From 9beb295da45e636866bd9657779ec19063c2b26f Mon Sep 17 00:00:00 2001 From: Hans Muller Date: Wed, 11 Oct 2017 16:01:13 -0700 Subject: [PATCH 001/327] flutter_localization optional package (#12410) --- .../lib/src/l10n/material_ar.arb | 29 ++ .../lib/src/l10n/material_de.arb | 31 ++ .../lib/src/l10n/material_en.arb | 160 +++++++ .../lib/src/l10n/material_en_GB.arb | 3 + .../lib/src/l10n/material_en_IE.arb | 3 + .../lib/src/l10n/material_en_ZA.arb | 3 + .../lib/src/l10n/material_es.arb | 31 ++ .../lib/src/l10n/material_es_US.arb | 5 + .../lib/src/l10n/material_fa.arb | 29 ++ .../lib/src/l10n/material_fr.arb | 31 ++ .../lib/src/l10n/material_fr_CA.arb | 3 + .../lib/src/l10n/material_he.arb | 29 ++ .../lib/src/l10n/material_it.arb | 29 ++ .../lib/src/l10n/material_ja.arb | 29 ++ .../lib/src/l10n/material_ps.arb | 29 ++ .../lib/src/l10n/material_pt.arb | 29 ++ .../lib/src/l10n/material_ru.arb | 31 ++ .../lib/src/l10n/material_sd.arb | 29 ++ .../lib/src/l10n/material_ur.arb | 29 ++ .../lib/src/l10n/material_zh.arb | 32 ++ .../lib/src/material_localizations.dart | 431 ++++++++++++++++++ 21 files changed, 1025 insertions(+) create mode 100644 packages/flutter_localizations/lib/src/l10n/material_ar.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_de.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_en.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_en_GB.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_en_IE.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_es.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_es_US.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_fa.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_fr.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_he.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_it.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_ja.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_ps.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_pt.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_ru.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_sd.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_ur.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_zh.arb create mode 100644 packages/flutter_localizations/lib/src/material_localizations.dart diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb new file mode 100644 index 000000000000..bc7acf2b008e --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -0,0 +1,29 @@ +{ + "scriptCategory": "tall", + "timeOfDayFormat": "h:mm a", + "openAppDrawerTooltip": "افتح قائمة التنقل", + "backButtonTooltip": "الى الخلف", + "closeButtonTooltip": "إغلا", + "nextMonthTooltip": "الشهر القادم", + "previousMonthTooltip": "الشهر الماضى", + "nextPageTooltip": "الصفحة التالية", + "previousPageTooltip": "الصفحة السابقة", + "showMenuTooltip": "قائمة العرض", + "aboutListTileTitle": "حول $applicationName", + "licensesPageTitle": "التّراخيص", + "pageRowsInfoTitle": "$firstRow–$lastRow أو $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow من حوالي $rowCount", + "rowsPerPageTitle": "الصفوف في الصفحة:", + "selectedRowCountTitleOther": "$selectedRowCount العناصر المحددة", + "cancelButtonLabel": "إلغاء", + "closeButtonLabel": "أغلاق", + "continueButtonLabel": "استمر", + "copyButtonLabel": "نسخ", + "cutButtonLabel": "كِم جارح", + "okButtonLabel": "حسنا", + "pasteButtonLabel": "عجين", + "selectAllButtonLabel": "اختر الكل", + "viewLicensesButtonLabel": "عرض التراخيص", + "anteMeridiemAbbreviation": "ص", + "postMeridiemAbbreviation": "م" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb new file mode 100644 index 000000000000..d8742ee3820e --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -0,0 +1,31 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "HH:mm", + "@anteMeridiemAbbreviation": { "notUsed": "German time format does not use a.m. indicator" }, + "@postMeridiemAbbreviation": { "notUsed": "German time format does not use p.m. indicator" }, + "openAppDrawerTooltip": "Navigationsmenü öffnen", + "backButtonTooltip": "Zurück", + "closeButtonTooltip": "Schließen", + "nextMonthTooltip": "Nächster Monat", + "previousMonthTooltip": "Vorheriger Monat", + "nextPageTooltip": "Nächste Seite", + "previousPageTooltip": "Vorherige Seite", + "showMenuTooltip": "Menü anzeigen", + "aboutListTileTitle": "Über $applicationName", + "licensesPageTitle": "Lizenzen", + "pageRowsInfoTitle": "$firstRow–$lastRow von $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow von etwa $rowCount", + "rowsPerPageTitle": "Zeilen pro Seite:", + "selectedRowCountTitleZero": "Keine Objekte ausgewählt", + "selectedRowCountTitleOne": "1 Objekt ausgewählt", + "selectedRowCountTitleOther": "$selectedRowCount Objekte ausgewählt", + "cancelButtonLabel": "ABBRECHEN", + "closeButtonLabel": "SCHLIESSEN", + "continueButtonLabel": "FORTSETZEN", + "copyButtonLabel": "KOPIEREN", + "cutButtonLabel": "AUSSCHNEIDEN", + "okButtonLabel": "OK", + "pasteButtonLabel": "EINFÜGEN", + "selectAllButtonLabel": "ALLES AUSWÄHLEN", + "viewLicensesButtonLabel": "LIZENZEN ANZEIGEN" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb new file mode 100644 index 000000000000..6a2057224e29 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -0,0 +1,160 @@ +{ + "scriptCategory": "English-like", + "@scriptCategory": { + "description": "The name of the language's script category (see https://material.io/guidelines/style/typography.html#typography-language-categories-reference)", + "type": "text" + }, + + "timeOfDayFormat": "h:mm a", + "@timeOfDayFormat": { + "description": "The ICU 'Short Time' pattern, such as 'HH:mm', 'h:mm a', 'H:mm'. See: http://demo.icu-project.org/icu-bin/locexp?d_=en&_=en_US", + "type": "text" + }, + + "openAppDrawerTooltip": "Open navigation menu", + "@openAppDrawerTooltip": { + "description": "The tooltip for the leading AppBar menu (aka 'hamburger') button", + "type": "text" + }, + + "backButtonTooltip": "Back", + "@backButtonTooltip": { + "description": "The BackButton's tooltip", + "type": "text" + }, + + "closeButtonTooltip": "Close", + "@closeButtonTooltip": { + "description": "The CloseButton's tooltip", + "type": "text" + }, + + "nextMonthTooltip": "Next month", + "@nextMonthTooltip": { + "description": "The tooltip for the MonthPicker's 'next month' button.", + "type": "text" + }, + + "previousMonthTooltip": "Previous month", + "@previousMonthTooltip": { + "description": "The tooltip for the MonthPicker's 'previous month' button.", + "type": "text" + }, + + "nextPageTooltip": "Next page", + "@nextMonthTooltip": { + "description": "The tooltip for the [PaginatedDataTables]'s 'next page' button.", + "type": "text" + }, + + "previousPageTooltip": "Previous page", + "@previousMonthTooltip": { + "description": "The tooltip for the PaginatedDataTables's 'previous page' button.", + "type": "text" + }, + + "showMenuTooltip": "Show menu", + "@showMenuTooltip": { + "description": "The default PopupMenuButton tooltip", + "type": "text" + }, + + "aboutListTileTitle": "About $applicationName", + "@aboutListTileTitle": { + "description": "The default title for AboutListTile", + "type": "text" + }, + + "licensesPageTitle": "Licenses", + "@licensesPageTitle": { + "description": "The title for the Flutter licenses page.", + "type": "text" + }, + + "pageRowsInfoTitle": "$firstRow–$lastRow of $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow of about $rowCount", + "@pageRowsInfoTitle": { + "description": "Title for the [PaginatedDataTable]'s row info footer", + "type": "text" + }, + + "rowsPerPageTitle": "Rows per page:", + "@rowsPerPageTitle": { + "description": "Title for the [PaginatedDataTable]'s 'rows per page' footer.", + "type": "text" + }, + + "selectedRowCountTitleZero": "No items selected", + "selectedRowCountTitleOne": "1 item selected", + "selectedRowCountTitleOther": "$selectedRowCount items selected", + "@selectedRowCountTitle": { + "description": "Title for the PaginatedDataTable's selected row count header", + "type": "text" + }, + + "cancelButtonLabel": "CANCEL", + "@cancelButtonLabel": { + "description": "The label for cancel buttons and menu items.", + "type": "text" + }, + + "closeButtonLabel": "CLOSE", + "@closeButtonLabel": { + "description": "The label for close buttons and menu items.", + "type": "text" + }, + + "continueButtonLabel": "CONTINUE", + "@continueButtonLabel": { + "description": "The label for continue buttons and menu items.", + "type": "text" + }, + + "copyButtonLabel": "COPY", + "@copyButtonLabel": { + "description": "The label for copy buttons and menu items.", + "type": "text" + }, + + "cutButtonLabel": "CUT", + "@cutButtonLabel": { + "description": "The label for cut buttons and menu items", + "type": "text" + }, + + "okButtonLabel": "OK", + "@okButtonLabel": { + "description": "The label for OK buttons and menu items.", + "type": "text" + }, + + "pasteButtonLabel": "PASTE", + "@pasteButtonLabel": { + "description": "The label for paste buttons and menu items.", + "type": "text" + }, + + "selectAllButtonLabel": "SELECT ALL", + "@selectButtonLabel": { + "description": "The label for select-all buttons and menu items.", + "type": "text" + }, + + "viewLicensesButtonLabel": "VIEW LICENSES", + "@viewLicensesButtonLabel": { + "description": "The label for the about box's view licenses button.", + "type": "text" + }, + + "anteMeridiemAbbreviation": "AM", + "@anteMeridiemAbbreviation": { + "description": "The abbreviation for ante meridiem (before noon) shown in the time picker.", + "type": "text" + }, + + "postMeridiemAbbreviation": "PM", + "@postMeridiemAbbreviation": { + "description": "The abbreviation for post meridiem (after noon) shown in the time picker.", + "type": "text" + } +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb new file mode 100644 index 000000000000..2fe92240cc64 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb @@ -0,0 +1,3 @@ +{ + "timeOfDayFormat": "HH:mm" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb new file mode 100644 index 000000000000..2fe92240cc64 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb @@ -0,0 +1,3 @@ +{ + "timeOfDayFormat": "HH:mm" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb new file mode 100644 index 000000000000..2fe92240cc64 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb @@ -0,0 +1,3 @@ +{ + "timeOfDayFormat": "HH:mm" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb new file mode 100644 index 000000000000..20311719c0b3 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -0,0 +1,31 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "H:mm", + "@anteMeridiemAbbreviation": { "notUsed": "Standard Spanish time format does not use a.m. indicator" }, + "@postMeridiemAbbreviation": { "notUsed": "Standard Spanish time format does not use p.m. indicator" }, + "openAppDrawerTooltip": "Abrir el menú de navegación", + "backButtonTooltip": "Espalda", + "closeButtonTooltip": "Cerrar", + "nextMonthTooltip": "Próximo mes", + "previousMonthTooltip": "Mes anterior", + "nextPageTooltip": "Siguiente página", + "previousPageTooltip": "Pagina anterior", + "showMenuTooltip": "Muestrame el menu", + "aboutListTileTitle": "Desarrollado por $applicationName", + "licensesPageTitle": "Licencias", + "pageRowsInfoTitle": "$firstRow–$lastRow de $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow de aproximadamente $rowCount", + "rowsPerPageTitle": "Filas por página:", + "selectedRowCountTitleZero": "No se han seleccionado elementos", + "selectedRowCountTitleOne": "1 artículo seleccionado", + "selectedRowCountTitleOther": "$selectedRowCount artículos seleccionados", + "cancelButtonLabel": "CANCELAR", + "closeButtonLabel": "CERRAR", + "continueButtonLabel": "CONTINUAR", + "copyButtonLabel": "COPIAR", + "cutButtonLabel": "CORTAR", + "okButtonLabel": "OK", + "pasteButtonLabel": "PEGAR", + "selectAllButtonLabel": "SELECCIONAR TODO", + "viewLicensesButtonLabel": "VER LICENCIAS" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb new file mode 100644 index 000000000000..95c984c594e2 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb @@ -0,0 +1,5 @@ +{ + "timeOfDayFormat": "h:mm a", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb new file mode 100644 index 000000000000..008a70cf09a7 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -0,0 +1,29 @@ +{ + "scriptCategory": "tall", + "timeOfDayFormat": "H:mm", + "@anteMeridiemAbbreviation": { "notUsed": "Farsi time format does not use a.m. indicator" }, + "@postMeridiemAbbreviation": { "notUsed": "Farsi time format does not use p.m. indicator" }, + "openAppDrawerTooltip": "منوی ناوبری را باز کنید", + "backButtonTooltip": "بازگشت", + "closeButtonTooltip": "بستن", + "nextMonthTooltip": "ماه بعد", + "previousMonthTooltip": "ماه گذشته", + "nextPageTooltip": "صفحه بعد", + "previousPageTooltip": "صفحه قبلی", + "showMenuTooltip": "نمایش منو", + "aboutListTileTitle": "درباره $applicationName", + "licensesPageTitle": "مجوز", + "pageRowsInfoTitle": "$firstRow–$lastRow از $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow از حدود $rowCount", + "rowsPerPageTitle": "ردیف در صفحه:", + "selectedRowCountTitleOther": "$selectedRowCount آیتم های انتخاب شده", + "cancelButtonLabel": "لغو", + "closeButtonLabel": "بستن", + "continueButtonLabel": "ادامه دهید", + "copyButtonLabel": "کپی", + "cutButtonLabel": "برش", + "okButtonLabel": "تایید", + "pasteButtonLabel": "چسباندن", + "selectAllButtonLabel": "انتخاب همه", + "viewLicensesButtonLabel": "مشاهده مجوز" +} \ No newline at end of file diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb new file mode 100644 index 000000000000..96983cdfce4c --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -0,0 +1,31 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "HH:mm", + "@anteMeridiemAbbreviation": { "notUsed": "French time format does not use a.m. indicator" }, + "@postMeridiemAbbreviation": { "notUsed": "French time format does not use p.m. indicator" }, + "openAppDrawerTooltip": "Ouvrir le menu de navigation", + "backButtonTooltip": "Retour", + "closeButtonTooltip": "Fermer", + "nextMonthTooltip": "Mois Suivant", + "previousMonthTooltip": "Mois précédent", + "nextPageTooltip": "Page suivante", + "previousPageTooltip": "Page précédente", + "showMenuTooltip": "Afficher le menu", + "aboutListTileTitle": "À propos de $applicationName", + "licensesPageTitle": "Licences", + "pageRowsInfoTitle": "$firstRow–$lastRow de $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow d'environ $rowCount", + "rowsPerPageTitle": "Lignes par page:", + "selectedRowCountTitleZero": "Aucun élément sélectionné", + "selectedRowCountTitleOne": "1 élément sélectionné", + "selectedRowCountTitleOther": "$selectedRowCount éléments sélectionnés", + "cancelButtonLabel": "ANNULER", + "closeButtonLabel": "FERMER", + "continueButtonLabel": "CONTINUER", + "copyButtonLabel": "COPIER", + "cutButtonLabel": "COUPER", + "okButtonLabel": "OK", + "pasteButtonLabel": "COLLER", + "selectAllButtonLabel": "TOUT SÉLECTIONNER", + "viewLicensesButtonLabel": "AFFICHER LES LICENCES" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb b/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb new file mode 100644 index 000000000000..6beb7334a516 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb @@ -0,0 +1,3 @@ +{ + "timeOfDayFormat": "HH 'h' mm" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb new file mode 100644 index 000000000000..6144417bae22 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -0,0 +1,29 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "H:mm", + "@anteMeridiemAbbreviation": { "notUsed": "Hebrew time format does not use a.m. indicator" }, + "@postMeridiemAbbreviation": { "notUsed": "Hebrew time format does not use p.m. indicator" }, + "openAppDrawerTooltip": "פתח תפריט ניווט", + "backButtonTooltip": "אחורה", + "closeButtonTooltip": "סגור", + "nextMonthTooltip": "חודש הבא", + "previousMonthTooltip": "חודש שעבר", + "nextPageTooltip": "עמוד הבא", + "previousPageTooltip": "עמוד קודם", + "showMenuTooltip": "הצג תפריט", + "aboutListTileTitle": "על $applicationName", + "licensesPageTitle": "רישיונות", + "pageRowsInfoTitle": "$firstRow–$lastRow מתוך $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow מתוך כ $rowCount", + "rowsPerPageTitle": "שורות לעמוד:", + "selectedRowCountTitleOther": "$selectedRowCount פריטים שנבחרו", + "cancelButtonLabel": "ביטול", + "closeButtonLabel": "סגור", + "continueButtonLabel": "לְהַמשִׁיך", + "copyButtonLabel": "קיבלתי!", + "cutButtonLabel": "גזור", + "okButtonLabel": "בסדר", + "pasteButtonLabel": "הדבק", + "selectAllButtonLabel": "בחר הכל", + "viewLicensesButtonLabel": "ראה רישיונות" +} \ No newline at end of file diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb new file mode 100644 index 000000000000..63b37cf9593d --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -0,0 +1,29 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "HH:mm", + "@anteMeridiemAbbreviation": { "notUsed": "Italian time format does not use a.m. indicator" }, + "@postMeridiemAbbreviation": { "notUsed": "Italian time format does not use p.m. indicator" }, + "openAppDrawerTooltip": "Apri il menu di navigazione", + "backButtonTooltip": "Indietro", + "closeButtonTooltip": "Chiudi", + "nextMonthTooltip": "Il prossimo mese", + "previousMonthTooltip": "Il mese scorso", + "nextPageTooltip": "Pagina successiva", + "previousPageTooltip": "Pagina precedente", + "showMenuTooltip": "Mostra il menu", + "aboutListTileTitle": "A proposito di $applicationName", + "licensesPageTitle": "Licenze", + "pageRowsInfoTitle": "$firstRow–$lastRow di $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow di circa $rowCount", + "rowsPerPageTitle": "Righe per pagina:", + "selectedRowCountTitleOther": "$selectedRowCount selezionati", + "cancelButtonLabel": "ANNULLA", + "closeButtonLabel": "CHIUDI", + "continueButtonLabel": "CONTINUA", + "copyButtonLabel": "COPY", + "cutButtonLabel": "TAGLIARE", + "okButtonLabel": "OK", + "pasteButtonLabel": "INCOLLA", + "selectAllButtonLabel": "SELEZIONA TUTTO", + "viewLicensesButtonLabel": "VEDI LE LICENZE" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb new file mode 100644 index 000000000000..be581554b042 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -0,0 +1,29 @@ +{ + "scriptCategory": "dense", + "timeOfDayFormat": "H:mm", + "@anteMeridiemAbbreviation": { "notUsed": "Japanese time format does not use a.m. indicator" }, + "@postMeridiemAbbreviation": { "notUsed": "Japanese time format does not use p.m. indicator" }, + "openAppDrawerTooltip": "ナビゲーションメニューを開く", + "backButtonTooltip": "戻る", + "closeButtonTooltip": "閉じる", + "nextMonthTooltip": "前の月へ", + "previousMonthTooltip": "前の月へ", + "nextPageTooltip": "次のページ", + "previousPageTooltip": "前のページ", + "showMenuTooltip": "メニューを表示", + "aboutListTileTitle": "$applicationNameについて", + "licensesPageTitle": "ライセンス", + "pageRowsInfoTitle": "$rowCount行中の$firstRow–$lastRow", + "pageRowsInfoTitleApproximate": "約$rowCount行中の$firstRow–$lastRow", + "rowsPerPageTitle": "1ページあたりの行数:", + "selectedRowCountTitleOther": "$selectedRowCount個のアイテムが選択されています", + "cancelButtonLabel": "キャンセル", + "closeButtonLabel": "閉じる", + "continueButtonLabel": "次へ", + "copyButtonLabel": "コピー", + "cutButtonLabel": "カット", + "okButtonLabel": "OK", + "pasteButtonLabel": "貼付け", + "selectAllButtonLabel": "全選択", + "viewLicensesButtonLabel": "ライセンス表記" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_ps.arb b/packages/flutter_localizations/lib/src/l10n/material_ps.arb new file mode 100644 index 000000000000..a6c66bc03efe --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_ps.arb @@ -0,0 +1,29 @@ +{ + "scriptCategory": "tall", + "timeOfDayFormat": "HH:mm", + "@anteMeridiemAbbreviation": { "notUsed": "Pashto time format does not use a.m. indicator" }, + "@postMeridiemAbbreviation": { "notUsed": "Pashto time format does not use p.m. indicator" }, + "openAppDrawerTooltip": "د پرانیستی نیینګ مینو", + "backButtonTooltip": "شاته", + "closeButtonTooltip": "بنده", + "nextMonthTooltip": "بله میاشت", + "previousMonthTooltip": "تیره میاشت", + "nextPageTooltip": "بله پاڼه", + "previousPageTooltip": "مخکینی مخ", + "showMenuTooltip": "غورنۍ ښودل", + "aboutListTileTitle": "د $applicationName په اړه", + "licensesPageTitle": "جوازونه", + "pageRowsInfoTitle": "$firstRow–$lastRow د $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow څخه $rowCount د", + "rowsPerPageTitle": "د هرې پاڼې پاڼې:", + "selectedRowCountTitleOther": "$selectedRowCount توکي غوره شوي", + "cancelButtonLabel": "لغوه کول", + "closeButtonLabel": "تړل", + "continueButtonLabel": "منځپانګې", + "copyButtonLabel": "کاپی", + "cutButtonLabel": "کم کړئ", + "okButtonLabel": "سمه ده", + "pasteButtonLabel": "پیټ کړئ", + "selectAllButtonLabel": "غوره کړئ", + "viewLicensesButtonLabel": "لیدلس وګورئ" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb new file mode 100644 index 000000000000..71df02aa4ed9 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -0,0 +1,29 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "HH:mm", + "@anteMeridiemAbbreviation": { "notUsed": "Portuguese time format does not use a.m. indicator" }, + "@postMeridiemAbbreviation": { "notUsed": "Portuguese time format does not use p.m. indicator" }, + "openAppDrawerTooltip": "Abrir menu de navegação", + "backButtonTooltip": "Costas", + "closeButtonTooltip": "Fechar", + "nextMonthTooltip": "Próximo mês", + "previousMonthTooltip": "Mês anterior", + "nextPageTooltip": "Próxima página", + "previousPageTooltip": "Página anterior", + "showMenuTooltip": "Mostrar menu", + "aboutListTileTitle": "Sobre $applicationName", + "licensesPageTitle": "Licenças", + "pageRowsInfoTitle": "$firstRow–$lastRow de $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow de cerca de $rowCount", + "rowsPerPageTitle": "Linhas por página:", + "selectedRowCountTitleOther": "$selectedRowCount selecionados", + "cancelButtonLabel": "CANCELAR", + "closeButtonLabel": "FECHAR", + "continueButtonLabel": "CONTINUAR", + "copyButtonLabel": "CÓPIA DE", + "cutButtonLabel": "CORTA", + "okButtonLabel": "OK", + "pasteButtonLabel": "COLAR", + "selectAllButtonLabel": "SELECIONAR TUDO", + "viewLicensesButtonLabel": "VER LICENÇAS" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb new file mode 100644 index 000000000000..fed999f2bf1d --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -0,0 +1,31 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "H:mm", + "@anteMeridiemAbbreviation": { "notUsed": "Russian time format does not use a.m. indicator" }, + "@postMeridiemAbbreviation": { "notUsed": "Russian time format does not use p.m. indicator" }, + "openAppDrawerTooltip": "Открыть меню навигации", + "backButtonTooltip": "Назад", + "closeButtonTooltip": "Закрыть", + "nextMonthTooltip": "Следующий месяц", + "previousMonthTooltip": "Предыдущий месяц", + "nextPageTooltip": "Следущая страница", + "previousPageTooltip": "Предыдущая страница", + "showMenuTooltip": "Показать меню", + "pageRowsInfoTitle": "$firstRow–$lastRow из $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow из примерно $rowCount", + "rowsPerPageTitle": "Строки на страницу:", + "aboutListTileTitle": "O $applicationName", + "licensesPageTitle": "Лицензии", + "selectedRowCountTitleZero": "Строки не выбраны", + "selectedRowCountTitleOne": "Выбрана 1 строка", + "selectedRowCountTitleOther": "Выбрано $selectedRowCount строк", + "cancelButtonLabel": "ОТМЕНИТЬ", + "closeButtonLabel": "ЗАКРЫТЬ", + "continueButtonLabel": "ПРОДОЛЖИТЬ", + "copyButtonLabel": "СКОПИРОВАТЬ", + "cutButtonLabel": "ВЫРЕЗАТЬ", + "okButtonLabel": "ОК", + "pasteButtonLabel": "ВСТАВИТЬ", + "selectAllButtonLabel": "ВЫБРАТЬ ВСЁ", + "viewLicensesButtonLabel": "ПРОСМОТРЕТЬ ЛИЦЕНЗИИ" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_sd.arb b/packages/flutter_localizations/lib/src/l10n/material_sd.arb new file mode 100644 index 000000000000..3d2c11533237 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_sd.arb @@ -0,0 +1,29 @@ +{ + "scriptCategory": "tall", + "timeOfDayFormat": "HH:mm", + "@anteMeridiemAbbreviation": { "notUsed": "Sindhi time format does not use a.m. indicator" }, + "@postMeridiemAbbreviation": { "notUsed": "Sindhi time format does not use p.m. indicator" }, + "openAppDrawerTooltip": "اوپن جي مينڊيٽ مينيو", + "backButtonTooltip": "پوئتي", + "closeButtonTooltip": "بند ڪريو", + "nextMonthTooltip": "ايندڙ مهيني", + "previousMonthTooltip": "پويون مهينو", + "nextPageTooltip": "اڳيون پيج", + "previousPageTooltip": "پويون صفحو", + "showMenuTooltip": "ڏيکاريو", + "aboutListTileTitle": "$applicationName بابت", + "licensesPageTitle": "لائسنس", + "pageRowsInfoTitle": "$firstRow–$lastRow جي $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow کان $rowCount تقريبن", + "rowsPerPageTitle": "رني پاسي وارو صفحو", + "selectedRowCountTitleOther": "$selectedRowCount شيون چونڊيل", + "cancelButtonLabel": "منسوخ ڪيو", + "closeButtonLabel": "بند ڪريو", + "continueButtonLabel": "جاري رکو", + "copyButtonLabel": "ڪاپي", + "cutButtonLabel": "پٽي", + "okButtonLabel": "ٺيڪ آهي", + "pasteButtonLabel": "پيسٽ ڪريو", + "selectAllButtonLabel": "سڀ چونڊيو", + "viewLicensesButtonLabel": "لائسنس ڏسو" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb new file mode 100644 index 000000000000..042c79f45014 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -0,0 +1,29 @@ +{ + "scriptCategory": "tall", + "timeOfDayFormat": "h:mm a", + "openAppDrawerTooltip": "کھولیں نیویگیشن مینو", + "backButtonTooltip": "واپس", + "closeButtonTooltip": "بند کریں", + "nextMonthTooltip": "اگلا مھینہ", + "previousMonthTooltip": "پچھلا مھینہ", + "nextPageTooltip": "اگلا صفحہ", + "previousPageTooltip": "سابقہ ​​صفحہ", + "showMenuTooltip": "مینو دکھائیں", + "aboutListTileTitle": "کے بارے میں $applicationName", + "licensesPageTitle": "لائسنس", + "pageRowsInfoTitle": "$firstRow–$lastRow کے $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow میں سے $rowCount تقریبا", + "rowsPerPageTitle": "رویوں فی صفحہ:", + "selectedRowCountTitleOther": "$selectedRowCount منتخب کردہ اشیاء", + "cancelButtonLabel": "منسوخ کریں", + "closeButtonLabel": "بند کریں", + "continueButtonLabel": "جاری رکھیں", + "copyButtonLabel": "کاپی", + "cutButtonLabel": "کاٹیں", + "okButtonLabel": "ٹھیک ہے", + "pasteButtonLabel": "چسپاں", + "selectAllButtonLabel": "تکاپیمام منتخب کریں", + "viewLicensesButtonLabel": "لائسنس دیکھیں", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM" +} \ No newline at end of file diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb new file mode 100644 index 000000000000..764957ebaf09 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -0,0 +1,32 @@ +{ + "scriptCategory": "dense", + "timeOfDayFormat": "ah:mm", + "openAppDrawerTooltip": "打开导航菜单", + "backButtonTooltip": "返回", + "closeButtonTooltip": "关闭", + "nextMonthTooltip": "下一个月", + "previousMonthTooltip": "上一个月", + "nextPageTooltip": "下一页", + "previousPageTooltip": "上一页", + "showMenuTooltip": "显示菜单", + "aboutListTileTitle": "关于$applicationName", + "licensesPageTitle": "许可证", + "pageRowsInfoTitle": "$rowCount中的$firstRow-$lastRow", + "pageRowsInfoTitleApproximate": "约$rowCount中的$firstRow-$lastRow", + "rowsPerPageTitle": "每页行数:", + "selectedRowCountTitleOther": "$selectedRowCount行所选", + "cancelButtonLabel": "取消", + "continueButtonLabel": "继续", + "closeButtonLabel": "关闭", + "copyButtonLabel": "复制", + "cutButtonLabel": "剪切", + "okButtonLabel": "确定", + "pasteButtonLabel": "粘贴", + "selectAllButtonLabel": "全选", + "viewLicensesButtonLabel": "查看许可证", + "closeButtonTooltip": "关", + "nextMonthTooltip": "-下月就29了。", + "previousMonthTooltip": "前一个月", + "anteMeridiemAbbreviation": "上午", + "postMeridiemAbbreviation": "下午" +} diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart new file mode 100644 index 000000000000..a48dd7a8a80e --- /dev/null +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -0,0 +1,431 @@ +// Copyright 2017 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +import 'dart:async'; + +import 'package:flutter/foundation.dart'; +import 'package:flutter/material.dart'; +import 'package:intl/intl.dart' as intl; +import 'package:intl/date_symbol_data_local.dart' as intl_local_date_data; + +import 'l10n/localizations.dart'; +import 'widgets_localizations.dart'; + +/// Localized strings for the material widgets. +/// +/// To include the localizations provided by this class in a [MaterialApp], +/// add [GlobalMaterialLocalizations.delegates] to +/// [MaterialApp.localizationsDelegates], and specify the locales your +/// app supports with [MaterialApp.supportedLocales]: +/// +/// ```dart +/// new MaterialApp( +/// localizationsDelegates: GlobalMaterialLocalizations.delegates, +/// supportedLocales: [ +/// const Locale('en', 'US'), // English +/// const Locale('he', 'IL'), // Hebrew +/// // ... +/// ], +/// // ... +/// ) +/// ``` +/// +/// This class supports locales with the following [Locale.languageCode]s: +/// +/// * ar - Arabic +/// * de - German +/// * en - English +/// * es - Spanish +/// * fa - Farsi +/// * fr - French +/// * he - Hebrew +/// * it - Italian +/// * ja - Japanese +/// * ps - Pashto +/// * pt - Portugese +/// * ru - Russian +/// * sd - Sindhi +/// * ur - Urdu +/// * zh - Simplified Chinese +/// +/// See also: +/// +/// * The Flutter Internationalization Tutorial, +/// . +/// * [DefaultMaterialLocalizations], which only provides US English translations. +class GlobalMaterialLocalizations implements MaterialLocalizations { + /// Constructs an object that defines the material widgets' localized strings + /// for the given `locale`. + /// + /// [LocalizationsDelegate] implementations typically call the static [load] + /// function, rather than constructing this class directly. + GlobalMaterialLocalizations(this.locale) + : assert(locale != null), + this._localeName = _computeLocaleName(locale) { + _loadDateIntlDataIfNotLoaded(); + + if (localizations.containsKey(locale.languageCode)) + _nameToValue.addAll(localizations[locale.languageCode]); + if (localizations.containsKey(_localeName)) + _nameToValue.addAll(localizations[_localeName]); + + const String kMediumDatePattern = 'E, MMM\u00a0d'; + if (intl.DateFormat.localeExists(_localeName)) { + _fullYearFormat = new intl.DateFormat.y(_localeName); + _mediumDateFormat = new intl.DateFormat(kMediumDatePattern, _localeName); + _yearMonthFormat = new intl.DateFormat('yMMMM', _localeName); + } else if (intl.DateFormat.localeExists(locale.languageCode)) { + _fullYearFormat = new intl.DateFormat.y(locale.languageCode); + _mediumDateFormat = new intl.DateFormat(kMediumDatePattern, locale.languageCode); + _yearMonthFormat = new intl.DateFormat('yMMMM', locale.languageCode); + } else { + _fullYearFormat = new intl.DateFormat.y(); + _mediumDateFormat = new intl.DateFormat(kMediumDatePattern); + _yearMonthFormat = new intl.DateFormat('yMMMM'); + } + + if (intl.NumberFormat.localeExists(_localeName)) { + _decimalFormat = new intl.NumberFormat.decimalPattern(_localeName); + _twoDigitZeroPaddedFormat = new intl.NumberFormat('00', _localeName); + } else if (intl.NumberFormat.localeExists(locale.languageCode)) { + _decimalFormat = new intl.NumberFormat.decimalPattern(locale.languageCode); + _twoDigitZeroPaddedFormat = new intl.NumberFormat('00', locale.languageCode); + } else { + _decimalFormat = new intl.NumberFormat.decimalPattern(); + _twoDigitZeroPaddedFormat = new intl.NumberFormat('00'); + } + } + + /// The locale for which the values of this class's localized resources + /// have been translated. + final Locale locale; + + final String _localeName; + + final Map _nameToValue = {}; + + intl.NumberFormat _decimalFormat; + + intl.NumberFormat _twoDigitZeroPaddedFormat; + + intl.DateFormat _fullYearFormat; + + intl.DateFormat _mediumDateFormat; + + intl.DateFormat _yearMonthFormat; + + static String _computeLocaleName(Locale locale) { + final String localeName = locale.countryCode.isEmpty ? locale.languageCode : locale.toString(); + return intl.Intl.canonicalizedLocale(localeName); + } + + // TODO(hmuller): the rules for mapping from an integer value to + // "one" or "two" etc. are locale specific and an additional "few" category + // is needed. See http://cldr.unicode.org/index/cldr-spec/plural-rules + String _nameToPluralValue(int count, String key) { + String text; + if (count == 0) + text = _nameToValue['${key}Zero']; + else if (count == 1) + text = _nameToValue['${key}One']; + else if (count == 2) + text = _nameToValue['${key}Two']; + else if (count > 2) + text = _nameToValue['${key}Many']; + text ??= _nameToValue['${key}Other']; + assert(text != null); + return text; + } + + @override + String formatHour(TimeOfDay timeOfDay) { + switch (hourFormat(of: timeOfDayFormat)) { + case HourFormat.HH: + return _twoDigitZeroPaddedFormat.format(timeOfDay.hour); + case HourFormat.H: + return formatDecimal(timeOfDay.hour); + case HourFormat.h: + final int hour = timeOfDay.hourOfPeriod; + return formatDecimal(hour == 0 ? 12 : hour); + } + return null; + } + + @override + String formatMinute(TimeOfDay timeOfDay) { + return _twoDigitZeroPaddedFormat.format(timeOfDay.minute); + } + + @override + String formatYear(DateTime date) { + return _fullYearFormat.format(date); + } + + @override + String formatMediumDate(DateTime date) { + return _mediumDateFormat.format(date); + } + + @override + String formatMonthYear(DateTime date) { + return _yearMonthFormat.format(date); + } + + @override + List get narrowWeekdays { + return _fullYearFormat.dateSymbols.NARROWWEEKDAYS; + } + + @override + int get firstDayOfWeekIndex => (_fullYearFormat.dateSymbols.FIRSTDAYOFWEEK + 1) % 7; + + /// Formats a [number] using local decimal number format. + /// + /// Inserts locale-appropriate thousands separator, if necessary. + String formatDecimal(int number) { + return _decimalFormat.format(number); + } + + @override + String formatTimeOfDay(TimeOfDay timeOfDay) { + // Not using intl.DateFormat for two reasons: + // + // - DateFormat supports more formats than our material time picker does, + // and we want to be consistent across time picker format and the string + // formatting of the time of day. + // - DateFormat operates on DateTime, which is sensitive to time eras and + // time zones, while here we want to format hour and minute within one day + // no matter what date the day falls on. + switch (timeOfDayFormat) { + case TimeOfDayFormat.h_colon_mm_space_a: + return '${formatHour(timeOfDay)}:${formatMinute(timeOfDay)} ${_formatDayPeriod(timeOfDay)}'; + case TimeOfDayFormat.H_colon_mm: + case TimeOfDayFormat.HH_colon_mm: + return '${formatHour(timeOfDay)}:${formatMinute(timeOfDay)}'; + case TimeOfDayFormat.HH_dot_mm: + return '${formatHour(timeOfDay)}.${formatMinute(timeOfDay)}'; + case TimeOfDayFormat.a_space_h_colon_mm: + return '${_formatDayPeriod(timeOfDay)} ${formatHour(timeOfDay)}:${formatMinute(timeOfDay)}'; + case TimeOfDayFormat.frenchCanadian: + return '${formatHour(timeOfDay)} h ${formatMinute(timeOfDay)}'; + } + + return null; + } + + String _formatDayPeriod(TimeOfDay timeOfDay) { + switch (timeOfDay.period) { + case DayPeriod.am: + return anteMeridiemAbbreviation; + case DayPeriod.pm: + return postMeridiemAbbreviation; + } + return null; + } + + @override + String get openAppDrawerTooltip => _nameToValue['openAppDrawerTooltip']; + + @override + String get backButtonTooltip => _nameToValue['backButtonTooltip']; + + @override + String get closeButtonTooltip => _nameToValue['closeButtonTooltip']; + + @override + String get nextMonthTooltip => _nameToValue['nextMonthTooltip']; + + @override + String get previousMonthTooltip => _nameToValue['previousMonthTooltip']; + + @override + String get nextPageTooltip => _nameToValue['nextPageTooltip']; + + @override + String get previousPageTooltip => _nameToValue['previousPageTooltip']; + + @override + String get showMenuTooltip => _nameToValue['showMenuTooltip']; + + @override + String aboutListTileTitle(String applicationName) { + final String text = _nameToValue['aboutListTileTitle']; + return text.replaceFirst(r'$applicationName', applicationName); + } + + @override + String get licensesPageTitle => _nameToValue['licensesPageTitle']; + + @override + String pageRowsInfoTitle(int firstRow, int lastRow, int rowCount, bool rowCountIsApproximate) { + String text = rowCountIsApproximate ? _nameToValue['pageRowsInfoTitleApproximate'] : null; + text ??= _nameToValue['pageRowsInfoTitle']; + assert(text != null, 'A $locale localization was not found for pageRowsInfoTitle or pageRowsInfoTitleApproximate'); + // TODO(hansmuller): this could be more efficient. + return text + .replaceFirst(r'$firstRow', formatDecimal(firstRow)) + .replaceFirst(r'$lastRow', formatDecimal(lastRow)) + .replaceFirst(r'$rowCount', formatDecimal(rowCount)); + } + + @override + String get rowsPerPageTitle => _nameToValue['rowsPerPageTitle']; + + @override + String selectedRowCountTitle(int selectedRowCount) { + return _nameToPluralValue(selectedRowCount, 'selectedRowCountTitle') // asserts on no match + .replaceFirst(r'$selectedRowCount', formatDecimal(selectedRowCount)); + } + + @override + String get cancelButtonLabel => _nameToValue['cancelButtonLabel']; + + @override + String get closeButtonLabel => _nameToValue['closeButtonLabel']; + + @override + String get continueButtonLabel => _nameToValue['continueButtonLabel']; + + @override + String get copyButtonLabel => _nameToValue['copyButtonLabel']; + + @override + String get cutButtonLabel => _nameToValue['cutButtonLabel']; + + @override + String get okButtonLabel => _nameToValue['okButtonLabel']; + + @override + String get pasteButtonLabel => _nameToValue['pasteButtonLabel']; + + @override + String get selectAllButtonLabel => _nameToValue['selectAllButtonLabel']; + + @override + String get viewLicensesButtonLabel => _nameToValue['viewLicensesButtonLabel']; + + @override + String get anteMeridiemAbbreviation => _nameToValue['anteMeridiemAbbreviation']; + + @override + String get postMeridiemAbbreviation => _nameToValue['postMeridiemAbbreviation']; + + /// The [TimeOfDayFormat] corresponding to one of the following supported + /// patterns: + /// + /// * `HH:mm` + /// * `HH.mm` + /// * `HH 'h' mm` + /// * `HH:mm น.` + /// * `H:mm` + /// * `h:mm a` + /// * `a h:mm` + /// * `ah:mm` + /// + /// See also: + /// + /// * http://demo.icu-project.org/icu-bin/locexp?d_=en&_=en_US shows the + /// short time pattern used in locale en_US + @override + TimeOfDayFormat get timeOfDayFormat { + final String icuShortTimePattern = _nameToValue['timeOfDayFormat']; + + assert(() { + if (!_icuTimeOfDayToEnum.containsKey(icuShortTimePattern)) { + throw new FlutterError( + '"$icuShortTimePattern" is not one of the ICU short time patterns ' + 'supported by the material library. Here is the list of supported ' + 'patterns:\n ' + + _icuTimeOfDayToEnum.keys.join('\n ') + ); + } + return true; + }()); + + return _icuTimeOfDayToEnum[icuShortTimePattern]; + } + + /// Looks up text geometry defined in [MaterialTextGeometry]. + @override + TextTheme get localTextGeometry => MaterialTextGeometry.forScriptCategory(_nameToValue["scriptCategory"]); + + /// Creates an object that provides localized resource values for the + /// for the widgets of the material library. + /// + /// This method is typically used to create a [LocalizationsDelegate]. + /// The [MaterialApp] does so by default. + static Future load(Locale locale) { + return new SynchronousFuture(new GlobalMaterialLocalizations(locale)); + } + + /// A [LocalizationsDelegate] that uses [GlobalMaterialLocalizations.load] + /// to create an instance of this class. + /// + /// Most internationlized apps will use [GlobalMaterialLocalizations.delegates] + /// as the value of [MaterialApp.localizationsDelegates] to include + /// the localizations for both the material and widget libraries. + static const LocalizationsDelegate delegate = const _MaterialLocalizationsDelegate(); + + /// A value for [MaterialApp.localizationsDelegates] that's typically used by + /// internationalized apps. + /// + /// To include the localizations provided by this class and by + /// [GlobalWidgetsLocalizations] in a [MaterialApp], + /// use [GlobalMaterialLocalizations.delegates] as the value of + /// [MaterialApp.localizationsDelegates], and specify the locales your + /// app supports with [MaterialApp.supportedLocales]: + /// + /// ```dart + /// new MaterialApp( + /// localizationsDelegates: GlobalMaterialLocalizations.delegates, + /// supportedLocales: [ + /// const Locale('en', 'US'), // English + /// const Locale('he', 'IL'), // Hebrew + /// ], + /// // ... + /// ) + /// ``` + static const List> delegates = const >[ + GlobalMaterialLocalizations.delegate, + GlobalWidgetsLocalizations.delegate, + ]; +} + +const Map _icuTimeOfDayToEnum = const { + 'HH:mm': TimeOfDayFormat.HH_colon_mm, + 'HH.mm': TimeOfDayFormat.HH_dot_mm, + "HH 'h' mm": TimeOfDayFormat.frenchCanadian, + 'HH:mm น.': TimeOfDayFormat.HH_colon_mm, + 'H:mm': TimeOfDayFormat.H_colon_mm, + 'h:mm a': TimeOfDayFormat.h_colon_mm_space_a, + 'a h:mm': TimeOfDayFormat.a_space_h_colon_mm, + 'ah:mm': TimeOfDayFormat.a_space_h_colon_mm, +}; + +/// Tracks if date i18n data has been loaded. +bool _dateIntlDataInitialized = false; + +/// Loads i18n data for dates if it hasn't be loaded yet. +/// +/// Only the first invocation of this function has the effect of loading the +/// data. Subsequent invocations have no effect. +void _loadDateIntlDataIfNotLoaded() { + if (!_dateIntlDataInitialized) { + // The returned Future is intentionally dropped on the floor. The + // function only returns it to be compatible with the async counterparts. + // The Future has no value otherwise. + intl_local_date_data.initializeDateFormatting(); + _dateIntlDataInitialized = true; + } +} + +class _MaterialLocalizationsDelegate extends LocalizationsDelegate { + const _MaterialLocalizationsDelegate(); + + @override + Future load(Locale locale) => GlobalMaterialLocalizations.load(locale); + + @override + bool shouldReload(_MaterialLocalizationsDelegate old) => false; +} From 9d4f6c2fce528af3a113e1c19b1c624f1c8be64d Mon Sep 17 00:00:00 2001 From: Julian Date: Thu, 12 Oct 2017 18:03:28 +0200 Subject: [PATCH 002/327] Fix Italian translations (#12506) Fix Italian translations for CUT and COPY. --- packages/flutter_localizations/lib/src/l10n/material_it.arb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index 63b37cf9593d..38497d8bfeb0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -20,8 +20,8 @@ "cancelButtonLabel": "ANNULLA", "closeButtonLabel": "CHIUDI", "continueButtonLabel": "CONTINUA", - "copyButtonLabel": "COPY", - "cutButtonLabel": "TAGLIARE", + "copyButtonLabel": "COPIA", + "cutButtonLabel": "TAGLIA", "okButtonLabel": "OK", "pasteButtonLabel": "INCOLLA", "selectAllButtonLabel": "SELEZIONA TUTTO", From 6dde7f1e0ee7cb8ea891fb947d0f1f4b78914c46 Mon Sep 17 00:00:00 2001 From: amirh Date: Thu, 12 Oct 2017 09:18:12 -0700 Subject: [PATCH 003/327] Fix Hebrew translations (#12502) --- .../lib/src/l10n/material_he.arb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index 6144417bae22..aab245c2240a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -7,7 +7,7 @@ "backButtonTooltip": "אחורה", "closeButtonTooltip": "סגור", "nextMonthTooltip": "חודש הבא", - "previousMonthTooltip": "חודש שעבר", + "previousMonthTooltip": "חודש קודם", "nextPageTooltip": "עמוד הבא", "previousPageTooltip": "עמוד קודם", "showMenuTooltip": "הצג תפריט", @@ -19,11 +19,11 @@ "selectedRowCountTitleOther": "$selectedRowCount פריטים שנבחרו", "cancelButtonLabel": "ביטול", "closeButtonLabel": "סגור", - "continueButtonLabel": "לְהַמשִׁיך", - "copyButtonLabel": "קיבלתי!", + "continueButtonLabel": "המשך", + "copyButtonLabel": "העתק", "cutButtonLabel": "גזור", - "okButtonLabel": "בסדר", + "okButtonLabel": "אישור", "pasteButtonLabel": "הדבק", "selectAllButtonLabel": "בחר הכל", - "viewLicensesButtonLabel": "ראה רישיונות" -} \ No newline at end of file + "viewLicensesButtonLabel": "הצג רישיונות" +} From 03bc6d427b10663dfbe5cc477792bd2ecbcf64ab Mon Sep 17 00:00:00 2001 From: Chris Bracken Date: Fri, 13 Oct 2017 16:38:24 -0700 Subject: [PATCH 004/327] Fix nextMonthTooltip Japanese translation (#12540) --- packages/flutter_localizations/lib/src/l10n/material_ja.arb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index be581554b042..b4e80b21b56d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -6,7 +6,7 @@ "openAppDrawerTooltip": "ナビゲーションメニューを開く", "backButtonTooltip": "戻る", "closeButtonTooltip": "閉じる", - "nextMonthTooltip": "前の月へ", + "nextMonthTooltip": "次の月へ", "previousMonthTooltip": "前の月へ", "nextPageTooltip": "次のページ", "previousPageTooltip": "前のページ", From 04e116adf6eadcaf968d255ee997c1cd227c00d4 Mon Sep 17 00:00:00 2001 From: Hans Muller Date: Fri, 20 Oct 2017 10:45:28 -0700 Subject: [PATCH 005/327] Language-specific LocalizationDelegates (#12645) --- .../lib/src/material_localizations.dart | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index a48dd7a8a80e..891bae277c47 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -423,6 +423,27 @@ void _loadDateIntlDataIfNotLoaded() { class _MaterialLocalizationsDelegate extends LocalizationsDelegate { const _MaterialLocalizationsDelegate(); + static const List _supportedLanguages = const [ + 'ar', // Arabic + 'de', // German + 'en', // English + 'es', // Spanish + 'fa', // Farsi + 'fr', // French + 'he', // Hebrew + 'it', // Italian + 'ja', // Japanese + 'ps', // Pashto + 'pt', // Portugese + 'ru', // Russian + 'sd', // Sindhi + 'ur', // Urdu + 'zh', // Simplified Chinese + ]; + + @override + bool isSupported(Locale locale) => _supportedLanguages.contains(locale.languageCode); + @override Future load(Locale locale) => GlobalMaterialLocalizations.load(locale); From b39cbd8f03ab67ef1acda101c83937b4ee9025a8 Mon Sep 17 00:00:00 2001 From: Alexandre Ardhuin Date: Sun, 22 Oct 2017 18:11:36 +0200 Subject: [PATCH 006/327] enable lint prefer_single_quotes (#12665) --- .../flutter_localizations/lib/src/material_localizations.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 891bae277c47..bc7e4544b642 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -348,7 +348,7 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { /// Looks up text geometry defined in [MaterialTextGeometry]. @override - TextTheme get localTextGeometry => MaterialTextGeometry.forScriptCategory(_nameToValue["scriptCategory"]); + TextTheme get localTextGeometry => MaterialTextGeometry.forScriptCategory(_nameToValue['scriptCategory']); /// Creates an object that provides localized resource values for the /// for the widgets of the material library. From fb79b2e71c1f10393105cb7b62f6f3ae6ae568b2 Mon Sep 17 00:00:00 2001 From: Yegor Date: Mon, 23 Oct 2017 15:30:34 -0700 Subject: [PATCH 007/327] Generate date localizations (#12466) * merge with Hans; address comments * merge material_localizations.dart --- .../lib/src/material_localizations.dart | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index bc7e4544b642..c2ec9cf348a5 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -7,7 +7,11 @@ import 'dart:async'; import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:intl/intl.dart' as intl; -import 'package:intl/date_symbol_data_local.dart' as intl_local_date_data; +import 'package:intl/date_symbols.dart' as intl; +// TODO(yjbanov): remove internal import when https://github.com/dart-lang/intl/issues/145 is fixed. +// ignore: implementation_imports +import 'package:intl/src/date_format_internal.dart' as date_format_internal; +import 'l10n/date_localizations.dart' as date_localizations; import 'l10n/localizations.dart'; import 'widgets_localizations.dart'; @@ -412,10 +416,14 @@ bool _dateIntlDataInitialized = false; /// data. Subsequent invocations have no effect. void _loadDateIntlDataIfNotLoaded() { if (!_dateIntlDataInitialized) { - // The returned Future is intentionally dropped on the floor. The - // function only returns it to be compatible with the async counterparts. - // The Future has no value otherwise. - intl_local_date_data.initializeDateFormatting(); + date_format_internal.initializeDatePatterns(() => date_localizations.datePatterns); + date_format_internal.initializeDateSymbols(() { + final Map symbols = {}; + date_localizations.dateSymbols.forEach((String locale, dynamic data) { + symbols[locale] = new intl.DateSymbols.deserializeFromMap(data); + }); + return symbols; + }); _dateIntlDataInitialized = true; } } From c7ce1999178d8d560c77b25d16079d9d0438a766 Mon Sep 17 00:00:00 2001 From: Yegor Date: Thu, 26 Oct 2017 13:42:49 -0700 Subject: [PATCH 008/327] Upgrade intl: use the new API for locale data and localized numerals (#12736) * upgrade intl data; use local numerals in date picker * use the shiny new public intl API * address comments --- .../lib/src/material_localizations.dart | 23 ++++++++----------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index c2ec9cf348a5..654044025185 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -8,9 +8,7 @@ import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:intl/intl.dart' as intl; import 'package:intl/date_symbols.dart' as intl; -// TODO(yjbanov): remove internal import when https://github.com/dart-lang/intl/issues/145 is fixed. -// ignore: implementation_imports -import 'package:intl/src/date_format_internal.dart' as date_format_internal; +import 'package:intl/date_symbol_data_custom.dart' as date_symbol_data_custom; import 'l10n/date_localizations.dart' as date_localizations; import 'l10n/localizations.dart'; @@ -184,9 +182,7 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { @override int get firstDayOfWeekIndex => (_fullYearFormat.dateSymbols.FIRSTDAYOFWEEK + 1) % 7; - /// Formats a [number] using local decimal number format. - /// - /// Inserts locale-appropriate thousands separator, if necessary. + @override String formatDecimal(int number) { return _decimalFormat.format(number); } @@ -416,13 +412,14 @@ bool _dateIntlDataInitialized = false; /// data. Subsequent invocations have no effect. void _loadDateIntlDataIfNotLoaded() { if (!_dateIntlDataInitialized) { - date_format_internal.initializeDatePatterns(() => date_localizations.datePatterns); - date_format_internal.initializeDateSymbols(() { - final Map symbols = {}; - date_localizations.dateSymbols.forEach((String locale, dynamic data) { - symbols[locale] = new intl.DateSymbols.deserializeFromMap(data); - }); - return symbols; + date_localizations.dateSymbols.forEach((String locale, dynamic data) { + assert(date_localizations.datePatterns.containsKey(locale)); + final intl.DateSymbols symbols = new intl.DateSymbols.deserializeFromMap(data); + date_symbol_data_custom.initializeDateFormattingCustom( + locale: locale, + symbols: symbols, + patterns: date_localizations.datePatterns[locale], + ); }); _dateIntlDataInitialized = true; } From ccb080aeba560e34ce679bd21f02bb6fadf3ac44 Mon Sep 17 00:00:00 2001 From: Yegor Date: Tue, 31 Oct 2017 20:23:58 -0700 Subject: [PATCH 009/327] remove locale "sd" (not supported by ICU/CLDR); unify localizations script options (#12803) * remove locale "sd" (not supported by ICU/CLDR); unify localizations scripts CLI * address comments --- .../lib/src/l10n/material_sd.arb | 29 ------------------- .../lib/src/material_localizations.dart | 1 - 2 files changed, 30 deletions(-) delete mode 100644 packages/flutter_localizations/lib/src/l10n/material_sd.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_sd.arb b/packages/flutter_localizations/lib/src/l10n/material_sd.arb deleted file mode 100644 index 3d2c11533237..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/material_sd.arb +++ /dev/null @@ -1,29 +0,0 @@ -{ - "scriptCategory": "tall", - "timeOfDayFormat": "HH:mm", - "@anteMeridiemAbbreviation": { "notUsed": "Sindhi time format does not use a.m. indicator" }, - "@postMeridiemAbbreviation": { "notUsed": "Sindhi time format does not use p.m. indicator" }, - "openAppDrawerTooltip": "اوپن جي مينڊيٽ مينيو", - "backButtonTooltip": "پوئتي", - "closeButtonTooltip": "بند ڪريو", - "nextMonthTooltip": "ايندڙ مهيني", - "previousMonthTooltip": "پويون مهينو", - "nextPageTooltip": "اڳيون پيج", - "previousPageTooltip": "پويون صفحو", - "showMenuTooltip": "ڏيکاريو", - "aboutListTileTitle": "$applicationName بابت", - "licensesPageTitle": "لائسنس", - "pageRowsInfoTitle": "$firstRow–$lastRow جي $rowCount", - "pageRowsInfoTitleApproximate": "$firstRow–$lastRow کان $rowCount تقريبن", - "rowsPerPageTitle": "رني پاسي وارو صفحو", - "selectedRowCountTitleOther": "$selectedRowCount شيون چونڊيل", - "cancelButtonLabel": "منسوخ ڪيو", - "closeButtonLabel": "بند ڪريو", - "continueButtonLabel": "جاري رکو", - "copyButtonLabel": "ڪاپي", - "cutButtonLabel": "پٽي", - "okButtonLabel": "ٺيڪ آهي", - "pasteButtonLabel": "پيسٽ ڪريو", - "selectAllButtonLabel": "سڀ چونڊيو", - "viewLicensesButtonLabel": "لائسنس ڏسو" -} diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 654044025185..4825451f09b9 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -441,7 +441,6 @@ class _MaterialLocalizationsDelegate extends LocalizationsDelegate Date: Wed, 1 Nov 2017 10:19:43 -0700 Subject: [PATCH 010/327] Revised the English translation definitions (#12812) --- .../lib/src/l10n/material_en.arb | 90 ++++++++----------- 1 file changed, 36 insertions(+), 54 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index 6a2057224e29..58c56ffd6c4b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -1,87 +1,80 @@ { "scriptCategory": "English-like", "@scriptCategory": { - "description": "The name of the language's script category (see https://material.io/guidelines/style/typography.html#typography-language-categories-reference)", - "type": "text" + "description": "The name of the language's script category (see https://material.io/guidelines/style/typography.html#typography-language-categories-reference)" }, "timeOfDayFormat": "h:mm a", "@timeOfDayFormat": { - "description": "The ICU 'Short Time' pattern, such as 'HH:mm', 'h:mm a', 'H:mm'. See: http://demo.icu-project.org/icu-bin/locexp?d_=en&_=en_US", - "type": "text" + "description": "The ICU 'Short Time' pattern, such as 'HH:mm', 'h:mm a', 'H:mm'. See: http://demo.icu-project.org/icu-bin/locexp?d_=en&_=en_US" }, "openAppDrawerTooltip": "Open navigation menu", "@openAppDrawerTooltip": { - "description": "The tooltip for the leading AppBar menu (aka 'hamburger') button", - "type": "text" + "description": "The tooltip for the leading AppBar menu (aka 'hamburger') button" }, "backButtonTooltip": "Back", "@backButtonTooltip": { - "description": "The BackButton's tooltip", - "type": "text" + "description": "The BackButton's tooltip" }, "closeButtonTooltip": "Close", "@closeButtonTooltip": { - "description": "The CloseButton's tooltip", - "type": "text" + "description": "The CloseButton's tooltip" }, "nextMonthTooltip": "Next month", "@nextMonthTooltip": { - "description": "The tooltip for the MonthPicker's 'next month' button.", - "type": "text" + "description": "The tooltip for the MonthPicker's 'next month' button." }, "previousMonthTooltip": "Previous month", "@previousMonthTooltip": { - "description": "The tooltip for the MonthPicker's 'previous month' button.", - "type": "text" + "description": "The tooltip for the MonthPicker's 'previous month' button." }, "nextPageTooltip": "Next page", - "@nextMonthTooltip": { - "description": "The tooltip for the [PaginatedDataTables]'s 'next page' button.", - "type": "text" + "@nextPageTooltip": { + "description": "The tooltip for the [PaginatedDataTables]'s 'next page' button." }, "previousPageTooltip": "Previous page", - "@previousMonthTooltip": { - "description": "The tooltip for the PaginatedDataTables's 'previous page' button.", - "type": "text" + "@previousPageTooltip": { + "description": "The tooltip for the PaginatedDataTables's 'previous page' button." }, "showMenuTooltip": "Show menu", "@showMenuTooltip": { - "description": "The default PopupMenuButton tooltip", - "type": "text" + "description": "The default PopupMenuButton tooltip" }, "aboutListTileTitle": "About $applicationName", "@aboutListTileTitle": { "description": "The default title for AboutListTile", - "type": "text" + "parameters": "applicationName" }, "licensesPageTitle": "Licenses", "@licensesPageTitle": { - "description": "The title for the Flutter licenses page.", - "type": "text" + "description": "The title for the Flutter licenses page." }, "pageRowsInfoTitle": "$firstRow–$lastRow of $rowCount", - "pageRowsInfoTitleApproximate": "$firstRow–$lastRow of about $rowCount", "@pageRowsInfoTitle": { - "description": "Title for the [PaginatedDataTable]'s row info footer", - "type": "text" + "description": "Title for the [PaginatedDataTable]'s row info footer when the exact overall row count is known", + "parameters": "firstRow, lastRow, rowCount" + }, + + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow of about $rowCount", + "@pageRowsInfoTitleApproximate": { + "description": "Title for the [PaginatedDataTable]'s row info footer when the exact overall row count is unknown", + "parameters": "firstRow, lastRow, rowCount" }, "rowsPerPageTitle": "Rows per page:", "@rowsPerPageTitle": { - "description": "Title for the [PaginatedDataTable]'s 'rows per page' footer.", - "type": "text" + "description": "Title for the [PaginatedDataTable]'s 'rows per page' footer." }, "selectedRowCountTitleZero": "No items selected", @@ -89,72 +82,61 @@ "selectedRowCountTitleOther": "$selectedRowCount items selected", "@selectedRowCountTitle": { "description": "Title for the PaginatedDataTable's selected row count header", - "type": "text" + "plural": "selectedRowCount" }, "cancelButtonLabel": "CANCEL", "@cancelButtonLabel": { - "description": "The label for cancel buttons and menu items.", - "type": "text" + "description": "The label for cancel buttons and menu items." }, "closeButtonLabel": "CLOSE", "@closeButtonLabel": { - "description": "The label for close buttons and menu items.", - "type": "text" + "description": "The label for close buttons and menu items." }, "continueButtonLabel": "CONTINUE", "@continueButtonLabel": { - "description": "The label for continue buttons and menu items.", - "type": "text" + "description": "The label for continue buttons and menu items." }, "copyButtonLabel": "COPY", "@copyButtonLabel": { - "description": "The label for copy buttons and menu items.", - "type": "text" + "description": "The label for copy buttons and menu items." }, "cutButtonLabel": "CUT", "@cutButtonLabel": { - "description": "The label for cut buttons and menu items", - "type": "text" + "description": "The label for cut buttons and menu items." }, "okButtonLabel": "OK", "@okButtonLabel": { - "description": "The label for OK buttons and menu items.", - "type": "text" + "description": "The label for OK buttons and menu items." }, "pasteButtonLabel": "PASTE", "@pasteButtonLabel": { - "description": "The label for paste buttons and menu items.", - "type": "text" + "description": "The label for paste buttons and menu items." }, "selectAllButtonLabel": "SELECT ALL", - "@selectButtonLabel": { - "description": "The label for select-all buttons and menu items.", - "type": "text" + "@selectAllButtonLabel": { + "description": "The label for select-all buttons and menu items." }, "viewLicensesButtonLabel": "VIEW LICENSES", "@viewLicensesButtonLabel": { - "description": "The label for the about box's view licenses button.", - "type": "text" + "description": "The label for the about box's view licenses button." }, "anteMeridiemAbbreviation": "AM", "@anteMeridiemAbbreviation": { - "description": "The abbreviation for ante meridiem (before noon) shown in the time picker.", - "type": "text" + "description": "The abbreviation for ante meridiem (before noon) shown in the time picker." }, "postMeridiemAbbreviation": "PM", "@postMeridiemAbbreviation": { - "description": "The abbreviation for post meridiem (after noon) shown in the time picker.", - "type": "text" + "description": "The abbreviation for post meridiem (after noon) shown in the time picker." } } From 5063b51af12094685a1847c4ada2b72a1a651cfc Mon Sep 17 00:00:00 2001 From: Yegor Date: Wed, 1 Nov 2017 14:52:28 -0700 Subject: [PATCH 011/327] Use alwaysUse24HourFormat when formatting time of day (#12517) * alwaysUse24HourFormat in MediaQuery and time picker * docs; dead code * address some comments * MaterialLocalizations.timeOfDayFormat is the single source of 24-hour-formattedness * Make TimePickerDialog private again * wire up MediaQueryData.fromWindow to Window --- .../lib/src/material_localizations.dart | 46 ++++++++++++++----- 1 file changed, 35 insertions(+), 11 deletions(-) diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 4825451f09b9..e1fb7d2fb2f3 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -141,8 +141,8 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { } @override - String formatHour(TimeOfDay timeOfDay) { - switch (hourFormat(of: timeOfDayFormat)) { + String formatHour(TimeOfDay timeOfDay, { bool alwaysUse24HourFormat: false }) { + switch (hourFormat(of: timeOfDayFormat(alwaysUse24HourFormat: alwaysUse24HourFormat))) { case HourFormat.HH: return _twoDigitZeroPaddedFormat.format(timeOfDay.hour); case HourFormat.H: @@ -188,7 +188,7 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { } @override - String formatTimeOfDay(TimeOfDay timeOfDay) { + String formatTimeOfDay(TimeOfDay timeOfDay, { bool alwaysUse24HourFormat: false }) { // Not using intl.DateFormat for two reasons: // // - DateFormat supports more formats than our material time picker does, @@ -197,18 +197,20 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { // - DateFormat operates on DateTime, which is sensitive to time eras and // time zones, while here we want to format hour and minute within one day // no matter what date the day falls on. - switch (timeOfDayFormat) { + final String hour = formatHour(timeOfDay, alwaysUse24HourFormat: alwaysUse24HourFormat); + final String minute = formatMinute(timeOfDay); + switch (timeOfDayFormat(alwaysUse24HourFormat: alwaysUse24HourFormat)) { case TimeOfDayFormat.h_colon_mm_space_a: - return '${formatHour(timeOfDay)}:${formatMinute(timeOfDay)} ${_formatDayPeriod(timeOfDay)}'; + return '$hour:$minute ${_formatDayPeriod(timeOfDay)}'; case TimeOfDayFormat.H_colon_mm: case TimeOfDayFormat.HH_colon_mm: - return '${formatHour(timeOfDay)}:${formatMinute(timeOfDay)}'; + return '$hour:$minute'; case TimeOfDayFormat.HH_dot_mm: - return '${formatHour(timeOfDay)}.${formatMinute(timeOfDay)}'; + return '$hour.$minute'; case TimeOfDayFormat.a_space_h_colon_mm: - return '${_formatDayPeriod(timeOfDay)} ${formatHour(timeOfDay)}:${formatMinute(timeOfDay)}'; + return '${_formatDayPeriod(timeOfDay)} $hour:$minute'; case TimeOfDayFormat.frenchCanadian: - return '${formatHour(timeOfDay)} h ${formatMinute(timeOfDay)}'; + return '$hour h $minute'; } return null; @@ -328,7 +330,7 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { /// * http://demo.icu-project.org/icu-bin/locexp?d_=en&_=en_US shows the /// short time pattern used in locale en_US @override - TimeOfDayFormat get timeOfDayFormat { + TimeOfDayFormat timeOfDayFormat({ bool alwaysUse24HourFormat: false }) { final String icuShortTimePattern = _nameToValue['timeOfDayFormat']; assert(() { @@ -343,7 +345,12 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { return true; }()); - return _icuTimeOfDayToEnum[icuShortTimePattern]; + final TimeOfDayFormat icuFormat = _icuTimeOfDayToEnum[icuShortTimePattern]; + + if (alwaysUse24HourFormat) + return _get24HourVersionOf(icuFormat); + + return icuFormat; } /// Looks up text geometry defined in [MaterialTextGeometry]. @@ -403,6 +410,23 @@ const Map _icuTimeOfDayToEnum = const Date: Tue, 14 Nov 2017 11:00:05 -0800 Subject: [PATCH 012/327] Improved l10 message descriptions (#13016) --- .../lib/src/l10n/material_en.arb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index 58c56ffd6c4b..9d942b7be911 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -51,7 +51,7 @@ "aboutListTileTitle": "About $applicationName", "@aboutListTileTitle": { - "description": "The default title for AboutListTile", + "description": "The default title for AboutListTile. The value of $applicationName is the name of the application, like GMail or Chrome.", "parameters": "applicationName" }, @@ -62,13 +62,13 @@ "pageRowsInfoTitle": "$firstRow–$lastRow of $rowCount", "@pageRowsInfoTitle": { - "description": "Title for the [PaginatedDataTable]'s row info footer when the exact overall row count is known", + "description": "Title for the [PaginatedDataTable]'s row info footer when the exact overall row count is known. This message describes an integer range where $firstRow is the index of the start of the range, $lastRow is the index of the end of the range, and $rowCount is the limit of the range. All values are greater than or equal to zero.", "parameters": "firstRow, lastRow, rowCount" }, "pageRowsInfoTitleApproximate": "$firstRow–$lastRow of about $rowCount", "@pageRowsInfoTitleApproximate": { - "description": "Title for the [PaginatedDataTable]'s row info footer when the exact overall row count is unknown", + "description": "Title for the [PaginatedDataTable]'s row info footer when the exact overall row count is unknown. This message describes an integer range where $firstRow is the index of the start of the range, $lastRow is the index of the end of the range, and $rowCount is the limit of the range. All values are greater than or equal to zero.", "parameters": "firstRow, lastRow, rowCount" }, @@ -81,7 +81,7 @@ "selectedRowCountTitleOne": "1 item selected", "selectedRowCountTitleOther": "$selectedRowCount items selected", "@selectedRowCountTitle": { - "description": "Title for the PaginatedDataTable's selected row count header", + "description": "Title for the PaginatedDataTable's selected row count header. The value of $selectedRowCount is an integer which indicates the number of data table row elements that have been selected.", "plural": "selectedRowCount" }, @@ -132,11 +132,11 @@ "anteMeridiemAbbreviation": "AM", "@anteMeridiemAbbreviation": { - "description": "The abbreviation for ante meridiem (before noon) shown in the time picker." + "description": "The abbreviation for ante meridiem (before noon) shown in the time picker. Translations for this abbreviation will only be provided for locales that support it." }, "postMeridiemAbbreviation": "PM", "@postMeridiemAbbreviation": { - "description": "The abbreviation for post meridiem (after noon) shown in the time picker." + "description": "The abbreviation for post meridiem (after noon) shown in the time picker. Translations for this abbreviation will only be provided for locales that support it." } } From 17b1e02a6e4afcc4690df085f583f1a42adf1e4b Mon Sep 17 00:00:00 2001 From: Greg Spencer Date: Fri, 17 Nov 2017 10:05:21 -0800 Subject: [PATCH 013/327] Fix spelling errors in all the dartdocs. (#13061) I got tired of drive-by spelling fixes, so I figured I'd just take care of them all at once. This only corrects errors in the dartdocs, not regular comments, and I skipped any sample code in the dartdocs. It doesn't touch any identifiers in the dartdocs either. No code changes, just comments. --- .../flutter_localizations/lib/src/material_localizations.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index e1fb7d2fb2f3..6c639171a5ca 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -45,7 +45,7 @@ import 'widgets_localizations.dart'; /// * it - Italian /// * ja - Japanese /// * ps - Pashto -/// * pt - Portugese +/// * pt - Portuguese /// * ru - Russian /// * sd - Sindhi /// * ur - Urdu @@ -369,7 +369,7 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { /// A [LocalizationsDelegate] that uses [GlobalMaterialLocalizations.load] /// to create an instance of this class. /// - /// Most internationlized apps will use [GlobalMaterialLocalizations.delegates] + /// Most internationalized apps will use [GlobalMaterialLocalizations.delegates] /// as the value of [MaterialApp.localizationsDelegates] to include /// the localizations for both the material and widget libraries. static const LocalizationsDelegate delegate = const _MaterialLocalizationsDelegate(); From b291082d7bb16814994244eb4c0eef8c64535d15 Mon Sep 17 00:00:00 2001 From: Hans Muller Date: Wed, 29 Nov 2017 08:27:17 -0800 Subject: [PATCH 014/327] Updated flutter_localizations (#13229) --- .../lib/src/l10n/material_ar.arb | 43 ++++++++++-------- .../lib/src/l10n/material_de.arb | 16 +++---- .../lib/src/l10n/material_de_CH.arb | 30 +++++++++++++ .../lib/src/l10n/material_en_AU.arb | 30 +++++++++++++ .../lib/src/l10n/material_en_CA.arb | 30 +++++++++++++ .../lib/src/l10n/material_en_GB.arb | 29 +++++++++++- .../lib/src/l10n/material_en_IE.arb | 29 +++++++++++- .../lib/src/l10n/material_en_IN.arb | 30 +++++++++++++ .../lib/src/l10n/material_en_SG.arb | 30 +++++++++++++ .../lib/src/l10n/material_en_ZA.arb | 29 +++++++++++- .../lib/src/l10n/material_es.arb | 28 ++++++------ .../lib/src/l10n/material_es_US.arb | 1 + .../lib/src/l10n/material_fa.arb | 29 ++++++------ .../lib/src/l10n/material_fr.arb | 18 ++++---- .../lib/src/l10n/material_fr_CA.arb | 1 + .../lib/src/l10n/material_gsw.arb | 30 +++++++++++++ .../lib/src/l10n/material_he.arb | 45 ++++++++++--------- .../lib/src/l10n/material_it.arb | 19 ++++---- .../lib/src/l10n/material_ja.arb | 31 ++++++------- .../lib/src/l10n/material_pt.arb | 4 +- .../lib/src/l10n/material_pt_PT.arb | 30 +++++++++++++ .../lib/src/l10n/material_ru.arb | 28 ++++++------ .../lib/src/l10n/material_ur.arb | 35 ++++++++------- .../lib/src/l10n/material_zh.arb | 20 ++++----- 24 files changed, 460 insertions(+), 155 deletions(-) create mode 100644 packages/flutter_localizations/lib/src/l10n/material_de_CH.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_en_AU.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_en_CA.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_en_IN.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_en_SG.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_gsw.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index bc7acf2b008e..bc1c792a7e8c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -1,29 +1,34 @@ { + "selectedRowCountTitleOne": "تم اختيار عنصر واحد", + "selectedRowCountTitleZero": "لم يتم اختيار أي عنصر", + "selectedRowCountTitleTwo": "تم اختيار عنصرين ($selectedRowCount)", + "selectedRowCountTitleFew": "تم اختيار $selectedRowCount عنصر", + "selectedRowCountTitleMany": "تم اختيار $selectedRowCount عنصرًا", "scriptCategory": "tall", "timeOfDayFormat": "h:mm a", - "openAppDrawerTooltip": "افتح قائمة التنقل", - "backButtonTooltip": "الى الخلف", - "closeButtonTooltip": "إغلا", - "nextMonthTooltip": "الشهر القادم", - "previousMonthTooltip": "الشهر الماضى", + "openAppDrawerTooltip": "فتح قائمة التنقل", + "backButtonTooltip": "رجوع", + "closeButtonTooltip": "إغلاق", + "nextMonthTooltip": "الشهر التالي", + "previousMonthTooltip": "الشهر السابق", "nextPageTooltip": "الصفحة التالية", "previousPageTooltip": "الصفحة السابقة", - "showMenuTooltip": "قائمة العرض", - "aboutListTileTitle": "حول $applicationName", - "licensesPageTitle": "التّراخيص", - "pageRowsInfoTitle": "$firstRow–$lastRow أو $rowCount", - "pageRowsInfoTitleApproximate": "$firstRow–$lastRow من حوالي $rowCount", - "rowsPerPageTitle": "الصفوف في الصفحة:", - "selectedRowCountTitleOther": "$selectedRowCount العناصر المحددة", + "showMenuTooltip": "عرض القائمة", + "aboutListTileTitle": "حول \"$applicationName\"", + "licensesPageTitle": "التراخيص", + "pageRowsInfoTitle": "من $firstRow إلى $lastRow من إجمالي $rowCount", + "pageRowsInfoTitleApproximate": "من $firstRow إلى $lastRow من إجمالي $rowCount تقريبًا", + "rowsPerPageTitle": "عدد الصفوف في الصفحة:", + "selectedRowCountTitleOther": "تم اختيار $selectedRowCount عنصر", "cancelButtonLabel": "إلغاء", - "closeButtonLabel": "أغلاق", - "continueButtonLabel": "استمر", + "closeButtonLabel": "إغلاق", + "continueButtonLabel": "متابعة", "copyButtonLabel": "نسخ", - "cutButtonLabel": "كِم جارح", - "okButtonLabel": "حسنا", - "pasteButtonLabel": "عجين", - "selectAllButtonLabel": "اختر الكل", - "viewLicensesButtonLabel": "عرض التراخيص", + "cutButtonLabel": "قص", + "okButtonLabel": "حسنًا", + "pasteButtonLabel": "لصق", + "selectAllButtonLabel": "اختيار الكل", + "viewLicensesButtonLabel": "الاطّلاع على التراخيص", "anteMeridiemAbbreviation": "ص", "postMeridiemAbbreviation": "م" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index d8742ee3820e..77a444b137af 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -1,8 +1,6 @@ { "scriptCategory": "English-like", "timeOfDayFormat": "HH:mm", - "@anteMeridiemAbbreviation": { "notUsed": "German time format does not use a.m. indicator" }, - "@postMeridiemAbbreviation": { "notUsed": "German time format does not use p.m. indicator" }, "openAppDrawerTooltip": "Navigationsmenü öffnen", "backButtonTooltip": "Zurück", "closeButtonTooltip": "Schließen", @@ -17,15 +15,17 @@ "pageRowsInfoTitleApproximate": "$firstRow–$lastRow von etwa $rowCount", "rowsPerPageTitle": "Zeilen pro Seite:", "selectedRowCountTitleZero": "Keine Objekte ausgewählt", - "selectedRowCountTitleOne": "1 Objekt ausgewählt", - "selectedRowCountTitleOther": "$selectedRowCount Objekte ausgewählt", + "selectedRowCountTitleOne": "1 Element ausgewählt", + "selectedRowCountTitleOther": "$selectedRowCount Elemente ausgewählt", "cancelButtonLabel": "ABBRECHEN", - "closeButtonLabel": "SCHLIESSEN", - "continueButtonLabel": "FORTSETZEN", + "closeButtonLabel": "SCHLIEẞEN", + "continueButtonLabel": "WEITER", "copyButtonLabel": "KOPIEREN", "cutButtonLabel": "AUSSCHNEIDEN", "okButtonLabel": "OK", "pasteButtonLabel": "EINFÜGEN", - "selectAllButtonLabel": "ALLES AUSWÄHLEN", - "viewLicensesButtonLabel": "LIZENZEN ANZEIGEN" + "selectAllButtonLabel": "ALLE AUSWÄHLEN", + "viewLicensesButtonLabel": "LIZENZEN ANZEIGEN", + "anteMeridiemAbbreviation": "VORM.", + "postMeridiemAbbreviation": "NACHM." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb new file mode 100644 index 000000000000..351d151a10d0 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb @@ -0,0 +1,30 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "HH:mm", + "openAppDrawerTooltip": "Navigationsmenü öffnen", + "backButtonTooltip": "Zurück", + "closeButtonTooltip": "Schliessen", + "nextMonthTooltip": "Nächster Monat", + "previousMonthTooltip": "Vorheriger Monat", + "nextPageTooltip": "Nächste Seite", + "previousPageTooltip": "Vorherige Seite", + "showMenuTooltip": "Menü anzeigen", + "aboutListTileTitle": "Über $applicationName", + "licensesPageTitle": "Lizenzen", + "pageRowsInfoTitle": "$firstRow–$lastRow von $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow von etwa $rowCount", + "rowsPerPageTitle": "Zeilen pro Seite:", + "selectedRowCountTitleOne": "1 Element ausgewählt", + "selectedRowCountTitleOther": "$selectedRowCount Elemente ausgewählt", + "cancelButtonLabel": "ABBRECHEN", + "closeButtonLabel": "SCHLIEẞEN", + "continueButtonLabel": "WEITER", + "copyButtonLabel": "KOPIEREN", + "cutButtonLabel": "AUSSCHNEIDEN", + "okButtonLabel": "OK", + "pasteButtonLabel": "EINFÜGEN", + "selectAllButtonLabel": "ALLE AUSWÄHLEN", + "viewLicensesButtonLabel": "LIZENZEN ANZEIGEN", + "anteMeridiemAbbreviation": "VORM.", + "postMeridiemAbbreviation": "NACHM." +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb new file mode 100644 index 000000000000..ded861e7059c --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb @@ -0,0 +1,30 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "h:mm a", + "openAppDrawerTooltip": "Open navigation menu", + "backButtonTooltip": "Back", + "closeButtonTooltip": "Close", + "nextMonthTooltip": "Next month", + "previousMonthTooltip": "Previous month", + "nextPageTooltip": "Next page", + "previousPageTooltip": "Previous page", + "showMenuTooltip": "Show menu", + "aboutListTileTitle": "About $applicationName", + "licensesPageTitle": "Licences", + "pageRowsInfoTitle": "$firstRow–$lastRow of $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow of about $rowCount", + "rowsPerPageTitle": "Rows per page:", + "selectedRowCountTitleOne": "1 item selected", + "selectedRowCountTitleOther": "$selectedRowCount items selected", + "cancelButtonLabel": "CANCEL", + "closeButtonLabel": "CLOSE", + "continueButtonLabel": "CONTINUE", + "copyButtonLabel": "COPY", + "cutButtonLabel": "CUT", + "okButtonLabel": "OK", + "pasteButtonLabel": "PASTE", + "selectAllButtonLabel": "SELECT ALL", + "viewLicensesButtonLabel": "VIEW LICENCES", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb new file mode 100644 index 000000000000..ded861e7059c --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb @@ -0,0 +1,30 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "h:mm a", + "openAppDrawerTooltip": "Open navigation menu", + "backButtonTooltip": "Back", + "closeButtonTooltip": "Close", + "nextMonthTooltip": "Next month", + "previousMonthTooltip": "Previous month", + "nextPageTooltip": "Next page", + "previousPageTooltip": "Previous page", + "showMenuTooltip": "Show menu", + "aboutListTileTitle": "About $applicationName", + "licensesPageTitle": "Licences", + "pageRowsInfoTitle": "$firstRow–$lastRow of $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow of about $rowCount", + "rowsPerPageTitle": "Rows per page:", + "selectedRowCountTitleOne": "1 item selected", + "selectedRowCountTitleOther": "$selectedRowCount items selected", + "cancelButtonLabel": "CANCEL", + "closeButtonLabel": "CLOSE", + "continueButtonLabel": "CONTINUE", + "copyButtonLabel": "COPY", + "cutButtonLabel": "CUT", + "okButtonLabel": "OK", + "pasteButtonLabel": "PASTE", + "selectAllButtonLabel": "SELECT ALL", + "viewLicensesButtonLabel": "VIEW LICENCES", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb index 2fe92240cc64..6cdc1e3f11fd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb @@ -1,3 +1,30 @@ { - "timeOfDayFormat": "HH:mm" + "scriptCategory": "English-like", + "timeOfDayFormat": "HH:mm", + "nextMonthTooltip": "Next month", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow of about $rowCount", + "copyButtonLabel": "COPY", + "closeButtonTooltip": "Close", + "selectAllButtonLabel": "SELECT ALL", + "viewLicensesButtonLabel": "VIEW LICENCES", + "rowsPerPageTitle": "Rows per page:", + "aboutListTileTitle": "About $applicationName", + "backButtonTooltip": "Back", + "licensesPageTitle": "Licences", + "okButtonLabel": "OK", + "pasteButtonLabel": "PASTE", + "previousMonthTooltip": "Previous month", + "closeButtonLabel": "CLOSE", + "cutButtonLabel": "CUT", + "continueButtonLabel": "CONTINUE", + "nextPageTooltip": "Next page", + "openAppDrawerTooltip": "Open navigation menu", + "previousPageTooltip": "Previous page", + "cancelButtonLabel": "CANCEL", + "pageRowsInfoTitle": "$firstRow–$lastRow of $rowCount", + "selectedRowCountTitleOne": "1 item selected", + "selectedRowCountTitleOther": "$selectedRowCount items selected", + "showMenuTooltip": "Show menu", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb index 2fe92240cc64..6cdc1e3f11fd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb @@ -1,3 +1,30 @@ { - "timeOfDayFormat": "HH:mm" + "scriptCategory": "English-like", + "timeOfDayFormat": "HH:mm", + "nextMonthTooltip": "Next month", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow of about $rowCount", + "copyButtonLabel": "COPY", + "closeButtonTooltip": "Close", + "selectAllButtonLabel": "SELECT ALL", + "viewLicensesButtonLabel": "VIEW LICENCES", + "rowsPerPageTitle": "Rows per page:", + "aboutListTileTitle": "About $applicationName", + "backButtonTooltip": "Back", + "licensesPageTitle": "Licences", + "okButtonLabel": "OK", + "pasteButtonLabel": "PASTE", + "previousMonthTooltip": "Previous month", + "closeButtonLabel": "CLOSE", + "cutButtonLabel": "CUT", + "continueButtonLabel": "CONTINUE", + "nextPageTooltip": "Next page", + "openAppDrawerTooltip": "Open navigation menu", + "previousPageTooltip": "Previous page", + "cancelButtonLabel": "CANCEL", + "pageRowsInfoTitle": "$firstRow–$lastRow of $rowCount", + "selectedRowCountTitleOne": "1 item selected", + "selectedRowCountTitleOther": "$selectedRowCount items selected", + "showMenuTooltip": "Show menu", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb new file mode 100644 index 000000000000..ded861e7059c --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb @@ -0,0 +1,30 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "h:mm a", + "openAppDrawerTooltip": "Open navigation menu", + "backButtonTooltip": "Back", + "closeButtonTooltip": "Close", + "nextMonthTooltip": "Next month", + "previousMonthTooltip": "Previous month", + "nextPageTooltip": "Next page", + "previousPageTooltip": "Previous page", + "showMenuTooltip": "Show menu", + "aboutListTileTitle": "About $applicationName", + "licensesPageTitle": "Licences", + "pageRowsInfoTitle": "$firstRow–$lastRow of $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow of about $rowCount", + "rowsPerPageTitle": "Rows per page:", + "selectedRowCountTitleOne": "1 item selected", + "selectedRowCountTitleOther": "$selectedRowCount items selected", + "cancelButtonLabel": "CANCEL", + "closeButtonLabel": "CLOSE", + "continueButtonLabel": "CONTINUE", + "copyButtonLabel": "COPY", + "cutButtonLabel": "CUT", + "okButtonLabel": "OK", + "pasteButtonLabel": "PASTE", + "selectAllButtonLabel": "SELECT ALL", + "viewLicensesButtonLabel": "VIEW LICENCES", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb new file mode 100644 index 000000000000..ded861e7059c --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb @@ -0,0 +1,30 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "h:mm a", + "openAppDrawerTooltip": "Open navigation menu", + "backButtonTooltip": "Back", + "closeButtonTooltip": "Close", + "nextMonthTooltip": "Next month", + "previousMonthTooltip": "Previous month", + "nextPageTooltip": "Next page", + "previousPageTooltip": "Previous page", + "showMenuTooltip": "Show menu", + "aboutListTileTitle": "About $applicationName", + "licensesPageTitle": "Licences", + "pageRowsInfoTitle": "$firstRow–$lastRow of $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow of about $rowCount", + "rowsPerPageTitle": "Rows per page:", + "selectedRowCountTitleOne": "1 item selected", + "selectedRowCountTitleOther": "$selectedRowCount items selected", + "cancelButtonLabel": "CANCEL", + "closeButtonLabel": "CLOSE", + "continueButtonLabel": "CONTINUE", + "copyButtonLabel": "COPY", + "cutButtonLabel": "CUT", + "okButtonLabel": "OK", + "pasteButtonLabel": "PASTE", + "selectAllButtonLabel": "SELECT ALL", + "viewLicensesButtonLabel": "VIEW LICENCES", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb index 2fe92240cc64..6cdc1e3f11fd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb @@ -1,3 +1,30 @@ { - "timeOfDayFormat": "HH:mm" + "scriptCategory": "English-like", + "timeOfDayFormat": "HH:mm", + "nextMonthTooltip": "Next month", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow of about $rowCount", + "copyButtonLabel": "COPY", + "closeButtonTooltip": "Close", + "selectAllButtonLabel": "SELECT ALL", + "viewLicensesButtonLabel": "VIEW LICENCES", + "rowsPerPageTitle": "Rows per page:", + "aboutListTileTitle": "About $applicationName", + "backButtonTooltip": "Back", + "licensesPageTitle": "Licences", + "okButtonLabel": "OK", + "pasteButtonLabel": "PASTE", + "previousMonthTooltip": "Previous month", + "closeButtonLabel": "CLOSE", + "cutButtonLabel": "CUT", + "continueButtonLabel": "CONTINUE", + "nextPageTooltip": "Next page", + "openAppDrawerTooltip": "Open navigation menu", + "previousPageTooltip": "Previous page", + "cancelButtonLabel": "CANCEL", + "pageRowsInfoTitle": "$firstRow–$lastRow of $rowCount", + "selectedRowCountTitleOne": "1 item selected", + "selectedRowCountTitleOther": "$selectedRowCount items selected", + "showMenuTooltip": "Show menu", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index 20311719c0b3..32d736d51d9e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -1,31 +1,31 @@ { "scriptCategory": "English-like", "timeOfDayFormat": "H:mm", - "@anteMeridiemAbbreviation": { "notUsed": "Standard Spanish time format does not use a.m. indicator" }, - "@postMeridiemAbbreviation": { "notUsed": "Standard Spanish time format does not use p.m. indicator" }, "openAppDrawerTooltip": "Abrir el menú de navegación", - "backButtonTooltip": "Espalda", + "backButtonTooltip": "Atrás", "closeButtonTooltip": "Cerrar", - "nextMonthTooltip": "Próximo mes", + "nextMonthTooltip": "Mes siguiente", "previousMonthTooltip": "Mes anterior", - "nextPageTooltip": "Siguiente página", - "previousPageTooltip": "Pagina anterior", - "showMenuTooltip": "Muestrame el menu", - "aboutListTileTitle": "Desarrollado por $applicationName", + "nextPageTooltip": "Página siguiente", + "previousPageTooltip": "Página anterior", + "showMenuTooltip": "Mostrar menú", + "aboutListTileTitle": "Sobre $applicationName", "licensesPageTitle": "Licencias", - "pageRowsInfoTitle": "$firstRow–$lastRow de $rowCount", - "pageRowsInfoTitleApproximate": "$firstRow–$lastRow de aproximadamente $rowCount", + "pageRowsInfoTitle": "$firstRow‑$lastRow de $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow‑$lastRow de aproximadamente $rowCount", "rowsPerPageTitle": "Filas por página:", "selectedRowCountTitleZero": "No se han seleccionado elementos", - "selectedRowCountTitleOne": "1 artículo seleccionado", - "selectedRowCountTitleOther": "$selectedRowCount artículos seleccionados", + "selectedRowCountTitleOne": "1 elemento seleccionado", + "selectedRowCountTitleOther": "$selectedRowCount elementos seleccionados", "cancelButtonLabel": "CANCELAR", "closeButtonLabel": "CERRAR", "continueButtonLabel": "CONTINUAR", "copyButtonLabel": "COPIAR", "cutButtonLabel": "CORTAR", - "okButtonLabel": "OK", + "okButtonLabel": "ACEPTAR", "pasteButtonLabel": "PEGAR", "selectAllButtonLabel": "SELECCIONAR TODO", - "viewLicensesButtonLabel": "VER LICENCIAS" + "viewLicensesButtonLabel": "VER LICENCIAS", + "anteMeridiemAbbreviation": "A.M.", + "postMeridiemAbbreviation": "P.M." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb index 95c984c594e2..4e2e3a7e4483 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb @@ -1,4 +1,5 @@ { + "scriptCategory": "English-like", "timeOfDayFormat": "h:mm a", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM" diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index 008a70cf09a7..680e2359261b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -1,29 +1,30 @@ { "scriptCategory": "tall", "timeOfDayFormat": "H:mm", - "@anteMeridiemAbbreviation": { "notUsed": "Farsi time format does not use a.m. indicator" }, - "@postMeridiemAbbreviation": { "notUsed": "Farsi time format does not use p.m. indicator" }, - "openAppDrawerTooltip": "منوی ناوبری را باز کنید", - "backButtonTooltip": "بازگشت", + "selectedRowCountTitleOne": "۱ مورد انتخاب شد", + "openAppDrawerTooltip": "باز کردن منوی پیمایش", + "backButtonTooltip": "برگشت", "closeButtonTooltip": "بستن", "nextMonthTooltip": "ماه بعد", - "previousMonthTooltip": "ماه گذشته", + "previousMonthTooltip": "ماه قبل", "nextPageTooltip": "صفحه بعد", - "previousPageTooltip": "صفحه قبلی", + "previousPageTooltip": "صفحه قبل", "showMenuTooltip": "نمایش منو", "aboutListTileTitle": "درباره $applicationName", - "licensesPageTitle": "مجوز", + "licensesPageTitle": "مجوزها", "pageRowsInfoTitle": "$firstRow–$lastRow از $rowCount", "pageRowsInfoTitleApproximate": "$firstRow–$lastRow از حدود $rowCount", - "rowsPerPageTitle": "ردیف در صفحه:", - "selectedRowCountTitleOther": "$selectedRowCount آیتم های انتخاب شده", + "rowsPerPageTitle": "ردیف در هر صفحه:", + "selectedRowCountTitleOther": "$selectedRowCount مورد انتخاب شدند", "cancelButtonLabel": "لغو", "closeButtonLabel": "بستن", - "continueButtonLabel": "ادامه دهید", + "continueButtonLabel": "ادامه", "copyButtonLabel": "کپی", "cutButtonLabel": "برش", - "okButtonLabel": "تایید", - "pasteButtonLabel": "چسباندن", + "okButtonLabel": "تأیید", + "pasteButtonLabel": "جای‌گذاری", "selectAllButtonLabel": "انتخاب همه", - "viewLicensesButtonLabel": "مشاهده مجوز" -} \ No newline at end of file + "viewLicensesButtonLabel": "مشاهده مجوزها", + "anteMeridiemAbbreviation": "ق.ظ.", + "postMeridiemAbbreviation": "ب.ظ." +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index 96983cdfce4c..7fbc443b3d4e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -1,24 +1,22 @@ { "scriptCategory": "English-like", "timeOfDayFormat": "HH:mm", - "@anteMeridiemAbbreviation": { "notUsed": "French time format does not use a.m. indicator" }, - "@postMeridiemAbbreviation": { "notUsed": "French time format does not use p.m. indicator" }, "openAppDrawerTooltip": "Ouvrir le menu de navigation", "backButtonTooltip": "Retour", "closeButtonTooltip": "Fermer", - "nextMonthTooltip": "Mois Suivant", + "nextMonthTooltip": "Mois suivant", "previousMonthTooltip": "Mois précédent", "nextPageTooltip": "Page suivante", "previousPageTooltip": "Page précédente", "showMenuTooltip": "Afficher le menu", "aboutListTileTitle": "À propos de $applicationName", "licensesPageTitle": "Licences", - "pageRowsInfoTitle": "$firstRow–$lastRow de $rowCount", - "pageRowsInfoTitleApproximate": "$firstRow–$lastRow d'environ $rowCount", - "rowsPerPageTitle": "Lignes par page:", + "pageRowsInfoTitle": "$firstRow – $lastRow sur $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow – $lastRow sur environ $rowCount", + "rowsPerPageTitle": "Lignes par page :", "selectedRowCountTitleZero": "Aucun élément sélectionné", - "selectedRowCountTitleOne": "1 élément sélectionné", - "selectedRowCountTitleOther": "$selectedRowCount éléments sélectionnés", + "selectedRowCountTitleOne": "1 élément sélectionné", + "selectedRowCountTitleOther": "$selectedRowCount éléments sélectionnés", "cancelButtonLabel": "ANNULER", "closeButtonLabel": "FERMER", "continueButtonLabel": "CONTINUER", @@ -27,5 +25,7 @@ "okButtonLabel": "OK", "pasteButtonLabel": "COLLER", "selectAllButtonLabel": "TOUT SÉLECTIONNER", - "viewLicensesButtonLabel": "AFFICHER LES LICENCES" + "viewLicensesButtonLabel": "AFFICHER LES LICENCES", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb b/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb index 6beb7334a516..520460409eb4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb @@ -1,3 +1,4 @@ { + "scriptCategory": "English-like", "timeOfDayFormat": "HH 'h' mm" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb new file mode 100644 index 000000000000..a2d0f9be29b2 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -0,0 +1,30 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "HH:mm", + "openAppDrawerTooltip": "Navigationsmenü öffnen", + "backButtonTooltip": "Zurück", + "closeButtonTooltip": "Schließen", + "nextMonthTooltip": "Nächster Monat", + "previousMonthTooltip": "Vorheriger Monat", + "nextPageTooltip": "Nächste Seite", + "previousPageTooltip": "Vorherige Seite", + "showMenuTooltip": "Menü anzeigen", + "aboutListTileTitle": "Über $applicationName", + "licensesPageTitle": "Lizenzen", + "pageRowsInfoTitle": "$firstRow–$lastRow von $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow von etwa $rowCount", + "rowsPerPageTitle": "Zeilen pro Seite:", + "selectedRowCountTitleOne": "1 Element ausgewählt", + "selectedRowCountTitleOther": "$selectedRowCount Elemente ausgewählt", + "cancelButtonLabel": "ABBRECHEN", + "closeButtonLabel": "SCHLIEẞEN", + "continueButtonLabel": "WEITER", + "copyButtonLabel": "KOPIEREN", + "cutButtonLabel": "AUSSCHNEIDEN", + "okButtonLabel": "OK", + "pasteButtonLabel": "EINFÜGEN", + "selectAllButtonLabel": "ALLE AUSWÄHLEN", + "viewLicensesButtonLabel": "LIZENZEN ANZEIGEN", + "anteMeridiemAbbreviation": "VORM.", + "postMeridiemAbbreviation": "NACHM." +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index aab245c2240a..50a784396fad 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -1,29 +1,32 @@ { "scriptCategory": "English-like", "timeOfDayFormat": "H:mm", - "@anteMeridiemAbbreviation": { "notUsed": "Hebrew time format does not use a.m. indicator" }, - "@postMeridiemAbbreviation": { "notUsed": "Hebrew time format does not use p.m. indicator" }, - "openAppDrawerTooltip": "פתח תפריט ניווט", - "backButtonTooltip": "אחורה", - "closeButtonTooltip": "סגור", - "nextMonthTooltip": "חודש הבא", - "previousMonthTooltip": "חודש קודם", - "nextPageTooltip": "עמוד הבא", - "previousPageTooltip": "עמוד קודם", - "showMenuTooltip": "הצג תפריט", - "aboutListTileTitle": "על $applicationName", + "selectedRowCountTitleOne": "פריט אחד נבחר", + "selectedRowCountTitleTwo": "$selectedRowCount פריטים נבחרו", + "selectedRowCountTitleMany": "$selectedRowCount פריטים נבחרו", + "openAppDrawerTooltip": "פתיחה של תפריט הניווט", + "backButtonTooltip": "הקודם", + "closeButtonTooltip": "סגירה", + "nextMonthTooltip": "החודש הבא", + "previousMonthTooltip": "החודש הקודם", + "nextPageTooltip": "הדף הבא", + "previousPageTooltip": "הדף הקודם", + "showMenuTooltip": "הצגת התפריט", + "aboutListTileTitle": "מידע על $applicationName", "licensesPageTitle": "רישיונות", - "pageRowsInfoTitle": "$firstRow–$lastRow מתוך $rowCount", - "pageRowsInfoTitleApproximate": "$firstRow–$lastRow מתוך כ $rowCount", - "rowsPerPageTitle": "שורות לעמוד:", - "selectedRowCountTitleOther": "$selectedRowCount פריטים שנבחרו", + "pageRowsInfoTitle": "$lastRow–$firstRow מתוך $rowCount", + "pageRowsInfoTitleApproximate": "$lastRow–$firstRow מתוך כ-$rowCount", + "rowsPerPageTitle": "שורות בכל דף:", + "selectedRowCountTitleOther": "$selectedRowCount פריטים נבחרו", "cancelButtonLabel": "ביטול", - "closeButtonLabel": "סגור", + "closeButtonLabel": "סגירה", "continueButtonLabel": "המשך", - "copyButtonLabel": "העתק", - "cutButtonLabel": "גזור", + "copyButtonLabel": "העתקה", + "cutButtonLabel": "גזירה", "okButtonLabel": "אישור", - "pasteButtonLabel": "הדבק", - "selectAllButtonLabel": "בחר הכל", - "viewLicensesButtonLabel": "הצג רישיונות" + "pasteButtonLabel": "הדבקה", + "selectAllButtonLabel": "בחירת הכול", + "viewLicensesButtonLabel": "הצגת הרישיונות", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index 38497d8bfeb0..aa9fa098bd39 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -1,22 +1,21 @@ { "scriptCategory": "English-like", "timeOfDayFormat": "HH:mm", - "@anteMeridiemAbbreviation": { "notUsed": "Italian time format does not use a.m. indicator" }, - "@postMeridiemAbbreviation": { "notUsed": "Italian time format does not use p.m. indicator" }, + "selectedRowCountTitleOne": "1 elemento selezionato", "openAppDrawerTooltip": "Apri il menu di navigazione", "backButtonTooltip": "Indietro", "closeButtonTooltip": "Chiudi", - "nextMonthTooltip": "Il prossimo mese", - "previousMonthTooltip": "Il mese scorso", + "nextMonthTooltip": "Mese successivo", + "previousMonthTooltip": "Mese precedente", "nextPageTooltip": "Pagina successiva", "previousPageTooltip": "Pagina precedente", "showMenuTooltip": "Mostra il menu", - "aboutListTileTitle": "A proposito di $applicationName", + "aboutListTileTitle": "Informazioni su $applicationName", "licensesPageTitle": "Licenze", - "pageRowsInfoTitle": "$firstRow–$lastRow di $rowCount", - "pageRowsInfoTitleApproximate": "$firstRow–$lastRow di circa $rowCount", + "pageRowsInfoTitle": "$firstRow-$lastRow di $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow-$lastRow di circa $rowCount", "rowsPerPageTitle": "Righe per pagina:", - "selectedRowCountTitleOther": "$selectedRowCount selezionati", + "selectedRowCountTitleOther": "$selectedRowCount elementi selezionati", "cancelButtonLabel": "ANNULLA", "closeButtonLabel": "CHIUDI", "continueButtonLabel": "CONTINUA", @@ -25,5 +24,7 @@ "okButtonLabel": "OK", "pasteButtonLabel": "INCOLLA", "selectAllButtonLabel": "SELEZIONA TUTTO", - "viewLicensesButtonLabel": "VEDI LE LICENZE" + "viewLicensesButtonLabel": "VISUALIZZA LICENZE", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index b4e80b21b56d..c9d2d1098047 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -1,29 +1,30 @@ { "scriptCategory": "dense", "timeOfDayFormat": "H:mm", - "@anteMeridiemAbbreviation": { "notUsed": "Japanese time format does not use a.m. indicator" }, - "@postMeridiemAbbreviation": { "notUsed": "Japanese time format does not use p.m. indicator" }, - "openAppDrawerTooltip": "ナビゲーションメニューを開く", + "selectedRowCountTitleOne": "1 件のアイテムを選択中", + "openAppDrawerTooltip": "ナビゲーション メニューを開く", "backButtonTooltip": "戻る", "closeButtonTooltip": "閉じる", - "nextMonthTooltip": "次の月へ", - "previousMonthTooltip": "前の月へ", + "nextMonthTooltip": "来月", + "previousMonthTooltip": "前月", "nextPageTooltip": "次のページ", "previousPageTooltip": "前のページ", "showMenuTooltip": "メニューを表示", - "aboutListTileTitle": "$applicationNameについて", + "aboutListTileTitle": "$applicationName について", "licensesPageTitle": "ライセンス", - "pageRowsInfoTitle": "$rowCount行中の$firstRow–$lastRow", - "pageRowsInfoTitleApproximate": "約$rowCount行中の$firstRow–$lastRow", - "rowsPerPageTitle": "1ページあたりの行数:", - "selectedRowCountTitleOther": "$selectedRowCount個のアイテムが選択されています", + "pageRowsInfoTitle": "$firstRow - $lastRow 行(合計 $rowCount 行)", + "pageRowsInfoTitleApproximate": "$firstRow – $lastRow 行(合計約 $rowCount 行)", + "rowsPerPageTitle": "ページあたりの行数:", + "selectedRowCountTitleOther": "$selectedRowCount 件のアイテムを選択中", "cancelButtonLabel": "キャンセル", "closeButtonLabel": "閉じる", - "continueButtonLabel": "次へ", + "continueButtonLabel": "続行", "copyButtonLabel": "コピー", - "cutButtonLabel": "カット", + "cutButtonLabel": "切り取り", "okButtonLabel": "OK", - "pasteButtonLabel": "貼付け", - "selectAllButtonLabel": "全選択", - "viewLicensesButtonLabel": "ライセンス表記" + "pasteButtonLabel": "貼り付け", + "selectAllButtonLabel": "すべて選択", + "viewLicensesButtonLabel": "ライセンスを表示", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index 71df02aa4ed9..5c98a47d2fab 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -1,8 +1,8 @@ { "scriptCategory": "English-like", "timeOfDayFormat": "HH:mm", - "@anteMeridiemAbbreviation": { "notUsed": "Portuguese time format does not use a.m. indicator" }, - "@postMeridiemAbbreviation": { "notUsed": "Portuguese time format does not use p.m. indicator" }, + "@anteMeridiemAbbreviation": { "notUsed": "Pashto time format does not use a.m. indicator" }, + "@postMeridiemAbbreviation": { "notUsed": "Pashto time format does not use p.m. indicator" }, "openAppDrawerTooltip": "Abrir menu de navegação", "backButtonTooltip": "Costas", "closeButtonTooltip": "Fechar", diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb new file mode 100644 index 000000000000..ca9d4a014c89 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb @@ -0,0 +1,30 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "HH:mm", + "openAppDrawerTooltip": "Abrir menu de navegação", + "backButtonTooltip": "Anterior", + "closeButtonTooltip": "Fechar", + "nextMonthTooltip": "Mês seguinte", + "previousMonthTooltip": "Mês anterior", + "nextPageTooltip": "Página seguinte", + "previousPageTooltip": "Página anterior", + "showMenuTooltip": "Mostrar menu", + "aboutListTileTitle": "Acerca de $applicationName", + "licensesPageTitle": "Licenças", + "pageRowsInfoTitle": "$firstRow a $lastRow de $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow a $lastRow de cerca de $rowCount", + "rowsPerPageTitle": "Linhas por página:", + "selectedRowCountTitleOne": "1 item selecionado", + "selectedRowCountTitleOther": "$selectedRowCount itens selecionados", + "cancelButtonLabel": "CANCELAR", + "closeButtonLabel": "FECHAR", + "continueButtonLabel": "CONTINUAR", + "copyButtonLabel": "COPIAR", + "cutButtonLabel": "CORTAR", + "okButtonLabel": "OK", + "pasteButtonLabel": "COLAR", + "selectAllButtonLabel": "SELECIONAR TUDO", + "viewLicensesButtonLabel": "VER LICENÇAS", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index fed999f2bf1d..04dcce5414e2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -1,31 +1,33 @@ { "scriptCategory": "English-like", "timeOfDayFormat": "H:mm", - "@anteMeridiemAbbreviation": { "notUsed": "Russian time format does not use a.m. indicator" }, - "@postMeridiemAbbreviation": { "notUsed": "Russian time format does not use p.m. indicator" }, + "selectedRowCountTitleFew": "Выбрано $selectedRowCount объекта", + "selectedRowCountTitleMany": "Выбрано $selectedRowCount объектов", "openAppDrawerTooltip": "Открыть меню навигации", "backButtonTooltip": "Назад", "closeButtonTooltip": "Закрыть", "nextMonthTooltip": "Следующий месяц", "previousMonthTooltip": "Предыдущий месяц", - "nextPageTooltip": "Следущая страница", + "nextPageTooltip": "Следующая страница", "previousPageTooltip": "Предыдущая страница", "showMenuTooltip": "Показать меню", - "pageRowsInfoTitle": "$firstRow–$lastRow из $rowCount", - "pageRowsInfoTitleApproximate": "$firstRow–$lastRow из примерно $rowCount", - "rowsPerPageTitle": "Строки на страницу:", - "aboutListTileTitle": "O $applicationName", + "pageRowsInfoTitle": "$firstRow–$lastRow из $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow из примерно $rowCount", + "rowsPerPageTitle": "Строк на странице:", + "aboutListTileTitle": "$applicationName: сведения", "licensesPageTitle": "Лицензии", "selectedRowCountTitleZero": "Строки не выбраны", - "selectedRowCountTitleOne": "Выбрана 1 строка", - "selectedRowCountTitleOther": "Выбрано $selectedRowCount строк", - "cancelButtonLabel": "ОТМЕНИТЬ", + "selectedRowCountTitleOne": "Выбран 1 объект", + "selectedRowCountTitleOther": "Выбрано $selectedRowCount объекта", + "cancelButtonLabel": "ОТМЕНА", "closeButtonLabel": "ЗАКРЫТЬ", "continueButtonLabel": "ПРОДОЛЖИТЬ", - "copyButtonLabel": "СКОПИРОВАТЬ", + "copyButtonLabel": "КОПИРОВАТЬ", "cutButtonLabel": "ВЫРЕЗАТЬ", "okButtonLabel": "ОК", "pasteButtonLabel": "ВСТАВИТЬ", - "selectAllButtonLabel": "ВЫБРАТЬ ВСЁ", - "viewLicensesButtonLabel": "ПРОСМОТРЕТЬ ЛИЦЕНЗИИ" + "selectAllButtonLabel": "ВЫБРАТЬ ВСЕ", + "viewLicensesButtonLabel": "ЛИЦЕНЗИИ", + "anteMeridiemAbbreviation": "АМ", + "postMeridiemAbbreviation": "PM" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index 042c79f45014..79088648e4b8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -1,29 +1,30 @@ { "scriptCategory": "tall", "timeOfDayFormat": "h:mm a", - "openAppDrawerTooltip": "کھولیں نیویگیشن مینو", - "backButtonTooltip": "واپس", + "selectedRowCountTitleOne": "1 آئٹم منتخب کیا گیا", + "openAppDrawerTooltip": "نیویگیشن مینو کھولیں", + "backButtonTooltip": "پیچھے", "closeButtonTooltip": "بند کریں", - "nextMonthTooltip": "اگلا مھینہ", - "previousMonthTooltip": "پچھلا مھینہ", + "nextMonthTooltip": "اگلا مہینہ", + "previousMonthTooltip": "پچھلا مہینہ", "nextPageTooltip": "اگلا صفحہ", - "previousPageTooltip": "سابقہ ​​صفحہ", + "previousPageTooltip": "گزشتہ صفحہ", "showMenuTooltip": "مینو دکھائیں", - "aboutListTileTitle": "کے بارے میں $applicationName", - "licensesPageTitle": "لائسنس", - "pageRowsInfoTitle": "$firstRow–$lastRow کے $rowCount", - "pageRowsInfoTitleApproximate": "$firstRow–$lastRow میں سے $rowCount تقریبا", - "rowsPerPageTitle": "رویوں فی صفحہ:", - "selectedRowCountTitleOther": "$selectedRowCount منتخب کردہ اشیاء", + "aboutListTileTitle": "$applicationName کے بارے میں", + "licensesPageTitle": "لائسنسز", + "pageRowsInfoTitle": "$firstRow–$lastRow از $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow $rowCount میں سے تقریباً", + "rowsPerPageTitle": "قطاریں فی صفحہ:", + "selectedRowCountTitleOther": "$selectedRowCount آئٹمز منتخب کیے گئے", "cancelButtonLabel": "منسوخ کریں", "closeButtonLabel": "بند کریں", "continueButtonLabel": "جاری رکھیں", - "copyButtonLabel": "کاپی", - "cutButtonLabel": "کاٹیں", + "copyButtonLabel": "کاپی کریں", + "cutButtonLabel": "کٹ کریں", "okButtonLabel": "ٹھیک ہے", - "pasteButtonLabel": "چسپاں", - "selectAllButtonLabel": "تکاپیمام منتخب کریں", - "viewLicensesButtonLabel": "لائسنس دیکھیں", + "pasteButtonLabel": "پیسٹ کریں", + "selectAllButtonLabel": "سبھی منتخب کریں", + "viewLicensesButtonLabel": "لائسنسز دیکھیں", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM" -} \ No newline at end of file +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index 764957ebaf09..111e3487d5ff 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -1,20 +1,18 @@ { "scriptCategory": "dense", "timeOfDayFormat": "ah:mm", + "selectedRowCountTitleOne": "已选择 1 项内容", "openAppDrawerTooltip": "打开导航菜单", "backButtonTooltip": "返回", - "closeButtonTooltip": "关闭", - "nextMonthTooltip": "下一个月", - "previousMonthTooltip": "上一个月", "nextPageTooltip": "下一页", "previousPageTooltip": "上一页", "showMenuTooltip": "显示菜单", "aboutListTileTitle": "关于$applicationName", - "licensesPageTitle": "许可证", - "pageRowsInfoTitle": "$rowCount中的$firstRow-$lastRow", - "pageRowsInfoTitleApproximate": "约$rowCount中的$firstRow-$lastRow", + "licensesPageTitle": "许可", + "pageRowsInfoTitle": "第 $firstRow-$lastRow 行(共 $rowCount 行)", + "pageRowsInfoTitleApproximate": "第 $firstRow-$lastRow 行(共约 $rowCount 行)", "rowsPerPageTitle": "每页行数:", - "selectedRowCountTitleOther": "$selectedRowCount行所选", + "selectedRowCountTitleOther": "已选择 $selectedRowCount 项内容", "cancelButtonLabel": "取消", "continueButtonLabel": "继续", "closeButtonLabel": "关闭", @@ -23,10 +21,10 @@ "okButtonLabel": "确定", "pasteButtonLabel": "粘贴", "selectAllButtonLabel": "全选", - "viewLicensesButtonLabel": "查看许可证", - "closeButtonTooltip": "关", - "nextMonthTooltip": "-下月就29了。", - "previousMonthTooltip": "前一个月", + "viewLicensesButtonLabel": "查看许可", + "closeButtonTooltip": "关闭", + "nextMonthTooltip": "下个月", + "previousMonthTooltip": "上个月", "anteMeridiemAbbreviation": "上午", "postMeridiemAbbreviation": "下午" } From 3cd1beb15314b54242c421d6e6b879f61915bbe1 Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Mon, 4 Dec 2017 12:59:48 -0800 Subject: [PATCH 015/327] Localize the Chip delete button's default tooltip (#13312) ...and document what I did. --- .../lib/src/l10n/material_ar.arb | 1 + .../lib/src/l10n/material_de.arb | 1 + .../lib/src/l10n/material_de_CH.arb | 1 + .../lib/src/l10n/material_en.arb | 35 +++++++++++-------- .../lib/src/l10n/material_en_AU.arb | 1 + .../lib/src/l10n/material_en_CA.arb | 1 + .../lib/src/l10n/material_en_GB.arb | 1 + .../lib/src/l10n/material_en_IE.arb | 1 + .../lib/src/l10n/material_en_IN.arb | 1 + .../lib/src/l10n/material_en_SG.arb | 1 + .../lib/src/l10n/material_en_ZA.arb | 1 + .../lib/src/l10n/material_es.arb | 1 + .../lib/src/l10n/material_fa.arb | 1 + .../lib/src/l10n/material_fr.arb | 1 + .../lib/src/l10n/material_gsw.arb | 1 + .../lib/src/l10n/material_he.arb | 1 + .../lib/src/l10n/material_it.arb | 1 + .../lib/src/l10n/material_ja.arb | 1 + .../lib/src/l10n/material_ps.arb | 1 + .../lib/src/l10n/material_pt.arb | 1 + .../lib/src/l10n/material_pt_PT.arb | 1 + .../lib/src/l10n/material_ru.arb | 1 + .../lib/src/l10n/material_ur.arb | 1 + .../lib/src/l10n/material_zh.arb | 1 + .../lib/src/material_localizations.dart | 3 ++ 25 files changed, 46 insertions(+), 15 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index bc1c792a7e8c..4e284c102f5c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -9,6 +9,7 @@ "openAppDrawerTooltip": "فتح قائمة التنقل", "backButtonTooltip": "رجوع", "closeButtonTooltip": "إغلاق", + "deleteButtonTooltip": "", "nextMonthTooltip": "الشهر التالي", "previousMonthTooltip": "الشهر السابق", "nextPageTooltip": "الصفحة التالية", diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index 77a444b137af..5d248d23e7e4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -4,6 +4,7 @@ "openAppDrawerTooltip": "Navigationsmenü öffnen", "backButtonTooltip": "Zurück", "closeButtonTooltip": "Schließen", + "deleteButtonTooltip": "", "nextMonthTooltip": "Nächster Monat", "previousMonthTooltip": "Vorheriger Monat", "nextPageTooltip": "Nächste Seite", diff --git a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb index 351d151a10d0..bc4081671bf3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb @@ -4,6 +4,7 @@ "openAppDrawerTooltip": "Navigationsmenü öffnen", "backButtonTooltip": "Zurück", "closeButtonTooltip": "Schliessen", + "deleteButtonTooltip": "", "nextMonthTooltip": "Nächster Monat", "previousMonthTooltip": "Vorheriger Monat", "nextPageTooltip": "Nächste Seite", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index 9d942b7be911..215f2bd29373 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -1,7 +1,7 @@ { "scriptCategory": "English-like", "@scriptCategory": { - "description": "The name of the language's script category (see https://material.io/guidelines/style/typography.html#typography-language-categories-reference)" + "description": "The name of the language's script category (see https://material.io/guidelines/style/typography.html#typography-language-categories-reference)." }, "timeOfDayFormat": "h:mm a", @@ -11,47 +11,52 @@ "openAppDrawerTooltip": "Open navigation menu", "@openAppDrawerTooltip": { - "description": "The tooltip for the leading AppBar menu (aka 'hamburger') button" + "description": "The tooltip for the leading app bar menu (aka 'hamburger') button." }, "backButtonTooltip": "Back", "@backButtonTooltip": { - "description": "The BackButton's tooltip" + "description": "The tooltip for the back button, which closes the current page and returns to the previous one." }, "closeButtonTooltip": "Close", "@closeButtonTooltip": { - "description": "The CloseButton's tooltip" + "description": "The tooltip for the close button, which closes the current page and returns to the previous one." + }, + + "deleteButtonTooltip": "Delete", + "@deleteButtonTooltip": { + "description": "The tooltip for the delete button of chips." }, "nextMonthTooltip": "Next month", "@nextMonthTooltip": { - "description": "The tooltip for the MonthPicker's 'next month' button." + "description": "The tooltip for the month picker's 'next month' button." }, "previousMonthTooltip": "Previous month", "@previousMonthTooltip": { - "description": "The tooltip for the MonthPicker's 'previous month' button." + "description": "The tooltip for the month picker's 'previous month' button." }, "nextPageTooltip": "Next page", "@nextPageTooltip": { - "description": "The tooltip for the [PaginatedDataTables]'s 'next page' button." + "description": "The tooltip for the button that sends the user to the next page of a paginated data table." }, "previousPageTooltip": "Previous page", "@previousPageTooltip": { - "description": "The tooltip for the PaginatedDataTables's 'previous page' button." + "description": "The tooltip for the button that sends the user to the previous page of a paginated data table." }, "showMenuTooltip": "Show menu", "@showMenuTooltip": { - "description": "The default PopupMenuButton tooltip" + "description": "The tooltip for the button that shows a popup menu." }, "aboutListTileTitle": "About $applicationName", "@aboutListTileTitle": { - "description": "The default title for AboutListTile. The value of $applicationName is the name of the application, like GMail or Chrome.", + "description": "The default title for the drawer item that shows an about page for the application. The value of $applicationName is the name of the application, like GMail or Chrome.", "parameters": "applicationName" }, @@ -62,26 +67,26 @@ "pageRowsInfoTitle": "$firstRow–$lastRow of $rowCount", "@pageRowsInfoTitle": { - "description": "Title for the [PaginatedDataTable]'s row info footer when the exact overall row count is known. This message describes an integer range where $firstRow is the index of the start of the range, $lastRow is the index of the end of the range, and $rowCount is the limit of the range. All values are greater than or equal to zero.", + "description": "The text shown in the footer of a paginated data table when the exact overall row count is known. This message describes an integer range where $firstRow is the index of the start of the range, $lastRow is the index of the end of the range, and $rowCount is the limit of the range. All values are greater than or equal to zero.", "parameters": "firstRow, lastRow, rowCount" }, "pageRowsInfoTitleApproximate": "$firstRow–$lastRow of about $rowCount", "@pageRowsInfoTitleApproximate": { - "description": "Title for the [PaginatedDataTable]'s row info footer when the exact overall row count is unknown. This message describes an integer range where $firstRow is the index of the start of the range, $lastRow is the index of the end of the range, and $rowCount is the limit of the range. All values are greater than or equal to zero.", + "description": "The text shown in the footer of a paginated data table when the exact overall row count is unknown. This message describes an integer range where $firstRow is the index of the start of the range, $lastRow is the index of the end of the range, and $rowCount is the limit of the range. All values are greater than or equal to zero.", "parameters": "firstRow, lastRow, rowCount" }, "rowsPerPageTitle": "Rows per page:", "@rowsPerPageTitle": { - "description": "Title for the [PaginatedDataTable]'s 'rows per page' footer." + "description": "The caption for the drop-down button on a paginated data table's footer that allows the user to control the number of rows of data per page of the table." }, "selectedRowCountTitleZero": "No items selected", "selectedRowCountTitleOne": "1 item selected", "selectedRowCountTitleOther": "$selectedRowCount items selected", "@selectedRowCountTitle": { - "description": "Title for the PaginatedDataTable's selected row count header. The value of $selectedRowCount is an integer which indicates the number of data table row elements that have been selected.", + "description": "The title for the header of a paginated data table when the user is selecting rows. The value of $selectedRowCount is an integer which indicates the number of data table row elements that have been selected.", "plural": "selectedRowCount" }, @@ -127,7 +132,7 @@ "viewLicensesButtonLabel": "VIEW LICENSES", "@viewLicensesButtonLabel": { - "description": "The label for the about box's view licenses button." + "description": "The label for the button in the about box that leads the user to a list of all licenses that apply to the application." }, "anteMeridiemAbbreviation": "AM", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb index ded861e7059c..545638d22cfe 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb @@ -4,6 +4,7 @@ "openAppDrawerTooltip": "Open navigation menu", "backButtonTooltip": "Back", "closeButtonTooltip": "Close", + "deleteButtonTooltip": "", "nextMonthTooltip": "Next month", "previousMonthTooltip": "Previous month", "nextPageTooltip": "Next page", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb index ded861e7059c..545638d22cfe 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb @@ -4,6 +4,7 @@ "openAppDrawerTooltip": "Open navigation menu", "backButtonTooltip": "Back", "closeButtonTooltip": "Close", + "deleteButtonTooltip": "", "nextMonthTooltip": "Next month", "previousMonthTooltip": "Previous month", "nextPageTooltip": "Next page", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb index 6cdc1e3f11fd..5c1124d2ca41 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb @@ -5,6 +5,7 @@ "pageRowsInfoTitleApproximate": "$firstRow–$lastRow of about $rowCount", "copyButtonLabel": "COPY", "closeButtonTooltip": "Close", + "deleteButtonTooltip": "", "selectAllButtonLabel": "SELECT ALL", "viewLicensesButtonLabel": "VIEW LICENCES", "rowsPerPageTitle": "Rows per page:", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb index 6cdc1e3f11fd..5c1124d2ca41 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb @@ -5,6 +5,7 @@ "pageRowsInfoTitleApproximate": "$firstRow–$lastRow of about $rowCount", "copyButtonLabel": "COPY", "closeButtonTooltip": "Close", + "deleteButtonTooltip": "", "selectAllButtonLabel": "SELECT ALL", "viewLicensesButtonLabel": "VIEW LICENCES", "rowsPerPageTitle": "Rows per page:", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb index ded861e7059c..545638d22cfe 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb @@ -4,6 +4,7 @@ "openAppDrawerTooltip": "Open navigation menu", "backButtonTooltip": "Back", "closeButtonTooltip": "Close", + "deleteButtonTooltip": "", "nextMonthTooltip": "Next month", "previousMonthTooltip": "Previous month", "nextPageTooltip": "Next page", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb index ded861e7059c..545638d22cfe 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb @@ -4,6 +4,7 @@ "openAppDrawerTooltip": "Open navigation menu", "backButtonTooltip": "Back", "closeButtonTooltip": "Close", + "deleteButtonTooltip": "", "nextMonthTooltip": "Next month", "previousMonthTooltip": "Previous month", "nextPageTooltip": "Next page", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb index 6cdc1e3f11fd..5c1124d2ca41 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb @@ -5,6 +5,7 @@ "pageRowsInfoTitleApproximate": "$firstRow–$lastRow of about $rowCount", "copyButtonLabel": "COPY", "closeButtonTooltip": "Close", + "deleteButtonTooltip": "", "selectAllButtonLabel": "SELECT ALL", "viewLicensesButtonLabel": "VIEW LICENCES", "rowsPerPageTitle": "Rows per page:", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index 32d736d51d9e..aa5e6d68e298 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -4,6 +4,7 @@ "openAppDrawerTooltip": "Abrir el menú de navegación", "backButtonTooltip": "Atrás", "closeButtonTooltip": "Cerrar", + "deleteButtonTooltip": "", "nextMonthTooltip": "Mes siguiente", "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Página siguiente", diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index 680e2359261b..12d07b2170a1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -5,6 +5,7 @@ "openAppDrawerTooltip": "باز کردن منوی پیمایش", "backButtonTooltip": "برگشت", "closeButtonTooltip": "بستن", + "deleteButtonTooltip": "", "nextMonthTooltip": "ماه بعد", "previousMonthTooltip": "ماه قبل", "nextPageTooltip": "صفحه بعد", diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index 7fbc443b3d4e..69d7b29af0b7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -4,6 +4,7 @@ "openAppDrawerTooltip": "Ouvrir le menu de navigation", "backButtonTooltip": "Retour", "closeButtonTooltip": "Fermer", + "deleteButtonTooltip": "", "nextMonthTooltip": "Mois suivant", "previousMonthTooltip": "Mois précédent", "nextPageTooltip": "Page suivante", diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index a2d0f9be29b2..0d4902547de2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -4,6 +4,7 @@ "openAppDrawerTooltip": "Navigationsmenü öffnen", "backButtonTooltip": "Zurück", "closeButtonTooltip": "Schließen", + "deleteButtonTooltip": "", "nextMonthTooltip": "Nächster Monat", "previousMonthTooltip": "Vorheriger Monat", "nextPageTooltip": "Nächste Seite", diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index 50a784396fad..39083dec49ed 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -7,6 +7,7 @@ "openAppDrawerTooltip": "פתיחה של תפריט הניווט", "backButtonTooltip": "הקודם", "closeButtonTooltip": "סגירה", + "deleteButtonTooltip": "", "nextMonthTooltip": "החודש הבא", "previousMonthTooltip": "החודש הקודם", "nextPageTooltip": "הדף הבא", diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index aa9fa098bd39..a0faf2a07ac0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -5,6 +5,7 @@ "openAppDrawerTooltip": "Apri il menu di navigazione", "backButtonTooltip": "Indietro", "closeButtonTooltip": "Chiudi", + "deleteButtonTooltip": "", "nextMonthTooltip": "Mese successivo", "previousMonthTooltip": "Mese precedente", "nextPageTooltip": "Pagina successiva", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index c9d2d1098047..c34a6ab713fb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -5,6 +5,7 @@ "openAppDrawerTooltip": "ナビゲーション メニューを開く", "backButtonTooltip": "戻る", "closeButtonTooltip": "閉じる", + "deleteButtonTooltip": "", "nextMonthTooltip": "来月", "previousMonthTooltip": "前月", "nextPageTooltip": "次のページ", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ps.arb b/packages/flutter_localizations/lib/src/l10n/material_ps.arb index a6c66bc03efe..89a41f626805 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ps.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ps.arb @@ -6,6 +6,7 @@ "openAppDrawerTooltip": "د پرانیستی نیینګ مینو", "backButtonTooltip": "شاته", "closeButtonTooltip": "بنده", + "deleteButtonTooltip": "", "nextMonthTooltip": "بله میاشت", "previousMonthTooltip": "تیره میاشت", "nextPageTooltip": "بله پاڼه", diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index 5c98a47d2fab..e2b95c44491d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -6,6 +6,7 @@ "openAppDrawerTooltip": "Abrir menu de navegação", "backButtonTooltip": "Costas", "closeButtonTooltip": "Fechar", + "deleteButtonTooltip": "", "nextMonthTooltip": "Próximo mês", "previousMonthTooltip": "Mês anterior", "nextPageTooltip": "Próxima página", diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb index ca9d4a014c89..3e7126fbb0b8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb @@ -4,6 +4,7 @@ "openAppDrawerTooltip": "Abrir menu de navegação", "backButtonTooltip": "Anterior", "closeButtonTooltip": "Fechar", + "deleteButtonTooltip": "", "nextMonthTooltip": "Mês seguinte", "previousMonthTooltip": "Mês anterior", "nextPageTooltip": "Página seguinte", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index 04dcce5414e2..3b36b5fd5c54 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -6,6 +6,7 @@ "openAppDrawerTooltip": "Открыть меню навигации", "backButtonTooltip": "Назад", "closeButtonTooltip": "Закрыть", + "deleteButtonTooltip": "", "nextMonthTooltip": "Следующий месяц", "previousMonthTooltip": "Предыдущий месяц", "nextPageTooltip": "Следующая страница", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index 79088648e4b8..1276c287fc11 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -5,6 +5,7 @@ "openAppDrawerTooltip": "نیویگیشن مینو کھولیں", "backButtonTooltip": "پیچھے", "closeButtonTooltip": "بند کریں", + "deleteButtonTooltip": "", "nextMonthTooltip": "اگلا مہینہ", "previousMonthTooltip": "پچھلا مہینہ", "nextPageTooltip": "اگلا صفحہ", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index 111e3487d5ff..8afe969f0c96 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -23,6 +23,7 @@ "selectAllButtonLabel": "全选", "viewLicensesButtonLabel": "查看许可", "closeButtonTooltip": "关闭", + "deleteButtonTooltip": "", "nextMonthTooltip": "下个月", "previousMonthTooltip": "上个月", "anteMeridiemAbbreviation": "上午", diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 6c639171a5ca..a1538f63639d 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -235,6 +235,9 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { @override String get closeButtonTooltip => _nameToValue['closeButtonTooltip']; + @override + String get deleteButtonTooltip => _nameToValue['deleteButtonTooltip']; + @override String get nextMonthTooltip => _nameToValue['nextMonthTooltip']; From e85fe4102e6b2ed3ca4bc93ed3ce9239392908bd Mon Sep 17 00:00:00 2001 From: Yegor Date: Fri, 8 Dec 2017 14:29:28 -0800 Subject: [PATCH 016/327] Make time picker accessible (#13152) * make time picker accessible * use new CustomPaint a11y API * flutter_localizations tests; use bigger distance delta * fix am/pm control; selected values * fix translations; remove @mustCallSuper in describeSemanticsConfiguration * exclude AM/PM announcement from iOS as on iOS the label is read back automatically --- .../flutter_localizations/lib/src/l10n/material_ar.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_de.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_en.arb | 10 ++++++++++ .../flutter_localizations/lib/src/l10n/material_es.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_fa.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_fr.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_he.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_it.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_ja.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_ps.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_pt.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_ru.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_ur.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_zh.arb | 4 +++- .../lib/src/material_localizations.dart | 6 ++++++ 15 files changed, 55 insertions(+), 13 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index 4e284c102f5c..069a4183ed9d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -31,5 +31,7 @@ "selectAllButtonLabel": "اختيار الكل", "viewLicensesButtonLabel": "الاطّلاع على التراخيص", "anteMeridiemAbbreviation": "ص", - "postMeridiemAbbreviation": "م" + "postMeridiemAbbreviation": "م", + "timePickerHourModeAnnouncement": "حدد ساعات", + "timePickerMinuteModeAnnouncement": "حدد دقائق" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index 5d248d23e7e4..4fc5d5f9456e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -28,5 +28,7 @@ "selectAllButtonLabel": "ALLE AUSWÄHLEN", "viewLicensesButtonLabel": "LIZENZEN ANZEIGEN", "anteMeridiemAbbreviation": "VORM.", - "postMeridiemAbbreviation": "NACHM." + "postMeridiemAbbreviation": "NACHM.", + "timePickerHourModeAnnouncement": "Stunde auswählen", + "timePickerMinuteModeAnnouncement": "Minute auswählen" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index 215f2bd29373..27cc94004ecc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -143,5 +143,15 @@ "postMeridiemAbbreviation": "PM", "@postMeridiemAbbreviation": { "description": "The abbreviation for post meridiem (after noon) shown in the time picker. Translations for this abbreviation will only be provided for locales that support it." + }, + + "timePickerHourModeAnnouncement": "Select hours", + "@timePickerHourModeAnnouncement": { + "description": "The audio announcement made when the time picker dialog is set to hour mode." + }, + + "timePickerMinuteModeAnnouncement": "Select minutes", + "@timePickerMinuteModeAnnouncement": { + "description": "The audio announcement made when the time picker dialog is set to minute mode." } } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index aa5e6d68e298..cf9dc85a3372 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -28,5 +28,7 @@ "selectAllButtonLabel": "SELECCIONAR TODO", "viewLicensesButtonLabel": "VER LICENCIAS", "anteMeridiemAbbreviation": "A.M.", - "postMeridiemAbbreviation": "P.M." + "postMeridiemAbbreviation": "P.M.", + "timePickerHourModeAnnouncement": "Seleccione Horas", + "timePickerMinuteModeAnnouncement": "Seleccione Minutos" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index 12d07b2170a1..e7cbf93a6713 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -27,5 +27,7 @@ "selectAllButtonLabel": "انتخاب همه", "viewLicensesButtonLabel": "مشاهده مجوزها", "anteMeridiemAbbreviation": "ق.ظ.", - "postMeridiemAbbreviation": "ب.ظ." + "postMeridiemAbbreviation": "ب.ظ.", + "timePickerHourModeAnnouncement": "ساعت ها را انتخاب کنید", + "timePickerMinuteModeAnnouncement": "دقیقه را انتخاب کنید" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index 69d7b29af0b7..9eb4fd2ae327 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -28,5 +28,7 @@ "selectAllButtonLabel": "TOUT SÉLECTIONNER", "viewLicensesButtonLabel": "AFFICHER LES LICENCES", "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM" + "postMeridiemAbbreviation": "PM", + "timePickerHourModeAnnouncement": "Sélectionnez les heures", + "timePickerMinuteModeAnnouncement": "Sélectionnez les minutes" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index 39083dec49ed..b6fe9e9dba46 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -29,5 +29,7 @@ "selectAllButtonLabel": "בחירת הכול", "viewLicensesButtonLabel": "הצגת הרישיונות", "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM" + "postMeridiemAbbreviation": "PM", + "timePickerHourModeAnnouncement": "בחר שעות", + "timePickerMinuteModeAnnouncement": "בחר דקות" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index a0faf2a07ac0..785e32a5c634 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -27,5 +27,7 @@ "selectAllButtonLabel": "SELEZIONA TUTTO", "viewLicensesButtonLabel": "VISUALIZZA LICENZE", "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM" + "postMeridiemAbbreviation": "PM", + "timePickerHourModeAnnouncement": "Seleziona ore", + "timePickerMinuteModeAnnouncement": "Seleziona minuti" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index c34a6ab713fb..3bedf74af132 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -27,5 +27,7 @@ "selectAllButtonLabel": "すべて選択", "viewLicensesButtonLabel": "ライセンスを表示", "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM" + "postMeridiemAbbreviation": "PM", + "timePickerHourModeAnnouncement": "時を選択", + "timePickerMinuteModeAnnouncement": "分を選択" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ps.arb b/packages/flutter_localizations/lib/src/l10n/material_ps.arb index 89a41f626805..c8d3769de055 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ps.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ps.arb @@ -26,5 +26,7 @@ "okButtonLabel": "سمه ده", "pasteButtonLabel": "پیټ کړئ", "selectAllButtonLabel": "غوره کړئ", - "viewLicensesButtonLabel": "لیدلس وګورئ" + "viewLicensesButtonLabel": "لیدلس وګورئ", + "timePickerHourModeAnnouncement": "وختونه وټاکئ", + "timePickerMinuteModeAnnouncement": "منې غوره کړئ" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index e2b95c44491d..c4dd6d2974f6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -26,5 +26,7 @@ "okButtonLabel": "OK", "pasteButtonLabel": "COLAR", "selectAllButtonLabel": "SELECIONAR TUDO", - "viewLicensesButtonLabel": "VER LICENÇAS" + "viewLicensesButtonLabel": "VER LICENÇAS", + "timePickerHourModeAnnouncement": "Selecione horários", + "timePickerMinuteModeAnnouncement": "Selecione Minutos" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index 3b36b5fd5c54..d4c0e0bb7288 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -30,5 +30,7 @@ "selectAllButtonLabel": "ВЫБРАТЬ ВСЕ", "viewLicensesButtonLabel": "ЛИЦЕНЗИИ", "anteMeridiemAbbreviation": "АМ", - "postMeridiemAbbreviation": "PM" + "postMeridiemAbbreviation": "PM", + "timePickerHourModeAnnouncement": "ВЫБРАТЬ ЧАСЫ", + "timePickerMinuteModeAnnouncement": "ВЫБРАТЬ МИНУТЫ" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index 1276c287fc11..8d419932aaea 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -27,5 +27,7 @@ "selectAllButtonLabel": "سبھی منتخب کریں", "viewLicensesButtonLabel": "لائسنسز دیکھیں", "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM" + "postMeridiemAbbreviation": "PM", + "timePickerHourModeAnnouncement": "گھنٹے منتخب کریں", + "timePickerMinuteModeAnnouncement": "منٹ منتخب کریں" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index 8afe969f0c96..791a97453dcf 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -27,5 +27,7 @@ "nextMonthTooltip": "下个月", "previousMonthTooltip": "上个月", "anteMeridiemAbbreviation": "上午", - "postMeridiemAbbreviation": "下午" + "postMeridiemAbbreviation": "下午", + "timePickerHourModeAnnouncement": "选择小时", + "timePickerMinuteModeAnnouncement": "选择分钟" } diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index a1538f63639d..800ddfa69e14 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -316,6 +316,12 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { @override String get postMeridiemAbbreviation => _nameToValue['postMeridiemAbbreviation']; + @override + String get timePickerHourModeAnnouncement => _nameToValue['timePickerHourModeAnnouncement']; + + @override + String get timePickerMinuteModeAnnouncement => _nameToValue['timePickerMinuteModeAnnouncement']; + /// The [TimeOfDayFormat] corresponding to one of the following supported /// patterns: /// From 27e7762d0a0d6db07f482b4634169d155e75c02e Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Thu, 14 Dec 2017 15:03:51 -0800 Subject: [PATCH 017/327] Add a11y label to modal barrier (#13543) --- packages/flutter_localizations/lib/src/l10n/material_ar.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_de.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_de_CH.arb | 5 +++-- packages/flutter_localizations/lib/src/l10n/material_en.arb | 5 +++++ .../flutter_localizations/lib/src/l10n/material_en_AU.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_en_CA.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_en_GB.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_en_IE.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_en_IN.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_en_SG.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_en_ZA.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_es.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_fa.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_fr.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_gsw.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_he.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_it.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_ja.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_ps.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_pt.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_pt_PT.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_ru.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_ur.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_zh.arb | 3 ++- .../lib/src/material_localizations.dart | 3 +++ 25 files changed, 55 insertions(+), 24 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index 069a4183ed9d..92af3951229b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -33,5 +33,6 @@ "anteMeridiemAbbreviation": "ص", "postMeridiemAbbreviation": "م", "timePickerHourModeAnnouncement": "حدد ساعات", - "timePickerMinuteModeAnnouncement": "حدد دقائق" + "timePickerMinuteModeAnnouncement": "حدد دقائق", + "modalBarrierDismissLabel": "تجاهل" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index 4fc5d5f9456e..1e6d2abce194 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -30,5 +30,6 @@ "anteMeridiemAbbreviation": "VORM.", "postMeridiemAbbreviation": "NACHM.", "timePickerHourModeAnnouncement": "Stunde auswählen", - "timePickerMinuteModeAnnouncement": "Minute auswählen" + "timePickerMinuteModeAnnouncement": "Minute auswählen", + "modalBarrierDismissLabel": "Schließen" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb index bc4081671bf3..8a81f47d4f52 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb @@ -18,7 +18,7 @@ "selectedRowCountTitleOne": "1 Element ausgewählt", "selectedRowCountTitleOther": "$selectedRowCount Elemente ausgewählt", "cancelButtonLabel": "ABBRECHEN", - "closeButtonLabel": "SCHLIEẞEN", + "closeButtonLabel": "SCHLIESSEN", "continueButtonLabel": "WEITER", "copyButtonLabel": "KOPIEREN", "cutButtonLabel": "AUSSCHNEIDEN", @@ -27,5 +27,6 @@ "selectAllButtonLabel": "ALLE AUSWÄHLEN", "viewLicensesButtonLabel": "LIZENZEN ANZEIGEN", "anteMeridiemAbbreviation": "VORM.", - "postMeridiemAbbreviation": "NACHM." + "postMeridiemAbbreviation": "NACHM.", + "modalBarrierDismissLabel": "Schliessen" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index 27cc94004ecc..3c958cc2e9e5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -153,5 +153,10 @@ "timePickerMinuteModeAnnouncement": "Select minutes", "@timePickerMinuteModeAnnouncement": { "description": "The audio announcement made when the time picker dialog is set to minute mode." + }, + + "modalBarrierDismissLabel": "Dismiss", + "@modalBarrierDismissLabel": { + "description": "Label read out by accessibility tools (TalkBack or VocieOver) for a modal barrier to indicate that a tap dismisses the barrier. A modal barrier can for example be found behind a alert or popup to block user interaction with elements behind it." } } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb index 545638d22cfe..1f26197b8777 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb @@ -27,5 +27,6 @@ "selectAllButtonLabel": "SELECT ALL", "viewLicensesButtonLabel": "VIEW LICENCES", "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM" + "postMeridiemAbbreviation": "PM", + "modalBarrierDismissLabel": "Dismiss" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb index 545638d22cfe..1f26197b8777 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb @@ -27,5 +27,6 @@ "selectAllButtonLabel": "SELECT ALL", "viewLicensesButtonLabel": "VIEW LICENCES", "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM" + "postMeridiemAbbreviation": "PM", + "modalBarrierDismissLabel": "Dismiss" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb index 5c1124d2ca41..1ef4c8aaaae2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb @@ -27,5 +27,6 @@ "selectedRowCountTitleOther": "$selectedRowCount items selected", "showMenuTooltip": "Show menu", "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM" + "postMeridiemAbbreviation": "PM", + "modalBarrierDismissLabel": "Dismiss" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb index 5c1124d2ca41..1ef4c8aaaae2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb @@ -27,5 +27,6 @@ "selectedRowCountTitleOther": "$selectedRowCount items selected", "showMenuTooltip": "Show menu", "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM" + "postMeridiemAbbreviation": "PM", + "modalBarrierDismissLabel": "Dismiss" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb index 545638d22cfe..1f26197b8777 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb @@ -27,5 +27,6 @@ "selectAllButtonLabel": "SELECT ALL", "viewLicensesButtonLabel": "VIEW LICENCES", "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM" + "postMeridiemAbbreviation": "PM", + "modalBarrierDismissLabel": "Dismiss" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb index 545638d22cfe..1f26197b8777 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb @@ -27,5 +27,6 @@ "selectAllButtonLabel": "SELECT ALL", "viewLicensesButtonLabel": "VIEW LICENCES", "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM" + "postMeridiemAbbreviation": "PM", + "modalBarrierDismissLabel": "Dismiss" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb index 5c1124d2ca41..1ef4c8aaaae2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb @@ -27,5 +27,6 @@ "selectedRowCountTitleOther": "$selectedRowCount items selected", "showMenuTooltip": "Show menu", "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM" + "postMeridiemAbbreviation": "PM", + "modalBarrierDismissLabel": "Dismiss" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index cf9dc85a3372..d07df7b3508e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -30,5 +30,6 @@ "anteMeridiemAbbreviation": "A.M.", "postMeridiemAbbreviation": "P.M.", "timePickerHourModeAnnouncement": "Seleccione Horas", - "timePickerMinuteModeAnnouncement": "Seleccione Minutos" + "timePickerMinuteModeAnnouncement": "Seleccione Minutos", + "modalBarrierDismissLabel": "Ignorar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index e7cbf93a6713..1a91dfd707ad 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -29,5 +29,6 @@ "anteMeridiemAbbreviation": "ق.ظ.", "postMeridiemAbbreviation": "ب.ظ.", "timePickerHourModeAnnouncement": "ساعت ها را انتخاب کنید", - "timePickerMinuteModeAnnouncement": "دقیقه را انتخاب کنید" + "timePickerMinuteModeAnnouncement": "دقیقه را انتخاب کنید", + "modalBarrierDismissLabel": "رد کردن" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index 9eb4fd2ae327..e78e043f40c5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -30,5 +30,6 @@ "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", "timePickerHourModeAnnouncement": "Sélectionnez les heures", - "timePickerMinuteModeAnnouncement": "Sélectionnez les minutes" + "timePickerMinuteModeAnnouncement": "Sélectionnez les minutes", + "modalBarrierDismissLabel": "Ignorer" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index 0d4902547de2..6b81c459e2d8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -27,5 +27,6 @@ "selectAllButtonLabel": "ALLE AUSWÄHLEN", "viewLicensesButtonLabel": "LIZENZEN ANZEIGEN", "anteMeridiemAbbreviation": "VORM.", - "postMeridiemAbbreviation": "NACHM." + "postMeridiemAbbreviation": "NACHM.", + "modalBarrierDismissLabel": "Schließen" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index b6fe9e9dba46..23004c85823c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -31,5 +31,6 @@ "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", "timePickerHourModeAnnouncement": "בחר שעות", - "timePickerMinuteModeAnnouncement": "בחר דקות" + "timePickerMinuteModeAnnouncement": "בחר דקות", + "modalBarrierDismissLabel": "סגירה" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index 785e32a5c634..1eeb476b1639 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -29,5 +29,6 @@ "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", "timePickerHourModeAnnouncement": "Seleziona ore", - "timePickerMinuteModeAnnouncement": "Seleziona minuti" + "timePickerMinuteModeAnnouncement": "Seleziona minuti", + "modalBarrierDismissLabel": "Ignora" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index 3bedf74af132..ce80aa7244fa 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -29,5 +29,6 @@ "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", "timePickerHourModeAnnouncement": "時を選択", - "timePickerMinuteModeAnnouncement": "分を選択" + "timePickerMinuteModeAnnouncement": "分を選択", + "modalBarrierDismissLabel": "閉じる" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ps.arb b/packages/flutter_localizations/lib/src/l10n/material_ps.arb index c8d3769de055..87bb27111678 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ps.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ps.arb @@ -28,5 +28,6 @@ "selectAllButtonLabel": "غوره کړئ", "viewLicensesButtonLabel": "لیدلس وګورئ", "timePickerHourModeAnnouncement": "وختونه وټاکئ", - "timePickerMinuteModeAnnouncement": "منې غوره کړئ" + "timePickerMinuteModeAnnouncement": "منې غوره کړئ", + "modalBarrierDismissLabel": "رد کړه" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index c4dd6d2974f6..4194e56a49f0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -28,5 +28,6 @@ "selectAllButtonLabel": "SELECIONAR TUDO", "viewLicensesButtonLabel": "VER LICENÇAS", "timePickerHourModeAnnouncement": "Selecione horários", - "timePickerMinuteModeAnnouncement": "Selecione Minutos" + "timePickerMinuteModeAnnouncement": "Selecione Minutos", + "modalBarrierDismissLabel": "Dispensar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb index 3e7126fbb0b8..3d0af3a1aa02 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb @@ -27,5 +27,6 @@ "selectAllButtonLabel": "SELECIONAR TUDO", "viewLicensesButtonLabel": "VER LICENÇAS", "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM" + "postMeridiemAbbreviation": "PM", + "modalBarrierDismissLabel": "Ignorar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index d4c0e0bb7288..413aab402964 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -32,5 +32,6 @@ "anteMeridiemAbbreviation": "АМ", "postMeridiemAbbreviation": "PM", "timePickerHourModeAnnouncement": "ВЫБРАТЬ ЧАСЫ", - "timePickerMinuteModeAnnouncement": "ВЫБРАТЬ МИНУТЫ" + "timePickerMinuteModeAnnouncement": "ВЫБРАТЬ МИНУТЫ", + "modalBarrierDismissLabel": "Закрыть" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index 8d419932aaea..a98c4baea6bc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -29,5 +29,6 @@ "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", "timePickerHourModeAnnouncement": "گھنٹے منتخب کریں", - "timePickerMinuteModeAnnouncement": "منٹ منتخب کریں" + "timePickerMinuteModeAnnouncement": "منٹ منتخب کریں", + "modalBarrierDismissLabel": "برطرف" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index 791a97453dcf..c657b8b98cdd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -29,5 +29,6 @@ "anteMeridiemAbbreviation": "上午", "postMeridiemAbbreviation": "下午", "timePickerHourModeAnnouncement": "选择小时", - "timePickerMinuteModeAnnouncement": "选择分钟" + "timePickerMinuteModeAnnouncement": "选择分钟", + "modalBarrierDismissLabel": "关闭" } diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 800ddfa69e14..250a06aad327 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -322,6 +322,9 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => _nameToValue['timePickerMinuteModeAnnouncement']; + @override + String get modalBarrierDismissLabel => _nameToValue['modalBarrierDismissLabel']; + /// The [TimeOfDayFormat] corresponding to one of the following supported /// patterns: /// From dbea8122186e7c0f17d1f2a4e34ef70fc7a6e93a Mon Sep 17 00:00:00 2001 From: Yegor Date: Thu, 14 Dec 2017 20:38:39 -0800 Subject: [PATCH 018/327] make date picker accessible (#13502) * make date picker accessible * make test file lookup location-independent * address some comments * always wrap in IgnorePointer * no bitmasks for flags and actions * recommend List<*> --- .../lib/src/material_localizations.dart | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 250a06aad327..9348a6a83250 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -76,14 +76,18 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { if (intl.DateFormat.localeExists(_localeName)) { _fullYearFormat = new intl.DateFormat.y(_localeName); _mediumDateFormat = new intl.DateFormat(kMediumDatePattern, _localeName); + _longDateFormat = new intl.DateFormat.yMMMMEEEEd(_localeName); _yearMonthFormat = new intl.DateFormat('yMMMM', _localeName); } else if (intl.DateFormat.localeExists(locale.languageCode)) { _fullYearFormat = new intl.DateFormat.y(locale.languageCode); _mediumDateFormat = new intl.DateFormat(kMediumDatePattern, locale.languageCode); + + _longDateFormat = new intl.DateFormat.yMMMMEEEEd(locale.languageCode); _yearMonthFormat = new intl.DateFormat('yMMMM', locale.languageCode); } else { _fullYearFormat = new intl.DateFormat.y(); _mediumDateFormat = new intl.DateFormat(kMediumDatePattern); + _longDateFormat = new intl.DateFormat.yMMMMEEEEd(); _yearMonthFormat = new intl.DateFormat('yMMMM'); } @@ -115,6 +119,8 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { intl.DateFormat _mediumDateFormat; + intl.DateFormat _longDateFormat; + intl.DateFormat _yearMonthFormat; static String _computeLocaleName(Locale locale) { @@ -169,6 +175,11 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { return _mediumDateFormat.format(date); } + @override + String formatFullDate(DateTime date) { + return _longDateFormat.format(date); + } + @override String formatMonthYear(DateTime date) { return _yearMonthFormat.format(date); From 0c567b75563a69aaa67d10af427d4032ea05093a Mon Sep 17 00:00:00 2001 From: Hans Muller Date: Tue, 19 Dec 2017 11:09:50 -0800 Subject: [PATCH 019/327] Added five new locales to flutter_localizations (#13621) --- .../lib/src/l10n/material_ar.arb | 6 ++-- .../lib/src/l10n/material_de.arb | 6 ++-- .../lib/src/l10n/material_de_CH.arb | 6 ++-- .../lib/src/l10n/material_en_AU.arb | 4 ++- .../lib/src/l10n/material_en_CA.arb | 4 ++- .../lib/src/l10n/material_en_GB.arb | 4 ++- .../lib/src/l10n/material_en_IE.arb | 4 ++- .../lib/src/l10n/material_en_IN.arb | 4 ++- .../lib/src/l10n/material_en_SG.arb | 4 ++- .../lib/src/l10n/material_en_ZA.arb | 4 ++- .../lib/src/l10n/material_es.arb | 6 ++-- .../lib/src/l10n/material_es_419.arb | 33 +++++++++++++++++ .../lib/src/l10n/material_es_AR.arb | 33 +++++++++++++++++ .../lib/src/l10n/material_es_BO.arb | 33 +++++++++++++++++ .../lib/src/l10n/material_es_CL.arb | 33 +++++++++++++++++ .../lib/src/l10n/material_es_CO.arb | 33 +++++++++++++++++ .../lib/src/l10n/material_es_CR.arb | 33 +++++++++++++++++ .../lib/src/l10n/material_es_DO.arb | 33 +++++++++++++++++ .../lib/src/l10n/material_es_EC.arb | 33 +++++++++++++++++ .../lib/src/l10n/material_es_GT.arb | 33 +++++++++++++++++ .../lib/src/l10n/material_es_HN.arb | 33 +++++++++++++++++ .../lib/src/l10n/material_es_MX.arb | 33 +++++++++++++++++ .../lib/src/l10n/material_es_NI.arb | 33 +++++++++++++++++ .../lib/src/l10n/material_es_PA.arb | 33 +++++++++++++++++ .../lib/src/l10n/material_es_PE.arb | 33 +++++++++++++++++ .../lib/src/l10n/material_es_PR.arb | 33 +++++++++++++++++ .../lib/src/l10n/material_es_PY.arb | 33 +++++++++++++++++ .../lib/src/l10n/material_es_SV.arb | 33 +++++++++++++++++ .../lib/src/l10n/material_es_US.arb | 31 ++++++++++++++-- .../lib/src/l10n/material_es_UY.arb | 33 +++++++++++++++++ .../lib/src/l10n/material_es_VE.arb | 33 +++++++++++++++++ .../lib/src/l10n/material_fa.arb | 6 ++-- .../lib/src/l10n/material_fr.arb | 6 ++-- .../lib/src/l10n/material_gsw.arb | 4 ++- .../lib/src/l10n/material_he.arb | 6 ++-- .../lib/src/l10n/material_it.arb | 6 ++-- .../lib/src/l10n/material_ja.arb | 4 +-- .../lib/src/l10n/material_ko.arb | 34 ++++++++++++++++++ .../lib/src/l10n/material_nl.arb | 34 ++++++++++++++++++ .../lib/src/l10n/material_pl.arb | 36 +++++++++++++++++++ .../lib/src/l10n/material_ps.arb | 4 +-- .../lib/src/l10n/material_pt.arb | 29 ++++++++------- .../lib/src/l10n/material_pt_PT.arb | 6 ++-- .../lib/src/l10n/material_ru.arb | 6 ++-- .../lib/src/l10n/material_th.arb | 34 ++++++++++++++++++ .../lib/src/l10n/material_tr.arb | 34 ++++++++++++++++++ .../lib/src/l10n/material_ur.arb | 2 +- .../lib/src/l10n/material_zh.arb | 2 +- .../lib/src/l10n/material_zh_HK.arb | 33 +++++++++++++++++ .../lib/src/l10n/material_zh_TW.arb | 33 +++++++++++++++++ .../lib/src/material_localizations.dart | 6 +++- 51 files changed, 977 insertions(+), 58 deletions(-) create mode 100644 packages/flutter_localizations/lib/src/l10n/material_es_419.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_es_AR.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_es_BO.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_es_CL.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_es_CO.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_es_CR.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_es_DO.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_es_EC.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_es_GT.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_es_HN.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_es_MX.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_es_NI.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_es_PA.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_es_PE.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_es_PR.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_es_PY.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_es_SV.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_es_UY.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_es_VE.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_ko.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_nl.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_pl.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_th.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_tr.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index 92af3951229b..93be87a525ef 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -9,7 +9,7 @@ "openAppDrawerTooltip": "فتح قائمة التنقل", "backButtonTooltip": "رجوع", "closeButtonTooltip": "إغلاق", - "deleteButtonTooltip": "", + "deleteButtonTooltip": "حذف", "nextMonthTooltip": "الشهر التالي", "previousMonthTooltip": "الشهر السابق", "nextPageTooltip": "الصفحة التالية", @@ -32,7 +32,7 @@ "viewLicensesButtonLabel": "الاطّلاع على التراخيص", "anteMeridiemAbbreviation": "ص", "postMeridiemAbbreviation": "م", - "timePickerHourModeAnnouncement": "حدد ساعات", - "timePickerMinuteModeAnnouncement": "حدد دقائق", + "timePickerHourModeAnnouncement": "اختيار الساعات", + "timePickerMinuteModeAnnouncement": "اختيار الدقائق", "modalBarrierDismissLabel": "تجاهل" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index 1e6d2abce194..e98e3119ce7f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -4,7 +4,7 @@ "openAppDrawerTooltip": "Navigationsmenü öffnen", "backButtonTooltip": "Zurück", "closeButtonTooltip": "Schließen", - "deleteButtonTooltip": "", + "deleteButtonTooltip": "Löschen", "nextMonthTooltip": "Nächster Monat", "previousMonthTooltip": "Vorheriger Monat", "nextPageTooltip": "Nächste Seite", @@ -29,7 +29,7 @@ "viewLicensesButtonLabel": "LIZENZEN ANZEIGEN", "anteMeridiemAbbreviation": "VORM.", "postMeridiemAbbreviation": "NACHM.", - "timePickerHourModeAnnouncement": "Stunde auswählen", - "timePickerMinuteModeAnnouncement": "Minute auswählen", + "timePickerHourModeAnnouncement": "Stunden auswählen", + "timePickerMinuteModeAnnouncement": "Minuten auswählen", "modalBarrierDismissLabel": "Schließen" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb index 8a81f47d4f52..e24a74d5b6fe 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb @@ -1,10 +1,12 @@ { + "timePickerMinuteModeAnnouncement": "Minuten auswählen", + "timePickerHourModeAnnouncement": "Stunden auswählen", "scriptCategory": "English-like", "timeOfDayFormat": "HH:mm", "openAppDrawerTooltip": "Navigationsmenü öffnen", "backButtonTooltip": "Zurück", "closeButtonTooltip": "Schliessen", - "deleteButtonTooltip": "", + "deleteButtonTooltip": "Löschen", "nextMonthTooltip": "Nächster Monat", "previousMonthTooltip": "Vorheriger Monat", "nextPageTooltip": "Nächste Seite", @@ -18,7 +20,7 @@ "selectedRowCountTitleOne": "1 Element ausgewählt", "selectedRowCountTitleOther": "$selectedRowCount Elemente ausgewählt", "cancelButtonLabel": "ABBRECHEN", - "closeButtonLabel": "SCHLIESSEN", + "closeButtonLabel": "SCHLIEẞEN", "continueButtonLabel": "WEITER", "copyButtonLabel": "KOPIEREN", "cutButtonLabel": "AUSSCHNEIDEN", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb index 1f26197b8777..67d490dfb819 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb @@ -1,10 +1,12 @@ { + "timePickerMinuteModeAnnouncement": "Select minutes", + "timePickerHourModeAnnouncement": "Select hours", "scriptCategory": "English-like", "timeOfDayFormat": "h:mm a", "openAppDrawerTooltip": "Open navigation menu", "backButtonTooltip": "Back", "closeButtonTooltip": "Close", - "deleteButtonTooltip": "", + "deleteButtonTooltip": "Delete", "nextMonthTooltip": "Next month", "previousMonthTooltip": "Previous month", "nextPageTooltip": "Next page", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb index 1f26197b8777..67d490dfb819 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb @@ -1,10 +1,12 @@ { + "timePickerMinuteModeAnnouncement": "Select minutes", + "timePickerHourModeAnnouncement": "Select hours", "scriptCategory": "English-like", "timeOfDayFormat": "h:mm a", "openAppDrawerTooltip": "Open navigation menu", "backButtonTooltip": "Back", "closeButtonTooltip": "Close", - "deleteButtonTooltip": "", + "deleteButtonTooltip": "Delete", "nextMonthTooltip": "Next month", "previousMonthTooltip": "Previous month", "nextPageTooltip": "Next page", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb index 1ef4c8aaaae2..567ad5aaa9a0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb @@ -1,11 +1,13 @@ { + "timePickerMinuteModeAnnouncement": "Select minutes", + "timePickerHourModeAnnouncement": "Select hours", "scriptCategory": "English-like", "timeOfDayFormat": "HH:mm", "nextMonthTooltip": "Next month", "pageRowsInfoTitleApproximate": "$firstRow–$lastRow of about $rowCount", "copyButtonLabel": "COPY", "closeButtonTooltip": "Close", - "deleteButtonTooltip": "", + "deleteButtonTooltip": "Delete", "selectAllButtonLabel": "SELECT ALL", "viewLicensesButtonLabel": "VIEW LICENCES", "rowsPerPageTitle": "Rows per page:", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb index 1ef4c8aaaae2..567ad5aaa9a0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb @@ -1,11 +1,13 @@ { + "timePickerMinuteModeAnnouncement": "Select minutes", + "timePickerHourModeAnnouncement": "Select hours", "scriptCategory": "English-like", "timeOfDayFormat": "HH:mm", "nextMonthTooltip": "Next month", "pageRowsInfoTitleApproximate": "$firstRow–$lastRow of about $rowCount", "copyButtonLabel": "COPY", "closeButtonTooltip": "Close", - "deleteButtonTooltip": "", + "deleteButtonTooltip": "Delete", "selectAllButtonLabel": "SELECT ALL", "viewLicensesButtonLabel": "VIEW LICENCES", "rowsPerPageTitle": "Rows per page:", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb index 1f26197b8777..67d490dfb819 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb @@ -1,10 +1,12 @@ { + "timePickerMinuteModeAnnouncement": "Select minutes", + "timePickerHourModeAnnouncement": "Select hours", "scriptCategory": "English-like", "timeOfDayFormat": "h:mm a", "openAppDrawerTooltip": "Open navigation menu", "backButtonTooltip": "Back", "closeButtonTooltip": "Close", - "deleteButtonTooltip": "", + "deleteButtonTooltip": "Delete", "nextMonthTooltip": "Next month", "previousMonthTooltip": "Previous month", "nextPageTooltip": "Next page", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb index 1f26197b8777..67d490dfb819 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb @@ -1,10 +1,12 @@ { + "timePickerMinuteModeAnnouncement": "Select minutes", + "timePickerHourModeAnnouncement": "Select hours", "scriptCategory": "English-like", "timeOfDayFormat": "h:mm a", "openAppDrawerTooltip": "Open navigation menu", "backButtonTooltip": "Back", "closeButtonTooltip": "Close", - "deleteButtonTooltip": "", + "deleteButtonTooltip": "Delete", "nextMonthTooltip": "Next month", "previousMonthTooltip": "Previous month", "nextPageTooltip": "Next page", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb index 1ef4c8aaaae2..567ad5aaa9a0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb @@ -1,11 +1,13 @@ { + "timePickerMinuteModeAnnouncement": "Select minutes", + "timePickerHourModeAnnouncement": "Select hours", "scriptCategory": "English-like", "timeOfDayFormat": "HH:mm", "nextMonthTooltip": "Next month", "pageRowsInfoTitleApproximate": "$firstRow–$lastRow of about $rowCount", "copyButtonLabel": "COPY", "closeButtonTooltip": "Close", - "deleteButtonTooltip": "", + "deleteButtonTooltip": "Delete", "selectAllButtonLabel": "SELECT ALL", "viewLicensesButtonLabel": "VIEW LICENCES", "rowsPerPageTitle": "Rows per page:", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index d07df7b3508e..79cc81210905 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -4,7 +4,7 @@ "openAppDrawerTooltip": "Abrir el menú de navegación", "backButtonTooltip": "Atrás", "closeButtonTooltip": "Cerrar", - "deleteButtonTooltip": "", + "deleteButtonTooltip": "Eliminar", "nextMonthTooltip": "Mes siguiente", "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Página siguiente", @@ -29,7 +29,7 @@ "viewLicensesButtonLabel": "VER LICENCIAS", "anteMeridiemAbbreviation": "A.M.", "postMeridiemAbbreviation": "P.M.", - "timePickerHourModeAnnouncement": "Seleccione Horas", - "timePickerMinuteModeAnnouncement": "Seleccione Minutos", + "timePickerHourModeAnnouncement": "Seleccionar horas", + "timePickerMinuteModeAnnouncement": "Seleccionar minutos", "modalBarrierDismissLabel": "Ignorar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb new file mode 100644 index 000000000000..bba3d62cfe35 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb @@ -0,0 +1,33 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "H:mm", + "openAppDrawerTooltip": "Abrir menú de navegación", + "backButtonTooltip": "Atrás", + "closeButtonTooltip": "Cerrar", + "deleteButtonTooltip": "Borrar", + "nextMonthTooltip": "Próximo mes", + "previousMonthTooltip": "Mes anterior", + "nextPageTooltip": "Próxima página", + "previousPageTooltip": "Página anterior", + "showMenuTooltip": "Mostrar menú", + "aboutListTileTitle": "Acerca de $applicationName", + "licensesPageTitle": "Licencias", + "pageRowsInfoTitle": "$firstRow–$lastRow de $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow de aproximadamente $rowCount", + "rowsPerPageTitle": "Filas por página:", + "selectedRowCountTitleOne": "Se seleccionó 1 elemento", + "selectedRowCountTitleOther": "Se seleccionaron $selectedRowCount elementos", + "cancelButtonLabel": "CANCELAR", + "closeButtonLabel": "CERRAR", + "continueButtonLabel": "CONTINUAR", + "copyButtonLabel": "COPIAR", + "cutButtonLabel": "CORTAR", + "okButtonLabel": "ACEPTAR", + "pasteButtonLabel": "PEGAR", + "selectAllButtonLabel": "SELECCIONAR TODO", + "viewLicensesButtonLabel": "VER LICENCIAS", + "anteMeridiemAbbreviation": "a.m.", + "postMeridiemAbbreviation": "p.m.", + "timePickerHourModeAnnouncement": "Seleccionar horas", + "timePickerMinuteModeAnnouncement": "Seleccionar minutos" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb new file mode 100644 index 000000000000..bba3d62cfe35 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb @@ -0,0 +1,33 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "H:mm", + "openAppDrawerTooltip": "Abrir menú de navegación", + "backButtonTooltip": "Atrás", + "closeButtonTooltip": "Cerrar", + "deleteButtonTooltip": "Borrar", + "nextMonthTooltip": "Próximo mes", + "previousMonthTooltip": "Mes anterior", + "nextPageTooltip": "Próxima página", + "previousPageTooltip": "Página anterior", + "showMenuTooltip": "Mostrar menú", + "aboutListTileTitle": "Acerca de $applicationName", + "licensesPageTitle": "Licencias", + "pageRowsInfoTitle": "$firstRow–$lastRow de $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow de aproximadamente $rowCount", + "rowsPerPageTitle": "Filas por página:", + "selectedRowCountTitleOne": "Se seleccionó 1 elemento", + "selectedRowCountTitleOther": "Se seleccionaron $selectedRowCount elementos", + "cancelButtonLabel": "CANCELAR", + "closeButtonLabel": "CERRAR", + "continueButtonLabel": "CONTINUAR", + "copyButtonLabel": "COPIAR", + "cutButtonLabel": "CORTAR", + "okButtonLabel": "ACEPTAR", + "pasteButtonLabel": "PEGAR", + "selectAllButtonLabel": "SELECCIONAR TODO", + "viewLicensesButtonLabel": "VER LICENCIAS", + "anteMeridiemAbbreviation": "a.m.", + "postMeridiemAbbreviation": "p.m.", + "timePickerHourModeAnnouncement": "Seleccionar horas", + "timePickerMinuteModeAnnouncement": "Seleccionar minutos" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb new file mode 100644 index 000000000000..bba3d62cfe35 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb @@ -0,0 +1,33 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "H:mm", + "openAppDrawerTooltip": "Abrir menú de navegación", + "backButtonTooltip": "Atrás", + "closeButtonTooltip": "Cerrar", + "deleteButtonTooltip": "Borrar", + "nextMonthTooltip": "Próximo mes", + "previousMonthTooltip": "Mes anterior", + "nextPageTooltip": "Próxima página", + "previousPageTooltip": "Página anterior", + "showMenuTooltip": "Mostrar menú", + "aboutListTileTitle": "Acerca de $applicationName", + "licensesPageTitle": "Licencias", + "pageRowsInfoTitle": "$firstRow–$lastRow de $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow de aproximadamente $rowCount", + "rowsPerPageTitle": "Filas por página:", + "selectedRowCountTitleOne": "Se seleccionó 1 elemento", + "selectedRowCountTitleOther": "Se seleccionaron $selectedRowCount elementos", + "cancelButtonLabel": "CANCELAR", + "closeButtonLabel": "CERRAR", + "continueButtonLabel": "CONTINUAR", + "copyButtonLabel": "COPIAR", + "cutButtonLabel": "CORTAR", + "okButtonLabel": "ACEPTAR", + "pasteButtonLabel": "PEGAR", + "selectAllButtonLabel": "SELECCIONAR TODO", + "viewLicensesButtonLabel": "VER LICENCIAS", + "anteMeridiemAbbreviation": "a.m.", + "postMeridiemAbbreviation": "p.m.", + "timePickerHourModeAnnouncement": "Seleccionar horas", + "timePickerMinuteModeAnnouncement": "Seleccionar minutos" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb new file mode 100644 index 000000000000..bba3d62cfe35 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb @@ -0,0 +1,33 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "H:mm", + "openAppDrawerTooltip": "Abrir menú de navegación", + "backButtonTooltip": "Atrás", + "closeButtonTooltip": "Cerrar", + "deleteButtonTooltip": "Borrar", + "nextMonthTooltip": "Próximo mes", + "previousMonthTooltip": "Mes anterior", + "nextPageTooltip": "Próxima página", + "previousPageTooltip": "Página anterior", + "showMenuTooltip": "Mostrar menú", + "aboutListTileTitle": "Acerca de $applicationName", + "licensesPageTitle": "Licencias", + "pageRowsInfoTitle": "$firstRow–$lastRow de $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow de aproximadamente $rowCount", + "rowsPerPageTitle": "Filas por página:", + "selectedRowCountTitleOne": "Se seleccionó 1 elemento", + "selectedRowCountTitleOther": "Se seleccionaron $selectedRowCount elementos", + "cancelButtonLabel": "CANCELAR", + "closeButtonLabel": "CERRAR", + "continueButtonLabel": "CONTINUAR", + "copyButtonLabel": "COPIAR", + "cutButtonLabel": "CORTAR", + "okButtonLabel": "ACEPTAR", + "pasteButtonLabel": "PEGAR", + "selectAllButtonLabel": "SELECCIONAR TODO", + "viewLicensesButtonLabel": "VER LICENCIAS", + "anteMeridiemAbbreviation": "a.m.", + "postMeridiemAbbreviation": "p.m.", + "timePickerHourModeAnnouncement": "Seleccionar horas", + "timePickerMinuteModeAnnouncement": "Seleccionar minutos" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb new file mode 100644 index 000000000000..bba3d62cfe35 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb @@ -0,0 +1,33 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "H:mm", + "openAppDrawerTooltip": "Abrir menú de navegación", + "backButtonTooltip": "Atrás", + "closeButtonTooltip": "Cerrar", + "deleteButtonTooltip": "Borrar", + "nextMonthTooltip": "Próximo mes", + "previousMonthTooltip": "Mes anterior", + "nextPageTooltip": "Próxima página", + "previousPageTooltip": "Página anterior", + "showMenuTooltip": "Mostrar menú", + "aboutListTileTitle": "Acerca de $applicationName", + "licensesPageTitle": "Licencias", + "pageRowsInfoTitle": "$firstRow–$lastRow de $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow de aproximadamente $rowCount", + "rowsPerPageTitle": "Filas por página:", + "selectedRowCountTitleOne": "Se seleccionó 1 elemento", + "selectedRowCountTitleOther": "Se seleccionaron $selectedRowCount elementos", + "cancelButtonLabel": "CANCELAR", + "closeButtonLabel": "CERRAR", + "continueButtonLabel": "CONTINUAR", + "copyButtonLabel": "COPIAR", + "cutButtonLabel": "CORTAR", + "okButtonLabel": "ACEPTAR", + "pasteButtonLabel": "PEGAR", + "selectAllButtonLabel": "SELECCIONAR TODO", + "viewLicensesButtonLabel": "VER LICENCIAS", + "anteMeridiemAbbreviation": "a.m.", + "postMeridiemAbbreviation": "p.m.", + "timePickerHourModeAnnouncement": "Seleccionar horas", + "timePickerMinuteModeAnnouncement": "Seleccionar minutos" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb new file mode 100644 index 000000000000..bba3d62cfe35 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb @@ -0,0 +1,33 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "H:mm", + "openAppDrawerTooltip": "Abrir menú de navegación", + "backButtonTooltip": "Atrás", + "closeButtonTooltip": "Cerrar", + "deleteButtonTooltip": "Borrar", + "nextMonthTooltip": "Próximo mes", + "previousMonthTooltip": "Mes anterior", + "nextPageTooltip": "Próxima página", + "previousPageTooltip": "Página anterior", + "showMenuTooltip": "Mostrar menú", + "aboutListTileTitle": "Acerca de $applicationName", + "licensesPageTitle": "Licencias", + "pageRowsInfoTitle": "$firstRow–$lastRow de $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow de aproximadamente $rowCount", + "rowsPerPageTitle": "Filas por página:", + "selectedRowCountTitleOne": "Se seleccionó 1 elemento", + "selectedRowCountTitleOther": "Se seleccionaron $selectedRowCount elementos", + "cancelButtonLabel": "CANCELAR", + "closeButtonLabel": "CERRAR", + "continueButtonLabel": "CONTINUAR", + "copyButtonLabel": "COPIAR", + "cutButtonLabel": "CORTAR", + "okButtonLabel": "ACEPTAR", + "pasteButtonLabel": "PEGAR", + "selectAllButtonLabel": "SELECCIONAR TODO", + "viewLicensesButtonLabel": "VER LICENCIAS", + "anteMeridiemAbbreviation": "a.m.", + "postMeridiemAbbreviation": "p.m.", + "timePickerHourModeAnnouncement": "Seleccionar horas", + "timePickerMinuteModeAnnouncement": "Seleccionar minutos" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb new file mode 100644 index 000000000000..bba3d62cfe35 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb @@ -0,0 +1,33 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "H:mm", + "openAppDrawerTooltip": "Abrir menú de navegación", + "backButtonTooltip": "Atrás", + "closeButtonTooltip": "Cerrar", + "deleteButtonTooltip": "Borrar", + "nextMonthTooltip": "Próximo mes", + "previousMonthTooltip": "Mes anterior", + "nextPageTooltip": "Próxima página", + "previousPageTooltip": "Página anterior", + "showMenuTooltip": "Mostrar menú", + "aboutListTileTitle": "Acerca de $applicationName", + "licensesPageTitle": "Licencias", + "pageRowsInfoTitle": "$firstRow–$lastRow de $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow de aproximadamente $rowCount", + "rowsPerPageTitle": "Filas por página:", + "selectedRowCountTitleOne": "Se seleccionó 1 elemento", + "selectedRowCountTitleOther": "Se seleccionaron $selectedRowCount elementos", + "cancelButtonLabel": "CANCELAR", + "closeButtonLabel": "CERRAR", + "continueButtonLabel": "CONTINUAR", + "copyButtonLabel": "COPIAR", + "cutButtonLabel": "CORTAR", + "okButtonLabel": "ACEPTAR", + "pasteButtonLabel": "PEGAR", + "selectAllButtonLabel": "SELECCIONAR TODO", + "viewLicensesButtonLabel": "VER LICENCIAS", + "anteMeridiemAbbreviation": "a.m.", + "postMeridiemAbbreviation": "p.m.", + "timePickerHourModeAnnouncement": "Seleccionar horas", + "timePickerMinuteModeAnnouncement": "Seleccionar minutos" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb new file mode 100644 index 000000000000..bba3d62cfe35 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb @@ -0,0 +1,33 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "H:mm", + "openAppDrawerTooltip": "Abrir menú de navegación", + "backButtonTooltip": "Atrás", + "closeButtonTooltip": "Cerrar", + "deleteButtonTooltip": "Borrar", + "nextMonthTooltip": "Próximo mes", + "previousMonthTooltip": "Mes anterior", + "nextPageTooltip": "Próxima página", + "previousPageTooltip": "Página anterior", + "showMenuTooltip": "Mostrar menú", + "aboutListTileTitle": "Acerca de $applicationName", + "licensesPageTitle": "Licencias", + "pageRowsInfoTitle": "$firstRow–$lastRow de $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow de aproximadamente $rowCount", + "rowsPerPageTitle": "Filas por página:", + "selectedRowCountTitleOne": "Se seleccionó 1 elemento", + "selectedRowCountTitleOther": "Se seleccionaron $selectedRowCount elementos", + "cancelButtonLabel": "CANCELAR", + "closeButtonLabel": "CERRAR", + "continueButtonLabel": "CONTINUAR", + "copyButtonLabel": "COPIAR", + "cutButtonLabel": "CORTAR", + "okButtonLabel": "ACEPTAR", + "pasteButtonLabel": "PEGAR", + "selectAllButtonLabel": "SELECCIONAR TODO", + "viewLicensesButtonLabel": "VER LICENCIAS", + "anteMeridiemAbbreviation": "a.m.", + "postMeridiemAbbreviation": "p.m.", + "timePickerHourModeAnnouncement": "Seleccionar horas", + "timePickerMinuteModeAnnouncement": "Seleccionar minutos" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb new file mode 100644 index 000000000000..bba3d62cfe35 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb @@ -0,0 +1,33 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "H:mm", + "openAppDrawerTooltip": "Abrir menú de navegación", + "backButtonTooltip": "Atrás", + "closeButtonTooltip": "Cerrar", + "deleteButtonTooltip": "Borrar", + "nextMonthTooltip": "Próximo mes", + "previousMonthTooltip": "Mes anterior", + "nextPageTooltip": "Próxima página", + "previousPageTooltip": "Página anterior", + "showMenuTooltip": "Mostrar menú", + "aboutListTileTitle": "Acerca de $applicationName", + "licensesPageTitle": "Licencias", + "pageRowsInfoTitle": "$firstRow–$lastRow de $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow de aproximadamente $rowCount", + "rowsPerPageTitle": "Filas por página:", + "selectedRowCountTitleOne": "Se seleccionó 1 elemento", + "selectedRowCountTitleOther": "Se seleccionaron $selectedRowCount elementos", + "cancelButtonLabel": "CANCELAR", + "closeButtonLabel": "CERRAR", + "continueButtonLabel": "CONTINUAR", + "copyButtonLabel": "COPIAR", + "cutButtonLabel": "CORTAR", + "okButtonLabel": "ACEPTAR", + "pasteButtonLabel": "PEGAR", + "selectAllButtonLabel": "SELECCIONAR TODO", + "viewLicensesButtonLabel": "VER LICENCIAS", + "anteMeridiemAbbreviation": "a.m.", + "postMeridiemAbbreviation": "p.m.", + "timePickerHourModeAnnouncement": "Seleccionar horas", + "timePickerMinuteModeAnnouncement": "Seleccionar minutos" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb new file mode 100644 index 000000000000..bba3d62cfe35 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb @@ -0,0 +1,33 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "H:mm", + "openAppDrawerTooltip": "Abrir menú de navegación", + "backButtonTooltip": "Atrás", + "closeButtonTooltip": "Cerrar", + "deleteButtonTooltip": "Borrar", + "nextMonthTooltip": "Próximo mes", + "previousMonthTooltip": "Mes anterior", + "nextPageTooltip": "Próxima página", + "previousPageTooltip": "Página anterior", + "showMenuTooltip": "Mostrar menú", + "aboutListTileTitle": "Acerca de $applicationName", + "licensesPageTitle": "Licencias", + "pageRowsInfoTitle": "$firstRow–$lastRow de $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow de aproximadamente $rowCount", + "rowsPerPageTitle": "Filas por página:", + "selectedRowCountTitleOne": "Se seleccionó 1 elemento", + "selectedRowCountTitleOther": "Se seleccionaron $selectedRowCount elementos", + "cancelButtonLabel": "CANCELAR", + "closeButtonLabel": "CERRAR", + "continueButtonLabel": "CONTINUAR", + "copyButtonLabel": "COPIAR", + "cutButtonLabel": "CORTAR", + "okButtonLabel": "ACEPTAR", + "pasteButtonLabel": "PEGAR", + "selectAllButtonLabel": "SELECCIONAR TODO", + "viewLicensesButtonLabel": "VER LICENCIAS", + "anteMeridiemAbbreviation": "a.m.", + "postMeridiemAbbreviation": "p.m.", + "timePickerHourModeAnnouncement": "Seleccionar horas", + "timePickerMinuteModeAnnouncement": "Seleccionar minutos" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb new file mode 100644 index 000000000000..bba3d62cfe35 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb @@ -0,0 +1,33 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "H:mm", + "openAppDrawerTooltip": "Abrir menú de navegación", + "backButtonTooltip": "Atrás", + "closeButtonTooltip": "Cerrar", + "deleteButtonTooltip": "Borrar", + "nextMonthTooltip": "Próximo mes", + "previousMonthTooltip": "Mes anterior", + "nextPageTooltip": "Próxima página", + "previousPageTooltip": "Página anterior", + "showMenuTooltip": "Mostrar menú", + "aboutListTileTitle": "Acerca de $applicationName", + "licensesPageTitle": "Licencias", + "pageRowsInfoTitle": "$firstRow–$lastRow de $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow de aproximadamente $rowCount", + "rowsPerPageTitle": "Filas por página:", + "selectedRowCountTitleOne": "Se seleccionó 1 elemento", + "selectedRowCountTitleOther": "Se seleccionaron $selectedRowCount elementos", + "cancelButtonLabel": "CANCELAR", + "closeButtonLabel": "CERRAR", + "continueButtonLabel": "CONTINUAR", + "copyButtonLabel": "COPIAR", + "cutButtonLabel": "CORTAR", + "okButtonLabel": "ACEPTAR", + "pasteButtonLabel": "PEGAR", + "selectAllButtonLabel": "SELECCIONAR TODO", + "viewLicensesButtonLabel": "VER LICENCIAS", + "anteMeridiemAbbreviation": "a.m.", + "postMeridiemAbbreviation": "p.m.", + "timePickerHourModeAnnouncement": "Seleccionar horas", + "timePickerMinuteModeAnnouncement": "Seleccionar minutos" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb new file mode 100644 index 000000000000..bba3d62cfe35 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb @@ -0,0 +1,33 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "H:mm", + "openAppDrawerTooltip": "Abrir menú de navegación", + "backButtonTooltip": "Atrás", + "closeButtonTooltip": "Cerrar", + "deleteButtonTooltip": "Borrar", + "nextMonthTooltip": "Próximo mes", + "previousMonthTooltip": "Mes anterior", + "nextPageTooltip": "Próxima página", + "previousPageTooltip": "Página anterior", + "showMenuTooltip": "Mostrar menú", + "aboutListTileTitle": "Acerca de $applicationName", + "licensesPageTitle": "Licencias", + "pageRowsInfoTitle": "$firstRow–$lastRow de $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow de aproximadamente $rowCount", + "rowsPerPageTitle": "Filas por página:", + "selectedRowCountTitleOne": "Se seleccionó 1 elemento", + "selectedRowCountTitleOther": "Se seleccionaron $selectedRowCount elementos", + "cancelButtonLabel": "CANCELAR", + "closeButtonLabel": "CERRAR", + "continueButtonLabel": "CONTINUAR", + "copyButtonLabel": "COPIAR", + "cutButtonLabel": "CORTAR", + "okButtonLabel": "ACEPTAR", + "pasteButtonLabel": "PEGAR", + "selectAllButtonLabel": "SELECCIONAR TODO", + "viewLicensesButtonLabel": "VER LICENCIAS", + "anteMeridiemAbbreviation": "a.m.", + "postMeridiemAbbreviation": "p.m.", + "timePickerHourModeAnnouncement": "Seleccionar horas", + "timePickerMinuteModeAnnouncement": "Seleccionar minutos" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb new file mode 100644 index 000000000000..bba3d62cfe35 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb @@ -0,0 +1,33 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "H:mm", + "openAppDrawerTooltip": "Abrir menú de navegación", + "backButtonTooltip": "Atrás", + "closeButtonTooltip": "Cerrar", + "deleteButtonTooltip": "Borrar", + "nextMonthTooltip": "Próximo mes", + "previousMonthTooltip": "Mes anterior", + "nextPageTooltip": "Próxima página", + "previousPageTooltip": "Página anterior", + "showMenuTooltip": "Mostrar menú", + "aboutListTileTitle": "Acerca de $applicationName", + "licensesPageTitle": "Licencias", + "pageRowsInfoTitle": "$firstRow–$lastRow de $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow de aproximadamente $rowCount", + "rowsPerPageTitle": "Filas por página:", + "selectedRowCountTitleOne": "Se seleccionó 1 elemento", + "selectedRowCountTitleOther": "Se seleccionaron $selectedRowCount elementos", + "cancelButtonLabel": "CANCELAR", + "closeButtonLabel": "CERRAR", + "continueButtonLabel": "CONTINUAR", + "copyButtonLabel": "COPIAR", + "cutButtonLabel": "CORTAR", + "okButtonLabel": "ACEPTAR", + "pasteButtonLabel": "PEGAR", + "selectAllButtonLabel": "SELECCIONAR TODO", + "viewLicensesButtonLabel": "VER LICENCIAS", + "anteMeridiemAbbreviation": "a.m.", + "postMeridiemAbbreviation": "p.m.", + "timePickerHourModeAnnouncement": "Seleccionar horas", + "timePickerMinuteModeAnnouncement": "Seleccionar minutos" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb new file mode 100644 index 000000000000..bba3d62cfe35 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb @@ -0,0 +1,33 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "H:mm", + "openAppDrawerTooltip": "Abrir menú de navegación", + "backButtonTooltip": "Atrás", + "closeButtonTooltip": "Cerrar", + "deleteButtonTooltip": "Borrar", + "nextMonthTooltip": "Próximo mes", + "previousMonthTooltip": "Mes anterior", + "nextPageTooltip": "Próxima página", + "previousPageTooltip": "Página anterior", + "showMenuTooltip": "Mostrar menú", + "aboutListTileTitle": "Acerca de $applicationName", + "licensesPageTitle": "Licencias", + "pageRowsInfoTitle": "$firstRow–$lastRow de $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow de aproximadamente $rowCount", + "rowsPerPageTitle": "Filas por página:", + "selectedRowCountTitleOne": "Se seleccionó 1 elemento", + "selectedRowCountTitleOther": "Se seleccionaron $selectedRowCount elementos", + "cancelButtonLabel": "CANCELAR", + "closeButtonLabel": "CERRAR", + "continueButtonLabel": "CONTINUAR", + "copyButtonLabel": "COPIAR", + "cutButtonLabel": "CORTAR", + "okButtonLabel": "ACEPTAR", + "pasteButtonLabel": "PEGAR", + "selectAllButtonLabel": "SELECCIONAR TODO", + "viewLicensesButtonLabel": "VER LICENCIAS", + "anteMeridiemAbbreviation": "a.m.", + "postMeridiemAbbreviation": "p.m.", + "timePickerHourModeAnnouncement": "Seleccionar horas", + "timePickerMinuteModeAnnouncement": "Seleccionar minutos" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb new file mode 100644 index 000000000000..bba3d62cfe35 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb @@ -0,0 +1,33 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "H:mm", + "openAppDrawerTooltip": "Abrir menú de navegación", + "backButtonTooltip": "Atrás", + "closeButtonTooltip": "Cerrar", + "deleteButtonTooltip": "Borrar", + "nextMonthTooltip": "Próximo mes", + "previousMonthTooltip": "Mes anterior", + "nextPageTooltip": "Próxima página", + "previousPageTooltip": "Página anterior", + "showMenuTooltip": "Mostrar menú", + "aboutListTileTitle": "Acerca de $applicationName", + "licensesPageTitle": "Licencias", + "pageRowsInfoTitle": "$firstRow–$lastRow de $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow de aproximadamente $rowCount", + "rowsPerPageTitle": "Filas por página:", + "selectedRowCountTitleOne": "Se seleccionó 1 elemento", + "selectedRowCountTitleOther": "Se seleccionaron $selectedRowCount elementos", + "cancelButtonLabel": "CANCELAR", + "closeButtonLabel": "CERRAR", + "continueButtonLabel": "CONTINUAR", + "copyButtonLabel": "COPIAR", + "cutButtonLabel": "CORTAR", + "okButtonLabel": "ACEPTAR", + "pasteButtonLabel": "PEGAR", + "selectAllButtonLabel": "SELECCIONAR TODO", + "viewLicensesButtonLabel": "VER LICENCIAS", + "anteMeridiemAbbreviation": "a.m.", + "postMeridiemAbbreviation": "p.m.", + "timePickerHourModeAnnouncement": "Seleccionar horas", + "timePickerMinuteModeAnnouncement": "Seleccionar minutos" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb new file mode 100644 index 000000000000..bba3d62cfe35 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb @@ -0,0 +1,33 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "H:mm", + "openAppDrawerTooltip": "Abrir menú de navegación", + "backButtonTooltip": "Atrás", + "closeButtonTooltip": "Cerrar", + "deleteButtonTooltip": "Borrar", + "nextMonthTooltip": "Próximo mes", + "previousMonthTooltip": "Mes anterior", + "nextPageTooltip": "Próxima página", + "previousPageTooltip": "Página anterior", + "showMenuTooltip": "Mostrar menú", + "aboutListTileTitle": "Acerca de $applicationName", + "licensesPageTitle": "Licencias", + "pageRowsInfoTitle": "$firstRow–$lastRow de $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow de aproximadamente $rowCount", + "rowsPerPageTitle": "Filas por página:", + "selectedRowCountTitleOne": "Se seleccionó 1 elemento", + "selectedRowCountTitleOther": "Se seleccionaron $selectedRowCount elementos", + "cancelButtonLabel": "CANCELAR", + "closeButtonLabel": "CERRAR", + "continueButtonLabel": "CONTINUAR", + "copyButtonLabel": "COPIAR", + "cutButtonLabel": "CORTAR", + "okButtonLabel": "ACEPTAR", + "pasteButtonLabel": "PEGAR", + "selectAllButtonLabel": "SELECCIONAR TODO", + "viewLicensesButtonLabel": "VER LICENCIAS", + "anteMeridiemAbbreviation": "a.m.", + "postMeridiemAbbreviation": "p.m.", + "timePickerHourModeAnnouncement": "Seleccionar horas", + "timePickerMinuteModeAnnouncement": "Seleccionar minutos" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb new file mode 100644 index 000000000000..bba3d62cfe35 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb @@ -0,0 +1,33 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "H:mm", + "openAppDrawerTooltip": "Abrir menú de navegación", + "backButtonTooltip": "Atrás", + "closeButtonTooltip": "Cerrar", + "deleteButtonTooltip": "Borrar", + "nextMonthTooltip": "Próximo mes", + "previousMonthTooltip": "Mes anterior", + "nextPageTooltip": "Próxima página", + "previousPageTooltip": "Página anterior", + "showMenuTooltip": "Mostrar menú", + "aboutListTileTitle": "Acerca de $applicationName", + "licensesPageTitle": "Licencias", + "pageRowsInfoTitle": "$firstRow–$lastRow de $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow de aproximadamente $rowCount", + "rowsPerPageTitle": "Filas por página:", + "selectedRowCountTitleOne": "Se seleccionó 1 elemento", + "selectedRowCountTitleOther": "Se seleccionaron $selectedRowCount elementos", + "cancelButtonLabel": "CANCELAR", + "closeButtonLabel": "CERRAR", + "continueButtonLabel": "CONTINUAR", + "copyButtonLabel": "COPIAR", + "cutButtonLabel": "CORTAR", + "okButtonLabel": "ACEPTAR", + "pasteButtonLabel": "PEGAR", + "selectAllButtonLabel": "SELECCIONAR TODO", + "viewLicensesButtonLabel": "VER LICENCIAS", + "anteMeridiemAbbreviation": "a.m.", + "postMeridiemAbbreviation": "p.m.", + "timePickerHourModeAnnouncement": "Seleccionar horas", + "timePickerMinuteModeAnnouncement": "Seleccionar minutos" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb index 4e2e3a7e4483..d83e3ba811a8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb @@ -1,6 +1,33 @@ { + "deleteButtonTooltip": "Borrar", + "nextMonthTooltip": "Próximo mes", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow de aproximadamente $rowCount", + "copyButtonLabel": "COPIAR", + "closeButtonTooltip": "Cerrar", + "selectAllButtonLabel": "SELECCIONAR TODO", + "timePickerMinuteModeAnnouncement": "Seleccionar minutos", + "viewLicensesButtonLabel": "VER LICENCIAS", + "rowsPerPageTitle": "Filas por página:", + "aboutListTileTitle": "Acerca de $applicationName", + "backButtonTooltip": "Atrás", + "licensesPageTitle": "Licencias", + "okButtonLabel": "ACEPTAR", + "pasteButtonLabel": "PEGAR", + "previousMonthTooltip": "Mes anterior", + "closeButtonLabel": "CERRAR", + "cutButtonLabel": "CORTAR", + "continueButtonLabel": "CONTINUAR", + "timePickerHourModeAnnouncement": "Seleccionar horas", + "nextPageTooltip": "Próxima página", + "openAppDrawerTooltip": "Abrir menú de navegación", + "previousPageTooltip": "Página anterior", + "cancelButtonLabel": "CANCELAR", + "pageRowsInfoTitle": "$firstRow–$lastRow de $rowCount", + "selectedRowCountTitleOne": "Se seleccionó 1 elemento", + "selectedRowCountTitleOther": "Se seleccionaron $selectedRowCount elementos", + "showMenuTooltip": "Mostrar menú", "scriptCategory": "English-like", "timeOfDayFormat": "h:mm a", - "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM" + "anteMeridiemAbbreviation": "a.m.", + "postMeridiemAbbreviation": "p.m." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb new file mode 100644 index 000000000000..bba3d62cfe35 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb @@ -0,0 +1,33 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "H:mm", + "openAppDrawerTooltip": "Abrir menú de navegación", + "backButtonTooltip": "Atrás", + "closeButtonTooltip": "Cerrar", + "deleteButtonTooltip": "Borrar", + "nextMonthTooltip": "Próximo mes", + "previousMonthTooltip": "Mes anterior", + "nextPageTooltip": "Próxima página", + "previousPageTooltip": "Página anterior", + "showMenuTooltip": "Mostrar menú", + "aboutListTileTitle": "Acerca de $applicationName", + "licensesPageTitle": "Licencias", + "pageRowsInfoTitle": "$firstRow–$lastRow de $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow de aproximadamente $rowCount", + "rowsPerPageTitle": "Filas por página:", + "selectedRowCountTitleOne": "Se seleccionó 1 elemento", + "selectedRowCountTitleOther": "Se seleccionaron $selectedRowCount elementos", + "cancelButtonLabel": "CANCELAR", + "closeButtonLabel": "CERRAR", + "continueButtonLabel": "CONTINUAR", + "copyButtonLabel": "COPIAR", + "cutButtonLabel": "CORTAR", + "okButtonLabel": "ACEPTAR", + "pasteButtonLabel": "PEGAR", + "selectAllButtonLabel": "SELECCIONAR TODO", + "viewLicensesButtonLabel": "VER LICENCIAS", + "anteMeridiemAbbreviation": "a.m.", + "postMeridiemAbbreviation": "p.m.", + "timePickerHourModeAnnouncement": "Seleccionar horas", + "timePickerMinuteModeAnnouncement": "Seleccionar minutos" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb new file mode 100644 index 000000000000..bba3d62cfe35 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb @@ -0,0 +1,33 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "H:mm", + "openAppDrawerTooltip": "Abrir menú de navegación", + "backButtonTooltip": "Atrás", + "closeButtonTooltip": "Cerrar", + "deleteButtonTooltip": "Borrar", + "nextMonthTooltip": "Próximo mes", + "previousMonthTooltip": "Mes anterior", + "nextPageTooltip": "Próxima página", + "previousPageTooltip": "Página anterior", + "showMenuTooltip": "Mostrar menú", + "aboutListTileTitle": "Acerca de $applicationName", + "licensesPageTitle": "Licencias", + "pageRowsInfoTitle": "$firstRow–$lastRow de $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow de aproximadamente $rowCount", + "rowsPerPageTitle": "Filas por página:", + "selectedRowCountTitleOne": "Se seleccionó 1 elemento", + "selectedRowCountTitleOther": "Se seleccionaron $selectedRowCount elementos", + "cancelButtonLabel": "CANCELAR", + "closeButtonLabel": "CERRAR", + "continueButtonLabel": "CONTINUAR", + "copyButtonLabel": "COPIAR", + "cutButtonLabel": "CORTAR", + "okButtonLabel": "ACEPTAR", + "pasteButtonLabel": "PEGAR", + "selectAllButtonLabel": "SELECCIONAR TODO", + "viewLicensesButtonLabel": "VER LICENCIAS", + "anteMeridiemAbbreviation": "a.m.", + "postMeridiemAbbreviation": "p.m.", + "timePickerHourModeAnnouncement": "Seleccionar horas", + "timePickerMinuteModeAnnouncement": "Seleccionar minutos" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index 1a91dfd707ad..213585733caf 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -5,7 +5,7 @@ "openAppDrawerTooltip": "باز کردن منوی پیمایش", "backButtonTooltip": "برگشت", "closeButtonTooltip": "بستن", - "deleteButtonTooltip": "", + "deleteButtonTooltip": "حذف", "nextMonthTooltip": "ماه بعد", "previousMonthTooltip": "ماه قبل", "nextPageTooltip": "صفحه بعد", @@ -28,7 +28,7 @@ "viewLicensesButtonLabel": "مشاهده مجوزها", "anteMeridiemAbbreviation": "ق.ظ.", "postMeridiemAbbreviation": "ب.ظ.", - "timePickerHourModeAnnouncement": "ساعت ها را انتخاب کنید", - "timePickerMinuteModeAnnouncement": "دقیقه را انتخاب کنید", + "timePickerHourModeAnnouncement": "انتخاب ساعت", + "timePickerMinuteModeAnnouncement": "انتخاب دقیقه", "modalBarrierDismissLabel": "رد کردن" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index e78e043f40c5..6c834b90df86 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -4,7 +4,7 @@ "openAppDrawerTooltip": "Ouvrir le menu de navigation", "backButtonTooltip": "Retour", "closeButtonTooltip": "Fermer", - "deleteButtonTooltip": "", + "deleteButtonTooltip": "Supprimer", "nextMonthTooltip": "Mois suivant", "previousMonthTooltip": "Mois précédent", "nextPageTooltip": "Page suivante", @@ -29,7 +29,7 @@ "viewLicensesButtonLabel": "AFFICHER LES LICENCES", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", - "timePickerHourModeAnnouncement": "Sélectionnez les heures", - "timePickerMinuteModeAnnouncement": "Sélectionnez les minutes", + "timePickerHourModeAnnouncement": "Sélectionner une heure", + "timePickerMinuteModeAnnouncement": "Sélectionner des minutes", "modalBarrierDismissLabel": "Ignorer" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index 6b81c459e2d8..7e843eae636e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -1,10 +1,12 @@ { + "timePickerMinuteModeAnnouncement": "Minuten auswählen", + "timePickerHourModeAnnouncement": "Stunden auswählen", "scriptCategory": "English-like", "timeOfDayFormat": "HH:mm", "openAppDrawerTooltip": "Navigationsmenü öffnen", "backButtonTooltip": "Zurück", "closeButtonTooltip": "Schließen", - "deleteButtonTooltip": "", + "deleteButtonTooltip": "Löschen", "nextMonthTooltip": "Nächster Monat", "previousMonthTooltip": "Vorheriger Monat", "nextPageTooltip": "Nächste Seite", diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index 23004c85823c..d92dd2f4ce53 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -7,7 +7,7 @@ "openAppDrawerTooltip": "פתיחה של תפריט הניווט", "backButtonTooltip": "הקודם", "closeButtonTooltip": "סגירה", - "deleteButtonTooltip": "", + "deleteButtonTooltip": "מחיקה", "nextMonthTooltip": "החודש הבא", "previousMonthTooltip": "החודש הקודם", "nextPageTooltip": "הדף הבא", @@ -30,7 +30,7 @@ "viewLicensesButtonLabel": "הצגת הרישיונות", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", - "timePickerHourModeAnnouncement": "בחר שעות", - "timePickerMinuteModeAnnouncement": "בחר דקות", + "timePickerHourModeAnnouncement": "בחירת שעות", + "timePickerMinuteModeAnnouncement": "בחירת דקות", "modalBarrierDismissLabel": "סגירה" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index 1eeb476b1639..a215a74c70b7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -5,7 +5,7 @@ "openAppDrawerTooltip": "Apri il menu di navigazione", "backButtonTooltip": "Indietro", "closeButtonTooltip": "Chiudi", - "deleteButtonTooltip": "", + "deleteButtonTooltip": "Elimina", "nextMonthTooltip": "Mese successivo", "previousMonthTooltip": "Mese precedente", "nextPageTooltip": "Pagina successiva", @@ -28,7 +28,7 @@ "viewLicensesButtonLabel": "VISUALIZZA LICENZE", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", - "timePickerHourModeAnnouncement": "Seleziona ore", - "timePickerMinuteModeAnnouncement": "Seleziona minuti", + "timePickerHourModeAnnouncement": "Seleziona le ore", + "timePickerMinuteModeAnnouncement": "Seleziona i minuti", "modalBarrierDismissLabel": "Ignora" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index ce80aa7244fa..1fa29a875201 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -5,7 +5,7 @@ "openAppDrawerTooltip": "ナビゲーション メニューを開く", "backButtonTooltip": "戻る", "closeButtonTooltip": "閉じる", - "deleteButtonTooltip": "", + "deleteButtonTooltip": "削除", "nextMonthTooltip": "来月", "previousMonthTooltip": "前月", "nextPageTooltip": "次のページ", @@ -28,7 +28,7 @@ "viewLicensesButtonLabel": "ライセンスを表示", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", - "timePickerHourModeAnnouncement": "時を選択", + "timePickerHourModeAnnouncement": "時間を選択", "timePickerMinuteModeAnnouncement": "分を選択", "modalBarrierDismissLabel": "閉じる" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb new file mode 100644 index 000000000000..34f4bb6c3c4e --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -0,0 +1,34 @@ +{ + "scriptCategory": "dense", + "timeOfDayFormat": "a h:mm", + "openAppDrawerTooltip": "탐색 메뉴 열기", + "backButtonTooltip": "뒤로", + "closeButtonTooltip": "닫기", + "deleteButtonTooltip": "삭제", + "nextMonthTooltip": "다음 달", + "previousMonthTooltip": "지난달", + "nextPageTooltip": "다음 페이지", + "previousPageTooltip": "이전 페이지", + "showMenuTooltip": "메뉴 표시", + "aboutListTileTitle": "$applicationName 정보", + "licensesPageTitle": "라이선스", + "pageRowsInfoTitle": "$rowCount행 중 $firstRow~$lastRow행", + "pageRowsInfoTitleApproximate": "약 $rowCount행 중 $firstRow~$lastRow행", + "rowsPerPageTitle": "페이지당 행 수:", + "selectedRowCountTitleOne": "항목 1개 선택됨", + "selectedRowCountTitleOther": "항목 $selectedRowCount개 선택됨", + "cancelButtonLabel": "취소", + "closeButtonLabel": "닫기", + "continueButtonLabel": "계속", + "copyButtonLabel": "복사", + "cutButtonLabel": "잘라내기", + "okButtonLabel": "확인", + "pasteButtonLabel": "붙여넣기", + "selectAllButtonLabel": "전체 선택", + "viewLicensesButtonLabel": "라이선스 보기", + "anteMeridiemAbbreviation": "오전", + "postMeridiemAbbreviation": "오후", + "timePickerHourModeAnnouncement": "시간 선택", + "timePickerMinuteModeAnnouncement": "분 선택", + "modalBarrierDismissLabel": "버리다" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb new file mode 100644 index 000000000000..fafb427d5932 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -0,0 +1,34 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "HH:mm", + "openAppDrawerTooltip": "Navigatiemenu openen", + "backButtonTooltip": "Terug", + "closeButtonTooltip": "Sluiten", + "deleteButtonTooltip": "Verwijderen", + "nextMonthTooltip": "Volgende maand", + "previousMonthTooltip": "Vorige maand", + "nextPageTooltip": "Volgende pagina", + "previousPageTooltip": "Vorige pagina", + "showMenuTooltip": "Menu weergeven", + "aboutListTileTitle": "Over $applicationName", + "licensesPageTitle": "Licenties", + "pageRowsInfoTitle": "$firstRow-$lastRow van $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow-$lastRow van ongeveer $rowCount", + "rowsPerPageTitle": "Rijen per pagina:", + "selectedRowCountTitleOne": "1 item geselecteerd", + "selectedRowCountTitleOther": "$selectedRowCount items geselecteerd", + "cancelButtonLabel": "ANNULEREN", + "closeButtonLabel": "SLUITEN", + "continueButtonLabel": "DOORGAAN", + "copyButtonLabel": "KOPIËREN", + "cutButtonLabel": "KNIPPEN", + "okButtonLabel": "OK", + "pasteButtonLabel": "PLAKKEN", + "selectAllButtonLabel": "ALLES SELECTEREN", + "viewLicensesButtonLabel": "LICENTIES BEKIJKEN", + "anteMeridiemAbbreviation": "am", + "postMeridiemAbbreviation": "pm", + "timePickerHourModeAnnouncement": "Uren selecteren", + "timePickerMinuteModeAnnouncement": "Minuten selecteren", + "modalBarrierDismissLabel": "ontslaan" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb new file mode 100644 index 000000000000..0085d0a2322e --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -0,0 +1,36 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "HH:mm", + "selectedRowCountTitleFew": "$selectedRowCount wybrane elementy", + "selectedRowCountTitleMany": "$selectedRowCount wybranych elementów", + "openAppDrawerTooltip": "Otwórz menu nawigacyjne", + "backButtonTooltip": "Wstecz", + "closeButtonTooltip": "Zamknij", + "deleteButtonTooltip": "Usuń", + "nextMonthTooltip": "Następny miesiąc", + "previousMonthTooltip": "Poprzedni miesiąc", + "nextPageTooltip": "Następna strona", + "previousPageTooltip": "Poprzednia strona", + "showMenuTooltip": "Pokaż menu", + "aboutListTileTitle": "$applicationName – informacje", + "licensesPageTitle": "Licencje", + "pageRowsInfoTitle": "$firstRow–$lastRow z $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow z około $rowCount", + "rowsPerPageTitle": "Wiersze na stronie:", + "selectedRowCountTitleOne": "1 wybrany element", + "selectedRowCountTitleOther": "$selectedRowCount wybranego elementu", + "cancelButtonLabel": "ANULUJ", + "closeButtonLabel": "ZAMKNIJ", + "continueButtonLabel": "DALEJ", + "copyButtonLabel": "KOPIUJ", + "cutButtonLabel": "WYTNIJ", + "okButtonLabel": "OK", + "pasteButtonLabel": "WKLEJ", + "selectAllButtonLabel": "ZAZNACZ WSZYSTKO", + "viewLicensesButtonLabel": "WYŚWIETL LICENCJE", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "timePickerHourModeAnnouncement": "Wybierz godziny", + "timePickerMinuteModeAnnouncement": "Wybierz minuty", + "modalBarrierDismissLabel": "oddalić" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_ps.arb b/packages/flutter_localizations/lib/src/l10n/material_ps.arb index 87bb27111678..357fb95d07d0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ps.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ps.arb @@ -1,8 +1,8 @@ { "scriptCategory": "tall", "timeOfDayFormat": "HH:mm", - "@anteMeridiemAbbreviation": { "notUsed": "Pashto time format does not use a.m. indicator" }, - "@postMeridiemAbbreviation": { "notUsed": "Pashto time format does not use p.m. indicator" }, + "@anteMeridiemAbbreviation": {"notUsed":"Pashto time format does not use a.m. indicator"}, + "@postMeridiemAbbreviation": {"notUsed":"Pashto time format does not use p.m. indicator"}, "openAppDrawerTooltip": "د پرانیستی نیینګ مینو", "backButtonTooltip": "شاته", "closeButtonTooltip": "بنده", diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index 4194e56a49f0..72c5d2539220 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -1,33 +1,36 @@ { + "anteMeridiemAbbreviation": "Manhã", + "selectedRowCountTitleOne": "1 item selecionado", + "postMeridiemAbbreviation": "Tarde/noite", "scriptCategory": "English-like", "timeOfDayFormat": "HH:mm", - "@anteMeridiemAbbreviation": { "notUsed": "Pashto time format does not use a.m. indicator" }, - "@postMeridiemAbbreviation": { "notUsed": "Pashto time format does not use p.m. indicator" }, + "@anteMeridiemAbbreviation": {"notUsed":"Pashto time format does not use a.m. indicator"}, + "@postMeridiemAbbreviation": {"notUsed":"Pashto time format does not use p.m. indicator"}, "openAppDrawerTooltip": "Abrir menu de navegação", - "backButtonTooltip": "Costas", + "backButtonTooltip": "Voltar", "closeButtonTooltip": "Fechar", - "deleteButtonTooltip": "", + "deleteButtonTooltip": "Excluir", "nextMonthTooltip": "Próximo mês", "previousMonthTooltip": "Mês anterior", "nextPageTooltip": "Próxima página", "previousPageTooltip": "Página anterior", "showMenuTooltip": "Mostrar menu", - "aboutListTileTitle": "Sobre $applicationName", + "aboutListTileTitle": "Sobre o app $applicationName", "licensesPageTitle": "Licenças", - "pageRowsInfoTitle": "$firstRow–$lastRow de $rowCount", - "pageRowsInfoTitleApproximate": "$firstRow–$lastRow de cerca de $rowCount", + "pageRowsInfoTitle": "$firstRow – $lastRow de $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow – $lastRow de aproximadamente $rowCount", "rowsPerPageTitle": "Linhas por página:", - "selectedRowCountTitleOther": "$selectedRowCount selecionados", + "selectedRowCountTitleOther": "$selectedRowCount itens selecionados", "cancelButtonLabel": "CANCELAR", "closeButtonLabel": "FECHAR", "continueButtonLabel": "CONTINUAR", - "copyButtonLabel": "CÓPIA DE", - "cutButtonLabel": "CORTA", - "okButtonLabel": "OK", + "copyButtonLabel": "COPIAR", + "cutButtonLabel": "RECORTAR", + "okButtonLabel": "Ok", "pasteButtonLabel": "COLAR", "selectAllButtonLabel": "SELECIONAR TUDO", "viewLicensesButtonLabel": "VER LICENÇAS", - "timePickerHourModeAnnouncement": "Selecione horários", - "timePickerMinuteModeAnnouncement": "Selecione Minutos", + "timePickerHourModeAnnouncement": "Selecione as horas", + "timePickerMinuteModeAnnouncement": "Selecione os minutos", "modalBarrierDismissLabel": "Dispensar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb index 3d0af3a1aa02..e18d4eed92c0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb @@ -1,10 +1,12 @@ { + "timePickerMinuteModeAnnouncement": "Selecionar minutos", + "timePickerHourModeAnnouncement": "Selecionar horas", "scriptCategory": "English-like", "timeOfDayFormat": "HH:mm", "openAppDrawerTooltip": "Abrir menu de navegação", - "backButtonTooltip": "Anterior", + "backButtonTooltip": "Voltar", "closeButtonTooltip": "Fechar", - "deleteButtonTooltip": "", + "deleteButtonTooltip": "Eliminar", "nextMonthTooltip": "Mês seguinte", "previousMonthTooltip": "Mês anterior", "nextPageTooltip": "Página seguinte", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index 413aab402964..82f2f0631e7f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -6,7 +6,7 @@ "openAppDrawerTooltip": "Открыть меню навигации", "backButtonTooltip": "Назад", "closeButtonTooltip": "Закрыть", - "deleteButtonTooltip": "", + "deleteButtonTooltip": "Удалить", "nextMonthTooltip": "Следующий месяц", "previousMonthTooltip": "Предыдущий месяц", "nextPageTooltip": "Следующая страница", @@ -31,7 +31,7 @@ "viewLicensesButtonLabel": "ЛИЦЕНЗИИ", "anteMeridiemAbbreviation": "АМ", "postMeridiemAbbreviation": "PM", - "timePickerHourModeAnnouncement": "ВЫБРАТЬ ЧАСЫ", - "timePickerMinuteModeAnnouncement": "ВЫБРАТЬ МИНУТЫ", + "timePickerHourModeAnnouncement": "Выберите часы", + "timePickerMinuteModeAnnouncement": "Выберите минуты", "modalBarrierDismissLabel": "Закрыть" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/flutter_localizations/lib/src/l10n/material_th.arb new file mode 100644 index 000000000000..901aecb3911b --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_th.arb @@ -0,0 +1,34 @@ +{ + "scriptCategory": "tall", + "timeOfDayFormat": "ah:mm", + "openAppDrawerTooltip": "เปิดเมนูการนำทาง", + "backButtonTooltip": "กลับ", + "closeButtonTooltip": "ปิด", + "deleteButtonTooltip": "ลบ", + "nextMonthTooltip": "เดือนหน้า", + "previousMonthTooltip": "เดือนที่แล้ว", + "nextPageTooltip": "หน้าถัดไป", + "previousPageTooltip": "หน้าก่อน", + "showMenuTooltip": "แสดงเมนู", + "aboutListTileTitle": "เกี่ยวกับ $applicationName", + "licensesPageTitle": "ใบอนุญาต", + "pageRowsInfoTitle": "$firstRow-$lastRow จาก $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow จากประมาณ $rowCount", + "rowsPerPageTitle": "แถวต่อหน้า:", + "selectedRowCountTitleOne": "เลือกแล้ว 1 รายการ", + "selectedRowCountTitleOther": "เลือกแล้ว $selectedRowCount รายการ", + "cancelButtonLabel": "ยกเลิก", + "closeButtonLabel": "ปิด", + "continueButtonLabel": "ต่อไป", + "copyButtonLabel": "คัดลอก", + "cutButtonLabel": "ตัด", + "okButtonLabel": "ตกลง", + "pasteButtonLabel": "วาง", + "selectAllButtonLabel": "เลือกทั้งหมด", + "viewLicensesButtonLabel": "ดูใบอนุญาต", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "timePickerHourModeAnnouncement": "เลือกชั่วโมง", + "timePickerMinuteModeAnnouncement": "เลือกนาที", + "modalBarrierDismissLabel": "ยกเลิก" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb new file mode 100644 index 000000000000..9e41e77aa203 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -0,0 +1,34 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "HH:mm", + "openAppDrawerTooltip": "Gezinme menüsünü aç", + "backButtonTooltip": "Geri", + "closeButtonTooltip": "Kapat", + "deleteButtonTooltip": "Sil", + "nextMonthTooltip": "Gelecek ay", + "previousMonthTooltip": "Önceki ay", + "nextPageTooltip": "Sonraki sayfa", + "previousPageTooltip": "Önceki sayfa", + "showMenuTooltip": "Menüyü göster", + "aboutListTileTitle": "$applicationName Hakkında", + "licensesPageTitle": "Lisanslar", + "pageRowsInfoTitle": "$firstRow-$lastRow / $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow-$lastRow / $rowCount", + "rowsPerPageTitle": "Sayfa başına satır sayısı:", + "selectedRowCountTitleOne": "1 öğe seçildi", + "selectedRowCountTitleOther": "$selectedRowCount öğe seçildi", + "cancelButtonLabel": "İPTAL", + "closeButtonLabel": "KAPAT", + "continueButtonLabel": "DEVAM", + "copyButtonLabel": "KOPYALA", + "cutButtonLabel": "KES", + "okButtonLabel": "Tamam", + "pasteButtonLabel": "YAPIŞTIR", + "selectAllButtonLabel": "TÜMÜNÜ SEÇ", + "viewLicensesButtonLabel": "LİSANLARI GÖSTER", + "anteMeridiemAbbreviation": "ÖÖ", + "postMeridiemAbbreviation": "ÖS", + "timePickerHourModeAnnouncement": "Saati seçin", + "timePickerMinuteModeAnnouncement": "Dakikayı seçin", + "modalBarrierDismissLabel": "Reddet" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index a98c4baea6bc..290ab75928f3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -5,7 +5,7 @@ "openAppDrawerTooltip": "نیویگیشن مینو کھولیں", "backButtonTooltip": "پیچھے", "closeButtonTooltip": "بند کریں", - "deleteButtonTooltip": "", + "deleteButtonTooltip": "حذف کریں", "nextMonthTooltip": "اگلا مہینہ", "previousMonthTooltip": "پچھلا مہینہ", "nextPageTooltip": "اگلا صفحہ", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index c657b8b98cdd..308a31e21ef6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -23,7 +23,7 @@ "selectAllButtonLabel": "全选", "viewLicensesButtonLabel": "查看许可", "closeButtonTooltip": "关闭", - "deleteButtonTooltip": "", + "deleteButtonTooltip": "删除", "nextMonthTooltip": "下个月", "previousMonthTooltip": "上个月", "anteMeridiemAbbreviation": "上午", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb new file mode 100644 index 000000000000..751622acb5fa --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb @@ -0,0 +1,33 @@ +{ + "scriptCategory": "dense", + "timeOfDayFormat": "ah:mm", + "openAppDrawerTooltip": "開啟導覽選單", + "backButtonTooltip": "返回", + "closeButtonTooltip": "關閉", + "deleteButtonTooltip": "刪除", + "nextMonthTooltip": "下個月", + "previousMonthTooltip": "上個月", + "nextPageTooltip": "下一頁", + "previousPageTooltip": "上一頁", + "showMenuTooltip": "顯示選單", + "aboutListTileTitle": "關於「$applicationName」", + "licensesPageTitle": "授權", + "pageRowsInfoTitle": "第 $firstRow - $lastRow 列 (總共 $rowCount 列)", + "pageRowsInfoTitleApproximate": "第 $firstRow - $lastRow 列 (總共約 $rowCount 列)", + "rowsPerPageTitle": "每頁列數:", + "selectedRowCountTitleOne": "已選取 1 個項目", + "selectedRowCountTitleOther": "已選取 $selectedRowCount 個項目", + "cancelButtonLabel": "取消", + "closeButtonLabel": "關閉", + "continueButtonLabel": "繼續", + "copyButtonLabel": "複製", + "cutButtonLabel": "剪下", + "okButtonLabel": "確定", + "pasteButtonLabel": "貼上", + "selectAllButtonLabel": "全選", + "viewLicensesButtonLabel": "查看授權", + "anteMeridiemAbbreviation": "上午", + "postMeridiemAbbreviation": "下午", + "timePickerHourModeAnnouncement": "選取小時數", + "timePickerMinuteModeAnnouncement": "選取分鐘數" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb new file mode 100644 index 000000000000..751622acb5fa --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb @@ -0,0 +1,33 @@ +{ + "scriptCategory": "dense", + "timeOfDayFormat": "ah:mm", + "openAppDrawerTooltip": "開啟導覽選單", + "backButtonTooltip": "返回", + "closeButtonTooltip": "關閉", + "deleteButtonTooltip": "刪除", + "nextMonthTooltip": "下個月", + "previousMonthTooltip": "上個月", + "nextPageTooltip": "下一頁", + "previousPageTooltip": "上一頁", + "showMenuTooltip": "顯示選單", + "aboutListTileTitle": "關於「$applicationName」", + "licensesPageTitle": "授權", + "pageRowsInfoTitle": "第 $firstRow - $lastRow 列 (總共 $rowCount 列)", + "pageRowsInfoTitleApproximate": "第 $firstRow - $lastRow 列 (總共約 $rowCount 列)", + "rowsPerPageTitle": "每頁列數:", + "selectedRowCountTitleOne": "已選取 1 個項目", + "selectedRowCountTitleOther": "已選取 $selectedRowCount 個項目", + "cancelButtonLabel": "取消", + "closeButtonLabel": "關閉", + "continueButtonLabel": "繼續", + "copyButtonLabel": "複製", + "cutButtonLabel": "剪下", + "okButtonLabel": "確定", + "pasteButtonLabel": "貼上", + "selectAllButtonLabel": "全選", + "viewLicensesButtonLabel": "查看授權", + "anteMeridiemAbbreviation": "上午", + "postMeridiemAbbreviation": "下午", + "timePickerHourModeAnnouncement": "選取小時數", + "timePickerMinuteModeAnnouncement": "選取分鐘數" +} diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 9348a6a83250..2c449d2bc0a8 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -44,10 +44,14 @@ import 'widgets_localizations.dart'; /// * he - Hebrew /// * it - Italian /// * ja - Japanese +/// * ko - Korean +/// * nl - Dutch +/// * pl - Polish /// * ps - Pashto /// * pt - Portuguese /// * ru - Russian -/// * sd - Sindhi +/// * th - Thai +/// * tr - Turkish /// * ur - Urdu /// * zh - Simplified Chinese /// From 2d7f1f5a10c5ff3b3a1cfc1cc5dee637bac2a747 Mon Sep 17 00:00:00 2001 From: Hans Muller Date: Tue, 19 Dec 2017 14:02:22 -0800 Subject: [PATCH 020/327] Gen localization classes intead of a big map (#13653) * Gen localization classes intead of a big map * tighten up the newlines so that std output matches file output * restore locale sorting --- .../lib/src/material_localizations.dart | 108 +++++++++--------- 1 file changed, 51 insertions(+), 57 deletions(-) diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 2c449d2bc0a8..11667ab50a56 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -11,7 +11,7 @@ import 'package:intl/date_symbols.dart' as intl; import 'package:intl/date_symbol_data_custom.dart' as date_symbol_data_custom; import 'l10n/date_localizations.dart' as date_localizations; -import 'l10n/localizations.dart'; +import 'l10n/localizations.dart' show TranslationBundle, translationBundleForLocale; import 'widgets_localizations.dart'; /// Localized strings for the material widgets. @@ -68,13 +68,11 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { /// function, rather than constructing this class directly. GlobalMaterialLocalizations(this.locale) : assert(locale != null), - this._localeName = _computeLocaleName(locale) { + _localeName = _computeLocaleName(locale) { _loadDateIntlDataIfNotLoaded(); - if (localizations.containsKey(locale.languageCode)) - _nameToValue.addAll(localizations[locale.languageCode]); - if (localizations.containsKey(_localeName)) - _nameToValue.addAll(localizations[_localeName]); + _translationBundle = translationBundleForLocale(locale); + assert(_translationBundle != null); const String kMediumDatePattern = 'E, MMM\u00a0d'; if (intl.DateFormat.localeExists(_localeName)) { @@ -113,7 +111,7 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { final String _localeName; - final Map _nameToValue = {}; + TranslationBundle _translationBundle; intl.NumberFormat _decimalFormat; @@ -132,24 +130,6 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { return intl.Intl.canonicalizedLocale(localeName); } - // TODO(hmuller): the rules for mapping from an integer value to - // "one" or "two" etc. are locale specific and an additional "few" category - // is needed. See http://cldr.unicode.org/index/cldr-spec/plural-rules - String _nameToPluralValue(int count, String key) { - String text; - if (count == 0) - text = _nameToValue['${key}Zero']; - else if (count == 1) - text = _nameToValue['${key}One']; - else if (count == 2) - text = _nameToValue['${key}Two']; - else if (count > 2) - text = _nameToValue['${key}Many']; - text ??= _nameToValue['${key}Other']; - assert(text != null); - return text; - } - @override String formatHour(TimeOfDay timeOfDay, { bool alwaysUse24HourFormat: false }) { switch (hourFormat(of: timeOfDayFormat(alwaysUse24HourFormat: alwaysUse24HourFormat))) { @@ -242,45 +222,45 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { } @override - String get openAppDrawerTooltip => _nameToValue['openAppDrawerTooltip']; + String get openAppDrawerTooltip => _translationBundle.openAppDrawerTooltip; @override - String get backButtonTooltip => _nameToValue['backButtonTooltip']; + String get backButtonTooltip => _translationBundle.backButtonTooltip; @override - String get closeButtonTooltip => _nameToValue['closeButtonTooltip']; + String get closeButtonTooltip => _translationBundle.closeButtonTooltip; @override - String get deleteButtonTooltip => _nameToValue['deleteButtonTooltip']; + String get deleteButtonTooltip => _translationBundle.deleteButtonTooltip; @override - String get nextMonthTooltip => _nameToValue['nextMonthTooltip']; + String get nextMonthTooltip => _translationBundle.nextMonthTooltip; @override - String get previousMonthTooltip => _nameToValue['previousMonthTooltip']; + String get previousMonthTooltip => _translationBundle.previousMonthTooltip; @override - String get nextPageTooltip => _nameToValue['nextPageTooltip']; + String get nextPageTooltip => _translationBundle.nextPageTooltip; @override - String get previousPageTooltip => _nameToValue['previousPageTooltip']; + String get previousPageTooltip => _translationBundle.previousPageTooltip; @override - String get showMenuTooltip => _nameToValue['showMenuTooltip']; + String get showMenuTooltip => _translationBundle.showMenuTooltip; @override String aboutListTileTitle(String applicationName) { - final String text = _nameToValue['aboutListTileTitle']; + final String text = _translationBundle.aboutListTileTitle; return text.replaceFirst(r'$applicationName', applicationName); } @override - String get licensesPageTitle => _nameToValue['licensesPageTitle']; + String get licensesPageTitle => _translationBundle.licensesPageTitle; @override String pageRowsInfoTitle(int firstRow, int lastRow, int rowCount, bool rowCountIsApproximate) { - String text = rowCountIsApproximate ? _nameToValue['pageRowsInfoTitleApproximate'] : null; - text ??= _nameToValue['pageRowsInfoTitle']; + String text = rowCountIsApproximate ? _translationBundle.pageRowsInfoTitleApproximate : null; + text ??= _translationBundle.pageRowsInfoTitle; assert(text != null, 'A $locale localization was not found for pageRowsInfoTitle or pageRowsInfoTitleApproximate'); // TODO(hansmuller): this could be more efficient. return text @@ -290,55 +270,69 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { } @override - String get rowsPerPageTitle => _nameToValue['rowsPerPageTitle']; + String get rowsPerPageTitle => _translationBundle.rowsPerPageTitle; @override String selectedRowCountTitle(int selectedRowCount) { - return _nameToPluralValue(selectedRowCount, 'selectedRowCountTitle') // asserts on no match - .replaceFirst(r'$selectedRowCount', formatDecimal(selectedRowCount)); + // TODO(hmuller): the rules for mapping from an integer value to + // "one" or "two" etc. are locale specific and an additional "few" category + // is needed. See http://cldr.unicode.org/index/cldr-spec/plural-rules + String text; + if (selectedRowCount == 0) + text = _translationBundle.selectedRowCountTitleZero; + else if (selectedRowCount == 1) + text = _translationBundle.selectedRowCountTitleOne; + else if (selectedRowCount == 2) + text = _translationBundle.selectedRowCountTitleTwo; + else if (selectedRowCount > 2) + text = _translationBundle.selectedRowCountTitleMany; + text ??= _translationBundle.selectedRowCountTitleOther; + assert(text != null); + + return text.replaceFirst(r'$selectedRowCount', formatDecimal(selectedRowCount)); } @override - String get cancelButtonLabel => _nameToValue['cancelButtonLabel']; + String get cancelButtonLabel => _translationBundle.cancelButtonLabel; @override - String get closeButtonLabel => _nameToValue['closeButtonLabel']; + String get closeButtonLabel => _translationBundle.closeButtonLabel; @override - String get continueButtonLabel => _nameToValue['continueButtonLabel']; + String get continueButtonLabel => _translationBundle.continueButtonLabel; @override - String get copyButtonLabel => _nameToValue['copyButtonLabel']; + String get copyButtonLabel => _translationBundle.copyButtonLabel; @override - String get cutButtonLabel => _nameToValue['cutButtonLabel']; + String get cutButtonLabel => _translationBundle.cutButtonLabel; @override - String get okButtonLabel => _nameToValue['okButtonLabel']; + String get okButtonLabel => _translationBundle.okButtonLabel; @override - String get pasteButtonLabel => _nameToValue['pasteButtonLabel']; + String get pasteButtonLabel => _translationBundle.pasteButtonLabel; @override - String get selectAllButtonLabel => _nameToValue['selectAllButtonLabel']; + String get selectAllButtonLabel => _translationBundle.selectAllButtonLabel; @override - String get viewLicensesButtonLabel => _nameToValue['viewLicensesButtonLabel']; + String get viewLicensesButtonLabel => _translationBundle.viewLicensesButtonLabel; @override - String get anteMeridiemAbbreviation => _nameToValue['anteMeridiemAbbreviation']; + String get anteMeridiemAbbreviation => _translationBundle.anteMeridiemAbbreviation; @override - String get postMeridiemAbbreviation => _nameToValue['postMeridiemAbbreviation']; + String get postMeridiemAbbreviation => _translationBundle.postMeridiemAbbreviation; @override - String get timePickerHourModeAnnouncement => _nameToValue['timePickerHourModeAnnouncement']; + String get timePickerHourModeAnnouncement => _translationBundle.timePickerHourModeAnnouncement; @override - String get timePickerMinuteModeAnnouncement => _nameToValue['timePickerMinuteModeAnnouncement']; + String get timePickerMinuteModeAnnouncement => _translationBundle.timePickerMinuteModeAnnouncement; @override - String get modalBarrierDismissLabel => _nameToValue['modalBarrierDismissLabel']; + String get modalBarrierDismissLabel => _translationBundle.modalBarrierDismissLabel; /// The [TimeOfDayFormat] corresponding to one of the following supported /// patterns: @@ -358,7 +352,7 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { /// short time pattern used in locale en_US @override TimeOfDayFormat timeOfDayFormat({ bool alwaysUse24HourFormat: false }) { - final String icuShortTimePattern = _nameToValue['timeOfDayFormat']; + final String icuShortTimePattern = _translationBundle.timeOfDayFormat; assert(() { if (!_icuTimeOfDayToEnum.containsKey(icuShortTimePattern)) { @@ -382,7 +376,7 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { /// Looks up text geometry defined in [MaterialTextGeometry]. @override - TextTheme get localTextGeometry => MaterialTextGeometry.forScriptCategory(_nameToValue['scriptCategory']); + TextTheme get localTextGeometry => MaterialTextGeometry.forScriptCategory(_translationBundle.scriptCategory); /// Creates an object that provides localized resource values for the /// for the widgets of the material library. From a1afcf617222b5daaff72cb9c93293bde322a7f8 Mon Sep 17 00:00:00 2001 From: Yegor Date: Wed, 20 Dec 2017 17:10:06 -0800 Subject: [PATCH 021/327] Make UserAccountsDrawerHeader accessible (#13711) * other accounts a11y; show accounts button a11y * layout with bigger tap areas; all semantics * internationalize UserAccountsDrawerHeader a11y labels * better Russian translation * break import cycle * address comments --- .../lib/src/l10n/material_ar.arb | 3 +++ .../lib/src/l10n/material_de.arb | 3 +++ .../lib/src/l10n/material_en.arb | 15 +++++++++++++++ .../lib/src/l10n/material_es.arb | 3 +++ .../lib/src/l10n/material_fa.arb | 3 +++ .../lib/src/l10n/material_fr.arb | 3 +++ .../lib/src/l10n/material_he.arb | 3 +++ .../lib/src/l10n/material_it.arb | 3 +++ .../lib/src/l10n/material_ja.arb | 3 +++ .../lib/src/l10n/material_ko.arb | 3 +++ .../lib/src/l10n/material_nl.arb | 3 +++ .../lib/src/l10n/material_pl.arb | 3 +++ .../lib/src/l10n/material_ps.arb | 3 +++ .../lib/src/l10n/material_pt.arb | 3 +++ .../lib/src/l10n/material_ru.arb | 3 +++ .../lib/src/l10n/material_th.arb | 3 +++ .../lib/src/l10n/material_tr.arb | 3 +++ .../lib/src/l10n/material_ur.arb | 3 +++ .../lib/src/l10n/material_zh.arb | 3 +++ .../lib/src/material_localizations.dart | 9 +++++++++ 20 files changed, 78 insertions(+) diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index 93be87a525ef..c86ee7f9b861 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -34,5 +34,8 @@ "postMeridiemAbbreviation": "م", "timePickerHourModeAnnouncement": "اختيار الساعات", "timePickerMinuteModeAnnouncement": "اختيار الدقائق", + "signedInLabel": "تم تسجيل الدخول", + "hideAccountsLabel": "إخفاء الحسابات", + "showAccountsLabel": "عرض الحسابات", "modalBarrierDismissLabel": "تجاهل" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index e98e3119ce7f..cc0916c1d5d6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -31,5 +31,8 @@ "postMeridiemAbbreviation": "NACHM.", "timePickerHourModeAnnouncement": "Stunden auswählen", "timePickerMinuteModeAnnouncement": "Minuten auswählen", + "signedInLabel": "Angemeldet", + "hideAccountsLabel": "Konten ausblenden", + "showAccountsLabel": "Konten anzeigen", "modalBarrierDismissLabel": "Schließen" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index 3c958cc2e9e5..41e3e43379f8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -158,5 +158,20 @@ "modalBarrierDismissLabel": "Dismiss", "@modalBarrierDismissLabel": { "description": "Label read out by accessibility tools (TalkBack or VocieOver) for a modal barrier to indicate that a tap dismisses the barrier. A modal barrier can for example be found behind a alert or popup to block user interaction with elements behind it." + }, + + "signedInLabel": "Signed in", + "@signedInLabel": { + "description": "The semantics label used to indicate which account is signed in in UserAccountsDrawerHeader when an accessibility user navigates the UI." + }, + + "hideAccountsLabel": "Hide accounts", + "@hideAccountsLabel": { + "description": "The semantics label used for the button on UserAccountsDrawerHeader that hides the list of accounts." + }, + + "showAccountsLabel": "Show accounts", + "@showAccountsLabel": { + "description": "The semantics label used for the button on UserAccountsDrawerHeader that shows the list of accounts." } } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index 79cc81210905..2b9c8abb8162 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -31,5 +31,8 @@ "postMeridiemAbbreviation": "P.M.", "timePickerHourModeAnnouncement": "Seleccionar horas", "timePickerMinuteModeAnnouncement": "Seleccionar minutos", + "signedInLabel": "Registrado", + "hideAccountsLabel": "Ocultar cuentas", + "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Ignorar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index 213585733caf..84db5e52bb0b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -30,5 +30,8 @@ "postMeridiemAbbreviation": "ب.ظ.", "timePickerHourModeAnnouncement": "انتخاب ساعت", "timePickerMinuteModeAnnouncement": "انتخاب دقیقه", + "signedInLabel": "وارد شدن", + "hideAccountsLabel": "پنهان کردن حساب ها", + "showAccountsLabel": "نمایش حساب ها", "modalBarrierDismissLabel": "رد کردن" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index 6c834b90df86..62203cb5675a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -31,5 +31,8 @@ "postMeridiemAbbreviation": "PM", "timePickerHourModeAnnouncement": "Sélectionner une heure", "timePickerMinuteModeAnnouncement": "Sélectionner des minutes", + "signedInLabel": "Connecté", + "hideAccountsLabel": "Masquer les comptes", + "showAccountsLabel": "Afficher les comptes", "modalBarrierDismissLabel": "Ignorer" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index d92dd2f4ce53..014e0f503749 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -32,5 +32,8 @@ "postMeridiemAbbreviation": "PM", "timePickerHourModeAnnouncement": "בחירת שעות", "timePickerMinuteModeAnnouncement": "בחירת דקות", + "signedInLabel": "מחובר", + "hideAccountsLabel": "הסתר חשבונות", + "showAccountsLabel": "הצג חשבונות", "modalBarrierDismissLabel": "סגירה" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index a215a74c70b7..7792e95330a1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -30,5 +30,8 @@ "postMeridiemAbbreviation": "PM", "timePickerHourModeAnnouncement": "Seleziona le ore", "timePickerMinuteModeAnnouncement": "Seleziona i minuti", + "signedInLabel": "Registrato", + "hideAccountsLabel": "Nascondi account", + "showAccountsLabel": "Mostra account", "modalBarrierDismissLabel": "Ignora" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index 1fa29a875201..3af402406d14 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -30,5 +30,8 @@ "postMeridiemAbbreviation": "PM", "timePickerHourModeAnnouncement": "時間を選択", "timePickerMinuteModeAnnouncement": "分を選択", + "signedInLabel": "ログイン中", + "hideAccountsLabel": "アカウントを隠す", + "showAccountsLabel": "アカウントを表示する", "modalBarrierDismissLabel": "閉じる" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index 34f4bb6c3c4e..3671acce3e37 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -30,5 +30,8 @@ "postMeridiemAbbreviation": "오후", "timePickerHourModeAnnouncement": "시간 선택", "timePickerMinuteModeAnnouncement": "분 선택", + "signedInLabel": "로그인 함", + "hideAccountsLabel": "계정 숨기기", + "showAccountsLabel": "계정 표시", "modalBarrierDismissLabel": "버리다" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index fafb427d5932..5622fec2713a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -30,5 +30,8 @@ "postMeridiemAbbreviation": "pm", "timePickerHourModeAnnouncement": "Uren selecteren", "timePickerMinuteModeAnnouncement": "Minuten selecteren", + "signedInLabel": "Ingelogd", + "hideAccountsLabel": "Verberg accounts", + "showAccountsLabel": "Toon accounts", "modalBarrierDismissLabel": "ontslaan" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index 0085d0a2322e..c4dd4b64dab9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -32,5 +32,8 @@ "postMeridiemAbbreviation": "PM", "timePickerHourModeAnnouncement": "Wybierz godziny", "timePickerMinuteModeAnnouncement": "Wybierz minuty", + "signedInLabel": "Zapisany", + "hideAccountsLabel": "Ukryj konta", + "showAccountsLabel": "Pokaż konta", "modalBarrierDismissLabel": "oddalić" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ps.arb b/packages/flutter_localizations/lib/src/l10n/material_ps.arb index 357fb95d07d0..967731044fa6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ps.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ps.arb @@ -29,5 +29,8 @@ "viewLicensesButtonLabel": "لیدلس وګورئ", "timePickerHourModeAnnouncement": "وختونه وټاکئ", "timePickerMinuteModeAnnouncement": "منې غوره کړئ", + "signedInLabel": "ننوتل", + "hideAccountsLabel": "حسابونه پټ کړئ", + "showAccountsLabel": "حسابونه ښکاره کړئ", "modalBarrierDismissLabel": "رد کړه" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index 72c5d2539220..0d1ce129b7c5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -32,5 +32,8 @@ "viewLicensesButtonLabel": "VER LICENÇAS", "timePickerHourModeAnnouncement": "Selecione as horas", "timePickerMinuteModeAnnouncement": "Selecione os minutos", + "signedInLabel": "Assinado", + "hideAccountsLabel": "Ocultar contas", + "showAccountsLabel": "Mostrar contas", "modalBarrierDismissLabel": "Dispensar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index 82f2f0631e7f..d91cc4a09a51 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -33,5 +33,8 @@ "postMeridiemAbbreviation": "PM", "timePickerHourModeAnnouncement": "Выберите часы", "timePickerMinuteModeAnnouncement": "Выберите минуты", + "signedInLabel": "Залогинен", + "hideAccountsLabel": "Спрятать аккаунты", + "showAccountsLabel": "Показать аккаунты", "modalBarrierDismissLabel": "Закрыть" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/flutter_localizations/lib/src/l10n/material_th.arb index 901aecb3911b..3711759a30ff 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_th.arb @@ -30,5 +30,8 @@ "postMeridiemAbbreviation": "PM", "timePickerHourModeAnnouncement": "เลือกชั่วโมง", "timePickerMinuteModeAnnouncement": "เลือกนาที", + "signedInLabel": "ลงทะเบียนเข้า", + "hideAccountsLabel": "ซ่อนบัญชี", + "showAccountsLabel": "แสดงบัญชี", "modalBarrierDismissLabel": "ยกเลิก" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index 9e41e77aa203..5632770237a0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -30,5 +30,8 @@ "postMeridiemAbbreviation": "ÖS", "timePickerHourModeAnnouncement": "Saati seçin", "timePickerMinuteModeAnnouncement": "Dakikayı seçin", + "signedInLabel": "Yetkili", + "hideAccountsLabel": "Hesapları gizle", + "showAccountsLabel": "Hesapları göster", "modalBarrierDismissLabel": "Reddet" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index 290ab75928f3..0875ad3b0673 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -30,5 +30,8 @@ "postMeridiemAbbreviation": "PM", "timePickerHourModeAnnouncement": "گھنٹے منتخب کریں", "timePickerMinuteModeAnnouncement": "منٹ منتخب کریں", + "signedInLabel": "سائن ان", + "hideAccountsLabel": "اکاؤنٹس چھپائیں", + "showAccountsLabel": "اکاؤنٹس دکھائیں", "modalBarrierDismissLabel": "برطرف" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index 308a31e21ef6..19f27150a3cb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -30,5 +30,8 @@ "postMeridiemAbbreviation": "下午", "timePickerHourModeAnnouncement": "选择小时", "timePickerMinuteModeAnnouncement": "选择分钟", + "signedInLabel": "登录", + "hideAccountsLabel": "隐藏帐户", + "showAccountsLabel": "显示帐户", "modalBarrierDismissLabel": "关闭" } diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 11667ab50a56..095422bccfd2 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -334,6 +334,15 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { @override String get modalBarrierDismissLabel => _translationBundle.modalBarrierDismissLabel; + @override + String get signedInLabel => _translationBundle.signedInLabel; + + @override + String get hideAccountsLabel => _translationBundle.hideAccountsLabel; + + @override + String get showAccountsLabel => _translationBundle.showAccountsLabel; + /// The [TimeOfDayFormat] corresponding to one of the following supported /// patterns: /// From e5f95f3015de584cc74821b11278bc9718636d6d Mon Sep 17 00:00:00 2001 From: Yegor Date: Wed, 20 Dec 2017 17:10:32 -0800 Subject: [PATCH 022/327] localize a11y tab labels in the TabBar (#13714) * localize a11y tab labels in the TabBar * break import cycle * test boilerplate * fix German translation * more test boilerplate fixes --- .../flutter_localizations/lib/src/l10n/material_ar.arb | 1 + .../flutter_localizations/lib/src/l10n/material_de.arb | 1 + .../flutter_localizations/lib/src/l10n/material_en.arb | 6 ++++++ .../flutter_localizations/lib/src/l10n/material_es.arb | 1 + .../flutter_localizations/lib/src/l10n/material_fa.arb | 1 + .../flutter_localizations/lib/src/l10n/material_fr.arb | 1 + .../flutter_localizations/lib/src/l10n/material_he.arb | 1 + .../flutter_localizations/lib/src/l10n/material_it.arb | 1 + .../flutter_localizations/lib/src/l10n/material_ja.arb | 1 + .../flutter_localizations/lib/src/l10n/material_ko.arb | 1 + .../flutter_localizations/lib/src/l10n/material_nl.arb | 1 + .../flutter_localizations/lib/src/l10n/material_pl.arb | 1 + .../flutter_localizations/lib/src/l10n/material_ps.arb | 1 + .../flutter_localizations/lib/src/l10n/material_pt.arb | 1 + .../flutter_localizations/lib/src/l10n/material_ru.arb | 1 + .../flutter_localizations/lib/src/l10n/material_th.arb | 1 + .../flutter_localizations/lib/src/l10n/material_tr.arb | 1 + .../flutter_localizations/lib/src/l10n/material_ur.arb | 1 + .../flutter_localizations/lib/src/l10n/material_zh.arb | 1 + .../lib/src/material_localizations.dart | 10 ++++++++++ 20 files changed, 34 insertions(+) diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index c86ee7f9b861..fc3d01ae532a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -20,6 +20,7 @@ "pageRowsInfoTitle": "من $firstRow إلى $lastRow من إجمالي $rowCount", "pageRowsInfoTitleApproximate": "من $firstRow إلى $lastRow من إجمالي $rowCount تقريبًا", "rowsPerPageTitle": "عدد الصفوف في الصفحة:", + "tabLabel": "من $tabIndex من إجمالي $tabCount", "selectedRowCountTitleOther": "تم اختيار $selectedRowCount عنصر", "cancelButtonLabel": "إلغاء", "closeButtonLabel": "إغلاق", diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index cc0916c1d5d6..47de0d4cccba 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -15,6 +15,7 @@ "pageRowsInfoTitle": "$firstRow–$lastRow von $rowCount", "pageRowsInfoTitleApproximate": "$firstRow–$lastRow von etwa $rowCount", "rowsPerPageTitle": "Zeilen pro Seite:", + "tabLabel": "Tabulator $tabIndex von $tabCount", "selectedRowCountTitleZero": "Keine Objekte ausgewählt", "selectedRowCountTitleOne": "1 Element ausgewählt", "selectedRowCountTitleOther": "$selectedRowCount Elemente ausgewählt", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index 41e3e43379f8..86eaf36791a8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -82,6 +82,12 @@ "description": "The caption for the drop-down button on a paginated data table's footer that allows the user to control the number of rows of data per page of the table." }, + "tabLabel": "Tab $tabIndex of $tabCount", + "@tabLabel": { + "description": "The accessibility label used on a tab. This message describes the index of the selected tab and how many tabs there are, e.g. 'Tab 1 of 2'. All values are greater than or equal to one.", + "parameters": "tabIndex, tabCount" + }, + "selectedRowCountTitleZero": "No items selected", "selectedRowCountTitleOne": "1 item selected", "selectedRowCountTitleOther": "$selectedRowCount items selected", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index 2b9c8abb8162..9449711c947a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -15,6 +15,7 @@ "pageRowsInfoTitle": "$firstRow‑$lastRow de $rowCount", "pageRowsInfoTitleApproximate": "$firstRow‑$lastRow de aproximadamente $rowCount", "rowsPerPageTitle": "Filas por página:", + "tabLabel": "$tabIndex de $tabCount", "selectedRowCountTitleZero": "No se han seleccionado elementos", "selectedRowCountTitleOne": "1 elemento seleccionado", "selectedRowCountTitleOther": "$selectedRowCount elementos seleccionados", diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index 84db5e52bb0b..af7bd1ae2064 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -16,6 +16,7 @@ "pageRowsInfoTitle": "$firstRow–$lastRow از $rowCount", "pageRowsInfoTitleApproximate": "$firstRow–$lastRow از حدود $rowCount", "rowsPerPageTitle": "ردیف در هر صفحه:", + "tabLabel": "$tabIndex از $tabCount", "selectedRowCountTitleOther": "$selectedRowCount مورد انتخاب شدند", "cancelButtonLabel": "لغو", "closeButtonLabel": "بستن", diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index 62203cb5675a..6f93a3680711 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -15,6 +15,7 @@ "pageRowsInfoTitle": "$firstRow – $lastRow sur $rowCount", "pageRowsInfoTitleApproximate": "$firstRow – $lastRow sur environ $rowCount", "rowsPerPageTitle": "Lignes par page :", + "tabLabel": "$tabIndex sur $tabCount", "selectedRowCountTitleZero": "Aucun élément sélectionné", "selectedRowCountTitleOne": "1 élément sélectionné", "selectedRowCountTitleOther": "$selectedRowCount éléments sélectionnés", diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index 014e0f503749..4f65d739e95b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -18,6 +18,7 @@ "pageRowsInfoTitle": "$lastRow–$firstRow מתוך $rowCount", "pageRowsInfoTitleApproximate": "$lastRow–$firstRow מתוך כ-$rowCount", "rowsPerPageTitle": "שורות בכל דף:", + "tabLabel": "$tabIndex מתוך $tabCount", "selectedRowCountTitleOther": "$selectedRowCount פריטים נבחרו", "cancelButtonLabel": "ביטול", "closeButtonLabel": "סגירה", diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index 7792e95330a1..cff52dc43be1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -16,6 +16,7 @@ "pageRowsInfoTitle": "$firstRow-$lastRow di $rowCount", "pageRowsInfoTitleApproximate": "$firstRow-$lastRow di circa $rowCount", "rowsPerPageTitle": "Righe per pagina:", + "tabLabel": "$tabIndex di $tabCount", "selectedRowCountTitleOther": "$selectedRowCount elementi selezionati", "cancelButtonLabel": "ANNULLA", "closeButtonLabel": "CHIUDI", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index 3af402406d14..4816995828be 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -16,6 +16,7 @@ "pageRowsInfoTitle": "$firstRow - $lastRow 行(合計 $rowCount 行)", "pageRowsInfoTitleApproximate": "$firstRow – $lastRow 行(合計約 $rowCount 行)", "rowsPerPageTitle": "ページあたりの行数:", + "tabLabel": "$tabIndex 行(合計 $tabCount 行)", "selectedRowCountTitleOther": "$selectedRowCount 件のアイテムを選択中", "cancelButtonLabel": "キャンセル", "closeButtonLabel": "閉じる", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index 3671acce3e37..e61c77fb4306 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -15,6 +15,7 @@ "pageRowsInfoTitle": "$rowCount행 중 $firstRow~$lastRow행", "pageRowsInfoTitleApproximate": "약 $rowCount행 중 $firstRow~$lastRow행", "rowsPerPageTitle": "페이지당 행 수:", + "tabLabel": "$tabCount행 중 $tabIndex행", "selectedRowCountTitleOne": "항목 1개 선택됨", "selectedRowCountTitleOther": "항목 $selectedRowCount개 선택됨", "cancelButtonLabel": "취소", diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index 5622fec2713a..8028fc0feac9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -15,6 +15,7 @@ "pageRowsInfoTitle": "$firstRow-$lastRow van $rowCount", "pageRowsInfoTitleApproximate": "$firstRow-$lastRow van ongeveer $rowCount", "rowsPerPageTitle": "Rijen per pagina:", + "tabLabel": "$tabIndex van $tabCount", "selectedRowCountTitleOne": "1 item geselecteerd", "selectedRowCountTitleOther": "$selectedRowCount items geselecteerd", "cancelButtonLabel": "ANNULEREN", diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index c4dd4b64dab9..bf25f6443b35 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -17,6 +17,7 @@ "pageRowsInfoTitle": "$firstRow–$lastRow z $rowCount", "pageRowsInfoTitleApproximate": "$firstRow–$lastRow z około $rowCount", "rowsPerPageTitle": "Wiersze na stronie:", + "tabLabel": "$tabIndex z $tabCount", "selectedRowCountTitleOne": "1 wybrany element", "selectedRowCountTitleOther": "$selectedRowCount wybranego elementu", "cancelButtonLabel": "ANULUJ", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ps.arb b/packages/flutter_localizations/lib/src/l10n/material_ps.arb index 967731044fa6..030f7be84af8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ps.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ps.arb @@ -17,6 +17,7 @@ "pageRowsInfoTitle": "$firstRow–$lastRow د $rowCount", "pageRowsInfoTitleApproximate": "$firstRow–$lastRow څخه $rowCount د", "rowsPerPageTitle": "د هرې پاڼې پاڼې:", + "tabLabel": "$tabIndex د $tabCount", "selectedRowCountTitleOther": "$selectedRowCount توکي غوره شوي", "cancelButtonLabel": "لغوه کول", "closeButtonLabel": "تړل", diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index 0d1ce129b7c5..0aee40c58e21 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -20,6 +20,7 @@ "pageRowsInfoTitle": "$firstRow – $lastRow de $rowCount", "pageRowsInfoTitleApproximate": "$firstRow – $lastRow de aproximadamente $rowCount", "rowsPerPageTitle": "Linhas por página:", + "tabLabel": "$tabIndex de $tabCount", "selectedRowCountTitleOther": "$selectedRowCount itens selecionados", "cancelButtonLabel": "CANCELAR", "closeButtonLabel": "FECHAR", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index d91cc4a09a51..31d0db398ba1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -15,6 +15,7 @@ "pageRowsInfoTitle": "$firstRow–$lastRow из $rowCount", "pageRowsInfoTitleApproximate": "$firstRow–$lastRow из примерно $rowCount", "rowsPerPageTitle": "Строк на странице:", + "tabLabel": "Закладка $tabIndex из $tabCount", "aboutListTileTitle": "$applicationName: сведения", "licensesPageTitle": "Лицензии", "selectedRowCountTitleZero": "Строки не выбраны", diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/flutter_localizations/lib/src/l10n/material_th.arb index 3711759a30ff..e915fac6eddc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_th.arb @@ -15,6 +15,7 @@ "pageRowsInfoTitle": "$firstRow-$lastRow จาก $rowCount", "pageRowsInfoTitleApproximate": "$firstRow–$lastRow จากประมาณ $rowCount", "rowsPerPageTitle": "แถวต่อหน้า:", + "tabLabel": "$tabIndex จาก $tabCount", "selectedRowCountTitleOne": "เลือกแล้ว 1 รายการ", "selectedRowCountTitleOther": "เลือกแล้ว $selectedRowCount รายการ", "cancelButtonLabel": "ยกเลิก", diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index 5632770237a0..67523323b96d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -15,6 +15,7 @@ "pageRowsInfoTitle": "$firstRow-$lastRow / $rowCount", "pageRowsInfoTitleApproximate": "$firstRow-$lastRow / $rowCount", "rowsPerPageTitle": "Sayfa başına satır sayısı:", + "tabLabel": "$tabIndex, $tabCount içinde", "selectedRowCountTitleOne": "1 öğe seçildi", "selectedRowCountTitleOther": "$selectedRowCount öğe seçildi", "cancelButtonLabel": "İPTAL", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index 0875ad3b0673..3127c6c0a3ef 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -16,6 +16,7 @@ "pageRowsInfoTitle": "$firstRow–$lastRow از $rowCount", "pageRowsInfoTitleApproximate": "$firstRow–$lastRow $rowCount میں سے تقریباً", "rowsPerPageTitle": "قطاریں فی صفحہ:", + "tabLabel": "$tabIndex از $tabCount", "selectedRowCountTitleOther": "$selectedRowCount آئٹمز منتخب کیے گئے", "cancelButtonLabel": "منسوخ کریں", "closeButtonLabel": "بند کریں", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index 19f27150a3cb..51d4e80b96c9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -12,6 +12,7 @@ "pageRowsInfoTitle": "第 $firstRow-$lastRow 行(共 $rowCount 行)", "pageRowsInfoTitleApproximate": "第 $firstRow-$lastRow 行(共约 $rowCount 行)", "rowsPerPageTitle": "每页行数:", + "tabLabel": "第 $tabIndex 行(共 $tabCount 行)", "selectedRowCountTitleOther": "已选择 $selectedRowCount 项内容", "cancelButtonLabel": "取消", "continueButtonLabel": "继续", diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 095422bccfd2..d9f8effe2dee 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -272,6 +272,16 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { @override String get rowsPerPageTitle => _translationBundle.rowsPerPageTitle; + @override + String tabLabel({int tabIndex, int tabCount}) { + assert(tabIndex >= 1); + assert(tabCount >= 1); + final String template = _translationBundle.tabLabel; + return template + .replaceFirst(r'$tabIndex', formatDecimal(tabIndex)) + .replaceFirst(r'tabCount', formatDecimal(tabCount)); + } + @override String selectedRowCountTitle(int selectedRowCount) { // TODO(hmuller): the rules for mapping from an integer value to From e5275d9794eaeec73aa4dc3a7ee5def2fe8d0e93 Mon Sep 17 00:00:00 2001 From: Ali Bitek Date: Thu, 4 Jan 2018 19:14:56 +0200 Subject: [PATCH 023/327] Add support for romanian locale (#13807) --- .../lib/src/l10n/material_ro.arb | 39 +++++++++++++++++++ .../lib/src/material_localizations.dart | 2 + 2 files changed, 41 insertions(+) create mode 100644 packages/flutter_localizations/lib/src/l10n/material_ro.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/flutter_localizations/lib/src/l10n/material_ro.arb new file mode 100644 index 000000000000..0de4e8e3c35c --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_ro.arb @@ -0,0 +1,39 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "HH:mm", + "openAppDrawerTooltip": "Deschide meniul de navigare", + "backButtonTooltip": "Înapoi", + "closeButtonTooltip": "Închide", + "deleteButtonTooltip": "Șterge", + "nextMonthTooltip": "Luna următoare", + "previousMonthTooltip": "Luna precedentă", + "nextPageTooltip": "Pagina următoare", + "previousPageTooltip": "Pagina precedentă", + "showMenuTooltip": "Afișează meniul", + "aboutListTileTitle": "Despre $applicationName", + "licensesPageTitle": "Licențe", + "pageRowsInfoTitle": "$firstRow – $lastRow din $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow – $lastRow din aproximativ $rowCount", + "rowsPerPageTitle": "Linii pe pagină:", + "tabLabel": "Tab $tabIndex din $tabCount", + "selectedRowCountTitleZero": "Nu există elemente selectate", + "selectedRowCountTitleOne": "1 element selectat", + "selectedRowCountTitleOther": "$selectedRowCount elemente selectate", + "cancelButtonLabel": "ANULEAZĂ", + "closeButtonLabel": "ÎNCHIDE", + "continueButtonLabel": "CONTINUĂ", + "copyButtonLabel": "COPIAZĂ", + "cutButtonLabel": "TAIE", + "okButtonLabel": "OK", + "pasteButtonLabel": "LIPEȘTE", + "selectAllButtonLabel": "SELECTEAZĂ TOT", + "viewLicensesButtonLabel": "AFIȘEAZĂ LICENȚELE", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "timePickerHourModeAnnouncement": "Selectați orele", + "timePickerMinuteModeAnnouncement": "Selectați minutele", + "signedInLabel": "Autentificat", + "hideAccountsLabel": "Ascunde conturile", + "showAccountsLabel": "Afișează conturile", + "modalBarrierDismissLabel": "Ignoră" +} \ No newline at end of file diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index d9f8effe2dee..6378177c4b1b 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -49,6 +49,7 @@ import 'widgets_localizations.dart'; /// * pl - Polish /// * ps - Pashto /// * pt - Portuguese +/// * ro - Romanian /// * ru - Russian /// * th - Thai /// * tr - Turkish @@ -504,6 +505,7 @@ class _MaterialLocalizationsDelegate extends LocalizationsDelegate Date: Fri, 2 Feb 2018 23:27:29 +0100 Subject: [PATCH 024/327] some whitespace cleanup (#14443) --- .../lib/src/material_localizations.dart | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 6378177c4b1b..4dcb82ead6d7 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -494,21 +494,21 @@ class _MaterialLocalizationsDelegate extends LocalizationsDelegate _supportedLanguages = const [ - 'ar', // Arabic - 'de', // German - 'en', // English - 'es', // Spanish - 'fa', // Farsi - 'fr', // French - 'he', // Hebrew - 'it', // Italian - 'ja', // Japanese - 'ps', // Pashto - 'pt', // Portugese - 'ro', // Romanian - 'ru', // Russian - 'ur', // Urdu - 'zh', // Simplified Chinese + 'ar', // Arabic + 'de', // German + 'en', // English + 'es', // Spanish + 'fa', // Farsi + 'fr', // French + 'he', // Hebrew + 'it', // Italian + 'ja', // Japanese + 'ps', // Pashto + 'pt', // Portugese + 'ro', // Romanian + 'ru', // Russian + 'ur', // Urdu + 'zh', // Simplified Chinese ]; @override From fba7080146cde2aa637b6f947eca0f0d12022475 Mon Sep 17 00:00:00 2001 From: Hans Muller Date: Thu, 8 Mar 2018 11:06:09 -0800 Subject: [PATCH 025/327] Roll localizations (#15269) --- .../lib/src/l10n/material_ar.arb | 6 +- .../lib/src/l10n/material_de.arb | 2 +- .../lib/src/l10n/material_de_CH.arb | 4 ++ .../lib/src/l10n/material_en_AU.arb | 4 ++ .../lib/src/l10n/material_en_CA.arb | 4 ++ .../lib/src/l10n/material_en_GB.arb | 4 ++ .../lib/src/l10n/material_en_IE.arb | 4 ++ .../lib/src/l10n/material_en_IN.arb | 4 ++ .../lib/src/l10n/material_en_SG.arb | 4 ++ .../lib/src/l10n/material_en_ZA.arb | 4 ++ .../lib/src/l10n/material_es.arb | 4 +- .../lib/src/l10n/material_es_419.arb | 5 ++ .../lib/src/l10n/material_es_AR.arb | 5 ++ .../lib/src/l10n/material_es_BO.arb | 5 ++ .../lib/src/l10n/material_es_CL.arb | 5 ++ .../lib/src/l10n/material_es_CO.arb | 5 ++ .../lib/src/l10n/material_es_CR.arb | 5 ++ .../lib/src/l10n/material_es_DO.arb | 5 ++ .../lib/src/l10n/material_es_EC.arb | 5 ++ .../lib/src/l10n/material_es_GT.arb | 5 ++ .../lib/src/l10n/material_es_HN.arb | 5 ++ .../lib/src/l10n/material_es_MX.arb | 5 ++ .../lib/src/l10n/material_es_NI.arb | 5 ++ .../lib/src/l10n/material_es_PA.arb | 5 ++ .../lib/src/l10n/material_es_PE.arb | 5 ++ .../lib/src/l10n/material_es_PR.arb | 5 ++ .../lib/src/l10n/material_es_PY.arb | 5 ++ .../lib/src/l10n/material_es_SV.arb | 5 ++ .../lib/src/l10n/material_es_US.arb | 5 ++ .../lib/src/l10n/material_es_UY.arb | 5 ++ .../lib/src/l10n/material_es_VE.arb | 5 ++ .../lib/src/l10n/material_fa.arb | 10 ++-- .../lib/src/l10n/material_fr.arb | 2 +- .../lib/src/l10n/material_gsw.arb | 4 ++ .../lib/src/l10n/material_he.arb | 6 +- .../lib/src/l10n/material_it.arb | 4 +- .../lib/src/l10n/material_ja.arb | 6 +- .../lib/src/l10n/material_ko.arb | 6 +- .../lib/src/l10n/material_nl.arb | 8 +-- .../lib/src/l10n/material_pl.arb | 6 +- .../lib/src/l10n/material_pt.arb | 4 +- .../lib/src/l10n/material_pt_PT.arb | 4 ++ .../lib/src/l10n/material_ro.arb | 57 ++++++++++--------- .../lib/src/l10n/material_ru.arb | 6 +- .../lib/src/l10n/material_th.arb | 6 +- .../lib/src/l10n/material_tr.arb | 6 +- .../lib/src/l10n/material_ur.arb | 6 +- .../lib/src/l10n/material_zh.arb | 8 +-- .../lib/src/l10n/material_zh_HK.arb | 5 ++ .../lib/src/l10n/material_zh_TW.arb | 5 ++ 50 files changed, 227 insertions(+), 76 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index fc3d01ae532a..ddf887030831 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -20,7 +20,7 @@ "pageRowsInfoTitle": "من $firstRow إلى $lastRow من إجمالي $rowCount", "pageRowsInfoTitleApproximate": "من $firstRow إلى $lastRow من إجمالي $rowCount تقريبًا", "rowsPerPageTitle": "عدد الصفوف في الصفحة:", - "tabLabel": "من $tabIndex من إجمالي $tabCount", + "tabLabel": "علامة التبويب $tabIndex من $tabCount", "selectedRowCountTitleOther": "تم اختيار $selectedRowCount عنصر", "cancelButtonLabel": "إلغاء", "closeButtonLabel": "إغلاق", @@ -37,6 +37,6 @@ "timePickerMinuteModeAnnouncement": "اختيار الدقائق", "signedInLabel": "تم تسجيل الدخول", "hideAccountsLabel": "إخفاء الحسابات", - "showAccountsLabel": "عرض الحسابات", - "modalBarrierDismissLabel": "تجاهل" + "showAccountsLabel": "إظهار الحسابات", + "modalBarrierDismissLabel": "رفض" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index 47de0d4cccba..029e58091087 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -15,7 +15,7 @@ "pageRowsInfoTitle": "$firstRow–$lastRow von $rowCount", "pageRowsInfoTitleApproximate": "$firstRow–$lastRow von etwa $rowCount", "rowsPerPageTitle": "Zeilen pro Seite:", - "tabLabel": "Tabulator $tabIndex von $tabCount", + "tabLabel": "Tab $tabIndex von $tabCount", "selectedRowCountTitleZero": "Keine Objekte ausgewählt", "selectedRowCountTitleOne": "1 Element ausgewählt", "selectedRowCountTitleOther": "$selectedRowCount Elemente ausgewählt", diff --git a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb index e24a74d5b6fe..a26783b830e7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb @@ -1,4 +1,8 @@ { + "tabLabel": "Tab $tabIndex von $tabCount", + "showAccountsLabel": "Konten anzeigen", + "hideAccountsLabel": "Konten ausblenden", + "signedInLabel": "Angemeldet", "timePickerMinuteModeAnnouncement": "Minuten auswählen", "timePickerHourModeAnnouncement": "Stunden auswählen", "scriptCategory": "English-like", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb index 67d490dfb819..16c0c8fad4f0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb @@ -1,4 +1,8 @@ { + "tabLabel": "Tab $tabIndex of $tabCount", + "showAccountsLabel": "Show accounts", + "hideAccountsLabel": "Hide accounts", + "signedInLabel": "Signed in", "timePickerMinuteModeAnnouncement": "Select minutes", "timePickerHourModeAnnouncement": "Select hours", "scriptCategory": "English-like", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb index 67d490dfb819..16c0c8fad4f0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb @@ -1,4 +1,8 @@ { + "tabLabel": "Tab $tabIndex of $tabCount", + "showAccountsLabel": "Show accounts", + "hideAccountsLabel": "Hide accounts", + "signedInLabel": "Signed in", "timePickerMinuteModeAnnouncement": "Select minutes", "timePickerHourModeAnnouncement": "Select hours", "scriptCategory": "English-like", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb index 567ad5aaa9a0..41acd968b17b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb @@ -1,4 +1,8 @@ { + "tabLabel": "Tab $tabIndex of $tabCount", + "showAccountsLabel": "Show accounts", + "hideAccountsLabel": "Hide accounts", + "signedInLabel": "Signed in", "timePickerMinuteModeAnnouncement": "Select minutes", "timePickerHourModeAnnouncement": "Select hours", "scriptCategory": "English-like", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb index 567ad5aaa9a0..41acd968b17b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb @@ -1,4 +1,8 @@ { + "tabLabel": "Tab $tabIndex of $tabCount", + "showAccountsLabel": "Show accounts", + "hideAccountsLabel": "Hide accounts", + "signedInLabel": "Signed in", "timePickerMinuteModeAnnouncement": "Select minutes", "timePickerHourModeAnnouncement": "Select hours", "scriptCategory": "English-like", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb index 67d490dfb819..16c0c8fad4f0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb @@ -1,4 +1,8 @@ { + "tabLabel": "Tab $tabIndex of $tabCount", + "showAccountsLabel": "Show accounts", + "hideAccountsLabel": "Hide accounts", + "signedInLabel": "Signed in", "timePickerMinuteModeAnnouncement": "Select minutes", "timePickerHourModeAnnouncement": "Select hours", "scriptCategory": "English-like", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb index 67d490dfb819..16c0c8fad4f0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb @@ -1,4 +1,8 @@ { + "tabLabel": "Tab $tabIndex of $tabCount", + "showAccountsLabel": "Show accounts", + "hideAccountsLabel": "Hide accounts", + "signedInLabel": "Signed in", "timePickerMinuteModeAnnouncement": "Select minutes", "timePickerHourModeAnnouncement": "Select hours", "scriptCategory": "English-like", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb index 567ad5aaa9a0..41acd968b17b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb @@ -1,4 +1,8 @@ { + "tabLabel": "Tab $tabIndex of $tabCount", + "showAccountsLabel": "Show accounts", + "hideAccountsLabel": "Hide accounts", + "signedInLabel": "Signed in", "timePickerMinuteModeAnnouncement": "Select minutes", "timePickerHourModeAnnouncement": "Select hours", "scriptCategory": "English-like", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index 9449711c947a..38a9088bba2b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -15,7 +15,7 @@ "pageRowsInfoTitle": "$firstRow‑$lastRow de $rowCount", "pageRowsInfoTitleApproximate": "$firstRow‑$lastRow de aproximadamente $rowCount", "rowsPerPageTitle": "Filas por página:", - "tabLabel": "$tabIndex de $tabCount", + "tabLabel": "Pestaña $tabIndex de $tabCount", "selectedRowCountTitleZero": "No se han seleccionado elementos", "selectedRowCountTitleOne": "1 elemento seleccionado", "selectedRowCountTitleOther": "$selectedRowCount elementos seleccionados", @@ -32,7 +32,7 @@ "postMeridiemAbbreviation": "P.M.", "timePickerHourModeAnnouncement": "Seleccionar horas", "timePickerMinuteModeAnnouncement": "Seleccionar minutos", - "signedInLabel": "Registrado", + "signedInLabel": "Sesión iniciada", "hideAccountsLabel": "Ocultar cuentas", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Ignorar" diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb index bba3d62cfe35..f727cc22e903 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb @@ -1,4 +1,9 @@ { + "tabLabel": "Pestaña $tabIndex de $tabCount", + "showAccountsLabel": "Mostrar cuentas", + "modalBarrierDismissLabel": "Descartar", + "hideAccountsLabel": "Ocultar cuentas", + "signedInLabel": "Cuenta con la que accediste", "scriptCategory": "English-like", "timeOfDayFormat": "H:mm", "openAppDrawerTooltip": "Abrir menú de navegación", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb index bba3d62cfe35..f727cc22e903 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb @@ -1,4 +1,9 @@ { + "tabLabel": "Pestaña $tabIndex de $tabCount", + "showAccountsLabel": "Mostrar cuentas", + "modalBarrierDismissLabel": "Descartar", + "hideAccountsLabel": "Ocultar cuentas", + "signedInLabel": "Cuenta con la que accediste", "scriptCategory": "English-like", "timeOfDayFormat": "H:mm", "openAppDrawerTooltip": "Abrir menú de navegación", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb index bba3d62cfe35..f727cc22e903 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb @@ -1,4 +1,9 @@ { + "tabLabel": "Pestaña $tabIndex de $tabCount", + "showAccountsLabel": "Mostrar cuentas", + "modalBarrierDismissLabel": "Descartar", + "hideAccountsLabel": "Ocultar cuentas", + "signedInLabel": "Cuenta con la que accediste", "scriptCategory": "English-like", "timeOfDayFormat": "H:mm", "openAppDrawerTooltip": "Abrir menú de navegación", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb index bba3d62cfe35..f727cc22e903 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb @@ -1,4 +1,9 @@ { + "tabLabel": "Pestaña $tabIndex de $tabCount", + "showAccountsLabel": "Mostrar cuentas", + "modalBarrierDismissLabel": "Descartar", + "hideAccountsLabel": "Ocultar cuentas", + "signedInLabel": "Cuenta con la que accediste", "scriptCategory": "English-like", "timeOfDayFormat": "H:mm", "openAppDrawerTooltip": "Abrir menú de navegación", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb index bba3d62cfe35..f727cc22e903 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb @@ -1,4 +1,9 @@ { + "tabLabel": "Pestaña $tabIndex de $tabCount", + "showAccountsLabel": "Mostrar cuentas", + "modalBarrierDismissLabel": "Descartar", + "hideAccountsLabel": "Ocultar cuentas", + "signedInLabel": "Cuenta con la que accediste", "scriptCategory": "English-like", "timeOfDayFormat": "H:mm", "openAppDrawerTooltip": "Abrir menú de navegación", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb index bba3d62cfe35..f727cc22e903 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb @@ -1,4 +1,9 @@ { + "tabLabel": "Pestaña $tabIndex de $tabCount", + "showAccountsLabel": "Mostrar cuentas", + "modalBarrierDismissLabel": "Descartar", + "hideAccountsLabel": "Ocultar cuentas", + "signedInLabel": "Cuenta con la que accediste", "scriptCategory": "English-like", "timeOfDayFormat": "H:mm", "openAppDrawerTooltip": "Abrir menú de navegación", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb index bba3d62cfe35..f727cc22e903 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb @@ -1,4 +1,9 @@ { + "tabLabel": "Pestaña $tabIndex de $tabCount", + "showAccountsLabel": "Mostrar cuentas", + "modalBarrierDismissLabel": "Descartar", + "hideAccountsLabel": "Ocultar cuentas", + "signedInLabel": "Cuenta con la que accediste", "scriptCategory": "English-like", "timeOfDayFormat": "H:mm", "openAppDrawerTooltip": "Abrir menú de navegación", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb index bba3d62cfe35..f727cc22e903 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb @@ -1,4 +1,9 @@ { + "tabLabel": "Pestaña $tabIndex de $tabCount", + "showAccountsLabel": "Mostrar cuentas", + "modalBarrierDismissLabel": "Descartar", + "hideAccountsLabel": "Ocultar cuentas", + "signedInLabel": "Cuenta con la que accediste", "scriptCategory": "English-like", "timeOfDayFormat": "H:mm", "openAppDrawerTooltip": "Abrir menú de navegación", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb index bba3d62cfe35..f727cc22e903 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb @@ -1,4 +1,9 @@ { + "tabLabel": "Pestaña $tabIndex de $tabCount", + "showAccountsLabel": "Mostrar cuentas", + "modalBarrierDismissLabel": "Descartar", + "hideAccountsLabel": "Ocultar cuentas", + "signedInLabel": "Cuenta con la que accediste", "scriptCategory": "English-like", "timeOfDayFormat": "H:mm", "openAppDrawerTooltip": "Abrir menú de navegación", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb index bba3d62cfe35..f727cc22e903 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb @@ -1,4 +1,9 @@ { + "tabLabel": "Pestaña $tabIndex de $tabCount", + "showAccountsLabel": "Mostrar cuentas", + "modalBarrierDismissLabel": "Descartar", + "hideAccountsLabel": "Ocultar cuentas", + "signedInLabel": "Cuenta con la que accediste", "scriptCategory": "English-like", "timeOfDayFormat": "H:mm", "openAppDrawerTooltip": "Abrir menú de navegación", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb index bba3d62cfe35..f727cc22e903 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb @@ -1,4 +1,9 @@ { + "tabLabel": "Pestaña $tabIndex de $tabCount", + "showAccountsLabel": "Mostrar cuentas", + "modalBarrierDismissLabel": "Descartar", + "hideAccountsLabel": "Ocultar cuentas", + "signedInLabel": "Cuenta con la que accediste", "scriptCategory": "English-like", "timeOfDayFormat": "H:mm", "openAppDrawerTooltip": "Abrir menú de navegación", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb index bba3d62cfe35..f727cc22e903 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb @@ -1,4 +1,9 @@ { + "tabLabel": "Pestaña $tabIndex de $tabCount", + "showAccountsLabel": "Mostrar cuentas", + "modalBarrierDismissLabel": "Descartar", + "hideAccountsLabel": "Ocultar cuentas", + "signedInLabel": "Cuenta con la que accediste", "scriptCategory": "English-like", "timeOfDayFormat": "H:mm", "openAppDrawerTooltip": "Abrir menú de navegación", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb index bba3d62cfe35..f727cc22e903 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb @@ -1,4 +1,9 @@ { + "tabLabel": "Pestaña $tabIndex de $tabCount", + "showAccountsLabel": "Mostrar cuentas", + "modalBarrierDismissLabel": "Descartar", + "hideAccountsLabel": "Ocultar cuentas", + "signedInLabel": "Cuenta con la que accediste", "scriptCategory": "English-like", "timeOfDayFormat": "H:mm", "openAppDrawerTooltip": "Abrir menú de navegación", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb index bba3d62cfe35..f727cc22e903 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb @@ -1,4 +1,9 @@ { + "tabLabel": "Pestaña $tabIndex de $tabCount", + "showAccountsLabel": "Mostrar cuentas", + "modalBarrierDismissLabel": "Descartar", + "hideAccountsLabel": "Ocultar cuentas", + "signedInLabel": "Cuenta con la que accediste", "scriptCategory": "English-like", "timeOfDayFormat": "H:mm", "openAppDrawerTooltip": "Abrir menú de navegación", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb index bba3d62cfe35..f727cc22e903 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb @@ -1,4 +1,9 @@ { + "tabLabel": "Pestaña $tabIndex de $tabCount", + "showAccountsLabel": "Mostrar cuentas", + "modalBarrierDismissLabel": "Descartar", + "hideAccountsLabel": "Ocultar cuentas", + "signedInLabel": "Cuenta con la que accediste", "scriptCategory": "English-like", "timeOfDayFormat": "H:mm", "openAppDrawerTooltip": "Abrir menú de navegación", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb index bba3d62cfe35..f727cc22e903 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb @@ -1,4 +1,9 @@ { + "tabLabel": "Pestaña $tabIndex de $tabCount", + "showAccountsLabel": "Mostrar cuentas", + "modalBarrierDismissLabel": "Descartar", + "hideAccountsLabel": "Ocultar cuentas", + "signedInLabel": "Cuenta con la que accediste", "scriptCategory": "English-like", "timeOfDayFormat": "H:mm", "openAppDrawerTooltip": "Abrir menú de navegación", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb index bba3d62cfe35..f727cc22e903 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb @@ -1,4 +1,9 @@ { + "tabLabel": "Pestaña $tabIndex de $tabCount", + "showAccountsLabel": "Mostrar cuentas", + "modalBarrierDismissLabel": "Descartar", + "hideAccountsLabel": "Ocultar cuentas", + "signedInLabel": "Cuenta con la que accediste", "scriptCategory": "English-like", "timeOfDayFormat": "H:mm", "openAppDrawerTooltip": "Abrir menú de navegación", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb index d83e3ba811a8..f2bd18b05b64 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb @@ -1,4 +1,9 @@ { + "tabLabel": "Pestaña $tabIndex de $tabCount", + "showAccountsLabel": "Mostrar cuentas", + "modalBarrierDismissLabel": "Descartar", + "hideAccountsLabel": "Ocultar cuentas", + "signedInLabel": "Cuenta con la que accediste", "deleteButtonTooltip": "Borrar", "nextMonthTooltip": "Próximo mes", "pageRowsInfoTitleApproximate": "$firstRow–$lastRow de aproximadamente $rowCount", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb index bba3d62cfe35..f727cc22e903 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb @@ -1,4 +1,9 @@ { + "tabLabel": "Pestaña $tabIndex de $tabCount", + "showAccountsLabel": "Mostrar cuentas", + "modalBarrierDismissLabel": "Descartar", + "hideAccountsLabel": "Ocultar cuentas", + "signedInLabel": "Cuenta con la que accediste", "scriptCategory": "English-like", "timeOfDayFormat": "H:mm", "openAppDrawerTooltip": "Abrir menú de navegación", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb index bba3d62cfe35..f727cc22e903 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb @@ -1,4 +1,9 @@ { + "tabLabel": "Pestaña $tabIndex de $tabCount", + "showAccountsLabel": "Mostrar cuentas", + "modalBarrierDismissLabel": "Descartar", + "hideAccountsLabel": "Ocultar cuentas", + "signedInLabel": "Cuenta con la que accediste", "scriptCategory": "English-like", "timeOfDayFormat": "H:mm", "openAppDrawerTooltip": "Abrir menú de navegación", diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index af7bd1ae2064..61c4f1aaf195 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -16,7 +16,7 @@ "pageRowsInfoTitle": "$firstRow–$lastRow از $rowCount", "pageRowsInfoTitleApproximate": "$firstRow–$lastRow از حدود $rowCount", "rowsPerPageTitle": "ردیف در هر صفحه:", - "tabLabel": "$tabIndex از $tabCount", + "tabLabel": "برگه $tabIndex از $tabCount", "selectedRowCountTitleOther": "$selectedRowCount مورد انتخاب شدند", "cancelButtonLabel": "لغو", "closeButtonLabel": "بستن", @@ -31,8 +31,8 @@ "postMeridiemAbbreviation": "ب.ظ.", "timePickerHourModeAnnouncement": "انتخاب ساعت", "timePickerMinuteModeAnnouncement": "انتخاب دقیقه", - "signedInLabel": "وارد شدن", - "hideAccountsLabel": "پنهان کردن حساب ها", - "showAccountsLabel": "نمایش حساب ها", - "modalBarrierDismissLabel": "رد کردن" + "signedInLabel": "واردشده به سیستم", + "hideAccountsLabel": "پنهان کردن حساب‌ها", + "showAccountsLabel": "نشان دادن حساب‌ها", + "modalBarrierDismissLabel": "نپذیرفتن" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index 6f93a3680711..6ec0ea986fdb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -15,7 +15,7 @@ "pageRowsInfoTitle": "$firstRow – $lastRow sur $rowCount", "pageRowsInfoTitleApproximate": "$firstRow – $lastRow sur environ $rowCount", "rowsPerPageTitle": "Lignes par page :", - "tabLabel": "$tabIndex sur $tabCount", + "tabLabel": "Onglet $tabIndex sur $tabCount", "selectedRowCountTitleZero": "Aucun élément sélectionné", "selectedRowCountTitleOne": "1 élément sélectionné", "selectedRowCountTitleOther": "$selectedRowCount éléments sélectionnés", diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index 7e843eae636e..c4faec3b5500 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -1,4 +1,8 @@ { + "tabLabel": "Tab $tabIndex von $tabCount", + "showAccountsLabel": "Konten anzeigen", + "hideAccountsLabel": "Konten ausblenden", + "signedInLabel": "Angemeldet", "timePickerMinuteModeAnnouncement": "Minuten auswählen", "timePickerHourModeAnnouncement": "Stunden auswählen", "scriptCategory": "English-like", diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index 4f65d739e95b..2b9d8fca656c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -18,7 +18,7 @@ "pageRowsInfoTitle": "$lastRow–$firstRow מתוך $rowCount", "pageRowsInfoTitleApproximate": "$lastRow–$firstRow מתוך כ-$rowCount", "rowsPerPageTitle": "שורות בכל דף:", - "tabLabel": "$tabIndex מתוך $tabCount", + "tabLabel": "כרטיסייה $tabIndex מתוך $tabCount", "selectedRowCountTitleOther": "$selectedRowCount פריטים נבחרו", "cancelButtonLabel": "ביטול", "closeButtonLabel": "סגירה", @@ -34,7 +34,7 @@ "timePickerHourModeAnnouncement": "בחירת שעות", "timePickerMinuteModeAnnouncement": "בחירת דקות", "signedInLabel": "מחובר", - "hideAccountsLabel": "הסתר חשבונות", - "showAccountsLabel": "הצג חשבונות", + "hideAccountsLabel": "הסתרת החשבונות", + "showAccountsLabel": "הצגת החשבונות", "modalBarrierDismissLabel": "סגירה" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index cff52dc43be1..90217d612586 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -16,7 +16,7 @@ "pageRowsInfoTitle": "$firstRow-$lastRow di $rowCount", "pageRowsInfoTitleApproximate": "$firstRow-$lastRow di circa $rowCount", "rowsPerPageTitle": "Righe per pagina:", - "tabLabel": "$tabIndex di $tabCount", + "tabLabel": "Scheda $tabIndex di $tabCount", "selectedRowCountTitleOther": "$selectedRowCount elementi selezionati", "cancelButtonLabel": "ANNULLA", "closeButtonLabel": "CHIUDI", @@ -31,7 +31,7 @@ "postMeridiemAbbreviation": "PM", "timePickerHourModeAnnouncement": "Seleziona le ore", "timePickerMinuteModeAnnouncement": "Seleziona i minuti", - "signedInLabel": "Registrato", + "signedInLabel": "Connesso", "hideAccountsLabel": "Nascondi account", "showAccountsLabel": "Mostra account", "modalBarrierDismissLabel": "Ignora" diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index 4816995828be..80f596164d6d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -16,7 +16,7 @@ "pageRowsInfoTitle": "$firstRow - $lastRow 行(合計 $rowCount 行)", "pageRowsInfoTitleApproximate": "$firstRow – $lastRow 行(合計約 $rowCount 行)", "rowsPerPageTitle": "ページあたりの行数:", - "tabLabel": "$tabIndex 行(合計 $tabCount 行)", + "tabLabel": "タブ: $tabIndex/$tabCount", "selectedRowCountTitleOther": "$selectedRowCount 件のアイテムを選択中", "cancelButtonLabel": "キャンセル", "closeButtonLabel": "閉じる", @@ -32,7 +32,7 @@ "timePickerHourModeAnnouncement": "時間を選択", "timePickerMinuteModeAnnouncement": "分を選択", "signedInLabel": "ログイン中", - "hideAccountsLabel": "アカウントを隠す", - "showAccountsLabel": "アカウントを表示する", + "hideAccountsLabel": "アカウントを非表示", + "showAccountsLabel": "アカウントを表示", "modalBarrierDismissLabel": "閉じる" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index e61c77fb4306..c118fddb87ad 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -15,7 +15,7 @@ "pageRowsInfoTitle": "$rowCount행 중 $firstRow~$lastRow행", "pageRowsInfoTitleApproximate": "약 $rowCount행 중 $firstRow~$lastRow행", "rowsPerPageTitle": "페이지당 행 수:", - "tabLabel": "$tabCount행 중 $tabIndex행", + "tabLabel": "탭 $tabCount개 중 $tabIndex번째", "selectedRowCountTitleOne": "항목 1개 선택됨", "selectedRowCountTitleOther": "항목 $selectedRowCount개 선택됨", "cancelButtonLabel": "취소", @@ -31,8 +31,8 @@ "postMeridiemAbbreviation": "오후", "timePickerHourModeAnnouncement": "시간 선택", "timePickerMinuteModeAnnouncement": "분 선택", - "signedInLabel": "로그인 함", + "signedInLabel": "로그인됨", "hideAccountsLabel": "계정 숨기기", "showAccountsLabel": "계정 표시", - "modalBarrierDismissLabel": "버리다" + "modalBarrierDismissLabel": "닫기" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index 8028fc0feac9..363d4cf70d26 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -15,7 +15,7 @@ "pageRowsInfoTitle": "$firstRow-$lastRow van $rowCount", "pageRowsInfoTitleApproximate": "$firstRow-$lastRow van ongeveer $rowCount", "rowsPerPageTitle": "Rijen per pagina:", - "tabLabel": "$tabIndex van $tabCount", + "tabLabel": "Tabblad $tabIndex van $tabCount", "selectedRowCountTitleOne": "1 item geselecteerd", "selectedRowCountTitleOther": "$selectedRowCount items geselecteerd", "cancelButtonLabel": "ANNULEREN", @@ -32,7 +32,7 @@ "timePickerHourModeAnnouncement": "Uren selecteren", "timePickerMinuteModeAnnouncement": "Minuten selecteren", "signedInLabel": "Ingelogd", - "hideAccountsLabel": "Verberg accounts", - "showAccountsLabel": "Toon accounts", - "modalBarrierDismissLabel": "ontslaan" + "hideAccountsLabel": "Accounts verbergen", + "showAccountsLabel": "Accounts weergeven", + "modalBarrierDismissLabel": "Sluiten" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index bf25f6443b35..cb2d26d993d3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -17,7 +17,7 @@ "pageRowsInfoTitle": "$firstRow–$lastRow z $rowCount", "pageRowsInfoTitleApproximate": "$firstRow–$lastRow z około $rowCount", "rowsPerPageTitle": "Wiersze na stronie:", - "tabLabel": "$tabIndex z $tabCount", + "tabLabel": "Karta $tabIndex z $tabCount", "selectedRowCountTitleOne": "1 wybrany element", "selectedRowCountTitleOther": "$selectedRowCount wybranego elementu", "cancelButtonLabel": "ANULUJ", @@ -33,8 +33,8 @@ "postMeridiemAbbreviation": "PM", "timePickerHourModeAnnouncement": "Wybierz godziny", "timePickerMinuteModeAnnouncement": "Wybierz minuty", - "signedInLabel": "Zapisany", + "signedInLabel": "Zalogowani użytkownicy", "hideAccountsLabel": "Ukryj konta", "showAccountsLabel": "Pokaż konta", - "modalBarrierDismissLabel": "oddalić" + "modalBarrierDismissLabel": "Zamknij" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index 0aee40c58e21..86016fe79c29 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -20,7 +20,7 @@ "pageRowsInfoTitle": "$firstRow – $lastRow de $rowCount", "pageRowsInfoTitleApproximate": "$firstRow – $lastRow de aproximadamente $rowCount", "rowsPerPageTitle": "Linhas por página:", - "tabLabel": "$tabIndex de $tabCount", + "tabLabel": "Guia $tabIndex de $tabCount", "selectedRowCountTitleOther": "$selectedRowCount itens selecionados", "cancelButtonLabel": "CANCELAR", "closeButtonLabel": "FECHAR", @@ -33,7 +33,7 @@ "viewLicensesButtonLabel": "VER LICENÇAS", "timePickerHourModeAnnouncement": "Selecione as horas", "timePickerMinuteModeAnnouncement": "Selecione os minutos", - "signedInLabel": "Assinado", + "signedInLabel": "Conectado a", "hideAccountsLabel": "Ocultar contas", "showAccountsLabel": "Mostrar contas", "modalBarrierDismissLabel": "Dispensar" diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb index e18d4eed92c0..6416017a2a37 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb @@ -1,4 +1,8 @@ { + "tabLabel": "Separador $tabIndex de $tabCount", + "showAccountsLabel": "Mostrar contas", + "hideAccountsLabel": "Ocultar contas", + "signedInLabel": "Com sessão iniciada", "timePickerMinuteModeAnnouncement": "Selecionar minutos", "timePickerHourModeAnnouncement": "Selecionar horas", "scriptCategory": "English-like", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/flutter_localizations/lib/src/l10n/material_ro.arb index 0de4e8e3c35c..cfc32a59c1d0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ro.arb @@ -1,39 +1,40 @@ { + "selectedRowCountTitleFew": "$selectedRowCount articole selectate", "scriptCategory": "English-like", "timeOfDayFormat": "HH:mm", - "openAppDrawerTooltip": "Deschide meniul de navigare", + "openAppDrawerTooltip": "Deschideți meniul de navigare", "backButtonTooltip": "Înapoi", - "closeButtonTooltip": "Închide", - "deleteButtonTooltip": "Șterge", - "nextMonthTooltip": "Luna următoare", - "previousMonthTooltip": "Luna precedentă", + "closeButtonTooltip": "Închideți", + "deleteButtonTooltip": "Ștergeți", + "nextMonthTooltip": "Luna viitoare", + "previousMonthTooltip": "Luna trecută", "nextPageTooltip": "Pagina următoare", - "previousPageTooltip": "Pagina precedentă", - "showMenuTooltip": "Afișează meniul", + "previousPageTooltip": "Pagina anterioară", + "showMenuTooltip": "Afișați meniul", "aboutListTileTitle": "Despre $applicationName", "licensesPageTitle": "Licențe", - "pageRowsInfoTitle": "$firstRow – $lastRow din $rowCount", - "pageRowsInfoTitleApproximate": "$firstRow – $lastRow din aproximativ $rowCount", - "rowsPerPageTitle": "Linii pe pagină:", - "tabLabel": "Tab $tabIndex din $tabCount", + "pageRowsInfoTitle": "$firstRow–$lastRow din $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow din aproximativ $rowCount", + "rowsPerPageTitle": "Rânduri pe pagină:", + "tabLabel": "Fila $tabIndex din $tabCount", "selectedRowCountTitleZero": "Nu există elemente selectate", - "selectedRowCountTitleOne": "1 element selectat", - "selectedRowCountTitleOther": "$selectedRowCount elemente selectate", - "cancelButtonLabel": "ANULEAZĂ", - "closeButtonLabel": "ÎNCHIDE", - "continueButtonLabel": "CONTINUĂ", - "copyButtonLabel": "COPIAZĂ", - "cutButtonLabel": "TAIE", + "selectedRowCountTitleOne": "Un articol selectat", + "selectedRowCountTitleOther": "$selectedRowCount de articole selectate", + "cancelButtonLabel": "ANULAȚI", + "closeButtonLabel": "ÎNCHIDEȚI", + "continueButtonLabel": "CONTINUAȚI", + "copyButtonLabel": "COPIAȚI", + "cutButtonLabel": "DECUPAȚI", "okButtonLabel": "OK", - "pasteButtonLabel": "LIPEȘTE", - "selectAllButtonLabel": "SELECTEAZĂ TOT", - "viewLicensesButtonLabel": "AFIȘEAZĂ LICENȚELE", - "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM", + "pasteButtonLabel": "INSERAȚI", + "selectAllButtonLabel": "SELECTAȚI TOATE", + "viewLicensesButtonLabel": "VEDEȚI LICENȚELE", + "anteMeridiemAbbreviation": "a.m.", + "postMeridiemAbbreviation": "p.m.", "timePickerHourModeAnnouncement": "Selectați orele", "timePickerMinuteModeAnnouncement": "Selectați minutele", - "signedInLabel": "Autentificat", - "hideAccountsLabel": "Ascunde conturile", - "showAccountsLabel": "Afișează conturile", - "modalBarrierDismissLabel": "Ignoră" -} \ No newline at end of file + "signedInLabel": "V-ați conectat", + "hideAccountsLabel": "Ascundeți conturile", + "showAccountsLabel": "Afișați conturile", + "modalBarrierDismissLabel": "Închideți" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index 31d0db398ba1..f17837d9487e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -15,7 +15,7 @@ "pageRowsInfoTitle": "$firstRow–$lastRow из $rowCount", "pageRowsInfoTitleApproximate": "$firstRow–$lastRow из примерно $rowCount", "rowsPerPageTitle": "Строк на странице:", - "tabLabel": "Закладка $tabIndex из $tabCount", + "tabLabel": "Вкладка $tabIndex из $tabCount", "aboutListTileTitle": "$applicationName: сведения", "licensesPageTitle": "Лицензии", "selectedRowCountTitleZero": "Строки не выбраны", @@ -34,8 +34,8 @@ "postMeridiemAbbreviation": "PM", "timePickerHourModeAnnouncement": "Выберите часы", "timePickerMinuteModeAnnouncement": "Выберите минуты", - "signedInLabel": "Залогинен", - "hideAccountsLabel": "Спрятать аккаунты", + "signedInLabel": "Вход выполнен", + "hideAccountsLabel": "Скрыть аккаунты", "showAccountsLabel": "Показать аккаунты", "modalBarrierDismissLabel": "Закрыть" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/flutter_localizations/lib/src/l10n/material_th.arb index e915fac6eddc..e3bc9de7e069 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_th.arb @@ -15,7 +15,7 @@ "pageRowsInfoTitle": "$firstRow-$lastRow จาก $rowCount", "pageRowsInfoTitleApproximate": "$firstRow–$lastRow จากประมาณ $rowCount", "rowsPerPageTitle": "แถวต่อหน้า:", - "tabLabel": "$tabIndex จาก $tabCount", + "tabLabel": "แท็บที่ $tabIndex จาก $tabCount", "selectedRowCountTitleOne": "เลือกแล้ว 1 รายการ", "selectedRowCountTitleOther": "เลือกแล้ว $selectedRowCount รายการ", "cancelButtonLabel": "ยกเลิก", @@ -31,8 +31,8 @@ "postMeridiemAbbreviation": "PM", "timePickerHourModeAnnouncement": "เลือกชั่วโมง", "timePickerMinuteModeAnnouncement": "เลือกนาที", - "signedInLabel": "ลงทะเบียนเข้า", + "signedInLabel": "ลงชื่อเข้าใช้", "hideAccountsLabel": "ซ่อนบัญชี", "showAccountsLabel": "แสดงบัญชี", - "modalBarrierDismissLabel": "ยกเลิก" + "modalBarrierDismissLabel": "ปิด" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index 67523323b96d..50588849e1b8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -15,7 +15,7 @@ "pageRowsInfoTitle": "$firstRow-$lastRow / $rowCount", "pageRowsInfoTitleApproximate": "$firstRow-$lastRow / $rowCount", "rowsPerPageTitle": "Sayfa başına satır sayısı:", - "tabLabel": "$tabIndex, $tabCount içinde", + "tabLabel": "Sekme $tabIndex / $tabCount", "selectedRowCountTitleOne": "1 öğe seçildi", "selectedRowCountTitleOther": "$selectedRowCount öğe seçildi", "cancelButtonLabel": "İPTAL", @@ -31,8 +31,8 @@ "postMeridiemAbbreviation": "ÖS", "timePickerHourModeAnnouncement": "Saati seçin", "timePickerMinuteModeAnnouncement": "Dakikayı seçin", - "signedInLabel": "Yetkili", + "signedInLabel": "Oturum açıldı", "hideAccountsLabel": "Hesapları gizle", "showAccountsLabel": "Hesapları göster", - "modalBarrierDismissLabel": "Reddet" + "modalBarrierDismissLabel": "Kapat" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index 3127c6c0a3ef..792f38c06d55 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -16,7 +16,7 @@ "pageRowsInfoTitle": "$firstRow–$lastRow از $rowCount", "pageRowsInfoTitleApproximate": "$firstRow–$lastRow $rowCount میں سے تقریباً", "rowsPerPageTitle": "قطاریں فی صفحہ:", - "tabLabel": "$tabIndex از $tabCount", + "tabLabel": "$tabCount میں سے $tabIndex ٹیب", "selectedRowCountTitleOther": "$selectedRowCount آئٹمز منتخب کیے گئے", "cancelButtonLabel": "منسوخ کریں", "closeButtonLabel": "بند کریں", @@ -31,8 +31,8 @@ "postMeridiemAbbreviation": "PM", "timePickerHourModeAnnouncement": "گھنٹے منتخب کریں", "timePickerMinuteModeAnnouncement": "منٹ منتخب کریں", - "signedInLabel": "سائن ان", + "signedInLabel": "سائن ان کردہ ہے", "hideAccountsLabel": "اکاؤنٹس چھپائیں", "showAccountsLabel": "اکاؤنٹس دکھائیں", - "modalBarrierDismissLabel": "برطرف" + "modalBarrierDismissLabel": "برخاست کریں" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index 51d4e80b96c9..f695a2308868 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -12,7 +12,7 @@ "pageRowsInfoTitle": "第 $firstRow-$lastRow 行(共 $rowCount 行)", "pageRowsInfoTitleApproximate": "第 $firstRow-$lastRow 行(共约 $rowCount 行)", "rowsPerPageTitle": "每页行数:", - "tabLabel": "第 $tabIndex 行(共 $tabCount 行)", + "tabLabel": "第 $tabIndex 个标签,共 $tabCount 个", "selectedRowCountTitleOther": "已选择 $selectedRowCount 项内容", "cancelButtonLabel": "取消", "continueButtonLabel": "继续", @@ -31,8 +31,8 @@ "postMeridiemAbbreviation": "下午", "timePickerHourModeAnnouncement": "选择小时", "timePickerMinuteModeAnnouncement": "选择分钟", - "signedInLabel": "登录", - "hideAccountsLabel": "隐藏帐户", - "showAccountsLabel": "显示帐户", + "signedInLabel": "已登录", + "hideAccountsLabel": "隐藏帐号", + "showAccountsLabel": "显示帐号", "modalBarrierDismissLabel": "关闭" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb index 751622acb5fa..6cc8ca1e8621 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb @@ -1,4 +1,9 @@ { + "tabLabel": "第 $tabIndex 個分頁 (共 $tabCount 個)", + "showAccountsLabel": "顯示帳戶", + "modalBarrierDismissLabel": "關閉", + "hideAccountsLabel": "隱藏帳戶", + "signedInLabel": "已登入帳戶", "scriptCategory": "dense", "timeOfDayFormat": "ah:mm", "openAppDrawerTooltip": "開啟導覽選單", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb index 751622acb5fa..6cc8ca1e8621 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb @@ -1,4 +1,9 @@ { + "tabLabel": "第 $tabIndex 個分頁 (共 $tabCount 個)", + "showAccountsLabel": "顯示帳戶", + "modalBarrierDismissLabel": "關閉", + "hideAccountsLabel": "隱藏帳戶", + "signedInLabel": "已登入帳戶", "scriptCategory": "dense", "timeOfDayFormat": "ah:mm", "openAppDrawerTooltip": "開啟導覽選單", From ab6a075411da1eb9aa0a47ac4fffa24d99f6598e Mon Sep 17 00:00:00 2001 From: Hans Muller Date: Thu, 8 Mar 2018 11:06:31 -0800 Subject: [PATCH 026/327] Correct DefaultMaterialLocalizations.delegate supported locales list (#15260) --- .../lib/src/material_localizations.dart | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 4dcb82ead6d7..40f056740d39 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -14,6 +14,10 @@ import 'l10n/date_localizations.dart' as date_localizations; import 'l10n/localizations.dart' show TranslationBundle, translationBundleForLocale; import 'widgets_localizations.dart'; +// Watch out: the supported locales list in the doc comment below must be kept +// in sync with the list we test, see test/translations_test.dart, and of course +// the acutal list of supported locales in _MaterialLocalizationsDelegate. + /// Localized strings for the material widgets. /// /// To include the localizations provided by this class in a [MaterialApp], @@ -493,22 +497,29 @@ void _loadDateIntlDataIfNotLoaded() { class _MaterialLocalizationsDelegate extends LocalizationsDelegate { const _MaterialLocalizationsDelegate(); + // Watch out: this list must match the one in the GlobalMaterialLocalizations + // class doc and the list we test, see test/translations_test.dart. static const List _supportedLanguages = const [ 'ar', // Arabic 'de', // German 'en', // English 'es', // Spanish - 'fa', // Farsi + 'fa', // Farsi (Persian) 'fr', // French 'he', // Hebrew 'it', // Italian 'ja', // Japanese + 'ko', // Korean + 'nl', // Dutch + 'pl', // Polish 'ps', // Pashto 'pt', // Portugese 'ro', // Romanian 'ru', // Russian + 'th', // Thai + 'tr', // Turkish 'ur', // Urdu - 'zh', // Simplified Chinese + 'zh', // Chinese (simplified) ]; @override From f326e0cc60884f6bc4db3ebf03a9ccd2403e1916 Mon Sep 17 00:00:00 2001 From: Hans Muller Date: Thu, 8 Mar 2018 15:42:29 -0800 Subject: [PATCH 027/327] Updated the material_en.arb description for signedIn (#15306) --- packages/flutter_localizations/lib/src/l10n/material_en.arb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index 86eaf36791a8..59f4d4c8114e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -168,16 +168,16 @@ "signedInLabel": "Signed in", "@signedInLabel": { - "description": "The semantics label used to indicate which account is signed in in UserAccountsDrawerHeader when an accessibility user navigates the UI." + "description": "The accessibility label used to indicate which account is signed in, in a UserAccountsDrawerHeader, when the accessibility user navigates the UI. This phrase serves as an adjective with respect to the user. The phrase indicates that the user is currently signed in." }, "hideAccountsLabel": "Hide accounts", "@hideAccountsLabel": { - "description": "The semantics label used for the button on UserAccountsDrawerHeader that hides the list of accounts." + "description": "The accessibility label used for the button on a UserAccountsDrawerHeader that hides the list of accounts." }, "showAccountsLabel": "Show accounts", "@showAccountsLabel": { - "description": "The semantics label used for the button on UserAccountsDrawerHeader that shows the list of accounts." + "description": "The accessibility label used for the button on a UserAccountsDrawerHeader that shows the list of accounts." } } From 225e7ae06126eccfa8177c0a38d79b5290221b4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Urba=C5=84ski?= Date: Thu, 15 Mar 2018 00:04:06 +0100 Subject: [PATCH 028/327] Fix misspelling in tab description (#15449) Actual text: "Tab 2 of $3" Expected text: "Tab 2 of 3" --- .../flutter_localizations/lib/src/material_localizations.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 40f056740d39..805d653e841e 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -284,7 +284,7 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { final String template = _translationBundle.tabLabel; return template .replaceFirst(r'$tabIndex', formatDecimal(tabIndex)) - .replaceFirst(r'tabCount', formatDecimal(tabCount)); + .replaceFirst(r'$tabCount', formatDecimal(tabCount)); } @override From bd52671fb9e21b4c1ef56b17666fb3d7bdcb6c1b Mon Sep 17 00:00:00 2001 From: Hans Muller Date: Mon, 19 Mar 2018 15:07:13 -0700 Subject: [PATCH 029/327] Added Indonesian (id) and Norwegian (no) locales (#15708) --- .../lib/src/l10n/material_id.arb | 38 +++++++++++++++++++ .../lib/src/l10n/material_no.arb | 38 +++++++++++++++++++ .../lib/src/material_localizations.dart | 4 ++ 3 files changed, 80 insertions(+) create mode 100644 packages/flutter_localizations/lib/src/l10n/material_id.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_no.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_id.arb b/packages/flutter_localizations/lib/src/l10n/material_id.arb new file mode 100644 index 000000000000..926c0b703347 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_id.arb @@ -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" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_no.arb b/packages/flutter_localizations/lib/src/l10n/material_no.arb new file mode 100644 index 000000000000..2cc4b7c288e2 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_no.arb @@ -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" +} diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 805d653e841e..4f1189b769e7 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -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 Date: Mon, 16 Apr 2018 14:09:20 -0700 Subject: [PATCH 030/327] Add localizations for navigation menu, popup menu, dialog, and alert (#16633) * add localizations for navigation menu, popup menu, dialog, and alert --- .../lib/src/l10n/material_ar.arb | 6 +++++- .../lib/src/l10n/material_de.arb | 6 +++++- .../lib/src/l10n/material_de_CH.arb | 6 +++++- .../lib/src/l10n/material_en.arb | 20 +++++++++++++++++++ .../lib/src/l10n/material_en_AU.arb | 6 +++++- .../lib/src/l10n/material_en_CA.arb | 6 +++++- .../lib/src/l10n/material_en_GB.arb | 6 +++++- .../lib/src/l10n/material_en_IE.arb | 6 +++++- .../lib/src/l10n/material_en_IN.arb | 6 +++++- .../lib/src/l10n/material_en_SG.arb | 6 +++++- .../lib/src/l10n/material_en_ZA.arb | 6 +++++- .../lib/src/l10n/material_es.arb | 6 +++++- .../lib/src/l10n/material_es_419.arb | 6 +++++- .../lib/src/l10n/material_es_AR.arb | 6 +++++- .../lib/src/l10n/material_es_BO.arb | 6 +++++- .../lib/src/l10n/material_es_CL.arb | 6 +++++- .../lib/src/l10n/material_es_CO.arb | 6 +++++- .../lib/src/l10n/material_es_CR.arb | 6 +++++- .../lib/src/l10n/material_es_DO.arb | 6 +++++- .../lib/src/l10n/material_es_EC.arb | 6 +++++- .../lib/src/l10n/material_es_GT.arb | 6 +++++- .../lib/src/l10n/material_es_HN.arb | 6 +++++- .../lib/src/l10n/material_es_MX.arb | 6 +++++- .../lib/src/l10n/material_es_NI.arb | 6 +++++- .../lib/src/l10n/material_es_PA.arb | 6 +++++- .../lib/src/l10n/material_es_PE.arb | 6 +++++- .../lib/src/l10n/material_es_PR.arb | 6 +++++- .../lib/src/l10n/material_es_PY.arb | 6 +++++- .../lib/src/l10n/material_es_SV.arb | 6 +++++- .../lib/src/l10n/material_es_US.arb | 6 +++++- .../lib/src/l10n/material_es_UY.arb | 6 +++++- .../lib/src/l10n/material_es_VE.arb | 6 +++++- .../lib/src/l10n/material_fa.arb | 6 +++++- .../lib/src/l10n/material_fr.arb | 6 +++++- .../lib/src/l10n/material_gsw.arb | 6 +++++- .../lib/src/l10n/material_he.arb | 6 +++++- .../lib/src/l10n/material_id.arb | 6 +++++- .../lib/src/l10n/material_it.arb | 6 +++++- .../lib/src/l10n/material_ja.arb | 6 +++++- .../lib/src/l10n/material_ko.arb | 6 +++++- .../lib/src/l10n/material_nl.arb | 6 +++++- .../lib/src/l10n/material_no.arb | 6 +++++- .../lib/src/l10n/material_pl.arb | 6 +++++- .../lib/src/l10n/material_ps.arb | 6 +++++- .../lib/src/l10n/material_pt.arb | 10 +++++++--- .../lib/src/l10n/material_pt_PT.arb | 6 +++++- .../lib/src/l10n/material_ro.arb | 6 +++++- .../lib/src/l10n/material_ru.arb | 6 +++++- .../lib/src/l10n/material_th.arb | 6 +++++- .../lib/src/l10n/material_tr.arb | 6 +++++- .../lib/src/l10n/material_ur.arb | 6 +++++- .../lib/src/l10n/material_zh.arb | 6 +++++- .../lib/src/l10n/material_zh_HK.arb | 6 +++++- .../lib/src/l10n/material_zh_TW.arb | 6 +++++- .../lib/src/material_localizations.dart | 12 +++++++++++ 55 files changed, 299 insertions(+), 55 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index ddf887030831..bad722423b93 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -38,5 +38,9 @@ "signedInLabel": "تم تسجيل الدخول", "hideAccountsLabel": "إخفاء الحسابات", "showAccountsLabel": "إظهار الحسابات", - "modalBarrierDismissLabel": "رفض" + "modalBarrierDismissLabel": "رفض", + "drawerLabel": "قائمة الإبحار", + "popupMenuLabel": "القائمة المنبثقة", + "dialogLabel": "الحوار", + "alertDialogLabel": "مربع حوار التنبيه" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index 029e58091087..68613bc014d1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -35,5 +35,9 @@ "signedInLabel": "Angemeldet", "hideAccountsLabel": "Konten ausblenden", "showAccountsLabel": "Konten anzeigen", - "modalBarrierDismissLabel": "Schließen" + "modalBarrierDismissLabel": "Schließen", + "drawerLabel": "Navigationsmenü", + "popupMenuLabel": "Popup-Menü", + "dialogLabel": "Dialog", + "alertDialogLabel": "Aufmerksam" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb index a26783b830e7..0297b5f52970 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb @@ -34,5 +34,9 @@ "viewLicensesButtonLabel": "LIZENZEN ANZEIGEN", "anteMeridiemAbbreviation": "VORM.", "postMeridiemAbbreviation": "NACHM.", - "modalBarrierDismissLabel": "Schliessen" + "modalBarrierDismissLabel": "Schliessen", + "drawerLabel": "Navigationsmenü", + "popupMenuLabel": "Popup-Menü", + "dialogLabel": "Dialog", + "alertDialogLabel": "Aufmerksam" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index 59f4d4c8114e..fd417b14107e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -179,5 +179,25 @@ "showAccountsLabel": "Show accounts", "@showAccountsLabel": { "description": "The accessibility label used for the button on a UserAccountsDrawerHeader that shows the list of accounts." + }, + + "drawerLabel": "Navigation menu", + "@drawerLabel": { + "description": "The audio announcement made when the Drawer is opened." + }, + + "popupMenuLabel": "Popup menu", + "@popupMenuLabel": { + "description": "The audio announcement made when a PopupMenu is opened." + }, + + "dialogLabel": "Dialog", + "@dialogLabel": { + "description": "The audio announcement made when a Dialog is opened." + }, + + "alertDialogLabel": "Alert", + "@dialogLabel": { + "description": "The audio announcement made when an AlertDialog is opened." } } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb index 16c0c8fad4f0..3a8506aa6e3b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb @@ -34,5 +34,9 @@ "viewLicensesButtonLabel": "VIEW LICENCES", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", - "modalBarrierDismissLabel": "Dismiss" + "modalBarrierDismissLabel": "Dismiss", + "drawerLabel": "Navigation menu", + "popupMenuLabel": "Popup menu", + "dialogLabel": "Dialog", + "alertDialogLabel": "Alert" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb index 16c0c8fad4f0..3a8506aa6e3b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb @@ -34,5 +34,9 @@ "viewLicensesButtonLabel": "VIEW LICENCES", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", - "modalBarrierDismissLabel": "Dismiss" + "modalBarrierDismissLabel": "Dismiss", + "drawerLabel": "Navigation menu", + "popupMenuLabel": "Popup menu", + "dialogLabel": "Dialog", + "alertDialogLabel": "Alert" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb index 41acd968b17b..38c3af827a6f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb @@ -34,5 +34,9 @@ "showMenuTooltip": "Show menu", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", - "modalBarrierDismissLabel": "Dismiss" + "modalBarrierDismissLabel": "Dismiss", + "drawerLabel": "Navigation menu", + "popupMenuLabel": "Popup menu", + "dialogLabel": "Dialog", + "alertDialogLabel": "Alert" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb index 41acd968b17b..38c3af827a6f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb @@ -34,5 +34,9 @@ "showMenuTooltip": "Show menu", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", - "modalBarrierDismissLabel": "Dismiss" + "modalBarrierDismissLabel": "Dismiss", + "drawerLabel": "Navigation menu", + "popupMenuLabel": "Popup menu", + "dialogLabel": "Dialog", + "alertDialogLabel": "Alert" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb index 16c0c8fad4f0..3a8506aa6e3b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb @@ -34,5 +34,9 @@ "viewLicensesButtonLabel": "VIEW LICENCES", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", - "modalBarrierDismissLabel": "Dismiss" + "modalBarrierDismissLabel": "Dismiss", + "drawerLabel": "Navigation menu", + "popupMenuLabel": "Popup menu", + "dialogLabel": "Dialog", + "alertDialogLabel": "Alert" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb index 16c0c8fad4f0..3a8506aa6e3b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb @@ -34,5 +34,9 @@ "viewLicensesButtonLabel": "VIEW LICENCES", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", - "modalBarrierDismissLabel": "Dismiss" + "modalBarrierDismissLabel": "Dismiss", + "drawerLabel": "Navigation menu", + "popupMenuLabel": "Popup menu", + "dialogLabel": "Dialog", + "alertDialogLabel": "Alert" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb index 41acd968b17b..38c3af827a6f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb @@ -34,5 +34,9 @@ "showMenuTooltip": "Show menu", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", - "modalBarrierDismissLabel": "Dismiss" + "modalBarrierDismissLabel": "Dismiss", + "drawerLabel": "Navigation menu", + "popupMenuLabel": "Popup menu", + "dialogLabel": "Dialog", + "alertDialogLabel": "Alert" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index 38a9088bba2b..5cd2a085195b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -35,5 +35,9 @@ "signedInLabel": "Sesión iniciada", "hideAccountsLabel": "Ocultar cuentas", "showAccountsLabel": "Mostrar cuentas", - "modalBarrierDismissLabel": "Ignorar" + "modalBarrierDismissLabel": "Ignorar", + "drawerLabel": "Menú de Navegación", + "popupMenuLabel": "Menú emergente", + "dialogLabel": "Diálogo", + "alertDialogLabel": "Alerta" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb index f727cc22e903..f9fbb85de35a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb @@ -34,5 +34,9 @@ "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", "timePickerHourModeAnnouncement": "Seleccionar horas", - "timePickerMinuteModeAnnouncement": "Seleccionar minutos" + "timePickerMinuteModeAnnouncement": "Seleccionar minutos", + "drawerLabel": "Menú de Navegación", + "popupMenuLabel": "Menú emergente", + "dialogLabel": "Diálogo", + "alertDialogLabel": "Alerta" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb index f727cc22e903..f9fbb85de35a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb @@ -34,5 +34,9 @@ "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", "timePickerHourModeAnnouncement": "Seleccionar horas", - "timePickerMinuteModeAnnouncement": "Seleccionar minutos" + "timePickerMinuteModeAnnouncement": "Seleccionar minutos", + "drawerLabel": "Menú de Navegación", + "popupMenuLabel": "Menú emergente", + "dialogLabel": "Diálogo", + "alertDialogLabel": "Alerta" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb index f727cc22e903..f9fbb85de35a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb @@ -34,5 +34,9 @@ "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", "timePickerHourModeAnnouncement": "Seleccionar horas", - "timePickerMinuteModeAnnouncement": "Seleccionar minutos" + "timePickerMinuteModeAnnouncement": "Seleccionar minutos", + "drawerLabel": "Menú de Navegación", + "popupMenuLabel": "Menú emergente", + "dialogLabel": "Diálogo", + "alertDialogLabel": "Alerta" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb index f727cc22e903..f9fbb85de35a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb @@ -34,5 +34,9 @@ "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", "timePickerHourModeAnnouncement": "Seleccionar horas", - "timePickerMinuteModeAnnouncement": "Seleccionar minutos" + "timePickerMinuteModeAnnouncement": "Seleccionar minutos", + "drawerLabel": "Menú de Navegación", + "popupMenuLabel": "Menú emergente", + "dialogLabel": "Diálogo", + "alertDialogLabel": "Alerta" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb index f727cc22e903..f9fbb85de35a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb @@ -34,5 +34,9 @@ "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", "timePickerHourModeAnnouncement": "Seleccionar horas", - "timePickerMinuteModeAnnouncement": "Seleccionar minutos" + "timePickerMinuteModeAnnouncement": "Seleccionar minutos", + "drawerLabel": "Menú de Navegación", + "popupMenuLabel": "Menú emergente", + "dialogLabel": "Diálogo", + "alertDialogLabel": "Alerta" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb index f727cc22e903..f9fbb85de35a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb @@ -34,5 +34,9 @@ "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", "timePickerHourModeAnnouncement": "Seleccionar horas", - "timePickerMinuteModeAnnouncement": "Seleccionar minutos" + "timePickerMinuteModeAnnouncement": "Seleccionar minutos", + "drawerLabel": "Menú de Navegación", + "popupMenuLabel": "Menú emergente", + "dialogLabel": "Diálogo", + "alertDialogLabel": "Alerta" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb index f727cc22e903..f9fbb85de35a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb @@ -34,5 +34,9 @@ "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", "timePickerHourModeAnnouncement": "Seleccionar horas", - "timePickerMinuteModeAnnouncement": "Seleccionar minutos" + "timePickerMinuteModeAnnouncement": "Seleccionar minutos", + "drawerLabel": "Menú de Navegación", + "popupMenuLabel": "Menú emergente", + "dialogLabel": "Diálogo", + "alertDialogLabel": "Alerta" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb index f727cc22e903..f9fbb85de35a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb @@ -34,5 +34,9 @@ "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", "timePickerHourModeAnnouncement": "Seleccionar horas", - "timePickerMinuteModeAnnouncement": "Seleccionar minutos" + "timePickerMinuteModeAnnouncement": "Seleccionar minutos", + "drawerLabel": "Menú de Navegación", + "popupMenuLabel": "Menú emergente", + "dialogLabel": "Diálogo", + "alertDialogLabel": "Alerta" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb index f727cc22e903..f9fbb85de35a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb @@ -34,5 +34,9 @@ "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", "timePickerHourModeAnnouncement": "Seleccionar horas", - "timePickerMinuteModeAnnouncement": "Seleccionar minutos" + "timePickerMinuteModeAnnouncement": "Seleccionar minutos", + "drawerLabel": "Menú de Navegación", + "popupMenuLabel": "Menú emergente", + "dialogLabel": "Diálogo", + "alertDialogLabel": "Alerta" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb index f727cc22e903..f9fbb85de35a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb @@ -34,5 +34,9 @@ "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", "timePickerHourModeAnnouncement": "Seleccionar horas", - "timePickerMinuteModeAnnouncement": "Seleccionar minutos" + "timePickerMinuteModeAnnouncement": "Seleccionar minutos", + "drawerLabel": "Menú de Navegación", + "popupMenuLabel": "Menú emergente", + "dialogLabel": "Diálogo", + "alertDialogLabel": "Alerta" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb index f727cc22e903..f9fbb85de35a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb @@ -34,5 +34,9 @@ "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", "timePickerHourModeAnnouncement": "Seleccionar horas", - "timePickerMinuteModeAnnouncement": "Seleccionar minutos" + "timePickerMinuteModeAnnouncement": "Seleccionar minutos", + "drawerLabel": "Menú de Navegación", + "popupMenuLabel": "Menú emergente", + "dialogLabel": "Diálogo", + "alertDialogLabel": "Alerta" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb index f727cc22e903..f9fbb85de35a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb @@ -34,5 +34,9 @@ "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", "timePickerHourModeAnnouncement": "Seleccionar horas", - "timePickerMinuteModeAnnouncement": "Seleccionar minutos" + "timePickerMinuteModeAnnouncement": "Seleccionar minutos", + "drawerLabel": "Menú de Navegación", + "popupMenuLabel": "Menú emergente", + "dialogLabel": "Diálogo", + "alertDialogLabel": "Alerta" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb index f727cc22e903..f9fbb85de35a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb @@ -34,5 +34,9 @@ "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", "timePickerHourModeAnnouncement": "Seleccionar horas", - "timePickerMinuteModeAnnouncement": "Seleccionar minutos" + "timePickerMinuteModeAnnouncement": "Seleccionar minutos", + "drawerLabel": "Menú de Navegación", + "popupMenuLabel": "Menú emergente", + "dialogLabel": "Diálogo", + "alertDialogLabel": "Alerta" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb index f727cc22e903..f9fbb85de35a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb @@ -34,5 +34,9 @@ "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", "timePickerHourModeAnnouncement": "Seleccionar horas", - "timePickerMinuteModeAnnouncement": "Seleccionar minutos" + "timePickerMinuteModeAnnouncement": "Seleccionar minutos", + "drawerLabel": "Menú de Navegación", + "popupMenuLabel": "Menú emergente", + "dialogLabel": "Diálogo", + "alertDialogLabel": "Alerta" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb index f727cc22e903..f9fbb85de35a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb @@ -34,5 +34,9 @@ "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", "timePickerHourModeAnnouncement": "Seleccionar horas", - "timePickerMinuteModeAnnouncement": "Seleccionar minutos" + "timePickerMinuteModeAnnouncement": "Seleccionar minutos", + "drawerLabel": "Menú de Navegación", + "popupMenuLabel": "Menú emergente", + "dialogLabel": "Diálogo", + "alertDialogLabel": "Alerta" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb index f727cc22e903..f9fbb85de35a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb @@ -34,5 +34,9 @@ "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", "timePickerHourModeAnnouncement": "Seleccionar horas", - "timePickerMinuteModeAnnouncement": "Seleccionar minutos" + "timePickerMinuteModeAnnouncement": "Seleccionar minutos", + "drawerLabel": "Menú de Navegación", + "popupMenuLabel": "Menú emergente", + "dialogLabel": "Diálogo", + "alertDialogLabel": "Alerta" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb index f727cc22e903..f9fbb85de35a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb @@ -34,5 +34,9 @@ "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", "timePickerHourModeAnnouncement": "Seleccionar horas", - "timePickerMinuteModeAnnouncement": "Seleccionar minutos" + "timePickerMinuteModeAnnouncement": "Seleccionar minutos", + "drawerLabel": "Menú de Navegación", + "popupMenuLabel": "Menú emergente", + "dialogLabel": "Diálogo", + "alertDialogLabel": "Alerta" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb index f2bd18b05b64..4fd8c80844c8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb @@ -34,5 +34,9 @@ "scriptCategory": "English-like", "timeOfDayFormat": "h:mm a", "anteMeridiemAbbreviation": "a.m.", - "postMeridiemAbbreviation": "p.m." + "postMeridiemAbbreviation": "p.m.", + "drawerLabel": "Menú de Navegación", + "popupMenuLabel": "Menú emergente", + "dialogLabel": "Diálogo", + "alertDialogLabel": "Alerta" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb index f727cc22e903..f9fbb85de35a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb @@ -34,5 +34,9 @@ "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", "timePickerHourModeAnnouncement": "Seleccionar horas", - "timePickerMinuteModeAnnouncement": "Seleccionar minutos" + "timePickerMinuteModeAnnouncement": "Seleccionar minutos", + "drawerLabel": "Menú de Navegación", + "popupMenuLabel": "Menú emergente", + "dialogLabel": "Diálogo", + "alertDialogLabel": "Alerta" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb index f727cc22e903..f9fbb85de35a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb @@ -34,5 +34,9 @@ "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", "timePickerHourModeAnnouncement": "Seleccionar horas", - "timePickerMinuteModeAnnouncement": "Seleccionar minutos" + "timePickerMinuteModeAnnouncement": "Seleccionar minutos", + "drawerLabel": "Menú de Navegación", + "popupMenuLabel": "Menú emergente", + "dialogLabel": "Diálogo", + "alertDialogLabel": "Alerta" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index 61c4f1aaf195..bbe36c61c7b7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -34,5 +34,9 @@ "signedInLabel": "واردشده به سیستم", "hideAccountsLabel": "پنهان کردن حساب‌ها", "showAccountsLabel": "نشان دادن حساب‌ها", - "modalBarrierDismissLabel": "نپذیرفتن" + "modalBarrierDismissLabel": "نپذیرفتن", + "drawerLabel": "منوی هدایت", + "popupMenuLabel": "منوی پنجره", + "dialogLabel": "گفتگو", + "alertDialogLabel": "هشدار" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index 6ec0ea986fdb..fc607dd913d7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -35,5 +35,9 @@ "signedInLabel": "Connecté", "hideAccountsLabel": "Masquer les comptes", "showAccountsLabel": "Afficher les comptes", - "modalBarrierDismissLabel": "Ignorer" + "modalBarrierDismissLabel": "Ignorer", + "drawerLabel": "le menu de navigation", + "popupMenuLabel": "Menu contextuel", + "dialogLabel": "Dialogue", + "alertDialogLabel": "Alerte" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index c4faec3b5500..0129b995300d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -34,5 +34,9 @@ "viewLicensesButtonLabel": "LIZENZEN ANZEIGEN", "anteMeridiemAbbreviation": "VORM.", "postMeridiemAbbreviation": "NACHM.", - "modalBarrierDismissLabel": "Schließen" + "modalBarrierDismissLabel": "Schließen", + "drawerLabel": "Navigationsmenü", + "popupMenuLabel": "Popup-Menü", + "dialogLabel": "Dialog", + "alertDialogLabel": "Aufmerksam" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index 2b9d8fca656c..920513f854ee 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -36,5 +36,9 @@ "signedInLabel": "מחובר", "hideAccountsLabel": "הסתרת החשבונות", "showAccountsLabel": "הצגת החשבונות", - "modalBarrierDismissLabel": "סגירה" + "modalBarrierDismissLabel": "סגירה", + "drawerLabel": "תפריט ניווט", + "popupMenuLabel": "תפריט קופץ", + "dialogLabel": "דיאלוג", + "alertDialogLabel": "עֵרָנִי" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_id.arb b/packages/flutter_localizations/lib/src/l10n/material_id.arb index 926c0b703347..c12d57011bfb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_id.arb @@ -34,5 +34,9 @@ "modalBarrierDismissLabel": "Tutup", "signedInLabel": "Telah login", "hideAccountsLabel": "Sembunyikan akun", - "showAccountsLabel": "Tampilkan akun" + "showAccountsLabel": "Tampilkan akun", + "drawerLabel": "Menu navigasi", + "popupMenuLabel": "Menu popup", + "dialogLabel": "Dialog", + "alertDialogLabel": "Waspada" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index 90217d612586..ed4003a988e6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -34,5 +34,9 @@ "signedInLabel": "Connesso", "hideAccountsLabel": "Nascondi account", "showAccountsLabel": "Mostra account", - "modalBarrierDismissLabel": "Ignora" + "modalBarrierDismissLabel": "Ignora", + "drawerLabel": "Menu di navigazione", + "popupMenuLabel": "Menù popup", + "dialogLabel": "Dialogo", + "alertDialogLabel": "Mettere in guardia" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index 80f596164d6d..d3b15d1cb879 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -34,5 +34,9 @@ "signedInLabel": "ログイン中", "hideAccountsLabel": "アカウントを非表示", "showAccountsLabel": "アカウントを表示", - "modalBarrierDismissLabel": "閉じる" + "modalBarrierDismissLabel": "閉じる", + "drawerLabel": "ナビゲーションメニュー", + "popupMenuLabel": "ポップアップメニュー", + "dialogLabel": "ダイアログ", + "alertDialogLabel": "アラート" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index c118fddb87ad..7bc3a98cc22f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -34,5 +34,9 @@ "signedInLabel": "로그인됨", "hideAccountsLabel": "계정 숨기기", "showAccountsLabel": "계정 표시", - "modalBarrierDismissLabel": "닫기" + "modalBarrierDismissLabel": "닫기", + "drawerLabel": "탐색 메뉴", + "popupMenuLabel": "팝업 메뉴", + "dialogLabel": "대화", + "alertDialogLabel": "경보" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index 363d4cf70d26..5d7b20d686db 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -34,5 +34,9 @@ "signedInLabel": "Ingelogd", "hideAccountsLabel": "Accounts verbergen", "showAccountsLabel": "Accounts weergeven", - "modalBarrierDismissLabel": "Sluiten" + "modalBarrierDismissLabel": "Sluiten", + "drawerLabel": "Navigatie menu", + "popupMenuLabel": "Popup menu", + "dialogLabel": "Dialoog", + "alertDialogLabel": "Alarm" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_no.arb b/packages/flutter_localizations/lib/src/l10n/material_no.arb index 2cc4b7c288e2..a99bb8b378c6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_no.arb @@ -34,5 +34,9 @@ "modalBarrierDismissLabel": "Avvis", "signedInLabel": "Pålogget", "hideAccountsLabel": "Skjul kontoer", - "showAccountsLabel": "Vis kontoer" + "showAccountsLabel": "Vis kontoer", + "drawerLabel": "Navigasjonsmeny", + "popupMenuLabel": "Popup meny", + "dialogLabel": "Dialog", + "alertDialogLabel": "Varsling" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index cb2d26d993d3..d1ded5c478a1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -36,5 +36,9 @@ "signedInLabel": "Zalogowani użytkownicy", "hideAccountsLabel": "Ukryj konta", "showAccountsLabel": "Pokaż konta", - "modalBarrierDismissLabel": "Zamknij" + "modalBarrierDismissLabel": "Zamknij", + "drawerLabel": "Menu nawigacji", + "popupMenuLabel": "Menu podręczne", + "dialogLabel": "Dialog", + "alertDialogLabel": "Alarm" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ps.arb b/packages/flutter_localizations/lib/src/l10n/material_ps.arb index 030f7be84af8..89e42fce17f7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ps.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ps.arb @@ -33,5 +33,9 @@ "signedInLabel": "ننوتل", "hideAccountsLabel": "حسابونه پټ کړئ", "showAccountsLabel": "حسابونه ښکاره کړئ", - "modalBarrierDismissLabel": "رد کړه" + "modalBarrierDismissLabel": "رد کړه", + "drawerLabel": "د نیویگیشن مینو", + "popupMenuLabel": "د پاپ اپ مینو", + "dialogLabel": "خبرې اترې", + "alertDialogLabel": "خبرتیا" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index 86016fe79c29..87ec5c450a78 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -4,8 +4,8 @@ "postMeridiemAbbreviation": "Tarde/noite", "scriptCategory": "English-like", "timeOfDayFormat": "HH:mm", - "@anteMeridiemAbbreviation": {"notUsed":"Pashto time format does not use a.m. indicator"}, - "@postMeridiemAbbreviation": {"notUsed":"Pashto time format does not use p.m. indicator"}, + "@anteMeridiemAbbreviation": {"notUsed":"portuguese time format does not use a.m. indicator"}, + "@postMeridiemAbbreviation": {"notUsed":"portuguese time format does not use p.m. indicator"}, "openAppDrawerTooltip": "Abrir menu de navegação", "backButtonTooltip": "Voltar", "closeButtonTooltip": "Fechar", @@ -36,5 +36,9 @@ "signedInLabel": "Conectado a", "hideAccountsLabel": "Ocultar contas", "showAccountsLabel": "Mostrar contas", - "modalBarrierDismissLabel": "Dispensar" + "modalBarrierDismissLabel": "Dispensar", + "drawerLabel": "Menu de navegação", + "popupMenuLabel": "Menu popup", + "dialogLabel": "Diálogo", + "alertDialogLabel": "Alerta" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb index 6416017a2a37..6d24511efffe 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb @@ -34,5 +34,9 @@ "viewLicensesButtonLabel": "VER LICENÇAS", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", - "modalBarrierDismissLabel": "Ignorar" + "modalBarrierDismissLabel": "Ignorar", + "drawerLabel": "Menu de navegação", + "popupMenuLabel": "Menu popup", + "dialogLabel": "Diálogo", + "alertDialogLabel": "Alerta" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/flutter_localizations/lib/src/l10n/material_ro.arb index cfc32a59c1d0..147a78cadff3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ro.arb @@ -36,5 +36,9 @@ "signedInLabel": "V-ați conectat", "hideAccountsLabel": "Ascundeți conturile", "showAccountsLabel": "Afișați conturile", - "modalBarrierDismissLabel": "Închideți" + "modalBarrierDismissLabel": "Închideți", + "drawerLabel": "Meniu de navigatie", + "popupMenuLabel": "Meniu pop-up", + "dialogLabel": "Dialog", + "alertDialogLabel": "Alerta" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index f17837d9487e..701f05cac050 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -37,5 +37,9 @@ "signedInLabel": "Вход выполнен", "hideAccountsLabel": "Скрыть аккаунты", "showAccountsLabel": "Показать аккаунты", - "modalBarrierDismissLabel": "Закрыть" + "modalBarrierDismissLabel": "Закрыть", + "drawerLabel": "Меню навигации", + "popupMenuLabel": "Всплывающее меню", + "dialogLabel": "диалог", + "alertDialogLabel": "бдительный" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/flutter_localizations/lib/src/l10n/material_th.arb index e3bc9de7e069..f8cc7db2f26a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_th.arb @@ -34,5 +34,9 @@ "signedInLabel": "ลงชื่อเข้าใช้", "hideAccountsLabel": "ซ่อนบัญชี", "showAccountsLabel": "แสดงบัญชี", - "modalBarrierDismissLabel": "ปิด" + "modalBarrierDismissLabel": "ปิด", + "drawerLabel": "เมนูนำทาง", + "popupMenuLabel": "เมนูป๊อปอัพ", + "dialogLabel": "โต้ตอบ", + "alertDialogLabel": "เตือนภัย" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index 50588849e1b8..33db4ce5c910 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -34,5 +34,9 @@ "signedInLabel": "Oturum açıldı", "hideAccountsLabel": "Hesapları gizle", "showAccountsLabel": "Hesapları göster", - "modalBarrierDismissLabel": "Kapat" + "modalBarrierDismissLabel": "Kapat", + "drawerLabel": "Gezinme menüsü", + "popupMenuLabel": "Açılır menü", + "dialogLabel": "Diyalog", + "alertDialogLabel": "Alarm" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index 792f38c06d55..ba57497a7dc7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -34,5 +34,9 @@ "signedInLabel": "سائن ان کردہ ہے", "hideAccountsLabel": "اکاؤنٹس چھپائیں", "showAccountsLabel": "اکاؤنٹس دکھائیں", - "modalBarrierDismissLabel": "برخاست کریں" + "modalBarrierDismissLabel": "برخاست کریں", + "drawerLabel": "نیویگیشن مینو", + "popupMenuLabel": "پاپ اپ مینو", + "dialogLabel": "ڈائیلاگ", + "alertDialogLabel": "انتباہ" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index f695a2308868..2ca502da606a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -34,5 +34,9 @@ "signedInLabel": "已登录", "hideAccountsLabel": "隐藏帐号", "showAccountsLabel": "显示帐号", - "modalBarrierDismissLabel": "关闭" + "modalBarrierDismissLabel": "关闭", + "drawerLabel": "导航菜单", + "popupMenuLabel": "弹出菜单", + "dialogLabel": "对话", + "alertDialogLabel": "警报" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb index 6cc8ca1e8621..6ac78869de0c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb @@ -34,5 +34,9 @@ "anteMeridiemAbbreviation": "上午", "postMeridiemAbbreviation": "下午", "timePickerHourModeAnnouncement": "選取小時數", - "timePickerMinuteModeAnnouncement": "選取分鐘數" + "timePickerMinuteModeAnnouncement": "選取分鐘數", + "drawerLabel": "导航菜单", + "popupMenuLabel": "弹出菜单", + "dialogLabel": "对话", + "alertDialogLabel": "警报" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb index 6cc8ca1e8621..6ac78869de0c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb @@ -34,5 +34,9 @@ "anteMeridiemAbbreviation": "上午", "postMeridiemAbbreviation": "下午", "timePickerHourModeAnnouncement": "選取小時數", - "timePickerMinuteModeAnnouncement": "選取分鐘數" + "timePickerMinuteModeAnnouncement": "選取分鐘數", + "drawerLabel": "导航菜单", + "popupMenuLabel": "弹出菜单", + "dialogLabel": "对话", + "alertDialogLabel": "警报" } diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 4f1189b769e7..05cb477d9cc4 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -255,6 +255,18 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { @override String get showMenuTooltip => _translationBundle.showMenuTooltip; + @override + String get drawerLabel => _translationBundle.alertDialogLabel; + + @override + String get popupMenuLabel => _translationBundle.popupMenuLabel; + + @override + String get dialogLabel => _translationBundle.dialogLabel; + + @override + String get alertDialogLabel => _translationBundle.alertDialogLabel; + @override String aboutListTileTitle(String applicationName) { final String text = _translationBundle.aboutListTileTitle; From 0a542f853f54dd8715e2be856dd6f0b67cd6c70c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=80=E5=BF=83?= Date: Tue, 24 Apr 2018 04:53:00 +0800 Subject: [PATCH 031/327] Fix bug for calling isEmpty on null object. (#16782) --- .../flutter_localizations/lib/src/material_localizations.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 05cb477d9cc4..1c9a640c8890 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -133,8 +133,7 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { intl.DateFormat _yearMonthFormat; static String _computeLocaleName(Locale locale) { - final String localeName = locale.countryCode.isEmpty ? locale.languageCode : locale.toString(); - return intl.Intl.canonicalizedLocale(localeName); + return intl.Intl.canonicalizedLocale(locale.toString()); } @override From 4c2f724adc335edb50d8ca19201c6c66fde49b96 Mon Sep 17 00:00:00 2001 From: Hans Muller Date: Mon, 23 Apr 2018 15:54:17 -0700 Subject: [PATCH 032/327] Added Vietnamese translations (#16896) --- .../lib/src/l10n/material_ar.arb | 6 +-- .../lib/src/l10n/material_de.arb | 4 +- .../lib/src/l10n/material_de_CH.arb | 4 +- .../lib/src/l10n/material_en_AU.arb | 4 +- .../lib/src/l10n/material_en_CA.arb | 4 +- .../lib/src/l10n/material_en_GB.arb | 4 +- .../lib/src/l10n/material_en_IE.arb | 4 +- .../lib/src/l10n/material_en_IN.arb | 4 +- .../lib/src/l10n/material_en_SG.arb | 4 +- .../lib/src/l10n/material_en_ZA.arb | 4 +- .../lib/src/l10n/material_es.arb | 4 +- .../lib/src/l10n/material_es_419.arb | 2 +- .../lib/src/l10n/material_es_AR.arb | 2 +- .../lib/src/l10n/material_es_BO.arb | 2 +- .../lib/src/l10n/material_es_CL.arb | 2 +- .../lib/src/l10n/material_es_CO.arb | 2 +- .../lib/src/l10n/material_es_CR.arb | 2 +- .../lib/src/l10n/material_es_DO.arb | 2 +- .../lib/src/l10n/material_es_EC.arb | 2 +- .../lib/src/l10n/material_es_GT.arb | 2 +- .../lib/src/l10n/material_es_HN.arb | 2 +- .../lib/src/l10n/material_es_MX.arb | 2 +- .../lib/src/l10n/material_es_NI.arb | 2 +- .../lib/src/l10n/material_es_PA.arb | 2 +- .../lib/src/l10n/material_es_PE.arb | 2 +- .../lib/src/l10n/material_es_PR.arb | 2 +- .../lib/src/l10n/material_es_PY.arb | 2 +- .../lib/src/l10n/material_es_SV.arb | 2 +- .../lib/src/l10n/material_es_US.arb | 2 +- .../lib/src/l10n/material_es_UY.arb | 2 +- .../lib/src/l10n/material_es_VE.arb | 2 +- .../lib/src/l10n/material_fa.arb | 6 +-- .../lib/src/l10n/material_fr.arb | 4 +- .../lib/src/l10n/material_gsw.arb | 4 +- .../lib/src/l10n/material_he.arb | 2 +- .../lib/src/l10n/material_id.arb | 2 +- .../lib/src/l10n/material_it.arb | 4 +- .../lib/src/l10n/material_ja.arb | 4 +- .../lib/src/l10n/material_ko.arb | 2 +- .../lib/src/l10n/material_nl.arb | 6 +-- .../lib/src/l10n/material_no.arb | 4 +- .../lib/src/l10n/material_pl.arb | 6 +-- .../lib/src/l10n/material_pt.arb | 4 +- .../lib/src/l10n/material_pt_PT.arb | 4 +- .../lib/src/l10n/material_ro.arb | 4 +- .../lib/src/l10n/material_ru.arb | 2 +- .../lib/src/l10n/material_th.arb | 6 +-- .../lib/src/l10n/material_tr.arb | 4 +- .../lib/src/l10n/material_vi.arb | 42 +++++++++++++++++++ .../lib/src/l10n/material_zh.arb | 2 +- .../lib/src/l10n/material_zh_HK.arb | 6 +-- .../lib/src/l10n/material_zh_TW.arb | 6 +-- .../lib/src/material_localizations.dart | 2 + 53 files changed, 128 insertions(+), 84 deletions(-) create mode 100644 packages/flutter_localizations/lib/src/l10n/material_vi.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index bad722423b93..75bd85f544e8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -39,8 +39,8 @@ "hideAccountsLabel": "إخفاء الحسابات", "showAccountsLabel": "إظهار الحسابات", "modalBarrierDismissLabel": "رفض", - "drawerLabel": "قائمة الإبحار", - "popupMenuLabel": "القائمة المنبثقة", - "dialogLabel": "الحوار", + "drawerLabel": "قائمة تنقل", + "popupMenuLabel": "قائمة منبثقة", + "dialogLabel": "مربع حوار", "alertDialogLabel": "مربع حوار التنبيه" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index 68613bc014d1..99ee3d30beca 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -37,7 +37,7 @@ "showAccountsLabel": "Konten anzeigen", "modalBarrierDismissLabel": "Schließen", "drawerLabel": "Navigationsmenü", - "popupMenuLabel": "Popup-Menü", - "dialogLabel": "Dialog", + "popupMenuLabel": "Pop-up-Menü", + "dialogLabel": "Dialogfeld", "alertDialogLabel": "Aufmerksam" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb index 0297b5f52970..9b42c3dcf56f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb @@ -36,7 +36,7 @@ "postMeridiemAbbreviation": "NACHM.", "modalBarrierDismissLabel": "Schliessen", "drawerLabel": "Navigationsmenü", - "popupMenuLabel": "Popup-Menü", - "dialogLabel": "Dialog", + "popupMenuLabel": "Pop-up-Menü", + "dialogLabel": "Dialogfeld", "alertDialogLabel": "Aufmerksam" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb index 3a8506aa6e3b..907f36c9418f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb @@ -36,7 +36,7 @@ "postMeridiemAbbreviation": "PM", "modalBarrierDismissLabel": "Dismiss", "drawerLabel": "Navigation menu", - "popupMenuLabel": "Popup menu", - "dialogLabel": "Dialog", + "popupMenuLabel": "Pop-up menu", + "dialogLabel": "Dialogue", "alertDialogLabel": "Alert" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb index 3a8506aa6e3b..907f36c9418f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb @@ -36,7 +36,7 @@ "postMeridiemAbbreviation": "PM", "modalBarrierDismissLabel": "Dismiss", "drawerLabel": "Navigation menu", - "popupMenuLabel": "Popup menu", - "dialogLabel": "Dialog", + "popupMenuLabel": "Pop-up menu", + "dialogLabel": "Dialogue", "alertDialogLabel": "Alert" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb index 38c3af827a6f..b8068389e6b0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb @@ -36,7 +36,7 @@ "postMeridiemAbbreviation": "PM", "modalBarrierDismissLabel": "Dismiss", "drawerLabel": "Navigation menu", - "popupMenuLabel": "Popup menu", - "dialogLabel": "Dialog", + "popupMenuLabel": "Pop-up menu", + "dialogLabel": "Dialogue", "alertDialogLabel": "Alert" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb index 38c3af827a6f..b8068389e6b0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb @@ -36,7 +36,7 @@ "postMeridiemAbbreviation": "PM", "modalBarrierDismissLabel": "Dismiss", "drawerLabel": "Navigation menu", - "popupMenuLabel": "Popup menu", - "dialogLabel": "Dialog", + "popupMenuLabel": "Pop-up menu", + "dialogLabel": "Dialogue", "alertDialogLabel": "Alert" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb index 3a8506aa6e3b..907f36c9418f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb @@ -36,7 +36,7 @@ "postMeridiemAbbreviation": "PM", "modalBarrierDismissLabel": "Dismiss", "drawerLabel": "Navigation menu", - "popupMenuLabel": "Popup menu", - "dialogLabel": "Dialog", + "popupMenuLabel": "Pop-up menu", + "dialogLabel": "Dialogue", "alertDialogLabel": "Alert" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb index 3a8506aa6e3b..907f36c9418f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb @@ -36,7 +36,7 @@ "postMeridiemAbbreviation": "PM", "modalBarrierDismissLabel": "Dismiss", "drawerLabel": "Navigation menu", - "popupMenuLabel": "Popup menu", - "dialogLabel": "Dialog", + "popupMenuLabel": "Pop-up menu", + "dialogLabel": "Dialogue", "alertDialogLabel": "Alert" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb index 38c3af827a6f..b8068389e6b0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb @@ -36,7 +36,7 @@ "postMeridiemAbbreviation": "PM", "modalBarrierDismissLabel": "Dismiss", "drawerLabel": "Navigation menu", - "popupMenuLabel": "Popup menu", - "dialogLabel": "Dialog", + "popupMenuLabel": "Pop-up menu", + "dialogLabel": "Dialogue", "alertDialogLabel": "Alert" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index 5cd2a085195b..24dfd354687c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -36,8 +36,8 @@ "hideAccountsLabel": "Ocultar cuentas", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Ignorar", - "drawerLabel": "Menú de Navegación", + "drawerLabel": "Menú de navegación", "popupMenuLabel": "Menú emergente", - "dialogLabel": "Diálogo", + "dialogLabel": "Cuadro de diálogo", "alertDialogLabel": "Alerta" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb index f9fbb85de35a..71db4d5df3fb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb @@ -35,7 +35,7 @@ "postMeridiemAbbreviation": "p.m.", "timePickerHourModeAnnouncement": "Seleccionar horas", "timePickerMinuteModeAnnouncement": "Seleccionar minutos", - "drawerLabel": "Menú de Navegación", + "drawerLabel": "Menú de navegación", "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta" diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb index f9fbb85de35a..71db4d5df3fb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb @@ -35,7 +35,7 @@ "postMeridiemAbbreviation": "p.m.", "timePickerHourModeAnnouncement": "Seleccionar horas", "timePickerMinuteModeAnnouncement": "Seleccionar minutos", - "drawerLabel": "Menú de Navegación", + "drawerLabel": "Menú de navegación", "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta" diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb index f9fbb85de35a..71db4d5df3fb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb @@ -35,7 +35,7 @@ "postMeridiemAbbreviation": "p.m.", "timePickerHourModeAnnouncement": "Seleccionar horas", "timePickerMinuteModeAnnouncement": "Seleccionar minutos", - "drawerLabel": "Menú de Navegación", + "drawerLabel": "Menú de navegación", "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta" diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb index f9fbb85de35a..71db4d5df3fb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb @@ -35,7 +35,7 @@ "postMeridiemAbbreviation": "p.m.", "timePickerHourModeAnnouncement": "Seleccionar horas", "timePickerMinuteModeAnnouncement": "Seleccionar minutos", - "drawerLabel": "Menú de Navegación", + "drawerLabel": "Menú de navegación", "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta" diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb index f9fbb85de35a..71db4d5df3fb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb @@ -35,7 +35,7 @@ "postMeridiemAbbreviation": "p.m.", "timePickerHourModeAnnouncement": "Seleccionar horas", "timePickerMinuteModeAnnouncement": "Seleccionar minutos", - "drawerLabel": "Menú de Navegación", + "drawerLabel": "Menú de navegación", "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta" diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb index f9fbb85de35a..71db4d5df3fb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb @@ -35,7 +35,7 @@ "postMeridiemAbbreviation": "p.m.", "timePickerHourModeAnnouncement": "Seleccionar horas", "timePickerMinuteModeAnnouncement": "Seleccionar minutos", - "drawerLabel": "Menú de Navegación", + "drawerLabel": "Menú de navegación", "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta" diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb index f9fbb85de35a..71db4d5df3fb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb @@ -35,7 +35,7 @@ "postMeridiemAbbreviation": "p.m.", "timePickerHourModeAnnouncement": "Seleccionar horas", "timePickerMinuteModeAnnouncement": "Seleccionar minutos", - "drawerLabel": "Menú de Navegación", + "drawerLabel": "Menú de navegación", "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta" diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb index f9fbb85de35a..71db4d5df3fb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb @@ -35,7 +35,7 @@ "postMeridiemAbbreviation": "p.m.", "timePickerHourModeAnnouncement": "Seleccionar horas", "timePickerMinuteModeAnnouncement": "Seleccionar minutos", - "drawerLabel": "Menú de Navegación", + "drawerLabel": "Menú de navegación", "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta" diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb index f9fbb85de35a..71db4d5df3fb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb @@ -35,7 +35,7 @@ "postMeridiemAbbreviation": "p.m.", "timePickerHourModeAnnouncement": "Seleccionar horas", "timePickerMinuteModeAnnouncement": "Seleccionar minutos", - "drawerLabel": "Menú de Navegación", + "drawerLabel": "Menú de navegación", "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta" diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb index f9fbb85de35a..71db4d5df3fb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb @@ -35,7 +35,7 @@ "postMeridiemAbbreviation": "p.m.", "timePickerHourModeAnnouncement": "Seleccionar horas", "timePickerMinuteModeAnnouncement": "Seleccionar minutos", - "drawerLabel": "Menú de Navegación", + "drawerLabel": "Menú de navegación", "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta" diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb index f9fbb85de35a..71db4d5df3fb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb @@ -35,7 +35,7 @@ "postMeridiemAbbreviation": "p.m.", "timePickerHourModeAnnouncement": "Seleccionar horas", "timePickerMinuteModeAnnouncement": "Seleccionar minutos", - "drawerLabel": "Menú de Navegación", + "drawerLabel": "Menú de navegación", "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta" diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb index f9fbb85de35a..71db4d5df3fb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb @@ -35,7 +35,7 @@ "postMeridiemAbbreviation": "p.m.", "timePickerHourModeAnnouncement": "Seleccionar horas", "timePickerMinuteModeAnnouncement": "Seleccionar minutos", - "drawerLabel": "Menú de Navegación", + "drawerLabel": "Menú de navegación", "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta" diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb index f9fbb85de35a..71db4d5df3fb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb @@ -35,7 +35,7 @@ "postMeridiemAbbreviation": "p.m.", "timePickerHourModeAnnouncement": "Seleccionar horas", "timePickerMinuteModeAnnouncement": "Seleccionar minutos", - "drawerLabel": "Menú de Navegación", + "drawerLabel": "Menú de navegación", "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta" diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb index f9fbb85de35a..71db4d5df3fb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb @@ -35,7 +35,7 @@ "postMeridiemAbbreviation": "p.m.", "timePickerHourModeAnnouncement": "Seleccionar horas", "timePickerMinuteModeAnnouncement": "Seleccionar minutos", - "drawerLabel": "Menú de Navegación", + "drawerLabel": "Menú de navegación", "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta" diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb index f9fbb85de35a..71db4d5df3fb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb @@ -35,7 +35,7 @@ "postMeridiemAbbreviation": "p.m.", "timePickerHourModeAnnouncement": "Seleccionar horas", "timePickerMinuteModeAnnouncement": "Seleccionar minutos", - "drawerLabel": "Menú de Navegación", + "drawerLabel": "Menú de navegación", "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta" diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb index f9fbb85de35a..71db4d5df3fb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb @@ -35,7 +35,7 @@ "postMeridiemAbbreviation": "p.m.", "timePickerHourModeAnnouncement": "Seleccionar horas", "timePickerMinuteModeAnnouncement": "Seleccionar minutos", - "drawerLabel": "Menú de Navegación", + "drawerLabel": "Menú de navegación", "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta" diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb index f9fbb85de35a..71db4d5df3fb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb @@ -35,7 +35,7 @@ "postMeridiemAbbreviation": "p.m.", "timePickerHourModeAnnouncement": "Seleccionar horas", "timePickerMinuteModeAnnouncement": "Seleccionar minutos", - "drawerLabel": "Menú de Navegación", + "drawerLabel": "Menú de navegación", "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta" diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb index 4fd8c80844c8..1ece1674c6e1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb @@ -35,7 +35,7 @@ "timeOfDayFormat": "h:mm a", "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", - "drawerLabel": "Menú de Navegación", + "drawerLabel": "Menú de navegación", "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta" diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb index f9fbb85de35a..71db4d5df3fb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb @@ -35,7 +35,7 @@ "postMeridiemAbbreviation": "p.m.", "timePickerHourModeAnnouncement": "Seleccionar horas", "timePickerMinuteModeAnnouncement": "Seleccionar minutos", - "drawerLabel": "Menú de Navegación", + "drawerLabel": "Menú de navegación", "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta" diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb index f9fbb85de35a..71db4d5df3fb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb @@ -35,7 +35,7 @@ "postMeridiemAbbreviation": "p.m.", "timePickerHourModeAnnouncement": "Seleccionar horas", "timePickerMinuteModeAnnouncement": "Seleccionar minutos", - "drawerLabel": "Menú de Navegación", + "drawerLabel": "Menú de navegación", "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta" diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index bbe36c61c7b7..d2f410ae4d5d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -35,8 +35,8 @@ "hideAccountsLabel": "پنهان کردن حساب‌ها", "showAccountsLabel": "نشان دادن حساب‌ها", "modalBarrierDismissLabel": "نپذیرفتن", - "drawerLabel": "منوی هدایت", - "popupMenuLabel": "منوی پنجره", - "dialogLabel": "گفتگو", + "drawerLabel": "منوی پیمایش", + "popupMenuLabel": "منوی بازشو", + "dialogLabel": "کادر گفتگو", "alertDialogLabel": "هشدار" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index fc607dd913d7..1b776ba09d0a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -36,8 +36,8 @@ "hideAccountsLabel": "Masquer les comptes", "showAccountsLabel": "Afficher les comptes", "modalBarrierDismissLabel": "Ignorer", - "drawerLabel": "le menu de navigation", + "drawerLabel": "Menu de navigation", "popupMenuLabel": "Menu contextuel", - "dialogLabel": "Dialogue", + "dialogLabel": "Boîte de dialogue", "alertDialogLabel": "Alerte" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index 0129b995300d..353ef4fb9428 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -36,7 +36,7 @@ "postMeridiemAbbreviation": "NACHM.", "modalBarrierDismissLabel": "Schließen", "drawerLabel": "Navigationsmenü", - "popupMenuLabel": "Popup-Menü", - "dialogLabel": "Dialog", + "popupMenuLabel": "Pop-up-Menü", + "dialogLabel": "Dialogfeld", "alertDialogLabel": "Aufmerksam" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index 920513f854ee..ef8cf2b16d03 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -39,6 +39,6 @@ "modalBarrierDismissLabel": "סגירה", "drawerLabel": "תפריט ניווט", "popupMenuLabel": "תפריט קופץ", - "dialogLabel": "דיאלוג", + "dialogLabel": "תיבת דו-שיח", "alertDialogLabel": "עֵרָנִי" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_id.arb b/packages/flutter_localizations/lib/src/l10n/material_id.arb index c12d57011bfb..6301c3ae11f8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_id.arb @@ -36,7 +36,7 @@ "hideAccountsLabel": "Sembunyikan akun", "showAccountsLabel": "Tampilkan akun", "drawerLabel": "Menu navigasi", - "popupMenuLabel": "Menu popup", + "popupMenuLabel": "Menu pop-up", "dialogLabel": "Dialog", "alertDialogLabel": "Waspada" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index ed4003a988e6..a86e50aec5a3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -36,7 +36,7 @@ "showAccountsLabel": "Mostra account", "modalBarrierDismissLabel": "Ignora", "drawerLabel": "Menu di navigazione", - "popupMenuLabel": "Menù popup", - "dialogLabel": "Dialogo", + "popupMenuLabel": "Menu popup", + "dialogLabel": "Finestra di dialogo", "alertDialogLabel": "Mettere in guardia" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index d3b15d1cb879..9e6a8caa21eb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -35,8 +35,8 @@ "hideAccountsLabel": "アカウントを非表示", "showAccountsLabel": "アカウントを表示", "modalBarrierDismissLabel": "閉じる", - "drawerLabel": "ナビゲーションメニュー", - "popupMenuLabel": "ポップアップメニュー", + "drawerLabel": "ナビゲーション メニュー", + "popupMenuLabel": "ポップアップ メニュー", "dialogLabel": "ダイアログ", "alertDialogLabel": "アラート" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index 7bc3a98cc22f..df955a2e9bf9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -37,6 +37,6 @@ "modalBarrierDismissLabel": "닫기", "drawerLabel": "탐색 메뉴", "popupMenuLabel": "팝업 메뉴", - "dialogLabel": "대화", + "dialogLabel": "대화상자", "alertDialogLabel": "경보" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index 5d7b20d686db..d77d422ba8eb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -35,8 +35,8 @@ "hideAccountsLabel": "Accounts verbergen", "showAccountsLabel": "Accounts weergeven", "modalBarrierDismissLabel": "Sluiten", - "drawerLabel": "Navigatie menu", - "popupMenuLabel": "Popup menu", - "dialogLabel": "Dialoog", + "drawerLabel": "Navigatiemenu", + "popupMenuLabel": "Pop-upmenu", + "dialogLabel": "Dialoogvenster", "alertDialogLabel": "Alarm" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_no.arb b/packages/flutter_localizations/lib/src/l10n/material_no.arb index a99bb8b378c6..ad699a21eb38 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_no.arb @@ -36,7 +36,7 @@ "hideAccountsLabel": "Skjul kontoer", "showAccountsLabel": "Vis kontoer", "drawerLabel": "Navigasjonsmeny", - "popupMenuLabel": "Popup meny", - "dialogLabel": "Dialog", + "popupMenuLabel": "Forgrunnsmeny", + "dialogLabel": "Dialogboks", "alertDialogLabel": "Varsling" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index d1ded5c478a1..59a3005b0189 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -37,8 +37,8 @@ "hideAccountsLabel": "Ukryj konta", "showAccountsLabel": "Pokaż konta", "modalBarrierDismissLabel": "Zamknij", - "drawerLabel": "Menu nawigacji", - "popupMenuLabel": "Menu podręczne", - "dialogLabel": "Dialog", + "drawerLabel": "Menu nawigacyjne", + "popupMenuLabel": "Wyskakujące menu", + "dialogLabel": "Okno dialogowe", "alertDialogLabel": "Alarm" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index 87ec5c450a78..dd1ccb89d76d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -38,7 +38,7 @@ "showAccountsLabel": "Mostrar contas", "modalBarrierDismissLabel": "Dispensar", "drawerLabel": "Menu de navegação", - "popupMenuLabel": "Menu popup", - "dialogLabel": "Diálogo", + "popupMenuLabel": "Menu pop-up", + "dialogLabel": "Caixa de diálogo", "alertDialogLabel": "Alerta" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb index 6d24511efffe..9db057c67975 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb @@ -36,7 +36,7 @@ "postMeridiemAbbreviation": "PM", "modalBarrierDismissLabel": "Ignorar", "drawerLabel": "Menu de navegação", - "popupMenuLabel": "Menu popup", - "dialogLabel": "Diálogo", + "popupMenuLabel": "Menu pop-up", + "dialogLabel": "Caixa de diálogo", "alertDialogLabel": "Alerta" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/flutter_localizations/lib/src/l10n/material_ro.arb index 147a78cadff3..9acd689c1171 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ro.arb @@ -37,8 +37,8 @@ "hideAccountsLabel": "Ascundeți conturile", "showAccountsLabel": "Afișați conturile", "modalBarrierDismissLabel": "Închideți", - "drawerLabel": "Meniu de navigatie", + "drawerLabel": "Meniu de navigare", "popupMenuLabel": "Meniu pop-up", - "dialogLabel": "Dialog", + "dialogLabel": "Casetă de dialog", "alertDialogLabel": "Alerta" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index 701f05cac050..b890eb4118b3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -40,6 +40,6 @@ "modalBarrierDismissLabel": "Закрыть", "drawerLabel": "Меню навигации", "popupMenuLabel": "Всплывающее меню", - "dialogLabel": "диалог", + "dialogLabel": "Диалоговое окно", "alertDialogLabel": "бдительный" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/flutter_localizations/lib/src/l10n/material_th.arb index f8cc7db2f26a..cd52adc8df7b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_th.arb @@ -35,8 +35,8 @@ "hideAccountsLabel": "ซ่อนบัญชี", "showAccountsLabel": "แสดงบัญชี", "modalBarrierDismissLabel": "ปิด", - "drawerLabel": "เมนูนำทาง", - "popupMenuLabel": "เมนูป๊อปอัพ", - "dialogLabel": "โต้ตอบ", + "drawerLabel": "เมนูการนำทาง", + "popupMenuLabel": "เมนูป๊อปอัป", + "dialogLabel": "กล่องโต้ตอบ", "alertDialogLabel": "เตือนภัย" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index 33db4ce5c910..55b3f256b213 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -36,7 +36,7 @@ "showAccountsLabel": "Hesapları göster", "modalBarrierDismissLabel": "Kapat", "drawerLabel": "Gezinme menüsü", - "popupMenuLabel": "Açılır menü", - "dialogLabel": "Diyalog", + "popupMenuLabel": "Popup menü", + "dialogLabel": "İletişim kutusu", "alertDialogLabel": "Alarm" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_vi.arb b/packages/flutter_localizations/lib/src/l10n/material_vi.arb new file mode 100644 index 000000000000..a88c7c9b1060 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_vi.arb @@ -0,0 +1,42 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "HH:mm", + "openAppDrawerTooltip": "Mở menu di chuyển", + "backButtonTooltip": "Quay lại", + "closeButtonTooltip": "Đóng", + "deleteButtonTooltip": "Xóa", + "nextMonthTooltip": "Tháng sau", + "previousMonthTooltip": "Tháng trước", + "nextPageTooltip": "Trang tiếp theo", + "previousPageTooltip": "Trang trước", + "showMenuTooltip": "Hiển thị menu", + "aboutListTileTitle": "Giới thiệu về $applicationName", + "licensesPageTitle": "Giấy phép", + "pageRowsInfoTitle": "$firstRow–$lastRow trong tổng số $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow trong tổng số khoảng $rowCount", + "rowsPerPageTitle": "Số hàng mỗi trang:", + "tabLabel": "Tab $tabIndex trong tổng số $tabCount", + "selectedRowCountTitleOne": "Đã chọn 1 mục", + "selectedRowCountTitleOther": "Đã chọn $selectedRowCount mục", + "cancelButtonLabel": "HỦY", + "closeButtonLabel": "ĐÓNG", + "continueButtonLabel": "TIẾP TỤC", + "copyButtonLabel": "SAO CHÉP", + "cutButtonLabel": "CẮT", + "okButtonLabel": "OK", + "pasteButtonLabel": "DÁN", + "selectAllButtonLabel": "CHỌN TẤT CẢ", + "viewLicensesButtonLabel": "XEM GIẤY PHÉP", + "anteMeridiemAbbreviation": "SÁNG", + "postMeridiemAbbreviation": "CHIỀU", + "timePickerHourModeAnnouncement": "Chọn giờ", + "timePickerMinuteModeAnnouncement": "Chọn phút", + "modalBarrierDismissLabel": "Bỏ qua", + "signedInLabel": "Đã đăng nhập", + "hideAccountsLabel": "Ẩn tài khoản", + "showAccountsLabel": "Hiển thị tài khoản", + "drawerLabel": "Menu di chuyển", + "popupMenuLabel": "Menu bật lên", + "dialogLabel": "Hộp thoại", + "alertDialogLabel": "Hộp thoại" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index 2ca502da606a..6bfe4cc774ab 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -37,6 +37,6 @@ "modalBarrierDismissLabel": "关闭", "drawerLabel": "导航菜单", "popupMenuLabel": "弹出菜单", - "dialogLabel": "对话", + "dialogLabel": "对话框", "alertDialogLabel": "警报" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb index 6ac78869de0c..a40f90a10a40 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb @@ -35,8 +35,8 @@ "postMeridiemAbbreviation": "下午", "timePickerHourModeAnnouncement": "選取小時數", "timePickerMinuteModeAnnouncement": "選取分鐘數", - "drawerLabel": "导航菜单", - "popupMenuLabel": "弹出菜单", - "dialogLabel": "对话", + "drawerLabel": "導覽選單", + "popupMenuLabel": "彈出式選單", + "dialogLabel": "對話方塊", "alertDialogLabel": "警报" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb index 6ac78869de0c..a40f90a10a40 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb @@ -35,8 +35,8 @@ "postMeridiemAbbreviation": "下午", "timePickerHourModeAnnouncement": "選取小時數", "timePickerMinuteModeAnnouncement": "選取分鐘數", - "drawerLabel": "导航菜单", - "popupMenuLabel": "弹出菜单", - "dialogLabel": "对话", + "drawerLabel": "導覽選單", + "popupMenuLabel": "彈出式選單", + "dialogLabel": "對話方塊", "alertDialogLabel": "警报" } diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 1c9a640c8890..a5b5164c08dc 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -60,6 +60,7 @@ import 'widgets_localizations.dart'; /// * th - Thai /// * tr - Turkish /// * ur - Urdu +/// * vi - Vietnamese /// * zh - Simplified Chinese /// /// See also: @@ -534,6 +535,7 @@ class _MaterialLocalizationsDelegate extends LocalizationsDelegate Date: Mon, 30 Apr 2018 11:12:25 -0700 Subject: [PATCH 033/327] Add support for the Malay (ms) locale (#17121) --- .../lib/src/l10n/material_ms.arb | 43 +++++++++++++++++++ .../lib/src/material_localizations.dart | 2 + 2 files changed, 45 insertions(+) create mode 100644 packages/flutter_localizations/lib/src/l10n/material_ms.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_ms.arb b/packages/flutter_localizations/lib/src/l10n/material_ms.arb new file mode 100644 index 000000000000..e669f9ab9f31 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_ms.arb @@ -0,0 +1,43 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "h:mm a", + "openAppDrawerTooltip": "Buka menu navigasi", + "backButtonTooltip": "Kembali", + "closeButtonTooltip": "Tutup", + "deleteButtonTooltip": "Buang", + "nextMonthTooltip": "Bulan seterusnya", + "previousMonthTooltip": "Bulan sebelumnya", + "nextPageTooltip": "Halaman seterusnya", + "previousPageTooltip": "Halaman sebelumnya", + "showMenuTooltip": "Tunjuk menu", + "aboutListTileTitle": "Tentang $applicationName", + "licensesPageTitle": "Lesen", + "pageRowsInfoTitle": "$firstRow–$lastRow dari $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow dari lebih kurang $rowCount", + "rowsPerPageTitle": "Baris setiap halaman:", + "tabLabel": "Tab $tabIndex dari $tabCount", + "selectedRowCountTitleZero": "Tiada item dipilih", + "selectedRowCountTitleOne": "1 item dipilih", + "selectedRowCountTitleOther": "$selectedRowCount item dipilih", + "cancelButtonLabel": "BATAL", + "closeButtonLabel": "TUTUP", + "continueButtonLabel": "TERUSKAN", + "copyButtonLabel": "SALIN", + "cutButtonLabel": "POTONG", + "okButtonLabel": "OK", + "pasteButtonLabel": "TAMPAL", + "selectAllButtonLabel": "PILIH SEMUA", + "viewLicensesButtonLabel": "LIHAT LESEN", + "anteMeridiemAbbreviation": "PG", + "postMeridiemAbbreviation": "PTG", + "timePickerHourModeAnnouncement": "Pilih jam", + "timePickerMinuteModeAnnouncement": "Pilih minit", + "modalBarrierDismissLabel": "Abai", + "signedInLabel": "Telah daftar masuk", + "hideAccountsLabel": "Sembunyi akaun", + "showAccountsLabel": "Tunjuk akaun", + "drawerLabel": "Menu navigasi", + "popupMenuLabel": "Menu pop timbul", + "dialogLabel": "Dialog", + "alertDialogLabel": "Amaran" +} diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index a5b5164c08dc..2072fe89b8f3 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -50,6 +50,7 @@ import 'widgets_localizations.dart'; /// * it - Italian /// * ja - Japanese /// * ko - Korean +/// * ms - Malay /// * nl - Dutch /// * no - Norwegian /// * pl - Polish @@ -525,6 +526,7 @@ class _MaterialLocalizationsDelegate extends LocalizationsDelegate Date: Mon, 30 Apr 2018 23:29:46 -0400 Subject: [PATCH 034/327] Updated links to Material design guidelines to use short links. (#17077) --- packages/flutter_localizations/lib/src/l10n/material_en.arb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index fd417b14107e..ca346bc5d42a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -1,7 +1,7 @@ { "scriptCategory": "English-like", "@scriptCategory": { - "description": "The name of the language's script category (see https://material.io/guidelines/style/typography.html#typography-language-categories-reference)." + "description": "The name of the language's script category (see https://material.io/go/design-typography#typography-language-categories-reference)." }, "timeOfDayFormat": "h:mm a", From a018104fbc1331fdd1f3560a0533710f72b54474 Mon Sep 17 00:00:00 2001 From: Hans Muller Date: Tue, 22 May 2018 07:47:39 -0700 Subject: [PATCH 035/327] Change the Norwegian language code from "no" to "nb" (#17788) --- .../lib/src/l10n/{material_no.arb => material_nb.arb} | 0 .../flutter_localizations/lib/src/material_localizations.dart | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename packages/flutter_localizations/lib/src/l10n/{material_no.arb => material_nb.arb} (100%) diff --git a/packages/flutter_localizations/lib/src/l10n/material_no.arb b/packages/flutter_localizations/lib/src/l10n/material_nb.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_no.arb rename to packages/flutter_localizations/lib/src/l10n/material_nb.arb diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 2072fe89b8f3..4ae0cfed1e55 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -52,7 +52,7 @@ import 'widgets_localizations.dart'; /// * ko - Korean /// * ms - Malay /// * nl - Dutch -/// * no - Norwegian +/// * nb - Norwegian /// * pl - Polish /// * ps - Pashto /// * pt - Portuguese @@ -528,7 +528,7 @@ class _MaterialLocalizationsDelegate extends LocalizationsDelegate Date: Thu, 24 May 2018 09:30:37 -0700 Subject: [PATCH 036/327] Expandable Search (#17629) --- .../flutter_localizations/lib/src/l10n/material_ar.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_de.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_de_CH.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_en.arb | 7 ++++++- .../flutter_localizations/lib/src/l10n/material_en_AU.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_en_CA.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_en_GB.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_en_IE.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_en_IN.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_en_SG.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_en_ZA.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_es.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_es_419.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_es_AR.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_es_BO.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_es_CL.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_es_CO.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_es_CR.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_es_DO.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_es_EC.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_es_GT.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_es_HN.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_es_MX.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_es_NI.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_es_PA.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_es_PE.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_es_PR.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_es_PY.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_es_SV.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_es_US.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_es_UY.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_es_VE.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_fa.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_fr.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_gsw.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_he.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_id.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_it.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_ja.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_ko.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_ms.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_nb.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_nl.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_pl.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_ps.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_pt.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_pt_PT.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_ro.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_ru.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_th.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_tr.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_ur.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_vi.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_zh.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_zh_HK.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_zh_TW.arb | 3 ++- .../lib/src/material_localizations.dart | 5 ++++- 57 files changed, 120 insertions(+), 57 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index 75bd85f544e8..91d7b7e9982e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -42,5 +42,6 @@ "drawerLabel": "قائمة تنقل", "popupMenuLabel": "قائمة منبثقة", "dialogLabel": "مربع حوار", - "alertDialogLabel": "مربع حوار التنبيه" + "alertDialogLabel": "مربع حوار التنبيه", + "searchFieldLabel": "بحث" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index 99ee3d30beca..c78f0fe5c342 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -39,5 +39,6 @@ "drawerLabel": "Navigationsmenü", "popupMenuLabel": "Pop-up-Menü", "dialogLabel": "Dialogfeld", - "alertDialogLabel": "Aufmerksam" + "alertDialogLabel": "Aufmerksam", + "searchFieldLabel": "Suchen" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb index 9b42c3dcf56f..d37a4ea3bcd6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb @@ -38,5 +38,6 @@ "drawerLabel": "Navigationsmenü", "popupMenuLabel": "Pop-up-Menü", "dialogLabel": "Dialogfeld", - "alertDialogLabel": "Aufmerksam" + "alertDialogLabel": "Aufmerksam", + "searchFieldLabel": "Suchen" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index ca346bc5d42a..23b1a14025e4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -199,5 +199,10 @@ "alertDialogLabel": "Alert", "@dialogLabel": { "description": "The audio announcement made when an AlertDialog is opened." - } + }, + + "searchFieldLabel": "Search", + "@dialogLabel": { + "description": "Label indicating that a text field is a search field. This will be used as a hint text in the text field." + } } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb index 907f36c9418f..91a8cfbd7807 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb @@ -38,5 +38,6 @@ "drawerLabel": "Navigation menu", "popupMenuLabel": "Pop-up menu", "dialogLabel": "Dialogue", - "alertDialogLabel": "Alert" + "alertDialogLabel": "Alert", + "searchFieldLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb index 907f36c9418f..91a8cfbd7807 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb @@ -38,5 +38,6 @@ "drawerLabel": "Navigation menu", "popupMenuLabel": "Pop-up menu", "dialogLabel": "Dialogue", - "alertDialogLabel": "Alert" + "alertDialogLabel": "Alert", + "searchFieldLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb index b8068389e6b0..ef47923804f7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb @@ -38,5 +38,6 @@ "drawerLabel": "Navigation menu", "popupMenuLabel": "Pop-up menu", "dialogLabel": "Dialogue", - "alertDialogLabel": "Alert" + "alertDialogLabel": "Alert", + "searchFieldLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb index b8068389e6b0..ef47923804f7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb @@ -38,5 +38,6 @@ "drawerLabel": "Navigation menu", "popupMenuLabel": "Pop-up menu", "dialogLabel": "Dialogue", - "alertDialogLabel": "Alert" + "alertDialogLabel": "Alert", + "searchFieldLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb index 907f36c9418f..91a8cfbd7807 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb @@ -38,5 +38,6 @@ "drawerLabel": "Navigation menu", "popupMenuLabel": "Pop-up menu", "dialogLabel": "Dialogue", - "alertDialogLabel": "Alert" + "alertDialogLabel": "Alert", + "searchFieldLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb index 907f36c9418f..91a8cfbd7807 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb @@ -38,5 +38,6 @@ "drawerLabel": "Navigation menu", "popupMenuLabel": "Pop-up menu", "dialogLabel": "Dialogue", - "alertDialogLabel": "Alert" + "alertDialogLabel": "Alert", + "searchFieldLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb index b8068389e6b0..ef47923804f7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb @@ -38,5 +38,6 @@ "drawerLabel": "Navigation menu", "popupMenuLabel": "Pop-up menu", "dialogLabel": "Dialogue", - "alertDialogLabel": "Alert" + "alertDialogLabel": "Alert", + "searchFieldLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index 24dfd354687c..8c37d29c98c6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -39,5 +39,6 @@ "drawerLabel": "Menú de navegación", "popupMenuLabel": "Menú emergente", "dialogLabel": "Cuadro de diálogo", - "alertDialogLabel": "Alerta" + "alertDialogLabel": "Alerta", + "searchFieldLabel": "Buscar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb index 71db4d5df3fb..2aa58d1eebb7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb @@ -38,5 +38,6 @@ "drawerLabel": "Menú de navegación", "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", - "alertDialogLabel": "Alerta" + "alertDialogLabel": "Alerta", + "searchFieldLabel": "Buscar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb index 71db4d5df3fb..2aa58d1eebb7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb @@ -38,5 +38,6 @@ "drawerLabel": "Menú de navegación", "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", - "alertDialogLabel": "Alerta" + "alertDialogLabel": "Alerta", + "searchFieldLabel": "Buscar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb index 71db4d5df3fb..2aa58d1eebb7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb @@ -38,5 +38,6 @@ "drawerLabel": "Menú de navegación", "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", - "alertDialogLabel": "Alerta" + "alertDialogLabel": "Alerta", + "searchFieldLabel": "Buscar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb index 71db4d5df3fb..2aa58d1eebb7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb @@ -38,5 +38,6 @@ "drawerLabel": "Menú de navegación", "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", - "alertDialogLabel": "Alerta" + "alertDialogLabel": "Alerta", + "searchFieldLabel": "Buscar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb index 71db4d5df3fb..2aa58d1eebb7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb @@ -38,5 +38,6 @@ "drawerLabel": "Menú de navegación", "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", - "alertDialogLabel": "Alerta" + "alertDialogLabel": "Alerta", + "searchFieldLabel": "Buscar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb index 71db4d5df3fb..2aa58d1eebb7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb @@ -38,5 +38,6 @@ "drawerLabel": "Menú de navegación", "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", - "alertDialogLabel": "Alerta" + "alertDialogLabel": "Alerta", + "searchFieldLabel": "Buscar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb index 71db4d5df3fb..2aa58d1eebb7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb @@ -38,5 +38,6 @@ "drawerLabel": "Menú de navegación", "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", - "alertDialogLabel": "Alerta" + "alertDialogLabel": "Alerta", + "searchFieldLabel": "Buscar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb index 71db4d5df3fb..2aa58d1eebb7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb @@ -38,5 +38,6 @@ "drawerLabel": "Menú de navegación", "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", - "alertDialogLabel": "Alerta" + "alertDialogLabel": "Alerta", + "searchFieldLabel": "Buscar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb index 71db4d5df3fb..2aa58d1eebb7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb @@ -38,5 +38,6 @@ "drawerLabel": "Menú de navegación", "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", - "alertDialogLabel": "Alerta" + "alertDialogLabel": "Alerta", + "searchFieldLabel": "Buscar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb index 71db4d5df3fb..2aa58d1eebb7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb @@ -38,5 +38,6 @@ "drawerLabel": "Menú de navegación", "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", - "alertDialogLabel": "Alerta" + "alertDialogLabel": "Alerta", + "searchFieldLabel": "Buscar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb index 71db4d5df3fb..2aa58d1eebb7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb @@ -38,5 +38,6 @@ "drawerLabel": "Menú de navegación", "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", - "alertDialogLabel": "Alerta" + "alertDialogLabel": "Alerta", + "searchFieldLabel": "Buscar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb index 71db4d5df3fb..2aa58d1eebb7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb @@ -38,5 +38,6 @@ "drawerLabel": "Menú de navegación", "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", - "alertDialogLabel": "Alerta" + "alertDialogLabel": "Alerta", + "searchFieldLabel": "Buscar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb index 71db4d5df3fb..2aa58d1eebb7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb @@ -38,5 +38,6 @@ "drawerLabel": "Menú de navegación", "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", - "alertDialogLabel": "Alerta" + "alertDialogLabel": "Alerta", + "searchFieldLabel": "Buscar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb index 71db4d5df3fb..2aa58d1eebb7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb @@ -38,5 +38,6 @@ "drawerLabel": "Menú de navegación", "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", - "alertDialogLabel": "Alerta" + "alertDialogLabel": "Alerta", + "searchFieldLabel": "Buscar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb index 71db4d5df3fb..2aa58d1eebb7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb @@ -38,5 +38,6 @@ "drawerLabel": "Menú de navegación", "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", - "alertDialogLabel": "Alerta" + "alertDialogLabel": "Alerta", + "searchFieldLabel": "Buscar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb index 71db4d5df3fb..2aa58d1eebb7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb @@ -38,5 +38,6 @@ "drawerLabel": "Menú de navegación", "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", - "alertDialogLabel": "Alerta" + "alertDialogLabel": "Alerta", + "searchFieldLabel": "Buscar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb index 71db4d5df3fb..2aa58d1eebb7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb @@ -38,5 +38,6 @@ "drawerLabel": "Menú de navegación", "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", - "alertDialogLabel": "Alerta" + "alertDialogLabel": "Alerta", + "searchFieldLabel": "Buscar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb index 1ece1674c6e1..46c328ec79f2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb @@ -38,5 +38,6 @@ "drawerLabel": "Menú de navegación", "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", - "alertDialogLabel": "Alerta" + "alertDialogLabel": "Alerta", + "searchFieldLabel": "Buscar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb index 71db4d5df3fb..2aa58d1eebb7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb @@ -38,5 +38,6 @@ "drawerLabel": "Menú de navegación", "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", - "alertDialogLabel": "Alerta" + "alertDialogLabel": "Alerta", + "searchFieldLabel": "Buscar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb index 71db4d5df3fb..2aa58d1eebb7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb @@ -38,5 +38,6 @@ "drawerLabel": "Menú de navegación", "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", - "alertDialogLabel": "Alerta" + "alertDialogLabel": "Alerta", + "searchFieldLabel": "Buscar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index d2f410ae4d5d..5b96f75e36be 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -38,5 +38,6 @@ "drawerLabel": "منوی پیمایش", "popupMenuLabel": "منوی بازشو", "dialogLabel": "کادر گفتگو", - "alertDialogLabel": "هشدار" + "alertDialogLabel": "هشدار", + "searchFieldLabel": "جستجو کردن" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index 1b776ba09d0a..a2850c3f3b81 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -39,5 +39,6 @@ "drawerLabel": "Menu de navigation", "popupMenuLabel": "Menu contextuel", "dialogLabel": "Boîte de dialogue", - "alertDialogLabel": "Alerte" + "alertDialogLabel": "Alerte", + "searchFieldLabel": "Chercher" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index 353ef4fb9428..3877707c3123 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -38,5 +38,6 @@ "drawerLabel": "Navigationsmenü", "popupMenuLabel": "Pop-up-Menü", "dialogLabel": "Dialogfeld", - "alertDialogLabel": "Aufmerksam" + "alertDialogLabel": "Aufmerksam", + "searchFieldLabel": "Suchen" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index ef8cf2b16d03..324ca4437fd7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -40,5 +40,6 @@ "drawerLabel": "תפריט ניווט", "popupMenuLabel": "תפריט קופץ", "dialogLabel": "תיבת דו-שיח", - "alertDialogLabel": "עֵרָנִי" + "alertDialogLabel": "עֵרָנִי", + "searchFieldLabel": "לחפש" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_id.arb b/packages/flutter_localizations/lib/src/l10n/material_id.arb index 6301c3ae11f8..b9015545840c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_id.arb @@ -38,5 +38,6 @@ "drawerLabel": "Menu navigasi", "popupMenuLabel": "Menu pop-up", "dialogLabel": "Dialog", - "alertDialogLabel": "Waspada" + "alertDialogLabel": "Waspada", + "searchFieldLabel": "Pencarian" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index a86e50aec5a3..1277eec15853 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -38,5 +38,6 @@ "drawerLabel": "Menu di navigazione", "popupMenuLabel": "Menu popup", "dialogLabel": "Finestra di dialogo", - "alertDialogLabel": "Mettere in guardia" + "alertDialogLabel": "Mettere in guardia", + "searchFieldLabel": "Ricerca" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index 9e6a8caa21eb..2fa9a210f729 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -38,5 +38,6 @@ "drawerLabel": "ナビゲーション メニュー", "popupMenuLabel": "ポップアップ メニュー", "dialogLabel": "ダイアログ", - "alertDialogLabel": "アラート" + "alertDialogLabel": "アラート", + "searchFieldLabel": "サーチ" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index df955a2e9bf9..b6b9ebafdbd1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -38,5 +38,6 @@ "drawerLabel": "탐색 메뉴", "popupMenuLabel": "팝업 메뉴", "dialogLabel": "대화상자", - "alertDialogLabel": "경보" + "alertDialogLabel": "경보", + "searchFieldLabel": "수색" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ms.arb b/packages/flutter_localizations/lib/src/l10n/material_ms.arb index e669f9ab9f31..7dfcf2771a3d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ms.arb @@ -39,5 +39,6 @@ "drawerLabel": "Menu navigasi", "popupMenuLabel": "Menu pop timbul", "dialogLabel": "Dialog", - "alertDialogLabel": "Amaran" + "alertDialogLabel": "Amaran", + "searchFieldLabel": "Carian" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nb.arb b/packages/flutter_localizations/lib/src/l10n/material_nb.arb index ad699a21eb38..4aec3db0f18f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nb.arb @@ -38,5 +38,6 @@ "drawerLabel": "Navigasjonsmeny", "popupMenuLabel": "Forgrunnsmeny", "dialogLabel": "Dialogboks", - "alertDialogLabel": "Varsling" + "alertDialogLabel": "Varsling", + "searchFieldLabel": "Søke" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index d77d422ba8eb..a7ba079b7690 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -38,5 +38,6 @@ "drawerLabel": "Navigatiemenu", "popupMenuLabel": "Pop-upmenu", "dialogLabel": "Dialoogvenster", - "alertDialogLabel": "Alarm" + "alertDialogLabel": "Alarm", + "searchFieldLabel": "Zoeken" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index 59a3005b0189..72e73da95d28 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -40,5 +40,6 @@ "drawerLabel": "Menu nawigacyjne", "popupMenuLabel": "Wyskakujące menu", "dialogLabel": "Okno dialogowe", - "alertDialogLabel": "Alarm" + "alertDialogLabel": "Alarm", + "searchFieldLabel": "Szukaj" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ps.arb b/packages/flutter_localizations/lib/src/l10n/material_ps.arb index 89e42fce17f7..a1eb9da5763e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ps.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ps.arb @@ -37,5 +37,6 @@ "drawerLabel": "د نیویگیشن مینو", "popupMenuLabel": "د پاپ اپ مینو", "dialogLabel": "خبرې اترې", - "alertDialogLabel": "خبرتیا" + "alertDialogLabel": "خبرتیا", + "searchFieldLabel": "لټون" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index dd1ccb89d76d..216e79f87726 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -40,5 +40,6 @@ "drawerLabel": "Menu de navegação", "popupMenuLabel": "Menu pop-up", "dialogLabel": "Caixa de diálogo", - "alertDialogLabel": "Alerta" + "alertDialogLabel": "Alerta", + "searchFieldLabel": "Pesquisa" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb index 9db057c67975..7f0eff7b2e60 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb @@ -38,5 +38,6 @@ "drawerLabel": "Menu de navegação", "popupMenuLabel": "Menu pop-up", "dialogLabel": "Caixa de diálogo", - "alertDialogLabel": "Alerta" + "alertDialogLabel": "Alerta", + "searchFieldLabel": "Pesquisa" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/flutter_localizations/lib/src/l10n/material_ro.arb index 9acd689c1171..ca88afcb1ec6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ro.arb @@ -40,5 +40,6 @@ "drawerLabel": "Meniu de navigare", "popupMenuLabel": "Meniu pop-up", "dialogLabel": "Casetă de dialog", - "alertDialogLabel": "Alerta" + "alertDialogLabel": "Alerta", + "searchFieldLabel": "Căutare" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index b890eb4118b3..a9e0fdad0561 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -41,5 +41,6 @@ "drawerLabel": "Меню навигации", "popupMenuLabel": "Всплывающее меню", "dialogLabel": "Диалоговое окно", - "alertDialogLabel": "бдительный" + "alertDialogLabel": "бдительный", + "searchFieldLabel": "Поиск" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/flutter_localizations/lib/src/l10n/material_th.arb index cd52adc8df7b..507f4a9b0ea5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_th.arb @@ -38,5 +38,6 @@ "drawerLabel": "เมนูการนำทาง", "popupMenuLabel": "เมนูป๊อปอัป", "dialogLabel": "กล่องโต้ตอบ", - "alertDialogLabel": "เตือนภัย" + "alertDialogLabel": "เตือนภัย", + "searchFieldLabel": "ค้นหา" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index 55b3f256b213..1300576834c9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -38,5 +38,6 @@ "drawerLabel": "Gezinme menüsü", "popupMenuLabel": "Popup menü", "dialogLabel": "İletişim kutusu", - "alertDialogLabel": "Alarm" + "alertDialogLabel": "Alarm", + "searchFieldLabel": "Arama" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index ba57497a7dc7..814ff5624389 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -38,5 +38,6 @@ "drawerLabel": "نیویگیشن مینو", "popupMenuLabel": "پاپ اپ مینو", "dialogLabel": "ڈائیلاگ", - "alertDialogLabel": "انتباہ" + "alertDialogLabel": "انتباہ", + "searchFieldLabel": "تلاش کریں" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_vi.arb b/packages/flutter_localizations/lib/src/l10n/material_vi.arb index a88c7c9b1060..8b578052300d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_vi.arb @@ -38,5 +38,6 @@ "drawerLabel": "Menu di chuyển", "popupMenuLabel": "Menu bật lên", "dialogLabel": "Hộp thoại", - "alertDialogLabel": "Hộp thoại" + "alertDialogLabel": "Hộp thoại", + "searchFieldLabel": "Tìm kiếm" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index 6bfe4cc774ab..6536d2fa4891 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -38,5 +38,6 @@ "drawerLabel": "导航菜单", "popupMenuLabel": "弹出菜单", "dialogLabel": "对话框", - "alertDialogLabel": "警报" + "alertDialogLabel": "警报", + "searchFieldLabel": "搜索" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb index a40f90a10a40..c54eaa70dbf2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb @@ -38,5 +38,6 @@ "drawerLabel": "導覽選單", "popupMenuLabel": "彈出式選單", "dialogLabel": "對話方塊", - "alertDialogLabel": "警报" + "alertDialogLabel": "警报", + "searchFieldLabel": "搜索" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb index a40f90a10a40..c54eaa70dbf2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb @@ -38,5 +38,6 @@ "drawerLabel": "導覽選單", "popupMenuLabel": "彈出式選單", "dialogLabel": "對話方塊", - "alertDialogLabel": "警报" + "alertDialogLabel": "警报", + "searchFieldLabel": "搜索" } diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 4ae0cfed1e55..cfa744ae3bd4 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -16,7 +16,7 @@ import 'widgets_localizations.dart'; // Watch out: the supported locales list in the doc comment below must be kept // in sync with the list we test, see test/translations_test.dart, and of course -// the acutal list of supported locales in _MaterialLocalizationsDelegate. +// the actual list of supported locales in _MaterialLocalizationsDelegate. /// Localized strings for the material widgets. /// @@ -268,6 +268,9 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { @override String get alertDialogLabel => _translationBundle.alertDialogLabel; + @override + String get searchFieldLabel => _translationBundle.searchFieldLabel; + @override String aboutListTileTitle(String applicationName) { final String text = _translationBundle.aboutListTileTitle; From afdeefb01ae5c184f0ce435a4c2f51f7871e1ae2 Mon Sep 17 00:00:00 2001 From: Alexandre Ardhuin Date: Tue, 5 Jun 2018 08:50:40 +0200 Subject: [PATCH 037/327] enable lint prefer_equal_for_default_values (#18156) --- .../lib/src/material_localizations.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index cfa744ae3bd4..2af9106f367a 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -139,7 +139,7 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { } @override - String formatHour(TimeOfDay timeOfDay, { bool alwaysUse24HourFormat: false }) { + String formatHour(TimeOfDay timeOfDay, { bool alwaysUse24HourFormat = false }) { switch (hourFormat(of: timeOfDayFormat(alwaysUse24HourFormat: alwaysUse24HourFormat))) { case HourFormat.HH: return _twoDigitZeroPaddedFormat.format(timeOfDay.hour); @@ -191,7 +191,7 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { } @override - String formatTimeOfDay(TimeOfDay timeOfDay, { bool alwaysUse24HourFormat: false }) { + String formatTimeOfDay(TimeOfDay timeOfDay, { bool alwaysUse24HourFormat = false }) { // Not using intl.DateFormat for two reasons: // // - DateFormat supports more formats than our material time picker does, @@ -393,7 +393,7 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { /// * http://demo.icu-project.org/icu-bin/locexp?d_=en&_=en_US shows the /// short time pattern used in locale en_US @override - TimeOfDayFormat timeOfDayFormat({ bool alwaysUse24HourFormat: false }) { + TimeOfDayFormat timeOfDayFormat({ bool alwaysUse24HourFormat = false }) { final String icuShortTimePattern = _translationBundle.timeOfDayFormat; assert(() { From 04d09169256804aced0a0da67bd49309903c880e Mon Sep 17 00:00:00 2001 From: Hans Muller Date: Mon, 9 Jul 2018 16:47:45 -0700 Subject: [PATCH 038/327] Updated the material localizations (#19174) --- .../lib/src/l10n/material_ms.arb | 18 +++++++++--------- .../lib/src/l10n/material_ur.arb | 2 +- .../lib/src/material_localizations.dart | 2 ++ 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/material_ms.arb b/packages/flutter_localizations/lib/src/l10n/material_ms.arb index 7dfcf2771a3d..5e8fa1234241 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ms.arb @@ -4,16 +4,16 @@ "openAppDrawerTooltip": "Buka menu navigasi", "backButtonTooltip": "Kembali", "closeButtonTooltip": "Tutup", - "deleteButtonTooltip": "Buang", - "nextMonthTooltip": "Bulan seterusnya", + "deleteButtonTooltip": "Padam", + "nextMonthTooltip": "Bulan depan", "previousMonthTooltip": "Bulan sebelumnya", "nextPageTooltip": "Halaman seterusnya", "previousPageTooltip": "Halaman sebelumnya", - "showMenuTooltip": "Tunjuk menu", - "aboutListTileTitle": "Tentang $applicationName", + "showMenuTooltip": "Tunjukkan menu", + "aboutListTileTitle": "Perihal $applicationName", "licensesPageTitle": "Lesen", "pageRowsInfoTitle": "$firstRow–$lastRow dari $rowCount", - "pageRowsInfoTitleApproximate": "$firstRow–$lastRow dari lebih kurang $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow dari kira-kira $rowCount", "rowsPerPageTitle": "Baris setiap halaman:", "tabLabel": "Tab $tabIndex dari $tabCount", "selectedRowCountTitleZero": "Tiada item dipilih", @@ -32,10 +32,10 @@ "postMeridiemAbbreviation": "PTG", "timePickerHourModeAnnouncement": "Pilih jam", "timePickerMinuteModeAnnouncement": "Pilih minit", - "modalBarrierDismissLabel": "Abai", - "signedInLabel": "Telah daftar masuk", - "hideAccountsLabel": "Sembunyi akaun", - "showAccountsLabel": "Tunjuk akaun", + "modalBarrierDismissLabel": "Tolak", + "signedInLabel": "Dilog masuk", + "hideAccountsLabel": "Sembunyikan akaun", + "showAccountsLabel": "Tunjukkan akaun", "drawerLabel": "Menu navigasi", "popupMenuLabel": "Menu pop timbul", "dialogLabel": "Dialog", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index 814ff5624389..7daa58abda6a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -37,7 +37,7 @@ "modalBarrierDismissLabel": "برخاست کریں", "drawerLabel": "نیویگیشن مینو", "popupMenuLabel": "پاپ اپ مینو", - "dialogLabel": "ڈائیلاگ", + "dialogLabel": "ڈائلاگ", "alertDialogLabel": "انتباہ", "searchFieldLabel": "تلاش کریں" } diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 2af9106f367a..382b85fab317 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -45,6 +45,7 @@ import 'widgets_localizations.dart'; /// * es - Spanish /// * fa - Farsi /// * fr - French +/// * gsw - Swiss German /// * he - Hebrew /// * id - Indonesian /// * it - Italian @@ -524,6 +525,7 @@ class _MaterialLocalizationsDelegate extends LocalizationsDelegate Date: Thu, 12 Jul 2018 08:21:59 -0700 Subject: [PATCH 039/327] Update translation descriptions: alertDialogLabel, searchFieldLabel (#19234) --- .../flutter_localizations/lib/src/l10n/material_en.arb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index 23b1a14025e4..5a6d30872f0f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -197,12 +197,12 @@ }, "alertDialogLabel": "Alert", - "@dialogLabel": { + "@alertDialogLabel": { "description": "The audio announcement made when an AlertDialog is opened." }, "searchFieldLabel": "Search", - "@dialogLabel": { - "description": "Label indicating that a text field is a search field. This will be used as a hint text in the text field." - } + "@searchFieldLabel": { + "description": "Label indicating that a text field is a search field. This will be used as a hint text in the text field." + } } From 9030815690302c6b19ecdbd87ecf07766d4b4b87 Mon Sep 17 00:00:00 2001 From: Alexandre Ardhuin Date: Mon, 16 Jul 2018 21:43:48 +0200 Subject: [PATCH 040/327] enable lint unnecessary_const (#19342) --- .../lib/src/material_localizations.dart | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 382b85fab317..575cac1a3f0f 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -436,7 +436,7 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { /// Most internationalized apps will use [GlobalMaterialLocalizations.delegates] /// as the value of [MaterialApp.localizationsDelegates] to include /// the localizations for both the material and widget libraries. - static const LocalizationsDelegate delegate = const _MaterialLocalizationsDelegate(); + static const LocalizationsDelegate delegate = _MaterialLocalizationsDelegate(); /// A value for [MaterialApp.localizationsDelegates] that's typically used by /// internationalized apps. @@ -457,13 +457,13 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { /// // ... /// ) /// ``` - static const List> delegates = const >[ + static const List> delegates = >[ GlobalMaterialLocalizations.delegate, GlobalWidgetsLocalizations.delegate, ]; } -const Map _icuTimeOfDayToEnum = const { +const Map _icuTimeOfDayToEnum = { 'HH:mm': TimeOfDayFormat.HH_colon_mm, 'HH.mm': TimeOfDayFormat.HH_dot_mm, "HH 'h' mm": TimeOfDayFormat.frenchCanadian, @@ -518,7 +518,7 @@ class _MaterialLocalizationsDelegate extends LocalizationsDelegate _supportedLanguages = const [ + static const List _supportedLanguages = [ 'ar', // Arabic 'de', // German 'en', // English From 7ec9f2a49aac6d503f96b67287a2b2c77698d556 Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Mon, 16 Jul 2018 13:30:27 -0700 Subject: [PATCH 041/327] Revert "enable lint unnecessary_const (#19342)" (#19423) This reverts commit 9030815690302c6b19ecdbd87ecf07766d4b4b87. --- .../lib/src/material_localizations.dart | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 575cac1a3f0f..382b85fab317 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -436,7 +436,7 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { /// Most internationalized apps will use [GlobalMaterialLocalizations.delegates] /// as the value of [MaterialApp.localizationsDelegates] to include /// the localizations for both the material and widget libraries. - static const LocalizationsDelegate delegate = _MaterialLocalizationsDelegate(); + static const LocalizationsDelegate delegate = const _MaterialLocalizationsDelegate(); /// A value for [MaterialApp.localizationsDelegates] that's typically used by /// internationalized apps. @@ -457,13 +457,13 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { /// // ... /// ) /// ``` - static const List> delegates = >[ + static const List> delegates = const >[ GlobalMaterialLocalizations.delegate, GlobalWidgetsLocalizations.delegate, ]; } -const Map _icuTimeOfDayToEnum = { +const Map _icuTimeOfDayToEnum = const { 'HH:mm': TimeOfDayFormat.HH_colon_mm, 'HH.mm': TimeOfDayFormat.HH_dot_mm, "HH 'h' mm": TimeOfDayFormat.frenchCanadian, @@ -518,7 +518,7 @@ class _MaterialLocalizationsDelegate extends LocalizationsDelegate _supportedLanguages = [ + static const List _supportedLanguages = const [ 'ar', // Arabic 'de', // German 'en', // English From 5efaf75c8e248c757c8fa7d8e92179583d1e2229 Mon Sep 17 00:00:00 2001 From: Hans Muller Date: Thu, 19 Jul 2018 14:19:21 -0700 Subject: [PATCH 042/327] Added 20 new supported locales to Material (#19567) --- .../lib/src/l10n/material_bg.arb | 43 ++++++++++++++++++ .../lib/src/l10n/material_bs.arb | 44 ++++++++++++++++++ .../lib/src/l10n/material_ca.arb | 43 ++++++++++++++++++ .../lib/src/l10n/material_cs.arb | 45 +++++++++++++++++++ .../lib/src/l10n/material_da.arb | 43 ++++++++++++++++++ .../lib/src/l10n/material_el.arb | 43 ++++++++++++++++++ .../lib/src/l10n/material_et.arb | 43 ++++++++++++++++++ .../lib/src/l10n/material_fi.arb | 43 ++++++++++++++++++ .../lib/src/l10n/material_fil.arb | 43 ++++++++++++++++++ .../lib/src/l10n/material_hi.arb | 43 ++++++++++++++++++ .../lib/src/l10n/material_hr.arb | 44 ++++++++++++++++++ .../lib/src/l10n/material_hu.arb | 43 ++++++++++++++++++ .../lib/src/l10n/material_lt.arb | 45 +++++++++++++++++++ .../lib/src/l10n/material_lv.arb | 44 ++++++++++++++++++ .../lib/src/l10n/material_sk.arb | 45 +++++++++++++++++++ .../lib/src/l10n/material_sl.arb | 45 +++++++++++++++++++ .../lib/src/l10n/material_sr.arb | 44 ++++++++++++++++++ .../lib/src/l10n/material_sr_Latn.arb | 44 ++++++++++++++++++ .../lib/src/l10n/material_sv.arb | 43 ++++++++++++++++++ .../lib/src/l10n/material_tl.arb | 43 ++++++++++++++++++ .../lib/src/l10n/material_uk.arb | 45 +++++++++++++++++++ .../lib/src/material_localizations.dart | 40 +++++++++++++++++ 22 files changed, 958 insertions(+) create mode 100644 packages/flutter_localizations/lib/src/l10n/material_bg.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_bs.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_ca.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_cs.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_da.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_el.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_et.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_fi.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_fil.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_hi.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_hr.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_hu.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_lt.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_lv.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_sk.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_sl.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_sr.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_sv.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_tl.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_uk.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_bg.arb b/packages/flutter_localizations/lib/src/l10n/material_bg.arb new file mode 100644 index 000000000000..1f4b36d004b9 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_bg.arb @@ -0,0 +1,43 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "HH:mm", + "openAppDrawerTooltip": "Отваряне на менюто за навигация", + "backButtonTooltip": "Назад", + "closeButtonTooltip": "Затваряне", + "deleteButtonTooltip": "Изтриване", + "nextMonthTooltip": "Следващият месец", + "previousMonthTooltip": "Предишният месец", + "nextPageTooltip": "Следващата страница", + "previousPageTooltip": "Предишната страница", + "showMenuTooltip": "Показване на менюто", + "aboutListTileTitle": "Всичко за $applicationName", + "licensesPageTitle": "Лицензи", + "pageRowsInfoTitle": "$firstRow – $lastRow от $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow – $lastRow от около $rowCount", + "rowsPerPageTitle": "Редове на страница:", + "tabLabel": "Раздел $tabIndex от $tabCount", + "selectedRowCountTitleOne": "Избран е 1 елемент", + "selectedRowCountTitleOther": "Избрани са $selectedRowCount елемента", + "cancelButtonLabel": "ОТКАЗ", + "closeButtonLabel": "ЗАТВАРЯНЕ", + "continueButtonLabel": "НАПРЕД", + "copyButtonLabel": "КОПИРАНЕ", + "cutButtonLabel": "ИЗРЯЗВАНЕ", + "okButtonLabel": "OK", + "pasteButtonLabel": "ПОСТАВЯНЕ", + "selectAllButtonLabel": "ИЗБИРАНЕ НА ВСИЧКО", + "viewLicensesButtonLabel": "ПРЕГЛЕД НА ЛИЦЕНЗИТЕ", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "timePickerHourModeAnnouncement": "Избиране на часове", + "timePickerMinuteModeAnnouncement": "Избиране на минути", + "modalBarrierDismissLabel": "Отхвърляне", + "signedInLabel": "В профила си сте", + "hideAccountsLabel": "Скриване на профилите", + "showAccountsLabel": "Показване на профилите", + "drawerLabel": "Меню за навигация", + "popupMenuLabel": "Изскачащо меню", + "dialogLabel": "Диалогов прозорец", + "alertDialogLabel": "TBD", + "searchFieldLabel": "TBD" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_bs.arb b/packages/flutter_localizations/lib/src/l10n/material_bs.arb new file mode 100644 index 000000000000..fcf1f2550fa0 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_bs.arb @@ -0,0 +1,44 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "HH:mm", + "selectedRowCountTitleFew": "Odabrane su $selectedRowCount stavke", + "openAppDrawerTooltip": "Otvaranje izbornika za navigaciju", + "backButtonTooltip": "Natrag", + "closeButtonTooltip": "Zatvaranje", + "deleteButtonTooltip": "Brisanje", + "nextMonthTooltip": "Sljedeći mjesec", + "previousMonthTooltip": "Prethodni mjesec", + "nextPageTooltip": "Sljedeća stranica", + "previousPageTooltip": "Prethodna stranica", + "showMenuTooltip": "Prikaz izbornika", + "aboutListTileTitle": "O aplikaciji $applicationName", + "licensesPageTitle": "Licence", + "pageRowsInfoTitle": "$firstRow – $lastRow od $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow – $lastRow od otprilike $rowCount", + "rowsPerPageTitle": "Redaka po stranici:", + "tabLabel": "Kartica $tabIndex od $tabCount", + "selectedRowCountTitleOne": "Odabrana je jedna stavka", + "selectedRowCountTitleOther": "Odabrano je $selectedRowCount stavki", + "cancelButtonLabel": "ODUSTANI", + "closeButtonLabel": "ZATVORI", + "continueButtonLabel": "NASTAVI", + "copyButtonLabel": "KOPIRAJ", + "cutButtonLabel": "IZREŽI", + "okButtonLabel": "U REDU", + "pasteButtonLabel": "ZALIJEPI", + "selectAllButtonLabel": "ODABERI SVE", + "viewLicensesButtonLabel": "PRIKAŽI LICENCE", + "anteMeridiemAbbreviation": "prijepodne", + "postMeridiemAbbreviation": "popodne", + "timePickerHourModeAnnouncement": "Odaberite sate", + "timePickerMinuteModeAnnouncement": "Odaberite minute", + "modalBarrierDismissLabel": "Odbaci", + "signedInLabel": "Prijavljeni korisnik", + "hideAccountsLabel": "Sakrijte račune", + "showAccountsLabel": "Prikažite račune", + "drawerLabel": "Navigacijski izbornik", + "popupMenuLabel": "Skočni izbornik", + "dialogLabel": "Dijalog", + "alertDialogLabel": "TBD", + "searchFieldLabel": "TBD" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_ca.arb b/packages/flutter_localizations/lib/src/l10n/material_ca.arb new file mode 100644 index 000000000000..f9b02af06802 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_ca.arb @@ -0,0 +1,43 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "HH:mm", + "openAppDrawerTooltip": "Obre el menú de navegació", + "backButtonTooltip": "Enrere", + "closeButtonTooltip": "Tanca", + "deleteButtonTooltip": "Suprimeix", + "nextMonthTooltip": "Mes següent", + "previousMonthTooltip": "Mes anterior", + "nextPageTooltip": "Pàgina següent", + "previousPageTooltip": "Pàgina anterior", + "showMenuTooltip": "Mostra el menú", + "aboutListTileTitle": "Sobre $applicationName", + "licensesPageTitle": "Llicències", + "pageRowsInfoTitle": "$firstRow-$lastRow de $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow-$lastRow d'aproximadament $rowCount", + "rowsPerPageTitle": "Files per pàgina:", + "tabLabel": "Pestanya $tabIndex de $tabCount", + "selectedRowCountTitleOne": "S'ha seleccionat 1 element", + "selectedRowCountTitleOther": "S'han seleccionat $selectedRowCount elements", + "cancelButtonLabel": "CANCEL·LA", + "closeButtonLabel": "TANCA", + "continueButtonLabel": "CONTINUA", + "copyButtonLabel": "COPIA", + "cutButtonLabel": "RETALLA", + "okButtonLabel": "D'ACORD", + "pasteButtonLabel": "ENGANXA", + "selectAllButtonLabel": "SELECCIONA-HO TOT", + "viewLicensesButtonLabel": "MOSTRA LES LLICÈNCIES", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "timePickerHourModeAnnouncement": "Selecciona les hores", + "timePickerMinuteModeAnnouncement": "Selecciona els minuts", + "modalBarrierDismissLabel": "Ignora", + "signedInLabel": "Sessió iniciada", + "hideAccountsLabel": "Amaga els comptes", + "showAccountsLabel": "Mostra els comptes", + "drawerLabel": "Menú de navegació", + "popupMenuLabel": "Menú emergent", + "dialogLabel": "Diàleg", + "alertDialogLabel": "TBD", + "searchFieldLabel": "TBD" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_cs.arb b/packages/flutter_localizations/lib/src/l10n/material_cs.arb new file mode 100644 index 000000000000..3a31cb06d793 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_cs.arb @@ -0,0 +1,45 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "HH:mm", + "selectedRowCountTitleFew": "Jsou vybrány $selectedRowCount položky", + "selectedRowCountTitleMany": "Je vybráno $selectedRowCount položky", + "openAppDrawerTooltip": "Otevřít navigační nabídku", + "backButtonTooltip": "Zpět", + "closeButtonTooltip": "Zavřít", + "deleteButtonTooltip": "Smazat", + "nextMonthTooltip": "Další měsíc", + "previousMonthTooltip": "Předchozí měsíc", + "nextPageTooltip": "Další stránka", + "previousPageTooltip": "Předchozí stránka", + "showMenuTooltip": "Zobrazit nabídku", + "aboutListTileTitle": "O aplikaci $applicationName", + "licensesPageTitle": "Licence", + "pageRowsInfoTitle": "$firstRow–$lastRow z $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow z asi $rowCount", + "rowsPerPageTitle": "Počet řádků na stránku:", + "tabLabel": "Karta $tabIndex z $tabCount", + "selectedRowCountTitleOne": "Je vybrána 1 položka", + "selectedRowCountTitleOther": "Je vybráno $selectedRowCount položek", + "cancelButtonLabel": "ZRUŠIT", + "closeButtonLabel": "ZAVŘÍT", + "continueButtonLabel": "POKRAČOVAT", + "copyButtonLabel": "KOPÍROVAT", + "cutButtonLabel": "VYJMOUT", + "okButtonLabel": "OK", + "pasteButtonLabel": "VLOŽIT", + "selectAllButtonLabel": "VYBRAT VŠE", + "viewLicensesButtonLabel": "ZOBRAZIT LICENCE", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "timePickerHourModeAnnouncement": "Vyberte hodiny", + "timePickerMinuteModeAnnouncement": "Vyberte minuty", + "modalBarrierDismissLabel": "Zavřít", + "signedInLabel": "Uživatel přihlášen", + "hideAccountsLabel": "Skrýt účty", + "showAccountsLabel": "Zobrazit účty", + "drawerLabel": "Navigační nabídka", + "popupMenuLabel": "Vyskakovací nabídka", + "dialogLabel": "Dialogové okno", + "alertDialogLabel": "TBD", + "searchFieldLabel": "TBD" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_da.arb b/packages/flutter_localizations/lib/src/l10n/material_da.arb new file mode 100644 index 000000000000..c63e24deb70a --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_da.arb @@ -0,0 +1,43 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "HH:mm", + "openAppDrawerTooltip": "Åbn navigationsmenuen", + "backButtonTooltip": "Tilbage", + "closeButtonTooltip": "Luk", + "deleteButtonTooltip": "Slet", + "nextMonthTooltip": "Næste måned", + "previousMonthTooltip": "Forrige måned", + "nextPageTooltip": "Næste side", + "previousPageTooltip": "Forrige side", + "showMenuTooltip": "Vis menu", + "aboutListTileTitle": "Om $applicationName", + "licensesPageTitle": "Licenser", + "pageRowsInfoTitle": "$firstRow-$lastRow af $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow-$lastRow af ca. $rowCount", + "rowsPerPageTitle": "Rækker pr. side:", + "tabLabel": "Fane $tabIndex af $tabCount", + "selectedRowCountTitleOne": "1 element er valgt", + "selectedRowCountTitleOther": "$selectedRowCount elementer er valgt", + "cancelButtonLabel": "ANNULLER", + "closeButtonLabel": "LUK", + "continueButtonLabel": "FORTSÆT", + "copyButtonLabel": "KOPIÉR", + "cutButtonLabel": "KLIP", + "okButtonLabel": "OK", + "pasteButtonLabel": "SÆT IND", + "selectAllButtonLabel": "VÆLG ALLE", + "viewLicensesButtonLabel": "SE LICENSER", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "timePickerHourModeAnnouncement": "Vælg timer", + "timePickerMinuteModeAnnouncement": "Vælg minutter", + "modalBarrierDismissLabel": "Afvis", + "signedInLabel": "Logget ind", + "hideAccountsLabel": "Skjul konti", + "showAccountsLabel": "Vis konti", + "drawerLabel": "Navigationsmenu", + "popupMenuLabel": "Pop op-menu", + "dialogLabel": "Dialogboks", + "alertDialogLabel": "TBD", + "searchFieldLabel": "TBD" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_el.arb b/packages/flutter_localizations/lib/src/l10n/material_el.arb new file mode 100644 index 000000000000..f9e3e95ccb97 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_el.arb @@ -0,0 +1,43 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "HH:mm", + "openAppDrawerTooltip": "Άνοιγμα μενού πλοήγησης", + "backButtonTooltip": "Πίσω", + "closeButtonTooltip": "Κλείσιμο", + "deleteButtonTooltip": "Διαγραφή", + "nextMonthTooltip": "Επόμενος μήνας", + "previousMonthTooltip": "Προηγούμενος μήνας", + "nextPageTooltip": "Επόμενη σελίδα", + "previousPageTooltip": "Προηγούμενη σελίδα", + "showMenuTooltip": "Εμφάνιση μενού", + "aboutListTileTitle": "Σχετικά με την εφαρμογή $applicationName", + "licensesPageTitle": "Άδειες", + "pageRowsInfoTitle": "$firstRow-$lastRow από $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow-$lastRow από περίπου $rowCount", + "rowsPerPageTitle": "Σειρές ανά σελίδα:", + "tabLabel": "Καρτέλα $tabIndex από $tabCount", + "selectedRowCountTitleOne": "Επιλέχθηκε 1 στοιχείο", + "selectedRowCountTitleOther": "Επιλέχθηκαν $selectedRowCount στοιχεία", + "cancelButtonLabel": "ΑΚΥΡΩΣΗ", + "closeButtonLabel": "ΚΛΕΙΣΙΜΟ", + "continueButtonLabel": "ΣΥΝΕΧΕΙΑ", + "copyButtonLabel": "ΑΝΤΙΓΡΑΦΗ", + "cutButtonLabel": "ΑΠΟΚΟΠΗ", + "okButtonLabel": "ΟΚ", + "pasteButtonLabel": "ΕΠΙΚΟΛΛΗΣΗ", + "selectAllButtonLabel": "ΕΠΙΛΟΓΗ ΟΛΩΝ", + "viewLicensesButtonLabel": "ΠΡΟΒΟΛΗ ΑΔΕΙΩΝ", + "anteMeridiemAbbreviation": "π.μ.", + "postMeridiemAbbreviation": "μ.μ.", + "timePickerHourModeAnnouncement": "Επιλογή ωρών", + "timePickerMinuteModeAnnouncement": "Επιλογή λεπτών", + "modalBarrierDismissLabel": "Παράβλεψη", + "signedInLabel": "Σε σύνδεση", + "hideAccountsLabel": "Απόκρυψη λογαριασμών", + "showAccountsLabel": "Εμφάνιση λογαριασμών", + "drawerLabel": "Μενού πλοήγησης", + "popupMenuLabel": "Αναδυόμενο μενού", + "dialogLabel": "Παράθυρο διαλόγου", + "alertDialogLabel": "TBD", + "searchFieldLabel": "TBD" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_et.arb b/packages/flutter_localizations/lib/src/l10n/material_et.arb new file mode 100644 index 000000000000..df5def576138 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_et.arb @@ -0,0 +1,43 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "HH:mm", + "openAppDrawerTooltip": "Ava navigeerimismenüü", + "backButtonTooltip": "Tagasi", + "closeButtonTooltip": "Sule", + "deleteButtonTooltip": "Kustuta", + "nextMonthTooltip": "Järgmine kuu", + "previousMonthTooltip": "Eelmine kuu", + "nextPageTooltip": "Järgmine leht", + "previousPageTooltip": "Eelmine leht", + "showMenuTooltip": "Kuva menüü", + "aboutListTileTitle": "Teave rakenduse $applicationName kohta", + "licensesPageTitle": "Litsentsid", + "pageRowsInfoTitle": "$firstRow–$lastRow $rowCount-st", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow umbes $rowCount-st", + "rowsPerPageTitle": "Ridu lehe kohta:", + "tabLabel": "$tabIndex. vahekaart $tabCount-st", + "selectedRowCountTitleOne": "Valitud on 1 üksus", + "selectedRowCountTitleOther": "Valitud on $selectedRowCount üksust", + "cancelButtonLabel": "TÜHISTA", + "closeButtonLabel": "SULE", + "continueButtonLabel": "JÄTKA", + "copyButtonLabel": "KOPEERI", + "cutButtonLabel": "LÕIKA", + "okButtonLabel": "OK", + "pasteButtonLabel": "KLEEBI", + "selectAllButtonLabel": "VALI KÕIK", + "viewLicensesButtonLabel": "KUVA LITSENTSID", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "timePickerHourModeAnnouncement": "Tundide valimine", + "timePickerMinuteModeAnnouncement": "Minutite valimine", + "modalBarrierDismissLabel": "Loobu", + "signedInLabel": "Sisse logitud", + "hideAccountsLabel": "Peida kontod", + "showAccountsLabel": "Kuva kontod", + "drawerLabel": "Navigeerimismenüü", + "popupMenuLabel": "Hüpikmenüü", + "dialogLabel": "Dialoog", + "alertDialogLabel": "TBD", + "searchFieldLabel": "TBD" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_fi.arb b/packages/flutter_localizations/lib/src/l10n/material_fi.arb new file mode 100644 index 000000000000..eebc68901972 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_fi.arb @@ -0,0 +1,43 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "HH:mm", + "openAppDrawerTooltip": "Avaa navigointivalikko", + "backButtonTooltip": "Takaisin", + "closeButtonTooltip": "Sulje", + "deleteButtonTooltip": "Poista", + "nextMonthTooltip": "Seuraava kuukausi", + "previousMonthTooltip": "Edellinen kuukausi", + "nextPageTooltip": "Seuraava sivu", + "previousPageTooltip": "Edellinen sivu", + "showMenuTooltip": "Näytä valikko", + "aboutListTileTitle": "Tietoja sovelluksesta $applicationName", + "licensesPageTitle": "Lisenssit", + "pageRowsInfoTitle": "$firstRow–$lastRow/$rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow/~$rowCount", + "rowsPerPageTitle": "Riviä/sivu:", + "tabLabel": "Välilehti $tabIndex/$tabCount", + "selectedRowCountTitleOne": "1 kohde valittu", + "selectedRowCountTitleOther": "$selectedRowCount kohdetta valittu", + "cancelButtonLabel": "PERUUTA", + "closeButtonLabel": "SULJE", + "continueButtonLabel": "JATKA", + "copyButtonLabel": "COPY", + "cutButtonLabel": "LEIKKAA", + "okButtonLabel": "OK", + "pasteButtonLabel": "LIITÄ", + "selectAllButtonLabel": "VALITSE KAIKKI", + "viewLicensesButtonLabel": "NÄYTÄ KÄYTTÖOIKEUDET", + "anteMeridiemAbbreviation": "ap", + "postMeridiemAbbreviation": "ip", + "timePickerHourModeAnnouncement": "Valitse tunnit", + "timePickerMinuteModeAnnouncement": "Valitse minuutit", + "modalBarrierDismissLabel": "Ohita", + "signedInLabel": "Kirjautunut sisään", + "hideAccountsLabel": "Piilota tilit", + "showAccountsLabel": "Näytä tilit", + "drawerLabel": "Navigointivalikko", + "popupMenuLabel": "Ponnahdusvalikko", + "dialogLabel": "Valintaikkuna", + "alertDialogLabel": "TBD", + "searchFieldLabel": "TBD" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_fil.arb b/packages/flutter_localizations/lib/src/l10n/material_fil.arb new file mode 100644 index 000000000000..97aa8e81385f --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_fil.arb @@ -0,0 +1,43 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "HH:mm", + "openAppDrawerTooltip": "Buksan ang menu ng navigation", + "backButtonTooltip": "Bumalik", + "closeButtonTooltip": "Isara", + "deleteButtonTooltip": "I-delete", + "nextMonthTooltip": "Susunod na buwan", + "previousMonthTooltip": "Nakaraang buwan", + "nextPageTooltip": "Susunod na page", + "previousPageTooltip": "Nakaraang page", + "showMenuTooltip": "Ipakita ang menu", + "aboutListTileTitle": "Tungkol sa $applicationName", + "licensesPageTitle": "Mga Lisensya", + "pageRowsInfoTitle": "$firstRow–$lastRow ng $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow ng humigit kumulang $rowCount", + "rowsPerPageTitle": "Mga row bawat page:", + "tabLabel": "Tab $tabIndex ng $tabCount", + "selectedRowCountTitleOne": "1 item ang napili", + "selectedRowCountTitleOther": "$selectedRowCount na item ang napili", + "cancelButtonLabel": "KANSELAHIN", + "closeButtonLabel": "ISARA", + "continueButtonLabel": "MAGPATULOY", + "copyButtonLabel": "KOPYAHIN", + "cutButtonLabel": "I-CUT", + "okButtonLabel": "OK", + "pasteButtonLabel": "I-PASTE", + "selectAllButtonLabel": "PILIIN LAHAT", + "viewLicensesButtonLabel": "TINGNAN ANG MGA LISENSYA", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "timePickerHourModeAnnouncement": "Pumili ng mga oras", + "timePickerMinuteModeAnnouncement": "Pumili ng mga minuto", + "modalBarrierDismissLabel": "I-dismiss", + "signedInLabel": "Naka-sign in", + "hideAccountsLabel": "Itago ang mga account", + "showAccountsLabel": "Ipakita ang mga account", + "drawerLabel": "Menu ng navigation", + "popupMenuLabel": "Popup na menu", + "dialogLabel": "Dialog", + "alertDialogLabel": "TBD", + "searchFieldLabel": "TBD" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_hi.arb b/packages/flutter_localizations/lib/src/l10n/material_hi.arb new file mode 100644 index 000000000000..8dac983224a5 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_hi.arb @@ -0,0 +1,43 @@ +{ + "scriptCategory": "dense", + "timeOfDayFormat": "ah:mm", + "openAppDrawerTooltip": "नेविगेशन मेन्यू खोलें", + "backButtonTooltip": "वापस जाएं", + "closeButtonTooltip": "बंद करें", + "deleteButtonTooltip": "मिटाएं", + "nextMonthTooltip": "अगला महीना", + "previousMonthTooltip": "पिछला महीना", + "nextPageTooltip": "अगला पेज", + "previousPageTooltip": "पिछला पेज", + "showMenuTooltip": "मेन्यू दिखाएं", + "aboutListTileTitle": "$applicationName के बारे में जानकारी", + "licensesPageTitle": "लाइसेंस", + "pageRowsInfoTitle": "$rowCount का $firstRow–$lastRow", + "pageRowsInfoTitleApproximate": "$rowCount में से करीब $firstRow–$lastRow", + "rowsPerPageTitle": "हर पेज में पंक्तियों की संख्या:", + "tabLabel": "$tabCount का टैब $tabIndex", + "selectedRowCountTitleOne": "1 चीज़ चुनी गई", + "selectedRowCountTitleOther": "$selectedRowCount चीज़ें चुनी गईं", + "cancelButtonLabel": "रद्द करें", + "closeButtonLabel": "बंद करें", + "continueButtonLabel": "जारी रखें", + "copyButtonLabel": "कॉपी करें", + "cutButtonLabel": "कट करें", + "okButtonLabel": "ठीक है", + "pasteButtonLabel": "चिपकाएं", + "selectAllButtonLabel": "सभी चुनें", + "viewLicensesButtonLabel": "लाइसेंस देखें", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "timePickerHourModeAnnouncement": "घंटे के हिसाब से समय चुनें", + "timePickerMinuteModeAnnouncement": "मिनट के हिसाब से समय चुनें", + "modalBarrierDismissLabel": "खारिज करें", + "signedInLabel": "साइन इन किया हुआ है", + "hideAccountsLabel": "खाते छिपाएं", + "showAccountsLabel": "खाते दिखाएं", + "drawerLabel": "नेविगेशन मेन्यू", + "popupMenuLabel": "पॉपअप मेन्यू", + "dialogLabel": "संवाद", + "alertDialogLabel": "TBD", + "searchFieldLabel": "TBD" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_hr.arb b/packages/flutter_localizations/lib/src/l10n/material_hr.arb new file mode 100644 index 000000000000..fcf1f2550fa0 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_hr.arb @@ -0,0 +1,44 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "HH:mm", + "selectedRowCountTitleFew": "Odabrane su $selectedRowCount stavke", + "openAppDrawerTooltip": "Otvaranje izbornika za navigaciju", + "backButtonTooltip": "Natrag", + "closeButtonTooltip": "Zatvaranje", + "deleteButtonTooltip": "Brisanje", + "nextMonthTooltip": "Sljedeći mjesec", + "previousMonthTooltip": "Prethodni mjesec", + "nextPageTooltip": "Sljedeća stranica", + "previousPageTooltip": "Prethodna stranica", + "showMenuTooltip": "Prikaz izbornika", + "aboutListTileTitle": "O aplikaciji $applicationName", + "licensesPageTitle": "Licence", + "pageRowsInfoTitle": "$firstRow – $lastRow od $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow – $lastRow od otprilike $rowCount", + "rowsPerPageTitle": "Redaka po stranici:", + "tabLabel": "Kartica $tabIndex od $tabCount", + "selectedRowCountTitleOne": "Odabrana je jedna stavka", + "selectedRowCountTitleOther": "Odabrano je $selectedRowCount stavki", + "cancelButtonLabel": "ODUSTANI", + "closeButtonLabel": "ZATVORI", + "continueButtonLabel": "NASTAVI", + "copyButtonLabel": "KOPIRAJ", + "cutButtonLabel": "IZREŽI", + "okButtonLabel": "U REDU", + "pasteButtonLabel": "ZALIJEPI", + "selectAllButtonLabel": "ODABERI SVE", + "viewLicensesButtonLabel": "PRIKAŽI LICENCE", + "anteMeridiemAbbreviation": "prijepodne", + "postMeridiemAbbreviation": "popodne", + "timePickerHourModeAnnouncement": "Odaberite sate", + "timePickerMinuteModeAnnouncement": "Odaberite minute", + "modalBarrierDismissLabel": "Odbaci", + "signedInLabel": "Prijavljeni korisnik", + "hideAccountsLabel": "Sakrijte račune", + "showAccountsLabel": "Prikažite račune", + "drawerLabel": "Navigacijski izbornik", + "popupMenuLabel": "Skočni izbornik", + "dialogLabel": "Dijalog", + "alertDialogLabel": "TBD", + "searchFieldLabel": "TBD" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_hu.arb b/packages/flutter_localizations/lib/src/l10n/material_hu.arb new file mode 100644 index 000000000000..bda2a7f2c7ba --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_hu.arb @@ -0,0 +1,43 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "HH:mm", + "openAppDrawerTooltip": "Navigációs menü megnyitása", + "backButtonTooltip": "Vissza", + "closeButtonTooltip": "Bezárás", + "deleteButtonTooltip": "Törlés", + "nextMonthTooltip": "Következő hónap", + "previousMonthTooltip": "Előző hónap", + "nextPageTooltip": "Következő oldal", + "previousPageTooltip": "Előző oldal", + "showMenuTooltip": "Menü megjelenítése", + "aboutListTileTitle": "A(z) $applicationName névjegye", + "licensesPageTitle": "Licencek", + "pageRowsInfoTitle": "$rowCount/$firstRow–$lastRow.", + "pageRowsInfoTitleApproximate": "Körülbelül $rowCount/$firstRow–$lastRow.", + "rowsPerPageTitle": "Oldalankénti sorszám:", + "tabLabel": "$tabCount/$tabIndex. lap", + "selectedRowCountTitleOne": "1 elem kiválasztva", + "selectedRowCountTitleOther": "$selectedRowCount elem kiválasztva", + "cancelButtonLabel": "MÉGSE", + "closeButtonLabel": "BEZÁRÁS", + "continueButtonLabel": "TOVÁBB", + "copyButtonLabel": "MÁSOLÁS", + "cutButtonLabel": "KIVÁGÁS", + "okButtonLabel": "OK", + "pasteButtonLabel": "BEILLESZTÉS", + "selectAllButtonLabel": "AZ ÖSSZES KIJELÖLÉSE", + "viewLicensesButtonLabel": "LICENCEK MEGTEKINTÉSE", + "anteMeridiemAbbreviation": "de.", + "postMeridiemAbbreviation": "du.", + "timePickerHourModeAnnouncement": "Óra kiválasztása", + "timePickerMinuteModeAnnouncement": "Perc kiválasztása", + "modalBarrierDismissLabel": "Elvetés", + "signedInLabel": "Bejelentkezve", + "hideAccountsLabel": "Fiókok elrejtése", + "showAccountsLabel": "Fiókok megjelenítése", + "drawerLabel": "Navigációs menü", + "popupMenuLabel": "Előugró menü", + "dialogLabel": "Párbeszédablak", + "alertDialogLabel": "TBD", + "searchFieldLabel": "TBD" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_lt.arb b/packages/flutter_localizations/lib/src/l10n/material_lt.arb new file mode 100644 index 000000000000..0d544bed0ecc --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_lt.arb @@ -0,0 +1,45 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "HH:mm", + "selectedRowCountTitleFew": "Pasirinkti $selectedRowCount elementai", + "selectedRowCountTitleMany": "Pasirinkta $selectedRowCount elemento", + "openAppDrawerTooltip": "Atidaryti naršymo meniu", + "backButtonTooltip": "Atgal", + "closeButtonTooltip": "Uždaryti", + "deleteButtonTooltip": "Ištrinti", + "nextMonthTooltip": "Kitas mėnuo", + "previousMonthTooltip": "Ankstesnis mėnuo", + "nextPageTooltip": "Kitas puslapis", + "previousPageTooltip": "Ankstesnis puslapis", + "showMenuTooltip": "Rodyti meniu", + "aboutListTileTitle": "Apie „$applicationName“", + "licensesPageTitle": "Licencijos", + "pageRowsInfoTitle": "$firstRow–$lastRow iš $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow iš maždaug $rowCount", + "rowsPerPageTitle": "Eilučių puslapyje:", + "tabLabel": "$tabIndex skirtukas iš $tabCount", + "selectedRowCountTitleOne": "Pasirinktas 1 elementas", + "selectedRowCountTitleOther": "Pasirinkta $selectedRowCount elementų", + "cancelButtonLabel": "ATŠAUKTI", + "closeButtonLabel": "UŽDARYTI", + "continueButtonLabel": "TĘSTI", + "copyButtonLabel": "KOPIJUOTI", + "cutButtonLabel": "IŠKIRPTI", + "okButtonLabel": "GERAI", + "pasteButtonLabel": "ĮKLIJUOTI", + "selectAllButtonLabel": "PASIRINKTI VISKĄ", + "viewLicensesButtonLabel": "PERŽIŪRĖTI LICENCIJAS", + "anteMeridiemAbbreviation": "priešpiet", + "postMeridiemAbbreviation": "popiet", + "timePickerHourModeAnnouncement": "Pasirinkite valandas", + "timePickerMinuteModeAnnouncement": "Pasirinkite minutes", + "modalBarrierDismissLabel": "Atsisakyti", + "signedInLabel": "Prisijungta", + "hideAccountsLabel": "Slėpti paskyras", + "showAccountsLabel": "Rodyti paskyras", + "drawerLabel": "Naršymo meniu", + "popupMenuLabel": "Iššokantysis meniu", + "dialogLabel": "Dialogo langas", + "alertDialogLabel": "TBD", + "searchFieldLabel": "TBD" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_lv.arb b/packages/flutter_localizations/lib/src/l10n/material_lv.arb new file mode 100644 index 000000000000..29278fb205ff --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_lv.arb @@ -0,0 +1,44 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "HH:mm", + "openAppDrawerTooltip": "Atvērt navigācijas izvēlni", + "backButtonTooltip": "Atpakaļ", + "closeButtonTooltip": "Aizvērt", + "deleteButtonTooltip": "Dzēst", + "nextMonthTooltip": "Nākamais mēnesis", + "previousMonthTooltip": "Iepriekšējais mēnesis", + "nextPageTooltip": "Nākamā lapa", + "previousPageTooltip": "Iepriekšējā lapa", + "showMenuTooltip": "Rādīt izvēlni", + "aboutListTileTitle": "Par $applicationName", + "licensesPageTitle": "Licences", + "pageRowsInfoTitle": "$firstRow.–$lastRow. no $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow.–$lastRow. no aptuveni $rowCount", + "rowsPerPageTitle": "Rindas lapā:", + "tabLabel": "$tabIndex. cilne no $tabCount", + "selectedRowCountTitleZero": "Nav atlasītu vienumu", + "selectedRowCountTitleOne": "Atlasīts 1 vienums", + "selectedRowCountTitleOther": "Atlasīti $selectedRowCount vienumi", + "cancelButtonLabel": "ATCELT", + "closeButtonLabel": "AIZVĒRT", + "continueButtonLabel": "TURPINĀT", + "copyButtonLabel": "KOPĒT", + "cutButtonLabel": "IZGRIEZT", + "okButtonLabel": "LABI", + "pasteButtonLabel": "IELĪMĒT", + "selectAllButtonLabel": "ATLASĪT VISU", + "viewLicensesButtonLabel": "SKATĪT LICENCES", + "anteMeridiemAbbreviation": "priekšpusdienā", + "postMeridiemAbbreviation": "pēcpusdienā", + "timePickerHourModeAnnouncement": "Atlasiet stundas", + "timePickerMinuteModeAnnouncement": "Atlasiet minūtes", + "modalBarrierDismissLabel": "Nerādīt", + "signedInLabel": "Esat pierakstījies", + "hideAccountsLabel": "Slēpt kontus", + "showAccountsLabel": "Rādīt kontus", + "drawerLabel": "Navigācijas izvēlne", + "popupMenuLabel": "Uznirstošā izvēlne", + "dialogLabel": "Dialoglodziņš", + "alertDialogLabel": "TBD", + "searchFieldLabel": "TBD" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_sk.arb b/packages/flutter_localizations/lib/src/l10n/material_sk.arb new file mode 100644 index 000000000000..0ffe52aaac5f --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_sk.arb @@ -0,0 +1,45 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "HH:mm", + "selectedRowCountTitleFew": "$selectedRowCount vybraté položky", + "selectedRowCountTitleMany": "$selectedRowCount items selected", + "openAppDrawerTooltip": "Otvoriť navigačnú ponuku", + "backButtonTooltip": "Späť", + "closeButtonTooltip": "Zavrieť", + "deleteButtonTooltip": "Odstrániť", + "nextMonthTooltip": "Budúci mesiac", + "previousMonthTooltip": "Predošlý mesiac", + "nextPageTooltip": "Ďalšia strana", + "previousPageTooltip": "Predchádzajúca stránka", + "showMenuTooltip": "Zobraziť ponuku", + "aboutListTileTitle": "$applicationName – informácie", + "licensesPageTitle": "Licencie", + "pageRowsInfoTitle": "$firstRow – $lastRow z $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow – $lastRow z približne $rowCount", + "rowsPerPageTitle": "Počet riadkov na stránku:", + "tabLabel": "Karta $tabIndex z $tabCount", + "selectedRowCountTitleOne": "1 vybratá položka", + "selectedRowCountTitleOther": "$selectedRowCount vybratých položiek", + "cancelButtonLabel": "ZRUŠIŤ", + "closeButtonLabel": "ZAVRIEŤ", + "continueButtonLabel": "POKRAČOVAŤ", + "copyButtonLabel": "KOPÍROVAŤ", + "cutButtonLabel": "VYSTRIHNÚŤ", + "okButtonLabel": "OK", + "pasteButtonLabel": "PRILEPIŤ", + "selectAllButtonLabel": "VYBRAŤ VŠETKO", + "viewLicensesButtonLabel": "ZOBRAZIŤ LICENCIE", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "timePickerHourModeAnnouncement": "Vybrať hodiny", + "timePickerMinuteModeAnnouncement": "Vybrať minúty", + "modalBarrierDismissLabel": "Odmietnuť", + "signedInLabel": "Prihlásili ste sa", + "hideAccountsLabel": "Skryť účty", + "showAccountsLabel": "Zobraziť účty", + "drawerLabel": "Navigačná ponuka", + "popupMenuLabel": "Kontextová ponuka", + "dialogLabel": "Dialógové okno", + "alertDialogLabel": "TBD", + "searchFieldLabel": "TBD" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_sl.arb b/packages/flutter_localizations/lib/src/l10n/material_sl.arb new file mode 100644 index 000000000000..44a9b814fa2f --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_sl.arb @@ -0,0 +1,45 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "HH:mm", + "selectedRowCountTitleTwo": "Izbrana sta $selectedRowCount elementa", + "selectedRowCountTitleFew": "Izbrani so $selectedRowCount elementi", + "openAppDrawerTooltip": "Odpiranje menija za krmarjenje", + "backButtonTooltip": "Nazaj", + "closeButtonTooltip": "Zapiranje", + "deleteButtonTooltip": "Brisanje", + "nextMonthTooltip": "Naslednji mesec", + "previousMonthTooltip": "Prejšnji mesec", + "nextPageTooltip": "Naslednja stran", + "previousPageTooltip": "Prejšnja stran", + "showMenuTooltip": "Prikaz menija", + "aboutListTileTitle": "O aplikaciji $applicationName", + "licensesPageTitle": "Licence", + "pageRowsInfoTitle": "$firstRow–$lastRow od $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow od približno $rowCount", + "rowsPerPageTitle": "Vrstice na stran:", + "tabLabel": "Zavihek $tabIndex od $tabCount", + "selectedRowCountTitleOne": "Izbran je 1 element", + "selectedRowCountTitleOther": "Izbranih je $selectedRowCount elementov", + "cancelButtonLabel": "PREKLIČI", + "closeButtonLabel": "ZAPRI", + "continueButtonLabel": "NAPREJ", + "copyButtonLabel": "KOPIRAJ", + "cutButtonLabel": "IZREŽI", + "okButtonLabel": "V REDU", + "pasteButtonLabel": "PRILEPI", + "selectAllButtonLabel": "IZBERI VSE", + "viewLicensesButtonLabel": "PRIKAŽI LICENCE", + "anteMeridiemAbbreviation": "DOP.", + "postMeridiemAbbreviation": "POP.", + "timePickerHourModeAnnouncement": "Izberite ure", + "timePickerMinuteModeAnnouncement": "Izberite minute", + "modalBarrierDismissLabel": "Opusti", + "signedInLabel": "Prijavljen", + "hideAccountsLabel": "Skrivanje računov", + "showAccountsLabel": "Prikaz računov", + "drawerLabel": "Meni za krmarjenje", + "popupMenuLabel": "Pojavni meni", + "dialogLabel": "Pogovorno okno", + "alertDialogLabel": "TBD", + "searchFieldLabel": "TBD" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr.arb b/packages/flutter_localizations/lib/src/l10n/material_sr.arb new file mode 100644 index 000000000000..c7d328ecf5f6 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_sr.arb @@ -0,0 +1,44 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "HH:mm", + "selectedRowCountTitleFew": "Изабране су $selectedRowCount ставке", + "openAppDrawerTooltip": "Отворите мени за навигацију", + "backButtonTooltip": "Назад", + "closeButtonTooltip": "Затворите", + "deleteButtonTooltip": "Избришите", + "nextMonthTooltip": "Следећи месец", + "previousMonthTooltip": "Претходни месец", + "nextPageTooltip": "Следећа страница", + "previousPageTooltip": "Претходна страница", + "showMenuTooltip": "Прикажи мени", + "aboutListTileTitle": "О апликацији $applicationName", + "licensesPageTitle": "Лиценце", + "pageRowsInfoTitle": "$firstRow – $lastRow oд $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow – $lastRow oд приближно $rowCount", + "rowsPerPageTitle": "Редова по страници:", + "tabLabel": "$tabIndex. картица од $tabCount", + "selectedRowCountTitleOne": "Изабрана је 1 ставка", + "selectedRowCountTitleOther": "Изабрано је $selectedRowCount ставки", + "cancelButtonLabel": "ОТКАЖИ", + "closeButtonLabel": "ЗАТВОРИ", + "continueButtonLabel": "НАСТАВИ", + "copyButtonLabel": "КОПИРАЈ", + "cutButtonLabel": "ИСЕЦИ", + "okButtonLabel": "Потврди", + "pasteButtonLabel": "НАЛЕПИ", + "selectAllButtonLabel": "ИЗАБЕРИ СВЕ", + "viewLicensesButtonLabel": "ПРИКАЖИ ЛИЦЕНЦЕ", + "anteMeridiemAbbreviation": "пре подне", + "postMeridiemAbbreviation": "по подне", + "timePickerHourModeAnnouncement": "Изаберите сате", + "timePickerMinuteModeAnnouncement": "Изаберите минуте", + "modalBarrierDismissLabel": "Одбаци", + "signedInLabel": "Пријављени сте", + "hideAccountsLabel": "Сакриј налоге", + "showAccountsLabel": "Прикажи налоге", + "drawerLabel": "Мени за навигацију", + "popupMenuLabel": "Искачући мени", + "dialogLabel": "Дијалог", + "alertDialogLabel": "TBD", + "searchFieldLabel": "TBD" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb b/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb new file mode 100644 index 000000000000..a90e601c9e43 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb @@ -0,0 +1,44 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "HH:mm", + "selectedRowCountTitleFew": "Izabrane su $selectedRowCount stavke", + "openAppDrawerTooltip": "Otvorite meni za navigaciju", + "backButtonTooltip": "Nazad", + "closeButtonTooltip": "Zatvorite", + "deleteButtonTooltip": "Izbrišite", + "nextMonthTooltip": "Sledeći mesec", + "previousMonthTooltip": "Prethodni mesec", + "nextPageTooltip": "Sledeća stranica", + "previousPageTooltip": "Prethodna stranica", + "showMenuTooltip": "Prikaži meni", + "aboutListTileTitle": "O aplikaciji $applicationName", + "licensesPageTitle": "Licence", + "pageRowsInfoTitle": "$firstRow – $lastRow od $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow – $lastRow od približno $rowCount", + "rowsPerPageTitle": "Redova po stranici:", + "tabLabel": "$tabIndex. kartica od $tabCount", + "selectedRowCountTitleOne": "Izabrana je 1 stavka", + "selectedRowCountTitleOther": "Izabrano je $selectedRowCount stavki", + "cancelButtonLabel": "OTKAŽI", + "closeButtonLabel": "ZATVORI", + "continueButtonLabel": "NASTAVI", + "copyButtonLabel": "KOPIRAJ", + "cutButtonLabel": "ISECI", + "okButtonLabel": "Potvrdi", + "pasteButtonLabel": "NALEPI", + "selectAllButtonLabel": "IZABERI SVE", + "viewLicensesButtonLabel": "PRIKAŽI LICENCE", + "anteMeridiemAbbreviation": "pre podne", + "postMeridiemAbbreviation": "po podne", + "timePickerHourModeAnnouncement": "Izaberite sate", + "timePickerMinuteModeAnnouncement": "Izaberite minute", + "modalBarrierDismissLabel": "Odbaci", + "signedInLabel": "Prijavljeni ste", + "hideAccountsLabel": "Sakrij naloge", + "showAccountsLabel": "Prikaži naloge", + "drawerLabel": "Meni za navigaciju", + "popupMenuLabel": "Iskačući meni", + "dialogLabel": "Dijalog", + "alertDialogLabel": "TBD", + "searchFieldLabel": "TBD" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_sv.arb b/packages/flutter_localizations/lib/src/l10n/material_sv.arb new file mode 100644 index 000000000000..ddd9a5d62792 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_sv.arb @@ -0,0 +1,43 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "HH:mm", + "openAppDrawerTooltip": "Öppna navigeringsmenyn", + "backButtonTooltip": "Tillbaka", + "closeButtonTooltip": "Stäng", + "deleteButtonTooltip": "Radera", + "nextMonthTooltip": "Nästa månad", + "previousMonthTooltip": "Föregående månad", + "nextPageTooltip": "Nästa sida", + "previousPageTooltip": "Föregående sida", + "showMenuTooltip": "Visa meny", + "aboutListTileTitle": "Om $applicationName", + "licensesPageTitle": "Licenser", + "pageRowsInfoTitle": "$firstRow–$lastRow av $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow av ungefär $rowCount", + "rowsPerPageTitle": "Rader per sida:", + "tabLabel": "Flik $tabIndex av $tabCount", + "selectedRowCountTitleOne": "1 objekt har markerats", + "selectedRowCountTitleOther": "$selectedRowCount objekt har markerats", + "cancelButtonLabel": "AVBRYT", + "closeButtonLabel": "STÄNG", + "continueButtonLabel": "FORTSÄTT", + "copyButtonLabel": "KOPIERA", + "cutButtonLabel": "KLIPP UT", + "okButtonLabel": "OK", + "pasteButtonLabel": "KLISTRA IN", + "selectAllButtonLabel": "MARKERA ALLA", + "viewLicensesButtonLabel": "VISA LICENSER", + "anteMeridiemAbbreviation": "FM", + "postMeridiemAbbreviation": "EM", + "timePickerHourModeAnnouncement": "Välj timmar", + "timePickerMinuteModeAnnouncement": "Välj minuter", + "modalBarrierDismissLabel": "Stäng", + "signedInLabel": "Inloggad", + "hideAccountsLabel": "Dölj konton", + "showAccountsLabel": "Visa konton", + "drawerLabel": "Navigeringsmeny", + "popupMenuLabel": "Popup-meny", + "dialogLabel": "Dialogruta", + "alertDialogLabel": "TBD", + "searchFieldLabel": "TBD" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_tl.arb b/packages/flutter_localizations/lib/src/l10n/material_tl.arb new file mode 100644 index 000000000000..97aa8e81385f --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_tl.arb @@ -0,0 +1,43 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "HH:mm", + "openAppDrawerTooltip": "Buksan ang menu ng navigation", + "backButtonTooltip": "Bumalik", + "closeButtonTooltip": "Isara", + "deleteButtonTooltip": "I-delete", + "nextMonthTooltip": "Susunod na buwan", + "previousMonthTooltip": "Nakaraang buwan", + "nextPageTooltip": "Susunod na page", + "previousPageTooltip": "Nakaraang page", + "showMenuTooltip": "Ipakita ang menu", + "aboutListTileTitle": "Tungkol sa $applicationName", + "licensesPageTitle": "Mga Lisensya", + "pageRowsInfoTitle": "$firstRow–$lastRow ng $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow ng humigit kumulang $rowCount", + "rowsPerPageTitle": "Mga row bawat page:", + "tabLabel": "Tab $tabIndex ng $tabCount", + "selectedRowCountTitleOne": "1 item ang napili", + "selectedRowCountTitleOther": "$selectedRowCount na item ang napili", + "cancelButtonLabel": "KANSELAHIN", + "closeButtonLabel": "ISARA", + "continueButtonLabel": "MAGPATULOY", + "copyButtonLabel": "KOPYAHIN", + "cutButtonLabel": "I-CUT", + "okButtonLabel": "OK", + "pasteButtonLabel": "I-PASTE", + "selectAllButtonLabel": "PILIIN LAHAT", + "viewLicensesButtonLabel": "TINGNAN ANG MGA LISENSYA", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "timePickerHourModeAnnouncement": "Pumili ng mga oras", + "timePickerMinuteModeAnnouncement": "Pumili ng mga minuto", + "modalBarrierDismissLabel": "I-dismiss", + "signedInLabel": "Naka-sign in", + "hideAccountsLabel": "Itago ang mga account", + "showAccountsLabel": "Ipakita ang mga account", + "drawerLabel": "Menu ng navigation", + "popupMenuLabel": "Popup na menu", + "dialogLabel": "Dialog", + "alertDialogLabel": "TBD", + "searchFieldLabel": "TBD" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_uk.arb b/packages/flutter_localizations/lib/src/l10n/material_uk.arb new file mode 100644 index 000000000000..13953411b2e2 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_uk.arb @@ -0,0 +1,45 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "HH:mm", + "selectedRowCountTitleFew": "Вибрано $selectedRowCount елементи", + "selectedRowCountTitleMany": "Вибрано $selectedRowCount елементів", + "openAppDrawerTooltip": "Відкрити меню навігації", + "backButtonTooltip": "Назад", + "closeButtonTooltip": "Закрити", + "deleteButtonTooltip": "Видалити", + "nextMonthTooltip": "Наступний місяць", + "previousMonthTooltip": "Попередній місяць", + "nextPageTooltip": "Наступна сторінка", + "previousPageTooltip": "Попередня сторінка", + "showMenuTooltip": "Показати меню", + "aboutListTileTitle": "Про додаток $applicationName", + "licensesPageTitle": "Ліцензії", + "pageRowsInfoTitle": "$firstRow–$lastRow з $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow з приблизно $rowCount", + "rowsPerPageTitle": "Рядків на сторінці:", + "tabLabel": "Вкладка $tabIndex з $tabCount", + "selectedRowCountTitleOne": "Вибрано 1 елемент", + "selectedRowCountTitleOther": "Вибрано $selectedRowCount елемента", + "cancelButtonLabel": "СКАСУВАТИ", + "closeButtonLabel": "ЗАКРИТИ", + "continueButtonLabel": "ПРОДОВЖИТИ", + "copyButtonLabel": "КОПІЮВАТИ", + "cutButtonLabel": "ВИРІЗАТИ", + "okButtonLabel": "OK", + "pasteButtonLabel": "ВСТАВИТИ", + "selectAllButtonLabel": "ВИБРАТИ ВСІ", + "viewLicensesButtonLabel": "ПЕРЕГЛЯНУТИ ЛІЦЕНЗІЇ", + "anteMeridiemAbbreviation": "дп", + "postMeridiemAbbreviation": "пп", + "timePickerHourModeAnnouncement": "Виберіть години", + "timePickerMinuteModeAnnouncement": "Виберіть хвилини", + "modalBarrierDismissLabel": "Усунути", + "signedInLabel": "Ви ввійшли", + "hideAccountsLabel": "Сховати облікові записи", + "showAccountsLabel": "Показати облікові записи", + "drawerLabel": "Меню навігації", + "popupMenuLabel": "Спливаюче меню", + "dialogLabel": "Вікно", + "alertDialogLabel": "TBD", + "searchFieldLabel": "TBD" +} diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 382b85fab317..5f121c566479 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -40,17 +40,31 @@ import 'widgets_localizations.dart'; /// This class supports locales with the following [Locale.languageCode]s: /// /// * ar - Arabic +/// * bg - Bulgarian +/// * bs - Bosnian +/// * ca - Catalan +/// * cs - Czech +/// * da - Danish /// * de - German +/// * el - Greek /// * en - English /// * es - Spanish +/// * et - Estonian /// * fa - Farsi +/// * fi - Finnish +/// * fil - Fillipino /// * fr - French /// * gsw - Swiss German +/// * hi - Hindi /// * he - Hebrew +/// * hr - Croatian +/// * hu - Hungarian /// * id - Indonesian /// * it - Italian /// * ja - Japanese /// * ko - Korean +/// * lv - Latvian +/// * lt - Lithuanian /// * ms - Malay /// * nl - Dutch /// * nb - Norwegian @@ -59,8 +73,14 @@ import 'widgets_localizations.dart'; /// * pt - Portuguese /// * ro - Romanian /// * ru - Russian +/// * sk - Slovak +/// * sl - Slovenian +/// * sr - Serbian +/// * sv - Swedish +/// * tl - Tagalog /// * th - Thai /// * tr - Turkish +/// * uk - Ukranian /// * ur - Urdu /// * vi - Vietnamese /// * zh - Simplified Chinese @@ -520,17 +540,31 @@ class _MaterialLocalizationsDelegate extends LocalizationsDelegate _supportedLanguages = const [ 'ar', // Arabic + 'bg', // Bulgarian + 'bs', // Bosnian + 'ca', // Catalan + 'cs', // Czech + 'da', // Danish 'de', // German + 'el', // Greek 'en', // English 'es', // Spanish + 'et', // Estonian 'fa', // Farsi (Persian) + 'fi', // Finnish + 'fil', // Fillipino 'fr', // French 'gsw', // Swiss German 'he', // Hebrew + 'hi', // Hindi + 'hr', // Croatian + 'hu', // Hungarian 'id', // Indonesian 'it', // Italian 'ja', // Japanese 'ko', // Korean + 'lv', // Latvian + 'lt', // Lithuanian 'ms', // Malay 'nl', // Dutch 'nb', // Norwegian @@ -539,8 +573,14 @@ class _MaterialLocalizationsDelegate extends LocalizationsDelegate Date: Mon, 23 Jul 2018 08:31:48 +0200 Subject: [PATCH 043/327] re-enable lint unnecessary_const (#19592) * re-enable lint unnecessary_const * remove trailling whitespaces * remove unnecessary const (after merge) --- .../lib/src/material_localizations.dart | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 5f121c566479..997cc178300e 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -456,7 +456,7 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { /// Most internationalized apps will use [GlobalMaterialLocalizations.delegates] /// as the value of [MaterialApp.localizationsDelegates] to include /// the localizations for both the material and widget libraries. - static const LocalizationsDelegate delegate = const _MaterialLocalizationsDelegate(); + static const LocalizationsDelegate delegate = _MaterialLocalizationsDelegate(); /// A value for [MaterialApp.localizationsDelegates] that's typically used by /// internationalized apps. @@ -477,13 +477,13 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { /// // ... /// ) /// ``` - static const List> delegates = const >[ + static const List> delegates = >[ GlobalMaterialLocalizations.delegate, GlobalWidgetsLocalizations.delegate, ]; } -const Map _icuTimeOfDayToEnum = const { +const Map _icuTimeOfDayToEnum = { 'HH:mm': TimeOfDayFormat.HH_colon_mm, 'HH.mm': TimeOfDayFormat.HH_dot_mm, "HH 'h' mm": TimeOfDayFormat.frenchCanadian, @@ -538,7 +538,7 @@ class _MaterialLocalizationsDelegate extends LocalizationsDelegate _supportedLanguages = const [ + static const List _supportedLanguages = [ 'ar', // Arabic 'bg', // Bulgarian 'bs', // Bosnian From ceb99fc281c875a1646293a008e00d07e810b832 Mon Sep 17 00:00:00 2001 From: Todd Volkert Date: Fri, 27 Jul 2018 08:44:39 -0700 Subject: [PATCH 044/327] Revert flutter/flutter#19592 (#19861) It was causing problems rolling Flutter into Fuchsia --- .../lib/src/material_localizations.dart | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 997cc178300e..5f121c566479 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -456,7 +456,7 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { /// Most internationalized apps will use [GlobalMaterialLocalizations.delegates] /// as the value of [MaterialApp.localizationsDelegates] to include /// the localizations for both the material and widget libraries. - static const LocalizationsDelegate delegate = _MaterialLocalizationsDelegate(); + static const LocalizationsDelegate delegate = const _MaterialLocalizationsDelegate(); /// A value for [MaterialApp.localizationsDelegates] that's typically used by /// internationalized apps. @@ -477,13 +477,13 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { /// // ... /// ) /// ``` - static const List> delegates = >[ + static const List> delegates = const >[ GlobalMaterialLocalizations.delegate, GlobalWidgetsLocalizations.delegate, ]; } -const Map _icuTimeOfDayToEnum = { +const Map _icuTimeOfDayToEnum = const { 'HH:mm': TimeOfDayFormat.HH_colon_mm, 'HH.mm': TimeOfDayFormat.HH_dot_mm, "HH 'h' mm": TimeOfDayFormat.frenchCanadian, @@ -538,7 +538,7 @@ class _MaterialLocalizationsDelegate extends LocalizationsDelegate _supportedLanguages = [ + static const List _supportedLanguages = const [ 'ar', // Arabic 'bg', // Bulgarian 'bs', // Bosnian From c3d7109cc3a8bc65758f9dc72b11bc6a07ede003 Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Thu, 2 Aug 2018 01:13:53 -0700 Subject: [PATCH 045/327] Der Datumsauswahldialog spricht jetzt deutsch (#20115) --- .../lib/src/material_localizations.dart | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 5f121c566479..0da50239b5d8 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -104,23 +104,21 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { _translationBundle = translationBundleForLocale(locale); assert(_translationBundle != null); - const String kMediumDatePattern = 'E, MMM\u00a0d'; if (intl.DateFormat.localeExists(_localeName)) { _fullYearFormat = new intl.DateFormat.y(_localeName); - _mediumDateFormat = new intl.DateFormat(kMediumDatePattern, _localeName); + _mediumDateFormat = new intl.DateFormat.MMMEd(_localeName); _longDateFormat = new intl.DateFormat.yMMMMEEEEd(_localeName); - _yearMonthFormat = new intl.DateFormat('yMMMM', _localeName); + _yearMonthFormat = new intl.DateFormat.yMMMM(_localeName); } else if (intl.DateFormat.localeExists(locale.languageCode)) { _fullYearFormat = new intl.DateFormat.y(locale.languageCode); - _mediumDateFormat = new intl.DateFormat(kMediumDatePattern, locale.languageCode); - + _mediumDateFormat = new intl.DateFormat.MMMEd(locale.languageCode); _longDateFormat = new intl.DateFormat.yMMMMEEEEd(locale.languageCode); - _yearMonthFormat = new intl.DateFormat('yMMMM', locale.languageCode); + _yearMonthFormat = new intl.DateFormat.yMMMM(locale.languageCode); } else { _fullYearFormat = new intl.DateFormat.y(); - _mediumDateFormat = new intl.DateFormat(kMediumDatePattern); + _mediumDateFormat = new intl.DateFormat.MMMEd(); _longDateFormat = new intl.DateFormat.yMMMMEEEEd(); - _yearMonthFormat = new intl.DateFormat('yMMMM'); + _yearMonthFormat = new intl.DateFormat.yMMMM(); } if (intl.NumberFormat.localeExists(_localeName)) { From a55f991fd3801c04d4c8fa9f55e67fcf5d1235c3 Mon Sep 17 00:00:00 2001 From: Alexandre Ardhuin Date: Thu, 2 Aug 2018 12:02:32 +0200 Subject: [PATCH 046/327] re-re-enable lint unnecessary_const (#20103) --- .../lib/src/material_localizations.dart | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 0da50239b5d8..63496598fdc7 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -454,7 +454,7 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { /// Most internationalized apps will use [GlobalMaterialLocalizations.delegates] /// as the value of [MaterialApp.localizationsDelegates] to include /// the localizations for both the material and widget libraries. - static const LocalizationsDelegate delegate = const _MaterialLocalizationsDelegate(); + static const LocalizationsDelegate delegate = _MaterialLocalizationsDelegate(); /// A value for [MaterialApp.localizationsDelegates] that's typically used by /// internationalized apps. @@ -475,13 +475,13 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { /// // ... /// ) /// ``` - static const List> delegates = const >[ + static const List> delegates = >[ GlobalMaterialLocalizations.delegate, GlobalWidgetsLocalizations.delegate, ]; } -const Map _icuTimeOfDayToEnum = const { +const Map _icuTimeOfDayToEnum = { 'HH:mm': TimeOfDayFormat.HH_colon_mm, 'HH.mm': TimeOfDayFormat.HH_dot_mm, "HH 'h' mm": TimeOfDayFormat.frenchCanadian, @@ -536,7 +536,7 @@ class _MaterialLocalizationsDelegate extends LocalizationsDelegate _supportedLanguages = const [ + static const List _supportedLanguages = [ 'ar', // Arabic 'bg', // Bulgarian 'bs', // Bosnian From 4c96971120306df3cb997ef22b26c5f5f12b1247 Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Fri, 3 Aug 2018 16:41:21 -0700 Subject: [PATCH 047/327] Cleanup in localizations code (#20018) The following changes are made by this PR: * Translation bundles now implement MaterialLocalizations directly, and are public so that they can be directly extended. * The list of supported languages is now a generated constant. * The icuShortTimePattern/TimeOfDayFormat values are now pre-parsed. * Various other changes for consistency with the style guide and the rest of the codebase, e.g. the class names don't use `_`, the `path` library is imported as such, more dartdocs, fewer `// ignore`s, validation using exceptions. This reduces our technical debt benchmark. --- .../lib/src/l10n/material_en.arb | 3 +- .../lib/src/material_localizations.dart | 652 ++++++++---------- 2 files changed, 305 insertions(+), 350 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index 5a6d30872f0f..c58de4cd6790 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -6,7 +6,8 @@ "timeOfDayFormat": "h:mm a", "@timeOfDayFormat": { - "description": "The ICU 'Short Time' pattern, such as 'HH:mm', 'h:mm a', 'H:mm'. See: http://demo.icu-project.org/icu-bin/locexp?d_=en&_=en_US" + "description": "The ICU 'Short Time' pattern, such as 'HH:mm', 'h:mm a', 'H:mm'. See: http://demo.icu-project.org/icu-bin/locexp?d_=en&_=en_US", + "x-flutter-type": "icuShortTimePattern" }, "openAppDrawerTooltip": "Open navigation menu", diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 63496598fdc7..315c004582df 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -11,14 +11,25 @@ import 'package:intl/date_symbols.dart' as intl; import 'package:intl/date_symbol_data_custom.dart' as date_symbol_data_custom; import 'l10n/date_localizations.dart' as date_localizations; -import 'l10n/localizations.dart' show TranslationBundle, translationBundleForLocale; +import 'l10n/localizations.dart'; import 'widgets_localizations.dart'; // Watch out: the supported locales list in the doc comment below must be kept // in sync with the list we test, see test/translations_test.dart, and of course // the actual list of supported locales in _MaterialLocalizationsDelegate. -/// Localized strings for the material widgets. +/// Implementation of localized strings for the material widgets using the +/// `intl` package for date and time formatting. +/// +/// ## Supported languages +/// +/// This class supports locales with the following [Locale.languageCode]s: +/// +/// {@macro flutter.localizations.languages} +/// +/// This list is available programatically via [kSupportedLanguages]. +/// +/// ## Sample code /// /// To include the localizations provided by this class in a [MaterialApp], /// add [GlobalMaterialLocalizations.delegates] to @@ -29,133 +40,87 @@ import 'widgets_localizations.dart'; /// new MaterialApp( /// localizationsDelegates: GlobalMaterialLocalizations.delegates, /// supportedLocales: [ -/// const Locale('en', 'US'), // English -/// const Locale('he', 'IL'), // Hebrew +/// const Locale('en', 'US'), // American English +/// const Locale('he', 'IL'), // Israeli Hebrew /// // ... /// ], /// // ... /// ) /// ``` /// -/// This class supports locales with the following [Locale.languageCode]s: +/// ## Overriding translations +/// +/// To create a translation that's similar to an existing language's translation +/// but has slightly different strings, subclass the relevant translation +/// directly and then create a [LocalizationsDelegate] +/// subclass to define how to load it. /// -/// * ar - Arabic -/// * bg - Bulgarian -/// * bs - Bosnian -/// * ca - Catalan -/// * cs - Czech -/// * da - Danish -/// * de - German -/// * el - Greek -/// * en - English -/// * es - Spanish -/// * et - Estonian -/// * fa - Farsi -/// * fi - Finnish -/// * fil - Fillipino -/// * fr - French -/// * gsw - Swiss German -/// * hi - Hindi -/// * he - Hebrew -/// * hr - Croatian -/// * hu - Hungarian -/// * id - Indonesian -/// * it - Italian -/// * ja - Japanese -/// * ko - Korean -/// * lv - Latvian -/// * lt - Lithuanian -/// * ms - Malay -/// * nl - Dutch -/// * nb - Norwegian -/// * pl - Polish -/// * ps - Pashto -/// * pt - Portuguese -/// * ro - Romanian -/// * ru - Russian -/// * sk - Slovak -/// * sl - Slovenian -/// * sr - Serbian -/// * sv - Swedish -/// * tl - Tagalog -/// * th - Thai -/// * tr - Turkish -/// * uk - Ukranian -/// * ur - Urdu -/// * vi - Vietnamese -/// * zh - Simplified Chinese +/// Avoid subclassing an unrelated language (for example, subclassing +/// [MaterialLocalizationEn] and then passing a non-English `localeName` to the +/// constructor). Doing so will cause confusion for locale-specific behaviors; +/// in particular, translations that use the `localeName` for determining how to +/// pluralize will end up doing invalid things. Subclassing an existing +/// language's translations is only suitable for making small changes to the +/// existing strings. For providing a new language entirely, implement +/// [MaterialLocalizations] directly. /// /// See also: /// /// * The Flutter Internationalization Tutorial, /// . /// * [DefaultMaterialLocalizations], which only provides US English translations. -class GlobalMaterialLocalizations implements MaterialLocalizations { - /// Constructs an object that defines the material widgets' localized strings +abstract class GlobalMaterialLocalizations implements MaterialLocalizations { + /// Initializes an object that defines the material widgets' localized strings /// for the given `locale`. /// - /// [LocalizationsDelegate] implementations typically call the static [load] - /// function, rather than constructing this class directly. - GlobalMaterialLocalizations(this.locale) - : assert(locale != null), - _localeName = _computeLocaleName(locale) { - _loadDateIntlDataIfNotLoaded(); - - _translationBundle = translationBundleForLocale(locale); - assert(_translationBundle != null); - - if (intl.DateFormat.localeExists(_localeName)) { - _fullYearFormat = new intl.DateFormat.y(_localeName); - _mediumDateFormat = new intl.DateFormat.MMMEd(_localeName); - _longDateFormat = new intl.DateFormat.yMMMMEEEEd(_localeName); - _yearMonthFormat = new intl.DateFormat.yMMMM(_localeName); - } else if (intl.DateFormat.localeExists(locale.languageCode)) { - _fullYearFormat = new intl.DateFormat.y(locale.languageCode); - _mediumDateFormat = new intl.DateFormat.MMMEd(locale.languageCode); - _longDateFormat = new intl.DateFormat.yMMMMEEEEd(locale.languageCode); - _yearMonthFormat = new intl.DateFormat.yMMMM(locale.languageCode); - } else { - _fullYearFormat = new intl.DateFormat.y(); - _mediumDateFormat = new intl.DateFormat.MMMEd(); - _longDateFormat = new intl.DateFormat.yMMMMEEEEd(); - _yearMonthFormat = new intl.DateFormat.yMMMM(); - } - - if (intl.NumberFormat.localeExists(_localeName)) { - _decimalFormat = new intl.NumberFormat.decimalPattern(_localeName); - _twoDigitZeroPaddedFormat = new intl.NumberFormat('00', _localeName); - } else if (intl.NumberFormat.localeExists(locale.languageCode)) { - _decimalFormat = new intl.NumberFormat.decimalPattern(locale.languageCode); - _twoDigitZeroPaddedFormat = new intl.NumberFormat('00', locale.languageCode); - } else { - _decimalFormat = new intl.NumberFormat.decimalPattern(); - _twoDigitZeroPaddedFormat = new intl.NumberFormat('00'); - } - } - - /// The locale for which the values of this class's localized resources - /// have been translated. - final Locale locale; + /// The arguments are used for further runtime localization of data, + /// specifically for selecting plurals, date and time formatting, and number + /// formatting. They correspond to the following values: + /// + /// 1. The string that would be returned by [Intl.canonicalizedLocale] for + /// the locale. + /// 2. The [intl.DateFormat] for [formatYear]. + /// 3. The [intl.DateFormat] for [formatMediumDate]. + /// 4. The [intl.DateFormat] for [formatFullDate]. + /// 5. The [intl.DateFormat] for [formatMonthYear]. + /// 6. The [NumberFormat] for [formatDecimal] (also used by [formatHour] and + /// [formatTimeOfDay] when [timeOfDayFormat] doesn't use [HourFormat.HH]). + /// 7. The [NumberFormat] for [formatHour] and the hour part of + /// [formatTimeOfDay] when [timeOfDayFormat] uses [HourFormat.HH], and for + /// [formatMinute] and the minute part of [formatTimeOfDay]. + /// + /// The [narrowWeekdays] and [firstDayOfWeekIndex] properties use the values + /// from the [intl.DateFormat] used by [formatFullDate]. + const GlobalMaterialLocalizations({ + @required String localeName, + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : assert(localeName != null), + this._localeName = localeName, + assert(fullYearFormat != null), + this._fullYearFormat = fullYearFormat, + assert(mediumDateFormat != null), + this._mediumDateFormat = mediumDateFormat, + assert(longDateFormat != null), + this._longDateFormat = longDateFormat, + assert(yearMonthFormat != null), + this._yearMonthFormat = yearMonthFormat, + assert(decimalFormat != null), + this._decimalFormat = decimalFormat, + assert(twoDigitZeroPaddedFormat != null), + this._twoDigitZeroPaddedFormat = twoDigitZeroPaddedFormat; final String _localeName; - - TranslationBundle _translationBundle; - - intl.NumberFormat _decimalFormat; - - intl.NumberFormat _twoDigitZeroPaddedFormat; - - intl.DateFormat _fullYearFormat; - - intl.DateFormat _mediumDateFormat; - - intl.DateFormat _longDateFormat; - - intl.DateFormat _yearMonthFormat; - - static String _computeLocaleName(Locale locale) { - return intl.Intl.canonicalizedLocale(locale.toString()); - } + final intl.DateFormat _fullYearFormat; + final intl.DateFormat _mediumDateFormat; + final intl.DateFormat _longDateFormat; + final intl.DateFormat _yearMonthFormat; + final intl.NumberFormat _decimalFormat; + final intl.NumberFormat _twoDigitZeroPaddedFormat; @override String formatHour(TimeOfDay timeOfDay, { bool alwaysUse24HourFormat = false }) { @@ -198,11 +163,11 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { @override List get narrowWeekdays { - return _fullYearFormat.dateSymbols.NARROWWEEKDAYS; + return _longDateFormat.dateSymbols.NARROWWEEKDAYS; } @override - int get firstDayOfWeekIndex => (_fullYearFormat.dateSymbols.FIRSTDAYOFWEEK + 1) % 7; + int get firstDayOfWeekIndex => (_longDateFormat.dateSymbols.FIRSTDAYOFWEEK + 1) % 7; @override String formatDecimal(int number) { @@ -234,7 +199,6 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { case TimeOfDayFormat.frenchCanadian: return '$hour h $minute'; } - return null; } @@ -248,152 +212,162 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { return null; } - @override - String get openAppDrawerTooltip => _translationBundle.openAppDrawerTooltip; - - @override - String get backButtonTooltip => _translationBundle.backButtonTooltip; - - @override - String get closeButtonTooltip => _translationBundle.closeButtonTooltip; - - @override - String get deleteButtonTooltip => _translationBundle.deleteButtonTooltip; - - @override - String get nextMonthTooltip => _translationBundle.nextMonthTooltip; - - @override - String get previousMonthTooltip => _translationBundle.previousMonthTooltip; - - @override - String get nextPageTooltip => _translationBundle.nextPageTooltip; - - @override - String get previousPageTooltip => _translationBundle.previousPageTooltip; - - @override - String get showMenuTooltip => _translationBundle.showMenuTooltip; - - @override - String get drawerLabel => _translationBundle.alertDialogLabel; - - @override - String get popupMenuLabel => _translationBundle.popupMenuLabel; - - @override - String get dialogLabel => _translationBundle.dialogLabel; - - @override - String get alertDialogLabel => _translationBundle.alertDialogLabel; - - @override - String get searchFieldLabel => _translationBundle.searchFieldLabel; + /// The raw version of [aboutListTileTitle], with `$applicationName` verbatim + /// in the string. + @protected + String get aboutListTileTitleRaw; @override String aboutListTileTitle(String applicationName) { - final String text = _translationBundle.aboutListTileTitle; + final String text = aboutListTileTitleRaw; return text.replaceFirst(r'$applicationName', applicationName); } - @override - String get licensesPageTitle => _translationBundle.licensesPageTitle; + /// The raw version of [pageRowsInfoTitle], with `$firstRow`, `$lastRow`' and + /// `$rowCount` verbatim in the string, for the case where the value is + /// approximate. + @protected + String get pageRowsInfoTitleApproximateRaw; + + /// The raw version of [pageRowsInfoTitle], with `$firstRow`, `$lastRow`' and + /// `$rowCount` verbatim in the string, for the case where the value is + /// precise. + @protected + String get pageRowsInfoTitleRaw; @override String pageRowsInfoTitle(int firstRow, int lastRow, int rowCount, bool rowCountIsApproximate) { - String text = rowCountIsApproximate ? _translationBundle.pageRowsInfoTitleApproximate : null; - text ??= _translationBundle.pageRowsInfoTitle; - assert(text != null, 'A $locale localization was not found for pageRowsInfoTitle or pageRowsInfoTitleApproximate'); - // TODO(hansmuller): this could be more efficient. + String text = rowCountIsApproximate ? pageRowsInfoTitleApproximateRaw : null; + text ??= pageRowsInfoTitleRaw; + assert(text != null, 'A $_localeName localization was not found for pageRowsInfoTitle or pageRowsInfoTitleApproximate'); return text .replaceFirst(r'$firstRow', formatDecimal(firstRow)) .replaceFirst(r'$lastRow', formatDecimal(lastRow)) .replaceFirst(r'$rowCount', formatDecimal(rowCount)); } - @override - String get rowsPerPageTitle => _translationBundle.rowsPerPageTitle; + /// The raw version of [tabLabel], with `$tabIndex` and `$tabCount` verbatim + /// in the string. + @protected + String get tabLabelRaw; @override String tabLabel({int tabIndex, int tabCount}) { assert(tabIndex >= 1); assert(tabCount >= 1); - final String template = _translationBundle.tabLabel; + final String template = tabLabelRaw; return template .replaceFirst(r'$tabIndex', formatDecimal(tabIndex)) .replaceFirst(r'$tabCount', formatDecimal(tabCount)); } + /// The "zero" form of [selectedRowCountTitle]. + /// + /// This form is optional. + /// + /// See also: + /// + /// * [Intl.plural], to which this form is passed. + /// * [selectedRowCountTitleOne], the "one" form + /// * [selectedRowCountTitleTwo], the "two" form + /// * [selectedRowCountTitleFew], the "few" form + /// * [selectedRowCountTitleMany], the "many" form + /// * [selectedRowCountTitleOther], the "other" form + @protected + String get selectedRowCountTitleZero => null; + + /// The "one" form of [selectedRowCountTitle]. + /// + /// This form is optional. + /// + /// See also: + /// + /// * [Intl.plural], to which this form is passed. + /// * [selectedRowCountTitleZero], the "zero" form + /// * [selectedRowCountTitleTwo], the "two" form + /// * [selectedRowCountTitleFew], the "few" form + /// * [selectedRowCountTitleMany], the "many" form + /// * [selectedRowCountTitleOther], the "other" form + @protected + String get selectedRowCountTitleOne => null; + + /// The "two" form of [selectedRowCountTitle]. + /// + /// This form is optional. + /// + /// See also: + /// + /// * [Intl.plural], to which this form is passed. + /// * [selectedRowCountTitleZero], the "zero" form + /// * [selectedRowCountTitleOne], the "one" form + /// * [selectedRowCountTitleFew], the "few" form + /// * [selectedRowCountTitleMany], the "many" form + /// * [selectedRowCountTitleOther], the "other" form + @protected + String get selectedRowCountTitleTwo => null; + + /// The "few" form of [selectedRowCountTitle]. + /// + /// This form is optional. + /// + /// See also: + /// + /// * [Intl.plural], to which this form is passed. + /// * [selectedRowCountTitleZero], the "zero" form + /// * [selectedRowCountTitleOne], the "one" form + /// * [selectedRowCountTitleTwo], the "two" form + /// * [selectedRowCountTitleMany], the "many" form + /// * [selectedRowCountTitleOther], the "other" form + @protected + String get selectedRowCountTitleFew => null; + + /// The "many" form of [selectedRowCountTitle]. + /// + /// This form is optional. + /// + /// See also: + /// + /// * [Intl.plural], to which this form is passed. + /// * [selectedRowCountTitleZero], the "zero" form + /// * [selectedRowCountTitleOne], the "one" form + /// * [selectedRowCountTitleTwo], the "two" form + /// * [selectedRowCountTitleFew], the "few" form + /// * [selectedRowCountTitleOther], the "other" form + @protected + String get selectedRowCountTitleMany => null; + + /// The "other" form of [selectedRowCountTitle]. + /// + /// This form is required. + /// + /// See also: + /// + /// * [Intl.plural], to which this form is passed. + /// * [selectedRowCountTitleZero], the "zero" form + /// * [selectedRowCountTitleOne], the "one" form + /// * [selectedRowCountTitleTwo], the "two" form + /// * [selectedRowCountTitleFew], the "few" form + /// * [selectedRowCountTitleMany], the "many" form + @protected + String get selectedRowCountTitleOther; + @override String selectedRowCountTitle(int selectedRowCount) { - // TODO(hmuller): the rules for mapping from an integer value to - // "one" or "two" etc. are locale specific and an additional "few" category - // is needed. See http://cldr.unicode.org/index/cldr-spec/plural-rules - String text; - if (selectedRowCount == 0) - text = _translationBundle.selectedRowCountTitleZero; - else if (selectedRowCount == 1) - text = _translationBundle.selectedRowCountTitleOne; - else if (selectedRowCount == 2) - text = _translationBundle.selectedRowCountTitleTwo; - else if (selectedRowCount > 2) - text = _translationBundle.selectedRowCountTitleMany; - text ??= _translationBundle.selectedRowCountTitleOther; - assert(text != null); - - return text.replaceFirst(r'$selectedRowCount', formatDecimal(selectedRowCount)); + return intl.Intl.plural( + selectedRowCount, + zero: selectedRowCountTitleZero, + one: selectedRowCountTitleOne, + two: selectedRowCountTitleTwo, + few: selectedRowCountTitleFew, + many: selectedRowCountTitleMany, + other: selectedRowCountTitleOther, + locale: _localeName, + ).replaceFirst(r'$selectedRowCount', formatDecimal(selectedRowCount)); } - @override - String get cancelButtonLabel => _translationBundle.cancelButtonLabel; - - @override - String get closeButtonLabel => _translationBundle.closeButtonLabel; - - @override - String get continueButtonLabel => _translationBundle.continueButtonLabel; - - @override - String get copyButtonLabel => _translationBundle.copyButtonLabel; - - @override - String get cutButtonLabel => _translationBundle.cutButtonLabel; - - @override - String get okButtonLabel => _translationBundle.okButtonLabel; - - @override - String get pasteButtonLabel => _translationBundle.pasteButtonLabel; - - @override - String get selectAllButtonLabel => _translationBundle.selectAllButtonLabel; - - @override - String get viewLicensesButtonLabel => _translationBundle.viewLicensesButtonLabel; - - @override - String get anteMeridiemAbbreviation => _translationBundle.anteMeridiemAbbreviation; - - @override - String get postMeridiemAbbreviation => _translationBundle.postMeridiemAbbreviation; - - @override - String get timePickerHourModeAnnouncement => _translationBundle.timePickerHourModeAnnouncement; - - @override - String get timePickerMinuteModeAnnouncement => _translationBundle.timePickerMinuteModeAnnouncement; - - @override - String get modalBarrierDismissLabel => _translationBundle.modalBarrierDismissLabel; - - @override - String get signedInLabel => _translationBundle.signedInLabel; - - @override - String get hideAccountsLabel => _translationBundle.hideAccountsLabel; - - @override - String get showAccountsLabel => _translationBundle.showAccountsLabel; + /// The format to use for [timeOfDayFormat]. + @protected + TimeOfDayFormat get timeOfDayFormatRaw; /// The [TimeOfDayFormat] corresponding to one of the following supported /// patterns: @@ -409,44 +383,28 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { /// /// See also: /// - /// * http://demo.icu-project.org/icu-bin/locexp?d_=en&_=en_US shows the - /// short time pattern used in locale en_US + /// * , which shows + /// the short time pattern used in the `en_US` locale. @override TimeOfDayFormat timeOfDayFormat({ bool alwaysUse24HourFormat = false }) { - final String icuShortTimePattern = _translationBundle.timeOfDayFormat; - - assert(() { - if (!_icuTimeOfDayToEnum.containsKey(icuShortTimePattern)) { - throw new FlutterError( - '"$icuShortTimePattern" is not one of the ICU short time patterns ' - 'supported by the material library. Here is the list of supported ' - 'patterns:\n ' + - _icuTimeOfDayToEnum.keys.join('\n ') - ); - } - return true; - }()); - - final TimeOfDayFormat icuFormat = _icuTimeOfDayToEnum[icuShortTimePattern]; - + assert(alwaysUse24HourFormat != null); if (alwaysUse24HourFormat) - return _get24HourVersionOf(icuFormat); - - return icuFormat; + return _get24HourVersionOf(timeOfDayFormatRaw); + return timeOfDayFormatRaw; } + /// The script category used by [localTextGeometry]. Must be one of the strings + /// declared in [MaterialTextGeometry]. + /// + /// TODO(ianh): make this return a TextTheme from MaterialTextGeometry. + /// TODO(ianh): drop the constructor on MaterialTextGeometry. + /// TODO(ianh): drop the strings on MaterialTextGeometry. + @protected + String get scriptCategory; + /// Looks up text geometry defined in [MaterialTextGeometry]. @override - TextTheme get localTextGeometry => MaterialTextGeometry.forScriptCategory(_translationBundle.scriptCategory); - - /// Creates an object that provides localized resource values for the - /// for the widgets of the material library. - /// - /// This method is typically used to create a [LocalizationsDelegate]. - /// The [MaterialApp] does so by default. - static Future load(Locale locale) { - return new SynchronousFuture(new GlobalMaterialLocalizations(locale)); - } + TextTheme get localTextGeometry => MaterialTextGeometry.forScriptCategory(scriptCategory); /// A [LocalizationsDelegate] that uses [GlobalMaterialLocalizations.load] /// to create an instance of this class. @@ -459,6 +417,8 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { /// A value for [MaterialApp.localizationsDelegates] that's typically used by /// internationalized apps. /// + /// ## Sample code + /// /// To include the localizations provided by this class and by /// [GlobalWidgetsLocalizations] in a [MaterialApp], /// use [GlobalMaterialLocalizations.delegates] as the value of @@ -481,17 +441,6 @@ class GlobalMaterialLocalizations implements MaterialLocalizations { ]; } -const Map _icuTimeOfDayToEnum = { - 'HH:mm': TimeOfDayFormat.HH_colon_mm, - 'HH.mm': TimeOfDayFormat.HH_dot_mm, - "HH 'h' mm": TimeOfDayFormat.frenchCanadian, - 'HH:mm น.': TimeOfDayFormat.HH_colon_mm, - 'H:mm': TimeOfDayFormat.H_colon_mm, - 'h:mm a': TimeOfDayFormat.h_colon_mm_space_a, - 'a h:mm': TimeOfDayFormat.a_space_h_colon_mm, - 'ah:mm': TimeOfDayFormat.a_space_h_colon_mm, -}; - /// Finds the [TimeOfDayFormat] to use instead of the `original` when the /// `original` uses 12-hour format and [MediaQueryData.alwaysUse24HourFormat] /// is true. @@ -509,86 +458,91 @@ TimeOfDayFormat _get24HourVersionOf(TimeOfDayFormat original) { return TimeOfDayFormat.HH_colon_mm; } -/// Tracks if date i18n data has been loaded. -bool _dateIntlDataInitialized = false; - -/// Loads i18n data for dates if it hasn't be loaded yet. -/// -/// Only the first invocation of this function has the effect of loading the -/// data. Subsequent invocations have no effect. -void _loadDateIntlDataIfNotLoaded() { - if (!_dateIntlDataInitialized) { - date_localizations.dateSymbols.forEach((String locale, dynamic data) { - assert(date_localizations.datePatterns.containsKey(locale)); - final intl.DateSymbols symbols = new intl.DateSymbols.deserializeFromMap(data); - date_symbol_data_custom.initializeDateFormattingCustom( - locale: locale, - symbols: symbols, - patterns: date_localizations.datePatterns[locale], - ); - }); - _dateIntlDataInitialized = true; - } -} - class _MaterialLocalizationsDelegate extends LocalizationsDelegate { const _MaterialLocalizationsDelegate(); - // Watch out: this list must match the one in the GlobalMaterialLocalizations - // class doc and the list we test, see test/translations_test.dart. - static const List _supportedLanguages = [ - 'ar', // Arabic - 'bg', // Bulgarian - 'bs', // Bosnian - 'ca', // Catalan - 'cs', // Czech - 'da', // Danish - 'de', // German - 'el', // Greek - 'en', // English - 'es', // Spanish - 'et', // Estonian - 'fa', // Farsi (Persian) - 'fi', // Finnish - 'fil', // Fillipino - 'fr', // French - 'gsw', // Swiss German - 'he', // Hebrew - 'hi', // Hindi - 'hr', // Croatian - 'hu', // Hungarian - 'id', // Indonesian - 'it', // Italian - 'ja', // Japanese - 'ko', // Korean - 'lv', // Latvian - 'lt', // Lithuanian - 'ms', // Malay - 'nl', // Dutch - 'nb', // Norwegian - 'pl', // Polish - 'ps', // Pashto - 'pt', // Portugese - 'ro', // Romanian - 'ru', // Russian - 'sr', // Serbian - 'sk', // Slovak - 'sl', // Slovenian - 'th', // Thai - 'sv', // Swedish - 'tl', // Tagalog - 'tr', // Turkish - 'uk', // Ukranian - 'ur', // Urdu - 'vi', // Vietnamese - 'zh', // Chinese (simplified) - ]; - @override - bool isSupported(Locale locale) => _supportedLanguages.contains(locale.languageCode); + bool isSupported(Locale locale) => kSupportedLanguages.contains(locale.languageCode); - @override - Future load(Locale locale) => GlobalMaterialLocalizations.load(locale); + /// Tracks if date i18n data has been loaded. + static bool _dateIntlDataInitialized = false; + + /// Loads i18n data for dates if it hasn't be loaded yet. + /// + /// Only the first invocation of this function has the effect of loading the + /// data. Subsequent invocations have no effect. + static void _loadDateIntlDataIfNotLoaded() { + if (!_dateIntlDataInitialized) { + date_localizations.dateSymbols.forEach((String locale, dynamic data) { + assert(date_localizations.datePatterns.containsKey(locale)); + final intl.DateSymbols symbols = new intl.DateSymbols.deserializeFromMap(data); + date_symbol_data_custom.initializeDateFormattingCustom( + locale: locale, + symbols: symbols, + patterns: date_localizations.datePatterns[locale], + ); + }); + _dateIntlDataInitialized = true; + } + } + + static final Map> _loadedTranslations = >{}; + + @override + Future load(Locale locale) { + assert(isSupported(locale)); + return _loadedTranslations.putIfAbsent(locale, () { + _loadDateIntlDataIfNotLoaded(); + + final String localeName = intl.Intl.canonicalizedLocale(locale.toString()); + + intl.DateFormat fullYearFormat; + intl.DateFormat mediumDateFormat; + intl.DateFormat longDateFormat; + intl.DateFormat yearMonthFormat; + if (intl.DateFormat.localeExists(localeName)) { + fullYearFormat = new intl.DateFormat.y(localeName); + mediumDateFormat = new intl.DateFormat.MMMEd(localeName); + longDateFormat = new intl.DateFormat.yMMMMEEEEd(localeName); + yearMonthFormat = new intl.DateFormat.yMMMM(localeName); + } else if (intl.DateFormat.localeExists(locale.languageCode)) { + fullYearFormat = new intl.DateFormat.y(locale.languageCode); + mediumDateFormat = new intl.DateFormat.MMMEd(locale.languageCode); + longDateFormat = new intl.DateFormat.yMMMMEEEEd(locale.languageCode); + yearMonthFormat = new intl.DateFormat.yMMMM(locale.languageCode); + } else { + fullYearFormat = new intl.DateFormat.y(); + mediumDateFormat = new intl.DateFormat.MMMEd(); + longDateFormat = new intl.DateFormat.yMMMMEEEEd(); + yearMonthFormat = new intl.DateFormat.yMMMM(); + } + + intl.NumberFormat decimalFormat; + intl.NumberFormat twoDigitZeroPaddedFormat; + if (intl.NumberFormat.localeExists(localeName)) { + decimalFormat = new intl.NumberFormat.decimalPattern(localeName); + twoDigitZeroPaddedFormat = new intl.NumberFormat('00', localeName); + } else if (intl.NumberFormat.localeExists(locale.languageCode)) { + decimalFormat = new intl.NumberFormat.decimalPattern(locale.languageCode); + twoDigitZeroPaddedFormat = new intl.NumberFormat('00', locale.languageCode); + } else { + decimalFormat = new intl.NumberFormat.decimalPattern(); + twoDigitZeroPaddedFormat = new intl.NumberFormat('00'); + } + + assert(locale.toString() == localeName, 'comparing "$locale" to "$localeName"'); + + return new SynchronousFuture(getTranslation( + locale, + fullYearFormat, + mediumDateFormat, + longDateFormat, + yearMonthFormat, + decimalFormat, + twoDigitZeroPaddedFormat, + )); + }); + } @override bool shouldReload(_MaterialLocalizationsDelegate old) => false; From 356399426b8729d8656c1e0ca0e24ae8369896e8 Mon Sep 17 00:00:00 2001 From: David Shuckerow Date: Tue, 7 Aug 2018 12:48:23 -0700 Subject: [PATCH 048/327] Add custom actions to the reorderable list (#20108) --- .../lib/src/l10n/material_ar.arb | 8 ++++- .../lib/src/l10n/material_bg.arb | 8 ++++- .../lib/src/l10n/material_bs.arb | 10 +++++-- .../lib/src/l10n/material_ca.arb | 8 ++++- .../lib/src/l10n/material_cs.arb | 8 ++++- .../lib/src/l10n/material_da.arb | 8 ++++- .../lib/src/l10n/material_de.arb | 8 ++++- .../lib/src/l10n/material_de_CH.arb | 8 ++++- .../lib/src/l10n/material_el.arb | 8 ++++- .../lib/src/l10n/material_en.arb | 30 +++++++++++++++++++ .../lib/src/l10n/material_en_AU.arb | 8 ++++- .../lib/src/l10n/material_en_CA.arb | 8 ++++- .../lib/src/l10n/material_en_GB.arb | 8 ++++- .../lib/src/l10n/material_en_IE.arb | 8 ++++- .../lib/src/l10n/material_en_IN.arb | 8 ++++- .../lib/src/l10n/material_en_SG.arb | 8 ++++- .../lib/src/l10n/material_en_ZA.arb | 8 ++++- .../lib/src/l10n/material_es.arb | 8 ++++- .../lib/src/l10n/material_es_419.arb | 8 ++++- .../lib/src/l10n/material_es_AR.arb | 8 ++++- .../lib/src/l10n/material_et.arb | 8 ++++- .../lib/src/l10n/material_fa.arb | 8 ++++- .../lib/src/l10n/material_fi.arb | 8 ++++- .../lib/src/l10n/material_fil.arb | 8 ++++- .../lib/src/l10n/material_fr.arb | 8 ++++- .../lib/src/l10n/material_gsw.arb | 8 ++++- .../lib/src/l10n/material_he.arb | 8 ++++- .../lib/src/l10n/material_hi.arb | 8 ++++- .../lib/src/l10n/material_hr.arb | 8 ++++- .../lib/src/l10n/material_hu.arb | 8 ++++- .../lib/src/l10n/material_id.arb | 8 ++++- .../lib/src/l10n/material_it.arb | 8 ++++- .../lib/src/l10n/material_ja.arb | 8 ++++- .../lib/src/l10n/material_ko.arb | 8 ++++- .../lib/src/l10n/material_lt.arb | 8 ++++- .../lib/src/l10n/material_lv.arb | 8 ++++- .../lib/src/l10n/material_ms.arb | 8 ++++- .../lib/src/l10n/material_nb.arb | 8 ++++- .../lib/src/l10n/material_nl.arb | 8 ++++- .../lib/src/l10n/material_pl.arb | 8 ++++- .../lib/src/l10n/material_ps.arb | 8 ++++- .../lib/src/l10n/material_pt.arb | 8 ++++- .../lib/src/l10n/material_pt_PT.arb | 8 ++++- .../lib/src/l10n/material_ro.arb | 8 ++++- .../lib/src/l10n/material_ru.arb | 8 ++++- .../lib/src/l10n/material_sk.arb | 8 ++++- .../lib/src/l10n/material_sl.arb | 8 ++++- .../lib/src/l10n/material_sr.arb | 8 ++++- .../lib/src/l10n/material_sr_Latn.arb | 8 ++++- .../lib/src/l10n/material_sv.arb | 8 ++++- .../lib/src/l10n/material_th.arb | 8 ++++- .../lib/src/l10n/material_tl.arb | 8 ++++- .../lib/src/l10n/material_tr.arb | 8 ++++- .../lib/src/l10n/material_uk.arb | 8 ++++- .../lib/src/l10n/material_ur.arb | 8 ++++- .../lib/src/l10n/material_vi.arb | 8 ++++- .../lib/src/l10n/material_zh.arb | 8 ++++- .../lib/src/l10n/material_zh_HK.arb | 8 ++++- .../lib/src/l10n/material_zh_TW.arb | 8 ++++- 59 files changed, 437 insertions(+), 59 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index 91d7b7e9982e..b032a49ea940 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -43,5 +43,11 @@ "popupMenuLabel": "قائمة منبثقة", "dialogLabel": "مربع حوار", "alertDialogLabel": "مربع حوار التنبيه", - "searchFieldLabel": "بحث" + "searchFieldLabel": "بحث", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bg.arb b/packages/flutter_localizations/lib/src/l10n/material_bg.arb index 1f4b36d004b9..d7b909a2862a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bg.arb @@ -39,5 +39,11 @@ "popupMenuLabel": "Изскачащо меню", "dialogLabel": "Диалогов прозорец", "alertDialogLabel": "TBD", - "searchFieldLabel": "TBD" + "searchFieldLabel": "TBD", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bs.arb b/packages/flutter_localizations/lib/src/l10n/material_bs.arb index fcf1f2550fa0..d7a4b4a7b459 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bs.arb @@ -40,5 +40,11 @@ "popupMenuLabel": "Skočni izbornik", "dialogLabel": "Dijalog", "alertDialogLabel": "TBD", - "searchFieldLabel": "TBD" -} + "searchFieldLabel": "TBD", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" +} \ No newline at end of file diff --git a/packages/flutter_localizations/lib/src/l10n/material_ca.arb b/packages/flutter_localizations/lib/src/l10n/material_ca.arb index f9b02af06802..e4dbf5d3dd15 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ca.arb @@ -39,5 +39,11 @@ "popupMenuLabel": "Menú emergent", "dialogLabel": "Diàleg", "alertDialogLabel": "TBD", - "searchFieldLabel": "TBD" + "searchFieldLabel": "TBD", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_cs.arb b/packages/flutter_localizations/lib/src/l10n/material_cs.arb index 3a31cb06d793..53869e541544 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cs.arb @@ -41,5 +41,11 @@ "popupMenuLabel": "Vyskakovací nabídka", "dialogLabel": "Dialogové okno", "alertDialogLabel": "TBD", - "searchFieldLabel": "TBD" + "searchFieldLabel": "TBD", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_da.arb b/packages/flutter_localizations/lib/src/l10n/material_da.arb index c63e24deb70a..4b5deb87fca2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_da.arb @@ -39,5 +39,11 @@ "popupMenuLabel": "Pop op-menu", "dialogLabel": "Dialogboks", "alertDialogLabel": "TBD", - "searchFieldLabel": "TBD" + "searchFieldLabel": "TBD", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index c78f0fe5c342..d2e2c20772ff 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -40,5 +40,11 @@ "popupMenuLabel": "Pop-up-Menü", "dialogLabel": "Dialogfeld", "alertDialogLabel": "Aufmerksam", - "searchFieldLabel": "Suchen" + "searchFieldLabel": "Suchen", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb index d37a4ea3bcd6..fd92a2a8d7a3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb @@ -39,5 +39,11 @@ "popupMenuLabel": "Pop-up-Menü", "dialogLabel": "Dialogfeld", "alertDialogLabel": "Aufmerksam", - "searchFieldLabel": "Suchen" + "searchFieldLabel": "Suchen", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_el.arb b/packages/flutter_localizations/lib/src/l10n/material_el.arb index f9e3e95ccb97..df9cdddc26d2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_el.arb @@ -39,5 +39,11 @@ "popupMenuLabel": "Αναδυόμενο μενού", "dialogLabel": "Παράθυρο διαλόγου", "alertDialogLabel": "TBD", - "searchFieldLabel": "TBD" + "searchFieldLabel": "TBD", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index c58de4cd6790..c13d508ca59c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -205,5 +205,35 @@ "searchFieldLabel": "Search", "@searchFieldLabel": { "description": "Label indicating that a text field is a search field. This will be used as a hint text in the text field." + }, + + "reorderItemToStart": "Move to the start", + "@reorderItemToStart": { + "description": "The audio announcement to move an item in a Reorderable List to the start of the list." + }, + + "reorderItemToEnd": "Move to the end", + "@reorderItemToEnd": { + "description": "The audio announcement to move an item in a Reorderable List to the end of the list." + }, + + "reorderItemUp": "Move up", + "@reorderItemUp": { + "description": "The audio announcement to move an item in a Reorderable List up in the list when it is oriented vertically." + }, + + "reorderItemDown": "Move down", + "@reorderItemDown": { + "description": "The audio announcement to move an item in a Reorderable List down in the list when it is oriented vertically." + }, + + "reorderItemLeft": "Move left", + "@reorderItemLeft": { + "description": "The audio announcement to move an item in a Reorderable List left in the list when it is oriented horizontally." + }, + + "reorderItemRight": "Move right", + "@reorderItemRight": { + "description": "The audio announcement to move an item in a Reorderable List right in the list when it is oriented horizontally." } } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb index 91a8cfbd7807..9f7bcebe635f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb @@ -39,5 +39,11 @@ "popupMenuLabel": "Pop-up menu", "dialogLabel": "Dialogue", "alertDialogLabel": "Alert", - "searchFieldLabel": "Search" + "searchFieldLabel": "Search", + "reorderItemToStart": "Move to the start", + "reorderItemToEnd": "Move to the end", + "reorderItemUp": "Move up", + "reorderItemDown": "Move down", + "reorderItemLeft": "Move left", + "reorderItemRight": "Move right" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb index 91a8cfbd7807..9f7bcebe635f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb @@ -39,5 +39,11 @@ "popupMenuLabel": "Pop-up menu", "dialogLabel": "Dialogue", "alertDialogLabel": "Alert", - "searchFieldLabel": "Search" + "searchFieldLabel": "Search", + "reorderItemToStart": "Move to the start", + "reorderItemToEnd": "Move to the end", + "reorderItemUp": "Move up", + "reorderItemDown": "Move down", + "reorderItemLeft": "Move left", + "reorderItemRight": "Move right" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb index ef47923804f7..8bd72b62e04e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb @@ -39,5 +39,11 @@ "popupMenuLabel": "Pop-up menu", "dialogLabel": "Dialogue", "alertDialogLabel": "Alert", - "searchFieldLabel": "Search" + "searchFieldLabel": "Search", + "reorderItemToStart": "Move to the start", + "reorderItemToEnd": "Move to the end", + "reorderItemUp": "Move up", + "reorderItemDown": "Move down", + "reorderItemLeft": "Move left", + "reorderItemRight": "Move right" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb index ef47923804f7..8bd72b62e04e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb @@ -39,5 +39,11 @@ "popupMenuLabel": "Pop-up menu", "dialogLabel": "Dialogue", "alertDialogLabel": "Alert", - "searchFieldLabel": "Search" + "searchFieldLabel": "Search", + "reorderItemToStart": "Move to the start", + "reorderItemToEnd": "Move to the end", + "reorderItemUp": "Move up", + "reorderItemDown": "Move down", + "reorderItemLeft": "Move left", + "reorderItemRight": "Move right" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb index 91a8cfbd7807..9f7bcebe635f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb @@ -39,5 +39,11 @@ "popupMenuLabel": "Pop-up menu", "dialogLabel": "Dialogue", "alertDialogLabel": "Alert", - "searchFieldLabel": "Search" + "searchFieldLabel": "Search", + "reorderItemToStart": "Move to the start", + "reorderItemToEnd": "Move to the end", + "reorderItemUp": "Move up", + "reorderItemDown": "Move down", + "reorderItemLeft": "Move left", + "reorderItemRight": "Move right" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb index 91a8cfbd7807..9f7bcebe635f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb @@ -39,5 +39,11 @@ "popupMenuLabel": "Pop-up menu", "dialogLabel": "Dialogue", "alertDialogLabel": "Alert", - "searchFieldLabel": "Search" + "searchFieldLabel": "Search", + "reorderItemToStart": "Move to the start", + "reorderItemToEnd": "Move to the end", + "reorderItemUp": "Move up", + "reorderItemDown": "Move down", + "reorderItemLeft": "Move left", + "reorderItemRight": "Move right" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb index ef47923804f7..8bd72b62e04e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb @@ -39,5 +39,11 @@ "popupMenuLabel": "Pop-up menu", "dialogLabel": "Dialogue", "alertDialogLabel": "Alert", - "searchFieldLabel": "Search" + "searchFieldLabel": "Search", + "reorderItemToStart": "Move to the start", + "reorderItemToEnd": "Move to the end", + "reorderItemUp": "Move up", + "reorderItemDown": "Move down", + "reorderItemLeft": "Move left", + "reorderItemRight": "Move right" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index 8c37d29c98c6..2db29e97ef13 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -40,5 +40,11 @@ "popupMenuLabel": "Menú emergente", "dialogLabel": "Cuadro de diálogo", "alertDialogLabel": "Alerta", - "searchFieldLabel": "Buscar" + "searchFieldLabel": "Buscar", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb index 2aa58d1eebb7..5d2ea08b2180 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb @@ -39,5 +39,11 @@ "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta", - "searchFieldLabel": "Buscar" + "searchFieldLabel": "Buscar", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb index 2aa58d1eebb7..5d2ea08b2180 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb @@ -39,5 +39,11 @@ "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta", - "searchFieldLabel": "Buscar" + "searchFieldLabel": "Buscar", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_et.arb b/packages/flutter_localizations/lib/src/l10n/material_et.arb index df5def576138..86f4ab8b0740 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_et.arb @@ -39,5 +39,11 @@ "popupMenuLabel": "Hüpikmenüü", "dialogLabel": "Dialoog", "alertDialogLabel": "TBD", - "searchFieldLabel": "TBD" + "searchFieldLabel": "TBD", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index 5b96f75e36be..5090a910119e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -39,5 +39,11 @@ "popupMenuLabel": "منوی بازشو", "dialogLabel": "کادر گفتگو", "alertDialogLabel": "هشدار", - "searchFieldLabel": "جستجو کردن" + "searchFieldLabel": "جستجو کردن", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fi.arb b/packages/flutter_localizations/lib/src/l10n/material_fi.arb index eebc68901972..7ff7c1c0a90c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fi.arb @@ -39,5 +39,11 @@ "popupMenuLabel": "Ponnahdusvalikko", "dialogLabel": "Valintaikkuna", "alertDialogLabel": "TBD", - "searchFieldLabel": "TBD" + "searchFieldLabel": "TBD", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fil.arb b/packages/flutter_localizations/lib/src/l10n/material_fil.arb index 97aa8e81385f..57e60d653485 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fil.arb @@ -39,5 +39,11 @@ "popupMenuLabel": "Popup na menu", "dialogLabel": "Dialog", "alertDialogLabel": "TBD", - "searchFieldLabel": "TBD" + "searchFieldLabel": "TBD", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index a2850c3f3b81..37ab97991a04 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -40,5 +40,11 @@ "popupMenuLabel": "Menu contextuel", "dialogLabel": "Boîte de dialogue", "alertDialogLabel": "Alerte", - "searchFieldLabel": "Chercher" + "searchFieldLabel": "Chercher", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index 3877707c3123..1214cbedd8b9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -39,5 +39,11 @@ "popupMenuLabel": "Pop-up-Menü", "dialogLabel": "Dialogfeld", "alertDialogLabel": "Aufmerksam", - "searchFieldLabel": "Suchen" + "searchFieldLabel": "Suchen", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index 324ca4437fd7..a90952ab37ee 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -41,5 +41,11 @@ "popupMenuLabel": "תפריט קופץ", "dialogLabel": "תיבת דו-שיח", "alertDialogLabel": "עֵרָנִי", - "searchFieldLabel": "לחפש" + "searchFieldLabel": "לחפש", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hi.arb b/packages/flutter_localizations/lib/src/l10n/material_hi.arb index 8dac983224a5..2828fb7dea09 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hi.arb @@ -39,5 +39,11 @@ "popupMenuLabel": "पॉपअप मेन्यू", "dialogLabel": "संवाद", "alertDialogLabel": "TBD", - "searchFieldLabel": "TBD" + "searchFieldLabel": "TBD", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hr.arb b/packages/flutter_localizations/lib/src/l10n/material_hr.arb index fcf1f2550fa0..1bc55d034d06 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hr.arb @@ -40,5 +40,11 @@ "popupMenuLabel": "Skočni izbornik", "dialogLabel": "Dijalog", "alertDialogLabel": "TBD", - "searchFieldLabel": "TBD" + "searchFieldLabel": "TBD", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hu.arb b/packages/flutter_localizations/lib/src/l10n/material_hu.arb index bda2a7f2c7ba..eb55a7ea317b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hu.arb @@ -39,5 +39,11 @@ "popupMenuLabel": "Előugró menü", "dialogLabel": "Párbeszédablak", "alertDialogLabel": "TBD", - "searchFieldLabel": "TBD" + "searchFieldLabel": "TBD", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_id.arb b/packages/flutter_localizations/lib/src/l10n/material_id.arb index b9015545840c..109f06ee004a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_id.arb @@ -39,5 +39,11 @@ "popupMenuLabel": "Menu pop-up", "dialogLabel": "Dialog", "alertDialogLabel": "Waspada", - "searchFieldLabel": "Pencarian" + "searchFieldLabel": "Pencarian", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index 1277eec15853..7900b618e738 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -39,5 +39,11 @@ "popupMenuLabel": "Menu popup", "dialogLabel": "Finestra di dialogo", "alertDialogLabel": "Mettere in guardia", - "searchFieldLabel": "Ricerca" + "searchFieldLabel": "Ricerca", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index 2fa9a210f729..e96c200f6e6c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -39,5 +39,11 @@ "popupMenuLabel": "ポップアップ メニュー", "dialogLabel": "ダイアログ", "alertDialogLabel": "アラート", - "searchFieldLabel": "サーチ" + "searchFieldLabel": "サーチ", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index b6b9ebafdbd1..1cf75fb14573 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -39,5 +39,11 @@ "popupMenuLabel": "팝업 메뉴", "dialogLabel": "대화상자", "alertDialogLabel": "경보", - "searchFieldLabel": "수색" + "searchFieldLabel": "수색", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lt.arb b/packages/flutter_localizations/lib/src/l10n/material_lt.arb index 0d544bed0ecc..6510cf6c9c0f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lt.arb @@ -41,5 +41,11 @@ "popupMenuLabel": "Iššokantysis meniu", "dialogLabel": "Dialogo langas", "alertDialogLabel": "TBD", - "searchFieldLabel": "TBD" + "searchFieldLabel": "TBD", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lv.arb b/packages/flutter_localizations/lib/src/l10n/material_lv.arb index 29278fb205ff..fd785737ffc9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lv.arb @@ -40,5 +40,11 @@ "popupMenuLabel": "Uznirstošā izvēlne", "dialogLabel": "Dialoglodziņš", "alertDialogLabel": "TBD", - "searchFieldLabel": "TBD" + "searchFieldLabel": "TBD", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ms.arb b/packages/flutter_localizations/lib/src/l10n/material_ms.arb index 5e8fa1234241..074eab096b4d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ms.arb @@ -40,5 +40,11 @@ "popupMenuLabel": "Menu pop timbul", "dialogLabel": "Dialog", "alertDialogLabel": "Amaran", - "searchFieldLabel": "Carian" + "searchFieldLabel": "Carian", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nb.arb b/packages/flutter_localizations/lib/src/l10n/material_nb.arb index 4aec3db0f18f..098b46695502 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nb.arb @@ -39,5 +39,11 @@ "popupMenuLabel": "Forgrunnsmeny", "dialogLabel": "Dialogboks", "alertDialogLabel": "Varsling", - "searchFieldLabel": "Søke" + "searchFieldLabel": "Søke", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index a7ba079b7690..f14f62a2f232 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -39,5 +39,11 @@ "popupMenuLabel": "Pop-upmenu", "dialogLabel": "Dialoogvenster", "alertDialogLabel": "Alarm", - "searchFieldLabel": "Zoeken" + "searchFieldLabel": "Zoeken", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index 72e73da95d28..0e0a7491cc12 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -41,5 +41,11 @@ "popupMenuLabel": "Wyskakujące menu", "dialogLabel": "Okno dialogowe", "alertDialogLabel": "Alarm", - "searchFieldLabel": "Szukaj" + "searchFieldLabel": "Szukaj", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ps.arb b/packages/flutter_localizations/lib/src/l10n/material_ps.arb index a1eb9da5763e..eb23df9e7169 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ps.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ps.arb @@ -38,5 +38,11 @@ "popupMenuLabel": "د پاپ اپ مینو", "dialogLabel": "خبرې اترې", "alertDialogLabel": "خبرتیا", - "searchFieldLabel": "لټون" + "searchFieldLabel": "لټون", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index 216e79f87726..39d16b6cc5eb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -41,5 +41,11 @@ "popupMenuLabel": "Menu pop-up", "dialogLabel": "Caixa de diálogo", "alertDialogLabel": "Alerta", - "searchFieldLabel": "Pesquisa" + "searchFieldLabel": "Pesquisa", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb index 7f0eff7b2e60..f0f4d379581f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb @@ -39,5 +39,11 @@ "popupMenuLabel": "Menu pop-up", "dialogLabel": "Caixa de diálogo", "alertDialogLabel": "Alerta", - "searchFieldLabel": "Pesquisa" + "searchFieldLabel": "Pesquisa", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/flutter_localizations/lib/src/l10n/material_ro.arb index ca88afcb1ec6..c74f3941e64c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ro.arb @@ -41,5 +41,11 @@ "popupMenuLabel": "Meniu pop-up", "dialogLabel": "Casetă de dialog", "alertDialogLabel": "Alerta", - "searchFieldLabel": "Căutare" + "searchFieldLabel": "Căutare", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index a9e0fdad0561..bb52356db1b4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -42,5 +42,11 @@ "popupMenuLabel": "Всплывающее меню", "dialogLabel": "Диалоговое окно", "alertDialogLabel": "бдительный", - "searchFieldLabel": "Поиск" + "searchFieldLabel": "Поиск", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sk.arb b/packages/flutter_localizations/lib/src/l10n/material_sk.arb index 0ffe52aaac5f..be790e4df41d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sk.arb @@ -41,5 +41,11 @@ "popupMenuLabel": "Kontextová ponuka", "dialogLabel": "Dialógové okno", "alertDialogLabel": "TBD", - "searchFieldLabel": "TBD" + "searchFieldLabel": "TBD", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sl.arb b/packages/flutter_localizations/lib/src/l10n/material_sl.arb index 44a9b814fa2f..ef862c7e6d28 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sl.arb @@ -41,5 +41,11 @@ "popupMenuLabel": "Pojavni meni", "dialogLabel": "Pogovorno okno", "alertDialogLabel": "TBD", - "searchFieldLabel": "TBD" + "searchFieldLabel": "TBD", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr.arb b/packages/flutter_localizations/lib/src/l10n/material_sr.arb index c7d328ecf5f6..9d98984aef79 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr.arb @@ -40,5 +40,11 @@ "popupMenuLabel": "Искачући мени", "dialogLabel": "Дијалог", "alertDialogLabel": "TBD", - "searchFieldLabel": "TBD" + "searchFieldLabel": "TBD", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb b/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb index a90e601c9e43..f9fc84ffaab0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb @@ -40,5 +40,11 @@ "popupMenuLabel": "Iskačući meni", "dialogLabel": "Dijalog", "alertDialogLabel": "TBD", - "searchFieldLabel": "TBD" + "searchFieldLabel": "TBD", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sv.arb b/packages/flutter_localizations/lib/src/l10n/material_sv.arb index ddd9a5d62792..b03c357dd70f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sv.arb @@ -39,5 +39,11 @@ "popupMenuLabel": "Popup-meny", "dialogLabel": "Dialogruta", "alertDialogLabel": "TBD", - "searchFieldLabel": "TBD" + "searchFieldLabel": "TBD", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/flutter_localizations/lib/src/l10n/material_th.arb index 507f4a9b0ea5..08aa74d425ba 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_th.arb @@ -39,5 +39,11 @@ "popupMenuLabel": "เมนูป๊อปอัป", "dialogLabel": "กล่องโต้ตอบ", "alertDialogLabel": "เตือนภัย", - "searchFieldLabel": "ค้นหา" + "searchFieldLabel": "ค้นหา", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tl.arb b/packages/flutter_localizations/lib/src/l10n/material_tl.arb index 97aa8e81385f..57e60d653485 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tl.arb @@ -39,5 +39,11 @@ "popupMenuLabel": "Popup na menu", "dialogLabel": "Dialog", "alertDialogLabel": "TBD", - "searchFieldLabel": "TBD" + "searchFieldLabel": "TBD", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index 1300576834c9..f784e5a0b158 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -39,5 +39,11 @@ "popupMenuLabel": "Popup menü", "dialogLabel": "İletişim kutusu", "alertDialogLabel": "Alarm", - "searchFieldLabel": "Arama" + "searchFieldLabel": "Arama", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uk.arb b/packages/flutter_localizations/lib/src/l10n/material_uk.arb index 13953411b2e2..18673db901e4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uk.arb @@ -41,5 +41,11 @@ "popupMenuLabel": "Спливаюче меню", "dialogLabel": "Вікно", "alertDialogLabel": "TBD", - "searchFieldLabel": "TBD" + "searchFieldLabel": "TBD", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index 7daa58abda6a..895752e54dd9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -39,5 +39,11 @@ "popupMenuLabel": "پاپ اپ مینو", "dialogLabel": "ڈائلاگ", "alertDialogLabel": "انتباہ", - "searchFieldLabel": "تلاش کریں" + "searchFieldLabel": "تلاش کریں", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_vi.arb b/packages/flutter_localizations/lib/src/l10n/material_vi.arb index 8b578052300d..bb2e88a38785 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_vi.arb @@ -39,5 +39,11 @@ "popupMenuLabel": "Menu bật lên", "dialogLabel": "Hộp thoại", "alertDialogLabel": "Hộp thoại", - "searchFieldLabel": "Tìm kiếm" + "searchFieldLabel": "Tìm kiếm", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index 6536d2fa4891..a3b964171dbf 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -39,5 +39,11 @@ "popupMenuLabel": "弹出菜单", "dialogLabel": "对话框", "alertDialogLabel": "警报", - "searchFieldLabel": "搜索" + "searchFieldLabel": "搜索", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb index c54eaa70dbf2..598d9519b29f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb @@ -39,5 +39,11 @@ "popupMenuLabel": "彈出式選單", "dialogLabel": "對話方塊", "alertDialogLabel": "警报", - "searchFieldLabel": "搜索" + "searchFieldLabel": "搜索", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb index c54eaa70dbf2..598d9519b29f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb @@ -39,5 +39,11 @@ "popupMenuLabel": "彈出式選單", "dialogLabel": "對話方塊", "alertDialogLabel": "警报", - "searchFieldLabel": "搜索" + "searchFieldLabel": "搜索", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD" } From 2d59d64db3157e6ae03be3d94db2b046df12c553 Mon Sep 17 00:00:00 2001 From: Hans Muller Date: Wed, 8 Aug 2018 10:36:38 -0700 Subject: [PATCH 049/327] Replace Intl.plural() with Intl.pluralLogic() in MaterialLocalizations (#20314) --- .../flutter_localizations/lib/src/material_localizations.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 315c004582df..85f4d9b87f4c 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -353,7 +353,7 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { @override String selectedRowCountTitle(int selectedRowCount) { - return intl.Intl.plural( + return intl.Intl.pluralLogic( selectedRowCount, zero: selectedRowCountTitleZero, one: selectedRowCountTitleOne, From 778095550d75ed15bd8e50f1e9b0447baf8a3acc Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Tue, 21 Aug 2018 14:02:11 -0700 Subject: [PATCH 050/327] Audit `TODO` syntax (#20837) Fixes the pattern for some TODOs to match our style guide. (Also, a couple of minor code order fixes.) --- .../lib/src/material_localizations.dart | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 85f4d9b87f4c..0223476c041e 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -395,10 +395,10 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { /// The script category used by [localTextGeometry]. Must be one of the strings /// declared in [MaterialTextGeometry]. - /// - /// TODO(ianh): make this return a TextTheme from MaterialTextGeometry. - /// TODO(ianh): drop the constructor on MaterialTextGeometry. - /// TODO(ianh): drop the strings on MaterialTextGeometry. + // + // TODO(ianh): make this return a TextTheme from MaterialTextGeometry. + // TODO(ianh): drop the constructor on MaterialTextGeometry. + // TODO(ianh): drop the strings on MaterialTextGeometry. @protected String get scriptCategory; From 6233c05def641ba6eabb630ba87b718ebd96461a Mon Sep 17 00:00:00 2001 From: Jonah Williams Date: Wed, 22 Aug 2018 10:20:51 -0700 Subject: [PATCH 051/327] Add localization for expand icon collapse/expand tap hint (#20766) --- .../flutter_localizations/lib/src/l10n/material_ar.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_bg.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_bs.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_ca.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_cs.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_da.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_de.arb | 4 +++- .../lib/src/l10n/material_de_CH.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_el.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_en.arb | 10 ++++++++++ .../lib/src/l10n/material_en_AU.arb | 4 +++- .../lib/src/l10n/material_en_CA.arb | 4 +++- .../lib/src/l10n/material_en_GB.arb | 4 +++- .../lib/src/l10n/material_en_IE.arb | 4 +++- .../lib/src/l10n/material_en_IN.arb | 4 +++- .../lib/src/l10n/material_en_SG.arb | 4 +++- .../lib/src/l10n/material_en_ZA.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_es.arb | 4 +++- .../lib/src/l10n/material_es_419.arb | 4 +++- .../lib/src/l10n/material_es_AR.arb | 4 +++- .../lib/src/l10n/material_es_BO.arb | 4 +++- .../lib/src/l10n/material_es_CL.arb | 4 +++- .../lib/src/l10n/material_es_CO.arb | 4 +++- .../lib/src/l10n/material_es_CR.arb | 4 +++- .../lib/src/l10n/material_es_DO.arb | 4 +++- .../lib/src/l10n/material_es_EC.arb | 4 +++- .../lib/src/l10n/material_es_GT.arb | 4 +++- .../lib/src/l10n/material_es_HN.arb | 4 +++- .../lib/src/l10n/material_es_MX.arb | 4 +++- .../lib/src/l10n/material_es_NI.arb | 4 +++- .../lib/src/l10n/material_es_PA.arb | 4 +++- .../lib/src/l10n/material_es_PE.arb | 4 +++- .../lib/src/l10n/material_es_PR.arb | 4 +++- .../lib/src/l10n/material_es_PY.arb | 4 +++- .../lib/src/l10n/material_es_SV.arb | 4 +++- .../lib/src/l10n/material_es_US.arb | 4 +++- .../lib/src/l10n/material_es_UY.arb | 4 +++- .../lib/src/l10n/material_es_VE.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_et.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_fa.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_fi.arb | 4 +++- .../lib/src/l10n/material_fil.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_fr.arb | 4 +++- .../lib/src/l10n/material_gsw.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_he.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_hi.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_hr.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_hu.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_id.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_it.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_ja.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_ko.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_lt.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_lv.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_ms.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_nb.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_nl.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_pl.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_ps.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_pt.arb | 4 +++- .../lib/src/l10n/material_pt_PT.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_ro.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_ru.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_sk.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_sl.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_sr.arb | 4 +++- .../lib/src/l10n/material_sr_Latn.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_sv.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_th.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_tl.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_tr.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_uk.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_ur.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_vi.arb | 4 +++- .../flutter_localizations/lib/src/l10n/material_zh.arb | 4 +++- .../lib/src/l10n/material_zh_HK.arb | 4 +++- .../lib/src/l10n/material_zh_TW.arb | 4 +++- 77 files changed, 238 insertions(+), 76 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index b032a49ea940..ff4b12c56abf 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -49,5 +49,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bg.arb b/packages/flutter_localizations/lib/src/l10n/material_bg.arb index d7b909a2862a..6a8da5ca3083 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bg.arb @@ -45,5 +45,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bs.arb b/packages/flutter_localizations/lib/src/l10n/material_bs.arb index d7a4b4a7b459..40167b0f5384 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bs.arb @@ -46,5 +46,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } \ No newline at end of file diff --git a/packages/flutter_localizations/lib/src/l10n/material_ca.arb b/packages/flutter_localizations/lib/src/l10n/material_ca.arb index e4dbf5d3dd15..3da3feb7d2aa 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ca.arb @@ -45,5 +45,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_cs.arb b/packages/flutter_localizations/lib/src/l10n/material_cs.arb index 53869e541544..5e33a8931194 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cs.arb @@ -47,5 +47,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_da.arb b/packages/flutter_localizations/lib/src/l10n/material_da.arb index 4b5deb87fca2..597f31a03a56 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_da.arb @@ -45,5 +45,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index d2e2c20772ff..628a5949b301 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -46,5 +46,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb index fd92a2a8d7a3..3458f8db679a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb @@ -45,5 +45,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_el.arb b/packages/flutter_localizations/lib/src/l10n/material_el.arb index df9cdddc26d2..941be4011c3b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_el.arb @@ -45,5 +45,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index c13d508ca59c..96b1d7e96eb2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -235,5 +235,15 @@ "reorderItemRight": "Move right", "@reorderItemRight": { "description": "The audio announcement to move an item in a Reorderable List right in the list when it is oriented horizontally." + }, + + "expandedIconTapHint": "Collapse", + "@expandedIconTapHint": { + "description": "The verb which describes what happens when an expanded ExpandIcon toggle button is pressed. This is used by TalkBack on Android to replace the default hint on the accessibility action. The verb will be concatenated with a prefix string which describes how to perform the action, which by default is 'double tap to activate'. In the case of US english, this would be 'double tap to collapse.' The exact phrasing of the hint will vary based on locale" + }, + + "collapsedIconTapHint": "Expand", + "@collapsedIconTapHint": { + "description": "The verb which describes what happens when a collapsed ExpandIcon toggle button is pressed. This is used by TalkBack on Android to replace the default hint on the accessibility action. The verb will be concatenated with a prefix string which describes how to perform the action, which by default is 'double tap to activate'. In the case of US english, this would be 'double tap to expand.' The exact phrasing of the hint will vary based on locale" } } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb index 9f7bcebe635f..a9b9a8b3625f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb @@ -45,5 +45,7 @@ "reorderItemUp": "Move up", "reorderItemDown": "Move down", "reorderItemLeft": "Move left", - "reorderItemRight": "Move right" + "reorderItemRight": "Move right", + "expandedIconTapHint": "Collapse", + "collapsedIconTapHint": "Expand" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb index 9f7bcebe635f..a9b9a8b3625f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb @@ -45,5 +45,7 @@ "reorderItemUp": "Move up", "reorderItemDown": "Move down", "reorderItemLeft": "Move left", - "reorderItemRight": "Move right" + "reorderItemRight": "Move right", + "expandedIconTapHint": "Collapse", + "collapsedIconTapHint": "Expand" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb index 8bd72b62e04e..7e6049777a29 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb @@ -45,5 +45,7 @@ "reorderItemUp": "Move up", "reorderItemDown": "Move down", "reorderItemLeft": "Move left", - "reorderItemRight": "Move right" + "reorderItemRight": "Move right", + "expandedIconTapHint": "Collapse", + "collapsedIconTapHint": "Expand" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb index 8bd72b62e04e..7e6049777a29 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb @@ -45,5 +45,7 @@ "reorderItemUp": "Move up", "reorderItemDown": "Move down", "reorderItemLeft": "Move left", - "reorderItemRight": "Move right" + "reorderItemRight": "Move right", + "expandedIconTapHint": "Collapse", + "collapsedIconTapHint": "Expand" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb index 9f7bcebe635f..a9b9a8b3625f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb @@ -45,5 +45,7 @@ "reorderItemUp": "Move up", "reorderItemDown": "Move down", "reorderItemLeft": "Move left", - "reorderItemRight": "Move right" + "reorderItemRight": "Move right", + "expandedIconTapHint": "Collapse", + "collapsedIconTapHint": "Expand" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb index 9f7bcebe635f..a9b9a8b3625f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb @@ -45,5 +45,7 @@ "reorderItemUp": "Move up", "reorderItemDown": "Move down", "reorderItemLeft": "Move left", - "reorderItemRight": "Move right" + "reorderItemRight": "Move right", + "expandedIconTapHint": "Collapse", + "collapsedIconTapHint": "Expand" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb index 8bd72b62e04e..7e6049777a29 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb @@ -45,5 +45,7 @@ "reorderItemUp": "Move up", "reorderItemDown": "Move down", "reorderItemLeft": "Move left", - "reorderItemRight": "Move right" + "reorderItemRight": "Move right", + "expandedIconTapHint": "Collapse", + "collapsedIconTapHint": "Expand" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index 2db29e97ef13..64ebd340e135 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -46,5 +46,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb index 5d2ea08b2180..54c13b55ee6b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb @@ -45,5 +45,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb index 5d2ea08b2180..54c13b55ee6b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb @@ -45,5 +45,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb index 2aa58d1eebb7..d11dc3b942d4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb @@ -39,5 +39,7 @@ "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta", - "searchFieldLabel": "Buscar" + "searchFieldLabel": "Buscar", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb index 2aa58d1eebb7..d11dc3b942d4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb @@ -39,5 +39,7 @@ "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta", - "searchFieldLabel": "Buscar" + "searchFieldLabel": "Buscar", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb index 2aa58d1eebb7..d11dc3b942d4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb @@ -39,5 +39,7 @@ "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta", - "searchFieldLabel": "Buscar" + "searchFieldLabel": "Buscar", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb index 2aa58d1eebb7..d11dc3b942d4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb @@ -39,5 +39,7 @@ "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta", - "searchFieldLabel": "Buscar" + "searchFieldLabel": "Buscar", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb index 2aa58d1eebb7..d11dc3b942d4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb @@ -39,5 +39,7 @@ "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta", - "searchFieldLabel": "Buscar" + "searchFieldLabel": "Buscar", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb index 2aa58d1eebb7..d11dc3b942d4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb @@ -39,5 +39,7 @@ "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta", - "searchFieldLabel": "Buscar" + "searchFieldLabel": "Buscar", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb index 2aa58d1eebb7..d11dc3b942d4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb @@ -39,5 +39,7 @@ "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta", - "searchFieldLabel": "Buscar" + "searchFieldLabel": "Buscar", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb index 2aa58d1eebb7..d11dc3b942d4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb @@ -39,5 +39,7 @@ "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta", - "searchFieldLabel": "Buscar" + "searchFieldLabel": "Buscar", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb index 2aa58d1eebb7..d11dc3b942d4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb @@ -39,5 +39,7 @@ "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta", - "searchFieldLabel": "Buscar" + "searchFieldLabel": "Buscar", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb index 2aa58d1eebb7..d11dc3b942d4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb @@ -39,5 +39,7 @@ "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta", - "searchFieldLabel": "Buscar" + "searchFieldLabel": "Buscar", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb index 2aa58d1eebb7..d11dc3b942d4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb @@ -39,5 +39,7 @@ "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta", - "searchFieldLabel": "Buscar" + "searchFieldLabel": "Buscar", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb index 2aa58d1eebb7..d11dc3b942d4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb @@ -39,5 +39,7 @@ "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta", - "searchFieldLabel": "Buscar" + "searchFieldLabel": "Buscar", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb index 2aa58d1eebb7..d11dc3b942d4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb @@ -39,5 +39,7 @@ "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta", - "searchFieldLabel": "Buscar" + "searchFieldLabel": "Buscar", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb index 2aa58d1eebb7..d11dc3b942d4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb @@ -39,5 +39,7 @@ "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta", - "searchFieldLabel": "Buscar" + "searchFieldLabel": "Buscar", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb index 2aa58d1eebb7..d11dc3b942d4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb @@ -39,5 +39,7 @@ "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta", - "searchFieldLabel": "Buscar" + "searchFieldLabel": "Buscar", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb index 46c328ec79f2..068a8d331196 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb @@ -39,5 +39,7 @@ "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta", - "searchFieldLabel": "Buscar" + "searchFieldLabel": "Buscar", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb index 2aa58d1eebb7..d11dc3b942d4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb @@ -39,5 +39,7 @@ "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta", - "searchFieldLabel": "Buscar" + "searchFieldLabel": "Buscar", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb index 2aa58d1eebb7..d11dc3b942d4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb @@ -39,5 +39,7 @@ "popupMenuLabel": "Menú emergente", "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta", - "searchFieldLabel": "Buscar" + "searchFieldLabel": "Buscar", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_et.arb b/packages/flutter_localizations/lib/src/l10n/material_et.arb index 86f4ab8b0740..661be8f958fc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_et.arb @@ -45,5 +45,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index 5090a910119e..111fa1d578d5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -45,5 +45,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fi.arb b/packages/flutter_localizations/lib/src/l10n/material_fi.arb index 7ff7c1c0a90c..bb4fcd5b3bdd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fi.arb @@ -45,5 +45,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fil.arb b/packages/flutter_localizations/lib/src/l10n/material_fil.arb index 57e60d653485..277314587838 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fil.arb @@ -45,5 +45,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index 37ab97991a04..b399faf23a3d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -46,5 +46,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index 1214cbedd8b9..c4c4b84559ba 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -45,5 +45,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index a90952ab37ee..55596dc46d08 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -47,5 +47,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hi.arb b/packages/flutter_localizations/lib/src/l10n/material_hi.arb index 2828fb7dea09..64de674e3d9e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hi.arb @@ -45,5 +45,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hr.arb b/packages/flutter_localizations/lib/src/l10n/material_hr.arb index 1bc55d034d06..6a3e38057926 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hr.arb @@ -46,5 +46,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hu.arb b/packages/flutter_localizations/lib/src/l10n/material_hu.arb index eb55a7ea317b..feb0731f78a9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hu.arb @@ -45,5 +45,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_id.arb b/packages/flutter_localizations/lib/src/l10n/material_id.arb index 109f06ee004a..00eb5564d10c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_id.arb @@ -45,5 +45,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index 7900b618e738..95974f659392 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -45,5 +45,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index e96c200f6e6c..8c93f503b073 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -45,5 +45,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index 1cf75fb14573..c988e827e871 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -45,5 +45,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lt.arb b/packages/flutter_localizations/lib/src/l10n/material_lt.arb index 6510cf6c9c0f..c2bfc8692b23 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lt.arb @@ -47,5 +47,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lv.arb b/packages/flutter_localizations/lib/src/l10n/material_lv.arb index fd785737ffc9..aeb83974a4cb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lv.arb @@ -46,5 +46,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ms.arb b/packages/flutter_localizations/lib/src/l10n/material_ms.arb index 074eab096b4d..a49f78987644 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ms.arb @@ -46,5 +46,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nb.arb b/packages/flutter_localizations/lib/src/l10n/material_nb.arb index 098b46695502..3abe4f9b9afc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nb.arb @@ -45,5 +45,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index f14f62a2f232..41938ef06723 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -45,5 +45,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index 0e0a7491cc12..eafdf4f39693 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -47,5 +47,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ps.arb b/packages/flutter_localizations/lib/src/l10n/material_ps.arb index eb23df9e7169..75b8e8816680 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ps.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ps.arb @@ -44,5 +44,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index 39d16b6cc5eb..96ea56d440f7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -47,5 +47,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb index f0f4d379581f..15ab169c8171 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb @@ -45,5 +45,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/flutter_localizations/lib/src/l10n/material_ro.arb index c74f3941e64c..8a3d0e06466a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ro.arb @@ -47,5 +47,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index bb52356db1b4..c8066ded54e5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -48,5 +48,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sk.arb b/packages/flutter_localizations/lib/src/l10n/material_sk.arb index be790e4df41d..76641d7b5d1e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sk.arb @@ -47,5 +47,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sl.arb b/packages/flutter_localizations/lib/src/l10n/material_sl.arb index ef862c7e6d28..52da0aaa451d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sl.arb @@ -47,5 +47,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr.arb b/packages/flutter_localizations/lib/src/l10n/material_sr.arb index 9d98984aef79..39584efc0337 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr.arb @@ -46,5 +46,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb b/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb index f9fc84ffaab0..a01d4ce6c2b9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb @@ -46,5 +46,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sv.arb b/packages/flutter_localizations/lib/src/l10n/material_sv.arb index b03c357dd70f..1841594a3f96 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sv.arb @@ -45,5 +45,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/flutter_localizations/lib/src/l10n/material_th.arb index 08aa74d425ba..c450b48f51c0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_th.arb @@ -45,5 +45,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tl.arb b/packages/flutter_localizations/lib/src/l10n/material_tl.arb index 57e60d653485..277314587838 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tl.arb @@ -45,5 +45,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index f784e5a0b158..7aac6b988615 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -45,5 +45,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uk.arb b/packages/flutter_localizations/lib/src/l10n/material_uk.arb index 18673db901e4..8a45b006a165 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uk.arb @@ -47,5 +47,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index 895752e54dd9..c7934f0d0cf0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -45,5 +45,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_vi.arb b/packages/flutter_localizations/lib/src/l10n/material_vi.arb index bb2e88a38785..9c0b3f96a845 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_vi.arb @@ -45,5 +45,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index a3b964171dbf..e86d4682a151 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -45,5 +45,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb index 598d9519b29f..039d8c230c89 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb @@ -45,5 +45,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb index 598d9519b29f..039d8c230c89 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb @@ -45,5 +45,7 @@ "reorderItemUp": "TBD", "reorderItemDown": "TBD", "reorderItemLeft": "TBD", - "reorderItemRight": "TBD" + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD" } From 52a5e4a09e5b262299142b6e77d095708cd4b97a Mon Sep 17 00:00:00 2001 From: Jonah Williams Date: Tue, 28 Aug 2018 12:39:24 -0700 Subject: [PATCH 052/327] Add a localization for counter text, separate into own semantic node (#21029) --- .../lib/src/l10n/material_ar.arb | 5 +- .../lib/src/l10n/material_bg.arb | 5 +- .../lib/src/l10n/material_bs.arb | 5 +- .../lib/src/l10n/material_ca.arb | 5 +- .../lib/src/l10n/material_cs.arb | 5 +- .../lib/src/l10n/material_da.arb | 5 +- .../lib/src/l10n/material_de.arb | 5 +- .../lib/src/l10n/material_de_CH.arb | 5 +- .../lib/src/l10n/material_el.arb | 5 +- .../lib/src/l10n/material_en.arb | 8 +++ .../lib/src/l10n/material_en_AU.arb | 5 +- .../lib/src/l10n/material_en_CA.arb | 5 +- .../lib/src/l10n/material_en_GB.arb | 5 +- .../lib/src/l10n/material_en_IE.arb | 5 +- .../lib/src/l10n/material_en_IN.arb | 5 +- .../lib/src/l10n/material_en_SG.arb | 5 +- .../lib/src/l10n/material_en_ZA.arb | 5 +- .../lib/src/l10n/material_es.arb | 5 +- .../lib/src/l10n/material_es_419.arb | 5 +- .../lib/src/l10n/material_es_AR.arb | 5 +- .../lib/src/l10n/material_es_BO.arb | 5 +- .../lib/src/l10n/material_es_CL.arb | 5 +- .../lib/src/l10n/material_es_CO.arb | 5 +- .../lib/src/l10n/material_es_CR.arb | 5 +- .../lib/src/l10n/material_es_DO.arb | 5 +- .../lib/src/l10n/material_es_EC.arb | 5 +- .../lib/src/l10n/material_es_GT.arb | 5 +- .../lib/src/l10n/material_es_HN.arb | 5 +- .../lib/src/l10n/material_es_MX.arb | 5 +- .../lib/src/l10n/material_es_NI.arb | 5 +- .../lib/src/l10n/material_es_PA.arb | 5 +- .../lib/src/l10n/material_es_PE.arb | 5 +- .../lib/src/l10n/material_es_PR.arb | 5 +- .../lib/src/l10n/material_es_PY.arb | 5 +- .../lib/src/l10n/material_es_SV.arb | 5 +- .../lib/src/l10n/material_es_US.arb | 5 +- .../lib/src/l10n/material_es_UY.arb | 5 +- .../lib/src/l10n/material_es_VE.arb | 5 +- .../lib/src/l10n/material_et.arb | 5 +- .../lib/src/l10n/material_fa.arb | 5 +- .../lib/src/l10n/material_fi.arb | 5 +- .../lib/src/l10n/material_fil.arb | 5 +- .../lib/src/l10n/material_fr.arb | 5 +- .../lib/src/l10n/material_gsw.arb | 5 +- .../lib/src/l10n/material_he.arb | 5 +- .../lib/src/l10n/material_hi.arb | 5 +- .../lib/src/l10n/material_hr.arb | 5 +- .../lib/src/l10n/material_hu.arb | 5 +- .../lib/src/l10n/material_id.arb | 5 +- .../lib/src/l10n/material_it.arb | 5 +- .../lib/src/l10n/material_ja.arb | 5 +- .../lib/src/l10n/material_ko.arb | 5 +- .../lib/src/l10n/material_lt.arb | 5 +- .../lib/src/l10n/material_lv.arb | 5 +- .../lib/src/l10n/material_ms.arb | 5 +- .../lib/src/l10n/material_nb.arb | 5 +- .../lib/src/l10n/material_nl.arb | 5 +- .../lib/src/l10n/material_pl.arb | 5 +- .../lib/src/l10n/material_ps.arb | 5 +- .../lib/src/l10n/material_pt.arb | 5 +- .../lib/src/l10n/material_pt_PT.arb | 5 +- .../lib/src/l10n/material_ro.arb | 5 +- .../lib/src/l10n/material_ru.arb | 5 +- .../lib/src/l10n/material_sk.arb | 5 +- .../lib/src/l10n/material_sl.arb | 5 +- .../lib/src/l10n/material_sr.arb | 5 +- .../lib/src/l10n/material_sr_Latn.arb | 5 +- .../lib/src/l10n/material_sv.arb | 5 +- .../lib/src/l10n/material_th.arb | 5 +- .../lib/src/l10n/material_tl.arb | 5 +- .../lib/src/l10n/material_tr.arb | 5 +- .../lib/src/l10n/material_uk.arb | 5 +- .../lib/src/l10n/material_ur.arb | 5 +- .../lib/src/l10n/material_vi.arb | 5 +- .../lib/src/l10n/material_zh.arb | 5 +- .../lib/src/l10n/material_zh_HK.arb | 5 +- .../lib/src/l10n/material_zh_TW.arb | 5 +- .../lib/src/material_localizations.dart | 50 +++++++++++++++++++ 78 files changed, 362 insertions(+), 76 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index ff4b12c56abf..bd4f0ff1343f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -51,5 +51,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bg.arb b/packages/flutter_localizations/lib/src/l10n/material_bg.arb index 6a8da5ca3083..095aa956ef6d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bg.arb @@ -47,5 +47,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bs.arb b/packages/flutter_localizations/lib/src/l10n/material_bs.arb index 40167b0f5384..543a089cf143 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bs.arb @@ -48,5 +48,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } \ No newline at end of file diff --git a/packages/flutter_localizations/lib/src/l10n/material_ca.arb b/packages/flutter_localizations/lib/src/l10n/material_ca.arb index 3da3feb7d2aa..4305bc579182 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ca.arb @@ -47,5 +47,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_cs.arb b/packages/flutter_localizations/lib/src/l10n/material_cs.arb index 5e33a8931194..d7c5b302e0ba 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cs.arb @@ -49,5 +49,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_da.arb b/packages/flutter_localizations/lib/src/l10n/material_da.arb index 597f31a03a56..52382eb1cdd9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_da.arb @@ -47,5 +47,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index 628a5949b301..51f1fbd7c757 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -48,5 +48,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb index 3458f8db679a..d316d7ff60f0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb @@ -47,5 +47,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_el.arb b/packages/flutter_localizations/lib/src/l10n/material_el.arb index 941be4011c3b..0e18314496d6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_el.arb @@ -47,5 +47,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index 96b1d7e96eb2..d72ca74db636 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -245,5 +245,13 @@ "collapsedIconTapHint": "Expand", "@collapsedIconTapHint": { "description": "The verb which describes what happens when a collapsed ExpandIcon toggle button is pressed. This is used by TalkBack on Android to replace the default hint on the accessibility action. The verb will be concatenated with a prefix string which describes how to perform the action, which by default is 'double tap to activate'. In the case of US english, this would be 'double tap to expand.' The exact phrasing of the hint will vary based on locale" + }, + + "remainingTextFieldCharacterCountZero": "No characters remaining", + "remainingTextFieldCharacterCountOne": "1 character remaining", + "remainingTextFieldCharacterCountOther": "$remainingCount characters remaining", + "@remainingTextFieldCharacterCount": { + "description": "The label for the TextField's character counter. remainingCharacters is a integer representing how many more characters the user can type into the text field before using up a given budget. All values are greater than or equal to zero.", + "plural": "remainingCount" } } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb index a9b9a8b3625f..6e1ac6e9b8bc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb @@ -47,5 +47,8 @@ "reorderItemLeft": "Move left", "reorderItemRight": "Move right", "expandedIconTapHint": "Collapse", - "collapsedIconTapHint": "Expand" + "collapsedIconTapHint": "Expand", + "remainingTextFieldCharacterCountZero": "No characters remaining", + "remainingTextFieldCharacterCountOne": "1 character remaining", + "remainingTextFieldCharacterCountOther": "$remainingCount characters remaining" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb index a9b9a8b3625f..6e1ac6e9b8bc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb @@ -47,5 +47,8 @@ "reorderItemLeft": "Move left", "reorderItemRight": "Move right", "expandedIconTapHint": "Collapse", - "collapsedIconTapHint": "Expand" + "collapsedIconTapHint": "Expand", + "remainingTextFieldCharacterCountZero": "No characters remaining", + "remainingTextFieldCharacterCountOne": "1 character remaining", + "remainingTextFieldCharacterCountOther": "$remainingCount characters remaining" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb index 7e6049777a29..317a1990555a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb @@ -47,5 +47,8 @@ "reorderItemLeft": "Move left", "reorderItemRight": "Move right", "expandedIconTapHint": "Collapse", - "collapsedIconTapHint": "Expand" + "collapsedIconTapHint": "Expand", + "remainingTextFieldCharacterCountZero": "No characters remaining", + "remainingTextFieldCharacterCountOne": "1 character remaining", + "remainingTextFieldCharacterCountOther": "$remainingCount characters remaining" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb index 7e6049777a29..317a1990555a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb @@ -47,5 +47,8 @@ "reorderItemLeft": "Move left", "reorderItemRight": "Move right", "expandedIconTapHint": "Collapse", - "collapsedIconTapHint": "Expand" + "collapsedIconTapHint": "Expand", + "remainingTextFieldCharacterCountZero": "No characters remaining", + "remainingTextFieldCharacterCountOne": "1 character remaining", + "remainingTextFieldCharacterCountOther": "$remainingCount characters remaining" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb index a9b9a8b3625f..6e1ac6e9b8bc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb @@ -47,5 +47,8 @@ "reorderItemLeft": "Move left", "reorderItemRight": "Move right", "expandedIconTapHint": "Collapse", - "collapsedIconTapHint": "Expand" + "collapsedIconTapHint": "Expand", + "remainingTextFieldCharacterCountZero": "No characters remaining", + "remainingTextFieldCharacterCountOne": "1 character remaining", + "remainingTextFieldCharacterCountOther": "$remainingCount characters remaining" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb index a9b9a8b3625f..6e1ac6e9b8bc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb @@ -47,5 +47,8 @@ "reorderItemLeft": "Move left", "reorderItemRight": "Move right", "expandedIconTapHint": "Collapse", - "collapsedIconTapHint": "Expand" + "collapsedIconTapHint": "Expand", + "remainingTextFieldCharacterCountZero": "No characters remaining", + "remainingTextFieldCharacterCountOne": "1 character remaining", + "remainingTextFieldCharacterCountOther": "$remainingCount characters remaining" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb index 7e6049777a29..317a1990555a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb @@ -47,5 +47,8 @@ "reorderItemLeft": "Move left", "reorderItemRight": "Move right", "expandedIconTapHint": "Collapse", - "collapsedIconTapHint": "Expand" + "collapsedIconTapHint": "Expand", + "remainingTextFieldCharacterCountZero": "No characters remaining", + "remainingTextFieldCharacterCountOne": "1 character remaining", + "remainingTextFieldCharacterCountOther": "$remainingCount characters remaining" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index 64ebd340e135..33eaa87d100b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -48,5 +48,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb index 54c13b55ee6b..1dd8d703f119 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb @@ -47,5 +47,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb index 54c13b55ee6b..1dd8d703f119 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb @@ -47,5 +47,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb index d11dc3b942d4..1b494e38d6fe 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb @@ -41,5 +41,8 @@ "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb index d11dc3b942d4..1b494e38d6fe 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb @@ -41,5 +41,8 @@ "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb index d11dc3b942d4..1b494e38d6fe 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb @@ -41,5 +41,8 @@ "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb index d11dc3b942d4..1b494e38d6fe 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb @@ -41,5 +41,8 @@ "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb index d11dc3b942d4..1b494e38d6fe 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb @@ -41,5 +41,8 @@ "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb index d11dc3b942d4..1b494e38d6fe 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb @@ -41,5 +41,8 @@ "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb index d11dc3b942d4..1b494e38d6fe 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb @@ -41,5 +41,8 @@ "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb index d11dc3b942d4..1b494e38d6fe 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb @@ -41,5 +41,8 @@ "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb index d11dc3b942d4..1b494e38d6fe 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb @@ -41,5 +41,8 @@ "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb index d11dc3b942d4..1b494e38d6fe 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb @@ -41,5 +41,8 @@ "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb index d11dc3b942d4..1b494e38d6fe 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb @@ -41,5 +41,8 @@ "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb index d11dc3b942d4..1b494e38d6fe 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb @@ -41,5 +41,8 @@ "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb index d11dc3b942d4..1b494e38d6fe 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb @@ -41,5 +41,8 @@ "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb index d11dc3b942d4..1b494e38d6fe 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb @@ -41,5 +41,8 @@ "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb index d11dc3b942d4..1b494e38d6fe 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb @@ -41,5 +41,8 @@ "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb index 068a8d331196..4c9be81d5225 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb @@ -41,5 +41,8 @@ "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb index d11dc3b942d4..1b494e38d6fe 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb @@ -41,5 +41,8 @@ "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb index d11dc3b942d4..1b494e38d6fe 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb @@ -41,5 +41,8 @@ "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_et.arb b/packages/flutter_localizations/lib/src/l10n/material_et.arb index 661be8f958fc..b50f5085642c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_et.arb @@ -47,5 +47,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index 111fa1d578d5..922f0120ad42 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -47,5 +47,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fi.arb b/packages/flutter_localizations/lib/src/l10n/material_fi.arb index bb4fcd5b3bdd..b0d9cf7a948f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fi.arb @@ -47,5 +47,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fil.arb b/packages/flutter_localizations/lib/src/l10n/material_fil.arb index 277314587838..9c2398557236 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fil.arb @@ -47,5 +47,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index b399faf23a3d..487e7a90e1f8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -48,5 +48,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index c4c4b84559ba..ee97a5ed65bf 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -47,5 +47,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index 55596dc46d08..4c44f8411c27 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -49,5 +49,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hi.arb b/packages/flutter_localizations/lib/src/l10n/material_hi.arb index 64de674e3d9e..b85f2da4c2d1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hi.arb @@ -47,5 +47,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hr.arb b/packages/flutter_localizations/lib/src/l10n/material_hr.arb index 6a3e38057926..c7ac2f2dd10e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hr.arb @@ -48,5 +48,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hu.arb b/packages/flutter_localizations/lib/src/l10n/material_hu.arb index feb0731f78a9..970076e259cd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hu.arb @@ -47,5 +47,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_id.arb b/packages/flutter_localizations/lib/src/l10n/material_id.arb index 00eb5564d10c..b72ff7a12483 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_id.arb @@ -47,5 +47,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index 95974f659392..1fe717ceab6f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -47,5 +47,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index 8c93f503b073..63068a63b86f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -47,5 +47,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index c988e827e871..a830ae4784f3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -47,5 +47,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lt.arb b/packages/flutter_localizations/lib/src/l10n/material_lt.arb index c2bfc8692b23..d7135aac059f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lt.arb @@ -49,5 +49,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lv.arb b/packages/flutter_localizations/lib/src/l10n/material_lv.arb index aeb83974a4cb..cb8aded0272b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lv.arb @@ -48,5 +48,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ms.arb b/packages/flutter_localizations/lib/src/l10n/material_ms.arb index a49f78987644..0ae5a51dc54e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ms.arb @@ -48,5 +48,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nb.arb b/packages/flutter_localizations/lib/src/l10n/material_nb.arb index 3abe4f9b9afc..0f53ec2f52e9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nb.arb @@ -47,5 +47,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index 41938ef06723..6d59b31435a7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -47,5 +47,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index eafdf4f39693..e88dcc38d0d9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -49,5 +49,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ps.arb b/packages/flutter_localizations/lib/src/l10n/material_ps.arb index 75b8e8816680..215aa57574b1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ps.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ps.arb @@ -46,5 +46,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index 96ea56d440f7..01dd2de52bb5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -49,5 +49,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb index 15ab169c8171..36cbc997f40e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb @@ -47,5 +47,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/flutter_localizations/lib/src/l10n/material_ro.arb index 8a3d0e06466a..6e9b7fa17559 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ro.arb @@ -49,5 +49,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index c8066ded54e5..22be4182421c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -50,5 +50,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sk.arb b/packages/flutter_localizations/lib/src/l10n/material_sk.arb index 76641d7b5d1e..8b4083fba2db 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sk.arb @@ -49,5 +49,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sl.arb b/packages/flutter_localizations/lib/src/l10n/material_sl.arb index 52da0aaa451d..f001aff880c8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sl.arb @@ -49,5 +49,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr.arb b/packages/flutter_localizations/lib/src/l10n/material_sr.arb index 39584efc0337..62746e4a244b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr.arb @@ -48,5 +48,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb b/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb index a01d4ce6c2b9..60ac5f42cea7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb @@ -48,5 +48,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sv.arb b/packages/flutter_localizations/lib/src/l10n/material_sv.arb index 1841594a3f96..39c29e9630f4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sv.arb @@ -47,5 +47,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/flutter_localizations/lib/src/l10n/material_th.arb index c450b48f51c0..0c8a9bf96b44 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_th.arb @@ -47,5 +47,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tl.arb b/packages/flutter_localizations/lib/src/l10n/material_tl.arb index 277314587838..9c2398557236 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tl.arb @@ -47,5 +47,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index 7aac6b988615..4d013633f2cd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -47,5 +47,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uk.arb b/packages/flutter_localizations/lib/src/l10n/material_uk.arb index 8a45b006a165..0b525049965b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uk.arb @@ -49,5 +49,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index c7934f0d0cf0..3a2c069748a7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -47,5 +47,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_vi.arb b/packages/flutter_localizations/lib/src/l10n/material_vi.arb index 9c0b3f96a845..733d7c2003b5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_vi.arb @@ -47,5 +47,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index e86d4682a151..8db53316c499 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -47,5 +47,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb index 039d8c230c89..f9a7e40028cc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb @@ -47,5 +47,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb index 039d8c230c89..f9a7e40028cc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb @@ -47,5 +47,8 @@ "reorderItemLeft": "TBD", "reorderItemRight": "TBD", "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD" + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" } diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 0223476c041e..7b40da85cfeb 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -393,6 +393,56 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { return timeOfDayFormatRaw; } + /// The "zero" form of [remainingTextFieldCharacterCount]. + /// + /// This form is required. + /// + /// See also: + /// + /// * [Intl.plural], to which this form is passed. + /// * [remainingTextFieldCharacterCountZero], the "zero" form + /// * [remainingTextFieldCharacterCountOne], the "one" form + /// * [remainingTextFieldCharacterCountOther], the "other" form + @protected + String get remainingTextFieldCharacterCountZero; + + /// The "one" form of [remainingTextFieldCharacterCount]. + /// + /// This form is optional. + /// + /// See also: + /// + /// * [Intl.plural], to which this form is passed. + /// * [remainingTextFieldCharacterCountZero], the "zero" form + /// * [remainingTextFieldCharacterCountOne], the "one" form + /// * [remainingTextFieldCharacterCountOther], the "other" form + @protected + String get remainingTextFieldCharacterCountOne => null; + + /// The "other" form of [remainingTextFieldCharacterCount]. + /// + /// This form is required. + /// + /// See also: + /// + /// * [Intl.plural], to which this form is passed. + /// * [remainingTextFieldCharacterCountZero], the "zero" form + /// * [remainingTextFieldCharacterCountOne], the "one" form + /// * [remainingTextFieldCharacterCountOther], the "other" form + @protected + String get remainingTextFieldCharacterCountOther; + + @override + String remainingTextFieldCharacterCount(int remainingCount) { + return intl.Intl.pluralLogic( + remainingCount, + zero: remainingTextFieldCharacterCountZero, + one: remainingTextFieldCharacterCountOne, + other: remainingTextFieldCharacterCountOther, + locale: _localeName, + ).replaceFirst(r'$remainingCount', formatDecimal(remainingCount)); + } + /// The script category used by [localTextGeometry]. Must be one of the strings /// declared in [MaterialTextGeometry]. // From a33f17f4e9261ee10e9500b03dcba1440fd103a7 Mon Sep 17 00:00:00 2001 From: Alexandre Ardhuin Date: Wed, 12 Sep 2018 08:29:29 +0200 Subject: [PATCH 053/327] Unnecessary new (#20138) * enable lint unnecessary_new * fix tests * fix tests * fix tests --- .../lib/src/material_localizations.dart | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 7b40da85cfeb..c7209cf34090 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -525,7 +525,7 @@ class _MaterialLocalizationsDelegate extends LocalizationsDelegate(getTranslation( + return SynchronousFuture(getTranslation( locale, fullYearFormat, mediumDateFormat, From 903b797d674481c10d88d81e3674c5e70c74d1b9 Mon Sep 17 00:00:00 2001 From: Hans Muller Date: Wed, 12 Sep 2018 13:03:01 -0700 Subject: [PATCH 054/327] Updated Material translations (#21744) Replaced about 535 "TBD" translations with the real thing. Added remainingTextFieldCharacterCountTwo, remainingTextFieldCharacterCountMany, remainingTextFieldCharacterCountFew, to GlobalMaterialLocalizations --- .../lib/src/l10n/material_ar.arb | 27 ++++---- .../lib/src/l10n/material_bg.arb | 24 ++++---- .../lib/src/l10n/material_bs.arb | 27 ++++---- .../lib/src/l10n/material_ca.arb | 24 ++++---- .../lib/src/l10n/material_cs.arb | 26 ++++---- .../lib/src/l10n/material_da.arb | 24 ++++---- .../lib/src/l10n/material_de.arb | 22 +++---- .../lib/src/l10n/material_de_CH.arb | 22 +++---- .../lib/src/l10n/material_el.arb | 24 ++++---- .../lib/src/l10n/material_en_AU.arb | 4 +- .../lib/src/l10n/material_en_CA.arb | 4 +- .../lib/src/l10n/material_en_GB.arb | 4 +- .../lib/src/l10n/material_en_IE.arb | 4 +- .../lib/src/l10n/material_en_IN.arb | 4 +- .../lib/src/l10n/material_en_SG.arb | 4 +- .../lib/src/l10n/material_en_ZA.arb | 4 +- .../lib/src/l10n/material_es.arb | 20 +++--- .../lib/src/l10n/material_es_419.arb | 20 +++--- .../lib/src/l10n/material_es_AR.arb | 20 +++--- .../lib/src/l10n/material_es_BO.arb | 14 +++-- .../lib/src/l10n/material_es_CL.arb | 14 +++-- .../lib/src/l10n/material_es_CO.arb | 14 +++-- .../lib/src/l10n/material_es_CR.arb | 14 +++-- .../lib/src/l10n/material_es_DO.arb | 14 +++-- .../lib/src/l10n/material_es_EC.arb | 14 +++-- .../lib/src/l10n/material_es_GT.arb | 14 +++-- .../lib/src/l10n/material_es_HN.arb | 14 +++-- .../lib/src/l10n/material_es_MX.arb | 14 +++-- .../lib/src/l10n/material_es_NI.arb | 14 +++-- .../lib/src/l10n/material_es_PA.arb | 14 +++-- .../lib/src/l10n/material_es_PE.arb | 14 +++-- .../lib/src/l10n/material_es_PR.arb | 14 +++-- .../lib/src/l10n/material_es_PY.arb | 14 +++-- .../lib/src/l10n/material_es_SV.arb | 14 +++-- .../lib/src/l10n/material_es_US.arb | 14 +++-- .../lib/src/l10n/material_es_UY.arb | 14 +++-- .../lib/src/l10n/material_es_VE.arb | 14 +++-- .../lib/src/l10n/material_et.arb | 24 ++++---- .../lib/src/l10n/material_fa.arb | 22 +++---- .../lib/src/l10n/material_fi.arb | 26 ++++---- .../lib/src/l10n/material_fil.arb | 24 ++++---- .../lib/src/l10n/material_fr.arb | 22 +++---- .../lib/src/l10n/material_gsw.arb | 22 +++---- .../lib/src/l10n/material_he.arb | 26 ++++---- .../lib/src/l10n/material_hi.arb | 24 ++++---- .../lib/src/l10n/material_hr.arb | 25 ++++---- .../lib/src/l10n/material_hu.arb | 24 ++++---- .../lib/src/l10n/material_id.arb | 24 ++++---- .../lib/src/l10n/material_it.arb | 24 ++++---- .../lib/src/l10n/material_ja.arb | 24 ++++---- .../lib/src/l10n/material_ko.arb | 24 ++++---- .../lib/src/l10n/material_lt.arb | 26 ++++---- .../lib/src/l10n/material_lv.arb | 26 ++++---- .../lib/src/l10n/material_ms.arb | 24 ++++---- .../lib/src/l10n/material_nb.arb | 24 ++++---- .../lib/src/l10n/material_nl.arb | 22 +++---- .../lib/src/l10n/material_pl.arb | 24 ++++---- .../lib/src/l10n/material_pt.arb | 20 +++--- .../lib/src/l10n/material_pt_PT.arb | 22 +++---- .../lib/src/l10n/material_ro.arb | 25 ++++---- .../lib/src/l10n/material_ru.arb | 24 ++++---- .../lib/src/l10n/material_sk.arb | 26 ++++---- .../lib/src/l10n/material_sl.arb | 26 ++++---- .../lib/src/l10n/material_sr.arb | 25 ++++---- .../lib/src/l10n/material_sr_Latn.arb | 25 ++++---- .../lib/src/l10n/material_sv.arb | 24 ++++---- .../lib/src/l10n/material_th.arb | 22 +++---- .../lib/src/l10n/material_tl.arb | 24 ++++---- .../lib/src/l10n/material_tr.arb | 24 ++++---- .../lib/src/l10n/material_uk.arb | 26 ++++---- .../lib/src/l10n/material_ur.arb | 24 ++++---- .../lib/src/l10n/material_vi.arb | 22 +++---- .../lib/src/l10n/material_zh.arb | 22 +++---- .../lib/src/l10n/material_zh_HK.arb | 24 ++++---- .../lib/src/l10n/material_zh_TW.arb | 24 ++++---- .../lib/src/material_localizations.dart | 61 ++++++++++++++++++- 76 files changed, 861 insertions(+), 670 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index bd4f0ff1343f..d7a21815342f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -1,4 +1,7 @@ { + "remainingTextFieldCharacterCountTwo": "حرفان ($remainingCount) متبقيان", + "remainingTextFieldCharacterCountMany": "$remainingCount حرفًا متبقيًا", + "remainingTextFieldCharacterCountFew": "$remainingCount أحرف متبقية", "selectedRowCountTitleOne": "تم اختيار عنصر واحد", "selectedRowCountTitleZero": "لم يتم اختيار أي عنصر", "selectedRowCountTitleTwo": "تم اختيار عنصرين ($selectedRowCount)", @@ -42,17 +45,17 @@ "drawerLabel": "قائمة تنقل", "popupMenuLabel": "قائمة منبثقة", "dialogLabel": "مربع حوار", - "alertDialogLabel": "مربع حوار التنبيه", + "alertDialogLabel": "تنبيه", "searchFieldLabel": "بحث", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", - "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "reorderItemToStart": "نقل إلى بداية القائمة", + "reorderItemToEnd": "نقل إلى نهاية القائمة", + "reorderItemUp": "نقل لأعلى", + "reorderItemDown": "نقل لأسفل", + "reorderItemLeft": "نقل لليمين", + "reorderItemRight": "نقل لليسار", + "expandedIconTapHint": "تصغير", + "collapsedIconTapHint": "توسيع", + "remainingTextFieldCharacterCountZero": "لا أحرف متبقية", + "remainingTextFieldCharacterCountOne": "حرف واحد متبقٍ", + "remainingTextFieldCharacterCountOther": "$remainingCount حرف متبقٍ" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bg.arb b/packages/flutter_localizations/lib/src/l10n/material_bg.arb index 095aa956ef6d..5ca0dcde61b2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bg.arb @@ -38,17 +38,17 @@ "drawerLabel": "Меню за навигация", "popupMenuLabel": "Изскачащо меню", "dialogLabel": "Диалогов прозорец", - "alertDialogLabel": "TBD", - "searchFieldLabel": "TBD", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "alertDialogLabel": "Сигнал", + "searchFieldLabel": "Търсене", + "reorderItemToStart": "Преместване в началото", + "reorderItemToEnd": "Преместване в края", + "reorderItemUp": "Преместване нагоре", + "reorderItemDown": "Преместване надолу", + "reorderItemLeft": "Преместване наляво", + "reorderItemRight": "Преместване надясно", + "expandedIconTapHint": "Свиване", + "collapsedIconTapHint": "Разгъване", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "Остава 1 знак", + "remainingTextFieldCharacterCountOther": "Остават $remainingCount знака" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bs.arb b/packages/flutter_localizations/lib/src/l10n/material_bs.arb index 543a089cf143..3f88bdfcb928 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bs.arb @@ -1,4 +1,5 @@ { + "remainingTextFieldCharacterCountFew": "Preostala su $remainingCount znaka", "scriptCategory": "English-like", "timeOfDayFormat": "HH:mm", "selectedRowCountTitleFew": "Odabrane su $selectedRowCount stavke", @@ -39,17 +40,17 @@ "drawerLabel": "Navigacijski izbornik", "popupMenuLabel": "Skočni izbornik", "dialogLabel": "Dijalog", - "alertDialogLabel": "TBD", - "searchFieldLabel": "TBD", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "alertDialogLabel": "Upozorenje", + "searchFieldLabel": "Pretražite", + "reorderItemToStart": "Premjesti na početak", + "reorderItemToEnd": "Premjesti na kraj", + "reorderItemUp": "Pomakni prema gore", + "reorderItemDown": "Pomakni prema dolje", + "reorderItemLeft": "Pomakni ulijevo", + "reorderItemRight": "Pomakni udesno", + "expandedIconTapHint": "Sažmi", + "collapsedIconTapHint": "Proširi", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" -} \ No newline at end of file + "remainingTextFieldCharacterCountOne": "Preostao je 1 znak", + "remainingTextFieldCharacterCountOther": "Preostalo je $remainingCount znakova" +} diff --git a/packages/flutter_localizations/lib/src/l10n/material_ca.arb b/packages/flutter_localizations/lib/src/l10n/material_ca.arb index 4305bc579182..383e9a51cc3e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ca.arb @@ -38,17 +38,17 @@ "drawerLabel": "Menú de navegació", "popupMenuLabel": "Menú emergent", "dialogLabel": "Diàleg", - "alertDialogLabel": "TBD", - "searchFieldLabel": "TBD", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "alertDialogLabel": "Alerta", + "searchFieldLabel": "Cerca", + "reorderItemToStart": "Mou al principi", + "reorderItemToEnd": "Mou al final", + "reorderItemUp": "Mou amunt", + "reorderItemDown": "Mou avall", + "reorderItemLeft": "Mou cap a l'esquerra", + "reorderItemRight": "Mou cap a la dreta", + "expandedIconTapHint": "Replega", + "collapsedIconTapHint": "Desplega", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "Queda 1 caràcter", + "remainingTextFieldCharacterCountOther": "Queden $remainingCount caràcters" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_cs.arb b/packages/flutter_localizations/lib/src/l10n/material_cs.arb index d7c5b302e0ba..168833d668d5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cs.arb @@ -1,4 +1,6 @@ { + "remainingTextFieldCharacterCountFew": "Zbývají $remainingCount znaky", + "remainingTextFieldCharacterCountMany": "Zbývá $remainingCount znaku", "scriptCategory": "English-like", "timeOfDayFormat": "HH:mm", "selectedRowCountTitleFew": "Jsou vybrány $selectedRowCount položky", @@ -40,17 +42,17 @@ "drawerLabel": "Navigační nabídka", "popupMenuLabel": "Vyskakovací nabídka", "dialogLabel": "Dialogové okno", - "alertDialogLabel": "TBD", - "searchFieldLabel": "TBD", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "alertDialogLabel": "Upozornění", + "searchFieldLabel": "Hledat", + "reorderItemToStart": "Přesunout na začátek", + "reorderItemToEnd": "Přesunout na konec", + "reorderItemUp": "Přesunout nahoru", + "reorderItemDown": "Přesunout dolů", + "reorderItemLeft": "Přesunout doleva", + "reorderItemRight": "Přesunout doprava", + "expandedIconTapHint": "Sbalit", + "collapsedIconTapHint": "Rozbalit", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "Zbývá 1 znak", + "remainingTextFieldCharacterCountOther": "Zbývá $remainingCount znaků" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_da.arb b/packages/flutter_localizations/lib/src/l10n/material_da.arb index 52382eb1cdd9..a9c3f1e239b8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_da.arb @@ -38,17 +38,17 @@ "drawerLabel": "Navigationsmenu", "popupMenuLabel": "Pop op-menu", "dialogLabel": "Dialogboks", - "alertDialogLabel": "TBD", - "searchFieldLabel": "TBD", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "alertDialogLabel": "Underretning", + "searchFieldLabel": "Søg", + "reorderItemToStart": "Flyt til først på listen", + "reorderItemToEnd": "Flyt til sidst på listen", + "reorderItemUp": "Flyt op", + "reorderItemDown": "Flyt ned", + "reorderItemLeft": "Flyt til venstre", + "reorderItemRight": "Flyt til højre", + "expandedIconTapHint": "Skjul", + "collapsedIconTapHint": "Udvid", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "Ét tegn tilbage", + "remainingTextFieldCharacterCountOther": "$remainingCount tegn tilbage" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index 51f1fbd7c757..ce2699a02ee4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -39,17 +39,17 @@ "drawerLabel": "Navigationsmenü", "popupMenuLabel": "Pop-up-Menü", "dialogLabel": "Dialogfeld", - "alertDialogLabel": "Aufmerksam", + "alertDialogLabel": "Benachrichtigung", "searchFieldLabel": "Suchen", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "reorderItemToStart": "An den Anfang verschieben", + "reorderItemToEnd": "An das Ende verschieben", + "reorderItemUp": "Nach oben verschieben", + "reorderItemDown": "Nach unten verschieben", + "reorderItemLeft": "Nach links verschieben", + "reorderItemRight": "Nach rechts verschieben", + "expandedIconTapHint": "Minimieren", + "collapsedIconTapHint": "Maximieren", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "Noch 1 Zeichen", + "remainingTextFieldCharacterCountOther": "Noch $remainingCount Zeichen" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb index d316d7ff60f0..8a1d88c99e65 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb @@ -38,17 +38,17 @@ "drawerLabel": "Navigationsmenü", "popupMenuLabel": "Pop-up-Menü", "dialogLabel": "Dialogfeld", - "alertDialogLabel": "Aufmerksam", + "alertDialogLabel": "Benachrichtigung", "searchFieldLabel": "Suchen", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "reorderItemToStart": "An den Anfang verschieben", + "reorderItemToEnd": "An das Ende verschieben", + "reorderItemUp": "Nach oben verschieben", + "reorderItemDown": "Nach unten verschieben", + "reorderItemLeft": "Nach links verschieben", + "reorderItemRight": "Nach rechts verschieben", + "expandedIconTapHint": "Minimieren", + "collapsedIconTapHint": "Maximieren", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "Noch 1 Zeichen", + "remainingTextFieldCharacterCountOther": "Noch $remainingCount Zeichen" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_el.arb b/packages/flutter_localizations/lib/src/l10n/material_el.arb index 0e18314496d6..0ea03b456f9a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_el.arb @@ -38,17 +38,17 @@ "drawerLabel": "Μενού πλοήγησης", "popupMenuLabel": "Αναδυόμενο μενού", "dialogLabel": "Παράθυρο διαλόγου", - "alertDialogLabel": "TBD", - "searchFieldLabel": "TBD", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "alertDialogLabel": "Ειδοποίηση", + "searchFieldLabel": "Αναζήτηση", + "reorderItemToStart": "Μετακίνηση στην αρχή", + "reorderItemToEnd": "Μετακίνηση στο τέλος", + "reorderItemUp": "Μετακίνηση προς τα πάνω", + "reorderItemDown": "Μετακίνηση προς τα κάτω", + "reorderItemLeft": "Μετακίνηση αριστερά", + "reorderItemRight": "Μετακίνηση δεξιά", + "expandedIconTapHint": "Σύμπτυξη", + "collapsedIconTapHint": "Ανάπτυξη", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "απομένει 1 χαρακτήρας", + "remainingTextFieldCharacterCountOther": "απομένουν $remainingCount χαρακτήρες" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb index 6e1ac6e9b8bc..5c2f487bb2b9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb @@ -44,8 +44,8 @@ "reorderItemToEnd": "Move to the end", "reorderItemUp": "Move up", "reorderItemDown": "Move down", - "reorderItemLeft": "Move left", - "reorderItemRight": "Move right", + "reorderItemLeft": "Move to the left", + "reorderItemRight": "Move to the right", "expandedIconTapHint": "Collapse", "collapsedIconTapHint": "Expand", "remainingTextFieldCharacterCountZero": "No characters remaining", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb index 6e1ac6e9b8bc..5c2f487bb2b9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb @@ -44,8 +44,8 @@ "reorderItemToEnd": "Move to the end", "reorderItemUp": "Move up", "reorderItemDown": "Move down", - "reorderItemLeft": "Move left", - "reorderItemRight": "Move right", + "reorderItemLeft": "Move to the left", + "reorderItemRight": "Move to the right", "expandedIconTapHint": "Collapse", "collapsedIconTapHint": "Expand", "remainingTextFieldCharacterCountZero": "No characters remaining", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb index 317a1990555a..c153193f9938 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb @@ -44,8 +44,8 @@ "reorderItemToEnd": "Move to the end", "reorderItemUp": "Move up", "reorderItemDown": "Move down", - "reorderItemLeft": "Move left", - "reorderItemRight": "Move right", + "reorderItemLeft": "Move to the left", + "reorderItemRight": "Move to the right", "expandedIconTapHint": "Collapse", "collapsedIconTapHint": "Expand", "remainingTextFieldCharacterCountZero": "No characters remaining", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb index 317a1990555a..c153193f9938 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb @@ -44,8 +44,8 @@ "reorderItemToEnd": "Move to the end", "reorderItemUp": "Move up", "reorderItemDown": "Move down", - "reorderItemLeft": "Move left", - "reorderItemRight": "Move right", + "reorderItemLeft": "Move to the left", + "reorderItemRight": "Move to the right", "expandedIconTapHint": "Collapse", "collapsedIconTapHint": "Expand", "remainingTextFieldCharacterCountZero": "No characters remaining", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb index 6e1ac6e9b8bc..5c2f487bb2b9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb @@ -44,8 +44,8 @@ "reorderItemToEnd": "Move to the end", "reorderItemUp": "Move up", "reorderItemDown": "Move down", - "reorderItemLeft": "Move left", - "reorderItemRight": "Move right", + "reorderItemLeft": "Move to the left", + "reorderItemRight": "Move to the right", "expandedIconTapHint": "Collapse", "collapsedIconTapHint": "Expand", "remainingTextFieldCharacterCountZero": "No characters remaining", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb index 6e1ac6e9b8bc..5c2f487bb2b9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb @@ -44,8 +44,8 @@ "reorderItemToEnd": "Move to the end", "reorderItemUp": "Move up", "reorderItemDown": "Move down", - "reorderItemLeft": "Move left", - "reorderItemRight": "Move right", + "reorderItemLeft": "Move to the left", + "reorderItemRight": "Move to the right", "expandedIconTapHint": "Collapse", "collapsedIconTapHint": "Expand", "remainingTextFieldCharacterCountZero": "No characters remaining", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb index 317a1990555a..c153193f9938 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb @@ -44,8 +44,8 @@ "reorderItemToEnd": "Move to the end", "reorderItemUp": "Move up", "reorderItemDown": "Move down", - "reorderItemLeft": "Move left", - "reorderItemRight": "Move right", + "reorderItemLeft": "Move to the left", + "reorderItemRight": "Move to the right", "expandedIconTapHint": "Collapse", "collapsedIconTapHint": "Expand", "remainingTextFieldCharacterCountZero": "No characters remaining", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index 33eaa87d100b..fe393bb847a4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -41,15 +41,15 @@ "dialogLabel": "Cuadro de diálogo", "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "reorderItemToStart": "Mover al principio", + "reorderItemToEnd": "Mover al final", + "reorderItemUp": "Mover hacia arriba", + "reorderItemDown": "Mover hacia abajo", + "reorderItemLeft": "Mover hacia la izquierda", + "reorderItemRight": "Mover hacia la derecha", + "expandedIconTapHint": "Ocultar", + "collapsedIconTapHint": "Mostrar", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", + "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb index 1dd8d703f119..1789e6b927dd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb @@ -40,15 +40,15 @@ "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "reorderItemToStart": "Mover al inicio", + "reorderItemToEnd": "Mover al final", + "reorderItemUp": "Mover hacia arriba", + "reorderItemDown": "Mover hacia abajo", + "reorderItemLeft": "Mover hacia la izquierda", + "reorderItemRight": "Mover hacia la derecha", + "expandedIconTapHint": "Contraer", + "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "Queda 1 carácter", + "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb index 1dd8d703f119..1789e6b927dd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb @@ -40,15 +40,15 @@ "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "reorderItemToStart": "Mover al inicio", + "reorderItemToEnd": "Mover al final", + "reorderItemUp": "Mover hacia arriba", + "reorderItemDown": "Mover hacia abajo", + "reorderItemLeft": "Mover hacia la izquierda", + "reorderItemRight": "Mover hacia la derecha", + "expandedIconTapHint": "Contraer", + "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "Queda 1 carácter", + "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb index 1b494e38d6fe..ddbfb44cbc14 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb @@ -1,4 +1,10 @@ { + "reorderItemDown": "Mover hacia abajo", + "reorderItemLeft": "Mover hacia la izquierda", + "reorderItemToEnd": "Mover al final", + "reorderItemRight": "Mover hacia la derecha", + "reorderItemUp": "Mover hacia arriba", + "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", @@ -40,9 +46,9 @@ "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "expandedIconTapHint": "Contraer", + "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "Queda 1 carácter", + "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb index 1b494e38d6fe..ddbfb44cbc14 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb @@ -1,4 +1,10 @@ { + "reorderItemDown": "Mover hacia abajo", + "reorderItemLeft": "Mover hacia la izquierda", + "reorderItemToEnd": "Mover al final", + "reorderItemRight": "Mover hacia la derecha", + "reorderItemUp": "Mover hacia arriba", + "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", @@ -40,9 +46,9 @@ "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "expandedIconTapHint": "Contraer", + "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "Queda 1 carácter", + "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb index 1b494e38d6fe..ddbfb44cbc14 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb @@ -1,4 +1,10 @@ { + "reorderItemDown": "Mover hacia abajo", + "reorderItemLeft": "Mover hacia la izquierda", + "reorderItemToEnd": "Mover al final", + "reorderItemRight": "Mover hacia la derecha", + "reorderItemUp": "Mover hacia arriba", + "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", @@ -40,9 +46,9 @@ "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "expandedIconTapHint": "Contraer", + "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "Queda 1 carácter", + "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb index 1b494e38d6fe..ddbfb44cbc14 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb @@ -1,4 +1,10 @@ { + "reorderItemDown": "Mover hacia abajo", + "reorderItemLeft": "Mover hacia la izquierda", + "reorderItemToEnd": "Mover al final", + "reorderItemRight": "Mover hacia la derecha", + "reorderItemUp": "Mover hacia arriba", + "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", @@ -40,9 +46,9 @@ "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "expandedIconTapHint": "Contraer", + "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "Queda 1 carácter", + "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb index 1b494e38d6fe..ddbfb44cbc14 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb @@ -1,4 +1,10 @@ { + "reorderItemDown": "Mover hacia abajo", + "reorderItemLeft": "Mover hacia la izquierda", + "reorderItemToEnd": "Mover al final", + "reorderItemRight": "Mover hacia la derecha", + "reorderItemUp": "Mover hacia arriba", + "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", @@ -40,9 +46,9 @@ "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "expandedIconTapHint": "Contraer", + "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "Queda 1 carácter", + "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb index 1b494e38d6fe..ddbfb44cbc14 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb @@ -1,4 +1,10 @@ { + "reorderItemDown": "Mover hacia abajo", + "reorderItemLeft": "Mover hacia la izquierda", + "reorderItemToEnd": "Mover al final", + "reorderItemRight": "Mover hacia la derecha", + "reorderItemUp": "Mover hacia arriba", + "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", @@ -40,9 +46,9 @@ "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "expandedIconTapHint": "Contraer", + "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "Queda 1 carácter", + "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb index 1b494e38d6fe..ddbfb44cbc14 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb @@ -1,4 +1,10 @@ { + "reorderItemDown": "Mover hacia abajo", + "reorderItemLeft": "Mover hacia la izquierda", + "reorderItemToEnd": "Mover al final", + "reorderItemRight": "Mover hacia la derecha", + "reorderItemUp": "Mover hacia arriba", + "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", @@ -40,9 +46,9 @@ "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "expandedIconTapHint": "Contraer", + "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "Queda 1 carácter", + "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb index 1b494e38d6fe..ddbfb44cbc14 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb @@ -1,4 +1,10 @@ { + "reorderItemDown": "Mover hacia abajo", + "reorderItemLeft": "Mover hacia la izquierda", + "reorderItemToEnd": "Mover al final", + "reorderItemRight": "Mover hacia la derecha", + "reorderItemUp": "Mover hacia arriba", + "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", @@ -40,9 +46,9 @@ "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "expandedIconTapHint": "Contraer", + "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "Queda 1 carácter", + "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb index 1b494e38d6fe..ddbfb44cbc14 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb @@ -1,4 +1,10 @@ { + "reorderItemDown": "Mover hacia abajo", + "reorderItemLeft": "Mover hacia la izquierda", + "reorderItemToEnd": "Mover al final", + "reorderItemRight": "Mover hacia la derecha", + "reorderItemUp": "Mover hacia arriba", + "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", @@ -40,9 +46,9 @@ "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "expandedIconTapHint": "Contraer", + "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "Queda 1 carácter", + "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb index 1b494e38d6fe..ddbfb44cbc14 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb @@ -1,4 +1,10 @@ { + "reorderItemDown": "Mover hacia abajo", + "reorderItemLeft": "Mover hacia la izquierda", + "reorderItemToEnd": "Mover al final", + "reorderItemRight": "Mover hacia la derecha", + "reorderItemUp": "Mover hacia arriba", + "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", @@ -40,9 +46,9 @@ "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "expandedIconTapHint": "Contraer", + "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "Queda 1 carácter", + "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb index 1b494e38d6fe..ddbfb44cbc14 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb @@ -1,4 +1,10 @@ { + "reorderItemDown": "Mover hacia abajo", + "reorderItemLeft": "Mover hacia la izquierda", + "reorderItemToEnd": "Mover al final", + "reorderItemRight": "Mover hacia la derecha", + "reorderItemUp": "Mover hacia arriba", + "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", @@ -40,9 +46,9 @@ "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "expandedIconTapHint": "Contraer", + "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "Queda 1 carácter", + "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb index 1b494e38d6fe..ddbfb44cbc14 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb @@ -1,4 +1,10 @@ { + "reorderItemDown": "Mover hacia abajo", + "reorderItemLeft": "Mover hacia la izquierda", + "reorderItemToEnd": "Mover al final", + "reorderItemRight": "Mover hacia la derecha", + "reorderItemUp": "Mover hacia arriba", + "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", @@ -40,9 +46,9 @@ "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "expandedIconTapHint": "Contraer", + "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "Queda 1 carácter", + "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb index 1b494e38d6fe..ddbfb44cbc14 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb @@ -1,4 +1,10 @@ { + "reorderItemDown": "Mover hacia abajo", + "reorderItemLeft": "Mover hacia la izquierda", + "reorderItemToEnd": "Mover al final", + "reorderItemRight": "Mover hacia la derecha", + "reorderItemUp": "Mover hacia arriba", + "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", @@ -40,9 +46,9 @@ "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "expandedIconTapHint": "Contraer", + "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "Queda 1 carácter", + "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb index 1b494e38d6fe..ddbfb44cbc14 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb @@ -1,4 +1,10 @@ { + "reorderItemDown": "Mover hacia abajo", + "reorderItemLeft": "Mover hacia la izquierda", + "reorderItemToEnd": "Mover al final", + "reorderItemRight": "Mover hacia la derecha", + "reorderItemUp": "Mover hacia arriba", + "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", @@ -40,9 +46,9 @@ "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "expandedIconTapHint": "Contraer", + "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "Queda 1 carácter", + "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb index 1b494e38d6fe..ddbfb44cbc14 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb @@ -1,4 +1,10 @@ { + "reorderItemDown": "Mover hacia abajo", + "reorderItemLeft": "Mover hacia la izquierda", + "reorderItemToEnd": "Mover al final", + "reorderItemRight": "Mover hacia la derecha", + "reorderItemUp": "Mover hacia arriba", + "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", @@ -40,9 +46,9 @@ "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "expandedIconTapHint": "Contraer", + "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "Queda 1 carácter", + "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb index 4c9be81d5225..9afa2ba570fc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb @@ -1,4 +1,10 @@ { + "reorderItemDown": "Mover hacia abajo", + "reorderItemLeft": "Mover hacia la izquierda", + "reorderItemToEnd": "Mover al final", + "reorderItemRight": "Mover hacia la derecha", + "reorderItemUp": "Mover hacia arriba", + "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", @@ -40,9 +46,9 @@ "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "expandedIconTapHint": "Contraer", + "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "Queda 1 carácter", + "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb index 1b494e38d6fe..ddbfb44cbc14 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb @@ -1,4 +1,10 @@ { + "reorderItemDown": "Mover hacia abajo", + "reorderItemLeft": "Mover hacia la izquierda", + "reorderItemToEnd": "Mover al final", + "reorderItemRight": "Mover hacia la derecha", + "reorderItemUp": "Mover hacia arriba", + "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", @@ -40,9 +46,9 @@ "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "expandedIconTapHint": "Contraer", + "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "Queda 1 carácter", + "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb index 1b494e38d6fe..ddbfb44cbc14 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb @@ -1,4 +1,10 @@ { + "reorderItemDown": "Mover hacia abajo", + "reorderItemLeft": "Mover hacia la izquierda", + "reorderItemToEnd": "Mover al final", + "reorderItemRight": "Mover hacia la derecha", + "reorderItemUp": "Mover hacia arriba", + "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", @@ -40,9 +46,9 @@ "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "expandedIconTapHint": "Contraer", + "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "Queda 1 carácter", + "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_et.arb b/packages/flutter_localizations/lib/src/l10n/material_et.arb index b50f5085642c..66ca9c4b06c7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_et.arb @@ -38,17 +38,17 @@ "drawerLabel": "Navigeerimismenüü", "popupMenuLabel": "Hüpikmenüü", "dialogLabel": "Dialoog", - "alertDialogLabel": "TBD", - "searchFieldLabel": "TBD", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "alertDialogLabel": "Märguanne", + "searchFieldLabel": "Otsing", + "reorderItemToStart": "Teisalda algusesse", + "reorderItemToEnd": "Teisalda lõppu", + "reorderItemUp": "Teisalda üles", + "reorderItemDown": "Teisalda alla", + "reorderItemLeft": "Teisalda vasakule", + "reorderItemRight": "Teisalda paremale", + "expandedIconTapHint": "Ahenda", + "collapsedIconTapHint": "Laienda", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "Jäänud on 1 tähemärk", + "remainingTextFieldCharacterCountOther": "Jäänud on $remainingCount tähemärki" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index 922f0120ad42..4a2c43f480d6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -39,16 +39,16 @@ "popupMenuLabel": "منوی بازشو", "dialogLabel": "کادر گفتگو", "alertDialogLabel": "هشدار", - "searchFieldLabel": "جستجو کردن", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "searchFieldLabel": "جستجو", + "reorderItemToStart": "انتقال به ابتدا", + "reorderItemToEnd": "انتقال به انتها", + "reorderItemUp": "انتقال به بالا", + "reorderItemDown": "انتقال به پایین", + "reorderItemLeft": "انتقال به راست", + "reorderItemRight": "انتقال به چپ", + "expandedIconTapHint": "کوچک کردن", + "collapsedIconTapHint": "بزرگ کردن", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "۱ نویسه باقی مانده است", + "remainingTextFieldCharacterCountOther": "$remainingCount نویسه باقی مانده است" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fi.arb b/packages/flutter_localizations/lib/src/l10n/material_fi.arb index b0d9cf7a948f..b5e53c921ada 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fi.arb @@ -10,7 +10,7 @@ "nextPageTooltip": "Seuraava sivu", "previousPageTooltip": "Edellinen sivu", "showMenuTooltip": "Näytä valikko", - "aboutListTileTitle": "Tietoja sovelluksesta $applicationName", + "aboutListTileTitle": "Tietoja: $applicationName", "licensesPageTitle": "Lisenssit", "pageRowsInfoTitle": "$firstRow–$lastRow/$rowCount", "pageRowsInfoTitleApproximate": "$firstRow–$lastRow/~$rowCount", @@ -38,17 +38,17 @@ "drawerLabel": "Navigointivalikko", "popupMenuLabel": "Ponnahdusvalikko", "dialogLabel": "Valintaikkuna", - "alertDialogLabel": "TBD", - "searchFieldLabel": "TBD", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "alertDialogLabel": "Ilmoitus", + "searchFieldLabel": "Haku", + "reorderItemToStart": "Siirrä alkuun", + "reorderItemToEnd": "Siirrä loppuun", + "reorderItemUp": "Siirrä ylös", + "reorderItemDown": "Siirrä alas", + "reorderItemLeft": "Siirrä vasemmalle", + "reorderItemRight": "Siirrä oikealle", + "expandedIconTapHint": "Tiivistä", + "collapsedIconTapHint": "Laajenna", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "1 merkki jäljellä", + "remainingTextFieldCharacterCountOther": "$remainingCount merkkiä jäljellä" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fil.arb b/packages/flutter_localizations/lib/src/l10n/material_fil.arb index 9c2398557236..ce21b309bd0c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fil.arb @@ -38,17 +38,17 @@ "drawerLabel": "Menu ng navigation", "popupMenuLabel": "Popup na menu", "dialogLabel": "Dialog", - "alertDialogLabel": "TBD", - "searchFieldLabel": "TBD", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "alertDialogLabel": "Alerto", + "searchFieldLabel": "Maghanap", + "reorderItemToStart": "Ilipat sa simula", + "reorderItemToEnd": "Ilipat sa dulo", + "reorderItemUp": "Ilipat pataas", + "reorderItemDown": "Ilipat pababa", + "reorderItemLeft": "Ilipat pakaliwa", + "reorderItemRight": "Ilipat pakanan", + "expandedIconTapHint": "I-collapse", + "collapsedIconTapHint": "I-expand", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "1 character ang natitira", + "remainingTextFieldCharacterCountOther": "$remainingCount na character ang natitira" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index 487e7a90e1f8..c0f64cb5b410 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -40,16 +40,16 @@ "popupMenuLabel": "Menu contextuel", "dialogLabel": "Boîte de dialogue", "alertDialogLabel": "Alerte", - "searchFieldLabel": "Chercher", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "searchFieldLabel": "Rechercher", + "reorderItemToStart": "Déplacer vers le début", + "reorderItemToEnd": "Déplacer vers la fin", + "reorderItemUp": "Déplacer vers le haut", + "reorderItemDown": "Déplacer vers le bas", + "reorderItemLeft": "Déplacer vers la gauche", + "reorderItemRight": "Déplacer vers la droite", + "expandedIconTapHint": "Réduire", + "collapsedIconTapHint": "Développer", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "1 caractère restant", + "remainingTextFieldCharacterCountOther": "$remainingCount caractères restants" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index ee97a5ed65bf..074ad79d16d3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -38,17 +38,17 @@ "drawerLabel": "Navigationsmenü", "popupMenuLabel": "Pop-up-Menü", "dialogLabel": "Dialogfeld", - "alertDialogLabel": "Aufmerksam", + "alertDialogLabel": "Benachrichtigung", "searchFieldLabel": "Suchen", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "reorderItemToStart": "An den Anfang verschieben", + "reorderItemToEnd": "An das Ende verschieben", + "reorderItemUp": "Nach oben verschieben", + "reorderItemDown": "Nach unten verschieben", + "reorderItemLeft": "Nach links verschieben", + "reorderItemRight": "Nach rechts verschieben", + "expandedIconTapHint": "Minimieren", + "collapsedIconTapHint": "Maximieren", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "Noch 1 Zeichen", + "remainingTextFieldCharacterCountOther": "Noch $remainingCount Zeichen" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index 4c44f8411c27..51170c3940d6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -1,4 +1,6 @@ { + "remainingTextFieldCharacterCountTwo": "נותרו $remainingCount תווים", + "remainingTextFieldCharacterCountMany": "נותרו $remainingCount תווים", "scriptCategory": "English-like", "timeOfDayFormat": "H:mm", "selectedRowCountTitleOne": "פריט אחד נבחר", @@ -40,17 +42,17 @@ "drawerLabel": "תפריט ניווט", "popupMenuLabel": "תפריט קופץ", "dialogLabel": "תיבת דו-שיח", - "alertDialogLabel": "עֵרָנִי", - "searchFieldLabel": "לחפש", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "alertDialogLabel": "התראה", + "searchFieldLabel": "חיפוש", + "reorderItemToStart": "העברה להתחלה", + "reorderItemToEnd": "העברה לסוף", + "reorderItemUp": "העברה למעלה", + "reorderItemDown": "העברה למטה", + "reorderItemLeft": "העברה שמאלה", + "reorderItemRight": "העברה ימינה", + "expandedIconTapHint": "כיווץ", + "collapsedIconTapHint": "הרחבה", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "נותר תו אחד", + "remainingTextFieldCharacterCountOther": "נותרו $remainingCount תווים" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hi.arb b/packages/flutter_localizations/lib/src/l10n/material_hi.arb index b85f2da4c2d1..113edc8d3d40 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hi.arb @@ -38,17 +38,17 @@ "drawerLabel": "नेविगेशन मेन्यू", "popupMenuLabel": "पॉपअप मेन्यू", "dialogLabel": "संवाद", - "alertDialogLabel": "TBD", - "searchFieldLabel": "TBD", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "alertDialogLabel": "अलर्ट", + "searchFieldLabel": "खोजें", + "reorderItemToStart": "शुरुआत पर ले जाएं", + "reorderItemToEnd": "आखिर में ले जाएं", + "reorderItemUp": "ऊपर ले जाएं", + "reorderItemDown": "नीचे ले जाएं", + "reorderItemLeft": "बाएं ले जाएं", + "reorderItemRight": "दाएं ले जाएं", + "expandedIconTapHint": "छोटा करें", + "collapsedIconTapHint": "बड़ा करें", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "एक वर्ण अाैर डाला जा सकता है", + "remainingTextFieldCharacterCountOther": "$remainingCount वर्ण अाैर डाले जा सकते हैं" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hr.arb b/packages/flutter_localizations/lib/src/l10n/material_hr.arb index c7ac2f2dd10e..3f88bdfcb928 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hr.arb @@ -1,4 +1,5 @@ { + "remainingTextFieldCharacterCountFew": "Preostala su $remainingCount znaka", "scriptCategory": "English-like", "timeOfDayFormat": "HH:mm", "selectedRowCountTitleFew": "Odabrane su $selectedRowCount stavke", @@ -39,17 +40,17 @@ "drawerLabel": "Navigacijski izbornik", "popupMenuLabel": "Skočni izbornik", "dialogLabel": "Dijalog", - "alertDialogLabel": "TBD", - "searchFieldLabel": "TBD", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "alertDialogLabel": "Upozorenje", + "searchFieldLabel": "Pretražite", + "reorderItemToStart": "Premjesti na početak", + "reorderItemToEnd": "Premjesti na kraj", + "reorderItemUp": "Pomakni prema gore", + "reorderItemDown": "Pomakni prema dolje", + "reorderItemLeft": "Pomakni ulijevo", + "reorderItemRight": "Pomakni udesno", + "expandedIconTapHint": "Sažmi", + "collapsedIconTapHint": "Proširi", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "Preostao je 1 znak", + "remainingTextFieldCharacterCountOther": "Preostalo je $remainingCount znakova" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hu.arb b/packages/flutter_localizations/lib/src/l10n/material_hu.arb index 970076e259cd..3ecad5c1024c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hu.arb @@ -38,17 +38,17 @@ "drawerLabel": "Navigációs menü", "popupMenuLabel": "Előugró menü", "dialogLabel": "Párbeszédablak", - "alertDialogLabel": "TBD", - "searchFieldLabel": "TBD", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "alertDialogLabel": "Értesítés", + "searchFieldLabel": "Keresés", + "reorderItemToStart": "Áthelyezés az elejére", + "reorderItemToEnd": "Áthelyezés a végére", + "reorderItemUp": "Áthelyezés felfelé", + "reorderItemDown": "Áthelyezés lefelé", + "reorderItemLeft": "Áthelyezés balra", + "reorderItemRight": "Áthelyezés jobbra", + "expandedIconTapHint": "Összecsukás", + "collapsedIconTapHint": "Kibontás", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "1 karakter maradt", + "remainingTextFieldCharacterCountOther": "$remainingCount karakter maradt" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_id.arb b/packages/flutter_localizations/lib/src/l10n/material_id.arb index b72ff7a12483..85d68fa1656c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_id.arb @@ -38,17 +38,17 @@ "drawerLabel": "Menu navigasi", "popupMenuLabel": "Menu pop-up", "dialogLabel": "Dialog", - "alertDialogLabel": "Waspada", - "searchFieldLabel": "Pencarian", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "alertDialogLabel": "Notifikasi", + "searchFieldLabel": "Telusuri", + "reorderItemToStart": "Pindahkan ke awal", + "reorderItemToEnd": "Pindahkan ke akhir", + "reorderItemUp": "Naikkan", + "reorderItemDown": "Turunkan", + "reorderItemLeft": "Pindahkan ke kiri", + "reorderItemRight": "Pindahkan ke kanan", + "expandedIconTapHint": "Ciutkan", + "collapsedIconTapHint": "Luaskan", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "Sisa 1 karakter", + "remainingTextFieldCharacterCountOther": "Sisa $remainingCount karakter" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index 1fe717ceab6f..5b4ef31ed8b2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -38,17 +38,17 @@ "drawerLabel": "Menu di navigazione", "popupMenuLabel": "Menu popup", "dialogLabel": "Finestra di dialogo", - "alertDialogLabel": "Mettere in guardia", - "searchFieldLabel": "Ricerca", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "alertDialogLabel": "Avviso", + "searchFieldLabel": "Cerca", + "reorderItemToStart": "Sposta all'inizio", + "reorderItemToEnd": "Sposta alla fine", + "reorderItemUp": "Sposta su", + "reorderItemDown": "Sposta giù", + "reorderItemLeft": "Sposta a sinistra", + "reorderItemRight": "Sposta a destra", + "expandedIconTapHint": "Comprimi", + "collapsedIconTapHint": "Espandi", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "1 carattere rimanente", + "remainingTextFieldCharacterCountOther": "$remainingCount caratteri rimanenti" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index 63068a63b86f..d13e83a3e8f2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -38,17 +38,17 @@ "drawerLabel": "ナビゲーション メニュー", "popupMenuLabel": "ポップアップ メニュー", "dialogLabel": "ダイアログ", - "alertDialogLabel": "アラート", - "searchFieldLabel": "サーチ", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "alertDialogLabel": "通知", + "searchFieldLabel": "検索", + "reorderItemToStart": "先頭に移動", + "reorderItemToEnd": "最後に移動", + "reorderItemUp": "上に移動", + "reorderItemDown": "下に移動", + "reorderItemLeft": "左に移動", + "reorderItemRight": "右に移動", + "expandedIconTapHint": "折りたたむ", + "collapsedIconTapHint": "展開", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "残り 1 文字(半角相当)", + "remainingTextFieldCharacterCountOther": "残り $remainingCount 文字(半角相当)" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index a830ae4784f3..c7d255a39de2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -38,17 +38,17 @@ "drawerLabel": "탐색 메뉴", "popupMenuLabel": "팝업 메뉴", "dialogLabel": "대화상자", - "alertDialogLabel": "경보", - "searchFieldLabel": "수색", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "alertDialogLabel": "알림", + "searchFieldLabel": "검색", + "reorderItemToStart": "시작으로 이동", + "reorderItemToEnd": "끝으로 이동", + "reorderItemUp": "위로 이동", + "reorderItemDown": "아래로 이동", + "reorderItemLeft": "왼쪽으로 이동", + "reorderItemRight": "오른쪽으로 이동", + "expandedIconTapHint": "접기", + "collapsedIconTapHint": "펼치기", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "1자 남음", + "remainingTextFieldCharacterCountOther": "$remainingCount자 남음" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lt.arb b/packages/flutter_localizations/lib/src/l10n/material_lt.arb index d7135aac059f..3ab16052606f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lt.arb @@ -1,4 +1,6 @@ { + "remainingTextFieldCharacterCountFew": "Liko $remainingCount simboliai", + "remainingTextFieldCharacterCountMany": "Liko $remainingCount simbolio", "scriptCategory": "English-like", "timeOfDayFormat": "HH:mm", "selectedRowCountTitleFew": "Pasirinkti $selectedRowCount elementai", @@ -40,17 +42,17 @@ "drawerLabel": "Naršymo meniu", "popupMenuLabel": "Iššokantysis meniu", "dialogLabel": "Dialogo langas", - "alertDialogLabel": "TBD", - "searchFieldLabel": "TBD", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "alertDialogLabel": "Įspėjimas", + "searchFieldLabel": "Paieška", + "reorderItemToStart": "Perkelti į pradžią", + "reorderItemToEnd": "Perkelti į pabaigą", + "reorderItemUp": "Perkelti aukštyn", + "reorderItemDown": "Perkelti žemyn", + "reorderItemLeft": "Perkelti kairėn", + "reorderItemRight": "Perkelti dešinėn", + "expandedIconTapHint": "Sutraukti", + "collapsedIconTapHint": "Išskleisti", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "Liko 1 simbolis", + "remainingTextFieldCharacterCountOther": "Liko $remainingCount simbolių" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lv.arb b/packages/flutter_localizations/lib/src/l10n/material_lv.arb index cb8aded0272b..0c9adda6e152 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lv.arb @@ -39,17 +39,17 @@ "drawerLabel": "Navigācijas izvēlne", "popupMenuLabel": "Uznirstošā izvēlne", "dialogLabel": "Dialoglodziņš", - "alertDialogLabel": "TBD", - "searchFieldLabel": "TBD", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", - "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "alertDialogLabel": "Brīdinājums", + "searchFieldLabel": "Meklēt", + "reorderItemToStart": "Pārvietot uz sākumu", + "reorderItemToEnd": "Pārvietot uz beigām", + "reorderItemUp": "Pārvietot uz augšu", + "reorderItemDown": "Pārvietot uz leju", + "reorderItemLeft": "Pārvietot pa kreisi", + "reorderItemRight": "Pārvietot pa labi", + "expandedIconTapHint": "Sakļaut", + "collapsedIconTapHint": "Izvērst", + "remainingTextFieldCharacterCountZero": "Nav atlikusi neviena rakstzīme.", + "remainingTextFieldCharacterCountOne": "Atlikusi 1 rakstzīme.", + "remainingTextFieldCharacterCountOther": "Atlikušas $remainingCount rakstzīmes." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ms.arb b/packages/flutter_localizations/lib/src/l10n/material_ms.arb index 0ae5a51dc54e..14ed663c8d06 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ms.arb @@ -39,17 +39,17 @@ "drawerLabel": "Menu navigasi", "popupMenuLabel": "Menu pop timbul", "dialogLabel": "Dialog", - "alertDialogLabel": "Amaran", - "searchFieldLabel": "Carian", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "alertDialogLabel": "Makluman", + "searchFieldLabel": "Cari", + "reorderItemToStart": "Alih ke permulaan", + "reorderItemToEnd": "Alih ke penghujung", + "reorderItemUp": "Alih ke atas", + "reorderItemDown": "Alih ke bawah", + "reorderItemLeft": "Alih ke kiri", + "reorderItemRight": "Alih ke kanan", + "expandedIconTapHint": "Runtuhkan", + "collapsedIconTapHint": "Kembangkan", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "1 aksara lagi", + "remainingTextFieldCharacterCountOther": "$remainingCount aksara lagi" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nb.arb b/packages/flutter_localizations/lib/src/l10n/material_nb.arb index 0f53ec2f52e9..55af4e00c310 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nb.arb @@ -38,17 +38,17 @@ "drawerLabel": "Navigasjonsmeny", "popupMenuLabel": "Forgrunnsmeny", "dialogLabel": "Dialogboks", - "alertDialogLabel": "Varsling", - "searchFieldLabel": "Søke", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "alertDialogLabel": "Varsel", + "searchFieldLabel": "Søk", + "reorderItemToStart": "Flytt til starten", + "reorderItemToEnd": "Flytt til slutten", + "reorderItemUp": "Flytt opp", + "reorderItemDown": "Flytt ned", + "reorderItemLeft": "Flytt til venstre", + "reorderItemRight": "Flytt til høyre", + "expandedIconTapHint": "Skjul", + "collapsedIconTapHint": "Vis", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "1 tegn gjenstår", + "remainingTextFieldCharacterCountOther": "$remainingCount tegn gjenstår" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index 6d59b31435a7..f20e9beea906 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -38,17 +38,17 @@ "drawerLabel": "Navigatiemenu", "popupMenuLabel": "Pop-upmenu", "dialogLabel": "Dialoogvenster", - "alertDialogLabel": "Alarm", + "alertDialogLabel": "Melding", "searchFieldLabel": "Zoeken", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "reorderItemToStart": "Naar het begin verplaatsen", + "reorderItemToEnd": "Naar het einde verplaatsen", + "reorderItemUp": "Omhoog verplaatsen", + "reorderItemDown": "Omlaag verplaatsen", + "reorderItemLeft": "Naar links verplaatsen", + "reorderItemRight": "Naar rechts verplaatsen", + "expandedIconTapHint": "Samenvouwen", + "collapsedIconTapHint": "Uitvouwen", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "1 teken resterend", + "remainingTextFieldCharacterCountOther": "$remainingCount tekens resterend" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index e88dcc38d0d9..e6d4b0ba6d86 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -1,4 +1,6 @@ { + "remainingTextFieldCharacterCountFew": "Jeszcze $remainingCount znaki", + "remainingTextFieldCharacterCountMany": "Jeszcze $remainingCount znaków", "scriptCategory": "English-like", "timeOfDayFormat": "HH:mm", "selectedRowCountTitleFew": "$selectedRowCount wybrane elementy", @@ -40,17 +42,17 @@ "drawerLabel": "Menu nawigacyjne", "popupMenuLabel": "Wyskakujące menu", "dialogLabel": "Okno dialogowe", - "alertDialogLabel": "Alarm", + "alertDialogLabel": "Alert", "searchFieldLabel": "Szukaj", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "reorderItemToStart": "Przenieś na początek", + "reorderItemToEnd": "Przenieś na koniec", + "reorderItemUp": "Przenieś w górę", + "reorderItemDown": "Przenieś w dół", + "reorderItemLeft": "Przenieś w lewo", + "reorderItemRight": "Przenieś w prawo", + "expandedIconTapHint": "Zwiń", + "collapsedIconTapHint": "Rozwiń", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "Jeszcze 1 znak", + "remainingTextFieldCharacterCountOther": "Jeszcze $remainingCount znaku" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index 01dd2de52bb5..bafc91025126 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -42,15 +42,15 @@ "dialogLabel": "Caixa de diálogo", "alertDialogLabel": "Alerta", "searchFieldLabel": "Pesquisa", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "reorderItemToStart": "Mover para o início", + "reorderItemToEnd": "Mover para o final", + "reorderItemUp": "Mover para cima", + "reorderItemDown": "Mover para baixo", + "reorderItemLeft": "Mover para a esquerda", + "reorderItemRight": "Mover para a direita", + "expandedIconTapHint": "Recolher", + "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "1 caractere restante", + "remainingTextFieldCharacterCountOther": "$remainingCount caracteres restantes" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb index 36cbc997f40e..349b298797ef 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb @@ -39,16 +39,16 @@ "popupMenuLabel": "Menu pop-up", "dialogLabel": "Caixa de diálogo", "alertDialogLabel": "Alerta", - "searchFieldLabel": "Pesquisa", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "searchFieldLabel": "Pesquisar", + "reorderItemToStart": "Mover para o início", + "reorderItemToEnd": "Mover para o fim", + "reorderItemUp": "Mover para cima", + "reorderItemDown": "Mover para baixo", + "reorderItemLeft": "Mover para a esquerda", + "reorderItemRight": "Mover para a direita", + "expandedIconTapHint": "Reduzir", + "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "Resta 1 caráter", + "remainingTextFieldCharacterCountOther": "Restam $remainingCount carateres" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/flutter_localizations/lib/src/l10n/material_ro.arb index 6e9b7fa17559..d72599f0f856 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ro.arb @@ -1,4 +1,5 @@ { + "remainingTextFieldCharacterCountFew": "$remainingCount caractere rămase", "selectedRowCountTitleFew": "$selectedRowCount articole selectate", "scriptCategory": "English-like", "timeOfDayFormat": "HH:mm", @@ -40,17 +41,17 @@ "drawerLabel": "Meniu de navigare", "popupMenuLabel": "Meniu pop-up", "dialogLabel": "Casetă de dialog", - "alertDialogLabel": "Alerta", - "searchFieldLabel": "Căutare", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "alertDialogLabel": "Alertă", + "searchFieldLabel": "Căutați", + "reorderItemToStart": "Mutați la început", + "reorderItemToEnd": "Mutați la sfârșit", + "reorderItemUp": "Mutați în sus", + "reorderItemDown": "Mutați în jos", + "reorderItemLeft": "Mutați la stânga", + "reorderItemRight": "Mutați la dreapta", + "expandedIconTapHint": "Restrângeți", + "collapsedIconTapHint": "Extindeți", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "un caracter rămas", + "remainingTextFieldCharacterCountOther": "$remainingCount de caractere rămase" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index 22be4182421c..706aba5ea8e9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -1,4 +1,6 @@ { + "remainingTextFieldCharacterCountFew": "Осталось $remainingCount символа", + "remainingTextFieldCharacterCountMany": "Осталось $remainingCount символов", "scriptCategory": "English-like", "timeOfDayFormat": "H:mm", "selectedRowCountTitleFew": "Выбрано $selectedRowCount объекта", @@ -41,17 +43,17 @@ "drawerLabel": "Меню навигации", "popupMenuLabel": "Всплывающее меню", "dialogLabel": "Диалоговое окно", - "alertDialogLabel": "бдительный", + "alertDialogLabel": "Оповещение", "searchFieldLabel": "Поиск", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "reorderItemToStart": "Переместить в начало", + "reorderItemToEnd": "Переместить в конец", + "reorderItemUp": "Переместить вверх", + "reorderItemDown": "Переместить вниз", + "reorderItemLeft": "Переместить влево", + "reorderItemRight": "Переместить вправо", + "expandedIconTapHint": "Свернуть", + "collapsedIconTapHint": "Развернуть", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "Остался 1 символ", + "remainingTextFieldCharacterCountOther": "Осталось $remainingCount символа" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sk.arb b/packages/flutter_localizations/lib/src/l10n/material_sk.arb index 8b4083fba2db..684fb28662c0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sk.arb @@ -1,4 +1,6 @@ { + "remainingTextFieldCharacterCountFew": "Zostávajú $remainingCount znaky", + "remainingTextFieldCharacterCountMany": "$remainingCount characters remaining", "scriptCategory": "English-like", "timeOfDayFormat": "HH:mm", "selectedRowCountTitleFew": "$selectedRowCount vybraté položky", @@ -40,17 +42,17 @@ "drawerLabel": "Navigačná ponuka", "popupMenuLabel": "Kontextová ponuka", "dialogLabel": "Dialógové okno", - "alertDialogLabel": "TBD", - "searchFieldLabel": "TBD", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "alertDialogLabel": "Upozornenie", + "searchFieldLabel": "Hľadať", + "reorderItemToStart": "Presunúť na začiatok", + "reorderItemToEnd": "Presunúť na koniec", + "reorderItemUp": "Presunúť nahor", + "reorderItemDown": "Presunúť nadol", + "reorderItemLeft": "Presunúť doľava", + "reorderItemRight": "Presunúť doprava", + "expandedIconTapHint": "Zbaliť", + "collapsedIconTapHint": "Rozbaliť", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "Zostáva 1 znak", + "remainingTextFieldCharacterCountOther": "Zostáva $remainingCount znakov" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sl.arb b/packages/flutter_localizations/lib/src/l10n/material_sl.arb index f001aff880c8..869d850d20a8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sl.arb @@ -1,4 +1,6 @@ { + "remainingTextFieldCharacterCountTwo": "Še $remainingCount znaka", + "remainingTextFieldCharacterCountFew": "Še $remainingCount znaki", "scriptCategory": "English-like", "timeOfDayFormat": "HH:mm", "selectedRowCountTitleTwo": "Izbrana sta $selectedRowCount elementa", @@ -40,17 +42,17 @@ "drawerLabel": "Meni za krmarjenje", "popupMenuLabel": "Pojavni meni", "dialogLabel": "Pogovorno okno", - "alertDialogLabel": "TBD", - "searchFieldLabel": "TBD", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "alertDialogLabel": "Opozorilo", + "searchFieldLabel": "Iskanje", + "reorderItemToStart": "Premakni na začetek", + "reorderItemToEnd": "Premakni na konec", + "reorderItemUp": "Premakni navzgor", + "reorderItemDown": "Premakni navzdol", + "reorderItemLeft": "Premakni levo", + "reorderItemRight": "Premakni desno", + "expandedIconTapHint": "Strniti", + "collapsedIconTapHint": "Razširiti", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "Še 1 znak", + "remainingTextFieldCharacterCountOther": "Še $remainingCount znakov" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr.arb b/packages/flutter_localizations/lib/src/l10n/material_sr.arb index 62746e4a244b..8cfb64c5de85 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr.arb @@ -1,4 +1,5 @@ { + "remainingTextFieldCharacterCountFew": "Преостала су $remainingCount знака", "scriptCategory": "English-like", "timeOfDayFormat": "HH:mm", "selectedRowCountTitleFew": "Изабране су $selectedRowCount ставке", @@ -39,17 +40,17 @@ "drawerLabel": "Мени за навигацију", "popupMenuLabel": "Искачући мени", "dialogLabel": "Дијалог", - "alertDialogLabel": "TBD", - "searchFieldLabel": "TBD", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "alertDialogLabel": "Обавештење", + "searchFieldLabel": "Претражите", + "reorderItemToStart": "Померите на почетак", + "reorderItemToEnd": "Померите на крај", + "reorderItemUp": "Померите нагоре", + "reorderItemDown": "Померите надоле", + "reorderItemLeft": "Померите улево", + "reorderItemRight": "Померите удесно", + "expandedIconTapHint": "Скупи", + "collapsedIconTapHint": "Прошири", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "Преостао је 1 знак", + "remainingTextFieldCharacterCountOther": "Преостало је $remainingCount знакова" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb b/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb index 60ac5f42cea7..11b1cc41ef84 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb @@ -1,4 +1,5 @@ { + "remainingTextFieldCharacterCountFew": "Preostala su $remainingCount znaka", "scriptCategory": "English-like", "timeOfDayFormat": "HH:mm", "selectedRowCountTitleFew": "Izabrane su $selectedRowCount stavke", @@ -39,17 +40,17 @@ "drawerLabel": "Meni za navigaciju", "popupMenuLabel": "Iskačući meni", "dialogLabel": "Dijalog", - "alertDialogLabel": "TBD", - "searchFieldLabel": "TBD", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "alertDialogLabel": "Obaveštenje", + "searchFieldLabel": "Pretražite", + "reorderItemToStart": "Pomerite na početak", + "reorderItemToEnd": "Pomerite na kraj", + "reorderItemUp": "Pomerite nagore", + "reorderItemDown": "Pomerite nadole", + "reorderItemLeft": "Pomerite ulevo", + "reorderItemRight": "Pomerite udesno", + "expandedIconTapHint": "Skupi", + "collapsedIconTapHint": "Proširi", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "Preostao je 1 znak", + "remainingTextFieldCharacterCountOther": "Preostalo je $remainingCount znakova" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sv.arb b/packages/flutter_localizations/lib/src/l10n/material_sv.arb index 39c29e9630f4..ce5744fb48ec 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sv.arb @@ -38,17 +38,17 @@ "drawerLabel": "Navigeringsmeny", "popupMenuLabel": "Popup-meny", "dialogLabel": "Dialogruta", - "alertDialogLabel": "TBD", - "searchFieldLabel": "TBD", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "alertDialogLabel": "Varning", + "searchFieldLabel": "Sök", + "reorderItemToStart": "Flytta till början", + "reorderItemToEnd": "Flytta till slutet", + "reorderItemUp": "Flytta uppåt", + "reorderItemDown": "Flytta nedåt", + "reorderItemLeft": "Flytta åt vänster", + "reorderItemRight": "Flytta åt höger", + "expandedIconTapHint": "Dölj", + "collapsedIconTapHint": "Utöka", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "1 tecken kvar", + "remainingTextFieldCharacterCountOther": "$remainingCount tecken kvar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/flutter_localizations/lib/src/l10n/material_th.arb index 0c8a9bf96b44..74ea302914e3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_th.arb @@ -38,17 +38,17 @@ "drawerLabel": "เมนูการนำทาง", "popupMenuLabel": "เมนูป๊อปอัป", "dialogLabel": "กล่องโต้ตอบ", - "alertDialogLabel": "เตือนภัย", + "alertDialogLabel": "การแจ้งเตือน", "searchFieldLabel": "ค้นหา", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "reorderItemToStart": "ย้ายไปต้นรายการ", + "reorderItemToEnd": "ย้ายไปท้ายรายการ", + "reorderItemUp": "ย้ายขึ้น", + "reorderItemDown": "ย้ายลง", + "reorderItemLeft": "ย้ายไปทางซ้าย", + "reorderItemRight": "ย้ายไปทางขวา", + "expandedIconTapHint": "ยุบ", + "collapsedIconTapHint": "ขยาย", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "เหลือ 1 อักขระ", + "remainingTextFieldCharacterCountOther": "เหลือ $remainingCount อักขระ" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tl.arb b/packages/flutter_localizations/lib/src/l10n/material_tl.arb index 9c2398557236..ce21b309bd0c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tl.arb @@ -38,17 +38,17 @@ "drawerLabel": "Menu ng navigation", "popupMenuLabel": "Popup na menu", "dialogLabel": "Dialog", - "alertDialogLabel": "TBD", - "searchFieldLabel": "TBD", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "alertDialogLabel": "Alerto", + "searchFieldLabel": "Maghanap", + "reorderItemToStart": "Ilipat sa simula", + "reorderItemToEnd": "Ilipat sa dulo", + "reorderItemUp": "Ilipat pataas", + "reorderItemDown": "Ilipat pababa", + "reorderItemLeft": "Ilipat pakaliwa", + "reorderItemRight": "Ilipat pakanan", + "expandedIconTapHint": "I-collapse", + "collapsedIconTapHint": "I-expand", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "1 character ang natitira", + "remainingTextFieldCharacterCountOther": "$remainingCount na character ang natitira" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index 4d013633f2cd..242f4bc9f2d5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -38,17 +38,17 @@ "drawerLabel": "Gezinme menüsü", "popupMenuLabel": "Popup menü", "dialogLabel": "İletişim kutusu", - "alertDialogLabel": "Alarm", - "searchFieldLabel": "Arama", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "alertDialogLabel": "Uyarı", + "searchFieldLabel": "Ara", + "reorderItemToStart": "Başa taşı", + "reorderItemToEnd": "Sona taşı", + "reorderItemUp": "Yukarı taşı", + "reorderItemDown": "Aşağı taşı", + "reorderItemLeft": "Sola taşı", + "reorderItemRight": "Sağa taşı", + "expandedIconTapHint": "Daralt", + "collapsedIconTapHint": "Genişlet", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "1 karakter kaldı", + "remainingTextFieldCharacterCountOther": "$remainingCount karakter kaldı" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uk.arb b/packages/flutter_localizations/lib/src/l10n/material_uk.arb index 0b525049965b..6bcc56e264c0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uk.arb @@ -1,4 +1,6 @@ { + "remainingTextFieldCharacterCountFew": "Залишилося $remainingCount символи", + "remainingTextFieldCharacterCountMany": "Залишилося $remainingCount символів", "scriptCategory": "English-like", "timeOfDayFormat": "HH:mm", "selectedRowCountTitleFew": "Вибрано $selectedRowCount елементи", @@ -40,17 +42,17 @@ "drawerLabel": "Меню навігації", "popupMenuLabel": "Спливаюче меню", "dialogLabel": "Вікно", - "alertDialogLabel": "TBD", - "searchFieldLabel": "TBD", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "alertDialogLabel": "Сповіщення", + "searchFieldLabel": "Пошук", + "reorderItemToStart": "Перемістити на початок", + "reorderItemToEnd": "Перемістити в кінець", + "reorderItemUp": "Перемістити вгору", + "reorderItemDown": "Перемістити вниз", + "reorderItemLeft": "Перемістити ліворуч", + "reorderItemRight": "Перемістити праворуч", + "expandedIconTapHint": "Згорнути", + "collapsedIconTapHint": "Розгорнути", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "Залишився 1 символ", + "remainingTextFieldCharacterCountOther": "Залишилося $remainingCount символу" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index 3a2c069748a7..83456af937de 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -38,17 +38,17 @@ "drawerLabel": "نیویگیشن مینو", "popupMenuLabel": "پاپ اپ مینو", "dialogLabel": "ڈائلاگ", - "alertDialogLabel": "انتباہ", - "searchFieldLabel": "تلاش کریں", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "alertDialogLabel": "الرٹ", + "searchFieldLabel": "تلاش", + "reorderItemToStart": "شروع میں منتقل کریں", + "reorderItemToEnd": "آخر میں منتقل کریں", + "reorderItemUp": "اوپر منتقل کریں", + "reorderItemDown": "نیچے منتقل کریں", + "reorderItemLeft": "بائیں منتقل کریں", + "reorderItemRight": "دائیں منتقل کریں", + "expandedIconTapHint": "سکیڑیں", + "collapsedIconTapHint": "پھیلائیں", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "1 حرف باقی ہے", + "remainingTextFieldCharacterCountOther": "$remainingCount حروف باقی ہیں" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_vi.arb b/packages/flutter_localizations/lib/src/l10n/material_vi.arb index 733d7c2003b5..13f08f643331 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_vi.arb @@ -38,17 +38,17 @@ "drawerLabel": "Menu di chuyển", "popupMenuLabel": "Menu bật lên", "dialogLabel": "Hộp thoại", - "alertDialogLabel": "Hộp thoại", + "alertDialogLabel": "Thông báo", "searchFieldLabel": "Tìm kiếm", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "reorderItemToStart": "Di chuyển lên đầu danh sách", + "reorderItemToEnd": "Di chuyển xuống cuối danh sách", + "reorderItemUp": "Di chuyển lên", + "reorderItemDown": "Di chuyển xuống", + "reorderItemLeft": "Di chuyển sang trái", + "reorderItemRight": "Di chuyển sang phải", + "expandedIconTapHint": "Thu gọn", + "collapsedIconTapHint": "Mở rộng", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "Còn lại 1 ký tự", + "remainingTextFieldCharacterCountOther": "Còn lại $remainingCount ký tự" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index 8db53316c499..3a539385cb7c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -38,17 +38,17 @@ "drawerLabel": "导航菜单", "popupMenuLabel": "弹出菜单", "dialogLabel": "对话框", - "alertDialogLabel": "警报", + "alertDialogLabel": "提醒", "searchFieldLabel": "搜索", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "reorderItemToStart": "移到开头", + "reorderItemToEnd": "移到末尾", + "reorderItemUp": "上移", + "reorderItemDown": "下移", + "reorderItemLeft": "左移", + "reorderItemRight": "右移", + "expandedIconTapHint": "收起", + "collapsedIconTapHint": "展开", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "还可输入 1 个字符", + "remainingTextFieldCharacterCountOther": "还可输入 $remainingCount 个字符" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb index f9a7e40028cc..8fe0bf77a92e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb @@ -38,17 +38,17 @@ "drawerLabel": "導覽選單", "popupMenuLabel": "彈出式選單", "dialogLabel": "對話方塊", - "alertDialogLabel": "警报", - "searchFieldLabel": "搜索", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "alertDialogLabel": "快訊", + "searchFieldLabel": "搜尋", + "reorderItemToStart": "移至開頭", + "reorderItemToEnd": "移至結尾", + "reorderItemUp": "向上移", + "reorderItemDown": "向下移", + "reorderItemLeft": "向左移", + "reorderItemRight": "向右移", + "expandedIconTapHint": "收合", + "collapsedIconTapHint": "展開", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "還可輸入 1 個字元", + "remainingTextFieldCharacterCountOther": "還可輸入 $remainingCount 個字元" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb index f9a7e40028cc..8fe0bf77a92e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb @@ -38,17 +38,17 @@ "drawerLabel": "導覽選單", "popupMenuLabel": "彈出式選單", "dialogLabel": "對話方塊", - "alertDialogLabel": "警报", - "searchFieldLabel": "搜索", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "alertDialogLabel": "快訊", + "searchFieldLabel": "搜尋", + "reorderItemToStart": "移至開頭", + "reorderItemToEnd": "移至結尾", + "reorderItemUp": "向上移", + "reorderItemDown": "向下移", + "reorderItemLeft": "向左移", + "reorderItemRight": "向右移", + "expandedIconTapHint": "收合", + "collapsedIconTapHint": "展開", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "還可輸入 1 個字元", + "remainingTextFieldCharacterCountOther": "還可輸入 $remainingCount 個字元" } diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index c7209cf34090..453b9448d9f8 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -402,6 +402,9 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { /// * [Intl.plural], to which this form is passed. /// * [remainingTextFieldCharacterCountZero], the "zero" form /// * [remainingTextFieldCharacterCountOne], the "one" form + /// * [remainingTextFieldCharacterCountTwo], the "two" form + /// * [remainingTextFieldCharacterCountFew], the "few" form + /// * [remainingTextFieldCharacterCountMany], the "many" form /// * [remainingTextFieldCharacterCountOther], the "other" form @protected String get remainingTextFieldCharacterCountZero; @@ -412,13 +415,63 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { /// /// See also: /// - /// * [Intl.plural], to which this form is passed. /// * [remainingTextFieldCharacterCountZero], the "zero" form /// * [remainingTextFieldCharacterCountOne], the "one" form + /// * [remainingTextFieldCharacterCountTwo], the "two" form + /// * [remainingTextFieldCharacterCountFew], the "few" form + /// * [remainingTextFieldCharacterCountMany], the "many" form /// * [remainingTextFieldCharacterCountOther], the "other" form @protected String get remainingTextFieldCharacterCountOne => null; + /// The "two" form of [remainingTextFieldCharacterCount]. + /// + /// This form is optional. + /// + /// See also: + /// + /// * [Intl.plural], to which this form is passed. + /// * [remainingTextFieldCharacterCountZero], the "zero" form + /// * [remainingTextFieldCharacterCountOne], the "one" form + /// * [remainingTextFieldCharacterCountTwo], the "two" form + /// * [remainingTextFieldCharacterCountFew], the "few" form + /// * [remainingTextFieldCharacterCountMany], the "many" form + /// * [remainingTextFieldCharacterCountOther], the "other" form + @protected + String get remainingTextFieldCharacterCountTwo => null; + + /// The "many" form of [remainingTextFieldCharacterCount]. + /// + /// This form is optional. + /// + /// See also: + /// + /// * [Intl.plural], to which this form is passed. + /// * [remainingTextFieldCharacterCountZero], the "zero" form + /// * [remainingTextFieldCharacterCountOne], the "one" form + /// * [remainingTextFieldCharacterCountTwo], the "two" form + /// * [remainingTextFieldCharacterCountFew], the "few" form + /// * [remainingTextFieldCharacterCountMany], the "many" form + /// * [remainingTextFieldCharacterCountOther], the "other" form + @protected + String get remainingTextFieldCharacterCountMany => null; + + /// The "few" form of [remainingTextFieldCharacterCount]. + /// + /// This form is optional. + /// + /// See also: + /// + /// * [Intl.plural], to which this form is passed. + /// * [remainingTextFieldCharacterCountZero], the "zero" form + /// * [remainingTextFieldCharacterCountOne], the "one" form + /// * [remainingTextFieldCharacterCountTwo], the "two" form + /// * [remainingTextFieldCharacterCountFew], the "few" form + /// * [remainingTextFieldCharacterCountMany], the "many" form + /// * [remainingTextFieldCharacterCountOther], the "other" form + @protected + String get remainingTextFieldCharacterCountFew => null; + /// The "other" form of [remainingTextFieldCharacterCount]. /// /// This form is required. @@ -428,6 +481,9 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { /// * [Intl.plural], to which this form is passed. /// * [remainingTextFieldCharacterCountZero], the "zero" form /// * [remainingTextFieldCharacterCountOne], the "one" form + /// * [remainingTextFieldCharacterCountTwo], the "two" form + /// * [remainingTextFieldCharacterCountFew], the "few" form + /// * [remainingTextFieldCharacterCountMany], the "many" form /// * [remainingTextFieldCharacterCountOther], the "other" form @protected String get remainingTextFieldCharacterCountOther; @@ -438,6 +494,9 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { remainingCount, zero: remainingTextFieldCharacterCountZero, one: remainingTextFieldCharacterCountOne, + two: remainingTextFieldCharacterCountTwo, + many: remainingTextFieldCharacterCountMany, + few: remainingTextFieldCharacterCountFew, other: remainingTextFieldCharacterCountOther, locale: _localeName, ).replaceFirst(r'$remainingCount', formatDecimal(remainingCount)); From 953b5a0c0cb0152d33afb922fe53f8bb34d79e76 Mon Sep 17 00:00:00 2001 From: Alexandre Ardhuin Date: Tue, 2 Oct 2018 17:14:59 +0200 Subject: [PATCH 055/327] unnecessary this in field initializers (#22522) --- .../lib/src/material_localizations.dart | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 453b9448d9f8..61debf844671 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -100,19 +100,19 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : assert(localeName != null), - this._localeName = localeName, + _localeName = localeName, assert(fullYearFormat != null), - this._fullYearFormat = fullYearFormat, + _fullYearFormat = fullYearFormat, assert(mediumDateFormat != null), - this._mediumDateFormat = mediumDateFormat, + _mediumDateFormat = mediumDateFormat, assert(longDateFormat != null), - this._longDateFormat = longDateFormat, + _longDateFormat = longDateFormat, assert(yearMonthFormat != null), - this._yearMonthFormat = yearMonthFormat, + _yearMonthFormat = yearMonthFormat, assert(decimalFormat != null), - this._decimalFormat = decimalFormat, + _decimalFormat = decimalFormat, assert(twoDigitZeroPaddedFormat != null), - this._twoDigitZeroPaddedFormat = twoDigitZeroPaddedFormat; + _twoDigitZeroPaddedFormat = twoDigitZeroPaddedFormat; final String _localeName; final intl.DateFormat _fullYearFormat; From e6e13a0da2385fa6ca14eb4d27bf75161d48c45f Mon Sep 17 00:00:00 2001 From: Hans Muller Date: Wed, 3 Oct 2018 11:14:56 -0700 Subject: [PATCH 056/327] Added support for the Khmer (km) language (#22617) --- .../lib/src/l10n/material_km.arb | 54 +++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 packages/flutter_localizations/lib/src/l10n/material_km.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_km.arb b/packages/flutter_localizations/lib/src/l10n/material_km.arb new file mode 100644 index 000000000000..5ff8d4c3861a --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_km.arb @@ -0,0 +1,54 @@ +{ + "scriptCategory": "dense", + "timeOfDayFormat": "h:mm a", + "openAppDrawerTooltip": "បើកម៉ឺនុយរុករក", + "backButtonTooltip": "ថយក្រោយ", + "closeButtonTooltip": "បិទ", + "deleteButtonTooltip": "យកចេញ", + "nextMonthTooltip": "ខែក្រោយ", + "previousMonthTooltip": "កាលពីខែមុន", + "nextPageTooltip": "ទំព័របន្ទាប់", + "previousPageTooltip": "ទំព័រមុន", + "showMenuTooltip": "បង្ហាញម៉ឺនុយ", + "aboutListTileTitle": "អំពី $applicationName", + "licensesPageTitle": "អាជ្ញាប័ណ្ណ", + "pageRowsInfoTitle": "$firstRow-$lastRow ពី $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow ពីប្រហែល $rowCount", + "rowsPerPageTitle": "ជួរមុខ:", + "tabLabel": "ថេប $tabIndex ពី $tabCount", + "selectedRowCountTitleOne": "បានជ្រើស 1 ធាតុ", + "selectedRowCountTitleOther": "បានជ្រើស $selectedRowCount ធាតុ", + "cancelButtonLabel": "បោះបង់", + "closeButtonLabel": "បិទ", + "continueButtonLabel": "បន្ត", + "copyButtonLabel": "ចម្លង", + "cutButtonLabel": "កាត់", + "okButtonLabel": "យល់ព្រម", + "pasteButtonLabel": "ដាក់", + "selectAllButtonLabel": "ជ្រើសទាំងអស់", + "viewLicensesButtonLabel": "មើលអាជ្ញាប័ណ្ណ", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "timePickerHourModeAnnouncement": "ជ្រើសរើសមួយម៉ោង", + "timePickerMinuteModeAnnouncement": "ជ្រើសនាទី", + "signedInLabel": "ចូល", + "hideAccountsLabel": "លាក់គណនី", + "showAccountsLabel": "បង្ហាញគណនី", + "modalBarrierDismissLabel": "បិទ", + "drawerLabel": "ម៉ឺនុយរុករក", + "popupMenuLabel": "ម៉ឺនុយលេចឡើង", + "dialogLabel": "ប្រអប់", + "alertDialogLabel": "ការជូនដំណឹង", + "searchFieldLabel": "ស្វែងរក", + "reorderItemToStart": "TBD", + "reorderItemToEnd": "TBD", + "reorderItemUp": "TBD", + "reorderItemDown": "TBD", + "reorderItemLeft": "TBD", + "reorderItemRight": "TBD", + "expandedIconTapHint": "TBD", + "collapsedIconTapHint": "TBD", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "TBD", + "remainingTextFieldCharacterCountOther": "TBD" +} From 1ff6b8912f7eb5f327bb2ddbc09d6d0c6e936d6f Mon Sep 17 00:00:00 2001 From: Hans Muller Date: Tue, 9 Oct 2018 17:00:15 -0700 Subject: [PATCH 057/327] Bring TextTheme into alignment with the current Material spec (#22330) --- .../lib/src/l10n/material_en.arb | 3 ++- .../lib/src/material_localizations.dart | 12 +----------- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index d72ca74db636..79e4a56dbe1b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -1,7 +1,8 @@ { "scriptCategory": "English-like", "@scriptCategory": { - "description": "The name of the language's script category (see https://material.io/go/design-typography#typography-language-categories-reference)." + "description": "The name of the language's script category (see https://material.io/design/typography/language-support.html#language-categories-reference).", + "x-flutter-type": "scriptCategory" }, "timeOfDayFormat": "h:mm a", diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 61debf844671..b33bbd85101c 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -502,18 +502,8 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { ).replaceFirst(r'$remainingCount', formatDecimal(remainingCount)); } - /// The script category used by [localTextGeometry]. Must be one of the strings - /// declared in [MaterialTextGeometry]. - // - // TODO(ianh): make this return a TextTheme from MaterialTextGeometry. - // TODO(ianh): drop the constructor on MaterialTextGeometry. - // TODO(ianh): drop the strings on MaterialTextGeometry. - @protected - String get scriptCategory; - - /// Looks up text geometry defined in [MaterialTextGeometry]. @override - TextTheme get localTextGeometry => MaterialTextGeometry.forScriptCategory(scriptCategory); + ScriptCategory get scriptCategory; /// A [LocalizationsDelegate] that uses [GlobalMaterialLocalizations.load] /// to create an instance of this class. From abe339cf5ed0519e8ac2b370f21446c0c9eebfa5 Mon Sep 17 00:00:00 2001 From: matthew-carroll Date: Thu, 11 Oct 2018 18:17:46 -0700 Subject: [PATCH 058/327] Reversion for roll (#22984) For G3 Roll: * Revert "MaterialButton must honor its minWidth and height parameters (#22919)" This reverts commit a02332335a0849e92daa7fb272e2ee1ccc7d4248. * Revert "Update uses of ButtonTheme.bar: pass along the current Theme's colorScheme (#22827)" This reverts commit 655bf6a290714248733c7af46c637fce34b56206. * Revert "ButtonTheme.of().colorScheme defers to Theme (#22880)" This reverts commit a590940e458ae02d89f63062e45a406cb3a73f4e. * Revert "Bring TextTheme into alignment with the current Material spec (#22330)" This reverts commit 1ff6b8912f7eb5f327bb2ddbc09d6d0c6e936d6f. * Revert "Added ColorScheme, updated ThemeData, ButtonTheme, material buttons (#22013)" This reverts commit eea3465ae75ac5445c54490c542047032f8f8314. * Manual adjustments to fix reversion issues. --- .../lib/src/l10n/material_en.arb | 3 +-- .../lib/src/material_localizations.dart | 12 +++++++++++- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index 79e4a56dbe1b..d72ca74db636 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -1,8 +1,7 @@ { "scriptCategory": "English-like", "@scriptCategory": { - "description": "The name of the language's script category (see https://material.io/design/typography/language-support.html#language-categories-reference).", - "x-flutter-type": "scriptCategory" + "description": "The name of the language's script category (see https://material.io/go/design-typography#typography-language-categories-reference)." }, "timeOfDayFormat": "h:mm a", diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index b33bbd85101c..61debf844671 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -502,8 +502,18 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { ).replaceFirst(r'$remainingCount', formatDecimal(remainingCount)); } + /// The script category used by [localTextGeometry]. Must be one of the strings + /// declared in [MaterialTextGeometry]. + // + // TODO(ianh): make this return a TextTheme from MaterialTextGeometry. + // TODO(ianh): drop the constructor on MaterialTextGeometry. + // TODO(ianh): drop the strings on MaterialTextGeometry. + @protected + String get scriptCategory; + + /// Looks up text geometry defined in [MaterialTextGeometry]. @override - ScriptCategory get scriptCategory; + TextTheme get localTextGeometry => MaterialTextGeometry.forScriptCategory(scriptCategory); /// A [LocalizationsDelegate] that uses [GlobalMaterialLocalizations.load] /// to create an instance of this class. From ac3744536e2956e0c551e832fd8bcb215f3a2ce9 Mon Sep 17 00:00:00 2001 From: matthew-carroll Date: Fri, 12 Oct 2018 16:31:34 -0700 Subject: [PATCH 059/327] Revert "Reversion for roll (#22984)" (#23029) This reverts commit abe339cf5ed0519e8ac2b370f21446c0c9eebfa5. --- .../lib/src/l10n/material_en.arb | 3 ++- .../lib/src/material_localizations.dart | 12 +----------- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index d72ca74db636..79e4a56dbe1b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -1,7 +1,8 @@ { "scriptCategory": "English-like", "@scriptCategory": { - "description": "The name of the language's script category (see https://material.io/go/design-typography#typography-language-categories-reference)." + "description": "The name of the language's script category (see https://material.io/design/typography/language-support.html#language-categories-reference).", + "x-flutter-type": "scriptCategory" }, "timeOfDayFormat": "h:mm a", diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 61debf844671..b33bbd85101c 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -502,18 +502,8 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { ).replaceFirst(r'$remainingCount', formatDecimal(remainingCount)); } - /// The script category used by [localTextGeometry]. Must be one of the strings - /// declared in [MaterialTextGeometry]. - // - // TODO(ianh): make this return a TextTheme from MaterialTextGeometry. - // TODO(ianh): drop the constructor on MaterialTextGeometry. - // TODO(ianh): drop the strings on MaterialTextGeometry. - @protected - String get scriptCategory; - - /// Looks up text geometry defined in [MaterialTextGeometry]. @override - TextTheme get localTextGeometry => MaterialTextGeometry.forScriptCategory(scriptCategory); + ScriptCategory get scriptCategory; /// A [LocalizationsDelegate] that uses [GlobalMaterialLocalizations.load] /// to create an instance of this class. From 63d0f7e6f7f29b17083925c551236ea9c817b3c4 Mon Sep 17 00:00:00 2001 From: Hans Muller Date: Tue, 16 Oct 2018 14:57:37 -0700 Subject: [PATCH 060/327] Updated Khmer and Turkish translations (#23165) --- .../lib/src/l10n/material_km.arb | 62 +++++++++---------- .../lib/src/l10n/material_tr.arb | 2 +- 2 files changed, 32 insertions(+), 32 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/material_km.arb b/packages/flutter_localizations/lib/src/l10n/material_km.arb index 5ff8d4c3861a..65bc923b0ded 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_km.arb @@ -1,54 +1,54 @@ { "scriptCategory": "dense", "timeOfDayFormat": "h:mm a", - "openAppDrawerTooltip": "បើកម៉ឺនុយរុករក", + "openAppDrawerTooltip": "បើក​ម៉ឺនុយរុករក", "backButtonTooltip": "ថយក្រោយ", "closeButtonTooltip": "បិទ", - "deleteButtonTooltip": "យកចេញ", - "nextMonthTooltip": "ខែក្រោយ", - "previousMonthTooltip": "កាលពីខែមុន", + "deleteButtonTooltip": "លុប", + "nextMonthTooltip": "ខែ​​ក្រោយ", + "previousMonthTooltip": "ខែមុន", "nextPageTooltip": "ទំព័របន្ទាប់", "previousPageTooltip": "ទំព័រមុន", - "showMenuTooltip": "បង្ហាញម៉ឺនុយ", + "showMenuTooltip": "បង្ហាញ​ម៉ឺនុយ", "aboutListTileTitle": "អំពី $applicationName", - "licensesPageTitle": "អាជ្ញាប័ណ្ណ", - "pageRowsInfoTitle": "$firstRow-$lastRow ពី $rowCount", - "pageRowsInfoTitleApproximate": "$firstRow–$lastRow ពីប្រហែល $rowCount", - "rowsPerPageTitle": "ជួរមុខ:", - "tabLabel": "ថេប $tabIndex ពី $tabCount", - "selectedRowCountTitleOne": "បានជ្រើស 1 ធាតុ", - "selectedRowCountTitleOther": "បានជ្រើស $selectedRowCount ធាតុ", + "licensesPageTitle": "អាជ្ញាបណ្ណ", + "pageRowsInfoTitle": "$firstRow–$lastRow ក្នុង​ចំណោម​ $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow ក្នុង​ចំណោម​ប្រហែល $rowCount", + "rowsPerPageTitle": "ជួរ​ដេក​ក្នុង​មួយ​ទំព័រ៖", + "tabLabel": "ផ្ទាំង $tabIndex ក្នុង​ចំណោម​ $tabCount", + "selectedRowCountTitleOne": "បាន​ជ្រើស​រើស​ធាតុ 1", + "selectedRowCountTitleOther": "បាន​ជ្រើស​រើស​ធាតុ $selectedRowCount", "cancelButtonLabel": "បោះបង់", "closeButtonLabel": "បិទ", "continueButtonLabel": "បន្ត", "copyButtonLabel": "ចម្លង", "cutButtonLabel": "កាត់", "okButtonLabel": "យល់ព្រម", - "pasteButtonLabel": "ដាក់", - "selectAllButtonLabel": "ជ្រើសទាំងអស់", - "viewLicensesButtonLabel": "មើលអាជ្ញាប័ណ្ណ", + "pasteButtonLabel": "ដាក់​ចូល", + "selectAllButtonLabel": "ជ្រើសរើស​ទាំង​អស់", + "viewLicensesButtonLabel": "មើលអាជ្ញាបណ្ណ", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", - "timePickerHourModeAnnouncement": "ជ្រើសរើសមួយម៉ោង", - "timePickerMinuteModeAnnouncement": "ជ្រើសនាទី", - "signedInLabel": "ចូល", + "timePickerHourModeAnnouncement": "ជ្រើសរើស​ម៉ោង", + "timePickerMinuteModeAnnouncement": "ជ្រើសរើស​នាទី", + "signedInLabel": "បានចូល​គណនី", "hideAccountsLabel": "លាក់គណនី", "showAccountsLabel": "បង្ហាញគណនី", - "modalBarrierDismissLabel": "បិទ", + "modalBarrierDismissLabel": "ច្រាន​ចោល", "drawerLabel": "ម៉ឺនុយរុករក", - "popupMenuLabel": "ម៉ឺនុយលេចឡើង", + "popupMenuLabel": "​ម៉ឺនុយ​លោត​ឡើង", "dialogLabel": "ប្រអប់", - "alertDialogLabel": "ការជូនដំណឹង", + "alertDialogLabel": "ជូនដំណឹង", "searchFieldLabel": "ស្វែងរក", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", + "reorderItemToStart": "ផ្លាស់ទីទៅ​ចំណុច​ចាប់ផ្ដើម", + "reorderItemToEnd": "ផ្លាស់ទីទៅ​ចំណុចបញ្ចប់", + "reorderItemUp": "ផ្លាស់ទី​ឡើង​លើ", + "reorderItemDown": "ផ្លាស់ទី​ចុះ​ក្រោម", + "reorderItemLeft": "ផ្លាស់ទី​ទៅ​ឆ្វេង", + "reorderItemRight": "ផ្លាស់ទីទៅ​ស្តាំ", + "expandedIconTapHint": "បង្រួម", + "collapsedIconTapHint": "ពង្រីក", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOne": "នៅសល់​ 1 តួ​ទៀត", + "remainingTextFieldCharacterCountOther": "នៅសល់ $remainingCount តួ​ទៀត" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index 242f4bc9f2d5..32cf8ba9065c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -26,7 +26,7 @@ "okButtonLabel": "Tamam", "pasteButtonLabel": "YAPIŞTIR", "selectAllButtonLabel": "TÜMÜNÜ SEÇ", - "viewLicensesButtonLabel": "LİSANLARI GÖSTER", + "viewLicensesButtonLabel": "LİSANSLARI GÖSTER", "anteMeridiemAbbreviation": "ÖÖ", "postMeridiemAbbreviation": "ÖS", "timePickerHourModeAnnouncement": "Saati seçin", From ccef3ed7c1b5dc8e5979c75601c116da2cacc804 Mon Sep 17 00:00:00 2001 From: Hans Muller Date: Tue, 16 Oct 2018 14:58:02 -0700 Subject: [PATCH 061/327] Added Mongolian (mn) translations (#23168) --- .../lib/src/l10n/material_mn.arb | 55 +++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 packages/flutter_localizations/lib/src/l10n/material_mn.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_mn.arb b/packages/flutter_localizations/lib/src/l10n/material_mn.arb new file mode 100644 index 000000000000..32d1016cb39f --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_mn.arb @@ -0,0 +1,55 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "HH:mm", + "openAppDrawerTooltip": "Цэс нээх", + "backButtonTooltip": "Буцах", + "closeButtonTooltip": "Хаах", + "deleteButtonTooltip": "Устгах", + "nextMonthTooltip": "Дараа сар", + "previousMonthTooltip": "Өмнөх сар", + "nextPageTooltip": "Дараагийн хуудас", + "previousPageTooltip": "Өмнөх хуудас", + "showMenuTooltip": "Цэсийг харуулах", + "aboutListTileTitle": "$applicationName тухай", + "licensesPageTitle": "Лицензүүд", + "pageRowsInfoTitle": "$rowCount-н $firstRow-с $lastRow", + "pageRowsInfoTitleApproximate": "Нийт $rowCount-н $firstRow-с $lastRow харуулж байна", + "rowsPerPageTitle": "Нэг хуудсанд:", + "tabLabel": "$tabCount-н $tabIndex дахь нь", + "selectedRowCountTitleZero": "Бичлэг сонгоогүй байна", + "selectedRowCountTitleOne": "1 бичлэг сонгогдсон", + "selectedRowCountTitleOther": "$selectedRowCount бичлэг сонгосон байна", + "cancelButtonLabel": "ЦУЦЛАХ", + "closeButtonLabel": "ХААХ", + "continueButtonLabel": "ҮРГЭЖЛҮҮЛЭХ", + "copyButtonLabel": "ХУУЛАХ", + "cutButtonLabel": "ТАСДАХ", + "okButtonLabel": "OK", + "pasteButtonLabel": "ХУУЛАХ", + "selectAllButtonLabel": "БҮГДИЙГ СОНГОХ", + "viewLicensesButtonLabel": "ЛИЦЕНЗҮҮДИЙГ ХАРАХ", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "timePickerHourModeAnnouncement": "Цаг сонгох", + "timePickerMinuteModeAnnouncement": "Минут сонгох", + "modalBarrierDismissLabel": "Дуусгах", + "signedInLabel": "Нэвтэрсэн", + "hideAccountsLabel": "Хэрэглэгчдийг нуух", + "showAccountsLabel": "Хэрэглэгчдийг харуулах", + "drawerLabel": "Хөтөч цэс", + "popupMenuLabel": "Нэмэлт цэс", + "dialogLabel": "Диалог", + "alertDialogLabel": "Анхааруулга", + "searchFieldLabel": "Хайлт", + "reorderItemToStart": "Move to the start", + "reorderItemToEnd": "Move to the end", + "reorderItemUp": "Move up", + "reorderItemDown": "Move down", + "reorderItemLeft": "Move to the left", + "reorderItemRight": "Move to the right", + "expandedIconTapHint": "Collapse", + "collapsedIconTapHint": "Expand", + "remainingTextFieldCharacterCountZero": "No characters remaining", + "remainingTextFieldCharacterCountOne": "1 character remaining", + "remainingTextFieldCharacterCountOther": "$remainingCount characters remaining" +} From b13fe81c700c863c7666045204b3f4fc50524124 Mon Sep 17 00:00:00 2001 From: Hans Muller Date: Mon, 29 Oct 2018 17:09:26 -0700 Subject: [PATCH 062/327] Updated supportedLocales doc, etc (#23683) --- .../flutter_localizations/lib/src/material_localizations.dart | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index b33bbd85101c..95151ce12d08 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -14,10 +14,6 @@ import 'l10n/date_localizations.dart' as date_localizations; import 'l10n/localizations.dart'; import 'widgets_localizations.dart'; -// Watch out: the supported locales list in the doc comment below must be kept -// in sync with the list we test, see test/translations_test.dart, and of course -// the actual list of supported locales in _MaterialLocalizationsDelegate. - /// Implementation of localized strings for the material widgets using the /// `intl` package for date and time formatting. /// From 1c1b2a69860915d3c0ba25ceeec50429c7079c5c Mon Sep 17 00:00:00 2001 From: Hans Muller Date: Mon, 5 Nov 2018 12:39:31 -0800 Subject: [PATCH 063/327] Warn about supported locales that lack localizations (#23850) --- .../flutter_localizations/lib/src/material_localizations.dart | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 95151ce12d08..f56b84099dc4 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -641,4 +641,7 @@ class _MaterialLocalizationsDelegate extends LocalizationsDelegate false; + + @override + String toString() => 'GlobalMaterialLocalizations.delegate(${kSupportedLanguages.length} locales)'; } From d3fc3c55431d5b72a1cf90ca4fa918fb9bfd68b9 Mon Sep 17 00:00:00 2001 From: Gary Qian Date: Thu, 8 Nov 2018 10:43:40 -0800 Subject: [PATCH 064/327] scriptCode support in gen_localizations and strip scriptCodes for date l10n. (#23853) --- .../lib/src/material_localizations.dart | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index f56b84099dc4..33beb311fc71 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -568,7 +568,27 @@ class _MaterialLocalizationsDelegate extends LocalizationsDelegate initializedLocales = Set(); date_localizations.dateSymbols.forEach((String locale, dynamic data) { + // Strip scriptCode from the locale, as we do not distinguish between scripts + // for dates. + final List codes = locale.split('_'); + String countryCode; + if (codes.length == 2) { + countryCode = codes[1].length < 4 ? codes[1] : null; + } else if (codes.length == 3) { + countryCode = codes[1].length < codes[2].length ? codes[1] : codes[2]; + } + locale = codes[0] + (countryCode != null ? '_' + countryCode : ''); + if (initializedLocales.contains(locale)) + return; + initializedLocales.add(locale); + // Perform initialization. assert(date_localizations.datePatterns.containsKey(locale)); final intl.DateSymbols symbols = intl.DateSymbols.deserializeFromMap(data); date_symbol_data_custom.initializeDateFormattingCustom( From 2ddaf1dcb82908ae035ab9b20504a388caa652ca Mon Sep 17 00:00:00 2001 From: Hans Muller Date: Wed, 14 Nov 2018 15:42:51 -0800 Subject: [PATCH 065/327] Add support for the Marathi language, locale mr_IN (#24353) --- .../lib/src/l10n/material_mr.arb | 55 +++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 packages/flutter_localizations/lib/src/l10n/material_mr.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_mr.arb b/packages/flutter_localizations/lib/src/l10n/material_mr.arb new file mode 100644 index 000000000000..b6da8ac754ca --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_mr.arb @@ -0,0 +1,55 @@ +{ + "scriptCategory": "dense", + "timeOfDayFormat": "h:mm a", + "openAppDrawerTooltip": "नेव्हिगेशन मेनू उघडा", + "backButtonTooltip": "मागे", + "closeButtonTooltip": "बंद", + "deleteButtonTooltip": "मिटवा", + "nextMonthTooltip": "पुढील महिना", + "previousMonthTooltip": "मागील महिना", + "nextPageTooltip": "पुढील पृष्ठ", + "previousPageTooltip": "मागील पृष्ठ", + "showMenuTooltip": "मेनू दर्शवा", + "aboutListTileTitle": "$applicationName बद्दल", + "licensesPageTitle": "परवाने", + "pageRowsInfoTitle": "$firstRow–$lastRow मधून $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow मधून अंदाजे $rowCount", + "rowsPerPageTitle": "ओळी प्रति पृष्ठ :", + "tabLabel": "Tab $tabIndex मधून $tabCount", + "selectedRowCountTitleZero": "कोणतेही आयटम निवडलेले नाहीत", + "selectedRowCountTitleOne": "१ आयटम निवडला", + "selectedRowCountTitleOther": "$selectedRowCount निवडलेले", + "cancelButtonLabel": "रद्द", + "closeButtonLabel": "बंद", + "continueButtonLabel": "सुरू", + "copyButtonLabel": "कॉपी", + "cutButtonLabel": "कट", + "okButtonLabel": "ठीक", + "pasteButtonLabel": "पेस्ट", + "selectAllButtonLabel": "सर्व निवडा", + "viewLicensesButtonLabel": "परवाने पहा", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "timePickerHourModeAnnouncement": "तास निवडा", + "timePickerMinuteModeAnnouncement": "मिनिटे निवडा", + "modalBarrierDismissLabel": "हटवा", + "signedInLabel": "साइन इन झालेले", + "hideAccountsLabel": "खाती लपवा", + "showAccountsLabel": "खाती दाखवा", + "drawerLabel": "नेव्हिगेशन मेनू", + "popupMenuLabel": "पॉपअप मेनू", + "dialogLabel": "संवाद", + "alertDialogLabel": "अलर्ट", + "searchFieldLabel": "शोध", + "reorderItemToStart": "सुरूवातीस हलवा", + "reorderItemToEnd": "शेवटी हलवा", + "reorderItemUp": "वर हलवा", + "reorderItemDown": "खाली हलवा", + "reorderItemLeft": "डावीकडे हलवा", + "reorderItemRight": "उजवीकडे हलवा", + "expandedIconTapHint": "संकुचित", + "collapsedIconTapHint": "विस्तृत", + "remainingTextFieldCharacterCountZero": "कोणतेही वर्ण शिल्लक नाहीत", + "remainingTextFieldCharacterCountOne": "1 वर्ण उर्वरित", + "remainingTextFieldCharacterCountOther": "$remainingCount वर्ण उर्वरित" +} From 129352c652c12cd8424b09982ad645fc74a6fc42 Mon Sep 17 00:00:00 2001 From: Dan Field Date: Thu, 15 Nov 2018 15:54:56 -0800 Subject: [PATCH 066/327] Make progress indicators accessible (#24275) * Make progress indicators accessible --- packages/flutter_localizations/lib/src/l10n/material_ar.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_bg.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_bs.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_ca.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_cs.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_da.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_de.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_de_CH.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_el.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_en.arb | 5 +++++ .../flutter_localizations/lib/src/l10n/material_en_AU.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_en_CA.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_en_GB.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_en_IE.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_en_IN.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_en_SG.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_en_ZA.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_es.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_es_419.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_es_AR.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_es_BO.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_es_CL.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_es_CO.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_es_CR.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_es_DO.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_es_EC.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_es_GT.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_es_HN.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_es_MX.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_es_NI.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_es_PA.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_es_PE.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_es_PR.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_es_PY.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_es_SV.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_es_US.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_es_UY.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_es_VE.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_et.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_fa.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_fi.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_fil.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_fr.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_gsw.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_he.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_hi.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_hr.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_hu.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_id.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_it.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_ja.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_km.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_ko.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_lt.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_lv.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_mn.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_ms.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_nb.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_nl.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_pl.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_ps.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_pt.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_pt_PT.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_ro.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_ru.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_sk.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_sl.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_sr.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_sr_Latn.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_sv.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_th.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_tl.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_tr.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_uk.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_ur.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_vi.arb | 3 ++- packages/flutter_localizations/lib/src/l10n/material_zh.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_zh_HK.arb | 3 ++- .../flutter_localizations/lib/src/l10n/material_zh_TW.arb | 3 ++- 79 files changed, 161 insertions(+), 78 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index d7a21815342f..bbf3c5199a68 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -57,5 +57,6 @@ "collapsedIconTapHint": "توسيع", "remainingTextFieldCharacterCountZero": "لا أحرف متبقية", "remainingTextFieldCharacterCountOne": "حرف واحد متبقٍ", - "remainingTextFieldCharacterCountOther": "$remainingCount حرف متبقٍ" + "remainingTextFieldCharacterCountOther": "$remainingCount حرف متبقٍ", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bg.arb b/packages/flutter_localizations/lib/src/l10n/material_bg.arb index 5ca0dcde61b2..2e2d962e9edf 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bg.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Разгъване", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Остава 1 знак", - "remainingTextFieldCharacterCountOther": "Остават $remainingCount знака" + "remainingTextFieldCharacterCountOther": "Остават $remainingCount знака", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bs.arb b/packages/flutter_localizations/lib/src/l10n/material_bs.arb index 3f88bdfcb928..07e8efb5b093 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bs.arb @@ -52,5 +52,6 @@ "collapsedIconTapHint": "Proširi", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Preostao je 1 znak", - "remainingTextFieldCharacterCountOther": "Preostalo je $remainingCount znakova" + "remainingTextFieldCharacterCountOther": "Preostalo je $remainingCount znakova", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ca.arb b/packages/flutter_localizations/lib/src/l10n/material_ca.arb index 383e9a51cc3e..d0f65db67fd7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ca.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Desplega", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 caràcter", - "remainingTextFieldCharacterCountOther": "Queden $remainingCount caràcters" + "remainingTextFieldCharacterCountOther": "Queden $remainingCount caràcters", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_cs.arb b/packages/flutter_localizations/lib/src/l10n/material_cs.arb index 168833d668d5..122fabdca149 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cs.arb @@ -54,5 +54,6 @@ "collapsedIconTapHint": "Rozbalit", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Zbývá 1 znak", - "remainingTextFieldCharacterCountOther": "Zbývá $remainingCount znaků" + "remainingTextFieldCharacterCountOther": "Zbývá $remainingCount znaků", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_da.arb b/packages/flutter_localizations/lib/src/l10n/material_da.arb index a9c3f1e239b8..4b68720377d1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_da.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Udvid", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Ét tegn tilbage", - "remainingTextFieldCharacterCountOther": "$remainingCount tegn tilbage" + "remainingTextFieldCharacterCountOther": "$remainingCount tegn tilbage", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index ce2699a02ee4..4675f51f53c8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -51,5 +51,6 @@ "collapsedIconTapHint": "Maximieren", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Noch 1 Zeichen", - "remainingTextFieldCharacterCountOther": "Noch $remainingCount Zeichen" + "remainingTextFieldCharacterCountOther": "Noch $remainingCount Zeichen", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb index 8a1d88c99e65..63f3f8999de9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Maximieren", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Noch 1 Zeichen", - "remainingTextFieldCharacterCountOther": "Noch $remainingCount Zeichen" + "remainingTextFieldCharacterCountOther": "Noch $remainingCount Zeichen", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_el.arb b/packages/flutter_localizations/lib/src/l10n/material_el.arb index 0ea03b456f9a..4d7e89ba3d40 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_el.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Ανάπτυξη", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "απομένει 1 χαρακτήρας", - "remainingTextFieldCharacterCountOther": "απομένουν $remainingCount χαρακτήρες" + "remainingTextFieldCharacterCountOther": "απομένουν $remainingCount χαρακτήρες", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index 79e4a56dbe1b..fc3402fcd5cf 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -254,5 +254,10 @@ "@remainingTextFieldCharacterCount": { "description": "The label for the TextField's character counter. remainingCharacters is a integer representing how many more characters the user can type into the text field before using up a given budget. All values are greater than or equal to zero.", "plural": "remainingCount" + }, + + "refreshIndicatorSemanticLabel": "Refresh", + "@refreshIndicatorSemanticLabel": { + "description": "The verb which describes what happens when a RefreshIndicator is displayed on screen. This is used by TalkBack on Android to announce that a refresh is happening." } } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb index 5c2f487bb2b9..e79d3fa4fc6c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Expand", "remainingTextFieldCharacterCountZero": "No characters remaining", "remainingTextFieldCharacterCountOne": "1 character remaining", - "remainingTextFieldCharacterCountOther": "$remainingCount characters remaining" + "remainingTextFieldCharacterCountOther": "$remainingCount characters remaining", + "refreshIndicatorSemanticLabel": "Refresh" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb index 5c2f487bb2b9..e79d3fa4fc6c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Expand", "remainingTextFieldCharacterCountZero": "No characters remaining", "remainingTextFieldCharacterCountOne": "1 character remaining", - "remainingTextFieldCharacterCountOther": "$remainingCount characters remaining" + "remainingTextFieldCharacterCountOther": "$remainingCount characters remaining", + "refreshIndicatorSemanticLabel": "Refresh" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb index c153193f9938..a9bba3878bfb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Expand", "remainingTextFieldCharacterCountZero": "No characters remaining", "remainingTextFieldCharacterCountOne": "1 character remaining", - "remainingTextFieldCharacterCountOther": "$remainingCount characters remaining" + "remainingTextFieldCharacterCountOther": "$remainingCount characters remaining", + "refreshIndicatorSemanticLabel": "Refresh" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb index c153193f9938..a9bba3878bfb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Expand", "remainingTextFieldCharacterCountZero": "No characters remaining", "remainingTextFieldCharacterCountOne": "1 character remaining", - "remainingTextFieldCharacterCountOther": "$remainingCount characters remaining" + "remainingTextFieldCharacterCountOther": "$remainingCount characters remaining", + "refreshIndicatorSemanticLabel": "Refresh" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb index 5c2f487bb2b9..e79d3fa4fc6c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Expand", "remainingTextFieldCharacterCountZero": "No characters remaining", "remainingTextFieldCharacterCountOne": "1 character remaining", - "remainingTextFieldCharacterCountOther": "$remainingCount characters remaining" + "remainingTextFieldCharacterCountOther": "$remainingCount characters remaining", + "refreshIndicatorSemanticLabel": "Refresh" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb index 5c2f487bb2b9..e79d3fa4fc6c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Expand", "remainingTextFieldCharacterCountZero": "No characters remaining", "remainingTextFieldCharacterCountOne": "1 character remaining", - "remainingTextFieldCharacterCountOther": "$remainingCount characters remaining" + "remainingTextFieldCharacterCountOther": "$remainingCount characters remaining", + "refreshIndicatorSemanticLabel": "Refresh" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb index c153193f9938..a9bba3878bfb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Expand", "remainingTextFieldCharacterCountZero": "No characters remaining", "remainingTextFieldCharacterCountOne": "1 character remaining", - "remainingTextFieldCharacterCountOther": "$remainingCount characters remaining" + "remainingTextFieldCharacterCountOther": "$remainingCount characters remaining", + "refreshIndicatorSemanticLabel": "Refresh" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index fe393bb847a4..6ab5be5f3ec1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -51,5 +51,6 @@ "collapsedIconTapHint": "Mostrar", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", - "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres" + "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb index 1789e6b927dd..4e53933fcb06 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter", - "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres" + "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb index 1789e6b927dd..4e53933fcb06 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter", - "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres" + "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb index ddbfb44cbc14..b6d623eb5915 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter", - "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres" + "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb index ddbfb44cbc14..b6d623eb5915 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter", - "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres" + "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb index ddbfb44cbc14..b6d623eb5915 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter", - "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres" + "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb index ddbfb44cbc14..b6d623eb5915 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter", - "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres" + "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb index ddbfb44cbc14..b6d623eb5915 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter", - "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres" + "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb index ddbfb44cbc14..b6d623eb5915 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter", - "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres" + "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb index ddbfb44cbc14..b6d623eb5915 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter", - "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres" + "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb index ddbfb44cbc14..b6d623eb5915 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter", - "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres" + "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb index ddbfb44cbc14..b6d623eb5915 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter", - "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres" + "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb index ddbfb44cbc14..b6d623eb5915 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter", - "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres" + "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb index ddbfb44cbc14..b6d623eb5915 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter", - "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres" + "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb index ddbfb44cbc14..b6d623eb5915 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter", - "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres" + "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb index ddbfb44cbc14..b6d623eb5915 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter", - "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres" + "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb index ddbfb44cbc14..b6d623eb5915 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter", - "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres" + "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb index ddbfb44cbc14..b6d623eb5915 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter", - "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres" + "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb index 9afa2ba570fc..7b47642ddf46 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter", - "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres" + "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb index ddbfb44cbc14..b6d623eb5915 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter", - "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres" + "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb index ddbfb44cbc14..b6d623eb5915 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter", - "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres" + "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_et.arb b/packages/flutter_localizations/lib/src/l10n/material_et.arb index 66ca9c4b06c7..982000a924b3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_et.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Laienda", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Jäänud on 1 tähemärk", - "remainingTextFieldCharacterCountOther": "Jäänud on $remainingCount tähemärki" + "remainingTextFieldCharacterCountOther": "Jäänud on $remainingCount tähemärki", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index 4a2c43f480d6..23085fee3908 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "بزرگ کردن", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "۱ نویسه باقی مانده است", - "remainingTextFieldCharacterCountOther": "$remainingCount نویسه باقی مانده است" + "remainingTextFieldCharacterCountOther": "$remainingCount نویسه باقی مانده است", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fi.arb b/packages/flutter_localizations/lib/src/l10n/material_fi.arb index b5e53c921ada..2953ba7fa4e1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fi.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Laajenna", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 merkki jäljellä", - "remainingTextFieldCharacterCountOther": "$remainingCount merkkiä jäljellä" + "remainingTextFieldCharacterCountOther": "$remainingCount merkkiä jäljellä", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fil.arb b/packages/flutter_localizations/lib/src/l10n/material_fil.arb index ce21b309bd0c..6d6788caa14f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fil.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "I-expand", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 character ang natitira", - "remainingTextFieldCharacterCountOther": "$remainingCount na character ang natitira" + "remainingTextFieldCharacterCountOther": "$remainingCount na character ang natitira", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index c0f64cb5b410..4b6f59875260 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -51,5 +51,6 @@ "collapsedIconTapHint": "Développer", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 caractère restant", - "remainingTextFieldCharacterCountOther": "$remainingCount caractères restants" + "remainingTextFieldCharacterCountOther": "$remainingCount caractères restants", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index 074ad79d16d3..ddae1db25a10 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Maximieren", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Noch 1 Zeichen", - "remainingTextFieldCharacterCountOther": "Noch $remainingCount Zeichen" + "remainingTextFieldCharacterCountOther": "Noch $remainingCount Zeichen", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index 51170c3940d6..d69592f2f50d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -54,5 +54,6 @@ "collapsedIconTapHint": "הרחבה", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "נותר תו אחד", - "remainingTextFieldCharacterCountOther": "נותרו $remainingCount תווים" + "remainingTextFieldCharacterCountOther": "נותרו $remainingCount תווים", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hi.arb b/packages/flutter_localizations/lib/src/l10n/material_hi.arb index 113edc8d3d40..47d9efc38f84 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hi.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "बड़ा करें", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "एक वर्ण अाैर डाला जा सकता है", - "remainingTextFieldCharacterCountOther": "$remainingCount वर्ण अाैर डाले जा सकते हैं" + "remainingTextFieldCharacterCountOther": "$remainingCount वर्ण अाैर डाले जा सकते हैं", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hr.arb b/packages/flutter_localizations/lib/src/l10n/material_hr.arb index 3f88bdfcb928..07e8efb5b093 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hr.arb @@ -52,5 +52,6 @@ "collapsedIconTapHint": "Proširi", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Preostao je 1 znak", - "remainingTextFieldCharacterCountOther": "Preostalo je $remainingCount znakova" + "remainingTextFieldCharacterCountOther": "Preostalo je $remainingCount znakova", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hu.arb b/packages/flutter_localizations/lib/src/l10n/material_hu.arb index 3ecad5c1024c..c044289dc6d1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hu.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Kibontás", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 karakter maradt", - "remainingTextFieldCharacterCountOther": "$remainingCount karakter maradt" + "remainingTextFieldCharacterCountOther": "$remainingCount karakter maradt", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_id.arb b/packages/flutter_localizations/lib/src/l10n/material_id.arb index 85d68fa1656c..5112bb32f5ad 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_id.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Luaskan", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Sisa 1 karakter", - "remainingTextFieldCharacterCountOther": "Sisa $remainingCount karakter" + "remainingTextFieldCharacterCountOther": "Sisa $remainingCount karakter", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index 5b4ef31ed8b2..1a32215651c6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Espandi", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 carattere rimanente", - "remainingTextFieldCharacterCountOther": "$remainingCount caratteri rimanenti" + "remainingTextFieldCharacterCountOther": "$remainingCount caratteri rimanenti", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index d13e83a3e8f2..48b1d66f1707 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "展開", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "残り 1 文字(半角相当)", - "remainingTextFieldCharacterCountOther": "残り $remainingCount 文字(半角相当)" + "remainingTextFieldCharacterCountOther": "残り $remainingCount 文字(半角相当)", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_km.arb b/packages/flutter_localizations/lib/src/l10n/material_km.arb index 65bc923b0ded..eba129a0a783 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_km.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "ពង្រីក", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "នៅសល់​ 1 តួ​ទៀត", - "remainingTextFieldCharacterCountOther": "នៅសល់ $remainingCount តួ​ទៀត" + "remainingTextFieldCharacterCountOther": "នៅសល់ $remainingCount តួ​ទៀត", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index c7d255a39de2..4da13497aedb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "펼치기", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1자 남음", - "remainingTextFieldCharacterCountOther": "$remainingCount자 남음" + "remainingTextFieldCharacterCountOther": "$remainingCount자 남음", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lt.arb b/packages/flutter_localizations/lib/src/l10n/material_lt.arb index 3ab16052606f..5a4df66cc186 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lt.arb @@ -54,5 +54,6 @@ "collapsedIconTapHint": "Išskleisti", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Liko 1 simbolis", - "remainingTextFieldCharacterCountOther": "Liko $remainingCount simbolių" + "remainingTextFieldCharacterCountOther": "Liko $remainingCount simbolių", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lv.arb b/packages/flutter_localizations/lib/src/l10n/material_lv.arb index 0c9adda6e152..e91b5e0430e7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lv.arb @@ -51,5 +51,6 @@ "collapsedIconTapHint": "Izvērst", "remainingTextFieldCharacterCountZero": "Nav atlikusi neviena rakstzīme.", "remainingTextFieldCharacterCountOne": "Atlikusi 1 rakstzīme.", - "remainingTextFieldCharacterCountOther": "Atlikušas $remainingCount rakstzīmes." + "remainingTextFieldCharacterCountOther": "Atlikušas $remainingCount rakstzīmes.", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mn.arb b/packages/flutter_localizations/lib/src/l10n/material_mn.arb index 32d1016cb39f..eb8e7aaac659 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mn.arb @@ -51,5 +51,6 @@ "collapsedIconTapHint": "Expand", "remainingTextFieldCharacterCountZero": "No characters remaining", "remainingTextFieldCharacterCountOne": "1 character remaining", - "remainingTextFieldCharacterCountOther": "$remainingCount characters remaining" + "remainingTextFieldCharacterCountOther": "$remainingCount characters remaining", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ms.arb b/packages/flutter_localizations/lib/src/l10n/material_ms.arb index 14ed663c8d06..3e90961ca607 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ms.arb @@ -51,5 +51,6 @@ "collapsedIconTapHint": "Kembangkan", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 aksara lagi", - "remainingTextFieldCharacterCountOther": "$remainingCount aksara lagi" + "remainingTextFieldCharacterCountOther": "$remainingCount aksara lagi", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nb.arb b/packages/flutter_localizations/lib/src/l10n/material_nb.arb index 55af4e00c310..9a984f32ef5b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nb.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Vis", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 tegn gjenstår", - "remainingTextFieldCharacterCountOther": "$remainingCount tegn gjenstår" + "remainingTextFieldCharacterCountOther": "$remainingCount tegn gjenstår", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index f20e9beea906..0d5d254e4d9a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Uitvouwen", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 teken resterend", - "remainingTextFieldCharacterCountOther": "$remainingCount tekens resterend" + "remainingTextFieldCharacterCountOther": "$remainingCount tekens resterend", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index e6d4b0ba6d86..662ec001dfd3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -54,5 +54,6 @@ "collapsedIconTapHint": "Rozwiń", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Jeszcze 1 znak", - "remainingTextFieldCharacterCountOther": "Jeszcze $remainingCount znaku" + "remainingTextFieldCharacterCountOther": "Jeszcze $remainingCount znaku", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ps.arb b/packages/flutter_localizations/lib/src/l10n/material_ps.arb index 215aa57574b1..2c318cd6e6a4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ps.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ps.arb @@ -49,5 +49,6 @@ "collapsedIconTapHint": "TBD", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD" + "remainingTextFieldCharacterCountOther": "TBD", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index bafc91025126..7269a84ddea5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -52,5 +52,6 @@ "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 caractere restante", - "remainingTextFieldCharacterCountOther": "$remainingCount caracteres restantes" + "remainingTextFieldCharacterCountOther": "$remainingCount caracteres restantes", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb index 349b298797ef..4af73cc64049 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Resta 1 caráter", - "remainingTextFieldCharacterCountOther": "Restam $remainingCount carateres" + "remainingTextFieldCharacterCountOther": "Restam $remainingCount carateres", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/flutter_localizations/lib/src/l10n/material_ro.arb index d72599f0f856..552a2ddc1d46 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ro.arb @@ -53,5 +53,6 @@ "collapsedIconTapHint": "Extindeți", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "un caracter rămas", - "remainingTextFieldCharacterCountOther": "$remainingCount de caractere rămase" + "remainingTextFieldCharacterCountOther": "$remainingCount de caractere rămase", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index 706aba5ea8e9..e78f5c16f1b6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -55,5 +55,6 @@ "collapsedIconTapHint": "Развернуть", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Остался 1 символ", - "remainingTextFieldCharacterCountOther": "Осталось $remainingCount символа" + "remainingTextFieldCharacterCountOther": "Осталось $remainingCount символа", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sk.arb b/packages/flutter_localizations/lib/src/l10n/material_sk.arb index 684fb28662c0..dbf58d372744 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sk.arb @@ -54,5 +54,6 @@ "collapsedIconTapHint": "Rozbaliť", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Zostáva 1 znak", - "remainingTextFieldCharacterCountOther": "Zostáva $remainingCount znakov" + "remainingTextFieldCharacterCountOther": "Zostáva $remainingCount znakov", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sl.arb b/packages/flutter_localizations/lib/src/l10n/material_sl.arb index 869d850d20a8..dcc2d936de39 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sl.arb @@ -54,5 +54,6 @@ "collapsedIconTapHint": "Razširiti", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Še 1 znak", - "remainingTextFieldCharacterCountOther": "Še $remainingCount znakov" + "remainingTextFieldCharacterCountOther": "Še $remainingCount znakov", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr.arb b/packages/flutter_localizations/lib/src/l10n/material_sr.arb index 8cfb64c5de85..1dc933d9087d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr.arb @@ -52,5 +52,6 @@ "collapsedIconTapHint": "Прошири", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Преостао је 1 знак", - "remainingTextFieldCharacterCountOther": "Преостало је $remainingCount знакова" + "remainingTextFieldCharacterCountOther": "Преостало је $remainingCount знакова", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb b/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb index 11b1cc41ef84..40d27d67adca 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb @@ -52,5 +52,6 @@ "collapsedIconTapHint": "Proširi", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Preostao je 1 znak", - "remainingTextFieldCharacterCountOther": "Preostalo je $remainingCount znakova" + "remainingTextFieldCharacterCountOther": "Preostalo je $remainingCount znakova", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sv.arb b/packages/flutter_localizations/lib/src/l10n/material_sv.arb index ce5744fb48ec..142dbf90885f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sv.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Utöka", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 tecken kvar", - "remainingTextFieldCharacterCountOther": "$remainingCount tecken kvar" + "remainingTextFieldCharacterCountOther": "$remainingCount tecken kvar", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/flutter_localizations/lib/src/l10n/material_th.arb index 74ea302914e3..91dbc00d0e78 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_th.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "ขยาย", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "เหลือ 1 อักขระ", - "remainingTextFieldCharacterCountOther": "เหลือ $remainingCount อักขระ" + "remainingTextFieldCharacterCountOther": "เหลือ $remainingCount อักขระ", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tl.arb b/packages/flutter_localizations/lib/src/l10n/material_tl.arb index ce21b309bd0c..6d6788caa14f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tl.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "I-expand", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 character ang natitira", - "remainingTextFieldCharacterCountOther": "$remainingCount na character ang natitira" + "remainingTextFieldCharacterCountOther": "$remainingCount na character ang natitira", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index 32cf8ba9065c..d5d6e034a6e7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Genişlet", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 karakter kaldı", - "remainingTextFieldCharacterCountOther": "$remainingCount karakter kaldı" + "remainingTextFieldCharacterCountOther": "$remainingCount karakter kaldı", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uk.arb b/packages/flutter_localizations/lib/src/l10n/material_uk.arb index 6bcc56e264c0..403019730548 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uk.arb @@ -54,5 +54,6 @@ "collapsedIconTapHint": "Розгорнути", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Залишився 1 символ", - "remainingTextFieldCharacterCountOther": "Залишилося $remainingCount символу" + "remainingTextFieldCharacterCountOther": "Залишилося $remainingCount символу", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index 83456af937de..a3288ac6c5ac 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "پھیلائیں", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 حرف باقی ہے", - "remainingTextFieldCharacterCountOther": "$remainingCount حروف باقی ہیں" + "remainingTextFieldCharacterCountOther": "$remainingCount حروف باقی ہیں", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_vi.arb b/packages/flutter_localizations/lib/src/l10n/material_vi.arb index 13f08f643331..04b88ceb9036 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_vi.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Mở rộng", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Còn lại 1 ký tự", - "remainingTextFieldCharacterCountOther": "Còn lại $remainingCount ký tự" + "remainingTextFieldCharacterCountOther": "Còn lại $remainingCount ký tự", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index 3a539385cb7c..54756810d81f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "展开", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "还可输入 1 个字符", - "remainingTextFieldCharacterCountOther": "还可输入 $remainingCount 个字符" + "remainingTextFieldCharacterCountOther": "还可输入 $remainingCount 个字符", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb index 8fe0bf77a92e..31afd7f1f7ec 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "展開", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "還可輸入 1 個字元", - "remainingTextFieldCharacterCountOther": "還可輸入 $remainingCount 個字元" + "remainingTextFieldCharacterCountOther": "還可輸入 $remainingCount 個字元", + "refreshIndicatorSemanticLabel": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb index 8fe0bf77a92e..31afd7f1f7ec 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "展開", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "還可輸入 1 個字元", - "remainingTextFieldCharacterCountOther": "還可輸入 $remainingCount 個字元" + "remainingTextFieldCharacterCountOther": "還可輸入 $remainingCount 個字元", + "refreshIndicatorSemanticLabel": "TBD" } From 394485f77585098d0219bf6ed801604a58ddc84a Mon Sep 17 00:00:00 2001 From: Dan Field Date: Thu, 15 Nov 2018 16:37:14 -0800 Subject: [PATCH 067/327] add missing entry to material_mr.arb (#24410) * add missing entry to material_mr.arb --- packages/flutter_localizations/lib/src/l10n/material_mr.arb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/flutter_localizations/lib/src/l10n/material_mr.arb b/packages/flutter_localizations/lib/src/l10n/material_mr.arb index b6da8ac754ca..4ec6b9833a89 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mr.arb @@ -51,5 +51,6 @@ "collapsedIconTapHint": "विस्तृत", "remainingTextFieldCharacterCountZero": "कोणतेही वर्ण शिल्लक नाहीत", "remainingTextFieldCharacterCountOne": "1 वर्ण उर्वरित", - "remainingTextFieldCharacterCountOther": "$remainingCount वर्ण उर्वरित" + "remainingTextFieldCharacterCountOther": "$remainingCount वर्ण उर्वरित", + "refreshIndicatorSemanticLabel": "TBD" } From 1e007f1a15927a81615de4ecd9df5768f3c2e07d Mon Sep 17 00:00:00 2001 From: Hans Muller Date: Tue, 20 Nov 2018 10:20:18 -0800 Subject: [PATCH 068/327] Added support for the Tamil language, locale ta_IN (#24553) --- .../lib/src/l10n/material_ta.arb | 56 +++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 packages/flutter_localizations/lib/src/l10n/material_ta.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_ta.arb b/packages/flutter_localizations/lib/src/l10n/material_ta.arb new file mode 100644 index 000000000000..03f871ceb0f2 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_ta.arb @@ -0,0 +1,56 @@ +{ + "scriptCategory": "dense", + "timeOfDayFormat": "ah:mm", + "showAccountsLabel" : "கணக்குகளை காமிக்கவும்", + "hideAccountsLabel": "கணக்குகளை மறைக்கவும்", + "okButtonLabel": "சரி", + "continueButtonLabel": "தொடர்க", + "nextPageTooltip": "அடுத்த பக்கம்", + "previousPageTooltip": "முன் பக்கம்", + "searchFieldLabel": "தேடுக", + "reorderItemToStart": "ஆரம்பத்திற்கு செல்", + "reorderItemToEnd": "முடிவிற்கு செல்", + "reorderItemUp": "மேலே செல்", + "reorderItemDown": "கீழே செல்", + "reorderItemLeft": "இடைப்பக்கம் செல்", + "reorderItemRight": "வலப்பக்கம் செல்", + "cutButtonLabel": "வெட்டு", + "pasteButtonLabel": "ஒட்டு", + "previousMonthTooltip": "முந்திய மாதம்", + "nextMonthTooltip": "அடுத்த மாதம்", + "closeButtonLabel": "மூடு", + "copyButtonLabel": "நகல்", + "closeButtonTooltip": "மூடு", + "deleteButtonTooltip": "நீக்குக", + "selectAllButtonLabel": "அனைத்தையும் தேர்ந்தெடு", + "openAppDrawerTooltip": "வழிசெலுத்தல் பட்டி திறக்க", + "backButtonTooltip": "பின் செல்க", + "showMenuTooltip": "பட்டியை காண்பி", + "aboutListTileTitle": "$applicationName-ஐ பற்றி", + "licensesPageTitle": "உரிமங்கள்", + "pageRowsInfoTitle": "$rowCount-யில் $firstRow–$lastRow", + "pageRowsInfoTitleApproximate": "கிட்டத்தட்ட $rowCount-யில் $firstRow–$lastRow", + "rowsPerPageTitle": "பக்கத்திற்கு வரிசைகள்:", + "tabLabel": "$tabCount தாவலில் $tabIndex", + "selectedRowCountTitleZero": "எந்த வரிசையும் தேர்ந்தெடுக்கவில்லை", + "selectedRowCountTitleOne": "1 வரிசை தேர்ந்தெடுக்கப்பட்டது", + "selectedRowCountTitleOther": "$selectedRowCount வரிசைகள் தேர்ந்தெடுக்கப்பட்டன", + "cancelButtonLabel": "ரத்து", + "viewLicensesButtonLabel": "உரிமங்களை பார்க்கவும்", + "anteMeridiemAbbreviation": "காலை", + "postMeridiemAbbreviation": "மாலை", + "timePickerHourModeAnnouncement": "மணி நேரம் தேர்ந்தெடுக்கவும்", + "timePickerMinuteModeAnnouncement": "நிமிடங்கள் தேர்ந்தெடுக்கவும்", + "modalBarrierDismissLabel": "நிராகரி", + "signedInLabel": "உள்நுழைந்துள்ளீர்கள்", + "drawerLabel": "வழிசெலுத்தல் பட்டி", + "popupMenuLabel": "பாப்-அப் பட்டி", + "dialogLabel": "உரையாடல்", + "alertDialogLabel": "எச்சரிக்கை", + "expandedIconTapHint": "சுருக்கு", + "collapsedIconTapHint": "விரி", + "remainingTextFieldCharacterCountZero": "எழுத்துக்கள் எதுவும் இல்லை", + "remainingTextFieldCharacterCountOne": "ஒரு எழுத்து உள்ளது", + "remainingTextFieldCharacterCountOther": "$remainingCount எழுத்துக்கள் உள்ளன", + "refreshIndicatorSemanticLabel": "புதுப்பிக்கவும்" +} From fd34f506e9f7477771e5ff9af3ed842092ef1a39 Mon Sep 17 00:00:00 2001 From: Hans Muller Date: Mon, 17 Dec 2018 10:23:21 -0800 Subject: [PATCH 069/327] Update localizations (#25394) --- .../lib/src/l10n/material_ar.arb | 2 +- .../lib/src/l10n/material_bg.arb | 2 +- .../lib/src/l10n/material_bs.arb | 2 +- .../lib/src/l10n/material_ca.arb | 2 +- .../lib/src/l10n/material_cs.arb | 2 +- .../lib/src/l10n/material_da.arb | 2 +- .../lib/src/l10n/material_de.arb | 2 +- .../lib/src/l10n/material_de_CH.arb | 2 +- .../lib/src/l10n/material_el.arb | 2 +- .../lib/src/l10n/material_es.arb | 4 +- .../lib/src/l10n/material_es_419.arb | 2 +- .../lib/src/l10n/material_es_AR.arb | 2 +- .../lib/src/l10n/material_es_BO.arb | 2 +- .../lib/src/l10n/material_es_CL.arb | 2 +- .../lib/src/l10n/material_es_CO.arb | 2 +- .../lib/src/l10n/material_es_CR.arb | 2 +- .../lib/src/l10n/material_es_DO.arb | 2 +- .../lib/src/l10n/material_es_EC.arb | 2 +- .../lib/src/l10n/material_es_GT.arb | 2 +- .../lib/src/l10n/material_es_HN.arb | 2 +- .../lib/src/l10n/material_es_MX.arb | 2 +- .../lib/src/l10n/material_es_NI.arb | 2 +- .../lib/src/l10n/material_es_PA.arb | 2 +- .../lib/src/l10n/material_es_PE.arb | 2 +- .../lib/src/l10n/material_es_PR.arb | 2 +- .../lib/src/l10n/material_es_PY.arb | 2 +- .../lib/src/l10n/material_es_SV.arb | 2 +- .../lib/src/l10n/material_es_US.arb | 2 +- .../lib/src/l10n/material_es_UY.arb | 2 +- .../lib/src/l10n/material_es_VE.arb | 2 +- .../lib/src/l10n/material_et.arb | 2 +- .../lib/src/l10n/material_fa.arb | 2 +- .../lib/src/l10n/material_fi.arb | 2 +- .../lib/src/l10n/material_fil.arb | 2 +- .../lib/src/l10n/material_fr.arb | 2 +- .../lib/src/l10n/material_gsw.arb | 2 +- .../lib/src/l10n/material_he.arb | 2 +- .../lib/src/l10n/material_hi.arb | 2 +- .../lib/src/l10n/material_hr.arb | 2 +- .../lib/src/l10n/material_hu.arb | 2 +- .../lib/src/l10n/material_id.arb | 2 +- .../lib/src/l10n/material_it.arb | 2 +- .../lib/src/l10n/material_ja.arb | 2 +- .../lib/src/l10n/material_km.arb | 2 +- .../lib/src/l10n/material_ko.arb | 2 +- .../lib/src/l10n/material_lt.arb | 2 +- .../lib/src/l10n/material_lv.arb | 2 +- .../lib/src/l10n/material_mn.arb | 78 +++++++++---------- .../lib/src/l10n/material_mr.arb | 62 +++++++-------- .../lib/src/l10n/material_ms.arb | 2 +- .../lib/src/l10n/material_nb.arb | 2 +- .../lib/src/l10n/material_nl.arb | 2 +- .../lib/src/l10n/material_pl.arb | 2 +- .../lib/src/l10n/material_pt.arb | 2 +- .../lib/src/l10n/material_pt_PT.arb | 2 +- .../lib/src/l10n/material_ro.arb | 2 +- .../lib/src/l10n/material_ru.arb | 2 +- .../lib/src/l10n/material_sk.arb | 2 +- .../lib/src/l10n/material_sl.arb | 2 +- .../lib/src/l10n/material_sr.arb | 2 +- .../lib/src/l10n/material_sr_Latn.arb | 2 +- .../lib/src/l10n/material_sv.arb | 2 +- .../lib/src/l10n/material_ta.arb | 76 +++++++++--------- .../lib/src/l10n/material_th.arb | 2 +- .../lib/src/l10n/material_tl.arb | 2 +- .../lib/src/l10n/material_tr.arb | 2 +- .../lib/src/l10n/material_uk.arb | 2 +- .../lib/src/l10n/material_ur.arb | 2 +- .../lib/src/l10n/material_vi.arb | 2 +- .../lib/src/l10n/material_zh.arb | 2 +- .../lib/src/l10n/material_zh_HK.arb | 2 +- .../lib/src/l10n/material_zh_TW.arb | 2 +- 72 files changed, 178 insertions(+), 178 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index bbf3c5199a68..0062c25759e4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -58,5 +58,5 @@ "remainingTextFieldCharacterCountZero": "لا أحرف متبقية", "remainingTextFieldCharacterCountOne": "حرف واحد متبقٍ", "remainingTextFieldCharacterCountOther": "$remainingCount حرف متبقٍ", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "إعادة تحميل" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bg.arb b/packages/flutter_localizations/lib/src/l10n/material_bg.arb index 2e2d962e9edf..cd6e683b8e23 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bg.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Остава 1 знак", "remainingTextFieldCharacterCountOther": "Остават $remainingCount знака", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Опресняване" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bs.arb b/packages/flutter_localizations/lib/src/l10n/material_bs.arb index 07e8efb5b093..5180a92dbbf1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bs.arb @@ -53,5 +53,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Preostao je 1 znak", "remainingTextFieldCharacterCountOther": "Preostalo je $remainingCount znakova", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Osvježi" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ca.arb b/packages/flutter_localizations/lib/src/l10n/material_ca.arb index d0f65db67fd7..ad17f41bda98 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ca.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 caràcter", "remainingTextFieldCharacterCountOther": "Queden $remainingCount caràcters", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Actualitza" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_cs.arb b/packages/flutter_localizations/lib/src/l10n/material_cs.arb index 122fabdca149..592292073f12 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cs.arb @@ -55,5 +55,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Zbývá 1 znak", "remainingTextFieldCharacterCountOther": "Zbývá $remainingCount znaků", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Obnovit" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_da.arb b/packages/flutter_localizations/lib/src/l10n/material_da.arb index 4b68720377d1..c3caf779dfe8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_da.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Ét tegn tilbage", "remainingTextFieldCharacterCountOther": "$remainingCount tegn tilbage", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Opdater" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index 4675f51f53c8..7b44280485ca 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -52,5 +52,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Noch 1 Zeichen", "remainingTextFieldCharacterCountOther": "Noch $remainingCount Zeichen", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Aktualisieren" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb index 63f3f8999de9..63c353b24912 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Noch 1 Zeichen", "remainingTextFieldCharacterCountOther": "Noch $remainingCount Zeichen", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Aktualisieren" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_el.arb b/packages/flutter_localizations/lib/src/l10n/material_el.arb index 4d7e89ba3d40..2a3b60751fcd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_el.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "απομένει 1 χαρακτήρας", "remainingTextFieldCharacterCountOther": "απομένουν $remainingCount χαρακτήρες", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Ανανέωση" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index 6ab5be5f3ec1..26ff12007cba 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -35,7 +35,7 @@ "signedInLabel": "Sesión iniciada", "hideAccountsLabel": "Ocultar cuentas", "showAccountsLabel": "Mostrar cuentas", - "modalBarrierDismissLabel": "Ignorar", + "modalBarrierDismissLabel": "Cerrar", "drawerLabel": "Menú de navegación", "popupMenuLabel": "Menú emergente", "dialogLabel": "Cuadro de diálogo", @@ -52,5 +52,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Actualizar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb index 4e53933fcb06..8cf5039db36d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Actualizar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb index 4e53933fcb06..8cf5039db36d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Actualizar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb index b6d623eb5915..bd32fd7ca1e9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Actualizar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb index b6d623eb5915..bd32fd7ca1e9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Actualizar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb index b6d623eb5915..bd32fd7ca1e9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Actualizar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb index b6d623eb5915..bd32fd7ca1e9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Actualizar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb index b6d623eb5915..bd32fd7ca1e9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Actualizar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb index b6d623eb5915..bd32fd7ca1e9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Actualizar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb index b6d623eb5915..bd32fd7ca1e9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Actualizar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb index b6d623eb5915..bd32fd7ca1e9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Actualizar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb index b6d623eb5915..bd32fd7ca1e9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Actualizar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb index b6d623eb5915..bd32fd7ca1e9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Actualizar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb index b6d623eb5915..bd32fd7ca1e9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Actualizar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb index b6d623eb5915..bd32fd7ca1e9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Actualizar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb index b6d623eb5915..bd32fd7ca1e9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Actualizar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb index b6d623eb5915..bd32fd7ca1e9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Actualizar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb index b6d623eb5915..bd32fd7ca1e9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Actualizar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb index 7b47642ddf46..4e98a95abddb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Actualizar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb index b6d623eb5915..bd32fd7ca1e9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Actualizar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb index b6d623eb5915..bd32fd7ca1e9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Actualizar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_et.arb b/packages/flutter_localizations/lib/src/l10n/material_et.arb index 982000a924b3..f0ee77587637 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_et.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Jäänud on 1 tähemärk", "remainingTextFieldCharacterCountOther": "Jäänud on $remainingCount tähemärki", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Värskendamine" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index 23085fee3908..f5f74153a436 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "۱ نویسه باقی مانده است", "remainingTextFieldCharacterCountOther": "$remainingCount نویسه باقی مانده است", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "بازخوانی" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fi.arb b/packages/flutter_localizations/lib/src/l10n/material_fi.arb index 2953ba7fa4e1..39fb8171636c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fi.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 merkki jäljellä", "remainingTextFieldCharacterCountOther": "$remainingCount merkkiä jäljellä", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Päivitys" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fil.arb b/packages/flutter_localizations/lib/src/l10n/material_fil.arb index 6d6788caa14f..d317f317269f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fil.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 character ang natitira", "remainingTextFieldCharacterCountOther": "$remainingCount na character ang natitira", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Nagre-refresh" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index 4b6f59875260..239cf421f032 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -52,5 +52,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 caractère restant", "remainingTextFieldCharacterCountOther": "$remainingCount caractères restants", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Actualiser" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index ddae1db25a10..dcc5b5730a84 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Noch 1 Zeichen", "remainingTextFieldCharacterCountOther": "Noch $remainingCount Zeichen", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Aktualisieren" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index d69592f2f50d..2981ee6ce6a9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -55,5 +55,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "נותר תו אחד", "remainingTextFieldCharacterCountOther": "נותרו $remainingCount תווים", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "רענון" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hi.arb b/packages/flutter_localizations/lib/src/l10n/material_hi.arb index 47d9efc38f84..2c7d67ae5e90 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hi.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "एक वर्ण अाैर डाला जा सकता है", "remainingTextFieldCharacterCountOther": "$remainingCount वर्ण अाैर डाले जा सकते हैं", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "रीफ़्रेश करें" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hr.arb b/packages/flutter_localizations/lib/src/l10n/material_hr.arb index 07e8efb5b093..5180a92dbbf1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hr.arb @@ -53,5 +53,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Preostao je 1 znak", "remainingTextFieldCharacterCountOther": "Preostalo je $remainingCount znakova", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Osvježi" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hu.arb b/packages/flutter_localizations/lib/src/l10n/material_hu.arb index c044289dc6d1..301dff5c94f0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hu.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 karakter maradt", "remainingTextFieldCharacterCountOther": "$remainingCount karakter maradt", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Frissítés" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_id.arb b/packages/flutter_localizations/lib/src/l10n/material_id.arb index 5112bb32f5ad..63ed8cbc3dfa 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_id.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Sisa 1 karakter", "remainingTextFieldCharacterCountOther": "Sisa $remainingCount karakter", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Memuat ulang" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index 1a32215651c6..f4865421e7f1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 carattere rimanente", "remainingTextFieldCharacterCountOther": "$remainingCount caratteri rimanenti", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Aggiorna" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index 48b1d66f1707..915561f4b809 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "残り 1 文字(半角相当)", "remainingTextFieldCharacterCountOther": "残り $remainingCount 文字(半角相当)", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "更新" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_km.arb b/packages/flutter_localizations/lib/src/l10n/material_km.arb index eba129a0a783..a6a2cb6b10a9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_km.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "នៅសល់​ 1 តួ​ទៀត", "remainingTextFieldCharacterCountOther": "នៅសល់ $remainingCount តួ​ទៀត", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "ផ្ទុកឡើងវិញ" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index 4da13497aedb..b424457eb0be 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1자 남음", "remainingTextFieldCharacterCountOther": "$remainingCount자 남음", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "새로고침" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lt.arb b/packages/flutter_localizations/lib/src/l10n/material_lt.arb index 5a4df66cc186..b1b946c83d70 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lt.arb @@ -55,5 +55,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Liko 1 simbolis", "remainingTextFieldCharacterCountOther": "Liko $remainingCount simbolių", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Atnaujinti" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lv.arb b/packages/flutter_localizations/lib/src/l10n/material_lv.arb index e91b5e0430e7..0973c0605524 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lv.arb @@ -52,5 +52,5 @@ "remainingTextFieldCharacterCountZero": "Nav atlikusi neviena rakstzīme.", "remainingTextFieldCharacterCountOne": "Atlikusi 1 rakstzīme.", "remainingTextFieldCharacterCountOther": "Atlikušas $remainingCount rakstzīmes.", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Atsvaidzināt" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mn.arb b/packages/flutter_localizations/lib/src/l10n/material_mn.arb index eb8e7aaac659..1c8c4b99ee62 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mn.arb @@ -1,56 +1,56 @@ { "scriptCategory": "English-like", "timeOfDayFormat": "HH:mm", - "openAppDrawerTooltip": "Цэс нээх", + "openAppDrawerTooltip": "Навигацийн цэсийг нээх", "backButtonTooltip": "Буцах", "closeButtonTooltip": "Хаах", "deleteButtonTooltip": "Устгах", - "nextMonthTooltip": "Дараа сар", + "nextMonthTooltip": "Дараах сар", "previousMonthTooltip": "Өмнөх сар", - "nextPageTooltip": "Дараагийн хуудас", + "nextPageTooltip": "Дараах хуудас", "previousPageTooltip": "Өмнөх хуудас", "showMenuTooltip": "Цэсийг харуулах", - "aboutListTileTitle": "$applicationName тухай", - "licensesPageTitle": "Лицензүүд", - "pageRowsInfoTitle": "$rowCount-н $firstRow-с $lastRow", - "pageRowsInfoTitleApproximate": "Нийт $rowCount-н $firstRow-с $lastRow харуулж байна", - "rowsPerPageTitle": "Нэг хуудсанд:", - "tabLabel": "$tabCount-н $tabIndex дахь нь", + "aboutListTileTitle": "$applicationName-н тухай", + "licensesPageTitle": "Лиценз", + "pageRowsInfoTitle": "$rowCount-н $firstRow–$lastRow", + "pageRowsInfoTitleApproximate": "Ойролцоогоор $rowCount-н $firstRow–$lastRow", + "rowsPerPageTitle": "Хуудсан дахь мөрийн тоо:", + "tabLabel": "$tabCount-н $tabIndex-р таб", "selectedRowCountTitleZero": "Бичлэг сонгоогүй байна", - "selectedRowCountTitleOne": "1 бичлэг сонгогдсон", - "selectedRowCountTitleOther": "$selectedRowCount бичлэг сонгосон байна", - "cancelButtonLabel": "ЦУЦЛАХ", + "selectedRowCountTitleOne": "1 зүйл сонгосон", + "selectedRowCountTitleOther": "$selectedRowCount зүйл сонгосон", + "cancelButtonLabel": "БОЛИХ", "closeButtonLabel": "ХААХ", - "continueButtonLabel": "ҮРГЭЖЛҮҮЛЭХ", + "continueButtonLabel": "ҮРГЭЛЖЛҮҮЛЭХ", "copyButtonLabel": "ХУУЛАХ", - "cutButtonLabel": "ТАСДАХ", + "cutButtonLabel": "ТАСЛАХ", "okButtonLabel": "OK", - "pasteButtonLabel": "ХУУЛАХ", + "pasteButtonLabel": "БУУЛГАХ", "selectAllButtonLabel": "БҮГДИЙГ СОНГОХ", - "viewLicensesButtonLabel": "ЛИЦЕНЗҮҮДИЙГ ХАРАХ", - "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM", - "timePickerHourModeAnnouncement": "Цаг сонгох", - "timePickerMinuteModeAnnouncement": "Минут сонгох", - "modalBarrierDismissLabel": "Дуусгах", + "viewLicensesButtonLabel": "ЛИЦЕНЗИЙГ ХАРАХ", + "anteMeridiemAbbreviation": "ӨГЛӨӨ", + "postMeridiemAbbreviation": "ОРОЙ", + "timePickerHourModeAnnouncement": "Цаг сонгоно уу", + "timePickerMinuteModeAnnouncement": "Минут сонгоно уу", + "modalBarrierDismissLabel": "Үл хэрэгсэх", "signedInLabel": "Нэвтэрсэн", - "hideAccountsLabel": "Хэрэглэгчдийг нуух", - "showAccountsLabel": "Хэрэглэгчдийг харуулах", - "drawerLabel": "Хөтөч цэс", - "popupMenuLabel": "Нэмэлт цэс", - "dialogLabel": "Диалог", - "alertDialogLabel": "Анхааруулга", - "searchFieldLabel": "Хайлт", - "reorderItemToStart": "Move to the start", - "reorderItemToEnd": "Move to the end", - "reorderItemUp": "Move up", - "reorderItemDown": "Move down", - "reorderItemLeft": "Move to the left", - "reorderItemRight": "Move to the right", - "expandedIconTapHint": "Collapse", - "collapsedIconTapHint": "Expand", + "hideAccountsLabel": "Бүртгэлүүдийг нуух", + "showAccountsLabel": "Бүртгэлүүдийг харуулах", + "drawerLabel": "Навигацийн цэс", + "popupMenuLabel": "Попап цэс", + "dialogLabel": "Харилцах цонх", + "alertDialogLabel": "Сэрэмжлүүлэг", + "searchFieldLabel": "Хайх", + "reorderItemToStart": "Эхлэл рүү зөөх", + "reorderItemToEnd": "Төгсгөл рүү зөөх", + "reorderItemUp": "Дээш зөөх", + "reorderItemDown": "Доош зөөх", + "reorderItemLeft": "Зүүн тийш зөөх", + "reorderItemRight": "Баруун тийш зөөх", + "expandedIconTapHint": "Буулгах", + "collapsedIconTapHint": "Дэлгэх", "remainingTextFieldCharacterCountZero": "No characters remaining", - "remainingTextFieldCharacterCountOne": "1 character remaining", - "remainingTextFieldCharacterCountOther": "$remainingCount characters remaining", - "refreshIndicatorSemanticLabel": "TBD" + "remainingTextFieldCharacterCountOne": "1 тэмдэгт үлдсэн", + "remainingTextFieldCharacterCountOther": "$remainingCount тэмдэгт үлдсэн", + "refreshIndicatorSemanticLabel": "Сэргээх" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mr.arb b/packages/flutter_localizations/lib/src/l10n/material_mr.arb index 4ec6b9833a89..c55faa0cdf93 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mr.arb @@ -3,54 +3,54 @@ "timeOfDayFormat": "h:mm a", "openAppDrawerTooltip": "नेव्हिगेशन मेनू उघडा", "backButtonTooltip": "मागे", - "closeButtonTooltip": "बंद", - "deleteButtonTooltip": "मिटवा", + "closeButtonTooltip": "बंद करा", + "deleteButtonTooltip": "हटवा", "nextMonthTooltip": "पुढील महिना", "previousMonthTooltip": "मागील महिना", - "nextPageTooltip": "पुढील पृष्ठ", - "previousPageTooltip": "मागील पृष्ठ", - "showMenuTooltip": "मेनू दर्शवा", + "nextPageTooltip": "पुढील पेज", + "previousPageTooltip": "मागील पेज", + "showMenuTooltip": "मेनू दाखवा", "aboutListTileTitle": "$applicationName बद्दल", "licensesPageTitle": "परवाने", - "pageRowsInfoTitle": "$firstRow–$lastRow मधून $rowCount", - "pageRowsInfoTitleApproximate": "$firstRow–$lastRow मधून अंदाजे $rowCount", - "rowsPerPageTitle": "ओळी प्रति पृष्ठ :", - "tabLabel": "Tab $tabIndex मधून $tabCount", + "pageRowsInfoTitle": "$rowCount पैकी $firstRow–$lastRow", + "pageRowsInfoTitleApproximate": "$rowCount च्या बद्दल $firstRow–$lastRow", + "rowsPerPageTitle": "प्रति पेज पंक्ती:", + "tabLabel": "$tabCount पैकी $tabIndex टॅब", "selectedRowCountTitleZero": "कोणतेही आयटम निवडलेले नाहीत", - "selectedRowCountTitleOne": "१ आयटम निवडला", - "selectedRowCountTitleOther": "$selectedRowCount निवडलेले", - "cancelButtonLabel": "रद्द", - "closeButtonLabel": "बंद", - "continueButtonLabel": "सुरू", - "copyButtonLabel": "कॉपी", - "cutButtonLabel": "कट", - "okButtonLabel": "ठीक", - "pasteButtonLabel": "पेस्ट", + "selectedRowCountTitleOne": "एक अायटम निवडला", + "selectedRowCountTitleOther": "$selectedRowCount अायटम निवडले", + "cancelButtonLabel": "रद्द करा", + "closeButtonLabel": "बंद करा", + "continueButtonLabel": "सुरू ठेवा", + "copyButtonLabel": "कॉपी करा", + "cutButtonLabel": "कट करा", + "okButtonLabel": "ओके", + "pasteButtonLabel": "पेस्ट करा", "selectAllButtonLabel": "सर्व निवडा", - "viewLicensesButtonLabel": "परवाने पहा", + "viewLicensesButtonLabel": "परवाने पाहा", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", "timePickerHourModeAnnouncement": "तास निवडा", "timePickerMinuteModeAnnouncement": "मिनिटे निवडा", - "modalBarrierDismissLabel": "हटवा", - "signedInLabel": "साइन इन झालेले", + "modalBarrierDismissLabel": "डिसमिस करा", + "signedInLabel": "साइन इन केले आहे", "hideAccountsLabel": "खाती लपवा", - "showAccountsLabel": "खाती दाखवा", + "showAccountsLabel": "खाती दर्शवा", "drawerLabel": "नेव्हिगेशन मेनू", "popupMenuLabel": "पॉपअप मेनू", - "dialogLabel": "संवाद", - "alertDialogLabel": "अलर्ट", + "dialogLabel": "डायलॉग", + "alertDialogLabel": "सूचना", "searchFieldLabel": "शोध", - "reorderItemToStart": "सुरूवातीस हलवा", - "reorderItemToEnd": "शेवटी हलवा", + "reorderItemToStart": "सुरुवातीला हलवा", + "reorderItemToEnd": "शेवटाकडे हलवा", "reorderItemUp": "वर हलवा", "reorderItemDown": "खाली हलवा", "reorderItemLeft": "डावीकडे हलवा", "reorderItemRight": "उजवीकडे हलवा", - "expandedIconTapHint": "संकुचित", - "collapsedIconTapHint": "विस्तृत", + "expandedIconTapHint": "कोलॅप्स करा", + "collapsedIconTapHint": "विस्तार करा", "remainingTextFieldCharacterCountZero": "कोणतेही वर्ण शिल्लक नाहीत", - "remainingTextFieldCharacterCountOne": "1 वर्ण उर्वरित", - "remainingTextFieldCharacterCountOther": "$remainingCount वर्ण उर्वरित", - "refreshIndicatorSemanticLabel": "TBD" + "remainingTextFieldCharacterCountOne": "एक वर्ण शिल्लक", + "remainingTextFieldCharacterCountOther": "$remainingCount वर्ण शिल्लक", + "refreshIndicatorSemanticLabel": "रिफ्रेश करा" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ms.arb b/packages/flutter_localizations/lib/src/l10n/material_ms.arb index 3e90961ca607..d8e8bf9f73ff 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ms.arb @@ -52,5 +52,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 aksara lagi", "remainingTextFieldCharacterCountOther": "$remainingCount aksara lagi", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Muat semula" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nb.arb b/packages/flutter_localizations/lib/src/l10n/material_nb.arb index 9a984f32ef5b..900f860539ce 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nb.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 tegn gjenstår", "remainingTextFieldCharacterCountOther": "$remainingCount tegn gjenstår", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Laster inn på nytt" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index 0d5d254e4d9a..5492659dc61b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 teken resterend", "remainingTextFieldCharacterCountOther": "$remainingCount tekens resterend", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Vernieuwen" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index 662ec001dfd3..ce64b66ae9b2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -55,5 +55,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Jeszcze 1 znak", "remainingTextFieldCharacterCountOther": "Jeszcze $remainingCount znaku", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Odśwież" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index 7269a84ddea5..ac070733e269 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -53,5 +53,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 caractere restante", "remainingTextFieldCharacterCountOther": "$remainingCount caracteres restantes", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Atualizar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb index 4af73cc64049..84059a9211a3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Resta 1 caráter", "remainingTextFieldCharacterCountOther": "Restam $remainingCount carateres", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Atualizar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/flutter_localizations/lib/src/l10n/material_ro.arb index 552a2ddc1d46..5e29e55bd83d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ro.arb @@ -54,5 +54,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "un caracter rămas", "remainingTextFieldCharacterCountOther": "$remainingCount de caractere rămase", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Actualizați" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index e78f5c16f1b6..15a8cf6c87ae 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -56,5 +56,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Остался 1 символ", "remainingTextFieldCharacterCountOther": "Осталось $remainingCount символа", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Обновление" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sk.arb b/packages/flutter_localizations/lib/src/l10n/material_sk.arb index dbf58d372744..d617a866b29c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sk.arb @@ -55,5 +55,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Zostáva 1 znak", "remainingTextFieldCharacterCountOther": "Zostáva $remainingCount znakov", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Obnoviť" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sl.arb b/packages/flutter_localizations/lib/src/l10n/material_sl.arb index dcc2d936de39..b15a66877801 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sl.arb @@ -55,5 +55,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Še 1 znak", "remainingTextFieldCharacterCountOther": "Še $remainingCount znakov", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Osveži" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr.arb b/packages/flutter_localizations/lib/src/l10n/material_sr.arb index 1dc933d9087d..db45fa6bfe3a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr.arb @@ -53,5 +53,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Преостао је 1 знак", "remainingTextFieldCharacterCountOther": "Преостало је $remainingCount знакова", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Освежи" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb b/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb index 40d27d67adca..ddd99b2aeb1b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb @@ -53,5 +53,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Preostao je 1 znak", "remainingTextFieldCharacterCountOther": "Preostalo je $remainingCount znakova", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Osveži" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sv.arb b/packages/flutter_localizations/lib/src/l10n/material_sv.arb index 142dbf90885f..69a6eb4e1abd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sv.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 tecken kvar", "remainingTextFieldCharacterCountOther": "$remainingCount tecken kvar", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Uppdatera" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ta.arb b/packages/flutter_localizations/lib/src/l10n/material_ta.arb index 03f871ceb0f2..bacfa9a8dec5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ta.arb @@ -1,56 +1,56 @@ { "scriptCategory": "dense", "timeOfDayFormat": "ah:mm", - "showAccountsLabel" : "கணக்குகளை காமிக்கவும்", - "hideAccountsLabel": "கணக்குகளை மறைக்கவும்", + "showAccountsLabel": "கணக்குகளைக் காட்டும்", + "hideAccountsLabel": "கணக்குகளை மறைக்கும்", "okButtonLabel": "சரி", "continueButtonLabel": "தொடர்க", "nextPageTooltip": "அடுத்த பக்கம்", - "previousPageTooltip": "முன் பக்கம்", - "searchFieldLabel": "தேடுக", - "reorderItemToStart": "ஆரம்பத்திற்கு செல்", - "reorderItemToEnd": "முடிவிற்கு செல்", - "reorderItemUp": "மேலே செல்", - "reorderItemDown": "கீழே செல்", - "reorderItemLeft": "இடைப்பக்கம் செல்", - "reorderItemRight": "வலப்பக்கம் செல்", + "previousPageTooltip": "முந்தைய பக்கம்", + "searchFieldLabel": "தேடல்", + "reorderItemToStart": "தொடக்கத்திற்கு நகர்த்தவும்", + "reorderItemToEnd": "இறுதிக்கு நகர்த்தவும்", + "reorderItemUp": "மேலே நகர்த்தவும்", + "reorderItemDown": "கீழே நகர்த்தவும்", + "reorderItemLeft": "இடப்புறம் நகர்த்தவும்", + "reorderItemRight": "வலப்புறம் நகர்த்தவும்", "cutButtonLabel": "வெட்டு", "pasteButtonLabel": "ஒட்டு", - "previousMonthTooltip": "முந்திய மாதம்", + "previousMonthTooltip": "முந்தைய மாதம்", "nextMonthTooltip": "அடுத்த மாதம்", - "closeButtonLabel": "மூடு", - "copyButtonLabel": "நகல்", - "closeButtonTooltip": "மூடு", - "deleteButtonTooltip": "நீக்குக", + "closeButtonLabel": "மூடுக", + "copyButtonLabel": "நகலெடு", + "closeButtonTooltip": "மூடுக", + "deleteButtonTooltip": "நீக்கு", "selectAllButtonLabel": "அனைத்தையும் தேர்ந்தெடு", - "openAppDrawerTooltip": "வழிசெலுத்தல் பட்டி திறக்க", - "backButtonTooltip": "பின் செல்க", - "showMenuTooltip": "பட்டியை காண்பி", - "aboutListTileTitle": "$applicationName-ஐ பற்றி", + "openAppDrawerTooltip": "வழிசெலுத்தல் மெனுவைத் திற", + "backButtonTooltip": "முந்தைய பக்கம்", + "showMenuTooltip": "மெனுவைக் காட்டு", + "aboutListTileTitle": "$applicationName பற்றி", "licensesPageTitle": "உரிமங்கள்", - "pageRowsInfoTitle": "$rowCount-யில் $firstRow–$lastRow", - "pageRowsInfoTitleApproximate": "கிட்டத்தட்ட $rowCount-யில் $firstRow–$lastRow", - "rowsPerPageTitle": "பக்கத்திற்கு வரிசைகள்:", - "tabLabel": "$tabCount தாவலில் $tabIndex", + "pageRowsInfoTitle": "$firstRow–$lastRow / $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow / $rowCount", + "rowsPerPageTitle": "ஒரு பக்கத்திற்கான வரிசைகள்:", + "tabLabel": "தாவல் $tabIndex / $tabCount", "selectedRowCountTitleZero": "எந்த வரிசையும் தேர்ந்தெடுக்கவில்லை", "selectedRowCountTitleOne": "1 வரிசை தேர்ந்தெடுக்கப்பட்டது", "selectedRowCountTitleOther": "$selectedRowCount வரிசைகள் தேர்ந்தெடுக்கப்பட்டன", - "cancelButtonLabel": "ரத்து", - "viewLicensesButtonLabel": "உரிமங்களை பார்க்கவும்", - "anteMeridiemAbbreviation": "காலை", - "postMeridiemAbbreviation": "மாலை", - "timePickerHourModeAnnouncement": "மணி நேரம் தேர்ந்தெடுக்கவும்", - "timePickerMinuteModeAnnouncement": "நிமிடங்கள் தேர்ந்தெடுக்கவும்", - "modalBarrierDismissLabel": "நிராகரி", + "cancelButtonLabel": "ரத்துசெய்", + "viewLicensesButtonLabel": "உரிமங்களைக் காட்டு", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "timePickerHourModeAnnouncement": "மணிநேரத்தைத் தேர்ந்தெடுக்கவும்", + "timePickerMinuteModeAnnouncement": "நிமிடங்களைத் தேர்ந்தெடுக்கவும்", + "modalBarrierDismissLabel": "நிராகரிக்கும்", "signedInLabel": "உள்நுழைந்துள்ளீர்கள்", - "drawerLabel": "வழிசெலுத்தல் பட்டி", - "popupMenuLabel": "பாப்-அப் பட்டி", + "drawerLabel": "வழிசெலுத்தல் மெனு", + "popupMenuLabel": "பாப் அப் மெனு", "dialogLabel": "உரையாடல்", - "alertDialogLabel": "எச்சரிக்கை", - "expandedIconTapHint": "சுருக்கு", - "collapsedIconTapHint": "விரி", + "alertDialogLabel": "விழிப்பூட்டல்", + "expandedIconTapHint": "சுருக்கும்", + "collapsedIconTapHint": "விரிக்கும்", "remainingTextFieldCharacterCountZero": "எழுத்துக்கள் எதுவும் இல்லை", - "remainingTextFieldCharacterCountOne": "ஒரு எழுத்து உள்ளது", - "remainingTextFieldCharacterCountOther": "$remainingCount எழுத்துக்கள் உள்ளன", - "refreshIndicatorSemanticLabel": "புதுப்பிக்கவும்" + "remainingTextFieldCharacterCountOne": "1 எழுத்து மீதமுள்ளது", + "remainingTextFieldCharacterCountOther": "$remainingCount எழுத்துகள் மீதமுள்ளன", + "refreshIndicatorSemanticLabel": "ரெஃப்ரெஷ் செய்யும்" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/flutter_localizations/lib/src/l10n/material_th.arb index 91dbc00d0e78..314cc88eff0c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_th.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "เหลือ 1 อักขระ", "remainingTextFieldCharacterCountOther": "เหลือ $remainingCount อักขระ", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "รีเฟรช" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tl.arb b/packages/flutter_localizations/lib/src/l10n/material_tl.arb index 6d6788caa14f..d317f317269f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tl.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 character ang natitira", "remainingTextFieldCharacterCountOther": "$remainingCount na character ang natitira", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Nagre-refresh" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index d5d6e034a6e7..0d4e9333417f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 karakter kaldı", "remainingTextFieldCharacterCountOther": "$remainingCount karakter kaldı", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Yenile" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uk.arb b/packages/flutter_localizations/lib/src/l10n/material_uk.arb index 403019730548..3cbca39772a2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uk.arb @@ -55,5 +55,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Залишився 1 символ", "remainingTextFieldCharacterCountOther": "Залишилося $remainingCount символу", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Оновити" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index a3288ac6c5ac..a0f4297b5265 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 حرف باقی ہے", "remainingTextFieldCharacterCountOther": "$remainingCount حروف باقی ہیں", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "ریفریش کریں" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_vi.arb b/packages/flutter_localizations/lib/src/l10n/material_vi.arb index 04b88ceb9036..8fef9776ebd1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_vi.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Còn lại 1 ký tự", "remainingTextFieldCharacterCountOther": "Còn lại $remainingCount ký tự", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "Làm mới" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index 54756810d81f..f3ddf8937257 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "还可输入 1 个字符", "remainingTextFieldCharacterCountOther": "还可输入 $remainingCount 个字符", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "刷新" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb index 31afd7f1f7ec..071eceddccee 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "還可輸入 1 個字元", "remainingTextFieldCharacterCountOther": "還可輸入 $remainingCount 個字元", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "重新整理" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb index 31afd7f1f7ec..071eceddccee 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "還可輸入 1 個字元", "remainingTextFieldCharacterCountOther": "還可輸入 $remainingCount 個字元", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "重新整理" } From 7168a569366cf8fac58522c0493798bed70e5959 Mon Sep 17 00:00:00 2001 From: Hans Muller Date: Mon, 4 Feb 2019 14:44:37 -0800 Subject: [PATCH 070/327] Added support for Swahili (material_sw.arb) (#27506) --- .../lib/src/l10n/material_sw.arb | 56 +++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 packages/flutter_localizations/lib/src/l10n/material_sw.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_sw.arb b/packages/flutter_localizations/lib/src/l10n/material_sw.arb new file mode 100644 index 000000000000..08b9c6d63942 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_sw.arb @@ -0,0 +1,56 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "h:mm a", + "openAppDrawerTooltip": "Fungua sanduku", + "backButtonTooltip": "Rudi", + "closeButtonTooltip": "Funga", + "deleteButtonTooltip": "Futa", + "nextMonthTooltip": "Mwezi ujao", + "previousMonthTooltip": "Mwezi ulio pita", + "nextPageTooltip": "Ukurasa unaofuata", + "previousPageTooltip": "Ukurasa uliopita", + "showMenuTooltip": "Onyesha menyu", + "aboutListTileTitle": "Kuhusu $applicationName", + "licensesPageTitle": "Leseni", + "pageRowsInfoTitle": "$firstRow–$lastRow wa $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow wa kama $rowCount", + "rowsPerPageTitle": "Mistari kwa kila ukurasa:", + "tabLabel": "Kipengele $tabIndex cha $tabCount", + "selectedRowCountTitleZero": "Hamna kilicho chaguliwa", + "selectedRowCountTitleOne": "Kitu kimoja kimechaguliwa", + "selectedRowCountTitleOther": "Vitu vi$selectedRowCount vimechaguliwa", + "cancelButtonLabel": "AHIRISHA", + "closeButtonLabel": "FUNGA", + "continueButtonLabel": "ENDELEA", + "copyButtonLabel": "NAKIRI", + "cutButtonLabel": "KATA", + "okButtonLabel": "OK", + "pasteButtonLabel": "PASTE", + "selectAllButtonLabel": "CHAGUA VYOTE", + "viewLicensesButtonLabel": "ONYESHA LESENI", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "timePickerHourModeAnnouncement": "Chagua masaa", + "timePickerMinuteModeAnnouncement": "Chagua dakika", + "modalBarrierDismissLabel": "Ahirisha", + "signedInLabel": "Imeingia", + "hideAccountsLabel": "Ficha akaunti", + "showAccountsLabel": "Onyesha akaunti", + "drawerLabel": "Menyu ya urambazaji", + "popupMenuLabel": "Menyu ya kujitokeza", + "dialogLabel": "Kisanduku", + "alertDialogLabel": "Tahadhari", + "searchFieldLabel": "Tafuta", + "reorderItemToStart": "Peleka mwanzoni", + "reorderItemToEnd": "Peleka mwishoni", + "reorderItemUp": "Peleka juu", + "reorderItemDown": "Peleka chini", + "reorderItemLeft": "Peleka kushoto", + "reorderItemRight": "Peleka kulia", + "expandedIconTapHint": "Funga", + "collapsedIconTapHint": "Panua", + "remainingTextFieldCharacterCountZero": "Hapana herufi zilizo baki", + "remainingTextFieldCharacterCountOne": "Herufi 1 imebaki", + "remainingTextFieldCharacterCountOther": "herufi $remainingCount zimebaki", + "refreshIndicatorSemanticLabel": "Refresh" +} From b684285fe08e0f752ed588a013209dfa317d36d7 Mon Sep 17 00:00:00 2001 From: Hans Muller Date: Mon, 4 Feb 2019 14:57:51 -0800 Subject: [PATCH 071/327] Added support for the Galician language (material_es_GL.arb) (#27504) --- .../lib/src/l10n/material_es_GL.arb | 56 +++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 packages/flutter_localizations/lib/src/l10n/material_es_GL.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_GL.arb b/packages/flutter_localizations/lib/src/l10n/material_es_GL.arb new file mode 100644 index 000000000000..949154220d7a --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_es_GL.arb @@ -0,0 +1,56 @@ +{ + "scriptCategory": "English-like", + "timeOfDayFormat": "H:mm", + "openAppDrawerTooltip": "Abrir o menú de navegación", + "backButtonTooltip": "Atrás", + "closeButtonTooltip": "Pechar", + "deleteButtonTooltip": "Eliminar", + "nextMonthTooltip": "Mes seguinte", + "previousMonthTooltip": "Mes anterior", + "nextPageTooltip": "Páxina seguinte", + "previousPageTooltip": "Páxina anterior", + "showMenuTooltip": "Amosar menú", + "aboutListTileTitle": "Sobre $applicationName", + "licensesPageTitle": "Licenzas", + "pageRowsInfoTitle": "$firstRow‑$lastRow de $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow‑$lastRow de unhas $rowCount", + "rowsPerPageTitle": "Ringleiras por páxina:", + "tabLabel": "Pestana $tabIndex de $tabCount", + "selectedRowCountTitleZero": "Non se seleccionaron elementos", + "selectedRowCountTitleOne": "1 elemento seleccionado", + "selectedRowCountTitleOther": "$selectedRowCount elementos seleccionados", + "cancelButtonLabel": "CANCELAR", + "closeButtonLabel": "PECHAR", + "continueButtonLabel": "CONTINUAR", + "copyButtonLabel": "COPIAR", + "cutButtonLabel": "CORTAR", + "okButtonLabel": "ACEPTAR", + "pasteButtonLabel": "PEGAR", + "selectAllButtonLabel": "SELECCIONAR TODO", + "viewLicensesButtonLabel": "VER LICENZAS", + "anteMeridiemAbbreviation": "A.M.", + "postMeridiemAbbreviation": "P.M.", + "timePickerHourModeAnnouncement": "Seleccionar horas", + "timePickerMinuteModeAnnouncement": "Seleccionar minutos", + "signedInLabel": "Sesión iniciada", + "hideAccountsLabel": "Ocultar contas", + "showAccountsLabel": "Amosar contas", + "modalBarrierDismissLabel": "Pechar", + "drawerLabel": "Menú de navegación", + "popupMenuLabel": "Menú emerxente", + "dialogLabel": "Cadro de diálogo", + "alertDialogLabel": "Alerta", + "searchFieldLabel": "Procurar", + "reorderItemToStart": "Mover ao comezo", + "reorderItemToEnd": "Mover ao fin", + "reorderItemUp": "Mover arriba", + "reorderItemDown": "Mover abaixo", + "reorderItemLeft": "Mover a esquerda", + "reorderItemRight": "Mover a dereita", + "expandedIconTapHint": "Ocultar", + "collapsedIconTapHint": "Amosar", + "remainingTextFieldCharacterCountZero": "TBD", + "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", + "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", + "refreshIndicatorSemanticLabel": "Actualizar" +} From ab15b2f0295a383b2994e87e9fe1670fdf1f5008 Mon Sep 17 00:00:00 2001 From: Hans Muller Date: Wed, 6 Feb 2019 11:10:50 -0800 Subject: [PATCH 072/327] Update material Galician (gl) translations filename (#27604) --- .../lib/src/l10n/{material_es_GL.arb => material_gl.arb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename packages/flutter_localizations/lib/src/l10n/{material_es_GL.arb => material_gl.arb} (100%) diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_GL.arb b/packages/flutter_localizations/lib/src/l10n/material_gl.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_es_GL.arb rename to packages/flutter_localizations/lib/src/l10n/material_gl.arb From aedd29a919a297c2728bf662aa69f93d027f9081 Mon Sep 17 00:00:00 2001 From: Hans Muller Date: Wed, 13 Feb 2019 08:35:26 -0800 Subject: [PATCH 073/327] Add Armenian translations (#27865) --- .../lib/src/l10n/material_hy.arb | 60 +++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 packages/flutter_localizations/lib/src/l10n/material_hy.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_hy.arb b/packages/flutter_localizations/lib/src/l10n/material_hy.arb new file mode 100644 index 000000000000..a659284ae5a3 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/material_hy.arb @@ -0,0 +1,60 @@ +{ + "remainingTextFieldCharacterCountFew": "Մնաց $remainingCount նիշ", + "remainingTextFieldCharacterCountMany": "Մնաց $remainingCount նիշ", + "scriptCategory": "English-like", + "timeOfDayFormat": "H:mm", + "selectedRowCountTitleFew": "Ընտրված է $selectedRowCount օբյեկտ", + "selectedRowCountTitleMany": "Ընտրված է $selectedRowCount օբյեկտ", + "openAppDrawerTooltip": "Բացել նավիգացյոն մենյուն", + "backButtonTooltip": "Հետ", + "closeButtonTooltip": "Փակել", + "deleteButtonTooltip": "Ջնջել", + "nextMonthTooltip": "Հաջորդ ամիս", + "previousMonthTooltip": "Նախորդ ամիս", + "nextPageTooltip": "Հաջորդ էջ", + "previousPageTooltip": "Նախորդ էջ", + "showMenuTooltip": "Ցույց տալ մենյուն", + "pageRowsInfoTitle": "$firstRow–$lastRow $rowCount-ից", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow մոտավոր $rowCount-ից", + "rowsPerPageTitle": "Էջ տողի վրա:", + "tabLabel": "Ներդիր $tabIndex $tabCount-ից", + "aboutListTileTitle": "$applicationName: տեղեկություն", + "licensesPageTitle": "Լիցենզիա", + "selectedRowCountTitleZero": "Տողերը ընտրված չեն", + "selectedRowCountTitleOne": "Ընտրված է 1 օբյեկտ", + "selectedRowCountTitleOther": "Ընտրված է $selectedRowCount օբյեկտ", + "cancelButtonLabel": "ՉԵՂԱՐԿԵԼ", + "closeButtonLabel": "ՓԱԿԵԼ", + "continueButtonLabel": "ՇԱՐՈՒՆԱԿԵԼ", + "copyButtonLabel": "ԿՐԿՆՕՐԻՆԱԿԵԼ", + "cutButtonLabel": "ԿՏՐԵԼ", + "okButtonLabel": "ՕԿ", + "pasteButtonLabel": "ՏԵՂԱԴՐԵԼ", + "selectAllButtonLabel": "ՆՇԵԼ ԱՄԲՈՂՋԸ", + "viewLicensesButtonLabel": "ԼԻՑԵՆԶԻԱ", + "anteMeridiemAbbreviation": "АМ", + "postMeridiemAbbreviation": "PM", + "timePickerHourModeAnnouncement": "Ընտրեք ժամերը", + "timePickerMinuteModeAnnouncement": "Ընտրեք րոպեները", + "signedInLabel": "Մուտքը կատարվեց", + "hideAccountsLabel": "Թաքցնել հաշիվը", + "showAccountsLabel": "Ցույց տալ հաշիվը", + "modalBarrierDismissLabel": "Փակել", + "drawerLabel": "Նավիգացյոն մենյու", + "popupMenuLabel": "Հայտնվող մենյու", + "dialogLabel": "Դիալոգի պատուհան", + "alertDialogLabel": "Զգուշացում", + "searchFieldLabel": "Փնտրել", + "reorderItemToStart": "Տանել սկիզբ", + "reorderItemToEnd": "Տանել վերջ", + "reorderItemUp": "Տանել վերև", + "reorderItemDown": "Տանել ներքև", + "reorderItemLeft": "Տանել ձախ", + "reorderItemRight": "Տանել աջ", + "expandedIconTapHint": "Պահել", + "collapsedIconTapHint": "Ընդլայնել", + "remainingTextFieldCharacterCountZero": "Նիշի հնարավորություն չկա", + "remainingTextFieldCharacterCountOne": "Մնաց 1 նիշ", + "remainingTextFieldCharacterCountOther": "Մնաց $remainingCount նիշ", + "refreshIndicatorSemanticLabel": "Թարմացում" +} From ae4e0fae67c20c7d74d30c6c1c1f2d1c50297eb2 Mon Sep 17 00:00:00 2001 From: Alexandre Ardhuin Date: Thu, 21 Feb 2019 09:27:07 +0100 Subject: [PATCH 074/327] format parameter list (#27261) --- .../flutter_localizations/lib/src/material_localizations.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 33beb311fc71..53690d049797 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -248,7 +248,7 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { String get tabLabelRaw; @override - String tabLabel({int tabIndex, int tabCount}) { + String tabLabel({ int tabIndex, int tabCount }) { assert(tabIndex >= 1); assert(tabCount >= 1); final String template = tabLabelRaw; From d0e8c44be2ffc6c44387cf977fde7d2578ad5523 Mon Sep 17 00:00:00 2001 From: Phil Quitslund Date: Wed, 6 Mar 2019 11:05:16 -0800 Subject: [PATCH 075/327] set literal conversions (#27811) --- .../flutter_localizations/lib/src/material_localizations.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 53690d049797..93181f245bc0 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -573,7 +573,7 @@ class _MaterialLocalizationsDelegate extends LocalizationsDelegate initializedLocales = Set(); + final Set initializedLocales = {}; date_localizations.dateSymbols.forEach((String locale, dynamic data) { // Strip scriptCode from the locale, as we do not distinguish between scripts // for dates. From 02563fd6dff9f6d1e43d8383e86d0125eca3aaa0 Mon Sep 17 00:00:00 2001 From: Hans Muller Date: Tue, 12 Mar 2019 16:17:58 -0700 Subject: [PATCH 076/327] Update flutter_localizations translations (#29247) --- .../lib/src/l10n/material_gl.arb | 48 ++++---- .../lib/src/l10n/material_hy.arb | 68 +++++------ .../lib/src/l10n/material_id.arb | 2 +- .../lib/src/l10n/material_sw.arb | 108 +++++++++--------- .../lib/src/l10n/material_uk.arb | 2 +- 5 files changed, 114 insertions(+), 114 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/material_gl.arb b/packages/flutter_localizations/lib/src/l10n/material_gl.arb index 949154220d7a..2a5220910eab 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gl.arb @@ -1,7 +1,7 @@ { "scriptCategory": "English-like", "timeOfDayFormat": "H:mm", - "openAppDrawerTooltip": "Abrir o menú de navegación", + "openAppDrawerTooltip": "Abrir menú de navegación", "backButtonTooltip": "Atrás", "closeButtonTooltip": "Pechar", "deleteButtonTooltip": "Eliminar", @@ -9,48 +9,48 @@ "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Páxina seguinte", "previousPageTooltip": "Páxina anterior", - "showMenuTooltip": "Amosar menú", - "aboutListTileTitle": "Sobre $applicationName", + "showMenuTooltip": "Mostrar menú", + "aboutListTileTitle": "Acerca de: $applicationName", "licensesPageTitle": "Licenzas", - "pageRowsInfoTitle": "$firstRow‑$lastRow de $rowCount", - "pageRowsInfoTitleApproximate": "$firstRow‑$lastRow de unhas $rowCount", - "rowsPerPageTitle": "Ringleiras por páxina:", + "pageRowsInfoTitle": "$firstRow-$lastRow de $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow-$lastRow de aproximadamente $rowCount", + "rowsPerPageTitle": "Filas por páxina:", "tabLabel": "Pestana $tabIndex de $tabCount", "selectedRowCountTitleZero": "Non se seleccionaron elementos", - "selectedRowCountTitleOne": "1 elemento seleccionado", - "selectedRowCountTitleOther": "$selectedRowCount elementos seleccionados", + "selectedRowCountTitleOne": "Seleccionouse 1 elemento", + "selectedRowCountTitleOther": "Seleccionáronse $selectedRowCount elementos", "cancelButtonLabel": "CANCELAR", "closeButtonLabel": "PECHAR", "continueButtonLabel": "CONTINUAR", "copyButtonLabel": "COPIAR", "cutButtonLabel": "CORTAR", - "okButtonLabel": "ACEPTAR", + "okButtonLabel": "Aceptar", "pasteButtonLabel": "PEGAR", "selectAllButtonLabel": "SELECCIONAR TODO", "viewLicensesButtonLabel": "VER LICENZAS", - "anteMeridiemAbbreviation": "A.M.", - "postMeridiemAbbreviation": "P.M.", + "anteMeridiemAbbreviation": "a.m.", + "postMeridiemAbbreviation": "p.m.", "timePickerHourModeAnnouncement": "Seleccionar horas", "timePickerMinuteModeAnnouncement": "Seleccionar minutos", "signedInLabel": "Sesión iniciada", "hideAccountsLabel": "Ocultar contas", - "showAccountsLabel": "Amosar contas", - "modalBarrierDismissLabel": "Pechar", + "showAccountsLabel": "Mostrar contas", + "modalBarrierDismissLabel": "Ignorar", "drawerLabel": "Menú de navegación", "popupMenuLabel": "Menú emerxente", "dialogLabel": "Cadro de diálogo", "alertDialogLabel": "Alerta", - "searchFieldLabel": "Procurar", - "reorderItemToStart": "Mover ao comezo", - "reorderItemToEnd": "Mover ao fin", - "reorderItemUp": "Mover arriba", - "reorderItemDown": "Mover abaixo", - "reorderItemLeft": "Mover a esquerda", - "reorderItemRight": "Mover a dereita", - "expandedIconTapHint": "Ocultar", - "collapsedIconTapHint": "Amosar", + "searchFieldLabel": "Buscar", + "reorderItemToStart": "Mover ao inicio", + "reorderItemToEnd": "Mover ao final", + "reorderItemUp": "Mover cara arriba", + "reorderItemDown": "Mover cara abaixo", + "reorderItemLeft": "Mover cara á esquerda", + "reorderItemRight": "Mover cara á dereita", + "expandedIconTapHint": "Contraer", + "collapsedIconTapHint": "Despregar", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", - "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", + "remainingTextFieldCharacterCountOne": "1 carácter restante", + "remainingTextFieldCharacterCountOther": "$remainingCount caracteres restantes", "refreshIndicatorSemanticLabel": "Actualizar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hy.arb b/packages/flutter_localizations/lib/src/l10n/material_hy.arb index a659284ae5a3..dd3649d8cfd7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hy.arb @@ -5,7 +5,7 @@ "timeOfDayFormat": "H:mm", "selectedRowCountTitleFew": "Ընտրված է $selectedRowCount օբյեկտ", "selectedRowCountTitleMany": "Ընտրված է $selectedRowCount օբյեկտ", - "openAppDrawerTooltip": "Բացել նավիգացյոն մենյուն", + "openAppDrawerTooltip": "Բացել նավարկման ընտրացանկը", "backButtonTooltip": "Հետ", "closeButtonTooltip": "Փակել", "deleteButtonTooltip": "Ջնջել", @@ -13,48 +13,48 @@ "previousMonthTooltip": "Նախորդ ամիս", "nextPageTooltip": "Հաջորդ էջ", "previousPageTooltip": "Նախորդ էջ", - "showMenuTooltip": "Ցույց տալ մենյուն", + "showMenuTooltip": "Ցույց տալ ընտրացանկը", "pageRowsInfoTitle": "$firstRow–$lastRow $rowCount-ից", - "pageRowsInfoTitleApproximate": "$firstRow–$lastRow մոտավոր $rowCount-ից", - "rowsPerPageTitle": "Էջ տողի վրա:", - "tabLabel": "Ներդիր $tabIndex $tabCount-ից", - "aboutListTileTitle": "$applicationName: տեղեկություն", - "licensesPageTitle": "Լիցենզիա", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow մոտավորապես $rowCount-ից", + "rowsPerPageTitle": "Մեկ էջի տողերը՝", + "tabLabel": "Ներդիր $tabIndex՝ $tabCount-ից", + "aboutListTileTitle": "$applicationName հավելվածի մասին", + "licensesPageTitle": "Արտոնագրեր", "selectedRowCountTitleZero": "Տողերը ընտրված չեն", - "selectedRowCountTitleOne": "Ընտրված է 1 օբյեկտ", - "selectedRowCountTitleOther": "Ընտրված է $selectedRowCount օբյեկտ", + "selectedRowCountTitleOne": "Ընտրվել է 1 տարր", + "selectedRowCountTitleOther": "Ընտրվել է $selectedRowCount տարր", "cancelButtonLabel": "ՉԵՂԱՐԿԵԼ", "closeButtonLabel": "ՓԱԿԵԼ", "continueButtonLabel": "ՇԱՐՈՒՆԱԿԵԼ", - "copyButtonLabel": "ԿՐԿՆՕՐԻՆԱԿԵԼ", + "copyButtonLabel": "ՊԱՏՃԵՆԵԼ", "cutButtonLabel": "ԿՏՐԵԼ", - "okButtonLabel": "ՕԿ", + "okButtonLabel": "Եղավ", "pasteButtonLabel": "ՏԵՂԱԴՐԵԼ", - "selectAllButtonLabel": "ՆՇԵԼ ԱՄԲՈՂՋԸ", - "viewLicensesButtonLabel": "ԼԻՑԵՆԶԻԱ", - "anteMeridiemAbbreviation": "АМ", + "selectAllButtonLabel": "ՆՇԵԼ ԲՈԼՈՐԸ", + "viewLicensesButtonLabel": "ԴԻՏԵԼ ԱՐՏՈՆԱԳՐԵՐԸ", + "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", - "timePickerHourModeAnnouncement": "Ընտրեք ժամերը", + "timePickerHourModeAnnouncement": "Ընտրեք ժամը", "timePickerMinuteModeAnnouncement": "Ընտրեք րոպեները", - "signedInLabel": "Մուտքը կատարվեց", - "hideAccountsLabel": "Թաքցնել հաշիվը", - "showAccountsLabel": "Ցույց տալ հաշիվը", + "signedInLabel": "Դուք մուտք եք գործել", + "hideAccountsLabel": "Թաքցնել հաշիվները", + "showAccountsLabel": "Ցույց տալ հաշիվները", "modalBarrierDismissLabel": "Փակել", - "drawerLabel": "Նավիգացյոն մենյու", - "popupMenuLabel": "Հայտնվող մենյու", - "dialogLabel": "Դիալոգի պատուհան", - "alertDialogLabel": "Զգուշացում", - "searchFieldLabel": "Փնտրել", - "reorderItemToStart": "Տանել սկիզբ", - "reorderItemToEnd": "Տանել վերջ", - "reorderItemUp": "Տանել վերև", - "reorderItemDown": "Տանել ներքև", - "reorderItemLeft": "Տանել ձախ", - "reorderItemRight": "Տանել աջ", - "expandedIconTapHint": "Պահել", - "collapsedIconTapHint": "Ընդլայնել", + "drawerLabel": "Նավարկման ընտրացանկ", + "popupMenuLabel": "Ելնող ընտրացանկ", + "dialogLabel": "Երկխոսության պատուհան", + "alertDialogLabel": "Ծանուցում", + "searchFieldLabel": "Որոնել", + "reorderItemToStart": "Տեղափոխել սկիզբ", + "reorderItemToEnd": "Տեղափոխել վերջ", + "reorderItemUp": "Տեղափոխել վերև", + "reorderItemDown": "Տեղափոխել ներքև", + "reorderItemLeft": "Տեղափոխել ձախ", + "reorderItemRight": "Տեղափոխել աջ", + "expandedIconTapHint": "Ծալել", + "collapsedIconTapHint": "Ծավալել", "remainingTextFieldCharacterCountZero": "Նիշի հնարավորություն չկա", - "remainingTextFieldCharacterCountOne": "Մնաց 1 նիշ", - "remainingTextFieldCharacterCountOther": "Մնաց $remainingCount նիշ", - "refreshIndicatorSemanticLabel": "Թարմացում" + "remainingTextFieldCharacterCountOne": "Մնացել է 1 նիշ", + "remainingTextFieldCharacterCountOther": "Մնացել է $remainingCount նիշ", + "refreshIndicatorSemanticLabel": "Թարմացնել" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_id.arb b/packages/flutter_localizations/lib/src/l10n/material_id.arb index 63ed8cbc3dfa..991490570a1c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_id.arb @@ -23,7 +23,7 @@ "continueButtonLabel": "LANJUTKAN", "copyButtonLabel": "SALIN", "cutButtonLabel": "POTONG", - "okButtonLabel": "Oke", + "okButtonLabel": "OKE", "pasteButtonLabel": "TEMPEL", "selectAllButtonLabel": "PILIH SEMUA", "viewLicensesButtonLabel": "LIHAT LISENSI", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sw.arb b/packages/flutter_localizations/lib/src/l10n/material_sw.arb index 08b9c6d63942..c50ee8fd8aa7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sw.arb @@ -1,56 +1,56 @@ { - "scriptCategory": "English-like", - "timeOfDayFormat": "h:mm a", - "openAppDrawerTooltip": "Fungua sanduku", - "backButtonTooltip": "Rudi", - "closeButtonTooltip": "Funga", - "deleteButtonTooltip": "Futa", - "nextMonthTooltip": "Mwezi ujao", - "previousMonthTooltip": "Mwezi ulio pita", - "nextPageTooltip": "Ukurasa unaofuata", - "previousPageTooltip": "Ukurasa uliopita", - "showMenuTooltip": "Onyesha menyu", - "aboutListTileTitle": "Kuhusu $applicationName", - "licensesPageTitle": "Leseni", - "pageRowsInfoTitle": "$firstRow–$lastRow wa $rowCount", - "pageRowsInfoTitleApproximate": "$firstRow–$lastRow wa kama $rowCount", - "rowsPerPageTitle": "Mistari kwa kila ukurasa:", - "tabLabel": "Kipengele $tabIndex cha $tabCount", - "selectedRowCountTitleZero": "Hamna kilicho chaguliwa", - "selectedRowCountTitleOne": "Kitu kimoja kimechaguliwa", - "selectedRowCountTitleOther": "Vitu vi$selectedRowCount vimechaguliwa", - "cancelButtonLabel": "AHIRISHA", - "closeButtonLabel": "FUNGA", - "continueButtonLabel": "ENDELEA", - "copyButtonLabel": "NAKIRI", - "cutButtonLabel": "KATA", - "okButtonLabel": "OK", - "pasteButtonLabel": "PASTE", - "selectAllButtonLabel": "CHAGUA VYOTE", - "viewLicensesButtonLabel": "ONYESHA LESENI", - "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM", - "timePickerHourModeAnnouncement": "Chagua masaa", - "timePickerMinuteModeAnnouncement": "Chagua dakika", - "modalBarrierDismissLabel": "Ahirisha", - "signedInLabel": "Imeingia", - "hideAccountsLabel": "Ficha akaunti", - "showAccountsLabel": "Onyesha akaunti", - "drawerLabel": "Menyu ya urambazaji", - "popupMenuLabel": "Menyu ya kujitokeza", - "dialogLabel": "Kisanduku", - "alertDialogLabel": "Tahadhari", - "searchFieldLabel": "Tafuta", - "reorderItemToStart": "Peleka mwanzoni", - "reorderItemToEnd": "Peleka mwishoni", - "reorderItemUp": "Peleka juu", - "reorderItemDown": "Peleka chini", - "reorderItemLeft": "Peleka kushoto", - "reorderItemRight": "Peleka kulia", - "expandedIconTapHint": "Funga", - "collapsedIconTapHint": "Panua", - "remainingTextFieldCharacterCountZero": "Hapana herufi zilizo baki", - "remainingTextFieldCharacterCountOne": "Herufi 1 imebaki", - "remainingTextFieldCharacterCountOther": "herufi $remainingCount zimebaki", - "refreshIndicatorSemanticLabel": "Refresh" + "scriptCategory": "English-like", + "timeOfDayFormat": "h:mm a", + "openAppDrawerTooltip": "Fungua menyu ya kusogeza", + "backButtonTooltip": "Rudi Nyuma", + "closeButtonTooltip": "Funga", + "deleteButtonTooltip": "Futa", + "nextMonthTooltip": "Mwezi ujao", + "previousMonthTooltip": "Mwezi uliopita", + "nextPageTooltip": "Ukurasa unaofuata", + "previousPageTooltip": "Ukurasa uliotangulia", + "showMenuTooltip": "Onyesha menyu", + "aboutListTileTitle": "Kuhusu $applicationName", + "licensesPageTitle": "Leseni", + "pageRowsInfoTitle": "$firstRow hadi $lastRow kati ya $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow hadi $lastRow kati ya takriban $rowCount", + "rowsPerPageTitle": "Safu mlalo kwa kila ukurasa:", + "tabLabel": "Kichupo cha $tabIndex kati ya $tabCount", + "selectedRowCountTitleZero": "Hamna kilicho chaguliwa", + "selectedRowCountTitleOne": "Umechagua kipengee 1", + "selectedRowCountTitleOther": "Umechagua vipengee $selectedRowCount", + "cancelButtonLabel": "GHAIRI", + "closeButtonLabel": "FUNGA", + "continueButtonLabel": "ENDELEA", + "copyButtonLabel": "NAKILI", + "cutButtonLabel": "KATA", + "okButtonLabel": "Sawa", + "pasteButtonLabel": "BANDIKA", + "selectAllButtonLabel": "CHAGUA ZOTE", + "viewLicensesButtonLabel": "ANGALIA LESENI", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "timePickerHourModeAnnouncement": "Chagua saa", + "timePickerMinuteModeAnnouncement": "Chagua dakika", + "modalBarrierDismissLabel": "Ondoa", + "signedInLabel": "Umeingia katika akaunti", + "hideAccountsLabel": "Ficha akaunti", + "showAccountsLabel": "Onyesha akaunti", + "drawerLabel": "Menyu ya kusogeza", + "popupMenuLabel": "Menyu ibukizi", + "dialogLabel": "Kidirisha", + "alertDialogLabel": "Arifa", + "searchFieldLabel": "Tafuta", + "reorderItemToStart": "Sogeza hadi mwanzo", + "reorderItemToEnd": "Sogeza hadi mwisho", + "reorderItemUp": "Sogeza juu", + "reorderItemDown": "Sogeza chini", + "reorderItemLeft": "Sogeza kushoto", + "reorderItemRight": "Sogeza kulia", + "expandedIconTapHint": "Kunja", + "collapsedIconTapHint": "Panua", + "remainingTextFieldCharacterCountZero": "Hapana herufi zilizo baki", + "remainingTextFieldCharacterCountOne": "Imesalia herufi 1", + "remainingTextFieldCharacterCountOther": "Zimesalia herufi $remainingCount", + "refreshIndicatorSemanticLabel": "Onyesha upya" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uk.arb b/packages/flutter_localizations/lib/src/l10n/material_uk.arb index 3cbca39772a2..7ef72940dda1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uk.arb @@ -35,7 +35,7 @@ "postMeridiemAbbreviation": "пп", "timePickerHourModeAnnouncement": "Виберіть години", "timePickerMinuteModeAnnouncement": "Виберіть хвилини", - "modalBarrierDismissLabel": "Усунути", + "modalBarrierDismissLabel": "Закрити", "signedInLabel": "Ви ввійшли", "hideAccountsLabel": "Сховати облікові записи", "showAccountsLabel": "Показати облікові записи", From b609700ab8a9734db09d88d69f94ba2f0ed1bd0e Mon Sep 17 00:00:00 2001 From: xster Date: Fri, 15 Mar 2019 12:10:35 -0700 Subject: [PATCH 077/327] Cupertino localization step 1: add an English arb file (#29200) --- .../lib/src/l10n/cupertino_en.arb | 77 +++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_en.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb new file mode 100644 index 000000000000..3bd85ed6aa71 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb @@ -0,0 +1,77 @@ +{ + "datePickerHourSemanticsLabelOther": "$hour o'clock", + "@datePickerHourSemanticsLabel": { + "description": "Accessibility announcement for the selected hour on a time picker such as '5 o'clock' or '5点'", + "plural": "hour" + }, + + "datePickerMinuteSemanticsOne": "1 minute", + "datePickerMinuteSemanticsOther": "$minute minutes", + "@datePickerMinuteSemanticsLabel": { + "description": "Accessibility announcement for the selected minute on a time picker such as '15 minutes' or '15分'", + "plural": "minute" + }, + + "datePickerDateOrder": "mdy", + "@datePickerDateOrder": { + "description": "The standard order for the locale to arrange day, month and year in a date. Options are dmy, mdy, ymd and ydm.", + }, + + "datePickerDateTimeOrder": "date_time_dayPeriod", + "@datePickerDateTimeOrder": { + "description": "The standard order for the locale to date, time and am/pm in a datetime. Options are date_time_dayPeriod, date_dayPeriod_time, time_dayPeriod_date and dayPeriod_time_date where 'dayPeriod' is am/pm.", + }, + + "anteMeridiemAbbreviation": "AM", + "@anteMeridiemAbbreviation": { + "description": "The abbreviation for ante meridiem (before noon) shown in the time picker.", + }, + + "postMeridiemAbbreviation": "PM", + "@postMeridiemAbbreviation": { + "description": "The abbreviation for post meridiem (after noon) shown in the time picker.", + }, + + "alertDialogLabel": "Alert", + "@alertDialogLabel": { + "description": "The accessibility audio announcement made when an iOS style alert dialog is opened." + }, + + "timerPickerHourLabelOne": "hour", + "timerPickerHourLabelOther": "hours", + "@timerPickerHourLabel": { + "description": "The label adjacent to an hour integer number in a countdown timer.", + "plural": "hour" + }, + + "timerPickerMinuteLabelOther": "min", + "@timerPickerMinuteLabel": { + "description": "The label adjacent to a minute integer number in a countdown timer.", + "plural": "minute" + }, + + "timerPickerSecondLabelOther": "sec", + "@timerPickerSecondLabel": { + "description": "The label adjacent to a second integer number in a countdown timer.", + "plural": "second" + }, + + "cutButtonLabel": "Cut", + "@cutButtonLabel": { + "description": "The label for cut buttons and menu items." + }, + + "copyButtonLabel": "Copy", + "@copyButtonLabel": { + "description": "The label for copy buttons and menu items." + }, + + "pasteButtonLabel": "Paste", + "@pasteButtonLabel": { + "description": "The label for paste buttons and menu items." + }, + + "selectAllButtonLabel": "Select All", + "@selectAllButtonLabel": { + "description": "The label for select-all buttons and menu items." + }, From bbee55961f9741b39d11272fa25a145d4e183c19 Mon Sep 17 00:00:00 2001 From: xster Date: Mon, 18 Mar 2019 11:20:10 -0700 Subject: [PATCH 078/327] Make real JSON in arb (#29463) --- .../lib/src/l10n/cupertino_en.arb | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb index 3bd85ed6aa71..81d9663d5cfa 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb @@ -14,22 +14,22 @@ "datePickerDateOrder": "mdy", "@datePickerDateOrder": { - "description": "The standard order for the locale to arrange day, month and year in a date. Options are dmy, mdy, ymd and ydm.", + "description": "The standard order for the locale to arrange day, month and year in a date. Options are dmy, mdy, ymd and ydm." }, "datePickerDateTimeOrder": "date_time_dayPeriod", "@datePickerDateTimeOrder": { - "description": "The standard order for the locale to date, time and am/pm in a datetime. Options are date_time_dayPeriod, date_dayPeriod_time, time_dayPeriod_date and dayPeriod_time_date where 'dayPeriod' is am/pm.", + "description": "The standard order for the locale to date, time and am/pm in a datetime. Options are date_time_dayPeriod, date_dayPeriod_time, time_dayPeriod_date and dayPeriod_time_date where 'dayPeriod' is am/pm." }, "anteMeridiemAbbreviation": "AM", "@anteMeridiemAbbreviation": { - "description": "The abbreviation for ante meridiem (before noon) shown in the time picker.", + "description": "The abbreviation for ante meridiem (before noon) shown in the time picker." }, "postMeridiemAbbreviation": "PM", "@postMeridiemAbbreviation": { - "description": "The abbreviation for post meridiem (after noon) shown in the time picker.", + "description": "The abbreviation for post meridiem (after noon) shown in the time picker." }, "alertDialogLabel": "Alert", @@ -74,4 +74,5 @@ "selectAllButtonLabel": "Select All", "@selectAllButtonLabel": { "description": "The label for select-all buttons and menu items." - }, + } +} From 5f691b3bae4cb6d5db972dd0ac4cacc6f4b1edcd Mon Sep 17 00:00:00 2001 From: xster Date: Wed, 27 Mar 2019 15:41:44 -0700 Subject: [PATCH 079/327] Cupertino localization step 1.5: fix a resource mismatch in cupertino_en.arb (#29821) --- packages/flutter_localizations/lib/src/l10n/cupertino_en.arb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb index 81d9663d5cfa..0ac1e0923084 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb @@ -5,8 +5,8 @@ "plural": "hour" }, - "datePickerMinuteSemanticsOne": "1 minute", - "datePickerMinuteSemanticsOther": "$minute minutes", + "datePickerMinuteSemanticsLabelOne": "1 minute", + "datePickerMinuteSemanticsLabelOther": "$minute minutes", "@datePickerMinuteSemanticsLabel": { "description": "Accessibility announcement for the selected minute on a time picker such as '15 minutes' or '15分'", "plural": "minute" From 17f8bea26e0c6ede649ec5b8b26939416b995cc0 Mon Sep 17 00:00:00 2001 From: xster Date: Fri, 29 Mar 2019 15:57:09 -0700 Subject: [PATCH 080/327] Cupertino localization step 3: in-place move some material tools around to make room for cupertino (#29644) --- .../localization/localizations_utils.dart | 269 + .../localization/localizations_validator.dart | 165 + .../generated_material_localizations.dart | 13491 ++++++++++++++++ .../lib/src/material_localizations.dart | 6 +- 4 files changed, 13928 insertions(+), 3 deletions(-) create mode 100644 dev/tools/localization/localizations_utils.dart create mode 100644 dev/tools/localization/localizations_validator.dart create mode 100644 packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart diff --git a/dev/tools/localization/localizations_utils.dart b/dev/tools/localization/localizations_utils.dart new file mode 100644 index 000000000000..d92fad906a73 --- /dev/null +++ b/dev/tools/localization/localizations_utils.dart @@ -0,0 +1,269 @@ +// Copyright 2017 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +import 'dart:async'; +import 'dart:convert'; +import 'dart:io'; + +import 'package:args/args.dart' as argslib; +import 'package:meta/meta.dart'; + +/// Simple data class to hold parsed locale. Does not promise validity of any data. +class LocaleInfo implements Comparable { + LocaleInfo({ + this.languageCode, + this.scriptCode, + this.countryCode, + this.length, + this.originalString, + }); + + /// Simple parser. Expects the locale string to be in the form of 'language_script_COUNTRY' + /// where the langauge is 2 characters, script is 4 characters with the first uppercase, + /// and country is 2-3 characters and all uppercase. + /// + /// 'language_COUNTRY' or 'language_script' are also valid. Missing fields will be null. + /// + /// When `deriveScriptCode` is true, if [scriptCode] was unspecified, it will + /// be derived from the [languageCode] and [countryCode] if possible. + factory LocaleInfo.fromString(String locale, { bool deriveScriptCode = false }) { + final List codes = locale.split('_'); // [language, script, country] + assert(codes.isNotEmpty && codes.length < 4); + final String languageCode = codes[0]; + String scriptCode; + String countryCode; + int length = codes.length; + String originalString = locale; + if (codes.length == 2) { + scriptCode = codes[1].length >= 4 ? codes[1] : null; + countryCode = codes[1].length < 4 ? codes[1] : null; + } else if (codes.length == 3) { + scriptCode = codes[1].length > codes[2].length ? codes[1] : codes[2]; + countryCode = codes[1].length < codes[2].length ? codes[1] : codes[2]; + } + assert(codes[0] != null && codes[0].isNotEmpty); + assert(countryCode == null || countryCode.isNotEmpty); + assert(scriptCode == null || scriptCode.isNotEmpty); + + /// Adds scriptCodes to locales where we are able to assume it to provide + /// finer granularity when resolving locales. + /// + /// The basis of the assumptions here are based off of known usage of scripts + /// across various countries. For example, we know Taiwan uses traditional (Hant) + /// script, so it is safe to apply (Hant) to Taiwanese languages. + if (deriveScriptCode && scriptCode == null) { + switch (languageCode) { + case 'zh': { + if (countryCode == null) { + scriptCode = 'Hans'; + } + switch (countryCode) { + case 'CN': + case 'SG': + scriptCode = 'Hans'; + break; + case 'TW': + case 'HK': + case 'MO': + scriptCode = 'Hant'; + break; + } + break; + } + case 'sr': { + if (countryCode == null) { + scriptCode = 'Cyrl'; + } + break; + } + } + // Increment length if we were able to assume a scriptCode. + if (scriptCode != null) { + length += 1; + } + // Update the base string to reflect assumed scriptCodes. + originalString = languageCode; + if (scriptCode != null) + originalString += '_' + scriptCode; + if (countryCode != null) + originalString += '_' + countryCode; + } + + return LocaleInfo( + languageCode: languageCode, + scriptCode: scriptCode, + countryCode: countryCode, + length: length, + originalString: originalString, + ); + } + + final String languageCode; + final String scriptCode; + final String countryCode; + final int length; // The number of fields. Ranges from 1-3. + final String originalString; // Original un-parsed locale string. + + @override + bool operator ==(Object other) { + if (!(other is LocaleInfo)) + return false; + final LocaleInfo otherLocale = other; + return originalString == otherLocale.originalString; + } + + @override + int get hashCode { + return originalString.hashCode; + } + + @override + String toString() { + return originalString; + } + + @override + int compareTo(LocaleInfo other) { + return originalString.compareTo(other.originalString); + } +} + +void exitWithError(String errorMessage) { + assert(errorMessage != null); + stderr.writeln('fatal: $errorMessage'); + exit(1); +} + +void checkCwdIsRepoRoot(String commandName) { + final bool isRepoRoot = Directory('.git').existsSync(); + + if (!isRepoRoot) { + exitWithError( + '$commandName must be run from the root of the Flutter repository. The ' + 'current working directory is: ${Directory.current.path}' + ); + } +} + +String camelCase(LocaleInfo locale) { + return locale.originalString + .split('_') + .map((String part) => part.substring(0, 1).toUpperCase() + part.substring(1).toLowerCase()) + .join(''); +} + +GeneratorOptions parseArgs(List rawArgs) { + final argslib.ArgParser argParser = argslib.ArgParser() + ..addFlag( + 'overwrite', + abbr: 'w', + defaultsTo: false, + ); + final argslib.ArgResults args = argParser.parse(rawArgs); + final bool writeToFile = args['overwrite']; + + return GeneratorOptions(writeToFile: writeToFile); +} + +class GeneratorOptions { + GeneratorOptions({ + @required this.writeToFile, + }); + + final bool writeToFile; +} + +const String registry = 'https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry'; + +// See also //master/tools/gen_locale.dart in the engine repo. +Map> _parseSection(String section) { + final Map> result = >{}; + List lastHeading; + for (String line in section.split('\n')) { + if (line == '') + continue; + if (line.startsWith(' ')) { + lastHeading[lastHeading.length - 1] = '${lastHeading.last}${line.substring(1)}'; + continue; + } + final int colon = line.indexOf(':'); + if (colon <= 0) + throw 'not sure how to deal with "$line"'; + final String name = line.substring(0, colon); + final String value = line.substring(colon + 2); + lastHeading = result.putIfAbsent(name, () => []); + result[name].add(value); + } + return result; +} + +final Map _languages = {}; +final Map _regions = {}; +final Map _scripts = {}; +const String kProvincePrefix = ', Province of '; +const String kParentheticalPrefix = ' ('; + +/// Prepares the data for the [describeLocale] method below. +/// +/// The data is obtained from the official IANA registry. +Future precacheLanguageAndRegionTags() async { + final HttpClient client = HttpClient(); + final HttpClientRequest request = await client.getUrl(Uri.parse(registry)); + final HttpClientResponse response = await request.close(); + final String body = (await response.transform(utf8.decoder).toList()).join(''); + client.close(force: true); + final List>> sections = body.split('%%').skip(1).map>>(_parseSection).toList(); + for (Map> section in sections) { + assert(section.containsKey('Type'), section.toString()); + final String type = section['Type'].single; + if (type == 'language' || type == 'region' || type == 'script') { + assert(section.containsKey('Subtag') && section.containsKey('Description'), section.toString()); + final String subtag = section['Subtag'].single; + String description = section['Description'].join(' '); + if (description.startsWith('United ')) + description = 'the $description'; + if (description.contains(kParentheticalPrefix)) + description = description.substring(0, description.indexOf(kParentheticalPrefix)); + if (description.contains(kProvincePrefix)) + description = description.substring(0, description.indexOf(kProvincePrefix)); + if (description.endsWith(' Republic')) + description = 'the $description'; + switch (type) { + case 'language': + _languages[subtag] = description; + break; + case 'region': + _regions[subtag] = description; + break; + case 'script': + _scripts[subtag] = description; + break; + } + } + } +} + +String describeLocale(String tag) { + final List subtags = tag.split('_'); + assert(subtags.isNotEmpty); + assert(_languages.containsKey(subtags[0])); + final String language = _languages[subtags[0]]; + String output = '$language'; + String region; + String script; + if (subtags.length == 2) { + region = _regions[subtags[1]]; + script = _scripts[subtags[1]]; + assert(region != null || script != null); + } else if (subtags.length >= 3) { + region = _regions[subtags[2]]; + script = _scripts[subtags[1]]; + assert(region != null && script != null); + } + if (region != null) + output += ', as used in $region'; + if (script != null) + output += ', using the $script script'; + return output; +} \ No newline at end of file diff --git a/dev/tools/localization/localizations_validator.dart b/dev/tools/localization/localizations_validator.dart new file mode 100644 index 000000000000..9ab33d205261 --- /dev/null +++ b/dev/tools/localization/localizations_validator.dart @@ -0,0 +1,165 @@ +// Copyright 2017 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +import 'dart:convert' show json; +import 'dart:io'; + +import 'localizations_utils.dart'; + +// The first suffix in kPluralSuffixes must be "Other". "Other" is special +// because it's the only one that is required. +const List kPluralSuffixes = ['Other', 'Zero', 'One', 'Two', 'Few', 'Many']; +final RegExp kPluralRegexp = RegExp(r'(\w*)(' + kPluralSuffixes.skip(1).join(r'|') + r')$'); + +class ValidationError implements Exception { + ValidationError(this. message); + final String message; + @override + String toString() => message; +} + +/// Sanity checking of the @foo metadata in the English translations, *_en.arb. +/// +/// - For each foo, resource, there must be a corresponding @foo. +/// - For each @foo resource, there must be a corresponding foo, except +/// for plurals, for which there must be a fooOther. +/// - Each @foo resource must have a Map value with a String valued +/// description entry. +/// +/// Throws an exception upon failure. +void validateEnglishLocalizations(File file) { + final StringBuffer errorMessages = StringBuffer(); + + if (!file.existsSync()) { + errorMessages.writeln('English localizations do not exist: $file'); + throw ValidationError(errorMessages.toString()); + } + + final Map bundle = json.decode(file.readAsStringSync()); + + for (String resourceId in bundle.keys) { + if (resourceId.startsWith('@')) + continue; + + if (bundle['@$resourceId'] != null) + continue; + + bool checkPluralResource(String suffix) { + final int suffixIndex = resourceId.indexOf(suffix); + return suffixIndex != -1 && bundle['@${resourceId.substring(0, suffixIndex)}'] != null; + } + if (kPluralSuffixes.any(checkPluralResource)) + continue; + + errorMessages.writeln('A value was not specified for @$resourceId'); + } + + for (String atResourceId in bundle.keys) { + if (!atResourceId.startsWith('@')) + continue; + + final dynamic atResourceValue = bundle[atResourceId]; + final Map atResource = + atResourceValue is Map ? atResourceValue : null; + if (atResource == null) { + errorMessages.writeln('A map value was not specified for $atResourceId'); + continue; + } + + final String description = atResource['description']; + if (description == null) + errorMessages.writeln('No description specified for $atResourceId'); + + final String plural = atResource['plural']; + final String resourceId = atResourceId.substring(1); + if (plural != null) { + final String resourceIdOther = '${resourceId}Other'; + if (!bundle.containsKey(resourceIdOther)) + errorMessages.writeln('Default plural resource $resourceIdOther undefined'); + } else { + if (!bundle.containsKey(resourceId)) + errorMessages.writeln('No matching $resourceId defined for $atResourceId'); + } + } + + if (errorMessages.isNotEmpty) + throw ValidationError(errorMessages.toString()); +} + +/// Enforces the following invariants in our localizations: +/// +/// - Resource keys are valid, i.e. they appear in the canonical list. +/// - Resource keys are complete for language-level locales, e.g. "es", "he". +/// +/// Uses "en" localizations as the canonical source of locale keys that other +/// locales are compared against. +/// +/// If validation fails, throws an exception. +void validateLocalizations( + Map> localeToResources, + Map> localeToAttributes, +) { + final Map canonicalLocalizations = localeToResources[LocaleInfo.fromString('en')]; + final Set canonicalKeys = Set.from(canonicalLocalizations.keys); + final StringBuffer errorMessages = StringBuffer(); + bool explainMissingKeys = false; + for (final LocaleInfo locale in localeToResources.keys) { + final Map resources = localeToResources[locale]; + + // Whether `key` corresponds to one of the plural variations of a key with + // the same prefix and suffix "Other". + // + // Many languages require only a subset of these variations, so we do not + // require them so long as the "Other" variation exists. + bool isPluralVariation(String key) { + final Match pluralMatch = kPluralRegexp.firstMatch(key); + if (pluralMatch == null) + return false; + final String prefix = pluralMatch[1]; + return resources.containsKey('${prefix}Other'); + } + + final Set keys = Set.from( + resources.keys.where((String key) => !isPluralVariation(key)) + ); + + // Make sure keys are valid (i.e. they also exist in the canonical + // localizations) + final Set invalidKeys = keys.difference(canonicalKeys); + if (invalidKeys.isNotEmpty) + errorMessages.writeln('Locale "$locale" contains invalid resource keys: ${invalidKeys.join(', ')}'); + // For language-level locales only, check that they have a complete list of + // keys, or opted out of using certain ones. + if (locale.length == 1) { + final Map attributes = localeToAttributes[locale]; + final List missingKeys = []; + for (final String missingKey in canonicalKeys.difference(keys)) { + final dynamic attribute = attributes[missingKey]; + final bool intentionallyOmitted = attribute is Map && attribute.containsKey('notUsed'); + if (!intentionallyOmitted && !isPluralVariation(missingKey)) + missingKeys.add(missingKey); + } + if (missingKeys.isNotEmpty) { + explainMissingKeys = true; + errorMessages.writeln('Locale "$locale" is missing the following resource keys: ${missingKeys.join(', ')}'); + } + } + } + + if (errorMessages.isNotEmpty) { + if (explainMissingKeys) { + errorMessages + ..writeln() + ..writeln( + 'If a resource key is intentionally omitted, add an attribute corresponding ' + 'to the key name with a "notUsed" property explaining why. Example:' + ) + ..writeln() + ..writeln('"@anteMeridiemAbbreviation": {') + ..writeln(' "notUsed": "Sindhi time format does not use a.m. indicator"') + ..writeln('}'); + } + throw ValidationError(errorMessages.toString()); + } +} diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart new file mode 100644 index 000000000000..e09bee3dfbc1 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -0,0 +1,13491 @@ +// Copyright 2017 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +// This file has been automatically generated. Please do not edit it manually. +// To regenerate the file, use: +// dart dev/tools/localization/gen_localizations.dart --overwrite + +import 'dart:collection'; + +import 'package:flutter/foundation.dart'; +import 'package:flutter/material.dart'; +import 'package:intl/intl.dart' as intl; + +import '../material_localizations.dart'; + +// The classes defined here encode all of the translations found in the +// `flutter_localizations/lib/src/l10n/*.arb` files. +// +// These classes are constructed by the [getMaterialTranslation] method at the +// bottom of this file, and used by the [_MaterialLocalizationsDelegate.load] +// method defined in `flutter_localizations/lib/src/material_localizations.dart`. + +/// The translations for Arabic (`ar`). +class MaterialLocalizationAr extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Arabic. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationAr({ + String localeName = 'ar', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'حول "$applicationName"'; + + @override + String get alertDialogLabel => r'تنبيه'; + + @override + String get anteMeridiemAbbreviation => r'ص'; + + @override + String get backButtonTooltip => r'رجوع'; + + @override + String get cancelButtonLabel => r'إلغاء'; + + @override + String get closeButtonLabel => r'إغلاق'; + + @override + String get closeButtonTooltip => r'إغلاق'; + + @override + String get collapsedIconTapHint => r'توسيع'; + + @override + String get continueButtonLabel => r'متابعة'; + + @override + String get copyButtonLabel => r'نسخ'; + + @override + String get cutButtonLabel => r'قص'; + + @override + String get deleteButtonTooltip => r'حذف'; + + @override + String get dialogLabel => r'مربع حوار'; + + @override + String get drawerLabel => r'قائمة تنقل'; + + @override + String get expandedIconTapHint => r'تصغير'; + + @override + String get hideAccountsLabel => r'إخفاء الحسابات'; + + @override + String get licensesPageTitle => r'التراخيص'; + + @override + String get modalBarrierDismissLabel => r'رفض'; + + @override + String get nextMonthTooltip => r'الشهر التالي'; + + @override + String get nextPageTooltip => r'الصفحة التالية'; + + @override + String get okButtonLabel => r'حسنًا'; + + @override + String get openAppDrawerTooltip => r'فتح قائمة التنقل'; + + @override + String get pageRowsInfoTitleRaw => r'من $firstRow إلى $lastRow من إجمالي $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'من $firstRow إلى $lastRow من إجمالي $rowCount تقريبًا'; + + @override + String get pasteButtonLabel => r'لصق'; + + @override + String get popupMenuLabel => r'قائمة منبثقة'; + + @override + String get postMeridiemAbbreviation => r'م'; + + @override + String get previousMonthTooltip => r'الشهر السابق'; + + @override + String get previousPageTooltip => r'الصفحة السابقة'; + + @override + String get refreshIndicatorSemanticLabel => r'إعادة تحميل'; + + @override + String get remainingTextFieldCharacterCountFew => r'$remainingCount أحرف متبقية'; + + @override + String get remainingTextFieldCharacterCountMany => r'$remainingCount حرفًا متبقيًا'; + + @override + String get remainingTextFieldCharacterCountOne => r'حرف واحد متبقٍ'; + + @override + String get remainingTextFieldCharacterCountOther => r'$remainingCount حرف متبقٍ'; + + @override + String get remainingTextFieldCharacterCountTwo => r'حرفان ($remainingCount) متبقيان'; + + @override + String get remainingTextFieldCharacterCountZero => r'لا أحرف متبقية'; + + @override + String get reorderItemDown => r'نقل لأسفل'; + + @override + String get reorderItemLeft => r'نقل لليمين'; + + @override + String get reorderItemRight => r'نقل لليسار'; + + @override + String get reorderItemToEnd => r'نقل إلى نهاية القائمة'; + + @override + String get reorderItemToStart => r'نقل إلى بداية القائمة'; + + @override + String get reorderItemUp => r'نقل لأعلى'; + + @override + String get rowsPerPageTitle => r'عدد الصفوف في الصفحة:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.tall; + + @override + String get searchFieldLabel => r'بحث'; + + @override + String get selectAllButtonLabel => r'اختيار الكل'; + + @override + String get selectedRowCountTitleFew => r'تم اختيار $selectedRowCount عنصر'; + + @override + String get selectedRowCountTitleMany => r'تم اختيار $selectedRowCount عنصرًا'; + + @override + String get selectedRowCountTitleOne => r'تم اختيار عنصر واحد'; + + @override + String get selectedRowCountTitleOther => r'تم اختيار $selectedRowCount عنصر'; + + @override + String get selectedRowCountTitleTwo => r'تم اختيار عنصرين ($selectedRowCount)'; + + @override + String get selectedRowCountTitleZero => r'لم يتم اختيار أي عنصر'; + + @override + String get showAccountsLabel => r'إظهار الحسابات'; + + @override + String get showMenuTooltip => r'عرض القائمة'; + + @override + String get signedInLabel => r'تم تسجيل الدخول'; + + @override + String get tabLabelRaw => r'علامة التبويب $tabIndex من $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; + + @override + String get timePickerHourModeAnnouncement => r'اختيار الساعات'; + + @override + String get timePickerMinuteModeAnnouncement => r'اختيار الدقائق'; + + @override + String get viewLicensesButtonLabel => r'الاطّلاع على التراخيص'; +} + +/// The translations for Bulgarian (`bg`). +class MaterialLocalizationBg extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Bulgarian. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationBg({ + String localeName = 'bg', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'Всичко за $applicationName'; + + @override + String get alertDialogLabel => r'Сигнал'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get backButtonTooltip => r'Назад'; + + @override + String get cancelButtonLabel => r'ОТКАЗ'; + + @override + String get closeButtonLabel => r'ЗАТВАРЯНЕ'; + + @override + String get closeButtonTooltip => r'Затваряне'; + + @override + String get collapsedIconTapHint => r'Разгъване'; + + @override + String get continueButtonLabel => r'НАПРЕД'; + + @override + String get copyButtonLabel => r'КОПИРАНЕ'; + + @override + String get cutButtonLabel => r'ИЗРЯЗВАНЕ'; + + @override + String get deleteButtonTooltip => r'Изтриване'; + + @override + String get dialogLabel => r'Диалогов прозорец'; + + @override + String get drawerLabel => r'Меню за навигация'; + + @override + String get expandedIconTapHint => r'Свиване'; + + @override + String get hideAccountsLabel => r'Скриване на профилите'; + + @override + String get licensesPageTitle => r'Лицензи'; + + @override + String get modalBarrierDismissLabel => r'Отхвърляне'; + + @override + String get nextMonthTooltip => r'Следващият месец'; + + @override + String get nextPageTooltip => r'Следващата страница'; + + @override + String get okButtonLabel => r'OK'; + + @override + String get openAppDrawerTooltip => r'Отваряне на менюто за навигация'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow от $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow от около $rowCount'; + + @override + String get pasteButtonLabel => r'ПОСТАВЯНЕ'; + + @override + String get popupMenuLabel => r'Изскачащо меню'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get previousMonthTooltip => r'Предишният месец'; + + @override + String get previousPageTooltip => r'Предишната страница'; + + @override + String get refreshIndicatorSemanticLabel => r'Опресняване'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'Остава 1 знак'; + + @override + String get remainingTextFieldCharacterCountOther => r'Остават $remainingCount знака'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'Преместване надолу'; + + @override + String get reorderItemLeft => r'Преместване наляво'; + + @override + String get reorderItemRight => r'Преместване надясно'; + + @override + String get reorderItemToEnd => r'Преместване в края'; + + @override + String get reorderItemToStart => r'Преместване в началото'; + + @override + String get reorderItemUp => r'Преместване нагоре'; + + @override + String get rowsPerPageTitle => r'Редове на страница:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Търсене'; + + @override + String get selectAllButtonLabel => r'ИЗБИРАНЕ НА ВСИЧКО'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'Избран е 1 елемент'; + + @override + String get selectedRowCountTitleOther => r'Избрани са $selectedRowCount елемента'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'Показване на профилите'; + + @override + String get showMenuTooltip => r'Показване на менюто'; + + @override + String get signedInLabel => r'В профила си сте'; + + @override + String get tabLabelRaw => r'Раздел $tabIndex от $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Избиране на часове'; + + @override + String get timePickerMinuteModeAnnouncement => r'Избиране на минути'; + + @override + String get viewLicensesButtonLabel => r'ПРЕГЛЕД НА ЛИЦЕНЗИТЕ'; +} + +/// The translations for Bosnian (`bs`). +class MaterialLocalizationBs extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Bosnian. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationBs({ + String localeName = 'bs', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'O aplikaciji $applicationName'; + + @override + String get alertDialogLabel => r'Upozorenje'; + + @override + String get anteMeridiemAbbreviation => r'prijepodne'; + + @override + String get backButtonTooltip => r'Natrag'; + + @override + String get cancelButtonLabel => r'ODUSTANI'; + + @override + String get closeButtonLabel => r'ZATVORI'; + + @override + String get closeButtonTooltip => r'Zatvaranje'; + + @override + String get collapsedIconTapHint => r'Proširi'; + + @override + String get continueButtonLabel => r'NASTAVI'; + + @override + String get copyButtonLabel => r'KOPIRAJ'; + + @override + String get cutButtonLabel => r'IZREŽI'; + + @override + String get deleteButtonTooltip => r'Brisanje'; + + @override + String get dialogLabel => r'Dijalog'; + + @override + String get drawerLabel => r'Navigacijski izbornik'; + + @override + String get expandedIconTapHint => r'Sažmi'; + + @override + String get hideAccountsLabel => r'Sakrijte račune'; + + @override + String get licensesPageTitle => r'Licence'; + + @override + String get modalBarrierDismissLabel => r'Odbaci'; + + @override + String get nextMonthTooltip => r'Sljedeći mjesec'; + + @override + String get nextPageTooltip => r'Sljedeća stranica'; + + @override + String get okButtonLabel => r'U REDU'; + + @override + String get openAppDrawerTooltip => r'Otvaranje izbornika za navigaciju'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow od $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow od otprilike $rowCount'; + + @override + String get pasteButtonLabel => r'ZALIJEPI'; + + @override + String get popupMenuLabel => r'Skočni izbornik'; + + @override + String get postMeridiemAbbreviation => r'popodne'; + + @override + String get previousMonthTooltip => r'Prethodni mjesec'; + + @override + String get previousPageTooltip => r'Prethodna stranica'; + + @override + String get refreshIndicatorSemanticLabel => r'Osvježi'; + + @override + String get remainingTextFieldCharacterCountFew => r'Preostala su $remainingCount znaka'; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'Preostao je 1 znak'; + + @override + String get remainingTextFieldCharacterCountOther => r'Preostalo je $remainingCount znakova'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'Pomakni prema dolje'; + + @override + String get reorderItemLeft => r'Pomakni ulijevo'; + + @override + String get reorderItemRight => r'Pomakni udesno'; + + @override + String get reorderItemToEnd => r'Premjesti na kraj'; + + @override + String get reorderItemToStart => r'Premjesti na početak'; + + @override + String get reorderItemUp => r'Pomakni prema gore'; + + @override + String get rowsPerPageTitle => r'Redaka po stranici:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Pretražite'; + + @override + String get selectAllButtonLabel => r'ODABERI SVE'; + + @override + String get selectedRowCountTitleFew => r'Odabrane su $selectedRowCount stavke'; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'Odabrana je jedna stavka'; + + @override + String get selectedRowCountTitleOther => r'Odabrano je $selectedRowCount stavki'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'Prikažite račune'; + + @override + String get showMenuTooltip => r'Prikaz izbornika'; + + @override + String get signedInLabel => r'Prijavljeni korisnik'; + + @override + String get tabLabelRaw => r'Kartica $tabIndex od $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Odaberite sate'; + + @override + String get timePickerMinuteModeAnnouncement => r'Odaberite minute'; + + @override + String get viewLicensesButtonLabel => r'PRIKAŽI LICENCE'; +} + +/// The translations for Catalan Valencian (`ca`). +class MaterialLocalizationCa extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Catalan Valencian. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationCa({ + String localeName = 'ca', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'Sobre $applicationName'; + + @override + String get alertDialogLabel => r'Alerta'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get backButtonTooltip => r'Enrere'; + + @override + String get cancelButtonLabel => r'CANCEL·LA'; + + @override + String get closeButtonLabel => r'TANCA'; + + @override + String get closeButtonTooltip => r'Tanca'; + + @override + String get collapsedIconTapHint => r'Desplega'; + + @override + String get continueButtonLabel => r'CONTINUA'; + + @override + String get copyButtonLabel => r'COPIA'; + + @override + String get cutButtonLabel => r'RETALLA'; + + @override + String get deleteButtonTooltip => r'Suprimeix'; + + @override + String get dialogLabel => r'Diàleg'; + + @override + String get drawerLabel => r'Menú de navegació'; + + @override + String get expandedIconTapHint => r'Replega'; + + @override + String get hideAccountsLabel => r'Amaga els comptes'; + + @override + String get licensesPageTitle => r'Llicències'; + + @override + String get modalBarrierDismissLabel => r'Ignora'; + + @override + String get nextMonthTooltip => r'Mes següent'; + + @override + String get nextPageTooltip => r'Pàgina següent'; + + @override + String get okButtonLabel => r'D' "'" r'ACORD'; + + @override + String get openAppDrawerTooltip => r'Obre el menú de navegació'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow de $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow d' "'" r'aproximadament $rowCount'; + + @override + String get pasteButtonLabel => r'ENGANXA'; + + @override + String get popupMenuLabel => r'Menú emergent'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get previousMonthTooltip => r'Mes anterior'; + + @override + String get previousPageTooltip => r'Pàgina anterior'; + + @override + String get refreshIndicatorSemanticLabel => r'Actualitza'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'Queda 1 caràcter'; + + @override + String get remainingTextFieldCharacterCountOther => r'Queden $remainingCount caràcters'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'Mou avall'; + + @override + String get reorderItemLeft => r'Mou cap a l' "'" r'esquerra'; + + @override + String get reorderItemRight => r'Mou cap a la dreta'; + + @override + String get reorderItemToEnd => r'Mou al final'; + + @override + String get reorderItemToStart => r'Mou al principi'; + + @override + String get reorderItemUp => r'Mou amunt'; + + @override + String get rowsPerPageTitle => r'Files per pàgina:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Cerca'; + + @override + String get selectAllButtonLabel => r'SELECCIONA-HO TOT'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'S' "'" r'ha seleccionat 1 element'; + + @override + String get selectedRowCountTitleOther => r'S' "'" r'han seleccionat $selectedRowCount elements'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'Mostra els comptes'; + + @override + String get showMenuTooltip => r'Mostra el menú'; + + @override + String get signedInLabel => r'Sessió iniciada'; + + @override + String get tabLabelRaw => r'Pestanya $tabIndex de $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Selecciona les hores'; + + @override + String get timePickerMinuteModeAnnouncement => r'Selecciona els minuts'; + + @override + String get viewLicensesButtonLabel => r'MOSTRA LES LLICÈNCIES'; +} + +/// The translations for Czech (`cs`). +class MaterialLocalizationCs extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Czech. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationCs({ + String localeName = 'cs', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'O aplikaci $applicationName'; + + @override + String get alertDialogLabel => r'Upozornění'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get backButtonTooltip => r'Zpět'; + + @override + String get cancelButtonLabel => r'ZRUŠIT'; + + @override + String get closeButtonLabel => r'ZAVŘÍT'; + + @override + String get closeButtonTooltip => r'Zavřít'; + + @override + String get collapsedIconTapHint => r'Rozbalit'; + + @override + String get continueButtonLabel => r'POKRAČOVAT'; + + @override + String get copyButtonLabel => r'KOPÍROVAT'; + + @override + String get cutButtonLabel => r'VYJMOUT'; + + @override + String get deleteButtonTooltip => r'Smazat'; + + @override + String get dialogLabel => r'Dialogové okno'; + + @override + String get drawerLabel => r'Navigační nabídka'; + + @override + String get expandedIconTapHint => r'Sbalit'; + + @override + String get hideAccountsLabel => r'Skrýt účty'; + + @override + String get licensesPageTitle => r'Licence'; + + @override + String get modalBarrierDismissLabel => r'Zavřít'; + + @override + String get nextMonthTooltip => r'Další měsíc'; + + @override + String get nextPageTooltip => r'Další stránka'; + + @override + String get okButtonLabel => r'OK'; + + @override + String get openAppDrawerTooltip => r'Otevřít navigační nabídku'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow z $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow z asi $rowCount'; + + @override + String get pasteButtonLabel => r'VLOŽIT'; + + @override + String get popupMenuLabel => r'Vyskakovací nabídka'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get previousMonthTooltip => r'Předchozí měsíc'; + + @override + String get previousPageTooltip => r'Předchozí stránka'; + + @override + String get refreshIndicatorSemanticLabel => r'Obnovit'; + + @override + String get remainingTextFieldCharacterCountFew => r'Zbývají $remainingCount znaky'; + + @override + String get remainingTextFieldCharacterCountMany => r'Zbývá $remainingCount znaku'; + + @override + String get remainingTextFieldCharacterCountOne => r'Zbývá 1 znak'; + + @override + String get remainingTextFieldCharacterCountOther => r'Zbývá $remainingCount znaků'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'Přesunout dolů'; + + @override + String get reorderItemLeft => r'Přesunout doleva'; + + @override + String get reorderItemRight => r'Přesunout doprava'; + + @override + String get reorderItemToEnd => r'Přesunout na konec'; + + @override + String get reorderItemToStart => r'Přesunout na začátek'; + + @override + String get reorderItemUp => r'Přesunout nahoru'; + + @override + String get rowsPerPageTitle => r'Počet řádků na stránku:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Hledat'; + + @override + String get selectAllButtonLabel => r'VYBRAT VŠE'; + + @override + String get selectedRowCountTitleFew => r'Jsou vybrány $selectedRowCount položky'; + + @override + String get selectedRowCountTitleMany => r'Je vybráno $selectedRowCount položky'; + + @override + String get selectedRowCountTitleOne => r'Je vybrána 1 položka'; + + @override + String get selectedRowCountTitleOther => r'Je vybráno $selectedRowCount položek'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'Zobrazit účty'; + + @override + String get showMenuTooltip => r'Zobrazit nabídku'; + + @override + String get signedInLabel => r'Uživatel přihlášen'; + + @override + String get tabLabelRaw => r'Karta $tabIndex z $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Vyberte hodiny'; + + @override + String get timePickerMinuteModeAnnouncement => r'Vyberte minuty'; + + @override + String get viewLicensesButtonLabel => r'ZOBRAZIT LICENCE'; +} + +/// The translations for Danish (`da`). +class MaterialLocalizationDa extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Danish. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationDa({ + String localeName = 'da', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'Om $applicationName'; + + @override + String get alertDialogLabel => r'Underretning'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get backButtonTooltip => r'Tilbage'; + + @override + String get cancelButtonLabel => r'ANNULLER'; + + @override + String get closeButtonLabel => r'LUK'; + + @override + String get closeButtonTooltip => r'Luk'; + + @override + String get collapsedIconTapHint => r'Udvid'; + + @override + String get continueButtonLabel => r'FORTSÆT'; + + @override + String get copyButtonLabel => r'KOPIÉR'; + + @override + String get cutButtonLabel => r'KLIP'; + + @override + String get deleteButtonTooltip => r'Slet'; + + @override + String get dialogLabel => r'Dialogboks'; + + @override + String get drawerLabel => r'Navigationsmenu'; + + @override + String get expandedIconTapHint => r'Skjul'; + + @override + String get hideAccountsLabel => r'Skjul konti'; + + @override + String get licensesPageTitle => r'Licenser'; + + @override + String get modalBarrierDismissLabel => r'Afvis'; + + @override + String get nextMonthTooltip => r'Næste måned'; + + @override + String get nextPageTooltip => r'Næste side'; + + @override + String get okButtonLabel => r'OK'; + + @override + String get openAppDrawerTooltip => r'Åbn navigationsmenuen'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow af $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow af ca. $rowCount'; + + @override + String get pasteButtonLabel => r'SÆT IND'; + + @override + String get popupMenuLabel => r'Pop op-menu'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get previousMonthTooltip => r'Forrige måned'; + + @override + String get previousPageTooltip => r'Forrige side'; + + @override + String get refreshIndicatorSemanticLabel => r'Opdater'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'Ét tegn tilbage'; + + @override + String get remainingTextFieldCharacterCountOther => r'$remainingCount tegn tilbage'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'Flyt ned'; + + @override + String get reorderItemLeft => r'Flyt til venstre'; + + @override + String get reorderItemRight => r'Flyt til højre'; + + @override + String get reorderItemToEnd => r'Flyt til sidst på listen'; + + @override + String get reorderItemToStart => r'Flyt til først på listen'; + + @override + String get reorderItemUp => r'Flyt op'; + + @override + String get rowsPerPageTitle => r'Rækker pr. side:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Søg'; + + @override + String get selectAllButtonLabel => r'VÆLG ALLE'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'1 element er valgt'; + + @override + String get selectedRowCountTitleOther => r'$selectedRowCount elementer er valgt'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'Vis konti'; + + @override + String get showMenuTooltip => r'Vis menu'; + + @override + String get signedInLabel => r'Logget ind'; + + @override + String get tabLabelRaw => r'Fane $tabIndex af $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Vælg timer'; + + @override + String get timePickerMinuteModeAnnouncement => r'Vælg minutter'; + + @override + String get viewLicensesButtonLabel => r'SE LICENSER'; +} + +/// The translations for German (`de`). +class MaterialLocalizationDe extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for German. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationDe({ + String localeName = 'de', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'Über $applicationName'; + + @override + String get alertDialogLabel => r'Benachrichtigung'; + + @override + String get anteMeridiemAbbreviation => r'VORM.'; + + @override + String get backButtonTooltip => r'Zurück'; + + @override + String get cancelButtonLabel => r'ABBRECHEN'; + + @override + String get closeButtonLabel => r'SCHLIEẞEN'; + + @override + String get closeButtonTooltip => r'Schließen'; + + @override + String get collapsedIconTapHint => r'Maximieren'; + + @override + String get continueButtonLabel => r'WEITER'; + + @override + String get copyButtonLabel => r'KOPIEREN'; + + @override + String get cutButtonLabel => r'AUSSCHNEIDEN'; + + @override + String get deleteButtonTooltip => r'Löschen'; + + @override + String get dialogLabel => r'Dialogfeld'; + + @override + String get drawerLabel => r'Navigationsmenü'; + + @override + String get expandedIconTapHint => r'Minimieren'; + + @override + String get hideAccountsLabel => r'Konten ausblenden'; + + @override + String get licensesPageTitle => r'Lizenzen'; + + @override + String get modalBarrierDismissLabel => r'Schließen'; + + @override + String get nextMonthTooltip => r'Nächster Monat'; + + @override + String get nextPageTooltip => r'Nächste Seite'; + + @override + String get okButtonLabel => r'OK'; + + @override + String get openAppDrawerTooltip => r'Navigationsmenü öffnen'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow von $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow von etwa $rowCount'; + + @override + String get pasteButtonLabel => r'EINFÜGEN'; + + @override + String get popupMenuLabel => r'Pop-up-Menü'; + + @override + String get postMeridiemAbbreviation => r'NACHM.'; + + @override + String get previousMonthTooltip => r'Vorheriger Monat'; + + @override + String get previousPageTooltip => r'Vorherige Seite'; + + @override + String get refreshIndicatorSemanticLabel => r'Aktualisieren'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'Noch 1 Zeichen'; + + @override + String get remainingTextFieldCharacterCountOther => r'Noch $remainingCount Zeichen'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'Nach unten verschieben'; + + @override + String get reorderItemLeft => r'Nach links verschieben'; + + @override + String get reorderItemRight => r'Nach rechts verschieben'; + + @override + String get reorderItemToEnd => r'An das Ende verschieben'; + + @override + String get reorderItemToStart => r'An den Anfang verschieben'; + + @override + String get reorderItemUp => r'Nach oben verschieben'; + + @override + String get rowsPerPageTitle => r'Zeilen pro Seite:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Suchen'; + + @override + String get selectAllButtonLabel => r'ALLE AUSWÄHLEN'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'1 Element ausgewählt'; + + @override + String get selectedRowCountTitleOther => r'$selectedRowCount Elemente ausgewählt'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => r'Keine Objekte ausgewählt'; + + @override + String get showAccountsLabel => r'Konten anzeigen'; + + @override + String get showMenuTooltip => r'Menü anzeigen'; + + @override + String get signedInLabel => r'Angemeldet'; + + @override + String get tabLabelRaw => r'Tab $tabIndex von $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Stunden auswählen'; + + @override + String get timePickerMinuteModeAnnouncement => r'Minuten auswählen'; + + @override + String get viewLicensesButtonLabel => r'LIZENZEN ANZEIGEN'; +} + +/// The translations for German, as used in Switzerland (`de_CH`). +class MaterialLocalizationDeCh extends MaterialLocalizationDe { + /// Create an instance of the translation bundle for German, as used in Switzerland. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationDeCh({ + String localeName = 'de_CH', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get closeButtonTooltip => r'Schliessen'; + + @override + String get modalBarrierDismissLabel => r'Schliessen'; +} + +/// The translations for Modern Greek (`el`). +class MaterialLocalizationEl extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Modern Greek. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEl({ + String localeName = 'el', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'Σχετικά με την εφαρμογή $applicationName'; + + @override + String get alertDialogLabel => r'Ειδοποίηση'; + + @override + String get anteMeridiemAbbreviation => r'π.μ.'; + + @override + String get backButtonTooltip => r'Πίσω'; + + @override + String get cancelButtonLabel => r'ΑΚΥΡΩΣΗ'; + + @override + String get closeButtonLabel => r'ΚΛΕΙΣΙΜΟ'; + + @override + String get closeButtonTooltip => r'Κλείσιμο'; + + @override + String get collapsedIconTapHint => r'Ανάπτυξη'; + + @override + String get continueButtonLabel => r'ΣΥΝΕΧΕΙΑ'; + + @override + String get copyButtonLabel => r'ΑΝΤΙΓΡΑΦΗ'; + + @override + String get cutButtonLabel => r'ΑΠΟΚΟΠΗ'; + + @override + String get deleteButtonTooltip => r'Διαγραφή'; + + @override + String get dialogLabel => r'Παράθυρο διαλόγου'; + + @override + String get drawerLabel => r'Μενού πλοήγησης'; + + @override + String get expandedIconTapHint => r'Σύμπτυξη'; + + @override + String get hideAccountsLabel => r'Απόκρυψη λογαριασμών'; + + @override + String get licensesPageTitle => r'Άδειες'; + + @override + String get modalBarrierDismissLabel => r'Παράβλεψη'; + + @override + String get nextMonthTooltip => r'Επόμενος μήνας'; + + @override + String get nextPageTooltip => r'Επόμενη σελίδα'; + + @override + String get okButtonLabel => r'ΟΚ'; + + @override + String get openAppDrawerTooltip => r'Άνοιγμα μενού πλοήγησης'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow από $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow από περίπου $rowCount'; + + @override + String get pasteButtonLabel => r'ΕΠΙΚΟΛΛΗΣΗ'; + + @override + String get popupMenuLabel => r'Αναδυόμενο μενού'; + + @override + String get postMeridiemAbbreviation => r'μ.μ.'; + + @override + String get previousMonthTooltip => r'Προηγούμενος μήνας'; + + @override + String get previousPageTooltip => r'Προηγούμενη σελίδα'; + + @override + String get refreshIndicatorSemanticLabel => r'Ανανέωση'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'απομένει 1 χαρακτήρας'; + + @override + String get remainingTextFieldCharacterCountOther => r'απομένουν $remainingCount χαρακτήρες'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'Μετακίνηση προς τα κάτω'; + + @override + String get reorderItemLeft => r'Μετακίνηση αριστερά'; + + @override + String get reorderItemRight => r'Μετακίνηση δεξιά'; + + @override + String get reorderItemToEnd => r'Μετακίνηση στο τέλος'; + + @override + String get reorderItemToStart => r'Μετακίνηση στην αρχή'; + + @override + String get reorderItemUp => r'Μετακίνηση προς τα πάνω'; + + @override + String get rowsPerPageTitle => r'Σειρές ανά σελίδα:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Αναζήτηση'; + + @override + String get selectAllButtonLabel => r'ΕΠΙΛΟΓΗ ΟΛΩΝ'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'Επιλέχθηκε 1 στοιχείο'; + + @override + String get selectedRowCountTitleOther => r'Επιλέχθηκαν $selectedRowCount στοιχεία'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'Εμφάνιση λογαριασμών'; + + @override + String get showMenuTooltip => r'Εμφάνιση μενού'; + + @override + String get signedInLabel => r'Σε σύνδεση'; + + @override + String get tabLabelRaw => r'Καρτέλα $tabIndex από $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Επιλογή ωρών'; + + @override + String get timePickerMinuteModeAnnouncement => r'Επιλογή λεπτών'; + + @override + String get viewLicensesButtonLabel => r'ΠΡΟΒΟΛΗ ΑΔΕΙΩΝ'; +} + +/// The translations for English (`en`). +class MaterialLocalizationEn extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for English. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEn({ + String localeName = 'en', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'About $applicationName'; + + @override + String get alertDialogLabel => r'Alert'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get backButtonTooltip => r'Back'; + + @override + String get cancelButtonLabel => r'CANCEL'; + + @override + String get closeButtonLabel => r'CLOSE'; + + @override + String get closeButtonTooltip => r'Close'; + + @override + String get collapsedIconTapHint => r'Expand'; + + @override + String get continueButtonLabel => r'CONTINUE'; + + @override + String get copyButtonLabel => r'COPY'; + + @override + String get cutButtonLabel => r'CUT'; + + @override + String get deleteButtonTooltip => r'Delete'; + + @override + String get dialogLabel => r'Dialog'; + + @override + String get drawerLabel => r'Navigation menu'; + + @override + String get expandedIconTapHint => r'Collapse'; + + @override + String get hideAccountsLabel => r'Hide accounts'; + + @override + String get licensesPageTitle => r'Licenses'; + + @override + String get modalBarrierDismissLabel => r'Dismiss'; + + @override + String get nextMonthTooltip => r'Next month'; + + @override + String get nextPageTooltip => r'Next page'; + + @override + String get okButtonLabel => r'OK'; + + @override + String get openAppDrawerTooltip => r'Open navigation menu'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow of $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow of about $rowCount'; + + @override + String get pasteButtonLabel => r'PASTE'; + + @override + String get popupMenuLabel => r'Popup menu'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get previousMonthTooltip => r'Previous month'; + + @override + String get previousPageTooltip => r'Previous page'; + + @override + String get refreshIndicatorSemanticLabel => r'Refresh'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'1 character remaining'; + + @override + String get remainingTextFieldCharacterCountOther => r'$remainingCount characters remaining'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'No characters remaining'; + + @override + String get reorderItemDown => r'Move down'; + + @override + String get reorderItemLeft => r'Move left'; + + @override + String get reorderItemRight => r'Move right'; + + @override + String get reorderItemToEnd => r'Move to the end'; + + @override + String get reorderItemToStart => r'Move to the start'; + + @override + String get reorderItemUp => r'Move up'; + + @override + String get rowsPerPageTitle => r'Rows per page:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Search'; + + @override + String get selectAllButtonLabel => r'SELECT ALL'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'1 item selected'; + + @override + String get selectedRowCountTitleOther => r'$selectedRowCount items selected'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => r'No items selected'; + + @override + String get showAccountsLabel => r'Show accounts'; + + @override + String get showMenuTooltip => r'Show menu'; + + @override + String get signedInLabel => r'Signed in'; + + @override + String get tabLabelRaw => r'Tab $tabIndex of $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; + + @override + String get timePickerHourModeAnnouncement => r'Select hours'; + + @override + String get timePickerMinuteModeAnnouncement => r'Select minutes'; + + @override + String get viewLicensesButtonLabel => r'VIEW LICENSES'; +} + +/// The translations for English, as used in Australia (`en_AU`). +class MaterialLocalizationEnAu extends MaterialLocalizationEn { + /// Create an instance of the translation bundle for English, as used in Australia. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEnAu({ + String localeName = 'en_AU', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get licensesPageTitle => r'Licences'; + + @override + String get viewLicensesButtonLabel => r'VIEW LICENCES'; + + @override + String get popupMenuLabel => r'Pop-up menu'; + + @override + String get dialogLabel => r'Dialogue'; + + @override + String get reorderItemLeft => r'Move to the left'; + + @override + String get reorderItemRight => r'Move to the right'; +} + +/// The translations for English, as used in Canada (`en_CA`). +class MaterialLocalizationEnCa extends MaterialLocalizationEn { + /// Create an instance of the translation bundle for English, as used in Canada. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEnCa({ + String localeName = 'en_CA', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get licensesPageTitle => r'Licences'; + + @override + String get viewLicensesButtonLabel => r'VIEW LICENCES'; + + @override + String get popupMenuLabel => r'Pop-up menu'; + + @override + String get dialogLabel => r'Dialogue'; + + @override + String get reorderItemLeft => r'Move to the left'; + + @override + String get reorderItemRight => r'Move to the right'; +} + +/// The translations for English, as used in the United Kingdom (`en_GB`). +class MaterialLocalizationEnGb extends MaterialLocalizationEn { + /// Create an instance of the translation bundle for English, as used in the United Kingdom. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEnGb({ + String localeName = 'en_GB', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get viewLicensesButtonLabel => r'VIEW LICENCES'; + + @override + String get licensesPageTitle => r'Licences'; + + @override + String get popupMenuLabel => r'Pop-up menu'; + + @override + String get dialogLabel => r'Dialogue'; + + @override + String get reorderItemLeft => r'Move to the left'; + + @override + String get reorderItemRight => r'Move to the right'; +} + +/// The translations for English, as used in Ireland (`en_IE`). +class MaterialLocalizationEnIe extends MaterialLocalizationEn { + /// Create an instance of the translation bundle for English, as used in Ireland. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEnIe({ + String localeName = 'en_IE', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get viewLicensesButtonLabel => r'VIEW LICENCES'; + + @override + String get licensesPageTitle => r'Licences'; + + @override + String get popupMenuLabel => r'Pop-up menu'; + + @override + String get dialogLabel => r'Dialogue'; + + @override + String get reorderItemLeft => r'Move to the left'; + + @override + String get reorderItemRight => r'Move to the right'; +} + +/// The translations for English, as used in India (`en_IN`). +class MaterialLocalizationEnIn extends MaterialLocalizationEn { + /// Create an instance of the translation bundle for English, as used in India. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEnIn({ + String localeName = 'en_IN', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get licensesPageTitle => r'Licences'; + + @override + String get viewLicensesButtonLabel => r'VIEW LICENCES'; + + @override + String get popupMenuLabel => r'Pop-up menu'; + + @override + String get dialogLabel => r'Dialogue'; + + @override + String get reorderItemLeft => r'Move to the left'; + + @override + String get reorderItemRight => r'Move to the right'; +} + +/// The translations for English, as used in Singapore (`en_SG`). +class MaterialLocalizationEnSg extends MaterialLocalizationEn { + /// Create an instance of the translation bundle for English, as used in Singapore. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEnSg({ + String localeName = 'en_SG', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get licensesPageTitle => r'Licences'; + + @override + String get viewLicensesButtonLabel => r'VIEW LICENCES'; + + @override + String get popupMenuLabel => r'Pop-up menu'; + + @override + String get dialogLabel => r'Dialogue'; + + @override + String get reorderItemLeft => r'Move to the left'; + + @override + String get reorderItemRight => r'Move to the right'; +} + +/// The translations for English, as used in South Africa (`en_ZA`). +class MaterialLocalizationEnZa extends MaterialLocalizationEn { + /// Create an instance of the translation bundle for English, as used in South Africa. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEnZa({ + String localeName = 'en_ZA', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get viewLicensesButtonLabel => r'VIEW LICENCES'; + + @override + String get licensesPageTitle => r'Licences'; + + @override + String get popupMenuLabel => r'Pop-up menu'; + + @override + String get dialogLabel => r'Dialogue'; + + @override + String get reorderItemLeft => r'Move to the left'; + + @override + String get reorderItemRight => r'Move to the right'; +} + +/// The translations for Spanish Castilian (`es`). +class MaterialLocalizationEs extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Spanish Castilian. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEs({ + String localeName = 'es', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'Sobre $applicationName'; + + @override + String get alertDialogLabel => r'Alerta'; + + @override + String get anteMeridiemAbbreviation => r'A.M.'; + + @override + String get backButtonTooltip => r'Atrás'; + + @override + String get cancelButtonLabel => r'CANCELAR'; + + @override + String get closeButtonLabel => r'CERRAR'; + + @override + String get closeButtonTooltip => r'Cerrar'; + + @override + String get collapsedIconTapHint => r'Mostrar'; + + @override + String get continueButtonLabel => r'CONTINUAR'; + + @override + String get copyButtonLabel => r'COPIAR'; + + @override + String get cutButtonLabel => r'CORTAR'; + + @override + String get deleteButtonTooltip => r'Eliminar'; + + @override + String get dialogLabel => r'Cuadro de diálogo'; + + @override + String get drawerLabel => r'Menú de navegación'; + + @override + String get expandedIconTapHint => r'Ocultar'; + + @override + String get hideAccountsLabel => r'Ocultar cuentas'; + + @override + String get licensesPageTitle => r'Licencias'; + + @override + String get modalBarrierDismissLabel => r'Cerrar'; + + @override + String get nextMonthTooltip => r'Mes siguiente'; + + @override + String get nextPageTooltip => r'Página siguiente'; + + @override + String get okButtonLabel => r'ACEPTAR'; + + @override + String get openAppDrawerTooltip => r'Abrir el menú de navegación'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow‑$lastRow de $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow‑$lastRow de aproximadamente $rowCount'; + + @override + String get pasteButtonLabel => r'PEGAR'; + + @override + String get popupMenuLabel => r'Menú emergente'; + + @override + String get postMeridiemAbbreviation => r'P.M.'; + + @override + String get previousMonthTooltip => r'Mes anterior'; + + @override + String get previousPageTooltip => r'Página anterior'; + + @override + String get refreshIndicatorSemanticLabel => r'Actualizar'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter.'; + + @override + String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'Mover hacia abajo'; + + @override + String get reorderItemLeft => r'Mover hacia la izquierda'; + + @override + String get reorderItemRight => r'Mover hacia la derecha'; + + @override + String get reorderItemToEnd => r'Mover al final'; + + @override + String get reorderItemToStart => r'Mover al principio'; + + @override + String get reorderItemUp => r'Mover hacia arriba'; + + @override + String get rowsPerPageTitle => r'Filas por página:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Buscar'; + + @override + String get selectAllButtonLabel => r'SELECCIONAR TODO'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'1 elemento seleccionado'; + + @override + String get selectedRowCountTitleOther => r'$selectedRowCount elementos seleccionados'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => r'No se han seleccionado elementos'; + + @override + String get showAccountsLabel => r'Mostrar cuentas'; + + @override + String get showMenuTooltip => r'Mostrar menú'; + + @override + String get signedInLabel => r'Sesión iniciada'; + + @override + String get tabLabelRaw => r'Pestaña $tabIndex de $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Seleccionar horas'; + + @override + String get timePickerMinuteModeAnnouncement => r'Seleccionar minutos'; + + @override + String get viewLicensesButtonLabel => r'VER LICENCIAS'; +} + +/// The translations for Spanish Castilian, as used in Latin America and the Caribbean (`es_419`). +class MaterialLocalizationEs419 extends MaterialLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Latin America and the Caribbean. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEs419({ + String localeName = 'es_419', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get modalBarrierDismissLabel => r'Descartar'; + + @override + String get signedInLabel => r'Cuenta con la que accediste'; + + @override + String get openAppDrawerTooltip => r'Abrir menú de navegación'; + + @override + String get deleteButtonTooltip => r'Borrar'; + + @override + String get nextMonthTooltip => r'Próximo mes'; + + @override + String get nextPageTooltip => r'Próxima página'; + + @override + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + + @override + String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + + @override + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get dialogLabel => r'Diálogo'; + + @override + String get reorderItemToStart => r'Mover al inicio'; + + @override + String get expandedIconTapHint => r'Contraer'; + + @override + String get collapsedIconTapHint => r'Expandir'; + + @override + String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + + @override + String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; +} + +/// The translations for Spanish Castilian, as used in Argentina (`es_AR`). +class MaterialLocalizationEsAr extends MaterialLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Argentina. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEsAr({ + String localeName = 'es_AR', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get modalBarrierDismissLabel => r'Descartar'; + + @override + String get signedInLabel => r'Cuenta con la que accediste'; + + @override + String get openAppDrawerTooltip => r'Abrir menú de navegación'; + + @override + String get deleteButtonTooltip => r'Borrar'; + + @override + String get nextMonthTooltip => r'Próximo mes'; + + @override + String get nextPageTooltip => r'Próxima página'; + + @override + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + + @override + String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + + @override + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get dialogLabel => r'Diálogo'; + + @override + String get reorderItemToStart => r'Mover al inicio'; + + @override + String get expandedIconTapHint => r'Contraer'; + + @override + String get collapsedIconTapHint => r'Expandir'; + + @override + String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + + @override + String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; +} + +/// The translations for Spanish Castilian, as used in Bolivia (`es_BO`). +class MaterialLocalizationEsBo extends MaterialLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Bolivia. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEsBo({ + String localeName = 'es_BO', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get reorderItemToStart => r'Mover al inicio'; + + @override + String get modalBarrierDismissLabel => r'Descartar'; + + @override + String get signedInLabel => r'Cuenta con la que accediste'; + + @override + String get openAppDrawerTooltip => r'Abrir menú de navegación'; + + @override + String get deleteButtonTooltip => r'Borrar'; + + @override + String get nextMonthTooltip => r'Próximo mes'; + + @override + String get nextPageTooltip => r'Próxima página'; + + @override + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + + @override + String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + + @override + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get dialogLabel => r'Diálogo'; + + @override + String get expandedIconTapHint => r'Contraer'; + + @override + String get collapsedIconTapHint => r'Expandir'; + + @override + String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + + @override + String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; +} + +/// The translations for Spanish Castilian, as used in Chile (`es_CL`). +class MaterialLocalizationEsCl extends MaterialLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Chile. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEsCl({ + String localeName = 'es_CL', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get reorderItemToStart => r'Mover al inicio'; + + @override + String get modalBarrierDismissLabel => r'Descartar'; + + @override + String get signedInLabel => r'Cuenta con la que accediste'; + + @override + String get openAppDrawerTooltip => r'Abrir menú de navegación'; + + @override + String get deleteButtonTooltip => r'Borrar'; + + @override + String get nextMonthTooltip => r'Próximo mes'; + + @override + String get nextPageTooltip => r'Próxima página'; + + @override + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + + @override + String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + + @override + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get dialogLabel => r'Diálogo'; + + @override + String get expandedIconTapHint => r'Contraer'; + + @override + String get collapsedIconTapHint => r'Expandir'; + + @override + String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + + @override + String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; +} + +/// The translations for Spanish Castilian, as used in Colombia (`es_CO`). +class MaterialLocalizationEsCo extends MaterialLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Colombia. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEsCo({ + String localeName = 'es_CO', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get reorderItemToStart => r'Mover al inicio'; + + @override + String get modalBarrierDismissLabel => r'Descartar'; + + @override + String get signedInLabel => r'Cuenta con la que accediste'; + + @override + String get openAppDrawerTooltip => r'Abrir menú de navegación'; + + @override + String get deleteButtonTooltip => r'Borrar'; + + @override + String get nextMonthTooltip => r'Próximo mes'; + + @override + String get nextPageTooltip => r'Próxima página'; + + @override + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + + @override + String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + + @override + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get dialogLabel => r'Diálogo'; + + @override + String get expandedIconTapHint => r'Contraer'; + + @override + String get collapsedIconTapHint => r'Expandir'; + + @override + String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + + @override + String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; +} + +/// The translations for Spanish Castilian, as used in Costa Rica (`es_CR`). +class MaterialLocalizationEsCr extends MaterialLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Costa Rica. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEsCr({ + String localeName = 'es_CR', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get reorderItemToStart => r'Mover al inicio'; + + @override + String get modalBarrierDismissLabel => r'Descartar'; + + @override + String get signedInLabel => r'Cuenta con la que accediste'; + + @override + String get openAppDrawerTooltip => r'Abrir menú de navegación'; + + @override + String get deleteButtonTooltip => r'Borrar'; + + @override + String get nextMonthTooltip => r'Próximo mes'; + + @override + String get nextPageTooltip => r'Próxima página'; + + @override + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + + @override + String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + + @override + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get dialogLabel => r'Diálogo'; + + @override + String get expandedIconTapHint => r'Contraer'; + + @override + String get collapsedIconTapHint => r'Expandir'; + + @override + String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + + @override + String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; +} + +/// The translations for Spanish Castilian, as used in the Dominican Republic (`es_DO`). +class MaterialLocalizationEsDo extends MaterialLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in the Dominican Republic. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEsDo({ + String localeName = 'es_DO', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get reorderItemToStart => r'Mover al inicio'; + + @override + String get modalBarrierDismissLabel => r'Descartar'; + + @override + String get signedInLabel => r'Cuenta con la que accediste'; + + @override + String get openAppDrawerTooltip => r'Abrir menú de navegación'; + + @override + String get deleteButtonTooltip => r'Borrar'; + + @override + String get nextMonthTooltip => r'Próximo mes'; + + @override + String get nextPageTooltip => r'Próxima página'; + + @override + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + + @override + String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + + @override + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get dialogLabel => r'Diálogo'; + + @override + String get expandedIconTapHint => r'Contraer'; + + @override + String get collapsedIconTapHint => r'Expandir'; + + @override + String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + + @override + String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; +} + +/// The translations for Spanish Castilian, as used in Ecuador (`es_EC`). +class MaterialLocalizationEsEc extends MaterialLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Ecuador. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEsEc({ + String localeName = 'es_EC', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get reorderItemToStart => r'Mover al inicio'; + + @override + String get modalBarrierDismissLabel => r'Descartar'; + + @override + String get signedInLabel => r'Cuenta con la que accediste'; + + @override + String get openAppDrawerTooltip => r'Abrir menú de navegación'; + + @override + String get deleteButtonTooltip => r'Borrar'; + + @override + String get nextMonthTooltip => r'Próximo mes'; + + @override + String get nextPageTooltip => r'Próxima página'; + + @override + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + + @override + String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + + @override + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get dialogLabel => r'Diálogo'; + + @override + String get expandedIconTapHint => r'Contraer'; + + @override + String get collapsedIconTapHint => r'Expandir'; + + @override + String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + + @override + String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; +} + +/// The translations for Spanish Castilian, as used in Guatemala (`es_GT`). +class MaterialLocalizationEsGt extends MaterialLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Guatemala. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEsGt({ + String localeName = 'es_GT', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get reorderItemToStart => r'Mover al inicio'; + + @override + String get modalBarrierDismissLabel => r'Descartar'; + + @override + String get signedInLabel => r'Cuenta con la que accediste'; + + @override + String get openAppDrawerTooltip => r'Abrir menú de navegación'; + + @override + String get deleteButtonTooltip => r'Borrar'; + + @override + String get nextMonthTooltip => r'Próximo mes'; + + @override + String get nextPageTooltip => r'Próxima página'; + + @override + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + + @override + String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + + @override + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get dialogLabel => r'Diálogo'; + + @override + String get expandedIconTapHint => r'Contraer'; + + @override + String get collapsedIconTapHint => r'Expandir'; + + @override + String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + + @override + String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; +} + +/// The translations for Spanish Castilian, as used in Honduras (`es_HN`). +class MaterialLocalizationEsHn extends MaterialLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Honduras. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEsHn({ + String localeName = 'es_HN', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get reorderItemToStart => r'Mover al inicio'; + + @override + String get modalBarrierDismissLabel => r'Descartar'; + + @override + String get signedInLabel => r'Cuenta con la que accediste'; + + @override + String get openAppDrawerTooltip => r'Abrir menú de navegación'; + + @override + String get deleteButtonTooltip => r'Borrar'; + + @override + String get nextMonthTooltip => r'Próximo mes'; + + @override + String get nextPageTooltip => r'Próxima página'; + + @override + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + + @override + String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + + @override + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get dialogLabel => r'Diálogo'; + + @override + String get expandedIconTapHint => r'Contraer'; + + @override + String get collapsedIconTapHint => r'Expandir'; + + @override + String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + + @override + String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; +} + +/// The translations for Spanish Castilian, as used in Mexico (`es_MX`). +class MaterialLocalizationEsMx extends MaterialLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Mexico. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEsMx({ + String localeName = 'es_MX', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get reorderItemToStart => r'Mover al inicio'; + + @override + String get modalBarrierDismissLabel => r'Descartar'; + + @override + String get signedInLabel => r'Cuenta con la que accediste'; + + @override + String get openAppDrawerTooltip => r'Abrir menú de navegación'; + + @override + String get deleteButtonTooltip => r'Borrar'; + + @override + String get nextMonthTooltip => r'Próximo mes'; + + @override + String get nextPageTooltip => r'Próxima página'; + + @override + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + + @override + String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + + @override + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get dialogLabel => r'Diálogo'; + + @override + String get expandedIconTapHint => r'Contraer'; + + @override + String get collapsedIconTapHint => r'Expandir'; + + @override + String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + + @override + String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; +} + +/// The translations for Spanish Castilian, as used in Nicaragua (`es_NI`). +class MaterialLocalizationEsNi extends MaterialLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Nicaragua. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEsNi({ + String localeName = 'es_NI', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get reorderItemToStart => r'Mover al inicio'; + + @override + String get modalBarrierDismissLabel => r'Descartar'; + + @override + String get signedInLabel => r'Cuenta con la que accediste'; + + @override + String get openAppDrawerTooltip => r'Abrir menú de navegación'; + + @override + String get deleteButtonTooltip => r'Borrar'; + + @override + String get nextMonthTooltip => r'Próximo mes'; + + @override + String get nextPageTooltip => r'Próxima página'; + + @override + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + + @override + String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + + @override + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get dialogLabel => r'Diálogo'; + + @override + String get expandedIconTapHint => r'Contraer'; + + @override + String get collapsedIconTapHint => r'Expandir'; + + @override + String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + + @override + String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; +} + +/// The translations for Spanish Castilian, as used in Panama (`es_PA`). +class MaterialLocalizationEsPa extends MaterialLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Panama. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEsPa({ + String localeName = 'es_PA', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get reorderItemToStart => r'Mover al inicio'; + + @override + String get modalBarrierDismissLabel => r'Descartar'; + + @override + String get signedInLabel => r'Cuenta con la que accediste'; + + @override + String get openAppDrawerTooltip => r'Abrir menú de navegación'; + + @override + String get deleteButtonTooltip => r'Borrar'; + + @override + String get nextMonthTooltip => r'Próximo mes'; + + @override + String get nextPageTooltip => r'Próxima página'; + + @override + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + + @override + String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + + @override + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get dialogLabel => r'Diálogo'; + + @override + String get expandedIconTapHint => r'Contraer'; + + @override + String get collapsedIconTapHint => r'Expandir'; + + @override + String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + + @override + String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; +} + +/// The translations for Spanish Castilian, as used in Peru (`es_PE`). +class MaterialLocalizationEsPe extends MaterialLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Peru. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEsPe({ + String localeName = 'es_PE', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get reorderItemToStart => r'Mover al inicio'; + + @override + String get modalBarrierDismissLabel => r'Descartar'; + + @override + String get signedInLabel => r'Cuenta con la que accediste'; + + @override + String get openAppDrawerTooltip => r'Abrir menú de navegación'; + + @override + String get deleteButtonTooltip => r'Borrar'; + + @override + String get nextMonthTooltip => r'Próximo mes'; + + @override + String get nextPageTooltip => r'Próxima página'; + + @override + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + + @override + String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + + @override + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get dialogLabel => r'Diálogo'; + + @override + String get expandedIconTapHint => r'Contraer'; + + @override + String get collapsedIconTapHint => r'Expandir'; + + @override + String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + + @override + String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; +} + +/// The translations for Spanish Castilian, as used in Puerto Rico (`es_PR`). +class MaterialLocalizationEsPr extends MaterialLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Puerto Rico. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEsPr({ + String localeName = 'es_PR', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get reorderItemToStart => r'Mover al inicio'; + + @override + String get modalBarrierDismissLabel => r'Descartar'; + + @override + String get signedInLabel => r'Cuenta con la que accediste'; + + @override + String get openAppDrawerTooltip => r'Abrir menú de navegación'; + + @override + String get deleteButtonTooltip => r'Borrar'; + + @override + String get nextMonthTooltip => r'Próximo mes'; + + @override + String get nextPageTooltip => r'Próxima página'; + + @override + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + + @override + String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + + @override + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get dialogLabel => r'Diálogo'; + + @override + String get expandedIconTapHint => r'Contraer'; + + @override + String get collapsedIconTapHint => r'Expandir'; + + @override + String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + + @override + String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; +} + +/// The translations for Spanish Castilian, as used in Paraguay (`es_PY`). +class MaterialLocalizationEsPy extends MaterialLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Paraguay. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEsPy({ + String localeName = 'es_PY', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get reorderItemToStart => r'Mover al inicio'; + + @override + String get modalBarrierDismissLabel => r'Descartar'; + + @override + String get signedInLabel => r'Cuenta con la que accediste'; + + @override + String get openAppDrawerTooltip => r'Abrir menú de navegación'; + + @override + String get deleteButtonTooltip => r'Borrar'; + + @override + String get nextMonthTooltip => r'Próximo mes'; + + @override + String get nextPageTooltip => r'Próxima página'; + + @override + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + + @override + String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + + @override + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get dialogLabel => r'Diálogo'; + + @override + String get expandedIconTapHint => r'Contraer'; + + @override + String get collapsedIconTapHint => r'Expandir'; + + @override + String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + + @override + String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; +} + +/// The translations for Spanish Castilian, as used in El Salvador (`es_SV`). +class MaterialLocalizationEsSv extends MaterialLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in El Salvador. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEsSv({ + String localeName = 'es_SV', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get reorderItemToStart => r'Mover al inicio'; + + @override + String get modalBarrierDismissLabel => r'Descartar'; + + @override + String get signedInLabel => r'Cuenta con la que accediste'; + + @override + String get openAppDrawerTooltip => r'Abrir menú de navegación'; + + @override + String get deleteButtonTooltip => r'Borrar'; + + @override + String get nextMonthTooltip => r'Próximo mes'; + + @override + String get nextPageTooltip => r'Próxima página'; + + @override + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + + @override + String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + + @override + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get dialogLabel => r'Diálogo'; + + @override + String get expandedIconTapHint => r'Contraer'; + + @override + String get collapsedIconTapHint => r'Expandir'; + + @override + String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + + @override + String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; +} + +/// The translations for Spanish Castilian, as used in the United States (`es_US`). +class MaterialLocalizationEsUs extends MaterialLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in the United States. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEsUs({ + String localeName = 'es_US', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get reorderItemToStart => r'Mover al inicio'; + + @override + String get modalBarrierDismissLabel => r'Descartar'; + + @override + String get signedInLabel => r'Cuenta con la que accediste'; + + @override + String get deleteButtonTooltip => r'Borrar'; + + @override + String get nextMonthTooltip => r'Próximo mes'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + + @override + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + + @override + String get nextPageTooltip => r'Próxima página'; + + @override + String get openAppDrawerTooltip => r'Abrir menú de navegación'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + + @override + String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + + @override + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get dialogLabel => r'Diálogo'; + + @override + String get expandedIconTapHint => r'Contraer'; + + @override + String get collapsedIconTapHint => r'Expandir'; + + @override + String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + + @override + String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; +} + +/// The translations for Spanish Castilian, as used in Uruguay (`es_UY`). +class MaterialLocalizationEsUy extends MaterialLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Uruguay. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEsUy({ + String localeName = 'es_UY', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get reorderItemToStart => r'Mover al inicio'; + + @override + String get modalBarrierDismissLabel => r'Descartar'; + + @override + String get signedInLabel => r'Cuenta con la que accediste'; + + @override + String get openAppDrawerTooltip => r'Abrir menú de navegación'; + + @override + String get deleteButtonTooltip => r'Borrar'; + + @override + String get nextMonthTooltip => r'Próximo mes'; + + @override + String get nextPageTooltip => r'Próxima página'; + + @override + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + + @override + String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + + @override + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get dialogLabel => r'Diálogo'; + + @override + String get expandedIconTapHint => r'Contraer'; + + @override + String get collapsedIconTapHint => r'Expandir'; + + @override + String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + + @override + String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; +} + +/// The translations for Spanish Castilian, as used in Venezuela (`es_VE`). +class MaterialLocalizationEsVe extends MaterialLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Venezuela. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEsVe({ + String localeName = 'es_VE', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get reorderItemToStart => r'Mover al inicio'; + + @override + String get modalBarrierDismissLabel => r'Descartar'; + + @override + String get signedInLabel => r'Cuenta con la que accediste'; + + @override + String get openAppDrawerTooltip => r'Abrir menú de navegación'; + + @override + String get deleteButtonTooltip => r'Borrar'; + + @override + String get nextMonthTooltip => r'Próximo mes'; + + @override + String get nextPageTooltip => r'Próxima página'; + + @override + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + + @override + String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + + @override + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get dialogLabel => r'Diálogo'; + + @override + String get expandedIconTapHint => r'Contraer'; + + @override + String get collapsedIconTapHint => r'Expandir'; + + @override + String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + + @override + String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; +} + +/// The translations for Estonian (`et`). +class MaterialLocalizationEt extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Estonian. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEt({ + String localeName = 'et', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'Teave rakenduse $applicationName kohta'; + + @override + String get alertDialogLabel => r'Märguanne'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get backButtonTooltip => r'Tagasi'; + + @override + String get cancelButtonLabel => r'TÜHISTA'; + + @override + String get closeButtonLabel => r'SULE'; + + @override + String get closeButtonTooltip => r'Sule'; + + @override + String get collapsedIconTapHint => r'Laienda'; + + @override + String get continueButtonLabel => r'JÄTKA'; + + @override + String get copyButtonLabel => r'KOPEERI'; + + @override + String get cutButtonLabel => r'LÕIKA'; + + @override + String get deleteButtonTooltip => r'Kustuta'; + + @override + String get dialogLabel => r'Dialoog'; + + @override + String get drawerLabel => r'Navigeerimismenüü'; + + @override + String get expandedIconTapHint => r'Ahenda'; + + @override + String get hideAccountsLabel => r'Peida kontod'; + + @override + String get licensesPageTitle => r'Litsentsid'; + + @override + String get modalBarrierDismissLabel => r'Loobu'; + + @override + String get nextMonthTooltip => r'Järgmine kuu'; + + @override + String get nextPageTooltip => r'Järgmine leht'; + + @override + String get okButtonLabel => r'OK'; + + @override + String get openAppDrawerTooltip => r'Ava navigeerimismenüü'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow $rowCount-st'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow umbes $rowCount-st'; + + @override + String get pasteButtonLabel => r'KLEEBI'; + + @override + String get popupMenuLabel => r'Hüpikmenüü'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get previousMonthTooltip => r'Eelmine kuu'; + + @override + String get previousPageTooltip => r'Eelmine leht'; + + @override + String get refreshIndicatorSemanticLabel => r'Värskendamine'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'Jäänud on 1 tähemärk'; + + @override + String get remainingTextFieldCharacterCountOther => r'Jäänud on $remainingCount tähemärki'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'Teisalda alla'; + + @override + String get reorderItemLeft => r'Teisalda vasakule'; + + @override + String get reorderItemRight => r'Teisalda paremale'; + + @override + String get reorderItemToEnd => r'Teisalda lõppu'; + + @override + String get reorderItemToStart => r'Teisalda algusesse'; + + @override + String get reorderItemUp => r'Teisalda üles'; + + @override + String get rowsPerPageTitle => r'Ridu lehe kohta:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Otsing'; + + @override + String get selectAllButtonLabel => r'VALI KÕIK'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'Valitud on 1 üksus'; + + @override + String get selectedRowCountTitleOther => r'Valitud on $selectedRowCount üksust'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'Kuva kontod'; + + @override + String get showMenuTooltip => r'Kuva menüü'; + + @override + String get signedInLabel => r'Sisse logitud'; + + @override + String get tabLabelRaw => r'$tabIndex. vahekaart $tabCount-st'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Tundide valimine'; + + @override + String get timePickerMinuteModeAnnouncement => r'Minutite valimine'; + + @override + String get viewLicensesButtonLabel => r'KUVA LITSENTSID'; +} + +/// The translations for Persian (`fa`). +class MaterialLocalizationFa extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Persian. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationFa({ + String localeName = 'fa', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'درباره $applicationName'; + + @override + String get alertDialogLabel => r'هشدار'; + + @override + String get anteMeridiemAbbreviation => r'ق.ظ.'; + + @override + String get backButtonTooltip => r'برگشت'; + + @override + String get cancelButtonLabel => r'لغو'; + + @override + String get closeButtonLabel => r'بستن'; + + @override + String get closeButtonTooltip => r'بستن'; + + @override + String get collapsedIconTapHint => r'بزرگ کردن'; + + @override + String get continueButtonLabel => r'ادامه'; + + @override + String get copyButtonLabel => r'کپی'; + + @override + String get cutButtonLabel => r'برش'; + + @override + String get deleteButtonTooltip => r'حذف'; + + @override + String get dialogLabel => r'کادر گفتگو'; + + @override + String get drawerLabel => r'منوی پیمایش'; + + @override + String get expandedIconTapHint => r'کوچک کردن'; + + @override + String get hideAccountsLabel => r'پنهان کردن حساب‌ها'; + + @override + String get licensesPageTitle => r'مجوزها'; + + @override + String get modalBarrierDismissLabel => r'نپذیرفتن'; + + @override + String get nextMonthTooltip => r'ماه بعد'; + + @override + String get nextPageTooltip => r'صفحه بعد'; + + @override + String get okButtonLabel => r'تأیید'; + + @override + String get openAppDrawerTooltip => r'باز کردن منوی پیمایش'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow از $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow از حدود $rowCount'; + + @override + String get pasteButtonLabel => r'جای‌گذاری'; + + @override + String get popupMenuLabel => r'منوی بازشو'; + + @override + String get postMeridiemAbbreviation => r'ب.ظ.'; + + @override + String get previousMonthTooltip => r'ماه قبل'; + + @override + String get previousPageTooltip => r'صفحه قبل'; + + @override + String get refreshIndicatorSemanticLabel => r'بازخوانی'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'۱ نویسه باقی مانده است'; + + @override + String get remainingTextFieldCharacterCountOther => r'$remainingCount نویسه باقی مانده است'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'انتقال به پایین'; + + @override + String get reorderItemLeft => r'انتقال به راست'; + + @override + String get reorderItemRight => r'انتقال به چپ'; + + @override + String get reorderItemToEnd => r'انتقال به انتها'; + + @override + String get reorderItemToStart => r'انتقال به ابتدا'; + + @override + String get reorderItemUp => r'انتقال به بالا'; + + @override + String get rowsPerPageTitle => r'ردیف در هر صفحه:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.tall; + + @override + String get searchFieldLabel => r'جستجو'; + + @override + String get selectAllButtonLabel => r'انتخاب همه'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'۱ مورد انتخاب شد'; + + @override + String get selectedRowCountTitleOther => r'$selectedRowCount مورد انتخاب شدند'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'نشان دادن حساب‌ها'; + + @override + String get showMenuTooltip => r'نمایش منو'; + + @override + String get signedInLabel => r'واردشده به سیستم'; + + @override + String get tabLabelRaw => r'برگه $tabIndex از $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'انتخاب ساعت'; + + @override + String get timePickerMinuteModeAnnouncement => r'انتخاب دقیقه'; + + @override + String get viewLicensesButtonLabel => r'مشاهده مجوزها'; +} + +/// The translations for Finnish (`fi`). +class MaterialLocalizationFi extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Finnish. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationFi({ + String localeName = 'fi', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'Tietoja: $applicationName'; + + @override + String get alertDialogLabel => r'Ilmoitus'; + + @override + String get anteMeridiemAbbreviation => r'ap'; + + @override + String get backButtonTooltip => r'Takaisin'; + + @override + String get cancelButtonLabel => r'PERUUTA'; + + @override + String get closeButtonLabel => r'SULJE'; + + @override + String get closeButtonTooltip => r'Sulje'; + + @override + String get collapsedIconTapHint => r'Laajenna'; + + @override + String get continueButtonLabel => r'JATKA'; + + @override + String get copyButtonLabel => r'COPY'; + + @override + String get cutButtonLabel => r'LEIKKAA'; + + @override + String get deleteButtonTooltip => r'Poista'; + + @override + String get dialogLabel => r'Valintaikkuna'; + + @override + String get drawerLabel => r'Navigointivalikko'; + + @override + String get expandedIconTapHint => r'Tiivistä'; + + @override + String get hideAccountsLabel => r'Piilota tilit'; + + @override + String get licensesPageTitle => r'Lisenssit'; + + @override + String get modalBarrierDismissLabel => r'Ohita'; + + @override + String get nextMonthTooltip => r'Seuraava kuukausi'; + + @override + String get nextPageTooltip => r'Seuraava sivu'; + + @override + String get okButtonLabel => r'OK'; + + @override + String get openAppDrawerTooltip => r'Avaa navigointivalikko'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow/$rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow/~$rowCount'; + + @override + String get pasteButtonLabel => r'LIITÄ'; + + @override + String get popupMenuLabel => r'Ponnahdusvalikko'; + + @override + String get postMeridiemAbbreviation => r'ip'; + + @override + String get previousMonthTooltip => r'Edellinen kuukausi'; + + @override + String get previousPageTooltip => r'Edellinen sivu'; + + @override + String get refreshIndicatorSemanticLabel => r'Päivitys'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'1 merkki jäljellä'; + + @override + String get remainingTextFieldCharacterCountOther => r'$remainingCount merkkiä jäljellä'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'Siirrä alas'; + + @override + String get reorderItemLeft => r'Siirrä vasemmalle'; + + @override + String get reorderItemRight => r'Siirrä oikealle'; + + @override + String get reorderItemToEnd => r'Siirrä loppuun'; + + @override + String get reorderItemToStart => r'Siirrä alkuun'; + + @override + String get reorderItemUp => r'Siirrä ylös'; + + @override + String get rowsPerPageTitle => r'Riviä/sivu:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Haku'; + + @override + String get selectAllButtonLabel => r'VALITSE KAIKKI'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'1 kohde valittu'; + + @override + String get selectedRowCountTitleOther => r'$selectedRowCount kohdetta valittu'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'Näytä tilit'; + + @override + String get showMenuTooltip => r'Näytä valikko'; + + @override + String get signedInLabel => r'Kirjautunut sisään'; + + @override + String get tabLabelRaw => r'Välilehti $tabIndex/$tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Valitse tunnit'; + + @override + String get timePickerMinuteModeAnnouncement => r'Valitse minuutit'; + + @override + String get viewLicensesButtonLabel => r'NÄYTÄ KÄYTTÖOIKEUDET'; +} + +/// The translations for Filipino Pilipino (`fil`). +class MaterialLocalizationFil extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Filipino Pilipino. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationFil({ + String localeName = 'fil', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'Tungkol sa $applicationName'; + + @override + String get alertDialogLabel => r'Alerto'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get backButtonTooltip => r'Bumalik'; + + @override + String get cancelButtonLabel => r'KANSELAHIN'; + + @override + String get closeButtonLabel => r'ISARA'; + + @override + String get closeButtonTooltip => r'Isara'; + + @override + String get collapsedIconTapHint => r'I-expand'; + + @override + String get continueButtonLabel => r'MAGPATULOY'; + + @override + String get copyButtonLabel => r'KOPYAHIN'; + + @override + String get cutButtonLabel => r'I-CUT'; + + @override + String get deleteButtonTooltip => r'I-delete'; + + @override + String get dialogLabel => r'Dialog'; + + @override + String get drawerLabel => r'Menu ng navigation'; + + @override + String get expandedIconTapHint => r'I-collapse'; + + @override + String get hideAccountsLabel => r'Itago ang mga account'; + + @override + String get licensesPageTitle => r'Mga Lisensya'; + + @override + String get modalBarrierDismissLabel => r'I-dismiss'; + + @override + String get nextMonthTooltip => r'Susunod na buwan'; + + @override + String get nextPageTooltip => r'Susunod na page'; + + @override + String get okButtonLabel => r'OK'; + + @override + String get openAppDrawerTooltip => r'Buksan ang menu ng navigation'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow ng $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow ng humigit kumulang $rowCount'; + + @override + String get pasteButtonLabel => r'I-PASTE'; + + @override + String get popupMenuLabel => r'Popup na menu'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get previousMonthTooltip => r'Nakaraang buwan'; + + @override + String get previousPageTooltip => r'Nakaraang page'; + + @override + String get refreshIndicatorSemanticLabel => r'Nagre-refresh'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'1 character ang natitira'; + + @override + String get remainingTextFieldCharacterCountOther => r'$remainingCount na character ang natitira'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'Ilipat pababa'; + + @override + String get reorderItemLeft => r'Ilipat pakaliwa'; + + @override + String get reorderItemRight => r'Ilipat pakanan'; + + @override + String get reorderItemToEnd => r'Ilipat sa dulo'; + + @override + String get reorderItemToStart => r'Ilipat sa simula'; + + @override + String get reorderItemUp => r'Ilipat pataas'; + + @override + String get rowsPerPageTitle => r'Mga row bawat page:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Maghanap'; + + @override + String get selectAllButtonLabel => r'PILIIN LAHAT'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'1 item ang napili'; + + @override + String get selectedRowCountTitleOther => r'$selectedRowCount na item ang napili'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'Ipakita ang mga account'; + + @override + String get showMenuTooltip => r'Ipakita ang menu'; + + @override + String get signedInLabel => r'Naka-sign in'; + + @override + String get tabLabelRaw => r'Tab $tabIndex ng $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Pumili ng mga oras'; + + @override + String get timePickerMinuteModeAnnouncement => r'Pumili ng mga minuto'; + + @override + String get viewLicensesButtonLabel => r'TINGNAN ANG MGA LISENSYA'; +} + +/// The translations for French (`fr`). +class MaterialLocalizationFr extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for French. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationFr({ + String localeName = 'fr', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'À propos de $applicationName'; + + @override + String get alertDialogLabel => r'Alerte'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get backButtonTooltip => r'Retour'; + + @override + String get cancelButtonLabel => r'ANNULER'; + + @override + String get closeButtonLabel => r'FERMER'; + + @override + String get closeButtonTooltip => r'Fermer'; + + @override + String get collapsedIconTapHint => r'Développer'; + + @override + String get continueButtonLabel => r'CONTINUER'; + + @override + String get copyButtonLabel => r'COPIER'; + + @override + String get cutButtonLabel => r'COUPER'; + + @override + String get deleteButtonTooltip => r'Supprimer'; + + @override + String get dialogLabel => r'Boîte de dialogue'; + + @override + String get drawerLabel => r'Menu de navigation'; + + @override + String get expandedIconTapHint => r'Réduire'; + + @override + String get hideAccountsLabel => r'Masquer les comptes'; + + @override + String get licensesPageTitle => r'Licences'; + + @override + String get modalBarrierDismissLabel => r'Ignorer'; + + @override + String get nextMonthTooltip => r'Mois suivant'; + + @override + String get nextPageTooltip => r'Page suivante'; + + @override + String get okButtonLabel => r'OK'; + + @override + String get openAppDrawerTooltip => r'Ouvrir le menu de navigation'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow sur $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow sur environ $rowCount'; + + @override + String get pasteButtonLabel => r'COLLER'; + + @override + String get popupMenuLabel => r'Menu contextuel'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get previousMonthTooltip => r'Mois précédent'; + + @override + String get previousPageTooltip => r'Page précédente'; + + @override + String get refreshIndicatorSemanticLabel => r'Actualiser'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'1 caractère restant'; + + @override + String get remainingTextFieldCharacterCountOther => r'$remainingCount caractères restants'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'Déplacer vers le bas'; + + @override + String get reorderItemLeft => r'Déplacer vers la gauche'; + + @override + String get reorderItemRight => r'Déplacer vers la droite'; + + @override + String get reorderItemToEnd => r'Déplacer vers la fin'; + + @override + String get reorderItemToStart => r'Déplacer vers le début'; + + @override + String get reorderItemUp => r'Déplacer vers le haut'; + + @override + String get rowsPerPageTitle => r'Lignes par page :'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Rechercher'; + + @override + String get selectAllButtonLabel => r'TOUT SÉLECTIONNER'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'1 élément sélectionné'; + + @override + String get selectedRowCountTitleOther => r'$selectedRowCount éléments sélectionnés'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => r'Aucun élément sélectionné'; + + @override + String get showAccountsLabel => r'Afficher les comptes'; + + @override + String get showMenuTooltip => r'Afficher le menu'; + + @override + String get signedInLabel => r'Connecté'; + + @override + String get tabLabelRaw => r'Onglet $tabIndex sur $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Sélectionner une heure'; + + @override + String get timePickerMinuteModeAnnouncement => r'Sélectionner des minutes'; + + @override + String get viewLicensesButtonLabel => r'AFFICHER LES LICENCES'; +} + +/// The translations for French, as used in Canada (`fr_CA`). +class MaterialLocalizationFrCa extends MaterialLocalizationFr { + /// Create an instance of the translation bundle for French, as used in Canada. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationFrCa({ + String localeName = 'fr_CA', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.frenchCanadian; +} + +/// The translations for Galician (`gl`). +class MaterialLocalizationGl extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Galician. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationGl({ + String localeName = 'gl', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'Acerca de: $applicationName'; + + @override + String get alertDialogLabel => r'Alerta'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get backButtonTooltip => r'Atrás'; + + @override + String get cancelButtonLabel => r'CANCELAR'; + + @override + String get closeButtonLabel => r'PECHAR'; + + @override + String get closeButtonTooltip => r'Pechar'; + + @override + String get collapsedIconTapHint => r'Despregar'; + + @override + String get continueButtonLabel => r'CONTINUAR'; + + @override + String get copyButtonLabel => r'COPIAR'; + + @override + String get cutButtonLabel => r'CORTAR'; + + @override + String get deleteButtonTooltip => r'Eliminar'; + + @override + String get dialogLabel => r'Cadro de diálogo'; + + @override + String get drawerLabel => r'Menú de navegación'; + + @override + String get expandedIconTapHint => r'Contraer'; + + @override + String get hideAccountsLabel => r'Ocultar contas'; + + @override + String get licensesPageTitle => r'Licenzas'; + + @override + String get modalBarrierDismissLabel => r'Ignorar'; + + @override + String get nextMonthTooltip => r'Mes seguinte'; + + @override + String get nextPageTooltip => r'Páxina seguinte'; + + @override + String get okButtonLabel => r'Aceptar'; + + @override + String get openAppDrawerTooltip => r'Abrir menú de navegación'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow de $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow de aproximadamente $rowCount'; + + @override + String get pasteButtonLabel => r'PEGAR'; + + @override + String get popupMenuLabel => r'Menú emerxente'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get previousMonthTooltip => r'Mes anterior'; + + @override + String get previousPageTooltip => r'Páxina anterior'; + + @override + String get refreshIndicatorSemanticLabel => r'Actualizar'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'1 carácter restante'; + + @override + String get remainingTextFieldCharacterCountOther => r'$remainingCount caracteres restantes'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'Mover cara abaixo'; + + @override + String get reorderItemLeft => r'Mover cara á esquerda'; + + @override + String get reorderItemRight => r'Mover cara á dereita'; + + @override + String get reorderItemToEnd => r'Mover ao final'; + + @override + String get reorderItemToStart => r'Mover ao inicio'; + + @override + String get reorderItemUp => r'Mover cara arriba'; + + @override + String get rowsPerPageTitle => r'Filas por páxina:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Buscar'; + + @override + String get selectAllButtonLabel => r'SELECCIONAR TODO'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'Seleccionouse 1 elemento'; + + @override + String get selectedRowCountTitleOther => r'Seleccionáronse $selectedRowCount elementos'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => r'Non se seleccionaron elementos'; + + @override + String get showAccountsLabel => r'Mostrar contas'; + + @override + String get showMenuTooltip => r'Mostrar menú'; + + @override + String get signedInLabel => r'Sesión iniciada'; + + @override + String get tabLabelRaw => r'Pestana $tabIndex de $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Seleccionar horas'; + + @override + String get timePickerMinuteModeAnnouncement => r'Seleccionar minutos'; + + @override + String get viewLicensesButtonLabel => r'VER LICENZAS'; +} + +/// The translations for Swiss German Alemannic Alsatian (`gsw`). +class MaterialLocalizationGsw extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Swiss German Alemannic Alsatian. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationGsw({ + String localeName = 'gsw', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'Über $applicationName'; + + @override + String get alertDialogLabel => r'Benachrichtigung'; + + @override + String get anteMeridiemAbbreviation => r'VORM.'; + + @override + String get backButtonTooltip => r'Zurück'; + + @override + String get cancelButtonLabel => r'ABBRECHEN'; + + @override + String get closeButtonLabel => r'SCHLIEẞEN'; + + @override + String get closeButtonTooltip => r'Schließen'; + + @override + String get collapsedIconTapHint => r'Maximieren'; + + @override + String get continueButtonLabel => r'WEITER'; + + @override + String get copyButtonLabel => r'KOPIEREN'; + + @override + String get cutButtonLabel => r'AUSSCHNEIDEN'; + + @override + String get deleteButtonTooltip => r'Löschen'; + + @override + String get dialogLabel => r'Dialogfeld'; + + @override + String get drawerLabel => r'Navigationsmenü'; + + @override + String get expandedIconTapHint => r'Minimieren'; + + @override + String get hideAccountsLabel => r'Konten ausblenden'; + + @override + String get licensesPageTitle => r'Lizenzen'; + + @override + String get modalBarrierDismissLabel => r'Schließen'; + + @override + String get nextMonthTooltip => r'Nächster Monat'; + + @override + String get nextPageTooltip => r'Nächste Seite'; + + @override + String get okButtonLabel => r'OK'; + + @override + String get openAppDrawerTooltip => r'Navigationsmenü öffnen'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow von $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow von etwa $rowCount'; + + @override + String get pasteButtonLabel => r'EINFÜGEN'; + + @override + String get popupMenuLabel => r'Pop-up-Menü'; + + @override + String get postMeridiemAbbreviation => r'NACHM.'; + + @override + String get previousMonthTooltip => r'Vorheriger Monat'; + + @override + String get previousPageTooltip => r'Vorherige Seite'; + + @override + String get refreshIndicatorSemanticLabel => r'Aktualisieren'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'Noch 1 Zeichen'; + + @override + String get remainingTextFieldCharacterCountOther => r'Noch $remainingCount Zeichen'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'Nach unten verschieben'; + + @override + String get reorderItemLeft => r'Nach links verschieben'; + + @override + String get reorderItemRight => r'Nach rechts verschieben'; + + @override + String get reorderItemToEnd => r'An das Ende verschieben'; + + @override + String get reorderItemToStart => r'An den Anfang verschieben'; + + @override + String get reorderItemUp => r'Nach oben verschieben'; + + @override + String get rowsPerPageTitle => r'Zeilen pro Seite:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Suchen'; + + @override + String get selectAllButtonLabel => r'ALLE AUSWÄHLEN'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'1 Element ausgewählt'; + + @override + String get selectedRowCountTitleOther => r'$selectedRowCount Elemente ausgewählt'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'Konten anzeigen'; + + @override + String get showMenuTooltip => r'Menü anzeigen'; + + @override + String get signedInLabel => r'Angemeldet'; + + @override + String get tabLabelRaw => r'Tab $tabIndex von $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Stunden auswählen'; + + @override + String get timePickerMinuteModeAnnouncement => r'Minuten auswählen'; + + @override + String get viewLicensesButtonLabel => r'LIZENZEN ANZEIGEN'; +} + +/// The translations for Hebrew (`he`). +class MaterialLocalizationHe extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Hebrew. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationHe({ + String localeName = 'he', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'מידע על $applicationName'; + + @override + String get alertDialogLabel => r'התראה'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get backButtonTooltip => r'הקודם'; + + @override + String get cancelButtonLabel => r'ביטול'; + + @override + String get closeButtonLabel => r'סגירה'; + + @override + String get closeButtonTooltip => r'סגירה'; + + @override + String get collapsedIconTapHint => r'הרחבה'; + + @override + String get continueButtonLabel => r'המשך'; + + @override + String get copyButtonLabel => r'העתקה'; + + @override + String get cutButtonLabel => r'גזירה'; + + @override + String get deleteButtonTooltip => r'מחיקה'; + + @override + String get dialogLabel => r'תיבת דו-שיח'; + + @override + String get drawerLabel => r'תפריט ניווט'; + + @override + String get expandedIconTapHint => r'כיווץ'; + + @override + String get hideAccountsLabel => r'הסתרת החשבונות'; + + @override + String get licensesPageTitle => r'רישיונות'; + + @override + String get modalBarrierDismissLabel => r'סגירה'; + + @override + String get nextMonthTooltip => r'החודש הבא'; + + @override + String get nextPageTooltip => r'הדף הבא'; + + @override + String get okButtonLabel => r'אישור'; + + @override + String get openAppDrawerTooltip => r'פתיחה של תפריט הניווט'; + + @override + String get pageRowsInfoTitleRaw => r'$lastRow–$firstRow מתוך $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$lastRow–$firstRow מתוך כ-$rowCount'; + + @override + String get pasteButtonLabel => r'הדבקה'; + + @override + String get popupMenuLabel => r'תפריט קופץ'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get previousMonthTooltip => r'החודש הקודם'; + + @override + String get previousPageTooltip => r'הדף הקודם'; + + @override + String get refreshIndicatorSemanticLabel => r'רענון'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => r'נותרו $remainingCount תווים'; + + @override + String get remainingTextFieldCharacterCountOne => r'נותר תו אחד'; + + @override + String get remainingTextFieldCharacterCountOther => r'נותרו $remainingCount תווים'; + + @override + String get remainingTextFieldCharacterCountTwo => r'נותרו $remainingCount תווים'; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'העברה למטה'; + + @override + String get reorderItemLeft => r'העברה שמאלה'; + + @override + String get reorderItemRight => r'העברה ימינה'; + + @override + String get reorderItemToEnd => r'העברה לסוף'; + + @override + String get reorderItemToStart => r'העברה להתחלה'; + + @override + String get reorderItemUp => r'העברה למעלה'; + + @override + String get rowsPerPageTitle => r'שורות בכל דף:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'חיפוש'; + + @override + String get selectAllButtonLabel => r'בחירת הכול'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => r'$selectedRowCount פריטים נבחרו'; + + @override + String get selectedRowCountTitleOne => r'פריט אחד נבחר'; + + @override + String get selectedRowCountTitleOther => r'$selectedRowCount פריטים נבחרו'; + + @override + String get selectedRowCountTitleTwo => r'$selectedRowCount פריטים נבחרו'; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'הצגת החשבונות'; + + @override + String get showMenuTooltip => r'הצגת התפריט'; + + @override + String get signedInLabel => r'מחובר'; + + @override + String get tabLabelRaw => r'כרטיסייה $tabIndex מתוך $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'בחירת שעות'; + + @override + String get timePickerMinuteModeAnnouncement => r'בחירת דקות'; + + @override + String get viewLicensesButtonLabel => r'הצגת הרישיונות'; +} + +/// The translations for Hindi (`hi`). +class MaterialLocalizationHi extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Hindi. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationHi({ + String localeName = 'hi', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'$applicationName के बारे में जानकारी'; + + @override + String get alertDialogLabel => r'अलर्ट'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get backButtonTooltip => r'वापस जाएं'; + + @override + String get cancelButtonLabel => r'रद्द करें'; + + @override + String get closeButtonLabel => r'बंद करें'; + + @override + String get closeButtonTooltip => r'बंद करें'; + + @override + String get collapsedIconTapHint => r'बड़ा करें'; + + @override + String get continueButtonLabel => r'जारी रखें'; + + @override + String get copyButtonLabel => r'कॉपी करें'; + + @override + String get cutButtonLabel => r'कट करें'; + + @override + String get deleteButtonTooltip => r'मिटाएं'; + + @override + String get dialogLabel => r'संवाद'; + + @override + String get drawerLabel => r'नेविगेशन मेन्यू'; + + @override + String get expandedIconTapHint => r'छोटा करें'; + + @override + String get hideAccountsLabel => r'खाते छिपाएं'; + + @override + String get licensesPageTitle => r'लाइसेंस'; + + @override + String get modalBarrierDismissLabel => r'खारिज करें'; + + @override + String get nextMonthTooltip => r'अगला महीना'; + + @override + String get nextPageTooltip => r'अगला पेज'; + + @override + String get okButtonLabel => r'ठीक है'; + + @override + String get openAppDrawerTooltip => r'नेविगेशन मेन्यू खोलें'; + + @override + String get pageRowsInfoTitleRaw => r'$rowCount का $firstRow–$lastRow'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$rowCount में से करीब $firstRow–$lastRow'; + + @override + String get pasteButtonLabel => r'चिपकाएं'; + + @override + String get popupMenuLabel => r'पॉपअप मेन्यू'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get previousMonthTooltip => r'पिछला महीना'; + + @override + String get previousPageTooltip => r'पिछला पेज'; + + @override + String get refreshIndicatorSemanticLabel => r'रीफ़्रेश करें'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'एक वर्ण अाैर डाला जा सकता है'; + + @override + String get remainingTextFieldCharacterCountOther => r'$remainingCount वर्ण अाैर डाले जा सकते हैं'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'नीचे ले जाएं'; + + @override + String get reorderItemLeft => r'बाएं ले जाएं'; + + @override + String get reorderItemRight => r'दाएं ले जाएं'; + + @override + String get reorderItemToEnd => r'आखिर में ले जाएं'; + + @override + String get reorderItemToStart => r'शुरुआत पर ले जाएं'; + + @override + String get reorderItemUp => r'ऊपर ले जाएं'; + + @override + String get rowsPerPageTitle => r'हर पेज में पंक्तियों की संख्या:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.dense; + + @override + String get searchFieldLabel => r'खोजें'; + + @override + String get selectAllButtonLabel => r'सभी चुनें'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'1 चीज़ चुनी गई'; + + @override + String get selectedRowCountTitleOther => r'$selectedRowCount चीज़ें चुनी गईं'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'खाते दिखाएं'; + + @override + String get showMenuTooltip => r'मेन्यू दिखाएं'; + + @override + String get signedInLabel => r'साइन इन किया हुआ है'; + + @override + String get tabLabelRaw => r'$tabCount का टैब $tabIndex'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'घंटे के हिसाब से समय चुनें'; + + @override + String get timePickerMinuteModeAnnouncement => r'मिनट के हिसाब से समय चुनें'; + + @override + String get viewLicensesButtonLabel => r'लाइसेंस देखें'; +} + +/// The translations for Croatian (`hr`). +class MaterialLocalizationHr extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Croatian. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationHr({ + String localeName = 'hr', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'O aplikaciji $applicationName'; + + @override + String get alertDialogLabel => r'Upozorenje'; + + @override + String get anteMeridiemAbbreviation => r'prijepodne'; + + @override + String get backButtonTooltip => r'Natrag'; + + @override + String get cancelButtonLabel => r'ODUSTANI'; + + @override + String get closeButtonLabel => r'ZATVORI'; + + @override + String get closeButtonTooltip => r'Zatvaranje'; + + @override + String get collapsedIconTapHint => r'Proširi'; + + @override + String get continueButtonLabel => r'NASTAVI'; + + @override + String get copyButtonLabel => r'KOPIRAJ'; + + @override + String get cutButtonLabel => r'IZREŽI'; + + @override + String get deleteButtonTooltip => r'Brisanje'; + + @override + String get dialogLabel => r'Dijalog'; + + @override + String get drawerLabel => r'Navigacijski izbornik'; + + @override + String get expandedIconTapHint => r'Sažmi'; + + @override + String get hideAccountsLabel => r'Sakrijte račune'; + + @override + String get licensesPageTitle => r'Licence'; + + @override + String get modalBarrierDismissLabel => r'Odbaci'; + + @override + String get nextMonthTooltip => r'Sljedeći mjesec'; + + @override + String get nextPageTooltip => r'Sljedeća stranica'; + + @override + String get okButtonLabel => r'U REDU'; + + @override + String get openAppDrawerTooltip => r'Otvaranje izbornika za navigaciju'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow od $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow od otprilike $rowCount'; + + @override + String get pasteButtonLabel => r'ZALIJEPI'; + + @override + String get popupMenuLabel => r'Skočni izbornik'; + + @override + String get postMeridiemAbbreviation => r'popodne'; + + @override + String get previousMonthTooltip => r'Prethodni mjesec'; + + @override + String get previousPageTooltip => r'Prethodna stranica'; + + @override + String get refreshIndicatorSemanticLabel => r'Osvježi'; + + @override + String get remainingTextFieldCharacterCountFew => r'Preostala su $remainingCount znaka'; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'Preostao je 1 znak'; + + @override + String get remainingTextFieldCharacterCountOther => r'Preostalo je $remainingCount znakova'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'Pomakni prema dolje'; + + @override + String get reorderItemLeft => r'Pomakni ulijevo'; + + @override + String get reorderItemRight => r'Pomakni udesno'; + + @override + String get reorderItemToEnd => r'Premjesti na kraj'; + + @override + String get reorderItemToStart => r'Premjesti na početak'; + + @override + String get reorderItemUp => r'Pomakni prema gore'; + + @override + String get rowsPerPageTitle => r'Redaka po stranici:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Pretražite'; + + @override + String get selectAllButtonLabel => r'ODABERI SVE'; + + @override + String get selectedRowCountTitleFew => r'Odabrane su $selectedRowCount stavke'; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'Odabrana je jedna stavka'; + + @override + String get selectedRowCountTitleOther => r'Odabrano je $selectedRowCount stavki'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'Prikažite račune'; + + @override + String get showMenuTooltip => r'Prikaz izbornika'; + + @override + String get signedInLabel => r'Prijavljeni korisnik'; + + @override + String get tabLabelRaw => r'Kartica $tabIndex od $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Odaberite sate'; + + @override + String get timePickerMinuteModeAnnouncement => r'Odaberite minute'; + + @override + String get viewLicensesButtonLabel => r'PRIKAŽI LICENCE'; +} + +/// The translations for Hungarian (`hu`). +class MaterialLocalizationHu extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Hungarian. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationHu({ + String localeName = 'hu', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'A(z) $applicationName névjegye'; + + @override + String get alertDialogLabel => r'Értesítés'; + + @override + String get anteMeridiemAbbreviation => r'de.'; + + @override + String get backButtonTooltip => r'Vissza'; + + @override + String get cancelButtonLabel => r'MÉGSE'; + + @override + String get closeButtonLabel => r'BEZÁRÁS'; + + @override + String get closeButtonTooltip => r'Bezárás'; + + @override + String get collapsedIconTapHint => r'Kibontás'; + + @override + String get continueButtonLabel => r'TOVÁBB'; + + @override + String get copyButtonLabel => r'MÁSOLÁS'; + + @override + String get cutButtonLabel => r'KIVÁGÁS'; + + @override + String get deleteButtonTooltip => r'Törlés'; + + @override + String get dialogLabel => r'Párbeszédablak'; + + @override + String get drawerLabel => r'Navigációs menü'; + + @override + String get expandedIconTapHint => r'Összecsukás'; + + @override + String get hideAccountsLabel => r'Fiókok elrejtése'; + + @override + String get licensesPageTitle => r'Licencek'; + + @override + String get modalBarrierDismissLabel => r'Elvetés'; + + @override + String get nextMonthTooltip => r'Következő hónap'; + + @override + String get nextPageTooltip => r'Következő oldal'; + + @override + String get okButtonLabel => r'OK'; + + @override + String get openAppDrawerTooltip => r'Navigációs menü megnyitása'; + + @override + String get pageRowsInfoTitleRaw => r'$rowCount/$firstRow–$lastRow.'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'Körülbelül $rowCount/$firstRow–$lastRow.'; + + @override + String get pasteButtonLabel => r'BEILLESZTÉS'; + + @override + String get popupMenuLabel => r'Előugró menü'; + + @override + String get postMeridiemAbbreviation => r'du.'; + + @override + String get previousMonthTooltip => r'Előző hónap'; + + @override + String get previousPageTooltip => r'Előző oldal'; + + @override + String get refreshIndicatorSemanticLabel => r'Frissítés'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'1 karakter maradt'; + + @override + String get remainingTextFieldCharacterCountOther => r'$remainingCount karakter maradt'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'Áthelyezés lefelé'; + + @override + String get reorderItemLeft => r'Áthelyezés balra'; + + @override + String get reorderItemRight => r'Áthelyezés jobbra'; + + @override + String get reorderItemToEnd => r'Áthelyezés a végére'; + + @override + String get reorderItemToStart => r'Áthelyezés az elejére'; + + @override + String get reorderItemUp => r'Áthelyezés felfelé'; + + @override + String get rowsPerPageTitle => r'Oldalankénti sorszám:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Keresés'; + + @override + String get selectAllButtonLabel => r'AZ ÖSSZES KIJELÖLÉSE'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'1 elem kiválasztva'; + + @override + String get selectedRowCountTitleOther => r'$selectedRowCount elem kiválasztva'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'Fiókok megjelenítése'; + + @override + String get showMenuTooltip => r'Menü megjelenítése'; + + @override + String get signedInLabel => r'Bejelentkezve'; + + @override + String get tabLabelRaw => r'$tabCount/$tabIndex. lap'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Óra kiválasztása'; + + @override + String get timePickerMinuteModeAnnouncement => r'Perc kiválasztása'; + + @override + String get viewLicensesButtonLabel => r'LICENCEK MEGTEKINTÉSE'; +} + +/// The translations for Armenian (`hy`). +class MaterialLocalizationHy extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Armenian. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationHy({ + String localeName = 'hy', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'$applicationName հավելվածի մասին'; + + @override + String get alertDialogLabel => r'Ծանուցում'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get backButtonTooltip => r'Հետ'; + + @override + String get cancelButtonLabel => r'ՉԵՂԱՐԿԵԼ'; + + @override + String get closeButtonLabel => r'ՓԱԿԵԼ'; + + @override + String get closeButtonTooltip => r'Փակել'; + + @override + String get collapsedIconTapHint => r'Ծավալել'; + + @override + String get continueButtonLabel => r'ՇԱՐՈՒՆԱԿԵԼ'; + + @override + String get copyButtonLabel => r'ՊԱՏՃԵՆԵԼ'; + + @override + String get cutButtonLabel => r'ԿՏՐԵԼ'; + + @override + String get deleteButtonTooltip => r'Ջնջել'; + + @override + String get dialogLabel => r'Երկխոսության պատուհան'; + + @override + String get drawerLabel => r'Նավարկման ընտրացանկ'; + + @override + String get expandedIconTapHint => r'Ծալել'; + + @override + String get hideAccountsLabel => r'Թաքցնել հաշիվները'; + + @override + String get licensesPageTitle => r'Արտոնագրեր'; + + @override + String get modalBarrierDismissLabel => r'Փակել'; + + @override + String get nextMonthTooltip => r'Հաջորդ ամիս'; + + @override + String get nextPageTooltip => r'Հաջորդ էջ'; + + @override + String get okButtonLabel => r'Եղավ'; + + @override + String get openAppDrawerTooltip => r'Բացել նավարկման ընտրացանկը'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow $rowCount-ից'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow մոտավորապես $rowCount-ից'; + + @override + String get pasteButtonLabel => r'ՏԵՂԱԴՐԵԼ'; + + @override + String get popupMenuLabel => r'Ելնող ընտրացանկ'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get previousMonthTooltip => r'Նախորդ ամիս'; + + @override + String get previousPageTooltip => r'Նախորդ էջ'; + + @override + String get refreshIndicatorSemanticLabel => r'Թարմացնել'; + + @override + String get remainingTextFieldCharacterCountFew => r'Մնաց $remainingCount նիշ'; + + @override + String get remainingTextFieldCharacterCountMany => r'Մնաց $remainingCount նիշ'; + + @override + String get remainingTextFieldCharacterCountOne => r'Մնացել է 1 նիշ'; + + @override + String get remainingTextFieldCharacterCountOther => r'Մնացել է $remainingCount նիշ'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'Նիշի հնարավորություն չկա'; + + @override + String get reorderItemDown => r'Տեղափոխել ներքև'; + + @override + String get reorderItemLeft => r'Տեղափոխել ձախ'; + + @override + String get reorderItemRight => r'Տեղափոխել աջ'; + + @override + String get reorderItemToEnd => r'Տեղափոխել վերջ'; + + @override + String get reorderItemToStart => r'Տեղափոխել սկիզբ'; + + @override + String get reorderItemUp => r'Տեղափոխել վերև'; + + @override + String get rowsPerPageTitle => r'Մեկ էջի տողերը՝'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Որոնել'; + + @override + String get selectAllButtonLabel => r'ՆՇԵԼ ԲՈԼՈՐԸ'; + + @override + String get selectedRowCountTitleFew => r'Ընտրված է $selectedRowCount օբյեկտ'; + + @override + String get selectedRowCountTitleMany => r'Ընտրված է $selectedRowCount օբյեկտ'; + + @override + String get selectedRowCountTitleOne => r'Ընտրվել է 1 տարր'; + + @override + String get selectedRowCountTitleOther => r'Ընտրվել է $selectedRowCount տարր'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => r'Տողերը ընտրված չեն'; + + @override + String get showAccountsLabel => r'Ցույց տալ հաշիվները'; + + @override + String get showMenuTooltip => r'Ցույց տալ ընտրացանկը'; + + @override + String get signedInLabel => r'Դուք մուտք եք գործել'; + + @override + String get tabLabelRaw => r'Ներդիր $tabIndex՝ $tabCount-ից'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Ընտրեք ժամը'; + + @override + String get timePickerMinuteModeAnnouncement => r'Ընտրեք րոպեները'; + + @override + String get viewLicensesButtonLabel => r'ԴԻՏԵԼ ԱՐՏՈՆԱԳՐԵՐԸ'; +} + +/// The translations for Indonesian (`id`). +class MaterialLocalizationId extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Indonesian. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationId({ + String localeName = 'id', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'Tentang $applicationName'; + + @override + String get alertDialogLabel => r'Notifikasi'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get backButtonTooltip => r'Kembali'; + + @override + String get cancelButtonLabel => r'BATAL'; + + @override + String get closeButtonLabel => r'TUTUP'; + + @override + String get closeButtonTooltip => r'Tutup'; + + @override + String get collapsedIconTapHint => r'Luaskan'; + + @override + String get continueButtonLabel => r'LANJUTKAN'; + + @override + String get copyButtonLabel => r'SALIN'; + + @override + String get cutButtonLabel => r'POTONG'; + + @override + String get deleteButtonTooltip => r'Hapus'; + + @override + String get dialogLabel => r'Dialog'; + + @override + String get drawerLabel => r'Menu navigasi'; + + @override + String get expandedIconTapHint => r'Ciutkan'; + + @override + String get hideAccountsLabel => r'Sembunyikan akun'; + + @override + String get licensesPageTitle => r'Lisensi'; + + @override + String get modalBarrierDismissLabel => r'Tutup'; + + @override + String get nextMonthTooltip => r'Bulan berikutnya'; + + @override + String get nextPageTooltip => r'Halaman berikutnya'; + + @override + String get okButtonLabel => r'OKE'; + + @override + String get openAppDrawerTooltip => r'Buka menu navigasi'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow dari $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow dari kira-kira $rowCount'; + + @override + String get pasteButtonLabel => r'TEMPEL'; + + @override + String get popupMenuLabel => r'Menu pop-up'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get previousMonthTooltip => r'Bulan sebelumnya'; + + @override + String get previousPageTooltip => r'Halaman sebelumnya'; + + @override + String get refreshIndicatorSemanticLabel => r'Memuat ulang'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'Sisa 1 karakter'; + + @override + String get remainingTextFieldCharacterCountOther => r'Sisa $remainingCount karakter'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'Turunkan'; + + @override + String get reorderItemLeft => r'Pindahkan ke kiri'; + + @override + String get reorderItemRight => r'Pindahkan ke kanan'; + + @override + String get reorderItemToEnd => r'Pindahkan ke akhir'; + + @override + String get reorderItemToStart => r'Pindahkan ke awal'; + + @override + String get reorderItemUp => r'Naikkan'; + + @override + String get rowsPerPageTitle => r'Baris per halaman:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Telusuri'; + + @override + String get selectAllButtonLabel => r'PILIH SEMUA'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'1 item dipilih'; + + @override + String get selectedRowCountTitleOther => r'$selectedRowCount item dipilih'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'Tampilkan akun'; + + @override + String get showMenuTooltip => r'Tampilkan menu'; + + @override + String get signedInLabel => r'Telah login'; + + @override + String get tabLabelRaw => r'Tab $tabIndex dari $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Pilih jam'; + + @override + String get timePickerMinuteModeAnnouncement => r'Pilih menit'; + + @override + String get viewLicensesButtonLabel => r'LIHAT LISENSI'; +} + +/// The translations for Italian (`it`). +class MaterialLocalizationIt extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Italian. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationIt({ + String localeName = 'it', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'Informazioni su $applicationName'; + + @override + String get alertDialogLabel => r'Avviso'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get backButtonTooltip => r'Indietro'; + + @override + String get cancelButtonLabel => r'ANNULLA'; + + @override + String get closeButtonLabel => r'CHIUDI'; + + @override + String get closeButtonTooltip => r'Chiudi'; + + @override + String get collapsedIconTapHint => r'Espandi'; + + @override + String get continueButtonLabel => r'CONTINUA'; + + @override + String get copyButtonLabel => r'COPIA'; + + @override + String get cutButtonLabel => r'TAGLIA'; + + @override + String get deleteButtonTooltip => r'Elimina'; + + @override + String get dialogLabel => r'Finestra di dialogo'; + + @override + String get drawerLabel => r'Menu di navigazione'; + + @override + String get expandedIconTapHint => r'Comprimi'; + + @override + String get hideAccountsLabel => r'Nascondi account'; + + @override + String get licensesPageTitle => r'Licenze'; + + @override + String get modalBarrierDismissLabel => r'Ignora'; + + @override + String get nextMonthTooltip => r'Mese successivo'; + + @override + String get nextPageTooltip => r'Pagina successiva'; + + @override + String get okButtonLabel => r'OK'; + + @override + String get openAppDrawerTooltip => r'Apri il menu di navigazione'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow di $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow di circa $rowCount'; + + @override + String get pasteButtonLabel => r'INCOLLA'; + + @override + String get popupMenuLabel => r'Menu popup'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get previousMonthTooltip => r'Mese precedente'; + + @override + String get previousPageTooltip => r'Pagina precedente'; + + @override + String get refreshIndicatorSemanticLabel => r'Aggiorna'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'1 carattere rimanente'; + + @override + String get remainingTextFieldCharacterCountOther => r'$remainingCount caratteri rimanenti'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'Sposta giù'; + + @override + String get reorderItemLeft => r'Sposta a sinistra'; + + @override + String get reorderItemRight => r'Sposta a destra'; + + @override + String get reorderItemToEnd => r'Sposta alla fine'; + + @override + String get reorderItemToStart => r'Sposta all' "'" r'inizio'; + + @override + String get reorderItemUp => r'Sposta su'; + + @override + String get rowsPerPageTitle => r'Righe per pagina:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Cerca'; + + @override + String get selectAllButtonLabel => r'SELEZIONA TUTTO'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'1 elemento selezionato'; + + @override + String get selectedRowCountTitleOther => r'$selectedRowCount elementi selezionati'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'Mostra account'; + + @override + String get showMenuTooltip => r'Mostra il menu'; + + @override + String get signedInLabel => r'Connesso'; + + @override + String get tabLabelRaw => r'Scheda $tabIndex di $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Seleziona le ore'; + + @override + String get timePickerMinuteModeAnnouncement => r'Seleziona i minuti'; + + @override + String get viewLicensesButtonLabel => r'VISUALIZZA LICENZE'; +} + +/// The translations for Japanese (`ja`). +class MaterialLocalizationJa extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Japanese. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationJa({ + String localeName = 'ja', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'$applicationName について'; + + @override + String get alertDialogLabel => r'通知'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get backButtonTooltip => r'戻る'; + + @override + String get cancelButtonLabel => r'キャンセル'; + + @override + String get closeButtonLabel => r'閉じる'; + + @override + String get closeButtonTooltip => r'閉じる'; + + @override + String get collapsedIconTapHint => r'展開'; + + @override + String get continueButtonLabel => r'続行'; + + @override + String get copyButtonLabel => r'コピー'; + + @override + String get cutButtonLabel => r'切り取り'; + + @override + String get deleteButtonTooltip => r'削除'; + + @override + String get dialogLabel => r'ダイアログ'; + + @override + String get drawerLabel => r'ナビゲーション メニュー'; + + @override + String get expandedIconTapHint => r'折りたたむ'; + + @override + String get hideAccountsLabel => r'アカウントを非表示'; + + @override + String get licensesPageTitle => r'ライセンス'; + + @override + String get modalBarrierDismissLabel => r'閉じる'; + + @override + String get nextMonthTooltip => r'来月'; + + @override + String get nextPageTooltip => r'次のページ'; + + @override + String get okButtonLabel => r'OK'; + + @override + String get openAppDrawerTooltip => r'ナビゲーション メニューを開く'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow - $lastRow 行(合計 $rowCount 行)'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow 行(合計約 $rowCount 行)'; + + @override + String get pasteButtonLabel => r'貼り付け'; + + @override + String get popupMenuLabel => r'ポップアップ メニュー'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get previousMonthTooltip => r'前月'; + + @override + String get previousPageTooltip => r'前のページ'; + + @override + String get refreshIndicatorSemanticLabel => r'更新'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'残り 1 文字(半角相当)'; + + @override + String get remainingTextFieldCharacterCountOther => r'残り $remainingCount 文字(半角相当)'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'下に移動'; + + @override + String get reorderItemLeft => r'左に移動'; + + @override + String get reorderItemRight => r'右に移動'; + + @override + String get reorderItemToEnd => r'最後に移動'; + + @override + String get reorderItemToStart => r'先頭に移動'; + + @override + String get reorderItemUp => r'上に移動'; + + @override + String get rowsPerPageTitle => r'ページあたりの行数:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.dense; + + @override + String get searchFieldLabel => r'検索'; + + @override + String get selectAllButtonLabel => r'すべて選択'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'1 件のアイテムを選択中'; + + @override + String get selectedRowCountTitleOther => r'$selectedRowCount 件のアイテムを選択中'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'アカウントを表示'; + + @override + String get showMenuTooltip => r'メニューを表示'; + + @override + String get signedInLabel => r'ログイン中'; + + @override + String get tabLabelRaw => r'タブ: $tabIndex/$tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'時間を選択'; + + @override + String get timePickerMinuteModeAnnouncement => r'分を選択'; + + @override + String get viewLicensesButtonLabel => r'ライセンスを表示'; +} + +/// The translations for Khmer Central Khmer (`km`). +class MaterialLocalizationKm extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Khmer Central Khmer. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationKm({ + String localeName = 'km', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'អំពី $applicationName'; + + @override + String get alertDialogLabel => r'ជូនដំណឹង'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get backButtonTooltip => r'ថយក្រោយ'; + + @override + String get cancelButtonLabel => r'បោះបង់'; + + @override + String get closeButtonLabel => r'បិទ'; + + @override + String get closeButtonTooltip => r'បិទ'; + + @override + String get collapsedIconTapHint => r'ពង្រីក'; + + @override + String get continueButtonLabel => r'បន្ត'; + + @override + String get copyButtonLabel => r'ចម្លង'; + + @override + String get cutButtonLabel => r'កាត់'; + + @override + String get deleteButtonTooltip => r'លុប'; + + @override + String get dialogLabel => r'ប្រអប់'; + + @override + String get drawerLabel => r'ម៉ឺនុយរុករក'; + + @override + String get expandedIconTapHint => r'បង្រួម'; + + @override + String get hideAccountsLabel => r'លាក់គណនី'; + + @override + String get licensesPageTitle => r'អាជ្ញាបណ្ណ'; + + @override + String get modalBarrierDismissLabel => r'ច្រាន​ចោល'; + + @override + String get nextMonthTooltip => r'ខែ​​ក្រោយ'; + + @override + String get nextPageTooltip => r'ទំព័របន្ទាប់'; + + @override + String get okButtonLabel => r'យល់ព្រម'; + + @override + String get openAppDrawerTooltip => r'បើក​ម៉ឺនុយរុករក'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow ក្នុង​ចំណោម​ $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow ក្នុង​ចំណោម​ប្រហែល $rowCount'; + + @override + String get pasteButtonLabel => r'ដាក់​ចូល'; + + @override + String get popupMenuLabel => r'​ម៉ឺនុយ​លោត​ឡើង'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get previousMonthTooltip => r'ខែមុន'; + + @override + String get previousPageTooltip => r'ទំព័រមុន'; + + @override + String get refreshIndicatorSemanticLabel => r'ផ្ទុកឡើងវិញ'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'នៅសល់​ 1 តួ​ទៀត'; + + @override + String get remainingTextFieldCharacterCountOther => r'នៅសល់ $remainingCount តួ​ទៀត'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'ផ្លាស់ទី​ចុះ​ក្រោម'; + + @override + String get reorderItemLeft => r'ផ្លាស់ទី​ទៅ​ឆ្វេង'; + + @override + String get reorderItemRight => r'ផ្លាស់ទីទៅ​ស្តាំ'; + + @override + String get reorderItemToEnd => r'ផ្លាស់ទីទៅ​ចំណុចបញ្ចប់'; + + @override + String get reorderItemToStart => r'ផ្លាស់ទីទៅ​ចំណុច​ចាប់ផ្ដើម'; + + @override + String get reorderItemUp => r'ផ្លាស់ទី​ឡើង​លើ'; + + @override + String get rowsPerPageTitle => r'ជួរ​ដេក​ក្នុង​មួយ​ទំព័រ៖'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.dense; + + @override + String get searchFieldLabel => r'ស្វែងរក'; + + @override + String get selectAllButtonLabel => r'ជ្រើសរើស​ទាំង​អស់'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'បាន​ជ្រើស​រើស​ធាតុ 1'; + + @override + String get selectedRowCountTitleOther => r'បាន​ជ្រើស​រើស​ធាតុ $selectedRowCount'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'បង្ហាញគណនី'; + + @override + String get showMenuTooltip => r'បង្ហាញ​ម៉ឺនុយ'; + + @override + String get signedInLabel => r'បានចូល​គណនី'; + + @override + String get tabLabelRaw => r'ផ្ទាំង $tabIndex ក្នុង​ចំណោម​ $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; + + @override + String get timePickerHourModeAnnouncement => r'ជ្រើសរើស​ម៉ោង'; + + @override + String get timePickerMinuteModeAnnouncement => r'ជ្រើសរើស​នាទី'; + + @override + String get viewLicensesButtonLabel => r'មើលអាជ្ញាបណ្ណ'; +} + +/// The translations for Korean (`ko`). +class MaterialLocalizationKo extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Korean. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationKo({ + String localeName = 'ko', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'$applicationName 정보'; + + @override + String get alertDialogLabel => r'알림'; + + @override + String get anteMeridiemAbbreviation => r'오전'; + + @override + String get backButtonTooltip => r'뒤로'; + + @override + String get cancelButtonLabel => r'취소'; + + @override + String get closeButtonLabel => r'닫기'; + + @override + String get closeButtonTooltip => r'닫기'; + + @override + String get collapsedIconTapHint => r'펼치기'; + + @override + String get continueButtonLabel => r'계속'; + + @override + String get copyButtonLabel => r'복사'; + + @override + String get cutButtonLabel => r'잘라내기'; + + @override + String get deleteButtonTooltip => r'삭제'; + + @override + String get dialogLabel => r'대화상자'; + + @override + String get drawerLabel => r'탐색 메뉴'; + + @override + String get expandedIconTapHint => r'접기'; + + @override + String get hideAccountsLabel => r'계정 숨기기'; + + @override + String get licensesPageTitle => r'라이선스'; + + @override + String get modalBarrierDismissLabel => r'닫기'; + + @override + String get nextMonthTooltip => r'다음 달'; + + @override + String get nextPageTooltip => r'다음 페이지'; + + @override + String get okButtonLabel => r'확인'; + + @override + String get openAppDrawerTooltip => r'탐색 메뉴 열기'; + + @override + String get pageRowsInfoTitleRaw => r'$rowCount행 중 $firstRow~$lastRow행'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'약 $rowCount행 중 $firstRow~$lastRow행'; + + @override + String get pasteButtonLabel => r'붙여넣기'; + + @override + String get popupMenuLabel => r'팝업 메뉴'; + + @override + String get postMeridiemAbbreviation => r'오후'; + + @override + String get previousMonthTooltip => r'지난달'; + + @override + String get previousPageTooltip => r'이전 페이지'; + + @override + String get refreshIndicatorSemanticLabel => r'새로고침'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'1자 남음'; + + @override + String get remainingTextFieldCharacterCountOther => r'$remainingCount자 남음'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'아래로 이동'; + + @override + String get reorderItemLeft => r'왼쪽으로 이동'; + + @override + String get reorderItemRight => r'오른쪽으로 이동'; + + @override + String get reorderItemToEnd => r'끝으로 이동'; + + @override + String get reorderItemToStart => r'시작으로 이동'; + + @override + String get reorderItemUp => r'위로 이동'; + + @override + String get rowsPerPageTitle => r'페이지당 행 수:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.dense; + + @override + String get searchFieldLabel => r'검색'; + + @override + String get selectAllButtonLabel => r'전체 선택'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'항목 1개 선택됨'; + + @override + String get selectedRowCountTitleOther => r'항목 $selectedRowCount개 선택됨'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'계정 표시'; + + @override + String get showMenuTooltip => r'메뉴 표시'; + + @override + String get signedInLabel => r'로그인됨'; + + @override + String get tabLabelRaw => r'탭 $tabCount개 중 $tabIndex번째'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'시간 선택'; + + @override + String get timePickerMinuteModeAnnouncement => r'분 선택'; + + @override + String get viewLicensesButtonLabel => r'라이선스 보기'; +} + +/// The translations for Lithuanian (`lt`). +class MaterialLocalizationLt extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Lithuanian. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationLt({ + String localeName = 'lt', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'Apie „$applicationName“'; + + @override + String get alertDialogLabel => r'Įspėjimas'; + + @override + String get anteMeridiemAbbreviation => r'priešpiet'; + + @override + String get backButtonTooltip => r'Atgal'; + + @override + String get cancelButtonLabel => r'ATŠAUKTI'; + + @override + String get closeButtonLabel => r'UŽDARYTI'; + + @override + String get closeButtonTooltip => r'Uždaryti'; + + @override + String get collapsedIconTapHint => r'Išskleisti'; + + @override + String get continueButtonLabel => r'TĘSTI'; + + @override + String get copyButtonLabel => r'KOPIJUOTI'; + + @override + String get cutButtonLabel => r'IŠKIRPTI'; + + @override + String get deleteButtonTooltip => r'Ištrinti'; + + @override + String get dialogLabel => r'Dialogo langas'; + + @override + String get drawerLabel => r'Naršymo meniu'; + + @override + String get expandedIconTapHint => r'Sutraukti'; + + @override + String get hideAccountsLabel => r'Slėpti paskyras'; + + @override + String get licensesPageTitle => r'Licencijos'; + + @override + String get modalBarrierDismissLabel => r'Atsisakyti'; + + @override + String get nextMonthTooltip => r'Kitas mėnuo'; + + @override + String get nextPageTooltip => r'Kitas puslapis'; + + @override + String get okButtonLabel => r'GERAI'; + + @override + String get openAppDrawerTooltip => r'Atidaryti naršymo meniu'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow iš $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow iš maždaug $rowCount'; + + @override + String get pasteButtonLabel => r'ĮKLIJUOTI'; + + @override + String get popupMenuLabel => r'Iššokantysis meniu'; + + @override + String get postMeridiemAbbreviation => r'popiet'; + + @override + String get previousMonthTooltip => r'Ankstesnis mėnuo'; + + @override + String get previousPageTooltip => r'Ankstesnis puslapis'; + + @override + String get refreshIndicatorSemanticLabel => r'Atnaujinti'; + + @override + String get remainingTextFieldCharacterCountFew => r'Liko $remainingCount simboliai'; + + @override + String get remainingTextFieldCharacterCountMany => r'Liko $remainingCount simbolio'; + + @override + String get remainingTextFieldCharacterCountOne => r'Liko 1 simbolis'; + + @override + String get remainingTextFieldCharacterCountOther => r'Liko $remainingCount simbolių'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'Perkelti žemyn'; + + @override + String get reorderItemLeft => r'Perkelti kairėn'; + + @override + String get reorderItemRight => r'Perkelti dešinėn'; + + @override + String get reorderItemToEnd => r'Perkelti į pabaigą'; + + @override + String get reorderItemToStart => r'Perkelti į pradžią'; + + @override + String get reorderItemUp => r'Perkelti aukštyn'; + + @override + String get rowsPerPageTitle => r'Eilučių puslapyje:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Paieška'; + + @override + String get selectAllButtonLabel => r'PASIRINKTI VISKĄ'; + + @override + String get selectedRowCountTitleFew => r'Pasirinkti $selectedRowCount elementai'; + + @override + String get selectedRowCountTitleMany => r'Pasirinkta $selectedRowCount elemento'; + + @override + String get selectedRowCountTitleOne => r'Pasirinktas 1 elementas'; + + @override + String get selectedRowCountTitleOther => r'Pasirinkta $selectedRowCount elementų'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'Rodyti paskyras'; + + @override + String get showMenuTooltip => r'Rodyti meniu'; + + @override + String get signedInLabel => r'Prisijungta'; + + @override + String get tabLabelRaw => r'$tabIndex skirtukas iš $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Pasirinkite valandas'; + + @override + String get timePickerMinuteModeAnnouncement => r'Pasirinkite minutes'; + + @override + String get viewLicensesButtonLabel => r'PERŽIŪRĖTI LICENCIJAS'; +} + +/// The translations for Latvian (`lv`). +class MaterialLocalizationLv extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Latvian. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationLv({ + String localeName = 'lv', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'Par $applicationName'; + + @override + String get alertDialogLabel => r'Brīdinājums'; + + @override + String get anteMeridiemAbbreviation => r'priekšpusdienā'; + + @override + String get backButtonTooltip => r'Atpakaļ'; + + @override + String get cancelButtonLabel => r'ATCELT'; + + @override + String get closeButtonLabel => r'AIZVĒRT'; + + @override + String get closeButtonTooltip => r'Aizvērt'; + + @override + String get collapsedIconTapHint => r'Izvērst'; + + @override + String get continueButtonLabel => r'TURPINĀT'; + + @override + String get copyButtonLabel => r'KOPĒT'; + + @override + String get cutButtonLabel => r'IZGRIEZT'; + + @override + String get deleteButtonTooltip => r'Dzēst'; + + @override + String get dialogLabel => r'Dialoglodziņš'; + + @override + String get drawerLabel => r'Navigācijas izvēlne'; + + @override + String get expandedIconTapHint => r'Sakļaut'; + + @override + String get hideAccountsLabel => r'Slēpt kontus'; + + @override + String get licensesPageTitle => r'Licences'; + + @override + String get modalBarrierDismissLabel => r'Nerādīt'; + + @override + String get nextMonthTooltip => r'Nākamais mēnesis'; + + @override + String get nextPageTooltip => r'Nākamā lapa'; + + @override + String get okButtonLabel => r'LABI'; + + @override + String get openAppDrawerTooltip => r'Atvērt navigācijas izvēlni'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow.–$lastRow. no $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow.–$lastRow. no aptuveni $rowCount'; + + @override + String get pasteButtonLabel => r'IELĪMĒT'; + + @override + String get popupMenuLabel => r'Uznirstošā izvēlne'; + + @override + String get postMeridiemAbbreviation => r'pēcpusdienā'; + + @override + String get previousMonthTooltip => r'Iepriekšējais mēnesis'; + + @override + String get previousPageTooltip => r'Iepriekšējā lapa'; + + @override + String get refreshIndicatorSemanticLabel => r'Atsvaidzināt'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'Atlikusi 1 rakstzīme.'; + + @override + String get remainingTextFieldCharacterCountOther => r'Atlikušas $remainingCount rakstzīmes.'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'Nav atlikusi neviena rakstzīme.'; + + @override + String get reorderItemDown => r'Pārvietot uz leju'; + + @override + String get reorderItemLeft => r'Pārvietot pa kreisi'; + + @override + String get reorderItemRight => r'Pārvietot pa labi'; + + @override + String get reorderItemToEnd => r'Pārvietot uz beigām'; + + @override + String get reorderItemToStart => r'Pārvietot uz sākumu'; + + @override + String get reorderItemUp => r'Pārvietot uz augšu'; + + @override + String get rowsPerPageTitle => r'Rindas lapā:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Meklēt'; + + @override + String get selectAllButtonLabel => r'ATLASĪT VISU'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'Atlasīts 1 vienums'; + + @override + String get selectedRowCountTitleOther => r'Atlasīti $selectedRowCount vienumi'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => r'Nav atlasītu vienumu'; + + @override + String get showAccountsLabel => r'Rādīt kontus'; + + @override + String get showMenuTooltip => r'Rādīt izvēlni'; + + @override + String get signedInLabel => r'Esat pierakstījies'; + + @override + String get tabLabelRaw => r'$tabIndex. cilne no $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Atlasiet stundas'; + + @override + String get timePickerMinuteModeAnnouncement => r'Atlasiet minūtes'; + + @override + String get viewLicensesButtonLabel => r'SKATĪT LICENCES'; +} + +/// The translations for Mongolian (`mn`). +class MaterialLocalizationMn extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Mongolian. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationMn({ + String localeName = 'mn', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'$applicationName-н тухай'; + + @override + String get alertDialogLabel => r'Сэрэмжлүүлэг'; + + @override + String get anteMeridiemAbbreviation => r'ӨГЛӨӨ'; + + @override + String get backButtonTooltip => r'Буцах'; + + @override + String get cancelButtonLabel => r'БОЛИХ'; + + @override + String get closeButtonLabel => r'ХААХ'; + + @override + String get closeButtonTooltip => r'Хаах'; + + @override + String get collapsedIconTapHint => r'Дэлгэх'; + + @override + String get continueButtonLabel => r'ҮРГЭЛЖЛҮҮЛЭХ'; + + @override + String get copyButtonLabel => r'ХУУЛАХ'; + + @override + String get cutButtonLabel => r'ТАСЛАХ'; + + @override + String get deleteButtonTooltip => r'Устгах'; + + @override + String get dialogLabel => r'Харилцах цонх'; + + @override + String get drawerLabel => r'Навигацийн цэс'; + + @override + String get expandedIconTapHint => r'Буулгах'; + + @override + String get hideAccountsLabel => r'Бүртгэлүүдийг нуух'; + + @override + String get licensesPageTitle => r'Лиценз'; + + @override + String get modalBarrierDismissLabel => r'Үл хэрэгсэх'; + + @override + String get nextMonthTooltip => r'Дараах сар'; + + @override + String get nextPageTooltip => r'Дараах хуудас'; + + @override + String get okButtonLabel => r'OK'; + + @override + String get openAppDrawerTooltip => r'Навигацийн цэсийг нээх'; + + @override + String get pageRowsInfoTitleRaw => r'$rowCount-н $firstRow–$lastRow'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'Ойролцоогоор $rowCount-н $firstRow–$lastRow'; + + @override + String get pasteButtonLabel => r'БУУЛГАХ'; + + @override + String get popupMenuLabel => r'Попап цэс'; + + @override + String get postMeridiemAbbreviation => r'ОРОЙ'; + + @override + String get previousMonthTooltip => r'Өмнөх сар'; + + @override + String get previousPageTooltip => r'Өмнөх хуудас'; + + @override + String get refreshIndicatorSemanticLabel => r'Сэргээх'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'1 тэмдэгт үлдсэн'; + + @override + String get remainingTextFieldCharacterCountOther => r'$remainingCount тэмдэгт үлдсэн'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'No characters remaining'; + + @override + String get reorderItemDown => r'Доош зөөх'; + + @override + String get reorderItemLeft => r'Зүүн тийш зөөх'; + + @override + String get reorderItemRight => r'Баруун тийш зөөх'; + + @override + String get reorderItemToEnd => r'Төгсгөл рүү зөөх'; + + @override + String get reorderItemToStart => r'Эхлэл рүү зөөх'; + + @override + String get reorderItemUp => r'Дээш зөөх'; + + @override + String get rowsPerPageTitle => r'Хуудсан дахь мөрийн тоо:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Хайх'; + + @override + String get selectAllButtonLabel => r'БҮГДИЙГ СОНГОХ'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'1 зүйл сонгосон'; + + @override + String get selectedRowCountTitleOther => r'$selectedRowCount зүйл сонгосон'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => r'Бичлэг сонгоогүй байна'; + + @override + String get showAccountsLabel => r'Бүртгэлүүдийг харуулах'; + + @override + String get showMenuTooltip => r'Цэсийг харуулах'; + + @override + String get signedInLabel => r'Нэвтэрсэн'; + + @override + String get tabLabelRaw => r'$tabCount-н $tabIndex-р таб'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Цаг сонгоно уу'; + + @override + String get timePickerMinuteModeAnnouncement => r'Минут сонгоно уу'; + + @override + String get viewLicensesButtonLabel => r'ЛИЦЕНЗИЙГ ХАРАХ'; +} + +/// The translations for Marathi (`mr`). +class MaterialLocalizationMr extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Marathi. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationMr({ + String localeName = 'mr', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'$applicationName बद्दल'; + + @override + String get alertDialogLabel => r'सूचना'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get backButtonTooltip => r'मागे'; + + @override + String get cancelButtonLabel => r'रद्द करा'; + + @override + String get closeButtonLabel => r'बंद करा'; + + @override + String get closeButtonTooltip => r'बंद करा'; + + @override + String get collapsedIconTapHint => r'विस्तार करा'; + + @override + String get continueButtonLabel => r'सुरू ठेवा'; + + @override + String get copyButtonLabel => r'कॉपी करा'; + + @override + String get cutButtonLabel => r'कट करा'; + + @override + String get deleteButtonTooltip => r'हटवा'; + + @override + String get dialogLabel => r'डायलॉग'; + + @override + String get drawerLabel => r'नेव्हिगेशन मेनू'; + + @override + String get expandedIconTapHint => r'कोलॅप्स करा'; + + @override + String get hideAccountsLabel => r'खाती लपवा'; + + @override + String get licensesPageTitle => r'परवाने'; + + @override + String get modalBarrierDismissLabel => r'डिसमिस करा'; + + @override + String get nextMonthTooltip => r'पुढील महिना'; + + @override + String get nextPageTooltip => r'पुढील पेज'; + + @override + String get okButtonLabel => r'ओके'; + + @override + String get openAppDrawerTooltip => r'नेव्हिगेशन मेनू उघडा'; + + @override + String get pageRowsInfoTitleRaw => r'$rowCount पैकी $firstRow–$lastRow'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$rowCount च्या बद्दल $firstRow–$lastRow'; + + @override + String get pasteButtonLabel => r'पेस्ट करा'; + + @override + String get popupMenuLabel => r'पॉपअप मेनू'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get previousMonthTooltip => r'मागील महिना'; + + @override + String get previousPageTooltip => r'मागील पेज'; + + @override + String get refreshIndicatorSemanticLabel => r'रिफ्रेश करा'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'एक वर्ण शिल्लक'; + + @override + String get remainingTextFieldCharacterCountOther => r'$remainingCount वर्ण शिल्लक'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'कोणतेही वर्ण शिल्लक नाहीत'; + + @override + String get reorderItemDown => r'खाली हलवा'; + + @override + String get reorderItemLeft => r'डावीकडे हलवा'; + + @override + String get reorderItemRight => r'उजवीकडे हलवा'; + + @override + String get reorderItemToEnd => r'शेवटाकडे हलवा'; + + @override + String get reorderItemToStart => r'सुरुवातीला हलवा'; + + @override + String get reorderItemUp => r'वर हलवा'; + + @override + String get rowsPerPageTitle => r'प्रति पेज पंक्ती:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.dense; + + @override + String get searchFieldLabel => r'शोध'; + + @override + String get selectAllButtonLabel => r'सर्व निवडा'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'एक अायटम निवडला'; + + @override + String get selectedRowCountTitleOther => r'$selectedRowCount अायटम निवडले'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => r'कोणतेही आयटम निवडलेले नाहीत'; + + @override + String get showAccountsLabel => r'खाती दर्शवा'; + + @override + String get showMenuTooltip => r'मेनू दाखवा'; + + @override + String get signedInLabel => r'साइन इन केले आहे'; + + @override + String get tabLabelRaw => r'$tabCount पैकी $tabIndex टॅब'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; + + @override + String get timePickerHourModeAnnouncement => r'तास निवडा'; + + @override + String get timePickerMinuteModeAnnouncement => r'मिनिटे निवडा'; + + @override + String get viewLicensesButtonLabel => r'परवाने पाहा'; +} + +/// The translations for Malay (`ms`). +class MaterialLocalizationMs extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Malay. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationMs({ + String localeName = 'ms', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'Perihal $applicationName'; + + @override + String get alertDialogLabel => r'Makluman'; + + @override + String get anteMeridiemAbbreviation => r'PG'; + + @override + String get backButtonTooltip => r'Kembali'; + + @override + String get cancelButtonLabel => r'BATAL'; + + @override + String get closeButtonLabel => r'TUTUP'; + + @override + String get closeButtonTooltip => r'Tutup'; + + @override + String get collapsedIconTapHint => r'Kembangkan'; + + @override + String get continueButtonLabel => r'TERUSKAN'; + + @override + String get copyButtonLabel => r'SALIN'; + + @override + String get cutButtonLabel => r'POTONG'; + + @override + String get deleteButtonTooltip => r'Padam'; + + @override + String get dialogLabel => r'Dialog'; + + @override + String get drawerLabel => r'Menu navigasi'; + + @override + String get expandedIconTapHint => r'Runtuhkan'; + + @override + String get hideAccountsLabel => r'Sembunyikan akaun'; + + @override + String get licensesPageTitle => r'Lesen'; + + @override + String get modalBarrierDismissLabel => r'Tolak'; + + @override + String get nextMonthTooltip => r'Bulan depan'; + + @override + String get nextPageTooltip => r'Halaman seterusnya'; + + @override + String get okButtonLabel => r'OK'; + + @override + String get openAppDrawerTooltip => r'Buka menu navigasi'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow dari $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow dari kira-kira $rowCount'; + + @override + String get pasteButtonLabel => r'TAMPAL'; + + @override + String get popupMenuLabel => r'Menu pop timbul'; + + @override + String get postMeridiemAbbreviation => r'PTG'; + + @override + String get previousMonthTooltip => r'Bulan sebelumnya'; + + @override + String get previousPageTooltip => r'Halaman sebelumnya'; + + @override + String get refreshIndicatorSemanticLabel => r'Muat semula'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'1 aksara lagi'; + + @override + String get remainingTextFieldCharacterCountOther => r'$remainingCount aksara lagi'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'Alih ke bawah'; + + @override + String get reorderItemLeft => r'Alih ke kiri'; + + @override + String get reorderItemRight => r'Alih ke kanan'; + + @override + String get reorderItemToEnd => r'Alih ke penghujung'; + + @override + String get reorderItemToStart => r'Alih ke permulaan'; + + @override + String get reorderItemUp => r'Alih ke atas'; + + @override + String get rowsPerPageTitle => r'Baris setiap halaman:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Cari'; + + @override + String get selectAllButtonLabel => r'PILIH SEMUA'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'1 item dipilih'; + + @override + String get selectedRowCountTitleOther => r'$selectedRowCount item dipilih'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => r'Tiada item dipilih'; + + @override + String get showAccountsLabel => r'Tunjukkan akaun'; + + @override + String get showMenuTooltip => r'Tunjukkan menu'; + + @override + String get signedInLabel => r'Dilog masuk'; + + @override + String get tabLabelRaw => r'Tab $tabIndex dari $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; + + @override + String get timePickerHourModeAnnouncement => r'Pilih jam'; + + @override + String get timePickerMinuteModeAnnouncement => r'Pilih minit'; + + @override + String get viewLicensesButtonLabel => r'LIHAT LESEN'; +} + +/// The translations for Norwegian Bokmål (`nb`). +class MaterialLocalizationNb extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Norwegian Bokmål. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationNb({ + String localeName = 'nb', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'Om $applicationName'; + + @override + String get alertDialogLabel => r'Varsel'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get backButtonTooltip => r'Tilbake'; + + @override + String get cancelButtonLabel => r'AVBRYT'; + + @override + String get closeButtonLabel => r'LUKK'; + + @override + String get closeButtonTooltip => r'Lukk'; + + @override + String get collapsedIconTapHint => r'Vis'; + + @override + String get continueButtonLabel => r'FORTSETT'; + + @override + String get copyButtonLabel => r'KOPIÉR'; + + @override + String get cutButtonLabel => r'KLIPP UT'; + + @override + String get deleteButtonTooltip => r'Slett'; + + @override + String get dialogLabel => r'Dialogboks'; + + @override + String get drawerLabel => r'Navigasjonsmeny'; + + @override + String get expandedIconTapHint => r'Skjul'; + + @override + String get hideAccountsLabel => r'Skjul kontoer'; + + @override + String get licensesPageTitle => r'Lisenser'; + + @override + String get modalBarrierDismissLabel => r'Avvis'; + + @override + String get nextMonthTooltip => r'Neste måned'; + + @override + String get nextPageTooltip => r'Neste side'; + + @override + String get okButtonLabel => r'OK'; + + @override + String get openAppDrawerTooltip => r'Åpne navigasjonsmenyen'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow av $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow av omtrent $rowCount'; + + @override + String get pasteButtonLabel => r'LIM INN'; + + @override + String get popupMenuLabel => r'Forgrunnsmeny'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get previousMonthTooltip => r'Forrige måned'; + + @override + String get previousPageTooltip => r'Forrige side'; + + @override + String get refreshIndicatorSemanticLabel => r'Laster inn på nytt'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'1 tegn gjenstår'; + + @override + String get remainingTextFieldCharacterCountOther => r'$remainingCount tegn gjenstår'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'Flytt ned'; + + @override + String get reorderItemLeft => r'Flytt til venstre'; + + @override + String get reorderItemRight => r'Flytt til høyre'; + + @override + String get reorderItemToEnd => r'Flytt til slutten'; + + @override + String get reorderItemToStart => r'Flytt til starten'; + + @override + String get reorderItemUp => r'Flytt opp'; + + @override + String get rowsPerPageTitle => r'Rader per side:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Søk'; + + @override + String get selectAllButtonLabel => r'VELG ALLE'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'1 element er valgt'; + + @override + String get selectedRowCountTitleOther => r'$selectedRowCount elementer er valgt'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'Vis kontoer'; + + @override + String get showMenuTooltip => r'Vis meny'; + + @override + String get signedInLabel => r'Pålogget'; + + @override + String get tabLabelRaw => r'Fane $tabIndex av $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Angi timer'; + + @override + String get timePickerMinuteModeAnnouncement => r'Angi minutter'; + + @override + String get viewLicensesButtonLabel => r'SE LISENSER'; +} + +/// The translations for Dutch Flemish (`nl`). +class MaterialLocalizationNl extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Dutch Flemish. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationNl({ + String localeName = 'nl', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'Over $applicationName'; + + @override + String get alertDialogLabel => r'Melding'; + + @override + String get anteMeridiemAbbreviation => r'am'; + + @override + String get backButtonTooltip => r'Terug'; + + @override + String get cancelButtonLabel => r'ANNULEREN'; + + @override + String get closeButtonLabel => r'SLUITEN'; + + @override + String get closeButtonTooltip => r'Sluiten'; + + @override + String get collapsedIconTapHint => r'Uitvouwen'; + + @override + String get continueButtonLabel => r'DOORGAAN'; + + @override + String get copyButtonLabel => r'KOPIËREN'; + + @override + String get cutButtonLabel => r'KNIPPEN'; + + @override + String get deleteButtonTooltip => r'Verwijderen'; + + @override + String get dialogLabel => r'Dialoogvenster'; + + @override + String get drawerLabel => r'Navigatiemenu'; + + @override + String get expandedIconTapHint => r'Samenvouwen'; + + @override + String get hideAccountsLabel => r'Accounts verbergen'; + + @override + String get licensesPageTitle => r'Licenties'; + + @override + String get modalBarrierDismissLabel => r'Sluiten'; + + @override + String get nextMonthTooltip => r'Volgende maand'; + + @override + String get nextPageTooltip => r'Volgende pagina'; + + @override + String get okButtonLabel => r'OK'; + + @override + String get openAppDrawerTooltip => r'Navigatiemenu openen'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow van $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow van ongeveer $rowCount'; + + @override + String get pasteButtonLabel => r'PLAKKEN'; + + @override + String get popupMenuLabel => r'Pop-upmenu'; + + @override + String get postMeridiemAbbreviation => r'pm'; + + @override + String get previousMonthTooltip => r'Vorige maand'; + + @override + String get previousPageTooltip => r'Vorige pagina'; + + @override + String get refreshIndicatorSemanticLabel => r'Vernieuwen'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'1 teken resterend'; + + @override + String get remainingTextFieldCharacterCountOther => r'$remainingCount tekens resterend'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'Omlaag verplaatsen'; + + @override + String get reorderItemLeft => r'Naar links verplaatsen'; + + @override + String get reorderItemRight => r'Naar rechts verplaatsen'; + + @override + String get reorderItemToEnd => r'Naar het einde verplaatsen'; + + @override + String get reorderItemToStart => r'Naar het begin verplaatsen'; + + @override + String get reorderItemUp => r'Omhoog verplaatsen'; + + @override + String get rowsPerPageTitle => r'Rijen per pagina:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Zoeken'; + + @override + String get selectAllButtonLabel => r'ALLES SELECTEREN'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'1 item geselecteerd'; + + @override + String get selectedRowCountTitleOther => r'$selectedRowCount items geselecteerd'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'Accounts weergeven'; + + @override + String get showMenuTooltip => r'Menu weergeven'; + + @override + String get signedInLabel => r'Ingelogd'; + + @override + String get tabLabelRaw => r'Tabblad $tabIndex van $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Uren selecteren'; + + @override + String get timePickerMinuteModeAnnouncement => r'Minuten selecteren'; + + @override + String get viewLicensesButtonLabel => r'LICENTIES BEKIJKEN'; +} + +/// The translations for Polish (`pl`). +class MaterialLocalizationPl extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Polish. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationPl({ + String localeName = 'pl', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'$applicationName – informacje'; + + @override + String get alertDialogLabel => r'Alert'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get backButtonTooltip => r'Wstecz'; + + @override + String get cancelButtonLabel => r'ANULUJ'; + + @override + String get closeButtonLabel => r'ZAMKNIJ'; + + @override + String get closeButtonTooltip => r'Zamknij'; + + @override + String get collapsedIconTapHint => r'Rozwiń'; + + @override + String get continueButtonLabel => r'DALEJ'; + + @override + String get copyButtonLabel => r'KOPIUJ'; + + @override + String get cutButtonLabel => r'WYTNIJ'; + + @override + String get deleteButtonTooltip => r'Usuń'; + + @override + String get dialogLabel => r'Okno dialogowe'; + + @override + String get drawerLabel => r'Menu nawigacyjne'; + + @override + String get expandedIconTapHint => r'Zwiń'; + + @override + String get hideAccountsLabel => r'Ukryj konta'; + + @override + String get licensesPageTitle => r'Licencje'; + + @override + String get modalBarrierDismissLabel => r'Zamknij'; + + @override + String get nextMonthTooltip => r'Następny miesiąc'; + + @override + String get nextPageTooltip => r'Następna strona'; + + @override + String get okButtonLabel => r'OK'; + + @override + String get openAppDrawerTooltip => r'Otwórz menu nawigacyjne'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow z $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow z około $rowCount'; + + @override + String get pasteButtonLabel => r'WKLEJ'; + + @override + String get popupMenuLabel => r'Wyskakujące menu'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get previousMonthTooltip => r'Poprzedni miesiąc'; + + @override + String get previousPageTooltip => r'Poprzednia strona'; + + @override + String get refreshIndicatorSemanticLabel => r'Odśwież'; + + @override + String get remainingTextFieldCharacterCountFew => r'Jeszcze $remainingCount znaki'; + + @override + String get remainingTextFieldCharacterCountMany => r'Jeszcze $remainingCount znaków'; + + @override + String get remainingTextFieldCharacterCountOne => r'Jeszcze 1 znak'; + + @override + String get remainingTextFieldCharacterCountOther => r'Jeszcze $remainingCount znaku'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'Przenieś w dół'; + + @override + String get reorderItemLeft => r'Przenieś w lewo'; + + @override + String get reorderItemRight => r'Przenieś w prawo'; + + @override + String get reorderItemToEnd => r'Przenieś na koniec'; + + @override + String get reorderItemToStart => r'Przenieś na początek'; + + @override + String get reorderItemUp => r'Przenieś w górę'; + + @override + String get rowsPerPageTitle => r'Wiersze na stronie:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Szukaj'; + + @override + String get selectAllButtonLabel => r'ZAZNACZ WSZYSTKO'; + + @override + String get selectedRowCountTitleFew => r'$selectedRowCount wybrane elementy'; + + @override + String get selectedRowCountTitleMany => r'$selectedRowCount wybranych elementów'; + + @override + String get selectedRowCountTitleOne => r'1 wybrany element'; + + @override + String get selectedRowCountTitleOther => r'$selectedRowCount wybranego elementu'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'Pokaż konta'; + + @override + String get showMenuTooltip => r'Pokaż menu'; + + @override + String get signedInLabel => r'Zalogowani użytkownicy'; + + @override + String get tabLabelRaw => r'Karta $tabIndex z $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Wybierz godziny'; + + @override + String get timePickerMinuteModeAnnouncement => r'Wybierz minuty'; + + @override + String get viewLicensesButtonLabel => r'WYŚWIETL LICENCJE'; +} + +/// The translations for Pushto Pashto (`ps`). +class MaterialLocalizationPs extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Pushto Pashto. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationPs({ + String localeName = 'ps', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'د $applicationName په اړه'; + + @override + String get alertDialogLabel => r'خبرتیا'; + + @override + String get anteMeridiemAbbreviation => null; + + @override + String get backButtonTooltip => r'شاته'; + + @override + String get cancelButtonLabel => r'لغوه کول'; + + @override + String get closeButtonLabel => r'تړل'; + + @override + String get closeButtonTooltip => r'بنده'; + + @override + String get collapsedIconTapHint => r'TBD'; + + @override + String get continueButtonLabel => r'منځپانګې'; + + @override + String get copyButtonLabel => r'کاپی'; + + @override + String get cutButtonLabel => r'کم کړئ'; + + @override + String get deleteButtonTooltip => r''; + + @override + String get dialogLabel => r'خبرې اترې'; + + @override + String get drawerLabel => r'د نیویگیشن مینو'; + + @override + String get expandedIconTapHint => r'TBD'; + + @override + String get hideAccountsLabel => r'حسابونه پټ کړئ'; + + @override + String get licensesPageTitle => r'جوازونه'; + + @override + String get modalBarrierDismissLabel => r'رد کړه'; + + @override + String get nextMonthTooltip => r'بله میاشت'; + + @override + String get nextPageTooltip => r'بله پاڼه'; + + @override + String get okButtonLabel => r'سمه ده'; + + @override + String get openAppDrawerTooltip => r'د پرانیستی نیینګ مینو'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow د $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow څخه $rowCount د'; + + @override + String get pasteButtonLabel => r'پیټ کړئ'; + + @override + String get popupMenuLabel => r'د پاپ اپ مینو'; + + @override + String get postMeridiemAbbreviation => null; + + @override + String get previousMonthTooltip => r'تیره میاشت'; + + @override + String get previousPageTooltip => r'مخکینی مخ'; + + @override + String get refreshIndicatorSemanticLabel => r'TBD'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'TBD'; + + @override + String get remainingTextFieldCharacterCountOther => r'TBD'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'TBD'; + + @override + String get reorderItemLeft => r'TBD'; + + @override + String get reorderItemRight => r'TBD'; + + @override + String get reorderItemToEnd => r'TBD'; + + @override + String get reorderItemToStart => r'TBD'; + + @override + String get reorderItemUp => r'TBD'; + + @override + String get rowsPerPageTitle => r'د هرې پاڼې پاڼې:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.tall; + + @override + String get searchFieldLabel => r'لټون'; + + @override + String get selectAllButtonLabel => r'غوره کړئ'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => null; + + @override + String get selectedRowCountTitleOther => r'$selectedRowCount توکي غوره شوي'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'حسابونه ښکاره کړئ'; + + @override + String get showMenuTooltip => r'غورنۍ ښودل'; + + @override + String get signedInLabel => r'ننوتل'; + + @override + String get tabLabelRaw => r'$tabIndex د $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'وختونه وټاکئ'; + + @override + String get timePickerMinuteModeAnnouncement => r'منې غوره کړئ'; + + @override + String get viewLicensesButtonLabel => r'لیدلس وګورئ'; +} + +/// The translations for Portuguese (`pt`). +class MaterialLocalizationPt extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Portuguese. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationPt({ + String localeName = 'pt', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'Sobre o app $applicationName'; + + @override + String get alertDialogLabel => r'Alerta'; + + @override + String get anteMeridiemAbbreviation => r'Manhã'; + + @override + String get backButtonTooltip => r'Voltar'; + + @override + String get cancelButtonLabel => r'CANCELAR'; + + @override + String get closeButtonLabel => r'FECHAR'; + + @override + String get closeButtonTooltip => r'Fechar'; + + @override + String get collapsedIconTapHint => r'Expandir'; + + @override + String get continueButtonLabel => r'CONTINUAR'; + + @override + String get copyButtonLabel => r'COPIAR'; + + @override + String get cutButtonLabel => r'RECORTAR'; + + @override + String get deleteButtonTooltip => r'Excluir'; + + @override + String get dialogLabel => r'Caixa de diálogo'; + + @override + String get drawerLabel => r'Menu de navegação'; + + @override + String get expandedIconTapHint => r'Recolher'; + + @override + String get hideAccountsLabel => r'Ocultar contas'; + + @override + String get licensesPageTitle => r'Licenças'; + + @override + String get modalBarrierDismissLabel => r'Dispensar'; + + @override + String get nextMonthTooltip => r'Próximo mês'; + + @override + String get nextPageTooltip => r'Próxima página'; + + @override + String get okButtonLabel => r'Ok'; + + @override + String get openAppDrawerTooltip => r'Abrir menu de navegação'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow de $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow de aproximadamente $rowCount'; + + @override + String get pasteButtonLabel => r'COLAR'; + + @override + String get popupMenuLabel => r'Menu pop-up'; + + @override + String get postMeridiemAbbreviation => r'Tarde/noite'; + + @override + String get previousMonthTooltip => r'Mês anterior'; + + @override + String get previousPageTooltip => r'Página anterior'; + + @override + String get refreshIndicatorSemanticLabel => r'Atualizar'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'1 caractere restante'; + + @override + String get remainingTextFieldCharacterCountOther => r'$remainingCount caracteres restantes'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'Mover para baixo'; + + @override + String get reorderItemLeft => r'Mover para a esquerda'; + + @override + String get reorderItemRight => r'Mover para a direita'; + + @override + String get reorderItemToEnd => r'Mover para o final'; + + @override + String get reorderItemToStart => r'Mover para o início'; + + @override + String get reorderItemUp => r'Mover para cima'; + + @override + String get rowsPerPageTitle => r'Linhas por página:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Pesquisa'; + + @override + String get selectAllButtonLabel => r'SELECIONAR TUDO'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'1 item selecionado'; + + @override + String get selectedRowCountTitleOther => r'$selectedRowCount itens selecionados'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'Mostrar contas'; + + @override + String get showMenuTooltip => r'Mostrar menu'; + + @override + String get signedInLabel => r'Conectado a'; + + @override + String get tabLabelRaw => r'Guia $tabIndex de $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Selecione as horas'; + + @override + String get timePickerMinuteModeAnnouncement => r'Selecione os minutos'; + + @override + String get viewLicensesButtonLabel => r'VER LICENÇAS'; +} + +/// The translations for Portuguese, as used in Portugal (`pt_PT`). +class MaterialLocalizationPtPt extends MaterialLocalizationPt { + /// Create an instance of the translation bundle for Portuguese, as used in Portugal. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationPtPt({ + String localeName = 'pt_PT', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get tabLabelRaw => r'Separador $tabIndex de $tabCount'; + + @override + String get signedInLabel => r'Com sessão iniciada'; + + @override + String get timePickerMinuteModeAnnouncement => r'Selecionar minutos'; + + @override + String get timePickerHourModeAnnouncement => r'Selecionar horas'; + + @override + String get deleteButtonTooltip => r'Eliminar'; + + @override + String get nextMonthTooltip => r'Mês seguinte'; + + @override + String get nextPageTooltip => r'Página seguinte'; + + @override + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow a $lastRow de $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow a $lastRow de cerca de $rowCount'; + + @override + String get cutButtonLabel => r'CORTAR'; + + @override + String get okButtonLabel => r'OK'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get modalBarrierDismissLabel => r'Ignorar'; + + @override + String get searchFieldLabel => r'Pesquisar'; + + @override + String get reorderItemToEnd => r'Mover para o fim'; + + @override + String get expandedIconTapHint => r'Reduzir'; + + @override + String get remainingTextFieldCharacterCountOne => r'Resta 1 caráter'; + + @override + String get remainingTextFieldCharacterCountOther => r'Restam $remainingCount carateres'; +} + +/// The translations for Romanian Moldavian Moldovan (`ro`). +class MaterialLocalizationRo extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Romanian Moldavian Moldovan. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationRo({ + String localeName = 'ro', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'Despre $applicationName'; + + @override + String get alertDialogLabel => r'Alertă'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get backButtonTooltip => r'Înapoi'; + + @override + String get cancelButtonLabel => r'ANULAȚI'; + + @override + String get closeButtonLabel => r'ÎNCHIDEȚI'; + + @override + String get closeButtonTooltip => r'Închideți'; + + @override + String get collapsedIconTapHint => r'Extindeți'; + + @override + String get continueButtonLabel => r'CONTINUAȚI'; + + @override + String get copyButtonLabel => r'COPIAȚI'; + + @override + String get cutButtonLabel => r'DECUPAȚI'; + + @override + String get deleteButtonTooltip => r'Ștergeți'; + + @override + String get dialogLabel => r'Casetă de dialog'; + + @override + String get drawerLabel => r'Meniu de navigare'; + + @override + String get expandedIconTapHint => r'Restrângeți'; + + @override + String get hideAccountsLabel => r'Ascundeți conturile'; + + @override + String get licensesPageTitle => r'Licențe'; + + @override + String get modalBarrierDismissLabel => r'Închideți'; + + @override + String get nextMonthTooltip => r'Luna viitoare'; + + @override + String get nextPageTooltip => r'Pagina următoare'; + + @override + String get okButtonLabel => r'OK'; + + @override + String get openAppDrawerTooltip => r'Deschideți meniul de navigare'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow din $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow din aproximativ $rowCount'; + + @override + String get pasteButtonLabel => r'INSERAȚI'; + + @override + String get popupMenuLabel => r'Meniu pop-up'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get previousMonthTooltip => r'Luna trecută'; + + @override + String get previousPageTooltip => r'Pagina anterioară'; + + @override + String get refreshIndicatorSemanticLabel => r'Actualizați'; + + @override + String get remainingTextFieldCharacterCountFew => r'$remainingCount caractere rămase'; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'un caracter rămas'; + + @override + String get remainingTextFieldCharacterCountOther => r'$remainingCount de caractere rămase'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'Mutați în jos'; + + @override + String get reorderItemLeft => r'Mutați la stânga'; + + @override + String get reorderItemRight => r'Mutați la dreapta'; + + @override + String get reorderItemToEnd => r'Mutați la sfârșit'; + + @override + String get reorderItemToStart => r'Mutați la început'; + + @override + String get reorderItemUp => r'Mutați în sus'; + + @override + String get rowsPerPageTitle => r'Rânduri pe pagină:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Căutați'; + + @override + String get selectAllButtonLabel => r'SELECTAȚI TOATE'; + + @override + String get selectedRowCountTitleFew => r'$selectedRowCount articole selectate'; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'Un articol selectat'; + + @override + String get selectedRowCountTitleOther => r'$selectedRowCount de articole selectate'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => r'Nu există elemente selectate'; + + @override + String get showAccountsLabel => r'Afișați conturile'; + + @override + String get showMenuTooltip => r'Afișați meniul'; + + @override + String get signedInLabel => r'V-ați conectat'; + + @override + String get tabLabelRaw => r'Fila $tabIndex din $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Selectați orele'; + + @override + String get timePickerMinuteModeAnnouncement => r'Selectați minutele'; + + @override + String get viewLicensesButtonLabel => r'VEDEȚI LICENȚELE'; +} + +/// The translations for Russian (`ru`). +class MaterialLocalizationRu extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Russian. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationRu({ + String localeName = 'ru', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'$applicationName: сведения'; + + @override + String get alertDialogLabel => r'Оповещение'; + + @override + String get anteMeridiemAbbreviation => r'АМ'; + + @override + String get backButtonTooltip => r'Назад'; + + @override + String get cancelButtonLabel => r'ОТМЕНА'; + + @override + String get closeButtonLabel => r'ЗАКРЫТЬ'; + + @override + String get closeButtonTooltip => r'Закрыть'; + + @override + String get collapsedIconTapHint => r'Развернуть'; + + @override + String get continueButtonLabel => r'ПРОДОЛЖИТЬ'; + + @override + String get copyButtonLabel => r'КОПИРОВАТЬ'; + + @override + String get cutButtonLabel => r'ВЫРЕЗАТЬ'; + + @override + String get deleteButtonTooltip => r'Удалить'; + + @override + String get dialogLabel => r'Диалоговое окно'; + + @override + String get drawerLabel => r'Меню навигации'; + + @override + String get expandedIconTapHint => r'Свернуть'; + + @override + String get hideAccountsLabel => r'Скрыть аккаунты'; + + @override + String get licensesPageTitle => r'Лицензии'; + + @override + String get modalBarrierDismissLabel => r'Закрыть'; + + @override + String get nextMonthTooltip => r'Следующий месяц'; + + @override + String get nextPageTooltip => r'Следующая страница'; + + @override + String get okButtonLabel => r'ОК'; + + @override + String get openAppDrawerTooltip => r'Открыть меню навигации'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow из $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow из примерно $rowCount'; + + @override + String get pasteButtonLabel => r'ВСТАВИТЬ'; + + @override + String get popupMenuLabel => r'Всплывающее меню'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get previousMonthTooltip => r'Предыдущий месяц'; + + @override + String get previousPageTooltip => r'Предыдущая страница'; + + @override + String get refreshIndicatorSemanticLabel => r'Обновление'; + + @override + String get remainingTextFieldCharacterCountFew => r'Осталось $remainingCount символа'; + + @override + String get remainingTextFieldCharacterCountMany => r'Осталось $remainingCount символов'; + + @override + String get remainingTextFieldCharacterCountOne => r'Остался 1 символ'; + + @override + String get remainingTextFieldCharacterCountOther => r'Осталось $remainingCount символа'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'Переместить вниз'; + + @override + String get reorderItemLeft => r'Переместить влево'; + + @override + String get reorderItemRight => r'Переместить вправо'; + + @override + String get reorderItemToEnd => r'Переместить в конец'; + + @override + String get reorderItemToStart => r'Переместить в начало'; + + @override + String get reorderItemUp => r'Переместить вверх'; + + @override + String get rowsPerPageTitle => r'Строк на странице:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Поиск'; + + @override + String get selectAllButtonLabel => r'ВЫБРАТЬ ВСЕ'; + + @override + String get selectedRowCountTitleFew => r'Выбрано $selectedRowCount объекта'; + + @override + String get selectedRowCountTitleMany => r'Выбрано $selectedRowCount объектов'; + + @override + String get selectedRowCountTitleOne => r'Выбран 1 объект'; + + @override + String get selectedRowCountTitleOther => r'Выбрано $selectedRowCount объекта'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => r'Строки не выбраны'; + + @override + String get showAccountsLabel => r'Показать аккаунты'; + + @override + String get showMenuTooltip => r'Показать меню'; + + @override + String get signedInLabel => r'Вход выполнен'; + + @override + String get tabLabelRaw => r'Вкладка $tabIndex из $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Выберите часы'; + + @override + String get timePickerMinuteModeAnnouncement => r'Выберите минуты'; + + @override + String get viewLicensesButtonLabel => r'ЛИЦЕНЗИИ'; +} + +/// The translations for Slovak (`sk`). +class MaterialLocalizationSk extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Slovak. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationSk({ + String localeName = 'sk', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'$applicationName – informácie'; + + @override + String get alertDialogLabel => r'Upozornenie'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get backButtonTooltip => r'Späť'; + + @override + String get cancelButtonLabel => r'ZRUŠIŤ'; + + @override + String get closeButtonLabel => r'ZAVRIEŤ'; + + @override + String get closeButtonTooltip => r'Zavrieť'; + + @override + String get collapsedIconTapHint => r'Rozbaliť'; + + @override + String get continueButtonLabel => r'POKRAČOVAŤ'; + + @override + String get copyButtonLabel => r'KOPÍROVAŤ'; + + @override + String get cutButtonLabel => r'VYSTRIHNÚŤ'; + + @override + String get deleteButtonTooltip => r'Odstrániť'; + + @override + String get dialogLabel => r'Dialógové okno'; + + @override + String get drawerLabel => r'Navigačná ponuka'; + + @override + String get expandedIconTapHint => r'Zbaliť'; + + @override + String get hideAccountsLabel => r'Skryť účty'; + + @override + String get licensesPageTitle => r'Licencie'; + + @override + String get modalBarrierDismissLabel => r'Odmietnuť'; + + @override + String get nextMonthTooltip => r'Budúci mesiac'; + + @override + String get nextPageTooltip => r'Ďalšia strana'; + + @override + String get okButtonLabel => r'OK'; + + @override + String get openAppDrawerTooltip => r'Otvoriť navigačnú ponuku'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow z $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow z približne $rowCount'; + + @override + String get pasteButtonLabel => r'PRILEPIŤ'; + + @override + String get popupMenuLabel => r'Kontextová ponuka'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get previousMonthTooltip => r'Predošlý mesiac'; + + @override + String get previousPageTooltip => r'Predchádzajúca stránka'; + + @override + String get refreshIndicatorSemanticLabel => r'Obnoviť'; + + @override + String get remainingTextFieldCharacterCountFew => r'Zostávajú $remainingCount znaky'; + + @override + String get remainingTextFieldCharacterCountMany => r'$remainingCount characters remaining'; + + @override + String get remainingTextFieldCharacterCountOne => r'Zostáva 1 znak'; + + @override + String get remainingTextFieldCharacterCountOther => r'Zostáva $remainingCount znakov'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'Presunúť nadol'; + + @override + String get reorderItemLeft => r'Presunúť doľava'; + + @override + String get reorderItemRight => r'Presunúť doprava'; + + @override + String get reorderItemToEnd => r'Presunúť na koniec'; + + @override + String get reorderItemToStart => r'Presunúť na začiatok'; + + @override + String get reorderItemUp => r'Presunúť nahor'; + + @override + String get rowsPerPageTitle => r'Počet riadkov na stránku:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Hľadať'; + + @override + String get selectAllButtonLabel => r'VYBRAŤ VŠETKO'; + + @override + String get selectedRowCountTitleFew => r'$selectedRowCount vybraté položky'; + + @override + String get selectedRowCountTitleMany => r'$selectedRowCount items selected'; + + @override + String get selectedRowCountTitleOne => r'1 vybratá položka'; + + @override + String get selectedRowCountTitleOther => r'$selectedRowCount vybratých položiek'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'Zobraziť účty'; + + @override + String get showMenuTooltip => r'Zobraziť ponuku'; + + @override + String get signedInLabel => r'Prihlásili ste sa'; + + @override + String get tabLabelRaw => r'Karta $tabIndex z $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Vybrať hodiny'; + + @override + String get timePickerMinuteModeAnnouncement => r'Vybrať minúty'; + + @override + String get viewLicensesButtonLabel => r'ZOBRAZIŤ LICENCIE'; +} + +/// The translations for Slovenian (`sl`). +class MaterialLocalizationSl extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Slovenian. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationSl({ + String localeName = 'sl', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'O aplikaciji $applicationName'; + + @override + String get alertDialogLabel => r'Opozorilo'; + + @override + String get anteMeridiemAbbreviation => r'DOP.'; + + @override + String get backButtonTooltip => r'Nazaj'; + + @override + String get cancelButtonLabel => r'PREKLIČI'; + + @override + String get closeButtonLabel => r'ZAPRI'; + + @override + String get closeButtonTooltip => r'Zapiranje'; + + @override + String get collapsedIconTapHint => r'Razširiti'; + + @override + String get continueButtonLabel => r'NAPREJ'; + + @override + String get copyButtonLabel => r'KOPIRAJ'; + + @override + String get cutButtonLabel => r'IZREŽI'; + + @override + String get deleteButtonTooltip => r'Brisanje'; + + @override + String get dialogLabel => r'Pogovorno okno'; + + @override + String get drawerLabel => r'Meni za krmarjenje'; + + @override + String get expandedIconTapHint => r'Strniti'; + + @override + String get hideAccountsLabel => r'Skrivanje računov'; + + @override + String get licensesPageTitle => r'Licence'; + + @override + String get modalBarrierDismissLabel => r'Opusti'; + + @override + String get nextMonthTooltip => r'Naslednji mesec'; + + @override + String get nextPageTooltip => r'Naslednja stran'; + + @override + String get okButtonLabel => r'V REDU'; + + @override + String get openAppDrawerTooltip => r'Odpiranje menija za krmarjenje'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow od $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow od približno $rowCount'; + + @override + String get pasteButtonLabel => r'PRILEPI'; + + @override + String get popupMenuLabel => r'Pojavni meni'; + + @override + String get postMeridiemAbbreviation => r'POP.'; + + @override + String get previousMonthTooltip => r'Prejšnji mesec'; + + @override + String get previousPageTooltip => r'Prejšnja stran'; + + @override + String get refreshIndicatorSemanticLabel => r'Osveži'; + + @override + String get remainingTextFieldCharacterCountFew => r'Še $remainingCount znaki'; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'Še 1 znak'; + + @override + String get remainingTextFieldCharacterCountOther => r'Še $remainingCount znakov'; + + @override + String get remainingTextFieldCharacterCountTwo => r'Še $remainingCount znaka'; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'Premakni navzdol'; + + @override + String get reorderItemLeft => r'Premakni levo'; + + @override + String get reorderItemRight => r'Premakni desno'; + + @override + String get reorderItemToEnd => r'Premakni na konec'; + + @override + String get reorderItemToStart => r'Premakni na začetek'; + + @override + String get reorderItemUp => r'Premakni navzgor'; + + @override + String get rowsPerPageTitle => r'Vrstice na stran:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Iskanje'; + + @override + String get selectAllButtonLabel => r'IZBERI VSE'; + + @override + String get selectedRowCountTitleFew => r'Izbrani so $selectedRowCount elementi'; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'Izbran je 1 element'; + + @override + String get selectedRowCountTitleOther => r'Izbranih je $selectedRowCount elementov'; + + @override + String get selectedRowCountTitleTwo => r'Izbrana sta $selectedRowCount elementa'; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'Prikaz računov'; + + @override + String get showMenuTooltip => r'Prikaz menija'; + + @override + String get signedInLabel => r'Prijavljen'; + + @override + String get tabLabelRaw => r'Zavihek $tabIndex od $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Izberite ure'; + + @override + String get timePickerMinuteModeAnnouncement => r'Izberite minute'; + + @override + String get viewLicensesButtonLabel => r'PRIKAŽI LICENCE'; +} + +/// The translations for Serbian (`sr`). +class MaterialLocalizationSr extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Serbian. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationSr({ + String localeName = 'sr', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'О апликацији $applicationName'; + + @override + String get alertDialogLabel => r'Обавештење'; + + @override + String get anteMeridiemAbbreviation => r'пре подне'; + + @override + String get backButtonTooltip => r'Назад'; + + @override + String get cancelButtonLabel => r'ОТКАЖИ'; + + @override + String get closeButtonLabel => r'ЗАТВОРИ'; + + @override + String get closeButtonTooltip => r'Затворите'; + + @override + String get collapsedIconTapHint => r'Прошири'; + + @override + String get continueButtonLabel => r'НАСТАВИ'; + + @override + String get copyButtonLabel => r'КОПИРАЈ'; + + @override + String get cutButtonLabel => r'ИСЕЦИ'; + + @override + String get deleteButtonTooltip => r'Избришите'; + + @override + String get dialogLabel => r'Дијалог'; + + @override + String get drawerLabel => r'Мени за навигацију'; + + @override + String get expandedIconTapHint => r'Скупи'; + + @override + String get hideAccountsLabel => r'Сакриј налоге'; + + @override + String get licensesPageTitle => r'Лиценце'; + + @override + String get modalBarrierDismissLabel => r'Одбаци'; + + @override + String get nextMonthTooltip => r'Следећи месец'; + + @override + String get nextPageTooltip => r'Следећа страница'; + + @override + String get okButtonLabel => r'Потврди'; + + @override + String get openAppDrawerTooltip => r'Отворите мени за навигацију'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow oд $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow oд приближно $rowCount'; + + @override + String get pasteButtonLabel => r'НАЛЕПИ'; + + @override + String get popupMenuLabel => r'Искачући мени'; + + @override + String get postMeridiemAbbreviation => r'по подне'; + + @override + String get previousMonthTooltip => r'Претходни месец'; + + @override + String get previousPageTooltip => r'Претходна страница'; + + @override + String get refreshIndicatorSemanticLabel => r'Освежи'; + + @override + String get remainingTextFieldCharacterCountFew => r'Преостала су $remainingCount знака'; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'Преостао је 1 знак'; + + @override + String get remainingTextFieldCharacterCountOther => r'Преостало је $remainingCount знакова'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'Померите надоле'; + + @override + String get reorderItemLeft => r'Померите улево'; + + @override + String get reorderItemRight => r'Померите удесно'; + + @override + String get reorderItemToEnd => r'Померите на крај'; + + @override + String get reorderItemToStart => r'Померите на почетак'; + + @override + String get reorderItemUp => r'Померите нагоре'; + + @override + String get rowsPerPageTitle => r'Редова по страници:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Претражите'; + + @override + String get selectAllButtonLabel => r'ИЗАБЕРИ СВЕ'; + + @override + String get selectedRowCountTitleFew => r'Изабране су $selectedRowCount ставке'; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'Изабрана је 1 ставка'; + + @override + String get selectedRowCountTitleOther => r'Изабрано је $selectedRowCount ставки'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'Прикажи налоге'; + + @override + String get showMenuTooltip => r'Прикажи мени'; + + @override + String get signedInLabel => r'Пријављени сте'; + + @override + String get tabLabelRaw => r'$tabIndex. картица од $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Изаберите сате'; + + @override + String get timePickerMinuteModeAnnouncement => r'Изаберите минуте'; + + @override + String get viewLicensesButtonLabel => r'ПРИКАЖИ ЛИЦЕНЦЕ'; +} + +/// The translations for Serbian, using the Cyrillic script (`sr_Cyrl`). +class MaterialLocalizationSrCyrl extends MaterialLocalizationSr { + /// Create an instance of the translation bundle for Serbian, using the Cyrillic script. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationSrCyrl({ + String localeName = 'sr_Cyrl', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); +} + +/// The translations for Serbian, using the Latin script (`sr_Latn`). +class MaterialLocalizationSrLatn extends MaterialLocalizationSr { + /// Create an instance of the translation bundle for Serbian, using the Latin script. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationSrLatn({ + String localeName = 'sr_Latn', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get remainingTextFieldCharacterCountFew => r'Preostala su $remainingCount znaka'; + + @override + String get selectedRowCountTitleFew => r'Izabrane su $selectedRowCount stavke'; + + @override + String get openAppDrawerTooltip => r'Otvorite meni za navigaciju'; + + @override + String get backButtonTooltip => r'Nazad'; + + @override + String get closeButtonTooltip => r'Zatvorite'; + + @override + String get deleteButtonTooltip => r'Izbrišite'; + + @override + String get nextMonthTooltip => r'Sledeći mesec'; + + @override + String get previousMonthTooltip => r'Prethodni mesec'; + + @override + String get nextPageTooltip => r'Sledeća stranica'; + + @override + String get previousPageTooltip => r'Prethodna stranica'; + + @override + String get showMenuTooltip => r'Prikaži meni'; + + @override + String get aboutListTileTitleRaw => r'O aplikaciji $applicationName'; + + @override + String get licensesPageTitle => r'Licence'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow od $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow od približno $rowCount'; + + @override + String get rowsPerPageTitle => r'Redova po stranici:'; + + @override + String get tabLabelRaw => r'$tabIndex. kartica od $tabCount'; + + @override + String get selectedRowCountTitleOne => r'Izabrana je 1 stavka'; + + @override + String get selectedRowCountTitleOther => r'Izabrano je $selectedRowCount stavki'; + + @override + String get cancelButtonLabel => r'OTKAŽI'; + + @override + String get closeButtonLabel => r'ZATVORI'; + + @override + String get continueButtonLabel => r'NASTAVI'; + + @override + String get copyButtonLabel => r'KOPIRAJ'; + + @override + String get cutButtonLabel => r'ISECI'; + + @override + String get okButtonLabel => r'Potvrdi'; + + @override + String get pasteButtonLabel => r'NALEPI'; + + @override + String get selectAllButtonLabel => r'IZABERI SVE'; + + @override + String get viewLicensesButtonLabel => r'PRIKAŽI LICENCE'; + + @override + String get anteMeridiemAbbreviation => r'pre podne'; + + @override + String get postMeridiemAbbreviation => r'po podne'; + + @override + String get timePickerHourModeAnnouncement => r'Izaberite sate'; + + @override + String get timePickerMinuteModeAnnouncement => r'Izaberite minute'; + + @override + String get modalBarrierDismissLabel => r'Odbaci'; + + @override + String get signedInLabel => r'Prijavljeni ste'; + + @override + String get hideAccountsLabel => r'Sakrij naloge'; + + @override + String get showAccountsLabel => r'Prikaži naloge'; + + @override + String get drawerLabel => r'Meni za navigaciju'; + + @override + String get popupMenuLabel => r'Iskačući meni'; + + @override + String get dialogLabel => r'Dijalog'; + + @override + String get alertDialogLabel => r'Obaveštenje'; + + @override + String get searchFieldLabel => r'Pretražite'; + + @override + String get reorderItemToStart => r'Pomerite na početak'; + + @override + String get reorderItemToEnd => r'Pomerite na kraj'; + + @override + String get reorderItemUp => r'Pomerite nagore'; + + @override + String get reorderItemDown => r'Pomerite nadole'; + + @override + String get reorderItemLeft => r'Pomerite ulevo'; + + @override + String get reorderItemRight => r'Pomerite udesno'; + + @override + String get expandedIconTapHint => r'Skupi'; + + @override + String get collapsedIconTapHint => r'Proširi'; + + @override + String get remainingTextFieldCharacterCountOne => r'Preostao je 1 znak'; + + @override + String get remainingTextFieldCharacterCountOther => r'Preostalo je $remainingCount znakova'; + + @override + String get refreshIndicatorSemanticLabel => r'Osveži'; +} + +/// The translations for Swedish (`sv`). +class MaterialLocalizationSv extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Swedish. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationSv({ + String localeName = 'sv', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'Om $applicationName'; + + @override + String get alertDialogLabel => r'Varning'; + + @override + String get anteMeridiemAbbreviation => r'FM'; + + @override + String get backButtonTooltip => r'Tillbaka'; + + @override + String get cancelButtonLabel => r'AVBRYT'; + + @override + String get closeButtonLabel => r'STÄNG'; + + @override + String get closeButtonTooltip => r'Stäng'; + + @override + String get collapsedIconTapHint => r'Utöka'; + + @override + String get continueButtonLabel => r'FORTSÄTT'; + + @override + String get copyButtonLabel => r'KOPIERA'; + + @override + String get cutButtonLabel => r'KLIPP UT'; + + @override + String get deleteButtonTooltip => r'Radera'; + + @override + String get dialogLabel => r'Dialogruta'; + + @override + String get drawerLabel => r'Navigeringsmeny'; + + @override + String get expandedIconTapHint => r'Dölj'; + + @override + String get hideAccountsLabel => r'Dölj konton'; + + @override + String get licensesPageTitle => r'Licenser'; + + @override + String get modalBarrierDismissLabel => r'Stäng'; + + @override + String get nextMonthTooltip => r'Nästa månad'; + + @override + String get nextPageTooltip => r'Nästa sida'; + + @override + String get okButtonLabel => r'OK'; + + @override + String get openAppDrawerTooltip => r'Öppna navigeringsmenyn'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow av $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow av ungefär $rowCount'; + + @override + String get pasteButtonLabel => r'KLISTRA IN'; + + @override + String get popupMenuLabel => r'Popup-meny'; + + @override + String get postMeridiemAbbreviation => r'EM'; + + @override + String get previousMonthTooltip => r'Föregående månad'; + + @override + String get previousPageTooltip => r'Föregående sida'; + + @override + String get refreshIndicatorSemanticLabel => r'Uppdatera'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'1 tecken kvar'; + + @override + String get remainingTextFieldCharacterCountOther => r'$remainingCount tecken kvar'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'Flytta nedåt'; + + @override + String get reorderItemLeft => r'Flytta åt vänster'; + + @override + String get reorderItemRight => r'Flytta åt höger'; + + @override + String get reorderItemToEnd => r'Flytta till slutet'; + + @override + String get reorderItemToStart => r'Flytta till början'; + + @override + String get reorderItemUp => r'Flytta uppåt'; + + @override + String get rowsPerPageTitle => r'Rader per sida:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Sök'; + + @override + String get selectAllButtonLabel => r'MARKERA ALLA'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'1 objekt har markerats'; + + @override + String get selectedRowCountTitleOther => r'$selectedRowCount objekt har markerats'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'Visa konton'; + + @override + String get showMenuTooltip => r'Visa meny'; + + @override + String get signedInLabel => r'Inloggad'; + + @override + String get tabLabelRaw => r'Flik $tabIndex av $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Välj timmar'; + + @override + String get timePickerMinuteModeAnnouncement => r'Välj minuter'; + + @override + String get viewLicensesButtonLabel => r'VISA LICENSER'; +} + +/// The translations for Swahili (`sw`). +class MaterialLocalizationSw extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Swahili. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationSw({ + String localeName = 'sw', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'Kuhusu $applicationName'; + + @override + String get alertDialogLabel => r'Arifa'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get backButtonTooltip => r'Rudi Nyuma'; + + @override + String get cancelButtonLabel => r'GHAIRI'; + + @override + String get closeButtonLabel => r'FUNGA'; + + @override + String get closeButtonTooltip => r'Funga'; + + @override + String get collapsedIconTapHint => r'Panua'; + + @override + String get continueButtonLabel => r'ENDELEA'; + + @override + String get copyButtonLabel => r'NAKILI'; + + @override + String get cutButtonLabel => r'KATA'; + + @override + String get deleteButtonTooltip => r'Futa'; + + @override + String get dialogLabel => r'Kidirisha'; + + @override + String get drawerLabel => r'Menyu ya kusogeza'; + + @override + String get expandedIconTapHint => r'Kunja'; + + @override + String get hideAccountsLabel => r'Ficha akaunti'; + + @override + String get licensesPageTitle => r'Leseni'; + + @override + String get modalBarrierDismissLabel => r'Ondoa'; + + @override + String get nextMonthTooltip => r'Mwezi ujao'; + + @override + String get nextPageTooltip => r'Ukurasa unaofuata'; + + @override + String get okButtonLabel => r'Sawa'; + + @override + String get openAppDrawerTooltip => r'Fungua menyu ya kusogeza'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow hadi $lastRow kati ya $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow hadi $lastRow kati ya takriban $rowCount'; + + @override + String get pasteButtonLabel => r'BANDIKA'; + + @override + String get popupMenuLabel => r'Menyu ibukizi'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get previousMonthTooltip => r'Mwezi uliopita'; + + @override + String get previousPageTooltip => r'Ukurasa uliotangulia'; + + @override + String get refreshIndicatorSemanticLabel => r'Onyesha upya'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'Imesalia herufi 1'; + + @override + String get remainingTextFieldCharacterCountOther => r'Zimesalia herufi $remainingCount'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'Hapana herufi zilizo baki'; + + @override + String get reorderItemDown => r'Sogeza chini'; + + @override + String get reorderItemLeft => r'Sogeza kushoto'; + + @override + String get reorderItemRight => r'Sogeza kulia'; + + @override + String get reorderItemToEnd => r'Sogeza hadi mwisho'; + + @override + String get reorderItemToStart => r'Sogeza hadi mwanzo'; + + @override + String get reorderItemUp => r'Sogeza juu'; + + @override + String get rowsPerPageTitle => r'Safu mlalo kwa kila ukurasa:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Tafuta'; + + @override + String get selectAllButtonLabel => r'CHAGUA ZOTE'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'Umechagua kipengee 1'; + + @override + String get selectedRowCountTitleOther => r'Umechagua vipengee $selectedRowCount'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => r'Hamna kilicho chaguliwa'; + + @override + String get showAccountsLabel => r'Onyesha akaunti'; + + @override + String get showMenuTooltip => r'Onyesha menyu'; + + @override + String get signedInLabel => r'Umeingia katika akaunti'; + + @override + String get tabLabelRaw => r'Kichupo cha $tabIndex kati ya $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; + + @override + String get timePickerHourModeAnnouncement => r'Chagua saa'; + + @override + String get timePickerMinuteModeAnnouncement => r'Chagua dakika'; + + @override + String get viewLicensesButtonLabel => r'ANGALIA LESENI'; +} + +/// The translations for Tamil (`ta`). +class MaterialLocalizationTa extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Tamil. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationTa({ + String localeName = 'ta', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'$applicationName பற்றி'; + + @override + String get alertDialogLabel => r'விழிப்பூட்டல்'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get backButtonTooltip => r'முந்தைய பக்கம்'; + + @override + String get cancelButtonLabel => r'ரத்துசெய்'; + + @override + String get closeButtonLabel => r'மூடுக'; + + @override + String get closeButtonTooltip => r'மூடுக'; + + @override + String get collapsedIconTapHint => r'விரிக்கும்'; + + @override + String get continueButtonLabel => r'தொடர்க'; + + @override + String get copyButtonLabel => r'நகலெடு'; + + @override + String get cutButtonLabel => r'வெட்டு'; + + @override + String get deleteButtonTooltip => r'நீக்கு'; + + @override + String get dialogLabel => r'உரையாடல்'; + + @override + String get drawerLabel => r'வழிசெலுத்தல் மெனு'; + + @override + String get expandedIconTapHint => r'சுருக்கும்'; + + @override + String get hideAccountsLabel => r'கணக்குகளை மறைக்கும்'; + + @override + String get licensesPageTitle => r'உரிமங்கள்'; + + @override + String get modalBarrierDismissLabel => r'நிராகரிக்கும்'; + + @override + String get nextMonthTooltip => r'அடுத்த மாதம்'; + + @override + String get nextPageTooltip => r'அடுத்த பக்கம்'; + + @override + String get okButtonLabel => r'சரி'; + + @override + String get openAppDrawerTooltip => r'வழிசெலுத்தல் மெனுவைத் திற'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow / $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow / $rowCount'; + + @override + String get pasteButtonLabel => r'ஒட்டு'; + + @override + String get popupMenuLabel => r'பாப் அப் மெனு'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get previousMonthTooltip => r'முந்தைய மாதம்'; + + @override + String get previousPageTooltip => r'முந்தைய பக்கம்'; + + @override + String get refreshIndicatorSemanticLabel => r'ரெஃப்ரெஷ் செய்யும்'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'1 எழுத்து மீதமுள்ளது'; + + @override + String get remainingTextFieldCharacterCountOther => r'$remainingCount எழுத்துகள் மீதமுள்ளன'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'எழுத்துக்கள் எதுவும் இல்லை'; + + @override + String get reorderItemDown => r'கீழே நகர்த்தவும்'; + + @override + String get reorderItemLeft => r'இடப்புறம் நகர்த்தவும்'; + + @override + String get reorderItemRight => r'வலப்புறம் நகர்த்தவும்'; + + @override + String get reorderItemToEnd => r'இறுதிக்கு நகர்த்தவும்'; + + @override + String get reorderItemToStart => r'தொடக்கத்திற்கு நகர்த்தவும்'; + + @override + String get reorderItemUp => r'மேலே நகர்த்தவும்'; + + @override + String get rowsPerPageTitle => r'ஒரு பக்கத்திற்கான வரிசைகள்:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.dense; + + @override + String get searchFieldLabel => r'தேடல்'; + + @override + String get selectAllButtonLabel => r'அனைத்தையும் தேர்ந்தெடு'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'1 வரிசை தேர்ந்தெடுக்கப்பட்டது'; + + @override + String get selectedRowCountTitleOther => r'$selectedRowCount வரிசைகள் தேர்ந்தெடுக்கப்பட்டன'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => r'எந்த வரிசையும் தேர்ந்தெடுக்கவில்லை'; + + @override + String get showAccountsLabel => r'கணக்குகளைக் காட்டும்'; + + @override + String get showMenuTooltip => r'மெனுவைக் காட்டு'; + + @override + String get signedInLabel => r'உள்நுழைந்துள்ளீர்கள்'; + + @override + String get tabLabelRaw => r'தாவல் $tabIndex / $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'மணிநேரத்தைத் தேர்ந்தெடுக்கவும்'; + + @override + String get timePickerMinuteModeAnnouncement => r'நிமிடங்களைத் தேர்ந்தெடுக்கவும்'; + + @override + String get viewLicensesButtonLabel => r'உரிமங்களைக் காட்டு'; +} + +/// The translations for Thai (`th`). +class MaterialLocalizationTh extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Thai. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationTh({ + String localeName = 'th', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'เกี่ยวกับ $applicationName'; + + @override + String get alertDialogLabel => r'การแจ้งเตือน'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get backButtonTooltip => r'กลับ'; + + @override + String get cancelButtonLabel => r'ยกเลิก'; + + @override + String get closeButtonLabel => r'ปิด'; + + @override + String get closeButtonTooltip => r'ปิด'; + + @override + String get collapsedIconTapHint => r'ขยาย'; + + @override + String get continueButtonLabel => r'ต่อไป'; + + @override + String get copyButtonLabel => r'คัดลอก'; + + @override + String get cutButtonLabel => r'ตัด'; + + @override + String get deleteButtonTooltip => r'ลบ'; + + @override + String get dialogLabel => r'กล่องโต้ตอบ'; + + @override + String get drawerLabel => r'เมนูการนำทาง'; + + @override + String get expandedIconTapHint => r'ยุบ'; + + @override + String get hideAccountsLabel => r'ซ่อนบัญชี'; + + @override + String get licensesPageTitle => r'ใบอนุญาต'; + + @override + String get modalBarrierDismissLabel => r'ปิด'; + + @override + String get nextMonthTooltip => r'เดือนหน้า'; + + @override + String get nextPageTooltip => r'หน้าถัดไป'; + + @override + String get okButtonLabel => r'ตกลง'; + + @override + String get openAppDrawerTooltip => r'เปิดเมนูการนำทาง'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow จาก $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow จากประมาณ $rowCount'; + + @override + String get pasteButtonLabel => r'วาง'; + + @override + String get popupMenuLabel => r'เมนูป๊อปอัป'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get previousMonthTooltip => r'เดือนที่แล้ว'; + + @override + String get previousPageTooltip => r'หน้าก่อน'; + + @override + String get refreshIndicatorSemanticLabel => r'รีเฟรช'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'เหลือ 1 อักขระ'; + + @override + String get remainingTextFieldCharacterCountOther => r'เหลือ $remainingCount อักขระ'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'ย้ายลง'; + + @override + String get reorderItemLeft => r'ย้ายไปทางซ้าย'; + + @override + String get reorderItemRight => r'ย้ายไปทางขวา'; + + @override + String get reorderItemToEnd => r'ย้ายไปท้ายรายการ'; + + @override + String get reorderItemToStart => r'ย้ายไปต้นรายการ'; + + @override + String get reorderItemUp => r'ย้ายขึ้น'; + + @override + String get rowsPerPageTitle => r'แถวต่อหน้า:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.tall; + + @override + String get searchFieldLabel => r'ค้นหา'; + + @override + String get selectAllButtonLabel => r'เลือกทั้งหมด'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'เลือกแล้ว 1 รายการ'; + + @override + String get selectedRowCountTitleOther => r'เลือกแล้ว $selectedRowCount รายการ'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'แสดงบัญชี'; + + @override + String get showMenuTooltip => r'แสดงเมนู'; + + @override + String get signedInLabel => r'ลงชื่อเข้าใช้'; + + @override + String get tabLabelRaw => r'แท็บที่ $tabIndex จาก $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'เลือกชั่วโมง'; + + @override + String get timePickerMinuteModeAnnouncement => r'เลือกนาที'; + + @override + String get viewLicensesButtonLabel => r'ดูใบอนุญาต'; +} + +/// The translations for Tagalog (`tl`). +class MaterialLocalizationTl extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Tagalog. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationTl({ + String localeName = 'tl', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'Tungkol sa $applicationName'; + + @override + String get alertDialogLabel => r'Alerto'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get backButtonTooltip => r'Bumalik'; + + @override + String get cancelButtonLabel => r'KANSELAHIN'; + + @override + String get closeButtonLabel => r'ISARA'; + + @override + String get closeButtonTooltip => r'Isara'; + + @override + String get collapsedIconTapHint => r'I-expand'; + + @override + String get continueButtonLabel => r'MAGPATULOY'; + + @override + String get copyButtonLabel => r'KOPYAHIN'; + + @override + String get cutButtonLabel => r'I-CUT'; + + @override + String get deleteButtonTooltip => r'I-delete'; + + @override + String get dialogLabel => r'Dialog'; + + @override + String get drawerLabel => r'Menu ng navigation'; + + @override + String get expandedIconTapHint => r'I-collapse'; + + @override + String get hideAccountsLabel => r'Itago ang mga account'; + + @override + String get licensesPageTitle => r'Mga Lisensya'; + + @override + String get modalBarrierDismissLabel => r'I-dismiss'; + + @override + String get nextMonthTooltip => r'Susunod na buwan'; + + @override + String get nextPageTooltip => r'Susunod na page'; + + @override + String get okButtonLabel => r'OK'; + + @override + String get openAppDrawerTooltip => r'Buksan ang menu ng navigation'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow ng $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow ng humigit kumulang $rowCount'; + + @override + String get pasteButtonLabel => r'I-PASTE'; + + @override + String get popupMenuLabel => r'Popup na menu'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get previousMonthTooltip => r'Nakaraang buwan'; + + @override + String get previousPageTooltip => r'Nakaraang page'; + + @override + String get refreshIndicatorSemanticLabel => r'Nagre-refresh'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'1 character ang natitira'; + + @override + String get remainingTextFieldCharacterCountOther => r'$remainingCount na character ang natitira'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'Ilipat pababa'; + + @override + String get reorderItemLeft => r'Ilipat pakaliwa'; + + @override + String get reorderItemRight => r'Ilipat pakanan'; + + @override + String get reorderItemToEnd => r'Ilipat sa dulo'; + + @override + String get reorderItemToStart => r'Ilipat sa simula'; + + @override + String get reorderItemUp => r'Ilipat pataas'; + + @override + String get rowsPerPageTitle => r'Mga row bawat page:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Maghanap'; + + @override + String get selectAllButtonLabel => r'PILIIN LAHAT'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'1 item ang napili'; + + @override + String get selectedRowCountTitleOther => r'$selectedRowCount na item ang napili'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'Ipakita ang mga account'; + + @override + String get showMenuTooltip => r'Ipakita ang menu'; + + @override + String get signedInLabel => r'Naka-sign in'; + + @override + String get tabLabelRaw => r'Tab $tabIndex ng $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Pumili ng mga oras'; + + @override + String get timePickerMinuteModeAnnouncement => r'Pumili ng mga minuto'; + + @override + String get viewLicensesButtonLabel => r'TINGNAN ANG MGA LISENSYA'; +} + +/// The translations for Turkish (`tr`). +class MaterialLocalizationTr extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Turkish. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationTr({ + String localeName = 'tr', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'$applicationName Hakkında'; + + @override + String get alertDialogLabel => r'Uyarı'; + + @override + String get anteMeridiemAbbreviation => r'ÖÖ'; + + @override + String get backButtonTooltip => r'Geri'; + + @override + String get cancelButtonLabel => r'İPTAL'; + + @override + String get closeButtonLabel => r'KAPAT'; + + @override + String get closeButtonTooltip => r'Kapat'; + + @override + String get collapsedIconTapHint => r'Genişlet'; + + @override + String get continueButtonLabel => r'DEVAM'; + + @override + String get copyButtonLabel => r'KOPYALA'; + + @override + String get cutButtonLabel => r'KES'; + + @override + String get deleteButtonTooltip => r'Sil'; + + @override + String get dialogLabel => r'İletişim kutusu'; + + @override + String get drawerLabel => r'Gezinme menüsü'; + + @override + String get expandedIconTapHint => r'Daralt'; + + @override + String get hideAccountsLabel => r'Hesapları gizle'; + + @override + String get licensesPageTitle => r'Lisanslar'; + + @override + String get modalBarrierDismissLabel => r'Kapat'; + + @override + String get nextMonthTooltip => r'Gelecek ay'; + + @override + String get nextPageTooltip => r'Sonraki sayfa'; + + @override + String get okButtonLabel => r'Tamam'; + + @override + String get openAppDrawerTooltip => r'Gezinme menüsünü aç'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow / $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow / $rowCount'; + + @override + String get pasteButtonLabel => r'YAPIŞTIR'; + + @override + String get popupMenuLabel => r'Popup menü'; + + @override + String get postMeridiemAbbreviation => r'ÖS'; + + @override + String get previousMonthTooltip => r'Önceki ay'; + + @override + String get previousPageTooltip => r'Önceki sayfa'; + + @override + String get refreshIndicatorSemanticLabel => r'Yenile'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'1 karakter kaldı'; + + @override + String get remainingTextFieldCharacterCountOther => r'$remainingCount karakter kaldı'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'Aşağı taşı'; + + @override + String get reorderItemLeft => r'Sola taşı'; + + @override + String get reorderItemRight => r'Sağa taşı'; + + @override + String get reorderItemToEnd => r'Sona taşı'; + + @override + String get reorderItemToStart => r'Başa taşı'; + + @override + String get reorderItemUp => r'Yukarı taşı'; + + @override + String get rowsPerPageTitle => r'Sayfa başına satır sayısı:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Ara'; + + @override + String get selectAllButtonLabel => r'TÜMÜNÜ SEÇ'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'1 öğe seçildi'; + + @override + String get selectedRowCountTitleOther => r'$selectedRowCount öğe seçildi'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'Hesapları göster'; + + @override + String get showMenuTooltip => r'Menüyü göster'; + + @override + String get signedInLabel => r'Oturum açıldı'; + + @override + String get tabLabelRaw => r'Sekme $tabIndex / $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Saati seçin'; + + @override + String get timePickerMinuteModeAnnouncement => r'Dakikayı seçin'; + + @override + String get viewLicensesButtonLabel => r'LİSANSLARI GÖSTER'; +} + +/// The translations for Ukrainian (`uk`). +class MaterialLocalizationUk extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Ukrainian. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationUk({ + String localeName = 'uk', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'Про додаток $applicationName'; + + @override + String get alertDialogLabel => r'Сповіщення'; + + @override + String get anteMeridiemAbbreviation => r'дп'; + + @override + String get backButtonTooltip => r'Назад'; + + @override + String get cancelButtonLabel => r'СКАСУВАТИ'; + + @override + String get closeButtonLabel => r'ЗАКРИТИ'; + + @override + String get closeButtonTooltip => r'Закрити'; + + @override + String get collapsedIconTapHint => r'Розгорнути'; + + @override + String get continueButtonLabel => r'ПРОДОВЖИТИ'; + + @override + String get copyButtonLabel => r'КОПІЮВАТИ'; + + @override + String get cutButtonLabel => r'ВИРІЗАТИ'; + + @override + String get deleteButtonTooltip => r'Видалити'; + + @override + String get dialogLabel => r'Вікно'; + + @override + String get drawerLabel => r'Меню навігації'; + + @override + String get expandedIconTapHint => r'Згорнути'; + + @override + String get hideAccountsLabel => r'Сховати облікові записи'; + + @override + String get licensesPageTitle => r'Ліцензії'; + + @override + String get modalBarrierDismissLabel => r'Закрити'; + + @override + String get nextMonthTooltip => r'Наступний місяць'; + + @override + String get nextPageTooltip => r'Наступна сторінка'; + + @override + String get okButtonLabel => r'OK'; + + @override + String get openAppDrawerTooltip => r'Відкрити меню навігації'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow з $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow з приблизно $rowCount'; + + @override + String get pasteButtonLabel => r'ВСТАВИТИ'; + + @override + String get popupMenuLabel => r'Спливаюче меню'; + + @override + String get postMeridiemAbbreviation => r'пп'; + + @override + String get previousMonthTooltip => r'Попередній місяць'; + + @override + String get previousPageTooltip => r'Попередня сторінка'; + + @override + String get refreshIndicatorSemanticLabel => r'Оновити'; + + @override + String get remainingTextFieldCharacterCountFew => r'Залишилося $remainingCount символи'; + + @override + String get remainingTextFieldCharacterCountMany => r'Залишилося $remainingCount символів'; + + @override + String get remainingTextFieldCharacterCountOne => r'Залишився 1 символ'; + + @override + String get remainingTextFieldCharacterCountOther => r'Залишилося $remainingCount символу'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'Перемістити вниз'; + + @override + String get reorderItemLeft => r'Перемістити ліворуч'; + + @override + String get reorderItemRight => r'Перемістити праворуч'; + + @override + String get reorderItemToEnd => r'Перемістити в кінець'; + + @override + String get reorderItemToStart => r'Перемістити на початок'; + + @override + String get reorderItemUp => r'Перемістити вгору'; + + @override + String get rowsPerPageTitle => r'Рядків на сторінці:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Пошук'; + + @override + String get selectAllButtonLabel => r'ВИБРАТИ ВСІ'; + + @override + String get selectedRowCountTitleFew => r'Вибрано $selectedRowCount елементи'; + + @override + String get selectedRowCountTitleMany => r'Вибрано $selectedRowCount елементів'; + + @override + String get selectedRowCountTitleOne => r'Вибрано 1 елемент'; + + @override + String get selectedRowCountTitleOther => r'Вибрано $selectedRowCount елемента'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'Показати облікові записи'; + + @override + String get showMenuTooltip => r'Показати меню'; + + @override + String get signedInLabel => r'Ви ввійшли'; + + @override + String get tabLabelRaw => r'Вкладка $tabIndex з $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Виберіть години'; + + @override + String get timePickerMinuteModeAnnouncement => r'Виберіть хвилини'; + + @override + String get viewLicensesButtonLabel => r'ПЕРЕГЛЯНУТИ ЛІЦЕНЗІЇ'; +} + +/// The translations for Urdu (`ur`). +class MaterialLocalizationUr extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Urdu. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationUr({ + String localeName = 'ur', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'$applicationName کے بارے میں'; + + @override + String get alertDialogLabel => r'الرٹ'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get backButtonTooltip => r'پیچھے'; + + @override + String get cancelButtonLabel => r'منسوخ کریں'; + + @override + String get closeButtonLabel => r'بند کریں'; + + @override + String get closeButtonTooltip => r'بند کریں'; + + @override + String get collapsedIconTapHint => r'پھیلائیں'; + + @override + String get continueButtonLabel => r'جاری رکھیں'; + + @override + String get copyButtonLabel => r'کاپی کریں'; + + @override + String get cutButtonLabel => r'کٹ کریں'; + + @override + String get deleteButtonTooltip => r'حذف کریں'; + + @override + String get dialogLabel => r'ڈائلاگ'; + + @override + String get drawerLabel => r'نیویگیشن مینو'; + + @override + String get expandedIconTapHint => r'سکیڑیں'; + + @override + String get hideAccountsLabel => r'اکاؤنٹس چھپائیں'; + + @override + String get licensesPageTitle => r'لائسنسز'; + + @override + String get modalBarrierDismissLabel => r'برخاست کریں'; + + @override + String get nextMonthTooltip => r'اگلا مہینہ'; + + @override + String get nextPageTooltip => r'اگلا صفحہ'; + + @override + String get okButtonLabel => r'ٹھیک ہے'; + + @override + String get openAppDrawerTooltip => r'نیویگیشن مینو کھولیں'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow از $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow $rowCount میں سے تقریباً'; + + @override + String get pasteButtonLabel => r'پیسٹ کریں'; + + @override + String get popupMenuLabel => r'پاپ اپ مینو'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get previousMonthTooltip => r'پچھلا مہینہ'; + + @override + String get previousPageTooltip => r'گزشتہ صفحہ'; + + @override + String get refreshIndicatorSemanticLabel => r'ریفریش کریں'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'1 حرف باقی ہے'; + + @override + String get remainingTextFieldCharacterCountOther => r'$remainingCount حروف باقی ہیں'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'نیچے منتقل کریں'; + + @override + String get reorderItemLeft => r'بائیں منتقل کریں'; + + @override + String get reorderItemRight => r'دائیں منتقل کریں'; + + @override + String get reorderItemToEnd => r'آخر میں منتقل کریں'; + + @override + String get reorderItemToStart => r'شروع میں منتقل کریں'; + + @override + String get reorderItemUp => r'اوپر منتقل کریں'; + + @override + String get rowsPerPageTitle => r'قطاریں فی صفحہ:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.tall; + + @override + String get searchFieldLabel => r'تلاش'; + + @override + String get selectAllButtonLabel => r'سبھی منتخب کریں'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'1 آئٹم منتخب کیا گیا'; + + @override + String get selectedRowCountTitleOther => r'$selectedRowCount آئٹمز منتخب کیے گئے'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'اکاؤنٹس دکھائیں'; + + @override + String get showMenuTooltip => r'مینو دکھائیں'; + + @override + String get signedInLabel => r'سائن ان کردہ ہے'; + + @override + String get tabLabelRaw => r'$tabCount میں سے $tabIndex ٹیب'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; + + @override + String get timePickerHourModeAnnouncement => r'گھنٹے منتخب کریں'; + + @override + String get timePickerMinuteModeAnnouncement => r'منٹ منتخب کریں'; + + @override + String get viewLicensesButtonLabel => r'لائسنسز دیکھیں'; +} + +/// The translations for Vietnamese (`vi`). +class MaterialLocalizationVi extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Vietnamese. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationVi({ + String localeName = 'vi', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'Giới thiệu về $applicationName'; + + @override + String get alertDialogLabel => r'Thông báo'; + + @override + String get anteMeridiemAbbreviation => r'SÁNG'; + + @override + String get backButtonTooltip => r'Quay lại'; + + @override + String get cancelButtonLabel => r'HỦY'; + + @override + String get closeButtonLabel => r'ĐÓNG'; + + @override + String get closeButtonTooltip => r'Đóng'; + + @override + String get collapsedIconTapHint => r'Mở rộng'; + + @override + String get continueButtonLabel => r'TIẾP TỤC'; + + @override + String get copyButtonLabel => r'SAO CHÉP'; + + @override + String get cutButtonLabel => r'CẮT'; + + @override + String get deleteButtonTooltip => r'Xóa'; + + @override + String get dialogLabel => r'Hộp thoại'; + + @override + String get drawerLabel => r'Menu di chuyển'; + + @override + String get expandedIconTapHint => r'Thu gọn'; + + @override + String get hideAccountsLabel => r'Ẩn tài khoản'; + + @override + String get licensesPageTitle => r'Giấy phép'; + + @override + String get modalBarrierDismissLabel => r'Bỏ qua'; + + @override + String get nextMonthTooltip => r'Tháng sau'; + + @override + String get nextPageTooltip => r'Trang tiếp theo'; + + @override + String get okButtonLabel => r'OK'; + + @override + String get openAppDrawerTooltip => r'Mở menu di chuyển'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow trong tổng số $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow trong tổng số khoảng $rowCount'; + + @override + String get pasteButtonLabel => r'DÁN'; + + @override + String get popupMenuLabel => r'Menu bật lên'; + + @override + String get postMeridiemAbbreviation => r'CHIỀU'; + + @override + String get previousMonthTooltip => r'Tháng trước'; + + @override + String get previousPageTooltip => r'Trang trước'; + + @override + String get refreshIndicatorSemanticLabel => r'Làm mới'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'Còn lại 1 ký tự'; + + @override + String get remainingTextFieldCharacterCountOther => r'Còn lại $remainingCount ký tự'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'Di chuyển xuống'; + + @override + String get reorderItemLeft => r'Di chuyển sang trái'; + + @override + String get reorderItemRight => r'Di chuyển sang phải'; + + @override + String get reorderItemToEnd => r'Di chuyển xuống cuối danh sách'; + + @override + String get reorderItemToStart => r'Di chuyển lên đầu danh sách'; + + @override + String get reorderItemUp => r'Di chuyển lên'; + + @override + String get rowsPerPageTitle => r'Số hàng mỗi trang:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Tìm kiếm'; + + @override + String get selectAllButtonLabel => r'CHỌN TẤT CẢ'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'Đã chọn 1 mục'; + + @override + String get selectedRowCountTitleOther => r'Đã chọn $selectedRowCount mục'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'Hiển thị tài khoản'; + + @override + String get showMenuTooltip => r'Hiển thị menu'; + + @override + String get signedInLabel => r'Đã đăng nhập'; + + @override + String get tabLabelRaw => r'Tab $tabIndex trong tổng số $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Chọn giờ'; + + @override + String get timePickerMinuteModeAnnouncement => r'Chọn phút'; + + @override + String get viewLicensesButtonLabel => r'XEM GIẤY PHÉP'; +} + +/// The translations for Chinese (`zh`). +class MaterialLocalizationZh extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Chinese. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationZh({ + String localeName = 'zh', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'关于$applicationName'; + + @override + String get alertDialogLabel => r'提醒'; + + @override + String get anteMeridiemAbbreviation => r'上午'; + + @override + String get backButtonTooltip => r'返回'; + + @override + String get cancelButtonLabel => r'取消'; + + @override + String get closeButtonLabel => r'关闭'; + + @override + String get closeButtonTooltip => r'关闭'; + + @override + String get collapsedIconTapHint => r'展开'; + + @override + String get continueButtonLabel => r'继续'; + + @override + String get copyButtonLabel => r'复制'; + + @override + String get cutButtonLabel => r'剪切'; + + @override + String get deleteButtonTooltip => r'删除'; + + @override + String get dialogLabel => r'对话框'; + + @override + String get drawerLabel => r'导航菜单'; + + @override + String get expandedIconTapHint => r'收起'; + + @override + String get hideAccountsLabel => r'隐藏帐号'; + + @override + String get licensesPageTitle => r'许可'; + + @override + String get modalBarrierDismissLabel => r'关闭'; + + @override + String get nextMonthTooltip => r'下个月'; + + @override + String get nextPageTooltip => r'下一页'; + + @override + String get okButtonLabel => r'确定'; + + @override + String get openAppDrawerTooltip => r'打开导航菜单'; + + @override + String get pageRowsInfoTitleRaw => r'第 $firstRow-$lastRow 行(共 $rowCount 行)'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'第 $firstRow-$lastRow 行(共约 $rowCount 行)'; + + @override + String get pasteButtonLabel => r'粘贴'; + + @override + String get popupMenuLabel => r'弹出菜单'; + + @override + String get postMeridiemAbbreviation => r'下午'; + + @override + String get previousMonthTooltip => r'上个月'; + + @override + String get previousPageTooltip => r'上一页'; + + @override + String get refreshIndicatorSemanticLabel => r'刷新'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'还可输入 1 个字符'; + + @override + String get remainingTextFieldCharacterCountOther => r'还可输入 $remainingCount 个字符'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'下移'; + + @override + String get reorderItemLeft => r'左移'; + + @override + String get reorderItemRight => r'右移'; + + @override + String get reorderItemToEnd => r'移到末尾'; + + @override + String get reorderItemToStart => r'移到开头'; + + @override + String get reorderItemUp => r'上移'; + + @override + String get rowsPerPageTitle => r'每页行数:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.dense; + + @override + String get searchFieldLabel => r'搜索'; + + @override + String get selectAllButtonLabel => r'全选'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'已选择 1 项内容'; + + @override + String get selectedRowCountTitleOther => r'已选择 $selectedRowCount 项内容'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'显示帐号'; + + @override + String get showMenuTooltip => r'显示菜单'; + + @override + String get signedInLabel => r'已登录'; + + @override + String get tabLabelRaw => r'第 $tabIndex 个标签,共 $tabCount 个'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'选择小时'; + + @override + String get timePickerMinuteModeAnnouncement => r'选择分钟'; + + @override + String get viewLicensesButtonLabel => r'查看许可'; +} + +/// The translations for Chinese, using the Han script (`zh_Hans`). +class MaterialLocalizationZhHans extends MaterialLocalizationZh { + /// Create an instance of the translation bundle for Chinese, using the Han script. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationZhHans({ + String localeName = 'zh_Hans', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); +} + +/// The translations for Chinese, using the Han script (`zh_Hant`). +class MaterialLocalizationZhHant extends MaterialLocalizationZh { + /// Create an instance of the translation bundle for Chinese, using the Han script. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationZhHant({ + String localeName = 'zh_Hant', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get tabLabelRaw => r'第 $tabIndex 個分頁 (共 $tabCount 個)'; + + @override + String get showAccountsLabel => r'顯示帳戶'; + + @override + String get modalBarrierDismissLabel => r'關閉'; + + @override + String get hideAccountsLabel => r'隱藏帳戶'; + + @override + String get signedInLabel => r'已登入帳戶'; + + @override + String get openAppDrawerTooltip => r'開啟導覽選單'; + + @override + String get closeButtonTooltip => r'關閉'; + + @override + String get deleteButtonTooltip => r'刪除'; + + @override + String get nextMonthTooltip => r'下個月'; + + @override + String get previousMonthTooltip => r'上個月'; + + @override + String get nextPageTooltip => r'下一頁'; + + @override + String get previousPageTooltip => r'上一頁'; + + @override + String get showMenuTooltip => r'顯示選單'; + + @override + String get aboutListTileTitleRaw => r'關於「$applicationName」'; + + @override + String get licensesPageTitle => r'授權'; + + @override + String get pageRowsInfoTitleRaw => r'第 $firstRow - $lastRow 列 (總共 $rowCount 列)'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'第 $firstRow - $lastRow 列 (總共約 $rowCount 列)'; + + @override + String get rowsPerPageTitle => r'每頁列數:'; + + @override + String get selectedRowCountTitleOne => r'已選取 1 個項目'; + + @override + String get selectedRowCountTitleOther => r'已選取 $selectedRowCount 個項目'; + + @override + String get closeButtonLabel => r'關閉'; + + @override + String get continueButtonLabel => r'繼續'; + + @override + String get copyButtonLabel => r'複製'; + + @override + String get cutButtonLabel => r'剪下'; + + @override + String get okButtonLabel => r'確定'; + + @override + String get pasteButtonLabel => r'貼上'; + + @override + String get selectAllButtonLabel => r'全選'; + + @override + String get viewLicensesButtonLabel => r'查看授權'; + + @override + String get timePickerHourModeAnnouncement => r'選取小時數'; + + @override + String get timePickerMinuteModeAnnouncement => r'選取分鐘數'; + + @override + String get drawerLabel => r'導覽選單'; + + @override + String get popupMenuLabel => r'彈出式選單'; + + @override + String get dialogLabel => r'對話方塊'; + + @override + String get alertDialogLabel => r'快訊'; + + @override + String get searchFieldLabel => r'搜尋'; + + @override + String get reorderItemToStart => r'移至開頭'; + + @override + String get reorderItemToEnd => r'移至結尾'; + + @override + String get reorderItemUp => r'向上移'; + + @override + String get reorderItemDown => r'向下移'; + + @override + String get reorderItemLeft => r'向左移'; + + @override + String get reorderItemRight => r'向右移'; + + @override + String get expandedIconTapHint => r'收合'; + + @override + String get collapsedIconTapHint => r'展開'; + + @override + String get remainingTextFieldCharacterCountOne => r'還可輸入 1 個字元'; + + @override + String get remainingTextFieldCharacterCountOther => r'還可輸入 $remainingCount 個字元'; + + @override + String get refreshIndicatorSemanticLabel => r'重新整理'; +} + +/// The translations for Chinese, as used in Hong Kong, using the Han script (`zh_Hant_HK`). +class MaterialLocalizationZhHantHk extends MaterialLocalizationZhHant { + /// Create an instance of the translation bundle for Chinese, as used in Hong Kong, using the Han script. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationZhHantHk({ + String localeName = 'zh_Hant_HK', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); +} + +/// The translations for Chinese, as used in Taiwan, using the Han script (`zh_Hant_TW`). +class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { + /// Create an instance of the translation bundle for Chinese, as used in Taiwan, using the Han script. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationZhHantTw({ + String localeName = 'zh_Hant_TW', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); +} + +/// The set of supported languages, as language code strings. +/// +/// The [GlobalMaterialLocalizations.delegate] can generate localizations for +/// any [Locale] with a language code from this set, regardless of the region. +/// Some regions have specific support (e.g. `de` covers all forms of German, +/// but there is support for `de-CH` specifically to override some of the +/// translations for Switzerland). +/// +/// See also: +/// +/// * [getMaterialTranslation], whose documentation describes these values. +final Set kSupportedLanguages = HashSet.from(const [ + 'ar', // Arabic + 'bg', // Bulgarian + 'bs', // Bosnian + 'ca', // Catalan Valencian + 'cs', // Czech + 'da', // Danish + 'de', // German + 'el', // Modern Greek + 'en', // English + 'es', // Spanish Castilian + 'et', // Estonian + 'fa', // Persian + 'fi', // Finnish + 'fil', // Filipino Pilipino + 'fr', // French + 'gl', // Galician + 'gsw', // Swiss German Alemannic Alsatian + 'he', // Hebrew + 'hi', // Hindi + 'hr', // Croatian + 'hu', // Hungarian + 'hy', // Armenian + 'id', // Indonesian + 'it', // Italian + 'ja', // Japanese + 'km', // Khmer Central Khmer + 'ko', // Korean + 'lt', // Lithuanian + 'lv', // Latvian + 'mn', // Mongolian + 'mr', // Marathi + 'ms', // Malay + 'nb', // Norwegian Bokmål + 'nl', // Dutch Flemish + 'pl', // Polish + 'ps', // Pushto Pashto + 'pt', // Portuguese + 'ro', // Romanian Moldavian Moldovan + 'ru', // Russian + 'sk', // Slovak + 'sl', // Slovenian + 'sr', // Serbian + 'sv', // Swedish + 'sw', // Swahili + 'ta', // Tamil + 'th', // Thai + 'tl', // Tagalog + 'tr', // Turkish + 'uk', // Ukrainian + 'ur', // Urdu + 'vi', // Vietnamese + 'zh', // Chinese +]); + +/// Creates a [GlobalMaterialLocalizations] instance for the given `locale`. +/// +/// All of the function's arguments except `locale` will be passed to the [new +/// GlobalMaterialLocalizations] constructor. (The `localeName` argument of that +/// constructor is specified by the actual subclass constructor by this +/// function.) +/// +/// The following locales are supported by this package: +/// +/// {@template flutter.localizations.languages} +/// * `ar` - Arabic +/// * `bg` - Bulgarian +/// * `bs` - Bosnian +/// * `ca` - Catalan Valencian +/// * `cs` - Czech +/// * `da` - Danish +/// * `de` - German (plus one country variation) +/// * `el` - Modern Greek +/// * `en` - English (plus 7 country variations) +/// * `es` - Spanish Castilian (plus 20 country variations) +/// * `et` - Estonian +/// * `fa` - Persian +/// * `fi` - Finnish +/// * `fil` - Filipino Pilipino +/// * `fr` - French (plus one country variation) +/// * `gl` - Galician +/// * `gsw` - Swiss German Alemannic Alsatian +/// * `he` - Hebrew +/// * `hi` - Hindi +/// * `hr` - Croatian +/// * `hu` - Hungarian +/// * `hy` - Armenian +/// * `id` - Indonesian +/// * `it` - Italian +/// * `ja` - Japanese +/// * `km` - Khmer Central Khmer +/// * `ko` - Korean +/// * `lt` - Lithuanian +/// * `lv` - Latvian +/// * `mn` - Mongolian +/// * `mr` - Marathi +/// * `ms` - Malay +/// * `nb` - Norwegian Bokmål +/// * `nl` - Dutch Flemish +/// * `pl` - Polish +/// * `ps` - Pushto Pashto +/// * `pt` - Portuguese (plus one country variation) +/// * `ro` - Romanian Moldavian Moldovan +/// * `ru` - Russian +/// * `sk` - Slovak +/// * `sl` - Slovenian +/// * `sr` - Serbian (plus 2 scripts) +/// * `sv` - Swedish +/// * `sw` - Swahili +/// * `ta` - Tamil +/// * `th` - Thai +/// * `tl` - Tagalog +/// * `tr` - Turkish +/// * `uk` - Ukrainian +/// * `ur` - Urdu +/// * `vi` - Vietnamese +/// * `zh` - Chinese (plus 2 country variations and 2 scripts) +/// {@endtemplate} +/// +/// Generally speaking, this method is only intended to be used by +/// [GlobalMaterialLocalizations.delegate]. +GlobalMaterialLocalizations getMaterialTranslation( + Locale locale, + intl.DateFormat fullYearFormat, + intl.DateFormat mediumDateFormat, + intl.DateFormat longDateFormat, + intl.DateFormat yearMonthFormat, + intl.NumberFormat decimalFormat, + intl.NumberFormat twoDigitZeroPaddedFormat, +) { + switch (locale.languageCode) { + case 'ar': + return MaterialLocalizationAr(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'bg': + return MaterialLocalizationBg(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'bs': + return MaterialLocalizationBs(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'ca': + return MaterialLocalizationCa(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'cs': + return MaterialLocalizationCs(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'da': + return MaterialLocalizationDa(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'de': { + switch (locale.countryCode) { + case 'CH': + return MaterialLocalizationDeCh(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + } + return MaterialLocalizationDe(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + } + case 'el': + return MaterialLocalizationEl(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'en': { + switch (locale.countryCode) { + case 'AU': + return MaterialLocalizationEnAu(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'CA': + return MaterialLocalizationEnCa(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'GB': + return MaterialLocalizationEnGb(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'IE': + return MaterialLocalizationEnIe(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'IN': + return MaterialLocalizationEnIn(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'SG': + return MaterialLocalizationEnSg(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'ZA': + return MaterialLocalizationEnZa(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + } + return MaterialLocalizationEn(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + } + case 'es': { + switch (locale.countryCode) { + case '419': + return MaterialLocalizationEs419(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'AR': + return MaterialLocalizationEsAr(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'BO': + return MaterialLocalizationEsBo(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'CL': + return MaterialLocalizationEsCl(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'CO': + return MaterialLocalizationEsCo(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'CR': + return MaterialLocalizationEsCr(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'DO': + return MaterialLocalizationEsDo(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'EC': + return MaterialLocalizationEsEc(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'GT': + return MaterialLocalizationEsGt(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'HN': + return MaterialLocalizationEsHn(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'MX': + return MaterialLocalizationEsMx(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'NI': + return MaterialLocalizationEsNi(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'PA': + return MaterialLocalizationEsPa(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'PE': + return MaterialLocalizationEsPe(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'PR': + return MaterialLocalizationEsPr(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'PY': + return MaterialLocalizationEsPy(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'SV': + return MaterialLocalizationEsSv(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'US': + return MaterialLocalizationEsUs(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'UY': + return MaterialLocalizationEsUy(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'VE': + return MaterialLocalizationEsVe(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + } + return MaterialLocalizationEs(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + } + case 'et': + return MaterialLocalizationEt(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'fa': + return MaterialLocalizationFa(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'fi': + return MaterialLocalizationFi(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'fil': + return MaterialLocalizationFil(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'fr': { + switch (locale.countryCode) { + case 'CA': + return MaterialLocalizationFrCa(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + } + return MaterialLocalizationFr(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + } + case 'gl': + return MaterialLocalizationGl(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'gsw': + return MaterialLocalizationGsw(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'he': + return MaterialLocalizationHe(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'hi': + return MaterialLocalizationHi(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'hr': + return MaterialLocalizationHr(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'hu': + return MaterialLocalizationHu(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'hy': + return MaterialLocalizationHy(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'id': + return MaterialLocalizationId(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'it': + return MaterialLocalizationIt(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'ja': + return MaterialLocalizationJa(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'km': + return MaterialLocalizationKm(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'ko': + return MaterialLocalizationKo(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'lt': + return MaterialLocalizationLt(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'lv': + return MaterialLocalizationLv(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'mn': + return MaterialLocalizationMn(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'mr': + return MaterialLocalizationMr(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'ms': + return MaterialLocalizationMs(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'nb': + return MaterialLocalizationNb(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'nl': + return MaterialLocalizationNl(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'pl': + return MaterialLocalizationPl(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'ps': + return MaterialLocalizationPs(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'pt': { + switch (locale.countryCode) { + case 'PT': + return MaterialLocalizationPtPt(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + } + return MaterialLocalizationPt(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + } + case 'ro': + return MaterialLocalizationRo(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'ru': + return MaterialLocalizationRu(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'sk': + return MaterialLocalizationSk(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'sl': + return MaterialLocalizationSl(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'sr': { + switch (locale.scriptCode) { + case 'Cyrl': { + return MaterialLocalizationSrCyrl(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + } + case 'Latn': { + return MaterialLocalizationSrLatn(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + } + } + return MaterialLocalizationSr(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + } + case 'sv': + return MaterialLocalizationSv(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'sw': + return MaterialLocalizationSw(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'ta': + return MaterialLocalizationTa(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'th': + return MaterialLocalizationTh(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'tl': + return MaterialLocalizationTl(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'tr': + return MaterialLocalizationTr(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'uk': + return MaterialLocalizationUk(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'ur': + return MaterialLocalizationUr(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'vi': + return MaterialLocalizationVi(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'zh': { + switch (locale.scriptCode) { + case 'Hans': { + return MaterialLocalizationZhHans(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + } + case 'Hant': { + switch (locale.countryCode) { + case 'HK': + return MaterialLocalizationZhHantHk(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'TW': + return MaterialLocalizationZhHantTw(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + } + return MaterialLocalizationZhHant(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + } + } + switch (locale.countryCode) { + case 'HK': + return MaterialLocalizationZhHantHk(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + case 'TW': + return MaterialLocalizationZhHantTw(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + } + return MaterialLocalizationZh(fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat); + } + } + assert(false, 'getMaterialTranslation() called for unsupported locale "$locale"'); + return null; +} diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 93181f245bc0..363240623cca 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -9,9 +9,9 @@ import 'package:flutter/material.dart'; import 'package:intl/intl.dart' as intl; import 'package:intl/date_symbols.dart' as intl; import 'package:intl/date_symbol_data_custom.dart' as date_symbol_data_custom; -import 'l10n/date_localizations.dart' as date_localizations; +import 'l10n/generated_date_localizations.dart' as date_localizations; -import 'l10n/localizations.dart'; +import 'l10n/generated_material_localizations.dart'; import 'widgets_localizations.dart'; /// Implementation of localized strings for the material widgets using the @@ -647,7 +647,7 @@ class _MaterialLocalizationsDelegate extends LocalizationsDelegate(getTranslation( + return SynchronousFuture(getMaterialTranslation( locale, fullYearFormat, mediumDateFormat, From c09baeae81a3d59d24380204099857ce9eac5330 Mon Sep 17 00:00:00 2001 From: xster Date: Tue, 2 Apr 2019 11:25:06 -0700 Subject: [PATCH 081/327] Add needed singular resources for cupertino_en.arb (#30160) --- packages/flutter_localizations/lib/src/l10n/cupertino_en.arb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb index 0ac1e0923084..cb6badf74fd1 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb @@ -1,4 +1,5 @@ { + "datePickerHourSemanticsLabelOne": "$hour o'clock", "datePickerHourSemanticsLabelOther": "$hour o'clock", "@datePickerHourSemanticsLabel": { "description": "Accessibility announcement for the selected hour on a time picker such as '5 o'clock' or '5点'", @@ -44,12 +45,14 @@ "plural": "hour" }, + "timerPickerMinuteLabelOne": "min", "timerPickerMinuteLabelOther": "min", "@timerPickerMinuteLabel": { "description": "The label adjacent to a minute integer number in a countdown timer.", "plural": "minute" }, + "timerPickerSecondLabelOne": "sec", "timerPickerSecondLabelOther": "sec", "@timerPickerSecondLabel": { "description": "The label adjacent to a second integer number in a countdown timer.", From 31074ba760b24e08a32e3f3ec6f553ef1e23aa6b Mon Sep 17 00:00:00 2001 From: xster Date: Thu, 4 Apr 2019 15:14:46 -0700 Subject: [PATCH 082/327] Cupertino localization step 5: add french arb as translated example (#29708) --- .../lib/src/l10n/cupertino_en.arb | 20 +++++++++---------- .../lib/src/l10n/cupertino_fr.arb | 20 +++++++++++++++++++ 2 files changed, 30 insertions(+), 10 deletions(-) create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb index cb6badf74fd1..31779ae172f2 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb @@ -20,17 +20,17 @@ "datePickerDateTimeOrder": "date_time_dayPeriod", "@datePickerDateTimeOrder": { - "description": "The standard order for the locale to date, time and am/pm in a datetime. Options are date_time_dayPeriod, date_dayPeriod_time, time_dayPeriod_date and dayPeriod_time_date where 'dayPeriod' is am/pm." + "description": "The standard order for the locale to arrange date, time and am/pm in a datetime. Options are date_time_dayPeriod, date_dayPeriod_time, time_dayPeriod_date and dayPeriod_time_date where 'dayPeriod' is am/pm." }, "anteMeridiemAbbreviation": "AM", "@anteMeridiemAbbreviation": { - "description": "The abbreviation for ante meridiem (before noon) shown in the time picker." + "description": "The abbreviation for ante meridiem (before noon) shown in the time picker when it's not using the 24h format." }, "postMeridiemAbbreviation": "PM", "@postMeridiemAbbreviation": { - "description": "The abbreviation for post meridiem (after noon) shown in the time picker." + "description": "The abbreviation for post meridiem (after noon) shown in the time picker when it's not using the 24h format." }, "alertDialogLabel": "Alert", @@ -41,41 +41,41 @@ "timerPickerHourLabelOne": "hour", "timerPickerHourLabelOther": "hours", "@timerPickerHourLabel": { - "description": "The label adjacent to an hour integer number in a countdown timer.", + "description": "The label adjacent to an hour integer number in a countdown timer. The reference abbreviation is what iOS does in the stock clock app's countdown timer.", "plural": "hour" }, "timerPickerMinuteLabelOne": "min", "timerPickerMinuteLabelOther": "min", "@timerPickerMinuteLabel": { - "description": "The label adjacent to a minute integer number in a countdown timer.", + "description": "The label adjacent to a minute integer number in a countdown timer. The reference abbreviation is what iOS does in the stock clock app's countdown timer.", "plural": "minute" }, "timerPickerSecondLabelOne": "sec", "timerPickerSecondLabelOther": "sec", "@timerPickerSecondLabel": { - "description": "The label adjacent to a second integer number in a countdown timer.", + "description": "The label adjacent to a second integer number in a countdown timer. The reference abbreviation is what iOS does in the stock clock app's countdown timer.", "plural": "second" }, "cutButtonLabel": "Cut", "@cutButtonLabel": { - "description": "The label for cut buttons and menu items." + "description": "The label for cut buttons and menu items. The reference abbreviation is what iOS shows on text selection toolbars." }, "copyButtonLabel": "Copy", "@copyButtonLabel": { - "description": "The label for copy buttons and menu items." + "description": "The label for copy buttons and menu items. The reference abbreviation is what iOS shows on text selection toolbars." }, "pasteButtonLabel": "Paste", "@pasteButtonLabel": { - "description": "The label for paste buttons and menu items." + "description": "The label for paste buttons and menu items. The reference abbreviation is what iOS shows on text selection toolbars." }, "selectAllButtonLabel": "Select All", "@selectAllButtonLabel": { - "description": "The label for select-all buttons and menu items." + "description": "The label for select-all buttons and menu items. The reference abbreviation is what iOS shows on text selection toolbars." } } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb new file mode 100644 index 000000000000..995c723df09d --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb @@ -0,0 +1,20 @@ +{ + "datePickerHourSemanticsLabelOne": "une heure", + "datePickerHourSemanticsLabelOther": "$hour heures", + "datePickerMinuteSemanticsLabelOne": "une minute", + "datePickerMinuteSemanticsLabelOther": "$minute minutes", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "alertDialogLabel": "Alerte", + "timerPickerHourLabelOne": "heure", + "timerPickerHourLabelOther": "heures", + "timerPickerMinuteLabelOne": "minute", + "timerPickerMinuteLabelOther": "minutes", + "timerPickerSecondLabelOther": "s", + "cutButtonLabel": "Couper", + "copyButtonLabel": "Copier", + "pasteButtonLabel": "Coller", + "selectAllButtonLabel": "Tout sélect." +} From a41358a22692b8b5574dda4d2ca2cca8c3a1c73a Mon Sep 17 00:00:00 2001 From: Tim Sneath Date: Fri, 5 Apr 2019 11:39:30 -0700 Subject: [PATCH 083/327] Replace flutter.io with flutter.dev (#30562) --- .../flutter_localizations/lib/src/material_localizations.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 363240623cca..1dbeaca37b65 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -63,7 +63,7 @@ import 'widgets_localizations.dart'; /// See also: /// /// * The Flutter Internationalization Tutorial, -/// . +/// . /// * [DefaultMaterialLocalizations], which only provides US English translations. abstract class GlobalMaterialLocalizations implements MaterialLocalizations { /// Initializes an object that defines the material widgets' localized strings From b407dc9e37c54a72b5e11d1e66186c2a139bdae1 Mon Sep 17 00:00:00 2001 From: xster Date: Mon, 8 Apr 2019 16:56:58 -0700 Subject: [PATCH 084/327] Cupertino localization step 6: add a GlobalCupertinoLocalizations base class with date time formatting (#29767) --- .../lib/src/cupertino_localizations.dart | 439 ++++++++++++++++++ .../lib/src/material_localizations.dart | 54 +-- 2 files changed, 446 insertions(+), 47 deletions(-) create mode 100644 packages/flutter_localizations/lib/src/cupertino_localizations.dart diff --git a/packages/flutter_localizations/lib/src/cupertino_localizations.dart b/packages/flutter_localizations/lib/src/cupertino_localizations.dart new file mode 100644 index 000000000000..557a9344d937 --- /dev/null +++ b/packages/flutter_localizations/lib/src/cupertino_localizations.dart @@ -0,0 +1,439 @@ +// Copyright 2019 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +import 'dart:async'; + +import 'package:flutter/cupertino.dart'; +import 'package:flutter/foundation.dart'; +import 'package:intl/intl.dart' as intl; +import 'package:intl/date_symbols.dart' as intl; + +import 'utils/date_localizations.dart' as util; +import 'widgets_localizations.dart'; + +/// Implementation of localized strings for Cupertino widgets using the `intl` +/// package for date and time formatting. +/// +/// Further localization of strings beyond date time formatting are provided +/// by language specific subclasses of [GlobalCupertinoLocalizations] +/// +/// See also: +/// +/// * [DefaultCupertinoLocalizations], which provides US English localizations +/// for Cupertino widgets. +abstract class GlobalCupertinoLocalizations implements CupertinoLocalizations { + /// Initializes an object that defines the Cupertino widgets' localized + /// strings for the given `localeName`. + /// + /// The remaining '*Format' arguments uses the intl package to provide + /// [DateFormat] configurations for the `localeName`. + const GlobalCupertinoLocalizations({ + @required String localeName, + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : assert(localeName != null), + _localeName = localeName, + assert(fullYearFormat != null), + _fullYearFormat = fullYearFormat, + assert(dayFormat != null), + _dayFormat = dayFormat, + assert(mediumDateFormat != null), + _mediumDateFormat = mediumDateFormat, + assert(singleDigitHourFormat != null), + _singleDigitHourFormat = singleDigitHourFormat, + assert(singleDigitMinuteFormat != null), + _singleDigitMinuteFormat = singleDigitMinuteFormat, + assert(doubleDigitMinuteFormat != null), + _doubleDigitMinuteFormat = doubleDigitMinuteFormat, + assert(singleDigitSecondFormat != null), + _singleDigitSecondFormat = singleDigitSecondFormat, + assert(decimalFormat != null), + _decimalFormat =decimalFormat; + + final String _localeName; + final intl.DateFormat _fullYearFormat; + final intl.DateFormat _dayFormat; + final intl.DateFormat _mediumDateFormat; + final intl.DateFormat _singleDigitHourFormat; + final intl.DateFormat _singleDigitMinuteFormat; + final intl.DateFormat _doubleDigitMinuteFormat; + final intl.DateFormat _singleDigitSecondFormat; + final intl.NumberFormat _decimalFormat; + + @override + String datePickerYear(int yearIndex) { + return _fullYearFormat.format(DateTime.utc(yearIndex)); + } + + @override + String datePickerMonth(int monthIndex) { + // It doesn't actually have anything to do with _fullYearFormat. It's just + // taking advantage of the fact that _fullYearFormat loaded the needed + // locale's symbols. + return _fullYearFormat.dateSymbols.MONTHS[monthIndex - 1]; + } + + @override + String datePickerDayOfMonth(int dayIndex) { + // Year and month doesn't matter since we just want to day formatted. + return _dayFormat.format(DateTime.utc(0, 0, dayIndex)); + } + + @override + String datePickerMediumDate(DateTime date) { + return _mediumDateFormat.format(date); + } + + @override + String datePickerHour(int hour) { + return _singleDigitHourFormat.format(DateTime.utc(0, 0, 0, hour)); + } + + @override + String datePickerMinute(int minute) { + return _doubleDigitMinuteFormat.format(DateTime.utc(0, 0, 0, 0, minute)); + } + + /// Subclasses should provide the optional zero pluralization of [datePickerHourSemanticsLabel] based on the ARB file. + @protected String get datePickerHourSemanticsLabelZero => null; + /// Subclasses should provide the optional one pluralization of [datePickerHourSemanticsLabel] based on the ARB file. + @protected String get datePickerHourSemanticsLabelOne => null; + /// Subclasses should provide the optional two pluralization of [datePickerHourSemanticsLabel] based on the ARB file. + @protected String get datePickerHourSemanticsLabelTwo => null; + /// Subclasses should provide the optional few pluralization of [datePickerHourSemanticsLabel] based on the ARB file. + @protected String get datePickerHourSemanticsLabelFew => null; + /// Subclasses should provide the optional many pluralization of [datePickerHourSemanticsLabel] based on the ARB file. + @protected String get datePickerHourSemanticsLabelMany => null; + /// Subclasses should provide the required other pluralization of [datePickerHourSemanticsLabel] based on the ARB file. + @protected String get datePickerHourSemanticsLabelOther; + + @override + String datePickerHourSemanticsLabel(int hour) { + return intl.Intl.pluralLogic( + hour, + zero: datePickerHourSemanticsLabelZero, + one: datePickerHourSemanticsLabelOne, + two: datePickerHourSemanticsLabelTwo, + few: datePickerHourSemanticsLabelFew, + many: datePickerHourSemanticsLabelMany, + other: datePickerHourSemanticsLabelOther, + locale: _localeName, + ).replaceFirst(r'$hour', _decimalFormat.format(hour)); + } + + /// Subclasses should provide the optional zero pluralization of [datePickerMinuteSemanticsLabel] based on the ARB file. + @protected String get datePickerMinuteSemanticsLabelZero => null; + /// Subclasses should provide the optional one pluralization of [datePickerMinuteSemanticsLabel] based on the ARB file. + @protected String get datePickerMinuteSemanticsLabelOne => null; + /// Subclasses should provide the optional two pluralization of [datePickerMinuteSemanticsLabel] based on the ARB file. + @protected String get datePickerMinuteSemanticsLabelTwo => null; + /// Subclasses should provide the optional few pluralization of [datePickerMinuteSemanticsLabel] based on the ARB file. + @protected String get datePickerMinuteSemanticsLabelFew => null; + /// Subclasses should provide the optional many pluralization of [datePickerMinuteSemanticsLabel] based on the ARB file. + @protected String get datePickerMinuteSemanticsLabelMany => null; + /// Subclasses should provide the required other pluralization of [datePickerMinuteSemanticsLabel] based on the ARB file. + @protected String get datePickerMinuteSemanticsLabelOther; + + @override + String datePickerMinuteSemanticsLabel(int minute) { + return intl.Intl.pluralLogic( + minute, + zero: datePickerMinuteSemanticsLabelZero, + one: datePickerMinuteSemanticsLabelOne, + two: datePickerMinuteSemanticsLabelTwo, + few: datePickerMinuteSemanticsLabelFew, + many: datePickerMinuteSemanticsLabelMany, + other: datePickerMinuteSemanticsLabelOther, + locale: _localeName, + ).replaceFirst(r'$minute', _decimalFormat.format(minute)); + } + + /// A string describing the [DatePickerDateOrder] enum value. + /// + /// Subclasses should provide this string value based on the ARB file for + /// the locale. + /// + /// See also: + /// + /// * [datePickerDateOrder], which provides the [DatePickerDateOrder] + /// enum value for [CupertinoLocalizations] based on this string value + @protected + String get datePickerDateOrderString; + + @override + DatePickerDateOrder get datePickerDateOrder { + switch (datePickerDateOrderString) { + case 'dmy': + return DatePickerDateOrder.dmy; + case 'mdy': + return DatePickerDateOrder.mdy; + case 'ymd': + return DatePickerDateOrder.ymd; + case 'ydm': + return DatePickerDateOrder.ydm; + default: + assert( + false, + 'Failed to load DatePickerDateOrder $datePickerDateOrderString for ' + 'locale $_localeName.\nNon conforming string for $_localeName\'s ' + '.arb file', + ); + return null; + } + } + + /// A string describing the [DatePickerDateTimeOrder] enum value. + /// + /// Subclasses should provide this string value based on the ARB file for + /// the locale. + /// + /// See also: + /// + /// * [datePickerDateTimeOrder], which provides the [DatePickerDateTimeOrder] + /// enum value for [CupertinoLocalizations] based on this string value. + @protected + String get datePickerDateTimeOrderString; + + @override + DatePickerDateTimeOrder get datePickerDateTimeOrder { + switch (datePickerDateTimeOrderString) { + case 'date_time_dayPeriod': + return DatePickerDateTimeOrder.date_time_dayPeriod; + case 'date_dayPeriod_time': + return DatePickerDateTimeOrder.date_dayPeriod_time; + case 'time_dayPeriod_date': + return DatePickerDateTimeOrder.time_dayPeriod_date; + case 'dayPeriod_time_date': + return DatePickerDateTimeOrder.dayPeriod_time_date; + default: + assert( + false, + 'Failed to load DatePickerDateTimeOrder $datePickerDateTimeOrderString ' + 'for locale $_localeName.\nNon conforming string for $_localeName\'s ' + '.arb file', + ); + return null; + } + } + + @override + String timerPickerHour(int hour) { + return _singleDigitHourFormat.format(DateTime.utc(0, 0, 0, hour)); + } + + @override + String timerPickerMinute(int minute) { + return _singleDigitMinuteFormat.format(DateTime.utc(0, 0, 0, 0, minute)); + } + + @override + String timerPickerSecond(int second) { + return _singleDigitSecondFormat.format(DateTime.utc(0, 0, 0, 0, 0, second)); + } + + /// Subclasses should provide the optional zero pluralization of [timerPickerHourLabel] based on the ARB file. + @protected String get timerPickerHourLabelZero => null; + /// Subclasses should provide the optional one pluralization of [timerPickerHourLabel] based on the ARB file. + @protected String get timerPickerHourLabelOne => null; + /// Subclasses should provide the optional two pluralization of [timerPickerHourLabel] based on the ARB file. + @protected String get timerPickerHourLabelTwo => null; + /// Subclasses should provide the optional few pluralization of [timerPickerHourLabel] based on the ARB file. + @protected String get timerPickerHourLabelFew => null; + /// Subclasses should provide the optional many pluralization of [timerPickerHourLabel] based on the ARB file. + @protected String get timerPickerHourLabelMany => null; + /// Subclasses should provide the required other pluralization of [timerPickerHourLabel] based on the ARB file. + @protected String get timerPickerHourLabelOther; + + @override + String timerPickerHourLabel(int hour) { + return intl.Intl.pluralLogic( + hour, + zero: timerPickerHourLabelZero, + one: timerPickerHourLabelOne, + two: timerPickerHourLabelTwo, + few: timerPickerHourLabelFew, + many: timerPickerHourLabelMany, + other: timerPickerHourLabelOther, + locale: _localeName, + ).replaceFirst(r'$hour', _decimalFormat.format(hour)); + } + + /// Subclasses should provide the optional zero pluralization of [timerPickerMinuteLabel] based on the ARB file. + @protected String get timerPickerMinuteLabelZero => null; + /// Subclasses should provide the optional one pluralization of [timerPickerMinuteLabel] based on the ARB file. + @protected String get timerPickerMinuteLabelOne => null; + /// Subclasses should provide the optional two pluralization of [timerPickerMinuteLabel] based on the ARB file. + @protected String get timerPickerMinuteLabelTwo => null; + /// Subclasses should provide the optional few pluralization of [timerPickerMinuteLabel] based on the ARB file. + @protected String get timerPickerMinuteLabelFew => null; + /// Subclasses should provide the optional many pluralization of [timerPickerMinuteLabel] based on the ARB file. + @protected String get timerPickerMinuteLabelMany => null; + /// Subclasses should provide the required other pluralization of [timerPickerMinuteLabel] based on the ARB file. + @protected String get timerPickerMinuteLabelOther; + + @override + String timerPickerMinuteLabel(int minute) { + return intl.Intl.pluralLogic( + minute, + zero: timerPickerMinuteLabelZero, + one: timerPickerMinuteLabelOne, + two: timerPickerMinuteLabelTwo, + few: timerPickerMinuteLabelFew, + many: timerPickerMinuteLabelMany, + other: timerPickerMinuteLabelOther, + locale: _localeName, + ).replaceFirst(r'$minute', _decimalFormat.format(minute)); + } + + /// Subclasses should provide the optional zero pluralization of [timerPickerSecondLabel] based on the ARB file. + @protected String get timerPickerSecondLabelZero => null; + /// Subclasses should provide the optional one pluralization of [timerPickerSecondLabel] based on the ARB file. + @protected String get timerPickerSecondLabelOne => null; + /// Subclasses should provide the optional two pluralization of [timerPickerSecondLabel] based on the ARB file. + @protected String get timerPickerSecondLabelTwo => null; + /// Subclasses should provide the optional few pluralization of [timerPickerSecondLabel] based on the ARB file. + @protected String get timerPickerSecondLabelFew => null; + /// Subclasses should provide the optional many pluralization of [timerPickerSecondLabel] based on the ARB file. + @protected String get timerPickerSecondLabelMany => null; + /// Subclasses should provide the required other pluralization of [timerPickerSecondLabel] based on the ARB file. + @protected String get timerPickerSecondLabelOther; + + @override + String timerPickerSecondLabel(int second) { + return intl.Intl.pluralLogic( + second, + zero: timerPickerSecondLabelZero, + one: timerPickerSecondLabelOne, + two: timerPickerSecondLabelTwo, + few: timerPickerSecondLabelFew, + many: timerPickerSecondLabelMany, + other: timerPickerSecondLabelOther, + locale: _localeName, + ).replaceFirst(r'$second', _decimalFormat.format(second)); + } + + /// A [LocalizationsDelegate] that uses [GlobalCupertinoLocalizations.load] + /// to create an instance of this class. + /// + /// Most internationalized apps will use [GlobalCupertinoLocalizations.delegates] + /// as the value of [CupertinoApp.localizationsDelegates] to include + /// the localizations for both the cupertino and widget libraries. + static const LocalizationsDelegate delegate = _GlobalCupertinoLocalizationsDelegate(); + + /// A value for [CupertinoApp.localizationsDelegates] that's typically used by + /// internationalized apps. + /// + /// ## Sample code + /// + /// To include the localizations provided by this class and by + /// [GlobalWidgetsLocalizations] in a [CupertinoApp], + /// use [GlobalCupertinoLocalizations.delegates] as the value of + /// [CupertinoApp.localizationsDelegates], and specify the locales your + /// app supports with [CupertinoApp.supportedLocales]: + /// + /// ```dart + /// new CupertinoApp( + /// localizationsDelegates: GlobalCupertinoLocalizations.delegates, + /// supportedLocales: [ + /// const Locale('en', 'US'), // English + /// const Locale('he', 'IL'), // Hebrew + /// ], + /// // ... + /// ) + /// ``` + static const List> delegates = >[ + GlobalCupertinoLocalizations.delegate, + GlobalWidgetsLocalizations.delegate, + ]; +} + +class _GlobalCupertinoLocalizationsDelegate extends LocalizationsDelegate { + const _GlobalCupertinoLocalizationsDelegate(); + + @override + bool isSupported(Locale locale) => false; // TODO(xster): implement. + + static final Map> _loadedTranslations = >{}; + + @override + Future load(Locale locale) { + assert(isSupported(locale)); // TODO(xster): implement. + return _loadedTranslations.putIfAbsent(locale, () { + util.loadDateIntlDataIfNotLoaded(); + + final String localeName = intl.Intl.canonicalizedLocale(locale.toString()); + assert( + locale.toString() == localeName, + 'Flutter does not support the non-standard locale form $locale (which ' + 'might be $localeName', + ); + + intl.DateFormat fullYearFormat; + intl.DateFormat dayFormat; + intl.DateFormat mediumDateFormat; + // We don't want any additional decoration here. The am/pm is handled in + // the date picker. We just want an hour number localized. + intl.DateFormat singleDigitHourFormat; + intl.DateFormat singleDigitMinuteFormat; + intl.DateFormat doubleDigitMinuteFormat; + intl.DateFormat singleDigitSecondFormat; + intl.NumberFormat decimalFormat; + + void loadFormats(String locale) { + fullYearFormat = intl.DateFormat.y(locale); + dayFormat = intl.DateFormat.d(locale); + mediumDateFormat = intl.DateFormat.MMMEd(locale); + // TODO(xster): fix when https://github.com/dart-lang/intl/issues/207 is resolved. + singleDigitHourFormat = intl.DateFormat('HH', locale); + singleDigitMinuteFormat = intl.DateFormat.m(locale); + doubleDigitMinuteFormat = intl.DateFormat('mm', locale); + singleDigitSecondFormat = intl.DateFormat.s(locale); + decimalFormat = intl.NumberFormat(locale); + } + + if (intl.DateFormat.localeExists(localeName)) { + loadFormats(localeName); + } else if (intl.DateFormat.localeExists(locale.languageCode)) { + loadFormats(locale.languageCode); + } else { + loadFormats(null); + } + + return SynchronousFuture(_getCupertinoTranslation( + localeName, + fullYearFormat, + dayFormat, + mediumDateFormat, + singleDigitHourFormat, + singleDigitMinuteFormat, + doubleDigitMinuteFormat, + singleDigitSecondFormat, + decimalFormat, + )); + }); + } + + @override + bool shouldReload(_GlobalCupertinoLocalizationsDelegate old) => false; +} + +CupertinoLocalizations _getCupertinoTranslation( + String localeName, + intl.DateFormat fullYearFormat, + intl.DateFormat dayFormat, + intl.DateFormat mediumDateFormat, + intl.DateFormat singleDigitHourFormat, + intl.DateFormat singleDigitMinuteFormat, + intl.DateFormat doubleDigitMinuteFormat, + intl.DateFormat singleDigitSecondFormat, + intl.NumberFormat decimalFormat, +) { + return null; // TODO(xster): implement in generated subclass. +} diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 1dbeaca37b65..a0b72d2eb19b 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -8,10 +8,9 @@ import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:intl/intl.dart' as intl; import 'package:intl/date_symbols.dart' as intl; -import 'package:intl/date_symbol_data_custom.dart' as date_symbol_data_custom; -import 'l10n/generated_date_localizations.dart' as date_localizations; import 'l10n/generated_material_localizations.dart'; +import 'utils/date_localizations.dart' as util; import 'widgets_localizations.dart'; /// Implementation of localized strings for the material widgets using the @@ -559,57 +558,20 @@ class _MaterialLocalizationsDelegate extends LocalizationsDelegate kSupportedLanguages.contains(locale.languageCode); - /// Tracks if date i18n data has been loaded. - static bool _dateIntlDataInitialized = false; - - /// Loads i18n data for dates if it hasn't be loaded yet. - /// - /// Only the first invocation of this function has the effect of loading the - /// data. Subsequent invocations have no effect. - static void _loadDateIntlDataIfNotLoaded() { - if (!_dateIntlDataInitialized) { - // TODO(garyq): Add support for scriptCodes. Do not strip scriptCode from string. - - // Keep track of initialzed locales, or will fail on attempted double init. - // This can only happen if a locale with a stripped scriptCode has already - // been initialzed. This should be removed when scriptCode stripping is removed. - final Set initializedLocales = {}; - date_localizations.dateSymbols.forEach((String locale, dynamic data) { - // Strip scriptCode from the locale, as we do not distinguish between scripts - // for dates. - final List codes = locale.split('_'); - String countryCode; - if (codes.length == 2) { - countryCode = codes[1].length < 4 ? codes[1] : null; - } else if (codes.length == 3) { - countryCode = codes[1].length < codes[2].length ? codes[1] : codes[2]; - } - locale = codes[0] + (countryCode != null ? '_' + countryCode : ''); - if (initializedLocales.contains(locale)) - return; - initializedLocales.add(locale); - // Perform initialization. - assert(date_localizations.datePatterns.containsKey(locale)); - final intl.DateSymbols symbols = intl.DateSymbols.deserializeFromMap(data); - date_symbol_data_custom.initializeDateFormattingCustom( - locale: locale, - symbols: symbols, - patterns: date_localizations.datePatterns[locale], - ); - }); - _dateIntlDataInitialized = true; - } - } - static final Map> _loadedTranslations = >{}; @override Future load(Locale locale) { assert(isSupported(locale)); return _loadedTranslations.putIfAbsent(locale, () { - _loadDateIntlDataIfNotLoaded(); + util.loadDateIntlDataIfNotLoaded(); final String localeName = intl.Intl.canonicalizedLocale(locale.toString()); + assert( + locale.toString() == localeName, + 'Flutter does not support the non-standard locale form $locale (which ' + 'might be $localeName', + ); intl.DateFormat fullYearFormat; intl.DateFormat mediumDateFormat; @@ -645,8 +607,6 @@ class _MaterialLocalizationsDelegate extends LocalizationsDelegate(getMaterialTranslation( locale, fullYearFormat, From 0e4d73d4382065b84805925aaa5516011ebd4de9 Mon Sep 17 00:00:00 2001 From: xster Date: Tue, 9 Apr 2019 17:47:44 -0700 Subject: [PATCH 085/327] Cupertino localization step 11: add more translation clarifications in the instructions (#30527) --- .../flutter_localizations/lib/src/l10n/cupertino_en.arb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb index 31779ae172f2..7d3cc73d7cb2 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb @@ -15,22 +15,22 @@ "datePickerDateOrder": "mdy", "@datePickerDateOrder": { - "description": "The standard order for the locale to arrange day, month and year in a date. Options are dmy, mdy, ymd and ydm." + "description": "Choose a standard order for the locale to arrange day, month and year in a date. Do not transliterate the abbreviations themselves. The only options are dmy, mdy, ymd and ydm. For instance, in French, use dmy (for day month year) but do not translate into jma (for jour mois année). " }, "datePickerDateTimeOrder": "date_time_dayPeriod", "@datePickerDateTimeOrder": { - "description": "The standard order for the locale to arrange date, time and am/pm in a datetime. Options are date_time_dayPeriod, date_dayPeriod_time, time_dayPeriod_date and dayPeriod_time_date where 'dayPeriod' is am/pm." + "description": "Choose a standard order for the locale to arrange date, time and am/pm in a datetime. Do not transliterate the choices themselves. The only options are date_time_dayPeriod, date_dayPeriod_time, time_dayPeriod_date and dayPeriod_time_date where 'dayPeriod' is am/pm. You can ignore the position of dayPeriod if the locale uses 24h time only. For instance, in French, use date_time_dayPeriod, but do not translate into date_heure_périodeDuJour or some such." }, "anteMeridiemAbbreviation": "AM", "@anteMeridiemAbbreviation": { - "description": "The abbreviation for ante meridiem (before noon) shown in the time picker when it's not using the 24h format." + "description": "The abbreviation for ante meridiem (before noon) shown in the time picker when it's not using the 24h format. Reference the text iOS uses such as in the iOS clock app." }, "postMeridiemAbbreviation": "PM", "@postMeridiemAbbreviation": { - "description": "The abbreviation for post meridiem (after noon) shown in the time picker when it's not using the 24h format." + "description": "The abbreviation for post meridiem (after noon) shown in the time picker when it's not using the 24h format. Reference the text iOS uses such as in the iOS clock app." }, "alertDialogLabel": "Alert", From ac00c6e804c469b5e9e68d72d9615d2e11c19503 Mon Sep 17 00:00:00 2001 From: xster Date: Wed, 10 Apr 2019 01:24:58 -0700 Subject: [PATCH 086/327] Cupertino localization step 7: modularize material specific things out of gen_localizations.dart (#29822) --- .../gen_material_localizations.dart | 68 ++++++++++ .../localization/localizations_utils.dart | 120 +++++++++++++++++- .../generated_material_localizations.dart | 2 +- 3 files changed, 188 insertions(+), 2 deletions(-) create mode 100644 dev/tools/localization/gen_material_localizations.dart diff --git a/dev/tools/localization/gen_material_localizations.dart b/dev/tools/localization/gen_material_localizations.dart new file mode 100644 index 000000000000..54a79f2b15c0 --- /dev/null +++ b/dev/tools/localization/gen_material_localizations.dart @@ -0,0 +1,68 @@ +import 'localizations_utils.dart'; + +HeaderGenerator generateMaterialHeader = (String regenerateInstructions) { + return ''' +// Copyright 2017 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +// This file has been automatically generated. Please do not edit it manually. +// To regenerate the file, use: +// $regenerateInstructions + +import 'dart:collection'; + +import 'package:flutter/foundation.dart'; +import 'package:flutter/material.dart'; +import 'package:intl/intl.dart' as intl; + +import '../material_localizations.dart'; + +// The classes defined here encode all of the translations found in the +// `flutter_localizations/lib/src/l10n/*.arb` files. +// +// These classes are constructed by the [getMaterialTranslation] method at the +// bottom of this file, and used by the [_MaterialLocalizationsDelegate.load] +// method defined in `flutter_localizations/lib/src/material_localizations.dart`.'''; +}; + +/// Returns the source of the constructor for a GlobalMaterialLocalizations +/// subclass. +ConstructorGenerator generateMaterialConstructor = (LocaleInfo locale) { + final String localeName = locale.originalString; + return ''' + /// Create an instance of the translation bundle for ${describeLocale(localeName)}. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalization${camelCase(locale)}({ + String localeName = '$localeName', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + );'''; +}; + +const String materialFactoryDeclaration = ''' +GlobalMaterialLocalizations getMaterialTranslation( + Locale locale, + intl.DateFormat fullYearFormat, + intl.DateFormat mediumDateFormat, + intl.DateFormat longDateFormat, + intl.DateFormat yearMonthFormat, + intl.NumberFormat decimalFormat, + intl.NumberFormat twoDigitZeroPaddedFormat, +) {'''; + +const String materialFactoryArguments = + 'fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat'; diff --git a/dev/tools/localization/localizations_utils.dart b/dev/tools/localization/localizations_utils.dart index d92fad906a73..4d85bd57b038 100644 --- a/dev/tools/localization/localizations_utils.dart +++ b/dev/tools/localization/localizations_utils.dart @@ -9,6 +9,9 @@ import 'dart:io'; import 'package:args/args.dart' as argslib; import 'package:meta/meta.dart'; +typedef HeaderGenerator = String Function(String regenerateInstructions); +typedef ConstructorGenerator = String Function(LocaleInfo locale); + /// Simple data class to hold parsed locale. Does not promise validity of any data. class LocaleInfo implements Comparable { LocaleInfo({ @@ -129,6 +132,75 @@ class LocaleInfo implements Comparable { } } +/// Parse the data for a locale from a file, and store it in the [attributes] +/// and [resources] keys. +void loadMatchingArbsIntoBundleMaps({ + @required Directory directory, + @required RegExp filenamePattern, + @required Map> localeToResources, + @required Map> localeToResourceAttributes, +}) { + assert(directory != null); + assert(filenamePattern != null); + assert(localeToResources != null); + assert(localeToResourceAttributes != null); + + /// Set that holds the locales that were assumed from the existing locales. + /// + /// For example, when the data lacks data for zh_Hant, we will use the data of + /// the first Hant Chinese locale as a default by repeating the data. If an + /// explicit match is later found, we can reference this set to see if we should + /// overwrite the existing assumed data. + final Set assumedLocales = {}; + + for (FileSystemEntity entity in directory.listSync()) { + final String entityPath = entity.path; + if (FileSystemEntity.isFileSync(entityPath) && filenamePattern.hasMatch(entityPath)) { + final String localeString = filenamePattern.firstMatch(entityPath)[1]; + final File arbFile = File(entityPath); + + // Helper method to fill the maps with the correct data from file. + void populateResources(LocaleInfo locale, File file) { + final Map resources = localeToResources[locale]; + final Map attributes = localeToResourceAttributes[locale]; + final Map bundle = json.decode(file.readAsStringSync()); + for (String key in bundle.keys) { + // The ARB file resource "attributes" for foo are called @foo. + if (key.startsWith('@')) + attributes[key.substring(1)] = bundle[key]; + else + resources[key] = bundle[key]; + } + } + // Only pre-assume scriptCode if there is a country or script code to assume off of. + // When we assume scriptCode based on languageCode-only, we want this initial pass + // to use the un-assumed version as a base class. + LocaleInfo locale = LocaleInfo.fromString(localeString, deriveScriptCode: localeString.split('_').length > 1); + // Allow overwrite if the existing data is assumed. + if (assumedLocales.contains(locale)) { + localeToResources[locale] = {}; + localeToResourceAttributes[locale] = {}; + assumedLocales.remove(locale); + } else { + localeToResources[locale] ??= {}; + localeToResourceAttributes[locale] ??= {}; + } + populateResources(locale, arbFile); + // Add an assumed locale to default to when there is no info on scriptOnly locales. + locale = LocaleInfo.fromString(localeString, deriveScriptCode: true); + if (locale.scriptCode != null) { + final LocaleInfo scriptLocale = LocaleInfo.fromString(locale.languageCode + '_' + locale.scriptCode); + if (!localeToResources.containsKey(scriptLocale)) { + assumedLocales.add(scriptLocale); + localeToResources[scriptLocale] ??= {}; + localeToResourceAttributes[scriptLocale] ??= {}; + populateResources(scriptLocale, arbFile); + } + } + } + } +} + void exitWithError(String errorMessage) { assert(errorMessage != null); stderr.writeln('fatal: $errorMessage'); @@ -266,4 +338,50 @@ String describeLocale(String tag) { if (script != null) output += ', using the $script script'; return output; -} \ No newline at end of file +} + +/// Writes the header of each class which corresponds to a locale. +String generateClassDeclaration( + LocaleInfo locale, + String classNamePrefix, + String superClass, +) { + final String camelCaseName = camelCase(locale); + return ''' + +/// The translations for ${describeLocale(locale.originalString)} (`${locale.originalString}`). +class $classNamePrefix$camelCaseName extends $superClass {'''; +} + +/// Return `s` as a Dart-parseable raw string in single or double quotes. +/// +/// Double quotes are expanded: +/// +/// ``` +/// foo => r'foo' +/// foo "bar" => r'foo "bar"' +/// foo 'bar' => r'foo ' "'" r'bar' "'" +/// ``` +String generateString(String s) { + if (!s.contains("'")) + return "r'$s'"; + + final StringBuffer output = StringBuffer(); + bool started = false; // Have we started writing a raw string. + for (int i = 0; i < s.length; i++) { + if (s[i] == "'") { + if (started) + output.write("'"); + output.write(' "\'" '); + started = false; + } else if (!started) { + output.write("r'${s[i]}"); + started = true; + } else { + output.write(s[i]); + } + } + if (started) + output.write("'"); + return output.toString(); +} diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index e09bee3dfbc1..254d82390d0e 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -13202,7 +13202,7 @@ final Set kSupportedLanguages = HashSet.from(const [ /// Creates a [GlobalMaterialLocalizations] instance for the given `locale`. /// -/// All of the function's arguments except `locale` will be passed to the [new +/// All of the function's arguments except `locale` will be passed to the [ /// GlobalMaterialLocalizations] constructor. (The `localeName` argument of that /// constructor is specified by the actual subclass constructor by this /// function.) From 65c4a5b4d5fa9f22b86f2b34ff132dc8e80afa12 Mon Sep 17 00:00:00 2001 From: xster Date: Wed, 24 Apr 2019 12:40:17 -0700 Subject: [PATCH 087/327] Cupertino localization step 8: create a gen_cupertino_localizations and generate one for cupertino english and french (#29824) --- .../gen_cupertino_localizations.dart | 80 ++++++ .../gen_material_localizations.dart | 6 + .../localization/localizations_utils.dart | 18 +- .../lib/src/cupertino_localizations.dart | 53 ++-- .../generated_cupertino_localizations.dart | 245 ++++++++++++++++++ .../generated_material_localizations.dart | 4 +- .../lib/src/material_localizations.dart | 10 +- 7 files changed, 391 insertions(+), 25 deletions(-) create mode 100644 dev/tools/localization/gen_cupertino_localizations.dart create mode 100644 packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart diff --git a/dev/tools/localization/gen_cupertino_localizations.dart b/dev/tools/localization/gen_cupertino_localizations.dart new file mode 100644 index 000000000000..9ad7e100268f --- /dev/null +++ b/dev/tools/localization/gen_cupertino_localizations.dart @@ -0,0 +1,80 @@ +import 'localizations_utils.dart'; + +HeaderGenerator generateCupertinoHeader = (String regenerateInstructions) { + return ''' +// Copyright 2019 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +// This file has been automatically generated. Please do not edit it manually. +// To regenerate the file, use: +// $regenerateInstructions + +import 'dart:collection'; + +import 'package:flutter/foundation.dart'; +import 'package:flutter/cupertino.dart'; +import 'package:intl/intl.dart' as intl; + +import '../cupertino_localizations.dart'; + +// The classes defined here encode all of the translations found in the +// `flutter_localizations/lib/src/l10n/*.arb` files. +// +// These classes are constructed by the [getCupertinoTranslation] method at the +// bottom of this file, and used by the [_GlobalCupertinoLocalizationsDelegate.load] +// method defined in `flutter_localizations/lib/src/cupertino_localizations.dart`.'''; +}; + +/// Returns the source of the constructor for a GlobalCupertinoLocalizations +/// subclass. +ConstructorGenerator generateCupertinoConstructor = (LocaleInfo locale) { + final String localeName = locale.originalString; + return ''' + /// Create an instance of the translation bundle for ${describeLocale(localeName)}. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalization${camelCase(locale)}({ + String localeName = '$localeName', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + );'''; +}; + +const String cupertinoFactoryName = 'getCupertinoTranslation'; + +const String cupertinoFactoryDeclaration = ''' +GlobalCupertinoLocalizations getCupertinoTranslation( + Locale locale, + intl.DateFormat fullYearFormat, + intl.DateFormat dayFormat, + intl.DateFormat mediumDateFormat, + intl.DateFormat singleDigitHourFormat, + intl.DateFormat singleDigitMinuteFormat, + intl.DateFormat doubleDigitMinuteFormat, + intl.DateFormat singleDigitSecondFormat, + intl.NumberFormat decimalFormat, +) {'''; + +const String cupertinoFactoryArguments = + 'fullYearFormat: fullYearFormat, dayFormat: dayFormat, mediumDateFormat: mediumDateFormat, singleDigitHourFormat: singleDigitHourFormat, singleDigitMinuteFormat: singleDigitMinuteFormat, doubleDigitMinuteFormat: doubleDigitMinuteFormat, singleDigitSecondFormat: singleDigitSecondFormat, decimalFormat: decimalFormat'; + +const String cupertinoSupportedLanguagesConstant = 'kCupertinoSupportedLanguages'; + +const String cupertinoSupportedLanguagesDocMacro = 'flutter.localizations.cupertino.languages'; diff --git a/dev/tools/localization/gen_material_localizations.dart b/dev/tools/localization/gen_material_localizations.dart index 54a79f2b15c0..1909306b4afd 100644 --- a/dev/tools/localization/gen_material_localizations.dart +++ b/dev/tools/localization/gen_material_localizations.dart @@ -53,6 +53,8 @@ ConstructorGenerator generateMaterialConstructor = (LocaleInfo locale) { );'''; }; +const String materialFactoryName = 'getMaterialTranslation'; + const String materialFactoryDeclaration = ''' GlobalMaterialLocalizations getMaterialTranslation( Locale locale, @@ -66,3 +68,7 @@ GlobalMaterialLocalizations getMaterialTranslation( const String materialFactoryArguments = 'fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat'; + +const String materialSupportedLanguagesConstant = 'kMaterialSupportedLanguages'; + +const String materialSupportedLanguagesDocMacro = 'flutter.localizations.material.languages'; diff --git a/dev/tools/localization/localizations_utils.dart b/dev/tools/localization/localizations_utils.dart index 4d85bd57b038..3fc4bc8bb1c6 100644 --- a/dev/tools/localization/localizations_utils.dart +++ b/dev/tools/localization/localizations_utils.dart @@ -231,19 +231,35 @@ GeneratorOptions parseArgs(List rawArgs) { 'overwrite', abbr: 'w', defaultsTo: false, + ) + ..addFlag( + 'material', + help: 'Whether to print the generated classes for the Material package only. Ignored when --overwrite is passed.', + defaultsTo: false, + ) + ..addFlag( + 'cupertino', + help: 'Whether to print the generated classes for the Cupertino package only. Ignored when --overwrite is passed.', + defaultsTo: false, ); final argslib.ArgResults args = argParser.parse(rawArgs); final bool writeToFile = args['overwrite']; + final bool materialOnly = args['material']; + final bool cupertinoOnly = args['cupertino']; - return GeneratorOptions(writeToFile: writeToFile); + return GeneratorOptions(writeToFile: writeToFile, materialOnly: materialOnly, cupertinoOnly: cupertinoOnly); } class GeneratorOptions { GeneratorOptions({ @required this.writeToFile, + @required this.materialOnly, + @required this.cupertinoOnly, }); final bool writeToFile; + final bool materialOnly; + final bool cupertinoOnly; } const String registry = 'https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry'; diff --git a/packages/flutter_localizations/lib/src/cupertino_localizations.dart b/packages/flutter_localizations/lib/src/cupertino_localizations.dart index 557a9344d937..eb31edd772df 100644 --- a/packages/flutter_localizations/lib/src/cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/cupertino_localizations.dart @@ -9,6 +9,7 @@ import 'package:flutter/foundation.dart'; import 'package:intl/intl.dart' as intl; import 'package:intl/date_symbols.dart' as intl; +import 'l10n/generated_cupertino_localizations.dart'; import 'utils/date_localizations.dart' as util; import 'widgets_localizations.dart'; @@ -16,7 +17,34 @@ import 'widgets_localizations.dart'; /// package for date and time formatting. /// /// Further localization of strings beyond date time formatting are provided -/// by language specific subclasses of [GlobalCupertinoLocalizations] +/// by language specific subclasses of [GlobalCupertinoLocalizations]. +/// +/// ## Supported languages +/// +/// This class supports locales with the following [Locale.languageCode]s: +/// +/// {@macro flutter.localizations.cupertino.languages} +/// +/// This list is available programatically via [kCupertinoSupportedLanguages]. +/// +/// ## Sample code +/// +/// To include the localizations provided by this class in a [CupertinoApp], +/// add [GlobalCupertinoLocalizations.delegates] to +/// [CupertinoApp.localizationsDelegates], and specify the locales your +/// app supports with [CupertinoApp.supportedLocales]: +/// +/// ```dart +/// new CupertinoApp( +/// localizationsDelegates: GlobalCupertinoLocalizations.delegates, +/// supportedLocales: [ +/// const Locale('en', 'US'), // American English +/// const Locale('he', 'IL'), // Israeli Hebrew +/// // ... +/// ], +/// // ... +/// ) +/// ``` /// /// See also: /// @@ -358,13 +386,13 @@ class _GlobalCupertinoLocalizationsDelegate extends LocalizationsDelegate false; // TODO(xster): implement. + bool isSupported(Locale locale) => kCupertinoSupportedLanguages.contains(locale.languageCode); static final Map> _loadedTranslations = >{}; @override Future load(Locale locale) { - assert(isSupported(locale)); // TODO(xster): implement. + assert(isSupported(locale)); return _loadedTranslations.putIfAbsent(locale, () { util.loadDateIntlDataIfNotLoaded(); @@ -406,8 +434,8 @@ class _GlobalCupertinoLocalizationsDelegate extends LocalizationsDelegate(_getCupertinoTranslation( - localeName, + return SynchronousFuture(getCupertinoTranslation( + locale, fullYearFormat, dayFormat, mediumDateFormat, @@ -422,18 +450,7 @@ class _GlobalCupertinoLocalizationsDelegate extends LocalizationsDelegate false; -} -CupertinoLocalizations _getCupertinoTranslation( - String localeName, - intl.DateFormat fullYearFormat, - intl.DateFormat dayFormat, - intl.DateFormat mediumDateFormat, - intl.DateFormat singleDigitHourFormat, - intl.DateFormat singleDigitMinuteFormat, - intl.DateFormat doubleDigitMinuteFormat, - intl.DateFormat singleDigitSecondFormat, - intl.NumberFormat decimalFormat, -) { - return null; // TODO(xster): implement in generated subclass. + @override + String toString() => 'GlobalCupertinoLocalizations.delegate(${kCupertinoSupportedLanguages.length} locales)'; } diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart new file mode 100644 index 000000000000..0114931ecf0a --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -0,0 +1,245 @@ +// Copyright 2019 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +// This file has been automatically generated. Please do not edit it manually. +// To regenerate the file, use: +// dart dev/tools/localization/gen_localizations.dart --overwrite + +import 'dart:collection'; + +import 'package:flutter/foundation.dart'; +import 'package:flutter/cupertino.dart'; +import 'package:intl/intl.dart' as intl; + +import '../cupertino_localizations.dart'; + +// The classes defined here encode all of the translations found in the +// `flutter_localizations/lib/src/l10n/*.arb` files. +// +// These classes are constructed by the [getCupertinoTranslation] method at the +// bottom of this file, and used by the [_GlobalCupertinoLocalizationsDelegate.load] +// method defined in `flutter_localizations/lib/src/cupertino_localizations.dart`. + +/// The translations for English (`en`). +class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for English. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEn({ + String localeName = 'en', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Alert'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'Copy'; + + @override + String get cutButtonLabel => r'Cut'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour o' "'" r'clock'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour o' "'" r'clock'; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minute'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minutes'; + + @override + String get pasteButtonLabel => r'Paste'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'Select All'; + + @override + String get timerPickerHourLabelOne => r'hour'; + + @override + String get timerPickerHourLabelOther => r'hours'; + + @override + String get timerPickerMinuteLabelOne => r'min'; + + @override + String get timerPickerMinuteLabelOther => r'min'; + + @override + String get timerPickerSecondLabelOne => r'sec'; + + @override + String get timerPickerSecondLabelOther => r'sec'; +} + +/// The translations for French (`fr`). +class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for French. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationFr({ + String localeName = 'fr', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Alerte'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'Copier'; + + @override + String get cutButtonLabel => r'Couper'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelOne => r'une heure'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour heures'; + + @override + String get datePickerMinuteSemanticsLabelOne => r'une minute'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minutes'; + + @override + String get pasteButtonLabel => r'Coller'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'Tout sélect.'; + + @override + String get timerPickerHourLabelOne => r'heure'; + + @override + String get timerPickerHourLabelOther => r'heures'; + + @override + String get timerPickerMinuteLabelOne => r'minute'; + + @override + String get timerPickerMinuteLabelOther => r'minutes'; + + @override + String get timerPickerSecondLabelOne => null; + + @override + String get timerPickerSecondLabelOther => r's'; +} + +/// The set of supported languages, as language code strings. +/// +/// The [GlobalCupertinoLocalizations.delegate] can generate localizations for +/// any [Locale] with a language code from this set, regardless of the region. +/// Some regions have specific support (e.g. `de` covers all forms of German, +/// but there is support for `de-CH` specifically to override some of the +/// translations for Switzerland). +/// +/// See also: +/// +/// * [getCupertinoTranslation], whose documentation describes these values. +final Set kCupertinoSupportedLanguages = HashSet.from(const [ + 'en', // English + 'fr', // French +]); + +/// Creates a [GlobalCupertinoLocalizations] instance for the given `locale`. +/// +/// All of the function's arguments except `locale` will be passed to the [ +/// GlobalCupertinoLocalizations] constructor. (The `localeName` argument of that +/// constructor is specified by the actual subclass constructor by this +/// function.) +/// +/// The following locales are supported by this package: +/// +/// {@template flutter.localizations.cupertino.languages} +/// * `en` - English +/// * `fr` - French +/// {@endtemplate} +/// +/// Generally speaking, this method is only intended to be used by +/// [GlobalCupertinoLocalizations.delegate]. +GlobalCupertinoLocalizations getCupertinoTranslation( + Locale locale, + intl.DateFormat fullYearFormat, + intl.DateFormat dayFormat, + intl.DateFormat mediumDateFormat, + intl.DateFormat singleDigitHourFormat, + intl.DateFormat singleDigitMinuteFormat, + intl.DateFormat doubleDigitMinuteFormat, + intl.DateFormat singleDigitSecondFormat, + intl.NumberFormat decimalFormat, +) { + switch (locale.languageCode) { + case 'en': + return CupertinoLocalizationEn(fullYearFormat: fullYearFormat, dayFormat: dayFormat, mediumDateFormat: mediumDateFormat, singleDigitHourFormat: singleDigitHourFormat, singleDigitMinuteFormat: singleDigitMinuteFormat, doubleDigitMinuteFormat: doubleDigitMinuteFormat, singleDigitSecondFormat: singleDigitSecondFormat, decimalFormat: decimalFormat); + case 'fr': + return CupertinoLocalizationFr(fullYearFormat: fullYearFormat, dayFormat: dayFormat, mediumDateFormat: mediumDateFormat, singleDigitHourFormat: singleDigitHourFormat, singleDigitMinuteFormat: singleDigitMinuteFormat, doubleDigitMinuteFormat: doubleDigitMinuteFormat, singleDigitSecondFormat: singleDigitSecondFormat, decimalFormat: decimalFormat); + } + assert(false, 'getCupertinoTranslation() called for unsupported locale "$locale"'); + return null; +} diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index 254d82390d0e..a373dbe50d86 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -13145,7 +13145,7 @@ class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { /// See also: /// /// * [getMaterialTranslation], whose documentation describes these values. -final Set kSupportedLanguages = HashSet.from(const [ +final Set kMaterialSupportedLanguages = HashSet.from(const [ 'ar', // Arabic 'bg', // Bulgarian 'bs', // Bosnian @@ -13209,7 +13209,7 @@ final Set kSupportedLanguages = HashSet.from(const [ /// /// The following locales are supported by this package: /// -/// {@template flutter.localizations.languages} +/// {@template flutter.localizations.material.languages} /// * `ar` - Arabic /// * `bg` - Bulgarian /// * `bs` - Bosnian diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index a0b72d2eb19b..c1f57fd22ef0 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -9,6 +9,7 @@ import 'package:flutter/material.dart'; import 'package:intl/intl.dart' as intl; import 'package:intl/date_symbols.dart' as intl; +import 'cupertino_localizations.dart'; import 'l10n/generated_material_localizations.dart'; import 'utils/date_localizations.dart' as util; import 'widgets_localizations.dart'; @@ -20,9 +21,9 @@ import 'widgets_localizations.dart'; /// /// This class supports locales with the following [Locale.languageCode]s: /// -/// {@macro flutter.localizations.languages} +/// {@macro flutter.localizations.material.languages} /// -/// This list is available programatically via [kSupportedLanguages]. +/// This list is available programatically via [kMaterialSupportedLanguages]. /// /// ## Sample code /// @@ -530,6 +531,7 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { /// ) /// ``` static const List> delegates = >[ + GlobalCupertinoLocalizations.delegate, GlobalMaterialLocalizations.delegate, GlobalWidgetsLocalizations.delegate, ]; @@ -556,7 +558,7 @@ class _MaterialLocalizationsDelegate extends LocalizationsDelegate kSupportedLanguages.contains(locale.languageCode); + bool isSupported(Locale locale) => kMaterialSupportedLanguages.contains(locale.languageCode); static final Map> _loadedTranslations = >{}; @@ -623,5 +625,5 @@ class _MaterialLocalizationsDelegate extends LocalizationsDelegate false; @override - String toString() => 'GlobalMaterialLocalizations.delegate(${kSupportedLanguages.length} locales)'; + String toString() => 'GlobalMaterialLocalizations.delegate(${kMaterialSupportedLanguages.length} locales)'; } From 3477c93f25f8e1c7814a95abb9117b50aa5322a8 Mon Sep 17 00:00:00 2001 From: Hans Muller Date: Wed, 24 Apr 2019 17:18:28 -0700 Subject: [PATCH 088/327] Add support for the Kazakh language (#31578) --- .../generated_material_localizations.dart | 208 ++++++++++++++++++ .../lib/src/l10n/material_kk.arb | 54 +++++ 2 files changed, 262 insertions(+) create mode 100644 packages/flutter_localizations/lib/src/l10n/material_kk.arb diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index a373dbe50d86..b6430ed5f992 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -7104,6 +7104,210 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get viewLicensesButtonLabel => r'ライセンスを表示'; } +/// The translations for Kazakh (`kk`). +class MaterialLocalizationKk extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Kazakh. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationKk({ + String localeName = 'kk', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'$applicationName тұралы'; + + @override + String get alertDialogLabel => r'Ескерту'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get backButtonTooltip => r'Артқа'; + + @override + String get cancelButtonLabel => r'ЖОЮ'; + + @override + String get closeButtonLabel => r'ЖАБУ'; + + @override + String get closeButtonTooltip => r'Жабу'; + + @override + String get collapsedIconTapHint => r'Жазу'; + + @override + String get continueButtonLabel => r'ЖАЛҒАСТЫРУ'; + + @override + String get copyButtonLabel => r'КӨШІРУ'; + + @override + String get cutButtonLabel => r'ҚИЫП АЛУ'; + + @override + String get deleteButtonTooltip => r'Өшіру'; + + @override + String get dialogLabel => r'Диалогтік терезесі'; + + @override + String get drawerLabel => r'Навигациялық мәзір'; + + @override + String get expandedIconTapHint => r'Орау'; + + @override + String get hideAccountsLabel => r'Тіркеулік жасбасыны жасыру'; + + @override + String get licensesPageTitle => r'Лицензиялар'; + + @override + String get modalBarrierDismissLabel => r'Болдырмау'; + + @override + String get nextMonthTooltip => r'Келесі ай'; + + @override + String get nextPageTooltip => r'Келесі бет'; + + @override + String get okButtonLabel => r'ЖАҚСЫ'; + + @override + String get openAppDrawerTooltip => r'Навигация мәзірді ашу'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow $rowCount ішінде'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow $rowCount шамасының ішінде'; + + @override + String get pasteButtonLabel => r'ҚОНДЫРУ'; + + @override + String get popupMenuLabel => r'Ашылмалы мәзір'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get previousMonthTooltip => r'Өткен ай'; + + @override + String get previousPageTooltip => r'Алдынғы бет'; + + @override + String get refreshIndicatorSemanticLabel => r'Жаңарту'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => null; + + @override + String get remainingTextFieldCharacterCountOther => r'$remainingCount таңба қалды'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'Таңбалар қалмады'; + + @override + String get reorderItemDown => r'Төменге орналастыру'; + + @override + String get reorderItemLeft => r'Солға орналастыру'; + + @override + String get reorderItemRight => r'Оңға орналастыру'; + + @override + String get reorderItemToEnd => r'Аяққа орналастыру'; + + @override + String get reorderItemToStart => r'Басына орналастыру'; + + @override + String get reorderItemUp => r'Жоғарға орналастыру'; + + @override + String get rowsPerPageTitle => r'Бір бетіне жазбалар:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Іздеу'; + + @override + String get selectAllButtonLabel => r'БӘРІН ТАҢДАУ'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => null; + + @override + String get selectedRowCountTitleOther => r'$selectedRowCount тармақ таңдалған'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => r'Тармақ таңдалмаған'; + + @override + String get showAccountsLabel => r'Тіркеулік жасбасыны көрсету'; + + @override + String get showMenuTooltip => r'Мәзірді көрсету'; + + @override + String get signedInLabel => r'Жүйеге кірді'; + + @override + String get tabLabelRaw => r'$tabCount қосымша парақтардың $tabIndex парақ'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Сағатты таңдау'; + + @override + String get timePickerMinuteModeAnnouncement => r'Минутты таңдау'; + + @override + String get viewLicensesButtonLabel => r'ЛИЦЕНЗИЯЛАРДЫ КӨРУ'; +} + /// The translations for Khmer Central Khmer (`km`). class MaterialLocalizationKm extends GlobalMaterialLocalizations { /// Create an instance of the translation bundle for Khmer Central Khmer. @@ -13171,6 +13375,7 @@ final Set kMaterialSupportedLanguages = HashSet.from(const kMaterialSupportedLanguages = HashSet.from(const Date: Thu, 25 Apr 2019 00:03:04 -0700 Subject: [PATCH 089/327] CupertinoPicker fidelity revision (#31464) --- .../lib/src/l10n/cupertino_en.arb | 13 +++++++++---- .../lib/src/l10n/cupertino_fr.arb | 1 + .../l10n/generated_cupertino_localizations.dart | 14 ++++++++++---- 3 files changed, 20 insertions(+), 8 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb index 7d3cc73d7cb2..76b41110e734 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb @@ -33,6 +33,11 @@ "description": "The abbreviation for post meridiem (after noon) shown in the time picker when it's not using the 24h format. Reference the text iOS uses such as in the iOS clock app." }, + "todayLabel": "Today", + "@todayLabel": { + "description": "A label shown in the date picker when the date is today." + }, + "alertDialogLabel": "Alert", "@alertDialogLabel": { "description": "The accessibility audio announcement made when an iOS style alert dialog is opened." @@ -45,15 +50,15 @@ "plural": "hour" }, - "timerPickerMinuteLabelOne": "min", - "timerPickerMinuteLabelOther": "min", + "timerPickerMinuteLabelOne": "min.", + "timerPickerMinuteLabelOther": "min.", "@timerPickerMinuteLabel": { "description": "The label adjacent to a minute integer number in a countdown timer. The reference abbreviation is what iOS does in the stock clock app's countdown timer.", "plural": "minute" }, - "timerPickerSecondLabelOne": "sec", - "timerPickerSecondLabelOther": "sec", + "timerPickerSecondLabelOne": "sec.", + "timerPickerSecondLabelOther": "sec.", "@timerPickerSecondLabel": { "description": "The label adjacent to a second integer number in a countdown timer. The reference abbreviation is what iOS does in the stock clock app's countdown timer.", "plural": "second" diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb index 995c723df09d..b3afc6e0d1f0 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb @@ -7,6 +7,7 @@ "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", + "todayLabel": "aujourd'hui", "alertDialogLabel": "Alerte", "timerPickerHourLabelOne": "heure", "timerPickerHourLabelOther": "heures", diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index 0114931ecf0a..dbb22985e703 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -94,16 +94,19 @@ class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { String get timerPickerHourLabelOther => r'hours'; @override - String get timerPickerMinuteLabelOne => r'min'; + String get timerPickerMinuteLabelOne => r'min.'; @override - String get timerPickerMinuteLabelOther => r'min'; + String get timerPickerMinuteLabelOther => r'min.'; @override - String get timerPickerSecondLabelOne => r'sec'; + String get timerPickerSecondLabelOne => r'sec.'; @override - String get timerPickerSecondLabelOther => r'sec'; + String get timerPickerSecondLabelOther => r'sec.'; + + @override + String get todayLabel => r'Today'; } /// The translations for French (`fr`). @@ -189,6 +192,9 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { @override String get timerPickerSecondLabelOther => r's'; + + @override + String get todayLabel => r'aujourd' "'" r'hui'; } /// The set of supported languages, as language code strings. From 08a539f6cf2b2fe3e2e0f5c697a48b62d210e6aa Mon Sep 17 00:00:00 2001 From: Furkan Tektas Date: Fri, 3 May 2019 19:03:25 +0100 Subject: [PATCH 090/327] Cupertino Turkish Translation (#32013) --- .../lib/src/l10n/cupertino_tr.arb | 22 +++++ .../generated_cupertino_localizations.dart | 92 +++++++++++++++++++ 2 files changed, 114 insertions(+) create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb new file mode 100644 index 000000000000..2004c45860fe --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb @@ -0,0 +1,22 @@ +{ + "datePickerHourSemanticsLabelOne": "bir saat", + "datePickerHourSemanticsLabelOther": "$hour saat", + "datePickerMinuteSemanticsLabelOne": "bir dakika", + "datePickerMinuteSemanticsLabelOther": "$minute dakika", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "ÖÖ", + "postMeridiemAbbreviation": "ÖS", + "todayLabel": "Bugün", + "alertDialogLabel": "Uyarı", + "timerPickerHourLabelOne": "saat", + "timerPickerHourLabelOther": "saat", + "timerPickerMinuteLabelOne": "dk.", + "timerPickerMinuteLabelOther": "dk.", + "timerPickerSecondLabelOne": "sn.", + "timerPickerSecondLabelOther": "sn.", + "cutButtonLabel": "Kes", + "copyButtonLabel": "Kopyala", + "pasteButtonLabel": "Yapıştır", + "selectAllButtonLabel": "Tümünü Seç" +} \ No newline at end of file diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index dbb22985e703..3ed8a4fe8ca5 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -197,6 +197,94 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { String get todayLabel => r'aujourd' "'" r'hui'; } +/// The translations for Turkish (`tr`). +class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Turkish. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationTr({ + String localeName = 'tr', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Uyarı'; + + @override + String get anteMeridiemAbbreviation => r'ÖÖ'; + + @override + String get copyButtonLabel => r'Kopyala'; + + @override + String get cutButtonLabel => r'Kes'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelOne => r'bir saat'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour saat'; + + @override + String get datePickerMinuteSemanticsLabelOne => r'bir dakika'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute dakika'; + + @override + String get pasteButtonLabel => r'Yapıştır'; + + @override + String get postMeridiemAbbreviation => r'ÖS'; + + @override + String get selectAllButtonLabel => r'Tümünü Seç'; + + @override + String get timerPickerHourLabelOne => r'saat'; + + @override + String get timerPickerHourLabelOther => r'saat'; + + @override + String get timerPickerMinuteLabelOne => r'dk.'; + + @override + String get timerPickerMinuteLabelOther => r'dk.'; + + @override + String get timerPickerSecondLabelOne => r'sn.'; + + @override + String get timerPickerSecondLabelOther => r'sn.'; + + @override + String get todayLabel => r'Bugün'; +} + /// The set of supported languages, as language code strings. /// /// The [GlobalCupertinoLocalizations.delegate] can generate localizations for @@ -211,6 +299,7 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { final Set kCupertinoSupportedLanguages = HashSet.from(const [ 'en', // English 'fr', // French + 'tr', // Turkish ]); /// Creates a [GlobalCupertinoLocalizations] instance for the given `locale`. @@ -225,6 +314,7 @@ final Set kCupertinoSupportedLanguages = HashSet.from(const Date: Tue, 7 May 2019 11:47:59 -0700 Subject: [PATCH 091/327] Cupertino localization step 9: add tests (#29954) --- .../test/cupertino/translations_test.dart | 105 ++++ .../test/material/date_picker_test.dart | 303 ++++++++++++ .../test/material/date_time_test.dart | 161 ++++++ .../test/material/time_picker_test.dart | 201 ++++++++ .../test/material/translations_test.dart | 465 ++++++++++++++++++ 5 files changed, 1235 insertions(+) create mode 100644 packages/flutter_localizations/test/cupertino/translations_test.dart create mode 100644 packages/flutter_localizations/test/material/date_picker_test.dart create mode 100644 packages/flutter_localizations/test/material/date_time_test.dart create mode 100644 packages/flutter_localizations/test/material/time_picker_test.dart create mode 100644 packages/flutter_localizations/test/material/translations_test.dart diff --git a/packages/flutter_localizations/test/cupertino/translations_test.dart b/packages/flutter_localizations/test/cupertino/translations_test.dart new file mode 100644 index 000000000000..78db6d24c21c --- /dev/null +++ b/packages/flutter_localizations/test/cupertino/translations_test.dart @@ -0,0 +1,105 @@ +// Copyright 2017 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +import 'package:flutter/cupertino.dart'; +import 'package:flutter_localizations/flutter_localizations.dart'; +import 'package:flutter_test/flutter_test.dart'; + +void main() { + for (String language in kCupertinoSupportedLanguages) { + testWidgets('translations exist for $language', (WidgetTester tester) async { + final Locale locale = Locale(language); + + expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); + + final CupertinoLocalizations localizations = await GlobalCupertinoLocalizations.delegate.load(locale); + + expect(localizations.datePickerYear(0), isNotNull); + expect(localizations.datePickerYear(1), isNotNull); + expect(localizations.datePickerYear(2), isNotNull); + expect(localizations.datePickerYear(10), isNotNull); + + expect(localizations.datePickerMonth(1), isNotNull); + expect(localizations.datePickerMonth(2), isNotNull); + expect(localizations.datePickerMonth(11), isNotNull); + expect(localizations.datePickerMonth(12), isNotNull); + + expect(localizations.datePickerDayOfMonth(0), isNotNull); + expect(localizations.datePickerDayOfMonth(1), isNotNull); + expect(localizations.datePickerDayOfMonth(2), isNotNull); + expect(localizations.datePickerDayOfMonth(10), isNotNull); + + expect(localizations.datePickerMediumDate(DateTime(2019, 3, 25)), isNotNull); + + expect(localizations.datePickerHour(0), isNotNull); + expect(localizations.datePickerHour(1), isNotNull); + expect(localizations.datePickerHour(2), isNotNull); + expect(localizations.datePickerHour(10), isNotNull); + + expect(localizations.datePickerHourSemanticsLabel(0), isNotNull); + expect(localizations.datePickerHourSemanticsLabel(1), isNotNull); + expect(localizations.datePickerHourSemanticsLabel(2), isNotNull); + expect(localizations.datePickerHourSemanticsLabel(10), isNotNull); + expect(localizations.datePickerHourSemanticsLabel(0), isNot(contains(r'$hour'))); + expect(localizations.datePickerHourSemanticsLabel(1), isNot(contains(r'$hour'))); + expect(localizations.datePickerHourSemanticsLabel(2), isNot(contains(r'$hour'))); + expect(localizations.datePickerHourSemanticsLabel(10), isNot(contains(r'$hour'))); + + expect(localizations.datePickerDateOrder, isNotNull); + expect(localizations.datePickerDateTimeOrder, isNotNull); + expect(localizations.anteMeridiemAbbreviation, isNotNull); + expect(localizations.postMeridiemAbbreviation, isNotNull); + expect(localizations.alertDialogLabel, isNotNull); + + expect(localizations.timerPickerHour(0), isNotNull); + expect(localizations.timerPickerHour(1), isNotNull); + expect(localizations.timerPickerHour(2), isNotNull); + expect(localizations.timerPickerHour(10), isNotNull); + + expect(localizations.timerPickerMinute(0), isNotNull); + expect(localizations.timerPickerMinute(1), isNotNull); + expect(localizations.timerPickerMinute(2), isNotNull); + expect(localizations.timerPickerMinute(10), isNotNull); + + expect(localizations.timerPickerSecond(0), isNotNull); + expect(localizations.timerPickerSecond(1), isNotNull); + expect(localizations.timerPickerSecond(2), isNotNull); + expect(localizations.timerPickerSecond(10), isNotNull); + + expect(localizations.timerPickerHourLabel(0), isNotNull); + expect(localizations.timerPickerHourLabel(1), isNotNull); + expect(localizations.timerPickerHourLabel(2), isNotNull); + expect(localizations.timerPickerHourLabel(10), isNotNull); + + expect(localizations.timerPickerMinuteLabel(0), isNotNull); + expect(localizations.timerPickerMinuteLabel(1), isNotNull); + expect(localizations.timerPickerMinuteLabel(2), isNotNull); + expect(localizations.timerPickerMinuteLabel(10), isNotNull); + + expect(localizations.timerPickerSecondLabel(0), isNotNull); + expect(localizations.timerPickerSecondLabel(1), isNotNull); + expect(localizations.timerPickerSecondLabel(2), isNotNull); + expect(localizations.timerPickerSecondLabel(10), isNotNull); + + expect(localizations.cutButtonLabel, isNotNull); + expect(localizations.copyButtonLabel, isNotNull); + expect(localizations.pasteButtonLabel, isNotNull); + expect(localizations.selectAllButtonLabel, isNotNull); + }); + } + + testWidgets('Spot check French', (WidgetTester tester) async { + const Locale locale = Locale.fromSubtags(languageCode: 'fr', scriptCode: null, countryCode: null); + expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); + final CupertinoLocalizations localizations = await GlobalCupertinoLocalizations.delegate.load(locale); + expect(localizations is CupertinoLocalizationFr, true); + expect(localizations.alertDialogLabel, 'Alerte'); + expect(localizations.datePickerHourSemanticsLabel(1), 'une heure'); + expect(localizations.pasteButtonLabel, 'Coller'); + expect(localizations.datePickerDateOrder, DatePickerDateOrder.dmy); + expect(localizations.timerPickerSecondLabel(20), 's'); + expect(localizations.selectAllButtonLabel, 'Tout sélect.'); + expect(localizations.timerPickerMinute(10), '10'); + }); +} diff --git a/packages/flutter_localizations/test/material/date_picker_test.dart b/packages/flutter_localizations/test/material/date_picker_test.dart new file mode 100644 index 000000000000..ca944d6421fd --- /dev/null +++ b/packages/flutter_localizations/test/material/date_picker_test.dart @@ -0,0 +1,303 @@ +// Copyright 2016 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +import 'package:intl/intl.dart' as intl; + +import 'package:flutter/material.dart'; +import 'package:flutter_localizations/flutter_localizations.dart'; +import 'package:flutter_test/flutter_test.dart'; + +void main() { + DateTime firstDate; + DateTime lastDate; + DateTime initialDate; + + setUp(() { + firstDate = DateTime(2001, DateTime.january, 1); + lastDate = DateTime(2031, DateTime.december, 31); + initialDate = DateTime(2016, DateTime.january, 15); + }); + + group(DayPicker, () { + final intl.NumberFormat arabicNumbers = intl.NumberFormat('0', 'ar'); + final Map> testLocales = >{ + // Tests the default. + const Locale('en', 'US'): { + 'textDirection': TextDirection.ltr, + 'expectedDaysOfWeek': ['S', 'M', 'T', 'W', 'T', 'F', 'S'], + 'expectedDaysOfMonth': List.generate(30, (int i) => '${i + 1}'), + 'expectedMonthYearHeader': 'September 2017', + }, + // Tests a different first day of week. + const Locale('ru', 'RU'): { + 'textDirection': TextDirection.ltr, + 'expectedDaysOfWeek': ['пн', 'вт', 'ср', 'чт', 'пт', 'сб', 'вс'], + 'expectedDaysOfMonth': List.generate(30, (int i) => '${i + 1}'), + 'expectedMonthYearHeader': 'сентябрь 2017 г.', + }, + const Locale('ro', 'RO'): { + 'textDirection': TextDirection.ltr, + 'expectedDaysOfWeek': ['D', 'L', 'M', 'M', 'J', 'V', 'S'], + 'expectedDaysOfMonth': List.generate(30, (int i) => '${i + 1}'), + 'expectedMonthYearHeader': 'septembrie 2017', + }, + // Tests RTL. + const Locale('ar', 'AR'): { + 'textDirection': TextDirection.rtl, + 'expectedDaysOfWeek': ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + 'expectedDaysOfMonth': List.generate(30, (int i) => '${arabicNumbers.format(i + 1)}'), + 'expectedMonthYearHeader': 'سبتمبر ٢٠١٧', + }, + }; + + for (Locale locale in testLocales.keys) { + testWidgets('shows dates for $locale', (WidgetTester tester) async { + final List expectedDaysOfWeek = testLocales[locale]['expectedDaysOfWeek']; + final List expectedDaysOfMonth = testLocales[locale]['expectedDaysOfMonth']; + final String expectedMonthYearHeader = testLocales[locale]['expectedMonthYearHeader']; + final TextDirection textDirection = testLocales[locale]['textDirection']; + final DateTime baseDate = DateTime(2017, 9, 27); + + await _pumpBoilerplate(tester, DayPicker( + selectedDate: baseDate, + currentDate: baseDate, + onChanged: (DateTime newValue) { }, + firstDate: baseDate.subtract(const Duration(days: 90)), + lastDate: baseDate.add(const Duration(days: 90)), + displayedMonth: baseDate, + ), locale: locale, textDirection: textDirection); + + expect(find.text(expectedMonthYearHeader), findsOneWidget); + + for (String dayOfWeek in expectedDaysOfWeek) { + expect(find.text(dayOfWeek), findsWidgets); + } + + Offset previousCellOffset; + for (String dayOfMonth in expectedDaysOfMonth) { + final Finder dayCell = find.descendant(of: find.byType(GridView), matching: find.text(dayOfMonth)); + expect(dayCell, findsOneWidget); + + // Check that cells are correctly positioned relative to each other, + // taking text direction into account. + final Offset offset = tester.getCenter(dayCell); + if (previousCellOffset != null) { + if (textDirection == TextDirection.ltr) { + expect(offset.dx > previousCellOffset.dx && offset.dy == previousCellOffset.dy || offset.dy > previousCellOffset.dy, true); + } else { + expect(offset.dx < previousCellOffset.dx && offset.dy == previousCellOffset.dy || offset.dy > previousCellOffset.dy, true); + } + } + previousCellOffset = offset; + } + }); + } + }); + + testWidgets('locale parameter overrides ambient locale', (WidgetTester tester) async { + await tester.pumpWidget(MaterialApp( + locale: const Locale('en', 'US'), + supportedLocales: const [ + Locale('en', 'US'), + Locale('fr', 'CA'), + ], + localizationsDelegates: GlobalMaterialLocalizations.delegates, + home: Material( + child: Builder( + builder: (BuildContext context) { + return FlatButton( + onPressed: () async { + await showDatePicker( + context: context, + initialDate: initialDate, + firstDate: firstDate, + lastDate: lastDate, + locale: const Locale('fr', 'CA'), + ); + }, + child: const Text('X'), + ); + }, + ), + ), + )); + + await tester.tap(find.text('X')); + await tester.pumpAndSettle(const Duration(seconds: 1)); + + final Element dayPicker = tester.element(find.byType(DayPicker)); + expect( + Localizations.localeOf(dayPicker), + const Locale('fr', 'CA'), + ); + + expect( + Directionality.of(dayPicker), + TextDirection.ltr, + ); + + await tester.tap(find.text('ANNULER')); + }); + + testWidgets('textDirection parameter overrides ambient textDirection', (WidgetTester tester) async { + await tester.pumpWidget(MaterialApp( + locale: const Locale('en', 'US'), + supportedLocales: const [ + Locale('en', 'US'), + ], + home: Material( + child: Builder( + builder: (BuildContext context) { + return FlatButton( + onPressed: () async { + await showDatePicker( + context: context, + initialDate: initialDate, + firstDate: firstDate, + lastDate: lastDate, + textDirection: TextDirection.rtl, + ); + }, + child: const Text('X'), + ); + }, + ), + ), + )); + + await tester.tap(find.text('X')); + await tester.pumpAndSettle(const Duration(seconds: 1)); + + final Element dayPicker = tester.element(find.byType(DayPicker)); + expect( + Directionality.of(dayPicker), + TextDirection.rtl, + ); + + await tester.tap(find.text('CANCEL')); + }); + + testWidgets('textDirection parameter takes precedence over locale parameter', (WidgetTester tester) async { + await tester.pumpWidget(MaterialApp( + locale: const Locale('en', 'US'), + supportedLocales: const [ + Locale('en', 'US'), + Locale('fr', 'CA'), + ], + localizationsDelegates: GlobalMaterialLocalizations.delegates, + home: Material( + child: Builder( + builder: (BuildContext context) { + return FlatButton( + onPressed: () async { + await showDatePicker( + context: context, + initialDate: initialDate, + firstDate: firstDate, + lastDate: lastDate, + locale: const Locale('fr', 'CA'), + textDirection: TextDirection.rtl, + ); + }, + child: const Text('X'), + ); + }, + ), + ), + )); + + await tester.tap(find.text('X')); + await tester.pumpAndSettle(const Duration(seconds: 1)); + + final Element dayPicker = tester.element(find.byType(DayPicker)); + expect( + Localizations.localeOf(dayPicker), + const Locale('fr', 'CA'), + ); + + expect( + Directionality.of(dayPicker), + TextDirection.rtl, + ); + + await tester.tap(find.text('ANNULER')); + }); + + group('locale fonts don\'t overflow layout', () { + // Test screen layouts in various locales to ensure the fonts used + // don't overflow the layout + + // Common screen size roughly based on a Pixel 1 + const Size kCommonScreenSizePortrait = Size(1070, 1770); + const Size kCommonScreenSizeLandscape = Size(1770, 1070); + + Future _showPicker(WidgetTester tester, Locale locale, Size size) async { + tester.binding.window.physicalSizeTestValue = size; + tester.binding.window.devicePixelRatioTestValue = 1.0; + await tester.pumpWidget( + MaterialApp( + home: Builder( + builder: (BuildContext context) { + return Localizations( + locale: locale, + delegates: GlobalMaterialLocalizations.delegates, + child: RaisedButton( + child: const Text('X'), + onPressed: () { + showDatePicker( + context: context, + initialDate: initialDate, + firstDate: firstDate, + lastDate: lastDate, + ); + }, + ), + ); + }, + ), + ) + ); + await tester.tap(find.text('X')); + await tester.pumpAndSettle(); + } + + // Regression test for https://github.com/flutter/flutter/issues/20171 + testWidgets('common screen size - portrait - Chinese', (WidgetTester tester) async { + await _showPicker(tester, const Locale('zh', 'CN'), kCommonScreenSizePortrait); + expect(tester.takeException(), isNull); + }); + + testWidgets('common screen size - landscape - Chinese', (WidgetTester tester) async { + await _showPicker(tester, const Locale('zh', 'CN'), kCommonScreenSizeLandscape); + expect(tester.takeException(), isNull); + }); + + testWidgets('common screen size - portrait - Japanese', (WidgetTester tester) async { + await _showPicker(tester, const Locale('ja', 'JA'), kCommonScreenSizePortrait); + expect(tester.takeException(), isNull); + }); + + testWidgets('common screen size - landscape - Japanese', (WidgetTester tester) async { + await _showPicker(tester, const Locale('ja', 'JA'), kCommonScreenSizeLandscape); + expect(tester.takeException(), isNull); + }); + }); + +} + +Future _pumpBoilerplate( + WidgetTester tester, + Widget child, { + Locale locale = const Locale('en', 'US'), + TextDirection textDirection = TextDirection.ltr, +}) async { + await tester.pumpWidget(Directionality( + textDirection: TextDirection.ltr, + child: Localizations( + locale: locale, + delegates: GlobalMaterialLocalizations.delegates, + child: child, + ), + )); +} diff --git a/packages/flutter_localizations/test/material/date_time_test.dart b/packages/flutter_localizations/test/material/date_time_test.dart new file mode 100644 index 000000000000..6e0274a2f261 --- /dev/null +++ b/packages/flutter_localizations/test/material/date_time_test.dart @@ -0,0 +1,161 @@ +// Copyright 2017 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +import 'dart:async'; + +import 'package:flutter/material.dart'; +import 'package:flutter_localizations/flutter_localizations.dart'; +import 'package:flutter_test/flutter_test.dart'; + +void main() { + group(GlobalMaterialLocalizations, () { + test('uses exact locale when exists', () async { + final GlobalMaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(const Locale('pt', 'PT')); + expect(localizations.formatDecimal(10000), '10\u00A0000'); + }); + + test('falls back to language code when exact locale is missing', () async { + final GlobalMaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(const Locale('pt', 'XX')); + expect(localizations.formatDecimal(10000), '10.000'); + }); + + test('fails when neither language code nor exact locale are available', () async { + await expectLater(() async { + await GlobalMaterialLocalizations.delegate.load(const Locale('xx', 'XX')); + }, throwsAssertionError); + }); + + group('formatHour', () { + Future formatHour(WidgetTester tester, Locale locale, TimeOfDay timeOfDay) async { + final Completer completer = Completer(); + await tester.pumpWidget(MaterialApp( + supportedLocales: [locale], + locale: locale, + localizationsDelegates: const >[ + GlobalMaterialLocalizations.delegate, + ], + home: Builder(builder: (BuildContext context) { + completer.complete(MaterialLocalizations.of(context).formatHour(timeOfDay)); + return Container(); + }), + )); + return completer.future; + } + + testWidgets('formats h', (WidgetTester tester) async { + expect(await formatHour(tester, const Locale('en', 'US'), const TimeOfDay(hour: 10, minute: 0)), '10'); + expect(await formatHour(tester, const Locale('en', 'US'), const TimeOfDay(hour: 20, minute: 0)), '8'); + }); + + testWidgets('formats HH', (WidgetTester tester) async { + expect(await formatHour(tester, const Locale('de'), const TimeOfDay(hour: 9, minute: 0)), '09'); + expect(await formatHour(tester, const Locale('de'), const TimeOfDay(hour: 20, minute: 0)), '20'); + + expect(await formatHour(tester, const Locale('en', 'GB'), const TimeOfDay(hour: 9, minute: 0)), '09'); + expect(await formatHour(tester, const Locale('en', 'GB'), const TimeOfDay(hour: 20, minute: 0)), '20'); + }); + + testWidgets('formats H', (WidgetTester tester) async { + expect(await formatHour(tester, const Locale('es'), const TimeOfDay(hour: 9, minute: 0)), '9'); + expect(await formatHour(tester, const Locale('es'), const TimeOfDay(hour: 20, minute: 0)), '20'); + + expect(await formatHour(tester, const Locale('fa'), const TimeOfDay(hour: 9, minute: 0)), '۹'); + expect(await formatHour(tester, const Locale('fa'), const TimeOfDay(hour: 20, minute: 0)), '۲۰'); + }); + }); + + group('formatMinute', () { + test('formats English', () async { + final GlobalMaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(const Locale('en', 'US')); + expect(localizations.formatMinute(const TimeOfDay(hour: 1, minute: 32)), '32'); + }); + }); + + group('formatTimeOfDay', () { + Future formatTimeOfDay(WidgetTester tester, Locale locale, TimeOfDay timeOfDay) async { + final Completer completer = Completer(); + await tester.pumpWidget(MaterialApp( + supportedLocales: [locale], + locale: locale, + localizationsDelegates: const >[ + GlobalMaterialLocalizations.delegate, + ], + home: Builder(builder: (BuildContext context) { + completer.complete(MaterialLocalizations.of(context).formatTimeOfDay(timeOfDay)); + return Container(); + }), + )); + return completer.future; + } + + testWidgets('formats ${TimeOfDayFormat.h_colon_mm_space_a}', (WidgetTester tester) async { + expect(await formatTimeOfDay(tester, const Locale('en'), const TimeOfDay(hour: 9, minute: 32)), '9:32 AM'); + expect(await formatTimeOfDay(tester, const Locale('en'), const TimeOfDay(hour: 20, minute: 32)), '8:32 PM'); + }); + + testWidgets('formats ${TimeOfDayFormat.HH_colon_mm}', (WidgetTester tester) async { + expect(await formatTimeOfDay(tester, const Locale('de'), const TimeOfDay(hour: 9, minute: 32)), '09:32'); + expect(await formatTimeOfDay(tester, const Locale('en', 'ZA'), const TimeOfDay(hour: 9, minute: 32)), '09:32'); + }); + + testWidgets('formats ${TimeOfDayFormat.H_colon_mm}', (WidgetTester tester) async { + expect(await formatTimeOfDay(tester, const Locale('es'), const TimeOfDay(hour: 9, minute: 32)), '9:32'); + expect(await formatTimeOfDay(tester, const Locale('es'), const TimeOfDay(hour: 20, minute: 32)), '20:32'); + + expect(await formatTimeOfDay(tester, const Locale('ja'), const TimeOfDay(hour: 9, minute: 32)), '9:32'); + expect(await formatTimeOfDay(tester, const Locale('ja'), const TimeOfDay(hour: 20, minute: 32)), '20:32'); + }); + + testWidgets('formats ${TimeOfDayFormat.frenchCanadian}', (WidgetTester tester) async { + expect(await formatTimeOfDay(tester, const Locale('fr', 'CA'), const TimeOfDay(hour: 9, minute: 32)), '09 h 32'); + }); + + testWidgets('formats ${TimeOfDayFormat.a_space_h_colon_mm}', (WidgetTester tester) async { + expect(await formatTimeOfDay(tester, const Locale('zh'), const TimeOfDay(hour: 9, minute: 32)), '上午 9:32'); + }); + }); + + group('date formatters', () { + Future> formatDate(WidgetTester tester, Locale locale, DateTime dateTime) async { + final Completer> completer = Completer>(); + await tester.pumpWidget(MaterialApp( + supportedLocales: [locale], + locale: locale, + localizationsDelegates: const >[ + GlobalMaterialLocalizations.delegate, + ], + home: Builder(builder: (BuildContext context) { + final MaterialLocalizations localizations = MaterialLocalizations.of(context); + completer.complete({ + DateType.year: localizations.formatYear(dateTime), + DateType.medium: localizations.formatMediumDate(dateTime), + DateType.full: localizations.formatFullDate(dateTime), + DateType.monthYear: localizations.formatMonthYear(dateTime), + }); + return Container(); + }), + )); + return completer.future; + } + + testWidgets('formats dates in English', (WidgetTester tester) async { + final Map formatted = await formatDate(tester, const Locale('en'), DateTime(2018, 8, 1)); + expect(formatted[DateType.year], '2018'); + expect(formatted[DateType.medium], 'Wed, Aug 1'); + expect(formatted[DateType.full], 'Wednesday, August 1, 2018'); + expect(formatted[DateType.monthYear], 'August 2018'); + }); + + testWidgets('formats dates in German', (WidgetTester tester) async { + final Map formatted = await formatDate(tester, const Locale('de'), DateTime(2018, 8, 1)); + expect(formatted[DateType.year], '2018'); + expect(formatted[DateType.medium], 'Mi., 1. Aug.'); + expect(formatted[DateType.full], 'Mittwoch, 1. August 2018'); + expect(formatted[DateType.monthYear], 'August 2018'); + }); + }); + }); +} + +enum DateType { year, medium, full, monthYear } diff --git a/packages/flutter_localizations/test/material/time_picker_test.dart b/packages/flutter_localizations/test/material/time_picker_test.dart new file mode 100644 index 000000000000..961dabe1f4ed --- /dev/null +++ b/packages/flutter_localizations/test/material/time_picker_test.dart @@ -0,0 +1,201 @@ +// Copyright 2016 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +import 'package:flutter/foundation.dart'; +import 'package:flutter/material.dart'; +import 'package:flutter_localizations/flutter_localizations.dart'; +import 'package:flutter_test/flutter_test.dart'; + +class _TimePickerLauncher extends StatelessWidget { + const _TimePickerLauncher({ Key key, this.onChanged, this.locale }) : super(key: key); + + final ValueChanged onChanged; + final Locale locale; + + @override + Widget build(BuildContext context) { + return MaterialApp( + locale: locale, + supportedLocales: [locale], + localizationsDelegates: GlobalMaterialLocalizations.delegates, + home: Material( + child: Center( + child: Builder( + builder: (BuildContext context) { + return RaisedButton( + child: const Text('X'), + onPressed: () async { + onChanged(await showTimePicker( + context: context, + initialTime: const TimeOfDay(hour: 7, minute: 0), + )); + }, + ); + } + ), + ), + ), + ); + } +} + +Future startPicker( + WidgetTester tester, + ValueChanged onChanged, { + Locale locale = const Locale('en', 'US'), +}) async { + await tester.pumpWidget(_TimePickerLauncher(onChanged: onChanged, locale: locale,)); + await tester.tap(find.text('X')); + await tester.pumpAndSettle(const Duration(seconds: 1)); + return tester.getCenter(find.byKey(const Key('time-picker-dial'))); +} + +Future finishPicker(WidgetTester tester) async { + final MaterialLocalizations materialLocalizations = MaterialLocalizations.of(tester.element(find.byType(RaisedButton))); + await tester.tap(find.text(materialLocalizations.okButtonLabel)); + await tester.pumpAndSettle(const Duration(seconds: 1)); +} + +void main() { + testWidgets('can localize the header in all known formats', (WidgetTester tester) async { + // TODO(yjbanov): also test `HH.mm` (in_ID), `a h:mm` (ko_KR) and `HH:mm น.` (th_TH) when we have .arb files for them + final Map> locales = >{ + const Locale('en', 'US'): const ['hour', 'string :', 'minute', 'period'], //'h:mm a' + const Locale('en', 'GB'): const ['hour', 'string :', 'minute'], //'HH:mm' + const Locale('es', 'ES'): const ['hour', 'string :', 'minute'], //'H:mm' + const Locale('fr', 'CA'): const ['hour', 'string h', 'minute'], //'HH \'h\' mm' + const Locale('zh', 'ZH'): const ['period', 'hour', 'string :', 'minute'], //'ah:mm' + }; + + for (Locale locale in locales.keys) { + final Offset center = await startPicker(tester, (TimeOfDay time) { }, locale: locale); + final List actual = []; + tester.element(find.byType(CustomMultiChildLayout)).visitChildren((Element child) { + final LayoutId layout = child.widget; + final String fragmentType = '${layout.child.runtimeType}'; + final dynamic widget = layout.child; + if (fragmentType == '_MinuteControl') { + actual.add('minute'); + } else if (fragmentType == '_DayPeriodControl') { + actual.add('period'); + } else if (fragmentType == '_HourControl') { + actual.add('hour'); + } else if (fragmentType == '_StringFragment') { + actual.add('string ${widget.value}'); + } else { + fail('Unsupported fragment type: $fragmentType'); + } + }); + expect(actual, locales[locale]); + await tester.tapAt(Offset(center.dx, center.dy - 50.0)); + await finishPicker(tester); + } + }); + + testWidgets('uses single-ring 12-hour dial for h hour format', (WidgetTester tester) async { + // Tap along the segment stretching from the center to the edge at + // 12:00 AM position. Because there's only one ring, no matter where you + // tap the time will be the same. See the 24-hour dial test that behaves + // differently. + for (int i = 1; i < 10; i++) { + TimeOfDay result; + final Offset center = await startPicker(tester, (TimeOfDay time) { result = time; }); + final Size size = tester.getSize(find.byKey(const Key('time-picker-dial'))); + final double dy = (size.height / 2.0 / 10) * i; + await tester.tapAt(Offset(center.dx, center.dy - dy)); + await finishPicker(tester); + expect(result, equals(const TimeOfDay(hour: 0, minute: 0))); + } + }); + + testWidgets('uses two-ring 24-hour dial for H and HH hour formats', (WidgetTester tester) async { + const List locales = [ + Locale('en', 'GB'), // HH + Locale('es', 'ES'), // H + ]; + for (Locale locale in locales) { + // Tap along the segment stretching from the center to the edge at + // 12:00 AM position. There are two rings. At ~70% mark, the ring + // switches between inner ring and outer ring. + for (int i = 1; i < 10; i++) { + TimeOfDay result; + final Offset center = await startPicker(tester, (TimeOfDay time) { result = time; }, locale: locale); + final Size size = tester.getSize(find.byKey(const Key('time-picker-dial'))); + final double dy = (size.height / 2.0 / 10) * i; + await tester.tapAt(Offset(center.dx, center.dy - dy)); + await finishPicker(tester); + expect(result, equals(TimeOfDay(hour: i < 7 ? 12 : 0, minute: 0))); + } + } + }); + + const List labels12To11 = ['12', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11']; + const List labels12To11TwoDigit = ['12', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11']; + const List labels00To23 = ['00', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23']; + + Future mediaQueryBoilerplate(WidgetTester tester, bool alwaysUse24HourFormat) async { + await tester.pumpWidget( + Localizations( + locale: const Locale('en', 'US'), + delegates: const >[ + GlobalMaterialLocalizations.delegate, + DefaultWidgetsLocalizations.delegate, + ], + child: MediaQuery( + data: MediaQueryData(alwaysUse24HourFormat: alwaysUse24HourFormat), + child: Material( + child: Directionality( + textDirection: TextDirection.ltr, + child: Navigator( + onGenerateRoute: (RouteSettings settings) { + return MaterialPageRoute(builder: (BuildContext context) { + return FlatButton( + onPressed: () { + showTimePicker(context: context, initialTime: const TimeOfDay(hour: 7, minute: 0)); + }, + child: const Text('X'), + ); + }); + }, + ), + ), + ), + ), + ), + ); + + await tester.tap(find.text('X')); + await tester.pumpAndSettle(); + } + + testWidgets('respects MediaQueryData.alwaysUse24HourFormat == false', (WidgetTester tester) async { + await mediaQueryBoilerplate(tester, false); + + final CustomPaint dialPaint = tester.widget(find.byKey(const ValueKey('time-picker-dial'))); + final dynamic dialPainter = dialPaint.painter; + final List primaryOuterLabels = dialPainter.primaryOuterLabels; + expect(primaryOuterLabels.map((dynamic tp) => tp.painter.text.text), labels12To11); + expect(dialPainter.primaryInnerLabels, null); + + final List secondaryOuterLabels = dialPainter.secondaryOuterLabels; + expect(secondaryOuterLabels.map((dynamic tp) => tp.painter.text.text), labels12To11); + expect(dialPainter.secondaryInnerLabels, null); + }); + + testWidgets('respects MediaQueryData.alwaysUse24HourFormat == true', (WidgetTester tester) async { + await mediaQueryBoilerplate(tester, true); + + final CustomPaint dialPaint = tester.widget(find.byKey(const ValueKey('time-picker-dial'))); + final dynamic dialPainter = dialPaint.painter; + final List primaryOuterLabels = dialPainter.primaryOuterLabels; + expect(primaryOuterLabels.map((dynamic tp) => tp.painter.text.text), labels00To23); + final List primaryInnerLabels = dialPainter.primaryInnerLabels; + expect(primaryInnerLabels.map((dynamic tp) => tp.painter.text.text), labels12To11TwoDigit); + + final List secondaryOuterLabels = dialPainter.secondaryOuterLabels; + expect(secondaryOuterLabels.map((dynamic tp) => tp.painter.text.text), labels00To23); + final List secondaryInnerLabels = dialPainter.secondaryInnerLabels; + expect(secondaryInnerLabels.map((dynamic tp) => tp.painter.text.text), labels12To11TwoDigit); + }); +} diff --git a/packages/flutter_localizations/test/material/translations_test.dart b/packages/flutter_localizations/test/material/translations_test.dart new file mode 100644 index 000000000000..00f5a0ad16dc --- /dev/null +++ b/packages/flutter_localizations/test/material/translations_test.dart @@ -0,0 +1,465 @@ +// Copyright 2017 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +import 'package:flutter/material.dart'; +import 'package:flutter_localizations/flutter_localizations.dart'; +import 'package:flutter_test/flutter_test.dart'; + +void main() { + for (String language in kMaterialSupportedLanguages) { + testWidgets('translations exist for $language', (WidgetTester tester) async { + final Locale locale = Locale(language); + + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + + final MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); + + expect(localizations.openAppDrawerTooltip, isNotNull); + expect(localizations.backButtonTooltip, isNotNull); + expect(localizations.closeButtonTooltip, isNotNull); + expect(localizations.nextMonthTooltip, isNotNull); + expect(localizations.previousMonthTooltip, isNotNull); + expect(localizations.nextPageTooltip, isNotNull); + expect(localizations.previousPageTooltip, isNotNull); + expect(localizations.showMenuTooltip, isNotNull); + expect(localizations.licensesPageTitle, isNotNull); + expect(localizations.rowsPerPageTitle, isNotNull); + expect(localizations.cancelButtonLabel, isNotNull); + expect(localizations.closeButtonLabel, isNotNull); + expect(localizations.continueButtonLabel, isNotNull); + expect(localizations.copyButtonLabel, isNotNull); + expect(localizations.cutButtonLabel, isNotNull); + expect(localizations.okButtonLabel, isNotNull); + expect(localizations.pasteButtonLabel, isNotNull); + expect(localizations.selectAllButtonLabel, isNotNull); + expect(localizations.viewLicensesButtonLabel, isNotNull); + expect(localizations.drawerLabel, isNotNull); + expect(localizations.popupMenuLabel, isNotNull); + expect(localizations.dialogLabel, isNotNull); + expect(localizations.alertDialogLabel, isNotNull); + expect(localizations.collapsedIconTapHint, isNotNull); + expect(localizations.expandedIconTapHint, isNotNull); + expect(localizations.refreshIndicatorSemanticLabel, isNotNull); + + expect(localizations.remainingTextFieldCharacterCount(0), isNotNull); + expect(localizations.remainingTextFieldCharacterCount(1), isNotNull); + expect(localizations.remainingTextFieldCharacterCount(10), isNotNull); + expect(localizations.remainingTextFieldCharacterCount(0), isNot(contains(r'$remainingCount'))); + expect(localizations.remainingTextFieldCharacterCount(1), isNot(contains(r'$remainingCount'))); + expect(localizations.remainingTextFieldCharacterCount(10), isNot(contains(r'$remainingCount'))); + + expect(localizations.aboutListTileTitle('FOO'), isNotNull); + expect(localizations.aboutListTileTitle('FOO'), contains('FOO')); + + expect(localizations.selectedRowCountTitle(0), isNotNull); + expect(localizations.selectedRowCountTitle(1), isNotNull); + expect(localizations.selectedRowCountTitle(2), isNotNull); + expect(localizations.selectedRowCountTitle(100), isNotNull); + expect(localizations.selectedRowCountTitle(0), isNot(contains(r'$selectedRowCount'))); + expect(localizations.selectedRowCountTitle(1), isNot(contains(r'$selectedRowCount'))); + expect(localizations.selectedRowCountTitle(2), isNot(contains(r'$selectedRowCount'))); + expect(localizations.selectedRowCountTitle(100), isNot(contains(r'$selectedRowCount'))); + + expect(localizations.pageRowsInfoTitle(1, 10, 100, true), isNotNull); + expect(localizations.pageRowsInfoTitle(1, 10, 100, false), isNotNull); + expect(localizations.pageRowsInfoTitle(1, 10, 100, true), isNot(contains(r'$firstRow'))); + expect(localizations.pageRowsInfoTitle(1, 10, 100, true), isNot(contains(r'$lastRow'))); + expect(localizations.pageRowsInfoTitle(1, 10, 100, true), isNot(contains(r'$rowCount'))); + expect(localizations.pageRowsInfoTitle(1, 10, 100, false), isNot(contains(r'$firstRow'))); + expect(localizations.pageRowsInfoTitle(1, 10, 100, false), isNot(contains(r'$lastRow'))); + expect(localizations.pageRowsInfoTitle(1, 10, 100, false), isNot(contains(r'$rowCount'))); + + expect(localizations.tabLabel(tabIndex: 2, tabCount: 5), isNotNull); + expect(localizations.tabLabel(tabIndex: 2, tabCount: 5), isNot(contains(r'$tabIndex'))); + expect(localizations.tabLabel(tabIndex: 2, tabCount: 5), isNot(contains(r'$tabCount'))); + expect(() => localizations.tabLabel(tabIndex: 0, tabCount: 5), throwsAssertionError); + expect(() => localizations.tabLabel(tabIndex: 2, tabCount: 0), throwsAssertionError); + + expect(localizations.formatHour(const TimeOfDay(hour: 10, minute: 0)), isNotNull); + expect(localizations.formatMinute(const TimeOfDay(hour: 10, minute: 0)), isNotNull); + expect(localizations.formatYear(DateTime(2018, 8, 1)), isNotNull); + expect(localizations.formatMediumDate(DateTime(2018, 8, 1)), isNotNull); + expect(localizations.formatFullDate(DateTime(2018, 8, 1)), isNotNull); + expect(localizations.formatMonthYear(DateTime(2018, 8, 1)), isNotNull); + expect(localizations.narrowWeekdays, isNotNull); + expect(localizations.narrowWeekdays.length, 7); + expect(localizations.formatDecimal(123), isNotNull); + expect(localizations.formatTimeOfDay(const TimeOfDay(hour: 10, minute: 0)), isNotNull); + }); + } + + testWidgets('spot check selectedRowCount translations', (WidgetTester tester) async { + MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(const Locale('en')); + expect(localizations.selectedRowCountTitle(0), 'No items selected'); + expect(localizations.selectedRowCountTitle(1), '1 item selected'); + expect(localizations.selectedRowCountTitle(2), '2 items selected'); + expect(localizations.selectedRowCountTitle(3), '3 items selected'); + expect(localizations.selectedRowCountTitle(5), '5 items selected'); + expect(localizations.selectedRowCountTitle(10), '10 items selected'); + expect(localizations.selectedRowCountTitle(15), '15 items selected'); + expect(localizations.selectedRowCountTitle(29), '29 items selected'); + expect(localizations.selectedRowCountTitle(10000), '10,000 items selected'); + expect(localizations.selectedRowCountTitle(10019), '10,019 items selected'); + expect(localizations.selectedRowCountTitle(123456789), '123,456,789 items selected'); + + localizations = await GlobalMaterialLocalizations.delegate.load(const Locale('es')); + expect(localizations.selectedRowCountTitle(0), 'No se han seleccionado elementos'); + expect(localizations.selectedRowCountTitle(1), '1 elemento seleccionado'); + expect(localizations.selectedRowCountTitle(2), '2 elementos seleccionados'); + expect(localizations.selectedRowCountTitle(3), '3 elementos seleccionados'); + expect(localizations.selectedRowCountTitle(5), '5 elementos seleccionados'); + expect(localizations.selectedRowCountTitle(10), '10 elementos seleccionados'); + expect(localizations.selectedRowCountTitle(15), '15 elementos seleccionados'); + expect(localizations.selectedRowCountTitle(29), '29 elementos seleccionados'); + expect(localizations.selectedRowCountTitle(10000), '10.000 elementos seleccionados'); + expect(localizations.selectedRowCountTitle(10019), '10.019 elementos seleccionados'); + expect(localizations.selectedRowCountTitle(123456789), '123.456.789 elementos seleccionados'); + + localizations = await GlobalMaterialLocalizations.delegate.load(const Locale('ro')); + expect(localizations.selectedRowCountTitle(0), 'Nu există elemente selectate'); + expect(localizations.selectedRowCountTitle(1), 'Un articol selectat'); + expect(localizations.selectedRowCountTitle(2), '2 articole selectate'); + expect(localizations.selectedRowCountTitle(3), '3 articole selectate'); + expect(localizations.selectedRowCountTitle(5), '5 articole selectate'); + expect(localizations.selectedRowCountTitle(10), '10 articole selectate'); + expect(localizations.selectedRowCountTitle(15), '15 articole selectate'); + expect(localizations.selectedRowCountTitle(29), '29 de articole selectate'); + expect(localizations.selectedRowCountTitle(10000), '10.000 de articole selectate'); + expect(localizations.selectedRowCountTitle(10019), '10.019 articole selectate'); + expect(localizations.selectedRowCountTitle(123456789), '123.456.789 de articole selectate'); + + localizations = await GlobalMaterialLocalizations.delegate.load(const Locale('km')); + expect(localizations.selectedRowCountTitle(0), 'បាន​ជ្រើស​រើស​ធាតុ 0'); + expect(localizations.selectedRowCountTitle(1), 'បាន​ជ្រើស​រើស​ធាតុ 1'); + expect(localizations.selectedRowCountTitle(2), 'បាន​ជ្រើស​រើស​ធាតុ 2'); + expect(localizations.selectedRowCountTitle(10000), 'បាន​ជ្រើស​រើស​ធាតុ 10.000'); + expect(localizations.selectedRowCountTitle(123456789), 'បាន​ជ្រើស​រើស​ធាតុ 123.456.789'); + }); + + testWidgets('spot check formatMediumDate(), formatFullDate() translations', (WidgetTester tester) async { + MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(const Locale('en')); + expect(localizations.formatMediumDate(DateTime(2015, 7, 23)), 'Thu, Jul 23'); + expect(localizations.formatFullDate(DateTime(2015, 7, 23)), 'Thursday, July 23, 2015'); + + localizations = await GlobalMaterialLocalizations.delegate.load(const Locale('en', 'GB')); + expect(localizations.formatMediumDate(DateTime(2015, 7, 23)), 'Thu 23 Jul'); + expect(localizations.formatFullDate(DateTime(2015, 7, 23)), 'Thursday, 23 July 2015'); + + localizations = await GlobalMaterialLocalizations.delegate.load(const Locale('es')); + expect(localizations.formatMediumDate(DateTime(2015, 7, 23)), 'jue., 23 jul.'); + expect(localizations.formatFullDate(DateTime(2015, 7, 23)), 'jueves, 23 de julio de 2015'); + + localizations = await GlobalMaterialLocalizations.delegate.load(const Locale('de')); + expect(localizations.formatMediumDate(DateTime(2015, 7, 23)), 'Do., 23. Juli'); + expect(localizations.formatFullDate(DateTime(2015, 7, 23)), 'Donnerstag, 23. Juli 2015'); + }); + + testWidgets('Chinese resolution', (WidgetTester tester) async { + Locale locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: null, countryCode: null); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationZh, true); + + locale = const Locale('zh', 'TW'); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationZhHantTw, true); + + locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: null, countryCode: 'HK'); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationZhHantHk, true); + + locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: null, countryCode: 'TW'); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationZhHantTw, true); + + locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hans', countryCode: null); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationZhHans, true); + + locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hant', countryCode: null); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationZhHant, true); + + locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hans', countryCode: 'US'); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationZhHans, true); + + locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hans', countryCode: 'CN'); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationZhHans, true); + + locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hans', countryCode: 'TW'); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationZhHans, true); + + locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hant', countryCode: 'CN'); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationZhHant, true); + + locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hant', countryCode: 'US'); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationZhHant, true); + + locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: null, countryCode: 'US'); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationZh, true); + + locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Latn', countryCode: 'US'); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationZh, true); + + locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Latn', countryCode: 'TW'); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationZh, true); + + locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: 'TW'); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationEn, true); + + locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Cyrl', countryCode: 'RU'); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationZh, true); + + locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: null, countryCode: 'RU'); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationZh, true); + + locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Cyrl', countryCode: null); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationZh, true); + }); + + testWidgets('Serbian resolution', (WidgetTester tester) async { + Locale locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: null, countryCode: null); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationSr, true); + + locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: 'Cyrl', countryCode: null); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationSrCyrl, true); + + locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: 'Latn', countryCode: null); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationSrLatn, true); + + locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: null, countryCode: 'SR'); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationSr, true); + + locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: 'Cyrl', countryCode: 'SR'); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationSrCyrl, true); + + locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: 'Latn', countryCode: 'SR'); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationSrLatn, true); + + locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: 'Cyrl', countryCode: 'US'); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationSrCyrl, true); + + locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: 'Latn', countryCode: 'US'); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationSrLatn, true); + + locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: null, countryCode: 'US'); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationSr, true); + }); + + testWidgets('Misc resolution', (WidgetTester tester) async { + Locale locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: null); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationEn, true); + + locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: 'Cyrl', countryCode: null); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationEn, true); + + locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: 'US'); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationEn, true); + + locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: 'AU'); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationEnAu, true); + + locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: 'GB'); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationEnGb, true); + + locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: 'SG'); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationEnSg, true); + + locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: 'MX'); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationEn, true); + + locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: 'Hant', countryCode: null); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationEn, true); + + locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: 'Hant', countryCode: 'US'); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationEn, true); + + locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: 'Hans', countryCode: 'CN'); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationEn, true); + + locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: null, countryCode: null); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationEs, true); + + locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: null, countryCode: '419'); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationEs419, true); + + locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: null, countryCode: 'MX'); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationEsMx, true); + + locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: null, countryCode: 'US'); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationEsUs, true); + + locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: null, countryCode: 'AR'); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationEsAr, true); + + locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: null, countryCode: 'ES'); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationEs, true); + + locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: 'Latn', countryCode: null); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationEs, true); + + locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: 'Latn', countryCode: 'US'); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationEsUs, true); + + locale = const Locale.fromSubtags(languageCode: 'fr', scriptCode: null, countryCode: null); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationFr, true); + + locale = const Locale.fromSubtags(languageCode: 'fr', scriptCode: null, countryCode: 'CA'); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationFrCa, true); + + locale = const Locale.fromSubtags(languageCode: 'de', scriptCode: null, countryCode: null); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationDe, true); + + locale = const Locale.fromSubtags(languageCode: 'de', scriptCode: null, countryCode: 'CH'); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationDeCh, true); + + locale = const Locale.fromSubtags(languageCode: 'th', scriptCode: null, countryCode: null); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationTh, true); + + locale = const Locale.fromSubtags(languageCode: 'ru', scriptCode: null, countryCode: null); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationRu, true); + }); + + testWidgets('Chinese translations spot check', (WidgetTester tester) async { + Locale locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: null, countryCode: null); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationZh, true); + expect(localizations.alertDialogLabel, '提醒'); + expect(localizations.anteMeridiemAbbreviation, '上午'); + expect(localizations.closeButtonLabel, '关闭'); + expect(localizations.okButtonLabel, '确定'); + + locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hans', countryCode: null); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationZhHans, true); + expect(localizations.alertDialogLabel, '提醒'); + expect(localizations.anteMeridiemAbbreviation, '上午'); + expect(localizations.closeButtonLabel, '关闭'); + expect(localizations.okButtonLabel, '确定'); + + locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hant', countryCode: null); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationZhHant, true); + expect(localizations.alertDialogLabel, '快訊'); + expect(localizations.anteMeridiemAbbreviation, '上午'); + expect(localizations.closeButtonLabel, '關閉'); + expect(localizations.okButtonLabel, '確定'); + + locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hant', countryCode: 'TW'); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationZhHantTw, true); + expect(localizations.alertDialogLabel, '快訊'); + expect(localizations.anteMeridiemAbbreviation, '上午'); + expect(localizations.closeButtonLabel, '關閉'); + expect(localizations.okButtonLabel, '確定'); + + locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hant', countryCode: 'HK'); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations is MaterialLocalizationZhHantHk, true); + expect(localizations.alertDialogLabel, '快訊'); + expect(localizations.anteMeridiemAbbreviation, '上午'); + expect(localizations.closeButtonLabel, '關閉'); + expect(localizations.okButtonLabel, '確定'); + }); +} From 5c3c6808897a484255597007287cf96e4eaba2b7 Mon Sep 17 00:00:00 2001 From: xster Date: Thu, 9 May 2019 23:18:56 -0700 Subject: [PATCH 092/327] Cupertino localization step 12: push translation for all supported languages (#31644) --- .../lib/src/l10n/cupertino_ar.arb | 42 + .../lib/src/l10n/cupertino_bg.arb | 22 + .../lib/src/l10n/cupertino_bs.arb | 27 + .../lib/src/l10n/cupertino_ca.arb | 22 + .../lib/src/l10n/cupertino_cs.arb | 32 + .../lib/src/l10n/cupertino_da.arb | 22 + .../lib/src/l10n/cupertino_de.arb | 22 + .../lib/src/l10n/cupertino_el.arb | 22 + .../lib/src/l10n/cupertino_en_AU.arb | 22 + .../lib/src/l10n/cupertino_en_CA.arb | 22 + .../lib/src/l10n/cupertino_en_GB.arb | 22 + .../lib/src/l10n/cupertino_en_IE.arb | 22 + .../lib/src/l10n/cupertino_en_IN.arb | 22 + .../lib/src/l10n/cupertino_en_SG.arb | 22 + .../lib/src/l10n/cupertino_en_ZA.arb | 22 + .../lib/src/l10n/cupertino_es.arb | 22 + .../lib/src/l10n/cupertino_es_419.arb | 22 + .../lib/src/l10n/cupertino_es_AR.arb | 22 + .../lib/src/l10n/cupertino_es_BO.arb | 22 + .../lib/src/l10n/cupertino_es_CL.arb | 22 + .../lib/src/l10n/cupertino_es_CO.arb | 22 + .../lib/src/l10n/cupertino_es_CR.arb | 22 + .../lib/src/l10n/cupertino_es_DO.arb | 22 + .../lib/src/l10n/cupertino_es_EC.arb | 22 + .../lib/src/l10n/cupertino_es_GT.arb | 22 + .../lib/src/l10n/cupertino_es_HN.arb | 22 + .../lib/src/l10n/cupertino_es_MX.arb | 22 + .../lib/src/l10n/cupertino_es_NI.arb | 22 + .../lib/src/l10n/cupertino_es_PA.arb | 22 + .../lib/src/l10n/cupertino_es_PE.arb | 22 + .../lib/src/l10n/cupertino_es_PR.arb | 22 + .../lib/src/l10n/cupertino_es_PY.arb | 22 + .../lib/src/l10n/cupertino_es_SV.arb | 22 + .../lib/src/l10n/cupertino_es_US.arb | 22 + .../lib/src/l10n/cupertino_es_UY.arb | 22 + .../lib/src/l10n/cupertino_es_VE.arb | 22 + .../lib/src/l10n/cupertino_et.arb | 22 + .../lib/src/l10n/cupertino_fa.arb | 22 + .../lib/src/l10n/cupertino_fi.arb | 22 + .../lib/src/l10n/cupertino_fil.arb | 22 + .../lib/src/l10n/cupertino_fr.arb | 7 +- .../lib/src/l10n/cupertino_gl.arb | 22 + .../lib/src/l10n/cupertino_gsw.arb | 22 + .../lib/src/l10n/cupertino_he.arb | 32 + .../lib/src/l10n/cupertino_hi.arb | 22 + .../lib/src/l10n/cupertino_hr.arb | 27 + .../lib/src/l10n/cupertino_hu.arb | 22 + .../lib/src/l10n/cupertino_hy.arb | 22 + .../lib/src/l10n/cupertino_id.arb | 22 + .../lib/src/l10n/cupertino_it.arb | 22 + .../lib/src/l10n/cupertino_ja.arb | 22 + .../lib/src/l10n/cupertino_kk.arb | 22 + .../lib/src/l10n/cupertino_km.arb | 22 + .../lib/src/l10n/cupertino_ko.arb | 22 + .../lib/src/l10n/cupertino_lt.arb | 32 + .../lib/src/l10n/cupertino_lv.arb | 27 + .../lib/src/l10n/cupertino_mn.arb | 22 + .../lib/src/l10n/cupertino_mr.arb | 22 + .../lib/src/l10n/cupertino_ms.arb | 22 + .../lib/src/l10n/cupertino_nb.arb | 22 + .../lib/src/l10n/cupertino_nl.arb | 22 + .../lib/src/l10n/cupertino_pl.arb | 32 + .../lib/src/l10n/cupertino_pt.arb | 22 + .../lib/src/l10n/cupertino_pt_PT.arb | 22 + .../lib/src/l10n/cupertino_ro.arb | 27 + .../lib/src/l10n/cupertino_ru.arb | 32 + .../lib/src/l10n/cupertino_sk.arb | 32 + .../lib/src/l10n/cupertino_sl.arb | 32 + .../lib/src/l10n/cupertino_sr.arb | 27 + .../lib/src/l10n/cupertino_sr_Latn.arb | 27 + .../lib/src/l10n/cupertino_sv.arb | 22 + .../lib/src/l10n/cupertino_sw.arb | 22 + .../lib/src/l10n/cupertino_ta.arb | 22 + .../lib/src/l10n/cupertino_th.arb | 22 + .../lib/src/l10n/cupertino_tl.arb | 22 + .../lib/src/l10n/cupertino_tr.arb | 8 +- .../lib/src/l10n/cupertino_uk.arb | 32 + .../lib/src/l10n/cupertino_ur.arb | 22 + .../lib/src/l10n/cupertino_vi.arb | 22 + .../lib/src/l10n/cupertino_zh.arb | 22 + .../lib/src/l10n/cupertino_zh_HK.arb | 22 + .../lib/src/l10n/cupertino_zh_TW.arb | 22 + .../generated_cupertino_localizations.dart | 9344 ++++++++++++++++- .../generated_material_localizations.dart | 96 +- .../lib/src/l10n/material_de.arb | 2 +- .../lib/src/l10n/material_de_CH.arb | 2 +- .../lib/src/l10n/material_gsw.arb | 2 +- .../lib/src/l10n/material_kk.arb | 72 +- .../lib/src/l10n/material_pl.arb | 18 +- 89 files changed, 11270 insertions(+), 171 deletions(-) create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_da.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_de.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_el.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_en_AU.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_en_CA.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_en_GB.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_en_IE.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_en_IN.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_en_SG.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_en_ZA.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_et.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_he.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_id.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_it.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_km.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_th.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb new file mode 100644 index 000000000000..45d88cd3887c --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb @@ -0,0 +1,42 @@ +{ + "todayLabel": "اليوم", + "timerPickerSecondLabelFew": "ثوانٍ", + "datePickerHourSemanticsLabelZero": "$hour بالضبط", + "datePickerHourSemanticsLabelTwo": "$hour بالضبط", + "datePickerHourSemanticsLabelFew": "$hour بالضبط", + "datePickerHourSemanticsLabelMany": "$hour بالضبط", + "timerPickerHourLabelTwo": "ساعتان", + "datePickerMinuteSemanticsLabelZero": "$minute دقيقة​", + "datePickerMinuteSemanticsLabelTwo": "دقيقتان ($minute)", + "datePickerMinuteSemanticsLabelFew": "$minute دقائق", + "datePickerMinuteSemanticsLabelMany": "$minute دقيقة​", + "timerPickerSecondLabelMany": "ثانية", + "timerPickerSecondLabelTwo": "ثانيتان", + "timerPickerSecondLabelZero": "ثانية", + "timerPickerMinuteLabelMany": "دقيقة", + "timerPickerMinuteLabelFew": "دقائق", + "timerPickerMinuteLabelZero": "دقيقة", + "timerPickerHourLabelZero": "ساعة", + "timerPickerMinuteLabelTwo": "دقيقتان", + "timerPickerHourLabelFew": "ساعات", + "timerPickerHourLabelMany": "ساعة", + "datePickerHourSemanticsLabelOne": "$hour بالضبط", + "datePickerHourSemanticsLabelOther": "$hour بالضبط", + "datePickerMinuteSemanticsLabelOne": "دقيقة واحدة", + "datePickerMinuteSemanticsLabelOther": "$minute دقيقة​", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "ص", + "postMeridiemAbbreviation": "م", + "alertDialogLabel": "تنبيه", + "timerPickerHourLabelOne": "ساعة", + "timerPickerHourLabelOther": "ساعة", + "timerPickerMinuteLabelOne": "دقيقة واحدة", + "timerPickerMinuteLabelOther": "دقيقة", + "timerPickerSecondLabelOne": "ثانية واحدة", + "timerPickerSecondLabelOther": "ثانية", + "cutButtonLabel": "قص", + "copyButtonLabel": "نسخ", + "pasteButtonLabel": "لصق", + "selectAllButtonLabel": "اختيار الكل" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb new file mode 100644 index 000000000000..11420c3bfa4e --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Днес", + "datePickerHourSemanticsLabelOne": "$hour часа", + "datePickerHourSemanticsLabelOther": "$hour часа", + "datePickerMinuteSemanticsLabelOne": "1 минута", + "datePickerMinuteSemanticsLabelOther": "$minute минути", + "datePickerDateOrder": "мдг", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "alertDialogLabel": "Сигнал", + "timerPickerHourLabelOne": "час", + "timerPickerHourLabelOther": "часа", + "timerPickerMinuteLabelOne": "мин", + "timerPickerMinuteLabelOther": "мин", + "timerPickerSecondLabelOne": "сек", + "timerPickerSecondLabelOther": "сек", + "cutButtonLabel": "Изрязване", + "copyButtonLabel": "Копиране", + "pasteButtonLabel": "Поставяне", + "selectAllButtonLabel": "Избиране на всички" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb new file mode 100644 index 000000000000..b1fbd9ff1fe5 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb @@ -0,0 +1,27 @@ +{ + "todayLabel": "Danas", + "datePickerHourSemanticsLabelFew": "$hour sata", + "datePickerMinuteSemanticsLabelFew": "$minute minute", + "timerPickerHourLabelFew": "sata", + "timerPickerMinuteLabelFew": "min", + "timerPickerSecondLabelFew": "s", + "datePickerHourSemanticsLabelOne": "$hour sat", + "datePickerHourSemanticsLabelOther": "$hour sati", + "datePickerMinuteSemanticsLabelOne": "Jedna minuta", + "datePickerMinuteSemanticsLabelOther": "$minute minuta", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "prijepodne", + "postMeridiemAbbreviation": "popodne", + "alertDialogLabel": "Upozorenje", + "timerPickerHourLabelOne": "sat", + "timerPickerHourLabelOther": "sati", + "timerPickerMinuteLabelOne": "min", + "timerPickerMinuteLabelOther": "min", + "timerPickerSecondLabelOne": "s", + "timerPickerSecondLabelOther": "s", + "cutButtonLabel": "Izreži", + "copyButtonLabel": "Kopiraj", + "pasteButtonLabel": "Zalijepi", + "selectAllButtonLabel": "Odaberi sve" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb new file mode 100644 index 000000000000..9806169b51c3 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Avui", + "datePickerHourSemanticsLabelOne": "$hour en punt", + "datePickerHourSemanticsLabelOther": "$hour en punt", + "datePickerMinuteSemanticsLabelOne": "1 minut", + "datePickerMinuteSemanticsLabelOther": "$minute minuts", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "alertDialogLabel": "Alerta", + "timerPickerHourLabelOne": "hora", + "timerPickerHourLabelOther": "hores", + "timerPickerMinuteLabelOne": "min", + "timerPickerMinuteLabelOther": "min", + "timerPickerSecondLabelOne": "s", + "timerPickerSecondLabelOther": "s", + "cutButtonLabel": "Retalla", + "copyButtonLabel": "Copia", + "pasteButtonLabel": "Enganxa", + "selectAllButtonLabel": "Selecciona-ho tot" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb new file mode 100644 index 000000000000..022ad1983e62 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb @@ -0,0 +1,32 @@ +{ + "todayLabel": "Dnes", + "datePickerHourSemanticsLabelFew": "$hour hodiny", + "datePickerHourSemanticsLabelMany": "$hour hodiny", + "datePickerMinuteSemanticsLabelFew": "$minute minuty", + "datePickerMinuteSemanticsLabelMany": "$minute minuty", + "timerPickerHourLabelFew": "hodiny", + "timerPickerHourLabelMany": "hodiny", + "timerPickerMinuteLabelFew": "min", + "timerPickerMinuteLabelMany": "min", + "timerPickerSecondLabelFew": "s", + "timerPickerSecondLabelMany": "s", + "datePickerHourSemanticsLabelOne": "$hour hodina", + "datePickerHourSemanticsLabelOther": "$hour hodin", + "datePickerMinuteSemanticsLabelOne": "1 minuta", + "datePickerMinuteSemanticsLabelOther": "$minute minut", + "datePickerDateOrder": "mdy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "alertDialogLabel": "Upozornění", + "timerPickerHourLabelOne": "hodina", + "timerPickerHourLabelOther": "hodin", + "timerPickerMinuteLabelOne": "min", + "timerPickerMinuteLabelOther": "min", + "timerPickerSecondLabelOne": "s", + "timerPickerSecondLabelOther": "s", + "cutButtonLabel": "Vyjmout", + "copyButtonLabel": "Kopírovat", + "pasteButtonLabel": "Vložit", + "selectAllButtonLabel": "Vybrat vše" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb new file mode 100644 index 000000000000..4df37cb21efa --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "I dag", + "datePickerHourSemanticsLabelOne": "klokken $hour", + "datePickerHourSemanticsLabelOther": "klokken $hour", + "datePickerMinuteSemanticsLabelOne": "1 minut", + "datePickerMinuteSemanticsLabelOther": "$minute minutter", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "alertDialogLabel": "Underretning", + "timerPickerHourLabelOne": "time", + "timerPickerHourLabelOther": "timer", + "timerPickerMinuteLabelOne": "min.", + "timerPickerMinuteLabelOther": "min.", + "timerPickerSecondLabelOne": "sek.", + "timerPickerSecondLabelOther": "sek.", + "cutButtonLabel": "Klip", + "copyButtonLabel": "Kopiér", + "pasteButtonLabel": "Sæt ind", + "selectAllButtonLabel": "Vælg alle" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb new file mode 100644 index 000000000000..fd3d2c959545 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Heute", + "datePickerHourSemanticsLabelOne": "$hour Uhr", + "datePickerHourSemanticsLabelOther": "$hour Uhr", + "datePickerMinuteSemanticsLabelOne": "1 Minute", + "datePickerMinuteSemanticsLabelOther": "$minute Minuten", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "VORM.", + "postMeridiemAbbreviation": "NACHM.", + "alertDialogLabel": "Benachrichtigung", + "timerPickerHourLabelOne": "Stunde", + "timerPickerHourLabelOther": "Stunden", + "timerPickerMinuteLabelOne": "min", + "timerPickerMinuteLabelOther": "min", + "timerPickerSecondLabelOne": "s", + "timerPickerSecondLabelOther": "s", + "cutButtonLabel": "Ausschneiden", + "copyButtonLabel": "Kopieren", + "pasteButtonLabel": "Einfügen", + "selectAllButtonLabel": "Alles auswählen" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb new file mode 100644 index 000000000000..38cfb3e10a27 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Σήμερα", + "datePickerHourSemanticsLabelOne": "$hour ακριβώς", + "datePickerHourSemanticsLabelOther": "$hour ακριβώς", + "datePickerMinuteSemanticsLabelOne": "1 λεπτό", + "datePickerMinuteSemanticsLabelOther": "$minute λεπτά", + "datePickerDateOrder": "μηε", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "π.μ.", + "postMeridiemAbbreviation": "μ.μ.", + "alertDialogLabel": "Ειδοποίηση", + "timerPickerHourLabelOne": "ώρα", + "timerPickerHourLabelOther": "ώρες", + "timerPickerMinuteLabelOne": "λεπ.", + "timerPickerMinuteLabelOther": "λεπ.", + "timerPickerSecondLabelOne": "δευτ.", + "timerPickerSecondLabelOther": "δευτ.", + "cutButtonLabel": "Αποκοπή", + "copyButtonLabel": "Αντιγραφή", + "pasteButtonLabel": "Επικόλληση", + "selectAllButtonLabel": "Επιλογή όλων" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_AU.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_AU.arb new file mode 100644 index 000000000000..1155eb195d98 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_AU.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Today", + "datePickerHourSemanticsLabelOne": "$hour o'clock", + "datePickerHourSemanticsLabelOther": "$hour o'clock", + "datePickerMinuteSemanticsLabelOne": "1 minute", + "datePickerMinuteSemanticsLabelOther": "$minute minutes", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "alertDialogLabel": "Alert", + "timerPickerHourLabelOne": "hour", + "timerPickerHourLabelOther": "hours", + "timerPickerMinuteLabelOne": "min.", + "timerPickerMinuteLabelOther": "min.", + "timerPickerSecondLabelOne": "sec.", + "timerPickerSecondLabelOther": "sec.", + "cutButtonLabel": "Cut", + "copyButtonLabel": "Copy", + "pasteButtonLabel": "Paste", + "selectAllButtonLabel": "Select all" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_CA.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_CA.arb new file mode 100644 index 000000000000..1155eb195d98 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_CA.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Today", + "datePickerHourSemanticsLabelOne": "$hour o'clock", + "datePickerHourSemanticsLabelOther": "$hour o'clock", + "datePickerMinuteSemanticsLabelOne": "1 minute", + "datePickerMinuteSemanticsLabelOther": "$minute minutes", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "alertDialogLabel": "Alert", + "timerPickerHourLabelOne": "hour", + "timerPickerHourLabelOther": "hours", + "timerPickerMinuteLabelOne": "min.", + "timerPickerMinuteLabelOther": "min.", + "timerPickerSecondLabelOne": "sec.", + "timerPickerSecondLabelOther": "sec.", + "cutButtonLabel": "Cut", + "copyButtonLabel": "Copy", + "pasteButtonLabel": "Paste", + "selectAllButtonLabel": "Select all" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_GB.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_GB.arb new file mode 100644 index 000000000000..1155eb195d98 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_GB.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Today", + "datePickerHourSemanticsLabelOne": "$hour o'clock", + "datePickerHourSemanticsLabelOther": "$hour o'clock", + "datePickerMinuteSemanticsLabelOne": "1 minute", + "datePickerMinuteSemanticsLabelOther": "$minute minutes", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "alertDialogLabel": "Alert", + "timerPickerHourLabelOne": "hour", + "timerPickerHourLabelOther": "hours", + "timerPickerMinuteLabelOne": "min.", + "timerPickerMinuteLabelOther": "min.", + "timerPickerSecondLabelOne": "sec.", + "timerPickerSecondLabelOther": "sec.", + "cutButtonLabel": "Cut", + "copyButtonLabel": "Copy", + "pasteButtonLabel": "Paste", + "selectAllButtonLabel": "Select all" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_IE.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_IE.arb new file mode 100644 index 000000000000..1155eb195d98 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_IE.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Today", + "datePickerHourSemanticsLabelOne": "$hour o'clock", + "datePickerHourSemanticsLabelOther": "$hour o'clock", + "datePickerMinuteSemanticsLabelOne": "1 minute", + "datePickerMinuteSemanticsLabelOther": "$minute minutes", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "alertDialogLabel": "Alert", + "timerPickerHourLabelOne": "hour", + "timerPickerHourLabelOther": "hours", + "timerPickerMinuteLabelOne": "min.", + "timerPickerMinuteLabelOther": "min.", + "timerPickerSecondLabelOne": "sec.", + "timerPickerSecondLabelOther": "sec.", + "cutButtonLabel": "Cut", + "copyButtonLabel": "Copy", + "pasteButtonLabel": "Paste", + "selectAllButtonLabel": "Select all" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_IN.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_IN.arb new file mode 100644 index 000000000000..1155eb195d98 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_IN.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Today", + "datePickerHourSemanticsLabelOne": "$hour o'clock", + "datePickerHourSemanticsLabelOther": "$hour o'clock", + "datePickerMinuteSemanticsLabelOne": "1 minute", + "datePickerMinuteSemanticsLabelOther": "$minute minutes", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "alertDialogLabel": "Alert", + "timerPickerHourLabelOne": "hour", + "timerPickerHourLabelOther": "hours", + "timerPickerMinuteLabelOne": "min.", + "timerPickerMinuteLabelOther": "min.", + "timerPickerSecondLabelOne": "sec.", + "timerPickerSecondLabelOther": "sec.", + "cutButtonLabel": "Cut", + "copyButtonLabel": "Copy", + "pasteButtonLabel": "Paste", + "selectAllButtonLabel": "Select all" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_SG.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_SG.arb new file mode 100644 index 000000000000..1155eb195d98 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_SG.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Today", + "datePickerHourSemanticsLabelOne": "$hour o'clock", + "datePickerHourSemanticsLabelOther": "$hour o'clock", + "datePickerMinuteSemanticsLabelOne": "1 minute", + "datePickerMinuteSemanticsLabelOther": "$minute minutes", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "alertDialogLabel": "Alert", + "timerPickerHourLabelOne": "hour", + "timerPickerHourLabelOther": "hours", + "timerPickerMinuteLabelOne": "min.", + "timerPickerMinuteLabelOther": "min.", + "timerPickerSecondLabelOne": "sec.", + "timerPickerSecondLabelOther": "sec.", + "cutButtonLabel": "Cut", + "copyButtonLabel": "Copy", + "pasteButtonLabel": "Paste", + "selectAllButtonLabel": "Select all" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_ZA.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_ZA.arb new file mode 100644 index 000000000000..1155eb195d98 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_ZA.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Today", + "datePickerHourSemanticsLabelOne": "$hour o'clock", + "datePickerHourSemanticsLabelOther": "$hour o'clock", + "datePickerMinuteSemanticsLabelOne": "1 minute", + "datePickerMinuteSemanticsLabelOther": "$minute minutes", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "alertDialogLabel": "Alert", + "timerPickerHourLabelOne": "hour", + "timerPickerHourLabelOther": "hours", + "timerPickerMinuteLabelOne": "min.", + "timerPickerMinuteLabelOther": "min.", + "timerPickerSecondLabelOne": "sec.", + "timerPickerSecondLabelOther": "sec.", + "cutButtonLabel": "Cut", + "copyButtonLabel": "Copy", + "pasteButtonLabel": "Paste", + "selectAllButtonLabel": "Select all" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb new file mode 100644 index 000000000000..3b88df30420f --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Hoy", + "datePickerHourSemanticsLabelOne": "$hour en punto", + "datePickerHourSemanticsLabelOther": "$hour en punto", + "datePickerMinuteSemanticsLabelOne": "1 minuto", + "datePickerMinuteSemanticsLabelOther": "$minute minutos", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "A.M.", + "postMeridiemAbbreviation": "P.M.", + "alertDialogLabel": "Alerta", + "timerPickerHourLabelOne": "hora", + "timerPickerHourLabelOther": "horas", + "timerPickerMinuteLabelOne": "min", + "timerPickerMinuteLabelOther": "min", + "timerPickerSecondLabelOne": "s", + "timerPickerSecondLabelOther": "s", + "cutButtonLabel": "Cortar", + "copyButtonLabel": "Copiar", + "pasteButtonLabel": "Pegar", + "selectAllButtonLabel": "Seleccionar todo" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb new file mode 100644 index 000000000000..5414739f5b76 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Hoy", + "datePickerHourSemanticsLabelOne": "$hour en punto", + "datePickerHourSemanticsLabelOther": "$hour en punto", + "datePickerMinuteSemanticsLabelOne": "1 minuto", + "datePickerMinuteSemanticsLabelOther": "$minute minutos", + "datePickerDateOrder": "mdy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "a.m.", + "postMeridiemAbbreviation": "p.m.", + "alertDialogLabel": "Alerta", + "timerPickerHourLabelOne": "hora", + "timerPickerHourLabelOther": "horas", + "timerPickerMinuteLabelOne": "min", + "timerPickerMinuteLabelOther": "min", + "timerPickerSecondLabelOne": "s", + "timerPickerSecondLabelOther": "s", + "cutButtonLabel": "Cortar", + "copyButtonLabel": "Copiar", + "pasteButtonLabel": "Pegar", + "selectAllButtonLabel": "Seleccionar todos" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb new file mode 100644 index 000000000000..5414739f5b76 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Hoy", + "datePickerHourSemanticsLabelOne": "$hour en punto", + "datePickerHourSemanticsLabelOther": "$hour en punto", + "datePickerMinuteSemanticsLabelOne": "1 minuto", + "datePickerMinuteSemanticsLabelOther": "$minute minutos", + "datePickerDateOrder": "mdy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "a.m.", + "postMeridiemAbbreviation": "p.m.", + "alertDialogLabel": "Alerta", + "timerPickerHourLabelOne": "hora", + "timerPickerHourLabelOther": "horas", + "timerPickerMinuteLabelOne": "min", + "timerPickerMinuteLabelOther": "min", + "timerPickerSecondLabelOne": "s", + "timerPickerSecondLabelOther": "s", + "cutButtonLabel": "Cortar", + "copyButtonLabel": "Copiar", + "pasteButtonLabel": "Pegar", + "selectAllButtonLabel": "Seleccionar todos" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb new file mode 100644 index 000000000000..5414739f5b76 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Hoy", + "datePickerHourSemanticsLabelOne": "$hour en punto", + "datePickerHourSemanticsLabelOther": "$hour en punto", + "datePickerMinuteSemanticsLabelOne": "1 minuto", + "datePickerMinuteSemanticsLabelOther": "$minute minutos", + "datePickerDateOrder": "mdy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "a.m.", + "postMeridiemAbbreviation": "p.m.", + "alertDialogLabel": "Alerta", + "timerPickerHourLabelOne": "hora", + "timerPickerHourLabelOther": "horas", + "timerPickerMinuteLabelOne": "min", + "timerPickerMinuteLabelOther": "min", + "timerPickerSecondLabelOne": "s", + "timerPickerSecondLabelOther": "s", + "cutButtonLabel": "Cortar", + "copyButtonLabel": "Copiar", + "pasteButtonLabel": "Pegar", + "selectAllButtonLabel": "Seleccionar todos" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb new file mode 100644 index 000000000000..5414739f5b76 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Hoy", + "datePickerHourSemanticsLabelOne": "$hour en punto", + "datePickerHourSemanticsLabelOther": "$hour en punto", + "datePickerMinuteSemanticsLabelOne": "1 minuto", + "datePickerMinuteSemanticsLabelOther": "$minute minutos", + "datePickerDateOrder": "mdy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "a.m.", + "postMeridiemAbbreviation": "p.m.", + "alertDialogLabel": "Alerta", + "timerPickerHourLabelOne": "hora", + "timerPickerHourLabelOther": "horas", + "timerPickerMinuteLabelOne": "min", + "timerPickerMinuteLabelOther": "min", + "timerPickerSecondLabelOne": "s", + "timerPickerSecondLabelOther": "s", + "cutButtonLabel": "Cortar", + "copyButtonLabel": "Copiar", + "pasteButtonLabel": "Pegar", + "selectAllButtonLabel": "Seleccionar todos" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb new file mode 100644 index 000000000000..5414739f5b76 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Hoy", + "datePickerHourSemanticsLabelOne": "$hour en punto", + "datePickerHourSemanticsLabelOther": "$hour en punto", + "datePickerMinuteSemanticsLabelOne": "1 minuto", + "datePickerMinuteSemanticsLabelOther": "$minute minutos", + "datePickerDateOrder": "mdy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "a.m.", + "postMeridiemAbbreviation": "p.m.", + "alertDialogLabel": "Alerta", + "timerPickerHourLabelOne": "hora", + "timerPickerHourLabelOther": "horas", + "timerPickerMinuteLabelOne": "min", + "timerPickerMinuteLabelOther": "min", + "timerPickerSecondLabelOne": "s", + "timerPickerSecondLabelOther": "s", + "cutButtonLabel": "Cortar", + "copyButtonLabel": "Copiar", + "pasteButtonLabel": "Pegar", + "selectAllButtonLabel": "Seleccionar todos" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb new file mode 100644 index 000000000000..5414739f5b76 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Hoy", + "datePickerHourSemanticsLabelOne": "$hour en punto", + "datePickerHourSemanticsLabelOther": "$hour en punto", + "datePickerMinuteSemanticsLabelOne": "1 minuto", + "datePickerMinuteSemanticsLabelOther": "$minute minutos", + "datePickerDateOrder": "mdy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "a.m.", + "postMeridiemAbbreviation": "p.m.", + "alertDialogLabel": "Alerta", + "timerPickerHourLabelOne": "hora", + "timerPickerHourLabelOther": "horas", + "timerPickerMinuteLabelOne": "min", + "timerPickerMinuteLabelOther": "min", + "timerPickerSecondLabelOne": "s", + "timerPickerSecondLabelOther": "s", + "cutButtonLabel": "Cortar", + "copyButtonLabel": "Copiar", + "pasteButtonLabel": "Pegar", + "selectAllButtonLabel": "Seleccionar todos" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb new file mode 100644 index 000000000000..5414739f5b76 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Hoy", + "datePickerHourSemanticsLabelOne": "$hour en punto", + "datePickerHourSemanticsLabelOther": "$hour en punto", + "datePickerMinuteSemanticsLabelOne": "1 minuto", + "datePickerMinuteSemanticsLabelOther": "$minute minutos", + "datePickerDateOrder": "mdy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "a.m.", + "postMeridiemAbbreviation": "p.m.", + "alertDialogLabel": "Alerta", + "timerPickerHourLabelOne": "hora", + "timerPickerHourLabelOther": "horas", + "timerPickerMinuteLabelOne": "min", + "timerPickerMinuteLabelOther": "min", + "timerPickerSecondLabelOne": "s", + "timerPickerSecondLabelOther": "s", + "cutButtonLabel": "Cortar", + "copyButtonLabel": "Copiar", + "pasteButtonLabel": "Pegar", + "selectAllButtonLabel": "Seleccionar todos" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb new file mode 100644 index 000000000000..5414739f5b76 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Hoy", + "datePickerHourSemanticsLabelOne": "$hour en punto", + "datePickerHourSemanticsLabelOther": "$hour en punto", + "datePickerMinuteSemanticsLabelOne": "1 minuto", + "datePickerMinuteSemanticsLabelOther": "$minute minutos", + "datePickerDateOrder": "mdy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "a.m.", + "postMeridiemAbbreviation": "p.m.", + "alertDialogLabel": "Alerta", + "timerPickerHourLabelOne": "hora", + "timerPickerHourLabelOther": "horas", + "timerPickerMinuteLabelOne": "min", + "timerPickerMinuteLabelOther": "min", + "timerPickerSecondLabelOne": "s", + "timerPickerSecondLabelOther": "s", + "cutButtonLabel": "Cortar", + "copyButtonLabel": "Copiar", + "pasteButtonLabel": "Pegar", + "selectAllButtonLabel": "Seleccionar todos" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb new file mode 100644 index 000000000000..5414739f5b76 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Hoy", + "datePickerHourSemanticsLabelOne": "$hour en punto", + "datePickerHourSemanticsLabelOther": "$hour en punto", + "datePickerMinuteSemanticsLabelOne": "1 minuto", + "datePickerMinuteSemanticsLabelOther": "$minute minutos", + "datePickerDateOrder": "mdy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "a.m.", + "postMeridiemAbbreviation": "p.m.", + "alertDialogLabel": "Alerta", + "timerPickerHourLabelOne": "hora", + "timerPickerHourLabelOther": "horas", + "timerPickerMinuteLabelOne": "min", + "timerPickerMinuteLabelOther": "min", + "timerPickerSecondLabelOne": "s", + "timerPickerSecondLabelOther": "s", + "cutButtonLabel": "Cortar", + "copyButtonLabel": "Copiar", + "pasteButtonLabel": "Pegar", + "selectAllButtonLabel": "Seleccionar todos" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb new file mode 100644 index 000000000000..5414739f5b76 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Hoy", + "datePickerHourSemanticsLabelOne": "$hour en punto", + "datePickerHourSemanticsLabelOther": "$hour en punto", + "datePickerMinuteSemanticsLabelOne": "1 minuto", + "datePickerMinuteSemanticsLabelOther": "$minute minutos", + "datePickerDateOrder": "mdy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "a.m.", + "postMeridiemAbbreviation": "p.m.", + "alertDialogLabel": "Alerta", + "timerPickerHourLabelOne": "hora", + "timerPickerHourLabelOther": "horas", + "timerPickerMinuteLabelOne": "min", + "timerPickerMinuteLabelOther": "min", + "timerPickerSecondLabelOne": "s", + "timerPickerSecondLabelOther": "s", + "cutButtonLabel": "Cortar", + "copyButtonLabel": "Copiar", + "pasteButtonLabel": "Pegar", + "selectAllButtonLabel": "Seleccionar todos" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb new file mode 100644 index 000000000000..5414739f5b76 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Hoy", + "datePickerHourSemanticsLabelOne": "$hour en punto", + "datePickerHourSemanticsLabelOther": "$hour en punto", + "datePickerMinuteSemanticsLabelOne": "1 minuto", + "datePickerMinuteSemanticsLabelOther": "$minute minutos", + "datePickerDateOrder": "mdy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "a.m.", + "postMeridiemAbbreviation": "p.m.", + "alertDialogLabel": "Alerta", + "timerPickerHourLabelOne": "hora", + "timerPickerHourLabelOther": "horas", + "timerPickerMinuteLabelOne": "min", + "timerPickerMinuteLabelOther": "min", + "timerPickerSecondLabelOne": "s", + "timerPickerSecondLabelOther": "s", + "cutButtonLabel": "Cortar", + "copyButtonLabel": "Copiar", + "pasteButtonLabel": "Pegar", + "selectAllButtonLabel": "Seleccionar todos" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb new file mode 100644 index 000000000000..5414739f5b76 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Hoy", + "datePickerHourSemanticsLabelOne": "$hour en punto", + "datePickerHourSemanticsLabelOther": "$hour en punto", + "datePickerMinuteSemanticsLabelOne": "1 minuto", + "datePickerMinuteSemanticsLabelOther": "$minute minutos", + "datePickerDateOrder": "mdy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "a.m.", + "postMeridiemAbbreviation": "p.m.", + "alertDialogLabel": "Alerta", + "timerPickerHourLabelOne": "hora", + "timerPickerHourLabelOther": "horas", + "timerPickerMinuteLabelOne": "min", + "timerPickerMinuteLabelOther": "min", + "timerPickerSecondLabelOne": "s", + "timerPickerSecondLabelOther": "s", + "cutButtonLabel": "Cortar", + "copyButtonLabel": "Copiar", + "pasteButtonLabel": "Pegar", + "selectAllButtonLabel": "Seleccionar todos" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb new file mode 100644 index 000000000000..5414739f5b76 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Hoy", + "datePickerHourSemanticsLabelOne": "$hour en punto", + "datePickerHourSemanticsLabelOther": "$hour en punto", + "datePickerMinuteSemanticsLabelOne": "1 minuto", + "datePickerMinuteSemanticsLabelOther": "$minute minutos", + "datePickerDateOrder": "mdy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "a.m.", + "postMeridiemAbbreviation": "p.m.", + "alertDialogLabel": "Alerta", + "timerPickerHourLabelOne": "hora", + "timerPickerHourLabelOther": "horas", + "timerPickerMinuteLabelOne": "min", + "timerPickerMinuteLabelOther": "min", + "timerPickerSecondLabelOne": "s", + "timerPickerSecondLabelOther": "s", + "cutButtonLabel": "Cortar", + "copyButtonLabel": "Copiar", + "pasteButtonLabel": "Pegar", + "selectAllButtonLabel": "Seleccionar todos" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb new file mode 100644 index 000000000000..5414739f5b76 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Hoy", + "datePickerHourSemanticsLabelOne": "$hour en punto", + "datePickerHourSemanticsLabelOther": "$hour en punto", + "datePickerMinuteSemanticsLabelOne": "1 minuto", + "datePickerMinuteSemanticsLabelOther": "$minute minutos", + "datePickerDateOrder": "mdy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "a.m.", + "postMeridiemAbbreviation": "p.m.", + "alertDialogLabel": "Alerta", + "timerPickerHourLabelOne": "hora", + "timerPickerHourLabelOther": "horas", + "timerPickerMinuteLabelOne": "min", + "timerPickerMinuteLabelOther": "min", + "timerPickerSecondLabelOne": "s", + "timerPickerSecondLabelOther": "s", + "cutButtonLabel": "Cortar", + "copyButtonLabel": "Copiar", + "pasteButtonLabel": "Pegar", + "selectAllButtonLabel": "Seleccionar todos" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb new file mode 100644 index 000000000000..5414739f5b76 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Hoy", + "datePickerHourSemanticsLabelOne": "$hour en punto", + "datePickerHourSemanticsLabelOther": "$hour en punto", + "datePickerMinuteSemanticsLabelOne": "1 minuto", + "datePickerMinuteSemanticsLabelOther": "$minute minutos", + "datePickerDateOrder": "mdy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "a.m.", + "postMeridiemAbbreviation": "p.m.", + "alertDialogLabel": "Alerta", + "timerPickerHourLabelOne": "hora", + "timerPickerHourLabelOther": "horas", + "timerPickerMinuteLabelOne": "min", + "timerPickerMinuteLabelOther": "min", + "timerPickerSecondLabelOne": "s", + "timerPickerSecondLabelOther": "s", + "cutButtonLabel": "Cortar", + "copyButtonLabel": "Copiar", + "pasteButtonLabel": "Pegar", + "selectAllButtonLabel": "Seleccionar todos" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb new file mode 100644 index 000000000000..5414739f5b76 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Hoy", + "datePickerHourSemanticsLabelOne": "$hour en punto", + "datePickerHourSemanticsLabelOther": "$hour en punto", + "datePickerMinuteSemanticsLabelOne": "1 minuto", + "datePickerMinuteSemanticsLabelOther": "$minute minutos", + "datePickerDateOrder": "mdy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "a.m.", + "postMeridiemAbbreviation": "p.m.", + "alertDialogLabel": "Alerta", + "timerPickerHourLabelOne": "hora", + "timerPickerHourLabelOther": "horas", + "timerPickerMinuteLabelOne": "min", + "timerPickerMinuteLabelOther": "min", + "timerPickerSecondLabelOne": "s", + "timerPickerSecondLabelOther": "s", + "cutButtonLabel": "Cortar", + "copyButtonLabel": "Copiar", + "pasteButtonLabel": "Pegar", + "selectAllButtonLabel": "Seleccionar todos" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb new file mode 100644 index 000000000000..5414739f5b76 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Hoy", + "datePickerHourSemanticsLabelOne": "$hour en punto", + "datePickerHourSemanticsLabelOther": "$hour en punto", + "datePickerMinuteSemanticsLabelOne": "1 minuto", + "datePickerMinuteSemanticsLabelOther": "$minute minutos", + "datePickerDateOrder": "mdy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "a.m.", + "postMeridiemAbbreviation": "p.m.", + "alertDialogLabel": "Alerta", + "timerPickerHourLabelOne": "hora", + "timerPickerHourLabelOther": "horas", + "timerPickerMinuteLabelOne": "min", + "timerPickerMinuteLabelOther": "min", + "timerPickerSecondLabelOne": "s", + "timerPickerSecondLabelOther": "s", + "cutButtonLabel": "Cortar", + "copyButtonLabel": "Copiar", + "pasteButtonLabel": "Pegar", + "selectAllButtonLabel": "Seleccionar todos" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb new file mode 100644 index 000000000000..5414739f5b76 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Hoy", + "datePickerHourSemanticsLabelOne": "$hour en punto", + "datePickerHourSemanticsLabelOther": "$hour en punto", + "datePickerMinuteSemanticsLabelOne": "1 minuto", + "datePickerMinuteSemanticsLabelOther": "$minute minutos", + "datePickerDateOrder": "mdy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "a.m.", + "postMeridiemAbbreviation": "p.m.", + "alertDialogLabel": "Alerta", + "timerPickerHourLabelOne": "hora", + "timerPickerHourLabelOther": "horas", + "timerPickerMinuteLabelOne": "min", + "timerPickerMinuteLabelOther": "min", + "timerPickerSecondLabelOne": "s", + "timerPickerSecondLabelOther": "s", + "cutButtonLabel": "Cortar", + "copyButtonLabel": "Copiar", + "pasteButtonLabel": "Pegar", + "selectAllButtonLabel": "Seleccionar todos" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb new file mode 100644 index 000000000000..5414739f5b76 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Hoy", + "datePickerHourSemanticsLabelOne": "$hour en punto", + "datePickerHourSemanticsLabelOther": "$hour en punto", + "datePickerMinuteSemanticsLabelOne": "1 minuto", + "datePickerMinuteSemanticsLabelOther": "$minute minutos", + "datePickerDateOrder": "mdy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "a.m.", + "postMeridiemAbbreviation": "p.m.", + "alertDialogLabel": "Alerta", + "timerPickerHourLabelOne": "hora", + "timerPickerHourLabelOther": "horas", + "timerPickerMinuteLabelOne": "min", + "timerPickerMinuteLabelOther": "min", + "timerPickerSecondLabelOne": "s", + "timerPickerSecondLabelOther": "s", + "cutButtonLabel": "Cortar", + "copyButtonLabel": "Copiar", + "pasteButtonLabel": "Pegar", + "selectAllButtonLabel": "Seleccionar todos" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb new file mode 100644 index 000000000000..5414739f5b76 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Hoy", + "datePickerHourSemanticsLabelOne": "$hour en punto", + "datePickerHourSemanticsLabelOther": "$hour en punto", + "datePickerMinuteSemanticsLabelOne": "1 minuto", + "datePickerMinuteSemanticsLabelOther": "$minute minutos", + "datePickerDateOrder": "mdy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "a.m.", + "postMeridiemAbbreviation": "p.m.", + "alertDialogLabel": "Alerta", + "timerPickerHourLabelOne": "hora", + "timerPickerHourLabelOther": "horas", + "timerPickerMinuteLabelOne": "min", + "timerPickerMinuteLabelOther": "min", + "timerPickerSecondLabelOne": "s", + "timerPickerSecondLabelOther": "s", + "cutButtonLabel": "Cortar", + "copyButtonLabel": "Copiar", + "pasteButtonLabel": "Pegar", + "selectAllButtonLabel": "Seleccionar todos" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb new file mode 100644 index 000000000000..b95bfee1bd37 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Täna", + "datePickerHourSemanticsLabelOne": "Kell $hour", + "datePickerHourSemanticsLabelOther": "Kell $hour", + "datePickerMinuteSemanticsLabelOne": "1 minut", + "datePickerMinuteSemanticsLabelOther": "$minute minutit", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "alertDialogLabel": "Märguanne", + "timerPickerHourLabelOne": "tund", + "timerPickerHourLabelOther": "tundi", + "timerPickerMinuteLabelOne": "min", + "timerPickerMinuteLabelOther": "min", + "timerPickerSecondLabelOne": "s", + "timerPickerSecondLabelOther": "s", + "cutButtonLabel": "Lõika", + "copyButtonLabel": "Kopeeri", + "pasteButtonLabel": "Kleebi", + "selectAllButtonLabel": "Vali kõik" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb new file mode 100644 index 000000000000..799afd93d46d --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "امروز", + "datePickerHourSemanticsLabelOne": "ساعت $hour", + "datePickerHourSemanticsLabelOther": "ساعت $hour", + "datePickerMinuteSemanticsLabelOne": "۱ دقیقه", + "datePickerMinuteSemanticsLabelOther": "$minute دقیقه", + "datePickerDateOrder": "ymd", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "ق.ظ.", + "postMeridiemAbbreviation": "ب.ظ.", + "alertDialogLabel": "هشدار", + "timerPickerHourLabelOne": "ساعت", + "timerPickerHourLabelOther": "ساعت", + "timerPickerMinuteLabelOne": "دقیقه", + "timerPickerMinuteLabelOther": "دقیقه", + "timerPickerSecondLabelOne": "ثانیه", + "timerPickerSecondLabelOther": "ثانیه", + "cutButtonLabel": "برش", + "copyButtonLabel": "کپی", + "pasteButtonLabel": "جای‌گذاری", + "selectAllButtonLabel": "انتخاب همه" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb new file mode 100644 index 000000000000..f01170fd1a26 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Tänään", + "datePickerHourSemanticsLabelOne": "klo $hour", + "datePickerHourSemanticsLabelOther": "klo $hour", + "datePickerMinuteSemanticsLabelOne": "1 minuutti", + "datePickerMinuteSemanticsLabelOther": "$minute minuuttia", + "datePickerDateOrder": "mdy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "ap", + "postMeridiemAbbreviation": "ip", + "alertDialogLabel": "Ilmoitus", + "timerPickerHourLabelOne": "tunti", + "timerPickerHourLabelOther": "tuntia", + "timerPickerMinuteLabelOne": "min", + "timerPickerMinuteLabelOther": "min", + "timerPickerSecondLabelOne": "s", + "timerPickerSecondLabelOther": "s", + "cutButtonLabel": "Leikkaa", + "copyButtonLabel": "Kopioi", + "pasteButtonLabel": "Liitä", + "selectAllButtonLabel": "Valitse kaikki" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb new file mode 100644 index 000000000000..95a185a52776 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Ngayon", + "datePickerHourSemanticsLabelOne": "Ala $hour", + "datePickerHourSemanticsLabelOther": "Alas $hour", + "datePickerMinuteSemanticsLabelOne": "1 minuto", + "datePickerMinuteSemanticsLabelOther": "$minute na minuto", + "datePickerDateOrder": "mdy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "alertDialogLabel": "Alerto", + "timerPickerHourLabelOne": "oras", + "timerPickerHourLabelOther": "na oras", + "timerPickerMinuteLabelOne": "min.", + "timerPickerMinuteLabelOther": "na min.", + "timerPickerSecondLabelOne": "seg.", + "timerPickerSecondLabelOther": "na seg.", + "cutButtonLabel": "I-cut", + "copyButtonLabel": "Kopyahin", + "pasteButtonLabel": "I-paste", + "selectAllButtonLabel": "Piliin Lahat" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb index b3afc6e0d1f0..75d865367052 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb @@ -1,8 +1,9 @@ { - "datePickerHourSemanticsLabelOne": "une heure", + "timerPickerSecondLabelOne": "s", + "datePickerHourSemanticsLabelOne": "$hour heure", "datePickerHourSemanticsLabelOther": "$hour heures", - "datePickerMinuteSemanticsLabelOne": "une minute", - "datePickerMinuteSemanticsLabelOther": "$minute minutes", + "datePickerMinuteSemanticsLabelOne": "1 minute", + "datePickerMinuteSemanticsLabelOther": "$minute minutes", "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbreviation": "AM", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb new file mode 100644 index 000000000000..526080cc13bb --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Hoxe", + "datePickerHourSemanticsLabelOne": "$hour en punto", + "datePickerHourSemanticsLabelOther": "$hour en punto", + "datePickerMinuteSemanticsLabelOne": "1 minuto", + "datePickerMinuteSemanticsLabelOther": "$minute minutos", + "datePickerDateOrder": "dma", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "a.m.", + "postMeridiemAbbreviation": "p.m.", + "alertDialogLabel": "Alerta", + "timerPickerHourLabelOne": "hora", + "timerPickerHourLabelOther": "horas", + "timerPickerMinuteLabelOne": "min", + "timerPickerMinuteLabelOther": "min", + "timerPickerSecondLabelOne": "s", + "timerPickerSecondLabelOther": "s", + "cutButtonLabel": "Cortar", + "copyButtonLabel": "Copiar", + "pasteButtonLabel": "Pegar", + "selectAllButtonLabel": "Seleccionar todo" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb new file mode 100644 index 000000000000..fd3d2c959545 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Heute", + "datePickerHourSemanticsLabelOne": "$hour Uhr", + "datePickerHourSemanticsLabelOther": "$hour Uhr", + "datePickerMinuteSemanticsLabelOne": "1 Minute", + "datePickerMinuteSemanticsLabelOther": "$minute Minuten", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "VORM.", + "postMeridiemAbbreviation": "NACHM.", + "alertDialogLabel": "Benachrichtigung", + "timerPickerHourLabelOne": "Stunde", + "timerPickerHourLabelOther": "Stunden", + "timerPickerMinuteLabelOne": "min", + "timerPickerMinuteLabelOther": "min", + "timerPickerSecondLabelOne": "s", + "timerPickerSecondLabelOther": "s", + "cutButtonLabel": "Ausschneiden", + "copyButtonLabel": "Kopieren", + "pasteButtonLabel": "Einfügen", + "selectAllButtonLabel": "Alles auswählen" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb new file mode 100644 index 000000000000..dfc82dc7364e --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb @@ -0,0 +1,32 @@ +{ + "todayLabel": "היום", + "datePickerHourSemanticsLabelTwo": "$hour בדיוק", + "datePickerHourSemanticsLabelMany": "$hour בדיוק", + "datePickerMinuteSemanticsLabelTwo": "$minute דקות", + "datePickerMinuteSemanticsLabelMany": "$minute דקות", + "timerPickerHourLabelTwo": "שעות", + "timerPickerHourLabelMany": "שעות", + "timerPickerMinuteLabelTwo": "דק’", + "timerPickerMinuteLabelMany": "דק’", + "timerPickerSecondLabelTwo": "שנ’", + "timerPickerSecondLabelMany": "שנ’", + "datePickerHourSemanticsLabelOne": "$hour בדיוק", + "datePickerHourSemanticsLabelOther": "$hour בדיוק", + "datePickerMinuteSemanticsLabelOne": "דקה אחת", + "datePickerMinuteSemanticsLabelOther": "$minute דקות", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "alertDialogLabel": "התראה", + "timerPickerHourLabelOne": "שעה", + "timerPickerHourLabelOther": "שעות", + "timerPickerMinuteLabelOne": "דק’", + "timerPickerMinuteLabelOther": "דק’", + "timerPickerSecondLabelOne": "שנ’", + "timerPickerSecondLabelOther": "שנ’", + "cutButtonLabel": "גזירה", + "copyButtonLabel": "העתקה", + "pasteButtonLabel": "הדבקה", + "selectAllButtonLabel": "בחירת הכול" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb new file mode 100644 index 000000000000..70ace1089958 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "आज", + "datePickerHourSemanticsLabelOne": "$hour बजे", + "datePickerHourSemanticsLabelOther": "$hour बजे", + "datePickerMinuteSemanticsLabelOne": "1 मिनट", + "datePickerMinuteSemanticsLabelOther": "$minute मिनट", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "alertDialogLabel": "अलर्ट", + "timerPickerHourLabelOne": "घंटा", + "timerPickerHourLabelOther": "घंटे", + "timerPickerMinuteLabelOne": "मिनट", + "timerPickerMinuteLabelOther": "मिनट", + "timerPickerSecondLabelOne": "सेकंड", + "timerPickerSecondLabelOther": "सेकंड", + "cutButtonLabel": "काटें", + "copyButtonLabel": "कॉपी करें", + "pasteButtonLabel": "चिपकाएं", + "selectAllButtonLabel": "सभी चुनें" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb new file mode 100644 index 000000000000..b1fbd9ff1fe5 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb @@ -0,0 +1,27 @@ +{ + "todayLabel": "Danas", + "datePickerHourSemanticsLabelFew": "$hour sata", + "datePickerMinuteSemanticsLabelFew": "$minute minute", + "timerPickerHourLabelFew": "sata", + "timerPickerMinuteLabelFew": "min", + "timerPickerSecondLabelFew": "s", + "datePickerHourSemanticsLabelOne": "$hour sat", + "datePickerHourSemanticsLabelOther": "$hour sati", + "datePickerMinuteSemanticsLabelOne": "Jedna minuta", + "datePickerMinuteSemanticsLabelOther": "$minute minuta", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "prijepodne", + "postMeridiemAbbreviation": "popodne", + "alertDialogLabel": "Upozorenje", + "timerPickerHourLabelOne": "sat", + "timerPickerHourLabelOther": "sati", + "timerPickerMinuteLabelOne": "min", + "timerPickerMinuteLabelOther": "min", + "timerPickerSecondLabelOne": "s", + "timerPickerSecondLabelOther": "s", + "cutButtonLabel": "Izreži", + "copyButtonLabel": "Kopiraj", + "pasteButtonLabel": "Zalijepi", + "selectAllButtonLabel": "Odaberi sve" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb new file mode 100644 index 000000000000..c9dd5bd056da --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Ma", + "datePickerHourSemanticsLabelOne": "$hour óra", + "datePickerHourSemanticsLabelOther": "$hour óra", + "datePickerMinuteSemanticsLabelOne": "1 perc", + "datePickerMinuteSemanticsLabelOther": "$minute perc", + "datePickerDateOrder": "ymd", + "datePickerDateTimeOrder": "date_dayPeriod_time", + "anteMeridiemAbbreviation": "de.", + "postMeridiemAbbreviation": "du.", + "alertDialogLabel": "Értesítés", + "timerPickerHourLabelOne": "óra", + "timerPickerHourLabelOther": "óra", + "timerPickerMinuteLabelOne": "perc", + "timerPickerMinuteLabelOther": "perc", + "timerPickerSecondLabelOne": "mp", + "timerPickerSecondLabelOther": "mp", + "cutButtonLabel": "Kivágás", + "copyButtonLabel": "Másolás", + "pasteButtonLabel": "Beillesztés", + "selectAllButtonLabel": "Összes kijelölése" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb new file mode 100644 index 000000000000..282e1d2bea90 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Այսօր", + "datePickerHourSemanticsLabelOne": "$hour:00", + "datePickerHourSemanticsLabelOther": "$hour:00", + "datePickerMinuteSemanticsLabelOne": "1 րոպե", + "datePickerMinuteSemanticsLabelOther": "$minute րոպե", + "datePickerDateOrder": "օատ", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "alertDialogLabel": "Ծանուցում", + "timerPickerHourLabelOne": "ժամ", + "timerPickerHourLabelOther": "ժամ", + "timerPickerMinuteLabelOne": "րոպե", + "timerPickerMinuteLabelOther": "րոպե", + "timerPickerSecondLabelOne": "վրկ", + "timerPickerSecondLabelOther": "վրկ", + "cutButtonLabel": "Կտրել", + "copyButtonLabel": "Պատճենել", + "pasteButtonLabel": "Տեղադրել", + "selectAllButtonLabel": "Նշել բոլորը" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb new file mode 100644 index 000000000000..32ff49c4889a --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Hari ini", + "datePickerHourSemanticsLabelOne": "$hour tepat", + "datePickerHourSemanticsLabelOther": "$hour tepat", + "datePickerMinuteSemanticsLabelOne": "1 menit", + "datePickerMinuteSemanticsLabelOther": "$minute menit", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "alertDialogLabel": "Notifikasi", + "timerPickerHourLabelOne": "jam", + "timerPickerHourLabelOther": "jam", + "timerPickerMinuteLabelOne": "mnt.", + "timerPickerMinuteLabelOther": "mnt.", + "timerPickerSecondLabelOne": "dtk.", + "timerPickerSecondLabelOther": "dtk.", + "cutButtonLabel": "Potong", + "copyButtonLabel": "Salin", + "pasteButtonLabel": "Tempel", + "selectAllButtonLabel": "Pilih Semua" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb new file mode 100644 index 000000000000..33b4e2c7ae09 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Oggi", + "datePickerHourSemanticsLabelOne": "$hour in punto", + "datePickerHourSemanticsLabelOther": "$hour in punto", + "datePickerMinuteSemanticsLabelOne": "1 minuto", + "datePickerMinuteSemanticsLabelOther": "$minute minuti", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "alertDialogLabel": "Avviso", + "timerPickerHourLabelOne": "ora", + "timerPickerHourLabelOther": "ore", + "timerPickerMinuteLabelOne": "min.", + "timerPickerMinuteLabelOther": "min.", + "timerPickerSecondLabelOne": "sec.", + "timerPickerSecondLabelOther": "sec.", + "cutButtonLabel": "Taglia", + "copyButtonLabel": "Copia", + "pasteButtonLabel": "Incolla", + "selectAllButtonLabel": "Seleziona tutto" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb new file mode 100644 index 000000000000..c6bda504afe5 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "今日", + "datePickerHourSemanticsLabelOne": "$hour時", + "datePickerHourSemanticsLabelOther": "$hour時", + "datePickerMinuteSemanticsLabelOne": "1分", + "datePickerMinuteSemanticsLabelOther": "$minute分", + "datePickerDateOrder": "mdy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "alertDialogLabel": "通知", + "timerPickerHourLabelOne": "時間", + "timerPickerHourLabelOther": "時間", + "timerPickerMinuteLabelOne": "分", + "timerPickerMinuteLabelOther": "分", + "timerPickerSecondLabelOne": "秒", + "timerPickerSecondLabelOther": "秒", + "cutButtonLabel": "切り取り", + "copyButtonLabel": "コピー", + "pasteButtonLabel": "貼り付け", + "selectAllButtonLabel": "すべて選択" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb new file mode 100644 index 000000000000..2b5c4e9bbd7b --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb @@ -0,0 +1,22 @@ +{ + "datePickerHourSemanticsLabelOne": "Сағат: $hour", + "datePickerHourSemanticsLabelOther": "Сағат: $hour", + "datePickerMinuteSemanticsLabelOne": "1 минут", + "datePickerMinuteSemanticsLabelOther": "$minute минут", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "түстен кейін", + "postMeridiemAbbreviation": "түстен кейін", + "todayLabel": "Бүгін", + "alertDialogLabel": "Дабыл", + "timerPickerHourLabelOne": "сағат", + "timerPickerHourLabelOther": "сағат", + "timerPickerMinuteLabelOne": "мин", + "timerPickerMinuteLabelOther": "мин", + "timerPickerSecondLabelOne": "сек", + "timerPickerSecondLabelOther": "сек", + "cutButtonLabel": "Қию", + "copyButtonLabel": "Көшіру", + "pasteButtonLabel": "Қою", + "selectAllButtonLabel": "Барлығын таңдау" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb new file mode 100644 index 000000000000..6fd4599ce667 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "ថ្ងៃនេះ", + "datePickerHourSemanticsLabelOne": "ម៉ោង $hour", + "datePickerHourSemanticsLabelOther": "ម៉ោង $hour", + "datePickerMinuteSemanticsLabelOne": "1 នាទី", + "datePickerMinuteSemanticsLabelOther": "$minute នាទី", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "alertDialogLabel": "ជូនដំណឹង", + "timerPickerHourLabelOne": "ម៉ោង", + "timerPickerHourLabelOther": "ម៉ោង", + "timerPickerMinuteLabelOne": "នាទី", + "timerPickerMinuteLabelOther": "នាទី", + "timerPickerSecondLabelOne": "វិនាទី", + "timerPickerSecondLabelOther": "វិនាទី", + "cutButtonLabel": "កាត់", + "copyButtonLabel": "ចម្លង", + "pasteButtonLabel": "ដាក់​ចូល", + "selectAllButtonLabel": "ជ្រើសរើស​ទាំងអស់" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb new file mode 100644 index 000000000000..5cc74cdfc5ca --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "오늘", + "datePickerHourSemanticsLabelOne": "$hour시 정각", + "datePickerHourSemanticsLabelOther": "$hour시 정각", + "datePickerMinuteSemanticsLabelOne": "1분", + "datePickerMinuteSemanticsLabelOther": "$minute분", + "datePickerDateOrder": "ymd", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "오전", + "postMeridiemAbbreviation": "오후", + "alertDialogLabel": "알림", + "timerPickerHourLabelOne": "시간", + "timerPickerHourLabelOther": "시간", + "timerPickerMinuteLabelOne": "분", + "timerPickerMinuteLabelOther": "분", + "timerPickerSecondLabelOne": "초", + "timerPickerSecondLabelOther": "초", + "cutButtonLabel": "잘라냄", + "copyButtonLabel": "복사", + "pasteButtonLabel": "붙여넣기", + "selectAllButtonLabel": "전체 선택" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb new file mode 100644 index 000000000000..f72612631e04 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb @@ -0,0 +1,32 @@ +{ + "todayLabel": "Šiandien", + "datePickerHourSemanticsLabelFew": "$hour val.", + "datePickerHourSemanticsLabelMany": "$hour val.", + "datePickerMinuteSemanticsLabelFew": "$minute min.", + "datePickerMinuteSemanticsLabelMany": "$minute min.", + "timerPickerHourLabelFew": "val.", + "timerPickerHourLabelMany": "val.", + "timerPickerMinuteLabelFew": "min.", + "timerPickerMinuteLabelMany": "min.", + "timerPickerSecondLabelFew": "sek.", + "timerPickerSecondLabelMany": "sek.", + "datePickerHourSemanticsLabelOne": "$hour val.", + "datePickerHourSemanticsLabelOther": "$hour val.", + "datePickerMinuteSemanticsLabelOne": "1 min.", + "datePickerMinuteSemanticsLabelOther": "$minute min.", + "datePickerDateOrder": "y-M-d", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "priešpiet", + "postMeridiemAbbreviation": "popiet", + "alertDialogLabel": "Įspėjimas", + "timerPickerHourLabelOne": "val.", + "timerPickerHourLabelOther": "val.", + "timerPickerMinuteLabelOne": "min.", + "timerPickerMinuteLabelOther": "min.", + "timerPickerSecondLabelOne": "sek.", + "timerPickerSecondLabelOther": "sek.", + "cutButtonLabel": "Iškirpti", + "copyButtonLabel": "Kopijuoti", + "pasteButtonLabel": "Įklijuoti", + "selectAllButtonLabel": "Pasirinkti viską" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb new file mode 100644 index 000000000000..66332fe72410 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb @@ -0,0 +1,27 @@ +{ + "todayLabel": "Šodien", + "datePickerHourSemanticsLabelZero": "plkst. $hour", + "datePickerMinuteSemanticsLabelZero": "$minute minūtes", + "timerPickerHourLabelZero": "h", + "timerPickerMinuteLabelZero": "min", + "timerPickerSecondLabelZero": "s", + "datePickerHourSemanticsLabelOne": "plkst. $hour", + "datePickerHourSemanticsLabelOther": "plkst. $hour", + "datePickerMinuteSemanticsLabelOne": "1 minūte", + "datePickerMinuteSemanticsLabelOther": "$minute minūtes", + "datePickerDateOrder": "mdy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "priekšpusdienā", + "postMeridiemAbbreviation": "pēcpusdienā", + "alertDialogLabel": "Brīdinājums", + "timerPickerHourLabelOne": "h", + "timerPickerHourLabelOther": "h", + "timerPickerMinuteLabelOne": "min", + "timerPickerMinuteLabelOther": "min", + "timerPickerSecondLabelOne": "s", + "timerPickerSecondLabelOther": "s", + "cutButtonLabel": "Izgriezt", + "copyButtonLabel": "Kopēt", + "pasteButtonLabel": "Ielīmēt", + "selectAllButtonLabel": "Atlasīt visu" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb new file mode 100644 index 000000000000..e489a87275fc --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Өнөөдөр", + "datePickerHourSemanticsLabelOne": "$hour цаг", + "datePickerHourSemanticsLabelOther": "$hour цаг", + "datePickerMinuteSemanticsLabelOne": "1 минут", + "datePickerMinuteSemanticsLabelOther": "$minute минут", + "datePickerDateOrder": "mdy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "ӨГЛӨӨ", + "postMeridiemAbbreviation": "ОРОЙ", + "alertDialogLabel": "Сэрэмжлүүлэг", + "timerPickerHourLabelOne": "цаг", + "timerPickerHourLabelOther": "цаг", + "timerPickerMinuteLabelOne": "минут.", + "timerPickerMinuteLabelOther": "минут.", + "timerPickerSecondLabelOne": "секунд.", + "timerPickerSecondLabelOther": "секунд.", + "cutButtonLabel": "Таслах", + "copyButtonLabel": "Хуулах", + "pasteButtonLabel": "Буулгах", + "selectAllButtonLabel": "Бүгдийг сонгох" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb new file mode 100644 index 000000000000..f858be531eb6 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "आज", + "datePickerHourSemanticsLabelOne": "$hour वाजता", + "datePickerHourSemanticsLabelOther": "$hour वाजता", + "datePickerMinuteSemanticsLabelOne": "एक मिनिट", + "datePickerMinuteSemanticsLabelOther": "$minute मिनिटे", + "datePickerDateOrder": "mdy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "alertDialogLabel": "सूचना", + "timerPickerHourLabelOne": "तास", + "timerPickerHourLabelOther": "तास", + "timerPickerMinuteLabelOne": "मि.", + "timerPickerMinuteLabelOther": "मि.", + "timerPickerSecondLabelOne": "से.", + "timerPickerSecondLabelOther": "से.", + "cutButtonLabel": "कट करा", + "copyButtonLabel": "कॉपी करा", + "pasteButtonLabel": "पेस्ट करा", + "selectAllButtonLabel": "सर्व निवडा" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb new file mode 100644 index 000000000000..e9293500847a --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Hari ini", + "datePickerHourSemanticsLabelOne": "Pukul $hour", + "datePickerHourSemanticsLabelOther": "Pukul $hour", + "datePickerMinuteSemanticsLabelOne": "1 minit", + "datePickerMinuteSemanticsLabelOther": "$minute minit", + "datePickerDateOrder": "hbt", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "PG", + "postMeridiemAbbreviation": "PTG", + "alertDialogLabel": "Makluman", + "timerPickerHourLabelOne": "jam", + "timerPickerHourLabelOther": "jam", + "timerPickerMinuteLabelOne": "minit", + "timerPickerMinuteLabelOther": "minit", + "timerPickerSecondLabelOne": "saat", + "timerPickerSecondLabelOther": "saat", + "cutButtonLabel": "Potong", + "copyButtonLabel": "Salin", + "pasteButtonLabel": "Tampal", + "selectAllButtonLabel": "Pilih Semua" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb new file mode 100644 index 000000000000..164f59c94836 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "I dag", + "datePickerHourSemanticsLabelOne": "$hour null-null", + "datePickerHourSemanticsLabelOther": "$hour null-null", + "datePickerMinuteSemanticsLabelOne": "1 minutt", + "datePickerMinuteSemanticsLabelOther": "$minute minutter", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "alertDialogLabel": "Varsel", + "timerPickerHourLabelOne": "time", + "timerPickerHourLabelOther": "timer", + "timerPickerMinuteLabelOne": "min.", + "timerPickerMinuteLabelOther": "min.", + "timerPickerSecondLabelOne": "sek.", + "timerPickerSecondLabelOther": "sek.", + "cutButtonLabel": "Klipp ut", + "copyButtonLabel": "Kopiér", + "pasteButtonLabel": "Lim inn", + "selectAllButtonLabel": "Velg alle" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb new file mode 100644 index 000000000000..e6c96f6387e0 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Vandaag", + "datePickerHourSemanticsLabelOne": "$hour uur", + "datePickerHourSemanticsLabelOther": "$hour uur", + "datePickerMinuteSemanticsLabelOne": "1 minuut", + "datePickerMinuteSemanticsLabelOther": "$minute minuten", + "datePickerDateOrder": "dmj", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "am", + "postMeridiemAbbreviation": "pm", + "alertDialogLabel": "Melding", + "timerPickerHourLabelOne": "uur", + "timerPickerHourLabelOther": "uur", + "timerPickerMinuteLabelOne": "min.", + "timerPickerMinuteLabelOther": "min.", + "timerPickerSecondLabelOne": "sec.", + "timerPickerSecondLabelOther": "sec.", + "cutButtonLabel": "Knippen", + "copyButtonLabel": "Kopiëren", + "pasteButtonLabel": "Plakken", + "selectAllButtonLabel": "Alles selecteren" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb new file mode 100644 index 000000000000..c3dae9d478eb --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb @@ -0,0 +1,32 @@ +{ + "todayLabel": "Dziś", + "datePickerHourSemanticsLabelFew": "$hour", + "datePickerHourSemanticsLabelMany": "$hour", + "datePickerMinuteSemanticsLabelFew": "$minute minuty", + "datePickerMinuteSemanticsLabelMany": "$minute minut", + "timerPickerHourLabelFew": "godziny", + "timerPickerHourLabelMany": "godzin", + "timerPickerMinuteLabelFew": "min", + "timerPickerMinuteLabelMany": "min", + "timerPickerSecondLabelFew": "s", + "timerPickerSecondLabelMany": "s", + "datePickerHourSemanticsLabelOne": "$hour", + "datePickerHourSemanticsLabelOther": "$hour", + "datePickerMinuteSemanticsLabelOne": "1 minuta", + "datePickerMinuteSemanticsLabelOther": "$minute minuty", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "alertDialogLabel": "Alert", + "timerPickerHourLabelOne": "godzina", + "timerPickerHourLabelOther": "godziny", + "timerPickerMinuteLabelOne": "min", + "timerPickerMinuteLabelOther": "min", + "timerPickerSecondLabelOne": "s", + "timerPickerSecondLabelOther": "s", + "cutButtonLabel": "Wytnij", + "copyButtonLabel": "Kopiuj", + "pasteButtonLabel": "Wklej", + "selectAllButtonLabel": "Wybierz wszystkie" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb new file mode 100644 index 000000000000..cde5d6fd3b92 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Hoje", + "datePickerHourSemanticsLabelOne": "$hour em ponto", + "datePickerHourSemanticsLabelOther": "$hour em ponto", + "datePickerMinuteSemanticsLabelOne": "1 minuto", + "datePickerMinuteSemanticsLabelOther": "$minute minutos", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "Manhã", + "postMeridiemAbbreviation": "Tarde/noite", + "alertDialogLabel": "Alerta", + "timerPickerHourLabelOne": "hora", + "timerPickerHourLabelOther": "horas", + "timerPickerMinuteLabelOne": "min", + "timerPickerMinuteLabelOther": "min", + "timerPickerSecondLabelOne": "s", + "timerPickerSecondLabelOther": "s", + "cutButtonLabel": "Cortar", + "copyButtonLabel": "Copiar", + "pasteButtonLabel": "Colar", + "selectAllButtonLabel": "Selecionar Tudo" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb new file mode 100644 index 000000000000..a51020e73ac4 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Hoje", + "datePickerHourSemanticsLabelOne": "$hour", + "datePickerHourSemanticsLabelOther": "$hour", + "datePickerMinuteSemanticsLabelOne": "1 minuto", + "datePickerMinuteSemanticsLabelOther": "$minute minutos", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "alertDialogLabel": "Alerta", + "timerPickerHourLabelOne": "hora", + "timerPickerHourLabelOther": "horas", + "timerPickerMinuteLabelOne": "min", + "timerPickerMinuteLabelOther": "min", + "timerPickerSecondLabelOne": "seg", + "timerPickerSecondLabelOther": "seg", + "cutButtonLabel": "Cortar", + "copyButtonLabel": "Copiar", + "pasteButtonLabel": "Colar", + "selectAllButtonLabel": "Selecionar tudo" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb new file mode 100644 index 000000000000..08cddceac9a3 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb @@ -0,0 +1,27 @@ +{ + "todayLabel": "Azi", + "datePickerHourSemanticsLabelFew": "Ora $hour", + "datePickerMinuteSemanticsLabelFew": "$minute minute", + "timerPickerHourLabelFew": "ore", + "timerPickerMinuteLabelFew": "min.", + "timerPickerSecondLabelFew": "sec.", + "datePickerHourSemanticsLabelOne": "Ora $hour", + "datePickerHourSemanticsLabelOther": "Ora $hour", + "datePickerMinuteSemanticsLabelOne": "1 minut", + "datePickerMinuteSemanticsLabelOther": "$minute de minute", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "a.m.", + "postMeridiemAbbreviation": "p.m.", + "alertDialogLabel": "Alertă", + "timerPickerHourLabelOne": "oră", + "timerPickerHourLabelOther": "de ore", + "timerPickerMinuteLabelOne": "min.", + "timerPickerMinuteLabelOther": "min.", + "timerPickerSecondLabelOne": "sec.", + "timerPickerSecondLabelOther": "sec.", + "cutButtonLabel": "Decupați", + "copyButtonLabel": "Copiați", + "pasteButtonLabel": "Inserați", + "selectAllButtonLabel": "Selectați-le pe toate" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb new file mode 100644 index 000000000000..4e080a965493 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb @@ -0,0 +1,32 @@ +{ + "todayLabel": "Сегодня", + "datePickerHourSemanticsLabelFew": "$hour часа ровно", + "datePickerHourSemanticsLabelMany": "$hour часов ровно", + "datePickerMinuteSemanticsLabelFew": "$minute минуты", + "datePickerMinuteSemanticsLabelMany": "$minute минут", + "timerPickerHourLabelFew": "часа", + "timerPickerHourLabelMany": "часов", + "timerPickerMinuteLabelFew": "мин.", + "timerPickerMinuteLabelMany": "мин.", + "timerPickerSecondLabelFew": "сек.", + "timerPickerSecondLabelMany": "сек.", + "datePickerHourSemanticsLabelOne": "$hour час ровно", + "datePickerHourSemanticsLabelOther": "$hour часа ровно", + "datePickerMinuteSemanticsLabelOne": "1 минута", + "datePickerMinuteSemanticsLabelOther": "$minute минуты", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "АМ", + "postMeridiemAbbreviation": "PM", + "alertDialogLabel": "Оповещение", + "timerPickerHourLabelOne": "час", + "timerPickerHourLabelOther": "часа", + "timerPickerMinuteLabelOne": "мин.", + "timerPickerMinuteLabelOther": "мин.", + "timerPickerSecondLabelOne": "сек.", + "timerPickerSecondLabelOther": "сек.", + "cutButtonLabel": "Вырезать", + "copyButtonLabel": "Копировать", + "pasteButtonLabel": "Вставить", + "selectAllButtonLabel": "Выбрать все" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb new file mode 100644 index 000000000000..3b0e3da84e30 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb @@ -0,0 +1,32 @@ +{ + "todayLabel": "Dnes", + "datePickerHourSemanticsLabelFew": "$hour hodiny", + "datePickerHourSemanticsLabelMany": "$hour hodiny", + "datePickerMinuteSemanticsLabelFew": "$minute minúty", + "datePickerMinuteSemanticsLabelMany": "$minute minúty", + "timerPickerHourLabelFew": "hodiny", + "timerPickerHourLabelMany": "hodiny", + "timerPickerMinuteLabelFew": "min", + "timerPickerMinuteLabelMany": "min", + "timerPickerSecondLabelFew": "s", + "timerPickerSecondLabelMany": "s", + "datePickerHourSemanticsLabelOne": "$hour hodina", + "datePickerHourSemanticsLabelOther": "$hour hodín", + "datePickerMinuteSemanticsLabelOne": "1 minúta", + "datePickerMinuteSemanticsLabelOther": "$minute minút", + "datePickerDateOrder": "mdy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "alertDialogLabel": "Upozornenie", + "timerPickerHourLabelOne": "hodina", + "timerPickerHourLabelOther": "hodín", + "timerPickerMinuteLabelOne": "min", + "timerPickerMinuteLabelOther": "min", + "timerPickerSecondLabelOne": "s", + "timerPickerSecondLabelOther": "s", + "cutButtonLabel": "Vystrihnúť", + "copyButtonLabel": "Kopírovať", + "pasteButtonLabel": "Prilepiť", + "selectAllButtonLabel": "Vybrať všetko" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb new file mode 100644 index 000000000000..65869012299b --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb @@ -0,0 +1,32 @@ +{ + "todayLabel": "Danes", + "datePickerHourSemanticsLabelTwo": "$hour", + "datePickerHourSemanticsLabelFew": "$hour", + "datePickerMinuteSemanticsLabelTwo": "$minute minuti", + "datePickerMinuteSemanticsLabelFew": "$minute minute", + "timerPickerHourLabelTwo": "ure", + "timerPickerHourLabelFew": "ure", + "timerPickerMinuteLabelTwo": "min", + "timerPickerMinuteLabelFew": "min", + "timerPickerSecondLabelTwo": "s", + "timerPickerSecondLabelFew": "s", + "datePickerHourSemanticsLabelOne": "$hour", + "datePickerHourSemanticsLabelOther": "$hour", + "datePickerMinuteSemanticsLabelOne": "1 minuta", + "datePickerMinuteSemanticsLabelOther": "$minute minut", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "DOP.", + "postMeridiemAbbreviation": "POP.", + "alertDialogLabel": "Opozorilo", + "timerPickerHourLabelOne": "ura", + "timerPickerHourLabelOther": "ure", + "timerPickerMinuteLabelOne": "min", + "timerPickerMinuteLabelOther": "min", + "timerPickerSecondLabelOne": "s", + "timerPickerSecondLabelOther": "s", + "cutButtonLabel": "Izreži", + "copyButtonLabel": "Kopiraj", + "pasteButtonLabel": "Prilepi", + "selectAllButtonLabel": "Izberi vse" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb new file mode 100644 index 000000000000..954e6718b8cf --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb @@ -0,0 +1,27 @@ +{ + "todayLabel": "Данас", + "datePickerHourSemanticsLabelFew": "$hour сата", + "datePickerMinuteSemanticsLabelFew": "$minute минута", + "timerPickerHourLabelFew": "сата", + "timerPickerMinuteLabelFew": "мин", + "timerPickerSecondLabelFew": "сек", + "datePickerHourSemanticsLabelOne": "$hour сат", + "datePickerHourSemanticsLabelOther": "$hour сати", + "datePickerMinuteSemanticsLabelOne": "1 минут", + "datePickerMinuteSemanticsLabelOther": "$minute минута", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "пре подне", + "postMeridiemAbbreviation": "по подне", + "alertDialogLabel": "Обавештење", + "timerPickerHourLabelOne": "сат", + "timerPickerHourLabelOther": "сати", + "timerPickerMinuteLabelOne": "мин", + "timerPickerMinuteLabelOther": "мин", + "timerPickerSecondLabelOne": "сек", + "timerPickerSecondLabelOther": "сек", + "cutButtonLabel": "Исеци", + "copyButtonLabel": "Копирај", + "pasteButtonLabel": "Налепи", + "selectAllButtonLabel": "Изабери све" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb new file mode 100644 index 000000000000..6d06a4e126cb --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb @@ -0,0 +1,27 @@ +{ + "todayLabel": "Danas", + "datePickerHourSemanticsLabelFew": "$hour sata", + "datePickerMinuteSemanticsLabelFew": "$minute minuta", + "timerPickerHourLabelFew": "sata", + "timerPickerMinuteLabelFew": "min", + "timerPickerSecondLabelFew": "sek", + "datePickerHourSemanticsLabelOne": "$hour sat", + "datePickerHourSemanticsLabelOther": "$hour sati", + "datePickerMinuteSemanticsLabelOne": "1 minut", + "datePickerMinuteSemanticsLabelOther": "$minute minuta", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "pre podne", + "postMeridiemAbbreviation": "po podne", + "alertDialogLabel": "Obaveštenje", + "timerPickerHourLabelOne": "sat", + "timerPickerHourLabelOther": "sati", + "timerPickerMinuteLabelOne": "min", + "timerPickerMinuteLabelOther": "min", + "timerPickerSecondLabelOne": "sek", + "timerPickerSecondLabelOther": "sek", + "cutButtonLabel": "Iseci", + "copyButtonLabel": "Kopiraj", + "pasteButtonLabel": "Nalepi", + "selectAllButtonLabel": "Izaberi sve" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb new file mode 100644 index 000000000000..0319d2bc70cd --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "I dag", + "datePickerHourSemanticsLabelOne": "Klockan $hour", + "datePickerHourSemanticsLabelOther": "Klockan $hour", + "datePickerMinuteSemanticsLabelOne": "1 minut", + "datePickerMinuteSemanticsLabelOther": "$minute minuter", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "FM", + "postMeridiemAbbreviation": "EM", + "alertDialogLabel": "Varning", + "timerPickerHourLabelOne": "timme", + "timerPickerHourLabelOther": "timmar", + "timerPickerMinuteLabelOne": "min", + "timerPickerMinuteLabelOther": "min", + "timerPickerSecondLabelOne": "sek", + "timerPickerSecondLabelOther": "sek", + "cutButtonLabel": "Klipp ut", + "copyButtonLabel": "Kopiera", + "pasteButtonLabel": "Klistra in", + "selectAllButtonLabel": "Markera alla" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb new file mode 100644 index 000000000000..f947817d269e --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Leo", + "datePickerHourSemanticsLabelOne": "Saa $hour kamili", + "datePickerHourSemanticsLabelOther": "Saa $hour kamili", + "datePickerMinuteSemanticsLabelOne": "Dakika 1", + "datePickerMinuteSemanticsLabelOther": "Dakika $minute", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "alertDialogLabel": "Arifa", + "timerPickerHourLabelOne": "saa", + "timerPickerHourLabelOther": "saa", + "timerPickerMinuteLabelOne": "dakika", + "timerPickerMinuteLabelOther": "dakika", + "timerPickerSecondLabelOne": "sekunde", + "timerPickerSecondLabelOther": "sekunde", + "cutButtonLabel": "Kata", + "copyButtonLabel": "Nakili", + "pasteButtonLabel": "Bandika", + "selectAllButtonLabel": "Teua Zote" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb new file mode 100644 index 000000000000..3180e4b73b94 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "இன்று", + "datePickerHourSemanticsLabelOne": "$hour மணி", + "datePickerHourSemanticsLabelOther": "$hour மணி", + "datePickerMinuteSemanticsLabelOne": "1 நிமிடம்", + "datePickerMinuteSemanticsLabelOther": "$minute நிமிடங்கள்", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "alertDialogLabel": "விழிப்பூட்டல்", + "timerPickerHourLabelOne": "மணிநேரம்", + "timerPickerHourLabelOther": "மணிநேரம்", + "timerPickerMinuteLabelOne": "நிமி.", + "timerPickerMinuteLabelOther": "நிமி.", + "timerPickerSecondLabelOne": "வி.", + "timerPickerSecondLabelOther": "வி.", + "cutButtonLabel": "வெட்டு", + "copyButtonLabel": "நகலெடு", + "pasteButtonLabel": "ஒட்டு", + "selectAllButtonLabel": "எல்லாம் தேர்ந்தெடு" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb new file mode 100644 index 000000000000..4ec99510bb36 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "วันนี้", + "datePickerHourSemanticsLabelOne": "$hour นาฬิกา", + "datePickerHourSemanticsLabelOther": "$hour นาฬิกา", + "datePickerMinuteSemanticsLabelOne": "1 นาที", + "datePickerMinuteSemanticsLabelOther": "$minute นาที", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "alertDialogLabel": "การแจ้งเตือน", + "timerPickerHourLabelOne": "ชั่วโมง", + "timerPickerHourLabelOther": "ชั่วโมง", + "timerPickerMinuteLabelOne": "นาที", + "timerPickerMinuteLabelOther": "นาที", + "timerPickerSecondLabelOne": "วินาที", + "timerPickerSecondLabelOther": "วินาที", + "cutButtonLabel": "ตัด", + "copyButtonLabel": "คัดลอก", + "pasteButtonLabel": "วาง", + "selectAllButtonLabel": "เลือกทั้งหมด" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb new file mode 100644 index 000000000000..95a185a52776 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Ngayon", + "datePickerHourSemanticsLabelOne": "Ala $hour", + "datePickerHourSemanticsLabelOther": "Alas $hour", + "datePickerMinuteSemanticsLabelOne": "1 minuto", + "datePickerMinuteSemanticsLabelOther": "$minute na minuto", + "datePickerDateOrder": "mdy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "alertDialogLabel": "Alerto", + "timerPickerHourLabelOne": "oras", + "timerPickerHourLabelOther": "na oras", + "timerPickerMinuteLabelOne": "min.", + "timerPickerMinuteLabelOther": "na min.", + "timerPickerSecondLabelOne": "seg.", + "timerPickerSecondLabelOther": "na seg.", + "cutButtonLabel": "I-cut", + "copyButtonLabel": "Kopyahin", + "pasteButtonLabel": "I-paste", + "selectAllButtonLabel": "Piliin Lahat" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb index 2004c45860fe..199d8124dacc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb @@ -1,7 +1,7 @@ { - "datePickerHourSemanticsLabelOne": "bir saat", - "datePickerHourSemanticsLabelOther": "$hour saat", - "datePickerMinuteSemanticsLabelOne": "bir dakika", + "datePickerHourSemanticsLabelOne": "Saat $hour", + "datePickerHourSemanticsLabelOther": "Saat $hour", + "datePickerMinuteSemanticsLabelOne": "1 dakika", "datePickerMinuteSemanticsLabelOther": "$minute dakika", "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", @@ -19,4 +19,4 @@ "copyButtonLabel": "Kopyala", "pasteButtonLabel": "Yapıştır", "selectAllButtonLabel": "Tümünü Seç" -} \ No newline at end of file +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb new file mode 100644 index 000000000000..80e0b5dd3af3 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb @@ -0,0 +1,32 @@ +{ + "todayLabel": "Сьогодні", + "datePickerHourSemanticsLabelFew": "$hour години", + "datePickerHourSemanticsLabelMany": "$hour годин", + "datePickerMinuteSemanticsLabelFew": "$minute хвилини", + "datePickerMinuteSemanticsLabelMany": "$minute хвилин", + "timerPickerHourLabelFew": "години", + "timerPickerHourLabelMany": "годин", + "timerPickerMinuteLabelFew": "хв", + "timerPickerMinuteLabelMany": "хв", + "timerPickerSecondLabelFew": "с", + "timerPickerSecondLabelMany": "с", + "datePickerHourSemanticsLabelOne": "$hour година", + "datePickerHourSemanticsLabelOther": "$hour години", + "datePickerMinuteSemanticsLabelOne": "1 хвилина", + "datePickerMinuteSemanticsLabelOther": "$minute хвилини", + "datePickerDateOrder": "mdy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "дп", + "postMeridiemAbbreviation": "пп", + "alertDialogLabel": "Сповіщення", + "timerPickerHourLabelOne": "година", + "timerPickerHourLabelOther": "години", + "timerPickerMinuteLabelOne": "хв", + "timerPickerMinuteLabelOther": "хв", + "timerPickerSecondLabelOne": "с", + "timerPickerSecondLabelOther": "с", + "cutButtonLabel": "Вирізати", + "copyButtonLabel": "Копіювати", + "pasteButtonLabel": "Вставити", + "selectAllButtonLabel": "Вибрати все" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb new file mode 100644 index 000000000000..3677929a242d --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "آج", + "datePickerHourSemanticsLabelOne": "$hour بجے", + "datePickerHourSemanticsLabelOther": "$hour بجے", + "datePickerMinuteSemanticsLabelOne": "1 منٹ", + "datePickerMinuteSemanticsLabelOther": "$minute منٹس", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "alertDialogLabel": "الرٹ", + "timerPickerHourLabelOne": "گھنٹہ", + "timerPickerHourLabelOther": "گھنٹے", + "timerPickerMinuteLabelOne": "منٹ۔", + "timerPickerMinuteLabelOther": "منٹ۔", + "timerPickerSecondLabelOne": "سیکنڈ۔", + "timerPickerSecondLabelOther": "سیکنڈ۔", + "cutButtonLabel": "کٹ کریں", + "copyButtonLabel": "کاپی کریں", + "pasteButtonLabel": "پیسٹ کریں", + "selectAllButtonLabel": "سبھی منتخب کریں" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb new file mode 100644 index 000000000000..097d7b3e3c7d --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "Hôm nay", + "datePickerHourSemanticsLabelOne": "$hour giờ", + "datePickerHourSemanticsLabelOther": "$hour giờ", + "datePickerMinuteSemanticsLabelOne": "1 phút", + "datePickerMinuteSemanticsLabelOther": "$minute phút", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "SÁNG", + "postMeridiemAbbreviation": "CHIỀU", + "alertDialogLabel": "Thông báo", + "timerPickerHourLabelOne": "giờ", + "timerPickerHourLabelOther": "giờ", + "timerPickerMinuteLabelOne": "phút", + "timerPickerMinuteLabelOther": "phút", + "timerPickerSecondLabelOne": "giây", + "timerPickerSecondLabelOther": "giây", + "cutButtonLabel": "Cắt", + "copyButtonLabel": "Sao chép", + "pasteButtonLabel": "Dán", + "selectAllButtonLabel": "Chọn tất cả" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb new file mode 100644 index 000000000000..251266b11cf1 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "今天", + "datePickerHourSemanticsLabelOne": "$hour 点", + "datePickerHourSemanticsLabelOther": "$hour 点", + "datePickerMinuteSemanticsLabelOne": "1 分钟", + "datePickerMinuteSemanticsLabelOther": "$minute 分钟", + "datePickerDateOrder": "ymd", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "上午", + "postMeridiemAbbreviation": "下午", + "alertDialogLabel": "提醒", + "timerPickerHourLabelOne": "小时", + "timerPickerHourLabelOther": "小时", + "timerPickerMinuteLabelOne": "分钟", + "timerPickerMinuteLabelOther": "分钟", + "timerPickerSecondLabelOne": "秒", + "timerPickerSecondLabelOther": "秒", + "cutButtonLabel": "剪切", + "copyButtonLabel": "复制", + "pasteButtonLabel": "粘贴", + "selectAllButtonLabel": "全选" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb new file mode 100644 index 000000000000..59ca0769e0e5 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "今天", + "datePickerHourSemanticsLabelOne": "$hour 點", + "datePickerHourSemanticsLabelOther": "$hour 點", + "datePickerMinuteSemanticsLabelOne": "1 分", + "datePickerMinuteSemanticsLabelOther": "$minute 分", + "datePickerDateOrder": "ymd", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "上午", + "postMeridiemAbbreviation": "下午", + "alertDialogLabel": "快訊", + "timerPickerHourLabelOne": "小時", + "timerPickerHourLabelOther": "小時", + "timerPickerMinuteLabelOne": "分", + "timerPickerMinuteLabelOther": "分", + "timerPickerSecondLabelOne": "秒", + "timerPickerSecondLabelOther": "秒", + "cutButtonLabel": "剪下", + "copyButtonLabel": "複製", + "pasteButtonLabel": "貼上", + "selectAllButtonLabel": "全選" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb new file mode 100644 index 000000000000..59ca0769e0e5 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb @@ -0,0 +1,22 @@ +{ + "todayLabel": "今天", + "datePickerHourSemanticsLabelOne": "$hour 點", + "datePickerHourSemanticsLabelOther": "$hour 點", + "datePickerMinuteSemanticsLabelOne": "1 分", + "datePickerMinuteSemanticsLabelOther": "$minute 分", + "datePickerDateOrder": "ymd", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "上午", + "postMeridiemAbbreviation": "下午", + "alertDialogLabel": "快訊", + "timerPickerHourLabelOne": "小時", + "timerPickerHourLabelOther": "小時", + "timerPickerMinuteLabelOne": "分", + "timerPickerMinuteLabelOther": "分", + "timerPickerSecondLabelOne": "秒", + "timerPickerSecondLabelOther": "秒", + "cutButtonLabel": "剪下", + "copyButtonLabel": "複製", + "pasteButtonLabel": "貼上", + "selectAllButtonLabel": "全選" +} diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index 3ed8a4fe8ca5..b2e0c96ee336 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -21,13 +21,13 @@ import '../cupertino_localizations.dart'; // bottom of this file, and used by the [_GlobalCupertinoLocalizationsDelegate.load] // method defined in `flutter_localizations/lib/src/cupertino_localizations.dart`. -/// The translations for English (`en`). -class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for English. +/// The translations for Arabic (`ar`). +class CupertinoLocalizationAr extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Arabic. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEn({ - String localeName = 'en', + const CupertinoLocalizationAr({ + String localeName = 'ar', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -49,73 +49,281 @@ class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Alert'; + String get alertDialogLabel => r'تنبيه'; + + @override + String get anteMeridiemAbbreviation => r'ص'; + + @override + String get copyButtonLabel => r'نسخ'; + + @override + String get cutButtonLabel => r'قص'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => r'$hour بالضبط'; + + @override + String get datePickerHourSemanticsLabelMany => r'$hour بالضبط'; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour بالضبط'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour بالضبط'; + + @override + String get datePickerHourSemanticsLabelTwo => r'$hour بالضبط'; + + @override + String get datePickerHourSemanticsLabelZero => r'$hour بالضبط'; + + @override + String get datePickerMinuteSemanticsLabelFew => r'$minute دقائق'; + + @override + String get datePickerMinuteSemanticsLabelMany => r'$minute دقيقة​'; + + @override + String get datePickerMinuteSemanticsLabelOne => r'دقيقة واحدة'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute دقيقة​'; + + @override + String get datePickerMinuteSemanticsLabelTwo => r'دقيقتان ($minute)'; + + @override + String get datePickerMinuteSemanticsLabelZero => r'$minute دقيقة​'; + + @override + String get pasteButtonLabel => r'لصق'; + + @override + String get postMeridiemAbbreviation => r'م'; + + @override + String get selectAllButtonLabel => r'اختيار الكل'; + + @override + String get timerPickerHourLabelFew => r'ساعات'; + + @override + String get timerPickerHourLabelMany => r'ساعة'; + + @override + String get timerPickerHourLabelOne => r'ساعة'; + + @override + String get timerPickerHourLabelOther => r'ساعة'; + + @override + String get timerPickerHourLabelTwo => r'ساعتان'; + + @override + String get timerPickerHourLabelZero => r'ساعة'; + + @override + String get timerPickerMinuteLabelFew => r'دقائق'; + + @override + String get timerPickerMinuteLabelMany => r'دقيقة'; + + @override + String get timerPickerMinuteLabelOne => r'دقيقة واحدة'; + + @override + String get timerPickerMinuteLabelOther => r'دقيقة'; + + @override + String get timerPickerMinuteLabelTwo => r'دقيقتان'; + + @override + String get timerPickerMinuteLabelZero => r'دقيقة'; + + @override + String get timerPickerSecondLabelFew => r'ثوانٍ'; + + @override + String get timerPickerSecondLabelMany => r'ثانية'; + + @override + String get timerPickerSecondLabelOne => r'ثانية واحدة'; + + @override + String get timerPickerSecondLabelOther => r'ثانية'; + + @override + String get timerPickerSecondLabelTwo => r'ثانيتان'; + + @override + String get timerPickerSecondLabelZero => r'ثانية'; + + @override + String get todayLabel => r'اليوم'; +} + +/// The translations for Bulgarian (`bg`). +class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Bulgarian. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationBg({ + String localeName = 'bg', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Сигнал'; @override String get anteMeridiemAbbreviation => r'AM'; @override - String get copyButtonLabel => r'Copy'; + String get copyButtonLabel => r'Копиране'; @override - String get cutButtonLabel => r'Cut'; + String get cutButtonLabel => r'Изрязване'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => r'мдг'; @override String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelOne => r'$hour o' "'" r'clock'; + String get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelOther => r'$hour o' "'" r'clock'; + String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minute'; + String get datePickerHourSemanticsLabelOne => r'$hour часа'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minutes'; + String get datePickerHourSemanticsLabelOther => r'$hour часа'; @override - String get pasteButtonLabel => r'Paste'; + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 минута'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute минути'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Поставяне'; @override String get postMeridiemAbbreviation => r'PM'; @override - String get selectAllButtonLabel => r'Select All'; + String get selectAllButtonLabel => r'Избиране на всички'; @override - String get timerPickerHourLabelOne => r'hour'; + String get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelOther => r'hours'; + String get timerPickerHourLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'min.'; + String get timerPickerHourLabelOne => r'час'; @override - String get timerPickerMinuteLabelOther => r'min.'; + String get timerPickerHourLabelOther => r'часа'; @override - String get timerPickerSecondLabelOne => r'sec.'; + String get timerPickerHourLabelTwo => null; @override - String get timerPickerSecondLabelOther => r'sec.'; + String get timerPickerHourLabelZero => null; @override - String get todayLabel => r'Today'; + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'мин'; + + @override + String get timerPickerMinuteLabelOther => r'мин'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'сек'; + + @override + String get timerPickerSecondLabelOther => r'сек'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Днес'; } -/// The translations for French (`fr`). -class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for French. +/// The translations for Bosnian (`bs`). +class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Bosnian. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationFr({ - String localeName = 'fr', + const CupertinoLocalizationBs({ + String localeName = 'bs', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -137,16 +345,16 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Alerte'; + String get alertDialogLabel => r'Upozorenje'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => r'prijepodne'; @override - String get copyButtonLabel => r'Copier'; + String get copyButtonLabel => r'Kopiraj'; @override - String get cutButtonLabel => r'Couper'; + String get cutButtonLabel => r'Izreži'; @override String get datePickerDateOrderString => r'dmy'; @@ -155,55 +363,115 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelOne => r'une heure'; + String get datePickerHourSemanticsLabelFew => r'$hour sata'; @override - String get datePickerHourSemanticsLabelOther => r'$hour heures'; + String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'une minute'; + String get datePickerHourSemanticsLabelOne => r'$hour sat'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minutes'; + String get datePickerHourSemanticsLabelOther => r'$hour sati'; @override - String get pasteButtonLabel => r'Coller'; + String get datePickerHourSemanticsLabelTwo => null; @override - String get postMeridiemAbbreviation => r'PM'; + String get datePickerHourSemanticsLabelZero => null; @override - String get selectAllButtonLabel => r'Tout sélect.'; + String get datePickerMinuteSemanticsLabelFew => r'$minute minute'; @override - String get timerPickerHourLabelOne => r'heure'; + String get datePickerMinuteSemanticsLabelMany => null; @override - String get timerPickerHourLabelOther => r'heures'; + String get datePickerMinuteSemanticsLabelOne => r'Jedna minuta'; @override - String get timerPickerMinuteLabelOne => r'minute'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minuta'; @override - String get timerPickerMinuteLabelOther => r'minutes'; + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Zalijepi'; + + @override + String get postMeridiemAbbreviation => r'popodne'; + + @override + String get selectAllButtonLabel => r'Odaberi sve'; + + @override + String get timerPickerHourLabelFew => r'sata'; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'sat'; + + @override + String get timerPickerHourLabelOther => r'sati'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => r'min'; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min'; + + @override + String get timerPickerMinuteLabelOther => r'min'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => r's'; + + @override + String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => null; + String get timerPickerSecondLabelOne => r's'; @override String get timerPickerSecondLabelOther => r's'; @override - String get todayLabel => r'aujourd' "'" r'hui'; + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Danas'; } -/// The translations for Turkish (`tr`). -class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Turkish. +/// The translations for Catalan Valencian (`ca`). +class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Catalan Valencian. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationTr({ - String localeName = 'tr', + const CupertinoLocalizationCa({ + String localeName = 'ca', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -225,16 +493,16 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Uyarı'; + String get alertDialogLabel => r'Alerta'; @override - String get anteMeridiemAbbreviation => r'ÖÖ'; + String get anteMeridiemAbbreviation => r'AM'; @override - String get copyButtonLabel => r'Kopyala'; + String get copyButtonLabel => r'Copia'; @override - String get cutButtonLabel => r'Kes'; + String get cutButtonLabel => r'Retalla'; @override String get datePickerDateOrderString => r'dmy'; @@ -243,46 +511,8693 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelOne => r'bir saat'; + String get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelOther => r'$hour saat'; + String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'bir dakika'; + String get datePickerHourSemanticsLabelOne => r'$hour en punt'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute dakika'; + String get datePickerHourSemanticsLabelOther => r'$hour en punt'; @override - String get pasteButtonLabel => r'Yapıştır'; + String get datePickerHourSemanticsLabelTwo => null; @override - String get postMeridiemAbbreviation => r'ÖS'; + String get datePickerHourSemanticsLabelZero => null; @override - String get selectAllButtonLabel => r'Tümünü Seç'; + String get datePickerMinuteSemanticsLabelFew => null; @override - String get timerPickerHourLabelOne => r'saat'; + String get datePickerMinuteSemanticsLabelMany => null; @override - String get timerPickerHourLabelOther => r'saat'; + String get datePickerMinuteSemanticsLabelOne => r'1 minut'; @override - String get timerPickerMinuteLabelOne => r'dk.'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minuts'; @override - String get timerPickerMinuteLabelOther => r'dk.'; + String get datePickerMinuteSemanticsLabelTwo => null; @override - String get timerPickerSecondLabelOne => r'sn.'; + String get datePickerMinuteSemanticsLabelZero => null; @override - String get timerPickerSecondLabelOther => r'sn.'; + String get pasteButtonLabel => r'Enganxa'; @override - String get todayLabel => r'Bugün'; + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'Selecciona-ho tot'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'hora'; + + @override + String get timerPickerHourLabelOther => r'hores'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min'; + + @override + String get timerPickerMinuteLabelOther => r'min'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r's'; + + @override + String get timerPickerSecondLabelOther => r's'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Avui'; +} + +/// The translations for Czech (`cs`). +class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Czech. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationCs({ + String localeName = 'cs', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Upozornění'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'Kopírovat'; + + @override + String get cutButtonLabel => r'Vyjmout'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => r'$hour hodiny'; + + @override + String get datePickerHourSemanticsLabelMany => r'$hour hodiny'; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour hodina'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour hodin'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => r'$minute minuty'; + + @override + String get datePickerMinuteSemanticsLabelMany => r'$minute minuty'; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minuta'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minut'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Vložit'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'Vybrat vše'; + + @override + String get timerPickerHourLabelFew => r'hodiny'; + + @override + String get timerPickerHourLabelMany => r'hodiny'; + + @override + String get timerPickerHourLabelOne => r'hodina'; + + @override + String get timerPickerHourLabelOther => r'hodin'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => r'min'; + + @override + String get timerPickerMinuteLabelMany => r'min'; + + @override + String get timerPickerMinuteLabelOne => r'min'; + + @override + String get timerPickerMinuteLabelOther => r'min'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => r's'; + + @override + String get timerPickerSecondLabelMany => r's'; + + @override + String get timerPickerSecondLabelOne => r's'; + + @override + String get timerPickerSecondLabelOther => r's'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Dnes'; +} + +/// The translations for Danish (`da`). +class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Danish. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationDa({ + String localeName = 'da', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Underretning'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'Kopiér'; + + @override + String get cutButtonLabel => r'Klip'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'klokken $hour'; + + @override + String get datePickerHourSemanticsLabelOther => r'klokken $hour'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minut'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minutter'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Sæt ind'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'Vælg alle'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'time'; + + @override + String get timerPickerHourLabelOther => r'timer'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min.'; + + @override + String get timerPickerMinuteLabelOther => r'min.'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'sek.'; + + @override + String get timerPickerSecondLabelOther => r'sek.'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'I dag'; +} + +/// The translations for German (`de`). +class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for German. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationDe({ + String localeName = 'de', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Benachrichtigung'; + + @override + String get anteMeridiemAbbreviation => r'VORM.'; + + @override + String get copyButtonLabel => r'Kopieren'; + + @override + String get cutButtonLabel => r'Ausschneiden'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour Uhr'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour Uhr'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 Minute'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute Minuten'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Einfügen'; + + @override + String get postMeridiemAbbreviation => r'NACHM.'; + + @override + String get selectAllButtonLabel => r'Alles auswählen'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'Stunde'; + + @override + String get timerPickerHourLabelOther => r'Stunden'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min'; + + @override + String get timerPickerMinuteLabelOther => r'min'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r's'; + + @override + String get timerPickerSecondLabelOther => r's'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Heute'; +} + +/// The translations for Modern Greek (`el`). +class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Modern Greek. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEl({ + String localeName = 'el', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Ειδοποίηση'; + + @override + String get anteMeridiemAbbreviation => r'π.μ.'; + + @override + String get copyButtonLabel => r'Αντιγραφή'; + + @override + String get cutButtonLabel => r'Αποκοπή'; + + @override + String get datePickerDateOrderString => r'μηε'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour ακριβώς'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour ακριβώς'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 λεπτό'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute λεπτά'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Επικόλληση'; + + @override + String get postMeridiemAbbreviation => r'μ.μ.'; + + @override + String get selectAllButtonLabel => r'Επιλογή όλων'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'ώρα'; + + @override + String get timerPickerHourLabelOther => r'ώρες'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'λεπ.'; + + @override + String get timerPickerMinuteLabelOther => r'λεπ.'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'δευτ.'; + + @override + String get timerPickerSecondLabelOther => r'δευτ.'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Σήμερα'; +} + +/// The translations for English (`en`). +class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for English. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEn({ + String localeName = 'en', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Alert'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'Copy'; + + @override + String get cutButtonLabel => r'Cut'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour o' "'" r'clock'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour o' "'" r'clock'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minute'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minutes'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Paste'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'Select All'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'hour'; + + @override + String get timerPickerHourLabelOther => r'hours'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min.'; + + @override + String get timerPickerMinuteLabelOther => r'min.'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'sec.'; + + @override + String get timerPickerSecondLabelOther => r'sec.'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Today'; +} + +/// The translations for English, as used in Australia (`en_AU`). +class CupertinoLocalizationEnAu extends CupertinoLocalizationEn { + /// Create an instance of the translation bundle for English, as used in Australia. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEnAu({ + String localeName = 'en_AU', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get selectAllButtonLabel => r'Select all'; +} + +/// The translations for English, as used in Canada (`en_CA`). +class CupertinoLocalizationEnCa extends CupertinoLocalizationEn { + /// Create an instance of the translation bundle for English, as used in Canada. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEnCa({ + String localeName = 'en_CA', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get selectAllButtonLabel => r'Select all'; +} + +/// The translations for English, as used in the United Kingdom (`en_GB`). +class CupertinoLocalizationEnGb extends CupertinoLocalizationEn { + /// Create an instance of the translation bundle for English, as used in the United Kingdom. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEnGb({ + String localeName = 'en_GB', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get selectAllButtonLabel => r'Select all'; +} + +/// The translations for English, as used in Ireland (`en_IE`). +class CupertinoLocalizationEnIe extends CupertinoLocalizationEn { + /// Create an instance of the translation bundle for English, as used in Ireland. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEnIe({ + String localeName = 'en_IE', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get selectAllButtonLabel => r'Select all'; +} + +/// The translations for English, as used in India (`en_IN`). +class CupertinoLocalizationEnIn extends CupertinoLocalizationEn { + /// Create an instance of the translation bundle for English, as used in India. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEnIn({ + String localeName = 'en_IN', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get selectAllButtonLabel => r'Select all'; +} + +/// The translations for English, as used in Singapore (`en_SG`). +class CupertinoLocalizationEnSg extends CupertinoLocalizationEn { + /// Create an instance of the translation bundle for English, as used in Singapore. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEnSg({ + String localeName = 'en_SG', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get selectAllButtonLabel => r'Select all'; +} + +/// The translations for English, as used in South Africa (`en_ZA`). +class CupertinoLocalizationEnZa extends CupertinoLocalizationEn { + /// Create an instance of the translation bundle for English, as used in South Africa. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEnZa({ + String localeName = 'en_ZA', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get selectAllButtonLabel => r'Select all'; +} + +/// The translations for Spanish Castilian (`es`). +class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Spanish Castilian. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEs({ + String localeName = 'es', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Alerta'; + + @override + String get anteMeridiemAbbreviation => r'A.M.'; + + @override + String get copyButtonLabel => r'Copiar'; + + @override + String get cutButtonLabel => r'Cortar'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minuto'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minutos'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Pegar'; + + @override + String get postMeridiemAbbreviation => r'P.M.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todo'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'hora'; + + @override + String get timerPickerHourLabelOther => r'horas'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min'; + + @override + String get timerPickerMinuteLabelOther => r'min'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r's'; + + @override + String get timerPickerSecondLabelOther => r's'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Hoy'; +} + +/// The translations for Spanish Castilian, as used in Latin America and the Caribbean (`es_419`). +class CupertinoLocalizationEs419 extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Latin America and the Caribbean. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEs419({ + String localeName = 'es_419', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Argentina (`es_AR`). +class CupertinoLocalizationEsAr extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Argentina. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsAr({ + String localeName = 'es_AR', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Bolivia (`es_BO`). +class CupertinoLocalizationEsBo extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Bolivia. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsBo({ + String localeName = 'es_BO', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Chile (`es_CL`). +class CupertinoLocalizationEsCl extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Chile. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsCl({ + String localeName = 'es_CL', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Colombia (`es_CO`). +class CupertinoLocalizationEsCo extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Colombia. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsCo({ + String localeName = 'es_CO', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Costa Rica (`es_CR`). +class CupertinoLocalizationEsCr extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Costa Rica. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsCr({ + String localeName = 'es_CR', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in the Dominican Republic (`es_DO`). +class CupertinoLocalizationEsDo extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in the Dominican Republic. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsDo({ + String localeName = 'es_DO', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Ecuador (`es_EC`). +class CupertinoLocalizationEsEc extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Ecuador. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsEc({ + String localeName = 'es_EC', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Guatemala (`es_GT`). +class CupertinoLocalizationEsGt extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Guatemala. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsGt({ + String localeName = 'es_GT', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Honduras (`es_HN`). +class CupertinoLocalizationEsHn extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Honduras. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsHn({ + String localeName = 'es_HN', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Mexico (`es_MX`). +class CupertinoLocalizationEsMx extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Mexico. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsMx({ + String localeName = 'es_MX', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Nicaragua (`es_NI`). +class CupertinoLocalizationEsNi extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Nicaragua. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsNi({ + String localeName = 'es_NI', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Panama (`es_PA`). +class CupertinoLocalizationEsPa extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Panama. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsPa({ + String localeName = 'es_PA', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Peru (`es_PE`). +class CupertinoLocalizationEsPe extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Peru. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsPe({ + String localeName = 'es_PE', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Puerto Rico (`es_PR`). +class CupertinoLocalizationEsPr extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Puerto Rico. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsPr({ + String localeName = 'es_PR', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Paraguay (`es_PY`). +class CupertinoLocalizationEsPy extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Paraguay. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsPy({ + String localeName = 'es_PY', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in El Salvador (`es_SV`). +class CupertinoLocalizationEsSv extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in El Salvador. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsSv({ + String localeName = 'es_SV', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in the United States (`es_US`). +class CupertinoLocalizationEsUs extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in the United States. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsUs({ + String localeName = 'es_US', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Uruguay (`es_UY`). +class CupertinoLocalizationEsUy extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Uruguay. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsUy({ + String localeName = 'es_UY', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Venezuela (`es_VE`). +class CupertinoLocalizationEsVe extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Venezuela. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsVe({ + String localeName = 'es_VE', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Estonian (`et`). +class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Estonian. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEt({ + String localeName = 'et', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Märguanne'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'Kopeeri'; + + @override + String get cutButtonLabel => r'Lõika'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'Kell $hour'; + + @override + String get datePickerHourSemanticsLabelOther => r'Kell $hour'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minut'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minutit'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Kleebi'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'Vali kõik'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'tund'; + + @override + String get timerPickerHourLabelOther => r'tundi'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min'; + + @override + String get timerPickerMinuteLabelOther => r'min'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r's'; + + @override + String get timerPickerSecondLabelOther => r's'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Täna'; +} + +/// The translations for Persian (`fa`). +class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Persian. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationFa({ + String localeName = 'fa', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'هشدار'; + + @override + String get anteMeridiemAbbreviation => r'ق.ظ.'; + + @override + String get copyButtonLabel => r'کپی'; + + @override + String get cutButtonLabel => r'برش'; + + @override + String get datePickerDateOrderString => r'ymd'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'ساعت $hour'; + + @override + String get datePickerHourSemanticsLabelOther => r'ساعت $hour'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'۱ دقیقه'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute دقیقه'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'جای‌گذاری'; + + @override + String get postMeridiemAbbreviation => r'ب.ظ.'; + + @override + String get selectAllButtonLabel => r'انتخاب همه'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'ساعت'; + + @override + String get timerPickerHourLabelOther => r'ساعت'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'دقیقه'; + + @override + String get timerPickerMinuteLabelOther => r'دقیقه'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'ثانیه'; + + @override + String get timerPickerSecondLabelOther => r'ثانیه'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'امروز'; +} + +/// The translations for Finnish (`fi`). +class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Finnish. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationFi({ + String localeName = 'fi', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Ilmoitus'; + + @override + String get anteMeridiemAbbreviation => r'ap'; + + @override + String get copyButtonLabel => r'Kopioi'; + + @override + String get cutButtonLabel => r'Leikkaa'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'klo $hour'; + + @override + String get datePickerHourSemanticsLabelOther => r'klo $hour'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minuutti'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minuuttia'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Liitä'; + + @override + String get postMeridiemAbbreviation => r'ip'; + + @override + String get selectAllButtonLabel => r'Valitse kaikki'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'tunti'; + + @override + String get timerPickerHourLabelOther => r'tuntia'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min'; + + @override + String get timerPickerMinuteLabelOther => r'min'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r's'; + + @override + String get timerPickerSecondLabelOther => r's'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Tänään'; +} + +/// The translations for Filipino Pilipino (`fil`). +class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Filipino Pilipino. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationFil({ + String localeName = 'fil', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Alerto'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'Kopyahin'; + + @override + String get cutButtonLabel => r'I-cut'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'Ala $hour'; + + @override + String get datePickerHourSemanticsLabelOther => r'Alas $hour'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minuto'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute na minuto'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'I-paste'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'Piliin Lahat'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'oras'; + + @override + String get timerPickerHourLabelOther => r'na oras'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min.'; + + @override + String get timerPickerMinuteLabelOther => r'na min.'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'seg.'; + + @override + String get timerPickerSecondLabelOther => r'na seg.'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Ngayon'; +} + +/// The translations for French (`fr`). +class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for French. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationFr({ + String localeName = 'fr', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Alerte'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'Copier'; + + @override + String get cutButtonLabel => r'Couper'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour heure'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour heures'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minute'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minutes'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Coller'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'Tout sélect.'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'heure'; + + @override + String get timerPickerHourLabelOther => r'heures'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'minute'; + + @override + String get timerPickerMinuteLabelOther => r'minutes'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r's'; + + @override + String get timerPickerSecondLabelOther => r's'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'aujourd' "'" r'hui'; +} + +/// The translations for Galician (`gl`). +class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Galician. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationGl({ + String localeName = 'gl', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Alerta'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get copyButtonLabel => r'Copiar'; + + @override + String get cutButtonLabel => r'Cortar'; + + @override + String get datePickerDateOrderString => r'dma'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minuto'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minutos'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Pegar'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todo'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'hora'; + + @override + String get timerPickerHourLabelOther => r'horas'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min'; + + @override + String get timerPickerMinuteLabelOther => r'min'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r's'; + + @override + String get timerPickerSecondLabelOther => r's'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Hoxe'; +} + +/// The translations for Swiss German Alemannic Alsatian (`gsw`). +class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Swiss German Alemannic Alsatian. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationGsw({ + String localeName = 'gsw', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Benachrichtigung'; + + @override + String get anteMeridiemAbbreviation => r'VORM.'; + + @override + String get copyButtonLabel => r'Kopieren'; + + @override + String get cutButtonLabel => r'Ausschneiden'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour Uhr'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour Uhr'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 Minute'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute Minuten'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Einfügen'; + + @override + String get postMeridiemAbbreviation => r'NACHM.'; + + @override + String get selectAllButtonLabel => r'Alles auswählen'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'Stunde'; + + @override + String get timerPickerHourLabelOther => r'Stunden'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min'; + + @override + String get timerPickerMinuteLabelOther => r'min'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r's'; + + @override + String get timerPickerSecondLabelOther => r's'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Heute'; +} + +/// The translations for Hebrew (`he`). +class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Hebrew. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationHe({ + String localeName = 'he', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'התראה'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'העתקה'; + + @override + String get cutButtonLabel => r'גזירה'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => r'$hour בדיוק'; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour בדיוק'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour בדיוק'; + + @override + String get datePickerHourSemanticsLabelTwo => r'$hour בדיוק'; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => r'$minute דקות'; + + @override + String get datePickerMinuteSemanticsLabelOne => r'דקה אחת'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute דקות'; + + @override + String get datePickerMinuteSemanticsLabelTwo => r'$minute דקות'; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'הדבקה'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'בחירת הכול'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => r'שעות'; + + @override + String get timerPickerHourLabelOne => r'שעה'; + + @override + String get timerPickerHourLabelOther => r'שעות'; + + @override + String get timerPickerHourLabelTwo => r'שעות'; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => r'דק’'; + + @override + String get timerPickerMinuteLabelOne => r'דק’'; + + @override + String get timerPickerMinuteLabelOther => r'דק’'; + + @override + String get timerPickerMinuteLabelTwo => r'דק’'; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => r'שנ’'; + + @override + String get timerPickerSecondLabelOne => r'שנ’'; + + @override + String get timerPickerSecondLabelOther => r'שנ’'; + + @override + String get timerPickerSecondLabelTwo => r'שנ’'; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'היום'; +} + +/// The translations for Hindi (`hi`). +class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Hindi. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationHi({ + String localeName = 'hi', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'अलर्ट'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'कॉपी करें'; + + @override + String get cutButtonLabel => r'काटें'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour बजे'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour बजे'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 मिनट'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute मिनट'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'चिपकाएं'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'सभी चुनें'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'घंटा'; + + @override + String get timerPickerHourLabelOther => r'घंटे'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'मिनट'; + + @override + String get timerPickerMinuteLabelOther => r'मिनट'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'सेकंड'; + + @override + String get timerPickerSecondLabelOther => r'सेकंड'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'आज'; +} + +/// The translations for Croatian (`hr`). +class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Croatian. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationHr({ + String localeName = 'hr', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Upozorenje'; + + @override + String get anteMeridiemAbbreviation => r'prijepodne'; + + @override + String get copyButtonLabel => r'Kopiraj'; + + @override + String get cutButtonLabel => r'Izreži'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => r'$hour sata'; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour sat'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour sati'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => r'$minute minute'; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'Jedna minuta'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minuta'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Zalijepi'; + + @override + String get postMeridiemAbbreviation => r'popodne'; + + @override + String get selectAllButtonLabel => r'Odaberi sve'; + + @override + String get timerPickerHourLabelFew => r'sata'; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'sat'; + + @override + String get timerPickerHourLabelOther => r'sati'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => r'min'; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min'; + + @override + String get timerPickerMinuteLabelOther => r'min'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => r's'; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r's'; + + @override + String get timerPickerSecondLabelOther => r's'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Danas'; +} + +/// The translations for Hungarian (`hu`). +class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Hungarian. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationHu({ + String localeName = 'hu', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Értesítés'; + + @override + String get anteMeridiemAbbreviation => r'de.'; + + @override + String get copyButtonLabel => r'Másolás'; + + @override + String get cutButtonLabel => r'Kivágás'; + + @override + String get datePickerDateOrderString => r'ymd'; + + @override + String get datePickerDateTimeOrderString => r'date_dayPeriod_time'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour óra'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour óra'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 perc'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute perc'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Beillesztés'; + + @override + String get postMeridiemAbbreviation => r'du.'; + + @override + String get selectAllButtonLabel => r'Összes kijelölése'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'óra'; + + @override + String get timerPickerHourLabelOther => r'óra'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'perc'; + + @override + String get timerPickerMinuteLabelOther => r'perc'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'mp'; + + @override + String get timerPickerSecondLabelOther => r'mp'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Ma'; +} + +/// The translations for Armenian (`hy`). +class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Armenian. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationHy({ + String localeName = 'hy', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Ծանուցում'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'Պատճենել'; + + @override + String get cutButtonLabel => r'Կտրել'; + + @override + String get datePickerDateOrderString => r'օատ'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour:00'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour:00'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 րոպե'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute րոպե'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Տեղադրել'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'Նշել բոլորը'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'ժամ'; + + @override + String get timerPickerHourLabelOther => r'ժամ'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'րոպե'; + + @override + String get timerPickerMinuteLabelOther => r'րոպե'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'վրկ'; + + @override + String get timerPickerSecondLabelOther => r'վրկ'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Այսօր'; +} + +/// The translations for Indonesian (`id`). +class CupertinoLocalizationId extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Indonesian. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationId({ + String localeName = 'id', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Notifikasi'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'Salin'; + + @override + String get cutButtonLabel => r'Potong'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour tepat'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour tepat'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 menit'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute menit'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Tempel'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'Pilih Semua'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'jam'; + + @override + String get timerPickerHourLabelOther => r'jam'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'mnt.'; + + @override + String get timerPickerMinuteLabelOther => r'mnt.'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'dtk.'; + + @override + String get timerPickerSecondLabelOther => r'dtk.'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Hari ini'; +} + +/// The translations for Italian (`it`). +class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Italian. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationIt({ + String localeName = 'it', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Avviso'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'Copia'; + + @override + String get cutButtonLabel => r'Taglia'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour in punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour in punto'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minuto'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minuti'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Incolla'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'Seleziona tutto'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'ora'; + + @override + String get timerPickerHourLabelOther => r'ore'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min.'; + + @override + String get timerPickerMinuteLabelOther => r'min.'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'sec.'; + + @override + String get timerPickerSecondLabelOther => r'sec.'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Oggi'; +} + +/// The translations for Japanese (`ja`). +class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Japanese. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationJa({ + String localeName = 'ja', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'通知'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'コピー'; + + @override + String get cutButtonLabel => r'切り取り'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour時'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour時'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1分'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute分'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'貼り付け'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'すべて選択'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'時間'; + + @override + String get timerPickerHourLabelOther => r'時間'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'分'; + + @override + String get timerPickerMinuteLabelOther => r'分'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'秒'; + + @override + String get timerPickerSecondLabelOther => r'秒'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'今日'; +} + +/// The translations for Kazakh (`kk`). +class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Kazakh. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationKk({ + String localeName = 'kk', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Дабыл'; + + @override + String get anteMeridiemAbbreviation => r'түстен кейін'; + + @override + String get copyButtonLabel => r'Көшіру'; + + @override + String get cutButtonLabel => r'Қию'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'Сағат: $hour'; + + @override + String get datePickerHourSemanticsLabelOther => r'Сағат: $hour'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 минут'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute минут'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Қою'; + + @override + String get postMeridiemAbbreviation => r'түстен кейін'; + + @override + String get selectAllButtonLabel => r'Барлығын таңдау'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'сағат'; + + @override + String get timerPickerHourLabelOther => r'сағат'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'мин'; + + @override + String get timerPickerMinuteLabelOther => r'мин'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'сек'; + + @override + String get timerPickerSecondLabelOther => r'сек'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Бүгін'; +} + +/// The translations for Khmer Central Khmer (`km`). +class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Khmer Central Khmer. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationKm({ + String localeName = 'km', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'ជូនដំណឹង'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'ចម្លង'; + + @override + String get cutButtonLabel => r'កាត់'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'ម៉ោង $hour'; + + @override + String get datePickerHourSemanticsLabelOther => r'ម៉ោង $hour'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 នាទី'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute នាទី'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'ដាក់​ចូល'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'ជ្រើសរើស​ទាំងអស់'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'ម៉ោង'; + + @override + String get timerPickerHourLabelOther => r'ម៉ោង'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'នាទី'; + + @override + String get timerPickerMinuteLabelOther => r'នាទី'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'វិនាទី'; + + @override + String get timerPickerSecondLabelOther => r'វិនាទី'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'ថ្ងៃនេះ'; +} + +/// The translations for Korean (`ko`). +class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Korean. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationKo({ + String localeName = 'ko', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'알림'; + + @override + String get anteMeridiemAbbreviation => r'오전'; + + @override + String get copyButtonLabel => r'복사'; + + @override + String get cutButtonLabel => r'잘라냄'; + + @override + String get datePickerDateOrderString => r'ymd'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour시 정각'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour시 정각'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1분'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute분'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'붙여넣기'; + + @override + String get postMeridiemAbbreviation => r'오후'; + + @override + String get selectAllButtonLabel => r'전체 선택'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'시간'; + + @override + String get timerPickerHourLabelOther => r'시간'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'분'; + + @override + String get timerPickerMinuteLabelOther => r'분'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'초'; + + @override + String get timerPickerSecondLabelOther => r'초'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'오늘'; +} + +/// The translations for Lithuanian (`lt`). +class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Lithuanian. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationLt({ + String localeName = 'lt', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Įspėjimas'; + + @override + String get anteMeridiemAbbreviation => r'priešpiet'; + + @override + String get copyButtonLabel => r'Kopijuoti'; + + @override + String get cutButtonLabel => r'Iškirpti'; + + @override + String get datePickerDateOrderString => r'y-M-d'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => r'$hour val.'; + + @override + String get datePickerHourSemanticsLabelMany => r'$hour val.'; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour val.'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour val.'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => r'$minute min.'; + + @override + String get datePickerMinuteSemanticsLabelMany => r'$minute min.'; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 min.'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute min.'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Įklijuoti'; + + @override + String get postMeridiemAbbreviation => r'popiet'; + + @override + String get selectAllButtonLabel => r'Pasirinkti viską'; + + @override + String get timerPickerHourLabelFew => r'val.'; + + @override + String get timerPickerHourLabelMany => r'val.'; + + @override + String get timerPickerHourLabelOne => r'val.'; + + @override + String get timerPickerHourLabelOther => r'val.'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => r'min.'; + + @override + String get timerPickerMinuteLabelMany => r'min.'; + + @override + String get timerPickerMinuteLabelOne => r'min.'; + + @override + String get timerPickerMinuteLabelOther => r'min.'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => r'sek.'; + + @override + String get timerPickerSecondLabelMany => r'sek.'; + + @override + String get timerPickerSecondLabelOne => r'sek.'; + + @override + String get timerPickerSecondLabelOther => r'sek.'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Šiandien'; +} + +/// The translations for Latvian (`lv`). +class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Latvian. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationLv({ + String localeName = 'lv', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Brīdinājums'; + + @override + String get anteMeridiemAbbreviation => r'priekšpusdienā'; + + @override + String get copyButtonLabel => r'Kopēt'; + + @override + String get cutButtonLabel => r'Izgriezt'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'plkst. $hour'; + + @override + String get datePickerHourSemanticsLabelOther => r'plkst. $hour'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => r'plkst. $hour'; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minūte'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minūtes'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => r'$minute minūtes'; + + @override + String get pasteButtonLabel => r'Ielīmēt'; + + @override + String get postMeridiemAbbreviation => r'pēcpusdienā'; + + @override + String get selectAllButtonLabel => r'Atlasīt visu'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'h'; + + @override + String get timerPickerHourLabelOther => r'h'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => r'h'; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min'; + + @override + String get timerPickerMinuteLabelOther => r'min'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => r'min'; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r's'; + + @override + String get timerPickerSecondLabelOther => r's'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => r's'; + + @override + String get todayLabel => r'Šodien'; +} + +/// The translations for Mongolian (`mn`). +class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Mongolian. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationMn({ + String localeName = 'mn', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Сэрэмжлүүлэг'; + + @override + String get anteMeridiemAbbreviation => r'ӨГЛӨӨ'; + + @override + String get copyButtonLabel => r'Хуулах'; + + @override + String get cutButtonLabel => r'Таслах'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour цаг'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour цаг'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 минут'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute минут'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Буулгах'; + + @override + String get postMeridiemAbbreviation => r'ОРОЙ'; + + @override + String get selectAllButtonLabel => r'Бүгдийг сонгох'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'цаг'; + + @override + String get timerPickerHourLabelOther => r'цаг'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'минут.'; + + @override + String get timerPickerMinuteLabelOther => r'минут.'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'секунд.'; + + @override + String get timerPickerSecondLabelOther => r'секунд.'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Өнөөдөр'; +} + +/// The translations for Marathi (`mr`). +class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Marathi. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationMr({ + String localeName = 'mr', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'सूचना'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'कॉपी करा'; + + @override + String get cutButtonLabel => r'कट करा'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour वाजता'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour वाजता'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'एक मिनिट'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute मिनिटे'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'पेस्ट करा'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'सर्व निवडा'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'तास'; + + @override + String get timerPickerHourLabelOther => r'तास'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'मि.'; + + @override + String get timerPickerMinuteLabelOther => r'मि.'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'से.'; + + @override + String get timerPickerSecondLabelOther => r'से.'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'आज'; +} + +/// The translations for Malay (`ms`). +class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Malay. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationMs({ + String localeName = 'ms', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Makluman'; + + @override + String get anteMeridiemAbbreviation => r'PG'; + + @override + String get copyButtonLabel => r'Salin'; + + @override + String get cutButtonLabel => r'Potong'; + + @override + String get datePickerDateOrderString => r'hbt'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'Pukul $hour'; + + @override + String get datePickerHourSemanticsLabelOther => r'Pukul $hour'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minit'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minit'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Tampal'; + + @override + String get postMeridiemAbbreviation => r'PTG'; + + @override + String get selectAllButtonLabel => r'Pilih Semua'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'jam'; + + @override + String get timerPickerHourLabelOther => r'jam'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'minit'; + + @override + String get timerPickerMinuteLabelOther => r'minit'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'saat'; + + @override + String get timerPickerSecondLabelOther => r'saat'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Hari ini'; +} + +/// The translations for Norwegian Bokmål (`nb`). +class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Norwegian Bokmål. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationNb({ + String localeName = 'nb', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Varsel'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'Kopiér'; + + @override + String get cutButtonLabel => r'Klipp ut'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour null-null'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour null-null'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minutt'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minutter'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Lim inn'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'Velg alle'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'time'; + + @override + String get timerPickerHourLabelOther => r'timer'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min.'; + + @override + String get timerPickerMinuteLabelOther => r'min.'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'sek.'; + + @override + String get timerPickerSecondLabelOther => r'sek.'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'I dag'; +} + +/// The translations for Dutch Flemish (`nl`). +class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Dutch Flemish. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationNl({ + String localeName = 'nl', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Melding'; + + @override + String get anteMeridiemAbbreviation => r'am'; + + @override + String get copyButtonLabel => r'Kopiëren'; + + @override + String get cutButtonLabel => r'Knippen'; + + @override + String get datePickerDateOrderString => r'dmj'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour uur'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour uur'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minuut'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minuten'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Plakken'; + + @override + String get postMeridiemAbbreviation => r'pm'; + + @override + String get selectAllButtonLabel => r'Alles selecteren'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'uur'; + + @override + String get timerPickerHourLabelOther => r'uur'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min.'; + + @override + String get timerPickerMinuteLabelOther => r'min.'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'sec.'; + + @override + String get timerPickerSecondLabelOther => r'sec.'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Vandaag'; +} + +/// The translations for Polish (`pl`). +class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Polish. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationPl({ + String localeName = 'pl', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Alert'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'Kopiuj'; + + @override + String get cutButtonLabel => r'Wytnij'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => r'$hour'; + + @override + String get datePickerHourSemanticsLabelMany => r'$hour'; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => r'$minute minuty'; + + @override + String get datePickerMinuteSemanticsLabelMany => r'$minute minut'; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minuta'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minuty'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Wklej'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'Wybierz wszystkie'; + + @override + String get timerPickerHourLabelFew => r'godziny'; + + @override + String get timerPickerHourLabelMany => r'godzin'; + + @override + String get timerPickerHourLabelOne => r'godzina'; + + @override + String get timerPickerHourLabelOther => r'godziny'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => r'min'; + + @override + String get timerPickerMinuteLabelMany => r'min'; + + @override + String get timerPickerMinuteLabelOne => r'min'; + + @override + String get timerPickerMinuteLabelOther => r'min'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => r's'; + + @override + String get timerPickerSecondLabelMany => r's'; + + @override + String get timerPickerSecondLabelOne => r's'; + + @override + String get timerPickerSecondLabelOther => r's'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Dziś'; +} + +/// The translations for Portuguese (`pt`). +class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Portuguese. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationPt({ + String localeName = 'pt', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Alerta'; + + @override + String get anteMeridiemAbbreviation => r'Manhã'; + + @override + String get copyButtonLabel => r'Copiar'; + + @override + String get cutButtonLabel => r'Cortar'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour em ponto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour em ponto'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minuto'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minutos'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Colar'; + + @override + String get postMeridiemAbbreviation => r'Tarde/noite'; + + @override + String get selectAllButtonLabel => r'Selecionar Tudo'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'hora'; + + @override + String get timerPickerHourLabelOther => r'horas'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min'; + + @override + String get timerPickerMinuteLabelOther => r'min'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r's'; + + @override + String get timerPickerSecondLabelOther => r's'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Hoje'; +} + +/// The translations for Portuguese, as used in Portugal (`pt_PT`). +class CupertinoLocalizationPtPt extends CupertinoLocalizationPt { + /// Create an instance of the translation bundle for Portuguese, as used in Portugal. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationPtPt({ + String localeName = 'pt_PT', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get timerPickerSecondLabelOne => r'seg'; + + @override + String get timerPickerSecondLabelOther => r'seg'; + + @override + String get selectAllButtonLabel => r'Selecionar tudo'; +} + +/// The translations for Romanian Moldavian Moldovan (`ro`). +class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Romanian Moldavian Moldovan. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationRo({ + String localeName = 'ro', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Alertă'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get copyButtonLabel => r'Copiați'; + + @override + String get cutButtonLabel => r'Decupați'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => r'Ora $hour'; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'Ora $hour'; + + @override + String get datePickerHourSemanticsLabelOther => r'Ora $hour'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => r'$minute minute'; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minut'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute de minute'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Inserați'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Selectați-le pe toate'; + + @override + String get timerPickerHourLabelFew => r'ore'; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'oră'; + + @override + String get timerPickerHourLabelOther => r'de ore'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => r'min.'; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min.'; + + @override + String get timerPickerMinuteLabelOther => r'min.'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => r'sec.'; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'sec.'; + + @override + String get timerPickerSecondLabelOther => r'sec.'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Azi'; +} + +/// The translations for Russian (`ru`). +class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Russian. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationRu({ + String localeName = 'ru', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Оповещение'; + + @override + String get anteMeridiemAbbreviation => r'АМ'; + + @override + String get copyButtonLabel => r'Копировать'; + + @override + String get cutButtonLabel => r'Вырезать'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => r'$hour часа ровно'; + + @override + String get datePickerHourSemanticsLabelMany => r'$hour часов ровно'; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour час ровно'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour часа ровно'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => r'$minute минуты'; + + @override + String get datePickerMinuteSemanticsLabelMany => r'$minute минут'; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 минута'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute минуты'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Вставить'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'Выбрать все'; + + @override + String get timerPickerHourLabelFew => r'часа'; + + @override + String get timerPickerHourLabelMany => r'часов'; + + @override + String get timerPickerHourLabelOne => r'час'; + + @override + String get timerPickerHourLabelOther => r'часа'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => r'мин.'; + + @override + String get timerPickerMinuteLabelMany => r'мин.'; + + @override + String get timerPickerMinuteLabelOne => r'мин.'; + + @override + String get timerPickerMinuteLabelOther => r'мин.'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => r'сек.'; + + @override + String get timerPickerSecondLabelMany => r'сек.'; + + @override + String get timerPickerSecondLabelOne => r'сек.'; + + @override + String get timerPickerSecondLabelOther => r'сек.'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Сегодня'; +} + +/// The translations for Slovak (`sk`). +class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Slovak. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationSk({ + String localeName = 'sk', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Upozornenie'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'Kopírovať'; + + @override + String get cutButtonLabel => r'Vystrihnúť'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => r'$hour hodiny'; + + @override + String get datePickerHourSemanticsLabelMany => r'$hour hodiny'; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour hodina'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour hodín'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => r'$minute minúty'; + + @override + String get datePickerMinuteSemanticsLabelMany => r'$minute minúty'; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minúta'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minút'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Prilepiť'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'Vybrať všetko'; + + @override + String get timerPickerHourLabelFew => r'hodiny'; + + @override + String get timerPickerHourLabelMany => r'hodiny'; + + @override + String get timerPickerHourLabelOne => r'hodina'; + + @override + String get timerPickerHourLabelOther => r'hodín'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => r'min'; + + @override + String get timerPickerMinuteLabelMany => r'min'; + + @override + String get timerPickerMinuteLabelOne => r'min'; + + @override + String get timerPickerMinuteLabelOther => r'min'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => r's'; + + @override + String get timerPickerSecondLabelMany => r's'; + + @override + String get timerPickerSecondLabelOne => r's'; + + @override + String get timerPickerSecondLabelOther => r's'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Dnes'; +} + +/// The translations for Slovenian (`sl`). +class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Slovenian. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationSl({ + String localeName = 'sl', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Opozorilo'; + + @override + String get anteMeridiemAbbreviation => r'DOP.'; + + @override + String get copyButtonLabel => r'Kopiraj'; + + @override + String get cutButtonLabel => r'Izreži'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => r'$hour'; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour'; + + @override + String get datePickerHourSemanticsLabelTwo => r'$hour'; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => r'$minute minute'; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minuta'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minut'; + + @override + String get datePickerMinuteSemanticsLabelTwo => r'$minute minuti'; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Prilepi'; + + @override + String get postMeridiemAbbreviation => r'POP.'; + + @override + String get selectAllButtonLabel => r'Izberi vse'; + + @override + String get timerPickerHourLabelFew => r'ure'; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'ura'; + + @override + String get timerPickerHourLabelOther => r'ure'; + + @override + String get timerPickerHourLabelTwo => r'ure'; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => r'min'; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min'; + + @override + String get timerPickerMinuteLabelOther => r'min'; + + @override + String get timerPickerMinuteLabelTwo => r'min'; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => r's'; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r's'; + + @override + String get timerPickerSecondLabelOther => r's'; + + @override + String get timerPickerSecondLabelTwo => r's'; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Danes'; +} + +/// The translations for Serbian (`sr`). +class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Serbian. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationSr({ + String localeName = 'sr', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Обавештење'; + + @override + String get anteMeridiemAbbreviation => r'пре подне'; + + @override + String get copyButtonLabel => r'Копирај'; + + @override + String get cutButtonLabel => r'Исеци'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => r'$hour сата'; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour сат'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour сати'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => r'$minute минута'; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 минут'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute минута'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Налепи'; + + @override + String get postMeridiemAbbreviation => r'по подне'; + + @override + String get selectAllButtonLabel => r'Изабери све'; + + @override + String get timerPickerHourLabelFew => r'сата'; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'сат'; + + @override + String get timerPickerHourLabelOther => r'сати'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => r'мин'; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'мин'; + + @override + String get timerPickerMinuteLabelOther => r'мин'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => r'сек'; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'сек'; + + @override + String get timerPickerSecondLabelOther => r'сек'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Данас'; +} + +/// The translations for Serbian, using the Cyrillic script (`sr_Cyrl`). +class CupertinoLocalizationSrCyrl extends CupertinoLocalizationSr { + /// Create an instance of the translation bundle for Serbian, using the Cyrillic script. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationSrCyrl({ + String localeName = 'sr_Cyrl', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); +} + +/// The translations for Serbian, using the Latin script (`sr_Latn`). +class CupertinoLocalizationSrLatn extends CupertinoLocalizationSr { + /// Create an instance of the translation bundle for Serbian, using the Latin script. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationSrLatn({ + String localeName = 'sr_Latn', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get todayLabel => r'Danas'; + + @override + String get datePickerHourSemanticsLabelFew => r'$hour sata'; + + @override + String get datePickerMinuteSemanticsLabelFew => r'$minute minuta'; + + @override + String get timerPickerHourLabelFew => r'sata'; + + @override + String get timerPickerMinuteLabelFew => r'min'; + + @override + String get timerPickerSecondLabelFew => r'sek'; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour sat'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour sati'; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minut'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minuta'; + + @override + String get anteMeridiemAbbreviation => r'pre podne'; + + @override + String get postMeridiemAbbreviation => r'po podne'; + + @override + String get alertDialogLabel => r'Obaveštenje'; + + @override + String get timerPickerHourLabelOne => r'sat'; + + @override + String get timerPickerHourLabelOther => r'sati'; + + @override + String get timerPickerMinuteLabelOne => r'min'; + + @override + String get timerPickerMinuteLabelOther => r'min'; + + @override + String get timerPickerSecondLabelOne => r'sek'; + + @override + String get timerPickerSecondLabelOther => r'sek'; + + @override + String get cutButtonLabel => r'Iseci'; + + @override + String get copyButtonLabel => r'Kopiraj'; + + @override + String get pasteButtonLabel => r'Nalepi'; + + @override + String get selectAllButtonLabel => r'Izaberi sve'; +} + +/// The translations for Swedish (`sv`). +class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Swedish. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationSv({ + String localeName = 'sv', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Varning'; + + @override + String get anteMeridiemAbbreviation => r'FM'; + + @override + String get copyButtonLabel => r'Kopiera'; + + @override + String get cutButtonLabel => r'Klipp ut'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'Klockan $hour'; + + @override + String get datePickerHourSemanticsLabelOther => r'Klockan $hour'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minut'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minuter'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Klistra in'; + + @override + String get postMeridiemAbbreviation => r'EM'; + + @override + String get selectAllButtonLabel => r'Markera alla'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'timme'; + + @override + String get timerPickerHourLabelOther => r'timmar'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min'; + + @override + String get timerPickerMinuteLabelOther => r'min'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'sek'; + + @override + String get timerPickerSecondLabelOther => r'sek'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'I dag'; +} + +/// The translations for Swahili (`sw`). +class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Swahili. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationSw({ + String localeName = 'sw', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Arifa'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'Nakili'; + + @override + String get cutButtonLabel => r'Kata'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'Saa $hour kamili'; + + @override + String get datePickerHourSemanticsLabelOther => r'Saa $hour kamili'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'Dakika 1'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'Dakika $minute'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Bandika'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'Teua Zote'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'saa'; + + @override + String get timerPickerHourLabelOther => r'saa'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'dakika'; + + @override + String get timerPickerMinuteLabelOther => r'dakika'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'sekunde'; + + @override + String get timerPickerSecondLabelOther => r'sekunde'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Leo'; +} + +/// The translations for Tamil (`ta`). +class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Tamil. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationTa({ + String localeName = 'ta', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'விழிப்பூட்டல்'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'நகலெடு'; + + @override + String get cutButtonLabel => r'வெட்டு'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour மணி'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour மணி'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 நிமிடம்'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute நிமிடங்கள்'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'ஒட்டு'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'எல்லாம் தேர்ந்தெடு'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'மணிநேரம்'; + + @override + String get timerPickerHourLabelOther => r'மணிநேரம்'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'நிமி.'; + + @override + String get timerPickerMinuteLabelOther => r'நிமி.'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'வி.'; + + @override + String get timerPickerSecondLabelOther => r'வி.'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'இன்று'; +} + +/// The translations for Thai (`th`). +class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Thai. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationTh({ + String localeName = 'th', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'การแจ้งเตือน'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'คัดลอก'; + + @override + String get cutButtonLabel => r'ตัด'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour นาฬิกา'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour นาฬิกา'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 นาที'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute นาที'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'วาง'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'เลือกทั้งหมด'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'ชั่วโมง'; + + @override + String get timerPickerHourLabelOther => r'ชั่วโมง'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'นาที'; + + @override + String get timerPickerMinuteLabelOther => r'นาที'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'วินาที'; + + @override + String get timerPickerSecondLabelOther => r'วินาที'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'วันนี้'; +} + +/// The translations for Tagalog (`tl`). +class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Tagalog. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationTl({ + String localeName = 'tl', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Alerto'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'Kopyahin'; + + @override + String get cutButtonLabel => r'I-cut'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'Ala $hour'; + + @override + String get datePickerHourSemanticsLabelOther => r'Alas $hour'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minuto'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute na minuto'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'I-paste'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'Piliin Lahat'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'oras'; + + @override + String get timerPickerHourLabelOther => r'na oras'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min.'; + + @override + String get timerPickerMinuteLabelOther => r'na min.'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'seg.'; + + @override + String get timerPickerSecondLabelOther => r'na seg.'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Ngayon'; +} + +/// The translations for Turkish (`tr`). +class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Turkish. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationTr({ + String localeName = 'tr', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Uyarı'; + + @override + String get anteMeridiemAbbreviation => r'ÖÖ'; + + @override + String get copyButtonLabel => r'Kopyala'; + + @override + String get cutButtonLabel => r'Kes'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'Saat $hour'; + + @override + String get datePickerHourSemanticsLabelOther => r'Saat $hour'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 dakika'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute dakika'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Yapıştır'; + + @override + String get postMeridiemAbbreviation => r'ÖS'; + + @override + String get selectAllButtonLabel => r'Tümünü Seç'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'saat'; + + @override + String get timerPickerHourLabelOther => r'saat'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'dk.'; + + @override + String get timerPickerMinuteLabelOther => r'dk.'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'sn.'; + + @override + String get timerPickerSecondLabelOther => r'sn.'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Bugün'; +} + +/// The translations for Ukrainian (`uk`). +class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Ukrainian. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationUk({ + String localeName = 'uk', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Сповіщення'; + + @override + String get anteMeridiemAbbreviation => r'дп'; + + @override + String get copyButtonLabel => r'Копіювати'; + + @override + String get cutButtonLabel => r'Вирізати'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => r'$hour години'; + + @override + String get datePickerHourSemanticsLabelMany => r'$hour годин'; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour година'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour години'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => r'$minute хвилини'; + + @override + String get datePickerMinuteSemanticsLabelMany => r'$minute хвилин'; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 хвилина'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute хвилини'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Вставити'; + + @override + String get postMeridiemAbbreviation => r'пп'; + + @override + String get selectAllButtonLabel => r'Вибрати все'; + + @override + String get timerPickerHourLabelFew => r'години'; + + @override + String get timerPickerHourLabelMany => r'годин'; + + @override + String get timerPickerHourLabelOne => r'година'; + + @override + String get timerPickerHourLabelOther => r'години'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => r'хв'; + + @override + String get timerPickerMinuteLabelMany => r'хв'; + + @override + String get timerPickerMinuteLabelOne => r'хв'; + + @override + String get timerPickerMinuteLabelOther => r'хв'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => r'с'; + + @override + String get timerPickerSecondLabelMany => r'с'; + + @override + String get timerPickerSecondLabelOne => r'с'; + + @override + String get timerPickerSecondLabelOther => r'с'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Сьогодні'; +} + +/// The translations for Urdu (`ur`). +class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Urdu. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationUr({ + String localeName = 'ur', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'الرٹ'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'کاپی کریں'; + + @override + String get cutButtonLabel => r'کٹ کریں'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour بجے'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour بجے'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 منٹ'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute منٹس'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'پیسٹ کریں'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'سبھی منتخب کریں'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'گھنٹہ'; + + @override + String get timerPickerHourLabelOther => r'گھنٹے'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'منٹ۔'; + + @override + String get timerPickerMinuteLabelOther => r'منٹ۔'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'سیکنڈ۔'; + + @override + String get timerPickerSecondLabelOther => r'سیکنڈ۔'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'آج'; +} + +/// The translations for Vietnamese (`vi`). +class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Vietnamese. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationVi({ + String localeName = 'vi', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Thông báo'; + + @override + String get anteMeridiemAbbreviation => r'SÁNG'; + + @override + String get copyButtonLabel => r'Sao chép'; + + @override + String get cutButtonLabel => r'Cắt'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour giờ'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour giờ'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 phút'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute phút'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Dán'; + + @override + String get postMeridiemAbbreviation => r'CHIỀU'; + + @override + String get selectAllButtonLabel => r'Chọn tất cả'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'giờ'; + + @override + String get timerPickerHourLabelOther => r'giờ'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'phút'; + + @override + String get timerPickerMinuteLabelOther => r'phút'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'giây'; + + @override + String get timerPickerSecondLabelOther => r'giây'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Hôm nay'; +} + +/// The translations for Chinese (`zh`). +class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Chinese. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationZh({ + String localeName = 'zh', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'提醒'; + + @override + String get anteMeridiemAbbreviation => r'上午'; + + @override + String get copyButtonLabel => r'复制'; + + @override + String get cutButtonLabel => r'剪切'; + + @override + String get datePickerDateOrderString => r'ymd'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour 点'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour 点'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 分钟'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute 分钟'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'粘贴'; + + @override + String get postMeridiemAbbreviation => r'下午'; + + @override + String get selectAllButtonLabel => r'全选'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'小时'; + + @override + String get timerPickerHourLabelOther => r'小时'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'分钟'; + + @override + String get timerPickerMinuteLabelOther => r'分钟'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'秒'; + + @override + String get timerPickerSecondLabelOther => r'秒'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'今天'; +} + +/// The translations for Chinese, using the Han script (`zh_Hans`). +class CupertinoLocalizationZhHans extends CupertinoLocalizationZh { + /// Create an instance of the translation bundle for Chinese, using the Han script. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationZhHans({ + String localeName = 'zh_Hans', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); +} + +/// The translations for Chinese, using the Han script (`zh_Hant`). +class CupertinoLocalizationZhHant extends CupertinoLocalizationZh { + /// Create an instance of the translation bundle for Chinese, using the Han script. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationZhHant({ + String localeName = 'zh_Hant', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour 點'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour 點'; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 分'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute 分'; + + @override + String get alertDialogLabel => r'快訊'; + + @override + String get timerPickerHourLabelOne => r'小時'; + + @override + String get timerPickerHourLabelOther => r'小時'; + + @override + String get timerPickerMinuteLabelOne => r'分'; + + @override + String get timerPickerMinuteLabelOther => r'分'; + + @override + String get cutButtonLabel => r'剪下'; + + @override + String get copyButtonLabel => r'複製'; + + @override + String get pasteButtonLabel => r'貼上'; + + @override + String get selectAllButtonLabel => r'全選'; +} + +/// The translations for Chinese, as used in Hong Kong, using the Han script (`zh_Hant_HK`). +class CupertinoLocalizationZhHantHk extends CupertinoLocalizationZhHant { + /// Create an instance of the translation bundle for Chinese, as used in Hong Kong, using the Han script. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationZhHantHk({ + String localeName = 'zh_Hant_HK', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); +} + +/// The translations for Chinese, as used in Taiwan, using the Han script (`zh_Hant_TW`). +class CupertinoLocalizationZhHantTw extends CupertinoLocalizationZhHant { + /// Create an instance of the translation bundle for Chinese, as used in Taiwan, using the Han script. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationZhHantTw({ + String localeName = 'zh_Hant_TW', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); } /// The set of supported languages, as language code strings. @@ -297,9 +9212,58 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { /// /// * [getCupertinoTranslation], whose documentation describes these values. final Set kCupertinoSupportedLanguages = HashSet.from(const [ + 'ar', // Arabic + 'bg', // Bulgarian + 'bs', // Bosnian + 'ca', // Catalan Valencian + 'cs', // Czech + 'da', // Danish + 'de', // German + 'el', // Modern Greek 'en', // English + 'es', // Spanish Castilian + 'et', // Estonian + 'fa', // Persian + 'fi', // Finnish + 'fil', // Filipino Pilipino 'fr', // French + 'gl', // Galician + 'gsw', // Swiss German Alemannic Alsatian + 'he', // Hebrew + 'hi', // Hindi + 'hr', // Croatian + 'hu', // Hungarian + 'hy', // Armenian + 'id', // Indonesian + 'it', // Italian + 'ja', // Japanese + 'kk', // Kazakh + 'km', // Khmer Central Khmer + 'ko', // Korean + 'lt', // Lithuanian + 'lv', // Latvian + 'mn', // Mongolian + 'mr', // Marathi + 'ms', // Malay + 'nb', // Norwegian Bokmål + 'nl', // Dutch Flemish + 'pl', // Polish + 'pt', // Portuguese + 'ro', // Romanian Moldavian Moldovan + 'ru', // Russian + 'sk', // Slovak + 'sl', // Slovenian + 'sr', // Serbian + 'sv', // Swedish + 'sw', // Swahili + 'ta', // Tamil + 'th', // Thai + 'tl', // Tagalog 'tr', // Turkish + 'uk', // Ukrainian + 'ur', // Urdu + 'vi', // Vietnamese + 'zh', // Chinese ]); /// Creates a [GlobalCupertinoLocalizations] instance for the given `locale`. @@ -312,9 +9276,58 @@ final Set kCupertinoSupportedLanguages = HashSet.from(const r'Nächste Seite'; @override - String get okButtonLabel => r'OK'; + String get okButtonLabel => r'Ok'; @override String get openAppDrawerTooltip => r'Navigationsmenü öffnen'; @@ -5352,7 +5352,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get nextPageTooltip => r'Nächste Seite'; @override - String get okButtonLabel => r'OK'; + String get okButtonLabel => r'Ok'; @override String get openAppDrawerTooltip => r'Navigationsmenü öffnen'; @@ -7128,19 +7128,19 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName тұралы'; + String get aboutListTileTitleRaw => r'$applicationName туралы'; @override - String get alertDialogLabel => r'Ескерту'; + String get alertDialogLabel => r'Дабыл'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => r'түстен кейін'; @override String get backButtonTooltip => r'Артқа'; @override - String get cancelButtonLabel => r'ЖОЮ'; + String get cancelButtonLabel => r'БАС ТАРТУ'; @override String get closeButtonLabel => r'ЖАБУ'; @@ -7149,7 +7149,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get closeButtonTooltip => r'Жабу'; @override - String get collapsedIconTapHint => r'Жазу'; + String get collapsedIconTapHint => r'Жаю'; @override String get continueButtonLabel => r'ЖАЛҒАСТЫРУ'; @@ -7158,28 +7158,28 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get copyButtonLabel => r'КӨШІРУ'; @override - String get cutButtonLabel => r'ҚИЫП АЛУ'; + String get cutButtonLabel => r'ҚИЮ'; @override - String get deleteButtonTooltip => r'Өшіру'; + String get deleteButtonTooltip => r'Жою'; @override - String get dialogLabel => r'Диалогтік терезесі'; + String get dialogLabel => r'Диалогтық терезе'; @override - String get drawerLabel => r'Навигациялық мәзір'; + String get drawerLabel => r'Навигация мәзірі'; @override - String get expandedIconTapHint => r'Орау'; + String get expandedIconTapHint => r'Жию'; @override - String get hideAccountsLabel => r'Тіркеулік жасбасыны жасыру'; + String get hideAccountsLabel => r'Есептік жазбаларды жасыру'; @override String get licensesPageTitle => r'Лицензиялар'; @override - String get modalBarrierDismissLabel => r'Болдырмау'; + String get modalBarrierDismissLabel => r'Жабу'; @override String get nextMonthTooltip => r'Келесі ай'; @@ -7188,31 +7188,31 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get nextPageTooltip => r'Келесі бет'; @override - String get okButtonLabel => r'ЖАҚСЫ'; + String get okButtonLabel => r'Иә'; @override - String get openAppDrawerTooltip => r'Навигация мәзірді ашу'; + String get openAppDrawerTooltip => r'Навигация мәзірін ашу'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow $rowCount ішінде'; + String get pageRowsInfoTitleRaw => r'$rowCount ішінен $firstRow–$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow $rowCount шамасының ішінде'; + String get pageRowsInfoTitleApproximateRaw => r'Шамамен $rowCount ішінен $firstRow–$lastRow'; @override - String get pasteButtonLabel => r'ҚОНДЫРУ'; + String get pasteButtonLabel => r'ҚОЮ'; @override - String get popupMenuLabel => r'Ашылмалы мәзір'; + String get popupMenuLabel => r'Қалқымалы терезе мәзірі'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => r'түстен кейін'; @override String get previousMonthTooltip => r'Өткен ай'; @override - String get previousPageTooltip => r'Алдынғы бет'; + String get previousPageTooltip => r'Алдыңғы бет'; @override String get refreshIndicatorSemanticLabel => r'Жаңарту'; @@ -7224,10 +7224,10 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => null; + String get remainingTextFieldCharacterCountOne => r'1 таңба қалды.'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount таңба қалды'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount таңба қалды.'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -7236,25 +7236,25 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountZero => r'Таңбалар қалмады'; @override - String get reorderItemDown => r'Төменге орналастыру'; + String get reorderItemDown => r'Төменге жылжыту'; @override - String get reorderItemLeft => r'Солға орналастыру'; + String get reorderItemLeft => r'Солға жылжыту'; @override - String get reorderItemRight => r'Оңға орналастыру'; + String get reorderItemRight => r'Оңға жылжыту'; @override - String get reorderItemToEnd => r'Аяққа орналастыру'; + String get reorderItemToEnd => r'Соңына өту'; @override - String get reorderItemToStart => r'Басына орналастыру'; + String get reorderItemToStart => r'Басына өту'; @override - String get reorderItemUp => r'Жоғарға орналастыру'; + String get reorderItemUp => r'Жоғарыға жылжыту'; @override - String get rowsPerPageTitle => r'Бір бетіне жазбалар:'; + String get rowsPerPageTitle => r'Әр беттегі жолдар саны:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -7263,7 +7263,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get searchFieldLabel => r'Іздеу'; @override - String get selectAllButtonLabel => r'БӘРІН ТАҢДАУ'; + String get selectAllButtonLabel => r'БАРЛЫҒЫН ТАҢДАУ'; @override String get selectedRowCountTitleFew => null; @@ -7272,10 +7272,10 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => null; + String get selectedRowCountTitleOne => r'1 элемент таңдалды.'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount тармақ таңдалған'; + String get selectedRowCountTitleOther => r'$selectedRowCount элемент таңдалды.'; @override String get selectedRowCountTitleTwo => null; @@ -7284,25 +7284,25 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => r'Тармақ таңдалмаған'; @override - String get showAccountsLabel => r'Тіркеулік жасбасыны көрсету'; + String get showAccountsLabel => r'Есептік жазбаларды көрсету'; @override String get showMenuTooltip => r'Мәзірді көрсету'; @override - String get signedInLabel => r'Жүйеге кірді'; + String get signedInLabel => r'Есептік жазбаға кірген'; @override - String get tabLabelRaw => r'$tabCount қосымша парақтардың $tabIndex парақ'; + String get tabLabelRaw => r'$tabCount/$tabIndex қойынды'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Сағатты таңдау'; + String get timePickerHourModeAnnouncement => r'Сағаттарды таңдаңыз'; @override - String get timePickerMinuteModeAnnouncement => r'Минутты таңдау'; + String get timePickerMinuteModeAnnouncement => r'Минуттарды таңдаңыз'; @override String get viewLicensesButtonLabel => r'ЛИЦЕНЗИЯЛАРДЫ КӨРУ'; @@ -9243,7 +9243,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get pasteButtonLabel => r'WKLEJ'; @override - String get popupMenuLabel => r'Wyskakujące menu'; + String get popupMenuLabel => r'Menu kontekstowe'; @override String get postMeridiemAbbreviation => r'PM'; @@ -9258,16 +9258,16 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => r'Odśwież'; @override - String get remainingTextFieldCharacterCountFew => r'Jeszcze $remainingCount znaki'; + String get remainingTextFieldCharacterCountFew => r'Pozostały $remainingCount znaki'; @override - String get remainingTextFieldCharacterCountMany => r'Jeszcze $remainingCount znaków'; + String get remainingTextFieldCharacterCountMany => r'Pozostało $remainingCount znaków'; @override - String get remainingTextFieldCharacterCountOne => r'Jeszcze 1 znak'; + String get remainingTextFieldCharacterCountOne => r'Jeszcze 1 znak'; @override - String get remainingTextFieldCharacterCountOther => r'Jeszcze $remainingCount znaku'; + String get remainingTextFieldCharacterCountOther => r'Pozostało $remainingCount znaków'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -9306,16 +9306,16 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get selectAllButtonLabel => r'ZAZNACZ WSZYSTKO'; @override - String get selectedRowCountTitleFew => r'$selectedRowCount wybrane elementy'; + String get selectedRowCountTitleFew => r'$selectedRowCount wybrane elementy'; @override - String get selectedRowCountTitleMany => r'$selectedRowCount wybranych elementów'; + String get selectedRowCountTitleMany => r'$selectedRowCount wybranych elementów'; @override - String get selectedRowCountTitleOne => r'1 wybrany element'; + String get selectedRowCountTitleOne => r'1 wybrany element'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount wybranego elementu'; + String get selectedRowCountTitleOther => r'$selectedRowCount wybranych elementów'; @override String get selectedRowCountTitleTwo => null; diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index 7b44280485ca..37f61430670f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -24,7 +24,7 @@ "continueButtonLabel": "WEITER", "copyButtonLabel": "KOPIEREN", "cutButtonLabel": "AUSSCHNEIDEN", - "okButtonLabel": "OK", + "okButtonLabel": "Ok", "pasteButtonLabel": "EINFÜGEN", "selectAllButtonLabel": "ALLE AUSWÄHLEN", "viewLicensesButtonLabel": "LIZENZEN ANZEIGEN", diff --git a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb index 63c353b24912..0c313abcfb74 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb @@ -28,7 +28,7 @@ "continueButtonLabel": "WEITER", "copyButtonLabel": "KOPIEREN", "cutButtonLabel": "AUSSCHNEIDEN", - "okButtonLabel": "OK", + "okButtonLabel": "Ok", "pasteButtonLabel": "EINFÜGEN", "selectAllButtonLabel": "ALLE AUSWÄHLEN", "viewLicensesButtonLabel": "LIZENZEN ANZEIGEN", diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index dcc5b5730a84..21f97960b682 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -28,7 +28,7 @@ "continueButtonLabel": "WEITER", "copyButtonLabel": "KOPIEREN", "cutButtonLabel": "AUSSCHNEIDEN", - "okButtonLabel": "OK", + "okButtonLabel": "Ok", "pasteButtonLabel": "EINFÜGEN", "selectAllButtonLabel": "ALLE AUSWÄHLEN", "viewLicensesButtonLabel": "LIZENZEN ANZEIGEN", diff --git a/packages/flutter_localizations/lib/src/l10n/material_kk.arb b/packages/flutter_localizations/lib/src/l10n/material_kk.arb index 96e50aae9b8b..82ce18958275 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kk.arb @@ -1,54 +1,56 @@ { + "selectedRowCountTitleOne": "1 элемент таңдалды.", + "remainingTextFieldCharacterCountOne": "1 таңба қалды.", "scriptCategory": "English-like", "timeOfDayFormat": "H:mm", - "openAppDrawerTooltip": "Навигация мәзірді ашу", + "openAppDrawerTooltip": "Навигация мәзірін ашу", "backButtonTooltip": "Артқа", "closeButtonTooltip": "Жабу", - "deleteButtonTooltip": "Өшіру", + "deleteButtonTooltip": "Жою", "nextMonthTooltip": "Келесі ай", "previousMonthTooltip": "Өткен ай", "nextPageTooltip": "Келесі бет", - "previousPageTooltip": "Алдынғы бет", + "previousPageTooltip": "Алдыңғы бет", "showMenuTooltip": "Мәзірді көрсету", - "aboutListTileTitle": "$applicationName тұралы", + "aboutListTileTitle": "$applicationName туралы", "licensesPageTitle": "Лицензиялар", - "pageRowsInfoTitle": "$firstRow–$lastRow $rowCount ішінде", - "pageRowsInfoTitleApproximate": "$firstRow–$lastRow $rowCount шамасының ішінде", - "rowsPerPageTitle": "Бір бетіне жазбалар:", - "tabLabel": "$tabCount қосымша парақтардың $tabIndex парақ", + "pageRowsInfoTitle": "$rowCount ішінен $firstRow–$lastRow", + "pageRowsInfoTitleApproximate": "Шамамен $rowCount ішінен $firstRow–$lastRow", + "rowsPerPageTitle": "Әр беттегі жолдар саны:", + "tabLabel": "$tabCount/$tabIndex қойынды", "selectedRowCountTitleZero": "Тармақ таңдалмаған", - "selectedRowCountTitleOther": "$selectedRowCount тармақ таңдалған", - "cancelButtonLabel": "ЖОЮ", + "selectedRowCountTitleOther": "$selectedRowCount элемент таңдалды.", + "cancelButtonLabel": "БАС ТАРТУ", "closeButtonLabel": "ЖАБУ", "continueButtonLabel": "ЖАЛҒАСТЫРУ", "copyButtonLabel": "КӨШІРУ", - "cutButtonLabel": "ҚИЫП АЛУ", - "okButtonLabel": "ЖАҚСЫ", - "pasteButtonLabel": "ҚОНДЫРУ", - "selectAllButtonLabel": "БӘРІН ТАҢДАУ", + "cutButtonLabel": "ҚИЮ", + "okButtonLabel": "Иә", + "pasteButtonLabel": "ҚОЮ", + "selectAllButtonLabel": "БАРЛЫҒЫН ТАҢДАУ", "viewLicensesButtonLabel": "ЛИЦЕНЗИЯЛАРДЫ КӨРУ", - "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM", - "timePickerHourModeAnnouncement": "Сағатты таңдау", - "timePickerMinuteModeAnnouncement": "Минутты таңдау", - "modalBarrierDismissLabel": "Болдырмау", - "signedInLabel": "Жүйеге кірді", - "hideAccountsLabel": "Тіркеулік жасбасыны жасыру", - "showAccountsLabel": "Тіркеулік жасбасыны көрсету", - "drawerLabel": "Навигациялық мәзір", - "popupMenuLabel": "Ашылмалы мәзір", - "dialogLabel": "Диалогтік терезесі", - "alertDialogLabel": "Ескерту", + "anteMeridiemAbbreviation": "түстен кейін", + "postMeridiemAbbreviation": "түстен кейін", + "timePickerHourModeAnnouncement": "Сағаттарды таңдаңыз", + "timePickerMinuteModeAnnouncement": "Минуттарды таңдаңыз", + "modalBarrierDismissLabel": "Жабу", + "signedInLabel": "Есептік жазбаға кірген", + "hideAccountsLabel": "Есептік жазбаларды жасыру", + "showAccountsLabel": "Есептік жазбаларды көрсету", + "drawerLabel": "Навигация мәзірі", + "popupMenuLabel": "Қалқымалы терезе мәзірі", + "dialogLabel": "Диалогтық терезе", + "alertDialogLabel": "Дабыл", "searchFieldLabel": "Іздеу", - "reorderItemToStart": "Басына орналастыру", - "reorderItemToEnd": "Аяққа орналастыру", - "reorderItemUp": "Жоғарға орналастыру", - "reorderItemDown": "Төменге орналастыру", - "reorderItemLeft": "Солға орналастыру", - "reorderItemRight": "Оңға орналастыру", - "expandedIconTapHint": "Орау", - "collapsedIconTapHint": "Жазу", + "reorderItemToStart": "Басына өту", + "reorderItemToEnd": "Соңына өту", + "reorderItemUp": "Жоғарыға жылжыту", + "reorderItemDown": "Төменге жылжыту", + "reorderItemLeft": "Солға жылжыту", + "reorderItemRight": "Оңға жылжыту", + "expandedIconTapHint": "Жию", + "collapsedIconTapHint": "Жаю", "remainingTextFieldCharacterCountZero": "Таңбалар қалмады", - "remainingTextFieldCharacterCountOther": "$remainingCount таңба қалды", + "remainingTextFieldCharacterCountOther": "$remainingCount таңба қалды.", "refreshIndicatorSemanticLabel": "Жаңарту" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index ce64b66ae9b2..be3613fd4ec8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -1,10 +1,10 @@ { - "remainingTextFieldCharacterCountFew": "Jeszcze $remainingCount znaki", - "remainingTextFieldCharacterCountMany": "Jeszcze $remainingCount znaków", + "remainingTextFieldCharacterCountFew": "Pozostały $remainingCount znaki", + "remainingTextFieldCharacterCountMany": "Pozostało $remainingCount znaków", "scriptCategory": "English-like", "timeOfDayFormat": "HH:mm", - "selectedRowCountTitleFew": "$selectedRowCount wybrane elementy", - "selectedRowCountTitleMany": "$selectedRowCount wybranych elementów", + "selectedRowCountTitleFew": "$selectedRowCount wybrane elementy", + "selectedRowCountTitleMany": "$selectedRowCount wybranych elementów", "openAppDrawerTooltip": "Otwórz menu nawigacyjne", "backButtonTooltip": "Wstecz", "closeButtonTooltip": "Zamknij", @@ -20,8 +20,8 @@ "pageRowsInfoTitleApproximate": "$firstRow–$lastRow z około $rowCount", "rowsPerPageTitle": "Wiersze na stronie:", "tabLabel": "Karta $tabIndex z $tabCount", - "selectedRowCountTitleOne": "1 wybrany element", - "selectedRowCountTitleOther": "$selectedRowCount wybranego elementu", + "selectedRowCountTitleOne": "1 wybrany element", + "selectedRowCountTitleOther": "$selectedRowCount wybranych elementów", "cancelButtonLabel": "ANULUJ", "closeButtonLabel": "ZAMKNIJ", "continueButtonLabel": "DALEJ", @@ -40,7 +40,7 @@ "showAccountsLabel": "Pokaż konta", "modalBarrierDismissLabel": "Zamknij", "drawerLabel": "Menu nawigacyjne", - "popupMenuLabel": "Wyskakujące menu", + "popupMenuLabel": "Menu kontekstowe", "dialogLabel": "Okno dialogowe", "alertDialogLabel": "Alert", "searchFieldLabel": "Szukaj", @@ -53,7 +53,7 @@ "expandedIconTapHint": "Zwiń", "collapsedIconTapHint": "Rozwiń", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "Jeszcze 1 znak", - "remainingTextFieldCharacterCountOther": "Jeszcze $remainingCount znaku", + "remainingTextFieldCharacterCountOne": "Jeszcze 1 znak", + "remainingTextFieldCharacterCountOther": "Pozostało $remainingCount znaków", "refreshIndicatorSemanticLabel": "Odśwież" } From 8a946c56d7b8858a67b2106fe0f09f936024706e Mon Sep 17 00:00:00 2001 From: xster Date: Fri, 10 May 2019 01:08:59 -0700 Subject: [PATCH 093/327] Revert "Cupertino localization step 12: push translation for all supported languages (#31644)" (#32470) This reverts commit 5c3c6808897a484255597007287cf96e4eaba2b7. --- .../lib/src/l10n/cupertino_ar.arb | 42 - .../lib/src/l10n/cupertino_bg.arb | 22 - .../lib/src/l10n/cupertino_bs.arb | 27 - .../lib/src/l10n/cupertino_ca.arb | 22 - .../lib/src/l10n/cupertino_cs.arb | 32 - .../lib/src/l10n/cupertino_da.arb | 22 - .../lib/src/l10n/cupertino_de.arb | 22 - .../lib/src/l10n/cupertino_el.arb | 22 - .../lib/src/l10n/cupertino_en_AU.arb | 22 - .../lib/src/l10n/cupertino_en_CA.arb | 22 - .../lib/src/l10n/cupertino_en_GB.arb | 22 - .../lib/src/l10n/cupertino_en_IE.arb | 22 - .../lib/src/l10n/cupertino_en_IN.arb | 22 - .../lib/src/l10n/cupertino_en_SG.arb | 22 - .../lib/src/l10n/cupertino_en_ZA.arb | 22 - .../lib/src/l10n/cupertino_es.arb | 22 - .../lib/src/l10n/cupertino_es_419.arb | 22 - .../lib/src/l10n/cupertino_es_AR.arb | 22 - .../lib/src/l10n/cupertino_es_BO.arb | 22 - .../lib/src/l10n/cupertino_es_CL.arb | 22 - .../lib/src/l10n/cupertino_es_CO.arb | 22 - .../lib/src/l10n/cupertino_es_CR.arb | 22 - .../lib/src/l10n/cupertino_es_DO.arb | 22 - .../lib/src/l10n/cupertino_es_EC.arb | 22 - .../lib/src/l10n/cupertino_es_GT.arb | 22 - .../lib/src/l10n/cupertino_es_HN.arb | 22 - .../lib/src/l10n/cupertino_es_MX.arb | 22 - .../lib/src/l10n/cupertino_es_NI.arb | 22 - .../lib/src/l10n/cupertino_es_PA.arb | 22 - .../lib/src/l10n/cupertino_es_PE.arb | 22 - .../lib/src/l10n/cupertino_es_PR.arb | 22 - .../lib/src/l10n/cupertino_es_PY.arb | 22 - .../lib/src/l10n/cupertino_es_SV.arb | 22 - .../lib/src/l10n/cupertino_es_US.arb | 22 - .../lib/src/l10n/cupertino_es_UY.arb | 22 - .../lib/src/l10n/cupertino_es_VE.arb | 22 - .../lib/src/l10n/cupertino_et.arb | 22 - .../lib/src/l10n/cupertino_fa.arb | 22 - .../lib/src/l10n/cupertino_fi.arb | 22 - .../lib/src/l10n/cupertino_fil.arb | 22 - .../lib/src/l10n/cupertino_fr.arb | 7 +- .../lib/src/l10n/cupertino_gl.arb | 22 - .../lib/src/l10n/cupertino_gsw.arb | 22 - .../lib/src/l10n/cupertino_he.arb | 32 - .../lib/src/l10n/cupertino_hi.arb | 22 - .../lib/src/l10n/cupertino_hr.arb | 27 - .../lib/src/l10n/cupertino_hu.arb | 22 - .../lib/src/l10n/cupertino_hy.arb | 22 - .../lib/src/l10n/cupertino_id.arb | 22 - .../lib/src/l10n/cupertino_it.arb | 22 - .../lib/src/l10n/cupertino_ja.arb | 22 - .../lib/src/l10n/cupertino_kk.arb | 22 - .../lib/src/l10n/cupertino_km.arb | 22 - .../lib/src/l10n/cupertino_ko.arb | 22 - .../lib/src/l10n/cupertino_lt.arb | 32 - .../lib/src/l10n/cupertino_lv.arb | 27 - .../lib/src/l10n/cupertino_mn.arb | 22 - .../lib/src/l10n/cupertino_mr.arb | 22 - .../lib/src/l10n/cupertino_ms.arb | 22 - .../lib/src/l10n/cupertino_nb.arb | 22 - .../lib/src/l10n/cupertino_nl.arb | 22 - .../lib/src/l10n/cupertino_pl.arb | 32 - .../lib/src/l10n/cupertino_pt.arb | 22 - .../lib/src/l10n/cupertino_pt_PT.arb | 22 - .../lib/src/l10n/cupertino_ro.arb | 27 - .../lib/src/l10n/cupertino_ru.arb | 32 - .../lib/src/l10n/cupertino_sk.arb | 32 - .../lib/src/l10n/cupertino_sl.arb | 32 - .../lib/src/l10n/cupertino_sr.arb | 27 - .../lib/src/l10n/cupertino_sr_Latn.arb | 27 - .../lib/src/l10n/cupertino_sv.arb | 22 - .../lib/src/l10n/cupertino_sw.arb | 22 - .../lib/src/l10n/cupertino_ta.arb | 22 - .../lib/src/l10n/cupertino_th.arb | 22 - .../lib/src/l10n/cupertino_tl.arb | 22 - .../lib/src/l10n/cupertino_tr.arb | 8 +- .../lib/src/l10n/cupertino_uk.arb | 32 - .../lib/src/l10n/cupertino_ur.arb | 22 - .../lib/src/l10n/cupertino_vi.arb | 22 - .../lib/src/l10n/cupertino_zh.arb | 22 - .../lib/src/l10n/cupertino_zh_HK.arb | 22 - .../lib/src/l10n/cupertino_zh_TW.arb | 22 - .../generated_cupertino_localizations.dart | 9344 +---------------- .../generated_material_localizations.dart | 96 +- .../lib/src/l10n/material_de.arb | 2 +- .../lib/src/l10n/material_de_CH.arb | 2 +- .../lib/src/l10n/material_gsw.arb | 2 +- .../lib/src/l10n/material_kk.arb | 72 +- .../lib/src/l10n/material_pl.arb | 18 +- 89 files changed, 171 insertions(+), 11270 deletions(-) delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_da.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_de.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_el.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_en_AU.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_en_CA.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_en_GB.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_en_IE.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_en_IN.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_en_SG.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_en_ZA.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_et.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_he.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_id.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_it.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_km.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_th.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb deleted file mode 100644 index 45d88cd3887c..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb +++ /dev/null @@ -1,42 +0,0 @@ -{ - "todayLabel": "اليوم", - "timerPickerSecondLabelFew": "ثوانٍ", - "datePickerHourSemanticsLabelZero": "$hour بالضبط", - "datePickerHourSemanticsLabelTwo": "$hour بالضبط", - "datePickerHourSemanticsLabelFew": "$hour بالضبط", - "datePickerHourSemanticsLabelMany": "$hour بالضبط", - "timerPickerHourLabelTwo": "ساعتان", - "datePickerMinuteSemanticsLabelZero": "$minute دقيقة​", - "datePickerMinuteSemanticsLabelTwo": "دقيقتان ($minute)", - "datePickerMinuteSemanticsLabelFew": "$minute دقائق", - "datePickerMinuteSemanticsLabelMany": "$minute دقيقة​", - "timerPickerSecondLabelMany": "ثانية", - "timerPickerSecondLabelTwo": "ثانيتان", - "timerPickerSecondLabelZero": "ثانية", - "timerPickerMinuteLabelMany": "دقيقة", - "timerPickerMinuteLabelFew": "دقائق", - "timerPickerMinuteLabelZero": "دقيقة", - "timerPickerHourLabelZero": "ساعة", - "timerPickerMinuteLabelTwo": "دقيقتان", - "timerPickerHourLabelFew": "ساعات", - "timerPickerHourLabelMany": "ساعة", - "datePickerHourSemanticsLabelOne": "$hour بالضبط", - "datePickerHourSemanticsLabelOther": "$hour بالضبط", - "datePickerMinuteSemanticsLabelOne": "دقيقة واحدة", - "datePickerMinuteSemanticsLabelOther": "$minute دقيقة​", - "datePickerDateOrder": "dmy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "ص", - "postMeridiemAbbreviation": "م", - "alertDialogLabel": "تنبيه", - "timerPickerHourLabelOne": "ساعة", - "timerPickerHourLabelOther": "ساعة", - "timerPickerMinuteLabelOne": "دقيقة واحدة", - "timerPickerMinuteLabelOther": "دقيقة", - "timerPickerSecondLabelOne": "ثانية واحدة", - "timerPickerSecondLabelOther": "ثانية", - "cutButtonLabel": "قص", - "copyButtonLabel": "نسخ", - "pasteButtonLabel": "لصق", - "selectAllButtonLabel": "اختيار الكل" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb deleted file mode 100644 index 11420c3bfa4e..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Днес", - "datePickerHourSemanticsLabelOne": "$hour часа", - "datePickerHourSemanticsLabelOther": "$hour часа", - "datePickerMinuteSemanticsLabelOne": "1 минута", - "datePickerMinuteSemanticsLabelOther": "$minute минути", - "datePickerDateOrder": "мдг", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM", - "alertDialogLabel": "Сигнал", - "timerPickerHourLabelOne": "час", - "timerPickerHourLabelOther": "часа", - "timerPickerMinuteLabelOne": "мин", - "timerPickerMinuteLabelOther": "мин", - "timerPickerSecondLabelOne": "сек", - "timerPickerSecondLabelOther": "сек", - "cutButtonLabel": "Изрязване", - "copyButtonLabel": "Копиране", - "pasteButtonLabel": "Поставяне", - "selectAllButtonLabel": "Избиране на всички" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb deleted file mode 100644 index b1fbd9ff1fe5..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb +++ /dev/null @@ -1,27 +0,0 @@ -{ - "todayLabel": "Danas", - "datePickerHourSemanticsLabelFew": "$hour sata", - "datePickerMinuteSemanticsLabelFew": "$minute minute", - "timerPickerHourLabelFew": "sata", - "timerPickerMinuteLabelFew": "min", - "timerPickerSecondLabelFew": "s", - "datePickerHourSemanticsLabelOne": "$hour sat", - "datePickerHourSemanticsLabelOther": "$hour sati", - "datePickerMinuteSemanticsLabelOne": "Jedna minuta", - "datePickerMinuteSemanticsLabelOther": "$minute minuta", - "datePickerDateOrder": "dmy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "prijepodne", - "postMeridiemAbbreviation": "popodne", - "alertDialogLabel": "Upozorenje", - "timerPickerHourLabelOne": "sat", - "timerPickerHourLabelOther": "sati", - "timerPickerMinuteLabelOne": "min", - "timerPickerMinuteLabelOther": "min", - "timerPickerSecondLabelOne": "s", - "timerPickerSecondLabelOther": "s", - "cutButtonLabel": "Izreži", - "copyButtonLabel": "Kopiraj", - "pasteButtonLabel": "Zalijepi", - "selectAllButtonLabel": "Odaberi sve" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb deleted file mode 100644 index 9806169b51c3..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Avui", - "datePickerHourSemanticsLabelOne": "$hour en punt", - "datePickerHourSemanticsLabelOther": "$hour en punt", - "datePickerMinuteSemanticsLabelOne": "1 minut", - "datePickerMinuteSemanticsLabelOther": "$minute minuts", - "datePickerDateOrder": "dmy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM", - "alertDialogLabel": "Alerta", - "timerPickerHourLabelOne": "hora", - "timerPickerHourLabelOther": "hores", - "timerPickerMinuteLabelOne": "min", - "timerPickerMinuteLabelOther": "min", - "timerPickerSecondLabelOne": "s", - "timerPickerSecondLabelOther": "s", - "cutButtonLabel": "Retalla", - "copyButtonLabel": "Copia", - "pasteButtonLabel": "Enganxa", - "selectAllButtonLabel": "Selecciona-ho tot" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb deleted file mode 100644 index 022ad1983e62..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb +++ /dev/null @@ -1,32 +0,0 @@ -{ - "todayLabel": "Dnes", - "datePickerHourSemanticsLabelFew": "$hour hodiny", - "datePickerHourSemanticsLabelMany": "$hour hodiny", - "datePickerMinuteSemanticsLabelFew": "$minute minuty", - "datePickerMinuteSemanticsLabelMany": "$minute minuty", - "timerPickerHourLabelFew": "hodiny", - "timerPickerHourLabelMany": "hodiny", - "timerPickerMinuteLabelFew": "min", - "timerPickerMinuteLabelMany": "min", - "timerPickerSecondLabelFew": "s", - "timerPickerSecondLabelMany": "s", - "datePickerHourSemanticsLabelOne": "$hour hodina", - "datePickerHourSemanticsLabelOther": "$hour hodin", - "datePickerMinuteSemanticsLabelOne": "1 minuta", - "datePickerMinuteSemanticsLabelOther": "$minute minut", - "datePickerDateOrder": "mdy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM", - "alertDialogLabel": "Upozornění", - "timerPickerHourLabelOne": "hodina", - "timerPickerHourLabelOther": "hodin", - "timerPickerMinuteLabelOne": "min", - "timerPickerMinuteLabelOther": "min", - "timerPickerSecondLabelOne": "s", - "timerPickerSecondLabelOther": "s", - "cutButtonLabel": "Vyjmout", - "copyButtonLabel": "Kopírovat", - "pasteButtonLabel": "Vložit", - "selectAllButtonLabel": "Vybrat vše" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb deleted file mode 100644 index 4df37cb21efa..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "I dag", - "datePickerHourSemanticsLabelOne": "klokken $hour", - "datePickerHourSemanticsLabelOther": "klokken $hour", - "datePickerMinuteSemanticsLabelOne": "1 minut", - "datePickerMinuteSemanticsLabelOther": "$minute minutter", - "datePickerDateOrder": "dmy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM", - "alertDialogLabel": "Underretning", - "timerPickerHourLabelOne": "time", - "timerPickerHourLabelOther": "timer", - "timerPickerMinuteLabelOne": "min.", - "timerPickerMinuteLabelOther": "min.", - "timerPickerSecondLabelOne": "sek.", - "timerPickerSecondLabelOther": "sek.", - "cutButtonLabel": "Klip", - "copyButtonLabel": "Kopiér", - "pasteButtonLabel": "Sæt ind", - "selectAllButtonLabel": "Vælg alle" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb deleted file mode 100644 index fd3d2c959545..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Heute", - "datePickerHourSemanticsLabelOne": "$hour Uhr", - "datePickerHourSemanticsLabelOther": "$hour Uhr", - "datePickerMinuteSemanticsLabelOne": "1 Minute", - "datePickerMinuteSemanticsLabelOther": "$minute Minuten", - "datePickerDateOrder": "dmy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "VORM.", - "postMeridiemAbbreviation": "NACHM.", - "alertDialogLabel": "Benachrichtigung", - "timerPickerHourLabelOne": "Stunde", - "timerPickerHourLabelOther": "Stunden", - "timerPickerMinuteLabelOne": "min", - "timerPickerMinuteLabelOther": "min", - "timerPickerSecondLabelOne": "s", - "timerPickerSecondLabelOther": "s", - "cutButtonLabel": "Ausschneiden", - "copyButtonLabel": "Kopieren", - "pasteButtonLabel": "Einfügen", - "selectAllButtonLabel": "Alles auswählen" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb deleted file mode 100644 index 38cfb3e10a27..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Σήμερα", - "datePickerHourSemanticsLabelOne": "$hour ακριβώς", - "datePickerHourSemanticsLabelOther": "$hour ακριβώς", - "datePickerMinuteSemanticsLabelOne": "1 λεπτό", - "datePickerMinuteSemanticsLabelOther": "$minute λεπτά", - "datePickerDateOrder": "μηε", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "π.μ.", - "postMeridiemAbbreviation": "μ.μ.", - "alertDialogLabel": "Ειδοποίηση", - "timerPickerHourLabelOne": "ώρα", - "timerPickerHourLabelOther": "ώρες", - "timerPickerMinuteLabelOne": "λεπ.", - "timerPickerMinuteLabelOther": "λεπ.", - "timerPickerSecondLabelOne": "δευτ.", - "timerPickerSecondLabelOther": "δευτ.", - "cutButtonLabel": "Αποκοπή", - "copyButtonLabel": "Αντιγραφή", - "pasteButtonLabel": "Επικόλληση", - "selectAllButtonLabel": "Επιλογή όλων" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_AU.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_AU.arb deleted file mode 100644 index 1155eb195d98..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_AU.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Today", - "datePickerHourSemanticsLabelOne": "$hour o'clock", - "datePickerHourSemanticsLabelOther": "$hour o'clock", - "datePickerMinuteSemanticsLabelOne": "1 minute", - "datePickerMinuteSemanticsLabelOther": "$minute minutes", - "datePickerDateOrder": "dmy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM", - "alertDialogLabel": "Alert", - "timerPickerHourLabelOne": "hour", - "timerPickerHourLabelOther": "hours", - "timerPickerMinuteLabelOne": "min.", - "timerPickerMinuteLabelOther": "min.", - "timerPickerSecondLabelOne": "sec.", - "timerPickerSecondLabelOther": "sec.", - "cutButtonLabel": "Cut", - "copyButtonLabel": "Copy", - "pasteButtonLabel": "Paste", - "selectAllButtonLabel": "Select all" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_CA.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_CA.arb deleted file mode 100644 index 1155eb195d98..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_CA.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Today", - "datePickerHourSemanticsLabelOne": "$hour o'clock", - "datePickerHourSemanticsLabelOther": "$hour o'clock", - "datePickerMinuteSemanticsLabelOne": "1 minute", - "datePickerMinuteSemanticsLabelOther": "$minute minutes", - "datePickerDateOrder": "dmy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM", - "alertDialogLabel": "Alert", - "timerPickerHourLabelOne": "hour", - "timerPickerHourLabelOther": "hours", - "timerPickerMinuteLabelOne": "min.", - "timerPickerMinuteLabelOther": "min.", - "timerPickerSecondLabelOne": "sec.", - "timerPickerSecondLabelOther": "sec.", - "cutButtonLabel": "Cut", - "copyButtonLabel": "Copy", - "pasteButtonLabel": "Paste", - "selectAllButtonLabel": "Select all" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_GB.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_GB.arb deleted file mode 100644 index 1155eb195d98..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_GB.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Today", - "datePickerHourSemanticsLabelOne": "$hour o'clock", - "datePickerHourSemanticsLabelOther": "$hour o'clock", - "datePickerMinuteSemanticsLabelOne": "1 minute", - "datePickerMinuteSemanticsLabelOther": "$minute minutes", - "datePickerDateOrder": "dmy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM", - "alertDialogLabel": "Alert", - "timerPickerHourLabelOne": "hour", - "timerPickerHourLabelOther": "hours", - "timerPickerMinuteLabelOne": "min.", - "timerPickerMinuteLabelOther": "min.", - "timerPickerSecondLabelOne": "sec.", - "timerPickerSecondLabelOther": "sec.", - "cutButtonLabel": "Cut", - "copyButtonLabel": "Copy", - "pasteButtonLabel": "Paste", - "selectAllButtonLabel": "Select all" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_IE.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_IE.arb deleted file mode 100644 index 1155eb195d98..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_IE.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Today", - "datePickerHourSemanticsLabelOne": "$hour o'clock", - "datePickerHourSemanticsLabelOther": "$hour o'clock", - "datePickerMinuteSemanticsLabelOne": "1 minute", - "datePickerMinuteSemanticsLabelOther": "$minute minutes", - "datePickerDateOrder": "dmy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM", - "alertDialogLabel": "Alert", - "timerPickerHourLabelOne": "hour", - "timerPickerHourLabelOther": "hours", - "timerPickerMinuteLabelOne": "min.", - "timerPickerMinuteLabelOther": "min.", - "timerPickerSecondLabelOne": "sec.", - "timerPickerSecondLabelOther": "sec.", - "cutButtonLabel": "Cut", - "copyButtonLabel": "Copy", - "pasteButtonLabel": "Paste", - "selectAllButtonLabel": "Select all" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_IN.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_IN.arb deleted file mode 100644 index 1155eb195d98..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_IN.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Today", - "datePickerHourSemanticsLabelOne": "$hour o'clock", - "datePickerHourSemanticsLabelOther": "$hour o'clock", - "datePickerMinuteSemanticsLabelOne": "1 minute", - "datePickerMinuteSemanticsLabelOther": "$minute minutes", - "datePickerDateOrder": "dmy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM", - "alertDialogLabel": "Alert", - "timerPickerHourLabelOne": "hour", - "timerPickerHourLabelOther": "hours", - "timerPickerMinuteLabelOne": "min.", - "timerPickerMinuteLabelOther": "min.", - "timerPickerSecondLabelOne": "sec.", - "timerPickerSecondLabelOther": "sec.", - "cutButtonLabel": "Cut", - "copyButtonLabel": "Copy", - "pasteButtonLabel": "Paste", - "selectAllButtonLabel": "Select all" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_SG.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_SG.arb deleted file mode 100644 index 1155eb195d98..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_SG.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Today", - "datePickerHourSemanticsLabelOne": "$hour o'clock", - "datePickerHourSemanticsLabelOther": "$hour o'clock", - "datePickerMinuteSemanticsLabelOne": "1 minute", - "datePickerMinuteSemanticsLabelOther": "$minute minutes", - "datePickerDateOrder": "dmy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM", - "alertDialogLabel": "Alert", - "timerPickerHourLabelOne": "hour", - "timerPickerHourLabelOther": "hours", - "timerPickerMinuteLabelOne": "min.", - "timerPickerMinuteLabelOther": "min.", - "timerPickerSecondLabelOne": "sec.", - "timerPickerSecondLabelOther": "sec.", - "cutButtonLabel": "Cut", - "copyButtonLabel": "Copy", - "pasteButtonLabel": "Paste", - "selectAllButtonLabel": "Select all" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_ZA.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_ZA.arb deleted file mode 100644 index 1155eb195d98..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_ZA.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Today", - "datePickerHourSemanticsLabelOne": "$hour o'clock", - "datePickerHourSemanticsLabelOther": "$hour o'clock", - "datePickerMinuteSemanticsLabelOne": "1 minute", - "datePickerMinuteSemanticsLabelOther": "$minute minutes", - "datePickerDateOrder": "dmy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM", - "alertDialogLabel": "Alert", - "timerPickerHourLabelOne": "hour", - "timerPickerHourLabelOther": "hours", - "timerPickerMinuteLabelOne": "min.", - "timerPickerMinuteLabelOther": "min.", - "timerPickerSecondLabelOne": "sec.", - "timerPickerSecondLabelOther": "sec.", - "cutButtonLabel": "Cut", - "copyButtonLabel": "Copy", - "pasteButtonLabel": "Paste", - "selectAllButtonLabel": "Select all" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb deleted file mode 100644 index 3b88df30420f..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Hoy", - "datePickerHourSemanticsLabelOne": "$hour en punto", - "datePickerHourSemanticsLabelOther": "$hour en punto", - "datePickerMinuteSemanticsLabelOne": "1 minuto", - "datePickerMinuteSemanticsLabelOther": "$minute minutos", - "datePickerDateOrder": "dmy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "A.M.", - "postMeridiemAbbreviation": "P.M.", - "alertDialogLabel": "Alerta", - "timerPickerHourLabelOne": "hora", - "timerPickerHourLabelOther": "horas", - "timerPickerMinuteLabelOne": "min", - "timerPickerMinuteLabelOther": "min", - "timerPickerSecondLabelOne": "s", - "timerPickerSecondLabelOther": "s", - "cutButtonLabel": "Cortar", - "copyButtonLabel": "Copiar", - "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todo" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb deleted file mode 100644 index 5414739f5b76..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Hoy", - "datePickerHourSemanticsLabelOne": "$hour en punto", - "datePickerHourSemanticsLabelOther": "$hour en punto", - "datePickerMinuteSemanticsLabelOne": "1 minuto", - "datePickerMinuteSemanticsLabelOther": "$minute minutos", - "datePickerDateOrder": "mdy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "a.m.", - "postMeridiemAbbreviation": "p.m.", - "alertDialogLabel": "Alerta", - "timerPickerHourLabelOne": "hora", - "timerPickerHourLabelOther": "horas", - "timerPickerMinuteLabelOne": "min", - "timerPickerMinuteLabelOther": "min", - "timerPickerSecondLabelOne": "s", - "timerPickerSecondLabelOther": "s", - "cutButtonLabel": "Cortar", - "copyButtonLabel": "Copiar", - "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb deleted file mode 100644 index 5414739f5b76..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Hoy", - "datePickerHourSemanticsLabelOne": "$hour en punto", - "datePickerHourSemanticsLabelOther": "$hour en punto", - "datePickerMinuteSemanticsLabelOne": "1 minuto", - "datePickerMinuteSemanticsLabelOther": "$minute minutos", - "datePickerDateOrder": "mdy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "a.m.", - "postMeridiemAbbreviation": "p.m.", - "alertDialogLabel": "Alerta", - "timerPickerHourLabelOne": "hora", - "timerPickerHourLabelOther": "horas", - "timerPickerMinuteLabelOne": "min", - "timerPickerMinuteLabelOther": "min", - "timerPickerSecondLabelOne": "s", - "timerPickerSecondLabelOther": "s", - "cutButtonLabel": "Cortar", - "copyButtonLabel": "Copiar", - "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb deleted file mode 100644 index 5414739f5b76..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Hoy", - "datePickerHourSemanticsLabelOne": "$hour en punto", - "datePickerHourSemanticsLabelOther": "$hour en punto", - "datePickerMinuteSemanticsLabelOne": "1 minuto", - "datePickerMinuteSemanticsLabelOther": "$minute minutos", - "datePickerDateOrder": "mdy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "a.m.", - "postMeridiemAbbreviation": "p.m.", - "alertDialogLabel": "Alerta", - "timerPickerHourLabelOne": "hora", - "timerPickerHourLabelOther": "horas", - "timerPickerMinuteLabelOne": "min", - "timerPickerMinuteLabelOther": "min", - "timerPickerSecondLabelOne": "s", - "timerPickerSecondLabelOther": "s", - "cutButtonLabel": "Cortar", - "copyButtonLabel": "Copiar", - "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb deleted file mode 100644 index 5414739f5b76..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Hoy", - "datePickerHourSemanticsLabelOne": "$hour en punto", - "datePickerHourSemanticsLabelOther": "$hour en punto", - "datePickerMinuteSemanticsLabelOne": "1 minuto", - "datePickerMinuteSemanticsLabelOther": "$minute minutos", - "datePickerDateOrder": "mdy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "a.m.", - "postMeridiemAbbreviation": "p.m.", - "alertDialogLabel": "Alerta", - "timerPickerHourLabelOne": "hora", - "timerPickerHourLabelOther": "horas", - "timerPickerMinuteLabelOne": "min", - "timerPickerMinuteLabelOther": "min", - "timerPickerSecondLabelOne": "s", - "timerPickerSecondLabelOther": "s", - "cutButtonLabel": "Cortar", - "copyButtonLabel": "Copiar", - "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb deleted file mode 100644 index 5414739f5b76..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Hoy", - "datePickerHourSemanticsLabelOne": "$hour en punto", - "datePickerHourSemanticsLabelOther": "$hour en punto", - "datePickerMinuteSemanticsLabelOne": "1 minuto", - "datePickerMinuteSemanticsLabelOther": "$minute minutos", - "datePickerDateOrder": "mdy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "a.m.", - "postMeridiemAbbreviation": "p.m.", - "alertDialogLabel": "Alerta", - "timerPickerHourLabelOne": "hora", - "timerPickerHourLabelOther": "horas", - "timerPickerMinuteLabelOne": "min", - "timerPickerMinuteLabelOther": "min", - "timerPickerSecondLabelOne": "s", - "timerPickerSecondLabelOther": "s", - "cutButtonLabel": "Cortar", - "copyButtonLabel": "Copiar", - "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb deleted file mode 100644 index 5414739f5b76..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Hoy", - "datePickerHourSemanticsLabelOne": "$hour en punto", - "datePickerHourSemanticsLabelOther": "$hour en punto", - "datePickerMinuteSemanticsLabelOne": "1 minuto", - "datePickerMinuteSemanticsLabelOther": "$minute minutos", - "datePickerDateOrder": "mdy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "a.m.", - "postMeridiemAbbreviation": "p.m.", - "alertDialogLabel": "Alerta", - "timerPickerHourLabelOne": "hora", - "timerPickerHourLabelOther": "horas", - "timerPickerMinuteLabelOne": "min", - "timerPickerMinuteLabelOther": "min", - "timerPickerSecondLabelOne": "s", - "timerPickerSecondLabelOther": "s", - "cutButtonLabel": "Cortar", - "copyButtonLabel": "Copiar", - "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb deleted file mode 100644 index 5414739f5b76..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Hoy", - "datePickerHourSemanticsLabelOne": "$hour en punto", - "datePickerHourSemanticsLabelOther": "$hour en punto", - "datePickerMinuteSemanticsLabelOne": "1 minuto", - "datePickerMinuteSemanticsLabelOther": "$minute minutos", - "datePickerDateOrder": "mdy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "a.m.", - "postMeridiemAbbreviation": "p.m.", - "alertDialogLabel": "Alerta", - "timerPickerHourLabelOne": "hora", - "timerPickerHourLabelOther": "horas", - "timerPickerMinuteLabelOne": "min", - "timerPickerMinuteLabelOther": "min", - "timerPickerSecondLabelOne": "s", - "timerPickerSecondLabelOther": "s", - "cutButtonLabel": "Cortar", - "copyButtonLabel": "Copiar", - "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb deleted file mode 100644 index 5414739f5b76..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Hoy", - "datePickerHourSemanticsLabelOne": "$hour en punto", - "datePickerHourSemanticsLabelOther": "$hour en punto", - "datePickerMinuteSemanticsLabelOne": "1 minuto", - "datePickerMinuteSemanticsLabelOther": "$minute minutos", - "datePickerDateOrder": "mdy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "a.m.", - "postMeridiemAbbreviation": "p.m.", - "alertDialogLabel": "Alerta", - "timerPickerHourLabelOne": "hora", - "timerPickerHourLabelOther": "horas", - "timerPickerMinuteLabelOne": "min", - "timerPickerMinuteLabelOther": "min", - "timerPickerSecondLabelOne": "s", - "timerPickerSecondLabelOther": "s", - "cutButtonLabel": "Cortar", - "copyButtonLabel": "Copiar", - "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb deleted file mode 100644 index 5414739f5b76..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Hoy", - "datePickerHourSemanticsLabelOne": "$hour en punto", - "datePickerHourSemanticsLabelOther": "$hour en punto", - "datePickerMinuteSemanticsLabelOne": "1 minuto", - "datePickerMinuteSemanticsLabelOther": "$minute minutos", - "datePickerDateOrder": "mdy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "a.m.", - "postMeridiemAbbreviation": "p.m.", - "alertDialogLabel": "Alerta", - "timerPickerHourLabelOne": "hora", - "timerPickerHourLabelOther": "horas", - "timerPickerMinuteLabelOne": "min", - "timerPickerMinuteLabelOther": "min", - "timerPickerSecondLabelOne": "s", - "timerPickerSecondLabelOther": "s", - "cutButtonLabel": "Cortar", - "copyButtonLabel": "Copiar", - "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb deleted file mode 100644 index 5414739f5b76..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Hoy", - "datePickerHourSemanticsLabelOne": "$hour en punto", - "datePickerHourSemanticsLabelOther": "$hour en punto", - "datePickerMinuteSemanticsLabelOne": "1 minuto", - "datePickerMinuteSemanticsLabelOther": "$minute minutos", - "datePickerDateOrder": "mdy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "a.m.", - "postMeridiemAbbreviation": "p.m.", - "alertDialogLabel": "Alerta", - "timerPickerHourLabelOne": "hora", - "timerPickerHourLabelOther": "horas", - "timerPickerMinuteLabelOne": "min", - "timerPickerMinuteLabelOther": "min", - "timerPickerSecondLabelOne": "s", - "timerPickerSecondLabelOther": "s", - "cutButtonLabel": "Cortar", - "copyButtonLabel": "Copiar", - "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb deleted file mode 100644 index 5414739f5b76..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Hoy", - "datePickerHourSemanticsLabelOne": "$hour en punto", - "datePickerHourSemanticsLabelOther": "$hour en punto", - "datePickerMinuteSemanticsLabelOne": "1 minuto", - "datePickerMinuteSemanticsLabelOther": "$minute minutos", - "datePickerDateOrder": "mdy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "a.m.", - "postMeridiemAbbreviation": "p.m.", - "alertDialogLabel": "Alerta", - "timerPickerHourLabelOne": "hora", - "timerPickerHourLabelOther": "horas", - "timerPickerMinuteLabelOne": "min", - "timerPickerMinuteLabelOther": "min", - "timerPickerSecondLabelOne": "s", - "timerPickerSecondLabelOther": "s", - "cutButtonLabel": "Cortar", - "copyButtonLabel": "Copiar", - "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb deleted file mode 100644 index 5414739f5b76..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Hoy", - "datePickerHourSemanticsLabelOne": "$hour en punto", - "datePickerHourSemanticsLabelOther": "$hour en punto", - "datePickerMinuteSemanticsLabelOne": "1 minuto", - "datePickerMinuteSemanticsLabelOther": "$minute minutos", - "datePickerDateOrder": "mdy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "a.m.", - "postMeridiemAbbreviation": "p.m.", - "alertDialogLabel": "Alerta", - "timerPickerHourLabelOne": "hora", - "timerPickerHourLabelOther": "horas", - "timerPickerMinuteLabelOne": "min", - "timerPickerMinuteLabelOther": "min", - "timerPickerSecondLabelOne": "s", - "timerPickerSecondLabelOther": "s", - "cutButtonLabel": "Cortar", - "copyButtonLabel": "Copiar", - "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb deleted file mode 100644 index 5414739f5b76..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Hoy", - "datePickerHourSemanticsLabelOne": "$hour en punto", - "datePickerHourSemanticsLabelOther": "$hour en punto", - "datePickerMinuteSemanticsLabelOne": "1 minuto", - "datePickerMinuteSemanticsLabelOther": "$minute minutos", - "datePickerDateOrder": "mdy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "a.m.", - "postMeridiemAbbreviation": "p.m.", - "alertDialogLabel": "Alerta", - "timerPickerHourLabelOne": "hora", - "timerPickerHourLabelOther": "horas", - "timerPickerMinuteLabelOne": "min", - "timerPickerMinuteLabelOther": "min", - "timerPickerSecondLabelOne": "s", - "timerPickerSecondLabelOther": "s", - "cutButtonLabel": "Cortar", - "copyButtonLabel": "Copiar", - "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb deleted file mode 100644 index 5414739f5b76..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Hoy", - "datePickerHourSemanticsLabelOne": "$hour en punto", - "datePickerHourSemanticsLabelOther": "$hour en punto", - "datePickerMinuteSemanticsLabelOne": "1 minuto", - "datePickerMinuteSemanticsLabelOther": "$minute minutos", - "datePickerDateOrder": "mdy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "a.m.", - "postMeridiemAbbreviation": "p.m.", - "alertDialogLabel": "Alerta", - "timerPickerHourLabelOne": "hora", - "timerPickerHourLabelOther": "horas", - "timerPickerMinuteLabelOne": "min", - "timerPickerMinuteLabelOther": "min", - "timerPickerSecondLabelOne": "s", - "timerPickerSecondLabelOther": "s", - "cutButtonLabel": "Cortar", - "copyButtonLabel": "Copiar", - "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb deleted file mode 100644 index 5414739f5b76..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Hoy", - "datePickerHourSemanticsLabelOne": "$hour en punto", - "datePickerHourSemanticsLabelOther": "$hour en punto", - "datePickerMinuteSemanticsLabelOne": "1 minuto", - "datePickerMinuteSemanticsLabelOther": "$minute minutos", - "datePickerDateOrder": "mdy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "a.m.", - "postMeridiemAbbreviation": "p.m.", - "alertDialogLabel": "Alerta", - "timerPickerHourLabelOne": "hora", - "timerPickerHourLabelOther": "horas", - "timerPickerMinuteLabelOne": "min", - "timerPickerMinuteLabelOther": "min", - "timerPickerSecondLabelOne": "s", - "timerPickerSecondLabelOther": "s", - "cutButtonLabel": "Cortar", - "copyButtonLabel": "Copiar", - "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb deleted file mode 100644 index 5414739f5b76..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Hoy", - "datePickerHourSemanticsLabelOne": "$hour en punto", - "datePickerHourSemanticsLabelOther": "$hour en punto", - "datePickerMinuteSemanticsLabelOne": "1 minuto", - "datePickerMinuteSemanticsLabelOther": "$minute minutos", - "datePickerDateOrder": "mdy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "a.m.", - "postMeridiemAbbreviation": "p.m.", - "alertDialogLabel": "Alerta", - "timerPickerHourLabelOne": "hora", - "timerPickerHourLabelOther": "horas", - "timerPickerMinuteLabelOne": "min", - "timerPickerMinuteLabelOther": "min", - "timerPickerSecondLabelOne": "s", - "timerPickerSecondLabelOther": "s", - "cutButtonLabel": "Cortar", - "copyButtonLabel": "Copiar", - "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb deleted file mode 100644 index 5414739f5b76..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Hoy", - "datePickerHourSemanticsLabelOne": "$hour en punto", - "datePickerHourSemanticsLabelOther": "$hour en punto", - "datePickerMinuteSemanticsLabelOne": "1 minuto", - "datePickerMinuteSemanticsLabelOther": "$minute minutos", - "datePickerDateOrder": "mdy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "a.m.", - "postMeridiemAbbreviation": "p.m.", - "alertDialogLabel": "Alerta", - "timerPickerHourLabelOne": "hora", - "timerPickerHourLabelOther": "horas", - "timerPickerMinuteLabelOne": "min", - "timerPickerMinuteLabelOther": "min", - "timerPickerSecondLabelOne": "s", - "timerPickerSecondLabelOther": "s", - "cutButtonLabel": "Cortar", - "copyButtonLabel": "Copiar", - "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb deleted file mode 100644 index 5414739f5b76..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Hoy", - "datePickerHourSemanticsLabelOne": "$hour en punto", - "datePickerHourSemanticsLabelOther": "$hour en punto", - "datePickerMinuteSemanticsLabelOne": "1 minuto", - "datePickerMinuteSemanticsLabelOther": "$minute minutos", - "datePickerDateOrder": "mdy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "a.m.", - "postMeridiemAbbreviation": "p.m.", - "alertDialogLabel": "Alerta", - "timerPickerHourLabelOne": "hora", - "timerPickerHourLabelOther": "horas", - "timerPickerMinuteLabelOne": "min", - "timerPickerMinuteLabelOther": "min", - "timerPickerSecondLabelOne": "s", - "timerPickerSecondLabelOther": "s", - "cutButtonLabel": "Cortar", - "copyButtonLabel": "Copiar", - "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb deleted file mode 100644 index 5414739f5b76..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Hoy", - "datePickerHourSemanticsLabelOne": "$hour en punto", - "datePickerHourSemanticsLabelOther": "$hour en punto", - "datePickerMinuteSemanticsLabelOne": "1 minuto", - "datePickerMinuteSemanticsLabelOther": "$minute minutos", - "datePickerDateOrder": "mdy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "a.m.", - "postMeridiemAbbreviation": "p.m.", - "alertDialogLabel": "Alerta", - "timerPickerHourLabelOne": "hora", - "timerPickerHourLabelOther": "horas", - "timerPickerMinuteLabelOne": "min", - "timerPickerMinuteLabelOther": "min", - "timerPickerSecondLabelOne": "s", - "timerPickerSecondLabelOther": "s", - "cutButtonLabel": "Cortar", - "copyButtonLabel": "Copiar", - "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb deleted file mode 100644 index 5414739f5b76..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Hoy", - "datePickerHourSemanticsLabelOne": "$hour en punto", - "datePickerHourSemanticsLabelOther": "$hour en punto", - "datePickerMinuteSemanticsLabelOne": "1 minuto", - "datePickerMinuteSemanticsLabelOther": "$minute minutos", - "datePickerDateOrder": "mdy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "a.m.", - "postMeridiemAbbreviation": "p.m.", - "alertDialogLabel": "Alerta", - "timerPickerHourLabelOne": "hora", - "timerPickerHourLabelOther": "horas", - "timerPickerMinuteLabelOne": "min", - "timerPickerMinuteLabelOther": "min", - "timerPickerSecondLabelOne": "s", - "timerPickerSecondLabelOther": "s", - "cutButtonLabel": "Cortar", - "copyButtonLabel": "Copiar", - "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb deleted file mode 100644 index b95bfee1bd37..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Täna", - "datePickerHourSemanticsLabelOne": "Kell $hour", - "datePickerHourSemanticsLabelOther": "Kell $hour", - "datePickerMinuteSemanticsLabelOne": "1 minut", - "datePickerMinuteSemanticsLabelOther": "$minute minutit", - "datePickerDateOrder": "dmy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM", - "alertDialogLabel": "Märguanne", - "timerPickerHourLabelOne": "tund", - "timerPickerHourLabelOther": "tundi", - "timerPickerMinuteLabelOne": "min", - "timerPickerMinuteLabelOther": "min", - "timerPickerSecondLabelOne": "s", - "timerPickerSecondLabelOther": "s", - "cutButtonLabel": "Lõika", - "copyButtonLabel": "Kopeeri", - "pasteButtonLabel": "Kleebi", - "selectAllButtonLabel": "Vali kõik" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb deleted file mode 100644 index 799afd93d46d..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "امروز", - "datePickerHourSemanticsLabelOne": "ساعت $hour", - "datePickerHourSemanticsLabelOther": "ساعت $hour", - "datePickerMinuteSemanticsLabelOne": "۱ دقیقه", - "datePickerMinuteSemanticsLabelOther": "$minute دقیقه", - "datePickerDateOrder": "ymd", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "ق.ظ.", - "postMeridiemAbbreviation": "ب.ظ.", - "alertDialogLabel": "هشدار", - "timerPickerHourLabelOne": "ساعت", - "timerPickerHourLabelOther": "ساعت", - "timerPickerMinuteLabelOne": "دقیقه", - "timerPickerMinuteLabelOther": "دقیقه", - "timerPickerSecondLabelOne": "ثانیه", - "timerPickerSecondLabelOther": "ثانیه", - "cutButtonLabel": "برش", - "copyButtonLabel": "کپی", - "pasteButtonLabel": "جای‌گذاری", - "selectAllButtonLabel": "انتخاب همه" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb deleted file mode 100644 index f01170fd1a26..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Tänään", - "datePickerHourSemanticsLabelOne": "klo $hour", - "datePickerHourSemanticsLabelOther": "klo $hour", - "datePickerMinuteSemanticsLabelOne": "1 minuutti", - "datePickerMinuteSemanticsLabelOther": "$minute minuuttia", - "datePickerDateOrder": "mdy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "ap", - "postMeridiemAbbreviation": "ip", - "alertDialogLabel": "Ilmoitus", - "timerPickerHourLabelOne": "tunti", - "timerPickerHourLabelOther": "tuntia", - "timerPickerMinuteLabelOne": "min", - "timerPickerMinuteLabelOther": "min", - "timerPickerSecondLabelOne": "s", - "timerPickerSecondLabelOther": "s", - "cutButtonLabel": "Leikkaa", - "copyButtonLabel": "Kopioi", - "pasteButtonLabel": "Liitä", - "selectAllButtonLabel": "Valitse kaikki" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb deleted file mode 100644 index 95a185a52776..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Ngayon", - "datePickerHourSemanticsLabelOne": "Ala $hour", - "datePickerHourSemanticsLabelOther": "Alas $hour", - "datePickerMinuteSemanticsLabelOne": "1 minuto", - "datePickerMinuteSemanticsLabelOther": "$minute na minuto", - "datePickerDateOrder": "mdy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM", - "alertDialogLabel": "Alerto", - "timerPickerHourLabelOne": "oras", - "timerPickerHourLabelOther": "na oras", - "timerPickerMinuteLabelOne": "min.", - "timerPickerMinuteLabelOther": "na min.", - "timerPickerSecondLabelOne": "seg.", - "timerPickerSecondLabelOther": "na seg.", - "cutButtonLabel": "I-cut", - "copyButtonLabel": "Kopyahin", - "pasteButtonLabel": "I-paste", - "selectAllButtonLabel": "Piliin Lahat" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb index 75d865367052..b3afc6e0d1f0 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb @@ -1,9 +1,8 @@ { - "timerPickerSecondLabelOne": "s", - "datePickerHourSemanticsLabelOne": "$hour heure", + "datePickerHourSemanticsLabelOne": "une heure", "datePickerHourSemanticsLabelOther": "$hour heures", - "datePickerMinuteSemanticsLabelOne": "1 minute", - "datePickerMinuteSemanticsLabelOther": "$minute minutes", + "datePickerMinuteSemanticsLabelOne": "une minute", + "datePickerMinuteSemanticsLabelOther": "$minute minutes", "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbreviation": "AM", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb deleted file mode 100644 index 526080cc13bb..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Hoxe", - "datePickerHourSemanticsLabelOne": "$hour en punto", - "datePickerHourSemanticsLabelOther": "$hour en punto", - "datePickerMinuteSemanticsLabelOne": "1 minuto", - "datePickerMinuteSemanticsLabelOther": "$minute minutos", - "datePickerDateOrder": "dma", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "a.m.", - "postMeridiemAbbreviation": "p.m.", - "alertDialogLabel": "Alerta", - "timerPickerHourLabelOne": "hora", - "timerPickerHourLabelOther": "horas", - "timerPickerMinuteLabelOne": "min", - "timerPickerMinuteLabelOther": "min", - "timerPickerSecondLabelOne": "s", - "timerPickerSecondLabelOther": "s", - "cutButtonLabel": "Cortar", - "copyButtonLabel": "Copiar", - "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todo" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb deleted file mode 100644 index fd3d2c959545..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Heute", - "datePickerHourSemanticsLabelOne": "$hour Uhr", - "datePickerHourSemanticsLabelOther": "$hour Uhr", - "datePickerMinuteSemanticsLabelOne": "1 Minute", - "datePickerMinuteSemanticsLabelOther": "$minute Minuten", - "datePickerDateOrder": "dmy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "VORM.", - "postMeridiemAbbreviation": "NACHM.", - "alertDialogLabel": "Benachrichtigung", - "timerPickerHourLabelOne": "Stunde", - "timerPickerHourLabelOther": "Stunden", - "timerPickerMinuteLabelOne": "min", - "timerPickerMinuteLabelOther": "min", - "timerPickerSecondLabelOne": "s", - "timerPickerSecondLabelOther": "s", - "cutButtonLabel": "Ausschneiden", - "copyButtonLabel": "Kopieren", - "pasteButtonLabel": "Einfügen", - "selectAllButtonLabel": "Alles auswählen" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb deleted file mode 100644 index dfc82dc7364e..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb +++ /dev/null @@ -1,32 +0,0 @@ -{ - "todayLabel": "היום", - "datePickerHourSemanticsLabelTwo": "$hour בדיוק", - "datePickerHourSemanticsLabelMany": "$hour בדיוק", - "datePickerMinuteSemanticsLabelTwo": "$minute דקות", - "datePickerMinuteSemanticsLabelMany": "$minute דקות", - "timerPickerHourLabelTwo": "שעות", - "timerPickerHourLabelMany": "שעות", - "timerPickerMinuteLabelTwo": "דק’", - "timerPickerMinuteLabelMany": "דק’", - "timerPickerSecondLabelTwo": "שנ’", - "timerPickerSecondLabelMany": "שנ’", - "datePickerHourSemanticsLabelOne": "$hour בדיוק", - "datePickerHourSemanticsLabelOther": "$hour בדיוק", - "datePickerMinuteSemanticsLabelOne": "דקה אחת", - "datePickerMinuteSemanticsLabelOther": "$minute דקות", - "datePickerDateOrder": "dmy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM", - "alertDialogLabel": "התראה", - "timerPickerHourLabelOne": "שעה", - "timerPickerHourLabelOther": "שעות", - "timerPickerMinuteLabelOne": "דק’", - "timerPickerMinuteLabelOther": "דק’", - "timerPickerSecondLabelOne": "שנ’", - "timerPickerSecondLabelOther": "שנ’", - "cutButtonLabel": "גזירה", - "copyButtonLabel": "העתקה", - "pasteButtonLabel": "הדבקה", - "selectAllButtonLabel": "בחירת הכול" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb deleted file mode 100644 index 70ace1089958..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "आज", - "datePickerHourSemanticsLabelOne": "$hour बजे", - "datePickerHourSemanticsLabelOther": "$hour बजे", - "datePickerMinuteSemanticsLabelOne": "1 मिनट", - "datePickerMinuteSemanticsLabelOther": "$minute मिनट", - "datePickerDateOrder": "dmy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM", - "alertDialogLabel": "अलर्ट", - "timerPickerHourLabelOne": "घंटा", - "timerPickerHourLabelOther": "घंटे", - "timerPickerMinuteLabelOne": "मिनट", - "timerPickerMinuteLabelOther": "मिनट", - "timerPickerSecondLabelOne": "सेकंड", - "timerPickerSecondLabelOther": "सेकंड", - "cutButtonLabel": "काटें", - "copyButtonLabel": "कॉपी करें", - "pasteButtonLabel": "चिपकाएं", - "selectAllButtonLabel": "सभी चुनें" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb deleted file mode 100644 index b1fbd9ff1fe5..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb +++ /dev/null @@ -1,27 +0,0 @@ -{ - "todayLabel": "Danas", - "datePickerHourSemanticsLabelFew": "$hour sata", - "datePickerMinuteSemanticsLabelFew": "$minute minute", - "timerPickerHourLabelFew": "sata", - "timerPickerMinuteLabelFew": "min", - "timerPickerSecondLabelFew": "s", - "datePickerHourSemanticsLabelOne": "$hour sat", - "datePickerHourSemanticsLabelOther": "$hour sati", - "datePickerMinuteSemanticsLabelOne": "Jedna minuta", - "datePickerMinuteSemanticsLabelOther": "$minute minuta", - "datePickerDateOrder": "dmy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "prijepodne", - "postMeridiemAbbreviation": "popodne", - "alertDialogLabel": "Upozorenje", - "timerPickerHourLabelOne": "sat", - "timerPickerHourLabelOther": "sati", - "timerPickerMinuteLabelOne": "min", - "timerPickerMinuteLabelOther": "min", - "timerPickerSecondLabelOne": "s", - "timerPickerSecondLabelOther": "s", - "cutButtonLabel": "Izreži", - "copyButtonLabel": "Kopiraj", - "pasteButtonLabel": "Zalijepi", - "selectAllButtonLabel": "Odaberi sve" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb deleted file mode 100644 index c9dd5bd056da..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Ma", - "datePickerHourSemanticsLabelOne": "$hour óra", - "datePickerHourSemanticsLabelOther": "$hour óra", - "datePickerMinuteSemanticsLabelOne": "1 perc", - "datePickerMinuteSemanticsLabelOther": "$minute perc", - "datePickerDateOrder": "ymd", - "datePickerDateTimeOrder": "date_dayPeriod_time", - "anteMeridiemAbbreviation": "de.", - "postMeridiemAbbreviation": "du.", - "alertDialogLabel": "Értesítés", - "timerPickerHourLabelOne": "óra", - "timerPickerHourLabelOther": "óra", - "timerPickerMinuteLabelOne": "perc", - "timerPickerMinuteLabelOther": "perc", - "timerPickerSecondLabelOne": "mp", - "timerPickerSecondLabelOther": "mp", - "cutButtonLabel": "Kivágás", - "copyButtonLabel": "Másolás", - "pasteButtonLabel": "Beillesztés", - "selectAllButtonLabel": "Összes kijelölése" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb deleted file mode 100644 index 282e1d2bea90..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Այսօր", - "datePickerHourSemanticsLabelOne": "$hour:00", - "datePickerHourSemanticsLabelOther": "$hour:00", - "datePickerMinuteSemanticsLabelOne": "1 րոպե", - "datePickerMinuteSemanticsLabelOther": "$minute րոպե", - "datePickerDateOrder": "օատ", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM", - "alertDialogLabel": "Ծանուցում", - "timerPickerHourLabelOne": "ժամ", - "timerPickerHourLabelOther": "ժամ", - "timerPickerMinuteLabelOne": "րոպե", - "timerPickerMinuteLabelOther": "րոպե", - "timerPickerSecondLabelOne": "վրկ", - "timerPickerSecondLabelOther": "վրկ", - "cutButtonLabel": "Կտրել", - "copyButtonLabel": "Պատճենել", - "pasteButtonLabel": "Տեղադրել", - "selectAllButtonLabel": "Նշել բոլորը" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb deleted file mode 100644 index 32ff49c4889a..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Hari ini", - "datePickerHourSemanticsLabelOne": "$hour tepat", - "datePickerHourSemanticsLabelOther": "$hour tepat", - "datePickerMinuteSemanticsLabelOne": "1 menit", - "datePickerMinuteSemanticsLabelOther": "$minute menit", - "datePickerDateOrder": "dmy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM", - "alertDialogLabel": "Notifikasi", - "timerPickerHourLabelOne": "jam", - "timerPickerHourLabelOther": "jam", - "timerPickerMinuteLabelOne": "mnt.", - "timerPickerMinuteLabelOther": "mnt.", - "timerPickerSecondLabelOne": "dtk.", - "timerPickerSecondLabelOther": "dtk.", - "cutButtonLabel": "Potong", - "copyButtonLabel": "Salin", - "pasteButtonLabel": "Tempel", - "selectAllButtonLabel": "Pilih Semua" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb deleted file mode 100644 index 33b4e2c7ae09..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Oggi", - "datePickerHourSemanticsLabelOne": "$hour in punto", - "datePickerHourSemanticsLabelOther": "$hour in punto", - "datePickerMinuteSemanticsLabelOne": "1 minuto", - "datePickerMinuteSemanticsLabelOther": "$minute minuti", - "datePickerDateOrder": "dmy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM", - "alertDialogLabel": "Avviso", - "timerPickerHourLabelOne": "ora", - "timerPickerHourLabelOther": "ore", - "timerPickerMinuteLabelOne": "min.", - "timerPickerMinuteLabelOther": "min.", - "timerPickerSecondLabelOne": "sec.", - "timerPickerSecondLabelOther": "sec.", - "cutButtonLabel": "Taglia", - "copyButtonLabel": "Copia", - "pasteButtonLabel": "Incolla", - "selectAllButtonLabel": "Seleziona tutto" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb deleted file mode 100644 index c6bda504afe5..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "今日", - "datePickerHourSemanticsLabelOne": "$hour時", - "datePickerHourSemanticsLabelOther": "$hour時", - "datePickerMinuteSemanticsLabelOne": "1分", - "datePickerMinuteSemanticsLabelOther": "$minute分", - "datePickerDateOrder": "mdy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM", - "alertDialogLabel": "通知", - "timerPickerHourLabelOne": "時間", - "timerPickerHourLabelOther": "時間", - "timerPickerMinuteLabelOne": "分", - "timerPickerMinuteLabelOther": "分", - "timerPickerSecondLabelOne": "秒", - "timerPickerSecondLabelOther": "秒", - "cutButtonLabel": "切り取り", - "copyButtonLabel": "コピー", - "pasteButtonLabel": "貼り付け", - "selectAllButtonLabel": "すべて選択" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb deleted file mode 100644 index 2b5c4e9bbd7b..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "datePickerHourSemanticsLabelOne": "Сағат: $hour", - "datePickerHourSemanticsLabelOther": "Сағат: $hour", - "datePickerMinuteSemanticsLabelOne": "1 минут", - "datePickerMinuteSemanticsLabelOther": "$minute минут", - "datePickerDateOrder": "dmy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "түстен кейін", - "postMeridiemAbbreviation": "түстен кейін", - "todayLabel": "Бүгін", - "alertDialogLabel": "Дабыл", - "timerPickerHourLabelOne": "сағат", - "timerPickerHourLabelOther": "сағат", - "timerPickerMinuteLabelOne": "мин", - "timerPickerMinuteLabelOther": "мин", - "timerPickerSecondLabelOne": "сек", - "timerPickerSecondLabelOther": "сек", - "cutButtonLabel": "Қию", - "copyButtonLabel": "Көшіру", - "pasteButtonLabel": "Қою", - "selectAllButtonLabel": "Барлығын таңдау" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb deleted file mode 100644 index 6fd4599ce667..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "ថ្ងៃនេះ", - "datePickerHourSemanticsLabelOne": "ម៉ោង $hour", - "datePickerHourSemanticsLabelOther": "ម៉ោង $hour", - "datePickerMinuteSemanticsLabelOne": "1 នាទី", - "datePickerMinuteSemanticsLabelOther": "$minute នាទី", - "datePickerDateOrder": "dmy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM", - "alertDialogLabel": "ជូនដំណឹង", - "timerPickerHourLabelOne": "ម៉ោង", - "timerPickerHourLabelOther": "ម៉ោង", - "timerPickerMinuteLabelOne": "នាទី", - "timerPickerMinuteLabelOther": "នាទី", - "timerPickerSecondLabelOne": "វិនាទី", - "timerPickerSecondLabelOther": "វិនាទី", - "cutButtonLabel": "កាត់", - "copyButtonLabel": "ចម្លង", - "pasteButtonLabel": "ដាក់​ចូល", - "selectAllButtonLabel": "ជ្រើសរើស​ទាំងអស់" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb deleted file mode 100644 index 5cc74cdfc5ca..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "오늘", - "datePickerHourSemanticsLabelOne": "$hour시 정각", - "datePickerHourSemanticsLabelOther": "$hour시 정각", - "datePickerMinuteSemanticsLabelOne": "1분", - "datePickerMinuteSemanticsLabelOther": "$minute분", - "datePickerDateOrder": "ymd", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "오전", - "postMeridiemAbbreviation": "오후", - "alertDialogLabel": "알림", - "timerPickerHourLabelOne": "시간", - "timerPickerHourLabelOther": "시간", - "timerPickerMinuteLabelOne": "분", - "timerPickerMinuteLabelOther": "분", - "timerPickerSecondLabelOne": "초", - "timerPickerSecondLabelOther": "초", - "cutButtonLabel": "잘라냄", - "copyButtonLabel": "복사", - "pasteButtonLabel": "붙여넣기", - "selectAllButtonLabel": "전체 선택" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb deleted file mode 100644 index f72612631e04..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb +++ /dev/null @@ -1,32 +0,0 @@ -{ - "todayLabel": "Šiandien", - "datePickerHourSemanticsLabelFew": "$hour val.", - "datePickerHourSemanticsLabelMany": "$hour val.", - "datePickerMinuteSemanticsLabelFew": "$minute min.", - "datePickerMinuteSemanticsLabelMany": "$minute min.", - "timerPickerHourLabelFew": "val.", - "timerPickerHourLabelMany": "val.", - "timerPickerMinuteLabelFew": "min.", - "timerPickerMinuteLabelMany": "min.", - "timerPickerSecondLabelFew": "sek.", - "timerPickerSecondLabelMany": "sek.", - "datePickerHourSemanticsLabelOne": "$hour val.", - "datePickerHourSemanticsLabelOther": "$hour val.", - "datePickerMinuteSemanticsLabelOne": "1 min.", - "datePickerMinuteSemanticsLabelOther": "$minute min.", - "datePickerDateOrder": "y-M-d", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "priešpiet", - "postMeridiemAbbreviation": "popiet", - "alertDialogLabel": "Įspėjimas", - "timerPickerHourLabelOne": "val.", - "timerPickerHourLabelOther": "val.", - "timerPickerMinuteLabelOne": "min.", - "timerPickerMinuteLabelOther": "min.", - "timerPickerSecondLabelOne": "sek.", - "timerPickerSecondLabelOther": "sek.", - "cutButtonLabel": "Iškirpti", - "copyButtonLabel": "Kopijuoti", - "pasteButtonLabel": "Įklijuoti", - "selectAllButtonLabel": "Pasirinkti viską" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb deleted file mode 100644 index 66332fe72410..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb +++ /dev/null @@ -1,27 +0,0 @@ -{ - "todayLabel": "Šodien", - "datePickerHourSemanticsLabelZero": "plkst. $hour", - "datePickerMinuteSemanticsLabelZero": "$minute minūtes", - "timerPickerHourLabelZero": "h", - "timerPickerMinuteLabelZero": "min", - "timerPickerSecondLabelZero": "s", - "datePickerHourSemanticsLabelOne": "plkst. $hour", - "datePickerHourSemanticsLabelOther": "plkst. $hour", - "datePickerMinuteSemanticsLabelOne": "1 minūte", - "datePickerMinuteSemanticsLabelOther": "$minute minūtes", - "datePickerDateOrder": "mdy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "priekšpusdienā", - "postMeridiemAbbreviation": "pēcpusdienā", - "alertDialogLabel": "Brīdinājums", - "timerPickerHourLabelOne": "h", - "timerPickerHourLabelOther": "h", - "timerPickerMinuteLabelOne": "min", - "timerPickerMinuteLabelOther": "min", - "timerPickerSecondLabelOne": "s", - "timerPickerSecondLabelOther": "s", - "cutButtonLabel": "Izgriezt", - "copyButtonLabel": "Kopēt", - "pasteButtonLabel": "Ielīmēt", - "selectAllButtonLabel": "Atlasīt visu" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb deleted file mode 100644 index e489a87275fc..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Өнөөдөр", - "datePickerHourSemanticsLabelOne": "$hour цаг", - "datePickerHourSemanticsLabelOther": "$hour цаг", - "datePickerMinuteSemanticsLabelOne": "1 минут", - "datePickerMinuteSemanticsLabelOther": "$minute минут", - "datePickerDateOrder": "mdy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "ӨГЛӨӨ", - "postMeridiemAbbreviation": "ОРОЙ", - "alertDialogLabel": "Сэрэмжлүүлэг", - "timerPickerHourLabelOne": "цаг", - "timerPickerHourLabelOther": "цаг", - "timerPickerMinuteLabelOne": "минут.", - "timerPickerMinuteLabelOther": "минут.", - "timerPickerSecondLabelOne": "секунд.", - "timerPickerSecondLabelOther": "секунд.", - "cutButtonLabel": "Таслах", - "copyButtonLabel": "Хуулах", - "pasteButtonLabel": "Буулгах", - "selectAllButtonLabel": "Бүгдийг сонгох" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb deleted file mode 100644 index f858be531eb6..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "आज", - "datePickerHourSemanticsLabelOne": "$hour वाजता", - "datePickerHourSemanticsLabelOther": "$hour वाजता", - "datePickerMinuteSemanticsLabelOne": "एक मिनिट", - "datePickerMinuteSemanticsLabelOther": "$minute मिनिटे", - "datePickerDateOrder": "mdy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM", - "alertDialogLabel": "सूचना", - "timerPickerHourLabelOne": "तास", - "timerPickerHourLabelOther": "तास", - "timerPickerMinuteLabelOne": "मि.", - "timerPickerMinuteLabelOther": "मि.", - "timerPickerSecondLabelOne": "से.", - "timerPickerSecondLabelOther": "से.", - "cutButtonLabel": "कट करा", - "copyButtonLabel": "कॉपी करा", - "pasteButtonLabel": "पेस्ट करा", - "selectAllButtonLabel": "सर्व निवडा" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb deleted file mode 100644 index e9293500847a..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Hari ini", - "datePickerHourSemanticsLabelOne": "Pukul $hour", - "datePickerHourSemanticsLabelOther": "Pukul $hour", - "datePickerMinuteSemanticsLabelOne": "1 minit", - "datePickerMinuteSemanticsLabelOther": "$minute minit", - "datePickerDateOrder": "hbt", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "PG", - "postMeridiemAbbreviation": "PTG", - "alertDialogLabel": "Makluman", - "timerPickerHourLabelOne": "jam", - "timerPickerHourLabelOther": "jam", - "timerPickerMinuteLabelOne": "minit", - "timerPickerMinuteLabelOther": "minit", - "timerPickerSecondLabelOne": "saat", - "timerPickerSecondLabelOther": "saat", - "cutButtonLabel": "Potong", - "copyButtonLabel": "Salin", - "pasteButtonLabel": "Tampal", - "selectAllButtonLabel": "Pilih Semua" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb deleted file mode 100644 index 164f59c94836..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "I dag", - "datePickerHourSemanticsLabelOne": "$hour null-null", - "datePickerHourSemanticsLabelOther": "$hour null-null", - "datePickerMinuteSemanticsLabelOne": "1 minutt", - "datePickerMinuteSemanticsLabelOther": "$minute minutter", - "datePickerDateOrder": "dmy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM", - "alertDialogLabel": "Varsel", - "timerPickerHourLabelOne": "time", - "timerPickerHourLabelOther": "timer", - "timerPickerMinuteLabelOne": "min.", - "timerPickerMinuteLabelOther": "min.", - "timerPickerSecondLabelOne": "sek.", - "timerPickerSecondLabelOther": "sek.", - "cutButtonLabel": "Klipp ut", - "copyButtonLabel": "Kopiér", - "pasteButtonLabel": "Lim inn", - "selectAllButtonLabel": "Velg alle" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb deleted file mode 100644 index e6c96f6387e0..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Vandaag", - "datePickerHourSemanticsLabelOne": "$hour uur", - "datePickerHourSemanticsLabelOther": "$hour uur", - "datePickerMinuteSemanticsLabelOne": "1 minuut", - "datePickerMinuteSemanticsLabelOther": "$minute minuten", - "datePickerDateOrder": "dmj", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "am", - "postMeridiemAbbreviation": "pm", - "alertDialogLabel": "Melding", - "timerPickerHourLabelOne": "uur", - "timerPickerHourLabelOther": "uur", - "timerPickerMinuteLabelOne": "min.", - "timerPickerMinuteLabelOther": "min.", - "timerPickerSecondLabelOne": "sec.", - "timerPickerSecondLabelOther": "sec.", - "cutButtonLabel": "Knippen", - "copyButtonLabel": "Kopiëren", - "pasteButtonLabel": "Plakken", - "selectAllButtonLabel": "Alles selecteren" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb deleted file mode 100644 index c3dae9d478eb..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb +++ /dev/null @@ -1,32 +0,0 @@ -{ - "todayLabel": "Dziś", - "datePickerHourSemanticsLabelFew": "$hour", - "datePickerHourSemanticsLabelMany": "$hour", - "datePickerMinuteSemanticsLabelFew": "$minute minuty", - "datePickerMinuteSemanticsLabelMany": "$minute minut", - "timerPickerHourLabelFew": "godziny", - "timerPickerHourLabelMany": "godzin", - "timerPickerMinuteLabelFew": "min", - "timerPickerMinuteLabelMany": "min", - "timerPickerSecondLabelFew": "s", - "timerPickerSecondLabelMany": "s", - "datePickerHourSemanticsLabelOne": "$hour", - "datePickerHourSemanticsLabelOther": "$hour", - "datePickerMinuteSemanticsLabelOne": "1 minuta", - "datePickerMinuteSemanticsLabelOther": "$minute minuty", - "datePickerDateOrder": "dmy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM", - "alertDialogLabel": "Alert", - "timerPickerHourLabelOne": "godzina", - "timerPickerHourLabelOther": "godziny", - "timerPickerMinuteLabelOne": "min", - "timerPickerMinuteLabelOther": "min", - "timerPickerSecondLabelOne": "s", - "timerPickerSecondLabelOther": "s", - "cutButtonLabel": "Wytnij", - "copyButtonLabel": "Kopiuj", - "pasteButtonLabel": "Wklej", - "selectAllButtonLabel": "Wybierz wszystkie" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb deleted file mode 100644 index cde5d6fd3b92..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Hoje", - "datePickerHourSemanticsLabelOne": "$hour em ponto", - "datePickerHourSemanticsLabelOther": "$hour em ponto", - "datePickerMinuteSemanticsLabelOne": "1 minuto", - "datePickerMinuteSemanticsLabelOther": "$minute minutos", - "datePickerDateOrder": "dmy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "Manhã", - "postMeridiemAbbreviation": "Tarde/noite", - "alertDialogLabel": "Alerta", - "timerPickerHourLabelOne": "hora", - "timerPickerHourLabelOther": "horas", - "timerPickerMinuteLabelOne": "min", - "timerPickerMinuteLabelOther": "min", - "timerPickerSecondLabelOne": "s", - "timerPickerSecondLabelOther": "s", - "cutButtonLabel": "Cortar", - "copyButtonLabel": "Copiar", - "pasteButtonLabel": "Colar", - "selectAllButtonLabel": "Selecionar Tudo" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb deleted file mode 100644 index a51020e73ac4..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Hoje", - "datePickerHourSemanticsLabelOne": "$hour", - "datePickerHourSemanticsLabelOther": "$hour", - "datePickerMinuteSemanticsLabelOne": "1 minuto", - "datePickerMinuteSemanticsLabelOther": "$minute minutos", - "datePickerDateOrder": "dmy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM", - "alertDialogLabel": "Alerta", - "timerPickerHourLabelOne": "hora", - "timerPickerHourLabelOther": "horas", - "timerPickerMinuteLabelOne": "min", - "timerPickerMinuteLabelOther": "min", - "timerPickerSecondLabelOne": "seg", - "timerPickerSecondLabelOther": "seg", - "cutButtonLabel": "Cortar", - "copyButtonLabel": "Copiar", - "pasteButtonLabel": "Colar", - "selectAllButtonLabel": "Selecionar tudo" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb deleted file mode 100644 index 08cddceac9a3..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb +++ /dev/null @@ -1,27 +0,0 @@ -{ - "todayLabel": "Azi", - "datePickerHourSemanticsLabelFew": "Ora $hour", - "datePickerMinuteSemanticsLabelFew": "$minute minute", - "timerPickerHourLabelFew": "ore", - "timerPickerMinuteLabelFew": "min.", - "timerPickerSecondLabelFew": "sec.", - "datePickerHourSemanticsLabelOne": "Ora $hour", - "datePickerHourSemanticsLabelOther": "Ora $hour", - "datePickerMinuteSemanticsLabelOne": "1 minut", - "datePickerMinuteSemanticsLabelOther": "$minute de minute", - "datePickerDateOrder": "dmy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "a.m.", - "postMeridiemAbbreviation": "p.m.", - "alertDialogLabel": "Alertă", - "timerPickerHourLabelOne": "oră", - "timerPickerHourLabelOther": "de ore", - "timerPickerMinuteLabelOne": "min.", - "timerPickerMinuteLabelOther": "min.", - "timerPickerSecondLabelOne": "sec.", - "timerPickerSecondLabelOther": "sec.", - "cutButtonLabel": "Decupați", - "copyButtonLabel": "Copiați", - "pasteButtonLabel": "Inserați", - "selectAllButtonLabel": "Selectați-le pe toate" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb deleted file mode 100644 index 4e080a965493..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb +++ /dev/null @@ -1,32 +0,0 @@ -{ - "todayLabel": "Сегодня", - "datePickerHourSemanticsLabelFew": "$hour часа ровно", - "datePickerHourSemanticsLabelMany": "$hour часов ровно", - "datePickerMinuteSemanticsLabelFew": "$minute минуты", - "datePickerMinuteSemanticsLabelMany": "$minute минут", - "timerPickerHourLabelFew": "часа", - "timerPickerHourLabelMany": "часов", - "timerPickerMinuteLabelFew": "мин.", - "timerPickerMinuteLabelMany": "мин.", - "timerPickerSecondLabelFew": "сек.", - "timerPickerSecondLabelMany": "сек.", - "datePickerHourSemanticsLabelOne": "$hour час ровно", - "datePickerHourSemanticsLabelOther": "$hour часа ровно", - "datePickerMinuteSemanticsLabelOne": "1 минута", - "datePickerMinuteSemanticsLabelOther": "$minute минуты", - "datePickerDateOrder": "dmy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "АМ", - "postMeridiemAbbreviation": "PM", - "alertDialogLabel": "Оповещение", - "timerPickerHourLabelOne": "час", - "timerPickerHourLabelOther": "часа", - "timerPickerMinuteLabelOne": "мин.", - "timerPickerMinuteLabelOther": "мин.", - "timerPickerSecondLabelOne": "сек.", - "timerPickerSecondLabelOther": "сек.", - "cutButtonLabel": "Вырезать", - "copyButtonLabel": "Копировать", - "pasteButtonLabel": "Вставить", - "selectAllButtonLabel": "Выбрать все" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb deleted file mode 100644 index 3b0e3da84e30..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb +++ /dev/null @@ -1,32 +0,0 @@ -{ - "todayLabel": "Dnes", - "datePickerHourSemanticsLabelFew": "$hour hodiny", - "datePickerHourSemanticsLabelMany": "$hour hodiny", - "datePickerMinuteSemanticsLabelFew": "$minute minúty", - "datePickerMinuteSemanticsLabelMany": "$minute minúty", - "timerPickerHourLabelFew": "hodiny", - "timerPickerHourLabelMany": "hodiny", - "timerPickerMinuteLabelFew": "min", - "timerPickerMinuteLabelMany": "min", - "timerPickerSecondLabelFew": "s", - "timerPickerSecondLabelMany": "s", - "datePickerHourSemanticsLabelOne": "$hour hodina", - "datePickerHourSemanticsLabelOther": "$hour hodín", - "datePickerMinuteSemanticsLabelOne": "1 minúta", - "datePickerMinuteSemanticsLabelOther": "$minute minút", - "datePickerDateOrder": "mdy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM", - "alertDialogLabel": "Upozornenie", - "timerPickerHourLabelOne": "hodina", - "timerPickerHourLabelOther": "hodín", - "timerPickerMinuteLabelOne": "min", - "timerPickerMinuteLabelOther": "min", - "timerPickerSecondLabelOne": "s", - "timerPickerSecondLabelOther": "s", - "cutButtonLabel": "Vystrihnúť", - "copyButtonLabel": "Kopírovať", - "pasteButtonLabel": "Prilepiť", - "selectAllButtonLabel": "Vybrať všetko" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb deleted file mode 100644 index 65869012299b..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb +++ /dev/null @@ -1,32 +0,0 @@ -{ - "todayLabel": "Danes", - "datePickerHourSemanticsLabelTwo": "$hour", - "datePickerHourSemanticsLabelFew": "$hour", - "datePickerMinuteSemanticsLabelTwo": "$minute minuti", - "datePickerMinuteSemanticsLabelFew": "$minute minute", - "timerPickerHourLabelTwo": "ure", - "timerPickerHourLabelFew": "ure", - "timerPickerMinuteLabelTwo": "min", - "timerPickerMinuteLabelFew": "min", - "timerPickerSecondLabelTwo": "s", - "timerPickerSecondLabelFew": "s", - "datePickerHourSemanticsLabelOne": "$hour", - "datePickerHourSemanticsLabelOther": "$hour", - "datePickerMinuteSemanticsLabelOne": "1 minuta", - "datePickerMinuteSemanticsLabelOther": "$minute minut", - "datePickerDateOrder": "dmy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "DOP.", - "postMeridiemAbbreviation": "POP.", - "alertDialogLabel": "Opozorilo", - "timerPickerHourLabelOne": "ura", - "timerPickerHourLabelOther": "ure", - "timerPickerMinuteLabelOne": "min", - "timerPickerMinuteLabelOther": "min", - "timerPickerSecondLabelOne": "s", - "timerPickerSecondLabelOther": "s", - "cutButtonLabel": "Izreži", - "copyButtonLabel": "Kopiraj", - "pasteButtonLabel": "Prilepi", - "selectAllButtonLabel": "Izberi vse" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb deleted file mode 100644 index 954e6718b8cf..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb +++ /dev/null @@ -1,27 +0,0 @@ -{ - "todayLabel": "Данас", - "datePickerHourSemanticsLabelFew": "$hour сата", - "datePickerMinuteSemanticsLabelFew": "$minute минута", - "timerPickerHourLabelFew": "сата", - "timerPickerMinuteLabelFew": "мин", - "timerPickerSecondLabelFew": "сек", - "datePickerHourSemanticsLabelOne": "$hour сат", - "datePickerHourSemanticsLabelOther": "$hour сати", - "datePickerMinuteSemanticsLabelOne": "1 минут", - "datePickerMinuteSemanticsLabelOther": "$minute минута", - "datePickerDateOrder": "dmy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "пре подне", - "postMeridiemAbbreviation": "по подне", - "alertDialogLabel": "Обавештење", - "timerPickerHourLabelOne": "сат", - "timerPickerHourLabelOther": "сати", - "timerPickerMinuteLabelOne": "мин", - "timerPickerMinuteLabelOther": "мин", - "timerPickerSecondLabelOne": "сек", - "timerPickerSecondLabelOther": "сек", - "cutButtonLabel": "Исеци", - "copyButtonLabel": "Копирај", - "pasteButtonLabel": "Налепи", - "selectAllButtonLabel": "Изабери све" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb deleted file mode 100644 index 6d06a4e126cb..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb +++ /dev/null @@ -1,27 +0,0 @@ -{ - "todayLabel": "Danas", - "datePickerHourSemanticsLabelFew": "$hour sata", - "datePickerMinuteSemanticsLabelFew": "$minute minuta", - "timerPickerHourLabelFew": "sata", - "timerPickerMinuteLabelFew": "min", - "timerPickerSecondLabelFew": "sek", - "datePickerHourSemanticsLabelOne": "$hour sat", - "datePickerHourSemanticsLabelOther": "$hour sati", - "datePickerMinuteSemanticsLabelOne": "1 minut", - "datePickerMinuteSemanticsLabelOther": "$minute minuta", - "datePickerDateOrder": "dmy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "pre podne", - "postMeridiemAbbreviation": "po podne", - "alertDialogLabel": "Obaveštenje", - "timerPickerHourLabelOne": "sat", - "timerPickerHourLabelOther": "sati", - "timerPickerMinuteLabelOne": "min", - "timerPickerMinuteLabelOther": "min", - "timerPickerSecondLabelOne": "sek", - "timerPickerSecondLabelOther": "sek", - "cutButtonLabel": "Iseci", - "copyButtonLabel": "Kopiraj", - "pasteButtonLabel": "Nalepi", - "selectAllButtonLabel": "Izaberi sve" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb deleted file mode 100644 index 0319d2bc70cd..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "I dag", - "datePickerHourSemanticsLabelOne": "Klockan $hour", - "datePickerHourSemanticsLabelOther": "Klockan $hour", - "datePickerMinuteSemanticsLabelOne": "1 minut", - "datePickerMinuteSemanticsLabelOther": "$minute minuter", - "datePickerDateOrder": "dmy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "FM", - "postMeridiemAbbreviation": "EM", - "alertDialogLabel": "Varning", - "timerPickerHourLabelOne": "timme", - "timerPickerHourLabelOther": "timmar", - "timerPickerMinuteLabelOne": "min", - "timerPickerMinuteLabelOther": "min", - "timerPickerSecondLabelOne": "sek", - "timerPickerSecondLabelOther": "sek", - "cutButtonLabel": "Klipp ut", - "copyButtonLabel": "Kopiera", - "pasteButtonLabel": "Klistra in", - "selectAllButtonLabel": "Markera alla" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb deleted file mode 100644 index f947817d269e..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Leo", - "datePickerHourSemanticsLabelOne": "Saa $hour kamili", - "datePickerHourSemanticsLabelOther": "Saa $hour kamili", - "datePickerMinuteSemanticsLabelOne": "Dakika 1", - "datePickerMinuteSemanticsLabelOther": "Dakika $minute", - "datePickerDateOrder": "dmy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM", - "alertDialogLabel": "Arifa", - "timerPickerHourLabelOne": "saa", - "timerPickerHourLabelOther": "saa", - "timerPickerMinuteLabelOne": "dakika", - "timerPickerMinuteLabelOther": "dakika", - "timerPickerSecondLabelOne": "sekunde", - "timerPickerSecondLabelOther": "sekunde", - "cutButtonLabel": "Kata", - "copyButtonLabel": "Nakili", - "pasteButtonLabel": "Bandika", - "selectAllButtonLabel": "Teua Zote" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb deleted file mode 100644 index 3180e4b73b94..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "இன்று", - "datePickerHourSemanticsLabelOne": "$hour மணி", - "datePickerHourSemanticsLabelOther": "$hour மணி", - "datePickerMinuteSemanticsLabelOne": "1 நிமிடம்", - "datePickerMinuteSemanticsLabelOther": "$minute நிமிடங்கள்", - "datePickerDateOrder": "dmy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM", - "alertDialogLabel": "விழிப்பூட்டல்", - "timerPickerHourLabelOne": "மணிநேரம்", - "timerPickerHourLabelOther": "மணிநேரம்", - "timerPickerMinuteLabelOne": "நிமி.", - "timerPickerMinuteLabelOther": "நிமி.", - "timerPickerSecondLabelOne": "வி.", - "timerPickerSecondLabelOther": "வி.", - "cutButtonLabel": "வெட்டு", - "copyButtonLabel": "நகலெடு", - "pasteButtonLabel": "ஒட்டு", - "selectAllButtonLabel": "எல்லாம் தேர்ந்தெடு" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb deleted file mode 100644 index 4ec99510bb36..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "วันนี้", - "datePickerHourSemanticsLabelOne": "$hour นาฬิกา", - "datePickerHourSemanticsLabelOther": "$hour นาฬิกา", - "datePickerMinuteSemanticsLabelOne": "1 นาที", - "datePickerMinuteSemanticsLabelOther": "$minute นาที", - "datePickerDateOrder": "dmy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM", - "alertDialogLabel": "การแจ้งเตือน", - "timerPickerHourLabelOne": "ชั่วโมง", - "timerPickerHourLabelOther": "ชั่วโมง", - "timerPickerMinuteLabelOne": "นาที", - "timerPickerMinuteLabelOther": "นาที", - "timerPickerSecondLabelOne": "วินาที", - "timerPickerSecondLabelOther": "วินาที", - "cutButtonLabel": "ตัด", - "copyButtonLabel": "คัดลอก", - "pasteButtonLabel": "วาง", - "selectAllButtonLabel": "เลือกทั้งหมด" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb deleted file mode 100644 index 95a185a52776..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Ngayon", - "datePickerHourSemanticsLabelOne": "Ala $hour", - "datePickerHourSemanticsLabelOther": "Alas $hour", - "datePickerMinuteSemanticsLabelOne": "1 minuto", - "datePickerMinuteSemanticsLabelOther": "$minute na minuto", - "datePickerDateOrder": "mdy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM", - "alertDialogLabel": "Alerto", - "timerPickerHourLabelOne": "oras", - "timerPickerHourLabelOther": "na oras", - "timerPickerMinuteLabelOne": "min.", - "timerPickerMinuteLabelOther": "na min.", - "timerPickerSecondLabelOne": "seg.", - "timerPickerSecondLabelOther": "na seg.", - "cutButtonLabel": "I-cut", - "copyButtonLabel": "Kopyahin", - "pasteButtonLabel": "I-paste", - "selectAllButtonLabel": "Piliin Lahat" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb index 199d8124dacc..2004c45860fe 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb @@ -1,7 +1,7 @@ { - "datePickerHourSemanticsLabelOne": "Saat $hour", - "datePickerHourSemanticsLabelOther": "Saat $hour", - "datePickerMinuteSemanticsLabelOne": "1 dakika", + "datePickerHourSemanticsLabelOne": "bir saat", + "datePickerHourSemanticsLabelOther": "$hour saat", + "datePickerMinuteSemanticsLabelOne": "bir dakika", "datePickerMinuteSemanticsLabelOther": "$minute dakika", "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", @@ -19,4 +19,4 @@ "copyButtonLabel": "Kopyala", "pasteButtonLabel": "Yapıştır", "selectAllButtonLabel": "Tümünü Seç" -} +} \ No newline at end of file diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb deleted file mode 100644 index 80e0b5dd3af3..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb +++ /dev/null @@ -1,32 +0,0 @@ -{ - "todayLabel": "Сьогодні", - "datePickerHourSemanticsLabelFew": "$hour години", - "datePickerHourSemanticsLabelMany": "$hour годин", - "datePickerMinuteSemanticsLabelFew": "$minute хвилини", - "datePickerMinuteSemanticsLabelMany": "$minute хвилин", - "timerPickerHourLabelFew": "години", - "timerPickerHourLabelMany": "годин", - "timerPickerMinuteLabelFew": "хв", - "timerPickerMinuteLabelMany": "хв", - "timerPickerSecondLabelFew": "с", - "timerPickerSecondLabelMany": "с", - "datePickerHourSemanticsLabelOne": "$hour година", - "datePickerHourSemanticsLabelOther": "$hour години", - "datePickerMinuteSemanticsLabelOne": "1 хвилина", - "datePickerMinuteSemanticsLabelOther": "$minute хвилини", - "datePickerDateOrder": "mdy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "дп", - "postMeridiemAbbreviation": "пп", - "alertDialogLabel": "Сповіщення", - "timerPickerHourLabelOne": "година", - "timerPickerHourLabelOther": "години", - "timerPickerMinuteLabelOne": "хв", - "timerPickerMinuteLabelOther": "хв", - "timerPickerSecondLabelOne": "с", - "timerPickerSecondLabelOther": "с", - "cutButtonLabel": "Вирізати", - "copyButtonLabel": "Копіювати", - "pasteButtonLabel": "Вставити", - "selectAllButtonLabel": "Вибрати все" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb deleted file mode 100644 index 3677929a242d..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "آج", - "datePickerHourSemanticsLabelOne": "$hour بجے", - "datePickerHourSemanticsLabelOther": "$hour بجے", - "datePickerMinuteSemanticsLabelOne": "1 منٹ", - "datePickerMinuteSemanticsLabelOther": "$minute منٹس", - "datePickerDateOrder": "dmy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM", - "alertDialogLabel": "الرٹ", - "timerPickerHourLabelOne": "گھنٹہ", - "timerPickerHourLabelOther": "گھنٹے", - "timerPickerMinuteLabelOne": "منٹ۔", - "timerPickerMinuteLabelOther": "منٹ۔", - "timerPickerSecondLabelOne": "سیکنڈ۔", - "timerPickerSecondLabelOther": "سیکنڈ۔", - "cutButtonLabel": "کٹ کریں", - "copyButtonLabel": "کاپی کریں", - "pasteButtonLabel": "پیسٹ کریں", - "selectAllButtonLabel": "سبھی منتخب کریں" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb deleted file mode 100644 index 097d7b3e3c7d..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "Hôm nay", - "datePickerHourSemanticsLabelOne": "$hour giờ", - "datePickerHourSemanticsLabelOther": "$hour giờ", - "datePickerMinuteSemanticsLabelOne": "1 phút", - "datePickerMinuteSemanticsLabelOther": "$minute phút", - "datePickerDateOrder": "dmy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "SÁNG", - "postMeridiemAbbreviation": "CHIỀU", - "alertDialogLabel": "Thông báo", - "timerPickerHourLabelOne": "giờ", - "timerPickerHourLabelOther": "giờ", - "timerPickerMinuteLabelOne": "phút", - "timerPickerMinuteLabelOther": "phút", - "timerPickerSecondLabelOne": "giây", - "timerPickerSecondLabelOther": "giây", - "cutButtonLabel": "Cắt", - "copyButtonLabel": "Sao chép", - "pasteButtonLabel": "Dán", - "selectAllButtonLabel": "Chọn tất cả" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb deleted file mode 100644 index 251266b11cf1..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "今天", - "datePickerHourSemanticsLabelOne": "$hour 点", - "datePickerHourSemanticsLabelOther": "$hour 点", - "datePickerMinuteSemanticsLabelOne": "1 分钟", - "datePickerMinuteSemanticsLabelOther": "$minute 分钟", - "datePickerDateOrder": "ymd", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "上午", - "postMeridiemAbbreviation": "下午", - "alertDialogLabel": "提醒", - "timerPickerHourLabelOne": "小时", - "timerPickerHourLabelOther": "小时", - "timerPickerMinuteLabelOne": "分钟", - "timerPickerMinuteLabelOther": "分钟", - "timerPickerSecondLabelOne": "秒", - "timerPickerSecondLabelOther": "秒", - "cutButtonLabel": "剪切", - "copyButtonLabel": "复制", - "pasteButtonLabel": "粘贴", - "selectAllButtonLabel": "全选" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb deleted file mode 100644 index 59ca0769e0e5..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "今天", - "datePickerHourSemanticsLabelOne": "$hour 點", - "datePickerHourSemanticsLabelOther": "$hour 點", - "datePickerMinuteSemanticsLabelOne": "1 分", - "datePickerMinuteSemanticsLabelOther": "$minute 分", - "datePickerDateOrder": "ymd", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "上午", - "postMeridiemAbbreviation": "下午", - "alertDialogLabel": "快訊", - "timerPickerHourLabelOne": "小時", - "timerPickerHourLabelOther": "小時", - "timerPickerMinuteLabelOne": "分", - "timerPickerMinuteLabelOther": "分", - "timerPickerSecondLabelOne": "秒", - "timerPickerSecondLabelOther": "秒", - "cutButtonLabel": "剪下", - "copyButtonLabel": "複製", - "pasteButtonLabel": "貼上", - "selectAllButtonLabel": "全選" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb deleted file mode 100644 index 59ca0769e0e5..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb +++ /dev/null @@ -1,22 +0,0 @@ -{ - "todayLabel": "今天", - "datePickerHourSemanticsLabelOne": "$hour 點", - "datePickerHourSemanticsLabelOther": "$hour 點", - "datePickerMinuteSemanticsLabelOne": "1 分", - "datePickerMinuteSemanticsLabelOther": "$minute 分", - "datePickerDateOrder": "ymd", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "上午", - "postMeridiemAbbreviation": "下午", - "alertDialogLabel": "快訊", - "timerPickerHourLabelOne": "小時", - "timerPickerHourLabelOther": "小時", - "timerPickerMinuteLabelOne": "分", - "timerPickerMinuteLabelOther": "分", - "timerPickerSecondLabelOne": "秒", - "timerPickerSecondLabelOther": "秒", - "cutButtonLabel": "剪下", - "copyButtonLabel": "複製", - "pasteButtonLabel": "貼上", - "selectAllButtonLabel": "全選" -} diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index b2e0c96ee336..3ed8a4fe8ca5 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -21,161 +21,13 @@ import '../cupertino_localizations.dart'; // bottom of this file, and used by the [_GlobalCupertinoLocalizationsDelegate.load] // method defined in `flutter_localizations/lib/src/cupertino_localizations.dart`. -/// The translations for Arabic (`ar`). -class CupertinoLocalizationAr extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Arabic. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationAr({ - String localeName = 'ar', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'تنبيه'; - - @override - String get anteMeridiemAbbreviation => r'ص'; - - @override - String get copyButtonLabel => r'نسخ'; - - @override - String get cutButtonLabel => r'قص'; - - @override - String get datePickerDateOrderString => r'dmy'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => r'$hour بالضبط'; - - @override - String get datePickerHourSemanticsLabelMany => r'$hour بالضبط'; - - @override - String get datePickerHourSemanticsLabelOne => r'$hour بالضبط'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour بالضبط'; - - @override - String get datePickerHourSemanticsLabelTwo => r'$hour بالضبط'; - - @override - String get datePickerHourSemanticsLabelZero => r'$hour بالضبط'; - - @override - String get datePickerMinuteSemanticsLabelFew => r'$minute دقائق'; - - @override - String get datePickerMinuteSemanticsLabelMany => r'$minute دقيقة​'; - - @override - String get datePickerMinuteSemanticsLabelOne => r'دقيقة واحدة'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute دقيقة​'; - - @override - String get datePickerMinuteSemanticsLabelTwo => r'دقيقتان ($minute)'; - - @override - String get datePickerMinuteSemanticsLabelZero => r'$minute دقيقة​'; - - @override - String get pasteButtonLabel => r'لصق'; - - @override - String get postMeridiemAbbreviation => r'م'; - - @override - String get selectAllButtonLabel => r'اختيار الكل'; - - @override - String get timerPickerHourLabelFew => r'ساعات'; - - @override - String get timerPickerHourLabelMany => r'ساعة'; - - @override - String get timerPickerHourLabelOne => r'ساعة'; - - @override - String get timerPickerHourLabelOther => r'ساعة'; - - @override - String get timerPickerHourLabelTwo => r'ساعتان'; - - @override - String get timerPickerHourLabelZero => r'ساعة'; - - @override - String get timerPickerMinuteLabelFew => r'دقائق'; - - @override - String get timerPickerMinuteLabelMany => r'دقيقة'; - - @override - String get timerPickerMinuteLabelOne => r'دقيقة واحدة'; - - @override - String get timerPickerMinuteLabelOther => r'دقيقة'; - - @override - String get timerPickerMinuteLabelTwo => r'دقيقتان'; - - @override - String get timerPickerMinuteLabelZero => r'دقيقة'; - - @override - String get timerPickerSecondLabelFew => r'ثوانٍ'; - - @override - String get timerPickerSecondLabelMany => r'ثانية'; - - @override - String get timerPickerSecondLabelOne => r'ثانية واحدة'; - - @override - String get timerPickerSecondLabelOther => r'ثانية'; - - @override - String get timerPickerSecondLabelTwo => r'ثانيتان'; - - @override - String get timerPickerSecondLabelZero => r'ثانية'; - - @override - String get todayLabel => r'اليوم'; -} - -/// The translations for Bulgarian (`bg`). -class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Bulgarian. +/// The translations for English (`en`). +class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for English. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationBg({ - String localeName = 'bg', + const CupertinoLocalizationEn({ + String localeName = 'en', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -197,133 +49,73 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Сигнал'; + String get alertDialogLabel => r'Alert'; @override String get anteMeridiemAbbreviation => r'AM'; @override - String get copyButtonLabel => r'Копиране'; + String get copyButtonLabel => r'Copy'; @override - String get cutButtonLabel => r'Изрязване'; + String get cutButtonLabel => r'Cut'; @override - String get datePickerDateOrderString => r'мдг'; + String get datePickerDateOrderString => r'mdy'; @override String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; - - @override - String get datePickerHourSemanticsLabelMany => null; - - @override - String get datePickerHourSemanticsLabelOne => r'$hour часа'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour часа'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => null; - - @override - String get datePickerMinuteSemanticsLabelMany => null; - - @override - String get datePickerMinuteSemanticsLabelOne => r'1 минута'; + String get datePickerHourSemanticsLabelOne => r'$hour o' "'" r'clock'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute минути'; + String get datePickerHourSemanticsLabelOther => r'$hour o' "'" r'clock'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String get datePickerMinuteSemanticsLabelOne => r'1 minute'; @override - String get datePickerMinuteSemanticsLabelZero => null; + String get datePickerMinuteSemanticsLabelOther => r'$minute minutes'; @override - String get pasteButtonLabel => r'Поставяне'; + String get pasteButtonLabel => r'Paste'; @override String get postMeridiemAbbreviation => r'PM'; @override - String get selectAllButtonLabel => r'Избиране на всички'; - - @override - String get timerPickerHourLabelFew => null; - - @override - String get timerPickerHourLabelMany => null; - - @override - String get timerPickerHourLabelOne => r'час'; - - @override - String get timerPickerHourLabelOther => r'часа'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => null; - - @override - String get timerPickerMinuteLabelMany => null; - - @override - String get timerPickerMinuteLabelOne => r'мин'; - - @override - String get timerPickerMinuteLabelOther => r'мин'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; + String get selectAllButtonLabel => r'Select All'; @override - String get timerPickerSecondLabelFew => null; + String get timerPickerHourLabelOne => r'hour'; @override - String get timerPickerSecondLabelMany => null; + String get timerPickerHourLabelOther => r'hours'; @override - String get timerPickerSecondLabelOne => r'сек'; + String get timerPickerMinuteLabelOne => r'min.'; @override - String get timerPickerSecondLabelOther => r'сек'; + String get timerPickerMinuteLabelOther => r'min.'; @override - String get timerPickerSecondLabelTwo => null; + String get timerPickerSecondLabelOne => r'sec.'; @override - String get timerPickerSecondLabelZero => null; + String get timerPickerSecondLabelOther => r'sec.'; @override - String get todayLabel => r'Днес'; + String get todayLabel => r'Today'; } -/// The translations for Bosnian (`bs`). -class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Bosnian. +/// The translations for French (`fr`). +class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for French. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationBs({ - String localeName = 'bs', + const CupertinoLocalizationFr({ + String localeName = 'fr', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -345,16 +137,16 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Upozorenje'; + String get alertDialogLabel => r'Alerte'; @override - String get anteMeridiemAbbreviation => r'prijepodne'; + String get anteMeridiemAbbreviation => r'AM'; @override - String get copyButtonLabel => r'Kopiraj'; + String get copyButtonLabel => r'Copier'; @override - String get cutButtonLabel => r'Izreži'; + String get cutButtonLabel => r'Couper'; @override String get datePickerDateOrderString => r'dmy'; @@ -363,115 +155,55 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour sata'; - - @override - String get datePickerHourSemanticsLabelMany => null; - - @override - String get datePickerHourSemanticsLabelOne => r'$hour sat'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour sati'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => r'$minute minute'; - - @override - String get datePickerMinuteSemanticsLabelMany => null; - - @override - String get datePickerMinuteSemanticsLabelOne => r'Jedna minuta'; + String get datePickerHourSemanticsLabelOne => r'une heure'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minuta'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'Zalijepi'; - - @override - String get postMeridiemAbbreviation => r'popodne'; - - @override - String get selectAllButtonLabel => r'Odaberi sve'; - - @override - String get timerPickerHourLabelFew => r'sata'; - - @override - String get timerPickerHourLabelMany => null; - - @override - String get timerPickerHourLabelOne => r'sat'; - - @override - String get timerPickerHourLabelOther => r'sati'; - - @override - String get timerPickerHourLabelTwo => null; + String get datePickerHourSemanticsLabelOther => r'$hour heures'; @override - String get timerPickerHourLabelZero => null; + String get datePickerMinuteSemanticsLabelOne => r'une minute'; @override - String get timerPickerMinuteLabelFew => r'min'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minutes'; @override - String get timerPickerMinuteLabelMany => null; + String get pasteButtonLabel => r'Coller'; @override - String get timerPickerMinuteLabelOne => r'min'; + String get postMeridiemAbbreviation => r'PM'; @override - String get timerPickerMinuteLabelOther => r'min'; + String get selectAllButtonLabel => r'Tout sélect.'; @override - String get timerPickerMinuteLabelTwo => null; + String get timerPickerHourLabelOne => r'heure'; @override - String get timerPickerMinuteLabelZero => null; + String get timerPickerHourLabelOther => r'heures'; @override - String get timerPickerSecondLabelFew => r's'; + String get timerPickerMinuteLabelOne => r'minute'; @override - String get timerPickerSecondLabelMany => null; + String get timerPickerMinuteLabelOther => r'minutes'; @override - String get timerPickerSecondLabelOne => r's'; + String get timerPickerSecondLabelOne => null; @override String get timerPickerSecondLabelOther => r's'; @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'Danas'; + String get todayLabel => r'aujourd' "'" r'hui'; } -/// The translations for Catalan Valencian (`ca`). -class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Catalan Valencian. +/// The translations for Turkish (`tr`). +class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Turkish. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationCa({ - String localeName = 'ca', + const CupertinoLocalizationTr({ + String localeName = 'tr', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -493,16 +225,16 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Alerta'; + String get alertDialogLabel => r'Uyarı'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => r'ÖÖ'; @override - String get copyButtonLabel => r'Copia'; + String get copyButtonLabel => r'Kopyala'; @override - String get cutButtonLabel => r'Retalla'; + String get cutButtonLabel => r'Kes'; @override String get datePickerDateOrderString => r'dmy'; @@ -511,8693 +243,46 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; - - @override - String get datePickerHourSemanticsLabelMany => null; - - @override - String get datePickerHourSemanticsLabelOne => r'$hour en punt'; + String get datePickerHourSemanticsLabelOne => r'bir saat'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punt'; + String get datePickerHourSemanticsLabelOther => r'$hour saat'; @override - String get datePickerHourSemanticsLabelTwo => null; + String get datePickerMinuteSemanticsLabelOne => r'bir dakika'; @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => null; - - @override - String get datePickerMinuteSemanticsLabelMany => null; + String get datePickerMinuteSemanticsLabelOther => r'$minute dakika'; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minut'; + String get pasteButtonLabel => r'Yapıştır'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minuts'; + String get postMeridiemAbbreviation => r'ÖS'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String get selectAllButtonLabel => r'Tümünü Seç'; @override - String get datePickerMinuteSemanticsLabelZero => null; + String get timerPickerHourLabelOne => r'saat'; @override - String get pasteButtonLabel => r'Enganxa'; + String get timerPickerHourLabelOther => r'saat'; @override - String get postMeridiemAbbreviation => r'PM'; + String get timerPickerMinuteLabelOne => r'dk.'; @override - String get selectAllButtonLabel => r'Selecciona-ho tot'; + String get timerPickerMinuteLabelOther => r'dk.'; @override - String get timerPickerHourLabelFew => null; + String get timerPickerSecondLabelOne => r'sn.'; @override - String get timerPickerHourLabelMany => null; + String get timerPickerSecondLabelOther => r'sn.'; @override - String get timerPickerHourLabelOne => r'hora'; - - @override - String get timerPickerHourLabelOther => r'hores'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => null; - - @override - String get timerPickerMinuteLabelMany => null; - - @override - String get timerPickerMinuteLabelOne => r'min'; - - @override - String get timerPickerMinuteLabelOther => r'min'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => null; - - @override - String get timerPickerSecondLabelMany => null; - - @override - String get timerPickerSecondLabelOne => r's'; - - @override - String get timerPickerSecondLabelOther => r's'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'Avui'; -} - -/// The translations for Czech (`cs`). -class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Czech. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationCs({ - String localeName = 'cs', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'Upozornění'; - - @override - String get anteMeridiemAbbreviation => r'AM'; - - @override - String get copyButtonLabel => r'Kopírovat'; - - @override - String get cutButtonLabel => r'Vyjmout'; - - @override - String get datePickerDateOrderString => r'mdy'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => r'$hour hodiny'; - - @override - String get datePickerHourSemanticsLabelMany => r'$hour hodiny'; - - @override - String get datePickerHourSemanticsLabelOne => r'$hour hodina'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour hodin'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => r'$minute minuty'; - - @override - String get datePickerMinuteSemanticsLabelMany => r'$minute minuty'; - - @override - String get datePickerMinuteSemanticsLabelOne => r'1 minuta'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minut'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'Vložit'; - - @override - String get postMeridiemAbbreviation => r'PM'; - - @override - String get selectAllButtonLabel => r'Vybrat vše'; - - @override - String get timerPickerHourLabelFew => r'hodiny'; - - @override - String get timerPickerHourLabelMany => r'hodiny'; - - @override - String get timerPickerHourLabelOne => r'hodina'; - - @override - String get timerPickerHourLabelOther => r'hodin'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => r'min'; - - @override - String get timerPickerMinuteLabelMany => r'min'; - - @override - String get timerPickerMinuteLabelOne => r'min'; - - @override - String get timerPickerMinuteLabelOther => r'min'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => r's'; - - @override - String get timerPickerSecondLabelMany => r's'; - - @override - String get timerPickerSecondLabelOne => r's'; - - @override - String get timerPickerSecondLabelOther => r's'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'Dnes'; -} - -/// The translations for Danish (`da`). -class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Danish. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationDa({ - String localeName = 'da', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'Underretning'; - - @override - String get anteMeridiemAbbreviation => r'AM'; - - @override - String get copyButtonLabel => r'Kopiér'; - - @override - String get cutButtonLabel => r'Klip'; - - @override - String get datePickerDateOrderString => r'dmy'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => null; - - @override - String get datePickerHourSemanticsLabelMany => null; - - @override - String get datePickerHourSemanticsLabelOne => r'klokken $hour'; - - @override - String get datePickerHourSemanticsLabelOther => r'klokken $hour'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => null; - - @override - String get datePickerMinuteSemanticsLabelMany => null; - - @override - String get datePickerMinuteSemanticsLabelOne => r'1 minut'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minutter'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'Sæt ind'; - - @override - String get postMeridiemAbbreviation => r'PM'; - - @override - String get selectAllButtonLabel => r'Vælg alle'; - - @override - String get timerPickerHourLabelFew => null; - - @override - String get timerPickerHourLabelMany => null; - - @override - String get timerPickerHourLabelOne => r'time'; - - @override - String get timerPickerHourLabelOther => r'timer'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => null; - - @override - String get timerPickerMinuteLabelMany => null; - - @override - String get timerPickerMinuteLabelOne => r'min.'; - - @override - String get timerPickerMinuteLabelOther => r'min.'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => null; - - @override - String get timerPickerSecondLabelMany => null; - - @override - String get timerPickerSecondLabelOne => r'sek.'; - - @override - String get timerPickerSecondLabelOther => r'sek.'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'I dag'; -} - -/// The translations for German (`de`). -class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for German. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationDe({ - String localeName = 'de', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'Benachrichtigung'; - - @override - String get anteMeridiemAbbreviation => r'VORM.'; - - @override - String get copyButtonLabel => r'Kopieren'; - - @override - String get cutButtonLabel => r'Ausschneiden'; - - @override - String get datePickerDateOrderString => r'dmy'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => null; - - @override - String get datePickerHourSemanticsLabelMany => null; - - @override - String get datePickerHourSemanticsLabelOne => r'$hour Uhr'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour Uhr'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => null; - - @override - String get datePickerMinuteSemanticsLabelMany => null; - - @override - String get datePickerMinuteSemanticsLabelOne => r'1 Minute'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute Minuten'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'Einfügen'; - - @override - String get postMeridiemAbbreviation => r'NACHM.'; - - @override - String get selectAllButtonLabel => r'Alles auswählen'; - - @override - String get timerPickerHourLabelFew => null; - - @override - String get timerPickerHourLabelMany => null; - - @override - String get timerPickerHourLabelOne => r'Stunde'; - - @override - String get timerPickerHourLabelOther => r'Stunden'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => null; - - @override - String get timerPickerMinuteLabelMany => null; - - @override - String get timerPickerMinuteLabelOne => r'min'; - - @override - String get timerPickerMinuteLabelOther => r'min'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => null; - - @override - String get timerPickerSecondLabelMany => null; - - @override - String get timerPickerSecondLabelOne => r's'; - - @override - String get timerPickerSecondLabelOther => r's'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'Heute'; -} - -/// The translations for Modern Greek (`el`). -class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Modern Greek. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEl({ - String localeName = 'el', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'Ειδοποίηση'; - - @override - String get anteMeridiemAbbreviation => r'π.μ.'; - - @override - String get copyButtonLabel => r'Αντιγραφή'; - - @override - String get cutButtonLabel => r'Αποκοπή'; - - @override - String get datePickerDateOrderString => r'μηε'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => null; - - @override - String get datePickerHourSemanticsLabelMany => null; - - @override - String get datePickerHourSemanticsLabelOne => r'$hour ακριβώς'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour ακριβώς'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => null; - - @override - String get datePickerMinuteSemanticsLabelMany => null; - - @override - String get datePickerMinuteSemanticsLabelOne => r'1 λεπτό'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute λεπτά'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'Επικόλληση'; - - @override - String get postMeridiemAbbreviation => r'μ.μ.'; - - @override - String get selectAllButtonLabel => r'Επιλογή όλων'; - - @override - String get timerPickerHourLabelFew => null; - - @override - String get timerPickerHourLabelMany => null; - - @override - String get timerPickerHourLabelOne => r'ώρα'; - - @override - String get timerPickerHourLabelOther => r'ώρες'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => null; - - @override - String get timerPickerMinuteLabelMany => null; - - @override - String get timerPickerMinuteLabelOne => r'λεπ.'; - - @override - String get timerPickerMinuteLabelOther => r'λεπ.'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => null; - - @override - String get timerPickerSecondLabelMany => null; - - @override - String get timerPickerSecondLabelOne => r'δευτ.'; - - @override - String get timerPickerSecondLabelOther => r'δευτ.'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'Σήμερα'; -} - -/// The translations for English (`en`). -class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for English. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEn({ - String localeName = 'en', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'Alert'; - - @override - String get anteMeridiemAbbreviation => r'AM'; - - @override - String get copyButtonLabel => r'Copy'; - - @override - String get cutButtonLabel => r'Cut'; - - @override - String get datePickerDateOrderString => r'mdy'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => null; - - @override - String get datePickerHourSemanticsLabelMany => null; - - @override - String get datePickerHourSemanticsLabelOne => r'$hour o' "'" r'clock'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour o' "'" r'clock'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => null; - - @override - String get datePickerMinuteSemanticsLabelMany => null; - - @override - String get datePickerMinuteSemanticsLabelOne => r'1 minute'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minutes'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'Paste'; - - @override - String get postMeridiemAbbreviation => r'PM'; - - @override - String get selectAllButtonLabel => r'Select All'; - - @override - String get timerPickerHourLabelFew => null; - - @override - String get timerPickerHourLabelMany => null; - - @override - String get timerPickerHourLabelOne => r'hour'; - - @override - String get timerPickerHourLabelOther => r'hours'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => null; - - @override - String get timerPickerMinuteLabelMany => null; - - @override - String get timerPickerMinuteLabelOne => r'min.'; - - @override - String get timerPickerMinuteLabelOther => r'min.'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => null; - - @override - String get timerPickerSecondLabelMany => null; - - @override - String get timerPickerSecondLabelOne => r'sec.'; - - @override - String get timerPickerSecondLabelOther => r'sec.'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'Today'; -} - -/// The translations for English, as used in Australia (`en_AU`). -class CupertinoLocalizationEnAu extends CupertinoLocalizationEn { - /// Create an instance of the translation bundle for English, as used in Australia. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEnAu({ - String localeName = 'en_AU', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get datePickerDateOrderString => r'dmy'; - - @override - String get selectAllButtonLabel => r'Select all'; -} - -/// The translations for English, as used in Canada (`en_CA`). -class CupertinoLocalizationEnCa extends CupertinoLocalizationEn { - /// Create an instance of the translation bundle for English, as used in Canada. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEnCa({ - String localeName = 'en_CA', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get datePickerDateOrderString => r'dmy'; - - @override - String get selectAllButtonLabel => r'Select all'; -} - -/// The translations for English, as used in the United Kingdom (`en_GB`). -class CupertinoLocalizationEnGb extends CupertinoLocalizationEn { - /// Create an instance of the translation bundle for English, as used in the United Kingdom. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEnGb({ - String localeName = 'en_GB', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get datePickerDateOrderString => r'dmy'; - - @override - String get selectAllButtonLabel => r'Select all'; -} - -/// The translations for English, as used in Ireland (`en_IE`). -class CupertinoLocalizationEnIe extends CupertinoLocalizationEn { - /// Create an instance of the translation bundle for English, as used in Ireland. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEnIe({ - String localeName = 'en_IE', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get datePickerDateOrderString => r'dmy'; - - @override - String get selectAllButtonLabel => r'Select all'; -} - -/// The translations for English, as used in India (`en_IN`). -class CupertinoLocalizationEnIn extends CupertinoLocalizationEn { - /// Create an instance of the translation bundle for English, as used in India. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEnIn({ - String localeName = 'en_IN', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get datePickerDateOrderString => r'dmy'; - - @override - String get selectAllButtonLabel => r'Select all'; -} - -/// The translations for English, as used in Singapore (`en_SG`). -class CupertinoLocalizationEnSg extends CupertinoLocalizationEn { - /// Create an instance of the translation bundle for English, as used in Singapore. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEnSg({ - String localeName = 'en_SG', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get datePickerDateOrderString => r'dmy'; - - @override - String get selectAllButtonLabel => r'Select all'; -} - -/// The translations for English, as used in South Africa (`en_ZA`). -class CupertinoLocalizationEnZa extends CupertinoLocalizationEn { - /// Create an instance of the translation bundle for English, as used in South Africa. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEnZa({ - String localeName = 'en_ZA', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get datePickerDateOrderString => r'dmy'; - - @override - String get selectAllButtonLabel => r'Select all'; -} - -/// The translations for Spanish Castilian (`es`). -class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Spanish Castilian. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEs({ - String localeName = 'es', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'Alerta'; - - @override - String get anteMeridiemAbbreviation => r'A.M.'; - - @override - String get copyButtonLabel => r'Copiar'; - - @override - String get cutButtonLabel => r'Cortar'; - - @override - String get datePickerDateOrderString => r'dmy'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => null; - - @override - String get datePickerHourSemanticsLabelMany => null; - - @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => null; - - @override - String get datePickerMinuteSemanticsLabelMany => null; - - @override - String get datePickerMinuteSemanticsLabelOne => r'1 minuto'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minutos'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'Pegar'; - - @override - String get postMeridiemAbbreviation => r'P.M.'; - - @override - String get selectAllButtonLabel => r'Seleccionar todo'; - - @override - String get timerPickerHourLabelFew => null; - - @override - String get timerPickerHourLabelMany => null; - - @override - String get timerPickerHourLabelOne => r'hora'; - - @override - String get timerPickerHourLabelOther => r'horas'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => null; - - @override - String get timerPickerMinuteLabelMany => null; - - @override - String get timerPickerMinuteLabelOne => r'min'; - - @override - String get timerPickerMinuteLabelOther => r'min'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => null; - - @override - String get timerPickerSecondLabelMany => null; - - @override - String get timerPickerSecondLabelOne => r's'; - - @override - String get timerPickerSecondLabelOther => r's'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'Hoy'; -} - -/// The translations for Spanish Castilian, as used in Latin America and the Caribbean (`es_419`). -class CupertinoLocalizationEs419 extends CupertinoLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Latin America and the Caribbean. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEs419({ - String localeName = 'es_419', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; - - @override - String get datePickerDateOrderString => r'mdy'; - - @override - String get anteMeridiemAbbreviation => r'a.m.'; - - @override - String get postMeridiemAbbreviation => r'p.m.'; - - @override - String get selectAllButtonLabel => r'Seleccionar todos'; -} - -/// The translations for Spanish Castilian, as used in Argentina (`es_AR`). -class CupertinoLocalizationEsAr extends CupertinoLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Argentina. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEsAr({ - String localeName = 'es_AR', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; - - @override - String get datePickerDateOrderString => r'mdy'; - - @override - String get anteMeridiemAbbreviation => r'a.m.'; - - @override - String get postMeridiemAbbreviation => r'p.m.'; - - @override - String get selectAllButtonLabel => r'Seleccionar todos'; -} - -/// The translations for Spanish Castilian, as used in Bolivia (`es_BO`). -class CupertinoLocalizationEsBo extends CupertinoLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Bolivia. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEsBo({ - String localeName = 'es_BO', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; - - @override - String get datePickerDateOrderString => r'mdy'; - - @override - String get anteMeridiemAbbreviation => r'a.m.'; - - @override - String get postMeridiemAbbreviation => r'p.m.'; - - @override - String get selectAllButtonLabel => r'Seleccionar todos'; -} - -/// The translations for Spanish Castilian, as used in Chile (`es_CL`). -class CupertinoLocalizationEsCl extends CupertinoLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Chile. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEsCl({ - String localeName = 'es_CL', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; - - @override - String get datePickerDateOrderString => r'mdy'; - - @override - String get anteMeridiemAbbreviation => r'a.m.'; - - @override - String get postMeridiemAbbreviation => r'p.m.'; - - @override - String get selectAllButtonLabel => r'Seleccionar todos'; -} - -/// The translations for Spanish Castilian, as used in Colombia (`es_CO`). -class CupertinoLocalizationEsCo extends CupertinoLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Colombia. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEsCo({ - String localeName = 'es_CO', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; - - @override - String get datePickerDateOrderString => r'mdy'; - - @override - String get anteMeridiemAbbreviation => r'a.m.'; - - @override - String get postMeridiemAbbreviation => r'p.m.'; - - @override - String get selectAllButtonLabel => r'Seleccionar todos'; -} - -/// The translations for Spanish Castilian, as used in Costa Rica (`es_CR`). -class CupertinoLocalizationEsCr extends CupertinoLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Costa Rica. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEsCr({ - String localeName = 'es_CR', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; - - @override - String get datePickerDateOrderString => r'mdy'; - - @override - String get anteMeridiemAbbreviation => r'a.m.'; - - @override - String get postMeridiemAbbreviation => r'p.m.'; - - @override - String get selectAllButtonLabel => r'Seleccionar todos'; -} - -/// The translations for Spanish Castilian, as used in the Dominican Republic (`es_DO`). -class CupertinoLocalizationEsDo extends CupertinoLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in the Dominican Republic. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEsDo({ - String localeName = 'es_DO', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; - - @override - String get datePickerDateOrderString => r'mdy'; - - @override - String get anteMeridiemAbbreviation => r'a.m.'; - - @override - String get postMeridiemAbbreviation => r'p.m.'; - - @override - String get selectAllButtonLabel => r'Seleccionar todos'; -} - -/// The translations for Spanish Castilian, as used in Ecuador (`es_EC`). -class CupertinoLocalizationEsEc extends CupertinoLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Ecuador. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEsEc({ - String localeName = 'es_EC', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; - - @override - String get datePickerDateOrderString => r'mdy'; - - @override - String get anteMeridiemAbbreviation => r'a.m.'; - - @override - String get postMeridiemAbbreviation => r'p.m.'; - - @override - String get selectAllButtonLabel => r'Seleccionar todos'; -} - -/// The translations for Spanish Castilian, as used in Guatemala (`es_GT`). -class CupertinoLocalizationEsGt extends CupertinoLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Guatemala. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEsGt({ - String localeName = 'es_GT', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; - - @override - String get datePickerDateOrderString => r'mdy'; - - @override - String get anteMeridiemAbbreviation => r'a.m.'; - - @override - String get postMeridiemAbbreviation => r'p.m.'; - - @override - String get selectAllButtonLabel => r'Seleccionar todos'; -} - -/// The translations for Spanish Castilian, as used in Honduras (`es_HN`). -class CupertinoLocalizationEsHn extends CupertinoLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Honduras. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEsHn({ - String localeName = 'es_HN', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; - - @override - String get datePickerDateOrderString => r'mdy'; - - @override - String get anteMeridiemAbbreviation => r'a.m.'; - - @override - String get postMeridiemAbbreviation => r'p.m.'; - - @override - String get selectAllButtonLabel => r'Seleccionar todos'; -} - -/// The translations for Spanish Castilian, as used in Mexico (`es_MX`). -class CupertinoLocalizationEsMx extends CupertinoLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Mexico. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEsMx({ - String localeName = 'es_MX', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; - - @override - String get datePickerDateOrderString => r'mdy'; - - @override - String get anteMeridiemAbbreviation => r'a.m.'; - - @override - String get postMeridiemAbbreviation => r'p.m.'; - - @override - String get selectAllButtonLabel => r'Seleccionar todos'; -} - -/// The translations for Spanish Castilian, as used in Nicaragua (`es_NI`). -class CupertinoLocalizationEsNi extends CupertinoLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Nicaragua. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEsNi({ - String localeName = 'es_NI', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; - - @override - String get datePickerDateOrderString => r'mdy'; - - @override - String get anteMeridiemAbbreviation => r'a.m.'; - - @override - String get postMeridiemAbbreviation => r'p.m.'; - - @override - String get selectAllButtonLabel => r'Seleccionar todos'; -} - -/// The translations for Spanish Castilian, as used in Panama (`es_PA`). -class CupertinoLocalizationEsPa extends CupertinoLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Panama. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEsPa({ - String localeName = 'es_PA', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; - - @override - String get datePickerDateOrderString => r'mdy'; - - @override - String get anteMeridiemAbbreviation => r'a.m.'; - - @override - String get postMeridiemAbbreviation => r'p.m.'; - - @override - String get selectAllButtonLabel => r'Seleccionar todos'; -} - -/// The translations for Spanish Castilian, as used in Peru (`es_PE`). -class CupertinoLocalizationEsPe extends CupertinoLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Peru. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEsPe({ - String localeName = 'es_PE', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; - - @override - String get datePickerDateOrderString => r'mdy'; - - @override - String get anteMeridiemAbbreviation => r'a.m.'; - - @override - String get postMeridiemAbbreviation => r'p.m.'; - - @override - String get selectAllButtonLabel => r'Seleccionar todos'; -} - -/// The translations for Spanish Castilian, as used in Puerto Rico (`es_PR`). -class CupertinoLocalizationEsPr extends CupertinoLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Puerto Rico. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEsPr({ - String localeName = 'es_PR', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; - - @override - String get datePickerDateOrderString => r'mdy'; - - @override - String get anteMeridiemAbbreviation => r'a.m.'; - - @override - String get postMeridiemAbbreviation => r'p.m.'; - - @override - String get selectAllButtonLabel => r'Seleccionar todos'; -} - -/// The translations for Spanish Castilian, as used in Paraguay (`es_PY`). -class CupertinoLocalizationEsPy extends CupertinoLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Paraguay. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEsPy({ - String localeName = 'es_PY', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; - - @override - String get datePickerDateOrderString => r'mdy'; - - @override - String get anteMeridiemAbbreviation => r'a.m.'; - - @override - String get postMeridiemAbbreviation => r'p.m.'; - - @override - String get selectAllButtonLabel => r'Seleccionar todos'; -} - -/// The translations for Spanish Castilian, as used in El Salvador (`es_SV`). -class CupertinoLocalizationEsSv extends CupertinoLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in El Salvador. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEsSv({ - String localeName = 'es_SV', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; - - @override - String get datePickerDateOrderString => r'mdy'; - - @override - String get anteMeridiemAbbreviation => r'a.m.'; - - @override - String get postMeridiemAbbreviation => r'p.m.'; - - @override - String get selectAllButtonLabel => r'Seleccionar todos'; -} - -/// The translations for Spanish Castilian, as used in the United States (`es_US`). -class CupertinoLocalizationEsUs extends CupertinoLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in the United States. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEsUs({ - String localeName = 'es_US', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; - - @override - String get datePickerDateOrderString => r'mdy'; - - @override - String get anteMeridiemAbbreviation => r'a.m.'; - - @override - String get postMeridiemAbbreviation => r'p.m.'; - - @override - String get selectAllButtonLabel => r'Seleccionar todos'; -} - -/// The translations for Spanish Castilian, as used in Uruguay (`es_UY`). -class CupertinoLocalizationEsUy extends CupertinoLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Uruguay. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEsUy({ - String localeName = 'es_UY', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; - - @override - String get datePickerDateOrderString => r'mdy'; - - @override - String get anteMeridiemAbbreviation => r'a.m.'; - - @override - String get postMeridiemAbbreviation => r'p.m.'; - - @override - String get selectAllButtonLabel => r'Seleccionar todos'; -} - -/// The translations for Spanish Castilian, as used in Venezuela (`es_VE`). -class CupertinoLocalizationEsVe extends CupertinoLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Venezuela. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEsVe({ - String localeName = 'es_VE', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; - - @override - String get datePickerDateOrderString => r'mdy'; - - @override - String get anteMeridiemAbbreviation => r'a.m.'; - - @override - String get postMeridiemAbbreviation => r'p.m.'; - - @override - String get selectAllButtonLabel => r'Seleccionar todos'; -} - -/// The translations for Estonian (`et`). -class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Estonian. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEt({ - String localeName = 'et', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'Märguanne'; - - @override - String get anteMeridiemAbbreviation => r'AM'; - - @override - String get copyButtonLabel => r'Kopeeri'; - - @override - String get cutButtonLabel => r'Lõika'; - - @override - String get datePickerDateOrderString => r'dmy'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => null; - - @override - String get datePickerHourSemanticsLabelMany => null; - - @override - String get datePickerHourSemanticsLabelOne => r'Kell $hour'; - - @override - String get datePickerHourSemanticsLabelOther => r'Kell $hour'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => null; - - @override - String get datePickerMinuteSemanticsLabelMany => null; - - @override - String get datePickerMinuteSemanticsLabelOne => r'1 minut'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minutit'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'Kleebi'; - - @override - String get postMeridiemAbbreviation => r'PM'; - - @override - String get selectAllButtonLabel => r'Vali kõik'; - - @override - String get timerPickerHourLabelFew => null; - - @override - String get timerPickerHourLabelMany => null; - - @override - String get timerPickerHourLabelOne => r'tund'; - - @override - String get timerPickerHourLabelOther => r'tundi'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => null; - - @override - String get timerPickerMinuteLabelMany => null; - - @override - String get timerPickerMinuteLabelOne => r'min'; - - @override - String get timerPickerMinuteLabelOther => r'min'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => null; - - @override - String get timerPickerSecondLabelMany => null; - - @override - String get timerPickerSecondLabelOne => r's'; - - @override - String get timerPickerSecondLabelOther => r's'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'Täna'; -} - -/// The translations for Persian (`fa`). -class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Persian. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationFa({ - String localeName = 'fa', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'هشدار'; - - @override - String get anteMeridiemAbbreviation => r'ق.ظ.'; - - @override - String get copyButtonLabel => r'کپی'; - - @override - String get cutButtonLabel => r'برش'; - - @override - String get datePickerDateOrderString => r'ymd'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => null; - - @override - String get datePickerHourSemanticsLabelMany => null; - - @override - String get datePickerHourSemanticsLabelOne => r'ساعت $hour'; - - @override - String get datePickerHourSemanticsLabelOther => r'ساعت $hour'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => null; - - @override - String get datePickerMinuteSemanticsLabelMany => null; - - @override - String get datePickerMinuteSemanticsLabelOne => r'۱ دقیقه'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute دقیقه'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'جای‌گذاری'; - - @override - String get postMeridiemAbbreviation => r'ب.ظ.'; - - @override - String get selectAllButtonLabel => r'انتخاب همه'; - - @override - String get timerPickerHourLabelFew => null; - - @override - String get timerPickerHourLabelMany => null; - - @override - String get timerPickerHourLabelOne => r'ساعت'; - - @override - String get timerPickerHourLabelOther => r'ساعت'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => null; - - @override - String get timerPickerMinuteLabelMany => null; - - @override - String get timerPickerMinuteLabelOne => r'دقیقه'; - - @override - String get timerPickerMinuteLabelOther => r'دقیقه'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => null; - - @override - String get timerPickerSecondLabelMany => null; - - @override - String get timerPickerSecondLabelOne => r'ثانیه'; - - @override - String get timerPickerSecondLabelOther => r'ثانیه'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'امروز'; -} - -/// The translations for Finnish (`fi`). -class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Finnish. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationFi({ - String localeName = 'fi', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'Ilmoitus'; - - @override - String get anteMeridiemAbbreviation => r'ap'; - - @override - String get copyButtonLabel => r'Kopioi'; - - @override - String get cutButtonLabel => r'Leikkaa'; - - @override - String get datePickerDateOrderString => r'mdy'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => null; - - @override - String get datePickerHourSemanticsLabelMany => null; - - @override - String get datePickerHourSemanticsLabelOne => r'klo $hour'; - - @override - String get datePickerHourSemanticsLabelOther => r'klo $hour'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => null; - - @override - String get datePickerMinuteSemanticsLabelMany => null; - - @override - String get datePickerMinuteSemanticsLabelOne => r'1 minuutti'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minuuttia'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'Liitä'; - - @override - String get postMeridiemAbbreviation => r'ip'; - - @override - String get selectAllButtonLabel => r'Valitse kaikki'; - - @override - String get timerPickerHourLabelFew => null; - - @override - String get timerPickerHourLabelMany => null; - - @override - String get timerPickerHourLabelOne => r'tunti'; - - @override - String get timerPickerHourLabelOther => r'tuntia'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => null; - - @override - String get timerPickerMinuteLabelMany => null; - - @override - String get timerPickerMinuteLabelOne => r'min'; - - @override - String get timerPickerMinuteLabelOther => r'min'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => null; - - @override - String get timerPickerSecondLabelMany => null; - - @override - String get timerPickerSecondLabelOne => r's'; - - @override - String get timerPickerSecondLabelOther => r's'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'Tänään'; -} - -/// The translations for Filipino Pilipino (`fil`). -class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Filipino Pilipino. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationFil({ - String localeName = 'fil', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'Alerto'; - - @override - String get anteMeridiemAbbreviation => r'AM'; - - @override - String get copyButtonLabel => r'Kopyahin'; - - @override - String get cutButtonLabel => r'I-cut'; - - @override - String get datePickerDateOrderString => r'mdy'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => null; - - @override - String get datePickerHourSemanticsLabelMany => null; - - @override - String get datePickerHourSemanticsLabelOne => r'Ala $hour'; - - @override - String get datePickerHourSemanticsLabelOther => r'Alas $hour'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => null; - - @override - String get datePickerMinuteSemanticsLabelMany => null; - - @override - String get datePickerMinuteSemanticsLabelOne => r'1 minuto'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute na minuto'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'I-paste'; - - @override - String get postMeridiemAbbreviation => r'PM'; - - @override - String get selectAllButtonLabel => r'Piliin Lahat'; - - @override - String get timerPickerHourLabelFew => null; - - @override - String get timerPickerHourLabelMany => null; - - @override - String get timerPickerHourLabelOne => r'oras'; - - @override - String get timerPickerHourLabelOther => r'na oras'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => null; - - @override - String get timerPickerMinuteLabelMany => null; - - @override - String get timerPickerMinuteLabelOne => r'min.'; - - @override - String get timerPickerMinuteLabelOther => r'na min.'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => null; - - @override - String get timerPickerSecondLabelMany => null; - - @override - String get timerPickerSecondLabelOne => r'seg.'; - - @override - String get timerPickerSecondLabelOther => r'na seg.'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'Ngayon'; -} - -/// The translations for French (`fr`). -class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for French. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationFr({ - String localeName = 'fr', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'Alerte'; - - @override - String get anteMeridiemAbbreviation => r'AM'; - - @override - String get copyButtonLabel => r'Copier'; - - @override - String get cutButtonLabel => r'Couper'; - - @override - String get datePickerDateOrderString => r'dmy'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => null; - - @override - String get datePickerHourSemanticsLabelMany => null; - - @override - String get datePickerHourSemanticsLabelOne => r'$hour heure'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour heures'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => null; - - @override - String get datePickerMinuteSemanticsLabelMany => null; - - @override - String get datePickerMinuteSemanticsLabelOne => r'1 minute'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minutes'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'Coller'; - - @override - String get postMeridiemAbbreviation => r'PM'; - - @override - String get selectAllButtonLabel => r'Tout sélect.'; - - @override - String get timerPickerHourLabelFew => null; - - @override - String get timerPickerHourLabelMany => null; - - @override - String get timerPickerHourLabelOne => r'heure'; - - @override - String get timerPickerHourLabelOther => r'heures'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => null; - - @override - String get timerPickerMinuteLabelMany => null; - - @override - String get timerPickerMinuteLabelOne => r'minute'; - - @override - String get timerPickerMinuteLabelOther => r'minutes'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => null; - - @override - String get timerPickerSecondLabelMany => null; - - @override - String get timerPickerSecondLabelOne => r's'; - - @override - String get timerPickerSecondLabelOther => r's'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'aujourd' "'" r'hui'; -} - -/// The translations for Galician (`gl`). -class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Galician. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationGl({ - String localeName = 'gl', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'Alerta'; - - @override - String get anteMeridiemAbbreviation => r'a.m.'; - - @override - String get copyButtonLabel => r'Copiar'; - - @override - String get cutButtonLabel => r'Cortar'; - - @override - String get datePickerDateOrderString => r'dma'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => null; - - @override - String get datePickerHourSemanticsLabelMany => null; - - @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => null; - - @override - String get datePickerMinuteSemanticsLabelMany => null; - - @override - String get datePickerMinuteSemanticsLabelOne => r'1 minuto'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minutos'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'Pegar'; - - @override - String get postMeridiemAbbreviation => r'p.m.'; - - @override - String get selectAllButtonLabel => r'Seleccionar todo'; - - @override - String get timerPickerHourLabelFew => null; - - @override - String get timerPickerHourLabelMany => null; - - @override - String get timerPickerHourLabelOne => r'hora'; - - @override - String get timerPickerHourLabelOther => r'horas'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => null; - - @override - String get timerPickerMinuteLabelMany => null; - - @override - String get timerPickerMinuteLabelOne => r'min'; - - @override - String get timerPickerMinuteLabelOther => r'min'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => null; - - @override - String get timerPickerSecondLabelMany => null; - - @override - String get timerPickerSecondLabelOne => r's'; - - @override - String get timerPickerSecondLabelOther => r's'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'Hoxe'; -} - -/// The translations for Swiss German Alemannic Alsatian (`gsw`). -class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Swiss German Alemannic Alsatian. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationGsw({ - String localeName = 'gsw', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'Benachrichtigung'; - - @override - String get anteMeridiemAbbreviation => r'VORM.'; - - @override - String get copyButtonLabel => r'Kopieren'; - - @override - String get cutButtonLabel => r'Ausschneiden'; - - @override - String get datePickerDateOrderString => r'dmy'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => null; - - @override - String get datePickerHourSemanticsLabelMany => null; - - @override - String get datePickerHourSemanticsLabelOne => r'$hour Uhr'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour Uhr'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => null; - - @override - String get datePickerMinuteSemanticsLabelMany => null; - - @override - String get datePickerMinuteSemanticsLabelOne => r'1 Minute'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute Minuten'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'Einfügen'; - - @override - String get postMeridiemAbbreviation => r'NACHM.'; - - @override - String get selectAllButtonLabel => r'Alles auswählen'; - - @override - String get timerPickerHourLabelFew => null; - - @override - String get timerPickerHourLabelMany => null; - - @override - String get timerPickerHourLabelOne => r'Stunde'; - - @override - String get timerPickerHourLabelOther => r'Stunden'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => null; - - @override - String get timerPickerMinuteLabelMany => null; - - @override - String get timerPickerMinuteLabelOne => r'min'; - - @override - String get timerPickerMinuteLabelOther => r'min'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => null; - - @override - String get timerPickerSecondLabelMany => null; - - @override - String get timerPickerSecondLabelOne => r's'; - - @override - String get timerPickerSecondLabelOther => r's'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'Heute'; -} - -/// The translations for Hebrew (`he`). -class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Hebrew. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationHe({ - String localeName = 'he', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'התראה'; - - @override - String get anteMeridiemAbbreviation => r'AM'; - - @override - String get copyButtonLabel => r'העתקה'; - - @override - String get cutButtonLabel => r'גזירה'; - - @override - String get datePickerDateOrderString => r'dmy'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => null; - - @override - String get datePickerHourSemanticsLabelMany => r'$hour בדיוק'; - - @override - String get datePickerHourSemanticsLabelOne => r'$hour בדיוק'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour בדיוק'; - - @override - String get datePickerHourSemanticsLabelTwo => r'$hour בדיוק'; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => null; - - @override - String get datePickerMinuteSemanticsLabelMany => r'$minute דקות'; - - @override - String get datePickerMinuteSemanticsLabelOne => r'דקה אחת'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute דקות'; - - @override - String get datePickerMinuteSemanticsLabelTwo => r'$minute דקות'; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'הדבקה'; - - @override - String get postMeridiemAbbreviation => r'PM'; - - @override - String get selectAllButtonLabel => r'בחירת הכול'; - - @override - String get timerPickerHourLabelFew => null; - - @override - String get timerPickerHourLabelMany => r'שעות'; - - @override - String get timerPickerHourLabelOne => r'שעה'; - - @override - String get timerPickerHourLabelOther => r'שעות'; - - @override - String get timerPickerHourLabelTwo => r'שעות'; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => null; - - @override - String get timerPickerMinuteLabelMany => r'דק’'; - - @override - String get timerPickerMinuteLabelOne => r'דק’'; - - @override - String get timerPickerMinuteLabelOther => r'דק’'; - - @override - String get timerPickerMinuteLabelTwo => r'דק’'; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => null; - - @override - String get timerPickerSecondLabelMany => r'שנ’'; - - @override - String get timerPickerSecondLabelOne => r'שנ’'; - - @override - String get timerPickerSecondLabelOther => r'שנ’'; - - @override - String get timerPickerSecondLabelTwo => r'שנ’'; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'היום'; -} - -/// The translations for Hindi (`hi`). -class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Hindi. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationHi({ - String localeName = 'hi', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'अलर्ट'; - - @override - String get anteMeridiemAbbreviation => r'AM'; - - @override - String get copyButtonLabel => r'कॉपी करें'; - - @override - String get cutButtonLabel => r'काटें'; - - @override - String get datePickerDateOrderString => r'dmy'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => null; - - @override - String get datePickerHourSemanticsLabelMany => null; - - @override - String get datePickerHourSemanticsLabelOne => r'$hour बजे'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour बजे'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => null; - - @override - String get datePickerMinuteSemanticsLabelMany => null; - - @override - String get datePickerMinuteSemanticsLabelOne => r'1 मिनट'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute मिनट'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'चिपकाएं'; - - @override - String get postMeridiemAbbreviation => r'PM'; - - @override - String get selectAllButtonLabel => r'सभी चुनें'; - - @override - String get timerPickerHourLabelFew => null; - - @override - String get timerPickerHourLabelMany => null; - - @override - String get timerPickerHourLabelOne => r'घंटा'; - - @override - String get timerPickerHourLabelOther => r'घंटे'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => null; - - @override - String get timerPickerMinuteLabelMany => null; - - @override - String get timerPickerMinuteLabelOne => r'मिनट'; - - @override - String get timerPickerMinuteLabelOther => r'मिनट'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => null; - - @override - String get timerPickerSecondLabelMany => null; - - @override - String get timerPickerSecondLabelOne => r'सेकंड'; - - @override - String get timerPickerSecondLabelOther => r'सेकंड'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'आज'; -} - -/// The translations for Croatian (`hr`). -class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Croatian. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationHr({ - String localeName = 'hr', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'Upozorenje'; - - @override - String get anteMeridiemAbbreviation => r'prijepodne'; - - @override - String get copyButtonLabel => r'Kopiraj'; - - @override - String get cutButtonLabel => r'Izreži'; - - @override - String get datePickerDateOrderString => r'dmy'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => r'$hour sata'; - - @override - String get datePickerHourSemanticsLabelMany => null; - - @override - String get datePickerHourSemanticsLabelOne => r'$hour sat'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour sati'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => r'$minute minute'; - - @override - String get datePickerMinuteSemanticsLabelMany => null; - - @override - String get datePickerMinuteSemanticsLabelOne => r'Jedna minuta'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minuta'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'Zalijepi'; - - @override - String get postMeridiemAbbreviation => r'popodne'; - - @override - String get selectAllButtonLabel => r'Odaberi sve'; - - @override - String get timerPickerHourLabelFew => r'sata'; - - @override - String get timerPickerHourLabelMany => null; - - @override - String get timerPickerHourLabelOne => r'sat'; - - @override - String get timerPickerHourLabelOther => r'sati'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => r'min'; - - @override - String get timerPickerMinuteLabelMany => null; - - @override - String get timerPickerMinuteLabelOne => r'min'; - - @override - String get timerPickerMinuteLabelOther => r'min'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => r's'; - - @override - String get timerPickerSecondLabelMany => null; - - @override - String get timerPickerSecondLabelOne => r's'; - - @override - String get timerPickerSecondLabelOther => r's'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'Danas'; -} - -/// The translations for Hungarian (`hu`). -class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Hungarian. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationHu({ - String localeName = 'hu', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'Értesítés'; - - @override - String get anteMeridiemAbbreviation => r'de.'; - - @override - String get copyButtonLabel => r'Másolás'; - - @override - String get cutButtonLabel => r'Kivágás'; - - @override - String get datePickerDateOrderString => r'ymd'; - - @override - String get datePickerDateTimeOrderString => r'date_dayPeriod_time'; - - @override - String get datePickerHourSemanticsLabelFew => null; - - @override - String get datePickerHourSemanticsLabelMany => null; - - @override - String get datePickerHourSemanticsLabelOne => r'$hour óra'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour óra'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => null; - - @override - String get datePickerMinuteSemanticsLabelMany => null; - - @override - String get datePickerMinuteSemanticsLabelOne => r'1 perc'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute perc'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'Beillesztés'; - - @override - String get postMeridiemAbbreviation => r'du.'; - - @override - String get selectAllButtonLabel => r'Összes kijelölése'; - - @override - String get timerPickerHourLabelFew => null; - - @override - String get timerPickerHourLabelMany => null; - - @override - String get timerPickerHourLabelOne => r'óra'; - - @override - String get timerPickerHourLabelOther => r'óra'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => null; - - @override - String get timerPickerMinuteLabelMany => null; - - @override - String get timerPickerMinuteLabelOne => r'perc'; - - @override - String get timerPickerMinuteLabelOther => r'perc'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => null; - - @override - String get timerPickerSecondLabelMany => null; - - @override - String get timerPickerSecondLabelOne => r'mp'; - - @override - String get timerPickerSecondLabelOther => r'mp'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'Ma'; -} - -/// The translations for Armenian (`hy`). -class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Armenian. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationHy({ - String localeName = 'hy', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'Ծանուցում'; - - @override - String get anteMeridiemAbbreviation => r'AM'; - - @override - String get copyButtonLabel => r'Պատճենել'; - - @override - String get cutButtonLabel => r'Կտրել'; - - @override - String get datePickerDateOrderString => r'օատ'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => null; - - @override - String get datePickerHourSemanticsLabelMany => null; - - @override - String get datePickerHourSemanticsLabelOne => r'$hour:00'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour:00'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => null; - - @override - String get datePickerMinuteSemanticsLabelMany => null; - - @override - String get datePickerMinuteSemanticsLabelOne => r'1 րոպե'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute րոպե'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'Տեղադրել'; - - @override - String get postMeridiemAbbreviation => r'PM'; - - @override - String get selectAllButtonLabel => r'Նշել բոլորը'; - - @override - String get timerPickerHourLabelFew => null; - - @override - String get timerPickerHourLabelMany => null; - - @override - String get timerPickerHourLabelOne => r'ժամ'; - - @override - String get timerPickerHourLabelOther => r'ժամ'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => null; - - @override - String get timerPickerMinuteLabelMany => null; - - @override - String get timerPickerMinuteLabelOne => r'րոպե'; - - @override - String get timerPickerMinuteLabelOther => r'րոպե'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => null; - - @override - String get timerPickerSecondLabelMany => null; - - @override - String get timerPickerSecondLabelOne => r'վրկ'; - - @override - String get timerPickerSecondLabelOther => r'վրկ'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'Այսօր'; -} - -/// The translations for Indonesian (`id`). -class CupertinoLocalizationId extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Indonesian. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationId({ - String localeName = 'id', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'Notifikasi'; - - @override - String get anteMeridiemAbbreviation => r'AM'; - - @override - String get copyButtonLabel => r'Salin'; - - @override - String get cutButtonLabel => r'Potong'; - - @override - String get datePickerDateOrderString => r'dmy'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => null; - - @override - String get datePickerHourSemanticsLabelMany => null; - - @override - String get datePickerHourSemanticsLabelOne => r'$hour tepat'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour tepat'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => null; - - @override - String get datePickerMinuteSemanticsLabelMany => null; - - @override - String get datePickerMinuteSemanticsLabelOne => r'1 menit'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute menit'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'Tempel'; - - @override - String get postMeridiemAbbreviation => r'PM'; - - @override - String get selectAllButtonLabel => r'Pilih Semua'; - - @override - String get timerPickerHourLabelFew => null; - - @override - String get timerPickerHourLabelMany => null; - - @override - String get timerPickerHourLabelOne => r'jam'; - - @override - String get timerPickerHourLabelOther => r'jam'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => null; - - @override - String get timerPickerMinuteLabelMany => null; - - @override - String get timerPickerMinuteLabelOne => r'mnt.'; - - @override - String get timerPickerMinuteLabelOther => r'mnt.'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => null; - - @override - String get timerPickerSecondLabelMany => null; - - @override - String get timerPickerSecondLabelOne => r'dtk.'; - - @override - String get timerPickerSecondLabelOther => r'dtk.'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'Hari ini'; -} - -/// The translations for Italian (`it`). -class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Italian. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationIt({ - String localeName = 'it', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'Avviso'; - - @override - String get anteMeridiemAbbreviation => r'AM'; - - @override - String get copyButtonLabel => r'Copia'; - - @override - String get cutButtonLabel => r'Taglia'; - - @override - String get datePickerDateOrderString => r'dmy'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => null; - - @override - String get datePickerHourSemanticsLabelMany => null; - - @override - String get datePickerHourSemanticsLabelOne => r'$hour in punto'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour in punto'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => null; - - @override - String get datePickerMinuteSemanticsLabelMany => null; - - @override - String get datePickerMinuteSemanticsLabelOne => r'1 minuto'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minuti'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'Incolla'; - - @override - String get postMeridiemAbbreviation => r'PM'; - - @override - String get selectAllButtonLabel => r'Seleziona tutto'; - - @override - String get timerPickerHourLabelFew => null; - - @override - String get timerPickerHourLabelMany => null; - - @override - String get timerPickerHourLabelOne => r'ora'; - - @override - String get timerPickerHourLabelOther => r'ore'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => null; - - @override - String get timerPickerMinuteLabelMany => null; - - @override - String get timerPickerMinuteLabelOne => r'min.'; - - @override - String get timerPickerMinuteLabelOther => r'min.'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => null; - - @override - String get timerPickerSecondLabelMany => null; - - @override - String get timerPickerSecondLabelOne => r'sec.'; - - @override - String get timerPickerSecondLabelOther => r'sec.'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'Oggi'; -} - -/// The translations for Japanese (`ja`). -class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Japanese. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationJa({ - String localeName = 'ja', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'通知'; - - @override - String get anteMeridiemAbbreviation => r'AM'; - - @override - String get copyButtonLabel => r'コピー'; - - @override - String get cutButtonLabel => r'切り取り'; - - @override - String get datePickerDateOrderString => r'mdy'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => null; - - @override - String get datePickerHourSemanticsLabelMany => null; - - @override - String get datePickerHourSemanticsLabelOne => r'$hour時'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour時'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => null; - - @override - String get datePickerMinuteSemanticsLabelMany => null; - - @override - String get datePickerMinuteSemanticsLabelOne => r'1分'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute分'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'貼り付け'; - - @override - String get postMeridiemAbbreviation => r'PM'; - - @override - String get selectAllButtonLabel => r'すべて選択'; - - @override - String get timerPickerHourLabelFew => null; - - @override - String get timerPickerHourLabelMany => null; - - @override - String get timerPickerHourLabelOne => r'時間'; - - @override - String get timerPickerHourLabelOther => r'時間'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => null; - - @override - String get timerPickerMinuteLabelMany => null; - - @override - String get timerPickerMinuteLabelOne => r'分'; - - @override - String get timerPickerMinuteLabelOther => r'分'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => null; - - @override - String get timerPickerSecondLabelMany => null; - - @override - String get timerPickerSecondLabelOne => r'秒'; - - @override - String get timerPickerSecondLabelOther => r'秒'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'今日'; -} - -/// The translations for Kazakh (`kk`). -class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Kazakh. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationKk({ - String localeName = 'kk', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'Дабыл'; - - @override - String get anteMeridiemAbbreviation => r'түстен кейін'; - - @override - String get copyButtonLabel => r'Көшіру'; - - @override - String get cutButtonLabel => r'Қию'; - - @override - String get datePickerDateOrderString => r'dmy'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => null; - - @override - String get datePickerHourSemanticsLabelMany => null; - - @override - String get datePickerHourSemanticsLabelOne => r'Сағат: $hour'; - - @override - String get datePickerHourSemanticsLabelOther => r'Сағат: $hour'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => null; - - @override - String get datePickerMinuteSemanticsLabelMany => null; - - @override - String get datePickerMinuteSemanticsLabelOne => r'1 минут'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute минут'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'Қою'; - - @override - String get postMeridiemAbbreviation => r'түстен кейін'; - - @override - String get selectAllButtonLabel => r'Барлығын таңдау'; - - @override - String get timerPickerHourLabelFew => null; - - @override - String get timerPickerHourLabelMany => null; - - @override - String get timerPickerHourLabelOne => r'сағат'; - - @override - String get timerPickerHourLabelOther => r'сағат'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => null; - - @override - String get timerPickerMinuteLabelMany => null; - - @override - String get timerPickerMinuteLabelOne => r'мин'; - - @override - String get timerPickerMinuteLabelOther => r'мин'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => null; - - @override - String get timerPickerSecondLabelMany => null; - - @override - String get timerPickerSecondLabelOne => r'сек'; - - @override - String get timerPickerSecondLabelOther => r'сек'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'Бүгін'; -} - -/// The translations for Khmer Central Khmer (`km`). -class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Khmer Central Khmer. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationKm({ - String localeName = 'km', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'ជូនដំណឹង'; - - @override - String get anteMeridiemAbbreviation => r'AM'; - - @override - String get copyButtonLabel => r'ចម្លង'; - - @override - String get cutButtonLabel => r'កាត់'; - - @override - String get datePickerDateOrderString => r'dmy'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => null; - - @override - String get datePickerHourSemanticsLabelMany => null; - - @override - String get datePickerHourSemanticsLabelOne => r'ម៉ោង $hour'; - - @override - String get datePickerHourSemanticsLabelOther => r'ម៉ោង $hour'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => null; - - @override - String get datePickerMinuteSemanticsLabelMany => null; - - @override - String get datePickerMinuteSemanticsLabelOne => r'1 នាទី'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute នាទី'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'ដាក់​ចូល'; - - @override - String get postMeridiemAbbreviation => r'PM'; - - @override - String get selectAllButtonLabel => r'ជ្រើសរើស​ទាំងអស់'; - - @override - String get timerPickerHourLabelFew => null; - - @override - String get timerPickerHourLabelMany => null; - - @override - String get timerPickerHourLabelOne => r'ម៉ោង'; - - @override - String get timerPickerHourLabelOther => r'ម៉ោង'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => null; - - @override - String get timerPickerMinuteLabelMany => null; - - @override - String get timerPickerMinuteLabelOne => r'នាទី'; - - @override - String get timerPickerMinuteLabelOther => r'នាទី'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => null; - - @override - String get timerPickerSecondLabelMany => null; - - @override - String get timerPickerSecondLabelOne => r'វិនាទី'; - - @override - String get timerPickerSecondLabelOther => r'វិនាទី'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'ថ្ងៃនេះ'; -} - -/// The translations for Korean (`ko`). -class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Korean. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationKo({ - String localeName = 'ko', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'알림'; - - @override - String get anteMeridiemAbbreviation => r'오전'; - - @override - String get copyButtonLabel => r'복사'; - - @override - String get cutButtonLabel => r'잘라냄'; - - @override - String get datePickerDateOrderString => r'ymd'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => null; - - @override - String get datePickerHourSemanticsLabelMany => null; - - @override - String get datePickerHourSemanticsLabelOne => r'$hour시 정각'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour시 정각'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => null; - - @override - String get datePickerMinuteSemanticsLabelMany => null; - - @override - String get datePickerMinuteSemanticsLabelOne => r'1분'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute분'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'붙여넣기'; - - @override - String get postMeridiemAbbreviation => r'오후'; - - @override - String get selectAllButtonLabel => r'전체 선택'; - - @override - String get timerPickerHourLabelFew => null; - - @override - String get timerPickerHourLabelMany => null; - - @override - String get timerPickerHourLabelOne => r'시간'; - - @override - String get timerPickerHourLabelOther => r'시간'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => null; - - @override - String get timerPickerMinuteLabelMany => null; - - @override - String get timerPickerMinuteLabelOne => r'분'; - - @override - String get timerPickerMinuteLabelOther => r'분'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => null; - - @override - String get timerPickerSecondLabelMany => null; - - @override - String get timerPickerSecondLabelOne => r'초'; - - @override - String get timerPickerSecondLabelOther => r'초'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'오늘'; -} - -/// The translations for Lithuanian (`lt`). -class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Lithuanian. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationLt({ - String localeName = 'lt', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'Įspėjimas'; - - @override - String get anteMeridiemAbbreviation => r'priešpiet'; - - @override - String get copyButtonLabel => r'Kopijuoti'; - - @override - String get cutButtonLabel => r'Iškirpti'; - - @override - String get datePickerDateOrderString => r'y-M-d'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => r'$hour val.'; - - @override - String get datePickerHourSemanticsLabelMany => r'$hour val.'; - - @override - String get datePickerHourSemanticsLabelOne => r'$hour val.'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour val.'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => r'$minute min.'; - - @override - String get datePickerMinuteSemanticsLabelMany => r'$minute min.'; - - @override - String get datePickerMinuteSemanticsLabelOne => r'1 min.'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute min.'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'Įklijuoti'; - - @override - String get postMeridiemAbbreviation => r'popiet'; - - @override - String get selectAllButtonLabel => r'Pasirinkti viską'; - - @override - String get timerPickerHourLabelFew => r'val.'; - - @override - String get timerPickerHourLabelMany => r'val.'; - - @override - String get timerPickerHourLabelOne => r'val.'; - - @override - String get timerPickerHourLabelOther => r'val.'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => r'min.'; - - @override - String get timerPickerMinuteLabelMany => r'min.'; - - @override - String get timerPickerMinuteLabelOne => r'min.'; - - @override - String get timerPickerMinuteLabelOther => r'min.'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => r'sek.'; - - @override - String get timerPickerSecondLabelMany => r'sek.'; - - @override - String get timerPickerSecondLabelOne => r'sek.'; - - @override - String get timerPickerSecondLabelOther => r'sek.'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'Šiandien'; -} - -/// The translations for Latvian (`lv`). -class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Latvian. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationLv({ - String localeName = 'lv', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'Brīdinājums'; - - @override - String get anteMeridiemAbbreviation => r'priekšpusdienā'; - - @override - String get copyButtonLabel => r'Kopēt'; - - @override - String get cutButtonLabel => r'Izgriezt'; - - @override - String get datePickerDateOrderString => r'mdy'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => null; - - @override - String get datePickerHourSemanticsLabelMany => null; - - @override - String get datePickerHourSemanticsLabelOne => r'plkst. $hour'; - - @override - String get datePickerHourSemanticsLabelOther => r'plkst. $hour'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => r'plkst. $hour'; - - @override - String get datePickerMinuteSemanticsLabelFew => null; - - @override - String get datePickerMinuteSemanticsLabelMany => null; - - @override - String get datePickerMinuteSemanticsLabelOne => r'1 minūte'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minūtes'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => r'$minute minūtes'; - - @override - String get pasteButtonLabel => r'Ielīmēt'; - - @override - String get postMeridiemAbbreviation => r'pēcpusdienā'; - - @override - String get selectAllButtonLabel => r'Atlasīt visu'; - - @override - String get timerPickerHourLabelFew => null; - - @override - String get timerPickerHourLabelMany => null; - - @override - String get timerPickerHourLabelOne => r'h'; - - @override - String get timerPickerHourLabelOther => r'h'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => r'h'; - - @override - String get timerPickerMinuteLabelFew => null; - - @override - String get timerPickerMinuteLabelMany => null; - - @override - String get timerPickerMinuteLabelOne => r'min'; - - @override - String get timerPickerMinuteLabelOther => r'min'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => r'min'; - - @override - String get timerPickerSecondLabelFew => null; - - @override - String get timerPickerSecondLabelMany => null; - - @override - String get timerPickerSecondLabelOne => r's'; - - @override - String get timerPickerSecondLabelOther => r's'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => r's'; - - @override - String get todayLabel => r'Šodien'; -} - -/// The translations for Mongolian (`mn`). -class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Mongolian. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationMn({ - String localeName = 'mn', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'Сэрэмжлүүлэг'; - - @override - String get anteMeridiemAbbreviation => r'ӨГЛӨӨ'; - - @override - String get copyButtonLabel => r'Хуулах'; - - @override - String get cutButtonLabel => r'Таслах'; - - @override - String get datePickerDateOrderString => r'mdy'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => null; - - @override - String get datePickerHourSemanticsLabelMany => null; - - @override - String get datePickerHourSemanticsLabelOne => r'$hour цаг'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour цаг'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => null; - - @override - String get datePickerMinuteSemanticsLabelMany => null; - - @override - String get datePickerMinuteSemanticsLabelOne => r'1 минут'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute минут'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'Буулгах'; - - @override - String get postMeridiemAbbreviation => r'ОРОЙ'; - - @override - String get selectAllButtonLabel => r'Бүгдийг сонгох'; - - @override - String get timerPickerHourLabelFew => null; - - @override - String get timerPickerHourLabelMany => null; - - @override - String get timerPickerHourLabelOne => r'цаг'; - - @override - String get timerPickerHourLabelOther => r'цаг'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => null; - - @override - String get timerPickerMinuteLabelMany => null; - - @override - String get timerPickerMinuteLabelOne => r'минут.'; - - @override - String get timerPickerMinuteLabelOther => r'минут.'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => null; - - @override - String get timerPickerSecondLabelMany => null; - - @override - String get timerPickerSecondLabelOne => r'секунд.'; - - @override - String get timerPickerSecondLabelOther => r'секунд.'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'Өнөөдөр'; -} - -/// The translations for Marathi (`mr`). -class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Marathi. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationMr({ - String localeName = 'mr', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'सूचना'; - - @override - String get anteMeridiemAbbreviation => r'AM'; - - @override - String get copyButtonLabel => r'कॉपी करा'; - - @override - String get cutButtonLabel => r'कट करा'; - - @override - String get datePickerDateOrderString => r'mdy'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => null; - - @override - String get datePickerHourSemanticsLabelMany => null; - - @override - String get datePickerHourSemanticsLabelOne => r'$hour वाजता'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour वाजता'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => null; - - @override - String get datePickerMinuteSemanticsLabelMany => null; - - @override - String get datePickerMinuteSemanticsLabelOne => r'एक मिनिट'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute मिनिटे'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'पेस्ट करा'; - - @override - String get postMeridiemAbbreviation => r'PM'; - - @override - String get selectAllButtonLabel => r'सर्व निवडा'; - - @override - String get timerPickerHourLabelFew => null; - - @override - String get timerPickerHourLabelMany => null; - - @override - String get timerPickerHourLabelOne => r'तास'; - - @override - String get timerPickerHourLabelOther => r'तास'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => null; - - @override - String get timerPickerMinuteLabelMany => null; - - @override - String get timerPickerMinuteLabelOne => r'मि.'; - - @override - String get timerPickerMinuteLabelOther => r'मि.'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => null; - - @override - String get timerPickerSecondLabelMany => null; - - @override - String get timerPickerSecondLabelOne => r'से.'; - - @override - String get timerPickerSecondLabelOther => r'से.'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'आज'; -} - -/// The translations for Malay (`ms`). -class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Malay. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationMs({ - String localeName = 'ms', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'Makluman'; - - @override - String get anteMeridiemAbbreviation => r'PG'; - - @override - String get copyButtonLabel => r'Salin'; - - @override - String get cutButtonLabel => r'Potong'; - - @override - String get datePickerDateOrderString => r'hbt'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => null; - - @override - String get datePickerHourSemanticsLabelMany => null; - - @override - String get datePickerHourSemanticsLabelOne => r'Pukul $hour'; - - @override - String get datePickerHourSemanticsLabelOther => r'Pukul $hour'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => null; - - @override - String get datePickerMinuteSemanticsLabelMany => null; - - @override - String get datePickerMinuteSemanticsLabelOne => r'1 minit'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minit'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'Tampal'; - - @override - String get postMeridiemAbbreviation => r'PTG'; - - @override - String get selectAllButtonLabel => r'Pilih Semua'; - - @override - String get timerPickerHourLabelFew => null; - - @override - String get timerPickerHourLabelMany => null; - - @override - String get timerPickerHourLabelOne => r'jam'; - - @override - String get timerPickerHourLabelOther => r'jam'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => null; - - @override - String get timerPickerMinuteLabelMany => null; - - @override - String get timerPickerMinuteLabelOne => r'minit'; - - @override - String get timerPickerMinuteLabelOther => r'minit'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => null; - - @override - String get timerPickerSecondLabelMany => null; - - @override - String get timerPickerSecondLabelOne => r'saat'; - - @override - String get timerPickerSecondLabelOther => r'saat'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'Hari ini'; -} - -/// The translations for Norwegian Bokmål (`nb`). -class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Norwegian Bokmål. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationNb({ - String localeName = 'nb', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'Varsel'; - - @override - String get anteMeridiemAbbreviation => r'AM'; - - @override - String get copyButtonLabel => r'Kopiér'; - - @override - String get cutButtonLabel => r'Klipp ut'; - - @override - String get datePickerDateOrderString => r'dmy'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => null; - - @override - String get datePickerHourSemanticsLabelMany => null; - - @override - String get datePickerHourSemanticsLabelOne => r'$hour null-null'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour null-null'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => null; - - @override - String get datePickerMinuteSemanticsLabelMany => null; - - @override - String get datePickerMinuteSemanticsLabelOne => r'1 minutt'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minutter'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'Lim inn'; - - @override - String get postMeridiemAbbreviation => r'PM'; - - @override - String get selectAllButtonLabel => r'Velg alle'; - - @override - String get timerPickerHourLabelFew => null; - - @override - String get timerPickerHourLabelMany => null; - - @override - String get timerPickerHourLabelOne => r'time'; - - @override - String get timerPickerHourLabelOther => r'timer'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => null; - - @override - String get timerPickerMinuteLabelMany => null; - - @override - String get timerPickerMinuteLabelOne => r'min.'; - - @override - String get timerPickerMinuteLabelOther => r'min.'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => null; - - @override - String get timerPickerSecondLabelMany => null; - - @override - String get timerPickerSecondLabelOne => r'sek.'; - - @override - String get timerPickerSecondLabelOther => r'sek.'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'I dag'; -} - -/// The translations for Dutch Flemish (`nl`). -class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Dutch Flemish. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationNl({ - String localeName = 'nl', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'Melding'; - - @override - String get anteMeridiemAbbreviation => r'am'; - - @override - String get copyButtonLabel => r'Kopiëren'; - - @override - String get cutButtonLabel => r'Knippen'; - - @override - String get datePickerDateOrderString => r'dmj'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => null; - - @override - String get datePickerHourSemanticsLabelMany => null; - - @override - String get datePickerHourSemanticsLabelOne => r'$hour uur'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour uur'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => null; - - @override - String get datePickerMinuteSemanticsLabelMany => null; - - @override - String get datePickerMinuteSemanticsLabelOne => r'1 minuut'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minuten'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'Plakken'; - - @override - String get postMeridiemAbbreviation => r'pm'; - - @override - String get selectAllButtonLabel => r'Alles selecteren'; - - @override - String get timerPickerHourLabelFew => null; - - @override - String get timerPickerHourLabelMany => null; - - @override - String get timerPickerHourLabelOne => r'uur'; - - @override - String get timerPickerHourLabelOther => r'uur'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => null; - - @override - String get timerPickerMinuteLabelMany => null; - - @override - String get timerPickerMinuteLabelOne => r'min.'; - - @override - String get timerPickerMinuteLabelOther => r'min.'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => null; - - @override - String get timerPickerSecondLabelMany => null; - - @override - String get timerPickerSecondLabelOne => r'sec.'; - - @override - String get timerPickerSecondLabelOther => r'sec.'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'Vandaag'; -} - -/// The translations for Polish (`pl`). -class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Polish. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationPl({ - String localeName = 'pl', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'Alert'; - - @override - String get anteMeridiemAbbreviation => r'AM'; - - @override - String get copyButtonLabel => r'Kopiuj'; - - @override - String get cutButtonLabel => r'Wytnij'; - - @override - String get datePickerDateOrderString => r'dmy'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => r'$hour'; - - @override - String get datePickerHourSemanticsLabelMany => r'$hour'; - - @override - String get datePickerHourSemanticsLabelOne => r'$hour'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => r'$minute minuty'; - - @override - String get datePickerMinuteSemanticsLabelMany => r'$minute minut'; - - @override - String get datePickerMinuteSemanticsLabelOne => r'1 minuta'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minuty'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'Wklej'; - - @override - String get postMeridiemAbbreviation => r'PM'; - - @override - String get selectAllButtonLabel => r'Wybierz wszystkie'; - - @override - String get timerPickerHourLabelFew => r'godziny'; - - @override - String get timerPickerHourLabelMany => r'godzin'; - - @override - String get timerPickerHourLabelOne => r'godzina'; - - @override - String get timerPickerHourLabelOther => r'godziny'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => r'min'; - - @override - String get timerPickerMinuteLabelMany => r'min'; - - @override - String get timerPickerMinuteLabelOne => r'min'; - - @override - String get timerPickerMinuteLabelOther => r'min'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => r's'; - - @override - String get timerPickerSecondLabelMany => r's'; - - @override - String get timerPickerSecondLabelOne => r's'; - - @override - String get timerPickerSecondLabelOther => r's'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'Dziś'; -} - -/// The translations for Portuguese (`pt`). -class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Portuguese. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationPt({ - String localeName = 'pt', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'Alerta'; - - @override - String get anteMeridiemAbbreviation => r'Manhã'; - - @override - String get copyButtonLabel => r'Copiar'; - - @override - String get cutButtonLabel => r'Cortar'; - - @override - String get datePickerDateOrderString => r'dmy'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => null; - - @override - String get datePickerHourSemanticsLabelMany => null; - - @override - String get datePickerHourSemanticsLabelOne => r'$hour em ponto'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour em ponto'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => null; - - @override - String get datePickerMinuteSemanticsLabelMany => null; - - @override - String get datePickerMinuteSemanticsLabelOne => r'1 minuto'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minutos'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'Colar'; - - @override - String get postMeridiemAbbreviation => r'Tarde/noite'; - - @override - String get selectAllButtonLabel => r'Selecionar Tudo'; - - @override - String get timerPickerHourLabelFew => null; - - @override - String get timerPickerHourLabelMany => null; - - @override - String get timerPickerHourLabelOne => r'hora'; - - @override - String get timerPickerHourLabelOther => r'horas'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => null; - - @override - String get timerPickerMinuteLabelMany => null; - - @override - String get timerPickerMinuteLabelOne => r'min'; - - @override - String get timerPickerMinuteLabelOther => r'min'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => null; - - @override - String get timerPickerSecondLabelMany => null; - - @override - String get timerPickerSecondLabelOne => r's'; - - @override - String get timerPickerSecondLabelOther => r's'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'Hoje'; -} - -/// The translations for Portuguese, as used in Portugal (`pt_PT`). -class CupertinoLocalizationPtPt extends CupertinoLocalizationPt { - /// Create an instance of the translation bundle for Portuguese, as used in Portugal. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationPtPt({ - String localeName = 'pt_PT', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get datePickerHourSemanticsLabelOne => r'$hour'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour'; - - @override - String get anteMeridiemAbbreviation => r'AM'; - - @override - String get postMeridiemAbbreviation => r'PM'; - - @override - String get timerPickerSecondLabelOne => r'seg'; - - @override - String get timerPickerSecondLabelOther => r'seg'; - - @override - String get selectAllButtonLabel => r'Selecionar tudo'; -} - -/// The translations for Romanian Moldavian Moldovan (`ro`). -class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Romanian Moldavian Moldovan. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationRo({ - String localeName = 'ro', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'Alertă'; - - @override - String get anteMeridiemAbbreviation => r'a.m.'; - - @override - String get copyButtonLabel => r'Copiați'; - - @override - String get cutButtonLabel => r'Decupați'; - - @override - String get datePickerDateOrderString => r'dmy'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => r'Ora $hour'; - - @override - String get datePickerHourSemanticsLabelMany => null; - - @override - String get datePickerHourSemanticsLabelOne => r'Ora $hour'; - - @override - String get datePickerHourSemanticsLabelOther => r'Ora $hour'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => r'$minute minute'; - - @override - String get datePickerMinuteSemanticsLabelMany => null; - - @override - String get datePickerMinuteSemanticsLabelOne => r'1 minut'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute de minute'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'Inserați'; - - @override - String get postMeridiemAbbreviation => r'p.m.'; - - @override - String get selectAllButtonLabel => r'Selectați-le pe toate'; - - @override - String get timerPickerHourLabelFew => r'ore'; - - @override - String get timerPickerHourLabelMany => null; - - @override - String get timerPickerHourLabelOne => r'oră'; - - @override - String get timerPickerHourLabelOther => r'de ore'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => r'min.'; - - @override - String get timerPickerMinuteLabelMany => null; - - @override - String get timerPickerMinuteLabelOne => r'min.'; - - @override - String get timerPickerMinuteLabelOther => r'min.'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => r'sec.'; - - @override - String get timerPickerSecondLabelMany => null; - - @override - String get timerPickerSecondLabelOne => r'sec.'; - - @override - String get timerPickerSecondLabelOther => r'sec.'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'Azi'; -} - -/// The translations for Russian (`ru`). -class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Russian. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationRu({ - String localeName = 'ru', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'Оповещение'; - - @override - String get anteMeridiemAbbreviation => r'АМ'; - - @override - String get copyButtonLabel => r'Копировать'; - - @override - String get cutButtonLabel => r'Вырезать'; - - @override - String get datePickerDateOrderString => r'dmy'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => r'$hour часа ровно'; - - @override - String get datePickerHourSemanticsLabelMany => r'$hour часов ровно'; - - @override - String get datePickerHourSemanticsLabelOne => r'$hour час ровно'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour часа ровно'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => r'$minute минуты'; - - @override - String get datePickerMinuteSemanticsLabelMany => r'$minute минут'; - - @override - String get datePickerMinuteSemanticsLabelOne => r'1 минута'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute минуты'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'Вставить'; - - @override - String get postMeridiemAbbreviation => r'PM'; - - @override - String get selectAllButtonLabel => r'Выбрать все'; - - @override - String get timerPickerHourLabelFew => r'часа'; - - @override - String get timerPickerHourLabelMany => r'часов'; - - @override - String get timerPickerHourLabelOne => r'час'; - - @override - String get timerPickerHourLabelOther => r'часа'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => r'мин.'; - - @override - String get timerPickerMinuteLabelMany => r'мин.'; - - @override - String get timerPickerMinuteLabelOne => r'мин.'; - - @override - String get timerPickerMinuteLabelOther => r'мин.'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => r'сек.'; - - @override - String get timerPickerSecondLabelMany => r'сек.'; - - @override - String get timerPickerSecondLabelOne => r'сек.'; - - @override - String get timerPickerSecondLabelOther => r'сек.'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'Сегодня'; -} - -/// The translations for Slovak (`sk`). -class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Slovak. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationSk({ - String localeName = 'sk', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'Upozornenie'; - - @override - String get anteMeridiemAbbreviation => r'AM'; - - @override - String get copyButtonLabel => r'Kopírovať'; - - @override - String get cutButtonLabel => r'Vystrihnúť'; - - @override - String get datePickerDateOrderString => r'mdy'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => r'$hour hodiny'; - - @override - String get datePickerHourSemanticsLabelMany => r'$hour hodiny'; - - @override - String get datePickerHourSemanticsLabelOne => r'$hour hodina'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour hodín'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => r'$minute minúty'; - - @override - String get datePickerMinuteSemanticsLabelMany => r'$minute minúty'; - - @override - String get datePickerMinuteSemanticsLabelOne => r'1 minúta'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minút'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'Prilepiť'; - - @override - String get postMeridiemAbbreviation => r'PM'; - - @override - String get selectAllButtonLabel => r'Vybrať všetko'; - - @override - String get timerPickerHourLabelFew => r'hodiny'; - - @override - String get timerPickerHourLabelMany => r'hodiny'; - - @override - String get timerPickerHourLabelOne => r'hodina'; - - @override - String get timerPickerHourLabelOther => r'hodín'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => r'min'; - - @override - String get timerPickerMinuteLabelMany => r'min'; - - @override - String get timerPickerMinuteLabelOne => r'min'; - - @override - String get timerPickerMinuteLabelOther => r'min'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => r's'; - - @override - String get timerPickerSecondLabelMany => r's'; - - @override - String get timerPickerSecondLabelOne => r's'; - - @override - String get timerPickerSecondLabelOther => r's'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'Dnes'; -} - -/// The translations for Slovenian (`sl`). -class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Slovenian. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationSl({ - String localeName = 'sl', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'Opozorilo'; - - @override - String get anteMeridiemAbbreviation => r'DOP.'; - - @override - String get copyButtonLabel => r'Kopiraj'; - - @override - String get cutButtonLabel => r'Izreži'; - - @override - String get datePickerDateOrderString => r'dmy'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => r'$hour'; - - @override - String get datePickerHourSemanticsLabelMany => null; - - @override - String get datePickerHourSemanticsLabelOne => r'$hour'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour'; - - @override - String get datePickerHourSemanticsLabelTwo => r'$hour'; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => r'$minute minute'; - - @override - String get datePickerMinuteSemanticsLabelMany => null; - - @override - String get datePickerMinuteSemanticsLabelOne => r'1 minuta'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minut'; - - @override - String get datePickerMinuteSemanticsLabelTwo => r'$minute minuti'; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'Prilepi'; - - @override - String get postMeridiemAbbreviation => r'POP.'; - - @override - String get selectAllButtonLabel => r'Izberi vse'; - - @override - String get timerPickerHourLabelFew => r'ure'; - - @override - String get timerPickerHourLabelMany => null; - - @override - String get timerPickerHourLabelOne => r'ura'; - - @override - String get timerPickerHourLabelOther => r'ure'; - - @override - String get timerPickerHourLabelTwo => r'ure'; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => r'min'; - - @override - String get timerPickerMinuteLabelMany => null; - - @override - String get timerPickerMinuteLabelOne => r'min'; - - @override - String get timerPickerMinuteLabelOther => r'min'; - - @override - String get timerPickerMinuteLabelTwo => r'min'; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => r's'; - - @override - String get timerPickerSecondLabelMany => null; - - @override - String get timerPickerSecondLabelOne => r's'; - - @override - String get timerPickerSecondLabelOther => r's'; - - @override - String get timerPickerSecondLabelTwo => r's'; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'Danes'; -} - -/// The translations for Serbian (`sr`). -class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Serbian. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationSr({ - String localeName = 'sr', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'Обавештење'; - - @override - String get anteMeridiemAbbreviation => r'пре подне'; - - @override - String get copyButtonLabel => r'Копирај'; - - @override - String get cutButtonLabel => r'Исеци'; - - @override - String get datePickerDateOrderString => r'dmy'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => r'$hour сата'; - - @override - String get datePickerHourSemanticsLabelMany => null; - - @override - String get datePickerHourSemanticsLabelOne => r'$hour сат'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour сати'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => r'$minute минута'; - - @override - String get datePickerMinuteSemanticsLabelMany => null; - - @override - String get datePickerMinuteSemanticsLabelOne => r'1 минут'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute минута'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'Налепи'; - - @override - String get postMeridiemAbbreviation => r'по подне'; - - @override - String get selectAllButtonLabel => r'Изабери све'; - - @override - String get timerPickerHourLabelFew => r'сата'; - - @override - String get timerPickerHourLabelMany => null; - - @override - String get timerPickerHourLabelOne => r'сат'; - - @override - String get timerPickerHourLabelOther => r'сати'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => r'мин'; - - @override - String get timerPickerMinuteLabelMany => null; - - @override - String get timerPickerMinuteLabelOne => r'мин'; - - @override - String get timerPickerMinuteLabelOther => r'мин'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => r'сек'; - - @override - String get timerPickerSecondLabelMany => null; - - @override - String get timerPickerSecondLabelOne => r'сек'; - - @override - String get timerPickerSecondLabelOther => r'сек'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'Данас'; -} - -/// The translations for Serbian, using the Cyrillic script (`sr_Cyrl`). -class CupertinoLocalizationSrCyrl extends CupertinoLocalizationSr { - /// Create an instance of the translation bundle for Serbian, using the Cyrillic script. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationSrCyrl({ - String localeName = 'sr_Cyrl', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); -} - -/// The translations for Serbian, using the Latin script (`sr_Latn`). -class CupertinoLocalizationSrLatn extends CupertinoLocalizationSr { - /// Create an instance of the translation bundle for Serbian, using the Latin script. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationSrLatn({ - String localeName = 'sr_Latn', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get todayLabel => r'Danas'; - - @override - String get datePickerHourSemanticsLabelFew => r'$hour sata'; - - @override - String get datePickerMinuteSemanticsLabelFew => r'$minute minuta'; - - @override - String get timerPickerHourLabelFew => r'sata'; - - @override - String get timerPickerMinuteLabelFew => r'min'; - - @override - String get timerPickerSecondLabelFew => r'sek'; - - @override - String get datePickerHourSemanticsLabelOne => r'$hour sat'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour sati'; - - @override - String get datePickerMinuteSemanticsLabelOne => r'1 minut'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minuta'; - - @override - String get anteMeridiemAbbreviation => r'pre podne'; - - @override - String get postMeridiemAbbreviation => r'po podne'; - - @override - String get alertDialogLabel => r'Obaveštenje'; - - @override - String get timerPickerHourLabelOne => r'sat'; - - @override - String get timerPickerHourLabelOther => r'sati'; - - @override - String get timerPickerMinuteLabelOne => r'min'; - - @override - String get timerPickerMinuteLabelOther => r'min'; - - @override - String get timerPickerSecondLabelOne => r'sek'; - - @override - String get timerPickerSecondLabelOther => r'sek'; - - @override - String get cutButtonLabel => r'Iseci'; - - @override - String get copyButtonLabel => r'Kopiraj'; - - @override - String get pasteButtonLabel => r'Nalepi'; - - @override - String get selectAllButtonLabel => r'Izaberi sve'; -} - -/// The translations for Swedish (`sv`). -class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Swedish. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationSv({ - String localeName = 'sv', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'Varning'; - - @override - String get anteMeridiemAbbreviation => r'FM'; - - @override - String get copyButtonLabel => r'Kopiera'; - - @override - String get cutButtonLabel => r'Klipp ut'; - - @override - String get datePickerDateOrderString => r'dmy'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => null; - - @override - String get datePickerHourSemanticsLabelMany => null; - - @override - String get datePickerHourSemanticsLabelOne => r'Klockan $hour'; - - @override - String get datePickerHourSemanticsLabelOther => r'Klockan $hour'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => null; - - @override - String get datePickerMinuteSemanticsLabelMany => null; - - @override - String get datePickerMinuteSemanticsLabelOne => r'1 minut'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minuter'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'Klistra in'; - - @override - String get postMeridiemAbbreviation => r'EM'; - - @override - String get selectAllButtonLabel => r'Markera alla'; - - @override - String get timerPickerHourLabelFew => null; - - @override - String get timerPickerHourLabelMany => null; - - @override - String get timerPickerHourLabelOne => r'timme'; - - @override - String get timerPickerHourLabelOther => r'timmar'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => null; - - @override - String get timerPickerMinuteLabelMany => null; - - @override - String get timerPickerMinuteLabelOne => r'min'; - - @override - String get timerPickerMinuteLabelOther => r'min'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => null; - - @override - String get timerPickerSecondLabelMany => null; - - @override - String get timerPickerSecondLabelOne => r'sek'; - - @override - String get timerPickerSecondLabelOther => r'sek'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'I dag'; -} - -/// The translations for Swahili (`sw`). -class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Swahili. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationSw({ - String localeName = 'sw', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'Arifa'; - - @override - String get anteMeridiemAbbreviation => r'AM'; - - @override - String get copyButtonLabel => r'Nakili'; - - @override - String get cutButtonLabel => r'Kata'; - - @override - String get datePickerDateOrderString => r'dmy'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => null; - - @override - String get datePickerHourSemanticsLabelMany => null; - - @override - String get datePickerHourSemanticsLabelOne => r'Saa $hour kamili'; - - @override - String get datePickerHourSemanticsLabelOther => r'Saa $hour kamili'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => null; - - @override - String get datePickerMinuteSemanticsLabelMany => null; - - @override - String get datePickerMinuteSemanticsLabelOne => r'Dakika 1'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'Dakika $minute'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'Bandika'; - - @override - String get postMeridiemAbbreviation => r'PM'; - - @override - String get selectAllButtonLabel => r'Teua Zote'; - - @override - String get timerPickerHourLabelFew => null; - - @override - String get timerPickerHourLabelMany => null; - - @override - String get timerPickerHourLabelOne => r'saa'; - - @override - String get timerPickerHourLabelOther => r'saa'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => null; - - @override - String get timerPickerMinuteLabelMany => null; - - @override - String get timerPickerMinuteLabelOne => r'dakika'; - - @override - String get timerPickerMinuteLabelOther => r'dakika'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => null; - - @override - String get timerPickerSecondLabelMany => null; - - @override - String get timerPickerSecondLabelOne => r'sekunde'; - - @override - String get timerPickerSecondLabelOther => r'sekunde'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'Leo'; -} - -/// The translations for Tamil (`ta`). -class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Tamil. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationTa({ - String localeName = 'ta', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'விழிப்பூட்டல்'; - - @override - String get anteMeridiemAbbreviation => r'AM'; - - @override - String get copyButtonLabel => r'நகலெடு'; - - @override - String get cutButtonLabel => r'வெட்டு'; - - @override - String get datePickerDateOrderString => r'dmy'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => null; - - @override - String get datePickerHourSemanticsLabelMany => null; - - @override - String get datePickerHourSemanticsLabelOne => r'$hour மணி'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour மணி'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => null; - - @override - String get datePickerMinuteSemanticsLabelMany => null; - - @override - String get datePickerMinuteSemanticsLabelOne => r'1 நிமிடம்'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute நிமிடங்கள்'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'ஒட்டு'; - - @override - String get postMeridiemAbbreviation => r'PM'; - - @override - String get selectAllButtonLabel => r'எல்லாம் தேர்ந்தெடு'; - - @override - String get timerPickerHourLabelFew => null; - - @override - String get timerPickerHourLabelMany => null; - - @override - String get timerPickerHourLabelOne => r'மணிநேரம்'; - - @override - String get timerPickerHourLabelOther => r'மணிநேரம்'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => null; - - @override - String get timerPickerMinuteLabelMany => null; - - @override - String get timerPickerMinuteLabelOne => r'நிமி.'; - - @override - String get timerPickerMinuteLabelOther => r'நிமி.'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => null; - - @override - String get timerPickerSecondLabelMany => null; - - @override - String get timerPickerSecondLabelOne => r'வி.'; - - @override - String get timerPickerSecondLabelOther => r'வி.'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'இன்று'; -} - -/// The translations for Thai (`th`). -class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Thai. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationTh({ - String localeName = 'th', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'การแจ้งเตือน'; - - @override - String get anteMeridiemAbbreviation => r'AM'; - - @override - String get copyButtonLabel => r'คัดลอก'; - - @override - String get cutButtonLabel => r'ตัด'; - - @override - String get datePickerDateOrderString => r'dmy'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => null; - - @override - String get datePickerHourSemanticsLabelMany => null; - - @override - String get datePickerHourSemanticsLabelOne => r'$hour นาฬิกา'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour นาฬิกา'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => null; - - @override - String get datePickerMinuteSemanticsLabelMany => null; - - @override - String get datePickerMinuteSemanticsLabelOne => r'1 นาที'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute นาที'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'วาง'; - - @override - String get postMeridiemAbbreviation => r'PM'; - - @override - String get selectAllButtonLabel => r'เลือกทั้งหมด'; - - @override - String get timerPickerHourLabelFew => null; - - @override - String get timerPickerHourLabelMany => null; - - @override - String get timerPickerHourLabelOne => r'ชั่วโมง'; - - @override - String get timerPickerHourLabelOther => r'ชั่วโมง'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => null; - - @override - String get timerPickerMinuteLabelMany => null; - - @override - String get timerPickerMinuteLabelOne => r'นาที'; - - @override - String get timerPickerMinuteLabelOther => r'นาที'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => null; - - @override - String get timerPickerSecondLabelMany => null; - - @override - String get timerPickerSecondLabelOne => r'วินาที'; - - @override - String get timerPickerSecondLabelOther => r'วินาที'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'วันนี้'; -} - -/// The translations for Tagalog (`tl`). -class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Tagalog. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationTl({ - String localeName = 'tl', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'Alerto'; - - @override - String get anteMeridiemAbbreviation => r'AM'; - - @override - String get copyButtonLabel => r'Kopyahin'; - - @override - String get cutButtonLabel => r'I-cut'; - - @override - String get datePickerDateOrderString => r'mdy'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => null; - - @override - String get datePickerHourSemanticsLabelMany => null; - - @override - String get datePickerHourSemanticsLabelOne => r'Ala $hour'; - - @override - String get datePickerHourSemanticsLabelOther => r'Alas $hour'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => null; - - @override - String get datePickerMinuteSemanticsLabelMany => null; - - @override - String get datePickerMinuteSemanticsLabelOne => r'1 minuto'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute na minuto'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'I-paste'; - - @override - String get postMeridiemAbbreviation => r'PM'; - - @override - String get selectAllButtonLabel => r'Piliin Lahat'; - - @override - String get timerPickerHourLabelFew => null; - - @override - String get timerPickerHourLabelMany => null; - - @override - String get timerPickerHourLabelOne => r'oras'; - - @override - String get timerPickerHourLabelOther => r'na oras'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => null; - - @override - String get timerPickerMinuteLabelMany => null; - - @override - String get timerPickerMinuteLabelOne => r'min.'; - - @override - String get timerPickerMinuteLabelOther => r'na min.'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => null; - - @override - String get timerPickerSecondLabelMany => null; - - @override - String get timerPickerSecondLabelOne => r'seg.'; - - @override - String get timerPickerSecondLabelOther => r'na seg.'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'Ngayon'; -} - -/// The translations for Turkish (`tr`). -class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Turkish. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationTr({ - String localeName = 'tr', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'Uyarı'; - - @override - String get anteMeridiemAbbreviation => r'ÖÖ'; - - @override - String get copyButtonLabel => r'Kopyala'; - - @override - String get cutButtonLabel => r'Kes'; - - @override - String get datePickerDateOrderString => r'dmy'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => null; - - @override - String get datePickerHourSemanticsLabelMany => null; - - @override - String get datePickerHourSemanticsLabelOne => r'Saat $hour'; - - @override - String get datePickerHourSemanticsLabelOther => r'Saat $hour'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => null; - - @override - String get datePickerMinuteSemanticsLabelMany => null; - - @override - String get datePickerMinuteSemanticsLabelOne => r'1 dakika'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute dakika'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'Yapıştır'; - - @override - String get postMeridiemAbbreviation => r'ÖS'; - - @override - String get selectAllButtonLabel => r'Tümünü Seç'; - - @override - String get timerPickerHourLabelFew => null; - - @override - String get timerPickerHourLabelMany => null; - - @override - String get timerPickerHourLabelOne => r'saat'; - - @override - String get timerPickerHourLabelOther => r'saat'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => null; - - @override - String get timerPickerMinuteLabelMany => null; - - @override - String get timerPickerMinuteLabelOne => r'dk.'; - - @override - String get timerPickerMinuteLabelOther => r'dk.'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => null; - - @override - String get timerPickerSecondLabelMany => null; - - @override - String get timerPickerSecondLabelOne => r'sn.'; - - @override - String get timerPickerSecondLabelOther => r'sn.'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'Bugün'; -} - -/// The translations for Ukrainian (`uk`). -class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Ukrainian. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationUk({ - String localeName = 'uk', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'Сповіщення'; - - @override - String get anteMeridiemAbbreviation => r'дп'; - - @override - String get copyButtonLabel => r'Копіювати'; - - @override - String get cutButtonLabel => r'Вирізати'; - - @override - String get datePickerDateOrderString => r'mdy'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => r'$hour години'; - - @override - String get datePickerHourSemanticsLabelMany => r'$hour годин'; - - @override - String get datePickerHourSemanticsLabelOne => r'$hour година'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour години'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => r'$minute хвилини'; - - @override - String get datePickerMinuteSemanticsLabelMany => r'$minute хвилин'; - - @override - String get datePickerMinuteSemanticsLabelOne => r'1 хвилина'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute хвилини'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'Вставити'; - - @override - String get postMeridiemAbbreviation => r'пп'; - - @override - String get selectAllButtonLabel => r'Вибрати все'; - - @override - String get timerPickerHourLabelFew => r'години'; - - @override - String get timerPickerHourLabelMany => r'годин'; - - @override - String get timerPickerHourLabelOne => r'година'; - - @override - String get timerPickerHourLabelOther => r'години'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => r'хв'; - - @override - String get timerPickerMinuteLabelMany => r'хв'; - - @override - String get timerPickerMinuteLabelOne => r'хв'; - - @override - String get timerPickerMinuteLabelOther => r'хв'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => r'с'; - - @override - String get timerPickerSecondLabelMany => r'с'; - - @override - String get timerPickerSecondLabelOne => r'с'; - - @override - String get timerPickerSecondLabelOther => r'с'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'Сьогодні'; -} - -/// The translations for Urdu (`ur`). -class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Urdu. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationUr({ - String localeName = 'ur', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'الرٹ'; - - @override - String get anteMeridiemAbbreviation => r'AM'; - - @override - String get copyButtonLabel => r'کاپی کریں'; - - @override - String get cutButtonLabel => r'کٹ کریں'; - - @override - String get datePickerDateOrderString => r'dmy'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => null; - - @override - String get datePickerHourSemanticsLabelMany => null; - - @override - String get datePickerHourSemanticsLabelOne => r'$hour بجے'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour بجے'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => null; - - @override - String get datePickerMinuteSemanticsLabelMany => null; - - @override - String get datePickerMinuteSemanticsLabelOne => r'1 منٹ'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute منٹس'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'پیسٹ کریں'; - - @override - String get postMeridiemAbbreviation => r'PM'; - - @override - String get selectAllButtonLabel => r'سبھی منتخب کریں'; - - @override - String get timerPickerHourLabelFew => null; - - @override - String get timerPickerHourLabelMany => null; - - @override - String get timerPickerHourLabelOne => r'گھنٹہ'; - - @override - String get timerPickerHourLabelOther => r'گھنٹے'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => null; - - @override - String get timerPickerMinuteLabelMany => null; - - @override - String get timerPickerMinuteLabelOne => r'منٹ۔'; - - @override - String get timerPickerMinuteLabelOther => r'منٹ۔'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => null; - - @override - String get timerPickerSecondLabelMany => null; - - @override - String get timerPickerSecondLabelOne => r'سیکنڈ۔'; - - @override - String get timerPickerSecondLabelOther => r'سیکنڈ۔'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'آج'; -} - -/// The translations for Vietnamese (`vi`). -class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Vietnamese. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationVi({ - String localeName = 'vi', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'Thông báo'; - - @override - String get anteMeridiemAbbreviation => r'SÁNG'; - - @override - String get copyButtonLabel => r'Sao chép'; - - @override - String get cutButtonLabel => r'Cắt'; - - @override - String get datePickerDateOrderString => r'dmy'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => null; - - @override - String get datePickerHourSemanticsLabelMany => null; - - @override - String get datePickerHourSemanticsLabelOne => r'$hour giờ'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour giờ'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => null; - - @override - String get datePickerMinuteSemanticsLabelMany => null; - - @override - String get datePickerMinuteSemanticsLabelOne => r'1 phút'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute phút'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'Dán'; - - @override - String get postMeridiemAbbreviation => r'CHIỀU'; - - @override - String get selectAllButtonLabel => r'Chọn tất cả'; - - @override - String get timerPickerHourLabelFew => null; - - @override - String get timerPickerHourLabelMany => null; - - @override - String get timerPickerHourLabelOne => r'giờ'; - - @override - String get timerPickerHourLabelOther => r'giờ'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => null; - - @override - String get timerPickerMinuteLabelMany => null; - - @override - String get timerPickerMinuteLabelOne => r'phút'; - - @override - String get timerPickerMinuteLabelOther => r'phút'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => null; - - @override - String get timerPickerSecondLabelMany => null; - - @override - String get timerPickerSecondLabelOne => r'giây'; - - @override - String get timerPickerSecondLabelOther => r'giây'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'Hôm nay'; -} - -/// The translations for Chinese (`zh`). -class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Chinese. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationZh({ - String localeName = 'zh', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get alertDialogLabel => r'提醒'; - - @override - String get anteMeridiemAbbreviation => r'上午'; - - @override - String get copyButtonLabel => r'复制'; - - @override - String get cutButtonLabel => r'剪切'; - - @override - String get datePickerDateOrderString => r'ymd'; - - @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; - - @override - String get datePickerHourSemanticsLabelFew => null; - - @override - String get datePickerHourSemanticsLabelMany => null; - - @override - String get datePickerHourSemanticsLabelOne => r'$hour 点'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour 点'; - - @override - String get datePickerHourSemanticsLabelTwo => null; - - @override - String get datePickerHourSemanticsLabelZero => null; - - @override - String get datePickerMinuteSemanticsLabelFew => null; - - @override - String get datePickerMinuteSemanticsLabelMany => null; - - @override - String get datePickerMinuteSemanticsLabelOne => r'1 分钟'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute 分钟'; - - @override - String get datePickerMinuteSemanticsLabelTwo => null; - - @override - String get datePickerMinuteSemanticsLabelZero => null; - - @override - String get pasteButtonLabel => r'粘贴'; - - @override - String get postMeridiemAbbreviation => r'下午'; - - @override - String get selectAllButtonLabel => r'全选'; - - @override - String get timerPickerHourLabelFew => null; - - @override - String get timerPickerHourLabelMany => null; - - @override - String get timerPickerHourLabelOne => r'小时'; - - @override - String get timerPickerHourLabelOther => r'小时'; - - @override - String get timerPickerHourLabelTwo => null; - - @override - String get timerPickerHourLabelZero => null; - - @override - String get timerPickerMinuteLabelFew => null; - - @override - String get timerPickerMinuteLabelMany => null; - - @override - String get timerPickerMinuteLabelOne => r'分钟'; - - @override - String get timerPickerMinuteLabelOther => r'分钟'; - - @override - String get timerPickerMinuteLabelTwo => null; - - @override - String get timerPickerMinuteLabelZero => null; - - @override - String get timerPickerSecondLabelFew => null; - - @override - String get timerPickerSecondLabelMany => null; - - @override - String get timerPickerSecondLabelOne => r'秒'; - - @override - String get timerPickerSecondLabelOther => r'秒'; - - @override - String get timerPickerSecondLabelTwo => null; - - @override - String get timerPickerSecondLabelZero => null; - - @override - String get todayLabel => r'今天'; -} - -/// The translations for Chinese, using the Han script (`zh_Hans`). -class CupertinoLocalizationZhHans extends CupertinoLocalizationZh { - /// Create an instance of the translation bundle for Chinese, using the Han script. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationZhHans({ - String localeName = 'zh_Hans', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); -} - -/// The translations for Chinese, using the Han script (`zh_Hant`). -class CupertinoLocalizationZhHant extends CupertinoLocalizationZh { - /// Create an instance of the translation bundle for Chinese, using the Han script. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationZhHant({ - String localeName = 'zh_Hant', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get datePickerHourSemanticsLabelOne => r'$hour 點'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour 點'; - - @override - String get datePickerMinuteSemanticsLabelOne => r'1 分'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute 分'; - - @override - String get alertDialogLabel => r'快訊'; - - @override - String get timerPickerHourLabelOne => r'小時'; - - @override - String get timerPickerHourLabelOther => r'小時'; - - @override - String get timerPickerMinuteLabelOne => r'分'; - - @override - String get timerPickerMinuteLabelOther => r'分'; - - @override - String get cutButtonLabel => r'剪下'; - - @override - String get copyButtonLabel => r'複製'; - - @override - String get pasteButtonLabel => r'貼上'; - - @override - String get selectAllButtonLabel => r'全選'; -} - -/// The translations for Chinese, as used in Hong Kong, using the Han script (`zh_Hant_HK`). -class CupertinoLocalizationZhHantHk extends CupertinoLocalizationZhHant { - /// Create an instance of the translation bundle for Chinese, as used in Hong Kong, using the Han script. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationZhHantHk({ - String localeName = 'zh_Hant_HK', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); -} - -/// The translations for Chinese, as used in Taiwan, using the Han script (`zh_Hant_TW`). -class CupertinoLocalizationZhHantTw extends CupertinoLocalizationZhHant { - /// Create an instance of the translation bundle for Chinese, as used in Taiwan, using the Han script. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationZhHantTw({ - String localeName = 'zh_Hant_TW', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + String get todayLabel => r'Bugün'; } /// The set of supported languages, as language code strings. @@ -9212,58 +297,9 @@ class CupertinoLocalizationZhHantTw extends CupertinoLocalizationZhHant { /// /// * [getCupertinoTranslation], whose documentation describes these values. final Set kCupertinoSupportedLanguages = HashSet.from(const [ - 'ar', // Arabic - 'bg', // Bulgarian - 'bs', // Bosnian - 'ca', // Catalan Valencian - 'cs', // Czech - 'da', // Danish - 'de', // German - 'el', // Modern Greek 'en', // English - 'es', // Spanish Castilian - 'et', // Estonian - 'fa', // Persian - 'fi', // Finnish - 'fil', // Filipino Pilipino 'fr', // French - 'gl', // Galician - 'gsw', // Swiss German Alemannic Alsatian - 'he', // Hebrew - 'hi', // Hindi - 'hr', // Croatian - 'hu', // Hungarian - 'hy', // Armenian - 'id', // Indonesian - 'it', // Italian - 'ja', // Japanese - 'kk', // Kazakh - 'km', // Khmer Central Khmer - 'ko', // Korean - 'lt', // Lithuanian - 'lv', // Latvian - 'mn', // Mongolian - 'mr', // Marathi - 'ms', // Malay - 'nb', // Norwegian Bokmål - 'nl', // Dutch Flemish - 'pl', // Polish - 'pt', // Portuguese - 'ro', // Romanian Moldavian Moldovan - 'ru', // Russian - 'sk', // Slovak - 'sl', // Slovenian - 'sr', // Serbian - 'sv', // Swedish - 'sw', // Swahili - 'ta', // Tamil - 'th', // Thai - 'tl', // Tagalog 'tr', // Turkish - 'uk', // Ukrainian - 'ur', // Urdu - 'vi', // Vietnamese - 'zh', // Chinese ]); /// Creates a [GlobalCupertinoLocalizations] instance for the given `locale`. @@ -9276,58 +312,9 @@ final Set kCupertinoSupportedLanguages = HashSet.from(const r'Nächste Seite'; @override - String get okButtonLabel => r'Ok'; + String get okButtonLabel => r'OK'; @override String get openAppDrawerTooltip => r'Navigationsmenü öffnen'; @@ -5352,7 +5352,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get nextPageTooltip => r'Nächste Seite'; @override - String get okButtonLabel => r'Ok'; + String get okButtonLabel => r'OK'; @override String get openAppDrawerTooltip => r'Navigationsmenü öffnen'; @@ -7128,19 +7128,19 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName туралы'; + String get aboutListTileTitleRaw => r'$applicationName тұралы'; @override - String get alertDialogLabel => r'Дабыл'; + String get alertDialogLabel => r'Ескерту'; @override - String get anteMeridiemAbbreviation => r'түстен кейін'; + String get anteMeridiemAbbreviation => r'AM'; @override String get backButtonTooltip => r'Артқа'; @override - String get cancelButtonLabel => r'БАС ТАРТУ'; + String get cancelButtonLabel => r'ЖОЮ'; @override String get closeButtonLabel => r'ЖАБУ'; @@ -7149,7 +7149,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get closeButtonTooltip => r'Жабу'; @override - String get collapsedIconTapHint => r'Жаю'; + String get collapsedIconTapHint => r'Жазу'; @override String get continueButtonLabel => r'ЖАЛҒАСТЫРУ'; @@ -7158,28 +7158,28 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get copyButtonLabel => r'КӨШІРУ'; @override - String get cutButtonLabel => r'ҚИЮ'; + String get cutButtonLabel => r'ҚИЫП АЛУ'; @override - String get deleteButtonTooltip => r'Жою'; + String get deleteButtonTooltip => r'Өшіру'; @override - String get dialogLabel => r'Диалогтық терезе'; + String get dialogLabel => r'Диалогтік терезесі'; @override - String get drawerLabel => r'Навигация мәзірі'; + String get drawerLabel => r'Навигациялық мәзір'; @override - String get expandedIconTapHint => r'Жию'; + String get expandedIconTapHint => r'Орау'; @override - String get hideAccountsLabel => r'Есептік жазбаларды жасыру'; + String get hideAccountsLabel => r'Тіркеулік жасбасыны жасыру'; @override String get licensesPageTitle => r'Лицензиялар'; @override - String get modalBarrierDismissLabel => r'Жабу'; + String get modalBarrierDismissLabel => r'Болдырмау'; @override String get nextMonthTooltip => r'Келесі ай'; @@ -7188,31 +7188,31 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get nextPageTooltip => r'Келесі бет'; @override - String get okButtonLabel => r'Иә'; + String get okButtonLabel => r'ЖАҚСЫ'; @override - String get openAppDrawerTooltip => r'Навигация мәзірін ашу'; + String get openAppDrawerTooltip => r'Навигация мәзірді ашу'; @override - String get pageRowsInfoTitleRaw => r'$rowCount ішінен $firstRow–$lastRow'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow $rowCount ішінде'; @override - String get pageRowsInfoTitleApproximateRaw => r'Шамамен $rowCount ішінен $firstRow–$lastRow'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow $rowCount шамасының ішінде'; @override - String get pasteButtonLabel => r'ҚОЮ'; + String get pasteButtonLabel => r'ҚОНДЫРУ'; @override - String get popupMenuLabel => r'Қалқымалы терезе мәзірі'; + String get popupMenuLabel => r'Ашылмалы мәзір'; @override - String get postMeridiemAbbreviation => r'түстен кейін'; + String get postMeridiemAbbreviation => r'PM'; @override String get previousMonthTooltip => r'Өткен ай'; @override - String get previousPageTooltip => r'Алдыңғы бет'; + String get previousPageTooltip => r'Алдынғы бет'; @override String get refreshIndicatorSemanticLabel => r'Жаңарту'; @@ -7224,10 +7224,10 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1 таңба қалды.'; + String get remainingTextFieldCharacterCountOne => null; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount таңба қалды.'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount таңба қалды'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -7236,25 +7236,25 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountZero => r'Таңбалар қалмады'; @override - String get reorderItemDown => r'Төменге жылжыту'; + String get reorderItemDown => r'Төменге орналастыру'; @override - String get reorderItemLeft => r'Солға жылжыту'; + String get reorderItemLeft => r'Солға орналастыру'; @override - String get reorderItemRight => r'Оңға жылжыту'; + String get reorderItemRight => r'Оңға орналастыру'; @override - String get reorderItemToEnd => r'Соңына өту'; + String get reorderItemToEnd => r'Аяққа орналастыру'; @override - String get reorderItemToStart => r'Басына өту'; + String get reorderItemToStart => r'Басына орналастыру'; @override - String get reorderItemUp => r'Жоғарыға жылжыту'; + String get reorderItemUp => r'Жоғарға орналастыру'; @override - String get rowsPerPageTitle => r'Әр беттегі жолдар саны:'; + String get rowsPerPageTitle => r'Бір бетіне жазбалар:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -7263,7 +7263,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get searchFieldLabel => r'Іздеу'; @override - String get selectAllButtonLabel => r'БАРЛЫҒЫН ТАҢДАУ'; + String get selectAllButtonLabel => r'БӘРІН ТАҢДАУ'; @override String get selectedRowCountTitleFew => null; @@ -7272,10 +7272,10 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 элемент таңдалды.'; + String get selectedRowCountTitleOne => null; @override - String get selectedRowCountTitleOther => r'$selectedRowCount элемент таңдалды.'; + String get selectedRowCountTitleOther => r'$selectedRowCount тармақ таңдалған'; @override String get selectedRowCountTitleTwo => null; @@ -7284,25 +7284,25 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => r'Тармақ таңдалмаған'; @override - String get showAccountsLabel => r'Есептік жазбаларды көрсету'; + String get showAccountsLabel => r'Тіркеулік жасбасыны көрсету'; @override String get showMenuTooltip => r'Мәзірді көрсету'; @override - String get signedInLabel => r'Есептік жазбаға кірген'; + String get signedInLabel => r'Жүйеге кірді'; @override - String get tabLabelRaw => r'$tabCount/$tabIndex қойынды'; + String get tabLabelRaw => r'$tabCount қосымша парақтардың $tabIndex парақ'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Сағаттарды таңдаңыз'; + String get timePickerHourModeAnnouncement => r'Сағатты таңдау'; @override - String get timePickerMinuteModeAnnouncement => r'Минуттарды таңдаңыз'; + String get timePickerMinuteModeAnnouncement => r'Минутты таңдау'; @override String get viewLicensesButtonLabel => r'ЛИЦЕНЗИЯЛАРДЫ КӨРУ'; @@ -9243,7 +9243,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get pasteButtonLabel => r'WKLEJ'; @override - String get popupMenuLabel => r'Menu kontekstowe'; + String get popupMenuLabel => r'Wyskakujące menu'; @override String get postMeridiemAbbreviation => r'PM'; @@ -9258,16 +9258,16 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => r'Odśwież'; @override - String get remainingTextFieldCharacterCountFew => r'Pozostały $remainingCount znaki'; + String get remainingTextFieldCharacterCountFew => r'Jeszcze $remainingCount znaki'; @override - String get remainingTextFieldCharacterCountMany => r'Pozostało $remainingCount znaków'; + String get remainingTextFieldCharacterCountMany => r'Jeszcze $remainingCount znaków'; @override - String get remainingTextFieldCharacterCountOne => r'Jeszcze 1 znak'; + String get remainingTextFieldCharacterCountOne => r'Jeszcze 1 znak'; @override - String get remainingTextFieldCharacterCountOther => r'Pozostało $remainingCount znaków'; + String get remainingTextFieldCharacterCountOther => r'Jeszcze $remainingCount znaku'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -9306,16 +9306,16 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get selectAllButtonLabel => r'ZAZNACZ WSZYSTKO'; @override - String get selectedRowCountTitleFew => r'$selectedRowCount wybrane elementy'; + String get selectedRowCountTitleFew => r'$selectedRowCount wybrane elementy'; @override - String get selectedRowCountTitleMany => r'$selectedRowCount wybranych elementów'; + String get selectedRowCountTitleMany => r'$selectedRowCount wybranych elementów'; @override - String get selectedRowCountTitleOne => r'1 wybrany element'; + String get selectedRowCountTitleOne => r'1 wybrany element'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount wybranych elementów'; + String get selectedRowCountTitleOther => r'$selectedRowCount wybranego elementu'; @override String get selectedRowCountTitleTwo => null; diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index 37f61430670f..7b44280485ca 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -24,7 +24,7 @@ "continueButtonLabel": "WEITER", "copyButtonLabel": "KOPIEREN", "cutButtonLabel": "AUSSCHNEIDEN", - "okButtonLabel": "Ok", + "okButtonLabel": "OK", "pasteButtonLabel": "EINFÜGEN", "selectAllButtonLabel": "ALLE AUSWÄHLEN", "viewLicensesButtonLabel": "LIZENZEN ANZEIGEN", diff --git a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb index 0c313abcfb74..63c353b24912 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb @@ -28,7 +28,7 @@ "continueButtonLabel": "WEITER", "copyButtonLabel": "KOPIEREN", "cutButtonLabel": "AUSSCHNEIDEN", - "okButtonLabel": "Ok", + "okButtonLabel": "OK", "pasteButtonLabel": "EINFÜGEN", "selectAllButtonLabel": "ALLE AUSWÄHLEN", "viewLicensesButtonLabel": "LIZENZEN ANZEIGEN", diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index 21f97960b682..dcc5b5730a84 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -28,7 +28,7 @@ "continueButtonLabel": "WEITER", "copyButtonLabel": "KOPIEREN", "cutButtonLabel": "AUSSCHNEIDEN", - "okButtonLabel": "Ok", + "okButtonLabel": "OK", "pasteButtonLabel": "EINFÜGEN", "selectAllButtonLabel": "ALLE AUSWÄHLEN", "viewLicensesButtonLabel": "LIZENZEN ANZEIGEN", diff --git a/packages/flutter_localizations/lib/src/l10n/material_kk.arb b/packages/flutter_localizations/lib/src/l10n/material_kk.arb index 82ce18958275..96e50aae9b8b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kk.arb @@ -1,56 +1,54 @@ { - "selectedRowCountTitleOne": "1 элемент таңдалды.", - "remainingTextFieldCharacterCountOne": "1 таңба қалды.", "scriptCategory": "English-like", "timeOfDayFormat": "H:mm", - "openAppDrawerTooltip": "Навигация мәзірін ашу", + "openAppDrawerTooltip": "Навигация мәзірді ашу", "backButtonTooltip": "Артқа", "closeButtonTooltip": "Жабу", - "deleteButtonTooltip": "Жою", + "deleteButtonTooltip": "Өшіру", "nextMonthTooltip": "Келесі ай", "previousMonthTooltip": "Өткен ай", "nextPageTooltip": "Келесі бет", - "previousPageTooltip": "Алдыңғы бет", + "previousPageTooltip": "Алдынғы бет", "showMenuTooltip": "Мәзірді көрсету", - "aboutListTileTitle": "$applicationName туралы", + "aboutListTileTitle": "$applicationName тұралы", "licensesPageTitle": "Лицензиялар", - "pageRowsInfoTitle": "$rowCount ішінен $firstRow–$lastRow", - "pageRowsInfoTitleApproximate": "Шамамен $rowCount ішінен $firstRow–$lastRow", - "rowsPerPageTitle": "Әр беттегі жолдар саны:", - "tabLabel": "$tabCount/$tabIndex қойынды", + "pageRowsInfoTitle": "$firstRow–$lastRow $rowCount ішінде", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow $rowCount шамасының ішінде", + "rowsPerPageTitle": "Бір бетіне жазбалар:", + "tabLabel": "$tabCount қосымша парақтардың $tabIndex парақ", "selectedRowCountTitleZero": "Тармақ таңдалмаған", - "selectedRowCountTitleOther": "$selectedRowCount элемент таңдалды.", - "cancelButtonLabel": "БАС ТАРТУ", + "selectedRowCountTitleOther": "$selectedRowCount тармақ таңдалған", + "cancelButtonLabel": "ЖОЮ", "closeButtonLabel": "ЖАБУ", "continueButtonLabel": "ЖАЛҒАСТЫРУ", "copyButtonLabel": "КӨШІРУ", - "cutButtonLabel": "ҚИЮ", - "okButtonLabel": "Иә", - "pasteButtonLabel": "ҚОЮ", - "selectAllButtonLabel": "БАРЛЫҒЫН ТАҢДАУ", + "cutButtonLabel": "ҚИЫП АЛУ", + "okButtonLabel": "ЖАҚСЫ", + "pasteButtonLabel": "ҚОНДЫРУ", + "selectAllButtonLabel": "БӘРІН ТАҢДАУ", "viewLicensesButtonLabel": "ЛИЦЕНЗИЯЛАРДЫ КӨРУ", - "anteMeridiemAbbreviation": "түстен кейін", - "postMeridiemAbbreviation": "түстен кейін", - "timePickerHourModeAnnouncement": "Сағаттарды таңдаңыз", - "timePickerMinuteModeAnnouncement": "Минуттарды таңдаңыз", - "modalBarrierDismissLabel": "Жабу", - "signedInLabel": "Есептік жазбаға кірген", - "hideAccountsLabel": "Есептік жазбаларды жасыру", - "showAccountsLabel": "Есептік жазбаларды көрсету", - "drawerLabel": "Навигация мәзірі", - "popupMenuLabel": "Қалқымалы терезе мәзірі", - "dialogLabel": "Диалогтық терезе", - "alertDialogLabel": "Дабыл", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "timePickerHourModeAnnouncement": "Сағатты таңдау", + "timePickerMinuteModeAnnouncement": "Минутты таңдау", + "modalBarrierDismissLabel": "Болдырмау", + "signedInLabel": "Жүйеге кірді", + "hideAccountsLabel": "Тіркеулік жасбасыны жасыру", + "showAccountsLabel": "Тіркеулік жасбасыны көрсету", + "drawerLabel": "Навигациялық мәзір", + "popupMenuLabel": "Ашылмалы мәзір", + "dialogLabel": "Диалогтік терезесі", + "alertDialogLabel": "Ескерту", "searchFieldLabel": "Іздеу", - "reorderItemToStart": "Басына өту", - "reorderItemToEnd": "Соңына өту", - "reorderItemUp": "Жоғарыға жылжыту", - "reorderItemDown": "Төменге жылжыту", - "reorderItemLeft": "Солға жылжыту", - "reorderItemRight": "Оңға жылжыту", - "expandedIconTapHint": "Жию", - "collapsedIconTapHint": "Жаю", + "reorderItemToStart": "Басына орналастыру", + "reorderItemToEnd": "Аяққа орналастыру", + "reorderItemUp": "Жоғарға орналастыру", + "reorderItemDown": "Төменге орналастыру", + "reorderItemLeft": "Солға орналастыру", + "reorderItemRight": "Оңға орналастыру", + "expandedIconTapHint": "Орау", + "collapsedIconTapHint": "Жазу", "remainingTextFieldCharacterCountZero": "Таңбалар қалмады", - "remainingTextFieldCharacterCountOther": "$remainingCount таңба қалды.", + "remainingTextFieldCharacterCountOther": "$remainingCount таңба қалды", "refreshIndicatorSemanticLabel": "Жаңарту" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index be3613fd4ec8..ce64b66ae9b2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -1,10 +1,10 @@ { - "remainingTextFieldCharacterCountFew": "Pozostały $remainingCount znaki", - "remainingTextFieldCharacterCountMany": "Pozostało $remainingCount znaków", + "remainingTextFieldCharacterCountFew": "Jeszcze $remainingCount znaki", + "remainingTextFieldCharacterCountMany": "Jeszcze $remainingCount znaków", "scriptCategory": "English-like", "timeOfDayFormat": "HH:mm", - "selectedRowCountTitleFew": "$selectedRowCount wybrane elementy", - "selectedRowCountTitleMany": "$selectedRowCount wybranych elementów", + "selectedRowCountTitleFew": "$selectedRowCount wybrane elementy", + "selectedRowCountTitleMany": "$selectedRowCount wybranych elementów", "openAppDrawerTooltip": "Otwórz menu nawigacyjne", "backButtonTooltip": "Wstecz", "closeButtonTooltip": "Zamknij", @@ -20,8 +20,8 @@ "pageRowsInfoTitleApproximate": "$firstRow–$lastRow z około $rowCount", "rowsPerPageTitle": "Wiersze na stronie:", "tabLabel": "Karta $tabIndex z $tabCount", - "selectedRowCountTitleOne": "1 wybrany element", - "selectedRowCountTitleOther": "$selectedRowCount wybranych elementów", + "selectedRowCountTitleOne": "1 wybrany element", + "selectedRowCountTitleOther": "$selectedRowCount wybranego elementu", "cancelButtonLabel": "ANULUJ", "closeButtonLabel": "ZAMKNIJ", "continueButtonLabel": "DALEJ", @@ -40,7 +40,7 @@ "showAccountsLabel": "Pokaż konta", "modalBarrierDismissLabel": "Zamknij", "drawerLabel": "Menu nawigacyjne", - "popupMenuLabel": "Menu kontekstowe", + "popupMenuLabel": "Wyskakujące menu", "dialogLabel": "Okno dialogowe", "alertDialogLabel": "Alert", "searchFieldLabel": "Szukaj", @@ -53,7 +53,7 @@ "expandedIconTapHint": "Zwiń", "collapsedIconTapHint": "Rozwiń", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "Jeszcze 1 znak", - "remainingTextFieldCharacterCountOther": "Pozostało $remainingCount znaków", + "remainingTextFieldCharacterCountOne": "Jeszcze 1 znak", + "remainingTextFieldCharacterCountOther": "Jeszcze $remainingCount znaku", "refreshIndicatorSemanticLabel": "Odśwież" } From da0f2022a0a0aecec111e95bfe171eb39519e1ef Mon Sep 17 00:00:00 2001 From: xster Date: Sun, 19 May 2019 04:10:34 -0700 Subject: [PATCH 094/327] Cupertino localization step 12 try 2: push translation for all supported languages (#32513) --- .../lib/src/cupertino_localizations.dart | 2 +- .../lib/src/l10n/cupertino_ar.arb | 42 + .../lib/src/l10n/cupertino_bg.arb | 22 + .../lib/src/l10n/cupertino_bs.arb | 27 + .../lib/src/l10n/cupertino_ca.arb | 22 + .../lib/src/l10n/cupertino_cs.arb | 32 + .../lib/src/l10n/cupertino_da.arb | 22 + .../lib/src/l10n/cupertino_de.arb | 22 + .../lib/src/l10n/cupertino_el.arb | 22 + .../lib/src/l10n/cupertino_en_AU.arb | 22 + .../lib/src/l10n/cupertino_en_CA.arb | 22 + .../lib/src/l10n/cupertino_en_GB.arb | 22 + .../lib/src/l10n/cupertino_en_IE.arb | 22 + .../lib/src/l10n/cupertino_en_IN.arb | 22 + .../lib/src/l10n/cupertino_en_SG.arb | 22 + .../lib/src/l10n/cupertino_en_ZA.arb | 22 + .../lib/src/l10n/cupertino_es.arb | 22 + .../lib/src/l10n/cupertino_es_419.arb | 22 + .../lib/src/l10n/cupertino_es_AR.arb | 22 + .../lib/src/l10n/cupertino_es_BO.arb | 22 + .../lib/src/l10n/cupertino_es_CL.arb | 22 + .../lib/src/l10n/cupertino_es_CO.arb | 22 + .../lib/src/l10n/cupertino_es_CR.arb | 22 + .../lib/src/l10n/cupertino_es_DO.arb | 22 + .../lib/src/l10n/cupertino_es_EC.arb | 22 + .../lib/src/l10n/cupertino_es_GT.arb | 22 + .../lib/src/l10n/cupertino_es_HN.arb | 22 + .../lib/src/l10n/cupertino_es_MX.arb | 22 + .../lib/src/l10n/cupertino_es_NI.arb | 22 + .../lib/src/l10n/cupertino_es_PA.arb | 22 + .../lib/src/l10n/cupertino_es_PE.arb | 22 + .../lib/src/l10n/cupertino_es_PR.arb | 22 + .../lib/src/l10n/cupertino_es_PY.arb | 22 + .../lib/src/l10n/cupertino_es_SV.arb | 22 + .../lib/src/l10n/cupertino_es_US.arb | 22 + .../lib/src/l10n/cupertino_es_UY.arb | 22 + .../lib/src/l10n/cupertino_es_VE.arb | 22 + .../lib/src/l10n/cupertino_et.arb | 22 + .../lib/src/l10n/cupertino_fa.arb | 22 + .../lib/src/l10n/cupertino_fi.arb | 22 + .../lib/src/l10n/cupertino_fil.arb | 22 + .../lib/src/l10n/cupertino_fr.arb | 7 +- .../lib/src/l10n/cupertino_gl.arb | 22 + .../lib/src/l10n/cupertino_gsw.arb | 22 + .../lib/src/l10n/cupertino_he.arb | 32 + .../lib/src/l10n/cupertino_hi.arb | 22 + .../lib/src/l10n/cupertino_hr.arb | 27 + .../lib/src/l10n/cupertino_hu.arb | 22 + .../lib/src/l10n/cupertino_hy.arb | 22 + .../lib/src/l10n/cupertino_id.arb | 22 + .../lib/src/l10n/cupertino_it.arb | 22 + .../lib/src/l10n/cupertino_ja.arb | 22 + .../lib/src/l10n/cupertino_kk.arb | 22 + .../lib/src/l10n/cupertino_km.arb | 22 + .../lib/src/l10n/cupertino_ko.arb | 22 + .../lib/src/l10n/cupertino_lt.arb | 32 + .../lib/src/l10n/cupertino_lv.arb | 27 + .../lib/src/l10n/cupertino_mn.arb | 22 + .../lib/src/l10n/cupertino_mr.arb | 22 + .../lib/src/l10n/cupertino_ms.arb | 22 + .../lib/src/l10n/cupertino_nb.arb | 22 + .../lib/src/l10n/cupertino_nl.arb | 22 + .../lib/src/l10n/cupertino_pl.arb | 32 + .../lib/src/l10n/cupertino_pt.arb | 22 + .../lib/src/l10n/cupertino_pt_PT.arb | 22 + .../lib/src/l10n/cupertino_ro.arb | 27 + .../lib/src/l10n/cupertino_ru.arb | 32 + .../lib/src/l10n/cupertino_sk.arb | 32 + .../lib/src/l10n/cupertino_sl.arb | 32 + .../lib/src/l10n/cupertino_sr.arb | 27 + .../lib/src/l10n/cupertino_sr_Latn.arb | 27 + .../lib/src/l10n/cupertino_sv.arb | 22 + .../lib/src/l10n/cupertino_sw.arb | 22 + .../lib/src/l10n/cupertino_ta.arb | 22 + .../lib/src/l10n/cupertino_th.arb | 22 + .../lib/src/l10n/cupertino_tl.arb | 22 + .../lib/src/l10n/cupertino_tr.arb | 8 +- .../lib/src/l10n/cupertino_uk.arb | 32 + .../lib/src/l10n/cupertino_ur.arb | 22 + .../lib/src/l10n/cupertino_vi.arb | 22 + .../lib/src/l10n/cupertino_zh.arb | 22 + .../lib/src/l10n/cupertino_zh_HK.arb | 22 + .../lib/src/l10n/cupertino_zh_TW.arb | 22 + .../generated_cupertino_localizations.dart | 9332 ++++++++++++++++- .../generated_material_localizations.dart | 106 +- .../lib/src/l10n/material_de.arb | 2 +- .../lib/src/l10n/material_de_CH.arb | 2 +- .../lib/src/l10n/material_gsw.arb | 2 +- .../lib/src/l10n/material_kk.arb | 72 +- .../lib/src/l10n/material_pl.arb | 18 +- .../lib/src/l10n/material_pt.arb | 4 +- .../test/cupertino/translations_test.dart | 20 +- 92 files changed, 11281 insertions(+), 184 deletions(-) create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_da.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_de.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_el.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_en_AU.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_en_CA.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_en_GB.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_en_IE.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_en_IN.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_en_SG.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_en_ZA.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_et.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_he.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_id.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_it.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_km.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_th.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb diff --git a/packages/flutter_localizations/lib/src/cupertino_localizations.dart b/packages/flutter_localizations/lib/src/cupertino_localizations.dart index eb31edd772df..e08a9151b434 100644 --- a/packages/flutter_localizations/lib/src/cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/cupertino_localizations.dart @@ -423,7 +423,7 @@ class _GlobalCupertinoLocalizationsDelegate extends LocalizationsDelegate r'Alert'; + String get alertDialogLabel => r'تنبيه'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => r'ص'; @override - String get copyButtonLabel => r'Copy'; + String get copyButtonLabel => r'نسخ'; @override - String get cutButtonLabel => r'Cut'; + String get cutButtonLabel => r'قص'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => r'dmy'; @override String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelOne => r'$hour o' "'" r'clock'; + String get datePickerHourSemanticsLabelFew => r'$hour بالضبط'; @override - String get datePickerHourSemanticsLabelOther => r'$hour o' "'" r'clock'; + String get datePickerHourSemanticsLabelMany => r'$hour بالضبط'; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minute'; + String get datePickerHourSemanticsLabelOne => r'$hour بالضبط'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minutes'; + String get datePickerHourSemanticsLabelOther => r'$hour بالضبط'; @override - String get pasteButtonLabel => r'Paste'; + String get datePickerHourSemanticsLabelTwo => r'$hour بالضبط'; @override - String get postMeridiemAbbreviation => r'PM'; + String get datePickerHourSemanticsLabelZero => r'$hour بالضبط'; @override - String get selectAllButtonLabel => r'Select All'; + String get datePickerMinuteSemanticsLabelFew => r'$minute دقائق'; @override - String get timerPickerHourLabelOne => r'hour'; + String get datePickerMinuteSemanticsLabelMany => r'$minute دقيقة​'; @override - String get timerPickerHourLabelOther => r'hours'; + String get datePickerMinuteSemanticsLabelOne => r'دقيقة واحدة'; @override - String get timerPickerMinuteLabelOne => r'min.'; + String get datePickerMinuteSemanticsLabelOther => r'$minute دقيقة​'; @override - String get timerPickerMinuteLabelOther => r'min.'; + String get datePickerMinuteSemanticsLabelTwo => r'دقيقتان ($minute)'; @override - String get timerPickerSecondLabelOne => r'sec.'; + String get datePickerMinuteSemanticsLabelZero => r'$minute دقيقة​'; @override - String get timerPickerSecondLabelOther => r'sec.'; + String get pasteButtonLabel => r'لصق'; @override - String get todayLabel => r'Today'; + String get postMeridiemAbbreviation => r'م'; + + @override + String get selectAllButtonLabel => r'اختيار الكل'; + + @override + String get timerPickerHourLabelFew => r'ساعات'; + + @override + String get timerPickerHourLabelMany => r'ساعة'; + + @override + String get timerPickerHourLabelOne => r'ساعة'; + + @override + String get timerPickerHourLabelOther => r'ساعة'; + + @override + String get timerPickerHourLabelTwo => r'ساعتان'; + + @override + String get timerPickerHourLabelZero => r'ساعة'; + + @override + String get timerPickerMinuteLabelFew => r'دقائق'; + + @override + String get timerPickerMinuteLabelMany => r'دقيقة'; + + @override + String get timerPickerMinuteLabelOne => r'دقيقة واحدة'; + + @override + String get timerPickerMinuteLabelOther => r'دقيقة'; + + @override + String get timerPickerMinuteLabelTwo => r'دقيقتان'; + + @override + String get timerPickerMinuteLabelZero => r'دقيقة'; + + @override + String get timerPickerSecondLabelFew => r'ثوانٍ'; + + @override + String get timerPickerSecondLabelMany => r'ثانية'; + + @override + String get timerPickerSecondLabelOne => r'ثانية واحدة'; + + @override + String get timerPickerSecondLabelOther => r'ثانية'; + + @override + String get timerPickerSecondLabelTwo => r'ثانيتان'; + + @override + String get timerPickerSecondLabelZero => r'ثانية'; + + @override + String get todayLabel => r'اليوم'; } -/// The translations for French (`fr`). -class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for French. +/// The translations for Bulgarian (`bg`). +class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Bulgarian. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationFr({ - String localeName = 'fr', + const CupertinoLocalizationBg({ + String localeName = 'bg', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -137,16 +197,16 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Alerte'; + String get alertDialogLabel => r'Сигнал'; @override String get anteMeridiemAbbreviation => r'AM'; @override - String get copyButtonLabel => r'Copier'; + String get copyButtonLabel => r'Копиране'; @override - String get cutButtonLabel => r'Couper'; + String get cutButtonLabel => r'Изрязване'; @override String get datePickerDateOrderString => r'dmy'; @@ -155,55 +215,263 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelOne => r'une heure'; + String get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelOther => r'$hour heures'; + String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'une minute'; + String get datePickerHourSemanticsLabelOne => r'$hour часа'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minutes'; + String get datePickerHourSemanticsLabelOther => r'$hour часа'; @override - String get pasteButtonLabel => r'Coller'; + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 минута'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute минути'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Поставяне'; @override String get postMeridiemAbbreviation => r'PM'; @override - String get selectAllButtonLabel => r'Tout sélect.'; + String get selectAllButtonLabel => r'Избиране на всички'; @override - String get timerPickerHourLabelOne => r'heure'; + String get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelOther => r'heures'; + String get timerPickerHourLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'minute'; + String get timerPickerHourLabelOne => r'час'; @override - String get timerPickerMinuteLabelOther => r'minutes'; + String get timerPickerHourLabelOther => r'часа'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'мин'; + + @override + String get timerPickerMinuteLabelOther => r'мин'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'сек'; + + @override + String get timerPickerSecondLabelOther => r'сек'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Днес'; +} + +/// The translations for Bosnian (`bs`). +class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Bosnian. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationBs({ + String localeName = 'bs', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Upozorenje'; + + @override + String get anteMeridiemAbbreviation => r'prijepodne'; + + @override + String get copyButtonLabel => r'Kopiraj'; + + @override + String get cutButtonLabel => r'Izreži'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => r'$hour sata'; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour sat'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour sati'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => r'$minute minute'; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'Jedna minuta'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minuta'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Zalijepi'; + + @override + String get postMeridiemAbbreviation => r'popodne'; @override - String get timerPickerSecondLabelOne => null; + String get selectAllButtonLabel => r'Odaberi sve'; + + @override + String get timerPickerHourLabelFew => r'sata'; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'sat'; + + @override + String get timerPickerHourLabelOther => r'sati'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => r'min'; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min'; + + @override + String get timerPickerMinuteLabelOther => r'min'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => r's'; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r's'; @override String get timerPickerSecondLabelOther => r's'; @override - String get todayLabel => r'aujourd' "'" r'hui'; + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Danas'; } -/// The translations for Turkish (`tr`). -class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Turkish. +/// The translations for Catalan Valencian (`ca`). +class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Catalan Valencian. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationTr({ - String localeName = 'tr', + const CupertinoLocalizationCa({ + String localeName = 'ca', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -225,16 +493,16 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Uyarı'; + String get alertDialogLabel => r'Alerta'; @override - String get anteMeridiemAbbreviation => r'ÖÖ'; + String get anteMeridiemAbbreviation => r'AM'; @override - String get copyButtonLabel => r'Kopyala'; + String get copyButtonLabel => r'Copia'; @override - String get cutButtonLabel => r'Kes'; + String get cutButtonLabel => r'Retalla'; @override String get datePickerDateOrderString => r'dmy'; @@ -243,46 +511,8681 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelOne => r'bir saat'; + String get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelOther => r'$hour saat'; + String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'bir dakika'; + String get datePickerHourSemanticsLabelOne => r'$hour en punt'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute dakika'; + String get datePickerHourSemanticsLabelOther => r'$hour en punt'; @override - String get pasteButtonLabel => r'Yapıştır'; + String get datePickerHourSemanticsLabelTwo => null; @override - String get postMeridiemAbbreviation => r'ÖS'; + String get datePickerHourSemanticsLabelZero => null; @override - String get selectAllButtonLabel => r'Tümünü Seç'; + String get datePickerMinuteSemanticsLabelFew => null; @override - String get timerPickerHourLabelOne => r'saat'; + String get datePickerMinuteSemanticsLabelMany => null; @override - String get timerPickerHourLabelOther => r'saat'; + String get datePickerMinuteSemanticsLabelOne => r'1 minut'; @override - String get timerPickerMinuteLabelOne => r'dk.'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minuts'; @override - String get timerPickerMinuteLabelOther => r'dk.'; + String get datePickerMinuteSemanticsLabelTwo => null; @override - String get timerPickerSecondLabelOne => r'sn.'; + String get datePickerMinuteSemanticsLabelZero => null; @override - String get timerPickerSecondLabelOther => r'sn.'; + String get pasteButtonLabel => r'Enganxa'; @override - String get todayLabel => r'Bugün'; + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'Selecciona-ho tot'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'hora'; + + @override + String get timerPickerHourLabelOther => r'hores'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min'; + + @override + String get timerPickerMinuteLabelOther => r'min'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r's'; + + @override + String get timerPickerSecondLabelOther => r's'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Avui'; +} + +/// The translations for Czech (`cs`). +class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Czech. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationCs({ + String localeName = 'cs', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Upozornění'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'Kopírovat'; + + @override + String get cutButtonLabel => r'Vyjmout'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => r'$hour hodiny'; + + @override + String get datePickerHourSemanticsLabelMany => r'$hour hodiny'; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour hodina'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour hodin'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => r'$minute minuty'; + + @override + String get datePickerMinuteSemanticsLabelMany => r'$minute minuty'; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minuta'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minut'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Vložit'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'Vybrat vše'; + + @override + String get timerPickerHourLabelFew => r'hodiny'; + + @override + String get timerPickerHourLabelMany => r'hodiny'; + + @override + String get timerPickerHourLabelOne => r'hodina'; + + @override + String get timerPickerHourLabelOther => r'hodin'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => r'min'; + + @override + String get timerPickerMinuteLabelMany => r'min'; + + @override + String get timerPickerMinuteLabelOne => r'min'; + + @override + String get timerPickerMinuteLabelOther => r'min'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => r's'; + + @override + String get timerPickerSecondLabelMany => r's'; + + @override + String get timerPickerSecondLabelOne => r's'; + + @override + String get timerPickerSecondLabelOther => r's'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Dnes'; +} + +/// The translations for Danish (`da`). +class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Danish. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationDa({ + String localeName = 'da', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Underretning'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'Kopiér'; + + @override + String get cutButtonLabel => r'Klip'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'klokken $hour'; + + @override + String get datePickerHourSemanticsLabelOther => r'klokken $hour'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minut'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minutter'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Sæt ind'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'Vælg alle'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'time'; + + @override + String get timerPickerHourLabelOther => r'timer'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min.'; + + @override + String get timerPickerMinuteLabelOther => r'min.'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'sek.'; + + @override + String get timerPickerSecondLabelOther => r'sek.'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'I dag'; +} + +/// The translations for German (`de`). +class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for German. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationDe({ + String localeName = 'de', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Benachrichtigung'; + + @override + String get anteMeridiemAbbreviation => r'VORM.'; + + @override + String get copyButtonLabel => r'Kopieren'; + + @override + String get cutButtonLabel => r'Ausschneiden'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour Uhr'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour Uhr'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 Minute'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute Minuten'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Einfügen'; + + @override + String get postMeridiemAbbreviation => r'NACHM.'; + + @override + String get selectAllButtonLabel => r'Alles auswählen'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'Stunde'; + + @override + String get timerPickerHourLabelOther => r'Stunden'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min'; + + @override + String get timerPickerMinuteLabelOther => r'min'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r's'; + + @override + String get timerPickerSecondLabelOther => r's'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Heute'; +} + +/// The translations for Modern Greek (`el`). +class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Modern Greek. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEl({ + String localeName = 'el', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Ειδοποίηση'; + + @override + String get anteMeridiemAbbreviation => r'π.μ.'; + + @override + String get copyButtonLabel => r'Αντιγραφή'; + + @override + String get cutButtonLabel => r'Αποκοπή'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour ακριβώς'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour ακριβώς'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 λεπτό'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute λεπτά'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Επικόλληση'; + + @override + String get postMeridiemAbbreviation => r'μ.μ.'; + + @override + String get selectAllButtonLabel => r'Επιλογή όλων'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'ώρα'; + + @override + String get timerPickerHourLabelOther => r'ώρες'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'λεπ.'; + + @override + String get timerPickerMinuteLabelOther => r'λεπ.'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'δευτ.'; + + @override + String get timerPickerSecondLabelOther => r'δευτ.'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Σήμερα'; +} + +/// The translations for English (`en`). +class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for English. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEn({ + String localeName = 'en', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Alert'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'Copy'; + + @override + String get cutButtonLabel => r'Cut'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour o' "'" r'clock'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour o' "'" r'clock'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minute'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minutes'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Paste'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'Select All'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'hour'; + + @override + String get timerPickerHourLabelOther => r'hours'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min.'; + + @override + String get timerPickerMinuteLabelOther => r'min.'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'sec.'; + + @override + String get timerPickerSecondLabelOther => r'sec.'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Today'; +} + +/// The translations for English, as used in Australia (`en_AU`). +class CupertinoLocalizationEnAu extends CupertinoLocalizationEn { + /// Create an instance of the translation bundle for English, as used in Australia. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEnAu({ + String localeName = 'en_AU', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get selectAllButtonLabel => r'Select all'; +} + +/// The translations for English, as used in Canada (`en_CA`). +class CupertinoLocalizationEnCa extends CupertinoLocalizationEn { + /// Create an instance of the translation bundle for English, as used in Canada. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEnCa({ + String localeName = 'en_CA', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get selectAllButtonLabel => r'Select all'; +} + +/// The translations for English, as used in the United Kingdom (`en_GB`). +class CupertinoLocalizationEnGb extends CupertinoLocalizationEn { + /// Create an instance of the translation bundle for English, as used in the United Kingdom. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEnGb({ + String localeName = 'en_GB', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get selectAllButtonLabel => r'Select all'; +} + +/// The translations for English, as used in Ireland (`en_IE`). +class CupertinoLocalizationEnIe extends CupertinoLocalizationEn { + /// Create an instance of the translation bundle for English, as used in Ireland. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEnIe({ + String localeName = 'en_IE', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get selectAllButtonLabel => r'Select all'; +} + +/// The translations for English, as used in India (`en_IN`). +class CupertinoLocalizationEnIn extends CupertinoLocalizationEn { + /// Create an instance of the translation bundle for English, as used in India. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEnIn({ + String localeName = 'en_IN', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get selectAllButtonLabel => r'Select all'; +} + +/// The translations for English, as used in Singapore (`en_SG`). +class CupertinoLocalizationEnSg extends CupertinoLocalizationEn { + /// Create an instance of the translation bundle for English, as used in Singapore. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEnSg({ + String localeName = 'en_SG', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get selectAllButtonLabel => r'Select all'; +} + +/// The translations for English, as used in South Africa (`en_ZA`). +class CupertinoLocalizationEnZa extends CupertinoLocalizationEn { + /// Create an instance of the translation bundle for English, as used in South Africa. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEnZa({ + String localeName = 'en_ZA', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get selectAllButtonLabel => r'Select all'; +} + +/// The translations for Spanish Castilian (`es`). +class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Spanish Castilian. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEs({ + String localeName = 'es', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Alerta'; + + @override + String get anteMeridiemAbbreviation => r'A.M.'; + + @override + String get copyButtonLabel => r'Copiar'; + + @override + String get cutButtonLabel => r'Cortar'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minuto'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minutos'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Pegar'; + + @override + String get postMeridiemAbbreviation => r'P.M.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todo'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'hora'; + + @override + String get timerPickerHourLabelOther => r'horas'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min'; + + @override + String get timerPickerMinuteLabelOther => r'min'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r's'; + + @override + String get timerPickerSecondLabelOther => r's'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Hoy'; +} + +/// The translations for Spanish Castilian, as used in Latin America and the Caribbean (`es_419`). +class CupertinoLocalizationEs419 extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Latin America and the Caribbean. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEs419({ + String localeName = 'es_419', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Argentina (`es_AR`). +class CupertinoLocalizationEsAr extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Argentina. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsAr({ + String localeName = 'es_AR', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Bolivia (`es_BO`). +class CupertinoLocalizationEsBo extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Bolivia. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsBo({ + String localeName = 'es_BO', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Chile (`es_CL`). +class CupertinoLocalizationEsCl extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Chile. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsCl({ + String localeName = 'es_CL', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Colombia (`es_CO`). +class CupertinoLocalizationEsCo extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Colombia. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsCo({ + String localeName = 'es_CO', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Costa Rica (`es_CR`). +class CupertinoLocalizationEsCr extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Costa Rica. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsCr({ + String localeName = 'es_CR', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in the Dominican Republic (`es_DO`). +class CupertinoLocalizationEsDo extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in the Dominican Republic. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsDo({ + String localeName = 'es_DO', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Ecuador (`es_EC`). +class CupertinoLocalizationEsEc extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Ecuador. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsEc({ + String localeName = 'es_EC', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Guatemala (`es_GT`). +class CupertinoLocalizationEsGt extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Guatemala. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsGt({ + String localeName = 'es_GT', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Honduras (`es_HN`). +class CupertinoLocalizationEsHn extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Honduras. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsHn({ + String localeName = 'es_HN', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Mexico (`es_MX`). +class CupertinoLocalizationEsMx extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Mexico. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsMx({ + String localeName = 'es_MX', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Nicaragua (`es_NI`). +class CupertinoLocalizationEsNi extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Nicaragua. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsNi({ + String localeName = 'es_NI', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Panama (`es_PA`). +class CupertinoLocalizationEsPa extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Panama. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsPa({ + String localeName = 'es_PA', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Peru (`es_PE`). +class CupertinoLocalizationEsPe extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Peru. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsPe({ + String localeName = 'es_PE', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Puerto Rico (`es_PR`). +class CupertinoLocalizationEsPr extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Puerto Rico. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsPr({ + String localeName = 'es_PR', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Paraguay (`es_PY`). +class CupertinoLocalizationEsPy extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Paraguay. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsPy({ + String localeName = 'es_PY', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in El Salvador (`es_SV`). +class CupertinoLocalizationEsSv extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in El Salvador. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsSv({ + String localeName = 'es_SV', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in the United States (`es_US`). +class CupertinoLocalizationEsUs extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in the United States. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsUs({ + String localeName = 'es_US', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Uruguay (`es_UY`). +class CupertinoLocalizationEsUy extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Uruguay. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsUy({ + String localeName = 'es_UY', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Venezuela (`es_VE`). +class CupertinoLocalizationEsVe extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Venezuela. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsVe({ + String localeName = 'es_VE', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Estonian (`et`). +class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Estonian. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEt({ + String localeName = 'et', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Märguanne'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'Kopeeri'; + + @override + String get cutButtonLabel => r'Lõika'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'Kell $hour'; + + @override + String get datePickerHourSemanticsLabelOther => r'Kell $hour'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minut'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minutit'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Kleebi'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'Vali kõik'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'tund'; + + @override + String get timerPickerHourLabelOther => r'tundi'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min'; + + @override + String get timerPickerMinuteLabelOther => r'min'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r's'; + + @override + String get timerPickerSecondLabelOther => r's'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Täna'; +} + +/// The translations for Persian (`fa`). +class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Persian. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationFa({ + String localeName = 'fa', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'هشدار'; + + @override + String get anteMeridiemAbbreviation => r'ق.ظ.'; + + @override + String get copyButtonLabel => r'کپی'; + + @override + String get cutButtonLabel => r'برش'; + + @override + String get datePickerDateOrderString => r'ymd'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'ساعت $hour'; + + @override + String get datePickerHourSemanticsLabelOther => r'ساعت $hour'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'۱ دقیقه'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute دقیقه'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'جای‌گذاری'; + + @override + String get postMeridiemAbbreviation => r'ب.ظ.'; + + @override + String get selectAllButtonLabel => r'انتخاب همه'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'ساعت'; + + @override + String get timerPickerHourLabelOther => r'ساعت'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'دقیقه'; + + @override + String get timerPickerMinuteLabelOther => r'دقیقه'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'ثانیه'; + + @override + String get timerPickerSecondLabelOther => r'ثانیه'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'امروز'; +} + +/// The translations for Finnish (`fi`). +class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Finnish. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationFi({ + String localeName = 'fi', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Ilmoitus'; + + @override + String get anteMeridiemAbbreviation => r'ap'; + + @override + String get copyButtonLabel => r'Kopioi'; + + @override + String get cutButtonLabel => r'Leikkaa'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'klo $hour'; + + @override + String get datePickerHourSemanticsLabelOther => r'klo $hour'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minuutti'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minuuttia'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Liitä'; + + @override + String get postMeridiemAbbreviation => r'ip'; + + @override + String get selectAllButtonLabel => r'Valitse kaikki'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'tunti'; + + @override + String get timerPickerHourLabelOther => r'tuntia'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min'; + + @override + String get timerPickerMinuteLabelOther => r'min'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r's'; + + @override + String get timerPickerSecondLabelOther => r's'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Tänään'; +} + +/// The translations for Filipino Pilipino (`fil`). +class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Filipino Pilipino. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationFil({ + String localeName = 'fil', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Alerto'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'Kopyahin'; + + @override + String get cutButtonLabel => r'I-cut'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'Ala $hour'; + + @override + String get datePickerHourSemanticsLabelOther => r'Alas $hour'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minuto'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute na minuto'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'I-paste'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'Piliin Lahat'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'oras'; + + @override + String get timerPickerHourLabelOther => r'na oras'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min.'; + + @override + String get timerPickerMinuteLabelOther => r'na min.'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'seg.'; + + @override + String get timerPickerSecondLabelOther => r'na seg.'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Ngayon'; +} + +/// The translations for French (`fr`). +class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for French. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationFr({ + String localeName = 'fr', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Alerte'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'Copier'; + + @override + String get cutButtonLabel => r'Couper'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour heure'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour heures'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minute'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minutes'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Coller'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'Tout sélect.'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'heure'; + + @override + String get timerPickerHourLabelOther => r'heures'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'minute'; + + @override + String get timerPickerMinuteLabelOther => r'minutes'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r's'; + + @override + String get timerPickerSecondLabelOther => r's'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'aujourd' "'" r'hui'; +} + +/// The translations for Galician (`gl`). +class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Galician. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationGl({ + String localeName = 'gl', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Alerta'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get copyButtonLabel => r'Copiar'; + + @override + String get cutButtonLabel => r'Cortar'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minuto'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minutos'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Pegar'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todo'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'hora'; + + @override + String get timerPickerHourLabelOther => r'horas'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min'; + + @override + String get timerPickerMinuteLabelOther => r'min'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r's'; + + @override + String get timerPickerSecondLabelOther => r's'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Hoxe'; +} + +/// The translations for Swiss German Alemannic Alsatian (`gsw`). +class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Swiss German Alemannic Alsatian. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationGsw({ + String localeName = 'gsw', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Benachrichtigung'; + + @override + String get anteMeridiemAbbreviation => r'VORM.'; + + @override + String get copyButtonLabel => r'Kopieren'; + + @override + String get cutButtonLabel => r'Ausschneiden'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour Uhr'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour Uhr'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 Minute'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute Minuten'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Einfügen'; + + @override + String get postMeridiemAbbreviation => r'NACHM.'; + + @override + String get selectAllButtonLabel => r'Alles auswählen'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'Stunde'; + + @override + String get timerPickerHourLabelOther => r'Stunden'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min'; + + @override + String get timerPickerMinuteLabelOther => r'min'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r's'; + + @override + String get timerPickerSecondLabelOther => r's'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Heute'; +} + +/// The translations for Hebrew (`he`). +class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Hebrew. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationHe({ + String localeName = 'he', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'התראה'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'העתקה'; + + @override + String get cutButtonLabel => r'גזירה'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => r'$hour בדיוק'; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour בדיוק'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour בדיוק'; + + @override + String get datePickerHourSemanticsLabelTwo => r'$hour בדיוק'; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => r'$minute דקות'; + + @override + String get datePickerMinuteSemanticsLabelOne => r'דקה אחת'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute דקות'; + + @override + String get datePickerMinuteSemanticsLabelTwo => r'$minute דקות'; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'הדבקה'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'בחירת הכול'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => r'שעות'; + + @override + String get timerPickerHourLabelOne => r'שעה'; + + @override + String get timerPickerHourLabelOther => r'שעות'; + + @override + String get timerPickerHourLabelTwo => r'שעות'; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => r'דק’'; + + @override + String get timerPickerMinuteLabelOne => r'דק’'; + + @override + String get timerPickerMinuteLabelOther => r'דק’'; + + @override + String get timerPickerMinuteLabelTwo => r'דק’'; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => r'שנ’'; + + @override + String get timerPickerSecondLabelOne => r'שנ’'; + + @override + String get timerPickerSecondLabelOther => r'שנ’'; + + @override + String get timerPickerSecondLabelTwo => r'שנ’'; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'היום'; +} + +/// The translations for Hindi (`hi`). +class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Hindi. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationHi({ + String localeName = 'hi', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'अलर्ट'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'कॉपी करें'; + + @override + String get cutButtonLabel => r'काटें'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour बजे'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour बजे'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 मिनट'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute मिनट'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'चिपकाएं'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'सभी चुनें'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'घंटा'; + + @override + String get timerPickerHourLabelOther => r'घंटे'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'मिनट'; + + @override + String get timerPickerMinuteLabelOther => r'मिनट'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'सेकंड'; + + @override + String get timerPickerSecondLabelOther => r'सेकंड'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'आज'; +} + +/// The translations for Croatian (`hr`). +class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Croatian. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationHr({ + String localeName = 'hr', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Upozorenje'; + + @override + String get anteMeridiemAbbreviation => r'prijepodne'; + + @override + String get copyButtonLabel => r'Kopiraj'; + + @override + String get cutButtonLabel => r'Izreži'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => r'$hour sata'; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour sat'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour sati'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => r'$minute minute'; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'Jedna minuta'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minuta'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Zalijepi'; + + @override + String get postMeridiemAbbreviation => r'popodne'; + + @override + String get selectAllButtonLabel => r'Odaberi sve'; + + @override + String get timerPickerHourLabelFew => r'sata'; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'sat'; + + @override + String get timerPickerHourLabelOther => r'sati'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => r'min'; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min'; + + @override + String get timerPickerMinuteLabelOther => r'min'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => r's'; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r's'; + + @override + String get timerPickerSecondLabelOther => r's'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Danas'; +} + +/// The translations for Hungarian (`hu`). +class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Hungarian. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationHu({ + String localeName = 'hu', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Értesítés'; + + @override + String get anteMeridiemAbbreviation => r'de.'; + + @override + String get copyButtonLabel => r'Másolás'; + + @override + String get cutButtonLabel => r'Kivágás'; + + @override + String get datePickerDateOrderString => r'ymd'; + + @override + String get datePickerDateTimeOrderString => r'date_dayPeriod_time'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour óra'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour óra'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 perc'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute perc'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Beillesztés'; + + @override + String get postMeridiemAbbreviation => r'du.'; + + @override + String get selectAllButtonLabel => r'Összes kijelölése'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'óra'; + + @override + String get timerPickerHourLabelOther => r'óra'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'perc'; + + @override + String get timerPickerMinuteLabelOther => r'perc'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'mp'; + + @override + String get timerPickerSecondLabelOther => r'mp'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Ma'; +} + +/// The translations for Armenian (`hy`). +class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Armenian. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationHy({ + String localeName = 'hy', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Ծանուցում'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'Պատճենել'; + + @override + String get cutButtonLabel => r'Կտրել'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour:00'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour:00'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 րոպե'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute րոպե'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Տեղադրել'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'Նշել բոլորը'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'ժամ'; + + @override + String get timerPickerHourLabelOther => r'ժամ'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'րոպե'; + + @override + String get timerPickerMinuteLabelOther => r'րոպե'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'վրկ'; + + @override + String get timerPickerSecondLabelOther => r'վրկ'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Այսօր'; +} + +/// The translations for Indonesian (`id`). +class CupertinoLocalizationId extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Indonesian. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationId({ + String localeName = 'id', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Notifikasi'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'Salin'; + + @override + String get cutButtonLabel => r'Potong'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour tepat'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour tepat'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 menit'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute menit'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Tempel'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'Pilih Semua'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'jam'; + + @override + String get timerPickerHourLabelOther => r'jam'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'mnt.'; + + @override + String get timerPickerMinuteLabelOther => r'mnt.'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'dtk.'; + + @override + String get timerPickerSecondLabelOther => r'dtk.'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Hari ini'; +} + +/// The translations for Italian (`it`). +class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Italian. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationIt({ + String localeName = 'it', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Avviso'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'Copia'; + + @override + String get cutButtonLabel => r'Taglia'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour in punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour in punto'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minuto'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minuti'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Incolla'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'Seleziona tutto'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'ora'; + + @override + String get timerPickerHourLabelOther => r'ore'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min.'; + + @override + String get timerPickerMinuteLabelOther => r'min.'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'sec.'; + + @override + String get timerPickerSecondLabelOther => r'sec.'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Oggi'; +} + +/// The translations for Japanese (`ja`). +class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Japanese. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationJa({ + String localeName = 'ja', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'通知'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'コピー'; + + @override + String get cutButtonLabel => r'切り取り'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour時'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour時'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1分'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute分'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'貼り付け'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'すべて選択'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'時間'; + + @override + String get timerPickerHourLabelOther => r'時間'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'分'; + + @override + String get timerPickerMinuteLabelOther => r'分'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'秒'; + + @override + String get timerPickerSecondLabelOther => r'秒'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'今日'; +} + +/// The translations for Kazakh (`kk`). +class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Kazakh. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationKk({ + String localeName = 'kk', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Дабыл'; + + @override + String get anteMeridiemAbbreviation => r'түстен кейін'; + + @override + String get copyButtonLabel => r'Көшіру'; + + @override + String get cutButtonLabel => r'Қию'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'Сағат: $hour'; + + @override + String get datePickerHourSemanticsLabelOther => r'Сағат: $hour'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 минут'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute минут'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Қою'; + + @override + String get postMeridiemAbbreviation => r'түстен кейін'; + + @override + String get selectAllButtonLabel => r'Барлығын таңдау'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'сағат'; + + @override + String get timerPickerHourLabelOther => r'сағат'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'мин'; + + @override + String get timerPickerMinuteLabelOther => r'мин'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'сек'; + + @override + String get timerPickerSecondLabelOther => r'сек'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Бүгін'; +} + +/// The translations for Khmer Central Khmer (`km`). +class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Khmer Central Khmer. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationKm({ + String localeName = 'km', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'ជូនដំណឹង'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'ចម្លង'; + + @override + String get cutButtonLabel => r'កាត់'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'ម៉ោង $hour'; + + @override + String get datePickerHourSemanticsLabelOther => r'ម៉ោង $hour'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 នាទី'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute នាទី'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'ដាក់​ចូល'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'ជ្រើសរើស​ទាំងអស់'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'ម៉ោង'; + + @override + String get timerPickerHourLabelOther => r'ម៉ោង'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'នាទី'; + + @override + String get timerPickerMinuteLabelOther => r'នាទី'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'វិនាទី'; + + @override + String get timerPickerSecondLabelOther => r'វិនាទី'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'ថ្ងៃនេះ'; +} + +/// The translations for Korean (`ko`). +class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Korean. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationKo({ + String localeName = 'ko', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'알림'; + + @override + String get anteMeridiemAbbreviation => r'오전'; + + @override + String get copyButtonLabel => r'복사'; + + @override + String get cutButtonLabel => r'잘라냄'; + + @override + String get datePickerDateOrderString => r'ymd'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour시 정각'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour시 정각'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1분'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute분'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'붙여넣기'; + + @override + String get postMeridiemAbbreviation => r'오후'; + + @override + String get selectAllButtonLabel => r'전체 선택'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'시간'; + + @override + String get timerPickerHourLabelOther => r'시간'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'분'; + + @override + String get timerPickerMinuteLabelOther => r'분'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'초'; + + @override + String get timerPickerSecondLabelOther => r'초'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'오늘'; +} + +/// The translations for Lithuanian (`lt`). +class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Lithuanian. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationLt({ + String localeName = 'lt', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Įspėjimas'; + + @override + String get anteMeridiemAbbreviation => r'priešpiet'; + + @override + String get copyButtonLabel => r'Kopijuoti'; + + @override + String get cutButtonLabel => r'Iškirpti'; + + @override + String get datePickerDateOrderString => r'ymd'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => r'$hour val.'; + + @override + String get datePickerHourSemanticsLabelMany => r'$hour val.'; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour val.'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour val.'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => r'$minute min.'; + + @override + String get datePickerMinuteSemanticsLabelMany => r'$minute min.'; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 min.'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute min.'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Įklijuoti'; + + @override + String get postMeridiemAbbreviation => r'popiet'; + + @override + String get selectAllButtonLabel => r'Pasirinkti viską'; + + @override + String get timerPickerHourLabelFew => r'val.'; + + @override + String get timerPickerHourLabelMany => r'val.'; + + @override + String get timerPickerHourLabelOne => r'val.'; + + @override + String get timerPickerHourLabelOther => r'val.'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => r'min.'; + + @override + String get timerPickerMinuteLabelMany => r'min.'; + + @override + String get timerPickerMinuteLabelOne => r'min.'; + + @override + String get timerPickerMinuteLabelOther => r'min.'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => r'sek.'; + + @override + String get timerPickerSecondLabelMany => r'sek.'; + + @override + String get timerPickerSecondLabelOne => r'sek.'; + + @override + String get timerPickerSecondLabelOther => r'sek.'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Šiandien'; +} + +/// The translations for Latvian (`lv`). +class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Latvian. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationLv({ + String localeName = 'lv', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Brīdinājums'; + + @override + String get anteMeridiemAbbreviation => r'priekšpusdienā'; + + @override + String get copyButtonLabel => r'Kopēt'; + + @override + String get cutButtonLabel => r'Izgriezt'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'plkst. $hour'; + + @override + String get datePickerHourSemanticsLabelOther => r'plkst. $hour'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => r'plkst. $hour'; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minūte'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minūtes'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => r'$minute minūtes'; + + @override + String get pasteButtonLabel => r'Ielīmēt'; + + @override + String get postMeridiemAbbreviation => r'pēcpusdienā'; + + @override + String get selectAllButtonLabel => r'Atlasīt visu'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'h'; + + @override + String get timerPickerHourLabelOther => r'h'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => r'h'; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min'; + + @override + String get timerPickerMinuteLabelOther => r'min'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => r'min'; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r's'; + + @override + String get timerPickerSecondLabelOther => r's'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => r's'; + + @override + String get todayLabel => r'Šodien'; +} + +/// The translations for Mongolian (`mn`). +class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Mongolian. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationMn({ + String localeName = 'mn', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Сэрэмжлүүлэг'; + + @override + String get anteMeridiemAbbreviation => r'ӨГЛӨӨ'; + + @override + String get copyButtonLabel => r'Хуулах'; + + @override + String get cutButtonLabel => r'Таслах'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour цаг'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour цаг'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 минут'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute минут'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Буулгах'; + + @override + String get postMeridiemAbbreviation => r'ОРОЙ'; + + @override + String get selectAllButtonLabel => r'Бүгдийг сонгох'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'цаг'; + + @override + String get timerPickerHourLabelOther => r'цаг'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'минут.'; + + @override + String get timerPickerMinuteLabelOther => r'минут.'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'секунд.'; + + @override + String get timerPickerSecondLabelOther => r'секунд.'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Өнөөдөр'; +} + +/// The translations for Marathi (`mr`). +class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Marathi. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationMr({ + String localeName = 'mr', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'सूचना'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'कॉपी करा'; + + @override + String get cutButtonLabel => r'कट करा'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour वाजता'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour वाजता'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'एक मिनिट'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute मिनिटे'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'पेस्ट करा'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'सर्व निवडा'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'तास'; + + @override + String get timerPickerHourLabelOther => r'तास'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'मि.'; + + @override + String get timerPickerMinuteLabelOther => r'मि.'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'से.'; + + @override + String get timerPickerSecondLabelOther => r'से.'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'आज'; +} + +/// The translations for Malay (`ms`). +class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Malay. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationMs({ + String localeName = 'ms', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Makluman'; + + @override + String get anteMeridiemAbbreviation => r'PG'; + + @override + String get copyButtonLabel => r'Salin'; + + @override + String get cutButtonLabel => r'Potong'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'Pukul $hour'; + + @override + String get datePickerHourSemanticsLabelOther => r'Pukul $hour'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minit'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minit'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Tampal'; + + @override + String get postMeridiemAbbreviation => r'PTG'; + + @override + String get selectAllButtonLabel => r'Pilih Semua'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'jam'; + + @override + String get timerPickerHourLabelOther => r'jam'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'minit'; + + @override + String get timerPickerMinuteLabelOther => r'minit'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'saat'; + + @override + String get timerPickerSecondLabelOther => r'saat'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Hari ini'; +} + +/// The translations for Norwegian Bokmål (`nb`). +class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Norwegian Bokmål. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationNb({ + String localeName = 'nb', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Varsel'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'Kopiér'; + + @override + String get cutButtonLabel => r'Klipp ut'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour null-null'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour null-null'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minutt'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minutter'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Lim inn'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'Velg alle'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'time'; + + @override + String get timerPickerHourLabelOther => r'timer'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min.'; + + @override + String get timerPickerMinuteLabelOther => r'min.'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'sek.'; + + @override + String get timerPickerSecondLabelOther => r'sek.'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'I dag'; +} + +/// The translations for Dutch Flemish (`nl`). +class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Dutch Flemish. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationNl({ + String localeName = 'nl', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Melding'; + + @override + String get anteMeridiemAbbreviation => r'am'; + + @override + String get copyButtonLabel => r'Kopiëren'; + + @override + String get cutButtonLabel => r'Knippen'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour uur'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour uur'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minuut'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minuten'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Plakken'; + + @override + String get postMeridiemAbbreviation => r'pm'; + + @override + String get selectAllButtonLabel => r'Alles selecteren'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'uur'; + + @override + String get timerPickerHourLabelOther => r'uur'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min.'; + + @override + String get timerPickerMinuteLabelOther => r'min.'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'sec.'; + + @override + String get timerPickerSecondLabelOther => r'sec.'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Vandaag'; +} + +/// The translations for Polish (`pl`). +class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Polish. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationPl({ + String localeName = 'pl', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Alert'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'Kopiuj'; + + @override + String get cutButtonLabel => r'Wytnij'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => r'$hour'; + + @override + String get datePickerHourSemanticsLabelMany => r'$hour'; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => r'$minute minuty'; + + @override + String get datePickerMinuteSemanticsLabelMany => r'$minute minut'; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minuta'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minuty'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Wklej'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'Wybierz wszystkie'; + + @override + String get timerPickerHourLabelFew => r'godziny'; + + @override + String get timerPickerHourLabelMany => r'godzin'; + + @override + String get timerPickerHourLabelOne => r'godzina'; + + @override + String get timerPickerHourLabelOther => r'godziny'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => r'min'; + + @override + String get timerPickerMinuteLabelMany => r'min'; + + @override + String get timerPickerMinuteLabelOne => r'min'; + + @override + String get timerPickerMinuteLabelOther => r'min'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => r's'; + + @override + String get timerPickerSecondLabelMany => r's'; + + @override + String get timerPickerSecondLabelOne => r's'; + + @override + String get timerPickerSecondLabelOther => r's'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Dziś'; +} + +/// The translations for Portuguese (`pt`). +class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Portuguese. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationPt({ + String localeName = 'pt', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Alerta'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'Copiar'; + + @override + String get cutButtonLabel => r'Cortar'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour hora'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour horas'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minuto'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minutos'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Colar'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'Selecionar Tudo'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'hora'; + + @override + String get timerPickerHourLabelOther => r'horas'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min'; + + @override + String get timerPickerMinuteLabelOther => r'min'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r's'; + + @override + String get timerPickerSecondLabelOther => r's'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Hoje'; +} + +/// The translations for Portuguese, as used in Portugal (`pt_PT`). +class CupertinoLocalizationPtPt extends CupertinoLocalizationPt { + /// Create an instance of the translation bundle for Portuguese, as used in Portugal. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationPtPt({ + String localeName = 'pt_PT', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOther => r'$hour hora'; + + @override + String get timerPickerSecondLabelOne => r'seg'; + + @override + String get timerPickerSecondLabelOther => r'seg'; +} + +/// The translations for Romanian Moldavian Moldovan (`ro`). +class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Romanian Moldavian Moldovan. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationRo({ + String localeName = 'ro', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Alertă'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get copyButtonLabel => r'Copiați'; + + @override + String get cutButtonLabel => r'Decupați'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => r'Ora $hour'; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'Ora $hour'; + + @override + String get datePickerHourSemanticsLabelOther => r'Ora $hour'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => r'$minute minute'; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minut'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute de minute'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Inserați'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Selectați-le pe toate'; + + @override + String get timerPickerHourLabelFew => r'ore'; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'oră'; + + @override + String get timerPickerHourLabelOther => r'de ore'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => r'min.'; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min.'; + + @override + String get timerPickerMinuteLabelOther => r'min.'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => r'sec.'; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'sec.'; + + @override + String get timerPickerSecondLabelOther => r'sec.'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Azi'; +} + +/// The translations for Russian (`ru`). +class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Russian. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationRu({ + String localeName = 'ru', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Оповещение'; + + @override + String get anteMeridiemAbbreviation => r'АМ'; + + @override + String get copyButtonLabel => r'Копировать'; + + @override + String get cutButtonLabel => r'Вырезать'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => r'$hour часа ровно'; + + @override + String get datePickerHourSemanticsLabelMany => r'$hour часов ровно'; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour час ровно'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour часа ровно'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => r'$minute минуты'; + + @override + String get datePickerMinuteSemanticsLabelMany => r'$minute минут'; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 минута'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute минуты'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Вставить'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'Выбрать все'; + + @override + String get timerPickerHourLabelFew => r'часа'; + + @override + String get timerPickerHourLabelMany => r'часов'; + + @override + String get timerPickerHourLabelOne => r'час'; + + @override + String get timerPickerHourLabelOther => r'часа'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => r'мин.'; + + @override + String get timerPickerMinuteLabelMany => r'мин.'; + + @override + String get timerPickerMinuteLabelOne => r'мин.'; + + @override + String get timerPickerMinuteLabelOther => r'мин.'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => r'сек.'; + + @override + String get timerPickerSecondLabelMany => r'сек.'; + + @override + String get timerPickerSecondLabelOne => r'сек.'; + + @override + String get timerPickerSecondLabelOther => r'сек.'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Сегодня'; +} + +/// The translations for Slovak (`sk`). +class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Slovak. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationSk({ + String localeName = 'sk', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Upozornenie'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'Kopírovať'; + + @override + String get cutButtonLabel => r'Vystrihnúť'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => r'$hour hodiny'; + + @override + String get datePickerHourSemanticsLabelMany => r'$hour hodiny'; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour hodina'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour hodín'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => r'$minute minúty'; + + @override + String get datePickerMinuteSemanticsLabelMany => r'$minute minúty'; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minúta'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minút'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Prilepiť'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'Vybrať všetko'; + + @override + String get timerPickerHourLabelFew => r'hodiny'; + + @override + String get timerPickerHourLabelMany => r'hodiny'; + + @override + String get timerPickerHourLabelOne => r'hodina'; + + @override + String get timerPickerHourLabelOther => r'hodín'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => r'min'; + + @override + String get timerPickerMinuteLabelMany => r'min'; + + @override + String get timerPickerMinuteLabelOne => r'min'; + + @override + String get timerPickerMinuteLabelOther => r'min'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => r's'; + + @override + String get timerPickerSecondLabelMany => r's'; + + @override + String get timerPickerSecondLabelOne => r's'; + + @override + String get timerPickerSecondLabelOther => r's'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Dnes'; +} + +/// The translations for Slovenian (`sl`). +class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Slovenian. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationSl({ + String localeName = 'sl', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Opozorilo'; + + @override + String get anteMeridiemAbbreviation => r'DOP.'; + + @override + String get copyButtonLabel => r'Kopiraj'; + + @override + String get cutButtonLabel => r'Izreži'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => r'$hour'; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour'; + + @override + String get datePickerHourSemanticsLabelTwo => r'$hour'; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => r'$minute minute'; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minuta'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minut'; + + @override + String get datePickerMinuteSemanticsLabelTwo => r'$minute minuti'; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Prilepi'; + + @override + String get postMeridiemAbbreviation => r'POP.'; + + @override + String get selectAllButtonLabel => r'Izberi vse'; + + @override + String get timerPickerHourLabelFew => r'ure'; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'ura'; + + @override + String get timerPickerHourLabelOther => r'ure'; + + @override + String get timerPickerHourLabelTwo => r'ure'; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => r'min'; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min'; + + @override + String get timerPickerMinuteLabelOther => r'min'; + + @override + String get timerPickerMinuteLabelTwo => r'min'; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => r's'; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r's'; + + @override + String get timerPickerSecondLabelOther => r's'; + + @override + String get timerPickerSecondLabelTwo => r's'; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Danes'; +} + +/// The translations for Serbian (`sr`). +class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Serbian. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationSr({ + String localeName = 'sr', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Обавештење'; + + @override + String get anteMeridiemAbbreviation => r'пре подне'; + + @override + String get copyButtonLabel => r'Копирај'; + + @override + String get cutButtonLabel => r'Исеци'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => r'$hour сата'; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour сат'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour сати'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => r'$minute минута'; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 минут'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute минута'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Налепи'; + + @override + String get postMeridiemAbbreviation => r'по подне'; + + @override + String get selectAllButtonLabel => r'Изабери све'; + + @override + String get timerPickerHourLabelFew => r'сата'; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'сат'; + + @override + String get timerPickerHourLabelOther => r'сати'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => r'мин'; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'мин'; + + @override + String get timerPickerMinuteLabelOther => r'мин'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => r'сек'; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'сек'; + + @override + String get timerPickerSecondLabelOther => r'сек'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Данас'; +} + +/// The translations for Serbian, using the Cyrillic script (`sr_Cyrl`). +class CupertinoLocalizationSrCyrl extends CupertinoLocalizationSr { + /// Create an instance of the translation bundle for Serbian, using the Cyrillic script. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationSrCyrl({ + String localeName = 'sr_Cyrl', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); +} + +/// The translations for Serbian, using the Latin script (`sr_Latn`). +class CupertinoLocalizationSrLatn extends CupertinoLocalizationSr { + /// Create an instance of the translation bundle for Serbian, using the Latin script. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationSrLatn({ + String localeName = 'sr_Latn', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelFew => r'$hour sata'; + + @override + String get datePickerMinuteSemanticsLabelFew => r'$minute minuta'; + + @override + String get timerPickerHourLabelFew => r'sata'; + + @override + String get timerPickerMinuteLabelFew => r'min'; + + @override + String get timerPickerSecondLabelFew => r'sek'; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour sat'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour sati'; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minut'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minuta'; + + @override + String get anteMeridiemAbbreviation => r'pre podne'; + + @override + String get postMeridiemAbbreviation => r'po podne'; + + @override + String get todayLabel => r'Danas'; + + @override + String get alertDialogLabel => r'Obaveštenje'; + + @override + String get timerPickerHourLabelOne => r'sat'; + + @override + String get timerPickerHourLabelOther => r'sati'; + + @override + String get timerPickerMinuteLabelOne => r'min'; + + @override + String get timerPickerMinuteLabelOther => r'min'; + + @override + String get timerPickerSecondLabelOne => r'sek'; + + @override + String get timerPickerSecondLabelOther => r'sek'; + + @override + String get cutButtonLabel => r'Iseci'; + + @override + String get copyButtonLabel => r'Kopiraj'; + + @override + String get pasteButtonLabel => r'Nalepi'; + + @override + String get selectAllButtonLabel => r'Izaberi sve'; +} + +/// The translations for Swedish (`sv`). +class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Swedish. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationSv({ + String localeName = 'sv', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Varning'; + + @override + String get anteMeridiemAbbreviation => r'FM'; + + @override + String get copyButtonLabel => r'Kopiera'; + + @override + String get cutButtonLabel => r'Klipp ut'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'Klockan $hour'; + + @override + String get datePickerHourSemanticsLabelOther => r'Klockan $hour'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minut'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minuter'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Klistra in'; + + @override + String get postMeridiemAbbreviation => r'EM'; + + @override + String get selectAllButtonLabel => r'Markera alla'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'timme'; + + @override + String get timerPickerHourLabelOther => r'timmar'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min'; + + @override + String get timerPickerMinuteLabelOther => r'min'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'sek'; + + @override + String get timerPickerSecondLabelOther => r'sek'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'I dag'; +} + +/// The translations for Swahili (`sw`). +class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Swahili. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationSw({ + String localeName = 'sw', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Arifa'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'Nakili'; + + @override + String get cutButtonLabel => r'Kata'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'Saa $hour kamili'; + + @override + String get datePickerHourSemanticsLabelOther => r'Saa $hour kamili'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'Dakika 1'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'Dakika $minute'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Bandika'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'Teua Zote'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'saa'; + + @override + String get timerPickerHourLabelOther => r'saa'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'dakika'; + + @override + String get timerPickerMinuteLabelOther => r'dakika'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'sekunde'; + + @override + String get timerPickerSecondLabelOther => r'sekunde'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Leo'; +} + +/// The translations for Tamil (`ta`). +class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Tamil. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationTa({ + String localeName = 'ta', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'விழிப்பூட்டல்'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'நகலெடு'; + + @override + String get cutButtonLabel => r'வெட்டு'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour மணி'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour மணி'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 நிமிடம்'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute நிமிடங்கள்'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'ஒட்டு'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'எல்லாம் தேர்ந்தெடு'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'மணிநேரம்'; + + @override + String get timerPickerHourLabelOther => r'மணிநேரம்'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'நிமி.'; + + @override + String get timerPickerMinuteLabelOther => r'நிமி.'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'வி.'; + + @override + String get timerPickerSecondLabelOther => r'வி.'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'இன்று'; +} + +/// The translations for Thai (`th`). +class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Thai. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationTh({ + String localeName = 'th', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'การแจ้งเตือน'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'คัดลอก'; + + @override + String get cutButtonLabel => r'ตัด'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour นาฬิกา'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour นาฬิกา'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 นาที'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute นาที'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'วาง'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'เลือกทั้งหมด'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'ชั่วโมง'; + + @override + String get timerPickerHourLabelOther => r'ชั่วโมง'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'นาที'; + + @override + String get timerPickerMinuteLabelOther => r'นาที'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'วินาที'; + + @override + String get timerPickerSecondLabelOther => r'วินาที'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'วันนี้'; +} + +/// The translations for Tagalog (`tl`). +class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Tagalog. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationTl({ + String localeName = 'tl', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Alerto'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'Kopyahin'; + + @override + String get cutButtonLabel => r'I-cut'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'Ala $hour'; + + @override + String get datePickerHourSemanticsLabelOther => r'Alas $hour'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minuto'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute na minuto'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'I-paste'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'Piliin Lahat'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'oras'; + + @override + String get timerPickerHourLabelOther => r'na oras'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min.'; + + @override + String get timerPickerMinuteLabelOther => r'na min.'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'seg.'; + + @override + String get timerPickerSecondLabelOther => r'na seg.'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Ngayon'; +} + +/// The translations for Turkish (`tr`). +class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Turkish. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationTr({ + String localeName = 'tr', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Uyarı'; + + @override + String get anteMeridiemAbbreviation => r'ÖÖ'; + + @override + String get copyButtonLabel => r'Kopyala'; + + @override + String get cutButtonLabel => r'Kes'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'Saat $hour'; + + @override + String get datePickerHourSemanticsLabelOther => r'Saat $hour'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 dakika'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute dakika'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Yapıştır'; + + @override + String get postMeridiemAbbreviation => r'ÖS'; + + @override + String get selectAllButtonLabel => r'Tümünü Seç'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'saat'; + + @override + String get timerPickerHourLabelOther => r'saat'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'dk.'; + + @override + String get timerPickerMinuteLabelOther => r'dk.'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'sn.'; + + @override + String get timerPickerSecondLabelOther => r'sn.'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Bugün'; +} + +/// The translations for Ukrainian (`uk`). +class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Ukrainian. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationUk({ + String localeName = 'uk', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Сповіщення'; + + @override + String get anteMeridiemAbbreviation => r'дп'; + + @override + String get copyButtonLabel => r'Копіювати'; + + @override + String get cutButtonLabel => r'Вирізати'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => r'$hour години'; + + @override + String get datePickerHourSemanticsLabelMany => r'$hour годин'; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour година'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour години'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => r'$minute хвилини'; + + @override + String get datePickerMinuteSemanticsLabelMany => r'$minute хвилин'; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 хвилина'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute хвилини'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Вставити'; + + @override + String get postMeridiemAbbreviation => r'пп'; + + @override + String get selectAllButtonLabel => r'Вибрати все'; + + @override + String get timerPickerHourLabelFew => r'години'; + + @override + String get timerPickerHourLabelMany => r'годин'; + + @override + String get timerPickerHourLabelOne => r'година'; + + @override + String get timerPickerHourLabelOther => r'години'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => r'хв'; + + @override + String get timerPickerMinuteLabelMany => r'хв'; + + @override + String get timerPickerMinuteLabelOne => r'хв'; + + @override + String get timerPickerMinuteLabelOther => r'хв'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => r'с'; + + @override + String get timerPickerSecondLabelMany => r'с'; + + @override + String get timerPickerSecondLabelOne => r'с'; + + @override + String get timerPickerSecondLabelOther => r'с'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Сьогодні'; +} + +/// The translations for Urdu (`ur`). +class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Urdu. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationUr({ + String localeName = 'ur', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'الرٹ'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'کاپی کریں'; + + @override + String get cutButtonLabel => r'کٹ کریں'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour بجے'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour بجے'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 منٹ'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute منٹس'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'پیسٹ کریں'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'سبھی منتخب کریں'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'گھنٹہ'; + + @override + String get timerPickerHourLabelOther => r'گھنٹے'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'منٹ۔'; + + @override + String get timerPickerMinuteLabelOther => r'منٹ۔'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'سیکنڈ۔'; + + @override + String get timerPickerSecondLabelOther => r'سیکنڈ۔'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'آج'; +} + +/// The translations for Vietnamese (`vi`). +class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Vietnamese. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationVi({ + String localeName = 'vi', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Thông báo'; + + @override + String get anteMeridiemAbbreviation => r'SÁNG'; + + @override + String get copyButtonLabel => r'Sao chép'; + + @override + String get cutButtonLabel => r'Cắt'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour giờ'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour giờ'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 phút'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute phút'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Dán'; + + @override + String get postMeridiemAbbreviation => r'CHIỀU'; + + @override + String get selectAllButtonLabel => r'Chọn tất cả'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'giờ'; + + @override + String get timerPickerHourLabelOther => r'giờ'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'phút'; + + @override + String get timerPickerMinuteLabelOther => r'phút'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'giây'; + + @override + String get timerPickerSecondLabelOther => r'giây'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Hôm nay'; +} + +/// The translations for Chinese (`zh`). +class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Chinese. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationZh({ + String localeName = 'zh', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'提醒'; + + @override + String get anteMeridiemAbbreviation => r'上午'; + + @override + String get copyButtonLabel => r'复制'; + + @override + String get cutButtonLabel => r'剪切'; + + @override + String get datePickerDateOrderString => r'ymd'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour 点'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour 点'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 分钟'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute 分钟'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'粘贴'; + + @override + String get postMeridiemAbbreviation => r'下午'; + + @override + String get selectAllButtonLabel => r'全选'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'小时'; + + @override + String get timerPickerHourLabelOther => r'小时'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'分钟'; + + @override + String get timerPickerMinuteLabelOther => r'分钟'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'秒'; + + @override + String get timerPickerSecondLabelOther => r'秒'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'今天'; +} + +/// The translations for Chinese, using the Han script (`zh_Hans`). +class CupertinoLocalizationZhHans extends CupertinoLocalizationZh { + /// Create an instance of the translation bundle for Chinese, using the Han script. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationZhHans({ + String localeName = 'zh_Hans', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); +} + +/// The translations for Chinese, using the Han script (`zh_Hant`). +class CupertinoLocalizationZhHant extends CupertinoLocalizationZh { + /// Create an instance of the translation bundle for Chinese, using the Han script. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationZhHant({ + String localeName = 'zh_Hant', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour 點'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour 點'; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 分'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute 分'; + + @override + String get alertDialogLabel => r'快訊'; + + @override + String get timerPickerHourLabelOne => r'小時'; + + @override + String get timerPickerHourLabelOther => r'小時'; + + @override + String get timerPickerMinuteLabelOne => r'分'; + + @override + String get timerPickerMinuteLabelOther => r'分'; + + @override + String get cutButtonLabel => r'剪下'; + + @override + String get copyButtonLabel => r'複製'; + + @override + String get pasteButtonLabel => r'貼上'; + + @override + String get selectAllButtonLabel => r'全選'; +} + +/// The translations for Chinese, as used in Hong Kong, using the Han script (`zh_Hant_HK`). +class CupertinoLocalizationZhHantHk extends CupertinoLocalizationZhHant { + /// Create an instance of the translation bundle for Chinese, as used in Hong Kong, using the Han script. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationZhHantHk({ + String localeName = 'zh_Hant_HK', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); +} + +/// The translations for Chinese, as used in Taiwan, using the Han script (`zh_Hant_TW`). +class CupertinoLocalizationZhHantTw extends CupertinoLocalizationZhHant { + /// Create an instance of the translation bundle for Chinese, as used in Taiwan, using the Han script. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationZhHantTw({ + String localeName = 'zh_Hant_TW', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); } /// The set of supported languages, as language code strings. @@ -297,9 +9200,58 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { /// /// * [getCupertinoTranslation], whose documentation describes these values. final Set kCupertinoSupportedLanguages = HashSet.from(const [ + 'ar', // Arabic + 'bg', // Bulgarian + 'bs', // Bosnian + 'ca', // Catalan Valencian + 'cs', // Czech + 'da', // Danish + 'de', // German + 'el', // Modern Greek 'en', // English + 'es', // Spanish Castilian + 'et', // Estonian + 'fa', // Persian + 'fi', // Finnish + 'fil', // Filipino Pilipino 'fr', // French + 'gl', // Galician + 'gsw', // Swiss German Alemannic Alsatian + 'he', // Hebrew + 'hi', // Hindi + 'hr', // Croatian + 'hu', // Hungarian + 'hy', // Armenian + 'id', // Indonesian + 'it', // Italian + 'ja', // Japanese + 'kk', // Kazakh + 'km', // Khmer Central Khmer + 'ko', // Korean + 'lt', // Lithuanian + 'lv', // Latvian + 'mn', // Mongolian + 'mr', // Marathi + 'ms', // Malay + 'nb', // Norwegian Bokmål + 'nl', // Dutch Flemish + 'pl', // Polish + 'pt', // Portuguese + 'ro', // Romanian Moldavian Moldovan + 'ru', // Russian + 'sk', // Slovak + 'sl', // Slovenian + 'sr', // Serbian + 'sv', // Swedish + 'sw', // Swahili + 'ta', // Tamil + 'th', // Thai + 'tl', // Tagalog 'tr', // Turkish + 'uk', // Ukrainian + 'ur', // Urdu + 'vi', // Vietnamese + 'zh', // Chinese ]); /// Creates a [GlobalCupertinoLocalizations] instance for the given `locale`. @@ -312,9 +9264,58 @@ final Set kCupertinoSupportedLanguages = HashSet.from(const r'Nächste Seite'; @override - String get okButtonLabel => r'OK'; + String get okButtonLabel => r'Ok'; @override String get openAppDrawerTooltip => r'Navigationsmenü öffnen'; @@ -5352,7 +5352,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get nextPageTooltip => r'Nächste Seite'; @override - String get okButtonLabel => r'OK'; + String get okButtonLabel => r'Ok'; @override String get openAppDrawerTooltip => r'Navigationsmenü öffnen'; @@ -7128,19 +7128,19 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName тұралы'; + String get aboutListTileTitleRaw => r'$applicationName туралы'; @override - String get alertDialogLabel => r'Ескерту'; + String get alertDialogLabel => r'Дабыл'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => r'түстен кейін'; @override String get backButtonTooltip => r'Артқа'; @override - String get cancelButtonLabel => r'ЖОЮ'; + String get cancelButtonLabel => r'БАС ТАРТУ'; @override String get closeButtonLabel => r'ЖАБУ'; @@ -7149,7 +7149,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get closeButtonTooltip => r'Жабу'; @override - String get collapsedIconTapHint => r'Жазу'; + String get collapsedIconTapHint => r'Жаю'; @override String get continueButtonLabel => r'ЖАЛҒАСТЫРУ'; @@ -7158,28 +7158,28 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get copyButtonLabel => r'КӨШІРУ'; @override - String get cutButtonLabel => r'ҚИЫП АЛУ'; + String get cutButtonLabel => r'ҚИЮ'; @override - String get deleteButtonTooltip => r'Өшіру'; + String get deleteButtonTooltip => r'Жою'; @override - String get dialogLabel => r'Диалогтік терезесі'; + String get dialogLabel => r'Диалогтық терезе'; @override - String get drawerLabel => r'Навигациялық мәзір'; + String get drawerLabel => r'Навигация мәзірі'; @override - String get expandedIconTapHint => r'Орау'; + String get expandedIconTapHint => r'Жию'; @override - String get hideAccountsLabel => r'Тіркеулік жасбасыны жасыру'; + String get hideAccountsLabel => r'Есептік жазбаларды жасыру'; @override String get licensesPageTitle => r'Лицензиялар'; @override - String get modalBarrierDismissLabel => r'Болдырмау'; + String get modalBarrierDismissLabel => r'Жабу'; @override String get nextMonthTooltip => r'Келесі ай'; @@ -7188,31 +7188,31 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get nextPageTooltip => r'Келесі бет'; @override - String get okButtonLabel => r'ЖАҚСЫ'; + String get okButtonLabel => r'Иә'; @override - String get openAppDrawerTooltip => r'Навигация мәзірді ашу'; + String get openAppDrawerTooltip => r'Навигация мәзірін ашу'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow $rowCount ішінде'; + String get pageRowsInfoTitleRaw => r'$rowCount ішінен $firstRow–$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow $rowCount шамасының ішінде'; + String get pageRowsInfoTitleApproximateRaw => r'Шамамен $rowCount ішінен $firstRow–$lastRow'; @override - String get pasteButtonLabel => r'ҚОНДЫРУ'; + String get pasteButtonLabel => r'ҚОЮ'; @override - String get popupMenuLabel => r'Ашылмалы мәзір'; + String get popupMenuLabel => r'Қалқымалы терезе мәзірі'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => r'түстен кейін'; @override String get previousMonthTooltip => r'Өткен ай'; @override - String get previousPageTooltip => r'Алдынғы бет'; + String get previousPageTooltip => r'Алдыңғы бет'; @override String get refreshIndicatorSemanticLabel => r'Жаңарту'; @@ -7224,10 +7224,10 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => null; + String get remainingTextFieldCharacterCountOne => r'1 таңба қалды.'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount таңба қалды'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount таңба қалды.'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -7236,25 +7236,25 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountZero => r'Таңбалар қалмады'; @override - String get reorderItemDown => r'Төменге орналастыру'; + String get reorderItemDown => r'Төменге жылжыту'; @override - String get reorderItemLeft => r'Солға орналастыру'; + String get reorderItemLeft => r'Солға жылжыту'; @override - String get reorderItemRight => r'Оңға орналастыру'; + String get reorderItemRight => r'Оңға жылжыту'; @override - String get reorderItemToEnd => r'Аяққа орналастыру'; + String get reorderItemToEnd => r'Соңына өту'; @override - String get reorderItemToStart => r'Басына орналастыру'; + String get reorderItemToStart => r'Басына өту'; @override - String get reorderItemUp => r'Жоғарға орналастыру'; + String get reorderItemUp => r'Жоғарыға жылжыту'; @override - String get rowsPerPageTitle => r'Бір бетіне жазбалар:'; + String get rowsPerPageTitle => r'Әр беттегі жолдар саны:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -7263,7 +7263,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get searchFieldLabel => r'Іздеу'; @override - String get selectAllButtonLabel => r'БӘРІН ТАҢДАУ'; + String get selectAllButtonLabel => r'БАРЛЫҒЫН ТАҢДАУ'; @override String get selectedRowCountTitleFew => null; @@ -7272,10 +7272,10 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => null; + String get selectedRowCountTitleOne => r'1 элемент таңдалды.'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount тармақ таңдалған'; + String get selectedRowCountTitleOther => r'$selectedRowCount элемент таңдалды.'; @override String get selectedRowCountTitleTwo => null; @@ -7284,25 +7284,25 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => r'Тармақ таңдалмаған'; @override - String get showAccountsLabel => r'Тіркеулік жасбасыны көрсету'; + String get showAccountsLabel => r'Есептік жазбаларды көрсету'; @override String get showMenuTooltip => r'Мәзірді көрсету'; @override - String get signedInLabel => r'Жүйеге кірді'; + String get signedInLabel => r'Есептік жазбаға кірген'; @override - String get tabLabelRaw => r'$tabCount қосымша парақтардың $tabIndex парақ'; + String get tabLabelRaw => r'$tabCount/$tabIndex қойынды'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Сағатты таңдау'; + String get timePickerHourModeAnnouncement => r'Сағаттарды таңдаңыз'; @override - String get timePickerMinuteModeAnnouncement => r'Минутты таңдау'; + String get timePickerMinuteModeAnnouncement => r'Минуттарды таңдаңыз'; @override String get viewLicensesButtonLabel => r'ЛИЦЕНЗИЯЛАРДЫ КӨРУ'; @@ -9243,7 +9243,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get pasteButtonLabel => r'WKLEJ'; @override - String get popupMenuLabel => r'Wyskakujące menu'; + String get popupMenuLabel => r'Menu kontekstowe'; @override String get postMeridiemAbbreviation => r'PM'; @@ -9258,16 +9258,16 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => r'Odśwież'; @override - String get remainingTextFieldCharacterCountFew => r'Jeszcze $remainingCount znaki'; + String get remainingTextFieldCharacterCountFew => r'Pozostały $remainingCount znaki'; @override - String get remainingTextFieldCharacterCountMany => r'Jeszcze $remainingCount znaków'; + String get remainingTextFieldCharacterCountMany => r'Pozostało $remainingCount znaków'; @override - String get remainingTextFieldCharacterCountOne => r'Jeszcze 1 znak'; + String get remainingTextFieldCharacterCountOne => r'Jeszcze 1 znak'; @override - String get remainingTextFieldCharacterCountOther => r'Jeszcze $remainingCount znaku'; + String get remainingTextFieldCharacterCountOther => r'Pozostało $remainingCount znaków'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -9306,16 +9306,16 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get selectAllButtonLabel => r'ZAZNACZ WSZYSTKO'; @override - String get selectedRowCountTitleFew => r'$selectedRowCount wybrane elementy'; + String get selectedRowCountTitleFew => r'$selectedRowCount wybrane elementy'; @override - String get selectedRowCountTitleMany => r'$selectedRowCount wybranych elementów'; + String get selectedRowCountTitleMany => r'$selectedRowCount wybranych elementów'; @override - String get selectedRowCountTitleOne => r'1 wybrany element'; + String get selectedRowCountTitleOne => r'1 wybrany element'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount wybranego elementu'; + String get selectedRowCountTitleOther => r'$selectedRowCount wybranych elementów'; @override String get selectedRowCountTitleTwo => null; @@ -9582,7 +9582,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get alertDialogLabel => r'Alerta'; @override - String get anteMeridiemAbbreviation => r'Manhã'; + String get anteMeridiemAbbreviation => r'AM'; @override String get backButtonTooltip => r'Voltar'; @@ -9654,7 +9654,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get popupMenuLabel => r'Menu pop-up'; @override - String get postMeridiemAbbreviation => r'Tarde/noite'; + String get postMeridiemAbbreviation => r'PM'; @override String get previousMonthTooltip => r'Mês anterior'; @@ -9815,12 +9815,6 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { @override String get okButtonLabel => r'OK'; - @override - String get anteMeridiemAbbreviation => r'AM'; - - @override - String get postMeridiemAbbreviation => r'PM'; - @override String get modalBarrierDismissLabel => r'Ignorar'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index 7b44280485ca..37f61430670f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -24,7 +24,7 @@ "continueButtonLabel": "WEITER", "copyButtonLabel": "KOPIEREN", "cutButtonLabel": "AUSSCHNEIDEN", - "okButtonLabel": "OK", + "okButtonLabel": "Ok", "pasteButtonLabel": "EINFÜGEN", "selectAllButtonLabel": "ALLE AUSWÄHLEN", "viewLicensesButtonLabel": "LIZENZEN ANZEIGEN", diff --git a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb index 63c353b24912..0c313abcfb74 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb @@ -28,7 +28,7 @@ "continueButtonLabel": "WEITER", "copyButtonLabel": "KOPIEREN", "cutButtonLabel": "AUSSCHNEIDEN", - "okButtonLabel": "OK", + "okButtonLabel": "Ok", "pasteButtonLabel": "EINFÜGEN", "selectAllButtonLabel": "ALLE AUSWÄHLEN", "viewLicensesButtonLabel": "LIZENZEN ANZEIGEN", diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index dcc5b5730a84..21f97960b682 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -28,7 +28,7 @@ "continueButtonLabel": "WEITER", "copyButtonLabel": "KOPIEREN", "cutButtonLabel": "AUSSCHNEIDEN", - "okButtonLabel": "OK", + "okButtonLabel": "Ok", "pasteButtonLabel": "EINFÜGEN", "selectAllButtonLabel": "ALLE AUSWÄHLEN", "viewLicensesButtonLabel": "LIZENZEN ANZEIGEN", diff --git a/packages/flutter_localizations/lib/src/l10n/material_kk.arb b/packages/flutter_localizations/lib/src/l10n/material_kk.arb index 96e50aae9b8b..82ce18958275 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kk.arb @@ -1,54 +1,56 @@ { + "selectedRowCountTitleOne": "1 элемент таңдалды.", + "remainingTextFieldCharacterCountOne": "1 таңба қалды.", "scriptCategory": "English-like", "timeOfDayFormat": "H:mm", - "openAppDrawerTooltip": "Навигация мәзірді ашу", + "openAppDrawerTooltip": "Навигация мәзірін ашу", "backButtonTooltip": "Артқа", "closeButtonTooltip": "Жабу", - "deleteButtonTooltip": "Өшіру", + "deleteButtonTooltip": "Жою", "nextMonthTooltip": "Келесі ай", "previousMonthTooltip": "Өткен ай", "nextPageTooltip": "Келесі бет", - "previousPageTooltip": "Алдынғы бет", + "previousPageTooltip": "Алдыңғы бет", "showMenuTooltip": "Мәзірді көрсету", - "aboutListTileTitle": "$applicationName тұралы", + "aboutListTileTitle": "$applicationName туралы", "licensesPageTitle": "Лицензиялар", - "pageRowsInfoTitle": "$firstRow–$lastRow $rowCount ішінде", - "pageRowsInfoTitleApproximate": "$firstRow–$lastRow $rowCount шамасының ішінде", - "rowsPerPageTitle": "Бір бетіне жазбалар:", - "tabLabel": "$tabCount қосымша парақтардың $tabIndex парақ", + "pageRowsInfoTitle": "$rowCount ішінен $firstRow–$lastRow", + "pageRowsInfoTitleApproximate": "Шамамен $rowCount ішінен $firstRow–$lastRow", + "rowsPerPageTitle": "Әр беттегі жолдар саны:", + "tabLabel": "$tabCount/$tabIndex қойынды", "selectedRowCountTitleZero": "Тармақ таңдалмаған", - "selectedRowCountTitleOther": "$selectedRowCount тармақ таңдалған", - "cancelButtonLabel": "ЖОЮ", + "selectedRowCountTitleOther": "$selectedRowCount элемент таңдалды.", + "cancelButtonLabel": "БАС ТАРТУ", "closeButtonLabel": "ЖАБУ", "continueButtonLabel": "ЖАЛҒАСТЫРУ", "copyButtonLabel": "КӨШІРУ", - "cutButtonLabel": "ҚИЫП АЛУ", - "okButtonLabel": "ЖАҚСЫ", - "pasteButtonLabel": "ҚОНДЫРУ", - "selectAllButtonLabel": "БӘРІН ТАҢДАУ", + "cutButtonLabel": "ҚИЮ", + "okButtonLabel": "Иә", + "pasteButtonLabel": "ҚОЮ", + "selectAllButtonLabel": "БАРЛЫҒЫН ТАҢДАУ", "viewLicensesButtonLabel": "ЛИЦЕНЗИЯЛАРДЫ КӨРУ", - "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM", - "timePickerHourModeAnnouncement": "Сағатты таңдау", - "timePickerMinuteModeAnnouncement": "Минутты таңдау", - "modalBarrierDismissLabel": "Болдырмау", - "signedInLabel": "Жүйеге кірді", - "hideAccountsLabel": "Тіркеулік жасбасыны жасыру", - "showAccountsLabel": "Тіркеулік жасбасыны көрсету", - "drawerLabel": "Навигациялық мәзір", - "popupMenuLabel": "Ашылмалы мәзір", - "dialogLabel": "Диалогтік терезесі", - "alertDialogLabel": "Ескерту", + "anteMeridiemAbbreviation": "түстен кейін", + "postMeridiemAbbreviation": "түстен кейін", + "timePickerHourModeAnnouncement": "Сағаттарды таңдаңыз", + "timePickerMinuteModeAnnouncement": "Минуттарды таңдаңыз", + "modalBarrierDismissLabel": "Жабу", + "signedInLabel": "Есептік жазбаға кірген", + "hideAccountsLabel": "Есептік жазбаларды жасыру", + "showAccountsLabel": "Есептік жазбаларды көрсету", + "drawerLabel": "Навигация мәзірі", + "popupMenuLabel": "Қалқымалы терезе мәзірі", + "dialogLabel": "Диалогтық терезе", + "alertDialogLabel": "Дабыл", "searchFieldLabel": "Іздеу", - "reorderItemToStart": "Басына орналастыру", - "reorderItemToEnd": "Аяққа орналастыру", - "reorderItemUp": "Жоғарға орналастыру", - "reorderItemDown": "Төменге орналастыру", - "reorderItemLeft": "Солға орналастыру", - "reorderItemRight": "Оңға орналастыру", - "expandedIconTapHint": "Орау", - "collapsedIconTapHint": "Жазу", + "reorderItemToStart": "Басына өту", + "reorderItemToEnd": "Соңына өту", + "reorderItemUp": "Жоғарыға жылжыту", + "reorderItemDown": "Төменге жылжыту", + "reorderItemLeft": "Солға жылжыту", + "reorderItemRight": "Оңға жылжыту", + "expandedIconTapHint": "Жию", + "collapsedIconTapHint": "Жаю", "remainingTextFieldCharacterCountZero": "Таңбалар қалмады", - "remainingTextFieldCharacterCountOther": "$remainingCount таңба қалды", + "remainingTextFieldCharacterCountOther": "$remainingCount таңба қалды.", "refreshIndicatorSemanticLabel": "Жаңарту" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index ce64b66ae9b2..be3613fd4ec8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -1,10 +1,10 @@ { - "remainingTextFieldCharacterCountFew": "Jeszcze $remainingCount znaki", - "remainingTextFieldCharacterCountMany": "Jeszcze $remainingCount znaków", + "remainingTextFieldCharacterCountFew": "Pozostały $remainingCount znaki", + "remainingTextFieldCharacterCountMany": "Pozostało $remainingCount znaków", "scriptCategory": "English-like", "timeOfDayFormat": "HH:mm", - "selectedRowCountTitleFew": "$selectedRowCount wybrane elementy", - "selectedRowCountTitleMany": "$selectedRowCount wybranych elementów", + "selectedRowCountTitleFew": "$selectedRowCount wybrane elementy", + "selectedRowCountTitleMany": "$selectedRowCount wybranych elementów", "openAppDrawerTooltip": "Otwórz menu nawigacyjne", "backButtonTooltip": "Wstecz", "closeButtonTooltip": "Zamknij", @@ -20,8 +20,8 @@ "pageRowsInfoTitleApproximate": "$firstRow–$lastRow z około $rowCount", "rowsPerPageTitle": "Wiersze na stronie:", "tabLabel": "Karta $tabIndex z $tabCount", - "selectedRowCountTitleOne": "1 wybrany element", - "selectedRowCountTitleOther": "$selectedRowCount wybranego elementu", + "selectedRowCountTitleOne": "1 wybrany element", + "selectedRowCountTitleOther": "$selectedRowCount wybranych elementów", "cancelButtonLabel": "ANULUJ", "closeButtonLabel": "ZAMKNIJ", "continueButtonLabel": "DALEJ", @@ -40,7 +40,7 @@ "showAccountsLabel": "Pokaż konta", "modalBarrierDismissLabel": "Zamknij", "drawerLabel": "Menu nawigacyjne", - "popupMenuLabel": "Wyskakujące menu", + "popupMenuLabel": "Menu kontekstowe", "dialogLabel": "Okno dialogowe", "alertDialogLabel": "Alert", "searchFieldLabel": "Szukaj", @@ -53,7 +53,7 @@ "expandedIconTapHint": "Zwiń", "collapsedIconTapHint": "Rozwiń", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "Jeszcze 1 znak", - "remainingTextFieldCharacterCountOther": "Jeszcze $remainingCount znaku", + "remainingTextFieldCharacterCountOne": "Jeszcze 1 znak", + "remainingTextFieldCharacterCountOther": "Pozostało $remainingCount znaków", "refreshIndicatorSemanticLabel": "Odśwież" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index ac070733e269..a1d74b60924f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -1,7 +1,7 @@ { - "anteMeridiemAbbreviation": "Manhã", + "anteMeridiemAbbreviation": "AM", "selectedRowCountTitleOne": "1 item selecionado", - "postMeridiemAbbreviation": "Tarde/noite", + "postMeridiemAbbreviation": "PM", "scriptCategory": "English-like", "timeOfDayFormat": "HH:mm", "@anteMeridiemAbbreviation": {"notUsed":"portuguese time format does not use a.m. indicator"}, diff --git a/packages/flutter_localizations/test/cupertino/translations_test.dart b/packages/flutter_localizations/test/cupertino/translations_test.dart index 78db6d24c21c..9b03d4f3cdfc 100644 --- a/packages/flutter_localizations/test/cupertino/translations_test.dart +++ b/packages/flutter_localizations/test/cupertino/translations_test.dart @@ -90,16 +90,32 @@ void main() { } testWidgets('Spot check French', (WidgetTester tester) async { - const Locale locale = Locale.fromSubtags(languageCode: 'fr', scriptCode: null, countryCode: null); + const Locale locale = Locale('fr'); expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); final CupertinoLocalizations localizations = await GlobalCupertinoLocalizations.delegate.load(locale); expect(localizations is CupertinoLocalizationFr, true); expect(localizations.alertDialogLabel, 'Alerte'); - expect(localizations.datePickerHourSemanticsLabel(1), 'une heure'); + expect(localizations.datePickerHourSemanticsLabel(1), '1 heure'); + expect(localizations.datePickerHourSemanticsLabel(12), '12 heures'); expect(localizations.pasteButtonLabel, 'Coller'); expect(localizations.datePickerDateOrder, DatePickerDateOrder.dmy); expect(localizations.timerPickerSecondLabel(20), 's'); expect(localizations.selectAllButtonLabel, 'Tout sélect.'); expect(localizations.timerPickerMinute(10), '10'); }); + + testWidgets('Spot check Chinese', (WidgetTester tester) async { + const Locale locale = Locale('zh'); + expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); + final CupertinoLocalizations localizations = await GlobalCupertinoLocalizations.delegate.load(locale); + expect(localizations is CupertinoLocalizationZh, true); + expect(localizations.alertDialogLabel, '提醒'); + expect(localizations.datePickerHourSemanticsLabel(1), '1 点'); + expect(localizations.datePickerHourSemanticsLabel(12), '12 点'); + expect(localizations.pasteButtonLabel, '粘贴'); + expect(localizations.datePickerDateOrder, DatePickerDateOrder.ymd); + expect(localizations.timerPickerSecondLabel(20), '秒'); + expect(localizations.selectAllButtonLabel, '全选'); + expect(localizations.timerPickerMinute(10), '10'); + }); } From 0783589a1b33f679d3e9f19dc3fd7fb34fe4ca9b Mon Sep 17 00:00:00 2001 From: Chris Bracken Date: Fri, 24 May 2019 19:12:45 -0700 Subject: [PATCH 095/327] Correct typos (#33322) Corects a bnuch of typeos throuhgout teh Fluter codebsae. Made use of the `misspell` tool: https://github.com/client9/misspell --- dev/tools/localization/localizations_utils.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/tools/localization/localizations_utils.dart b/dev/tools/localization/localizations_utils.dart index 3fc4bc8bb1c6..5f0d8ceb9497 100644 --- a/dev/tools/localization/localizations_utils.dart +++ b/dev/tools/localization/localizations_utils.dart @@ -23,7 +23,7 @@ class LocaleInfo implements Comparable { }); /// Simple parser. Expects the locale string to be in the form of 'language_script_COUNTRY' - /// where the langauge is 2 characters, script is 4 characters with the first uppercase, + /// where the language is 2 characters, script is 4 characters with the first uppercase, /// and country is 2-3 characters and all uppercase. /// /// 'language_COUNTRY' or 'language_script' are also valid. Missing fields will be null. From 3489c61ed072626a0f18d2acfa7fe5bf234ace8e Mon Sep 17 00:00:00 2001 From: Hans Muller Date: Tue, 4 Jun 2019 17:49:15 -0700 Subject: [PATCH 096/327] Updated localizations (#33883) --- .../lib/src/l10n/cupertino_de.arb | 6 ++--- .../lib/src/l10n/cupertino_gsw.arb | 6 ++--- .../lib/src/l10n/cupertino_pt_PT.arb | 2 +- .../lib/src/l10n/cupertino_ru.arb | 8 +++---- .../generated_cupertino_localizations.dart | 23 +++++++++++-------- .../generated_material_localizations.dart | 8 +++---- .../lib/src/l10n/material_de.arb | 4 ++-- .../lib/src/l10n/material_de_CH.arb | 4 ++-- .../lib/src/l10n/material_gsw.arb | 4 ++-- 9 files changed, 34 insertions(+), 31 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb index f6706271f56d..447ca838abbd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb @@ -5,8 +5,8 @@ "datePickerMinuteSemanticsLabelOther": "$minute Minuten", "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "VORM.", - "postMeridiemAbbreviation": "NACHM.", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", "todayLabel": "Heute", "alertDialogLabel": "Benachrichtigung", "timerPickerHourLabelOne": "Stunde", @@ -17,6 +17,6 @@ "timerPickerSecondLabelOther": "s", "cutButtonLabel": "Ausschneiden", "copyButtonLabel": "Kopieren", - "pasteButtonLabel": "Einfügen", + "pasteButtonLabel": "Einsetzen", "selectAllButtonLabel": "Alles auswählen" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb index f6706271f56d..447ca838abbd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb @@ -5,8 +5,8 @@ "datePickerMinuteSemanticsLabelOther": "$minute Minuten", "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "VORM.", - "postMeridiemAbbreviation": "NACHM.", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", "todayLabel": "Heute", "alertDialogLabel": "Benachrichtigung", "timerPickerHourLabelOne": "Stunde", @@ -17,6 +17,6 @@ "timerPickerSecondLabelOther": "s", "cutButtonLabel": "Ausschneiden", "copyButtonLabel": "Kopieren", - "pasteButtonLabel": "Einfügen", + "pasteButtonLabel": "Einsetzen", "selectAllButtonLabel": "Alles auswählen" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb index 86a0233faed3..324239b4979e 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb @@ -18,5 +18,5 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Colar", - "selectAllButtonLabel": "Selecionar Tudo" + "selectAllButtonLabel": "Selecionar tudo" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb index e7f8296cb354..42a82267205e 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb @@ -1,6 +1,6 @@ { - "datePickerHourSemanticsLabelFew": "$hour часа ровно", - "datePickerHourSemanticsLabelMany": "$hour часов ровно", + "datePickerHourSemanticsLabelFew": "$hour часа", + "datePickerHourSemanticsLabelMany": "$hour часов", "datePickerMinuteSemanticsLabelFew": "$minute минуты", "datePickerMinuteSemanticsLabelMany": "$minute минут", "timerPickerHourLabelFew": "часа", @@ -9,8 +9,8 @@ "timerPickerMinuteLabelMany": "мин.", "timerPickerSecondLabelFew": "сек.", "timerPickerSecondLabelMany": "сек.", - "datePickerHourSemanticsLabelOne": "$hour час ровно", - "datePickerHourSemanticsLabelOther": "$hour часа ровно", + "datePickerHourSemanticsLabelOne": "$hour час", + "datePickerHourSemanticsLabelOther": "$hour часа", "datePickerMinuteSemanticsLabelOne": "1 минута", "datePickerMinuteSemanticsLabelOther": "$minute минуты", "datePickerDateOrder": "dmy", diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index 645caaacc403..e3c3f995ede7 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -940,7 +940,7 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { String get alertDialogLabel => r'Benachrichtigung'; @override - String get anteMeridiemAbbreviation => r'VORM.'; + String get anteMeridiemAbbreviation => r'AM'; @override String get copyButtonLabel => r'Kopieren'; @@ -991,10 +991,10 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Einfügen'; + String get pasteButtonLabel => r'Einsetzen'; @override - String get postMeridiemAbbreviation => r'NACHM.'; + String get postMeridiemAbbreviation => r'PM'; @override String get selectAllButtonLabel => r'Alles auswählen'; @@ -3578,7 +3578,7 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { String get alertDialogLabel => r'Benachrichtigung'; @override - String get anteMeridiemAbbreviation => r'VORM.'; + String get anteMeridiemAbbreviation => r'AM'; @override String get copyButtonLabel => r'Kopieren'; @@ -3629,10 +3629,10 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Einfügen'; + String get pasteButtonLabel => r'Einsetzen'; @override - String get postMeridiemAbbreviation => r'NACHM.'; + String get postMeridiemAbbreviation => r'PM'; @override String get selectAllButtonLabel => r'Alles auswählen'; @@ -6690,6 +6690,9 @@ class CupertinoLocalizationPtPt extends CupertinoLocalizationPt { @override String get timerPickerSecondLabelOther => r'seg'; + + @override + String get selectAllButtonLabel => r'Selecionar tudo'; } /// The translations for Romanian Moldavian Moldovan (`ro`). @@ -6886,16 +6889,16 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour часа ровно'; + String get datePickerHourSemanticsLabelFew => r'$hour часа'; @override - String get datePickerHourSemanticsLabelMany => r'$hour часов ровно'; + String get datePickerHourSemanticsLabelMany => r'$hour часов'; @override - String get datePickerHourSemanticsLabelOne => r'$hour час ровно'; + String get datePickerHourSemanticsLabelOne => r'$hour час'; @override - String get datePickerHourSemanticsLabelOther => r'$hour часа ровно'; + String get datePickerHourSemanticsLabelOther => r'$hour часа'; @override String get datePickerHourSemanticsLabelTwo => null; diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index a370cd706104..7a8e0d0eeee8 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -1275,7 +1275,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get alertDialogLabel => r'Benachrichtigung'; @override - String get anteMeridiemAbbreviation => r'VORM.'; + String get anteMeridiemAbbreviation => r'AM'; @override String get backButtonTooltip => r'Zurück'; @@ -1347,7 +1347,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get popupMenuLabel => r'Pop-up-Menü'; @override - String get postMeridiemAbbreviation => r'NACHM.'; + String get postMeridiemAbbreviation => r'PM'; @override String get previousMonthTooltip => r'Vorheriger Monat'; @@ -5298,7 +5298,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get alertDialogLabel => r'Benachrichtigung'; @override - String get anteMeridiemAbbreviation => r'VORM.'; + String get anteMeridiemAbbreviation => r'AM'; @override String get backButtonTooltip => r'Zurück'; @@ -5370,7 +5370,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get popupMenuLabel => r'Pop-up-Menü'; @override - String get postMeridiemAbbreviation => r'NACHM.'; + String get postMeridiemAbbreviation => r'PM'; @override String get previousMonthTooltip => r'Vorheriger Monat'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index 37f61430670f..b849a97a0d01 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -28,8 +28,8 @@ "pasteButtonLabel": "EINFÜGEN", "selectAllButtonLabel": "ALLE AUSWÄHLEN", "viewLicensesButtonLabel": "LIZENZEN ANZEIGEN", - "anteMeridiemAbbreviation": "VORM.", - "postMeridiemAbbreviation": "NACHM.", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", "timePickerHourModeAnnouncement": "Stunden auswählen", "timePickerMinuteModeAnnouncement": "Minuten auswählen", "signedInLabel": "Angemeldet", diff --git a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb index 0c313abcfb74..d16c19aea664 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb @@ -32,8 +32,8 @@ "pasteButtonLabel": "EINFÜGEN", "selectAllButtonLabel": "ALLE AUSWÄHLEN", "viewLicensesButtonLabel": "LIZENZEN ANZEIGEN", - "anteMeridiemAbbreviation": "VORM.", - "postMeridiemAbbreviation": "NACHM.", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", "modalBarrierDismissLabel": "Schliessen", "drawerLabel": "Navigationsmenü", "popupMenuLabel": "Pop-up-Menü", diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index 21f97960b682..bbdf037a06af 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -32,8 +32,8 @@ "pasteButtonLabel": "EINFÜGEN", "selectAllButtonLabel": "ALLE AUSWÄHLEN", "viewLicensesButtonLabel": "LIZENZEN ANZEIGEN", - "anteMeridiemAbbreviation": "VORM.", - "postMeridiemAbbreviation": "NACHM.", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", "modalBarrierDismissLabel": "Schließen", "drawerLabel": "Navigationsmenü", "popupMenuLabel": "Pop-up-Menü", From 8046e1841d9705d2ad6a25fd559ef15618f9d82b Mon Sep 17 00:00:00 2001 From: Todd Volkert Date: Wed, 12 Jun 2019 10:22:50 -0700 Subject: [PATCH 097/327] Prepare for Uint8List SDK breaking changes (#34295) https://github.com/dart-lang/sdk/issues/36900 --- dev/tools/localization/localizations_utils.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/tools/localization/localizations_utils.dart b/dev/tools/localization/localizations_utils.dart index 5f0d8ceb9497..fafe4150d832 100644 --- a/dev/tools/localization/localizations_utils.dart +++ b/dev/tools/localization/localizations_utils.dart @@ -299,7 +299,7 @@ Future precacheLanguageAndRegionTags() async { final HttpClient client = HttpClient(); final HttpClientRequest request = await client.getUrl(Uri.parse(registry)); final HttpClientResponse response = await request.close(); - final String body = (await response.transform(utf8.decoder).toList()).join(''); + final String body = (await response.cast>().transform(utf8.decoder).toList()).join(''); client.close(force: true); final List>> sections = body.split('%%').skip(1).map>>(_parseSection).toList(); for (Map> section in sections) { From 7b797fb2292c524177896f3f4f33f923d4d7a03a Mon Sep 17 00:00:00 2001 From: Hans Muller Date: Tue, 23 Jul 2019 09:40:34 -0700 Subject: [PATCH 098/327] Update Localizations: added 24 new locales (reprise) (#36589) --- .../lib/src/l10n/cupertino_af.arb | 22 + .../lib/src/l10n/cupertino_am.arb | 22 + .../lib/src/l10n/cupertino_as.arb | 22 + .../lib/src/l10n/cupertino_az.arb | 22 + .../lib/src/l10n/cupertino_be.arb | 32 + .../lib/src/l10n/cupertino_bn.arb | 22 + .../lib/src/l10n/cupertino_eu.arb | 22 + .../lib/src/l10n/cupertino_fi.arb | 2 +- .../lib/src/l10n/cupertino_fr_CA.arb | 22 + .../lib/src/l10n/cupertino_gu.arb | 22 + .../lib/src/l10n/cupertino_is.arb | 22 + .../lib/src/l10n/cupertino_ka.arb | 22 + .../lib/src/l10n/cupertino_ky.arb | 22 + .../lib/src/l10n/cupertino_lo.arb | 22 + .../lib/src/l10n/cupertino_mk.arb | 22 + .../lib/src/l10n/cupertino_ml.arb | 22 + .../lib/src/l10n/cupertino_my.arb | 22 + .../lib/src/l10n/cupertino_ne.arb | 22 + .../lib/src/l10n/cupertino_or.arb | 22 + .../lib/src/l10n/cupertino_pa.arb | 22 + .../lib/src/l10n/cupertino_si.arb | 22 + .../lib/src/l10n/cupertino_sq.arb | 22 + .../lib/src/l10n/cupertino_te.arb | 22 + .../lib/src/l10n/cupertino_uz.arb | 22 + .../lib/src/l10n/cupertino_zu.arb | 22 + .../generated_cupertino_localizations.dart | 7525 +++++++--- .../generated_material_localizations.dart | 11409 +++++++++++----- .../lib/src/l10n/material_af.arb | 54 + .../lib/src/l10n/material_am.arb | 54 + .../lib/src/l10n/material_as.arb | 54 + .../lib/src/l10n/material_az.arb | 54 + .../lib/src/l10n/material_be.arb | 58 + .../lib/src/l10n/material_bn.arb | 54 + .../lib/src/l10n/material_eu.arb | 54 + .../lib/src/l10n/material_fi.arb | 2 +- .../lib/src/l10n/material_fr_CA.arb | 50 + .../lib/src/l10n/material_gu.arb | 54 + .../lib/src/l10n/material_is.arb | 54 + .../lib/src/l10n/material_ka.arb | 54 + .../lib/src/l10n/material_ky.arb | 54 + .../lib/src/l10n/material_lo.arb | 54 + .../lib/src/l10n/material_mk.arb | 54 + .../lib/src/l10n/material_ml.arb | 54 + .../lib/src/l10n/material_my.arb | 54 + .../lib/src/l10n/material_ne.arb | 54 + .../lib/src/l10n/material_or.arb | 54 + .../lib/src/l10n/material_pa.arb | 54 + .../lib/src/l10n/material_si.arb | 54 + .../lib/src/l10n/material_sq.arb | 54 + .../lib/src/l10n/material_te.arb | 54 + .../lib/src/l10n/material_uz.arb | 54 + .../lib/src/l10n/material_zu.arb | 54 + 52 files changed, 15485 insertions(+), 5287 deletions(-) create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_af.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_am.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_as.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_az.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_be.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_fr_CA.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_is.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_my.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_or.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_si.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_te.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_af.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_am.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_as.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_az.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_be.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_bn.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_eu.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_gu.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_is.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_ka.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_ky.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_lo.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_mk.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_ml.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_my.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_ne.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_or.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_pa.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_si.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_sq.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_te.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_uz.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_zu.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb new file mode 100644 index 000000000000..fd35190317ef --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb @@ -0,0 +1,22 @@ +{ + "datePickerHourSemanticsLabelOne": "$hour uur", + "datePickerHourSemanticsLabelOther": "$hour uur", + "datePickerMinuteSemanticsLabelOne": "1 minuut", + "datePickerMinuteSemanticsLabelOther": "$minute minute", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "vm.", + "postMeridiemAbbreviation": "nm.", + "todayLabel": "Vandag", + "alertDialogLabel": "Opletberig", + "timerPickerHourLabelOne": "uur", + "timerPickerHourLabelOther": "uur", + "timerPickerMinuteLabelOne": "min.", + "timerPickerMinuteLabelOther": "min.", + "timerPickerSecondLabelOne": "sek.", + "timerPickerSecondLabelOther": "sek.", + "cutButtonLabel": "Knip", + "copyButtonLabel": "Kopieer", + "pasteButtonLabel": "Plak", + "selectAllButtonLabel": "Kies alles" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb new file mode 100644 index 000000000000..0661746658c2 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb @@ -0,0 +1,22 @@ +{ + "datePickerHourSemanticsLabelOne": "$hour ሰዓት", + "datePickerHourSemanticsLabelOther": "$hour ሰዓት", + "datePickerMinuteSemanticsLabelOne": "1 ደቂቃ", + "datePickerMinuteSemanticsLabelOther": "$minute ደቂቃዎች", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "ጥዋት", + "postMeridiemAbbreviation": "ከሰዓት", + "todayLabel": "ዛሬ", + "alertDialogLabel": "ማንቂያ", + "timerPickerHourLabelOne": "ሰዓት", + "timerPickerHourLabelOther": "ሰዓቶች", + "timerPickerMinuteLabelOne": "ደቂቃ", + "timerPickerMinuteLabelOther": "ደቂቃ", + "timerPickerSecondLabelOne": "ሴኮ", + "timerPickerSecondLabelOther": "ሴኮ", + "cutButtonLabel": "ቁረጥ", + "copyButtonLabel": "ቅዳ", + "pasteButtonLabel": "ለጥፍ", + "selectAllButtonLabel": "ሁሉንም ምረጥ" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb new file mode 100644 index 000000000000..e1f89a1130f6 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb @@ -0,0 +1,22 @@ +{ + "datePickerHourSemanticsLabelOne": "$hour বাজিছে", + "datePickerHourSemanticsLabelOther": "$hour বাজিছে", + "datePickerMinuteSemanticsLabelOne": "১মিনিট", + "datePickerMinuteSemanticsLabelOther": "$minuteমিনিট", + "datePickerDateOrder": "mdy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "পূৰ্বাহ্ন", + "postMeridiemAbbreviation": "অপৰাহ্ন", + "todayLabel": "আজি", + "alertDialogLabel": "সতৰ্কবাৰ্তা", + "timerPickerHourLabelOne": "ঘণ্টা", + "timerPickerHourLabelOther": "ঘণ্টা", + "timerPickerMinuteLabelOne": "মিনিট।", + "timerPickerMinuteLabelOther": "মিনিট।", + "timerPickerSecondLabelOne": "ছেকেণ্ড।", + "timerPickerSecondLabelOther": "ছেকেণ্ড।", + "cutButtonLabel": "কাট কৰক", + "copyButtonLabel": "প্ৰতিলিপি কৰক", + "pasteButtonLabel": "পে'ষ্ট কৰক", + "selectAllButtonLabel": "সকলো বাছনি কৰক" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb new file mode 100644 index 000000000000..25bb1993cee5 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb @@ -0,0 +1,22 @@ +{ + "datePickerHourSemanticsLabelOne": "Saat $hour", + "datePickerHourSemanticsLabelOther": "Saat $hour", + "datePickerMinuteSemanticsLabelOne": "1 dəqiqə", + "datePickerMinuteSemanticsLabelOther": "$minute dəqiqə", + "datePickerDateOrder": "mdy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "todayLabel": "Bu gün", + "alertDialogLabel": "Bildiriş", + "timerPickerHourLabelOne": "saat", + "timerPickerHourLabelOther": "saat", + "timerPickerMinuteLabelOne": "dəq.", + "timerPickerMinuteLabelOther": "dəq.", + "timerPickerSecondLabelOne": "san.", + "timerPickerSecondLabelOther": "san.", + "cutButtonLabel": "Kəsin", + "copyButtonLabel": "Kopyalayın", + "pasteButtonLabel": "Yerləşdirin", + "selectAllButtonLabel": "Hamısını seçin" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb new file mode 100644 index 000000000000..25c52a66e1fc --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb @@ -0,0 +1,32 @@ +{ + "datePickerHourSemanticsLabelFew": "$hour гадзіны нуль хвілін", + "datePickerHourSemanticsLabelMany": "$hour гадзін нуль хвілін", + "datePickerMinuteSemanticsLabelFew": "$minute хвіліны", + "datePickerMinuteSemanticsLabelMany": "$minute хвілін", + "timerPickerHourLabelFew": "гадзіны", + "timerPickerHourLabelMany": "гадзін", + "timerPickerMinuteLabelFew": "хв", + "timerPickerMinuteLabelMany": "хв", + "timerPickerSecondLabelFew": "с", + "timerPickerSecondLabelMany": "с", + "datePickerHourSemanticsLabelOne": "$hour гадзіна нуль хвілін", + "datePickerHourSemanticsLabelOther": "$hour гадзіны нуль хвілін", + "datePickerMinuteSemanticsLabelOne": "1 хвіліна", + "datePickerMinuteSemanticsLabelOther": "$minute хвіліны", + "datePickerDateOrder": "mdy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "раніцы", + "postMeridiemAbbreviation": "вечара", + "todayLabel": "Сёння", + "alertDialogLabel": "Абвестка", + "timerPickerHourLabelOne": "гадзіна", + "timerPickerHourLabelOther": "гадзіны", + "timerPickerMinuteLabelOne": "хв", + "timerPickerMinuteLabelOther": "хв", + "timerPickerSecondLabelOne": "с", + "timerPickerSecondLabelOther": "с", + "cutButtonLabel": "Выразаць", + "copyButtonLabel": "Капіраваць", + "pasteButtonLabel": "Уставіць", + "selectAllButtonLabel": "Выбраць усе" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb new file mode 100644 index 000000000000..7195bd914efc --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb @@ -0,0 +1,22 @@ +{ + "datePickerHourSemanticsLabelOne": "$hourটা বাজে", + "datePickerHourSemanticsLabelOther": "$hourটা বাজে", + "datePickerMinuteSemanticsLabelOne": "১ মিনিট", + "datePickerMinuteSemanticsLabelOther": "$minute মিনিট", + "datePickerDateOrder": "mdy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "todayLabel": "আজ", + "alertDialogLabel": "সতর্কতা", + "timerPickerHourLabelOne": "ঘণ্টা", + "timerPickerHourLabelOther": "ঘণ্টা", + "timerPickerMinuteLabelOne": "মিনিট।", + "timerPickerMinuteLabelOther": "মিনিট।", + "timerPickerSecondLabelOne": "সেকেন্ড।", + "timerPickerSecondLabelOther": "সেকেন্ড।", + "cutButtonLabel": "কাট করুন", + "copyButtonLabel": "কপি করুন", + "pasteButtonLabel": "পেস্ট করুন", + "selectAllButtonLabel": "সব বেছে নিন" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb new file mode 100644 index 000000000000..78fe0bc9bfa2 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb @@ -0,0 +1,22 @@ +{ + "datePickerHourSemanticsLabelOne": "Ordu$houra da", + "datePickerHourSemanticsLabelOther": "$hourak dira", + "datePickerMinuteSemanticsLabelOne": "Minutu bat", + "datePickerMinuteSemanticsLabelOther": "$minute minutu", + "datePickerDateOrder": "mdy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "todayLabel": "Gaur", + "alertDialogLabel": "Alerta", + "timerPickerHourLabelOne": "ordu", + "timerPickerHourLabelOther": "ordu", + "timerPickerMinuteLabelOne": "min.", + "timerPickerMinuteLabelOther": "min.", + "timerPickerSecondLabelOne": "s", + "timerPickerSecondLabelOther": "s", + "cutButtonLabel": "Ebaki", + "copyButtonLabel": "Kopiatu", + "pasteButtonLabel": "Itsatsi", + "selectAllButtonLabel": "Hautatu guztiak" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb index 86428103d726..35934a3c3150 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb @@ -3,7 +3,7 @@ "datePickerHourSemanticsLabelOther": "klo $hour", "datePickerMinuteSemanticsLabelOne": "1 minuutti", "datePickerMinuteSemanticsLabelOther": "$minute minuuttia", - "datePickerDateOrder": "mdy", + "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbreviation": "ap", "postMeridiemAbbreviation": "ip", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fr_CA.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fr_CA.arb new file mode 100644 index 000000000000..8a5c9c1e2f5f --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fr_CA.arb @@ -0,0 +1,22 @@ +{ + "datePickerHourSemanticsLabelOne": "$hour heure", + "datePickerHourSemanticsLabelOther": "$hour heures", + "datePickerMinuteSemanticsLabelOne": "1 minute", + "datePickerMinuteSemanticsLabelOther": "$minute minutes", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "am", + "postMeridiemAbbreviation": "pm", + "todayLabel": "Aujourd'hui", + "alertDialogLabel": "Alerte", + "timerPickerHourLabelOne": "heure", + "timerPickerHourLabelOther": "heures", + "timerPickerMinuteLabelOne": "min", + "timerPickerMinuteLabelOther": "min", + "timerPickerSecondLabelOne": "s", + "timerPickerSecondLabelOther": "s", + "cutButtonLabel": "Couper", + "copyButtonLabel": "Copier", + "pasteButtonLabel": "Coller", + "selectAllButtonLabel": "Tout sélectionner" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb new file mode 100644 index 000000000000..9e51526104c1 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb @@ -0,0 +1,22 @@ +{ + "datePickerHourSemanticsLabelOne": "$hour વાગ્યો છે", + "datePickerHourSemanticsLabelOther": "$hour વાગ્યા છે", + "datePickerMinuteSemanticsLabelOne": "1 મિનિટ", + "datePickerMinuteSemanticsLabelOther": "$minute મિનિટ", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "todayLabel": "આજે", + "alertDialogLabel": "અલર્ટ", + "timerPickerHourLabelOne": "કલાક", + "timerPickerHourLabelOther": "કલાક", + "timerPickerMinuteLabelOne": "મિનિટ", + "timerPickerMinuteLabelOther": "મિનિટ", + "timerPickerSecondLabelOne": "સેકન્ડ", + "timerPickerSecondLabelOther": "સેકન્ડ", + "cutButtonLabel": "કાપો", + "copyButtonLabel": "કૉપિ કરો", + "pasteButtonLabel": "પેસ્ટ કરો", + "selectAllButtonLabel": "બધા પસંદ કરો" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb new file mode 100644 index 000000000000..85dac3f3f8c6 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb @@ -0,0 +1,22 @@ +{ + "datePickerHourSemanticsLabelOne": "klukkan $hour", + "datePickerHourSemanticsLabelOther": "klukkan $hour", + "datePickerMinuteSemanticsLabelOne": "1 mínúta", + "datePickerMinuteSemanticsLabelOther": "$minute mínútur", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "f.h.", + "postMeridiemAbbreviation": "e.h.", + "todayLabel": "Í dag", + "alertDialogLabel": "Tilkynning", + "timerPickerHourLabelOne": "klukkustund", + "timerPickerHourLabelOther": "klukkustundir", + "timerPickerMinuteLabelOne": "mín.", + "timerPickerMinuteLabelOther": "mín.", + "timerPickerSecondLabelOne": "sek.", + "timerPickerSecondLabelOther": "sek.", + "cutButtonLabel": "Klippa", + "copyButtonLabel": "Afrita", + "pasteButtonLabel": "Líma", + "selectAllButtonLabel": "Velja allt" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb new file mode 100644 index 000000000000..63f0e455575f --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb @@ -0,0 +1,22 @@ +{ + "datePickerHourSemanticsLabelOne": "$hour საათი", + "datePickerHourSemanticsLabelOther": "$hour საათი", + "datePickerMinuteSemanticsLabelOne": "1 წუთი", + "datePickerMinuteSemanticsLabelOther": "$minute წუთი", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_dayPeriod_time", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "todayLabel": "დღეს", + "alertDialogLabel": "გაფრთხილება", + "timerPickerHourLabelOne": "საათი", + "timerPickerHourLabelOther": "საათი", + "timerPickerMinuteLabelOne": "წთ", + "timerPickerMinuteLabelOther": "წთ", + "timerPickerSecondLabelOne": "წმ", + "timerPickerSecondLabelOther": "წმ", + "cutButtonLabel": "ამოჭრა", + "copyButtonLabel": "კოპირება", + "pasteButtonLabel": "ჩასმა", + "selectAllButtonLabel": "ყველას არჩევა" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb new file mode 100644 index 000000000000..64941d37c9da --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb @@ -0,0 +1,22 @@ +{ + "datePickerHourSemanticsLabelOne": "Саат $hour", + "datePickerHourSemanticsLabelOther": "Саат $hour", + "datePickerMinuteSemanticsLabelOne": "1 мүнөт", + "datePickerMinuteSemanticsLabelOther": "$minute мүнөт", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "түшкө чейин", + "postMeridiemAbbreviation": "түштөн кийин", + "todayLabel": "Бүгүн", + "alertDialogLabel": "Эскертүү", + "timerPickerHourLabelOne": "саат", + "timerPickerHourLabelOther": "саат", + "timerPickerMinuteLabelOne": "мүн.", + "timerPickerMinuteLabelOther": "мүн.", + "timerPickerSecondLabelOne": "сек.", + "timerPickerSecondLabelOther": "сек.", + "cutButtonLabel": "Кесүү", + "copyButtonLabel": "Көчүрүү", + "pasteButtonLabel": "Чаптоо", + "selectAllButtonLabel": "Баарын тандоо" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb new file mode 100644 index 000000000000..0d72851b7322 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb @@ -0,0 +1,22 @@ +{ + "datePickerHourSemanticsLabelOne": "$hour ໂມງກົງ", + "datePickerHourSemanticsLabelOther": "$hour ໂມງກົງ", + "datePickerMinuteSemanticsLabelOne": "1 ນາທີ", + "datePickerMinuteSemanticsLabelOther": "$minute ນາທີ", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "ກ່ອນທ່ຽງ", + "postMeridiemAbbreviation": "ຫຼັງທ່ຽງ", + "todayLabel": "ມື້ນີ້", + "alertDialogLabel": "ການເຕືອນ", + "timerPickerHourLabelOne": "ຊົ່ວໂມງ", + "timerPickerHourLabelOther": "ຊົ່ວໂມງ", + "timerPickerMinuteLabelOne": "ນທ.", + "timerPickerMinuteLabelOther": "ນທ.", + "timerPickerSecondLabelOne": "ວິ.", + "timerPickerSecondLabelOther": "ວິ.", + "cutButtonLabel": "ຕັດ", + "copyButtonLabel": "ສຳເນົາ", + "pasteButtonLabel": "ວາງ", + "selectAllButtonLabel": "ເລືອກທັງໝົດ" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb new file mode 100644 index 000000000000..2d45d05c32bf --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb @@ -0,0 +1,22 @@ +{ + "datePickerHourSemanticsLabelOne": "$hour часот", + "datePickerHourSemanticsLabelOther": "$hour часот", + "datePickerMinuteSemanticsLabelOne": "1 минута", + "datePickerMinuteSemanticsLabelOther": "$minute минути", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "ПРЕТПЛАДНЕ", + "postMeridiemAbbreviation": "ПОПЛАДНЕ", + "todayLabel": "Денес", + "alertDialogLabel": "Предупредување", + "timerPickerHourLabelOne": "час", + "timerPickerHourLabelOther": "часа", + "timerPickerMinuteLabelOne": "мин.", + "timerPickerMinuteLabelOther": "мин.", + "timerPickerSecondLabelOne": "сек.", + "timerPickerSecondLabelOther": "сек.", + "cutButtonLabel": "Исечи", + "copyButtonLabel": "Копирај", + "pasteButtonLabel": "Залепи", + "selectAllButtonLabel": "Избери ги сите" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb new file mode 100644 index 000000000000..f190f0023ea7 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb @@ -0,0 +1,22 @@ +{ + "datePickerHourSemanticsLabelOne": "$hour മണി", + "datePickerHourSemanticsLabelOther": "$hour മണി", + "datePickerMinuteSemanticsLabelOne": "ഒരു മിനിറ്റ്", + "datePickerMinuteSemanticsLabelOther": "$minute മിനിറ്റ്", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "todayLabel": "ഇന്ന്", + "alertDialogLabel": "മുന്നറിയിപ്പ്", + "timerPickerHourLabelOne": "മണിക്കൂർ", + "timerPickerHourLabelOther": "മണിക്കൂർ", + "timerPickerMinuteLabelOne": "മിനിറ്റ്", + "timerPickerMinuteLabelOther": "മിനിറ്റ്", + "timerPickerSecondLabelOne": "സെക്കൻഡ്", + "timerPickerSecondLabelOther": "സെക്കൻഡ്", + "cutButtonLabel": "മുറിക്കുക", + "copyButtonLabel": "പകർത്തുക", + "pasteButtonLabel": "ഒട്ടിക്കുക", + "selectAllButtonLabel": "എല്ലാം തിരഞ്ഞെടുക്കുക" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb new file mode 100644 index 000000000000..b8e371ecedfc --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb @@ -0,0 +1,22 @@ +{ + "datePickerHourSemanticsLabelOne": "$hour နာရီ", + "datePickerHourSemanticsLabelOther": "$hour နာရီ", + "datePickerMinuteSemanticsLabelOne": "၁ မိနစ်", + "datePickerMinuteSemanticsLabelOther": "$minute မိနစ်", + "datePickerDateOrder": "mdy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "todayLabel": "ယနေ့", + "alertDialogLabel": "သတိပေးချက်", + "timerPickerHourLabelOne": "နာရီ", + "timerPickerHourLabelOther": "နာရီ", + "timerPickerMinuteLabelOne": "မိနစ်", + "timerPickerMinuteLabelOther": "မိနစ်", + "timerPickerSecondLabelOne": "စက္ကန့်", + "timerPickerSecondLabelOther": "စက္ကန့်", + "cutButtonLabel": "ဖြတ်ယူရန်", + "copyButtonLabel": "မိတ္တူကူးရန်", + "pasteButtonLabel": "ကူးထည့်ရန်", + "selectAllButtonLabel": "အားလုံး ရွေးရန်" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb new file mode 100644 index 000000000000..84c68eb64edd --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb @@ -0,0 +1,22 @@ +{ + "datePickerHourSemanticsLabelOne": "$hour बजे", + "datePickerHourSemanticsLabelOther": "$hour बजे", + "datePickerMinuteSemanticsLabelOne": "१ मिनेट", + "datePickerMinuteSemanticsLabelOther": "$minute मिनेट", + "datePickerDateOrder": "mdy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "पूर्वाह्न", + "postMeridiemAbbreviation": "अपराह्न", + "todayLabel": "आज", + "alertDialogLabel": "अलर्ट", + "timerPickerHourLabelOne": "घन्टा", + "timerPickerHourLabelOther": "घन्टा", + "timerPickerMinuteLabelOne": "मिनेट", + "timerPickerMinuteLabelOther": "मिनेट", + "timerPickerSecondLabelOne": "सेकेन्ड", + "timerPickerSecondLabelOther": "सेकेन्ड", + "cutButtonLabel": "काट्नुहोस्", + "copyButtonLabel": "प्रतिलिपि गर्नुहोस्", + "pasteButtonLabel": "टाँस्नुहोस्", + "selectAllButtonLabel": "सबै चयन गर्नुहोस्" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb new file mode 100644 index 000000000000..1fab3245914c --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb @@ -0,0 +1,22 @@ +{ + "datePickerHourSemanticsLabelOne": "$hourଟା", + "datePickerHourSemanticsLabelOther": "$hourଟା", + "datePickerMinuteSemanticsLabelOne": "1 ମିନିଟ୍", + "datePickerMinuteSemanticsLabelOther": "$minute ମିନିଟ୍", + "datePickerDateOrder": "mdy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "todayLabel": "ଆଜି", + "alertDialogLabel": "ଆଲର୍ଟ", + "timerPickerHourLabelOne": "ଘଣ୍ଟା", + "timerPickerHourLabelOther": "ଘଣ୍ଟା", + "timerPickerMinuteLabelOne": "ମିନିଟ୍", + "timerPickerMinuteLabelOther": "ମିନିଟ୍", + "timerPickerSecondLabelOne": "ସେକେଣ୍ଡ", + "timerPickerSecondLabelOther": "ସେକେଣ୍ଡ", + "cutButtonLabel": "କଟ୍ କରନ୍ତୁ", + "copyButtonLabel": "କପି କରନ୍ତୁ", + "pasteButtonLabel": "ପେଷ୍ଟ କରନ୍ତୁ", + "selectAllButtonLabel": "ସମସ୍ତ ଚୟନ କରନ୍ତୁ" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb new file mode 100644 index 000000000000..486e183025cd --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb @@ -0,0 +1,22 @@ +{ + "datePickerHourSemanticsLabelOne": "$hour ਵਜੇ", + "datePickerHourSemanticsLabelOther": "$hour ਵਜੇ", + "datePickerMinuteSemanticsLabelOne": "1 ਮਿੰਟ", + "datePickerMinuteSemanticsLabelOther": "$minute ਮਿੰਟ", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "todayLabel": "ਅੱਜ", + "alertDialogLabel": "ਸੁਚੇਤਨਾ", + "timerPickerHourLabelOne": "ਘੰਟਾ", + "timerPickerHourLabelOther": "ਘੰਟੇ", + "timerPickerMinuteLabelOne": "ਮਿੰ.", + "timerPickerMinuteLabelOther": "ਮਿੰ.", + "timerPickerSecondLabelOne": "ਸਕਿੰ.", + "timerPickerSecondLabelOther": "ਸਕਿੰ.", + "cutButtonLabel": "ਕੱਟ ਕਰੋ", + "copyButtonLabel": "ਕਾਪੀ ਕਰੋ", + "pasteButtonLabel": "ਪੇਸਟ ਕਰੋ", + "selectAllButtonLabel": "ਸਭ ਚੁਣੋ" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb new file mode 100644 index 000000000000..6155c3bb86ce --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb @@ -0,0 +1,22 @@ +{ + "datePickerHourSemanticsLabelOne": "$hourයි", + "datePickerHourSemanticsLabelOther": "$hourයි", + "datePickerMinuteSemanticsLabelOne": "මිනිත්තු 1", + "datePickerMinuteSemanticsLabelOther": "මිනිත්තු $minute", + "datePickerDateOrder": "ymd", + "datePickerDateTimeOrder": "date_dayPeriod_time", + "anteMeridiemAbbreviation": "පෙ.ව.", + "postMeridiemAbbreviation": "ප.ව.", + "todayLabel": "අද", + "alertDialogLabel": "ඇඟවීම", + "timerPickerHourLabelOne": "පැය", + "timerPickerHourLabelOther": "පැය", + "timerPickerMinuteLabelOne": "මිනි.", + "timerPickerMinuteLabelOther": "මිනි.", + "timerPickerSecondLabelOne": "තත්.", + "timerPickerSecondLabelOther": "තත්.", + "cutButtonLabel": "කපන්න", + "copyButtonLabel": "පිටපත් කරන්න", + "pasteButtonLabel": "අලවන්න", + "selectAllButtonLabel": "සියල්ල තෝරන්න" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb new file mode 100644 index 000000000000..fb8a3371ad60 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb @@ -0,0 +1,22 @@ +{ + "datePickerHourSemanticsLabelOne": "$hour fiks", + "datePickerHourSemanticsLabelOther": "$hour fiks", + "datePickerMinuteSemanticsLabelOne": "1 minutë", + "datePickerMinuteSemanticsLabelOther": "$minute minuta", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "paradite", + "postMeridiemAbbreviation": "pasdite", + "todayLabel": "Sot", + "alertDialogLabel": "Sinjalizim", + "timerPickerHourLabelOne": "orë", + "timerPickerHourLabelOther": "orë", + "timerPickerMinuteLabelOne": "min.", + "timerPickerMinuteLabelOther": "min.", + "timerPickerSecondLabelOne": "sek.", + "timerPickerSecondLabelOther": "sek.", + "cutButtonLabel": "Prit", + "copyButtonLabel": "Kopjo", + "pasteButtonLabel": "Ngjit", + "selectAllButtonLabel": "Zgjidhi të gjitha" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb new file mode 100644 index 000000000000..82a09482100b --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb @@ -0,0 +1,22 @@ +{ + "datePickerHourSemanticsLabelOne": "$hour అవుతుంది", + "datePickerHourSemanticsLabelOther": "$hour అవుతుంది", + "datePickerMinuteSemanticsLabelOne": "1 నిమిషం", + "datePickerMinuteSemanticsLabelOther": "$minute నిమిషాలు", + "datePickerDateOrder": "mdy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "todayLabel": "ఈరోజు", + "alertDialogLabel": "అలర్ట్", + "timerPickerHourLabelOne": "గంట", + "timerPickerHourLabelOther": "గంటలు", + "timerPickerMinuteLabelOne": "నిమి.", + "timerPickerMinuteLabelOther": "నిమి.", + "timerPickerSecondLabelOne": "సెకన్లు.", + "timerPickerSecondLabelOther": "సెకన్లు.", + "cutButtonLabel": "కత్తిరించు", + "copyButtonLabel": "కాపీ చేయి", + "pasteButtonLabel": "అతికించు", + "selectAllButtonLabel": "అన్నింటినీ ఎంచుకోండి" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb new file mode 100644 index 000000000000..e699944344df --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb @@ -0,0 +1,22 @@ +{ + "datePickerHourSemanticsLabelOne": "$hour soat", + "datePickerHourSemanticsLabelOther": "$hour soat", + "datePickerMinuteSemanticsLabelOne": "1 daqiqa", + "datePickerMinuteSemanticsLabelOther": "$minute daqiqa", + "datePickerDateOrder": "mdy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "todayLabel": "Bugun", + "alertDialogLabel": "Ogohlantirish", + "timerPickerHourLabelOne": "soat", + "timerPickerHourLabelOther": "soat", + "timerPickerMinuteLabelOne": "daqiqa", + "timerPickerMinuteLabelOther": "daqiqa", + "timerPickerSecondLabelOne": "soniya", + "timerPickerSecondLabelOther": "soniya", + "cutButtonLabel": "Kesib olish", + "copyButtonLabel": "Nusxa olish", + "pasteButtonLabel": "Joylash", + "selectAllButtonLabel": "Barchasini tanlash" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb new file mode 100644 index 000000000000..8e460650bedd --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb @@ -0,0 +1,22 @@ +{ + "datePickerHourSemanticsLabelOne": "$hour ezimpondweni", + "datePickerHourSemanticsLabelOther": "$hour ezimpondweni", + "datePickerMinuteSemanticsLabelOne": "1 iminithi", + "datePickerMinuteSemanticsLabelOther": "$minute amaminithi", + "datePickerDateOrder": "mdy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "todayLabel": "Namuhla", + "alertDialogLabel": "Isexwayiso", + "timerPickerHourLabelOne": "ihora", + "timerPickerHourLabelOther": "amahora", + "timerPickerMinuteLabelOne": "iminithi.", + "timerPickerMinuteLabelOther": "iminithi.", + "timerPickerSecondLabelOne": "isekhondi.", + "timerPickerSecondLabelOther": "isekhondi.", + "cutButtonLabel": "Sika", + "copyButtonLabel": "Kopisha", + "pasteButtonLabel": "Namathisela", + "selectAllButtonLabel": "Khetha konke" +} diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index e3c3f995ede7..9681b29731ce 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -21,13 +21,13 @@ import '../cupertino_localizations.dart'; // bottom of this file, and used by the [_GlobalCupertinoLocalizationsDelegate.load] // method defined in `flutter_localizations/lib/src/cupertino_localizations.dart`. -/// The translations for Arabic (`ar`). -class CupertinoLocalizationAr extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Arabic. +/// The translations for Afrikaans (`af`). +class CupertinoLocalizationAf extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Afrikaans. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationAr({ - String localeName = 'ar', + const CupertinoLocalizationAf({ + String localeName = 'af', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -49,16 +49,16 @@ class CupertinoLocalizationAr extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'تنبيه'; + String get alertDialogLabel => r'Opletberig'; @override - String get anteMeridiemAbbreviation => r'ص'; + String get anteMeridiemAbbreviation => r'vm.'; @override - String get copyButtonLabel => r'نسخ'; + String get copyButtonLabel => r'Kopieer'; @override - String get cutButtonLabel => r'قص'; + String get cutButtonLabel => r'Knip'; @override String get datePickerDateOrderString => r'dmy'; @@ -67,115 +67,115 @@ class CupertinoLocalizationAr extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour بالضبط'; + String get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => r'$hour بالضبط'; + String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour بالضبط'; + String get datePickerHourSemanticsLabelOne => r'$hour uur'; @override - String get datePickerHourSemanticsLabelOther => r'$hour بالضبط'; + String get datePickerHourSemanticsLabelOther => r'$hour uur'; @override - String get datePickerHourSemanticsLabelTwo => r'$hour بالضبط'; + String get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => r'$hour بالضبط'; + String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute دقائق'; + String get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => r'$minute دقيقة​'; + String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'دقيقة واحدة'; + String get datePickerMinuteSemanticsLabelOne => r'1 minuut'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute دقيقة​'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minute'; @override - String get datePickerMinuteSemanticsLabelTwo => r'دقيقتان ($minute)'; + String get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => r'$minute دقيقة​'; + String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'لصق'; + String get pasteButtonLabel => r'Plak'; @override - String get postMeridiemAbbreviation => r'م'; + String get postMeridiemAbbreviation => r'nm.'; @override - String get selectAllButtonLabel => r'اختيار الكل'; + String get selectAllButtonLabel => r'Kies alles'; @override - String get timerPickerHourLabelFew => r'ساعات'; + String get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => r'ساعة'; + String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'ساعة'; + String get timerPickerHourLabelOne => r'uur'; @override - String get timerPickerHourLabelOther => r'ساعة'; + String get timerPickerHourLabelOther => r'uur'; @override - String get timerPickerHourLabelTwo => r'ساعتان'; + String get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => r'ساعة'; + String get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => r'دقائق'; + String get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => r'دقيقة'; + String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'دقيقة واحدة'; + String get timerPickerMinuteLabelOne => r'min.'; @override - String get timerPickerMinuteLabelOther => r'دقيقة'; + String get timerPickerMinuteLabelOther => r'min.'; @override - String get timerPickerMinuteLabelTwo => r'دقيقتان'; + String get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => r'دقيقة'; + String get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => r'ثوانٍ'; + String get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => r'ثانية'; + String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'ثانية واحدة'; + String get timerPickerSecondLabelOne => r'sek.'; @override - String get timerPickerSecondLabelOther => r'ثانية'; + String get timerPickerSecondLabelOther => r'sek.'; @override - String get timerPickerSecondLabelTwo => r'ثانيتان'; + String get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => r'ثانية'; + String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'اليوم'; + String get todayLabel => r'Vandag'; } -/// The translations for Bulgarian (`bg`). -class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Bulgarian. +/// The translations for Amharic (`am`). +class CupertinoLocalizationAm extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Amharic. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationBg({ - String localeName = 'bg', + const CupertinoLocalizationAm({ + String localeName = 'am', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -197,16 +197,16 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Сигнал'; + String get alertDialogLabel => r'ማንቂያ'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => r'ጥዋት'; @override - String get copyButtonLabel => r'Копиране'; + String get copyButtonLabel => r'ቅዳ'; @override - String get cutButtonLabel => r'Изрязване'; + String get cutButtonLabel => r'ቁረጥ'; @override String get datePickerDateOrderString => r'dmy'; @@ -221,10 +221,10 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour часа'; + String get datePickerHourSemanticsLabelOne => r'$hour ሰዓት'; @override - String get datePickerHourSemanticsLabelOther => r'$hour часа'; + String get datePickerHourSemanticsLabelOther => r'$hour ሰዓት'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -239,10 +239,10 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 минута'; + String get datePickerMinuteSemanticsLabelOne => r'1 ደቂቃ'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute минути'; + String get datePickerMinuteSemanticsLabelOther => r'$minute ደቂቃዎች'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -251,13 +251,13 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Поставяне'; + String get pasteButtonLabel => r'ለጥፍ'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => r'ከሰዓት'; @override - String get selectAllButtonLabel => r'Избиране на всички'; + String get selectAllButtonLabel => r'ሁሉንም ምረጥ'; @override String get timerPickerHourLabelFew => null; @@ -266,10 +266,10 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'час'; + String get timerPickerHourLabelOne => r'ሰዓት'; @override - String get timerPickerHourLabelOther => r'часа'; + String get timerPickerHourLabelOther => r'ሰዓቶች'; @override String get timerPickerHourLabelTwo => null; @@ -284,10 +284,10 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'мин'; + String get timerPickerMinuteLabelOne => r'ደቂቃ'; @override - String get timerPickerMinuteLabelOther => r'мин'; + String get timerPickerMinuteLabelOther => r'ደቂቃ'; @override String get timerPickerMinuteLabelTwo => null; @@ -302,10 +302,10 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'сек'; + String get timerPickerSecondLabelOne => r'ሴኮ'; @override - String get timerPickerSecondLabelOther => r'сек'; + String get timerPickerSecondLabelOther => r'ሴኮ'; @override String get timerPickerSecondLabelTwo => null; @@ -314,16 +314,16 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Днес'; + String get todayLabel => r'ዛሬ'; } -/// The translations for Bosnian (`bs`). -class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Bosnian. +/// The translations for Arabic (`ar`). +class CupertinoLocalizationAr extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Arabic. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationBs({ - String localeName = 'bs', + const CupertinoLocalizationAr({ + String localeName = 'ar', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -345,16 +345,16 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Upozorenje'; + String get alertDialogLabel => r'تنبيه'; @override - String get anteMeridiemAbbreviation => r'prijepodne'; + String get anteMeridiemAbbreviation => r'ص'; @override - String get copyButtonLabel => r'Kopiraj'; + String get copyButtonLabel => r'نسخ'; @override - String get cutButtonLabel => r'Izreži'; + String get cutButtonLabel => r'قص'; @override String get datePickerDateOrderString => r'dmy'; @@ -363,115 +363,115 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour sata'; + String get datePickerHourSemanticsLabelFew => r'$hour بالضبط'; @override - String get datePickerHourSemanticsLabelMany => null; + String get datePickerHourSemanticsLabelMany => r'$hour بالضبط'; @override - String get datePickerHourSemanticsLabelOne => r'$hour sat'; + String get datePickerHourSemanticsLabelOne => r'$hour بالضبط'; @override - String get datePickerHourSemanticsLabelOther => r'$hour sati'; + String get datePickerHourSemanticsLabelOther => r'$hour بالضبط'; @override - String get datePickerHourSemanticsLabelTwo => null; + String get datePickerHourSemanticsLabelTwo => r'$hour بالضبط'; @override - String get datePickerHourSemanticsLabelZero => null; + String get datePickerHourSemanticsLabelZero => r'$hour بالضبط'; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute minute'; + String get datePickerMinuteSemanticsLabelFew => r'$minute دقائق'; @override - String get datePickerMinuteSemanticsLabelMany => null; + String get datePickerMinuteSemanticsLabelMany => r'$minute دقيقة​'; @override - String get datePickerMinuteSemanticsLabelOne => r'Jedna minuta'; + String get datePickerMinuteSemanticsLabelOne => r'دقيقة واحدة'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minuta'; + String get datePickerMinuteSemanticsLabelOther => r'$minute دقيقة​'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String get datePickerMinuteSemanticsLabelTwo => r'دقيقتان ($minute)'; @override - String get datePickerMinuteSemanticsLabelZero => null; + String get datePickerMinuteSemanticsLabelZero => r'$minute دقيقة​'; @override - String get pasteButtonLabel => r'Zalijepi'; + String get pasteButtonLabel => r'لصق'; @override - String get postMeridiemAbbreviation => r'popodne'; + String get postMeridiemAbbreviation => r'م'; @override - String get selectAllButtonLabel => r'Odaberi sve'; + String get selectAllButtonLabel => r'اختيار الكل'; @override - String get timerPickerHourLabelFew => r'sata'; + String get timerPickerHourLabelFew => r'ساعات'; @override - String get timerPickerHourLabelMany => null; + String get timerPickerHourLabelMany => r'ساعة'; @override - String get timerPickerHourLabelOne => r'sat'; + String get timerPickerHourLabelOne => r'ساعة'; @override - String get timerPickerHourLabelOther => r'sati'; + String get timerPickerHourLabelOther => r'ساعة'; @override - String get timerPickerHourLabelTwo => null; + String get timerPickerHourLabelTwo => r'ساعتان'; @override - String get timerPickerHourLabelZero => null; + String get timerPickerHourLabelZero => r'ساعة'; @override - String get timerPickerMinuteLabelFew => r'min'; + String get timerPickerMinuteLabelFew => r'دقائق'; @override - String get timerPickerMinuteLabelMany => null; + String get timerPickerMinuteLabelMany => r'دقيقة'; @override - String get timerPickerMinuteLabelOne => r'min'; + String get timerPickerMinuteLabelOne => r'دقيقة واحدة'; @override - String get timerPickerMinuteLabelOther => r'min'; + String get timerPickerMinuteLabelOther => r'دقيقة'; @override - String get timerPickerMinuteLabelTwo => null; + String get timerPickerMinuteLabelTwo => r'دقيقتان'; @override - String get timerPickerMinuteLabelZero => null; + String get timerPickerMinuteLabelZero => r'دقيقة'; @override - String get timerPickerSecondLabelFew => r's'; + String get timerPickerSecondLabelFew => r'ثوانٍ'; @override - String get timerPickerSecondLabelMany => null; + String get timerPickerSecondLabelMany => r'ثانية'; @override - String get timerPickerSecondLabelOne => r's'; + String get timerPickerSecondLabelOne => r'ثانية واحدة'; @override - String get timerPickerSecondLabelOther => r's'; + String get timerPickerSecondLabelOther => r'ثانية'; @override - String get timerPickerSecondLabelTwo => null; + String get timerPickerSecondLabelTwo => r'ثانيتان'; @override - String get timerPickerSecondLabelZero => null; + String get timerPickerSecondLabelZero => r'ثانية'; @override - String get todayLabel => r'Danas'; + String get todayLabel => r'اليوم'; } -/// The translations for Catalan Valencian (`ca`). -class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Catalan Valencian. +/// The translations for Assamese (`as`). +class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Assamese. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationCa({ - String localeName = 'ca', + const CupertinoLocalizationAs({ + String localeName = 'as', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -493,19 +493,19 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Alerta'; + String get alertDialogLabel => r'সতৰ্কবাৰ্তা'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => r'পূৰ্বাহ্ন'; @override - String get copyButtonLabel => r'Copia'; + String get copyButtonLabel => r'প্ৰতিলিপি কৰক'; @override - String get cutButtonLabel => r'Retalla'; + String get cutButtonLabel => r'কাট কৰক'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => r'mdy'; @override String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; @@ -517,10 +517,10 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour en punt'; + String get datePickerHourSemanticsLabelOne => r'$hour বাজিছে'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punt'; + String get datePickerHourSemanticsLabelOther => r'$hour বাজিছে'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -535,10 +535,10 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minut'; + String get datePickerMinuteSemanticsLabelOne => r'১মিনিট'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minuts'; + String get datePickerMinuteSemanticsLabelOther => r'$minuteমিনিট'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -547,13 +547,13 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Enganxa'; + String get pasteButtonLabel => r'পে' "'" r'ষ্ট কৰক'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => r'অপৰাহ্ন'; @override - String get selectAllButtonLabel => r'Selecciona-ho tot'; + String get selectAllButtonLabel => r'সকলো বাছনি কৰক'; @override String get timerPickerHourLabelFew => null; @@ -562,10 +562,10 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'hora'; + String get timerPickerHourLabelOne => r'ঘণ্টা'; @override - String get timerPickerHourLabelOther => r'hores'; + String get timerPickerHourLabelOther => r'ঘণ্টা'; @override String get timerPickerHourLabelTwo => null; @@ -580,10 +580,10 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'min'; + String get timerPickerMinuteLabelOne => r'মিনিট।'; @override - String get timerPickerMinuteLabelOther => r'min'; + String get timerPickerMinuteLabelOther => r'মিনিট।'; @override String get timerPickerMinuteLabelTwo => null; @@ -598,10 +598,10 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r's'; + String get timerPickerSecondLabelOne => r'ছেকেণ্ড।'; @override - String get timerPickerSecondLabelOther => r's'; + String get timerPickerSecondLabelOther => r'ছেকেণ্ড।'; @override String get timerPickerSecondLabelTwo => null; @@ -610,16 +610,16 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Avui'; + String get todayLabel => r'আজি'; } -/// The translations for Czech (`cs`). -class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Czech. +/// The translations for Azerbaijani (`az`). +class CupertinoLocalizationAz extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Azerbaijani. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationCs({ - String localeName = 'cs', + const CupertinoLocalizationAz({ + String localeName = 'az', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -641,16 +641,16 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Upozornění'; + String get alertDialogLabel => r'Bildiriş'; @override String get anteMeridiemAbbreviation => r'AM'; @override - String get copyButtonLabel => r'Kopírovat'; + String get copyButtonLabel => r'Kopyalayın'; @override - String get cutButtonLabel => r'Vyjmout'; + String get cutButtonLabel => r'Kəsin'; @override String get datePickerDateOrderString => r'mdy'; @@ -659,16 +659,16 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour hodiny'; + String get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => r'$hour hodiny'; + String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour hodina'; + String get datePickerHourSemanticsLabelOne => r'Saat $hour'; @override - String get datePickerHourSemanticsLabelOther => r'$hour hodin'; + String get datePickerHourSemanticsLabelOther => r'Saat $hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -677,16 +677,16 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute minuty'; + String get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => r'$minute minuty'; + String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minuta'; + String get datePickerMinuteSemanticsLabelOne => r'1 dəqiqə'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minut'; + String get datePickerMinuteSemanticsLabelOther => r'$minute dəqiqə'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -695,25 +695,25 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Vložit'; + String get pasteButtonLabel => r'Yerləşdirin'; @override String get postMeridiemAbbreviation => r'PM'; @override - String get selectAllButtonLabel => r'Vybrat vše'; + String get selectAllButtonLabel => r'Hamısını seçin'; @override - String get timerPickerHourLabelFew => r'hodiny'; + String get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => r'hodiny'; + String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'hodina'; + String get timerPickerHourLabelOne => r'saat'; @override - String get timerPickerHourLabelOther => r'hodin'; + String get timerPickerHourLabelOther => r'saat'; @override String get timerPickerHourLabelTwo => null; @@ -722,16 +722,16 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { String get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => r'min'; + String get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => r'min'; + String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'min'; + String get timerPickerMinuteLabelOne => r'dəq.'; @override - String get timerPickerMinuteLabelOther => r'min'; + String get timerPickerMinuteLabelOther => r'dəq.'; @override String get timerPickerMinuteLabelTwo => null; @@ -740,16 +740,16 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => r's'; + String get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => r's'; + String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r's'; + String get timerPickerSecondLabelOne => r'san.'; @override - String get timerPickerSecondLabelOther => r's'; + String get timerPickerSecondLabelOther => r'san.'; @override String get timerPickerSecondLabelTwo => null; @@ -758,16 +758,16 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Dnes'; + String get todayLabel => r'Bu gün'; } -/// The translations for Danish (`da`). -class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Danish. +/// The translations for Belarusian (`be`). +class CupertinoLocalizationBe extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Belarusian. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationDa({ - String localeName = 'da', + const CupertinoLocalizationBe({ + String localeName = 'be', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -789,34 +789,34 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Underretning'; + String get alertDialogLabel => r'Абвестка'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => r'раніцы'; @override - String get copyButtonLabel => r'Kopiér'; + String get copyButtonLabel => r'Капіраваць'; @override - String get cutButtonLabel => r'Klip'; + String get cutButtonLabel => r'Выразаць'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => r'mdy'; @override String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String get datePickerHourSemanticsLabelFew => r'$hour гадзіны нуль хвілін'; @override - String get datePickerHourSemanticsLabelMany => null; + String get datePickerHourSemanticsLabelMany => r'$hour гадзін нуль хвілін'; @override - String get datePickerHourSemanticsLabelOne => r'klokken $hour'; + String get datePickerHourSemanticsLabelOne => r'$hour гадзіна нуль хвілін'; @override - String get datePickerHourSemanticsLabelOther => r'klokken $hour'; + String get datePickerHourSemanticsLabelOther => r'$hour гадзіны нуль хвілін'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -825,16 +825,16 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String get datePickerMinuteSemanticsLabelFew => r'$minute хвіліны'; @override - String get datePickerMinuteSemanticsLabelMany => null; + String get datePickerMinuteSemanticsLabelMany => r'$minute хвілін'; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minut'; + String get datePickerMinuteSemanticsLabelOne => r'1 хвіліна'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minutter'; + String get datePickerMinuteSemanticsLabelOther => r'$minute хвіліны'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -843,25 +843,25 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Sæt ind'; + String get pasteButtonLabel => r'Уставіць'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => r'вечара'; @override - String get selectAllButtonLabel => r'Vælg alle'; + String get selectAllButtonLabel => r'Выбраць усе'; @override - String get timerPickerHourLabelFew => null; + String get timerPickerHourLabelFew => r'гадзіны'; @override - String get timerPickerHourLabelMany => null; + String get timerPickerHourLabelMany => r'гадзін'; @override - String get timerPickerHourLabelOne => r'time'; + String get timerPickerHourLabelOne => r'гадзіна'; @override - String get timerPickerHourLabelOther => r'timer'; + String get timerPickerHourLabelOther => r'гадзіны'; @override String get timerPickerHourLabelTwo => null; @@ -870,16 +870,16 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { String get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String get timerPickerMinuteLabelFew => r'хв'; @override - String get timerPickerMinuteLabelMany => null; + String get timerPickerMinuteLabelMany => r'хв'; @override - String get timerPickerMinuteLabelOne => r'min.'; + String get timerPickerMinuteLabelOne => r'хв'; @override - String get timerPickerMinuteLabelOther => r'min.'; + String get timerPickerMinuteLabelOther => r'хв'; @override String get timerPickerMinuteLabelTwo => null; @@ -888,16 +888,16 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String get timerPickerSecondLabelFew => r'с'; @override - String get timerPickerSecondLabelMany => null; + String get timerPickerSecondLabelMany => r'с'; @override - String get timerPickerSecondLabelOne => r'sek.'; + String get timerPickerSecondLabelOne => r'с'; @override - String get timerPickerSecondLabelOther => r'sek.'; + String get timerPickerSecondLabelOther => r'с'; @override String get timerPickerSecondLabelTwo => null; @@ -906,16 +906,16 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'I dag'; + String get todayLabel => r'Сёння'; } -/// The translations for German (`de`). -class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for German. +/// The translations for Bulgarian (`bg`). +class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Bulgarian. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationDe({ - String localeName = 'de', + const CupertinoLocalizationBg({ + String localeName = 'bg', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -937,16 +937,16 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Benachrichtigung'; + String get alertDialogLabel => r'Сигнал'; @override String get anteMeridiemAbbreviation => r'AM'; @override - String get copyButtonLabel => r'Kopieren'; + String get copyButtonLabel => r'Копиране'; @override - String get cutButtonLabel => r'Ausschneiden'; + String get cutButtonLabel => r'Изрязване'; @override String get datePickerDateOrderString => r'dmy'; @@ -961,10 +961,10 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour Uhr'; + String get datePickerHourSemanticsLabelOne => r'$hour часа'; @override - String get datePickerHourSemanticsLabelOther => r'$hour Uhr'; + String get datePickerHourSemanticsLabelOther => r'$hour часа'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -979,10 +979,10 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 Minute'; + String get datePickerMinuteSemanticsLabelOne => r'1 минута'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute Minuten'; + String get datePickerMinuteSemanticsLabelOther => r'$minute минути'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -991,13 +991,13 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Einsetzen'; + String get pasteButtonLabel => r'Поставяне'; @override String get postMeridiemAbbreviation => r'PM'; @override - String get selectAllButtonLabel => r'Alles auswählen'; + String get selectAllButtonLabel => r'Избиране на всички'; @override String get timerPickerHourLabelFew => null; @@ -1006,10 +1006,10 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'Stunde'; + String get timerPickerHourLabelOne => r'час'; @override - String get timerPickerHourLabelOther => r'Stunden'; + String get timerPickerHourLabelOther => r'часа'; @override String get timerPickerHourLabelTwo => null; @@ -1024,10 +1024,10 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'min'; + String get timerPickerMinuteLabelOne => r'мин'; @override - String get timerPickerMinuteLabelOther => r'min'; + String get timerPickerMinuteLabelOther => r'мин'; @override String get timerPickerMinuteLabelTwo => null; @@ -1042,10 +1042,10 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r's'; + String get timerPickerSecondLabelOne => r'сек'; @override - String get timerPickerSecondLabelOther => r's'; + String get timerPickerSecondLabelOther => r'сек'; @override String get timerPickerSecondLabelTwo => null; @@ -1054,16 +1054,16 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Heute'; + String get todayLabel => r'Днес'; } -/// The translations for Modern Greek (`el`). -class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Modern Greek. +/// The translations for Bengali Bangla (`bn`). +class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Bengali Bangla. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEl({ - String localeName = 'el', + const CupertinoLocalizationBn({ + String localeName = 'bn', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -1085,19 +1085,19 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Ειδοποίηση'; + String get alertDialogLabel => r'সতর্কতা'; @override - String get anteMeridiemAbbreviation => r'π.μ.'; + String get anteMeridiemAbbreviation => r'AM'; @override - String get copyButtonLabel => r'Αντιγραφή'; + String get copyButtonLabel => r'কপি করুন'; @override - String get cutButtonLabel => r'Αποκοπή'; + String get cutButtonLabel => r'কাট করুন'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => r'mdy'; @override String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; @@ -1109,10 +1109,10 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour ακριβώς'; + String get datePickerHourSemanticsLabelOne => r'$hourটা বাজে'; @override - String get datePickerHourSemanticsLabelOther => r'$hour ακριβώς'; + String get datePickerHourSemanticsLabelOther => r'$hourটা বাজে'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -1127,10 +1127,10 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 λεπτό'; + String get datePickerMinuteSemanticsLabelOne => r'১ মিনিট'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute λεπτά'; + String get datePickerMinuteSemanticsLabelOther => r'$minute মিনিট'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -1139,13 +1139,13 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Επικόλληση'; + String get pasteButtonLabel => r'পেস্ট করুন'; @override - String get postMeridiemAbbreviation => r'μ.μ.'; + String get postMeridiemAbbreviation => r'PM'; @override - String get selectAllButtonLabel => r'Επιλογή όλων'; + String get selectAllButtonLabel => r'সব বেছে নিন'; @override String get timerPickerHourLabelFew => null; @@ -1154,10 +1154,10 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'ώρα'; + String get timerPickerHourLabelOne => r'ঘণ্টা'; @override - String get timerPickerHourLabelOther => r'ώρες'; + String get timerPickerHourLabelOther => r'ঘণ্টা'; @override String get timerPickerHourLabelTwo => null; @@ -1172,10 +1172,10 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'λεπ.'; + String get timerPickerMinuteLabelOne => r'মিনিট।'; @override - String get timerPickerMinuteLabelOther => r'λεπ.'; + String get timerPickerMinuteLabelOther => r'মিনিট।'; @override String get timerPickerMinuteLabelTwo => null; @@ -1190,10 +1190,10 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'δευτ.'; + String get timerPickerSecondLabelOne => r'সেকেন্ড।'; @override - String get timerPickerSecondLabelOther => r'δευτ.'; + String get timerPickerSecondLabelOther => r'সেকেন্ড।'; @override String get timerPickerSecondLabelTwo => null; @@ -1202,16 +1202,16 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Σήμερα'; + String get todayLabel => r'আজ'; } -/// The translations for English (`en`). -class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for English. +/// The translations for Bosnian (`bs`). +class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Bosnian. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEn({ - String localeName = 'en', + const CupertinoLocalizationBs({ + String localeName = 'bs', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -1233,34 +1233,34 @@ class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Alert'; + String get alertDialogLabel => r'Upozorenje'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => r'prijepodne'; @override - String get copyButtonLabel => r'Copy'; + String get copyButtonLabel => r'Kopiraj'; @override - String get cutButtonLabel => r'Cut'; + String get cutButtonLabel => r'Izreži'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => r'dmy'; @override String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String get datePickerHourSemanticsLabelFew => r'$hour sata'; @override String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour o' "'" r'clock'; + String get datePickerHourSemanticsLabelOne => r'$hour sat'; @override - String get datePickerHourSemanticsLabelOther => r'$hour o' "'" r'clock'; + String get datePickerHourSemanticsLabelOther => r'$hour sati'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -1269,16 +1269,16 @@ class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String get datePickerMinuteSemanticsLabelFew => r'$minute minute'; @override String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minute'; + String get datePickerMinuteSemanticsLabelOne => r'Jedna minuta'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minutes'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minuta'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -1287,25 +1287,25 @@ class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Paste'; + String get pasteButtonLabel => r'Zalijepi'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => r'popodne'; @override - String get selectAllButtonLabel => r'Select All'; + String get selectAllButtonLabel => r'Odaberi sve'; @override - String get timerPickerHourLabelFew => null; + String get timerPickerHourLabelFew => r'sata'; @override String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'hour'; + String get timerPickerHourLabelOne => r'sat'; @override - String get timerPickerHourLabelOther => r'hours'; + String get timerPickerHourLabelOther => r'sati'; @override String get timerPickerHourLabelTwo => null; @@ -1314,16 +1314,16 @@ class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { String get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String get timerPickerMinuteLabelFew => r'min'; @override String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'min.'; + String get timerPickerMinuteLabelOne => r'min'; @override - String get timerPickerMinuteLabelOther => r'min.'; + String get timerPickerMinuteLabelOther => r'min'; @override String get timerPickerMinuteLabelTwo => null; @@ -1332,16 +1332,16 @@ class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String get timerPickerSecondLabelFew => r's'; @override String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'sec.'; + String get timerPickerSecondLabelOne => r's'; @override - String get timerPickerSecondLabelOther => r'sec.'; + String get timerPickerSecondLabelOther => r's'; @override String get timerPickerSecondLabelTwo => null; @@ -1350,16 +1350,16 @@ class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Today'; + String get todayLabel => r'Danas'; } -/// The translations for English, as used in Australia (`en_AU`). -class CupertinoLocalizationEnAu extends CupertinoLocalizationEn { - /// Create an instance of the translation bundle for English, as used in Australia. +/// The translations for Catalan Valencian (`ca`). +class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Catalan Valencian. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEnAu({ - String localeName = 'en_AU', + const CupertinoLocalizationCa({ + String localeName = 'ca', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -1381,223 +1381,133 @@ class CupertinoLocalizationEnAu extends CupertinoLocalizationEn { ); @override - String get datePickerDateOrderString => r'dmy'; + String get alertDialogLabel => r'Alerta'; @override - String get selectAllButtonLabel => r'Select all'; -} + String get anteMeridiemAbbreviation => r'AM'; -/// The translations for English, as used in Canada (`en_CA`). -class CupertinoLocalizationEnCa extends CupertinoLocalizationEn { - /// Create an instance of the translation bundle for English, as used in Canada. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEnCa({ - String localeName = 'en_CA', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + @override + String get copyButtonLabel => r'Copia'; + + @override + String get cutButtonLabel => r'Retalla'; @override String get datePickerDateOrderString => r'dmy'; @override - String get selectAllButtonLabel => r'Select all'; -} + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; -/// The translations for English, as used in the United Kingdom (`en_GB`). -class CupertinoLocalizationEnGb extends CupertinoLocalizationEn { - /// Create an instance of the translation bundle for English, as used in the United Kingdom. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEnGb({ - String localeName = 'en_GB', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + @override + String get datePickerHourSemanticsLabelFew => null; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerHourSemanticsLabelMany => null; @override - String get selectAllButtonLabel => r'Select all'; -} + String get datePickerHourSemanticsLabelOne => r'$hour en punt'; -/// The translations for English, as used in Ireland (`en_IE`). -class CupertinoLocalizationEnIe extends CupertinoLocalizationEn { - /// Create an instance of the translation bundle for English, as used in Ireland. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEnIe({ - String localeName = 'en_IE', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punt'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerHourSemanticsLabelTwo => null; @override - String get selectAllButtonLabel => r'Select all'; -} + String get datePickerHourSemanticsLabelZero => null; -/// The translations for English, as used in India (`en_IN`). -class CupertinoLocalizationEnIn extends CupertinoLocalizationEn { - /// Create an instance of the translation bundle for English, as used in India. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEnIn({ - String localeName = 'en_IN', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + @override + String get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerMinuteSemanticsLabelMany => null; @override - String get selectAllButtonLabel => r'Select all'; -} + String get datePickerMinuteSemanticsLabelOne => r'1 minut'; -/// The translations for English, as used in Singapore (`en_SG`). -class CupertinoLocalizationEnSg extends CupertinoLocalizationEn { - /// Create an instance of the translation bundle for English, as used in Singapore. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEnSg({ - String localeName = 'en_SG', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minuts'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerMinuteSemanticsLabelTwo => null; @override - String get selectAllButtonLabel => r'Select all'; -} + String get datePickerMinuteSemanticsLabelZero => null; -/// The translations for English, as used in South Africa (`en_ZA`). -class CupertinoLocalizationEnZa extends CupertinoLocalizationEn { - /// Create an instance of the translation bundle for English, as used in South Africa. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEnZa({ - String localeName = 'en_ZA', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + @override + String get pasteButtonLabel => r'Enganxa'; @override - String get datePickerDateOrderString => r'dmy'; + String get postMeridiemAbbreviation => r'PM'; @override - String get selectAllButtonLabel => r'Select all'; + String get selectAllButtonLabel => r'Selecciona-ho tot'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'hora'; + + @override + String get timerPickerHourLabelOther => r'hores'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min'; + + @override + String get timerPickerMinuteLabelOther => r'min'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r's'; + + @override + String get timerPickerSecondLabelOther => r's'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Avui'; } -/// The translations for Spanish Castilian (`es`). -class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Spanish Castilian. +/// The translations for Czech (`cs`). +class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Czech. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEs({ - String localeName = 'es', + const CupertinoLocalizationCs({ + String localeName = 'cs', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -1619,34 +1529,34 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Alerta'; + String get alertDialogLabel => r'Upozornění'; @override - String get anteMeridiemAbbreviation => r'A.M.'; + String get anteMeridiemAbbreviation => r'AM'; @override - String get copyButtonLabel => r'Copiar'; + String get copyButtonLabel => r'Kopírovat'; @override - String get cutButtonLabel => r'Cortar'; + String get cutButtonLabel => r'Vyjmout'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => r'mdy'; @override String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String get datePickerHourSemanticsLabelFew => r'$hour hodiny'; @override - String get datePickerHourSemanticsLabelMany => null; + String get datePickerHourSemanticsLabelMany => r'$hour hodiny'; @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour hodina'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOther => r'$hour hodin'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -1655,16 +1565,16 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String get datePickerMinuteSemanticsLabelFew => r'$minute minuty'; @override - String get datePickerMinuteSemanticsLabelMany => null; + String get datePickerMinuteSemanticsLabelMany => r'$minute minuty'; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minuto'; + String get datePickerMinuteSemanticsLabelOne => r'1 minuta'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minutos'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minut'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -1673,25 +1583,25 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Pegar'; + String get pasteButtonLabel => r'Vložit'; @override - String get postMeridiemAbbreviation => r'P.M.'; + String get postMeridiemAbbreviation => r'PM'; @override - String get selectAllButtonLabel => r'Seleccionar todo'; + String get selectAllButtonLabel => r'Vybrat vše'; @override - String get timerPickerHourLabelFew => null; + String get timerPickerHourLabelFew => r'hodiny'; @override - String get timerPickerHourLabelMany => null; + String get timerPickerHourLabelMany => r'hodiny'; @override - String get timerPickerHourLabelOne => r'hora'; + String get timerPickerHourLabelOne => r'hodina'; @override - String get timerPickerHourLabelOther => r'horas'; + String get timerPickerHourLabelOther => r'hodin'; @override String get timerPickerHourLabelTwo => null; @@ -1700,10 +1610,10 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { String get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String get timerPickerMinuteLabelFew => r'min'; @override - String get timerPickerMinuteLabelMany => null; + String get timerPickerMinuteLabelMany => r'min'; @override String get timerPickerMinuteLabelOne => r'min'; @@ -1718,10 +1628,10 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String get timerPickerSecondLabelFew => r's'; @override - String get timerPickerSecondLabelMany => null; + String get timerPickerSecondLabelMany => r's'; @override String get timerPickerSecondLabelOne => r's'; @@ -1736,16 +1646,16 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Hoy'; + String get todayLabel => r'Dnes'; } -/// The translations for Spanish Castilian, as used in Latin America and the Caribbean (`es_419`). -class CupertinoLocalizationEs419 extends CupertinoLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Latin America and the Caribbean. +/// The translations for Danish (`da`). +class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Danish. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEs419({ - String localeName = 'es_419', + const CupertinoLocalizationDa({ + String localeName = 'da', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -1767,215 +1677,133 @@ class CupertinoLocalizationEs419 extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get alertDialogLabel => r'Underretning'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get anteMeridiemAbbreviation => r'AM'; @override - String get datePickerDateOrderString => r'mdy'; + String get copyButtonLabel => r'Kopiér'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get cutButtonLabel => r'Klip'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get datePickerDateOrderString => r'dmy'; @override - String get selectAllButtonLabel => r'Seleccionar todos'; -} + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; -/// The translations for Spanish Castilian, as used in Argentina (`es_AR`). -class CupertinoLocalizationEsAr extends CupertinoLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Argentina. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEsAr({ - String localeName = 'es_AR', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + @override + String get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'klokken $hour'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerHourSemanticsLabelOther => r'klokken $hour'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get datePickerHourSemanticsLabelTwo => null; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get datePickerHourSemanticsLabelZero => null; @override - String get selectAllButtonLabel => r'Seleccionar todos'; -} + String get datePickerMinuteSemanticsLabelFew => null; -/// The translations for Spanish Castilian, as used in Bolivia (`es_BO`). -class CupertinoLocalizationEsBo extends CupertinoLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Bolivia. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEsBo({ - String localeName = 'es_BO', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + @override + String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerMinuteSemanticsLabelOne => r'1 minut'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minutter'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerMinuteSemanticsLabelTwo => null; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get datePickerMinuteSemanticsLabelZero => null; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get pasteButtonLabel => r'Sæt ind'; @override - String get selectAllButtonLabel => r'Seleccionar todos'; -} + String get postMeridiemAbbreviation => r'PM'; -/// The translations for Spanish Castilian, as used in Chile (`es_CL`). -class CupertinoLocalizationEsCl extends CupertinoLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Chile. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEsCl({ - String localeName = 'es_CL', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + @override + String get selectAllButtonLabel => r'Vælg alle'; @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get timerPickerHourLabelFew => null; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get timerPickerHourLabelMany => null; @override - String get datePickerDateOrderString => r'mdy'; + String get timerPickerHourLabelOne => r'time'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get timerPickerHourLabelOther => r'timer'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get timerPickerHourLabelTwo => null; @override - String get selectAllButtonLabel => r'Seleccionar todos'; -} + String get timerPickerHourLabelZero => null; -/// The translations for Spanish Castilian, as used in Colombia (`es_CO`). -class CupertinoLocalizationEsCo extends CupertinoLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Colombia. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEsCo({ - String localeName = 'es_CO', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + @override + String get timerPickerMinuteLabelFew => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get timerPickerMinuteLabelMany => null; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get timerPickerMinuteLabelOne => r'min.'; @override - String get datePickerDateOrderString => r'mdy'; + String get timerPickerMinuteLabelOther => r'min.'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get timerPickerMinuteLabelTwo => null; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get timerPickerMinuteLabelZero => null; @override - String get selectAllButtonLabel => r'Seleccionar todos'; + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'sek.'; + + @override + String get timerPickerSecondLabelOther => r'sek.'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'I dag'; } -/// The translations for Spanish Castilian, as used in Costa Rica (`es_CR`). -class CupertinoLocalizationEsCr extends CupertinoLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Costa Rica. +/// The translations for German (`de`). +class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for German. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEsCr({ - String localeName = 'es_CR', + const CupertinoLocalizationDe({ + String localeName = 'de', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -1997,261 +1825,133 @@ class CupertinoLocalizationEsCr extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get alertDialogLabel => r'Benachrichtigung'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get anteMeridiemAbbreviation => r'AM'; @override - String get datePickerDateOrderString => r'mdy'; + String get copyButtonLabel => r'Kopieren'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get cutButtonLabel => r'Ausschneiden'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get datePickerDateOrderString => r'dmy'; @override - String get selectAllButtonLabel => r'Seleccionar todos'; -} + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; -/// The translations for Spanish Castilian, as used in the Dominican Republic (`es_DO`). -class CupertinoLocalizationEsDo extends CupertinoLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in the Dominican Republic. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEsDo({ - String localeName = 'es_DO', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + @override + String get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour Uhr'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerHourSemanticsLabelOther => r'$hour Uhr'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get datePickerHourSemanticsLabelTwo => null; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get datePickerHourSemanticsLabelZero => null; @override - String get selectAllButtonLabel => r'Seleccionar todos'; -} - -/// The translations for Spanish Castilian, as used in Ecuador (`es_EC`). -class CupertinoLocalizationEsEc extends CupertinoLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Ecuador. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEsEc({ - String localeName = 'es_EC', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + String get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerMinuteSemanticsLabelOne => r'1 Minute'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerMinuteSemanticsLabelOther => r'$minute Minuten'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get datePickerMinuteSemanticsLabelTwo => null; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get datePickerMinuteSemanticsLabelZero => null; @override - String get selectAllButtonLabel => r'Seleccionar todos'; -} + String get pasteButtonLabel => r'Einsetzen'; -/// The translations for Spanish Castilian, as used in Guatemala (`es_GT`). -class CupertinoLocalizationEsGt extends CupertinoLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Guatemala. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEsGt({ - String localeName = 'es_GT', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + @override + String get postMeridiemAbbreviation => r'PM'; @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get selectAllButtonLabel => r'Alles auswählen'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get timerPickerHourLabelFew => null; @override - String get datePickerDateOrderString => r'mdy'; + String get timerPickerHourLabelMany => null; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get timerPickerHourLabelOne => r'Stunde'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get timerPickerHourLabelOther => r'Stunden'; @override - String get selectAllButtonLabel => r'Seleccionar todos'; -} + String get timerPickerHourLabelTwo => null; -/// The translations for Spanish Castilian, as used in Honduras (`es_HN`). -class CupertinoLocalizationEsHn extends CupertinoLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Honduras. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEsHn({ - String localeName = 'es_HN', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + @override + String get timerPickerHourLabelZero => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get timerPickerMinuteLabelFew => null; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get timerPickerMinuteLabelMany => null; @override - String get datePickerDateOrderString => r'mdy'; + String get timerPickerMinuteLabelOne => r'min'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get timerPickerMinuteLabelOther => r'min'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get timerPickerMinuteLabelTwo => null; @override - String get selectAllButtonLabel => r'Seleccionar todos'; -} + String get timerPickerMinuteLabelZero => null; -/// The translations for Spanish Castilian, as used in Mexico (`es_MX`). -class CupertinoLocalizationEsMx extends CupertinoLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Mexico. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEsMx({ - String localeName = 'es_MX', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + @override + String get timerPickerSecondLabelFew => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get timerPickerSecondLabelMany => null; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get timerPickerSecondLabelOne => r's'; @override - String get datePickerDateOrderString => r'mdy'; + String get timerPickerSecondLabelOther => r's'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get timerPickerSecondLabelTwo => null; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get timerPickerSecondLabelZero => null; @override - String get selectAllButtonLabel => r'Seleccionar todos'; + String get todayLabel => r'Heute'; } -/// The translations for Spanish Castilian, as used in Nicaragua (`es_NI`). -class CupertinoLocalizationEsNi extends CupertinoLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Nicaragua. +/// The translations for Modern Greek (`el`). +class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Modern Greek. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEsNi({ - String localeName = 'es_NI', + const CupertinoLocalizationEl({ + String localeName = 'el', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -2273,123 +1973,133 @@ class CupertinoLocalizationEsNi extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get alertDialogLabel => r'Ειδοποίηση'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get anteMeridiemAbbreviation => r'π.μ.'; @override - String get datePickerDateOrderString => r'mdy'; + String get copyButtonLabel => r'Αντιγραφή'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get cutButtonLabel => r'Αποκοπή'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get datePickerDateOrderString => r'dmy'; @override - String get selectAllButtonLabel => r'Seleccionar todos'; -} - -/// The translations for Spanish Castilian, as used in Panama (`es_PA`). -class CupertinoLocalizationEsPa extends CupertinoLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Panama. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEsPa({ - String localeName = 'es_PA', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerHourSemanticsLabelOne => r'$hour ακριβώς'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get datePickerHourSemanticsLabelOther => r'$hour ακριβώς'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get datePickerHourSemanticsLabelTwo => null; @override - String get selectAllButtonLabel => r'Seleccionar todos'; -} + String get datePickerHourSemanticsLabelZero => null; -/// The translations for Spanish Castilian, as used in Peru (`es_PE`). -class CupertinoLocalizationEsPe extends CupertinoLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Peru. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEsPe({ - String localeName = 'es_PE', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + @override + String get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerMinuteSemanticsLabelOne => r'1 λεπτό'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerMinuteSemanticsLabelOther => r'$minute λεπτά'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get datePickerMinuteSemanticsLabelTwo => null; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get datePickerMinuteSemanticsLabelZero => null; @override - String get selectAllButtonLabel => r'Seleccionar todos'; + String get pasteButtonLabel => r'Επικόλληση'; + + @override + String get postMeridiemAbbreviation => r'μ.μ.'; + + @override + String get selectAllButtonLabel => r'Επιλογή όλων'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'ώρα'; + + @override + String get timerPickerHourLabelOther => r'ώρες'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'λεπ.'; + + @override + String get timerPickerMinuteLabelOther => r'λεπ.'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'δευτ.'; + + @override + String get timerPickerSecondLabelOther => r'δευτ.'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Σήμερα'; } -/// The translations for Spanish Castilian, as used in Puerto Rico (`es_PR`). -class CupertinoLocalizationEsPr extends CupertinoLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Puerto Rico. +/// The translations for English (`en`). +class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for English. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEsPr({ - String localeName = 'es_PR', + const CupertinoLocalizationEn({ + String localeName = 'en', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -2411,31 +2121,133 @@ class CupertinoLocalizationEsPr extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get alertDialogLabel => r'Alert'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'Copy'; + + @override + String get cutButtonLabel => r'Cut'; @override String get datePickerDateOrderString => r'mdy'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get datePickerHourSemanticsLabelFew => null; @override - String get selectAllButtonLabel => r'Seleccionar todos'; + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour o' "'" r'clock'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour o' "'" r'clock'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minute'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minutes'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Paste'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'Select All'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'hour'; + + @override + String get timerPickerHourLabelOther => r'hours'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min.'; + + @override + String get timerPickerMinuteLabelOther => r'min.'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'sec.'; + + @override + String get timerPickerSecondLabelOther => r'sec.'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Today'; } -/// The translations for Spanish Castilian, as used in Paraguay (`es_PY`). -class CupertinoLocalizationEsPy extends CupertinoLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Paraguay. +/// The translations for English, as used in Australia (`en_AU`). +class CupertinoLocalizationEnAu extends CupertinoLocalizationEn { + /// Create an instance of the translation bundle for English, as used in Australia. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEsPy({ - String localeName = 'es_PY', + const CupertinoLocalizationEnAu({ + String localeName = 'en_AU', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -2457,31 +2269,53 @@ class CupertinoLocalizationEsPy extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; - - @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerDateOrderString => r'dmy'; @override - String get datePickerDateOrderString => r'mdy'; + String get selectAllButtonLabel => r'Select all'; +} - @override - String get anteMeridiemAbbreviation => r'a.m.'; +/// The translations for English, as used in Canada (`en_CA`). +class CupertinoLocalizationEnCa extends CupertinoLocalizationEn { + /// Create an instance of the translation bundle for English, as used in Canada. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEnCa({ + String localeName = 'en_CA', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); @override - String get postMeridiemAbbreviation => r'p.m.'; + String get datePickerDateOrderString => r'dmy'; @override - String get selectAllButtonLabel => r'Seleccionar todos'; + String get selectAllButtonLabel => r'Select all'; } -/// The translations for Spanish Castilian, as used in El Salvador (`es_SV`). -class CupertinoLocalizationEsSv extends CupertinoLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in El Salvador. +/// The translations for English, as used in the United Kingdom (`en_GB`). +class CupertinoLocalizationEnGb extends CupertinoLocalizationEn { + /// Create an instance of the translation bundle for English, as used in the United Kingdom. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEsSv({ - String localeName = 'es_SV', + const CupertinoLocalizationEnGb({ + String localeName = 'en_GB', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -2503,31 +2337,3199 @@ class CupertinoLocalizationEsSv extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerDateOrderString => r'dmy'; + + @override + String get selectAllButtonLabel => r'Select all'; +} + +/// The translations for English, as used in Ireland (`en_IE`). +class CupertinoLocalizationEnIe extends CupertinoLocalizationEn { + /// Create an instance of the translation bundle for English, as used in Ireland. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEnIe({ + String localeName = 'en_IE', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get selectAllButtonLabel => r'Select all'; +} + +/// The translations for English, as used in India (`en_IN`). +class CupertinoLocalizationEnIn extends CupertinoLocalizationEn { + /// Create an instance of the translation bundle for English, as used in India. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEnIn({ + String localeName = 'en_IN', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get selectAllButtonLabel => r'Select all'; +} + +/// The translations for English, as used in Singapore (`en_SG`). +class CupertinoLocalizationEnSg extends CupertinoLocalizationEn { + /// Create an instance of the translation bundle for English, as used in Singapore. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEnSg({ + String localeName = 'en_SG', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get selectAllButtonLabel => r'Select all'; +} + +/// The translations for English, as used in South Africa (`en_ZA`). +class CupertinoLocalizationEnZa extends CupertinoLocalizationEn { + /// Create an instance of the translation bundle for English, as used in South Africa. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEnZa({ + String localeName = 'en_ZA', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get selectAllButtonLabel => r'Select all'; +} + +/// The translations for Spanish Castilian (`es`). +class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Spanish Castilian. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEs({ + String localeName = 'es', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Alerta'; + + @override + String get anteMeridiemAbbreviation => r'A.M.'; + + @override + String get copyButtonLabel => r'Copiar'; + + @override + String get cutButtonLabel => r'Cortar'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minuto'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minutos'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Pegar'; + + @override + String get postMeridiemAbbreviation => r'P.M.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todo'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'hora'; + + @override + String get timerPickerHourLabelOther => r'horas'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min'; + + @override + String get timerPickerMinuteLabelOther => r'min'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r's'; + + @override + String get timerPickerSecondLabelOther => r's'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Hoy'; +} + +/// The translations for Spanish Castilian, as used in Latin America and the Caribbean (`es_419`). +class CupertinoLocalizationEs419 extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Latin America and the Caribbean. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEs419({ + String localeName = 'es_419', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Argentina (`es_AR`). +class CupertinoLocalizationEsAr extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Argentina. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsAr({ + String localeName = 'es_AR', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Bolivia (`es_BO`). +class CupertinoLocalizationEsBo extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Bolivia. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsBo({ + String localeName = 'es_BO', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Chile (`es_CL`). +class CupertinoLocalizationEsCl extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Chile. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsCl({ + String localeName = 'es_CL', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Colombia (`es_CO`). +class CupertinoLocalizationEsCo extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Colombia. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsCo({ + String localeName = 'es_CO', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Costa Rica (`es_CR`). +class CupertinoLocalizationEsCr extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Costa Rica. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsCr({ + String localeName = 'es_CR', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in the Dominican Republic (`es_DO`). +class CupertinoLocalizationEsDo extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in the Dominican Republic. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsDo({ + String localeName = 'es_DO', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Ecuador (`es_EC`). +class CupertinoLocalizationEsEc extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Ecuador. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsEc({ + String localeName = 'es_EC', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Guatemala (`es_GT`). +class CupertinoLocalizationEsGt extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Guatemala. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsGt({ + String localeName = 'es_GT', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Honduras (`es_HN`). +class CupertinoLocalizationEsHn extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Honduras. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsHn({ + String localeName = 'es_HN', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Mexico (`es_MX`). +class CupertinoLocalizationEsMx extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Mexico. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsMx({ + String localeName = 'es_MX', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Nicaragua (`es_NI`). +class CupertinoLocalizationEsNi extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Nicaragua. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsNi({ + String localeName = 'es_NI', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Panama (`es_PA`). +class CupertinoLocalizationEsPa extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Panama. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsPa({ + String localeName = 'es_PA', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Peru (`es_PE`). +class CupertinoLocalizationEsPe extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Peru. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsPe({ + String localeName = 'es_PE', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Puerto Rico (`es_PR`). +class CupertinoLocalizationEsPr extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Puerto Rico. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsPr({ + String localeName = 'es_PR', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Paraguay (`es_PY`). +class CupertinoLocalizationEsPy extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Paraguay. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsPy({ + String localeName = 'es_PY', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in El Salvador (`es_SV`). +class CupertinoLocalizationEsSv extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in El Salvador. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsSv({ + String localeName = 'es_SV', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in the United States (`es_US`). +class CupertinoLocalizationEsUs extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in the United States. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsUs({ + String localeName = 'es_US', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Uruguay (`es_UY`). +class CupertinoLocalizationEsUy extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Uruguay. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsUy({ + String localeName = 'es_UY', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Spanish Castilian, as used in Venezuela (`es_VE`). +class CupertinoLocalizationEsVe extends CupertinoLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Venezuela. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEsVe({ + String localeName = 'es_VE', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todos'; +} + +/// The translations for Estonian (`et`). +class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Estonian. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEt({ + String localeName = 'et', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Märguanne'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'Kopeeri'; + + @override + String get cutButtonLabel => r'Lõika'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'Kell $hour'; + + @override + String get datePickerHourSemanticsLabelOther => r'Kell $hour'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minut'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minutit'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Kleebi'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'Vali kõik'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'tund'; + + @override + String get timerPickerHourLabelOther => r'tundi'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min'; + + @override + String get timerPickerMinuteLabelOther => r'min'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r's'; + + @override + String get timerPickerSecondLabelOther => r's'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Täna'; +} + +/// The translations for Basque (`eu`). +class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Basque. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEu({ + String localeName = 'eu', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Alerta'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'Kopiatu'; + + @override + String get cutButtonLabel => r'Ebaki'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'Ordu$houra da'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hourak dira'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'Minutu bat'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minutu'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Itsatsi'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'Hautatu guztiak'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'ordu'; + + @override + String get timerPickerHourLabelOther => r'ordu'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min.'; + + @override + String get timerPickerMinuteLabelOther => r'min.'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r's'; + + @override + String get timerPickerSecondLabelOther => r's'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Gaur'; +} + +/// The translations for Persian (`fa`). +class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Persian. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationFa({ + String localeName = 'fa', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'هشدار'; + + @override + String get anteMeridiemAbbreviation => r'ق.ظ.'; + + @override + String get copyButtonLabel => r'کپی'; + + @override + String get cutButtonLabel => r'برش'; + + @override + String get datePickerDateOrderString => r'ymd'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'ساعت $hour'; + + @override + String get datePickerHourSemanticsLabelOther => r'ساعت $hour'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'۱ دقیقه'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute دقیقه'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'جای‌گذاری'; + + @override + String get postMeridiemAbbreviation => r'ب.ظ.'; + + @override + String get selectAllButtonLabel => r'انتخاب همه'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'ساعت'; + + @override + String get timerPickerHourLabelOther => r'ساعت'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'دقیقه'; + + @override + String get timerPickerMinuteLabelOther => r'دقیقه'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'ثانیه'; + + @override + String get timerPickerSecondLabelOther => r'ثانیه'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'امروز'; +} + +/// The translations for Finnish (`fi`). +class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Finnish. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationFi({ + String localeName = 'fi', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Ilmoitus'; + + @override + String get anteMeridiemAbbreviation => r'ap'; + + @override + String get copyButtonLabel => r'Kopioi'; + + @override + String get cutButtonLabel => r'Leikkaa'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'klo $hour'; + + @override + String get datePickerHourSemanticsLabelOther => r'klo $hour'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minuutti'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minuuttia'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Liitä'; + + @override + String get postMeridiemAbbreviation => r'ip'; + + @override + String get selectAllButtonLabel => r'Valitse kaikki'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'tunti'; + + @override + String get timerPickerHourLabelOther => r'tuntia'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min'; + + @override + String get timerPickerMinuteLabelOther => r'min'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r's'; + + @override + String get timerPickerSecondLabelOther => r's'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Tänään'; +} + +/// The translations for Filipino Pilipino (`fil`). +class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Filipino Pilipino. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationFil({ + String localeName = 'fil', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Alerto'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'Kopyahin'; + + @override + String get cutButtonLabel => r'I-cut'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'Ala $hour'; + + @override + String get datePickerHourSemanticsLabelOther => r'Alas $hour'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minuto'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute na minuto'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'I-paste'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'Piliin Lahat'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'oras'; + + @override + String get timerPickerHourLabelOther => r'na oras'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min.'; + + @override + String get timerPickerMinuteLabelOther => r'na min.'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'seg.'; + + @override + String get timerPickerSecondLabelOther => r'na seg.'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Ngayon'; +} + +/// The translations for French (`fr`). +class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for French. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationFr({ + String localeName = 'fr', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Alerte'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'Copier'; + + @override + String get cutButtonLabel => r'Couper'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour heure'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour heures'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minute'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minutes'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Coller'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'Tout sélect.'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'heure'; + + @override + String get timerPickerHourLabelOther => r'heures'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'minute'; + + @override + String get timerPickerMinuteLabelOther => r'minutes'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r's'; + + @override + String get timerPickerSecondLabelOther => r's'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'aujourd' "'" r'hui'; +} + +/// The translations for French, as used in Canada (`fr_CA`). +class CupertinoLocalizationFrCa extends CupertinoLocalizationFr { + /// Create an instance of the translation bundle for French, as used in Canada. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationFrCa({ + String localeName = 'fr_CA', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerHourSemanticsLabelOne => r'$hour heure'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour heures'; + + @override + String get anteMeridiemAbbreviation => r'am'; + + @override + String get postMeridiemAbbreviation => r'pm'; + + @override + String get todayLabel => r'Aujourd' "'" r'hui'; + + @override + String get timerPickerMinuteLabelOne => r'min'; + + @override + String get timerPickerMinuteLabelOther => r'min'; + + @override + String get selectAllButtonLabel => r'Tout sélectionner'; +} + +/// The translations for Galician (`gl`). +class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Galician. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationGl({ + String localeName = 'gl', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Alerta'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get copyButtonLabel => r'Copiar'; + + @override + String get cutButtonLabel => r'Cortar'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minuto'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minutos'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Pegar'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get selectAllButtonLabel => r'Seleccionar todo'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'hora'; + + @override + String get timerPickerHourLabelOther => r'horas'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min'; + + @override + String get timerPickerMinuteLabelOther => r'min'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r's'; + + @override + String get timerPickerSecondLabelOther => r's'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Hoxe'; +} + +/// The translations for Swiss German Alemannic Alsatian (`gsw`). +class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Swiss German Alemannic Alsatian. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationGsw({ + String localeName = 'gsw', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Benachrichtigung'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'Kopieren'; + + @override + String get cutButtonLabel => r'Ausschneiden'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour Uhr'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour Uhr'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 Minute'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute Minuten'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Einsetzen'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'Alles auswählen'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'Stunde'; + + @override + String get timerPickerHourLabelOther => r'Stunden'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min'; + + @override + String get timerPickerMinuteLabelOther => r'min'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r's'; + + @override + String get timerPickerSecondLabelOther => r's'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Heute'; +} + +/// The translations for Gujarati (`gu`). +class CupertinoLocalizationGu extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Gujarati. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationGu({ + String localeName = 'gu', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'અલર્ટ'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'કૉપિ કરો'; + + @override + String get cutButtonLabel => r'કાપો'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour વાગ્યો છે'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour વાગ્યા છે'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 મિનિટ'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute મિનિટ'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'પેસ્ટ કરો'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'બધા પસંદ કરો'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'કલાક'; + + @override + String get timerPickerHourLabelOther => r'કલાક'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'મિનિટ'; + + @override + String get timerPickerMinuteLabelOther => r'મિનિટ'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'સેકન્ડ'; + + @override + String get timerPickerSecondLabelOther => r'સેકન્ડ'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'આજે'; +} + +/// The translations for Hebrew (`he`). +class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Hebrew. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationHe({ + String localeName = 'he', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'התראה'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'העתקה'; + + @override + String get cutButtonLabel => r'גזירה'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => r'$hour בדיוק'; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour בדיוק'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour בדיוק'; + + @override + String get datePickerHourSemanticsLabelTwo => r'$hour בדיוק'; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => r'$minute דקות'; + + @override + String get datePickerMinuteSemanticsLabelOne => r'דקה אחת'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute דקות'; + + @override + String get datePickerMinuteSemanticsLabelTwo => r'$minute דקות'; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'הדבקה'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'בחירת הכול'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => r'שעות'; + + @override + String get timerPickerHourLabelOne => r'שעה'; + + @override + String get timerPickerHourLabelOther => r'שעות'; + + @override + String get timerPickerHourLabelTwo => r'שעות'; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => r'דק’'; + + @override + String get timerPickerMinuteLabelOne => r'דק’'; + + @override + String get timerPickerMinuteLabelOther => r'דק’'; + + @override + String get timerPickerMinuteLabelTwo => r'דק’'; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => r'שנ’'; + + @override + String get timerPickerSecondLabelOne => r'שנ’'; + + @override + String get timerPickerSecondLabelOther => r'שנ’'; + + @override + String get timerPickerSecondLabelTwo => r'שנ’'; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'היום'; +} + +/// The translations for Hindi (`hi`). +class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Hindi. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationHi({ + String localeName = 'hi', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'अलर्ट'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'कॉपी करें'; + + @override + String get cutButtonLabel => r'काटें'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour बजे'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour बजे'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 मिनट'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute मिनट'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'चिपकाएं'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'सभी चुनें'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'घंटा'; + + @override + String get timerPickerHourLabelOther => r'घंटे'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'मिनट'; + + @override + String get timerPickerMinuteLabelOther => r'मिनट'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'सेकंड'; + + @override + String get timerPickerSecondLabelOther => r'सेकंड'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'आज'; +} + +/// The translations for Croatian (`hr`). +class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Croatian. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationHr({ + String localeName = 'hr', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Upozorenje'; + + @override + String get anteMeridiemAbbreviation => r'prijepodne'; + + @override + String get copyButtonLabel => r'Kopiraj'; + + @override + String get cutButtonLabel => r'Izreži'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => r'$hour sata'; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour sat'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour sati'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => r'$minute minute'; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'Jedna minuta'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minuta'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Zalijepi'; + + @override + String get postMeridiemAbbreviation => r'popodne'; + + @override + String get selectAllButtonLabel => r'Odaberi sve'; + + @override + String get timerPickerHourLabelFew => r'sata'; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'sat'; + + @override + String get timerPickerHourLabelOther => r'sati'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => r'min'; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min'; + + @override + String get timerPickerMinuteLabelOther => r'min'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => r's'; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r's'; + + @override + String get timerPickerSecondLabelOther => r's'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Danas'; +} + +/// The translations for Hungarian (`hu`). +class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Hungarian. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationHu({ + String localeName = 'hu', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Értesítés'; + + @override + String get anteMeridiemAbbreviation => r'de.'; + + @override + String get copyButtonLabel => r'Másolás'; + + @override + String get cutButtonLabel => r'Kivágás'; + + @override + String get datePickerDateOrderString => r'ymd'; + + @override + String get datePickerDateTimeOrderString => r'date_dayPeriod_time'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour óra'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour óra'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 perc'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute perc'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Beillesztés'; + + @override + String get postMeridiemAbbreviation => r'du.'; + + @override + String get selectAllButtonLabel => r'Összes kijelölése'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'óra'; + + @override + String get timerPickerHourLabelOther => r'óra'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'perc'; + + @override + String get timerPickerMinuteLabelOther => r'perc'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get timerPickerSecondLabelMany => null; @override - String get datePickerDateOrderString => r'mdy'; + String get timerPickerSecondLabelOne => r'mp'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get timerPickerSecondLabelOther => r'mp'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get timerPickerSecondLabelTwo => null; @override - String get selectAllButtonLabel => r'Seleccionar todos'; + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Ma'; } -/// The translations for Spanish Castilian, as used in the United States (`es_US`). -class CupertinoLocalizationEsUs extends CupertinoLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in the United States. +/// The translations for Armenian (`hy`). +class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Armenian. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEsUs({ - String localeName = 'es_US', + const CupertinoLocalizationHy({ + String localeName = 'hy', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -2549,123 +5551,133 @@ class CupertinoLocalizationEsUs extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get alertDialogLabel => r'Ծանուցում'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get anteMeridiemAbbreviation => r'AM'; @override - String get datePickerDateOrderString => r'mdy'; + String get copyButtonLabel => r'Պատճենել'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get cutButtonLabel => r'Կտրել'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get datePickerDateOrderString => r'dmy'; @override - String get selectAllButtonLabel => r'Seleccionar todos'; -} + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; -/// The translations for Spanish Castilian, as used in Uruguay (`es_UY`). -class CupertinoLocalizationEsUy extends CupertinoLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Uruguay. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEsUy({ - String localeName = 'es_UY', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + @override + String get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour:00'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerHourSemanticsLabelOther => r'$hour:00'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get datePickerHourSemanticsLabelTwo => null; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get datePickerHourSemanticsLabelZero => null; @override - String get selectAllButtonLabel => r'Seleccionar todos'; -} + String get datePickerMinuteSemanticsLabelFew => null; -/// The translations for Spanish Castilian, as used in Venezuela (`es_VE`). -class CupertinoLocalizationEsVe extends CupertinoLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Venezuela. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEsVe({ - String localeName = 'es_VE', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + @override + String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerMinuteSemanticsLabelOne => r'1 րոպե'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerMinuteSemanticsLabelOther => r'$minute րոպե'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerMinuteSemanticsLabelTwo => null; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get datePickerMinuteSemanticsLabelZero => null; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get pasteButtonLabel => r'Տեղադրել'; @override - String get selectAllButtonLabel => r'Seleccionar todos'; + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'Նշել բոլորը'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'ժամ'; + + @override + String get timerPickerHourLabelOther => r'ժամ'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'րոպե'; + + @override + String get timerPickerMinuteLabelOther => r'րոպե'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'վրկ'; + + @override + String get timerPickerSecondLabelOther => r'վրկ'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Այսօր'; } -/// The translations for Estonian (`et`). -class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Estonian. +/// The translations for Indonesian (`id`). +class CupertinoLocalizationId extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Indonesian. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationEt({ - String localeName = 'et', + const CupertinoLocalizationId({ + String localeName = 'id', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -2687,16 +5699,16 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Märguanne'; + String get alertDialogLabel => r'Notifikasi'; @override String get anteMeridiemAbbreviation => r'AM'; @override - String get copyButtonLabel => r'Kopeeri'; + String get copyButtonLabel => r'Salin'; @override - String get cutButtonLabel => r'Lõika'; + String get cutButtonLabel => r'Potong'; @override String get datePickerDateOrderString => r'dmy'; @@ -2711,10 +5723,10 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'Kell $hour'; + String get datePickerHourSemanticsLabelOne => r'$hour tepat'; @override - String get datePickerHourSemanticsLabelOther => r'Kell $hour'; + String get datePickerHourSemanticsLabelOther => r'$hour tepat'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -2729,10 +5741,10 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minut'; + String get datePickerMinuteSemanticsLabelOne => r'1 menit'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minutit'; + String get datePickerMinuteSemanticsLabelOther => r'$minute menit'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -2741,13 +5753,13 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Kleebi'; + String get pasteButtonLabel => r'Tempel'; @override String get postMeridiemAbbreviation => r'PM'; @override - String get selectAllButtonLabel => r'Vali kõik'; + String get selectAllButtonLabel => r'Pilih Semua'; @override String get timerPickerHourLabelFew => null; @@ -2756,10 +5768,10 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'tund'; + String get timerPickerHourLabelOne => r'jam'; @override - String get timerPickerHourLabelOther => r'tundi'; + String get timerPickerHourLabelOther => r'jam'; @override String get timerPickerHourLabelTwo => null; @@ -2774,10 +5786,10 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'min'; + String get timerPickerMinuteLabelOne => r'mnt.'; @override - String get timerPickerMinuteLabelOther => r'min'; + String get timerPickerMinuteLabelOther => r'mnt.'; @override String get timerPickerMinuteLabelTwo => null; @@ -2792,10 +5804,10 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r's'; + String get timerPickerSecondLabelOne => r'dtk.'; @override - String get timerPickerSecondLabelOther => r's'; + String get timerPickerSecondLabelOther => r'dtk.'; @override String get timerPickerSecondLabelTwo => null; @@ -2804,16 +5816,16 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Täna'; + String get todayLabel => r'Hari ini'; } -/// The translations for Persian (`fa`). -class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Persian. +/// The translations for Icelandic (`is`). +class CupertinoLocalizationIs extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Icelandic. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationFa({ - String localeName = 'fa', + const CupertinoLocalizationIs({ + String localeName = 'is', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -2835,19 +5847,19 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'هشدار'; + String get alertDialogLabel => r'Tilkynning'; @override - String get anteMeridiemAbbreviation => r'ق.ظ.'; + String get anteMeridiemAbbreviation => r'f.h.'; @override - String get copyButtonLabel => r'کپی'; + String get copyButtonLabel => r'Afrita'; @override - String get cutButtonLabel => r'برش'; + String get cutButtonLabel => r'Klippa'; @override - String get datePickerDateOrderString => r'ymd'; + String get datePickerDateOrderString => r'dmy'; @override String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; @@ -2859,10 +5871,10 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'ساعت $hour'; + String get datePickerHourSemanticsLabelOne => r'klukkan $hour'; @override - String get datePickerHourSemanticsLabelOther => r'ساعت $hour'; + String get datePickerHourSemanticsLabelOther => r'klukkan $hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -2877,10 +5889,10 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'۱ دقیقه'; + String get datePickerMinuteSemanticsLabelOne => r'1 mínúta'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute دقیقه'; + String get datePickerMinuteSemanticsLabelOther => r'$minute mínútur'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -2889,13 +5901,13 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'جای‌گذاری'; + String get pasteButtonLabel => r'Líma'; @override - String get postMeridiemAbbreviation => r'ب.ظ.'; + String get postMeridiemAbbreviation => r'e.h.'; @override - String get selectAllButtonLabel => r'انتخاب همه'; + String get selectAllButtonLabel => r'Velja allt'; @override String get timerPickerHourLabelFew => null; @@ -2904,10 +5916,10 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'ساعت'; + String get timerPickerHourLabelOne => r'klukkustund'; @override - String get timerPickerHourLabelOther => r'ساعت'; + String get timerPickerHourLabelOther => r'klukkustundir'; @override String get timerPickerHourLabelTwo => null; @@ -2922,10 +5934,10 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'دقیقه'; + String get timerPickerMinuteLabelOne => r'mín.'; @override - String get timerPickerMinuteLabelOther => r'دقیقه'; + String get timerPickerMinuteLabelOther => r'mín.'; @override String get timerPickerMinuteLabelTwo => null; @@ -2940,10 +5952,10 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'ثانیه'; + String get timerPickerSecondLabelOne => r'sek.'; @override - String get timerPickerSecondLabelOther => r'ثانیه'; + String get timerPickerSecondLabelOther => r'sek.'; @override String get timerPickerSecondLabelTwo => null; @@ -2952,16 +5964,16 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'امروز'; + String get todayLabel => r'Í dag'; } -/// The translations for Finnish (`fi`). -class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Finnish. +/// The translations for Italian (`it`). +class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Italian. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationFi({ - String localeName = 'fi', + const CupertinoLocalizationIt({ + String localeName = 'it', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -2983,19 +5995,19 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Ilmoitus'; + String get alertDialogLabel => r'Avviso'; @override - String get anteMeridiemAbbreviation => r'ap'; + String get anteMeridiemAbbreviation => r'AM'; @override - String get copyButtonLabel => r'Kopioi'; + String get copyButtonLabel => r'Copia'; @override - String get cutButtonLabel => r'Leikkaa'; + String get cutButtonLabel => r'Taglia'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => r'dmy'; @override String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; @@ -3007,10 +6019,10 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'klo $hour'; + String get datePickerHourSemanticsLabelOne => r'$hour in punto'; @override - String get datePickerHourSemanticsLabelOther => r'klo $hour'; + String get datePickerHourSemanticsLabelOther => r'$hour in punto'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -3025,10 +6037,10 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minuutti'; + String get datePickerMinuteSemanticsLabelOne => r'1 minuto'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minuuttia'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minuti'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -3037,13 +6049,13 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Liitä'; + String get pasteButtonLabel => r'Incolla'; @override - String get postMeridiemAbbreviation => r'ip'; + String get postMeridiemAbbreviation => r'PM'; @override - String get selectAllButtonLabel => r'Valitse kaikki'; + String get selectAllButtonLabel => r'Seleziona tutto'; @override String get timerPickerHourLabelFew => null; @@ -3052,10 +6064,10 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'tunti'; + String get timerPickerHourLabelOne => r'ora'; @override - String get timerPickerHourLabelOther => r'tuntia'; + String get timerPickerHourLabelOther => r'ore'; @override String get timerPickerHourLabelTwo => null; @@ -3070,10 +6082,10 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'min'; + String get timerPickerMinuteLabelOne => r'min.'; @override - String get timerPickerMinuteLabelOther => r'min'; + String get timerPickerMinuteLabelOther => r'min.'; @override String get timerPickerMinuteLabelTwo => null; @@ -3088,10 +6100,10 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r's'; + String get timerPickerSecondLabelOne => r'sec.'; @override - String get timerPickerSecondLabelOther => r's'; + String get timerPickerSecondLabelOther => r'sec.'; @override String get timerPickerSecondLabelTwo => null; @@ -3100,16 +6112,16 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Tänään'; + String get todayLabel => r'Oggi'; } -/// The translations for Filipino Pilipino (`fil`). -class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Filipino Pilipino. +/// The translations for Japanese (`ja`). +class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Japanese. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationFil({ - String localeName = 'fil', + const CupertinoLocalizationJa({ + String localeName = 'ja', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -3131,16 +6143,16 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Alerto'; + String get alertDialogLabel => r'通知'; @override String get anteMeridiemAbbreviation => r'AM'; @override - String get copyButtonLabel => r'Kopyahin'; + String get copyButtonLabel => r'コピー'; @override - String get cutButtonLabel => r'I-cut'; + String get cutButtonLabel => r'切り取り'; @override String get datePickerDateOrderString => r'mdy'; @@ -3155,10 +6167,10 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'Ala $hour'; + String get datePickerHourSemanticsLabelOne => r'$hour時'; @override - String get datePickerHourSemanticsLabelOther => r'Alas $hour'; + String get datePickerHourSemanticsLabelOther => r'$hour時'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -3173,10 +6185,10 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minuto'; + String get datePickerMinuteSemanticsLabelOne => r'1分'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute na minuto'; + String get datePickerMinuteSemanticsLabelOther => r'$minute分'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -3185,13 +6197,13 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'I-paste'; + String get pasteButtonLabel => r'貼り付け'; @override String get postMeridiemAbbreviation => r'PM'; @override - String get selectAllButtonLabel => r'Piliin Lahat'; + String get selectAllButtonLabel => r'すべて選択'; @override String get timerPickerHourLabelFew => null; @@ -3200,10 +6212,10 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'oras'; + String get timerPickerHourLabelOne => r'時間'; @override - String get timerPickerHourLabelOther => r'na oras'; + String get timerPickerHourLabelOther => r'時間'; @override String get timerPickerHourLabelTwo => null; @@ -3218,10 +6230,10 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'min.'; + String get timerPickerMinuteLabelOne => r'分'; @override - String get timerPickerMinuteLabelOther => r'na min.'; + String get timerPickerMinuteLabelOther => r'分'; @override String get timerPickerMinuteLabelTwo => null; @@ -3236,10 +6248,10 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'seg.'; + String get timerPickerSecondLabelOne => r'秒'; @override - String get timerPickerSecondLabelOther => r'na seg.'; + String get timerPickerSecondLabelOther => r'秒'; @override String get timerPickerSecondLabelTwo => null; @@ -3248,16 +6260,16 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Ngayon'; + String get todayLabel => r'今日'; } -/// The translations for French (`fr`). -class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for French. +/// The translations for Georgian (`ka`). +class CupertinoLocalizationKa extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Georgian. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationFr({ - String localeName = 'fr', + const CupertinoLocalizationKa({ + String localeName = 'ka', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -3279,22 +6291,22 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Alerte'; + String get alertDialogLabel => r'გაფრთხილება'; @override String get anteMeridiemAbbreviation => r'AM'; @override - String get copyButtonLabel => r'Copier'; + String get copyButtonLabel => r'კოპირება'; @override - String get cutButtonLabel => r'Couper'; + String get cutButtonLabel => r'ამოჭრა'; @override String get datePickerDateOrderString => r'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => r'date_dayPeriod_time'; @override String get datePickerHourSemanticsLabelFew => null; @@ -3303,10 +6315,10 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour heure'; + String get datePickerHourSemanticsLabelOne => r'$hour საათი'; @override - String get datePickerHourSemanticsLabelOther => r'$hour heures'; + String get datePickerHourSemanticsLabelOther => r'$hour საათი'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -3321,10 +6333,10 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minute'; + String get datePickerMinuteSemanticsLabelOne => r'1 წუთი'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minutes'; + String get datePickerMinuteSemanticsLabelOther => r'$minute წუთი'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -3333,13 +6345,13 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Coller'; + String get pasteButtonLabel => r'ჩასმა'; @override String get postMeridiemAbbreviation => r'PM'; @override - String get selectAllButtonLabel => r'Tout sélect.'; + String get selectAllButtonLabel => r'ყველას არჩევა'; @override String get timerPickerHourLabelFew => null; @@ -3348,10 +6360,10 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'heure'; + String get timerPickerHourLabelOne => r'საათი'; @override - String get timerPickerHourLabelOther => r'heures'; + String get timerPickerHourLabelOther => r'საათი'; @override String get timerPickerHourLabelTwo => null; @@ -3366,10 +6378,10 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'minute'; + String get timerPickerMinuteLabelOne => r'წთ'; @override - String get timerPickerMinuteLabelOther => r'minutes'; + String get timerPickerMinuteLabelOther => r'წთ'; @override String get timerPickerMinuteLabelTwo => null; @@ -3384,10 +6396,10 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r's'; + String get timerPickerSecondLabelOne => r'წმ'; @override - String get timerPickerSecondLabelOther => r's'; + String get timerPickerSecondLabelOther => r'წმ'; @override String get timerPickerSecondLabelTwo => null; @@ -3396,16 +6408,16 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'aujourd' "'" r'hui'; + String get todayLabel => r'დღეს'; } -/// The translations for Galician (`gl`). -class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Galician. +/// The translations for Kazakh (`kk`). +class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Kazakh. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationGl({ - String localeName = 'gl', + const CupertinoLocalizationKk({ + String localeName = 'kk', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -3427,16 +6439,16 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Alerta'; + String get alertDialogLabel => r'Дабыл'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => r'түстен кейін'; @override - String get copyButtonLabel => r'Copiar'; + String get copyButtonLabel => r'Көшіру'; @override - String get cutButtonLabel => r'Cortar'; + String get cutButtonLabel => r'Қию'; @override String get datePickerDateOrderString => r'dmy'; @@ -3451,10 +6463,10 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'Сағат: $hour'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOther => r'Сағат: $hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -3469,10 +6481,10 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minuto'; + String get datePickerMinuteSemanticsLabelOne => r'1 минут'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minutos'; + String get datePickerMinuteSemanticsLabelOther => r'$minute минут'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -3481,13 +6493,13 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Pegar'; + String get pasteButtonLabel => r'Қою'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => r'түстен кейін'; @override - String get selectAllButtonLabel => r'Seleccionar todo'; + String get selectAllButtonLabel => r'Барлығын таңдау'; @override String get timerPickerHourLabelFew => null; @@ -3496,10 +6508,10 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'hora'; + String get timerPickerHourLabelOne => r'сағат'; @override - String get timerPickerHourLabelOther => r'horas'; + String get timerPickerHourLabelOther => r'сағат'; @override String get timerPickerHourLabelTwo => null; @@ -3514,10 +6526,10 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'min'; + String get timerPickerMinuteLabelOne => r'мин'; @override - String get timerPickerMinuteLabelOther => r'min'; + String get timerPickerMinuteLabelOther => r'мин'; @override String get timerPickerMinuteLabelTwo => null; @@ -3532,10 +6544,10 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r's'; + String get timerPickerSecondLabelOne => r'сек'; @override - String get timerPickerSecondLabelOther => r's'; + String get timerPickerSecondLabelOther => r'сек'; @override String get timerPickerSecondLabelTwo => null; @@ -3544,16 +6556,16 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Hoxe'; + String get todayLabel => r'Бүгін'; } -/// The translations for Swiss German Alemannic Alsatian (`gsw`). -class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Swiss German Alemannic Alsatian. +/// The translations for Khmer Central Khmer (`km`). +class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Khmer Central Khmer. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationGsw({ - String localeName = 'gsw', + const CupertinoLocalizationKm({ + String localeName = 'km', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -3575,16 +6587,16 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Benachrichtigung'; + String get alertDialogLabel => r'ជូនដំណឹង'; @override String get anteMeridiemAbbreviation => r'AM'; @override - String get copyButtonLabel => r'Kopieren'; + String get copyButtonLabel => r'ចម្លង'; @override - String get cutButtonLabel => r'Ausschneiden'; + String get cutButtonLabel => r'កាត់'; @override String get datePickerDateOrderString => r'dmy'; @@ -3599,10 +6611,10 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour Uhr'; + String get datePickerHourSemanticsLabelOne => r'ម៉ោង $hour'; @override - String get datePickerHourSemanticsLabelOther => r'$hour Uhr'; + String get datePickerHourSemanticsLabelOther => r'ម៉ោង $hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -3617,10 +6629,10 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 Minute'; + String get datePickerMinuteSemanticsLabelOne => r'1 នាទី'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute Minuten'; + String get datePickerMinuteSemanticsLabelOther => r'$minute នាទី'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -3629,13 +6641,13 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Einsetzen'; + String get pasteButtonLabel => r'ដាក់​ចូល'; @override String get postMeridiemAbbreviation => r'PM'; @override - String get selectAllButtonLabel => r'Alles auswählen'; + String get selectAllButtonLabel => r'ជ្រើសរើស​ទាំងអស់'; @override String get timerPickerHourLabelFew => null; @@ -3644,10 +6656,10 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'Stunde'; + String get timerPickerHourLabelOne => r'ម៉ោង'; @override - String get timerPickerHourLabelOther => r'Stunden'; + String get timerPickerHourLabelOther => r'ម៉ោង'; @override String get timerPickerHourLabelTwo => null; @@ -3662,10 +6674,10 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'min'; + String get timerPickerMinuteLabelOne => r'នាទី'; @override - String get timerPickerMinuteLabelOther => r'min'; + String get timerPickerMinuteLabelOther => r'នាទី'; @override String get timerPickerMinuteLabelTwo => null; @@ -3680,10 +6692,10 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r's'; + String get timerPickerSecondLabelOne => r'វិនាទី'; @override - String get timerPickerSecondLabelOther => r's'; + String get timerPickerSecondLabelOther => r'វិនាទី'; @override String get timerPickerSecondLabelTwo => null; @@ -3692,16 +6704,16 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Heute'; + String get todayLabel => r'ថ្ងៃនេះ'; } -/// The translations for Hebrew (`he`). -class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Hebrew. +/// The translations for Korean (`ko`). +class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Korean. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationHe({ - String localeName = 'he', + const CupertinoLocalizationKo({ + String localeName = 'ko', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -3723,19 +6735,19 @@ class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'התראה'; + String get alertDialogLabel => r'알림'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => r'오전'; @override - String get copyButtonLabel => r'העתקה'; + String get copyButtonLabel => r'복사'; @override - String get cutButtonLabel => r'גזירה'; + String get cutButtonLabel => r'잘라냄'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => r'ymd'; @override String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; @@ -3744,16 +6756,16 @@ class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => r'$hour בדיוק'; + String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour בדיוק'; + String get datePickerHourSemanticsLabelOne => r'$hour시 정각'; @override - String get datePickerHourSemanticsLabelOther => r'$hour בדיוק'; + String get datePickerHourSemanticsLabelOther => r'$hour시 정각'; @override - String get datePickerHourSemanticsLabelTwo => r'$hour בדיוק'; + String get datePickerHourSemanticsLabelTwo => null; @override String get datePickerHourSemanticsLabelZero => null; @@ -3762,43 +6774,43 @@ class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => r'$minute דקות'; + String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'דקה אחת'; + String get datePickerMinuteSemanticsLabelOne => r'1분'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute דקות'; + String get datePickerMinuteSemanticsLabelOther => r'$minute분'; @override - String get datePickerMinuteSemanticsLabelTwo => r'$minute דקות'; + String get datePickerMinuteSemanticsLabelTwo => null; @override String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'הדבקה'; + String get pasteButtonLabel => r'붙여넣기'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => r'오후'; @override - String get selectAllButtonLabel => r'בחירת הכול'; + String get selectAllButtonLabel => r'전체 선택'; @override String get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => r'שעות'; + String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'שעה'; + String get timerPickerHourLabelOne => r'시간'; @override - String get timerPickerHourLabelOther => r'שעות'; + String get timerPickerHourLabelOther => r'시간'; @override - String get timerPickerHourLabelTwo => r'שעות'; + String get timerPickerHourLabelTwo => null; @override String get timerPickerHourLabelZero => null; @@ -3807,16 +6819,16 @@ class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => r'דק’'; + String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'דק’'; + String get timerPickerMinuteLabelOne => r'분'; @override - String get timerPickerMinuteLabelOther => r'דק’'; + String get timerPickerMinuteLabelOther => r'분'; @override - String get timerPickerMinuteLabelTwo => r'דק’'; + String get timerPickerMinuteLabelTwo => null; @override String get timerPickerMinuteLabelZero => null; @@ -3825,31 +6837,31 @@ class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => r'שנ’'; + String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'שנ’'; + String get timerPickerSecondLabelOne => r'초'; @override - String get timerPickerSecondLabelOther => r'שנ’'; + String get timerPickerSecondLabelOther => r'초'; @override - String get timerPickerSecondLabelTwo => r'שנ’'; + String get timerPickerSecondLabelTwo => null; @override String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'היום'; + String get todayLabel => r'오늘'; } -/// The translations for Hindi (`hi`). -class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Hindi. +/// The translations for Kirghiz Kyrgyz (`ky`). +class CupertinoLocalizationKy extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Kirghiz Kyrgyz. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationHi({ - String localeName = 'hi', + const CupertinoLocalizationKy({ + String localeName = 'ky', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -3871,16 +6883,16 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'अलर्ट'; + String get alertDialogLabel => r'Эскертүү'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => r'түшкө чейин'; @override - String get copyButtonLabel => r'कॉपी करें'; + String get copyButtonLabel => r'Көчүрүү'; @override - String get cutButtonLabel => r'काटें'; + String get cutButtonLabel => r'Кесүү'; @override String get datePickerDateOrderString => r'dmy'; @@ -3895,10 +6907,10 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour बजे'; + String get datePickerHourSemanticsLabelOne => r'Саат $hour'; @override - String get datePickerHourSemanticsLabelOther => r'$hour बजे'; + String get datePickerHourSemanticsLabelOther => r'Саат $hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -3913,10 +6925,10 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 मिनट'; + String get datePickerMinuteSemanticsLabelOne => r'1 мүнөт'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute मिनट'; + String get datePickerMinuteSemanticsLabelOther => r'$minute мүнөт'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -3925,13 +6937,13 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'चिपकाएं'; + String get pasteButtonLabel => r'Чаптоо'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => r'түштөн кийин'; @override - String get selectAllButtonLabel => r'सभी चुनें'; + String get selectAllButtonLabel => r'Баарын тандоо'; @override String get timerPickerHourLabelFew => null; @@ -3940,10 +6952,10 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'घंटा'; + String get timerPickerHourLabelOne => r'саат'; @override - String get timerPickerHourLabelOther => r'घंटे'; + String get timerPickerHourLabelOther => r'саат'; @override String get timerPickerHourLabelTwo => null; @@ -3958,10 +6970,10 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'मिनट'; + String get timerPickerMinuteLabelOne => r'мүн.'; @override - String get timerPickerMinuteLabelOther => r'मिनट'; + String get timerPickerMinuteLabelOther => r'мүн.'; @override String get timerPickerMinuteLabelTwo => null; @@ -3976,10 +6988,10 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'सेकंड'; + String get timerPickerSecondLabelOne => r'сек.'; @override - String get timerPickerSecondLabelOther => r'सेकंड'; + String get timerPickerSecondLabelOther => r'сек.'; @override String get timerPickerSecondLabelTwo => null; @@ -3988,16 +7000,16 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'आज'; + String get todayLabel => r'Бүгүн'; } -/// The translations for Croatian (`hr`). -class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Croatian. +/// The translations for Lao (`lo`). +class CupertinoLocalizationLo extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Lao. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationHr({ - String localeName = 'hr', + const CupertinoLocalizationLo({ + String localeName = 'lo', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -4019,16 +7031,16 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Upozorenje'; + String get alertDialogLabel => r'ການເຕືອນ'; @override - String get anteMeridiemAbbreviation => r'prijepodne'; + String get anteMeridiemAbbreviation => r'ກ່ອນທ່ຽງ'; @override - String get copyButtonLabel => r'Kopiraj'; + String get copyButtonLabel => r'ສຳເນົາ'; @override - String get cutButtonLabel => r'Izreži'; + String get cutButtonLabel => r'ຕັດ'; @override String get datePickerDateOrderString => r'dmy'; @@ -4037,16 +7049,16 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour sata'; + String get datePickerHourSemanticsLabelFew => null; @override String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour sat'; + String get datePickerHourSemanticsLabelOne => r'$hour ໂມງກົງ'; @override - String get datePickerHourSemanticsLabelOther => r'$hour sati'; + String get datePickerHourSemanticsLabelOther => r'$hour ໂມງກົງ'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -4055,16 +7067,16 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute minute'; + String get datePickerMinuteSemanticsLabelFew => null; @override String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'Jedna minuta'; + String get datePickerMinuteSemanticsLabelOne => r'1 ນາທີ'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minuta'; + String get datePickerMinuteSemanticsLabelOther => r'$minute ນາທີ'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -4073,25 +7085,25 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Zalijepi'; + String get pasteButtonLabel => r'ວາງ'; @override - String get postMeridiemAbbreviation => r'popodne'; + String get postMeridiemAbbreviation => r'ຫຼັງທ່ຽງ'; @override - String get selectAllButtonLabel => r'Odaberi sve'; + String get selectAllButtonLabel => r'ເລືອກທັງໝົດ'; @override - String get timerPickerHourLabelFew => r'sata'; + String get timerPickerHourLabelFew => null; @override String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'sat'; + String get timerPickerHourLabelOne => r'ຊົ່ວໂມງ'; @override - String get timerPickerHourLabelOther => r'sati'; + String get timerPickerHourLabelOther => r'ຊົ່ວໂມງ'; @override String get timerPickerHourLabelTwo => null; @@ -4100,16 +7112,16 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { String get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => r'min'; + String get timerPickerMinuteLabelFew => null; @override String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'min'; + String get timerPickerMinuteLabelOne => r'ນທ.'; @override - String get timerPickerMinuteLabelOther => r'min'; + String get timerPickerMinuteLabelOther => r'ນທ.'; @override String get timerPickerMinuteLabelTwo => null; @@ -4118,16 +7130,16 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => r's'; + String get timerPickerSecondLabelFew => null; @override String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r's'; + String get timerPickerSecondLabelOne => r'ວິ.'; @override - String get timerPickerSecondLabelOther => r's'; + String get timerPickerSecondLabelOther => r'ວິ.'; @override String get timerPickerSecondLabelTwo => null; @@ -4136,16 +7148,16 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Danas'; + String get todayLabel => r'ມື້ນີ້'; } -/// The translations for Hungarian (`hu`). -class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Hungarian. +/// The translations for Lithuanian (`lt`). +class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Lithuanian. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationHu({ - String localeName = 'hu', + const CupertinoLocalizationLt({ + String localeName = 'lt', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -4167,34 +7179,34 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Értesítés'; + String get alertDialogLabel => r'Įspėjimas'; @override - String get anteMeridiemAbbreviation => r'de.'; + String get anteMeridiemAbbreviation => r'priešpiet'; @override - String get copyButtonLabel => r'Másolás'; + String get copyButtonLabel => r'Kopijuoti'; @override - String get cutButtonLabel => r'Kivágás'; + String get cutButtonLabel => r'Iškirpti'; @override String get datePickerDateOrderString => r'ymd'; @override - String get datePickerDateTimeOrderString => r'date_dayPeriod_time'; + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String get datePickerHourSemanticsLabelFew => r'$hour val.'; @override - String get datePickerHourSemanticsLabelMany => null; + String get datePickerHourSemanticsLabelMany => r'$hour val.'; @override - String get datePickerHourSemanticsLabelOne => r'$hour óra'; + String get datePickerHourSemanticsLabelOne => r'$hour val.'; @override - String get datePickerHourSemanticsLabelOther => r'$hour óra'; + String get datePickerHourSemanticsLabelOther => r'$hour val.'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -4203,16 +7215,16 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String get datePickerMinuteSemanticsLabelFew => r'$minute min.'; @override - String get datePickerMinuteSemanticsLabelMany => null; + String get datePickerMinuteSemanticsLabelMany => r'$minute min.'; @override - String get datePickerMinuteSemanticsLabelOne => r'1 perc'; + String get datePickerMinuteSemanticsLabelOne => r'1 min.'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute perc'; + String get datePickerMinuteSemanticsLabelOther => r'$minute min.'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -4221,25 +7233,25 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Beillesztés'; + String get pasteButtonLabel => r'Įklijuoti'; @override - String get postMeridiemAbbreviation => r'du.'; + String get postMeridiemAbbreviation => r'popiet'; @override - String get selectAllButtonLabel => r'Összes kijelölése'; + String get selectAllButtonLabel => r'Pasirinkti viską'; @override - String get timerPickerHourLabelFew => null; + String get timerPickerHourLabelFew => r'val.'; @override - String get timerPickerHourLabelMany => null; + String get timerPickerHourLabelMany => r'val.'; @override - String get timerPickerHourLabelOne => r'óra'; + String get timerPickerHourLabelOne => r'val.'; @override - String get timerPickerHourLabelOther => r'óra'; + String get timerPickerHourLabelOther => r'val.'; @override String get timerPickerHourLabelTwo => null; @@ -4248,16 +7260,16 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { String get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String get timerPickerMinuteLabelFew => r'min.'; @override - String get timerPickerMinuteLabelMany => null; + String get timerPickerMinuteLabelMany => r'min.'; @override - String get timerPickerMinuteLabelOne => r'perc'; + String get timerPickerMinuteLabelOne => r'min.'; @override - String get timerPickerMinuteLabelOther => r'perc'; + String get timerPickerMinuteLabelOther => r'min.'; @override String get timerPickerMinuteLabelTwo => null; @@ -4266,16 +7278,16 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String get timerPickerSecondLabelFew => r'sek.'; @override - String get timerPickerSecondLabelMany => null; + String get timerPickerSecondLabelMany => r'sek.'; @override - String get timerPickerSecondLabelOne => r'mp'; + String get timerPickerSecondLabelOne => r'sek.'; @override - String get timerPickerSecondLabelOther => r'mp'; + String get timerPickerSecondLabelOther => r'sek.'; @override String get timerPickerSecondLabelTwo => null; @@ -4284,16 +7296,16 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Ma'; + String get todayLabel => r'Šiandien'; } -/// The translations for Armenian (`hy`). -class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Armenian. +/// The translations for Latvian (`lv`). +class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Latvian. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationHy({ - String localeName = 'hy', + const CupertinoLocalizationLv({ + String localeName = 'lv', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -4315,19 +7327,19 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Ծանուցում'; + String get alertDialogLabel => r'Brīdinājums'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => r'priekšpusdienā'; @override - String get copyButtonLabel => r'Պատճենել'; + String get copyButtonLabel => r'Kopēt'; @override - String get cutButtonLabel => r'Կտրել'; + String get cutButtonLabel => r'Izgriezt'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => r'mdy'; @override String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; @@ -4339,16 +7351,16 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour:00'; + String get datePickerHourSemanticsLabelOne => r'plkst. $hour'; @override - String get datePickerHourSemanticsLabelOther => r'$hour:00'; + String get datePickerHourSemanticsLabelOther => r'plkst. $hour'; @override String get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String get datePickerHourSemanticsLabelZero => r'plkst. $hour'; @override String get datePickerMinuteSemanticsLabelFew => null; @@ -4357,25 +7369,25 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 րոպե'; + String get datePickerMinuteSemanticsLabelOne => r'1 minūte'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute րոպե'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minūtes'; @override String get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String get datePickerMinuteSemanticsLabelZero => r'$minute minūtes'; @override - String get pasteButtonLabel => r'Տեղադրել'; + String get pasteButtonLabel => r'Ielīmēt'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => r'pēcpusdienā'; @override - String get selectAllButtonLabel => r'Նշել բոլորը'; + String get selectAllButtonLabel => r'Atlasīt visu'; @override String get timerPickerHourLabelFew => null; @@ -4384,16 +7396,16 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'ժամ'; + String get timerPickerHourLabelOne => r'h'; @override - String get timerPickerHourLabelOther => r'ժամ'; + String get timerPickerHourLabelOther => r'h'; @override String get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String get timerPickerHourLabelZero => r'h'; @override String get timerPickerMinuteLabelFew => null; @@ -4402,16 +7414,16 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'րոպե'; + String get timerPickerMinuteLabelOne => r'min'; @override - String get timerPickerMinuteLabelOther => r'րոպե'; + String get timerPickerMinuteLabelOther => r'min'; @override String get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String get timerPickerMinuteLabelZero => r'min'; @override String get timerPickerSecondLabelFew => null; @@ -4420,28 +7432,28 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'վրկ'; + String get timerPickerSecondLabelOne => r's'; @override - String get timerPickerSecondLabelOther => r'վրկ'; + String get timerPickerSecondLabelOther => r's'; @override String get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String get timerPickerSecondLabelZero => r's'; @override - String get todayLabel => r'Այսօր'; + String get todayLabel => r'Šodien'; } -/// The translations for Indonesian (`id`). -class CupertinoLocalizationId extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Indonesian. +/// The translations for Macedonian (`mk`). +class CupertinoLocalizationMk extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Macedonian. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationId({ - String localeName = 'id', + const CupertinoLocalizationMk({ + String localeName = 'mk', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -4463,16 +7475,16 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Notifikasi'; + String get alertDialogLabel => r'Предупредување'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => r'ПРЕТПЛАДНЕ'; @override - String get copyButtonLabel => r'Salin'; + String get copyButtonLabel => r'Копирај'; @override - String get cutButtonLabel => r'Potong'; + String get cutButtonLabel => r'Исечи'; @override String get datePickerDateOrderString => r'dmy'; @@ -4487,10 +7499,10 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour tepat'; + String get datePickerHourSemanticsLabelOne => r'$hour часот'; @override - String get datePickerHourSemanticsLabelOther => r'$hour tepat'; + String get datePickerHourSemanticsLabelOther => r'$hour часот'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -4505,10 +7517,10 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 menit'; + String get datePickerMinuteSemanticsLabelOne => r'1 минута'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute menit'; + String get datePickerMinuteSemanticsLabelOther => r'$minute минути'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -4517,13 +7529,13 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Tempel'; + String get pasteButtonLabel => r'Залепи'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => r'ПОПЛАДНЕ'; @override - String get selectAllButtonLabel => r'Pilih Semua'; + String get selectAllButtonLabel => r'Избери ги сите'; @override String get timerPickerHourLabelFew => null; @@ -4532,10 +7544,10 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'jam'; + String get timerPickerHourLabelOne => r'час'; @override - String get timerPickerHourLabelOther => r'jam'; + String get timerPickerHourLabelOther => r'часа'; @override String get timerPickerHourLabelTwo => null; @@ -4550,10 +7562,10 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'mnt.'; + String get timerPickerMinuteLabelOne => r'мин.'; @override - String get timerPickerMinuteLabelOther => r'mnt.'; + String get timerPickerMinuteLabelOther => r'мин.'; @override String get timerPickerMinuteLabelTwo => null; @@ -4568,10 +7580,10 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'dtk.'; + String get timerPickerSecondLabelOne => r'сек.'; @override - String get timerPickerSecondLabelOther => r'dtk.'; + String get timerPickerSecondLabelOther => r'сек.'; @override String get timerPickerSecondLabelTwo => null; @@ -4580,16 +7592,16 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Hari ini'; + String get todayLabel => r'Денес'; } -/// The translations for Italian (`it`). -class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Italian. +/// The translations for Malayalam (`ml`). +class CupertinoLocalizationMl extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Malayalam. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationIt({ - String localeName = 'it', + const CupertinoLocalizationMl({ + String localeName = 'ml', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -4611,16 +7623,16 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Avviso'; + String get alertDialogLabel => r'മുന്നറിയിപ്പ്'; @override String get anteMeridiemAbbreviation => r'AM'; @override - String get copyButtonLabel => r'Copia'; + String get copyButtonLabel => r'പകർത്തുക'; @override - String get cutButtonLabel => r'Taglia'; + String get cutButtonLabel => r'മുറിക്കുക'; @override String get datePickerDateOrderString => r'dmy'; @@ -4635,10 +7647,10 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour in punto'; + String get datePickerHourSemanticsLabelOne => r'$hour മണി'; @override - String get datePickerHourSemanticsLabelOther => r'$hour in punto'; + String get datePickerHourSemanticsLabelOther => r'$hour മണി'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -4653,10 +7665,10 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minuto'; + String get datePickerMinuteSemanticsLabelOne => r'ഒരു മിനിറ്റ്'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minuti'; + String get datePickerMinuteSemanticsLabelOther => r'$minute മിനിറ്റ്'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -4665,13 +7677,13 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Incolla'; + String get pasteButtonLabel => r'ഒട്ടിക്കുക'; @override String get postMeridiemAbbreviation => r'PM'; @override - String get selectAllButtonLabel => r'Seleziona tutto'; + String get selectAllButtonLabel => r'എല്ലാം തിരഞ്ഞെടുക്കുക'; @override String get timerPickerHourLabelFew => null; @@ -4680,10 +7692,10 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'ora'; + String get timerPickerHourLabelOne => r'മണിക്കൂർ'; @override - String get timerPickerHourLabelOther => r'ore'; + String get timerPickerHourLabelOther => r'മണിക്കൂർ'; @override String get timerPickerHourLabelTwo => null; @@ -4698,10 +7710,10 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'min.'; + String get timerPickerMinuteLabelOne => r'മിനിറ്റ്'; @override - String get timerPickerMinuteLabelOther => r'min.'; + String get timerPickerMinuteLabelOther => r'മിനിറ്റ്'; @override String get timerPickerMinuteLabelTwo => null; @@ -4716,10 +7728,10 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'sec.'; + String get timerPickerSecondLabelOne => r'സെക്കൻഡ്'; @override - String get timerPickerSecondLabelOther => r'sec.'; + String get timerPickerSecondLabelOther => r'സെക്കൻഡ്'; @override String get timerPickerSecondLabelTwo => null; @@ -4728,16 +7740,16 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Oggi'; + String get todayLabel => r'ഇന്ന്'; } -/// The translations for Japanese (`ja`). -class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Japanese. +/// The translations for Mongolian (`mn`). +class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Mongolian. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationJa({ - String localeName = 'ja', + const CupertinoLocalizationMn({ + String localeName = 'mn', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -4759,16 +7771,16 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'通知'; + String get alertDialogLabel => r'Сэрэмжлүүлэг'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => r'ӨГЛӨӨ'; @override - String get copyButtonLabel => r'コピー'; + String get copyButtonLabel => r'Хуулах'; @override - String get cutButtonLabel => r'切り取り'; + String get cutButtonLabel => r'Таслах'; @override String get datePickerDateOrderString => r'mdy'; @@ -4783,10 +7795,10 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour時'; + String get datePickerHourSemanticsLabelOne => r'$hour цаг'; @override - String get datePickerHourSemanticsLabelOther => r'$hour時'; + String get datePickerHourSemanticsLabelOther => r'$hour цаг'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -4801,10 +7813,10 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1分'; + String get datePickerMinuteSemanticsLabelOne => r'1 минут'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute分'; + String get datePickerMinuteSemanticsLabelOther => r'$minute минут'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -4813,13 +7825,13 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'貼り付け'; + String get pasteButtonLabel => r'Буулгах'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => r'ОРОЙ'; @override - String get selectAllButtonLabel => r'すべて選択'; + String get selectAllButtonLabel => r'Бүгдийг сонгох'; @override String get timerPickerHourLabelFew => null; @@ -4828,10 +7840,10 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'時間'; + String get timerPickerHourLabelOne => r'цаг'; @override - String get timerPickerHourLabelOther => r'時間'; + String get timerPickerHourLabelOther => r'цаг'; @override String get timerPickerHourLabelTwo => null; @@ -4846,10 +7858,10 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'分'; + String get timerPickerMinuteLabelOne => r'минут.'; @override - String get timerPickerMinuteLabelOther => r'分'; + String get timerPickerMinuteLabelOther => r'минут.'; @override String get timerPickerMinuteLabelTwo => null; @@ -4864,10 +7876,10 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'秒'; + String get timerPickerSecondLabelOne => r'секунд.'; @override - String get timerPickerSecondLabelOther => r'秒'; + String get timerPickerSecondLabelOther => r'секунд.'; @override String get timerPickerSecondLabelTwo => null; @@ -4876,16 +7888,16 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'今日'; + String get todayLabel => r'Өнөөдөр'; } -/// The translations for Kazakh (`kk`). -class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Kazakh. +/// The translations for Marathi (`mr`). +class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Marathi. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationKk({ - String localeName = 'kk', + const CupertinoLocalizationMr({ + String localeName = 'mr', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -4907,19 +7919,19 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Дабыл'; + String get alertDialogLabel => r'सूचना'; @override - String get anteMeridiemAbbreviation => r'түстен кейін'; + String get anteMeridiemAbbreviation => r'AM'; @override - String get copyButtonLabel => r'Көшіру'; + String get copyButtonLabel => r'कॉपी करा'; @override - String get cutButtonLabel => r'Қию'; + String get cutButtonLabel => r'कट करा'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => r'mdy'; @override String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; @@ -4931,10 +7943,10 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'Сағат: $hour'; + String get datePickerHourSemanticsLabelOne => r'$hour वाजता'; @override - String get datePickerHourSemanticsLabelOther => r'Сағат: $hour'; + String get datePickerHourSemanticsLabelOther => r'$hour वाजता'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -4949,10 +7961,10 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 минут'; + String get datePickerMinuteSemanticsLabelOne => r'एक मिनिट'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute минут'; + String get datePickerMinuteSemanticsLabelOther => r'$minute मिनिटे'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -4961,13 +7973,13 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Қою'; + String get pasteButtonLabel => r'पेस्ट करा'; @override - String get postMeridiemAbbreviation => r'түстен кейін'; + String get postMeridiemAbbreviation => r'PM'; @override - String get selectAllButtonLabel => r'Барлығын таңдау'; + String get selectAllButtonLabel => r'सर्व निवडा'; @override String get timerPickerHourLabelFew => null; @@ -4976,10 +7988,10 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'сағат'; + String get timerPickerHourLabelOne => r'तास'; @override - String get timerPickerHourLabelOther => r'сағат'; + String get timerPickerHourLabelOther => r'तास'; @override String get timerPickerHourLabelTwo => null; @@ -4994,10 +8006,10 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'мин'; + String get timerPickerMinuteLabelOne => r'मि.'; @override - String get timerPickerMinuteLabelOther => r'мин'; + String get timerPickerMinuteLabelOther => r'मि.'; @override String get timerPickerMinuteLabelTwo => null; @@ -5012,10 +8024,10 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'сек'; + String get timerPickerSecondLabelOne => r'से.'; @override - String get timerPickerSecondLabelOther => r'сек'; + String get timerPickerSecondLabelOther => r'से.'; @override String get timerPickerSecondLabelTwo => null; @@ -5024,16 +8036,16 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Бүгін'; + String get todayLabel => r'आज'; } -/// The translations for Khmer Central Khmer (`km`). -class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Khmer Central Khmer. +/// The translations for Malay (`ms`). +class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Malay. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationKm({ - String localeName = 'km', + const CupertinoLocalizationMs({ + String localeName = 'ms', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -5055,16 +8067,16 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'ជូនដំណឹង'; + String get alertDialogLabel => r'Makluman'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => r'PG'; @override - String get copyButtonLabel => r'ចម្លង'; + String get copyButtonLabel => r'Salin'; @override - String get cutButtonLabel => r'កាត់'; + String get cutButtonLabel => r'Potong'; @override String get datePickerDateOrderString => r'dmy'; @@ -5079,10 +8091,10 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'ម៉ោង $hour'; + String get datePickerHourSemanticsLabelOne => r'Pukul $hour'; @override - String get datePickerHourSemanticsLabelOther => r'ម៉ោង $hour'; + String get datePickerHourSemanticsLabelOther => r'Pukul $hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -5097,10 +8109,10 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 នាទី'; + String get datePickerMinuteSemanticsLabelOne => r'1 minit'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute នាទី'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minit'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -5109,13 +8121,13 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'ដាក់​ចូល'; + String get pasteButtonLabel => r'Tampal'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => r'PTG'; @override - String get selectAllButtonLabel => r'ជ្រើសរើស​ទាំងអស់'; + String get selectAllButtonLabel => r'Pilih Semua'; @override String get timerPickerHourLabelFew => null; @@ -5124,10 +8136,10 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'ម៉ោង'; + String get timerPickerHourLabelOne => r'jam'; @override - String get timerPickerHourLabelOther => r'ម៉ោង'; + String get timerPickerHourLabelOther => r'jam'; @override String get timerPickerHourLabelTwo => null; @@ -5142,10 +8154,10 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'នាទី'; + String get timerPickerMinuteLabelOne => r'minit'; @override - String get timerPickerMinuteLabelOther => r'នាទី'; + String get timerPickerMinuteLabelOther => r'minit'; @override String get timerPickerMinuteLabelTwo => null; @@ -5160,10 +8172,10 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'វិនាទី'; + String get timerPickerSecondLabelOne => r'saat'; @override - String get timerPickerSecondLabelOther => r'វិនាទី'; + String get timerPickerSecondLabelOther => r'saat'; @override String get timerPickerSecondLabelTwo => null; @@ -5172,16 +8184,16 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'ថ្ងៃនេះ'; + String get todayLabel => r'Hari ini'; } -/// The translations for Korean (`ko`). -class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Korean. +/// The translations for Burmese (`my`). +class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Burmese. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationKo({ - String localeName = 'ko', + const CupertinoLocalizationMy({ + String localeName = 'my', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -5203,19 +8215,19 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'알림'; + String get alertDialogLabel => r'သတိပေးချက်'; @override - String get anteMeridiemAbbreviation => r'오전'; + String get anteMeridiemAbbreviation => r'AM'; @override - String get copyButtonLabel => r'복사'; + String get copyButtonLabel => r'မိတ္တူကူးရန်'; @override - String get cutButtonLabel => r'잘라냄'; + String get cutButtonLabel => r'ဖြတ်ယူရန်'; @override - String get datePickerDateOrderString => r'ymd'; + String get datePickerDateOrderString => r'mdy'; @override String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; @@ -5227,10 +8239,10 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour시 정각'; + String get datePickerHourSemanticsLabelOne => r'$hour နာရီ'; @override - String get datePickerHourSemanticsLabelOther => r'$hour시 정각'; + String get datePickerHourSemanticsLabelOther => r'$hour နာရီ'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -5245,10 +8257,10 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1분'; + String get datePickerMinuteSemanticsLabelOne => r'၁ မိနစ်'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute분'; + String get datePickerMinuteSemanticsLabelOther => r'$minute မိနစ်'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -5257,13 +8269,13 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'붙여넣기'; + String get pasteButtonLabel => r'ကူးထည့်ရန်'; @override - String get postMeridiemAbbreviation => r'오후'; + String get postMeridiemAbbreviation => r'PM'; @override - String get selectAllButtonLabel => r'전체 선택'; + String get selectAllButtonLabel => r'အားလုံး ရွေးရန်'; @override String get timerPickerHourLabelFew => null; @@ -5272,10 +8284,10 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'시간'; + String get timerPickerHourLabelOne => r'နာရီ'; @override - String get timerPickerHourLabelOther => r'시간'; + String get timerPickerHourLabelOther => r'နာရီ'; @override String get timerPickerHourLabelTwo => null; @@ -5290,10 +8302,10 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'분'; + String get timerPickerMinuteLabelOne => r'မိနစ်'; @override - String get timerPickerMinuteLabelOther => r'분'; + String get timerPickerMinuteLabelOther => r'မိနစ်'; @override String get timerPickerMinuteLabelTwo => null; @@ -5308,10 +8320,10 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'초'; + String get timerPickerSecondLabelOne => r'စက္ကန့်'; @override - String get timerPickerSecondLabelOther => r'초'; + String get timerPickerSecondLabelOther => r'စက္ကန့်'; @override String get timerPickerSecondLabelTwo => null; @@ -5320,16 +8332,16 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'오늘'; + String get todayLabel => r'ယနေ့'; } -/// The translations for Lithuanian (`lt`). -class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Lithuanian. +/// The translations for Norwegian Bokmål (`nb`). +class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Norwegian Bokmål. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationLt({ - String localeName = 'lt', + const CupertinoLocalizationNb({ + String localeName = 'nb', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -5351,34 +8363,34 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Įspėjimas'; + String get alertDialogLabel => r'Varsel'; @override - String get anteMeridiemAbbreviation => r'priešpiet'; + String get anteMeridiemAbbreviation => r'AM'; @override - String get copyButtonLabel => r'Kopijuoti'; + String get copyButtonLabel => r'Kopiér'; @override - String get cutButtonLabel => r'Iškirpti'; + String get cutButtonLabel => r'Klipp ut'; @override - String get datePickerDateOrderString => r'ymd'; + String get datePickerDateOrderString => r'dmy'; @override String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour val.'; + String get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => r'$hour val.'; + String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour val.'; + String get datePickerHourSemanticsLabelOne => r'$hour null-null'; @override - String get datePickerHourSemanticsLabelOther => r'$hour val.'; + String get datePickerHourSemanticsLabelOther => r'$hour null-null'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -5387,16 +8399,16 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute min.'; + String get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => r'$minute min.'; + String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 min.'; + String get datePickerMinuteSemanticsLabelOne => r'1 minutt'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute min.'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minutter'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -5405,25 +8417,25 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Įklijuoti'; + String get pasteButtonLabel => r'Lim inn'; @override - String get postMeridiemAbbreviation => r'popiet'; + String get postMeridiemAbbreviation => r'PM'; @override - String get selectAllButtonLabel => r'Pasirinkti viską'; + String get selectAllButtonLabel => r'Velg alle'; @override - String get timerPickerHourLabelFew => r'val.'; + String get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => r'val.'; + String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'val.'; + String get timerPickerHourLabelOne => r'time'; @override - String get timerPickerHourLabelOther => r'val.'; + String get timerPickerHourLabelOther => r'timer'; @override String get timerPickerHourLabelTwo => null; @@ -5432,10 +8444,10 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { String get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => r'min.'; + String get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => r'min.'; + String get timerPickerMinuteLabelMany => null; @override String get timerPickerMinuteLabelOne => r'min.'; @@ -5450,10 +8462,10 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => r'sek.'; + String get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => r'sek.'; + String get timerPickerSecondLabelMany => null; @override String get timerPickerSecondLabelOne => r'sek.'; @@ -5468,16 +8480,16 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Šiandien'; + String get todayLabel => r'I dag'; } -/// The translations for Latvian (`lv`). -class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Latvian. +/// The translations for Nepali (`ne`). +class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Nepali. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationLv({ - String localeName = 'lv', + const CupertinoLocalizationNe({ + String localeName = 'ne', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -5499,16 +8511,16 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Brīdinājums'; + String get alertDialogLabel => r'अलर्ट'; @override - String get anteMeridiemAbbreviation => r'priekšpusdienā'; + String get anteMeridiemAbbreviation => r'पूर्वाह्न'; @override - String get copyButtonLabel => r'Kopēt'; + String get copyButtonLabel => r'प्रतिलिपि गर्नुहोस्'; @override - String get cutButtonLabel => r'Izgriezt'; + String get cutButtonLabel => r'काट्नुहोस्'; @override String get datePickerDateOrderString => r'mdy'; @@ -5523,16 +8535,16 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'plkst. $hour'; + String get datePickerHourSemanticsLabelOne => r'$hour बजे'; @override - String get datePickerHourSemanticsLabelOther => r'plkst. $hour'; + String get datePickerHourSemanticsLabelOther => r'$hour बजे'; @override String get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => r'plkst. $hour'; + String get datePickerHourSemanticsLabelZero => null; @override String get datePickerMinuteSemanticsLabelFew => null; @@ -5541,25 +8553,25 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minūte'; + String get datePickerMinuteSemanticsLabelOne => r'१ मिनेट'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minūtes'; + String get datePickerMinuteSemanticsLabelOther => r'$minute मिनेट'; @override String get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => r'$minute minūtes'; + String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Ielīmēt'; + String get pasteButtonLabel => r'टाँस्नुहोस्'; @override - String get postMeridiemAbbreviation => r'pēcpusdienā'; + String get postMeridiemAbbreviation => r'अपराह्न'; @override - String get selectAllButtonLabel => r'Atlasīt visu'; + String get selectAllButtonLabel => r'सबै चयन गर्नुहोस्'; @override String get timerPickerHourLabelFew => null; @@ -5568,16 +8580,16 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'h'; + String get timerPickerHourLabelOne => r'घन्टा'; @override - String get timerPickerHourLabelOther => r'h'; + String get timerPickerHourLabelOther => r'घन्टा'; @override String get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => r'h'; + String get timerPickerHourLabelZero => null; @override String get timerPickerMinuteLabelFew => null; @@ -5586,16 +8598,16 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'min'; + String get timerPickerMinuteLabelOne => r'मिनेट'; @override - String get timerPickerMinuteLabelOther => r'min'; + String get timerPickerMinuteLabelOther => r'मिनेट'; @override String get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => r'min'; + String get timerPickerMinuteLabelZero => null; @override String get timerPickerSecondLabelFew => null; @@ -5604,28 +8616,28 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r's'; + String get timerPickerSecondLabelOne => r'सेकेन्ड'; @override - String get timerPickerSecondLabelOther => r's'; + String get timerPickerSecondLabelOther => r'सेकेन्ड'; @override String get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => r's'; + String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Šodien'; + String get todayLabel => r'आज'; } -/// The translations for Mongolian (`mn`). -class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Mongolian. +/// The translations for Dutch Flemish (`nl`). +class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Dutch Flemish. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationMn({ - String localeName = 'mn', + const CupertinoLocalizationNl({ + String localeName = 'nl', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -5647,19 +8659,19 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Сэрэмжлүүлэг'; + String get alertDialogLabel => r'Melding'; @override - String get anteMeridiemAbbreviation => r'ӨГЛӨӨ'; + String get anteMeridiemAbbreviation => r'am'; @override - String get copyButtonLabel => r'Хуулах'; + String get copyButtonLabel => r'Kopiëren'; @override - String get cutButtonLabel => r'Таслах'; + String get cutButtonLabel => r'Knippen'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => r'dmy'; @override String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; @@ -5671,10 +8683,10 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour цаг'; + String get datePickerHourSemanticsLabelOne => r'$hour uur'; @override - String get datePickerHourSemanticsLabelOther => r'$hour цаг'; + String get datePickerHourSemanticsLabelOther => r'$hour uur'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -5689,10 +8701,10 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 минут'; + String get datePickerMinuteSemanticsLabelOne => r'1 minuut'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute минут'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minuten'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -5701,13 +8713,13 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Буулгах'; + String get pasteButtonLabel => r'Plakken'; @override - String get postMeridiemAbbreviation => r'ОРОЙ'; + String get postMeridiemAbbreviation => r'pm'; @override - String get selectAllButtonLabel => r'Бүгдийг сонгох'; + String get selectAllButtonLabel => r'Alles selecteren'; @override String get timerPickerHourLabelFew => null; @@ -5716,10 +8728,10 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'цаг'; + String get timerPickerHourLabelOne => r'uur'; @override - String get timerPickerHourLabelOther => r'цаг'; + String get timerPickerHourLabelOther => r'uur'; @override String get timerPickerHourLabelTwo => null; @@ -5734,10 +8746,10 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'минут.'; + String get timerPickerMinuteLabelOne => r'min.'; @override - String get timerPickerMinuteLabelOther => r'минут.'; + String get timerPickerMinuteLabelOther => r'min.'; @override String get timerPickerMinuteLabelTwo => null; @@ -5752,10 +8764,10 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'секунд.'; + String get timerPickerSecondLabelOne => r'sec.'; @override - String get timerPickerSecondLabelOther => r'секунд.'; + String get timerPickerSecondLabelOther => r'sec.'; @override String get timerPickerSecondLabelTwo => null; @@ -5764,16 +8776,16 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Өнөөдөр'; + String get todayLabel => r'Vandaag'; } -/// The translations for Marathi (`mr`). -class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Marathi. +/// The translations for Oriya (`or`). +class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Oriya. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationMr({ - String localeName = 'mr', + const CupertinoLocalizationOr({ + String localeName = 'or', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -5795,16 +8807,16 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'सूचना'; + String get alertDialogLabel => r'ଆଲର୍ଟ'; @override String get anteMeridiemAbbreviation => r'AM'; @override - String get copyButtonLabel => r'कॉपी करा'; + String get copyButtonLabel => r'କପି କରନ୍ତୁ'; @override - String get cutButtonLabel => r'कट करा'; + String get cutButtonLabel => r'କଟ୍ କରନ୍ତୁ'; @override String get datePickerDateOrderString => r'mdy'; @@ -5819,10 +8831,10 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour वाजता'; + String get datePickerHourSemanticsLabelOne => r'$hourଟା'; @override - String get datePickerHourSemanticsLabelOther => r'$hour वाजता'; + String get datePickerHourSemanticsLabelOther => r'$hourଟା'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -5837,10 +8849,10 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'एक मिनिट'; + String get datePickerMinuteSemanticsLabelOne => r'1 ମିନିଟ୍'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute मिनिटे'; + String get datePickerMinuteSemanticsLabelOther => r'$minute ମିନିଟ୍'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -5849,13 +8861,13 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'पेस्ट करा'; + String get pasteButtonLabel => r'ପେଷ୍ଟ କରନ୍ତୁ'; @override String get postMeridiemAbbreviation => r'PM'; @override - String get selectAllButtonLabel => r'सर्व निवडा'; + String get selectAllButtonLabel => r'ସମସ୍ତ ଚୟନ କରନ୍ତୁ'; @override String get timerPickerHourLabelFew => null; @@ -5864,10 +8876,10 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'तास'; + String get timerPickerHourLabelOne => r'ଘଣ୍ଟା'; @override - String get timerPickerHourLabelOther => r'तास'; + String get timerPickerHourLabelOther => r'ଘଣ୍ଟା'; @override String get timerPickerHourLabelTwo => null; @@ -5882,10 +8894,10 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'मि.'; + String get timerPickerMinuteLabelOne => r'ମିନିଟ୍'; @override - String get timerPickerMinuteLabelOther => r'मि.'; + String get timerPickerMinuteLabelOther => r'ମିନିଟ୍'; @override String get timerPickerMinuteLabelTwo => null; @@ -5900,10 +8912,10 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'से.'; + String get timerPickerSecondLabelOne => r'ସେକେଣ୍ଡ'; @override - String get timerPickerSecondLabelOther => r'से.'; + String get timerPickerSecondLabelOther => r'ସେକେଣ୍ଡ'; @override String get timerPickerSecondLabelTwo => null; @@ -5912,16 +8924,16 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'आज'; + String get todayLabel => r'ଆଜି'; } -/// The translations for Malay (`ms`). -class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Malay. +/// The translations for Panjabi Punjabi (`pa`). +class CupertinoLocalizationPa extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Panjabi Punjabi. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationMs({ - String localeName = 'ms', + const CupertinoLocalizationPa({ + String localeName = 'pa', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -5943,16 +8955,16 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Makluman'; + String get alertDialogLabel => r'ਸੁਚੇਤਨਾ'; @override - String get anteMeridiemAbbreviation => r'PG'; + String get anteMeridiemAbbreviation => r'AM'; @override - String get copyButtonLabel => r'Salin'; + String get copyButtonLabel => r'ਕਾਪੀ ਕਰੋ'; @override - String get cutButtonLabel => r'Potong'; + String get cutButtonLabel => r'ਕੱਟ ਕਰੋ'; @override String get datePickerDateOrderString => r'dmy'; @@ -5967,10 +8979,10 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'Pukul $hour'; + String get datePickerHourSemanticsLabelOne => r'$hour ਵਜੇ'; @override - String get datePickerHourSemanticsLabelOther => r'Pukul $hour'; + String get datePickerHourSemanticsLabelOther => r'$hour ਵਜੇ'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -5985,10 +8997,10 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minit'; + String get datePickerMinuteSemanticsLabelOne => r'1 ਮਿੰਟ'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minit'; + String get datePickerMinuteSemanticsLabelOther => r'$minute ਮਿੰਟ'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -5997,13 +9009,13 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Tampal'; + String get pasteButtonLabel => r'ਪੇਸਟ ਕਰੋ'; @override - String get postMeridiemAbbreviation => r'PTG'; + String get postMeridiemAbbreviation => r'PM'; @override - String get selectAllButtonLabel => r'Pilih Semua'; + String get selectAllButtonLabel => r'ਸਭ ਚੁਣੋ'; @override String get timerPickerHourLabelFew => null; @@ -6012,10 +9024,10 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'jam'; + String get timerPickerHourLabelOne => r'ਘੰਟਾ'; @override - String get timerPickerHourLabelOther => r'jam'; + String get timerPickerHourLabelOther => r'ਘੰਟੇ'; @override String get timerPickerHourLabelTwo => null; @@ -6030,10 +9042,10 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'minit'; + String get timerPickerMinuteLabelOne => r'ਮਿੰ.'; @override - String get timerPickerMinuteLabelOther => r'minit'; + String get timerPickerMinuteLabelOther => r'ਮਿੰ.'; @override String get timerPickerMinuteLabelTwo => null; @@ -6048,10 +9060,10 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'saat'; + String get timerPickerSecondLabelOne => r'ਸਕਿੰ.'; @override - String get timerPickerSecondLabelOther => r'saat'; + String get timerPickerSecondLabelOther => r'ਸਕਿੰ.'; @override String get timerPickerSecondLabelTwo => null; @@ -6060,16 +9072,16 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Hari ini'; + String get todayLabel => r'ਅੱਜ'; } -/// The translations for Norwegian Bokmål (`nb`). -class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Norwegian Bokmål. +/// The translations for Polish (`pl`). +class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Polish. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationNb({ - String localeName = 'nb', + const CupertinoLocalizationPl({ + String localeName = 'pl', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -6091,16 +9103,16 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Varsel'; + String get alertDialogLabel => r'Alert'; @override String get anteMeridiemAbbreviation => r'AM'; @override - String get copyButtonLabel => r'Kopiér'; + String get copyButtonLabel => r'Kopiuj'; @override - String get cutButtonLabel => r'Klipp ut'; + String get cutButtonLabel => r'Wytnij'; @override String get datePickerDateOrderString => r'dmy'; @@ -6109,16 +9121,16 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String get datePickerHourSemanticsLabelFew => r'$hour'; @override - String get datePickerHourSemanticsLabelMany => null; + String get datePickerHourSemanticsLabelMany => r'$hour'; @override - String get datePickerHourSemanticsLabelOne => r'$hour null-null'; + String get datePickerHourSemanticsLabelOne => r'$hour'; @override - String get datePickerHourSemanticsLabelOther => r'$hour null-null'; + String get datePickerHourSemanticsLabelOther => r'$hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -6127,16 +9139,16 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String get datePickerMinuteSemanticsLabelFew => r'$minute minuty'; @override - String get datePickerMinuteSemanticsLabelMany => null; + String get datePickerMinuteSemanticsLabelMany => r'$minute minut'; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minutt'; + String get datePickerMinuteSemanticsLabelOne => r'1 minuta'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minutter'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minuty'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -6145,25 +9157,25 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Lim inn'; + String get pasteButtonLabel => r'Wklej'; @override String get postMeridiemAbbreviation => r'PM'; @override - String get selectAllButtonLabel => r'Velg alle'; + String get selectAllButtonLabel => r'Wybierz wszystkie'; @override - String get timerPickerHourLabelFew => null; + String get timerPickerHourLabelFew => r'godziny'; @override - String get timerPickerHourLabelMany => null; + String get timerPickerHourLabelMany => r'godzin'; @override - String get timerPickerHourLabelOne => r'time'; + String get timerPickerHourLabelOne => r'godzina'; @override - String get timerPickerHourLabelOther => r'timer'; + String get timerPickerHourLabelOther => r'godziny'; @override String get timerPickerHourLabelTwo => null; @@ -6172,16 +9184,16 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { String get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String get timerPickerMinuteLabelFew => r'min'; @override - String get timerPickerMinuteLabelMany => null; + String get timerPickerMinuteLabelMany => r'min'; @override - String get timerPickerMinuteLabelOne => r'min.'; + String get timerPickerMinuteLabelOne => r'min'; @override - String get timerPickerMinuteLabelOther => r'min.'; + String get timerPickerMinuteLabelOther => r'min'; @override String get timerPickerMinuteLabelTwo => null; @@ -6190,16 +9202,16 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String get timerPickerSecondLabelFew => r's'; @override - String get timerPickerSecondLabelMany => null; + String get timerPickerSecondLabelMany => r's'; @override - String get timerPickerSecondLabelOne => r'sek.'; + String get timerPickerSecondLabelOne => r's'; @override - String get timerPickerSecondLabelOther => r'sek.'; + String get timerPickerSecondLabelOther => r's'; @override String get timerPickerSecondLabelTwo => null; @@ -6208,16 +9220,16 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'I dag'; + String get todayLabel => r'Dziś'; } -/// The translations for Dutch Flemish (`nl`). -class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Dutch Flemish. +/// The translations for Portuguese (`pt`). +class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Portuguese. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationNl({ - String localeName = 'nl', + const CupertinoLocalizationPt({ + String localeName = 'pt', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -6239,16 +9251,16 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Melding'; + String get alertDialogLabel => r'Alerta'; @override - String get anteMeridiemAbbreviation => r'am'; + String get anteMeridiemAbbreviation => r'AM'; @override - String get copyButtonLabel => r'Kopiëren'; + String get copyButtonLabel => r'Copiar'; @override - String get cutButtonLabel => r'Knippen'; + String get cutButtonLabel => r'Cortar'; @override String get datePickerDateOrderString => r'dmy'; @@ -6263,10 +9275,10 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour uur'; + String get datePickerHourSemanticsLabelOne => r'$hour hora'; @override - String get datePickerHourSemanticsLabelOther => r'$hour uur'; + String get datePickerHourSemanticsLabelOther => r'$hour horas'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -6281,10 +9293,10 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minuut'; + String get datePickerMinuteSemanticsLabelOne => r'1 minuto'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minuten'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minutos'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -6293,13 +9305,13 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Plakken'; + String get pasteButtonLabel => r'Colar'; @override - String get postMeridiemAbbreviation => r'pm'; + String get postMeridiemAbbreviation => r'PM'; @override - String get selectAllButtonLabel => r'Alles selecteren'; + String get selectAllButtonLabel => r'Selecionar Tudo'; @override String get timerPickerHourLabelFew => null; @@ -6308,10 +9320,10 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'uur'; + String get timerPickerHourLabelOne => r'hora'; @override - String get timerPickerHourLabelOther => r'uur'; + String get timerPickerHourLabelOther => r'horas'; @override String get timerPickerHourLabelTwo => null; @@ -6326,10 +9338,10 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'min.'; + String get timerPickerMinuteLabelOne => r'min'; @override - String get timerPickerMinuteLabelOther => r'min.'; + String get timerPickerMinuteLabelOther => r'min'; @override String get timerPickerMinuteLabelTwo => null; @@ -6344,10 +9356,10 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'sec.'; + String get timerPickerSecondLabelOne => r's'; @override - String get timerPickerSecondLabelOther => r'sec.'; + String get timerPickerSecondLabelOther => r's'; @override String get timerPickerSecondLabelTwo => null; @@ -6356,16 +9368,16 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Vandaag'; + String get todayLabel => r'Hoje'; } -/// The translations for Polish (`pl`). -class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Polish. +/// The translations for Portuguese, as used in Portugal (`pt_PT`). +class CupertinoLocalizationPtPt extends CupertinoLocalizationPt { + /// Create an instance of the translation bundle for Portuguese, as used in Portugal. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationPl({ - String localeName = 'pl', + const CupertinoLocalizationPtPt({ + String localeName = 'pt_PT', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -6387,16 +9399,56 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Alert'; + String get datePickerHourSemanticsLabelOther => r'$hour hora'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get timerPickerSecondLabelOne => r'seg'; @override - String get copyButtonLabel => r'Kopiuj'; + String get timerPickerSecondLabelOther => r'seg'; @override - String get cutButtonLabel => r'Wytnij'; + String get selectAllButtonLabel => r'Selecionar tudo'; +} + +/// The translations for Romanian Moldavian Moldovan (`ro`). +class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Romanian Moldavian Moldovan. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationRo({ + String localeName = 'ro', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Alertă'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get copyButtonLabel => r'Copiați'; + + @override + String get cutButtonLabel => r'Decupați'; @override String get datePickerDateOrderString => r'dmy'; @@ -6405,16 +9457,16 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour'; + String get datePickerHourSemanticsLabelFew => r'Ora $hour'; @override - String get datePickerHourSemanticsLabelMany => r'$hour'; + String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour'; + String get datePickerHourSemanticsLabelOne => r'Ora $hour'; @override - String get datePickerHourSemanticsLabelOther => r'$hour'; + String get datePickerHourSemanticsLabelOther => r'Ora $hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -6423,16 +9475,16 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute minuty'; + String get datePickerMinuteSemanticsLabelFew => r'$minute minute'; @override - String get datePickerMinuteSemanticsLabelMany => r'$minute minut'; + String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minuta'; + String get datePickerMinuteSemanticsLabelOne => r'1 minut'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minuty'; + String get datePickerMinuteSemanticsLabelOther => r'$minute de minute'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -6441,25 +9493,25 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Wklej'; + String get pasteButtonLabel => r'Inserați'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => r'p.m.'; @override - String get selectAllButtonLabel => r'Wybierz wszystkie'; + String get selectAllButtonLabel => r'Selectați-le pe toate'; @override - String get timerPickerHourLabelFew => r'godziny'; + String get timerPickerHourLabelFew => r'ore'; @override - String get timerPickerHourLabelMany => r'godzin'; + String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'godzina'; + String get timerPickerHourLabelOne => r'oră'; @override - String get timerPickerHourLabelOther => r'godziny'; + String get timerPickerHourLabelOther => r'de ore'; @override String get timerPickerHourLabelTwo => null; @@ -6468,16 +9520,16 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { String get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => r'min'; + String get timerPickerMinuteLabelFew => r'min.'; @override - String get timerPickerMinuteLabelMany => r'min'; + String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'min'; + String get timerPickerMinuteLabelOne => r'min.'; @override - String get timerPickerMinuteLabelOther => r'min'; + String get timerPickerMinuteLabelOther => r'min.'; @override String get timerPickerMinuteLabelTwo => null; @@ -6486,16 +9538,16 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => r's'; + String get timerPickerSecondLabelFew => r'sec.'; @override - String get timerPickerSecondLabelMany => r's'; + String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r's'; + String get timerPickerSecondLabelOne => r'sec.'; @override - String get timerPickerSecondLabelOther => r's'; + String get timerPickerSecondLabelOther => r'sec.'; @override String get timerPickerSecondLabelTwo => null; @@ -6504,16 +9556,16 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Dziś'; + String get todayLabel => r'Azi'; } -/// The translations for Portuguese (`pt`). -class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Portuguese. +/// The translations for Russian (`ru`). +class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Russian. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationPt({ - String localeName = 'pt', + const CupertinoLocalizationRu({ + String localeName = 'ru', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -6535,16 +9587,16 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Alerta'; + String get alertDialogLabel => r'Оповещение'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => r'АМ'; @override - String get copyButtonLabel => r'Copiar'; + String get copyButtonLabel => r'Копировать'; @override - String get cutButtonLabel => r'Cortar'; + String get cutButtonLabel => r'Вырезать'; @override String get datePickerDateOrderString => r'dmy'; @@ -6553,16 +9605,16 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String get datePickerHourSemanticsLabelFew => r'$hour часа'; @override - String get datePickerHourSemanticsLabelMany => null; + String get datePickerHourSemanticsLabelMany => r'$hour часов'; @override - String get datePickerHourSemanticsLabelOne => r'$hour hora'; + String get datePickerHourSemanticsLabelOne => r'$hour час'; @override - String get datePickerHourSemanticsLabelOther => r'$hour horas'; + String get datePickerHourSemanticsLabelOther => r'$hour часа'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -6571,16 +9623,16 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String get datePickerMinuteSemanticsLabelFew => r'$minute минуты'; @override - String get datePickerMinuteSemanticsLabelMany => null; + String get datePickerMinuteSemanticsLabelMany => r'$minute минут'; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minuto'; + String get datePickerMinuteSemanticsLabelOne => r'1 минута'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minutos'; + String get datePickerMinuteSemanticsLabelOther => r'$minute минуты'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -6589,25 +9641,25 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Colar'; + String get pasteButtonLabel => r'Вставить'; @override String get postMeridiemAbbreviation => r'PM'; @override - String get selectAllButtonLabel => r'Selecionar Tudo'; + String get selectAllButtonLabel => r'Выбрать все'; @override - String get timerPickerHourLabelFew => null; + String get timerPickerHourLabelFew => r'часа'; @override - String get timerPickerHourLabelMany => null; + String get timerPickerHourLabelMany => r'часов'; @override - String get timerPickerHourLabelOne => r'hora'; + String get timerPickerHourLabelOne => r'час'; @override - String get timerPickerHourLabelOther => r'horas'; + String get timerPickerHourLabelOther => r'часа'; @override String get timerPickerHourLabelTwo => null; @@ -6616,16 +9668,16 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { String get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String get timerPickerMinuteLabelFew => r'мин.'; @override - String get timerPickerMinuteLabelMany => null; + String get timerPickerMinuteLabelMany => r'мин.'; @override - String get timerPickerMinuteLabelOne => r'min'; + String get timerPickerMinuteLabelOne => r'мин.'; @override - String get timerPickerMinuteLabelOther => r'min'; + String get timerPickerMinuteLabelOther => r'мин.'; @override String get timerPickerMinuteLabelTwo => null; @@ -6634,16 +9686,16 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String get timerPickerSecondLabelFew => r'сек.'; @override - String get timerPickerSecondLabelMany => null; + String get timerPickerSecondLabelMany => r'сек.'; @override - String get timerPickerSecondLabelOne => r's'; + String get timerPickerSecondLabelOne => r'сек.'; @override - String get timerPickerSecondLabelOther => r's'; + String get timerPickerSecondLabelOther => r'сек.'; @override String get timerPickerSecondLabelTwo => null; @@ -6652,56 +9704,16 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Hoje'; -} - -/// The translations for Portuguese, as used in Portugal (`pt_PT`). -class CupertinoLocalizationPtPt extends CupertinoLocalizationPt { - /// Create an instance of the translation bundle for Portuguese, as used in Portugal. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationPtPt({ - String localeName = 'pt_PT', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); - - @override - String get datePickerHourSemanticsLabelOther => r'$hour hora'; - - @override - String get timerPickerSecondLabelOne => r'seg'; - - @override - String get timerPickerSecondLabelOther => r'seg'; - - @override - String get selectAllButtonLabel => r'Selecionar tudo'; + String get todayLabel => r'Сегодня'; } -/// The translations for Romanian Moldavian Moldovan (`ro`). -class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Romanian Moldavian Moldovan. +/// The translations for Sinhala Sinhalese (`si`). +class CupertinoLocalizationSi extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Sinhala Sinhalese. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationRo({ - String localeName = 'ro', + const CupertinoLocalizationSi({ + String localeName = 'si', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -6723,34 +9735,34 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Alertă'; + String get alertDialogLabel => r'ඇඟවීම'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => r'පෙ.ව.'; @override - String get copyButtonLabel => r'Copiați'; + String get copyButtonLabel => r'පිටපත් කරන්න'; @override - String get cutButtonLabel => r'Decupați'; + String get cutButtonLabel => r'කපන්න'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => r'ymd'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => r'date_dayPeriod_time'; @override - String get datePickerHourSemanticsLabelFew => r'Ora $hour'; + String get datePickerHourSemanticsLabelFew => null; @override String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'Ora $hour'; + String get datePickerHourSemanticsLabelOne => r'$hourයි'; @override - String get datePickerHourSemanticsLabelOther => r'Ora $hour'; + String get datePickerHourSemanticsLabelOther => r'$hourයි'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -6759,16 +9771,16 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute minute'; + String get datePickerMinuteSemanticsLabelFew => null; @override String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minut'; + String get datePickerMinuteSemanticsLabelOne => r'මිනිත්තු 1'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute de minute'; + String get datePickerMinuteSemanticsLabelOther => r'මිනිත්තු $minute'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -6777,25 +9789,25 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Inserați'; + String get pasteButtonLabel => r'අලවන්න'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => r'ප.ව.'; @override - String get selectAllButtonLabel => r'Selectați-le pe toate'; + String get selectAllButtonLabel => r'සියල්ල තෝරන්න'; @override - String get timerPickerHourLabelFew => r'ore'; + String get timerPickerHourLabelFew => null; @override String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'oră'; + String get timerPickerHourLabelOne => r'පැය'; @override - String get timerPickerHourLabelOther => r'de ore'; + String get timerPickerHourLabelOther => r'පැය'; @override String get timerPickerHourLabelTwo => null; @@ -6804,16 +9816,16 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { String get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => r'min.'; + String get timerPickerMinuteLabelFew => null; @override String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'min.'; + String get timerPickerMinuteLabelOne => r'මිනි.'; @override - String get timerPickerMinuteLabelOther => r'min.'; + String get timerPickerMinuteLabelOther => r'මිනි.'; @override String get timerPickerMinuteLabelTwo => null; @@ -6822,16 +9834,16 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => r'sec.'; + String get timerPickerSecondLabelFew => null; @override String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'sec.'; + String get timerPickerSecondLabelOne => r'තත්.'; @override - String get timerPickerSecondLabelOther => r'sec.'; + String get timerPickerSecondLabelOther => r'තත්.'; @override String get timerPickerSecondLabelTwo => null; @@ -6840,16 +9852,16 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Azi'; + String get todayLabel => r'අද'; } -/// The translations for Russian (`ru`). -class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Russian. +/// The translations for Slovak (`sk`). +class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Slovak. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationRu({ - String localeName = 'ru', + const CupertinoLocalizationSk({ + String localeName = 'sk', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -6871,34 +9883,34 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Оповещение'; + String get alertDialogLabel => r'Upozornenie'; @override - String get anteMeridiemAbbreviation => r'АМ'; + String get anteMeridiemAbbreviation => r'AM'; @override - String get copyButtonLabel => r'Копировать'; + String get copyButtonLabel => r'Kopírovať'; @override - String get cutButtonLabel => r'Вырезать'; + String get cutButtonLabel => r'Vystrihnúť'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => r'mdy'; @override String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour часа'; + String get datePickerHourSemanticsLabelFew => r'$hour hodiny'; @override - String get datePickerHourSemanticsLabelMany => r'$hour часов'; + String get datePickerHourSemanticsLabelMany => r'$hour hodiny'; @override - String get datePickerHourSemanticsLabelOne => r'$hour час'; + String get datePickerHourSemanticsLabelOne => r'$hour hodina'; @override - String get datePickerHourSemanticsLabelOther => r'$hour часа'; + String get datePickerHourSemanticsLabelOther => r'$hour hodín'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -6907,16 +9919,16 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute минуты'; + String get datePickerMinuteSemanticsLabelFew => r'$minute minúty'; @override - String get datePickerMinuteSemanticsLabelMany => r'$minute минут'; + String get datePickerMinuteSemanticsLabelMany => r'$minute minúty'; @override - String get datePickerMinuteSemanticsLabelOne => r'1 минута'; + String get datePickerMinuteSemanticsLabelOne => r'1 minúta'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute минуты'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minút'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -6925,25 +9937,25 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Вставить'; + String get pasteButtonLabel => r'Prilepiť'; @override String get postMeridiemAbbreviation => r'PM'; @override - String get selectAllButtonLabel => r'Выбрать все'; + String get selectAllButtonLabel => r'Vybrať všetko'; @override - String get timerPickerHourLabelFew => r'часа'; + String get timerPickerHourLabelFew => r'hodiny'; @override - String get timerPickerHourLabelMany => r'часов'; + String get timerPickerHourLabelMany => r'hodiny'; @override - String get timerPickerHourLabelOne => r'час'; + String get timerPickerHourLabelOne => r'hodina'; @override - String get timerPickerHourLabelOther => r'часа'; + String get timerPickerHourLabelOther => r'hodín'; @override String get timerPickerHourLabelTwo => null; @@ -6952,16 +9964,16 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { String get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => r'мин.'; + String get timerPickerMinuteLabelFew => r'min'; @override - String get timerPickerMinuteLabelMany => r'мин.'; + String get timerPickerMinuteLabelMany => r'min'; @override - String get timerPickerMinuteLabelOne => r'мин.'; + String get timerPickerMinuteLabelOne => r'min'; @override - String get timerPickerMinuteLabelOther => r'мин.'; + String get timerPickerMinuteLabelOther => r'min'; @override String get timerPickerMinuteLabelTwo => null; @@ -6970,16 +9982,16 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => r'сек.'; + String get timerPickerSecondLabelFew => r's'; @override - String get timerPickerSecondLabelMany => r'сек.'; + String get timerPickerSecondLabelMany => r's'; @override - String get timerPickerSecondLabelOne => r'сек.'; + String get timerPickerSecondLabelOne => r's'; @override - String get timerPickerSecondLabelOther => r'сек.'; + String get timerPickerSecondLabelOther => r's'; @override String get timerPickerSecondLabelTwo => null; @@ -6988,16 +10000,16 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Сегодня'; + String get todayLabel => r'Dnes'; } -/// The translations for Slovak (`sk`). -class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Slovak. +/// The translations for Slovenian (`sl`). +class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Slovenian. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationSk({ - String localeName = 'sk', + const CupertinoLocalizationSl({ + String localeName = 'sl', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -7019,82 +10031,82 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Upozornenie'; + String get alertDialogLabel => r'Opozorilo'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => r'DOP.'; @override - String get copyButtonLabel => r'Kopírovať'; + String get copyButtonLabel => r'Kopiraj'; @override - String get cutButtonLabel => r'Vystrihnúť'; + String get cutButtonLabel => r'Izreži'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => r'dmy'; @override String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour hodiny'; + String get datePickerHourSemanticsLabelFew => r'$hour'; @override - String get datePickerHourSemanticsLabelMany => r'$hour hodiny'; + String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour hodina'; + String get datePickerHourSemanticsLabelOne => r'$hour'; @override - String get datePickerHourSemanticsLabelOther => r'$hour hodín'; + String get datePickerHourSemanticsLabelOther => r'$hour'; @override - String get datePickerHourSemanticsLabelTwo => null; + String get datePickerHourSemanticsLabelTwo => r'$hour'; @override String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute minúty'; + String get datePickerMinuteSemanticsLabelFew => r'$minute minute'; @override - String get datePickerMinuteSemanticsLabelMany => r'$minute minúty'; + String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minúta'; + String get datePickerMinuteSemanticsLabelOne => r'1 minuta'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minút'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minut'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String get datePickerMinuteSemanticsLabelTwo => r'$minute minuti'; @override String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Prilepiť'; + String get pasteButtonLabel => r'Prilepi'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => r'POP.'; @override - String get selectAllButtonLabel => r'Vybrať všetko'; + String get selectAllButtonLabel => r'Izberi vse'; @override - String get timerPickerHourLabelFew => r'hodiny'; + String get timerPickerHourLabelFew => r'ure'; @override - String get timerPickerHourLabelMany => r'hodiny'; + String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'hodina'; + String get timerPickerHourLabelOne => r'ura'; @override - String get timerPickerHourLabelOther => r'hodín'; + String get timerPickerHourLabelOther => r'ure'; @override - String get timerPickerHourLabelTwo => null; + String get timerPickerHourLabelTwo => r'ure'; @override String get timerPickerHourLabelZero => null; @@ -7103,7 +10115,7 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelFew => r'min'; @override - String get timerPickerMinuteLabelMany => r'min'; + String get timerPickerMinuteLabelMany => null; @override String get timerPickerMinuteLabelOne => r'min'; @@ -7112,7 +10124,7 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelOther => r'min'; @override - String get timerPickerMinuteLabelTwo => null; + String get timerPickerMinuteLabelTwo => r'min'; @override String get timerPickerMinuteLabelZero => null; @@ -7121,7 +10133,7 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelFew => r's'; @override - String get timerPickerSecondLabelMany => r's'; + String get timerPickerSecondLabelMany => null; @override String get timerPickerSecondLabelOne => r's'; @@ -7130,22 +10142,22 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelOther => r's'; @override - String get timerPickerSecondLabelTwo => null; + String get timerPickerSecondLabelTwo => r's'; @override String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Dnes'; + String get todayLabel => r'Danes'; } -/// The translations for Slovenian (`sl`). -class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Slovenian. +/// The translations for Albanian (`sq`). +class CupertinoLocalizationSq extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Albanian. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationSl({ - String localeName = 'sl', + const CupertinoLocalizationSq({ + String localeName = 'sq', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -7167,16 +10179,16 @@ class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Opozorilo'; + String get alertDialogLabel => r'Sinjalizim'; @override - String get anteMeridiemAbbreviation => r'DOP.'; + String get anteMeridiemAbbreviation => r'paradite'; @override - String get copyButtonLabel => r'Kopiraj'; + String get copyButtonLabel => r'Kopjo'; @override - String get cutButtonLabel => r'Izreži'; + String get cutButtonLabel => r'Prit'; @override String get datePickerDateOrderString => r'dmy'; @@ -7185,106 +10197,106 @@ class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour'; + String get datePickerHourSemanticsLabelFew => null; @override String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour'; + String get datePickerHourSemanticsLabelOne => r'$hour fiks'; @override - String get datePickerHourSemanticsLabelOther => r'$hour'; + String get datePickerHourSemanticsLabelOther => r'$hour fiks'; @override - String get datePickerHourSemanticsLabelTwo => r'$hour'; + String get datePickerHourSemanticsLabelTwo => null; @override String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute minute'; + String get datePickerMinuteSemanticsLabelFew => null; @override String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minuta'; + String get datePickerMinuteSemanticsLabelOne => r'1 minutë'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minut'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minuta'; @override - String get datePickerMinuteSemanticsLabelTwo => r'$minute minuti'; + String get datePickerMinuteSemanticsLabelTwo => null; @override String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Prilepi'; + String get pasteButtonLabel => r'Ngjit'; @override - String get postMeridiemAbbreviation => r'POP.'; + String get postMeridiemAbbreviation => r'pasdite'; @override - String get selectAllButtonLabel => r'Izberi vse'; + String get selectAllButtonLabel => r'Zgjidhi të gjitha'; @override - String get timerPickerHourLabelFew => r'ure'; + String get timerPickerHourLabelFew => null; @override String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'ura'; + String get timerPickerHourLabelOne => r'orë'; @override - String get timerPickerHourLabelOther => r'ure'; + String get timerPickerHourLabelOther => r'orë'; @override - String get timerPickerHourLabelTwo => r'ure'; + String get timerPickerHourLabelTwo => null; @override String get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => r'min'; + String get timerPickerMinuteLabelFew => null; @override String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'min'; + String get timerPickerMinuteLabelOne => r'min.'; @override - String get timerPickerMinuteLabelOther => r'min'; + String get timerPickerMinuteLabelOther => r'min.'; @override - String get timerPickerMinuteLabelTwo => r'min'; + String get timerPickerMinuteLabelTwo => null; @override String get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => r's'; + String get timerPickerSecondLabelFew => null; @override String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r's'; + String get timerPickerSecondLabelOne => r'sek.'; @override - String get timerPickerSecondLabelOther => r's'; + String get timerPickerSecondLabelOther => r'sek.'; @override - String get timerPickerSecondLabelTwo => r's'; + String get timerPickerSecondLabelTwo => null; @override String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Danes'; + String get todayLabel => r'Sot'; } /// The translations for Serbian (`sr`). @@ -7565,8 +10577,156 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { /// Create an instance of the translation bundle for Swedish. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationSv({ - String localeName = 'sv', + const CupertinoLocalizationSv({ + String localeName = 'sv', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Varning'; + + @override + String get anteMeridiemAbbreviation => r'FM'; + + @override + String get copyButtonLabel => r'Kopiera'; + + @override + String get cutButtonLabel => r'Klipp ut'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'Klockan $hour'; + + @override + String get datePickerHourSemanticsLabelOther => r'Klockan $hour'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 minut'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minuter'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Klistra in'; + + @override + String get postMeridiemAbbreviation => r'EM'; + + @override + String get selectAllButtonLabel => r'Markera alla'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'timme'; + + @override + String get timerPickerHourLabelOther => r'timmar'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'min'; + + @override + String get timerPickerMinuteLabelOther => r'min'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'sek'; + + @override + String get timerPickerSecondLabelOther => r'sek'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'I dag'; +} + +/// The translations for Swahili (`sw`). +class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Swahili. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationSw({ + String localeName = 'sw', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -7588,16 +10748,16 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Varning'; + String get alertDialogLabel => r'Arifa'; @override - String get anteMeridiemAbbreviation => r'FM'; + String get anteMeridiemAbbreviation => r'AM'; @override - String get copyButtonLabel => r'Kopiera'; + String get copyButtonLabel => r'Nakili'; @override - String get cutButtonLabel => r'Klipp ut'; + String get cutButtonLabel => r'Kata'; @override String get datePickerDateOrderString => r'dmy'; @@ -7612,10 +10772,10 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'Klockan $hour'; + String get datePickerHourSemanticsLabelOne => r'Saa $hour kamili'; @override - String get datePickerHourSemanticsLabelOther => r'Klockan $hour'; + String get datePickerHourSemanticsLabelOther => r'Saa $hour kamili'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -7630,10 +10790,10 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minut'; + String get datePickerMinuteSemanticsLabelOne => r'Dakika 1'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minuter'; + String get datePickerMinuteSemanticsLabelOther => r'Dakika $minute'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -7642,13 +10802,13 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Klistra in'; + String get pasteButtonLabel => r'Bandika'; @override - String get postMeridiemAbbreviation => r'EM'; + String get postMeridiemAbbreviation => r'PM'; @override - String get selectAllButtonLabel => r'Markera alla'; + String get selectAllButtonLabel => r'Teua Zote'; @override String get timerPickerHourLabelFew => null; @@ -7657,10 +10817,10 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'timme'; + String get timerPickerHourLabelOne => r'saa'; @override - String get timerPickerHourLabelOther => r'timmar'; + String get timerPickerHourLabelOther => r'saa'; @override String get timerPickerHourLabelTwo => null; @@ -7675,10 +10835,10 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'min'; + String get timerPickerMinuteLabelOne => r'dakika'; @override - String get timerPickerMinuteLabelOther => r'min'; + String get timerPickerMinuteLabelOther => r'dakika'; @override String get timerPickerMinuteLabelTwo => null; @@ -7693,10 +10853,10 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'sek'; + String get timerPickerSecondLabelOne => r'sekunde'; @override - String get timerPickerSecondLabelOther => r'sek'; + String get timerPickerSecondLabelOther => r'sekunde'; @override String get timerPickerSecondLabelTwo => null; @@ -7705,16 +10865,16 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'I dag'; + String get todayLabel => r'Leo'; } -/// The translations for Swahili (`sw`). -class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Swahili. +/// The translations for Tamil (`ta`). +class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Tamil. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationSw({ - String localeName = 'sw', + const CupertinoLocalizationTa({ + String localeName = 'ta', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -7736,16 +10896,16 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Arifa'; + String get alertDialogLabel => r'விழிப்பூட்டல்'; @override String get anteMeridiemAbbreviation => r'AM'; @override - String get copyButtonLabel => r'Nakili'; + String get copyButtonLabel => r'நகலெடு'; @override - String get cutButtonLabel => r'Kata'; + String get cutButtonLabel => r'வெட்டு'; @override String get datePickerDateOrderString => r'dmy'; @@ -7760,10 +10920,10 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'Saa $hour kamili'; + String get datePickerHourSemanticsLabelOne => r'$hour மணி'; @override - String get datePickerHourSemanticsLabelOther => r'Saa $hour kamili'; + String get datePickerHourSemanticsLabelOther => r'$hour மணி'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -7778,10 +10938,10 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'Dakika 1'; + String get datePickerMinuteSemanticsLabelOne => r'1 நிமிடம்'; @override - String get datePickerMinuteSemanticsLabelOther => r'Dakika $minute'; + String get datePickerMinuteSemanticsLabelOther => r'$minute நிமிடங்கள்'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -7790,13 +10950,13 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Bandika'; + String get pasteButtonLabel => r'ஒட்டு'; @override String get postMeridiemAbbreviation => r'PM'; @override - String get selectAllButtonLabel => r'Teua Zote'; + String get selectAllButtonLabel => r'எல்லாம் தேர்ந்தெடு'; @override String get timerPickerHourLabelFew => null; @@ -7805,10 +10965,10 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'saa'; + String get timerPickerHourLabelOne => r'மணிநேரம்'; @override - String get timerPickerHourLabelOther => r'saa'; + String get timerPickerHourLabelOther => r'மணிநேரம்'; @override String get timerPickerHourLabelTwo => null; @@ -7823,10 +10983,10 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'dakika'; + String get timerPickerMinuteLabelOne => r'நிமி.'; @override - String get timerPickerMinuteLabelOther => r'dakika'; + String get timerPickerMinuteLabelOther => r'நிமி.'; @override String get timerPickerMinuteLabelTwo => null; @@ -7841,10 +11001,10 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'sekunde'; + String get timerPickerSecondLabelOne => r'வி.'; @override - String get timerPickerSecondLabelOther => r'sekunde'; + String get timerPickerSecondLabelOther => r'வி.'; @override String get timerPickerSecondLabelTwo => null; @@ -7853,16 +11013,16 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Leo'; + String get todayLabel => r'இன்று'; } -/// The translations for Tamil (`ta`). -class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Tamil. +/// The translations for Telugu (`te`). +class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Telugu. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationTa({ - String localeName = 'ta', + const CupertinoLocalizationTe({ + String localeName = 'te', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -7884,19 +11044,19 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'விழிப்பூட்டல்'; + String get alertDialogLabel => r'అలర్ట్'; @override String get anteMeridiemAbbreviation => r'AM'; @override - String get copyButtonLabel => r'நகலெடு'; + String get copyButtonLabel => r'కాపీ చేయి'; @override - String get cutButtonLabel => r'வெட்டு'; + String get cutButtonLabel => r'కత్తిరించు'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => r'mdy'; @override String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; @@ -7908,10 +11068,10 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour மணி'; + String get datePickerHourSemanticsLabelOne => r'$hour అవుతుంది'; @override - String get datePickerHourSemanticsLabelOther => r'$hour மணி'; + String get datePickerHourSemanticsLabelOther => r'$hour అవుతుంది'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -7926,10 +11086,10 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 நிமிடம்'; + String get datePickerMinuteSemanticsLabelOne => r'1 నిమిషం'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute நிமிடங்கள்'; + String get datePickerMinuteSemanticsLabelOther => r'$minute నిమిషాలు'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -7938,13 +11098,13 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'ஒட்டு'; + String get pasteButtonLabel => r'అతికించు'; @override String get postMeridiemAbbreviation => r'PM'; @override - String get selectAllButtonLabel => r'எல்லாம் தேர்ந்தெடு'; + String get selectAllButtonLabel => r'అన్నింటినీ ఎంచుకోండి'; @override String get timerPickerHourLabelFew => null; @@ -7953,10 +11113,10 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'மணிநேரம்'; + String get timerPickerHourLabelOne => r'గంట'; @override - String get timerPickerHourLabelOther => r'மணிநேரம்'; + String get timerPickerHourLabelOther => r'గంటలు'; @override String get timerPickerHourLabelTwo => null; @@ -7971,10 +11131,10 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'நிமி.'; + String get timerPickerMinuteLabelOne => r'నిమి.'; @override - String get timerPickerMinuteLabelOther => r'நிமி.'; + String get timerPickerMinuteLabelOther => r'నిమి.'; @override String get timerPickerMinuteLabelTwo => null; @@ -7989,10 +11149,10 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'வி.'; + String get timerPickerSecondLabelOne => r'సెకన్లు.'; @override - String get timerPickerSecondLabelOther => r'வி.'; + String get timerPickerSecondLabelOther => r'సెకన్లు.'; @override String get timerPickerSecondLabelTwo => null; @@ -8001,7 +11161,7 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'இன்று'; + String get todayLabel => r'ఈరోజు'; } /// The translations for Thai (`th`). @@ -8373,7 +11533,155 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => r'1 dakika'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute dakika'; + String get datePickerMinuteSemanticsLabelOther => r'$minute dakika'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Yapıştır'; + + @override + String get postMeridiemAbbreviation => r'ÖS'; + + @override + String get selectAllButtonLabel => r'Tümünü Seç'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'saat'; + + @override + String get timerPickerHourLabelOther => r'saat'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'dk.'; + + @override + String get timerPickerMinuteLabelOther => r'dk.'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'sn.'; + + @override + String get timerPickerSecondLabelOther => r'sn.'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Bugün'; +} + +/// The translations for Ukrainian (`uk`). +class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Ukrainian. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationUk({ + String localeName = 'uk', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Сповіщення'; + + @override + String get anteMeridiemAbbreviation => r'дп'; + + @override + String get copyButtonLabel => r'Копіювати'; + + @override + String get cutButtonLabel => r'Вирізати'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => r'$hour години'; + + @override + String get datePickerHourSemanticsLabelMany => r'$hour годин'; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour година'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour години'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => r'$minute хвилини'; + + @override + String get datePickerMinuteSemanticsLabelMany => r'$minute хвилин'; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 хвилина'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute хвилини'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -8382,25 +11690,25 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Yapıştır'; + String get pasteButtonLabel => r'Вставити'; @override - String get postMeridiemAbbreviation => r'ÖS'; + String get postMeridiemAbbreviation => r'пп'; @override - String get selectAllButtonLabel => r'Tümünü Seç'; + String get selectAllButtonLabel => r'Вибрати все'; @override - String get timerPickerHourLabelFew => null; + String get timerPickerHourLabelFew => r'години'; @override - String get timerPickerHourLabelMany => null; + String get timerPickerHourLabelMany => r'годин'; @override - String get timerPickerHourLabelOne => r'saat'; + String get timerPickerHourLabelOne => r'година'; @override - String get timerPickerHourLabelOther => r'saat'; + String get timerPickerHourLabelOther => r'години'; @override String get timerPickerHourLabelTwo => null; @@ -8409,16 +11717,16 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { String get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String get timerPickerMinuteLabelFew => r'хв'; @override - String get timerPickerMinuteLabelMany => null; + String get timerPickerMinuteLabelMany => r'хв'; @override - String get timerPickerMinuteLabelOne => r'dk.'; + String get timerPickerMinuteLabelOne => r'хв'; @override - String get timerPickerMinuteLabelOther => r'dk.'; + String get timerPickerMinuteLabelOther => r'хв'; @override String get timerPickerMinuteLabelTwo => null; @@ -8427,16 +11735,16 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String get timerPickerSecondLabelFew => r'с'; @override - String get timerPickerSecondLabelMany => null; + String get timerPickerSecondLabelMany => r'с'; @override - String get timerPickerSecondLabelOne => r'sn.'; + String get timerPickerSecondLabelOne => r'с'; @override - String get timerPickerSecondLabelOther => r'sn.'; + String get timerPickerSecondLabelOther => r'с'; @override String get timerPickerSecondLabelTwo => null; @@ -8445,16 +11753,16 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Bugün'; + String get todayLabel => r'Сьогодні'; } -/// The translations for Ukrainian (`uk`). -class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Ukrainian. +/// The translations for Urdu (`ur`). +class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Urdu. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationUk({ - String localeName = 'uk', + const CupertinoLocalizationUr({ + String localeName = 'ur', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -8476,34 +11784,34 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Сповіщення'; + String get alertDialogLabel => r'الرٹ'; @override - String get anteMeridiemAbbreviation => r'дп'; + String get anteMeridiemAbbreviation => r'AM'; @override - String get copyButtonLabel => r'Копіювати'; + String get copyButtonLabel => r'کاپی کریں'; @override - String get cutButtonLabel => r'Вирізати'; + String get cutButtonLabel => r'کٹ کریں'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => r'dmy'; @override String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour години'; + String get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => r'$hour годин'; + String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour година'; + String get datePickerHourSemanticsLabelOne => r'$hour بجے'; @override - String get datePickerHourSemanticsLabelOther => r'$hour години'; + String get datePickerHourSemanticsLabelOther => r'$hour بجے'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -8512,16 +11820,16 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute хвилини'; + String get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => r'$minute хвилин'; + String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 хвилина'; + String get datePickerMinuteSemanticsLabelOne => r'1 منٹ'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute хвилини'; + String get datePickerMinuteSemanticsLabelOther => r'$minute منٹس'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -8530,25 +11838,25 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Вставити'; + String get pasteButtonLabel => r'پیسٹ کریں'; @override - String get postMeridiemAbbreviation => r'пп'; + String get postMeridiemAbbreviation => r'PM'; @override - String get selectAllButtonLabel => r'Вибрати все'; + String get selectAllButtonLabel => r'سبھی منتخب کریں'; @override - String get timerPickerHourLabelFew => r'години'; + String get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => r'годин'; + String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'година'; + String get timerPickerHourLabelOne => r'گھنٹہ'; @override - String get timerPickerHourLabelOther => r'години'; + String get timerPickerHourLabelOther => r'گھنٹے'; @override String get timerPickerHourLabelTwo => null; @@ -8557,16 +11865,16 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { String get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => r'хв'; + String get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => r'хв'; + String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'хв'; + String get timerPickerMinuteLabelOne => r'منٹ۔'; @override - String get timerPickerMinuteLabelOther => r'хв'; + String get timerPickerMinuteLabelOther => r'منٹ۔'; @override String get timerPickerMinuteLabelTwo => null; @@ -8575,16 +11883,16 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => r'с'; + String get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => r'с'; + String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'с'; + String get timerPickerSecondLabelOne => r'سیکنڈ۔'; @override - String get timerPickerSecondLabelOther => r'с'; + String get timerPickerSecondLabelOther => r'سیکنڈ۔'; @override String get timerPickerSecondLabelTwo => null; @@ -8593,16 +11901,16 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Сьогодні'; + String get todayLabel => r'آج'; } -/// The translations for Urdu (`ur`). -class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Urdu. +/// The translations for Uzbek (`uz`). +class CupertinoLocalizationUz extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Uzbek. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationUr({ - String localeName = 'ur', + const CupertinoLocalizationUz({ + String localeName = 'uz', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -8624,19 +11932,19 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'الرٹ'; + String get alertDialogLabel => r'Ogohlantirish'; @override String get anteMeridiemAbbreviation => r'AM'; @override - String get copyButtonLabel => r'کاپی کریں'; + String get copyButtonLabel => r'Nusxa olish'; @override - String get cutButtonLabel => r'کٹ کریں'; + String get cutButtonLabel => r'Kesib olish'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => r'mdy'; @override String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; @@ -8648,10 +11956,10 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour بجے'; + String get datePickerHourSemanticsLabelOne => r'$hour soat'; @override - String get datePickerHourSemanticsLabelOther => r'$hour بجے'; + String get datePickerHourSemanticsLabelOther => r'$hour soat'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -8666,10 +11974,10 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 منٹ'; + String get datePickerMinuteSemanticsLabelOne => r'1 daqiqa'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute منٹس'; + String get datePickerMinuteSemanticsLabelOther => r'$minute daqiqa'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -8678,13 +11986,13 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'پیسٹ کریں'; + String get pasteButtonLabel => r'Joylash'; @override String get postMeridiemAbbreviation => r'PM'; @override - String get selectAllButtonLabel => r'سبھی منتخب کریں'; + String get selectAllButtonLabel => r'Barchasini tanlash'; @override String get timerPickerHourLabelFew => null; @@ -8693,10 +12001,10 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'گھنٹہ'; + String get timerPickerHourLabelOne => r'soat'; @override - String get timerPickerHourLabelOther => r'گھنٹے'; + String get timerPickerHourLabelOther => r'soat'; @override String get timerPickerHourLabelTwo => null; @@ -8711,10 +12019,10 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'منٹ۔'; + String get timerPickerMinuteLabelOne => r'daqiqa'; @override - String get timerPickerMinuteLabelOther => r'منٹ۔'; + String get timerPickerMinuteLabelOther => r'daqiqa'; @override String get timerPickerMinuteLabelTwo => null; @@ -8729,10 +12037,10 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'سیکنڈ۔'; + String get timerPickerSecondLabelOne => r'soniya'; @override - String get timerPickerSecondLabelOther => r'سیکنڈ۔'; + String get timerPickerSecondLabelOther => r'soniya'; @override String get timerPickerSecondLabelTwo => null; @@ -8741,7 +12049,7 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'آج'; + String get todayLabel => r'Bugun'; } /// The translations for Vietnamese (`vi`). @@ -9191,6 +12499,154 @@ class CupertinoLocalizationZhHantTw extends CupertinoLocalizationZhHant { ); } +/// The translations for Zulu (`zu`). +class CupertinoLocalizationZu extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Zulu. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationZu({ + String localeName = 'zu', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => r'Isexwayiso'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get copyButtonLabel => r'Kopisha'; + + @override + String get cutButtonLabel => r'Sika'; + + @override + String get datePickerDateOrderString => r'mdy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => r'$hour ezimpondweni'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour ezimpondweni'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 iminithi'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute amaminithi'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => r'Namathisela'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get selectAllButtonLabel => r'Khetha konke'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => r'ihora'; + + @override + String get timerPickerHourLabelOther => r'amahora'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => r'iminithi.'; + + @override + String get timerPickerMinuteLabelOther => r'iminithi.'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => r'isekhondi.'; + + @override + String get timerPickerSecondLabelOther => r'isekhondi.'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => r'Namuhla'; +} + /// The set of supported languages, as language code strings. /// /// The [GlobalCupertinoLocalizations.delegate] can generate localizations for @@ -9203,8 +12659,14 @@ class CupertinoLocalizationZhHantTw extends CupertinoLocalizationZhHant { /// /// * [getCupertinoTranslation], whose documentation describes these values. final Set kCupertinoSupportedLanguages = HashSet.from(const [ + 'af', // Afrikaans + 'am', // Amharic 'ar', // Arabic + 'as', // Assamese + 'az', // Azerbaijani + 'be', // Belarusian 'bg', // Bulgarian + 'bn', // Bengali Bangla 'bs', // Bosnian 'ca', // Catalan Valencian 'cs', // Czech @@ -9214,47 +12676,64 @@ final Set kCupertinoSupportedLanguages = HashSet.from(const kCupertinoSupportedLanguages = HashSet.from(const kCupertinoSupportedLanguages = HashSet.from(const r'حول "$applicationName"'; + String get aboutListTileTitleRaw => r'Meer oor $applicationName'; @override - String get alertDialogLabel => r'تنبيه'; + String get alertDialogLabel => r'Opletberig'; @override - String get anteMeridiemAbbreviation => r'ص'; + String get anteMeridiemAbbreviation => r'vm.'; @override - String get backButtonTooltip => r'رجوع'; + String get backButtonTooltip => r'Terug'; @override - String get cancelButtonLabel => r'إلغاء'; + String get cancelButtonLabel => r'KANSELLEER'; @override - String get closeButtonLabel => r'إغلاق'; + String get closeButtonLabel => r'MAAK TOE'; @override - String get closeButtonTooltip => r'إغلاق'; + String get closeButtonTooltip => r'Maak toe'; @override - String get collapsedIconTapHint => r'توسيع'; + String get collapsedIconTapHint => r'Vou uit'; @override - String get continueButtonLabel => r'متابعة'; + String get continueButtonLabel => r'GAAN VOORT'; @override - String get copyButtonLabel => r'نسخ'; + String get copyButtonLabel => r'KOPIEER'; @override - String get cutButtonLabel => r'قص'; + String get cutButtonLabel => r'KNIP'; @override - String get deleteButtonTooltip => r'حذف'; + String get deleteButtonTooltip => r'Vee uit'; @override - String get dialogLabel => r'مربع حوار'; + String get dialogLabel => r'Dialoog'; @override - String get drawerLabel => r'قائمة تنقل'; + String get drawerLabel => r'Navigasiekieslys'; @override - String get expandedIconTapHint => r'تصغير'; + String get expandedIconTapHint => r'Vou in'; @override - String get hideAccountsLabel => r'إخفاء الحسابات'; + String get hideAccountsLabel => r'Versteek rekeninge'; @override - String get licensesPageTitle => r'التراخيص'; + String get licensesPageTitle => r'Lisensies'; @override - String get modalBarrierDismissLabel => r'رفض'; + String get modalBarrierDismissLabel => r'Maak toe'; @override - String get nextMonthTooltip => r'الشهر التالي'; + String get nextMonthTooltip => r'Volgende maand'; @override - String get nextPageTooltip => r'الصفحة التالية'; + String get nextPageTooltip => r'Volgende bladsy'; @override - String get okButtonLabel => r'حسنًا'; + String get okButtonLabel => r'OK'; @override - String get openAppDrawerTooltip => r'فتح قائمة التنقل'; + String get openAppDrawerTooltip => r'Maak navigasiekieslys oop'; @override - String get pageRowsInfoTitleRaw => r'من $firstRow إلى $lastRow من إجمالي $rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow van $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'من $firstRow إلى $lastRow من إجمالي $rowCount تقريبًا'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow van ongeveer $rowCount'; @override - String get pasteButtonLabel => r'لصق'; + String get pasteButtonLabel => r'PLAK'; @override - String get popupMenuLabel => r'قائمة منبثقة'; + String get popupMenuLabel => r'Opspringkieslys'; @override - String get postMeridiemAbbreviation => r'م'; + String get postMeridiemAbbreviation => r'nm.'; @override - String get previousMonthTooltip => r'الشهر السابق'; + String get previousMonthTooltip => r'Vorige maand'; @override - String get previousPageTooltip => r'الصفحة السابقة'; + String get previousPageTooltip => r'Vorige bladsy'; @override - String get refreshIndicatorSemanticLabel => r'إعادة تحميل'; + String get refreshIndicatorSemanticLabel => r'Herlaai'; @override - String get remainingTextFieldCharacterCountFew => r'$remainingCount أحرف متبقية'; + String get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => r'$remainingCount حرفًا متبقيًا'; + String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'حرف واحد متبقٍ'; + String get remainingTextFieldCharacterCountOne => r'1 karakter oor'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount حرف متبقٍ'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount karakters oor'; @override - String get remainingTextFieldCharacterCountTwo => r'حرفان ($remainingCount) متبقيان'; + String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'لا أحرف متبقية'; + String get remainingTextFieldCharacterCountZero => null; @override - String get reorderItemDown => r'نقل لأسفل'; + String get reorderItemDown => r'Skuif af'; @override - String get reorderItemLeft => r'نقل لليمين'; + String get reorderItemLeft => r'Skuif na links'; @override - String get reorderItemRight => r'نقل لليسار'; + String get reorderItemRight => r'Skuif na regs'; @override - String get reorderItemToEnd => r'نقل إلى نهاية القائمة'; + String get reorderItemToEnd => r'Skuif na die einde'; @override - String get reorderItemToStart => r'نقل إلى بداية القائمة'; + String get reorderItemToStart => r'Skuif na die begin'; @override - String get reorderItemUp => r'نقل لأعلى'; + String get reorderItemUp => r'Skuif op'; @override - String get rowsPerPageTitle => r'عدد الصفوف في الصفحة:'; + String get rowsPerPageTitle => r'Rye per bladsy:'; @override - ScriptCategory get scriptCategory => ScriptCategory.tall; + ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'بحث'; + String get searchFieldLabel => r'Soek'; @override - String get selectAllButtonLabel => r'اختيار الكل'; + String get selectAllButtonLabel => r'KIES ALLES'; @override - String get selectedRowCountTitleFew => r'تم اختيار $selectedRowCount عنصر'; + String get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => r'تم اختيار $selectedRowCount عنصرًا'; + String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'تم اختيار عنصر واحد'; + String get selectedRowCountTitleOne => r'1 item is gekies'; @override - String get selectedRowCountTitleOther => r'تم اختيار $selectedRowCount عنصر'; + String get selectedRowCountTitleOther => r'$selectedRowCount items is gekies'; @override - String get selectedRowCountTitleTwo => r'تم اختيار عنصرين ($selectedRowCount)'; + String get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => r'لم يتم اختيار أي عنصر'; + String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'إظهار الحسابات'; + String get showAccountsLabel => r'Wys rekeninge'; @override - String get showMenuTooltip => r'عرض القائمة'; + String get showMenuTooltip => r'Wys kieslys'; @override - String get signedInLabel => r'تم تسجيل الدخول'; + String get signedInLabel => r'Aangemeld'; @override - String get tabLabelRaw => r'علامة التبويب $tabIndex من $tabCount'; + String get tabLabelRaw => r'Oortjie $tabIndex van $tabCount'; @override - TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'اختيار الساعات'; + String get timePickerHourModeAnnouncement => r'Kies ure'; @override - String get timePickerMinuteModeAnnouncement => r'اختيار الدقائق'; + String get timePickerMinuteModeAnnouncement => r'Kies minute'; @override - String get viewLicensesButtonLabel => r'الاطّلاع على التراخيص'; + String get viewLicensesButtonLabel => r'BEKYK LISENSIES'; } -/// The translations for Bulgarian (`bg`). -class MaterialLocalizationBg extends GlobalMaterialLocalizations { - /// Create an instance of the translation bundle for Bulgarian. +/// The translations for Amharic (`am`). +class MaterialLocalizationAm extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Amharic. /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationBg({ - String localeName = 'bg', + const MaterialLocalizationAm({ + String localeName = 'am', @required intl.DateFormat fullYearFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @@ -249,94 +249,94 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Всичко за $applicationName'; + String get aboutListTileTitleRaw => r'ስለ $applicationName'; @override - String get alertDialogLabel => r'Сигнал'; + String get alertDialogLabel => r'ማንቂያ'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => r'ጥዋት'; @override - String get backButtonTooltip => r'Назад'; + String get backButtonTooltip => r'ተመለስ'; @override - String get cancelButtonLabel => r'ОТКАЗ'; + String get cancelButtonLabel => r'ይቅር'; @override - String get closeButtonLabel => r'ЗАТВАРЯНЕ'; + String get closeButtonLabel => r'ዝጋ'; @override - String get closeButtonTooltip => r'Затваряне'; + String get closeButtonTooltip => r'ዝጋ'; @override - String get collapsedIconTapHint => r'Разгъване'; + String get collapsedIconTapHint => r'ዘርጋ'; @override - String get continueButtonLabel => r'НАПРЕД'; + String get continueButtonLabel => r'ቀጥል'; @override - String get copyButtonLabel => r'КОПИРАНЕ'; + String get copyButtonLabel => r'ቅዳ'; @override - String get cutButtonLabel => r'ИЗРЯЗВАНЕ'; + String get cutButtonLabel => r'ቁረጥ'; @override - String get deleteButtonTooltip => r'Изтриване'; + String get deleteButtonTooltip => r'ሰርዝ'; @override - String get dialogLabel => r'Диалогов прозорец'; + String get dialogLabel => r'መገናኛ'; @override - String get drawerLabel => r'Меню за навигация'; + String get drawerLabel => r'የዳሰሳ ምናሌ'; @override - String get expandedIconTapHint => r'Свиване'; + String get expandedIconTapHint => r'ሰብስብ'; @override - String get hideAccountsLabel => r'Скриване на профилите'; + String get hideAccountsLabel => r'መለያዎችን ደብቅ'; @override - String get licensesPageTitle => r'Лицензи'; + String get licensesPageTitle => r'ፈቃዶች'; @override - String get modalBarrierDismissLabel => r'Отхвърляне'; + String get modalBarrierDismissLabel => r'አሰናብት'; @override - String get nextMonthTooltip => r'Следващият месец'; + String get nextMonthTooltip => r'ቀጣይ ወር'; @override - String get nextPageTooltip => r'Следващата страница'; + String get nextPageTooltip => r'ቀጣይ ገጽ'; @override - String get okButtonLabel => r'OK'; + String get okButtonLabel => r'እሺ'; @override - String get openAppDrawerTooltip => r'Отваряне на менюто за навигация'; + String get openAppDrawerTooltip => r'የዳሰሳ ምናሌን ክፈት'; @override - String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow от $rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow ከ$rowCount ውስጥ'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow от около $rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow ከ$rowCount ያህል ውስጥ'; @override - String get pasteButtonLabel => r'ПОСТАВЯНЕ'; + String get pasteButtonLabel => r'ለጥፍ'; @override - String get popupMenuLabel => r'Изскачащо меню'; + String get popupMenuLabel => r'የብቅ-ባይ ምናሌ'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => r'ከሰዓት'; @override - String get previousMonthTooltip => r'Предишният месец'; + String get previousMonthTooltip => r'ቀዳሚ ወር'; @override - String get previousPageTooltip => r'Предишната страница'; + String get previousPageTooltip => r'ቀዳሚ ገጽ'; @override - String get refreshIndicatorSemanticLabel => r'Опресняване'; + String get refreshIndicatorSemanticLabel => r'አድስ'; @override String get remainingTextFieldCharacterCountFew => null; @@ -345,46 +345,46 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'Остава 1 знак'; + String get remainingTextFieldCharacterCountOne => r'1 ቁምፊ ይቀራል'; @override - String get remainingTextFieldCharacterCountOther => r'Остават $remainingCount знака'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount ቁምፊዎች ይቀራሉ'; @override String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => null; @override - String get reorderItemDown => r'Преместване надолу'; + String get reorderItemDown => r'ወደ ታች ውሰድ'; @override - String get reorderItemLeft => r'Преместване наляво'; + String get reorderItemLeft => r'ወደ ግራ ውሰድ'; @override - String get reorderItemRight => r'Преместване надясно'; + String get reorderItemRight => r'ወደ ቀኝ ውሰድ'; @override - String get reorderItemToEnd => r'Преместване в края'; + String get reorderItemToEnd => r'ወደ መጨረሻ ውሰድ'; @override - String get reorderItemToStart => r'Преместване в началото'; + String get reorderItemToStart => r'ወደ መጀመሪያ ውሰድ'; @override - String get reorderItemUp => r'Преместване нагоре'; + String get reorderItemUp => r'ወደ ላይ ውሰድ'; @override - String get rowsPerPageTitle => r'Редове на страница:'; + String get rowsPerPageTitle => r'ረድፎች በገጽ፦'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Търсене'; + String get searchFieldLabel => r'ይፈልጉ'; @override - String get selectAllButtonLabel => r'ИЗБИРАНЕ НА ВСИЧКО'; + String get selectAllButtonLabel => r'ሁሉንም ምረጥ'; @override String get selectedRowCountTitleFew => null; @@ -393,10 +393,10 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'Избран е 1 елемент'; + String get selectedRowCountTitleOne => r'1 ንጥል ተመርጧል'; @override - String get selectedRowCountTitleOther => r'Избрани са $selectedRowCount елемента'; + String get selectedRowCountTitleOther => r'$selectedRowCount ንጥሎች ተመርጠዋል'; @override String get selectedRowCountTitleTwo => null; @@ -405,37 +405,37 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Показване на профилите'; + String get showAccountsLabel => r'መለያዎችን አሳይ'; @override - String get showMenuTooltip => r'Показване на менюто'; + String get showMenuTooltip => r'ምናሌን አሳይ'; @override - String get signedInLabel => r'В профила си сте'; + String get signedInLabel => r'በመለያ ገብቷል'; @override - String get tabLabelRaw => r'Раздел $tabIndex от $tabCount'; + String get tabLabelRaw => r'ትር $tabIndex ከ$tabCount'; @override - TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Избиране на часове'; + String get timePickerHourModeAnnouncement => r'ሰዓታትን ምረጥ'; @override - String get timePickerMinuteModeAnnouncement => r'Избиране на минути'; + String get timePickerMinuteModeAnnouncement => r'ደቂቃዎችን ይምረጡ'; @override - String get viewLicensesButtonLabel => r'ПРЕГЛЕД НА ЛИЦЕНЗИТЕ'; + String get viewLicensesButtonLabel => r'ፈቃዶችን ይመልከቱ'; } -/// The translations for Bosnian (`bs`). -class MaterialLocalizationBs extends GlobalMaterialLocalizations { - /// Create an instance of the translation bundle for Bosnian. +/// The translations for Arabic (`ar`). +class MaterialLocalizationAr extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Arabic. /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationBs({ - String localeName = 'bs', + const MaterialLocalizationAr({ + String localeName = 'ar', @required intl.DateFormat fullYearFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @@ -453,193 +453,193 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'O aplikaciji $applicationName'; + String get aboutListTileTitleRaw => r'حول "$applicationName"'; @override - String get alertDialogLabel => r'Upozorenje'; + String get alertDialogLabel => r'تنبيه'; @override - String get anteMeridiemAbbreviation => r'prijepodne'; + String get anteMeridiemAbbreviation => r'ص'; @override - String get backButtonTooltip => r'Natrag'; + String get backButtonTooltip => r'رجوع'; @override - String get cancelButtonLabel => r'ODUSTANI'; + String get cancelButtonLabel => r'إلغاء'; @override - String get closeButtonLabel => r'ZATVORI'; + String get closeButtonLabel => r'إغلاق'; @override - String get closeButtonTooltip => r'Zatvaranje'; + String get closeButtonTooltip => r'إغلاق'; @override - String get collapsedIconTapHint => r'Proširi'; + String get collapsedIconTapHint => r'توسيع'; @override - String get continueButtonLabel => r'NASTAVI'; + String get continueButtonLabel => r'متابعة'; @override - String get copyButtonLabel => r'KOPIRAJ'; + String get copyButtonLabel => r'نسخ'; @override - String get cutButtonLabel => r'IZREŽI'; + String get cutButtonLabel => r'قص'; @override - String get deleteButtonTooltip => r'Brisanje'; + String get deleteButtonTooltip => r'حذف'; @override - String get dialogLabel => r'Dijalog'; + String get dialogLabel => r'مربع حوار'; @override - String get drawerLabel => r'Navigacijski izbornik'; + String get drawerLabel => r'قائمة تنقل'; @override - String get expandedIconTapHint => r'Sažmi'; + String get expandedIconTapHint => r'تصغير'; @override - String get hideAccountsLabel => r'Sakrijte račune'; + String get hideAccountsLabel => r'إخفاء الحسابات'; @override - String get licensesPageTitle => r'Licence'; + String get licensesPageTitle => r'التراخيص'; @override - String get modalBarrierDismissLabel => r'Odbaci'; + String get modalBarrierDismissLabel => r'رفض'; @override - String get nextMonthTooltip => r'Sljedeći mjesec'; + String get nextMonthTooltip => r'الشهر التالي'; @override - String get nextPageTooltip => r'Sljedeća stranica'; + String get nextPageTooltip => r'الصفحة التالية'; @override - String get okButtonLabel => r'U REDU'; + String get okButtonLabel => r'حسنًا'; @override - String get openAppDrawerTooltip => r'Otvaranje izbornika za navigaciju'; + String get openAppDrawerTooltip => r'فتح قائمة التنقل'; @override - String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow od $rowCount'; + String get pageRowsInfoTitleRaw => r'من $firstRow إلى $lastRow من إجمالي $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow od otprilike $rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'من $firstRow إلى $lastRow من إجمالي $rowCount تقريبًا'; @override - String get pasteButtonLabel => r'ZALIJEPI'; + String get pasteButtonLabel => r'لصق'; @override - String get popupMenuLabel => r'Skočni izbornik'; + String get popupMenuLabel => r'قائمة منبثقة'; @override - String get postMeridiemAbbreviation => r'popodne'; + String get postMeridiemAbbreviation => r'م'; @override - String get previousMonthTooltip => r'Prethodni mjesec'; + String get previousMonthTooltip => r'الشهر السابق'; @override - String get previousPageTooltip => r'Prethodna stranica'; + String get previousPageTooltip => r'الصفحة السابقة'; @override - String get refreshIndicatorSemanticLabel => r'Osvježi'; + String get refreshIndicatorSemanticLabel => r'إعادة تحميل'; @override - String get remainingTextFieldCharacterCountFew => r'Preostala su $remainingCount znaka'; + String get remainingTextFieldCharacterCountFew => r'$remainingCount أحرف متبقية'; @override - String get remainingTextFieldCharacterCountMany => null; + String get remainingTextFieldCharacterCountMany => r'$remainingCount حرفًا متبقيًا'; @override - String get remainingTextFieldCharacterCountOne => r'Preostao je 1 znak'; + String get remainingTextFieldCharacterCountOne => r'حرف واحد متبقٍ'; @override - String get remainingTextFieldCharacterCountOther => r'Preostalo je $remainingCount znakova'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount حرف متبقٍ'; @override - String get remainingTextFieldCharacterCountTwo => null; + String get remainingTextFieldCharacterCountTwo => r'حرفان ($remainingCount) متبقيان'; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => r'لا أحرف متبقية'; @override - String get reorderItemDown => r'Pomakni prema dolje'; + String get reorderItemDown => r'نقل لأسفل'; @override - String get reorderItemLeft => r'Pomakni ulijevo'; + String get reorderItemLeft => r'نقل لليمين'; @override - String get reorderItemRight => r'Pomakni udesno'; + String get reorderItemRight => r'نقل لليسار'; @override - String get reorderItemToEnd => r'Premjesti na kraj'; + String get reorderItemToEnd => r'نقل إلى نهاية القائمة'; @override - String get reorderItemToStart => r'Premjesti na početak'; + String get reorderItemToStart => r'نقل إلى بداية القائمة'; @override - String get reorderItemUp => r'Pomakni prema gore'; + String get reorderItemUp => r'نقل لأعلى'; @override - String get rowsPerPageTitle => r'Redaka po stranici:'; + String get rowsPerPageTitle => r'عدد الصفوف في الصفحة:'; @override - ScriptCategory get scriptCategory => ScriptCategory.englishLike; + ScriptCategory get scriptCategory => ScriptCategory.tall; @override - String get searchFieldLabel => r'Pretražite'; + String get searchFieldLabel => r'بحث'; @override - String get selectAllButtonLabel => r'ODABERI SVE'; + String get selectAllButtonLabel => r'اختيار الكل'; @override - String get selectedRowCountTitleFew => r'Odabrane su $selectedRowCount stavke'; + String get selectedRowCountTitleFew => r'تم اختيار $selectedRowCount عنصر'; @override - String get selectedRowCountTitleMany => null; + String get selectedRowCountTitleMany => r'تم اختيار $selectedRowCount عنصرًا'; @override - String get selectedRowCountTitleOne => r'Odabrana je jedna stavka'; + String get selectedRowCountTitleOne => r'تم اختيار عنصر واحد'; @override - String get selectedRowCountTitleOther => r'Odabrano je $selectedRowCount stavki'; + String get selectedRowCountTitleOther => r'تم اختيار $selectedRowCount عنصر'; @override - String get selectedRowCountTitleTwo => null; + String get selectedRowCountTitleTwo => r'تم اختيار عنصرين ($selectedRowCount)'; @override - String get selectedRowCountTitleZero => null; + String get selectedRowCountTitleZero => r'لم يتم اختيار أي عنصر'; @override - String get showAccountsLabel => r'Prikažite račune'; + String get showAccountsLabel => r'إظهار الحسابات'; @override - String get showMenuTooltip => r'Prikaz izbornika'; + String get showMenuTooltip => r'عرض القائمة'; @override - String get signedInLabel => r'Prijavljeni korisnik'; + String get signedInLabel => r'تم تسجيل الدخول'; @override - String get tabLabelRaw => r'Kartica $tabIndex od $tabCount'; + String get tabLabelRaw => r'علامة التبويب $tabIndex من $tabCount'; @override - TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @override - String get timePickerHourModeAnnouncement => r'Odaberite sate'; + String get timePickerHourModeAnnouncement => r'اختيار الساعات'; @override - String get timePickerMinuteModeAnnouncement => r'Odaberite minute'; + String get timePickerMinuteModeAnnouncement => r'اختيار الدقائق'; @override - String get viewLicensesButtonLabel => r'PRIKAŽI LICENCE'; + String get viewLicensesButtonLabel => r'الاطّلاع على التراخيص'; } -/// The translations for Catalan Valencian (`ca`). -class MaterialLocalizationCa extends GlobalMaterialLocalizations { - /// Create an instance of the translation bundle for Catalan Valencian. +/// The translations for Assamese (`as`). +class MaterialLocalizationAs extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Assamese. /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationCa({ - String localeName = 'ca', + const MaterialLocalizationAs({ + String localeName = 'as', @required intl.DateFormat fullYearFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @@ -657,94 +657,94 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Sobre $applicationName'; + String get aboutListTileTitleRaw => r'$applicationNameৰ বিষয়ে'; @override - String get alertDialogLabel => r'Alerta'; + String get alertDialogLabel => r'সতৰ্কবাৰ্তা'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => r'পূৰ্বাহ্ন'; @override - String get backButtonTooltip => r'Enrere'; + String get backButtonTooltip => r'উভতি যাওক'; @override - String get cancelButtonLabel => r'CANCEL·LA'; + String get cancelButtonLabel => r'বাতিল কৰক'; @override - String get closeButtonLabel => r'TANCA'; + String get closeButtonLabel => r'বন্ধ কৰক'; @override - String get closeButtonTooltip => r'Tanca'; + String get closeButtonTooltip => r'বন্ধ কৰক'; @override - String get collapsedIconTapHint => r'Desplega'; + String get collapsedIconTapHint => r'বিস্তাৰ কৰক'; @override - String get continueButtonLabel => r'CONTINUA'; + String get continueButtonLabel => r'অব্যাহত ৰাখক'; @override - String get copyButtonLabel => r'COPIA'; + String get copyButtonLabel => r'প্ৰতিলিপি কৰক'; @override - String get cutButtonLabel => r'RETALLA'; + String get cutButtonLabel => r'কাট কৰক'; @override - String get deleteButtonTooltip => r'Suprimeix'; + String get deleteButtonTooltip => r'মচক'; @override - String get dialogLabel => r'Diàleg'; + String get dialogLabel => r'ডায়ল' "'" r'গ'; @override - String get drawerLabel => r'Menú de navegació'; + String get drawerLabel => r'নেভিগেশ্বন মেনু'; @override - String get expandedIconTapHint => r'Replega'; + String get expandedIconTapHint => r'সংকোচন কৰক'; @override - String get hideAccountsLabel => r'Amaga els comptes'; + String get hideAccountsLabel => r'একাউণ্টসমূহ লুকুৱাওক'; @override - String get licensesPageTitle => r'Llicències'; + String get licensesPageTitle => r'অনুজ্ঞাপত্ৰসমূহ'; @override - String get modalBarrierDismissLabel => r'Ignora'; + String get modalBarrierDismissLabel => r'অগ্ৰাহ্য কৰক'; @override - String get nextMonthTooltip => r'Mes següent'; + String get nextMonthTooltip => r'পৰৱৰ্তী মাহ'; @override - String get nextPageTooltip => r'Pàgina següent'; + String get nextPageTooltip => r'পৰৱৰ্তী পৃষ্ঠা'; @override - String get okButtonLabel => r'D' "'" r'ACORD'; + String get okButtonLabel => r'ঠিক আছে'; @override - String get openAppDrawerTooltip => r'Obre el menú de navegació'; + String get openAppDrawerTooltip => r'নেভিগেশ্বন মেনু খোলক'; @override - String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => r'$rowCountৰ $firstRow–$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow d' "'" r'aproximadament $rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$rowCountৰ $firstRow–$lastRow'; @override - String get pasteButtonLabel => r'ENGANXA'; + String get pasteButtonLabel => r'পে' "'" r'ষ্ট কৰক'; @override - String get popupMenuLabel => r'Menú emergent'; + String get popupMenuLabel => r'প' "'" r'পআপ মেনু'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => r'অপৰাহ্ন'; @override - String get previousMonthTooltip => r'Mes anterior'; + String get previousMonthTooltip => r'পূৰ্বৱৰ্তী মাহ'; @override - String get previousPageTooltip => r'Pàgina anterior'; + String get previousPageTooltip => r'পূৰ্বৱৰ্তী পৃষ্ঠা'; @override - String get refreshIndicatorSemanticLabel => r'Actualitza'; + String get refreshIndicatorSemanticLabel => r'ৰিফ্ৰেশ্ব কৰক'; @override String get remainingTextFieldCharacterCountFew => null; @@ -753,46 +753,46 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'Queda 1 caràcter'; + String get remainingTextFieldCharacterCountOne => r'১টা বর্ণ বাকী আছে'; @override - String get remainingTextFieldCharacterCountOther => r'Queden $remainingCount caràcters'; + String get remainingTextFieldCharacterCountOther => r'$remainingCountটা বর্ণ বাকী আছে'; @override String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => null; @override - String get reorderItemDown => r'Mou avall'; + String get reorderItemDown => r'তললৈ স্থানান্তৰ কৰক'; @override - String get reorderItemLeft => r'Mou cap a l' "'" r'esquerra'; + String get reorderItemLeft => r'বাওঁফাললৈ স্থানান্তৰ কৰক'; @override - String get reorderItemRight => r'Mou cap a la dreta'; + String get reorderItemRight => r'সোঁফাললৈ স্থানান্তৰ কৰক'; @override - String get reorderItemToEnd => r'Mou al final'; + String get reorderItemToEnd => r'শেষলৈ স্থানান্তৰ কৰক'; @override - String get reorderItemToStart => r'Mou al principi'; + String get reorderItemToStart => r'আৰম্ভণিলৈ স্থানান্তৰ কৰক'; @override - String get reorderItemUp => r'Mou amunt'; + String get reorderItemUp => r'ওপৰলৈ নিয়ক'; @override - String get rowsPerPageTitle => r'Files per pàgina:'; + String get rowsPerPageTitle => r'প্ৰতিটো পৃষ্ঠাত থকা শাৰী:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Cerca'; + String get searchFieldLabel => r'সন্ধান কৰক'; @override - String get selectAllButtonLabel => r'SELECCIONA-HO TOT'; + String get selectAllButtonLabel => r'সকলো বাছনি কৰক'; @override String get selectedRowCountTitleFew => null; @@ -801,10 +801,10 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'S' "'" r'ha seleccionat 1 element'; + String get selectedRowCountTitleOne => r'১টা বস্তু বাছনি কৰা হ' "'" r'ল'; @override - String get selectedRowCountTitleOther => r'S' "'" r'han seleccionat $selectedRowCount elements'; + String get selectedRowCountTitleOther => r'$selectedRowCountটা বস্তু বাছনি কৰা হ’ল'; @override String get selectedRowCountTitleTwo => null; @@ -813,37 +813,37 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Mostra els comptes'; + String get showAccountsLabel => r'একাউণ্টসমূহ দেখুৱাওক'; @override - String get showMenuTooltip => r'Mostra el menú'; + String get showMenuTooltip => r'মেনুখন দেখুৱাওক'; @override - String get signedInLabel => r'Sessió iniciada'; + String get signedInLabel => r'ছাইন ইন কৰা হ’ল'; @override - String get tabLabelRaw => r'Pestanya $tabIndex de $tabCount'; + String get tabLabelRaw => r'$tabCountৰ $tabIndexটা টেব'; @override - TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Selecciona les hores'; + String get timePickerHourModeAnnouncement => r'সময় বাছনি কৰক'; @override - String get timePickerMinuteModeAnnouncement => r'Selecciona els minuts'; + String get timePickerMinuteModeAnnouncement => r'মিনিট বাছনি কৰক'; @override - String get viewLicensesButtonLabel => r'MOSTRA LES LLICÈNCIES'; + String get viewLicensesButtonLabel => r'অনুজ্ঞাপত্ৰসমূহ চাওক'; } -/// The translations for Czech (`cs`). -class MaterialLocalizationCs extends GlobalMaterialLocalizations { - /// Create an instance of the translation bundle for Czech. +/// The translations for Azerbaijani (`az`). +class MaterialLocalizationAz extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Azerbaijani. /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationCs({ - String localeName = 'cs', + const MaterialLocalizationAz({ + String localeName = 'az', @required intl.DateFormat fullYearFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @@ -861,154 +861,154 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'O aplikaci $applicationName'; + String get aboutListTileTitleRaw => r'$applicationName haqqında'; @override - String get alertDialogLabel => r'Upozornění'; + String get alertDialogLabel => r'Bildiriş'; @override String get anteMeridiemAbbreviation => r'AM'; @override - String get backButtonTooltip => r'Zpět'; + String get backButtonTooltip => r'Geri'; @override - String get cancelButtonLabel => r'ZRUŠIT'; + String get cancelButtonLabel => r'LƏĞV EDİN'; @override - String get closeButtonLabel => r'ZAVŘÍT'; + String get closeButtonLabel => r'BAĞLAYIN'; @override - String get closeButtonTooltip => r'Zavřít'; + String get closeButtonTooltip => r'Bağlayın'; @override - String get collapsedIconTapHint => r'Rozbalit'; + String get collapsedIconTapHint => r'Genişləndirin'; @override - String get continueButtonLabel => r'POKRAČOVAT'; + String get continueButtonLabel => r'DAVAM EDİN'; @override - String get copyButtonLabel => r'KOPÍROVAT'; + String get copyButtonLabel => r'KOPYALAYIN'; @override - String get cutButtonLabel => r'VYJMOUT'; + String get cutButtonLabel => r'KƏSİN'; @override - String get deleteButtonTooltip => r'Smazat'; + String get deleteButtonTooltip => r'Silin'; @override - String get dialogLabel => r'Dialogové okno'; + String get dialogLabel => r'Dialoq'; @override - String get drawerLabel => r'Navigační nabídka'; + String get drawerLabel => r'Naviqasiya menyusu'; @override - String get expandedIconTapHint => r'Sbalit'; + String get expandedIconTapHint => r'Yığcamlaşdırın'; @override - String get hideAccountsLabel => r'Skrýt účty'; + String get hideAccountsLabel => r'Hesabları gizlədin'; @override - String get licensesPageTitle => r'Licence'; + String get licensesPageTitle => r'Lisenziyalar'; @override - String get modalBarrierDismissLabel => r'Zavřít'; + String get modalBarrierDismissLabel => r'İmtina edin'; @override - String get nextMonthTooltip => r'Další měsíc'; + String get nextMonthTooltip => r'Növbəti ay'; @override - String get nextPageTooltip => r'Další stránka'; + String get nextPageTooltip => r'Növbəti səhifə'; @override String get okButtonLabel => r'OK'; @override - String get openAppDrawerTooltip => r'Otevřít navigační nabídku'; + String get openAppDrawerTooltip => r'Naviqasiya menyusunu açın'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow z $rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow/$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow z asi $rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow/ təxminən $rowCount'; @override - String get pasteButtonLabel => r'VLOŽIT'; + String get pasteButtonLabel => r'YERLƏŞDİRİN'; @override - String get popupMenuLabel => r'Vyskakovací nabídka'; + String get popupMenuLabel => r'Popap menyusu'; @override String get postMeridiemAbbreviation => r'PM'; @override - String get previousMonthTooltip => r'Předchozí měsíc'; + String get previousMonthTooltip => r'Keçən ay'; @override - String get previousPageTooltip => r'Předchozí stránka'; + String get previousPageTooltip => r'Əvvəlki səhifə'; @override - String get refreshIndicatorSemanticLabel => r'Obnovit'; + String get refreshIndicatorSemanticLabel => r'Yeniləyin'; @override - String get remainingTextFieldCharacterCountFew => r'Zbývají $remainingCount znaky'; + String get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => r'Zbývá $remainingCount znaku'; + String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'Zbývá 1 znak'; + String get remainingTextFieldCharacterCountOne => r'1 simvol qalır'; @override - String get remainingTextFieldCharacterCountOther => r'Zbývá $remainingCount znaků'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount simvol qalır'; @override String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => null; @override - String get reorderItemDown => r'Přesunout dolů'; + String get reorderItemDown => r'Aşağı köçürün'; @override - String get reorderItemLeft => r'Přesunout doleva'; + String get reorderItemLeft => r'Sola köçürün'; @override - String get reorderItemRight => r'Přesunout doprava'; + String get reorderItemRight => r'Sağa köçürün'; @override - String get reorderItemToEnd => r'Přesunout na konec'; + String get reorderItemToEnd => r'Sona köçürün'; @override - String get reorderItemToStart => r'Přesunout na začátek'; + String get reorderItemToStart => r'Əvvələ köçürün'; @override - String get reorderItemUp => r'Přesunout nahoru'; + String get reorderItemUp => r'Yuxarı köçürün'; @override - String get rowsPerPageTitle => r'Počet řádků na stránku:'; + String get rowsPerPageTitle => r'Hər səhifə üzrə sıra:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Hledat'; + String get searchFieldLabel => r'Axtarın'; @override - String get selectAllButtonLabel => r'VYBRAT VŠE'; + String get selectAllButtonLabel => r'HAMISINI SEÇİN'; @override - String get selectedRowCountTitleFew => r'Jsou vybrány $selectedRowCount položky'; + String get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => r'Je vybráno $selectedRowCount položky'; + String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'Je vybrána 1 položka'; + String get selectedRowCountTitleOne => r'1 element seçildi'; @override - String get selectedRowCountTitleOther => r'Je vybráno $selectedRowCount položek'; + String get selectedRowCountTitleOther => r'$selectedRowCount element seçildi'; @override String get selectedRowCountTitleTwo => null; @@ -1017,37 +1017,37 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Zobrazit účty'; + String get showAccountsLabel => r'Hesabları göstərin'; @override - String get showMenuTooltip => r'Zobrazit nabídku'; + String get showMenuTooltip => r'Menyunu göstərin'; @override - String get signedInLabel => r'Uživatel přihlášen'; + String get signedInLabel => r'Daxil olundu'; @override - String get tabLabelRaw => r'Karta $tabIndex z $tabCount'; + String get tabLabelRaw => r'$tabIndex/$tabCount tab'; @override - TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Vyberte hodiny'; + String get timePickerHourModeAnnouncement => r'Saat seçin'; @override - String get timePickerMinuteModeAnnouncement => r'Vyberte minuty'; + String get timePickerMinuteModeAnnouncement => r'Dəqiqə seçin'; @override - String get viewLicensesButtonLabel => r'ZOBRAZIT LICENCE'; + String get viewLicensesButtonLabel => r'LİSENZİYALARA BAXIN'; } -/// The translations for Danish (`da`). -class MaterialLocalizationDa extends GlobalMaterialLocalizations { - /// Create an instance of the translation bundle for Danish. +/// The translations for Belarusian (`be`). +class MaterialLocalizationBe extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Belarusian. /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationDa({ - String localeName = 'da', + const MaterialLocalizationBe({ + String localeName = 'be', @required intl.DateFormat fullYearFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @@ -1065,154 +1065,154 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Om $applicationName'; + String get aboutListTileTitleRaw => r'Інфармацыя пра праграму "$applicationName"'; @override - String get alertDialogLabel => r'Underretning'; + String get alertDialogLabel => r'Абвестка'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => r'раніцы'; @override - String get backButtonTooltip => r'Tilbage'; + String get backButtonTooltip => r'Назад'; @override - String get cancelButtonLabel => r'ANNULLER'; + String get cancelButtonLabel => r'СКАСАВАЦЬ'; @override - String get closeButtonLabel => r'LUK'; + String get closeButtonLabel => r'ЗАКРЫЦЬ'; @override - String get closeButtonTooltip => r'Luk'; + String get closeButtonTooltip => r'Закрыць'; @override - String get collapsedIconTapHint => r'Udvid'; + String get collapsedIconTapHint => r'Разгарнуць'; @override - String get continueButtonLabel => r'FORTSÆT'; + String get continueButtonLabel => r'ПРАЦЯГНУЦЬ'; @override - String get copyButtonLabel => r'KOPIÉR'; + String get copyButtonLabel => r'КАПІРАВАЦЬ'; @override - String get cutButtonLabel => r'KLIP'; + String get cutButtonLabel => r'ВЫРАЗАЦЬ'; @override - String get deleteButtonTooltip => r'Slet'; + String get deleteButtonTooltip => r'Выдаліць'; @override - String get dialogLabel => r'Dialogboks'; + String get dialogLabel => r'Дыялогавае акно'; @override - String get drawerLabel => r'Navigationsmenu'; + String get drawerLabel => r'Меню навігацыі'; @override - String get expandedIconTapHint => r'Skjul'; + String get expandedIconTapHint => r'Згарнуць'; @override - String get hideAccountsLabel => r'Skjul konti'; + String get hideAccountsLabel => r'Схаваць уліковыя запісы'; @override - String get licensesPageTitle => r'Licenser'; + String get licensesPageTitle => r'Ліцэнзіі'; @override - String get modalBarrierDismissLabel => r'Afvis'; + String get modalBarrierDismissLabel => r'Адхіліць'; @override - String get nextMonthTooltip => r'Næste måned'; + String get nextMonthTooltip => r'Наступны месяц'; @override - String get nextPageTooltip => r'Næste side'; + String get nextPageTooltip => r'Наступная старонка'; @override - String get okButtonLabel => r'OK'; + String get okButtonLabel => r'ОК'; @override - String get openAppDrawerTooltip => r'Åbn navigationsmenuen'; + String get openAppDrawerTooltip => r'Адкрыць меню навігацыі'; @override - String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow af $rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow з $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow af ca. $rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow з прыблізна $rowCount'; @override - String get pasteButtonLabel => r'SÆT IND'; + String get pasteButtonLabel => r'УСТАВІЦЬ'; @override - String get popupMenuLabel => r'Pop op-menu'; + String get popupMenuLabel => r'Меню ўсплывальнага акна'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => r'вечара'; @override - String get previousMonthTooltip => r'Forrige måned'; + String get previousMonthTooltip => r'Папярэдні месяц'; @override - String get previousPageTooltip => r'Forrige side'; + String get previousPageTooltip => r'Папярэдняя старонка'; @override - String get refreshIndicatorSemanticLabel => r'Opdater'; + String get refreshIndicatorSemanticLabel => r'Абнавіць'; @override - String get remainingTextFieldCharacterCountFew => null; + String get remainingTextFieldCharacterCountFew => r'Засталося $remainingCount сімвалы'; @override - String get remainingTextFieldCharacterCountMany => null; + String get remainingTextFieldCharacterCountMany => r'Засталося $remainingCount сімвалаў'; @override - String get remainingTextFieldCharacterCountOne => r'Ét tegn tilbage'; + String get remainingTextFieldCharacterCountOne => r'Застаўся 1 сімвал'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount tegn tilbage'; + String get remainingTextFieldCharacterCountOther => r'Засталося $remainingCount сімвала'; @override String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => null; @override - String get reorderItemDown => r'Flyt ned'; + String get reorderItemDown => r'Перамясціць уніз'; @override - String get reorderItemLeft => r'Flyt til venstre'; + String get reorderItemLeft => r'Перамясціць улева'; @override - String get reorderItemRight => r'Flyt til højre'; + String get reorderItemRight => r'Перамясціць управа'; @override - String get reorderItemToEnd => r'Flyt til sidst på listen'; + String get reorderItemToEnd => r'Перамясціць у канец'; @override - String get reorderItemToStart => r'Flyt til først på listen'; + String get reorderItemToStart => r'Перамясціць у пачатак'; @override - String get reorderItemUp => r'Flyt op'; + String get reorderItemUp => r'Перамясціць уверх'; @override - String get rowsPerPageTitle => r'Rækker pr. side:'; + String get rowsPerPageTitle => r'Радкоў на старонку:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Søg'; + String get searchFieldLabel => r'Пошук'; @override - String get selectAllButtonLabel => r'VÆLG ALLE'; + String get selectAllButtonLabel => r'ВЫБРАЦЬ УСЕ'; @override - String get selectedRowCountTitleFew => null; + String get selectedRowCountTitleFew => r'Выбрана $selectedRowCount элементы'; @override - String get selectedRowCountTitleMany => null; + String get selectedRowCountTitleMany => r'Выбрана $selectedRowCount элементаў'; @override - String get selectedRowCountTitleOne => r'1 element er valgt'; + String get selectedRowCountTitleOne => r'Выбраны 1 элемент'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount elementer er valgt'; + String get selectedRowCountTitleOther => r'Выбрана $selectedRowCount элемента'; @override String get selectedRowCountTitleTwo => null; @@ -1221,37 +1221,37 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Vis konti'; + String get showAccountsLabel => r'Паказаць уліковыя запісы'; @override - String get showMenuTooltip => r'Vis menu'; + String get showMenuTooltip => r'Паказаць меню'; @override - String get signedInLabel => r'Logget ind'; + String get signedInLabel => r'Уваход выкананы'; @override - String get tabLabelRaw => r'Fane $tabIndex af $tabCount'; + String get tabLabelRaw => r'Укладка $tabIndex з $tabCount'; @override - TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Vælg timer'; + String get timePickerHourModeAnnouncement => r'Выберыце гадзіны'; @override - String get timePickerMinuteModeAnnouncement => r'Vælg minutter'; + String get timePickerMinuteModeAnnouncement => r'Выберыце хвіліны'; @override - String get viewLicensesButtonLabel => r'SE LICENSER'; + String get viewLicensesButtonLabel => r'ПАКАЗАЦЬ ЛІЦЭНЗІІ'; } -/// The translations for German (`de`). -class MaterialLocalizationDe extends GlobalMaterialLocalizations { - /// Create an instance of the translation bundle for German. +/// The translations for Bulgarian (`bg`). +class MaterialLocalizationBg extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Bulgarian. /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationDe({ - String localeName = 'de', + const MaterialLocalizationBg({ + String localeName = 'bg', @required intl.DateFormat fullYearFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @@ -1269,94 +1269,94 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Über $applicationName'; + String get aboutListTileTitleRaw => r'Всичко за $applicationName'; @override - String get alertDialogLabel => r'Benachrichtigung'; + String get alertDialogLabel => r'Сигнал'; @override String get anteMeridiemAbbreviation => r'AM'; @override - String get backButtonTooltip => r'Zurück'; + String get backButtonTooltip => r'Назад'; @override - String get cancelButtonLabel => r'ABBRECHEN'; + String get cancelButtonLabel => r'ОТКАЗ'; @override - String get closeButtonLabel => r'SCHLIEẞEN'; + String get closeButtonLabel => r'ЗАТВАРЯНЕ'; @override - String get closeButtonTooltip => r'Schließen'; + String get closeButtonTooltip => r'Затваряне'; @override - String get collapsedIconTapHint => r'Maximieren'; + String get collapsedIconTapHint => r'Разгъване'; @override - String get continueButtonLabel => r'WEITER'; + String get continueButtonLabel => r'НАПРЕД'; @override - String get copyButtonLabel => r'KOPIEREN'; + String get copyButtonLabel => r'КОПИРАНЕ'; @override - String get cutButtonLabel => r'AUSSCHNEIDEN'; + String get cutButtonLabel => r'ИЗРЯЗВАНЕ'; @override - String get deleteButtonTooltip => r'Löschen'; + String get deleteButtonTooltip => r'Изтриване'; @override - String get dialogLabel => r'Dialogfeld'; + String get dialogLabel => r'Диалогов прозорец'; @override - String get drawerLabel => r'Navigationsmenü'; + String get drawerLabel => r'Меню за навигация'; @override - String get expandedIconTapHint => r'Minimieren'; + String get expandedIconTapHint => r'Свиване'; @override - String get hideAccountsLabel => r'Konten ausblenden'; + String get hideAccountsLabel => r'Скриване на профилите'; @override - String get licensesPageTitle => r'Lizenzen'; + String get licensesPageTitle => r'Лицензи'; @override - String get modalBarrierDismissLabel => r'Schließen'; + String get modalBarrierDismissLabel => r'Отхвърляне'; @override - String get nextMonthTooltip => r'Nächster Monat'; + String get nextMonthTooltip => r'Следващият месец'; @override - String get nextPageTooltip => r'Nächste Seite'; + String get nextPageTooltip => r'Следващата страница'; @override - String get okButtonLabel => r'Ok'; + String get okButtonLabel => r'OK'; @override - String get openAppDrawerTooltip => r'Navigationsmenü öffnen'; + String get openAppDrawerTooltip => r'Отваряне на менюто за навигация'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow von $rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow от $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow von etwa $rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow от около $rowCount'; @override - String get pasteButtonLabel => r'EINFÜGEN'; + String get pasteButtonLabel => r'ПОСТАВЯНЕ'; @override - String get popupMenuLabel => r'Pop-up-Menü'; + String get popupMenuLabel => r'Изскачащо меню'; @override String get postMeridiemAbbreviation => r'PM'; @override - String get previousMonthTooltip => r'Vorheriger Monat'; + String get previousMonthTooltip => r'Предишният месец'; @override - String get previousPageTooltip => r'Vorherige Seite'; + String get previousPageTooltip => r'Предишната страница'; @override - String get refreshIndicatorSemanticLabel => r'Aktualisieren'; + String get refreshIndicatorSemanticLabel => r'Опресняване'; @override String get remainingTextFieldCharacterCountFew => null; @@ -1365,10 +1365,10 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'Noch 1 Zeichen'; + String get remainingTextFieldCharacterCountOne => r'Остава 1 знак'; @override - String get remainingTextFieldCharacterCountOther => r'Noch $remainingCount Zeichen'; + String get remainingTextFieldCharacterCountOther => r'Остават $remainingCount знака'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -1377,34 +1377,34 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountZero => r'TBD'; @override - String get reorderItemDown => r'Nach unten verschieben'; + String get reorderItemDown => r'Преместване надолу'; @override - String get reorderItemLeft => r'Nach links verschieben'; + String get reorderItemLeft => r'Преместване наляво'; @override - String get reorderItemRight => r'Nach rechts verschieben'; + String get reorderItemRight => r'Преместване надясно'; @override - String get reorderItemToEnd => r'An das Ende verschieben'; + String get reorderItemToEnd => r'Преместване в края'; @override - String get reorderItemToStart => r'An den Anfang verschieben'; + String get reorderItemToStart => r'Преместване в началото'; @override - String get reorderItemUp => r'Nach oben verschieben'; + String get reorderItemUp => r'Преместване нагоре'; @override - String get rowsPerPageTitle => r'Zeilen pro Seite:'; + String get rowsPerPageTitle => r'Редове на страница:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Suchen'; + String get searchFieldLabel => r'Търсене'; @override - String get selectAllButtonLabel => r'ALLE AUSWÄHLEN'; + String get selectAllButtonLabel => r'ИЗБИРАНЕ НА ВСИЧКО'; @override String get selectedRowCountTitleFew => null; @@ -1413,79 +1413,49 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 Element ausgewählt'; + String get selectedRowCountTitleOne => r'Избран е 1 елемент'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount Elemente ausgewählt'; + String get selectedRowCountTitleOther => r'Избрани са $selectedRowCount елемента'; @override String get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => r'Keine Objekte ausgewählt'; + String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Konten anzeigen'; + String get showAccountsLabel => r'Показване на профилите'; @override - String get showMenuTooltip => r'Menü anzeigen'; + String get showMenuTooltip => r'Показване на менюто'; @override - String get signedInLabel => r'Angemeldet'; + String get signedInLabel => r'В профила си сте'; @override - String get tabLabelRaw => r'Tab $tabIndex von $tabCount'; + String get tabLabelRaw => r'Раздел $tabIndex от $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Stunden auswählen'; - - @override - String get timePickerMinuteModeAnnouncement => r'Minuten auswählen'; - - @override - String get viewLicensesButtonLabel => r'LIZENZEN ANZEIGEN'; -} - -/// The translations for German, as used in Switzerland (`de_CH`). -class MaterialLocalizationDeCh extends MaterialLocalizationDe { - /// Create an instance of the translation bundle for German, as used in Switzerland. - /// - /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationDeCh({ - String localeName = 'de_CH', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + String get timePickerHourModeAnnouncement => r'Избиране на часове'; @override - String get closeButtonTooltip => r'Schliessen'; + String get timePickerMinuteModeAnnouncement => r'Избиране на минути'; @override - String get modalBarrierDismissLabel => r'Schliessen'; + String get viewLicensesButtonLabel => r'ПРЕГЛЕД НА ЛИЦЕНЗИТЕ'; } -/// The translations for Modern Greek (`el`). -class MaterialLocalizationEl extends GlobalMaterialLocalizations { - /// Create an instance of the translation bundle for Modern Greek. +/// The translations for Bengali Bangla (`bn`). +class MaterialLocalizationBn extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Bengali Bangla. /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationEl({ - String localeName = 'el', + const MaterialLocalizationBn({ + String localeName = 'bn', @required intl.DateFormat fullYearFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @@ -1503,94 +1473,94 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Σχετικά με την εφαρμογή $applicationName'; + String get aboutListTileTitleRaw => r'$applicationName সম্পর্কে'; @override - String get alertDialogLabel => r'Ειδοποίηση'; + String get alertDialogLabel => r'সতর্কতা'; @override - String get anteMeridiemAbbreviation => r'π.μ.'; + String get anteMeridiemAbbreviation => r'AM'; @override - String get backButtonTooltip => r'Πίσω'; + String get backButtonTooltip => r'ফিরে যান'; @override - String get cancelButtonLabel => r'ΑΚΥΡΩΣΗ'; + String get cancelButtonLabel => r'বাতিল করুন'; @override - String get closeButtonLabel => r'ΚΛΕΙΣΙΜΟ'; + String get closeButtonLabel => r'বন্ধ করুন'; @override - String get closeButtonTooltip => r'Κλείσιμο'; + String get closeButtonTooltip => r'বন্ধ করুন'; @override - String get collapsedIconTapHint => r'Ανάπτυξη'; + String get collapsedIconTapHint => r'বড় করুন'; @override - String get continueButtonLabel => r'ΣΥΝΕΧΕΙΑ'; + String get continueButtonLabel => r'চালিয়ে যান'; @override - String get copyButtonLabel => r'ΑΝΤΙΓΡΑΦΗ'; + String get copyButtonLabel => r'কপি করুন'; @override - String get cutButtonLabel => r'ΑΠΟΚΟΠΗ'; + String get cutButtonLabel => r'কাট করুন'; @override - String get deleteButtonTooltip => r'Διαγραφή'; + String get deleteButtonTooltip => r'মুছে দিন'; @override - String get dialogLabel => r'Παράθυρο διαλόγου'; + String get dialogLabel => r'ডায়ালগ'; @override - String get drawerLabel => r'Μενού πλοήγησης'; + String get drawerLabel => r'নেভিগেশান মেনু'; @override - String get expandedIconTapHint => r'Σύμπτυξη'; + String get expandedIconTapHint => r'আড়াল করুন'; @override - String get hideAccountsLabel => r'Απόκρυψη λογαριασμών'; + String get hideAccountsLabel => r'অ্যাকাউন্টগুলি লুকান'; @override - String get licensesPageTitle => r'Άδειες'; + String get licensesPageTitle => r'লাইসেন্স'; @override - String get modalBarrierDismissLabel => r'Παράβλεψη'; + String get modalBarrierDismissLabel => r'খারিজ করুন'; @override - String get nextMonthTooltip => r'Επόμενος μήνας'; + String get nextMonthTooltip => r'পরের মাস'; @override - String get nextPageTooltip => r'Επόμενη σελίδα'; + String get nextPageTooltip => r'পরের পৃষ্ঠা'; @override - String get okButtonLabel => r'ΟΚ'; + String get okButtonLabel => r'ঠিক আছে'; @override - String get openAppDrawerTooltip => r'Άνοιγμα μενού πλοήγησης'; + String get openAppDrawerTooltip => r'নেভিগেশন মেনু খুলুন'; @override - String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow από $rowCount'; + String get pageRowsInfoTitleRaw => r'$rowCountটির মধ্যে $firstRow-$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow από περίπου $rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'প্রায় $rowCountটির মধ্যে $firstRow-$lastRow নম্বর'; @override - String get pasteButtonLabel => r'ΕΠΙΚΟΛΛΗΣΗ'; + String get pasteButtonLabel => r'পেস্ট করুন'; @override - String get popupMenuLabel => r'Αναδυόμενο μενού'; + String get popupMenuLabel => r'পপ-আপ মেনু'; @override - String get postMeridiemAbbreviation => r'μ.μ.'; + String get postMeridiemAbbreviation => r'PM'; @override - String get previousMonthTooltip => r'Προηγούμενος μήνας'; + String get previousMonthTooltip => r'আগের মাস'; @override - String get previousPageTooltip => r'Προηγούμενη σελίδα'; + String get previousPageTooltip => r'আগের পৃষ্ঠা'; @override - String get refreshIndicatorSemanticLabel => r'Ανανέωση'; + String get refreshIndicatorSemanticLabel => r'রিফ্রেশ করুন'; @override String get remainingTextFieldCharacterCountFew => null; @@ -1599,46 +1569,46 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'απομένει 1 χαρακτήρας'; + String get remainingTextFieldCharacterCountOne => r'আর ১টি অক্ষর লেখা যাবে'; @override - String get remainingTextFieldCharacterCountOther => r'απομένουν $remainingCount χαρακτήρες'; + String get remainingTextFieldCharacterCountOther => r'আর $remainingCountটি অক্ষর লেখা যাবে'; @override String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => null; @override - String get reorderItemDown => r'Μετακίνηση προς τα κάτω'; + String get reorderItemDown => r'নিচের দিকে সরান'; @override - String get reorderItemLeft => r'Μετακίνηση αριστερά'; + String get reorderItemLeft => r'বাঁদিকে সরান'; @override - String get reorderItemRight => r'Μετακίνηση δεξιά'; + String get reorderItemRight => r'ডানদিকে সরান'; @override - String get reorderItemToEnd => r'Μετακίνηση στο τέλος'; + String get reorderItemToEnd => r'একদম শেষের দিকে যান'; @override - String get reorderItemToStart => r'Μετακίνηση στην αρχή'; + String get reorderItemToStart => r'চালু করতে সরান'; @override - String get reorderItemUp => r'Μετακίνηση προς τα πάνω'; + String get reorderItemUp => r'উপরের দিকে সরান'; @override - String get rowsPerPageTitle => r'Σειρές ανά σελίδα:'; + String get rowsPerPageTitle => r'প্রতি পৃষ্ঠায় সারির সংখ্যা:'; @override - ScriptCategory get scriptCategory => ScriptCategory.englishLike; + ScriptCategory get scriptCategory => ScriptCategory.tall; @override - String get searchFieldLabel => r'Αναζήτηση'; + String get searchFieldLabel => r'সার্চ'; @override - String get selectAllButtonLabel => r'ΕΠΙΛΟΓΗ ΟΛΩΝ'; + String get selectAllButtonLabel => r'সব বেছে নিন'; @override String get selectedRowCountTitleFew => null; @@ -1647,10 +1617,10 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'Επιλέχθηκε 1 στοιχείο'; + String get selectedRowCountTitleOne => r'১টি আইটেম বেছে নেওয়া হয়েছে'; @override - String get selectedRowCountTitleOther => r'Επιλέχθηκαν $selectedRowCount στοιχεία'; + String get selectedRowCountTitleOther => r'$selectedRowCountটি আইটেম বেছে নেওয়া হয়েছে'; @override String get selectedRowCountTitleTwo => null; @@ -1659,37 +1629,37 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Εμφάνιση λογαριασμών'; + String get showAccountsLabel => r'অ্যাকাউন্টগুলি দেখান'; @override - String get showMenuTooltip => r'Εμφάνιση μενού'; + String get showMenuTooltip => r'মেনু দেখান'; @override - String get signedInLabel => r'Σε σύνδεση'; + String get signedInLabel => r'সাইন-ইন করা হয়েছে'; @override - String get tabLabelRaw => r'Καρτέλα $tabIndex από $tabCount'; + String get tabLabelRaw => r'$tabCount-এর মধ্যে $tabIndexটি ট্যাব'; @override - TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Επιλογή ωρών'; + String get timePickerHourModeAnnouncement => r'ঘণ্টা বেছে নিন'; @override - String get timePickerMinuteModeAnnouncement => r'Επιλογή λεπτών'; + String get timePickerMinuteModeAnnouncement => r'মিনিট বেছে নিন'; @override - String get viewLicensesButtonLabel => r'ΠΡΟΒΟΛΗ ΑΔΕΙΩΝ'; + String get viewLicensesButtonLabel => r'লাইসেন্স দেখুন'; } -/// The translations for English (`en`). -class MaterialLocalizationEn extends GlobalMaterialLocalizations { - /// Create an instance of the translation bundle for English. +/// The translations for Bosnian (`bs`). +class MaterialLocalizationBs extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Bosnian. /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationEn({ - String localeName = 'en', + const MaterialLocalizationBs({ + String localeName = 'bs', @required intl.DateFormat fullYearFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @@ -1707,193 +1677,193 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'About $applicationName'; + String get aboutListTileTitleRaw => r'O aplikaciji $applicationName'; @override - String get alertDialogLabel => r'Alert'; + String get alertDialogLabel => r'Upozorenje'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => r'prijepodne'; @override - String get backButtonTooltip => r'Back'; + String get backButtonTooltip => r'Natrag'; @override - String get cancelButtonLabel => r'CANCEL'; + String get cancelButtonLabel => r'ODUSTANI'; @override - String get closeButtonLabel => r'CLOSE'; + String get closeButtonLabel => r'ZATVORI'; @override - String get closeButtonTooltip => r'Close'; + String get closeButtonTooltip => r'Zatvaranje'; @override - String get collapsedIconTapHint => r'Expand'; + String get collapsedIconTapHint => r'Proširi'; @override - String get continueButtonLabel => r'CONTINUE'; + String get continueButtonLabel => r'NASTAVI'; @override - String get copyButtonLabel => r'COPY'; + String get copyButtonLabel => r'KOPIRAJ'; @override - String get cutButtonLabel => r'CUT'; + String get cutButtonLabel => r'IZREŽI'; @override - String get deleteButtonTooltip => r'Delete'; + String get deleteButtonTooltip => r'Brisanje'; @override - String get dialogLabel => r'Dialog'; + String get dialogLabel => r'Dijalog'; @override - String get drawerLabel => r'Navigation menu'; + String get drawerLabel => r'Navigacijski izbornik'; @override - String get expandedIconTapHint => r'Collapse'; + String get expandedIconTapHint => r'Sažmi'; @override - String get hideAccountsLabel => r'Hide accounts'; + String get hideAccountsLabel => r'Sakrijte račune'; @override - String get licensesPageTitle => r'Licenses'; + String get licensesPageTitle => r'Licence'; @override - String get modalBarrierDismissLabel => r'Dismiss'; + String get modalBarrierDismissLabel => r'Odbaci'; @override - String get nextMonthTooltip => r'Next month'; + String get nextMonthTooltip => r'Sljedeći mjesec'; @override - String get nextPageTooltip => r'Next page'; + String get nextPageTooltip => r'Sljedeća stranica'; @override - String get okButtonLabel => r'OK'; + String get okButtonLabel => r'U REDU'; @override - String get openAppDrawerTooltip => r'Open navigation menu'; + String get openAppDrawerTooltip => r'Otvaranje izbornika za navigaciju'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow of $rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow od $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow of about $rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow od otprilike $rowCount'; @override - String get pasteButtonLabel => r'PASTE'; + String get pasteButtonLabel => r'ZALIJEPI'; @override - String get popupMenuLabel => r'Popup menu'; + String get popupMenuLabel => r'Skočni izbornik'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => r'popodne'; @override - String get previousMonthTooltip => r'Previous month'; + String get previousMonthTooltip => r'Prethodni mjesec'; @override - String get previousPageTooltip => r'Previous page'; + String get previousPageTooltip => r'Prethodna stranica'; @override - String get refreshIndicatorSemanticLabel => r'Refresh'; + String get refreshIndicatorSemanticLabel => r'Osvježi'; @override - String get remainingTextFieldCharacterCountFew => null; + String get remainingTextFieldCharacterCountFew => r'Preostala su $remainingCount znaka'; @override String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1 character remaining'; + String get remainingTextFieldCharacterCountOne => r'Preostao je 1 znak'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount characters remaining'; + String get remainingTextFieldCharacterCountOther => r'Preostalo je $remainingCount znakova'; @override String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'No characters remaining'; + String get remainingTextFieldCharacterCountZero => r'TBD'; @override - String get reorderItemDown => r'Move down'; + String get reorderItemDown => r'Pomakni prema dolje'; @override - String get reorderItemLeft => r'Move left'; + String get reorderItemLeft => r'Pomakni ulijevo'; @override - String get reorderItemRight => r'Move right'; + String get reorderItemRight => r'Pomakni udesno'; @override - String get reorderItemToEnd => r'Move to the end'; + String get reorderItemToEnd => r'Premjesti na kraj'; @override - String get reorderItemToStart => r'Move to the start'; + String get reorderItemToStart => r'Premjesti na početak'; @override - String get reorderItemUp => r'Move up'; + String get reorderItemUp => r'Pomakni prema gore'; @override - String get rowsPerPageTitle => r'Rows per page:'; + String get rowsPerPageTitle => r'Redaka po stranici:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Search'; + String get searchFieldLabel => r'Pretražite'; @override - String get selectAllButtonLabel => r'SELECT ALL'; + String get selectAllButtonLabel => r'ODABERI SVE'; @override - String get selectedRowCountTitleFew => null; + String get selectedRowCountTitleFew => r'Odabrane su $selectedRowCount stavke'; @override String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 item selected'; + String get selectedRowCountTitleOne => r'Odabrana je jedna stavka'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount items selected'; + String get selectedRowCountTitleOther => r'Odabrano je $selectedRowCount stavki'; @override String get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => r'No items selected'; + String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Show accounts'; + String get showAccountsLabel => r'Prikažite račune'; @override - String get showMenuTooltip => r'Show menu'; + String get showMenuTooltip => r'Prikaz izbornika'; @override - String get signedInLabel => r'Signed in'; + String get signedInLabel => r'Prijavljeni korisnik'; @override - String get tabLabelRaw => r'Tab $tabIndex of $tabCount'; + String get tabLabelRaw => r'Kartica $tabIndex od $tabCount'; @override - TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Select hours'; + String get timePickerHourModeAnnouncement => r'Odaberite sate'; @override - String get timePickerMinuteModeAnnouncement => r'Select minutes'; + String get timePickerMinuteModeAnnouncement => r'Odaberite minute'; @override - String get viewLicensesButtonLabel => r'VIEW LICENSES'; + String get viewLicensesButtonLabel => r'PRIKAŽI LICENCE'; } -/// The translations for English, as used in Australia (`en_AU`). -class MaterialLocalizationEnAu extends MaterialLocalizationEn { - /// Create an instance of the translation bundle for English, as used in Australia. +/// The translations for Catalan Valencian (`ca`). +class MaterialLocalizationCa extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Catalan Valencian. /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationEnAu({ - String localeName = 'en_AU', + const MaterialLocalizationCa({ + String localeName = 'ca', @required intl.DateFormat fullYearFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @@ -1911,292 +1881,4189 @@ class MaterialLocalizationEnAu extends MaterialLocalizationEn { ); @override - String get licensesPageTitle => r'Licences'; + String get aboutListTileTitleRaw => r'Sobre $applicationName'; @override - String get viewLicensesButtonLabel => r'VIEW LICENCES'; + String get alertDialogLabel => r'Alerta'; @override - String get popupMenuLabel => r'Pop-up menu'; + String get anteMeridiemAbbreviation => r'AM'; @override - String get dialogLabel => r'Dialogue'; + String get backButtonTooltip => r'Enrere'; @override - String get reorderItemLeft => r'Move to the left'; + String get cancelButtonLabel => r'CANCEL·LA'; @override - String get reorderItemRight => r'Move to the right'; -} + String get closeButtonLabel => r'TANCA'; -/// The translations for English, as used in Canada (`en_CA`). -class MaterialLocalizationEnCa extends MaterialLocalizationEn { - /// Create an instance of the translation bundle for English, as used in Canada. - /// - /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationEnCa({ - String localeName = 'en_CA', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + @override + String get closeButtonTooltip => r'Tanca'; @override - String get licensesPageTitle => r'Licences'; + String get collapsedIconTapHint => r'Desplega'; @override - String get viewLicensesButtonLabel => r'VIEW LICENCES'; + String get continueButtonLabel => r'CONTINUA'; @override - String get popupMenuLabel => r'Pop-up menu'; + String get copyButtonLabel => r'COPIA'; @override - String get dialogLabel => r'Dialogue'; + String get cutButtonLabel => r'RETALLA'; @override - String get reorderItemLeft => r'Move to the left'; + String get deleteButtonTooltip => r'Suprimeix'; @override - String get reorderItemRight => r'Move to the right'; -} + String get dialogLabel => r'Diàleg'; -/// The translations for English, as used in the United Kingdom (`en_GB`). -class MaterialLocalizationEnGb extends MaterialLocalizationEn { - /// Create an instance of the translation bundle for English, as used in the United Kingdom. - /// - /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationEnGb({ - String localeName = 'en_GB', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + @override + String get drawerLabel => r'Menú de navegació'; @override - TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + String get expandedIconTapHint => r'Replega'; @override - String get viewLicensesButtonLabel => r'VIEW LICENCES'; + String get hideAccountsLabel => r'Amaga els comptes'; @override - String get licensesPageTitle => r'Licences'; + String get licensesPageTitle => r'Llicències'; @override - String get popupMenuLabel => r'Pop-up menu'; + String get modalBarrierDismissLabel => r'Ignora'; @override - String get dialogLabel => r'Dialogue'; + String get nextMonthTooltip => r'Mes següent'; @override - String get reorderItemLeft => r'Move to the left'; + String get nextPageTooltip => r'Pàgina següent'; @override - String get reorderItemRight => r'Move to the right'; -} + String get okButtonLabel => r'D' "'" r'ACORD'; -/// The translations for English, as used in Ireland (`en_IE`). -class MaterialLocalizationEnIe extends MaterialLocalizationEn { - /// Create an instance of the translation bundle for English, as used in Ireland. - /// - /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationEnIe({ - String localeName = 'en_IE', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + @override + String get openAppDrawerTooltip => r'Obre el menú de navegació'; @override - TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow de $rowCount'; @override - String get viewLicensesButtonLabel => r'VIEW LICENCES'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow d' "'" r'aproximadament $rowCount'; @override - String get licensesPageTitle => r'Licences'; + String get pasteButtonLabel => r'ENGANXA'; @override - String get popupMenuLabel => r'Pop-up menu'; + String get popupMenuLabel => r'Menú emergent'; @override - String get dialogLabel => r'Dialogue'; + String get postMeridiemAbbreviation => r'PM'; @override - String get reorderItemLeft => r'Move to the left'; + String get previousMonthTooltip => r'Mes anterior'; @override - String get reorderItemRight => r'Move to the right'; -} + String get previousPageTooltip => r'Pàgina anterior'; -/// The translations for English, as used in India (`en_IN`). -class MaterialLocalizationEnIn extends MaterialLocalizationEn { - /// Create an instance of the translation bundle for English, as used in India. - /// - /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationEnIn({ - String localeName = 'en_IN', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + @override + String get refreshIndicatorSemanticLabel => r'Actualitza'; @override - String get licensesPageTitle => r'Licences'; + String get remainingTextFieldCharacterCountFew => null; @override - String get viewLicensesButtonLabel => r'VIEW LICENCES'; + String get remainingTextFieldCharacterCountMany => null; @override - String get popupMenuLabel => r'Pop-up menu'; + String get remainingTextFieldCharacterCountOne => r'Queda 1 caràcter'; @override - String get dialogLabel => r'Dialogue'; + String get remainingTextFieldCharacterCountOther => r'Queden $remainingCount caràcters'; @override - String get reorderItemLeft => r'Move to the left'; + String get remainingTextFieldCharacterCountTwo => null; @override - String get reorderItemRight => r'Move to the right'; -} + String get remainingTextFieldCharacterCountZero => r'TBD'; -/// The translations for English, as used in Singapore (`en_SG`). -class MaterialLocalizationEnSg extends MaterialLocalizationEn { - /// Create an instance of the translation bundle for English, as used in Singapore. - /// - /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationEnSg({ - String localeName = 'en_SG', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + @override + String get reorderItemDown => r'Mou avall'; @override - String get licensesPageTitle => r'Licences'; + String get reorderItemLeft => r'Mou cap a l' "'" r'esquerra'; @override - String get viewLicensesButtonLabel => r'VIEW LICENCES'; + String get reorderItemRight => r'Mou cap a la dreta'; @override - String get popupMenuLabel => r'Pop-up menu'; + String get reorderItemToEnd => r'Mou al final'; @override - String get dialogLabel => r'Dialogue'; + String get reorderItemToStart => r'Mou al principi'; @override - String get reorderItemLeft => r'Move to the left'; + String get reorderItemUp => r'Mou amunt'; @override - String get reorderItemRight => r'Move to the right'; -} + String get rowsPerPageTitle => r'Files per pàgina:'; -/// The translations for English, as used in South Africa (`en_ZA`). -class MaterialLocalizationEnZa extends MaterialLocalizationEn { - /// Create an instance of the translation bundle for English, as used in South Africa. - /// - /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationEnZa({ - String localeName = 'en_ZA', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + String get searchFieldLabel => r'Cerca'; @override - String get viewLicensesButtonLabel => r'VIEW LICENCES'; + String get selectAllButtonLabel => r'SELECCIONA-HO TOT'; @override - String get licensesPageTitle => r'Licences'; + String get selectedRowCountTitleFew => null; @override - String get popupMenuLabel => r'Pop-up menu'; + String get selectedRowCountTitleMany => null; @override - String get dialogLabel => r'Dialogue'; + String get selectedRowCountTitleOne => r'S' "'" r'ha seleccionat 1 element'; @override - String get reorderItemLeft => r'Move to the left'; + String get selectedRowCountTitleOther => r'S' "'" r'han seleccionat $selectedRowCount elements'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'Mostra els comptes'; + + @override + String get showMenuTooltip => r'Mostra el menú'; + + @override + String get signedInLabel => r'Sessió iniciada'; + + @override + String get tabLabelRaw => r'Pestanya $tabIndex de $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Selecciona les hores'; + + @override + String get timePickerMinuteModeAnnouncement => r'Selecciona els minuts'; + + @override + String get viewLicensesButtonLabel => r'MOSTRA LES LLICÈNCIES'; +} + +/// The translations for Czech (`cs`). +class MaterialLocalizationCs extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Czech. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationCs({ + String localeName = 'cs', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'O aplikaci $applicationName'; + + @override + String get alertDialogLabel => r'Upozornění'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get backButtonTooltip => r'Zpět'; + + @override + String get cancelButtonLabel => r'ZRUŠIT'; + + @override + String get closeButtonLabel => r'ZAVŘÍT'; + + @override + String get closeButtonTooltip => r'Zavřít'; + + @override + String get collapsedIconTapHint => r'Rozbalit'; + + @override + String get continueButtonLabel => r'POKRAČOVAT'; + + @override + String get copyButtonLabel => r'KOPÍROVAT'; + + @override + String get cutButtonLabel => r'VYJMOUT'; + + @override + String get deleteButtonTooltip => r'Smazat'; + + @override + String get dialogLabel => r'Dialogové okno'; + + @override + String get drawerLabel => r'Navigační nabídka'; + + @override + String get expandedIconTapHint => r'Sbalit'; + + @override + String get hideAccountsLabel => r'Skrýt účty'; + + @override + String get licensesPageTitle => r'Licence'; + + @override + String get modalBarrierDismissLabel => r'Zavřít'; + + @override + String get nextMonthTooltip => r'Další měsíc'; + + @override + String get nextPageTooltip => r'Další stránka'; + + @override + String get okButtonLabel => r'OK'; + + @override + String get openAppDrawerTooltip => r'Otevřít navigační nabídku'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow z $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow z asi $rowCount'; + + @override + String get pasteButtonLabel => r'VLOŽIT'; + + @override + String get popupMenuLabel => r'Vyskakovací nabídka'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get previousMonthTooltip => r'Předchozí měsíc'; + + @override + String get previousPageTooltip => r'Předchozí stránka'; + + @override + String get refreshIndicatorSemanticLabel => r'Obnovit'; + + @override + String get remainingTextFieldCharacterCountFew => r'Zbývají $remainingCount znaky'; + + @override + String get remainingTextFieldCharacterCountMany => r'Zbývá $remainingCount znaku'; + + @override + String get remainingTextFieldCharacterCountOne => r'Zbývá 1 znak'; + + @override + String get remainingTextFieldCharacterCountOther => r'Zbývá $remainingCount znaků'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'Přesunout dolů'; + + @override + String get reorderItemLeft => r'Přesunout doleva'; + + @override + String get reorderItemRight => r'Přesunout doprava'; + + @override + String get reorderItemToEnd => r'Přesunout na konec'; + + @override + String get reorderItemToStart => r'Přesunout na začátek'; + + @override + String get reorderItemUp => r'Přesunout nahoru'; + + @override + String get rowsPerPageTitle => r'Počet řádků na stránku:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Hledat'; + + @override + String get selectAllButtonLabel => r'VYBRAT VŠE'; + + @override + String get selectedRowCountTitleFew => r'Jsou vybrány $selectedRowCount položky'; + + @override + String get selectedRowCountTitleMany => r'Je vybráno $selectedRowCount položky'; + + @override + String get selectedRowCountTitleOne => r'Je vybrána 1 položka'; + + @override + String get selectedRowCountTitleOther => r'Je vybráno $selectedRowCount položek'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'Zobrazit účty'; + + @override + String get showMenuTooltip => r'Zobrazit nabídku'; + + @override + String get signedInLabel => r'Uživatel přihlášen'; + + @override + String get tabLabelRaw => r'Karta $tabIndex z $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Vyberte hodiny'; + + @override + String get timePickerMinuteModeAnnouncement => r'Vyberte minuty'; + + @override + String get viewLicensesButtonLabel => r'ZOBRAZIT LICENCE'; +} + +/// The translations for Danish (`da`). +class MaterialLocalizationDa extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Danish. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationDa({ + String localeName = 'da', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'Om $applicationName'; + + @override + String get alertDialogLabel => r'Underretning'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get backButtonTooltip => r'Tilbage'; + + @override + String get cancelButtonLabel => r'ANNULLER'; + + @override + String get closeButtonLabel => r'LUK'; + + @override + String get closeButtonTooltip => r'Luk'; + + @override + String get collapsedIconTapHint => r'Udvid'; + + @override + String get continueButtonLabel => r'FORTSÆT'; + + @override + String get copyButtonLabel => r'KOPIÉR'; + + @override + String get cutButtonLabel => r'KLIP'; + + @override + String get deleteButtonTooltip => r'Slet'; + + @override + String get dialogLabel => r'Dialogboks'; + + @override + String get drawerLabel => r'Navigationsmenu'; + + @override + String get expandedIconTapHint => r'Skjul'; + + @override + String get hideAccountsLabel => r'Skjul konti'; + + @override + String get licensesPageTitle => r'Licenser'; + + @override + String get modalBarrierDismissLabel => r'Afvis'; + + @override + String get nextMonthTooltip => r'Næste måned'; + + @override + String get nextPageTooltip => r'Næste side'; + + @override + String get okButtonLabel => r'OK'; + + @override + String get openAppDrawerTooltip => r'Åbn navigationsmenuen'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow af $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow af ca. $rowCount'; + + @override + String get pasteButtonLabel => r'SÆT IND'; + + @override + String get popupMenuLabel => r'Pop op-menu'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get previousMonthTooltip => r'Forrige måned'; + + @override + String get previousPageTooltip => r'Forrige side'; + + @override + String get refreshIndicatorSemanticLabel => r'Opdater'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'Ét tegn tilbage'; + + @override + String get remainingTextFieldCharacterCountOther => r'$remainingCount tegn tilbage'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'Flyt ned'; + + @override + String get reorderItemLeft => r'Flyt til venstre'; + + @override + String get reorderItemRight => r'Flyt til højre'; + + @override + String get reorderItemToEnd => r'Flyt til sidst på listen'; + + @override + String get reorderItemToStart => r'Flyt til først på listen'; + + @override + String get reorderItemUp => r'Flyt op'; + + @override + String get rowsPerPageTitle => r'Rækker pr. side:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Søg'; + + @override + String get selectAllButtonLabel => r'VÆLG ALLE'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'1 element er valgt'; + + @override + String get selectedRowCountTitleOther => r'$selectedRowCount elementer er valgt'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'Vis konti'; + + @override + String get showMenuTooltip => r'Vis menu'; + + @override + String get signedInLabel => r'Logget ind'; + + @override + String get tabLabelRaw => r'Fane $tabIndex af $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Vælg timer'; + + @override + String get timePickerMinuteModeAnnouncement => r'Vælg minutter'; + + @override + String get viewLicensesButtonLabel => r'SE LICENSER'; +} + +/// The translations for German (`de`). +class MaterialLocalizationDe extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for German. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationDe({ + String localeName = 'de', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'Über $applicationName'; + + @override + String get alertDialogLabel => r'Benachrichtigung'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get backButtonTooltip => r'Zurück'; + + @override + String get cancelButtonLabel => r'ABBRECHEN'; + + @override + String get closeButtonLabel => r'SCHLIEẞEN'; + + @override + String get closeButtonTooltip => r'Schließen'; + + @override + String get collapsedIconTapHint => r'Maximieren'; + + @override + String get continueButtonLabel => r'WEITER'; + + @override + String get copyButtonLabel => r'KOPIEREN'; + + @override + String get cutButtonLabel => r'AUSSCHNEIDEN'; + + @override + String get deleteButtonTooltip => r'Löschen'; + + @override + String get dialogLabel => r'Dialogfeld'; + + @override + String get drawerLabel => r'Navigationsmenü'; + + @override + String get expandedIconTapHint => r'Minimieren'; + + @override + String get hideAccountsLabel => r'Konten ausblenden'; + + @override + String get licensesPageTitle => r'Lizenzen'; + + @override + String get modalBarrierDismissLabel => r'Schließen'; + + @override + String get nextMonthTooltip => r'Nächster Monat'; + + @override + String get nextPageTooltip => r'Nächste Seite'; + + @override + String get okButtonLabel => r'Ok'; + + @override + String get openAppDrawerTooltip => r'Navigationsmenü öffnen'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow von $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow von etwa $rowCount'; + + @override + String get pasteButtonLabel => r'EINFÜGEN'; + + @override + String get popupMenuLabel => r'Pop-up-Menü'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get previousMonthTooltip => r'Vorheriger Monat'; + + @override + String get previousPageTooltip => r'Vorherige Seite'; + + @override + String get refreshIndicatorSemanticLabel => r'Aktualisieren'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'Noch 1 Zeichen'; + + @override + String get remainingTextFieldCharacterCountOther => r'Noch $remainingCount Zeichen'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'Nach unten verschieben'; + + @override + String get reorderItemLeft => r'Nach links verschieben'; + + @override + String get reorderItemRight => r'Nach rechts verschieben'; + + @override + String get reorderItemToEnd => r'An das Ende verschieben'; + + @override + String get reorderItemToStart => r'An den Anfang verschieben'; + + @override + String get reorderItemUp => r'Nach oben verschieben'; + + @override + String get rowsPerPageTitle => r'Zeilen pro Seite:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Suchen'; + + @override + String get selectAllButtonLabel => r'ALLE AUSWÄHLEN'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'1 Element ausgewählt'; + + @override + String get selectedRowCountTitleOther => r'$selectedRowCount Elemente ausgewählt'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => r'Keine Objekte ausgewählt'; + + @override + String get showAccountsLabel => r'Konten anzeigen'; + + @override + String get showMenuTooltip => r'Menü anzeigen'; + + @override + String get signedInLabel => r'Angemeldet'; + + @override + String get tabLabelRaw => r'Tab $tabIndex von $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Stunden auswählen'; + + @override + String get timePickerMinuteModeAnnouncement => r'Minuten auswählen'; + + @override + String get viewLicensesButtonLabel => r'LIZENZEN ANZEIGEN'; +} + +/// The translations for German, as used in Switzerland (`de_CH`). +class MaterialLocalizationDeCh extends MaterialLocalizationDe { + /// Create an instance of the translation bundle for German, as used in Switzerland. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationDeCh({ + String localeName = 'de_CH', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get closeButtonTooltip => r'Schliessen'; + + @override + String get modalBarrierDismissLabel => r'Schliessen'; +} + +/// The translations for Modern Greek (`el`). +class MaterialLocalizationEl extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Modern Greek. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEl({ + String localeName = 'el', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'Σχετικά με την εφαρμογή $applicationName'; + + @override + String get alertDialogLabel => r'Ειδοποίηση'; + + @override + String get anteMeridiemAbbreviation => r'π.μ.'; + + @override + String get backButtonTooltip => r'Πίσω'; + + @override + String get cancelButtonLabel => r'ΑΚΥΡΩΣΗ'; + + @override + String get closeButtonLabel => r'ΚΛΕΙΣΙΜΟ'; + + @override + String get closeButtonTooltip => r'Κλείσιμο'; + + @override + String get collapsedIconTapHint => r'Ανάπτυξη'; + + @override + String get continueButtonLabel => r'ΣΥΝΕΧΕΙΑ'; + + @override + String get copyButtonLabel => r'ΑΝΤΙΓΡΑΦΗ'; + + @override + String get cutButtonLabel => r'ΑΠΟΚΟΠΗ'; + + @override + String get deleteButtonTooltip => r'Διαγραφή'; + + @override + String get dialogLabel => r'Παράθυρο διαλόγου'; + + @override + String get drawerLabel => r'Μενού πλοήγησης'; + + @override + String get expandedIconTapHint => r'Σύμπτυξη'; + + @override + String get hideAccountsLabel => r'Απόκρυψη λογαριασμών'; + + @override + String get licensesPageTitle => r'Άδειες'; + + @override + String get modalBarrierDismissLabel => r'Παράβλεψη'; + + @override + String get nextMonthTooltip => r'Επόμενος μήνας'; + + @override + String get nextPageTooltip => r'Επόμενη σελίδα'; + + @override + String get okButtonLabel => r'ΟΚ'; + + @override + String get openAppDrawerTooltip => r'Άνοιγμα μενού πλοήγησης'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow από $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow από περίπου $rowCount'; + + @override + String get pasteButtonLabel => r'ΕΠΙΚΟΛΛΗΣΗ'; + + @override + String get popupMenuLabel => r'Αναδυόμενο μενού'; + + @override + String get postMeridiemAbbreviation => r'μ.μ.'; + + @override + String get previousMonthTooltip => r'Προηγούμενος μήνας'; + + @override + String get previousPageTooltip => r'Προηγούμενη σελίδα'; + + @override + String get refreshIndicatorSemanticLabel => r'Ανανέωση'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'απομένει 1 χαρακτήρας'; + + @override + String get remainingTextFieldCharacterCountOther => r'απομένουν $remainingCount χαρακτήρες'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'Μετακίνηση προς τα κάτω'; + + @override + String get reorderItemLeft => r'Μετακίνηση αριστερά'; + + @override + String get reorderItemRight => r'Μετακίνηση δεξιά'; + + @override + String get reorderItemToEnd => r'Μετακίνηση στο τέλος'; + + @override + String get reorderItemToStart => r'Μετακίνηση στην αρχή'; + + @override + String get reorderItemUp => r'Μετακίνηση προς τα πάνω'; + + @override + String get rowsPerPageTitle => r'Σειρές ανά σελίδα:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Αναζήτηση'; + + @override + String get selectAllButtonLabel => r'ΕΠΙΛΟΓΗ ΟΛΩΝ'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'Επιλέχθηκε 1 στοιχείο'; + + @override + String get selectedRowCountTitleOther => r'Επιλέχθηκαν $selectedRowCount στοιχεία'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'Εμφάνιση λογαριασμών'; + + @override + String get showMenuTooltip => r'Εμφάνιση μενού'; + + @override + String get signedInLabel => r'Σε σύνδεση'; + + @override + String get tabLabelRaw => r'Καρτέλα $tabIndex από $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Επιλογή ωρών'; + + @override + String get timePickerMinuteModeAnnouncement => r'Επιλογή λεπτών'; + + @override + String get viewLicensesButtonLabel => r'ΠΡΟΒΟΛΗ ΑΔΕΙΩΝ'; +} + +/// The translations for English (`en`). +class MaterialLocalizationEn extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for English. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEn({ + String localeName = 'en', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'About $applicationName'; + + @override + String get alertDialogLabel => r'Alert'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get backButtonTooltip => r'Back'; + + @override + String get cancelButtonLabel => r'CANCEL'; + + @override + String get closeButtonLabel => r'CLOSE'; + + @override + String get closeButtonTooltip => r'Close'; + + @override + String get collapsedIconTapHint => r'Expand'; + + @override + String get continueButtonLabel => r'CONTINUE'; + + @override + String get copyButtonLabel => r'COPY'; + + @override + String get cutButtonLabel => r'CUT'; + + @override + String get deleteButtonTooltip => r'Delete'; + + @override + String get dialogLabel => r'Dialog'; + + @override + String get drawerLabel => r'Navigation menu'; + + @override + String get expandedIconTapHint => r'Collapse'; + + @override + String get hideAccountsLabel => r'Hide accounts'; + + @override + String get licensesPageTitle => r'Licenses'; + + @override + String get modalBarrierDismissLabel => r'Dismiss'; + + @override + String get nextMonthTooltip => r'Next month'; + + @override + String get nextPageTooltip => r'Next page'; + + @override + String get okButtonLabel => r'OK'; + + @override + String get openAppDrawerTooltip => r'Open navigation menu'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow of $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow of about $rowCount'; + + @override + String get pasteButtonLabel => r'PASTE'; + + @override + String get popupMenuLabel => r'Popup menu'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get previousMonthTooltip => r'Previous month'; + + @override + String get previousPageTooltip => r'Previous page'; + + @override + String get refreshIndicatorSemanticLabel => r'Refresh'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'1 character remaining'; + + @override + String get remainingTextFieldCharacterCountOther => r'$remainingCount characters remaining'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'No characters remaining'; + + @override + String get reorderItemDown => r'Move down'; + + @override + String get reorderItemLeft => r'Move left'; + + @override + String get reorderItemRight => r'Move right'; + + @override + String get reorderItemToEnd => r'Move to the end'; + + @override + String get reorderItemToStart => r'Move to the start'; + + @override + String get reorderItemUp => r'Move up'; + + @override + String get rowsPerPageTitle => r'Rows per page:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Search'; + + @override + String get selectAllButtonLabel => r'SELECT ALL'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'1 item selected'; + + @override + String get selectedRowCountTitleOther => r'$selectedRowCount items selected'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => r'No items selected'; + + @override + String get showAccountsLabel => r'Show accounts'; + + @override + String get showMenuTooltip => r'Show menu'; + + @override + String get signedInLabel => r'Signed in'; + + @override + String get tabLabelRaw => r'Tab $tabIndex of $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; + + @override + String get timePickerHourModeAnnouncement => r'Select hours'; + + @override + String get timePickerMinuteModeAnnouncement => r'Select minutes'; + + @override + String get viewLicensesButtonLabel => r'VIEW LICENSES'; +} + +/// The translations for English, as used in Australia (`en_AU`). +class MaterialLocalizationEnAu extends MaterialLocalizationEn { + /// Create an instance of the translation bundle for English, as used in Australia. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEnAu({ + String localeName = 'en_AU', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get licensesPageTitle => r'Licences'; + + @override + String get viewLicensesButtonLabel => r'VIEW LICENCES'; + + @override + String get popupMenuLabel => r'Pop-up menu'; + + @override + String get dialogLabel => r'Dialogue'; + + @override + String get reorderItemLeft => r'Move to the left'; + + @override + String get reorderItemRight => r'Move to the right'; +} + +/// The translations for English, as used in Canada (`en_CA`). +class MaterialLocalizationEnCa extends MaterialLocalizationEn { + /// Create an instance of the translation bundle for English, as used in Canada. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEnCa({ + String localeName = 'en_CA', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get licensesPageTitle => r'Licences'; + + @override + String get viewLicensesButtonLabel => r'VIEW LICENCES'; + + @override + String get popupMenuLabel => r'Pop-up menu'; + + @override + String get dialogLabel => r'Dialogue'; + + @override + String get reorderItemLeft => r'Move to the left'; + + @override + String get reorderItemRight => r'Move to the right'; +} + +/// The translations for English, as used in the United Kingdom (`en_GB`). +class MaterialLocalizationEnGb extends MaterialLocalizationEn { + /// Create an instance of the translation bundle for English, as used in the United Kingdom. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEnGb({ + String localeName = 'en_GB', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get viewLicensesButtonLabel => r'VIEW LICENCES'; + + @override + String get licensesPageTitle => r'Licences'; + + @override + String get popupMenuLabel => r'Pop-up menu'; + + @override + String get dialogLabel => r'Dialogue'; + + @override + String get reorderItemLeft => r'Move to the left'; + + @override + String get reorderItemRight => r'Move to the right'; +} + +/// The translations for English, as used in Ireland (`en_IE`). +class MaterialLocalizationEnIe extends MaterialLocalizationEn { + /// Create an instance of the translation bundle for English, as used in Ireland. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEnIe({ + String localeName = 'en_IE', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get viewLicensesButtonLabel => r'VIEW LICENCES'; + + @override + String get licensesPageTitle => r'Licences'; + + @override + String get popupMenuLabel => r'Pop-up menu'; + + @override + String get dialogLabel => r'Dialogue'; + + @override + String get reorderItemLeft => r'Move to the left'; + + @override + String get reorderItemRight => r'Move to the right'; +} + +/// The translations for English, as used in India (`en_IN`). +class MaterialLocalizationEnIn extends MaterialLocalizationEn { + /// Create an instance of the translation bundle for English, as used in India. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEnIn({ + String localeName = 'en_IN', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get licensesPageTitle => r'Licences'; + + @override + String get viewLicensesButtonLabel => r'VIEW LICENCES'; + + @override + String get popupMenuLabel => r'Pop-up menu'; + + @override + String get dialogLabel => r'Dialogue'; + + @override + String get reorderItemLeft => r'Move to the left'; + + @override + String get reorderItemRight => r'Move to the right'; +} + +/// The translations for English, as used in Singapore (`en_SG`). +class MaterialLocalizationEnSg extends MaterialLocalizationEn { + /// Create an instance of the translation bundle for English, as used in Singapore. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEnSg({ + String localeName = 'en_SG', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get licensesPageTitle => r'Licences'; + + @override + String get viewLicensesButtonLabel => r'VIEW LICENCES'; + + @override + String get popupMenuLabel => r'Pop-up menu'; + + @override + String get dialogLabel => r'Dialogue'; + + @override + String get reorderItemLeft => r'Move to the left'; + + @override + String get reorderItemRight => r'Move to the right'; +} + +/// The translations for English, as used in South Africa (`en_ZA`). +class MaterialLocalizationEnZa extends MaterialLocalizationEn { + /// Create an instance of the translation bundle for English, as used in South Africa. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEnZa({ + String localeName = 'en_ZA', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get viewLicensesButtonLabel => r'VIEW LICENCES'; + + @override + String get licensesPageTitle => r'Licences'; + + @override + String get popupMenuLabel => r'Pop-up menu'; + + @override + String get dialogLabel => r'Dialogue'; + + @override + String get reorderItemLeft => r'Move to the left'; @override String get reorderItemRight => r'Move to the right'; } -/// The translations for Spanish Castilian (`es`). -class MaterialLocalizationEs extends GlobalMaterialLocalizations { - /// Create an instance of the translation bundle for Spanish Castilian. +/// The translations for Spanish Castilian (`es`). +class MaterialLocalizationEs extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Spanish Castilian. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEs({ + String localeName = 'es', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'Sobre $applicationName'; + + @override + String get alertDialogLabel => r'Alerta'; + + @override + String get anteMeridiemAbbreviation => r'A.M.'; + + @override + String get backButtonTooltip => r'Atrás'; + + @override + String get cancelButtonLabel => r'CANCELAR'; + + @override + String get closeButtonLabel => r'CERRAR'; + + @override + String get closeButtonTooltip => r'Cerrar'; + + @override + String get collapsedIconTapHint => r'Mostrar'; + + @override + String get continueButtonLabel => r'CONTINUAR'; + + @override + String get copyButtonLabel => r'COPIAR'; + + @override + String get cutButtonLabel => r'CORTAR'; + + @override + String get deleteButtonTooltip => r'Eliminar'; + + @override + String get dialogLabel => r'Cuadro de diálogo'; + + @override + String get drawerLabel => r'Menú de navegación'; + + @override + String get expandedIconTapHint => r'Ocultar'; + + @override + String get hideAccountsLabel => r'Ocultar cuentas'; + + @override + String get licensesPageTitle => r'Licencias'; + + @override + String get modalBarrierDismissLabel => r'Cerrar'; + + @override + String get nextMonthTooltip => r'Mes siguiente'; + + @override + String get nextPageTooltip => r'Página siguiente'; + + @override + String get okButtonLabel => r'ACEPTAR'; + + @override + String get openAppDrawerTooltip => r'Abrir el menú de navegación'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow‑$lastRow de $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow‑$lastRow de aproximadamente $rowCount'; + + @override + String get pasteButtonLabel => r'PEGAR'; + + @override + String get popupMenuLabel => r'Menú emergente'; + + @override + String get postMeridiemAbbreviation => r'P.M.'; + + @override + String get previousMonthTooltip => r'Mes anterior'; + + @override + String get previousPageTooltip => r'Página anterior'; + + @override + String get refreshIndicatorSemanticLabel => r'Actualizar'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter.'; + + @override + String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'Mover hacia abajo'; + + @override + String get reorderItemLeft => r'Mover hacia la izquierda'; + + @override + String get reorderItemRight => r'Mover hacia la derecha'; + + @override + String get reorderItemToEnd => r'Mover al final'; + + @override + String get reorderItemToStart => r'Mover al principio'; + + @override + String get reorderItemUp => r'Mover hacia arriba'; + + @override + String get rowsPerPageTitle => r'Filas por página:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Buscar'; + + @override + String get selectAllButtonLabel => r'SELECCIONAR TODO'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'1 elemento seleccionado'; + + @override + String get selectedRowCountTitleOther => r'$selectedRowCount elementos seleccionados'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => r'No se han seleccionado elementos'; + + @override + String get showAccountsLabel => r'Mostrar cuentas'; + + @override + String get showMenuTooltip => r'Mostrar menú'; + + @override + String get signedInLabel => r'Sesión iniciada'; + + @override + String get tabLabelRaw => r'Pestaña $tabIndex de $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Seleccionar horas'; + + @override + String get timePickerMinuteModeAnnouncement => r'Seleccionar minutos'; + + @override + String get viewLicensesButtonLabel => r'VER LICENCIAS'; +} + +/// The translations for Spanish Castilian, as used in Latin America and the Caribbean (`es_419`). +class MaterialLocalizationEs419 extends MaterialLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Latin America and the Caribbean. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEs419({ + String localeName = 'es_419', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get modalBarrierDismissLabel => r'Descartar'; + + @override + String get signedInLabel => r'Cuenta con la que accediste'; + + @override + String get openAppDrawerTooltip => r'Abrir menú de navegación'; + + @override + String get deleteButtonTooltip => r'Borrar'; + + @override + String get nextMonthTooltip => r'Próximo mes'; + + @override + String get nextPageTooltip => r'Próxima página'; + + @override + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + + @override + String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + + @override + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get dialogLabel => r'Diálogo'; + + @override + String get reorderItemToStart => r'Mover al inicio'; + + @override + String get expandedIconTapHint => r'Contraer'; + + @override + String get collapsedIconTapHint => r'Expandir'; + + @override + String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + + @override + String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; +} + +/// The translations for Spanish Castilian, as used in Argentina (`es_AR`). +class MaterialLocalizationEsAr extends MaterialLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Argentina. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEsAr({ + String localeName = 'es_AR', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get modalBarrierDismissLabel => r'Descartar'; + + @override + String get signedInLabel => r'Cuenta con la que accediste'; + + @override + String get openAppDrawerTooltip => r'Abrir menú de navegación'; + + @override + String get deleteButtonTooltip => r'Borrar'; + + @override + String get nextMonthTooltip => r'Próximo mes'; + + @override + String get nextPageTooltip => r'Próxima página'; + + @override + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + + @override + String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + + @override + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get dialogLabel => r'Diálogo'; + + @override + String get reorderItemToStart => r'Mover al inicio'; + + @override + String get expandedIconTapHint => r'Contraer'; + + @override + String get collapsedIconTapHint => r'Expandir'; + + @override + String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + + @override + String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; +} + +/// The translations for Spanish Castilian, as used in Bolivia (`es_BO`). +class MaterialLocalizationEsBo extends MaterialLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Bolivia. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEsBo({ + String localeName = 'es_BO', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get reorderItemToStart => r'Mover al inicio'; + + @override + String get modalBarrierDismissLabel => r'Descartar'; + + @override + String get signedInLabel => r'Cuenta con la que accediste'; + + @override + String get openAppDrawerTooltip => r'Abrir menú de navegación'; + + @override + String get deleteButtonTooltip => r'Borrar'; + + @override + String get nextMonthTooltip => r'Próximo mes'; + + @override + String get nextPageTooltip => r'Próxima página'; + + @override + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + + @override + String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + + @override + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get dialogLabel => r'Diálogo'; + + @override + String get expandedIconTapHint => r'Contraer'; + + @override + String get collapsedIconTapHint => r'Expandir'; + + @override + String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + + @override + String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; +} + +/// The translations for Spanish Castilian, as used in Chile (`es_CL`). +class MaterialLocalizationEsCl extends MaterialLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Chile. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEsCl({ + String localeName = 'es_CL', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get reorderItemToStart => r'Mover al inicio'; + + @override + String get modalBarrierDismissLabel => r'Descartar'; + + @override + String get signedInLabel => r'Cuenta con la que accediste'; + + @override + String get openAppDrawerTooltip => r'Abrir menú de navegación'; + + @override + String get deleteButtonTooltip => r'Borrar'; + + @override + String get nextMonthTooltip => r'Próximo mes'; + + @override + String get nextPageTooltip => r'Próxima página'; + + @override + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + + @override + String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + + @override + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get dialogLabel => r'Diálogo'; + + @override + String get expandedIconTapHint => r'Contraer'; + + @override + String get collapsedIconTapHint => r'Expandir'; + + @override + String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + + @override + String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; +} + +/// The translations for Spanish Castilian, as used in Colombia (`es_CO`). +class MaterialLocalizationEsCo extends MaterialLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Colombia. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEsCo({ + String localeName = 'es_CO', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get reorderItemToStart => r'Mover al inicio'; + + @override + String get modalBarrierDismissLabel => r'Descartar'; + + @override + String get signedInLabel => r'Cuenta con la que accediste'; + + @override + String get openAppDrawerTooltip => r'Abrir menú de navegación'; + + @override + String get deleteButtonTooltip => r'Borrar'; + + @override + String get nextMonthTooltip => r'Próximo mes'; + + @override + String get nextPageTooltip => r'Próxima página'; + + @override + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + + @override + String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + + @override + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get dialogLabel => r'Diálogo'; + + @override + String get expandedIconTapHint => r'Contraer'; + + @override + String get collapsedIconTapHint => r'Expandir'; + + @override + String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + + @override + String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; +} + +/// The translations for Spanish Castilian, as used in Costa Rica (`es_CR`). +class MaterialLocalizationEsCr extends MaterialLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Costa Rica. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEsCr({ + String localeName = 'es_CR', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get reorderItemToStart => r'Mover al inicio'; + + @override + String get modalBarrierDismissLabel => r'Descartar'; + + @override + String get signedInLabel => r'Cuenta con la que accediste'; + + @override + String get openAppDrawerTooltip => r'Abrir menú de navegación'; + + @override + String get deleteButtonTooltip => r'Borrar'; + + @override + String get nextMonthTooltip => r'Próximo mes'; + + @override + String get nextPageTooltip => r'Próxima página'; + + @override + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + + @override + String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + + @override + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get dialogLabel => r'Diálogo'; + + @override + String get expandedIconTapHint => r'Contraer'; + + @override + String get collapsedIconTapHint => r'Expandir'; + + @override + String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + + @override + String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; +} + +/// The translations for Spanish Castilian, as used in the Dominican Republic (`es_DO`). +class MaterialLocalizationEsDo extends MaterialLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in the Dominican Republic. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEsDo({ + String localeName = 'es_DO', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get reorderItemToStart => r'Mover al inicio'; + + @override + String get modalBarrierDismissLabel => r'Descartar'; + + @override + String get signedInLabel => r'Cuenta con la que accediste'; + + @override + String get openAppDrawerTooltip => r'Abrir menú de navegación'; + + @override + String get deleteButtonTooltip => r'Borrar'; + + @override + String get nextMonthTooltip => r'Próximo mes'; + + @override + String get nextPageTooltip => r'Próxima página'; + + @override + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + + @override + String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + + @override + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get dialogLabel => r'Diálogo'; + + @override + String get expandedIconTapHint => r'Contraer'; + + @override + String get collapsedIconTapHint => r'Expandir'; + + @override + String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + + @override + String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; +} + +/// The translations for Spanish Castilian, as used in Ecuador (`es_EC`). +class MaterialLocalizationEsEc extends MaterialLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Ecuador. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEsEc({ + String localeName = 'es_EC', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get reorderItemToStart => r'Mover al inicio'; + + @override + String get modalBarrierDismissLabel => r'Descartar'; + + @override + String get signedInLabel => r'Cuenta con la que accediste'; + + @override + String get openAppDrawerTooltip => r'Abrir menú de navegación'; + + @override + String get deleteButtonTooltip => r'Borrar'; + + @override + String get nextMonthTooltip => r'Próximo mes'; + + @override + String get nextPageTooltip => r'Próxima página'; + + @override + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + + @override + String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + + @override + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get dialogLabel => r'Diálogo'; + + @override + String get expandedIconTapHint => r'Contraer'; + + @override + String get collapsedIconTapHint => r'Expandir'; + + @override + String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + + @override + String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; +} + +/// The translations for Spanish Castilian, as used in Guatemala (`es_GT`). +class MaterialLocalizationEsGt extends MaterialLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Guatemala. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEsGt({ + String localeName = 'es_GT', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get reorderItemToStart => r'Mover al inicio'; + + @override + String get modalBarrierDismissLabel => r'Descartar'; + + @override + String get signedInLabel => r'Cuenta con la que accediste'; + + @override + String get openAppDrawerTooltip => r'Abrir menú de navegación'; + + @override + String get deleteButtonTooltip => r'Borrar'; + + @override + String get nextMonthTooltip => r'Próximo mes'; + + @override + String get nextPageTooltip => r'Próxima página'; + + @override + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + + @override + String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + + @override + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get dialogLabel => r'Diálogo'; + + @override + String get expandedIconTapHint => r'Contraer'; + + @override + String get collapsedIconTapHint => r'Expandir'; + + @override + String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + + @override + String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; +} + +/// The translations for Spanish Castilian, as used in Honduras (`es_HN`). +class MaterialLocalizationEsHn extends MaterialLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Honduras. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEsHn({ + String localeName = 'es_HN', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get reorderItemToStart => r'Mover al inicio'; + + @override + String get modalBarrierDismissLabel => r'Descartar'; + + @override + String get signedInLabel => r'Cuenta con la que accediste'; + + @override + String get openAppDrawerTooltip => r'Abrir menú de navegación'; + + @override + String get deleteButtonTooltip => r'Borrar'; + + @override + String get nextMonthTooltip => r'Próximo mes'; + + @override + String get nextPageTooltip => r'Próxima página'; + + @override + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + + @override + String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + + @override + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get dialogLabel => r'Diálogo'; + + @override + String get expandedIconTapHint => r'Contraer'; + + @override + String get collapsedIconTapHint => r'Expandir'; + + @override + String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + + @override + String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; +} + +/// The translations for Spanish Castilian, as used in Mexico (`es_MX`). +class MaterialLocalizationEsMx extends MaterialLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Mexico. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEsMx({ + String localeName = 'es_MX', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get reorderItemToStart => r'Mover al inicio'; + + @override + String get modalBarrierDismissLabel => r'Descartar'; + + @override + String get signedInLabel => r'Cuenta con la que accediste'; + + @override + String get openAppDrawerTooltip => r'Abrir menú de navegación'; + + @override + String get deleteButtonTooltip => r'Borrar'; + + @override + String get nextMonthTooltip => r'Próximo mes'; + + @override + String get nextPageTooltip => r'Próxima página'; + + @override + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + + @override + String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + + @override + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get dialogLabel => r'Diálogo'; + + @override + String get expandedIconTapHint => r'Contraer'; + + @override + String get collapsedIconTapHint => r'Expandir'; + + @override + String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + + @override + String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; +} + +/// The translations for Spanish Castilian, as used in Nicaragua (`es_NI`). +class MaterialLocalizationEsNi extends MaterialLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Nicaragua. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEsNi({ + String localeName = 'es_NI', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get reorderItemToStart => r'Mover al inicio'; + + @override + String get modalBarrierDismissLabel => r'Descartar'; + + @override + String get signedInLabel => r'Cuenta con la que accediste'; + + @override + String get openAppDrawerTooltip => r'Abrir menú de navegación'; + + @override + String get deleteButtonTooltip => r'Borrar'; + + @override + String get nextMonthTooltip => r'Próximo mes'; + + @override + String get nextPageTooltip => r'Próxima página'; + + @override + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + + @override + String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + + @override + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get dialogLabel => r'Diálogo'; + + @override + String get expandedIconTapHint => r'Contraer'; + + @override + String get collapsedIconTapHint => r'Expandir'; + + @override + String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + + @override + String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; +} + +/// The translations for Spanish Castilian, as used in Panama (`es_PA`). +class MaterialLocalizationEsPa extends MaterialLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Panama. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEsPa({ + String localeName = 'es_PA', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get reorderItemToStart => r'Mover al inicio'; + + @override + String get modalBarrierDismissLabel => r'Descartar'; + + @override + String get signedInLabel => r'Cuenta con la que accediste'; + + @override + String get openAppDrawerTooltip => r'Abrir menú de navegación'; + + @override + String get deleteButtonTooltip => r'Borrar'; + + @override + String get nextMonthTooltip => r'Próximo mes'; + + @override + String get nextPageTooltip => r'Próxima página'; + + @override + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + + @override + String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + + @override + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get dialogLabel => r'Diálogo'; + + @override + String get expandedIconTapHint => r'Contraer'; + + @override + String get collapsedIconTapHint => r'Expandir'; + + @override + String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + + @override + String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; +} + +/// The translations for Spanish Castilian, as used in Peru (`es_PE`). +class MaterialLocalizationEsPe extends MaterialLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Peru. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEsPe({ + String localeName = 'es_PE', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get reorderItemToStart => r'Mover al inicio'; + + @override + String get modalBarrierDismissLabel => r'Descartar'; + + @override + String get signedInLabel => r'Cuenta con la que accediste'; + + @override + String get openAppDrawerTooltip => r'Abrir menú de navegación'; + + @override + String get deleteButtonTooltip => r'Borrar'; + + @override + String get nextMonthTooltip => r'Próximo mes'; + + @override + String get nextPageTooltip => r'Próxima página'; + + @override + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + + @override + String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + + @override + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get dialogLabel => r'Diálogo'; + + @override + String get expandedIconTapHint => r'Contraer'; + + @override + String get collapsedIconTapHint => r'Expandir'; + + @override + String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + + @override + String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; +} + +/// The translations for Spanish Castilian, as used in Puerto Rico (`es_PR`). +class MaterialLocalizationEsPr extends MaterialLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Puerto Rico. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEsPr({ + String localeName = 'es_PR', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get reorderItemToStart => r'Mover al inicio'; + + @override + String get modalBarrierDismissLabel => r'Descartar'; + + @override + String get signedInLabel => r'Cuenta con la que accediste'; + + @override + String get openAppDrawerTooltip => r'Abrir menú de navegación'; + + @override + String get deleteButtonTooltip => r'Borrar'; + + @override + String get nextMonthTooltip => r'Próximo mes'; + + @override + String get nextPageTooltip => r'Próxima página'; + + @override + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + + @override + String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + + @override + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get dialogLabel => r'Diálogo'; + + @override + String get expandedIconTapHint => r'Contraer'; + + @override + String get collapsedIconTapHint => r'Expandir'; + + @override + String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + + @override + String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; +} + +/// The translations for Spanish Castilian, as used in Paraguay (`es_PY`). +class MaterialLocalizationEsPy extends MaterialLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Paraguay. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEsPy({ + String localeName = 'es_PY', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get reorderItemToStart => r'Mover al inicio'; + + @override + String get modalBarrierDismissLabel => r'Descartar'; + + @override + String get signedInLabel => r'Cuenta con la que accediste'; + + @override + String get openAppDrawerTooltip => r'Abrir menú de navegación'; + + @override + String get deleteButtonTooltip => r'Borrar'; + + @override + String get nextMonthTooltip => r'Próximo mes'; + + @override + String get nextPageTooltip => r'Próxima página'; + + @override + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + + @override + String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + + @override + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get dialogLabel => r'Diálogo'; + + @override + String get expandedIconTapHint => r'Contraer'; + + @override + String get collapsedIconTapHint => r'Expandir'; + + @override + String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + + @override + String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; +} + +/// The translations for Spanish Castilian, as used in El Salvador (`es_SV`). +class MaterialLocalizationEsSv extends MaterialLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in El Salvador. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEsSv({ + String localeName = 'es_SV', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get reorderItemToStart => r'Mover al inicio'; + + @override + String get modalBarrierDismissLabel => r'Descartar'; + + @override + String get signedInLabel => r'Cuenta con la que accediste'; + + @override + String get openAppDrawerTooltip => r'Abrir menú de navegación'; + + @override + String get deleteButtonTooltip => r'Borrar'; + + @override + String get nextMonthTooltip => r'Próximo mes'; + + @override + String get nextPageTooltip => r'Próxima página'; + + @override + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + + @override + String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + + @override + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get dialogLabel => r'Diálogo'; + + @override + String get expandedIconTapHint => r'Contraer'; + + @override + String get collapsedIconTapHint => r'Expandir'; + + @override + String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + + @override + String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; +} + +/// The translations for Spanish Castilian, as used in the United States (`es_US`). +class MaterialLocalizationEsUs extends MaterialLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in the United States. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEsUs({ + String localeName = 'es_US', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get reorderItemToStart => r'Mover al inicio'; + + @override + String get modalBarrierDismissLabel => r'Descartar'; + + @override + String get signedInLabel => r'Cuenta con la que accediste'; + + @override + String get deleteButtonTooltip => r'Borrar'; + + @override + String get nextMonthTooltip => r'Próximo mes'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + + @override + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + + @override + String get nextPageTooltip => r'Próxima página'; + + @override + String get openAppDrawerTooltip => r'Abrir menú de navegación'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + + @override + String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + + @override + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get dialogLabel => r'Diálogo'; + + @override + String get expandedIconTapHint => r'Contraer'; + + @override + String get collapsedIconTapHint => r'Expandir'; + + @override + String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + + @override + String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; +} + +/// The translations for Spanish Castilian, as used in Uruguay (`es_UY`). +class MaterialLocalizationEsUy extends MaterialLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Uruguay. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEsUy({ + String localeName = 'es_UY', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get reorderItemToStart => r'Mover al inicio'; + + @override + String get modalBarrierDismissLabel => r'Descartar'; + + @override + String get signedInLabel => r'Cuenta con la que accediste'; + + @override + String get openAppDrawerTooltip => r'Abrir menú de navegación'; + + @override + String get deleteButtonTooltip => r'Borrar'; + + @override + String get nextMonthTooltip => r'Próximo mes'; + + @override + String get nextPageTooltip => r'Próxima página'; + + @override + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + + @override + String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + + @override + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get dialogLabel => r'Diálogo'; + + @override + String get expandedIconTapHint => r'Contraer'; + + @override + String get collapsedIconTapHint => r'Expandir'; + + @override + String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + + @override + String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; +} + +/// The translations for Spanish Castilian, as used in Venezuela (`es_VE`). +class MaterialLocalizationEsVe extends MaterialLocalizationEs { + /// Create an instance of the translation bundle for Spanish Castilian, as used in Venezuela. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEsVe({ + String localeName = 'es_VE', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get reorderItemToStart => r'Mover al inicio'; + + @override + String get modalBarrierDismissLabel => r'Descartar'; + + @override + String get signedInLabel => r'Cuenta con la que accediste'; + + @override + String get openAppDrawerTooltip => r'Abrir menú de navegación'; + + @override + String get deleteButtonTooltip => r'Borrar'; + + @override + String get nextMonthTooltip => r'Próximo mes'; + + @override + String get nextPageTooltip => r'Próxima página'; + + @override + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + + @override + String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + + @override + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + + @override + String get anteMeridiemAbbreviation => r'a.m.'; + + @override + String get postMeridiemAbbreviation => r'p.m.'; + + @override + String get dialogLabel => r'Diálogo'; + + @override + String get expandedIconTapHint => r'Contraer'; + + @override + String get collapsedIconTapHint => r'Expandir'; + + @override + String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + + @override + String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; +} + +/// The translations for Estonian (`et`). +class MaterialLocalizationEt extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Estonian. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEt({ + String localeName = 'et', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'Teave rakenduse $applicationName kohta'; + + @override + String get alertDialogLabel => r'Märguanne'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get backButtonTooltip => r'Tagasi'; + + @override + String get cancelButtonLabel => r'TÜHISTA'; + + @override + String get closeButtonLabel => r'SULE'; + + @override + String get closeButtonTooltip => r'Sule'; + + @override + String get collapsedIconTapHint => r'Laienda'; + + @override + String get continueButtonLabel => r'JÄTKA'; + + @override + String get copyButtonLabel => r'KOPEERI'; + + @override + String get cutButtonLabel => r'LÕIKA'; + + @override + String get deleteButtonTooltip => r'Kustuta'; + + @override + String get dialogLabel => r'Dialoog'; + + @override + String get drawerLabel => r'Navigeerimismenüü'; + + @override + String get expandedIconTapHint => r'Ahenda'; + + @override + String get hideAccountsLabel => r'Peida kontod'; + + @override + String get licensesPageTitle => r'Litsentsid'; + + @override + String get modalBarrierDismissLabel => r'Loobu'; + + @override + String get nextMonthTooltip => r'Järgmine kuu'; + + @override + String get nextPageTooltip => r'Järgmine leht'; + + @override + String get okButtonLabel => r'OK'; + + @override + String get openAppDrawerTooltip => r'Ava navigeerimismenüü'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow $rowCount-st'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow umbes $rowCount-st'; + + @override + String get pasteButtonLabel => r'KLEEBI'; + + @override + String get popupMenuLabel => r'Hüpikmenüü'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get previousMonthTooltip => r'Eelmine kuu'; + + @override + String get previousPageTooltip => r'Eelmine leht'; + + @override + String get refreshIndicatorSemanticLabel => r'Värskendamine'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'Jäänud on 1 tähemärk'; + + @override + String get remainingTextFieldCharacterCountOther => r'Jäänud on $remainingCount tähemärki'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'Teisalda alla'; + + @override + String get reorderItemLeft => r'Teisalda vasakule'; + + @override + String get reorderItemRight => r'Teisalda paremale'; + + @override + String get reorderItemToEnd => r'Teisalda lõppu'; + + @override + String get reorderItemToStart => r'Teisalda algusesse'; + + @override + String get reorderItemUp => r'Teisalda üles'; + + @override + String get rowsPerPageTitle => r'Ridu lehe kohta:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Otsing'; + + @override + String get selectAllButtonLabel => r'VALI KÕIK'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'Valitud on 1 üksus'; + + @override + String get selectedRowCountTitleOther => r'Valitud on $selectedRowCount üksust'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'Kuva kontod'; + + @override + String get showMenuTooltip => r'Kuva menüü'; + + @override + String get signedInLabel => r'Sisse logitud'; + + @override + String get tabLabelRaw => r'$tabIndex. vahekaart $tabCount-st'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Tundide valimine'; + + @override + String get timePickerMinuteModeAnnouncement => r'Minutite valimine'; + + @override + String get viewLicensesButtonLabel => r'KUVA LITSENTSID'; +} + +/// The translations for Basque (`eu`). +class MaterialLocalizationEu extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Basque. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEu({ + String localeName = 'eu', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'$applicationName aplikazioari buruz'; + + @override + String get alertDialogLabel => r'Alerta'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get backButtonTooltip => r'Atzera'; + + @override + String get cancelButtonLabel => r'UTZI'; + + @override + String get closeButtonLabel => r'ITXI'; + + @override + String get closeButtonTooltip => r'Itxi'; + + @override + String get collapsedIconTapHint => r'Zabaldu'; + + @override + String get continueButtonLabel => r'EGIN AURRERA'; + + @override + String get copyButtonLabel => r'KOPIATU'; + + @override + String get cutButtonLabel => r'EBAKI'; + + @override + String get deleteButtonTooltip => r'Ezabatu'; + + @override + String get dialogLabel => r'Leihoa'; + + @override + String get drawerLabel => r'Nabigazio-menua'; + + @override + String get expandedIconTapHint => r'Tolestu'; + + @override + String get hideAccountsLabel => r'Ezkutatu kontuak'; + + @override + String get licensesPageTitle => r'Lizentziak'; + + @override + String get modalBarrierDismissLabel => r'Baztertu'; + + @override + String get nextMonthTooltip => r'Hurrengo hilabetea'; + + @override + String get nextPageTooltip => r'Hurrengo orria'; + + @override + String get okButtonLabel => r'Ados'; + + @override + String get openAppDrawerTooltip => r'Ireki nabigazio-menua'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow - $lastRow / $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow - $lastRow / $rowCount'; + + @override + String get pasteButtonLabel => r'ITSATSI'; + + @override + String get popupMenuLabel => r'Menu gainerakorra'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get previousMonthTooltip => r'Aurreko hilabetea'; + + @override + String get previousPageTooltip => r'Aurreko orria'; + + @override + String get refreshIndicatorSemanticLabel => r'Freskatu'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'1 karaktere geratzen da'; + + @override + String get remainingTextFieldCharacterCountOther => r'$remainingCount karaktere geratzen dira'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => null; + + @override + String get reorderItemDown => r'Eraman behera'; + + @override + String get reorderItemLeft => r'Eraman ezkerrera'; + + @override + String get reorderItemRight => r'Eraman eskuinera'; + + @override + String get reorderItemToEnd => r'Eraman amaierara'; + + @override + String get reorderItemToStart => r'Eraman hasierara'; + + @override + String get reorderItemUp => r'Eraman gora'; + + @override + String get rowsPerPageTitle => r'Errenkadak orriko:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Bilatu'; + + @override + String get selectAllButtonLabel => r'HAUTATU GUZTIAK'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'1 elementu hautatu da'; + + @override + String get selectedRowCountTitleOther => r'$selectedRowCount elementu hautatu dira'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'Erakutsi kontuak'; + + @override + String get showMenuTooltip => r'Erakutsi menua'; + + @override + String get signedInLabel => r'Hasi da saioa'; + + @override + String get tabLabelRaw => r'$tabIndex/$tabCount fitxa'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Hautatu orduak'; + + @override + String get timePickerMinuteModeAnnouncement => r'Hautatu minutuak'; + + @override + String get viewLicensesButtonLabel => r'IKUSI LIZENTZIAK'; +} + +/// The translations for Persian (`fa`). +class MaterialLocalizationFa extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Persian. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationFa({ + String localeName = 'fa', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'درباره $applicationName'; + + @override + String get alertDialogLabel => r'هشدار'; + + @override + String get anteMeridiemAbbreviation => r'ق.ظ.'; + + @override + String get backButtonTooltip => r'برگشت'; + + @override + String get cancelButtonLabel => r'لغو'; + + @override + String get closeButtonLabel => r'بستن'; + + @override + String get closeButtonTooltip => r'بستن'; + + @override + String get collapsedIconTapHint => r'بزرگ کردن'; + + @override + String get continueButtonLabel => r'ادامه'; + + @override + String get copyButtonLabel => r'کپی'; + + @override + String get cutButtonLabel => r'برش'; + + @override + String get deleteButtonTooltip => r'حذف'; + + @override + String get dialogLabel => r'کادر گفتگو'; + + @override + String get drawerLabel => r'منوی پیمایش'; + + @override + String get expandedIconTapHint => r'کوچک کردن'; + + @override + String get hideAccountsLabel => r'پنهان کردن حساب‌ها'; + + @override + String get licensesPageTitle => r'مجوزها'; + + @override + String get modalBarrierDismissLabel => r'نپذیرفتن'; + + @override + String get nextMonthTooltip => r'ماه بعد'; + + @override + String get nextPageTooltip => r'صفحه بعد'; + + @override + String get okButtonLabel => r'تأیید'; + + @override + String get openAppDrawerTooltip => r'باز کردن منوی پیمایش'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow از $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow از حدود $rowCount'; + + @override + String get pasteButtonLabel => r'جای‌گذاری'; + + @override + String get popupMenuLabel => r'منوی بازشو'; + + @override + String get postMeridiemAbbreviation => r'ب.ظ.'; + + @override + String get previousMonthTooltip => r'ماه قبل'; + + @override + String get previousPageTooltip => r'صفحه قبل'; + + @override + String get refreshIndicatorSemanticLabel => r'بازخوانی'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'۱ نویسه باقی مانده است'; + + @override + String get remainingTextFieldCharacterCountOther => r'$remainingCount نویسه باقی مانده است'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'انتقال به پایین'; + + @override + String get reorderItemLeft => r'انتقال به راست'; + + @override + String get reorderItemRight => r'انتقال به چپ'; + + @override + String get reorderItemToEnd => r'انتقال به انتها'; + + @override + String get reorderItemToStart => r'انتقال به ابتدا'; + + @override + String get reorderItemUp => r'انتقال به بالا'; + + @override + String get rowsPerPageTitle => r'ردیف در هر صفحه:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.tall; + + @override + String get searchFieldLabel => r'جستجو'; + + @override + String get selectAllButtonLabel => r'انتخاب همه'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'۱ مورد انتخاب شد'; + + @override + String get selectedRowCountTitleOther => r'$selectedRowCount مورد انتخاب شدند'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'نشان دادن حساب‌ها'; + + @override + String get showMenuTooltip => r'نمایش منو'; + + @override + String get signedInLabel => r'واردشده به سیستم'; + + @override + String get tabLabelRaw => r'برگه $tabIndex از $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'انتخاب ساعت'; + + @override + String get timePickerMinuteModeAnnouncement => r'انتخاب دقیقه'; + + @override + String get viewLicensesButtonLabel => r'مشاهده مجوزها'; +} + +/// The translations for Finnish (`fi`). +class MaterialLocalizationFi extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Finnish. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationFi({ + String localeName = 'fi', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'Tietoja: $applicationName'; + + @override + String get alertDialogLabel => r'Ilmoitus'; + + @override + String get anteMeridiemAbbreviation => r'ap'; + + @override + String get backButtonTooltip => r'Takaisin'; + + @override + String get cancelButtonLabel => r'PERUUTA'; + + @override + String get closeButtonLabel => r'SULJE'; + + @override + String get closeButtonTooltip => r'Sulje'; + + @override + String get collapsedIconTapHint => r'Laajenna'; + + @override + String get continueButtonLabel => r'JATKA'; + + @override + String get copyButtonLabel => r'COPY'; + + @override + String get cutButtonLabel => r'LEIKKAA'; + + @override + String get deleteButtonTooltip => r'Poista'; + + @override + String get dialogLabel => r'Valintaikkuna'; + + @override + String get drawerLabel => r'Navigointivalikko'; + + @override + String get expandedIconTapHint => r'Tiivistä'; + + @override + String get hideAccountsLabel => r'Piilota tilit'; + + @override + String get licensesPageTitle => r'Lisenssit'; + + @override + String get modalBarrierDismissLabel => r'Ohita'; + + @override + String get nextMonthTooltip => r'Seuraava kuukausi'; + + @override + String get nextPageTooltip => r'Seuraava sivu'; + + @override + String get okButtonLabel => r'OK'; + + @override + String get openAppDrawerTooltip => r'Avaa navigointivalikko'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow/$rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow/~$rowCount'; + + @override + String get pasteButtonLabel => r'Sijoita'; + + @override + String get popupMenuLabel => r'Ponnahdusvalikko'; + + @override + String get postMeridiemAbbreviation => r'ip'; + + @override + String get previousMonthTooltip => r'Edellinen kuukausi'; + + @override + String get previousPageTooltip => r'Edellinen sivu'; + + @override + String get refreshIndicatorSemanticLabel => r'Päivitys'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'1 merkki jäljellä'; + + @override + String get remainingTextFieldCharacterCountOther => r'$remainingCount merkkiä jäljellä'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'Siirrä alas'; + + @override + String get reorderItemLeft => r'Siirrä vasemmalle'; + + @override + String get reorderItemRight => r'Siirrä oikealle'; + + @override + String get reorderItemToEnd => r'Siirrä loppuun'; + + @override + String get reorderItemToStart => r'Siirrä alkuun'; + + @override + String get reorderItemUp => r'Siirrä ylös'; + + @override + String get rowsPerPageTitle => r'Riviä/sivu:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Haku'; + + @override + String get selectAllButtonLabel => r'VALITSE KAIKKI'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'1 kohde valittu'; + + @override + String get selectedRowCountTitleOther => r'$selectedRowCount kohdetta valittu'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'Näytä tilit'; + + @override + String get showMenuTooltip => r'Näytä valikko'; + + @override + String get signedInLabel => r'Kirjautunut sisään'; + + @override + String get tabLabelRaw => r'Välilehti $tabIndex/$tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Valitse tunnit'; + + @override + String get timePickerMinuteModeAnnouncement => r'Valitse minuutit'; + + @override + String get viewLicensesButtonLabel => r'NÄYTÄ KÄYTTÖOIKEUDET'; +} + +/// The translations for Filipino Pilipino (`fil`). +class MaterialLocalizationFil extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Filipino Pilipino. /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationEs({ - String localeName = 'es', + const MaterialLocalizationFil({ + String localeName = 'fil', @required intl.DateFormat fullYearFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @@ -2214,274 +6081,397 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Sobre $applicationName'; + String get aboutListTileTitleRaw => r'Tungkol sa $applicationName'; @override - String get alertDialogLabel => r'Alerta'; + String get alertDialogLabel => r'Alerto'; @override - String get anteMeridiemAbbreviation => r'A.M.'; + String get anteMeridiemAbbreviation => r'AM'; @override - String get backButtonTooltip => r'Atrás'; + String get backButtonTooltip => r'Bumalik'; @override - String get cancelButtonLabel => r'CANCELAR'; + String get cancelButtonLabel => r'KANSELAHIN'; @override - String get closeButtonLabel => r'CERRAR'; + String get closeButtonLabel => r'ISARA'; @override - String get closeButtonTooltip => r'Cerrar'; + String get closeButtonTooltip => r'Isara'; @override - String get collapsedIconTapHint => r'Mostrar'; + String get collapsedIconTapHint => r'I-expand'; @override - String get continueButtonLabel => r'CONTINUAR'; + String get continueButtonLabel => r'MAGPATULOY'; @override - String get copyButtonLabel => r'COPIAR'; + String get copyButtonLabel => r'KOPYAHIN'; @override - String get cutButtonLabel => r'CORTAR'; + String get cutButtonLabel => r'I-CUT'; @override - String get deleteButtonTooltip => r'Eliminar'; + String get deleteButtonTooltip => r'I-delete'; @override - String get dialogLabel => r'Cuadro de diálogo'; + String get dialogLabel => r'Dialog'; @override - String get drawerLabel => r'Menú de navegación'; + String get drawerLabel => r'Menu ng navigation'; @override - String get expandedIconTapHint => r'Ocultar'; + String get expandedIconTapHint => r'I-collapse'; @override - String get hideAccountsLabel => r'Ocultar cuentas'; + String get hideAccountsLabel => r'Itago ang mga account'; @override - String get licensesPageTitle => r'Licencias'; + String get licensesPageTitle => r'Mga Lisensya'; @override - String get modalBarrierDismissLabel => r'Cerrar'; + String get modalBarrierDismissLabel => r'I-dismiss'; @override - String get nextMonthTooltip => r'Mes siguiente'; + String get nextMonthTooltip => r'Susunod na buwan'; @override - String get nextPageTooltip => r'Página siguiente'; + String get nextPageTooltip => r'Susunod na page'; @override - String get okButtonLabel => r'ACEPTAR'; + String get okButtonLabel => r'OK'; @override - String get openAppDrawerTooltip => r'Abrir el menú de navegación'; + String get openAppDrawerTooltip => r'Buksan ang menu ng navigation'; @override - String get pageRowsInfoTitleRaw => r'$firstRow‑$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow ng $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow‑$lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow ng humigit kumulang $rowCount'; @override - String get pasteButtonLabel => r'PEGAR'; + String get pasteButtonLabel => r'I-PASTE'; @override - String get popupMenuLabel => r'Menú emergente'; + String get popupMenuLabel => r'Popup na menu'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get previousMonthTooltip => r'Nakaraang buwan'; + + @override + String get previousPageTooltip => r'Nakaraang page'; + + @override + String get refreshIndicatorSemanticLabel => r'Nagre-refresh'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'1 character ang natitira'; + + @override + String get remainingTextFieldCharacterCountOther => r'$remainingCount na character ang natitira'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'Ilipat pababa'; + + @override + String get reorderItemLeft => r'Ilipat pakaliwa'; + + @override + String get reorderItemRight => r'Ilipat pakanan'; + + @override + String get reorderItemToEnd => r'Ilipat sa dulo'; + + @override + String get reorderItemToStart => r'Ilipat sa simula'; + + @override + String get reorderItemUp => r'Ilipat pataas'; + + @override + String get rowsPerPageTitle => r'Mga row bawat page:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Maghanap'; + + @override + String get selectAllButtonLabel => r'PILIIN LAHAT'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'1 item ang napili'; + + @override + String get selectedRowCountTitleOther => r'$selectedRowCount na item ang napili'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'Ipakita ang mga account'; + + @override + String get showMenuTooltip => r'Ipakita ang menu'; + + @override + String get signedInLabel => r'Naka-sign in'; + + @override + String get tabLabelRaw => r'Tab $tabIndex ng $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Pumili ng mga oras'; + + @override + String get timePickerMinuteModeAnnouncement => r'Pumili ng mga minuto'; + + @override + String get viewLicensesButtonLabel => r'TINGNAN ANG MGA LISENSYA'; +} + +/// The translations for French (`fr`). +class MaterialLocalizationFr extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for French. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationFr({ + String localeName = 'fr', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'À propos de $applicationName'; + + @override + String get alertDialogLabel => r'Alerte'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get backButtonTooltip => r'Retour'; + + @override + String get cancelButtonLabel => r'ANNULER'; + + @override + String get closeButtonLabel => r'FERMER'; + + @override + String get closeButtonTooltip => r'Fermer'; @override - String get postMeridiemAbbreviation => r'P.M.'; + String get collapsedIconTapHint => r'Développer'; @override - String get previousMonthTooltip => r'Mes anterior'; + String get continueButtonLabel => r'CONTINUER'; @override - String get previousPageTooltip => r'Página anterior'; + String get copyButtonLabel => r'COPIER'; @override - String get refreshIndicatorSemanticLabel => r'Actualizar'; + String get cutButtonLabel => r'COUPER'; @override - String get remainingTextFieldCharacterCountFew => null; + String get deleteButtonTooltip => r'Supprimer'; @override - String get remainingTextFieldCharacterCountMany => null; + String get dialogLabel => r'Boîte de dialogue'; @override - String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter.'; + String get drawerLabel => r'Menu de navigation'; @override - String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; + String get expandedIconTapHint => r'Réduire'; @override - String get remainingTextFieldCharacterCountTwo => null; + String get hideAccountsLabel => r'Masquer les comptes'; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get licensesPageTitle => r'Licences'; @override - String get reorderItemDown => r'Mover hacia abajo'; + String get modalBarrierDismissLabel => r'Ignorer'; @override - String get reorderItemLeft => r'Mover hacia la izquierda'; + String get nextMonthTooltip => r'Mois suivant'; @override - String get reorderItemRight => r'Mover hacia la derecha'; + String get nextPageTooltip => r'Page suivante'; @override - String get reorderItemToEnd => r'Mover al final'; + String get okButtonLabel => r'OK'; @override - String get reorderItemToStart => r'Mover al principio'; + String get openAppDrawerTooltip => r'Ouvrir le menu de navigation'; @override - String get reorderItemUp => r'Mover hacia arriba'; + String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow sur $rowCount'; @override - String get rowsPerPageTitle => r'Filas por página:'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow sur environ $rowCount'; @override - ScriptCategory get scriptCategory => ScriptCategory.englishLike; + String get pasteButtonLabel => r'COLLER'; @override - String get searchFieldLabel => r'Buscar'; + String get popupMenuLabel => r'Menu contextuel'; @override - String get selectAllButtonLabel => r'SELECCIONAR TODO'; + String get postMeridiemAbbreviation => r'PM'; @override - String get selectedRowCountTitleFew => null; + String get previousMonthTooltip => r'Mois précédent'; @override - String get selectedRowCountTitleMany => null; + String get previousPageTooltip => r'Page précédente'; @override - String get selectedRowCountTitleOne => r'1 elemento seleccionado'; + String get refreshIndicatorSemanticLabel => r'Actualiser'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount elementos seleccionados'; + String get remainingTextFieldCharacterCountFew => null; @override - String get selectedRowCountTitleTwo => null; + String get remainingTextFieldCharacterCountMany => null; @override - String get selectedRowCountTitleZero => r'No se han seleccionado elementos'; + String get remainingTextFieldCharacterCountOne => r'1 caractère restant'; @override - String get showAccountsLabel => r'Mostrar cuentas'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount caractères restants'; @override - String get showMenuTooltip => r'Mostrar menú'; + String get remainingTextFieldCharacterCountTwo => null; @override - String get signedInLabel => r'Sesión iniciada'; + String get remainingTextFieldCharacterCountZero => r'TBD'; @override - String get tabLabelRaw => r'Pestaña $tabIndex de $tabCount'; + String get reorderItemDown => r'Déplacer vers le bas'; @override - TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + String get reorderItemLeft => r'Déplacer vers la gauche'; @override - String get timePickerHourModeAnnouncement => r'Seleccionar horas'; + String get reorderItemRight => r'Déplacer vers la droite'; @override - String get timePickerMinuteModeAnnouncement => r'Seleccionar minutos'; + String get reorderItemToEnd => r'Déplacer vers la fin'; @override - String get viewLicensesButtonLabel => r'VER LICENCIAS'; -} - -/// The translations for Spanish Castilian, as used in Latin America and the Caribbean (`es_419`). -class MaterialLocalizationEs419 extends MaterialLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Latin America and the Caribbean. - /// - /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationEs419({ - String localeName = 'es_419', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + String get reorderItemToStart => r'Déplacer vers le début'; @override - String get modalBarrierDismissLabel => r'Descartar'; + String get reorderItemUp => r'Déplacer vers le haut'; @override - String get signedInLabel => r'Cuenta con la que accediste'; + String get rowsPerPageTitle => r'Lignes par page :'; @override - String get openAppDrawerTooltip => r'Abrir menú de navegación'; + ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get deleteButtonTooltip => r'Borrar'; + String get searchFieldLabel => r'Rechercher'; @override - String get nextMonthTooltip => r'Próximo mes'; + String get selectAllButtonLabel => r'TOUT SÉLECTIONNER'; @override - String get nextPageTooltip => r'Próxima página'; + String get selectedRowCountTitleFew => null; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get selectedRowCountTitleMany => null; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get selectedRowCountTitleOne => r'1 élément sélectionné'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get selectedRowCountTitleOther => r'$selectedRowCount éléments sélectionnés'; @override - String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + String get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get selectedRowCountTitleZero => r'Aucun élément sélectionné'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get showAccountsLabel => r'Afficher les comptes'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get showMenuTooltip => r'Afficher le menu'; @override - String get dialogLabel => r'Diálogo'; + String get signedInLabel => r'Connecté'; @override - String get reorderItemToStart => r'Mover al inicio'; + String get tabLabelRaw => r'Onglet $tabIndex sur $tabCount'; @override - String get expandedIconTapHint => r'Contraer'; + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get collapsedIconTapHint => r'Expandir'; + String get timePickerHourModeAnnouncement => r'Sélectionner une heure'; @override - String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + String get timePickerMinuteModeAnnouncement => r'Sélectionner des minutes'; @override - String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; + String get viewLicensesButtonLabel => r'AFFICHER LES LICENCES'; } -/// The translations for Spanish Castilian, as used in Argentina (`es_AR`). -class MaterialLocalizationEsAr extends MaterialLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Argentina. +/// The translations for French, as used in Canada (`fr_CA`). +class MaterialLocalizationFrCa extends MaterialLocalizationFr { + /// Create an instance of the translation bundle for French, as used in Canada. /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationEsAr({ - String localeName = 'es_AR', + const MaterialLocalizationFrCa({ + String localeName = 'fr_CA', @required intl.DateFormat fullYearFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @@ -2499,70 +6489,43 @@ class MaterialLocalizationEsAr extends MaterialLocalizationEs { ); @override - String get modalBarrierDismissLabel => r'Descartar'; - - @override - String get signedInLabel => r'Cuenta con la que accediste'; - - @override - String get openAppDrawerTooltip => r'Abrir menú de navegación'; - - @override - String get deleteButtonTooltip => r'Borrar'; - - @override - String get nextMonthTooltip => r'Próximo mes'; - - @override - String get nextPageTooltip => r'Próxima página'; - - @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; - - @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; - - @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; - - @override - String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + String get pageRowsInfoTitleRaw => r'$firstRow à $lastRow sur $rowCount'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow à $lastRow sur environ $rowCount'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get tabLabelRaw => r'Onglet $tabIndex sur $tabCount'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get anteMeridiemAbbreviation => r'am'; @override - String get dialogLabel => r'Diálogo'; + String get postMeridiemAbbreviation => r'pm'; @override - String get reorderItemToStart => r'Mover al inicio'; + String get timePickerHourModeAnnouncement => r'Sélectionnez les heures'; @override - String get expandedIconTapHint => r'Contraer'; + String get timePickerMinuteModeAnnouncement => r'Sélectionnez les minutes'; @override - String get collapsedIconTapHint => r'Expandir'; + String get reorderItemToStart => r'Déplacer au début'; @override - String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + String get reorderItemToEnd => r'Déplacer à la fin'; @override - String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.frenchCanadian; } -/// The translations for Spanish Castilian, as used in Bolivia (`es_BO`). -class MaterialLocalizationEsBo extends MaterialLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Bolivia. +/// The translations for Galician (`gl`). +class MaterialLocalizationGl extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Galician. /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationEsBo({ - String localeName = 'es_BO', + const MaterialLocalizationGl({ + String localeName = 'gl', @required intl.DateFormat fullYearFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @@ -2580,232 +6543,193 @@ class MaterialLocalizationEsBo extends MaterialLocalizationEs { ); @override - String get reorderItemToStart => r'Mover al inicio'; - - @override - String get modalBarrierDismissLabel => r'Descartar'; - - @override - String get signedInLabel => r'Cuenta con la que accediste'; - - @override - String get openAppDrawerTooltip => r'Abrir menú de navegación'; - - @override - String get deleteButtonTooltip => r'Borrar'; - - @override - String get nextMonthTooltip => r'Próximo mes'; + String get aboutListTileTitleRaw => r'Acerca de: $applicationName'; @override - String get nextPageTooltip => r'Próxima página'; + String get alertDialogLabel => r'Alerta'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get anteMeridiemAbbreviation => r'a.m.'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get backButtonTooltip => r'Atrás'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get cancelButtonLabel => r'CANCELAR'; @override - String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + String get closeButtonLabel => r'PECHAR'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get closeButtonTooltip => r'Pechar'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get collapsedIconTapHint => r'Despregar'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get continueButtonLabel => r'CONTINUAR'; @override - String get dialogLabel => r'Diálogo'; + String get copyButtonLabel => r'COPIAR'; @override - String get expandedIconTapHint => r'Contraer'; + String get cutButtonLabel => r'CORTAR'; @override - String get collapsedIconTapHint => r'Expandir'; + String get deleteButtonTooltip => r'Eliminar'; @override - String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + String get dialogLabel => r'Cadro de diálogo'; @override - String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; -} + String get drawerLabel => r'Menú de navegación'; -/// The translations for Spanish Castilian, as used in Chile (`es_CL`). -class MaterialLocalizationEsCl extends MaterialLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Chile. - /// - /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationEsCl({ - String localeName = 'es_CL', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + @override + String get expandedIconTapHint => r'Contraer'; @override - String get reorderItemToStart => r'Mover al inicio'; + String get hideAccountsLabel => r'Ocultar contas'; @override - String get modalBarrierDismissLabel => r'Descartar'; + String get licensesPageTitle => r'Licenzas'; @override - String get signedInLabel => r'Cuenta con la que accediste'; + String get modalBarrierDismissLabel => r'Ignorar'; + + @override + String get nextMonthTooltip => r'Mes seguinte'; + + @override + String get nextPageTooltip => r'Páxina seguinte'; + + @override + String get okButtonLabel => r'Aceptar'; @override String get openAppDrawerTooltip => r'Abrir menú de navegación'; @override - String get deleteButtonTooltip => r'Borrar'; + String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow de $rowCount'; @override - String get nextMonthTooltip => r'Próximo mes'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow de aproximadamente $rowCount'; @override - String get nextPageTooltip => r'Próxima página'; + String get pasteButtonLabel => r'PEGAR'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get popupMenuLabel => r'Menú emerxente'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get postMeridiemAbbreviation => r'p.m.'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get previousMonthTooltip => r'Mes anterior'; @override - String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + String get previousPageTooltip => r'Páxina anterior'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get refreshIndicatorSemanticLabel => r'Actualizar'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get remainingTextFieldCharacterCountFew => null; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get remainingTextFieldCharacterCountMany => null; @override - String get dialogLabel => r'Diálogo'; + String get remainingTextFieldCharacterCountOne => r'1 carácter restante'; @override - String get expandedIconTapHint => r'Contraer'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount caracteres restantes'; @override - String get collapsedIconTapHint => r'Expandir'; + String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + String get remainingTextFieldCharacterCountZero => r'TBD'; @override - String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; -} + String get reorderItemDown => r'Mover cara abaixo'; -/// The translations for Spanish Castilian, as used in Colombia (`es_CO`). -class MaterialLocalizationEsCo extends MaterialLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Colombia. - /// - /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationEsCo({ - String localeName = 'es_CO', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + @override + String get reorderItemLeft => r'Mover cara á esquerda'; @override - String get reorderItemToStart => r'Mover al inicio'; + String get reorderItemRight => r'Mover cara á dereita'; @override - String get modalBarrierDismissLabel => r'Descartar'; + String get reorderItemToEnd => r'Mover ao final'; @override - String get signedInLabel => r'Cuenta con la que accediste'; + String get reorderItemToStart => r'Mover ao inicio'; @override - String get openAppDrawerTooltip => r'Abrir menú de navegación'; + String get reorderItemUp => r'Mover cara arriba'; @override - String get deleteButtonTooltip => r'Borrar'; + String get rowsPerPageTitle => r'Filas por páxina:'; @override - String get nextMonthTooltip => r'Próximo mes'; + ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get nextPageTooltip => r'Próxima página'; + String get searchFieldLabel => r'Buscar'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get selectAllButtonLabel => r'SELECCIONAR TODO'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get selectedRowCountTitleFew => null; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + String get selectedRowCountTitleOne => r'Seleccionouse 1 elemento'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get selectedRowCountTitleOther => r'Seleccionáronse $selectedRowCount elementos'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get selectedRowCountTitleTwo => null; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get selectedRowCountTitleZero => r'Non se seleccionaron elementos'; @override - String get dialogLabel => r'Diálogo'; + String get showAccountsLabel => r'Mostrar contas'; @override - String get expandedIconTapHint => r'Contraer'; + String get showMenuTooltip => r'Mostrar menú'; @override - String get collapsedIconTapHint => r'Expandir'; + String get signedInLabel => r'Sesión iniciada'; @override - String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + String get tabLabelRaw => r'Pestana $tabIndex de $tabCount'; @override - String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Seleccionar horas'; + + @override + String get timePickerMinuteModeAnnouncement => r'Seleccionar minutos'; + + @override + String get viewLicensesButtonLabel => r'VER LICENZAS'; } -/// The translations for Spanish Castilian, as used in Costa Rica (`es_CR`). -class MaterialLocalizationEsCr extends MaterialLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Costa Rica. +/// The translations for Swiss German Alemannic Alsatian (`gsw`). +class MaterialLocalizationGsw extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Swiss German Alemannic Alsatian. /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationEsCr({ - String localeName = 'es_CR', + const MaterialLocalizationGsw({ + String localeName = 'gsw', @required intl.DateFormat fullYearFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @@ -2823,232 +6747,193 @@ class MaterialLocalizationEsCr extends MaterialLocalizationEs { ); @override - String get reorderItemToStart => r'Mover al inicio'; - - @override - String get modalBarrierDismissLabel => r'Descartar'; - - @override - String get signedInLabel => r'Cuenta con la que accediste'; - - @override - String get openAppDrawerTooltip => r'Abrir menú de navegación'; - - @override - String get deleteButtonTooltip => r'Borrar'; + String get aboutListTileTitleRaw => r'Über $applicationName'; @override - String get nextMonthTooltip => r'Próximo mes'; + String get alertDialogLabel => r'Benachrichtigung'; @override - String get nextPageTooltip => r'Próxima página'; + String get anteMeridiemAbbreviation => r'AM'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get backButtonTooltip => r'Zurück'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get cancelButtonLabel => r'ABBRECHEN'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get closeButtonLabel => r'SCHLIEẞEN'; @override - String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + String get closeButtonTooltip => r'Schließen'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get collapsedIconTapHint => r'Maximieren'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get continueButtonLabel => r'WEITER'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get copyButtonLabel => r'KOPIEREN'; @override - String get dialogLabel => r'Diálogo'; + String get cutButtonLabel => r'AUSSCHNEIDEN'; @override - String get expandedIconTapHint => r'Contraer'; + String get deleteButtonTooltip => r'Löschen'; @override - String get collapsedIconTapHint => r'Expandir'; + String get dialogLabel => r'Dialogfeld'; @override - String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + String get drawerLabel => r'Navigationsmenü'; @override - String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; -} - -/// The translations for Spanish Castilian, as used in the Dominican Republic (`es_DO`). -class MaterialLocalizationEsDo extends MaterialLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in the Dominican Republic. - /// - /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationEsDo({ - String localeName = 'es_DO', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + String get expandedIconTapHint => r'Minimieren'; @override - String get reorderItemToStart => r'Mover al inicio'; + String get hideAccountsLabel => r'Konten ausblenden'; @override - String get modalBarrierDismissLabel => r'Descartar'; + String get licensesPageTitle => r'Lizenzen'; @override - String get signedInLabel => r'Cuenta con la que accediste'; + String get modalBarrierDismissLabel => r'Schließen'; @override - String get openAppDrawerTooltip => r'Abrir menú de navegación'; + String get nextMonthTooltip => r'Nächster Monat'; @override - String get deleteButtonTooltip => r'Borrar'; + String get nextPageTooltip => r'Nächste Seite'; @override - String get nextMonthTooltip => r'Próximo mes'; + String get okButtonLabel => r'Ok'; @override - String get nextPageTooltip => r'Próxima página'; + String get openAppDrawerTooltip => r'Navigationsmenü öffnen'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow von $rowCount'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow von etwa $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get pasteButtonLabel => r'EINFÜGEN'; @override - String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + String get popupMenuLabel => r'Pop-up-Menü'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get postMeridiemAbbreviation => r'PM'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get previousMonthTooltip => r'Vorheriger Monat'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get previousPageTooltip => r'Vorherige Seite'; @override - String get dialogLabel => r'Diálogo'; + String get refreshIndicatorSemanticLabel => r'Aktualisieren'; @override - String get expandedIconTapHint => r'Contraer'; + String get remainingTextFieldCharacterCountFew => null; @override - String get collapsedIconTapHint => r'Expandir'; + String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + String get remainingTextFieldCharacterCountOne => r'Noch 1 Zeichen'; @override - String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; -} + String get remainingTextFieldCharacterCountOther => r'Noch $remainingCount Zeichen'; -/// The translations for Spanish Castilian, as used in Ecuador (`es_EC`). -class MaterialLocalizationEsEc extends MaterialLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Ecuador. - /// - /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationEsEc({ - String localeName = 'es_EC', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + @override + String get remainingTextFieldCharacterCountTwo => null; @override - String get reorderItemToStart => r'Mover al inicio'; + String get remainingTextFieldCharacterCountZero => r'TBD'; @override - String get modalBarrierDismissLabel => r'Descartar'; + String get reorderItemDown => r'Nach unten verschieben'; @override - String get signedInLabel => r'Cuenta con la que accediste'; + String get reorderItemLeft => r'Nach links verschieben'; @override - String get openAppDrawerTooltip => r'Abrir menú de navegación'; + String get reorderItemRight => r'Nach rechts verschieben'; @override - String get deleteButtonTooltip => r'Borrar'; + String get reorderItemToEnd => r'An das Ende verschieben'; @override - String get nextMonthTooltip => r'Próximo mes'; + String get reorderItemToStart => r'An den Anfang verschieben'; @override - String get nextPageTooltip => r'Próxima página'; + String get reorderItemUp => r'Nach oben verschieben'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get rowsPerPageTitle => r'Zeilen pro Seite:'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get searchFieldLabel => r'Suchen'; @override - String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + String get selectAllButtonLabel => r'ALLE AUSWÄHLEN'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get selectedRowCountTitleFew => null; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get selectedRowCountTitleMany => null; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get selectedRowCountTitleOne => r'1 Element ausgewählt'; @override - String get dialogLabel => r'Diálogo'; + String get selectedRowCountTitleOther => r'$selectedRowCount Elemente ausgewählt'; @override - String get expandedIconTapHint => r'Contraer'; + String get selectedRowCountTitleTwo => null; @override - String get collapsedIconTapHint => r'Expandir'; + String get selectedRowCountTitleZero => null; @override - String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + String get showAccountsLabel => r'Konten anzeigen'; @override - String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; + String get showMenuTooltip => r'Menü anzeigen'; + + @override + String get signedInLabel => r'Angemeldet'; + + @override + String get tabLabelRaw => r'Tab $tabIndex von $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Stunden auswählen'; + + @override + String get timePickerMinuteModeAnnouncement => r'Minuten auswählen'; + + @override + String get viewLicensesButtonLabel => r'LIZENZEN ANZEIGEN'; } -/// The translations for Spanish Castilian, as used in Guatemala (`es_GT`). -class MaterialLocalizationEsGt extends MaterialLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Guatemala. +/// The translations for Gujarati (`gu`). +class MaterialLocalizationGu extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Gujarati. /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationEsGt({ - String localeName = 'es_GT', + const MaterialLocalizationGu({ + String localeName = 'gu', @required intl.DateFormat fullYearFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @@ -3066,232 +6951,193 @@ class MaterialLocalizationEsGt extends MaterialLocalizationEs { ); @override - String get reorderItemToStart => r'Mover al inicio'; + String get aboutListTileTitleRaw => r'$applicationName વિશે'; @override - String get modalBarrierDismissLabel => r'Descartar'; + String get alertDialogLabel => r'અલર્ટ'; @override - String get signedInLabel => r'Cuenta con la que accediste'; + String get anteMeridiemAbbreviation => r'AM'; @override - String get openAppDrawerTooltip => r'Abrir menú de navegación'; + String get backButtonTooltip => r'પાછળ'; @override - String get deleteButtonTooltip => r'Borrar'; + String get cancelButtonLabel => r'રદ કરો'; @override - String get nextMonthTooltip => r'Próximo mes'; + String get closeButtonLabel => r'બંધ કરો'; @override - String get nextPageTooltip => r'Próxima página'; + String get closeButtonTooltip => r'બંધ કરો'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get collapsedIconTapHint => r'વિસ્તૃત કરો'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get continueButtonLabel => r'ચાલુ રાખો'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get copyButtonLabel => r'કૉપિ કરો'; @override - String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + String get cutButtonLabel => r'કાપો'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get deleteButtonTooltip => r'ડિલીટ કરો'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get dialogLabel => r'સંવાદ'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get drawerLabel => r'નૅવિગેશન મેનૂ'; @override - String get dialogLabel => r'Diálogo'; + String get expandedIconTapHint => r'સંકુચિત કરો'; @override - String get expandedIconTapHint => r'Contraer'; + String get hideAccountsLabel => r'એકાઉન્ટ છુપાવો'; @override - String get collapsedIconTapHint => r'Expandir'; + String get licensesPageTitle => r'લાઇસન્સ'; @override - String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + String get modalBarrierDismissLabel => r'છોડી દો'; @override - String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; -} + String get nextMonthTooltip => r'આગલો મહિનો'; -/// The translations for Spanish Castilian, as used in Honduras (`es_HN`). -class MaterialLocalizationEsHn extends MaterialLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Honduras. - /// - /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationEsHn({ - String localeName = 'es_HN', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + @override + String get nextPageTooltip => r'આગલું પેજ'; @override - String get reorderItemToStart => r'Mover al inicio'; + String get okButtonLabel => r'ઓકે'; @override - String get modalBarrierDismissLabel => r'Descartar'; + String get openAppDrawerTooltip => r'નૅવિગેશન મેનૂ ખોલો'; @override - String get signedInLabel => r'Cuenta con la que accediste'; + String get pageRowsInfoTitleRaw => r'$rowCountમાંથી $firstRow–$lastRow'; @override - String get openAppDrawerTooltip => r'Abrir menú de navegación'; + String get pageRowsInfoTitleApproximateRaw => r'આશરે $rowCountમાંથી $firstRow–$lastRow'; @override - String get deleteButtonTooltip => r'Borrar'; + String get pasteButtonLabel => r'પેસ્ટ કરો'; @override - String get nextMonthTooltip => r'Próximo mes'; + String get popupMenuLabel => r'પૉપઅપ મેનૂ'; @override - String get nextPageTooltip => r'Próxima página'; + String get postMeridiemAbbreviation => r'PM'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get previousMonthTooltip => r'પાછલો મહિનો'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get previousPageTooltip => r'પાછલું પેજ'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get refreshIndicatorSemanticLabel => r'રિફ્રેશ કરો'; @override - String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + String get remainingTextFieldCharacterCountFew => null; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get remainingTextFieldCharacterCountMany => null; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get remainingTextFieldCharacterCountOne => r'1 અક્ષર બાકી'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount અક્ષર બાકી'; @override - String get dialogLabel => r'Diálogo'; + String get remainingTextFieldCharacterCountTwo => null; @override - String get expandedIconTapHint => r'Contraer'; + String get remainingTextFieldCharacterCountZero => null; @override - String get collapsedIconTapHint => r'Expandir'; + String get reorderItemDown => r'નીચે ખસેડો'; @override - String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + String get reorderItemLeft => r'ડાબે ખસેડો'; @override - String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; -} + String get reorderItemRight => r'જમણે ખસેડો'; -/// The translations for Spanish Castilian, as used in Mexico (`es_MX`). -class MaterialLocalizationEsMx extends MaterialLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Mexico. - /// - /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationEsMx({ - String localeName = 'es_MX', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + @override + String get reorderItemToEnd => r'અંતમાં ખસેડો'; @override - String get reorderItemToStart => r'Mover al inicio'; + String get reorderItemToStart => r'પ્રારંભમાં ખસેડો'; @override - String get modalBarrierDismissLabel => r'Descartar'; + String get reorderItemUp => r'ઉપર ખસેડો'; @override - String get signedInLabel => r'Cuenta con la que accediste'; + String get rowsPerPageTitle => r'પેજ દીઠ પંક્તિઓ:'; @override - String get openAppDrawerTooltip => r'Abrir menú de navegación'; + ScriptCategory get scriptCategory => ScriptCategory.tall; @override - String get deleteButtonTooltip => r'Borrar'; + String get searchFieldLabel => r'શોધો'; @override - String get nextMonthTooltip => r'Próximo mes'; + String get selectAllButtonLabel => r'બધા પસંદ કરો'; @override - String get nextPageTooltip => r'Próxima página'; + String get selectedRowCountTitleFew => null; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get selectedRowCountTitleMany => null; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get selectedRowCountTitleOne => r'1 આઇટમ પસંદ કરી'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get selectedRowCountTitleOther => r'$selectedRowCount આઇટમ પસંદ કરી'; @override - String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + String get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get selectedRowCountTitleZero => null; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get showAccountsLabel => r'એકાઉન્ટ બતાવો'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get showMenuTooltip => r'મેનૂ બતાવો'; @override - String get dialogLabel => r'Diálogo'; + String get signedInLabel => r'આમાં સાઇન ઇન કર્યું છે'; @override - String get expandedIconTapHint => r'Contraer'; + String get tabLabelRaw => r'$tabCountમાંથી $tabIndex ટૅબ'; @override - String get collapsedIconTapHint => r'Expandir'; + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + String get timePickerHourModeAnnouncement => r'કલાક પસંદ કરો'; @override - String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; + String get timePickerMinuteModeAnnouncement => r'મિનિટ પસંદ કરો'; + + @override + String get viewLicensesButtonLabel => r'લાઇસન્સ જુઓ'; } -/// The translations for Spanish Castilian, as used in Nicaragua (`es_NI`). -class MaterialLocalizationEsNi extends MaterialLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Nicaragua. +/// The translations for Hebrew (`he`). +class MaterialLocalizationHe extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Hebrew. /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationEsNi({ - String localeName = 'es_NI', + const MaterialLocalizationHe({ + String localeName = 'he', @required intl.DateFormat fullYearFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @@ -3309,232 +7155,193 @@ class MaterialLocalizationEsNi extends MaterialLocalizationEs { ); @override - String get reorderItemToStart => r'Mover al inicio'; - - @override - String get modalBarrierDismissLabel => r'Descartar'; - - @override - String get signedInLabel => r'Cuenta con la que accediste'; - - @override - String get openAppDrawerTooltip => r'Abrir menú de navegación'; - - @override - String get deleteButtonTooltip => r'Borrar'; + String get aboutListTileTitleRaw => r'מידע על $applicationName'; @override - String get nextMonthTooltip => r'Próximo mes'; + String get alertDialogLabel => r'התראה'; @override - String get nextPageTooltip => r'Próxima página'; + String get anteMeridiemAbbreviation => r'AM'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get backButtonTooltip => r'הקודם'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get cancelButtonLabel => r'ביטול'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get closeButtonLabel => r'סגירה'; @override - String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + String get closeButtonTooltip => r'סגירה'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get collapsedIconTapHint => r'הרחבה'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get continueButtonLabel => r'המשך'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get copyButtonLabel => r'העתקה'; @override - String get dialogLabel => r'Diálogo'; + String get cutButtonLabel => r'גזירה'; @override - String get expandedIconTapHint => r'Contraer'; + String get deleteButtonTooltip => r'מחיקה'; @override - String get collapsedIconTapHint => r'Expandir'; + String get dialogLabel => r'תיבת דו-שיח'; @override - String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + String get drawerLabel => r'תפריט ניווט'; @override - String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; -} - -/// The translations for Spanish Castilian, as used in Panama (`es_PA`). -class MaterialLocalizationEsPa extends MaterialLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Panama. - /// - /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationEsPa({ - String localeName = 'es_PA', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + String get expandedIconTapHint => r'כיווץ'; @override - String get reorderItemToStart => r'Mover al inicio'; + String get hideAccountsLabel => r'הסתרת החשבונות'; @override - String get modalBarrierDismissLabel => r'Descartar'; + String get licensesPageTitle => r'רישיונות'; @override - String get signedInLabel => r'Cuenta con la que accediste'; + String get modalBarrierDismissLabel => r'סגירה'; @override - String get openAppDrawerTooltip => r'Abrir menú de navegación'; + String get nextMonthTooltip => r'החודש הבא'; @override - String get deleteButtonTooltip => r'Borrar'; + String get nextPageTooltip => r'הדף הבא'; @override - String get nextMonthTooltip => r'Próximo mes'; + String get okButtonLabel => r'אישור'; @override - String get nextPageTooltip => r'Próxima página'; + String get openAppDrawerTooltip => r'פתיחה של תפריט הניווט'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get pageRowsInfoTitleRaw => r'$lastRow–$firstRow מתוך $rowCount'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$lastRow–$firstRow מתוך כ-$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get pasteButtonLabel => r'הדבקה'; @override - String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + String get popupMenuLabel => r'תפריט קופץ'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get postMeridiemAbbreviation => r'PM'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get previousMonthTooltip => r'החודש הקודם'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get previousPageTooltip => r'הדף הקודם'; @override - String get dialogLabel => r'Diálogo'; + String get refreshIndicatorSemanticLabel => r'רענון'; @override - String get expandedIconTapHint => r'Contraer'; + String get remainingTextFieldCharacterCountFew => null; @override - String get collapsedIconTapHint => r'Expandir'; + String get remainingTextFieldCharacterCountMany => r'נותרו $remainingCount תווים'; @override - String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + String get remainingTextFieldCharacterCountOne => r'נותר תו אחד'; @override - String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; -} + String get remainingTextFieldCharacterCountOther => r'נותרו $remainingCount תווים'; -/// The translations for Spanish Castilian, as used in Peru (`es_PE`). -class MaterialLocalizationEsPe extends MaterialLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Peru. - /// - /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationEsPe({ - String localeName = 'es_PE', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + @override + String get remainingTextFieldCharacterCountTwo => r'נותרו $remainingCount תווים'; @override - String get reorderItemToStart => r'Mover al inicio'; + String get remainingTextFieldCharacterCountZero => r'TBD'; @override - String get modalBarrierDismissLabel => r'Descartar'; + String get reorderItemDown => r'העברה למטה'; @override - String get signedInLabel => r'Cuenta con la que accediste'; + String get reorderItemLeft => r'העברה שמאלה'; @override - String get openAppDrawerTooltip => r'Abrir menú de navegación'; + String get reorderItemRight => r'העברה ימינה'; @override - String get deleteButtonTooltip => r'Borrar'; + String get reorderItemToEnd => r'העברה לסוף'; @override - String get nextMonthTooltip => r'Próximo mes'; + String get reorderItemToStart => r'העברה להתחלה'; @override - String get nextPageTooltip => r'Próxima página'; + String get reorderItemUp => r'העברה למעלה'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get rowsPerPageTitle => r'שורות בכל דף:'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get searchFieldLabel => r'חיפוש'; @override - String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + String get selectAllButtonLabel => r'בחירת הכול'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get selectedRowCountTitleFew => null; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get selectedRowCountTitleMany => r'$selectedRowCount פריטים נבחרו'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get selectedRowCountTitleOne => r'פריט אחד נבחר'; @override - String get dialogLabel => r'Diálogo'; + String get selectedRowCountTitleOther => r'$selectedRowCount פריטים נבחרו'; @override - String get expandedIconTapHint => r'Contraer'; + String get selectedRowCountTitleTwo => r'$selectedRowCount פריטים נבחרו'; @override - String get collapsedIconTapHint => r'Expandir'; + String get selectedRowCountTitleZero => null; @override - String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + String get showAccountsLabel => r'הצגת החשבונות'; @override - String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; + String get showMenuTooltip => r'הצגת התפריט'; + + @override + String get signedInLabel => r'מחובר'; + + @override + String get tabLabelRaw => r'כרטיסייה $tabIndex מתוך $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'בחירת שעות'; + + @override + String get timePickerMinuteModeAnnouncement => r'בחירת דקות'; + + @override + String get viewLicensesButtonLabel => r'הצגת הרישיונות'; } -/// The translations for Spanish Castilian, as used in Puerto Rico (`es_PR`). -class MaterialLocalizationEsPr extends MaterialLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Puerto Rico. +/// The translations for Hindi (`hi`). +class MaterialLocalizationHi extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Hindi. /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationEsPr({ - String localeName = 'es_PR', + const MaterialLocalizationHi({ + String localeName = 'hi', @required intl.DateFormat fullYearFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @@ -3552,232 +7359,193 @@ class MaterialLocalizationEsPr extends MaterialLocalizationEs { ); @override - String get reorderItemToStart => r'Mover al inicio'; - - @override - String get modalBarrierDismissLabel => r'Descartar'; - - @override - String get signedInLabel => r'Cuenta con la que accediste'; - - @override - String get openAppDrawerTooltip => r'Abrir menú de navegación'; + String get aboutListTileTitleRaw => r'$applicationName के बारे में जानकारी'; @override - String get deleteButtonTooltip => r'Borrar'; + String get alertDialogLabel => r'अलर्ट'; @override - String get nextMonthTooltip => r'Próximo mes'; + String get anteMeridiemAbbreviation => r'AM'; @override - String get nextPageTooltip => r'Próxima página'; + String get backButtonTooltip => r'वापस जाएं'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get cancelButtonLabel => r'रद्द करें'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get closeButtonLabel => r'बंद करें'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get closeButtonTooltip => r'बंद करें'; @override - String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + String get collapsedIconTapHint => r'बड़ा करें'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get continueButtonLabel => r'जारी रखें'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get copyButtonLabel => r'कॉपी करें'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get cutButtonLabel => r'कट करें'; @override - String get dialogLabel => r'Diálogo'; + String get deleteButtonTooltip => r'मिटाएं'; @override - String get expandedIconTapHint => r'Contraer'; + String get dialogLabel => r'संवाद'; @override - String get collapsedIconTapHint => r'Expandir'; + String get drawerLabel => r'नेविगेशन मेन्यू'; @override - String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + String get expandedIconTapHint => r'छोटा करें'; @override - String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; -} - -/// The translations for Spanish Castilian, as used in Paraguay (`es_PY`). -class MaterialLocalizationEsPy extends MaterialLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Paraguay. - /// - /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationEsPy({ - String localeName = 'es_PY', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + String get hideAccountsLabel => r'खाते छिपाएं'; @override - String get reorderItemToStart => r'Mover al inicio'; + String get licensesPageTitle => r'लाइसेंस'; @override - String get modalBarrierDismissLabel => r'Descartar'; + String get modalBarrierDismissLabel => r'खारिज करें'; @override - String get signedInLabel => r'Cuenta con la que accediste'; + String get nextMonthTooltip => r'अगला महीना'; @override - String get openAppDrawerTooltip => r'Abrir menú de navegación'; + String get nextPageTooltip => r'अगला पेज'; @override - String get deleteButtonTooltip => r'Borrar'; + String get okButtonLabel => r'ठीक है'; @override - String get nextMonthTooltip => r'Próximo mes'; + String get openAppDrawerTooltip => r'नेविगेशन मेन्यू खोलें'; @override - String get nextPageTooltip => r'Próxima página'; + String get pageRowsInfoTitleRaw => r'$rowCount का $firstRow–$lastRow'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get pageRowsInfoTitleApproximateRaw => r'$rowCount में से करीब $firstRow–$lastRow'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get pasteButtonLabel => r'चिपकाएं'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get popupMenuLabel => r'पॉपअप मेन्यू'; @override - String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + String get postMeridiemAbbreviation => r'PM'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get previousMonthTooltip => r'पिछला महीना'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get previousPageTooltip => r'पिछला पेज'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get refreshIndicatorSemanticLabel => r'रीफ़्रेश करें'; @override - String get dialogLabel => r'Diálogo'; + String get remainingTextFieldCharacterCountFew => null; @override - String get expandedIconTapHint => r'Contraer'; + String get remainingTextFieldCharacterCountMany => null; @override - String get collapsedIconTapHint => r'Expandir'; + String get remainingTextFieldCharacterCountOne => r'एक वर्ण अाैर डाला जा सकता है'; @override - String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount वर्ण अाैर डाले जा सकते हैं'; @override - String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; -} - -/// The translations for Spanish Castilian, as used in El Salvador (`es_SV`). -class MaterialLocalizationEsSv extends MaterialLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in El Salvador. - /// - /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationEsSv({ - String localeName = 'es_SV', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + String get remainingTextFieldCharacterCountTwo => null; @override - String get reorderItemToStart => r'Mover al inicio'; + String get remainingTextFieldCharacterCountZero => r'TBD'; @override - String get modalBarrierDismissLabel => r'Descartar'; + String get reorderItemDown => r'नीचे ले जाएं'; @override - String get signedInLabel => r'Cuenta con la que accediste'; + String get reorderItemLeft => r'बाएं ले जाएं'; @override - String get openAppDrawerTooltip => r'Abrir menú de navegación'; + String get reorderItemRight => r'दाएं ले जाएं'; @override - String get deleteButtonTooltip => r'Borrar'; + String get reorderItemToEnd => r'आखिर में ले जाएं'; @override - String get nextMonthTooltip => r'Próximo mes'; + String get reorderItemToStart => r'शुरुआत पर ले जाएं'; @override - String get nextPageTooltip => r'Próxima página'; + String get reorderItemUp => r'ऊपर ले जाएं'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get rowsPerPageTitle => r'हर पेज में पंक्तियों की संख्या:'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + ScriptCategory get scriptCategory => ScriptCategory.dense; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get searchFieldLabel => r'खोजें'; @override - String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + String get selectAllButtonLabel => r'सभी चुनें'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get selectedRowCountTitleFew => null; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get selectedRowCountTitleMany => null; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get selectedRowCountTitleOne => r'1 चीज़ चुनी गई'; @override - String get dialogLabel => r'Diálogo'; + String get selectedRowCountTitleOther => r'$selectedRowCount चीज़ें चुनी गईं'; @override - String get expandedIconTapHint => r'Contraer'; + String get selectedRowCountTitleTwo => null; @override - String get collapsedIconTapHint => r'Expandir'; + String get selectedRowCountTitleZero => null; @override - String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + String get showAccountsLabel => r'खाते दिखाएं'; @override - String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; + String get showMenuTooltip => r'मेन्यू दिखाएं'; + + @override + String get signedInLabel => r'साइन इन किया हुआ है'; + + @override + String get tabLabelRaw => r'$tabCount का टैब $tabIndex'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'घंटे के हिसाब से समय चुनें'; + + @override + String get timePickerMinuteModeAnnouncement => r'मिनट के हिसाब से समय चुनें'; + + @override + String get viewLicensesButtonLabel => r'लाइसेंस देखें'; } -/// The translations for Spanish Castilian, as used in the United States (`es_US`). -class MaterialLocalizationEsUs extends MaterialLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in the United States. +/// The translations for Croatian (`hr`). +class MaterialLocalizationHr extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Croatian. /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationEsUs({ - String localeName = 'es_US', + const MaterialLocalizationHr({ + String localeName = 'hr', @required intl.DateFormat fullYearFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @@ -3795,235 +7563,193 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { ); @override - String get reorderItemToStart => r'Mover al inicio'; + String get aboutListTileTitleRaw => r'O aplikaciji $applicationName'; @override - String get modalBarrierDismissLabel => r'Descartar'; + String get alertDialogLabel => r'Upozorenje'; @override - String get signedInLabel => r'Cuenta con la que accediste'; + String get anteMeridiemAbbreviation => r'prijepodne'; @override - String get deleteButtonTooltip => r'Borrar'; + String get backButtonTooltip => r'Natrag'; @override - String get nextMonthTooltip => r'Próximo mes'; + String get cancelButtonLabel => r'ODUSTANI'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get closeButtonLabel => r'ZATVORI'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get closeButtonTooltip => r'Zatvaranje'; @override - String get nextPageTooltip => r'Próxima página'; + String get collapsedIconTapHint => r'Proširi'; @override - String get openAppDrawerTooltip => r'Abrir menú de navegación'; + String get continueButtonLabel => r'NASTAVI'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get copyButtonLabel => r'KOPIRAJ'; @override - String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + String get cutButtonLabel => r'IZREŽI'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get deleteButtonTooltip => r'Brisanje'; @override - TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; + String get dialogLabel => r'Dijalog'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get drawerLabel => r'Navigacijski izbornik'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get expandedIconTapHint => r'Sažmi'; @override - String get dialogLabel => r'Diálogo'; + String get hideAccountsLabel => r'Sakrijte račune'; @override - String get expandedIconTapHint => r'Contraer'; + String get licensesPageTitle => r'Licence'; @override - String get collapsedIconTapHint => r'Expandir'; + String get modalBarrierDismissLabel => r'Odbaci'; @override - String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + String get nextMonthTooltip => r'Sljedeći mjesec'; @override - String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; -} + String get nextPageTooltip => r'Sljedeća stranica'; -/// The translations for Spanish Castilian, as used in Uruguay (`es_UY`). -class MaterialLocalizationEsUy extends MaterialLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Uruguay. - /// - /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationEsUy({ - String localeName = 'es_UY', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + @override + String get okButtonLabel => r'U REDU'; @override - String get reorderItemToStart => r'Mover al inicio'; + String get openAppDrawerTooltip => r'Otvaranje izbornika za navigaciju'; @override - String get modalBarrierDismissLabel => r'Descartar'; + String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow od $rowCount'; @override - String get signedInLabel => r'Cuenta con la que accediste'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow od otprilike $rowCount'; @override - String get openAppDrawerTooltip => r'Abrir menú de navegación'; + String get pasteButtonLabel => r'ZALIJEPI'; @override - String get deleteButtonTooltip => r'Borrar'; + String get popupMenuLabel => r'Skočni izbornik'; @override - String get nextMonthTooltip => r'Próximo mes'; + String get postMeridiemAbbreviation => r'popodne'; @override - String get nextPageTooltip => r'Próxima página'; + String get previousMonthTooltip => r'Prethodni mjesec'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get previousPageTooltip => r'Prethodna stranica'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get refreshIndicatorSemanticLabel => r'Osvježi'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get remainingTextFieldCharacterCountFew => r'Preostala su $remainingCount znaka'; @override - String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + String get remainingTextFieldCharacterCountMany => null; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get remainingTextFieldCharacterCountOne => r'Preostao je 1 znak'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get remainingTextFieldCharacterCountOther => r'Preostalo je $remainingCount znakova'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get remainingTextFieldCharacterCountTwo => null; @override - String get dialogLabel => r'Diálogo'; + String get remainingTextFieldCharacterCountZero => r'TBD'; @override - String get expandedIconTapHint => r'Contraer'; + String get reorderItemDown => r'Pomakni prema dolje'; @override - String get collapsedIconTapHint => r'Expandir'; + String get reorderItemLeft => r'Pomakni ulijevo'; @override - String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + String get reorderItemRight => r'Pomakni udesno'; @override - String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; -} + String get reorderItemToEnd => r'Premjesti na kraj'; -/// The translations for Spanish Castilian, as used in Venezuela (`es_VE`). -class MaterialLocalizationEsVe extends MaterialLocalizationEs { - /// Create an instance of the translation bundle for Spanish Castilian, as used in Venezuela. - /// - /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationEsVe({ - String localeName = 'es_VE', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + @override + String get reorderItemToStart => r'Premjesti na početak'; @override - String get reorderItemToStart => r'Mover al inicio'; + String get reorderItemUp => r'Pomakni prema gore'; @override - String get modalBarrierDismissLabel => r'Descartar'; + String get rowsPerPageTitle => r'Redaka po stranici:'; @override - String get signedInLabel => r'Cuenta con la que accediste'; + ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get openAppDrawerTooltip => r'Abrir menú de navegación'; + String get searchFieldLabel => r'Pretražite'; @override - String get deleteButtonTooltip => r'Borrar'; + String get selectAllButtonLabel => r'ODABERI SVE'; @override - String get nextMonthTooltip => r'Próximo mes'; + String get selectedRowCountTitleFew => r'Odabrane su $selectedRowCount stavke'; @override - String get nextPageTooltip => r'Próxima página'; + String get selectedRowCountTitleMany => null; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get selectedRowCountTitleOne => r'Odabrana je jedna stavka'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get selectedRowCountTitleOther => r'Odabrano je $selectedRowCount stavki'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + String get selectedRowCountTitleZero => null; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get showAccountsLabel => r'Prikažite račune'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get showMenuTooltip => r'Prikaz izbornika'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get signedInLabel => r'Prijavljeni korisnik'; @override - String get dialogLabel => r'Diálogo'; + String get tabLabelRaw => r'Kartica $tabIndex od $tabCount'; @override - String get expandedIconTapHint => r'Contraer'; + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get collapsedIconTapHint => r'Expandir'; + String get timePickerHourModeAnnouncement => r'Odaberite sate'; @override - String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + String get timePickerMinuteModeAnnouncement => r'Odaberite minute'; @override - String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; + String get viewLicensesButtonLabel => r'PRIKAŽI LICENCE'; } -/// The translations for Estonian (`et`). -class MaterialLocalizationEt extends GlobalMaterialLocalizations { - /// Create an instance of the translation bundle for Estonian. +/// The translations for Hungarian (`hu`). +class MaterialLocalizationHu extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Hungarian. /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationEt({ - String localeName = 'et', + const MaterialLocalizationHu({ + String localeName = 'hu', @required intl.DateFormat fullYearFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @@ -4041,94 +7767,94 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Teave rakenduse $applicationName kohta'; + String get aboutListTileTitleRaw => r'A(z) $applicationName névjegye'; @override - String get alertDialogLabel => r'Märguanne'; + String get alertDialogLabel => r'Értesítés'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => r'de.'; @override - String get backButtonTooltip => r'Tagasi'; + String get backButtonTooltip => r'Vissza'; @override - String get cancelButtonLabel => r'TÜHISTA'; + String get cancelButtonLabel => r'MÉGSE'; @override - String get closeButtonLabel => r'SULE'; + String get closeButtonLabel => r'BEZÁRÁS'; @override - String get closeButtonTooltip => r'Sule'; + String get closeButtonTooltip => r'Bezárás'; @override - String get collapsedIconTapHint => r'Laienda'; + String get collapsedIconTapHint => r'Kibontás'; @override - String get continueButtonLabel => r'JÄTKA'; + String get continueButtonLabel => r'TOVÁBB'; @override - String get copyButtonLabel => r'KOPEERI'; + String get copyButtonLabel => r'MÁSOLÁS'; @override - String get cutButtonLabel => r'LÕIKA'; + String get cutButtonLabel => r'KIVÁGÁS'; @override - String get deleteButtonTooltip => r'Kustuta'; + String get deleteButtonTooltip => r'Törlés'; @override - String get dialogLabel => r'Dialoog'; + String get dialogLabel => r'Párbeszédablak'; @override - String get drawerLabel => r'Navigeerimismenüü'; + String get drawerLabel => r'Navigációs menü'; @override - String get expandedIconTapHint => r'Ahenda'; + String get expandedIconTapHint => r'Összecsukás'; @override - String get hideAccountsLabel => r'Peida kontod'; + String get hideAccountsLabel => r'Fiókok elrejtése'; @override - String get licensesPageTitle => r'Litsentsid'; + String get licensesPageTitle => r'Licencek'; @override - String get modalBarrierDismissLabel => r'Loobu'; + String get modalBarrierDismissLabel => r'Elvetés'; @override - String get nextMonthTooltip => r'Järgmine kuu'; + String get nextMonthTooltip => r'Következő hónap'; @override - String get nextPageTooltip => r'Järgmine leht'; + String get nextPageTooltip => r'Következő oldal'; @override String get okButtonLabel => r'OK'; @override - String get openAppDrawerTooltip => r'Ava navigeerimismenüü'; + String get openAppDrawerTooltip => r'Navigációs menü megnyitása'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow $rowCount-st'; + String get pageRowsInfoTitleRaw => r'$rowCount/$firstRow–$lastRow.'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow umbes $rowCount-st'; + String get pageRowsInfoTitleApproximateRaw => r'Körülbelül $rowCount/$firstRow–$lastRow.'; @override - String get pasteButtonLabel => r'KLEEBI'; + String get pasteButtonLabel => r'BEILLESZTÉS'; @override - String get popupMenuLabel => r'Hüpikmenüü'; + String get popupMenuLabel => r'Előugró menü'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => r'du.'; @override - String get previousMonthTooltip => r'Eelmine kuu'; + String get previousMonthTooltip => r'Előző hónap'; @override - String get previousPageTooltip => r'Eelmine leht'; + String get previousPageTooltip => r'Előző oldal'; @override - String get refreshIndicatorSemanticLabel => r'Värskendamine'; + String get refreshIndicatorSemanticLabel => r'Frissítés'; @override String get remainingTextFieldCharacterCountFew => null; @@ -4137,10 +7863,10 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'Jäänud on 1 tähemärk'; + String get remainingTextFieldCharacterCountOne => r'1 karakter maradt'; @override - String get remainingTextFieldCharacterCountOther => r'Jäänud on $remainingCount tähemärki'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount karakter maradt'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -4149,34 +7875,34 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountZero => r'TBD'; @override - String get reorderItemDown => r'Teisalda alla'; + String get reorderItemDown => r'Áthelyezés lefelé'; @override - String get reorderItemLeft => r'Teisalda vasakule'; + String get reorderItemLeft => r'Áthelyezés balra'; @override - String get reorderItemRight => r'Teisalda paremale'; + String get reorderItemRight => r'Áthelyezés jobbra'; @override - String get reorderItemToEnd => r'Teisalda lõppu'; + String get reorderItemToEnd => r'Áthelyezés a végére'; @override - String get reorderItemToStart => r'Teisalda algusesse'; + String get reorderItemToStart => r'Áthelyezés az elejére'; @override - String get reorderItemUp => r'Teisalda üles'; + String get reorderItemUp => r'Áthelyezés felfelé'; @override - String get rowsPerPageTitle => r'Ridu lehe kohta:'; + String get rowsPerPageTitle => r'Oldalankénti sorszám:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Otsing'; + String get searchFieldLabel => r'Keresés'; @override - String get selectAllButtonLabel => r'VALI KÕIK'; + String get selectAllButtonLabel => r'AZ ÖSSZES KIJELÖLÉSE'; @override String get selectedRowCountTitleFew => null; @@ -4185,10 +7911,10 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'Valitud on 1 üksus'; + String get selectedRowCountTitleOne => r'1 elem kiválasztva'; @override - String get selectedRowCountTitleOther => r'Valitud on $selectedRowCount üksust'; + String get selectedRowCountTitleOther => r'$selectedRowCount elem kiválasztva'; @override String get selectedRowCountTitleTwo => null; @@ -4197,37 +7923,37 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Kuva kontod'; + String get showAccountsLabel => r'Fiókok megjelenítése'; @override - String get showMenuTooltip => r'Kuva menüü'; + String get showMenuTooltip => r'Menü megjelenítése'; @override - String get signedInLabel => r'Sisse logitud'; + String get signedInLabel => r'Bejelentkezve'; @override - String get tabLabelRaw => r'$tabIndex. vahekaart $tabCount-st'; + String get tabLabelRaw => r'$tabCount/$tabIndex. lap'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Tundide valimine'; + String get timePickerHourModeAnnouncement => r'Óra kiválasztása'; @override - String get timePickerMinuteModeAnnouncement => r'Minutite valimine'; + String get timePickerMinuteModeAnnouncement => r'Perc kiválasztása'; @override - String get viewLicensesButtonLabel => r'KUVA LITSENTSID'; + String get viewLicensesButtonLabel => r'LICENCEK MEGTEKINTÉSE'; } -/// The translations for Persian (`fa`). -class MaterialLocalizationFa extends GlobalMaterialLocalizations { - /// Create an instance of the translation bundle for Persian. +/// The translations for Armenian (`hy`). +class MaterialLocalizationHy extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Armenian. /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationFa({ - String localeName = 'fa', + const MaterialLocalizationHy({ + String localeName = 'hy', @required intl.DateFormat fullYearFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @@ -4245,193 +7971,193 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'درباره $applicationName'; + String get aboutListTileTitleRaw => r'$applicationName հավելվածի մասին'; @override - String get alertDialogLabel => r'هشدار'; + String get alertDialogLabel => r'Ծանուցում'; @override - String get anteMeridiemAbbreviation => r'ق.ظ.'; + String get anteMeridiemAbbreviation => r'AM'; @override - String get backButtonTooltip => r'برگشت'; + String get backButtonTooltip => r'Հետ'; @override - String get cancelButtonLabel => r'لغو'; + String get cancelButtonLabel => r'ՉԵՂԱՐԿԵԼ'; @override - String get closeButtonLabel => r'بستن'; + String get closeButtonLabel => r'ՓԱԿԵԼ'; @override - String get closeButtonTooltip => r'بستن'; + String get closeButtonTooltip => r'Փակել'; @override - String get collapsedIconTapHint => r'بزرگ کردن'; + String get collapsedIconTapHint => r'Ծավալել'; @override - String get continueButtonLabel => r'ادامه'; + String get continueButtonLabel => r'ՇԱՐՈՒՆԱԿԵԼ'; @override - String get copyButtonLabel => r'کپی'; + String get copyButtonLabel => r'ՊԱՏՃԵՆԵԼ'; @override - String get cutButtonLabel => r'برش'; + String get cutButtonLabel => r'ԿՏՐԵԼ'; @override - String get deleteButtonTooltip => r'حذف'; + String get deleteButtonTooltip => r'Ջնջել'; @override - String get dialogLabel => r'کادر گفتگو'; + String get dialogLabel => r'Երկխոսության պատուհան'; @override - String get drawerLabel => r'منوی پیمایش'; + String get drawerLabel => r'Նավարկման ընտրացանկ'; @override - String get expandedIconTapHint => r'کوچک کردن'; + String get expandedIconTapHint => r'Ծալել'; @override - String get hideAccountsLabel => r'پنهان کردن حساب‌ها'; + String get hideAccountsLabel => r'Թաքցնել հաշիվները'; @override - String get licensesPageTitle => r'مجوزها'; + String get licensesPageTitle => r'Արտոնագրեր'; @override - String get modalBarrierDismissLabel => r'نپذیرفتن'; + String get modalBarrierDismissLabel => r'Փակել'; @override - String get nextMonthTooltip => r'ماه بعد'; + String get nextMonthTooltip => r'Հաջորդ ամիս'; @override - String get nextPageTooltip => r'صفحه بعد'; + String get nextPageTooltip => r'Հաջորդ էջ'; @override - String get okButtonLabel => r'تأیید'; + String get okButtonLabel => r'Եղավ'; @override - String get openAppDrawerTooltip => r'باز کردن منوی پیمایش'; + String get openAppDrawerTooltip => r'Բացել նավարկման ընտրացանկը'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow از $rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow $rowCount-ից'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow از حدود $rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow մոտավորապես $rowCount-ից'; @override - String get pasteButtonLabel => r'جای‌گذاری'; + String get pasteButtonLabel => r'ՏԵՂԱԴՐԵԼ'; @override - String get popupMenuLabel => r'منوی بازشو'; + String get popupMenuLabel => r'Ելնող ընտրացանկ'; @override - String get postMeridiemAbbreviation => r'ب.ظ.'; + String get postMeridiemAbbreviation => r'PM'; @override - String get previousMonthTooltip => r'ماه قبل'; + String get previousMonthTooltip => r'Նախորդ ամիս'; @override - String get previousPageTooltip => r'صفحه قبل'; + String get previousPageTooltip => r'Նախորդ էջ'; @override - String get refreshIndicatorSemanticLabel => r'بازخوانی'; + String get refreshIndicatorSemanticLabel => r'Թարմացնել'; @override - String get remainingTextFieldCharacterCountFew => null; + String get remainingTextFieldCharacterCountFew => r'Մնաց $remainingCount նիշ'; @override - String get remainingTextFieldCharacterCountMany => null; + String get remainingTextFieldCharacterCountMany => r'Մնաց $remainingCount նիշ'; @override - String get remainingTextFieldCharacterCountOne => r'۱ نویسه باقی مانده است'; + String get remainingTextFieldCharacterCountOne => r'Մնացել է 1 նիշ'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount نویسه باقی مانده است'; + String get remainingTextFieldCharacterCountOther => r'Մնացել է $remainingCount նիշ'; @override String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => r'Նիշի հնարավորություն չկա'; @override - String get reorderItemDown => r'انتقال به پایین'; + String get reorderItemDown => r'Տեղափոխել ներքև'; @override - String get reorderItemLeft => r'انتقال به راست'; + String get reorderItemLeft => r'Տեղափոխել ձախ'; @override - String get reorderItemRight => r'انتقال به چپ'; + String get reorderItemRight => r'Տեղափոխել աջ'; @override - String get reorderItemToEnd => r'انتقال به انتها'; + String get reorderItemToEnd => r'Տեղափոխել վերջ'; @override - String get reorderItemToStart => r'انتقال به ابتدا'; + String get reorderItemToStart => r'Տեղափոխել սկիզբ'; @override - String get reorderItemUp => r'انتقال به بالا'; + String get reorderItemUp => r'Տեղափոխել վերև'; @override - String get rowsPerPageTitle => r'ردیف در هر صفحه:'; + String get rowsPerPageTitle => r'Մեկ էջի տողերը՝'; @override - ScriptCategory get scriptCategory => ScriptCategory.tall; + ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'جستجو'; + String get searchFieldLabel => r'Որոնել'; @override - String get selectAllButtonLabel => r'انتخاب همه'; + String get selectAllButtonLabel => r'ՆՇԵԼ ԲՈԼՈՐԸ'; @override - String get selectedRowCountTitleFew => null; + String get selectedRowCountTitleFew => r'Ընտրված է $selectedRowCount օբյեկտ'; @override - String get selectedRowCountTitleMany => null; + String get selectedRowCountTitleMany => r'Ընտրված է $selectedRowCount օբյեկտ'; @override - String get selectedRowCountTitleOne => r'۱ مورد انتخاب شد'; + String get selectedRowCountTitleOne => r'Ընտրվել է 1 տարր'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount مورد انتخاب شدند'; + String get selectedRowCountTitleOther => r'Ընտրվել է $selectedRowCount տարր'; @override String get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String get selectedRowCountTitleZero => r'Տողերը ընտրված չեն'; @override - String get showAccountsLabel => r'نشان دادن حساب‌ها'; + String get showAccountsLabel => r'Ցույց տալ հաշիվները'; @override - String get showMenuTooltip => r'نمایش منو'; + String get showMenuTooltip => r'Ցույց տալ ընտրացանկը'; @override - String get signedInLabel => r'واردشده به سیستم'; + String get signedInLabel => r'Դուք մուտք եք գործել'; @override - String get tabLabelRaw => r'برگه $tabIndex از $tabCount'; + String get tabLabelRaw => r'Ներդիր $tabIndex՝ $tabCount-ից'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'انتخاب ساعت'; + String get timePickerHourModeAnnouncement => r'Ընտրեք ժամը'; @override - String get timePickerMinuteModeAnnouncement => r'انتخاب دقیقه'; + String get timePickerMinuteModeAnnouncement => r'Ընտրեք րոպեները'; @override - String get viewLicensesButtonLabel => r'مشاهده مجوزها'; + String get viewLicensesButtonLabel => r'ԴԻՏԵԼ ԱՐՏՈՆԱԳՐԵՐԸ'; } -/// The translations for Finnish (`fi`). -class MaterialLocalizationFi extends GlobalMaterialLocalizations { - /// Create an instance of the translation bundle for Finnish. +/// The translations for Indonesian (`id`). +class MaterialLocalizationId extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Indonesian. /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationFi({ - String localeName = 'fi', + const MaterialLocalizationId({ + String localeName = 'id', @required intl.DateFormat fullYearFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @@ -4449,94 +8175,94 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Tietoja: $applicationName'; + String get aboutListTileTitleRaw => r'Tentang $applicationName'; @override - String get alertDialogLabel => r'Ilmoitus'; + String get alertDialogLabel => r'Notifikasi'; @override - String get anteMeridiemAbbreviation => r'ap'; + String get anteMeridiemAbbreviation => r'AM'; @override - String get backButtonTooltip => r'Takaisin'; + String get backButtonTooltip => r'Kembali'; @override - String get cancelButtonLabel => r'PERUUTA'; + String get cancelButtonLabel => r'BATAL'; @override - String get closeButtonLabel => r'SULJE'; + String get closeButtonLabel => r'TUTUP'; @override - String get closeButtonTooltip => r'Sulje'; + String get closeButtonTooltip => r'Tutup'; @override - String get collapsedIconTapHint => r'Laajenna'; + String get collapsedIconTapHint => r'Luaskan'; @override - String get continueButtonLabel => r'JATKA'; + String get continueButtonLabel => r'LANJUTKAN'; @override - String get copyButtonLabel => r'COPY'; + String get copyButtonLabel => r'SALIN'; @override - String get cutButtonLabel => r'LEIKKAA'; + String get cutButtonLabel => r'POTONG'; @override - String get deleteButtonTooltip => r'Poista'; + String get deleteButtonTooltip => r'Hapus'; @override - String get dialogLabel => r'Valintaikkuna'; + String get dialogLabel => r'Dialog'; @override - String get drawerLabel => r'Navigointivalikko'; + String get drawerLabel => r'Menu navigasi'; @override - String get expandedIconTapHint => r'Tiivistä'; + String get expandedIconTapHint => r'Ciutkan'; @override - String get hideAccountsLabel => r'Piilota tilit'; + String get hideAccountsLabel => r'Sembunyikan akun'; @override - String get licensesPageTitle => r'Lisenssit'; + String get licensesPageTitle => r'Lisensi'; @override - String get modalBarrierDismissLabel => r'Ohita'; + String get modalBarrierDismissLabel => r'Tutup'; @override - String get nextMonthTooltip => r'Seuraava kuukausi'; + String get nextMonthTooltip => r'Bulan berikutnya'; @override - String get nextPageTooltip => r'Seuraava sivu'; + String get nextPageTooltip => r'Halaman berikutnya'; @override - String get okButtonLabel => r'OK'; + String get okButtonLabel => r'OKE'; @override - String get openAppDrawerTooltip => r'Avaa navigointivalikko'; + String get openAppDrawerTooltip => r'Buka menu navigasi'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow/$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow dari $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow/~$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow dari kira-kira $rowCount'; @override - String get pasteButtonLabel => r'LIITÄ'; + String get pasteButtonLabel => r'TEMPEL'; @override - String get popupMenuLabel => r'Ponnahdusvalikko'; + String get popupMenuLabel => r'Menu pop-up'; @override - String get postMeridiemAbbreviation => r'ip'; + String get postMeridiemAbbreviation => r'PM'; @override - String get previousMonthTooltip => r'Edellinen kuukausi'; + String get previousMonthTooltip => r'Bulan sebelumnya'; @override - String get previousPageTooltip => r'Edellinen sivu'; + String get previousPageTooltip => r'Halaman sebelumnya'; @override - String get refreshIndicatorSemanticLabel => r'Päivitys'; + String get refreshIndicatorSemanticLabel => r'Memuat ulang'; @override String get remainingTextFieldCharacterCountFew => null; @@ -4545,10 +8271,10 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1 merkki jäljellä'; + String get remainingTextFieldCharacterCountOne => r'Sisa 1 karakter'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount merkkiä jäljellä'; + String get remainingTextFieldCharacterCountOther => r'Sisa $remainingCount karakter'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -4557,34 +8283,34 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountZero => r'TBD'; @override - String get reorderItemDown => r'Siirrä alas'; + String get reorderItemDown => r'Turunkan'; @override - String get reorderItemLeft => r'Siirrä vasemmalle'; + String get reorderItemLeft => r'Pindahkan ke kiri'; @override - String get reorderItemRight => r'Siirrä oikealle'; + String get reorderItemRight => r'Pindahkan ke kanan'; @override - String get reorderItemToEnd => r'Siirrä loppuun'; + String get reorderItemToEnd => r'Pindahkan ke akhir'; @override - String get reorderItemToStart => r'Siirrä alkuun'; + String get reorderItemToStart => r'Pindahkan ke awal'; @override - String get reorderItemUp => r'Siirrä ylös'; + String get reorderItemUp => r'Naikkan'; @override - String get rowsPerPageTitle => r'Riviä/sivu:'; + String get rowsPerPageTitle => r'Baris per halaman:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Haku'; + String get searchFieldLabel => r'Telusuri'; @override - String get selectAllButtonLabel => r'VALITSE KAIKKI'; + String get selectAllButtonLabel => r'PILIH SEMUA'; @override String get selectedRowCountTitleFew => null; @@ -4593,10 +8319,10 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 kohde valittu'; + String get selectedRowCountTitleOne => r'1 item dipilih'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount kohdetta valittu'; + String get selectedRowCountTitleOther => r'$selectedRowCount item dipilih'; @override String get selectedRowCountTitleTwo => null; @@ -4605,37 +8331,37 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Näytä tilit'; + String get showAccountsLabel => r'Tampilkan akun'; @override - String get showMenuTooltip => r'Näytä valikko'; + String get showMenuTooltip => r'Tampilkan menu'; @override - String get signedInLabel => r'Kirjautunut sisään'; + String get signedInLabel => r'Telah login'; @override - String get tabLabelRaw => r'Välilehti $tabIndex/$tabCount'; + String get tabLabelRaw => r'Tab $tabIndex dari $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Valitse tunnit'; + String get timePickerHourModeAnnouncement => r'Pilih jam'; @override - String get timePickerMinuteModeAnnouncement => r'Valitse minuutit'; + String get timePickerMinuteModeAnnouncement => r'Pilih menit'; @override - String get viewLicensesButtonLabel => r'NÄYTÄ KÄYTTÖOIKEUDET'; + String get viewLicensesButtonLabel => r'LIHAT LISENSI'; } -/// The translations for Filipino Pilipino (`fil`). -class MaterialLocalizationFil extends GlobalMaterialLocalizations { - /// Create an instance of the translation bundle for Filipino Pilipino. +/// The translations for Icelandic (`is`). +class MaterialLocalizationIs extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Icelandic. /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationFil({ - String localeName = 'fil', + const MaterialLocalizationIs({ + String localeName = 'is', @required intl.DateFormat fullYearFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @@ -4653,94 +8379,94 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Tungkol sa $applicationName'; + String get aboutListTileTitleRaw => r'Um $applicationName'; @override - String get alertDialogLabel => r'Alerto'; + String get alertDialogLabel => r'Tilkynning'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => r'f.h.'; @override - String get backButtonTooltip => r'Bumalik'; + String get backButtonTooltip => r'Til baka'; @override - String get cancelButtonLabel => r'KANSELAHIN'; + String get cancelButtonLabel => r'HÆTTA'; @override - String get closeButtonLabel => r'ISARA'; + String get closeButtonLabel => r'LOKA'; @override - String get closeButtonTooltip => r'Isara'; + String get closeButtonTooltip => r'Loka'; @override - String get collapsedIconTapHint => r'I-expand'; + String get collapsedIconTapHint => r'Stækka'; @override - String get continueButtonLabel => r'MAGPATULOY'; + String get continueButtonLabel => r'HALDA ÁFRAM'; @override - String get copyButtonLabel => r'KOPYAHIN'; + String get copyButtonLabel => r'AFRITA'; @override - String get cutButtonLabel => r'I-CUT'; + String get cutButtonLabel => r'KLIPPA'; @override - String get deleteButtonTooltip => r'I-delete'; + String get deleteButtonTooltip => r'Eyða'; @override - String get dialogLabel => r'Dialog'; + String get dialogLabel => r'Gluggi'; @override - String get drawerLabel => r'Menu ng navigation'; + String get drawerLabel => r'Yfirlitsvalmynd'; @override - String get expandedIconTapHint => r'I-collapse'; + String get expandedIconTapHint => r'Draga saman'; @override - String get hideAccountsLabel => r'Itago ang mga account'; + String get hideAccountsLabel => r'Fela reikninga'; @override - String get licensesPageTitle => r'Mga Lisensya'; + String get licensesPageTitle => r'Leyfi'; @override - String get modalBarrierDismissLabel => r'I-dismiss'; + String get modalBarrierDismissLabel => r'Hunsa'; @override - String get nextMonthTooltip => r'Susunod na buwan'; + String get nextMonthTooltip => r'Næsti mánuður'; @override - String get nextPageTooltip => r'Susunod na page'; + String get nextPageTooltip => r'Næsta síða'; @override - String get okButtonLabel => r'OK'; + String get okButtonLabel => r'Í lagi'; @override - String get openAppDrawerTooltip => r'Buksan ang menu ng navigation'; + String get openAppDrawerTooltip => r'Opna yfirlitsvalmynd'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow ng $rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow af $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow ng humigit kumulang $rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow af um það bil $rowCount'; @override - String get pasteButtonLabel => r'I-PASTE'; + String get pasteButtonLabel => r'LÍMA'; @override - String get popupMenuLabel => r'Popup na menu'; + String get popupMenuLabel => r'Sprettivalmynd'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => r'e.h.'; @override - String get previousMonthTooltip => r'Nakaraang buwan'; + String get previousMonthTooltip => r'Fyrri mánuður'; @override - String get previousPageTooltip => r'Nakaraang page'; + String get previousPageTooltip => r'Fyrri síða'; @override - String get refreshIndicatorSemanticLabel => r'Nagre-refresh'; + String get refreshIndicatorSemanticLabel => r'Endurnýja'; @override String get remainingTextFieldCharacterCountFew => null; @@ -4749,46 +8475,46 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1 character ang natitira'; + String get remainingTextFieldCharacterCountOne => r'1 stafur eftir'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount na character ang natitira'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount stafir eftir'; @override String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => null; @override - String get reorderItemDown => r'Ilipat pababa'; + String get reorderItemDown => r'Færa niður'; @override - String get reorderItemLeft => r'Ilipat pakaliwa'; + String get reorderItemLeft => r'Færa til vinstri'; @override - String get reorderItemRight => r'Ilipat pakanan'; + String get reorderItemRight => r'Færa til hægri'; @override - String get reorderItemToEnd => r'Ilipat sa dulo'; + String get reorderItemToEnd => r'Færa aftast'; @override - String get reorderItemToStart => r'Ilipat sa simula'; + String get reorderItemToStart => r'Færa fremst'; @override - String get reorderItemUp => r'Ilipat pataas'; + String get reorderItemUp => r'Færa upp'; @override - String get rowsPerPageTitle => r'Mga row bawat page:'; + String get rowsPerPageTitle => r'Línur á síðu:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Maghanap'; + String get searchFieldLabel => r'Leit'; @override - String get selectAllButtonLabel => r'PILIIN LAHAT'; + String get selectAllButtonLabel => r'VELJA ALLT'; @override String get selectedRowCountTitleFew => null; @@ -4797,10 +8523,10 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 item ang napili'; + String get selectedRowCountTitleOne => r'1 atriði valið'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount na item ang napili'; + String get selectedRowCountTitleOther => r'$selectedRowCount atriði valin'; @override String get selectedRowCountTitleTwo => null; @@ -4809,37 +8535,37 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Ipakita ang mga account'; + String get showAccountsLabel => r'Sýna reikninga'; @override - String get showMenuTooltip => r'Ipakita ang menu'; + String get showMenuTooltip => r'Sýna valmynd'; @override - String get signedInLabel => r'Naka-sign in'; + String get signedInLabel => r'Innskráð(ur)'; @override - String get tabLabelRaw => r'Tab $tabIndex ng $tabCount'; + String get tabLabelRaw => r'Flipi $tabIndex af $tabCount'; @override - TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Pumili ng mga oras'; + String get timePickerHourModeAnnouncement => r'Velja klukkustundir'; @override - String get timePickerMinuteModeAnnouncement => r'Pumili ng mga minuto'; + String get timePickerMinuteModeAnnouncement => r'Velja mínútur'; @override - String get viewLicensesButtonLabel => r'TINGNAN ANG MGA LISENSYA'; + String get viewLicensesButtonLabel => r'SKOÐA LEYFI'; } -/// The translations for French (`fr`). -class MaterialLocalizationFr extends GlobalMaterialLocalizations { - /// Create an instance of the translation bundle for French. +/// The translations for Italian (`it`). +class MaterialLocalizationIt extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Italian. /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationFr({ - String localeName = 'fr', + const MaterialLocalizationIt({ + String localeName = 'it', @required intl.DateFormat fullYearFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @@ -4857,94 +8583,94 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'À propos de $applicationName'; + String get aboutListTileTitleRaw => r'Informazioni su $applicationName'; @override - String get alertDialogLabel => r'Alerte'; + String get alertDialogLabel => r'Avviso'; @override String get anteMeridiemAbbreviation => r'AM'; @override - String get backButtonTooltip => r'Retour'; + String get backButtonTooltip => r'Indietro'; @override - String get cancelButtonLabel => r'ANNULER'; + String get cancelButtonLabel => r'ANNULLA'; @override - String get closeButtonLabel => r'FERMER'; + String get closeButtonLabel => r'CHIUDI'; @override - String get closeButtonTooltip => r'Fermer'; + String get closeButtonTooltip => r'Chiudi'; @override - String get collapsedIconTapHint => r'Développer'; + String get collapsedIconTapHint => r'Espandi'; @override - String get continueButtonLabel => r'CONTINUER'; + String get continueButtonLabel => r'CONTINUA'; @override - String get copyButtonLabel => r'COPIER'; + String get copyButtonLabel => r'COPIA'; @override - String get cutButtonLabel => r'COUPER'; + String get cutButtonLabel => r'TAGLIA'; @override - String get deleteButtonTooltip => r'Supprimer'; + String get deleteButtonTooltip => r'Elimina'; @override - String get dialogLabel => r'Boîte de dialogue'; + String get dialogLabel => r'Finestra di dialogo'; @override - String get drawerLabel => r'Menu de navigation'; + String get drawerLabel => r'Menu di navigazione'; @override - String get expandedIconTapHint => r'Réduire'; + String get expandedIconTapHint => r'Comprimi'; @override - String get hideAccountsLabel => r'Masquer les comptes'; + String get hideAccountsLabel => r'Nascondi account'; @override - String get licensesPageTitle => r'Licences'; + String get licensesPageTitle => r'Licenze'; @override - String get modalBarrierDismissLabel => r'Ignorer'; + String get modalBarrierDismissLabel => r'Ignora'; @override - String get nextMonthTooltip => r'Mois suivant'; + String get nextMonthTooltip => r'Mese successivo'; @override - String get nextPageTooltip => r'Page suivante'; + String get nextPageTooltip => r'Pagina successiva'; @override String get okButtonLabel => r'OK'; @override - String get openAppDrawerTooltip => r'Ouvrir le menu de navigation'; + String get openAppDrawerTooltip => r'Apri il menu di navigazione'; @override - String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow sur $rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow di $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow sur environ $rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow di circa $rowCount'; @override - String get pasteButtonLabel => r'COLLER'; + String get pasteButtonLabel => r'INCOLLA'; @override - String get popupMenuLabel => r'Menu contextuel'; + String get popupMenuLabel => r'Menu popup'; @override String get postMeridiemAbbreviation => r'PM'; @override - String get previousMonthTooltip => r'Mois précédent'; + String get previousMonthTooltip => r'Mese precedente'; @override - String get previousPageTooltip => r'Page précédente'; + String get previousPageTooltip => r'Pagina precedente'; @override - String get refreshIndicatorSemanticLabel => r'Actualiser'; + String get refreshIndicatorSemanticLabel => r'Aggiorna'; @override String get remainingTextFieldCharacterCountFew => null; @@ -4953,10 +8679,10 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1 caractère restant'; + String get remainingTextFieldCharacterCountOne => r'1 carattere rimanente'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount caractères restants'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount caratteri rimanenti'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -4965,34 +8691,34 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountZero => r'TBD'; @override - String get reorderItemDown => r'Déplacer vers le bas'; + String get reorderItemDown => r'Sposta giù'; @override - String get reorderItemLeft => r'Déplacer vers la gauche'; + String get reorderItemLeft => r'Sposta a sinistra'; @override - String get reorderItemRight => r'Déplacer vers la droite'; + String get reorderItemRight => r'Sposta a destra'; @override - String get reorderItemToEnd => r'Déplacer vers la fin'; + String get reorderItemToEnd => r'Sposta alla fine'; @override - String get reorderItemToStart => r'Déplacer vers le début'; + String get reorderItemToStart => r'Sposta all' "'" r'inizio'; @override - String get reorderItemUp => r'Déplacer vers le haut'; + String get reorderItemUp => r'Sposta su'; @override - String get rowsPerPageTitle => r'Lignes par page :'; + String get rowsPerPageTitle => r'Righe per pagina:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Rechercher'; + String get searchFieldLabel => r'Cerca'; @override - String get selectAllButtonLabel => r'TOUT SÉLECTIONNER'; + String get selectAllButtonLabel => r'SELEZIONA TUTTO'; @override String get selectedRowCountTitleFew => null; @@ -5001,76 +8727,49 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 élément sélectionné'; + String get selectedRowCountTitleOne => r'1 elemento selezionato'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount éléments sélectionnés'; + String get selectedRowCountTitleOther => r'$selectedRowCount elementi selezionati'; @override String get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => r'Aucun élément sélectionné'; - - @override - String get showAccountsLabel => r'Afficher les comptes'; - - @override - String get showMenuTooltip => r'Afficher le menu'; - - @override - String get signedInLabel => r'Connecté'; - - @override - String get tabLabelRaw => r'Onglet $tabIndex sur $tabCount'; - - @override - TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + String get selectedRowCountTitleZero => null; @override - String get timePickerHourModeAnnouncement => r'Sélectionner une heure'; + String get showAccountsLabel => r'Mostra account'; @override - String get timePickerMinuteModeAnnouncement => r'Sélectionner des minutes'; + String get showMenuTooltip => r'Mostra il menu'; @override - String get viewLicensesButtonLabel => r'AFFICHER LES LICENCES'; -} - -/// The translations for French, as used in Canada (`fr_CA`). -class MaterialLocalizationFrCa extends MaterialLocalizationFr { - /// Create an instance of the translation bundle for French, as used in Canada. - /// - /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationFrCa({ - String localeName = 'fr_CA', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + String get signedInLabel => r'Connesso'; @override - TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.frenchCanadian; + String get tabLabelRaw => r'Scheda $tabIndex di $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Seleziona le ore'; + + @override + String get timePickerMinuteModeAnnouncement => r'Seleziona i minuti'; + + @override + String get viewLicensesButtonLabel => r'VISUALIZZA LICENZE'; } -/// The translations for Galician (`gl`). -class MaterialLocalizationGl extends GlobalMaterialLocalizations { - /// Create an instance of the translation bundle for Galician. +/// The translations for Japanese (`ja`). +class MaterialLocalizationJa extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Japanese. /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationGl({ - String localeName = 'gl', + const MaterialLocalizationJa({ + String localeName = 'ja', @required intl.DateFormat fullYearFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @@ -5088,94 +8787,94 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Acerca de: $applicationName'; + String get aboutListTileTitleRaw => r'$applicationName について'; @override - String get alertDialogLabel => r'Alerta'; + String get alertDialogLabel => r'通知'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => r'AM'; @override - String get backButtonTooltip => r'Atrás'; + String get backButtonTooltip => r'戻る'; @override - String get cancelButtonLabel => r'CANCELAR'; + String get cancelButtonLabel => r'キャンセル'; @override - String get closeButtonLabel => r'PECHAR'; + String get closeButtonLabel => r'閉じる'; @override - String get closeButtonTooltip => r'Pechar'; + String get closeButtonTooltip => r'閉じる'; @override - String get collapsedIconTapHint => r'Despregar'; + String get collapsedIconTapHint => r'展開'; @override - String get continueButtonLabel => r'CONTINUAR'; + String get continueButtonLabel => r'続行'; @override - String get copyButtonLabel => r'COPIAR'; + String get copyButtonLabel => r'コピー'; @override - String get cutButtonLabel => r'CORTAR'; + String get cutButtonLabel => r'切り取り'; @override - String get deleteButtonTooltip => r'Eliminar'; + String get deleteButtonTooltip => r'削除'; @override - String get dialogLabel => r'Cadro de diálogo'; + String get dialogLabel => r'ダイアログ'; @override - String get drawerLabel => r'Menú de navegación'; + String get drawerLabel => r'ナビゲーション メニュー'; @override - String get expandedIconTapHint => r'Contraer'; + String get expandedIconTapHint => r'折りたたむ'; @override - String get hideAccountsLabel => r'Ocultar contas'; + String get hideAccountsLabel => r'アカウントを非表示'; @override - String get licensesPageTitle => r'Licenzas'; + String get licensesPageTitle => r'ライセンス'; @override - String get modalBarrierDismissLabel => r'Ignorar'; + String get modalBarrierDismissLabel => r'閉じる'; @override - String get nextMonthTooltip => r'Mes seguinte'; + String get nextMonthTooltip => r'来月'; @override - String get nextPageTooltip => r'Páxina seguinte'; + String get nextPageTooltip => r'次のページ'; @override - String get okButtonLabel => r'Aceptar'; + String get okButtonLabel => r'OK'; @override - String get openAppDrawerTooltip => r'Abrir menú de navegación'; + String get openAppDrawerTooltip => r'ナビゲーション メニューを開く'; @override - String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow - $lastRow 行(合計 $rowCount 行)'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow 行(合計約 $rowCount 行)'; @override - String get pasteButtonLabel => r'PEGAR'; + String get pasteButtonLabel => r'貼り付け'; @override - String get popupMenuLabel => r'Menú emerxente'; + String get popupMenuLabel => r'ポップアップ メニュー'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => r'PM'; @override - String get previousMonthTooltip => r'Mes anterior'; + String get previousMonthTooltip => r'前月'; @override - String get previousPageTooltip => r'Páxina anterior'; + String get previousPageTooltip => r'前のページ'; @override - String get refreshIndicatorSemanticLabel => r'Actualizar'; + String get refreshIndicatorSemanticLabel => r'更新'; @override String get remainingTextFieldCharacterCountFew => null; @@ -5184,10 +8883,10 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1 carácter restante'; + String get remainingTextFieldCharacterCountOne => r'残り 1 文字(半角相当)'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount caracteres restantes'; + String get remainingTextFieldCharacterCountOther => r'残り $remainingCount 文字(半角相当)'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -5196,34 +8895,34 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountZero => r'TBD'; @override - String get reorderItemDown => r'Mover cara abaixo'; + String get reorderItemDown => r'下に移動'; @override - String get reorderItemLeft => r'Mover cara á esquerda'; + String get reorderItemLeft => r'左に移動'; @override - String get reorderItemRight => r'Mover cara á dereita'; + String get reorderItemRight => r'右に移動'; @override - String get reorderItemToEnd => r'Mover ao final'; + String get reorderItemToEnd => r'最後に移動'; @override - String get reorderItemToStart => r'Mover ao inicio'; + String get reorderItemToStart => r'先頭に移動'; @override - String get reorderItemUp => r'Mover cara arriba'; + String get reorderItemUp => r'上に移動'; @override - String get rowsPerPageTitle => r'Filas por páxina:'; + String get rowsPerPageTitle => r'ページあたりの行数:'; @override - ScriptCategory get scriptCategory => ScriptCategory.englishLike; + ScriptCategory get scriptCategory => ScriptCategory.dense; @override - String get searchFieldLabel => r'Buscar'; + String get searchFieldLabel => r'検索'; @override - String get selectAllButtonLabel => r'SELECCIONAR TODO'; + String get selectAllButtonLabel => r'すべて選択'; @override String get selectedRowCountTitleFew => null; @@ -5232,49 +8931,49 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'Seleccionouse 1 elemento'; + String get selectedRowCountTitleOne => r'1 件のアイテムを選択中'; @override - String get selectedRowCountTitleOther => r'Seleccionáronse $selectedRowCount elementos'; + String get selectedRowCountTitleOther => r'$selectedRowCount 件のアイテムを選択中'; @override String get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => r'Non se seleccionaron elementos'; + String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Mostrar contas'; + String get showAccountsLabel => r'アカウントを表示'; @override - String get showMenuTooltip => r'Mostrar menú'; + String get showMenuTooltip => r'メニューを表示'; @override - String get signedInLabel => r'Sesión iniciada'; + String get signedInLabel => r'ログイン中'; @override - String get tabLabelRaw => r'Pestana $tabIndex de $tabCount'; + String get tabLabelRaw => r'タブ: $tabIndex/$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Seleccionar horas'; + String get timePickerHourModeAnnouncement => r'時間を選択'; @override - String get timePickerMinuteModeAnnouncement => r'Seleccionar minutos'; + String get timePickerMinuteModeAnnouncement => r'分を選択'; @override - String get viewLicensesButtonLabel => r'VER LICENZAS'; + String get viewLicensesButtonLabel => r'ライセンスを表示'; } -/// The translations for Swiss German Alemannic Alsatian (`gsw`). -class MaterialLocalizationGsw extends GlobalMaterialLocalizations { - /// Create an instance of the translation bundle for Swiss German Alemannic Alsatian. +/// The translations for Georgian (`ka`). +class MaterialLocalizationKa extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Georgian. /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationGsw({ - String localeName = 'gsw', + const MaterialLocalizationKa({ + String localeName = 'ka', @required intl.DateFormat fullYearFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @@ -5292,94 +8991,94 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Über $applicationName'; + String get aboutListTileTitleRaw => r'$applicationName-ის შესახებ'; @override - String get alertDialogLabel => r'Benachrichtigung'; + String get alertDialogLabel => r'გაფრთხილება'; @override String get anteMeridiemAbbreviation => r'AM'; @override - String get backButtonTooltip => r'Zurück'; + String get backButtonTooltip => r'უკან'; @override - String get cancelButtonLabel => r'ABBRECHEN'; + String get cancelButtonLabel => r'გაუქმება'; @override - String get closeButtonLabel => r'SCHLIEẞEN'; + String get closeButtonLabel => r'დახურვა'; @override - String get closeButtonTooltip => r'Schließen'; + String get closeButtonTooltip => r'დახურვა'; @override - String get collapsedIconTapHint => r'Maximieren'; + String get collapsedIconTapHint => r'გაშლა'; @override - String get continueButtonLabel => r'WEITER'; + String get continueButtonLabel => r'გაგრძელება'; @override - String get copyButtonLabel => r'KOPIEREN'; + String get copyButtonLabel => r'კოპირება'; @override - String get cutButtonLabel => r'AUSSCHNEIDEN'; + String get cutButtonLabel => r'ამოჭრა'; @override - String get deleteButtonTooltip => r'Löschen'; + String get deleteButtonTooltip => r'წაშლა'; @override - String get dialogLabel => r'Dialogfeld'; + String get dialogLabel => r'დიალოგი'; @override - String get drawerLabel => r'Navigationsmenü'; + String get drawerLabel => r'ნავიგაციის მენიუ'; @override - String get expandedIconTapHint => r'Minimieren'; + String get expandedIconTapHint => r'ჩაკეცვა'; @override - String get hideAccountsLabel => r'Konten ausblenden'; + String get hideAccountsLabel => r'ანგარიშების დამალვა'; @override - String get licensesPageTitle => r'Lizenzen'; + String get licensesPageTitle => r'ლიცენზიები'; @override - String get modalBarrierDismissLabel => r'Schließen'; + String get modalBarrierDismissLabel => r'დახურვა'; @override - String get nextMonthTooltip => r'Nächster Monat'; + String get nextMonthTooltip => r'შემდეგი თვე'; @override - String get nextPageTooltip => r'Nächste Seite'; + String get nextPageTooltip => r'შემდეგი გვერდი'; @override - String get okButtonLabel => r'Ok'; + String get okButtonLabel => r'კარგი'; @override - String get openAppDrawerTooltip => r'Navigationsmenü öffnen'; + String get openAppDrawerTooltip => r'სანავიგაციო მენიუს გახსნა'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow von $rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow / $rowCount-დან'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow von etwa $rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow / დაახლოებით $rowCount-დან'; @override - String get pasteButtonLabel => r'EINFÜGEN'; + String get pasteButtonLabel => r'ჩასმა'; @override - String get popupMenuLabel => r'Pop-up-Menü'; + String get popupMenuLabel => r'ამომხტარი მენიუ'; @override String get postMeridiemAbbreviation => r'PM'; @override - String get previousMonthTooltip => r'Vorheriger Monat'; + String get previousMonthTooltip => r'წინა თვე'; @override - String get previousPageTooltip => r'Vorherige Seite'; + String get previousPageTooltip => r'წინა გვერდი'; @override - String get refreshIndicatorSemanticLabel => r'Aktualisieren'; + String get refreshIndicatorSemanticLabel => r'განახლება'; @override String get remainingTextFieldCharacterCountFew => null; @@ -5388,46 +9087,46 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'Noch 1 Zeichen'; + String get remainingTextFieldCharacterCountOne => r'დარჩა 1 სიმბოლო'; @override - String get remainingTextFieldCharacterCountOther => r'Noch $remainingCount Zeichen'; + String get remainingTextFieldCharacterCountOther => r'დარჩა $remainingCount სიმბოლო'; @override String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => null; @override - String get reorderItemDown => r'Nach unten verschieben'; + String get reorderItemDown => r'ქვემოთ გადატანა'; @override - String get reorderItemLeft => r'Nach links verschieben'; + String get reorderItemLeft => r'მარცხნივ გადატანა'; @override - String get reorderItemRight => r'Nach rechts verschieben'; + String get reorderItemRight => r'მარჯვნივ გადატანა'; @override - String get reorderItemToEnd => r'An das Ende verschieben'; + String get reorderItemToEnd => r'ბოლოში გადატანა'; @override - String get reorderItemToStart => r'An den Anfang verschieben'; + String get reorderItemToStart => r'დასაწყისში გადატანა'; @override - String get reorderItemUp => r'Nach oben verschieben'; + String get reorderItemUp => r'ზემოთ გადატანა'; @override - String get rowsPerPageTitle => r'Zeilen pro Seite:'; + String get rowsPerPageTitle => r'მწკრივი გვერდზე:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Suchen'; + String get searchFieldLabel => r'ძიება'; @override - String get selectAllButtonLabel => r'ALLE AUSWÄHLEN'; + String get selectAllButtonLabel => r'ყველას არჩევა'; @override String get selectedRowCountTitleFew => null; @@ -5436,10 +9135,10 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 Element ausgewählt'; + String get selectedRowCountTitleOne => r'არჩეულია 1 ერთეული'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount Elemente ausgewählt'; + String get selectedRowCountTitleOther => r'არჩეულია $selectedRowCount ერთეული'; @override String get selectedRowCountTitleTwo => null; @@ -5448,37 +9147,37 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Konten anzeigen'; + String get showAccountsLabel => r'ანგარიშების ჩვენება'; @override - String get showMenuTooltip => r'Menü anzeigen'; + String get showMenuTooltip => r'მენიუს ჩვენება'; @override - String get signedInLabel => r'Angemeldet'; + String get signedInLabel => r'შესული'; @override - String get tabLabelRaw => r'Tab $tabIndex von $tabCount'; + String get tabLabelRaw => r'ჩანართი $tabIndex / $tabCount-დან'; @override - TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Stunden auswählen'; + String get timePickerHourModeAnnouncement => r'აირჩიეთ საათები'; @override - String get timePickerMinuteModeAnnouncement => r'Minuten auswählen'; + String get timePickerMinuteModeAnnouncement => r'აირჩიეთ წუთები'; @override - String get viewLicensesButtonLabel => r'LIZENZEN ANZEIGEN'; + String get viewLicensesButtonLabel => r'ლიცენზიების ნახვა'; } -/// The translations for Hebrew (`he`). -class MaterialLocalizationHe extends GlobalMaterialLocalizations { - /// Create an instance of the translation bundle for Hebrew. +/// The translations for Kazakh (`kk`). +class MaterialLocalizationKk extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Kazakh. /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationHe({ - String localeName = 'he', + const MaterialLocalizationKk({ + String localeName = 'kk', @required intl.DateFormat fullYearFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @@ -5496,193 +9195,193 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'מידע על $applicationName'; + String get aboutListTileTitleRaw => r'$applicationName туралы'; @override - String get alertDialogLabel => r'התראה'; + String get alertDialogLabel => r'Дабыл'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => r'түстен кейін'; @override - String get backButtonTooltip => r'הקודם'; + String get backButtonTooltip => r'Артқа'; @override - String get cancelButtonLabel => r'ביטול'; + String get cancelButtonLabel => r'БАС ТАРТУ'; @override - String get closeButtonLabel => r'סגירה'; + String get closeButtonLabel => r'ЖАБУ'; @override - String get closeButtonTooltip => r'סגירה'; + String get closeButtonTooltip => r'Жабу'; @override - String get collapsedIconTapHint => r'הרחבה'; + String get collapsedIconTapHint => r'Жаю'; @override - String get continueButtonLabel => r'המשך'; + String get continueButtonLabel => r'ЖАЛҒАСТЫРУ'; @override - String get copyButtonLabel => r'העתקה'; + String get copyButtonLabel => r'КӨШІРУ'; @override - String get cutButtonLabel => r'גזירה'; + String get cutButtonLabel => r'ҚИЮ'; @override - String get deleteButtonTooltip => r'מחיקה'; + String get deleteButtonTooltip => r'Жою'; @override - String get dialogLabel => r'תיבת דו-שיח'; + String get dialogLabel => r'Диалогтық терезе'; @override - String get drawerLabel => r'תפריט ניווט'; + String get drawerLabel => r'Навигация мәзірі'; @override - String get expandedIconTapHint => r'כיווץ'; + String get expandedIconTapHint => r'Жию'; @override - String get hideAccountsLabel => r'הסתרת החשבונות'; + String get hideAccountsLabel => r'Есептік жазбаларды жасыру'; @override - String get licensesPageTitle => r'רישיונות'; + String get licensesPageTitle => r'Лицензиялар'; @override - String get modalBarrierDismissLabel => r'סגירה'; + String get modalBarrierDismissLabel => r'Жабу'; @override - String get nextMonthTooltip => r'החודש הבא'; + String get nextMonthTooltip => r'Келесі ай'; @override - String get nextPageTooltip => r'הדף הבא'; + String get nextPageTooltip => r'Келесі бет'; @override - String get okButtonLabel => r'אישור'; + String get okButtonLabel => r'Иә'; @override - String get openAppDrawerTooltip => r'פתיחה של תפריט הניווט'; + String get openAppDrawerTooltip => r'Навигация мәзірін ашу'; @override - String get pageRowsInfoTitleRaw => r'$lastRow–$firstRow מתוך $rowCount'; + String get pageRowsInfoTitleRaw => r'$rowCount ішінен $firstRow–$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'$lastRow–$firstRow מתוך כ-$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'Шамамен $rowCount ішінен $firstRow–$lastRow'; @override - String get pasteButtonLabel => r'הדבקה'; + String get pasteButtonLabel => r'ҚОЮ'; @override - String get popupMenuLabel => r'תפריט קופץ'; + String get popupMenuLabel => r'Қалқымалы терезе мәзірі'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => r'түстен кейін'; @override - String get previousMonthTooltip => r'החודש הקודם'; + String get previousMonthTooltip => r'Өткен ай'; @override - String get previousPageTooltip => r'הדף הקודם'; + String get previousPageTooltip => r'Алдыңғы бет'; @override - String get refreshIndicatorSemanticLabel => r'רענון'; + String get refreshIndicatorSemanticLabel => r'Жаңарту'; @override String get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => r'נותרו $remainingCount תווים'; + String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'נותר תו אחד'; + String get remainingTextFieldCharacterCountOne => r'1 таңба қалды.'; @override - String get remainingTextFieldCharacterCountOther => r'נותרו $remainingCount תווים'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount таңба қалды.'; @override - String get remainingTextFieldCharacterCountTwo => r'נותרו $remainingCount תווים'; + String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => r'Таңбалар қалмады'; @override - String get reorderItemDown => r'העברה למטה'; + String get reorderItemDown => r'Төменге жылжыту'; @override - String get reorderItemLeft => r'העברה שמאלה'; + String get reorderItemLeft => r'Солға жылжыту'; @override - String get reorderItemRight => r'העברה ימינה'; + String get reorderItemRight => r'Оңға жылжыту'; @override - String get reorderItemToEnd => r'העברה לסוף'; + String get reorderItemToEnd => r'Соңына өту'; @override - String get reorderItemToStart => r'העברה להתחלה'; + String get reorderItemToStart => r'Басына өту'; @override - String get reorderItemUp => r'העברה למעלה'; + String get reorderItemUp => r'Жоғарыға жылжыту'; @override - String get rowsPerPageTitle => r'שורות בכל דף:'; + String get rowsPerPageTitle => r'Әр беттегі жолдар саны:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'חיפוש'; + String get searchFieldLabel => r'Іздеу'; @override - String get selectAllButtonLabel => r'בחירת הכול'; + String get selectAllButtonLabel => r'БАРЛЫҒЫН ТАҢДАУ'; @override String get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => r'$selectedRowCount פריטים נבחרו'; + String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'פריט אחד נבחר'; + String get selectedRowCountTitleOne => r'1 элемент таңдалды.'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount פריטים נבחרו'; + String get selectedRowCountTitleOther => r'$selectedRowCount элемент таңдалды.'; @override - String get selectedRowCountTitleTwo => r'$selectedRowCount פריטים נבחרו'; + String get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String get selectedRowCountTitleZero => r'Тармақ таңдалмаған'; @override - String get showAccountsLabel => r'הצגת החשבונות'; + String get showAccountsLabel => r'Есептік жазбаларды көрсету'; @override - String get showMenuTooltip => r'הצגת התפריט'; + String get showMenuTooltip => r'Мәзірді көрсету'; @override - String get signedInLabel => r'מחובר'; + String get signedInLabel => r'Есептік жазбаға кірген'; @override - String get tabLabelRaw => r'כרטיסייה $tabIndex מתוך $tabCount'; + String get tabLabelRaw => r'$tabCount/$tabIndex қойынды'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'בחירת שעות'; + String get timePickerHourModeAnnouncement => r'Сағаттарды таңдаңыз'; @override - String get timePickerMinuteModeAnnouncement => r'בחירת דקות'; + String get timePickerMinuteModeAnnouncement => r'Минуттарды таңдаңыз'; @override - String get viewLicensesButtonLabel => r'הצגת הרישיונות'; + String get viewLicensesButtonLabel => r'ЛИЦЕНЗИЯЛАРДЫ КӨРУ'; } -/// The translations for Hindi (`hi`). -class MaterialLocalizationHi extends GlobalMaterialLocalizations { - /// Create an instance of the translation bundle for Hindi. +/// The translations for Khmer Central Khmer (`km`). +class MaterialLocalizationKm extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Khmer Central Khmer. /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationHi({ - String localeName = 'hi', + const MaterialLocalizationKm({ + String localeName = 'km', @required intl.DateFormat fullYearFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @@ -5700,94 +9399,94 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName के बारे में जानकारी'; + String get aboutListTileTitleRaw => r'អំពី $applicationName'; @override - String get alertDialogLabel => r'अलर्ट'; + String get alertDialogLabel => r'ជូនដំណឹង'; @override String get anteMeridiemAbbreviation => r'AM'; @override - String get backButtonTooltip => r'वापस जाएं'; + String get backButtonTooltip => r'ថយក្រោយ'; @override - String get cancelButtonLabel => r'रद्द करें'; + String get cancelButtonLabel => r'បោះបង់'; @override - String get closeButtonLabel => r'बंद करें'; + String get closeButtonLabel => r'បិទ'; @override - String get closeButtonTooltip => r'बंद करें'; + String get closeButtonTooltip => r'បិទ'; @override - String get collapsedIconTapHint => r'बड़ा करें'; + String get collapsedIconTapHint => r'ពង្រីក'; @override - String get continueButtonLabel => r'जारी रखें'; + String get continueButtonLabel => r'បន្ត'; @override - String get copyButtonLabel => r'कॉपी करें'; + String get copyButtonLabel => r'ចម្លង'; @override - String get cutButtonLabel => r'कट करें'; + String get cutButtonLabel => r'កាត់'; @override - String get deleteButtonTooltip => r'मिटाएं'; + String get deleteButtonTooltip => r'លុប'; @override - String get dialogLabel => r'संवाद'; + String get dialogLabel => r'ប្រអប់'; @override - String get drawerLabel => r'नेविगेशन मेन्यू'; + String get drawerLabel => r'ម៉ឺនុយរុករក'; @override - String get expandedIconTapHint => r'छोटा करें'; + String get expandedIconTapHint => r'បង្រួម'; @override - String get hideAccountsLabel => r'खाते छिपाएं'; + String get hideAccountsLabel => r'លាក់គណនី'; @override - String get licensesPageTitle => r'लाइसेंस'; + String get licensesPageTitle => r'អាជ្ញាបណ្ណ'; @override - String get modalBarrierDismissLabel => r'खारिज करें'; + String get modalBarrierDismissLabel => r'ច្រាន​ចោល'; @override - String get nextMonthTooltip => r'अगला महीना'; + String get nextMonthTooltip => r'ខែ​​ក្រោយ'; @override - String get nextPageTooltip => r'अगला पेज'; + String get nextPageTooltip => r'ទំព័របន្ទាប់'; @override - String get okButtonLabel => r'ठीक है'; + String get okButtonLabel => r'យល់ព្រម'; @override - String get openAppDrawerTooltip => r'नेविगेशन मेन्यू खोलें'; + String get openAppDrawerTooltip => r'បើក​ម៉ឺនុយរុករក'; @override - String get pageRowsInfoTitleRaw => r'$rowCount का $firstRow–$lastRow'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow ក្នុង​ចំណោម​ $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$rowCount में से करीब $firstRow–$lastRow'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow ក្នុង​ចំណោម​ប្រហែល $rowCount'; @override - String get pasteButtonLabel => r'चिपकाएं'; + String get pasteButtonLabel => r'ដាក់​ចូល'; @override - String get popupMenuLabel => r'पॉपअप मेन्यू'; + String get popupMenuLabel => r'​ម៉ឺនុយ​លោត​ឡើង'; @override String get postMeridiemAbbreviation => r'PM'; @override - String get previousMonthTooltip => r'पिछला महीना'; + String get previousMonthTooltip => r'ខែមុន'; @override - String get previousPageTooltip => r'पिछला पेज'; + String get previousPageTooltip => r'ទំព័រមុន'; @override - String get refreshIndicatorSemanticLabel => r'रीफ़्रेश करें'; + String get refreshIndicatorSemanticLabel => r'ផ្ទុកឡើងវិញ'; @override String get remainingTextFieldCharacterCountFew => null; @@ -5796,10 +9495,10 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'एक वर्ण अाैर डाला जा सकता है'; + String get remainingTextFieldCharacterCountOne => r'នៅសល់​ 1 តួ​ទៀត'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount वर्ण अाैर डाले जा सकते हैं'; + String get remainingTextFieldCharacterCountOther => r'នៅសល់ $remainingCount តួ​ទៀត'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -5808,34 +9507,34 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountZero => r'TBD'; @override - String get reorderItemDown => r'नीचे ले जाएं'; + String get reorderItemDown => r'ផ្លាស់ទី​ចុះ​ក្រោម'; @override - String get reorderItemLeft => r'बाएं ले जाएं'; + String get reorderItemLeft => r'ផ្លាស់ទី​ទៅ​ឆ្វេង'; @override - String get reorderItemRight => r'दाएं ले जाएं'; + String get reorderItemRight => r'ផ្លាស់ទីទៅ​ស្តាំ'; @override - String get reorderItemToEnd => r'आखिर में ले जाएं'; + String get reorderItemToEnd => r'ផ្លាស់ទីទៅ​ចំណុចបញ្ចប់'; @override - String get reorderItemToStart => r'शुरुआत पर ले जाएं'; + String get reorderItemToStart => r'ផ្លាស់ទីទៅ​ចំណុច​ចាប់ផ្ដើម'; @override - String get reorderItemUp => r'ऊपर ले जाएं'; + String get reorderItemUp => r'ផ្លាស់ទី​ឡើង​លើ'; @override - String get rowsPerPageTitle => r'हर पेज में पंक्तियों की संख्या:'; + String get rowsPerPageTitle => r'ជួរ​ដេក​ក្នុង​មួយ​ទំព័រ៖'; @override ScriptCategory get scriptCategory => ScriptCategory.dense; @override - String get searchFieldLabel => r'खोजें'; + String get searchFieldLabel => r'ស្វែងរក'; @override - String get selectAllButtonLabel => r'सभी चुनें'; + String get selectAllButtonLabel => r'ជ្រើសរើស​ទាំង​អស់'; @override String get selectedRowCountTitleFew => null; @@ -5844,10 +9543,10 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 चीज़ चुनी गई'; + String get selectedRowCountTitleOne => r'បាន​ជ្រើស​រើស​ធាតុ 1'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount चीज़ें चुनी गईं'; + String get selectedRowCountTitleOther => r'បាន​ជ្រើស​រើស​ធាតុ $selectedRowCount'; @override String get selectedRowCountTitleTwo => null; @@ -5856,37 +9555,37 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'खाते दिखाएं'; + String get showAccountsLabel => r'បង្ហាញគណនី'; @override - String get showMenuTooltip => r'मेन्यू दिखाएं'; + String get showMenuTooltip => r'បង្ហាញ​ម៉ឺនុយ'; @override - String get signedInLabel => r'साइन इन किया हुआ है'; + String get signedInLabel => r'បានចូល​គណនី'; @override - String get tabLabelRaw => r'$tabCount का टैब $tabIndex'; + String get tabLabelRaw => r'ផ្ទាំង $tabIndex ក្នុង​ចំណោម​ $tabCount'; @override - TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @override - String get timePickerHourModeAnnouncement => r'घंटे के हिसाब से समय चुनें'; + String get timePickerHourModeAnnouncement => r'ជ្រើសរើស​ម៉ោង'; @override - String get timePickerMinuteModeAnnouncement => r'मिनट के हिसाब से समय चुनें'; + String get timePickerMinuteModeAnnouncement => r'ជ្រើសរើស​នាទី'; @override - String get viewLicensesButtonLabel => r'लाइसेंस देखें'; + String get viewLicensesButtonLabel => r'មើលអាជ្ញាបណ្ណ'; } -/// The translations for Croatian (`hr`). -class MaterialLocalizationHr extends GlobalMaterialLocalizations { - /// Create an instance of the translation bundle for Croatian. +/// The translations for Korean (`ko`). +class MaterialLocalizationKo extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Korean. /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationHr({ - String localeName = 'hr', + const MaterialLocalizationKo({ + String localeName = 'ko', @required intl.DateFormat fullYearFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @@ -5904,106 +9603,106 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'O aplikaciji $applicationName'; + String get aboutListTileTitleRaw => r'$applicationName 정보'; @override - String get alertDialogLabel => r'Upozorenje'; + String get alertDialogLabel => r'알림'; @override - String get anteMeridiemAbbreviation => r'prijepodne'; + String get anteMeridiemAbbreviation => r'오전'; @override - String get backButtonTooltip => r'Natrag'; + String get backButtonTooltip => r'뒤로'; @override - String get cancelButtonLabel => r'ODUSTANI'; + String get cancelButtonLabel => r'취소'; @override - String get closeButtonLabel => r'ZATVORI'; + String get closeButtonLabel => r'닫기'; @override - String get closeButtonTooltip => r'Zatvaranje'; + String get closeButtonTooltip => r'닫기'; @override - String get collapsedIconTapHint => r'Proširi'; + String get collapsedIconTapHint => r'펼치기'; @override - String get continueButtonLabel => r'NASTAVI'; + String get continueButtonLabel => r'계속'; @override - String get copyButtonLabel => r'KOPIRAJ'; + String get copyButtonLabel => r'복사'; @override - String get cutButtonLabel => r'IZREŽI'; + String get cutButtonLabel => r'잘라내기'; @override - String get deleteButtonTooltip => r'Brisanje'; + String get deleteButtonTooltip => r'삭제'; @override - String get dialogLabel => r'Dijalog'; + String get dialogLabel => r'대화상자'; @override - String get drawerLabel => r'Navigacijski izbornik'; + String get drawerLabel => r'탐색 메뉴'; @override - String get expandedIconTapHint => r'Sažmi'; + String get expandedIconTapHint => r'접기'; @override - String get hideAccountsLabel => r'Sakrijte račune'; + String get hideAccountsLabel => r'계정 숨기기'; @override - String get licensesPageTitle => r'Licence'; + String get licensesPageTitle => r'라이선스'; @override - String get modalBarrierDismissLabel => r'Odbaci'; + String get modalBarrierDismissLabel => r'닫기'; @override - String get nextMonthTooltip => r'Sljedeći mjesec'; + String get nextMonthTooltip => r'다음 달'; @override - String get nextPageTooltip => r'Sljedeća stranica'; + String get nextPageTooltip => r'다음 페이지'; @override - String get okButtonLabel => r'U REDU'; + String get okButtonLabel => r'확인'; @override - String get openAppDrawerTooltip => r'Otvaranje izbornika za navigaciju'; + String get openAppDrawerTooltip => r'탐색 메뉴 열기'; @override - String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow od $rowCount'; + String get pageRowsInfoTitleRaw => r'$rowCount행 중 $firstRow~$lastRow행'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow od otprilike $rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'약 $rowCount행 중 $firstRow~$lastRow행'; @override - String get pasteButtonLabel => r'ZALIJEPI'; + String get pasteButtonLabel => r'붙여넣기'; @override - String get popupMenuLabel => r'Skočni izbornik'; + String get popupMenuLabel => r'팝업 메뉴'; @override - String get postMeridiemAbbreviation => r'popodne'; + String get postMeridiemAbbreviation => r'오후'; @override - String get previousMonthTooltip => r'Prethodni mjesec'; + String get previousMonthTooltip => r'지난달'; @override - String get previousPageTooltip => r'Prethodna stranica'; + String get previousPageTooltip => r'이전 페이지'; @override - String get refreshIndicatorSemanticLabel => r'Osvježi'; + String get refreshIndicatorSemanticLabel => r'새로고침'; @override - String get remainingTextFieldCharacterCountFew => r'Preostala su $remainingCount znaka'; + String get remainingTextFieldCharacterCountFew => null; @override String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'Preostao je 1 znak'; + String get remainingTextFieldCharacterCountOne => r'1자 남음'; @override - String get remainingTextFieldCharacterCountOther => r'Preostalo je $remainingCount znakova'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount자 남음'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -6012,46 +9711,46 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountZero => r'TBD'; @override - String get reorderItemDown => r'Pomakni prema dolje'; + String get reorderItemDown => r'아래로 이동'; @override - String get reorderItemLeft => r'Pomakni ulijevo'; + String get reorderItemLeft => r'왼쪽으로 이동'; @override - String get reorderItemRight => r'Pomakni udesno'; + String get reorderItemRight => r'오른쪽으로 이동'; @override - String get reorderItemToEnd => r'Premjesti na kraj'; + String get reorderItemToEnd => r'끝으로 이동'; @override - String get reorderItemToStart => r'Premjesti na početak'; + String get reorderItemToStart => r'시작으로 이동'; @override - String get reorderItemUp => r'Pomakni prema gore'; + String get reorderItemUp => r'위로 이동'; @override - String get rowsPerPageTitle => r'Redaka po stranici:'; + String get rowsPerPageTitle => r'페이지당 행 수:'; @override - ScriptCategory get scriptCategory => ScriptCategory.englishLike; + ScriptCategory get scriptCategory => ScriptCategory.dense; @override - String get searchFieldLabel => r'Pretražite'; + String get searchFieldLabel => r'검색'; @override - String get selectAllButtonLabel => r'ODABERI SVE'; + String get selectAllButtonLabel => r'전체 선택'; @override - String get selectedRowCountTitleFew => r'Odabrane su $selectedRowCount stavke'; + String get selectedRowCountTitleFew => null; @override String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'Odabrana je jedna stavka'; + String get selectedRowCountTitleOne => r'항목 1개 선택됨'; @override - String get selectedRowCountTitleOther => r'Odabrano je $selectedRowCount stavki'; + String get selectedRowCountTitleOther => r'항목 $selectedRowCount개 선택됨'; @override String get selectedRowCountTitleTwo => null; @@ -6060,37 +9759,37 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Prikažite račune'; + String get showAccountsLabel => r'계정 표시'; @override - String get showMenuTooltip => r'Prikaz izbornika'; + String get showMenuTooltip => r'메뉴 표시'; @override - String get signedInLabel => r'Prijavljeni korisnik'; + String get signedInLabel => r'로그인됨'; @override - String get tabLabelRaw => r'Kartica $tabIndex od $tabCount'; + String get tabLabelRaw => r'탭 $tabCount개 중 $tabIndex번째'; @override - TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Odaberite sate'; + String get timePickerHourModeAnnouncement => r'시간 선택'; @override - String get timePickerMinuteModeAnnouncement => r'Odaberite minute'; + String get timePickerMinuteModeAnnouncement => r'분 선택'; @override - String get viewLicensesButtonLabel => r'PRIKAŽI LICENCE'; + String get viewLicensesButtonLabel => r'라이선스 보기'; } -/// The translations for Hungarian (`hu`). -class MaterialLocalizationHu extends GlobalMaterialLocalizations { - /// Create an instance of the translation bundle for Hungarian. +/// The translations for Kirghiz Kyrgyz (`ky`). +class MaterialLocalizationKy extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Kirghiz Kyrgyz. /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationHu({ - String localeName = 'hu', + const MaterialLocalizationKy({ + String localeName = 'ky', @required intl.DateFormat fullYearFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @@ -6108,94 +9807,94 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'A(z) $applicationName névjegye'; + String get aboutListTileTitleRaw => r'$applicationName каналы жөнүндө'; @override - String get alertDialogLabel => r'Értesítés'; + String get alertDialogLabel => r'Эскертүү'; @override - String get anteMeridiemAbbreviation => r'de.'; + String get anteMeridiemAbbreviation => r'түшкө чейин'; @override - String get backButtonTooltip => r'Vissza'; + String get backButtonTooltip => r'Артка'; @override - String get cancelButtonLabel => r'MÉGSE'; + String get cancelButtonLabel => r'ЖОККО ЧЫГАРУУ'; @override - String get closeButtonLabel => r'BEZÁRÁS'; + String get closeButtonLabel => r'ЖАБУУ'; @override - String get closeButtonTooltip => r'Bezárás'; + String get closeButtonTooltip => r'Жабуу'; @override - String get collapsedIconTapHint => r'Kibontás'; + String get collapsedIconTapHint => r'Жайып көрсөтүү'; @override - String get continueButtonLabel => r'TOVÁBB'; + String get continueButtonLabel => r'УЛАНТУУ'; @override - String get copyButtonLabel => r'MÁSOLÁS'; + String get copyButtonLabel => r'КӨЧҮРҮҮ'; @override - String get cutButtonLabel => r'KIVÁGÁS'; + String get cutButtonLabel => r'КЕСҮҮ'; @override - String get deleteButtonTooltip => r'Törlés'; + String get deleteButtonTooltip => r'Жок кылуу'; @override - String get dialogLabel => r'Párbeszédablak'; + String get dialogLabel => r'Диалог'; @override - String get drawerLabel => r'Navigációs menü'; + String get drawerLabel => r'Чабыттоо менюсу'; @override - String get expandedIconTapHint => r'Összecsukás'; + String get expandedIconTapHint => r'Жыйыштыруу'; @override - String get hideAccountsLabel => r'Fiókok elrejtése'; + String get hideAccountsLabel => r'Аккаунттарды жашыруу'; @override - String get licensesPageTitle => r'Licencek'; + String get licensesPageTitle => r'Уруксаттамалар'; @override - String get modalBarrierDismissLabel => r'Elvetés'; + String get modalBarrierDismissLabel => r'Жабуу'; @override - String get nextMonthTooltip => r'Következő hónap'; + String get nextMonthTooltip => r'Кийинки ай'; @override - String get nextPageTooltip => r'Következő oldal'; + String get nextPageTooltip => r'Кийинки бет'; @override - String get okButtonLabel => r'OK'; + String get okButtonLabel => r'Макул'; @override - String get openAppDrawerTooltip => r'Navigációs menü megnyitása'; + String get openAppDrawerTooltip => r'Чабыттоо менюсун ачуу'; @override - String get pageRowsInfoTitleRaw => r'$rowCount/$firstRow–$lastRow.'; + String get pageRowsInfoTitleRaw => r'$rowCount ичинен $firstRow–$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'Körülbelül $rowCount/$firstRow–$lastRow.'; + String get pageRowsInfoTitleApproximateRaw => r'Болжол менен $rowCount ичинен $firstRow–$lastRow'; @override - String get pasteButtonLabel => r'BEILLESZTÉS'; + String get pasteButtonLabel => r'ЧАПТОО'; @override - String get popupMenuLabel => r'Előugró menü'; + String get popupMenuLabel => r'Калкып чыгуучу меню'; @override - String get postMeridiemAbbreviation => r'du.'; + String get postMeridiemAbbreviation => r'түштөн кийин'; @override - String get previousMonthTooltip => r'Előző hónap'; + String get previousMonthTooltip => r'Мурунку ай'; @override - String get previousPageTooltip => r'Előző oldal'; + String get previousPageTooltip => r'Мурунку бет'; @override - String get refreshIndicatorSemanticLabel => r'Frissítés'; + String get refreshIndicatorSemanticLabel => r'Жаңыртуу'; @override String get remainingTextFieldCharacterCountFew => null; @@ -6204,46 +9903,46 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1 karakter maradt'; + String get remainingTextFieldCharacterCountOne => r'1 белги калды'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount karakter maradt'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount белги калды'; @override String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => null; @override - String get reorderItemDown => r'Áthelyezés lefelé'; + String get reorderItemDown => r'Төмөн жылдыруу'; @override - String get reorderItemLeft => r'Áthelyezés balra'; + String get reorderItemLeft => r'Солго жылдыруу'; @override - String get reorderItemRight => r'Áthelyezés jobbra'; + String get reorderItemRight => r'Оңго жылдыруу'; @override - String get reorderItemToEnd => r'Áthelyezés a végére'; + String get reorderItemToEnd => r'Аягына жылдыруу'; @override - String get reorderItemToStart => r'Áthelyezés az elejére'; + String get reorderItemToStart => r'Башына жылдыруу'; @override - String get reorderItemUp => r'Áthelyezés felfelé'; + String get reorderItemUp => r'Жогору жылдыруу'; @override - String get rowsPerPageTitle => r'Oldalankénti sorszám:'; + String get rowsPerPageTitle => r'Бир бетте көрсөтүлүүчү саптардын саны:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Keresés'; + String get searchFieldLabel => r'Издөө'; @override - String get selectAllButtonLabel => r'AZ ÖSSZES KIJELÖLÉSE'; + String get selectAllButtonLabel => r'БААРЫН ТАНДОО'; @override String get selectedRowCountTitleFew => null; @@ -6252,10 +9951,10 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 elem kiválasztva'; + String get selectedRowCountTitleOne => r'1 нерсе тандалды'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount elem kiválasztva'; + String get selectedRowCountTitleOther => r'$selectedRowCount нерсе тандалды'; @override String get selectedRowCountTitleTwo => null; @@ -6264,37 +9963,37 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Fiókok megjelenítése'; + String get showAccountsLabel => r'Аккаунттарды көрсөтүү'; @override - String get showMenuTooltip => r'Menü megjelenítése'; + String get showMenuTooltip => r'Менюну көрсөтүү'; @override - String get signedInLabel => r'Bejelentkezve'; + String get signedInLabel => r'Аккаунтуңузга кирдиңиз'; @override - String get tabLabelRaw => r'$tabCount/$tabIndex. lap'; + String get tabLabelRaw => r'$tabCount кыналма ичинен $tabIndex'; @override - TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Óra kiválasztása'; + String get timePickerHourModeAnnouncement => r'Саатты тандаңыз'; @override - String get timePickerMinuteModeAnnouncement => r'Perc kiválasztása'; + String get timePickerMinuteModeAnnouncement => r'Мүнөттөрдү тандаңыз'; @override - String get viewLicensesButtonLabel => r'LICENCEK MEGTEKINTÉSE'; + String get viewLicensesButtonLabel => r'УРУКСАТТАМАЛАРДЫ КӨРҮҮ'; } -/// The translations for Armenian (`hy`). -class MaterialLocalizationHy extends GlobalMaterialLocalizations { - /// Create an instance of the translation bundle for Armenian. +/// The translations for Lao (`lo`). +class MaterialLocalizationLo extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Lao. /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationHy({ - String localeName = 'hy', + const MaterialLocalizationLo({ + String localeName = 'lo', @required intl.DateFormat fullYearFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @@ -6312,193 +10011,193 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName հավելվածի մասին'; + String get aboutListTileTitleRaw => r'ກ່ຽວກັບ $applicationName'; @override - String get alertDialogLabel => r'Ծանուցում'; + String get alertDialogLabel => r'ການເຕືອນ'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => r'ກ່ອນທ່ຽງ'; @override - String get backButtonTooltip => r'Հետ'; + String get backButtonTooltip => r'ກັບຄືນ'; @override - String get cancelButtonLabel => r'ՉԵՂԱՐԿԵԼ'; + String get cancelButtonLabel => r'ຍົກເລີກ'; @override - String get closeButtonLabel => r'ՓԱԿԵԼ'; + String get closeButtonLabel => r'ປິດ'; @override - String get closeButtonTooltip => r'Փակել'; + String get closeButtonTooltip => r'ປິດ'; @override - String get collapsedIconTapHint => r'Ծավալել'; + String get collapsedIconTapHint => r'ຂະຫຍາຍ'; @override - String get continueButtonLabel => r'ՇԱՐՈՒՆԱԿԵԼ'; + String get continueButtonLabel => r'ສືບຕໍ່'; @override - String get copyButtonLabel => r'ՊԱՏՃԵՆԵԼ'; + String get copyButtonLabel => r'ສຳເນົາ'; @override - String get cutButtonLabel => r'ԿՏՐԵԼ'; + String get cutButtonLabel => r'ຕັດ'; @override - String get deleteButtonTooltip => r'Ջնջել'; + String get deleteButtonTooltip => r'ລຶບ'; @override - String get dialogLabel => r'Երկխոսության պատուհան'; + String get dialogLabel => r'ຂໍ້ຄວາມ'; @override - String get drawerLabel => r'Նավարկման ընտրացանկ'; + String get drawerLabel => r'ເມນູນຳທາງ'; @override - String get expandedIconTapHint => r'Ծալել'; + String get expandedIconTapHint => r'ຫຍໍ້ເຂົ້າ'; @override - String get hideAccountsLabel => r'Թաքցնել հաշիվները'; + String get hideAccountsLabel => r'ເຊື່ອງບັນຊີ'; @override - String get licensesPageTitle => r'Արտոնագրեր'; + String get licensesPageTitle => r'ໃບອະນຸຍາດ'; @override - String get modalBarrierDismissLabel => r'Փակել'; + String get modalBarrierDismissLabel => r'ປິດໄວ້'; @override - String get nextMonthTooltip => r'Հաջորդ ամիս'; + String get nextMonthTooltip => r'ເດືອນໜ້າ'; @override - String get nextPageTooltip => r'Հաջորդ էջ'; + String get nextPageTooltip => r'ໜ້າຕໍ່ໄປ'; @override - String get okButtonLabel => r'Եղավ'; + String get okButtonLabel => r'ຕົກລົງ'; @override - String get openAppDrawerTooltip => r'Բացել նավարկման ընտրացանկը'; + String get openAppDrawerTooltip => r'ເປີດເມນູການນຳທາງ'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow $rowCount-ից'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow ຈາກທັງໝົດ $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow մոտավորապես $rowCount-ից'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow ຈາກປະມານ $rowCount'; @override - String get pasteButtonLabel => r'ՏԵՂԱԴՐԵԼ'; + String get pasteButtonLabel => r'ວາງ'; @override - String get popupMenuLabel => r'Ելնող ընտրացանկ'; + String get popupMenuLabel => r'ເມນູປັອບອັບ'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => r'ຫຼັງທ່ຽງ'; @override - String get previousMonthTooltip => r'Նախորդ ամիս'; + String get previousMonthTooltip => r'ເດືອນແລ້ວ'; @override - String get previousPageTooltip => r'Նախորդ էջ'; + String get previousPageTooltip => r'ໜ້າກ່ອນໜ້າ'; @override - String get refreshIndicatorSemanticLabel => r'Թարմացնել'; + String get refreshIndicatorSemanticLabel => r'ໂຫຼດຄືນໃໝ່'; @override - String get remainingTextFieldCharacterCountFew => r'Մնաց $remainingCount նիշ'; + String get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => r'Մնաց $remainingCount նիշ'; + String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'Մնացել է 1 նիշ'; + String get remainingTextFieldCharacterCountOne => r'ຍັງອີກ 1 ຕົວອັກສອນ'; @override - String get remainingTextFieldCharacterCountOther => r'Մնացել է $remainingCount նիշ'; + String get remainingTextFieldCharacterCountOther => r'ຍັງອີກ $remainingCount ຕົວອັກສອນ'; @override String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'Նիշի հնարավորություն չկա'; + String get remainingTextFieldCharacterCountZero => null; @override - String get reorderItemDown => r'Տեղափոխել ներքև'; + String get reorderItemDown => r'ຍ້າຍລົງ'; @override - String get reorderItemLeft => r'Տեղափոխել ձախ'; + String get reorderItemLeft => r'ຍ້າຍໄປຊ້າຍ'; @override - String get reorderItemRight => r'Տեղափոխել աջ'; + String get reorderItemRight => r'ຍ້າຍໄປຂວາ'; @override - String get reorderItemToEnd => r'Տեղափոխել վերջ'; + String get reorderItemToEnd => r'ຍ້າຍໄປສິ້ນສຸດ'; @override - String get reorderItemToStart => r'Տեղափոխել սկիզբ'; + String get reorderItemToStart => r'ຍ້າຍໄປເລີ່ມຕົ້ນ'; @override - String get reorderItemUp => r'Տեղափոխել վերև'; + String get reorderItemUp => r'ຍ້າຍຂຶ້ນ'; @override - String get rowsPerPageTitle => r'Մեկ էջի տողերը՝'; + String get rowsPerPageTitle => r'ແຖວຕໍ່ໜ້າ:'; @override - ScriptCategory get scriptCategory => ScriptCategory.englishLike; + ScriptCategory get scriptCategory => ScriptCategory.tall; @override - String get searchFieldLabel => r'Որոնել'; + String get searchFieldLabel => r'ຊອກຫາ'; @override - String get selectAllButtonLabel => r'ՆՇԵԼ ԲՈԼՈՐԸ'; + String get selectAllButtonLabel => r'ເລືອກທັງໝົດ'; @override - String get selectedRowCountTitleFew => r'Ընտրված է $selectedRowCount օբյեկտ'; + String get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => r'Ընտրված է $selectedRowCount օբյեկտ'; + String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'Ընտրվել է 1 տարր'; + String get selectedRowCountTitleOne => r'ເລືອກ 1 ລາຍການແລ້ວ'; @override - String get selectedRowCountTitleOther => r'Ընտրվել է $selectedRowCount տարր'; + String get selectedRowCountTitleOther => r'ເລືອກ $selectedRowCount ລາຍການແລ້ວ'; @override String get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => r'Տողերը ընտրված չեն'; + String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Ցույց տալ հաշիվները'; + String get showAccountsLabel => r'ສະແດງບັນຊີ'; @override - String get showMenuTooltip => r'Ցույց տալ ընտրացանկը'; + String get showMenuTooltip => r'ສະແດງເມນູ'; @override - String get signedInLabel => r'Դուք մուտք եք գործել'; + String get signedInLabel => r'ເຂົ້າສູ່ລະບົບແລ້ວ'; @override - String get tabLabelRaw => r'Ներդիր $tabIndex՝ $tabCount-ից'; + String get tabLabelRaw => r'ແຖບທີ $tabIndex ຈາກທັງໝົດ $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Ընտրեք ժամը'; + String get timePickerHourModeAnnouncement => r'ເລືອກໂມງ'; @override - String get timePickerMinuteModeAnnouncement => r'Ընտրեք րոպեները'; + String get timePickerMinuteModeAnnouncement => r'ເລືອກນາທີ'; @override - String get viewLicensesButtonLabel => r'ԴԻՏԵԼ ԱՐՏՈՆԱԳՐԵՐԸ'; + String get viewLicensesButtonLabel => r'ເບິ່ງໃບອະນຸຍາດ'; } -/// The translations for Indonesian (`id`). -class MaterialLocalizationId extends GlobalMaterialLocalizations { - /// Create an instance of the translation bundle for Indonesian. +/// The translations for Lithuanian (`lt`). +class MaterialLocalizationLt extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Lithuanian. /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationId({ - String localeName = 'id', + const MaterialLocalizationLt({ + String localeName = 'lt', @required intl.DateFormat fullYearFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @@ -6516,106 +10215,106 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Tentang $applicationName'; + String get aboutListTileTitleRaw => r'Apie „$applicationName“'; @override - String get alertDialogLabel => r'Notifikasi'; + String get alertDialogLabel => r'Įspėjimas'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => r'priešpiet'; @override - String get backButtonTooltip => r'Kembali'; + String get backButtonTooltip => r'Atgal'; @override - String get cancelButtonLabel => r'BATAL'; + String get cancelButtonLabel => r'ATŠAUKTI'; @override - String get closeButtonLabel => r'TUTUP'; + String get closeButtonLabel => r'UŽDARYTI'; @override - String get closeButtonTooltip => r'Tutup'; + String get closeButtonTooltip => r'Uždaryti'; @override - String get collapsedIconTapHint => r'Luaskan'; + String get collapsedIconTapHint => r'Išskleisti'; @override - String get continueButtonLabel => r'LANJUTKAN'; + String get continueButtonLabel => r'TĘSTI'; @override - String get copyButtonLabel => r'SALIN'; + String get copyButtonLabel => r'KOPIJUOTI'; @override - String get cutButtonLabel => r'POTONG'; + String get cutButtonLabel => r'IŠKIRPTI'; @override - String get deleteButtonTooltip => r'Hapus'; + String get deleteButtonTooltip => r'Ištrinti'; @override - String get dialogLabel => r'Dialog'; + String get dialogLabel => r'Dialogo langas'; @override - String get drawerLabel => r'Menu navigasi'; + String get drawerLabel => r'Naršymo meniu'; @override - String get expandedIconTapHint => r'Ciutkan'; + String get expandedIconTapHint => r'Sutraukti'; @override - String get hideAccountsLabel => r'Sembunyikan akun'; + String get hideAccountsLabel => r'Slėpti paskyras'; @override - String get licensesPageTitle => r'Lisensi'; + String get licensesPageTitle => r'Licencijos'; @override - String get modalBarrierDismissLabel => r'Tutup'; + String get modalBarrierDismissLabel => r'Atsisakyti'; @override - String get nextMonthTooltip => r'Bulan berikutnya'; + String get nextMonthTooltip => r'Kitas mėnuo'; @override - String get nextPageTooltip => r'Halaman berikutnya'; + String get nextPageTooltip => r'Kitas puslapis'; @override - String get okButtonLabel => r'OKE'; + String get okButtonLabel => r'GERAI'; @override - String get openAppDrawerTooltip => r'Buka menu navigasi'; + String get openAppDrawerTooltip => r'Atidaryti naršymo meniu'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow dari $rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow iš $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow dari kira-kira $rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow iš maždaug $rowCount'; @override - String get pasteButtonLabel => r'TEMPEL'; + String get pasteButtonLabel => r'ĮKLIJUOTI'; @override - String get popupMenuLabel => r'Menu pop-up'; + String get popupMenuLabel => r'Iššokantysis meniu'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => r'popiet'; @override - String get previousMonthTooltip => r'Bulan sebelumnya'; + String get previousMonthTooltip => r'Ankstesnis mėnuo'; @override - String get previousPageTooltip => r'Halaman sebelumnya'; + String get previousPageTooltip => r'Ankstesnis puslapis'; @override - String get refreshIndicatorSemanticLabel => r'Memuat ulang'; + String get refreshIndicatorSemanticLabel => r'Atnaujinti'; @override - String get remainingTextFieldCharacterCountFew => null; + String get remainingTextFieldCharacterCountFew => r'Liko $remainingCount simboliai'; @override - String get remainingTextFieldCharacterCountMany => null; + String get remainingTextFieldCharacterCountMany => r'Liko $remainingCount simbolio'; @override - String get remainingTextFieldCharacterCountOne => r'Sisa 1 karakter'; + String get remainingTextFieldCharacterCountOne => r'Liko 1 simbolis'; @override - String get remainingTextFieldCharacterCountOther => r'Sisa $remainingCount karakter'; + String get remainingTextFieldCharacterCountOther => r'Liko $remainingCount simbolių'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -6624,46 +10323,46 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountZero => r'TBD'; @override - String get reorderItemDown => r'Turunkan'; + String get reorderItemDown => r'Perkelti žemyn'; @override - String get reorderItemLeft => r'Pindahkan ke kiri'; + String get reorderItemLeft => r'Perkelti kairėn'; @override - String get reorderItemRight => r'Pindahkan ke kanan'; + String get reorderItemRight => r'Perkelti dešinėn'; @override - String get reorderItemToEnd => r'Pindahkan ke akhir'; + String get reorderItemToEnd => r'Perkelti į pabaigą'; @override - String get reorderItemToStart => r'Pindahkan ke awal'; + String get reorderItemToStart => r'Perkelti į pradžią'; @override - String get reorderItemUp => r'Naikkan'; + String get reorderItemUp => r'Perkelti aukštyn'; @override - String get rowsPerPageTitle => r'Baris per halaman:'; + String get rowsPerPageTitle => r'Eilučių puslapyje:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Telusuri'; + String get searchFieldLabel => r'Paieška'; @override - String get selectAllButtonLabel => r'PILIH SEMUA'; + String get selectAllButtonLabel => r'PASIRINKTI VISKĄ'; @override - String get selectedRowCountTitleFew => null; + String get selectedRowCountTitleFew => r'Pasirinkti $selectedRowCount elementai'; @override - String get selectedRowCountTitleMany => null; + String get selectedRowCountTitleMany => r'Pasirinkta $selectedRowCount elemento'; @override - String get selectedRowCountTitleOne => r'1 item dipilih'; + String get selectedRowCountTitleOne => r'Pasirinktas 1 elementas'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount item dipilih'; + String get selectedRowCountTitleOther => r'Pasirinkta $selectedRowCount elementų'; @override String get selectedRowCountTitleTwo => null; @@ -6672,37 +10371,37 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Tampilkan akun'; + String get showAccountsLabel => r'Rodyti paskyras'; @override - String get showMenuTooltip => r'Tampilkan menu'; + String get showMenuTooltip => r'Rodyti meniu'; @override - String get signedInLabel => r'Telah login'; + String get signedInLabel => r'Prisijungta'; @override - String get tabLabelRaw => r'Tab $tabIndex dari $tabCount'; + String get tabLabelRaw => r'$tabIndex skirtukas iš $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Pilih jam'; + String get timePickerHourModeAnnouncement => r'Pasirinkite valandas'; @override - String get timePickerMinuteModeAnnouncement => r'Pilih menit'; + String get timePickerMinuteModeAnnouncement => r'Pasirinkite minutes'; @override - String get viewLicensesButtonLabel => r'LIHAT LISENSI'; + String get viewLicensesButtonLabel => r'PERŽIŪRĖTI LICENCIJAS'; } -/// The translations for Italian (`it`). -class MaterialLocalizationIt extends GlobalMaterialLocalizations { - /// Create an instance of the translation bundle for Italian. +/// The translations for Latvian (`lv`). +class MaterialLocalizationLv extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Latvian. /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationIt({ - String localeName = 'it', + const MaterialLocalizationLv({ + String localeName = 'lv', @required intl.DateFormat fullYearFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @@ -6720,94 +10419,94 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Informazioni su $applicationName'; + String get aboutListTileTitleRaw => r'Par $applicationName'; @override - String get alertDialogLabel => r'Avviso'; + String get alertDialogLabel => r'Brīdinājums'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => r'priekšpusdienā'; @override - String get backButtonTooltip => r'Indietro'; + String get backButtonTooltip => r'Atpakaļ'; @override - String get cancelButtonLabel => r'ANNULLA'; + String get cancelButtonLabel => r'ATCELT'; @override - String get closeButtonLabel => r'CHIUDI'; + String get closeButtonLabel => r'AIZVĒRT'; @override - String get closeButtonTooltip => r'Chiudi'; + String get closeButtonTooltip => r'Aizvērt'; @override - String get collapsedIconTapHint => r'Espandi'; + String get collapsedIconTapHint => r'Izvērst'; @override - String get continueButtonLabel => r'CONTINUA'; + String get continueButtonLabel => r'TURPINĀT'; @override - String get copyButtonLabel => r'COPIA'; + String get copyButtonLabel => r'KOPĒT'; @override - String get cutButtonLabel => r'TAGLIA'; + String get cutButtonLabel => r'IZGRIEZT'; @override - String get deleteButtonTooltip => r'Elimina'; + String get deleteButtonTooltip => r'Dzēst'; @override - String get dialogLabel => r'Finestra di dialogo'; + String get dialogLabel => r'Dialoglodziņš'; @override - String get drawerLabel => r'Menu di navigazione'; + String get drawerLabel => r'Navigācijas izvēlne'; @override - String get expandedIconTapHint => r'Comprimi'; + String get expandedIconTapHint => r'Sakļaut'; @override - String get hideAccountsLabel => r'Nascondi account'; + String get hideAccountsLabel => r'Slēpt kontus'; @override - String get licensesPageTitle => r'Licenze'; + String get licensesPageTitle => r'Licences'; @override - String get modalBarrierDismissLabel => r'Ignora'; + String get modalBarrierDismissLabel => r'Nerādīt'; @override - String get nextMonthTooltip => r'Mese successivo'; + String get nextMonthTooltip => r'Nākamais mēnesis'; @override - String get nextPageTooltip => r'Pagina successiva'; + String get nextPageTooltip => r'Nākamā lapa'; @override - String get okButtonLabel => r'OK'; + String get okButtonLabel => r'LABI'; @override - String get openAppDrawerTooltip => r'Apri il menu di navigazione'; + String get openAppDrawerTooltip => r'Atvērt navigācijas izvēlni'; @override - String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow di $rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow.–$lastRow. no $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow di circa $rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow.–$lastRow. no aptuveni $rowCount'; @override - String get pasteButtonLabel => r'INCOLLA'; + String get pasteButtonLabel => r'IELĪMĒT'; @override - String get popupMenuLabel => r'Menu popup'; + String get popupMenuLabel => r'Uznirstošā izvēlne'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => r'pēcpusdienā'; @override - String get previousMonthTooltip => r'Mese precedente'; + String get previousMonthTooltip => r'Iepriekšējais mēnesis'; @override - String get previousPageTooltip => r'Pagina precedente'; + String get previousPageTooltip => r'Iepriekšējā lapa'; @override - String get refreshIndicatorSemanticLabel => r'Aggiorna'; + String get refreshIndicatorSemanticLabel => r'Atsvaidzināt'; @override String get remainingTextFieldCharacterCountFew => null; @@ -6816,46 +10515,46 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1 carattere rimanente'; + String get remainingTextFieldCharacterCountOne => r'Atlikusi 1 rakstzīme.'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount caratteri rimanenti'; + String get remainingTextFieldCharacterCountOther => r'Atlikušas $remainingCount rakstzīmes.'; @override String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => r'Nav atlikusi neviena rakstzīme.'; @override - String get reorderItemDown => r'Sposta giù'; + String get reorderItemDown => r'Pārvietot uz leju'; @override - String get reorderItemLeft => r'Sposta a sinistra'; + String get reorderItemLeft => r'Pārvietot pa kreisi'; @override - String get reorderItemRight => r'Sposta a destra'; + String get reorderItemRight => r'Pārvietot pa labi'; @override - String get reorderItemToEnd => r'Sposta alla fine'; + String get reorderItemToEnd => r'Pārvietot uz beigām'; @override - String get reorderItemToStart => r'Sposta all' "'" r'inizio'; + String get reorderItemToStart => r'Pārvietot uz sākumu'; @override - String get reorderItemUp => r'Sposta su'; + String get reorderItemUp => r'Pārvietot uz augšu'; @override - String get rowsPerPageTitle => r'Righe per pagina:'; + String get rowsPerPageTitle => r'Rindas lapā:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Cerca'; + String get searchFieldLabel => r'Meklēt'; @override - String get selectAllButtonLabel => r'SELEZIONA TUTTO'; + String get selectAllButtonLabel => r'ATLASĪT VISU'; @override String get selectedRowCountTitleFew => null; @@ -6864,49 +10563,49 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 elemento selezionato'; + String get selectedRowCountTitleOne => r'Atlasīts 1 vienums'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount elementi selezionati'; + String get selectedRowCountTitleOther => r'Atlasīti $selectedRowCount vienumi'; @override String get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String get selectedRowCountTitleZero => r'Nav atlasītu vienumu'; @override - String get showAccountsLabel => r'Mostra account'; + String get showAccountsLabel => r'Rādīt kontus'; @override - String get showMenuTooltip => r'Mostra il menu'; + String get showMenuTooltip => r'Rādīt izvēlni'; @override - String get signedInLabel => r'Connesso'; + String get signedInLabel => r'Esat pierakstījies'; @override - String get tabLabelRaw => r'Scheda $tabIndex di $tabCount'; + String get tabLabelRaw => r'$tabIndex. cilne no $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Seleziona le ore'; + String get timePickerHourModeAnnouncement => r'Atlasiet stundas'; @override - String get timePickerMinuteModeAnnouncement => r'Seleziona i minuti'; + String get timePickerMinuteModeAnnouncement => r'Atlasiet minūtes'; @override - String get viewLicensesButtonLabel => r'VISUALIZZA LICENZE'; + String get viewLicensesButtonLabel => r'SKATĪT LICENCES'; } -/// The translations for Japanese (`ja`). -class MaterialLocalizationJa extends GlobalMaterialLocalizations { - /// Create an instance of the translation bundle for Japanese. +/// The translations for Macedonian (`mk`). +class MaterialLocalizationMk extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Macedonian. /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationJa({ - String localeName = 'ja', + const MaterialLocalizationMk({ + String localeName = 'mk', @required intl.DateFormat fullYearFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @@ -6924,94 +10623,94 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName について'; + String get aboutListTileTitleRaw => r'За $applicationName'; @override - String get alertDialogLabel => r'通知'; + String get alertDialogLabel => r'Предупредување'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => r'ПРЕТПЛАДНЕ'; @override - String get backButtonTooltip => r'戻る'; + String get backButtonTooltip => r'Назад'; @override - String get cancelButtonLabel => r'キャンセル'; + String get cancelButtonLabel => r'ОТКАЖИ'; @override - String get closeButtonLabel => r'閉じる'; + String get closeButtonLabel => r'ЗАТВОРИ'; @override - String get closeButtonTooltip => r'閉じる'; + String get closeButtonTooltip => r'Затвори'; @override - String get collapsedIconTapHint => r'展開'; + String get collapsedIconTapHint => r'Прошири'; @override - String get continueButtonLabel => r'続行'; + String get continueButtonLabel => r'ПРОДОЛЖИ'; @override - String get copyButtonLabel => r'コピー'; + String get copyButtonLabel => r'КОПИРАЈ'; @override - String get cutButtonLabel => r'切り取り'; + String get cutButtonLabel => r'ИСЕЧИ'; @override - String get deleteButtonTooltip => r'削除'; + String get deleteButtonTooltip => r'Избриши'; @override - String get dialogLabel => r'ダイアログ'; + String get dialogLabel => r'Дијалог'; @override - String get drawerLabel => r'ナビゲーション メニュー'; + String get drawerLabel => r'Мени за навигација'; @override - String get expandedIconTapHint => r'折りたたむ'; + String get expandedIconTapHint => r'Собери'; @override - String get hideAccountsLabel => r'アカウントを非表示'; + String get hideAccountsLabel => r'Сокриј сметки'; @override - String get licensesPageTitle => r'ライセンス'; + String get licensesPageTitle => r'Лиценци'; @override - String get modalBarrierDismissLabel => r'閉じる'; + String get modalBarrierDismissLabel => r'Отфрли'; @override - String get nextMonthTooltip => r'来月'; + String get nextMonthTooltip => r'Следниот месец'; @override - String get nextPageTooltip => r'次のページ'; + String get nextPageTooltip => r'Следна страница'; @override - String get okButtonLabel => r'OK'; + String get okButtonLabel => r'Во ред'; @override - String get openAppDrawerTooltip => r'ナビゲーション メニューを開く'; + String get openAppDrawerTooltip => r'Отворете го менито за навигација'; @override - String get pageRowsInfoTitleRaw => r'$firstRow - $lastRow 行(合計 $rowCount 行)'; + String get pageRowsInfoTitleRaw => r'$firstRow - $lastRow од $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow 行(合計約 $rowCount 行)'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow - $lastRow од приближно $rowCount'; @override - String get pasteButtonLabel => r'貼り付け'; + String get pasteButtonLabel => r'ЗАЛЕПИ'; @override - String get popupMenuLabel => r'ポップアップ メニュー'; + String get popupMenuLabel => r'Скокачко мени'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => r'ПОПЛАДНЕ'; @override - String get previousMonthTooltip => r'前月'; + String get previousMonthTooltip => r'Претходниот месец'; @override - String get previousPageTooltip => r'前のページ'; + String get previousPageTooltip => r'Претходна страница'; @override - String get refreshIndicatorSemanticLabel => r'更新'; + String get refreshIndicatorSemanticLabel => r'Освежи'; @override String get remainingTextFieldCharacterCountFew => null; @@ -7020,46 +10719,46 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'残り 1 文字(半角相当)'; + String get remainingTextFieldCharacterCountOne => r'Преостанува уште 1 знак'; @override - String get remainingTextFieldCharacterCountOther => r'残り $remainingCount 文字(半角相当)'; + String get remainingTextFieldCharacterCountOther => r'Преостануваат уште $remainingCount знаци'; @override String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => null; @override - String get reorderItemDown => r'下に移動'; + String get reorderItemDown => r'Преместете надолу'; @override - String get reorderItemLeft => r'左に移動'; + String get reorderItemLeft => r'Преместете налево'; @override - String get reorderItemRight => r'右に移動'; + String get reorderItemRight => r'Преместете надесно'; @override - String get reorderItemToEnd => r'最後に移動'; + String get reorderItemToEnd => r'Преместете на крајот'; @override - String get reorderItemToStart => r'先頭に移動'; + String get reorderItemToStart => r'Преместете на почеток'; @override - String get reorderItemUp => r'上に移動'; + String get reorderItemUp => r'Преместете нагоре'; @override - String get rowsPerPageTitle => r'ページあたりの行数:'; + String get rowsPerPageTitle => r'Редови на страница:'; @override - ScriptCategory get scriptCategory => ScriptCategory.dense; + ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'検索'; + String get searchFieldLabel => r'Пребарувајте'; @override - String get selectAllButtonLabel => r'すべて選択'; + String get selectAllButtonLabel => r'ИЗБЕРИ ГИ СИТЕ'; @override String get selectedRowCountTitleFew => null; @@ -7068,10 +10767,10 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 件のアイテムを選択中'; + String get selectedRowCountTitleOne => r'Избрана е 1 ставка'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount 件のアイテムを選択中'; + String get selectedRowCountTitleOther => r'Избрани се $selectedRowCount ставки'; @override String get selectedRowCountTitleTwo => null; @@ -7080,37 +10779,37 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'アカウントを表示'; + String get showAccountsLabel => r'Прикажи сметки'; @override - String get showMenuTooltip => r'メニューを表示'; + String get showMenuTooltip => r'Прикажи мени'; @override - String get signedInLabel => r'ログイン中'; + String get signedInLabel => r'Најавени сте'; @override - String get tabLabelRaw => r'タブ: $tabIndex/$tabCount'; + String get tabLabelRaw => r'Картичка $tabIndex од $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'時間を選択'; + String get timePickerHourModeAnnouncement => r'Изберете часови'; @override - String get timePickerMinuteModeAnnouncement => r'分を選択'; + String get timePickerMinuteModeAnnouncement => r'Изберете минути'; @override - String get viewLicensesButtonLabel => r'ライセンスを表示'; + String get viewLicensesButtonLabel => r'ПРИКАЖИ ЛИЦЕНЦИ'; } -/// The translations for Kazakh (`kk`). -class MaterialLocalizationKk extends GlobalMaterialLocalizations { - /// Create an instance of the translation bundle for Kazakh. +/// The translations for Malayalam (`ml`). +class MaterialLocalizationMl extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Malayalam. /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationKk({ - String localeName = 'kk', + const MaterialLocalizationMl({ + String localeName = 'ml', @required intl.DateFormat fullYearFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @@ -7128,94 +10827,94 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName туралы'; + String get aboutListTileTitleRaw => r'$applicationName എന്നതിനെക്കുറിച്ച്'; @override - String get alertDialogLabel => r'Дабыл'; + String get alertDialogLabel => r'മുന്നറിയിപ്പ്'; @override - String get anteMeridiemAbbreviation => r'түстен кейін'; + String get anteMeridiemAbbreviation => r'AM'; @override - String get backButtonTooltip => r'Артқа'; + String get backButtonTooltip => r'മടങ്ങുക'; @override - String get cancelButtonLabel => r'БАС ТАРТУ'; + String get cancelButtonLabel => r'റദ്ദാക്കുക'; @override - String get closeButtonLabel => r'ЖАБУ'; + String get closeButtonLabel => r'അടയ്‌ക്കുക'; @override - String get closeButtonTooltip => r'Жабу'; + String get closeButtonTooltip => r'അടയ്‌ക്കുക'; @override - String get collapsedIconTapHint => r'Жаю'; + String get collapsedIconTapHint => r'വികസിപ്പിക്കുക'; @override - String get continueButtonLabel => r'ЖАЛҒАСТЫРУ'; + String get continueButtonLabel => r'തുടരുക'; @override - String get copyButtonLabel => r'КӨШІРУ'; + String get copyButtonLabel => r'പകർത്തുക'; @override - String get cutButtonLabel => r'ҚИЮ'; + String get cutButtonLabel => r'മുറിക്കുക'; @override - String get deleteButtonTooltip => r'Жою'; + String get deleteButtonTooltip => r'ഇല്ലാതാക്കുക'; @override - String get dialogLabel => r'Диалогтық терезе'; + String get dialogLabel => r'ഡയലോഗ്'; @override - String get drawerLabel => r'Навигация мәзірі'; + String get drawerLabel => r'നാവിഗേഷൻ മെനു'; @override - String get expandedIconTapHint => r'Жию'; + String get expandedIconTapHint => r'ചുരുക്കുക'; @override - String get hideAccountsLabel => r'Есептік жазбаларды жасыру'; + String get hideAccountsLabel => r'അക്കൗണ്ടുകൾ മറയ്‌ക്കുക'; @override - String get licensesPageTitle => r'Лицензиялар'; + String get licensesPageTitle => r'ലൈസൻസുകൾ'; @override - String get modalBarrierDismissLabel => r'Жабу'; + String get modalBarrierDismissLabel => r'നിരസിക്കുക'; @override - String get nextMonthTooltip => r'Келесі ай'; + String get nextMonthTooltip => r'അടുത്ത മാസം'; @override - String get nextPageTooltip => r'Келесі бет'; + String get nextPageTooltip => r'അടുത്ത പേജ്'; @override - String get okButtonLabel => r'Иә'; + String get okButtonLabel => r'ശരി'; @override - String get openAppDrawerTooltip => r'Навигация мәзірін ашу'; + String get openAppDrawerTooltip => r'നാവിഗേഷൻ മെനു തുറക്കുക'; @override - String get pageRowsInfoTitleRaw => r'$rowCount ішінен $firstRow–$lastRow'; + String get pageRowsInfoTitleRaw => r'$rowCount-ൽ $firstRow –$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'Шамамен $rowCount ішінен $firstRow–$lastRow'; + String get pageRowsInfoTitleApproximateRaw => r'ഏകദേശം $rowCount-ൽ $firstRow –$lastRow'; @override - String get pasteButtonLabel => r'ҚОЮ'; + String get pasteButtonLabel => r'ഒട്ടിക്കുക'; @override - String get popupMenuLabel => r'Қалқымалы терезе мәзірі'; + String get popupMenuLabel => r'പോപ്പ് അപ്പ് മെനു'; @override - String get postMeridiemAbbreviation => r'түстен кейін'; + String get postMeridiemAbbreviation => r'PM'; @override - String get previousMonthTooltip => r'Өткен ай'; + String get previousMonthTooltip => r'മുമ്പത്തെ മാസം'; @override - String get previousPageTooltip => r'Алдыңғы бет'; + String get previousPageTooltip => r'മുമ്പത്തെ പേജ്'; @override - String get refreshIndicatorSemanticLabel => r'Жаңарту'; + String get refreshIndicatorSemanticLabel => r'പുതുക്കിയെടുക്കുക'; @override String get remainingTextFieldCharacterCountFew => null; @@ -7224,46 +10923,46 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1 таңба қалды.'; + String get remainingTextFieldCharacterCountOne => r'ഒരു പ്രതീകം ശേഷിക്കുന്നു'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount таңба қалды.'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount പ്രതീകങ്ങൾ ശേഷിക്കുന്നു'; @override String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'Таңбалар қалмады'; + String get remainingTextFieldCharacterCountZero => null; @override - String get reorderItemDown => r'Төменге жылжыту'; + String get reorderItemDown => r'താഴോട്ട് നീക്കുക'; @override - String get reorderItemLeft => r'Солға жылжыту'; + String get reorderItemLeft => r'ഇടത്തോട്ട് നീക്കുക'; @override - String get reorderItemRight => r'Оңға жылжыту'; + String get reorderItemRight => r'വലത്തോട്ട് നീക്കുക'; @override - String get reorderItemToEnd => r'Соңына өту'; + String get reorderItemToEnd => r'അവസാന ഭാഗത്തേക്ക് പോവുക'; @override - String get reorderItemToStart => r'Басына өту'; + String get reorderItemToStart => r'തുടക്കത്തിലേക്ക് പോവുക'; @override - String get reorderItemUp => r'Жоғарыға жылжыту'; + String get reorderItemUp => r'മുകളിലോട്ട് നീക്കുക'; @override - String get rowsPerPageTitle => r'Әр беттегі жолдар саны:'; + String get rowsPerPageTitle => r'ഓരോ പേജിലുമുള്ള വരികൾ:'; @override - ScriptCategory get scriptCategory => ScriptCategory.englishLike; + ScriptCategory get scriptCategory => ScriptCategory.tall; @override - String get searchFieldLabel => r'Іздеу'; + String get searchFieldLabel => r'തിരയുക'; @override - String get selectAllButtonLabel => r'БАРЛЫҒЫН ТАҢДАУ'; + String get selectAllButtonLabel => r'എല്ലാം തിരഞ്ഞെടുക്കുക'; @override String get selectedRowCountTitleFew => null; @@ -7272,49 +10971,49 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 элемент таңдалды.'; + String get selectedRowCountTitleOne => r'ഒരു ഇനം തിരഞ്ഞെടുത്തു'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount элемент таңдалды.'; + String get selectedRowCountTitleOther => r'$selectedRowCount ഇനങ്ങൾ തിരഞ്ഞെടുത്തു'; @override String get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => r'Тармақ таңдалмаған'; + String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Есептік жазбаларды көрсету'; + String get showAccountsLabel => r'അക്കൗണ്ടുകൾ കാണിക്കുക'; @override - String get showMenuTooltip => r'Мәзірді көрсету'; + String get showMenuTooltip => r'മെനു കാണിക്കുക'; @override - String get signedInLabel => r'Есептік жазбаға кірген'; + String get signedInLabel => r'സൈൻ ഇൻ ചെയ്‌തു'; @override - String get tabLabelRaw => r'$tabCount/$tabIndex қойынды'; + String get tabLabelRaw => r'$tabCount-ൽ $tabIndex'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Сағаттарды таңдаңыз'; + String get timePickerHourModeAnnouncement => r'മണിക്കൂർ തിരഞ്ഞെടുക്കുക'; @override - String get timePickerMinuteModeAnnouncement => r'Минуттарды таңдаңыз'; + String get timePickerMinuteModeAnnouncement => r'മിനിറ്റ് തിരഞ്ഞെടുക്കുക'; @override - String get viewLicensesButtonLabel => r'ЛИЦЕНЗИЯЛАРДЫ КӨРУ'; + String get viewLicensesButtonLabel => r'ലൈസൻസുകൾ കാണുക'; } - -/// The translations for Khmer Central Khmer (`km`). -class MaterialLocalizationKm extends GlobalMaterialLocalizations { - /// Create an instance of the translation bundle for Khmer Central Khmer. + +/// The translations for Mongolian (`mn`). +class MaterialLocalizationMn extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Mongolian. /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationKm({ - String localeName = 'km', + const MaterialLocalizationMn({ + String localeName = 'mn', @required intl.DateFormat fullYearFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @@ -7332,94 +11031,94 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'អំពី $applicationName'; + String get aboutListTileTitleRaw => r'$applicationName-н тухай'; @override - String get alertDialogLabel => r'ជូនដំណឹង'; + String get alertDialogLabel => r'Сэрэмжлүүлэг'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => r'ӨГЛӨӨ'; @override - String get backButtonTooltip => r'ថយក្រោយ'; + String get backButtonTooltip => r'Буцах'; @override - String get cancelButtonLabel => r'បោះបង់'; + String get cancelButtonLabel => r'БОЛИХ'; @override - String get closeButtonLabel => r'បិទ'; + String get closeButtonLabel => r'ХААХ'; @override - String get closeButtonTooltip => r'បិទ'; + String get closeButtonTooltip => r'Хаах'; @override - String get collapsedIconTapHint => r'ពង្រីក'; + String get collapsedIconTapHint => r'Дэлгэх'; @override - String get continueButtonLabel => r'បន្ត'; + String get continueButtonLabel => r'ҮРГЭЛЖЛҮҮЛЭХ'; @override - String get copyButtonLabel => r'ចម្លង'; + String get copyButtonLabel => r'ХУУЛАХ'; @override - String get cutButtonLabel => r'កាត់'; + String get cutButtonLabel => r'ТАСЛАХ'; @override - String get deleteButtonTooltip => r'លុប'; + String get deleteButtonTooltip => r'Устгах'; @override - String get dialogLabel => r'ប្រអប់'; + String get dialogLabel => r'Харилцах цонх'; @override - String get drawerLabel => r'ម៉ឺនុយរុករក'; + String get drawerLabel => r'Навигацийн цэс'; @override - String get expandedIconTapHint => r'បង្រួម'; + String get expandedIconTapHint => r'Буулгах'; @override - String get hideAccountsLabel => r'លាក់គណនី'; + String get hideAccountsLabel => r'Бүртгэлүүдийг нуух'; @override - String get licensesPageTitle => r'អាជ្ញាបណ្ណ'; + String get licensesPageTitle => r'Лиценз'; @override - String get modalBarrierDismissLabel => r'ច្រាន​ចោល'; + String get modalBarrierDismissLabel => r'Үл хэрэгсэх'; @override - String get nextMonthTooltip => r'ខែ​​ក្រោយ'; + String get nextMonthTooltip => r'Дараах сар'; @override - String get nextPageTooltip => r'ទំព័របន្ទាប់'; + String get nextPageTooltip => r'Дараах хуудас'; @override - String get okButtonLabel => r'យល់ព្រម'; + String get okButtonLabel => r'OK'; @override - String get openAppDrawerTooltip => r'បើក​ម៉ឺនុយរុករក'; + String get openAppDrawerTooltip => r'Навигацийн цэсийг нээх'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow ក្នុង​ចំណោម​ $rowCount'; + String get pageRowsInfoTitleRaw => r'$rowCount-н $firstRow–$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow ក្នុង​ចំណោម​ប្រហែល $rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'Ойролцоогоор $rowCount-н $firstRow–$lastRow'; @override - String get pasteButtonLabel => r'ដាក់​ចូល'; + String get pasteButtonLabel => r'БУУЛГАХ'; @override - String get popupMenuLabel => r'​ម៉ឺនុយ​លោត​ឡើង'; + String get popupMenuLabel => r'Попап цэс'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => r'ОРОЙ'; @override - String get previousMonthTooltip => r'ខែមុន'; + String get previousMonthTooltip => r'Өмнөх сар'; @override - String get previousPageTooltip => r'ទំព័រមុន'; + String get previousPageTooltip => r'Өмнөх хуудас'; @override - String get refreshIndicatorSemanticLabel => r'ផ្ទុកឡើងវិញ'; + String get refreshIndicatorSemanticLabel => r'Сэргээх'; @override String get remainingTextFieldCharacterCountFew => null; @@ -7428,46 +11127,46 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'នៅសល់​ 1 តួ​ទៀត'; + String get remainingTextFieldCharacterCountOne => r'1 тэмдэгт үлдсэн'; @override - String get remainingTextFieldCharacterCountOther => r'នៅសល់ $remainingCount តួ​ទៀត'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount тэмдэгт үлдсэн'; @override String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => r'No characters remaining'; @override - String get reorderItemDown => r'ផ្លាស់ទី​ចុះ​ក្រោម'; + String get reorderItemDown => r'Доош зөөх'; @override - String get reorderItemLeft => r'ផ្លាស់ទី​ទៅ​ឆ្វេង'; + String get reorderItemLeft => r'Зүүн тийш зөөх'; @override - String get reorderItemRight => r'ផ្លាស់ទីទៅ​ស្តាំ'; + String get reorderItemRight => r'Баруун тийш зөөх'; @override - String get reorderItemToEnd => r'ផ្លាស់ទីទៅ​ចំណុចបញ្ចប់'; + String get reorderItemToEnd => r'Төгсгөл рүү зөөх'; @override - String get reorderItemToStart => r'ផ្លាស់ទីទៅ​ចំណុច​ចាប់ផ្ដើម'; + String get reorderItemToStart => r'Эхлэл рүү зөөх'; @override - String get reorderItemUp => r'ផ្លាស់ទី​ឡើង​លើ'; + String get reorderItemUp => r'Дээш зөөх'; @override - String get rowsPerPageTitle => r'ជួរ​ដេក​ក្នុង​មួយ​ទំព័រ៖'; + String get rowsPerPageTitle => r'Хуудсан дахь мөрийн тоо:'; @override - ScriptCategory get scriptCategory => ScriptCategory.dense; + ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'ស្វែងរក'; + String get searchFieldLabel => r'Хайх'; @override - String get selectAllButtonLabel => r'ជ្រើសរើស​ទាំង​អស់'; + String get selectAllButtonLabel => r'БҮГДИЙГ СОНГОХ'; @override String get selectedRowCountTitleFew => null; @@ -7476,49 +11175,49 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'បាន​ជ្រើស​រើស​ធាតុ 1'; + String get selectedRowCountTitleOne => r'1 зүйл сонгосон'; @override - String get selectedRowCountTitleOther => r'បាន​ជ្រើស​រើស​ធាតុ $selectedRowCount'; + String get selectedRowCountTitleOther => r'$selectedRowCount зүйл сонгосон'; @override String get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String get selectedRowCountTitleZero => r'Бичлэг сонгоогүй байна'; @override - String get showAccountsLabel => r'បង្ហាញគណនី'; + String get showAccountsLabel => r'Бүртгэлүүдийг харуулах'; @override - String get showMenuTooltip => r'បង្ហាញ​ម៉ឺនុយ'; + String get showMenuTooltip => r'Цэсийг харуулах'; @override - String get signedInLabel => r'បានចូល​គណនី'; + String get signedInLabel => r'Нэвтэрсэн'; @override - String get tabLabelRaw => r'ផ្ទាំង $tabIndex ក្នុង​ចំណោម​ $tabCount'; + String get tabLabelRaw => r'$tabCount-н $tabIndex-р таб'; @override - TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerHourModeAnnouncement => r'ជ្រើសរើស​ម៉ោង'; + String get timePickerHourModeAnnouncement => r'Цаг сонгоно уу'; @override - String get timePickerMinuteModeAnnouncement => r'ជ្រើសរើស​នាទី'; + String get timePickerMinuteModeAnnouncement => r'Минут сонгоно уу'; @override - String get viewLicensesButtonLabel => r'មើលអាជ្ញាបណ្ណ'; + String get viewLicensesButtonLabel => r'ЛИЦЕНЗИЙГ ХАРАХ'; } -/// The translations for Korean (`ko`). -class MaterialLocalizationKo extends GlobalMaterialLocalizations { - /// Create an instance of the translation bundle for Korean. +/// The translations for Marathi (`mr`). +class MaterialLocalizationMr extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Marathi. /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationKo({ - String localeName = 'ko', + const MaterialLocalizationMr({ + String localeName = 'mr', @required intl.DateFormat fullYearFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @@ -7536,94 +11235,94 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName 정보'; + String get aboutListTileTitleRaw => r'$applicationName बद्दल'; @override - String get alertDialogLabel => r'알림'; + String get alertDialogLabel => r'सूचना'; @override - String get anteMeridiemAbbreviation => r'오전'; + String get anteMeridiemAbbreviation => r'AM'; @override - String get backButtonTooltip => r'뒤로'; + String get backButtonTooltip => r'मागे'; @override - String get cancelButtonLabel => r'취소'; + String get cancelButtonLabel => r'रद्द करा'; @override - String get closeButtonLabel => r'닫기'; + String get closeButtonLabel => r'बंद करा'; @override - String get closeButtonTooltip => r'닫기'; + String get closeButtonTooltip => r'बंद करा'; @override - String get collapsedIconTapHint => r'펼치기'; + String get collapsedIconTapHint => r'विस्तार करा'; @override - String get continueButtonLabel => r'계속'; + String get continueButtonLabel => r'सुरू ठेवा'; @override - String get copyButtonLabel => r'복사'; + String get copyButtonLabel => r'कॉपी करा'; @override - String get cutButtonLabel => r'잘라내기'; + String get cutButtonLabel => r'कट करा'; @override - String get deleteButtonTooltip => r'삭제'; + String get deleteButtonTooltip => r'हटवा'; @override - String get dialogLabel => r'대화상자'; + String get dialogLabel => r'डायलॉग'; @override - String get drawerLabel => r'탐색 메뉴'; + String get drawerLabel => r'नेव्हिगेशन मेनू'; @override - String get expandedIconTapHint => r'접기'; + String get expandedIconTapHint => r'कोलॅप्स करा'; @override - String get hideAccountsLabel => r'계정 숨기기'; + String get hideAccountsLabel => r'खाती लपवा'; @override - String get licensesPageTitle => r'라이선스'; + String get licensesPageTitle => r'परवाने'; @override - String get modalBarrierDismissLabel => r'닫기'; + String get modalBarrierDismissLabel => r'डिसमिस करा'; @override - String get nextMonthTooltip => r'다음 달'; + String get nextMonthTooltip => r'पुढील महिना'; @override - String get nextPageTooltip => r'다음 페이지'; + String get nextPageTooltip => r'पुढील पेज'; @override - String get okButtonLabel => r'확인'; + String get okButtonLabel => r'ओके'; @override - String get openAppDrawerTooltip => r'탐색 메뉴 열기'; + String get openAppDrawerTooltip => r'नेव्हिगेशन मेनू उघडा'; @override - String get pageRowsInfoTitleRaw => r'$rowCount행 중 $firstRow~$lastRow행'; + String get pageRowsInfoTitleRaw => r'$rowCount पैकी $firstRow–$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'약 $rowCount행 중 $firstRow~$lastRow행'; + String get pageRowsInfoTitleApproximateRaw => r'$rowCount च्या बद्दल $firstRow–$lastRow'; @override - String get pasteButtonLabel => r'붙여넣기'; + String get pasteButtonLabel => r'पेस्ट करा'; @override - String get popupMenuLabel => r'팝업 메뉴'; + String get popupMenuLabel => r'पॉपअप मेनू'; @override - String get postMeridiemAbbreviation => r'오후'; + String get postMeridiemAbbreviation => r'PM'; @override - String get previousMonthTooltip => r'지난달'; + String get previousMonthTooltip => r'मागील महिना'; @override - String get previousPageTooltip => r'이전 페이지'; + String get previousPageTooltip => r'मागील पेज'; @override - String get refreshIndicatorSemanticLabel => r'새로고침'; + String get refreshIndicatorSemanticLabel => r'रिफ्रेश करा'; @override String get remainingTextFieldCharacterCountFew => null; @@ -7632,46 +11331,46 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1자 남음'; + String get remainingTextFieldCharacterCountOne => r'एक वर्ण शिल्लक'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount자 남음'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount वर्ण शिल्लक'; @override String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => r'कोणतेही वर्ण शिल्लक नाहीत'; @override - String get reorderItemDown => r'아래로 이동'; + String get reorderItemDown => r'खाली हलवा'; @override - String get reorderItemLeft => r'왼쪽으로 이동'; + String get reorderItemLeft => r'डावीकडे हलवा'; @override - String get reorderItemRight => r'오른쪽으로 이동'; + String get reorderItemRight => r'उजवीकडे हलवा'; @override - String get reorderItemToEnd => r'끝으로 이동'; + String get reorderItemToEnd => r'शेवटाकडे हलवा'; @override - String get reorderItemToStart => r'시작으로 이동'; + String get reorderItemToStart => r'सुरुवातीला हलवा'; @override - String get reorderItemUp => r'위로 이동'; + String get reorderItemUp => r'वर हलवा'; @override - String get rowsPerPageTitle => r'페이지당 행 수:'; + String get rowsPerPageTitle => r'प्रति पेज पंक्ती:'; @override ScriptCategory get scriptCategory => ScriptCategory.dense; @override - String get searchFieldLabel => r'검색'; + String get searchFieldLabel => r'शोध'; @override - String get selectAllButtonLabel => r'전체 선택'; + String get selectAllButtonLabel => r'सर्व निवडा'; @override String get selectedRowCountTitleFew => null; @@ -7680,49 +11379,49 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'항목 1개 선택됨'; + String get selectedRowCountTitleOne => r'एक अायटम निवडला'; @override - String get selectedRowCountTitleOther => r'항목 $selectedRowCount개 선택됨'; + String get selectedRowCountTitleOther => r'$selectedRowCount अायटम निवडले'; @override String get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String get selectedRowCountTitleZero => r'कोणतेही आयटम निवडलेले नाहीत'; @override - String get showAccountsLabel => r'계정 표시'; + String get showAccountsLabel => r'खाती दर्शवा'; @override - String get showMenuTooltip => r'메뉴 표시'; + String get showMenuTooltip => r'मेनू दाखवा'; @override - String get signedInLabel => r'로그인됨'; + String get signedInLabel => r'साइन इन केले आहे'; @override - String get tabLabelRaw => r'탭 $tabCount개 중 $tabIndex번째'; + String get tabLabelRaw => r'$tabCount पैकी $tabIndex टॅब'; @override - TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @override - String get timePickerHourModeAnnouncement => r'시간 선택'; + String get timePickerHourModeAnnouncement => r'तास निवडा'; @override - String get timePickerMinuteModeAnnouncement => r'분 선택'; + String get timePickerMinuteModeAnnouncement => r'मिनिटे निवडा'; @override - String get viewLicensesButtonLabel => r'라이선스 보기'; + String get viewLicensesButtonLabel => r'परवाने पाहा'; } -/// The translations for Lithuanian (`lt`). -class MaterialLocalizationLt extends GlobalMaterialLocalizations { - /// Create an instance of the translation bundle for Lithuanian. +/// The translations for Malay (`ms`). +class MaterialLocalizationMs extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Malay. /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationLt({ - String localeName = 'lt', + const MaterialLocalizationMs({ + String localeName = 'ms', @required intl.DateFormat fullYearFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @@ -7740,106 +11439,106 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Apie „$applicationName“'; + String get aboutListTileTitleRaw => r'Perihal $applicationName'; @override - String get alertDialogLabel => r'Įspėjimas'; + String get alertDialogLabel => r'Makluman'; @override - String get anteMeridiemAbbreviation => r'priešpiet'; + String get anteMeridiemAbbreviation => r'PG'; @override - String get backButtonTooltip => r'Atgal'; + String get backButtonTooltip => r'Kembali'; @override - String get cancelButtonLabel => r'ATŠAUKTI'; + String get cancelButtonLabel => r'BATAL'; @override - String get closeButtonLabel => r'UŽDARYTI'; + String get closeButtonLabel => r'TUTUP'; @override - String get closeButtonTooltip => r'Uždaryti'; + String get closeButtonTooltip => r'Tutup'; @override - String get collapsedIconTapHint => r'Išskleisti'; + String get collapsedIconTapHint => r'Kembangkan'; @override - String get continueButtonLabel => r'TĘSTI'; + String get continueButtonLabel => r'TERUSKAN'; @override - String get copyButtonLabel => r'KOPIJUOTI'; + String get copyButtonLabel => r'SALIN'; @override - String get cutButtonLabel => r'IŠKIRPTI'; + String get cutButtonLabel => r'POTONG'; @override - String get deleteButtonTooltip => r'Ištrinti'; + String get deleteButtonTooltip => r'Padam'; @override - String get dialogLabel => r'Dialogo langas'; + String get dialogLabel => r'Dialog'; @override - String get drawerLabel => r'Naršymo meniu'; + String get drawerLabel => r'Menu navigasi'; @override - String get expandedIconTapHint => r'Sutraukti'; + String get expandedIconTapHint => r'Runtuhkan'; @override - String get hideAccountsLabel => r'Slėpti paskyras'; + String get hideAccountsLabel => r'Sembunyikan akaun'; @override - String get licensesPageTitle => r'Licencijos'; + String get licensesPageTitle => r'Lesen'; @override - String get modalBarrierDismissLabel => r'Atsisakyti'; + String get modalBarrierDismissLabel => r'Tolak'; @override - String get nextMonthTooltip => r'Kitas mėnuo'; + String get nextMonthTooltip => r'Bulan depan'; @override - String get nextPageTooltip => r'Kitas puslapis'; + String get nextPageTooltip => r'Halaman seterusnya'; @override - String get okButtonLabel => r'GERAI'; + String get okButtonLabel => r'OK'; @override - String get openAppDrawerTooltip => r'Atidaryti naršymo meniu'; + String get openAppDrawerTooltip => r'Buka menu navigasi'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow iš $rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow dari $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow iš maždaug $rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow dari kira-kira $rowCount'; @override - String get pasteButtonLabel => r'ĮKLIJUOTI'; + String get pasteButtonLabel => r'TAMPAL'; @override - String get popupMenuLabel => r'Iššokantysis meniu'; + String get popupMenuLabel => r'Menu pop timbul'; @override - String get postMeridiemAbbreviation => r'popiet'; + String get postMeridiemAbbreviation => r'PTG'; @override - String get previousMonthTooltip => r'Ankstesnis mėnuo'; + String get previousMonthTooltip => r'Bulan sebelumnya'; @override - String get previousPageTooltip => r'Ankstesnis puslapis'; + String get previousPageTooltip => r'Halaman sebelumnya'; @override - String get refreshIndicatorSemanticLabel => r'Atnaujinti'; + String get refreshIndicatorSemanticLabel => r'Muat semula'; @override - String get remainingTextFieldCharacterCountFew => r'Liko $remainingCount simboliai'; + String get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => r'Liko $remainingCount simbolio'; + String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'Liko 1 simbolis'; + String get remainingTextFieldCharacterCountOne => r'1 aksara lagi'; @override - String get remainingTextFieldCharacterCountOther => r'Liko $remainingCount simbolių'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount aksara lagi'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -7848,85 +11547,85 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountZero => r'TBD'; @override - String get reorderItemDown => r'Perkelti žemyn'; + String get reorderItemDown => r'Alih ke bawah'; @override - String get reorderItemLeft => r'Perkelti kairėn'; + String get reorderItemLeft => r'Alih ke kiri'; @override - String get reorderItemRight => r'Perkelti dešinėn'; + String get reorderItemRight => r'Alih ke kanan'; @override - String get reorderItemToEnd => r'Perkelti į pabaigą'; + String get reorderItemToEnd => r'Alih ke penghujung'; @override - String get reorderItemToStart => r'Perkelti į pradžią'; + String get reorderItemToStart => r'Alih ke permulaan'; @override - String get reorderItemUp => r'Perkelti aukštyn'; + String get reorderItemUp => r'Alih ke atas'; @override - String get rowsPerPageTitle => r'Eilučių puslapyje:'; + String get rowsPerPageTitle => r'Baris setiap halaman:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Paieška'; + String get searchFieldLabel => r'Cari'; @override - String get selectAllButtonLabel => r'PASIRINKTI VISKĄ'; + String get selectAllButtonLabel => r'PILIH SEMUA'; @override - String get selectedRowCountTitleFew => r'Pasirinkti $selectedRowCount elementai'; + String get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => r'Pasirinkta $selectedRowCount elemento'; + String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'Pasirinktas 1 elementas'; + String get selectedRowCountTitleOne => r'1 item dipilih'; @override - String get selectedRowCountTitleOther => r'Pasirinkta $selectedRowCount elementų'; + String get selectedRowCountTitleOther => r'$selectedRowCount item dipilih'; @override String get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String get selectedRowCountTitleZero => r'Tiada item dipilih'; @override - String get showAccountsLabel => r'Rodyti paskyras'; + String get showAccountsLabel => r'Tunjukkan akaun'; @override - String get showMenuTooltip => r'Rodyti meniu'; + String get showMenuTooltip => r'Tunjukkan menu'; @override - String get signedInLabel => r'Prisijungta'; + String get signedInLabel => r'Dilog masuk'; @override - String get tabLabelRaw => r'$tabIndex skirtukas iš $tabCount'; + String get tabLabelRaw => r'Tab $tabIndex dari $tabCount'; @override - TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @override - String get timePickerHourModeAnnouncement => r'Pasirinkite valandas'; + String get timePickerHourModeAnnouncement => r'Pilih jam'; @override - String get timePickerMinuteModeAnnouncement => r'Pasirinkite minutes'; + String get timePickerMinuteModeAnnouncement => r'Pilih minit'; @override - String get viewLicensesButtonLabel => r'PERŽIŪRĖTI LICENCIJAS'; + String get viewLicensesButtonLabel => r'LIHAT LESEN'; } -/// The translations for Latvian (`lv`). -class MaterialLocalizationLv extends GlobalMaterialLocalizations { - /// Create an instance of the translation bundle for Latvian. +/// The translations for Burmese (`my`). +class MaterialLocalizationMy extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Burmese. /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationLv({ - String localeName = 'lv', + const MaterialLocalizationMy({ + String localeName = 'my', @required intl.DateFormat fullYearFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @@ -7944,94 +11643,94 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Par $applicationName'; + String get aboutListTileTitleRaw => r'$applicationName အကြောင်း'; @override - String get alertDialogLabel => r'Brīdinājums'; + String get alertDialogLabel => r'သတိပေးချက်'; @override - String get anteMeridiemAbbreviation => r'priekšpusdienā'; + String get anteMeridiemAbbreviation => r'AM'; @override - String get backButtonTooltip => r'Atpakaļ'; + String get backButtonTooltip => r'နောက်သို့'; @override - String get cancelButtonLabel => r'ATCELT'; + String get cancelButtonLabel => r'မလုပ်တော့'; @override - String get closeButtonLabel => r'AIZVĒRT'; + String get closeButtonLabel => r'ပိတ်ရန်'; @override - String get closeButtonTooltip => r'Aizvērt'; + String get closeButtonTooltip => r'ပိတ်ရန်'; @override - String get collapsedIconTapHint => r'Izvērst'; + String get collapsedIconTapHint => r'ချဲ့ရန်'; @override - String get continueButtonLabel => r'TURPINĀT'; + String get continueButtonLabel => r'ရှေ့ဆက်ရန်'; @override - String get copyButtonLabel => r'KOPĒT'; + String get copyButtonLabel => r'မိတ္တူကူးရန်'; @override - String get cutButtonLabel => r'IZGRIEZT'; + String get cutButtonLabel => r'ဖြတ်ယူရန်'; @override - String get deleteButtonTooltip => r'Dzēst'; + String get deleteButtonTooltip => r'ဖျက်ရန်'; @override - String get dialogLabel => r'Dialoglodziņš'; + String get dialogLabel => r'ဒိုင်ယာလော့'; @override - String get drawerLabel => r'Navigācijas izvēlne'; + String get drawerLabel => r'လမ်းညွှန် မီနူး'; @override - String get expandedIconTapHint => r'Sakļaut'; + String get expandedIconTapHint => r'လျှော့ပြရန်'; @override - String get hideAccountsLabel => r'Slēpt kontus'; + String get hideAccountsLabel => r'အကောင့်များကို ဝှက်ရန်'; @override - String get licensesPageTitle => r'Licences'; + String get licensesPageTitle => r'လိုင်စင်များ'; @override - String get modalBarrierDismissLabel => r'Nerādīt'; + String get modalBarrierDismissLabel => r'ပယ်ရန်'; @override - String get nextMonthTooltip => r'Nākamais mēnesis'; + String get nextMonthTooltip => r'နောက်လ'; @override - String get nextPageTooltip => r'Nākamā lapa'; + String get nextPageTooltip => r'နောက်စာမျက်နှာ'; @override - String get okButtonLabel => r'LABI'; + String get okButtonLabel => r'OK'; @override - String get openAppDrawerTooltip => r'Atvērt navigācijas izvēlni'; + String get openAppDrawerTooltip => r'လမ်းညွှန်မီနူးကို ဖွင့်ရန်'; @override - String get pageRowsInfoTitleRaw => r'$firstRow.–$lastRow. no $rowCount'; + String get pageRowsInfoTitleRaw => r'$rowCount အနက် $firstRow–$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow.–$lastRow. no aptuveni $rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$rowCount ခန့်မှ $firstRow–$lastRow'; @override - String get pasteButtonLabel => r'IELĪMĒT'; + String get pasteButtonLabel => r'ကူးထည့်ရန်'; @override - String get popupMenuLabel => r'Uznirstošā izvēlne'; + String get popupMenuLabel => r'ပေါ့ပ်အပ်မီနူး'; @override - String get postMeridiemAbbreviation => r'pēcpusdienā'; + String get postMeridiemAbbreviation => r'PM'; @override - String get previousMonthTooltip => r'Iepriekšējais mēnesis'; + String get previousMonthTooltip => r'ယခင်လ'; @override - String get previousPageTooltip => r'Iepriekšējā lapa'; + String get previousPageTooltip => r'ယခင်စာမျက်နှာ'; @override - String get refreshIndicatorSemanticLabel => r'Atsvaidzināt'; + String get refreshIndicatorSemanticLabel => r'ပြန်လည်စတင်ရန်'; @override String get remainingTextFieldCharacterCountFew => null; @@ -8040,46 +11739,46 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'Atlikusi 1 rakstzīme.'; + String get remainingTextFieldCharacterCountOne => r'အက္ခရာ ၁ လုံးကျန်သည်'; @override - String get remainingTextFieldCharacterCountOther => r'Atlikušas $remainingCount rakstzīmes.'; + String get remainingTextFieldCharacterCountOther => r'အက္ခရာ $remainingCount လုံးကျန်သည်'; @override String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'Nav atlikusi neviena rakstzīme.'; + String get remainingTextFieldCharacterCountZero => null; @override - String get reorderItemDown => r'Pārvietot uz leju'; + String get reorderItemDown => r'အောက်သို့ရွှေ့ရန်'; @override - String get reorderItemLeft => r'Pārvietot pa kreisi'; + String get reorderItemLeft => r'ဘယ်ဘက်သို့ရွှေ့ရန်'; @override - String get reorderItemRight => r'Pārvietot pa labi'; + String get reorderItemRight => r'ညာဘက်သို့ရွှေ့ရန်'; @override - String get reorderItemToEnd => r'Pārvietot uz beigām'; + String get reorderItemToEnd => r'အဆုံးသို့ ‌ရွှေ့ရန်'; @override - String get reorderItemToStart => r'Pārvietot uz sākumu'; + String get reorderItemToStart => r'အစသို့ ရွှေ့ရန်'; @override - String get reorderItemUp => r'Pārvietot uz augšu'; + String get reorderItemUp => r'အပေါ်သို့ ရွှေ့ရန်'; @override - String get rowsPerPageTitle => r'Rindas lapā:'; + String get rowsPerPageTitle => r'စာတစ်မျက်နှာပါ လိုင်းအရေအတွက်−'; @override - ScriptCategory get scriptCategory => ScriptCategory.englishLike; + ScriptCategory get scriptCategory => ScriptCategory.tall; @override - String get searchFieldLabel => r'Meklēt'; + String get searchFieldLabel => r'ရှာဖွေရန်'; @override - String get selectAllButtonLabel => r'ATLASĪT VISU'; + String get selectAllButtonLabel => r'အားလုံး ရွေးရန်'; @override String get selectedRowCountTitleFew => null; @@ -8088,49 +11787,49 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'Atlasīts 1 vienums'; + String get selectedRowCountTitleOne => r'၁ ခု ရွေးထားသည်'; @override - String get selectedRowCountTitleOther => r'Atlasīti $selectedRowCount vienumi'; + String get selectedRowCountTitleOther => r'$selectedRowCount ခု ရွေးထားသည်'; @override String get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => r'Nav atlasītu vienumu'; + String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Rādīt kontus'; + String get showAccountsLabel => r'အကောင့်များကို ပြရန်'; @override - String get showMenuTooltip => r'Rādīt izvēlni'; + String get showMenuTooltip => r'မီနူး ပြရန်'; @override - String get signedInLabel => r'Esat pierakstījies'; + String get signedInLabel => r'လက်မှတ်ထိုး ဝင်ထားသည်'; @override - String get tabLabelRaw => r'$tabIndex. cilne no $tabCount'; + String get tabLabelRaw => r'တဘ် $tabCount အနက် $tabIndex ခု'; @override - TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Atlasiet stundas'; + String get timePickerHourModeAnnouncement => r'နာရီကို ရွေးပါ'; @override - String get timePickerMinuteModeAnnouncement => r'Atlasiet minūtes'; + String get timePickerMinuteModeAnnouncement => r'မိနစ်ကို ရွေးပါ'; @override - String get viewLicensesButtonLabel => r'SKATĪT LICENCES'; + String get viewLicensesButtonLabel => r'လိုင်စင်များကို ကြည့်ရန်'; } -/// The translations for Mongolian (`mn`). -class MaterialLocalizationMn extends GlobalMaterialLocalizations { - /// Create an instance of the translation bundle for Mongolian. +/// The translations for Norwegian Bokmål (`nb`). +class MaterialLocalizationNb extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Norwegian Bokmål. /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationMn({ - String localeName = 'mn', + const MaterialLocalizationNb({ + String localeName = 'nb', @required intl.DateFormat fullYearFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @@ -8148,94 +11847,94 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName-н тухай'; + String get aboutListTileTitleRaw => r'Om $applicationName'; @override - String get alertDialogLabel => r'Сэрэмжлүүлэг'; + String get alertDialogLabel => r'Varsel'; @override - String get anteMeridiemAbbreviation => r'ӨГЛӨӨ'; + String get anteMeridiemAbbreviation => r'AM'; @override - String get backButtonTooltip => r'Буцах'; + String get backButtonTooltip => r'Tilbake'; @override - String get cancelButtonLabel => r'БОЛИХ'; + String get cancelButtonLabel => r'AVBRYT'; @override - String get closeButtonLabel => r'ХААХ'; + String get closeButtonLabel => r'LUKK'; @override - String get closeButtonTooltip => r'Хаах'; + String get closeButtonTooltip => r'Lukk'; @override - String get collapsedIconTapHint => r'Дэлгэх'; + String get collapsedIconTapHint => r'Vis'; @override - String get continueButtonLabel => r'ҮРГЭЛЖЛҮҮЛЭХ'; + String get continueButtonLabel => r'FORTSETT'; @override - String get copyButtonLabel => r'ХУУЛАХ'; + String get copyButtonLabel => r'KOPIÉR'; @override - String get cutButtonLabel => r'ТАСЛАХ'; + String get cutButtonLabel => r'KLIPP UT'; @override - String get deleteButtonTooltip => r'Устгах'; + String get deleteButtonTooltip => r'Slett'; @override - String get dialogLabel => r'Харилцах цонх'; + String get dialogLabel => r'Dialogboks'; @override - String get drawerLabel => r'Навигацийн цэс'; + String get drawerLabel => r'Navigasjonsmeny'; @override - String get expandedIconTapHint => r'Буулгах'; + String get expandedIconTapHint => r'Skjul'; @override - String get hideAccountsLabel => r'Бүртгэлүүдийг нуух'; + String get hideAccountsLabel => r'Skjul kontoer'; @override - String get licensesPageTitle => r'Лиценз'; + String get licensesPageTitle => r'Lisenser'; @override - String get modalBarrierDismissLabel => r'Үл хэрэгсэх'; + String get modalBarrierDismissLabel => r'Avvis'; @override - String get nextMonthTooltip => r'Дараах сар'; + String get nextMonthTooltip => r'Neste måned'; @override - String get nextPageTooltip => r'Дараах хуудас'; + String get nextPageTooltip => r'Neste side'; @override String get okButtonLabel => r'OK'; @override - String get openAppDrawerTooltip => r'Навигацийн цэсийг нээх'; + String get openAppDrawerTooltip => r'Åpne navigasjonsmenyen'; @override - String get pageRowsInfoTitleRaw => r'$rowCount-н $firstRow–$lastRow'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow av $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'Ойролцоогоор $rowCount-н $firstRow–$lastRow'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow av omtrent $rowCount'; @override - String get pasteButtonLabel => r'БУУЛГАХ'; + String get pasteButtonLabel => r'LIM INN'; @override - String get popupMenuLabel => r'Попап цэс'; + String get popupMenuLabel => r'Forgrunnsmeny'; @override - String get postMeridiemAbbreviation => r'ОРОЙ'; + String get postMeridiemAbbreviation => r'PM'; @override - String get previousMonthTooltip => r'Өмнөх сар'; + String get previousMonthTooltip => r'Forrige måned'; @override - String get previousPageTooltip => r'Өмнөх хуудас'; + String get previousPageTooltip => r'Forrige side'; @override - String get refreshIndicatorSemanticLabel => r'Сэргээх'; + String get refreshIndicatorSemanticLabel => r'Laster inn på nytt'; @override String get remainingTextFieldCharacterCountFew => null; @@ -8244,46 +11943,46 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1 тэмдэгт үлдсэн'; + String get remainingTextFieldCharacterCountOne => r'1 tegn gjenstår'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount тэмдэгт үлдсэн'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount tegn gjenstår'; @override String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'No characters remaining'; + String get remainingTextFieldCharacterCountZero => r'TBD'; @override - String get reorderItemDown => r'Доош зөөх'; + String get reorderItemDown => r'Flytt ned'; @override - String get reorderItemLeft => r'Зүүн тийш зөөх'; + String get reorderItemLeft => r'Flytt til venstre'; @override - String get reorderItemRight => r'Баруун тийш зөөх'; + String get reorderItemRight => r'Flytt til høyre'; @override - String get reorderItemToEnd => r'Төгсгөл рүү зөөх'; + String get reorderItemToEnd => r'Flytt til slutten'; @override - String get reorderItemToStart => r'Эхлэл рүү зөөх'; + String get reorderItemToStart => r'Flytt til starten'; @override - String get reorderItemUp => r'Дээш зөөх'; + String get reorderItemUp => r'Flytt opp'; @override - String get rowsPerPageTitle => r'Хуудсан дахь мөрийн тоо:'; + String get rowsPerPageTitle => r'Rader per side:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Хайх'; + String get searchFieldLabel => r'Søk'; @override - String get selectAllButtonLabel => r'БҮГДИЙГ СОНГОХ'; + String get selectAllButtonLabel => r'VELG ALLE'; @override String get selectedRowCountTitleFew => null; @@ -8292,49 +11991,49 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 зүйл сонгосон'; + String get selectedRowCountTitleOne => r'1 element er valgt'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount зүйл сонгосон'; + String get selectedRowCountTitleOther => r'$selectedRowCount elementer er valgt'; @override String get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => r'Бичлэг сонгоогүй байна'; + String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Бүртгэлүүдийг харуулах'; + String get showAccountsLabel => r'Vis kontoer'; @override - String get showMenuTooltip => r'Цэсийг харуулах'; + String get showMenuTooltip => r'Vis meny'; @override - String get signedInLabel => r'Нэвтэрсэн'; + String get signedInLabel => r'Pålogget'; @override - String get tabLabelRaw => r'$tabCount-н $tabIndex-р таб'; + String get tabLabelRaw => r'Fane $tabIndex av $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Цаг сонгоно уу'; + String get timePickerHourModeAnnouncement => r'Angi timer'; @override - String get timePickerMinuteModeAnnouncement => r'Минут сонгоно уу'; + String get timePickerMinuteModeAnnouncement => r'Angi minutter'; @override - String get viewLicensesButtonLabel => r'ЛИЦЕНЗИЙГ ХАРАХ'; + String get viewLicensesButtonLabel => r'SE LISENSER'; } -/// The translations for Marathi (`mr`). -class MaterialLocalizationMr extends GlobalMaterialLocalizations { - /// Create an instance of the translation bundle for Marathi. +/// The translations for Nepali (`ne`). +class MaterialLocalizationNe extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Nepali. /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationMr({ - String localeName = 'mr', + const MaterialLocalizationNe({ + String localeName = 'ne', @required intl.DateFormat fullYearFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @@ -8352,94 +12051,94 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName बद्दल'; + String get aboutListTileTitleRaw => r'$applicationName बारे'; @override - String get alertDialogLabel => r'सूचना'; + String get alertDialogLabel => r'अलर्ट'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => r'पूर्वाह्न'; @override - String get backButtonTooltip => r'मागे'; + String get backButtonTooltip => r'पछाडि जानुहोस्'; @override - String get cancelButtonLabel => r'रद्द करा'; + String get cancelButtonLabel => r'रद्द गर्नुहोस्'; @override - String get closeButtonLabel => r'बंद करा'; + String get closeButtonLabel => r'बन्द गर्नुहोस्'; @override - String get closeButtonTooltip => r'बंद करा'; + String get closeButtonTooltip => r'बन्द गर्नुहोस्'; @override - String get collapsedIconTapHint => r'विस्तार करा'; + String get collapsedIconTapHint => r'विस्तार गर्नुहोस्'; @override - String get continueButtonLabel => r'सुरू ठेवा'; + String get continueButtonLabel => r'जारी राख्नुहोस्'; @override - String get copyButtonLabel => r'कॉपी करा'; + String get copyButtonLabel => r'प्रतिलिपि गर्नुहोस्'; @override - String get cutButtonLabel => r'कट करा'; + String get cutButtonLabel => r'काट्नुहोस्'; @override - String get deleteButtonTooltip => r'हटवा'; + String get deleteButtonTooltip => r'मेट्नुहोस्'; @override - String get dialogLabel => r'डायलॉग'; + String get dialogLabel => r'संवाद'; @override - String get drawerLabel => r'नेव्हिगेशन मेनू'; + String get drawerLabel => r'नेभिगेसन मेनु'; @override - String get expandedIconTapHint => r'कोलॅप्स करा'; + String get expandedIconTapHint => r'संक्षिप्त गर्नुहोस्'; @override - String get hideAccountsLabel => r'खाती लपवा'; + String get hideAccountsLabel => r'खाताहरू लुकाउनुहोस्'; @override - String get licensesPageTitle => r'परवाने'; + String get licensesPageTitle => r'इजाजतपत्रहरू'; @override - String get modalBarrierDismissLabel => r'डिसमिस करा'; + String get modalBarrierDismissLabel => r'खारेज गर्नुहोस्'; @override - String get nextMonthTooltip => r'पुढील महिना'; + String get nextMonthTooltip => r'अर्को महिना'; @override - String get nextPageTooltip => r'पुढील पेज'; + String get nextPageTooltip => r'अर्को पृष्ठ'; @override - String get okButtonLabel => r'ओके'; + String get okButtonLabel => r'ठिक छ'; @override - String get openAppDrawerTooltip => r'नेव्हिगेशन मेनू उघडा'; + String get openAppDrawerTooltip => r'नेभिगेसन मेनु खोल्नुहोस्'; @override - String get pageRowsInfoTitleRaw => r'$rowCount पैकी $firstRow–$lastRow'; + String get pageRowsInfoTitleRaw => r'$rowCount मध्ये $firstRow–$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'$rowCount च्या बद्दल $firstRow–$lastRow'; + String get pageRowsInfoTitleApproximateRaw => r'लगभग $rowCount को $firstRow–$lastRow'; @override - String get pasteButtonLabel => r'पेस्ट करा'; + String get pasteButtonLabel => r'टाँस्नुहोस्'; @override - String get popupMenuLabel => r'पॉपअप मेनू'; + String get popupMenuLabel => r'पपअप मेनु'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => r'अपराह्न'; @override - String get previousMonthTooltip => r'मागील महिना'; + String get previousMonthTooltip => r'अघिल्लो महिना'; @override - String get previousPageTooltip => r'मागील पेज'; + String get previousPageTooltip => r'अघिल्लो पृष्ठ'; @override - String get refreshIndicatorSemanticLabel => r'रिफ्रेश करा'; + String get refreshIndicatorSemanticLabel => r'पुनः ताजा गर्नुहोस्'; @override String get remainingTextFieldCharacterCountFew => null; @@ -8448,46 +12147,46 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'एक वर्ण शिल्लक'; + String get remainingTextFieldCharacterCountOne => r'१ वर्ण बाँकी'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount वर्ण शिल्लक'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount वर्णहरू बाँकी'; @override String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'कोणतेही वर्ण शिल्लक नाहीत'; + String get remainingTextFieldCharacterCountZero => null; @override - String get reorderItemDown => r'खाली हलवा'; + String get reorderItemDown => r'तल सार्नुहोस्'; @override - String get reorderItemLeft => r'डावीकडे हलवा'; + String get reorderItemLeft => r'बायाँ सार्नुहोस्'; @override - String get reorderItemRight => r'उजवीकडे हलवा'; + String get reorderItemRight => r'दायाँ सार्नुहोस्'; @override - String get reorderItemToEnd => r'शेवटाकडे हलवा'; + String get reorderItemToEnd => r'अन्त्यमा जानुहोस्'; @override - String get reorderItemToStart => r'सुरुवातीला हलवा'; + String get reorderItemToStart => r'सुरुमा सार्नुहोस्'; @override - String get reorderItemUp => r'वर हलवा'; + String get reorderItemUp => r'माथि सार्नुहोस्'; @override - String get rowsPerPageTitle => r'प्रति पेज पंक्ती:'; + String get rowsPerPageTitle => r'प्रत्येक पृष्ठमा रहेका पङ्क्तिहरूको सङ्ख्या:'; @override - ScriptCategory get scriptCategory => ScriptCategory.dense; + ScriptCategory get scriptCategory => ScriptCategory.tall; @override - String get searchFieldLabel => r'शोध'; + String get searchFieldLabel => r'खोज्नुहोस्'; @override - String get selectAllButtonLabel => r'सर्व निवडा'; + String get selectAllButtonLabel => r'सबै चयन गर्नुहोस्'; @override String get selectedRowCountTitleFew => null; @@ -8496,49 +12195,49 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'एक अायटम निवडला'; + String get selectedRowCountTitleOne => r'१ वस्तु चयन गरियो'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount अायटम निवडले'; + String get selectedRowCountTitleOther => r'$selectedRowCount वस्तुहरू चयन गरिए'; @override String get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => r'कोणतेही आयटम निवडलेले नाहीत'; + String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'खाती दर्शवा'; + String get showAccountsLabel => r'खाताहरू देखाउनुहोस्'; @override - String get showMenuTooltip => r'मेनू दाखवा'; + String get showMenuTooltip => r'मेनु देखाउनुहोस्'; @override - String get signedInLabel => r'साइन इन केले आहे'; + String get signedInLabel => r'साइन इन गरियो'; @override - String get tabLabelRaw => r'$tabCount पैकी $tabIndex टॅब'; + String get tabLabelRaw => r'$tabCount मध्ये $tabIndex ट्याब'; @override - TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'तास निवडा'; + String get timePickerHourModeAnnouncement => r'घन्टा चयन गर्नुहोस्'; @override - String get timePickerMinuteModeAnnouncement => r'मिनिटे निवडा'; + String get timePickerMinuteModeAnnouncement => r'मिनेट चयन गर्नुहोस्'; @override - String get viewLicensesButtonLabel => r'परवाने पाहा'; + String get viewLicensesButtonLabel => r'इजाजतपत्रहरू हेर्नुहोस्'; } -/// The translations for Malay (`ms`). -class MaterialLocalizationMs extends GlobalMaterialLocalizations { - /// Create an instance of the translation bundle for Malay. +/// The translations for Dutch Flemish (`nl`). +class MaterialLocalizationNl extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Dutch Flemish. /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationMs({ - String localeName = 'ms', + const MaterialLocalizationNl({ + String localeName = 'nl', @required intl.DateFormat fullYearFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @@ -8556,94 +12255,94 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Perihal $applicationName'; + String get aboutListTileTitleRaw => r'Over $applicationName'; @override - String get alertDialogLabel => r'Makluman'; + String get alertDialogLabel => r'Melding'; @override - String get anteMeridiemAbbreviation => r'PG'; + String get anteMeridiemAbbreviation => r'am'; @override - String get backButtonTooltip => r'Kembali'; + String get backButtonTooltip => r'Terug'; @override - String get cancelButtonLabel => r'BATAL'; + String get cancelButtonLabel => r'ANNULEREN'; @override - String get closeButtonLabel => r'TUTUP'; + String get closeButtonLabel => r'SLUITEN'; @override - String get closeButtonTooltip => r'Tutup'; + String get closeButtonTooltip => r'Sluiten'; @override - String get collapsedIconTapHint => r'Kembangkan'; + String get collapsedIconTapHint => r'Uitvouwen'; @override - String get continueButtonLabel => r'TERUSKAN'; + String get continueButtonLabel => r'DOORGAAN'; @override - String get copyButtonLabel => r'SALIN'; + String get copyButtonLabel => r'KOPIËREN'; @override - String get cutButtonLabel => r'POTONG'; + String get cutButtonLabel => r'KNIPPEN'; @override - String get deleteButtonTooltip => r'Padam'; + String get deleteButtonTooltip => r'Verwijderen'; @override - String get dialogLabel => r'Dialog'; + String get dialogLabel => r'Dialoogvenster'; @override - String get drawerLabel => r'Menu navigasi'; + String get drawerLabel => r'Navigatiemenu'; @override - String get expandedIconTapHint => r'Runtuhkan'; + String get expandedIconTapHint => r'Samenvouwen'; @override - String get hideAccountsLabel => r'Sembunyikan akaun'; + String get hideAccountsLabel => r'Accounts verbergen'; @override - String get licensesPageTitle => r'Lesen'; + String get licensesPageTitle => r'Licenties'; @override - String get modalBarrierDismissLabel => r'Tolak'; + String get modalBarrierDismissLabel => r'Sluiten'; @override - String get nextMonthTooltip => r'Bulan depan'; + String get nextMonthTooltip => r'Volgende maand'; @override - String get nextPageTooltip => r'Halaman seterusnya'; + String get nextPageTooltip => r'Volgende pagina'; @override String get okButtonLabel => r'OK'; @override - String get openAppDrawerTooltip => r'Buka menu navigasi'; + String get openAppDrawerTooltip => r'Navigatiemenu openen'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow dari $rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow van $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow dari kira-kira $rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow van ongeveer $rowCount'; @override - String get pasteButtonLabel => r'TAMPAL'; + String get pasteButtonLabel => r'PLAKKEN'; @override - String get popupMenuLabel => r'Menu pop timbul'; + String get popupMenuLabel => r'Pop-upmenu'; @override - String get postMeridiemAbbreviation => r'PTG'; + String get postMeridiemAbbreviation => r'pm'; @override - String get previousMonthTooltip => r'Bulan sebelumnya'; + String get previousMonthTooltip => r'Vorige maand'; @override - String get previousPageTooltip => r'Halaman sebelumnya'; + String get previousPageTooltip => r'Vorige pagina'; @override - String get refreshIndicatorSemanticLabel => r'Muat semula'; + String get refreshIndicatorSemanticLabel => r'Vernieuwen'; @override String get remainingTextFieldCharacterCountFew => null; @@ -8652,10 +12351,10 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1 aksara lagi'; + String get remainingTextFieldCharacterCountOne => r'1 teken resterend'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount aksara lagi'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount tekens resterend'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -8664,34 +12363,34 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountZero => r'TBD'; @override - String get reorderItemDown => r'Alih ke bawah'; + String get reorderItemDown => r'Omlaag verplaatsen'; @override - String get reorderItemLeft => r'Alih ke kiri'; + String get reorderItemLeft => r'Naar links verplaatsen'; @override - String get reorderItemRight => r'Alih ke kanan'; + String get reorderItemRight => r'Naar rechts verplaatsen'; @override - String get reorderItemToEnd => r'Alih ke penghujung'; + String get reorderItemToEnd => r'Naar het einde verplaatsen'; @override - String get reorderItemToStart => r'Alih ke permulaan'; + String get reorderItemToStart => r'Naar het begin verplaatsen'; @override - String get reorderItemUp => r'Alih ke atas'; + String get reorderItemUp => r'Omhoog verplaatsen'; @override - String get rowsPerPageTitle => r'Baris setiap halaman:'; + String get rowsPerPageTitle => r'Rijen per pagina:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Cari'; + String get searchFieldLabel => r'Zoeken'; @override - String get selectAllButtonLabel => r'PILIH SEMUA'; + String get selectAllButtonLabel => r'ALLES SELECTEREN'; @override String get selectedRowCountTitleFew => null; @@ -8700,49 +12399,49 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 item dipilih'; + String get selectedRowCountTitleOne => r'1 item geselecteerd'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount item dipilih'; + String get selectedRowCountTitleOther => r'$selectedRowCount items geselecteerd'; @override String get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => r'Tiada item dipilih'; + String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Tunjukkan akaun'; + String get showAccountsLabel => r'Accounts weergeven'; @override - String get showMenuTooltip => r'Tunjukkan menu'; + String get showMenuTooltip => r'Menu weergeven'; @override - String get signedInLabel => r'Dilog masuk'; + String get signedInLabel => r'Ingelogd'; @override - String get tabLabelRaw => r'Tab $tabIndex dari $tabCount'; + String get tabLabelRaw => r'Tabblad $tabIndex van $tabCount'; @override - TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Pilih jam'; + String get timePickerHourModeAnnouncement => r'Uren selecteren'; @override - String get timePickerMinuteModeAnnouncement => r'Pilih minit'; + String get timePickerMinuteModeAnnouncement => r'Minuten selecteren'; @override - String get viewLicensesButtonLabel => r'LIHAT LESEN'; + String get viewLicensesButtonLabel => r'LICENTIES BEKIJKEN'; } -/// The translations for Norwegian Bokmål (`nb`). -class MaterialLocalizationNb extends GlobalMaterialLocalizations { - /// Create an instance of the translation bundle for Norwegian Bokmål. +/// The translations for Oriya (`or`). +class MaterialLocalizationOr extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Oriya. /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationNb({ - String localeName = 'nb', + const MaterialLocalizationOr({ + String localeName = 'or', @required intl.DateFormat fullYearFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @@ -8760,94 +12459,94 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Om $applicationName'; + String get aboutListTileTitleRaw => r'$applicationName ବିଷୟରେ'; @override - String get alertDialogLabel => r'Varsel'; + String get alertDialogLabel => r'ଆଲର୍ଟ'; @override String get anteMeridiemAbbreviation => r'AM'; @override - String get backButtonTooltip => r'Tilbake'; + String get backButtonTooltip => r'ପଛକୁ ଫେରନ୍ତୁ'; @override - String get cancelButtonLabel => r'AVBRYT'; + String get cancelButtonLabel => r'ବାତିଲ୍ କରନ୍ତୁ'; @override - String get closeButtonLabel => r'LUKK'; + String get closeButtonLabel => r'ବନ୍ଦ କରନ୍ତୁ'; @override - String get closeButtonTooltip => r'Lukk'; + String get closeButtonTooltip => r'ବନ୍ଦ କରନ୍ତୁ'; @override - String get collapsedIconTapHint => r'Vis'; + String get collapsedIconTapHint => r'ପ୍ରସାରିତ କରନ୍ତୁ'; @override - String get continueButtonLabel => r'FORTSETT'; + String get continueButtonLabel => r'ଜାରି ରଖନ୍ତୁ'; @override - String get copyButtonLabel => r'KOPIÉR'; + String get copyButtonLabel => r'କପି କରନ୍ତୁ'; @override - String get cutButtonLabel => r'KLIPP UT'; + String get cutButtonLabel => r'କଟ୍ କରନ୍ତୁ'; @override - String get deleteButtonTooltip => r'Slett'; + String get deleteButtonTooltip => r'ଡିଲିଟ୍ କରନ୍ତୁ'; @override - String get dialogLabel => r'Dialogboks'; + String get dialogLabel => r'ଡାୟଲଗ୍'; @override - String get drawerLabel => r'Navigasjonsmeny'; + String get drawerLabel => r'ନେଭିଗେସନ୍ ମେନୁ'; @override - String get expandedIconTapHint => r'Skjul'; + String get expandedIconTapHint => r'ସଙ୍କୁଚିତ କରନ୍ତୁ'; @override - String get hideAccountsLabel => r'Skjul kontoer'; + String get hideAccountsLabel => r'ଆକାଉଣ୍ଟଗୁଡ଼ିକୁ ଲୁଚାନ୍ତୁ'; @override - String get licensesPageTitle => r'Lisenser'; + String get licensesPageTitle => r'ଲାଇସେନ୍ସଗୁଡ଼କ'; @override - String get modalBarrierDismissLabel => r'Avvis'; + String get modalBarrierDismissLabel => r'ଖାରଜ କରନ୍ତୁ'; @override - String get nextMonthTooltip => r'Neste måned'; + String get nextMonthTooltip => r'ପରବର୍ତ୍ତୀ ମାସ'; @override - String get nextPageTooltip => r'Neste side'; + String get nextPageTooltip => r'ପରବର୍ତ୍ତୀ ପେଜ୍'; @override - String get okButtonLabel => r'OK'; + String get okButtonLabel => r'ଠିକ୍ ଅଛି'; @override - String get openAppDrawerTooltip => r'Åpne navigasjonsmenyen'; + String get openAppDrawerTooltip => r'ନାଭିଗେସନ୍ ମେନୁ ଖୋଲନ୍ତୁ'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow av $rowCount'; + String get pageRowsInfoTitleRaw => r'$rowCountର $firstRow–$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow av omtrent $rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'ପାଖାପାଖି $rowCountର $firstRow–$lastRow'; @override - String get pasteButtonLabel => r'LIM INN'; + String get pasteButtonLabel => r'ପେଷ୍ଟ କରନ୍ତୁ'; @override - String get popupMenuLabel => r'Forgrunnsmeny'; + String get popupMenuLabel => r'ପପ୍-ଅପ୍ ମେନୁ'; @override String get postMeridiemAbbreviation => r'PM'; @override - String get previousMonthTooltip => r'Forrige måned'; + String get previousMonthTooltip => r'ପୂର୍ବ ମାସ'; @override - String get previousPageTooltip => r'Forrige side'; + String get previousPageTooltip => r'ପୂର୍ବବର୍ତ୍ତୀ ପେଜ୍'; @override - String get refreshIndicatorSemanticLabel => r'Laster inn på nytt'; + String get refreshIndicatorSemanticLabel => r'ରିଫ୍ରେସ୍ କରନ୍ତୁ'; @override String get remainingTextFieldCharacterCountFew => null; @@ -8856,46 +12555,46 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1 tegn gjenstår'; + String get remainingTextFieldCharacterCountOne => r'1ଟି ଅକ୍ଷର ବାକି ଅଛି'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount tegn gjenstår'; + String get remainingTextFieldCharacterCountOther => r'$remainingCountଟି ଅକ୍ଷର ବାକି ଅଛି'; @override String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => null; @override - String get reorderItemDown => r'Flytt ned'; + String get reorderItemDown => r'ତଳକୁ ଯାଆନ୍ତୁ'; @override - String get reorderItemLeft => r'Flytt til venstre'; + String get reorderItemLeft => r'ବାମକୁ ଯାଆନ୍ତୁ'; @override - String get reorderItemRight => r'Flytt til høyre'; + String get reorderItemRight => r'ଡାହାଣକୁ ଯାଆନ୍ତୁ'; @override - String get reorderItemToEnd => r'Flytt til slutten'; + String get reorderItemToEnd => r'ଶେଷକୁ ଯାଆନ୍ତୁ'; @override - String get reorderItemToStart => r'Flytt til starten'; + String get reorderItemToStart => r'ଆରମ୍ଭକୁ ଯାଆନ୍ତୁ'; @override - String get reorderItemUp => r'Flytt opp'; + String get reorderItemUp => r'ଉପରକୁ ନିଅନ୍ତୁ'; @override - String get rowsPerPageTitle => r'Rader per side:'; + String get rowsPerPageTitle => r'ପୃଷ୍ଠା ପିଛା ଧାଡ଼ି:'; @override - ScriptCategory get scriptCategory => ScriptCategory.englishLike; + ScriptCategory get scriptCategory => ScriptCategory.tall; @override - String get searchFieldLabel => r'Søk'; + String get searchFieldLabel => r'ଖୋଜନ୍ତୁ'; @override - String get selectAllButtonLabel => r'VELG ALLE'; + String get selectAllButtonLabel => r'ସମସ୍ତ ଚୟନ କରନ୍ତୁ'; @override String get selectedRowCountTitleFew => null; @@ -8904,10 +12603,10 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 element er valgt'; + String get selectedRowCountTitleOne => r'1ଟି ଆଇଟମ୍ ଚୟନ କରାଯାଇଛି'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount elementer er valgt'; + String get selectedRowCountTitleOther => r'$selectedRowCountଟି ଆଇଟମ୍ ଚୟନ କରାଯାଇଛି'; @override String get selectedRowCountTitleTwo => null; @@ -8916,37 +12615,37 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Vis kontoer'; + String get showAccountsLabel => r'ଆକାଉଣ୍ଟ ଦେଖାନ୍ତୁ'; @override - String get showMenuTooltip => r'Vis meny'; + String get showMenuTooltip => r'ମେନୁ ଦେଖାନ୍ତୁ'; @override - String get signedInLabel => r'Pålogget'; + String get signedInLabel => r'ସାଇନ୍ ଇନ୍ କରାଯାଇଛି'; @override - String get tabLabelRaw => r'Fane $tabIndex av $tabCount'; + String get tabLabelRaw => r'$tabCountର $tabIndex ଟାବ୍'; @override - TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Angi timer'; + String get timePickerHourModeAnnouncement => r'ଘଣ୍ଟା ଚୟନ କରନ୍ତୁ'; @override - String get timePickerMinuteModeAnnouncement => r'Angi minutter'; + String get timePickerMinuteModeAnnouncement => r'ମିନିଟ୍ ଚୟନ କରନ୍ତୁ'; @override - String get viewLicensesButtonLabel => r'SE LISENSER'; + String get viewLicensesButtonLabel => r'ଲାଇସେନ୍ସ ଦେଖାନ୍ତୁ'; } -/// The translations for Dutch Flemish (`nl`). -class MaterialLocalizationNl extends GlobalMaterialLocalizations { - /// Create an instance of the translation bundle for Dutch Flemish. +/// The translations for Panjabi Punjabi (`pa`). +class MaterialLocalizationPa extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Panjabi Punjabi. /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationNl({ - String localeName = 'nl', + const MaterialLocalizationPa({ + String localeName = 'pa', @required intl.DateFormat fullYearFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @@ -8964,94 +12663,94 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Over $applicationName'; + String get aboutListTileTitleRaw => r'$applicationName ਬਾਰੇ'; @override - String get alertDialogLabel => r'Melding'; + String get alertDialogLabel => r'ਸੁਚੇਤਨਾ'; @override - String get anteMeridiemAbbreviation => r'am'; + String get anteMeridiemAbbreviation => r'AM'; @override - String get backButtonTooltip => r'Terug'; + String get backButtonTooltip => r'ਪਿੱਛੇ'; @override - String get cancelButtonLabel => r'ANNULEREN'; + String get cancelButtonLabel => r'ਰੱਦ ਕਰੋ'; @override - String get closeButtonLabel => r'SLUITEN'; + String get closeButtonLabel => r'ਬੰਦ ਕਰੋ'; @override - String get closeButtonTooltip => r'Sluiten'; + String get closeButtonTooltip => r'ਬੰਦ ਕਰੋ'; @override - String get collapsedIconTapHint => r'Uitvouwen'; + String get collapsedIconTapHint => r'ਵਿਸਤਾਰ ਕਰੋ'; @override - String get continueButtonLabel => r'DOORGAAN'; + String get continueButtonLabel => r'ਜਾਰੀ ਰੱਖੋ'; @override - String get copyButtonLabel => r'KOPIËREN'; + String get copyButtonLabel => r'ਕਾਪੀ ਕਰੋ'; @override - String get cutButtonLabel => r'KNIPPEN'; + String get cutButtonLabel => r'ਕੱਟ ਕਰੋ'; @override - String get deleteButtonTooltip => r'Verwijderen'; + String get deleteButtonTooltip => r'ਮਿਟਾਓ'; @override - String get dialogLabel => r'Dialoogvenster'; + String get dialogLabel => r'ਵਿੰਡੋ'; @override - String get drawerLabel => r'Navigatiemenu'; + String get drawerLabel => r'ਨੈਵੀਗੇਸ਼ਨ ਮੀਨੂ'; @override - String get expandedIconTapHint => r'Samenvouwen'; + String get expandedIconTapHint => r'ਸਮੇਟੋ'; @override - String get hideAccountsLabel => r'Accounts verbergen'; + String get hideAccountsLabel => r'ਖਾਤੇ ਲੁਕਾਓ'; @override - String get licensesPageTitle => r'Licenties'; + String get licensesPageTitle => r'ਲਾਇਸੰਸ'; @override - String get modalBarrierDismissLabel => r'Sluiten'; + String get modalBarrierDismissLabel => r'ਖਾਰਜ ਕਰੋ'; @override - String get nextMonthTooltip => r'Volgende maand'; + String get nextMonthTooltip => r'ਅਗਲਾ ਮਹੀਨਾ'; @override - String get nextPageTooltip => r'Volgende pagina'; + String get nextPageTooltip => r'ਅਗਲਾ ਪੰਨਾ'; @override - String get okButtonLabel => r'OK'; + String get okButtonLabel => r'ਠੀਕ ਹੈ'; @override - String get openAppDrawerTooltip => r'Navigatiemenu openen'; + String get openAppDrawerTooltip => r'ਨੈਵੀਗੇਸ਼ਨ ਮੀਨੂ ਖੋਲ੍ਹੋ'; @override - String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow van $rowCount'; + String get pageRowsInfoTitleRaw => r'$rowCount ਵਿੱਚੋਂ $firstRow–$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow van ongeveer $rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'ਲਗਭਗ $rowCount ਵਿੱਚੋਂ $firstRow–$lastRow'; @override - String get pasteButtonLabel => r'PLAKKEN'; + String get pasteButtonLabel => r'ਪੇਸਟ ਕਰੋ'; @override - String get popupMenuLabel => r'Pop-upmenu'; + String get popupMenuLabel => r'ਪੌਪਅੱਪ ਮੀਨੂ'; @override - String get postMeridiemAbbreviation => r'pm'; + String get postMeridiemAbbreviation => r'PM'; @override - String get previousMonthTooltip => r'Vorige maand'; + String get previousMonthTooltip => r'ਪਿਛਲਾ ਮਹੀਨਾ'; @override - String get previousPageTooltip => r'Vorige pagina'; + String get previousPageTooltip => r'ਪਿਛਲਾ ਪੰਨਾ'; @override - String get refreshIndicatorSemanticLabel => r'Vernieuwen'; + String get refreshIndicatorSemanticLabel => r'ਰਿਫ੍ਰੈਸ਼ ਕਰੋ'; @override String get remainingTextFieldCharacterCountFew => null; @@ -9060,46 +12759,46 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1 teken resterend'; + String get remainingTextFieldCharacterCountOne => r'1 ਅੱਖਰ-ਚਿੰਨ੍ਹ ਬਾਕੀ'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount tekens resterend'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount ਅੱਖਰ-ਚਿੰਨ੍ਹ ਬਾਕੀ'; @override String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => null; @override - String get reorderItemDown => r'Omlaag verplaatsen'; + String get reorderItemDown => r'ਹੇਠਾਂ ਲਿਜਾਓ'; @override - String get reorderItemLeft => r'Naar links verplaatsen'; + String get reorderItemLeft => r'ਖੱਬੇ ਲਿਜਾਓ'; @override - String get reorderItemRight => r'Naar rechts verplaatsen'; + String get reorderItemRight => r'ਸੱਜੇ ਲਿਜਾਓ'; @override - String get reorderItemToEnd => r'Naar het einde verplaatsen'; + String get reorderItemToEnd => r'ਅੰਤ ਵਿੱਚ ਲਿਜਾਓ'; @override - String get reorderItemToStart => r'Naar het begin verplaatsen'; + String get reorderItemToStart => r'ਸ਼ੁਰੂ ਵਿੱਚ ਲਿਜਾਓ'; @override - String get reorderItemUp => r'Omhoog verplaatsen'; + String get reorderItemUp => r'ਉੱਪਰ ਲਿਜਾਓ'; @override - String get rowsPerPageTitle => r'Rijen per pagina:'; + String get rowsPerPageTitle => r'ਹਰ ਪੰਨੇ ' "'" r'ਤੇ ਕਤਾਰਾਂ:'; @override - ScriptCategory get scriptCategory => ScriptCategory.englishLike; + ScriptCategory get scriptCategory => ScriptCategory.tall; @override - String get searchFieldLabel => r'Zoeken'; + String get searchFieldLabel => r'ਖੋਜੋ'; @override - String get selectAllButtonLabel => r'ALLES SELECTEREN'; + String get selectAllButtonLabel => r'ਸਭ ਚੁਣੋ'; @override String get selectedRowCountTitleFew => null; @@ -9108,10 +12807,10 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 item geselecteerd'; + String get selectedRowCountTitleOne => r'1 ਆਈਟਮ ਚੁਣੀ ਗਈ'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount items geselecteerd'; + String get selectedRowCountTitleOther => r'$selectedRowCount ਆਈਟਮਾਂ ਚੁਣੀਆਂ ਗਈਆਂ'; @override String get selectedRowCountTitleTwo => null; @@ -9120,28 +12819,28 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Accounts weergeven'; + String get showAccountsLabel => r'ਖਾਤੇ ਦਿਖਾਓ'; @override - String get showMenuTooltip => r'Menu weergeven'; + String get showMenuTooltip => r'ਮੀਨੂ ਦਿਖਾਓ'; @override - String get signedInLabel => r'Ingelogd'; + String get signedInLabel => r'ਸਾਈਨ-ਇਨ ਕੀਤਾ ਗਿਆ'; @override - String get tabLabelRaw => r'Tabblad $tabIndex van $tabCount'; + String get tabLabelRaw => r'$tabCount ਵਿੱਚੋਂ $tabIndex ਟੈਬ'; @override - TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Uren selecteren'; + String get timePickerHourModeAnnouncement => r'ਘੰਟੇ ਚੁਣੋ'; @override - String get timePickerMinuteModeAnnouncement => r'Minuten selecteren'; + String get timePickerMinuteModeAnnouncement => r'ਮਿੰਟ ਚੁਣੋ'; @override - String get viewLicensesButtonLabel => r'LICENTIES BEKIJKEN'; + String get viewLicensesButtonLabel => r'ਲਾਇਸੰਸ ਦੇਖੋ'; } /// The translations for Polish (`pl`). @@ -10068,178 +13767,382 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get alertDialogLabel => r'Оповещение'; @override - String get anteMeridiemAbbreviation => r'АМ'; + String get anteMeridiemAbbreviation => r'АМ'; + + @override + String get backButtonTooltip => r'Назад'; + + @override + String get cancelButtonLabel => r'ОТМЕНА'; + + @override + String get closeButtonLabel => r'ЗАКРЫТЬ'; + + @override + String get closeButtonTooltip => r'Закрыть'; + + @override + String get collapsedIconTapHint => r'Развернуть'; + + @override + String get continueButtonLabel => r'ПРОДОЛЖИТЬ'; + + @override + String get copyButtonLabel => r'КОПИРОВАТЬ'; + + @override + String get cutButtonLabel => r'ВЫРЕЗАТЬ'; + + @override + String get deleteButtonTooltip => r'Удалить'; + + @override + String get dialogLabel => r'Диалоговое окно'; + + @override + String get drawerLabel => r'Меню навигации'; + + @override + String get expandedIconTapHint => r'Свернуть'; + + @override + String get hideAccountsLabel => r'Скрыть аккаунты'; + + @override + String get licensesPageTitle => r'Лицензии'; + + @override + String get modalBarrierDismissLabel => r'Закрыть'; + + @override + String get nextMonthTooltip => r'Следующий месяц'; + + @override + String get nextPageTooltip => r'Следующая страница'; + + @override + String get okButtonLabel => r'ОК'; + + @override + String get openAppDrawerTooltip => r'Открыть меню навигации'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow из $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow из примерно $rowCount'; + + @override + String get pasteButtonLabel => r'ВСТАВИТЬ'; + + @override + String get popupMenuLabel => r'Всплывающее меню'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get previousMonthTooltip => r'Предыдущий месяц'; + + @override + String get previousPageTooltip => r'Предыдущая страница'; + + @override + String get refreshIndicatorSemanticLabel => r'Обновление'; + + @override + String get remainingTextFieldCharacterCountFew => r'Осталось $remainingCount символа'; + + @override + String get remainingTextFieldCharacterCountMany => r'Осталось $remainingCount символов'; + + @override + String get remainingTextFieldCharacterCountOne => r'Остался 1 символ'; + + @override + String get remainingTextFieldCharacterCountOther => r'Осталось $remainingCount символа'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'Переместить вниз'; + + @override + String get reorderItemLeft => r'Переместить влево'; + + @override + String get reorderItemRight => r'Переместить вправо'; + + @override + String get reorderItemToEnd => r'Переместить в конец'; + + @override + String get reorderItemToStart => r'Переместить в начало'; + + @override + String get reorderItemUp => r'Переместить вверх'; + + @override + String get rowsPerPageTitle => r'Строк на странице:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Поиск'; + + @override + String get selectAllButtonLabel => r'ВЫБРАТЬ ВСЕ'; + + @override + String get selectedRowCountTitleFew => r'Выбрано $selectedRowCount объекта'; + + @override + String get selectedRowCountTitleMany => r'Выбрано $selectedRowCount объектов'; + + @override + String get selectedRowCountTitleOne => r'Выбран 1 объект'; + + @override + String get selectedRowCountTitleOther => r'Выбрано $selectedRowCount объекта'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => r'Строки не выбраны'; + + @override + String get showAccountsLabel => r'Показать аккаунты'; + + @override + String get showMenuTooltip => r'Показать меню'; + + @override + String get signedInLabel => r'Вход выполнен'; + + @override + String get tabLabelRaw => r'Вкладка $tabIndex из $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Выберите часы'; + + @override + String get timePickerMinuteModeAnnouncement => r'Выберите минуты'; + + @override + String get viewLicensesButtonLabel => r'ЛИЦЕНЗИИ'; +} + +/// The translations for Sinhala Sinhalese (`si`). +class MaterialLocalizationSi extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Sinhala Sinhalese. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationSi({ + String localeName = 'si', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'$applicationName ගැන'; + + @override + String get alertDialogLabel => r'ඇඟවීම'; + + @override + String get anteMeridiemAbbreviation => r'පෙ.ව.'; @override - String get backButtonTooltip => r'Назад'; + String get backButtonTooltip => r'ආපසු'; @override - String get cancelButtonLabel => r'ОТМЕНА'; + String get cancelButtonLabel => r'අවලංගු කරන්න'; @override - String get closeButtonLabel => r'ЗАКРЫТЬ'; + String get closeButtonLabel => r'වසන්න'; @override - String get closeButtonTooltip => r'Закрыть'; + String get closeButtonTooltip => r'වසන්න'; @override - String get collapsedIconTapHint => r'Развернуть'; + String get collapsedIconTapHint => r'දිග හරින්න'; @override - String get continueButtonLabel => r'ПРОДОЛЖИТЬ'; + String get continueButtonLabel => r'ඉදිරියට'; @override - String get copyButtonLabel => r'КОПИРОВАТЬ'; + String get copyButtonLabel => r'පිටපත් කරන්න'; @override - String get cutButtonLabel => r'ВЫРЕЗАТЬ'; + String get cutButtonLabel => r'කපන්න'; @override - String get deleteButtonTooltip => r'Удалить'; + String get deleteButtonTooltip => r'මකන්න'; @override - String get dialogLabel => r'Диалоговое окно'; + String get dialogLabel => r'සංවාදය'; @override - String get drawerLabel => r'Меню навигации'; + String get drawerLabel => r'සංචාලන මෙනුව'; @override - String get expandedIconTapHint => r'Свернуть'; + String get expandedIconTapHint => r'හකුළන්න'; @override - String get hideAccountsLabel => r'Скрыть аккаунты'; + String get hideAccountsLabel => r'ගිණුම් සඟවන්න'; @override - String get licensesPageTitle => r'Лицензии'; + String get licensesPageTitle => r'බලපත්‍ර'; @override - String get modalBarrierDismissLabel => r'Закрыть'; + String get modalBarrierDismissLabel => r'ඉවත ලන්න'; @override - String get nextMonthTooltip => r'Следующий месяц'; + String get nextMonthTooltip => r'ඊළඟ මාසය'; @override - String get nextPageTooltip => r'Следующая страница'; + String get nextPageTooltip => r'ඊළඟ පිටුව'; @override - String get okButtonLabel => r'ОК'; + String get okButtonLabel => r'හරි'; @override - String get openAppDrawerTooltip => r'Открыть меню навигации'; + String get openAppDrawerTooltip => r'සංචාලන මෙනුව විවෘත කරන්න'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow из $rowCount'; + String get pageRowsInfoTitleRaw => r'$rowCountන් $firstRow–$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow из примерно $rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$rowCountකින් පමණ $firstRow–$lastRow'; @override - String get pasteButtonLabel => r'ВСТАВИТЬ'; + String get pasteButtonLabel => r'අලවන්න'; @override - String get popupMenuLabel => r'Всплывающее меню'; + String get popupMenuLabel => r'උත්පතන මෙනුව'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => r'ප.ව.'; @override - String get previousMonthTooltip => r'Предыдущий месяц'; + String get previousMonthTooltip => r'පෙර මාසය'; @override - String get previousPageTooltip => r'Предыдущая страница'; + String get previousPageTooltip => r'පෙර පිටුව'; @override - String get refreshIndicatorSemanticLabel => r'Обновление'; + String get refreshIndicatorSemanticLabel => r'නැවුම් කරන්න'; @override - String get remainingTextFieldCharacterCountFew => r'Осталось $remainingCount символа'; + String get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => r'Осталось $remainingCount символов'; + String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'Остался 1 символ'; + String get remainingTextFieldCharacterCountOne => r'අනුලකුණු 1ක් ඉතිරිය'; @override - String get remainingTextFieldCharacterCountOther => r'Осталось $remainingCount символа'; + String get remainingTextFieldCharacterCountOther => r'අනුලකුණු $remainingCountක් ඉතිරිය'; @override String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => null; @override - String get reorderItemDown => r'Переместить вниз'; + String get reorderItemDown => r'පහළට ගෙන යන්න'; @override - String get reorderItemLeft => r'Переместить влево'; + String get reorderItemLeft => r'වමට ගෙන යන්න'; @override - String get reorderItemRight => r'Переместить вправо'; + String get reorderItemRight => r'දකුණට ගෙන යන්න'; @override - String get reorderItemToEnd => r'Переместить в конец'; + String get reorderItemToEnd => r'අවසානයට යන්න'; @override - String get reorderItemToStart => r'Переместить в начало'; + String get reorderItemToStart => r'ආරම්භය වෙත යන්න'; @override - String get reorderItemUp => r'Переместить вверх'; + String get reorderItemUp => r'ඉහළට ගෙන යන්න'; @override - String get rowsPerPageTitle => r'Строк на странице:'; + String get rowsPerPageTitle => r'පිටුවකට පේළි:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Поиск'; + String get searchFieldLabel => r'සෙවීම'; @override - String get selectAllButtonLabel => r'ВЫБРАТЬ ВСЕ'; + String get selectAllButtonLabel => r'සියල්ල තෝරන්න'; @override - String get selectedRowCountTitleFew => r'Выбрано $selectedRowCount объекта'; + String get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => r'Выбрано $selectedRowCount объектов'; + String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'Выбран 1 объект'; + String get selectedRowCountTitleOne => r'අයිතම 1ක් තෝරන ලදී'; @override - String get selectedRowCountTitleOther => r'Выбрано $selectedRowCount объекта'; + String get selectedRowCountTitleOther => r'අයිතම $selectedRowCountක් තෝරන ලදී'; @override String get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => r'Строки не выбраны'; + String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Показать аккаунты'; + String get showAccountsLabel => r'ගිණුම් පෙන්වන්න'; @override - String get showMenuTooltip => r'Показать меню'; + String get showMenuTooltip => r'මෙනුව පෙන්වන්න'; @override - String get signedInLabel => r'Вход выполнен'; + String get signedInLabel => r'පුරන ලදී'; @override - String get tabLabelRaw => r'Вкладка $tabIndex из $tabCount'; + String get tabLabelRaw => r'ටැබ $tabIndexකින් $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Выберите часы'; + String get timePickerHourModeAnnouncement => r'පැය ගණන තෝරන්න'; @override - String get timePickerMinuteModeAnnouncement => r'Выберите минуты'; + String get timePickerMinuteModeAnnouncement => r'මිනිත්තු ගණන තෝරන්න'; @override - String get viewLicensesButtonLabel => r'ЛИЦЕНЗИИ'; + String get viewLicensesButtonLabel => r'බලපත්‍ර බලන්න'; } /// The translations for Slovak (`sk`). @@ -10476,178 +14379,382 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get alertDialogLabel => r'Opozorilo'; @override - String get anteMeridiemAbbreviation => r'DOP.'; + String get anteMeridiemAbbreviation => r'DOP.'; + + @override + String get backButtonTooltip => r'Nazaj'; + + @override + String get cancelButtonLabel => r'PREKLIČI'; + + @override + String get closeButtonLabel => r'ZAPRI'; + + @override + String get closeButtonTooltip => r'Zapiranje'; + + @override + String get collapsedIconTapHint => r'Razširiti'; + + @override + String get continueButtonLabel => r'NAPREJ'; + + @override + String get copyButtonLabel => r'KOPIRAJ'; + + @override + String get cutButtonLabel => r'IZREŽI'; + + @override + String get deleteButtonTooltip => r'Brisanje'; + + @override + String get dialogLabel => r'Pogovorno okno'; + + @override + String get drawerLabel => r'Meni za krmarjenje'; + + @override + String get expandedIconTapHint => r'Strniti'; + + @override + String get hideAccountsLabel => r'Skrivanje računov'; + + @override + String get licensesPageTitle => r'Licence'; + + @override + String get modalBarrierDismissLabel => r'Opusti'; + + @override + String get nextMonthTooltip => r'Naslednji mesec'; + + @override + String get nextPageTooltip => r'Naslednja stran'; + + @override + String get okButtonLabel => r'V REDU'; + + @override + String get openAppDrawerTooltip => r'Odpiranje menija za krmarjenje'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow od $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow od približno $rowCount'; + + @override + String get pasteButtonLabel => r'PRILEPI'; + + @override + String get popupMenuLabel => r'Pojavni meni'; + + @override + String get postMeridiemAbbreviation => r'POP.'; + + @override + String get previousMonthTooltip => r'Prejšnji mesec'; + + @override + String get previousPageTooltip => r'Prejšnja stran'; + + @override + String get refreshIndicatorSemanticLabel => r'Osveži'; + + @override + String get remainingTextFieldCharacterCountFew => r'Še $remainingCount znaki'; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'Še 1 znak'; + + @override + String get remainingTextFieldCharacterCountOther => r'Še $remainingCount znakov'; + + @override + String get remainingTextFieldCharacterCountTwo => r'Še $remainingCount znaka'; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'Premakni navzdol'; + + @override + String get reorderItemLeft => r'Premakni levo'; + + @override + String get reorderItemRight => r'Premakni desno'; + + @override + String get reorderItemToEnd => r'Premakni na konec'; + + @override + String get reorderItemToStart => r'Premakni na začetek'; + + @override + String get reorderItemUp => r'Premakni navzgor'; + + @override + String get rowsPerPageTitle => r'Vrstice na stran:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Iskanje'; + + @override + String get selectAllButtonLabel => r'IZBERI VSE'; + + @override + String get selectedRowCountTitleFew => r'Izbrani so $selectedRowCount elementi'; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'Izbran je 1 element'; + + @override + String get selectedRowCountTitleOther => r'Izbranih je $selectedRowCount elementov'; + + @override + String get selectedRowCountTitleTwo => r'Izbrana sta $selectedRowCount elementa'; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'Prikaz računov'; + + @override + String get showMenuTooltip => r'Prikaz menija'; + + @override + String get signedInLabel => r'Prijavljen'; + + @override + String get tabLabelRaw => r'Zavihek $tabIndex od $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Izberite ure'; + + @override + String get timePickerMinuteModeAnnouncement => r'Izberite minute'; + + @override + String get viewLicensesButtonLabel => r'PRIKAŽI LICENCE'; +} + +/// The translations for Albanian (`sq`). +class MaterialLocalizationSq extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Albanian. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationSq({ + String localeName = 'sq', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'Rreth $applicationName'; + + @override + String get alertDialogLabel => r'Sinjalizim'; + + @override + String get anteMeridiemAbbreviation => r'paradite'; @override - String get backButtonTooltip => r'Nazaj'; + String get backButtonTooltip => r'Prapa'; @override - String get cancelButtonLabel => r'PREKLIČI'; + String get cancelButtonLabel => r'ANULO'; @override - String get closeButtonLabel => r'ZAPRI'; + String get closeButtonLabel => r'MBYLL'; @override - String get closeButtonTooltip => r'Zapiranje'; + String get closeButtonTooltip => r'Mbyll'; @override - String get collapsedIconTapHint => r'Razširiti'; + String get collapsedIconTapHint => r'Zgjero'; @override - String get continueButtonLabel => r'NAPREJ'; + String get continueButtonLabel => r'VAZHDO'; @override - String get copyButtonLabel => r'KOPIRAJ'; + String get copyButtonLabel => r'KOPJO'; @override - String get cutButtonLabel => r'IZREŽI'; + String get cutButtonLabel => r'PRIT'; @override - String get deleteButtonTooltip => r'Brisanje'; + String get deleteButtonTooltip => r'Fshi'; @override - String get dialogLabel => r'Pogovorno okno'; + String get dialogLabel => r'Dialogu'; @override - String get drawerLabel => r'Meni za krmarjenje'; + String get drawerLabel => r'Menyja e navigimit'; @override - String get expandedIconTapHint => r'Strniti'; + String get expandedIconTapHint => r'Palos'; @override - String get hideAccountsLabel => r'Skrivanje računov'; + String get hideAccountsLabel => r'Fshih llogaritë'; @override - String get licensesPageTitle => r'Licence'; + String get licensesPageTitle => r'Licencat'; @override - String get modalBarrierDismissLabel => r'Opusti'; + String get modalBarrierDismissLabel => r'Hiq'; @override - String get nextMonthTooltip => r'Naslednji mesec'; + String get nextMonthTooltip => r'Muaji i ardhshëm'; @override - String get nextPageTooltip => r'Naslednja stran'; + String get nextPageTooltip => r'Faqja tjetër'; @override - String get okButtonLabel => r'V REDU'; + String get okButtonLabel => r'Në rregull'; @override - String get openAppDrawerTooltip => r'Odpiranje menija za krmarjenje'; + String get openAppDrawerTooltip => r'Hap menynë e navigimit'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow od $rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow nga $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow od približno $rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow nga rreth $rowCount'; @override - String get pasteButtonLabel => r'PRILEPI'; + String get pasteButtonLabel => r'NGJIT'; @override - String get popupMenuLabel => r'Pojavni meni'; + String get popupMenuLabel => r'Menyja kërcyese'; @override - String get postMeridiemAbbreviation => r'POP.'; + String get postMeridiemAbbreviation => r'pasdite'; @override - String get previousMonthTooltip => r'Prejšnji mesec'; + String get previousMonthTooltip => r'Muaji i mëparshëm'; @override - String get previousPageTooltip => r'Prejšnja stran'; + String get previousPageTooltip => r'Faqja e mëparshme'; @override - String get refreshIndicatorSemanticLabel => r'Osveži'; + String get refreshIndicatorSemanticLabel => r'Rifresko'; @override - String get remainingTextFieldCharacterCountFew => r'Še $remainingCount znaki'; + String get remainingTextFieldCharacterCountFew => null; @override String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'Še 1 znak'; + String get remainingTextFieldCharacterCountOne => r'1 karakter i mbetur'; @override - String get remainingTextFieldCharacterCountOther => r'Še $remainingCount znakov'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount karaktere të mbetura'; @override - String get remainingTextFieldCharacterCountTwo => r'Še $remainingCount znaka'; + String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => null; @override - String get reorderItemDown => r'Premakni navzdol'; + String get reorderItemDown => r'Lëvize poshtë'; @override - String get reorderItemLeft => r'Premakni levo'; + String get reorderItemLeft => r'Lëvize majtas'; @override - String get reorderItemRight => r'Premakni desno'; + String get reorderItemRight => r'Lëvize djathtas'; @override - String get reorderItemToEnd => r'Premakni na konec'; + String get reorderItemToEnd => r'Lëvize në fund'; @override - String get reorderItemToStart => r'Premakni na začetek'; + String get reorderItemToStart => r'Lëvize në fillim'; @override - String get reorderItemUp => r'Premakni navzgor'; + String get reorderItemUp => r'Lëvize lart'; @override - String get rowsPerPageTitle => r'Vrstice na stran:'; + String get rowsPerPageTitle => r'Rreshtat për faqe:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Iskanje'; + String get searchFieldLabel => r'Kërko'; @override - String get selectAllButtonLabel => r'IZBERI VSE'; + String get selectAllButtonLabel => r'ZGJIDHI TË GJITHA'; @override - String get selectedRowCountTitleFew => r'Izbrani so $selectedRowCount elementi'; + String get selectedRowCountTitleFew => null; @override String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'Izbran je 1 element'; + String get selectedRowCountTitleOne => r'U zgjodh 1 artikull'; @override - String get selectedRowCountTitleOther => r'Izbranih je $selectedRowCount elementov'; + String get selectedRowCountTitleOther => r'$selectedRowCount artikuj u zgjodhën'; @override - String get selectedRowCountTitleTwo => r'Izbrana sta $selectedRowCount elementa'; + String get selectedRowCountTitleTwo => null; @override String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Prikaz računov'; + String get showAccountsLabel => r'Shfaq llogaritë'; @override - String get showMenuTooltip => r'Prikaz menija'; + String get showMenuTooltip => r'Shfaq menynë'; @override - String get signedInLabel => r'Prijavljen'; + String get signedInLabel => r'Je identifikuar'; @override - String get tabLabelRaw => r'Zavihek $tabIndex od $tabCount'; + String get tabLabelRaw => r'Skeda $tabIndex nga $tabCount'; @override - TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Izberite ure'; + String get timePickerHourModeAnnouncement => r'Zgjidh orët'; @override - String get timePickerMinuteModeAnnouncement => r'Izberite minute'; + String get timePickerMinuteModeAnnouncement => r'Zgjidh minutat'; @override - String get viewLicensesButtonLabel => r'PRIKAŽI LICENCE'; + String get viewLicensesButtonLabel => r'SHIKO LICENCAT'; } /// The translations for Serbian (`sr`). @@ -11499,85 +15606,289 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get anteMeridiemAbbreviation => r'AM'; @override - String get backButtonTooltip => r'முந்தைய பக்கம்'; + String get backButtonTooltip => r'முந்தைய பக்கம்'; + + @override + String get cancelButtonLabel => r'ரத்துசெய்'; + + @override + String get closeButtonLabel => r'மூடுக'; + + @override + String get closeButtonTooltip => r'மூடுக'; + + @override + String get collapsedIconTapHint => r'விரிக்கும்'; + + @override + String get continueButtonLabel => r'தொடர்க'; + + @override + String get copyButtonLabel => r'நகலெடு'; + + @override + String get cutButtonLabel => r'வெட்டு'; + + @override + String get deleteButtonTooltip => r'நீக்கு'; + + @override + String get dialogLabel => r'உரையாடல்'; + + @override + String get drawerLabel => r'வழிசெலுத்தல் மெனு'; + + @override + String get expandedIconTapHint => r'சுருக்கும்'; + + @override + String get hideAccountsLabel => r'கணக்குகளை மறைக்கும்'; + + @override + String get licensesPageTitle => r'உரிமங்கள்'; + + @override + String get modalBarrierDismissLabel => r'நிராகரிக்கும்'; + + @override + String get nextMonthTooltip => r'அடுத்த மாதம்'; + + @override + String get nextPageTooltip => r'அடுத்த பக்கம்'; + + @override + String get okButtonLabel => r'சரி'; + + @override + String get openAppDrawerTooltip => r'வழிசெலுத்தல் மெனுவைத் திற'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow / $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow / $rowCount'; + + @override + String get pasteButtonLabel => r'ஒட்டு'; + + @override + String get popupMenuLabel => r'பாப் அப் மெனு'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get previousMonthTooltip => r'முந்தைய மாதம்'; + + @override + String get previousPageTooltip => r'முந்தைய பக்கம்'; + + @override + String get refreshIndicatorSemanticLabel => r'ரெஃப்ரெஷ் செய்யும்'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'1 எழுத்து மீதமுள்ளது'; + + @override + String get remainingTextFieldCharacterCountOther => r'$remainingCount எழுத்துகள் மீதமுள்ளன'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'எழுத்துக்கள் எதுவும் இல்லை'; + + @override + String get reorderItemDown => r'கீழே நகர்த்தவும்'; + + @override + String get reorderItemLeft => r'இடப்புறம் நகர்த்தவும்'; + + @override + String get reorderItemRight => r'வலப்புறம் நகர்த்தவும்'; + + @override + String get reorderItemToEnd => r'இறுதிக்கு நகர்த்தவும்'; + + @override + String get reorderItemToStart => r'தொடக்கத்திற்கு நகர்த்தவும்'; + + @override + String get reorderItemUp => r'மேலே நகர்த்தவும்'; + + @override + String get rowsPerPageTitle => r'ஒரு பக்கத்திற்கான வரிசைகள்:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.dense; + + @override + String get searchFieldLabel => r'தேடல்'; + + @override + String get selectAllButtonLabel => r'அனைத்தையும் தேர்ந்தெடு'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'1 வரிசை தேர்ந்தெடுக்கப்பட்டது'; + + @override + String get selectedRowCountTitleOther => r'$selectedRowCount வரிசைகள் தேர்ந்தெடுக்கப்பட்டன'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => r'எந்த வரிசையும் தேர்ந்தெடுக்கவில்லை'; + + @override + String get showAccountsLabel => r'கணக்குகளைக் காட்டும்'; + + @override + String get showMenuTooltip => r'மெனுவைக் காட்டு'; + + @override + String get signedInLabel => r'உள்நுழைந்துள்ளீர்கள்'; + + @override + String get tabLabelRaw => r'தாவல் $tabIndex / $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'மணிநேரத்தைத் தேர்ந்தெடுக்கவும்'; + + @override + String get timePickerMinuteModeAnnouncement => r'நிமிடங்களைத் தேர்ந்தெடுக்கவும்'; + + @override + String get viewLicensesButtonLabel => r'உரிமங்களைக் காட்டு'; +} + +/// The translations for Telugu (`te`). +class MaterialLocalizationTe extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Telugu. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationTe({ + String localeName = 'te', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'$applicationName గురించి'; + + @override + String get alertDialogLabel => r'అలర్ట్'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get backButtonTooltip => r'వెనుకకు'; @override - String get cancelButtonLabel => r'ரத்துசெய்'; + String get cancelButtonLabel => r'రద్దు చేయి'; @override - String get closeButtonLabel => r'மூடுக'; + String get closeButtonLabel => r'మూసివేయి'; @override - String get closeButtonTooltip => r'மூடுக'; + String get closeButtonTooltip => r'మూసివేయి'; @override - String get collapsedIconTapHint => r'விரிக்கும்'; + String get collapsedIconTapHint => r'విస్తరించు'; @override - String get continueButtonLabel => r'தொடர்க'; + String get continueButtonLabel => r'కొనసాగించు'; @override - String get copyButtonLabel => r'நகலெடு'; + String get copyButtonLabel => r'కాపీ చేయి'; @override - String get cutButtonLabel => r'வெட்டு'; + String get cutButtonLabel => r'కత్తిరించు'; @override - String get deleteButtonTooltip => r'நீக்கு'; + String get deleteButtonTooltip => r'తొలగించు'; @override - String get dialogLabel => r'உரையாடல்'; + String get dialogLabel => r'డైలాగ్'; @override - String get drawerLabel => r'வழிசெலுத்தல் மெனு'; + String get drawerLabel => r'నావిగేషన్ మెను'; @override - String get expandedIconTapHint => r'சுருக்கும்'; + String get expandedIconTapHint => r'కుదించు'; @override - String get hideAccountsLabel => r'கணக்குகளை மறைக்கும்'; + String get hideAccountsLabel => r'ఖాతాలను దాచు'; @override - String get licensesPageTitle => r'உரிமங்கள்'; + String get licensesPageTitle => r'లైసెన్స్‌లు'; @override - String get modalBarrierDismissLabel => r'நிராகரிக்கும்'; + String get modalBarrierDismissLabel => r'విస్మరించు'; @override - String get nextMonthTooltip => r'அடுத்த மாதம்'; + String get nextMonthTooltip => r'తర్వాత నెల'; @override - String get nextPageTooltip => r'அடுத்த பக்கம்'; + String get nextPageTooltip => r'తర్వాత పేజీ'; @override - String get okButtonLabel => r'சரி'; + String get okButtonLabel => r'సరే'; @override - String get openAppDrawerTooltip => r'வழிசெலுத்தல் மெனுவைத் திற'; + String get openAppDrawerTooltip => r'నావిగేషన్ మెనూను తెరువు'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow / $rowCount'; + String get pageRowsInfoTitleRaw => r'$rowCountలో $firstRow - $lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow / $rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$rowCountలో $firstRow–$lastRow'; @override - String get pasteButtonLabel => r'ஒட்டு'; + String get pasteButtonLabel => r'అతికించు'; @override - String get popupMenuLabel => r'பாப் அப் மெனு'; + String get popupMenuLabel => r'పాప్‌అప్ మెను'; @override String get postMeridiemAbbreviation => r'PM'; @override - String get previousMonthTooltip => r'முந்தைய மாதம்'; + String get previousMonthTooltip => r'మునుపటి నెల'; @override - String get previousPageTooltip => r'முந்தைய பக்கம்'; + String get previousPageTooltip => r'మునుపటి పేజీ'; @override - String get refreshIndicatorSemanticLabel => r'ரெஃப்ரெஷ் செய்யும்'; + String get refreshIndicatorSemanticLabel => r'రిఫ్రెష్ చేయి'; @override String get remainingTextFieldCharacterCountFew => null; @@ -11586,46 +15897,46 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1 எழுத்து மீதமுள்ளது'; + String get remainingTextFieldCharacterCountOne => r'1 అక్షరం మిగిలి ఉంది'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount எழுத்துகள் மீதமுள்ளன'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount అక్షరాలు మిగిలి ఉన్నాయి'; @override String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'எழுத்துக்கள் எதுவும் இல்லை'; + String get remainingTextFieldCharacterCountZero => null; @override - String get reorderItemDown => r'கீழே நகர்த்தவும்'; + String get reorderItemDown => r'కిందికు జరుపు'; @override - String get reorderItemLeft => r'இடப்புறம் நகர்த்தவும்'; + String get reorderItemLeft => r'ఎడమవైపుగా జరపండి'; @override - String get reorderItemRight => r'வலப்புறம் நகர்த்தவும்'; + String get reorderItemRight => r'కుడివైపుగా జరపండి'; @override - String get reorderItemToEnd => r'இறுதிக்கு நகர்த்தவும்'; + String get reorderItemToEnd => r'చివరకు తరలించండి'; @override - String get reorderItemToStart => r'தொடக்கத்திற்கு நகர்த்தவும்'; + String get reorderItemToStart => r'ప్రారంభానికి తరలించండి'; @override - String get reorderItemUp => r'மேலே நகர்த்தவும்'; + String get reorderItemUp => r'పైకి జరపండి'; @override - String get rowsPerPageTitle => r'ஒரு பக்கத்திற்கான வரிசைகள்:'; + String get rowsPerPageTitle => r'పేజీకి ఉండే అడ్డు వరుసలు:'; @override - ScriptCategory get scriptCategory => ScriptCategory.dense; + ScriptCategory get scriptCategory => ScriptCategory.tall; @override - String get searchFieldLabel => r'தேடல்'; + String get searchFieldLabel => r'వెతుకు'; @override - String get selectAllButtonLabel => r'அனைத்தையும் தேர்ந்தெடு'; + String get selectAllButtonLabel => r'అన్నింటినీ ఎంచుకోండి'; @override String get selectedRowCountTitleFew => null; @@ -11634,40 +15945,40 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 வரிசை தேர்ந்தெடுக்கப்பட்டது'; + String get selectedRowCountTitleOne => r'1 అంశం ఎంచుకోబడింది'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount வரிசைகள் தேர்ந்தெடுக்கப்பட்டன'; + String get selectedRowCountTitleOther => r'$selectedRowCount అంశాలు ఎంచుకోబడ్డాయి'; @override String get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => r'எந்த வரிசையும் தேர்ந்தெடுக்கவில்லை'; + String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'கணக்குகளைக் காட்டும்'; + String get showAccountsLabel => r'ఖాతాలను చూపు'; @override - String get showMenuTooltip => r'மெனுவைக் காட்டு'; + String get showMenuTooltip => r'మెనూను చూపు'; @override - String get signedInLabel => r'உள்நுழைந்துள்ளீர்கள்'; + String get signedInLabel => r'సైన్ ఇన్ చేసారు'; @override - String get tabLabelRaw => r'தாவல் $tabIndex / $tabCount'; + String get tabLabelRaw => r'$tabCountలో $tabIndexవ ట్యాబ్'; @override - TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'மணிநேரத்தைத் தேர்ந்தெடுக்கவும்'; + String get timePickerHourModeAnnouncement => r'గంటలను ఎంచుకోండి'; @override - String get timePickerMinuteModeAnnouncement => r'நிமிடங்களைத் தேர்ந்தெடுக்கவும்'; + String get timePickerMinuteModeAnnouncement => r'నిమిషాలను ఎంచుకోండి'; @override - String get viewLicensesButtonLabel => r'உரிமங்களைக் காட்டு'; + String get viewLicensesButtonLabel => r'లైసెన్స్‌లను చూడండి'; } /// The translations for Thai (`th`). @@ -12405,7 +16716,211 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => r'Залишився 1 символ'; @override - String get remainingTextFieldCharacterCountOther => r'Залишилося $remainingCount символу'; + String get remainingTextFieldCharacterCountOther => r'Залишилося $remainingCount символу'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => r'TBD'; + + @override + String get reorderItemDown => r'Перемістити вниз'; + + @override + String get reorderItemLeft => r'Перемістити ліворуч'; + + @override + String get reorderItemRight => r'Перемістити праворуч'; + + @override + String get reorderItemToEnd => r'Перемістити в кінець'; + + @override + String get reorderItemToStart => r'Перемістити на початок'; + + @override + String get reorderItemUp => r'Перемістити вгору'; + + @override + String get rowsPerPageTitle => r'Рядків на сторінці:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Пошук'; + + @override + String get selectAllButtonLabel => r'ВИБРАТИ ВСІ'; + + @override + String get selectedRowCountTitleFew => r'Вибрано $selectedRowCount елементи'; + + @override + String get selectedRowCountTitleMany => r'Вибрано $selectedRowCount елементів'; + + @override + String get selectedRowCountTitleOne => r'Вибрано 1 елемент'; + + @override + String get selectedRowCountTitleOther => r'Вибрано $selectedRowCount елемента'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'Показати облікові записи'; + + @override + String get showMenuTooltip => r'Показати меню'; + + @override + String get signedInLabel => r'Ви ввійшли'; + + @override + String get tabLabelRaw => r'Вкладка $tabIndex з $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Виберіть години'; + + @override + String get timePickerMinuteModeAnnouncement => r'Виберіть хвилини'; + + @override + String get viewLicensesButtonLabel => r'ПЕРЕГЛЯНУТИ ЛІЦЕНЗІЇ'; +} + +/// The translations for Urdu (`ur`). +class MaterialLocalizationUr extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Urdu. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationUr({ + String localeName = 'ur', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'$applicationName کے بارے میں'; + + @override + String get alertDialogLabel => r'الرٹ'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get backButtonTooltip => r'پیچھے'; + + @override + String get cancelButtonLabel => r'منسوخ کریں'; + + @override + String get closeButtonLabel => r'بند کریں'; + + @override + String get closeButtonTooltip => r'بند کریں'; + + @override + String get collapsedIconTapHint => r'پھیلائیں'; + + @override + String get continueButtonLabel => r'جاری رکھیں'; + + @override + String get copyButtonLabel => r'کاپی کریں'; + + @override + String get cutButtonLabel => r'کٹ کریں'; + + @override + String get deleteButtonTooltip => r'حذف کریں'; + + @override + String get dialogLabel => r'ڈائلاگ'; + + @override + String get drawerLabel => r'نیویگیشن مینو'; + + @override + String get expandedIconTapHint => r'سکیڑیں'; + + @override + String get hideAccountsLabel => r'اکاؤنٹس چھپائیں'; + + @override + String get licensesPageTitle => r'لائسنسز'; + + @override + String get modalBarrierDismissLabel => r'برخاست کریں'; + + @override + String get nextMonthTooltip => r'اگلا مہینہ'; + + @override + String get nextPageTooltip => r'اگلا صفحہ'; + + @override + String get okButtonLabel => r'ٹھیک ہے'; + + @override + String get openAppDrawerTooltip => r'نیویگیشن مینو کھولیں'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow از $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow $rowCount میں سے تقریباً'; + + @override + String get pasteButtonLabel => r'پیسٹ کریں'; + + @override + String get popupMenuLabel => r'پاپ اپ مینو'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get previousMonthTooltip => r'پچھلا مہینہ'; + + @override + String get previousPageTooltip => r'گزشتہ صفحہ'; + + @override + String get refreshIndicatorSemanticLabel => r'ریفریش کریں'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'1 حرف باقی ہے'; + + @override + String get remainingTextFieldCharacterCountOther => r'$remainingCount حروف باقی ہیں'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -12414,46 +16929,46 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountZero => r'TBD'; @override - String get reorderItemDown => r'Перемістити вниз'; + String get reorderItemDown => r'نیچے منتقل کریں'; @override - String get reorderItemLeft => r'Перемістити ліворуч'; + String get reorderItemLeft => r'بائیں منتقل کریں'; @override - String get reorderItemRight => r'Перемістити праворуч'; + String get reorderItemRight => r'دائیں منتقل کریں'; @override - String get reorderItemToEnd => r'Перемістити в кінець'; + String get reorderItemToEnd => r'آخر میں منتقل کریں'; @override - String get reorderItemToStart => r'Перемістити на початок'; + String get reorderItemToStart => r'شروع میں منتقل کریں'; @override - String get reorderItemUp => r'Перемістити вгору'; + String get reorderItemUp => r'اوپر منتقل کریں'; @override - String get rowsPerPageTitle => r'Рядків на сторінці:'; + String get rowsPerPageTitle => r'قطاریں فی صفحہ:'; @override - ScriptCategory get scriptCategory => ScriptCategory.englishLike; + ScriptCategory get scriptCategory => ScriptCategory.tall; @override - String get searchFieldLabel => r'Пошук'; + String get searchFieldLabel => r'تلاش'; @override - String get selectAllButtonLabel => r'ВИБРАТИ ВСІ'; + String get selectAllButtonLabel => r'سبھی منتخب کریں'; @override - String get selectedRowCountTitleFew => r'Вибрано $selectedRowCount елементи'; + String get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => r'Вибрано $selectedRowCount елементів'; + String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'Вибрано 1 елемент'; + String get selectedRowCountTitleOne => r'1 آئٹم منتخب کیا گیا'; @override - String get selectedRowCountTitleOther => r'Вибрано $selectedRowCount елемента'; + String get selectedRowCountTitleOther => r'$selectedRowCount آئٹمز منتخب کیے گئے'; @override String get selectedRowCountTitleTwo => null; @@ -12462,37 +16977,37 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Показати облікові записи'; + String get showAccountsLabel => r'اکاؤنٹس دکھائیں'; @override - String get showMenuTooltip => r'Показати меню'; + String get showMenuTooltip => r'مینو دکھائیں'; @override - String get signedInLabel => r'Ви ввійшли'; + String get signedInLabel => r'سائن ان کردہ ہے'; @override - String get tabLabelRaw => r'Вкладка $tabIndex з $tabCount'; + String get tabLabelRaw => r'$tabCount میں سے $tabIndex ٹیب'; @override - TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @override - String get timePickerHourModeAnnouncement => r'Виберіть години'; + String get timePickerHourModeAnnouncement => r'گھنٹے منتخب کریں'; @override - String get timePickerMinuteModeAnnouncement => r'Виберіть хвилини'; + String get timePickerMinuteModeAnnouncement => r'منٹ منتخب کریں'; @override - String get viewLicensesButtonLabel => r'ПЕРЕГЛЯНУТИ ЛІЦЕНЗІЇ'; + String get viewLicensesButtonLabel => r'لائسنسز دیکھیں'; } -/// The translations for Urdu (`ur`). -class MaterialLocalizationUr extends GlobalMaterialLocalizations { - /// Create an instance of the translation bundle for Urdu. +/// The translations for Uzbek (`uz`). +class MaterialLocalizationUz extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Uzbek. /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationUr({ - String localeName = 'ur', + const MaterialLocalizationUz({ + String localeName = 'uz', @required intl.DateFormat fullYearFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @@ -12510,94 +17025,94 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName کے بارے میں'; + String get aboutListTileTitleRaw => r'$applicationName haqida'; @override - String get alertDialogLabel => r'الرٹ'; + String get alertDialogLabel => r'Ogohlantirish'; @override String get anteMeridiemAbbreviation => r'AM'; @override - String get backButtonTooltip => r'پیچھے'; + String get backButtonTooltip => r'Orqaga'; @override - String get cancelButtonLabel => r'منسوخ کریں'; + String get cancelButtonLabel => r'BEKOR QILISH'; @override - String get closeButtonLabel => r'بند کریں'; + String get closeButtonLabel => r'YOPISH'; @override - String get closeButtonTooltip => r'بند کریں'; + String get closeButtonTooltip => r'Yopish'; @override - String get collapsedIconTapHint => r'پھیلائیں'; + String get collapsedIconTapHint => r'Yoyish'; @override - String get continueButtonLabel => r'جاری رکھیں'; + String get continueButtonLabel => r'DAVOM ETISH'; @override - String get copyButtonLabel => r'کاپی کریں'; + String get copyButtonLabel => r'NUSXA OLISH'; @override - String get cutButtonLabel => r'کٹ کریں'; + String get cutButtonLabel => r'KESIB OLISH'; @override - String get deleteButtonTooltip => r'حذف کریں'; + String get deleteButtonTooltip => r'Olib tashlash'; @override - String get dialogLabel => r'ڈائلاگ'; + String get dialogLabel => r'Muloqot oynasi'; @override - String get drawerLabel => r'نیویگیشن مینو'; + String get drawerLabel => r'Navigatsiya menyusi'; @override - String get expandedIconTapHint => r'سکیڑیں'; + String get expandedIconTapHint => r'Kichraytirish'; @override - String get hideAccountsLabel => r'اکاؤنٹس چھپائیں'; + String get hideAccountsLabel => r'Hisoblarni berkitish'; @override - String get licensesPageTitle => r'لائسنسز'; + String get licensesPageTitle => r'Litsenziyalar'; @override - String get modalBarrierDismissLabel => r'برخاست کریں'; + String get modalBarrierDismissLabel => r'Yopish'; @override - String get nextMonthTooltip => r'اگلا مہینہ'; + String get nextMonthTooltip => r'Keyingi oy'; @override - String get nextPageTooltip => r'اگلا صفحہ'; + String get nextPageTooltip => r'Keyingi sahifa'; @override - String get okButtonLabel => r'ٹھیک ہے'; + String get okButtonLabel => r'OK'; @override - String get openAppDrawerTooltip => r'نیویگیشن مینو کھولیں'; + String get openAppDrawerTooltip => r'Navigatsiya menyusini ochish'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow از $rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow, jami: $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow $rowCount میں سے تقریباً'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow, jami: $rowCount'; @override - String get pasteButtonLabel => r'پیسٹ کریں'; + String get pasteButtonLabel => r'JOYLASH'; @override - String get popupMenuLabel => r'پاپ اپ مینو'; + String get popupMenuLabel => r'Pop-ap menyusi'; @override String get postMeridiemAbbreviation => r'PM'; @override - String get previousMonthTooltip => r'پچھلا مہینہ'; + String get previousMonthTooltip => r'Avvalgi oy'; @override - String get previousPageTooltip => r'گزشتہ صفحہ'; + String get previousPageTooltip => r'Avvalgi sahifa'; @override - String get refreshIndicatorSemanticLabel => r'ریفریش کریں'; + String get refreshIndicatorSemanticLabel => r'Yangilash'; @override String get remainingTextFieldCharacterCountFew => null; @@ -12606,46 +17121,46 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1 حرف باقی ہے'; + String get remainingTextFieldCharacterCountOne => r'1 ta belgi qoldi'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount حروف باقی ہیں'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount ta belgi qoldi'; @override String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => null; @override - String get reorderItemDown => r'نیچے منتقل کریں'; + String get reorderItemDown => r'Pastga siljitish'; @override - String get reorderItemLeft => r'بائیں منتقل کریں'; + String get reorderItemLeft => r'Chapga siljitish'; @override - String get reorderItemRight => r'دائیں منتقل کریں'; + String get reorderItemRight => r'Oʻngga siljitish'; @override - String get reorderItemToEnd => r'آخر میں منتقل کریں'; + String get reorderItemToEnd => r'Oxiriga siljitish'; @override - String get reorderItemToStart => r'شروع میں منتقل کریں'; + String get reorderItemToStart => r'Boshiga siljitish'; @override - String get reorderItemUp => r'اوپر منتقل کریں'; + String get reorderItemUp => r'Tepaga siljitish'; @override - String get rowsPerPageTitle => r'قطاریں فی صفحہ:'; + String get rowsPerPageTitle => r'Har bir sahifadagi qatorlar soni:'; @override - ScriptCategory get scriptCategory => ScriptCategory.tall; + ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'تلاش'; + String get searchFieldLabel => r'Qidirish'; @override - String get selectAllButtonLabel => r'سبھی منتخب کریں'; + String get selectAllButtonLabel => r'BARCHASINI TANLASH'; @override String get selectedRowCountTitleFew => null; @@ -12654,10 +17169,10 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 آئٹم منتخب کیا گیا'; + String get selectedRowCountTitleOne => r'1 ta element tanlandi'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount آئٹمز منتخب کیے گئے'; + String get selectedRowCountTitleOther => r'$selectedRowCount ta element tanlandi'; @override String get selectedRowCountTitleTwo => null; @@ -12666,28 +17181,28 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'اکاؤنٹس دکھائیں'; + String get showAccountsLabel => r'Hisoblarni koʻrsatish'; @override - String get showMenuTooltip => r'مینو دکھائیں'; + String get showMenuTooltip => r'Menyuni koʻrsatish'; @override - String get signedInLabel => r'سائن ان کردہ ہے'; + String get signedInLabel => r'Hisobingizga kirgansiz'; @override - String get tabLabelRaw => r'$tabCount میں سے $tabIndex ٹیب'; + String get tabLabelRaw => r'$tabCount varaqdan $tabIndex'; @override - TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'گھنٹے منتخب کریں'; + String get timePickerHourModeAnnouncement => r'Soatni tanlang'; @override - String get timePickerMinuteModeAnnouncement => r'منٹ منتخب کریں'; + String get timePickerMinuteModeAnnouncement => r'Daqiqani tanlang'; @override - String get viewLicensesButtonLabel => r'لائسنسز دیکھیں'; + String get viewLicensesButtonLabel => r'Litsenziyalarni koʻrish'; } /// The translations for Vietnamese (`vi`). @@ -13332,6 +17847,210 @@ class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { ); } +/// The translations for Zulu (`zu`). +class MaterialLocalizationZu extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Zulu. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationZu({ + String localeName = 'zu', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => r'Mayelana no-$applicationName'; + + @override + String get alertDialogLabel => r'Isexwayiso'; + + @override + String get anteMeridiemAbbreviation => r'AM'; + + @override + String get backButtonTooltip => r'Emuva'; + + @override + String get cancelButtonLabel => r'KHANSELA'; + + @override + String get closeButtonLabel => r'VALA'; + + @override + String get closeButtonTooltip => r'Vala'; + + @override + String get collapsedIconTapHint => r'Nweba'; + + @override + String get continueButtonLabel => r'QHUBEKA'; + + @override + String get copyButtonLabel => r'KOPISHA'; + + @override + String get cutButtonLabel => r'SIKA'; + + @override + String get deleteButtonTooltip => r'Susa'; + + @override + String get dialogLabel => r'Ingxoxo'; + + @override + String get drawerLabel => r'Imenyu yokuzulazula'; + + @override + String get expandedIconTapHint => r'Goqa'; + + @override + String get hideAccountsLabel => r'Fihla ama-akhawunti'; + + @override + String get licensesPageTitle => r'Amalayisense'; + + @override + String get modalBarrierDismissLabel => r'Cashisa'; + + @override + String get nextMonthTooltip => r'Inyanga ezayo'; + + @override + String get nextPageTooltip => r'Ikhasi elilandelayo'; + + @override + String get okButtonLabel => r'KULUNGILE'; + + @override + String get openAppDrawerTooltip => r'Vula imenyu yokuzulazula'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow kokungu-$rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow cishe kokungu-$rowCount'; + + @override + String get pasteButtonLabel => r'NAMATHISELA'; + + @override + String get popupMenuLabel => r'Imenyu ye-popup'; + + @override + String get postMeridiemAbbreviation => r'PM'; + + @override + String get previousMonthTooltip => r'Inyanga edlule'; + + @override + String get previousPageTooltip => r'Ikhasi elidlule'; + + @override + String get refreshIndicatorSemanticLabel => r'Vuselela'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => r'1 uhlamvu olusele'; + + @override + String get remainingTextFieldCharacterCountOther => r'$remainingCount izinhlamvu ezisele'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => null; + + @override + String get reorderItemDown => r'Iya phansi'; + + @override + String get reorderItemLeft => r'Hambisa kwesokunxele'; + + @override + String get reorderItemRight => r'Yisa kwesokudla'; + + @override + String get reorderItemToEnd => r'Yisa ekugcineni'; + + @override + String get reorderItemToStart => r'Yisa ekuqaleni'; + + @override + String get reorderItemUp => r'Iya phezulu'; + + @override + String get rowsPerPageTitle => r'Imigqa ekhasini ngalinye:'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => r'Sesha'; + + @override + String get selectAllButtonLabel => r'KHETHA KONKE'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => r'1 into ekhethiwe'; + + @override + String get selectedRowCountTitleOther => r'$selectedRowCount izinto ezikhethiwe'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => r'Bonisa ama-akhawunti'; + + @override + String get showMenuTooltip => r'Bonisa imenyu'; + + @override + String get signedInLabel => r'Ungene ngemvume'; + + @override + String get tabLabelRaw => r'Ithebhu $tabIndex kwangu-$tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + + @override + String get timePickerHourModeAnnouncement => r'Khetha amahora'; + + @override + String get timePickerMinuteModeAnnouncement => r'Khetha amaminithi'; + + @override + String get viewLicensesButtonLabel => r'Buka amalayisense'; +} + /// The set of supported languages, as language code strings. /// /// The [GlobalMaterialLocalizations.delegate] can generate localizations for @@ -13344,8 +18063,14 @@ class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { /// /// * [getMaterialTranslation], whose documentation describes these values. final Set kMaterialSupportedLanguages = HashSet.from(const [ + 'af', // Afrikaans + 'am', // Amharic 'ar', // Arabic + 'as', // Assamese + 'az', // Azerbaijani + 'be', // Belarusian 'bg', // Bulgarian + 'bn', // Bengali Bangla 'bs', // Bosnian 'ca', // Catalan Valencian 'cs', // Czech @@ -13355,48 +18080,65 @@ final Set kMaterialSupportedLanguages = HashSet.from(const kMaterialSupportedLanguages = HashSet.from(const kMaterialSupportedLanguages = HashSet.from(const Date: Mon, 29 Jul 2019 16:21:19 -0700 Subject: [PATCH 099/327] Add support for the Kannada (kn) locale (#37026) --- .../localization/localizations_utils.dart | 11 + .../lib/src/l10n/cupertino_kn.arb | 22 ++ .../generated_cupertino_localizations.dart | 152 +++++++++++++ .../generated_material_localizations.dart | 208 ++++++++++++++++++ .../lib/src/l10n/material_kn.arb | 54 +++++ 5 files changed, 447 insertions(+) create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_kn.arb diff --git a/dev/tools/localization/localizations_utils.dart b/dev/tools/localization/localizations_utils.dart index fafe4150d832..d0744c8ba296 100644 --- a/dev/tools/localization/localizations_utils.dart +++ b/dev/tools/localization/localizations_utils.dart @@ -401,3 +401,14 @@ String generateString(String s) { output.write("'"); return output.toString(); } + +/// Only used to generate localization strings for the Kannada locale ('kn') because +/// some of the localized strings contain characters that can crash Emacs on Linux. +/// See packages/flutter_localizations/lib/src/l10n/README for more information. +String generateEncodedString(String s) { + if (s.runes.every((int code) => code <= 0xFF)) + return generateString(s); + + final String unicodeEscapes = s.runes.map((int code) => '\\u{${code.toRadixString(16)}}').join(); + return "'$unicodeEscapes'"; +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb new file mode 100644 index 000000000000..396ace138b87 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb @@ -0,0 +1,22 @@ +{ + "datePickerHourSemanticsLabelOne": "\u0024\u0068\u006f\u0075\u0072\u0020\u0c97\u0c82\u0c9f\u0cc6", + "datePickerHourSemanticsLabelOther": "\u0024\u0068\u006f\u0075\u0072\u0020\u0c97\u0c82\u0c9f\u0cc6", + "datePickerMinuteSemanticsLabelOne": "\u0031\u0020\u0ca8\u0cbf\u0cae\u0cbf\u0cb7", + "datePickerMinuteSemanticsLabelOther": "\u0024\u006d\u0069\u006e\u0075\u0074\u0065\u0020\u0ca8\u0cbf\u0cae\u0cbf\u0cb7\u0c97\u0cb3\u0cc1", + "datePickerDateOrder": "\u0064\u006d\u0079", + "datePickerDateTimeOrder": "\u0064\u0061\u0074\u0065\u005f\u0074\u0069\u006d\u0065\u005f\u0064\u0061\u0079\u0050\u0065\u0072\u0069\u006f\u0064", + "anteMeridiemAbbreviation": "\u0cac\u0cc6\u0cb3\u0cbf\u0c97\u0ccd\u0c97\u0cc6", + "postMeridiemAbbreviation": "\u0cb8\u0c82\u0c9c\u0cc6", + "todayLabel": "\u0c87\u0c82\u0ca6\u0cc1", + "alertDialogLabel": "\u0c8e\u0c9a\u0ccd\u0c9a\u0cb0\u0cbf\u0c95\u0cc6", + "timerPickerHourLabelOne": "\u0c97\u0c82\u0c9f\u0cc6", + "timerPickerHourLabelOther": "\u0c97\u0c82\u0c9f\u0cc6\u0c97\u0cb3\u0cc1", + "timerPickerMinuteLabelOne": "\u0ca8\u0cbf\u0cae\u0cbf\u002e", + "timerPickerMinuteLabelOther": "\u0ca8\u0cbf\u0cae\u0cbf\u002e", + "timerPickerSecondLabelOne": "\u0cb8\u0cc6\u002e", + "timerPickerSecondLabelOther": "\u0cb8\u0cc6\u002e", + "cutButtonLabel": "\u0c95\u0ca4\u0ccd\u0ca4\u0cb0\u0cbf\u0cb8\u0cbf", + "copyButtonLabel": "\u0ca8\u0c95\u0cb2\u0cbf\u0cb8\u0cbf", + "pasteButtonLabel": "\u0c85\u0c82\u0c9f\u0cbf\u0cb8\u0cbf", + "selectAllButtonLabel": "\u0c8e\u0cb2\u0ccd\u0cb2\u0cb5\u0ca8\u0ccd\u0ca8\u0cc2\u0020\u0c86\u0caf\u0ccd\u0c95\u0cc6\u0cae\u0cbe\u0ca1\u0cbf" +} diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index 9681b29731ce..0374ebea3938 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -6707,6 +6707,154 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { String get todayLabel => r'ថ្ងៃនេះ'; } +/// The translations for Kannada (`kn`). +class CupertinoLocalizationKn extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Kannada. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationKn({ + String localeName = 'kn', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get alertDialogLabel => '\u{c8e}\u{c9a}\u{ccd}\u{c9a}\u{cb0}\u{cbf}\u{c95}\u{cc6}'; + + @override + String get anteMeridiemAbbreviation => '\u{cac}\u{cc6}\u{cb3}\u{cbf}\u{c97}\u{ccd}\u{c97}\u{cc6}'; + + @override + String get copyButtonLabel => '\u{ca8}\u{c95}\u{cb2}\u{cbf}\u{cb8}\u{cbf}'; + + @override + String get cutButtonLabel => '\u{c95}\u{ca4}\u{ccd}\u{ca4}\u{cb0}\u{cbf}\u{cb8}\u{cbf}'; + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => '\u{24}\u{68}\u{6f}\u{75}\u{72}\u{20}\u{c97}\u{c82}\u{c9f}\u{cc6}'; + + @override + String get datePickerHourSemanticsLabelOther => '\u{24}\u{68}\u{6f}\u{75}\u{72}\u{20}\u{c97}\u{c82}\u{c9f}\u{cc6}'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => '\u{31}\u{20}\u{ca8}\u{cbf}\u{cae}\u{cbf}\u{cb7}'; + + @override + String get datePickerMinuteSemanticsLabelOther => '\u{24}\u{6d}\u{69}\u{6e}\u{75}\u{74}\u{65}\u{20}\u{ca8}\u{cbf}\u{cae}\u{cbf}\u{cb7}\u{c97}\u{cb3}\u{cc1}'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get pasteButtonLabel => '\u{c85}\u{c82}\u{c9f}\u{cbf}\u{cb8}\u{cbf}'; + + @override + String get postMeridiemAbbreviation => '\u{cb8}\u{c82}\u{c9c}\u{cc6}'; + + @override + String get selectAllButtonLabel => '\u{c8e}\u{cb2}\u{ccd}\u{cb2}\u{cb5}\u{ca8}\u{ccd}\u{ca8}\u{cc2}\u{20}\u{c86}\u{caf}\u{ccd}\u{c95}\u{cc6}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => '\u{c97}\u{c82}\u{c9f}\u{cc6}'; + + @override + String get timerPickerHourLabelOther => '\u{c97}\u{c82}\u{c9f}\u{cc6}\u{c97}\u{cb3}\u{cc1}'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => '\u{ca8}\u{cbf}\u{cae}\u{cbf}\u{2e}'; + + @override + String get timerPickerMinuteLabelOther => '\u{ca8}\u{cbf}\u{cae}\u{cbf}\u{2e}'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => '\u{cb8}\u{cc6}\u{2e}'; + + @override + String get timerPickerSecondLabelOther => '\u{cb8}\u{cc6}\u{2e}'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => '\u{c87}\u{c82}\u{ca6}\u{cc1}'; +} + /// The translations for Korean (`ko`). class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { /// Create an instance of the translation bundle for Korean. @@ -12696,6 +12844,7 @@ final Set kCupertinoSupportedLanguages = HashSet.from(const kCupertinoSupportedLanguages = HashSet.from(const r'មើលអាជ្ញាបណ្ណ'; } +/// The translations for Kannada (`kn`). +class MaterialLocalizationKn extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Kannada. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationKn({ + String localeName = 'kn', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get aboutListTileTitleRaw => '\u{24}\u{61}\u{70}\u{70}\u{6c}\u{69}\u{63}\u{61}\u{74}\u{69}\u{6f}\u{6e}\u{4e}\u{61}\u{6d}\u{65}\u{20}\u{cac}\u{c97}\u{ccd}\u{c97}\u{cc6}'; + + @override + String get alertDialogLabel => '\u{c8e}\u{c9a}\u{ccd}\u{c9a}\u{cb0}\u{cbf}\u{c95}\u{cc6}'; + + @override + String get anteMeridiemAbbreviation => '\u{cac}\u{cc6}\u{cb3}\u{cbf}\u{c97}\u{ccd}\u{c97}\u{cc6}'; + + @override + String get backButtonTooltip => '\u{cb9}\u{cbf}\u{c82}\u{ca4}\u{cbf}\u{cb0}\u{cc1}\u{c97}\u{cbf}'; + + @override + String get cancelButtonLabel => '\u{cb0}\u{ca6}\u{ccd}\u{ca6}\u{cc1}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; + + @override + String get closeButtonLabel => '\u{cae}\u{cc1}\u{c9a}\u{ccd}\u{c9a}\u{cbf}\u{cb0}\u{cbf}'; + + @override + String get closeButtonTooltip => '\u{cae}\u{cc1}\u{c9a}\u{ccd}\u{c9a}\u{cbf}\u{cb0}\u{cbf}'; + + @override + String get collapsedIconTapHint => '\u{cb5}\u{cbf}\u{cb8}\u{ccd}\u{ca4}\u{cb0}\u{cbf}\u{cb8}\u{cbf}'; + + @override + String get continueButtonLabel => '\u{cae}\u{cc1}\u{c82}\u{ca6}\u{cc1}\u{cb5}\u{cb0}\u{cbf}\u{cb8}\u{cbf}'; + + @override + String get copyButtonLabel => '\u{ca8}\u{c95}\u{cb2}\u{cbf}\u{cb8}\u{cbf}'; + + @override + String get cutButtonLabel => '\u{c95}\u{ca4}\u{ccd}\u{ca4}\u{cb0}\u{cbf}\u{cb8}\u{cbf}'; + + @override + String get deleteButtonTooltip => '\u{c85}\u{cb3}\u{cbf}\u{cb8}\u{cbf}'; + + @override + String get dialogLabel => '\u{ca1}\u{cc8}\u{cb2}\u{cbe}\u{c97}\u{ccd}'; + + @override + String get drawerLabel => '\u{ca8}\u{ccd}\u{caf}\u{cbe}\u{cb5}\u{cbf}\u{c97}\u{cc7}\u{cb6}\u{ca8}\u{ccd}\u{200c}\u{20}\u{cae}\u{cc6}\u{ca8}\u{cc1}'; + + @override + String get expandedIconTapHint => '\u{c95}\u{cc1}\u{c97}\u{ccd}\u{c97}\u{cbf}\u{cb8}\u{cbf}'; + + @override + String get hideAccountsLabel => '\u{c96}\u{cbe}\u{ca4}\u{cc6}\u{c97}\u{cb3}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{cae}\u{cb0}\u{cc6}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; + + @override + String get licensesPageTitle => '\u{caa}\u{cb0}\u{cb5}\u{cbe}\u{ca8}\u{c97}\u{cbf}\u{c97}\u{cb3}\u{cc1}'; + + @override + String get modalBarrierDismissLabel => '\u{cb5}\u{c9c}\u{cbe}\u{c97}\u{cca}\u{cb3}\u{cbf}\u{cb8}\u{cbf}'; + + @override + String get nextMonthTooltip => '\u{cae}\u{cc1}\u{c82}\u{ca6}\u{cbf}\u{ca8}\u{20}\u{ca4}\u{cbf}\u{c82}\u{c97}\u{cb3}\u{cc1}'; + + @override + String get nextPageTooltip => '\u{cae}\u{cc1}\u{c82}\u{ca6}\u{cbf}\u{ca8}\u{20}\u{caa}\u{cc1}\u{c9f}'; + + @override + String get okButtonLabel => '\u{cb8}\u{cb0}\u{cbf}'; + + @override + String get openAppDrawerTooltip => '\u{ca8}\u{ccd}\u{caf}\u{cbe}\u{cb5}\u{cbf}\u{c97}\u{cc7}\u{cb6}\u{ca8}\u{ccd}\u{200c}\u{20}\u{cae}\u{cc6}\u{ca8}\u{cc1}\u{20}\u{ca4}\u{cc6}\u{cb0}\u{cc6}\u{caf}\u{cbf}\u{cb0}\u{cbf}'; + + @override + String get pageRowsInfoTitleRaw => '\u{24}\u{72}\u{6f}\u{77}\u{43}\u{6f}\u{75}\u{6e}\u{74}\u{20}\u{cb0}\u{cb2}\u{ccd}\u{cb2}\u{cbf}\u{20}\u{24}\u{66}\u{69}\u{72}\u{73}\u{74}\u{52}\u{6f}\u{77}\u{2013}\u{24}\u{6c}\u{61}\u{73}\u{74}\u{52}\u{6f}\u{77}'; + + @override + String get pageRowsInfoTitleApproximateRaw => '\u{24}\u{72}\u{6f}\u{77}\u{43}\u{6f}\u{75}\u{6e}\u{74}\u{20}\u{cb0}\u{cb2}\u{ccd}\u{cb2}\u{cbf}\u{20}\u{24}\u{66}\u{69}\u{72}\u{73}\u{74}\u{52}\u{6f}\u{77}\u{2013}\u{24}\u{6c}\u{61}\u{73}\u{74}\u{52}\u{6f}\u{77}'; + + @override + String get pasteButtonLabel => '\u{c85}\u{c82}\u{c9f}\u{cbf}\u{cb8}\u{cbf}'; + + @override + String get popupMenuLabel => '\u{caa}\u{cbe}\u{caa}\u{ccd}\u{c85}\u{caa}\u{ccd}\u{20}\u{cae}\u{cc6}\u{ca8}\u{cc1}'; + + @override + String get postMeridiemAbbreviation => '\u{cb8}\u{c82}\u{c9c}\u{cc6}'; + + @override + String get previousMonthTooltip => '\u{cb9}\u{cbf}\u{c82}\u{ca6}\u{cbf}\u{ca8}\u{20}\u{ca4}\u{cbf}\u{c82}\u{c97}\u{cb3}\u{cc1}'; + + @override + String get previousPageTooltip => '\u{cb9}\u{cbf}\u{c82}\u{ca6}\u{cbf}\u{ca8}\u{20}\u{caa}\u{cc1}\u{c9f}'; + + @override + String get refreshIndicatorSemanticLabel => '\u{cb0}\u{cbf}\u{cab}\u{ccd}\u{cb0}\u{cc6}\u{cb6}\u{ccd}\u{20}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => '\u{31}\u{20}\u{c85}\u{c95}\u{ccd}\u{cb7}\u{cb0}\u{20}\u{c89}\u{cb3}\u{cbf}\u{ca6}\u{cbf}\u{ca6}\u{cc6}'; + + @override + String get remainingTextFieldCharacterCountOther => '\u{24}\u{72}\u{65}\u{6d}\u{61}\u{69}\u{6e}\u{69}\u{6e}\u{67}\u{43}\u{6f}\u{75}\u{6e}\u{74}\u{20}\u{c85}\u{c95}\u{ccd}\u{cb7}\u{cb0}\u{c97}\u{cb3}\u{cc1}\u{20}\u{c89}\u{cb3}\u{cbf}\u{ca6}\u{cbf}\u{cb5}\u{cc6}'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => null; + + @override + String get reorderItemDown => '\u{c95}\u{cc6}\u{cb3}\u{c97}\u{cc6}\u{20}\u{cb8}\u{cb0}\u{cbf}\u{cb8}\u{cbf}'; + + @override + String get reorderItemLeft => '\u{c8e}\u{ca1}\u{c95}\u{ccd}\u{c95}\u{cc6}\u{20}\u{cb8}\u{cb0}\u{cbf}\u{cb8}\u{cbf}'; + + @override + String get reorderItemRight => '\u{cac}\u{cb2}\u{c95}\u{ccd}\u{c95}\u{cc6}\u{20}\u{cb8}\u{cb0}\u{cbf}\u{cb8}\u{cbf}'; + + @override + String get reorderItemToEnd => '\u{c95}\u{cca}\u{ca8}\u{cc6}\u{c97}\u{cc6}\u{20}\u{cb8}\u{cb0}\u{cbf}\u{cb8}\u{cbf}'; + + @override + String get reorderItemToStart => '\u{caa}\u{ccd}\u{cb0}\u{cbe}\u{cb0}\u{c82}\u{cad}\u{c95}\u{ccd}\u{c95}\u{cc6}\u{20}\u{cb8}\u{cb0}\u{cbf}\u{cb8}\u{cbf}'; + + @override + String get reorderItemUp => '\u{cae}\u{cc7}\u{cb2}\u{cc6}\u{20}\u{cb8}\u{cb0}\u{cbf}\u{cb8}\u{cbf}'; + + @override + String get rowsPerPageTitle => '\u{caa}\u{ccd}\u{cb0}\u{ca4}\u{cbf}\u{20}\u{caa}\u{cc1}\u{c9f}\u{c95}\u{ccd}\u{c95}\u{cc6}\u{20}\u{cb8}\u{cbe}\u{cb2}\u{cc1}\u{c97}\u{cb3}\u{cc1}\u{3a}'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.tall; + + @override + String get searchFieldLabel => '\u{cb9}\u{cc1}\u{ca1}\u{cc1}\u{c95}\u{cbf}'; + + @override + String get selectAllButtonLabel => '\u{c8e}\u{cb2}\u{ccd}\u{cb2}\u{cb5}\u{ca8}\u{ccd}\u{ca8}\u{cc2}\u{20}\u{c86}\u{caf}\u{ccd}\u{c95}\u{cc6}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => '\u{31}\u{20}\u{c90}\u{c9f}\u{c82}\u{20}\u{c86}\u{caf}\u{ccd}\u{c95}\u{cc6}\u{20}\u{cae}\u{cbe}\u{ca1}\u{cb2}\u{cbe}\u{c97}\u{cbf}\u{ca6}\u{cc6}'; + + @override + String get selectedRowCountTitleOther => '\u{24}\u{73}\u{65}\u{6c}\u{65}\u{63}\u{74}\u{65}\u{64}\u{52}\u{6f}\u{77}\u{43}\u{6f}\u{75}\u{6e}\u{74}\u{20}\u{c90}\u{c9f}\u{c82}\u{c97}\u{cb3}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{c86}\u{caf}\u{ccd}\u{c95}\u{cc6}\u{20}\u{cae}\u{cbe}\u{ca1}\u{cb2}\u{cbe}\u{c97}\u{cbf}\u{ca6}\u{cc6}'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => '\u{c96}\u{cbe}\u{ca4}\u{cc6}\u{c97}\u{cb3}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{ca4}\u{ccb}\u{cb0}\u{cbf}\u{cb8}\u{cbf}'; + + @override + String get showMenuTooltip => '\u{cae}\u{cc6}\u{ca8}\u{cc1}\u{20}\u{ca4}\u{ccb}\u{cb0}\u{cbf}\u{cb8}\u{cbf}'; + + @override + String get signedInLabel => '\u{cb8}\u{cc8}\u{ca8}\u{ccd}\u{20}\u{c87}\u{ca8}\u{ccd}\u{20}\u{cae}\u{cbe}\u{ca1}\u{cb2}\u{cbe}\u{c97}\u{cbf}\u{ca6}\u{cc6}'; + + @override + String get tabLabelRaw => '\u{24}\u{74}\u{61}\u{62}\u{43}\u{6f}\u{75}\u{6e}\u{74}\u{20}\u{cb0}\u{cb2}\u{ccd}\u{cb2}\u{cbf}\u{ca8}\u{20}\u{24}\u{74}\u{61}\u{62}\u{49}\u{6e}\u{64}\u{65}\u{78}\u{20}\u{c9f}\u{ccd}\u{caf}\u{cbe}\u{cac}\u{ccd}'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + + @override + String get timePickerHourModeAnnouncement => '\u{c97}\u{c82}\u{c9f}\u{cc6}\u{c97}\u{cb3}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{c86}\u{caf}\u{ccd}\u{c95}\u{cc6}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; + + @override + String get timePickerMinuteModeAnnouncement => '\u{ca8}\u{cbf}\u{cae}\u{cbf}\u{cb7}\u{c97}\u{cb3}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{c86}\u{caf}\u{ccd}\u{c95}\u{cc6}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; + + @override + String get viewLicensesButtonLabel => '\u{caa}\u{cb0}\u{cb5}\u{cbe}\u{ca8}\u{c97}\u{cbf}\u{c97}\u{cb3}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{cb5}\u{cbf}\u{cd5}\u{c95}\u{ccd}\u{cb7}\u{cbf}\u{cb8}\u{cbf}'; +} + /// The translations for Korean (`ko`). class MaterialLocalizationKo extends GlobalMaterialLocalizations { /// Create an instance of the translation bundle for Korean. @@ -18100,6 +18304,7 @@ final Set kMaterialSupportedLanguages = HashSet.from(const kMaterialSupportedLanguages = HashSet.from(const Date: Mon, 14 Oct 2019 09:07:06 -0700 Subject: [PATCH 100/327] Localization refresh (#42025) * Refresh .arb files * Refresh localizations --- .../lib/src/l10n/cupertino_bs.arb | 16 +- .../lib/src/l10n/cupertino_en_NZ.arb | 22 +++ .../lib/src/l10n/cupertino_eu.arb | 2 +- .../lib/src/l10n/cupertino_lo.arb | 2 +- .../lib/src/l10n/cupertino_zh_HK.arb | 12 +- .../generated_cupertino_localizations.dart | 89 +++++++-- .../generated_material_localizations.dart | 169 +++++++++++++----- .../lib/src/l10n/material_bs.arb | 54 +++--- .../lib/src/l10n/material_de.arb | 2 +- .../lib/src/l10n/material_de_CH.arb | 2 +- .../lib/src/l10n/material_en_NZ.arb | 54 ++++++ .../lib/src/l10n/material_gsw.arb | 2 +- .../lib/src/l10n/material_zh_HK.arb | 26 +-- .../test/material/translations_test.dart | 6 +- 14 files changed, 337 insertions(+), 121 deletions(-) create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_en_NZ.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb index 6c6ba4cb08a4..ea37850f50fc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb @@ -2,24 +2,24 @@ "datePickerHourSemanticsLabelFew": "$hour sata", "datePickerMinuteSemanticsLabelFew": "$minute minute", "timerPickerHourLabelFew": "sata", - "timerPickerMinuteLabelFew": "min", - "timerPickerSecondLabelFew": "s", + "timerPickerMinuteLabelFew": "min.", + "timerPickerSecondLabelFew": "sec.", "datePickerHourSemanticsLabelOne": "$hour sat", "datePickerHourSemanticsLabelOther": "$hour sati", - "datePickerMinuteSemanticsLabelOne": "Jedna minuta", + "datePickerMinuteSemanticsLabelOne": "1 minuta", "datePickerMinuteSemanticsLabelOther": "$minute minuta", "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbreviation": "prijepodne", - "postMeridiemAbbreviation": "popodne", + "postMeridiemAbbreviation": "poslijepodne", "todayLabel": "Danas", "alertDialogLabel": "Upozorenje", "timerPickerHourLabelOne": "sat", "timerPickerHourLabelOther": "sati", - "timerPickerMinuteLabelOne": "min", - "timerPickerMinuteLabelOther": "min", - "timerPickerSecondLabelOne": "s", - "timerPickerSecondLabelOther": "s", + "timerPickerMinuteLabelOne": "min.", + "timerPickerMinuteLabelOther": "min.", + "timerPickerSecondLabelOne": "sec.", + "timerPickerSecondLabelOther": "sec.", "cutButtonLabel": "Izreži", "copyButtonLabel": "Kopiraj", "pasteButtonLabel": "Zalijepi", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_NZ.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_NZ.arb new file mode 100644 index 000000000000..7f330747be46 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_NZ.arb @@ -0,0 +1,22 @@ +{ + "datePickerHourSemanticsLabelOne": "$hour o'clock", + "datePickerHourSemanticsLabelOther": "$hour o'clock", + "datePickerMinuteSemanticsLabelOne": "1 minute", + "datePickerMinuteSemanticsLabelOther": "$minute minutes", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "todayLabel": "Today", + "alertDialogLabel": "Alert", + "timerPickerHourLabelOne": "hour", + "timerPickerHourLabelOther": "hours", + "timerPickerMinuteLabelOne": "min.", + "timerPickerMinuteLabelOther": "min.", + "timerPickerSecondLabelOne": "sec.", + "timerPickerSecondLabelOther": "sec.", + "cutButtonLabel": "Cut", + "copyButtonLabel": "Copy", + "pasteButtonLabel": "Paste", + "selectAllButtonLabel": "Select all" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb index 78fe0bc9bfa2..d4f02e80b2b5 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb @@ -3,7 +3,7 @@ "datePickerHourSemanticsLabelOther": "$hourak dira", "datePickerMinuteSemanticsLabelOne": "Minutu bat", "datePickerMinuteSemanticsLabelOther": "$minute minutu", - "datePickerDateOrder": "mdy", + "datePickerDateOrder": "ymd", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb index 0d72851b7322..3bdf728fa39c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb @@ -3,7 +3,7 @@ "datePickerHourSemanticsLabelOther": "$hour ໂມງກົງ", "datePickerMinuteSemanticsLabelOne": "1 ນາທີ", "datePickerMinuteSemanticsLabelOther": "$minute ນາທີ", - "datePickerDateOrder": "dmy", + "datePickerDateOrder": "mdy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbreviation": "ກ່ອນທ່ຽງ", "postMeridiemAbbreviation": "ຫຼັງທ່ຽງ", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb index 827f9451af08..fd702d97797c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb @@ -1,18 +1,18 @@ { "datePickerHourSemanticsLabelOne": "$hour 點", "datePickerHourSemanticsLabelOther": "$hour 點", - "datePickerMinuteSemanticsLabelOne": "1 分", - "datePickerMinuteSemanticsLabelOther": "$minute 分", + "datePickerMinuteSemanticsLabelOne": "1 分鐘", + "datePickerMinuteSemanticsLabelOther": "$minute 分鐘", "datePickerDateOrder": "ymd", - "datePickerDateTimeOrder": "date_time_dayPeriod", + "datePickerDateTimeOrder": "date_dayPeriod_time", "anteMeridiemAbbreviation": "上午", "postMeridiemAbbreviation": "下午", "todayLabel": "今天", - "alertDialogLabel": "快訊", + "alertDialogLabel": "通知", "timerPickerHourLabelOne": "小時", "timerPickerHourLabelOther": "小時", - "timerPickerMinuteLabelOne": "分", - "timerPickerMinuteLabelOther": "分", + "timerPickerMinuteLabelOne": "分鐘", + "timerPickerMinuteLabelOther": "分鐘", "timerPickerSecondLabelOne": "秒", "timerPickerSecondLabelOther": "秒", "cutButtonLabel": "剪下", diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index 0374ebea3938..ea89d5462df4 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -1275,7 +1275,7 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'Jedna minuta'; + String get datePickerMinuteSemanticsLabelOne => r'1 minuta'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minuta'; @@ -1290,7 +1290,7 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { String get pasteButtonLabel => r'Zalijepi'; @override - String get postMeridiemAbbreviation => r'popodne'; + String get postMeridiemAbbreviation => r'poslijepodne'; @override String get selectAllButtonLabel => r'Odaberi sve'; @@ -1314,16 +1314,16 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { String get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => r'min'; + String get timerPickerMinuteLabelFew => r'min.'; @override String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'min'; + String get timerPickerMinuteLabelOne => r'min.'; @override - String get timerPickerMinuteLabelOther => r'min'; + String get timerPickerMinuteLabelOther => r'min.'; @override String get timerPickerMinuteLabelTwo => null; @@ -1332,16 +1332,16 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => r's'; + String get timerPickerSecondLabelFew => r'sec.'; @override String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r's'; + String get timerPickerSecondLabelOne => r'sec.'; @override - String get timerPickerSecondLabelOther => r's'; + String get timerPickerSecondLabelOther => r'sec.'; @override String get timerPickerSecondLabelTwo => null; @@ -2411,6 +2411,40 @@ class CupertinoLocalizationEnIn extends CupertinoLocalizationEn { String get selectAllButtonLabel => r'Select all'; } +/// The translations for English, as used in New Zealand (`en_NZ`). +class CupertinoLocalizationEnNz extends CupertinoLocalizationEn { + /// Create an instance of the translation bundle for English, as used in New Zealand. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationEnNz({ + String localeName = 'en_NZ', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get datePickerDateOrderString => r'dmy'; + + @override + String get selectAllButtonLabel => r'Select all'; +} + /// The translations for English, as used in Singapore (`en_SG`). class CupertinoLocalizationEnSg extends CupertinoLocalizationEn { /// Create an instance of the translation bundle for English, as used in Singapore. @@ -3735,7 +3769,7 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { String get cutButtonLabel => r'Ebaki'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => r'ymd'; @override String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; @@ -7191,7 +7225,7 @@ class CupertinoLocalizationLo extends GlobalCupertinoLocalizations { String get cutButtonLabel => r'ຕັດ'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => r'mdy'; @override String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; @@ -12558,13 +12592,16 @@ class CupertinoLocalizationZhHant extends CupertinoLocalizationZh { String get datePickerHourSemanticsLabelOther => r'$hour 點'; @override - String get datePickerMinuteSemanticsLabelOne => r'1 分'; + String get datePickerMinuteSemanticsLabelOne => r'1 分鐘'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute 分'; + String get datePickerMinuteSemanticsLabelOther => r'$minute 分鐘'; @override - String get alertDialogLabel => r'快訊'; + String get datePickerDateTimeOrderString => r'date_dayPeriod_time'; + + @override + String get alertDialogLabel => r'通知'; @override String get timerPickerHourLabelOne => r'小時'; @@ -12573,10 +12610,10 @@ class CupertinoLocalizationZhHant extends CupertinoLocalizationZh { String get timerPickerHourLabelOther => r'小時'; @override - String get timerPickerMinuteLabelOne => r'分'; + String get timerPickerMinuteLabelOne => r'分鐘'; @override - String get timerPickerMinuteLabelOther => r'分'; + String get timerPickerMinuteLabelOther => r'分鐘'; @override String get cutButtonLabel => r'剪下'; @@ -12645,6 +12682,24 @@ class CupertinoLocalizationZhHantTw extends CupertinoLocalizationZhHant { singleDigitSecondFormat: singleDigitSecondFormat, decimalFormat: decimalFormat, ); + + @override + String get datePickerMinuteSemanticsLabelOne => r'1 分'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute 分'; + + @override + String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + + @override + String get alertDialogLabel => r'快訊'; + + @override + String get timerPickerMinuteLabelOne => r'分'; + + @override + String get timerPickerMinuteLabelOther => r'分'; } /// The translations for Zulu (`zu`). @@ -12909,7 +12964,7 @@ final Set kCupertinoSupportedLanguages = HashSet.from(const r'prijepodne'; @override - String get backButtonTooltip => r'Natrag'; + String get backButtonTooltip => r'Nazad'; @override - String get cancelButtonLabel => r'ODUSTANI'; + String get cancelButtonLabel => r'OTKAŽI'; @override String get closeButtonLabel => r'ZATVORI'; @@ -1713,16 +1713,16 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get deleteButtonTooltip => r'Brisanje'; @override - String get dialogLabel => r'Dijalog'; + String get dialogLabel => r'Dijaloški okvir'; @override - String get drawerLabel => r'Navigacijski izbornik'; + String get drawerLabel => r'Meni za navigaciju'; @override - String get expandedIconTapHint => r'Sažmi'; + String get expandedIconTapHint => r'Suzi'; @override - String get hideAccountsLabel => r'Sakrijte račune'; + String get hideAccountsLabel => r'Sakrij račune'; @override String get licensesPageTitle => r'Licence'; @@ -1737,25 +1737,25 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get nextPageTooltip => r'Sljedeća stranica'; @override - String get okButtonLabel => r'U REDU'; + String get okButtonLabel => r'Uredu'; @override - String get openAppDrawerTooltip => r'Otvaranje izbornika za navigaciju'; + String get openAppDrawerTooltip => r'Otvorite meni za navigaciju'; @override - String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow od $rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow od $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow od otprilike $rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow od oko $rowCount'; @override String get pasteButtonLabel => r'ZALIJEPI'; @override - String get popupMenuLabel => r'Skočni izbornik'; + String get popupMenuLabel => r'Skočni meni'; @override - String get postMeridiemAbbreviation => r'popodne'; + String get postMeridiemAbbreviation => r'poslijepodne'; @override String get previousMonthTooltip => r'Prethodni mjesec'; @@ -1767,16 +1767,16 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => r'Osvježi'; @override - String get remainingTextFieldCharacterCountFew => r'Preostala su $remainingCount znaka'; + String get remainingTextFieldCharacterCountFew => r'Još $remainingCount znaka'; @override String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'Preostao je 1 znak'; + String get remainingTextFieldCharacterCountOne => r'Još jedan znak'; @override - String get remainingTextFieldCharacterCountOther => r'Preostalo je $remainingCount znakova'; + String get remainingTextFieldCharacterCountOther => r'Još $remainingCount znakova'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -1785,25 +1785,25 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountZero => r'TBD'; @override - String get reorderItemDown => r'Pomakni prema dolje'; + String get reorderItemDown => r'Pomjeri prema dolje'; @override - String get reorderItemLeft => r'Pomakni ulijevo'; + String get reorderItemLeft => r'Pomjeri lijevo'; @override - String get reorderItemRight => r'Pomakni udesno'; + String get reorderItemRight => r'Pomjeri desno'; @override - String get reorderItemToEnd => r'Premjesti na kraj'; + String get reorderItemToEnd => r'Pomjerite na kraj'; @override - String get reorderItemToStart => r'Premjesti na početak'; + String get reorderItemToStart => r'Pomjerite na početak'; @override - String get reorderItemUp => r'Pomakni prema gore'; + String get reorderItemUp => r'Pomjeri prema gore'; @override - String get rowsPerPageTitle => r'Redaka po stranici:'; + String get rowsPerPageTitle => r'Broj redova po stranici:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -1833,22 +1833,22 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Prikažite račune'; + String get showAccountsLabel => r'Prikaži račune'; @override - String get showMenuTooltip => r'Prikaz izbornika'; + String get showMenuTooltip => r'Prikaži meni'; @override - String get signedInLabel => r'Prijavljeni korisnik'; + String get signedInLabel => r'Prijavljeni ste'; @override - String get tabLabelRaw => r'Kartica $tabIndex od $tabCount'; + String get tabLabelRaw => r'$tabIndex. kartica od $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Odaberite sate'; + String get timePickerHourModeAnnouncement => r'Odaberite sat'; @override String get timePickerMinuteModeAnnouncement => r'Odaberite minute'; @@ -2553,7 +2553,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get nextPageTooltip => r'Nächste Seite'; @override - String get okButtonLabel => r'Ok'; + String get okButtonLabel => r'OK'; @override String get openAppDrawerTooltip => r'Navigationsmenü öffnen'; @@ -3327,6 +3327,48 @@ class MaterialLocalizationEnIn extends MaterialLocalizationEn { String get reorderItemRight => r'Move to the right'; } +/// The translations for English, as used in New Zealand (`en_NZ`). +class MaterialLocalizationEnNz extends MaterialLocalizationEn { + /// Create an instance of the translation bundle for English, as used in New Zealand. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationEnNz({ + String localeName = 'en_NZ', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); + + @override + String get licensesPageTitle => r'Licences'; + + @override + String get viewLicensesButtonLabel => r'VIEW LICENCES'; + + @override + String get popupMenuLabel => r'Pop-up menu'; + + @override + String get dialogLabel => r'Dialogue'; + + @override + String get reorderItemLeft => r'Move to the left'; + + @override + String get reorderItemRight => r'Move to the right'; +} + /// The translations for English, as used in Singapore (`en_SG`). class MaterialLocalizationEnSg extends MaterialLocalizationEn { /// Create an instance of the translation bundle for English, as used in Singapore. @@ -6807,7 +6849,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get nextPageTooltip => r'Nächste Seite'; @override - String get okButtonLabel => r'Ok'; + String get okButtonLabel => r'OK'; @override String get openAppDrawerTooltip => r'Navigationsmenü öffnen'; @@ -17865,19 +17907,19 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { ); @override - String get tabLabelRaw => r'第 $tabIndex 個分頁 (共 $tabCount 個)'; + String get tabLabelRaw => r'第 $tabIndex 個標籤,總共 $tabCount 個'; @override String get showAccountsLabel => r'顯示帳戶'; @override - String get modalBarrierDismissLabel => r'關閉'; + String get modalBarrierDismissLabel => r'拒絕'; @override String get hideAccountsLabel => r'隱藏帳戶'; @override - String get signedInLabel => r'已登入帳戶'; + String get signedInLabel => r'已登入'; @override String get openAppDrawerTooltip => r'開啟導覽選單'; @@ -17904,16 +17946,16 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get showMenuTooltip => r'顯示選單'; @override - String get aboutListTileTitleRaw => r'關於「$applicationName」'; + String get aboutListTileTitleRaw => r'關於$applicationName'; @override String get licensesPageTitle => r'授權'; @override - String get pageRowsInfoTitleRaw => r'第 $firstRow - $lastRow 列 (總共 $rowCount 列)'; + String get pageRowsInfoTitleRaw => r'第 $firstRow 至 $lastRow 列,共 $rowCount 列'; @override - String get pageRowsInfoTitleApproximateRaw => r'第 $firstRow - $lastRow 列 (總共約 $rowCount 列)'; + String get pageRowsInfoTitleApproximateRaw => r'第 $firstRow 至 $lastRow 列,共約 $rowCount 列'; @override String get rowsPerPageTitle => r'每頁列數:'; @@ -17949,10 +17991,10 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get viewLicensesButtonLabel => r'查看授權'; @override - String get timePickerHourModeAnnouncement => r'選取小時數'; + String get timePickerHourModeAnnouncement => r'揀選小時'; @override - String get timePickerMinuteModeAnnouncement => r'選取分鐘數'; + String get timePickerMinuteModeAnnouncement => r'揀選分鐘'; @override String get drawerLabel => r'導覽選單'; @@ -17964,16 +18006,16 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get dialogLabel => r'對話方塊'; @override - String get alertDialogLabel => r'快訊'; + String get alertDialogLabel => r'通知'; @override String get searchFieldLabel => r'搜尋'; @override - String get reorderItemToStart => r'移至開頭'; + String get reorderItemToStart => r'移到開頭'; @override - String get reorderItemToEnd => r'移至結尾'; + String get reorderItemToEnd => r'移到最後'; @override String get reorderItemUp => r'向上移'; @@ -17994,10 +18036,10 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get collapsedIconTapHint => r'展開'; @override - String get remainingTextFieldCharacterCountOne => r'還可輸入 1 個字元'; + String get remainingTextFieldCharacterCountOne => r'尚餘 1 個字元'; @override - String get remainingTextFieldCharacterCountOther => r'還可輸入 $remainingCount 個字元'; + String get remainingTextFieldCharacterCountOther => r'尚餘 $remainingCount 個字元'; @override String get refreshIndicatorSemanticLabel => r'重新整理'; @@ -18049,6 +18091,45 @@ class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + + @override + String get tabLabelRaw => r'第 $tabIndex 個分頁 (共 $tabCount 個)'; + + @override + String get modalBarrierDismissLabel => r'關閉'; + + @override + String get signedInLabel => r'已登入帳戶'; + + @override + String get aboutListTileTitleRaw => r'關於「$applicationName」'; + + @override + String get pageRowsInfoTitleRaw => r'第 $firstRow - $lastRow 列 (總共 $rowCount 列)'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'第 $firstRow - $lastRow 列 (總共約 $rowCount 列)'; + + @override + String get timePickerHourModeAnnouncement => r'選取小時數'; + + @override + String get timePickerMinuteModeAnnouncement => r'選取分鐘數'; + + @override + String get alertDialogLabel => r'快訊'; + + @override + String get reorderItemToStart => r'移至開頭'; + + @override + String get reorderItemToEnd => r'移至結尾'; + + @override + String get remainingTextFieldCharacterCountOne => r'還可輸入 1 個字元'; + + @override + String get remainingTextFieldCharacterCountOther => r'還可輸入 $remainingCount 個字元'; } /// The translations for Zulu (`zu`). @@ -18370,7 +18451,7 @@ final Set kMaterialSupportedLanguages = HashSet.from(const Date: Fri, 8 Nov 2019 16:53:21 -0800 Subject: [PATCH 101/327] Make sure all our .dart files have license headers (#44467) --- dev/tools/localization/gen_cupertino_localizations.dart | 4 ++++ dev/tools/localization/gen_material_localizations.dart | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/dev/tools/localization/gen_cupertino_localizations.dart b/dev/tools/localization/gen_cupertino_localizations.dart index 9ad7e100268f..158ed953a502 100644 --- a/dev/tools/localization/gen_cupertino_localizations.dart +++ b/dev/tools/localization/gen_cupertino_localizations.dart @@ -1,3 +1,7 @@ +// Copyright 2014 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + import 'localizations_utils.dart'; HeaderGenerator generateCupertinoHeader = (String regenerateInstructions) { diff --git a/dev/tools/localization/gen_material_localizations.dart b/dev/tools/localization/gen_material_localizations.dart index 1909306b4afd..136d122e42bb 100644 --- a/dev/tools/localization/gen_material_localizations.dart +++ b/dev/tools/localization/gen_material_localizations.dart @@ -1,3 +1,7 @@ +// Copyright 2014 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + import 'localizations_utils.dart'; HeaderGenerator generateMaterialHeader = (String regenerateInstructions) { From acfbded8743b80ad71d1dcaa493262bcfb021620 Mon Sep 17 00:00:00 2001 From: Greg Spencer Date: Tue, 12 Nov 2019 10:27:58 -0800 Subject: [PATCH 102/327] Check in new diffs to material localizations (#44736) Updates localizations to match what is now generated. It's unclear what caused the change: it didn't happen because of a flutter PR change, so we're still looking for where the source of the non-determinism is. In the meantime, this will fix the build. --- .../generated_material_localizations.dart | 100 +++++++++--------- 1 file changed, 50 insertions(+), 50 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index 33509249677a..b61b095b3cf2 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -17907,19 +17907,19 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { ); @override - String get tabLabelRaw => r'第 $tabIndex 個標籤,總共 $tabCount 個'; + String get tabLabelRaw => r'第 $tabIndex 個分頁 (共 $tabCount 個)'; @override String get showAccountsLabel => r'顯示帳戶'; @override - String get modalBarrierDismissLabel => r'拒絕'; + String get modalBarrierDismissLabel => r'關閉'; @override String get hideAccountsLabel => r'隱藏帳戶'; @override - String get signedInLabel => r'已登入'; + String get signedInLabel => r'已登入帳戶'; @override String get openAppDrawerTooltip => r'開啟導覽選單'; @@ -17946,16 +17946,16 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get showMenuTooltip => r'顯示選單'; @override - String get aboutListTileTitleRaw => r'關於$applicationName'; + String get aboutListTileTitleRaw => r'關於「$applicationName」'; @override String get licensesPageTitle => r'授權'; @override - String get pageRowsInfoTitleRaw => r'第 $firstRow 至 $lastRow 列,共 $rowCount 列'; + String get pageRowsInfoTitleRaw => r'第 $firstRow - $lastRow 列 (總共 $rowCount 列)'; @override - String get pageRowsInfoTitleApproximateRaw => r'第 $firstRow 至 $lastRow 列,共約 $rowCount 列'; + String get pageRowsInfoTitleApproximateRaw => r'第 $firstRow - $lastRow 列 (總共約 $rowCount 列)'; @override String get rowsPerPageTitle => r'每頁列數:'; @@ -17991,10 +17991,10 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get viewLicensesButtonLabel => r'查看授權'; @override - String get timePickerHourModeAnnouncement => r'揀選小時'; + String get timePickerHourModeAnnouncement => r'選取小時數'; @override - String get timePickerMinuteModeAnnouncement => r'揀選分鐘'; + String get timePickerMinuteModeAnnouncement => r'選取分鐘數'; @override String get drawerLabel => r'導覽選單'; @@ -18006,16 +18006,16 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get dialogLabel => r'對話方塊'; @override - String get alertDialogLabel => r'通知'; + String get alertDialogLabel => r'快訊'; @override String get searchFieldLabel => r'搜尋'; @override - String get reorderItemToStart => r'移到開頭'; + String get reorderItemToStart => r'移至開頭'; @override - String get reorderItemToEnd => r'移到最後'; + String get reorderItemToEnd => r'移至結尾'; @override String get reorderItemUp => r'向上移'; @@ -18036,10 +18036,10 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get collapsedIconTapHint => r'展開'; @override - String get remainingTextFieldCharacterCountOne => r'尚餘 1 個字元'; + String get remainingTextFieldCharacterCountOne => r'還可輸入 1 個字元'; @override - String get remainingTextFieldCharacterCountOther => r'尚餘 $remainingCount 個字元'; + String get remainingTextFieldCharacterCountOther => r'還可輸入 $remainingCount 個字元'; @override String get refreshIndicatorSemanticLabel => r'重新整理'; @@ -18067,69 +18067,69 @@ class MaterialLocalizationZhHantHk extends MaterialLocalizationZhHant { decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); -} - -/// The translations for Chinese, as used in Taiwan, using the Han script (`zh_Hant_TW`). -class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { - /// Create an instance of the translation bundle for Chinese, as used in Taiwan, using the Han script. - /// - /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationZhHantTw({ - String localeName = 'zh_Hant_TW', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); @override - String get tabLabelRaw => r'第 $tabIndex 個分頁 (共 $tabCount 個)'; + String get tabLabelRaw => r'第 $tabIndex 個標籤,總共 $tabCount 個'; @override - String get modalBarrierDismissLabel => r'關閉'; + String get modalBarrierDismissLabel => r'拒絕'; @override - String get signedInLabel => r'已登入帳戶'; + String get signedInLabel => r'已登入'; @override - String get aboutListTileTitleRaw => r'關於「$applicationName」'; + String get aboutListTileTitleRaw => r'關於$applicationName'; @override - String get pageRowsInfoTitleRaw => r'第 $firstRow - $lastRow 列 (總共 $rowCount 列)'; + String get pageRowsInfoTitleRaw => r'第 $firstRow 至 $lastRow 列,共 $rowCount 列'; @override - String get pageRowsInfoTitleApproximateRaw => r'第 $firstRow - $lastRow 列 (總共約 $rowCount 列)'; + String get pageRowsInfoTitleApproximateRaw => r'第 $firstRow 至 $lastRow 列,共約 $rowCount 列'; @override - String get timePickerHourModeAnnouncement => r'選取小時數'; + String get timePickerHourModeAnnouncement => r'揀選小時'; @override - String get timePickerMinuteModeAnnouncement => r'選取分鐘數'; + String get timePickerMinuteModeAnnouncement => r'揀選分鐘'; @override - String get alertDialogLabel => r'快訊'; + String get alertDialogLabel => r'通知'; @override - String get reorderItemToStart => r'移至開頭'; + String get reorderItemToStart => r'移到開頭'; @override - String get reorderItemToEnd => r'移至結尾'; + String get reorderItemToEnd => r'移到最後'; @override - String get remainingTextFieldCharacterCountOne => r'還可輸入 1 個字元'; + String get remainingTextFieldCharacterCountOne => r'尚餘 1 個字元'; @override - String get remainingTextFieldCharacterCountOther => r'還可輸入 $remainingCount 個字元'; + String get remainingTextFieldCharacterCountOther => r'尚餘 $remainingCount 個字元'; +} + +/// The translations for Chinese, as used in Taiwan, using the Han script (`zh_Hant_TW`). +class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { + /// Create an instance of the translation bundle for Chinese, as used in Taiwan, using the Han script. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationZhHantTw({ + String localeName = 'zh_Hant_TW', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); } /// The translations for Zulu (`zu`). From fa597dfa640a54b761f3f48761145725b358f81d Mon Sep 17 00:00:00 2001 From: Shi-Hao Hong Date: Tue, 12 Nov 2019 12:50:51 -0800 Subject: [PATCH 103/327] Sort Localization generation output (#44743) * Sort Localization generation output - When creating locales that were assumed from existing locales, the file that is used is non-deterministic. This adds a sort to the iterator to ensure that the same existing locale is used to generate the assumed locale - When generating material, cupertino and date localizations, the generated getters were not sorted. This introduces an alphabetic sort * remove main.dart.snapshot --- .../localization/localizations_utils.dart | 6 +- .../generated_cupertino_localizations.dart | 64 ++--- .../generated_material_localizations.dart | 266 +++++++++--------- 3 files changed, 170 insertions(+), 166 deletions(-) diff --git a/dev/tools/localization/localizations_utils.dart b/dev/tools/localization/localizations_utils.dart index d0744c8ba296..edc37e5939d0 100644 --- a/dev/tools/localization/localizations_utils.dart +++ b/dev/tools/localization/localizations_utils.dart @@ -12,6 +12,10 @@ import 'package:meta/meta.dart'; typedef HeaderGenerator = String Function(String regenerateInstructions); typedef ConstructorGenerator = String Function(LocaleInfo locale); +int sortFilesByPath (FileSystemEntity a, FileSystemEntity b) { + return a.path.compareTo(b.path); +} + /// Simple data class to hold parsed locale. Does not promise validity of any data. class LocaleInfo implements Comparable { LocaleInfo({ @@ -153,7 +157,7 @@ void loadMatchingArbsIntoBundleMaps({ /// overwrite the existing assumed data. final Set assumedLocales = {}; - for (FileSystemEntity entity in directory.listSync()) { + for (FileSystemEntity entity in directory.listSync().toList()..sort(sortFilesByPath)) { final String entityPath = entity.path; if (FileSystemEntity.isFileSync(entityPath) && filenamePattern.hasMatch(entityPath)) { final String localeString = filenamePattern.firstMatch(entityPath)[1]; diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index ea89d5462df4..9b3768e9960a 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -10685,19 +10685,19 @@ class CupertinoLocalizationSrLatn extends CupertinoLocalizationSr { ); @override - String get datePickerHourSemanticsLabelFew => r'$hour sata'; + String get alertDialogLabel => r'Obaveštenje'; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute minuta'; + String get anteMeridiemAbbreviation => r'pre podne'; @override - String get timerPickerHourLabelFew => r'sata'; + String get copyButtonLabel => r'Kopiraj'; @override - String get timerPickerMinuteLabelFew => r'min'; + String get cutButtonLabel => r'Iseci'; @override - String get timerPickerSecondLabelFew => r'sek'; + String get datePickerHourSemanticsLabelFew => r'$hour sata'; @override String get datePickerHourSemanticsLabelOne => r'$hour sat'; @@ -10705,6 +10705,9 @@ class CupertinoLocalizationSrLatn extends CupertinoLocalizationSr { @override String get datePickerHourSemanticsLabelOther => r'$hour sati'; + @override + String get datePickerMinuteSemanticsLabelFew => r'$minute minuta'; + @override String get datePickerMinuteSemanticsLabelOne => r'1 minut'; @@ -10712,16 +10715,16 @@ class CupertinoLocalizationSrLatn extends CupertinoLocalizationSr { String get datePickerMinuteSemanticsLabelOther => r'$minute minuta'; @override - String get anteMeridiemAbbreviation => r'pre podne'; + String get pasteButtonLabel => r'Nalepi'; @override String get postMeridiemAbbreviation => r'po podne'; @override - String get todayLabel => r'Danas'; + String get selectAllButtonLabel => r'Izaberi sve'; @override - String get alertDialogLabel => r'Obaveštenje'; + String get timerPickerHourLabelFew => r'sata'; @override String get timerPickerHourLabelOne => r'sat'; @@ -10730,28 +10733,25 @@ class CupertinoLocalizationSrLatn extends CupertinoLocalizationSr { String get timerPickerHourLabelOther => r'sati'; @override - String get timerPickerMinuteLabelOne => r'min'; - - @override - String get timerPickerMinuteLabelOther => r'min'; + String get timerPickerMinuteLabelFew => r'min'; @override - String get timerPickerSecondLabelOne => r'sek'; + String get timerPickerMinuteLabelOne => r'min'; @override - String get timerPickerSecondLabelOther => r'sek'; + String get timerPickerMinuteLabelOther => r'min'; @override - String get cutButtonLabel => r'Iseci'; + String get timerPickerSecondLabelFew => r'sek'; @override - String get copyButtonLabel => r'Kopiraj'; + String get timerPickerSecondLabelOne => r'sek'; @override - String get pasteButtonLabel => r'Nalepi'; + String get timerPickerSecondLabelOther => r'sek'; @override - String get selectAllButtonLabel => r'Izaberi sve'; + String get todayLabel => r'Danas'; } /// The translations for Swedish (`sv`). @@ -12586,46 +12586,46 @@ class CupertinoLocalizationZhHant extends CupertinoLocalizationZh { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour 點'; + String get alertDialogLabel => r'通知'; @override - String get datePickerHourSemanticsLabelOther => r'$hour 點'; + String get copyButtonLabel => r'複製'; @override - String get datePickerMinuteSemanticsLabelOne => r'1 分鐘'; + String get cutButtonLabel => r'剪下'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute 分鐘'; + String get datePickerDateTimeOrderString => r'date_dayPeriod_time'; @override - String get datePickerDateTimeOrderString => r'date_dayPeriod_time'; + String get datePickerHourSemanticsLabelOne => r'$hour 點'; @override - String get alertDialogLabel => r'通知'; + String get datePickerHourSemanticsLabelOther => r'$hour 點'; @override - String get timerPickerHourLabelOne => r'小時'; + String get datePickerMinuteSemanticsLabelOne => r'1 分鐘'; @override - String get timerPickerHourLabelOther => r'小時'; + String get datePickerMinuteSemanticsLabelOther => r'$minute 分鐘'; @override - String get timerPickerMinuteLabelOne => r'分鐘'; + String get pasteButtonLabel => r'貼上'; @override - String get timerPickerMinuteLabelOther => r'分鐘'; + String get selectAllButtonLabel => r'全選'; @override - String get cutButtonLabel => r'剪下'; + String get timerPickerHourLabelOne => r'小時'; @override - String get copyButtonLabel => r'複製'; + String get timerPickerHourLabelOther => r'小時'; @override - String get pasteButtonLabel => r'貼上'; + String get timerPickerMinuteLabelOne => r'分鐘'; @override - String get selectAllButtonLabel => r'全選'; + String get timerPickerMinuteLabelOther => r'分鐘'; } /// The translations for Chinese, as used in Hong Kong, using the Han script (`zh_Hant_HK`). diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index b61b095b3cf2..6e55ed439282 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -15255,160 +15255,160 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { ); @override - String get remainingTextFieldCharacterCountFew => r'Preostala su $remainingCount znaka'; + String get aboutListTileTitleRaw => r'O aplikaciji $applicationName'; @override - String get selectedRowCountTitleFew => r'Izabrane su $selectedRowCount stavke'; + String get alertDialogLabel => r'Obaveštenje'; @override - String get openAppDrawerTooltip => r'Otvorite meni za navigaciju'; + String get anteMeridiemAbbreviation => r'pre podne'; @override String get backButtonTooltip => r'Nazad'; @override - String get closeButtonTooltip => r'Zatvorite'; + String get cancelButtonLabel => r'OTKAŽI'; @override - String get deleteButtonTooltip => r'Izbrišite'; + String get closeButtonLabel => r'ZATVORI'; @override - String get nextMonthTooltip => r'Sledeći mesec'; + String get closeButtonTooltip => r'Zatvorite'; @override - String get previousMonthTooltip => r'Prethodni mesec'; + String get collapsedIconTapHint => r'Proširi'; @override - String get nextPageTooltip => r'Sledeća stranica'; + String get continueButtonLabel => r'NASTAVI'; @override - String get previousPageTooltip => r'Prethodna stranica'; + String get copyButtonLabel => r'KOPIRAJ'; @override - String get showMenuTooltip => r'Prikaži meni'; + String get cutButtonLabel => r'ISECI'; @override - String get aboutListTileTitleRaw => r'O aplikaciji $applicationName'; + String get deleteButtonTooltip => r'Izbrišite'; @override - String get licensesPageTitle => r'Licence'; + String get dialogLabel => r'Dijalog'; @override - String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow od $rowCount'; + String get drawerLabel => r'Meni za navigaciju'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow od približno $rowCount'; + String get expandedIconTapHint => r'Skupi'; @override - String get rowsPerPageTitle => r'Redova po stranici:'; + String get hideAccountsLabel => r'Sakrij naloge'; @override - String get tabLabelRaw => r'$tabIndex. kartica od $tabCount'; + String get licensesPageTitle => r'Licence'; @override - String get selectedRowCountTitleOne => r'Izabrana je 1 stavka'; + String get modalBarrierDismissLabel => r'Odbaci'; @override - String get selectedRowCountTitleOther => r'Izabrano je $selectedRowCount stavki'; + String get nextMonthTooltip => r'Sledeći mesec'; @override - String get cancelButtonLabel => r'OTKAŽI'; + String get nextPageTooltip => r'Sledeća stranica'; @override - String get closeButtonLabel => r'ZATVORI'; + String get okButtonLabel => r'Potvrdi'; @override - String get continueButtonLabel => r'NASTAVI'; + String get openAppDrawerTooltip => r'Otvorite meni za navigaciju'; @override - String get copyButtonLabel => r'KOPIRAJ'; + String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow od $rowCount'; @override - String get cutButtonLabel => r'ISECI'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow od približno $rowCount'; @override - String get okButtonLabel => r'Potvrdi'; + String get pasteButtonLabel => r'NALEPI'; @override - String get pasteButtonLabel => r'NALEPI'; + String get popupMenuLabel => r'Iskačući meni'; @override - String get selectAllButtonLabel => r'IZABERI SVE'; + String get postMeridiemAbbreviation => r'po podne'; @override - String get viewLicensesButtonLabel => r'PRIKAŽI LICENCE'; + String get previousMonthTooltip => r'Prethodni mesec'; @override - String get anteMeridiemAbbreviation => r'pre podne'; + String get previousPageTooltip => r'Prethodna stranica'; @override - String get postMeridiemAbbreviation => r'po podne'; + String get refreshIndicatorSemanticLabel => r'Osveži'; @override - String get timePickerHourModeAnnouncement => r'Izaberite sate'; + String get remainingTextFieldCharacterCountFew => r'Preostala su $remainingCount znaka'; @override - String get timePickerMinuteModeAnnouncement => r'Izaberite minute'; + String get remainingTextFieldCharacterCountOne => r'Preostao je 1 znak'; @override - String get modalBarrierDismissLabel => r'Odbaci'; + String get remainingTextFieldCharacterCountOther => r'Preostalo je $remainingCount znakova'; @override - String get signedInLabel => r'Prijavljeni ste'; + String get reorderItemDown => r'Pomerite nadole'; @override - String get hideAccountsLabel => r'Sakrij naloge'; + String get reorderItemLeft => r'Pomerite ulevo'; @override - String get showAccountsLabel => r'Prikaži naloge'; + String get reorderItemRight => r'Pomerite udesno'; @override - String get drawerLabel => r'Meni za navigaciju'; + String get reorderItemToEnd => r'Pomerite na kraj'; @override - String get popupMenuLabel => r'Iskačući meni'; + String get reorderItemToStart => r'Pomerite na početak'; @override - String get dialogLabel => r'Dijalog'; + String get reorderItemUp => r'Pomerite nagore'; @override - String get alertDialogLabel => r'Obaveštenje'; + String get rowsPerPageTitle => r'Redova po stranici:'; @override String get searchFieldLabel => r'Pretražite'; @override - String get reorderItemToStart => r'Pomerite na početak'; + String get selectAllButtonLabel => r'IZABERI SVE'; @override - String get reorderItemToEnd => r'Pomerite na kraj'; + String get selectedRowCountTitleFew => r'Izabrane su $selectedRowCount stavke'; @override - String get reorderItemUp => r'Pomerite nagore'; + String get selectedRowCountTitleOne => r'Izabrana je 1 stavka'; @override - String get reorderItemDown => r'Pomerite nadole'; + String get selectedRowCountTitleOther => r'Izabrano je $selectedRowCount stavki'; @override - String get reorderItemLeft => r'Pomerite ulevo'; + String get showAccountsLabel => r'Prikaži naloge'; @override - String get reorderItemRight => r'Pomerite udesno'; + String get showMenuTooltip => r'Prikaži meni'; @override - String get expandedIconTapHint => r'Skupi'; + String get signedInLabel => r'Prijavljeni ste'; @override - String get collapsedIconTapHint => r'Proširi'; + String get tabLabelRaw => r'$tabIndex. kartica od $tabCount'; @override - String get remainingTextFieldCharacterCountOne => r'Preostao je 1 znak'; + String get timePickerHourModeAnnouncement => r'Izaberite sate'; @override - String get remainingTextFieldCharacterCountOther => r'Preostalo je $remainingCount znakova'; + String get timePickerMinuteModeAnnouncement => r'Izaberite minute'; @override - String get refreshIndicatorSemanticLabel => r'Osveži'; + String get viewLicensesButtonLabel => r'PRIKAŽI LICENCE'; } /// The translations for Swedish (`sv`). @@ -17907,142 +17907,142 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { ); @override - String get tabLabelRaw => r'第 $tabIndex 個分頁 (共 $tabCount 個)'; + String get aboutListTileTitleRaw => r'關於$applicationName'; @override - String get showAccountsLabel => r'顯示帳戶'; + String get alertDialogLabel => r'通知'; @override - String get modalBarrierDismissLabel => r'關閉'; + String get closeButtonLabel => r'關閉'; @override - String get hideAccountsLabel => r'隱藏帳戶'; + String get closeButtonTooltip => r'關閉'; @override - String get signedInLabel => r'已登入帳戶'; + String get collapsedIconTapHint => r'展開'; @override - String get openAppDrawerTooltip => r'開啟導覽選單'; + String get continueButtonLabel => r'繼續'; @override - String get closeButtonTooltip => r'關閉'; + String get copyButtonLabel => r'複製'; @override - String get deleteButtonTooltip => r'刪除'; + String get cutButtonLabel => r'剪下'; @override - String get nextMonthTooltip => r'下個月'; + String get deleteButtonTooltip => r'刪除'; @override - String get previousMonthTooltip => r'上個月'; + String get dialogLabel => r'對話方塊'; @override - String get nextPageTooltip => r'下一頁'; + String get drawerLabel => r'導覽選單'; @override - String get previousPageTooltip => r'上一頁'; + String get expandedIconTapHint => r'收合'; @override - String get showMenuTooltip => r'顯示選單'; + String get hideAccountsLabel => r'隱藏帳戶'; @override - String get aboutListTileTitleRaw => r'關於「$applicationName」'; + String get licensesPageTitle => r'授權'; @override - String get licensesPageTitle => r'授權'; + String get modalBarrierDismissLabel => r'拒絕'; @override - String get pageRowsInfoTitleRaw => r'第 $firstRow - $lastRow 列 (總共 $rowCount 列)'; + String get nextMonthTooltip => r'下個月'; @override - String get pageRowsInfoTitleApproximateRaw => r'第 $firstRow - $lastRow 列 (總共約 $rowCount 列)'; + String get nextPageTooltip => r'下一頁'; @override - String get rowsPerPageTitle => r'每頁列數:'; + String get okButtonLabel => r'確定'; @override - String get selectedRowCountTitleOne => r'已選取 1 個項目'; + String get openAppDrawerTooltip => r'開啟導覽選單'; @override - String get selectedRowCountTitleOther => r'已選取 $selectedRowCount 個項目'; + String get pageRowsInfoTitleRaw => r'第 $firstRow 至 $lastRow 列,共 $rowCount 列'; @override - String get closeButtonLabel => r'關閉'; + String get pageRowsInfoTitleApproximateRaw => r'第 $firstRow 至 $lastRow 列,共約 $rowCount 列'; @override - String get continueButtonLabel => r'繼續'; + String get pasteButtonLabel => r'貼上'; @override - String get copyButtonLabel => r'複製'; + String get popupMenuLabel => r'彈出式選單'; @override - String get cutButtonLabel => r'剪下'; + String get previousMonthTooltip => r'上個月'; @override - String get okButtonLabel => r'確定'; + String get previousPageTooltip => r'上一頁'; @override - String get pasteButtonLabel => r'貼上'; + String get refreshIndicatorSemanticLabel => r'重新整理'; @override - String get selectAllButtonLabel => r'全選'; + String get remainingTextFieldCharacterCountOne => r'尚餘 1 個字元'; @override - String get viewLicensesButtonLabel => r'查看授權'; + String get remainingTextFieldCharacterCountOther => r'尚餘 $remainingCount 個字元'; @override - String get timePickerHourModeAnnouncement => r'選取小時數'; + String get reorderItemDown => r'向下移'; @override - String get timePickerMinuteModeAnnouncement => r'選取分鐘數'; + String get reorderItemLeft => r'向左移'; @override - String get drawerLabel => r'導覽選單'; + String get reorderItemRight => r'向右移'; @override - String get popupMenuLabel => r'彈出式選單'; + String get reorderItemToEnd => r'移到最後'; @override - String get dialogLabel => r'對話方塊'; + String get reorderItemToStart => r'移到開頭'; @override - String get alertDialogLabel => r'快訊'; + String get reorderItemUp => r'向上移'; @override - String get searchFieldLabel => r'搜尋'; + String get rowsPerPageTitle => r'每頁列數:'; @override - String get reorderItemToStart => r'移至開頭'; + String get searchFieldLabel => r'搜尋'; @override - String get reorderItemToEnd => r'移至結尾'; + String get selectAllButtonLabel => r'全選'; @override - String get reorderItemUp => r'向上移'; + String get selectedRowCountTitleOne => r'已選取 1 個項目'; @override - String get reorderItemDown => r'向下移'; + String get selectedRowCountTitleOther => r'已選取 $selectedRowCount 個項目'; @override - String get reorderItemLeft => r'向左移'; + String get showAccountsLabel => r'顯示帳戶'; @override - String get reorderItemRight => r'向右移'; + String get showMenuTooltip => r'顯示選單'; @override - String get expandedIconTapHint => r'收合'; + String get signedInLabel => r'已登入'; @override - String get collapsedIconTapHint => r'展開'; + String get tabLabelRaw => r'第 $tabIndex 個標籤,總共 $tabCount 個'; @override - String get remainingTextFieldCharacterCountOne => r'還可輸入 1 個字元'; + String get timePickerHourModeAnnouncement => r'揀選小時'; @override - String get remainingTextFieldCharacterCountOther => r'還可輸入 $remainingCount 個字元'; + String get timePickerMinuteModeAnnouncement => r'揀選分鐘'; @override - String get refreshIndicatorSemanticLabel => r'重新整理'; + String get viewLicensesButtonLabel => r'查看授權'; } /// The translations for Chinese, as used in Hong Kong, using the Han script (`zh_Hant_HK`). @@ -18067,69 +18067,69 @@ class MaterialLocalizationZhHantHk extends MaterialLocalizationZhHant { decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); +} - @override - String get tabLabelRaw => r'第 $tabIndex 個標籤,總共 $tabCount 個'; +/// The translations for Chinese, as used in Taiwan, using the Han script (`zh_Hant_TW`). +class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { + /// Create an instance of the translation bundle for Chinese, as used in Taiwan, using the Han script. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationZhHantTw({ + String localeName = 'zh_Hant_TW', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat longDateFormat, + @required intl.DateFormat yearMonthFormat, + @required intl.NumberFormat decimalFormat, + @required intl.NumberFormat twoDigitZeroPaddedFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + mediumDateFormat: mediumDateFormat, + longDateFormat: longDateFormat, + yearMonthFormat: yearMonthFormat, + decimalFormat: decimalFormat, + twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, + ); @override - String get modalBarrierDismissLabel => r'拒絕'; + String get tabLabelRaw => r'第 $tabIndex 個分頁 (共 $tabCount 個)'; @override - String get signedInLabel => r'已登入'; + String get modalBarrierDismissLabel => r'關閉'; @override - String get aboutListTileTitleRaw => r'關於$applicationName'; + String get signedInLabel => r'已登入帳戶'; @override - String get pageRowsInfoTitleRaw => r'第 $firstRow 至 $lastRow 列,共 $rowCount 列'; + String get aboutListTileTitleRaw => r'關於「$applicationName」'; @override - String get pageRowsInfoTitleApproximateRaw => r'第 $firstRow 至 $lastRow 列,共約 $rowCount 列'; + String get pageRowsInfoTitleRaw => r'第 $firstRow - $lastRow 列 (總共 $rowCount 列)'; @override - String get timePickerHourModeAnnouncement => r'揀選小時'; + String get pageRowsInfoTitleApproximateRaw => r'第 $firstRow - $lastRow 列 (總共約 $rowCount 列)'; @override - String get timePickerMinuteModeAnnouncement => r'揀選分鐘'; + String get timePickerHourModeAnnouncement => r'選取小時數'; @override - String get alertDialogLabel => r'通知'; + String get timePickerMinuteModeAnnouncement => r'選取分鐘數'; @override - String get reorderItemToStart => r'移到開頭'; + String get alertDialogLabel => r'快訊'; @override - String get reorderItemToEnd => r'移到最後'; + String get reorderItemToStart => r'移至開頭'; @override - String get remainingTextFieldCharacterCountOne => r'尚餘 1 個字元'; + String get reorderItemToEnd => r'移至結尾'; @override - String get remainingTextFieldCharacterCountOther => r'尚餘 $remainingCount 個字元'; -} + String get remainingTextFieldCharacterCountOne => r'還可輸入 1 個字元'; -/// The translations for Chinese, as used in Taiwan, using the Han script (`zh_Hant_TW`). -class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { - /// Create an instance of the translation bundle for Chinese, as used in Taiwan, using the Han script. - /// - /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationZhHantTw({ - String localeName = 'zh_Hant_TW', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + @override + String get remainingTextFieldCharacterCountOther => r'還可輸入 $remainingCount 個字元'; } /// The translations for Zulu (`zu`). From fb61f6bfe86f3cc2f82d21b9b448fe732480e61e Mon Sep 17 00:00:00 2001 From: Greg Spencer Date: Fri, 22 Nov 2019 08:43:55 -0800 Subject: [PATCH 104/327] Spell check of Flutter docs (#45200) No code changes, just comments: I spell-checked all the comments in the repo. --- .../flutter_localizations/lib/src/cupertino_localizations.dart | 2 +- .../flutter_localizations/lib/src/material_localizations.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/flutter_localizations/lib/src/cupertino_localizations.dart b/packages/flutter_localizations/lib/src/cupertino_localizations.dart index e08a9151b434..158c0fed50a6 100644 --- a/packages/flutter_localizations/lib/src/cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/cupertino_localizations.dart @@ -25,7 +25,7 @@ import 'widgets_localizations.dart'; /// /// {@macro flutter.localizations.cupertino.languages} /// -/// This list is available programatically via [kCupertinoSupportedLanguages]. +/// This list is available programmatically via [kCupertinoSupportedLanguages]. /// /// ## Sample code /// diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index c1f57fd22ef0..2e86077ec165 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -23,7 +23,7 @@ import 'widgets_localizations.dart'; /// /// {@macro flutter.localizations.material.languages} /// -/// This list is available programatically via [kMaterialSupportedLanguages]. +/// This list is available programmatically via [kMaterialSupportedLanguages]. /// /// ## Sample code /// From 4a0dba56b321377432d75af729cbb2eb8932e887 Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Wed, 27 Nov 2019 15:04:02 -0800 Subject: [PATCH 105/327] License update (#45373) * Update project.pbxproj files to say Flutter rather than Chromium Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright. * Update the copyright notice checker to require a standard notice on all files * Update copyrights on Dart files. (This was a mechanical commit.) * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine. Some were already marked "The Flutter Authors", not clear why. Their dates have been normalized. Some were missing the blank line after the license. Some were randomly different in trivial ways for no apparent reason (e.g. missing the trailing period). * Clean up the copyrights in non-Dart files. (Manual edits.) Also, make sure templates don't have copyrights. * Fix some more ORGANIZATIONNAMEs --- dev/tools/localization/gen_cupertino_localizations.dart | 4 ++-- dev/tools/localization/gen_material_localizations.dart | 4 ++-- dev/tools/localization/localizations_utils.dart | 2 +- dev/tools/localization/localizations_validator.dart | 2 +- .../lib/src/cupertino_localizations.dart | 2 +- .../lib/src/l10n/generated_cupertino_localizations.dart | 2 +- .../lib/src/l10n/generated_material_localizations.dart | 2 +- .../flutter_localizations/lib/src/material_localizations.dart | 2 +- .../test/cupertino/translations_test.dart | 2 +- .../flutter_localizations/test/material/date_picker_test.dart | 2 +- .../flutter_localizations/test/material/date_time_test.dart | 2 +- .../flutter_localizations/test/material/time_picker_test.dart | 2 +- .../test/material/translations_test.dart | 2 +- 13 files changed, 15 insertions(+), 15 deletions(-) diff --git a/dev/tools/localization/gen_cupertino_localizations.dart b/dev/tools/localization/gen_cupertino_localizations.dart index 158ed953a502..adfba237a3ba 100644 --- a/dev/tools/localization/gen_cupertino_localizations.dart +++ b/dev/tools/localization/gen_cupertino_localizations.dart @@ -1,4 +1,4 @@ -// Copyright 2014 The Chromium Authors. All rights reserved. +// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -6,7 +6,7 @@ import 'localizations_utils.dart'; HeaderGenerator generateCupertinoHeader = (String regenerateInstructions) { return ''' -// Copyright 2019 The Chromium Authors. All rights reserved. +// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/dev/tools/localization/gen_material_localizations.dart b/dev/tools/localization/gen_material_localizations.dart index 136d122e42bb..a2a908fe27ca 100644 --- a/dev/tools/localization/gen_material_localizations.dart +++ b/dev/tools/localization/gen_material_localizations.dart @@ -1,4 +1,4 @@ -// Copyright 2014 The Chromium Authors. All rights reserved. +// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -6,7 +6,7 @@ import 'localizations_utils.dart'; HeaderGenerator generateMaterialHeader = (String regenerateInstructions) { return ''' -// Copyright 2017 The Chromium Authors. All rights reserved. +// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/dev/tools/localization/localizations_utils.dart b/dev/tools/localization/localizations_utils.dart index edc37e5939d0..7312ebd5c697 100644 --- a/dev/tools/localization/localizations_utils.dart +++ b/dev/tools/localization/localizations_utils.dart @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium Authors. All rights reserved. +// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/dev/tools/localization/localizations_validator.dart b/dev/tools/localization/localizations_validator.dart index 9ab33d205261..5f1df3861d4a 100644 --- a/dev/tools/localization/localizations_validator.dart +++ b/dev/tools/localization/localizations_validator.dart @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium Authors. All rights reserved. +// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/packages/flutter_localizations/lib/src/cupertino_localizations.dart b/packages/flutter_localizations/lib/src/cupertino_localizations.dart index 158c0fed50a6..1f9f3ee58573 100644 --- a/packages/flutter_localizations/lib/src/cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/cupertino_localizations.dart @@ -1,4 +1,4 @@ -// Copyright 2019 The Chromium Authors. All rights reserved. +// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index 9b3768e9960a..a3fe758c05d4 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -1,4 +1,4 @@ -// Copyright 2019 The Chromium Authors. All rights reserved. +// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index 6e55ed439282..9a61a7dff0e0 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium Authors. All rights reserved. +// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 2e86077ec165..7cbcfd1eb843 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium Authors. All rights reserved. +// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/packages/flutter_localizations/test/cupertino/translations_test.dart b/packages/flutter_localizations/test/cupertino/translations_test.dart index 9b03d4f3cdfc..81c18274c55a 100644 --- a/packages/flutter_localizations/test/cupertino/translations_test.dart +++ b/packages/flutter_localizations/test/cupertino/translations_test.dart @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium Authors. All rights reserved. +// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/packages/flutter_localizations/test/material/date_picker_test.dart b/packages/flutter_localizations/test/material/date_picker_test.dart index ca944d6421fd..02ffb6f550c7 100644 --- a/packages/flutter_localizations/test/material/date_picker_test.dart +++ b/packages/flutter_localizations/test/material/date_picker_test.dart @@ -1,4 +1,4 @@ -// Copyright 2016 The Chromium Authors. All rights reserved. +// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/packages/flutter_localizations/test/material/date_time_test.dart b/packages/flutter_localizations/test/material/date_time_test.dart index 6e0274a2f261..ea6162fd3e5d 100644 --- a/packages/flutter_localizations/test/material/date_time_test.dart +++ b/packages/flutter_localizations/test/material/date_time_test.dart @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium Authors. All rights reserved. +// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/packages/flutter_localizations/test/material/time_picker_test.dart b/packages/flutter_localizations/test/material/time_picker_test.dart index 961dabe1f4ed..cfaca11a0846 100644 --- a/packages/flutter_localizations/test/material/time_picker_test.dart +++ b/packages/flutter_localizations/test/material/time_picker_test.dart @@ -1,4 +1,4 @@ -// Copyright 2016 The Chromium Authors. All rights reserved. +// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/packages/flutter_localizations/test/material/translations_test.dart b/packages/flutter_localizations/test/material/translations_test.dart index ef79569058e6..782131b6239f 100644 --- a/packages/flutter_localizations/test/material/translations_test.dart +++ b/packages/flutter_localizations/test/material/translations_test.dart @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium Authors. All rights reserved. +// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. From f971b188f0ff2f4304fe907d41add2671b44fc2c Mon Sep 17 00:00:00 2001 From: Alexandre Ardhuin Date: Thu, 5 Dec 2019 22:34:06 +0100 Subject: [PATCH 106/327] implicit-casts:false in dev (#45787) --- dev/tools/localization/localizations_utils.dart | 16 +++++++--------- .../localization/localizations_validator.dart | 6 +++--- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/dev/tools/localization/localizations_utils.dart b/dev/tools/localization/localizations_utils.dart index 7312ebd5c697..61d830d620ab 100644 --- a/dev/tools/localization/localizations_utils.dart +++ b/dev/tools/localization/localizations_utils.dart @@ -114,10 +114,8 @@ class LocaleInfo implements Comparable { @override bool operator ==(Object other) { - if (!(other is LocaleInfo)) - return false; - final LocaleInfo otherLocale = other; - return originalString == otherLocale.originalString; + return other is LocaleInfo + && other.originalString == originalString; } @override @@ -167,13 +165,13 @@ void loadMatchingArbsIntoBundleMaps({ void populateResources(LocaleInfo locale, File file) { final Map resources = localeToResources[locale]; final Map attributes = localeToResourceAttributes[locale]; - final Map bundle = json.decode(file.readAsStringSync()); + final Map bundle = json.decode(file.readAsStringSync()) as Map; for (String key in bundle.keys) { // The ARB file resource "attributes" for foo are called @foo. if (key.startsWith('@')) attributes[key.substring(1)] = bundle[key]; else - resources[key] = bundle[key]; + resources[key] = bundle[key] as String; } } // Only pre-assume scriptCode if there is a country or script code to assume off of. @@ -247,9 +245,9 @@ GeneratorOptions parseArgs(List rawArgs) { defaultsTo: false, ); final argslib.ArgResults args = argParser.parse(rawArgs); - final bool writeToFile = args['overwrite']; - final bool materialOnly = args['material']; - final bool cupertinoOnly = args['cupertino']; + final bool writeToFile = args['overwrite'] as bool; + final bool materialOnly = args['material'] as bool; + final bool cupertinoOnly = args['cupertino'] as bool; return GeneratorOptions(writeToFile: writeToFile, materialOnly: materialOnly, cupertinoOnly: cupertinoOnly); } diff --git a/dev/tools/localization/localizations_validator.dart b/dev/tools/localization/localizations_validator.dart index 5f1df3861d4a..17cd9c88ceea 100644 --- a/dev/tools/localization/localizations_validator.dart +++ b/dev/tools/localization/localizations_validator.dart @@ -36,7 +36,7 @@ void validateEnglishLocalizations(File file) { throw ValidationError(errorMessages.toString()); } - final Map bundle = json.decode(file.readAsStringSync()); + final Map bundle = json.decode(file.readAsStringSync()) as Map; for (String resourceId in bundle.keys) { if (resourceId.startsWith('@')) @@ -67,11 +67,11 @@ void validateEnglishLocalizations(File file) { continue; } - final String description = atResource['description']; + final String description = atResource['description'] as String; if (description == null) errorMessages.writeln('No description specified for $atResourceId'); - final String plural = atResource['plural']; + final String plural = atResource['plural'] as String; final String resourceId = atResourceId.substring(1); if (plural != null) { final String resourceIdOther = '${resourceId}Other'; From dc6c13bce5d702b8ed4c4478801ee8438ca198d3 Mon Sep 17 00:00:00 2001 From: Alexandre Ardhuin Date: Wed, 11 Dec 2019 07:27:13 +0100 Subject: [PATCH 107/327] implicit-casts:false in flutter_localizations (#45241) --- .../test/material/date_picker_test.dart | 8 ++-- .../test/material/date_time_test.dart | 9 ++-- .../test/material/time_picker_test.dart | 46 +++++++++++++------ 3 files changed, 42 insertions(+), 21 deletions(-) diff --git a/packages/flutter_localizations/test/material/date_picker_test.dart b/packages/flutter_localizations/test/material/date_picker_test.dart index 02ffb6f550c7..99d8074d395d 100644 --- a/packages/flutter_localizations/test/material/date_picker_test.dart +++ b/packages/flutter_localizations/test/material/date_picker_test.dart @@ -53,10 +53,10 @@ void main() { for (Locale locale in testLocales.keys) { testWidgets('shows dates for $locale', (WidgetTester tester) async { - final List expectedDaysOfWeek = testLocales[locale]['expectedDaysOfWeek']; - final List expectedDaysOfMonth = testLocales[locale]['expectedDaysOfMonth']; - final String expectedMonthYearHeader = testLocales[locale]['expectedMonthYearHeader']; - final TextDirection textDirection = testLocales[locale]['textDirection']; + final List expectedDaysOfWeek = testLocales[locale]['expectedDaysOfWeek'] as List; + final List expectedDaysOfMonth = testLocales[locale]['expectedDaysOfMonth'] as List; + final String expectedMonthYearHeader = testLocales[locale]['expectedMonthYearHeader'] as String; + final TextDirection textDirection = testLocales[locale]['textDirection'] as TextDirection; final DateTime baseDate = DateTime(2017, 9, 27); await _pumpBoilerplate(tester, DayPicker( diff --git a/packages/flutter_localizations/test/material/date_time_test.dart b/packages/flutter_localizations/test/material/date_time_test.dart index ea6162fd3e5d..0b7960630a28 100644 --- a/packages/flutter_localizations/test/material/date_time_test.dart +++ b/packages/flutter_localizations/test/material/date_time_test.dart @@ -11,12 +11,14 @@ import 'package:flutter_test/flutter_test.dart'; void main() { group(GlobalMaterialLocalizations, () { test('uses exact locale when exists', () async { - final GlobalMaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(const Locale('pt', 'PT')); + final GlobalMaterialLocalizations localizations = + await GlobalMaterialLocalizations.delegate.load(const Locale('pt', 'PT')) as GlobalMaterialLocalizations; expect(localizations.formatDecimal(10000), '10\u00A0000'); }); test('falls back to language code when exact locale is missing', () async { - final GlobalMaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(const Locale('pt', 'XX')); + final GlobalMaterialLocalizations localizations = + await GlobalMaterialLocalizations.delegate.load(const Locale('pt', 'XX')) as GlobalMaterialLocalizations; expect(localizations.formatDecimal(10000), '10.000'); }); @@ -67,7 +69,8 @@ void main() { group('formatMinute', () { test('formats English', () async { - final GlobalMaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(const Locale('en', 'US')); + final GlobalMaterialLocalizations localizations = + await GlobalMaterialLocalizations.delegate.load(const Locale('en', 'US')) as GlobalMaterialLocalizations; expect(localizations.formatMinute(const TimeOfDay(hour: 1, minute: 32)), '32'); }); }); diff --git a/packages/flutter_localizations/test/material/time_picker_test.dart b/packages/flutter_localizations/test/material/time_picker_test.dart index cfaca11a0846..a4bbc7dcd821 100644 --- a/packages/flutter_localizations/test/material/time_picker_test.dart +++ b/packages/flutter_localizations/test/material/time_picker_test.dart @@ -72,7 +72,7 @@ void main() { final Offset center = await startPicker(tester, (TimeOfDay time) { }, locale: locale); final List actual = []; tester.element(find.byType(CustomMultiChildLayout)).visitChildren((Element child) { - final LayoutId layout = child.widget; + final LayoutId layout = child.widget as LayoutId; final String fragmentType = '${layout.child.runtimeType}'; final dynamic widget = layout.child; if (fragmentType == '_MinuteControl') { @@ -174,12 +174,18 @@ void main() { final CustomPaint dialPaint = tester.widget(find.byKey(const ValueKey('time-picker-dial'))); final dynamic dialPainter = dialPaint.painter; - final List primaryOuterLabels = dialPainter.primaryOuterLabels; - expect(primaryOuterLabels.map((dynamic tp) => tp.painter.text.text), labels12To11); + final List primaryOuterLabels = dialPainter.primaryOuterLabels as List; + expect( + primaryOuterLabels.map((dynamic tp) => ((tp.painter as TextPainter).text as TextSpan).text), + labels12To11, + ); expect(dialPainter.primaryInnerLabels, null); - final List secondaryOuterLabels = dialPainter.secondaryOuterLabels; - expect(secondaryOuterLabels.map((dynamic tp) => tp.painter.text.text), labels12To11); + final List secondaryOuterLabels = dialPainter.secondaryOuterLabels as List; + expect( + secondaryOuterLabels.map((dynamic tp) => ((tp.painter as TextPainter).text as TextSpan).text), + labels12To11, + ); expect(dialPainter.secondaryInnerLabels, null); }); @@ -188,14 +194,26 @@ void main() { final CustomPaint dialPaint = tester.widget(find.byKey(const ValueKey('time-picker-dial'))); final dynamic dialPainter = dialPaint.painter; - final List primaryOuterLabels = dialPainter.primaryOuterLabels; - expect(primaryOuterLabels.map((dynamic tp) => tp.painter.text.text), labels00To23); - final List primaryInnerLabels = dialPainter.primaryInnerLabels; - expect(primaryInnerLabels.map((dynamic tp) => tp.painter.text.text), labels12To11TwoDigit); - - final List secondaryOuterLabels = dialPainter.secondaryOuterLabels; - expect(secondaryOuterLabels.map((dynamic tp) => tp.painter.text.text), labels00To23); - final List secondaryInnerLabels = dialPainter.secondaryInnerLabels; - expect(secondaryInnerLabels.map((dynamic tp) => tp.painter.text.text), labels12To11TwoDigit); + final List primaryOuterLabels = dialPainter.primaryOuterLabels as List; + expect( + primaryOuterLabels.map((dynamic tp) => ((tp.painter as TextPainter).text as TextSpan).text), + labels00To23, + ); + final List primaryInnerLabels = dialPainter.primaryInnerLabels as List; + expect( + primaryInnerLabels.map((dynamic tp) => ((tp.painter as TextPainter).text as TextSpan).text), + labels12To11TwoDigit, + ); + + final List secondaryOuterLabels = dialPainter.secondaryOuterLabels as List; + expect( + secondaryOuterLabels.map((dynamic tp) => ((tp.painter as TextPainter).text as TextSpan).text), + labels00To23, + ); + final List secondaryInnerLabels = dialPainter.secondaryInnerLabels as List; + expect( + secondaryInnerLabels.map((dynamic tp) => ((tp.painter as TextPainter).text as TextSpan).text), + labels12To11TwoDigit, + ); }); } From 9ec4adfdecb14ed1ce544661324018d28c961c9d Mon Sep 17 00:00:00 2001 From: Shi-Hao Hong Date: Mon, 16 Dec 2019 17:30:57 -0800 Subject: [PATCH 108/327] Move localization executables to bin folder (#46251) --- .../localization/bin/encode_kn_arb_files.dart | 95 +++ .../localization/bin/gen_localizations.dart | 582 ++++++++++++++++++ .../generated_cupertino_localizations.dart | 2 +- .../generated_material_localizations.dart | 2 +- 4 files changed, 679 insertions(+), 2 deletions(-) create mode 100644 dev/tools/localization/bin/encode_kn_arb_files.dart create mode 100644 dev/tools/localization/bin/gen_localizations.dart diff --git a/dev/tools/localization/bin/encode_kn_arb_files.dart b/dev/tools/localization/bin/encode_kn_arb_files.dart new file mode 100644 index 000000000000..805b9b3cd827 --- /dev/null +++ b/dev/tools/localization/bin/encode_kn_arb_files.dart @@ -0,0 +1,95 @@ +// Copyright 2014 The Flutter Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +// This program replaces the material_kn.arb and cupertino_kn.arb +// files in flutter_localizations/packages/lib/src/l10n with versions +// where the contents of the localized strings have been replaced by JSON +// escapes. This is done because some of those strings contain characters +// that can crash Emacs on Linux. There is more information +// here: https://github.com/flutter/flutter/issues/36704 and in the README +// in flutter_localizations/packages/lib/src/l10n. +// +// This app needs to be run by hand when material_kn.arb or cupertino_kn.arb +// have been updated. +// +// ## Usage +// +// Run this program from the root of the git repository. +// +// ``` +// dart dev/tools/localization/bin/encode_kn_arb_files.dart +// ``` + +import 'dart:async'; +import 'dart:convert'; +import 'dart:io'; + +import 'package:path/path.dart' as path; + +import '../localizations_utils.dart'; + +Map loadBundle(File file) { + if (!FileSystemEntity.isFileSync(file.path)) + exitWithError('Unable to find input file: ${file.path}'); + return json.decode(file.readAsStringSync()) as Map; +} + +void encodeBundleTranslations(Map bundle) { + for (String key in bundle.keys) { + // The ARB file resource "attributes" for foo are called @foo. Don't need + // to encode them. + if (key.startsWith('@')) + continue; + final String translation = bundle[key] as String; + // Rewrite the string as a series of unicode characters in JSON format. + // Like "\u0012\u0123\u1234". + bundle[key] = translation.runes.map((int code) { + final String codeString = '00${code.toRadixString(16)}'; + return '\\u${codeString.substring(codeString.length - 4)}'; + }).join(); + } +} + +void checkEncodedTranslations(Map encodedBundle, Map bundle) { + bool errorFound = false; + const JsonDecoder decoder = JsonDecoder(); + for (String key in bundle.keys) { + if (decoder.convert('"${encodedBundle[key]}"') != bundle[key]) { + stderr.writeln(' encodedTranslation for $key does not match original value "${bundle[key]}"'); + errorFound = true; + } + } + if (errorFound) + exitWithError('JSON unicode translation encoding failed'); +} + +void rewriteBundle(File file, Map bundle) { + final StringBuffer contents = StringBuffer(); + contents.writeln('{'); + for (String key in bundle.keys) { + contents.writeln(' "$key": "${bundle[key]}"${key == bundle.keys.last ? '' : ','}'); + } + contents.writeln('}'); + file.writeAsStringSync(contents.toString()); +} + +Future main(List rawArgs) async { + checkCwdIsRepoRoot('encode_kn_arb_files'); + + final String l10nPath = path.join('packages', 'flutter_localizations', 'lib', 'src', 'l10n'); + final File materialArbFile = File(path.join(l10nPath, 'material_kn.arb')); + final File cupertinoArbFile = File(path.join(l10nPath, 'cupertino_kn.arb')); + + final Map materialBundle = loadBundle(materialArbFile); + final Map cupertinoBundle = loadBundle(cupertinoArbFile); + + encodeBundleTranslations(materialBundle); + encodeBundleTranslations(cupertinoBundle); + + checkEncodedTranslations(materialBundle, loadBundle(materialArbFile)); + checkEncodedTranslations(cupertinoBundle, loadBundle(cupertinoArbFile)); + + rewriteBundle(materialArbFile, materialBundle); + rewriteBundle(cupertinoArbFile, cupertinoBundle); +} diff --git a/dev/tools/localization/bin/gen_localizations.dart b/dev/tools/localization/bin/gen_localizations.dart new file mode 100644 index 000000000000..5b84a4a63cc9 --- /dev/null +++ b/dev/tools/localization/bin/gen_localizations.dart @@ -0,0 +1,582 @@ +// Copyright 2014 The Flutter Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +// This program generates a getMaterialTranslation() and a +// getCupertinoTranslation() function that look up the translations provided by +// the arb files. The returned value is a generated instance of a +// GlobalMaterialLocalizations or a GlobalCupertinoLocalizations that +// corresponds to a single locale. +// +// The *.arb files are in packages/flutter_localizations/lib/src/l10n. +// +// The arb (JSON) format files must contain a single map indexed by locale. +// Each map value is itself a map with resource identifier keys and localized +// resource string values. +// +// The arb filenames are expected to have the form "material_(\w+)\.arb" or +// "cupertino_(\w+)\.arb" where the group following "_" identifies the language +// code and the country code, e.g. "material_en.arb" or "material_en_GB.arb". +// In most cases both codes are just two characters. +// +// This app is typically run by hand when a module's .arb files have been +// updated. +// +// ## Usage +// +// Run this program from the root of the git repository. +// +// The following outputs the generated Dart code to the console as a dry run: +// +// ``` +// dart dev/tools/localization/bin/gen_localizations.dart +// ``` +// +// If the data looks good, use the `-w` or `--overwrite` option to overwrite the +// packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +// and packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart file: +// +// ``` +// dart dev/tools/localization/bin/gen_localizations.dart --overwrite +// ``` + +import 'dart:async'; +import 'dart:io'; + +import 'package:path/path.dart' as path; +import 'package:meta/meta.dart'; + +import '../gen_cupertino_localizations.dart'; +import '../gen_material_localizations.dart'; +import '../localizations_utils.dart'; +import '../localizations_validator.dart'; + +/// This is the core of this script; it generates the code used for translations. +String generateArbBasedLocalizationSubclasses({ + @required Map> localeToResources, + @required Map> localeToResourceAttributes, + @required String generatedClassPrefix, + @required String baseClass, + @required HeaderGenerator generateHeader, + @required ConstructorGenerator generateConstructor, + @required String factoryName, + @required String factoryDeclaration, + @required String factoryArguments, + @required String supportedLanguagesConstant, + @required String supportedLanguagesDocMacro, +}) { + assert(localeToResources != null); + assert(localeToResourceAttributes != null); + assert(generatedClassPrefix.isNotEmpty); + assert(baseClass.isNotEmpty); + assert(generateHeader != null); + assert(generateConstructor != null); + assert(factoryName.isNotEmpty); + assert(factoryDeclaration.isNotEmpty); + assert(factoryArguments.isNotEmpty); + assert(supportedLanguagesConstant.isNotEmpty); + assert(supportedLanguagesDocMacro.isNotEmpty); + + final StringBuffer output = StringBuffer(); + output.writeln(generateHeader('dart dev/tools/localization/bin/gen_localizations.dart --overwrite')); + + final StringBuffer supportedLocales = StringBuffer(); + + final Map> languageToLocales = >{}; + final Map> languageToScriptCodes = >{}; + // Used to calculate if there are any corresponding countries for a given language and script. + final Map> languageAndScriptToCountryCodes = >{}; + final Set allResourceIdentifiers = {}; + for (LocaleInfo locale in localeToResources.keys.toList()..sort()) { + if (locale.scriptCode != null) { + languageToScriptCodes[locale.languageCode] ??= {}; + languageToScriptCodes[locale.languageCode].add(locale.scriptCode); + } + if (locale.countryCode != null && locale.scriptCode != null) { + final LocaleInfo key = LocaleInfo.fromString(locale.languageCode + '_' + locale.scriptCode); + languageAndScriptToCountryCodes[key] ??= {}; + languageAndScriptToCountryCodes[key].add(locale.countryCode); + } + languageToLocales[locale.languageCode] ??= []; + languageToLocales[locale.languageCode].add(locale); + allResourceIdentifiers.addAll(localeToResources[locale].keys.toList()..sort()); + } + + // We generate one class per supported language (e.g. + // `MaterialLocalizationEn`). These implement everything that is needed by the + // superclass (e.g. GlobalMaterialLocalizations). + + // We also generate one subclass for each locale with a script code (e.g. + // `MaterialLocalizationZhHant`). Their superclasses are the aforementioned + // language classes for the same locale but without a script code (e.g. + // `MaterialLocalizationZh`). + + // We also generate one subclass for each locale with a country code (e.g. + // `MaterialLocalizationEnGb`). Their superclasses are the aforementioned + // language classes for the same locale but without a country code (e.g. + // `MaterialLocalizationEn`). + + // If scriptCodes for a language are defined, we expect a scriptCode to be + // defined for locales that contain a countryCode. The superclass becomes + // the script sublcass (e.g. `MaterialLocalizationZhHant`) and the generated + // subclass will also contain the script code (e.g. `MaterialLocalizationZhHantTW`). + + // When scriptCodes are not defined for languages that use scriptCodes to distinguish + // between significantly differing scripts, we assume the scriptCodes in the + // [LocaleInfo.fromString] factory and add it to the [LocaleInfo]. We then generate + // the script classes based on the first locale that we assume to use the script. + + final List allKeys = allResourceIdentifiers.toList()..sort(); + final List languageCodes = languageToLocales.keys.toList()..sort(); + final LocaleInfo canonicalLocale = LocaleInfo.fromString('en'); + for (String languageName in languageCodes) { + final LocaleInfo languageLocale = LocaleInfo.fromString(languageName); + output.writeln(generateClassDeclaration(languageLocale, generatedClassPrefix, baseClass)); + output.writeln(generateConstructor(languageLocale)); + + final Map languageResources = localeToResources[languageLocale]; + for (String key in allKeys) { + final Map attributes = localeToResourceAttributes[canonicalLocale][key] as Map; + output.writeln(generateGetter(key, languageResources[key], attributes, languageLocale)); + } + output.writeln('}'); + int countryCodeCount = 0; + int scriptCodeCount = 0; + if (languageToScriptCodes.containsKey(languageName)) { + scriptCodeCount = languageToScriptCodes[languageName].length; + // Language has scriptCodes, so we need to properly fallback countries to corresponding + // script default values before language default values. + for (String scriptCode in languageToScriptCodes[languageName]) { + final LocaleInfo scriptBaseLocale = LocaleInfo.fromString(languageName + '_' + scriptCode); + output.writeln(generateClassDeclaration( + scriptBaseLocale, + generatedClassPrefix, + '$generatedClassPrefix${camelCase(languageLocale)}', + )); + output.writeln(generateConstructor(scriptBaseLocale)); + final Map scriptResources = localeToResources[scriptBaseLocale]; + for (String key in scriptResources.keys.toList()..sort()) { + if (languageResources[key] == scriptResources[key]) + continue; + final Map attributes = localeToResourceAttributes[canonicalLocale][key] as Map; + output.writeln(generateGetter(key, scriptResources[key], attributes, languageLocale)); + } + output.writeln('}'); + + final List localeCodes = languageToLocales[languageName]..sort(); + for (LocaleInfo locale in localeCodes) { + if (locale.originalString == languageName) + continue; + if (locale.originalString == languageName + '_' + scriptCode) + continue; + if (locale.scriptCode != scriptCode) + continue; + countryCodeCount += 1; + output.writeln(generateClassDeclaration( + locale, + generatedClassPrefix, + '$generatedClassPrefix${camelCase(scriptBaseLocale)}', + )); + output.writeln(generateConstructor(locale)); + final Map localeResources = localeToResources[locale]; + for (String key in localeResources.keys) { + // When script fallback contains the key, we compare to it instead of language fallback. + if (scriptResources.containsKey(key) ? scriptResources[key] == localeResources[key] : languageResources[key] == localeResources[key]) + continue; + final Map attributes = localeToResourceAttributes[canonicalLocale][key] as Map; + output.writeln(generateGetter(key, localeResources[key], attributes, languageLocale)); + } + output.writeln('}'); + } + } + } else { + // No scriptCode. Here, we do not compare against script default (because it + // doesn't exist). + final List localeCodes = languageToLocales[languageName]..sort(); + for (LocaleInfo locale in localeCodes) { + if (locale.originalString == languageName) + continue; + countryCodeCount += 1; + final Map localeResources = localeToResources[locale]; + output.writeln(generateClassDeclaration( + locale, + generatedClassPrefix, + '$generatedClassPrefix${camelCase(languageLocale)}', + )); + output.writeln(generateConstructor(locale)); + for (String key in localeResources.keys) { + if (languageResources[key] == localeResources[key]) + continue; + final Map attributes = localeToResourceAttributes[canonicalLocale][key] as Map; + output.writeln(generateGetter(key, localeResources[key], attributes, languageLocale)); + } + output.writeln('}'); + } + } + final String scriptCodeMessage = scriptCodeCount == 0 ? '' : ' and $scriptCodeCount script' + (scriptCodeCount == 1 ? '' : 's'); + if (countryCodeCount == 0) { + if (scriptCodeCount == 0) + supportedLocales.writeln('/// * `$languageName` - ${describeLocale(languageName)}'); + else + supportedLocales.writeln('/// * `$languageName` - ${describeLocale(languageName)} (plus $scriptCodeCount script' + (scriptCodeCount == 1 ? '' : 's') + ')'); + + } else if (countryCodeCount == 1) { + supportedLocales.writeln('/// * `$languageName` - ${describeLocale(languageName)} (plus one country variation$scriptCodeMessage)'); + } else { + supportedLocales.writeln('/// * `$languageName` - ${describeLocale(languageName)} (plus $countryCodeCount country variations$scriptCodeMessage)'); + } + } + + // Generate the factory function. Given a Locale it returns the corresponding + // base class implementation. + output.writeln(''' + +/// The set of supported languages, as language code strings. +/// +/// The [$baseClass.delegate] can generate localizations for +/// any [Locale] with a language code from this set, regardless of the region. +/// Some regions have specific support (e.g. `de` covers all forms of German, +/// but there is support for `de-CH` specifically to override some of the +/// translations for Switzerland). +/// +/// See also: +/// +/// * [$factoryName], whose documentation describes these values. +final Set $supportedLanguagesConstant = HashSet.from(const [ +${languageCodes.map((String value) => " '$value', // ${describeLocale(value)}").toList().join('\n')} +]); + +/// Creates a [$baseClass] instance for the given `locale`. +/// +/// All of the function's arguments except `locale` will be passed to the [ +/// $baseClass] constructor. (The `localeName` argument of that +/// constructor is specified by the actual subclass constructor by this +/// function.) +/// +/// The following locales are supported by this package: +/// +/// {@template $supportedLanguagesDocMacro} +$supportedLocales/// {@endtemplate} +/// +/// Generally speaking, this method is only intended to be used by +/// [$baseClass.delegate]. +$factoryDeclaration + switch (locale.languageCode) {'''); + for (String language in languageToLocales.keys) { + // Only one instance of the language. + if (languageToLocales[language].length == 1) { + output.writeln(''' + case '$language': + return $generatedClassPrefix${camelCase(languageToLocales[language][0])}($factoryArguments);'''); + } else if (!languageToScriptCodes.containsKey(language)) { // Does not distinguish between scripts. Switch on countryCode directly. + output.writeln(''' + case '$language': { + switch (locale.countryCode) {'''); + for (LocaleInfo locale in languageToLocales[language]) { + if (locale.originalString == language) + continue; + assert(locale.length > 1); + final String countryCode = locale.countryCode; + output.writeln(''' + case '$countryCode': + return $generatedClassPrefix${camelCase(locale)}($factoryArguments);'''); + } + output.writeln(''' + } + return $generatedClassPrefix${camelCase(LocaleInfo.fromString(language))}($factoryArguments); + }'''); + } else { // Language has scriptCode, add additional switch logic. + bool hasCountryCode = false; + output.writeln(''' + case '$language': { + switch (locale.scriptCode) {'''); + for (String scriptCode in languageToScriptCodes[language]) { + final LocaleInfo scriptLocale = LocaleInfo.fromString(language + '_' + scriptCode); + output.writeln(''' + case '$scriptCode': {'''); + if (languageAndScriptToCountryCodes.containsKey(scriptLocale)) { + output.writeln(''' + switch (locale.countryCode) {'''); + for (LocaleInfo locale in languageToLocales[language]) { + if (locale.countryCode == null) + continue; + else + hasCountryCode = true; + if (locale.originalString == language) + continue; + if (locale.scriptCode != scriptCode && locale.scriptCode != null) + continue; + final String countryCode = locale.countryCode; + output.writeln(''' + case '$countryCode': + return $generatedClassPrefix${camelCase(locale)}($factoryArguments);'''); + } + } + // Return a fallback locale that matches scriptCode, but not countryCode. + // + // Explicitly defined scriptCode fallback: + if (languageToLocales[language].contains(scriptLocale)) { + if (languageAndScriptToCountryCodes.containsKey(scriptLocale)) { + output.writeln(''' + }'''); + } + output.writeln(''' + return $generatedClassPrefix${camelCase(scriptLocale)}($factoryArguments); + }'''); + } else { + // Not Explicitly defined, fallback to first locale with the same language and + // script: + for (LocaleInfo locale in languageToLocales[language]) { + if (locale.scriptCode != scriptCode) + continue; + if (languageAndScriptToCountryCodes.containsKey(scriptLocale)) { + output.writeln(''' + }'''); + } + output.writeln(''' + return $generatedClassPrefix${camelCase(scriptLocale)}($factoryArguments); + }'''); + break; + } + } + } + output.writeln(''' + }'''); + if (hasCountryCode) { + output.writeln(''' + switch (locale.countryCode) {'''); + for (LocaleInfo locale in languageToLocales[language]) { + if (locale.originalString == language) + continue; + assert(locale.length > 1); + if (locale.countryCode == null) + continue; + final String countryCode = locale.countryCode; + output.writeln(''' + case '$countryCode': + return $generatedClassPrefix${camelCase(locale)}($factoryArguments);'''); + } + output.writeln(''' + }'''); + } + output.writeln(''' + return $generatedClassPrefix${camelCase(LocaleInfo.fromString(language))}($factoryArguments); + }'''); + } + } + output.writeln(''' + } + assert(false, '$factoryName() called for unsupported locale "\$locale"'); + return null; +}'''); + + return output.toString(); +} + +/// Returns the appropriate type for getters with the given attributes. +/// +/// Typically "String", but some (e.g. "timeOfDayFormat") return enums. +/// +/// Used by [generateGetter] below. +String generateType(Map attributes) { + if (attributes != null) { + switch (attributes['x-flutter-type'] as String) { + case 'icuShortTimePattern': + return 'TimeOfDayFormat'; + case 'scriptCategory': + return 'ScriptCategory'; + } + } + return 'String'; +} + +/// Returns the appropriate name for getters with the given attributes. +/// +/// Typically this is the key unmodified, but some have parameters, and +/// the GlobalMaterialLocalizations class does the substitution, and for +/// those we have to therefore provide an alternate name. +/// +/// Used by [generateGetter] below. +String generateKey(String key, Map attributes) { + if (attributes != null) { + if (attributes.containsKey('parameters')) + return '${key}Raw'; + switch (attributes['x-flutter-type'] as String) { + case 'icuShortTimePattern': + return '${key}Raw'; + } + } + if (key == 'datePickerDateOrder') + return 'datePickerDateOrderString'; + if (key == 'datePickerDateTimeOrder') + return 'datePickerDateTimeOrderString'; + return key; +} + +const Map _icuTimeOfDayToEnum = { + 'HH:mm': 'TimeOfDayFormat.HH_colon_mm', + 'HH.mm': 'TimeOfDayFormat.HH_dot_mm', + "HH 'h' mm": 'TimeOfDayFormat.frenchCanadian', + 'HH:mm น.': 'TimeOfDayFormat.HH_colon_mm', + 'H:mm': 'TimeOfDayFormat.H_colon_mm', + 'h:mm a': 'TimeOfDayFormat.h_colon_mm_space_a', + 'a h:mm': 'TimeOfDayFormat.a_space_h_colon_mm', + 'ah:mm': 'TimeOfDayFormat.a_space_h_colon_mm', +}; + +const Map _scriptCategoryToEnum = { + 'English-like': 'ScriptCategory.englishLike', + 'dense': 'ScriptCategory.dense', + 'tall': 'ScriptCategory.tall', +}; + +/// Returns the literal that describes the value returned by getters +/// with the given attributes. +/// +/// This handles cases like the value being a literal `null`, an enum, and so +/// on. The default is to treat the value as a string and escape it and quote +/// it. +/// +/// Used by [generateGetter] below. +String generateValue(String value, Map attributes, LocaleInfo locale) { + if (value == null) + return null; + // cupertino_en.arb doesn't use x-flutter-type. + if (attributes != null) { + switch (attributes['x-flutter-type'] as String) { + case 'icuShortTimePattern': + if (!_icuTimeOfDayToEnum.containsKey(value)) { + throw Exception( + '"$value" is not one of the ICU short time patterns supported ' + 'by the material library. Here is the list of supported ' + 'patterns:\n ' + _icuTimeOfDayToEnum.keys.join('\n ') + ); + } + return _icuTimeOfDayToEnum[value]; + case 'scriptCategory': + if (!_scriptCategoryToEnum.containsKey(value)) { + throw Exception( + '"$value" is not one of the scriptCategory values supported ' + 'by the material library. Here is the list of supported ' + 'values:\n ' + _scriptCategoryToEnum.keys.join('\n ') + ); + } + return _scriptCategoryToEnum[value]; + } + } + // Localization strings for the Kannada locale ('kn') are encoded because + // some of the localized strings contain characters that can crash Emacs on Linux. + // See packages/flutter_localizations/lib/src/l10n/README for more information. + return locale.languageCode == 'kn' ? generateEncodedString(value) : generateString(value); +} + +/// Combines [generateType], [generateKey], and [generateValue] to return +/// the source of getters for the GlobalMaterialLocalizations subclass. +/// The locale is the locale for which the getter is being generated. +String generateGetter(String key, String value, Map attributes, LocaleInfo locale) { + final String type = generateType(attributes); + key = generateKey(key, attributes); + value = generateValue(value, attributes, locale); + return ''' + + @override + $type get $key => $value;'''; +} + +Future main(List rawArgs) async { + checkCwdIsRepoRoot('gen_localizations'); + final GeneratorOptions options = parseArgs(rawArgs); + + // filenames are assumed to end in "prefix_lc.arb" or "prefix_lc_cc.arb", where prefix + // is the 2nd command line argument, lc is a language code and cc is the country + // code. In most cases both codes are just two characters. + + final Directory directory = Directory(path.join('packages', 'flutter_localizations', 'lib', 'src', 'l10n')); + final RegExp materialFilenameRE = RegExp(r'material_(\w+)\.arb$'); + final RegExp cupertinoFilenameRE = RegExp(r'cupertino_(\w+)\.arb$'); + + try { + validateEnglishLocalizations(File(path.join(directory.path, 'material_en.arb'))); + validateEnglishLocalizations(File(path.join(directory.path, 'cupertino_en.arb'))); + } on ValidationError catch (exception) { + exitWithError('$exception'); + } + + await precacheLanguageAndRegionTags(); + + // Maps of locales to resource key/value pairs for Material ARBs. + final Map> materialLocaleToResources = >{}; + // Maps of locales to resource key/attributes pairs for Material ARBs.. + // https://github.com/googlei18n/app-resource-bundle/wiki/ApplicationResourceBundleSpecification#resource-attributes + final Map> materialLocaleToResourceAttributes = >{}; + // Maps of locales to resource key/value pairs for Cupertino ARBs. + final Map> cupertinoLocaleToResources = >{}; + // Maps of locales to resource key/attributes pairs for Cupertino ARBs.. + // https://github.com/googlei18n/app-resource-bundle/wiki/ApplicationResourceBundleSpecification#resource-attributes + final Map> cupertinoLocaleToResourceAttributes = >{}; + + loadMatchingArbsIntoBundleMaps( + directory: directory, + filenamePattern: materialFilenameRE, + localeToResources: materialLocaleToResources, + localeToResourceAttributes: materialLocaleToResourceAttributes, + ); + loadMatchingArbsIntoBundleMaps( + directory: directory, + filenamePattern: cupertinoFilenameRE, + localeToResources: cupertinoLocaleToResources, + localeToResourceAttributes: cupertinoLocaleToResourceAttributes, + ); + + try { + validateLocalizations(materialLocaleToResources, materialLocaleToResourceAttributes); + validateLocalizations(cupertinoLocaleToResources, cupertinoLocaleToResourceAttributes); + } on ValidationError catch (exception) { + exitWithError('$exception'); + } + + final String materialLocalizations = options.writeToFile || !options.cupertinoOnly + ? generateArbBasedLocalizationSubclasses( + localeToResources: materialLocaleToResources, + localeToResourceAttributes: materialLocaleToResourceAttributes, + generatedClassPrefix: 'MaterialLocalization', + baseClass: 'GlobalMaterialLocalizations', + generateHeader: generateMaterialHeader, + generateConstructor: generateMaterialConstructor, + factoryName: materialFactoryName, + factoryDeclaration: materialFactoryDeclaration, + factoryArguments: materialFactoryArguments, + supportedLanguagesConstant: materialSupportedLanguagesConstant, + supportedLanguagesDocMacro: materialSupportedLanguagesDocMacro, + ) + : null; + final String cupertinoLocalizations = options.writeToFile || !options.materialOnly + ? generateArbBasedLocalizationSubclasses( + localeToResources: cupertinoLocaleToResources, + localeToResourceAttributes: cupertinoLocaleToResourceAttributes, + generatedClassPrefix: 'CupertinoLocalization', + baseClass: 'GlobalCupertinoLocalizations', + generateHeader: generateCupertinoHeader, + generateConstructor: generateCupertinoConstructor, + factoryName: cupertinoFactoryName, + factoryDeclaration: cupertinoFactoryDeclaration, + factoryArguments: cupertinoFactoryArguments, + supportedLanguagesConstant: cupertinoSupportedLanguagesConstant, + supportedLanguagesDocMacro: cupertinoSupportedLanguagesDocMacro, + ) + : null; + + if (options.writeToFile) { + final File materialLocalizationsFile = File(path.join(directory.path, 'generated_material_localizations.dart')); + materialLocalizationsFile.writeAsStringSync(materialLocalizations, flush: true); + final File cupertinoLocalizationsFile = File(path.join(directory.path, 'generated_cupertino_localizations.dart')); + cupertinoLocalizationsFile.writeAsStringSync(cupertinoLocalizations, flush: true); + } else { + if (!options.cupertinoOnly) { + stdout.write(materialLocalizations); + } + if (!options.materialOnly) { + stdout.write(cupertinoLocalizations); + } + } +} diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index a3fe758c05d4..a0377e18e017 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -4,7 +4,7 @@ // This file has been automatically generated. Please do not edit it manually. // To regenerate the file, use: -// dart dev/tools/localization/gen_localizations.dart --overwrite +// dart dev/tools/localization/bin/gen_localizations.dart --overwrite import 'dart:collection'; diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index 9a61a7dff0e0..89c295e9a126 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -4,7 +4,7 @@ // This file has been automatically generated. Please do not edit it manually. // To regenerate the file, use: -// dart dev/tools/localization/gen_localizations.dart --overwrite +// dart dev/tools/localization/bin/gen_localizations.dart --overwrite import 'dart:collection'; From 88dd71a73d5d775ee2a122940667a7357943fd6b Mon Sep 17 00:00:00 2001 From: Alexandre Ardhuin Date: Tue, 7 Jan 2020 16:32:04 +0100 Subject: [PATCH 109/327] enable lint prefer_final_in_for_each (#47724) --- .../localization/bin/encode_kn_arb_files.dart | 6 ++-- .../localization/bin/gen_localizations.dart | 30 +++++++++---------- .../localization/localizations_utils.dart | 8 ++--- .../localization/localizations_validator.dart | 4 +-- .../test/cupertino/translations_test.dart | 2 +- .../test/material/date_picker_test.dart | 6 ++-- .../test/material/time_picker_test.dart | 4 +-- .../test/material/translations_test.dart | 2 +- 8 files changed, 31 insertions(+), 31 deletions(-) diff --git a/dev/tools/localization/bin/encode_kn_arb_files.dart b/dev/tools/localization/bin/encode_kn_arb_files.dart index 805b9b3cd827..6477a5de9908 100644 --- a/dev/tools/localization/bin/encode_kn_arb_files.dart +++ b/dev/tools/localization/bin/encode_kn_arb_files.dart @@ -36,7 +36,7 @@ Map loadBundle(File file) { } void encodeBundleTranslations(Map bundle) { - for (String key in bundle.keys) { + for (final String key in bundle.keys) { // The ARB file resource "attributes" for foo are called @foo. Don't need // to encode them. if (key.startsWith('@')) @@ -54,7 +54,7 @@ void encodeBundleTranslations(Map bundle) { void checkEncodedTranslations(Map encodedBundle, Map bundle) { bool errorFound = false; const JsonDecoder decoder = JsonDecoder(); - for (String key in bundle.keys) { + for (final String key in bundle.keys) { if (decoder.convert('"${encodedBundle[key]}"') != bundle[key]) { stderr.writeln(' encodedTranslation for $key does not match original value "${bundle[key]}"'); errorFound = true; @@ -67,7 +67,7 @@ void checkEncodedTranslations(Map encodedBundle, Map bundle) { final StringBuffer contents = StringBuffer(); contents.writeln('{'); - for (String key in bundle.keys) { + for (final String key in bundle.keys) { contents.writeln(' "$key": "${bundle[key]}"${key == bundle.keys.last ? '' : ','}'); } contents.writeln('}'); diff --git a/dev/tools/localization/bin/gen_localizations.dart b/dev/tools/localization/bin/gen_localizations.dart index 5b84a4a63cc9..70f343c03791 100644 --- a/dev/tools/localization/bin/gen_localizations.dart +++ b/dev/tools/localization/bin/gen_localizations.dart @@ -87,7 +87,7 @@ String generateArbBasedLocalizationSubclasses({ // Used to calculate if there are any corresponding countries for a given language and script. final Map> languageAndScriptToCountryCodes = >{}; final Set allResourceIdentifiers = {}; - for (LocaleInfo locale in localeToResources.keys.toList()..sort()) { + for (final LocaleInfo locale in localeToResources.keys.toList()..sort()) { if (locale.scriptCode != null) { languageToScriptCodes[locale.languageCode] ??= {}; languageToScriptCodes[locale.languageCode].add(locale.scriptCode); @@ -129,13 +129,13 @@ String generateArbBasedLocalizationSubclasses({ final List allKeys = allResourceIdentifiers.toList()..sort(); final List languageCodes = languageToLocales.keys.toList()..sort(); final LocaleInfo canonicalLocale = LocaleInfo.fromString('en'); - for (String languageName in languageCodes) { + for (final String languageName in languageCodes) { final LocaleInfo languageLocale = LocaleInfo.fromString(languageName); output.writeln(generateClassDeclaration(languageLocale, generatedClassPrefix, baseClass)); output.writeln(generateConstructor(languageLocale)); final Map languageResources = localeToResources[languageLocale]; - for (String key in allKeys) { + for (final String key in allKeys) { final Map attributes = localeToResourceAttributes[canonicalLocale][key] as Map; output.writeln(generateGetter(key, languageResources[key], attributes, languageLocale)); } @@ -146,7 +146,7 @@ String generateArbBasedLocalizationSubclasses({ scriptCodeCount = languageToScriptCodes[languageName].length; // Language has scriptCodes, so we need to properly fallback countries to corresponding // script default values before language default values. - for (String scriptCode in languageToScriptCodes[languageName]) { + for (final String scriptCode in languageToScriptCodes[languageName]) { final LocaleInfo scriptBaseLocale = LocaleInfo.fromString(languageName + '_' + scriptCode); output.writeln(generateClassDeclaration( scriptBaseLocale, @@ -155,7 +155,7 @@ String generateArbBasedLocalizationSubclasses({ )); output.writeln(generateConstructor(scriptBaseLocale)); final Map scriptResources = localeToResources[scriptBaseLocale]; - for (String key in scriptResources.keys.toList()..sort()) { + for (final String key in scriptResources.keys.toList()..sort()) { if (languageResources[key] == scriptResources[key]) continue; final Map attributes = localeToResourceAttributes[canonicalLocale][key] as Map; @@ -164,7 +164,7 @@ String generateArbBasedLocalizationSubclasses({ output.writeln('}'); final List localeCodes = languageToLocales[languageName]..sort(); - for (LocaleInfo locale in localeCodes) { + for (final LocaleInfo locale in localeCodes) { if (locale.originalString == languageName) continue; if (locale.originalString == languageName + '_' + scriptCode) @@ -179,7 +179,7 @@ String generateArbBasedLocalizationSubclasses({ )); output.writeln(generateConstructor(locale)); final Map localeResources = localeToResources[locale]; - for (String key in localeResources.keys) { + for (final String key in localeResources.keys) { // When script fallback contains the key, we compare to it instead of language fallback. if (scriptResources.containsKey(key) ? scriptResources[key] == localeResources[key] : languageResources[key] == localeResources[key]) continue; @@ -193,7 +193,7 @@ String generateArbBasedLocalizationSubclasses({ // No scriptCode. Here, we do not compare against script default (because it // doesn't exist). final List localeCodes = languageToLocales[languageName]..sort(); - for (LocaleInfo locale in localeCodes) { + for (final LocaleInfo locale in localeCodes) { if (locale.originalString == languageName) continue; countryCodeCount += 1; @@ -204,7 +204,7 @@ String generateArbBasedLocalizationSubclasses({ '$generatedClassPrefix${camelCase(languageLocale)}', )); output.writeln(generateConstructor(locale)); - for (String key in localeResources.keys) { + for (final String key in localeResources.keys) { if (languageResources[key] == localeResources[key]) continue; final Map attributes = localeToResourceAttributes[canonicalLocale][key] as Map; @@ -262,7 +262,7 @@ $supportedLocales/// {@endtemplate} /// [$baseClass.delegate]. $factoryDeclaration switch (locale.languageCode) {'''); - for (String language in languageToLocales.keys) { + for (final String language in languageToLocales.keys) { // Only one instance of the language. if (languageToLocales[language].length == 1) { output.writeln(''' @@ -272,7 +272,7 @@ $factoryDeclaration output.writeln(''' case '$language': { switch (locale.countryCode) {'''); - for (LocaleInfo locale in languageToLocales[language]) { + for (final LocaleInfo locale in languageToLocales[language]) { if (locale.originalString == language) continue; assert(locale.length > 1); @@ -290,14 +290,14 @@ $factoryDeclaration output.writeln(''' case '$language': { switch (locale.scriptCode) {'''); - for (String scriptCode in languageToScriptCodes[language]) { + for (final String scriptCode in languageToScriptCodes[language]) { final LocaleInfo scriptLocale = LocaleInfo.fromString(language + '_' + scriptCode); output.writeln(''' case '$scriptCode': {'''); if (languageAndScriptToCountryCodes.containsKey(scriptLocale)) { output.writeln(''' switch (locale.countryCode) {'''); - for (LocaleInfo locale in languageToLocales[language]) { + for (final LocaleInfo locale in languageToLocales[language]) { if (locale.countryCode == null) continue; else @@ -326,7 +326,7 @@ $factoryDeclaration } else { // Not Explicitly defined, fallback to first locale with the same language and // script: - for (LocaleInfo locale in languageToLocales[language]) { + for (final LocaleInfo locale in languageToLocales[language]) { if (locale.scriptCode != scriptCode) continue; if (languageAndScriptToCountryCodes.containsKey(scriptLocale)) { @@ -345,7 +345,7 @@ $factoryDeclaration if (hasCountryCode) { output.writeln(''' switch (locale.countryCode) {'''); - for (LocaleInfo locale in languageToLocales[language]) { + for (final LocaleInfo locale in languageToLocales[language]) { if (locale.originalString == language) continue; assert(locale.length > 1); diff --git a/dev/tools/localization/localizations_utils.dart b/dev/tools/localization/localizations_utils.dart index 61d830d620ab..9813d4334e76 100644 --- a/dev/tools/localization/localizations_utils.dart +++ b/dev/tools/localization/localizations_utils.dart @@ -155,7 +155,7 @@ void loadMatchingArbsIntoBundleMaps({ /// overwrite the existing assumed data. final Set assumedLocales = {}; - for (FileSystemEntity entity in directory.listSync().toList()..sort(sortFilesByPath)) { + for (final FileSystemEntity entity in directory.listSync().toList()..sort(sortFilesByPath)) { final String entityPath = entity.path; if (FileSystemEntity.isFileSync(entityPath) && filenamePattern.hasMatch(entityPath)) { final String localeString = filenamePattern.firstMatch(entityPath)[1]; @@ -166,7 +166,7 @@ void loadMatchingArbsIntoBundleMaps({ final Map resources = localeToResources[locale]; final Map attributes = localeToResourceAttributes[locale]; final Map bundle = json.decode(file.readAsStringSync()) as Map; - for (String key in bundle.keys) { + for (final String key in bundle.keys) { // The ARB file resource "attributes" for foo are called @foo. if (key.startsWith('@')) attributes[key.substring(1)] = bundle[key]; @@ -270,7 +270,7 @@ const String registry = 'https://www.iana.org/assignments/language-subtag-regist Map> _parseSection(String section) { final Map> result = >{}; List lastHeading; - for (String line in section.split('\n')) { + for (final String line in section.split('\n')) { if (line == '') continue; if (line.startsWith(' ')) { @@ -304,7 +304,7 @@ Future precacheLanguageAndRegionTags() async { final String body = (await response.cast>().transform(utf8.decoder).toList()).join(''); client.close(force: true); final List>> sections = body.split('%%').skip(1).map>>(_parseSection).toList(); - for (Map> section in sections) { + for (final Map> section in sections) { assert(section.containsKey('Type'), section.toString()); final String type = section['Type'].single; if (type == 'language' || type == 'region' || type == 'script') { diff --git a/dev/tools/localization/localizations_validator.dart b/dev/tools/localization/localizations_validator.dart index 17cd9c88ceea..e6f456005702 100644 --- a/dev/tools/localization/localizations_validator.dart +++ b/dev/tools/localization/localizations_validator.dart @@ -38,7 +38,7 @@ void validateEnglishLocalizations(File file) { final Map bundle = json.decode(file.readAsStringSync()) as Map; - for (String resourceId in bundle.keys) { + for (final String resourceId in bundle.keys) { if (resourceId.startsWith('@')) continue; @@ -55,7 +55,7 @@ void validateEnglishLocalizations(File file) { errorMessages.writeln('A value was not specified for @$resourceId'); } - for (String atResourceId in bundle.keys) { + for (final String atResourceId in bundle.keys) { if (!atResourceId.startsWith('@')) continue; diff --git a/packages/flutter_localizations/test/cupertino/translations_test.dart b/packages/flutter_localizations/test/cupertino/translations_test.dart index 81c18274c55a..d13974eb2cf2 100644 --- a/packages/flutter_localizations/test/cupertino/translations_test.dart +++ b/packages/flutter_localizations/test/cupertino/translations_test.dart @@ -7,7 +7,7 @@ import 'package:flutter_localizations/flutter_localizations.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { - for (String language in kCupertinoSupportedLanguages) { + for (final String language in kCupertinoSupportedLanguages) { testWidgets('translations exist for $language', (WidgetTester tester) async { final Locale locale = Locale(language); diff --git a/packages/flutter_localizations/test/material/date_picker_test.dart b/packages/flutter_localizations/test/material/date_picker_test.dart index 99d8074d395d..3563f174555a 100644 --- a/packages/flutter_localizations/test/material/date_picker_test.dart +++ b/packages/flutter_localizations/test/material/date_picker_test.dart @@ -51,7 +51,7 @@ void main() { }, }; - for (Locale locale in testLocales.keys) { + for (final Locale locale in testLocales.keys) { testWidgets('shows dates for $locale', (WidgetTester tester) async { final List expectedDaysOfWeek = testLocales[locale]['expectedDaysOfWeek'] as List; final List expectedDaysOfMonth = testLocales[locale]['expectedDaysOfMonth'] as List; @@ -70,12 +70,12 @@ void main() { expect(find.text(expectedMonthYearHeader), findsOneWidget); - for (String dayOfWeek in expectedDaysOfWeek) { + for (final String dayOfWeek in expectedDaysOfWeek) { expect(find.text(dayOfWeek), findsWidgets); } Offset previousCellOffset; - for (String dayOfMonth in expectedDaysOfMonth) { + for (final String dayOfMonth in expectedDaysOfMonth) { final Finder dayCell = find.descendant(of: find.byType(GridView), matching: find.text(dayOfMonth)); expect(dayCell, findsOneWidget); diff --git a/packages/flutter_localizations/test/material/time_picker_test.dart b/packages/flutter_localizations/test/material/time_picker_test.dart index a4bbc7dcd821..597e2412f961 100644 --- a/packages/flutter_localizations/test/material/time_picker_test.dart +++ b/packages/flutter_localizations/test/material/time_picker_test.dart @@ -68,7 +68,7 @@ void main() { const Locale('zh', 'ZH'): const ['period', 'hour', 'string :', 'minute'], //'ah:mm' }; - for (Locale locale in locales.keys) { + for (final Locale locale in locales.keys) { final Offset center = await startPicker(tester, (TimeOfDay time) { }, locale: locale); final List actual = []; tester.element(find.byType(CustomMultiChildLayout)).visitChildren((Element child) { @@ -114,7 +114,7 @@ void main() { Locale('en', 'GB'), // HH Locale('es', 'ES'), // H ]; - for (Locale locale in locales) { + for (final Locale locale in locales) { // Tap along the segment stretching from the center to the edge at // 12:00 AM position. There are two rings. At ~70% mark, the ring // switches between inner ring and outer ring. diff --git a/packages/flutter_localizations/test/material/translations_test.dart b/packages/flutter_localizations/test/material/translations_test.dart index 782131b6239f..fa2c9468e998 100644 --- a/packages/flutter_localizations/test/material/translations_test.dart +++ b/packages/flutter_localizations/test/material/translations_test.dart @@ -7,7 +7,7 @@ import 'package:flutter_localizations/flutter_localizations.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { - for (String language in kMaterialSupportedLanguages) { + for (final String language in kMaterialSupportedLanguages) { testWidgets('translations exist for $language', (WidgetTester tester) async { final Locale locale = Locale(language); From 5180902d0c591a576a8b9c079e5afccbecaa095d Mon Sep 17 00:00:00 2001 From: Alexandre Ardhuin Date: Thu, 16 Jan 2020 21:43:03 +0100 Subject: [PATCH 110/327] use isA() matcher (#48482) --- .../test/cupertino/translations_test.dart | 4 +- .../test/material/translations_test.dart | 112 +++++++++--------- 2 files changed, 58 insertions(+), 58 deletions(-) diff --git a/packages/flutter_localizations/test/cupertino/translations_test.dart b/packages/flutter_localizations/test/cupertino/translations_test.dart index d13974eb2cf2..3e5a7a0bcfb2 100644 --- a/packages/flutter_localizations/test/cupertino/translations_test.dart +++ b/packages/flutter_localizations/test/cupertino/translations_test.dart @@ -93,7 +93,7 @@ void main() { const Locale locale = Locale('fr'); expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); final CupertinoLocalizations localizations = await GlobalCupertinoLocalizations.delegate.load(locale); - expect(localizations is CupertinoLocalizationFr, true); + expect(localizations, isA()); expect(localizations.alertDialogLabel, 'Alerte'); expect(localizations.datePickerHourSemanticsLabel(1), '1 heure'); expect(localizations.datePickerHourSemanticsLabel(12), '12 heures'); @@ -108,7 +108,7 @@ void main() { const Locale locale = Locale('zh'); expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); final CupertinoLocalizations localizations = await GlobalCupertinoLocalizations.delegate.load(locale); - expect(localizations is CupertinoLocalizationZh, true); + expect(localizations, isA()); expect(localizations.alertDialogLabel, '提醒'); expect(localizations.datePickerHourSemanticsLabel(1), '1 点'); expect(localizations.datePickerHourSemanticsLabel(12), '12 点'); diff --git a/packages/flutter_localizations/test/material/translations_test.dart b/packages/flutter_localizations/test/material/translations_test.dart index fa2c9468e998..1bb5c635e1a0 100644 --- a/packages/flutter_localizations/test/material/translations_test.dart +++ b/packages/flutter_localizations/test/material/translations_test.dart @@ -159,268 +159,268 @@ void main() { Locale locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: null, countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationZh, true); + expect(localizations, isA()); locale = const Locale('zh', 'TW'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationZhHantTw, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: null, countryCode: 'HK'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationZhHantHk, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: null, countryCode: 'TW'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationZhHantTw, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hans', countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationZhHans, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hant', countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationZhHant, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hans', countryCode: 'US'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationZhHans, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hans', countryCode: 'CN'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationZhHans, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hans', countryCode: 'TW'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationZhHans, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hant', countryCode: 'CN'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationZhHant, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hant', countryCode: 'US'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationZhHant, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: null, countryCode: 'US'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationZh, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Latn', countryCode: 'US'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationZh, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Latn', countryCode: 'TW'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationZh, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: 'TW'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationEn, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Cyrl', countryCode: 'RU'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationZh, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: null, countryCode: 'RU'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationZh, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Cyrl', countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationZh, true); + expect(localizations, isA()); }); testWidgets('Serbian resolution', (WidgetTester tester) async { Locale locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: null, countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationSr, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: 'Cyrl', countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationSrCyrl, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: 'Latn', countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationSrLatn, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: null, countryCode: 'SR'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationSr, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: 'Cyrl', countryCode: 'SR'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationSrCyrl, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: 'Latn', countryCode: 'SR'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationSrLatn, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: 'Cyrl', countryCode: 'US'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationSrCyrl, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: 'Latn', countryCode: 'US'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationSrLatn, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: null, countryCode: 'US'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationSr, true); + expect(localizations, isA()); }); testWidgets('Misc resolution', (WidgetTester tester) async { Locale locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationEn, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: 'Cyrl', countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationEn, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: 'US'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationEn, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: 'AU'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationEnAu, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: 'GB'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationEnGb, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: 'SG'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationEnSg, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: 'MX'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationEn, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: 'Hant', countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationEn, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: 'Hant', countryCode: 'US'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationEn, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: 'Hans', countryCode: 'CN'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationEn, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: null, countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationEs, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: null, countryCode: '419'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationEs419, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: null, countryCode: 'MX'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationEsMx, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: null, countryCode: 'US'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationEsUs, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: null, countryCode: 'AR'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationEsAr, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: null, countryCode: 'ES'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationEs, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: 'Latn', countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationEs, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: 'Latn', countryCode: 'US'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationEsUs, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'fr', scriptCode: null, countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationFr, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'fr', scriptCode: null, countryCode: 'CA'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationFrCa, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'de', scriptCode: null, countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationDe, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'de', scriptCode: null, countryCode: 'CH'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationDeCh, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'th', scriptCode: null, countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationTh, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'ru', scriptCode: null, countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationRu, true); + expect(localizations, isA()); }); testWidgets('Chinese translations spot check', (WidgetTester tester) async { Locale locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: null, countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationZh, true); + expect(localizations, isA()); expect(localizations.alertDialogLabel, '提醒'); expect(localizations.anteMeridiemAbbreviation, '上午'); expect(localizations.closeButtonLabel, '关闭'); @@ -429,7 +429,7 @@ void main() { locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hans', countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationZhHans, true); + expect(localizations, isA()); expect(localizations.alertDialogLabel, '提醒'); expect(localizations.anteMeridiemAbbreviation, '上午'); expect(localizations.closeButtonLabel, '关闭'); @@ -438,7 +438,7 @@ void main() { locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hant', countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationZhHant, true); + expect(localizations, isA()); expect(localizations.alertDialogLabel, '通知'); expect(localizations.anteMeridiemAbbreviation, '上午'); expect(localizations.closeButtonLabel, '關閉'); @@ -447,7 +447,7 @@ void main() { locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hant', countryCode: 'TW'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationZhHantTw, true); + expect(localizations, isA()); expect(localizations.alertDialogLabel, '快訊'); expect(localizations.anteMeridiemAbbreviation, '上午'); expect(localizations.closeButtonLabel, '關閉'); @@ -456,7 +456,7 @@ void main() { locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hant', countryCode: 'HK'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationZhHantHk, true); + expect(localizations, isA()); expect(localizations.alertDialogLabel, '通知'); expect(localizations.anteMeridiemAbbreviation, '上午'); expect(localizations.closeButtonLabel, '關閉'); From 6e17978b4a585b840f077e5c94f832e9ccb59355 Mon Sep 17 00:00:00 2001 From: Anthony <591699+clocksmith@users.noreply.github.com> Date: Fri, 17 Jan 2020 18:13:01 -0500 Subject: [PATCH 111/327] [a11y] Make sure RenderFractionalTranslation updates its semantics after the translation field is set (#48985) --- .../test/cupertino/translations_test.dart | 4 +- .../test/material/translations_test.dart | 112 +++++++++--------- 2 files changed, 58 insertions(+), 58 deletions(-) diff --git a/packages/flutter_localizations/test/cupertino/translations_test.dart b/packages/flutter_localizations/test/cupertino/translations_test.dart index 3e5a7a0bcfb2..d13974eb2cf2 100644 --- a/packages/flutter_localizations/test/cupertino/translations_test.dart +++ b/packages/flutter_localizations/test/cupertino/translations_test.dart @@ -93,7 +93,7 @@ void main() { const Locale locale = Locale('fr'); expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); final CupertinoLocalizations localizations = await GlobalCupertinoLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is CupertinoLocalizationFr, true); expect(localizations.alertDialogLabel, 'Alerte'); expect(localizations.datePickerHourSemanticsLabel(1), '1 heure'); expect(localizations.datePickerHourSemanticsLabel(12), '12 heures'); @@ -108,7 +108,7 @@ void main() { const Locale locale = Locale('zh'); expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); final CupertinoLocalizations localizations = await GlobalCupertinoLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is CupertinoLocalizationZh, true); expect(localizations.alertDialogLabel, '提醒'); expect(localizations.datePickerHourSemanticsLabel(1), '1 点'); expect(localizations.datePickerHourSemanticsLabel(12), '12 点'); diff --git a/packages/flutter_localizations/test/material/translations_test.dart b/packages/flutter_localizations/test/material/translations_test.dart index 1bb5c635e1a0..fa2c9468e998 100644 --- a/packages/flutter_localizations/test/material/translations_test.dart +++ b/packages/flutter_localizations/test/material/translations_test.dart @@ -159,268 +159,268 @@ void main() { Locale locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: null, countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationZh, true); locale = const Locale('zh', 'TW'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationZhHantTw, true); locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: null, countryCode: 'HK'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationZhHantHk, true); locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: null, countryCode: 'TW'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationZhHantTw, true); locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hans', countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationZhHans, true); locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hant', countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationZhHant, true); locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hans', countryCode: 'US'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationZhHans, true); locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hans', countryCode: 'CN'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationZhHans, true); locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hans', countryCode: 'TW'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationZhHans, true); locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hant', countryCode: 'CN'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationZhHant, true); locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hant', countryCode: 'US'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationZhHant, true); locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: null, countryCode: 'US'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationZh, true); locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Latn', countryCode: 'US'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationZh, true); locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Latn', countryCode: 'TW'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationZh, true); locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: 'TW'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationEn, true); locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Cyrl', countryCode: 'RU'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationZh, true); locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: null, countryCode: 'RU'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationZh, true); locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Cyrl', countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationZh, true); }); testWidgets('Serbian resolution', (WidgetTester tester) async { Locale locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: null, countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationSr, true); locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: 'Cyrl', countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationSrCyrl, true); locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: 'Latn', countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationSrLatn, true); locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: null, countryCode: 'SR'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationSr, true); locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: 'Cyrl', countryCode: 'SR'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationSrCyrl, true); locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: 'Latn', countryCode: 'SR'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationSrLatn, true); locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: 'Cyrl', countryCode: 'US'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationSrCyrl, true); locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: 'Latn', countryCode: 'US'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationSrLatn, true); locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: null, countryCode: 'US'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationSr, true); }); testWidgets('Misc resolution', (WidgetTester tester) async { Locale locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationEn, true); locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: 'Cyrl', countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationEn, true); locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: 'US'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationEn, true); locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: 'AU'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationEnAu, true); locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: 'GB'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationEnGb, true); locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: 'SG'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationEnSg, true); locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: 'MX'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationEn, true); locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: 'Hant', countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationEn, true); locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: 'Hant', countryCode: 'US'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationEn, true); locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: 'Hans', countryCode: 'CN'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationEn, true); locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: null, countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationEs, true); locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: null, countryCode: '419'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationEs419, true); locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: null, countryCode: 'MX'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationEsMx, true); locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: null, countryCode: 'US'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationEsUs, true); locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: null, countryCode: 'AR'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationEsAr, true); locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: null, countryCode: 'ES'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationEs, true); locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: 'Latn', countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationEs, true); locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: 'Latn', countryCode: 'US'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationEsUs, true); locale = const Locale.fromSubtags(languageCode: 'fr', scriptCode: null, countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationFr, true); locale = const Locale.fromSubtags(languageCode: 'fr', scriptCode: null, countryCode: 'CA'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationFrCa, true); locale = const Locale.fromSubtags(languageCode: 'de', scriptCode: null, countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationDe, true); locale = const Locale.fromSubtags(languageCode: 'de', scriptCode: null, countryCode: 'CH'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationDeCh, true); locale = const Locale.fromSubtags(languageCode: 'th', scriptCode: null, countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationTh, true); locale = const Locale.fromSubtags(languageCode: 'ru', scriptCode: null, countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationRu, true); }); testWidgets('Chinese translations spot check', (WidgetTester tester) async { Locale locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: null, countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationZh, true); expect(localizations.alertDialogLabel, '提醒'); expect(localizations.anteMeridiemAbbreviation, '上午'); expect(localizations.closeButtonLabel, '关闭'); @@ -429,7 +429,7 @@ void main() { locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hans', countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationZhHans, true); expect(localizations.alertDialogLabel, '提醒'); expect(localizations.anteMeridiemAbbreviation, '上午'); expect(localizations.closeButtonLabel, '关闭'); @@ -438,7 +438,7 @@ void main() { locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hant', countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationZhHant, true); expect(localizations.alertDialogLabel, '通知'); expect(localizations.anteMeridiemAbbreviation, '上午'); expect(localizations.closeButtonLabel, '關閉'); @@ -447,7 +447,7 @@ void main() { locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hant', countryCode: 'TW'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationZhHantTw, true); expect(localizations.alertDialogLabel, '快訊'); expect(localizations.anteMeridiemAbbreviation, '上午'); expect(localizations.closeButtonLabel, '關閉'); @@ -456,7 +456,7 @@ void main() { locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hant', countryCode: 'HK'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); + expect(localizations is MaterialLocalizationZhHantHk, true); expect(localizations.alertDialogLabel, '通知'); expect(localizations.anteMeridiemAbbreviation, '上午'); expect(localizations.closeButtonLabel, '關閉'); From fac9ae92e931a1e09268666a2d1d15461607828f Mon Sep 17 00:00:00 2001 From: Alexandre Ardhuin Date: Fri, 24 Jan 2020 05:43:01 +0100 Subject: [PATCH 112/327] remove unnecessary string interpolations (#49352) --- dev/tools/localization/localizations_utils.dart | 2 +- .../flutter_localizations/test/material/date_picker_test.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/tools/localization/localizations_utils.dart b/dev/tools/localization/localizations_utils.dart index 9813d4334e76..4c0ae2c3052b 100644 --- a/dev/tools/localization/localizations_utils.dart +++ b/dev/tools/localization/localizations_utils.dart @@ -339,7 +339,7 @@ String describeLocale(String tag) { assert(subtags.isNotEmpty); assert(_languages.containsKey(subtags[0])); final String language = _languages[subtags[0]]; - String output = '$language'; + String output = language; String region; String script; if (subtags.length == 2) { diff --git a/packages/flutter_localizations/test/material/date_picker_test.dart b/packages/flutter_localizations/test/material/date_picker_test.dart index 3563f174555a..3b54198e0d7a 100644 --- a/packages/flutter_localizations/test/material/date_picker_test.dart +++ b/packages/flutter_localizations/test/material/date_picker_test.dart @@ -46,7 +46,7 @@ void main() { const Locale('ar', 'AR'): { 'textDirection': TextDirection.rtl, 'expectedDaysOfWeek': ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], - 'expectedDaysOfMonth': List.generate(30, (int i) => '${arabicNumbers.format(i + 1)}'), + 'expectedDaysOfMonth': List.generate(30, (int i) => arabicNumbers.format(i + 1)), 'expectedMonthYearHeader': 'سبتمبر ٢٠١٧', }, }; From 6d35e5f4134bd1de6c458a7ff53b2975bbbc9cb1 Mon Sep 17 00:00:00 2001 From: Dan Field Date: Mon, 27 Jan 2020 14:36:02 -0800 Subject: [PATCH 113/327] revert #48985 (#49572) --- .../test/cupertino/translations_test.dart | 4 +- .../test/material/translations_test.dart | 112 +++++++++--------- 2 files changed, 58 insertions(+), 58 deletions(-) diff --git a/packages/flutter_localizations/test/cupertino/translations_test.dart b/packages/flutter_localizations/test/cupertino/translations_test.dart index d13974eb2cf2..3e5a7a0bcfb2 100644 --- a/packages/flutter_localizations/test/cupertino/translations_test.dart +++ b/packages/flutter_localizations/test/cupertino/translations_test.dart @@ -93,7 +93,7 @@ void main() { const Locale locale = Locale('fr'); expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); final CupertinoLocalizations localizations = await GlobalCupertinoLocalizations.delegate.load(locale); - expect(localizations is CupertinoLocalizationFr, true); + expect(localizations, isA()); expect(localizations.alertDialogLabel, 'Alerte'); expect(localizations.datePickerHourSemanticsLabel(1), '1 heure'); expect(localizations.datePickerHourSemanticsLabel(12), '12 heures'); @@ -108,7 +108,7 @@ void main() { const Locale locale = Locale('zh'); expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); final CupertinoLocalizations localizations = await GlobalCupertinoLocalizations.delegate.load(locale); - expect(localizations is CupertinoLocalizationZh, true); + expect(localizations, isA()); expect(localizations.alertDialogLabel, '提醒'); expect(localizations.datePickerHourSemanticsLabel(1), '1 点'); expect(localizations.datePickerHourSemanticsLabel(12), '12 点'); diff --git a/packages/flutter_localizations/test/material/translations_test.dart b/packages/flutter_localizations/test/material/translations_test.dart index fa2c9468e998..1bb5c635e1a0 100644 --- a/packages/flutter_localizations/test/material/translations_test.dart +++ b/packages/flutter_localizations/test/material/translations_test.dart @@ -159,268 +159,268 @@ void main() { Locale locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: null, countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationZh, true); + expect(localizations, isA()); locale = const Locale('zh', 'TW'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationZhHantTw, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: null, countryCode: 'HK'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationZhHantHk, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: null, countryCode: 'TW'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationZhHantTw, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hans', countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationZhHans, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hant', countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationZhHant, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hans', countryCode: 'US'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationZhHans, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hans', countryCode: 'CN'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationZhHans, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hans', countryCode: 'TW'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationZhHans, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hant', countryCode: 'CN'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationZhHant, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hant', countryCode: 'US'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationZhHant, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: null, countryCode: 'US'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationZh, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Latn', countryCode: 'US'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationZh, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Latn', countryCode: 'TW'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationZh, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: 'TW'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationEn, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Cyrl', countryCode: 'RU'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationZh, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: null, countryCode: 'RU'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationZh, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Cyrl', countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationZh, true); + expect(localizations, isA()); }); testWidgets('Serbian resolution', (WidgetTester tester) async { Locale locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: null, countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationSr, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: 'Cyrl', countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationSrCyrl, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: 'Latn', countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationSrLatn, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: null, countryCode: 'SR'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationSr, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: 'Cyrl', countryCode: 'SR'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationSrCyrl, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: 'Latn', countryCode: 'SR'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationSrLatn, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: 'Cyrl', countryCode: 'US'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationSrCyrl, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: 'Latn', countryCode: 'US'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationSrLatn, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: null, countryCode: 'US'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationSr, true); + expect(localizations, isA()); }); testWidgets('Misc resolution', (WidgetTester tester) async { Locale locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationEn, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: 'Cyrl', countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationEn, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: 'US'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationEn, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: 'AU'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationEnAu, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: 'GB'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationEnGb, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: 'SG'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationEnSg, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: 'MX'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationEn, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: 'Hant', countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationEn, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: 'Hant', countryCode: 'US'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationEn, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: 'Hans', countryCode: 'CN'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationEn, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: null, countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationEs, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: null, countryCode: '419'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationEs419, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: null, countryCode: 'MX'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationEsMx, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: null, countryCode: 'US'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationEsUs, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: null, countryCode: 'AR'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationEsAr, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: null, countryCode: 'ES'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationEs, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: 'Latn', countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationEs, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: 'Latn', countryCode: 'US'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationEsUs, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'fr', scriptCode: null, countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationFr, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'fr', scriptCode: null, countryCode: 'CA'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationFrCa, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'de', scriptCode: null, countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationDe, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'de', scriptCode: null, countryCode: 'CH'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationDeCh, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'th', scriptCode: null, countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationTh, true); + expect(localizations, isA()); locale = const Locale.fromSubtags(languageCode: 'ru', scriptCode: null, countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationRu, true); + expect(localizations, isA()); }); testWidgets('Chinese translations spot check', (WidgetTester tester) async { Locale locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: null, countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationZh, true); + expect(localizations, isA()); expect(localizations.alertDialogLabel, '提醒'); expect(localizations.anteMeridiemAbbreviation, '上午'); expect(localizations.closeButtonLabel, '关闭'); @@ -429,7 +429,7 @@ void main() { locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hans', countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationZhHans, true); + expect(localizations, isA()); expect(localizations.alertDialogLabel, '提醒'); expect(localizations.anteMeridiemAbbreviation, '上午'); expect(localizations.closeButtonLabel, '关闭'); @@ -438,7 +438,7 @@ void main() { locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hant', countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationZhHant, true); + expect(localizations, isA()); expect(localizations.alertDialogLabel, '通知'); expect(localizations.anteMeridiemAbbreviation, '上午'); expect(localizations.closeButtonLabel, '關閉'); @@ -447,7 +447,7 @@ void main() { locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hant', countryCode: 'TW'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationZhHantTw, true); + expect(localizations, isA()); expect(localizations.alertDialogLabel, '快訊'); expect(localizations.anteMeridiemAbbreviation, '上午'); expect(localizations.closeButtonLabel, '關閉'); @@ -456,7 +456,7 @@ void main() { locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hant', countryCode: 'HK'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations is MaterialLocalizationZhHantHk, true); + expect(localizations, isA()); expect(localizations.alertDialogLabel, '通知'); expect(localizations.anteMeridiemAbbreviation, '上午'); expect(localizations.closeButtonLabel, '關閉'); From 7fa166d68bc7fe61a5cb46032fc0484578ae40af Mon Sep 17 00:00:00 2001 From: Darren Austin Date: Mon, 27 Jan 2020 17:50:59 -0800 Subject: [PATCH 114/327] Script to generate missing localization resources (#49379) Added a new script to generate missing localizations for use when adding new localizations to the Flutter framework. --- .../bin/gen_missing_localizations.dart | 104 ++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 dev/tools/localization/bin/gen_missing_localizations.dart diff --git a/dev/tools/localization/bin/gen_missing_localizations.dart b/dev/tools/localization/bin/gen_missing_localizations.dart new file mode 100644 index 000000000000..900f885c5406 --- /dev/null +++ b/dev/tools/localization/bin/gen_missing_localizations.dart @@ -0,0 +1,104 @@ +// Copyright 2014 The Flutter Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +// This program updates the language locale arb files with any missing resource +// entries that are included in the English arb files. This is useful when +// adding new resources for localization. You can just add the appropriate +// entries to the English arb file and then run this script. It will then check +// all of the other language locale arb files and update them with new 'TBD' +// entries for any missing resources. These will be picked up by the localization +// team and then translated. +// +// ## Usage +// +// Run this program from the root of the git repository. +// +// ``` +// dart dev/tools/localization/bin/gen_missing_localizations.dart +// ``` + +import 'dart:convert'; +import 'dart:io'; + +import 'package:path/path.dart' as path; + +import '../localizations_utils.dart'; +import '../localizations_validator.dart'; + +Future main(List rawArgs) async { + checkCwdIsRepoRoot('gen_missing_localizations'); + + final String localizationPath = path.join('packages', 'flutter_localizations', 'lib', 'src', 'l10n'); + updateMissingResources(localizationPath, 'material'); + updateMissingResources(localizationPath, 'cupertino'); +} + +Map loadBundle(File file) { + if (!FileSystemEntity.isFileSync(file.path)) + exitWithError('Unable to find input file: ${file.path}'); + return json.decode(file.readAsStringSync()) as Map; +} + +void writeBundle(File file, Map bundle) { + final StringBuffer contents = StringBuffer(); + contents.writeln('{'); + for (final String key in bundle.keys) { + contents.writeln(' "$key": ${json.encode(bundle[key])}${key == bundle.keys.last ? '' : ','}'); + } + contents.writeln('}'); + file.writeAsStringSync(contents.toString()); +} + +Set resourceKeys(Map bundle) { + return Set.from( + // Skip any attribute keys + bundle.keys.where((String key) => !key.startsWith('@')) + ); +} + +bool intentionallyOmitted(String key, Map bundle) { + final String attributeKey = '@$key'; + final dynamic attribute = bundle[attributeKey]; + return attribute is Map && attribute.containsKey('notUsed'); +} + +/// Whether `key` corresponds to one of the plural variations of a key with +/// the same prefix and suffix "Other". +bool isPluralVariation(String key, Map bundle) { + final Match pluralMatch = kPluralRegexp.firstMatch(key); + if (pluralMatch == null) + return false; + final String prefix = pluralMatch[1]; + return bundle.containsKey('${prefix}Other'); +} + +void updateMissingResources(String localizationPath, String groupPrefix) { + final Directory localizationDir = Directory(localizationPath); + final RegExp filenamePattern = RegExp('${groupPrefix}_(\\w+)\.arb'); + + final Set requiredKeys = resourceKeys(loadBundle(File(path.join(localizationPath, '${groupPrefix}_en.arb')))); + + for (final FileSystemEntity entity in localizationDir.listSync().toList()..sort(sortFilesByPath)) { + final String entityPath = entity.path; + if (FileSystemEntity.isFileSync(entityPath) && filenamePattern.hasMatch(entityPath)) { + final String localeString = filenamePattern.firstMatch(entityPath)[1]; + final LocaleInfo locale = LocaleInfo.fromString(localeString); + + // Only look at top-level language locales + if (locale.length == 1) { + final File arbFile = File(entityPath); + final Map localeBundle = loadBundle(arbFile); + final Set localeResources = resourceKeys(localeBundle); + final Set missingResources = requiredKeys.difference(localeResources).where( + (String key) => !isPluralVariation(key, localeBundle) && !intentionallyOmitted(key, localeBundle) + ).toSet(); + if (missingResources.isNotEmpty) { + localeBundle.addEntries(missingResources.map((String k) => MapEntry(k, 'TBD'))); + writeBundle(arbFile, localeBundle); + print('Updated $entityPath with missing entries for $missingResources'); + } + } + } + } +} From e50bdd12e4fb21675f33d8401ec833dfbea84606 Mon Sep 17 00:00:00 2001 From: Dan Field Date: Tue, 28 Jan 2020 07:56:51 -0800 Subject: [PATCH 115/327] Revert string interp (#49602) --- dev/tools/localization/localizations_utils.dart | 2 +- .../flutter_localizations/test/material/date_picker_test.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/tools/localization/localizations_utils.dart b/dev/tools/localization/localizations_utils.dart index 4c0ae2c3052b..9813d4334e76 100644 --- a/dev/tools/localization/localizations_utils.dart +++ b/dev/tools/localization/localizations_utils.dart @@ -339,7 +339,7 @@ String describeLocale(String tag) { assert(subtags.isNotEmpty); assert(_languages.containsKey(subtags[0])); final String language = _languages[subtags[0]]; - String output = language; + String output = '$language'; String region; String script; if (subtags.length == 2) { diff --git a/packages/flutter_localizations/test/material/date_picker_test.dart b/packages/flutter_localizations/test/material/date_picker_test.dart index 3b54198e0d7a..3563f174555a 100644 --- a/packages/flutter_localizations/test/material/date_picker_test.dart +++ b/packages/flutter_localizations/test/material/date_picker_test.dart @@ -46,7 +46,7 @@ void main() { const Locale('ar', 'AR'): { 'textDirection': TextDirection.rtl, 'expectedDaysOfWeek': ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], - 'expectedDaysOfMonth': List.generate(30, (int i) => arabicNumbers.format(i + 1)), + 'expectedDaysOfMonth': List.generate(30, (int i) => '${arabicNumbers.format(i + 1)}'), 'expectedMonthYearHeader': 'سبتمبر ٢٠١٧', }, }; From b9cf55172c78e450bdd0e1555f8cd00c00ffdfef Mon Sep 17 00:00:00 2001 From: Alexandre Ardhuin Date: Fri, 31 Jan 2020 11:57:54 +0100 Subject: [PATCH 116/327] refactor generateString to emit simpler dart code (#49334) --- .../localization/bin/gen_localizations.dart | 5 +- .../localization/localizations_utils.dart | 62 +- .../generated_cupertino_localizations.dart | 2998 +++---- .../generated_material_localizations.dart | 7708 ++++++++--------- 4 files changed, 5385 insertions(+), 5388 deletions(-) diff --git a/dev/tools/localization/bin/gen_localizations.dart b/dev/tools/localization/bin/gen_localizations.dart index 70f343c03791..a0e14c5fc34b 100644 --- a/dev/tools/localization/bin/gen_localizations.dart +++ b/dev/tools/localization/bin/gen_localizations.dart @@ -464,10 +464,7 @@ String generateValue(String value, Map attributes, LocaleInfo l return _scriptCategoryToEnum[value]; } } - // Localization strings for the Kannada locale ('kn') are encoded because - // some of the localized strings contain characters that can crash Emacs on Linux. - // See packages/flutter_localizations/lib/src/l10n/README for more information. - return locale.languageCode == 'kn' ? generateEncodedString(value) : generateString(value); + return generateEncodedString(locale.languageCode, value); } /// Combines [generateType], [generateKey], and [generateValue] to return diff --git a/dev/tools/localization/localizations_utils.dart b/dev/tools/localization/localizations_utils.dart index 9813d4334e76..e6b0a6619e7f 100644 --- a/dev/tools/localization/localizations_utils.dart +++ b/dev/tools/localization/localizations_utils.dart @@ -371,46 +371,46 @@ String generateClassDeclaration( class $classNamePrefix$camelCaseName extends $superClass {'''; } -/// Return `s` as a Dart-parseable raw string in single or double quotes. +/// Return `s` as a Dart-parseable string. /// -/// Double quotes are expanded: +/// The result tries to avoid character escaping: /// /// ``` -/// foo => r'foo' -/// foo "bar" => r'foo "bar"' -/// foo 'bar' => r'foo ' "'" r'bar' "'" +/// foo => 'foo' +/// foo "bar" => 'foo "bar"' +/// foo 'bar' => "foo 'bar'" +/// foo 'bar' "baz" => '''foo 'bar' "baz"''' +/// foo\bar => r'foo\bar' /// ``` -String generateString(String s) { - if (!s.contains("'")) - return "r'$s'"; - - final StringBuffer output = StringBuffer(); - bool started = false; // Have we started writing a raw string. - for (int i = 0; i < s.length; i++) { - if (s[i] == "'") { - if (started) - output.write("'"); - output.write(' "\'" '); - started = false; - } else if (!started) { - output.write("r'${s[i]}"); - started = true; - } else { - output.write(s[i]); - } - } - if (started) - output.write("'"); - return output.toString(); +/// +/// Strings with newlines are not supported. +String generateString(String value) { + assert(!value.contains('\n')); + final String rawPrefix = value.contains(r'$') || value.contains(r'\') ? 'r' : ''; + if (!value.contains("'")) + return "$rawPrefix'$value'"; + if (!value.contains('"')) + return '$rawPrefix"$value"'; + if (!value.contains("'''")) + return "$rawPrefix'''$value'''"; + if (!value.contains('"""')) + return '$rawPrefix"""$value"""'; + + return value.split("'''") + .map(generateString) + // If value contains more than 6 consecutive single quotes some empty strings may be generated. + // The following map removes them. + .map((String part) => part == "''" ? '' : part) + .join(" \"'''\" "); } /// Only used to generate localization strings for the Kannada locale ('kn') because /// some of the localized strings contain characters that can crash Emacs on Linux. /// See packages/flutter_localizations/lib/src/l10n/README for more information. -String generateEncodedString(String s) { - if (s.runes.every((int code) => code <= 0xFF)) - return generateString(s); +String generateEncodedString(String locale, String value) { + if (locale != 'kn' || value.runes.every((int code) => code <= 0xFF)) + return generateString(value); - final String unicodeEscapes = s.runes.map((int code) => '\\u{${code.toRadixString(16)}}').join(); + final String unicodeEscapes = value.runes.map((int code) => '\\u{${code.toRadixString(16)}}').join(); return "'$unicodeEscapes'"; } diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index a0377e18e017..fff5cfdf451e 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -49,22 +49,22 @@ class CupertinoLocalizationAf extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Opletberig'; + String get alertDialogLabel => 'Opletberig'; @override - String get anteMeridiemAbbreviation => r'vm.'; + String get anteMeridiemAbbreviation => 'vm.'; @override - String get copyButtonLabel => r'Kopieer'; + String get copyButtonLabel => 'Kopieer'; @override - String get cutButtonLabel => r'Knip'; + String get cutButtonLabel => 'Knip'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -91,7 +91,7 @@ class CupertinoLocalizationAf extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minuut'; + String get datePickerMinuteSemanticsLabelOne => '1 minuut'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minute'; @@ -103,13 +103,13 @@ class CupertinoLocalizationAf extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Plak'; + String get pasteButtonLabel => 'Plak'; @override - String get postMeridiemAbbreviation => r'nm.'; + String get postMeridiemAbbreviation => 'nm.'; @override - String get selectAllButtonLabel => r'Kies alles'; + String get selectAllButtonLabel => 'Kies alles'; @override String get timerPickerHourLabelFew => null; @@ -118,10 +118,10 @@ class CupertinoLocalizationAf extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'uur'; + String get timerPickerHourLabelOne => 'uur'; @override - String get timerPickerHourLabelOther => r'uur'; + String get timerPickerHourLabelOther => 'uur'; @override String get timerPickerHourLabelTwo => null; @@ -136,10 +136,10 @@ class CupertinoLocalizationAf extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'min.'; + String get timerPickerMinuteLabelOne => 'min.'; @override - String get timerPickerMinuteLabelOther => r'min.'; + String get timerPickerMinuteLabelOther => 'min.'; @override String get timerPickerMinuteLabelTwo => null; @@ -154,10 +154,10 @@ class CupertinoLocalizationAf extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'sek.'; + String get timerPickerSecondLabelOne => 'sek.'; @override - String get timerPickerSecondLabelOther => r'sek.'; + String get timerPickerSecondLabelOther => 'sek.'; @override String get timerPickerSecondLabelTwo => null; @@ -166,7 +166,7 @@ class CupertinoLocalizationAf extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Vandag'; + String get todayLabel => 'Vandag'; } /// The translations for Amharic (`am`). @@ -197,22 +197,22 @@ class CupertinoLocalizationAm extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'ማንቂያ'; + String get alertDialogLabel => 'ማንቂያ'; @override - String get anteMeridiemAbbreviation => r'ጥዋት'; + String get anteMeridiemAbbreviation => 'ጥዋት'; @override - String get copyButtonLabel => r'ቅዳ'; + String get copyButtonLabel => 'ቅዳ'; @override - String get cutButtonLabel => r'ቁረጥ'; + String get cutButtonLabel => 'ቁረጥ'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -239,7 +239,7 @@ class CupertinoLocalizationAm extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 ደቂቃ'; + String get datePickerMinuteSemanticsLabelOne => '1 ደቂቃ'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute ደቂቃዎች'; @@ -251,13 +251,13 @@ class CupertinoLocalizationAm extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'ለጥፍ'; + String get pasteButtonLabel => 'ለጥፍ'; @override - String get postMeridiemAbbreviation => r'ከሰዓት'; + String get postMeridiemAbbreviation => 'ከሰዓት'; @override - String get selectAllButtonLabel => r'ሁሉንም ምረጥ'; + String get selectAllButtonLabel => 'ሁሉንም ምረጥ'; @override String get timerPickerHourLabelFew => null; @@ -266,10 +266,10 @@ class CupertinoLocalizationAm extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'ሰዓት'; + String get timerPickerHourLabelOne => 'ሰዓት'; @override - String get timerPickerHourLabelOther => r'ሰዓቶች'; + String get timerPickerHourLabelOther => 'ሰዓቶች'; @override String get timerPickerHourLabelTwo => null; @@ -284,10 +284,10 @@ class CupertinoLocalizationAm extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'ደቂቃ'; + String get timerPickerMinuteLabelOne => 'ደቂቃ'; @override - String get timerPickerMinuteLabelOther => r'ደቂቃ'; + String get timerPickerMinuteLabelOther => 'ደቂቃ'; @override String get timerPickerMinuteLabelTwo => null; @@ -302,10 +302,10 @@ class CupertinoLocalizationAm extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'ሴኮ'; + String get timerPickerSecondLabelOne => 'ሴኮ'; @override - String get timerPickerSecondLabelOther => r'ሴኮ'; + String get timerPickerSecondLabelOther => 'ሴኮ'; @override String get timerPickerSecondLabelTwo => null; @@ -314,7 +314,7 @@ class CupertinoLocalizationAm extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'ዛሬ'; + String get todayLabel => 'ዛሬ'; } /// The translations for Arabic (`ar`). @@ -345,22 +345,22 @@ class CupertinoLocalizationAr extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'تنبيه'; + String get alertDialogLabel => 'تنبيه'; @override - String get anteMeridiemAbbreviation => r'ص'; + String get anteMeridiemAbbreviation => 'ص'; @override - String get copyButtonLabel => r'نسخ'; + String get copyButtonLabel => 'نسخ'; @override - String get cutButtonLabel => r'قص'; + String get cutButtonLabel => 'قص'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => r'$hour بالضبط'; @@ -387,7 +387,7 @@ class CupertinoLocalizationAr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => r'$minute دقيقة​'; @override - String get datePickerMinuteSemanticsLabelOne => r'دقيقة واحدة'; + String get datePickerMinuteSemanticsLabelOne => 'دقيقة واحدة'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute دقيقة​'; @@ -399,70 +399,70 @@ class CupertinoLocalizationAr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => r'$minute دقيقة​'; @override - String get pasteButtonLabel => r'لصق'; + String get pasteButtonLabel => 'لصق'; @override - String get postMeridiemAbbreviation => r'م'; + String get postMeridiemAbbreviation => 'م'; @override - String get selectAllButtonLabel => r'اختيار الكل'; + String get selectAllButtonLabel => 'اختيار الكل'; @override - String get timerPickerHourLabelFew => r'ساعات'; + String get timerPickerHourLabelFew => 'ساعات'; @override - String get timerPickerHourLabelMany => r'ساعة'; + String get timerPickerHourLabelMany => 'ساعة'; @override - String get timerPickerHourLabelOne => r'ساعة'; + String get timerPickerHourLabelOne => 'ساعة'; @override - String get timerPickerHourLabelOther => r'ساعة'; + String get timerPickerHourLabelOther => 'ساعة'; @override - String get timerPickerHourLabelTwo => r'ساعتان'; + String get timerPickerHourLabelTwo => 'ساعتان'; @override - String get timerPickerHourLabelZero => r'ساعة'; + String get timerPickerHourLabelZero => 'ساعة'; @override - String get timerPickerMinuteLabelFew => r'دقائق'; + String get timerPickerMinuteLabelFew => 'دقائق'; @override - String get timerPickerMinuteLabelMany => r'دقيقة'; + String get timerPickerMinuteLabelMany => 'دقيقة'; @override - String get timerPickerMinuteLabelOne => r'دقيقة واحدة'; + String get timerPickerMinuteLabelOne => 'دقيقة واحدة'; @override - String get timerPickerMinuteLabelOther => r'دقيقة'; + String get timerPickerMinuteLabelOther => 'دقيقة'; @override - String get timerPickerMinuteLabelTwo => r'دقيقتان'; + String get timerPickerMinuteLabelTwo => 'دقيقتان'; @override - String get timerPickerMinuteLabelZero => r'دقيقة'; + String get timerPickerMinuteLabelZero => 'دقيقة'; @override - String get timerPickerSecondLabelFew => r'ثوانٍ'; + String get timerPickerSecondLabelFew => 'ثوانٍ'; @override - String get timerPickerSecondLabelMany => r'ثانية'; + String get timerPickerSecondLabelMany => 'ثانية'; @override - String get timerPickerSecondLabelOne => r'ثانية واحدة'; + String get timerPickerSecondLabelOne => 'ثانية واحدة'; @override - String get timerPickerSecondLabelOther => r'ثانية'; + String get timerPickerSecondLabelOther => 'ثانية'; @override - String get timerPickerSecondLabelTwo => r'ثانيتان'; + String get timerPickerSecondLabelTwo => 'ثانيتان'; @override - String get timerPickerSecondLabelZero => r'ثانية'; + String get timerPickerSecondLabelZero => 'ثانية'; @override - String get todayLabel => r'اليوم'; + String get todayLabel => 'اليوم'; } /// The translations for Assamese (`as`). @@ -493,22 +493,22 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'সতৰ্কবাৰ্তা'; + String get alertDialogLabel => 'সতৰ্কবাৰ্তা'; @override - String get anteMeridiemAbbreviation => r'পূৰ্বাহ্ন'; + String get anteMeridiemAbbreviation => 'পূৰ্বাহ্ন'; @override - String get copyButtonLabel => r'প্ৰতিলিপি কৰক'; + String get copyButtonLabel => 'প্ৰতিলিপি কৰক'; @override - String get cutButtonLabel => r'কাট কৰক'; + String get cutButtonLabel => 'কাট কৰক'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => 'mdy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -535,7 +535,7 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'১মিনিট'; + String get datePickerMinuteSemanticsLabelOne => '১মিনিট'; @override String get datePickerMinuteSemanticsLabelOther => r'$minuteমিনিট'; @@ -547,13 +547,13 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'পে' "'" r'ষ্ট কৰক'; + String get pasteButtonLabel => "পে'ষ্ট কৰক"; @override - String get postMeridiemAbbreviation => r'অপৰাহ্ন'; + String get postMeridiemAbbreviation => 'অপৰাহ্ন'; @override - String get selectAllButtonLabel => r'সকলো বাছনি কৰক'; + String get selectAllButtonLabel => 'সকলো বাছনি কৰক'; @override String get timerPickerHourLabelFew => null; @@ -562,10 +562,10 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'ঘণ্টা'; + String get timerPickerHourLabelOne => 'ঘণ্টা'; @override - String get timerPickerHourLabelOther => r'ঘণ্টা'; + String get timerPickerHourLabelOther => 'ঘণ্টা'; @override String get timerPickerHourLabelTwo => null; @@ -580,10 +580,10 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'মিনিট।'; + String get timerPickerMinuteLabelOne => 'মিনিট।'; @override - String get timerPickerMinuteLabelOther => r'মিনিট।'; + String get timerPickerMinuteLabelOther => 'মিনিট।'; @override String get timerPickerMinuteLabelTwo => null; @@ -598,10 +598,10 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'ছেকেণ্ড।'; + String get timerPickerSecondLabelOne => 'ছেকেণ্ড।'; @override - String get timerPickerSecondLabelOther => r'ছেকেণ্ড।'; + String get timerPickerSecondLabelOther => 'ছেকেণ্ড।'; @override String get timerPickerSecondLabelTwo => null; @@ -610,7 +610,7 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'আজি'; + String get todayLabel => 'আজি'; } /// The translations for Azerbaijani (`az`). @@ -641,22 +641,22 @@ class CupertinoLocalizationAz extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Bildiriş'; + String get alertDialogLabel => 'Bildiriş'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get copyButtonLabel => r'Kopyalayın'; + String get copyButtonLabel => 'Kopyalayın'; @override - String get cutButtonLabel => r'Kəsin'; + String get cutButtonLabel => 'Kəsin'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => 'mdy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -683,7 +683,7 @@ class CupertinoLocalizationAz extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 dəqiqə'; + String get datePickerMinuteSemanticsLabelOne => '1 dəqiqə'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute dəqiqə'; @@ -695,13 +695,13 @@ class CupertinoLocalizationAz extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Yerləşdirin'; + String get pasteButtonLabel => 'Yerləşdirin'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get selectAllButtonLabel => r'Hamısını seçin'; + String get selectAllButtonLabel => 'Hamısını seçin'; @override String get timerPickerHourLabelFew => null; @@ -710,10 +710,10 @@ class CupertinoLocalizationAz extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'saat'; + String get timerPickerHourLabelOne => 'saat'; @override - String get timerPickerHourLabelOther => r'saat'; + String get timerPickerHourLabelOther => 'saat'; @override String get timerPickerHourLabelTwo => null; @@ -728,10 +728,10 @@ class CupertinoLocalizationAz extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'dəq.'; + String get timerPickerMinuteLabelOne => 'dəq.'; @override - String get timerPickerMinuteLabelOther => r'dəq.'; + String get timerPickerMinuteLabelOther => 'dəq.'; @override String get timerPickerMinuteLabelTwo => null; @@ -746,10 +746,10 @@ class CupertinoLocalizationAz extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'san.'; + String get timerPickerSecondLabelOne => 'san.'; @override - String get timerPickerSecondLabelOther => r'san.'; + String get timerPickerSecondLabelOther => 'san.'; @override String get timerPickerSecondLabelTwo => null; @@ -758,7 +758,7 @@ class CupertinoLocalizationAz extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Bu gün'; + String get todayLabel => 'Bu gün'; } /// The translations for Belarusian (`be`). @@ -789,22 +789,22 @@ class CupertinoLocalizationBe extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Абвестка'; + String get alertDialogLabel => 'Абвестка'; @override - String get anteMeridiemAbbreviation => r'раніцы'; + String get anteMeridiemAbbreviation => 'раніцы'; @override - String get copyButtonLabel => r'Капіраваць'; + String get copyButtonLabel => 'Капіраваць'; @override - String get cutButtonLabel => r'Выразаць'; + String get cutButtonLabel => 'Выразаць'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => 'mdy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => r'$hour гадзіны нуль хвілін'; @@ -831,7 +831,7 @@ class CupertinoLocalizationBe extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => r'$minute хвілін'; @override - String get datePickerMinuteSemanticsLabelOne => r'1 хвіліна'; + String get datePickerMinuteSemanticsLabelOne => '1 хвіліна'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute хвіліны'; @@ -843,25 +843,25 @@ class CupertinoLocalizationBe extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Уставіць'; + String get pasteButtonLabel => 'Уставіць'; @override - String get postMeridiemAbbreviation => r'вечара'; + String get postMeridiemAbbreviation => 'вечара'; @override - String get selectAllButtonLabel => r'Выбраць усе'; + String get selectAllButtonLabel => 'Выбраць усе'; @override - String get timerPickerHourLabelFew => r'гадзіны'; + String get timerPickerHourLabelFew => 'гадзіны'; @override - String get timerPickerHourLabelMany => r'гадзін'; + String get timerPickerHourLabelMany => 'гадзін'; @override - String get timerPickerHourLabelOne => r'гадзіна'; + String get timerPickerHourLabelOne => 'гадзіна'; @override - String get timerPickerHourLabelOther => r'гадзіны'; + String get timerPickerHourLabelOther => 'гадзіны'; @override String get timerPickerHourLabelTwo => null; @@ -870,16 +870,16 @@ class CupertinoLocalizationBe extends GlobalCupertinoLocalizations { String get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => r'хв'; + String get timerPickerMinuteLabelFew => 'хв'; @override - String get timerPickerMinuteLabelMany => r'хв'; + String get timerPickerMinuteLabelMany => 'хв'; @override - String get timerPickerMinuteLabelOne => r'хв'; + String get timerPickerMinuteLabelOne => 'хв'; @override - String get timerPickerMinuteLabelOther => r'хв'; + String get timerPickerMinuteLabelOther => 'хв'; @override String get timerPickerMinuteLabelTwo => null; @@ -888,16 +888,16 @@ class CupertinoLocalizationBe extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => r'с'; + String get timerPickerSecondLabelFew => 'с'; @override - String get timerPickerSecondLabelMany => r'с'; + String get timerPickerSecondLabelMany => 'с'; @override - String get timerPickerSecondLabelOne => r'с'; + String get timerPickerSecondLabelOne => 'с'; @override - String get timerPickerSecondLabelOther => r'с'; + String get timerPickerSecondLabelOther => 'с'; @override String get timerPickerSecondLabelTwo => null; @@ -906,7 +906,7 @@ class CupertinoLocalizationBe extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Сёння'; + String get todayLabel => 'Сёння'; } /// The translations for Bulgarian (`bg`). @@ -937,22 +937,22 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Сигнал'; + String get alertDialogLabel => 'Сигнал'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get copyButtonLabel => r'Копиране'; + String get copyButtonLabel => 'Копиране'; @override - String get cutButtonLabel => r'Изрязване'; + String get cutButtonLabel => 'Изрязване'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -979,7 +979,7 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 минута'; + String get datePickerMinuteSemanticsLabelOne => '1 минута'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute минути'; @@ -991,13 +991,13 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Поставяне'; + String get pasteButtonLabel => 'Поставяне'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get selectAllButtonLabel => r'Избиране на всички'; + String get selectAllButtonLabel => 'Избиране на всички'; @override String get timerPickerHourLabelFew => null; @@ -1006,10 +1006,10 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'час'; + String get timerPickerHourLabelOne => 'час'; @override - String get timerPickerHourLabelOther => r'часа'; + String get timerPickerHourLabelOther => 'часа'; @override String get timerPickerHourLabelTwo => null; @@ -1024,10 +1024,10 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'мин'; + String get timerPickerMinuteLabelOne => 'мин'; @override - String get timerPickerMinuteLabelOther => r'мин'; + String get timerPickerMinuteLabelOther => 'мин'; @override String get timerPickerMinuteLabelTwo => null; @@ -1042,10 +1042,10 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'сек'; + String get timerPickerSecondLabelOne => 'сек'; @override - String get timerPickerSecondLabelOther => r'сек'; + String get timerPickerSecondLabelOther => 'сек'; @override String get timerPickerSecondLabelTwo => null; @@ -1054,7 +1054,7 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Днес'; + String get todayLabel => 'Днес'; } /// The translations for Bengali Bangla (`bn`). @@ -1085,22 +1085,22 @@ class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'সতর্কতা'; + String get alertDialogLabel => 'সতর্কতা'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get copyButtonLabel => r'কপি করুন'; + String get copyButtonLabel => 'কপি করুন'; @override - String get cutButtonLabel => r'কাট করুন'; + String get cutButtonLabel => 'কাট করুন'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => 'mdy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -1127,7 +1127,7 @@ class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'১ মিনিট'; + String get datePickerMinuteSemanticsLabelOne => '১ মিনিট'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute মিনিট'; @@ -1139,13 +1139,13 @@ class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'পেস্ট করুন'; + String get pasteButtonLabel => 'পেস্ট করুন'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get selectAllButtonLabel => r'সব বেছে নিন'; + String get selectAllButtonLabel => 'সব বেছে নিন'; @override String get timerPickerHourLabelFew => null; @@ -1154,10 +1154,10 @@ class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'ঘণ্টা'; + String get timerPickerHourLabelOne => 'ঘণ্টা'; @override - String get timerPickerHourLabelOther => r'ঘণ্টা'; + String get timerPickerHourLabelOther => 'ঘণ্টা'; @override String get timerPickerHourLabelTwo => null; @@ -1172,10 +1172,10 @@ class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'মিনিট।'; + String get timerPickerMinuteLabelOne => 'মিনিট।'; @override - String get timerPickerMinuteLabelOther => r'মিনিট।'; + String get timerPickerMinuteLabelOther => 'মিনিট।'; @override String get timerPickerMinuteLabelTwo => null; @@ -1190,10 +1190,10 @@ class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'সেকেন্ড।'; + String get timerPickerSecondLabelOne => 'সেকেন্ড।'; @override - String get timerPickerSecondLabelOther => r'সেকেন্ড।'; + String get timerPickerSecondLabelOther => 'সেকেন্ড।'; @override String get timerPickerSecondLabelTwo => null; @@ -1202,7 +1202,7 @@ class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'আজ'; + String get todayLabel => 'আজ'; } /// The translations for Bosnian (`bs`). @@ -1233,22 +1233,22 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Upozorenje'; + String get alertDialogLabel => 'Upozorenje'; @override - String get anteMeridiemAbbreviation => r'prijepodne'; + String get anteMeridiemAbbreviation => 'prijepodne'; @override - String get copyButtonLabel => r'Kopiraj'; + String get copyButtonLabel => 'Kopiraj'; @override - String get cutButtonLabel => r'Izreži'; + String get cutButtonLabel => 'Izreži'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => r'$hour sata'; @@ -1275,7 +1275,7 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minuta'; + String get datePickerMinuteSemanticsLabelOne => '1 minuta'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minuta'; @@ -1287,25 +1287,25 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Zalijepi'; + String get pasteButtonLabel => 'Zalijepi'; @override - String get postMeridiemAbbreviation => r'poslijepodne'; + String get postMeridiemAbbreviation => 'poslijepodne'; @override - String get selectAllButtonLabel => r'Odaberi sve'; + String get selectAllButtonLabel => 'Odaberi sve'; @override - String get timerPickerHourLabelFew => r'sata'; + String get timerPickerHourLabelFew => 'sata'; @override String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'sat'; + String get timerPickerHourLabelOne => 'sat'; @override - String get timerPickerHourLabelOther => r'sati'; + String get timerPickerHourLabelOther => 'sati'; @override String get timerPickerHourLabelTwo => null; @@ -1314,16 +1314,16 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { String get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => r'min.'; + String get timerPickerMinuteLabelFew => 'min.'; @override String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'min.'; + String get timerPickerMinuteLabelOne => 'min.'; @override - String get timerPickerMinuteLabelOther => r'min.'; + String get timerPickerMinuteLabelOther => 'min.'; @override String get timerPickerMinuteLabelTwo => null; @@ -1332,16 +1332,16 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => r'sec.'; + String get timerPickerSecondLabelFew => 'sec.'; @override String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'sec.'; + String get timerPickerSecondLabelOne => 'sec.'; @override - String get timerPickerSecondLabelOther => r'sec.'; + String get timerPickerSecondLabelOther => 'sec.'; @override String get timerPickerSecondLabelTwo => null; @@ -1350,7 +1350,7 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Danas'; + String get todayLabel => 'Danas'; } /// The translations for Catalan Valencian (`ca`). @@ -1381,22 +1381,22 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Alerta'; + String get alertDialogLabel => 'Alerta'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get copyButtonLabel => r'Copia'; + String get copyButtonLabel => 'Copia'; @override - String get cutButtonLabel => r'Retalla'; + String get cutButtonLabel => 'Retalla'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -1423,7 +1423,7 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minut'; + String get datePickerMinuteSemanticsLabelOne => '1 minut'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minuts'; @@ -1435,13 +1435,13 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Enganxa'; + String get pasteButtonLabel => 'Enganxa'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get selectAllButtonLabel => r'Selecciona-ho tot'; + String get selectAllButtonLabel => 'Selecciona-ho tot'; @override String get timerPickerHourLabelFew => null; @@ -1450,10 +1450,10 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'hora'; + String get timerPickerHourLabelOne => 'hora'; @override - String get timerPickerHourLabelOther => r'hores'; + String get timerPickerHourLabelOther => 'hores'; @override String get timerPickerHourLabelTwo => null; @@ -1468,10 +1468,10 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'min'; + String get timerPickerMinuteLabelOne => 'min'; @override - String get timerPickerMinuteLabelOther => r'min'; + String get timerPickerMinuteLabelOther => 'min'; @override String get timerPickerMinuteLabelTwo => null; @@ -1486,10 +1486,10 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r's'; + String get timerPickerSecondLabelOne => 's'; @override - String get timerPickerSecondLabelOther => r's'; + String get timerPickerSecondLabelOther => 's'; @override String get timerPickerSecondLabelTwo => null; @@ -1498,7 +1498,7 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Avui'; + String get todayLabel => 'Avui'; } /// The translations for Czech (`cs`). @@ -1529,22 +1529,22 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Upozornění'; + String get alertDialogLabel => 'Upozornění'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get copyButtonLabel => r'Kopírovat'; + String get copyButtonLabel => 'Kopírovat'; @override - String get cutButtonLabel => r'Vyjmout'; + String get cutButtonLabel => 'Vyjmout'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => 'mdy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => r'$hour hodiny'; @@ -1571,7 +1571,7 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => r'$minute minuty'; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minuta'; + String get datePickerMinuteSemanticsLabelOne => '1 minuta'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minut'; @@ -1583,25 +1583,25 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Vložit'; + String get pasteButtonLabel => 'Vložit'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get selectAllButtonLabel => r'Vybrat vše'; + String get selectAllButtonLabel => 'Vybrat vše'; @override - String get timerPickerHourLabelFew => r'hodiny'; + String get timerPickerHourLabelFew => 'hodiny'; @override - String get timerPickerHourLabelMany => r'hodiny'; + String get timerPickerHourLabelMany => 'hodiny'; @override - String get timerPickerHourLabelOne => r'hodina'; + String get timerPickerHourLabelOne => 'hodina'; @override - String get timerPickerHourLabelOther => r'hodin'; + String get timerPickerHourLabelOther => 'hodin'; @override String get timerPickerHourLabelTwo => null; @@ -1610,16 +1610,16 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { String get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => r'min'; + String get timerPickerMinuteLabelFew => 'min'; @override - String get timerPickerMinuteLabelMany => r'min'; + String get timerPickerMinuteLabelMany => 'min'; @override - String get timerPickerMinuteLabelOne => r'min'; + String get timerPickerMinuteLabelOne => 'min'; @override - String get timerPickerMinuteLabelOther => r'min'; + String get timerPickerMinuteLabelOther => 'min'; @override String get timerPickerMinuteLabelTwo => null; @@ -1628,16 +1628,16 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => r's'; + String get timerPickerSecondLabelFew => 's'; @override - String get timerPickerSecondLabelMany => r's'; + String get timerPickerSecondLabelMany => 's'; @override - String get timerPickerSecondLabelOne => r's'; + String get timerPickerSecondLabelOne => 's'; @override - String get timerPickerSecondLabelOther => r's'; + String get timerPickerSecondLabelOther => 's'; @override String get timerPickerSecondLabelTwo => null; @@ -1646,7 +1646,7 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Dnes'; + String get todayLabel => 'Dnes'; } /// The translations for Danish (`da`). @@ -1677,22 +1677,22 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Underretning'; + String get alertDialogLabel => 'Underretning'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get copyButtonLabel => r'Kopiér'; + String get copyButtonLabel => 'Kopiér'; @override - String get cutButtonLabel => r'Klip'; + String get cutButtonLabel => 'Klip'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -1719,7 +1719,7 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minut'; + String get datePickerMinuteSemanticsLabelOne => '1 minut'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minutter'; @@ -1731,13 +1731,13 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Sæt ind'; + String get pasteButtonLabel => 'Sæt ind'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get selectAllButtonLabel => r'Vælg alle'; + String get selectAllButtonLabel => 'Vælg alle'; @override String get timerPickerHourLabelFew => null; @@ -1746,10 +1746,10 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'time'; + String get timerPickerHourLabelOne => 'time'; @override - String get timerPickerHourLabelOther => r'timer'; + String get timerPickerHourLabelOther => 'timer'; @override String get timerPickerHourLabelTwo => null; @@ -1764,10 +1764,10 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'min.'; + String get timerPickerMinuteLabelOne => 'min.'; @override - String get timerPickerMinuteLabelOther => r'min.'; + String get timerPickerMinuteLabelOther => 'min.'; @override String get timerPickerMinuteLabelTwo => null; @@ -1782,10 +1782,10 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'sek.'; + String get timerPickerSecondLabelOne => 'sek.'; @override - String get timerPickerSecondLabelOther => r'sek.'; + String get timerPickerSecondLabelOther => 'sek.'; @override String get timerPickerSecondLabelTwo => null; @@ -1794,7 +1794,7 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'I dag'; + String get todayLabel => 'I dag'; } /// The translations for German (`de`). @@ -1825,22 +1825,22 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Benachrichtigung'; + String get alertDialogLabel => 'Benachrichtigung'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get copyButtonLabel => r'Kopieren'; + String get copyButtonLabel => 'Kopieren'; @override - String get cutButtonLabel => r'Ausschneiden'; + String get cutButtonLabel => 'Ausschneiden'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -1867,7 +1867,7 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 Minute'; + String get datePickerMinuteSemanticsLabelOne => '1 Minute'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute Minuten'; @@ -1879,13 +1879,13 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Einsetzen'; + String get pasteButtonLabel => 'Einsetzen'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get selectAllButtonLabel => r'Alles auswählen'; + String get selectAllButtonLabel => 'Alles auswählen'; @override String get timerPickerHourLabelFew => null; @@ -1894,10 +1894,10 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'Stunde'; + String get timerPickerHourLabelOne => 'Stunde'; @override - String get timerPickerHourLabelOther => r'Stunden'; + String get timerPickerHourLabelOther => 'Stunden'; @override String get timerPickerHourLabelTwo => null; @@ -1912,10 +1912,10 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'min'; + String get timerPickerMinuteLabelOne => 'min'; @override - String get timerPickerMinuteLabelOther => r'min'; + String get timerPickerMinuteLabelOther => 'min'; @override String get timerPickerMinuteLabelTwo => null; @@ -1930,10 +1930,10 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r's'; + String get timerPickerSecondLabelOne => 's'; @override - String get timerPickerSecondLabelOther => r's'; + String get timerPickerSecondLabelOther => 's'; @override String get timerPickerSecondLabelTwo => null; @@ -1942,7 +1942,7 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Heute'; + String get todayLabel => 'Heute'; } /// The translations for Modern Greek (`el`). @@ -1973,22 +1973,22 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Ειδοποίηση'; + String get alertDialogLabel => 'Ειδοποίηση'; @override - String get anteMeridiemAbbreviation => r'π.μ.'; + String get anteMeridiemAbbreviation => 'π.μ.'; @override - String get copyButtonLabel => r'Αντιγραφή'; + String get copyButtonLabel => 'Αντιγραφή'; @override - String get cutButtonLabel => r'Αποκοπή'; + String get cutButtonLabel => 'Αποκοπή'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -2015,7 +2015,7 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 λεπτό'; + String get datePickerMinuteSemanticsLabelOne => '1 λεπτό'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute λεπτά'; @@ -2027,13 +2027,13 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Επικόλληση'; + String get pasteButtonLabel => 'Επικόλληση'; @override - String get postMeridiemAbbreviation => r'μ.μ.'; + String get postMeridiemAbbreviation => 'μ.μ.'; @override - String get selectAllButtonLabel => r'Επιλογή όλων'; + String get selectAllButtonLabel => 'Επιλογή όλων'; @override String get timerPickerHourLabelFew => null; @@ -2042,10 +2042,10 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'ώρα'; + String get timerPickerHourLabelOne => 'ώρα'; @override - String get timerPickerHourLabelOther => r'ώρες'; + String get timerPickerHourLabelOther => 'ώρες'; @override String get timerPickerHourLabelTwo => null; @@ -2060,10 +2060,10 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'λεπ.'; + String get timerPickerMinuteLabelOne => 'λεπ.'; @override - String get timerPickerMinuteLabelOther => r'λεπ.'; + String get timerPickerMinuteLabelOther => 'λεπ.'; @override String get timerPickerMinuteLabelTwo => null; @@ -2078,10 +2078,10 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'δευτ.'; + String get timerPickerSecondLabelOne => 'δευτ.'; @override - String get timerPickerSecondLabelOther => r'δευτ.'; + String get timerPickerSecondLabelOther => 'δευτ.'; @override String get timerPickerSecondLabelTwo => null; @@ -2090,7 +2090,7 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Σήμερα'; + String get todayLabel => 'Σήμερα'; } /// The translations for English (`en`). @@ -2121,22 +2121,22 @@ class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Alert'; + String get alertDialogLabel => 'Alert'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get copyButtonLabel => r'Copy'; + String get copyButtonLabel => 'Copy'; @override - String get cutButtonLabel => r'Cut'; + String get cutButtonLabel => 'Cut'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => 'mdy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -2145,10 +2145,10 @@ class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour o' "'" r'clock'; + String get datePickerHourSemanticsLabelOne => r"$hour o'clock"; @override - String get datePickerHourSemanticsLabelOther => r'$hour o' "'" r'clock'; + String get datePickerHourSemanticsLabelOther => r"$hour o'clock"; @override String get datePickerHourSemanticsLabelTwo => null; @@ -2163,7 +2163,7 @@ class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minute'; + String get datePickerMinuteSemanticsLabelOne => '1 minute'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minutes'; @@ -2175,13 +2175,13 @@ class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Paste'; + String get pasteButtonLabel => 'Paste'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get selectAllButtonLabel => r'Select All'; + String get selectAllButtonLabel => 'Select All'; @override String get timerPickerHourLabelFew => null; @@ -2190,10 +2190,10 @@ class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'hour'; + String get timerPickerHourLabelOne => 'hour'; @override - String get timerPickerHourLabelOther => r'hours'; + String get timerPickerHourLabelOther => 'hours'; @override String get timerPickerHourLabelTwo => null; @@ -2208,10 +2208,10 @@ class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'min.'; + String get timerPickerMinuteLabelOne => 'min.'; @override - String get timerPickerMinuteLabelOther => r'min.'; + String get timerPickerMinuteLabelOther => 'min.'; @override String get timerPickerMinuteLabelTwo => null; @@ -2226,10 +2226,10 @@ class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'sec.'; + String get timerPickerSecondLabelOne => 'sec.'; @override - String get timerPickerSecondLabelOther => r'sec.'; + String get timerPickerSecondLabelOther => 'sec.'; @override String get timerPickerSecondLabelTwo => null; @@ -2238,7 +2238,7 @@ class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Today'; + String get todayLabel => 'Today'; } /// The translations for English, as used in Australia (`en_AU`). @@ -2269,10 +2269,10 @@ class CupertinoLocalizationEnAu extends CupertinoLocalizationEn { ); @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get selectAllButtonLabel => r'Select all'; + String get selectAllButtonLabel => 'Select all'; } /// The translations for English, as used in Canada (`en_CA`). @@ -2303,10 +2303,10 @@ class CupertinoLocalizationEnCa extends CupertinoLocalizationEn { ); @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get selectAllButtonLabel => r'Select all'; + String get selectAllButtonLabel => 'Select all'; } /// The translations for English, as used in the United Kingdom (`en_GB`). @@ -2337,10 +2337,10 @@ class CupertinoLocalizationEnGb extends CupertinoLocalizationEn { ); @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get selectAllButtonLabel => r'Select all'; + String get selectAllButtonLabel => 'Select all'; } /// The translations for English, as used in Ireland (`en_IE`). @@ -2371,10 +2371,10 @@ class CupertinoLocalizationEnIe extends CupertinoLocalizationEn { ); @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get selectAllButtonLabel => r'Select all'; + String get selectAllButtonLabel => 'Select all'; } /// The translations for English, as used in India (`en_IN`). @@ -2405,10 +2405,10 @@ class CupertinoLocalizationEnIn extends CupertinoLocalizationEn { ); @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get selectAllButtonLabel => r'Select all'; + String get selectAllButtonLabel => 'Select all'; } /// The translations for English, as used in New Zealand (`en_NZ`). @@ -2439,10 +2439,10 @@ class CupertinoLocalizationEnNz extends CupertinoLocalizationEn { ); @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get selectAllButtonLabel => r'Select all'; + String get selectAllButtonLabel => 'Select all'; } /// The translations for English, as used in Singapore (`en_SG`). @@ -2473,10 +2473,10 @@ class CupertinoLocalizationEnSg extends CupertinoLocalizationEn { ); @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get selectAllButtonLabel => r'Select all'; + String get selectAllButtonLabel => 'Select all'; } /// The translations for English, as used in South Africa (`en_ZA`). @@ -2507,10 +2507,10 @@ class CupertinoLocalizationEnZa extends CupertinoLocalizationEn { ); @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get selectAllButtonLabel => r'Select all'; + String get selectAllButtonLabel => 'Select all'; } /// The translations for Spanish Castilian (`es`). @@ -2541,22 +2541,22 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Alerta'; + String get alertDialogLabel => 'Alerta'; @override - String get anteMeridiemAbbreviation => r'A.M.'; + String get anteMeridiemAbbreviation => 'A.M.'; @override - String get copyButtonLabel => r'Copiar'; + String get copyButtonLabel => 'Copiar'; @override - String get cutButtonLabel => r'Cortar'; + String get cutButtonLabel => 'Cortar'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -2583,7 +2583,7 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minuto'; + String get datePickerMinuteSemanticsLabelOne => '1 minuto'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minutos'; @@ -2595,13 +2595,13 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Pegar'; + String get pasteButtonLabel => 'Pegar'; @override - String get postMeridiemAbbreviation => r'P.M.'; + String get postMeridiemAbbreviation => 'P.M.'; @override - String get selectAllButtonLabel => r'Seleccionar todo'; + String get selectAllButtonLabel => 'Seleccionar todo'; @override String get timerPickerHourLabelFew => null; @@ -2610,10 +2610,10 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'hora'; + String get timerPickerHourLabelOne => 'hora'; @override - String get timerPickerHourLabelOther => r'horas'; + String get timerPickerHourLabelOther => 'horas'; @override String get timerPickerHourLabelTwo => null; @@ -2628,10 +2628,10 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'min'; + String get timerPickerMinuteLabelOne => 'min'; @override - String get timerPickerMinuteLabelOther => r'min'; + String get timerPickerMinuteLabelOther => 'min'; @override String get timerPickerMinuteLabelTwo => null; @@ -2646,10 +2646,10 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r's'; + String get timerPickerSecondLabelOne => 's'; @override - String get timerPickerSecondLabelOther => r's'; + String get timerPickerSecondLabelOther => 's'; @override String get timerPickerSecondLabelTwo => null; @@ -2658,7 +2658,7 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Hoy'; + String get todayLabel => 'Hoy'; } /// The translations for Spanish Castilian, as used in Latin America and the Caribbean (`es_419`). @@ -2695,16 +2695,16 @@ class CupertinoLocalizationEs419 extends CupertinoLocalizationEs { String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => 'mdy'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => 'a.m.'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => 'p.m.'; @override - String get selectAllButtonLabel => r'Seleccionar todos'; + String get selectAllButtonLabel => 'Seleccionar todos'; } /// The translations for Spanish Castilian, as used in Argentina (`es_AR`). @@ -2741,16 +2741,16 @@ class CupertinoLocalizationEsAr extends CupertinoLocalizationEs { String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => 'mdy'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => 'a.m.'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => 'p.m.'; @override - String get selectAllButtonLabel => r'Seleccionar todos'; + String get selectAllButtonLabel => 'Seleccionar todos'; } /// The translations for Spanish Castilian, as used in Bolivia (`es_BO`). @@ -2787,16 +2787,16 @@ class CupertinoLocalizationEsBo extends CupertinoLocalizationEs { String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => 'mdy'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => 'a.m.'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => 'p.m.'; @override - String get selectAllButtonLabel => r'Seleccionar todos'; + String get selectAllButtonLabel => 'Seleccionar todos'; } /// The translations for Spanish Castilian, as used in Chile (`es_CL`). @@ -2833,16 +2833,16 @@ class CupertinoLocalizationEsCl extends CupertinoLocalizationEs { String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => 'mdy'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => 'a.m.'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => 'p.m.'; @override - String get selectAllButtonLabel => r'Seleccionar todos'; + String get selectAllButtonLabel => 'Seleccionar todos'; } /// The translations for Spanish Castilian, as used in Colombia (`es_CO`). @@ -2879,16 +2879,16 @@ class CupertinoLocalizationEsCo extends CupertinoLocalizationEs { String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => 'mdy'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => 'a.m.'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => 'p.m.'; @override - String get selectAllButtonLabel => r'Seleccionar todos'; + String get selectAllButtonLabel => 'Seleccionar todos'; } /// The translations for Spanish Castilian, as used in Costa Rica (`es_CR`). @@ -2925,16 +2925,16 @@ class CupertinoLocalizationEsCr extends CupertinoLocalizationEs { String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => 'mdy'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => 'a.m.'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => 'p.m.'; @override - String get selectAllButtonLabel => r'Seleccionar todos'; + String get selectAllButtonLabel => 'Seleccionar todos'; } /// The translations for Spanish Castilian, as used in the Dominican Republic (`es_DO`). @@ -2971,16 +2971,16 @@ class CupertinoLocalizationEsDo extends CupertinoLocalizationEs { String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => 'mdy'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => 'a.m.'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => 'p.m.'; @override - String get selectAllButtonLabel => r'Seleccionar todos'; + String get selectAllButtonLabel => 'Seleccionar todos'; } /// The translations for Spanish Castilian, as used in Ecuador (`es_EC`). @@ -3017,16 +3017,16 @@ class CupertinoLocalizationEsEc extends CupertinoLocalizationEs { String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => 'mdy'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => 'a.m.'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => 'p.m.'; @override - String get selectAllButtonLabel => r'Seleccionar todos'; + String get selectAllButtonLabel => 'Seleccionar todos'; } /// The translations for Spanish Castilian, as used in Guatemala (`es_GT`). @@ -3063,16 +3063,16 @@ class CupertinoLocalizationEsGt extends CupertinoLocalizationEs { String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => 'mdy'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => 'a.m.'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => 'p.m.'; @override - String get selectAllButtonLabel => r'Seleccionar todos'; + String get selectAllButtonLabel => 'Seleccionar todos'; } /// The translations for Spanish Castilian, as used in Honduras (`es_HN`). @@ -3109,16 +3109,16 @@ class CupertinoLocalizationEsHn extends CupertinoLocalizationEs { String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => 'mdy'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => 'a.m.'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => 'p.m.'; @override - String get selectAllButtonLabel => r'Seleccionar todos'; + String get selectAllButtonLabel => 'Seleccionar todos'; } /// The translations for Spanish Castilian, as used in Mexico (`es_MX`). @@ -3155,16 +3155,16 @@ class CupertinoLocalizationEsMx extends CupertinoLocalizationEs { String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => 'mdy'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => 'a.m.'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => 'p.m.'; @override - String get selectAllButtonLabel => r'Seleccionar todos'; + String get selectAllButtonLabel => 'Seleccionar todos'; } /// The translations for Spanish Castilian, as used in Nicaragua (`es_NI`). @@ -3201,16 +3201,16 @@ class CupertinoLocalizationEsNi extends CupertinoLocalizationEs { String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => 'mdy'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => 'a.m.'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => 'p.m.'; @override - String get selectAllButtonLabel => r'Seleccionar todos'; + String get selectAllButtonLabel => 'Seleccionar todos'; } /// The translations for Spanish Castilian, as used in Panama (`es_PA`). @@ -3247,16 +3247,16 @@ class CupertinoLocalizationEsPa extends CupertinoLocalizationEs { String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => 'mdy'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => 'a.m.'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => 'p.m.'; @override - String get selectAllButtonLabel => r'Seleccionar todos'; + String get selectAllButtonLabel => 'Seleccionar todos'; } /// The translations for Spanish Castilian, as used in Peru (`es_PE`). @@ -3293,16 +3293,16 @@ class CupertinoLocalizationEsPe extends CupertinoLocalizationEs { String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => 'mdy'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => 'a.m.'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => 'p.m.'; @override - String get selectAllButtonLabel => r'Seleccionar todos'; + String get selectAllButtonLabel => 'Seleccionar todos'; } /// The translations for Spanish Castilian, as used in Puerto Rico (`es_PR`). @@ -3339,16 +3339,16 @@ class CupertinoLocalizationEsPr extends CupertinoLocalizationEs { String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => 'mdy'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => 'a.m.'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => 'p.m.'; @override - String get selectAllButtonLabel => r'Seleccionar todos'; + String get selectAllButtonLabel => 'Seleccionar todos'; } /// The translations for Spanish Castilian, as used in Paraguay (`es_PY`). @@ -3385,16 +3385,16 @@ class CupertinoLocalizationEsPy extends CupertinoLocalizationEs { String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => 'mdy'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => 'a.m.'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => 'p.m.'; @override - String get selectAllButtonLabel => r'Seleccionar todos'; + String get selectAllButtonLabel => 'Seleccionar todos'; } /// The translations for Spanish Castilian, as used in El Salvador (`es_SV`). @@ -3431,16 +3431,16 @@ class CupertinoLocalizationEsSv extends CupertinoLocalizationEs { String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => 'mdy'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => 'a.m.'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => 'p.m.'; @override - String get selectAllButtonLabel => r'Seleccionar todos'; + String get selectAllButtonLabel => 'Seleccionar todos'; } /// The translations for Spanish Castilian, as used in the United States (`es_US`). @@ -3477,16 +3477,16 @@ class CupertinoLocalizationEsUs extends CupertinoLocalizationEs { String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => 'mdy'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => 'a.m.'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => 'p.m.'; @override - String get selectAllButtonLabel => r'Seleccionar todos'; + String get selectAllButtonLabel => 'Seleccionar todos'; } /// The translations for Spanish Castilian, as used in Uruguay (`es_UY`). @@ -3523,16 +3523,16 @@ class CupertinoLocalizationEsUy extends CupertinoLocalizationEs { String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => 'mdy'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => 'a.m.'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => 'p.m.'; @override - String get selectAllButtonLabel => r'Seleccionar todos'; + String get selectAllButtonLabel => 'Seleccionar todos'; } /// The translations for Spanish Castilian, as used in Venezuela (`es_VE`). @@ -3569,16 +3569,16 @@ class CupertinoLocalizationEsVe extends CupertinoLocalizationEs { String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => 'mdy'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => 'a.m.'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => 'p.m.'; @override - String get selectAllButtonLabel => r'Seleccionar todos'; + String get selectAllButtonLabel => 'Seleccionar todos'; } /// The translations for Estonian (`et`). @@ -3609,22 +3609,22 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Märguanne'; + String get alertDialogLabel => 'Märguanne'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get copyButtonLabel => r'Kopeeri'; + String get copyButtonLabel => 'Kopeeri'; @override - String get cutButtonLabel => r'Lõika'; + String get cutButtonLabel => 'Lõika'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -3651,7 +3651,7 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minut'; + String get datePickerMinuteSemanticsLabelOne => '1 minut'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minutit'; @@ -3663,13 +3663,13 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Kleebi'; + String get pasteButtonLabel => 'Kleebi'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get selectAllButtonLabel => r'Vali kõik'; + String get selectAllButtonLabel => 'Vali kõik'; @override String get timerPickerHourLabelFew => null; @@ -3678,10 +3678,10 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'tund'; + String get timerPickerHourLabelOne => 'tund'; @override - String get timerPickerHourLabelOther => r'tundi'; + String get timerPickerHourLabelOther => 'tundi'; @override String get timerPickerHourLabelTwo => null; @@ -3696,10 +3696,10 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'min'; + String get timerPickerMinuteLabelOne => 'min'; @override - String get timerPickerMinuteLabelOther => r'min'; + String get timerPickerMinuteLabelOther => 'min'; @override String get timerPickerMinuteLabelTwo => null; @@ -3714,10 +3714,10 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r's'; + String get timerPickerSecondLabelOne => 's'; @override - String get timerPickerSecondLabelOther => r's'; + String get timerPickerSecondLabelOther => 's'; @override String get timerPickerSecondLabelTwo => null; @@ -3726,7 +3726,7 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Täna'; + String get todayLabel => 'Täna'; } /// The translations for Basque (`eu`). @@ -3757,22 +3757,22 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Alerta'; + String get alertDialogLabel => 'Alerta'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get copyButtonLabel => r'Kopiatu'; + String get copyButtonLabel => 'Kopiatu'; @override - String get cutButtonLabel => r'Ebaki'; + String get cutButtonLabel => 'Ebaki'; @override - String get datePickerDateOrderString => r'ymd'; + String get datePickerDateOrderString => 'ymd'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -3799,7 +3799,7 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'Minutu bat'; + String get datePickerMinuteSemanticsLabelOne => 'Minutu bat'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minutu'; @@ -3811,13 +3811,13 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Itsatsi'; + String get pasteButtonLabel => 'Itsatsi'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get selectAllButtonLabel => r'Hautatu guztiak'; + String get selectAllButtonLabel => 'Hautatu guztiak'; @override String get timerPickerHourLabelFew => null; @@ -3826,10 +3826,10 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'ordu'; + String get timerPickerHourLabelOne => 'ordu'; @override - String get timerPickerHourLabelOther => r'ordu'; + String get timerPickerHourLabelOther => 'ordu'; @override String get timerPickerHourLabelTwo => null; @@ -3844,10 +3844,10 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'min.'; + String get timerPickerMinuteLabelOne => 'min.'; @override - String get timerPickerMinuteLabelOther => r'min.'; + String get timerPickerMinuteLabelOther => 'min.'; @override String get timerPickerMinuteLabelTwo => null; @@ -3862,10 +3862,10 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r's'; + String get timerPickerSecondLabelOne => 's'; @override - String get timerPickerSecondLabelOther => r's'; + String get timerPickerSecondLabelOther => 's'; @override String get timerPickerSecondLabelTwo => null; @@ -3874,7 +3874,7 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Gaur'; + String get todayLabel => 'Gaur'; } /// The translations for Persian (`fa`). @@ -3905,22 +3905,22 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'هشدار'; + String get alertDialogLabel => 'هشدار'; @override - String get anteMeridiemAbbreviation => r'ق.ظ.'; + String get anteMeridiemAbbreviation => 'ق.ظ.'; @override - String get copyButtonLabel => r'کپی'; + String get copyButtonLabel => 'کپی'; @override - String get cutButtonLabel => r'برش'; + String get cutButtonLabel => 'برش'; @override - String get datePickerDateOrderString => r'ymd'; + String get datePickerDateOrderString => 'ymd'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -3947,7 +3947,7 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'۱ دقیقه'; + String get datePickerMinuteSemanticsLabelOne => '۱ دقیقه'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute دقیقه'; @@ -3959,13 +3959,13 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'جای‌گذاری'; + String get pasteButtonLabel => 'جای‌گذاری'; @override - String get postMeridiemAbbreviation => r'ب.ظ.'; + String get postMeridiemAbbreviation => 'ب.ظ.'; @override - String get selectAllButtonLabel => r'انتخاب همه'; + String get selectAllButtonLabel => 'انتخاب همه'; @override String get timerPickerHourLabelFew => null; @@ -3974,10 +3974,10 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'ساعت'; + String get timerPickerHourLabelOne => 'ساعت'; @override - String get timerPickerHourLabelOther => r'ساعت'; + String get timerPickerHourLabelOther => 'ساعت'; @override String get timerPickerHourLabelTwo => null; @@ -3992,10 +3992,10 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'دقیقه'; + String get timerPickerMinuteLabelOne => 'دقیقه'; @override - String get timerPickerMinuteLabelOther => r'دقیقه'; + String get timerPickerMinuteLabelOther => 'دقیقه'; @override String get timerPickerMinuteLabelTwo => null; @@ -4010,10 +4010,10 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'ثانیه'; + String get timerPickerSecondLabelOne => 'ثانیه'; @override - String get timerPickerSecondLabelOther => r'ثانیه'; + String get timerPickerSecondLabelOther => 'ثانیه'; @override String get timerPickerSecondLabelTwo => null; @@ -4022,7 +4022,7 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'امروز'; + String get todayLabel => 'امروز'; } /// The translations for Finnish (`fi`). @@ -4053,22 +4053,22 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Ilmoitus'; + String get alertDialogLabel => 'Ilmoitus'; @override - String get anteMeridiemAbbreviation => r'ap'; + String get anteMeridiemAbbreviation => 'ap'; @override - String get copyButtonLabel => r'Kopioi'; + String get copyButtonLabel => 'Kopioi'; @override - String get cutButtonLabel => r'Leikkaa'; + String get cutButtonLabel => 'Leikkaa'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -4095,7 +4095,7 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minuutti'; + String get datePickerMinuteSemanticsLabelOne => '1 minuutti'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minuuttia'; @@ -4107,13 +4107,13 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Liitä'; + String get pasteButtonLabel => 'Liitä'; @override - String get postMeridiemAbbreviation => r'ip'; + String get postMeridiemAbbreviation => 'ip'; @override - String get selectAllButtonLabel => r'Valitse kaikki'; + String get selectAllButtonLabel => 'Valitse kaikki'; @override String get timerPickerHourLabelFew => null; @@ -4122,10 +4122,10 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'tunti'; + String get timerPickerHourLabelOne => 'tunti'; @override - String get timerPickerHourLabelOther => r'tuntia'; + String get timerPickerHourLabelOther => 'tuntia'; @override String get timerPickerHourLabelTwo => null; @@ -4140,10 +4140,10 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'min'; + String get timerPickerMinuteLabelOne => 'min'; @override - String get timerPickerMinuteLabelOther => r'min'; + String get timerPickerMinuteLabelOther => 'min'; @override String get timerPickerMinuteLabelTwo => null; @@ -4158,10 +4158,10 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r's'; + String get timerPickerSecondLabelOne => 's'; @override - String get timerPickerSecondLabelOther => r's'; + String get timerPickerSecondLabelOther => 's'; @override String get timerPickerSecondLabelTwo => null; @@ -4170,7 +4170,7 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Tänään'; + String get todayLabel => 'Tänään'; } /// The translations for Filipino Pilipino (`fil`). @@ -4201,22 +4201,22 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Alerto'; + String get alertDialogLabel => 'Alerto'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get copyButtonLabel => r'Kopyahin'; + String get copyButtonLabel => 'Kopyahin'; @override - String get cutButtonLabel => r'I-cut'; + String get cutButtonLabel => 'I-cut'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => 'mdy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -4243,7 +4243,7 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minuto'; + String get datePickerMinuteSemanticsLabelOne => '1 minuto'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute na minuto'; @@ -4255,13 +4255,13 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'I-paste'; + String get pasteButtonLabel => 'I-paste'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get selectAllButtonLabel => r'Piliin Lahat'; + String get selectAllButtonLabel => 'Piliin Lahat'; @override String get timerPickerHourLabelFew => null; @@ -4270,10 +4270,10 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'oras'; + String get timerPickerHourLabelOne => 'oras'; @override - String get timerPickerHourLabelOther => r'na oras'; + String get timerPickerHourLabelOther => 'na oras'; @override String get timerPickerHourLabelTwo => null; @@ -4288,10 +4288,10 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'min.'; + String get timerPickerMinuteLabelOne => 'min.'; @override - String get timerPickerMinuteLabelOther => r'na min.'; + String get timerPickerMinuteLabelOther => 'na min.'; @override String get timerPickerMinuteLabelTwo => null; @@ -4306,10 +4306,10 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'seg.'; + String get timerPickerSecondLabelOne => 'seg.'; @override - String get timerPickerSecondLabelOther => r'na seg.'; + String get timerPickerSecondLabelOther => 'na seg.'; @override String get timerPickerSecondLabelTwo => null; @@ -4318,7 +4318,7 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Ngayon'; + String get todayLabel => 'Ngayon'; } /// The translations for French (`fr`). @@ -4349,22 +4349,22 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Alerte'; + String get alertDialogLabel => 'Alerte'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get copyButtonLabel => r'Copier'; + String get copyButtonLabel => 'Copier'; @override - String get cutButtonLabel => r'Couper'; + String get cutButtonLabel => 'Couper'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -4391,7 +4391,7 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minute'; + String get datePickerMinuteSemanticsLabelOne => '1 minute'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minutes'; @@ -4403,13 +4403,13 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Coller'; + String get pasteButtonLabel => 'Coller'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get selectAllButtonLabel => r'Tout sélect.'; + String get selectAllButtonLabel => 'Tout sélect.'; @override String get timerPickerHourLabelFew => null; @@ -4418,10 +4418,10 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'heure'; + String get timerPickerHourLabelOne => 'heure'; @override - String get timerPickerHourLabelOther => r'heures'; + String get timerPickerHourLabelOther => 'heures'; @override String get timerPickerHourLabelTwo => null; @@ -4436,10 +4436,10 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'minute'; + String get timerPickerMinuteLabelOne => 'minute'; @override - String get timerPickerMinuteLabelOther => r'minutes'; + String get timerPickerMinuteLabelOther => 'minutes'; @override String get timerPickerMinuteLabelTwo => null; @@ -4454,10 +4454,10 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r's'; + String get timerPickerSecondLabelOne => 's'; @override - String get timerPickerSecondLabelOther => r's'; + String get timerPickerSecondLabelOther => 's'; @override String get timerPickerSecondLabelTwo => null; @@ -4466,7 +4466,7 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'aujourd' "'" r'hui'; + String get todayLabel => "aujourd'hui"; } /// The translations for French, as used in Canada (`fr_CA`). @@ -4503,22 +4503,22 @@ class CupertinoLocalizationFrCa extends CupertinoLocalizationFr { String get datePickerHourSemanticsLabelOther => r'$hour heures'; @override - String get anteMeridiemAbbreviation => r'am'; + String get anteMeridiemAbbreviation => 'am'; @override - String get postMeridiemAbbreviation => r'pm'; + String get postMeridiemAbbreviation => 'pm'; @override - String get todayLabel => r'Aujourd' "'" r'hui'; + String get todayLabel => "Aujourd'hui"; @override - String get timerPickerMinuteLabelOne => r'min'; + String get timerPickerMinuteLabelOne => 'min'; @override - String get timerPickerMinuteLabelOther => r'min'; + String get timerPickerMinuteLabelOther => 'min'; @override - String get selectAllButtonLabel => r'Tout sélectionner'; + String get selectAllButtonLabel => 'Tout sélectionner'; } /// The translations for Galician (`gl`). @@ -4549,22 +4549,22 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Alerta'; + String get alertDialogLabel => 'Alerta'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => 'a.m.'; @override - String get copyButtonLabel => r'Copiar'; + String get copyButtonLabel => 'Copiar'; @override - String get cutButtonLabel => r'Cortar'; + String get cutButtonLabel => 'Cortar'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -4591,7 +4591,7 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minuto'; + String get datePickerMinuteSemanticsLabelOne => '1 minuto'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minutos'; @@ -4603,13 +4603,13 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Pegar'; + String get pasteButtonLabel => 'Pegar'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => 'p.m.'; @override - String get selectAllButtonLabel => r'Seleccionar todo'; + String get selectAllButtonLabel => 'Seleccionar todo'; @override String get timerPickerHourLabelFew => null; @@ -4618,10 +4618,10 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'hora'; + String get timerPickerHourLabelOne => 'hora'; @override - String get timerPickerHourLabelOther => r'horas'; + String get timerPickerHourLabelOther => 'horas'; @override String get timerPickerHourLabelTwo => null; @@ -4636,10 +4636,10 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'min'; + String get timerPickerMinuteLabelOne => 'min'; @override - String get timerPickerMinuteLabelOther => r'min'; + String get timerPickerMinuteLabelOther => 'min'; @override String get timerPickerMinuteLabelTwo => null; @@ -4654,10 +4654,10 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r's'; + String get timerPickerSecondLabelOne => 's'; @override - String get timerPickerSecondLabelOther => r's'; + String get timerPickerSecondLabelOther => 's'; @override String get timerPickerSecondLabelTwo => null; @@ -4666,7 +4666,7 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Hoxe'; + String get todayLabel => 'Hoxe'; } /// The translations for Swiss German Alemannic Alsatian (`gsw`). @@ -4697,22 +4697,22 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Benachrichtigung'; + String get alertDialogLabel => 'Benachrichtigung'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get copyButtonLabel => r'Kopieren'; + String get copyButtonLabel => 'Kopieren'; @override - String get cutButtonLabel => r'Ausschneiden'; + String get cutButtonLabel => 'Ausschneiden'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -4739,7 +4739,7 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 Minute'; + String get datePickerMinuteSemanticsLabelOne => '1 Minute'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute Minuten'; @@ -4751,13 +4751,13 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Einsetzen'; + String get pasteButtonLabel => 'Einsetzen'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get selectAllButtonLabel => r'Alles auswählen'; + String get selectAllButtonLabel => 'Alles auswählen'; @override String get timerPickerHourLabelFew => null; @@ -4766,10 +4766,10 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'Stunde'; + String get timerPickerHourLabelOne => 'Stunde'; @override - String get timerPickerHourLabelOther => r'Stunden'; + String get timerPickerHourLabelOther => 'Stunden'; @override String get timerPickerHourLabelTwo => null; @@ -4784,10 +4784,10 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'min'; + String get timerPickerMinuteLabelOne => 'min'; @override - String get timerPickerMinuteLabelOther => r'min'; + String get timerPickerMinuteLabelOther => 'min'; @override String get timerPickerMinuteLabelTwo => null; @@ -4802,10 +4802,10 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r's'; + String get timerPickerSecondLabelOne => 's'; @override - String get timerPickerSecondLabelOther => r's'; + String get timerPickerSecondLabelOther => 's'; @override String get timerPickerSecondLabelTwo => null; @@ -4814,7 +4814,7 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Heute'; + String get todayLabel => 'Heute'; } /// The translations for Gujarati (`gu`). @@ -4845,22 +4845,22 @@ class CupertinoLocalizationGu extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'અલર્ટ'; + String get alertDialogLabel => 'અલર્ટ'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get copyButtonLabel => r'કૉપિ કરો'; + String get copyButtonLabel => 'કૉપિ કરો'; @override - String get cutButtonLabel => r'કાપો'; + String get cutButtonLabel => 'કાપો'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -4887,7 +4887,7 @@ class CupertinoLocalizationGu extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 મિનિટ'; + String get datePickerMinuteSemanticsLabelOne => '1 મિનિટ'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute મિનિટ'; @@ -4899,13 +4899,13 @@ class CupertinoLocalizationGu extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'પેસ્ટ કરો'; + String get pasteButtonLabel => 'પેસ્ટ કરો'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get selectAllButtonLabel => r'બધા પસંદ કરો'; + String get selectAllButtonLabel => 'બધા પસંદ કરો'; @override String get timerPickerHourLabelFew => null; @@ -4914,10 +4914,10 @@ class CupertinoLocalizationGu extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'કલાક'; + String get timerPickerHourLabelOne => 'કલાક'; @override - String get timerPickerHourLabelOther => r'કલાક'; + String get timerPickerHourLabelOther => 'કલાક'; @override String get timerPickerHourLabelTwo => null; @@ -4932,10 +4932,10 @@ class CupertinoLocalizationGu extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'મિનિટ'; + String get timerPickerMinuteLabelOne => 'મિનિટ'; @override - String get timerPickerMinuteLabelOther => r'મિનિટ'; + String get timerPickerMinuteLabelOther => 'મિનિટ'; @override String get timerPickerMinuteLabelTwo => null; @@ -4950,10 +4950,10 @@ class CupertinoLocalizationGu extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'સેકન્ડ'; + String get timerPickerSecondLabelOne => 'સેકન્ડ'; @override - String get timerPickerSecondLabelOther => r'સેકન્ડ'; + String get timerPickerSecondLabelOther => 'સેકન્ડ'; @override String get timerPickerSecondLabelTwo => null; @@ -4962,7 +4962,7 @@ class CupertinoLocalizationGu extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'આજે'; + String get todayLabel => 'આજે'; } /// The translations for Hebrew (`he`). @@ -4993,22 +4993,22 @@ class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'התראה'; + String get alertDialogLabel => 'התראה'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get copyButtonLabel => r'העתקה'; + String get copyButtonLabel => 'העתקה'; @override - String get cutButtonLabel => r'גזירה'; + String get cutButtonLabel => 'גזירה'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -5035,7 +5035,7 @@ class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => r'$minute דקות'; @override - String get datePickerMinuteSemanticsLabelOne => r'דקה אחת'; + String get datePickerMinuteSemanticsLabelOne => 'דקה אחת'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute דקות'; @@ -5047,28 +5047,28 @@ class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'הדבקה'; + String get pasteButtonLabel => 'הדבקה'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get selectAllButtonLabel => r'בחירת הכול'; + String get selectAllButtonLabel => 'בחירת הכול'; @override String get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => r'שעות'; + String get timerPickerHourLabelMany => 'שעות'; @override - String get timerPickerHourLabelOne => r'שעה'; + String get timerPickerHourLabelOne => 'שעה'; @override - String get timerPickerHourLabelOther => r'שעות'; + String get timerPickerHourLabelOther => 'שעות'; @override - String get timerPickerHourLabelTwo => r'שעות'; + String get timerPickerHourLabelTwo => 'שעות'; @override String get timerPickerHourLabelZero => null; @@ -5077,16 +5077,16 @@ class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => r'דק’'; + String get timerPickerMinuteLabelMany => 'דק’'; @override - String get timerPickerMinuteLabelOne => r'דק’'; + String get timerPickerMinuteLabelOne => 'דק’'; @override - String get timerPickerMinuteLabelOther => r'דק’'; + String get timerPickerMinuteLabelOther => 'דק’'; @override - String get timerPickerMinuteLabelTwo => r'דק’'; + String get timerPickerMinuteLabelTwo => 'דק’'; @override String get timerPickerMinuteLabelZero => null; @@ -5095,22 +5095,22 @@ class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => r'שנ’'; + String get timerPickerSecondLabelMany => 'שנ’'; @override - String get timerPickerSecondLabelOne => r'שנ’'; + String get timerPickerSecondLabelOne => 'שנ’'; @override - String get timerPickerSecondLabelOther => r'שנ’'; + String get timerPickerSecondLabelOther => 'שנ’'; @override - String get timerPickerSecondLabelTwo => r'שנ’'; + String get timerPickerSecondLabelTwo => 'שנ’'; @override String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'היום'; + String get todayLabel => 'היום'; } /// The translations for Hindi (`hi`). @@ -5141,22 +5141,22 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'अलर्ट'; + String get alertDialogLabel => 'अलर्ट'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get copyButtonLabel => r'कॉपी करें'; + String get copyButtonLabel => 'कॉपी करें'; @override - String get cutButtonLabel => r'काटें'; + String get cutButtonLabel => 'काटें'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -5183,7 +5183,7 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 मिनट'; + String get datePickerMinuteSemanticsLabelOne => '1 मिनट'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute मिनट'; @@ -5195,13 +5195,13 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'चिपकाएं'; + String get pasteButtonLabel => 'चिपकाएं'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get selectAllButtonLabel => r'सभी चुनें'; + String get selectAllButtonLabel => 'सभी चुनें'; @override String get timerPickerHourLabelFew => null; @@ -5210,10 +5210,10 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'घंटा'; + String get timerPickerHourLabelOne => 'घंटा'; @override - String get timerPickerHourLabelOther => r'घंटे'; + String get timerPickerHourLabelOther => 'घंटे'; @override String get timerPickerHourLabelTwo => null; @@ -5228,10 +5228,10 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'मिनट'; + String get timerPickerMinuteLabelOne => 'मिनट'; @override - String get timerPickerMinuteLabelOther => r'मिनट'; + String get timerPickerMinuteLabelOther => 'मिनट'; @override String get timerPickerMinuteLabelTwo => null; @@ -5246,10 +5246,10 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'सेकंड'; + String get timerPickerSecondLabelOne => 'सेकंड'; @override - String get timerPickerSecondLabelOther => r'सेकंड'; + String get timerPickerSecondLabelOther => 'सेकंड'; @override String get timerPickerSecondLabelTwo => null; @@ -5258,7 +5258,7 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'आज'; + String get todayLabel => 'आज'; } /// The translations for Croatian (`hr`). @@ -5289,22 +5289,22 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Upozorenje'; + String get alertDialogLabel => 'Upozorenje'; @override - String get anteMeridiemAbbreviation => r'prijepodne'; + String get anteMeridiemAbbreviation => 'prijepodne'; @override - String get copyButtonLabel => r'Kopiraj'; + String get copyButtonLabel => 'Kopiraj'; @override - String get cutButtonLabel => r'Izreži'; + String get cutButtonLabel => 'Izreži'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => r'$hour sata'; @@ -5331,7 +5331,7 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'Jedna minuta'; + String get datePickerMinuteSemanticsLabelOne => 'Jedna minuta'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minuta'; @@ -5343,25 +5343,25 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Zalijepi'; + String get pasteButtonLabel => 'Zalijepi'; @override - String get postMeridiemAbbreviation => r'popodne'; + String get postMeridiemAbbreviation => 'popodne'; @override - String get selectAllButtonLabel => r'Odaberi sve'; + String get selectAllButtonLabel => 'Odaberi sve'; @override - String get timerPickerHourLabelFew => r'sata'; + String get timerPickerHourLabelFew => 'sata'; @override String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'sat'; + String get timerPickerHourLabelOne => 'sat'; @override - String get timerPickerHourLabelOther => r'sati'; + String get timerPickerHourLabelOther => 'sati'; @override String get timerPickerHourLabelTwo => null; @@ -5370,16 +5370,16 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { String get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => r'min'; + String get timerPickerMinuteLabelFew => 'min'; @override String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'min'; + String get timerPickerMinuteLabelOne => 'min'; @override - String get timerPickerMinuteLabelOther => r'min'; + String get timerPickerMinuteLabelOther => 'min'; @override String get timerPickerMinuteLabelTwo => null; @@ -5388,16 +5388,16 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => r's'; + String get timerPickerSecondLabelFew => 's'; @override String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r's'; + String get timerPickerSecondLabelOne => 's'; @override - String get timerPickerSecondLabelOther => r's'; + String get timerPickerSecondLabelOther => 's'; @override String get timerPickerSecondLabelTwo => null; @@ -5406,7 +5406,7 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Danas'; + String get todayLabel => 'Danas'; } /// The translations for Hungarian (`hu`). @@ -5437,22 +5437,22 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Értesítés'; + String get alertDialogLabel => 'Értesítés'; @override - String get anteMeridiemAbbreviation => r'de.'; + String get anteMeridiemAbbreviation => 'de.'; @override - String get copyButtonLabel => r'Másolás'; + String get copyButtonLabel => 'Másolás'; @override - String get cutButtonLabel => r'Kivágás'; + String get cutButtonLabel => 'Kivágás'; @override - String get datePickerDateOrderString => r'ymd'; + String get datePickerDateOrderString => 'ymd'; @override - String get datePickerDateTimeOrderString => r'date_dayPeriod_time'; + String get datePickerDateTimeOrderString => 'date_dayPeriod_time'; @override String get datePickerHourSemanticsLabelFew => null; @@ -5479,7 +5479,7 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 perc'; + String get datePickerMinuteSemanticsLabelOne => '1 perc'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute perc'; @@ -5491,13 +5491,13 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Beillesztés'; + String get pasteButtonLabel => 'Beillesztés'; @override - String get postMeridiemAbbreviation => r'du.'; + String get postMeridiemAbbreviation => 'du.'; @override - String get selectAllButtonLabel => r'Összes kijelölése'; + String get selectAllButtonLabel => 'Összes kijelölése'; @override String get timerPickerHourLabelFew => null; @@ -5506,10 +5506,10 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'óra'; + String get timerPickerHourLabelOne => 'óra'; @override - String get timerPickerHourLabelOther => r'óra'; + String get timerPickerHourLabelOther => 'óra'; @override String get timerPickerHourLabelTwo => null; @@ -5524,10 +5524,10 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'perc'; + String get timerPickerMinuteLabelOne => 'perc'; @override - String get timerPickerMinuteLabelOther => r'perc'; + String get timerPickerMinuteLabelOther => 'perc'; @override String get timerPickerMinuteLabelTwo => null; @@ -5542,10 +5542,10 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'mp'; + String get timerPickerSecondLabelOne => 'mp'; @override - String get timerPickerSecondLabelOther => r'mp'; + String get timerPickerSecondLabelOther => 'mp'; @override String get timerPickerSecondLabelTwo => null; @@ -5554,7 +5554,7 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Ma'; + String get todayLabel => 'Ma'; } /// The translations for Armenian (`hy`). @@ -5585,22 +5585,22 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Ծանուցում'; + String get alertDialogLabel => 'Ծանուցում'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get copyButtonLabel => r'Պատճենել'; + String get copyButtonLabel => 'Պատճենել'; @override - String get cutButtonLabel => r'Կտրել'; + String get cutButtonLabel => 'Կտրել'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -5627,7 +5627,7 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 րոպե'; + String get datePickerMinuteSemanticsLabelOne => '1 րոպե'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute րոպե'; @@ -5639,13 +5639,13 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Տեղադրել'; + String get pasteButtonLabel => 'Տեղադրել'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get selectAllButtonLabel => r'Նշել բոլորը'; + String get selectAllButtonLabel => 'Նշել բոլորը'; @override String get timerPickerHourLabelFew => null; @@ -5654,10 +5654,10 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'ժամ'; + String get timerPickerHourLabelOne => 'ժամ'; @override - String get timerPickerHourLabelOther => r'ժամ'; + String get timerPickerHourLabelOther => 'ժամ'; @override String get timerPickerHourLabelTwo => null; @@ -5672,10 +5672,10 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'րոպե'; + String get timerPickerMinuteLabelOne => 'րոպե'; @override - String get timerPickerMinuteLabelOther => r'րոպե'; + String get timerPickerMinuteLabelOther => 'րոպե'; @override String get timerPickerMinuteLabelTwo => null; @@ -5690,10 +5690,10 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'վրկ'; + String get timerPickerSecondLabelOne => 'վրկ'; @override - String get timerPickerSecondLabelOther => r'վրկ'; + String get timerPickerSecondLabelOther => 'վրկ'; @override String get timerPickerSecondLabelTwo => null; @@ -5702,7 +5702,7 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Այսօր'; + String get todayLabel => 'Այսօր'; } /// The translations for Indonesian (`id`). @@ -5733,22 +5733,22 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Notifikasi'; + String get alertDialogLabel => 'Notifikasi'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get copyButtonLabel => r'Salin'; + String get copyButtonLabel => 'Salin'; @override - String get cutButtonLabel => r'Potong'; + String get cutButtonLabel => 'Potong'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -5775,7 +5775,7 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 menit'; + String get datePickerMinuteSemanticsLabelOne => '1 menit'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute menit'; @@ -5787,13 +5787,13 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Tempel'; + String get pasteButtonLabel => 'Tempel'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get selectAllButtonLabel => r'Pilih Semua'; + String get selectAllButtonLabel => 'Pilih Semua'; @override String get timerPickerHourLabelFew => null; @@ -5802,10 +5802,10 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'jam'; + String get timerPickerHourLabelOne => 'jam'; @override - String get timerPickerHourLabelOther => r'jam'; + String get timerPickerHourLabelOther => 'jam'; @override String get timerPickerHourLabelTwo => null; @@ -5820,10 +5820,10 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'mnt.'; + String get timerPickerMinuteLabelOne => 'mnt.'; @override - String get timerPickerMinuteLabelOther => r'mnt.'; + String get timerPickerMinuteLabelOther => 'mnt.'; @override String get timerPickerMinuteLabelTwo => null; @@ -5838,10 +5838,10 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'dtk.'; + String get timerPickerSecondLabelOne => 'dtk.'; @override - String get timerPickerSecondLabelOther => r'dtk.'; + String get timerPickerSecondLabelOther => 'dtk.'; @override String get timerPickerSecondLabelTwo => null; @@ -5850,7 +5850,7 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Hari ini'; + String get todayLabel => 'Hari ini'; } /// The translations for Icelandic (`is`). @@ -5881,22 +5881,22 @@ class CupertinoLocalizationIs extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Tilkynning'; + String get alertDialogLabel => 'Tilkynning'; @override - String get anteMeridiemAbbreviation => r'f.h.'; + String get anteMeridiemAbbreviation => 'f.h.'; @override - String get copyButtonLabel => r'Afrita'; + String get copyButtonLabel => 'Afrita'; @override - String get cutButtonLabel => r'Klippa'; + String get cutButtonLabel => 'Klippa'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -5923,7 +5923,7 @@ class CupertinoLocalizationIs extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 mínúta'; + String get datePickerMinuteSemanticsLabelOne => '1 mínúta'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute mínútur'; @@ -5935,13 +5935,13 @@ class CupertinoLocalizationIs extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Líma'; + String get pasteButtonLabel => 'Líma'; @override - String get postMeridiemAbbreviation => r'e.h.'; + String get postMeridiemAbbreviation => 'e.h.'; @override - String get selectAllButtonLabel => r'Velja allt'; + String get selectAllButtonLabel => 'Velja allt'; @override String get timerPickerHourLabelFew => null; @@ -5950,10 +5950,10 @@ class CupertinoLocalizationIs extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'klukkustund'; + String get timerPickerHourLabelOne => 'klukkustund'; @override - String get timerPickerHourLabelOther => r'klukkustundir'; + String get timerPickerHourLabelOther => 'klukkustundir'; @override String get timerPickerHourLabelTwo => null; @@ -5968,10 +5968,10 @@ class CupertinoLocalizationIs extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'mín.'; + String get timerPickerMinuteLabelOne => 'mín.'; @override - String get timerPickerMinuteLabelOther => r'mín.'; + String get timerPickerMinuteLabelOther => 'mín.'; @override String get timerPickerMinuteLabelTwo => null; @@ -5986,10 +5986,10 @@ class CupertinoLocalizationIs extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'sek.'; + String get timerPickerSecondLabelOne => 'sek.'; @override - String get timerPickerSecondLabelOther => r'sek.'; + String get timerPickerSecondLabelOther => 'sek.'; @override String get timerPickerSecondLabelTwo => null; @@ -5998,7 +5998,7 @@ class CupertinoLocalizationIs extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Í dag'; + String get todayLabel => 'Í dag'; } /// The translations for Italian (`it`). @@ -6029,22 +6029,22 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Avviso'; + String get alertDialogLabel => 'Avviso'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get copyButtonLabel => r'Copia'; + String get copyButtonLabel => 'Copia'; @override - String get cutButtonLabel => r'Taglia'; + String get cutButtonLabel => 'Taglia'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -6071,7 +6071,7 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minuto'; + String get datePickerMinuteSemanticsLabelOne => '1 minuto'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minuti'; @@ -6083,13 +6083,13 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Incolla'; + String get pasteButtonLabel => 'Incolla'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get selectAllButtonLabel => r'Seleziona tutto'; + String get selectAllButtonLabel => 'Seleziona tutto'; @override String get timerPickerHourLabelFew => null; @@ -6098,10 +6098,10 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'ora'; + String get timerPickerHourLabelOne => 'ora'; @override - String get timerPickerHourLabelOther => r'ore'; + String get timerPickerHourLabelOther => 'ore'; @override String get timerPickerHourLabelTwo => null; @@ -6116,10 +6116,10 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'min.'; + String get timerPickerMinuteLabelOne => 'min.'; @override - String get timerPickerMinuteLabelOther => r'min.'; + String get timerPickerMinuteLabelOther => 'min.'; @override String get timerPickerMinuteLabelTwo => null; @@ -6134,10 +6134,10 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'sec.'; + String get timerPickerSecondLabelOne => 'sec.'; @override - String get timerPickerSecondLabelOther => r'sec.'; + String get timerPickerSecondLabelOther => 'sec.'; @override String get timerPickerSecondLabelTwo => null; @@ -6146,7 +6146,7 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Oggi'; + String get todayLabel => 'Oggi'; } /// The translations for Japanese (`ja`). @@ -6177,22 +6177,22 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'通知'; + String get alertDialogLabel => '通知'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get copyButtonLabel => r'コピー'; + String get copyButtonLabel => 'コピー'; @override - String get cutButtonLabel => r'切り取り'; + String get cutButtonLabel => '切り取り'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => 'mdy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -6219,7 +6219,7 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1分'; + String get datePickerMinuteSemanticsLabelOne => '1分'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute分'; @@ -6231,13 +6231,13 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'貼り付け'; + String get pasteButtonLabel => '貼り付け'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get selectAllButtonLabel => r'すべて選択'; + String get selectAllButtonLabel => 'すべて選択'; @override String get timerPickerHourLabelFew => null; @@ -6246,10 +6246,10 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'時間'; + String get timerPickerHourLabelOne => '時間'; @override - String get timerPickerHourLabelOther => r'時間'; + String get timerPickerHourLabelOther => '時間'; @override String get timerPickerHourLabelTwo => null; @@ -6264,10 +6264,10 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'分'; + String get timerPickerMinuteLabelOne => '分'; @override - String get timerPickerMinuteLabelOther => r'分'; + String get timerPickerMinuteLabelOther => '分'; @override String get timerPickerMinuteLabelTwo => null; @@ -6282,10 +6282,10 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'秒'; + String get timerPickerSecondLabelOne => '秒'; @override - String get timerPickerSecondLabelOther => r'秒'; + String get timerPickerSecondLabelOther => '秒'; @override String get timerPickerSecondLabelTwo => null; @@ -6294,7 +6294,7 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'今日'; + String get todayLabel => '今日'; } /// The translations for Georgian (`ka`). @@ -6325,22 +6325,22 @@ class CupertinoLocalizationKa extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'გაფრთხილება'; + String get alertDialogLabel => 'გაფრთხილება'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get copyButtonLabel => r'კოპირება'; + String get copyButtonLabel => 'კოპირება'; @override - String get cutButtonLabel => r'ამოჭრა'; + String get cutButtonLabel => 'ამოჭრა'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_dayPeriod_time'; + String get datePickerDateTimeOrderString => 'date_dayPeriod_time'; @override String get datePickerHourSemanticsLabelFew => null; @@ -6367,7 +6367,7 @@ class CupertinoLocalizationKa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 წუთი'; + String get datePickerMinuteSemanticsLabelOne => '1 წუთი'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute წუთი'; @@ -6379,13 +6379,13 @@ class CupertinoLocalizationKa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'ჩასმა'; + String get pasteButtonLabel => 'ჩასმა'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get selectAllButtonLabel => r'ყველას არჩევა'; + String get selectAllButtonLabel => 'ყველას არჩევა'; @override String get timerPickerHourLabelFew => null; @@ -6394,10 +6394,10 @@ class CupertinoLocalizationKa extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'საათი'; + String get timerPickerHourLabelOne => 'საათი'; @override - String get timerPickerHourLabelOther => r'საათი'; + String get timerPickerHourLabelOther => 'საათი'; @override String get timerPickerHourLabelTwo => null; @@ -6412,10 +6412,10 @@ class CupertinoLocalizationKa extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'წთ'; + String get timerPickerMinuteLabelOne => 'წთ'; @override - String get timerPickerMinuteLabelOther => r'წთ'; + String get timerPickerMinuteLabelOther => 'წთ'; @override String get timerPickerMinuteLabelTwo => null; @@ -6430,10 +6430,10 @@ class CupertinoLocalizationKa extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'წმ'; + String get timerPickerSecondLabelOne => 'წმ'; @override - String get timerPickerSecondLabelOther => r'წმ'; + String get timerPickerSecondLabelOther => 'წმ'; @override String get timerPickerSecondLabelTwo => null; @@ -6442,7 +6442,7 @@ class CupertinoLocalizationKa extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'დღეს'; + String get todayLabel => 'დღეს'; } /// The translations for Kazakh (`kk`). @@ -6473,22 +6473,22 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Дабыл'; + String get alertDialogLabel => 'Дабыл'; @override - String get anteMeridiemAbbreviation => r'түстен кейін'; + String get anteMeridiemAbbreviation => 'түстен кейін'; @override - String get copyButtonLabel => r'Көшіру'; + String get copyButtonLabel => 'Көшіру'; @override - String get cutButtonLabel => r'Қию'; + String get cutButtonLabel => 'Қию'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -6515,7 +6515,7 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 минут'; + String get datePickerMinuteSemanticsLabelOne => '1 минут'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute минут'; @@ -6527,13 +6527,13 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Қою'; + String get pasteButtonLabel => 'Қою'; @override - String get postMeridiemAbbreviation => r'түстен кейін'; + String get postMeridiemAbbreviation => 'түстен кейін'; @override - String get selectAllButtonLabel => r'Барлығын таңдау'; + String get selectAllButtonLabel => 'Барлығын таңдау'; @override String get timerPickerHourLabelFew => null; @@ -6542,10 +6542,10 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'сағат'; + String get timerPickerHourLabelOne => 'сағат'; @override - String get timerPickerHourLabelOther => r'сағат'; + String get timerPickerHourLabelOther => 'сағат'; @override String get timerPickerHourLabelTwo => null; @@ -6560,10 +6560,10 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'мин'; + String get timerPickerMinuteLabelOne => 'мин'; @override - String get timerPickerMinuteLabelOther => r'мин'; + String get timerPickerMinuteLabelOther => 'мин'; @override String get timerPickerMinuteLabelTwo => null; @@ -6578,10 +6578,10 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'сек'; + String get timerPickerSecondLabelOne => 'сек'; @override - String get timerPickerSecondLabelOther => r'сек'; + String get timerPickerSecondLabelOther => 'сек'; @override String get timerPickerSecondLabelTwo => null; @@ -6590,7 +6590,7 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Бүгін'; + String get todayLabel => 'Бүгін'; } /// The translations for Khmer Central Khmer (`km`). @@ -6621,22 +6621,22 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'ជូនដំណឹង'; + String get alertDialogLabel => 'ជូនដំណឹង'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get copyButtonLabel => r'ចម្លង'; + String get copyButtonLabel => 'ចម្លង'; @override - String get cutButtonLabel => r'កាត់'; + String get cutButtonLabel => 'កាត់'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -6663,7 +6663,7 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 នាទី'; + String get datePickerMinuteSemanticsLabelOne => '1 នាទី'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute នាទី'; @@ -6675,13 +6675,13 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'ដាក់​ចូល'; + String get pasteButtonLabel => 'ដាក់​ចូល'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get selectAllButtonLabel => r'ជ្រើសរើស​ទាំងអស់'; + String get selectAllButtonLabel => 'ជ្រើសរើស​ទាំងអស់'; @override String get timerPickerHourLabelFew => null; @@ -6690,10 +6690,10 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'ម៉ោង'; + String get timerPickerHourLabelOne => 'ម៉ោង'; @override - String get timerPickerHourLabelOther => r'ម៉ោង'; + String get timerPickerHourLabelOther => 'ម៉ោង'; @override String get timerPickerHourLabelTwo => null; @@ -6708,10 +6708,10 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'នាទី'; + String get timerPickerMinuteLabelOne => 'នាទី'; @override - String get timerPickerMinuteLabelOther => r'នាទី'; + String get timerPickerMinuteLabelOther => 'នាទី'; @override String get timerPickerMinuteLabelTwo => null; @@ -6726,10 +6726,10 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'វិនាទី'; + String get timerPickerSecondLabelOne => 'វិនាទី'; @override - String get timerPickerSecondLabelOther => r'វិនាទី'; + String get timerPickerSecondLabelOther => 'វិនាទី'; @override String get timerPickerSecondLabelTwo => null; @@ -6738,7 +6738,7 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'ថ្ងៃនេះ'; + String get todayLabel => 'ថ្ងៃនេះ'; } /// The translations for Kannada (`kn`). @@ -6781,10 +6781,10 @@ class CupertinoLocalizationKn extends GlobalCupertinoLocalizations { String get cutButtonLabel => '\u{c95}\u{ca4}\u{ccd}\u{ca4}\u{cb0}\u{cbf}\u{cb8}\u{cbf}'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -6917,22 +6917,22 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'알림'; + String get alertDialogLabel => '알림'; @override - String get anteMeridiemAbbreviation => r'오전'; + String get anteMeridiemAbbreviation => '오전'; @override - String get copyButtonLabel => r'복사'; + String get copyButtonLabel => '복사'; @override - String get cutButtonLabel => r'잘라냄'; + String get cutButtonLabel => '잘라냄'; @override - String get datePickerDateOrderString => r'ymd'; + String get datePickerDateOrderString => 'ymd'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -6959,7 +6959,7 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1분'; + String get datePickerMinuteSemanticsLabelOne => '1분'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute분'; @@ -6971,13 +6971,13 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'붙여넣기'; + String get pasteButtonLabel => '붙여넣기'; @override - String get postMeridiemAbbreviation => r'오후'; + String get postMeridiemAbbreviation => '오후'; @override - String get selectAllButtonLabel => r'전체 선택'; + String get selectAllButtonLabel => '전체 선택'; @override String get timerPickerHourLabelFew => null; @@ -6986,10 +6986,10 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'시간'; + String get timerPickerHourLabelOne => '시간'; @override - String get timerPickerHourLabelOther => r'시간'; + String get timerPickerHourLabelOther => '시간'; @override String get timerPickerHourLabelTwo => null; @@ -7004,10 +7004,10 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'분'; + String get timerPickerMinuteLabelOne => '분'; @override - String get timerPickerMinuteLabelOther => r'분'; + String get timerPickerMinuteLabelOther => '분'; @override String get timerPickerMinuteLabelTwo => null; @@ -7022,10 +7022,10 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'초'; + String get timerPickerSecondLabelOne => '초'; @override - String get timerPickerSecondLabelOther => r'초'; + String get timerPickerSecondLabelOther => '초'; @override String get timerPickerSecondLabelTwo => null; @@ -7034,7 +7034,7 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'오늘'; + String get todayLabel => '오늘'; } /// The translations for Kirghiz Kyrgyz (`ky`). @@ -7065,22 +7065,22 @@ class CupertinoLocalizationKy extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Эскертүү'; + String get alertDialogLabel => 'Эскертүү'; @override - String get anteMeridiemAbbreviation => r'түшкө чейин'; + String get anteMeridiemAbbreviation => 'түшкө чейин'; @override - String get copyButtonLabel => r'Көчүрүү'; + String get copyButtonLabel => 'Көчүрүү'; @override - String get cutButtonLabel => r'Кесүү'; + String get cutButtonLabel => 'Кесүү'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -7107,7 +7107,7 @@ class CupertinoLocalizationKy extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 мүнөт'; + String get datePickerMinuteSemanticsLabelOne => '1 мүнөт'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute мүнөт'; @@ -7119,13 +7119,13 @@ class CupertinoLocalizationKy extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Чаптоо'; + String get pasteButtonLabel => 'Чаптоо'; @override - String get postMeridiemAbbreviation => r'түштөн кийин'; + String get postMeridiemAbbreviation => 'түштөн кийин'; @override - String get selectAllButtonLabel => r'Баарын тандоо'; + String get selectAllButtonLabel => 'Баарын тандоо'; @override String get timerPickerHourLabelFew => null; @@ -7134,10 +7134,10 @@ class CupertinoLocalizationKy extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'саат'; + String get timerPickerHourLabelOne => 'саат'; @override - String get timerPickerHourLabelOther => r'саат'; + String get timerPickerHourLabelOther => 'саат'; @override String get timerPickerHourLabelTwo => null; @@ -7152,10 +7152,10 @@ class CupertinoLocalizationKy extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'мүн.'; + String get timerPickerMinuteLabelOne => 'мүн.'; @override - String get timerPickerMinuteLabelOther => r'мүн.'; + String get timerPickerMinuteLabelOther => 'мүн.'; @override String get timerPickerMinuteLabelTwo => null; @@ -7170,10 +7170,10 @@ class CupertinoLocalizationKy extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'сек.'; + String get timerPickerSecondLabelOne => 'сек.'; @override - String get timerPickerSecondLabelOther => r'сек.'; + String get timerPickerSecondLabelOther => 'сек.'; @override String get timerPickerSecondLabelTwo => null; @@ -7182,7 +7182,7 @@ class CupertinoLocalizationKy extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Бүгүн'; + String get todayLabel => 'Бүгүн'; } /// The translations for Lao (`lo`). @@ -7213,22 +7213,22 @@ class CupertinoLocalizationLo extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'ການເຕືອນ'; + String get alertDialogLabel => 'ການເຕືອນ'; @override - String get anteMeridiemAbbreviation => r'ກ່ອນທ່ຽງ'; + String get anteMeridiemAbbreviation => 'ກ່ອນທ່ຽງ'; @override - String get copyButtonLabel => r'ສຳເນົາ'; + String get copyButtonLabel => 'ສຳເນົາ'; @override - String get cutButtonLabel => r'ຕັດ'; + String get cutButtonLabel => 'ຕັດ'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => 'mdy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -7255,7 +7255,7 @@ class CupertinoLocalizationLo extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 ນາທີ'; + String get datePickerMinuteSemanticsLabelOne => '1 ນາທີ'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute ນາທີ'; @@ -7267,13 +7267,13 @@ class CupertinoLocalizationLo extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'ວາງ'; + String get pasteButtonLabel => 'ວາງ'; @override - String get postMeridiemAbbreviation => r'ຫຼັງທ່ຽງ'; + String get postMeridiemAbbreviation => 'ຫຼັງທ່ຽງ'; @override - String get selectAllButtonLabel => r'ເລືອກທັງໝົດ'; + String get selectAllButtonLabel => 'ເລືອກທັງໝົດ'; @override String get timerPickerHourLabelFew => null; @@ -7282,10 +7282,10 @@ class CupertinoLocalizationLo extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'ຊົ່ວໂມງ'; + String get timerPickerHourLabelOne => 'ຊົ່ວໂມງ'; @override - String get timerPickerHourLabelOther => r'ຊົ່ວໂມງ'; + String get timerPickerHourLabelOther => 'ຊົ່ວໂມງ'; @override String get timerPickerHourLabelTwo => null; @@ -7300,10 +7300,10 @@ class CupertinoLocalizationLo extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'ນທ.'; + String get timerPickerMinuteLabelOne => 'ນທ.'; @override - String get timerPickerMinuteLabelOther => r'ນທ.'; + String get timerPickerMinuteLabelOther => 'ນທ.'; @override String get timerPickerMinuteLabelTwo => null; @@ -7318,10 +7318,10 @@ class CupertinoLocalizationLo extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'ວິ.'; + String get timerPickerSecondLabelOne => 'ວິ.'; @override - String get timerPickerSecondLabelOther => r'ວິ.'; + String get timerPickerSecondLabelOther => 'ວິ.'; @override String get timerPickerSecondLabelTwo => null; @@ -7330,7 +7330,7 @@ class CupertinoLocalizationLo extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'ມື້ນີ້'; + String get todayLabel => 'ມື້ນີ້'; } /// The translations for Lithuanian (`lt`). @@ -7361,22 +7361,22 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Įspėjimas'; + String get alertDialogLabel => 'Įspėjimas'; @override - String get anteMeridiemAbbreviation => r'priešpiet'; + String get anteMeridiemAbbreviation => 'priešpiet'; @override - String get copyButtonLabel => r'Kopijuoti'; + String get copyButtonLabel => 'Kopijuoti'; @override - String get cutButtonLabel => r'Iškirpti'; + String get cutButtonLabel => 'Iškirpti'; @override - String get datePickerDateOrderString => r'ymd'; + String get datePickerDateOrderString => 'ymd'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => r'$hour val.'; @@ -7403,7 +7403,7 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => r'$minute min.'; @override - String get datePickerMinuteSemanticsLabelOne => r'1 min.'; + String get datePickerMinuteSemanticsLabelOne => '1 min.'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute min.'; @@ -7415,25 +7415,25 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Įklijuoti'; + String get pasteButtonLabel => 'Įklijuoti'; @override - String get postMeridiemAbbreviation => r'popiet'; + String get postMeridiemAbbreviation => 'popiet'; @override - String get selectAllButtonLabel => r'Pasirinkti viską'; + String get selectAllButtonLabel => 'Pasirinkti viską'; @override - String get timerPickerHourLabelFew => r'val.'; + String get timerPickerHourLabelFew => 'val.'; @override - String get timerPickerHourLabelMany => r'val.'; + String get timerPickerHourLabelMany => 'val.'; @override - String get timerPickerHourLabelOne => r'val.'; + String get timerPickerHourLabelOne => 'val.'; @override - String get timerPickerHourLabelOther => r'val.'; + String get timerPickerHourLabelOther => 'val.'; @override String get timerPickerHourLabelTwo => null; @@ -7442,16 +7442,16 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { String get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => r'min.'; + String get timerPickerMinuteLabelFew => 'min.'; @override - String get timerPickerMinuteLabelMany => r'min.'; + String get timerPickerMinuteLabelMany => 'min.'; @override - String get timerPickerMinuteLabelOne => r'min.'; + String get timerPickerMinuteLabelOne => 'min.'; @override - String get timerPickerMinuteLabelOther => r'min.'; + String get timerPickerMinuteLabelOther => 'min.'; @override String get timerPickerMinuteLabelTwo => null; @@ -7460,16 +7460,16 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => r'sek.'; + String get timerPickerSecondLabelFew => 'sek.'; @override - String get timerPickerSecondLabelMany => r'sek.'; + String get timerPickerSecondLabelMany => 'sek.'; @override - String get timerPickerSecondLabelOne => r'sek.'; + String get timerPickerSecondLabelOne => 'sek.'; @override - String get timerPickerSecondLabelOther => r'sek.'; + String get timerPickerSecondLabelOther => 'sek.'; @override String get timerPickerSecondLabelTwo => null; @@ -7478,7 +7478,7 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Šiandien'; + String get todayLabel => 'Šiandien'; } /// The translations for Latvian (`lv`). @@ -7509,22 +7509,22 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Brīdinājums'; + String get alertDialogLabel => 'Brīdinājums'; @override - String get anteMeridiemAbbreviation => r'priekšpusdienā'; + String get anteMeridiemAbbreviation => 'priekšpusdienā'; @override - String get copyButtonLabel => r'Kopēt'; + String get copyButtonLabel => 'Kopēt'; @override - String get cutButtonLabel => r'Izgriezt'; + String get cutButtonLabel => 'Izgriezt'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => 'mdy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -7551,7 +7551,7 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minūte'; + String get datePickerMinuteSemanticsLabelOne => '1 minūte'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minūtes'; @@ -7563,13 +7563,13 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => r'$minute minūtes'; @override - String get pasteButtonLabel => r'Ielīmēt'; + String get pasteButtonLabel => 'Ielīmēt'; @override - String get postMeridiemAbbreviation => r'pēcpusdienā'; + String get postMeridiemAbbreviation => 'pēcpusdienā'; @override - String get selectAllButtonLabel => r'Atlasīt visu'; + String get selectAllButtonLabel => 'Atlasīt visu'; @override String get timerPickerHourLabelFew => null; @@ -7578,16 +7578,16 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'h'; + String get timerPickerHourLabelOne => 'h'; @override - String get timerPickerHourLabelOther => r'h'; + String get timerPickerHourLabelOther => 'h'; @override String get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => r'h'; + String get timerPickerHourLabelZero => 'h'; @override String get timerPickerMinuteLabelFew => null; @@ -7596,16 +7596,16 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'min'; + String get timerPickerMinuteLabelOne => 'min'; @override - String get timerPickerMinuteLabelOther => r'min'; + String get timerPickerMinuteLabelOther => 'min'; @override String get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => r'min'; + String get timerPickerMinuteLabelZero => 'min'; @override String get timerPickerSecondLabelFew => null; @@ -7614,19 +7614,19 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r's'; + String get timerPickerSecondLabelOne => 's'; @override - String get timerPickerSecondLabelOther => r's'; + String get timerPickerSecondLabelOther => 's'; @override String get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => r's'; + String get timerPickerSecondLabelZero => 's'; @override - String get todayLabel => r'Šodien'; + String get todayLabel => 'Šodien'; } /// The translations for Macedonian (`mk`). @@ -7657,22 +7657,22 @@ class CupertinoLocalizationMk extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Предупредување'; + String get alertDialogLabel => 'Предупредување'; @override - String get anteMeridiemAbbreviation => r'ПРЕТПЛАДНЕ'; + String get anteMeridiemAbbreviation => 'ПРЕТПЛАДНЕ'; @override - String get copyButtonLabel => r'Копирај'; + String get copyButtonLabel => 'Копирај'; @override - String get cutButtonLabel => r'Исечи'; + String get cutButtonLabel => 'Исечи'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -7699,7 +7699,7 @@ class CupertinoLocalizationMk extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 минута'; + String get datePickerMinuteSemanticsLabelOne => '1 минута'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute минути'; @@ -7711,13 +7711,13 @@ class CupertinoLocalizationMk extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Залепи'; + String get pasteButtonLabel => 'Залепи'; @override - String get postMeridiemAbbreviation => r'ПОПЛАДНЕ'; + String get postMeridiemAbbreviation => 'ПОПЛАДНЕ'; @override - String get selectAllButtonLabel => r'Избери ги сите'; + String get selectAllButtonLabel => 'Избери ги сите'; @override String get timerPickerHourLabelFew => null; @@ -7726,10 +7726,10 @@ class CupertinoLocalizationMk extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'час'; + String get timerPickerHourLabelOne => 'час'; @override - String get timerPickerHourLabelOther => r'часа'; + String get timerPickerHourLabelOther => 'часа'; @override String get timerPickerHourLabelTwo => null; @@ -7744,10 +7744,10 @@ class CupertinoLocalizationMk extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'мин.'; + String get timerPickerMinuteLabelOne => 'мин.'; @override - String get timerPickerMinuteLabelOther => r'мин.'; + String get timerPickerMinuteLabelOther => 'мин.'; @override String get timerPickerMinuteLabelTwo => null; @@ -7762,10 +7762,10 @@ class CupertinoLocalizationMk extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'сек.'; + String get timerPickerSecondLabelOne => 'сек.'; @override - String get timerPickerSecondLabelOther => r'сек.'; + String get timerPickerSecondLabelOther => 'сек.'; @override String get timerPickerSecondLabelTwo => null; @@ -7774,7 +7774,7 @@ class CupertinoLocalizationMk extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Денес'; + String get todayLabel => 'Денес'; } /// The translations for Malayalam (`ml`). @@ -7805,22 +7805,22 @@ class CupertinoLocalizationMl extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'മുന്നറിയിപ്പ്'; + String get alertDialogLabel => 'മുന്നറിയിപ്പ്'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get copyButtonLabel => r'പകർത്തുക'; + String get copyButtonLabel => 'പകർത്തുക'; @override - String get cutButtonLabel => r'മുറിക്കുക'; + String get cutButtonLabel => 'മുറിക്കുക'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -7847,7 +7847,7 @@ class CupertinoLocalizationMl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'ഒരു മിനിറ്റ്'; + String get datePickerMinuteSemanticsLabelOne => 'ഒരു മിനിറ്റ്'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute മിനിറ്റ്'; @@ -7859,13 +7859,13 @@ class CupertinoLocalizationMl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'ഒട്ടിക്കുക'; + String get pasteButtonLabel => 'ഒട്ടിക്കുക'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get selectAllButtonLabel => r'എല്ലാം തിരഞ്ഞെടുക്കുക'; + String get selectAllButtonLabel => 'എല്ലാം തിരഞ്ഞെടുക്കുക'; @override String get timerPickerHourLabelFew => null; @@ -7874,10 +7874,10 @@ class CupertinoLocalizationMl extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'മണിക്കൂർ'; + String get timerPickerHourLabelOne => 'മണിക്കൂർ'; @override - String get timerPickerHourLabelOther => r'മണിക്കൂർ'; + String get timerPickerHourLabelOther => 'മണിക്കൂർ'; @override String get timerPickerHourLabelTwo => null; @@ -7892,10 +7892,10 @@ class CupertinoLocalizationMl extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'മിനിറ്റ്'; + String get timerPickerMinuteLabelOne => 'മിനിറ്റ്'; @override - String get timerPickerMinuteLabelOther => r'മിനിറ്റ്'; + String get timerPickerMinuteLabelOther => 'മിനിറ്റ്'; @override String get timerPickerMinuteLabelTwo => null; @@ -7910,10 +7910,10 @@ class CupertinoLocalizationMl extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'സെക്കൻഡ്'; + String get timerPickerSecondLabelOne => 'സെക്കൻഡ്'; @override - String get timerPickerSecondLabelOther => r'സെക്കൻഡ്'; + String get timerPickerSecondLabelOther => 'സെക്കൻഡ്'; @override String get timerPickerSecondLabelTwo => null; @@ -7922,7 +7922,7 @@ class CupertinoLocalizationMl extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'ഇന്ന്'; + String get todayLabel => 'ഇന്ന്'; } /// The translations for Mongolian (`mn`). @@ -7953,22 +7953,22 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Сэрэмжлүүлэг'; + String get alertDialogLabel => 'Сэрэмжлүүлэг'; @override - String get anteMeridiemAbbreviation => r'ӨГЛӨӨ'; + String get anteMeridiemAbbreviation => 'ӨГЛӨӨ'; @override - String get copyButtonLabel => r'Хуулах'; + String get copyButtonLabel => 'Хуулах'; @override - String get cutButtonLabel => r'Таслах'; + String get cutButtonLabel => 'Таслах'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => 'mdy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -7995,7 +7995,7 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 минут'; + String get datePickerMinuteSemanticsLabelOne => '1 минут'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute минут'; @@ -8007,13 +8007,13 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Буулгах'; + String get pasteButtonLabel => 'Буулгах'; @override - String get postMeridiemAbbreviation => r'ОРОЙ'; + String get postMeridiemAbbreviation => 'ОРОЙ'; @override - String get selectAllButtonLabel => r'Бүгдийг сонгох'; + String get selectAllButtonLabel => 'Бүгдийг сонгох'; @override String get timerPickerHourLabelFew => null; @@ -8022,10 +8022,10 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'цаг'; + String get timerPickerHourLabelOne => 'цаг'; @override - String get timerPickerHourLabelOther => r'цаг'; + String get timerPickerHourLabelOther => 'цаг'; @override String get timerPickerHourLabelTwo => null; @@ -8040,10 +8040,10 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'минут.'; + String get timerPickerMinuteLabelOne => 'минут.'; @override - String get timerPickerMinuteLabelOther => r'минут.'; + String get timerPickerMinuteLabelOther => 'минут.'; @override String get timerPickerMinuteLabelTwo => null; @@ -8058,10 +8058,10 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'секунд.'; + String get timerPickerSecondLabelOne => 'секунд.'; @override - String get timerPickerSecondLabelOther => r'секунд.'; + String get timerPickerSecondLabelOther => 'секунд.'; @override String get timerPickerSecondLabelTwo => null; @@ -8070,7 +8070,7 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Өнөөдөр'; + String get todayLabel => 'Өнөөдөр'; } /// The translations for Marathi (`mr`). @@ -8101,22 +8101,22 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'सूचना'; + String get alertDialogLabel => 'सूचना'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get copyButtonLabel => r'कॉपी करा'; + String get copyButtonLabel => 'कॉपी करा'; @override - String get cutButtonLabel => r'कट करा'; + String get cutButtonLabel => 'कट करा'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => 'mdy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -8143,7 +8143,7 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'एक मिनिट'; + String get datePickerMinuteSemanticsLabelOne => 'एक मिनिट'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute मिनिटे'; @@ -8155,13 +8155,13 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'पेस्ट करा'; + String get pasteButtonLabel => 'पेस्ट करा'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get selectAllButtonLabel => r'सर्व निवडा'; + String get selectAllButtonLabel => 'सर्व निवडा'; @override String get timerPickerHourLabelFew => null; @@ -8170,10 +8170,10 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'तास'; + String get timerPickerHourLabelOne => 'तास'; @override - String get timerPickerHourLabelOther => r'तास'; + String get timerPickerHourLabelOther => 'तास'; @override String get timerPickerHourLabelTwo => null; @@ -8188,10 +8188,10 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'मि.'; + String get timerPickerMinuteLabelOne => 'मि.'; @override - String get timerPickerMinuteLabelOther => r'मि.'; + String get timerPickerMinuteLabelOther => 'मि.'; @override String get timerPickerMinuteLabelTwo => null; @@ -8206,10 +8206,10 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'से.'; + String get timerPickerSecondLabelOne => 'से.'; @override - String get timerPickerSecondLabelOther => r'से.'; + String get timerPickerSecondLabelOther => 'से.'; @override String get timerPickerSecondLabelTwo => null; @@ -8218,7 +8218,7 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'आज'; + String get todayLabel => 'आज'; } /// The translations for Malay (`ms`). @@ -8249,22 +8249,22 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Makluman'; + String get alertDialogLabel => 'Makluman'; @override - String get anteMeridiemAbbreviation => r'PG'; + String get anteMeridiemAbbreviation => 'PG'; @override - String get copyButtonLabel => r'Salin'; + String get copyButtonLabel => 'Salin'; @override - String get cutButtonLabel => r'Potong'; + String get cutButtonLabel => 'Potong'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -8291,7 +8291,7 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minit'; + String get datePickerMinuteSemanticsLabelOne => '1 minit'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minit'; @@ -8303,13 +8303,13 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Tampal'; + String get pasteButtonLabel => 'Tampal'; @override - String get postMeridiemAbbreviation => r'PTG'; + String get postMeridiemAbbreviation => 'PTG'; @override - String get selectAllButtonLabel => r'Pilih Semua'; + String get selectAllButtonLabel => 'Pilih Semua'; @override String get timerPickerHourLabelFew => null; @@ -8318,10 +8318,10 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'jam'; + String get timerPickerHourLabelOne => 'jam'; @override - String get timerPickerHourLabelOther => r'jam'; + String get timerPickerHourLabelOther => 'jam'; @override String get timerPickerHourLabelTwo => null; @@ -8336,10 +8336,10 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'minit'; + String get timerPickerMinuteLabelOne => 'minit'; @override - String get timerPickerMinuteLabelOther => r'minit'; + String get timerPickerMinuteLabelOther => 'minit'; @override String get timerPickerMinuteLabelTwo => null; @@ -8354,10 +8354,10 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'saat'; + String get timerPickerSecondLabelOne => 'saat'; @override - String get timerPickerSecondLabelOther => r'saat'; + String get timerPickerSecondLabelOther => 'saat'; @override String get timerPickerSecondLabelTwo => null; @@ -8366,7 +8366,7 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Hari ini'; + String get todayLabel => 'Hari ini'; } /// The translations for Burmese (`my`). @@ -8397,22 +8397,22 @@ class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'သတိပေးချက်'; + String get alertDialogLabel => 'သတိပေးချက်'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get copyButtonLabel => r'မိတ္တူကူးရန်'; + String get copyButtonLabel => 'မိတ္တူကူးရန်'; @override - String get cutButtonLabel => r'ဖြတ်ယူရန်'; + String get cutButtonLabel => 'ဖြတ်ယူရန်'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => 'mdy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -8439,7 +8439,7 @@ class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'၁ မိနစ်'; + String get datePickerMinuteSemanticsLabelOne => '၁ မိနစ်'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute မိနစ်'; @@ -8451,13 +8451,13 @@ class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'ကူးထည့်ရန်'; + String get pasteButtonLabel => 'ကူးထည့်ရန်'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get selectAllButtonLabel => r'အားလုံး ရွေးရန်'; + String get selectAllButtonLabel => 'အားလုံး ရွေးရန်'; @override String get timerPickerHourLabelFew => null; @@ -8466,10 +8466,10 @@ class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'နာရီ'; + String get timerPickerHourLabelOne => 'နာရီ'; @override - String get timerPickerHourLabelOther => r'နာရီ'; + String get timerPickerHourLabelOther => 'နာရီ'; @override String get timerPickerHourLabelTwo => null; @@ -8484,10 +8484,10 @@ class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'မိနစ်'; + String get timerPickerMinuteLabelOne => 'မိနစ်'; @override - String get timerPickerMinuteLabelOther => r'မိနစ်'; + String get timerPickerMinuteLabelOther => 'မိနစ်'; @override String get timerPickerMinuteLabelTwo => null; @@ -8502,10 +8502,10 @@ class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'စက္ကန့်'; + String get timerPickerSecondLabelOne => 'စက္ကန့်'; @override - String get timerPickerSecondLabelOther => r'စက္ကန့်'; + String get timerPickerSecondLabelOther => 'စက္ကန့်'; @override String get timerPickerSecondLabelTwo => null; @@ -8514,7 +8514,7 @@ class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'ယနေ့'; + String get todayLabel => 'ယနေ့'; } /// The translations for Norwegian Bokmål (`nb`). @@ -8545,22 +8545,22 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Varsel'; + String get alertDialogLabel => 'Varsel'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get copyButtonLabel => r'Kopiér'; + String get copyButtonLabel => 'Kopiér'; @override - String get cutButtonLabel => r'Klipp ut'; + String get cutButtonLabel => 'Klipp ut'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -8587,7 +8587,7 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minutt'; + String get datePickerMinuteSemanticsLabelOne => '1 minutt'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minutter'; @@ -8599,13 +8599,13 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Lim inn'; + String get pasteButtonLabel => 'Lim inn'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get selectAllButtonLabel => r'Velg alle'; + String get selectAllButtonLabel => 'Velg alle'; @override String get timerPickerHourLabelFew => null; @@ -8614,10 +8614,10 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'time'; + String get timerPickerHourLabelOne => 'time'; @override - String get timerPickerHourLabelOther => r'timer'; + String get timerPickerHourLabelOther => 'timer'; @override String get timerPickerHourLabelTwo => null; @@ -8632,10 +8632,10 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'min.'; + String get timerPickerMinuteLabelOne => 'min.'; @override - String get timerPickerMinuteLabelOther => r'min.'; + String get timerPickerMinuteLabelOther => 'min.'; @override String get timerPickerMinuteLabelTwo => null; @@ -8650,10 +8650,10 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'sek.'; + String get timerPickerSecondLabelOne => 'sek.'; @override - String get timerPickerSecondLabelOther => r'sek.'; + String get timerPickerSecondLabelOther => 'sek.'; @override String get timerPickerSecondLabelTwo => null; @@ -8662,7 +8662,7 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'I dag'; + String get todayLabel => 'I dag'; } /// The translations for Nepali (`ne`). @@ -8693,22 +8693,22 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'अलर्ट'; + String get alertDialogLabel => 'अलर्ट'; @override - String get anteMeridiemAbbreviation => r'पूर्वाह्न'; + String get anteMeridiemAbbreviation => 'पूर्वाह्न'; @override - String get copyButtonLabel => r'प्रतिलिपि गर्नुहोस्'; + String get copyButtonLabel => 'प्रतिलिपि गर्नुहोस्'; @override - String get cutButtonLabel => r'काट्नुहोस्'; + String get cutButtonLabel => 'काट्नुहोस्'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => 'mdy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -8735,7 +8735,7 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'१ मिनेट'; + String get datePickerMinuteSemanticsLabelOne => '१ मिनेट'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute मिनेट'; @@ -8747,13 +8747,13 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'टाँस्नुहोस्'; + String get pasteButtonLabel => 'टाँस्नुहोस्'; @override - String get postMeridiemAbbreviation => r'अपराह्न'; + String get postMeridiemAbbreviation => 'अपराह्न'; @override - String get selectAllButtonLabel => r'सबै चयन गर्नुहोस्'; + String get selectAllButtonLabel => 'सबै चयन गर्नुहोस्'; @override String get timerPickerHourLabelFew => null; @@ -8762,10 +8762,10 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'घन्टा'; + String get timerPickerHourLabelOne => 'घन्टा'; @override - String get timerPickerHourLabelOther => r'घन्टा'; + String get timerPickerHourLabelOther => 'घन्टा'; @override String get timerPickerHourLabelTwo => null; @@ -8780,10 +8780,10 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'मिनेट'; + String get timerPickerMinuteLabelOne => 'मिनेट'; @override - String get timerPickerMinuteLabelOther => r'मिनेट'; + String get timerPickerMinuteLabelOther => 'मिनेट'; @override String get timerPickerMinuteLabelTwo => null; @@ -8798,10 +8798,10 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'सेकेन्ड'; + String get timerPickerSecondLabelOne => 'सेकेन्ड'; @override - String get timerPickerSecondLabelOther => r'सेकेन्ड'; + String get timerPickerSecondLabelOther => 'सेकेन्ड'; @override String get timerPickerSecondLabelTwo => null; @@ -8810,7 +8810,7 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'आज'; + String get todayLabel => 'आज'; } /// The translations for Dutch Flemish (`nl`). @@ -8841,22 +8841,22 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Melding'; + String get alertDialogLabel => 'Melding'; @override - String get anteMeridiemAbbreviation => r'am'; + String get anteMeridiemAbbreviation => 'am'; @override - String get copyButtonLabel => r'Kopiëren'; + String get copyButtonLabel => 'Kopiëren'; @override - String get cutButtonLabel => r'Knippen'; + String get cutButtonLabel => 'Knippen'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -8883,7 +8883,7 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minuut'; + String get datePickerMinuteSemanticsLabelOne => '1 minuut'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minuten'; @@ -8895,13 +8895,13 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Plakken'; + String get pasteButtonLabel => 'Plakken'; @override - String get postMeridiemAbbreviation => r'pm'; + String get postMeridiemAbbreviation => 'pm'; @override - String get selectAllButtonLabel => r'Alles selecteren'; + String get selectAllButtonLabel => 'Alles selecteren'; @override String get timerPickerHourLabelFew => null; @@ -8910,10 +8910,10 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'uur'; + String get timerPickerHourLabelOne => 'uur'; @override - String get timerPickerHourLabelOther => r'uur'; + String get timerPickerHourLabelOther => 'uur'; @override String get timerPickerHourLabelTwo => null; @@ -8928,10 +8928,10 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'min.'; + String get timerPickerMinuteLabelOne => 'min.'; @override - String get timerPickerMinuteLabelOther => r'min.'; + String get timerPickerMinuteLabelOther => 'min.'; @override String get timerPickerMinuteLabelTwo => null; @@ -8946,10 +8946,10 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'sec.'; + String get timerPickerSecondLabelOne => 'sec.'; @override - String get timerPickerSecondLabelOther => r'sec.'; + String get timerPickerSecondLabelOther => 'sec.'; @override String get timerPickerSecondLabelTwo => null; @@ -8958,7 +8958,7 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Vandaag'; + String get todayLabel => 'Vandaag'; } /// The translations for Oriya (`or`). @@ -8989,22 +8989,22 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'ଆଲର୍ଟ'; + String get alertDialogLabel => 'ଆଲର୍ଟ'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get copyButtonLabel => r'କପି କରନ୍ତୁ'; + String get copyButtonLabel => 'କପି କରନ୍ତୁ'; @override - String get cutButtonLabel => r'କଟ୍ କରନ୍ତୁ'; + String get cutButtonLabel => 'କଟ୍ କରନ୍ତୁ'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => 'mdy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -9031,7 +9031,7 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 ମିନିଟ୍'; + String get datePickerMinuteSemanticsLabelOne => '1 ମିନିଟ୍'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute ମିନିଟ୍'; @@ -9043,13 +9043,13 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'ପେଷ୍ଟ କରନ୍ତୁ'; + String get pasteButtonLabel => 'ପେଷ୍ଟ କରନ୍ତୁ'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get selectAllButtonLabel => r'ସମସ୍ତ ଚୟନ କରନ୍ତୁ'; + String get selectAllButtonLabel => 'ସମସ୍ତ ଚୟନ କରନ୍ତୁ'; @override String get timerPickerHourLabelFew => null; @@ -9058,10 +9058,10 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'ଘଣ୍ଟା'; + String get timerPickerHourLabelOne => 'ଘଣ୍ଟା'; @override - String get timerPickerHourLabelOther => r'ଘଣ୍ଟା'; + String get timerPickerHourLabelOther => 'ଘଣ୍ଟା'; @override String get timerPickerHourLabelTwo => null; @@ -9076,10 +9076,10 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'ମିନିଟ୍'; + String get timerPickerMinuteLabelOne => 'ମିନିଟ୍'; @override - String get timerPickerMinuteLabelOther => r'ମିନିଟ୍'; + String get timerPickerMinuteLabelOther => 'ମିନିଟ୍'; @override String get timerPickerMinuteLabelTwo => null; @@ -9094,10 +9094,10 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'ସେକେଣ୍ଡ'; + String get timerPickerSecondLabelOne => 'ସେକେଣ୍ଡ'; @override - String get timerPickerSecondLabelOther => r'ସେକେଣ୍ଡ'; + String get timerPickerSecondLabelOther => 'ସେକେଣ୍ଡ'; @override String get timerPickerSecondLabelTwo => null; @@ -9106,7 +9106,7 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'ଆଜି'; + String get todayLabel => 'ଆଜି'; } /// The translations for Panjabi Punjabi (`pa`). @@ -9137,22 +9137,22 @@ class CupertinoLocalizationPa extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'ਸੁਚੇਤਨਾ'; + String get alertDialogLabel => 'ਸੁਚੇਤਨਾ'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get copyButtonLabel => r'ਕਾਪੀ ਕਰੋ'; + String get copyButtonLabel => 'ਕਾਪੀ ਕਰੋ'; @override - String get cutButtonLabel => r'ਕੱਟ ਕਰੋ'; + String get cutButtonLabel => 'ਕੱਟ ਕਰੋ'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -9179,7 +9179,7 @@ class CupertinoLocalizationPa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 ਮਿੰਟ'; + String get datePickerMinuteSemanticsLabelOne => '1 ਮਿੰਟ'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute ਮਿੰਟ'; @@ -9191,13 +9191,13 @@ class CupertinoLocalizationPa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'ਪੇਸਟ ਕਰੋ'; + String get pasteButtonLabel => 'ਪੇਸਟ ਕਰੋ'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get selectAllButtonLabel => r'ਸਭ ਚੁਣੋ'; + String get selectAllButtonLabel => 'ਸਭ ਚੁਣੋ'; @override String get timerPickerHourLabelFew => null; @@ -9206,10 +9206,10 @@ class CupertinoLocalizationPa extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'ਘੰਟਾ'; + String get timerPickerHourLabelOne => 'ਘੰਟਾ'; @override - String get timerPickerHourLabelOther => r'ਘੰਟੇ'; + String get timerPickerHourLabelOther => 'ਘੰਟੇ'; @override String get timerPickerHourLabelTwo => null; @@ -9224,10 +9224,10 @@ class CupertinoLocalizationPa extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'ਮਿੰ.'; + String get timerPickerMinuteLabelOne => 'ਮਿੰ.'; @override - String get timerPickerMinuteLabelOther => r'ਮਿੰ.'; + String get timerPickerMinuteLabelOther => 'ਮਿੰ.'; @override String get timerPickerMinuteLabelTwo => null; @@ -9242,10 +9242,10 @@ class CupertinoLocalizationPa extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'ਸਕਿੰ.'; + String get timerPickerSecondLabelOne => 'ਸਕਿੰ.'; @override - String get timerPickerSecondLabelOther => r'ਸਕਿੰ.'; + String get timerPickerSecondLabelOther => 'ਸਕਿੰ.'; @override String get timerPickerSecondLabelTwo => null; @@ -9254,7 +9254,7 @@ class CupertinoLocalizationPa extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'ਅੱਜ'; + String get todayLabel => 'ਅੱਜ'; } /// The translations for Polish (`pl`). @@ -9285,22 +9285,22 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Alert'; + String get alertDialogLabel => 'Alert'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get copyButtonLabel => r'Kopiuj'; + String get copyButtonLabel => 'Kopiuj'; @override - String get cutButtonLabel => r'Wytnij'; + String get cutButtonLabel => 'Wytnij'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => r'$hour'; @@ -9327,7 +9327,7 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => r'$minute minut'; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minuta'; + String get datePickerMinuteSemanticsLabelOne => '1 minuta'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minuty'; @@ -9339,25 +9339,25 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Wklej'; + String get pasteButtonLabel => 'Wklej'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get selectAllButtonLabel => r'Wybierz wszystkie'; + String get selectAllButtonLabel => 'Wybierz wszystkie'; @override - String get timerPickerHourLabelFew => r'godziny'; + String get timerPickerHourLabelFew => 'godziny'; @override - String get timerPickerHourLabelMany => r'godzin'; + String get timerPickerHourLabelMany => 'godzin'; @override - String get timerPickerHourLabelOne => r'godzina'; + String get timerPickerHourLabelOne => 'godzina'; @override - String get timerPickerHourLabelOther => r'godziny'; + String get timerPickerHourLabelOther => 'godziny'; @override String get timerPickerHourLabelTwo => null; @@ -9366,16 +9366,16 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { String get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => r'min'; + String get timerPickerMinuteLabelFew => 'min'; @override - String get timerPickerMinuteLabelMany => r'min'; + String get timerPickerMinuteLabelMany => 'min'; @override - String get timerPickerMinuteLabelOne => r'min'; + String get timerPickerMinuteLabelOne => 'min'; @override - String get timerPickerMinuteLabelOther => r'min'; + String get timerPickerMinuteLabelOther => 'min'; @override String get timerPickerMinuteLabelTwo => null; @@ -9384,16 +9384,16 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => r's'; + String get timerPickerSecondLabelFew => 's'; @override - String get timerPickerSecondLabelMany => r's'; + String get timerPickerSecondLabelMany => 's'; @override - String get timerPickerSecondLabelOne => r's'; + String get timerPickerSecondLabelOne => 's'; @override - String get timerPickerSecondLabelOther => r's'; + String get timerPickerSecondLabelOther => 's'; @override String get timerPickerSecondLabelTwo => null; @@ -9402,7 +9402,7 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Dziś'; + String get todayLabel => 'Dziś'; } /// The translations for Portuguese (`pt`). @@ -9433,22 +9433,22 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Alerta'; + String get alertDialogLabel => 'Alerta'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get copyButtonLabel => r'Copiar'; + String get copyButtonLabel => 'Copiar'; @override - String get cutButtonLabel => r'Cortar'; + String get cutButtonLabel => 'Cortar'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -9475,7 +9475,7 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minuto'; + String get datePickerMinuteSemanticsLabelOne => '1 minuto'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minutos'; @@ -9487,13 +9487,13 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Colar'; + String get pasteButtonLabel => 'Colar'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get selectAllButtonLabel => r'Selecionar Tudo'; + String get selectAllButtonLabel => 'Selecionar Tudo'; @override String get timerPickerHourLabelFew => null; @@ -9502,10 +9502,10 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'hora'; + String get timerPickerHourLabelOne => 'hora'; @override - String get timerPickerHourLabelOther => r'horas'; + String get timerPickerHourLabelOther => 'horas'; @override String get timerPickerHourLabelTwo => null; @@ -9520,10 +9520,10 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'min'; + String get timerPickerMinuteLabelOne => 'min'; @override - String get timerPickerMinuteLabelOther => r'min'; + String get timerPickerMinuteLabelOther => 'min'; @override String get timerPickerMinuteLabelTwo => null; @@ -9538,10 +9538,10 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r's'; + String get timerPickerSecondLabelOne => 's'; @override - String get timerPickerSecondLabelOther => r's'; + String get timerPickerSecondLabelOther => 's'; @override String get timerPickerSecondLabelTwo => null; @@ -9550,7 +9550,7 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Hoje'; + String get todayLabel => 'Hoje'; } /// The translations for Portuguese, as used in Portugal (`pt_PT`). @@ -9584,13 +9584,13 @@ class CupertinoLocalizationPtPt extends CupertinoLocalizationPt { String get datePickerHourSemanticsLabelOther => r'$hour hora'; @override - String get timerPickerSecondLabelOne => r'seg'; + String get timerPickerSecondLabelOne => 'seg'; @override - String get timerPickerSecondLabelOther => r'seg'; + String get timerPickerSecondLabelOther => 'seg'; @override - String get selectAllButtonLabel => r'Selecionar tudo'; + String get selectAllButtonLabel => 'Selecionar tudo'; } /// The translations for Romanian Moldavian Moldovan (`ro`). @@ -9621,22 +9621,22 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Alertă'; + String get alertDialogLabel => 'Alertă'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => 'a.m.'; @override - String get copyButtonLabel => r'Copiați'; + String get copyButtonLabel => 'Copiați'; @override - String get cutButtonLabel => r'Decupați'; + String get cutButtonLabel => 'Decupați'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => r'Ora $hour'; @@ -9663,7 +9663,7 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minut'; + String get datePickerMinuteSemanticsLabelOne => '1 minut'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute de minute'; @@ -9675,25 +9675,25 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Inserați'; + String get pasteButtonLabel => 'Inserați'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => 'p.m.'; @override - String get selectAllButtonLabel => r'Selectați-le pe toate'; + String get selectAllButtonLabel => 'Selectați-le pe toate'; @override - String get timerPickerHourLabelFew => r'ore'; + String get timerPickerHourLabelFew => 'ore'; @override String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'oră'; + String get timerPickerHourLabelOne => 'oră'; @override - String get timerPickerHourLabelOther => r'de ore'; + String get timerPickerHourLabelOther => 'de ore'; @override String get timerPickerHourLabelTwo => null; @@ -9702,16 +9702,16 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { String get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => r'min.'; + String get timerPickerMinuteLabelFew => 'min.'; @override String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'min.'; + String get timerPickerMinuteLabelOne => 'min.'; @override - String get timerPickerMinuteLabelOther => r'min.'; + String get timerPickerMinuteLabelOther => 'min.'; @override String get timerPickerMinuteLabelTwo => null; @@ -9720,16 +9720,16 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => r'sec.'; + String get timerPickerSecondLabelFew => 'sec.'; @override String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'sec.'; + String get timerPickerSecondLabelOne => 'sec.'; @override - String get timerPickerSecondLabelOther => r'sec.'; + String get timerPickerSecondLabelOther => 'sec.'; @override String get timerPickerSecondLabelTwo => null; @@ -9738,7 +9738,7 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Azi'; + String get todayLabel => 'Azi'; } /// The translations for Russian (`ru`). @@ -9769,22 +9769,22 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Оповещение'; + String get alertDialogLabel => 'Оповещение'; @override - String get anteMeridiemAbbreviation => r'АМ'; + String get anteMeridiemAbbreviation => 'АМ'; @override - String get copyButtonLabel => r'Копировать'; + String get copyButtonLabel => 'Копировать'; @override - String get cutButtonLabel => r'Вырезать'; + String get cutButtonLabel => 'Вырезать'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => r'$hour часа'; @@ -9811,7 +9811,7 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => r'$minute минут'; @override - String get datePickerMinuteSemanticsLabelOne => r'1 минута'; + String get datePickerMinuteSemanticsLabelOne => '1 минута'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute минуты'; @@ -9823,25 +9823,25 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Вставить'; + String get pasteButtonLabel => 'Вставить'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get selectAllButtonLabel => r'Выбрать все'; + String get selectAllButtonLabel => 'Выбрать все'; @override - String get timerPickerHourLabelFew => r'часа'; + String get timerPickerHourLabelFew => 'часа'; @override - String get timerPickerHourLabelMany => r'часов'; + String get timerPickerHourLabelMany => 'часов'; @override - String get timerPickerHourLabelOne => r'час'; + String get timerPickerHourLabelOne => 'час'; @override - String get timerPickerHourLabelOther => r'часа'; + String get timerPickerHourLabelOther => 'часа'; @override String get timerPickerHourLabelTwo => null; @@ -9850,16 +9850,16 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { String get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => r'мин.'; + String get timerPickerMinuteLabelFew => 'мин.'; @override - String get timerPickerMinuteLabelMany => r'мин.'; + String get timerPickerMinuteLabelMany => 'мин.'; @override - String get timerPickerMinuteLabelOne => r'мин.'; + String get timerPickerMinuteLabelOne => 'мин.'; @override - String get timerPickerMinuteLabelOther => r'мин.'; + String get timerPickerMinuteLabelOther => 'мин.'; @override String get timerPickerMinuteLabelTwo => null; @@ -9868,16 +9868,16 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => r'сек.'; + String get timerPickerSecondLabelFew => 'сек.'; @override - String get timerPickerSecondLabelMany => r'сек.'; + String get timerPickerSecondLabelMany => 'сек.'; @override - String get timerPickerSecondLabelOne => r'сек.'; + String get timerPickerSecondLabelOne => 'сек.'; @override - String get timerPickerSecondLabelOther => r'сек.'; + String get timerPickerSecondLabelOther => 'сек.'; @override String get timerPickerSecondLabelTwo => null; @@ -9886,7 +9886,7 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Сегодня'; + String get todayLabel => 'Сегодня'; } /// The translations for Sinhala Sinhalese (`si`). @@ -9917,22 +9917,22 @@ class CupertinoLocalizationSi extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'ඇඟවීම'; + String get alertDialogLabel => 'ඇඟවීම'; @override - String get anteMeridiemAbbreviation => r'පෙ.ව.'; + String get anteMeridiemAbbreviation => 'පෙ.ව.'; @override - String get copyButtonLabel => r'පිටපත් කරන්න'; + String get copyButtonLabel => 'පිටපත් කරන්න'; @override - String get cutButtonLabel => r'කපන්න'; + String get cutButtonLabel => 'කපන්න'; @override - String get datePickerDateOrderString => r'ymd'; + String get datePickerDateOrderString => 'ymd'; @override - String get datePickerDateTimeOrderString => r'date_dayPeriod_time'; + String get datePickerDateTimeOrderString => 'date_dayPeriod_time'; @override String get datePickerHourSemanticsLabelFew => null; @@ -9959,7 +9959,7 @@ class CupertinoLocalizationSi extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'මිනිත්තු 1'; + String get datePickerMinuteSemanticsLabelOne => 'මිනිත්තු 1'; @override String get datePickerMinuteSemanticsLabelOther => r'මිනිත්තු $minute'; @@ -9971,13 +9971,13 @@ class CupertinoLocalizationSi extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'අලවන්න'; + String get pasteButtonLabel => 'අලවන්න'; @override - String get postMeridiemAbbreviation => r'ප.ව.'; + String get postMeridiemAbbreviation => 'ප.ව.'; @override - String get selectAllButtonLabel => r'සියල්ල තෝරන්න'; + String get selectAllButtonLabel => 'සියල්ල තෝරන්න'; @override String get timerPickerHourLabelFew => null; @@ -9986,10 +9986,10 @@ class CupertinoLocalizationSi extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'පැය'; + String get timerPickerHourLabelOne => 'පැය'; @override - String get timerPickerHourLabelOther => r'පැය'; + String get timerPickerHourLabelOther => 'පැය'; @override String get timerPickerHourLabelTwo => null; @@ -10004,10 +10004,10 @@ class CupertinoLocalizationSi extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'මිනි.'; + String get timerPickerMinuteLabelOne => 'මිනි.'; @override - String get timerPickerMinuteLabelOther => r'මිනි.'; + String get timerPickerMinuteLabelOther => 'මිනි.'; @override String get timerPickerMinuteLabelTwo => null; @@ -10022,10 +10022,10 @@ class CupertinoLocalizationSi extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'තත්.'; + String get timerPickerSecondLabelOne => 'තත්.'; @override - String get timerPickerSecondLabelOther => r'තත්.'; + String get timerPickerSecondLabelOther => 'තත්.'; @override String get timerPickerSecondLabelTwo => null; @@ -10034,7 +10034,7 @@ class CupertinoLocalizationSi extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'අද'; + String get todayLabel => 'අද'; } /// The translations for Slovak (`sk`). @@ -10065,22 +10065,22 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Upozornenie'; + String get alertDialogLabel => 'Upozornenie'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get copyButtonLabel => r'Kopírovať'; + String get copyButtonLabel => 'Kopírovať'; @override - String get cutButtonLabel => r'Vystrihnúť'; + String get cutButtonLabel => 'Vystrihnúť'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => 'mdy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => r'$hour hodiny'; @@ -10107,7 +10107,7 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => r'$minute minúty'; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minúta'; + String get datePickerMinuteSemanticsLabelOne => '1 minúta'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minút'; @@ -10119,25 +10119,25 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Prilepiť'; + String get pasteButtonLabel => 'Prilepiť'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get selectAllButtonLabel => r'Vybrať všetko'; + String get selectAllButtonLabel => 'Vybrať všetko'; @override - String get timerPickerHourLabelFew => r'hodiny'; + String get timerPickerHourLabelFew => 'hodiny'; @override - String get timerPickerHourLabelMany => r'hodiny'; + String get timerPickerHourLabelMany => 'hodiny'; @override - String get timerPickerHourLabelOne => r'hodina'; + String get timerPickerHourLabelOne => 'hodina'; @override - String get timerPickerHourLabelOther => r'hodín'; + String get timerPickerHourLabelOther => 'hodín'; @override String get timerPickerHourLabelTwo => null; @@ -10146,16 +10146,16 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { String get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => r'min'; + String get timerPickerMinuteLabelFew => 'min'; @override - String get timerPickerMinuteLabelMany => r'min'; + String get timerPickerMinuteLabelMany => 'min'; @override - String get timerPickerMinuteLabelOne => r'min'; + String get timerPickerMinuteLabelOne => 'min'; @override - String get timerPickerMinuteLabelOther => r'min'; + String get timerPickerMinuteLabelOther => 'min'; @override String get timerPickerMinuteLabelTwo => null; @@ -10164,16 +10164,16 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => r's'; + String get timerPickerSecondLabelFew => 's'; @override - String get timerPickerSecondLabelMany => r's'; + String get timerPickerSecondLabelMany => 's'; @override - String get timerPickerSecondLabelOne => r's'; + String get timerPickerSecondLabelOne => 's'; @override - String get timerPickerSecondLabelOther => r's'; + String get timerPickerSecondLabelOther => 's'; @override String get timerPickerSecondLabelTwo => null; @@ -10182,7 +10182,7 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Dnes'; + String get todayLabel => 'Dnes'; } /// The translations for Slovenian (`sl`). @@ -10213,22 +10213,22 @@ class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Opozorilo'; + String get alertDialogLabel => 'Opozorilo'; @override - String get anteMeridiemAbbreviation => r'DOP.'; + String get anteMeridiemAbbreviation => 'DOP.'; @override - String get copyButtonLabel => r'Kopiraj'; + String get copyButtonLabel => 'Kopiraj'; @override - String get cutButtonLabel => r'Izreži'; + String get cutButtonLabel => 'Izreži'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => r'$hour'; @@ -10255,7 +10255,7 @@ class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minuta'; + String get datePickerMinuteSemanticsLabelOne => '1 minuta'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minut'; @@ -10267,70 +10267,70 @@ class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Prilepi'; + String get pasteButtonLabel => 'Prilepi'; @override - String get postMeridiemAbbreviation => r'POP.'; + String get postMeridiemAbbreviation => 'POP.'; @override - String get selectAllButtonLabel => r'Izberi vse'; + String get selectAllButtonLabel => 'Izberi vse'; @override - String get timerPickerHourLabelFew => r'ure'; + String get timerPickerHourLabelFew => 'ure'; @override String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'ura'; + String get timerPickerHourLabelOne => 'ura'; @override - String get timerPickerHourLabelOther => r'ure'; + String get timerPickerHourLabelOther => 'ure'; @override - String get timerPickerHourLabelTwo => r'ure'; + String get timerPickerHourLabelTwo => 'ure'; @override String get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => r'min'; + String get timerPickerMinuteLabelFew => 'min'; @override String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'min'; + String get timerPickerMinuteLabelOne => 'min'; @override - String get timerPickerMinuteLabelOther => r'min'; + String get timerPickerMinuteLabelOther => 'min'; @override - String get timerPickerMinuteLabelTwo => r'min'; + String get timerPickerMinuteLabelTwo => 'min'; @override String get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => r's'; + String get timerPickerSecondLabelFew => 's'; @override String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r's'; + String get timerPickerSecondLabelOne => 's'; @override - String get timerPickerSecondLabelOther => r's'; + String get timerPickerSecondLabelOther => 's'; @override - String get timerPickerSecondLabelTwo => r's'; + String get timerPickerSecondLabelTwo => 's'; @override String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Danes'; + String get todayLabel => 'Danes'; } /// The translations for Albanian (`sq`). @@ -10361,22 +10361,22 @@ class CupertinoLocalizationSq extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Sinjalizim'; + String get alertDialogLabel => 'Sinjalizim'; @override - String get anteMeridiemAbbreviation => r'paradite'; + String get anteMeridiemAbbreviation => 'paradite'; @override - String get copyButtonLabel => r'Kopjo'; + String get copyButtonLabel => 'Kopjo'; @override - String get cutButtonLabel => r'Prit'; + String get cutButtonLabel => 'Prit'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -10403,7 +10403,7 @@ class CupertinoLocalizationSq extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minutë'; + String get datePickerMinuteSemanticsLabelOne => '1 minutë'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minuta'; @@ -10415,13 +10415,13 @@ class CupertinoLocalizationSq extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Ngjit'; + String get pasteButtonLabel => 'Ngjit'; @override - String get postMeridiemAbbreviation => r'pasdite'; + String get postMeridiemAbbreviation => 'pasdite'; @override - String get selectAllButtonLabel => r'Zgjidhi të gjitha'; + String get selectAllButtonLabel => 'Zgjidhi të gjitha'; @override String get timerPickerHourLabelFew => null; @@ -10430,10 +10430,10 @@ class CupertinoLocalizationSq extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'orë'; + String get timerPickerHourLabelOne => 'orë'; @override - String get timerPickerHourLabelOther => r'orë'; + String get timerPickerHourLabelOther => 'orë'; @override String get timerPickerHourLabelTwo => null; @@ -10448,10 +10448,10 @@ class CupertinoLocalizationSq extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'min.'; + String get timerPickerMinuteLabelOne => 'min.'; @override - String get timerPickerMinuteLabelOther => r'min.'; + String get timerPickerMinuteLabelOther => 'min.'; @override String get timerPickerMinuteLabelTwo => null; @@ -10466,10 +10466,10 @@ class CupertinoLocalizationSq extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'sek.'; + String get timerPickerSecondLabelOne => 'sek.'; @override - String get timerPickerSecondLabelOther => r'sek.'; + String get timerPickerSecondLabelOther => 'sek.'; @override String get timerPickerSecondLabelTwo => null; @@ -10478,7 +10478,7 @@ class CupertinoLocalizationSq extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Sot'; + String get todayLabel => 'Sot'; } /// The translations for Serbian (`sr`). @@ -10509,22 +10509,22 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Обавештење'; + String get alertDialogLabel => 'Обавештење'; @override - String get anteMeridiemAbbreviation => r'пре подне'; + String get anteMeridiemAbbreviation => 'пре подне'; @override - String get copyButtonLabel => r'Копирај'; + String get copyButtonLabel => 'Копирај'; @override - String get cutButtonLabel => r'Исеци'; + String get cutButtonLabel => 'Исеци'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => r'$hour сата'; @@ -10551,7 +10551,7 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 минут'; + String get datePickerMinuteSemanticsLabelOne => '1 минут'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute минута'; @@ -10563,25 +10563,25 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Налепи'; + String get pasteButtonLabel => 'Налепи'; @override - String get postMeridiemAbbreviation => r'по подне'; + String get postMeridiemAbbreviation => 'по подне'; @override - String get selectAllButtonLabel => r'Изабери све'; + String get selectAllButtonLabel => 'Изабери све'; @override - String get timerPickerHourLabelFew => r'сата'; + String get timerPickerHourLabelFew => 'сата'; @override String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'сат'; + String get timerPickerHourLabelOne => 'сат'; @override - String get timerPickerHourLabelOther => r'сати'; + String get timerPickerHourLabelOther => 'сати'; @override String get timerPickerHourLabelTwo => null; @@ -10590,16 +10590,16 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { String get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => r'мин'; + String get timerPickerMinuteLabelFew => 'мин'; @override String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'мин'; + String get timerPickerMinuteLabelOne => 'мин'; @override - String get timerPickerMinuteLabelOther => r'мин'; + String get timerPickerMinuteLabelOther => 'мин'; @override String get timerPickerMinuteLabelTwo => null; @@ -10608,16 +10608,16 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => r'сек'; + String get timerPickerSecondLabelFew => 'сек'; @override String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'сек'; + String get timerPickerSecondLabelOne => 'сек'; @override - String get timerPickerSecondLabelOther => r'сек'; + String get timerPickerSecondLabelOther => 'сек'; @override String get timerPickerSecondLabelTwo => null; @@ -10626,7 +10626,7 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Данас'; + String get todayLabel => 'Данас'; } /// The translations for Serbian, using the Cyrillic script (`sr_Cyrl`). @@ -10685,16 +10685,16 @@ class CupertinoLocalizationSrLatn extends CupertinoLocalizationSr { ); @override - String get alertDialogLabel => r'Obaveštenje'; + String get alertDialogLabel => 'Obaveštenje'; @override - String get anteMeridiemAbbreviation => r'pre podne'; + String get anteMeridiemAbbreviation => 'pre podne'; @override - String get copyButtonLabel => r'Kopiraj'; + String get copyButtonLabel => 'Kopiraj'; @override - String get cutButtonLabel => r'Iseci'; + String get cutButtonLabel => 'Iseci'; @override String get datePickerHourSemanticsLabelFew => r'$hour sata'; @@ -10709,49 +10709,49 @@ class CupertinoLocalizationSrLatn extends CupertinoLocalizationSr { String get datePickerMinuteSemanticsLabelFew => r'$minute minuta'; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minut'; + String get datePickerMinuteSemanticsLabelOne => '1 minut'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minuta'; @override - String get pasteButtonLabel => r'Nalepi'; + String get pasteButtonLabel => 'Nalepi'; @override - String get postMeridiemAbbreviation => r'po podne'; + String get postMeridiemAbbreviation => 'po podne'; @override - String get selectAllButtonLabel => r'Izaberi sve'; + String get selectAllButtonLabel => 'Izaberi sve'; @override - String get timerPickerHourLabelFew => r'sata'; + String get timerPickerHourLabelFew => 'sata'; @override - String get timerPickerHourLabelOne => r'sat'; + String get timerPickerHourLabelOne => 'sat'; @override - String get timerPickerHourLabelOther => r'sati'; + String get timerPickerHourLabelOther => 'sati'; @override - String get timerPickerMinuteLabelFew => r'min'; + String get timerPickerMinuteLabelFew => 'min'; @override - String get timerPickerMinuteLabelOne => r'min'; + String get timerPickerMinuteLabelOne => 'min'; @override - String get timerPickerMinuteLabelOther => r'min'; + String get timerPickerMinuteLabelOther => 'min'; @override - String get timerPickerSecondLabelFew => r'sek'; + String get timerPickerSecondLabelFew => 'sek'; @override - String get timerPickerSecondLabelOne => r'sek'; + String get timerPickerSecondLabelOne => 'sek'; @override - String get timerPickerSecondLabelOther => r'sek'; + String get timerPickerSecondLabelOther => 'sek'; @override - String get todayLabel => r'Danas'; + String get todayLabel => 'Danas'; } /// The translations for Swedish (`sv`). @@ -10782,22 +10782,22 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Varning'; + String get alertDialogLabel => 'Varning'; @override - String get anteMeridiemAbbreviation => r'FM'; + String get anteMeridiemAbbreviation => 'FM'; @override - String get copyButtonLabel => r'Kopiera'; + String get copyButtonLabel => 'Kopiera'; @override - String get cutButtonLabel => r'Klipp ut'; + String get cutButtonLabel => 'Klipp ut'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -10824,7 +10824,7 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minut'; + String get datePickerMinuteSemanticsLabelOne => '1 minut'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minuter'; @@ -10836,13 +10836,13 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Klistra in'; + String get pasteButtonLabel => 'Klistra in'; @override - String get postMeridiemAbbreviation => r'EM'; + String get postMeridiemAbbreviation => 'EM'; @override - String get selectAllButtonLabel => r'Markera alla'; + String get selectAllButtonLabel => 'Markera alla'; @override String get timerPickerHourLabelFew => null; @@ -10851,10 +10851,10 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'timme'; + String get timerPickerHourLabelOne => 'timme'; @override - String get timerPickerHourLabelOther => r'timmar'; + String get timerPickerHourLabelOther => 'timmar'; @override String get timerPickerHourLabelTwo => null; @@ -10869,10 +10869,10 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'min'; + String get timerPickerMinuteLabelOne => 'min'; @override - String get timerPickerMinuteLabelOther => r'min'; + String get timerPickerMinuteLabelOther => 'min'; @override String get timerPickerMinuteLabelTwo => null; @@ -10887,10 +10887,10 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'sek'; + String get timerPickerSecondLabelOne => 'sek'; @override - String get timerPickerSecondLabelOther => r'sek'; + String get timerPickerSecondLabelOther => 'sek'; @override String get timerPickerSecondLabelTwo => null; @@ -10899,7 +10899,7 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'I dag'; + String get todayLabel => 'I dag'; } /// The translations for Swahili (`sw`). @@ -10930,22 +10930,22 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Arifa'; + String get alertDialogLabel => 'Arifa'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get copyButtonLabel => r'Nakili'; + String get copyButtonLabel => 'Nakili'; @override - String get cutButtonLabel => r'Kata'; + String get cutButtonLabel => 'Kata'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -10972,7 +10972,7 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'Dakika 1'; + String get datePickerMinuteSemanticsLabelOne => 'Dakika 1'; @override String get datePickerMinuteSemanticsLabelOther => r'Dakika $minute'; @@ -10984,13 +10984,13 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Bandika'; + String get pasteButtonLabel => 'Bandika'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get selectAllButtonLabel => r'Teua Zote'; + String get selectAllButtonLabel => 'Teua Zote'; @override String get timerPickerHourLabelFew => null; @@ -10999,10 +10999,10 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'saa'; + String get timerPickerHourLabelOne => 'saa'; @override - String get timerPickerHourLabelOther => r'saa'; + String get timerPickerHourLabelOther => 'saa'; @override String get timerPickerHourLabelTwo => null; @@ -11017,10 +11017,10 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'dakika'; + String get timerPickerMinuteLabelOne => 'dakika'; @override - String get timerPickerMinuteLabelOther => r'dakika'; + String get timerPickerMinuteLabelOther => 'dakika'; @override String get timerPickerMinuteLabelTwo => null; @@ -11035,10 +11035,10 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'sekunde'; + String get timerPickerSecondLabelOne => 'sekunde'; @override - String get timerPickerSecondLabelOther => r'sekunde'; + String get timerPickerSecondLabelOther => 'sekunde'; @override String get timerPickerSecondLabelTwo => null; @@ -11047,7 +11047,7 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Leo'; + String get todayLabel => 'Leo'; } /// The translations for Tamil (`ta`). @@ -11078,22 +11078,22 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'விழிப்பூட்டல்'; + String get alertDialogLabel => 'விழிப்பூட்டல்'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get copyButtonLabel => r'நகலெடு'; + String get copyButtonLabel => 'நகலெடு'; @override - String get cutButtonLabel => r'வெட்டு'; + String get cutButtonLabel => 'வெட்டு'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -11120,7 +11120,7 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 நிமிடம்'; + String get datePickerMinuteSemanticsLabelOne => '1 நிமிடம்'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute நிமிடங்கள்'; @@ -11132,13 +11132,13 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'ஒட்டு'; + String get pasteButtonLabel => 'ஒட்டு'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get selectAllButtonLabel => r'எல்லாம் தேர்ந்தெடு'; + String get selectAllButtonLabel => 'எல்லாம் தேர்ந்தெடு'; @override String get timerPickerHourLabelFew => null; @@ -11147,10 +11147,10 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'மணிநேரம்'; + String get timerPickerHourLabelOne => 'மணிநேரம்'; @override - String get timerPickerHourLabelOther => r'மணிநேரம்'; + String get timerPickerHourLabelOther => 'மணிநேரம்'; @override String get timerPickerHourLabelTwo => null; @@ -11165,10 +11165,10 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'நிமி.'; + String get timerPickerMinuteLabelOne => 'நிமி.'; @override - String get timerPickerMinuteLabelOther => r'நிமி.'; + String get timerPickerMinuteLabelOther => 'நிமி.'; @override String get timerPickerMinuteLabelTwo => null; @@ -11183,10 +11183,10 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'வி.'; + String get timerPickerSecondLabelOne => 'வி.'; @override - String get timerPickerSecondLabelOther => r'வி.'; + String get timerPickerSecondLabelOther => 'வி.'; @override String get timerPickerSecondLabelTwo => null; @@ -11195,7 +11195,7 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'இன்று'; + String get todayLabel => 'இன்று'; } /// The translations for Telugu (`te`). @@ -11226,22 +11226,22 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'అలర్ట్'; + String get alertDialogLabel => 'అలర్ట్'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get copyButtonLabel => r'కాపీ చేయి'; + String get copyButtonLabel => 'కాపీ చేయి'; @override - String get cutButtonLabel => r'కత్తిరించు'; + String get cutButtonLabel => 'కత్తిరించు'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => 'mdy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -11268,7 +11268,7 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 నిమిషం'; + String get datePickerMinuteSemanticsLabelOne => '1 నిమిషం'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute నిమిషాలు'; @@ -11280,13 +11280,13 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'అతికించు'; + String get pasteButtonLabel => 'అతికించు'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get selectAllButtonLabel => r'అన్నింటినీ ఎంచుకోండి'; + String get selectAllButtonLabel => 'అన్నింటినీ ఎంచుకోండి'; @override String get timerPickerHourLabelFew => null; @@ -11295,10 +11295,10 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'గంట'; + String get timerPickerHourLabelOne => 'గంట'; @override - String get timerPickerHourLabelOther => r'గంటలు'; + String get timerPickerHourLabelOther => 'గంటలు'; @override String get timerPickerHourLabelTwo => null; @@ -11313,10 +11313,10 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'నిమి.'; + String get timerPickerMinuteLabelOne => 'నిమి.'; @override - String get timerPickerMinuteLabelOther => r'నిమి.'; + String get timerPickerMinuteLabelOther => 'నిమి.'; @override String get timerPickerMinuteLabelTwo => null; @@ -11331,10 +11331,10 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'సెకన్లు.'; + String get timerPickerSecondLabelOne => 'సెకన్లు.'; @override - String get timerPickerSecondLabelOther => r'సెకన్లు.'; + String get timerPickerSecondLabelOther => 'సెకన్లు.'; @override String get timerPickerSecondLabelTwo => null; @@ -11343,7 +11343,7 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'ఈరోజు'; + String get todayLabel => 'ఈరోజు'; } /// The translations for Thai (`th`). @@ -11374,22 +11374,22 @@ class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'การแจ้งเตือน'; + String get alertDialogLabel => 'การแจ้งเตือน'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get copyButtonLabel => r'คัดลอก'; + String get copyButtonLabel => 'คัดลอก'; @override - String get cutButtonLabel => r'ตัด'; + String get cutButtonLabel => 'ตัด'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -11416,7 +11416,7 @@ class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 นาที'; + String get datePickerMinuteSemanticsLabelOne => '1 นาที'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute นาที'; @@ -11428,13 +11428,13 @@ class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'วาง'; + String get pasteButtonLabel => 'วาง'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get selectAllButtonLabel => r'เลือกทั้งหมด'; + String get selectAllButtonLabel => 'เลือกทั้งหมด'; @override String get timerPickerHourLabelFew => null; @@ -11443,10 +11443,10 @@ class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'ชั่วโมง'; + String get timerPickerHourLabelOne => 'ชั่วโมง'; @override - String get timerPickerHourLabelOther => r'ชั่วโมง'; + String get timerPickerHourLabelOther => 'ชั่วโมง'; @override String get timerPickerHourLabelTwo => null; @@ -11461,10 +11461,10 @@ class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'นาที'; + String get timerPickerMinuteLabelOne => 'นาที'; @override - String get timerPickerMinuteLabelOther => r'นาที'; + String get timerPickerMinuteLabelOther => 'นาที'; @override String get timerPickerMinuteLabelTwo => null; @@ -11479,10 +11479,10 @@ class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'วินาที'; + String get timerPickerSecondLabelOne => 'วินาที'; @override - String get timerPickerSecondLabelOther => r'วินาที'; + String get timerPickerSecondLabelOther => 'วินาที'; @override String get timerPickerSecondLabelTwo => null; @@ -11491,7 +11491,7 @@ class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'วันนี้'; + String get todayLabel => 'วันนี้'; } /// The translations for Tagalog (`tl`). @@ -11522,22 +11522,22 @@ class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Alerto'; + String get alertDialogLabel => 'Alerto'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get copyButtonLabel => r'Kopyahin'; + String get copyButtonLabel => 'Kopyahin'; @override - String get cutButtonLabel => r'I-cut'; + String get cutButtonLabel => 'I-cut'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => 'mdy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -11564,7 +11564,7 @@ class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 minuto'; + String get datePickerMinuteSemanticsLabelOne => '1 minuto'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute na minuto'; @@ -11576,13 +11576,13 @@ class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'I-paste'; + String get pasteButtonLabel => 'I-paste'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get selectAllButtonLabel => r'Piliin Lahat'; + String get selectAllButtonLabel => 'Piliin Lahat'; @override String get timerPickerHourLabelFew => null; @@ -11591,10 +11591,10 @@ class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'oras'; + String get timerPickerHourLabelOne => 'oras'; @override - String get timerPickerHourLabelOther => r'na oras'; + String get timerPickerHourLabelOther => 'na oras'; @override String get timerPickerHourLabelTwo => null; @@ -11609,10 +11609,10 @@ class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'min.'; + String get timerPickerMinuteLabelOne => 'min.'; @override - String get timerPickerMinuteLabelOther => r'na min.'; + String get timerPickerMinuteLabelOther => 'na min.'; @override String get timerPickerMinuteLabelTwo => null; @@ -11627,10 +11627,10 @@ class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'seg.'; + String get timerPickerSecondLabelOne => 'seg.'; @override - String get timerPickerSecondLabelOther => r'na seg.'; + String get timerPickerSecondLabelOther => 'na seg.'; @override String get timerPickerSecondLabelTwo => null; @@ -11639,7 +11639,7 @@ class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Ngayon'; + String get todayLabel => 'Ngayon'; } /// The translations for Turkish (`tr`). @@ -11670,22 +11670,22 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Uyarı'; + String get alertDialogLabel => 'Uyarı'; @override - String get anteMeridiemAbbreviation => r'ÖÖ'; + String get anteMeridiemAbbreviation => 'ÖÖ'; @override - String get copyButtonLabel => r'Kopyala'; + String get copyButtonLabel => 'Kopyala'; @override - String get cutButtonLabel => r'Kes'; + String get cutButtonLabel => 'Kes'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -11712,7 +11712,7 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 dakika'; + String get datePickerMinuteSemanticsLabelOne => '1 dakika'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute dakika'; @@ -11724,13 +11724,13 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Yapıştır'; + String get pasteButtonLabel => 'Yapıştır'; @override - String get postMeridiemAbbreviation => r'ÖS'; + String get postMeridiemAbbreviation => 'ÖS'; @override - String get selectAllButtonLabel => r'Tümünü Seç'; + String get selectAllButtonLabel => 'Tümünü Seç'; @override String get timerPickerHourLabelFew => null; @@ -11739,10 +11739,10 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'saat'; + String get timerPickerHourLabelOne => 'saat'; @override - String get timerPickerHourLabelOther => r'saat'; + String get timerPickerHourLabelOther => 'saat'; @override String get timerPickerHourLabelTwo => null; @@ -11757,10 +11757,10 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'dk.'; + String get timerPickerMinuteLabelOne => 'dk.'; @override - String get timerPickerMinuteLabelOther => r'dk.'; + String get timerPickerMinuteLabelOther => 'dk.'; @override String get timerPickerMinuteLabelTwo => null; @@ -11775,10 +11775,10 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'sn.'; + String get timerPickerSecondLabelOne => 'sn.'; @override - String get timerPickerSecondLabelOther => r'sn.'; + String get timerPickerSecondLabelOther => 'sn.'; @override String get timerPickerSecondLabelTwo => null; @@ -11787,7 +11787,7 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Bugün'; + String get todayLabel => 'Bugün'; } /// The translations for Ukrainian (`uk`). @@ -11818,22 +11818,22 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Сповіщення'; + String get alertDialogLabel => 'Сповіщення'; @override - String get anteMeridiemAbbreviation => r'дп'; + String get anteMeridiemAbbreviation => 'дп'; @override - String get copyButtonLabel => r'Копіювати'; + String get copyButtonLabel => 'Копіювати'; @override - String get cutButtonLabel => r'Вирізати'; + String get cutButtonLabel => 'Вирізати'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => 'mdy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => r'$hour години'; @@ -11860,7 +11860,7 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => r'$minute хвилин'; @override - String get datePickerMinuteSemanticsLabelOne => r'1 хвилина'; + String get datePickerMinuteSemanticsLabelOne => '1 хвилина'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute хвилини'; @@ -11872,25 +11872,25 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Вставити'; + String get pasteButtonLabel => 'Вставити'; @override - String get postMeridiemAbbreviation => r'пп'; + String get postMeridiemAbbreviation => 'пп'; @override - String get selectAllButtonLabel => r'Вибрати все'; + String get selectAllButtonLabel => 'Вибрати все'; @override - String get timerPickerHourLabelFew => r'години'; + String get timerPickerHourLabelFew => 'години'; @override - String get timerPickerHourLabelMany => r'годин'; + String get timerPickerHourLabelMany => 'годин'; @override - String get timerPickerHourLabelOne => r'година'; + String get timerPickerHourLabelOne => 'година'; @override - String get timerPickerHourLabelOther => r'години'; + String get timerPickerHourLabelOther => 'години'; @override String get timerPickerHourLabelTwo => null; @@ -11899,16 +11899,16 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { String get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => r'хв'; + String get timerPickerMinuteLabelFew => 'хв'; @override - String get timerPickerMinuteLabelMany => r'хв'; + String get timerPickerMinuteLabelMany => 'хв'; @override - String get timerPickerMinuteLabelOne => r'хв'; + String get timerPickerMinuteLabelOne => 'хв'; @override - String get timerPickerMinuteLabelOther => r'хв'; + String get timerPickerMinuteLabelOther => 'хв'; @override String get timerPickerMinuteLabelTwo => null; @@ -11917,16 +11917,16 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => r'с'; + String get timerPickerSecondLabelFew => 'с'; @override - String get timerPickerSecondLabelMany => r'с'; + String get timerPickerSecondLabelMany => 'с'; @override - String get timerPickerSecondLabelOne => r'с'; + String get timerPickerSecondLabelOne => 'с'; @override - String get timerPickerSecondLabelOther => r'с'; + String get timerPickerSecondLabelOther => 'с'; @override String get timerPickerSecondLabelTwo => null; @@ -11935,7 +11935,7 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Сьогодні'; + String get todayLabel => 'Сьогодні'; } /// The translations for Urdu (`ur`). @@ -11966,22 +11966,22 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'الرٹ'; + String get alertDialogLabel => 'الرٹ'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get copyButtonLabel => r'کاپی کریں'; + String get copyButtonLabel => 'کاپی کریں'; @override - String get cutButtonLabel => r'کٹ کریں'; + String get cutButtonLabel => 'کٹ کریں'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -12008,7 +12008,7 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 منٹ'; + String get datePickerMinuteSemanticsLabelOne => '1 منٹ'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute منٹس'; @@ -12020,13 +12020,13 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'پیسٹ کریں'; + String get pasteButtonLabel => 'پیسٹ کریں'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get selectAllButtonLabel => r'سبھی منتخب کریں'; + String get selectAllButtonLabel => 'سبھی منتخب کریں'; @override String get timerPickerHourLabelFew => null; @@ -12035,10 +12035,10 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'گھنٹہ'; + String get timerPickerHourLabelOne => 'گھنٹہ'; @override - String get timerPickerHourLabelOther => r'گھنٹے'; + String get timerPickerHourLabelOther => 'گھنٹے'; @override String get timerPickerHourLabelTwo => null; @@ -12053,10 +12053,10 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'منٹ۔'; + String get timerPickerMinuteLabelOne => 'منٹ۔'; @override - String get timerPickerMinuteLabelOther => r'منٹ۔'; + String get timerPickerMinuteLabelOther => 'منٹ۔'; @override String get timerPickerMinuteLabelTwo => null; @@ -12071,10 +12071,10 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'سیکنڈ۔'; + String get timerPickerSecondLabelOne => 'سیکنڈ۔'; @override - String get timerPickerSecondLabelOther => r'سیکنڈ۔'; + String get timerPickerSecondLabelOther => 'سیکنڈ۔'; @override String get timerPickerSecondLabelTwo => null; @@ -12083,7 +12083,7 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'آج'; + String get todayLabel => 'آج'; } /// The translations for Uzbek (`uz`). @@ -12114,22 +12114,22 @@ class CupertinoLocalizationUz extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Ogohlantirish'; + String get alertDialogLabel => 'Ogohlantirish'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get copyButtonLabel => r'Nusxa olish'; + String get copyButtonLabel => 'Nusxa olish'; @override - String get cutButtonLabel => r'Kesib olish'; + String get cutButtonLabel => 'Kesib olish'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => 'mdy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -12156,7 +12156,7 @@ class CupertinoLocalizationUz extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 daqiqa'; + String get datePickerMinuteSemanticsLabelOne => '1 daqiqa'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute daqiqa'; @@ -12168,13 +12168,13 @@ class CupertinoLocalizationUz extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Joylash'; + String get pasteButtonLabel => 'Joylash'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get selectAllButtonLabel => r'Barchasini tanlash'; + String get selectAllButtonLabel => 'Barchasini tanlash'; @override String get timerPickerHourLabelFew => null; @@ -12183,10 +12183,10 @@ class CupertinoLocalizationUz extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'soat'; + String get timerPickerHourLabelOne => 'soat'; @override - String get timerPickerHourLabelOther => r'soat'; + String get timerPickerHourLabelOther => 'soat'; @override String get timerPickerHourLabelTwo => null; @@ -12201,10 +12201,10 @@ class CupertinoLocalizationUz extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'daqiqa'; + String get timerPickerMinuteLabelOne => 'daqiqa'; @override - String get timerPickerMinuteLabelOther => r'daqiqa'; + String get timerPickerMinuteLabelOther => 'daqiqa'; @override String get timerPickerMinuteLabelTwo => null; @@ -12219,10 +12219,10 @@ class CupertinoLocalizationUz extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'soniya'; + String get timerPickerSecondLabelOne => 'soniya'; @override - String get timerPickerSecondLabelOther => r'soniya'; + String get timerPickerSecondLabelOther => 'soniya'; @override String get timerPickerSecondLabelTwo => null; @@ -12231,7 +12231,7 @@ class CupertinoLocalizationUz extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Bugun'; + String get todayLabel => 'Bugun'; } /// The translations for Vietnamese (`vi`). @@ -12262,22 +12262,22 @@ class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Thông báo'; + String get alertDialogLabel => 'Thông báo'; @override - String get anteMeridiemAbbreviation => r'SÁNG'; + String get anteMeridiemAbbreviation => 'SÁNG'; @override - String get copyButtonLabel => r'Sao chép'; + String get copyButtonLabel => 'Sao chép'; @override - String get cutButtonLabel => r'Cắt'; + String get cutButtonLabel => 'Cắt'; @override - String get datePickerDateOrderString => r'dmy'; + String get datePickerDateOrderString => 'dmy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -12304,7 +12304,7 @@ class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 phút'; + String get datePickerMinuteSemanticsLabelOne => '1 phút'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute phút'; @@ -12316,13 +12316,13 @@ class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Dán'; + String get pasteButtonLabel => 'Dán'; @override - String get postMeridiemAbbreviation => r'CHIỀU'; + String get postMeridiemAbbreviation => 'CHIỀU'; @override - String get selectAllButtonLabel => r'Chọn tất cả'; + String get selectAllButtonLabel => 'Chọn tất cả'; @override String get timerPickerHourLabelFew => null; @@ -12331,10 +12331,10 @@ class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'giờ'; + String get timerPickerHourLabelOne => 'giờ'; @override - String get timerPickerHourLabelOther => r'giờ'; + String get timerPickerHourLabelOther => 'giờ'; @override String get timerPickerHourLabelTwo => null; @@ -12349,10 +12349,10 @@ class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'phút'; + String get timerPickerMinuteLabelOne => 'phút'; @override - String get timerPickerMinuteLabelOther => r'phút'; + String get timerPickerMinuteLabelOther => 'phút'; @override String get timerPickerMinuteLabelTwo => null; @@ -12367,10 +12367,10 @@ class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'giây'; + String get timerPickerSecondLabelOne => 'giây'; @override - String get timerPickerSecondLabelOther => r'giây'; + String get timerPickerSecondLabelOther => 'giây'; @override String get timerPickerSecondLabelTwo => null; @@ -12379,7 +12379,7 @@ class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Hôm nay'; + String get todayLabel => 'Hôm nay'; } /// The translations for Chinese (`zh`). @@ -12410,22 +12410,22 @@ class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'提醒'; + String get alertDialogLabel => '提醒'; @override - String get anteMeridiemAbbreviation => r'上午'; + String get anteMeridiemAbbreviation => '上午'; @override - String get copyButtonLabel => r'复制'; + String get copyButtonLabel => '复制'; @override - String get cutButtonLabel => r'剪切'; + String get cutButtonLabel => '剪切'; @override - String get datePickerDateOrderString => r'ymd'; + String get datePickerDateOrderString => 'ymd'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -12452,7 +12452,7 @@ class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 分钟'; + String get datePickerMinuteSemanticsLabelOne => '1 分钟'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute 分钟'; @@ -12464,13 +12464,13 @@ class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'粘贴'; + String get pasteButtonLabel => '粘贴'; @override - String get postMeridiemAbbreviation => r'下午'; + String get postMeridiemAbbreviation => '下午'; @override - String get selectAllButtonLabel => r'全选'; + String get selectAllButtonLabel => '全选'; @override String get timerPickerHourLabelFew => null; @@ -12479,10 +12479,10 @@ class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'小时'; + String get timerPickerHourLabelOne => '小时'; @override - String get timerPickerHourLabelOther => r'小时'; + String get timerPickerHourLabelOther => '小时'; @override String get timerPickerHourLabelTwo => null; @@ -12497,10 +12497,10 @@ class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'分钟'; + String get timerPickerMinuteLabelOne => '分钟'; @override - String get timerPickerMinuteLabelOther => r'分钟'; + String get timerPickerMinuteLabelOther => '分钟'; @override String get timerPickerMinuteLabelTwo => null; @@ -12515,10 +12515,10 @@ class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'秒'; + String get timerPickerSecondLabelOne => '秒'; @override - String get timerPickerSecondLabelOther => r'秒'; + String get timerPickerSecondLabelOther => '秒'; @override String get timerPickerSecondLabelTwo => null; @@ -12527,7 +12527,7 @@ class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'今天'; + String get todayLabel => '今天'; } /// The translations for Chinese, using the Han script (`zh_Hans`). @@ -12586,16 +12586,16 @@ class CupertinoLocalizationZhHant extends CupertinoLocalizationZh { ); @override - String get alertDialogLabel => r'通知'; + String get alertDialogLabel => '通知'; @override - String get copyButtonLabel => r'複製'; + String get copyButtonLabel => '複製'; @override - String get cutButtonLabel => r'剪下'; + String get cutButtonLabel => '剪下'; @override - String get datePickerDateTimeOrderString => r'date_dayPeriod_time'; + String get datePickerDateTimeOrderString => 'date_dayPeriod_time'; @override String get datePickerHourSemanticsLabelOne => r'$hour 點'; @@ -12604,28 +12604,28 @@ class CupertinoLocalizationZhHant extends CupertinoLocalizationZh { String get datePickerHourSemanticsLabelOther => r'$hour 點'; @override - String get datePickerMinuteSemanticsLabelOne => r'1 分鐘'; + String get datePickerMinuteSemanticsLabelOne => '1 分鐘'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute 分鐘'; @override - String get pasteButtonLabel => r'貼上'; + String get pasteButtonLabel => '貼上'; @override - String get selectAllButtonLabel => r'全選'; + String get selectAllButtonLabel => '全選'; @override - String get timerPickerHourLabelOne => r'小時'; + String get timerPickerHourLabelOne => '小時'; @override - String get timerPickerHourLabelOther => r'小時'; + String get timerPickerHourLabelOther => '小時'; @override - String get timerPickerMinuteLabelOne => r'分鐘'; + String get timerPickerMinuteLabelOne => '分鐘'; @override - String get timerPickerMinuteLabelOther => r'分鐘'; + String get timerPickerMinuteLabelOther => '分鐘'; } /// The translations for Chinese, as used in Hong Kong, using the Han script (`zh_Hant_HK`). @@ -12684,22 +12684,22 @@ class CupertinoLocalizationZhHantTw extends CupertinoLocalizationZhHant { ); @override - String get datePickerMinuteSemanticsLabelOne => r'1 分'; + String get datePickerMinuteSemanticsLabelOne => '1 分'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute 分'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get alertDialogLabel => r'快訊'; + String get alertDialogLabel => '快訊'; @override - String get timerPickerMinuteLabelOne => r'分'; + String get timerPickerMinuteLabelOne => '分'; @override - String get timerPickerMinuteLabelOther => r'分'; + String get timerPickerMinuteLabelOther => '分'; } /// The translations for Zulu (`zu`). @@ -12730,22 +12730,22 @@ class CupertinoLocalizationZu extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => r'Isexwayiso'; + String get alertDialogLabel => 'Isexwayiso'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get copyButtonLabel => r'Kopisha'; + String get copyButtonLabel => 'Kopisha'; @override - String get cutButtonLabel => r'Sika'; + String get cutButtonLabel => 'Sika'; @override - String get datePickerDateOrderString => r'mdy'; + String get datePickerDateOrderString => 'mdy'; @override - String get datePickerDateTimeOrderString => r'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override String get datePickerHourSemanticsLabelFew => null; @@ -12772,7 +12772,7 @@ class CupertinoLocalizationZu extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => r'1 iminithi'; + String get datePickerMinuteSemanticsLabelOne => '1 iminithi'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute amaminithi'; @@ -12784,13 +12784,13 @@ class CupertinoLocalizationZu extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => r'Namathisela'; + String get pasteButtonLabel => 'Namathisela'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get selectAllButtonLabel => r'Khetha konke'; + String get selectAllButtonLabel => 'Khetha konke'; @override String get timerPickerHourLabelFew => null; @@ -12799,10 +12799,10 @@ class CupertinoLocalizationZu extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => r'ihora'; + String get timerPickerHourLabelOne => 'ihora'; @override - String get timerPickerHourLabelOther => r'amahora'; + String get timerPickerHourLabelOther => 'amahora'; @override String get timerPickerHourLabelTwo => null; @@ -12817,10 +12817,10 @@ class CupertinoLocalizationZu extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => r'iminithi.'; + String get timerPickerMinuteLabelOne => 'iminithi.'; @override - String get timerPickerMinuteLabelOther => r'iminithi.'; + String get timerPickerMinuteLabelOther => 'iminithi.'; @override String get timerPickerMinuteLabelTwo => null; @@ -12835,10 +12835,10 @@ class CupertinoLocalizationZu extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => r'isekhondi.'; + String get timerPickerSecondLabelOne => 'isekhondi.'; @override - String get timerPickerSecondLabelOther => r'isekhondi.'; + String get timerPickerSecondLabelOther => 'isekhondi.'; @override String get timerPickerSecondLabelTwo => null; @@ -12847,7 +12847,7 @@ class CupertinoLocalizationZu extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => r'Namuhla'; + String get todayLabel => 'Namuhla'; } /// The set of supported languages, as language code strings. diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index 89c295e9a126..1c486ac8a784 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -48,67 +48,67 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'Meer oor $applicationName'; @override - String get alertDialogLabel => r'Opletberig'; + String get alertDialogLabel => 'Opletberig'; @override - String get anteMeridiemAbbreviation => r'vm.'; + String get anteMeridiemAbbreviation => 'vm.'; @override - String get backButtonTooltip => r'Terug'; + String get backButtonTooltip => 'Terug'; @override - String get cancelButtonLabel => r'KANSELLEER'; + String get cancelButtonLabel => 'KANSELLEER'; @override - String get closeButtonLabel => r'MAAK TOE'; + String get closeButtonLabel => 'MAAK TOE'; @override - String get closeButtonTooltip => r'Maak toe'; + String get closeButtonTooltip => 'Maak toe'; @override - String get collapsedIconTapHint => r'Vou uit'; + String get collapsedIconTapHint => 'Vou uit'; @override - String get continueButtonLabel => r'GAAN VOORT'; + String get continueButtonLabel => 'GAAN VOORT'; @override - String get copyButtonLabel => r'KOPIEER'; + String get copyButtonLabel => 'KOPIEER'; @override - String get cutButtonLabel => r'KNIP'; + String get cutButtonLabel => 'KNIP'; @override - String get deleteButtonTooltip => r'Vee uit'; + String get deleteButtonTooltip => 'Vee uit'; @override - String get dialogLabel => r'Dialoog'; + String get dialogLabel => 'Dialoog'; @override - String get drawerLabel => r'Navigasiekieslys'; + String get drawerLabel => 'Navigasiekieslys'; @override - String get expandedIconTapHint => r'Vou in'; + String get expandedIconTapHint => 'Vou in'; @override - String get hideAccountsLabel => r'Versteek rekeninge'; + String get hideAccountsLabel => 'Versteek rekeninge'; @override - String get licensesPageTitle => r'Lisensies'; + String get licensesPageTitle => 'Lisensies'; @override - String get modalBarrierDismissLabel => r'Maak toe'; + String get modalBarrierDismissLabel => 'Maak toe'; @override - String get nextMonthTooltip => r'Volgende maand'; + String get nextMonthTooltip => 'Volgende maand'; @override - String get nextPageTooltip => r'Volgende bladsy'; + String get nextPageTooltip => 'Volgende bladsy'; @override - String get okButtonLabel => r'OK'; + String get okButtonLabel => 'OK'; @override - String get openAppDrawerTooltip => r'Maak navigasiekieslys oop'; + String get openAppDrawerTooltip => 'Maak navigasiekieslys oop'; @override String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow van $rowCount'; @@ -117,22 +117,22 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow van ongeveer $rowCount'; @override - String get pasteButtonLabel => r'PLAK'; + String get pasteButtonLabel => 'PLAK'; @override - String get popupMenuLabel => r'Opspringkieslys'; + String get popupMenuLabel => 'Opspringkieslys'; @override - String get postMeridiemAbbreviation => r'nm.'; + String get postMeridiemAbbreviation => 'nm.'; @override - String get previousMonthTooltip => r'Vorige maand'; + String get previousMonthTooltip => 'Vorige maand'; @override - String get previousPageTooltip => r'Vorige bladsy'; + String get previousPageTooltip => 'Vorige bladsy'; @override - String get refreshIndicatorSemanticLabel => r'Herlaai'; + String get refreshIndicatorSemanticLabel => 'Herlaai'; @override String get remainingTextFieldCharacterCountFew => null; @@ -141,7 +141,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1 karakter oor'; + String get remainingTextFieldCharacterCountOne => '1 karakter oor'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount karakters oor'; @@ -153,34 +153,34 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountZero => null; @override - String get reorderItemDown => r'Skuif af'; + String get reorderItemDown => 'Skuif af'; @override - String get reorderItemLeft => r'Skuif na links'; + String get reorderItemLeft => 'Skuif na links'; @override - String get reorderItemRight => r'Skuif na regs'; + String get reorderItemRight => 'Skuif na regs'; @override - String get reorderItemToEnd => r'Skuif na die einde'; + String get reorderItemToEnd => 'Skuif na die einde'; @override - String get reorderItemToStart => r'Skuif na die begin'; + String get reorderItemToStart => 'Skuif na die begin'; @override - String get reorderItemUp => r'Skuif op'; + String get reorderItemUp => 'Skuif op'; @override - String get rowsPerPageTitle => r'Rye per bladsy:'; + String get rowsPerPageTitle => 'Rye per bladsy:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Soek'; + String get searchFieldLabel => 'Soek'; @override - String get selectAllButtonLabel => r'KIES ALLES'; + String get selectAllButtonLabel => 'KIES ALLES'; @override String get selectedRowCountTitleFew => null; @@ -189,7 +189,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 item is gekies'; + String get selectedRowCountTitleOne => '1 item is gekies'; @override String get selectedRowCountTitleOther => r'$selectedRowCount items is gekies'; @@ -201,13 +201,13 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Wys rekeninge'; + String get showAccountsLabel => 'Wys rekeninge'; @override - String get showMenuTooltip => r'Wys kieslys'; + String get showMenuTooltip => 'Wys kieslys'; @override - String get signedInLabel => r'Aangemeld'; + String get signedInLabel => 'Aangemeld'; @override String get tabLabelRaw => r'Oortjie $tabIndex van $tabCount'; @@ -216,13 +216,13 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Kies ure'; + String get timePickerHourModeAnnouncement => 'Kies ure'; @override - String get timePickerMinuteModeAnnouncement => r'Kies minute'; + String get timePickerMinuteModeAnnouncement => 'Kies minute'; @override - String get viewLicensesButtonLabel => r'BEKYK LISENSIES'; + String get viewLicensesButtonLabel => 'BEKYK LISENSIES'; } /// The translations for Amharic (`am`). @@ -252,67 +252,67 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'ስለ $applicationName'; @override - String get alertDialogLabel => r'ማንቂያ'; + String get alertDialogLabel => 'ማንቂያ'; @override - String get anteMeridiemAbbreviation => r'ጥዋት'; + String get anteMeridiemAbbreviation => 'ጥዋት'; @override - String get backButtonTooltip => r'ተመለስ'; + String get backButtonTooltip => 'ተመለስ'; @override - String get cancelButtonLabel => r'ይቅር'; + String get cancelButtonLabel => 'ይቅር'; @override - String get closeButtonLabel => r'ዝጋ'; + String get closeButtonLabel => 'ዝጋ'; @override - String get closeButtonTooltip => r'ዝጋ'; + String get closeButtonTooltip => 'ዝጋ'; @override - String get collapsedIconTapHint => r'ዘርጋ'; + String get collapsedIconTapHint => 'ዘርጋ'; @override - String get continueButtonLabel => r'ቀጥል'; + String get continueButtonLabel => 'ቀጥል'; @override - String get copyButtonLabel => r'ቅዳ'; + String get copyButtonLabel => 'ቅዳ'; @override - String get cutButtonLabel => r'ቁረጥ'; + String get cutButtonLabel => 'ቁረጥ'; @override - String get deleteButtonTooltip => r'ሰርዝ'; + String get deleteButtonTooltip => 'ሰርዝ'; @override - String get dialogLabel => r'መገናኛ'; + String get dialogLabel => 'መገናኛ'; @override - String get drawerLabel => r'የዳሰሳ ምናሌ'; + String get drawerLabel => 'የዳሰሳ ምናሌ'; @override - String get expandedIconTapHint => r'ሰብስብ'; + String get expandedIconTapHint => 'ሰብስብ'; @override - String get hideAccountsLabel => r'መለያዎችን ደብቅ'; + String get hideAccountsLabel => 'መለያዎችን ደብቅ'; @override - String get licensesPageTitle => r'ፈቃዶች'; + String get licensesPageTitle => 'ፈቃዶች'; @override - String get modalBarrierDismissLabel => r'አሰናብት'; + String get modalBarrierDismissLabel => 'አሰናብት'; @override - String get nextMonthTooltip => r'ቀጣይ ወር'; + String get nextMonthTooltip => 'ቀጣይ ወር'; @override - String get nextPageTooltip => r'ቀጣይ ገጽ'; + String get nextPageTooltip => 'ቀጣይ ገጽ'; @override - String get okButtonLabel => r'እሺ'; + String get okButtonLabel => 'እሺ'; @override - String get openAppDrawerTooltip => r'የዳሰሳ ምናሌን ክፈት'; + String get openAppDrawerTooltip => 'የዳሰሳ ምናሌን ክፈት'; @override String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow ከ$rowCount ውስጥ'; @@ -321,22 +321,22 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow ከ$rowCount ያህል ውስጥ'; @override - String get pasteButtonLabel => r'ለጥፍ'; + String get pasteButtonLabel => 'ለጥፍ'; @override - String get popupMenuLabel => r'የብቅ-ባይ ምናሌ'; + String get popupMenuLabel => 'የብቅ-ባይ ምናሌ'; @override - String get postMeridiemAbbreviation => r'ከሰዓት'; + String get postMeridiemAbbreviation => 'ከሰዓት'; @override - String get previousMonthTooltip => r'ቀዳሚ ወር'; + String get previousMonthTooltip => 'ቀዳሚ ወር'; @override - String get previousPageTooltip => r'ቀዳሚ ገጽ'; + String get previousPageTooltip => 'ቀዳሚ ገጽ'; @override - String get refreshIndicatorSemanticLabel => r'አድስ'; + String get refreshIndicatorSemanticLabel => 'አድስ'; @override String get remainingTextFieldCharacterCountFew => null; @@ -345,7 +345,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1 ቁምፊ ይቀራል'; + String get remainingTextFieldCharacterCountOne => '1 ቁምፊ ይቀራል'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount ቁምፊዎች ይቀራሉ'; @@ -357,34 +357,34 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountZero => null; @override - String get reorderItemDown => r'ወደ ታች ውሰድ'; + String get reorderItemDown => 'ወደ ታች ውሰድ'; @override - String get reorderItemLeft => r'ወደ ግራ ውሰድ'; + String get reorderItemLeft => 'ወደ ግራ ውሰድ'; @override - String get reorderItemRight => r'ወደ ቀኝ ውሰድ'; + String get reorderItemRight => 'ወደ ቀኝ ውሰድ'; @override - String get reorderItemToEnd => r'ወደ መጨረሻ ውሰድ'; + String get reorderItemToEnd => 'ወደ መጨረሻ ውሰድ'; @override - String get reorderItemToStart => r'ወደ መጀመሪያ ውሰድ'; + String get reorderItemToStart => 'ወደ መጀመሪያ ውሰድ'; @override - String get reorderItemUp => r'ወደ ላይ ውሰድ'; + String get reorderItemUp => 'ወደ ላይ ውሰድ'; @override - String get rowsPerPageTitle => r'ረድፎች በገጽ፦'; + String get rowsPerPageTitle => 'ረድፎች በገጽ፦'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'ይፈልጉ'; + String get searchFieldLabel => 'ይፈልጉ'; @override - String get selectAllButtonLabel => r'ሁሉንም ምረጥ'; + String get selectAllButtonLabel => 'ሁሉንም ምረጥ'; @override String get selectedRowCountTitleFew => null; @@ -393,7 +393,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 ንጥል ተመርጧል'; + String get selectedRowCountTitleOne => '1 ንጥል ተመርጧል'; @override String get selectedRowCountTitleOther => r'$selectedRowCount ንጥሎች ተመርጠዋል'; @@ -405,13 +405,13 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'መለያዎችን አሳይ'; + String get showAccountsLabel => 'መለያዎችን አሳይ'; @override - String get showMenuTooltip => r'ምናሌን አሳይ'; + String get showMenuTooltip => 'ምናሌን አሳይ'; @override - String get signedInLabel => r'በመለያ ገብቷል'; + String get signedInLabel => 'በመለያ ገብቷል'; @override String get tabLabelRaw => r'ትር $tabIndex ከ$tabCount'; @@ -420,13 +420,13 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'ሰዓታትን ምረጥ'; + String get timePickerHourModeAnnouncement => 'ሰዓታትን ምረጥ'; @override - String get timePickerMinuteModeAnnouncement => r'ደቂቃዎችን ይምረጡ'; + String get timePickerMinuteModeAnnouncement => 'ደቂቃዎችን ይምረጡ'; @override - String get viewLicensesButtonLabel => r'ፈቃዶችን ይመልከቱ'; + String get viewLicensesButtonLabel => 'ፈቃዶችን ይመልከቱ'; } /// The translations for Arabic (`ar`). @@ -456,67 +456,67 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'حول "$applicationName"'; @override - String get alertDialogLabel => r'تنبيه'; + String get alertDialogLabel => 'تنبيه'; @override - String get anteMeridiemAbbreviation => r'ص'; + String get anteMeridiemAbbreviation => 'ص'; @override - String get backButtonTooltip => r'رجوع'; + String get backButtonTooltip => 'رجوع'; @override - String get cancelButtonLabel => r'إلغاء'; + String get cancelButtonLabel => 'إلغاء'; @override - String get closeButtonLabel => r'إغلاق'; + String get closeButtonLabel => 'إغلاق'; @override - String get closeButtonTooltip => r'إغلاق'; + String get closeButtonTooltip => 'إغلاق'; @override - String get collapsedIconTapHint => r'توسيع'; + String get collapsedIconTapHint => 'توسيع'; @override - String get continueButtonLabel => r'متابعة'; + String get continueButtonLabel => 'متابعة'; @override - String get copyButtonLabel => r'نسخ'; + String get copyButtonLabel => 'نسخ'; @override - String get cutButtonLabel => r'قص'; + String get cutButtonLabel => 'قص'; @override - String get deleteButtonTooltip => r'حذف'; + String get deleteButtonTooltip => 'حذف'; @override - String get dialogLabel => r'مربع حوار'; + String get dialogLabel => 'مربع حوار'; @override - String get drawerLabel => r'قائمة تنقل'; + String get drawerLabel => 'قائمة تنقل'; @override - String get expandedIconTapHint => r'تصغير'; + String get expandedIconTapHint => 'تصغير'; @override - String get hideAccountsLabel => r'إخفاء الحسابات'; + String get hideAccountsLabel => 'إخفاء الحسابات'; @override - String get licensesPageTitle => r'التراخيص'; + String get licensesPageTitle => 'التراخيص'; @override - String get modalBarrierDismissLabel => r'رفض'; + String get modalBarrierDismissLabel => 'رفض'; @override - String get nextMonthTooltip => r'الشهر التالي'; + String get nextMonthTooltip => 'الشهر التالي'; @override - String get nextPageTooltip => r'الصفحة التالية'; + String get nextPageTooltip => 'الصفحة التالية'; @override - String get okButtonLabel => r'حسنًا'; + String get okButtonLabel => 'حسنًا'; @override - String get openAppDrawerTooltip => r'فتح قائمة التنقل'; + String get openAppDrawerTooltip => 'فتح قائمة التنقل'; @override String get pageRowsInfoTitleRaw => r'من $firstRow إلى $lastRow من إجمالي $rowCount'; @@ -525,22 +525,22 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'من $firstRow إلى $lastRow من إجمالي $rowCount تقريبًا'; @override - String get pasteButtonLabel => r'لصق'; + String get pasteButtonLabel => 'لصق'; @override - String get popupMenuLabel => r'قائمة منبثقة'; + String get popupMenuLabel => 'قائمة منبثقة'; @override - String get postMeridiemAbbreviation => r'م'; + String get postMeridiemAbbreviation => 'م'; @override - String get previousMonthTooltip => r'الشهر السابق'; + String get previousMonthTooltip => 'الشهر السابق'; @override - String get previousPageTooltip => r'الصفحة السابقة'; + String get previousPageTooltip => 'الصفحة السابقة'; @override - String get refreshIndicatorSemanticLabel => r'إعادة تحميل'; + String get refreshIndicatorSemanticLabel => 'إعادة تحميل'; @override String get remainingTextFieldCharacterCountFew => r'$remainingCount أحرف متبقية'; @@ -549,7 +549,7 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => r'$remainingCount حرفًا متبقيًا'; @override - String get remainingTextFieldCharacterCountOne => r'حرف واحد متبقٍ'; + String get remainingTextFieldCharacterCountOne => 'حرف واحد متبقٍ'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount حرف متبقٍ'; @@ -558,37 +558,37 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => r'حرفان ($remainingCount) متبقيان'; @override - String get remainingTextFieldCharacterCountZero => r'لا أحرف متبقية'; + String get remainingTextFieldCharacterCountZero => 'لا أحرف متبقية'; @override - String get reorderItemDown => r'نقل لأسفل'; + String get reorderItemDown => 'نقل لأسفل'; @override - String get reorderItemLeft => r'نقل لليمين'; + String get reorderItemLeft => 'نقل لليمين'; @override - String get reorderItemRight => r'نقل لليسار'; + String get reorderItemRight => 'نقل لليسار'; @override - String get reorderItemToEnd => r'نقل إلى نهاية القائمة'; + String get reorderItemToEnd => 'نقل إلى نهاية القائمة'; @override - String get reorderItemToStart => r'نقل إلى بداية القائمة'; + String get reorderItemToStart => 'نقل إلى بداية القائمة'; @override - String get reorderItemUp => r'نقل لأعلى'; + String get reorderItemUp => 'نقل لأعلى'; @override - String get rowsPerPageTitle => r'عدد الصفوف في الصفحة:'; + String get rowsPerPageTitle => 'عدد الصفوف في الصفحة:'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @override - String get searchFieldLabel => r'بحث'; + String get searchFieldLabel => 'بحث'; @override - String get selectAllButtonLabel => r'اختيار الكل'; + String get selectAllButtonLabel => 'اختيار الكل'; @override String get selectedRowCountTitleFew => r'تم اختيار $selectedRowCount عنصر'; @@ -597,7 +597,7 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => r'تم اختيار $selectedRowCount عنصرًا'; @override - String get selectedRowCountTitleOne => r'تم اختيار عنصر واحد'; + String get selectedRowCountTitleOne => 'تم اختيار عنصر واحد'; @override String get selectedRowCountTitleOther => r'تم اختيار $selectedRowCount عنصر'; @@ -606,16 +606,16 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get selectedRowCountTitleTwo => r'تم اختيار عنصرين ($selectedRowCount)'; @override - String get selectedRowCountTitleZero => r'لم يتم اختيار أي عنصر'; + String get selectedRowCountTitleZero => 'لم يتم اختيار أي عنصر'; @override - String get showAccountsLabel => r'إظهار الحسابات'; + String get showAccountsLabel => 'إظهار الحسابات'; @override - String get showMenuTooltip => r'عرض القائمة'; + String get showMenuTooltip => 'عرض القائمة'; @override - String get signedInLabel => r'تم تسجيل الدخول'; + String get signedInLabel => 'تم تسجيل الدخول'; @override String get tabLabelRaw => r'علامة التبويب $tabIndex من $tabCount'; @@ -624,13 +624,13 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @override - String get timePickerHourModeAnnouncement => r'اختيار الساعات'; + String get timePickerHourModeAnnouncement => 'اختيار الساعات'; @override - String get timePickerMinuteModeAnnouncement => r'اختيار الدقائق'; + String get timePickerMinuteModeAnnouncement => 'اختيار الدقائق'; @override - String get viewLicensesButtonLabel => r'الاطّلاع على التراخيص'; + String get viewLicensesButtonLabel => 'الاطّلاع على التراخيص'; } /// The translations for Assamese (`as`). @@ -660,67 +660,67 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'$applicationNameৰ বিষয়ে'; @override - String get alertDialogLabel => r'সতৰ্কবাৰ্তা'; + String get alertDialogLabel => 'সতৰ্কবাৰ্তা'; @override - String get anteMeridiemAbbreviation => r'পূৰ্বাহ্ন'; + String get anteMeridiemAbbreviation => 'পূৰ্বাহ্ন'; @override - String get backButtonTooltip => r'উভতি যাওক'; + String get backButtonTooltip => 'উভতি যাওক'; @override - String get cancelButtonLabel => r'বাতিল কৰক'; + String get cancelButtonLabel => 'বাতিল কৰক'; @override - String get closeButtonLabel => r'বন্ধ কৰক'; + String get closeButtonLabel => 'বন্ধ কৰক'; @override - String get closeButtonTooltip => r'বন্ধ কৰক'; + String get closeButtonTooltip => 'বন্ধ কৰক'; @override - String get collapsedIconTapHint => r'বিস্তাৰ কৰক'; + String get collapsedIconTapHint => 'বিস্তাৰ কৰক'; @override - String get continueButtonLabel => r'অব্যাহত ৰাখক'; + String get continueButtonLabel => 'অব্যাহত ৰাখক'; @override - String get copyButtonLabel => r'প্ৰতিলিপি কৰক'; + String get copyButtonLabel => 'প্ৰতিলিপি কৰক'; @override - String get cutButtonLabel => r'কাট কৰক'; + String get cutButtonLabel => 'কাট কৰক'; @override - String get deleteButtonTooltip => r'মচক'; + String get deleteButtonTooltip => 'মচক'; @override - String get dialogLabel => r'ডায়ল' "'" r'গ'; + String get dialogLabel => "ডায়ল'গ"; @override - String get drawerLabel => r'নেভিগেশ্বন মেনু'; + String get drawerLabel => 'নেভিগেশ্বন মেনু'; @override - String get expandedIconTapHint => r'সংকোচন কৰক'; + String get expandedIconTapHint => 'সংকোচন কৰক'; @override - String get hideAccountsLabel => r'একাউণ্টসমূহ লুকুৱাওক'; + String get hideAccountsLabel => 'একাউণ্টসমূহ লুকুৱাওক'; @override - String get licensesPageTitle => r'অনুজ্ঞাপত্ৰসমূহ'; + String get licensesPageTitle => 'অনুজ্ঞাপত্ৰসমূহ'; @override - String get modalBarrierDismissLabel => r'অগ্ৰাহ্য কৰক'; + String get modalBarrierDismissLabel => 'অগ্ৰাহ্য কৰক'; @override - String get nextMonthTooltip => r'পৰৱৰ্তী মাহ'; + String get nextMonthTooltip => 'পৰৱৰ্তী মাহ'; @override - String get nextPageTooltip => r'পৰৱৰ্তী পৃষ্ঠা'; + String get nextPageTooltip => 'পৰৱৰ্তী পৃষ্ঠা'; @override - String get okButtonLabel => r'ঠিক আছে'; + String get okButtonLabel => 'ঠিক আছে'; @override - String get openAppDrawerTooltip => r'নেভিগেশ্বন মেনু খোলক'; + String get openAppDrawerTooltip => 'নেভিগেশ্বন মেনু খোলক'; @override String get pageRowsInfoTitleRaw => r'$rowCountৰ $firstRow–$lastRow'; @@ -729,22 +729,22 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$rowCountৰ $firstRow–$lastRow'; @override - String get pasteButtonLabel => r'পে' "'" r'ষ্ট কৰক'; + String get pasteButtonLabel => "পে'ষ্ট কৰক"; @override - String get popupMenuLabel => r'প' "'" r'পআপ মেনু'; + String get popupMenuLabel => "প'পআপ মেনু"; @override - String get postMeridiemAbbreviation => r'অপৰাহ্ন'; + String get postMeridiemAbbreviation => 'অপৰাহ্ন'; @override - String get previousMonthTooltip => r'পূৰ্বৱৰ্তী মাহ'; + String get previousMonthTooltip => 'পূৰ্বৱৰ্তী মাহ'; @override - String get previousPageTooltip => r'পূৰ্বৱৰ্তী পৃষ্ঠা'; + String get previousPageTooltip => 'পূৰ্বৱৰ্তী পৃষ্ঠা'; @override - String get refreshIndicatorSemanticLabel => r'ৰিফ্ৰেশ্ব কৰক'; + String get refreshIndicatorSemanticLabel => 'ৰিফ্ৰেশ্ব কৰক'; @override String get remainingTextFieldCharacterCountFew => null; @@ -753,7 +753,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'১টা বর্ণ বাকী আছে'; + String get remainingTextFieldCharacterCountOne => '১টা বর্ণ বাকী আছে'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCountটা বর্ণ বাকী আছে'; @@ -765,34 +765,34 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountZero => null; @override - String get reorderItemDown => r'তললৈ স্থানান্তৰ কৰক'; + String get reorderItemDown => 'তললৈ স্থানান্তৰ কৰক'; @override - String get reorderItemLeft => r'বাওঁফাললৈ স্থানান্তৰ কৰক'; + String get reorderItemLeft => 'বাওঁফাললৈ স্থানান্তৰ কৰক'; @override - String get reorderItemRight => r'সোঁফাললৈ স্থানান্তৰ কৰক'; + String get reorderItemRight => 'সোঁফাললৈ স্থানান্তৰ কৰক'; @override - String get reorderItemToEnd => r'শেষলৈ স্থানান্তৰ কৰক'; + String get reorderItemToEnd => 'শেষলৈ স্থানান্তৰ কৰক'; @override - String get reorderItemToStart => r'আৰম্ভণিলৈ স্থানান্তৰ কৰক'; + String get reorderItemToStart => 'আৰম্ভণিলৈ স্থানান্তৰ কৰক'; @override - String get reorderItemUp => r'ওপৰলৈ নিয়ক'; + String get reorderItemUp => 'ওপৰলৈ নিয়ক'; @override - String get rowsPerPageTitle => r'প্ৰতিটো পৃষ্ঠাত থকা শাৰী:'; + String get rowsPerPageTitle => 'প্ৰতিটো পৃষ্ঠাত থকা শাৰী:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'সন্ধান কৰক'; + String get searchFieldLabel => 'সন্ধান কৰক'; @override - String get selectAllButtonLabel => r'সকলো বাছনি কৰক'; + String get selectAllButtonLabel => 'সকলো বাছনি কৰক'; @override String get selectedRowCountTitleFew => null; @@ -801,7 +801,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'১টা বস্তু বাছনি কৰা হ' "'" r'ল'; + String get selectedRowCountTitleOne => "১টা বস্তু বাছনি কৰা হ'ল"; @override String get selectedRowCountTitleOther => r'$selectedRowCountটা বস্তু বাছনি কৰা হ’ল'; @@ -813,13 +813,13 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'একাউণ্টসমূহ দেখুৱাওক'; + String get showAccountsLabel => 'একাউণ্টসমূহ দেখুৱাওক'; @override - String get showMenuTooltip => r'মেনুখন দেখুৱাওক'; + String get showMenuTooltip => 'মেনুখন দেখুৱাওক'; @override - String get signedInLabel => r'ছাইন ইন কৰা হ’ল'; + String get signedInLabel => 'ছাইন ইন কৰা হ’ল'; @override String get tabLabelRaw => r'$tabCountৰ $tabIndexটা টেব'; @@ -828,13 +828,13 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'সময় বাছনি কৰক'; + String get timePickerHourModeAnnouncement => 'সময় বাছনি কৰক'; @override - String get timePickerMinuteModeAnnouncement => r'মিনিট বাছনি কৰক'; + String get timePickerMinuteModeAnnouncement => 'মিনিট বাছনি কৰক'; @override - String get viewLicensesButtonLabel => r'অনুজ্ঞাপত্ৰসমূহ চাওক'; + String get viewLicensesButtonLabel => 'অনুজ্ঞাপত্ৰসমূহ চাওক'; } /// The translations for Azerbaijani (`az`). @@ -864,67 +864,67 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'$applicationName haqqında'; @override - String get alertDialogLabel => r'Bildiriş'; + String get alertDialogLabel => 'Bildiriş'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonTooltip => r'Geri'; + String get backButtonTooltip => 'Geri'; @override - String get cancelButtonLabel => r'LƏĞV EDİN'; + String get cancelButtonLabel => 'LƏĞV EDİN'; @override - String get closeButtonLabel => r'BAĞLAYIN'; + String get closeButtonLabel => 'BAĞLAYIN'; @override - String get closeButtonTooltip => r'Bağlayın'; + String get closeButtonTooltip => 'Bağlayın'; @override - String get collapsedIconTapHint => r'Genişləndirin'; + String get collapsedIconTapHint => 'Genişləndirin'; @override - String get continueButtonLabel => r'DAVAM EDİN'; + String get continueButtonLabel => 'DAVAM EDİN'; @override - String get copyButtonLabel => r'KOPYALAYIN'; + String get copyButtonLabel => 'KOPYALAYIN'; @override - String get cutButtonLabel => r'KƏSİN'; + String get cutButtonLabel => 'KƏSİN'; @override - String get deleteButtonTooltip => r'Silin'; + String get deleteButtonTooltip => 'Silin'; @override - String get dialogLabel => r'Dialoq'; + String get dialogLabel => 'Dialoq'; @override - String get drawerLabel => r'Naviqasiya menyusu'; + String get drawerLabel => 'Naviqasiya menyusu'; @override - String get expandedIconTapHint => r'Yığcamlaşdırın'; + String get expandedIconTapHint => 'Yığcamlaşdırın'; @override - String get hideAccountsLabel => r'Hesabları gizlədin'; + String get hideAccountsLabel => 'Hesabları gizlədin'; @override - String get licensesPageTitle => r'Lisenziyalar'; + String get licensesPageTitle => 'Lisenziyalar'; @override - String get modalBarrierDismissLabel => r'İmtina edin'; + String get modalBarrierDismissLabel => 'İmtina edin'; @override - String get nextMonthTooltip => r'Növbəti ay'; + String get nextMonthTooltip => 'Növbəti ay'; @override - String get nextPageTooltip => r'Növbəti səhifə'; + String get nextPageTooltip => 'Növbəti səhifə'; @override - String get okButtonLabel => r'OK'; + String get okButtonLabel => 'OK'; @override - String get openAppDrawerTooltip => r'Naviqasiya menyusunu açın'; + String get openAppDrawerTooltip => 'Naviqasiya menyusunu açın'; @override String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow/$rowCount'; @@ -933,22 +933,22 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow/ təxminən $rowCount'; @override - String get pasteButtonLabel => r'YERLƏŞDİRİN'; + String get pasteButtonLabel => 'YERLƏŞDİRİN'; @override - String get popupMenuLabel => r'Popap menyusu'; + String get popupMenuLabel => 'Popap menyusu'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get previousMonthTooltip => r'Keçən ay'; + String get previousMonthTooltip => 'Keçən ay'; @override - String get previousPageTooltip => r'Əvvəlki səhifə'; + String get previousPageTooltip => 'Əvvəlki səhifə'; @override - String get refreshIndicatorSemanticLabel => r'Yeniləyin'; + String get refreshIndicatorSemanticLabel => 'Yeniləyin'; @override String get remainingTextFieldCharacterCountFew => null; @@ -957,7 +957,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1 simvol qalır'; + String get remainingTextFieldCharacterCountOne => '1 simvol qalır'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount simvol qalır'; @@ -969,34 +969,34 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountZero => null; @override - String get reorderItemDown => r'Aşağı köçürün'; + String get reorderItemDown => 'Aşağı köçürün'; @override - String get reorderItemLeft => r'Sola köçürün'; + String get reorderItemLeft => 'Sola köçürün'; @override - String get reorderItemRight => r'Sağa köçürün'; + String get reorderItemRight => 'Sağa köçürün'; @override - String get reorderItemToEnd => r'Sona köçürün'; + String get reorderItemToEnd => 'Sona köçürün'; @override - String get reorderItemToStart => r'Əvvələ köçürün'; + String get reorderItemToStart => 'Əvvələ köçürün'; @override - String get reorderItemUp => r'Yuxarı köçürün'; + String get reorderItemUp => 'Yuxarı köçürün'; @override - String get rowsPerPageTitle => r'Hər səhifə üzrə sıra:'; + String get rowsPerPageTitle => 'Hər səhifə üzrə sıra:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Axtarın'; + String get searchFieldLabel => 'Axtarın'; @override - String get selectAllButtonLabel => r'HAMISINI SEÇİN'; + String get selectAllButtonLabel => 'HAMISINI SEÇİN'; @override String get selectedRowCountTitleFew => null; @@ -1005,7 +1005,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 element seçildi'; + String get selectedRowCountTitleOne => '1 element seçildi'; @override String get selectedRowCountTitleOther => r'$selectedRowCount element seçildi'; @@ -1017,13 +1017,13 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Hesabları göstərin'; + String get showAccountsLabel => 'Hesabları göstərin'; @override - String get showMenuTooltip => r'Menyunu göstərin'; + String get showMenuTooltip => 'Menyunu göstərin'; @override - String get signedInLabel => r'Daxil olundu'; + String get signedInLabel => 'Daxil olundu'; @override String get tabLabelRaw => r'$tabIndex/$tabCount tab'; @@ -1032,13 +1032,13 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Saat seçin'; + String get timePickerHourModeAnnouncement => 'Saat seçin'; @override - String get timePickerMinuteModeAnnouncement => r'Dəqiqə seçin'; + String get timePickerMinuteModeAnnouncement => 'Dəqiqə seçin'; @override - String get viewLicensesButtonLabel => r'LİSENZİYALARA BAXIN'; + String get viewLicensesButtonLabel => 'LİSENZİYALARA BAXIN'; } /// The translations for Belarusian (`be`). @@ -1068,67 +1068,67 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'Інфармацыя пра праграму "$applicationName"'; @override - String get alertDialogLabel => r'Абвестка'; + String get alertDialogLabel => 'Абвестка'; @override - String get anteMeridiemAbbreviation => r'раніцы'; + String get anteMeridiemAbbreviation => 'раніцы'; @override - String get backButtonTooltip => r'Назад'; + String get backButtonTooltip => 'Назад'; @override - String get cancelButtonLabel => r'СКАСАВАЦЬ'; + String get cancelButtonLabel => 'СКАСАВАЦЬ'; @override - String get closeButtonLabel => r'ЗАКРЫЦЬ'; + String get closeButtonLabel => 'ЗАКРЫЦЬ'; @override - String get closeButtonTooltip => r'Закрыць'; + String get closeButtonTooltip => 'Закрыць'; @override - String get collapsedIconTapHint => r'Разгарнуць'; + String get collapsedIconTapHint => 'Разгарнуць'; @override - String get continueButtonLabel => r'ПРАЦЯГНУЦЬ'; + String get continueButtonLabel => 'ПРАЦЯГНУЦЬ'; @override - String get copyButtonLabel => r'КАПІРАВАЦЬ'; + String get copyButtonLabel => 'КАПІРАВАЦЬ'; @override - String get cutButtonLabel => r'ВЫРАЗАЦЬ'; + String get cutButtonLabel => 'ВЫРАЗАЦЬ'; @override - String get deleteButtonTooltip => r'Выдаліць'; + String get deleteButtonTooltip => 'Выдаліць'; @override - String get dialogLabel => r'Дыялогавае акно'; + String get dialogLabel => 'Дыялогавае акно'; @override - String get drawerLabel => r'Меню навігацыі'; + String get drawerLabel => 'Меню навігацыі'; @override - String get expandedIconTapHint => r'Згарнуць'; + String get expandedIconTapHint => 'Згарнуць'; @override - String get hideAccountsLabel => r'Схаваць уліковыя запісы'; + String get hideAccountsLabel => 'Схаваць уліковыя запісы'; @override - String get licensesPageTitle => r'Ліцэнзіі'; + String get licensesPageTitle => 'Ліцэнзіі'; @override - String get modalBarrierDismissLabel => r'Адхіліць'; + String get modalBarrierDismissLabel => 'Адхіліць'; @override - String get nextMonthTooltip => r'Наступны месяц'; + String get nextMonthTooltip => 'Наступны месяц'; @override - String get nextPageTooltip => r'Наступная старонка'; + String get nextPageTooltip => 'Наступная старонка'; @override - String get okButtonLabel => r'ОК'; + String get okButtonLabel => 'ОК'; @override - String get openAppDrawerTooltip => r'Адкрыць меню навігацыі'; + String get openAppDrawerTooltip => 'Адкрыць меню навігацыі'; @override String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow з $rowCount'; @@ -1137,22 +1137,22 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow з прыблізна $rowCount'; @override - String get pasteButtonLabel => r'УСТАВІЦЬ'; + String get pasteButtonLabel => 'УСТАВІЦЬ'; @override - String get popupMenuLabel => r'Меню ўсплывальнага акна'; + String get popupMenuLabel => 'Меню ўсплывальнага акна'; @override - String get postMeridiemAbbreviation => r'вечара'; + String get postMeridiemAbbreviation => 'вечара'; @override - String get previousMonthTooltip => r'Папярэдні месяц'; + String get previousMonthTooltip => 'Папярэдні месяц'; @override - String get previousPageTooltip => r'Папярэдняя старонка'; + String get previousPageTooltip => 'Папярэдняя старонка'; @override - String get refreshIndicatorSemanticLabel => r'Абнавіць'; + String get refreshIndicatorSemanticLabel => 'Абнавіць'; @override String get remainingTextFieldCharacterCountFew => r'Засталося $remainingCount сімвалы'; @@ -1161,7 +1161,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => r'Засталося $remainingCount сімвалаў'; @override - String get remainingTextFieldCharacterCountOne => r'Застаўся 1 сімвал'; + String get remainingTextFieldCharacterCountOne => 'Застаўся 1 сімвал'; @override String get remainingTextFieldCharacterCountOther => r'Засталося $remainingCount сімвала'; @@ -1173,34 +1173,34 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountZero => null; @override - String get reorderItemDown => r'Перамясціць уніз'; + String get reorderItemDown => 'Перамясціць уніз'; @override - String get reorderItemLeft => r'Перамясціць улева'; + String get reorderItemLeft => 'Перамясціць улева'; @override - String get reorderItemRight => r'Перамясціць управа'; + String get reorderItemRight => 'Перамясціць управа'; @override - String get reorderItemToEnd => r'Перамясціць у канец'; + String get reorderItemToEnd => 'Перамясціць у канец'; @override - String get reorderItemToStart => r'Перамясціць у пачатак'; + String get reorderItemToStart => 'Перамясціць у пачатак'; @override - String get reorderItemUp => r'Перамясціць уверх'; + String get reorderItemUp => 'Перамясціць уверх'; @override - String get rowsPerPageTitle => r'Радкоў на старонку:'; + String get rowsPerPageTitle => 'Радкоў на старонку:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Пошук'; + String get searchFieldLabel => 'Пошук'; @override - String get selectAllButtonLabel => r'ВЫБРАЦЬ УСЕ'; + String get selectAllButtonLabel => 'ВЫБРАЦЬ УСЕ'; @override String get selectedRowCountTitleFew => r'Выбрана $selectedRowCount элементы'; @@ -1209,7 +1209,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => r'Выбрана $selectedRowCount элементаў'; @override - String get selectedRowCountTitleOne => r'Выбраны 1 элемент'; + String get selectedRowCountTitleOne => 'Выбраны 1 элемент'; @override String get selectedRowCountTitleOther => r'Выбрана $selectedRowCount элемента'; @@ -1221,13 +1221,13 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Паказаць уліковыя запісы'; + String get showAccountsLabel => 'Паказаць уліковыя запісы'; @override - String get showMenuTooltip => r'Паказаць меню'; + String get showMenuTooltip => 'Паказаць меню'; @override - String get signedInLabel => r'Уваход выкананы'; + String get signedInLabel => 'Уваход выкананы'; @override String get tabLabelRaw => r'Укладка $tabIndex з $tabCount'; @@ -1236,13 +1236,13 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Выберыце гадзіны'; + String get timePickerHourModeAnnouncement => 'Выберыце гадзіны'; @override - String get timePickerMinuteModeAnnouncement => r'Выберыце хвіліны'; + String get timePickerMinuteModeAnnouncement => 'Выберыце хвіліны'; @override - String get viewLicensesButtonLabel => r'ПАКАЗАЦЬ ЛІЦЭНЗІІ'; + String get viewLicensesButtonLabel => 'ПАКАЗАЦЬ ЛІЦЭНЗІІ'; } /// The translations for Bulgarian (`bg`). @@ -1272,67 +1272,67 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'Всичко за $applicationName'; @override - String get alertDialogLabel => r'Сигнал'; + String get alertDialogLabel => 'Сигнал'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonTooltip => r'Назад'; + String get backButtonTooltip => 'Назад'; @override - String get cancelButtonLabel => r'ОТКАЗ'; + String get cancelButtonLabel => 'ОТКАЗ'; @override - String get closeButtonLabel => r'ЗАТВАРЯНЕ'; + String get closeButtonLabel => 'ЗАТВАРЯНЕ'; @override - String get closeButtonTooltip => r'Затваряне'; + String get closeButtonTooltip => 'Затваряне'; @override - String get collapsedIconTapHint => r'Разгъване'; + String get collapsedIconTapHint => 'Разгъване'; @override - String get continueButtonLabel => r'НАПРЕД'; + String get continueButtonLabel => 'НАПРЕД'; @override - String get copyButtonLabel => r'КОПИРАНЕ'; + String get copyButtonLabel => 'КОПИРАНЕ'; @override - String get cutButtonLabel => r'ИЗРЯЗВАНЕ'; + String get cutButtonLabel => 'ИЗРЯЗВАНЕ'; @override - String get deleteButtonTooltip => r'Изтриване'; + String get deleteButtonTooltip => 'Изтриване'; @override - String get dialogLabel => r'Диалогов прозорец'; + String get dialogLabel => 'Диалогов прозорец'; @override - String get drawerLabel => r'Меню за навигация'; + String get drawerLabel => 'Меню за навигация'; @override - String get expandedIconTapHint => r'Свиване'; + String get expandedIconTapHint => 'Свиване'; @override - String get hideAccountsLabel => r'Скриване на профилите'; + String get hideAccountsLabel => 'Скриване на профилите'; @override - String get licensesPageTitle => r'Лицензи'; + String get licensesPageTitle => 'Лицензи'; @override - String get modalBarrierDismissLabel => r'Отхвърляне'; + String get modalBarrierDismissLabel => 'Отхвърляне'; @override - String get nextMonthTooltip => r'Следващият месец'; + String get nextMonthTooltip => 'Следващият месец'; @override - String get nextPageTooltip => r'Следващата страница'; + String get nextPageTooltip => 'Следващата страница'; @override - String get okButtonLabel => r'OK'; + String get okButtonLabel => 'OK'; @override - String get openAppDrawerTooltip => r'Отваряне на менюто за навигация'; + String get openAppDrawerTooltip => 'Отваряне на менюто за навигация'; @override String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow от $rowCount'; @@ -1341,22 +1341,22 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow от около $rowCount'; @override - String get pasteButtonLabel => r'ПОСТАВЯНЕ'; + String get pasteButtonLabel => 'ПОСТАВЯНЕ'; @override - String get popupMenuLabel => r'Изскачащо меню'; + String get popupMenuLabel => 'Изскачащо меню'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get previousMonthTooltip => r'Предишният месец'; + String get previousMonthTooltip => 'Предишният месец'; @override - String get previousPageTooltip => r'Предишната страница'; + String get previousPageTooltip => 'Предишната страница'; @override - String get refreshIndicatorSemanticLabel => r'Опресняване'; + String get refreshIndicatorSemanticLabel => 'Опресняване'; @override String get remainingTextFieldCharacterCountFew => null; @@ -1365,7 +1365,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'Остава 1 знак'; + String get remainingTextFieldCharacterCountOne => 'Остава 1 знак'; @override String get remainingTextFieldCharacterCountOther => r'Остават $remainingCount знака'; @@ -1374,37 +1374,37 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => r'Преместване надолу'; + String get reorderItemDown => 'Преместване надолу'; @override - String get reorderItemLeft => r'Преместване наляво'; + String get reorderItemLeft => 'Преместване наляво'; @override - String get reorderItemRight => r'Преместване надясно'; + String get reorderItemRight => 'Преместване надясно'; @override - String get reorderItemToEnd => r'Преместване в края'; + String get reorderItemToEnd => 'Преместване в края'; @override - String get reorderItemToStart => r'Преместване в началото'; + String get reorderItemToStart => 'Преместване в началото'; @override - String get reorderItemUp => r'Преместване нагоре'; + String get reorderItemUp => 'Преместване нагоре'; @override - String get rowsPerPageTitle => r'Редове на страница:'; + String get rowsPerPageTitle => 'Редове на страница:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Търсене'; + String get searchFieldLabel => 'Търсене'; @override - String get selectAllButtonLabel => r'ИЗБИРАНЕ НА ВСИЧКО'; + String get selectAllButtonLabel => 'ИЗБИРАНЕ НА ВСИЧКО'; @override String get selectedRowCountTitleFew => null; @@ -1413,7 +1413,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'Избран е 1 елемент'; + String get selectedRowCountTitleOne => 'Избран е 1 елемент'; @override String get selectedRowCountTitleOther => r'Избрани са $selectedRowCount елемента'; @@ -1425,13 +1425,13 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Показване на профилите'; + String get showAccountsLabel => 'Показване на профилите'; @override - String get showMenuTooltip => r'Показване на менюто'; + String get showMenuTooltip => 'Показване на менюто'; @override - String get signedInLabel => r'В профила си сте'; + String get signedInLabel => 'В профила си сте'; @override String get tabLabelRaw => r'Раздел $tabIndex от $tabCount'; @@ -1440,13 +1440,13 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Избиране на часове'; + String get timePickerHourModeAnnouncement => 'Избиране на часове'; @override - String get timePickerMinuteModeAnnouncement => r'Избиране на минути'; + String get timePickerMinuteModeAnnouncement => 'Избиране на минути'; @override - String get viewLicensesButtonLabel => r'ПРЕГЛЕД НА ЛИЦЕНЗИТЕ'; + String get viewLicensesButtonLabel => 'ПРЕГЛЕД НА ЛИЦЕНЗИТЕ'; } /// The translations for Bengali Bangla (`bn`). @@ -1476,67 +1476,67 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'$applicationName সম্পর্কে'; @override - String get alertDialogLabel => r'সতর্কতা'; + String get alertDialogLabel => 'সতর্কতা'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonTooltip => r'ফিরে যান'; + String get backButtonTooltip => 'ফিরে যান'; @override - String get cancelButtonLabel => r'বাতিল করুন'; + String get cancelButtonLabel => 'বাতিল করুন'; @override - String get closeButtonLabel => r'বন্ধ করুন'; + String get closeButtonLabel => 'বন্ধ করুন'; @override - String get closeButtonTooltip => r'বন্ধ করুন'; + String get closeButtonTooltip => 'বন্ধ করুন'; @override - String get collapsedIconTapHint => r'বড় করুন'; + String get collapsedIconTapHint => 'বড় করুন'; @override - String get continueButtonLabel => r'চালিয়ে যান'; + String get continueButtonLabel => 'চালিয়ে যান'; @override - String get copyButtonLabel => r'কপি করুন'; + String get copyButtonLabel => 'কপি করুন'; @override - String get cutButtonLabel => r'কাট করুন'; + String get cutButtonLabel => 'কাট করুন'; @override - String get deleteButtonTooltip => r'মুছে দিন'; + String get deleteButtonTooltip => 'মুছে দিন'; @override - String get dialogLabel => r'ডায়ালগ'; + String get dialogLabel => 'ডায়ালগ'; @override - String get drawerLabel => r'নেভিগেশান মেনু'; + String get drawerLabel => 'নেভিগেশান মেনু'; @override - String get expandedIconTapHint => r'আড়াল করুন'; + String get expandedIconTapHint => 'আড়াল করুন'; @override - String get hideAccountsLabel => r'অ্যাকাউন্টগুলি লুকান'; + String get hideAccountsLabel => 'অ্যাকাউন্টগুলি লুকান'; @override - String get licensesPageTitle => r'লাইসেন্স'; + String get licensesPageTitle => 'লাইসেন্স'; @override - String get modalBarrierDismissLabel => r'খারিজ করুন'; + String get modalBarrierDismissLabel => 'খারিজ করুন'; @override - String get nextMonthTooltip => r'পরের মাস'; + String get nextMonthTooltip => 'পরের মাস'; @override - String get nextPageTooltip => r'পরের পৃষ্ঠা'; + String get nextPageTooltip => 'পরের পৃষ্ঠা'; @override - String get okButtonLabel => r'ঠিক আছে'; + String get okButtonLabel => 'ঠিক আছে'; @override - String get openAppDrawerTooltip => r'নেভিগেশন মেনু খুলুন'; + String get openAppDrawerTooltip => 'নেভিগেশন মেনু খুলুন'; @override String get pageRowsInfoTitleRaw => r'$rowCountটির মধ্যে $firstRow-$lastRow'; @@ -1545,22 +1545,22 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'প্রায় $rowCountটির মধ্যে $firstRow-$lastRow নম্বর'; @override - String get pasteButtonLabel => r'পেস্ট করুন'; + String get pasteButtonLabel => 'পেস্ট করুন'; @override - String get popupMenuLabel => r'পপ-আপ মেনু'; + String get popupMenuLabel => 'পপ-আপ মেনু'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get previousMonthTooltip => r'আগের মাস'; + String get previousMonthTooltip => 'আগের মাস'; @override - String get previousPageTooltip => r'আগের পৃষ্ঠা'; + String get previousPageTooltip => 'আগের পৃষ্ঠা'; @override - String get refreshIndicatorSemanticLabel => r'রিফ্রেশ করুন'; + String get refreshIndicatorSemanticLabel => 'রিফ্রেশ করুন'; @override String get remainingTextFieldCharacterCountFew => null; @@ -1569,7 +1569,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'আর ১টি অক্ষর লেখা যাবে'; + String get remainingTextFieldCharacterCountOne => 'আর ১টি অক্ষর লেখা যাবে'; @override String get remainingTextFieldCharacterCountOther => r'আর $remainingCountটি অক্ষর লেখা যাবে'; @@ -1581,34 +1581,34 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountZero => null; @override - String get reorderItemDown => r'নিচের দিকে সরান'; + String get reorderItemDown => 'নিচের দিকে সরান'; @override - String get reorderItemLeft => r'বাঁদিকে সরান'; + String get reorderItemLeft => 'বাঁদিকে সরান'; @override - String get reorderItemRight => r'ডানদিকে সরান'; + String get reorderItemRight => 'ডানদিকে সরান'; @override - String get reorderItemToEnd => r'একদম শেষের দিকে যান'; + String get reorderItemToEnd => 'একদম শেষের দিকে যান'; @override - String get reorderItemToStart => r'চালু করতে সরান'; + String get reorderItemToStart => 'চালু করতে সরান'; @override - String get reorderItemUp => r'উপরের দিকে সরান'; + String get reorderItemUp => 'উপরের দিকে সরান'; @override - String get rowsPerPageTitle => r'প্রতি পৃষ্ঠায় সারির সংখ্যা:'; + String get rowsPerPageTitle => 'প্রতি পৃষ্ঠায় সারির সংখ্যা:'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @override - String get searchFieldLabel => r'সার্চ'; + String get searchFieldLabel => 'সার্চ'; @override - String get selectAllButtonLabel => r'সব বেছে নিন'; + String get selectAllButtonLabel => 'সব বেছে নিন'; @override String get selectedRowCountTitleFew => null; @@ -1617,7 +1617,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'১টি আইটেম বেছে নেওয়া হয়েছে'; + String get selectedRowCountTitleOne => '১টি আইটেম বেছে নেওয়া হয়েছে'; @override String get selectedRowCountTitleOther => r'$selectedRowCountটি আইটেম বেছে নেওয়া হয়েছে'; @@ -1629,13 +1629,13 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'অ্যাকাউন্টগুলি দেখান'; + String get showAccountsLabel => 'অ্যাকাউন্টগুলি দেখান'; @override - String get showMenuTooltip => r'মেনু দেখান'; + String get showMenuTooltip => 'মেনু দেখান'; @override - String get signedInLabel => r'সাইন-ইন করা হয়েছে'; + String get signedInLabel => 'সাইন-ইন করা হয়েছে'; @override String get tabLabelRaw => r'$tabCount-এর মধ্যে $tabIndexটি ট্যাব'; @@ -1644,13 +1644,13 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'ঘণ্টা বেছে নিন'; + String get timePickerHourModeAnnouncement => 'ঘণ্টা বেছে নিন'; @override - String get timePickerMinuteModeAnnouncement => r'মিনিট বেছে নিন'; + String get timePickerMinuteModeAnnouncement => 'মিনিট বেছে নিন'; @override - String get viewLicensesButtonLabel => r'লাইসেন্স দেখুন'; + String get viewLicensesButtonLabel => 'লাইসেন্স দেখুন'; } /// The translations for Bosnian (`bs`). @@ -1680,67 +1680,67 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'O aplikaciji $applicationName'; @override - String get alertDialogLabel => r'Upozorenje'; + String get alertDialogLabel => 'Upozorenje'; @override - String get anteMeridiemAbbreviation => r'prijepodne'; + String get anteMeridiemAbbreviation => 'prijepodne'; @override - String get backButtonTooltip => r'Nazad'; + String get backButtonTooltip => 'Nazad'; @override - String get cancelButtonLabel => r'OTKAŽI'; + String get cancelButtonLabel => 'OTKAŽI'; @override - String get closeButtonLabel => r'ZATVORI'; + String get closeButtonLabel => 'ZATVORI'; @override - String get closeButtonTooltip => r'Zatvaranje'; + String get closeButtonTooltip => 'Zatvaranje'; @override - String get collapsedIconTapHint => r'Proširi'; + String get collapsedIconTapHint => 'Proširi'; @override - String get continueButtonLabel => r'NASTAVI'; + String get continueButtonLabel => 'NASTAVI'; @override - String get copyButtonLabel => r'KOPIRAJ'; + String get copyButtonLabel => 'KOPIRAJ'; @override - String get cutButtonLabel => r'IZREŽI'; + String get cutButtonLabel => 'IZREŽI'; @override - String get deleteButtonTooltip => r'Brisanje'; + String get deleteButtonTooltip => 'Brisanje'; @override - String get dialogLabel => r'Dijaloški okvir'; + String get dialogLabel => 'Dijaloški okvir'; @override - String get drawerLabel => r'Meni za navigaciju'; + String get drawerLabel => 'Meni za navigaciju'; @override - String get expandedIconTapHint => r'Suzi'; + String get expandedIconTapHint => 'Suzi'; @override - String get hideAccountsLabel => r'Sakrij račune'; + String get hideAccountsLabel => 'Sakrij račune'; @override - String get licensesPageTitle => r'Licence'; + String get licensesPageTitle => 'Licence'; @override - String get modalBarrierDismissLabel => r'Odbaci'; + String get modalBarrierDismissLabel => 'Odbaci'; @override - String get nextMonthTooltip => r'Sljedeći mjesec'; + String get nextMonthTooltip => 'Sljedeći mjesec'; @override - String get nextPageTooltip => r'Sljedeća stranica'; + String get nextPageTooltip => 'Sljedeća stranica'; @override - String get okButtonLabel => r'Uredu'; + String get okButtonLabel => 'Uredu'; @override - String get openAppDrawerTooltip => r'Otvorite meni za navigaciju'; + String get openAppDrawerTooltip => 'Otvorite meni za navigaciju'; @override String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow od $rowCount'; @@ -1749,22 +1749,22 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow od oko $rowCount'; @override - String get pasteButtonLabel => r'ZALIJEPI'; + String get pasteButtonLabel => 'ZALIJEPI'; @override - String get popupMenuLabel => r'Skočni meni'; + String get popupMenuLabel => 'Skočni meni'; @override - String get postMeridiemAbbreviation => r'poslijepodne'; + String get postMeridiemAbbreviation => 'poslijepodne'; @override - String get previousMonthTooltip => r'Prethodni mjesec'; + String get previousMonthTooltip => 'Prethodni mjesec'; @override - String get previousPageTooltip => r'Prethodna stranica'; + String get previousPageTooltip => 'Prethodna stranica'; @override - String get refreshIndicatorSemanticLabel => r'Osvježi'; + String get refreshIndicatorSemanticLabel => 'Osvježi'; @override String get remainingTextFieldCharacterCountFew => r'Još $remainingCount znaka'; @@ -1773,7 +1773,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'Još jedan znak'; + String get remainingTextFieldCharacterCountOne => 'Još jedan znak'; @override String get remainingTextFieldCharacterCountOther => r'Još $remainingCount znakova'; @@ -1782,37 +1782,37 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => r'Pomjeri prema dolje'; + String get reorderItemDown => 'Pomjeri prema dolje'; @override - String get reorderItemLeft => r'Pomjeri lijevo'; + String get reorderItemLeft => 'Pomjeri lijevo'; @override - String get reorderItemRight => r'Pomjeri desno'; + String get reorderItemRight => 'Pomjeri desno'; @override - String get reorderItemToEnd => r'Pomjerite na kraj'; + String get reorderItemToEnd => 'Pomjerite na kraj'; @override - String get reorderItemToStart => r'Pomjerite na početak'; + String get reorderItemToStart => 'Pomjerite na početak'; @override - String get reorderItemUp => r'Pomjeri prema gore'; + String get reorderItemUp => 'Pomjeri prema gore'; @override - String get rowsPerPageTitle => r'Broj redova po stranici:'; + String get rowsPerPageTitle => 'Broj redova po stranici:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Pretražite'; + String get searchFieldLabel => 'Pretražite'; @override - String get selectAllButtonLabel => r'ODABERI SVE'; + String get selectAllButtonLabel => 'ODABERI SVE'; @override String get selectedRowCountTitleFew => r'Odabrane su $selectedRowCount stavke'; @@ -1821,7 +1821,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'Odabrana je jedna stavka'; + String get selectedRowCountTitleOne => 'Odabrana je jedna stavka'; @override String get selectedRowCountTitleOther => r'Odabrano je $selectedRowCount stavki'; @@ -1833,13 +1833,13 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Prikaži račune'; + String get showAccountsLabel => 'Prikaži račune'; @override - String get showMenuTooltip => r'Prikaži meni'; + String get showMenuTooltip => 'Prikaži meni'; @override - String get signedInLabel => r'Prijavljeni ste'; + String get signedInLabel => 'Prijavljeni ste'; @override String get tabLabelRaw => r'$tabIndex. kartica od $tabCount'; @@ -1848,13 +1848,13 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Odaberite sat'; + String get timePickerHourModeAnnouncement => 'Odaberite sat'; @override - String get timePickerMinuteModeAnnouncement => r'Odaberite minute'; + String get timePickerMinuteModeAnnouncement => 'Odaberite minute'; @override - String get viewLicensesButtonLabel => r'PRIKAŽI LICENCE'; + String get viewLicensesButtonLabel => 'PRIKAŽI LICENCE'; } /// The translations for Catalan Valencian (`ca`). @@ -1884,91 +1884,91 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'Sobre $applicationName'; @override - String get alertDialogLabel => r'Alerta'; + String get alertDialogLabel => 'Alerta'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonTooltip => r'Enrere'; + String get backButtonTooltip => 'Enrere'; @override - String get cancelButtonLabel => r'CANCEL·LA'; + String get cancelButtonLabel => 'CANCEL·LA'; @override - String get closeButtonLabel => r'TANCA'; + String get closeButtonLabel => 'TANCA'; @override - String get closeButtonTooltip => r'Tanca'; + String get closeButtonTooltip => 'Tanca'; @override - String get collapsedIconTapHint => r'Desplega'; + String get collapsedIconTapHint => 'Desplega'; @override - String get continueButtonLabel => r'CONTINUA'; + String get continueButtonLabel => 'CONTINUA'; @override - String get copyButtonLabel => r'COPIA'; + String get copyButtonLabel => 'COPIA'; @override - String get cutButtonLabel => r'RETALLA'; + String get cutButtonLabel => 'RETALLA'; @override - String get deleteButtonTooltip => r'Suprimeix'; + String get deleteButtonTooltip => 'Suprimeix'; @override - String get dialogLabel => r'Diàleg'; + String get dialogLabel => 'Diàleg'; @override - String get drawerLabel => r'Menú de navegació'; + String get drawerLabel => 'Menú de navegació'; @override - String get expandedIconTapHint => r'Replega'; + String get expandedIconTapHint => 'Replega'; @override - String get hideAccountsLabel => r'Amaga els comptes'; + String get hideAccountsLabel => 'Amaga els comptes'; @override - String get licensesPageTitle => r'Llicències'; + String get licensesPageTitle => 'Llicències'; @override - String get modalBarrierDismissLabel => r'Ignora'; + String get modalBarrierDismissLabel => 'Ignora'; @override - String get nextMonthTooltip => r'Mes següent'; + String get nextMonthTooltip => 'Mes següent'; @override - String get nextPageTooltip => r'Pàgina següent'; + String get nextPageTooltip => 'Pàgina següent'; @override - String get okButtonLabel => r'D' "'" r'ACORD'; + String get okButtonLabel => "D'ACORD"; @override - String get openAppDrawerTooltip => r'Obre el menú de navegació'; + String get openAppDrawerTooltip => 'Obre el menú de navegació'; @override String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow d' "'" r'aproximadament $rowCount'; + String get pageRowsInfoTitleApproximateRaw => r"$firstRow-$lastRow d'aproximadament $rowCount"; @override - String get pasteButtonLabel => r'ENGANXA'; + String get pasteButtonLabel => 'ENGANXA'; @override - String get popupMenuLabel => r'Menú emergent'; + String get popupMenuLabel => 'Menú emergent'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get previousMonthTooltip => r'Mes anterior'; + String get previousMonthTooltip => 'Mes anterior'; @override - String get previousPageTooltip => r'Pàgina anterior'; + String get previousPageTooltip => 'Pàgina anterior'; @override - String get refreshIndicatorSemanticLabel => r'Actualitza'; + String get refreshIndicatorSemanticLabel => 'Actualitza'; @override String get remainingTextFieldCharacterCountFew => null; @@ -1977,7 +1977,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'Queda 1 caràcter'; + String get remainingTextFieldCharacterCountOne => 'Queda 1 caràcter'; @override String get remainingTextFieldCharacterCountOther => r'Queden $remainingCount caràcters'; @@ -1986,37 +1986,37 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => r'Mou avall'; + String get reorderItemDown => 'Mou avall'; @override - String get reorderItemLeft => r'Mou cap a l' "'" r'esquerra'; + String get reorderItemLeft => "Mou cap a l'esquerra"; @override - String get reorderItemRight => r'Mou cap a la dreta'; + String get reorderItemRight => 'Mou cap a la dreta'; @override - String get reorderItemToEnd => r'Mou al final'; + String get reorderItemToEnd => 'Mou al final'; @override - String get reorderItemToStart => r'Mou al principi'; + String get reorderItemToStart => 'Mou al principi'; @override - String get reorderItemUp => r'Mou amunt'; + String get reorderItemUp => 'Mou amunt'; @override - String get rowsPerPageTitle => r'Files per pàgina:'; + String get rowsPerPageTitle => 'Files per pàgina:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Cerca'; + String get searchFieldLabel => 'Cerca'; @override - String get selectAllButtonLabel => r'SELECCIONA-HO TOT'; + String get selectAllButtonLabel => 'SELECCIONA-HO TOT'; @override String get selectedRowCountTitleFew => null; @@ -2025,10 +2025,10 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'S' "'" r'ha seleccionat 1 element'; + String get selectedRowCountTitleOne => "S'ha seleccionat 1 element"; @override - String get selectedRowCountTitleOther => r'S' "'" r'han seleccionat $selectedRowCount elements'; + String get selectedRowCountTitleOther => r"S'han seleccionat $selectedRowCount elements"; @override String get selectedRowCountTitleTwo => null; @@ -2037,13 +2037,13 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Mostra els comptes'; + String get showAccountsLabel => 'Mostra els comptes'; @override - String get showMenuTooltip => r'Mostra el menú'; + String get showMenuTooltip => 'Mostra el menú'; @override - String get signedInLabel => r'Sessió iniciada'; + String get signedInLabel => 'Sessió iniciada'; @override String get tabLabelRaw => r'Pestanya $tabIndex de $tabCount'; @@ -2052,13 +2052,13 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Selecciona les hores'; + String get timePickerHourModeAnnouncement => 'Selecciona les hores'; @override - String get timePickerMinuteModeAnnouncement => r'Selecciona els minuts'; + String get timePickerMinuteModeAnnouncement => 'Selecciona els minuts'; @override - String get viewLicensesButtonLabel => r'MOSTRA LES LLICÈNCIES'; + String get viewLicensesButtonLabel => 'MOSTRA LES LLICÈNCIES'; } /// The translations for Czech (`cs`). @@ -2088,67 +2088,67 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'O aplikaci $applicationName'; @override - String get alertDialogLabel => r'Upozornění'; + String get alertDialogLabel => 'Upozornění'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonTooltip => r'Zpět'; + String get backButtonTooltip => 'Zpět'; @override - String get cancelButtonLabel => r'ZRUŠIT'; + String get cancelButtonLabel => 'ZRUŠIT'; @override - String get closeButtonLabel => r'ZAVŘÍT'; + String get closeButtonLabel => 'ZAVŘÍT'; @override - String get closeButtonTooltip => r'Zavřít'; + String get closeButtonTooltip => 'Zavřít'; @override - String get collapsedIconTapHint => r'Rozbalit'; + String get collapsedIconTapHint => 'Rozbalit'; @override - String get continueButtonLabel => r'POKRAČOVAT'; + String get continueButtonLabel => 'POKRAČOVAT'; @override - String get copyButtonLabel => r'KOPÍROVAT'; + String get copyButtonLabel => 'KOPÍROVAT'; @override - String get cutButtonLabel => r'VYJMOUT'; + String get cutButtonLabel => 'VYJMOUT'; @override - String get deleteButtonTooltip => r'Smazat'; + String get deleteButtonTooltip => 'Smazat'; @override - String get dialogLabel => r'Dialogové okno'; + String get dialogLabel => 'Dialogové okno'; @override - String get drawerLabel => r'Navigační nabídka'; + String get drawerLabel => 'Navigační nabídka'; @override - String get expandedIconTapHint => r'Sbalit'; + String get expandedIconTapHint => 'Sbalit'; @override - String get hideAccountsLabel => r'Skrýt účty'; + String get hideAccountsLabel => 'Skrýt účty'; @override - String get licensesPageTitle => r'Licence'; + String get licensesPageTitle => 'Licence'; @override - String get modalBarrierDismissLabel => r'Zavřít'; + String get modalBarrierDismissLabel => 'Zavřít'; @override - String get nextMonthTooltip => r'Další měsíc'; + String get nextMonthTooltip => 'Další měsíc'; @override - String get nextPageTooltip => r'Další stránka'; + String get nextPageTooltip => 'Další stránka'; @override - String get okButtonLabel => r'OK'; + String get okButtonLabel => 'OK'; @override - String get openAppDrawerTooltip => r'Otevřít navigační nabídku'; + String get openAppDrawerTooltip => 'Otevřít navigační nabídku'; @override String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow z $rowCount'; @@ -2157,22 +2157,22 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow z asi $rowCount'; @override - String get pasteButtonLabel => r'VLOŽIT'; + String get pasteButtonLabel => 'VLOŽIT'; @override - String get popupMenuLabel => r'Vyskakovací nabídka'; + String get popupMenuLabel => 'Vyskakovací nabídka'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get previousMonthTooltip => r'Předchozí měsíc'; + String get previousMonthTooltip => 'Předchozí měsíc'; @override - String get previousPageTooltip => r'Předchozí stránka'; + String get previousPageTooltip => 'Předchozí stránka'; @override - String get refreshIndicatorSemanticLabel => r'Obnovit'; + String get refreshIndicatorSemanticLabel => 'Obnovit'; @override String get remainingTextFieldCharacterCountFew => r'Zbývají $remainingCount znaky'; @@ -2181,7 +2181,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => r'Zbývá $remainingCount znaku'; @override - String get remainingTextFieldCharacterCountOne => r'Zbývá 1 znak'; + String get remainingTextFieldCharacterCountOne => 'Zbývá 1 znak'; @override String get remainingTextFieldCharacterCountOther => r'Zbývá $remainingCount znaků'; @@ -2190,37 +2190,37 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => r'Přesunout dolů'; + String get reorderItemDown => 'Přesunout dolů'; @override - String get reorderItemLeft => r'Přesunout doleva'; + String get reorderItemLeft => 'Přesunout doleva'; @override - String get reorderItemRight => r'Přesunout doprava'; + String get reorderItemRight => 'Přesunout doprava'; @override - String get reorderItemToEnd => r'Přesunout na konec'; + String get reorderItemToEnd => 'Přesunout na konec'; @override - String get reorderItemToStart => r'Přesunout na začátek'; + String get reorderItemToStart => 'Přesunout na začátek'; @override - String get reorderItemUp => r'Přesunout nahoru'; + String get reorderItemUp => 'Přesunout nahoru'; @override - String get rowsPerPageTitle => r'Počet řádků na stránku:'; + String get rowsPerPageTitle => 'Počet řádků na stránku:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Hledat'; + String get searchFieldLabel => 'Hledat'; @override - String get selectAllButtonLabel => r'VYBRAT VŠE'; + String get selectAllButtonLabel => 'VYBRAT VŠE'; @override String get selectedRowCountTitleFew => r'Jsou vybrány $selectedRowCount položky'; @@ -2229,7 +2229,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => r'Je vybráno $selectedRowCount položky'; @override - String get selectedRowCountTitleOne => r'Je vybrána 1 položka'; + String get selectedRowCountTitleOne => 'Je vybrána 1 položka'; @override String get selectedRowCountTitleOther => r'Je vybráno $selectedRowCount položek'; @@ -2241,13 +2241,13 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Zobrazit účty'; + String get showAccountsLabel => 'Zobrazit účty'; @override - String get showMenuTooltip => r'Zobrazit nabídku'; + String get showMenuTooltip => 'Zobrazit nabídku'; @override - String get signedInLabel => r'Uživatel přihlášen'; + String get signedInLabel => 'Uživatel přihlášen'; @override String get tabLabelRaw => r'Karta $tabIndex z $tabCount'; @@ -2256,13 +2256,13 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Vyberte hodiny'; + String get timePickerHourModeAnnouncement => 'Vyberte hodiny'; @override - String get timePickerMinuteModeAnnouncement => r'Vyberte minuty'; + String get timePickerMinuteModeAnnouncement => 'Vyberte minuty'; @override - String get viewLicensesButtonLabel => r'ZOBRAZIT LICENCE'; + String get viewLicensesButtonLabel => 'ZOBRAZIT LICENCE'; } /// The translations for Danish (`da`). @@ -2292,67 +2292,67 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'Om $applicationName'; @override - String get alertDialogLabel => r'Underretning'; + String get alertDialogLabel => 'Underretning'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonTooltip => r'Tilbage'; + String get backButtonTooltip => 'Tilbage'; @override - String get cancelButtonLabel => r'ANNULLER'; + String get cancelButtonLabel => 'ANNULLER'; @override - String get closeButtonLabel => r'LUK'; + String get closeButtonLabel => 'LUK'; @override - String get closeButtonTooltip => r'Luk'; + String get closeButtonTooltip => 'Luk'; @override - String get collapsedIconTapHint => r'Udvid'; + String get collapsedIconTapHint => 'Udvid'; @override - String get continueButtonLabel => r'FORTSÆT'; + String get continueButtonLabel => 'FORTSÆT'; @override - String get copyButtonLabel => r'KOPIÉR'; + String get copyButtonLabel => 'KOPIÉR'; @override - String get cutButtonLabel => r'KLIP'; + String get cutButtonLabel => 'KLIP'; @override - String get deleteButtonTooltip => r'Slet'; + String get deleteButtonTooltip => 'Slet'; @override - String get dialogLabel => r'Dialogboks'; + String get dialogLabel => 'Dialogboks'; @override - String get drawerLabel => r'Navigationsmenu'; + String get drawerLabel => 'Navigationsmenu'; @override - String get expandedIconTapHint => r'Skjul'; + String get expandedIconTapHint => 'Skjul'; @override - String get hideAccountsLabel => r'Skjul konti'; + String get hideAccountsLabel => 'Skjul konti'; @override - String get licensesPageTitle => r'Licenser'; + String get licensesPageTitle => 'Licenser'; @override - String get modalBarrierDismissLabel => r'Afvis'; + String get modalBarrierDismissLabel => 'Afvis'; @override - String get nextMonthTooltip => r'Næste måned'; + String get nextMonthTooltip => 'Næste måned'; @override - String get nextPageTooltip => r'Næste side'; + String get nextPageTooltip => 'Næste side'; @override - String get okButtonLabel => r'OK'; + String get okButtonLabel => 'OK'; @override - String get openAppDrawerTooltip => r'Åbn navigationsmenuen'; + String get openAppDrawerTooltip => 'Åbn navigationsmenuen'; @override String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow af $rowCount'; @@ -2361,22 +2361,22 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow af ca. $rowCount'; @override - String get pasteButtonLabel => r'SÆT IND'; + String get pasteButtonLabel => 'SÆT IND'; @override - String get popupMenuLabel => r'Pop op-menu'; + String get popupMenuLabel => 'Pop op-menu'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get previousMonthTooltip => r'Forrige måned'; + String get previousMonthTooltip => 'Forrige måned'; @override - String get previousPageTooltip => r'Forrige side'; + String get previousPageTooltip => 'Forrige side'; @override - String get refreshIndicatorSemanticLabel => r'Opdater'; + String get refreshIndicatorSemanticLabel => 'Opdater'; @override String get remainingTextFieldCharacterCountFew => null; @@ -2385,7 +2385,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'Ét tegn tilbage'; + String get remainingTextFieldCharacterCountOne => 'Ét tegn tilbage'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount tegn tilbage'; @@ -2394,37 +2394,37 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => r'Flyt ned'; + String get reorderItemDown => 'Flyt ned'; @override - String get reorderItemLeft => r'Flyt til venstre'; + String get reorderItemLeft => 'Flyt til venstre'; @override - String get reorderItemRight => r'Flyt til højre'; + String get reorderItemRight => 'Flyt til højre'; @override - String get reorderItemToEnd => r'Flyt til sidst på listen'; + String get reorderItemToEnd => 'Flyt til sidst på listen'; @override - String get reorderItemToStart => r'Flyt til først på listen'; + String get reorderItemToStart => 'Flyt til først på listen'; @override - String get reorderItemUp => r'Flyt op'; + String get reorderItemUp => 'Flyt op'; @override - String get rowsPerPageTitle => r'Rækker pr. side:'; + String get rowsPerPageTitle => 'Rækker pr. side:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Søg'; + String get searchFieldLabel => 'Søg'; @override - String get selectAllButtonLabel => r'VÆLG ALLE'; + String get selectAllButtonLabel => 'VÆLG ALLE'; @override String get selectedRowCountTitleFew => null; @@ -2433,7 +2433,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 element er valgt'; + String get selectedRowCountTitleOne => '1 element er valgt'; @override String get selectedRowCountTitleOther => r'$selectedRowCount elementer er valgt'; @@ -2445,13 +2445,13 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Vis konti'; + String get showAccountsLabel => 'Vis konti'; @override - String get showMenuTooltip => r'Vis menu'; + String get showMenuTooltip => 'Vis menu'; @override - String get signedInLabel => r'Logget ind'; + String get signedInLabel => 'Logget ind'; @override String get tabLabelRaw => r'Fane $tabIndex af $tabCount'; @@ -2460,13 +2460,13 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Vælg timer'; + String get timePickerHourModeAnnouncement => 'Vælg timer'; @override - String get timePickerMinuteModeAnnouncement => r'Vælg minutter'; + String get timePickerMinuteModeAnnouncement => 'Vælg minutter'; @override - String get viewLicensesButtonLabel => r'SE LICENSER'; + String get viewLicensesButtonLabel => 'SE LICENSER'; } /// The translations for German (`de`). @@ -2496,67 +2496,67 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'Über $applicationName'; @override - String get alertDialogLabel => r'Benachrichtigung'; + String get alertDialogLabel => 'Benachrichtigung'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonTooltip => r'Zurück'; + String get backButtonTooltip => 'Zurück'; @override - String get cancelButtonLabel => r'ABBRECHEN'; + String get cancelButtonLabel => 'ABBRECHEN'; @override - String get closeButtonLabel => r'SCHLIEẞEN'; + String get closeButtonLabel => 'SCHLIEẞEN'; @override - String get closeButtonTooltip => r'Schließen'; + String get closeButtonTooltip => 'Schließen'; @override - String get collapsedIconTapHint => r'Maximieren'; + String get collapsedIconTapHint => 'Maximieren'; @override - String get continueButtonLabel => r'WEITER'; + String get continueButtonLabel => 'WEITER'; @override - String get copyButtonLabel => r'KOPIEREN'; + String get copyButtonLabel => 'KOPIEREN'; @override - String get cutButtonLabel => r'AUSSCHNEIDEN'; + String get cutButtonLabel => 'AUSSCHNEIDEN'; @override - String get deleteButtonTooltip => r'Löschen'; + String get deleteButtonTooltip => 'Löschen'; @override - String get dialogLabel => r'Dialogfeld'; + String get dialogLabel => 'Dialogfeld'; @override - String get drawerLabel => r'Navigationsmenü'; + String get drawerLabel => 'Navigationsmenü'; @override - String get expandedIconTapHint => r'Minimieren'; + String get expandedIconTapHint => 'Minimieren'; @override - String get hideAccountsLabel => r'Konten ausblenden'; + String get hideAccountsLabel => 'Konten ausblenden'; @override - String get licensesPageTitle => r'Lizenzen'; + String get licensesPageTitle => 'Lizenzen'; @override - String get modalBarrierDismissLabel => r'Schließen'; + String get modalBarrierDismissLabel => 'Schließen'; @override - String get nextMonthTooltip => r'Nächster Monat'; + String get nextMonthTooltip => 'Nächster Monat'; @override - String get nextPageTooltip => r'Nächste Seite'; + String get nextPageTooltip => 'Nächste Seite'; @override - String get okButtonLabel => r'OK'; + String get okButtonLabel => 'OK'; @override - String get openAppDrawerTooltip => r'Navigationsmenü öffnen'; + String get openAppDrawerTooltip => 'Navigationsmenü öffnen'; @override String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow von $rowCount'; @@ -2565,22 +2565,22 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow von etwa $rowCount'; @override - String get pasteButtonLabel => r'EINFÜGEN'; + String get pasteButtonLabel => 'EINFÜGEN'; @override - String get popupMenuLabel => r'Pop-up-Menü'; + String get popupMenuLabel => 'Pop-up-Menü'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get previousMonthTooltip => r'Vorheriger Monat'; + String get previousMonthTooltip => 'Vorheriger Monat'; @override - String get previousPageTooltip => r'Vorherige Seite'; + String get previousPageTooltip => 'Vorherige Seite'; @override - String get refreshIndicatorSemanticLabel => r'Aktualisieren'; + String get refreshIndicatorSemanticLabel => 'Aktualisieren'; @override String get remainingTextFieldCharacterCountFew => null; @@ -2589,7 +2589,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'Noch 1 Zeichen'; + String get remainingTextFieldCharacterCountOne => 'Noch 1 Zeichen'; @override String get remainingTextFieldCharacterCountOther => r'Noch $remainingCount Zeichen'; @@ -2598,37 +2598,37 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => r'Nach unten verschieben'; + String get reorderItemDown => 'Nach unten verschieben'; @override - String get reorderItemLeft => r'Nach links verschieben'; + String get reorderItemLeft => 'Nach links verschieben'; @override - String get reorderItemRight => r'Nach rechts verschieben'; + String get reorderItemRight => 'Nach rechts verschieben'; @override - String get reorderItemToEnd => r'An das Ende verschieben'; + String get reorderItemToEnd => 'An das Ende verschieben'; @override - String get reorderItemToStart => r'An den Anfang verschieben'; + String get reorderItemToStart => 'An den Anfang verschieben'; @override - String get reorderItemUp => r'Nach oben verschieben'; + String get reorderItemUp => 'Nach oben verschieben'; @override - String get rowsPerPageTitle => r'Zeilen pro Seite:'; + String get rowsPerPageTitle => 'Zeilen pro Seite:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Suchen'; + String get searchFieldLabel => 'Suchen'; @override - String get selectAllButtonLabel => r'ALLE AUSWÄHLEN'; + String get selectAllButtonLabel => 'ALLE AUSWÄHLEN'; @override String get selectedRowCountTitleFew => null; @@ -2637,7 +2637,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 Element ausgewählt'; + String get selectedRowCountTitleOne => '1 Element ausgewählt'; @override String get selectedRowCountTitleOther => r'$selectedRowCount Elemente ausgewählt'; @@ -2646,16 +2646,16 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => r'Keine Objekte ausgewählt'; + String get selectedRowCountTitleZero => 'Keine Objekte ausgewählt'; @override - String get showAccountsLabel => r'Konten anzeigen'; + String get showAccountsLabel => 'Konten anzeigen'; @override - String get showMenuTooltip => r'Menü anzeigen'; + String get showMenuTooltip => 'Menü anzeigen'; @override - String get signedInLabel => r'Angemeldet'; + String get signedInLabel => 'Angemeldet'; @override String get tabLabelRaw => r'Tab $tabIndex von $tabCount'; @@ -2664,13 +2664,13 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Stunden auswählen'; + String get timePickerHourModeAnnouncement => 'Stunden auswählen'; @override - String get timePickerMinuteModeAnnouncement => r'Minuten auswählen'; + String get timePickerMinuteModeAnnouncement => 'Minuten auswählen'; @override - String get viewLicensesButtonLabel => r'LIZENZEN ANZEIGEN'; + String get viewLicensesButtonLabel => 'LIZENZEN ANZEIGEN'; } /// The translations for German, as used in Switzerland (`de_CH`). @@ -2697,10 +2697,10 @@ class MaterialLocalizationDeCh extends MaterialLocalizationDe { ); @override - String get closeButtonTooltip => r'Schliessen'; + String get closeButtonTooltip => 'Schliessen'; @override - String get modalBarrierDismissLabel => r'Schliessen'; + String get modalBarrierDismissLabel => 'Schliessen'; } /// The translations for Modern Greek (`el`). @@ -2730,67 +2730,67 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'Σχετικά με την εφαρμογή $applicationName'; @override - String get alertDialogLabel => r'Ειδοποίηση'; + String get alertDialogLabel => 'Ειδοποίηση'; @override - String get anteMeridiemAbbreviation => r'π.μ.'; + String get anteMeridiemAbbreviation => 'π.μ.'; @override - String get backButtonTooltip => r'Πίσω'; + String get backButtonTooltip => 'Πίσω'; @override - String get cancelButtonLabel => r'ΑΚΥΡΩΣΗ'; + String get cancelButtonLabel => 'ΑΚΥΡΩΣΗ'; @override - String get closeButtonLabel => r'ΚΛΕΙΣΙΜΟ'; + String get closeButtonLabel => 'ΚΛΕΙΣΙΜΟ'; @override - String get closeButtonTooltip => r'Κλείσιμο'; + String get closeButtonTooltip => 'Κλείσιμο'; @override - String get collapsedIconTapHint => r'Ανάπτυξη'; + String get collapsedIconTapHint => 'Ανάπτυξη'; @override - String get continueButtonLabel => r'ΣΥΝΕΧΕΙΑ'; + String get continueButtonLabel => 'ΣΥΝΕΧΕΙΑ'; @override - String get copyButtonLabel => r'ΑΝΤΙΓΡΑΦΗ'; + String get copyButtonLabel => 'ΑΝΤΙΓΡΑΦΗ'; @override - String get cutButtonLabel => r'ΑΠΟΚΟΠΗ'; + String get cutButtonLabel => 'ΑΠΟΚΟΠΗ'; @override - String get deleteButtonTooltip => r'Διαγραφή'; + String get deleteButtonTooltip => 'Διαγραφή'; @override - String get dialogLabel => r'Παράθυρο διαλόγου'; + String get dialogLabel => 'Παράθυρο διαλόγου'; @override - String get drawerLabel => r'Μενού πλοήγησης'; + String get drawerLabel => 'Μενού πλοήγησης'; @override - String get expandedIconTapHint => r'Σύμπτυξη'; + String get expandedIconTapHint => 'Σύμπτυξη'; @override - String get hideAccountsLabel => r'Απόκρυψη λογαριασμών'; + String get hideAccountsLabel => 'Απόκρυψη λογαριασμών'; @override - String get licensesPageTitle => r'Άδειες'; + String get licensesPageTitle => 'Άδειες'; @override - String get modalBarrierDismissLabel => r'Παράβλεψη'; + String get modalBarrierDismissLabel => 'Παράβλεψη'; @override - String get nextMonthTooltip => r'Επόμενος μήνας'; + String get nextMonthTooltip => 'Επόμενος μήνας'; @override - String get nextPageTooltip => r'Επόμενη σελίδα'; + String get nextPageTooltip => 'Επόμενη σελίδα'; @override - String get okButtonLabel => r'ΟΚ'; + String get okButtonLabel => 'ΟΚ'; @override - String get openAppDrawerTooltip => r'Άνοιγμα μενού πλοήγησης'; + String get openAppDrawerTooltip => 'Άνοιγμα μενού πλοήγησης'; @override String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow από $rowCount'; @@ -2799,22 +2799,22 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow από περίπου $rowCount'; @override - String get pasteButtonLabel => r'ΕΠΙΚΟΛΛΗΣΗ'; + String get pasteButtonLabel => 'ΕΠΙΚΟΛΛΗΣΗ'; @override - String get popupMenuLabel => r'Αναδυόμενο μενού'; + String get popupMenuLabel => 'Αναδυόμενο μενού'; @override - String get postMeridiemAbbreviation => r'μ.μ.'; + String get postMeridiemAbbreviation => 'μ.μ.'; @override - String get previousMonthTooltip => r'Προηγούμενος μήνας'; + String get previousMonthTooltip => 'Προηγούμενος μήνας'; @override - String get previousPageTooltip => r'Προηγούμενη σελίδα'; + String get previousPageTooltip => 'Προηγούμενη σελίδα'; @override - String get refreshIndicatorSemanticLabel => r'Ανανέωση'; + String get refreshIndicatorSemanticLabel => 'Ανανέωση'; @override String get remainingTextFieldCharacterCountFew => null; @@ -2823,7 +2823,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'απομένει 1 χαρακτήρας'; + String get remainingTextFieldCharacterCountOne => 'απομένει 1 χαρακτήρας'; @override String get remainingTextFieldCharacterCountOther => r'απομένουν $remainingCount χαρακτήρες'; @@ -2832,37 +2832,37 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => r'Μετακίνηση προς τα κάτω'; + String get reorderItemDown => 'Μετακίνηση προς τα κάτω'; @override - String get reorderItemLeft => r'Μετακίνηση αριστερά'; + String get reorderItemLeft => 'Μετακίνηση αριστερά'; @override - String get reorderItemRight => r'Μετακίνηση δεξιά'; + String get reorderItemRight => 'Μετακίνηση δεξιά'; @override - String get reorderItemToEnd => r'Μετακίνηση στο τέλος'; + String get reorderItemToEnd => 'Μετακίνηση στο τέλος'; @override - String get reorderItemToStart => r'Μετακίνηση στην αρχή'; + String get reorderItemToStart => 'Μετακίνηση στην αρχή'; @override - String get reorderItemUp => r'Μετακίνηση προς τα πάνω'; + String get reorderItemUp => 'Μετακίνηση προς τα πάνω'; @override - String get rowsPerPageTitle => r'Σειρές ανά σελίδα:'; + String get rowsPerPageTitle => 'Σειρές ανά σελίδα:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Αναζήτηση'; + String get searchFieldLabel => 'Αναζήτηση'; @override - String get selectAllButtonLabel => r'ΕΠΙΛΟΓΗ ΟΛΩΝ'; + String get selectAllButtonLabel => 'ΕΠΙΛΟΓΗ ΟΛΩΝ'; @override String get selectedRowCountTitleFew => null; @@ -2871,7 +2871,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'Επιλέχθηκε 1 στοιχείο'; + String get selectedRowCountTitleOne => 'Επιλέχθηκε 1 στοιχείο'; @override String get selectedRowCountTitleOther => r'Επιλέχθηκαν $selectedRowCount στοιχεία'; @@ -2883,13 +2883,13 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Εμφάνιση λογαριασμών'; + String get showAccountsLabel => 'Εμφάνιση λογαριασμών'; @override - String get showMenuTooltip => r'Εμφάνιση μενού'; + String get showMenuTooltip => 'Εμφάνιση μενού'; @override - String get signedInLabel => r'Σε σύνδεση'; + String get signedInLabel => 'Σε σύνδεση'; @override String get tabLabelRaw => r'Καρτέλα $tabIndex από $tabCount'; @@ -2898,13 +2898,13 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Επιλογή ωρών'; + String get timePickerHourModeAnnouncement => 'Επιλογή ωρών'; @override - String get timePickerMinuteModeAnnouncement => r'Επιλογή λεπτών'; + String get timePickerMinuteModeAnnouncement => 'Επιλογή λεπτών'; @override - String get viewLicensesButtonLabel => r'ΠΡΟΒΟΛΗ ΑΔΕΙΩΝ'; + String get viewLicensesButtonLabel => 'ΠΡΟΒΟΛΗ ΑΔΕΙΩΝ'; } /// The translations for English (`en`). @@ -2934,67 +2934,67 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'About $applicationName'; @override - String get alertDialogLabel => r'Alert'; + String get alertDialogLabel => 'Alert'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonTooltip => r'Back'; + String get backButtonTooltip => 'Back'; @override - String get cancelButtonLabel => r'CANCEL'; + String get cancelButtonLabel => 'CANCEL'; @override - String get closeButtonLabel => r'CLOSE'; + String get closeButtonLabel => 'CLOSE'; @override - String get closeButtonTooltip => r'Close'; + String get closeButtonTooltip => 'Close'; @override - String get collapsedIconTapHint => r'Expand'; + String get collapsedIconTapHint => 'Expand'; @override - String get continueButtonLabel => r'CONTINUE'; + String get continueButtonLabel => 'CONTINUE'; @override - String get copyButtonLabel => r'COPY'; + String get copyButtonLabel => 'COPY'; @override - String get cutButtonLabel => r'CUT'; + String get cutButtonLabel => 'CUT'; @override - String get deleteButtonTooltip => r'Delete'; + String get deleteButtonTooltip => 'Delete'; @override - String get dialogLabel => r'Dialog'; + String get dialogLabel => 'Dialog'; @override - String get drawerLabel => r'Navigation menu'; + String get drawerLabel => 'Navigation menu'; @override - String get expandedIconTapHint => r'Collapse'; + String get expandedIconTapHint => 'Collapse'; @override - String get hideAccountsLabel => r'Hide accounts'; + String get hideAccountsLabel => 'Hide accounts'; @override - String get licensesPageTitle => r'Licenses'; + String get licensesPageTitle => 'Licenses'; @override - String get modalBarrierDismissLabel => r'Dismiss'; + String get modalBarrierDismissLabel => 'Dismiss'; @override - String get nextMonthTooltip => r'Next month'; + String get nextMonthTooltip => 'Next month'; @override - String get nextPageTooltip => r'Next page'; + String get nextPageTooltip => 'Next page'; @override - String get okButtonLabel => r'OK'; + String get okButtonLabel => 'OK'; @override - String get openAppDrawerTooltip => r'Open navigation menu'; + String get openAppDrawerTooltip => 'Open navigation menu'; @override String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow of $rowCount'; @@ -3003,22 +3003,22 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow of about $rowCount'; @override - String get pasteButtonLabel => r'PASTE'; + String get pasteButtonLabel => 'PASTE'; @override - String get popupMenuLabel => r'Popup menu'; + String get popupMenuLabel => 'Popup menu'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get previousMonthTooltip => r'Previous month'; + String get previousMonthTooltip => 'Previous month'; @override - String get previousPageTooltip => r'Previous page'; + String get previousPageTooltip => 'Previous page'; @override - String get refreshIndicatorSemanticLabel => r'Refresh'; + String get refreshIndicatorSemanticLabel => 'Refresh'; @override String get remainingTextFieldCharacterCountFew => null; @@ -3027,7 +3027,7 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1 character remaining'; + String get remainingTextFieldCharacterCountOne => '1 character remaining'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount characters remaining'; @@ -3036,37 +3036,37 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'No characters remaining'; + String get remainingTextFieldCharacterCountZero => 'No characters remaining'; @override - String get reorderItemDown => r'Move down'; + String get reorderItemDown => 'Move down'; @override - String get reorderItemLeft => r'Move left'; + String get reorderItemLeft => 'Move left'; @override - String get reorderItemRight => r'Move right'; + String get reorderItemRight => 'Move right'; @override - String get reorderItemToEnd => r'Move to the end'; + String get reorderItemToEnd => 'Move to the end'; @override - String get reorderItemToStart => r'Move to the start'; + String get reorderItemToStart => 'Move to the start'; @override - String get reorderItemUp => r'Move up'; + String get reorderItemUp => 'Move up'; @override - String get rowsPerPageTitle => r'Rows per page:'; + String get rowsPerPageTitle => 'Rows per page:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Search'; + String get searchFieldLabel => 'Search'; @override - String get selectAllButtonLabel => r'SELECT ALL'; + String get selectAllButtonLabel => 'SELECT ALL'; @override String get selectedRowCountTitleFew => null; @@ -3075,7 +3075,7 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 item selected'; + String get selectedRowCountTitleOne => '1 item selected'; @override String get selectedRowCountTitleOther => r'$selectedRowCount items selected'; @@ -3084,16 +3084,16 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => r'No items selected'; + String get selectedRowCountTitleZero => 'No items selected'; @override - String get showAccountsLabel => r'Show accounts'; + String get showAccountsLabel => 'Show accounts'; @override - String get showMenuTooltip => r'Show menu'; + String get showMenuTooltip => 'Show menu'; @override - String get signedInLabel => r'Signed in'; + String get signedInLabel => 'Signed in'; @override String get tabLabelRaw => r'Tab $tabIndex of $tabCount'; @@ -3102,13 +3102,13 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @override - String get timePickerHourModeAnnouncement => r'Select hours'; + String get timePickerHourModeAnnouncement => 'Select hours'; @override - String get timePickerMinuteModeAnnouncement => r'Select minutes'; + String get timePickerMinuteModeAnnouncement => 'Select minutes'; @override - String get viewLicensesButtonLabel => r'VIEW LICENSES'; + String get viewLicensesButtonLabel => 'VIEW LICENSES'; } /// The translations for English, as used in Australia (`en_AU`). @@ -3135,22 +3135,22 @@ class MaterialLocalizationEnAu extends MaterialLocalizationEn { ); @override - String get licensesPageTitle => r'Licences'; + String get licensesPageTitle => 'Licences'; @override - String get viewLicensesButtonLabel => r'VIEW LICENCES'; + String get viewLicensesButtonLabel => 'VIEW LICENCES'; @override - String get popupMenuLabel => r'Pop-up menu'; + String get popupMenuLabel => 'Pop-up menu'; @override - String get dialogLabel => r'Dialogue'; + String get dialogLabel => 'Dialogue'; @override - String get reorderItemLeft => r'Move to the left'; + String get reorderItemLeft => 'Move to the left'; @override - String get reorderItemRight => r'Move to the right'; + String get reorderItemRight => 'Move to the right'; } /// The translations for English, as used in Canada (`en_CA`). @@ -3177,22 +3177,22 @@ class MaterialLocalizationEnCa extends MaterialLocalizationEn { ); @override - String get licensesPageTitle => r'Licences'; + String get licensesPageTitle => 'Licences'; @override - String get viewLicensesButtonLabel => r'VIEW LICENCES'; + String get viewLicensesButtonLabel => 'VIEW LICENCES'; @override - String get popupMenuLabel => r'Pop-up menu'; + String get popupMenuLabel => 'Pop-up menu'; @override - String get dialogLabel => r'Dialogue'; + String get dialogLabel => 'Dialogue'; @override - String get reorderItemLeft => r'Move to the left'; + String get reorderItemLeft => 'Move to the left'; @override - String get reorderItemRight => r'Move to the right'; + String get reorderItemRight => 'Move to the right'; } /// The translations for English, as used in the United Kingdom (`en_GB`). @@ -3222,22 +3222,22 @@ class MaterialLocalizationEnGb extends MaterialLocalizationEn { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get viewLicensesButtonLabel => r'VIEW LICENCES'; + String get viewLicensesButtonLabel => 'VIEW LICENCES'; @override - String get licensesPageTitle => r'Licences'; + String get licensesPageTitle => 'Licences'; @override - String get popupMenuLabel => r'Pop-up menu'; + String get popupMenuLabel => 'Pop-up menu'; @override - String get dialogLabel => r'Dialogue'; + String get dialogLabel => 'Dialogue'; @override - String get reorderItemLeft => r'Move to the left'; + String get reorderItemLeft => 'Move to the left'; @override - String get reorderItemRight => r'Move to the right'; + String get reorderItemRight => 'Move to the right'; } /// The translations for English, as used in Ireland (`en_IE`). @@ -3267,22 +3267,22 @@ class MaterialLocalizationEnIe extends MaterialLocalizationEn { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get viewLicensesButtonLabel => r'VIEW LICENCES'; + String get viewLicensesButtonLabel => 'VIEW LICENCES'; @override - String get licensesPageTitle => r'Licences'; + String get licensesPageTitle => 'Licences'; @override - String get popupMenuLabel => r'Pop-up menu'; + String get popupMenuLabel => 'Pop-up menu'; @override - String get dialogLabel => r'Dialogue'; + String get dialogLabel => 'Dialogue'; @override - String get reorderItemLeft => r'Move to the left'; + String get reorderItemLeft => 'Move to the left'; @override - String get reorderItemRight => r'Move to the right'; + String get reorderItemRight => 'Move to the right'; } /// The translations for English, as used in India (`en_IN`). @@ -3309,22 +3309,22 @@ class MaterialLocalizationEnIn extends MaterialLocalizationEn { ); @override - String get licensesPageTitle => r'Licences'; + String get licensesPageTitle => 'Licences'; @override - String get viewLicensesButtonLabel => r'VIEW LICENCES'; + String get viewLicensesButtonLabel => 'VIEW LICENCES'; @override - String get popupMenuLabel => r'Pop-up menu'; + String get popupMenuLabel => 'Pop-up menu'; @override - String get dialogLabel => r'Dialogue'; + String get dialogLabel => 'Dialogue'; @override - String get reorderItemLeft => r'Move to the left'; + String get reorderItemLeft => 'Move to the left'; @override - String get reorderItemRight => r'Move to the right'; + String get reorderItemRight => 'Move to the right'; } /// The translations for English, as used in New Zealand (`en_NZ`). @@ -3351,22 +3351,22 @@ class MaterialLocalizationEnNz extends MaterialLocalizationEn { ); @override - String get licensesPageTitle => r'Licences'; + String get licensesPageTitle => 'Licences'; @override - String get viewLicensesButtonLabel => r'VIEW LICENCES'; + String get viewLicensesButtonLabel => 'VIEW LICENCES'; @override - String get popupMenuLabel => r'Pop-up menu'; + String get popupMenuLabel => 'Pop-up menu'; @override - String get dialogLabel => r'Dialogue'; + String get dialogLabel => 'Dialogue'; @override - String get reorderItemLeft => r'Move to the left'; + String get reorderItemLeft => 'Move to the left'; @override - String get reorderItemRight => r'Move to the right'; + String get reorderItemRight => 'Move to the right'; } /// The translations for English, as used in Singapore (`en_SG`). @@ -3393,22 +3393,22 @@ class MaterialLocalizationEnSg extends MaterialLocalizationEn { ); @override - String get licensesPageTitle => r'Licences'; + String get licensesPageTitle => 'Licences'; @override - String get viewLicensesButtonLabel => r'VIEW LICENCES'; + String get viewLicensesButtonLabel => 'VIEW LICENCES'; @override - String get popupMenuLabel => r'Pop-up menu'; + String get popupMenuLabel => 'Pop-up menu'; @override - String get dialogLabel => r'Dialogue'; + String get dialogLabel => 'Dialogue'; @override - String get reorderItemLeft => r'Move to the left'; + String get reorderItemLeft => 'Move to the left'; @override - String get reorderItemRight => r'Move to the right'; + String get reorderItemRight => 'Move to the right'; } /// The translations for English, as used in South Africa (`en_ZA`). @@ -3438,22 +3438,22 @@ class MaterialLocalizationEnZa extends MaterialLocalizationEn { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get viewLicensesButtonLabel => r'VIEW LICENCES'; + String get viewLicensesButtonLabel => 'VIEW LICENCES'; @override - String get licensesPageTitle => r'Licences'; + String get licensesPageTitle => 'Licences'; @override - String get popupMenuLabel => r'Pop-up menu'; + String get popupMenuLabel => 'Pop-up menu'; @override - String get dialogLabel => r'Dialogue'; + String get dialogLabel => 'Dialogue'; @override - String get reorderItemLeft => r'Move to the left'; + String get reorderItemLeft => 'Move to the left'; @override - String get reorderItemRight => r'Move to the right'; + String get reorderItemRight => 'Move to the right'; } /// The translations for Spanish Castilian (`es`). @@ -3483,67 +3483,67 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'Sobre $applicationName'; @override - String get alertDialogLabel => r'Alerta'; + String get alertDialogLabel => 'Alerta'; @override - String get anteMeridiemAbbreviation => r'A.M.'; + String get anteMeridiemAbbreviation => 'A.M.'; @override - String get backButtonTooltip => r'Atrás'; + String get backButtonTooltip => 'Atrás'; @override - String get cancelButtonLabel => r'CANCELAR'; + String get cancelButtonLabel => 'CANCELAR'; @override - String get closeButtonLabel => r'CERRAR'; + String get closeButtonLabel => 'CERRAR'; @override - String get closeButtonTooltip => r'Cerrar'; + String get closeButtonTooltip => 'Cerrar'; @override - String get collapsedIconTapHint => r'Mostrar'; + String get collapsedIconTapHint => 'Mostrar'; @override - String get continueButtonLabel => r'CONTINUAR'; + String get continueButtonLabel => 'CONTINUAR'; @override - String get copyButtonLabel => r'COPIAR'; + String get copyButtonLabel => 'COPIAR'; @override - String get cutButtonLabel => r'CORTAR'; + String get cutButtonLabel => 'CORTAR'; @override - String get deleteButtonTooltip => r'Eliminar'; + String get deleteButtonTooltip => 'Eliminar'; @override - String get dialogLabel => r'Cuadro de diálogo'; + String get dialogLabel => 'Cuadro de diálogo'; @override - String get drawerLabel => r'Menú de navegación'; + String get drawerLabel => 'Menú de navegación'; @override - String get expandedIconTapHint => r'Ocultar'; + String get expandedIconTapHint => 'Ocultar'; @override - String get hideAccountsLabel => r'Ocultar cuentas'; + String get hideAccountsLabel => 'Ocultar cuentas'; @override - String get licensesPageTitle => r'Licencias'; + String get licensesPageTitle => 'Licencias'; @override - String get modalBarrierDismissLabel => r'Cerrar'; + String get modalBarrierDismissLabel => 'Cerrar'; @override - String get nextMonthTooltip => r'Mes siguiente'; + String get nextMonthTooltip => 'Mes siguiente'; @override - String get nextPageTooltip => r'Página siguiente'; + String get nextPageTooltip => 'Página siguiente'; @override - String get okButtonLabel => r'ACEPTAR'; + String get okButtonLabel => 'ACEPTAR'; @override - String get openAppDrawerTooltip => r'Abrir el menú de navegación'; + String get openAppDrawerTooltip => 'Abrir el menú de navegación'; @override String get pageRowsInfoTitleRaw => r'$firstRow‑$lastRow de $rowCount'; @@ -3552,22 +3552,22 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow‑$lastRow de aproximadamente $rowCount'; @override - String get pasteButtonLabel => r'PEGAR'; + String get pasteButtonLabel => 'PEGAR'; @override - String get popupMenuLabel => r'Menú emergente'; + String get popupMenuLabel => 'Menú emergente'; @override - String get postMeridiemAbbreviation => r'P.M.'; + String get postMeridiemAbbreviation => 'P.M.'; @override - String get previousMonthTooltip => r'Mes anterior'; + String get previousMonthTooltip => 'Mes anterior'; @override - String get previousPageTooltip => r'Página anterior'; + String get previousPageTooltip => 'Página anterior'; @override - String get refreshIndicatorSemanticLabel => r'Actualizar'; + String get refreshIndicatorSemanticLabel => 'Actualizar'; @override String get remainingTextFieldCharacterCountFew => null; @@ -3576,7 +3576,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter.'; + String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter.'; @override String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; @@ -3585,37 +3585,37 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => r'Mover hacia abajo'; + String get reorderItemDown => 'Mover hacia abajo'; @override - String get reorderItemLeft => r'Mover hacia la izquierda'; + String get reorderItemLeft => 'Mover hacia la izquierda'; @override - String get reorderItemRight => r'Mover hacia la derecha'; + String get reorderItemRight => 'Mover hacia la derecha'; @override - String get reorderItemToEnd => r'Mover al final'; + String get reorderItemToEnd => 'Mover al final'; @override - String get reorderItemToStart => r'Mover al principio'; + String get reorderItemToStart => 'Mover al principio'; @override - String get reorderItemUp => r'Mover hacia arriba'; + String get reorderItemUp => 'Mover hacia arriba'; @override - String get rowsPerPageTitle => r'Filas por página:'; + String get rowsPerPageTitle => 'Filas por página:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Buscar'; + String get searchFieldLabel => 'Buscar'; @override - String get selectAllButtonLabel => r'SELECCIONAR TODO'; + String get selectAllButtonLabel => 'SELECCIONAR TODO'; @override String get selectedRowCountTitleFew => null; @@ -3624,7 +3624,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 elemento seleccionado'; + String get selectedRowCountTitleOne => '1 elemento seleccionado'; @override String get selectedRowCountTitleOther => r'$selectedRowCount elementos seleccionados'; @@ -3633,16 +3633,16 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => r'No se han seleccionado elementos'; + String get selectedRowCountTitleZero => 'No se han seleccionado elementos'; @override - String get showAccountsLabel => r'Mostrar cuentas'; + String get showAccountsLabel => 'Mostrar cuentas'; @override - String get showMenuTooltip => r'Mostrar menú'; + String get showMenuTooltip => 'Mostrar menú'; @override - String get signedInLabel => r'Sesión iniciada'; + String get signedInLabel => 'Sesión iniciada'; @override String get tabLabelRaw => r'Pestaña $tabIndex de $tabCount'; @@ -3651,13 +3651,13 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Seleccionar horas'; + String get timePickerHourModeAnnouncement => 'Seleccionar horas'; @override - String get timePickerMinuteModeAnnouncement => r'Seleccionar minutos'; + String get timePickerMinuteModeAnnouncement => 'Seleccionar minutos'; @override - String get viewLicensesButtonLabel => r'VER LICENCIAS'; + String get viewLicensesButtonLabel => 'VER LICENCIAS'; } /// The translations for Spanish Castilian, as used in Latin America and the Caribbean (`es_419`). @@ -3684,22 +3684,22 @@ class MaterialLocalizationEs419 extends MaterialLocalizationEs { ); @override - String get modalBarrierDismissLabel => r'Descartar'; + String get modalBarrierDismissLabel => 'Descartar'; @override - String get signedInLabel => r'Cuenta con la que accediste'; + String get signedInLabel => 'Cuenta con la que accediste'; @override - String get openAppDrawerTooltip => r'Abrir menú de navegación'; + String get openAppDrawerTooltip => 'Abrir menú de navegación'; @override - String get deleteButtonTooltip => r'Borrar'; + String get deleteButtonTooltip => 'Borrar'; @override - String get nextMonthTooltip => r'Próximo mes'; + String get nextMonthTooltip => 'Próximo mes'; @override - String get nextPageTooltip => r'Próxima página'; + String get nextPageTooltip => 'Próxima página'; @override String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @@ -3711,31 +3711,31 @@ class MaterialLocalizationEs419 extends MaterialLocalizationEs { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override - String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => 'a.m.'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => 'p.m.'; @override - String get dialogLabel => r'Diálogo'; + String get dialogLabel => 'Diálogo'; @override - String get reorderItemToStart => r'Mover al inicio'; + String get reorderItemToStart => 'Mover al inicio'; @override - String get expandedIconTapHint => r'Contraer'; + String get expandedIconTapHint => 'Contraer'; @override - String get collapsedIconTapHint => r'Expandir'; + String get collapsedIconTapHint => 'Expandir'; @override - String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; @override String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; @@ -3765,22 +3765,22 @@ class MaterialLocalizationEsAr extends MaterialLocalizationEs { ); @override - String get modalBarrierDismissLabel => r'Descartar'; + String get modalBarrierDismissLabel => 'Descartar'; @override - String get signedInLabel => r'Cuenta con la que accediste'; + String get signedInLabel => 'Cuenta con la que accediste'; @override - String get openAppDrawerTooltip => r'Abrir menú de navegación'; + String get openAppDrawerTooltip => 'Abrir menú de navegación'; @override - String get deleteButtonTooltip => r'Borrar'; + String get deleteButtonTooltip => 'Borrar'; @override - String get nextMonthTooltip => r'Próximo mes'; + String get nextMonthTooltip => 'Próximo mes'; @override - String get nextPageTooltip => r'Próxima página'; + String get nextPageTooltip => 'Próxima página'; @override String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @@ -3792,31 +3792,31 @@ class MaterialLocalizationEsAr extends MaterialLocalizationEs { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override - String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => 'a.m.'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => 'p.m.'; @override - String get dialogLabel => r'Diálogo'; + String get dialogLabel => 'Diálogo'; @override - String get reorderItemToStart => r'Mover al inicio'; + String get reorderItemToStart => 'Mover al inicio'; @override - String get expandedIconTapHint => r'Contraer'; + String get expandedIconTapHint => 'Contraer'; @override - String get collapsedIconTapHint => r'Expandir'; + String get collapsedIconTapHint => 'Expandir'; @override - String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; @override String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; @@ -3846,25 +3846,25 @@ class MaterialLocalizationEsBo extends MaterialLocalizationEs { ); @override - String get reorderItemToStart => r'Mover al inicio'; + String get reorderItemToStart => 'Mover al inicio'; @override - String get modalBarrierDismissLabel => r'Descartar'; + String get modalBarrierDismissLabel => 'Descartar'; @override - String get signedInLabel => r'Cuenta con la que accediste'; + String get signedInLabel => 'Cuenta con la que accediste'; @override - String get openAppDrawerTooltip => r'Abrir menú de navegación'; + String get openAppDrawerTooltip => 'Abrir menú de navegación'; @override - String get deleteButtonTooltip => r'Borrar'; + String get deleteButtonTooltip => 'Borrar'; @override - String get nextMonthTooltip => r'Próximo mes'; + String get nextMonthTooltip => 'Próximo mes'; @override - String get nextPageTooltip => r'Próxima página'; + String get nextPageTooltip => 'Próxima página'; @override String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @@ -3876,28 +3876,28 @@ class MaterialLocalizationEsBo extends MaterialLocalizationEs { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override - String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => 'a.m.'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => 'p.m.'; @override - String get dialogLabel => r'Diálogo'; + String get dialogLabel => 'Diálogo'; @override - String get expandedIconTapHint => r'Contraer'; + String get expandedIconTapHint => 'Contraer'; @override - String get collapsedIconTapHint => r'Expandir'; + String get collapsedIconTapHint => 'Expandir'; @override - String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; @override String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; @@ -3927,25 +3927,25 @@ class MaterialLocalizationEsCl extends MaterialLocalizationEs { ); @override - String get reorderItemToStart => r'Mover al inicio'; + String get reorderItemToStart => 'Mover al inicio'; @override - String get modalBarrierDismissLabel => r'Descartar'; + String get modalBarrierDismissLabel => 'Descartar'; @override - String get signedInLabel => r'Cuenta con la que accediste'; + String get signedInLabel => 'Cuenta con la que accediste'; @override - String get openAppDrawerTooltip => r'Abrir menú de navegación'; + String get openAppDrawerTooltip => 'Abrir menú de navegación'; @override - String get deleteButtonTooltip => r'Borrar'; + String get deleteButtonTooltip => 'Borrar'; @override - String get nextMonthTooltip => r'Próximo mes'; + String get nextMonthTooltip => 'Próximo mes'; @override - String get nextPageTooltip => r'Próxima página'; + String get nextPageTooltip => 'Próxima página'; @override String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @@ -3957,28 +3957,28 @@ class MaterialLocalizationEsCl extends MaterialLocalizationEs { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override - String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => 'a.m.'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => 'p.m.'; @override - String get dialogLabel => r'Diálogo'; + String get dialogLabel => 'Diálogo'; @override - String get expandedIconTapHint => r'Contraer'; + String get expandedIconTapHint => 'Contraer'; @override - String get collapsedIconTapHint => r'Expandir'; + String get collapsedIconTapHint => 'Expandir'; @override - String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; @override String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; @@ -4008,25 +4008,25 @@ class MaterialLocalizationEsCo extends MaterialLocalizationEs { ); @override - String get reorderItemToStart => r'Mover al inicio'; + String get reorderItemToStart => 'Mover al inicio'; @override - String get modalBarrierDismissLabel => r'Descartar'; + String get modalBarrierDismissLabel => 'Descartar'; @override - String get signedInLabel => r'Cuenta con la que accediste'; + String get signedInLabel => 'Cuenta con la que accediste'; @override - String get openAppDrawerTooltip => r'Abrir menú de navegación'; + String get openAppDrawerTooltip => 'Abrir menú de navegación'; @override - String get deleteButtonTooltip => r'Borrar'; + String get deleteButtonTooltip => 'Borrar'; @override - String get nextMonthTooltip => r'Próximo mes'; + String get nextMonthTooltip => 'Próximo mes'; @override - String get nextPageTooltip => r'Próxima página'; + String get nextPageTooltip => 'Próxima página'; @override String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @@ -4038,28 +4038,28 @@ class MaterialLocalizationEsCo extends MaterialLocalizationEs { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override - String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => 'a.m.'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => 'p.m.'; @override - String get dialogLabel => r'Diálogo'; + String get dialogLabel => 'Diálogo'; @override - String get expandedIconTapHint => r'Contraer'; + String get expandedIconTapHint => 'Contraer'; @override - String get collapsedIconTapHint => r'Expandir'; + String get collapsedIconTapHint => 'Expandir'; @override - String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; @override String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; @@ -4089,25 +4089,25 @@ class MaterialLocalizationEsCr extends MaterialLocalizationEs { ); @override - String get reorderItemToStart => r'Mover al inicio'; + String get reorderItemToStart => 'Mover al inicio'; @override - String get modalBarrierDismissLabel => r'Descartar'; + String get modalBarrierDismissLabel => 'Descartar'; @override - String get signedInLabel => r'Cuenta con la que accediste'; + String get signedInLabel => 'Cuenta con la que accediste'; @override - String get openAppDrawerTooltip => r'Abrir menú de navegación'; + String get openAppDrawerTooltip => 'Abrir menú de navegación'; @override - String get deleteButtonTooltip => r'Borrar'; + String get deleteButtonTooltip => 'Borrar'; @override - String get nextMonthTooltip => r'Próximo mes'; + String get nextMonthTooltip => 'Próximo mes'; @override - String get nextPageTooltip => r'Próxima página'; + String get nextPageTooltip => 'Próxima página'; @override String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @@ -4119,28 +4119,28 @@ class MaterialLocalizationEsCr extends MaterialLocalizationEs { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override - String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => 'a.m.'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => 'p.m.'; @override - String get dialogLabel => r'Diálogo'; + String get dialogLabel => 'Diálogo'; @override - String get expandedIconTapHint => r'Contraer'; + String get expandedIconTapHint => 'Contraer'; @override - String get collapsedIconTapHint => r'Expandir'; + String get collapsedIconTapHint => 'Expandir'; @override - String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; @override String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; @@ -4170,25 +4170,25 @@ class MaterialLocalizationEsDo extends MaterialLocalizationEs { ); @override - String get reorderItemToStart => r'Mover al inicio'; + String get reorderItemToStart => 'Mover al inicio'; @override - String get modalBarrierDismissLabel => r'Descartar'; + String get modalBarrierDismissLabel => 'Descartar'; @override - String get signedInLabel => r'Cuenta con la que accediste'; + String get signedInLabel => 'Cuenta con la que accediste'; @override - String get openAppDrawerTooltip => r'Abrir menú de navegación'; + String get openAppDrawerTooltip => 'Abrir menú de navegación'; @override - String get deleteButtonTooltip => r'Borrar'; + String get deleteButtonTooltip => 'Borrar'; @override - String get nextMonthTooltip => r'Próximo mes'; + String get nextMonthTooltip => 'Próximo mes'; @override - String get nextPageTooltip => r'Próxima página'; + String get nextPageTooltip => 'Próxima página'; @override String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @@ -4200,28 +4200,28 @@ class MaterialLocalizationEsDo extends MaterialLocalizationEs { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override - String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => 'a.m.'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => 'p.m.'; @override - String get dialogLabel => r'Diálogo'; + String get dialogLabel => 'Diálogo'; @override - String get expandedIconTapHint => r'Contraer'; + String get expandedIconTapHint => 'Contraer'; @override - String get collapsedIconTapHint => r'Expandir'; + String get collapsedIconTapHint => 'Expandir'; @override - String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; @override String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; @@ -4251,25 +4251,25 @@ class MaterialLocalizationEsEc extends MaterialLocalizationEs { ); @override - String get reorderItemToStart => r'Mover al inicio'; + String get reorderItemToStart => 'Mover al inicio'; @override - String get modalBarrierDismissLabel => r'Descartar'; + String get modalBarrierDismissLabel => 'Descartar'; @override - String get signedInLabel => r'Cuenta con la que accediste'; + String get signedInLabel => 'Cuenta con la que accediste'; @override - String get openAppDrawerTooltip => r'Abrir menú de navegación'; + String get openAppDrawerTooltip => 'Abrir menú de navegación'; @override - String get deleteButtonTooltip => r'Borrar'; + String get deleteButtonTooltip => 'Borrar'; @override - String get nextMonthTooltip => r'Próximo mes'; + String get nextMonthTooltip => 'Próximo mes'; @override - String get nextPageTooltip => r'Próxima página'; + String get nextPageTooltip => 'Próxima página'; @override String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @@ -4281,28 +4281,28 @@ class MaterialLocalizationEsEc extends MaterialLocalizationEs { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override - String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => 'a.m.'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => 'p.m.'; @override - String get dialogLabel => r'Diálogo'; + String get dialogLabel => 'Diálogo'; @override - String get expandedIconTapHint => r'Contraer'; + String get expandedIconTapHint => 'Contraer'; @override - String get collapsedIconTapHint => r'Expandir'; + String get collapsedIconTapHint => 'Expandir'; @override - String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; @override String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; @@ -4332,25 +4332,25 @@ class MaterialLocalizationEsGt extends MaterialLocalizationEs { ); @override - String get reorderItemToStart => r'Mover al inicio'; + String get reorderItemToStart => 'Mover al inicio'; @override - String get modalBarrierDismissLabel => r'Descartar'; + String get modalBarrierDismissLabel => 'Descartar'; @override - String get signedInLabel => r'Cuenta con la que accediste'; + String get signedInLabel => 'Cuenta con la que accediste'; @override - String get openAppDrawerTooltip => r'Abrir menú de navegación'; + String get openAppDrawerTooltip => 'Abrir menú de navegación'; @override - String get deleteButtonTooltip => r'Borrar'; + String get deleteButtonTooltip => 'Borrar'; @override - String get nextMonthTooltip => r'Próximo mes'; + String get nextMonthTooltip => 'Próximo mes'; @override - String get nextPageTooltip => r'Próxima página'; + String get nextPageTooltip => 'Próxima página'; @override String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @@ -4362,28 +4362,28 @@ class MaterialLocalizationEsGt extends MaterialLocalizationEs { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override - String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => 'a.m.'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => 'p.m.'; @override - String get dialogLabel => r'Diálogo'; + String get dialogLabel => 'Diálogo'; @override - String get expandedIconTapHint => r'Contraer'; + String get expandedIconTapHint => 'Contraer'; @override - String get collapsedIconTapHint => r'Expandir'; + String get collapsedIconTapHint => 'Expandir'; @override - String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; @override String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; @@ -4413,25 +4413,25 @@ class MaterialLocalizationEsHn extends MaterialLocalizationEs { ); @override - String get reorderItemToStart => r'Mover al inicio'; + String get reorderItemToStart => 'Mover al inicio'; @override - String get modalBarrierDismissLabel => r'Descartar'; + String get modalBarrierDismissLabel => 'Descartar'; @override - String get signedInLabel => r'Cuenta con la que accediste'; + String get signedInLabel => 'Cuenta con la que accediste'; @override - String get openAppDrawerTooltip => r'Abrir menú de navegación'; + String get openAppDrawerTooltip => 'Abrir menú de navegación'; @override - String get deleteButtonTooltip => r'Borrar'; + String get deleteButtonTooltip => 'Borrar'; @override - String get nextMonthTooltip => r'Próximo mes'; + String get nextMonthTooltip => 'Próximo mes'; @override - String get nextPageTooltip => r'Próxima página'; + String get nextPageTooltip => 'Próxima página'; @override String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @@ -4443,28 +4443,28 @@ class MaterialLocalizationEsHn extends MaterialLocalizationEs { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override - String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => 'a.m.'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => 'p.m.'; @override - String get dialogLabel => r'Diálogo'; + String get dialogLabel => 'Diálogo'; @override - String get expandedIconTapHint => r'Contraer'; + String get expandedIconTapHint => 'Contraer'; @override - String get collapsedIconTapHint => r'Expandir'; + String get collapsedIconTapHint => 'Expandir'; @override - String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; @override String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; @@ -4494,25 +4494,25 @@ class MaterialLocalizationEsMx extends MaterialLocalizationEs { ); @override - String get reorderItemToStart => r'Mover al inicio'; + String get reorderItemToStart => 'Mover al inicio'; @override - String get modalBarrierDismissLabel => r'Descartar'; + String get modalBarrierDismissLabel => 'Descartar'; @override - String get signedInLabel => r'Cuenta con la que accediste'; + String get signedInLabel => 'Cuenta con la que accediste'; @override - String get openAppDrawerTooltip => r'Abrir menú de navegación'; + String get openAppDrawerTooltip => 'Abrir menú de navegación'; @override - String get deleteButtonTooltip => r'Borrar'; + String get deleteButtonTooltip => 'Borrar'; @override - String get nextMonthTooltip => r'Próximo mes'; + String get nextMonthTooltip => 'Próximo mes'; @override - String get nextPageTooltip => r'Próxima página'; + String get nextPageTooltip => 'Próxima página'; @override String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @@ -4524,28 +4524,28 @@ class MaterialLocalizationEsMx extends MaterialLocalizationEs { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override - String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => 'a.m.'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => 'p.m.'; @override - String get dialogLabel => r'Diálogo'; + String get dialogLabel => 'Diálogo'; @override - String get expandedIconTapHint => r'Contraer'; + String get expandedIconTapHint => 'Contraer'; @override - String get collapsedIconTapHint => r'Expandir'; + String get collapsedIconTapHint => 'Expandir'; @override - String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; @override String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; @@ -4575,25 +4575,25 @@ class MaterialLocalizationEsNi extends MaterialLocalizationEs { ); @override - String get reorderItemToStart => r'Mover al inicio'; + String get reorderItemToStart => 'Mover al inicio'; @override - String get modalBarrierDismissLabel => r'Descartar'; + String get modalBarrierDismissLabel => 'Descartar'; @override - String get signedInLabel => r'Cuenta con la que accediste'; + String get signedInLabel => 'Cuenta con la que accediste'; @override - String get openAppDrawerTooltip => r'Abrir menú de navegación'; + String get openAppDrawerTooltip => 'Abrir menú de navegación'; @override - String get deleteButtonTooltip => r'Borrar'; + String get deleteButtonTooltip => 'Borrar'; @override - String get nextMonthTooltip => r'Próximo mes'; + String get nextMonthTooltip => 'Próximo mes'; @override - String get nextPageTooltip => r'Próxima página'; + String get nextPageTooltip => 'Próxima página'; @override String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @@ -4605,28 +4605,28 @@ class MaterialLocalizationEsNi extends MaterialLocalizationEs { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override - String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => 'a.m.'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => 'p.m.'; @override - String get dialogLabel => r'Diálogo'; + String get dialogLabel => 'Diálogo'; @override - String get expandedIconTapHint => r'Contraer'; + String get expandedIconTapHint => 'Contraer'; @override - String get collapsedIconTapHint => r'Expandir'; + String get collapsedIconTapHint => 'Expandir'; @override - String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; @override String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; @@ -4656,25 +4656,25 @@ class MaterialLocalizationEsPa extends MaterialLocalizationEs { ); @override - String get reorderItemToStart => r'Mover al inicio'; + String get reorderItemToStart => 'Mover al inicio'; @override - String get modalBarrierDismissLabel => r'Descartar'; + String get modalBarrierDismissLabel => 'Descartar'; @override - String get signedInLabel => r'Cuenta con la que accediste'; + String get signedInLabel => 'Cuenta con la que accediste'; @override - String get openAppDrawerTooltip => r'Abrir menú de navegación'; + String get openAppDrawerTooltip => 'Abrir menú de navegación'; @override - String get deleteButtonTooltip => r'Borrar'; + String get deleteButtonTooltip => 'Borrar'; @override - String get nextMonthTooltip => r'Próximo mes'; + String get nextMonthTooltip => 'Próximo mes'; @override - String get nextPageTooltip => r'Próxima página'; + String get nextPageTooltip => 'Próxima página'; @override String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @@ -4686,28 +4686,28 @@ class MaterialLocalizationEsPa extends MaterialLocalizationEs { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override - String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => 'a.m.'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => 'p.m.'; @override - String get dialogLabel => r'Diálogo'; + String get dialogLabel => 'Diálogo'; @override - String get expandedIconTapHint => r'Contraer'; + String get expandedIconTapHint => 'Contraer'; @override - String get collapsedIconTapHint => r'Expandir'; + String get collapsedIconTapHint => 'Expandir'; @override - String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; @override String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; @@ -4737,25 +4737,25 @@ class MaterialLocalizationEsPe extends MaterialLocalizationEs { ); @override - String get reorderItemToStart => r'Mover al inicio'; + String get reorderItemToStart => 'Mover al inicio'; @override - String get modalBarrierDismissLabel => r'Descartar'; + String get modalBarrierDismissLabel => 'Descartar'; @override - String get signedInLabel => r'Cuenta con la que accediste'; + String get signedInLabel => 'Cuenta con la que accediste'; @override - String get openAppDrawerTooltip => r'Abrir menú de navegación'; + String get openAppDrawerTooltip => 'Abrir menú de navegación'; @override - String get deleteButtonTooltip => r'Borrar'; + String get deleteButtonTooltip => 'Borrar'; @override - String get nextMonthTooltip => r'Próximo mes'; + String get nextMonthTooltip => 'Próximo mes'; @override - String get nextPageTooltip => r'Próxima página'; + String get nextPageTooltip => 'Próxima página'; @override String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @@ -4767,28 +4767,28 @@ class MaterialLocalizationEsPe extends MaterialLocalizationEs { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override - String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => 'a.m.'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => 'p.m.'; @override - String get dialogLabel => r'Diálogo'; + String get dialogLabel => 'Diálogo'; @override - String get expandedIconTapHint => r'Contraer'; + String get expandedIconTapHint => 'Contraer'; @override - String get collapsedIconTapHint => r'Expandir'; + String get collapsedIconTapHint => 'Expandir'; @override - String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; @override String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; @@ -4818,25 +4818,25 @@ class MaterialLocalizationEsPr extends MaterialLocalizationEs { ); @override - String get reorderItemToStart => r'Mover al inicio'; + String get reorderItemToStart => 'Mover al inicio'; @override - String get modalBarrierDismissLabel => r'Descartar'; + String get modalBarrierDismissLabel => 'Descartar'; @override - String get signedInLabel => r'Cuenta con la que accediste'; + String get signedInLabel => 'Cuenta con la que accediste'; @override - String get openAppDrawerTooltip => r'Abrir menú de navegación'; + String get openAppDrawerTooltip => 'Abrir menú de navegación'; @override - String get deleteButtonTooltip => r'Borrar'; + String get deleteButtonTooltip => 'Borrar'; @override - String get nextMonthTooltip => r'Próximo mes'; + String get nextMonthTooltip => 'Próximo mes'; @override - String get nextPageTooltip => r'Próxima página'; + String get nextPageTooltip => 'Próxima página'; @override String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @@ -4848,28 +4848,28 @@ class MaterialLocalizationEsPr extends MaterialLocalizationEs { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override - String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => 'a.m.'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => 'p.m.'; @override - String get dialogLabel => r'Diálogo'; + String get dialogLabel => 'Diálogo'; @override - String get expandedIconTapHint => r'Contraer'; + String get expandedIconTapHint => 'Contraer'; @override - String get collapsedIconTapHint => r'Expandir'; + String get collapsedIconTapHint => 'Expandir'; @override - String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; @override String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; @@ -4899,25 +4899,25 @@ class MaterialLocalizationEsPy extends MaterialLocalizationEs { ); @override - String get reorderItemToStart => r'Mover al inicio'; + String get reorderItemToStart => 'Mover al inicio'; @override - String get modalBarrierDismissLabel => r'Descartar'; + String get modalBarrierDismissLabel => 'Descartar'; @override - String get signedInLabel => r'Cuenta con la que accediste'; + String get signedInLabel => 'Cuenta con la que accediste'; @override - String get openAppDrawerTooltip => r'Abrir menú de navegación'; + String get openAppDrawerTooltip => 'Abrir menú de navegación'; @override - String get deleteButtonTooltip => r'Borrar'; + String get deleteButtonTooltip => 'Borrar'; @override - String get nextMonthTooltip => r'Próximo mes'; + String get nextMonthTooltip => 'Próximo mes'; @override - String get nextPageTooltip => r'Próxima página'; + String get nextPageTooltip => 'Próxima página'; @override String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @@ -4929,28 +4929,28 @@ class MaterialLocalizationEsPy extends MaterialLocalizationEs { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override - String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => 'a.m.'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => 'p.m.'; @override - String get dialogLabel => r'Diálogo'; + String get dialogLabel => 'Diálogo'; @override - String get expandedIconTapHint => r'Contraer'; + String get expandedIconTapHint => 'Contraer'; @override - String get collapsedIconTapHint => r'Expandir'; + String get collapsedIconTapHint => 'Expandir'; @override - String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; @override String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; @@ -4980,25 +4980,25 @@ class MaterialLocalizationEsSv extends MaterialLocalizationEs { ); @override - String get reorderItemToStart => r'Mover al inicio'; + String get reorderItemToStart => 'Mover al inicio'; @override - String get modalBarrierDismissLabel => r'Descartar'; + String get modalBarrierDismissLabel => 'Descartar'; @override - String get signedInLabel => r'Cuenta con la que accediste'; + String get signedInLabel => 'Cuenta con la que accediste'; @override - String get openAppDrawerTooltip => r'Abrir menú de navegación'; + String get openAppDrawerTooltip => 'Abrir menú de navegación'; @override - String get deleteButtonTooltip => r'Borrar'; + String get deleteButtonTooltip => 'Borrar'; @override - String get nextMonthTooltip => r'Próximo mes'; + String get nextMonthTooltip => 'Próximo mes'; @override - String get nextPageTooltip => r'Próxima página'; + String get nextPageTooltip => 'Próxima página'; @override String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @@ -5010,28 +5010,28 @@ class MaterialLocalizationEsSv extends MaterialLocalizationEs { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override - String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => 'a.m.'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => 'p.m.'; @override - String get dialogLabel => r'Diálogo'; + String get dialogLabel => 'Diálogo'; @override - String get expandedIconTapHint => r'Contraer'; + String get expandedIconTapHint => 'Contraer'; @override - String get collapsedIconTapHint => r'Expandir'; + String get collapsedIconTapHint => 'Expandir'; @override - String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; @override String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; @@ -5061,19 +5061,19 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { ); @override - String get reorderItemToStart => r'Mover al inicio'; + String get reorderItemToStart => 'Mover al inicio'; @override - String get modalBarrierDismissLabel => r'Descartar'; + String get modalBarrierDismissLabel => 'Descartar'; @override - String get signedInLabel => r'Cuenta con la que accediste'; + String get signedInLabel => 'Cuenta con la que accediste'; @override - String get deleteButtonTooltip => r'Borrar'; + String get deleteButtonTooltip => 'Borrar'; @override - String get nextMonthTooltip => r'Próximo mes'; + String get nextMonthTooltip => 'Próximo mes'; @override String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @@ -5082,16 +5082,16 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @override - String get nextPageTooltip => r'Próxima página'; + String get nextPageTooltip => 'Próxima página'; @override - String get openAppDrawerTooltip => r'Abrir menú de navegación'; + String get openAppDrawerTooltip => 'Abrir menú de navegación'; @override String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; @override - String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @@ -5100,22 +5100,22 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => 'a.m.'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => 'p.m.'; @override - String get dialogLabel => r'Diálogo'; + String get dialogLabel => 'Diálogo'; @override - String get expandedIconTapHint => r'Contraer'; + String get expandedIconTapHint => 'Contraer'; @override - String get collapsedIconTapHint => r'Expandir'; + String get collapsedIconTapHint => 'Expandir'; @override - String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; @override String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; @@ -5145,25 +5145,25 @@ class MaterialLocalizationEsUy extends MaterialLocalizationEs { ); @override - String get reorderItemToStart => r'Mover al inicio'; + String get reorderItemToStart => 'Mover al inicio'; @override - String get modalBarrierDismissLabel => r'Descartar'; + String get modalBarrierDismissLabel => 'Descartar'; @override - String get signedInLabel => r'Cuenta con la que accediste'; + String get signedInLabel => 'Cuenta con la que accediste'; @override - String get openAppDrawerTooltip => r'Abrir menú de navegación'; + String get openAppDrawerTooltip => 'Abrir menú de navegación'; @override - String get deleteButtonTooltip => r'Borrar'; + String get deleteButtonTooltip => 'Borrar'; @override - String get nextMonthTooltip => r'Próximo mes'; + String get nextMonthTooltip => 'Próximo mes'; @override - String get nextPageTooltip => r'Próxima página'; + String get nextPageTooltip => 'Próxima página'; @override String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @@ -5175,28 +5175,28 @@ class MaterialLocalizationEsUy extends MaterialLocalizationEs { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override - String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => 'a.m.'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => 'p.m.'; @override - String get dialogLabel => r'Diálogo'; + String get dialogLabel => 'Diálogo'; @override - String get expandedIconTapHint => r'Contraer'; + String get expandedIconTapHint => 'Contraer'; @override - String get collapsedIconTapHint => r'Expandir'; + String get collapsedIconTapHint => 'Expandir'; @override - String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; @override String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; @@ -5226,25 +5226,25 @@ class MaterialLocalizationEsVe extends MaterialLocalizationEs { ); @override - String get reorderItemToStart => r'Mover al inicio'; + String get reorderItemToStart => 'Mover al inicio'; @override - String get modalBarrierDismissLabel => r'Descartar'; + String get modalBarrierDismissLabel => 'Descartar'; @override - String get signedInLabel => r'Cuenta con la que accediste'; + String get signedInLabel => 'Cuenta con la que accediste'; @override - String get openAppDrawerTooltip => r'Abrir menú de navegación'; + String get openAppDrawerTooltip => 'Abrir menú de navegación'; @override - String get deleteButtonTooltip => r'Borrar'; + String get deleteButtonTooltip => 'Borrar'; @override - String get nextMonthTooltip => r'Próximo mes'; + String get nextMonthTooltip => 'Próximo mes'; @override - String get nextPageTooltip => r'Próxima página'; + String get nextPageTooltip => 'Próxima página'; @override String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @@ -5256,28 +5256,28 @@ class MaterialLocalizationEsVe extends MaterialLocalizationEs { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override - String get selectedRowCountTitleOne => r'Se seleccionó 1 elemento'; + String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => 'a.m.'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => 'p.m.'; @override - String get dialogLabel => r'Diálogo'; + String get dialogLabel => 'Diálogo'; @override - String get expandedIconTapHint => r'Contraer'; + String get expandedIconTapHint => 'Contraer'; @override - String get collapsedIconTapHint => r'Expandir'; + String get collapsedIconTapHint => 'Expandir'; @override - String get remainingTextFieldCharacterCountOne => r'Queda 1 carácter'; + String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; @override String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; @@ -5310,67 +5310,67 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'Teave rakenduse $applicationName kohta'; @override - String get alertDialogLabel => r'Märguanne'; + String get alertDialogLabel => 'Märguanne'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonTooltip => r'Tagasi'; + String get backButtonTooltip => 'Tagasi'; @override - String get cancelButtonLabel => r'TÜHISTA'; + String get cancelButtonLabel => 'TÜHISTA'; @override - String get closeButtonLabel => r'SULE'; + String get closeButtonLabel => 'SULE'; @override - String get closeButtonTooltip => r'Sule'; + String get closeButtonTooltip => 'Sule'; @override - String get collapsedIconTapHint => r'Laienda'; + String get collapsedIconTapHint => 'Laienda'; @override - String get continueButtonLabel => r'JÄTKA'; + String get continueButtonLabel => 'JÄTKA'; @override - String get copyButtonLabel => r'KOPEERI'; + String get copyButtonLabel => 'KOPEERI'; @override - String get cutButtonLabel => r'LÕIKA'; + String get cutButtonLabel => 'LÕIKA'; @override - String get deleteButtonTooltip => r'Kustuta'; + String get deleteButtonTooltip => 'Kustuta'; @override - String get dialogLabel => r'Dialoog'; + String get dialogLabel => 'Dialoog'; @override - String get drawerLabel => r'Navigeerimismenüü'; + String get drawerLabel => 'Navigeerimismenüü'; @override - String get expandedIconTapHint => r'Ahenda'; + String get expandedIconTapHint => 'Ahenda'; @override - String get hideAccountsLabel => r'Peida kontod'; + String get hideAccountsLabel => 'Peida kontod'; @override - String get licensesPageTitle => r'Litsentsid'; + String get licensesPageTitle => 'Litsentsid'; @override - String get modalBarrierDismissLabel => r'Loobu'; + String get modalBarrierDismissLabel => 'Loobu'; @override - String get nextMonthTooltip => r'Järgmine kuu'; + String get nextMonthTooltip => 'Järgmine kuu'; @override - String get nextPageTooltip => r'Järgmine leht'; + String get nextPageTooltip => 'Järgmine leht'; @override - String get okButtonLabel => r'OK'; + String get okButtonLabel => 'OK'; @override - String get openAppDrawerTooltip => r'Ava navigeerimismenüü'; + String get openAppDrawerTooltip => 'Ava navigeerimismenüü'; @override String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow $rowCount-st'; @@ -5379,22 +5379,22 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow umbes $rowCount-st'; @override - String get pasteButtonLabel => r'KLEEBI'; + String get pasteButtonLabel => 'KLEEBI'; @override - String get popupMenuLabel => r'Hüpikmenüü'; + String get popupMenuLabel => 'Hüpikmenüü'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get previousMonthTooltip => r'Eelmine kuu'; + String get previousMonthTooltip => 'Eelmine kuu'; @override - String get previousPageTooltip => r'Eelmine leht'; + String get previousPageTooltip => 'Eelmine leht'; @override - String get refreshIndicatorSemanticLabel => r'Värskendamine'; + String get refreshIndicatorSemanticLabel => 'Värskendamine'; @override String get remainingTextFieldCharacterCountFew => null; @@ -5403,7 +5403,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'Jäänud on 1 tähemärk'; + String get remainingTextFieldCharacterCountOne => 'Jäänud on 1 tähemärk'; @override String get remainingTextFieldCharacterCountOther => r'Jäänud on $remainingCount tähemärki'; @@ -5412,37 +5412,37 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => r'Teisalda alla'; + String get reorderItemDown => 'Teisalda alla'; @override - String get reorderItemLeft => r'Teisalda vasakule'; + String get reorderItemLeft => 'Teisalda vasakule'; @override - String get reorderItemRight => r'Teisalda paremale'; + String get reorderItemRight => 'Teisalda paremale'; @override - String get reorderItemToEnd => r'Teisalda lõppu'; + String get reorderItemToEnd => 'Teisalda lõppu'; @override - String get reorderItemToStart => r'Teisalda algusesse'; + String get reorderItemToStart => 'Teisalda algusesse'; @override - String get reorderItemUp => r'Teisalda üles'; + String get reorderItemUp => 'Teisalda üles'; @override - String get rowsPerPageTitle => r'Ridu lehe kohta:'; + String get rowsPerPageTitle => 'Ridu lehe kohta:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Otsing'; + String get searchFieldLabel => 'Otsing'; @override - String get selectAllButtonLabel => r'VALI KÕIK'; + String get selectAllButtonLabel => 'VALI KÕIK'; @override String get selectedRowCountTitleFew => null; @@ -5451,7 +5451,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'Valitud on 1 üksus'; + String get selectedRowCountTitleOne => 'Valitud on 1 üksus'; @override String get selectedRowCountTitleOther => r'Valitud on $selectedRowCount üksust'; @@ -5463,13 +5463,13 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Kuva kontod'; + String get showAccountsLabel => 'Kuva kontod'; @override - String get showMenuTooltip => r'Kuva menüü'; + String get showMenuTooltip => 'Kuva menüü'; @override - String get signedInLabel => r'Sisse logitud'; + String get signedInLabel => 'Sisse logitud'; @override String get tabLabelRaw => r'$tabIndex. vahekaart $tabCount-st'; @@ -5478,13 +5478,13 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Tundide valimine'; + String get timePickerHourModeAnnouncement => 'Tundide valimine'; @override - String get timePickerMinuteModeAnnouncement => r'Minutite valimine'; + String get timePickerMinuteModeAnnouncement => 'Minutite valimine'; @override - String get viewLicensesButtonLabel => r'KUVA LITSENTSID'; + String get viewLicensesButtonLabel => 'KUVA LITSENTSID'; } /// The translations for Basque (`eu`). @@ -5514,67 +5514,67 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'$applicationName aplikazioari buruz'; @override - String get alertDialogLabel => r'Alerta'; + String get alertDialogLabel => 'Alerta'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonTooltip => r'Atzera'; + String get backButtonTooltip => 'Atzera'; @override - String get cancelButtonLabel => r'UTZI'; + String get cancelButtonLabel => 'UTZI'; @override - String get closeButtonLabel => r'ITXI'; + String get closeButtonLabel => 'ITXI'; @override - String get closeButtonTooltip => r'Itxi'; + String get closeButtonTooltip => 'Itxi'; @override - String get collapsedIconTapHint => r'Zabaldu'; + String get collapsedIconTapHint => 'Zabaldu'; @override - String get continueButtonLabel => r'EGIN AURRERA'; + String get continueButtonLabel => 'EGIN AURRERA'; @override - String get copyButtonLabel => r'KOPIATU'; + String get copyButtonLabel => 'KOPIATU'; @override - String get cutButtonLabel => r'EBAKI'; + String get cutButtonLabel => 'EBAKI'; @override - String get deleteButtonTooltip => r'Ezabatu'; + String get deleteButtonTooltip => 'Ezabatu'; @override - String get dialogLabel => r'Leihoa'; + String get dialogLabel => 'Leihoa'; @override - String get drawerLabel => r'Nabigazio-menua'; + String get drawerLabel => 'Nabigazio-menua'; @override - String get expandedIconTapHint => r'Tolestu'; + String get expandedIconTapHint => 'Tolestu'; @override - String get hideAccountsLabel => r'Ezkutatu kontuak'; + String get hideAccountsLabel => 'Ezkutatu kontuak'; @override - String get licensesPageTitle => r'Lizentziak'; + String get licensesPageTitle => 'Lizentziak'; @override - String get modalBarrierDismissLabel => r'Baztertu'; + String get modalBarrierDismissLabel => 'Baztertu'; @override - String get nextMonthTooltip => r'Hurrengo hilabetea'; + String get nextMonthTooltip => 'Hurrengo hilabetea'; @override - String get nextPageTooltip => r'Hurrengo orria'; + String get nextPageTooltip => 'Hurrengo orria'; @override - String get okButtonLabel => r'Ados'; + String get okButtonLabel => 'Ados'; @override - String get openAppDrawerTooltip => r'Ireki nabigazio-menua'; + String get openAppDrawerTooltip => 'Ireki nabigazio-menua'; @override String get pageRowsInfoTitleRaw => r'$firstRow - $lastRow / $rowCount'; @@ -5583,22 +5583,22 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow - $lastRow / $rowCount'; @override - String get pasteButtonLabel => r'ITSATSI'; + String get pasteButtonLabel => 'ITSATSI'; @override - String get popupMenuLabel => r'Menu gainerakorra'; + String get popupMenuLabel => 'Menu gainerakorra'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get previousMonthTooltip => r'Aurreko hilabetea'; + String get previousMonthTooltip => 'Aurreko hilabetea'; @override - String get previousPageTooltip => r'Aurreko orria'; + String get previousPageTooltip => 'Aurreko orria'; @override - String get refreshIndicatorSemanticLabel => r'Freskatu'; + String get refreshIndicatorSemanticLabel => 'Freskatu'; @override String get remainingTextFieldCharacterCountFew => null; @@ -5607,7 +5607,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1 karaktere geratzen da'; + String get remainingTextFieldCharacterCountOne => '1 karaktere geratzen da'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount karaktere geratzen dira'; @@ -5619,34 +5619,34 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountZero => null; @override - String get reorderItemDown => r'Eraman behera'; + String get reorderItemDown => 'Eraman behera'; @override - String get reorderItemLeft => r'Eraman ezkerrera'; + String get reorderItemLeft => 'Eraman ezkerrera'; @override - String get reorderItemRight => r'Eraman eskuinera'; + String get reorderItemRight => 'Eraman eskuinera'; @override - String get reorderItemToEnd => r'Eraman amaierara'; + String get reorderItemToEnd => 'Eraman amaierara'; @override - String get reorderItemToStart => r'Eraman hasierara'; + String get reorderItemToStart => 'Eraman hasierara'; @override - String get reorderItemUp => r'Eraman gora'; + String get reorderItemUp => 'Eraman gora'; @override - String get rowsPerPageTitle => r'Errenkadak orriko:'; + String get rowsPerPageTitle => 'Errenkadak orriko:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Bilatu'; + String get searchFieldLabel => 'Bilatu'; @override - String get selectAllButtonLabel => r'HAUTATU GUZTIAK'; + String get selectAllButtonLabel => 'HAUTATU GUZTIAK'; @override String get selectedRowCountTitleFew => null; @@ -5655,7 +5655,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 elementu hautatu da'; + String get selectedRowCountTitleOne => '1 elementu hautatu da'; @override String get selectedRowCountTitleOther => r'$selectedRowCount elementu hautatu dira'; @@ -5667,13 +5667,13 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Erakutsi kontuak'; + String get showAccountsLabel => 'Erakutsi kontuak'; @override - String get showMenuTooltip => r'Erakutsi menua'; + String get showMenuTooltip => 'Erakutsi menua'; @override - String get signedInLabel => r'Hasi da saioa'; + String get signedInLabel => 'Hasi da saioa'; @override String get tabLabelRaw => r'$tabIndex/$tabCount fitxa'; @@ -5682,13 +5682,13 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Hautatu orduak'; + String get timePickerHourModeAnnouncement => 'Hautatu orduak'; @override - String get timePickerMinuteModeAnnouncement => r'Hautatu minutuak'; + String get timePickerMinuteModeAnnouncement => 'Hautatu minutuak'; @override - String get viewLicensesButtonLabel => r'IKUSI LIZENTZIAK'; + String get viewLicensesButtonLabel => 'IKUSI LIZENTZIAK'; } /// The translations for Persian (`fa`). @@ -5718,67 +5718,67 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'درباره $applicationName'; @override - String get alertDialogLabel => r'هشدار'; + String get alertDialogLabel => 'هشدار'; @override - String get anteMeridiemAbbreviation => r'ق.ظ.'; + String get anteMeridiemAbbreviation => 'ق.ظ.'; @override - String get backButtonTooltip => r'برگشت'; + String get backButtonTooltip => 'برگشت'; @override - String get cancelButtonLabel => r'لغو'; + String get cancelButtonLabel => 'لغو'; @override - String get closeButtonLabel => r'بستن'; + String get closeButtonLabel => 'بستن'; @override - String get closeButtonTooltip => r'بستن'; + String get closeButtonTooltip => 'بستن'; @override - String get collapsedIconTapHint => r'بزرگ کردن'; + String get collapsedIconTapHint => 'بزرگ کردن'; @override - String get continueButtonLabel => r'ادامه'; + String get continueButtonLabel => 'ادامه'; @override - String get copyButtonLabel => r'کپی'; + String get copyButtonLabel => 'کپی'; @override - String get cutButtonLabel => r'برش'; + String get cutButtonLabel => 'برش'; @override - String get deleteButtonTooltip => r'حذف'; + String get deleteButtonTooltip => 'حذف'; @override - String get dialogLabel => r'کادر گفتگو'; + String get dialogLabel => 'کادر گفتگو'; @override - String get drawerLabel => r'منوی پیمایش'; + String get drawerLabel => 'منوی پیمایش'; @override - String get expandedIconTapHint => r'کوچک کردن'; + String get expandedIconTapHint => 'کوچک کردن'; @override - String get hideAccountsLabel => r'پنهان کردن حساب‌ها'; + String get hideAccountsLabel => 'پنهان کردن حساب‌ها'; @override - String get licensesPageTitle => r'مجوزها'; + String get licensesPageTitle => 'مجوزها'; @override - String get modalBarrierDismissLabel => r'نپذیرفتن'; + String get modalBarrierDismissLabel => 'نپذیرفتن'; @override - String get nextMonthTooltip => r'ماه بعد'; + String get nextMonthTooltip => 'ماه بعد'; @override - String get nextPageTooltip => r'صفحه بعد'; + String get nextPageTooltip => 'صفحه بعد'; @override - String get okButtonLabel => r'تأیید'; + String get okButtonLabel => 'تأیید'; @override - String get openAppDrawerTooltip => r'باز کردن منوی پیمایش'; + String get openAppDrawerTooltip => 'باز کردن منوی پیمایش'; @override String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow از $rowCount'; @@ -5787,22 +5787,22 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow از حدود $rowCount'; @override - String get pasteButtonLabel => r'جای‌گذاری'; + String get pasteButtonLabel => 'جای‌گذاری'; @override - String get popupMenuLabel => r'منوی بازشو'; + String get popupMenuLabel => 'منوی بازشو'; @override - String get postMeridiemAbbreviation => r'ب.ظ.'; + String get postMeridiemAbbreviation => 'ب.ظ.'; @override - String get previousMonthTooltip => r'ماه قبل'; + String get previousMonthTooltip => 'ماه قبل'; @override - String get previousPageTooltip => r'صفحه قبل'; + String get previousPageTooltip => 'صفحه قبل'; @override - String get refreshIndicatorSemanticLabel => r'بازخوانی'; + String get refreshIndicatorSemanticLabel => 'بازخوانی'; @override String get remainingTextFieldCharacterCountFew => null; @@ -5811,7 +5811,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'۱ نویسه باقی مانده است'; + String get remainingTextFieldCharacterCountOne => '۱ نویسه باقی مانده است'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount نویسه باقی مانده است'; @@ -5820,37 +5820,37 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => r'انتقال به پایین'; + String get reorderItemDown => 'انتقال به پایین'; @override - String get reorderItemLeft => r'انتقال به راست'; + String get reorderItemLeft => 'انتقال به راست'; @override - String get reorderItemRight => r'انتقال به چپ'; + String get reorderItemRight => 'انتقال به چپ'; @override - String get reorderItemToEnd => r'انتقال به انتها'; + String get reorderItemToEnd => 'انتقال به انتها'; @override - String get reorderItemToStart => r'انتقال به ابتدا'; + String get reorderItemToStart => 'انتقال به ابتدا'; @override - String get reorderItemUp => r'انتقال به بالا'; + String get reorderItemUp => 'انتقال به بالا'; @override - String get rowsPerPageTitle => r'ردیف در هر صفحه:'; + String get rowsPerPageTitle => 'ردیف در هر صفحه:'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @override - String get searchFieldLabel => r'جستجو'; + String get searchFieldLabel => 'جستجو'; @override - String get selectAllButtonLabel => r'انتخاب همه'; + String get selectAllButtonLabel => 'انتخاب همه'; @override String get selectedRowCountTitleFew => null; @@ -5859,7 +5859,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'۱ مورد انتخاب شد'; + String get selectedRowCountTitleOne => '۱ مورد انتخاب شد'; @override String get selectedRowCountTitleOther => r'$selectedRowCount مورد انتخاب شدند'; @@ -5871,13 +5871,13 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'نشان دادن حساب‌ها'; + String get showAccountsLabel => 'نشان دادن حساب‌ها'; @override - String get showMenuTooltip => r'نمایش منو'; + String get showMenuTooltip => 'نمایش منو'; @override - String get signedInLabel => r'واردشده به سیستم'; + String get signedInLabel => 'واردشده به سیستم'; @override String get tabLabelRaw => r'برگه $tabIndex از $tabCount'; @@ -5886,13 +5886,13 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'انتخاب ساعت'; + String get timePickerHourModeAnnouncement => 'انتخاب ساعت'; @override - String get timePickerMinuteModeAnnouncement => r'انتخاب دقیقه'; + String get timePickerMinuteModeAnnouncement => 'انتخاب دقیقه'; @override - String get viewLicensesButtonLabel => r'مشاهده مجوزها'; + String get viewLicensesButtonLabel => 'مشاهده مجوزها'; } /// The translations for Finnish (`fi`). @@ -5922,67 +5922,67 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'Tietoja: $applicationName'; @override - String get alertDialogLabel => r'Ilmoitus'; + String get alertDialogLabel => 'Ilmoitus'; @override - String get anteMeridiemAbbreviation => r'ap'; + String get anteMeridiemAbbreviation => 'ap'; @override - String get backButtonTooltip => r'Takaisin'; + String get backButtonTooltip => 'Takaisin'; @override - String get cancelButtonLabel => r'PERUUTA'; + String get cancelButtonLabel => 'PERUUTA'; @override - String get closeButtonLabel => r'SULJE'; + String get closeButtonLabel => 'SULJE'; @override - String get closeButtonTooltip => r'Sulje'; + String get closeButtonTooltip => 'Sulje'; @override - String get collapsedIconTapHint => r'Laajenna'; + String get collapsedIconTapHint => 'Laajenna'; @override - String get continueButtonLabel => r'JATKA'; + String get continueButtonLabel => 'JATKA'; @override - String get copyButtonLabel => r'COPY'; + String get copyButtonLabel => 'COPY'; @override - String get cutButtonLabel => r'LEIKKAA'; + String get cutButtonLabel => 'LEIKKAA'; @override - String get deleteButtonTooltip => r'Poista'; + String get deleteButtonTooltip => 'Poista'; @override - String get dialogLabel => r'Valintaikkuna'; + String get dialogLabel => 'Valintaikkuna'; @override - String get drawerLabel => r'Navigointivalikko'; + String get drawerLabel => 'Navigointivalikko'; @override - String get expandedIconTapHint => r'Tiivistä'; + String get expandedIconTapHint => 'Tiivistä'; @override - String get hideAccountsLabel => r'Piilota tilit'; + String get hideAccountsLabel => 'Piilota tilit'; @override - String get licensesPageTitle => r'Lisenssit'; + String get licensesPageTitle => 'Lisenssit'; @override - String get modalBarrierDismissLabel => r'Ohita'; + String get modalBarrierDismissLabel => 'Ohita'; @override - String get nextMonthTooltip => r'Seuraava kuukausi'; + String get nextMonthTooltip => 'Seuraava kuukausi'; @override - String get nextPageTooltip => r'Seuraava sivu'; + String get nextPageTooltip => 'Seuraava sivu'; @override - String get okButtonLabel => r'OK'; + String get okButtonLabel => 'OK'; @override - String get openAppDrawerTooltip => r'Avaa navigointivalikko'; + String get openAppDrawerTooltip => 'Avaa navigointivalikko'; @override String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow/$rowCount'; @@ -5991,22 +5991,22 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow/~$rowCount'; @override - String get pasteButtonLabel => r'Sijoita'; + String get pasteButtonLabel => 'Sijoita'; @override - String get popupMenuLabel => r'Ponnahdusvalikko'; + String get popupMenuLabel => 'Ponnahdusvalikko'; @override - String get postMeridiemAbbreviation => r'ip'; + String get postMeridiemAbbreviation => 'ip'; @override - String get previousMonthTooltip => r'Edellinen kuukausi'; + String get previousMonthTooltip => 'Edellinen kuukausi'; @override - String get previousPageTooltip => r'Edellinen sivu'; + String get previousPageTooltip => 'Edellinen sivu'; @override - String get refreshIndicatorSemanticLabel => r'Päivitys'; + String get refreshIndicatorSemanticLabel => 'Päivitys'; @override String get remainingTextFieldCharacterCountFew => null; @@ -6015,7 +6015,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1 merkki jäljellä'; + String get remainingTextFieldCharacterCountOne => '1 merkki jäljellä'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount merkkiä jäljellä'; @@ -6024,37 +6024,37 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => r'Siirrä alas'; + String get reorderItemDown => 'Siirrä alas'; @override - String get reorderItemLeft => r'Siirrä vasemmalle'; + String get reorderItemLeft => 'Siirrä vasemmalle'; @override - String get reorderItemRight => r'Siirrä oikealle'; + String get reorderItemRight => 'Siirrä oikealle'; @override - String get reorderItemToEnd => r'Siirrä loppuun'; + String get reorderItemToEnd => 'Siirrä loppuun'; @override - String get reorderItemToStart => r'Siirrä alkuun'; + String get reorderItemToStart => 'Siirrä alkuun'; @override - String get reorderItemUp => r'Siirrä ylös'; + String get reorderItemUp => 'Siirrä ylös'; @override - String get rowsPerPageTitle => r'Riviä/sivu:'; + String get rowsPerPageTitle => 'Riviä/sivu:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Haku'; + String get searchFieldLabel => 'Haku'; @override - String get selectAllButtonLabel => r'VALITSE KAIKKI'; + String get selectAllButtonLabel => 'VALITSE KAIKKI'; @override String get selectedRowCountTitleFew => null; @@ -6063,7 +6063,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 kohde valittu'; + String get selectedRowCountTitleOne => '1 kohde valittu'; @override String get selectedRowCountTitleOther => r'$selectedRowCount kohdetta valittu'; @@ -6075,13 +6075,13 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Näytä tilit'; + String get showAccountsLabel => 'Näytä tilit'; @override - String get showMenuTooltip => r'Näytä valikko'; + String get showMenuTooltip => 'Näytä valikko'; @override - String get signedInLabel => r'Kirjautunut sisään'; + String get signedInLabel => 'Kirjautunut sisään'; @override String get tabLabelRaw => r'Välilehti $tabIndex/$tabCount'; @@ -6090,13 +6090,13 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Valitse tunnit'; + String get timePickerHourModeAnnouncement => 'Valitse tunnit'; @override - String get timePickerMinuteModeAnnouncement => r'Valitse minuutit'; + String get timePickerMinuteModeAnnouncement => 'Valitse minuutit'; @override - String get viewLicensesButtonLabel => r'NÄYTÄ KÄYTTÖOIKEUDET'; + String get viewLicensesButtonLabel => 'NÄYTÄ KÄYTTÖOIKEUDET'; } /// The translations for Filipino Pilipino (`fil`). @@ -6126,67 +6126,67 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'Tungkol sa $applicationName'; @override - String get alertDialogLabel => r'Alerto'; + String get alertDialogLabel => 'Alerto'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonTooltip => r'Bumalik'; + String get backButtonTooltip => 'Bumalik'; @override - String get cancelButtonLabel => r'KANSELAHIN'; + String get cancelButtonLabel => 'KANSELAHIN'; @override - String get closeButtonLabel => r'ISARA'; + String get closeButtonLabel => 'ISARA'; @override - String get closeButtonTooltip => r'Isara'; + String get closeButtonTooltip => 'Isara'; @override - String get collapsedIconTapHint => r'I-expand'; + String get collapsedIconTapHint => 'I-expand'; @override - String get continueButtonLabel => r'MAGPATULOY'; + String get continueButtonLabel => 'MAGPATULOY'; @override - String get copyButtonLabel => r'KOPYAHIN'; + String get copyButtonLabel => 'KOPYAHIN'; @override - String get cutButtonLabel => r'I-CUT'; + String get cutButtonLabel => 'I-CUT'; @override - String get deleteButtonTooltip => r'I-delete'; + String get deleteButtonTooltip => 'I-delete'; @override - String get dialogLabel => r'Dialog'; + String get dialogLabel => 'Dialog'; @override - String get drawerLabel => r'Menu ng navigation'; + String get drawerLabel => 'Menu ng navigation'; @override - String get expandedIconTapHint => r'I-collapse'; + String get expandedIconTapHint => 'I-collapse'; @override - String get hideAccountsLabel => r'Itago ang mga account'; + String get hideAccountsLabel => 'Itago ang mga account'; @override - String get licensesPageTitle => r'Mga Lisensya'; + String get licensesPageTitle => 'Mga Lisensya'; @override - String get modalBarrierDismissLabel => r'I-dismiss'; + String get modalBarrierDismissLabel => 'I-dismiss'; @override - String get nextMonthTooltip => r'Susunod na buwan'; + String get nextMonthTooltip => 'Susunod na buwan'; @override - String get nextPageTooltip => r'Susunod na page'; + String get nextPageTooltip => 'Susunod na page'; @override - String get okButtonLabel => r'OK'; + String get okButtonLabel => 'OK'; @override - String get openAppDrawerTooltip => r'Buksan ang menu ng navigation'; + String get openAppDrawerTooltip => 'Buksan ang menu ng navigation'; @override String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow ng $rowCount'; @@ -6195,22 +6195,22 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow ng humigit kumulang $rowCount'; @override - String get pasteButtonLabel => r'I-PASTE'; + String get pasteButtonLabel => 'I-PASTE'; @override - String get popupMenuLabel => r'Popup na menu'; + String get popupMenuLabel => 'Popup na menu'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get previousMonthTooltip => r'Nakaraang buwan'; + String get previousMonthTooltip => 'Nakaraang buwan'; @override - String get previousPageTooltip => r'Nakaraang page'; + String get previousPageTooltip => 'Nakaraang page'; @override - String get refreshIndicatorSemanticLabel => r'Nagre-refresh'; + String get refreshIndicatorSemanticLabel => 'Nagre-refresh'; @override String get remainingTextFieldCharacterCountFew => null; @@ -6219,7 +6219,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1 character ang natitira'; + String get remainingTextFieldCharacterCountOne => '1 character ang natitira'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount na character ang natitira'; @@ -6228,37 +6228,37 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => r'Ilipat pababa'; + String get reorderItemDown => 'Ilipat pababa'; @override - String get reorderItemLeft => r'Ilipat pakaliwa'; + String get reorderItemLeft => 'Ilipat pakaliwa'; @override - String get reorderItemRight => r'Ilipat pakanan'; + String get reorderItemRight => 'Ilipat pakanan'; @override - String get reorderItemToEnd => r'Ilipat sa dulo'; + String get reorderItemToEnd => 'Ilipat sa dulo'; @override - String get reorderItemToStart => r'Ilipat sa simula'; + String get reorderItemToStart => 'Ilipat sa simula'; @override - String get reorderItemUp => r'Ilipat pataas'; + String get reorderItemUp => 'Ilipat pataas'; @override - String get rowsPerPageTitle => r'Mga row bawat page:'; + String get rowsPerPageTitle => 'Mga row bawat page:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Maghanap'; + String get searchFieldLabel => 'Maghanap'; @override - String get selectAllButtonLabel => r'PILIIN LAHAT'; + String get selectAllButtonLabel => 'PILIIN LAHAT'; @override String get selectedRowCountTitleFew => null; @@ -6267,7 +6267,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 item ang napili'; + String get selectedRowCountTitleOne => '1 item ang napili'; @override String get selectedRowCountTitleOther => r'$selectedRowCount na item ang napili'; @@ -6279,13 +6279,13 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Ipakita ang mga account'; + String get showAccountsLabel => 'Ipakita ang mga account'; @override - String get showMenuTooltip => r'Ipakita ang menu'; + String get showMenuTooltip => 'Ipakita ang menu'; @override - String get signedInLabel => r'Naka-sign in'; + String get signedInLabel => 'Naka-sign in'; @override String get tabLabelRaw => r'Tab $tabIndex ng $tabCount'; @@ -6294,13 +6294,13 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Pumili ng mga oras'; + String get timePickerHourModeAnnouncement => 'Pumili ng mga oras'; @override - String get timePickerMinuteModeAnnouncement => r'Pumili ng mga minuto'; + String get timePickerMinuteModeAnnouncement => 'Pumili ng mga minuto'; @override - String get viewLicensesButtonLabel => r'TINGNAN ANG MGA LISENSYA'; + String get viewLicensesButtonLabel => 'TINGNAN ANG MGA LISENSYA'; } /// The translations for French (`fr`). @@ -6330,67 +6330,67 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'À propos de $applicationName'; @override - String get alertDialogLabel => r'Alerte'; + String get alertDialogLabel => 'Alerte'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonTooltip => r'Retour'; + String get backButtonTooltip => 'Retour'; @override - String get cancelButtonLabel => r'ANNULER'; + String get cancelButtonLabel => 'ANNULER'; @override - String get closeButtonLabel => r'FERMER'; + String get closeButtonLabel => 'FERMER'; @override - String get closeButtonTooltip => r'Fermer'; + String get closeButtonTooltip => 'Fermer'; @override - String get collapsedIconTapHint => r'Développer'; + String get collapsedIconTapHint => 'Développer'; @override - String get continueButtonLabel => r'CONTINUER'; + String get continueButtonLabel => 'CONTINUER'; @override - String get copyButtonLabel => r'COPIER'; + String get copyButtonLabel => 'COPIER'; @override - String get cutButtonLabel => r'COUPER'; + String get cutButtonLabel => 'COUPER'; @override - String get deleteButtonTooltip => r'Supprimer'; + String get deleteButtonTooltip => 'Supprimer'; @override - String get dialogLabel => r'Boîte de dialogue'; + String get dialogLabel => 'Boîte de dialogue'; @override - String get drawerLabel => r'Menu de navigation'; + String get drawerLabel => 'Menu de navigation'; @override - String get expandedIconTapHint => r'Réduire'; + String get expandedIconTapHint => 'Réduire'; @override - String get hideAccountsLabel => r'Masquer les comptes'; + String get hideAccountsLabel => 'Masquer les comptes'; @override - String get licensesPageTitle => r'Licences'; + String get licensesPageTitle => 'Licences'; @override - String get modalBarrierDismissLabel => r'Ignorer'; + String get modalBarrierDismissLabel => 'Ignorer'; @override - String get nextMonthTooltip => r'Mois suivant'; + String get nextMonthTooltip => 'Mois suivant'; @override - String get nextPageTooltip => r'Page suivante'; + String get nextPageTooltip => 'Page suivante'; @override - String get okButtonLabel => r'OK'; + String get okButtonLabel => 'OK'; @override - String get openAppDrawerTooltip => r'Ouvrir le menu de navigation'; + String get openAppDrawerTooltip => 'Ouvrir le menu de navigation'; @override String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow sur $rowCount'; @@ -6399,22 +6399,22 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow sur environ $rowCount'; @override - String get pasteButtonLabel => r'COLLER'; + String get pasteButtonLabel => 'COLLER'; @override - String get popupMenuLabel => r'Menu contextuel'; + String get popupMenuLabel => 'Menu contextuel'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get previousMonthTooltip => r'Mois précédent'; + String get previousMonthTooltip => 'Mois précédent'; @override - String get previousPageTooltip => r'Page précédente'; + String get previousPageTooltip => 'Page précédente'; @override - String get refreshIndicatorSemanticLabel => r'Actualiser'; + String get refreshIndicatorSemanticLabel => 'Actualiser'; @override String get remainingTextFieldCharacterCountFew => null; @@ -6423,7 +6423,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1 caractère restant'; + String get remainingTextFieldCharacterCountOne => '1 caractère restant'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount caractères restants'; @@ -6432,37 +6432,37 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => r'Déplacer vers le bas'; + String get reorderItemDown => 'Déplacer vers le bas'; @override - String get reorderItemLeft => r'Déplacer vers la gauche'; + String get reorderItemLeft => 'Déplacer vers la gauche'; @override - String get reorderItemRight => r'Déplacer vers la droite'; + String get reorderItemRight => 'Déplacer vers la droite'; @override - String get reorderItemToEnd => r'Déplacer vers la fin'; + String get reorderItemToEnd => 'Déplacer vers la fin'; @override - String get reorderItemToStart => r'Déplacer vers le début'; + String get reorderItemToStart => 'Déplacer vers le début'; @override - String get reorderItemUp => r'Déplacer vers le haut'; + String get reorderItemUp => 'Déplacer vers le haut'; @override - String get rowsPerPageTitle => r'Lignes par page :'; + String get rowsPerPageTitle => 'Lignes par page :'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Rechercher'; + String get searchFieldLabel => 'Rechercher'; @override - String get selectAllButtonLabel => r'TOUT SÉLECTIONNER'; + String get selectAllButtonLabel => 'TOUT SÉLECTIONNER'; @override String get selectedRowCountTitleFew => null; @@ -6471,7 +6471,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 élément sélectionné'; + String get selectedRowCountTitleOne => '1 élément sélectionné'; @override String get selectedRowCountTitleOther => r'$selectedRowCount éléments sélectionnés'; @@ -6480,16 +6480,16 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => r'Aucun élément sélectionné'; + String get selectedRowCountTitleZero => 'Aucun élément sélectionné'; @override - String get showAccountsLabel => r'Afficher les comptes'; + String get showAccountsLabel => 'Afficher les comptes'; @override - String get showMenuTooltip => r'Afficher le menu'; + String get showMenuTooltip => 'Afficher le menu'; @override - String get signedInLabel => r'Connecté'; + String get signedInLabel => 'Connecté'; @override String get tabLabelRaw => r'Onglet $tabIndex sur $tabCount'; @@ -6498,13 +6498,13 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Sélectionner une heure'; + String get timePickerHourModeAnnouncement => 'Sélectionner une heure'; @override - String get timePickerMinuteModeAnnouncement => r'Sélectionner des minutes'; + String get timePickerMinuteModeAnnouncement => 'Sélectionner des minutes'; @override - String get viewLicensesButtonLabel => r'AFFICHER LES LICENCES'; + String get viewLicensesButtonLabel => 'AFFICHER LES LICENCES'; } /// The translations for French, as used in Canada (`fr_CA`). @@ -6540,22 +6540,22 @@ class MaterialLocalizationFrCa extends MaterialLocalizationFr { String get tabLabelRaw => r'Onglet $tabIndex sur $tabCount'; @override - String get anteMeridiemAbbreviation => r'am'; + String get anteMeridiemAbbreviation => 'am'; @override - String get postMeridiemAbbreviation => r'pm'; + String get postMeridiemAbbreviation => 'pm'; @override - String get timePickerHourModeAnnouncement => r'Sélectionnez les heures'; + String get timePickerHourModeAnnouncement => 'Sélectionnez les heures'; @override - String get timePickerMinuteModeAnnouncement => r'Sélectionnez les minutes'; + String get timePickerMinuteModeAnnouncement => 'Sélectionnez les minutes'; @override - String get reorderItemToStart => r'Déplacer au début'; + String get reorderItemToStart => 'Déplacer au début'; @override - String get reorderItemToEnd => r'Déplacer à la fin'; + String get reorderItemToEnd => 'Déplacer à la fin'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.frenchCanadian; @@ -6588,67 +6588,67 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'Acerca de: $applicationName'; @override - String get alertDialogLabel => r'Alerta'; + String get alertDialogLabel => 'Alerta'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => 'a.m.'; @override - String get backButtonTooltip => r'Atrás'; + String get backButtonTooltip => 'Atrás'; @override - String get cancelButtonLabel => r'CANCELAR'; + String get cancelButtonLabel => 'CANCELAR'; @override - String get closeButtonLabel => r'PECHAR'; + String get closeButtonLabel => 'PECHAR'; @override - String get closeButtonTooltip => r'Pechar'; + String get closeButtonTooltip => 'Pechar'; @override - String get collapsedIconTapHint => r'Despregar'; + String get collapsedIconTapHint => 'Despregar'; @override - String get continueButtonLabel => r'CONTINUAR'; + String get continueButtonLabel => 'CONTINUAR'; @override - String get copyButtonLabel => r'COPIAR'; + String get copyButtonLabel => 'COPIAR'; @override - String get cutButtonLabel => r'CORTAR'; + String get cutButtonLabel => 'CORTAR'; @override - String get deleteButtonTooltip => r'Eliminar'; + String get deleteButtonTooltip => 'Eliminar'; @override - String get dialogLabel => r'Cadro de diálogo'; + String get dialogLabel => 'Cadro de diálogo'; @override - String get drawerLabel => r'Menú de navegación'; + String get drawerLabel => 'Menú de navegación'; @override - String get expandedIconTapHint => r'Contraer'; + String get expandedIconTapHint => 'Contraer'; @override - String get hideAccountsLabel => r'Ocultar contas'; + String get hideAccountsLabel => 'Ocultar contas'; @override - String get licensesPageTitle => r'Licenzas'; + String get licensesPageTitle => 'Licenzas'; @override - String get modalBarrierDismissLabel => r'Ignorar'; + String get modalBarrierDismissLabel => 'Ignorar'; @override - String get nextMonthTooltip => r'Mes seguinte'; + String get nextMonthTooltip => 'Mes seguinte'; @override - String get nextPageTooltip => r'Páxina seguinte'; + String get nextPageTooltip => 'Páxina seguinte'; @override - String get okButtonLabel => r'Aceptar'; + String get okButtonLabel => 'Aceptar'; @override - String get openAppDrawerTooltip => r'Abrir menú de navegación'; + String get openAppDrawerTooltip => 'Abrir menú de navegación'; @override String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow de $rowCount'; @@ -6657,22 +6657,22 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow de aproximadamente $rowCount'; @override - String get pasteButtonLabel => r'PEGAR'; + String get pasteButtonLabel => 'PEGAR'; @override - String get popupMenuLabel => r'Menú emerxente'; + String get popupMenuLabel => 'Menú emerxente'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => 'p.m.'; @override - String get previousMonthTooltip => r'Mes anterior'; + String get previousMonthTooltip => 'Mes anterior'; @override - String get previousPageTooltip => r'Páxina anterior'; + String get previousPageTooltip => 'Páxina anterior'; @override - String get refreshIndicatorSemanticLabel => r'Actualizar'; + String get refreshIndicatorSemanticLabel => 'Actualizar'; @override String get remainingTextFieldCharacterCountFew => null; @@ -6681,7 +6681,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1 carácter restante'; + String get remainingTextFieldCharacterCountOne => '1 carácter restante'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount caracteres restantes'; @@ -6690,37 +6690,37 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => r'Mover cara abaixo'; + String get reorderItemDown => 'Mover cara abaixo'; @override - String get reorderItemLeft => r'Mover cara á esquerda'; + String get reorderItemLeft => 'Mover cara á esquerda'; @override - String get reorderItemRight => r'Mover cara á dereita'; + String get reorderItemRight => 'Mover cara á dereita'; @override - String get reorderItemToEnd => r'Mover ao final'; + String get reorderItemToEnd => 'Mover ao final'; @override - String get reorderItemToStart => r'Mover ao inicio'; + String get reorderItemToStart => 'Mover ao inicio'; @override - String get reorderItemUp => r'Mover cara arriba'; + String get reorderItemUp => 'Mover cara arriba'; @override - String get rowsPerPageTitle => r'Filas por páxina:'; + String get rowsPerPageTitle => 'Filas por páxina:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Buscar'; + String get searchFieldLabel => 'Buscar'; @override - String get selectAllButtonLabel => r'SELECCIONAR TODO'; + String get selectAllButtonLabel => 'SELECCIONAR TODO'; @override String get selectedRowCountTitleFew => null; @@ -6729,7 +6729,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'Seleccionouse 1 elemento'; + String get selectedRowCountTitleOne => 'Seleccionouse 1 elemento'; @override String get selectedRowCountTitleOther => r'Seleccionáronse $selectedRowCount elementos'; @@ -6738,16 +6738,16 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => r'Non se seleccionaron elementos'; + String get selectedRowCountTitleZero => 'Non se seleccionaron elementos'; @override - String get showAccountsLabel => r'Mostrar contas'; + String get showAccountsLabel => 'Mostrar contas'; @override - String get showMenuTooltip => r'Mostrar menú'; + String get showMenuTooltip => 'Mostrar menú'; @override - String get signedInLabel => r'Sesión iniciada'; + String get signedInLabel => 'Sesión iniciada'; @override String get tabLabelRaw => r'Pestana $tabIndex de $tabCount'; @@ -6756,13 +6756,13 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Seleccionar horas'; + String get timePickerHourModeAnnouncement => 'Seleccionar horas'; @override - String get timePickerMinuteModeAnnouncement => r'Seleccionar minutos'; + String get timePickerMinuteModeAnnouncement => 'Seleccionar minutos'; @override - String get viewLicensesButtonLabel => r'VER LICENZAS'; + String get viewLicensesButtonLabel => 'VER LICENZAS'; } /// The translations for Swiss German Alemannic Alsatian (`gsw`). @@ -6792,67 +6792,67 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'Über $applicationName'; @override - String get alertDialogLabel => r'Benachrichtigung'; + String get alertDialogLabel => 'Benachrichtigung'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonTooltip => r'Zurück'; + String get backButtonTooltip => 'Zurück'; @override - String get cancelButtonLabel => r'ABBRECHEN'; + String get cancelButtonLabel => 'ABBRECHEN'; @override - String get closeButtonLabel => r'SCHLIEẞEN'; + String get closeButtonLabel => 'SCHLIEẞEN'; @override - String get closeButtonTooltip => r'Schließen'; + String get closeButtonTooltip => 'Schließen'; @override - String get collapsedIconTapHint => r'Maximieren'; + String get collapsedIconTapHint => 'Maximieren'; @override - String get continueButtonLabel => r'WEITER'; + String get continueButtonLabel => 'WEITER'; @override - String get copyButtonLabel => r'KOPIEREN'; + String get copyButtonLabel => 'KOPIEREN'; @override - String get cutButtonLabel => r'AUSSCHNEIDEN'; + String get cutButtonLabel => 'AUSSCHNEIDEN'; @override - String get deleteButtonTooltip => r'Löschen'; + String get deleteButtonTooltip => 'Löschen'; @override - String get dialogLabel => r'Dialogfeld'; + String get dialogLabel => 'Dialogfeld'; @override - String get drawerLabel => r'Navigationsmenü'; + String get drawerLabel => 'Navigationsmenü'; @override - String get expandedIconTapHint => r'Minimieren'; + String get expandedIconTapHint => 'Minimieren'; @override - String get hideAccountsLabel => r'Konten ausblenden'; + String get hideAccountsLabel => 'Konten ausblenden'; @override - String get licensesPageTitle => r'Lizenzen'; + String get licensesPageTitle => 'Lizenzen'; @override - String get modalBarrierDismissLabel => r'Schließen'; + String get modalBarrierDismissLabel => 'Schließen'; @override - String get nextMonthTooltip => r'Nächster Monat'; + String get nextMonthTooltip => 'Nächster Monat'; @override - String get nextPageTooltip => r'Nächste Seite'; + String get nextPageTooltip => 'Nächste Seite'; @override - String get okButtonLabel => r'OK'; + String get okButtonLabel => 'OK'; @override - String get openAppDrawerTooltip => r'Navigationsmenü öffnen'; + String get openAppDrawerTooltip => 'Navigationsmenü öffnen'; @override String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow von $rowCount'; @@ -6861,22 +6861,22 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow von etwa $rowCount'; @override - String get pasteButtonLabel => r'EINFÜGEN'; + String get pasteButtonLabel => 'EINFÜGEN'; @override - String get popupMenuLabel => r'Pop-up-Menü'; + String get popupMenuLabel => 'Pop-up-Menü'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get previousMonthTooltip => r'Vorheriger Monat'; + String get previousMonthTooltip => 'Vorheriger Monat'; @override - String get previousPageTooltip => r'Vorherige Seite'; + String get previousPageTooltip => 'Vorherige Seite'; @override - String get refreshIndicatorSemanticLabel => r'Aktualisieren'; + String get refreshIndicatorSemanticLabel => 'Aktualisieren'; @override String get remainingTextFieldCharacterCountFew => null; @@ -6885,7 +6885,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'Noch 1 Zeichen'; + String get remainingTextFieldCharacterCountOne => 'Noch 1 Zeichen'; @override String get remainingTextFieldCharacterCountOther => r'Noch $remainingCount Zeichen'; @@ -6894,37 +6894,37 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => r'Nach unten verschieben'; + String get reorderItemDown => 'Nach unten verschieben'; @override - String get reorderItemLeft => r'Nach links verschieben'; + String get reorderItemLeft => 'Nach links verschieben'; @override - String get reorderItemRight => r'Nach rechts verschieben'; + String get reorderItemRight => 'Nach rechts verschieben'; @override - String get reorderItemToEnd => r'An das Ende verschieben'; + String get reorderItemToEnd => 'An das Ende verschieben'; @override - String get reorderItemToStart => r'An den Anfang verschieben'; + String get reorderItemToStart => 'An den Anfang verschieben'; @override - String get reorderItemUp => r'Nach oben verschieben'; + String get reorderItemUp => 'Nach oben verschieben'; @override - String get rowsPerPageTitle => r'Zeilen pro Seite:'; + String get rowsPerPageTitle => 'Zeilen pro Seite:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Suchen'; + String get searchFieldLabel => 'Suchen'; @override - String get selectAllButtonLabel => r'ALLE AUSWÄHLEN'; + String get selectAllButtonLabel => 'ALLE AUSWÄHLEN'; @override String get selectedRowCountTitleFew => null; @@ -6933,7 +6933,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 Element ausgewählt'; + String get selectedRowCountTitleOne => '1 Element ausgewählt'; @override String get selectedRowCountTitleOther => r'$selectedRowCount Elemente ausgewählt'; @@ -6945,13 +6945,13 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Konten anzeigen'; + String get showAccountsLabel => 'Konten anzeigen'; @override - String get showMenuTooltip => r'Menü anzeigen'; + String get showMenuTooltip => 'Menü anzeigen'; @override - String get signedInLabel => r'Angemeldet'; + String get signedInLabel => 'Angemeldet'; @override String get tabLabelRaw => r'Tab $tabIndex von $tabCount'; @@ -6960,13 +6960,13 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Stunden auswählen'; + String get timePickerHourModeAnnouncement => 'Stunden auswählen'; @override - String get timePickerMinuteModeAnnouncement => r'Minuten auswählen'; + String get timePickerMinuteModeAnnouncement => 'Minuten auswählen'; @override - String get viewLicensesButtonLabel => r'LIZENZEN ANZEIGEN'; + String get viewLicensesButtonLabel => 'LIZENZEN ANZEIGEN'; } /// The translations for Gujarati (`gu`). @@ -6996,67 +6996,67 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'$applicationName વિશે'; @override - String get alertDialogLabel => r'અલર્ટ'; + String get alertDialogLabel => 'અલર્ટ'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonTooltip => r'પાછળ'; + String get backButtonTooltip => 'પાછળ'; @override - String get cancelButtonLabel => r'રદ કરો'; + String get cancelButtonLabel => 'રદ કરો'; @override - String get closeButtonLabel => r'બંધ કરો'; + String get closeButtonLabel => 'બંધ કરો'; @override - String get closeButtonTooltip => r'બંધ કરો'; + String get closeButtonTooltip => 'બંધ કરો'; @override - String get collapsedIconTapHint => r'વિસ્તૃત કરો'; + String get collapsedIconTapHint => 'વિસ્તૃત કરો'; @override - String get continueButtonLabel => r'ચાલુ રાખો'; + String get continueButtonLabel => 'ચાલુ રાખો'; @override - String get copyButtonLabel => r'કૉપિ કરો'; + String get copyButtonLabel => 'કૉપિ કરો'; @override - String get cutButtonLabel => r'કાપો'; + String get cutButtonLabel => 'કાપો'; @override - String get deleteButtonTooltip => r'ડિલીટ કરો'; + String get deleteButtonTooltip => 'ડિલીટ કરો'; @override - String get dialogLabel => r'સંવાદ'; + String get dialogLabel => 'સંવાદ'; @override - String get drawerLabel => r'નૅવિગેશન મેનૂ'; + String get drawerLabel => 'નૅવિગેશન મેનૂ'; @override - String get expandedIconTapHint => r'સંકુચિત કરો'; + String get expandedIconTapHint => 'સંકુચિત કરો'; @override - String get hideAccountsLabel => r'એકાઉન્ટ છુપાવો'; + String get hideAccountsLabel => 'એકાઉન્ટ છુપાવો'; @override - String get licensesPageTitle => r'લાઇસન્સ'; + String get licensesPageTitle => 'લાઇસન્સ'; @override - String get modalBarrierDismissLabel => r'છોડી દો'; + String get modalBarrierDismissLabel => 'છોડી દો'; @override - String get nextMonthTooltip => r'આગલો મહિનો'; + String get nextMonthTooltip => 'આગલો મહિનો'; @override - String get nextPageTooltip => r'આગલું પેજ'; + String get nextPageTooltip => 'આગલું પેજ'; @override - String get okButtonLabel => r'ઓકે'; + String get okButtonLabel => 'ઓકે'; @override - String get openAppDrawerTooltip => r'નૅવિગેશન મેનૂ ખોલો'; + String get openAppDrawerTooltip => 'નૅવિગેશન મેનૂ ખોલો'; @override String get pageRowsInfoTitleRaw => r'$rowCountમાંથી $firstRow–$lastRow'; @@ -7065,22 +7065,22 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'આશરે $rowCountમાંથી $firstRow–$lastRow'; @override - String get pasteButtonLabel => r'પેસ્ટ કરો'; + String get pasteButtonLabel => 'પેસ્ટ કરો'; @override - String get popupMenuLabel => r'પૉપઅપ મેનૂ'; + String get popupMenuLabel => 'પૉપઅપ મેનૂ'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get previousMonthTooltip => r'પાછલો મહિનો'; + String get previousMonthTooltip => 'પાછલો મહિનો'; @override - String get previousPageTooltip => r'પાછલું પેજ'; + String get previousPageTooltip => 'પાછલું પેજ'; @override - String get refreshIndicatorSemanticLabel => r'રિફ્રેશ કરો'; + String get refreshIndicatorSemanticLabel => 'રિફ્રેશ કરો'; @override String get remainingTextFieldCharacterCountFew => null; @@ -7089,7 +7089,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1 અક્ષર બાકી'; + String get remainingTextFieldCharacterCountOne => '1 અક્ષર બાકી'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount અક્ષર બાકી'; @@ -7101,34 +7101,34 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountZero => null; @override - String get reorderItemDown => r'નીચે ખસેડો'; + String get reorderItemDown => 'નીચે ખસેડો'; @override - String get reorderItemLeft => r'ડાબે ખસેડો'; + String get reorderItemLeft => 'ડાબે ખસેડો'; @override - String get reorderItemRight => r'જમણે ખસેડો'; + String get reorderItemRight => 'જમણે ખસેડો'; @override - String get reorderItemToEnd => r'અંતમાં ખસેડો'; + String get reorderItemToEnd => 'અંતમાં ખસેડો'; @override - String get reorderItemToStart => r'પ્રારંભમાં ખસેડો'; + String get reorderItemToStart => 'પ્રારંભમાં ખસેડો'; @override - String get reorderItemUp => r'ઉપર ખસેડો'; + String get reorderItemUp => 'ઉપર ખસેડો'; @override - String get rowsPerPageTitle => r'પેજ દીઠ પંક્તિઓ:'; + String get rowsPerPageTitle => 'પેજ દીઠ પંક્તિઓ:'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @override - String get searchFieldLabel => r'શોધો'; + String get searchFieldLabel => 'શોધો'; @override - String get selectAllButtonLabel => r'બધા પસંદ કરો'; + String get selectAllButtonLabel => 'બધા પસંદ કરો'; @override String get selectedRowCountTitleFew => null; @@ -7137,7 +7137,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 આઇટમ પસંદ કરી'; + String get selectedRowCountTitleOne => '1 આઇટમ પસંદ કરી'; @override String get selectedRowCountTitleOther => r'$selectedRowCount આઇટમ પસંદ કરી'; @@ -7149,13 +7149,13 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'એકાઉન્ટ બતાવો'; + String get showAccountsLabel => 'એકાઉન્ટ બતાવો'; @override - String get showMenuTooltip => r'મેનૂ બતાવો'; + String get showMenuTooltip => 'મેનૂ બતાવો'; @override - String get signedInLabel => r'આમાં સાઇન ઇન કર્યું છે'; + String get signedInLabel => 'આમાં સાઇન ઇન કર્યું છે'; @override String get tabLabelRaw => r'$tabCountમાંથી $tabIndex ટૅબ'; @@ -7164,13 +7164,13 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'કલાક પસંદ કરો'; + String get timePickerHourModeAnnouncement => 'કલાક પસંદ કરો'; @override - String get timePickerMinuteModeAnnouncement => r'મિનિટ પસંદ કરો'; + String get timePickerMinuteModeAnnouncement => 'મિનિટ પસંદ કરો'; @override - String get viewLicensesButtonLabel => r'લાઇસન્સ જુઓ'; + String get viewLicensesButtonLabel => 'લાઇસન્સ જુઓ'; } /// The translations for Hebrew (`he`). @@ -7200,67 +7200,67 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'מידע על $applicationName'; @override - String get alertDialogLabel => r'התראה'; + String get alertDialogLabel => 'התראה'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonTooltip => r'הקודם'; + String get backButtonTooltip => 'הקודם'; @override - String get cancelButtonLabel => r'ביטול'; + String get cancelButtonLabel => 'ביטול'; @override - String get closeButtonLabel => r'סגירה'; + String get closeButtonLabel => 'סגירה'; @override - String get closeButtonTooltip => r'סגירה'; + String get closeButtonTooltip => 'סגירה'; @override - String get collapsedIconTapHint => r'הרחבה'; + String get collapsedIconTapHint => 'הרחבה'; @override - String get continueButtonLabel => r'המשך'; + String get continueButtonLabel => 'המשך'; @override - String get copyButtonLabel => r'העתקה'; + String get copyButtonLabel => 'העתקה'; @override - String get cutButtonLabel => r'גזירה'; + String get cutButtonLabel => 'גזירה'; @override - String get deleteButtonTooltip => r'מחיקה'; + String get deleteButtonTooltip => 'מחיקה'; @override - String get dialogLabel => r'תיבת דו-שיח'; + String get dialogLabel => 'תיבת דו-שיח'; @override - String get drawerLabel => r'תפריט ניווט'; + String get drawerLabel => 'תפריט ניווט'; @override - String get expandedIconTapHint => r'כיווץ'; + String get expandedIconTapHint => 'כיווץ'; @override - String get hideAccountsLabel => r'הסתרת החשבונות'; + String get hideAccountsLabel => 'הסתרת החשבונות'; @override - String get licensesPageTitle => r'רישיונות'; + String get licensesPageTitle => 'רישיונות'; @override - String get modalBarrierDismissLabel => r'סגירה'; + String get modalBarrierDismissLabel => 'סגירה'; @override - String get nextMonthTooltip => r'החודש הבא'; + String get nextMonthTooltip => 'החודש הבא'; @override - String get nextPageTooltip => r'הדף הבא'; + String get nextPageTooltip => 'הדף הבא'; @override - String get okButtonLabel => r'אישור'; + String get okButtonLabel => 'אישור'; @override - String get openAppDrawerTooltip => r'פתיחה של תפריט הניווט'; + String get openAppDrawerTooltip => 'פתיחה של תפריט הניווט'; @override String get pageRowsInfoTitleRaw => r'$lastRow–$firstRow מתוך $rowCount'; @@ -7269,22 +7269,22 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$lastRow–$firstRow מתוך כ-$rowCount'; @override - String get pasteButtonLabel => r'הדבקה'; + String get pasteButtonLabel => 'הדבקה'; @override - String get popupMenuLabel => r'תפריט קופץ'; + String get popupMenuLabel => 'תפריט קופץ'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get previousMonthTooltip => r'החודש הקודם'; + String get previousMonthTooltip => 'החודש הקודם'; @override - String get previousPageTooltip => r'הדף הקודם'; + String get previousPageTooltip => 'הדף הקודם'; @override - String get refreshIndicatorSemanticLabel => r'רענון'; + String get refreshIndicatorSemanticLabel => 'רענון'; @override String get remainingTextFieldCharacterCountFew => null; @@ -7293,7 +7293,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => r'נותרו $remainingCount תווים'; @override - String get remainingTextFieldCharacterCountOne => r'נותר תו אחד'; + String get remainingTextFieldCharacterCountOne => 'נותר תו אחד'; @override String get remainingTextFieldCharacterCountOther => r'נותרו $remainingCount תווים'; @@ -7302,37 +7302,37 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => r'נותרו $remainingCount תווים'; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => r'העברה למטה'; + String get reorderItemDown => 'העברה למטה'; @override - String get reorderItemLeft => r'העברה שמאלה'; + String get reorderItemLeft => 'העברה שמאלה'; @override - String get reorderItemRight => r'העברה ימינה'; + String get reorderItemRight => 'העברה ימינה'; @override - String get reorderItemToEnd => r'העברה לסוף'; + String get reorderItemToEnd => 'העברה לסוף'; @override - String get reorderItemToStart => r'העברה להתחלה'; + String get reorderItemToStart => 'העברה להתחלה'; @override - String get reorderItemUp => r'העברה למעלה'; + String get reorderItemUp => 'העברה למעלה'; @override - String get rowsPerPageTitle => r'שורות בכל דף:'; + String get rowsPerPageTitle => 'שורות בכל דף:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'חיפוש'; + String get searchFieldLabel => 'חיפוש'; @override - String get selectAllButtonLabel => r'בחירת הכול'; + String get selectAllButtonLabel => 'בחירת הכול'; @override String get selectedRowCountTitleFew => null; @@ -7341,7 +7341,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => r'$selectedRowCount פריטים נבחרו'; @override - String get selectedRowCountTitleOne => r'פריט אחד נבחר'; + String get selectedRowCountTitleOne => 'פריט אחד נבחר'; @override String get selectedRowCountTitleOther => r'$selectedRowCount פריטים נבחרו'; @@ -7353,13 +7353,13 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'הצגת החשבונות'; + String get showAccountsLabel => 'הצגת החשבונות'; @override - String get showMenuTooltip => r'הצגת התפריט'; + String get showMenuTooltip => 'הצגת התפריט'; @override - String get signedInLabel => r'מחובר'; + String get signedInLabel => 'מחובר'; @override String get tabLabelRaw => r'כרטיסייה $tabIndex מתוך $tabCount'; @@ -7368,13 +7368,13 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'בחירת שעות'; + String get timePickerHourModeAnnouncement => 'בחירת שעות'; @override - String get timePickerMinuteModeAnnouncement => r'בחירת דקות'; + String get timePickerMinuteModeAnnouncement => 'בחירת דקות'; @override - String get viewLicensesButtonLabel => r'הצגת הרישיונות'; + String get viewLicensesButtonLabel => 'הצגת הרישיונות'; } /// The translations for Hindi (`hi`). @@ -7404,67 +7404,67 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'$applicationName के बारे में जानकारी'; @override - String get alertDialogLabel => r'अलर्ट'; + String get alertDialogLabel => 'अलर्ट'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonTooltip => r'वापस जाएं'; + String get backButtonTooltip => 'वापस जाएं'; @override - String get cancelButtonLabel => r'रद्द करें'; + String get cancelButtonLabel => 'रद्द करें'; @override - String get closeButtonLabel => r'बंद करें'; + String get closeButtonLabel => 'बंद करें'; @override - String get closeButtonTooltip => r'बंद करें'; + String get closeButtonTooltip => 'बंद करें'; @override - String get collapsedIconTapHint => r'बड़ा करें'; + String get collapsedIconTapHint => 'बड़ा करें'; @override - String get continueButtonLabel => r'जारी रखें'; + String get continueButtonLabel => 'जारी रखें'; @override - String get copyButtonLabel => r'कॉपी करें'; + String get copyButtonLabel => 'कॉपी करें'; @override - String get cutButtonLabel => r'कट करें'; + String get cutButtonLabel => 'कट करें'; @override - String get deleteButtonTooltip => r'मिटाएं'; + String get deleteButtonTooltip => 'मिटाएं'; @override - String get dialogLabel => r'संवाद'; + String get dialogLabel => 'संवाद'; @override - String get drawerLabel => r'नेविगेशन मेन्यू'; + String get drawerLabel => 'नेविगेशन मेन्यू'; @override - String get expandedIconTapHint => r'छोटा करें'; + String get expandedIconTapHint => 'छोटा करें'; @override - String get hideAccountsLabel => r'खाते छिपाएं'; + String get hideAccountsLabel => 'खाते छिपाएं'; @override - String get licensesPageTitle => r'लाइसेंस'; + String get licensesPageTitle => 'लाइसेंस'; @override - String get modalBarrierDismissLabel => r'खारिज करें'; + String get modalBarrierDismissLabel => 'खारिज करें'; @override - String get nextMonthTooltip => r'अगला महीना'; + String get nextMonthTooltip => 'अगला महीना'; @override - String get nextPageTooltip => r'अगला पेज'; + String get nextPageTooltip => 'अगला पेज'; @override - String get okButtonLabel => r'ठीक है'; + String get okButtonLabel => 'ठीक है'; @override - String get openAppDrawerTooltip => r'नेविगेशन मेन्यू खोलें'; + String get openAppDrawerTooltip => 'नेविगेशन मेन्यू खोलें'; @override String get pageRowsInfoTitleRaw => r'$rowCount का $firstRow–$lastRow'; @@ -7473,22 +7473,22 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$rowCount में से करीब $firstRow–$lastRow'; @override - String get pasteButtonLabel => r'चिपकाएं'; + String get pasteButtonLabel => 'चिपकाएं'; @override - String get popupMenuLabel => r'पॉपअप मेन्यू'; + String get popupMenuLabel => 'पॉपअप मेन्यू'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get previousMonthTooltip => r'पिछला महीना'; + String get previousMonthTooltip => 'पिछला महीना'; @override - String get previousPageTooltip => r'पिछला पेज'; + String get previousPageTooltip => 'पिछला पेज'; @override - String get refreshIndicatorSemanticLabel => r'रीफ़्रेश करें'; + String get refreshIndicatorSemanticLabel => 'रीफ़्रेश करें'; @override String get remainingTextFieldCharacterCountFew => null; @@ -7497,7 +7497,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'एक वर्ण अाैर डाला जा सकता है'; + String get remainingTextFieldCharacterCountOne => 'एक वर्ण अाैर डाला जा सकता है'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount वर्ण अाैर डाले जा सकते हैं'; @@ -7506,37 +7506,37 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => r'नीचे ले जाएं'; + String get reorderItemDown => 'नीचे ले जाएं'; @override - String get reorderItemLeft => r'बाएं ले जाएं'; + String get reorderItemLeft => 'बाएं ले जाएं'; @override - String get reorderItemRight => r'दाएं ले जाएं'; + String get reorderItemRight => 'दाएं ले जाएं'; @override - String get reorderItemToEnd => r'आखिर में ले जाएं'; + String get reorderItemToEnd => 'आखिर में ले जाएं'; @override - String get reorderItemToStart => r'शुरुआत पर ले जाएं'; + String get reorderItemToStart => 'शुरुआत पर ले जाएं'; @override - String get reorderItemUp => r'ऊपर ले जाएं'; + String get reorderItemUp => 'ऊपर ले जाएं'; @override - String get rowsPerPageTitle => r'हर पेज में पंक्तियों की संख्या:'; + String get rowsPerPageTitle => 'हर पेज में पंक्तियों की संख्या:'; @override ScriptCategory get scriptCategory => ScriptCategory.dense; @override - String get searchFieldLabel => r'खोजें'; + String get searchFieldLabel => 'खोजें'; @override - String get selectAllButtonLabel => r'सभी चुनें'; + String get selectAllButtonLabel => 'सभी चुनें'; @override String get selectedRowCountTitleFew => null; @@ -7545,7 +7545,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 चीज़ चुनी गई'; + String get selectedRowCountTitleOne => '1 चीज़ चुनी गई'; @override String get selectedRowCountTitleOther => r'$selectedRowCount चीज़ें चुनी गईं'; @@ -7557,13 +7557,13 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'खाते दिखाएं'; + String get showAccountsLabel => 'खाते दिखाएं'; @override - String get showMenuTooltip => r'मेन्यू दिखाएं'; + String get showMenuTooltip => 'मेन्यू दिखाएं'; @override - String get signedInLabel => r'साइन इन किया हुआ है'; + String get signedInLabel => 'साइन इन किया हुआ है'; @override String get tabLabelRaw => r'$tabCount का टैब $tabIndex'; @@ -7572,13 +7572,13 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; @override - String get timePickerHourModeAnnouncement => r'घंटे के हिसाब से समय चुनें'; + String get timePickerHourModeAnnouncement => 'घंटे के हिसाब से समय चुनें'; @override - String get timePickerMinuteModeAnnouncement => r'मिनट के हिसाब से समय चुनें'; + String get timePickerMinuteModeAnnouncement => 'मिनट के हिसाब से समय चुनें'; @override - String get viewLicensesButtonLabel => r'लाइसेंस देखें'; + String get viewLicensesButtonLabel => 'लाइसेंस देखें'; } /// The translations for Croatian (`hr`). @@ -7608,67 +7608,67 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'O aplikaciji $applicationName'; @override - String get alertDialogLabel => r'Upozorenje'; + String get alertDialogLabel => 'Upozorenje'; @override - String get anteMeridiemAbbreviation => r'prijepodne'; + String get anteMeridiemAbbreviation => 'prijepodne'; @override - String get backButtonTooltip => r'Natrag'; + String get backButtonTooltip => 'Natrag'; @override - String get cancelButtonLabel => r'ODUSTANI'; + String get cancelButtonLabel => 'ODUSTANI'; @override - String get closeButtonLabel => r'ZATVORI'; + String get closeButtonLabel => 'ZATVORI'; @override - String get closeButtonTooltip => r'Zatvaranje'; + String get closeButtonTooltip => 'Zatvaranje'; @override - String get collapsedIconTapHint => r'Proširi'; + String get collapsedIconTapHint => 'Proširi'; @override - String get continueButtonLabel => r'NASTAVI'; + String get continueButtonLabel => 'NASTAVI'; @override - String get copyButtonLabel => r'KOPIRAJ'; + String get copyButtonLabel => 'KOPIRAJ'; @override - String get cutButtonLabel => r'IZREŽI'; + String get cutButtonLabel => 'IZREŽI'; @override - String get deleteButtonTooltip => r'Brisanje'; + String get deleteButtonTooltip => 'Brisanje'; @override - String get dialogLabel => r'Dijalog'; + String get dialogLabel => 'Dijalog'; @override - String get drawerLabel => r'Navigacijski izbornik'; + String get drawerLabel => 'Navigacijski izbornik'; @override - String get expandedIconTapHint => r'Sažmi'; + String get expandedIconTapHint => 'Sažmi'; @override - String get hideAccountsLabel => r'Sakrijte račune'; + String get hideAccountsLabel => 'Sakrijte račune'; @override - String get licensesPageTitle => r'Licence'; + String get licensesPageTitle => 'Licence'; @override - String get modalBarrierDismissLabel => r'Odbaci'; + String get modalBarrierDismissLabel => 'Odbaci'; @override - String get nextMonthTooltip => r'Sljedeći mjesec'; + String get nextMonthTooltip => 'Sljedeći mjesec'; @override - String get nextPageTooltip => r'Sljedeća stranica'; + String get nextPageTooltip => 'Sljedeća stranica'; @override - String get okButtonLabel => r'U REDU'; + String get okButtonLabel => 'U REDU'; @override - String get openAppDrawerTooltip => r'Otvaranje izbornika za navigaciju'; + String get openAppDrawerTooltip => 'Otvaranje izbornika za navigaciju'; @override String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow od $rowCount'; @@ -7677,22 +7677,22 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow od otprilike $rowCount'; @override - String get pasteButtonLabel => r'ZALIJEPI'; + String get pasteButtonLabel => 'ZALIJEPI'; @override - String get popupMenuLabel => r'Skočni izbornik'; + String get popupMenuLabel => 'Skočni izbornik'; @override - String get postMeridiemAbbreviation => r'popodne'; + String get postMeridiemAbbreviation => 'popodne'; @override - String get previousMonthTooltip => r'Prethodni mjesec'; + String get previousMonthTooltip => 'Prethodni mjesec'; @override - String get previousPageTooltip => r'Prethodna stranica'; + String get previousPageTooltip => 'Prethodna stranica'; @override - String get refreshIndicatorSemanticLabel => r'Osvježi'; + String get refreshIndicatorSemanticLabel => 'Osvježi'; @override String get remainingTextFieldCharacterCountFew => r'Preostala su $remainingCount znaka'; @@ -7701,7 +7701,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'Preostao je 1 znak'; + String get remainingTextFieldCharacterCountOne => 'Preostao je 1 znak'; @override String get remainingTextFieldCharacterCountOther => r'Preostalo je $remainingCount znakova'; @@ -7710,37 +7710,37 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => r'Pomakni prema dolje'; + String get reorderItemDown => 'Pomakni prema dolje'; @override - String get reorderItemLeft => r'Pomakni ulijevo'; + String get reorderItemLeft => 'Pomakni ulijevo'; @override - String get reorderItemRight => r'Pomakni udesno'; + String get reorderItemRight => 'Pomakni udesno'; @override - String get reorderItemToEnd => r'Premjesti na kraj'; + String get reorderItemToEnd => 'Premjesti na kraj'; @override - String get reorderItemToStart => r'Premjesti na početak'; + String get reorderItemToStart => 'Premjesti na početak'; @override - String get reorderItemUp => r'Pomakni prema gore'; + String get reorderItemUp => 'Pomakni prema gore'; @override - String get rowsPerPageTitle => r'Redaka po stranici:'; + String get rowsPerPageTitle => 'Redaka po stranici:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Pretražite'; + String get searchFieldLabel => 'Pretražite'; @override - String get selectAllButtonLabel => r'ODABERI SVE'; + String get selectAllButtonLabel => 'ODABERI SVE'; @override String get selectedRowCountTitleFew => r'Odabrane su $selectedRowCount stavke'; @@ -7749,7 +7749,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'Odabrana je jedna stavka'; + String get selectedRowCountTitleOne => 'Odabrana je jedna stavka'; @override String get selectedRowCountTitleOther => r'Odabrano je $selectedRowCount stavki'; @@ -7761,13 +7761,13 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Prikažite račune'; + String get showAccountsLabel => 'Prikažite račune'; @override - String get showMenuTooltip => r'Prikaz izbornika'; + String get showMenuTooltip => 'Prikaz izbornika'; @override - String get signedInLabel => r'Prijavljeni korisnik'; + String get signedInLabel => 'Prijavljeni korisnik'; @override String get tabLabelRaw => r'Kartica $tabIndex od $tabCount'; @@ -7776,13 +7776,13 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Odaberite sate'; + String get timePickerHourModeAnnouncement => 'Odaberite sate'; @override - String get timePickerMinuteModeAnnouncement => r'Odaberite minute'; + String get timePickerMinuteModeAnnouncement => 'Odaberite minute'; @override - String get viewLicensesButtonLabel => r'PRIKAŽI LICENCE'; + String get viewLicensesButtonLabel => 'PRIKAŽI LICENCE'; } /// The translations for Hungarian (`hu`). @@ -7812,67 +7812,67 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'A(z) $applicationName névjegye'; @override - String get alertDialogLabel => r'Értesítés'; + String get alertDialogLabel => 'Értesítés'; @override - String get anteMeridiemAbbreviation => r'de.'; + String get anteMeridiemAbbreviation => 'de.'; @override - String get backButtonTooltip => r'Vissza'; + String get backButtonTooltip => 'Vissza'; @override - String get cancelButtonLabel => r'MÉGSE'; + String get cancelButtonLabel => 'MÉGSE'; @override - String get closeButtonLabel => r'BEZÁRÁS'; + String get closeButtonLabel => 'BEZÁRÁS'; @override - String get closeButtonTooltip => r'Bezárás'; + String get closeButtonTooltip => 'Bezárás'; @override - String get collapsedIconTapHint => r'Kibontás'; + String get collapsedIconTapHint => 'Kibontás'; @override - String get continueButtonLabel => r'TOVÁBB'; + String get continueButtonLabel => 'TOVÁBB'; @override - String get copyButtonLabel => r'MÁSOLÁS'; + String get copyButtonLabel => 'MÁSOLÁS'; @override - String get cutButtonLabel => r'KIVÁGÁS'; + String get cutButtonLabel => 'KIVÁGÁS'; @override - String get deleteButtonTooltip => r'Törlés'; + String get deleteButtonTooltip => 'Törlés'; @override - String get dialogLabel => r'Párbeszédablak'; + String get dialogLabel => 'Párbeszédablak'; @override - String get drawerLabel => r'Navigációs menü'; + String get drawerLabel => 'Navigációs menü'; @override - String get expandedIconTapHint => r'Összecsukás'; + String get expandedIconTapHint => 'Összecsukás'; @override - String get hideAccountsLabel => r'Fiókok elrejtése'; + String get hideAccountsLabel => 'Fiókok elrejtése'; @override - String get licensesPageTitle => r'Licencek'; + String get licensesPageTitle => 'Licencek'; @override - String get modalBarrierDismissLabel => r'Elvetés'; + String get modalBarrierDismissLabel => 'Elvetés'; @override - String get nextMonthTooltip => r'Következő hónap'; + String get nextMonthTooltip => 'Következő hónap'; @override - String get nextPageTooltip => r'Következő oldal'; + String get nextPageTooltip => 'Következő oldal'; @override - String get okButtonLabel => r'OK'; + String get okButtonLabel => 'OK'; @override - String get openAppDrawerTooltip => r'Navigációs menü megnyitása'; + String get openAppDrawerTooltip => 'Navigációs menü megnyitása'; @override String get pageRowsInfoTitleRaw => r'$rowCount/$firstRow–$lastRow.'; @@ -7881,22 +7881,22 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'Körülbelül $rowCount/$firstRow–$lastRow.'; @override - String get pasteButtonLabel => r'BEILLESZTÉS'; + String get pasteButtonLabel => 'BEILLESZTÉS'; @override - String get popupMenuLabel => r'Előugró menü'; + String get popupMenuLabel => 'Előugró menü'; @override - String get postMeridiemAbbreviation => r'du.'; + String get postMeridiemAbbreviation => 'du.'; @override - String get previousMonthTooltip => r'Előző hónap'; + String get previousMonthTooltip => 'Előző hónap'; @override - String get previousPageTooltip => r'Előző oldal'; + String get previousPageTooltip => 'Előző oldal'; @override - String get refreshIndicatorSemanticLabel => r'Frissítés'; + String get refreshIndicatorSemanticLabel => 'Frissítés'; @override String get remainingTextFieldCharacterCountFew => null; @@ -7905,7 +7905,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1 karakter maradt'; + String get remainingTextFieldCharacterCountOne => '1 karakter maradt'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount karakter maradt'; @@ -7914,37 +7914,37 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => r'Áthelyezés lefelé'; + String get reorderItemDown => 'Áthelyezés lefelé'; @override - String get reorderItemLeft => r'Áthelyezés balra'; + String get reorderItemLeft => 'Áthelyezés balra'; @override - String get reorderItemRight => r'Áthelyezés jobbra'; + String get reorderItemRight => 'Áthelyezés jobbra'; @override - String get reorderItemToEnd => r'Áthelyezés a végére'; + String get reorderItemToEnd => 'Áthelyezés a végére'; @override - String get reorderItemToStart => r'Áthelyezés az elejére'; + String get reorderItemToStart => 'Áthelyezés az elejére'; @override - String get reorderItemUp => r'Áthelyezés felfelé'; + String get reorderItemUp => 'Áthelyezés felfelé'; @override - String get rowsPerPageTitle => r'Oldalankénti sorszám:'; + String get rowsPerPageTitle => 'Oldalankénti sorszám:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Keresés'; + String get searchFieldLabel => 'Keresés'; @override - String get selectAllButtonLabel => r'AZ ÖSSZES KIJELÖLÉSE'; + String get selectAllButtonLabel => 'AZ ÖSSZES KIJELÖLÉSE'; @override String get selectedRowCountTitleFew => null; @@ -7953,7 +7953,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 elem kiválasztva'; + String get selectedRowCountTitleOne => '1 elem kiválasztva'; @override String get selectedRowCountTitleOther => r'$selectedRowCount elem kiválasztva'; @@ -7965,13 +7965,13 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Fiókok megjelenítése'; + String get showAccountsLabel => 'Fiókok megjelenítése'; @override - String get showMenuTooltip => r'Menü megjelenítése'; + String get showMenuTooltip => 'Menü megjelenítése'; @override - String get signedInLabel => r'Bejelentkezve'; + String get signedInLabel => 'Bejelentkezve'; @override String get tabLabelRaw => r'$tabCount/$tabIndex. lap'; @@ -7980,13 +7980,13 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Óra kiválasztása'; + String get timePickerHourModeAnnouncement => 'Óra kiválasztása'; @override - String get timePickerMinuteModeAnnouncement => r'Perc kiválasztása'; + String get timePickerMinuteModeAnnouncement => 'Perc kiválasztása'; @override - String get viewLicensesButtonLabel => r'LICENCEK MEGTEKINTÉSE'; + String get viewLicensesButtonLabel => 'LICENCEK MEGTEKINTÉSE'; } /// The translations for Armenian (`hy`). @@ -8016,67 +8016,67 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'$applicationName հավելվածի մասին'; @override - String get alertDialogLabel => r'Ծանուցում'; + String get alertDialogLabel => 'Ծանուցում'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonTooltip => r'Հետ'; + String get backButtonTooltip => 'Հետ'; @override - String get cancelButtonLabel => r'ՉԵՂԱՐԿԵԼ'; + String get cancelButtonLabel => 'ՉԵՂԱՐԿԵԼ'; @override - String get closeButtonLabel => r'ՓԱԿԵԼ'; + String get closeButtonLabel => 'ՓԱԿԵԼ'; @override - String get closeButtonTooltip => r'Փակել'; + String get closeButtonTooltip => 'Փակել'; @override - String get collapsedIconTapHint => r'Ծավալել'; + String get collapsedIconTapHint => 'Ծավալել'; @override - String get continueButtonLabel => r'ՇԱՐՈՒՆԱԿԵԼ'; + String get continueButtonLabel => 'ՇԱՐՈՒՆԱԿԵԼ'; @override - String get copyButtonLabel => r'ՊԱՏՃԵՆԵԼ'; + String get copyButtonLabel => 'ՊԱՏՃԵՆԵԼ'; @override - String get cutButtonLabel => r'ԿՏՐԵԼ'; + String get cutButtonLabel => 'ԿՏՐԵԼ'; @override - String get deleteButtonTooltip => r'Ջնջել'; + String get deleteButtonTooltip => 'Ջնջել'; @override - String get dialogLabel => r'Երկխոսության պատուհան'; + String get dialogLabel => 'Երկխոսության պատուհան'; @override - String get drawerLabel => r'Նավարկման ընտրացանկ'; + String get drawerLabel => 'Նավարկման ընտրացանկ'; @override - String get expandedIconTapHint => r'Ծալել'; + String get expandedIconTapHint => 'Ծալել'; @override - String get hideAccountsLabel => r'Թաքցնել հաշիվները'; + String get hideAccountsLabel => 'Թաքցնել հաշիվները'; @override - String get licensesPageTitle => r'Արտոնագրեր'; + String get licensesPageTitle => 'Արտոնագրեր'; @override - String get modalBarrierDismissLabel => r'Փակել'; + String get modalBarrierDismissLabel => 'Փակել'; @override - String get nextMonthTooltip => r'Հաջորդ ամիս'; + String get nextMonthTooltip => 'Հաջորդ ամիս'; @override - String get nextPageTooltip => r'Հաջորդ էջ'; + String get nextPageTooltip => 'Հաջորդ էջ'; @override - String get okButtonLabel => r'Եղավ'; + String get okButtonLabel => 'Եղավ'; @override - String get openAppDrawerTooltip => r'Բացել նավարկման ընտրացանկը'; + String get openAppDrawerTooltip => 'Բացել նավարկման ընտրացանկը'; @override String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow $rowCount-ից'; @@ -8085,22 +8085,22 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow մոտավորապես $rowCount-ից'; @override - String get pasteButtonLabel => r'ՏԵՂԱԴՐԵԼ'; + String get pasteButtonLabel => 'ՏԵՂԱԴՐԵԼ'; @override - String get popupMenuLabel => r'Ելնող ընտրացանկ'; + String get popupMenuLabel => 'Ելնող ընտրացանկ'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get previousMonthTooltip => r'Նախորդ ամիս'; + String get previousMonthTooltip => 'Նախորդ ամիս'; @override - String get previousPageTooltip => r'Նախորդ էջ'; + String get previousPageTooltip => 'Նախորդ էջ'; @override - String get refreshIndicatorSemanticLabel => r'Թարմացնել'; + String get refreshIndicatorSemanticLabel => 'Թարմացնել'; @override String get remainingTextFieldCharacterCountFew => r'Մնաց $remainingCount նիշ'; @@ -8109,7 +8109,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => r'Մնաց $remainingCount նիշ'; @override - String get remainingTextFieldCharacterCountOne => r'Մնացել է 1 նիշ'; + String get remainingTextFieldCharacterCountOne => 'Մնացել է 1 նիշ'; @override String get remainingTextFieldCharacterCountOther => r'Մնացել է $remainingCount նիշ'; @@ -8118,37 +8118,37 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'Նիշի հնարավորություն չկա'; + String get remainingTextFieldCharacterCountZero => 'Նիշի հնարավորություն չկա'; @override - String get reorderItemDown => r'Տեղափոխել ներքև'; + String get reorderItemDown => 'Տեղափոխել ներքև'; @override - String get reorderItemLeft => r'Տեղափոխել ձախ'; + String get reorderItemLeft => 'Տեղափոխել ձախ'; @override - String get reorderItemRight => r'Տեղափոխել աջ'; + String get reorderItemRight => 'Տեղափոխել աջ'; @override - String get reorderItemToEnd => r'Տեղափոխել վերջ'; + String get reorderItemToEnd => 'Տեղափոխել վերջ'; @override - String get reorderItemToStart => r'Տեղափոխել սկիզբ'; + String get reorderItemToStart => 'Տեղափոխել սկիզբ'; @override - String get reorderItemUp => r'Տեղափոխել վերև'; + String get reorderItemUp => 'Տեղափոխել վերև'; @override - String get rowsPerPageTitle => r'Մեկ էջի տողերը՝'; + String get rowsPerPageTitle => 'Մեկ էջի տողերը՝'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Որոնել'; + String get searchFieldLabel => 'Որոնել'; @override - String get selectAllButtonLabel => r'ՆՇԵԼ ԲՈԼՈՐԸ'; + String get selectAllButtonLabel => 'ՆՇԵԼ ԲՈԼՈՐԸ'; @override String get selectedRowCountTitleFew => r'Ընտրված է $selectedRowCount օբյեկտ'; @@ -8157,7 +8157,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => r'Ընտրված է $selectedRowCount օբյեկտ'; @override - String get selectedRowCountTitleOne => r'Ընտրվել է 1 տարր'; + String get selectedRowCountTitleOne => 'Ընտրվել է 1 տարր'; @override String get selectedRowCountTitleOther => r'Ընտրվել է $selectedRowCount տարր'; @@ -8166,16 +8166,16 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => r'Տողերը ընտրված չեն'; + String get selectedRowCountTitleZero => 'Տողերը ընտրված չեն'; @override - String get showAccountsLabel => r'Ցույց տալ հաշիվները'; + String get showAccountsLabel => 'Ցույց տալ հաշիվները'; @override - String get showMenuTooltip => r'Ցույց տալ ընտրացանկը'; + String get showMenuTooltip => 'Ցույց տալ ընտրացանկը'; @override - String get signedInLabel => r'Դուք մուտք եք գործել'; + String get signedInLabel => 'Դուք մուտք եք գործել'; @override String get tabLabelRaw => r'Ներդիր $tabIndex՝ $tabCount-ից'; @@ -8184,13 +8184,13 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Ընտրեք ժամը'; + String get timePickerHourModeAnnouncement => 'Ընտրեք ժամը'; @override - String get timePickerMinuteModeAnnouncement => r'Ընտրեք րոպեները'; + String get timePickerMinuteModeAnnouncement => 'Ընտրեք րոպեները'; @override - String get viewLicensesButtonLabel => r'ԴԻՏԵԼ ԱՐՏՈՆԱԳՐԵՐԸ'; + String get viewLicensesButtonLabel => 'ԴԻՏԵԼ ԱՐՏՈՆԱԳՐԵՐԸ'; } /// The translations for Indonesian (`id`). @@ -8220,67 +8220,67 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'Tentang $applicationName'; @override - String get alertDialogLabel => r'Notifikasi'; + String get alertDialogLabel => 'Notifikasi'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonTooltip => r'Kembali'; + String get backButtonTooltip => 'Kembali'; @override - String get cancelButtonLabel => r'BATAL'; + String get cancelButtonLabel => 'BATAL'; @override - String get closeButtonLabel => r'TUTUP'; + String get closeButtonLabel => 'TUTUP'; @override - String get closeButtonTooltip => r'Tutup'; + String get closeButtonTooltip => 'Tutup'; @override - String get collapsedIconTapHint => r'Luaskan'; + String get collapsedIconTapHint => 'Luaskan'; @override - String get continueButtonLabel => r'LANJUTKAN'; + String get continueButtonLabel => 'LANJUTKAN'; @override - String get copyButtonLabel => r'SALIN'; + String get copyButtonLabel => 'SALIN'; @override - String get cutButtonLabel => r'POTONG'; + String get cutButtonLabel => 'POTONG'; @override - String get deleteButtonTooltip => r'Hapus'; + String get deleteButtonTooltip => 'Hapus'; @override - String get dialogLabel => r'Dialog'; + String get dialogLabel => 'Dialog'; @override - String get drawerLabel => r'Menu navigasi'; + String get drawerLabel => 'Menu navigasi'; @override - String get expandedIconTapHint => r'Ciutkan'; + String get expandedIconTapHint => 'Ciutkan'; @override - String get hideAccountsLabel => r'Sembunyikan akun'; + String get hideAccountsLabel => 'Sembunyikan akun'; @override - String get licensesPageTitle => r'Lisensi'; + String get licensesPageTitle => 'Lisensi'; @override - String get modalBarrierDismissLabel => r'Tutup'; + String get modalBarrierDismissLabel => 'Tutup'; @override - String get nextMonthTooltip => r'Bulan berikutnya'; + String get nextMonthTooltip => 'Bulan berikutnya'; @override - String get nextPageTooltip => r'Halaman berikutnya'; + String get nextPageTooltip => 'Halaman berikutnya'; @override - String get okButtonLabel => r'OKE'; + String get okButtonLabel => 'OKE'; @override - String get openAppDrawerTooltip => r'Buka menu navigasi'; + String get openAppDrawerTooltip => 'Buka menu navigasi'; @override String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow dari $rowCount'; @@ -8289,22 +8289,22 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow dari kira-kira $rowCount'; @override - String get pasteButtonLabel => r'TEMPEL'; + String get pasteButtonLabel => 'TEMPEL'; @override - String get popupMenuLabel => r'Menu pop-up'; + String get popupMenuLabel => 'Menu pop-up'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get previousMonthTooltip => r'Bulan sebelumnya'; + String get previousMonthTooltip => 'Bulan sebelumnya'; @override - String get previousPageTooltip => r'Halaman sebelumnya'; + String get previousPageTooltip => 'Halaman sebelumnya'; @override - String get refreshIndicatorSemanticLabel => r'Memuat ulang'; + String get refreshIndicatorSemanticLabel => 'Memuat ulang'; @override String get remainingTextFieldCharacterCountFew => null; @@ -8313,7 +8313,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'Sisa 1 karakter'; + String get remainingTextFieldCharacterCountOne => 'Sisa 1 karakter'; @override String get remainingTextFieldCharacterCountOther => r'Sisa $remainingCount karakter'; @@ -8322,37 +8322,37 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => r'Turunkan'; + String get reorderItemDown => 'Turunkan'; @override - String get reorderItemLeft => r'Pindahkan ke kiri'; + String get reorderItemLeft => 'Pindahkan ke kiri'; @override - String get reorderItemRight => r'Pindahkan ke kanan'; + String get reorderItemRight => 'Pindahkan ke kanan'; @override - String get reorderItemToEnd => r'Pindahkan ke akhir'; + String get reorderItemToEnd => 'Pindahkan ke akhir'; @override - String get reorderItemToStart => r'Pindahkan ke awal'; + String get reorderItemToStart => 'Pindahkan ke awal'; @override - String get reorderItemUp => r'Naikkan'; + String get reorderItemUp => 'Naikkan'; @override - String get rowsPerPageTitle => r'Baris per halaman:'; + String get rowsPerPageTitle => 'Baris per halaman:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Telusuri'; + String get searchFieldLabel => 'Telusuri'; @override - String get selectAllButtonLabel => r'PILIH SEMUA'; + String get selectAllButtonLabel => 'PILIH SEMUA'; @override String get selectedRowCountTitleFew => null; @@ -8361,7 +8361,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 item dipilih'; + String get selectedRowCountTitleOne => '1 item dipilih'; @override String get selectedRowCountTitleOther => r'$selectedRowCount item dipilih'; @@ -8373,13 +8373,13 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Tampilkan akun'; + String get showAccountsLabel => 'Tampilkan akun'; @override - String get showMenuTooltip => r'Tampilkan menu'; + String get showMenuTooltip => 'Tampilkan menu'; @override - String get signedInLabel => r'Telah login'; + String get signedInLabel => 'Telah login'; @override String get tabLabelRaw => r'Tab $tabIndex dari $tabCount'; @@ -8388,13 +8388,13 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Pilih jam'; + String get timePickerHourModeAnnouncement => 'Pilih jam'; @override - String get timePickerMinuteModeAnnouncement => r'Pilih menit'; + String get timePickerMinuteModeAnnouncement => 'Pilih menit'; @override - String get viewLicensesButtonLabel => r'LIHAT LISENSI'; + String get viewLicensesButtonLabel => 'LIHAT LISENSI'; } /// The translations for Icelandic (`is`). @@ -8424,67 +8424,67 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'Um $applicationName'; @override - String get alertDialogLabel => r'Tilkynning'; + String get alertDialogLabel => 'Tilkynning'; @override - String get anteMeridiemAbbreviation => r'f.h.'; + String get anteMeridiemAbbreviation => 'f.h.'; @override - String get backButtonTooltip => r'Til baka'; + String get backButtonTooltip => 'Til baka'; @override - String get cancelButtonLabel => r'HÆTTA'; + String get cancelButtonLabel => 'HÆTTA'; @override - String get closeButtonLabel => r'LOKA'; + String get closeButtonLabel => 'LOKA'; @override - String get closeButtonTooltip => r'Loka'; + String get closeButtonTooltip => 'Loka'; @override - String get collapsedIconTapHint => r'Stækka'; + String get collapsedIconTapHint => 'Stækka'; @override - String get continueButtonLabel => r'HALDA ÁFRAM'; + String get continueButtonLabel => 'HALDA ÁFRAM'; @override - String get copyButtonLabel => r'AFRITA'; + String get copyButtonLabel => 'AFRITA'; @override - String get cutButtonLabel => r'KLIPPA'; + String get cutButtonLabel => 'KLIPPA'; @override - String get deleteButtonTooltip => r'Eyða'; + String get deleteButtonTooltip => 'Eyða'; @override - String get dialogLabel => r'Gluggi'; + String get dialogLabel => 'Gluggi'; @override - String get drawerLabel => r'Yfirlitsvalmynd'; + String get drawerLabel => 'Yfirlitsvalmynd'; @override - String get expandedIconTapHint => r'Draga saman'; + String get expandedIconTapHint => 'Draga saman'; @override - String get hideAccountsLabel => r'Fela reikninga'; + String get hideAccountsLabel => 'Fela reikninga'; @override - String get licensesPageTitle => r'Leyfi'; + String get licensesPageTitle => 'Leyfi'; @override - String get modalBarrierDismissLabel => r'Hunsa'; + String get modalBarrierDismissLabel => 'Hunsa'; @override - String get nextMonthTooltip => r'Næsti mánuður'; + String get nextMonthTooltip => 'Næsti mánuður'; @override - String get nextPageTooltip => r'Næsta síða'; + String get nextPageTooltip => 'Næsta síða'; @override - String get okButtonLabel => r'Í lagi'; + String get okButtonLabel => 'Í lagi'; @override - String get openAppDrawerTooltip => r'Opna yfirlitsvalmynd'; + String get openAppDrawerTooltip => 'Opna yfirlitsvalmynd'; @override String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow af $rowCount'; @@ -8493,22 +8493,22 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow af um það bil $rowCount'; @override - String get pasteButtonLabel => r'LÍMA'; + String get pasteButtonLabel => 'LÍMA'; @override - String get popupMenuLabel => r'Sprettivalmynd'; + String get popupMenuLabel => 'Sprettivalmynd'; @override - String get postMeridiemAbbreviation => r'e.h.'; + String get postMeridiemAbbreviation => 'e.h.'; @override - String get previousMonthTooltip => r'Fyrri mánuður'; + String get previousMonthTooltip => 'Fyrri mánuður'; @override - String get previousPageTooltip => r'Fyrri síða'; + String get previousPageTooltip => 'Fyrri síða'; @override - String get refreshIndicatorSemanticLabel => r'Endurnýja'; + String get refreshIndicatorSemanticLabel => 'Endurnýja'; @override String get remainingTextFieldCharacterCountFew => null; @@ -8517,7 +8517,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1 stafur eftir'; + String get remainingTextFieldCharacterCountOne => '1 stafur eftir'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount stafir eftir'; @@ -8529,34 +8529,34 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountZero => null; @override - String get reorderItemDown => r'Færa niður'; + String get reorderItemDown => 'Færa niður'; @override - String get reorderItemLeft => r'Færa til vinstri'; + String get reorderItemLeft => 'Færa til vinstri'; @override - String get reorderItemRight => r'Færa til hægri'; + String get reorderItemRight => 'Færa til hægri'; @override - String get reorderItemToEnd => r'Færa aftast'; + String get reorderItemToEnd => 'Færa aftast'; @override - String get reorderItemToStart => r'Færa fremst'; + String get reorderItemToStart => 'Færa fremst'; @override - String get reorderItemUp => r'Færa upp'; + String get reorderItemUp => 'Færa upp'; @override - String get rowsPerPageTitle => r'Línur á síðu:'; + String get rowsPerPageTitle => 'Línur á síðu:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Leit'; + String get searchFieldLabel => 'Leit'; @override - String get selectAllButtonLabel => r'VELJA ALLT'; + String get selectAllButtonLabel => 'VELJA ALLT'; @override String get selectedRowCountTitleFew => null; @@ -8565,7 +8565,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 atriði valið'; + String get selectedRowCountTitleOne => '1 atriði valið'; @override String get selectedRowCountTitleOther => r'$selectedRowCount atriði valin'; @@ -8577,13 +8577,13 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Sýna reikninga'; + String get showAccountsLabel => 'Sýna reikninga'; @override - String get showMenuTooltip => r'Sýna valmynd'; + String get showMenuTooltip => 'Sýna valmynd'; @override - String get signedInLabel => r'Innskráð(ur)'; + String get signedInLabel => 'Innskráð(ur)'; @override String get tabLabelRaw => r'Flipi $tabIndex af $tabCount'; @@ -8592,13 +8592,13 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Velja klukkustundir'; + String get timePickerHourModeAnnouncement => 'Velja klukkustundir'; @override - String get timePickerMinuteModeAnnouncement => r'Velja mínútur'; + String get timePickerMinuteModeAnnouncement => 'Velja mínútur'; @override - String get viewLicensesButtonLabel => r'SKOÐA LEYFI'; + String get viewLicensesButtonLabel => 'SKOÐA LEYFI'; } /// The translations for Italian (`it`). @@ -8628,67 +8628,67 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'Informazioni su $applicationName'; @override - String get alertDialogLabel => r'Avviso'; + String get alertDialogLabel => 'Avviso'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonTooltip => r'Indietro'; + String get backButtonTooltip => 'Indietro'; @override - String get cancelButtonLabel => r'ANNULLA'; + String get cancelButtonLabel => 'ANNULLA'; @override - String get closeButtonLabel => r'CHIUDI'; + String get closeButtonLabel => 'CHIUDI'; @override - String get closeButtonTooltip => r'Chiudi'; + String get closeButtonTooltip => 'Chiudi'; @override - String get collapsedIconTapHint => r'Espandi'; + String get collapsedIconTapHint => 'Espandi'; @override - String get continueButtonLabel => r'CONTINUA'; + String get continueButtonLabel => 'CONTINUA'; @override - String get copyButtonLabel => r'COPIA'; + String get copyButtonLabel => 'COPIA'; @override - String get cutButtonLabel => r'TAGLIA'; + String get cutButtonLabel => 'TAGLIA'; @override - String get deleteButtonTooltip => r'Elimina'; + String get deleteButtonTooltip => 'Elimina'; @override - String get dialogLabel => r'Finestra di dialogo'; + String get dialogLabel => 'Finestra di dialogo'; @override - String get drawerLabel => r'Menu di navigazione'; + String get drawerLabel => 'Menu di navigazione'; @override - String get expandedIconTapHint => r'Comprimi'; + String get expandedIconTapHint => 'Comprimi'; @override - String get hideAccountsLabel => r'Nascondi account'; + String get hideAccountsLabel => 'Nascondi account'; @override - String get licensesPageTitle => r'Licenze'; + String get licensesPageTitle => 'Licenze'; @override - String get modalBarrierDismissLabel => r'Ignora'; + String get modalBarrierDismissLabel => 'Ignora'; @override - String get nextMonthTooltip => r'Mese successivo'; + String get nextMonthTooltip => 'Mese successivo'; @override - String get nextPageTooltip => r'Pagina successiva'; + String get nextPageTooltip => 'Pagina successiva'; @override - String get okButtonLabel => r'OK'; + String get okButtonLabel => 'OK'; @override - String get openAppDrawerTooltip => r'Apri il menu di navigazione'; + String get openAppDrawerTooltip => 'Apri il menu di navigazione'; @override String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow di $rowCount'; @@ -8697,22 +8697,22 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow di circa $rowCount'; @override - String get pasteButtonLabel => r'INCOLLA'; + String get pasteButtonLabel => 'INCOLLA'; @override - String get popupMenuLabel => r'Menu popup'; + String get popupMenuLabel => 'Menu popup'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get previousMonthTooltip => r'Mese precedente'; + String get previousMonthTooltip => 'Mese precedente'; @override - String get previousPageTooltip => r'Pagina precedente'; + String get previousPageTooltip => 'Pagina precedente'; @override - String get refreshIndicatorSemanticLabel => r'Aggiorna'; + String get refreshIndicatorSemanticLabel => 'Aggiorna'; @override String get remainingTextFieldCharacterCountFew => null; @@ -8721,7 +8721,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1 carattere rimanente'; + String get remainingTextFieldCharacterCountOne => '1 carattere rimanente'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount caratteri rimanenti'; @@ -8730,37 +8730,37 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => r'Sposta giù'; + String get reorderItemDown => 'Sposta giù'; @override - String get reorderItemLeft => r'Sposta a sinistra'; + String get reorderItemLeft => 'Sposta a sinistra'; @override - String get reorderItemRight => r'Sposta a destra'; + String get reorderItemRight => 'Sposta a destra'; @override - String get reorderItemToEnd => r'Sposta alla fine'; + String get reorderItemToEnd => 'Sposta alla fine'; @override - String get reorderItemToStart => r'Sposta all' "'" r'inizio'; + String get reorderItemToStart => "Sposta all'inizio"; @override - String get reorderItemUp => r'Sposta su'; + String get reorderItemUp => 'Sposta su'; @override - String get rowsPerPageTitle => r'Righe per pagina:'; + String get rowsPerPageTitle => 'Righe per pagina:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Cerca'; + String get searchFieldLabel => 'Cerca'; @override - String get selectAllButtonLabel => r'SELEZIONA TUTTO'; + String get selectAllButtonLabel => 'SELEZIONA TUTTO'; @override String get selectedRowCountTitleFew => null; @@ -8769,7 +8769,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 elemento selezionato'; + String get selectedRowCountTitleOne => '1 elemento selezionato'; @override String get selectedRowCountTitleOther => r'$selectedRowCount elementi selezionati'; @@ -8781,13 +8781,13 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Mostra account'; + String get showAccountsLabel => 'Mostra account'; @override - String get showMenuTooltip => r'Mostra il menu'; + String get showMenuTooltip => 'Mostra il menu'; @override - String get signedInLabel => r'Connesso'; + String get signedInLabel => 'Connesso'; @override String get tabLabelRaw => r'Scheda $tabIndex di $tabCount'; @@ -8796,13 +8796,13 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Seleziona le ore'; + String get timePickerHourModeAnnouncement => 'Seleziona le ore'; @override - String get timePickerMinuteModeAnnouncement => r'Seleziona i minuti'; + String get timePickerMinuteModeAnnouncement => 'Seleziona i minuti'; @override - String get viewLicensesButtonLabel => r'VISUALIZZA LICENZE'; + String get viewLicensesButtonLabel => 'VISUALIZZA LICENZE'; } /// The translations for Japanese (`ja`). @@ -8832,67 +8832,67 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'$applicationName について'; @override - String get alertDialogLabel => r'通知'; + String get alertDialogLabel => '通知'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonTooltip => r'戻る'; + String get backButtonTooltip => '戻る'; @override - String get cancelButtonLabel => r'キャンセル'; + String get cancelButtonLabel => 'キャンセル'; @override - String get closeButtonLabel => r'閉じる'; + String get closeButtonLabel => '閉じる'; @override - String get closeButtonTooltip => r'閉じる'; + String get closeButtonTooltip => '閉じる'; @override - String get collapsedIconTapHint => r'展開'; + String get collapsedIconTapHint => '展開'; @override - String get continueButtonLabel => r'続行'; + String get continueButtonLabel => '続行'; @override - String get copyButtonLabel => r'コピー'; + String get copyButtonLabel => 'コピー'; @override - String get cutButtonLabel => r'切り取り'; + String get cutButtonLabel => '切り取り'; @override - String get deleteButtonTooltip => r'削除'; + String get deleteButtonTooltip => '削除'; @override - String get dialogLabel => r'ダイアログ'; + String get dialogLabel => 'ダイアログ'; @override - String get drawerLabel => r'ナビゲーション メニュー'; + String get drawerLabel => 'ナビゲーション メニュー'; @override - String get expandedIconTapHint => r'折りたたむ'; + String get expandedIconTapHint => '折りたたむ'; @override - String get hideAccountsLabel => r'アカウントを非表示'; + String get hideAccountsLabel => 'アカウントを非表示'; @override - String get licensesPageTitle => r'ライセンス'; + String get licensesPageTitle => 'ライセンス'; @override - String get modalBarrierDismissLabel => r'閉じる'; + String get modalBarrierDismissLabel => '閉じる'; @override - String get nextMonthTooltip => r'来月'; + String get nextMonthTooltip => '来月'; @override - String get nextPageTooltip => r'次のページ'; + String get nextPageTooltip => '次のページ'; @override - String get okButtonLabel => r'OK'; + String get okButtonLabel => 'OK'; @override - String get openAppDrawerTooltip => r'ナビゲーション メニューを開く'; + String get openAppDrawerTooltip => 'ナビゲーション メニューを開く'; @override String get pageRowsInfoTitleRaw => r'$firstRow - $lastRow 行(合計 $rowCount 行)'; @@ -8901,22 +8901,22 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow 行(合計約 $rowCount 行)'; @override - String get pasteButtonLabel => r'貼り付け'; + String get pasteButtonLabel => '貼り付け'; @override - String get popupMenuLabel => r'ポップアップ メニュー'; + String get popupMenuLabel => 'ポップアップ メニュー'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get previousMonthTooltip => r'前月'; + String get previousMonthTooltip => '前月'; @override - String get previousPageTooltip => r'前のページ'; + String get previousPageTooltip => '前のページ'; @override - String get refreshIndicatorSemanticLabel => r'更新'; + String get refreshIndicatorSemanticLabel => '更新'; @override String get remainingTextFieldCharacterCountFew => null; @@ -8925,7 +8925,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'残り 1 文字(半角相当)'; + String get remainingTextFieldCharacterCountOne => '残り 1 文字(半角相当)'; @override String get remainingTextFieldCharacterCountOther => r'残り $remainingCount 文字(半角相当)'; @@ -8934,37 +8934,37 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => r'下に移動'; + String get reorderItemDown => '下に移動'; @override - String get reorderItemLeft => r'左に移動'; + String get reorderItemLeft => '左に移動'; @override - String get reorderItemRight => r'右に移動'; + String get reorderItemRight => '右に移動'; @override - String get reorderItemToEnd => r'最後に移動'; + String get reorderItemToEnd => '最後に移動'; @override - String get reorderItemToStart => r'先頭に移動'; + String get reorderItemToStart => '先頭に移動'; @override - String get reorderItemUp => r'上に移動'; + String get reorderItemUp => '上に移動'; @override - String get rowsPerPageTitle => r'ページあたりの行数:'; + String get rowsPerPageTitle => 'ページあたりの行数:'; @override ScriptCategory get scriptCategory => ScriptCategory.dense; @override - String get searchFieldLabel => r'検索'; + String get searchFieldLabel => '検索'; @override - String get selectAllButtonLabel => r'すべて選択'; + String get selectAllButtonLabel => 'すべて選択'; @override String get selectedRowCountTitleFew => null; @@ -8973,7 +8973,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 件のアイテムを選択中'; + String get selectedRowCountTitleOne => '1 件のアイテムを選択中'; @override String get selectedRowCountTitleOther => r'$selectedRowCount 件のアイテムを選択中'; @@ -8985,13 +8985,13 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'アカウントを表示'; + String get showAccountsLabel => 'アカウントを表示'; @override - String get showMenuTooltip => r'メニューを表示'; + String get showMenuTooltip => 'メニューを表示'; @override - String get signedInLabel => r'ログイン中'; + String get signedInLabel => 'ログイン中'; @override String get tabLabelRaw => r'タブ: $tabIndex/$tabCount'; @@ -9000,13 +9000,13 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'時間を選択'; + String get timePickerHourModeAnnouncement => '時間を選択'; @override - String get timePickerMinuteModeAnnouncement => r'分を選択'; + String get timePickerMinuteModeAnnouncement => '分を選択'; @override - String get viewLicensesButtonLabel => r'ライセンスを表示'; + String get viewLicensesButtonLabel => 'ライセンスを表示'; } /// The translations for Georgian (`ka`). @@ -9036,67 +9036,67 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'$applicationName-ის შესახებ'; @override - String get alertDialogLabel => r'გაფრთხილება'; + String get alertDialogLabel => 'გაფრთხილება'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonTooltip => r'უკან'; + String get backButtonTooltip => 'უკან'; @override - String get cancelButtonLabel => r'გაუქმება'; + String get cancelButtonLabel => 'გაუქმება'; @override - String get closeButtonLabel => r'დახურვა'; + String get closeButtonLabel => 'დახურვა'; @override - String get closeButtonTooltip => r'დახურვა'; + String get closeButtonTooltip => 'დახურვა'; @override - String get collapsedIconTapHint => r'გაშლა'; + String get collapsedIconTapHint => 'გაშლა'; @override - String get continueButtonLabel => r'გაგრძელება'; + String get continueButtonLabel => 'გაგრძელება'; @override - String get copyButtonLabel => r'კოპირება'; + String get copyButtonLabel => 'კოპირება'; @override - String get cutButtonLabel => r'ამოჭრა'; + String get cutButtonLabel => 'ამოჭრა'; @override - String get deleteButtonTooltip => r'წაშლა'; + String get deleteButtonTooltip => 'წაშლა'; @override - String get dialogLabel => r'დიალოგი'; + String get dialogLabel => 'დიალოგი'; @override - String get drawerLabel => r'ნავიგაციის მენიუ'; + String get drawerLabel => 'ნავიგაციის მენიუ'; @override - String get expandedIconTapHint => r'ჩაკეცვა'; + String get expandedIconTapHint => 'ჩაკეცვა'; @override - String get hideAccountsLabel => r'ანგარიშების დამალვა'; + String get hideAccountsLabel => 'ანგარიშების დამალვა'; @override - String get licensesPageTitle => r'ლიცენზიები'; + String get licensesPageTitle => 'ლიცენზიები'; @override - String get modalBarrierDismissLabel => r'დახურვა'; + String get modalBarrierDismissLabel => 'დახურვა'; @override - String get nextMonthTooltip => r'შემდეგი თვე'; + String get nextMonthTooltip => 'შემდეგი თვე'; @override - String get nextPageTooltip => r'შემდეგი გვერდი'; + String get nextPageTooltip => 'შემდეგი გვერდი'; @override - String get okButtonLabel => r'კარგი'; + String get okButtonLabel => 'კარგი'; @override - String get openAppDrawerTooltip => r'სანავიგაციო მენიუს გახსნა'; + String get openAppDrawerTooltip => 'სანავიგაციო მენიუს გახსნა'; @override String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow / $rowCount-დან'; @@ -9105,22 +9105,22 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow / დაახლოებით $rowCount-დან'; @override - String get pasteButtonLabel => r'ჩასმა'; + String get pasteButtonLabel => 'ჩასმა'; @override - String get popupMenuLabel => r'ამომხტარი მენიუ'; + String get popupMenuLabel => 'ამომხტარი მენიუ'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get previousMonthTooltip => r'წინა თვე'; + String get previousMonthTooltip => 'წინა თვე'; @override - String get previousPageTooltip => r'წინა გვერდი'; + String get previousPageTooltip => 'წინა გვერდი'; @override - String get refreshIndicatorSemanticLabel => r'განახლება'; + String get refreshIndicatorSemanticLabel => 'განახლება'; @override String get remainingTextFieldCharacterCountFew => null; @@ -9129,7 +9129,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'დარჩა 1 სიმბოლო'; + String get remainingTextFieldCharacterCountOne => 'დარჩა 1 სიმბოლო'; @override String get remainingTextFieldCharacterCountOther => r'დარჩა $remainingCount სიმბოლო'; @@ -9141,34 +9141,34 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountZero => null; @override - String get reorderItemDown => r'ქვემოთ გადატანა'; + String get reorderItemDown => 'ქვემოთ გადატანა'; @override - String get reorderItemLeft => r'მარცხნივ გადატანა'; + String get reorderItemLeft => 'მარცხნივ გადატანა'; @override - String get reorderItemRight => r'მარჯვნივ გადატანა'; + String get reorderItemRight => 'მარჯვნივ გადატანა'; @override - String get reorderItemToEnd => r'ბოლოში გადატანა'; + String get reorderItemToEnd => 'ბოლოში გადატანა'; @override - String get reorderItemToStart => r'დასაწყისში გადატანა'; + String get reorderItemToStart => 'დასაწყისში გადატანა'; @override - String get reorderItemUp => r'ზემოთ გადატანა'; + String get reorderItemUp => 'ზემოთ გადატანა'; @override - String get rowsPerPageTitle => r'მწკრივი გვერდზე:'; + String get rowsPerPageTitle => 'მწკრივი გვერდზე:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'ძიება'; + String get searchFieldLabel => 'ძიება'; @override - String get selectAllButtonLabel => r'ყველას არჩევა'; + String get selectAllButtonLabel => 'ყველას არჩევა'; @override String get selectedRowCountTitleFew => null; @@ -9177,7 +9177,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'არჩეულია 1 ერთეული'; + String get selectedRowCountTitleOne => 'არჩეულია 1 ერთეული'; @override String get selectedRowCountTitleOther => r'არჩეულია $selectedRowCount ერთეული'; @@ -9189,13 +9189,13 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'ანგარიშების ჩვენება'; + String get showAccountsLabel => 'ანგარიშების ჩვენება'; @override - String get showMenuTooltip => r'მენიუს ჩვენება'; + String get showMenuTooltip => 'მენიუს ჩვენება'; @override - String get signedInLabel => r'შესული'; + String get signedInLabel => 'შესული'; @override String get tabLabelRaw => r'ჩანართი $tabIndex / $tabCount-დან'; @@ -9204,13 +9204,13 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'აირჩიეთ საათები'; + String get timePickerHourModeAnnouncement => 'აირჩიეთ საათები'; @override - String get timePickerMinuteModeAnnouncement => r'აირჩიეთ წუთები'; + String get timePickerMinuteModeAnnouncement => 'აირჩიეთ წუთები'; @override - String get viewLicensesButtonLabel => r'ლიცენზიების ნახვა'; + String get viewLicensesButtonLabel => 'ლიცენზიების ნახვა'; } /// The translations for Kazakh (`kk`). @@ -9240,67 +9240,67 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'$applicationName туралы'; @override - String get alertDialogLabel => r'Дабыл'; + String get alertDialogLabel => 'Дабыл'; @override - String get anteMeridiemAbbreviation => r'түстен кейін'; + String get anteMeridiemAbbreviation => 'түстен кейін'; @override - String get backButtonTooltip => r'Артқа'; + String get backButtonTooltip => 'Артқа'; @override - String get cancelButtonLabel => r'БАС ТАРТУ'; + String get cancelButtonLabel => 'БАС ТАРТУ'; @override - String get closeButtonLabel => r'ЖАБУ'; + String get closeButtonLabel => 'ЖАБУ'; @override - String get closeButtonTooltip => r'Жабу'; + String get closeButtonTooltip => 'Жабу'; @override - String get collapsedIconTapHint => r'Жаю'; + String get collapsedIconTapHint => 'Жаю'; @override - String get continueButtonLabel => r'ЖАЛҒАСТЫРУ'; + String get continueButtonLabel => 'ЖАЛҒАСТЫРУ'; @override - String get copyButtonLabel => r'КӨШІРУ'; + String get copyButtonLabel => 'КӨШІРУ'; @override - String get cutButtonLabel => r'ҚИЮ'; + String get cutButtonLabel => 'ҚИЮ'; @override - String get deleteButtonTooltip => r'Жою'; + String get deleteButtonTooltip => 'Жою'; @override - String get dialogLabel => r'Диалогтық терезе'; + String get dialogLabel => 'Диалогтық терезе'; @override - String get drawerLabel => r'Навигация мәзірі'; + String get drawerLabel => 'Навигация мәзірі'; @override - String get expandedIconTapHint => r'Жию'; + String get expandedIconTapHint => 'Жию'; @override - String get hideAccountsLabel => r'Есептік жазбаларды жасыру'; + String get hideAccountsLabel => 'Есептік жазбаларды жасыру'; @override - String get licensesPageTitle => r'Лицензиялар'; + String get licensesPageTitle => 'Лицензиялар'; @override - String get modalBarrierDismissLabel => r'Жабу'; + String get modalBarrierDismissLabel => 'Жабу'; @override - String get nextMonthTooltip => r'Келесі ай'; + String get nextMonthTooltip => 'Келесі ай'; @override - String get nextPageTooltip => r'Келесі бет'; + String get nextPageTooltip => 'Келесі бет'; @override - String get okButtonLabel => r'Иә'; + String get okButtonLabel => 'Иә'; @override - String get openAppDrawerTooltip => r'Навигация мәзірін ашу'; + String get openAppDrawerTooltip => 'Навигация мәзірін ашу'; @override String get pageRowsInfoTitleRaw => r'$rowCount ішінен $firstRow–$lastRow'; @@ -9309,22 +9309,22 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'Шамамен $rowCount ішінен $firstRow–$lastRow'; @override - String get pasteButtonLabel => r'ҚОЮ'; + String get pasteButtonLabel => 'ҚОЮ'; @override - String get popupMenuLabel => r'Қалқымалы терезе мәзірі'; + String get popupMenuLabel => 'Қалқымалы терезе мәзірі'; @override - String get postMeridiemAbbreviation => r'түстен кейін'; + String get postMeridiemAbbreviation => 'түстен кейін'; @override - String get previousMonthTooltip => r'Өткен ай'; + String get previousMonthTooltip => 'Өткен ай'; @override - String get previousPageTooltip => r'Алдыңғы бет'; + String get previousPageTooltip => 'Алдыңғы бет'; @override - String get refreshIndicatorSemanticLabel => r'Жаңарту'; + String get refreshIndicatorSemanticLabel => 'Жаңарту'; @override String get remainingTextFieldCharacterCountFew => null; @@ -9333,7 +9333,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1 таңба қалды.'; + String get remainingTextFieldCharacterCountOne => '1 таңба қалды.'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount таңба қалды.'; @@ -9342,37 +9342,37 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'Таңбалар қалмады'; + String get remainingTextFieldCharacterCountZero => 'Таңбалар қалмады'; @override - String get reorderItemDown => r'Төменге жылжыту'; + String get reorderItemDown => 'Төменге жылжыту'; @override - String get reorderItemLeft => r'Солға жылжыту'; + String get reorderItemLeft => 'Солға жылжыту'; @override - String get reorderItemRight => r'Оңға жылжыту'; + String get reorderItemRight => 'Оңға жылжыту'; @override - String get reorderItemToEnd => r'Соңына өту'; + String get reorderItemToEnd => 'Соңына өту'; @override - String get reorderItemToStart => r'Басына өту'; + String get reorderItemToStart => 'Басына өту'; @override - String get reorderItemUp => r'Жоғарыға жылжыту'; + String get reorderItemUp => 'Жоғарыға жылжыту'; @override - String get rowsPerPageTitle => r'Әр беттегі жолдар саны:'; + String get rowsPerPageTitle => 'Әр беттегі жолдар саны:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Іздеу'; + String get searchFieldLabel => 'Іздеу'; @override - String get selectAllButtonLabel => r'БАРЛЫҒЫН ТАҢДАУ'; + String get selectAllButtonLabel => 'БАРЛЫҒЫН ТАҢДАУ'; @override String get selectedRowCountTitleFew => null; @@ -9381,7 +9381,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 элемент таңдалды.'; + String get selectedRowCountTitleOne => '1 элемент таңдалды.'; @override String get selectedRowCountTitleOther => r'$selectedRowCount элемент таңдалды.'; @@ -9390,16 +9390,16 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => r'Тармақ таңдалмаған'; + String get selectedRowCountTitleZero => 'Тармақ таңдалмаған'; @override - String get showAccountsLabel => r'Есептік жазбаларды көрсету'; + String get showAccountsLabel => 'Есептік жазбаларды көрсету'; @override - String get showMenuTooltip => r'Мәзірді көрсету'; + String get showMenuTooltip => 'Мәзірді көрсету'; @override - String get signedInLabel => r'Есептік жазбаға кірген'; + String get signedInLabel => 'Есептік жазбаға кірген'; @override String get tabLabelRaw => r'$tabCount/$tabIndex қойынды'; @@ -9408,13 +9408,13 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Сағаттарды таңдаңыз'; + String get timePickerHourModeAnnouncement => 'Сағаттарды таңдаңыз'; @override - String get timePickerMinuteModeAnnouncement => r'Минуттарды таңдаңыз'; + String get timePickerMinuteModeAnnouncement => 'Минуттарды таңдаңыз'; @override - String get viewLicensesButtonLabel => r'ЛИЦЕНЗИЯЛАРДЫ КӨРУ'; + String get viewLicensesButtonLabel => 'ЛИЦЕНЗИЯЛАРДЫ КӨРУ'; } /// The translations for Khmer Central Khmer (`km`). @@ -9444,67 +9444,67 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'អំពី $applicationName'; @override - String get alertDialogLabel => r'ជូនដំណឹង'; + String get alertDialogLabel => 'ជូនដំណឹង'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonTooltip => r'ថយក្រោយ'; + String get backButtonTooltip => 'ថយក្រោយ'; @override - String get cancelButtonLabel => r'បោះបង់'; + String get cancelButtonLabel => 'បោះបង់'; @override - String get closeButtonLabel => r'បិទ'; + String get closeButtonLabel => 'បិទ'; @override - String get closeButtonTooltip => r'បិទ'; + String get closeButtonTooltip => 'បិទ'; @override - String get collapsedIconTapHint => r'ពង្រីក'; + String get collapsedIconTapHint => 'ពង្រីក'; @override - String get continueButtonLabel => r'បន្ត'; + String get continueButtonLabel => 'បន្ត'; @override - String get copyButtonLabel => r'ចម្លង'; + String get copyButtonLabel => 'ចម្លង'; @override - String get cutButtonLabel => r'កាត់'; + String get cutButtonLabel => 'កាត់'; @override - String get deleteButtonTooltip => r'លុប'; + String get deleteButtonTooltip => 'លុប'; @override - String get dialogLabel => r'ប្រអប់'; + String get dialogLabel => 'ប្រអប់'; @override - String get drawerLabel => r'ម៉ឺនុយរុករក'; + String get drawerLabel => 'ម៉ឺនុយរុករក'; @override - String get expandedIconTapHint => r'បង្រួម'; + String get expandedIconTapHint => 'បង្រួម'; @override - String get hideAccountsLabel => r'លាក់គណនី'; + String get hideAccountsLabel => 'លាក់គណនី'; @override - String get licensesPageTitle => r'អាជ្ញាបណ្ណ'; + String get licensesPageTitle => 'អាជ្ញាបណ្ណ'; @override - String get modalBarrierDismissLabel => r'ច្រាន​ចោល'; + String get modalBarrierDismissLabel => 'ច្រាន​ចោល'; @override - String get nextMonthTooltip => r'ខែ​​ក្រោយ'; + String get nextMonthTooltip => 'ខែ​​ក្រោយ'; @override - String get nextPageTooltip => r'ទំព័របន្ទាប់'; + String get nextPageTooltip => 'ទំព័របន្ទាប់'; @override - String get okButtonLabel => r'យល់ព្រម'; + String get okButtonLabel => 'យល់ព្រម'; @override - String get openAppDrawerTooltip => r'បើក​ម៉ឺនុយរុករក'; + String get openAppDrawerTooltip => 'បើក​ម៉ឺនុយរុករក'; @override String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow ក្នុង​ចំណោម​ $rowCount'; @@ -9513,22 +9513,22 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow ក្នុង​ចំណោម​ប្រហែល $rowCount'; @override - String get pasteButtonLabel => r'ដាក់​ចូល'; + String get pasteButtonLabel => 'ដាក់​ចូល'; @override - String get popupMenuLabel => r'​ម៉ឺនុយ​លោត​ឡើង'; + String get popupMenuLabel => '​ម៉ឺនុយ​លោត​ឡើង'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get previousMonthTooltip => r'ខែមុន'; + String get previousMonthTooltip => 'ខែមុន'; @override - String get previousPageTooltip => r'ទំព័រមុន'; + String get previousPageTooltip => 'ទំព័រមុន'; @override - String get refreshIndicatorSemanticLabel => r'ផ្ទុកឡើងវិញ'; + String get refreshIndicatorSemanticLabel => 'ផ្ទុកឡើងវិញ'; @override String get remainingTextFieldCharacterCountFew => null; @@ -9537,7 +9537,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'នៅសល់​ 1 តួ​ទៀត'; + String get remainingTextFieldCharacterCountOne => 'នៅសល់​ 1 តួ​ទៀត'; @override String get remainingTextFieldCharacterCountOther => r'នៅសល់ $remainingCount តួ​ទៀត'; @@ -9546,37 +9546,37 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => r'ផ្លាស់ទី​ចុះ​ក្រោម'; + String get reorderItemDown => 'ផ្លាស់ទី​ចុះ​ក្រោម'; @override - String get reorderItemLeft => r'ផ្លាស់ទី​ទៅ​ឆ្វេង'; + String get reorderItemLeft => 'ផ្លាស់ទី​ទៅ​ឆ្វេង'; @override - String get reorderItemRight => r'ផ្លាស់ទីទៅ​ស្តាំ'; + String get reorderItemRight => 'ផ្លាស់ទីទៅ​ស្តាំ'; @override - String get reorderItemToEnd => r'ផ្លាស់ទីទៅ​ចំណុចបញ្ចប់'; + String get reorderItemToEnd => 'ផ្លាស់ទីទៅ​ចំណុចបញ្ចប់'; @override - String get reorderItemToStart => r'ផ្លាស់ទីទៅ​ចំណុច​ចាប់ផ្ដើម'; + String get reorderItemToStart => 'ផ្លាស់ទីទៅ​ចំណុច​ចាប់ផ្ដើម'; @override - String get reorderItemUp => r'ផ្លាស់ទី​ឡើង​លើ'; + String get reorderItemUp => 'ផ្លាស់ទី​ឡើង​លើ'; @override - String get rowsPerPageTitle => r'ជួរ​ដេក​ក្នុង​មួយ​ទំព័រ៖'; + String get rowsPerPageTitle => 'ជួរ​ដេក​ក្នុង​មួយ​ទំព័រ៖'; @override ScriptCategory get scriptCategory => ScriptCategory.dense; @override - String get searchFieldLabel => r'ស្វែងរក'; + String get searchFieldLabel => 'ស្វែងរក'; @override - String get selectAllButtonLabel => r'ជ្រើសរើស​ទាំង​អស់'; + String get selectAllButtonLabel => 'ជ្រើសរើស​ទាំង​អស់'; @override String get selectedRowCountTitleFew => null; @@ -9585,7 +9585,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'បាន​ជ្រើស​រើស​ធាតុ 1'; + String get selectedRowCountTitleOne => 'បាន​ជ្រើស​រើស​ធាតុ 1'; @override String get selectedRowCountTitleOther => r'បាន​ជ្រើស​រើស​ធាតុ $selectedRowCount'; @@ -9597,13 +9597,13 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'បង្ហាញគណនី'; + String get showAccountsLabel => 'បង្ហាញគណនី'; @override - String get showMenuTooltip => r'បង្ហាញ​ម៉ឺនុយ'; + String get showMenuTooltip => 'បង្ហាញ​ម៉ឺនុយ'; @override - String get signedInLabel => r'បានចូល​គណនី'; + String get signedInLabel => 'បានចូល​គណនី'; @override String get tabLabelRaw => r'ផ្ទាំង $tabIndex ក្នុង​ចំណោម​ $tabCount'; @@ -9612,13 +9612,13 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @override - String get timePickerHourModeAnnouncement => r'ជ្រើសរើស​ម៉ោង'; + String get timePickerHourModeAnnouncement => 'ជ្រើសរើស​ម៉ោង'; @override - String get timePickerMinuteModeAnnouncement => r'ជ្រើសរើស​នាទី'; + String get timePickerMinuteModeAnnouncement => 'ជ្រើសរើស​នាទី'; @override - String get viewLicensesButtonLabel => r'មើលអាជ្ញាបណ្ណ'; + String get viewLicensesButtonLabel => 'មើលអាជ្ញាបណ្ណ'; } /// The translations for Kannada (`kn`). @@ -9852,67 +9852,67 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'$applicationName 정보'; @override - String get alertDialogLabel => r'알림'; + String get alertDialogLabel => '알림'; @override - String get anteMeridiemAbbreviation => r'오전'; + String get anteMeridiemAbbreviation => '오전'; @override - String get backButtonTooltip => r'뒤로'; + String get backButtonTooltip => '뒤로'; @override - String get cancelButtonLabel => r'취소'; + String get cancelButtonLabel => '취소'; @override - String get closeButtonLabel => r'닫기'; + String get closeButtonLabel => '닫기'; @override - String get closeButtonTooltip => r'닫기'; + String get closeButtonTooltip => '닫기'; @override - String get collapsedIconTapHint => r'펼치기'; + String get collapsedIconTapHint => '펼치기'; @override - String get continueButtonLabel => r'계속'; + String get continueButtonLabel => '계속'; @override - String get copyButtonLabel => r'복사'; + String get copyButtonLabel => '복사'; @override - String get cutButtonLabel => r'잘라내기'; + String get cutButtonLabel => '잘라내기'; @override - String get deleteButtonTooltip => r'삭제'; + String get deleteButtonTooltip => '삭제'; @override - String get dialogLabel => r'대화상자'; + String get dialogLabel => '대화상자'; @override - String get drawerLabel => r'탐색 메뉴'; + String get drawerLabel => '탐색 메뉴'; @override - String get expandedIconTapHint => r'접기'; + String get expandedIconTapHint => '접기'; @override - String get hideAccountsLabel => r'계정 숨기기'; + String get hideAccountsLabel => '계정 숨기기'; @override - String get licensesPageTitle => r'라이선스'; + String get licensesPageTitle => '라이선스'; @override - String get modalBarrierDismissLabel => r'닫기'; + String get modalBarrierDismissLabel => '닫기'; @override - String get nextMonthTooltip => r'다음 달'; + String get nextMonthTooltip => '다음 달'; @override - String get nextPageTooltip => r'다음 페이지'; + String get nextPageTooltip => '다음 페이지'; @override - String get okButtonLabel => r'확인'; + String get okButtonLabel => '확인'; @override - String get openAppDrawerTooltip => r'탐색 메뉴 열기'; + String get openAppDrawerTooltip => '탐색 메뉴 열기'; @override String get pageRowsInfoTitleRaw => r'$rowCount행 중 $firstRow~$lastRow행'; @@ -9921,22 +9921,22 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'약 $rowCount행 중 $firstRow~$lastRow행'; @override - String get pasteButtonLabel => r'붙여넣기'; + String get pasteButtonLabel => '붙여넣기'; @override - String get popupMenuLabel => r'팝업 메뉴'; + String get popupMenuLabel => '팝업 메뉴'; @override - String get postMeridiemAbbreviation => r'오후'; + String get postMeridiemAbbreviation => '오후'; @override - String get previousMonthTooltip => r'지난달'; + String get previousMonthTooltip => '지난달'; @override - String get previousPageTooltip => r'이전 페이지'; + String get previousPageTooltip => '이전 페이지'; @override - String get refreshIndicatorSemanticLabel => r'새로고침'; + String get refreshIndicatorSemanticLabel => '새로고침'; @override String get remainingTextFieldCharacterCountFew => null; @@ -9945,7 +9945,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1자 남음'; + String get remainingTextFieldCharacterCountOne => '1자 남음'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount자 남음'; @@ -9954,37 +9954,37 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => r'아래로 이동'; + String get reorderItemDown => '아래로 이동'; @override - String get reorderItemLeft => r'왼쪽으로 이동'; + String get reorderItemLeft => '왼쪽으로 이동'; @override - String get reorderItemRight => r'오른쪽으로 이동'; + String get reorderItemRight => '오른쪽으로 이동'; @override - String get reorderItemToEnd => r'끝으로 이동'; + String get reorderItemToEnd => '끝으로 이동'; @override - String get reorderItemToStart => r'시작으로 이동'; + String get reorderItemToStart => '시작으로 이동'; @override - String get reorderItemUp => r'위로 이동'; + String get reorderItemUp => '위로 이동'; @override - String get rowsPerPageTitle => r'페이지당 행 수:'; + String get rowsPerPageTitle => '페이지당 행 수:'; @override ScriptCategory get scriptCategory => ScriptCategory.dense; @override - String get searchFieldLabel => r'검색'; + String get searchFieldLabel => '검색'; @override - String get selectAllButtonLabel => r'전체 선택'; + String get selectAllButtonLabel => '전체 선택'; @override String get selectedRowCountTitleFew => null; @@ -9993,7 +9993,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'항목 1개 선택됨'; + String get selectedRowCountTitleOne => '항목 1개 선택됨'; @override String get selectedRowCountTitleOther => r'항목 $selectedRowCount개 선택됨'; @@ -10005,13 +10005,13 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'계정 표시'; + String get showAccountsLabel => '계정 표시'; @override - String get showMenuTooltip => r'메뉴 표시'; + String get showMenuTooltip => '메뉴 표시'; @override - String get signedInLabel => r'로그인됨'; + String get signedInLabel => '로그인됨'; @override String get tabLabelRaw => r'탭 $tabCount개 중 $tabIndex번째'; @@ -10020,13 +10020,13 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; @override - String get timePickerHourModeAnnouncement => r'시간 선택'; + String get timePickerHourModeAnnouncement => '시간 선택'; @override - String get timePickerMinuteModeAnnouncement => r'분 선택'; + String get timePickerMinuteModeAnnouncement => '분 선택'; @override - String get viewLicensesButtonLabel => r'라이선스 보기'; + String get viewLicensesButtonLabel => '라이선스 보기'; } /// The translations for Kirghiz Kyrgyz (`ky`). @@ -10056,67 +10056,67 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'$applicationName каналы жөнүндө'; @override - String get alertDialogLabel => r'Эскертүү'; + String get alertDialogLabel => 'Эскертүү'; @override - String get anteMeridiemAbbreviation => r'түшкө чейин'; + String get anteMeridiemAbbreviation => 'түшкө чейин'; @override - String get backButtonTooltip => r'Артка'; + String get backButtonTooltip => 'Артка'; @override - String get cancelButtonLabel => r'ЖОККО ЧЫГАРУУ'; + String get cancelButtonLabel => 'ЖОККО ЧЫГАРУУ'; @override - String get closeButtonLabel => r'ЖАБУУ'; + String get closeButtonLabel => 'ЖАБУУ'; @override - String get closeButtonTooltip => r'Жабуу'; + String get closeButtonTooltip => 'Жабуу'; @override - String get collapsedIconTapHint => r'Жайып көрсөтүү'; + String get collapsedIconTapHint => 'Жайып көрсөтүү'; @override - String get continueButtonLabel => r'УЛАНТУУ'; + String get continueButtonLabel => 'УЛАНТУУ'; @override - String get copyButtonLabel => r'КӨЧҮРҮҮ'; + String get copyButtonLabel => 'КӨЧҮРҮҮ'; @override - String get cutButtonLabel => r'КЕСҮҮ'; + String get cutButtonLabel => 'КЕСҮҮ'; @override - String get deleteButtonTooltip => r'Жок кылуу'; + String get deleteButtonTooltip => 'Жок кылуу'; @override - String get dialogLabel => r'Диалог'; + String get dialogLabel => 'Диалог'; @override - String get drawerLabel => r'Чабыттоо менюсу'; + String get drawerLabel => 'Чабыттоо менюсу'; @override - String get expandedIconTapHint => r'Жыйыштыруу'; + String get expandedIconTapHint => 'Жыйыштыруу'; @override - String get hideAccountsLabel => r'Аккаунттарды жашыруу'; + String get hideAccountsLabel => 'Аккаунттарды жашыруу'; @override - String get licensesPageTitle => r'Уруксаттамалар'; + String get licensesPageTitle => 'Уруксаттамалар'; @override - String get modalBarrierDismissLabel => r'Жабуу'; + String get modalBarrierDismissLabel => 'Жабуу'; @override - String get nextMonthTooltip => r'Кийинки ай'; + String get nextMonthTooltip => 'Кийинки ай'; @override - String get nextPageTooltip => r'Кийинки бет'; + String get nextPageTooltip => 'Кийинки бет'; @override - String get okButtonLabel => r'Макул'; + String get okButtonLabel => 'Макул'; @override - String get openAppDrawerTooltip => r'Чабыттоо менюсун ачуу'; + String get openAppDrawerTooltip => 'Чабыттоо менюсун ачуу'; @override String get pageRowsInfoTitleRaw => r'$rowCount ичинен $firstRow–$lastRow'; @@ -10125,22 +10125,22 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'Болжол менен $rowCount ичинен $firstRow–$lastRow'; @override - String get pasteButtonLabel => r'ЧАПТОО'; + String get pasteButtonLabel => 'ЧАПТОО'; @override - String get popupMenuLabel => r'Калкып чыгуучу меню'; + String get popupMenuLabel => 'Калкып чыгуучу меню'; @override - String get postMeridiemAbbreviation => r'түштөн кийин'; + String get postMeridiemAbbreviation => 'түштөн кийин'; @override - String get previousMonthTooltip => r'Мурунку ай'; + String get previousMonthTooltip => 'Мурунку ай'; @override - String get previousPageTooltip => r'Мурунку бет'; + String get previousPageTooltip => 'Мурунку бет'; @override - String get refreshIndicatorSemanticLabel => r'Жаңыртуу'; + String get refreshIndicatorSemanticLabel => 'Жаңыртуу'; @override String get remainingTextFieldCharacterCountFew => null; @@ -10149,7 +10149,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1 белги калды'; + String get remainingTextFieldCharacterCountOne => '1 белги калды'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount белги калды'; @@ -10161,34 +10161,34 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountZero => null; @override - String get reorderItemDown => r'Төмөн жылдыруу'; + String get reorderItemDown => 'Төмөн жылдыруу'; @override - String get reorderItemLeft => r'Солго жылдыруу'; + String get reorderItemLeft => 'Солго жылдыруу'; @override - String get reorderItemRight => r'Оңго жылдыруу'; + String get reorderItemRight => 'Оңго жылдыруу'; @override - String get reorderItemToEnd => r'Аягына жылдыруу'; + String get reorderItemToEnd => 'Аягына жылдыруу'; @override - String get reorderItemToStart => r'Башына жылдыруу'; + String get reorderItemToStart => 'Башына жылдыруу'; @override - String get reorderItemUp => r'Жогору жылдыруу'; + String get reorderItemUp => 'Жогору жылдыруу'; @override - String get rowsPerPageTitle => r'Бир бетте көрсөтүлүүчү саптардын саны:'; + String get rowsPerPageTitle => 'Бир бетте көрсөтүлүүчү саптардын саны:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Издөө'; + String get searchFieldLabel => 'Издөө'; @override - String get selectAllButtonLabel => r'БААРЫН ТАНДОО'; + String get selectAllButtonLabel => 'БААРЫН ТАНДОО'; @override String get selectedRowCountTitleFew => null; @@ -10197,7 +10197,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 нерсе тандалды'; + String get selectedRowCountTitleOne => '1 нерсе тандалды'; @override String get selectedRowCountTitleOther => r'$selectedRowCount нерсе тандалды'; @@ -10209,13 +10209,13 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Аккаунттарды көрсөтүү'; + String get showAccountsLabel => 'Аккаунттарды көрсөтүү'; @override - String get showMenuTooltip => r'Менюну көрсөтүү'; + String get showMenuTooltip => 'Менюну көрсөтүү'; @override - String get signedInLabel => r'Аккаунтуңузга кирдиңиз'; + String get signedInLabel => 'Аккаунтуңузга кирдиңиз'; @override String get tabLabelRaw => r'$tabCount кыналма ичинен $tabIndex'; @@ -10224,13 +10224,13 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Саатты тандаңыз'; + String get timePickerHourModeAnnouncement => 'Саатты тандаңыз'; @override - String get timePickerMinuteModeAnnouncement => r'Мүнөттөрдү тандаңыз'; + String get timePickerMinuteModeAnnouncement => 'Мүнөттөрдү тандаңыз'; @override - String get viewLicensesButtonLabel => r'УРУКСАТТАМАЛАРДЫ КӨРҮҮ'; + String get viewLicensesButtonLabel => 'УРУКСАТТАМАЛАРДЫ КӨРҮҮ'; } /// The translations for Lao (`lo`). @@ -10260,67 +10260,67 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'ກ່ຽວກັບ $applicationName'; @override - String get alertDialogLabel => r'ການເຕືອນ'; + String get alertDialogLabel => 'ການເຕືອນ'; @override - String get anteMeridiemAbbreviation => r'ກ່ອນທ່ຽງ'; + String get anteMeridiemAbbreviation => 'ກ່ອນທ່ຽງ'; @override - String get backButtonTooltip => r'ກັບຄືນ'; + String get backButtonTooltip => 'ກັບຄືນ'; @override - String get cancelButtonLabel => r'ຍົກເລີກ'; + String get cancelButtonLabel => 'ຍົກເລີກ'; @override - String get closeButtonLabel => r'ປິດ'; + String get closeButtonLabel => 'ປິດ'; @override - String get closeButtonTooltip => r'ປິດ'; + String get closeButtonTooltip => 'ປິດ'; @override - String get collapsedIconTapHint => r'ຂະຫຍາຍ'; + String get collapsedIconTapHint => 'ຂະຫຍາຍ'; @override - String get continueButtonLabel => r'ສືບຕໍ່'; + String get continueButtonLabel => 'ສືບຕໍ່'; @override - String get copyButtonLabel => r'ສຳເນົາ'; + String get copyButtonLabel => 'ສຳເນົາ'; @override - String get cutButtonLabel => r'ຕັດ'; + String get cutButtonLabel => 'ຕັດ'; @override - String get deleteButtonTooltip => r'ລຶບ'; + String get deleteButtonTooltip => 'ລຶບ'; @override - String get dialogLabel => r'ຂໍ້ຄວາມ'; + String get dialogLabel => 'ຂໍ້ຄວາມ'; @override - String get drawerLabel => r'ເມນູນຳທາງ'; + String get drawerLabel => 'ເມນູນຳທາງ'; @override - String get expandedIconTapHint => r'ຫຍໍ້ເຂົ້າ'; + String get expandedIconTapHint => 'ຫຍໍ້ເຂົ້າ'; @override - String get hideAccountsLabel => r'ເຊື່ອງບັນຊີ'; + String get hideAccountsLabel => 'ເຊື່ອງບັນຊີ'; @override - String get licensesPageTitle => r'ໃບອະນຸຍາດ'; + String get licensesPageTitle => 'ໃບອະນຸຍາດ'; @override - String get modalBarrierDismissLabel => r'ປິດໄວ້'; + String get modalBarrierDismissLabel => 'ປິດໄວ້'; @override - String get nextMonthTooltip => r'ເດືອນໜ້າ'; + String get nextMonthTooltip => 'ເດືອນໜ້າ'; @override - String get nextPageTooltip => r'ໜ້າຕໍ່ໄປ'; + String get nextPageTooltip => 'ໜ້າຕໍ່ໄປ'; @override - String get okButtonLabel => r'ຕົກລົງ'; + String get okButtonLabel => 'ຕົກລົງ'; @override - String get openAppDrawerTooltip => r'ເປີດເມນູການນຳທາງ'; + String get openAppDrawerTooltip => 'ເປີດເມນູການນຳທາງ'; @override String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow ຈາກທັງໝົດ $rowCount'; @@ -10329,22 +10329,22 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow ຈາກປະມານ $rowCount'; @override - String get pasteButtonLabel => r'ວາງ'; + String get pasteButtonLabel => 'ວາງ'; @override - String get popupMenuLabel => r'ເມນູປັອບອັບ'; + String get popupMenuLabel => 'ເມນູປັອບອັບ'; @override - String get postMeridiemAbbreviation => r'ຫຼັງທ່ຽງ'; + String get postMeridiemAbbreviation => 'ຫຼັງທ່ຽງ'; @override - String get previousMonthTooltip => r'ເດືອນແລ້ວ'; + String get previousMonthTooltip => 'ເດືອນແລ້ວ'; @override - String get previousPageTooltip => r'ໜ້າກ່ອນໜ້າ'; + String get previousPageTooltip => 'ໜ້າກ່ອນໜ້າ'; @override - String get refreshIndicatorSemanticLabel => r'ໂຫຼດຄືນໃໝ່'; + String get refreshIndicatorSemanticLabel => 'ໂຫຼດຄືນໃໝ່'; @override String get remainingTextFieldCharacterCountFew => null; @@ -10353,7 +10353,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'ຍັງອີກ 1 ຕົວອັກສອນ'; + String get remainingTextFieldCharacterCountOne => 'ຍັງອີກ 1 ຕົວອັກສອນ'; @override String get remainingTextFieldCharacterCountOther => r'ຍັງອີກ $remainingCount ຕົວອັກສອນ'; @@ -10365,34 +10365,34 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountZero => null; @override - String get reorderItemDown => r'ຍ້າຍລົງ'; + String get reorderItemDown => 'ຍ້າຍລົງ'; @override - String get reorderItemLeft => r'ຍ້າຍໄປຊ້າຍ'; + String get reorderItemLeft => 'ຍ້າຍໄປຊ້າຍ'; @override - String get reorderItemRight => r'ຍ້າຍໄປຂວາ'; + String get reorderItemRight => 'ຍ້າຍໄປຂວາ'; @override - String get reorderItemToEnd => r'ຍ້າຍໄປສິ້ນສຸດ'; + String get reorderItemToEnd => 'ຍ້າຍໄປສິ້ນສຸດ'; @override - String get reorderItemToStart => r'ຍ້າຍໄປເລີ່ມຕົ້ນ'; + String get reorderItemToStart => 'ຍ້າຍໄປເລີ່ມຕົ້ນ'; @override - String get reorderItemUp => r'ຍ້າຍຂຶ້ນ'; + String get reorderItemUp => 'ຍ້າຍຂຶ້ນ'; @override - String get rowsPerPageTitle => r'ແຖວຕໍ່ໜ້າ:'; + String get rowsPerPageTitle => 'ແຖວຕໍ່ໜ້າ:'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @override - String get searchFieldLabel => r'ຊອກຫາ'; + String get searchFieldLabel => 'ຊອກຫາ'; @override - String get selectAllButtonLabel => r'ເລືອກທັງໝົດ'; + String get selectAllButtonLabel => 'ເລືອກທັງໝົດ'; @override String get selectedRowCountTitleFew => null; @@ -10401,7 +10401,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'ເລືອກ 1 ລາຍການແລ້ວ'; + String get selectedRowCountTitleOne => 'ເລືອກ 1 ລາຍການແລ້ວ'; @override String get selectedRowCountTitleOther => r'ເລືອກ $selectedRowCount ລາຍການແລ້ວ'; @@ -10413,13 +10413,13 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'ສະແດງບັນຊີ'; + String get showAccountsLabel => 'ສະແດງບັນຊີ'; @override - String get showMenuTooltip => r'ສະແດງເມນູ'; + String get showMenuTooltip => 'ສະແດງເມນູ'; @override - String get signedInLabel => r'ເຂົ້າສູ່ລະບົບແລ້ວ'; + String get signedInLabel => 'ເຂົ້າສູ່ລະບົບແລ້ວ'; @override String get tabLabelRaw => r'ແຖບທີ $tabIndex ຈາກທັງໝົດ $tabCount'; @@ -10428,13 +10428,13 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'ເລືອກໂມງ'; + String get timePickerHourModeAnnouncement => 'ເລືອກໂມງ'; @override - String get timePickerMinuteModeAnnouncement => r'ເລືອກນາທີ'; + String get timePickerMinuteModeAnnouncement => 'ເລືອກນາທີ'; @override - String get viewLicensesButtonLabel => r'ເບິ່ງໃບອະນຸຍາດ'; + String get viewLicensesButtonLabel => 'ເບິ່ງໃບອະນຸຍາດ'; } /// The translations for Lithuanian (`lt`). @@ -10464,67 +10464,67 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'Apie „$applicationName“'; @override - String get alertDialogLabel => r'Įspėjimas'; + String get alertDialogLabel => 'Įspėjimas'; @override - String get anteMeridiemAbbreviation => r'priešpiet'; + String get anteMeridiemAbbreviation => 'priešpiet'; @override - String get backButtonTooltip => r'Atgal'; + String get backButtonTooltip => 'Atgal'; @override - String get cancelButtonLabel => r'ATŠAUKTI'; + String get cancelButtonLabel => 'ATŠAUKTI'; @override - String get closeButtonLabel => r'UŽDARYTI'; + String get closeButtonLabel => 'UŽDARYTI'; @override - String get closeButtonTooltip => r'Uždaryti'; + String get closeButtonTooltip => 'Uždaryti'; @override - String get collapsedIconTapHint => r'Išskleisti'; + String get collapsedIconTapHint => 'Išskleisti'; @override - String get continueButtonLabel => r'TĘSTI'; + String get continueButtonLabel => 'TĘSTI'; @override - String get copyButtonLabel => r'KOPIJUOTI'; + String get copyButtonLabel => 'KOPIJUOTI'; @override - String get cutButtonLabel => r'IŠKIRPTI'; + String get cutButtonLabel => 'IŠKIRPTI'; @override - String get deleteButtonTooltip => r'Ištrinti'; + String get deleteButtonTooltip => 'Ištrinti'; @override - String get dialogLabel => r'Dialogo langas'; + String get dialogLabel => 'Dialogo langas'; @override - String get drawerLabel => r'Naršymo meniu'; + String get drawerLabel => 'Naršymo meniu'; @override - String get expandedIconTapHint => r'Sutraukti'; + String get expandedIconTapHint => 'Sutraukti'; @override - String get hideAccountsLabel => r'Slėpti paskyras'; + String get hideAccountsLabel => 'Slėpti paskyras'; @override - String get licensesPageTitle => r'Licencijos'; + String get licensesPageTitle => 'Licencijos'; @override - String get modalBarrierDismissLabel => r'Atsisakyti'; + String get modalBarrierDismissLabel => 'Atsisakyti'; @override - String get nextMonthTooltip => r'Kitas mėnuo'; + String get nextMonthTooltip => 'Kitas mėnuo'; @override - String get nextPageTooltip => r'Kitas puslapis'; + String get nextPageTooltip => 'Kitas puslapis'; @override - String get okButtonLabel => r'GERAI'; + String get okButtonLabel => 'GERAI'; @override - String get openAppDrawerTooltip => r'Atidaryti naršymo meniu'; + String get openAppDrawerTooltip => 'Atidaryti naršymo meniu'; @override String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow iš $rowCount'; @@ -10533,22 +10533,22 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow iš maždaug $rowCount'; @override - String get pasteButtonLabel => r'ĮKLIJUOTI'; + String get pasteButtonLabel => 'ĮKLIJUOTI'; @override - String get popupMenuLabel => r'Iššokantysis meniu'; + String get popupMenuLabel => 'Iššokantysis meniu'; @override - String get postMeridiemAbbreviation => r'popiet'; + String get postMeridiemAbbreviation => 'popiet'; @override - String get previousMonthTooltip => r'Ankstesnis mėnuo'; + String get previousMonthTooltip => 'Ankstesnis mėnuo'; @override - String get previousPageTooltip => r'Ankstesnis puslapis'; + String get previousPageTooltip => 'Ankstesnis puslapis'; @override - String get refreshIndicatorSemanticLabel => r'Atnaujinti'; + String get refreshIndicatorSemanticLabel => 'Atnaujinti'; @override String get remainingTextFieldCharacterCountFew => r'Liko $remainingCount simboliai'; @@ -10557,7 +10557,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => r'Liko $remainingCount simbolio'; @override - String get remainingTextFieldCharacterCountOne => r'Liko 1 simbolis'; + String get remainingTextFieldCharacterCountOne => 'Liko 1 simbolis'; @override String get remainingTextFieldCharacterCountOther => r'Liko $remainingCount simbolių'; @@ -10566,37 +10566,37 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => r'Perkelti žemyn'; + String get reorderItemDown => 'Perkelti žemyn'; @override - String get reorderItemLeft => r'Perkelti kairėn'; + String get reorderItemLeft => 'Perkelti kairėn'; @override - String get reorderItemRight => r'Perkelti dešinėn'; + String get reorderItemRight => 'Perkelti dešinėn'; @override - String get reorderItemToEnd => r'Perkelti į pabaigą'; + String get reorderItemToEnd => 'Perkelti į pabaigą'; @override - String get reorderItemToStart => r'Perkelti į pradžią'; + String get reorderItemToStart => 'Perkelti į pradžią'; @override - String get reorderItemUp => r'Perkelti aukštyn'; + String get reorderItemUp => 'Perkelti aukštyn'; @override - String get rowsPerPageTitle => r'Eilučių puslapyje:'; + String get rowsPerPageTitle => 'Eilučių puslapyje:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Paieška'; + String get searchFieldLabel => 'Paieška'; @override - String get selectAllButtonLabel => r'PASIRINKTI VISKĄ'; + String get selectAllButtonLabel => 'PASIRINKTI VISKĄ'; @override String get selectedRowCountTitleFew => r'Pasirinkti $selectedRowCount elementai'; @@ -10605,7 +10605,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => r'Pasirinkta $selectedRowCount elemento'; @override - String get selectedRowCountTitleOne => r'Pasirinktas 1 elementas'; + String get selectedRowCountTitleOne => 'Pasirinktas 1 elementas'; @override String get selectedRowCountTitleOther => r'Pasirinkta $selectedRowCount elementų'; @@ -10617,13 +10617,13 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Rodyti paskyras'; + String get showAccountsLabel => 'Rodyti paskyras'; @override - String get showMenuTooltip => r'Rodyti meniu'; + String get showMenuTooltip => 'Rodyti meniu'; @override - String get signedInLabel => r'Prisijungta'; + String get signedInLabel => 'Prisijungta'; @override String get tabLabelRaw => r'$tabIndex skirtukas iš $tabCount'; @@ -10632,13 +10632,13 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Pasirinkite valandas'; + String get timePickerHourModeAnnouncement => 'Pasirinkite valandas'; @override - String get timePickerMinuteModeAnnouncement => r'Pasirinkite minutes'; + String get timePickerMinuteModeAnnouncement => 'Pasirinkite minutes'; @override - String get viewLicensesButtonLabel => r'PERŽIŪRĖTI LICENCIJAS'; + String get viewLicensesButtonLabel => 'PERŽIŪRĖTI LICENCIJAS'; } /// The translations for Latvian (`lv`). @@ -10668,67 +10668,67 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'Par $applicationName'; @override - String get alertDialogLabel => r'Brīdinājums'; + String get alertDialogLabel => 'Brīdinājums'; @override - String get anteMeridiemAbbreviation => r'priekšpusdienā'; + String get anteMeridiemAbbreviation => 'priekšpusdienā'; @override - String get backButtonTooltip => r'Atpakaļ'; + String get backButtonTooltip => 'Atpakaļ'; @override - String get cancelButtonLabel => r'ATCELT'; + String get cancelButtonLabel => 'ATCELT'; @override - String get closeButtonLabel => r'AIZVĒRT'; + String get closeButtonLabel => 'AIZVĒRT'; @override - String get closeButtonTooltip => r'Aizvērt'; + String get closeButtonTooltip => 'Aizvērt'; @override - String get collapsedIconTapHint => r'Izvērst'; + String get collapsedIconTapHint => 'Izvērst'; @override - String get continueButtonLabel => r'TURPINĀT'; + String get continueButtonLabel => 'TURPINĀT'; @override - String get copyButtonLabel => r'KOPĒT'; + String get copyButtonLabel => 'KOPĒT'; @override - String get cutButtonLabel => r'IZGRIEZT'; + String get cutButtonLabel => 'IZGRIEZT'; @override - String get deleteButtonTooltip => r'Dzēst'; + String get deleteButtonTooltip => 'Dzēst'; @override - String get dialogLabel => r'Dialoglodziņš'; + String get dialogLabel => 'Dialoglodziņš'; @override - String get drawerLabel => r'Navigācijas izvēlne'; + String get drawerLabel => 'Navigācijas izvēlne'; @override - String get expandedIconTapHint => r'Sakļaut'; + String get expandedIconTapHint => 'Sakļaut'; @override - String get hideAccountsLabel => r'Slēpt kontus'; + String get hideAccountsLabel => 'Slēpt kontus'; @override - String get licensesPageTitle => r'Licences'; + String get licensesPageTitle => 'Licences'; @override - String get modalBarrierDismissLabel => r'Nerādīt'; + String get modalBarrierDismissLabel => 'Nerādīt'; @override - String get nextMonthTooltip => r'Nākamais mēnesis'; + String get nextMonthTooltip => 'Nākamais mēnesis'; @override - String get nextPageTooltip => r'Nākamā lapa'; + String get nextPageTooltip => 'Nākamā lapa'; @override - String get okButtonLabel => r'LABI'; + String get okButtonLabel => 'LABI'; @override - String get openAppDrawerTooltip => r'Atvērt navigācijas izvēlni'; + String get openAppDrawerTooltip => 'Atvērt navigācijas izvēlni'; @override String get pageRowsInfoTitleRaw => r'$firstRow.–$lastRow. no $rowCount'; @@ -10737,22 +10737,22 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow.–$lastRow. no aptuveni $rowCount'; @override - String get pasteButtonLabel => r'IELĪMĒT'; + String get pasteButtonLabel => 'IELĪMĒT'; @override - String get popupMenuLabel => r'Uznirstošā izvēlne'; + String get popupMenuLabel => 'Uznirstošā izvēlne'; @override - String get postMeridiemAbbreviation => r'pēcpusdienā'; + String get postMeridiemAbbreviation => 'pēcpusdienā'; @override - String get previousMonthTooltip => r'Iepriekšējais mēnesis'; + String get previousMonthTooltip => 'Iepriekšējais mēnesis'; @override - String get previousPageTooltip => r'Iepriekšējā lapa'; + String get previousPageTooltip => 'Iepriekšējā lapa'; @override - String get refreshIndicatorSemanticLabel => r'Atsvaidzināt'; + String get refreshIndicatorSemanticLabel => 'Atsvaidzināt'; @override String get remainingTextFieldCharacterCountFew => null; @@ -10761,7 +10761,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'Atlikusi 1 rakstzīme.'; + String get remainingTextFieldCharacterCountOne => 'Atlikusi 1 rakstzīme.'; @override String get remainingTextFieldCharacterCountOther => r'Atlikušas $remainingCount rakstzīmes.'; @@ -10770,37 +10770,37 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'Nav atlikusi neviena rakstzīme.'; + String get remainingTextFieldCharacterCountZero => 'Nav atlikusi neviena rakstzīme.'; @override - String get reorderItemDown => r'Pārvietot uz leju'; + String get reorderItemDown => 'Pārvietot uz leju'; @override - String get reorderItemLeft => r'Pārvietot pa kreisi'; + String get reorderItemLeft => 'Pārvietot pa kreisi'; @override - String get reorderItemRight => r'Pārvietot pa labi'; + String get reorderItemRight => 'Pārvietot pa labi'; @override - String get reorderItemToEnd => r'Pārvietot uz beigām'; + String get reorderItemToEnd => 'Pārvietot uz beigām'; @override - String get reorderItemToStart => r'Pārvietot uz sākumu'; + String get reorderItemToStart => 'Pārvietot uz sākumu'; @override - String get reorderItemUp => r'Pārvietot uz augšu'; + String get reorderItemUp => 'Pārvietot uz augšu'; @override - String get rowsPerPageTitle => r'Rindas lapā:'; + String get rowsPerPageTitle => 'Rindas lapā:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Meklēt'; + String get searchFieldLabel => 'Meklēt'; @override - String get selectAllButtonLabel => r'ATLASĪT VISU'; + String get selectAllButtonLabel => 'ATLASĪT VISU'; @override String get selectedRowCountTitleFew => null; @@ -10809,7 +10809,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'Atlasīts 1 vienums'; + String get selectedRowCountTitleOne => 'Atlasīts 1 vienums'; @override String get selectedRowCountTitleOther => r'Atlasīti $selectedRowCount vienumi'; @@ -10818,16 +10818,16 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => r'Nav atlasītu vienumu'; + String get selectedRowCountTitleZero => 'Nav atlasītu vienumu'; @override - String get showAccountsLabel => r'Rādīt kontus'; + String get showAccountsLabel => 'Rādīt kontus'; @override - String get showMenuTooltip => r'Rādīt izvēlni'; + String get showMenuTooltip => 'Rādīt izvēlni'; @override - String get signedInLabel => r'Esat pierakstījies'; + String get signedInLabel => 'Esat pierakstījies'; @override String get tabLabelRaw => r'$tabIndex. cilne no $tabCount'; @@ -10836,13 +10836,13 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Atlasiet stundas'; + String get timePickerHourModeAnnouncement => 'Atlasiet stundas'; @override - String get timePickerMinuteModeAnnouncement => r'Atlasiet minūtes'; + String get timePickerMinuteModeAnnouncement => 'Atlasiet minūtes'; @override - String get viewLicensesButtonLabel => r'SKATĪT LICENCES'; + String get viewLicensesButtonLabel => 'SKATĪT LICENCES'; } /// The translations for Macedonian (`mk`). @@ -10872,67 +10872,67 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'За $applicationName'; @override - String get alertDialogLabel => r'Предупредување'; + String get alertDialogLabel => 'Предупредување'; @override - String get anteMeridiemAbbreviation => r'ПРЕТПЛАДНЕ'; + String get anteMeridiemAbbreviation => 'ПРЕТПЛАДНЕ'; @override - String get backButtonTooltip => r'Назад'; + String get backButtonTooltip => 'Назад'; @override - String get cancelButtonLabel => r'ОТКАЖИ'; + String get cancelButtonLabel => 'ОТКАЖИ'; @override - String get closeButtonLabel => r'ЗАТВОРИ'; + String get closeButtonLabel => 'ЗАТВОРИ'; @override - String get closeButtonTooltip => r'Затвори'; + String get closeButtonTooltip => 'Затвори'; @override - String get collapsedIconTapHint => r'Прошири'; + String get collapsedIconTapHint => 'Прошири'; @override - String get continueButtonLabel => r'ПРОДОЛЖИ'; + String get continueButtonLabel => 'ПРОДОЛЖИ'; @override - String get copyButtonLabel => r'КОПИРАЈ'; + String get copyButtonLabel => 'КОПИРАЈ'; @override - String get cutButtonLabel => r'ИСЕЧИ'; + String get cutButtonLabel => 'ИСЕЧИ'; @override - String get deleteButtonTooltip => r'Избриши'; + String get deleteButtonTooltip => 'Избриши'; @override - String get dialogLabel => r'Дијалог'; + String get dialogLabel => 'Дијалог'; @override - String get drawerLabel => r'Мени за навигација'; + String get drawerLabel => 'Мени за навигација'; @override - String get expandedIconTapHint => r'Собери'; + String get expandedIconTapHint => 'Собери'; @override - String get hideAccountsLabel => r'Сокриј сметки'; + String get hideAccountsLabel => 'Сокриј сметки'; @override - String get licensesPageTitle => r'Лиценци'; + String get licensesPageTitle => 'Лиценци'; @override - String get modalBarrierDismissLabel => r'Отфрли'; + String get modalBarrierDismissLabel => 'Отфрли'; @override - String get nextMonthTooltip => r'Следниот месец'; + String get nextMonthTooltip => 'Следниот месец'; @override - String get nextPageTooltip => r'Следна страница'; + String get nextPageTooltip => 'Следна страница'; @override - String get okButtonLabel => r'Во ред'; + String get okButtonLabel => 'Во ред'; @override - String get openAppDrawerTooltip => r'Отворете го менито за навигација'; + String get openAppDrawerTooltip => 'Отворете го менито за навигација'; @override String get pageRowsInfoTitleRaw => r'$firstRow - $lastRow од $rowCount'; @@ -10941,22 +10941,22 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow - $lastRow од приближно $rowCount'; @override - String get pasteButtonLabel => r'ЗАЛЕПИ'; + String get pasteButtonLabel => 'ЗАЛЕПИ'; @override - String get popupMenuLabel => r'Скокачко мени'; + String get popupMenuLabel => 'Скокачко мени'; @override - String get postMeridiemAbbreviation => r'ПОПЛАДНЕ'; + String get postMeridiemAbbreviation => 'ПОПЛАДНЕ'; @override - String get previousMonthTooltip => r'Претходниот месец'; + String get previousMonthTooltip => 'Претходниот месец'; @override - String get previousPageTooltip => r'Претходна страница'; + String get previousPageTooltip => 'Претходна страница'; @override - String get refreshIndicatorSemanticLabel => r'Освежи'; + String get refreshIndicatorSemanticLabel => 'Освежи'; @override String get remainingTextFieldCharacterCountFew => null; @@ -10965,7 +10965,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'Преостанува уште 1 знак'; + String get remainingTextFieldCharacterCountOne => 'Преостанува уште 1 знак'; @override String get remainingTextFieldCharacterCountOther => r'Преостануваат уште $remainingCount знаци'; @@ -10977,34 +10977,34 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountZero => null; @override - String get reorderItemDown => r'Преместете надолу'; + String get reorderItemDown => 'Преместете надолу'; @override - String get reorderItemLeft => r'Преместете налево'; + String get reorderItemLeft => 'Преместете налево'; @override - String get reorderItemRight => r'Преместете надесно'; + String get reorderItemRight => 'Преместете надесно'; @override - String get reorderItemToEnd => r'Преместете на крајот'; + String get reorderItemToEnd => 'Преместете на крајот'; @override - String get reorderItemToStart => r'Преместете на почеток'; + String get reorderItemToStart => 'Преместете на почеток'; @override - String get reorderItemUp => r'Преместете нагоре'; + String get reorderItemUp => 'Преместете нагоре'; @override - String get rowsPerPageTitle => r'Редови на страница:'; + String get rowsPerPageTitle => 'Редови на страница:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Пребарувајте'; + String get searchFieldLabel => 'Пребарувајте'; @override - String get selectAllButtonLabel => r'ИЗБЕРИ ГИ СИТЕ'; + String get selectAllButtonLabel => 'ИЗБЕРИ ГИ СИТЕ'; @override String get selectedRowCountTitleFew => null; @@ -11013,7 +11013,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'Избрана е 1 ставка'; + String get selectedRowCountTitleOne => 'Избрана е 1 ставка'; @override String get selectedRowCountTitleOther => r'Избрани се $selectedRowCount ставки'; @@ -11025,13 +11025,13 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Прикажи сметки'; + String get showAccountsLabel => 'Прикажи сметки'; @override - String get showMenuTooltip => r'Прикажи мени'; + String get showMenuTooltip => 'Прикажи мени'; @override - String get signedInLabel => r'Најавени сте'; + String get signedInLabel => 'Најавени сте'; @override String get tabLabelRaw => r'Картичка $tabIndex од $tabCount'; @@ -11040,13 +11040,13 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Изберете часови'; + String get timePickerHourModeAnnouncement => 'Изберете часови'; @override - String get timePickerMinuteModeAnnouncement => r'Изберете минути'; + String get timePickerMinuteModeAnnouncement => 'Изберете минути'; @override - String get viewLicensesButtonLabel => r'ПРИКАЖИ ЛИЦЕНЦИ'; + String get viewLicensesButtonLabel => 'ПРИКАЖИ ЛИЦЕНЦИ'; } /// The translations for Malayalam (`ml`). @@ -11076,67 +11076,67 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'$applicationName എന്നതിനെക്കുറിച്ച്'; @override - String get alertDialogLabel => r'മുന്നറിയിപ്പ്'; + String get alertDialogLabel => 'മുന്നറിയിപ്പ്'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonTooltip => r'മടങ്ങുക'; + String get backButtonTooltip => 'മടങ്ങുക'; @override - String get cancelButtonLabel => r'റദ്ദാക്കുക'; + String get cancelButtonLabel => 'റദ്ദാക്കുക'; @override - String get closeButtonLabel => r'അടയ്‌ക്കുക'; + String get closeButtonLabel => 'അടയ്‌ക്കുക'; @override - String get closeButtonTooltip => r'അടയ്‌ക്കുക'; + String get closeButtonTooltip => 'അടയ്‌ക്കുക'; @override - String get collapsedIconTapHint => r'വികസിപ്പിക്കുക'; + String get collapsedIconTapHint => 'വികസിപ്പിക്കുക'; @override - String get continueButtonLabel => r'തുടരുക'; + String get continueButtonLabel => 'തുടരുക'; @override - String get copyButtonLabel => r'പകർത്തുക'; + String get copyButtonLabel => 'പകർത്തുക'; @override - String get cutButtonLabel => r'മുറിക്കുക'; + String get cutButtonLabel => 'മുറിക്കുക'; @override - String get deleteButtonTooltip => r'ഇല്ലാതാക്കുക'; + String get deleteButtonTooltip => 'ഇല്ലാതാക്കുക'; @override - String get dialogLabel => r'ഡയലോഗ്'; + String get dialogLabel => 'ഡയലോഗ്'; @override - String get drawerLabel => r'നാവിഗേഷൻ മെനു'; + String get drawerLabel => 'നാവിഗേഷൻ മെനു'; @override - String get expandedIconTapHint => r'ചുരുക്കുക'; + String get expandedIconTapHint => 'ചുരുക്കുക'; @override - String get hideAccountsLabel => r'അക്കൗണ്ടുകൾ മറയ്‌ക്കുക'; + String get hideAccountsLabel => 'അക്കൗണ്ടുകൾ മറയ്‌ക്കുക'; @override - String get licensesPageTitle => r'ലൈസൻസുകൾ'; + String get licensesPageTitle => 'ലൈസൻസുകൾ'; @override - String get modalBarrierDismissLabel => r'നിരസിക്കുക'; + String get modalBarrierDismissLabel => 'നിരസിക്കുക'; @override - String get nextMonthTooltip => r'അടുത്ത മാസം'; + String get nextMonthTooltip => 'അടുത്ത മാസം'; @override - String get nextPageTooltip => r'അടുത്ത പേജ്'; + String get nextPageTooltip => 'അടുത്ത പേജ്'; @override - String get okButtonLabel => r'ശരി'; + String get okButtonLabel => 'ശരി'; @override - String get openAppDrawerTooltip => r'നാവിഗേഷൻ മെനു തുറക്കുക'; + String get openAppDrawerTooltip => 'നാവിഗേഷൻ മെനു തുറക്കുക'; @override String get pageRowsInfoTitleRaw => r'$rowCount-ൽ $firstRow –$lastRow'; @@ -11145,22 +11145,22 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'ഏകദേശം $rowCount-ൽ $firstRow –$lastRow'; @override - String get pasteButtonLabel => r'ഒട്ടിക്കുക'; + String get pasteButtonLabel => 'ഒട്ടിക്കുക'; @override - String get popupMenuLabel => r'പോപ്പ് അപ്പ് മെനു'; + String get popupMenuLabel => 'പോപ്പ് അപ്പ് മെനു'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get previousMonthTooltip => r'മുമ്പത്തെ മാസം'; + String get previousMonthTooltip => 'മുമ്പത്തെ മാസം'; @override - String get previousPageTooltip => r'മുമ്പത്തെ പേജ്'; + String get previousPageTooltip => 'മുമ്പത്തെ പേജ്'; @override - String get refreshIndicatorSemanticLabel => r'പുതുക്കിയെടുക്കുക'; + String get refreshIndicatorSemanticLabel => 'പുതുക്കിയെടുക്കുക'; @override String get remainingTextFieldCharacterCountFew => null; @@ -11169,7 +11169,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'ഒരു പ്രതീകം ശേഷിക്കുന്നു'; + String get remainingTextFieldCharacterCountOne => 'ഒരു പ്രതീകം ശേഷിക്കുന്നു'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount പ്രതീകങ്ങൾ ശേഷിക്കുന്നു'; @@ -11181,34 +11181,34 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountZero => null; @override - String get reorderItemDown => r'താഴോട്ട് നീക്കുക'; + String get reorderItemDown => 'താഴോട്ട് നീക്കുക'; @override - String get reorderItemLeft => r'ഇടത്തോട്ട് നീക്കുക'; + String get reorderItemLeft => 'ഇടത്തോട്ട് നീക്കുക'; @override - String get reorderItemRight => r'വലത്തോട്ട് നീക്കുക'; + String get reorderItemRight => 'വലത്തോട്ട് നീക്കുക'; @override - String get reorderItemToEnd => r'അവസാന ഭാഗത്തേക്ക് പോവുക'; + String get reorderItemToEnd => 'അവസാന ഭാഗത്തേക്ക് പോവുക'; @override - String get reorderItemToStart => r'തുടക്കത്തിലേക്ക് പോവുക'; + String get reorderItemToStart => 'തുടക്കത്തിലേക്ക് പോവുക'; @override - String get reorderItemUp => r'മുകളിലോട്ട് നീക്കുക'; + String get reorderItemUp => 'മുകളിലോട്ട് നീക്കുക'; @override - String get rowsPerPageTitle => r'ഓരോ പേജിലുമുള്ള വരികൾ:'; + String get rowsPerPageTitle => 'ഓരോ പേജിലുമുള്ള വരികൾ:'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @override - String get searchFieldLabel => r'തിരയുക'; + String get searchFieldLabel => 'തിരയുക'; @override - String get selectAllButtonLabel => r'എല്ലാം തിരഞ്ഞെടുക്കുക'; + String get selectAllButtonLabel => 'എല്ലാം തിരഞ്ഞെടുക്കുക'; @override String get selectedRowCountTitleFew => null; @@ -11217,7 +11217,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'ഒരു ഇനം തിരഞ്ഞെടുത്തു'; + String get selectedRowCountTitleOne => 'ഒരു ഇനം തിരഞ്ഞെടുത്തു'; @override String get selectedRowCountTitleOther => r'$selectedRowCount ഇനങ്ങൾ തിരഞ്ഞെടുത്തു'; @@ -11229,13 +11229,13 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'അക്കൗണ്ടുകൾ കാണിക്കുക'; + String get showAccountsLabel => 'അക്കൗണ്ടുകൾ കാണിക്കുക'; @override - String get showMenuTooltip => r'മെനു കാണിക്കുക'; + String get showMenuTooltip => 'മെനു കാണിക്കുക'; @override - String get signedInLabel => r'സൈൻ ഇൻ ചെയ്‌തു'; + String get signedInLabel => 'സൈൻ ഇൻ ചെയ്‌തു'; @override String get tabLabelRaw => r'$tabCount-ൽ $tabIndex'; @@ -11244,13 +11244,13 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'മണിക്കൂർ തിരഞ്ഞെടുക്കുക'; + String get timePickerHourModeAnnouncement => 'മണിക്കൂർ തിരഞ്ഞെടുക്കുക'; @override - String get timePickerMinuteModeAnnouncement => r'മിനിറ്റ് തിരഞ്ഞെടുക്കുക'; + String get timePickerMinuteModeAnnouncement => 'മിനിറ്റ് തിരഞ്ഞെടുക്കുക'; @override - String get viewLicensesButtonLabel => r'ലൈസൻസുകൾ കാണുക'; + String get viewLicensesButtonLabel => 'ലൈസൻസുകൾ കാണുക'; } /// The translations for Mongolian (`mn`). @@ -11280,67 +11280,67 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'$applicationName-н тухай'; @override - String get alertDialogLabel => r'Сэрэмжлүүлэг'; + String get alertDialogLabel => 'Сэрэмжлүүлэг'; @override - String get anteMeridiemAbbreviation => r'ӨГЛӨӨ'; + String get anteMeridiemAbbreviation => 'ӨГЛӨӨ'; @override - String get backButtonTooltip => r'Буцах'; + String get backButtonTooltip => 'Буцах'; @override - String get cancelButtonLabel => r'БОЛИХ'; + String get cancelButtonLabel => 'БОЛИХ'; @override - String get closeButtonLabel => r'ХААХ'; + String get closeButtonLabel => 'ХААХ'; @override - String get closeButtonTooltip => r'Хаах'; + String get closeButtonTooltip => 'Хаах'; @override - String get collapsedIconTapHint => r'Дэлгэх'; + String get collapsedIconTapHint => 'Дэлгэх'; @override - String get continueButtonLabel => r'ҮРГЭЛЖЛҮҮЛЭХ'; + String get continueButtonLabel => 'ҮРГЭЛЖЛҮҮЛЭХ'; @override - String get copyButtonLabel => r'ХУУЛАХ'; + String get copyButtonLabel => 'ХУУЛАХ'; @override - String get cutButtonLabel => r'ТАСЛАХ'; + String get cutButtonLabel => 'ТАСЛАХ'; @override - String get deleteButtonTooltip => r'Устгах'; + String get deleteButtonTooltip => 'Устгах'; @override - String get dialogLabel => r'Харилцах цонх'; + String get dialogLabel => 'Харилцах цонх'; @override - String get drawerLabel => r'Навигацийн цэс'; + String get drawerLabel => 'Навигацийн цэс'; @override - String get expandedIconTapHint => r'Буулгах'; + String get expandedIconTapHint => 'Буулгах'; @override - String get hideAccountsLabel => r'Бүртгэлүүдийг нуух'; + String get hideAccountsLabel => 'Бүртгэлүүдийг нуух'; @override - String get licensesPageTitle => r'Лиценз'; + String get licensesPageTitle => 'Лиценз'; @override - String get modalBarrierDismissLabel => r'Үл хэрэгсэх'; + String get modalBarrierDismissLabel => 'Үл хэрэгсэх'; @override - String get nextMonthTooltip => r'Дараах сар'; + String get nextMonthTooltip => 'Дараах сар'; @override - String get nextPageTooltip => r'Дараах хуудас'; + String get nextPageTooltip => 'Дараах хуудас'; @override - String get okButtonLabel => r'OK'; + String get okButtonLabel => 'OK'; @override - String get openAppDrawerTooltip => r'Навигацийн цэсийг нээх'; + String get openAppDrawerTooltip => 'Навигацийн цэсийг нээх'; @override String get pageRowsInfoTitleRaw => r'$rowCount-н $firstRow–$lastRow'; @@ -11349,22 +11349,22 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'Ойролцоогоор $rowCount-н $firstRow–$lastRow'; @override - String get pasteButtonLabel => r'БУУЛГАХ'; + String get pasteButtonLabel => 'БУУЛГАХ'; @override - String get popupMenuLabel => r'Попап цэс'; + String get popupMenuLabel => 'Попап цэс'; @override - String get postMeridiemAbbreviation => r'ОРОЙ'; + String get postMeridiemAbbreviation => 'ОРОЙ'; @override - String get previousMonthTooltip => r'Өмнөх сар'; + String get previousMonthTooltip => 'Өмнөх сар'; @override - String get previousPageTooltip => r'Өмнөх хуудас'; + String get previousPageTooltip => 'Өмнөх хуудас'; @override - String get refreshIndicatorSemanticLabel => r'Сэргээх'; + String get refreshIndicatorSemanticLabel => 'Сэргээх'; @override String get remainingTextFieldCharacterCountFew => null; @@ -11373,7 +11373,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1 тэмдэгт үлдсэн'; + String get remainingTextFieldCharacterCountOne => '1 тэмдэгт үлдсэн'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount тэмдэгт үлдсэн'; @@ -11382,37 +11382,37 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'No characters remaining'; + String get remainingTextFieldCharacterCountZero => 'No characters remaining'; @override - String get reorderItemDown => r'Доош зөөх'; + String get reorderItemDown => 'Доош зөөх'; @override - String get reorderItemLeft => r'Зүүн тийш зөөх'; + String get reorderItemLeft => 'Зүүн тийш зөөх'; @override - String get reorderItemRight => r'Баруун тийш зөөх'; + String get reorderItemRight => 'Баруун тийш зөөх'; @override - String get reorderItemToEnd => r'Төгсгөл рүү зөөх'; + String get reorderItemToEnd => 'Төгсгөл рүү зөөх'; @override - String get reorderItemToStart => r'Эхлэл рүү зөөх'; + String get reorderItemToStart => 'Эхлэл рүү зөөх'; @override - String get reorderItemUp => r'Дээш зөөх'; + String get reorderItemUp => 'Дээш зөөх'; @override - String get rowsPerPageTitle => r'Хуудсан дахь мөрийн тоо:'; + String get rowsPerPageTitle => 'Хуудсан дахь мөрийн тоо:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Хайх'; + String get searchFieldLabel => 'Хайх'; @override - String get selectAllButtonLabel => r'БҮГДИЙГ СОНГОХ'; + String get selectAllButtonLabel => 'БҮГДИЙГ СОНГОХ'; @override String get selectedRowCountTitleFew => null; @@ -11421,7 +11421,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 зүйл сонгосон'; + String get selectedRowCountTitleOne => '1 зүйл сонгосон'; @override String get selectedRowCountTitleOther => r'$selectedRowCount зүйл сонгосон'; @@ -11430,16 +11430,16 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => r'Бичлэг сонгоогүй байна'; + String get selectedRowCountTitleZero => 'Бичлэг сонгоогүй байна'; @override - String get showAccountsLabel => r'Бүртгэлүүдийг харуулах'; + String get showAccountsLabel => 'Бүртгэлүүдийг харуулах'; @override - String get showMenuTooltip => r'Цэсийг харуулах'; + String get showMenuTooltip => 'Цэсийг харуулах'; @override - String get signedInLabel => r'Нэвтэрсэн'; + String get signedInLabel => 'Нэвтэрсэн'; @override String get tabLabelRaw => r'$tabCount-н $tabIndex-р таб'; @@ -11448,13 +11448,13 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Цаг сонгоно уу'; + String get timePickerHourModeAnnouncement => 'Цаг сонгоно уу'; @override - String get timePickerMinuteModeAnnouncement => r'Минут сонгоно уу'; + String get timePickerMinuteModeAnnouncement => 'Минут сонгоно уу'; @override - String get viewLicensesButtonLabel => r'ЛИЦЕНЗИЙГ ХАРАХ'; + String get viewLicensesButtonLabel => 'ЛИЦЕНЗИЙГ ХАРАХ'; } /// The translations for Marathi (`mr`). @@ -11484,67 +11484,67 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'$applicationName बद्दल'; @override - String get alertDialogLabel => r'सूचना'; + String get alertDialogLabel => 'सूचना'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonTooltip => r'मागे'; + String get backButtonTooltip => 'मागे'; @override - String get cancelButtonLabel => r'रद्द करा'; + String get cancelButtonLabel => 'रद्द करा'; @override - String get closeButtonLabel => r'बंद करा'; + String get closeButtonLabel => 'बंद करा'; @override - String get closeButtonTooltip => r'बंद करा'; + String get closeButtonTooltip => 'बंद करा'; @override - String get collapsedIconTapHint => r'विस्तार करा'; + String get collapsedIconTapHint => 'विस्तार करा'; @override - String get continueButtonLabel => r'सुरू ठेवा'; + String get continueButtonLabel => 'सुरू ठेवा'; @override - String get copyButtonLabel => r'कॉपी करा'; + String get copyButtonLabel => 'कॉपी करा'; @override - String get cutButtonLabel => r'कट करा'; + String get cutButtonLabel => 'कट करा'; @override - String get deleteButtonTooltip => r'हटवा'; + String get deleteButtonTooltip => 'हटवा'; @override - String get dialogLabel => r'डायलॉग'; + String get dialogLabel => 'डायलॉग'; @override - String get drawerLabel => r'नेव्हिगेशन मेनू'; + String get drawerLabel => 'नेव्हिगेशन मेनू'; @override - String get expandedIconTapHint => r'कोलॅप्स करा'; + String get expandedIconTapHint => 'कोलॅप्स करा'; @override - String get hideAccountsLabel => r'खाती लपवा'; + String get hideAccountsLabel => 'खाती लपवा'; @override - String get licensesPageTitle => r'परवाने'; + String get licensesPageTitle => 'परवाने'; @override - String get modalBarrierDismissLabel => r'डिसमिस करा'; + String get modalBarrierDismissLabel => 'डिसमिस करा'; @override - String get nextMonthTooltip => r'पुढील महिना'; + String get nextMonthTooltip => 'पुढील महिना'; @override - String get nextPageTooltip => r'पुढील पेज'; + String get nextPageTooltip => 'पुढील पेज'; @override - String get okButtonLabel => r'ओके'; + String get okButtonLabel => 'ओके'; @override - String get openAppDrawerTooltip => r'नेव्हिगेशन मेनू उघडा'; + String get openAppDrawerTooltip => 'नेव्हिगेशन मेनू उघडा'; @override String get pageRowsInfoTitleRaw => r'$rowCount पैकी $firstRow–$lastRow'; @@ -11553,22 +11553,22 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$rowCount च्या बद्दल $firstRow–$lastRow'; @override - String get pasteButtonLabel => r'पेस्ट करा'; + String get pasteButtonLabel => 'पेस्ट करा'; @override - String get popupMenuLabel => r'पॉपअप मेनू'; + String get popupMenuLabel => 'पॉपअप मेनू'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get previousMonthTooltip => r'मागील महिना'; + String get previousMonthTooltip => 'मागील महिना'; @override - String get previousPageTooltip => r'मागील पेज'; + String get previousPageTooltip => 'मागील पेज'; @override - String get refreshIndicatorSemanticLabel => r'रिफ्रेश करा'; + String get refreshIndicatorSemanticLabel => 'रिफ्रेश करा'; @override String get remainingTextFieldCharacterCountFew => null; @@ -11577,7 +11577,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'एक वर्ण शिल्लक'; + String get remainingTextFieldCharacterCountOne => 'एक वर्ण शिल्लक'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount वर्ण शिल्लक'; @@ -11586,37 +11586,37 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'कोणतेही वर्ण शिल्लक नाहीत'; + String get remainingTextFieldCharacterCountZero => 'कोणतेही वर्ण शिल्लक नाहीत'; @override - String get reorderItemDown => r'खाली हलवा'; + String get reorderItemDown => 'खाली हलवा'; @override - String get reorderItemLeft => r'डावीकडे हलवा'; + String get reorderItemLeft => 'डावीकडे हलवा'; @override - String get reorderItemRight => r'उजवीकडे हलवा'; + String get reorderItemRight => 'उजवीकडे हलवा'; @override - String get reorderItemToEnd => r'शेवटाकडे हलवा'; + String get reorderItemToEnd => 'शेवटाकडे हलवा'; @override - String get reorderItemToStart => r'सुरुवातीला हलवा'; + String get reorderItemToStart => 'सुरुवातीला हलवा'; @override - String get reorderItemUp => r'वर हलवा'; + String get reorderItemUp => 'वर हलवा'; @override - String get rowsPerPageTitle => r'प्रति पेज पंक्ती:'; + String get rowsPerPageTitle => 'प्रति पेज पंक्ती:'; @override ScriptCategory get scriptCategory => ScriptCategory.dense; @override - String get searchFieldLabel => r'शोध'; + String get searchFieldLabel => 'शोध'; @override - String get selectAllButtonLabel => r'सर्व निवडा'; + String get selectAllButtonLabel => 'सर्व निवडा'; @override String get selectedRowCountTitleFew => null; @@ -11625,7 +11625,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'एक अायटम निवडला'; + String get selectedRowCountTitleOne => 'एक अायटम निवडला'; @override String get selectedRowCountTitleOther => r'$selectedRowCount अायटम निवडले'; @@ -11634,16 +11634,16 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => r'कोणतेही आयटम निवडलेले नाहीत'; + String get selectedRowCountTitleZero => 'कोणतेही आयटम निवडलेले नाहीत'; @override - String get showAccountsLabel => r'खाती दर्शवा'; + String get showAccountsLabel => 'खाती दर्शवा'; @override - String get showMenuTooltip => r'मेनू दाखवा'; + String get showMenuTooltip => 'मेनू दाखवा'; @override - String get signedInLabel => r'साइन इन केले आहे'; + String get signedInLabel => 'साइन इन केले आहे'; @override String get tabLabelRaw => r'$tabCount पैकी $tabIndex टॅब'; @@ -11652,13 +11652,13 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @override - String get timePickerHourModeAnnouncement => r'तास निवडा'; + String get timePickerHourModeAnnouncement => 'तास निवडा'; @override - String get timePickerMinuteModeAnnouncement => r'मिनिटे निवडा'; + String get timePickerMinuteModeAnnouncement => 'मिनिटे निवडा'; @override - String get viewLicensesButtonLabel => r'परवाने पाहा'; + String get viewLicensesButtonLabel => 'परवाने पाहा'; } /// The translations for Malay (`ms`). @@ -11688,67 +11688,67 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'Perihal $applicationName'; @override - String get alertDialogLabel => r'Makluman'; + String get alertDialogLabel => 'Makluman'; @override - String get anteMeridiemAbbreviation => r'PG'; + String get anteMeridiemAbbreviation => 'PG'; @override - String get backButtonTooltip => r'Kembali'; + String get backButtonTooltip => 'Kembali'; @override - String get cancelButtonLabel => r'BATAL'; + String get cancelButtonLabel => 'BATAL'; @override - String get closeButtonLabel => r'TUTUP'; + String get closeButtonLabel => 'TUTUP'; @override - String get closeButtonTooltip => r'Tutup'; + String get closeButtonTooltip => 'Tutup'; @override - String get collapsedIconTapHint => r'Kembangkan'; + String get collapsedIconTapHint => 'Kembangkan'; @override - String get continueButtonLabel => r'TERUSKAN'; + String get continueButtonLabel => 'TERUSKAN'; @override - String get copyButtonLabel => r'SALIN'; + String get copyButtonLabel => 'SALIN'; @override - String get cutButtonLabel => r'POTONG'; + String get cutButtonLabel => 'POTONG'; @override - String get deleteButtonTooltip => r'Padam'; + String get deleteButtonTooltip => 'Padam'; @override - String get dialogLabel => r'Dialog'; + String get dialogLabel => 'Dialog'; @override - String get drawerLabel => r'Menu navigasi'; + String get drawerLabel => 'Menu navigasi'; @override - String get expandedIconTapHint => r'Runtuhkan'; + String get expandedIconTapHint => 'Runtuhkan'; @override - String get hideAccountsLabel => r'Sembunyikan akaun'; + String get hideAccountsLabel => 'Sembunyikan akaun'; @override - String get licensesPageTitle => r'Lesen'; + String get licensesPageTitle => 'Lesen'; @override - String get modalBarrierDismissLabel => r'Tolak'; + String get modalBarrierDismissLabel => 'Tolak'; @override - String get nextMonthTooltip => r'Bulan depan'; + String get nextMonthTooltip => 'Bulan depan'; @override - String get nextPageTooltip => r'Halaman seterusnya'; + String get nextPageTooltip => 'Halaman seterusnya'; @override - String get okButtonLabel => r'OK'; + String get okButtonLabel => 'OK'; @override - String get openAppDrawerTooltip => r'Buka menu navigasi'; + String get openAppDrawerTooltip => 'Buka menu navigasi'; @override String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow dari $rowCount'; @@ -11757,22 +11757,22 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow dari kira-kira $rowCount'; @override - String get pasteButtonLabel => r'TAMPAL'; + String get pasteButtonLabel => 'TAMPAL'; @override - String get popupMenuLabel => r'Menu pop timbul'; + String get popupMenuLabel => 'Menu pop timbul'; @override - String get postMeridiemAbbreviation => r'PTG'; + String get postMeridiemAbbreviation => 'PTG'; @override - String get previousMonthTooltip => r'Bulan sebelumnya'; + String get previousMonthTooltip => 'Bulan sebelumnya'; @override - String get previousPageTooltip => r'Halaman sebelumnya'; + String get previousPageTooltip => 'Halaman sebelumnya'; @override - String get refreshIndicatorSemanticLabel => r'Muat semula'; + String get refreshIndicatorSemanticLabel => 'Muat semula'; @override String get remainingTextFieldCharacterCountFew => null; @@ -11781,7 +11781,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1 aksara lagi'; + String get remainingTextFieldCharacterCountOne => '1 aksara lagi'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount aksara lagi'; @@ -11790,37 +11790,37 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => r'Alih ke bawah'; + String get reorderItemDown => 'Alih ke bawah'; @override - String get reorderItemLeft => r'Alih ke kiri'; + String get reorderItemLeft => 'Alih ke kiri'; @override - String get reorderItemRight => r'Alih ke kanan'; + String get reorderItemRight => 'Alih ke kanan'; @override - String get reorderItemToEnd => r'Alih ke penghujung'; + String get reorderItemToEnd => 'Alih ke penghujung'; @override - String get reorderItemToStart => r'Alih ke permulaan'; + String get reorderItemToStart => 'Alih ke permulaan'; @override - String get reorderItemUp => r'Alih ke atas'; + String get reorderItemUp => 'Alih ke atas'; @override - String get rowsPerPageTitle => r'Baris setiap halaman:'; + String get rowsPerPageTitle => 'Baris setiap halaman:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Cari'; + String get searchFieldLabel => 'Cari'; @override - String get selectAllButtonLabel => r'PILIH SEMUA'; + String get selectAllButtonLabel => 'PILIH SEMUA'; @override String get selectedRowCountTitleFew => null; @@ -11829,7 +11829,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 item dipilih'; + String get selectedRowCountTitleOne => '1 item dipilih'; @override String get selectedRowCountTitleOther => r'$selectedRowCount item dipilih'; @@ -11838,16 +11838,16 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => r'Tiada item dipilih'; + String get selectedRowCountTitleZero => 'Tiada item dipilih'; @override - String get showAccountsLabel => r'Tunjukkan akaun'; + String get showAccountsLabel => 'Tunjukkan akaun'; @override - String get showMenuTooltip => r'Tunjukkan menu'; + String get showMenuTooltip => 'Tunjukkan menu'; @override - String get signedInLabel => r'Dilog masuk'; + String get signedInLabel => 'Dilog masuk'; @override String get tabLabelRaw => r'Tab $tabIndex dari $tabCount'; @@ -11856,13 +11856,13 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @override - String get timePickerHourModeAnnouncement => r'Pilih jam'; + String get timePickerHourModeAnnouncement => 'Pilih jam'; @override - String get timePickerMinuteModeAnnouncement => r'Pilih minit'; + String get timePickerMinuteModeAnnouncement => 'Pilih minit'; @override - String get viewLicensesButtonLabel => r'LIHAT LESEN'; + String get viewLicensesButtonLabel => 'LIHAT LESEN'; } /// The translations for Burmese (`my`). @@ -11892,67 +11892,67 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'$applicationName အကြောင်း'; @override - String get alertDialogLabel => r'သတိပေးချက်'; + String get alertDialogLabel => 'သတိပေးချက်'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonTooltip => r'နောက်သို့'; + String get backButtonTooltip => 'နောက်သို့'; @override - String get cancelButtonLabel => r'မလုပ်တော့'; + String get cancelButtonLabel => 'မလုပ်တော့'; @override - String get closeButtonLabel => r'ပိတ်ရန်'; + String get closeButtonLabel => 'ပိတ်ရန်'; @override - String get closeButtonTooltip => r'ပိတ်ရန်'; + String get closeButtonTooltip => 'ပိတ်ရန်'; @override - String get collapsedIconTapHint => r'ချဲ့ရန်'; + String get collapsedIconTapHint => 'ချဲ့ရန်'; @override - String get continueButtonLabel => r'ရှေ့ဆက်ရန်'; + String get continueButtonLabel => 'ရှေ့ဆက်ရန်'; @override - String get copyButtonLabel => r'မိတ္တူကူးရန်'; + String get copyButtonLabel => 'မိတ္တူကူးရန်'; @override - String get cutButtonLabel => r'ဖြတ်ယူရန်'; + String get cutButtonLabel => 'ဖြတ်ယူရန်'; @override - String get deleteButtonTooltip => r'ဖျက်ရန်'; + String get deleteButtonTooltip => 'ဖျက်ရန်'; @override - String get dialogLabel => r'ဒိုင်ယာလော့'; + String get dialogLabel => 'ဒိုင်ယာလော့'; @override - String get drawerLabel => r'လမ်းညွှန် မီနူး'; + String get drawerLabel => 'လမ်းညွှန် မီနူး'; @override - String get expandedIconTapHint => r'လျှော့ပြရန်'; + String get expandedIconTapHint => 'လျှော့ပြရန်'; @override - String get hideAccountsLabel => r'အကောင့်များကို ဝှက်ရန်'; + String get hideAccountsLabel => 'အကောင့်များကို ဝှက်ရန်'; @override - String get licensesPageTitle => r'လိုင်စင်များ'; + String get licensesPageTitle => 'လိုင်စင်များ'; @override - String get modalBarrierDismissLabel => r'ပယ်ရန်'; + String get modalBarrierDismissLabel => 'ပယ်ရန်'; @override - String get nextMonthTooltip => r'နောက်လ'; + String get nextMonthTooltip => 'နောက်လ'; @override - String get nextPageTooltip => r'နောက်စာမျက်နှာ'; + String get nextPageTooltip => 'နောက်စာမျက်နှာ'; @override - String get okButtonLabel => r'OK'; + String get okButtonLabel => 'OK'; @override - String get openAppDrawerTooltip => r'လမ်းညွှန်မီနူးကို ဖွင့်ရန်'; + String get openAppDrawerTooltip => 'လမ်းညွှန်မီနူးကို ဖွင့်ရန်'; @override String get pageRowsInfoTitleRaw => r'$rowCount အနက် $firstRow–$lastRow'; @@ -11961,22 +11961,22 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$rowCount ခန့်မှ $firstRow–$lastRow'; @override - String get pasteButtonLabel => r'ကူးထည့်ရန်'; + String get pasteButtonLabel => 'ကူးထည့်ရန်'; @override - String get popupMenuLabel => r'ပေါ့ပ်အပ်မီနူး'; + String get popupMenuLabel => 'ပေါ့ပ်အပ်မီနူး'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get previousMonthTooltip => r'ယခင်လ'; + String get previousMonthTooltip => 'ယခင်လ'; @override - String get previousPageTooltip => r'ယခင်စာမျက်နှာ'; + String get previousPageTooltip => 'ယခင်စာမျက်နှာ'; @override - String get refreshIndicatorSemanticLabel => r'ပြန်လည်စတင်ရန်'; + String get refreshIndicatorSemanticLabel => 'ပြန်လည်စတင်ရန်'; @override String get remainingTextFieldCharacterCountFew => null; @@ -11985,7 +11985,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'အက္ခရာ ၁ လုံးကျန်သည်'; + String get remainingTextFieldCharacterCountOne => 'အက္ခရာ ၁ လုံးကျန်သည်'; @override String get remainingTextFieldCharacterCountOther => r'အက္ခရာ $remainingCount လုံးကျန်သည်'; @@ -11997,34 +11997,34 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountZero => null; @override - String get reorderItemDown => r'အောက်သို့ရွှေ့ရန်'; + String get reorderItemDown => 'အောက်သို့ရွှေ့ရန်'; @override - String get reorderItemLeft => r'ဘယ်ဘက်သို့ရွှေ့ရန်'; + String get reorderItemLeft => 'ဘယ်ဘက်သို့ရွှေ့ရန်'; @override - String get reorderItemRight => r'ညာဘက်သို့ရွှေ့ရန်'; + String get reorderItemRight => 'ညာဘက်သို့ရွှေ့ရန်'; @override - String get reorderItemToEnd => r'အဆုံးသို့ ‌ရွှေ့ရန်'; + String get reorderItemToEnd => 'အဆုံးသို့ ‌ရွှေ့ရန်'; @override - String get reorderItemToStart => r'အစသို့ ရွှေ့ရန်'; + String get reorderItemToStart => 'အစသို့ ရွှေ့ရန်'; @override - String get reorderItemUp => r'အပေါ်သို့ ရွှေ့ရန်'; + String get reorderItemUp => 'အပေါ်သို့ ရွှေ့ရန်'; @override - String get rowsPerPageTitle => r'စာတစ်မျက်နှာပါ လိုင်းအရေအတွက်−'; + String get rowsPerPageTitle => 'စာတစ်မျက်နှာပါ လိုင်းအရေအတွက်−'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @override - String get searchFieldLabel => r'ရှာဖွေရန်'; + String get searchFieldLabel => 'ရှာဖွေရန်'; @override - String get selectAllButtonLabel => r'အားလုံး ရွေးရန်'; + String get selectAllButtonLabel => 'အားလုံး ရွေးရန်'; @override String get selectedRowCountTitleFew => null; @@ -12033,7 +12033,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'၁ ခု ရွေးထားသည်'; + String get selectedRowCountTitleOne => '၁ ခု ရွေးထားသည်'; @override String get selectedRowCountTitleOther => r'$selectedRowCount ခု ရွေးထားသည်'; @@ -12045,13 +12045,13 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'အကောင့်များကို ပြရန်'; + String get showAccountsLabel => 'အကောင့်များကို ပြရန်'; @override - String get showMenuTooltip => r'မီနူး ပြရန်'; + String get showMenuTooltip => 'မီနူး ပြရန်'; @override - String get signedInLabel => r'လက်မှတ်ထိုး ဝင်ထားသည်'; + String get signedInLabel => 'လက်မှတ်ထိုး ဝင်ထားသည်'; @override String get tabLabelRaw => r'တဘ် $tabCount အနက် $tabIndex ခု'; @@ -12060,13 +12060,13 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'နာရီကို ရွေးပါ'; + String get timePickerHourModeAnnouncement => 'နာရီကို ရွေးပါ'; @override - String get timePickerMinuteModeAnnouncement => r'မိနစ်ကို ရွေးပါ'; + String get timePickerMinuteModeAnnouncement => 'မိနစ်ကို ရွေးပါ'; @override - String get viewLicensesButtonLabel => r'လိုင်စင်များကို ကြည့်ရန်'; + String get viewLicensesButtonLabel => 'လိုင်စင်များကို ကြည့်ရန်'; } /// The translations for Norwegian Bokmål (`nb`). @@ -12096,67 +12096,67 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'Om $applicationName'; @override - String get alertDialogLabel => r'Varsel'; + String get alertDialogLabel => 'Varsel'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonTooltip => r'Tilbake'; + String get backButtonTooltip => 'Tilbake'; @override - String get cancelButtonLabel => r'AVBRYT'; + String get cancelButtonLabel => 'AVBRYT'; @override - String get closeButtonLabel => r'LUKK'; + String get closeButtonLabel => 'LUKK'; @override - String get closeButtonTooltip => r'Lukk'; + String get closeButtonTooltip => 'Lukk'; @override - String get collapsedIconTapHint => r'Vis'; + String get collapsedIconTapHint => 'Vis'; @override - String get continueButtonLabel => r'FORTSETT'; + String get continueButtonLabel => 'FORTSETT'; @override - String get copyButtonLabel => r'KOPIÉR'; + String get copyButtonLabel => 'KOPIÉR'; @override - String get cutButtonLabel => r'KLIPP UT'; + String get cutButtonLabel => 'KLIPP UT'; @override - String get deleteButtonTooltip => r'Slett'; + String get deleteButtonTooltip => 'Slett'; @override - String get dialogLabel => r'Dialogboks'; + String get dialogLabel => 'Dialogboks'; @override - String get drawerLabel => r'Navigasjonsmeny'; + String get drawerLabel => 'Navigasjonsmeny'; @override - String get expandedIconTapHint => r'Skjul'; + String get expandedIconTapHint => 'Skjul'; @override - String get hideAccountsLabel => r'Skjul kontoer'; + String get hideAccountsLabel => 'Skjul kontoer'; @override - String get licensesPageTitle => r'Lisenser'; + String get licensesPageTitle => 'Lisenser'; @override - String get modalBarrierDismissLabel => r'Avvis'; + String get modalBarrierDismissLabel => 'Avvis'; @override - String get nextMonthTooltip => r'Neste måned'; + String get nextMonthTooltip => 'Neste måned'; @override - String get nextPageTooltip => r'Neste side'; + String get nextPageTooltip => 'Neste side'; @override - String get okButtonLabel => r'OK'; + String get okButtonLabel => 'OK'; @override - String get openAppDrawerTooltip => r'Åpne navigasjonsmenyen'; + String get openAppDrawerTooltip => 'Åpne navigasjonsmenyen'; @override String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow av $rowCount'; @@ -12165,22 +12165,22 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow av omtrent $rowCount'; @override - String get pasteButtonLabel => r'LIM INN'; + String get pasteButtonLabel => 'LIM INN'; @override - String get popupMenuLabel => r'Forgrunnsmeny'; + String get popupMenuLabel => 'Forgrunnsmeny'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get previousMonthTooltip => r'Forrige måned'; + String get previousMonthTooltip => 'Forrige måned'; @override - String get previousPageTooltip => r'Forrige side'; + String get previousPageTooltip => 'Forrige side'; @override - String get refreshIndicatorSemanticLabel => r'Laster inn på nytt'; + String get refreshIndicatorSemanticLabel => 'Laster inn på nytt'; @override String get remainingTextFieldCharacterCountFew => null; @@ -12189,7 +12189,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1 tegn gjenstår'; + String get remainingTextFieldCharacterCountOne => '1 tegn gjenstår'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount tegn gjenstår'; @@ -12198,37 +12198,37 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => r'Flytt ned'; + String get reorderItemDown => 'Flytt ned'; @override - String get reorderItemLeft => r'Flytt til venstre'; + String get reorderItemLeft => 'Flytt til venstre'; @override - String get reorderItemRight => r'Flytt til høyre'; + String get reorderItemRight => 'Flytt til høyre'; @override - String get reorderItemToEnd => r'Flytt til slutten'; + String get reorderItemToEnd => 'Flytt til slutten'; @override - String get reorderItemToStart => r'Flytt til starten'; + String get reorderItemToStart => 'Flytt til starten'; @override - String get reorderItemUp => r'Flytt opp'; + String get reorderItemUp => 'Flytt opp'; @override - String get rowsPerPageTitle => r'Rader per side:'; + String get rowsPerPageTitle => 'Rader per side:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Søk'; + String get searchFieldLabel => 'Søk'; @override - String get selectAllButtonLabel => r'VELG ALLE'; + String get selectAllButtonLabel => 'VELG ALLE'; @override String get selectedRowCountTitleFew => null; @@ -12237,7 +12237,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 element er valgt'; + String get selectedRowCountTitleOne => '1 element er valgt'; @override String get selectedRowCountTitleOther => r'$selectedRowCount elementer er valgt'; @@ -12249,13 +12249,13 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Vis kontoer'; + String get showAccountsLabel => 'Vis kontoer'; @override - String get showMenuTooltip => r'Vis meny'; + String get showMenuTooltip => 'Vis meny'; @override - String get signedInLabel => r'Pålogget'; + String get signedInLabel => 'Pålogget'; @override String get tabLabelRaw => r'Fane $tabIndex av $tabCount'; @@ -12264,13 +12264,13 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Angi timer'; + String get timePickerHourModeAnnouncement => 'Angi timer'; @override - String get timePickerMinuteModeAnnouncement => r'Angi minutter'; + String get timePickerMinuteModeAnnouncement => 'Angi minutter'; @override - String get viewLicensesButtonLabel => r'SE LISENSER'; + String get viewLicensesButtonLabel => 'SE LISENSER'; } /// The translations for Nepali (`ne`). @@ -12300,67 +12300,67 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'$applicationName बारे'; @override - String get alertDialogLabel => r'अलर्ट'; + String get alertDialogLabel => 'अलर्ट'; @override - String get anteMeridiemAbbreviation => r'पूर्वाह्न'; + String get anteMeridiemAbbreviation => 'पूर्वाह्न'; @override - String get backButtonTooltip => r'पछाडि जानुहोस्'; + String get backButtonTooltip => 'पछाडि जानुहोस्'; @override - String get cancelButtonLabel => r'रद्द गर्नुहोस्'; + String get cancelButtonLabel => 'रद्द गर्नुहोस्'; @override - String get closeButtonLabel => r'बन्द गर्नुहोस्'; + String get closeButtonLabel => 'बन्द गर्नुहोस्'; @override - String get closeButtonTooltip => r'बन्द गर्नुहोस्'; + String get closeButtonTooltip => 'बन्द गर्नुहोस्'; @override - String get collapsedIconTapHint => r'विस्तार गर्नुहोस्'; + String get collapsedIconTapHint => 'विस्तार गर्नुहोस्'; @override - String get continueButtonLabel => r'जारी राख्नुहोस्'; + String get continueButtonLabel => 'जारी राख्नुहोस्'; @override - String get copyButtonLabel => r'प्रतिलिपि गर्नुहोस्'; + String get copyButtonLabel => 'प्रतिलिपि गर्नुहोस्'; @override - String get cutButtonLabel => r'काट्नुहोस्'; + String get cutButtonLabel => 'काट्नुहोस्'; @override - String get deleteButtonTooltip => r'मेट्नुहोस्'; + String get deleteButtonTooltip => 'मेट्नुहोस्'; @override - String get dialogLabel => r'संवाद'; + String get dialogLabel => 'संवाद'; @override - String get drawerLabel => r'नेभिगेसन मेनु'; + String get drawerLabel => 'नेभिगेसन मेनु'; @override - String get expandedIconTapHint => r'संक्षिप्त गर्नुहोस्'; + String get expandedIconTapHint => 'संक्षिप्त गर्नुहोस्'; @override - String get hideAccountsLabel => r'खाताहरू लुकाउनुहोस्'; + String get hideAccountsLabel => 'खाताहरू लुकाउनुहोस्'; @override - String get licensesPageTitle => r'इजाजतपत्रहरू'; + String get licensesPageTitle => 'इजाजतपत्रहरू'; @override - String get modalBarrierDismissLabel => r'खारेज गर्नुहोस्'; + String get modalBarrierDismissLabel => 'खारेज गर्नुहोस्'; @override - String get nextMonthTooltip => r'अर्को महिना'; + String get nextMonthTooltip => 'अर्को महिना'; @override - String get nextPageTooltip => r'अर्को पृष्ठ'; + String get nextPageTooltip => 'अर्को पृष्ठ'; @override - String get okButtonLabel => r'ठिक छ'; + String get okButtonLabel => 'ठिक छ'; @override - String get openAppDrawerTooltip => r'नेभिगेसन मेनु खोल्नुहोस्'; + String get openAppDrawerTooltip => 'नेभिगेसन मेनु खोल्नुहोस्'; @override String get pageRowsInfoTitleRaw => r'$rowCount मध्ये $firstRow–$lastRow'; @@ -12369,22 +12369,22 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'लगभग $rowCount को $firstRow–$lastRow'; @override - String get pasteButtonLabel => r'टाँस्नुहोस्'; + String get pasteButtonLabel => 'टाँस्नुहोस्'; @override - String get popupMenuLabel => r'पपअप मेनु'; + String get popupMenuLabel => 'पपअप मेनु'; @override - String get postMeridiemAbbreviation => r'अपराह्न'; + String get postMeridiemAbbreviation => 'अपराह्न'; @override - String get previousMonthTooltip => r'अघिल्लो महिना'; + String get previousMonthTooltip => 'अघिल्लो महिना'; @override - String get previousPageTooltip => r'अघिल्लो पृष्ठ'; + String get previousPageTooltip => 'अघिल्लो पृष्ठ'; @override - String get refreshIndicatorSemanticLabel => r'पुनः ताजा गर्नुहोस्'; + String get refreshIndicatorSemanticLabel => 'पुनः ताजा गर्नुहोस्'; @override String get remainingTextFieldCharacterCountFew => null; @@ -12393,7 +12393,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'१ वर्ण बाँकी'; + String get remainingTextFieldCharacterCountOne => '१ वर्ण बाँकी'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount वर्णहरू बाँकी'; @@ -12405,34 +12405,34 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountZero => null; @override - String get reorderItemDown => r'तल सार्नुहोस्'; + String get reorderItemDown => 'तल सार्नुहोस्'; @override - String get reorderItemLeft => r'बायाँ सार्नुहोस्'; + String get reorderItemLeft => 'बायाँ सार्नुहोस्'; @override - String get reorderItemRight => r'दायाँ सार्नुहोस्'; + String get reorderItemRight => 'दायाँ सार्नुहोस्'; @override - String get reorderItemToEnd => r'अन्त्यमा जानुहोस्'; + String get reorderItemToEnd => 'अन्त्यमा जानुहोस्'; @override - String get reorderItemToStart => r'सुरुमा सार्नुहोस्'; + String get reorderItemToStart => 'सुरुमा सार्नुहोस्'; @override - String get reorderItemUp => r'माथि सार्नुहोस्'; + String get reorderItemUp => 'माथि सार्नुहोस्'; @override - String get rowsPerPageTitle => r'प्रत्येक पृष्ठमा रहेका पङ्क्तिहरूको सङ्ख्या:'; + String get rowsPerPageTitle => 'प्रत्येक पृष्ठमा रहेका पङ्क्तिहरूको सङ्ख्या:'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @override - String get searchFieldLabel => r'खोज्नुहोस्'; + String get searchFieldLabel => 'खोज्नुहोस्'; @override - String get selectAllButtonLabel => r'सबै चयन गर्नुहोस्'; + String get selectAllButtonLabel => 'सबै चयन गर्नुहोस्'; @override String get selectedRowCountTitleFew => null; @@ -12441,7 +12441,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'१ वस्तु चयन गरियो'; + String get selectedRowCountTitleOne => '१ वस्तु चयन गरियो'; @override String get selectedRowCountTitleOther => r'$selectedRowCount वस्तुहरू चयन गरिए'; @@ -12453,13 +12453,13 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'खाताहरू देखाउनुहोस्'; + String get showAccountsLabel => 'खाताहरू देखाउनुहोस्'; @override - String get showMenuTooltip => r'मेनु देखाउनुहोस्'; + String get showMenuTooltip => 'मेनु देखाउनुहोस्'; @override - String get signedInLabel => r'साइन इन गरियो'; + String get signedInLabel => 'साइन इन गरियो'; @override String get tabLabelRaw => r'$tabCount मध्ये $tabIndex ट्याब'; @@ -12468,13 +12468,13 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'घन्टा चयन गर्नुहोस्'; + String get timePickerHourModeAnnouncement => 'घन्टा चयन गर्नुहोस्'; @override - String get timePickerMinuteModeAnnouncement => r'मिनेट चयन गर्नुहोस्'; + String get timePickerMinuteModeAnnouncement => 'मिनेट चयन गर्नुहोस्'; @override - String get viewLicensesButtonLabel => r'इजाजतपत्रहरू हेर्नुहोस्'; + String get viewLicensesButtonLabel => 'इजाजतपत्रहरू हेर्नुहोस्'; } /// The translations for Dutch Flemish (`nl`). @@ -12504,67 +12504,67 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'Over $applicationName'; @override - String get alertDialogLabel => r'Melding'; + String get alertDialogLabel => 'Melding'; @override - String get anteMeridiemAbbreviation => r'am'; + String get anteMeridiemAbbreviation => 'am'; @override - String get backButtonTooltip => r'Terug'; + String get backButtonTooltip => 'Terug'; @override - String get cancelButtonLabel => r'ANNULEREN'; + String get cancelButtonLabel => 'ANNULEREN'; @override - String get closeButtonLabel => r'SLUITEN'; + String get closeButtonLabel => 'SLUITEN'; @override - String get closeButtonTooltip => r'Sluiten'; + String get closeButtonTooltip => 'Sluiten'; @override - String get collapsedIconTapHint => r'Uitvouwen'; + String get collapsedIconTapHint => 'Uitvouwen'; @override - String get continueButtonLabel => r'DOORGAAN'; + String get continueButtonLabel => 'DOORGAAN'; @override - String get copyButtonLabel => r'KOPIËREN'; + String get copyButtonLabel => 'KOPIËREN'; @override - String get cutButtonLabel => r'KNIPPEN'; + String get cutButtonLabel => 'KNIPPEN'; @override - String get deleteButtonTooltip => r'Verwijderen'; + String get deleteButtonTooltip => 'Verwijderen'; @override - String get dialogLabel => r'Dialoogvenster'; + String get dialogLabel => 'Dialoogvenster'; @override - String get drawerLabel => r'Navigatiemenu'; + String get drawerLabel => 'Navigatiemenu'; @override - String get expandedIconTapHint => r'Samenvouwen'; + String get expandedIconTapHint => 'Samenvouwen'; @override - String get hideAccountsLabel => r'Accounts verbergen'; + String get hideAccountsLabel => 'Accounts verbergen'; @override - String get licensesPageTitle => r'Licenties'; + String get licensesPageTitle => 'Licenties'; @override - String get modalBarrierDismissLabel => r'Sluiten'; + String get modalBarrierDismissLabel => 'Sluiten'; @override - String get nextMonthTooltip => r'Volgende maand'; + String get nextMonthTooltip => 'Volgende maand'; @override - String get nextPageTooltip => r'Volgende pagina'; + String get nextPageTooltip => 'Volgende pagina'; @override - String get okButtonLabel => r'OK'; + String get okButtonLabel => 'OK'; @override - String get openAppDrawerTooltip => r'Navigatiemenu openen'; + String get openAppDrawerTooltip => 'Navigatiemenu openen'; @override String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow van $rowCount'; @@ -12573,22 +12573,22 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow van ongeveer $rowCount'; @override - String get pasteButtonLabel => r'PLAKKEN'; + String get pasteButtonLabel => 'PLAKKEN'; @override - String get popupMenuLabel => r'Pop-upmenu'; + String get popupMenuLabel => 'Pop-upmenu'; @override - String get postMeridiemAbbreviation => r'pm'; + String get postMeridiemAbbreviation => 'pm'; @override - String get previousMonthTooltip => r'Vorige maand'; + String get previousMonthTooltip => 'Vorige maand'; @override - String get previousPageTooltip => r'Vorige pagina'; + String get previousPageTooltip => 'Vorige pagina'; @override - String get refreshIndicatorSemanticLabel => r'Vernieuwen'; + String get refreshIndicatorSemanticLabel => 'Vernieuwen'; @override String get remainingTextFieldCharacterCountFew => null; @@ -12597,7 +12597,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1 teken resterend'; + String get remainingTextFieldCharacterCountOne => '1 teken resterend'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount tekens resterend'; @@ -12606,37 +12606,37 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => r'Omlaag verplaatsen'; + String get reorderItemDown => 'Omlaag verplaatsen'; @override - String get reorderItemLeft => r'Naar links verplaatsen'; + String get reorderItemLeft => 'Naar links verplaatsen'; @override - String get reorderItemRight => r'Naar rechts verplaatsen'; + String get reorderItemRight => 'Naar rechts verplaatsen'; @override - String get reorderItemToEnd => r'Naar het einde verplaatsen'; + String get reorderItemToEnd => 'Naar het einde verplaatsen'; @override - String get reorderItemToStart => r'Naar het begin verplaatsen'; + String get reorderItemToStart => 'Naar het begin verplaatsen'; @override - String get reorderItemUp => r'Omhoog verplaatsen'; + String get reorderItemUp => 'Omhoog verplaatsen'; @override - String get rowsPerPageTitle => r'Rijen per pagina:'; + String get rowsPerPageTitle => 'Rijen per pagina:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Zoeken'; + String get searchFieldLabel => 'Zoeken'; @override - String get selectAllButtonLabel => r'ALLES SELECTEREN'; + String get selectAllButtonLabel => 'ALLES SELECTEREN'; @override String get selectedRowCountTitleFew => null; @@ -12645,7 +12645,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 item geselecteerd'; + String get selectedRowCountTitleOne => '1 item geselecteerd'; @override String get selectedRowCountTitleOther => r'$selectedRowCount items geselecteerd'; @@ -12657,13 +12657,13 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Accounts weergeven'; + String get showAccountsLabel => 'Accounts weergeven'; @override - String get showMenuTooltip => r'Menu weergeven'; + String get showMenuTooltip => 'Menu weergeven'; @override - String get signedInLabel => r'Ingelogd'; + String get signedInLabel => 'Ingelogd'; @override String get tabLabelRaw => r'Tabblad $tabIndex van $tabCount'; @@ -12672,13 +12672,13 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Uren selecteren'; + String get timePickerHourModeAnnouncement => 'Uren selecteren'; @override - String get timePickerMinuteModeAnnouncement => r'Minuten selecteren'; + String get timePickerMinuteModeAnnouncement => 'Minuten selecteren'; @override - String get viewLicensesButtonLabel => r'LICENTIES BEKIJKEN'; + String get viewLicensesButtonLabel => 'LICENTIES BEKIJKEN'; } /// The translations for Oriya (`or`). @@ -12708,67 +12708,67 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'$applicationName ବିଷୟରେ'; @override - String get alertDialogLabel => r'ଆଲର୍ଟ'; + String get alertDialogLabel => 'ଆଲର୍ଟ'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonTooltip => r'ପଛକୁ ଫେରନ୍ତୁ'; + String get backButtonTooltip => 'ପଛକୁ ଫେରନ୍ତୁ'; @override - String get cancelButtonLabel => r'ବାତିଲ୍ କରନ୍ତୁ'; + String get cancelButtonLabel => 'ବାତିଲ୍ କରନ୍ତୁ'; @override - String get closeButtonLabel => r'ବନ୍ଦ କରନ୍ତୁ'; + String get closeButtonLabel => 'ବନ୍ଦ କରନ୍ତୁ'; @override - String get closeButtonTooltip => r'ବନ୍ଦ କରନ୍ତୁ'; + String get closeButtonTooltip => 'ବନ୍ଦ କରନ୍ତୁ'; @override - String get collapsedIconTapHint => r'ପ୍ରସାରିତ କରନ୍ତୁ'; + String get collapsedIconTapHint => 'ପ୍ରସାରିତ କରନ୍ତୁ'; @override - String get continueButtonLabel => r'ଜାରି ରଖନ୍ତୁ'; + String get continueButtonLabel => 'ଜାରି ରଖନ୍ତୁ'; @override - String get copyButtonLabel => r'କପି କରନ୍ତୁ'; + String get copyButtonLabel => 'କପି କରନ୍ତୁ'; @override - String get cutButtonLabel => r'କଟ୍ କରନ୍ତୁ'; + String get cutButtonLabel => 'କଟ୍ କରନ୍ତୁ'; @override - String get deleteButtonTooltip => r'ଡିଲିଟ୍ କରନ୍ତୁ'; + String get deleteButtonTooltip => 'ଡିଲିଟ୍ କରନ୍ତୁ'; @override - String get dialogLabel => r'ଡାୟଲଗ୍'; + String get dialogLabel => 'ଡାୟଲଗ୍'; @override - String get drawerLabel => r'ନେଭିଗେସନ୍ ମେନୁ'; + String get drawerLabel => 'ନେଭିଗେସନ୍ ମେନୁ'; @override - String get expandedIconTapHint => r'ସଙ୍କୁଚିତ କରନ୍ତୁ'; + String get expandedIconTapHint => 'ସଙ୍କୁଚିତ କରନ୍ତୁ'; @override - String get hideAccountsLabel => r'ଆକାଉଣ୍ଟଗୁଡ଼ିକୁ ଲୁଚାନ୍ତୁ'; + String get hideAccountsLabel => 'ଆକାଉଣ୍ଟଗୁଡ଼ିକୁ ଲୁଚାନ୍ତୁ'; @override - String get licensesPageTitle => r'ଲାଇସେନ୍ସଗୁଡ଼କ'; + String get licensesPageTitle => 'ଲାଇସେନ୍ସଗୁଡ଼କ'; @override - String get modalBarrierDismissLabel => r'ଖାରଜ କରନ୍ତୁ'; + String get modalBarrierDismissLabel => 'ଖାରଜ କରନ୍ତୁ'; @override - String get nextMonthTooltip => r'ପରବର୍ତ୍ତୀ ମାସ'; + String get nextMonthTooltip => 'ପରବର୍ତ୍ତୀ ମାସ'; @override - String get nextPageTooltip => r'ପରବର୍ତ୍ତୀ ପେଜ୍'; + String get nextPageTooltip => 'ପରବର୍ତ୍ତୀ ପେଜ୍'; @override - String get okButtonLabel => r'ଠିକ୍ ଅଛି'; + String get okButtonLabel => 'ଠିକ୍ ଅଛି'; @override - String get openAppDrawerTooltip => r'ନାଭିଗେସନ୍ ମେନୁ ଖୋଲନ୍ତୁ'; + String get openAppDrawerTooltip => 'ନାଭିଗେସନ୍ ମେନୁ ଖୋଲନ୍ତୁ'; @override String get pageRowsInfoTitleRaw => r'$rowCountର $firstRow–$lastRow'; @@ -12777,22 +12777,22 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'ପାଖାପାଖି $rowCountର $firstRow–$lastRow'; @override - String get pasteButtonLabel => r'ପେଷ୍ଟ କରନ୍ତୁ'; + String get pasteButtonLabel => 'ପେଷ୍ଟ କରନ୍ତୁ'; @override - String get popupMenuLabel => r'ପପ୍-ଅପ୍ ମେନୁ'; + String get popupMenuLabel => 'ପପ୍-ଅପ୍ ମେନୁ'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get previousMonthTooltip => r'ପୂର୍ବ ମାସ'; + String get previousMonthTooltip => 'ପୂର୍ବ ମାସ'; @override - String get previousPageTooltip => r'ପୂର୍ବବର୍ତ୍ତୀ ପେଜ୍'; + String get previousPageTooltip => 'ପୂର୍ବବର୍ତ୍ତୀ ପେଜ୍'; @override - String get refreshIndicatorSemanticLabel => r'ରିଫ୍ରେସ୍ କରନ୍ତୁ'; + String get refreshIndicatorSemanticLabel => 'ରିଫ୍ରେସ୍ କରନ୍ତୁ'; @override String get remainingTextFieldCharacterCountFew => null; @@ -12801,7 +12801,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1ଟି ଅକ୍ଷର ବାକି ଅଛି'; + String get remainingTextFieldCharacterCountOne => '1ଟି ଅକ୍ଷର ବାକି ଅଛି'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCountଟି ଅକ୍ଷର ବାକି ଅଛି'; @@ -12813,34 +12813,34 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountZero => null; @override - String get reorderItemDown => r'ତଳକୁ ଯାଆନ୍ତୁ'; + String get reorderItemDown => 'ତଳକୁ ଯାଆନ୍ତୁ'; @override - String get reorderItemLeft => r'ବାମକୁ ଯାଆନ୍ତୁ'; + String get reorderItemLeft => 'ବାମକୁ ଯାଆନ୍ତୁ'; @override - String get reorderItemRight => r'ଡାହାଣକୁ ଯାଆନ୍ତୁ'; + String get reorderItemRight => 'ଡାହାଣକୁ ଯାଆନ୍ତୁ'; @override - String get reorderItemToEnd => r'ଶେଷକୁ ଯାଆନ୍ତୁ'; + String get reorderItemToEnd => 'ଶେଷକୁ ଯାଆନ୍ତୁ'; @override - String get reorderItemToStart => r'ଆରମ୍ଭକୁ ଯାଆନ୍ତୁ'; + String get reorderItemToStart => 'ଆରମ୍ଭକୁ ଯାଆନ୍ତୁ'; @override - String get reorderItemUp => r'ଉପରକୁ ନିଅନ୍ତୁ'; + String get reorderItemUp => 'ଉପରକୁ ନିଅନ୍ତୁ'; @override - String get rowsPerPageTitle => r'ପୃଷ୍ଠା ପିଛା ଧାଡ଼ି:'; + String get rowsPerPageTitle => 'ପୃଷ୍ଠା ପିଛା ଧାଡ଼ି:'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @override - String get searchFieldLabel => r'ଖୋଜନ୍ତୁ'; + String get searchFieldLabel => 'ଖୋଜନ୍ତୁ'; @override - String get selectAllButtonLabel => r'ସମସ୍ତ ଚୟନ କରନ୍ତୁ'; + String get selectAllButtonLabel => 'ସମସ୍ତ ଚୟନ କରନ୍ତୁ'; @override String get selectedRowCountTitleFew => null; @@ -12849,7 +12849,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1ଟି ଆଇଟମ୍ ଚୟନ କରାଯାଇଛି'; + String get selectedRowCountTitleOne => '1ଟି ଆଇଟମ୍ ଚୟନ କରାଯାଇଛି'; @override String get selectedRowCountTitleOther => r'$selectedRowCountଟି ଆଇଟମ୍ ଚୟନ କରାଯାଇଛି'; @@ -12861,13 +12861,13 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'ଆକାଉଣ୍ଟ ଦେଖାନ୍ତୁ'; + String get showAccountsLabel => 'ଆକାଉଣ୍ଟ ଦେଖାନ୍ତୁ'; @override - String get showMenuTooltip => r'ମେନୁ ଦେଖାନ୍ତୁ'; + String get showMenuTooltip => 'ମେନୁ ଦେଖାନ୍ତୁ'; @override - String get signedInLabel => r'ସାଇନ୍ ଇନ୍ କରାଯାଇଛି'; + String get signedInLabel => 'ସାଇନ୍ ଇନ୍ କରାଯାଇଛି'; @override String get tabLabelRaw => r'$tabCountର $tabIndex ଟାବ୍'; @@ -12876,13 +12876,13 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'ଘଣ୍ଟା ଚୟନ କରନ୍ତୁ'; + String get timePickerHourModeAnnouncement => 'ଘଣ୍ଟା ଚୟନ କରନ୍ତୁ'; @override - String get timePickerMinuteModeAnnouncement => r'ମିନିଟ୍ ଚୟନ କରନ୍ତୁ'; + String get timePickerMinuteModeAnnouncement => 'ମିନିଟ୍ ଚୟନ କରନ୍ତୁ'; @override - String get viewLicensesButtonLabel => r'ଲାଇସେନ୍ସ ଦେଖାନ୍ତୁ'; + String get viewLicensesButtonLabel => 'ଲାଇସେନ୍ସ ଦେଖାନ୍ତୁ'; } /// The translations for Panjabi Punjabi (`pa`). @@ -12912,67 +12912,67 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'$applicationName ਬਾਰੇ'; @override - String get alertDialogLabel => r'ਸੁਚੇਤਨਾ'; + String get alertDialogLabel => 'ਸੁਚੇਤਨਾ'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonTooltip => r'ਪਿੱਛੇ'; + String get backButtonTooltip => 'ਪਿੱਛੇ'; @override - String get cancelButtonLabel => r'ਰੱਦ ਕਰੋ'; + String get cancelButtonLabel => 'ਰੱਦ ਕਰੋ'; @override - String get closeButtonLabel => r'ਬੰਦ ਕਰੋ'; + String get closeButtonLabel => 'ਬੰਦ ਕਰੋ'; @override - String get closeButtonTooltip => r'ਬੰਦ ਕਰੋ'; + String get closeButtonTooltip => 'ਬੰਦ ਕਰੋ'; @override - String get collapsedIconTapHint => r'ਵਿਸਤਾਰ ਕਰੋ'; + String get collapsedIconTapHint => 'ਵਿਸਤਾਰ ਕਰੋ'; @override - String get continueButtonLabel => r'ਜਾਰੀ ਰੱਖੋ'; + String get continueButtonLabel => 'ਜਾਰੀ ਰੱਖੋ'; @override - String get copyButtonLabel => r'ਕਾਪੀ ਕਰੋ'; + String get copyButtonLabel => 'ਕਾਪੀ ਕਰੋ'; @override - String get cutButtonLabel => r'ਕੱਟ ਕਰੋ'; + String get cutButtonLabel => 'ਕੱਟ ਕਰੋ'; @override - String get deleteButtonTooltip => r'ਮਿਟਾਓ'; + String get deleteButtonTooltip => 'ਮਿਟਾਓ'; @override - String get dialogLabel => r'ਵਿੰਡੋ'; + String get dialogLabel => 'ਵਿੰਡੋ'; @override - String get drawerLabel => r'ਨੈਵੀਗੇਸ਼ਨ ਮੀਨੂ'; + String get drawerLabel => 'ਨੈਵੀਗੇਸ਼ਨ ਮੀਨੂ'; @override - String get expandedIconTapHint => r'ਸਮੇਟੋ'; + String get expandedIconTapHint => 'ਸਮੇਟੋ'; @override - String get hideAccountsLabel => r'ਖਾਤੇ ਲੁਕਾਓ'; + String get hideAccountsLabel => 'ਖਾਤੇ ਲੁਕਾਓ'; @override - String get licensesPageTitle => r'ਲਾਇਸੰਸ'; + String get licensesPageTitle => 'ਲਾਇਸੰਸ'; @override - String get modalBarrierDismissLabel => r'ਖਾਰਜ ਕਰੋ'; + String get modalBarrierDismissLabel => 'ਖਾਰਜ ਕਰੋ'; @override - String get nextMonthTooltip => r'ਅਗਲਾ ਮਹੀਨਾ'; + String get nextMonthTooltip => 'ਅਗਲਾ ਮਹੀਨਾ'; @override - String get nextPageTooltip => r'ਅਗਲਾ ਪੰਨਾ'; + String get nextPageTooltip => 'ਅਗਲਾ ਪੰਨਾ'; @override - String get okButtonLabel => r'ਠੀਕ ਹੈ'; + String get okButtonLabel => 'ਠੀਕ ਹੈ'; @override - String get openAppDrawerTooltip => r'ਨੈਵੀਗੇਸ਼ਨ ਮੀਨੂ ਖੋਲ੍ਹੋ'; + String get openAppDrawerTooltip => 'ਨੈਵੀਗੇਸ਼ਨ ਮੀਨੂ ਖੋਲ੍ਹੋ'; @override String get pageRowsInfoTitleRaw => r'$rowCount ਵਿੱਚੋਂ $firstRow–$lastRow'; @@ -12981,22 +12981,22 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'ਲਗਭਗ $rowCount ਵਿੱਚੋਂ $firstRow–$lastRow'; @override - String get pasteButtonLabel => r'ਪੇਸਟ ਕਰੋ'; + String get pasteButtonLabel => 'ਪੇਸਟ ਕਰੋ'; @override - String get popupMenuLabel => r'ਪੌਪਅੱਪ ਮੀਨੂ'; + String get popupMenuLabel => 'ਪੌਪਅੱਪ ਮੀਨੂ'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get previousMonthTooltip => r'ਪਿਛਲਾ ਮਹੀਨਾ'; + String get previousMonthTooltip => 'ਪਿਛਲਾ ਮਹੀਨਾ'; @override - String get previousPageTooltip => r'ਪਿਛਲਾ ਪੰਨਾ'; + String get previousPageTooltip => 'ਪਿਛਲਾ ਪੰਨਾ'; @override - String get refreshIndicatorSemanticLabel => r'ਰਿਫ੍ਰੈਸ਼ ਕਰੋ'; + String get refreshIndicatorSemanticLabel => 'ਰਿਫ੍ਰੈਸ਼ ਕਰੋ'; @override String get remainingTextFieldCharacterCountFew => null; @@ -13005,7 +13005,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1 ਅੱਖਰ-ਚਿੰਨ੍ਹ ਬਾਕੀ'; + String get remainingTextFieldCharacterCountOne => '1 ਅੱਖਰ-ਚਿੰਨ੍ਹ ਬਾਕੀ'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount ਅੱਖਰ-ਚਿੰਨ੍ਹ ਬਾਕੀ'; @@ -13017,34 +13017,34 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountZero => null; @override - String get reorderItemDown => r'ਹੇਠਾਂ ਲਿਜਾਓ'; + String get reorderItemDown => 'ਹੇਠਾਂ ਲਿਜਾਓ'; @override - String get reorderItemLeft => r'ਖੱਬੇ ਲਿਜਾਓ'; + String get reorderItemLeft => 'ਖੱਬੇ ਲਿਜਾਓ'; @override - String get reorderItemRight => r'ਸੱਜੇ ਲਿਜਾਓ'; + String get reorderItemRight => 'ਸੱਜੇ ਲਿਜਾਓ'; @override - String get reorderItemToEnd => r'ਅੰਤ ਵਿੱਚ ਲਿਜਾਓ'; + String get reorderItemToEnd => 'ਅੰਤ ਵਿੱਚ ਲਿਜਾਓ'; @override - String get reorderItemToStart => r'ਸ਼ੁਰੂ ਵਿੱਚ ਲਿਜਾਓ'; + String get reorderItemToStart => 'ਸ਼ੁਰੂ ਵਿੱਚ ਲਿਜਾਓ'; @override - String get reorderItemUp => r'ਉੱਪਰ ਲਿਜਾਓ'; + String get reorderItemUp => 'ਉੱਪਰ ਲਿਜਾਓ'; @override - String get rowsPerPageTitle => r'ਹਰ ਪੰਨੇ ' "'" r'ਤੇ ਕਤਾਰਾਂ:'; + String get rowsPerPageTitle => "ਹਰ ਪੰਨੇ 'ਤੇ ਕਤਾਰਾਂ:"; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @override - String get searchFieldLabel => r'ਖੋਜੋ'; + String get searchFieldLabel => 'ਖੋਜੋ'; @override - String get selectAllButtonLabel => r'ਸਭ ਚੁਣੋ'; + String get selectAllButtonLabel => 'ਸਭ ਚੁਣੋ'; @override String get selectedRowCountTitleFew => null; @@ -13053,7 +13053,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 ਆਈਟਮ ਚੁਣੀ ਗਈ'; + String get selectedRowCountTitleOne => '1 ਆਈਟਮ ਚੁਣੀ ਗਈ'; @override String get selectedRowCountTitleOther => r'$selectedRowCount ਆਈਟਮਾਂ ਚੁਣੀਆਂ ਗਈਆਂ'; @@ -13065,13 +13065,13 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'ਖਾਤੇ ਦਿਖਾਓ'; + String get showAccountsLabel => 'ਖਾਤੇ ਦਿਖਾਓ'; @override - String get showMenuTooltip => r'ਮੀਨੂ ਦਿਖਾਓ'; + String get showMenuTooltip => 'ਮੀਨੂ ਦਿਖਾਓ'; @override - String get signedInLabel => r'ਸਾਈਨ-ਇਨ ਕੀਤਾ ਗਿਆ'; + String get signedInLabel => 'ਸਾਈਨ-ਇਨ ਕੀਤਾ ਗਿਆ'; @override String get tabLabelRaw => r'$tabCount ਵਿੱਚੋਂ $tabIndex ਟੈਬ'; @@ -13080,13 +13080,13 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'ਘੰਟੇ ਚੁਣੋ'; + String get timePickerHourModeAnnouncement => 'ਘੰਟੇ ਚੁਣੋ'; @override - String get timePickerMinuteModeAnnouncement => r'ਮਿੰਟ ਚੁਣੋ'; + String get timePickerMinuteModeAnnouncement => 'ਮਿੰਟ ਚੁਣੋ'; @override - String get viewLicensesButtonLabel => r'ਲਾਇਸੰਸ ਦੇਖੋ'; + String get viewLicensesButtonLabel => 'ਲਾਇਸੰਸ ਦੇਖੋ'; } /// The translations for Polish (`pl`). @@ -13116,67 +13116,67 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'$applicationName – informacje'; @override - String get alertDialogLabel => r'Alert'; + String get alertDialogLabel => 'Alert'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonTooltip => r'Wstecz'; + String get backButtonTooltip => 'Wstecz'; @override - String get cancelButtonLabel => r'ANULUJ'; + String get cancelButtonLabel => 'ANULUJ'; @override - String get closeButtonLabel => r'ZAMKNIJ'; + String get closeButtonLabel => 'ZAMKNIJ'; @override - String get closeButtonTooltip => r'Zamknij'; + String get closeButtonTooltip => 'Zamknij'; @override - String get collapsedIconTapHint => r'Rozwiń'; + String get collapsedIconTapHint => 'Rozwiń'; @override - String get continueButtonLabel => r'DALEJ'; + String get continueButtonLabel => 'DALEJ'; @override - String get copyButtonLabel => r'KOPIUJ'; + String get copyButtonLabel => 'KOPIUJ'; @override - String get cutButtonLabel => r'WYTNIJ'; + String get cutButtonLabel => 'WYTNIJ'; @override - String get deleteButtonTooltip => r'Usuń'; + String get deleteButtonTooltip => 'Usuń'; @override - String get dialogLabel => r'Okno dialogowe'; + String get dialogLabel => 'Okno dialogowe'; @override - String get drawerLabel => r'Menu nawigacyjne'; + String get drawerLabel => 'Menu nawigacyjne'; @override - String get expandedIconTapHint => r'Zwiń'; + String get expandedIconTapHint => 'Zwiń'; @override - String get hideAccountsLabel => r'Ukryj konta'; + String get hideAccountsLabel => 'Ukryj konta'; @override - String get licensesPageTitle => r'Licencje'; + String get licensesPageTitle => 'Licencje'; @override - String get modalBarrierDismissLabel => r'Zamknij'; + String get modalBarrierDismissLabel => 'Zamknij'; @override - String get nextMonthTooltip => r'Następny miesiąc'; + String get nextMonthTooltip => 'Następny miesiąc'; @override - String get nextPageTooltip => r'Następna strona'; + String get nextPageTooltip => 'Następna strona'; @override - String get okButtonLabel => r'OK'; + String get okButtonLabel => 'OK'; @override - String get openAppDrawerTooltip => r'Otwórz menu nawigacyjne'; + String get openAppDrawerTooltip => 'Otwórz menu nawigacyjne'; @override String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow z $rowCount'; @@ -13185,22 +13185,22 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow z około $rowCount'; @override - String get pasteButtonLabel => r'WKLEJ'; + String get pasteButtonLabel => 'WKLEJ'; @override - String get popupMenuLabel => r'Menu kontekstowe'; + String get popupMenuLabel => 'Menu kontekstowe'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get previousMonthTooltip => r'Poprzedni miesiąc'; + String get previousMonthTooltip => 'Poprzedni miesiąc'; @override - String get previousPageTooltip => r'Poprzednia strona'; + String get previousPageTooltip => 'Poprzednia strona'; @override - String get refreshIndicatorSemanticLabel => r'Odśwież'; + String get refreshIndicatorSemanticLabel => 'Odśwież'; @override String get remainingTextFieldCharacterCountFew => r'Pozostały $remainingCount znaki'; @@ -13209,7 +13209,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => r'Pozostało $remainingCount znaków'; @override - String get remainingTextFieldCharacterCountOne => r'Jeszcze 1 znak'; + String get remainingTextFieldCharacterCountOne => 'Jeszcze 1 znak'; @override String get remainingTextFieldCharacterCountOther => r'Pozostało $remainingCount znaków'; @@ -13218,37 +13218,37 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => r'Przenieś w dół'; + String get reorderItemDown => 'Przenieś w dół'; @override - String get reorderItemLeft => r'Przenieś w lewo'; + String get reorderItemLeft => 'Przenieś w lewo'; @override - String get reorderItemRight => r'Przenieś w prawo'; + String get reorderItemRight => 'Przenieś w prawo'; @override - String get reorderItemToEnd => r'Przenieś na koniec'; + String get reorderItemToEnd => 'Przenieś na koniec'; @override - String get reorderItemToStart => r'Przenieś na początek'; + String get reorderItemToStart => 'Przenieś na początek'; @override - String get reorderItemUp => r'Przenieś w górę'; + String get reorderItemUp => 'Przenieś w górę'; @override - String get rowsPerPageTitle => r'Wiersze na stronie:'; + String get rowsPerPageTitle => 'Wiersze na stronie:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Szukaj'; + String get searchFieldLabel => 'Szukaj'; @override - String get selectAllButtonLabel => r'ZAZNACZ WSZYSTKO'; + String get selectAllButtonLabel => 'ZAZNACZ WSZYSTKO'; @override String get selectedRowCountTitleFew => r'$selectedRowCount wybrane elementy'; @@ -13257,7 +13257,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => r'$selectedRowCount wybranych elementów'; @override - String get selectedRowCountTitleOne => r'1 wybrany element'; + String get selectedRowCountTitleOne => '1 wybrany element'; @override String get selectedRowCountTitleOther => r'$selectedRowCount wybranych elementów'; @@ -13269,13 +13269,13 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Pokaż konta'; + String get showAccountsLabel => 'Pokaż konta'; @override - String get showMenuTooltip => r'Pokaż menu'; + String get showMenuTooltip => 'Pokaż menu'; @override - String get signedInLabel => r'Zalogowani użytkownicy'; + String get signedInLabel => 'Zalogowani użytkownicy'; @override String get tabLabelRaw => r'Karta $tabIndex z $tabCount'; @@ -13284,13 +13284,13 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Wybierz godziny'; + String get timePickerHourModeAnnouncement => 'Wybierz godziny'; @override - String get timePickerMinuteModeAnnouncement => r'Wybierz minuty'; + String get timePickerMinuteModeAnnouncement => 'Wybierz minuty'; @override - String get viewLicensesButtonLabel => r'WYŚWIETL LICENCJE'; + String get viewLicensesButtonLabel => 'WYŚWIETL LICENCJE'; } /// The translations for Pushto Pashto (`ps`). @@ -13320,67 +13320,67 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'د $applicationName په اړه'; @override - String get alertDialogLabel => r'خبرتیا'; + String get alertDialogLabel => 'خبرتیا'; @override String get anteMeridiemAbbreviation => null; @override - String get backButtonTooltip => r'شاته'; + String get backButtonTooltip => 'شاته'; @override - String get cancelButtonLabel => r'لغوه کول'; + String get cancelButtonLabel => 'لغوه کول'; @override - String get closeButtonLabel => r'تړل'; + String get closeButtonLabel => 'تړل'; @override - String get closeButtonTooltip => r'بنده'; + String get closeButtonTooltip => 'بنده'; @override - String get collapsedIconTapHint => r'TBD'; + String get collapsedIconTapHint => 'TBD'; @override - String get continueButtonLabel => r'منځپانګې'; + String get continueButtonLabel => 'منځپانګې'; @override - String get copyButtonLabel => r'کاپی'; + String get copyButtonLabel => 'کاپی'; @override - String get cutButtonLabel => r'کم کړئ'; + String get cutButtonLabel => 'کم کړئ'; @override - String get deleteButtonTooltip => r''; + String get deleteButtonTooltip => ''; @override - String get dialogLabel => r'خبرې اترې'; + String get dialogLabel => 'خبرې اترې'; @override - String get drawerLabel => r'د نیویگیشن مینو'; + String get drawerLabel => 'د نیویگیشن مینو'; @override - String get expandedIconTapHint => r'TBD'; + String get expandedIconTapHint => 'TBD'; @override - String get hideAccountsLabel => r'حسابونه پټ کړئ'; + String get hideAccountsLabel => 'حسابونه پټ کړئ'; @override - String get licensesPageTitle => r'جوازونه'; + String get licensesPageTitle => 'جوازونه'; @override - String get modalBarrierDismissLabel => r'رد کړه'; + String get modalBarrierDismissLabel => 'رد کړه'; @override - String get nextMonthTooltip => r'بله میاشت'; + String get nextMonthTooltip => 'بله میاشت'; @override - String get nextPageTooltip => r'بله پاڼه'; + String get nextPageTooltip => 'بله پاڼه'; @override - String get okButtonLabel => r'سمه ده'; + String get okButtonLabel => 'سمه ده'; @override - String get openAppDrawerTooltip => r'د پرانیستی نیینګ مینو'; + String get openAppDrawerTooltip => 'د پرانیستی نیینګ مینو'; @override String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow د $rowCount'; @@ -13389,22 +13389,22 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow څخه $rowCount د'; @override - String get pasteButtonLabel => r'پیټ کړئ'; + String get pasteButtonLabel => 'پیټ کړئ'; @override - String get popupMenuLabel => r'د پاپ اپ مینو'; + String get popupMenuLabel => 'د پاپ اپ مینو'; @override String get postMeridiemAbbreviation => null; @override - String get previousMonthTooltip => r'تیره میاشت'; + String get previousMonthTooltip => 'تیره میاشت'; @override - String get previousPageTooltip => r'مخکینی مخ'; + String get previousPageTooltip => 'مخکینی مخ'; @override - String get refreshIndicatorSemanticLabel => r'TBD'; + String get refreshIndicatorSemanticLabel => 'TBD'; @override String get remainingTextFieldCharacterCountFew => null; @@ -13413,46 +13413,46 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'TBD'; + String get remainingTextFieldCharacterCountOne => 'TBD'; @override - String get remainingTextFieldCharacterCountOther => r'TBD'; + String get remainingTextFieldCharacterCountOther => 'TBD'; @override String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => r'TBD'; + String get reorderItemDown => 'TBD'; @override - String get reorderItemLeft => r'TBD'; + String get reorderItemLeft => 'TBD'; @override - String get reorderItemRight => r'TBD'; + String get reorderItemRight => 'TBD'; @override - String get reorderItemToEnd => r'TBD'; + String get reorderItemToEnd => 'TBD'; @override - String get reorderItemToStart => r'TBD'; + String get reorderItemToStart => 'TBD'; @override - String get reorderItemUp => r'TBD'; + String get reorderItemUp => 'TBD'; @override - String get rowsPerPageTitle => r'د هرې پاڼې پاڼې:'; + String get rowsPerPageTitle => 'د هرې پاڼې پاڼې:'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @override - String get searchFieldLabel => r'لټون'; + String get searchFieldLabel => 'لټون'; @override - String get selectAllButtonLabel => r'غوره کړئ'; + String get selectAllButtonLabel => 'غوره کړئ'; @override String get selectedRowCountTitleFew => null; @@ -13473,13 +13473,13 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'حسابونه ښکاره کړئ'; + String get showAccountsLabel => 'حسابونه ښکاره کړئ'; @override - String get showMenuTooltip => r'غورنۍ ښودل'; + String get showMenuTooltip => 'غورنۍ ښودل'; @override - String get signedInLabel => r'ننوتل'; + String get signedInLabel => 'ننوتل'; @override String get tabLabelRaw => r'$tabIndex د $tabCount'; @@ -13488,13 +13488,13 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerHourModeAnnouncement => r'وختونه وټاکئ'; + String get timePickerHourModeAnnouncement => 'وختونه وټاکئ'; @override - String get timePickerMinuteModeAnnouncement => r'منې غوره کړئ'; + String get timePickerMinuteModeAnnouncement => 'منې غوره کړئ'; @override - String get viewLicensesButtonLabel => r'لیدلس وګورئ'; + String get viewLicensesButtonLabel => 'لیدلس وګورئ'; } /// The translations for Portuguese (`pt`). @@ -13524,67 +13524,67 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'Sobre o app $applicationName'; @override - String get alertDialogLabel => r'Alerta'; + String get alertDialogLabel => 'Alerta'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonTooltip => r'Voltar'; + String get backButtonTooltip => 'Voltar'; @override - String get cancelButtonLabel => r'CANCELAR'; + String get cancelButtonLabel => 'CANCELAR'; @override - String get closeButtonLabel => r'FECHAR'; + String get closeButtonLabel => 'FECHAR'; @override - String get closeButtonTooltip => r'Fechar'; + String get closeButtonTooltip => 'Fechar'; @override - String get collapsedIconTapHint => r'Expandir'; + String get collapsedIconTapHint => 'Expandir'; @override - String get continueButtonLabel => r'CONTINUAR'; + String get continueButtonLabel => 'CONTINUAR'; @override - String get copyButtonLabel => r'COPIAR'; + String get copyButtonLabel => 'COPIAR'; @override - String get cutButtonLabel => r'RECORTAR'; + String get cutButtonLabel => 'RECORTAR'; @override - String get deleteButtonTooltip => r'Excluir'; + String get deleteButtonTooltip => 'Excluir'; @override - String get dialogLabel => r'Caixa de diálogo'; + String get dialogLabel => 'Caixa de diálogo'; @override - String get drawerLabel => r'Menu de navegação'; + String get drawerLabel => 'Menu de navegação'; @override - String get expandedIconTapHint => r'Recolher'; + String get expandedIconTapHint => 'Recolher'; @override - String get hideAccountsLabel => r'Ocultar contas'; + String get hideAccountsLabel => 'Ocultar contas'; @override - String get licensesPageTitle => r'Licenças'; + String get licensesPageTitle => 'Licenças'; @override - String get modalBarrierDismissLabel => r'Dispensar'; + String get modalBarrierDismissLabel => 'Dispensar'; @override - String get nextMonthTooltip => r'Próximo mês'; + String get nextMonthTooltip => 'Próximo mês'; @override - String get nextPageTooltip => r'Próxima página'; + String get nextPageTooltip => 'Próxima página'; @override - String get okButtonLabel => r'Ok'; + String get okButtonLabel => 'Ok'; @override - String get openAppDrawerTooltip => r'Abrir menu de navegação'; + String get openAppDrawerTooltip => 'Abrir menu de navegação'; @override String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow de $rowCount'; @@ -13593,22 +13593,22 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow de aproximadamente $rowCount'; @override - String get pasteButtonLabel => r'COLAR'; + String get pasteButtonLabel => 'COLAR'; @override - String get popupMenuLabel => r'Menu pop-up'; + String get popupMenuLabel => 'Menu pop-up'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get previousMonthTooltip => r'Mês anterior'; + String get previousMonthTooltip => 'Mês anterior'; @override - String get previousPageTooltip => r'Página anterior'; + String get previousPageTooltip => 'Página anterior'; @override - String get refreshIndicatorSemanticLabel => r'Atualizar'; + String get refreshIndicatorSemanticLabel => 'Atualizar'; @override String get remainingTextFieldCharacterCountFew => null; @@ -13617,7 +13617,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1 caractere restante'; + String get remainingTextFieldCharacterCountOne => '1 caractere restante'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount caracteres restantes'; @@ -13626,37 +13626,37 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => r'Mover para baixo'; + String get reorderItemDown => 'Mover para baixo'; @override - String get reorderItemLeft => r'Mover para a esquerda'; + String get reorderItemLeft => 'Mover para a esquerda'; @override - String get reorderItemRight => r'Mover para a direita'; + String get reorderItemRight => 'Mover para a direita'; @override - String get reorderItemToEnd => r'Mover para o final'; + String get reorderItemToEnd => 'Mover para o final'; @override - String get reorderItemToStart => r'Mover para o início'; + String get reorderItemToStart => 'Mover para o início'; @override - String get reorderItemUp => r'Mover para cima'; + String get reorderItemUp => 'Mover para cima'; @override - String get rowsPerPageTitle => r'Linhas por página:'; + String get rowsPerPageTitle => 'Linhas por página:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Pesquisa'; + String get searchFieldLabel => 'Pesquisa'; @override - String get selectAllButtonLabel => r'SELECIONAR TUDO'; + String get selectAllButtonLabel => 'SELECIONAR TUDO'; @override String get selectedRowCountTitleFew => null; @@ -13665,7 +13665,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 item selecionado'; + String get selectedRowCountTitleOne => '1 item selecionado'; @override String get selectedRowCountTitleOther => r'$selectedRowCount itens selecionados'; @@ -13677,13 +13677,13 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Mostrar contas'; + String get showAccountsLabel => 'Mostrar contas'; @override - String get showMenuTooltip => r'Mostrar menu'; + String get showMenuTooltip => 'Mostrar menu'; @override - String get signedInLabel => r'Conectado a'; + String get signedInLabel => 'Conectado a'; @override String get tabLabelRaw => r'Guia $tabIndex de $tabCount'; @@ -13692,13 +13692,13 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Selecione as horas'; + String get timePickerHourModeAnnouncement => 'Selecione as horas'; @override - String get timePickerMinuteModeAnnouncement => r'Selecione os minutos'; + String get timePickerMinuteModeAnnouncement => 'Selecione os minutos'; @override - String get viewLicensesButtonLabel => r'VER LICENÇAS'; + String get viewLicensesButtonLabel => 'VER LICENÇAS'; } /// The translations for Portuguese, as used in Portugal (`pt_PT`). @@ -13728,22 +13728,22 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { String get tabLabelRaw => r'Separador $tabIndex de $tabCount'; @override - String get signedInLabel => r'Com sessão iniciada'; + String get signedInLabel => 'Com sessão iniciada'; @override - String get timePickerMinuteModeAnnouncement => r'Selecionar minutos'; + String get timePickerMinuteModeAnnouncement => 'Selecionar minutos'; @override - String get timePickerHourModeAnnouncement => r'Selecionar horas'; + String get timePickerHourModeAnnouncement => 'Selecionar horas'; @override - String get deleteButtonTooltip => r'Eliminar'; + String get deleteButtonTooltip => 'Eliminar'; @override - String get nextMonthTooltip => r'Mês seguinte'; + String get nextMonthTooltip => 'Mês seguinte'; @override - String get nextPageTooltip => r'Página seguinte'; + String get nextPageTooltip => 'Página seguinte'; @override String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @@ -13755,25 +13755,25 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { String get pageRowsInfoTitleApproximateRaw => r'$firstRow a $lastRow de cerca de $rowCount'; @override - String get cutButtonLabel => r'CORTAR'; + String get cutButtonLabel => 'CORTAR'; @override - String get okButtonLabel => r'OK'; + String get okButtonLabel => 'OK'; @override - String get modalBarrierDismissLabel => r'Ignorar'; + String get modalBarrierDismissLabel => 'Ignorar'; @override - String get searchFieldLabel => r'Pesquisar'; + String get searchFieldLabel => 'Pesquisar'; @override - String get reorderItemToEnd => r'Mover para o fim'; + String get reorderItemToEnd => 'Mover para o fim'; @override - String get expandedIconTapHint => r'Reduzir'; + String get expandedIconTapHint => 'Reduzir'; @override - String get remainingTextFieldCharacterCountOne => r'Resta 1 caráter'; + String get remainingTextFieldCharacterCountOne => 'Resta 1 caráter'; @override String get remainingTextFieldCharacterCountOther => r'Restam $remainingCount carateres'; @@ -13806,67 +13806,67 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'Despre $applicationName'; @override - String get alertDialogLabel => r'Alertă'; + String get alertDialogLabel => 'Alertă'; @override - String get anteMeridiemAbbreviation => r'a.m.'; + String get anteMeridiemAbbreviation => 'a.m.'; @override - String get backButtonTooltip => r'Înapoi'; + String get backButtonTooltip => 'Înapoi'; @override - String get cancelButtonLabel => r'ANULAȚI'; + String get cancelButtonLabel => 'ANULAȚI'; @override - String get closeButtonLabel => r'ÎNCHIDEȚI'; + String get closeButtonLabel => 'ÎNCHIDEȚI'; @override - String get closeButtonTooltip => r'Închideți'; + String get closeButtonTooltip => 'Închideți'; @override - String get collapsedIconTapHint => r'Extindeți'; + String get collapsedIconTapHint => 'Extindeți'; @override - String get continueButtonLabel => r'CONTINUAȚI'; + String get continueButtonLabel => 'CONTINUAȚI'; @override - String get copyButtonLabel => r'COPIAȚI'; + String get copyButtonLabel => 'COPIAȚI'; @override - String get cutButtonLabel => r'DECUPAȚI'; + String get cutButtonLabel => 'DECUPAȚI'; @override - String get deleteButtonTooltip => r'Ștergeți'; + String get deleteButtonTooltip => 'Ștergeți'; @override - String get dialogLabel => r'Casetă de dialog'; + String get dialogLabel => 'Casetă de dialog'; @override - String get drawerLabel => r'Meniu de navigare'; + String get drawerLabel => 'Meniu de navigare'; @override - String get expandedIconTapHint => r'Restrângeți'; + String get expandedIconTapHint => 'Restrângeți'; @override - String get hideAccountsLabel => r'Ascundeți conturile'; + String get hideAccountsLabel => 'Ascundeți conturile'; @override - String get licensesPageTitle => r'Licențe'; + String get licensesPageTitle => 'Licențe'; @override - String get modalBarrierDismissLabel => r'Închideți'; + String get modalBarrierDismissLabel => 'Închideți'; @override - String get nextMonthTooltip => r'Luna viitoare'; + String get nextMonthTooltip => 'Luna viitoare'; @override - String get nextPageTooltip => r'Pagina următoare'; + String get nextPageTooltip => 'Pagina următoare'; @override - String get okButtonLabel => r'OK'; + String get okButtonLabel => 'OK'; @override - String get openAppDrawerTooltip => r'Deschideți meniul de navigare'; + String get openAppDrawerTooltip => 'Deschideți meniul de navigare'; @override String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow din $rowCount'; @@ -13875,22 +13875,22 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow din aproximativ $rowCount'; @override - String get pasteButtonLabel => r'INSERAȚI'; + String get pasteButtonLabel => 'INSERAȚI'; @override - String get popupMenuLabel => r'Meniu pop-up'; + String get popupMenuLabel => 'Meniu pop-up'; @override - String get postMeridiemAbbreviation => r'p.m.'; + String get postMeridiemAbbreviation => 'p.m.'; @override - String get previousMonthTooltip => r'Luna trecută'; + String get previousMonthTooltip => 'Luna trecută'; @override - String get previousPageTooltip => r'Pagina anterioară'; + String get previousPageTooltip => 'Pagina anterioară'; @override - String get refreshIndicatorSemanticLabel => r'Actualizați'; + String get refreshIndicatorSemanticLabel => 'Actualizați'; @override String get remainingTextFieldCharacterCountFew => r'$remainingCount caractere rămase'; @@ -13899,7 +13899,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'un caracter rămas'; + String get remainingTextFieldCharacterCountOne => 'un caracter rămas'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount de caractere rămase'; @@ -13908,37 +13908,37 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => r'Mutați în jos'; + String get reorderItemDown => 'Mutați în jos'; @override - String get reorderItemLeft => r'Mutați la stânga'; + String get reorderItemLeft => 'Mutați la stânga'; @override - String get reorderItemRight => r'Mutați la dreapta'; + String get reorderItemRight => 'Mutați la dreapta'; @override - String get reorderItemToEnd => r'Mutați la sfârșit'; + String get reorderItemToEnd => 'Mutați la sfârșit'; @override - String get reorderItemToStart => r'Mutați la început'; + String get reorderItemToStart => 'Mutați la început'; @override - String get reorderItemUp => r'Mutați în sus'; + String get reorderItemUp => 'Mutați în sus'; @override - String get rowsPerPageTitle => r'Rânduri pe pagină:'; + String get rowsPerPageTitle => 'Rânduri pe pagină:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Căutați'; + String get searchFieldLabel => 'Căutați'; @override - String get selectAllButtonLabel => r'SELECTAȚI TOATE'; + String get selectAllButtonLabel => 'SELECTAȚI TOATE'; @override String get selectedRowCountTitleFew => r'$selectedRowCount articole selectate'; @@ -13947,7 +13947,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'Un articol selectat'; + String get selectedRowCountTitleOne => 'Un articol selectat'; @override String get selectedRowCountTitleOther => r'$selectedRowCount de articole selectate'; @@ -13956,16 +13956,16 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => r'Nu există elemente selectate'; + String get selectedRowCountTitleZero => 'Nu există elemente selectate'; @override - String get showAccountsLabel => r'Afișați conturile'; + String get showAccountsLabel => 'Afișați conturile'; @override - String get showMenuTooltip => r'Afișați meniul'; + String get showMenuTooltip => 'Afișați meniul'; @override - String get signedInLabel => r'V-ați conectat'; + String get signedInLabel => 'V-ați conectat'; @override String get tabLabelRaw => r'Fila $tabIndex din $tabCount'; @@ -13974,13 +13974,13 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Selectați orele'; + String get timePickerHourModeAnnouncement => 'Selectați orele'; @override - String get timePickerMinuteModeAnnouncement => r'Selectați minutele'; + String get timePickerMinuteModeAnnouncement => 'Selectați minutele'; @override - String get viewLicensesButtonLabel => r'VEDEȚI LICENȚELE'; + String get viewLicensesButtonLabel => 'VEDEȚI LICENȚELE'; } /// The translations for Russian (`ru`). @@ -14010,67 +14010,67 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'$applicationName: сведения'; @override - String get alertDialogLabel => r'Оповещение'; + String get alertDialogLabel => 'Оповещение'; @override - String get anteMeridiemAbbreviation => r'АМ'; + String get anteMeridiemAbbreviation => 'АМ'; @override - String get backButtonTooltip => r'Назад'; + String get backButtonTooltip => 'Назад'; @override - String get cancelButtonLabel => r'ОТМЕНА'; + String get cancelButtonLabel => 'ОТМЕНА'; @override - String get closeButtonLabel => r'ЗАКРЫТЬ'; + String get closeButtonLabel => 'ЗАКРЫТЬ'; @override - String get closeButtonTooltip => r'Закрыть'; + String get closeButtonTooltip => 'Закрыть'; @override - String get collapsedIconTapHint => r'Развернуть'; + String get collapsedIconTapHint => 'Развернуть'; @override - String get continueButtonLabel => r'ПРОДОЛЖИТЬ'; + String get continueButtonLabel => 'ПРОДОЛЖИТЬ'; @override - String get copyButtonLabel => r'КОПИРОВАТЬ'; + String get copyButtonLabel => 'КОПИРОВАТЬ'; @override - String get cutButtonLabel => r'ВЫРЕЗАТЬ'; + String get cutButtonLabel => 'ВЫРЕЗАТЬ'; @override - String get deleteButtonTooltip => r'Удалить'; + String get deleteButtonTooltip => 'Удалить'; @override - String get dialogLabel => r'Диалоговое окно'; + String get dialogLabel => 'Диалоговое окно'; @override - String get drawerLabel => r'Меню навигации'; + String get drawerLabel => 'Меню навигации'; @override - String get expandedIconTapHint => r'Свернуть'; + String get expandedIconTapHint => 'Свернуть'; @override - String get hideAccountsLabel => r'Скрыть аккаунты'; + String get hideAccountsLabel => 'Скрыть аккаунты'; @override - String get licensesPageTitle => r'Лицензии'; + String get licensesPageTitle => 'Лицензии'; @override - String get modalBarrierDismissLabel => r'Закрыть'; + String get modalBarrierDismissLabel => 'Закрыть'; @override - String get nextMonthTooltip => r'Следующий месяц'; + String get nextMonthTooltip => 'Следующий месяц'; @override - String get nextPageTooltip => r'Следующая страница'; + String get nextPageTooltip => 'Следующая страница'; @override - String get okButtonLabel => r'ОК'; + String get okButtonLabel => 'ОК'; @override - String get openAppDrawerTooltip => r'Открыть меню навигации'; + String get openAppDrawerTooltip => 'Открыть меню навигации'; @override String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow из $rowCount'; @@ -14079,22 +14079,22 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow из примерно $rowCount'; @override - String get pasteButtonLabel => r'ВСТАВИТЬ'; + String get pasteButtonLabel => 'ВСТАВИТЬ'; @override - String get popupMenuLabel => r'Всплывающее меню'; + String get popupMenuLabel => 'Всплывающее меню'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get previousMonthTooltip => r'Предыдущий месяц'; + String get previousMonthTooltip => 'Предыдущий месяц'; @override - String get previousPageTooltip => r'Предыдущая страница'; + String get previousPageTooltip => 'Предыдущая страница'; @override - String get refreshIndicatorSemanticLabel => r'Обновление'; + String get refreshIndicatorSemanticLabel => 'Обновление'; @override String get remainingTextFieldCharacterCountFew => r'Осталось $remainingCount символа'; @@ -14103,7 +14103,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => r'Осталось $remainingCount символов'; @override - String get remainingTextFieldCharacterCountOne => r'Остался 1 символ'; + String get remainingTextFieldCharacterCountOne => 'Остался 1 символ'; @override String get remainingTextFieldCharacterCountOther => r'Осталось $remainingCount символа'; @@ -14112,37 +14112,37 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => r'Переместить вниз'; + String get reorderItemDown => 'Переместить вниз'; @override - String get reorderItemLeft => r'Переместить влево'; + String get reorderItemLeft => 'Переместить влево'; @override - String get reorderItemRight => r'Переместить вправо'; + String get reorderItemRight => 'Переместить вправо'; @override - String get reorderItemToEnd => r'Переместить в конец'; + String get reorderItemToEnd => 'Переместить в конец'; @override - String get reorderItemToStart => r'Переместить в начало'; + String get reorderItemToStart => 'Переместить в начало'; @override - String get reorderItemUp => r'Переместить вверх'; + String get reorderItemUp => 'Переместить вверх'; @override - String get rowsPerPageTitle => r'Строк на странице:'; + String get rowsPerPageTitle => 'Строк на странице:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Поиск'; + String get searchFieldLabel => 'Поиск'; @override - String get selectAllButtonLabel => r'ВЫБРАТЬ ВСЕ'; + String get selectAllButtonLabel => 'ВЫБРАТЬ ВСЕ'; @override String get selectedRowCountTitleFew => r'Выбрано $selectedRowCount объекта'; @@ -14151,7 +14151,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => r'Выбрано $selectedRowCount объектов'; @override - String get selectedRowCountTitleOne => r'Выбран 1 объект'; + String get selectedRowCountTitleOne => 'Выбран 1 объект'; @override String get selectedRowCountTitleOther => r'Выбрано $selectedRowCount объекта'; @@ -14160,16 +14160,16 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => r'Строки не выбраны'; + String get selectedRowCountTitleZero => 'Строки не выбраны'; @override - String get showAccountsLabel => r'Показать аккаунты'; + String get showAccountsLabel => 'Показать аккаунты'; @override - String get showMenuTooltip => r'Показать меню'; + String get showMenuTooltip => 'Показать меню'; @override - String get signedInLabel => r'Вход выполнен'; + String get signedInLabel => 'Вход выполнен'; @override String get tabLabelRaw => r'Вкладка $tabIndex из $tabCount'; @@ -14178,13 +14178,13 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Выберите часы'; + String get timePickerHourModeAnnouncement => 'Выберите часы'; @override - String get timePickerMinuteModeAnnouncement => r'Выберите минуты'; + String get timePickerMinuteModeAnnouncement => 'Выберите минуты'; @override - String get viewLicensesButtonLabel => r'ЛИЦЕНЗИИ'; + String get viewLicensesButtonLabel => 'ЛИЦЕНЗИИ'; } /// The translations for Sinhala Sinhalese (`si`). @@ -14214,67 +14214,67 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'$applicationName ගැන'; @override - String get alertDialogLabel => r'ඇඟවීම'; + String get alertDialogLabel => 'ඇඟවීම'; @override - String get anteMeridiemAbbreviation => r'පෙ.ව.'; + String get anteMeridiemAbbreviation => 'පෙ.ව.'; @override - String get backButtonTooltip => r'ආපසු'; + String get backButtonTooltip => 'ආපසු'; @override - String get cancelButtonLabel => r'අවලංගු කරන්න'; + String get cancelButtonLabel => 'අවලංගු කරන්න'; @override - String get closeButtonLabel => r'වසන්න'; + String get closeButtonLabel => 'වසන්න'; @override - String get closeButtonTooltip => r'වසන්න'; + String get closeButtonTooltip => 'වසන්න'; @override - String get collapsedIconTapHint => r'දිග හරින්න'; + String get collapsedIconTapHint => 'දිග හරින්න'; @override - String get continueButtonLabel => r'ඉදිරියට'; + String get continueButtonLabel => 'ඉදිරියට'; @override - String get copyButtonLabel => r'පිටපත් කරන්න'; + String get copyButtonLabel => 'පිටපත් කරන්න'; @override - String get cutButtonLabel => r'කපන්න'; + String get cutButtonLabel => 'කපන්න'; @override - String get deleteButtonTooltip => r'මකන්න'; + String get deleteButtonTooltip => 'මකන්න'; @override - String get dialogLabel => r'සංවාදය'; + String get dialogLabel => 'සංවාදය'; @override - String get drawerLabel => r'සංචාලන මෙනුව'; + String get drawerLabel => 'සංචාලන මෙනුව'; @override - String get expandedIconTapHint => r'හකුළන්න'; + String get expandedIconTapHint => 'හකුළන්න'; @override - String get hideAccountsLabel => r'ගිණුම් සඟවන්න'; + String get hideAccountsLabel => 'ගිණුම් සඟවන්න'; @override - String get licensesPageTitle => r'බලපත්‍ර'; + String get licensesPageTitle => 'බලපත්‍ර'; @override - String get modalBarrierDismissLabel => r'ඉවත ලන්න'; + String get modalBarrierDismissLabel => 'ඉවත ලන්න'; @override - String get nextMonthTooltip => r'ඊළඟ මාසය'; + String get nextMonthTooltip => 'ඊළඟ මාසය'; @override - String get nextPageTooltip => r'ඊළඟ පිටුව'; + String get nextPageTooltip => 'ඊළඟ පිටුව'; @override - String get okButtonLabel => r'හරි'; + String get okButtonLabel => 'හරි'; @override - String get openAppDrawerTooltip => r'සංචාලන මෙනුව විවෘත කරන්න'; + String get openAppDrawerTooltip => 'සංචාලන මෙනුව විවෘත කරන්න'; @override String get pageRowsInfoTitleRaw => r'$rowCountන් $firstRow–$lastRow'; @@ -14283,22 +14283,22 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$rowCountකින් පමණ $firstRow–$lastRow'; @override - String get pasteButtonLabel => r'අලවන්න'; + String get pasteButtonLabel => 'අලවන්න'; @override - String get popupMenuLabel => r'උත්පතන මෙනුව'; + String get popupMenuLabel => 'උත්පතන මෙනුව'; @override - String get postMeridiemAbbreviation => r'ප.ව.'; + String get postMeridiemAbbreviation => 'ප.ව.'; @override - String get previousMonthTooltip => r'පෙර මාසය'; + String get previousMonthTooltip => 'පෙර මාසය'; @override - String get previousPageTooltip => r'පෙර පිටුව'; + String get previousPageTooltip => 'පෙර පිටුව'; @override - String get refreshIndicatorSemanticLabel => r'නැවුම් කරන්න'; + String get refreshIndicatorSemanticLabel => 'නැවුම් කරන්න'; @override String get remainingTextFieldCharacterCountFew => null; @@ -14307,7 +14307,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'අනුලකුණු 1ක් ඉතිරිය'; + String get remainingTextFieldCharacterCountOne => 'අනුලකුණු 1ක් ඉතිරිය'; @override String get remainingTextFieldCharacterCountOther => r'අනුලකුණු $remainingCountක් ඉතිරිය'; @@ -14319,34 +14319,34 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountZero => null; @override - String get reorderItemDown => r'පහළට ගෙන යන්න'; + String get reorderItemDown => 'පහළට ගෙන යන්න'; @override - String get reorderItemLeft => r'වමට ගෙන යන්න'; + String get reorderItemLeft => 'වමට ගෙන යන්න'; @override - String get reorderItemRight => r'දකුණට ගෙන යන්න'; + String get reorderItemRight => 'දකුණට ගෙන යන්න'; @override - String get reorderItemToEnd => r'අවසානයට යන්න'; + String get reorderItemToEnd => 'අවසානයට යන්න'; @override - String get reorderItemToStart => r'ආරම්භය වෙත යන්න'; + String get reorderItemToStart => 'ආරම්භය වෙත යන්න'; @override - String get reorderItemUp => r'ඉහළට ගෙන යන්න'; + String get reorderItemUp => 'ඉහළට ගෙන යන්න'; @override - String get rowsPerPageTitle => r'පිටුවකට පේළි:'; + String get rowsPerPageTitle => 'පිටුවකට පේළි:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'සෙවීම'; + String get searchFieldLabel => 'සෙවීම'; @override - String get selectAllButtonLabel => r'සියල්ල තෝරන්න'; + String get selectAllButtonLabel => 'සියල්ල තෝරන්න'; @override String get selectedRowCountTitleFew => null; @@ -14355,7 +14355,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'අයිතම 1ක් තෝරන ලදී'; + String get selectedRowCountTitleOne => 'අයිතම 1ක් තෝරන ලදී'; @override String get selectedRowCountTitleOther => r'අයිතම $selectedRowCountක් තෝරන ලදී'; @@ -14367,13 +14367,13 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'ගිණුම් පෙන්වන්න'; + String get showAccountsLabel => 'ගිණුම් පෙන්වන්න'; @override - String get showMenuTooltip => r'මෙනුව පෙන්වන්න'; + String get showMenuTooltip => 'මෙනුව පෙන්වන්න'; @override - String get signedInLabel => r'පුරන ලදී'; + String get signedInLabel => 'පුරන ලදී'; @override String get tabLabelRaw => r'ටැබ $tabIndexකින් $tabCount'; @@ -14382,13 +14382,13 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'පැය ගණන තෝරන්න'; + String get timePickerHourModeAnnouncement => 'පැය ගණන තෝරන්න'; @override - String get timePickerMinuteModeAnnouncement => r'මිනිත්තු ගණන තෝරන්න'; + String get timePickerMinuteModeAnnouncement => 'මිනිත්තු ගණන තෝරන්න'; @override - String get viewLicensesButtonLabel => r'බලපත්‍ර බලන්න'; + String get viewLicensesButtonLabel => 'බලපත්‍ර බලන්න'; } /// The translations for Slovak (`sk`). @@ -14418,67 +14418,67 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'$applicationName – informácie'; @override - String get alertDialogLabel => r'Upozornenie'; + String get alertDialogLabel => 'Upozornenie'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonTooltip => r'Späť'; + String get backButtonTooltip => 'Späť'; @override - String get cancelButtonLabel => r'ZRUŠIŤ'; + String get cancelButtonLabel => 'ZRUŠIŤ'; @override - String get closeButtonLabel => r'ZAVRIEŤ'; + String get closeButtonLabel => 'ZAVRIEŤ'; @override - String get closeButtonTooltip => r'Zavrieť'; + String get closeButtonTooltip => 'Zavrieť'; @override - String get collapsedIconTapHint => r'Rozbaliť'; + String get collapsedIconTapHint => 'Rozbaliť'; @override - String get continueButtonLabel => r'POKRAČOVAŤ'; + String get continueButtonLabel => 'POKRAČOVAŤ'; @override - String get copyButtonLabel => r'KOPÍROVAŤ'; + String get copyButtonLabel => 'KOPÍROVAŤ'; @override - String get cutButtonLabel => r'VYSTRIHNÚŤ'; + String get cutButtonLabel => 'VYSTRIHNÚŤ'; @override - String get deleteButtonTooltip => r'Odstrániť'; + String get deleteButtonTooltip => 'Odstrániť'; @override - String get dialogLabel => r'Dialógové okno'; + String get dialogLabel => 'Dialógové okno'; @override - String get drawerLabel => r'Navigačná ponuka'; + String get drawerLabel => 'Navigačná ponuka'; @override - String get expandedIconTapHint => r'Zbaliť'; + String get expandedIconTapHint => 'Zbaliť'; @override - String get hideAccountsLabel => r'Skryť účty'; + String get hideAccountsLabel => 'Skryť účty'; @override - String get licensesPageTitle => r'Licencie'; + String get licensesPageTitle => 'Licencie'; @override - String get modalBarrierDismissLabel => r'Odmietnuť'; + String get modalBarrierDismissLabel => 'Odmietnuť'; @override - String get nextMonthTooltip => r'Budúci mesiac'; + String get nextMonthTooltip => 'Budúci mesiac'; @override - String get nextPageTooltip => r'Ďalšia strana'; + String get nextPageTooltip => 'Ďalšia strana'; @override - String get okButtonLabel => r'OK'; + String get okButtonLabel => 'OK'; @override - String get openAppDrawerTooltip => r'Otvoriť navigačnú ponuku'; + String get openAppDrawerTooltip => 'Otvoriť navigačnú ponuku'; @override String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow z $rowCount'; @@ -14487,22 +14487,22 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow z približne $rowCount'; @override - String get pasteButtonLabel => r'PRILEPIŤ'; + String get pasteButtonLabel => 'PRILEPIŤ'; @override - String get popupMenuLabel => r'Kontextová ponuka'; + String get popupMenuLabel => 'Kontextová ponuka'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get previousMonthTooltip => r'Predošlý mesiac'; + String get previousMonthTooltip => 'Predošlý mesiac'; @override - String get previousPageTooltip => r'Predchádzajúca stránka'; + String get previousPageTooltip => 'Predchádzajúca stránka'; @override - String get refreshIndicatorSemanticLabel => r'Obnoviť'; + String get refreshIndicatorSemanticLabel => 'Obnoviť'; @override String get remainingTextFieldCharacterCountFew => r'Zostávajú $remainingCount znaky'; @@ -14511,7 +14511,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => r'$remainingCount characters remaining'; @override - String get remainingTextFieldCharacterCountOne => r'Zostáva 1 znak'; + String get remainingTextFieldCharacterCountOne => 'Zostáva 1 znak'; @override String get remainingTextFieldCharacterCountOther => r'Zostáva $remainingCount znakov'; @@ -14520,37 +14520,37 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => r'Presunúť nadol'; + String get reorderItemDown => 'Presunúť nadol'; @override - String get reorderItemLeft => r'Presunúť doľava'; + String get reorderItemLeft => 'Presunúť doľava'; @override - String get reorderItemRight => r'Presunúť doprava'; + String get reorderItemRight => 'Presunúť doprava'; @override - String get reorderItemToEnd => r'Presunúť na koniec'; + String get reorderItemToEnd => 'Presunúť na koniec'; @override - String get reorderItemToStart => r'Presunúť na začiatok'; + String get reorderItemToStart => 'Presunúť na začiatok'; @override - String get reorderItemUp => r'Presunúť nahor'; + String get reorderItemUp => 'Presunúť nahor'; @override - String get rowsPerPageTitle => r'Počet riadkov na stránku:'; + String get rowsPerPageTitle => 'Počet riadkov na stránku:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Hľadať'; + String get searchFieldLabel => 'Hľadať'; @override - String get selectAllButtonLabel => r'VYBRAŤ VŠETKO'; + String get selectAllButtonLabel => 'VYBRAŤ VŠETKO'; @override String get selectedRowCountTitleFew => r'$selectedRowCount vybraté položky'; @@ -14559,7 +14559,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => r'$selectedRowCount items selected'; @override - String get selectedRowCountTitleOne => r'1 vybratá položka'; + String get selectedRowCountTitleOne => '1 vybratá položka'; @override String get selectedRowCountTitleOther => r'$selectedRowCount vybratých položiek'; @@ -14571,13 +14571,13 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Zobraziť účty'; + String get showAccountsLabel => 'Zobraziť účty'; @override - String get showMenuTooltip => r'Zobraziť ponuku'; + String get showMenuTooltip => 'Zobraziť ponuku'; @override - String get signedInLabel => r'Prihlásili ste sa'; + String get signedInLabel => 'Prihlásili ste sa'; @override String get tabLabelRaw => r'Karta $tabIndex z $tabCount'; @@ -14586,13 +14586,13 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Vybrať hodiny'; + String get timePickerHourModeAnnouncement => 'Vybrať hodiny'; @override - String get timePickerMinuteModeAnnouncement => r'Vybrať minúty'; + String get timePickerMinuteModeAnnouncement => 'Vybrať minúty'; @override - String get viewLicensesButtonLabel => r'ZOBRAZIŤ LICENCIE'; + String get viewLicensesButtonLabel => 'ZOBRAZIŤ LICENCIE'; } /// The translations for Slovenian (`sl`). @@ -14622,67 +14622,67 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'O aplikaciji $applicationName'; @override - String get alertDialogLabel => r'Opozorilo'; + String get alertDialogLabel => 'Opozorilo'; @override - String get anteMeridiemAbbreviation => r'DOP.'; + String get anteMeridiemAbbreviation => 'DOP.'; @override - String get backButtonTooltip => r'Nazaj'; + String get backButtonTooltip => 'Nazaj'; @override - String get cancelButtonLabel => r'PREKLIČI'; + String get cancelButtonLabel => 'PREKLIČI'; @override - String get closeButtonLabel => r'ZAPRI'; + String get closeButtonLabel => 'ZAPRI'; @override - String get closeButtonTooltip => r'Zapiranje'; + String get closeButtonTooltip => 'Zapiranje'; @override - String get collapsedIconTapHint => r'Razširiti'; + String get collapsedIconTapHint => 'Razširiti'; @override - String get continueButtonLabel => r'NAPREJ'; + String get continueButtonLabel => 'NAPREJ'; @override - String get copyButtonLabel => r'KOPIRAJ'; + String get copyButtonLabel => 'KOPIRAJ'; @override - String get cutButtonLabel => r'IZREŽI'; + String get cutButtonLabel => 'IZREŽI'; @override - String get deleteButtonTooltip => r'Brisanje'; + String get deleteButtonTooltip => 'Brisanje'; @override - String get dialogLabel => r'Pogovorno okno'; + String get dialogLabel => 'Pogovorno okno'; @override - String get drawerLabel => r'Meni za krmarjenje'; + String get drawerLabel => 'Meni za krmarjenje'; @override - String get expandedIconTapHint => r'Strniti'; + String get expandedIconTapHint => 'Strniti'; @override - String get hideAccountsLabel => r'Skrivanje računov'; + String get hideAccountsLabel => 'Skrivanje računov'; @override - String get licensesPageTitle => r'Licence'; + String get licensesPageTitle => 'Licence'; @override - String get modalBarrierDismissLabel => r'Opusti'; + String get modalBarrierDismissLabel => 'Opusti'; @override - String get nextMonthTooltip => r'Naslednji mesec'; + String get nextMonthTooltip => 'Naslednji mesec'; @override - String get nextPageTooltip => r'Naslednja stran'; + String get nextPageTooltip => 'Naslednja stran'; @override - String get okButtonLabel => r'V REDU'; + String get okButtonLabel => 'V REDU'; @override - String get openAppDrawerTooltip => r'Odpiranje menija za krmarjenje'; + String get openAppDrawerTooltip => 'Odpiranje menija za krmarjenje'; @override String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow od $rowCount'; @@ -14691,22 +14691,22 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow od približno $rowCount'; @override - String get pasteButtonLabel => r'PRILEPI'; + String get pasteButtonLabel => 'PRILEPI'; @override - String get popupMenuLabel => r'Pojavni meni'; + String get popupMenuLabel => 'Pojavni meni'; @override - String get postMeridiemAbbreviation => r'POP.'; + String get postMeridiemAbbreviation => 'POP.'; @override - String get previousMonthTooltip => r'Prejšnji mesec'; + String get previousMonthTooltip => 'Prejšnji mesec'; @override - String get previousPageTooltip => r'Prejšnja stran'; + String get previousPageTooltip => 'Prejšnja stran'; @override - String get refreshIndicatorSemanticLabel => r'Osveži'; + String get refreshIndicatorSemanticLabel => 'Osveži'; @override String get remainingTextFieldCharacterCountFew => r'Še $remainingCount znaki'; @@ -14715,7 +14715,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'Še 1 znak'; + String get remainingTextFieldCharacterCountOne => 'Še 1 znak'; @override String get remainingTextFieldCharacterCountOther => r'Še $remainingCount znakov'; @@ -14724,37 +14724,37 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => r'Še $remainingCount znaka'; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => r'Premakni navzdol'; + String get reorderItemDown => 'Premakni navzdol'; @override - String get reorderItemLeft => r'Premakni levo'; + String get reorderItemLeft => 'Premakni levo'; @override - String get reorderItemRight => r'Premakni desno'; + String get reorderItemRight => 'Premakni desno'; @override - String get reorderItemToEnd => r'Premakni na konec'; + String get reorderItemToEnd => 'Premakni na konec'; @override - String get reorderItemToStart => r'Premakni na začetek'; + String get reorderItemToStart => 'Premakni na začetek'; @override - String get reorderItemUp => r'Premakni navzgor'; + String get reorderItemUp => 'Premakni navzgor'; @override - String get rowsPerPageTitle => r'Vrstice na stran:'; + String get rowsPerPageTitle => 'Vrstice na stran:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Iskanje'; + String get searchFieldLabel => 'Iskanje'; @override - String get selectAllButtonLabel => r'IZBERI VSE'; + String get selectAllButtonLabel => 'IZBERI VSE'; @override String get selectedRowCountTitleFew => r'Izbrani so $selectedRowCount elementi'; @@ -14763,7 +14763,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'Izbran je 1 element'; + String get selectedRowCountTitleOne => 'Izbran je 1 element'; @override String get selectedRowCountTitleOther => r'Izbranih je $selectedRowCount elementov'; @@ -14775,13 +14775,13 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Prikaz računov'; + String get showAccountsLabel => 'Prikaz računov'; @override - String get showMenuTooltip => r'Prikaz menija'; + String get showMenuTooltip => 'Prikaz menija'; @override - String get signedInLabel => r'Prijavljen'; + String get signedInLabel => 'Prijavljen'; @override String get tabLabelRaw => r'Zavihek $tabIndex od $tabCount'; @@ -14790,13 +14790,13 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Izberite ure'; + String get timePickerHourModeAnnouncement => 'Izberite ure'; @override - String get timePickerMinuteModeAnnouncement => r'Izberite minute'; + String get timePickerMinuteModeAnnouncement => 'Izberite minute'; @override - String get viewLicensesButtonLabel => r'PRIKAŽI LICENCE'; + String get viewLicensesButtonLabel => 'PRIKAŽI LICENCE'; } /// The translations for Albanian (`sq`). @@ -14826,67 +14826,67 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'Rreth $applicationName'; @override - String get alertDialogLabel => r'Sinjalizim'; + String get alertDialogLabel => 'Sinjalizim'; @override - String get anteMeridiemAbbreviation => r'paradite'; + String get anteMeridiemAbbreviation => 'paradite'; @override - String get backButtonTooltip => r'Prapa'; + String get backButtonTooltip => 'Prapa'; @override - String get cancelButtonLabel => r'ANULO'; + String get cancelButtonLabel => 'ANULO'; @override - String get closeButtonLabel => r'MBYLL'; + String get closeButtonLabel => 'MBYLL'; @override - String get closeButtonTooltip => r'Mbyll'; + String get closeButtonTooltip => 'Mbyll'; @override - String get collapsedIconTapHint => r'Zgjero'; + String get collapsedIconTapHint => 'Zgjero'; @override - String get continueButtonLabel => r'VAZHDO'; + String get continueButtonLabel => 'VAZHDO'; @override - String get copyButtonLabel => r'KOPJO'; + String get copyButtonLabel => 'KOPJO'; @override - String get cutButtonLabel => r'PRIT'; + String get cutButtonLabel => 'PRIT'; @override - String get deleteButtonTooltip => r'Fshi'; + String get deleteButtonTooltip => 'Fshi'; @override - String get dialogLabel => r'Dialogu'; + String get dialogLabel => 'Dialogu'; @override - String get drawerLabel => r'Menyja e navigimit'; + String get drawerLabel => 'Menyja e navigimit'; @override - String get expandedIconTapHint => r'Palos'; + String get expandedIconTapHint => 'Palos'; @override - String get hideAccountsLabel => r'Fshih llogaritë'; + String get hideAccountsLabel => 'Fshih llogaritë'; @override - String get licensesPageTitle => r'Licencat'; + String get licensesPageTitle => 'Licencat'; @override - String get modalBarrierDismissLabel => r'Hiq'; + String get modalBarrierDismissLabel => 'Hiq'; @override - String get nextMonthTooltip => r'Muaji i ardhshëm'; + String get nextMonthTooltip => 'Muaji i ardhshëm'; @override - String get nextPageTooltip => r'Faqja tjetër'; + String get nextPageTooltip => 'Faqja tjetër'; @override - String get okButtonLabel => r'Në rregull'; + String get okButtonLabel => 'Në rregull'; @override - String get openAppDrawerTooltip => r'Hap menynë e navigimit'; + String get openAppDrawerTooltip => 'Hap menynë e navigimit'; @override String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow nga $rowCount'; @@ -14895,22 +14895,22 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow nga rreth $rowCount'; @override - String get pasteButtonLabel => r'NGJIT'; + String get pasteButtonLabel => 'NGJIT'; @override - String get popupMenuLabel => r'Menyja kërcyese'; + String get popupMenuLabel => 'Menyja kërcyese'; @override - String get postMeridiemAbbreviation => r'pasdite'; + String get postMeridiemAbbreviation => 'pasdite'; @override - String get previousMonthTooltip => r'Muaji i mëparshëm'; + String get previousMonthTooltip => 'Muaji i mëparshëm'; @override - String get previousPageTooltip => r'Faqja e mëparshme'; + String get previousPageTooltip => 'Faqja e mëparshme'; @override - String get refreshIndicatorSemanticLabel => r'Rifresko'; + String get refreshIndicatorSemanticLabel => 'Rifresko'; @override String get remainingTextFieldCharacterCountFew => null; @@ -14919,7 +14919,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1 karakter i mbetur'; + String get remainingTextFieldCharacterCountOne => '1 karakter i mbetur'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount karaktere të mbetura'; @@ -14931,34 +14931,34 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountZero => null; @override - String get reorderItemDown => r'Lëvize poshtë'; + String get reorderItemDown => 'Lëvize poshtë'; @override - String get reorderItemLeft => r'Lëvize majtas'; + String get reorderItemLeft => 'Lëvize majtas'; @override - String get reorderItemRight => r'Lëvize djathtas'; + String get reorderItemRight => 'Lëvize djathtas'; @override - String get reorderItemToEnd => r'Lëvize në fund'; + String get reorderItemToEnd => 'Lëvize në fund'; @override - String get reorderItemToStart => r'Lëvize në fillim'; + String get reorderItemToStart => 'Lëvize në fillim'; @override - String get reorderItemUp => r'Lëvize lart'; + String get reorderItemUp => 'Lëvize lart'; @override - String get rowsPerPageTitle => r'Rreshtat për faqe:'; + String get rowsPerPageTitle => 'Rreshtat për faqe:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Kërko'; + String get searchFieldLabel => 'Kërko'; @override - String get selectAllButtonLabel => r'ZGJIDHI TË GJITHA'; + String get selectAllButtonLabel => 'ZGJIDHI TË GJITHA'; @override String get selectedRowCountTitleFew => null; @@ -14967,7 +14967,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'U zgjodh 1 artikull'; + String get selectedRowCountTitleOne => 'U zgjodh 1 artikull'; @override String get selectedRowCountTitleOther => r'$selectedRowCount artikuj u zgjodhën'; @@ -14979,13 +14979,13 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Shfaq llogaritë'; + String get showAccountsLabel => 'Shfaq llogaritë'; @override - String get showMenuTooltip => r'Shfaq menynë'; + String get showMenuTooltip => 'Shfaq menynë'; @override - String get signedInLabel => r'Je identifikuar'; + String get signedInLabel => 'Je identifikuar'; @override String get tabLabelRaw => r'Skeda $tabIndex nga $tabCount'; @@ -14994,13 +14994,13 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Zgjidh orët'; + String get timePickerHourModeAnnouncement => 'Zgjidh orët'; @override - String get timePickerMinuteModeAnnouncement => r'Zgjidh minutat'; + String get timePickerMinuteModeAnnouncement => 'Zgjidh minutat'; @override - String get viewLicensesButtonLabel => r'SHIKO LICENCAT'; + String get viewLicensesButtonLabel => 'SHIKO LICENCAT'; } /// The translations for Serbian (`sr`). @@ -15030,67 +15030,67 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'О апликацији $applicationName'; @override - String get alertDialogLabel => r'Обавештење'; + String get alertDialogLabel => 'Обавештење'; @override - String get anteMeridiemAbbreviation => r'пре подне'; + String get anteMeridiemAbbreviation => 'пре подне'; @override - String get backButtonTooltip => r'Назад'; + String get backButtonTooltip => 'Назад'; @override - String get cancelButtonLabel => r'ОТКАЖИ'; + String get cancelButtonLabel => 'ОТКАЖИ'; @override - String get closeButtonLabel => r'ЗАТВОРИ'; + String get closeButtonLabel => 'ЗАТВОРИ'; @override - String get closeButtonTooltip => r'Затворите'; + String get closeButtonTooltip => 'Затворите'; @override - String get collapsedIconTapHint => r'Прошири'; + String get collapsedIconTapHint => 'Прошири'; @override - String get continueButtonLabel => r'НАСТАВИ'; + String get continueButtonLabel => 'НАСТАВИ'; @override - String get copyButtonLabel => r'КОПИРАЈ'; + String get copyButtonLabel => 'КОПИРАЈ'; @override - String get cutButtonLabel => r'ИСЕЦИ'; + String get cutButtonLabel => 'ИСЕЦИ'; @override - String get deleteButtonTooltip => r'Избришите'; + String get deleteButtonTooltip => 'Избришите'; @override - String get dialogLabel => r'Дијалог'; + String get dialogLabel => 'Дијалог'; @override - String get drawerLabel => r'Мени за навигацију'; + String get drawerLabel => 'Мени за навигацију'; @override - String get expandedIconTapHint => r'Скупи'; + String get expandedIconTapHint => 'Скупи'; @override - String get hideAccountsLabel => r'Сакриј налоге'; + String get hideAccountsLabel => 'Сакриј налоге'; @override - String get licensesPageTitle => r'Лиценце'; + String get licensesPageTitle => 'Лиценце'; @override - String get modalBarrierDismissLabel => r'Одбаци'; + String get modalBarrierDismissLabel => 'Одбаци'; @override - String get nextMonthTooltip => r'Следећи месец'; + String get nextMonthTooltip => 'Следећи месец'; @override - String get nextPageTooltip => r'Следећа страница'; + String get nextPageTooltip => 'Следећа страница'; @override - String get okButtonLabel => r'Потврди'; + String get okButtonLabel => 'Потврди'; @override - String get openAppDrawerTooltip => r'Отворите мени за навигацију'; + String get openAppDrawerTooltip => 'Отворите мени за навигацију'; @override String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow oд $rowCount'; @@ -15099,22 +15099,22 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow oд приближно $rowCount'; @override - String get pasteButtonLabel => r'НАЛЕПИ'; + String get pasteButtonLabel => 'НАЛЕПИ'; @override - String get popupMenuLabel => r'Искачући мени'; + String get popupMenuLabel => 'Искачући мени'; @override - String get postMeridiemAbbreviation => r'по подне'; + String get postMeridiemAbbreviation => 'по подне'; @override - String get previousMonthTooltip => r'Претходни месец'; + String get previousMonthTooltip => 'Претходни месец'; @override - String get previousPageTooltip => r'Претходна страница'; + String get previousPageTooltip => 'Претходна страница'; @override - String get refreshIndicatorSemanticLabel => r'Освежи'; + String get refreshIndicatorSemanticLabel => 'Освежи'; @override String get remainingTextFieldCharacterCountFew => r'Преостала су $remainingCount знака'; @@ -15123,7 +15123,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'Преостао је 1 знак'; + String get remainingTextFieldCharacterCountOne => 'Преостао је 1 знак'; @override String get remainingTextFieldCharacterCountOther => r'Преостало је $remainingCount знакова'; @@ -15132,37 +15132,37 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => r'Померите надоле'; + String get reorderItemDown => 'Померите надоле'; @override - String get reorderItemLeft => r'Померите улево'; + String get reorderItemLeft => 'Померите улево'; @override - String get reorderItemRight => r'Померите удесно'; + String get reorderItemRight => 'Померите удесно'; @override - String get reorderItemToEnd => r'Померите на крај'; + String get reorderItemToEnd => 'Померите на крај'; @override - String get reorderItemToStart => r'Померите на почетак'; + String get reorderItemToStart => 'Померите на почетак'; @override - String get reorderItemUp => r'Померите нагоре'; + String get reorderItemUp => 'Померите нагоре'; @override - String get rowsPerPageTitle => r'Редова по страници:'; + String get rowsPerPageTitle => 'Редова по страници:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Претражите'; + String get searchFieldLabel => 'Претражите'; @override - String get selectAllButtonLabel => r'ИЗАБЕРИ СВЕ'; + String get selectAllButtonLabel => 'ИЗАБЕРИ СВЕ'; @override String get selectedRowCountTitleFew => r'Изабране су $selectedRowCount ставке'; @@ -15171,7 +15171,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'Изабрана је 1 ставка'; + String get selectedRowCountTitleOne => 'Изабрана је 1 ставка'; @override String get selectedRowCountTitleOther => r'Изабрано је $selectedRowCount ставки'; @@ -15183,13 +15183,13 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Прикажи налоге'; + String get showAccountsLabel => 'Прикажи налоге'; @override - String get showMenuTooltip => r'Прикажи мени'; + String get showMenuTooltip => 'Прикажи мени'; @override - String get signedInLabel => r'Пријављени сте'; + String get signedInLabel => 'Пријављени сте'; @override String get tabLabelRaw => r'$tabIndex. картица од $tabCount'; @@ -15198,13 +15198,13 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Изаберите сате'; + String get timePickerHourModeAnnouncement => 'Изаберите сате'; @override - String get timePickerMinuteModeAnnouncement => r'Изаберите минуте'; + String get timePickerMinuteModeAnnouncement => 'Изаберите минуте'; @override - String get viewLicensesButtonLabel => r'ПРИКАЖИ ЛИЦЕНЦЕ'; + String get viewLicensesButtonLabel => 'ПРИКАЖИ ЛИЦЕНЦЕ'; } /// The translations for Serbian, using the Cyrillic script (`sr_Cyrl`). @@ -15258,67 +15258,67 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get aboutListTileTitleRaw => r'O aplikaciji $applicationName'; @override - String get alertDialogLabel => r'Obaveštenje'; + String get alertDialogLabel => 'Obaveštenje'; @override - String get anteMeridiemAbbreviation => r'pre podne'; + String get anteMeridiemAbbreviation => 'pre podne'; @override - String get backButtonTooltip => r'Nazad'; + String get backButtonTooltip => 'Nazad'; @override - String get cancelButtonLabel => r'OTKAŽI'; + String get cancelButtonLabel => 'OTKAŽI'; @override - String get closeButtonLabel => r'ZATVORI'; + String get closeButtonLabel => 'ZATVORI'; @override - String get closeButtonTooltip => r'Zatvorite'; + String get closeButtonTooltip => 'Zatvorite'; @override - String get collapsedIconTapHint => r'Proširi'; + String get collapsedIconTapHint => 'Proširi'; @override - String get continueButtonLabel => r'NASTAVI'; + String get continueButtonLabel => 'NASTAVI'; @override - String get copyButtonLabel => r'KOPIRAJ'; + String get copyButtonLabel => 'KOPIRAJ'; @override - String get cutButtonLabel => r'ISECI'; + String get cutButtonLabel => 'ISECI'; @override - String get deleteButtonTooltip => r'Izbrišite'; + String get deleteButtonTooltip => 'Izbrišite'; @override - String get dialogLabel => r'Dijalog'; + String get dialogLabel => 'Dijalog'; @override - String get drawerLabel => r'Meni za navigaciju'; + String get drawerLabel => 'Meni za navigaciju'; @override - String get expandedIconTapHint => r'Skupi'; + String get expandedIconTapHint => 'Skupi'; @override - String get hideAccountsLabel => r'Sakrij naloge'; + String get hideAccountsLabel => 'Sakrij naloge'; @override - String get licensesPageTitle => r'Licence'; + String get licensesPageTitle => 'Licence'; @override - String get modalBarrierDismissLabel => r'Odbaci'; + String get modalBarrierDismissLabel => 'Odbaci'; @override - String get nextMonthTooltip => r'Sledeći mesec'; + String get nextMonthTooltip => 'Sledeći mesec'; @override - String get nextPageTooltip => r'Sledeća stranica'; + String get nextPageTooltip => 'Sledeća stranica'; @override - String get okButtonLabel => r'Potvrdi'; + String get okButtonLabel => 'Potvrdi'; @override - String get openAppDrawerTooltip => r'Otvorite meni za navigaciju'; + String get openAppDrawerTooltip => 'Otvorite meni za navigaciju'; @override String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow od $rowCount'; @@ -15327,88 +15327,88 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow od približno $rowCount'; @override - String get pasteButtonLabel => r'NALEPI'; + String get pasteButtonLabel => 'NALEPI'; @override - String get popupMenuLabel => r'Iskačući meni'; + String get popupMenuLabel => 'Iskačući meni'; @override - String get postMeridiemAbbreviation => r'po podne'; + String get postMeridiemAbbreviation => 'po podne'; @override - String get previousMonthTooltip => r'Prethodni mesec'; + String get previousMonthTooltip => 'Prethodni mesec'; @override - String get previousPageTooltip => r'Prethodna stranica'; + String get previousPageTooltip => 'Prethodna stranica'; @override - String get refreshIndicatorSemanticLabel => r'Osveži'; + String get refreshIndicatorSemanticLabel => 'Osveži'; @override String get remainingTextFieldCharacterCountFew => r'Preostala su $remainingCount znaka'; @override - String get remainingTextFieldCharacterCountOne => r'Preostao je 1 znak'; + String get remainingTextFieldCharacterCountOne => 'Preostao je 1 znak'; @override String get remainingTextFieldCharacterCountOther => r'Preostalo je $remainingCount znakova'; @override - String get reorderItemDown => r'Pomerite nadole'; + String get reorderItemDown => 'Pomerite nadole'; @override - String get reorderItemLeft => r'Pomerite ulevo'; + String get reorderItemLeft => 'Pomerite ulevo'; @override - String get reorderItemRight => r'Pomerite udesno'; + String get reorderItemRight => 'Pomerite udesno'; @override - String get reorderItemToEnd => r'Pomerite na kraj'; + String get reorderItemToEnd => 'Pomerite na kraj'; @override - String get reorderItemToStart => r'Pomerite na početak'; + String get reorderItemToStart => 'Pomerite na početak'; @override - String get reorderItemUp => r'Pomerite nagore'; + String get reorderItemUp => 'Pomerite nagore'; @override - String get rowsPerPageTitle => r'Redova po stranici:'; + String get rowsPerPageTitle => 'Redova po stranici:'; @override - String get searchFieldLabel => r'Pretražite'; + String get searchFieldLabel => 'Pretražite'; @override - String get selectAllButtonLabel => r'IZABERI SVE'; + String get selectAllButtonLabel => 'IZABERI SVE'; @override String get selectedRowCountTitleFew => r'Izabrane su $selectedRowCount stavke'; @override - String get selectedRowCountTitleOne => r'Izabrana je 1 stavka'; + String get selectedRowCountTitleOne => 'Izabrana je 1 stavka'; @override String get selectedRowCountTitleOther => r'Izabrano je $selectedRowCount stavki'; @override - String get showAccountsLabel => r'Prikaži naloge'; + String get showAccountsLabel => 'Prikaži naloge'; @override - String get showMenuTooltip => r'Prikaži meni'; + String get showMenuTooltip => 'Prikaži meni'; @override - String get signedInLabel => r'Prijavljeni ste'; + String get signedInLabel => 'Prijavljeni ste'; @override String get tabLabelRaw => r'$tabIndex. kartica od $tabCount'; @override - String get timePickerHourModeAnnouncement => r'Izaberite sate'; + String get timePickerHourModeAnnouncement => 'Izaberite sate'; @override - String get timePickerMinuteModeAnnouncement => r'Izaberite minute'; + String get timePickerMinuteModeAnnouncement => 'Izaberite minute'; @override - String get viewLicensesButtonLabel => r'PRIKAŽI LICENCE'; + String get viewLicensesButtonLabel => 'PRIKAŽI LICENCE'; } /// The translations for Swedish (`sv`). @@ -15438,67 +15438,67 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'Om $applicationName'; @override - String get alertDialogLabel => r'Varning'; + String get alertDialogLabel => 'Varning'; @override - String get anteMeridiemAbbreviation => r'FM'; + String get anteMeridiemAbbreviation => 'FM'; @override - String get backButtonTooltip => r'Tillbaka'; + String get backButtonTooltip => 'Tillbaka'; @override - String get cancelButtonLabel => r'AVBRYT'; + String get cancelButtonLabel => 'AVBRYT'; @override - String get closeButtonLabel => r'STÄNG'; + String get closeButtonLabel => 'STÄNG'; @override - String get closeButtonTooltip => r'Stäng'; + String get closeButtonTooltip => 'Stäng'; @override - String get collapsedIconTapHint => r'Utöka'; + String get collapsedIconTapHint => 'Utöka'; @override - String get continueButtonLabel => r'FORTSÄTT'; + String get continueButtonLabel => 'FORTSÄTT'; @override - String get copyButtonLabel => r'KOPIERA'; + String get copyButtonLabel => 'KOPIERA'; @override - String get cutButtonLabel => r'KLIPP UT'; + String get cutButtonLabel => 'KLIPP UT'; @override - String get deleteButtonTooltip => r'Radera'; + String get deleteButtonTooltip => 'Radera'; @override - String get dialogLabel => r'Dialogruta'; + String get dialogLabel => 'Dialogruta'; @override - String get drawerLabel => r'Navigeringsmeny'; + String get drawerLabel => 'Navigeringsmeny'; @override - String get expandedIconTapHint => r'Dölj'; + String get expandedIconTapHint => 'Dölj'; @override - String get hideAccountsLabel => r'Dölj konton'; + String get hideAccountsLabel => 'Dölj konton'; @override - String get licensesPageTitle => r'Licenser'; + String get licensesPageTitle => 'Licenser'; @override - String get modalBarrierDismissLabel => r'Stäng'; + String get modalBarrierDismissLabel => 'Stäng'; @override - String get nextMonthTooltip => r'Nästa månad'; + String get nextMonthTooltip => 'Nästa månad'; @override - String get nextPageTooltip => r'Nästa sida'; + String get nextPageTooltip => 'Nästa sida'; @override - String get okButtonLabel => r'OK'; + String get okButtonLabel => 'OK'; @override - String get openAppDrawerTooltip => r'Öppna navigeringsmenyn'; + String get openAppDrawerTooltip => 'Öppna navigeringsmenyn'; @override String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow av $rowCount'; @@ -15507,22 +15507,22 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow av ungefär $rowCount'; @override - String get pasteButtonLabel => r'KLISTRA IN'; + String get pasteButtonLabel => 'KLISTRA IN'; @override - String get popupMenuLabel => r'Popup-meny'; + String get popupMenuLabel => 'Popup-meny'; @override - String get postMeridiemAbbreviation => r'EM'; + String get postMeridiemAbbreviation => 'EM'; @override - String get previousMonthTooltip => r'Föregående månad'; + String get previousMonthTooltip => 'Föregående månad'; @override - String get previousPageTooltip => r'Föregående sida'; + String get previousPageTooltip => 'Föregående sida'; @override - String get refreshIndicatorSemanticLabel => r'Uppdatera'; + String get refreshIndicatorSemanticLabel => 'Uppdatera'; @override String get remainingTextFieldCharacterCountFew => null; @@ -15531,7 +15531,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1 tecken kvar'; + String get remainingTextFieldCharacterCountOne => '1 tecken kvar'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount tecken kvar'; @@ -15540,37 +15540,37 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => r'Flytta nedåt'; + String get reorderItemDown => 'Flytta nedåt'; @override - String get reorderItemLeft => r'Flytta åt vänster'; + String get reorderItemLeft => 'Flytta åt vänster'; @override - String get reorderItemRight => r'Flytta åt höger'; + String get reorderItemRight => 'Flytta åt höger'; @override - String get reorderItemToEnd => r'Flytta till slutet'; + String get reorderItemToEnd => 'Flytta till slutet'; @override - String get reorderItemToStart => r'Flytta till början'; + String get reorderItemToStart => 'Flytta till början'; @override - String get reorderItemUp => r'Flytta uppåt'; + String get reorderItemUp => 'Flytta uppåt'; @override - String get rowsPerPageTitle => r'Rader per sida:'; + String get rowsPerPageTitle => 'Rader per sida:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Sök'; + String get searchFieldLabel => 'Sök'; @override - String get selectAllButtonLabel => r'MARKERA ALLA'; + String get selectAllButtonLabel => 'MARKERA ALLA'; @override String get selectedRowCountTitleFew => null; @@ -15579,7 +15579,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 objekt har markerats'; + String get selectedRowCountTitleOne => '1 objekt har markerats'; @override String get selectedRowCountTitleOther => r'$selectedRowCount objekt har markerats'; @@ -15591,13 +15591,13 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Visa konton'; + String get showAccountsLabel => 'Visa konton'; @override - String get showMenuTooltip => r'Visa meny'; + String get showMenuTooltip => 'Visa meny'; @override - String get signedInLabel => r'Inloggad'; + String get signedInLabel => 'Inloggad'; @override String get tabLabelRaw => r'Flik $tabIndex av $tabCount'; @@ -15606,13 +15606,13 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Välj timmar'; + String get timePickerHourModeAnnouncement => 'Välj timmar'; @override - String get timePickerMinuteModeAnnouncement => r'Välj minuter'; + String get timePickerMinuteModeAnnouncement => 'Välj minuter'; @override - String get viewLicensesButtonLabel => r'VISA LICENSER'; + String get viewLicensesButtonLabel => 'VISA LICENSER'; } /// The translations for Swahili (`sw`). @@ -15642,67 +15642,67 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'Kuhusu $applicationName'; @override - String get alertDialogLabel => r'Arifa'; + String get alertDialogLabel => 'Arifa'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonTooltip => r'Rudi Nyuma'; + String get backButtonTooltip => 'Rudi Nyuma'; @override - String get cancelButtonLabel => r'GHAIRI'; + String get cancelButtonLabel => 'GHAIRI'; @override - String get closeButtonLabel => r'FUNGA'; + String get closeButtonLabel => 'FUNGA'; @override - String get closeButtonTooltip => r'Funga'; + String get closeButtonTooltip => 'Funga'; @override - String get collapsedIconTapHint => r'Panua'; + String get collapsedIconTapHint => 'Panua'; @override - String get continueButtonLabel => r'ENDELEA'; + String get continueButtonLabel => 'ENDELEA'; @override - String get copyButtonLabel => r'NAKILI'; + String get copyButtonLabel => 'NAKILI'; @override - String get cutButtonLabel => r'KATA'; + String get cutButtonLabel => 'KATA'; @override - String get deleteButtonTooltip => r'Futa'; + String get deleteButtonTooltip => 'Futa'; @override - String get dialogLabel => r'Kidirisha'; + String get dialogLabel => 'Kidirisha'; @override - String get drawerLabel => r'Menyu ya kusogeza'; + String get drawerLabel => 'Menyu ya kusogeza'; @override - String get expandedIconTapHint => r'Kunja'; + String get expandedIconTapHint => 'Kunja'; @override - String get hideAccountsLabel => r'Ficha akaunti'; + String get hideAccountsLabel => 'Ficha akaunti'; @override - String get licensesPageTitle => r'Leseni'; + String get licensesPageTitle => 'Leseni'; @override - String get modalBarrierDismissLabel => r'Ondoa'; + String get modalBarrierDismissLabel => 'Ondoa'; @override - String get nextMonthTooltip => r'Mwezi ujao'; + String get nextMonthTooltip => 'Mwezi ujao'; @override - String get nextPageTooltip => r'Ukurasa unaofuata'; + String get nextPageTooltip => 'Ukurasa unaofuata'; @override - String get okButtonLabel => r'Sawa'; + String get okButtonLabel => 'Sawa'; @override - String get openAppDrawerTooltip => r'Fungua menyu ya kusogeza'; + String get openAppDrawerTooltip => 'Fungua menyu ya kusogeza'; @override String get pageRowsInfoTitleRaw => r'$firstRow hadi $lastRow kati ya $rowCount'; @@ -15711,22 +15711,22 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow hadi $lastRow kati ya takriban $rowCount'; @override - String get pasteButtonLabel => r'BANDIKA'; + String get pasteButtonLabel => 'BANDIKA'; @override - String get popupMenuLabel => r'Menyu ibukizi'; + String get popupMenuLabel => 'Menyu ibukizi'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get previousMonthTooltip => r'Mwezi uliopita'; + String get previousMonthTooltip => 'Mwezi uliopita'; @override - String get previousPageTooltip => r'Ukurasa uliotangulia'; + String get previousPageTooltip => 'Ukurasa uliotangulia'; @override - String get refreshIndicatorSemanticLabel => r'Onyesha upya'; + String get refreshIndicatorSemanticLabel => 'Onyesha upya'; @override String get remainingTextFieldCharacterCountFew => null; @@ -15735,7 +15735,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'Imesalia herufi 1'; + String get remainingTextFieldCharacterCountOne => 'Imesalia herufi 1'; @override String get remainingTextFieldCharacterCountOther => r'Zimesalia herufi $remainingCount'; @@ -15744,37 +15744,37 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'Hapana herufi zilizo baki'; + String get remainingTextFieldCharacterCountZero => 'Hapana herufi zilizo baki'; @override - String get reorderItemDown => r'Sogeza chini'; + String get reorderItemDown => 'Sogeza chini'; @override - String get reorderItemLeft => r'Sogeza kushoto'; + String get reorderItemLeft => 'Sogeza kushoto'; @override - String get reorderItemRight => r'Sogeza kulia'; + String get reorderItemRight => 'Sogeza kulia'; @override - String get reorderItemToEnd => r'Sogeza hadi mwisho'; + String get reorderItemToEnd => 'Sogeza hadi mwisho'; @override - String get reorderItemToStart => r'Sogeza hadi mwanzo'; + String get reorderItemToStart => 'Sogeza hadi mwanzo'; @override - String get reorderItemUp => r'Sogeza juu'; + String get reorderItemUp => 'Sogeza juu'; @override - String get rowsPerPageTitle => r'Safu mlalo kwa kila ukurasa:'; + String get rowsPerPageTitle => 'Safu mlalo kwa kila ukurasa:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Tafuta'; + String get searchFieldLabel => 'Tafuta'; @override - String get selectAllButtonLabel => r'CHAGUA ZOTE'; + String get selectAllButtonLabel => 'CHAGUA ZOTE'; @override String get selectedRowCountTitleFew => null; @@ -15783,7 +15783,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'Umechagua kipengee 1'; + String get selectedRowCountTitleOne => 'Umechagua kipengee 1'; @override String get selectedRowCountTitleOther => r'Umechagua vipengee $selectedRowCount'; @@ -15792,16 +15792,16 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => r'Hamna kilicho chaguliwa'; + String get selectedRowCountTitleZero => 'Hamna kilicho chaguliwa'; @override - String get showAccountsLabel => r'Onyesha akaunti'; + String get showAccountsLabel => 'Onyesha akaunti'; @override - String get showMenuTooltip => r'Onyesha menyu'; + String get showMenuTooltip => 'Onyesha menyu'; @override - String get signedInLabel => r'Umeingia katika akaunti'; + String get signedInLabel => 'Umeingia katika akaunti'; @override String get tabLabelRaw => r'Kichupo cha $tabIndex kati ya $tabCount'; @@ -15810,13 +15810,13 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @override - String get timePickerHourModeAnnouncement => r'Chagua saa'; + String get timePickerHourModeAnnouncement => 'Chagua saa'; @override - String get timePickerMinuteModeAnnouncement => r'Chagua dakika'; + String get timePickerMinuteModeAnnouncement => 'Chagua dakika'; @override - String get viewLicensesButtonLabel => r'ANGALIA LESENI'; + String get viewLicensesButtonLabel => 'ANGALIA LESENI'; } /// The translations for Tamil (`ta`). @@ -15846,67 +15846,67 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'$applicationName பற்றி'; @override - String get alertDialogLabel => r'விழிப்பூட்டல்'; + String get alertDialogLabel => 'விழிப்பூட்டல்'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonTooltip => r'முந்தைய பக்கம்'; + String get backButtonTooltip => 'முந்தைய பக்கம்'; @override - String get cancelButtonLabel => r'ரத்துசெய்'; + String get cancelButtonLabel => 'ரத்துசெய்'; @override - String get closeButtonLabel => r'மூடுக'; + String get closeButtonLabel => 'மூடுக'; @override - String get closeButtonTooltip => r'மூடுக'; + String get closeButtonTooltip => 'மூடுக'; @override - String get collapsedIconTapHint => r'விரிக்கும்'; + String get collapsedIconTapHint => 'விரிக்கும்'; @override - String get continueButtonLabel => r'தொடர்க'; + String get continueButtonLabel => 'தொடர்க'; @override - String get copyButtonLabel => r'நகலெடு'; + String get copyButtonLabel => 'நகலெடு'; @override - String get cutButtonLabel => r'வெட்டு'; + String get cutButtonLabel => 'வெட்டு'; @override - String get deleteButtonTooltip => r'நீக்கு'; + String get deleteButtonTooltip => 'நீக்கு'; @override - String get dialogLabel => r'உரையாடல்'; + String get dialogLabel => 'உரையாடல்'; @override - String get drawerLabel => r'வழிசெலுத்தல் மெனு'; + String get drawerLabel => 'வழிசெலுத்தல் மெனு'; @override - String get expandedIconTapHint => r'சுருக்கும்'; + String get expandedIconTapHint => 'சுருக்கும்'; @override - String get hideAccountsLabel => r'கணக்குகளை மறைக்கும்'; + String get hideAccountsLabel => 'கணக்குகளை மறைக்கும்'; @override - String get licensesPageTitle => r'உரிமங்கள்'; + String get licensesPageTitle => 'உரிமங்கள்'; @override - String get modalBarrierDismissLabel => r'நிராகரிக்கும்'; + String get modalBarrierDismissLabel => 'நிராகரிக்கும்'; @override - String get nextMonthTooltip => r'அடுத்த மாதம்'; + String get nextMonthTooltip => 'அடுத்த மாதம்'; @override - String get nextPageTooltip => r'அடுத்த பக்கம்'; + String get nextPageTooltip => 'அடுத்த பக்கம்'; @override - String get okButtonLabel => r'சரி'; + String get okButtonLabel => 'சரி'; @override - String get openAppDrawerTooltip => r'வழிசெலுத்தல் மெனுவைத் திற'; + String get openAppDrawerTooltip => 'வழிசெலுத்தல் மெனுவைத் திற'; @override String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow / $rowCount'; @@ -15915,22 +15915,22 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow / $rowCount'; @override - String get pasteButtonLabel => r'ஒட்டு'; + String get pasteButtonLabel => 'ஒட்டு'; @override - String get popupMenuLabel => r'பாப் அப் மெனு'; + String get popupMenuLabel => 'பாப் அப் மெனு'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get previousMonthTooltip => r'முந்தைய மாதம்'; + String get previousMonthTooltip => 'முந்தைய மாதம்'; @override - String get previousPageTooltip => r'முந்தைய பக்கம்'; + String get previousPageTooltip => 'முந்தைய பக்கம்'; @override - String get refreshIndicatorSemanticLabel => r'ரெஃப்ரெஷ் செய்யும்'; + String get refreshIndicatorSemanticLabel => 'ரெஃப்ரெஷ் செய்யும்'; @override String get remainingTextFieldCharacterCountFew => null; @@ -15939,7 +15939,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1 எழுத்து மீதமுள்ளது'; + String get remainingTextFieldCharacterCountOne => '1 எழுத்து மீதமுள்ளது'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount எழுத்துகள் மீதமுள்ளன'; @@ -15948,37 +15948,37 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'எழுத்துக்கள் எதுவும் இல்லை'; + String get remainingTextFieldCharacterCountZero => 'எழுத்துக்கள் எதுவும் இல்லை'; @override - String get reorderItemDown => r'கீழே நகர்த்தவும்'; + String get reorderItemDown => 'கீழே நகர்த்தவும்'; @override - String get reorderItemLeft => r'இடப்புறம் நகர்த்தவும்'; + String get reorderItemLeft => 'இடப்புறம் நகர்த்தவும்'; @override - String get reorderItemRight => r'வலப்புறம் நகர்த்தவும்'; + String get reorderItemRight => 'வலப்புறம் நகர்த்தவும்'; @override - String get reorderItemToEnd => r'இறுதிக்கு நகர்த்தவும்'; + String get reorderItemToEnd => 'இறுதிக்கு நகர்த்தவும்'; @override - String get reorderItemToStart => r'தொடக்கத்திற்கு நகர்த்தவும்'; + String get reorderItemToStart => 'தொடக்கத்திற்கு நகர்த்தவும்'; @override - String get reorderItemUp => r'மேலே நகர்த்தவும்'; + String get reorderItemUp => 'மேலே நகர்த்தவும்'; @override - String get rowsPerPageTitle => r'ஒரு பக்கத்திற்கான வரிசைகள்:'; + String get rowsPerPageTitle => 'ஒரு பக்கத்திற்கான வரிசைகள்:'; @override ScriptCategory get scriptCategory => ScriptCategory.dense; @override - String get searchFieldLabel => r'தேடல்'; + String get searchFieldLabel => 'தேடல்'; @override - String get selectAllButtonLabel => r'அனைத்தையும் தேர்ந்தெடு'; + String get selectAllButtonLabel => 'அனைத்தையும் தேர்ந்தெடு'; @override String get selectedRowCountTitleFew => null; @@ -15987,7 +15987,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 வரிசை தேர்ந்தெடுக்கப்பட்டது'; + String get selectedRowCountTitleOne => '1 வரிசை தேர்ந்தெடுக்கப்பட்டது'; @override String get selectedRowCountTitleOther => r'$selectedRowCount வரிசைகள் தேர்ந்தெடுக்கப்பட்டன'; @@ -15996,16 +15996,16 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => r'எந்த வரிசையும் தேர்ந்தெடுக்கவில்லை'; + String get selectedRowCountTitleZero => 'எந்த வரிசையும் தேர்ந்தெடுக்கவில்லை'; @override - String get showAccountsLabel => r'கணக்குகளைக் காட்டும்'; + String get showAccountsLabel => 'கணக்குகளைக் காட்டும்'; @override - String get showMenuTooltip => r'மெனுவைக் காட்டு'; + String get showMenuTooltip => 'மெனுவைக் காட்டு'; @override - String get signedInLabel => r'உள்நுழைந்துள்ளீர்கள்'; + String get signedInLabel => 'உள்நுழைந்துள்ளீர்கள்'; @override String get tabLabelRaw => r'தாவல் $tabIndex / $tabCount'; @@ -16014,13 +16014,13 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; @override - String get timePickerHourModeAnnouncement => r'மணிநேரத்தைத் தேர்ந்தெடுக்கவும்'; + String get timePickerHourModeAnnouncement => 'மணிநேரத்தைத் தேர்ந்தெடுக்கவும்'; @override - String get timePickerMinuteModeAnnouncement => r'நிமிடங்களைத் தேர்ந்தெடுக்கவும்'; + String get timePickerMinuteModeAnnouncement => 'நிமிடங்களைத் தேர்ந்தெடுக்கவும்'; @override - String get viewLicensesButtonLabel => r'உரிமங்களைக் காட்டு'; + String get viewLicensesButtonLabel => 'உரிமங்களைக் காட்டு'; } /// The translations for Telugu (`te`). @@ -16050,67 +16050,67 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'$applicationName గురించి'; @override - String get alertDialogLabel => r'అలర్ట్'; + String get alertDialogLabel => 'అలర్ట్'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonTooltip => r'వెనుకకు'; + String get backButtonTooltip => 'వెనుకకు'; @override - String get cancelButtonLabel => r'రద్దు చేయి'; + String get cancelButtonLabel => 'రద్దు చేయి'; @override - String get closeButtonLabel => r'మూసివేయి'; + String get closeButtonLabel => 'మూసివేయి'; @override - String get closeButtonTooltip => r'మూసివేయి'; + String get closeButtonTooltip => 'మూసివేయి'; @override - String get collapsedIconTapHint => r'విస్తరించు'; + String get collapsedIconTapHint => 'విస్తరించు'; @override - String get continueButtonLabel => r'కొనసాగించు'; + String get continueButtonLabel => 'కొనసాగించు'; @override - String get copyButtonLabel => r'కాపీ చేయి'; + String get copyButtonLabel => 'కాపీ చేయి'; @override - String get cutButtonLabel => r'కత్తిరించు'; + String get cutButtonLabel => 'కత్తిరించు'; @override - String get deleteButtonTooltip => r'తొలగించు'; + String get deleteButtonTooltip => 'తొలగించు'; @override - String get dialogLabel => r'డైలాగ్'; + String get dialogLabel => 'డైలాగ్'; @override - String get drawerLabel => r'నావిగేషన్ మెను'; + String get drawerLabel => 'నావిగేషన్ మెను'; @override - String get expandedIconTapHint => r'కుదించు'; + String get expandedIconTapHint => 'కుదించు'; @override - String get hideAccountsLabel => r'ఖాతాలను దాచు'; + String get hideAccountsLabel => 'ఖాతాలను దాచు'; @override - String get licensesPageTitle => r'లైసెన్స్‌లు'; + String get licensesPageTitle => 'లైసెన్స్‌లు'; @override - String get modalBarrierDismissLabel => r'విస్మరించు'; + String get modalBarrierDismissLabel => 'విస్మరించు'; @override - String get nextMonthTooltip => r'తర్వాత నెల'; + String get nextMonthTooltip => 'తర్వాత నెల'; @override - String get nextPageTooltip => r'తర్వాత పేజీ'; + String get nextPageTooltip => 'తర్వాత పేజీ'; @override - String get okButtonLabel => r'సరే'; + String get okButtonLabel => 'సరే'; @override - String get openAppDrawerTooltip => r'నావిగేషన్ మెనూను తెరువు'; + String get openAppDrawerTooltip => 'నావిగేషన్ మెనూను తెరువు'; @override String get pageRowsInfoTitleRaw => r'$rowCountలో $firstRow - $lastRow'; @@ -16119,22 +16119,22 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$rowCountలో $firstRow–$lastRow'; @override - String get pasteButtonLabel => r'అతికించు'; + String get pasteButtonLabel => 'అతికించు'; @override - String get popupMenuLabel => r'పాప్‌అప్ మెను'; + String get popupMenuLabel => 'పాప్‌అప్ మెను'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get previousMonthTooltip => r'మునుపటి నెల'; + String get previousMonthTooltip => 'మునుపటి నెల'; @override - String get previousPageTooltip => r'మునుపటి పేజీ'; + String get previousPageTooltip => 'మునుపటి పేజీ'; @override - String get refreshIndicatorSemanticLabel => r'రిఫ్రెష్ చేయి'; + String get refreshIndicatorSemanticLabel => 'రిఫ్రెష్ చేయి'; @override String get remainingTextFieldCharacterCountFew => null; @@ -16143,7 +16143,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1 అక్షరం మిగిలి ఉంది'; + String get remainingTextFieldCharacterCountOne => '1 అక్షరం మిగిలి ఉంది'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount అక్షరాలు మిగిలి ఉన్నాయి'; @@ -16155,34 +16155,34 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountZero => null; @override - String get reorderItemDown => r'కిందికు జరుపు'; + String get reorderItemDown => 'కిందికు జరుపు'; @override - String get reorderItemLeft => r'ఎడమవైపుగా జరపండి'; + String get reorderItemLeft => 'ఎడమవైపుగా జరపండి'; @override - String get reorderItemRight => r'కుడివైపుగా జరపండి'; + String get reorderItemRight => 'కుడివైపుగా జరపండి'; @override - String get reorderItemToEnd => r'చివరకు తరలించండి'; + String get reorderItemToEnd => 'చివరకు తరలించండి'; @override - String get reorderItemToStart => r'ప్రారంభానికి తరలించండి'; + String get reorderItemToStart => 'ప్రారంభానికి తరలించండి'; @override - String get reorderItemUp => r'పైకి జరపండి'; + String get reorderItemUp => 'పైకి జరపండి'; @override - String get rowsPerPageTitle => r'పేజీకి ఉండే అడ్డు వరుసలు:'; + String get rowsPerPageTitle => 'పేజీకి ఉండే అడ్డు వరుసలు:'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @override - String get searchFieldLabel => r'వెతుకు'; + String get searchFieldLabel => 'వెతుకు'; @override - String get selectAllButtonLabel => r'అన్నింటినీ ఎంచుకోండి'; + String get selectAllButtonLabel => 'అన్నింటినీ ఎంచుకోండి'; @override String get selectedRowCountTitleFew => null; @@ -16191,7 +16191,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 అంశం ఎంచుకోబడింది'; + String get selectedRowCountTitleOne => '1 అంశం ఎంచుకోబడింది'; @override String get selectedRowCountTitleOther => r'$selectedRowCount అంశాలు ఎంచుకోబడ్డాయి'; @@ -16203,13 +16203,13 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'ఖాతాలను చూపు'; + String get showAccountsLabel => 'ఖాతాలను చూపు'; @override - String get showMenuTooltip => r'మెనూను చూపు'; + String get showMenuTooltip => 'మెనూను చూపు'; @override - String get signedInLabel => r'సైన్ ఇన్ చేసారు'; + String get signedInLabel => 'సైన్ ఇన్ చేసారు'; @override String get tabLabelRaw => r'$tabCountలో $tabIndexవ ట్యాబ్'; @@ -16218,13 +16218,13 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'గంటలను ఎంచుకోండి'; + String get timePickerHourModeAnnouncement => 'గంటలను ఎంచుకోండి'; @override - String get timePickerMinuteModeAnnouncement => r'నిమిషాలను ఎంచుకోండి'; + String get timePickerMinuteModeAnnouncement => 'నిమిషాలను ఎంచుకోండి'; @override - String get viewLicensesButtonLabel => r'లైసెన్స్‌లను చూడండి'; + String get viewLicensesButtonLabel => 'లైసెన్స్‌లను చూడండి'; } /// The translations for Thai (`th`). @@ -16254,67 +16254,67 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'เกี่ยวกับ $applicationName'; @override - String get alertDialogLabel => r'การแจ้งเตือน'; + String get alertDialogLabel => 'การแจ้งเตือน'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonTooltip => r'กลับ'; + String get backButtonTooltip => 'กลับ'; @override - String get cancelButtonLabel => r'ยกเลิก'; + String get cancelButtonLabel => 'ยกเลิก'; @override - String get closeButtonLabel => r'ปิด'; + String get closeButtonLabel => 'ปิด'; @override - String get closeButtonTooltip => r'ปิด'; + String get closeButtonTooltip => 'ปิด'; @override - String get collapsedIconTapHint => r'ขยาย'; + String get collapsedIconTapHint => 'ขยาย'; @override - String get continueButtonLabel => r'ต่อไป'; + String get continueButtonLabel => 'ต่อไป'; @override - String get copyButtonLabel => r'คัดลอก'; + String get copyButtonLabel => 'คัดลอก'; @override - String get cutButtonLabel => r'ตัด'; + String get cutButtonLabel => 'ตัด'; @override - String get deleteButtonTooltip => r'ลบ'; + String get deleteButtonTooltip => 'ลบ'; @override - String get dialogLabel => r'กล่องโต้ตอบ'; + String get dialogLabel => 'กล่องโต้ตอบ'; @override - String get drawerLabel => r'เมนูการนำทาง'; + String get drawerLabel => 'เมนูการนำทาง'; @override - String get expandedIconTapHint => r'ยุบ'; + String get expandedIconTapHint => 'ยุบ'; @override - String get hideAccountsLabel => r'ซ่อนบัญชี'; + String get hideAccountsLabel => 'ซ่อนบัญชี'; @override - String get licensesPageTitle => r'ใบอนุญาต'; + String get licensesPageTitle => 'ใบอนุญาต'; @override - String get modalBarrierDismissLabel => r'ปิด'; + String get modalBarrierDismissLabel => 'ปิด'; @override - String get nextMonthTooltip => r'เดือนหน้า'; + String get nextMonthTooltip => 'เดือนหน้า'; @override - String get nextPageTooltip => r'หน้าถัดไป'; + String get nextPageTooltip => 'หน้าถัดไป'; @override - String get okButtonLabel => r'ตกลง'; + String get okButtonLabel => 'ตกลง'; @override - String get openAppDrawerTooltip => r'เปิดเมนูการนำทาง'; + String get openAppDrawerTooltip => 'เปิดเมนูการนำทาง'; @override String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow จาก $rowCount'; @@ -16323,22 +16323,22 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow จากประมาณ $rowCount'; @override - String get pasteButtonLabel => r'วาง'; + String get pasteButtonLabel => 'วาง'; @override - String get popupMenuLabel => r'เมนูป๊อปอัป'; + String get popupMenuLabel => 'เมนูป๊อปอัป'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get previousMonthTooltip => r'เดือนที่แล้ว'; + String get previousMonthTooltip => 'เดือนที่แล้ว'; @override - String get previousPageTooltip => r'หน้าก่อน'; + String get previousPageTooltip => 'หน้าก่อน'; @override - String get refreshIndicatorSemanticLabel => r'รีเฟรช'; + String get refreshIndicatorSemanticLabel => 'รีเฟรช'; @override String get remainingTextFieldCharacterCountFew => null; @@ -16347,7 +16347,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'เหลือ 1 อักขระ'; + String get remainingTextFieldCharacterCountOne => 'เหลือ 1 อักขระ'; @override String get remainingTextFieldCharacterCountOther => r'เหลือ $remainingCount อักขระ'; @@ -16356,37 +16356,37 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => r'ย้ายลง'; + String get reorderItemDown => 'ย้ายลง'; @override - String get reorderItemLeft => r'ย้ายไปทางซ้าย'; + String get reorderItemLeft => 'ย้ายไปทางซ้าย'; @override - String get reorderItemRight => r'ย้ายไปทางขวา'; + String get reorderItemRight => 'ย้ายไปทางขวา'; @override - String get reorderItemToEnd => r'ย้ายไปท้ายรายการ'; + String get reorderItemToEnd => 'ย้ายไปท้ายรายการ'; @override - String get reorderItemToStart => r'ย้ายไปต้นรายการ'; + String get reorderItemToStart => 'ย้ายไปต้นรายการ'; @override - String get reorderItemUp => r'ย้ายขึ้น'; + String get reorderItemUp => 'ย้ายขึ้น'; @override - String get rowsPerPageTitle => r'แถวต่อหน้า:'; + String get rowsPerPageTitle => 'แถวต่อหน้า:'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @override - String get searchFieldLabel => r'ค้นหา'; + String get searchFieldLabel => 'ค้นหา'; @override - String get selectAllButtonLabel => r'เลือกทั้งหมด'; + String get selectAllButtonLabel => 'เลือกทั้งหมด'; @override String get selectedRowCountTitleFew => null; @@ -16395,7 +16395,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'เลือกแล้ว 1 รายการ'; + String get selectedRowCountTitleOne => 'เลือกแล้ว 1 รายการ'; @override String get selectedRowCountTitleOther => r'เลือกแล้ว $selectedRowCount รายการ'; @@ -16407,13 +16407,13 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'แสดงบัญชี'; + String get showAccountsLabel => 'แสดงบัญชี'; @override - String get showMenuTooltip => r'แสดงเมนู'; + String get showMenuTooltip => 'แสดงเมนู'; @override - String get signedInLabel => r'ลงชื่อเข้าใช้'; + String get signedInLabel => 'ลงชื่อเข้าใช้'; @override String get tabLabelRaw => r'แท็บที่ $tabIndex จาก $tabCount'; @@ -16422,13 +16422,13 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; @override - String get timePickerHourModeAnnouncement => r'เลือกชั่วโมง'; + String get timePickerHourModeAnnouncement => 'เลือกชั่วโมง'; @override - String get timePickerMinuteModeAnnouncement => r'เลือกนาที'; + String get timePickerMinuteModeAnnouncement => 'เลือกนาที'; @override - String get viewLicensesButtonLabel => r'ดูใบอนุญาต'; + String get viewLicensesButtonLabel => 'ดูใบอนุญาต'; } /// The translations for Tagalog (`tl`). @@ -16458,67 +16458,67 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'Tungkol sa $applicationName'; @override - String get alertDialogLabel => r'Alerto'; + String get alertDialogLabel => 'Alerto'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonTooltip => r'Bumalik'; + String get backButtonTooltip => 'Bumalik'; @override - String get cancelButtonLabel => r'KANSELAHIN'; + String get cancelButtonLabel => 'KANSELAHIN'; @override - String get closeButtonLabel => r'ISARA'; + String get closeButtonLabel => 'ISARA'; @override - String get closeButtonTooltip => r'Isara'; + String get closeButtonTooltip => 'Isara'; @override - String get collapsedIconTapHint => r'I-expand'; + String get collapsedIconTapHint => 'I-expand'; @override - String get continueButtonLabel => r'MAGPATULOY'; + String get continueButtonLabel => 'MAGPATULOY'; @override - String get copyButtonLabel => r'KOPYAHIN'; + String get copyButtonLabel => 'KOPYAHIN'; @override - String get cutButtonLabel => r'I-CUT'; + String get cutButtonLabel => 'I-CUT'; @override - String get deleteButtonTooltip => r'I-delete'; + String get deleteButtonTooltip => 'I-delete'; @override - String get dialogLabel => r'Dialog'; + String get dialogLabel => 'Dialog'; @override - String get drawerLabel => r'Menu ng navigation'; + String get drawerLabel => 'Menu ng navigation'; @override - String get expandedIconTapHint => r'I-collapse'; + String get expandedIconTapHint => 'I-collapse'; @override - String get hideAccountsLabel => r'Itago ang mga account'; + String get hideAccountsLabel => 'Itago ang mga account'; @override - String get licensesPageTitle => r'Mga Lisensya'; + String get licensesPageTitle => 'Mga Lisensya'; @override - String get modalBarrierDismissLabel => r'I-dismiss'; + String get modalBarrierDismissLabel => 'I-dismiss'; @override - String get nextMonthTooltip => r'Susunod na buwan'; + String get nextMonthTooltip => 'Susunod na buwan'; @override - String get nextPageTooltip => r'Susunod na page'; + String get nextPageTooltip => 'Susunod na page'; @override - String get okButtonLabel => r'OK'; + String get okButtonLabel => 'OK'; @override - String get openAppDrawerTooltip => r'Buksan ang menu ng navigation'; + String get openAppDrawerTooltip => 'Buksan ang menu ng navigation'; @override String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow ng $rowCount'; @@ -16527,22 +16527,22 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow ng humigit kumulang $rowCount'; @override - String get pasteButtonLabel => r'I-PASTE'; + String get pasteButtonLabel => 'I-PASTE'; @override - String get popupMenuLabel => r'Popup na menu'; + String get popupMenuLabel => 'Popup na menu'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get previousMonthTooltip => r'Nakaraang buwan'; + String get previousMonthTooltip => 'Nakaraang buwan'; @override - String get previousPageTooltip => r'Nakaraang page'; + String get previousPageTooltip => 'Nakaraang page'; @override - String get refreshIndicatorSemanticLabel => r'Nagre-refresh'; + String get refreshIndicatorSemanticLabel => 'Nagre-refresh'; @override String get remainingTextFieldCharacterCountFew => null; @@ -16551,7 +16551,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1 character ang natitira'; + String get remainingTextFieldCharacterCountOne => '1 character ang natitira'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount na character ang natitira'; @@ -16560,37 +16560,37 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => r'Ilipat pababa'; + String get reorderItemDown => 'Ilipat pababa'; @override - String get reorderItemLeft => r'Ilipat pakaliwa'; + String get reorderItemLeft => 'Ilipat pakaliwa'; @override - String get reorderItemRight => r'Ilipat pakanan'; + String get reorderItemRight => 'Ilipat pakanan'; @override - String get reorderItemToEnd => r'Ilipat sa dulo'; + String get reorderItemToEnd => 'Ilipat sa dulo'; @override - String get reorderItemToStart => r'Ilipat sa simula'; + String get reorderItemToStart => 'Ilipat sa simula'; @override - String get reorderItemUp => r'Ilipat pataas'; + String get reorderItemUp => 'Ilipat pataas'; @override - String get rowsPerPageTitle => r'Mga row bawat page:'; + String get rowsPerPageTitle => 'Mga row bawat page:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Maghanap'; + String get searchFieldLabel => 'Maghanap'; @override - String get selectAllButtonLabel => r'PILIIN LAHAT'; + String get selectAllButtonLabel => 'PILIIN LAHAT'; @override String get selectedRowCountTitleFew => null; @@ -16599,7 +16599,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 item ang napili'; + String get selectedRowCountTitleOne => '1 item ang napili'; @override String get selectedRowCountTitleOther => r'$selectedRowCount na item ang napili'; @@ -16611,13 +16611,13 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Ipakita ang mga account'; + String get showAccountsLabel => 'Ipakita ang mga account'; @override - String get showMenuTooltip => r'Ipakita ang menu'; + String get showMenuTooltip => 'Ipakita ang menu'; @override - String get signedInLabel => r'Naka-sign in'; + String get signedInLabel => 'Naka-sign in'; @override String get tabLabelRaw => r'Tab $tabIndex ng $tabCount'; @@ -16626,13 +16626,13 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Pumili ng mga oras'; + String get timePickerHourModeAnnouncement => 'Pumili ng mga oras'; @override - String get timePickerMinuteModeAnnouncement => r'Pumili ng mga minuto'; + String get timePickerMinuteModeAnnouncement => 'Pumili ng mga minuto'; @override - String get viewLicensesButtonLabel => r'TINGNAN ANG MGA LISENSYA'; + String get viewLicensesButtonLabel => 'TINGNAN ANG MGA LISENSYA'; } /// The translations for Turkish (`tr`). @@ -16662,67 +16662,67 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'$applicationName Hakkında'; @override - String get alertDialogLabel => r'Uyarı'; + String get alertDialogLabel => 'Uyarı'; @override - String get anteMeridiemAbbreviation => r'ÖÖ'; + String get anteMeridiemAbbreviation => 'ÖÖ'; @override - String get backButtonTooltip => r'Geri'; + String get backButtonTooltip => 'Geri'; @override - String get cancelButtonLabel => r'İPTAL'; + String get cancelButtonLabel => 'İPTAL'; @override - String get closeButtonLabel => r'KAPAT'; + String get closeButtonLabel => 'KAPAT'; @override - String get closeButtonTooltip => r'Kapat'; + String get closeButtonTooltip => 'Kapat'; @override - String get collapsedIconTapHint => r'Genişlet'; + String get collapsedIconTapHint => 'Genişlet'; @override - String get continueButtonLabel => r'DEVAM'; + String get continueButtonLabel => 'DEVAM'; @override - String get copyButtonLabel => r'KOPYALA'; + String get copyButtonLabel => 'KOPYALA'; @override - String get cutButtonLabel => r'KES'; + String get cutButtonLabel => 'KES'; @override - String get deleteButtonTooltip => r'Sil'; + String get deleteButtonTooltip => 'Sil'; @override - String get dialogLabel => r'İletişim kutusu'; + String get dialogLabel => 'İletişim kutusu'; @override - String get drawerLabel => r'Gezinme menüsü'; + String get drawerLabel => 'Gezinme menüsü'; @override - String get expandedIconTapHint => r'Daralt'; + String get expandedIconTapHint => 'Daralt'; @override - String get hideAccountsLabel => r'Hesapları gizle'; + String get hideAccountsLabel => 'Hesapları gizle'; @override - String get licensesPageTitle => r'Lisanslar'; + String get licensesPageTitle => 'Lisanslar'; @override - String get modalBarrierDismissLabel => r'Kapat'; + String get modalBarrierDismissLabel => 'Kapat'; @override - String get nextMonthTooltip => r'Gelecek ay'; + String get nextMonthTooltip => 'Gelecek ay'; @override - String get nextPageTooltip => r'Sonraki sayfa'; + String get nextPageTooltip => 'Sonraki sayfa'; @override - String get okButtonLabel => r'Tamam'; + String get okButtonLabel => 'Tamam'; @override - String get openAppDrawerTooltip => r'Gezinme menüsünü aç'; + String get openAppDrawerTooltip => 'Gezinme menüsünü aç'; @override String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow / $rowCount'; @@ -16731,22 +16731,22 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow / $rowCount'; @override - String get pasteButtonLabel => r'YAPIŞTIR'; + String get pasteButtonLabel => 'YAPIŞTIR'; @override - String get popupMenuLabel => r'Popup menü'; + String get popupMenuLabel => 'Popup menü'; @override - String get postMeridiemAbbreviation => r'ÖS'; + String get postMeridiemAbbreviation => 'ÖS'; @override - String get previousMonthTooltip => r'Önceki ay'; + String get previousMonthTooltip => 'Önceki ay'; @override - String get previousPageTooltip => r'Önceki sayfa'; + String get previousPageTooltip => 'Önceki sayfa'; @override - String get refreshIndicatorSemanticLabel => r'Yenile'; + String get refreshIndicatorSemanticLabel => 'Yenile'; @override String get remainingTextFieldCharacterCountFew => null; @@ -16755,7 +16755,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1 karakter kaldı'; + String get remainingTextFieldCharacterCountOne => '1 karakter kaldı'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount karakter kaldı'; @@ -16764,37 +16764,37 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => r'Aşağı taşı'; + String get reorderItemDown => 'Aşağı taşı'; @override - String get reorderItemLeft => r'Sola taşı'; + String get reorderItemLeft => 'Sola taşı'; @override - String get reorderItemRight => r'Sağa taşı'; + String get reorderItemRight => 'Sağa taşı'; @override - String get reorderItemToEnd => r'Sona taşı'; + String get reorderItemToEnd => 'Sona taşı'; @override - String get reorderItemToStart => r'Başa taşı'; + String get reorderItemToStart => 'Başa taşı'; @override - String get reorderItemUp => r'Yukarı taşı'; + String get reorderItemUp => 'Yukarı taşı'; @override - String get rowsPerPageTitle => r'Sayfa başına satır sayısı:'; + String get rowsPerPageTitle => 'Sayfa başına satır sayısı:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Ara'; + String get searchFieldLabel => 'Ara'; @override - String get selectAllButtonLabel => r'TÜMÜNÜ SEÇ'; + String get selectAllButtonLabel => 'TÜMÜNÜ SEÇ'; @override String get selectedRowCountTitleFew => null; @@ -16803,7 +16803,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 öğe seçildi'; + String get selectedRowCountTitleOne => '1 öğe seçildi'; @override String get selectedRowCountTitleOther => r'$selectedRowCount öğe seçildi'; @@ -16815,13 +16815,13 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Hesapları göster'; + String get showAccountsLabel => 'Hesapları göster'; @override - String get showMenuTooltip => r'Menüyü göster'; + String get showMenuTooltip => 'Menüyü göster'; @override - String get signedInLabel => r'Oturum açıldı'; + String get signedInLabel => 'Oturum açıldı'; @override String get tabLabelRaw => r'Sekme $tabIndex / $tabCount'; @@ -16830,13 +16830,13 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Saati seçin'; + String get timePickerHourModeAnnouncement => 'Saati seçin'; @override - String get timePickerMinuteModeAnnouncement => r'Dakikayı seçin'; + String get timePickerMinuteModeAnnouncement => 'Dakikayı seçin'; @override - String get viewLicensesButtonLabel => r'LİSANSLARI GÖSTER'; + String get viewLicensesButtonLabel => 'LİSANSLARI GÖSTER'; } /// The translations for Ukrainian (`uk`). @@ -16866,67 +16866,67 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'Про додаток $applicationName'; @override - String get alertDialogLabel => r'Сповіщення'; + String get alertDialogLabel => 'Сповіщення'; @override - String get anteMeridiemAbbreviation => r'дп'; + String get anteMeridiemAbbreviation => 'дп'; @override - String get backButtonTooltip => r'Назад'; + String get backButtonTooltip => 'Назад'; @override - String get cancelButtonLabel => r'СКАСУВАТИ'; + String get cancelButtonLabel => 'СКАСУВАТИ'; @override - String get closeButtonLabel => r'ЗАКРИТИ'; + String get closeButtonLabel => 'ЗАКРИТИ'; @override - String get closeButtonTooltip => r'Закрити'; + String get closeButtonTooltip => 'Закрити'; @override - String get collapsedIconTapHint => r'Розгорнути'; + String get collapsedIconTapHint => 'Розгорнути'; @override - String get continueButtonLabel => r'ПРОДОВЖИТИ'; + String get continueButtonLabel => 'ПРОДОВЖИТИ'; @override - String get copyButtonLabel => r'КОПІЮВАТИ'; + String get copyButtonLabel => 'КОПІЮВАТИ'; @override - String get cutButtonLabel => r'ВИРІЗАТИ'; + String get cutButtonLabel => 'ВИРІЗАТИ'; @override - String get deleteButtonTooltip => r'Видалити'; + String get deleteButtonTooltip => 'Видалити'; @override - String get dialogLabel => r'Вікно'; + String get dialogLabel => 'Вікно'; @override - String get drawerLabel => r'Меню навігації'; + String get drawerLabel => 'Меню навігації'; @override - String get expandedIconTapHint => r'Згорнути'; + String get expandedIconTapHint => 'Згорнути'; @override - String get hideAccountsLabel => r'Сховати облікові записи'; + String get hideAccountsLabel => 'Сховати облікові записи'; @override - String get licensesPageTitle => r'Ліцензії'; + String get licensesPageTitle => 'Ліцензії'; @override - String get modalBarrierDismissLabel => r'Закрити'; + String get modalBarrierDismissLabel => 'Закрити'; @override - String get nextMonthTooltip => r'Наступний місяць'; + String get nextMonthTooltip => 'Наступний місяць'; @override - String get nextPageTooltip => r'Наступна сторінка'; + String get nextPageTooltip => 'Наступна сторінка'; @override - String get okButtonLabel => r'OK'; + String get okButtonLabel => 'OK'; @override - String get openAppDrawerTooltip => r'Відкрити меню навігації'; + String get openAppDrawerTooltip => 'Відкрити меню навігації'; @override String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow з $rowCount'; @@ -16935,22 +16935,22 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow з приблизно $rowCount'; @override - String get pasteButtonLabel => r'ВСТАВИТИ'; + String get pasteButtonLabel => 'ВСТАВИТИ'; @override - String get popupMenuLabel => r'Спливаюче меню'; + String get popupMenuLabel => 'Спливаюче меню'; @override - String get postMeridiemAbbreviation => r'пп'; + String get postMeridiemAbbreviation => 'пп'; @override - String get previousMonthTooltip => r'Попередній місяць'; + String get previousMonthTooltip => 'Попередній місяць'; @override - String get previousPageTooltip => r'Попередня сторінка'; + String get previousPageTooltip => 'Попередня сторінка'; @override - String get refreshIndicatorSemanticLabel => r'Оновити'; + String get refreshIndicatorSemanticLabel => 'Оновити'; @override String get remainingTextFieldCharacterCountFew => r'Залишилося $remainingCount символи'; @@ -16959,7 +16959,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => r'Залишилося $remainingCount символів'; @override - String get remainingTextFieldCharacterCountOne => r'Залишився 1 символ'; + String get remainingTextFieldCharacterCountOne => 'Залишився 1 символ'; @override String get remainingTextFieldCharacterCountOther => r'Залишилося $remainingCount символу'; @@ -16968,37 +16968,37 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => r'Перемістити вниз'; + String get reorderItemDown => 'Перемістити вниз'; @override - String get reorderItemLeft => r'Перемістити ліворуч'; + String get reorderItemLeft => 'Перемістити ліворуч'; @override - String get reorderItemRight => r'Перемістити праворуч'; + String get reorderItemRight => 'Перемістити праворуч'; @override - String get reorderItemToEnd => r'Перемістити в кінець'; + String get reorderItemToEnd => 'Перемістити в кінець'; @override - String get reorderItemToStart => r'Перемістити на початок'; + String get reorderItemToStart => 'Перемістити на початок'; @override - String get reorderItemUp => r'Перемістити вгору'; + String get reorderItemUp => 'Перемістити вгору'; @override - String get rowsPerPageTitle => r'Рядків на сторінці:'; + String get rowsPerPageTitle => 'Рядків на сторінці:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Пошук'; + String get searchFieldLabel => 'Пошук'; @override - String get selectAllButtonLabel => r'ВИБРАТИ ВСІ'; + String get selectAllButtonLabel => 'ВИБРАТИ ВСІ'; @override String get selectedRowCountTitleFew => r'Вибрано $selectedRowCount елементи'; @@ -17007,7 +17007,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => r'Вибрано $selectedRowCount елементів'; @override - String get selectedRowCountTitleOne => r'Вибрано 1 елемент'; + String get selectedRowCountTitleOne => 'Вибрано 1 елемент'; @override String get selectedRowCountTitleOther => r'Вибрано $selectedRowCount елемента'; @@ -17019,13 +17019,13 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Показати облікові записи'; + String get showAccountsLabel => 'Показати облікові записи'; @override - String get showMenuTooltip => r'Показати меню'; + String get showMenuTooltip => 'Показати меню'; @override - String get signedInLabel => r'Ви ввійшли'; + String get signedInLabel => 'Ви ввійшли'; @override String get tabLabelRaw => r'Вкладка $tabIndex з $tabCount'; @@ -17034,13 +17034,13 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Виберіть години'; + String get timePickerHourModeAnnouncement => 'Виберіть години'; @override - String get timePickerMinuteModeAnnouncement => r'Виберіть хвилини'; + String get timePickerMinuteModeAnnouncement => 'Виберіть хвилини'; @override - String get viewLicensesButtonLabel => r'ПЕРЕГЛЯНУТИ ЛІЦЕНЗІЇ'; + String get viewLicensesButtonLabel => 'ПЕРЕГЛЯНУТИ ЛІЦЕНЗІЇ'; } /// The translations for Urdu (`ur`). @@ -17070,67 +17070,67 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'$applicationName کے بارے میں'; @override - String get alertDialogLabel => r'الرٹ'; + String get alertDialogLabel => 'الرٹ'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonTooltip => r'پیچھے'; + String get backButtonTooltip => 'پیچھے'; @override - String get cancelButtonLabel => r'منسوخ کریں'; + String get cancelButtonLabel => 'منسوخ کریں'; @override - String get closeButtonLabel => r'بند کریں'; + String get closeButtonLabel => 'بند کریں'; @override - String get closeButtonTooltip => r'بند کریں'; + String get closeButtonTooltip => 'بند کریں'; @override - String get collapsedIconTapHint => r'پھیلائیں'; + String get collapsedIconTapHint => 'پھیلائیں'; @override - String get continueButtonLabel => r'جاری رکھیں'; + String get continueButtonLabel => 'جاری رکھیں'; @override - String get copyButtonLabel => r'کاپی کریں'; + String get copyButtonLabel => 'کاپی کریں'; @override - String get cutButtonLabel => r'کٹ کریں'; + String get cutButtonLabel => 'کٹ کریں'; @override - String get deleteButtonTooltip => r'حذف کریں'; + String get deleteButtonTooltip => 'حذف کریں'; @override - String get dialogLabel => r'ڈائلاگ'; + String get dialogLabel => 'ڈائلاگ'; @override - String get drawerLabel => r'نیویگیشن مینو'; + String get drawerLabel => 'نیویگیشن مینو'; @override - String get expandedIconTapHint => r'سکیڑیں'; + String get expandedIconTapHint => 'سکیڑیں'; @override - String get hideAccountsLabel => r'اکاؤنٹس چھپائیں'; + String get hideAccountsLabel => 'اکاؤنٹس چھپائیں'; @override - String get licensesPageTitle => r'لائسنسز'; + String get licensesPageTitle => 'لائسنسز'; @override - String get modalBarrierDismissLabel => r'برخاست کریں'; + String get modalBarrierDismissLabel => 'برخاست کریں'; @override - String get nextMonthTooltip => r'اگلا مہینہ'; + String get nextMonthTooltip => 'اگلا مہینہ'; @override - String get nextPageTooltip => r'اگلا صفحہ'; + String get nextPageTooltip => 'اگلا صفحہ'; @override - String get okButtonLabel => r'ٹھیک ہے'; + String get okButtonLabel => 'ٹھیک ہے'; @override - String get openAppDrawerTooltip => r'نیویگیشن مینو کھولیں'; + String get openAppDrawerTooltip => 'نیویگیشن مینو کھولیں'; @override String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow از $rowCount'; @@ -17139,22 +17139,22 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow $rowCount میں سے تقریباً'; @override - String get pasteButtonLabel => r'پیسٹ کریں'; + String get pasteButtonLabel => 'پیسٹ کریں'; @override - String get popupMenuLabel => r'پاپ اپ مینو'; + String get popupMenuLabel => 'پاپ اپ مینو'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get previousMonthTooltip => r'پچھلا مہینہ'; + String get previousMonthTooltip => 'پچھلا مہینہ'; @override - String get previousPageTooltip => r'گزشتہ صفحہ'; + String get previousPageTooltip => 'گزشتہ صفحہ'; @override - String get refreshIndicatorSemanticLabel => r'ریفریش کریں'; + String get refreshIndicatorSemanticLabel => 'ریفریش کریں'; @override String get remainingTextFieldCharacterCountFew => null; @@ -17163,7 +17163,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1 حرف باقی ہے'; + String get remainingTextFieldCharacterCountOne => '1 حرف باقی ہے'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount حروف باقی ہیں'; @@ -17172,37 +17172,37 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => r'نیچے منتقل کریں'; + String get reorderItemDown => 'نیچے منتقل کریں'; @override - String get reorderItemLeft => r'بائیں منتقل کریں'; + String get reorderItemLeft => 'بائیں منتقل کریں'; @override - String get reorderItemRight => r'دائیں منتقل کریں'; + String get reorderItemRight => 'دائیں منتقل کریں'; @override - String get reorderItemToEnd => r'آخر میں منتقل کریں'; + String get reorderItemToEnd => 'آخر میں منتقل کریں'; @override - String get reorderItemToStart => r'شروع میں منتقل کریں'; + String get reorderItemToStart => 'شروع میں منتقل کریں'; @override - String get reorderItemUp => r'اوپر منتقل کریں'; + String get reorderItemUp => 'اوپر منتقل کریں'; @override - String get rowsPerPageTitle => r'قطاریں فی صفحہ:'; + String get rowsPerPageTitle => 'قطاریں فی صفحہ:'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @override - String get searchFieldLabel => r'تلاش'; + String get searchFieldLabel => 'تلاش'; @override - String get selectAllButtonLabel => r'سبھی منتخب کریں'; + String get selectAllButtonLabel => 'سبھی منتخب کریں'; @override String get selectedRowCountTitleFew => null; @@ -17211,7 +17211,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 آئٹم منتخب کیا گیا'; + String get selectedRowCountTitleOne => '1 آئٹم منتخب کیا گیا'; @override String get selectedRowCountTitleOther => r'$selectedRowCount آئٹمز منتخب کیے گئے'; @@ -17223,13 +17223,13 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'اکاؤنٹس دکھائیں'; + String get showAccountsLabel => 'اکاؤنٹس دکھائیں'; @override - String get showMenuTooltip => r'مینو دکھائیں'; + String get showMenuTooltip => 'مینو دکھائیں'; @override - String get signedInLabel => r'سائن ان کردہ ہے'; + String get signedInLabel => 'سائن ان کردہ ہے'; @override String get tabLabelRaw => r'$tabCount میں سے $tabIndex ٹیب'; @@ -17238,13 +17238,13 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @override - String get timePickerHourModeAnnouncement => r'گھنٹے منتخب کریں'; + String get timePickerHourModeAnnouncement => 'گھنٹے منتخب کریں'; @override - String get timePickerMinuteModeAnnouncement => r'منٹ منتخب کریں'; + String get timePickerMinuteModeAnnouncement => 'منٹ منتخب کریں'; @override - String get viewLicensesButtonLabel => r'لائسنسز دیکھیں'; + String get viewLicensesButtonLabel => 'لائسنسز دیکھیں'; } /// The translations for Uzbek (`uz`). @@ -17274,67 +17274,67 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'$applicationName haqida'; @override - String get alertDialogLabel => r'Ogohlantirish'; + String get alertDialogLabel => 'Ogohlantirish'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonTooltip => r'Orqaga'; + String get backButtonTooltip => 'Orqaga'; @override - String get cancelButtonLabel => r'BEKOR QILISH'; + String get cancelButtonLabel => 'BEKOR QILISH'; @override - String get closeButtonLabel => r'YOPISH'; + String get closeButtonLabel => 'YOPISH'; @override - String get closeButtonTooltip => r'Yopish'; + String get closeButtonTooltip => 'Yopish'; @override - String get collapsedIconTapHint => r'Yoyish'; + String get collapsedIconTapHint => 'Yoyish'; @override - String get continueButtonLabel => r'DAVOM ETISH'; + String get continueButtonLabel => 'DAVOM ETISH'; @override - String get copyButtonLabel => r'NUSXA OLISH'; + String get copyButtonLabel => 'NUSXA OLISH'; @override - String get cutButtonLabel => r'KESIB OLISH'; + String get cutButtonLabel => 'KESIB OLISH'; @override - String get deleteButtonTooltip => r'Olib tashlash'; + String get deleteButtonTooltip => 'Olib tashlash'; @override - String get dialogLabel => r'Muloqot oynasi'; + String get dialogLabel => 'Muloqot oynasi'; @override - String get drawerLabel => r'Navigatsiya menyusi'; + String get drawerLabel => 'Navigatsiya menyusi'; @override - String get expandedIconTapHint => r'Kichraytirish'; + String get expandedIconTapHint => 'Kichraytirish'; @override - String get hideAccountsLabel => r'Hisoblarni berkitish'; + String get hideAccountsLabel => 'Hisoblarni berkitish'; @override - String get licensesPageTitle => r'Litsenziyalar'; + String get licensesPageTitle => 'Litsenziyalar'; @override - String get modalBarrierDismissLabel => r'Yopish'; + String get modalBarrierDismissLabel => 'Yopish'; @override - String get nextMonthTooltip => r'Keyingi oy'; + String get nextMonthTooltip => 'Keyingi oy'; @override - String get nextPageTooltip => r'Keyingi sahifa'; + String get nextPageTooltip => 'Keyingi sahifa'; @override - String get okButtonLabel => r'OK'; + String get okButtonLabel => 'OK'; @override - String get openAppDrawerTooltip => r'Navigatsiya menyusini ochish'; + String get openAppDrawerTooltip => 'Navigatsiya menyusini ochish'; @override String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow, jami: $rowCount'; @@ -17343,22 +17343,22 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow, jami: $rowCount'; @override - String get pasteButtonLabel => r'JOYLASH'; + String get pasteButtonLabel => 'JOYLASH'; @override - String get popupMenuLabel => r'Pop-ap menyusi'; + String get popupMenuLabel => 'Pop-ap menyusi'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get previousMonthTooltip => r'Avvalgi oy'; + String get previousMonthTooltip => 'Avvalgi oy'; @override - String get previousPageTooltip => r'Avvalgi sahifa'; + String get previousPageTooltip => 'Avvalgi sahifa'; @override - String get refreshIndicatorSemanticLabel => r'Yangilash'; + String get refreshIndicatorSemanticLabel => 'Yangilash'; @override String get remainingTextFieldCharacterCountFew => null; @@ -17367,7 +17367,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1 ta belgi qoldi'; + String get remainingTextFieldCharacterCountOne => '1 ta belgi qoldi'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount ta belgi qoldi'; @@ -17379,34 +17379,34 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountZero => null; @override - String get reorderItemDown => r'Pastga siljitish'; + String get reorderItemDown => 'Pastga siljitish'; @override - String get reorderItemLeft => r'Chapga siljitish'; + String get reorderItemLeft => 'Chapga siljitish'; @override - String get reorderItemRight => r'Oʻngga siljitish'; + String get reorderItemRight => 'Oʻngga siljitish'; @override - String get reorderItemToEnd => r'Oxiriga siljitish'; + String get reorderItemToEnd => 'Oxiriga siljitish'; @override - String get reorderItemToStart => r'Boshiga siljitish'; + String get reorderItemToStart => 'Boshiga siljitish'; @override - String get reorderItemUp => r'Tepaga siljitish'; + String get reorderItemUp => 'Tepaga siljitish'; @override - String get rowsPerPageTitle => r'Har bir sahifadagi qatorlar soni:'; + String get rowsPerPageTitle => 'Har bir sahifadagi qatorlar soni:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Qidirish'; + String get searchFieldLabel => 'Qidirish'; @override - String get selectAllButtonLabel => r'BARCHASINI TANLASH'; + String get selectAllButtonLabel => 'BARCHASINI TANLASH'; @override String get selectedRowCountTitleFew => null; @@ -17415,7 +17415,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 ta element tanlandi'; + String get selectedRowCountTitleOne => '1 ta element tanlandi'; @override String get selectedRowCountTitleOther => r'$selectedRowCount ta element tanlandi'; @@ -17427,13 +17427,13 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Hisoblarni koʻrsatish'; + String get showAccountsLabel => 'Hisoblarni koʻrsatish'; @override - String get showMenuTooltip => r'Menyuni koʻrsatish'; + String get showMenuTooltip => 'Menyuni koʻrsatish'; @override - String get signedInLabel => r'Hisobingizga kirgansiz'; + String get signedInLabel => 'Hisobingizga kirgansiz'; @override String get tabLabelRaw => r'$tabCount varaqdan $tabIndex'; @@ -17442,13 +17442,13 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Soatni tanlang'; + String get timePickerHourModeAnnouncement => 'Soatni tanlang'; @override - String get timePickerMinuteModeAnnouncement => r'Daqiqani tanlang'; + String get timePickerMinuteModeAnnouncement => 'Daqiqani tanlang'; @override - String get viewLicensesButtonLabel => r'Litsenziyalarni koʻrish'; + String get viewLicensesButtonLabel => 'Litsenziyalarni koʻrish'; } /// The translations for Vietnamese (`vi`). @@ -17478,67 +17478,67 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'Giới thiệu về $applicationName'; @override - String get alertDialogLabel => r'Thông báo'; + String get alertDialogLabel => 'Thông báo'; @override - String get anteMeridiemAbbreviation => r'SÁNG'; + String get anteMeridiemAbbreviation => 'SÁNG'; @override - String get backButtonTooltip => r'Quay lại'; + String get backButtonTooltip => 'Quay lại'; @override - String get cancelButtonLabel => r'HỦY'; + String get cancelButtonLabel => 'HỦY'; @override - String get closeButtonLabel => r'ĐÓNG'; + String get closeButtonLabel => 'ĐÓNG'; @override - String get closeButtonTooltip => r'Đóng'; + String get closeButtonTooltip => 'Đóng'; @override - String get collapsedIconTapHint => r'Mở rộng'; + String get collapsedIconTapHint => 'Mở rộng'; @override - String get continueButtonLabel => r'TIẾP TỤC'; + String get continueButtonLabel => 'TIẾP TỤC'; @override - String get copyButtonLabel => r'SAO CHÉP'; + String get copyButtonLabel => 'SAO CHÉP'; @override - String get cutButtonLabel => r'CẮT'; + String get cutButtonLabel => 'CẮT'; @override - String get deleteButtonTooltip => r'Xóa'; + String get deleteButtonTooltip => 'Xóa'; @override - String get dialogLabel => r'Hộp thoại'; + String get dialogLabel => 'Hộp thoại'; @override - String get drawerLabel => r'Menu di chuyển'; + String get drawerLabel => 'Menu di chuyển'; @override - String get expandedIconTapHint => r'Thu gọn'; + String get expandedIconTapHint => 'Thu gọn'; @override - String get hideAccountsLabel => r'Ẩn tài khoản'; + String get hideAccountsLabel => 'Ẩn tài khoản'; @override - String get licensesPageTitle => r'Giấy phép'; + String get licensesPageTitle => 'Giấy phép'; @override - String get modalBarrierDismissLabel => r'Bỏ qua'; + String get modalBarrierDismissLabel => 'Bỏ qua'; @override - String get nextMonthTooltip => r'Tháng sau'; + String get nextMonthTooltip => 'Tháng sau'; @override - String get nextPageTooltip => r'Trang tiếp theo'; + String get nextPageTooltip => 'Trang tiếp theo'; @override - String get okButtonLabel => r'OK'; + String get okButtonLabel => 'OK'; @override - String get openAppDrawerTooltip => r'Mở menu di chuyển'; + String get openAppDrawerTooltip => 'Mở menu di chuyển'; @override String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow trong tổng số $rowCount'; @@ -17547,22 +17547,22 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow trong tổng số khoảng $rowCount'; @override - String get pasteButtonLabel => r'DÁN'; + String get pasteButtonLabel => 'DÁN'; @override - String get popupMenuLabel => r'Menu bật lên'; + String get popupMenuLabel => 'Menu bật lên'; @override - String get postMeridiemAbbreviation => r'CHIỀU'; + String get postMeridiemAbbreviation => 'CHIỀU'; @override - String get previousMonthTooltip => r'Tháng trước'; + String get previousMonthTooltip => 'Tháng trước'; @override - String get previousPageTooltip => r'Trang trước'; + String get previousPageTooltip => 'Trang trước'; @override - String get refreshIndicatorSemanticLabel => r'Làm mới'; + String get refreshIndicatorSemanticLabel => 'Làm mới'; @override String get remainingTextFieldCharacterCountFew => null; @@ -17571,7 +17571,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'Còn lại 1 ký tự'; + String get remainingTextFieldCharacterCountOne => 'Còn lại 1 ký tự'; @override String get remainingTextFieldCharacterCountOther => r'Còn lại $remainingCount ký tự'; @@ -17580,37 +17580,37 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => r'Di chuyển xuống'; + String get reorderItemDown => 'Di chuyển xuống'; @override - String get reorderItemLeft => r'Di chuyển sang trái'; + String get reorderItemLeft => 'Di chuyển sang trái'; @override - String get reorderItemRight => r'Di chuyển sang phải'; + String get reorderItemRight => 'Di chuyển sang phải'; @override - String get reorderItemToEnd => r'Di chuyển xuống cuối danh sách'; + String get reorderItemToEnd => 'Di chuyển xuống cuối danh sách'; @override - String get reorderItemToStart => r'Di chuyển lên đầu danh sách'; + String get reorderItemToStart => 'Di chuyển lên đầu danh sách'; @override - String get reorderItemUp => r'Di chuyển lên'; + String get reorderItemUp => 'Di chuyển lên'; @override - String get rowsPerPageTitle => r'Số hàng mỗi trang:'; + String get rowsPerPageTitle => 'Số hàng mỗi trang:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Tìm kiếm'; + String get searchFieldLabel => 'Tìm kiếm'; @override - String get selectAllButtonLabel => r'CHỌN TẤT CẢ'; + String get selectAllButtonLabel => 'CHỌN TẤT CẢ'; @override String get selectedRowCountTitleFew => null; @@ -17619,7 +17619,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'Đã chọn 1 mục'; + String get selectedRowCountTitleOne => 'Đã chọn 1 mục'; @override String get selectedRowCountTitleOther => r'Đã chọn $selectedRowCount mục'; @@ -17631,13 +17631,13 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Hiển thị tài khoản'; + String get showAccountsLabel => 'Hiển thị tài khoản'; @override - String get showMenuTooltip => r'Hiển thị menu'; + String get showMenuTooltip => 'Hiển thị menu'; @override - String get signedInLabel => r'Đã đăng nhập'; + String get signedInLabel => 'Đã đăng nhập'; @override String get tabLabelRaw => r'Tab $tabIndex trong tổng số $tabCount'; @@ -17646,13 +17646,13 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Chọn giờ'; + String get timePickerHourModeAnnouncement => 'Chọn giờ'; @override - String get timePickerMinuteModeAnnouncement => r'Chọn phút'; + String get timePickerMinuteModeAnnouncement => 'Chọn phút'; @override - String get viewLicensesButtonLabel => r'XEM GIẤY PHÉP'; + String get viewLicensesButtonLabel => 'XEM GIẤY PHÉP'; } /// The translations for Chinese (`zh`). @@ -17682,67 +17682,67 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'关于$applicationName'; @override - String get alertDialogLabel => r'提醒'; + String get alertDialogLabel => '提醒'; @override - String get anteMeridiemAbbreviation => r'上午'; + String get anteMeridiemAbbreviation => '上午'; @override - String get backButtonTooltip => r'返回'; + String get backButtonTooltip => '返回'; @override - String get cancelButtonLabel => r'取消'; + String get cancelButtonLabel => '取消'; @override - String get closeButtonLabel => r'关闭'; + String get closeButtonLabel => '关闭'; @override - String get closeButtonTooltip => r'关闭'; + String get closeButtonTooltip => '关闭'; @override - String get collapsedIconTapHint => r'展开'; + String get collapsedIconTapHint => '展开'; @override - String get continueButtonLabel => r'继续'; + String get continueButtonLabel => '继续'; @override - String get copyButtonLabel => r'复制'; + String get copyButtonLabel => '复制'; @override - String get cutButtonLabel => r'剪切'; + String get cutButtonLabel => '剪切'; @override - String get deleteButtonTooltip => r'删除'; + String get deleteButtonTooltip => '删除'; @override - String get dialogLabel => r'对话框'; + String get dialogLabel => '对话框'; @override - String get drawerLabel => r'导航菜单'; + String get drawerLabel => '导航菜单'; @override - String get expandedIconTapHint => r'收起'; + String get expandedIconTapHint => '收起'; @override - String get hideAccountsLabel => r'隐藏帐号'; + String get hideAccountsLabel => '隐藏帐号'; @override - String get licensesPageTitle => r'许可'; + String get licensesPageTitle => '许可'; @override - String get modalBarrierDismissLabel => r'关闭'; + String get modalBarrierDismissLabel => '关闭'; @override - String get nextMonthTooltip => r'下个月'; + String get nextMonthTooltip => '下个月'; @override - String get nextPageTooltip => r'下一页'; + String get nextPageTooltip => '下一页'; @override - String get okButtonLabel => r'确定'; + String get okButtonLabel => '确定'; @override - String get openAppDrawerTooltip => r'打开导航菜单'; + String get openAppDrawerTooltip => '打开导航菜单'; @override String get pageRowsInfoTitleRaw => r'第 $firstRow-$lastRow 行(共 $rowCount 行)'; @@ -17751,22 +17751,22 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'第 $firstRow-$lastRow 行(共约 $rowCount 行)'; @override - String get pasteButtonLabel => r'粘贴'; + String get pasteButtonLabel => '粘贴'; @override - String get popupMenuLabel => r'弹出菜单'; + String get popupMenuLabel => '弹出菜单'; @override - String get postMeridiemAbbreviation => r'下午'; + String get postMeridiemAbbreviation => '下午'; @override - String get previousMonthTooltip => r'上个月'; + String get previousMonthTooltip => '上个月'; @override - String get previousPageTooltip => r'上一页'; + String get previousPageTooltip => '上一页'; @override - String get refreshIndicatorSemanticLabel => r'刷新'; + String get refreshIndicatorSemanticLabel => '刷新'; @override String get remainingTextFieldCharacterCountFew => null; @@ -17775,7 +17775,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'还可输入 1 个字符'; + String get remainingTextFieldCharacterCountOne => '还可输入 1 个字符'; @override String get remainingTextFieldCharacterCountOther => r'还可输入 $remainingCount 个字符'; @@ -17784,37 +17784,37 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => r'TBD'; + String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => r'下移'; + String get reorderItemDown => '下移'; @override - String get reorderItemLeft => r'左移'; + String get reorderItemLeft => '左移'; @override - String get reorderItemRight => r'右移'; + String get reorderItemRight => '右移'; @override - String get reorderItemToEnd => r'移到末尾'; + String get reorderItemToEnd => '移到末尾'; @override - String get reorderItemToStart => r'移到开头'; + String get reorderItemToStart => '移到开头'; @override - String get reorderItemUp => r'上移'; + String get reorderItemUp => '上移'; @override - String get rowsPerPageTitle => r'每页行数:'; + String get rowsPerPageTitle => '每页行数:'; @override ScriptCategory get scriptCategory => ScriptCategory.dense; @override - String get searchFieldLabel => r'搜索'; + String get searchFieldLabel => '搜索'; @override - String get selectAllButtonLabel => r'全选'; + String get selectAllButtonLabel => '全选'; @override String get selectedRowCountTitleFew => null; @@ -17823,7 +17823,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'已选择 1 项内容'; + String get selectedRowCountTitleOne => '已选择 1 项内容'; @override String get selectedRowCountTitleOther => r'已选择 $selectedRowCount 项内容'; @@ -17835,13 +17835,13 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'显示帐号'; + String get showAccountsLabel => '显示帐号'; @override - String get showMenuTooltip => r'显示菜单'; + String get showMenuTooltip => '显示菜单'; @override - String get signedInLabel => r'已登录'; + String get signedInLabel => '已登录'; @override String get tabLabelRaw => r'第 $tabIndex 个标签,共 $tabCount 个'; @@ -17850,13 +17850,13 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; @override - String get timePickerHourModeAnnouncement => r'选择小时'; + String get timePickerHourModeAnnouncement => '选择小时'; @override - String get timePickerMinuteModeAnnouncement => r'选择分钟'; + String get timePickerMinuteModeAnnouncement => '选择分钟'; @override - String get viewLicensesButtonLabel => r'查看许可'; + String get viewLicensesButtonLabel => '查看许可'; } /// The translations for Chinese, using the Han script (`zh_Hans`). @@ -17910,58 +17910,58 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get aboutListTileTitleRaw => r'關於$applicationName'; @override - String get alertDialogLabel => r'通知'; + String get alertDialogLabel => '通知'; @override - String get closeButtonLabel => r'關閉'; + String get closeButtonLabel => '關閉'; @override - String get closeButtonTooltip => r'關閉'; + String get closeButtonTooltip => '關閉'; @override - String get collapsedIconTapHint => r'展開'; + String get collapsedIconTapHint => '展開'; @override - String get continueButtonLabel => r'繼續'; + String get continueButtonLabel => '繼續'; @override - String get copyButtonLabel => r'複製'; + String get copyButtonLabel => '複製'; @override - String get cutButtonLabel => r'剪下'; + String get cutButtonLabel => '剪下'; @override - String get deleteButtonTooltip => r'刪除'; + String get deleteButtonTooltip => '刪除'; @override - String get dialogLabel => r'對話方塊'; + String get dialogLabel => '對話方塊'; @override - String get drawerLabel => r'導覽選單'; + String get drawerLabel => '導覽選單'; @override - String get expandedIconTapHint => r'收合'; + String get expandedIconTapHint => '收合'; @override - String get hideAccountsLabel => r'隱藏帳戶'; + String get hideAccountsLabel => '隱藏帳戶'; @override - String get licensesPageTitle => r'授權'; + String get licensesPageTitle => '授權'; @override - String get modalBarrierDismissLabel => r'拒絕'; + String get modalBarrierDismissLabel => '拒絕'; @override - String get nextMonthTooltip => r'下個月'; + String get nextMonthTooltip => '下個月'; @override - String get nextPageTooltip => r'下一頁'; + String get nextPageTooltip => '下一頁'; @override - String get okButtonLabel => r'確定'; + String get okButtonLabel => '確定'; @override - String get openAppDrawerTooltip => r'開啟導覽選單'; + String get openAppDrawerTooltip => '開啟導覽選單'; @override String get pageRowsInfoTitleRaw => r'第 $firstRow 至 $lastRow 列,共 $rowCount 列'; @@ -17970,79 +17970,79 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get pageRowsInfoTitleApproximateRaw => r'第 $firstRow 至 $lastRow 列,共約 $rowCount 列'; @override - String get pasteButtonLabel => r'貼上'; + String get pasteButtonLabel => '貼上'; @override - String get popupMenuLabel => r'彈出式選單'; + String get popupMenuLabel => '彈出式選單'; @override - String get previousMonthTooltip => r'上個月'; + String get previousMonthTooltip => '上個月'; @override - String get previousPageTooltip => r'上一頁'; + String get previousPageTooltip => '上一頁'; @override - String get refreshIndicatorSemanticLabel => r'重新整理'; + String get refreshIndicatorSemanticLabel => '重新整理'; @override - String get remainingTextFieldCharacterCountOne => r'尚餘 1 個字元'; + String get remainingTextFieldCharacterCountOne => '尚餘 1 個字元'; @override String get remainingTextFieldCharacterCountOther => r'尚餘 $remainingCount 個字元'; @override - String get reorderItemDown => r'向下移'; + String get reorderItemDown => '向下移'; @override - String get reorderItemLeft => r'向左移'; + String get reorderItemLeft => '向左移'; @override - String get reorderItemRight => r'向右移'; + String get reorderItemRight => '向右移'; @override - String get reorderItemToEnd => r'移到最後'; + String get reorderItemToEnd => '移到最後'; @override - String get reorderItemToStart => r'移到開頭'; + String get reorderItemToStart => '移到開頭'; @override - String get reorderItemUp => r'向上移'; + String get reorderItemUp => '向上移'; @override - String get rowsPerPageTitle => r'每頁列數:'; + String get rowsPerPageTitle => '每頁列數:'; @override - String get searchFieldLabel => r'搜尋'; + String get searchFieldLabel => '搜尋'; @override - String get selectAllButtonLabel => r'全選'; + String get selectAllButtonLabel => '全選'; @override - String get selectedRowCountTitleOne => r'已選取 1 個項目'; + String get selectedRowCountTitleOne => '已選取 1 個項目'; @override String get selectedRowCountTitleOther => r'已選取 $selectedRowCount 個項目'; @override - String get showAccountsLabel => r'顯示帳戶'; + String get showAccountsLabel => '顯示帳戶'; @override - String get showMenuTooltip => r'顯示選單'; + String get showMenuTooltip => '顯示選單'; @override - String get signedInLabel => r'已登入'; + String get signedInLabel => '已登入'; @override String get tabLabelRaw => r'第 $tabIndex 個標籤,總共 $tabCount 個'; @override - String get timePickerHourModeAnnouncement => r'揀選小時'; + String get timePickerHourModeAnnouncement => '揀選小時'; @override - String get timePickerMinuteModeAnnouncement => r'揀選分鐘'; + String get timePickerMinuteModeAnnouncement => '揀選分鐘'; @override - String get viewLicensesButtonLabel => r'查看授權'; + String get viewLicensesButtonLabel => '查看授權'; } /// The translations for Chinese, as used in Hong Kong, using the Han script (`zh_Hant_HK`). @@ -18096,10 +18096,10 @@ class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { String get tabLabelRaw => r'第 $tabIndex 個分頁 (共 $tabCount 個)'; @override - String get modalBarrierDismissLabel => r'關閉'; + String get modalBarrierDismissLabel => '關閉'; @override - String get signedInLabel => r'已登入帳戶'; + String get signedInLabel => '已登入帳戶'; @override String get aboutListTileTitleRaw => r'關於「$applicationName」'; @@ -18111,22 +18111,22 @@ class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { String get pageRowsInfoTitleApproximateRaw => r'第 $firstRow - $lastRow 列 (總共約 $rowCount 列)'; @override - String get timePickerHourModeAnnouncement => r'選取小時數'; + String get timePickerHourModeAnnouncement => '選取小時數'; @override - String get timePickerMinuteModeAnnouncement => r'選取分鐘數'; + String get timePickerMinuteModeAnnouncement => '選取分鐘數'; @override - String get alertDialogLabel => r'快訊'; + String get alertDialogLabel => '快訊'; @override - String get reorderItemToStart => r'移至開頭'; + String get reorderItemToStart => '移至開頭'; @override - String get reorderItemToEnd => r'移至結尾'; + String get reorderItemToEnd => '移至結尾'; @override - String get remainingTextFieldCharacterCountOne => r'還可輸入 1 個字元'; + String get remainingTextFieldCharacterCountOne => '還可輸入 1 個字元'; @override String get remainingTextFieldCharacterCountOther => r'還可輸入 $remainingCount 個字元'; @@ -18159,67 +18159,67 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'Mayelana no-$applicationName'; @override - String get alertDialogLabel => r'Isexwayiso'; + String get alertDialogLabel => 'Isexwayiso'; @override - String get anteMeridiemAbbreviation => r'AM'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonTooltip => r'Emuva'; + String get backButtonTooltip => 'Emuva'; @override - String get cancelButtonLabel => r'KHANSELA'; + String get cancelButtonLabel => 'KHANSELA'; @override - String get closeButtonLabel => r'VALA'; + String get closeButtonLabel => 'VALA'; @override - String get closeButtonTooltip => r'Vala'; + String get closeButtonTooltip => 'Vala'; @override - String get collapsedIconTapHint => r'Nweba'; + String get collapsedIconTapHint => 'Nweba'; @override - String get continueButtonLabel => r'QHUBEKA'; + String get continueButtonLabel => 'QHUBEKA'; @override - String get copyButtonLabel => r'KOPISHA'; + String get copyButtonLabel => 'KOPISHA'; @override - String get cutButtonLabel => r'SIKA'; + String get cutButtonLabel => 'SIKA'; @override - String get deleteButtonTooltip => r'Susa'; + String get deleteButtonTooltip => 'Susa'; @override - String get dialogLabel => r'Ingxoxo'; + String get dialogLabel => 'Ingxoxo'; @override - String get drawerLabel => r'Imenyu yokuzulazula'; + String get drawerLabel => 'Imenyu yokuzulazula'; @override - String get expandedIconTapHint => r'Goqa'; + String get expandedIconTapHint => 'Goqa'; @override - String get hideAccountsLabel => r'Fihla ama-akhawunti'; + String get hideAccountsLabel => 'Fihla ama-akhawunti'; @override - String get licensesPageTitle => r'Amalayisense'; + String get licensesPageTitle => 'Amalayisense'; @override - String get modalBarrierDismissLabel => r'Cashisa'; + String get modalBarrierDismissLabel => 'Cashisa'; @override - String get nextMonthTooltip => r'Inyanga ezayo'; + String get nextMonthTooltip => 'Inyanga ezayo'; @override - String get nextPageTooltip => r'Ikhasi elilandelayo'; + String get nextPageTooltip => 'Ikhasi elilandelayo'; @override - String get okButtonLabel => r'KULUNGILE'; + String get okButtonLabel => 'KULUNGILE'; @override - String get openAppDrawerTooltip => r'Vula imenyu yokuzulazula'; + String get openAppDrawerTooltip => 'Vula imenyu yokuzulazula'; @override String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow kokungu-$rowCount'; @@ -18228,22 +18228,22 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow cishe kokungu-$rowCount'; @override - String get pasteButtonLabel => r'NAMATHISELA'; + String get pasteButtonLabel => 'NAMATHISELA'; @override - String get popupMenuLabel => r'Imenyu ye-popup'; + String get popupMenuLabel => 'Imenyu ye-popup'; @override - String get postMeridiemAbbreviation => r'PM'; + String get postMeridiemAbbreviation => 'PM'; @override - String get previousMonthTooltip => r'Inyanga edlule'; + String get previousMonthTooltip => 'Inyanga edlule'; @override - String get previousPageTooltip => r'Ikhasi elidlule'; + String get previousPageTooltip => 'Ikhasi elidlule'; @override - String get refreshIndicatorSemanticLabel => r'Vuselela'; + String get refreshIndicatorSemanticLabel => 'Vuselela'; @override String get remainingTextFieldCharacterCountFew => null; @@ -18252,7 +18252,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => r'1 uhlamvu olusele'; + String get remainingTextFieldCharacterCountOne => '1 uhlamvu olusele'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount izinhlamvu ezisele'; @@ -18264,34 +18264,34 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountZero => null; @override - String get reorderItemDown => r'Iya phansi'; + String get reorderItemDown => 'Iya phansi'; @override - String get reorderItemLeft => r'Hambisa kwesokunxele'; + String get reorderItemLeft => 'Hambisa kwesokunxele'; @override - String get reorderItemRight => r'Yisa kwesokudla'; + String get reorderItemRight => 'Yisa kwesokudla'; @override - String get reorderItemToEnd => r'Yisa ekugcineni'; + String get reorderItemToEnd => 'Yisa ekugcineni'; @override - String get reorderItemToStart => r'Yisa ekuqaleni'; + String get reorderItemToStart => 'Yisa ekuqaleni'; @override - String get reorderItemUp => r'Iya phezulu'; + String get reorderItemUp => 'Iya phezulu'; @override - String get rowsPerPageTitle => r'Imigqa ekhasini ngalinye:'; + String get rowsPerPageTitle => 'Imigqa ekhasini ngalinye:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => r'Sesha'; + String get searchFieldLabel => 'Sesha'; @override - String get selectAllButtonLabel => r'KHETHA KONKE'; + String get selectAllButtonLabel => 'KHETHA KONKE'; @override String get selectedRowCountTitleFew => null; @@ -18300,7 +18300,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => r'1 into ekhethiwe'; + String get selectedRowCountTitleOne => '1 into ekhethiwe'; @override String get selectedRowCountTitleOther => r'$selectedRowCount izinto ezikhethiwe'; @@ -18312,13 +18312,13 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => r'Bonisa ama-akhawunti'; + String get showAccountsLabel => 'Bonisa ama-akhawunti'; @override - String get showMenuTooltip => r'Bonisa imenyu'; + String get showMenuTooltip => 'Bonisa imenyu'; @override - String get signedInLabel => r'Ungene ngemvume'; + String get signedInLabel => 'Ungene ngemvume'; @override String get tabLabelRaw => r'Ithebhu $tabIndex kwangu-$tabCount'; @@ -18327,13 +18327,13 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => r'Khetha amahora'; + String get timePickerHourModeAnnouncement => 'Khetha amahora'; @override - String get timePickerMinuteModeAnnouncement => r'Khetha amaminithi'; + String get timePickerMinuteModeAnnouncement => 'Khetha amaminithi'; @override - String get viewLicensesButtonLabel => r'Buka amalayisense'; + String get viewLicensesButtonLabel => 'Buka amalayisense'; } /// The set of supported languages, as language code strings. From 2cc8cd3c5cc2943b7102ff7cd075b7adfe414159 Mon Sep 17 00:00:00 2001 From: Alexandre Ardhuin Date: Fri, 31 Jan 2020 18:30:21 +0100 Subject: [PATCH 117/327] remove unnecessary string interpolations (#49622) --- dev/tools/localization/localizations_utils.dart | 2 +- .../flutter_localizations/test/material/date_picker_test.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/tools/localization/localizations_utils.dart b/dev/tools/localization/localizations_utils.dart index e6b0a6619e7f..79c294d9dea8 100644 --- a/dev/tools/localization/localizations_utils.dart +++ b/dev/tools/localization/localizations_utils.dart @@ -339,7 +339,7 @@ String describeLocale(String tag) { assert(subtags.isNotEmpty); assert(_languages.containsKey(subtags[0])); final String language = _languages[subtags[0]]; - String output = '$language'; + String output = language; String region; String script; if (subtags.length == 2) { diff --git a/packages/flutter_localizations/test/material/date_picker_test.dart b/packages/flutter_localizations/test/material/date_picker_test.dart index 3563f174555a..3b54198e0d7a 100644 --- a/packages/flutter_localizations/test/material/date_picker_test.dart +++ b/packages/flutter_localizations/test/material/date_picker_test.dart @@ -46,7 +46,7 @@ void main() { const Locale('ar', 'AR'): { 'textDirection': TextDirection.rtl, 'expectedDaysOfWeek': ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], - 'expectedDaysOfMonth': List.generate(30, (int i) => '${arabicNumbers.format(i + 1)}'), + 'expectedDaysOfMonth': List.generate(30, (int i) => arabicNumbers.format(i + 1)), 'expectedMonthYearHeader': 'سبتمبر ٢٠١٧', }, }; From b3ba518c6e173a1502188bd367ac509dd5807669 Mon Sep 17 00:00:00 2001 From: Hans Muller Date: Wed, 5 Feb 2020 06:35:49 -0800 Subject: [PATCH 118/327] Move the localization_utils camelCase function to LocaleInfo (#50152) --- .../localization/bin/gen_localizations.dart | 22 +++++++++---------- .../gen_cupertino_localizations.dart | 2 +- .../gen_material_localizations.dart | 2 +- .../localization/localizations_utils.dart | 16 +++++++------- 4 files changed, 21 insertions(+), 21 deletions(-) diff --git a/dev/tools/localization/bin/gen_localizations.dart b/dev/tools/localization/bin/gen_localizations.dart index a0e14c5fc34b..a493284c8526 100644 --- a/dev/tools/localization/bin/gen_localizations.dart +++ b/dev/tools/localization/bin/gen_localizations.dart @@ -151,7 +151,7 @@ String generateArbBasedLocalizationSubclasses({ output.writeln(generateClassDeclaration( scriptBaseLocale, generatedClassPrefix, - '$generatedClassPrefix${camelCase(languageLocale)}', + '$generatedClassPrefix${languageLocale.camelCase()}', )); output.writeln(generateConstructor(scriptBaseLocale)); final Map scriptResources = localeToResources[scriptBaseLocale]; @@ -175,7 +175,7 @@ String generateArbBasedLocalizationSubclasses({ output.writeln(generateClassDeclaration( locale, generatedClassPrefix, - '$generatedClassPrefix${camelCase(scriptBaseLocale)}', + '$generatedClassPrefix${scriptBaseLocale.camelCase()}', )); output.writeln(generateConstructor(locale)); final Map localeResources = localeToResources[locale]; @@ -201,7 +201,7 @@ String generateArbBasedLocalizationSubclasses({ output.writeln(generateClassDeclaration( locale, generatedClassPrefix, - '$generatedClassPrefix${camelCase(languageLocale)}', + '$generatedClassPrefix${languageLocale.camelCase()}', )); output.writeln(generateConstructor(locale)); for (final String key in localeResources.keys) { @@ -267,7 +267,7 @@ $factoryDeclaration if (languageToLocales[language].length == 1) { output.writeln(''' case '$language': - return $generatedClassPrefix${camelCase(languageToLocales[language][0])}($factoryArguments);'''); + return $generatedClassPrefix${(languageToLocales[language][0]).camelCase()}($factoryArguments);'''); } else if (!languageToScriptCodes.containsKey(language)) { // Does not distinguish between scripts. Switch on countryCode directly. output.writeln(''' case '$language': { @@ -279,11 +279,11 @@ $factoryDeclaration final String countryCode = locale.countryCode; output.writeln(''' case '$countryCode': - return $generatedClassPrefix${camelCase(locale)}($factoryArguments);'''); + return $generatedClassPrefix${locale.camelCase()}($factoryArguments);'''); } output.writeln(''' } - return $generatedClassPrefix${camelCase(LocaleInfo.fromString(language))}($factoryArguments); + return $generatedClassPrefix${LocaleInfo.fromString(language).camelCase()}($factoryArguments); }'''); } else { // Language has scriptCode, add additional switch logic. bool hasCountryCode = false; @@ -309,7 +309,7 @@ $factoryDeclaration final String countryCode = locale.countryCode; output.writeln(''' case '$countryCode': - return $generatedClassPrefix${camelCase(locale)}($factoryArguments);'''); + return $generatedClassPrefix${locale.camelCase()}($factoryArguments);'''); } } // Return a fallback locale that matches scriptCode, but not countryCode. @@ -321,7 +321,7 @@ $factoryDeclaration }'''); } output.writeln(''' - return $generatedClassPrefix${camelCase(scriptLocale)}($factoryArguments); + return $generatedClassPrefix${scriptLocale.camelCase()}($factoryArguments); }'''); } else { // Not Explicitly defined, fallback to first locale with the same language and @@ -334,7 +334,7 @@ $factoryDeclaration }'''); } output.writeln(''' - return $generatedClassPrefix${camelCase(scriptLocale)}($factoryArguments); + return $generatedClassPrefix${scriptLocale.camelCase()}($factoryArguments); }'''); break; } @@ -354,13 +354,13 @@ $factoryDeclaration final String countryCode = locale.countryCode; output.writeln(''' case '$countryCode': - return $generatedClassPrefix${camelCase(locale)}($factoryArguments);'''); + return $generatedClassPrefix${locale.camelCase()}($factoryArguments);'''); } output.writeln(''' }'''); } output.writeln(''' - return $generatedClassPrefix${camelCase(LocaleInfo.fromString(language))}($factoryArguments); + return $generatedClassPrefix${LocaleInfo.fromString(language).camelCase()}($factoryArguments); }'''); } } diff --git a/dev/tools/localization/gen_cupertino_localizations.dart b/dev/tools/localization/gen_cupertino_localizations.dart index adfba237a3ba..3a9d59ad0c13 100644 --- a/dev/tools/localization/gen_cupertino_localizations.dart +++ b/dev/tools/localization/gen_cupertino_localizations.dart @@ -38,7 +38,7 @@ ConstructorGenerator generateCupertinoConstructor = (LocaleInfo locale) { /// Create an instance of the translation bundle for ${describeLocale(localeName)}. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalization${camelCase(locale)}({ + const CupertinoLocalization${locale.camelCase()}({ String localeName = '$localeName', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, diff --git a/dev/tools/localization/gen_material_localizations.dart b/dev/tools/localization/gen_material_localizations.dart index a2a908fe27ca..def667d8f4de 100644 --- a/dev/tools/localization/gen_material_localizations.dart +++ b/dev/tools/localization/gen_material_localizations.dart @@ -38,7 +38,7 @@ ConstructorGenerator generateMaterialConstructor = (LocaleInfo locale) { /// Create an instance of the translation bundle for ${describeLocale(localeName)}. /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalization${camelCase(locale)}({ + const MaterialLocalization${locale.camelCase()}({ String localeName = '$localeName', @required intl.DateFormat fullYearFormat, @required intl.DateFormat mediumDateFormat, diff --git a/dev/tools/localization/localizations_utils.dart b/dev/tools/localization/localizations_utils.dart index 79c294d9dea8..50d045bb3fc5 100644 --- a/dev/tools/localization/localizations_utils.dart +++ b/dev/tools/localization/localizations_utils.dart @@ -112,6 +112,13 @@ class LocaleInfo implements Comparable { final int length; // The number of fields. Ranges from 1-3. final String originalString; // Original un-parsed locale string. + String camelCase() { + return originalString + .split('_') + .map((String part) => part.substring(0, 1).toUpperCase() + part.substring(1).toLowerCase()) + .join(''); + } + @override bool operator ==(Object other) { return other is LocaleInfo @@ -220,13 +227,6 @@ void checkCwdIsRepoRoot(String commandName) { } } -String camelCase(LocaleInfo locale) { - return locale.originalString - .split('_') - .map((String part) => part.substring(0, 1).toUpperCase() + part.substring(1).toLowerCase()) - .join(''); -} - GeneratorOptions parseArgs(List rawArgs) { final argslib.ArgParser argParser = argslib.ArgParser() ..addFlag( @@ -364,7 +364,7 @@ String generateClassDeclaration( String classNamePrefix, String superClass, ) { - final String camelCaseName = camelCase(locale); + final String camelCaseName = locale.camelCase(); return ''' /// The translations for ${describeLocale(locale.originalString)} (`${locale.originalString}`). From edd19054269fd4611a111556583031b1a1400c86 Mon Sep 17 00:00:00 2001 From: Alexandre Ardhuin Date: Fri, 7 Feb 2020 06:35:50 +0100 Subject: [PATCH 119/327] unnecessary escapes fixes (#50178) * unnecessary escapes fixes * replace some strings with raw strings * update regexp * address review comments --- dev/tools/localization/bin/gen_missing_localizations.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/tools/localization/bin/gen_missing_localizations.dart b/dev/tools/localization/bin/gen_missing_localizations.dart index 900f885c5406..ddd8a5e255c4 100644 --- a/dev/tools/localization/bin/gen_missing_localizations.dart +++ b/dev/tools/localization/bin/gen_missing_localizations.dart @@ -75,7 +75,7 @@ bool isPluralVariation(String key, Map bundle) { void updateMissingResources(String localizationPath, String groupPrefix) { final Directory localizationDir = Directory(localizationPath); - final RegExp filenamePattern = RegExp('${groupPrefix}_(\\w+)\.arb'); + final RegExp filenamePattern = RegExp('${groupPrefix}_(\\w+)\\.arb'); final Set requiredKeys = resourceKeys(loadBundle(File(path.join(localizationPath, '${groupPrefix}_en.arb')))); From 31da907d536e28bcbb21325140eb554febebc5cf Mon Sep 17 00:00:00 2001 From: Alexandre Ardhuin Date: Tue, 11 Feb 2020 20:58:27 +0100 Subject: [PATCH 120/327] change quote to avoid escapes (#50368) --- .../lib/src/cupertino_localizations.dart | 4 ++-- .../flutter_localizations/test/material/date_picker_test.dart | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/flutter_localizations/lib/src/cupertino_localizations.dart b/packages/flutter_localizations/lib/src/cupertino_localizations.dart index 1f9f3ee58573..af6de8ccbd35 100644 --- a/packages/flutter_localizations/lib/src/cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/cupertino_localizations.dart @@ -210,7 +210,7 @@ abstract class GlobalCupertinoLocalizations implements CupertinoLocalizations { assert( false, 'Failed to load DatePickerDateOrder $datePickerDateOrderString for ' - 'locale $_localeName.\nNon conforming string for $_localeName\'s ' + "locale $_localeName.\nNon conforming string for $_localeName's " '.arb file', ); return null; @@ -244,7 +244,7 @@ abstract class GlobalCupertinoLocalizations implements CupertinoLocalizations { assert( false, 'Failed to load DatePickerDateTimeOrder $datePickerDateTimeOrderString ' - 'for locale $_localeName.\nNon conforming string for $_localeName\'s ' + "for locale $_localeName.\nNon conforming string for $_localeName's " '.arb file', ); return null; diff --git a/packages/flutter_localizations/test/material/date_picker_test.dart b/packages/flutter_localizations/test/material/date_picker_test.dart index 3b54198e0d7a..56b45a3e8a8e 100644 --- a/packages/flutter_localizations/test/material/date_picker_test.dart +++ b/packages/flutter_localizations/test/material/date_picker_test.dart @@ -224,7 +224,7 @@ void main() { await tester.tap(find.text('ANNULER')); }); - group('locale fonts don\'t overflow layout', () { + group("locale fonts don't overflow layout", () { // Test screen layouts in various locales to ensure the fonts used // don't overflow the layout From 9640dd9110ad477e17df3d8209aa2674277628c5 Mon Sep 17 00:00:00 2001 From: Justin McCandless Date: Wed, 11 Mar 2020 13:36:10 -0700 Subject: [PATCH 121/327] Text Selection Overflow (Android) (#49391) Adds an overflow menu to the text selection menu on Android when the items overflow. --- .../generated_material_localizations.dart | 231 ++++++++++++++++++ .../lib/src/l10n/material_af.arb | 3 +- .../lib/src/l10n/material_am.arb | 3 +- .../lib/src/l10n/material_ar.arb | 3 +- .../lib/src/l10n/material_as.arb | 3 +- .../lib/src/l10n/material_az.arb | 3 +- .../lib/src/l10n/material_be.arb | 3 +- .../lib/src/l10n/material_bg.arb | 3 +- .../lib/src/l10n/material_bn.arb | 3 +- .../lib/src/l10n/material_bs.arb | 3 +- .../lib/src/l10n/material_ca.arb | 3 +- .../lib/src/l10n/material_cs.arb | 3 +- .../lib/src/l10n/material_da.arb | 3 +- .../lib/src/l10n/material_de.arb | 3 +- .../lib/src/l10n/material_el.arb | 3 +- .../lib/src/l10n/material_en.arb | 5 + .../lib/src/l10n/material_es.arb | 3 +- .../lib/src/l10n/material_et.arb | 3 +- .../lib/src/l10n/material_eu.arb | 3 +- .../lib/src/l10n/material_fa.arb | 3 +- .../lib/src/l10n/material_fi.arb | 3 +- .../lib/src/l10n/material_fil.arb | 3 +- .../lib/src/l10n/material_fr.arb | 3 +- .../lib/src/l10n/material_gl.arb | 3 +- .../lib/src/l10n/material_gsw.arb | 3 +- .../lib/src/l10n/material_gu.arb | 3 +- .../lib/src/l10n/material_he.arb | 3 +- .../lib/src/l10n/material_hi.arb | 3 +- .../lib/src/l10n/material_hr.arb | 3 +- .../lib/src/l10n/material_hu.arb | 3 +- .../lib/src/l10n/material_hy.arb | 3 +- .../lib/src/l10n/material_id.arb | 3 +- .../lib/src/l10n/material_is.arb | 3 +- .../lib/src/l10n/material_it.arb | 3 +- .../lib/src/l10n/material_ja.arb | 3 +- .../lib/src/l10n/material_ka.arb | 3 +- .../lib/src/l10n/material_kk.arb | 3 +- .../lib/src/l10n/material_km.arb | 3 +- .../lib/src/l10n/material_kn.arb | 105 ++++---- .../lib/src/l10n/material_ko.arb | 3 +- .../lib/src/l10n/material_ky.arb | 3 +- .../lib/src/l10n/material_lo.arb | 3 +- .../lib/src/l10n/material_lt.arb | 3 +- .../lib/src/l10n/material_lv.arb | 3 +- .../lib/src/l10n/material_mk.arb | 3 +- .../lib/src/l10n/material_ml.arb | 3 +- .../lib/src/l10n/material_mn.arb | 3 +- .../lib/src/l10n/material_mr.arb | 3 +- .../lib/src/l10n/material_ms.arb | 3 +- .../lib/src/l10n/material_my.arb | 3 +- .../lib/src/l10n/material_nb.arb | 3 +- .../lib/src/l10n/material_ne.arb | 3 +- .../lib/src/l10n/material_nl.arb | 3 +- .../lib/src/l10n/material_or.arb | 3 +- .../lib/src/l10n/material_pa.arb | 3 +- .../lib/src/l10n/material_pl.arb | 3 +- .../lib/src/l10n/material_ps.arb | 3 +- .../lib/src/l10n/material_pt.arb | 3 +- .../lib/src/l10n/material_ro.arb | 3 +- .../lib/src/l10n/material_ru.arb | 3 +- .../lib/src/l10n/material_si.arb | 3 +- .../lib/src/l10n/material_sk.arb | 3 +- .../lib/src/l10n/material_sl.arb | 3 +- .../lib/src/l10n/material_sq.arb | 3 +- .../lib/src/l10n/material_sr.arb | 3 +- .../lib/src/l10n/material_sv.arb | 3 +- .../lib/src/l10n/material_sw.arb | 3 +- .../lib/src/l10n/material_ta.arb | 3 +- .../lib/src/l10n/material_te.arb | 3 +- .../lib/src/l10n/material_th.arb | 3 +- .../lib/src/l10n/material_tl.arb | 3 +- .../lib/src/l10n/material_tr.arb | 3 +- .../lib/src/l10n/material_uk.arb | 3 +- .../lib/src/l10n/material_ur.arb | 3 +- .../lib/src/l10n/material_uz.arb | 3 +- .../lib/src/l10n/material_vi.arb | 3 +- .../lib/src/l10n/material_zh.arb | 3 +- .../lib/src/l10n/material_zu.arb | 3 +- 78 files changed, 439 insertions(+), 127 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index 1c486ac8a784..6344031b3c23 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -98,6 +98,9 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Maak toe'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Volgende maand'; @@ -302,6 +305,9 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'አሰናብት'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'ቀጣይ ወር'; @@ -506,6 +512,9 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'رفض'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'الشهر التالي'; @@ -710,6 +719,9 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'অগ্ৰাহ্য কৰক'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'পৰৱৰ্তী মাহ'; @@ -914,6 +926,9 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'İmtina edin'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Növbəti ay'; @@ -1118,6 +1133,9 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Адхіліць'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Наступны месяц'; @@ -1322,6 +1340,9 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Отхвърляне'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Следващият месец'; @@ -1526,6 +1547,9 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'খারিজ করুন'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'পরের মাস'; @@ -1730,6 +1754,9 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Odbaci'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Sljedeći mjesec'; @@ -1934,6 +1961,9 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Ignora'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Mes següent'; @@ -2138,6 +2168,9 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Zavřít'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Další měsíc'; @@ -2342,6 +2375,9 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Afvis'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Næste måned'; @@ -2546,6 +2582,9 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Schließen'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Nächster Monat'; @@ -2780,6 +2819,9 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Παράβλεψη'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Επόμενος μήνας'; @@ -2984,6 +3026,9 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Dismiss'; + @override + String get moreButtonTooltip => 'More'; + @override String get nextMonthTooltip => 'Next month'; @@ -3533,6 +3578,9 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Cerrar'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Mes siguiente'; @@ -5360,6 +5408,9 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Loobu'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Järgmine kuu'; @@ -5564,6 +5615,9 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Baztertu'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Hurrengo hilabetea'; @@ -5768,6 +5822,9 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'نپذیرفتن'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'ماه بعد'; @@ -5972,6 +6029,9 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Ohita'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Seuraava kuukausi'; @@ -6176,6 +6236,9 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'I-dismiss'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Susunod na buwan'; @@ -6380,6 +6443,9 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Ignorer'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Mois suivant'; @@ -6638,6 +6704,9 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Ignorar'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Mes seguinte'; @@ -6842,6 +6911,9 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Schließen'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Nächster Monat'; @@ -7046,6 +7118,9 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'છોડી દો'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'આગલો મહિનો'; @@ -7250,6 +7325,9 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'סגירה'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'החודש הבא'; @@ -7454,6 +7532,9 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'खारिज करें'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'अगला महीना'; @@ -7658,6 +7739,9 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Odbaci'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Sljedeći mjesec'; @@ -7862,6 +7946,9 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Elvetés'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Következő hónap'; @@ -8066,6 +8153,9 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Փակել'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Հաջորդ ամիս'; @@ -8270,6 +8360,9 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Tutup'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Bulan berikutnya'; @@ -8474,6 +8567,9 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Hunsa'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Næsti mánuður'; @@ -8678,6 +8774,9 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Ignora'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Mese successivo'; @@ -8882,6 +8981,9 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => '閉じる'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => '来月'; @@ -9086,6 +9188,9 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'დახურვა'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'შემდეგი თვე'; @@ -9290,6 +9395,9 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Жабу'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Келесі ай'; @@ -9494,6 +9602,9 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'ច្រាន​ចោល'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'ខែ​​ក្រោយ'; @@ -9698,6 +9809,9 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => '\u{cb5}\u{c9c}\u{cbe}\u{c97}\u{cca}\u{cb3}\u{cbf}\u{cb8}\u{cbf}'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => '\u{cae}\u{cc1}\u{c82}\u{ca6}\u{cbf}\u{ca8}\u{20}\u{ca4}\u{cbf}\u{c82}\u{c97}\u{cb3}\u{cc1}'; @@ -9902,6 +10016,9 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => '닫기'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => '다음 달'; @@ -10106,6 +10223,9 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Жабуу'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Кийинки ай'; @@ -10310,6 +10430,9 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'ປິດໄວ້'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'ເດືອນໜ້າ'; @@ -10514,6 +10637,9 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Atsisakyti'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Kitas mėnuo'; @@ -10718,6 +10844,9 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Nerādīt'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Nākamais mēnesis'; @@ -10922,6 +11051,9 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Отфрли'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Следниот месец'; @@ -11126,6 +11258,9 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'നിരസിക്കുക'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'അടുത്ത മാസം'; @@ -11330,6 +11465,9 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Үл хэрэгсэх'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Дараах сар'; @@ -11534,6 +11672,9 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'डिसमिस करा'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'पुढील महिना'; @@ -11738,6 +11879,9 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Tolak'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Bulan depan'; @@ -11942,6 +12086,9 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'ပယ်ရန်'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'နောက်လ'; @@ -12146,6 +12293,9 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Avvis'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Neste måned'; @@ -12350,6 +12500,9 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'खारेज गर्नुहोस्'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'अर्को महिना'; @@ -12554,6 +12707,9 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Sluiten'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Volgende maand'; @@ -12758,6 +12914,9 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'ଖାରଜ କରନ୍ତୁ'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'ପରବର୍ତ୍ତୀ ମାସ'; @@ -12962,6 +13121,9 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'ਖਾਰਜ ਕਰੋ'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'ਅਗਲਾ ਮਹੀਨਾ'; @@ -13166,6 +13328,9 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Zamknij'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Następny miesiąc'; @@ -13370,6 +13535,9 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'رد کړه'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'بله میاشت'; @@ -13574,6 +13742,9 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Dispensar'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Próximo mês'; @@ -13856,6 +14027,9 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Închideți'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Luna viitoare'; @@ -14060,6 +14234,9 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Закрыть'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Следующий месяц'; @@ -14264,6 +14441,9 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'ඉවත ලන්න'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'ඊළඟ මාසය'; @@ -14468,6 +14648,9 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Odmietnuť'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Budúci mesiac'; @@ -14672,6 +14855,9 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Opusti'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Naslednji mesec'; @@ -14876,6 +15062,9 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Hiq'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Muaji i ardhshëm'; @@ -15080,6 +15269,9 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Одбаци'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Следећи месец'; @@ -15488,6 +15680,9 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Stäng'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Nästa månad'; @@ -15692,6 +15887,9 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Ondoa'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Mwezi ujao'; @@ -15896,6 +16094,9 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'நிராகரிக்கும்'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'அடுத்த மாதம்'; @@ -16100,6 +16301,9 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'విస్మరించు'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'తర్వాత నెల'; @@ -16304,6 +16508,9 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'ปิด'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'เดือนหน้า'; @@ -16508,6 +16715,9 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'I-dismiss'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Susunod na buwan'; @@ -16712,6 +16922,9 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Kapat'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Gelecek ay'; @@ -16916,6 +17129,9 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Закрити'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Наступний місяць'; @@ -17120,6 +17336,9 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'برخاست کریں'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'اگلا مہینہ'; @@ -17324,6 +17543,9 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Yopish'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Keyingi oy'; @@ -17528,6 +17750,9 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Bỏ qua'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Tháng sau'; @@ -17732,6 +17957,9 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => '关闭'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => '下个月'; @@ -18209,6 +18437,9 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { @override String get modalBarrierDismissLabel => 'Cashisa'; + @override + String get moreButtonTooltip => 'TBD'; + @override String get nextMonthTooltip => 'Inyanga ezayo'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_af.arb b/packages/flutter_localizations/lib/src/l10n/material_af.arb index 85367da31ace..8390dcc686c8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_af.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Vou uit", "remainingTextFieldCharacterCountOne": "1 karakter oor", "remainingTextFieldCharacterCountOther": "$remainingCount karakters oor", - "refreshIndicatorSemanticLabel": "Herlaai" + "refreshIndicatorSemanticLabel": "Herlaai", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_am.arb b/packages/flutter_localizations/lib/src/l10n/material_am.arb index ace6f2a888de..a99e6fea7a0c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_am.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "ዘርጋ", "remainingTextFieldCharacterCountOne": "1 ቁምፊ ይቀራል", "remainingTextFieldCharacterCountOther": "$remainingCount ቁምፊዎች ይቀራሉ", - "refreshIndicatorSemanticLabel": "አድስ" + "refreshIndicatorSemanticLabel": "አድስ", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index 0062c25759e4..9d679aa041c4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -58,5 +58,6 @@ "remainingTextFieldCharacterCountZero": "لا أحرف متبقية", "remainingTextFieldCharacterCountOne": "حرف واحد متبقٍ", "remainingTextFieldCharacterCountOther": "$remainingCount حرف متبقٍ", - "refreshIndicatorSemanticLabel": "إعادة تحميل" + "refreshIndicatorSemanticLabel": "إعادة تحميل", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_as.arb b/packages/flutter_localizations/lib/src/l10n/material_as.arb index bfaeb9bae71d..9ed02265f6cf 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_as.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "বিস্তাৰ কৰক", "remainingTextFieldCharacterCountOne": "১টা বর্ণ বাকী আছে", "remainingTextFieldCharacterCountOther": "$remainingCountটা বর্ণ বাকী আছে", - "refreshIndicatorSemanticLabel": "ৰিফ্ৰেশ্ব কৰক" + "refreshIndicatorSemanticLabel": "ৰিফ্ৰেশ্ব কৰক", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_az.arb b/packages/flutter_localizations/lib/src/l10n/material_az.arb index bae6af2219bf..6449b4be35f9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_az.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Genişləndirin", "remainingTextFieldCharacterCountOne": "1 simvol qalır", "remainingTextFieldCharacterCountOther": "$remainingCount simvol qalır", - "refreshIndicatorSemanticLabel": "Yeniləyin" + "refreshIndicatorSemanticLabel": "Yeniləyin", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_be.arb b/packages/flutter_localizations/lib/src/l10n/material_be.arb index a34a6c3a68f2..c38f6f389750 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_be.arb @@ -54,5 +54,6 @@ "collapsedIconTapHint": "Разгарнуць", "remainingTextFieldCharacterCountOne": "Застаўся 1 сімвал", "remainingTextFieldCharacterCountOther": "Засталося $remainingCount сімвала", - "refreshIndicatorSemanticLabel": "Абнавіць" + "refreshIndicatorSemanticLabel": "Абнавіць", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bg.arb b/packages/flutter_localizations/lib/src/l10n/material_bg.arb index cd6e683b8e23..f4774f89c54c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bg.arb @@ -51,5 +51,6 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Остава 1 знак", "remainingTextFieldCharacterCountOther": "Остават $remainingCount знака", - "refreshIndicatorSemanticLabel": "Опресняване" + "refreshIndicatorSemanticLabel": "Опресняване", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bn.arb b/packages/flutter_localizations/lib/src/l10n/material_bn.arb index c8349fe51919..8055be3eb45b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bn.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "বড় করুন", "remainingTextFieldCharacterCountOne": "আর ১টি অক্ষর লেখা যাবে", "remainingTextFieldCharacterCountOther": "আর $remainingCountটি অক্ষর লেখা যাবে", - "refreshIndicatorSemanticLabel": "রিফ্রেশ করুন" + "refreshIndicatorSemanticLabel": "রিফ্রেশ করুন", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bs.arb b/packages/flutter_localizations/lib/src/l10n/material_bs.arb index 89979a708568..b2ff5d030bf7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bs.arb @@ -53,5 +53,6 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Još jedan znak", "remainingTextFieldCharacterCountOther": "Još $remainingCount znakova", - "refreshIndicatorSemanticLabel": "Osvježi" + "refreshIndicatorSemanticLabel": "Osvježi", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ca.arb b/packages/flutter_localizations/lib/src/l10n/material_ca.arb index ad17f41bda98..5b515417e171 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ca.arb @@ -51,5 +51,6 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 caràcter", "remainingTextFieldCharacterCountOther": "Queden $remainingCount caràcters", - "refreshIndicatorSemanticLabel": "Actualitza" + "refreshIndicatorSemanticLabel": "Actualitza", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_cs.arb b/packages/flutter_localizations/lib/src/l10n/material_cs.arb index 592292073f12..ac28cb444e81 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cs.arb @@ -55,5 +55,6 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Zbývá 1 znak", "remainingTextFieldCharacterCountOther": "Zbývá $remainingCount znaků", - "refreshIndicatorSemanticLabel": "Obnovit" + "refreshIndicatorSemanticLabel": "Obnovit", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_da.arb b/packages/flutter_localizations/lib/src/l10n/material_da.arb index c3caf779dfe8..9efeec38c28a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_da.arb @@ -51,5 +51,6 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Ét tegn tilbage", "remainingTextFieldCharacterCountOther": "$remainingCount tegn tilbage", - "refreshIndicatorSemanticLabel": "Opdater" + "refreshIndicatorSemanticLabel": "Opdater", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index b8eedd0a7fc9..691cf6c229e4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -52,5 +52,6 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Noch 1 Zeichen", "remainingTextFieldCharacterCountOther": "Noch $remainingCount Zeichen", - "refreshIndicatorSemanticLabel": "Aktualisieren" + "refreshIndicatorSemanticLabel": "Aktualisieren", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_el.arb b/packages/flutter_localizations/lib/src/l10n/material_el.arb index 2a3b60751fcd..68eec0d04e3f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_el.arb @@ -51,5 +51,6 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "απομένει 1 χαρακτήρας", "remainingTextFieldCharacterCountOther": "απομένουν $remainingCount χαρακτήρες", - "refreshIndicatorSemanticLabel": "Ανανέωση" + "refreshIndicatorSemanticLabel": "Ανανέωση", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index fc3402fcd5cf..f51d17be94e2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -31,6 +31,11 @@ "description": "The tooltip for the delete button of chips." }, + "moreButtonTooltip": "More", + "@moreButtonTooltip": { + "description": "The tooltip for the more button in the text selection menu, which shows the overflowing menu items." + }, + "nextMonthTooltip": "Next month", "@nextMonthTooltip": { "description": "The tooltip for the month picker's 'next month' button." diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index 26ff12007cba..3387c995a853 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -52,5 +52,6 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", - "refreshIndicatorSemanticLabel": "Actualizar" + "refreshIndicatorSemanticLabel": "Actualizar", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_et.arb b/packages/flutter_localizations/lib/src/l10n/material_et.arb index f0ee77587637..f100bd1d9f52 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_et.arb @@ -51,5 +51,6 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Jäänud on 1 tähemärk", "remainingTextFieldCharacterCountOther": "Jäänud on $remainingCount tähemärki", - "refreshIndicatorSemanticLabel": "Värskendamine" + "refreshIndicatorSemanticLabel": "Värskendamine", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_eu.arb b/packages/flutter_localizations/lib/src/l10n/material_eu.arb index faa0c45c2885..8d92a70a24bd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_eu.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Zabaldu", "remainingTextFieldCharacterCountOne": "1 karaktere geratzen da", "remainingTextFieldCharacterCountOther": "$remainingCount karaktere geratzen dira", - "refreshIndicatorSemanticLabel": "Freskatu" + "refreshIndicatorSemanticLabel": "Freskatu", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index f5f74153a436..76ff956cde86 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -51,5 +51,6 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "۱ نویسه باقی مانده است", "remainingTextFieldCharacterCountOther": "$remainingCount نویسه باقی مانده است", - "refreshIndicatorSemanticLabel": "بازخوانی" + "refreshIndicatorSemanticLabel": "بازخوانی", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fi.arb b/packages/flutter_localizations/lib/src/l10n/material_fi.arb index ae435d79961e..24040fac7fd3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fi.arb @@ -51,5 +51,6 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 merkki jäljellä", "remainingTextFieldCharacterCountOther": "$remainingCount merkkiä jäljellä", - "refreshIndicatorSemanticLabel": "Päivitys" + "refreshIndicatorSemanticLabel": "Päivitys", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fil.arb b/packages/flutter_localizations/lib/src/l10n/material_fil.arb index d317f317269f..a1060d7b04c3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fil.arb @@ -51,5 +51,6 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 character ang natitira", "remainingTextFieldCharacterCountOther": "$remainingCount na character ang natitira", - "refreshIndicatorSemanticLabel": "Nagre-refresh" + "refreshIndicatorSemanticLabel": "Nagre-refresh", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index 239cf421f032..e6d48be827ef 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -52,5 +52,6 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 caractère restant", "remainingTextFieldCharacterCountOther": "$remainingCount caractères restants", - "refreshIndicatorSemanticLabel": "Actualiser" + "refreshIndicatorSemanticLabel": "Actualiser", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gl.arb b/packages/flutter_localizations/lib/src/l10n/material_gl.arb index 2a5220910eab..82438c3330eb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gl.arb @@ -52,5 +52,6 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 carácter restante", "remainingTextFieldCharacterCountOther": "$remainingCount caracteres restantes", - "refreshIndicatorSemanticLabel": "Actualizar" + "refreshIndicatorSemanticLabel": "Actualizar", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index 306f3b6596b2..58d216633c22 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -51,5 +51,6 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Noch 1 Zeichen", "remainingTextFieldCharacterCountOther": "Noch $remainingCount Zeichen", - "refreshIndicatorSemanticLabel": "Aktualisieren" + "refreshIndicatorSemanticLabel": "Aktualisieren", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gu.arb b/packages/flutter_localizations/lib/src/l10n/material_gu.arb index 666f8bfb95f4..3302a3e4c059 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gu.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "વિસ્તૃત કરો", "remainingTextFieldCharacterCountOne": "1 અક્ષર બાકી", "remainingTextFieldCharacterCountOther": "$remainingCount અક્ષર બાકી", - "refreshIndicatorSemanticLabel": "રિફ્રેશ કરો" + "refreshIndicatorSemanticLabel": "રિફ્રેશ કરો", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index 2981ee6ce6a9..f5af65179d1f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -55,5 +55,6 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "נותר תו אחד", "remainingTextFieldCharacterCountOther": "נותרו $remainingCount תווים", - "refreshIndicatorSemanticLabel": "רענון" + "refreshIndicatorSemanticLabel": "רענון", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hi.arb b/packages/flutter_localizations/lib/src/l10n/material_hi.arb index 2c7d67ae5e90..68726527ca98 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hi.arb @@ -51,5 +51,6 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "एक वर्ण अाैर डाला जा सकता है", "remainingTextFieldCharacterCountOther": "$remainingCount वर्ण अाैर डाले जा सकते हैं", - "refreshIndicatorSemanticLabel": "रीफ़्रेश करें" + "refreshIndicatorSemanticLabel": "रीफ़्रेश करें", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hr.arb b/packages/flutter_localizations/lib/src/l10n/material_hr.arb index 5180a92dbbf1..b4a4ab010631 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hr.arb @@ -53,5 +53,6 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Preostao je 1 znak", "remainingTextFieldCharacterCountOther": "Preostalo je $remainingCount znakova", - "refreshIndicatorSemanticLabel": "Osvježi" + "refreshIndicatorSemanticLabel": "Osvježi", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hu.arb b/packages/flutter_localizations/lib/src/l10n/material_hu.arb index 301dff5c94f0..896d41e443a4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hu.arb @@ -51,5 +51,6 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 karakter maradt", "remainingTextFieldCharacterCountOther": "$remainingCount karakter maradt", - "refreshIndicatorSemanticLabel": "Frissítés" + "refreshIndicatorSemanticLabel": "Frissítés", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hy.arb b/packages/flutter_localizations/lib/src/l10n/material_hy.arb index dd3649d8cfd7..8c47a27cd605 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hy.arb @@ -56,5 +56,6 @@ "remainingTextFieldCharacterCountZero": "Նիշի հնարավորություն չկա", "remainingTextFieldCharacterCountOne": "Մնացել է 1 նիշ", "remainingTextFieldCharacterCountOther": "Մնացել է $remainingCount նիշ", - "refreshIndicatorSemanticLabel": "Թարմացնել" + "refreshIndicatorSemanticLabel": "Թարմացնել", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_id.arb b/packages/flutter_localizations/lib/src/l10n/material_id.arb index 991490570a1c..70f98c887a7e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_id.arb @@ -51,5 +51,6 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Sisa 1 karakter", "remainingTextFieldCharacterCountOther": "Sisa $remainingCount karakter", - "refreshIndicatorSemanticLabel": "Memuat ulang" + "refreshIndicatorSemanticLabel": "Memuat ulang", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_is.arb b/packages/flutter_localizations/lib/src/l10n/material_is.arb index b25a6bfaf6ef..c0ef72fa67a4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_is.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Stækka", "remainingTextFieldCharacterCountOne": "1 stafur eftir", "remainingTextFieldCharacterCountOther": "$remainingCount stafir eftir", - "refreshIndicatorSemanticLabel": "Endurnýja" + "refreshIndicatorSemanticLabel": "Endurnýja", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index f4865421e7f1..ebd53524bcbf 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -51,5 +51,6 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 carattere rimanente", "remainingTextFieldCharacterCountOther": "$remainingCount caratteri rimanenti", - "refreshIndicatorSemanticLabel": "Aggiorna" + "refreshIndicatorSemanticLabel": "Aggiorna", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index 915561f4b809..8852f154e30d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -51,5 +51,6 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "残り 1 文字(半角相当)", "remainingTextFieldCharacterCountOther": "残り $remainingCount 文字(半角相当)", - "refreshIndicatorSemanticLabel": "更新" + "refreshIndicatorSemanticLabel": "更新", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ka.arb b/packages/flutter_localizations/lib/src/l10n/material_ka.arb index 70673a06df6c..cb3207cbf44e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ka.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "გაშლა", "remainingTextFieldCharacterCountOne": "დარჩა 1 სიმბოლო", "remainingTextFieldCharacterCountOther": "დარჩა $remainingCount სიმბოლო", - "refreshIndicatorSemanticLabel": "განახლება" + "refreshIndicatorSemanticLabel": "განახლება", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kk.arb b/packages/flutter_localizations/lib/src/l10n/material_kk.arb index 82ce18958275..25f10c87db8c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kk.arb @@ -52,5 +52,6 @@ "collapsedIconTapHint": "Жаю", "remainingTextFieldCharacterCountZero": "Таңбалар қалмады", "remainingTextFieldCharacterCountOther": "$remainingCount таңба қалды.", - "refreshIndicatorSemanticLabel": "Жаңарту" + "refreshIndicatorSemanticLabel": "Жаңарту", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_km.arb b/packages/flutter_localizations/lib/src/l10n/material_km.arb index a6a2cb6b10a9..5e080abc3821 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_km.arb @@ -51,5 +51,6 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "នៅសល់​ 1 តួ​ទៀត", "remainingTextFieldCharacterCountOther": "នៅសល់ $remainingCount តួ​ទៀត", - "refreshIndicatorSemanticLabel": "ផ្ទុកឡើងវិញ" + "refreshIndicatorSemanticLabel": "ផ្ទុកឡើងវិញ", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kn.arb b/packages/flutter_localizations/lib/src/l10n/material_kn.arb index 6241f0dc91f8..598202b5f904 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kn.arb @@ -1,54 +1,55 @@ { - "scriptCategory": "\u0074\u0061\u006c\u006c", - "timeOfDayFormat": "\u0048\u003a\u006d\u006d", - "openAppDrawerTooltip": "\u0ca8\u0ccd\u0caf\u0cbe\u0cb5\u0cbf\u0c97\u0cc7\u0cb6\u0ca8\u0ccd\u200c\u0020\u0cae\u0cc6\u0ca8\u0cc1\u0020\u0ca4\u0cc6\u0cb0\u0cc6\u0caf\u0cbf\u0cb0\u0cbf", - "backButtonTooltip": "\u0cb9\u0cbf\u0c82\u0ca4\u0cbf\u0cb0\u0cc1\u0c97\u0cbf", - "closeButtonTooltip": "\u0cae\u0cc1\u0c9a\u0ccd\u0c9a\u0cbf\u0cb0\u0cbf", - "deleteButtonTooltip": "\u0c85\u0cb3\u0cbf\u0cb8\u0cbf", - "nextMonthTooltip": "\u0cae\u0cc1\u0c82\u0ca6\u0cbf\u0ca8\u0020\u0ca4\u0cbf\u0c82\u0c97\u0cb3\u0cc1", - "previousMonthTooltip": "\u0cb9\u0cbf\u0c82\u0ca6\u0cbf\u0ca8\u0020\u0ca4\u0cbf\u0c82\u0c97\u0cb3\u0cc1", - "nextPageTooltip": "\u0cae\u0cc1\u0c82\u0ca6\u0cbf\u0ca8\u0020\u0caa\u0cc1\u0c9f", - "previousPageTooltip": "\u0cb9\u0cbf\u0c82\u0ca6\u0cbf\u0ca8\u0020\u0caa\u0cc1\u0c9f", - "showMenuTooltip": "\u0cae\u0cc6\u0ca8\u0cc1\u0020\u0ca4\u0ccb\u0cb0\u0cbf\u0cb8\u0cbf", - "aboutListTileTitle": "\u0024\u0061\u0070\u0070\u006c\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u004e\u0061\u006d\u0065\u0020\u0cac\u0c97\u0ccd\u0c97\u0cc6", - "licensesPageTitle": "\u0caa\u0cb0\u0cb5\u0cbe\u0ca8\u0c97\u0cbf\u0c97\u0cb3\u0cc1", - "pageRowsInfoTitle": "\u0024\u0072\u006f\u0077\u0043\u006f\u0075\u006e\u0074\u0020\u0cb0\u0cb2\u0ccd\u0cb2\u0cbf\u0020\u0024\u0066\u0069\u0072\u0073\u0074\u0052\u006f\u0077\u2013\u0024\u006c\u0061\u0073\u0074\u0052\u006f\u0077", - "pageRowsInfoTitleApproximate": "\u0024\u0072\u006f\u0077\u0043\u006f\u0075\u006e\u0074\u0020\u0cb0\u0cb2\u0ccd\u0cb2\u0cbf\u0020\u0024\u0066\u0069\u0072\u0073\u0074\u0052\u006f\u0077\u2013\u0024\u006c\u0061\u0073\u0074\u0052\u006f\u0077", - "rowsPerPageTitle": "\u0caa\u0ccd\u0cb0\u0ca4\u0cbf\u0020\u0caa\u0cc1\u0c9f\u0c95\u0ccd\u0c95\u0cc6\u0020\u0cb8\u0cbe\u0cb2\u0cc1\u0c97\u0cb3\u0cc1\u003a", - "tabLabel": "\u0024\u0074\u0061\u0062\u0043\u006f\u0075\u006e\u0074\u0020\u0cb0\u0cb2\u0ccd\u0cb2\u0cbf\u0ca8\u0020\u0024\u0074\u0061\u0062\u0049\u006e\u0064\u0065\u0078\u0020\u0c9f\u0ccd\u0caf\u0cbe\u0cac\u0ccd", - "selectedRowCountTitleOne": "\u0031\u0020\u0c90\u0c9f\u0c82\u0020\u0c86\u0caf\u0ccd\u0c95\u0cc6\u0020\u0cae\u0cbe\u0ca1\u0cb2\u0cbe\u0c97\u0cbf\u0ca6\u0cc6", - "selectedRowCountTitleOther": "\u0024\u0073\u0065\u006c\u0065\u0063\u0074\u0065\u0064\u0052\u006f\u0077\u0043\u006f\u0075\u006e\u0074\u0020\u0c90\u0c9f\u0c82\u0c97\u0cb3\u0ca8\u0ccd\u0ca8\u0cc1\u0020\u0c86\u0caf\u0ccd\u0c95\u0cc6\u0020\u0cae\u0cbe\u0ca1\u0cb2\u0cbe\u0c97\u0cbf\u0ca6\u0cc6", - "cancelButtonLabel": "\u0cb0\u0ca6\u0ccd\u0ca6\u0cc1\u0cae\u0cbe\u0ca1\u0cbf", - "closeButtonLabel": "\u0cae\u0cc1\u0c9a\u0ccd\u0c9a\u0cbf\u0cb0\u0cbf", - "continueButtonLabel": "\u0cae\u0cc1\u0c82\u0ca6\u0cc1\u0cb5\u0cb0\u0cbf\u0cb8\u0cbf", - "copyButtonLabel": "\u0ca8\u0c95\u0cb2\u0cbf\u0cb8\u0cbf", - "cutButtonLabel": "\u0c95\u0ca4\u0ccd\u0ca4\u0cb0\u0cbf\u0cb8\u0cbf", - "okButtonLabel": "\u0cb8\u0cb0\u0cbf", - "pasteButtonLabel": "\u0c85\u0c82\u0c9f\u0cbf\u0cb8\u0cbf", - "selectAllButtonLabel": "\u0c8e\u0cb2\u0ccd\u0cb2\u0cb5\u0ca8\u0ccd\u0ca8\u0cc2\u0020\u0c86\u0caf\u0ccd\u0c95\u0cc6\u0cae\u0cbe\u0ca1\u0cbf", - "viewLicensesButtonLabel": "\u0caa\u0cb0\u0cb5\u0cbe\u0ca8\u0c97\u0cbf\u0c97\u0cb3\u0ca8\u0ccd\u0ca8\u0cc1\u0020\u0cb5\u0cbf\u0cd5\u0c95\u0ccd\u0cb7\u0cbf\u0cb8\u0cbf", - "anteMeridiemAbbreviation": "\u0cac\u0cc6\u0cb3\u0cbf\u0c97\u0ccd\u0c97\u0cc6", - "postMeridiemAbbreviation": "\u0cb8\u0c82\u0c9c\u0cc6", - "timePickerHourModeAnnouncement": "\u0c97\u0c82\u0c9f\u0cc6\u0c97\u0cb3\u0ca8\u0ccd\u0ca8\u0cc1\u0020\u0c86\u0caf\u0ccd\u0c95\u0cc6\u0cae\u0cbe\u0ca1\u0cbf", - "timePickerMinuteModeAnnouncement": "\u0ca8\u0cbf\u0cae\u0cbf\u0cb7\u0c97\u0cb3\u0ca8\u0ccd\u0ca8\u0cc1\u0020\u0c86\u0caf\u0ccd\u0c95\u0cc6\u0cae\u0cbe\u0ca1\u0cbf", - "modalBarrierDismissLabel": "\u0cb5\u0c9c\u0cbe\u0c97\u0cca\u0cb3\u0cbf\u0cb8\u0cbf", - "signedInLabel": "\u0cb8\u0cc8\u0ca8\u0ccd\u0020\u0c87\u0ca8\u0ccd\u0020\u0cae\u0cbe\u0ca1\u0cb2\u0cbe\u0c97\u0cbf\u0ca6\u0cc6", - "hideAccountsLabel": "\u0c96\u0cbe\u0ca4\u0cc6\u0c97\u0cb3\u0ca8\u0ccd\u0ca8\u0cc1\u0020\u0cae\u0cb0\u0cc6\u0cae\u0cbe\u0ca1\u0cbf", - "showAccountsLabel": "\u0c96\u0cbe\u0ca4\u0cc6\u0c97\u0cb3\u0ca8\u0ccd\u0ca8\u0cc1\u0020\u0ca4\u0ccb\u0cb0\u0cbf\u0cb8\u0cbf", - "drawerLabel": "\u0ca8\u0ccd\u0caf\u0cbe\u0cb5\u0cbf\u0c97\u0cc7\u0cb6\u0ca8\u0ccd\u200c\u0020\u0cae\u0cc6\u0ca8\u0cc1", - "popupMenuLabel": "\u0caa\u0cbe\u0caa\u0ccd\u0c85\u0caa\u0ccd\u0020\u0cae\u0cc6\u0ca8\u0cc1", - "dialogLabel": "\u0ca1\u0cc8\u0cb2\u0cbe\u0c97\u0ccd", - "alertDialogLabel": "\u0c8e\u0c9a\u0ccd\u0c9a\u0cb0\u0cbf\u0c95\u0cc6", - "searchFieldLabel": "\u0cb9\u0cc1\u0ca1\u0cc1\u0c95\u0cbf", - "reorderItemToStart": "\u0caa\u0ccd\u0cb0\u0cbe\u0cb0\u0c82\u0cad\u0c95\u0ccd\u0c95\u0cc6\u0020\u0cb8\u0cb0\u0cbf\u0cb8\u0cbf", - "reorderItemToEnd": "\u0c95\u0cca\u0ca8\u0cc6\u0c97\u0cc6\u0020\u0cb8\u0cb0\u0cbf\u0cb8\u0cbf", - "reorderItemUp": "\u0cae\u0cc7\u0cb2\u0cc6\u0020\u0cb8\u0cb0\u0cbf\u0cb8\u0cbf", - "reorderItemDown": "\u0c95\u0cc6\u0cb3\u0c97\u0cc6\u0020\u0cb8\u0cb0\u0cbf\u0cb8\u0cbf", - "reorderItemLeft": "\u0c8e\u0ca1\u0c95\u0ccd\u0c95\u0cc6\u0020\u0cb8\u0cb0\u0cbf\u0cb8\u0cbf", - "reorderItemRight": "\u0cac\u0cb2\u0c95\u0ccd\u0c95\u0cc6\u0020\u0cb8\u0cb0\u0cbf\u0cb8\u0cbf", - "expandedIconTapHint": "\u0c95\u0cc1\u0c97\u0ccd\u0c97\u0cbf\u0cb8\u0cbf", - "collapsedIconTapHint": "\u0cb5\u0cbf\u0cb8\u0ccd\u0ca4\u0cb0\u0cbf\u0cb8\u0cbf", - "remainingTextFieldCharacterCountOne": "\u0031\u0020\u0c85\u0c95\u0ccd\u0cb7\u0cb0\u0020\u0c89\u0cb3\u0cbf\u0ca6\u0cbf\u0ca6\u0cc6", - "remainingTextFieldCharacterCountOther": "\u0024\u0072\u0065\u006d\u0061\u0069\u006e\u0069\u006e\u0067\u0043\u006f\u0075\u006e\u0074\u0020\u0c85\u0c95\u0ccd\u0cb7\u0cb0\u0c97\u0cb3\u0cc1\u0020\u0c89\u0cb3\u0cbf\u0ca6\u0cbf\u0cb5\u0cc6", - "refreshIndicatorSemanticLabel": "\u0cb0\u0cbf\u0cab\u0ccd\u0cb0\u0cc6\u0cb6\u0ccd\u0020\u0cae\u0cbe\u0ca1\u0cbf" + "scriptCategory": "tall", + "timeOfDayFormat": "H:mm", + "openAppDrawerTooltip": "ನ್ಯಾವಿಗೇಶನ್‌ ಮೆನು ತೆರೆಯಿರಿ", + "backButtonTooltip": "ಹಿಂತಿರುಗಿ", + "closeButtonTooltip": "ಮುಚ್ಚಿರಿ", + "deleteButtonTooltip": "ಅಳಿಸಿ", + "nextMonthTooltip": "ಮುಂದಿನ ತಿಂಗಳು", + "previousMonthTooltip": "ಹಿಂದಿನ ತಿಂಗಳು", + "nextPageTooltip": "ಮುಂದಿನ ಪುಟ", + "previousPageTooltip": "ಹಿಂದಿನ ಪುಟ", + "showMenuTooltip": "ಮೆನು ತೋರಿಸಿ", + "aboutListTileTitle": "$applicationName ಬಗ್ಗೆ", + "licensesPageTitle": "ಪರವಾನಗಿಗಳು", + "pageRowsInfoTitle": "$rowCount ರಲ್ಲಿ $firstRow–$lastRow", + "pageRowsInfoTitleApproximate": "$rowCount ರಲ್ಲಿ $firstRow–$lastRow", + "rowsPerPageTitle": "ಪ್ರತಿ ಪುಟಕ್ಕೆ ಸಾಲುಗಳು:", + "tabLabel": "$tabCount ರಲ್ಲಿನ $tabIndex ಟ್ಯಾಬ್", + "selectedRowCountTitleOne": "1 ಐಟಂ ಆಯ್ಕೆ ಮಾಡಲಾಗಿದೆ", + "selectedRowCountTitleOther": "$selectedRowCount ಐಟಂಗಳನ್ನು ಆಯ್ಕೆ ಮಾಡಲಾಗಿದೆ", + "cancelButtonLabel": "ರದ್ದುಮಾಡಿ", + "closeButtonLabel": "ಮುಚ್ಚಿರಿ", + "continueButtonLabel": "ಮುಂದುವರಿಸಿ", + "copyButtonLabel": "ನಕಲಿಸಿ", + "cutButtonLabel": "ಕತ್ತರಿಸಿ", + "okButtonLabel": "ಸರಿ", + "pasteButtonLabel": "ಅಂಟಿಸಿ", + "selectAllButtonLabel": "ಎಲ್ಲವನ್ನೂ ಆಯ್ಕೆಮಾಡಿ", + "viewLicensesButtonLabel": "ಪರವಾನಗಿಗಳನ್ನು ವೀಕ್ಷಿಸಿ", + "anteMeridiemAbbreviation": "ಬೆಳಿಗ್ಗೆ", + "postMeridiemAbbreviation": "ಸಂಜೆ", + "timePickerHourModeAnnouncement": "ಗಂಟೆಗಳನ್ನು ಆಯ್ಕೆಮಾಡಿ", + "timePickerMinuteModeAnnouncement": "ನಿಮಿಷಗಳನ್ನು ಆಯ್ಕೆಮಾಡಿ", + "modalBarrierDismissLabel": "ವಜಾಗೊಳಿಸಿ", + "signedInLabel": "ಸೈನ್ ಇನ್ ಮಾಡಲಾಗಿದೆ", + "hideAccountsLabel": "ಖಾತೆಗಳನ್ನು ಮರೆಮಾಡಿ", + "showAccountsLabel": "ಖಾತೆಗಳನ್ನು ತೋರಿಸಿ", + "drawerLabel": "ನ್ಯಾವಿಗೇಶನ್‌ ಮೆನು", + "popupMenuLabel": "ಪಾಪ್ಅಪ್ ಮೆನು", + "dialogLabel": "ಡೈಲಾಗ್", + "alertDialogLabel": "ಎಚ್ಚರಿಕೆ", + "searchFieldLabel": "ಹುಡುಕಿ", + "reorderItemToStart": "ಪ್ರಾರಂಭಕ್ಕೆ ಸರಿಸಿ", + "reorderItemToEnd": "ಕೊನೆಗೆ ಸರಿಸಿ", + "reorderItemUp": "ಮೇಲೆ ಸರಿಸಿ", + "reorderItemDown": "ಕೆಳಗೆ ಸರಿಸಿ", + "reorderItemLeft": "ಎಡಕ್ಕೆ ಸರಿಸಿ", + "reorderItemRight": "ಬಲಕ್ಕೆ ಸರಿಸಿ", + "expandedIconTapHint": "ಕುಗ್ಗಿಸಿ", + "collapsedIconTapHint": "ವಿಸ್ತರಿಸಿ", + "remainingTextFieldCharacterCountOne": "1 ಅಕ್ಷರ ಉಳಿದಿದೆ", + "remainingTextFieldCharacterCountOther": "$remainingCount ಅಕ್ಷರಗಳು ಉಳಿದಿವೆ", + "refreshIndicatorSemanticLabel": "ರಿಫ್ರೆಶ್ ಮಾಡಿ", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index b424457eb0be..1cc0c5cacdfc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -51,5 +51,6 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1자 남음", "remainingTextFieldCharacterCountOther": "$remainingCount자 남음", - "refreshIndicatorSemanticLabel": "새로고침" + "refreshIndicatorSemanticLabel": "새로고침", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ky.arb b/packages/flutter_localizations/lib/src/l10n/material_ky.arb index 97aee02926ee..55fa590b2c27 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ky.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Жайып көрсөтүү", "remainingTextFieldCharacterCountOne": "1 белги калды", "remainingTextFieldCharacterCountOther": "$remainingCount белги калды", - "refreshIndicatorSemanticLabel": "Жаңыртуу" + "refreshIndicatorSemanticLabel": "Жаңыртуу", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lo.arb b/packages/flutter_localizations/lib/src/l10n/material_lo.arb index 1c06c45f0e23..ad27d49638d0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lo.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "ຂະຫຍາຍ", "remainingTextFieldCharacterCountOne": "ຍັງອີກ 1 ຕົວອັກສອນ", "remainingTextFieldCharacterCountOther": "ຍັງອີກ $remainingCount ຕົວອັກສອນ", - "refreshIndicatorSemanticLabel": "ໂຫຼດຄືນໃໝ່" + "refreshIndicatorSemanticLabel": "ໂຫຼດຄືນໃໝ່", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lt.arb b/packages/flutter_localizations/lib/src/l10n/material_lt.arb index b1b946c83d70..22ef37e9d9ff 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lt.arb @@ -55,5 +55,6 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Liko 1 simbolis", "remainingTextFieldCharacterCountOther": "Liko $remainingCount simbolių", - "refreshIndicatorSemanticLabel": "Atnaujinti" + "refreshIndicatorSemanticLabel": "Atnaujinti", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lv.arb b/packages/flutter_localizations/lib/src/l10n/material_lv.arb index 0973c0605524..3bfb25e1bf9e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lv.arb @@ -52,5 +52,6 @@ "remainingTextFieldCharacterCountZero": "Nav atlikusi neviena rakstzīme.", "remainingTextFieldCharacterCountOne": "Atlikusi 1 rakstzīme.", "remainingTextFieldCharacterCountOther": "Atlikušas $remainingCount rakstzīmes.", - "refreshIndicatorSemanticLabel": "Atsvaidzināt" + "refreshIndicatorSemanticLabel": "Atsvaidzināt", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mk.arb b/packages/flutter_localizations/lib/src/l10n/material_mk.arb index c427e1d25e38..add1768a3278 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mk.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Прошири", "remainingTextFieldCharacterCountOne": "Преостанува уште 1 знак", "remainingTextFieldCharacterCountOther": "Преостануваат уште $remainingCount знаци", - "refreshIndicatorSemanticLabel": "Освежи" + "refreshIndicatorSemanticLabel": "Освежи", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ml.arb b/packages/flutter_localizations/lib/src/l10n/material_ml.arb index c70f68258211..54882ccb36a2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ml.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "വികസിപ്പിക്കുക", "remainingTextFieldCharacterCountOne": "ഒരു പ്രതീകം ശേഷിക്കുന്നു", "remainingTextFieldCharacterCountOther": "$remainingCount പ്രതീകങ്ങൾ ശേഷിക്കുന്നു", - "refreshIndicatorSemanticLabel": "പുതുക്കിയെടുക്കുക" + "refreshIndicatorSemanticLabel": "പുതുക്കിയെടുക്കുക", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mn.arb b/packages/flutter_localizations/lib/src/l10n/material_mn.arb index 1c8c4b99ee62..cb62f11602ed 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mn.arb @@ -52,5 +52,6 @@ "remainingTextFieldCharacterCountZero": "No characters remaining", "remainingTextFieldCharacterCountOne": "1 тэмдэгт үлдсэн", "remainingTextFieldCharacterCountOther": "$remainingCount тэмдэгт үлдсэн", - "refreshIndicatorSemanticLabel": "Сэргээх" + "refreshIndicatorSemanticLabel": "Сэргээх", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mr.arb b/packages/flutter_localizations/lib/src/l10n/material_mr.arb index c55faa0cdf93..5cd4c1f7fdcc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mr.arb @@ -52,5 +52,6 @@ "remainingTextFieldCharacterCountZero": "कोणतेही वर्ण शिल्लक नाहीत", "remainingTextFieldCharacterCountOne": "एक वर्ण शिल्लक", "remainingTextFieldCharacterCountOther": "$remainingCount वर्ण शिल्लक", - "refreshIndicatorSemanticLabel": "रिफ्रेश करा" + "refreshIndicatorSemanticLabel": "रिफ्रेश करा", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ms.arb b/packages/flutter_localizations/lib/src/l10n/material_ms.arb index d8e8bf9f73ff..3ed751c4250a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ms.arb @@ -52,5 +52,6 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 aksara lagi", "remainingTextFieldCharacterCountOther": "$remainingCount aksara lagi", - "refreshIndicatorSemanticLabel": "Muat semula" + "refreshIndicatorSemanticLabel": "Muat semula", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_my.arb b/packages/flutter_localizations/lib/src/l10n/material_my.arb index b61db5f66fb5..ad8287fbdebd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_my.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "ချဲ့ရန်", "remainingTextFieldCharacterCountOne": "အက္ခရာ ၁ လုံးကျန်သည်", "remainingTextFieldCharacterCountOther": "အက္ခရာ $remainingCount လုံးကျန်သည်", - "refreshIndicatorSemanticLabel": "ပြန်လည်စတင်ရန်" + "refreshIndicatorSemanticLabel": "ပြန်လည်စတင်ရန်", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nb.arb b/packages/flutter_localizations/lib/src/l10n/material_nb.arb index 900f860539ce..3a251cfe69af 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nb.arb @@ -51,5 +51,6 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 tegn gjenstår", "remainingTextFieldCharacterCountOther": "$remainingCount tegn gjenstår", - "refreshIndicatorSemanticLabel": "Laster inn på nytt" + "refreshIndicatorSemanticLabel": "Laster inn på nytt", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ne.arb b/packages/flutter_localizations/lib/src/l10n/material_ne.arb index c9f70b8e7dc8..fc15da9e4c9b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ne.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "विस्तार गर्नुहोस्", "remainingTextFieldCharacterCountOne": "१ वर्ण बाँकी", "remainingTextFieldCharacterCountOther": "$remainingCount वर्णहरू बाँकी", - "refreshIndicatorSemanticLabel": "पुनः ताजा गर्नुहोस्" + "refreshIndicatorSemanticLabel": "पुनः ताजा गर्नुहोस्", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index 5492659dc61b..6f9450489649 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -51,5 +51,6 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 teken resterend", "remainingTextFieldCharacterCountOther": "$remainingCount tekens resterend", - "refreshIndicatorSemanticLabel": "Vernieuwen" + "refreshIndicatorSemanticLabel": "Vernieuwen", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_or.arb b/packages/flutter_localizations/lib/src/l10n/material_or.arb index 91c2b345cfd7..6b65d4c56e07 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_or.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "ପ୍ରସାରିତ କରନ୍ତୁ", "remainingTextFieldCharacterCountOne": "1ଟି ଅକ୍ଷର ବାକି ଅଛି", "remainingTextFieldCharacterCountOther": "$remainingCountଟି ଅକ୍ଷର ବାକି ଅଛି", - "refreshIndicatorSemanticLabel": "ରିଫ୍ରେସ୍ କରନ୍ତୁ" + "refreshIndicatorSemanticLabel": "ରିଫ୍ରେସ୍ କରନ୍ତୁ", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pa.arb b/packages/flutter_localizations/lib/src/l10n/material_pa.arb index a67082d6b21f..e57acc91903f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pa.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "ਵਿਸਤਾਰ ਕਰੋ", "remainingTextFieldCharacterCountOne": "1 ਅੱਖਰ-ਚਿੰਨ੍ਹ ਬਾਕੀ", "remainingTextFieldCharacterCountOther": "$remainingCount ਅੱਖਰ-ਚਿੰਨ੍ਹ ਬਾਕੀ", - "refreshIndicatorSemanticLabel": "ਰਿਫ੍ਰੈਸ਼ ਕਰੋ" + "refreshIndicatorSemanticLabel": "ਰਿਫ੍ਰੈਸ਼ ਕਰੋ", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index be3613fd4ec8..1ed89c336ad9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -55,5 +55,6 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Jeszcze 1 znak", "remainingTextFieldCharacterCountOther": "Pozostało $remainingCount znaków", - "refreshIndicatorSemanticLabel": "Odśwież" + "refreshIndicatorSemanticLabel": "Odśwież", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ps.arb b/packages/flutter_localizations/lib/src/l10n/material_ps.arb index 2c318cd6e6a4..6f456e991e26 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ps.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ps.arb @@ -50,5 +50,6 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "TBD", "remainingTextFieldCharacterCountOther": "TBD", - "refreshIndicatorSemanticLabel": "TBD" + "refreshIndicatorSemanticLabel": "TBD", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index a1d74b60924f..6c36828cdb82 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -53,5 +53,6 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 caractere restante", "remainingTextFieldCharacterCountOther": "$remainingCount caracteres restantes", - "refreshIndicatorSemanticLabel": "Atualizar" + "refreshIndicatorSemanticLabel": "Atualizar", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/flutter_localizations/lib/src/l10n/material_ro.arb index 5e29e55bd83d..3c92171fb5c9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ro.arb @@ -54,5 +54,6 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "un caracter rămas", "remainingTextFieldCharacterCountOther": "$remainingCount de caractere rămase", - "refreshIndicatorSemanticLabel": "Actualizați" + "refreshIndicatorSemanticLabel": "Actualizați", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index 15a8cf6c87ae..6db7e2779ac0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -56,5 +56,6 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Остался 1 символ", "remainingTextFieldCharacterCountOther": "Осталось $remainingCount символа", - "refreshIndicatorSemanticLabel": "Обновление" + "refreshIndicatorSemanticLabel": "Обновление", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_si.arb b/packages/flutter_localizations/lib/src/l10n/material_si.arb index f294e7098fac..5bd5488a1cab 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_si.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "දිග හරින්න", "remainingTextFieldCharacterCountOne": "අනුලකුණු 1ක් ඉතිරිය", "remainingTextFieldCharacterCountOther": "අනුලකුණු $remainingCountක් ඉතිරිය", - "refreshIndicatorSemanticLabel": "නැවුම් කරන්න" + "refreshIndicatorSemanticLabel": "නැවුම් කරන්න", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sk.arb b/packages/flutter_localizations/lib/src/l10n/material_sk.arb index d617a866b29c..5f17b77e214a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sk.arb @@ -55,5 +55,6 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Zostáva 1 znak", "remainingTextFieldCharacterCountOther": "Zostáva $remainingCount znakov", - "refreshIndicatorSemanticLabel": "Obnoviť" + "refreshIndicatorSemanticLabel": "Obnoviť", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sl.arb b/packages/flutter_localizations/lib/src/l10n/material_sl.arb index b15a66877801..d7f7687fb4c9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sl.arb @@ -55,5 +55,6 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Še 1 znak", "remainingTextFieldCharacterCountOther": "Še $remainingCount znakov", - "refreshIndicatorSemanticLabel": "Osveži" + "refreshIndicatorSemanticLabel": "Osveži", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sq.arb b/packages/flutter_localizations/lib/src/l10n/material_sq.arb index c8990eac4015..9236da645665 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sq.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Zgjero", "remainingTextFieldCharacterCountOne": "1 karakter i mbetur", "remainingTextFieldCharacterCountOther": "$remainingCount karaktere të mbetura", - "refreshIndicatorSemanticLabel": "Rifresko" + "refreshIndicatorSemanticLabel": "Rifresko", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr.arb b/packages/flutter_localizations/lib/src/l10n/material_sr.arb index db45fa6bfe3a..686cf98e2df6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr.arb @@ -53,5 +53,6 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Преостао је 1 знак", "remainingTextFieldCharacterCountOther": "Преостало је $remainingCount знакова", - "refreshIndicatorSemanticLabel": "Освежи" + "refreshIndicatorSemanticLabel": "Освежи", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sv.arb b/packages/flutter_localizations/lib/src/l10n/material_sv.arb index 69a6eb4e1abd..5a02f2b72879 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sv.arb @@ -51,5 +51,6 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 tecken kvar", "remainingTextFieldCharacterCountOther": "$remainingCount tecken kvar", - "refreshIndicatorSemanticLabel": "Uppdatera" + "refreshIndicatorSemanticLabel": "Uppdatera", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sw.arb b/packages/flutter_localizations/lib/src/l10n/material_sw.arb index c50ee8fd8aa7..ea141e25e12a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sw.arb @@ -52,5 +52,6 @@ "remainingTextFieldCharacterCountZero": "Hapana herufi zilizo baki", "remainingTextFieldCharacterCountOne": "Imesalia herufi 1", "remainingTextFieldCharacterCountOther": "Zimesalia herufi $remainingCount", - "refreshIndicatorSemanticLabel": "Onyesha upya" + "refreshIndicatorSemanticLabel": "Onyesha upya", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ta.arb b/packages/flutter_localizations/lib/src/l10n/material_ta.arb index bacfa9a8dec5..20d0ebe48e36 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ta.arb @@ -52,5 +52,6 @@ "remainingTextFieldCharacterCountZero": "எழுத்துக்கள் எதுவும் இல்லை", "remainingTextFieldCharacterCountOne": "1 எழுத்து மீதமுள்ளது", "remainingTextFieldCharacterCountOther": "$remainingCount எழுத்துகள் மீதமுள்ளன", - "refreshIndicatorSemanticLabel": "ரெஃப்ரெஷ் செய்யும்" + "refreshIndicatorSemanticLabel": "ரெஃப்ரெஷ் செய்யும்", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_te.arb b/packages/flutter_localizations/lib/src/l10n/material_te.arb index 007628fe39f6..d76ddf98deda 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_te.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "విస్తరించు", "remainingTextFieldCharacterCountOne": "1 అక్షరం మిగిలి ఉంది", "remainingTextFieldCharacterCountOther": "$remainingCount అక్షరాలు మిగిలి ఉన్నాయి", - "refreshIndicatorSemanticLabel": "రిఫ్రెష్ చేయి" + "refreshIndicatorSemanticLabel": "రిఫ్రెష్ చేయి", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/flutter_localizations/lib/src/l10n/material_th.arb index 314cc88eff0c..a0d7e0deed59 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_th.arb @@ -51,5 +51,6 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "เหลือ 1 อักขระ", "remainingTextFieldCharacterCountOther": "เหลือ $remainingCount อักขระ", - "refreshIndicatorSemanticLabel": "รีเฟรช" + "refreshIndicatorSemanticLabel": "รีเฟรช", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tl.arb b/packages/flutter_localizations/lib/src/l10n/material_tl.arb index d317f317269f..a1060d7b04c3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tl.arb @@ -51,5 +51,6 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 character ang natitira", "remainingTextFieldCharacterCountOther": "$remainingCount na character ang natitira", - "refreshIndicatorSemanticLabel": "Nagre-refresh" + "refreshIndicatorSemanticLabel": "Nagre-refresh", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index 0d4e9333417f..b834d200b85a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -51,5 +51,6 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 karakter kaldı", "remainingTextFieldCharacterCountOther": "$remainingCount karakter kaldı", - "refreshIndicatorSemanticLabel": "Yenile" + "refreshIndicatorSemanticLabel": "Yenile", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uk.arb b/packages/flutter_localizations/lib/src/l10n/material_uk.arb index 7ef72940dda1..6ed3a986b738 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uk.arb @@ -55,5 +55,6 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Залишився 1 символ", "remainingTextFieldCharacterCountOther": "Залишилося $remainingCount символу", - "refreshIndicatorSemanticLabel": "Оновити" + "refreshIndicatorSemanticLabel": "Оновити", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index a0f4297b5265..14e2919484ee 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -51,5 +51,6 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 حرف باقی ہے", "remainingTextFieldCharacterCountOther": "$remainingCount حروف باقی ہیں", - "refreshIndicatorSemanticLabel": "ریفریش کریں" + "refreshIndicatorSemanticLabel": "ریفریش کریں", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uz.arb b/packages/flutter_localizations/lib/src/l10n/material_uz.arb index 91e3972ac2f4..b85aa60c75d7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uz.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Yoyish", "remainingTextFieldCharacterCountOne": "1 ta belgi qoldi", "remainingTextFieldCharacterCountOther": "$remainingCount ta belgi qoldi", - "refreshIndicatorSemanticLabel": "Yangilash" + "refreshIndicatorSemanticLabel": "Yangilash", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_vi.arb b/packages/flutter_localizations/lib/src/l10n/material_vi.arb index 8fef9776ebd1..11222843ca52 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_vi.arb @@ -51,5 +51,6 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Còn lại 1 ký tự", "remainingTextFieldCharacterCountOther": "Còn lại $remainingCount ký tự", - "refreshIndicatorSemanticLabel": "Làm mới" + "refreshIndicatorSemanticLabel": "Làm mới", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index f3ddf8937257..98ffdca64e54 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -51,5 +51,6 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "还可输入 1 个字符", "remainingTextFieldCharacterCountOther": "还可输入 $remainingCount 个字符", - "refreshIndicatorSemanticLabel": "刷新" + "refreshIndicatorSemanticLabel": "刷新", + "moreButtonTooltip": "TBD" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zu.arb b/packages/flutter_localizations/lib/src/l10n/material_zu.arb index 36ab9ae53aeb..d3a78a6e7b31 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zu.arb @@ -50,5 +50,6 @@ "collapsedIconTapHint": "Nweba", "remainingTextFieldCharacterCountOne": "1 uhlamvu olusele", "remainingTextFieldCharacterCountOther": "$remainingCount izinhlamvu ezisele", - "refreshIndicatorSemanticLabel": "Vuselela" + "refreshIndicatorSemanticLabel": "Vuselela", + "moreButtonTooltip": "TBD" } From da42e241a4cff6809c6a7a9fc8b9f03cafadba90 Mon Sep 17 00:00:00 2001 From: Shi-Hao Hong Date: Tue, 17 Mar 2020 08:46:02 -0700 Subject: [PATCH 122/327] [gen_l10n] Separate out AppLocalizations classes and subclasses by language code (#52335) --- .../localization/localizations_utils.dart | 69 +- .../generated_cupertino_localizations.dart | 668 ++++----- .../generated_material_localizations.dart | 1290 ++++++++--------- 3 files changed, 1026 insertions(+), 1001 deletions(-) diff --git a/dev/tools/localization/localizations_utils.dart b/dev/tools/localization/localizations_utils.dart index 50d045bb3fc5..9a9f7a4be511 100644 --- a/dev/tools/localization/localizations_utils.dart +++ b/dev/tools/localization/localizations_utils.dart @@ -371,37 +371,62 @@ String generateClassDeclaration( class $classNamePrefix$camelCaseName extends $superClass {'''; } -/// Return `s` as a Dart-parseable string. -/// -/// The result tries to avoid character escaping: +/// Return the input string as a Dart-parseable string. /// /// ``` /// foo => 'foo' /// foo "bar" => 'foo "bar"' /// foo 'bar' => "foo 'bar'" /// foo 'bar' "baz" => '''foo 'bar' "baz"''' -/// foo\bar => r'foo\bar' +/// foo\bar => 'foo\\bar' +/// foo\nbar => 'foo\\\\nbar' +/// ``` +/// +/// When [shouldEscapeDollar] is set to true, the +/// result avoids character escaping, with the +/// exception of the dollar sign: +/// +/// ``` +/// foo$bar = 'foo\$bar' /// ``` /// +/// When [shouldEscapeDollar] is set to false, the +/// result tries to avoid character escaping: +/// +/// ``` +/// foo$bar => 'foo\\\$bar' +/// ``` +/// +/// [shouldEscapeDollar] is true by default. +/// /// Strings with newlines are not supported. -String generateString(String value) { - assert(!value.contains('\n')); - final String rawPrefix = value.contains(r'$') || value.contains(r'\') ? 'r' : ''; - if (!value.contains("'")) - return "$rawPrefix'$value'"; - if (!value.contains('"')) - return '$rawPrefix"$value"'; - if (!value.contains("'''")) - return "$rawPrefix'''$value'''"; - if (!value.contains('"""')) - return '$rawPrefix"""$value"""'; - - return value.split("'''") - .map(generateString) - // If value contains more than 6 consecutive single quotes some empty strings may be generated. - // The following map removes them. - .map((String part) => part == "''" ? '' : part) - .join(" \"'''\" "); +String generateString(String value, { bool escapeDollar = true }) { + assert(escapeDollar != null); + assert( + !value.contains('\n'), + 'Since it is assumed that the input string comes ' + 'from a json/arb file source, messages cannot ' + 'contain newlines.' + ); + + const String backslash = '__BACKSLASH__'; + assert( + !value.contains(backslash), + 'Input string cannot contain the sequence: ' + '"__BACKSLASH__", as it is used as part of ' + 'backslash character processing.' + ); + value = value.replaceAll('\\', backslash); + + if (escapeDollar) + value = value.replaceAll('\$', '\\\$'); + + value = value + .replaceAll("'", "\\'") + .replaceAll('"', '\\"') + .replaceAll(backslash, '\\\\'); + + return "'$value'"; } /// Only used to generate localization strings for the Kannada locale ('kn') because diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index fff5cfdf451e..38cacf7f1550 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -73,10 +73,10 @@ class CupertinoLocalizationAf extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour uur'; + String get datePickerHourSemanticsLabelOne => '\$hour uur'; @override - String get datePickerHourSemanticsLabelOther => r'$hour uur'; + String get datePickerHourSemanticsLabelOther => '\$hour uur'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -94,7 +94,7 @@ class CupertinoLocalizationAf extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minuut'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minute'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minute'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -221,10 +221,10 @@ class CupertinoLocalizationAm extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour ሰዓት'; + String get datePickerHourSemanticsLabelOne => '\$hour ሰዓት'; @override - String get datePickerHourSemanticsLabelOther => r'$hour ሰዓት'; + String get datePickerHourSemanticsLabelOther => '\$hour ሰዓት'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -242,7 +242,7 @@ class CupertinoLocalizationAm extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 ደቂቃ'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute ደቂቃዎች'; + String get datePickerMinuteSemanticsLabelOther => '\$minute ደቂቃዎች'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -363,40 +363,40 @@ class CupertinoLocalizationAr extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour بالضبط'; + String get datePickerHourSemanticsLabelFew => '\$hour بالضبط'; @override - String get datePickerHourSemanticsLabelMany => r'$hour بالضبط'; + String get datePickerHourSemanticsLabelMany => '\$hour بالضبط'; @override - String get datePickerHourSemanticsLabelOne => r'$hour بالضبط'; + String get datePickerHourSemanticsLabelOne => '\$hour بالضبط'; @override - String get datePickerHourSemanticsLabelOther => r'$hour بالضبط'; + String get datePickerHourSemanticsLabelOther => '\$hour بالضبط'; @override - String get datePickerHourSemanticsLabelTwo => r'$hour بالضبط'; + String get datePickerHourSemanticsLabelTwo => '\$hour بالضبط'; @override - String get datePickerHourSemanticsLabelZero => r'$hour بالضبط'; + String get datePickerHourSemanticsLabelZero => '\$hour بالضبط'; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute دقائق'; + String get datePickerMinuteSemanticsLabelFew => '\$minute دقائق'; @override - String get datePickerMinuteSemanticsLabelMany => r'$minute دقيقة​'; + String get datePickerMinuteSemanticsLabelMany => '\$minute دقيقة​'; @override String get datePickerMinuteSemanticsLabelOne => 'دقيقة واحدة'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute دقيقة​'; + String get datePickerMinuteSemanticsLabelOther => '\$minute دقيقة​'; @override - String get datePickerMinuteSemanticsLabelTwo => r'دقيقتان ($minute)'; + String get datePickerMinuteSemanticsLabelTwo => 'دقيقتان (\$minute)'; @override - String get datePickerMinuteSemanticsLabelZero => r'$minute دقيقة​'; + String get datePickerMinuteSemanticsLabelZero => '\$minute دقيقة​'; @override String get pasteButtonLabel => 'لصق'; @@ -517,10 +517,10 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour বাজিছে'; + String get datePickerHourSemanticsLabelOne => '\$hour বাজিছে'; @override - String get datePickerHourSemanticsLabelOther => r'$hour বাজিছে'; + String get datePickerHourSemanticsLabelOther => '\$hour বাজিছে'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -538,7 +538,7 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '১মিনিট'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minuteমিনিট'; + String get datePickerMinuteSemanticsLabelOther => '\$minuteমিনিট'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -547,7 +547,7 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => "পে'ষ্ট কৰক"; + String get pasteButtonLabel => 'পে\'ষ্ট কৰক'; @override String get postMeridiemAbbreviation => 'অপৰাহ্ন'; @@ -665,10 +665,10 @@ class CupertinoLocalizationAz extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'Saat $hour'; + String get datePickerHourSemanticsLabelOne => 'Saat \$hour'; @override - String get datePickerHourSemanticsLabelOther => r'Saat $hour'; + String get datePickerHourSemanticsLabelOther => 'Saat \$hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -686,7 +686,7 @@ class CupertinoLocalizationAz extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 dəqiqə'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute dəqiqə'; + String get datePickerMinuteSemanticsLabelOther => '\$minute dəqiqə'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -807,16 +807,16 @@ class CupertinoLocalizationBe extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour гадзіны нуль хвілін'; + String get datePickerHourSemanticsLabelFew => '\$hour гадзіны нуль хвілін'; @override - String get datePickerHourSemanticsLabelMany => r'$hour гадзін нуль хвілін'; + String get datePickerHourSemanticsLabelMany => '\$hour гадзін нуль хвілін'; @override - String get datePickerHourSemanticsLabelOne => r'$hour гадзіна нуль хвілін'; + String get datePickerHourSemanticsLabelOne => '\$hour гадзіна нуль хвілін'; @override - String get datePickerHourSemanticsLabelOther => r'$hour гадзіны нуль хвілін'; + String get datePickerHourSemanticsLabelOther => '\$hour гадзіны нуль хвілін'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -825,16 +825,16 @@ class CupertinoLocalizationBe extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute хвіліны'; + String get datePickerMinuteSemanticsLabelFew => '\$minute хвіліны'; @override - String get datePickerMinuteSemanticsLabelMany => r'$minute хвілін'; + String get datePickerMinuteSemanticsLabelMany => '\$minute хвілін'; @override String get datePickerMinuteSemanticsLabelOne => '1 хвіліна'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute хвіліны'; + String get datePickerMinuteSemanticsLabelOther => '\$minute хвіліны'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -961,10 +961,10 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour часа'; + String get datePickerHourSemanticsLabelOne => '\$hour часа'; @override - String get datePickerHourSemanticsLabelOther => r'$hour часа'; + String get datePickerHourSemanticsLabelOther => '\$hour часа'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -982,7 +982,7 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 минута'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute минути'; + String get datePickerMinuteSemanticsLabelOther => '\$minute минути'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -1109,10 +1109,10 @@ class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hourটা বাজে'; + String get datePickerHourSemanticsLabelOne => '\$hourটা বাজে'; @override - String get datePickerHourSemanticsLabelOther => r'$hourটা বাজে'; + String get datePickerHourSemanticsLabelOther => '\$hourটা বাজে'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -1130,7 +1130,7 @@ class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '১ মিনিট'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute মিনিট'; + String get datePickerMinuteSemanticsLabelOther => '\$minute মিনিট'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -1251,16 +1251,16 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour sata'; + String get datePickerHourSemanticsLabelFew => '\$hour sata'; @override String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour sat'; + String get datePickerHourSemanticsLabelOne => '\$hour sat'; @override - String get datePickerHourSemanticsLabelOther => r'$hour sati'; + String get datePickerHourSemanticsLabelOther => '\$hour sati'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -1269,7 +1269,7 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute minute'; + String get datePickerMinuteSemanticsLabelFew => '\$minute minute'; @override String get datePickerMinuteSemanticsLabelMany => null; @@ -1278,7 +1278,7 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minuta'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minuta'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minuta'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -1405,10 +1405,10 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour en punt'; + String get datePickerHourSemanticsLabelOne => '\$hour en punt'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punt'; + String get datePickerHourSemanticsLabelOther => '\$hour en punt'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -1426,7 +1426,7 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minut'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minuts'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minuts'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -1547,16 +1547,16 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour hodiny'; + String get datePickerHourSemanticsLabelFew => '\$hour hodiny'; @override - String get datePickerHourSemanticsLabelMany => r'$hour hodiny'; + String get datePickerHourSemanticsLabelMany => '\$hour hodiny'; @override - String get datePickerHourSemanticsLabelOne => r'$hour hodina'; + String get datePickerHourSemanticsLabelOne => '\$hour hodina'; @override - String get datePickerHourSemanticsLabelOther => r'$hour hodin'; + String get datePickerHourSemanticsLabelOther => '\$hour hodin'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -1565,16 +1565,16 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute minuty'; + String get datePickerMinuteSemanticsLabelFew => '\$minute minuty'; @override - String get datePickerMinuteSemanticsLabelMany => r'$minute minuty'; + String get datePickerMinuteSemanticsLabelMany => '\$minute minuty'; @override String get datePickerMinuteSemanticsLabelOne => '1 minuta'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minut'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minut'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -1701,10 +1701,10 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'klokken $hour'; + String get datePickerHourSemanticsLabelOne => 'klokken \$hour'; @override - String get datePickerHourSemanticsLabelOther => r'klokken $hour'; + String get datePickerHourSemanticsLabelOther => 'klokken \$hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -1722,7 +1722,7 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minut'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minutter'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minutter'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -1849,10 +1849,10 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour Uhr'; + String get datePickerHourSemanticsLabelOne => '\$hour Uhr'; @override - String get datePickerHourSemanticsLabelOther => r'$hour Uhr'; + String get datePickerHourSemanticsLabelOther => '\$hour Uhr'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -1870,7 +1870,7 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 Minute'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute Minuten'; + String get datePickerMinuteSemanticsLabelOther => '\$minute Minuten'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -1997,10 +1997,10 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour ακριβώς'; + String get datePickerHourSemanticsLabelOne => '\$hour ακριβώς'; @override - String get datePickerHourSemanticsLabelOther => r'$hour ακριβώς'; + String get datePickerHourSemanticsLabelOther => '\$hour ακριβώς'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -2018,7 +2018,7 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 λεπτό'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute λεπτά'; + String get datePickerMinuteSemanticsLabelOther => '\$minute λεπτά'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -2145,10 +2145,10 @@ class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r"$hour o'clock"; + String get datePickerHourSemanticsLabelOne => '\$hour o\'clock'; @override - String get datePickerHourSemanticsLabelOther => r"$hour o'clock"; + String get datePickerHourSemanticsLabelOther => '\$hour o\'clock'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -2166,7 +2166,7 @@ class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minute'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minutes'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minutes'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -2565,10 +2565,10 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => '\$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOther => '\$hour en punto'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -2586,7 +2586,7 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minuto'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minutos'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minutos'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -2689,10 +2689,10 @@ class CupertinoLocalizationEs419 extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => '\$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOther => '\$hour en punto'; @override String get datePickerDateOrderString => 'mdy'; @@ -2735,10 +2735,10 @@ class CupertinoLocalizationEsAr extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => '\$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOther => '\$hour en punto'; @override String get datePickerDateOrderString => 'mdy'; @@ -2781,10 +2781,10 @@ class CupertinoLocalizationEsBo extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => '\$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOther => '\$hour en punto'; @override String get datePickerDateOrderString => 'mdy'; @@ -2827,10 +2827,10 @@ class CupertinoLocalizationEsCl extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => '\$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOther => '\$hour en punto'; @override String get datePickerDateOrderString => 'mdy'; @@ -2873,10 +2873,10 @@ class CupertinoLocalizationEsCo extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => '\$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOther => '\$hour en punto'; @override String get datePickerDateOrderString => 'mdy'; @@ -2919,10 +2919,10 @@ class CupertinoLocalizationEsCr extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => '\$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOther => '\$hour en punto'; @override String get datePickerDateOrderString => 'mdy'; @@ -2965,10 +2965,10 @@ class CupertinoLocalizationEsDo extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => '\$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOther => '\$hour en punto'; @override String get datePickerDateOrderString => 'mdy'; @@ -3011,10 +3011,10 @@ class CupertinoLocalizationEsEc extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => '\$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOther => '\$hour en punto'; @override String get datePickerDateOrderString => 'mdy'; @@ -3057,10 +3057,10 @@ class CupertinoLocalizationEsGt extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => '\$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOther => '\$hour en punto'; @override String get datePickerDateOrderString => 'mdy'; @@ -3103,10 +3103,10 @@ class CupertinoLocalizationEsHn extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => '\$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOther => '\$hour en punto'; @override String get datePickerDateOrderString => 'mdy'; @@ -3149,10 +3149,10 @@ class CupertinoLocalizationEsMx extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => '\$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOther => '\$hour en punto'; @override String get datePickerDateOrderString => 'mdy'; @@ -3195,10 +3195,10 @@ class CupertinoLocalizationEsNi extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => '\$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOther => '\$hour en punto'; @override String get datePickerDateOrderString => 'mdy'; @@ -3241,10 +3241,10 @@ class CupertinoLocalizationEsPa extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => '\$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOther => '\$hour en punto'; @override String get datePickerDateOrderString => 'mdy'; @@ -3287,10 +3287,10 @@ class CupertinoLocalizationEsPe extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => '\$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOther => '\$hour en punto'; @override String get datePickerDateOrderString => 'mdy'; @@ -3333,10 +3333,10 @@ class CupertinoLocalizationEsPr extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => '\$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOther => '\$hour en punto'; @override String get datePickerDateOrderString => 'mdy'; @@ -3379,10 +3379,10 @@ class CupertinoLocalizationEsPy extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => '\$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOther => '\$hour en punto'; @override String get datePickerDateOrderString => 'mdy'; @@ -3425,10 +3425,10 @@ class CupertinoLocalizationEsSv extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => '\$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOther => '\$hour en punto'; @override String get datePickerDateOrderString => 'mdy'; @@ -3471,10 +3471,10 @@ class CupertinoLocalizationEsUs extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => '\$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOther => '\$hour en punto'; @override String get datePickerDateOrderString => 'mdy'; @@ -3517,10 +3517,10 @@ class CupertinoLocalizationEsUy extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => '\$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOther => '\$hour en punto'; @override String get datePickerDateOrderString => 'mdy'; @@ -3563,10 +3563,10 @@ class CupertinoLocalizationEsVe extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => '\$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOther => '\$hour en punto'; @override String get datePickerDateOrderString => 'mdy'; @@ -3633,10 +3633,10 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'Kell $hour'; + String get datePickerHourSemanticsLabelOne => 'Kell \$hour'; @override - String get datePickerHourSemanticsLabelOther => r'Kell $hour'; + String get datePickerHourSemanticsLabelOther => 'Kell \$hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -3654,7 +3654,7 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minut'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minutit'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minutit'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -3781,10 +3781,10 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'Ordu$houra da'; + String get datePickerHourSemanticsLabelOne => 'Ordu\$houra da'; @override - String get datePickerHourSemanticsLabelOther => r'$hourak dira'; + String get datePickerHourSemanticsLabelOther => '\$hourak dira'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -3802,7 +3802,7 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => 'Minutu bat'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minutu'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minutu'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -3929,10 +3929,10 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'ساعت $hour'; + String get datePickerHourSemanticsLabelOne => 'ساعت \$hour'; @override - String get datePickerHourSemanticsLabelOther => r'ساعت $hour'; + String get datePickerHourSemanticsLabelOther => 'ساعت \$hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -3950,7 +3950,7 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '۱ دقیقه'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute دقیقه'; + String get datePickerMinuteSemanticsLabelOther => '\$minute دقیقه'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -4077,10 +4077,10 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'klo $hour'; + String get datePickerHourSemanticsLabelOne => 'klo \$hour'; @override - String get datePickerHourSemanticsLabelOther => r'klo $hour'; + String get datePickerHourSemanticsLabelOther => 'klo \$hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -4098,7 +4098,7 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minuutti'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minuuttia'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minuuttia'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -4225,10 +4225,10 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'Ala $hour'; + String get datePickerHourSemanticsLabelOne => 'Ala \$hour'; @override - String get datePickerHourSemanticsLabelOther => r'Alas $hour'; + String get datePickerHourSemanticsLabelOther => 'Alas \$hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -4246,7 +4246,7 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minuto'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute na minuto'; + String get datePickerMinuteSemanticsLabelOther => '\$minute na minuto'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -4373,10 +4373,10 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour heure'; + String get datePickerHourSemanticsLabelOne => '\$hour heure'; @override - String get datePickerHourSemanticsLabelOther => r'$hour heures'; + String get datePickerHourSemanticsLabelOther => '\$hour heures'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -4394,7 +4394,7 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minute'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minutes'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minutes'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -4466,7 +4466,7 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => "aujourd'hui"; + String get todayLabel => 'aujourd\'hui'; } /// The translations for French, as used in Canada (`fr_CA`). @@ -4497,10 +4497,10 @@ class CupertinoLocalizationFrCa extends CupertinoLocalizationFr { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour heure'; + String get datePickerHourSemanticsLabelOne => '\$hour heure'; @override - String get datePickerHourSemanticsLabelOther => r'$hour heures'; + String get datePickerHourSemanticsLabelOther => '\$hour heures'; @override String get anteMeridiemAbbreviation => 'am'; @@ -4509,7 +4509,7 @@ class CupertinoLocalizationFrCa extends CupertinoLocalizationFr { String get postMeridiemAbbreviation => 'pm'; @override - String get todayLabel => "Aujourd'hui"; + String get todayLabel => 'Aujourd\'hui'; @override String get timerPickerMinuteLabelOne => 'min'; @@ -4573,10 +4573,10 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => '\$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOther => '\$hour en punto'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -4594,7 +4594,7 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minuto'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minutos'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minutos'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -4721,10 +4721,10 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour Uhr'; + String get datePickerHourSemanticsLabelOne => '\$hour Uhr'; @override - String get datePickerHourSemanticsLabelOther => r'$hour Uhr'; + String get datePickerHourSemanticsLabelOther => '\$hour Uhr'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -4742,7 +4742,7 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 Minute'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute Minuten'; + String get datePickerMinuteSemanticsLabelOther => '\$minute Minuten'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -4869,10 +4869,10 @@ class CupertinoLocalizationGu extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour વાગ્યો છે'; + String get datePickerHourSemanticsLabelOne => '\$hour વાગ્યો છે'; @override - String get datePickerHourSemanticsLabelOther => r'$hour વાગ્યા છે'; + String get datePickerHourSemanticsLabelOther => '\$hour વાગ્યા છે'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -4890,7 +4890,7 @@ class CupertinoLocalizationGu extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 મિનિટ'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute મિનિટ'; + String get datePickerMinuteSemanticsLabelOther => '\$minute મિનિટ'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -5014,16 +5014,16 @@ class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => r'$hour בדיוק'; + String get datePickerHourSemanticsLabelMany => '\$hour בדיוק'; @override - String get datePickerHourSemanticsLabelOne => r'$hour בדיוק'; + String get datePickerHourSemanticsLabelOne => '\$hour בדיוק'; @override - String get datePickerHourSemanticsLabelOther => r'$hour בדיוק'; + String get datePickerHourSemanticsLabelOther => '\$hour בדיוק'; @override - String get datePickerHourSemanticsLabelTwo => r'$hour בדיוק'; + String get datePickerHourSemanticsLabelTwo => '\$hour בדיוק'; @override String get datePickerHourSemanticsLabelZero => null; @@ -5032,16 +5032,16 @@ class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => r'$minute דקות'; + String get datePickerMinuteSemanticsLabelMany => '\$minute דקות'; @override String get datePickerMinuteSemanticsLabelOne => 'דקה אחת'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute דקות'; + String get datePickerMinuteSemanticsLabelOther => '\$minute דקות'; @override - String get datePickerMinuteSemanticsLabelTwo => r'$minute דקות'; + String get datePickerMinuteSemanticsLabelTwo => '\$minute דקות'; @override String get datePickerMinuteSemanticsLabelZero => null; @@ -5165,10 +5165,10 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour बजे'; + String get datePickerHourSemanticsLabelOne => '\$hour बजे'; @override - String get datePickerHourSemanticsLabelOther => r'$hour बजे'; + String get datePickerHourSemanticsLabelOther => '\$hour बजे'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -5186,7 +5186,7 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 मिनट'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute मिनट'; + String get datePickerMinuteSemanticsLabelOther => '\$minute मिनट'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -5307,16 +5307,16 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour sata'; + String get datePickerHourSemanticsLabelFew => '\$hour sata'; @override String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour sat'; + String get datePickerHourSemanticsLabelOne => '\$hour sat'; @override - String get datePickerHourSemanticsLabelOther => r'$hour sati'; + String get datePickerHourSemanticsLabelOther => '\$hour sati'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -5325,7 +5325,7 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute minute'; + String get datePickerMinuteSemanticsLabelFew => '\$minute minute'; @override String get datePickerMinuteSemanticsLabelMany => null; @@ -5334,7 +5334,7 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => 'Jedna minuta'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minuta'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minuta'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -5461,10 +5461,10 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour óra'; + String get datePickerHourSemanticsLabelOne => '\$hour óra'; @override - String get datePickerHourSemanticsLabelOther => r'$hour óra'; + String get datePickerHourSemanticsLabelOther => '\$hour óra'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -5482,7 +5482,7 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 perc'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute perc'; + String get datePickerMinuteSemanticsLabelOther => '\$minute perc'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -5609,10 +5609,10 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour:00'; + String get datePickerHourSemanticsLabelOne => '\$hour:00'; @override - String get datePickerHourSemanticsLabelOther => r'$hour:00'; + String get datePickerHourSemanticsLabelOther => '\$hour:00'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -5630,7 +5630,7 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 րոպե'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute րոպե'; + String get datePickerMinuteSemanticsLabelOther => '\$minute րոպե'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -5757,10 +5757,10 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour tepat'; + String get datePickerHourSemanticsLabelOne => '\$hour tepat'; @override - String get datePickerHourSemanticsLabelOther => r'$hour tepat'; + String get datePickerHourSemanticsLabelOther => '\$hour tepat'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -5778,7 +5778,7 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 menit'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute menit'; + String get datePickerMinuteSemanticsLabelOther => '\$minute menit'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -5905,10 +5905,10 @@ class CupertinoLocalizationIs extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'klukkan $hour'; + String get datePickerHourSemanticsLabelOne => 'klukkan \$hour'; @override - String get datePickerHourSemanticsLabelOther => r'klukkan $hour'; + String get datePickerHourSemanticsLabelOther => 'klukkan \$hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -5926,7 +5926,7 @@ class CupertinoLocalizationIs extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 mínúta'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute mínútur'; + String get datePickerMinuteSemanticsLabelOther => '\$minute mínútur'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -6053,10 +6053,10 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour in punto'; + String get datePickerHourSemanticsLabelOne => '\$hour in punto'; @override - String get datePickerHourSemanticsLabelOther => r'$hour in punto'; + String get datePickerHourSemanticsLabelOther => '\$hour in punto'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -6074,7 +6074,7 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minuto'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minuti'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minuti'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -6201,10 +6201,10 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour時'; + String get datePickerHourSemanticsLabelOne => '\$hour時'; @override - String get datePickerHourSemanticsLabelOther => r'$hour時'; + String get datePickerHourSemanticsLabelOther => '\$hour時'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -6222,7 +6222,7 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1分'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute分'; + String get datePickerMinuteSemanticsLabelOther => '\$minute分'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -6349,10 +6349,10 @@ class CupertinoLocalizationKa extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour საათი'; + String get datePickerHourSemanticsLabelOne => '\$hour საათი'; @override - String get datePickerHourSemanticsLabelOther => r'$hour საათი'; + String get datePickerHourSemanticsLabelOther => '\$hour საათი'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -6370,7 +6370,7 @@ class CupertinoLocalizationKa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 წუთი'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute წუთი'; + String get datePickerMinuteSemanticsLabelOther => '\$minute წუთი'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -6497,10 +6497,10 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'Сағат: $hour'; + String get datePickerHourSemanticsLabelOne => 'Сағат: \$hour'; @override - String get datePickerHourSemanticsLabelOther => r'Сағат: $hour'; + String get datePickerHourSemanticsLabelOther => 'Сағат: \$hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -6518,7 +6518,7 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 минут'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute минут'; + String get datePickerMinuteSemanticsLabelOther => '\$minute минут'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -6645,10 +6645,10 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'ម៉ោង $hour'; + String get datePickerHourSemanticsLabelOne => 'ម៉ោង \$hour'; @override - String get datePickerHourSemanticsLabelOther => r'ម៉ោង $hour'; + String get datePickerHourSemanticsLabelOther => 'ម៉ោង \$hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -6666,7 +6666,7 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 នាទី'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute នាទី'; + String get datePickerMinuteSemanticsLabelOther => '\$minute នាទី'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -6941,10 +6941,10 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour시 정각'; + String get datePickerHourSemanticsLabelOne => '\$hour시 정각'; @override - String get datePickerHourSemanticsLabelOther => r'$hour시 정각'; + String get datePickerHourSemanticsLabelOther => '\$hour시 정각'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -6962,7 +6962,7 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1분'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute분'; + String get datePickerMinuteSemanticsLabelOther => '\$minute분'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -7089,10 +7089,10 @@ class CupertinoLocalizationKy extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'Саат $hour'; + String get datePickerHourSemanticsLabelOne => 'Саат \$hour'; @override - String get datePickerHourSemanticsLabelOther => r'Саат $hour'; + String get datePickerHourSemanticsLabelOther => 'Саат \$hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -7110,7 +7110,7 @@ class CupertinoLocalizationKy extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 мүнөт'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute мүнөт'; + String get datePickerMinuteSemanticsLabelOther => '\$minute мүнөт'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -7237,10 +7237,10 @@ class CupertinoLocalizationLo extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour ໂມງກົງ'; + String get datePickerHourSemanticsLabelOne => '\$hour ໂມງກົງ'; @override - String get datePickerHourSemanticsLabelOther => r'$hour ໂມງກົງ'; + String get datePickerHourSemanticsLabelOther => '\$hour ໂມງກົງ'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -7258,7 +7258,7 @@ class CupertinoLocalizationLo extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 ນາທີ'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute ນາທີ'; + String get datePickerMinuteSemanticsLabelOther => '\$minute ນາທີ'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -7379,16 +7379,16 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour val.'; + String get datePickerHourSemanticsLabelFew => '\$hour val.'; @override - String get datePickerHourSemanticsLabelMany => r'$hour val.'; + String get datePickerHourSemanticsLabelMany => '\$hour val.'; @override - String get datePickerHourSemanticsLabelOne => r'$hour val.'; + String get datePickerHourSemanticsLabelOne => '\$hour val.'; @override - String get datePickerHourSemanticsLabelOther => r'$hour val.'; + String get datePickerHourSemanticsLabelOther => '\$hour val.'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -7397,16 +7397,16 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute min.'; + String get datePickerMinuteSemanticsLabelFew => '\$minute min.'; @override - String get datePickerMinuteSemanticsLabelMany => r'$minute min.'; + String get datePickerMinuteSemanticsLabelMany => '\$minute min.'; @override String get datePickerMinuteSemanticsLabelOne => '1 min.'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute min.'; + String get datePickerMinuteSemanticsLabelOther => '\$minute min.'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -7533,16 +7533,16 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'plkst. $hour'; + String get datePickerHourSemanticsLabelOne => 'plkst. \$hour'; @override - String get datePickerHourSemanticsLabelOther => r'plkst. $hour'; + String get datePickerHourSemanticsLabelOther => 'plkst. \$hour'; @override String get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => r'plkst. $hour'; + String get datePickerHourSemanticsLabelZero => 'plkst. \$hour'; @override String get datePickerMinuteSemanticsLabelFew => null; @@ -7554,13 +7554,13 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minūte'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minūtes'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minūtes'; @override String get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => r'$minute minūtes'; + String get datePickerMinuteSemanticsLabelZero => '\$minute minūtes'; @override String get pasteButtonLabel => 'Ielīmēt'; @@ -7681,10 +7681,10 @@ class CupertinoLocalizationMk extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour часот'; + String get datePickerHourSemanticsLabelOne => '\$hour часот'; @override - String get datePickerHourSemanticsLabelOther => r'$hour часот'; + String get datePickerHourSemanticsLabelOther => '\$hour часот'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -7702,7 +7702,7 @@ class CupertinoLocalizationMk extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 минута'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute минути'; + String get datePickerMinuteSemanticsLabelOther => '\$minute минути'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -7829,10 +7829,10 @@ class CupertinoLocalizationMl extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour മണി'; + String get datePickerHourSemanticsLabelOne => '\$hour മണി'; @override - String get datePickerHourSemanticsLabelOther => r'$hour മണി'; + String get datePickerHourSemanticsLabelOther => '\$hour മണി'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -7850,7 +7850,7 @@ class CupertinoLocalizationMl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => 'ഒരു മിനിറ്റ്'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute മിനിറ്റ്'; + String get datePickerMinuteSemanticsLabelOther => '\$minute മിനിറ്റ്'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -7977,10 +7977,10 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour цаг'; + String get datePickerHourSemanticsLabelOne => '\$hour цаг'; @override - String get datePickerHourSemanticsLabelOther => r'$hour цаг'; + String get datePickerHourSemanticsLabelOther => '\$hour цаг'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -7998,7 +7998,7 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 минут'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute минут'; + String get datePickerMinuteSemanticsLabelOther => '\$minute минут'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -8125,10 +8125,10 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour वाजता'; + String get datePickerHourSemanticsLabelOne => '\$hour वाजता'; @override - String get datePickerHourSemanticsLabelOther => r'$hour वाजता'; + String get datePickerHourSemanticsLabelOther => '\$hour वाजता'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -8146,7 +8146,7 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => 'एक मिनिट'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute मिनिटे'; + String get datePickerMinuteSemanticsLabelOther => '\$minute मिनिटे'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -8273,10 +8273,10 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'Pukul $hour'; + String get datePickerHourSemanticsLabelOne => 'Pukul \$hour'; @override - String get datePickerHourSemanticsLabelOther => r'Pukul $hour'; + String get datePickerHourSemanticsLabelOther => 'Pukul \$hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -8294,7 +8294,7 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minit'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minit'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minit'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -8421,10 +8421,10 @@ class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour နာရီ'; + String get datePickerHourSemanticsLabelOne => '\$hour နာရီ'; @override - String get datePickerHourSemanticsLabelOther => r'$hour နာရီ'; + String get datePickerHourSemanticsLabelOther => '\$hour နာရီ'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -8442,7 +8442,7 @@ class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '၁ မိနစ်'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute မိနစ်'; + String get datePickerMinuteSemanticsLabelOther => '\$minute မိနစ်'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -8569,10 +8569,10 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour null-null'; + String get datePickerHourSemanticsLabelOne => '\$hour null-null'; @override - String get datePickerHourSemanticsLabelOther => r'$hour null-null'; + String get datePickerHourSemanticsLabelOther => '\$hour null-null'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -8590,7 +8590,7 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minutt'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minutter'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minutter'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -8717,10 +8717,10 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour बजे'; + String get datePickerHourSemanticsLabelOne => '\$hour बजे'; @override - String get datePickerHourSemanticsLabelOther => r'$hour बजे'; + String get datePickerHourSemanticsLabelOther => '\$hour बजे'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -8738,7 +8738,7 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '१ मिनेट'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute मिनेट'; + String get datePickerMinuteSemanticsLabelOther => '\$minute मिनेट'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -8865,10 +8865,10 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour uur'; + String get datePickerHourSemanticsLabelOne => '\$hour uur'; @override - String get datePickerHourSemanticsLabelOther => r'$hour uur'; + String get datePickerHourSemanticsLabelOther => '\$hour uur'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -8886,7 +8886,7 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minuut'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minuten'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minuten'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -9013,10 +9013,10 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hourଟା'; + String get datePickerHourSemanticsLabelOne => '\$hourଟା'; @override - String get datePickerHourSemanticsLabelOther => r'$hourଟା'; + String get datePickerHourSemanticsLabelOther => '\$hourଟା'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -9034,7 +9034,7 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 ମିନିଟ୍'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute ମିନିଟ୍'; + String get datePickerMinuteSemanticsLabelOther => '\$minute ମିନିଟ୍'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -9161,10 +9161,10 @@ class CupertinoLocalizationPa extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour ਵਜੇ'; + String get datePickerHourSemanticsLabelOne => '\$hour ਵਜੇ'; @override - String get datePickerHourSemanticsLabelOther => r'$hour ਵਜੇ'; + String get datePickerHourSemanticsLabelOther => '\$hour ਵਜੇ'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -9182,7 +9182,7 @@ class CupertinoLocalizationPa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 ਮਿੰਟ'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute ਮਿੰਟ'; + String get datePickerMinuteSemanticsLabelOther => '\$minute ਮਿੰਟ'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -9303,16 +9303,16 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour'; + String get datePickerHourSemanticsLabelFew => '\$hour'; @override - String get datePickerHourSemanticsLabelMany => r'$hour'; + String get datePickerHourSemanticsLabelMany => '\$hour'; @override - String get datePickerHourSemanticsLabelOne => r'$hour'; + String get datePickerHourSemanticsLabelOne => '\$hour'; @override - String get datePickerHourSemanticsLabelOther => r'$hour'; + String get datePickerHourSemanticsLabelOther => '\$hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -9321,16 +9321,16 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute minuty'; + String get datePickerMinuteSemanticsLabelFew => '\$minute minuty'; @override - String get datePickerMinuteSemanticsLabelMany => r'$minute minut'; + String get datePickerMinuteSemanticsLabelMany => '\$minute minut'; @override String get datePickerMinuteSemanticsLabelOne => '1 minuta'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minuty'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minuty'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -9457,10 +9457,10 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour hora'; + String get datePickerHourSemanticsLabelOne => '\$hour hora'; @override - String get datePickerHourSemanticsLabelOther => r'$hour horas'; + String get datePickerHourSemanticsLabelOther => '\$hour horas'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -9478,7 +9478,7 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minuto'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minutos'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minutos'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -9581,7 +9581,7 @@ class CupertinoLocalizationPtPt extends CupertinoLocalizationPt { ); @override - String get datePickerHourSemanticsLabelOther => r'$hour hora'; + String get datePickerHourSemanticsLabelOther => '\$hour hora'; @override String get timerPickerSecondLabelOne => 'seg'; @@ -9639,16 +9639,16 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'Ora $hour'; + String get datePickerHourSemanticsLabelFew => 'Ora \$hour'; @override String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'Ora $hour'; + String get datePickerHourSemanticsLabelOne => 'Ora \$hour'; @override - String get datePickerHourSemanticsLabelOther => r'Ora $hour'; + String get datePickerHourSemanticsLabelOther => 'Ora \$hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -9657,7 +9657,7 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute minute'; + String get datePickerMinuteSemanticsLabelFew => '\$minute minute'; @override String get datePickerMinuteSemanticsLabelMany => null; @@ -9666,7 +9666,7 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minut'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute de minute'; + String get datePickerMinuteSemanticsLabelOther => '\$minute de minute'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -9787,16 +9787,16 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour часа'; + String get datePickerHourSemanticsLabelFew => '\$hour часа'; @override - String get datePickerHourSemanticsLabelMany => r'$hour часов'; + String get datePickerHourSemanticsLabelMany => '\$hour часов'; @override - String get datePickerHourSemanticsLabelOne => r'$hour час'; + String get datePickerHourSemanticsLabelOne => '\$hour час'; @override - String get datePickerHourSemanticsLabelOther => r'$hour часа'; + String get datePickerHourSemanticsLabelOther => '\$hour часа'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -9805,16 +9805,16 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute минуты'; + String get datePickerMinuteSemanticsLabelFew => '\$minute минуты'; @override - String get datePickerMinuteSemanticsLabelMany => r'$minute минут'; + String get datePickerMinuteSemanticsLabelMany => '\$minute минут'; @override String get datePickerMinuteSemanticsLabelOne => '1 минута'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute минуты'; + String get datePickerMinuteSemanticsLabelOther => '\$minute минуты'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -9941,10 +9941,10 @@ class CupertinoLocalizationSi extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hourයි'; + String get datePickerHourSemanticsLabelOne => '\$hourයි'; @override - String get datePickerHourSemanticsLabelOther => r'$hourයි'; + String get datePickerHourSemanticsLabelOther => '\$hourයි'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -9962,7 +9962,7 @@ class CupertinoLocalizationSi extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => 'මිනිත්තු 1'; @override - String get datePickerMinuteSemanticsLabelOther => r'මිනිත්තු $minute'; + String get datePickerMinuteSemanticsLabelOther => 'මිනිත්තු \$minute'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -10083,16 +10083,16 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour hodiny'; + String get datePickerHourSemanticsLabelFew => '\$hour hodiny'; @override - String get datePickerHourSemanticsLabelMany => r'$hour hodiny'; + String get datePickerHourSemanticsLabelMany => '\$hour hodiny'; @override - String get datePickerHourSemanticsLabelOne => r'$hour hodina'; + String get datePickerHourSemanticsLabelOne => '\$hour hodina'; @override - String get datePickerHourSemanticsLabelOther => r'$hour hodín'; + String get datePickerHourSemanticsLabelOther => '\$hour hodín'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -10101,16 +10101,16 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute minúty'; + String get datePickerMinuteSemanticsLabelFew => '\$minute minúty'; @override - String get datePickerMinuteSemanticsLabelMany => r'$minute minúty'; + String get datePickerMinuteSemanticsLabelMany => '\$minute minúty'; @override String get datePickerMinuteSemanticsLabelOne => '1 minúta'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minút'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minút'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -10231,25 +10231,25 @@ class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour'; + String get datePickerHourSemanticsLabelFew => '\$hour'; @override String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour'; + String get datePickerHourSemanticsLabelOne => '\$hour'; @override - String get datePickerHourSemanticsLabelOther => r'$hour'; + String get datePickerHourSemanticsLabelOther => '\$hour'; @override - String get datePickerHourSemanticsLabelTwo => r'$hour'; + String get datePickerHourSemanticsLabelTwo => '\$hour'; @override String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute minute'; + String get datePickerMinuteSemanticsLabelFew => '\$minute minute'; @override String get datePickerMinuteSemanticsLabelMany => null; @@ -10258,10 +10258,10 @@ class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minuta'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minut'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minut'; @override - String get datePickerMinuteSemanticsLabelTwo => r'$minute minuti'; + String get datePickerMinuteSemanticsLabelTwo => '\$minute minuti'; @override String get datePickerMinuteSemanticsLabelZero => null; @@ -10385,10 +10385,10 @@ class CupertinoLocalizationSq extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour fiks'; + String get datePickerHourSemanticsLabelOne => '\$hour fiks'; @override - String get datePickerHourSemanticsLabelOther => r'$hour fiks'; + String get datePickerHourSemanticsLabelOther => '\$hour fiks'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -10406,7 +10406,7 @@ class CupertinoLocalizationSq extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minutë'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minuta'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minuta'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -10527,16 +10527,16 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour сата'; + String get datePickerHourSemanticsLabelFew => '\$hour сата'; @override String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour сат'; + String get datePickerHourSemanticsLabelOne => '\$hour сат'; @override - String get datePickerHourSemanticsLabelOther => r'$hour сати'; + String get datePickerHourSemanticsLabelOther => '\$hour сати'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -10545,7 +10545,7 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute минута'; + String get datePickerMinuteSemanticsLabelFew => '\$minute минута'; @override String get datePickerMinuteSemanticsLabelMany => null; @@ -10554,7 +10554,7 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 минут'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute минута'; + String get datePickerMinuteSemanticsLabelOther => '\$minute минута'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -10697,22 +10697,22 @@ class CupertinoLocalizationSrLatn extends CupertinoLocalizationSr { String get cutButtonLabel => 'Iseci'; @override - String get datePickerHourSemanticsLabelFew => r'$hour sata'; + String get datePickerHourSemanticsLabelFew => '\$hour sata'; @override - String get datePickerHourSemanticsLabelOne => r'$hour sat'; + String get datePickerHourSemanticsLabelOne => '\$hour sat'; @override - String get datePickerHourSemanticsLabelOther => r'$hour sati'; + String get datePickerHourSemanticsLabelOther => '\$hour sati'; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute minuta'; + String get datePickerMinuteSemanticsLabelFew => '\$minute minuta'; @override String get datePickerMinuteSemanticsLabelOne => '1 minut'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minuta'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minuta'; @override String get pasteButtonLabel => 'Nalepi'; @@ -10806,10 +10806,10 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'Klockan $hour'; + String get datePickerHourSemanticsLabelOne => 'Klockan \$hour'; @override - String get datePickerHourSemanticsLabelOther => r'Klockan $hour'; + String get datePickerHourSemanticsLabelOther => 'Klockan \$hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -10827,7 +10827,7 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minut'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minuter'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minuter'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -10954,10 +10954,10 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'Saa $hour kamili'; + String get datePickerHourSemanticsLabelOne => 'Saa \$hour kamili'; @override - String get datePickerHourSemanticsLabelOther => r'Saa $hour kamili'; + String get datePickerHourSemanticsLabelOther => 'Saa \$hour kamili'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -10975,7 +10975,7 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => 'Dakika 1'; @override - String get datePickerMinuteSemanticsLabelOther => r'Dakika $minute'; + String get datePickerMinuteSemanticsLabelOther => 'Dakika \$minute'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -11102,10 +11102,10 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour மணி'; + String get datePickerHourSemanticsLabelOne => '\$hour மணி'; @override - String get datePickerHourSemanticsLabelOther => r'$hour மணி'; + String get datePickerHourSemanticsLabelOther => '\$hour மணி'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -11123,7 +11123,7 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 நிமிடம்'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute நிமிடங்கள்'; + String get datePickerMinuteSemanticsLabelOther => '\$minute நிமிடங்கள்'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -11250,10 +11250,10 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour అవుతుంది'; + String get datePickerHourSemanticsLabelOne => '\$hour అవుతుంది'; @override - String get datePickerHourSemanticsLabelOther => r'$hour అవుతుంది'; + String get datePickerHourSemanticsLabelOther => '\$hour అవుతుంది'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -11271,7 +11271,7 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 నిమిషం'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute నిమిషాలు'; + String get datePickerMinuteSemanticsLabelOther => '\$minute నిమిషాలు'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -11398,10 +11398,10 @@ class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour นาฬิกา'; + String get datePickerHourSemanticsLabelOne => '\$hour นาฬิกา'; @override - String get datePickerHourSemanticsLabelOther => r'$hour นาฬิกา'; + String get datePickerHourSemanticsLabelOther => '\$hour นาฬิกา'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -11419,7 +11419,7 @@ class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 นาที'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute นาที'; + String get datePickerMinuteSemanticsLabelOther => '\$minute นาที'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -11546,10 +11546,10 @@ class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'Ala $hour'; + String get datePickerHourSemanticsLabelOne => 'Ala \$hour'; @override - String get datePickerHourSemanticsLabelOther => r'Alas $hour'; + String get datePickerHourSemanticsLabelOther => 'Alas \$hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -11567,7 +11567,7 @@ class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minuto'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute na minuto'; + String get datePickerMinuteSemanticsLabelOther => '\$minute na minuto'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -11694,10 +11694,10 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'Saat $hour'; + String get datePickerHourSemanticsLabelOne => 'Saat \$hour'; @override - String get datePickerHourSemanticsLabelOther => r'Saat $hour'; + String get datePickerHourSemanticsLabelOther => 'Saat \$hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -11715,7 +11715,7 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 dakika'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute dakika'; + String get datePickerMinuteSemanticsLabelOther => '\$minute dakika'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -11836,16 +11836,16 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour години'; + String get datePickerHourSemanticsLabelFew => '\$hour години'; @override - String get datePickerHourSemanticsLabelMany => r'$hour годин'; + String get datePickerHourSemanticsLabelMany => '\$hour годин'; @override - String get datePickerHourSemanticsLabelOne => r'$hour година'; + String get datePickerHourSemanticsLabelOne => '\$hour година'; @override - String get datePickerHourSemanticsLabelOther => r'$hour години'; + String get datePickerHourSemanticsLabelOther => '\$hour години'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -11854,16 +11854,16 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute хвилини'; + String get datePickerMinuteSemanticsLabelFew => '\$minute хвилини'; @override - String get datePickerMinuteSemanticsLabelMany => r'$minute хвилин'; + String get datePickerMinuteSemanticsLabelMany => '\$minute хвилин'; @override String get datePickerMinuteSemanticsLabelOne => '1 хвилина'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute хвилини'; + String get datePickerMinuteSemanticsLabelOther => '\$minute хвилини'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -11990,10 +11990,10 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour بجے'; + String get datePickerHourSemanticsLabelOne => '\$hour بجے'; @override - String get datePickerHourSemanticsLabelOther => r'$hour بجے'; + String get datePickerHourSemanticsLabelOther => '\$hour بجے'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -12011,7 +12011,7 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 منٹ'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute منٹس'; + String get datePickerMinuteSemanticsLabelOther => '\$minute منٹس'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -12138,10 +12138,10 @@ class CupertinoLocalizationUz extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour soat'; + String get datePickerHourSemanticsLabelOne => '\$hour soat'; @override - String get datePickerHourSemanticsLabelOther => r'$hour soat'; + String get datePickerHourSemanticsLabelOther => '\$hour soat'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -12159,7 +12159,7 @@ class CupertinoLocalizationUz extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 daqiqa'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute daqiqa'; + String get datePickerMinuteSemanticsLabelOther => '\$minute daqiqa'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -12286,10 +12286,10 @@ class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour giờ'; + String get datePickerHourSemanticsLabelOne => '\$hour giờ'; @override - String get datePickerHourSemanticsLabelOther => r'$hour giờ'; + String get datePickerHourSemanticsLabelOther => '\$hour giờ'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -12307,7 +12307,7 @@ class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 phút'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute phút'; + String get datePickerMinuteSemanticsLabelOther => '\$minute phút'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -12434,10 +12434,10 @@ class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour 点'; + String get datePickerHourSemanticsLabelOne => '\$hour 点'; @override - String get datePickerHourSemanticsLabelOther => r'$hour 点'; + String get datePickerHourSemanticsLabelOther => '\$hour 点'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -12455,7 +12455,7 @@ class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 分钟'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute 分钟'; + String get datePickerMinuteSemanticsLabelOther => '\$minute 分钟'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -12598,16 +12598,16 @@ class CupertinoLocalizationZhHant extends CupertinoLocalizationZh { String get datePickerDateTimeOrderString => 'date_dayPeriod_time'; @override - String get datePickerHourSemanticsLabelOne => r'$hour 點'; + String get datePickerHourSemanticsLabelOne => '\$hour 點'; @override - String get datePickerHourSemanticsLabelOther => r'$hour 點'; + String get datePickerHourSemanticsLabelOther => '\$hour 點'; @override String get datePickerMinuteSemanticsLabelOne => '1 分鐘'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute 分鐘'; + String get datePickerMinuteSemanticsLabelOther => '\$minute 分鐘'; @override String get pasteButtonLabel => '貼上'; @@ -12687,7 +12687,7 @@ class CupertinoLocalizationZhHantTw extends CupertinoLocalizationZhHant { String get datePickerMinuteSemanticsLabelOne => '1 分'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute 分'; + String get datePickerMinuteSemanticsLabelOther => '\$minute 分'; @override String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @@ -12754,10 +12754,10 @@ class CupertinoLocalizationZu extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour ezimpondweni'; + String get datePickerHourSemanticsLabelOne => '\$hour ezimpondweni'; @override - String get datePickerHourSemanticsLabelOther => r'$hour ezimpondweni'; + String get datePickerHourSemanticsLabelOther => '\$hour ezimpondweni'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -12775,7 +12775,7 @@ class CupertinoLocalizationZu extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 iminithi'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute amaminithi'; + String get datePickerMinuteSemanticsLabelOther => '\$minute amaminithi'; @override String get datePickerMinuteSemanticsLabelTwo => null; diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index 6344031b3c23..b391b47e9d8d 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -45,7 +45,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Meer oor $applicationName'; + String get aboutListTileTitleRaw => 'Meer oor \$applicationName'; @override String get alertDialogLabel => 'Opletberig'; @@ -114,10 +114,10 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Maak navigasiekieslys oop'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow van $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow van \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow van ongeveer $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow van ongeveer \$rowCount'; @override String get pasteButtonLabel => 'PLAK'; @@ -147,7 +147,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 karakter oor'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount karakters oor'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount karakters oor'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -195,7 +195,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 item is gekies'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount items is gekies'; + String get selectedRowCountTitleOther => '\$selectedRowCount items is gekies'; @override String get selectedRowCountTitleTwo => null; @@ -213,7 +213,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get signedInLabel => 'Aangemeld'; @override - String get tabLabelRaw => r'Oortjie $tabIndex van $tabCount'; + String get tabLabelRaw => 'Oortjie \$tabIndex van \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -252,7 +252,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'ስለ $applicationName'; + String get aboutListTileTitleRaw => 'ስለ \$applicationName'; @override String get alertDialogLabel => 'ማንቂያ'; @@ -321,10 +321,10 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'የዳሰሳ ምናሌን ክፈት'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow ከ$rowCount ውስጥ'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow ከ\$rowCount ውስጥ'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow ከ$rowCount ያህል ውስጥ'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow ከ\$rowCount ያህል ውስጥ'; @override String get pasteButtonLabel => 'ለጥፍ'; @@ -354,7 +354,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 ቁምፊ ይቀራል'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount ቁምፊዎች ይቀራሉ'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount ቁምፊዎች ይቀራሉ'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -402,7 +402,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 ንጥል ተመርጧል'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount ንጥሎች ተመርጠዋል'; + String get selectedRowCountTitleOther => '\$selectedRowCount ንጥሎች ተመርጠዋል'; @override String get selectedRowCountTitleTwo => null; @@ -420,7 +420,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get signedInLabel => 'በመለያ ገብቷል'; @override - String get tabLabelRaw => r'ትር $tabIndex ከ$tabCount'; + String get tabLabelRaw => 'ትር \$tabIndex ከ\$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -459,7 +459,7 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'حول "$applicationName"'; + String get aboutListTileTitleRaw => 'حول \"\$applicationName\"'; @override String get alertDialogLabel => 'تنبيه'; @@ -528,10 +528,10 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'فتح قائمة التنقل'; @override - String get pageRowsInfoTitleRaw => r'من $firstRow إلى $lastRow من إجمالي $rowCount'; + String get pageRowsInfoTitleRaw => 'من \$firstRow إلى \$lastRow من إجمالي \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'من $firstRow إلى $lastRow من إجمالي $rowCount تقريبًا'; + String get pageRowsInfoTitleApproximateRaw => 'من \$firstRow إلى \$lastRow من إجمالي \$rowCount تقريبًا'; @override String get pasteButtonLabel => 'لصق'; @@ -552,19 +552,19 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'إعادة تحميل'; @override - String get remainingTextFieldCharacterCountFew => r'$remainingCount أحرف متبقية'; + String get remainingTextFieldCharacterCountFew => '\$remainingCount أحرف متبقية'; @override - String get remainingTextFieldCharacterCountMany => r'$remainingCount حرفًا متبقيًا'; + String get remainingTextFieldCharacterCountMany => '\$remainingCount حرفًا متبقيًا'; @override String get remainingTextFieldCharacterCountOne => 'حرف واحد متبقٍ'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount حرف متبقٍ'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount حرف متبقٍ'; @override - String get remainingTextFieldCharacterCountTwo => r'حرفان ($remainingCount) متبقيان'; + String get remainingTextFieldCharacterCountTwo => 'حرفان (\$remainingCount) متبقيان'; @override String get remainingTextFieldCharacterCountZero => 'لا أحرف متبقية'; @@ -600,19 +600,19 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'اختيار الكل'; @override - String get selectedRowCountTitleFew => r'تم اختيار $selectedRowCount عنصر'; + String get selectedRowCountTitleFew => 'تم اختيار \$selectedRowCount عنصر'; @override - String get selectedRowCountTitleMany => r'تم اختيار $selectedRowCount عنصرًا'; + String get selectedRowCountTitleMany => 'تم اختيار \$selectedRowCount عنصرًا'; @override String get selectedRowCountTitleOne => 'تم اختيار عنصر واحد'; @override - String get selectedRowCountTitleOther => r'تم اختيار $selectedRowCount عنصر'; + String get selectedRowCountTitleOther => 'تم اختيار \$selectedRowCount عنصر'; @override - String get selectedRowCountTitleTwo => r'تم اختيار عنصرين ($selectedRowCount)'; + String get selectedRowCountTitleTwo => 'تم اختيار عنصرين (\$selectedRowCount)'; @override String get selectedRowCountTitleZero => 'لم يتم اختيار أي عنصر'; @@ -627,7 +627,7 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get signedInLabel => 'تم تسجيل الدخول'; @override - String get tabLabelRaw => r'علامة التبويب $tabIndex من $tabCount'; + String get tabLabelRaw => 'علامة التبويب \$tabIndex من \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @@ -666,7 +666,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationNameৰ বিষয়ে'; + String get aboutListTileTitleRaw => '\$applicationNameৰ বিষয়ে'; @override String get alertDialogLabel => 'সতৰ্কবাৰ্তা'; @@ -702,7 +702,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'মচক'; @override - String get dialogLabel => "ডায়ল'গ"; + String get dialogLabel => 'ডায়ল\'গ'; @override String get drawerLabel => 'নেভিগেশ্বন মেনু'; @@ -735,16 +735,16 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'নেভিগেশ্বন মেনু খোলক'; @override - String get pageRowsInfoTitleRaw => r'$rowCountৰ $firstRow–$lastRow'; + String get pageRowsInfoTitleRaw => '\$rowCountৰ \$firstRow–\$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'$rowCountৰ $firstRow–$lastRow'; + String get pageRowsInfoTitleApproximateRaw => '\$rowCountৰ \$firstRow–\$lastRow'; @override - String get pasteButtonLabel => "পে'ষ্ট কৰক"; + String get pasteButtonLabel => 'পে\'ষ্ট কৰক'; @override - String get popupMenuLabel => "প'পআপ মেনু"; + String get popupMenuLabel => 'প\'পআপ মেনু'; @override String get postMeridiemAbbreviation => 'অপৰাহ্ন'; @@ -768,7 +768,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '১টা বর্ণ বাকী আছে'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCountটা বর্ণ বাকী আছে'; + String get remainingTextFieldCharacterCountOther => '\$remainingCountটা বর্ণ বাকী আছে'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -813,10 +813,10 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => "১টা বস্তু বাছনি কৰা হ'ল"; + String get selectedRowCountTitleOne => '১টা বস্তু বাছনি কৰা হ\'ল'; @override - String get selectedRowCountTitleOther => r'$selectedRowCountটা বস্তু বাছনি কৰা হ’ল'; + String get selectedRowCountTitleOther => '\$selectedRowCountটা বস্তু বাছনি কৰা হ’ল'; @override String get selectedRowCountTitleTwo => null; @@ -834,7 +834,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get signedInLabel => 'ছাইন ইন কৰা হ’ল'; @override - String get tabLabelRaw => r'$tabCountৰ $tabIndexটা টেব'; + String get tabLabelRaw => '\$tabCountৰ \$tabIndexটা টেব'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -873,7 +873,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName haqqında'; + String get aboutListTileTitleRaw => '\$applicationName haqqında'; @override String get alertDialogLabel => 'Bildiriş'; @@ -942,10 +942,10 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Naviqasiya menyusunu açın'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow/$rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow/\$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow/ təxminən $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow/ təxminən \$rowCount'; @override String get pasteButtonLabel => 'YERLƏŞDİRİN'; @@ -975,7 +975,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 simvol qalır'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount simvol qalır'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount simvol qalır'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -1023,7 +1023,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 element seçildi'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount element seçildi'; + String get selectedRowCountTitleOther => '\$selectedRowCount element seçildi'; @override String get selectedRowCountTitleTwo => null; @@ -1041,7 +1041,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get signedInLabel => 'Daxil olundu'; @override - String get tabLabelRaw => r'$tabIndex/$tabCount tab'; + String get tabLabelRaw => '\$tabIndex/\$tabCount tab'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -1080,7 +1080,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Інфармацыя пра праграму "$applicationName"'; + String get aboutListTileTitleRaw => 'Інфармацыя пра праграму \"\$applicationName\"'; @override String get alertDialogLabel => 'Абвестка'; @@ -1149,10 +1149,10 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Адкрыць меню навігацыі'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow з $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow з \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow з прыблізна $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow з прыблізна \$rowCount'; @override String get pasteButtonLabel => 'УСТАВІЦЬ'; @@ -1173,16 +1173,16 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Абнавіць'; @override - String get remainingTextFieldCharacterCountFew => r'Засталося $remainingCount сімвалы'; + String get remainingTextFieldCharacterCountFew => 'Засталося \$remainingCount сімвалы'; @override - String get remainingTextFieldCharacterCountMany => r'Засталося $remainingCount сімвалаў'; + String get remainingTextFieldCharacterCountMany => 'Засталося \$remainingCount сімвалаў'; @override String get remainingTextFieldCharacterCountOne => 'Застаўся 1 сімвал'; @override - String get remainingTextFieldCharacterCountOther => r'Засталося $remainingCount сімвала'; + String get remainingTextFieldCharacterCountOther => 'Засталося \$remainingCount сімвала'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -1221,16 +1221,16 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'ВЫБРАЦЬ УСЕ'; @override - String get selectedRowCountTitleFew => r'Выбрана $selectedRowCount элементы'; + String get selectedRowCountTitleFew => 'Выбрана \$selectedRowCount элементы'; @override - String get selectedRowCountTitleMany => r'Выбрана $selectedRowCount элементаў'; + String get selectedRowCountTitleMany => 'Выбрана \$selectedRowCount элементаў'; @override String get selectedRowCountTitleOne => 'Выбраны 1 элемент'; @override - String get selectedRowCountTitleOther => r'Выбрана $selectedRowCount элемента'; + String get selectedRowCountTitleOther => 'Выбрана \$selectedRowCount элемента'; @override String get selectedRowCountTitleTwo => null; @@ -1248,7 +1248,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get signedInLabel => 'Уваход выкананы'; @override - String get tabLabelRaw => r'Укладка $tabIndex з $tabCount'; + String get tabLabelRaw => 'Укладка \$tabIndex з \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -1287,7 +1287,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Всичко за $applicationName'; + String get aboutListTileTitleRaw => 'Всичко за \$applicationName'; @override String get alertDialogLabel => 'Сигнал'; @@ -1356,10 +1356,10 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Отваряне на менюто за навигация'; @override - String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow от $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow – \$lastRow от \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow от около $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow – \$lastRow от около \$rowCount'; @override String get pasteButtonLabel => 'ПОСТАВЯНЕ'; @@ -1389,7 +1389,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Остава 1 знак'; @override - String get remainingTextFieldCharacterCountOther => r'Остават $remainingCount знака'; + String get remainingTextFieldCharacterCountOther => 'Остават \$remainingCount знака'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -1437,7 +1437,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Избран е 1 елемент'; @override - String get selectedRowCountTitleOther => r'Избрани са $selectedRowCount елемента'; + String get selectedRowCountTitleOther => 'Избрани са \$selectedRowCount елемента'; @override String get selectedRowCountTitleTwo => null; @@ -1455,7 +1455,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get signedInLabel => 'В профила си сте'; @override - String get tabLabelRaw => r'Раздел $tabIndex от $tabCount'; + String get tabLabelRaw => 'Раздел \$tabIndex от \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -1494,7 +1494,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName সম্পর্কে'; + String get aboutListTileTitleRaw => '\$applicationName সম্পর্কে'; @override String get alertDialogLabel => 'সতর্কতা'; @@ -1563,10 +1563,10 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'নেভিগেশন মেনু খুলুন'; @override - String get pageRowsInfoTitleRaw => r'$rowCountটির মধ্যে $firstRow-$lastRow'; + String get pageRowsInfoTitleRaw => '\$rowCountটির মধ্যে \$firstRow-\$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'প্রায় $rowCountটির মধ্যে $firstRow-$lastRow নম্বর'; + String get pageRowsInfoTitleApproximateRaw => 'প্রায় \$rowCountটির মধ্যে \$firstRow-\$lastRow নম্বর'; @override String get pasteButtonLabel => 'পেস্ট করুন'; @@ -1596,7 +1596,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'আর ১টি অক্ষর লেখা যাবে'; @override - String get remainingTextFieldCharacterCountOther => r'আর $remainingCountটি অক্ষর লেখা যাবে'; + String get remainingTextFieldCharacterCountOther => 'আর \$remainingCountটি অক্ষর লেখা যাবে'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -1644,7 +1644,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '১টি আইটেম বেছে নেওয়া হয়েছে'; @override - String get selectedRowCountTitleOther => r'$selectedRowCountটি আইটেম বেছে নেওয়া হয়েছে'; + String get selectedRowCountTitleOther => '\$selectedRowCountটি আইটেম বেছে নেওয়া হয়েছে'; @override String get selectedRowCountTitleTwo => null; @@ -1662,7 +1662,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get signedInLabel => 'সাইন-ইন করা হয়েছে'; @override - String get tabLabelRaw => r'$tabCount-এর মধ্যে $tabIndexটি ট্যাব'; + String get tabLabelRaw => '\$tabCount-এর মধ্যে \$tabIndexটি ট্যাব'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -1701,7 +1701,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'O aplikaciji $applicationName'; + String get aboutListTileTitleRaw => 'O aplikaciji \$applicationName'; @override String get alertDialogLabel => 'Upozorenje'; @@ -1770,10 +1770,10 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Otvorite meni za navigaciju'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow od $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow od \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow od oko $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow od oko \$rowCount'; @override String get pasteButtonLabel => 'ZALIJEPI'; @@ -1794,7 +1794,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Osvježi'; @override - String get remainingTextFieldCharacterCountFew => r'Još $remainingCount znaka'; + String get remainingTextFieldCharacterCountFew => 'Još \$remainingCount znaka'; @override String get remainingTextFieldCharacterCountMany => null; @@ -1803,7 +1803,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Još jedan znak'; @override - String get remainingTextFieldCharacterCountOther => r'Još $remainingCount znakova'; + String get remainingTextFieldCharacterCountOther => 'Još \$remainingCount znakova'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -1842,7 +1842,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'ODABERI SVE'; @override - String get selectedRowCountTitleFew => r'Odabrane su $selectedRowCount stavke'; + String get selectedRowCountTitleFew => 'Odabrane su \$selectedRowCount stavke'; @override String get selectedRowCountTitleMany => null; @@ -1851,7 +1851,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Odabrana je jedna stavka'; @override - String get selectedRowCountTitleOther => r'Odabrano je $selectedRowCount stavki'; + String get selectedRowCountTitleOther => 'Odabrano je \$selectedRowCount stavki'; @override String get selectedRowCountTitleTwo => null; @@ -1869,7 +1869,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get signedInLabel => 'Prijavljeni ste'; @override - String get tabLabelRaw => r'$tabIndex. kartica od $tabCount'; + String get tabLabelRaw => '\$tabIndex. kartica od \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -1908,7 +1908,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Sobre $applicationName'; + String get aboutListTileTitleRaw => 'Sobre \$applicationName'; @override String get alertDialogLabel => 'Alerta'; @@ -1971,16 +1971,16 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get nextPageTooltip => 'Pàgina següent'; @override - String get okButtonLabel => "D'ACORD"; + String get okButtonLabel => 'D\'ACORD'; @override String get openAppDrawerTooltip => 'Obre el menú de navegació'; @override - String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow-\$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r"$firstRow-$lastRow d'aproximadament $rowCount"; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow-\$lastRow d\'aproximadament \$rowCount'; @override String get pasteButtonLabel => 'ENGANXA'; @@ -2010,7 +2010,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Queda 1 caràcter'; @override - String get remainingTextFieldCharacterCountOther => r'Queden $remainingCount caràcters'; + String get remainingTextFieldCharacterCountOther => 'Queden \$remainingCount caràcters'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -2022,7 +2022,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get reorderItemDown => 'Mou avall'; @override - String get reorderItemLeft => "Mou cap a l'esquerra"; + String get reorderItemLeft => 'Mou cap a l\'esquerra'; @override String get reorderItemRight => 'Mou cap a la dreta'; @@ -2055,10 +2055,10 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => "S'ha seleccionat 1 element"; + String get selectedRowCountTitleOne => 'S\'ha seleccionat 1 element'; @override - String get selectedRowCountTitleOther => r"S'han seleccionat $selectedRowCount elements"; + String get selectedRowCountTitleOther => 'S\'han seleccionat \$selectedRowCount elements'; @override String get selectedRowCountTitleTwo => null; @@ -2076,7 +2076,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get signedInLabel => 'Sessió iniciada'; @override - String get tabLabelRaw => r'Pestanya $tabIndex de $tabCount'; + String get tabLabelRaw => 'Pestanya \$tabIndex de \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -2115,7 +2115,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'O aplikaci $applicationName'; + String get aboutListTileTitleRaw => 'O aplikaci \$applicationName'; @override String get alertDialogLabel => 'Upozornění'; @@ -2184,10 +2184,10 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Otevřít navigační nabídku'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow z $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow z \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow z asi $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow z asi \$rowCount'; @override String get pasteButtonLabel => 'VLOŽIT'; @@ -2208,16 +2208,16 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Obnovit'; @override - String get remainingTextFieldCharacterCountFew => r'Zbývají $remainingCount znaky'; + String get remainingTextFieldCharacterCountFew => 'Zbývají \$remainingCount znaky'; @override - String get remainingTextFieldCharacterCountMany => r'Zbývá $remainingCount znaku'; + String get remainingTextFieldCharacterCountMany => 'Zbývá \$remainingCount znaku'; @override String get remainingTextFieldCharacterCountOne => 'Zbývá 1 znak'; @override - String get remainingTextFieldCharacterCountOther => r'Zbývá $remainingCount znaků'; + String get remainingTextFieldCharacterCountOther => 'Zbývá \$remainingCount znaků'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -2256,16 +2256,16 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'VYBRAT VŠE'; @override - String get selectedRowCountTitleFew => r'Jsou vybrány $selectedRowCount položky'; + String get selectedRowCountTitleFew => 'Jsou vybrány \$selectedRowCount položky'; @override - String get selectedRowCountTitleMany => r'Je vybráno $selectedRowCount položky'; + String get selectedRowCountTitleMany => 'Je vybráno \$selectedRowCount položky'; @override String get selectedRowCountTitleOne => 'Je vybrána 1 položka'; @override - String get selectedRowCountTitleOther => r'Je vybráno $selectedRowCount položek'; + String get selectedRowCountTitleOther => 'Je vybráno \$selectedRowCount položek'; @override String get selectedRowCountTitleTwo => null; @@ -2283,7 +2283,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get signedInLabel => 'Uživatel přihlášen'; @override - String get tabLabelRaw => r'Karta $tabIndex z $tabCount'; + String get tabLabelRaw => 'Karta \$tabIndex z \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -2322,7 +2322,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Om $applicationName'; + String get aboutListTileTitleRaw => 'Om \$applicationName'; @override String get alertDialogLabel => 'Underretning'; @@ -2391,10 +2391,10 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Åbn navigationsmenuen'; @override - String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow af $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow-\$lastRow af \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow af ca. $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow-\$lastRow af ca. \$rowCount'; @override String get pasteButtonLabel => 'SÆT IND'; @@ -2424,7 +2424,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Ét tegn tilbage'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount tegn tilbage'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount tegn tilbage'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -2472,7 +2472,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 element er valgt'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount elementer er valgt'; + String get selectedRowCountTitleOther => '\$selectedRowCount elementer er valgt'; @override String get selectedRowCountTitleTwo => null; @@ -2490,7 +2490,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get signedInLabel => 'Logget ind'; @override - String get tabLabelRaw => r'Fane $tabIndex af $tabCount'; + String get tabLabelRaw => 'Fane \$tabIndex af \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -2529,7 +2529,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Über $applicationName'; + String get aboutListTileTitleRaw => 'Über \$applicationName'; @override String get alertDialogLabel => 'Benachrichtigung'; @@ -2598,10 +2598,10 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Navigationsmenü öffnen'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow von $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow von \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow von etwa $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow von etwa \$rowCount'; @override String get pasteButtonLabel => 'EINFÜGEN'; @@ -2631,7 +2631,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Noch 1 Zeichen'; @override - String get remainingTextFieldCharacterCountOther => r'Noch $remainingCount Zeichen'; + String get remainingTextFieldCharacterCountOther => 'Noch \$remainingCount Zeichen'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -2679,7 +2679,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 Element ausgewählt'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount Elemente ausgewählt'; + String get selectedRowCountTitleOther => '\$selectedRowCount Elemente ausgewählt'; @override String get selectedRowCountTitleTwo => null; @@ -2697,7 +2697,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get signedInLabel => 'Angemeldet'; @override - String get tabLabelRaw => r'Tab $tabIndex von $tabCount'; + String get tabLabelRaw => 'Tab \$tabIndex von \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -2766,7 +2766,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Σχετικά με την εφαρμογή $applicationName'; + String get aboutListTileTitleRaw => 'Σχετικά με την εφαρμογή \$applicationName'; @override String get alertDialogLabel => 'Ειδοποίηση'; @@ -2835,10 +2835,10 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Άνοιγμα μενού πλοήγησης'; @override - String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow από $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow-\$lastRow από \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow από περίπου $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow-\$lastRow από περίπου \$rowCount'; @override String get pasteButtonLabel => 'ΕΠΙΚΟΛΛΗΣΗ'; @@ -2868,7 +2868,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'απομένει 1 χαρακτήρας'; @override - String get remainingTextFieldCharacterCountOther => r'απομένουν $remainingCount χαρακτήρες'; + String get remainingTextFieldCharacterCountOther => 'απομένουν \$remainingCount χαρακτήρες'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -2916,7 +2916,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Επιλέχθηκε 1 στοιχείο'; @override - String get selectedRowCountTitleOther => r'Επιλέχθηκαν $selectedRowCount στοιχεία'; + String get selectedRowCountTitleOther => 'Επιλέχθηκαν \$selectedRowCount στοιχεία'; @override String get selectedRowCountTitleTwo => null; @@ -2934,7 +2934,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get signedInLabel => 'Σε σύνδεση'; @override - String get tabLabelRaw => r'Καρτέλα $tabIndex από $tabCount'; + String get tabLabelRaw => 'Καρτέλα \$tabIndex από \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -2973,7 +2973,7 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'About $applicationName'; + String get aboutListTileTitleRaw => 'About \$applicationName'; @override String get alertDialogLabel => 'Alert'; @@ -3042,10 +3042,10 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Open navigation menu'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow of $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow of \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow of about $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow of about \$rowCount'; @override String get pasteButtonLabel => 'PASTE'; @@ -3075,7 +3075,7 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 character remaining'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount characters remaining'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount characters remaining'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -3123,7 +3123,7 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 item selected'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount items selected'; + String get selectedRowCountTitleOther => '\$selectedRowCount items selected'; @override String get selectedRowCountTitleTwo => null; @@ -3141,7 +3141,7 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get signedInLabel => 'Signed in'; @override - String get tabLabelRaw => r'Tab $tabIndex of $tabCount'; + String get tabLabelRaw => 'Tab \$tabIndex of \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @@ -3525,7 +3525,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Sobre $applicationName'; + String get aboutListTileTitleRaw => 'Sobre \$applicationName'; @override String get alertDialogLabel => 'Alerta'; @@ -3594,10 +3594,10 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Abrir el menú de navegación'; @override - String get pageRowsInfoTitleRaw => r'$firstRow‑$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow‑\$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow‑$lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow‑\$lastRow de aproximadamente \$rowCount'; @override String get pasteButtonLabel => 'PEGAR'; @@ -3627,7 +3627,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter.'; @override - String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; + String get remainingTextFieldCharacterCountOther => 'Quedan \$remainingCount caracteres'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -3675,7 +3675,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 elemento seleccionado'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount elementos seleccionados'; + String get selectedRowCountTitleOther => '\$selectedRowCount elementos seleccionados'; @override String get selectedRowCountTitleTwo => null; @@ -3693,7 +3693,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get signedInLabel => 'Sesión iniciada'; @override - String get tabLabelRaw => r'Pestaña $tabIndex de $tabCount'; + String get tabLabelRaw => 'Pestaña \$tabIndex de \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -3750,19 +3750,19 @@ class MaterialLocalizationEs419 extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3786,7 +3786,7 @@ class MaterialLocalizationEs419 extends MaterialLocalizationEs { String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; @override - String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; + String get remainingTextFieldCharacterCountOther => 'Quedan \$remainingCount caracteres'; } /// The translations for Spanish Castilian, as used in Argentina (`es_AR`). @@ -3831,19 +3831,19 @@ class MaterialLocalizationEsAr extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3867,7 +3867,7 @@ class MaterialLocalizationEsAr extends MaterialLocalizationEs { String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; @override - String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; + String get remainingTextFieldCharacterCountOther => 'Quedan \$remainingCount caracteres'; } /// The translations for Spanish Castilian, as used in Bolivia (`es_BO`). @@ -3915,19 +3915,19 @@ class MaterialLocalizationEsBo extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3948,7 +3948,7 @@ class MaterialLocalizationEsBo extends MaterialLocalizationEs { String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; @override - String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; + String get remainingTextFieldCharacterCountOther => 'Quedan \$remainingCount caracteres'; } /// The translations for Spanish Castilian, as used in Chile (`es_CL`). @@ -3996,19 +3996,19 @@ class MaterialLocalizationEsCl extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -4029,7 +4029,7 @@ class MaterialLocalizationEsCl extends MaterialLocalizationEs { String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; @override - String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; + String get remainingTextFieldCharacterCountOther => 'Quedan \$remainingCount caracteres'; } /// The translations for Spanish Castilian, as used in Colombia (`es_CO`). @@ -4077,19 +4077,19 @@ class MaterialLocalizationEsCo extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -4110,7 +4110,7 @@ class MaterialLocalizationEsCo extends MaterialLocalizationEs { String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; @override - String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; + String get remainingTextFieldCharacterCountOther => 'Quedan \$remainingCount caracteres'; } /// The translations for Spanish Castilian, as used in Costa Rica (`es_CR`). @@ -4158,19 +4158,19 @@ class MaterialLocalizationEsCr extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -4191,7 +4191,7 @@ class MaterialLocalizationEsCr extends MaterialLocalizationEs { String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; @override - String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; + String get remainingTextFieldCharacterCountOther => 'Quedan \$remainingCount caracteres'; } /// The translations for Spanish Castilian, as used in the Dominican Republic (`es_DO`). @@ -4239,19 +4239,19 @@ class MaterialLocalizationEsDo extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -4272,7 +4272,7 @@ class MaterialLocalizationEsDo extends MaterialLocalizationEs { String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; @override - String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; + String get remainingTextFieldCharacterCountOther => 'Quedan \$remainingCount caracteres'; } /// The translations for Spanish Castilian, as used in Ecuador (`es_EC`). @@ -4320,19 +4320,19 @@ class MaterialLocalizationEsEc extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -4353,7 +4353,7 @@ class MaterialLocalizationEsEc extends MaterialLocalizationEs { String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; @override - String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; + String get remainingTextFieldCharacterCountOther => 'Quedan \$remainingCount caracteres'; } /// The translations for Spanish Castilian, as used in Guatemala (`es_GT`). @@ -4401,19 +4401,19 @@ class MaterialLocalizationEsGt extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -4434,7 +4434,7 @@ class MaterialLocalizationEsGt extends MaterialLocalizationEs { String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; @override - String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; + String get remainingTextFieldCharacterCountOther => 'Quedan \$remainingCount caracteres'; } /// The translations for Spanish Castilian, as used in Honduras (`es_HN`). @@ -4482,19 +4482,19 @@ class MaterialLocalizationEsHn extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -4515,7 +4515,7 @@ class MaterialLocalizationEsHn extends MaterialLocalizationEs { String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; @override - String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; + String get remainingTextFieldCharacterCountOther => 'Quedan \$remainingCount caracteres'; } /// The translations for Spanish Castilian, as used in Mexico (`es_MX`). @@ -4563,19 +4563,19 @@ class MaterialLocalizationEsMx extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -4596,7 +4596,7 @@ class MaterialLocalizationEsMx extends MaterialLocalizationEs { String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; @override - String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; + String get remainingTextFieldCharacterCountOther => 'Quedan \$remainingCount caracteres'; } /// The translations for Spanish Castilian, as used in Nicaragua (`es_NI`). @@ -4644,19 +4644,19 @@ class MaterialLocalizationEsNi extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -4677,7 +4677,7 @@ class MaterialLocalizationEsNi extends MaterialLocalizationEs { String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; @override - String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; + String get remainingTextFieldCharacterCountOther => 'Quedan \$remainingCount caracteres'; } /// The translations for Spanish Castilian, as used in Panama (`es_PA`). @@ -4725,19 +4725,19 @@ class MaterialLocalizationEsPa extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -4758,7 +4758,7 @@ class MaterialLocalizationEsPa extends MaterialLocalizationEs { String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; @override - String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; + String get remainingTextFieldCharacterCountOther => 'Quedan \$remainingCount caracteres'; } /// The translations for Spanish Castilian, as used in Peru (`es_PE`). @@ -4806,19 +4806,19 @@ class MaterialLocalizationEsPe extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -4839,7 +4839,7 @@ class MaterialLocalizationEsPe extends MaterialLocalizationEs { String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; @override - String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; + String get remainingTextFieldCharacterCountOther => 'Quedan \$remainingCount caracteres'; } /// The translations for Spanish Castilian, as used in Puerto Rico (`es_PR`). @@ -4887,19 +4887,19 @@ class MaterialLocalizationEsPr extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -4920,7 +4920,7 @@ class MaterialLocalizationEsPr extends MaterialLocalizationEs { String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; @override - String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; + String get remainingTextFieldCharacterCountOther => 'Quedan \$remainingCount caracteres'; } /// The translations for Spanish Castilian, as used in Paraguay (`es_PY`). @@ -4968,19 +4968,19 @@ class MaterialLocalizationEsPy extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -5001,7 +5001,7 @@ class MaterialLocalizationEsPy extends MaterialLocalizationEs { String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; @override - String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; + String get remainingTextFieldCharacterCountOther => 'Quedan \$remainingCount caracteres'; } /// The translations for Spanish Castilian, as used in El Salvador (`es_SV`). @@ -5049,19 +5049,19 @@ class MaterialLocalizationEsSv extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -5082,7 +5082,7 @@ class MaterialLocalizationEsSv extends MaterialLocalizationEs { String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; @override - String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; + String get remainingTextFieldCharacterCountOther => 'Quedan \$remainingCount caracteres'; } /// The translations for Spanish Castilian, as used in the United States (`es_US`). @@ -5124,10 +5124,10 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { String get nextMonthTooltip => 'Próximo mes'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; @override String get nextPageTooltip => 'Próxima página'; @@ -5136,13 +5136,13 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { String get openAppDrawerTooltip => 'Abrir menú de navegación'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @@ -5166,7 +5166,7 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; @override - String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; + String get remainingTextFieldCharacterCountOther => 'Quedan \$remainingCount caracteres'; } /// The translations for Spanish Castilian, as used in Uruguay (`es_UY`). @@ -5214,19 +5214,19 @@ class MaterialLocalizationEsUy extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -5247,7 +5247,7 @@ class MaterialLocalizationEsUy extends MaterialLocalizationEs { String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; @override - String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; + String get remainingTextFieldCharacterCountOther => 'Quedan \$remainingCount caracteres'; } /// The translations for Spanish Castilian, as used in Venezuela (`es_VE`). @@ -5295,19 +5295,19 @@ class MaterialLocalizationEsVe extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -5328,7 +5328,7 @@ class MaterialLocalizationEsVe extends MaterialLocalizationEs { String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; @override - String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; + String get remainingTextFieldCharacterCountOther => 'Quedan \$remainingCount caracteres'; } /// The translations for Estonian (`et`). @@ -5355,7 +5355,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Teave rakenduse $applicationName kohta'; + String get aboutListTileTitleRaw => 'Teave rakenduse \$applicationName kohta'; @override String get alertDialogLabel => 'Märguanne'; @@ -5424,10 +5424,10 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Ava navigeerimismenüü'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow $rowCount-st'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow \$rowCount-st'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow umbes $rowCount-st'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow umbes \$rowCount-st'; @override String get pasteButtonLabel => 'KLEEBI'; @@ -5457,7 +5457,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Jäänud on 1 tähemärk'; @override - String get remainingTextFieldCharacterCountOther => r'Jäänud on $remainingCount tähemärki'; + String get remainingTextFieldCharacterCountOther => 'Jäänud on \$remainingCount tähemärki'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -5505,7 +5505,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Valitud on 1 üksus'; @override - String get selectedRowCountTitleOther => r'Valitud on $selectedRowCount üksust'; + String get selectedRowCountTitleOther => 'Valitud on \$selectedRowCount üksust'; @override String get selectedRowCountTitleTwo => null; @@ -5523,7 +5523,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get signedInLabel => 'Sisse logitud'; @override - String get tabLabelRaw => r'$tabIndex. vahekaart $tabCount-st'; + String get tabLabelRaw => '\$tabIndex. vahekaart \$tabCount-st'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -5562,7 +5562,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName aplikazioari buruz'; + String get aboutListTileTitleRaw => '\$applicationName aplikazioari buruz'; @override String get alertDialogLabel => 'Alerta'; @@ -5631,10 +5631,10 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Ireki nabigazio-menua'; @override - String get pageRowsInfoTitleRaw => r'$firstRow - $lastRow / $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow - \$lastRow / \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow - $lastRow / $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow - \$lastRow / \$rowCount'; @override String get pasteButtonLabel => 'ITSATSI'; @@ -5664,7 +5664,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 karaktere geratzen da'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount karaktere geratzen dira'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount karaktere geratzen dira'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -5712,7 +5712,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 elementu hautatu da'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount elementu hautatu dira'; + String get selectedRowCountTitleOther => '\$selectedRowCount elementu hautatu dira'; @override String get selectedRowCountTitleTwo => null; @@ -5730,7 +5730,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get signedInLabel => 'Hasi da saioa'; @override - String get tabLabelRaw => r'$tabIndex/$tabCount fitxa'; + String get tabLabelRaw => '\$tabIndex/\$tabCount fitxa'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -5769,7 +5769,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'درباره $applicationName'; + String get aboutListTileTitleRaw => 'درباره \$applicationName'; @override String get alertDialogLabel => 'هشدار'; @@ -5838,10 +5838,10 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'باز کردن منوی پیمایش'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow از $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow از \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow از حدود $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow از حدود \$rowCount'; @override String get pasteButtonLabel => 'جای‌گذاری'; @@ -5871,7 +5871,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '۱ نویسه باقی مانده است'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount نویسه باقی مانده است'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount نویسه باقی مانده است'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -5919,7 +5919,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '۱ مورد انتخاب شد'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount مورد انتخاب شدند'; + String get selectedRowCountTitleOther => '\$selectedRowCount مورد انتخاب شدند'; @override String get selectedRowCountTitleTwo => null; @@ -5937,7 +5937,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get signedInLabel => 'واردشده به سیستم'; @override - String get tabLabelRaw => r'برگه $tabIndex از $tabCount'; + String get tabLabelRaw => 'برگه \$tabIndex از \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -5976,7 +5976,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Tietoja: $applicationName'; + String get aboutListTileTitleRaw => 'Tietoja: \$applicationName'; @override String get alertDialogLabel => 'Ilmoitus'; @@ -6045,10 +6045,10 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Avaa navigointivalikko'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow/$rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow/\$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow/~$rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow/~\$rowCount'; @override String get pasteButtonLabel => 'Sijoita'; @@ -6078,7 +6078,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 merkki jäljellä'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount merkkiä jäljellä'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount merkkiä jäljellä'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -6126,7 +6126,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 kohde valittu'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount kohdetta valittu'; + String get selectedRowCountTitleOther => '\$selectedRowCount kohdetta valittu'; @override String get selectedRowCountTitleTwo => null; @@ -6144,7 +6144,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get signedInLabel => 'Kirjautunut sisään'; @override - String get tabLabelRaw => r'Välilehti $tabIndex/$tabCount'; + String get tabLabelRaw => 'Välilehti \$tabIndex/\$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -6183,7 +6183,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Tungkol sa $applicationName'; + String get aboutListTileTitleRaw => 'Tungkol sa \$applicationName'; @override String get alertDialogLabel => 'Alerto'; @@ -6252,10 +6252,10 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Buksan ang menu ng navigation'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow ng $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow ng \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow ng humigit kumulang $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow ng humigit kumulang \$rowCount'; @override String get pasteButtonLabel => 'I-PASTE'; @@ -6285,7 +6285,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 character ang natitira'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount na character ang natitira'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount na character ang natitira'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -6333,7 +6333,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 item ang napili'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount na item ang napili'; + String get selectedRowCountTitleOther => '\$selectedRowCount na item ang napili'; @override String get selectedRowCountTitleTwo => null; @@ -6351,7 +6351,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get signedInLabel => 'Naka-sign in'; @override - String get tabLabelRaw => r'Tab $tabIndex ng $tabCount'; + String get tabLabelRaw => 'Tab \$tabIndex ng \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -6390,7 +6390,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'À propos de $applicationName'; + String get aboutListTileTitleRaw => 'À propos de \$applicationName'; @override String get alertDialogLabel => 'Alerte'; @@ -6459,10 +6459,10 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Ouvrir le menu de navigation'; @override - String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow sur $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow – \$lastRow sur \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow sur environ $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow – \$lastRow sur environ \$rowCount'; @override String get pasteButtonLabel => 'COLLER'; @@ -6492,7 +6492,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 caractère restant'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount caractères restants'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount caractères restants'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -6540,7 +6540,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 élément sélectionné'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount éléments sélectionnés'; + String get selectedRowCountTitleOther => '\$selectedRowCount éléments sélectionnés'; @override String get selectedRowCountTitleTwo => null; @@ -6558,7 +6558,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get signedInLabel => 'Connecté'; @override - String get tabLabelRaw => r'Onglet $tabIndex sur $tabCount'; + String get tabLabelRaw => 'Onglet \$tabIndex sur \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -6597,13 +6597,13 @@ class MaterialLocalizationFrCa extends MaterialLocalizationFr { ); @override - String get pageRowsInfoTitleRaw => r'$firstRow à $lastRow sur $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow à \$lastRow sur \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow à $lastRow sur environ $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow à \$lastRow sur environ \$rowCount'; @override - String get tabLabelRaw => r'Onglet $tabIndex sur $tabCount'; + String get tabLabelRaw => 'Onglet \$tabIndex sur \$tabCount'; @override String get anteMeridiemAbbreviation => 'am'; @@ -6651,7 +6651,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Acerca de: $applicationName'; + String get aboutListTileTitleRaw => 'Acerca de: \$applicationName'; @override String get alertDialogLabel => 'Alerta'; @@ -6720,10 +6720,10 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Abrir menú de navegación'; @override - String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow-\$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow-\$lastRow de aproximadamente \$rowCount'; @override String get pasteButtonLabel => 'PEGAR'; @@ -6753,7 +6753,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 carácter restante'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount caracteres restantes'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount caracteres restantes'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -6801,7 +6801,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Seleccionouse 1 elemento'; @override - String get selectedRowCountTitleOther => r'Seleccionáronse $selectedRowCount elementos'; + String get selectedRowCountTitleOther => 'Seleccionáronse \$selectedRowCount elementos'; @override String get selectedRowCountTitleTwo => null; @@ -6819,7 +6819,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get signedInLabel => 'Sesión iniciada'; @override - String get tabLabelRaw => r'Pestana $tabIndex de $tabCount'; + String get tabLabelRaw => 'Pestana \$tabIndex de \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -6858,7 +6858,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Über $applicationName'; + String get aboutListTileTitleRaw => 'Über \$applicationName'; @override String get alertDialogLabel => 'Benachrichtigung'; @@ -6927,10 +6927,10 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Navigationsmenü öffnen'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow von $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow von \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow von etwa $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow von etwa \$rowCount'; @override String get pasteButtonLabel => 'EINFÜGEN'; @@ -6960,7 +6960,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Noch 1 Zeichen'; @override - String get remainingTextFieldCharacterCountOther => r'Noch $remainingCount Zeichen'; + String get remainingTextFieldCharacterCountOther => 'Noch \$remainingCount Zeichen'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -7008,7 +7008,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 Element ausgewählt'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount Elemente ausgewählt'; + String get selectedRowCountTitleOther => '\$selectedRowCount Elemente ausgewählt'; @override String get selectedRowCountTitleTwo => null; @@ -7026,7 +7026,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get signedInLabel => 'Angemeldet'; @override - String get tabLabelRaw => r'Tab $tabIndex von $tabCount'; + String get tabLabelRaw => 'Tab \$tabIndex von \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -7065,7 +7065,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName વિશે'; + String get aboutListTileTitleRaw => '\$applicationName વિશે'; @override String get alertDialogLabel => 'અલર્ટ'; @@ -7134,10 +7134,10 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'નૅવિગેશન મેનૂ ખોલો'; @override - String get pageRowsInfoTitleRaw => r'$rowCountમાંથી $firstRow–$lastRow'; + String get pageRowsInfoTitleRaw => '\$rowCountમાંથી \$firstRow–\$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'આશરે $rowCountમાંથી $firstRow–$lastRow'; + String get pageRowsInfoTitleApproximateRaw => 'આશરે \$rowCountમાંથી \$firstRow–\$lastRow'; @override String get pasteButtonLabel => 'પેસ્ટ કરો'; @@ -7167,7 +7167,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 અક્ષર બાકી'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount અક્ષર બાકી'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount અક્ષર બાકી'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -7215,7 +7215,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 આઇટમ પસંદ કરી'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount આઇટમ પસંદ કરી'; + String get selectedRowCountTitleOther => '\$selectedRowCount આઇટમ પસંદ કરી'; @override String get selectedRowCountTitleTwo => null; @@ -7233,7 +7233,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get signedInLabel => 'આમાં સાઇન ઇન કર્યું છે'; @override - String get tabLabelRaw => r'$tabCountમાંથી $tabIndex ટૅબ'; + String get tabLabelRaw => '\$tabCountમાંથી \$tabIndex ટૅબ'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -7272,7 +7272,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'מידע על $applicationName'; + String get aboutListTileTitleRaw => 'מידע על \$applicationName'; @override String get alertDialogLabel => 'התראה'; @@ -7341,10 +7341,10 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'פתיחה של תפריט הניווט'; @override - String get pageRowsInfoTitleRaw => r'$lastRow–$firstRow מתוך $rowCount'; + String get pageRowsInfoTitleRaw => '\$lastRow–\$firstRow מתוך \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$lastRow–$firstRow מתוך כ-$rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$lastRow–\$firstRow מתוך כ-\$rowCount'; @override String get pasteButtonLabel => 'הדבקה'; @@ -7368,16 +7368,16 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => r'נותרו $remainingCount תווים'; + String get remainingTextFieldCharacterCountMany => 'נותרו \$remainingCount תווים'; @override String get remainingTextFieldCharacterCountOne => 'נותר תו אחד'; @override - String get remainingTextFieldCharacterCountOther => r'נותרו $remainingCount תווים'; + String get remainingTextFieldCharacterCountOther => 'נותרו \$remainingCount תווים'; @override - String get remainingTextFieldCharacterCountTwo => r'נותרו $remainingCount תווים'; + String get remainingTextFieldCharacterCountTwo => 'נותרו \$remainingCount תווים'; @override String get remainingTextFieldCharacterCountZero => 'TBD'; @@ -7416,16 +7416,16 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => r'$selectedRowCount פריטים נבחרו'; + String get selectedRowCountTitleMany => '\$selectedRowCount פריטים נבחרו'; @override String get selectedRowCountTitleOne => 'פריט אחד נבחר'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount פריטים נבחרו'; + String get selectedRowCountTitleOther => '\$selectedRowCount פריטים נבחרו'; @override - String get selectedRowCountTitleTwo => r'$selectedRowCount פריטים נבחרו'; + String get selectedRowCountTitleTwo => '\$selectedRowCount פריטים נבחרו'; @override String get selectedRowCountTitleZero => null; @@ -7440,7 +7440,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get signedInLabel => 'מחובר'; @override - String get tabLabelRaw => r'כרטיסייה $tabIndex מתוך $tabCount'; + String get tabLabelRaw => 'כרטיסייה \$tabIndex מתוך \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -7479,7 +7479,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName के बारे में जानकारी'; + String get aboutListTileTitleRaw => '\$applicationName के बारे में जानकारी'; @override String get alertDialogLabel => 'अलर्ट'; @@ -7548,10 +7548,10 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'नेविगेशन मेन्यू खोलें'; @override - String get pageRowsInfoTitleRaw => r'$rowCount का $firstRow–$lastRow'; + String get pageRowsInfoTitleRaw => '\$rowCount का \$firstRow–\$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'$rowCount में से करीब $firstRow–$lastRow'; + String get pageRowsInfoTitleApproximateRaw => '\$rowCount में से करीब \$firstRow–\$lastRow'; @override String get pasteButtonLabel => 'चिपकाएं'; @@ -7581,7 +7581,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'एक वर्ण अाैर डाला जा सकता है'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount वर्ण अाैर डाले जा सकते हैं'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount वर्ण अाैर डाले जा सकते हैं'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -7629,7 +7629,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 चीज़ चुनी गई'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount चीज़ें चुनी गईं'; + String get selectedRowCountTitleOther => '\$selectedRowCount चीज़ें चुनी गईं'; @override String get selectedRowCountTitleTwo => null; @@ -7647,7 +7647,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get signedInLabel => 'साइन इन किया हुआ है'; @override - String get tabLabelRaw => r'$tabCount का टैब $tabIndex'; + String get tabLabelRaw => '\$tabCount का टैब \$tabIndex'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; @@ -7686,7 +7686,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'O aplikaciji $applicationName'; + String get aboutListTileTitleRaw => 'O aplikaciji \$applicationName'; @override String get alertDialogLabel => 'Upozorenje'; @@ -7755,10 +7755,10 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Otvaranje izbornika za navigaciju'; @override - String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow od $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow – \$lastRow od \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow od otprilike $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow – \$lastRow od otprilike \$rowCount'; @override String get pasteButtonLabel => 'ZALIJEPI'; @@ -7779,7 +7779,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Osvježi'; @override - String get remainingTextFieldCharacterCountFew => r'Preostala su $remainingCount znaka'; + String get remainingTextFieldCharacterCountFew => 'Preostala su \$remainingCount znaka'; @override String get remainingTextFieldCharacterCountMany => null; @@ -7788,7 +7788,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Preostao je 1 znak'; @override - String get remainingTextFieldCharacterCountOther => r'Preostalo je $remainingCount znakova'; + String get remainingTextFieldCharacterCountOther => 'Preostalo je \$remainingCount znakova'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -7827,7 +7827,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'ODABERI SVE'; @override - String get selectedRowCountTitleFew => r'Odabrane su $selectedRowCount stavke'; + String get selectedRowCountTitleFew => 'Odabrane su \$selectedRowCount stavke'; @override String get selectedRowCountTitleMany => null; @@ -7836,7 +7836,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Odabrana je jedna stavka'; @override - String get selectedRowCountTitleOther => r'Odabrano je $selectedRowCount stavki'; + String get selectedRowCountTitleOther => 'Odabrano je \$selectedRowCount stavki'; @override String get selectedRowCountTitleTwo => null; @@ -7854,7 +7854,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get signedInLabel => 'Prijavljeni korisnik'; @override - String get tabLabelRaw => r'Kartica $tabIndex od $tabCount'; + String get tabLabelRaw => 'Kartica \$tabIndex od \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -7893,7 +7893,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'A(z) $applicationName névjegye'; + String get aboutListTileTitleRaw => 'A(z) \$applicationName névjegye'; @override String get alertDialogLabel => 'Értesítés'; @@ -7962,10 +7962,10 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Navigációs menü megnyitása'; @override - String get pageRowsInfoTitleRaw => r'$rowCount/$firstRow–$lastRow.'; + String get pageRowsInfoTitleRaw => '\$rowCount/\$firstRow–\$lastRow.'; @override - String get pageRowsInfoTitleApproximateRaw => r'Körülbelül $rowCount/$firstRow–$lastRow.'; + String get pageRowsInfoTitleApproximateRaw => 'Körülbelül \$rowCount/\$firstRow–\$lastRow.'; @override String get pasteButtonLabel => 'BEILLESZTÉS'; @@ -7995,7 +7995,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 karakter maradt'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount karakter maradt'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount karakter maradt'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -8043,7 +8043,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 elem kiválasztva'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount elem kiválasztva'; + String get selectedRowCountTitleOther => '\$selectedRowCount elem kiválasztva'; @override String get selectedRowCountTitleTwo => null; @@ -8061,7 +8061,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get signedInLabel => 'Bejelentkezve'; @override - String get tabLabelRaw => r'$tabCount/$tabIndex. lap'; + String get tabLabelRaw => '\$tabCount/\$tabIndex. lap'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -8100,7 +8100,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName հավելվածի մասին'; + String get aboutListTileTitleRaw => '\$applicationName հավելվածի մասին'; @override String get alertDialogLabel => 'Ծանուցում'; @@ -8169,10 +8169,10 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Բացել նավարկման ընտրացանկը'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow $rowCount-ից'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow \$rowCount-ից'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow մոտավորապես $rowCount-ից'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow մոտավորապես \$rowCount-ից'; @override String get pasteButtonLabel => 'ՏԵՂԱԴՐԵԼ'; @@ -8193,16 +8193,16 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Թարմացնել'; @override - String get remainingTextFieldCharacterCountFew => r'Մնաց $remainingCount նիշ'; + String get remainingTextFieldCharacterCountFew => 'Մնաց \$remainingCount նիշ'; @override - String get remainingTextFieldCharacterCountMany => r'Մնաց $remainingCount նիշ'; + String get remainingTextFieldCharacterCountMany => 'Մնաց \$remainingCount նիշ'; @override String get remainingTextFieldCharacterCountOne => 'Մնացել է 1 նիշ'; @override - String get remainingTextFieldCharacterCountOther => r'Մնացել է $remainingCount նիշ'; + String get remainingTextFieldCharacterCountOther => 'Մնացել է \$remainingCount նիշ'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -8241,16 +8241,16 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'ՆՇԵԼ ԲՈԼՈՐԸ'; @override - String get selectedRowCountTitleFew => r'Ընտրված է $selectedRowCount օբյեկտ'; + String get selectedRowCountTitleFew => 'Ընտրված է \$selectedRowCount օբյեկտ'; @override - String get selectedRowCountTitleMany => r'Ընտրված է $selectedRowCount օբյեկտ'; + String get selectedRowCountTitleMany => 'Ընտրված է \$selectedRowCount օբյեկտ'; @override String get selectedRowCountTitleOne => 'Ընտրվել է 1 տարր'; @override - String get selectedRowCountTitleOther => r'Ընտրվել է $selectedRowCount տարր'; + String get selectedRowCountTitleOther => 'Ընտրվել է \$selectedRowCount տարր'; @override String get selectedRowCountTitleTwo => null; @@ -8268,7 +8268,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get signedInLabel => 'Դուք մուտք եք գործել'; @override - String get tabLabelRaw => r'Ներդիր $tabIndex՝ $tabCount-ից'; + String get tabLabelRaw => 'Ներդիր \$tabIndex՝ \$tabCount-ից'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -8307,7 +8307,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Tentang $applicationName'; + String get aboutListTileTitleRaw => 'Tentang \$applicationName'; @override String get alertDialogLabel => 'Notifikasi'; @@ -8376,10 +8376,10 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Buka menu navigasi'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow dari $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow dari \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow dari kira-kira $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow dari kira-kira \$rowCount'; @override String get pasteButtonLabel => 'TEMPEL'; @@ -8409,7 +8409,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Sisa 1 karakter'; @override - String get remainingTextFieldCharacterCountOther => r'Sisa $remainingCount karakter'; + String get remainingTextFieldCharacterCountOther => 'Sisa \$remainingCount karakter'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -8457,7 +8457,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 item dipilih'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount item dipilih'; + String get selectedRowCountTitleOther => '\$selectedRowCount item dipilih'; @override String get selectedRowCountTitleTwo => null; @@ -8475,7 +8475,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get signedInLabel => 'Telah login'; @override - String get tabLabelRaw => r'Tab $tabIndex dari $tabCount'; + String get tabLabelRaw => 'Tab \$tabIndex dari \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -8514,7 +8514,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Um $applicationName'; + String get aboutListTileTitleRaw => 'Um \$applicationName'; @override String get alertDialogLabel => 'Tilkynning'; @@ -8583,10 +8583,10 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Opna yfirlitsvalmynd'; @override - String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow af $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow – \$lastRow af \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow af um það bil $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow – \$lastRow af um það bil \$rowCount'; @override String get pasteButtonLabel => 'LÍMA'; @@ -8616,7 +8616,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 stafur eftir'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount stafir eftir'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount stafir eftir'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -8664,7 +8664,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 atriði valið'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount atriði valin'; + String get selectedRowCountTitleOther => '\$selectedRowCount atriði valin'; @override String get selectedRowCountTitleTwo => null; @@ -8682,7 +8682,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get signedInLabel => 'Innskráð(ur)'; @override - String get tabLabelRaw => r'Flipi $tabIndex af $tabCount'; + String get tabLabelRaw => 'Flipi \$tabIndex af \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -8721,7 +8721,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Informazioni su $applicationName'; + String get aboutListTileTitleRaw => 'Informazioni su \$applicationName'; @override String get alertDialogLabel => 'Avviso'; @@ -8790,10 +8790,10 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Apri il menu di navigazione'; @override - String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow di $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow-\$lastRow di \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow di circa $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow-\$lastRow di circa \$rowCount'; @override String get pasteButtonLabel => 'INCOLLA'; @@ -8823,7 +8823,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 carattere rimanente'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount caratteri rimanenti'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount caratteri rimanenti'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -8844,7 +8844,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get reorderItemToEnd => 'Sposta alla fine'; @override - String get reorderItemToStart => "Sposta all'inizio"; + String get reorderItemToStart => 'Sposta all\'inizio'; @override String get reorderItemUp => 'Sposta su'; @@ -8871,7 +8871,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 elemento selezionato'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount elementi selezionati'; + String get selectedRowCountTitleOther => '\$selectedRowCount elementi selezionati'; @override String get selectedRowCountTitleTwo => null; @@ -8889,7 +8889,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get signedInLabel => 'Connesso'; @override - String get tabLabelRaw => r'Scheda $tabIndex di $tabCount'; + String get tabLabelRaw => 'Scheda \$tabIndex di \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -8928,7 +8928,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName について'; + String get aboutListTileTitleRaw => '\$applicationName について'; @override String get alertDialogLabel => '通知'; @@ -8997,10 +8997,10 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'ナビゲーション メニューを開く'; @override - String get pageRowsInfoTitleRaw => r'$firstRow - $lastRow 行(合計 $rowCount 行)'; + String get pageRowsInfoTitleRaw => '\$firstRow - \$lastRow 行(合計 \$rowCount 行)'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow 行(合計約 $rowCount 行)'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow – \$lastRow 行(合計約 \$rowCount 行)'; @override String get pasteButtonLabel => '貼り付け'; @@ -9030,7 +9030,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '残り 1 文字(半角相当)'; @override - String get remainingTextFieldCharacterCountOther => r'残り $remainingCount 文字(半角相当)'; + String get remainingTextFieldCharacterCountOther => '残り \$remainingCount 文字(半角相当)'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -9078,7 +9078,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 件のアイテムを選択中'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount 件のアイテムを選択中'; + String get selectedRowCountTitleOther => '\$selectedRowCount 件のアイテムを選択中'; @override String get selectedRowCountTitleTwo => null; @@ -9096,7 +9096,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get signedInLabel => 'ログイン中'; @override - String get tabLabelRaw => r'タブ: $tabIndex/$tabCount'; + String get tabLabelRaw => 'タブ: \$tabIndex/\$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -9135,7 +9135,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName-ის შესახებ'; + String get aboutListTileTitleRaw => '\$applicationName-ის შესახებ'; @override String get alertDialogLabel => 'გაფრთხილება'; @@ -9204,10 +9204,10 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'სანავიგაციო მენიუს გახსნა'; @override - String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow / $rowCount-დან'; + String get pageRowsInfoTitleRaw => '\$firstRow-\$lastRow / \$rowCount-დან'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow / დაახლოებით $rowCount-დან'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow-\$lastRow / დაახლოებით \$rowCount-დან'; @override String get pasteButtonLabel => 'ჩასმა'; @@ -9237,7 +9237,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'დარჩა 1 სიმბოლო'; @override - String get remainingTextFieldCharacterCountOther => r'დარჩა $remainingCount სიმბოლო'; + String get remainingTextFieldCharacterCountOther => 'დარჩა \$remainingCount სიმბოლო'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -9285,7 +9285,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'არჩეულია 1 ერთეული'; @override - String get selectedRowCountTitleOther => r'არჩეულია $selectedRowCount ერთეული'; + String get selectedRowCountTitleOther => 'არჩეულია \$selectedRowCount ერთეული'; @override String get selectedRowCountTitleTwo => null; @@ -9303,7 +9303,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get signedInLabel => 'შესული'; @override - String get tabLabelRaw => r'ჩანართი $tabIndex / $tabCount-დან'; + String get tabLabelRaw => 'ჩანართი \$tabIndex / \$tabCount-დან'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -9342,7 +9342,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName туралы'; + String get aboutListTileTitleRaw => '\$applicationName туралы'; @override String get alertDialogLabel => 'Дабыл'; @@ -9411,10 +9411,10 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Навигация мәзірін ашу'; @override - String get pageRowsInfoTitleRaw => r'$rowCount ішінен $firstRow–$lastRow'; + String get pageRowsInfoTitleRaw => '\$rowCount ішінен \$firstRow–\$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'Шамамен $rowCount ішінен $firstRow–$lastRow'; + String get pageRowsInfoTitleApproximateRaw => 'Шамамен \$rowCount ішінен \$firstRow–\$lastRow'; @override String get pasteButtonLabel => 'ҚОЮ'; @@ -9444,7 +9444,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 таңба қалды.'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount таңба қалды.'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount таңба қалды.'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -9492,7 +9492,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 элемент таңдалды.'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount элемент таңдалды.'; + String get selectedRowCountTitleOther => '\$selectedRowCount элемент таңдалды.'; @override String get selectedRowCountTitleTwo => null; @@ -9510,7 +9510,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get signedInLabel => 'Есептік жазбаға кірген'; @override - String get tabLabelRaw => r'$tabCount/$tabIndex қойынды'; + String get tabLabelRaw => '\$tabCount/\$tabIndex қойынды'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -9549,7 +9549,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'អំពី $applicationName'; + String get aboutListTileTitleRaw => 'អំពី \$applicationName'; @override String get alertDialogLabel => 'ជូនដំណឹង'; @@ -9618,10 +9618,10 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'បើក​ម៉ឺនុយរុករក'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow ក្នុង​ចំណោម​ $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow ក្នុង​ចំណោម​ \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow ក្នុង​ចំណោម​ប្រហែល $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow ក្នុង​ចំណោម​ប្រហែល \$rowCount'; @override String get pasteButtonLabel => 'ដាក់​ចូល'; @@ -9651,7 +9651,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'នៅសល់​ 1 តួ​ទៀត'; @override - String get remainingTextFieldCharacterCountOther => r'នៅសល់ $remainingCount តួ​ទៀត'; + String get remainingTextFieldCharacterCountOther => 'នៅសល់ \$remainingCount តួ​ទៀត'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -9699,7 +9699,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'បាន​ជ្រើស​រើស​ធាតុ 1'; @override - String get selectedRowCountTitleOther => r'បាន​ជ្រើស​រើស​ធាតុ $selectedRowCount'; + String get selectedRowCountTitleOther => 'បាន​ជ្រើស​រើស​ធាតុ \$selectedRowCount'; @override String get selectedRowCountTitleTwo => null; @@ -9717,7 +9717,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get signedInLabel => 'បានចូល​គណនី'; @override - String get tabLabelRaw => r'ផ្ទាំង $tabIndex ក្នុង​ចំណោម​ $tabCount'; + String get tabLabelRaw => 'ផ្ទាំង \$tabIndex ក្នុង​ចំណោម​ \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @@ -9963,7 +9963,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName 정보'; + String get aboutListTileTitleRaw => '\$applicationName 정보'; @override String get alertDialogLabel => '알림'; @@ -10032,10 +10032,10 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => '탐색 메뉴 열기'; @override - String get pageRowsInfoTitleRaw => r'$rowCount행 중 $firstRow~$lastRow행'; + String get pageRowsInfoTitleRaw => '\$rowCount행 중 \$firstRow~\$lastRow행'; @override - String get pageRowsInfoTitleApproximateRaw => r'약 $rowCount행 중 $firstRow~$lastRow행'; + String get pageRowsInfoTitleApproximateRaw => '약 \$rowCount행 중 \$firstRow~\$lastRow행'; @override String get pasteButtonLabel => '붙여넣기'; @@ -10065,7 +10065,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1자 남음'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount자 남음'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount자 남음'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -10113,7 +10113,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '항목 1개 선택됨'; @override - String get selectedRowCountTitleOther => r'항목 $selectedRowCount개 선택됨'; + String get selectedRowCountTitleOther => '항목 \$selectedRowCount개 선택됨'; @override String get selectedRowCountTitleTwo => null; @@ -10131,7 +10131,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get signedInLabel => '로그인됨'; @override - String get tabLabelRaw => r'탭 $tabCount개 중 $tabIndex번째'; + String get tabLabelRaw => '탭 \$tabCount개 중 \$tabIndex번째'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; @@ -10170,7 +10170,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName каналы жөнүндө'; + String get aboutListTileTitleRaw => '\$applicationName каналы жөнүндө'; @override String get alertDialogLabel => 'Эскертүү'; @@ -10239,10 +10239,10 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Чабыттоо менюсун ачуу'; @override - String get pageRowsInfoTitleRaw => r'$rowCount ичинен $firstRow–$lastRow'; + String get pageRowsInfoTitleRaw => '\$rowCount ичинен \$firstRow–\$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'Болжол менен $rowCount ичинен $firstRow–$lastRow'; + String get pageRowsInfoTitleApproximateRaw => 'Болжол менен \$rowCount ичинен \$firstRow–\$lastRow'; @override String get pasteButtonLabel => 'ЧАПТОО'; @@ -10272,7 +10272,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 белги калды'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount белги калды'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount белги калды'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -10320,7 +10320,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 нерсе тандалды'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount нерсе тандалды'; + String get selectedRowCountTitleOther => '\$selectedRowCount нерсе тандалды'; @override String get selectedRowCountTitleTwo => null; @@ -10338,7 +10338,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get signedInLabel => 'Аккаунтуңузга кирдиңиз'; @override - String get tabLabelRaw => r'$tabCount кыналма ичинен $tabIndex'; + String get tabLabelRaw => '\$tabCount кыналма ичинен \$tabIndex'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -10377,7 +10377,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'ກ່ຽວກັບ $applicationName'; + String get aboutListTileTitleRaw => 'ກ່ຽວກັບ \$applicationName'; @override String get alertDialogLabel => 'ການເຕືອນ'; @@ -10446,10 +10446,10 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'ເປີດເມນູການນຳທາງ'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow ຈາກທັງໝົດ $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow ຈາກທັງໝົດ \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow ຈາກປະມານ $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow ຈາກປະມານ \$rowCount'; @override String get pasteButtonLabel => 'ວາງ'; @@ -10479,7 +10479,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'ຍັງອີກ 1 ຕົວອັກສອນ'; @override - String get remainingTextFieldCharacterCountOther => r'ຍັງອີກ $remainingCount ຕົວອັກສອນ'; + String get remainingTextFieldCharacterCountOther => 'ຍັງອີກ \$remainingCount ຕົວອັກສອນ'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -10527,7 +10527,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'ເລືອກ 1 ລາຍການແລ້ວ'; @override - String get selectedRowCountTitleOther => r'ເລືອກ $selectedRowCount ລາຍການແລ້ວ'; + String get selectedRowCountTitleOther => 'ເລືອກ \$selectedRowCount ລາຍການແລ້ວ'; @override String get selectedRowCountTitleTwo => null; @@ -10545,7 +10545,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get signedInLabel => 'ເຂົ້າສູ່ລະບົບແລ້ວ'; @override - String get tabLabelRaw => r'ແຖບທີ $tabIndex ຈາກທັງໝົດ $tabCount'; + String get tabLabelRaw => 'ແຖບທີ \$tabIndex ຈາກທັງໝົດ \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -10584,7 +10584,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Apie „$applicationName“'; + String get aboutListTileTitleRaw => 'Apie „\$applicationName“'; @override String get alertDialogLabel => 'Įspėjimas'; @@ -10653,10 +10653,10 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Atidaryti naršymo meniu'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow iš $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow iš \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow iš maždaug $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow iš maždaug \$rowCount'; @override String get pasteButtonLabel => 'ĮKLIJUOTI'; @@ -10677,16 +10677,16 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Atnaujinti'; @override - String get remainingTextFieldCharacterCountFew => r'Liko $remainingCount simboliai'; + String get remainingTextFieldCharacterCountFew => 'Liko \$remainingCount simboliai'; @override - String get remainingTextFieldCharacterCountMany => r'Liko $remainingCount simbolio'; + String get remainingTextFieldCharacterCountMany => 'Liko \$remainingCount simbolio'; @override String get remainingTextFieldCharacterCountOne => 'Liko 1 simbolis'; @override - String get remainingTextFieldCharacterCountOther => r'Liko $remainingCount simbolių'; + String get remainingTextFieldCharacterCountOther => 'Liko \$remainingCount simbolių'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -10725,16 +10725,16 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'PASIRINKTI VISKĄ'; @override - String get selectedRowCountTitleFew => r'Pasirinkti $selectedRowCount elementai'; + String get selectedRowCountTitleFew => 'Pasirinkti \$selectedRowCount elementai'; @override - String get selectedRowCountTitleMany => r'Pasirinkta $selectedRowCount elemento'; + String get selectedRowCountTitleMany => 'Pasirinkta \$selectedRowCount elemento'; @override String get selectedRowCountTitleOne => 'Pasirinktas 1 elementas'; @override - String get selectedRowCountTitleOther => r'Pasirinkta $selectedRowCount elementų'; + String get selectedRowCountTitleOther => 'Pasirinkta \$selectedRowCount elementų'; @override String get selectedRowCountTitleTwo => null; @@ -10752,7 +10752,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get signedInLabel => 'Prisijungta'; @override - String get tabLabelRaw => r'$tabIndex skirtukas iš $tabCount'; + String get tabLabelRaw => '\$tabIndex skirtukas iš \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -10791,7 +10791,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Par $applicationName'; + String get aboutListTileTitleRaw => 'Par \$applicationName'; @override String get alertDialogLabel => 'Brīdinājums'; @@ -10860,10 +10860,10 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Atvērt navigācijas izvēlni'; @override - String get pageRowsInfoTitleRaw => r'$firstRow.–$lastRow. no $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow.–\$lastRow. no \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow.–$lastRow. no aptuveni $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow.–\$lastRow. no aptuveni \$rowCount'; @override String get pasteButtonLabel => 'IELĪMĒT'; @@ -10893,7 +10893,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Atlikusi 1 rakstzīme.'; @override - String get remainingTextFieldCharacterCountOther => r'Atlikušas $remainingCount rakstzīmes.'; + String get remainingTextFieldCharacterCountOther => 'Atlikušas \$remainingCount rakstzīmes.'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -10941,7 +10941,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Atlasīts 1 vienums'; @override - String get selectedRowCountTitleOther => r'Atlasīti $selectedRowCount vienumi'; + String get selectedRowCountTitleOther => 'Atlasīti \$selectedRowCount vienumi'; @override String get selectedRowCountTitleTwo => null; @@ -10959,7 +10959,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get signedInLabel => 'Esat pierakstījies'; @override - String get tabLabelRaw => r'$tabIndex. cilne no $tabCount'; + String get tabLabelRaw => '\$tabIndex. cilne no \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -10998,7 +10998,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'За $applicationName'; + String get aboutListTileTitleRaw => 'За \$applicationName'; @override String get alertDialogLabel => 'Предупредување'; @@ -11067,10 +11067,10 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Отворете го менито за навигација'; @override - String get pageRowsInfoTitleRaw => r'$firstRow - $lastRow од $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow - \$lastRow од \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow - $lastRow од приближно $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow - \$lastRow од приближно \$rowCount'; @override String get pasteButtonLabel => 'ЗАЛЕПИ'; @@ -11100,7 +11100,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Преостанува уште 1 знак'; @override - String get remainingTextFieldCharacterCountOther => r'Преостануваат уште $remainingCount знаци'; + String get remainingTextFieldCharacterCountOther => 'Преостануваат уште \$remainingCount знаци'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -11148,7 +11148,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Избрана е 1 ставка'; @override - String get selectedRowCountTitleOther => r'Избрани се $selectedRowCount ставки'; + String get selectedRowCountTitleOther => 'Избрани се \$selectedRowCount ставки'; @override String get selectedRowCountTitleTwo => null; @@ -11166,7 +11166,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get signedInLabel => 'Најавени сте'; @override - String get tabLabelRaw => r'Картичка $tabIndex од $tabCount'; + String get tabLabelRaw => 'Картичка \$tabIndex од \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -11205,7 +11205,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName എന്നതിനെക്കുറിച്ച്'; + String get aboutListTileTitleRaw => '\$applicationName എന്നതിനെക്കുറിച്ച്'; @override String get alertDialogLabel => 'മുന്നറിയിപ്പ്'; @@ -11274,10 +11274,10 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'നാവിഗേഷൻ മെനു തുറക്കുക'; @override - String get pageRowsInfoTitleRaw => r'$rowCount-ൽ $firstRow –$lastRow'; + String get pageRowsInfoTitleRaw => '\$rowCount-ൽ \$firstRow –\$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'ഏകദേശം $rowCount-ൽ $firstRow –$lastRow'; + String get pageRowsInfoTitleApproximateRaw => 'ഏകദേശം \$rowCount-ൽ \$firstRow –\$lastRow'; @override String get pasteButtonLabel => 'ഒട്ടിക്കുക'; @@ -11307,7 +11307,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'ഒരു പ്രതീകം ശേഷിക്കുന്നു'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount പ്രതീകങ്ങൾ ശേഷിക്കുന്നു'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount പ്രതീകങ്ങൾ ശേഷിക്കുന്നു'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -11355,7 +11355,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'ഒരു ഇനം തിരഞ്ഞെടുത്തു'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount ഇനങ്ങൾ തിരഞ്ഞെടുത്തു'; + String get selectedRowCountTitleOther => '\$selectedRowCount ഇനങ്ങൾ തിരഞ്ഞെടുത്തു'; @override String get selectedRowCountTitleTwo => null; @@ -11373,7 +11373,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get signedInLabel => 'സൈൻ ഇൻ ചെയ്‌തു'; @override - String get tabLabelRaw => r'$tabCount-ൽ $tabIndex'; + String get tabLabelRaw => '\$tabCount-ൽ \$tabIndex'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -11412,7 +11412,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName-н тухай'; + String get aboutListTileTitleRaw => '\$applicationName-н тухай'; @override String get alertDialogLabel => 'Сэрэмжлүүлэг'; @@ -11481,10 +11481,10 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Навигацийн цэсийг нээх'; @override - String get pageRowsInfoTitleRaw => r'$rowCount-н $firstRow–$lastRow'; + String get pageRowsInfoTitleRaw => '\$rowCount-н \$firstRow–\$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'Ойролцоогоор $rowCount-н $firstRow–$lastRow'; + String get pageRowsInfoTitleApproximateRaw => 'Ойролцоогоор \$rowCount-н \$firstRow–\$lastRow'; @override String get pasteButtonLabel => 'БУУЛГАХ'; @@ -11514,7 +11514,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 тэмдэгт үлдсэн'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount тэмдэгт үлдсэн'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount тэмдэгт үлдсэн'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -11562,7 +11562,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 зүйл сонгосон'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount зүйл сонгосон'; + String get selectedRowCountTitleOther => '\$selectedRowCount зүйл сонгосон'; @override String get selectedRowCountTitleTwo => null; @@ -11580,7 +11580,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get signedInLabel => 'Нэвтэрсэн'; @override - String get tabLabelRaw => r'$tabCount-н $tabIndex-р таб'; + String get tabLabelRaw => '\$tabCount-н \$tabIndex-р таб'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -11619,7 +11619,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName बद्दल'; + String get aboutListTileTitleRaw => '\$applicationName बद्दल'; @override String get alertDialogLabel => 'सूचना'; @@ -11688,10 +11688,10 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'नेव्हिगेशन मेनू उघडा'; @override - String get pageRowsInfoTitleRaw => r'$rowCount पैकी $firstRow–$lastRow'; + String get pageRowsInfoTitleRaw => '\$rowCount पैकी \$firstRow–\$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'$rowCount च्या बद्दल $firstRow–$lastRow'; + String get pageRowsInfoTitleApproximateRaw => '\$rowCount च्या बद्दल \$firstRow–\$lastRow'; @override String get pasteButtonLabel => 'पेस्ट करा'; @@ -11721,7 +11721,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'एक वर्ण शिल्लक'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount वर्ण शिल्लक'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount वर्ण शिल्लक'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -11769,7 +11769,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'एक अायटम निवडला'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount अायटम निवडले'; + String get selectedRowCountTitleOther => '\$selectedRowCount अायटम निवडले'; @override String get selectedRowCountTitleTwo => null; @@ -11787,7 +11787,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get signedInLabel => 'साइन इन केले आहे'; @override - String get tabLabelRaw => r'$tabCount पैकी $tabIndex टॅब'; + String get tabLabelRaw => '\$tabCount पैकी \$tabIndex टॅब'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @@ -11826,7 +11826,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Perihal $applicationName'; + String get aboutListTileTitleRaw => 'Perihal \$applicationName'; @override String get alertDialogLabel => 'Makluman'; @@ -11895,10 +11895,10 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Buka menu navigasi'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow dari $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow dari \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow dari kira-kira $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow dari kira-kira \$rowCount'; @override String get pasteButtonLabel => 'TAMPAL'; @@ -11928,7 +11928,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 aksara lagi'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount aksara lagi'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount aksara lagi'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -11976,7 +11976,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 item dipilih'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount item dipilih'; + String get selectedRowCountTitleOther => '\$selectedRowCount item dipilih'; @override String get selectedRowCountTitleTwo => null; @@ -11994,7 +11994,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get signedInLabel => 'Dilog masuk'; @override - String get tabLabelRaw => r'Tab $tabIndex dari $tabCount'; + String get tabLabelRaw => 'Tab \$tabIndex dari \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @@ -12033,7 +12033,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName အကြောင်း'; + String get aboutListTileTitleRaw => '\$applicationName အကြောင်း'; @override String get alertDialogLabel => 'သတိပေးချက်'; @@ -12102,10 +12102,10 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'လမ်းညွှန်မီနူးကို ဖွင့်ရန်'; @override - String get pageRowsInfoTitleRaw => r'$rowCount အနက် $firstRow–$lastRow'; + String get pageRowsInfoTitleRaw => '\$rowCount အနက် \$firstRow–\$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'$rowCount ခန့်မှ $firstRow–$lastRow'; + String get pageRowsInfoTitleApproximateRaw => '\$rowCount ခန့်မှ \$firstRow–\$lastRow'; @override String get pasteButtonLabel => 'ကူးထည့်ရန်'; @@ -12135,7 +12135,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'အက္ခရာ ၁ လုံးကျန်သည်'; @override - String get remainingTextFieldCharacterCountOther => r'အက္ခရာ $remainingCount လုံးကျန်သည်'; + String get remainingTextFieldCharacterCountOther => 'အက္ခရာ \$remainingCount လုံးကျန်သည်'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -12183,7 +12183,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '၁ ခု ရွေးထားသည်'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount ခု ရွေးထားသည်'; + String get selectedRowCountTitleOther => '\$selectedRowCount ခု ရွေးထားသည်'; @override String get selectedRowCountTitleTwo => null; @@ -12201,7 +12201,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get signedInLabel => 'လက်မှတ်ထိုး ဝင်ထားသည်'; @override - String get tabLabelRaw => r'တဘ် $tabCount အနက် $tabIndex ခု'; + String get tabLabelRaw => 'တဘ် \$tabCount အနက် \$tabIndex ခု'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -12240,7 +12240,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Om $applicationName'; + String get aboutListTileTitleRaw => 'Om \$applicationName'; @override String get alertDialogLabel => 'Varsel'; @@ -12309,10 +12309,10 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Åpne navigasjonsmenyen'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow av $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow av \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow av omtrent $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow av omtrent \$rowCount'; @override String get pasteButtonLabel => 'LIM INN'; @@ -12342,7 +12342,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 tegn gjenstår'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount tegn gjenstår'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount tegn gjenstår'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -12390,7 +12390,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 element er valgt'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount elementer er valgt'; + String get selectedRowCountTitleOther => '\$selectedRowCount elementer er valgt'; @override String get selectedRowCountTitleTwo => null; @@ -12408,7 +12408,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get signedInLabel => 'Pålogget'; @override - String get tabLabelRaw => r'Fane $tabIndex av $tabCount'; + String get tabLabelRaw => 'Fane \$tabIndex av \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -12447,7 +12447,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName बारे'; + String get aboutListTileTitleRaw => '\$applicationName बारे'; @override String get alertDialogLabel => 'अलर्ट'; @@ -12516,10 +12516,10 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'नेभिगेसन मेनु खोल्नुहोस्'; @override - String get pageRowsInfoTitleRaw => r'$rowCount मध्ये $firstRow–$lastRow'; + String get pageRowsInfoTitleRaw => '\$rowCount मध्ये \$firstRow–\$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'लगभग $rowCount को $firstRow–$lastRow'; + String get pageRowsInfoTitleApproximateRaw => 'लगभग \$rowCount को \$firstRow–\$lastRow'; @override String get pasteButtonLabel => 'टाँस्नुहोस्'; @@ -12549,7 +12549,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '१ वर्ण बाँकी'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount वर्णहरू बाँकी'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount वर्णहरू बाँकी'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -12597,7 +12597,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '१ वस्तु चयन गरियो'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount वस्तुहरू चयन गरिए'; + String get selectedRowCountTitleOther => '\$selectedRowCount वस्तुहरू चयन गरिए'; @override String get selectedRowCountTitleTwo => null; @@ -12615,7 +12615,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get signedInLabel => 'साइन इन गरियो'; @override - String get tabLabelRaw => r'$tabCount मध्ये $tabIndex ट्याब'; + String get tabLabelRaw => '\$tabCount मध्ये \$tabIndex ट्याब'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -12654,7 +12654,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Over $applicationName'; + String get aboutListTileTitleRaw => 'Over \$applicationName'; @override String get alertDialogLabel => 'Melding'; @@ -12723,10 +12723,10 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Navigatiemenu openen'; @override - String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow van $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow-\$lastRow van \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow van ongeveer $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow-\$lastRow van ongeveer \$rowCount'; @override String get pasteButtonLabel => 'PLAKKEN'; @@ -12756,7 +12756,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 teken resterend'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount tekens resterend'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount tekens resterend'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -12804,7 +12804,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 item geselecteerd'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount items geselecteerd'; + String get selectedRowCountTitleOther => '\$selectedRowCount items geselecteerd'; @override String get selectedRowCountTitleTwo => null; @@ -12822,7 +12822,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get signedInLabel => 'Ingelogd'; @override - String get tabLabelRaw => r'Tabblad $tabIndex van $tabCount'; + String get tabLabelRaw => 'Tabblad \$tabIndex van \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -12861,7 +12861,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName ବିଷୟରେ'; + String get aboutListTileTitleRaw => '\$applicationName ବିଷୟରେ'; @override String get alertDialogLabel => 'ଆଲର୍ଟ'; @@ -12930,10 +12930,10 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'ନାଭିଗେସନ୍ ମେନୁ ଖୋଲନ୍ତୁ'; @override - String get pageRowsInfoTitleRaw => r'$rowCountର $firstRow–$lastRow'; + String get pageRowsInfoTitleRaw => '\$rowCountର \$firstRow–\$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'ପାଖାପାଖି $rowCountର $firstRow–$lastRow'; + String get pageRowsInfoTitleApproximateRaw => 'ପାଖାପାଖି \$rowCountର \$firstRow–\$lastRow'; @override String get pasteButtonLabel => 'ପେଷ୍ଟ କରନ୍ତୁ'; @@ -12963,7 +12963,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1ଟି ଅକ୍ଷର ବାକି ଅଛି'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCountଟି ଅକ୍ଷର ବାକି ଅଛି'; + String get remainingTextFieldCharacterCountOther => '\$remainingCountଟି ଅକ୍ଷର ବାକି ଅଛି'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -13011,7 +13011,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1ଟି ଆଇଟମ୍ ଚୟନ କରାଯାଇଛି'; @override - String get selectedRowCountTitleOther => r'$selectedRowCountଟି ଆଇଟମ୍ ଚୟନ କରାଯାଇଛି'; + String get selectedRowCountTitleOther => '\$selectedRowCountଟି ଆଇଟମ୍ ଚୟନ କରାଯାଇଛି'; @override String get selectedRowCountTitleTwo => null; @@ -13029,7 +13029,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get signedInLabel => 'ସାଇନ୍ ଇନ୍ କରାଯାଇଛି'; @override - String get tabLabelRaw => r'$tabCountର $tabIndex ଟାବ୍'; + String get tabLabelRaw => '\$tabCountର \$tabIndex ଟାବ୍'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -13068,7 +13068,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName ਬਾਰੇ'; + String get aboutListTileTitleRaw => '\$applicationName ਬਾਰੇ'; @override String get alertDialogLabel => 'ਸੁਚੇਤਨਾ'; @@ -13137,10 +13137,10 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'ਨੈਵੀਗੇਸ਼ਨ ਮੀਨੂ ਖੋਲ੍ਹੋ'; @override - String get pageRowsInfoTitleRaw => r'$rowCount ਵਿੱਚੋਂ $firstRow–$lastRow'; + String get pageRowsInfoTitleRaw => '\$rowCount ਵਿੱਚੋਂ \$firstRow–\$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'ਲਗਭਗ $rowCount ਵਿੱਚੋਂ $firstRow–$lastRow'; + String get pageRowsInfoTitleApproximateRaw => 'ਲਗਭਗ \$rowCount ਵਿੱਚੋਂ \$firstRow–\$lastRow'; @override String get pasteButtonLabel => 'ਪੇਸਟ ਕਰੋ'; @@ -13170,7 +13170,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 ਅੱਖਰ-ਚਿੰਨ੍ਹ ਬਾਕੀ'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount ਅੱਖਰ-ਚਿੰਨ੍ਹ ਬਾਕੀ'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount ਅੱਖਰ-ਚਿੰਨ੍ਹ ਬਾਕੀ'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -13197,7 +13197,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get reorderItemUp => 'ਉੱਪਰ ਲਿਜਾਓ'; @override - String get rowsPerPageTitle => "ਹਰ ਪੰਨੇ 'ਤੇ ਕਤਾਰਾਂ:"; + String get rowsPerPageTitle => 'ਹਰ ਪੰਨੇ \'ਤੇ ਕਤਾਰਾਂ:'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -13218,7 +13218,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 ਆਈਟਮ ਚੁਣੀ ਗਈ'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount ਆਈਟਮਾਂ ਚੁਣੀਆਂ ਗਈਆਂ'; + String get selectedRowCountTitleOther => '\$selectedRowCount ਆਈਟਮਾਂ ਚੁਣੀਆਂ ਗਈਆਂ'; @override String get selectedRowCountTitleTwo => null; @@ -13236,7 +13236,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get signedInLabel => 'ਸਾਈਨ-ਇਨ ਕੀਤਾ ਗਿਆ'; @override - String get tabLabelRaw => r'$tabCount ਵਿੱਚੋਂ $tabIndex ਟੈਬ'; + String get tabLabelRaw => '\$tabCount ਵਿੱਚੋਂ \$tabIndex ਟੈਬ'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -13275,7 +13275,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName – informacje'; + String get aboutListTileTitleRaw => '\$applicationName – informacje'; @override String get alertDialogLabel => 'Alert'; @@ -13344,10 +13344,10 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Otwórz menu nawigacyjne'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow z $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow z \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow z około $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow z około \$rowCount'; @override String get pasteButtonLabel => 'WKLEJ'; @@ -13368,16 +13368,16 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Odśwież'; @override - String get remainingTextFieldCharacterCountFew => r'Pozostały $remainingCount znaki'; + String get remainingTextFieldCharacterCountFew => 'Pozostały \$remainingCount znaki'; @override - String get remainingTextFieldCharacterCountMany => r'Pozostało $remainingCount znaków'; + String get remainingTextFieldCharacterCountMany => 'Pozostało \$remainingCount znaków'; @override String get remainingTextFieldCharacterCountOne => 'Jeszcze 1 znak'; @override - String get remainingTextFieldCharacterCountOther => r'Pozostało $remainingCount znaków'; + String get remainingTextFieldCharacterCountOther => 'Pozostało \$remainingCount znaków'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -13416,16 +13416,16 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'ZAZNACZ WSZYSTKO'; @override - String get selectedRowCountTitleFew => r'$selectedRowCount wybrane elementy'; + String get selectedRowCountTitleFew => '\$selectedRowCount wybrane elementy'; @override - String get selectedRowCountTitleMany => r'$selectedRowCount wybranych elementów'; + String get selectedRowCountTitleMany => '\$selectedRowCount wybranych elementów'; @override String get selectedRowCountTitleOne => '1 wybrany element'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount wybranych elementów'; + String get selectedRowCountTitleOther => '\$selectedRowCount wybranych elementów'; @override String get selectedRowCountTitleTwo => null; @@ -13443,7 +13443,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get signedInLabel => 'Zalogowani użytkownicy'; @override - String get tabLabelRaw => r'Karta $tabIndex z $tabCount'; + String get tabLabelRaw => 'Karta \$tabIndex z \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -13482,7 +13482,7 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'د $applicationName په اړه'; + String get aboutListTileTitleRaw => 'د \$applicationName په اړه'; @override String get alertDialogLabel => 'خبرتیا'; @@ -13551,10 +13551,10 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'د پرانیستی نیینګ مینو'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow د $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow د \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow څخه $rowCount د'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow څخه \$rowCount د'; @override String get pasteButtonLabel => 'پیټ کړئ'; @@ -13632,7 +13632,7 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => null; @override - String get selectedRowCountTitleOther => r'$selectedRowCount توکي غوره شوي'; + String get selectedRowCountTitleOther => '\$selectedRowCount توکي غوره شوي'; @override String get selectedRowCountTitleTwo => null; @@ -13650,7 +13650,7 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { String get signedInLabel => 'ننوتل'; @override - String get tabLabelRaw => r'$tabIndex د $tabCount'; + String get tabLabelRaw => '\$tabIndex د \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -13689,7 +13689,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Sobre o app $applicationName'; + String get aboutListTileTitleRaw => 'Sobre o app \$applicationName'; @override String get alertDialogLabel => 'Alerta'; @@ -13758,10 +13758,10 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Abrir menu de navegação'; @override - String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow – \$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow – \$lastRow de aproximadamente \$rowCount'; @override String get pasteButtonLabel => 'COLAR'; @@ -13791,7 +13791,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 caractere restante'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount caracteres restantes'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount caracteres restantes'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -13839,7 +13839,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 item selecionado'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount itens selecionados'; + String get selectedRowCountTitleOther => '\$selectedRowCount itens selecionados'; @override String get selectedRowCountTitleTwo => null; @@ -13857,7 +13857,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get signedInLabel => 'Conectado a'; @override - String get tabLabelRaw => r'Guia $tabIndex de $tabCount'; + String get tabLabelRaw => 'Guia \$tabIndex de \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -13896,7 +13896,7 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { ); @override - String get tabLabelRaw => r'Separador $tabIndex de $tabCount'; + String get tabLabelRaw => 'Separador \$tabIndex de \$tabCount'; @override String get signedInLabel => 'Com sessão iniciada'; @@ -13917,13 +13917,13 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { String get nextPageTooltip => 'Página seguinte'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; @override - String get pageRowsInfoTitleRaw => r'$firstRow a $lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow a \$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow a $lastRow de cerca de $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow a \$lastRow de cerca de \$rowCount'; @override String get cutButtonLabel => 'CORTAR'; @@ -13947,7 +13947,7 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { String get remainingTextFieldCharacterCountOne => 'Resta 1 caráter'; @override - String get remainingTextFieldCharacterCountOther => r'Restam $remainingCount carateres'; + String get remainingTextFieldCharacterCountOther => 'Restam \$remainingCount carateres'; } /// The translations for Romanian Moldavian Moldovan (`ro`). @@ -13974,7 +13974,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Despre $applicationName'; + String get aboutListTileTitleRaw => 'Despre \$applicationName'; @override String get alertDialogLabel => 'Alertă'; @@ -14043,10 +14043,10 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Deschideți meniul de navigare'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow din $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow din \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow din aproximativ $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow din aproximativ \$rowCount'; @override String get pasteButtonLabel => 'INSERAȚI'; @@ -14067,7 +14067,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Actualizați'; @override - String get remainingTextFieldCharacterCountFew => r'$remainingCount caractere rămase'; + String get remainingTextFieldCharacterCountFew => '\$remainingCount caractere rămase'; @override String get remainingTextFieldCharacterCountMany => null; @@ -14076,7 +14076,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'un caracter rămas'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount de caractere rămase'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount de caractere rămase'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -14115,7 +14115,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'SELECTAȚI TOATE'; @override - String get selectedRowCountTitleFew => r'$selectedRowCount articole selectate'; + String get selectedRowCountTitleFew => '\$selectedRowCount articole selectate'; @override String get selectedRowCountTitleMany => null; @@ -14124,7 +14124,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Un articol selectat'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount de articole selectate'; + String get selectedRowCountTitleOther => '\$selectedRowCount de articole selectate'; @override String get selectedRowCountTitleTwo => null; @@ -14142,7 +14142,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get signedInLabel => 'V-ați conectat'; @override - String get tabLabelRaw => r'Fila $tabIndex din $tabCount'; + String get tabLabelRaw => 'Fila \$tabIndex din \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -14181,7 +14181,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName: сведения'; + String get aboutListTileTitleRaw => '\$applicationName: сведения'; @override String get alertDialogLabel => 'Оповещение'; @@ -14250,10 +14250,10 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Открыть меню навигации'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow из $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow из \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow из примерно $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow из примерно \$rowCount'; @override String get pasteButtonLabel => 'ВСТАВИТЬ'; @@ -14274,16 +14274,16 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Обновление'; @override - String get remainingTextFieldCharacterCountFew => r'Осталось $remainingCount символа'; + String get remainingTextFieldCharacterCountFew => 'Осталось \$remainingCount символа'; @override - String get remainingTextFieldCharacterCountMany => r'Осталось $remainingCount символов'; + String get remainingTextFieldCharacterCountMany => 'Осталось \$remainingCount символов'; @override String get remainingTextFieldCharacterCountOne => 'Остался 1 символ'; @override - String get remainingTextFieldCharacterCountOther => r'Осталось $remainingCount символа'; + String get remainingTextFieldCharacterCountOther => 'Осталось \$remainingCount символа'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -14322,16 +14322,16 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'ВЫБРАТЬ ВСЕ'; @override - String get selectedRowCountTitleFew => r'Выбрано $selectedRowCount объекта'; + String get selectedRowCountTitleFew => 'Выбрано \$selectedRowCount объекта'; @override - String get selectedRowCountTitleMany => r'Выбрано $selectedRowCount объектов'; + String get selectedRowCountTitleMany => 'Выбрано \$selectedRowCount объектов'; @override String get selectedRowCountTitleOne => 'Выбран 1 объект'; @override - String get selectedRowCountTitleOther => r'Выбрано $selectedRowCount объекта'; + String get selectedRowCountTitleOther => 'Выбрано \$selectedRowCount объекта'; @override String get selectedRowCountTitleTwo => null; @@ -14349,7 +14349,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get signedInLabel => 'Вход выполнен'; @override - String get tabLabelRaw => r'Вкладка $tabIndex из $tabCount'; + String get tabLabelRaw => 'Вкладка \$tabIndex из \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -14388,7 +14388,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName ගැන'; + String get aboutListTileTitleRaw => '\$applicationName ගැන'; @override String get alertDialogLabel => 'ඇඟවීම'; @@ -14457,10 +14457,10 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'සංචාලන මෙනුව විවෘත කරන්න'; @override - String get pageRowsInfoTitleRaw => r'$rowCountන් $firstRow–$lastRow'; + String get pageRowsInfoTitleRaw => '\$rowCountන් \$firstRow–\$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'$rowCountකින් පමණ $firstRow–$lastRow'; + String get pageRowsInfoTitleApproximateRaw => '\$rowCountකින් පමණ \$firstRow–\$lastRow'; @override String get pasteButtonLabel => 'අලවන්න'; @@ -14490,7 +14490,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'අනුලකුණු 1ක් ඉතිරිය'; @override - String get remainingTextFieldCharacterCountOther => r'අනුලකුණු $remainingCountක් ඉතිරිය'; + String get remainingTextFieldCharacterCountOther => 'අනුලකුණු \$remainingCountක් ඉතිරිය'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -14538,7 +14538,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'අයිතම 1ක් තෝරන ලදී'; @override - String get selectedRowCountTitleOther => r'අයිතම $selectedRowCountක් තෝරන ලදී'; + String get selectedRowCountTitleOther => 'අයිතම \$selectedRowCountක් තෝරන ලදී'; @override String get selectedRowCountTitleTwo => null; @@ -14556,7 +14556,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get signedInLabel => 'පුරන ලදී'; @override - String get tabLabelRaw => r'ටැබ $tabIndexකින් $tabCount'; + String get tabLabelRaw => 'ටැබ \$tabIndexකින් \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -14595,7 +14595,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName – informácie'; + String get aboutListTileTitleRaw => '\$applicationName – informácie'; @override String get alertDialogLabel => 'Upozornenie'; @@ -14664,10 +14664,10 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Otvoriť navigačnú ponuku'; @override - String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow z $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow – \$lastRow z \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow z približne $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow – \$lastRow z približne \$rowCount'; @override String get pasteButtonLabel => 'PRILEPIŤ'; @@ -14688,16 +14688,16 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Obnoviť'; @override - String get remainingTextFieldCharacterCountFew => r'Zostávajú $remainingCount znaky'; + String get remainingTextFieldCharacterCountFew => 'Zostávajú \$remainingCount znaky'; @override - String get remainingTextFieldCharacterCountMany => r'$remainingCount characters remaining'; + String get remainingTextFieldCharacterCountMany => '\$remainingCount characters remaining'; @override String get remainingTextFieldCharacterCountOne => 'Zostáva 1 znak'; @override - String get remainingTextFieldCharacterCountOther => r'Zostáva $remainingCount znakov'; + String get remainingTextFieldCharacterCountOther => 'Zostáva \$remainingCount znakov'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -14736,16 +14736,16 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'VYBRAŤ VŠETKO'; @override - String get selectedRowCountTitleFew => r'$selectedRowCount vybraté položky'; + String get selectedRowCountTitleFew => '\$selectedRowCount vybraté položky'; @override - String get selectedRowCountTitleMany => r'$selectedRowCount items selected'; + String get selectedRowCountTitleMany => '\$selectedRowCount items selected'; @override String get selectedRowCountTitleOne => '1 vybratá položka'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount vybratých položiek'; + String get selectedRowCountTitleOther => '\$selectedRowCount vybratých položiek'; @override String get selectedRowCountTitleTwo => null; @@ -14763,7 +14763,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get signedInLabel => 'Prihlásili ste sa'; @override - String get tabLabelRaw => r'Karta $tabIndex z $tabCount'; + String get tabLabelRaw => 'Karta \$tabIndex z \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -14802,7 +14802,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'O aplikaciji $applicationName'; + String get aboutListTileTitleRaw => 'O aplikaciji \$applicationName'; @override String get alertDialogLabel => 'Opozorilo'; @@ -14871,10 +14871,10 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Odpiranje menija za krmarjenje'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow od $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow od \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow od približno $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow od približno \$rowCount'; @override String get pasteButtonLabel => 'PRILEPI'; @@ -14895,7 +14895,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Osveži'; @override - String get remainingTextFieldCharacterCountFew => r'Še $remainingCount znaki'; + String get remainingTextFieldCharacterCountFew => 'Še \$remainingCount znaki'; @override String get remainingTextFieldCharacterCountMany => null; @@ -14904,10 +14904,10 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Še 1 znak'; @override - String get remainingTextFieldCharacterCountOther => r'Še $remainingCount znakov'; + String get remainingTextFieldCharacterCountOther => 'Še \$remainingCount znakov'; @override - String get remainingTextFieldCharacterCountTwo => r'Še $remainingCount znaka'; + String get remainingTextFieldCharacterCountTwo => 'Še \$remainingCount znaka'; @override String get remainingTextFieldCharacterCountZero => 'TBD'; @@ -14943,7 +14943,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'IZBERI VSE'; @override - String get selectedRowCountTitleFew => r'Izbrani so $selectedRowCount elementi'; + String get selectedRowCountTitleFew => 'Izbrani so \$selectedRowCount elementi'; @override String get selectedRowCountTitleMany => null; @@ -14952,10 +14952,10 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Izbran je 1 element'; @override - String get selectedRowCountTitleOther => r'Izbranih je $selectedRowCount elementov'; + String get selectedRowCountTitleOther => 'Izbranih je \$selectedRowCount elementov'; @override - String get selectedRowCountTitleTwo => r'Izbrana sta $selectedRowCount elementa'; + String get selectedRowCountTitleTwo => 'Izbrana sta \$selectedRowCount elementa'; @override String get selectedRowCountTitleZero => null; @@ -14970,7 +14970,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get signedInLabel => 'Prijavljen'; @override - String get tabLabelRaw => r'Zavihek $tabIndex od $tabCount'; + String get tabLabelRaw => 'Zavihek \$tabIndex od \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -15009,7 +15009,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Rreth $applicationName'; + String get aboutListTileTitleRaw => 'Rreth \$applicationName'; @override String get alertDialogLabel => 'Sinjalizim'; @@ -15078,10 +15078,10 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Hap menynë e navigimit'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow nga $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow nga \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow nga rreth $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow nga rreth \$rowCount'; @override String get pasteButtonLabel => 'NGJIT'; @@ -15111,7 +15111,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 karakter i mbetur'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount karaktere të mbetura'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount karaktere të mbetura'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -15159,7 +15159,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'U zgjodh 1 artikull'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount artikuj u zgjodhën'; + String get selectedRowCountTitleOther => '\$selectedRowCount artikuj u zgjodhën'; @override String get selectedRowCountTitleTwo => null; @@ -15177,7 +15177,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get signedInLabel => 'Je identifikuar'; @override - String get tabLabelRaw => r'Skeda $tabIndex nga $tabCount'; + String get tabLabelRaw => 'Skeda \$tabIndex nga \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -15216,7 +15216,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'О апликацији $applicationName'; + String get aboutListTileTitleRaw => 'О апликацији \$applicationName'; @override String get alertDialogLabel => 'Обавештење'; @@ -15285,10 +15285,10 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Отворите мени за навигацију'; @override - String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow oд $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow – \$lastRow oд \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow oд приближно $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow – \$lastRow oд приближно \$rowCount'; @override String get pasteButtonLabel => 'НАЛЕПИ'; @@ -15309,7 +15309,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Освежи'; @override - String get remainingTextFieldCharacterCountFew => r'Преостала су $remainingCount знака'; + String get remainingTextFieldCharacterCountFew => 'Преостала су \$remainingCount знака'; @override String get remainingTextFieldCharacterCountMany => null; @@ -15318,7 +15318,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Преостао је 1 знак'; @override - String get remainingTextFieldCharacterCountOther => r'Преостало је $remainingCount знакова'; + String get remainingTextFieldCharacterCountOther => 'Преостало је \$remainingCount знакова'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -15357,7 +15357,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'ИЗАБЕРИ СВЕ'; @override - String get selectedRowCountTitleFew => r'Изабране су $selectedRowCount ставке'; + String get selectedRowCountTitleFew => 'Изабране су \$selectedRowCount ставке'; @override String get selectedRowCountTitleMany => null; @@ -15366,7 +15366,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Изабрана је 1 ставка'; @override - String get selectedRowCountTitleOther => r'Изабрано је $selectedRowCount ставки'; + String get selectedRowCountTitleOther => 'Изабрано је \$selectedRowCount ставки'; @override String get selectedRowCountTitleTwo => null; @@ -15384,7 +15384,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get signedInLabel => 'Пријављени сте'; @override - String get tabLabelRaw => r'$tabIndex. картица од $tabCount'; + String get tabLabelRaw => '\$tabIndex. картица од \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -15447,7 +15447,7 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { ); @override - String get aboutListTileTitleRaw => r'O aplikaciji $applicationName'; + String get aboutListTileTitleRaw => 'O aplikaciji \$applicationName'; @override String get alertDialogLabel => 'Obaveštenje'; @@ -15513,10 +15513,10 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get openAppDrawerTooltip => 'Otvorite meni za navigaciju'; @override - String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow od $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow – \$lastRow od \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow od približno $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow – \$lastRow od približno \$rowCount'; @override String get pasteButtonLabel => 'NALEPI'; @@ -15537,13 +15537,13 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get refreshIndicatorSemanticLabel => 'Osveži'; @override - String get remainingTextFieldCharacterCountFew => r'Preostala su $remainingCount znaka'; + String get remainingTextFieldCharacterCountFew => 'Preostala su \$remainingCount znaka'; @override String get remainingTextFieldCharacterCountOne => 'Preostao je 1 znak'; @override - String get remainingTextFieldCharacterCountOther => r'Preostalo je $remainingCount znakova'; + String get remainingTextFieldCharacterCountOther => 'Preostalo je \$remainingCount znakova'; @override String get reorderItemDown => 'Pomerite nadole'; @@ -15573,13 +15573,13 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get selectAllButtonLabel => 'IZABERI SVE'; @override - String get selectedRowCountTitleFew => r'Izabrane su $selectedRowCount stavke'; + String get selectedRowCountTitleFew => 'Izabrane su \$selectedRowCount stavke'; @override String get selectedRowCountTitleOne => 'Izabrana je 1 stavka'; @override - String get selectedRowCountTitleOther => r'Izabrano je $selectedRowCount stavki'; + String get selectedRowCountTitleOther => 'Izabrano je \$selectedRowCount stavki'; @override String get showAccountsLabel => 'Prikaži naloge'; @@ -15591,7 +15591,7 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get signedInLabel => 'Prijavljeni ste'; @override - String get tabLabelRaw => r'$tabIndex. kartica od $tabCount'; + String get tabLabelRaw => '\$tabIndex. kartica od \$tabCount'; @override String get timePickerHourModeAnnouncement => 'Izaberite sate'; @@ -15627,7 +15627,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Om $applicationName'; + String get aboutListTileTitleRaw => 'Om \$applicationName'; @override String get alertDialogLabel => 'Varning'; @@ -15696,10 +15696,10 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Öppna navigeringsmenyn'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow av $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow av \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow av ungefär $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow av ungefär \$rowCount'; @override String get pasteButtonLabel => 'KLISTRA IN'; @@ -15729,7 +15729,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 tecken kvar'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount tecken kvar'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount tecken kvar'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -15777,7 +15777,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 objekt har markerats'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount objekt har markerats'; + String get selectedRowCountTitleOther => '\$selectedRowCount objekt har markerats'; @override String get selectedRowCountTitleTwo => null; @@ -15795,7 +15795,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get signedInLabel => 'Inloggad'; @override - String get tabLabelRaw => r'Flik $tabIndex av $tabCount'; + String get tabLabelRaw => 'Flik \$tabIndex av \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -15834,7 +15834,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Kuhusu $applicationName'; + String get aboutListTileTitleRaw => 'Kuhusu \$applicationName'; @override String get alertDialogLabel => 'Arifa'; @@ -15903,10 +15903,10 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Fungua menyu ya kusogeza'; @override - String get pageRowsInfoTitleRaw => r'$firstRow hadi $lastRow kati ya $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow hadi \$lastRow kati ya \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow hadi $lastRow kati ya takriban $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow hadi \$lastRow kati ya takriban \$rowCount'; @override String get pasteButtonLabel => 'BANDIKA'; @@ -15936,7 +15936,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Imesalia herufi 1'; @override - String get remainingTextFieldCharacterCountOther => r'Zimesalia herufi $remainingCount'; + String get remainingTextFieldCharacterCountOther => 'Zimesalia herufi \$remainingCount'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -15984,7 +15984,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Umechagua kipengee 1'; @override - String get selectedRowCountTitleOther => r'Umechagua vipengee $selectedRowCount'; + String get selectedRowCountTitleOther => 'Umechagua vipengee \$selectedRowCount'; @override String get selectedRowCountTitleTwo => null; @@ -16002,7 +16002,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get signedInLabel => 'Umeingia katika akaunti'; @override - String get tabLabelRaw => r'Kichupo cha $tabIndex kati ya $tabCount'; + String get tabLabelRaw => 'Kichupo cha \$tabIndex kati ya \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @@ -16041,7 +16041,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName பற்றி'; + String get aboutListTileTitleRaw => '\$applicationName பற்றி'; @override String get alertDialogLabel => 'விழிப்பூட்டல்'; @@ -16110,10 +16110,10 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'வழிசெலுத்தல் மெனுவைத் திற'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow / $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow / \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow / $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow / \$rowCount'; @override String get pasteButtonLabel => 'ஒட்டு'; @@ -16143,7 +16143,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 எழுத்து மீதமுள்ளது'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount எழுத்துகள் மீதமுள்ளன'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount எழுத்துகள் மீதமுள்ளன'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -16191,7 +16191,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 வரிசை தேர்ந்தெடுக்கப்பட்டது'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount வரிசைகள் தேர்ந்தெடுக்கப்பட்டன'; + String get selectedRowCountTitleOther => '\$selectedRowCount வரிசைகள் தேர்ந்தெடுக்கப்பட்டன'; @override String get selectedRowCountTitleTwo => null; @@ -16209,7 +16209,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get signedInLabel => 'உள்நுழைந்துள்ளீர்கள்'; @override - String get tabLabelRaw => r'தாவல் $tabIndex / $tabCount'; + String get tabLabelRaw => 'தாவல் \$tabIndex / \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; @@ -16248,7 +16248,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName గురించి'; + String get aboutListTileTitleRaw => '\$applicationName గురించి'; @override String get alertDialogLabel => 'అలర్ట్'; @@ -16317,10 +16317,10 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'నావిగేషన్ మెనూను తెరువు'; @override - String get pageRowsInfoTitleRaw => r'$rowCountలో $firstRow - $lastRow'; + String get pageRowsInfoTitleRaw => '\$rowCountలో \$firstRow - \$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'$rowCountలో $firstRow–$lastRow'; + String get pageRowsInfoTitleApproximateRaw => '\$rowCountలో \$firstRow–\$lastRow'; @override String get pasteButtonLabel => 'అతికించు'; @@ -16350,7 +16350,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 అక్షరం మిగిలి ఉంది'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount అక్షరాలు మిగిలి ఉన్నాయి'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount అక్షరాలు మిగిలి ఉన్నాయి'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -16398,7 +16398,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 అంశం ఎంచుకోబడింది'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount అంశాలు ఎంచుకోబడ్డాయి'; + String get selectedRowCountTitleOther => '\$selectedRowCount అంశాలు ఎంచుకోబడ్డాయి'; @override String get selectedRowCountTitleTwo => null; @@ -16416,7 +16416,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get signedInLabel => 'సైన్ ఇన్ చేసారు'; @override - String get tabLabelRaw => r'$tabCountలో $tabIndexవ ట్యాబ్'; + String get tabLabelRaw => '\$tabCountలో \$tabIndexవ ట్యాబ్'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -16455,7 +16455,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'เกี่ยวกับ $applicationName'; + String get aboutListTileTitleRaw => 'เกี่ยวกับ \$applicationName'; @override String get alertDialogLabel => 'การแจ้งเตือน'; @@ -16524,10 +16524,10 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'เปิดเมนูการนำทาง'; @override - String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow จาก $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow-\$lastRow จาก \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow จากประมาณ $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow จากประมาณ \$rowCount'; @override String get pasteButtonLabel => 'วาง'; @@ -16557,7 +16557,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'เหลือ 1 อักขระ'; @override - String get remainingTextFieldCharacterCountOther => r'เหลือ $remainingCount อักขระ'; + String get remainingTextFieldCharacterCountOther => 'เหลือ \$remainingCount อักขระ'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -16605,7 +16605,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'เลือกแล้ว 1 รายการ'; @override - String get selectedRowCountTitleOther => r'เลือกแล้ว $selectedRowCount รายการ'; + String get selectedRowCountTitleOther => 'เลือกแล้ว \$selectedRowCount รายการ'; @override String get selectedRowCountTitleTwo => null; @@ -16623,7 +16623,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get signedInLabel => 'ลงชื่อเข้าใช้'; @override - String get tabLabelRaw => r'แท็บที่ $tabIndex จาก $tabCount'; + String get tabLabelRaw => 'แท็บที่ \$tabIndex จาก \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; @@ -16662,7 +16662,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Tungkol sa $applicationName'; + String get aboutListTileTitleRaw => 'Tungkol sa \$applicationName'; @override String get alertDialogLabel => 'Alerto'; @@ -16731,10 +16731,10 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Buksan ang menu ng navigation'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow ng $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow ng \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow ng humigit kumulang $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow ng humigit kumulang \$rowCount'; @override String get pasteButtonLabel => 'I-PASTE'; @@ -16764,7 +16764,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 character ang natitira'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount na character ang natitira'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount na character ang natitira'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -16812,7 +16812,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 item ang napili'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount na item ang napili'; + String get selectedRowCountTitleOther => '\$selectedRowCount na item ang napili'; @override String get selectedRowCountTitleTwo => null; @@ -16830,7 +16830,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get signedInLabel => 'Naka-sign in'; @override - String get tabLabelRaw => r'Tab $tabIndex ng $tabCount'; + String get tabLabelRaw => 'Tab \$tabIndex ng \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -16869,7 +16869,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName Hakkında'; + String get aboutListTileTitleRaw => '\$applicationName Hakkında'; @override String get alertDialogLabel => 'Uyarı'; @@ -16938,10 +16938,10 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Gezinme menüsünü aç'; @override - String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow / $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow-\$lastRow / \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow / $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow-\$lastRow / \$rowCount'; @override String get pasteButtonLabel => 'YAPIŞTIR'; @@ -16971,7 +16971,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 karakter kaldı'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount karakter kaldı'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount karakter kaldı'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -17019,7 +17019,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 öğe seçildi'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount öğe seçildi'; + String get selectedRowCountTitleOther => '\$selectedRowCount öğe seçildi'; @override String get selectedRowCountTitleTwo => null; @@ -17037,7 +17037,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get signedInLabel => 'Oturum açıldı'; @override - String get tabLabelRaw => r'Sekme $tabIndex / $tabCount'; + String get tabLabelRaw => 'Sekme \$tabIndex / \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -17076,7 +17076,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Про додаток $applicationName'; + String get aboutListTileTitleRaw => 'Про додаток \$applicationName'; @override String get alertDialogLabel => 'Сповіщення'; @@ -17145,10 +17145,10 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Відкрити меню навігації'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow з $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow з \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow з приблизно $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow з приблизно \$rowCount'; @override String get pasteButtonLabel => 'ВСТАВИТИ'; @@ -17169,16 +17169,16 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Оновити'; @override - String get remainingTextFieldCharacterCountFew => r'Залишилося $remainingCount символи'; + String get remainingTextFieldCharacterCountFew => 'Залишилося \$remainingCount символи'; @override - String get remainingTextFieldCharacterCountMany => r'Залишилося $remainingCount символів'; + String get remainingTextFieldCharacterCountMany => 'Залишилося \$remainingCount символів'; @override String get remainingTextFieldCharacterCountOne => 'Залишився 1 символ'; @override - String get remainingTextFieldCharacterCountOther => r'Залишилося $remainingCount символу'; + String get remainingTextFieldCharacterCountOther => 'Залишилося \$remainingCount символу'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -17217,16 +17217,16 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'ВИБРАТИ ВСІ'; @override - String get selectedRowCountTitleFew => r'Вибрано $selectedRowCount елементи'; + String get selectedRowCountTitleFew => 'Вибрано \$selectedRowCount елементи'; @override - String get selectedRowCountTitleMany => r'Вибрано $selectedRowCount елементів'; + String get selectedRowCountTitleMany => 'Вибрано \$selectedRowCount елементів'; @override String get selectedRowCountTitleOne => 'Вибрано 1 елемент'; @override - String get selectedRowCountTitleOther => r'Вибрано $selectedRowCount елемента'; + String get selectedRowCountTitleOther => 'Вибрано \$selectedRowCount елемента'; @override String get selectedRowCountTitleTwo => null; @@ -17244,7 +17244,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get signedInLabel => 'Ви ввійшли'; @override - String get tabLabelRaw => r'Вкладка $tabIndex з $tabCount'; + String get tabLabelRaw => 'Вкладка \$tabIndex з \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -17283,7 +17283,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName کے بارے میں'; + String get aboutListTileTitleRaw => '\$applicationName کے بارے میں'; @override String get alertDialogLabel => 'الرٹ'; @@ -17352,10 +17352,10 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'نیویگیشن مینو کھولیں'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow از $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow از \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow $rowCount میں سے تقریباً'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow \$rowCount میں سے تقریباً'; @override String get pasteButtonLabel => 'پیسٹ کریں'; @@ -17385,7 +17385,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 حرف باقی ہے'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount حروف باقی ہیں'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount حروف باقی ہیں'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -17433,7 +17433,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 آئٹم منتخب کیا گیا'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount آئٹمز منتخب کیے گئے'; + String get selectedRowCountTitleOther => '\$selectedRowCount آئٹمز منتخب کیے گئے'; @override String get selectedRowCountTitleTwo => null; @@ -17451,7 +17451,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get signedInLabel => 'سائن ان کردہ ہے'; @override - String get tabLabelRaw => r'$tabCount میں سے $tabIndex ٹیب'; + String get tabLabelRaw => '\$tabCount میں سے \$tabIndex ٹیب'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @@ -17490,7 +17490,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName haqida'; + String get aboutListTileTitleRaw => '\$applicationName haqida'; @override String get alertDialogLabel => 'Ogohlantirish'; @@ -17559,10 +17559,10 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Navigatsiya menyusini ochish'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow, jami: $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow, jami: \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow, jami: $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow, jami: \$rowCount'; @override String get pasteButtonLabel => 'JOYLASH'; @@ -17592,7 +17592,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 ta belgi qoldi'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount ta belgi qoldi'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount ta belgi qoldi'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -17640,7 +17640,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 ta element tanlandi'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount ta element tanlandi'; + String get selectedRowCountTitleOther => '\$selectedRowCount ta element tanlandi'; @override String get selectedRowCountTitleTwo => null; @@ -17658,7 +17658,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get signedInLabel => 'Hisobingizga kirgansiz'; @override - String get tabLabelRaw => r'$tabCount varaqdan $tabIndex'; + String get tabLabelRaw => '\$tabCount varaqdan \$tabIndex'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -17697,7 +17697,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Giới thiệu về $applicationName'; + String get aboutListTileTitleRaw => 'Giới thiệu về \$applicationName'; @override String get alertDialogLabel => 'Thông báo'; @@ -17766,10 +17766,10 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Mở menu di chuyển'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow trong tổng số $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow trong tổng số \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow trong tổng số khoảng $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow trong tổng số khoảng \$rowCount'; @override String get pasteButtonLabel => 'DÁN'; @@ -17799,7 +17799,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Còn lại 1 ký tự'; @override - String get remainingTextFieldCharacterCountOther => r'Còn lại $remainingCount ký tự'; + String get remainingTextFieldCharacterCountOther => 'Còn lại \$remainingCount ký tự'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -17847,7 +17847,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Đã chọn 1 mục'; @override - String get selectedRowCountTitleOther => r'Đã chọn $selectedRowCount mục'; + String get selectedRowCountTitleOther => 'Đã chọn \$selectedRowCount mục'; @override String get selectedRowCountTitleTwo => null; @@ -17865,7 +17865,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get signedInLabel => 'Đã đăng nhập'; @override - String get tabLabelRaw => r'Tab $tabIndex trong tổng số $tabCount'; + String get tabLabelRaw => 'Tab \$tabIndex trong tổng số \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -17904,7 +17904,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'关于$applicationName'; + String get aboutListTileTitleRaw => '关于\$applicationName'; @override String get alertDialogLabel => '提醒'; @@ -17973,10 +17973,10 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => '打开导航菜单'; @override - String get pageRowsInfoTitleRaw => r'第 $firstRow-$lastRow 行(共 $rowCount 行)'; + String get pageRowsInfoTitleRaw => '第 \$firstRow-\$lastRow 行(共 \$rowCount 行)'; @override - String get pageRowsInfoTitleApproximateRaw => r'第 $firstRow-$lastRow 行(共约 $rowCount 行)'; + String get pageRowsInfoTitleApproximateRaw => '第 \$firstRow-\$lastRow 行(共约 \$rowCount 行)'; @override String get pasteButtonLabel => '粘贴'; @@ -18006,7 +18006,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '还可输入 1 个字符'; @override - String get remainingTextFieldCharacterCountOther => r'还可输入 $remainingCount 个字符'; + String get remainingTextFieldCharacterCountOther => '还可输入 \$remainingCount 个字符'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -18054,7 +18054,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '已选择 1 项内容'; @override - String get selectedRowCountTitleOther => r'已选择 $selectedRowCount 项内容'; + String get selectedRowCountTitleOther => '已选择 \$selectedRowCount 项内容'; @override String get selectedRowCountTitleTwo => null; @@ -18072,7 +18072,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get signedInLabel => '已登录'; @override - String get tabLabelRaw => r'第 $tabIndex 个标签,共 $tabCount 个'; + String get tabLabelRaw => '第 \$tabIndex 个标签,共 \$tabCount 个'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; @@ -18135,7 +18135,7 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { ); @override - String get aboutListTileTitleRaw => r'關於$applicationName'; + String get aboutListTileTitleRaw => '關於\$applicationName'; @override String get alertDialogLabel => '通知'; @@ -18192,10 +18192,10 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get openAppDrawerTooltip => '開啟導覽選單'; @override - String get pageRowsInfoTitleRaw => r'第 $firstRow 至 $lastRow 列,共 $rowCount 列'; + String get pageRowsInfoTitleRaw => '第 \$firstRow 至 \$lastRow 列,共 \$rowCount 列'; @override - String get pageRowsInfoTitleApproximateRaw => r'第 $firstRow 至 $lastRow 列,共約 $rowCount 列'; + String get pageRowsInfoTitleApproximateRaw => '第 \$firstRow 至 \$lastRow 列,共約 \$rowCount 列'; @override String get pasteButtonLabel => '貼上'; @@ -18216,7 +18216,7 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get remainingTextFieldCharacterCountOne => '尚餘 1 個字元'; @override - String get remainingTextFieldCharacterCountOther => r'尚餘 $remainingCount 個字元'; + String get remainingTextFieldCharacterCountOther => '尚餘 \$remainingCount 個字元'; @override String get reorderItemDown => '向下移'; @@ -18249,7 +18249,7 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get selectedRowCountTitleOne => '已選取 1 個項目'; @override - String get selectedRowCountTitleOther => r'已選取 $selectedRowCount 個項目'; + String get selectedRowCountTitleOther => '已選取 \$selectedRowCount 個項目'; @override String get showAccountsLabel => '顯示帳戶'; @@ -18261,7 +18261,7 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get signedInLabel => '已登入'; @override - String get tabLabelRaw => r'第 $tabIndex 個標籤,總共 $tabCount 個'; + String get tabLabelRaw => '第 \$tabIndex 個標籤,總共 \$tabCount 個'; @override String get timePickerHourModeAnnouncement => '揀選小時'; @@ -18321,7 +18321,7 @@ class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { ); @override - String get tabLabelRaw => r'第 $tabIndex 個分頁 (共 $tabCount 個)'; + String get tabLabelRaw => '第 \$tabIndex 個分頁 (共 \$tabCount 個)'; @override String get modalBarrierDismissLabel => '關閉'; @@ -18330,13 +18330,13 @@ class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { String get signedInLabel => '已登入帳戶'; @override - String get aboutListTileTitleRaw => r'關於「$applicationName」'; + String get aboutListTileTitleRaw => '關於「\$applicationName」'; @override - String get pageRowsInfoTitleRaw => r'第 $firstRow - $lastRow 列 (總共 $rowCount 列)'; + String get pageRowsInfoTitleRaw => '第 \$firstRow - \$lastRow 列 (總共 \$rowCount 列)'; @override - String get pageRowsInfoTitleApproximateRaw => r'第 $firstRow - $lastRow 列 (總共約 $rowCount 列)'; + String get pageRowsInfoTitleApproximateRaw => '第 \$firstRow - \$lastRow 列 (總共約 \$rowCount 列)'; @override String get timePickerHourModeAnnouncement => '選取小時數'; @@ -18357,7 +18357,7 @@ class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { String get remainingTextFieldCharacterCountOne => '還可輸入 1 個字元'; @override - String get remainingTextFieldCharacterCountOther => r'還可輸入 $remainingCount 個字元'; + String get remainingTextFieldCharacterCountOther => '還可輸入 \$remainingCount 個字元'; } /// The translations for Zulu (`zu`). @@ -18384,7 +18384,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Mayelana no-$applicationName'; + String get aboutListTileTitleRaw => 'Mayelana no-\$applicationName'; @override String get alertDialogLabel => 'Isexwayiso'; @@ -18453,10 +18453,10 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Vula imenyu yokuzulazula'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow kokungu-$rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow kokungu-\$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow cishe kokungu-$rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow cishe kokungu-\$rowCount'; @override String get pasteButtonLabel => 'NAMATHISELA'; @@ -18486,7 +18486,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 uhlamvu olusele'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount izinhlamvu ezisele'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount izinhlamvu ezisele'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -18534,7 +18534,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 into ekhethiwe'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount izinto ezikhethiwe'; + String get selectedRowCountTitleOther => '\$selectedRowCount izinto ezikhethiwe'; @override String get selectedRowCountTitleTwo => null; @@ -18552,7 +18552,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get signedInLabel => 'Ungene ngemvume'; @override - String get tabLabelRaw => r'Ithebhu $tabIndex kwangu-$tabCount'; + String get tabLabelRaw => 'Ithebhu \$tabIndex kwangu-\$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; From 7b9fd0d6a37a87451173e297fe36f427fb9173d6 Mon Sep 17 00:00:00 2001 From: Darren Austin Date: Tue, 24 Mar 2020 18:44:57 -0700 Subject: [PATCH 123/327] Material Date Picker redesign (#50546) Date Picker UI redesign --- .../gen_material_localizations.dart | 11 +- .../generated_material_localizations.dart | 919 +++++++++++++++--- .../lib/src/material_localizations.dart | 63 +- .../test/material/date_picker_test.dart | 42 +- 4 files changed, 893 insertions(+), 142 deletions(-) diff --git a/dev/tools/localization/gen_material_localizations.dart b/dev/tools/localization/gen_material_localizations.dart index def667d8f4de..e22c09fd84fc 100644 --- a/dev/tools/localization/gen_material_localizations.dart +++ b/dev/tools/localization/gen_material_localizations.dart @@ -41,17 +41,23 @@ ConstructorGenerator generateMaterialConstructor = (LocaleInfo locale) { const MaterialLocalization${locale.camelCase()}({ String localeName = '$localeName', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, );'''; @@ -63,15 +69,18 @@ const String materialFactoryDeclaration = ''' GlobalMaterialLocalizations getMaterialTranslation( Locale locale, intl.DateFormat fullYearFormat, + intl.DateFormat compactDateFormat, + intl.DateFormat shortDateFormat, intl.DateFormat mediumDateFormat, intl.DateFormat longDateFormat, intl.DateFormat yearMonthFormat, + intl.DateFormat shortMonthDayFormat, intl.NumberFormat decimalFormat, intl.NumberFormat twoDigitZeroPaddedFormat, ) {'''; const String materialFactoryArguments = - 'fullYearFormat: fullYearFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat'; + 'fullYearFormat: fullYearFormat, compactDateFormat: compactDateFormat, shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat'; const String materialSupportedLanguagesConstant = 'kMaterialSupportedLanguages'; diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index b391b47e9d8d..f94fb636e8bc 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -29,17 +29,23 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { const MaterialLocalizationAf({ String localeName = 'af', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -236,17 +242,23 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { const MaterialLocalizationAm({ String localeName = 'am', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -443,17 +455,23 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { const MaterialLocalizationAr({ String localeName = 'ar', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -650,17 +668,23 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { const MaterialLocalizationAs({ String localeName = 'as', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -857,17 +881,23 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { const MaterialLocalizationAz({ String localeName = 'az', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -1064,17 +1094,23 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { const MaterialLocalizationBe({ String localeName = 'be', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -1271,17 +1307,23 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { const MaterialLocalizationBg({ String localeName = 'bg', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -1478,17 +1520,23 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { const MaterialLocalizationBn({ String localeName = 'bn', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -1685,17 +1733,23 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { const MaterialLocalizationBs({ String localeName = 'bs', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -1892,17 +1946,23 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { const MaterialLocalizationCa({ String localeName = 'ca', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -2099,17 +2159,23 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { const MaterialLocalizationCs({ String localeName = 'cs', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -2306,17 +2372,23 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { const MaterialLocalizationDa({ String localeName = 'da', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -2513,17 +2585,23 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { const MaterialLocalizationDe({ String localeName = 'de', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -2720,17 +2798,23 @@ class MaterialLocalizationDeCh extends MaterialLocalizationDe { const MaterialLocalizationDeCh({ String localeName = 'de_CH', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -2750,17 +2834,23 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { const MaterialLocalizationEl({ String localeName = 'el', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -2957,17 +3047,23 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { const MaterialLocalizationEn({ String localeName = 'en', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -3164,17 +3260,23 @@ class MaterialLocalizationEnAu extends MaterialLocalizationEn { const MaterialLocalizationEnAu({ String localeName = 'en_AU', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -3206,17 +3308,23 @@ class MaterialLocalizationEnCa extends MaterialLocalizationEn { const MaterialLocalizationEnCa({ String localeName = 'en_CA', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -3248,17 +3356,23 @@ class MaterialLocalizationEnGb extends MaterialLocalizationEn { const MaterialLocalizationEnGb({ String localeName = 'en_GB', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -3293,17 +3407,23 @@ class MaterialLocalizationEnIe extends MaterialLocalizationEn { const MaterialLocalizationEnIe({ String localeName = 'en_IE', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -3338,17 +3458,23 @@ class MaterialLocalizationEnIn extends MaterialLocalizationEn { const MaterialLocalizationEnIn({ String localeName = 'en_IN', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -3380,17 +3506,23 @@ class MaterialLocalizationEnNz extends MaterialLocalizationEn { const MaterialLocalizationEnNz({ String localeName = 'en_NZ', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -3422,17 +3554,23 @@ class MaterialLocalizationEnSg extends MaterialLocalizationEn { const MaterialLocalizationEnSg({ String localeName = 'en_SG', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -3464,17 +3602,23 @@ class MaterialLocalizationEnZa extends MaterialLocalizationEn { const MaterialLocalizationEnZa({ String localeName = 'en_ZA', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -3509,17 +3653,23 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { const MaterialLocalizationEs({ String localeName = 'es', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -3716,17 +3866,23 @@ class MaterialLocalizationEs419 extends MaterialLocalizationEs { const MaterialLocalizationEs419({ String localeName = 'es_419', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -3797,17 +3953,23 @@ class MaterialLocalizationEsAr extends MaterialLocalizationEs { const MaterialLocalizationEsAr({ String localeName = 'es_AR', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -3878,17 +4040,23 @@ class MaterialLocalizationEsBo extends MaterialLocalizationEs { const MaterialLocalizationEsBo({ String localeName = 'es_BO', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -3959,17 +4127,23 @@ class MaterialLocalizationEsCl extends MaterialLocalizationEs { const MaterialLocalizationEsCl({ String localeName = 'es_CL', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -4040,17 +4214,23 @@ class MaterialLocalizationEsCo extends MaterialLocalizationEs { const MaterialLocalizationEsCo({ String localeName = 'es_CO', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -4121,17 +4301,23 @@ class MaterialLocalizationEsCr extends MaterialLocalizationEs { const MaterialLocalizationEsCr({ String localeName = 'es_CR', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -4202,17 +4388,23 @@ class MaterialLocalizationEsDo extends MaterialLocalizationEs { const MaterialLocalizationEsDo({ String localeName = 'es_DO', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -4283,17 +4475,23 @@ class MaterialLocalizationEsEc extends MaterialLocalizationEs { const MaterialLocalizationEsEc({ String localeName = 'es_EC', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -4364,17 +4562,23 @@ class MaterialLocalizationEsGt extends MaterialLocalizationEs { const MaterialLocalizationEsGt({ String localeName = 'es_GT', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -4445,17 +4649,23 @@ class MaterialLocalizationEsHn extends MaterialLocalizationEs { const MaterialLocalizationEsHn({ String localeName = 'es_HN', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -4526,17 +4736,23 @@ class MaterialLocalizationEsMx extends MaterialLocalizationEs { const MaterialLocalizationEsMx({ String localeName = 'es_MX', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -4607,17 +4823,23 @@ class MaterialLocalizationEsNi extends MaterialLocalizationEs { const MaterialLocalizationEsNi({ String localeName = 'es_NI', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -4688,17 +4910,23 @@ class MaterialLocalizationEsPa extends MaterialLocalizationEs { const MaterialLocalizationEsPa({ String localeName = 'es_PA', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -4769,17 +4997,23 @@ class MaterialLocalizationEsPe extends MaterialLocalizationEs { const MaterialLocalizationEsPe({ String localeName = 'es_PE', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -4850,17 +5084,23 @@ class MaterialLocalizationEsPr extends MaterialLocalizationEs { const MaterialLocalizationEsPr({ String localeName = 'es_PR', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -4931,17 +5171,23 @@ class MaterialLocalizationEsPy extends MaterialLocalizationEs { const MaterialLocalizationEsPy({ String localeName = 'es_PY', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -5012,17 +5258,23 @@ class MaterialLocalizationEsSv extends MaterialLocalizationEs { const MaterialLocalizationEsSv({ String localeName = 'es_SV', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -5093,17 +5345,23 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { const MaterialLocalizationEsUs({ String localeName = 'es_US', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -5177,17 +5435,23 @@ class MaterialLocalizationEsUy extends MaterialLocalizationEs { const MaterialLocalizationEsUy({ String localeName = 'es_UY', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -5258,17 +5522,23 @@ class MaterialLocalizationEsVe extends MaterialLocalizationEs { const MaterialLocalizationEsVe({ String localeName = 'es_VE', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -5339,17 +5609,23 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { const MaterialLocalizationEt({ String localeName = 'et', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -5546,17 +5822,23 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { const MaterialLocalizationEu({ String localeName = 'eu', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -5753,17 +6035,23 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { const MaterialLocalizationFa({ String localeName = 'fa', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -5960,17 +6248,23 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { const MaterialLocalizationFi({ String localeName = 'fi', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -6167,17 +6461,23 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { const MaterialLocalizationFil({ String localeName = 'fil', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -6374,17 +6674,23 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { const MaterialLocalizationFr({ String localeName = 'fr', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -6581,17 +6887,23 @@ class MaterialLocalizationFrCa extends MaterialLocalizationFr { const MaterialLocalizationFrCa({ String localeName = 'fr_CA', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -6635,17 +6947,23 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { const MaterialLocalizationGl({ String localeName = 'gl', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -6842,17 +7160,23 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { const MaterialLocalizationGsw({ String localeName = 'gsw', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -7049,17 +7373,23 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { const MaterialLocalizationGu({ String localeName = 'gu', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -7256,17 +7586,23 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { const MaterialLocalizationHe({ String localeName = 'he', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -7463,17 +7799,23 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { const MaterialLocalizationHi({ String localeName = 'hi', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -7670,17 +8012,23 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { const MaterialLocalizationHr({ String localeName = 'hr', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -7877,17 +8225,23 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { const MaterialLocalizationHu({ String localeName = 'hu', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -8084,17 +8438,23 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { const MaterialLocalizationHy({ String localeName = 'hy', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -8291,17 +8651,23 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { const MaterialLocalizationId({ String localeName = 'id', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -8498,17 +8864,23 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { const MaterialLocalizationIs({ String localeName = 'is', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -8705,17 +9077,23 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { const MaterialLocalizationIt({ String localeName = 'it', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -8912,17 +9290,23 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { const MaterialLocalizationJa({ String localeName = 'ja', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -9119,17 +9503,23 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { const MaterialLocalizationKa({ String localeName = 'ka', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -9326,17 +9716,23 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { const MaterialLocalizationKk({ String localeName = 'kk', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -9533,17 +9929,23 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { const MaterialLocalizationKm({ String localeName = 'km', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -9740,17 +10142,23 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { const MaterialLocalizationKn({ String localeName = 'kn', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -9947,17 +10355,23 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { const MaterialLocalizationKo({ String localeName = 'ko', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -10154,17 +10568,23 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { const MaterialLocalizationKy({ String localeName = 'ky', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -10361,17 +10781,23 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { const MaterialLocalizationLo({ String localeName = 'lo', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -10568,17 +10994,23 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { const MaterialLocalizationLt({ String localeName = 'lt', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -10775,17 +11207,23 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { const MaterialLocalizationLv({ String localeName = 'lv', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -10982,17 +11420,23 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { const MaterialLocalizationMk({ String localeName = 'mk', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -11189,17 +11633,23 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { const MaterialLocalizationMl({ String localeName = 'ml', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -11396,17 +11846,23 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { const MaterialLocalizationMn({ String localeName = 'mn', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -11603,17 +12059,23 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { const MaterialLocalizationMr({ String localeName = 'mr', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -11810,17 +12272,23 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { const MaterialLocalizationMs({ String localeName = 'ms', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -12017,17 +12485,23 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { const MaterialLocalizationMy({ String localeName = 'my', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -12224,17 +12698,23 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { const MaterialLocalizationNb({ String localeName = 'nb', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -12431,17 +12911,23 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { const MaterialLocalizationNe({ String localeName = 'ne', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -12638,17 +13124,23 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { const MaterialLocalizationNl({ String localeName = 'nl', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -12845,17 +13337,23 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { const MaterialLocalizationOr({ String localeName = 'or', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -13052,17 +13550,23 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { const MaterialLocalizationPa({ String localeName = 'pa', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -13259,17 +13763,23 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { const MaterialLocalizationPl({ String localeName = 'pl', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -13466,17 +13976,23 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { const MaterialLocalizationPs({ String localeName = 'ps', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -13673,17 +14189,23 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { const MaterialLocalizationPt({ String localeName = 'pt', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -13880,17 +14402,23 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { const MaterialLocalizationPtPt({ String localeName = 'pt_PT', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -13958,17 +14486,23 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { const MaterialLocalizationRo({ String localeName = 'ro', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -14165,17 +14699,23 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { const MaterialLocalizationRu({ String localeName = 'ru', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -14372,17 +14912,23 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { const MaterialLocalizationSi({ String localeName = 'si', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -14579,17 +15125,23 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { const MaterialLocalizationSk({ String localeName = 'sk', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -14786,17 +15338,23 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { const MaterialLocalizationSl({ String localeName = 'sl', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -14993,17 +15551,23 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { const MaterialLocalizationSq({ String localeName = 'sq', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -15200,17 +15764,23 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { const MaterialLocalizationSr({ String localeName = 'sr', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -15407,17 +15977,23 @@ class MaterialLocalizationSrCyrl extends MaterialLocalizationSr { const MaterialLocalizationSrCyrl({ String localeName = 'sr_Cyrl', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -15431,17 +16007,23 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { const MaterialLocalizationSrLatn({ String localeName = 'sr_Latn', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -15611,17 +16193,23 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { const MaterialLocalizationSv({ String localeName = 'sv', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -15818,17 +16406,23 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { const MaterialLocalizationSw({ String localeName = 'sw', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -16025,17 +16619,23 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { const MaterialLocalizationTa({ String localeName = 'ta', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -16232,17 +16832,23 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { const MaterialLocalizationTe({ String localeName = 'te', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -16439,17 +17045,23 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { const MaterialLocalizationTh({ String localeName = 'th', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -16646,17 +17258,23 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { const MaterialLocalizationTl({ String localeName = 'tl', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -16853,17 +17471,23 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { const MaterialLocalizationTr({ String localeName = 'tr', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -17060,17 +17684,23 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { const MaterialLocalizationUk({ String localeName = 'uk', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -17267,17 +17897,23 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { const MaterialLocalizationUr({ String localeName = 'ur', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -17474,17 +18110,23 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { const MaterialLocalizationUz({ String localeName = 'uz', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -17681,17 +18323,23 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { const MaterialLocalizationVi({ String localeName = 'vi', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -17888,17 +18536,23 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { const MaterialLocalizationZh({ String localeName = 'zh', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -18095,17 +18749,23 @@ class MaterialLocalizationZhHans extends MaterialLocalizationZh { const MaterialLocalizationZhHans({ String localeName = 'zh_Hans', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -18119,17 +18779,23 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { const MaterialLocalizationZhHant({ String localeName = 'zh_Hant', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -18281,17 +18947,23 @@ class MaterialLocalizationZhHantHk extends MaterialLocalizationZhHant { const MaterialLocalizationZhHantHk({ String localeName = 'zh_Hant_HK', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -18305,17 +18977,23 @@ class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { const MaterialLocalizationZhHantTw({ String localeName = 'zh_Hant_TW', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -18368,17 +19046,23 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { const MaterialLocalizationZu({ String localeName = 'zu', @required intl.DateFormat fullYearFormat, + @required intl.DateFormat compactDateFormat, + @required intl.DateFormat shortDateFormat, @required intl.DateFormat mediumDateFormat, @required intl.DateFormat longDateFormat, @required intl.DateFormat yearMonthFormat, + @required intl.DateFormat shortMonthDayFormat, @required intl.NumberFormat decimalFormat, @required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, + compactDateFormat: compactDateFormat, + shortDateFormat: shortDateFormat, mediumDateFormat: mediumDateFormat, longDateFormat: longDateFormat, yearMonthFormat: yearMonthFormat, + shortMonthDayFormat: shortMonthDayFormat, decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); @@ -18752,274 +19436,277 @@ final Set kMaterialSupportedLanguages = HashSet.from(const get narrowWeekdays { return _longDateFormat.dateSymbols.NARROWWEEKDAYS; @@ -576,24 +614,36 @@ class _MaterialLocalizationsDelegate extends LocalizationsDelegate(getMaterialTranslation( locale, fullYearFormat, + compactDateFormat, + shortDateFormat, mediumDateFormat, longDateFormat, yearMonthFormat, + shortMonthDayFormat, decimalFormat, twoDigitZeroPaddedFormat, )); diff --git a/packages/flutter_localizations/test/material/date_picker_test.dart b/packages/flutter_localizations/test/material/date_picker_test.dart index 56b45a3e8a8e..172ea2039610 100644 --- a/packages/flutter_localizations/test/material/date_picker_test.dart +++ b/packages/flutter_localizations/test/material/date_picker_test.dart @@ -19,7 +19,7 @@ void main() { initialDate = DateTime(2016, DateTime.january, 15); }); - group(DayPicker, () { + group(CalendarDatePicker, () { final intl.NumberFormat arabicNumbers = intl.NumberFormat('0', 'ar'); final Map> testLocales = >{ // Tests the default. @@ -59,13 +59,11 @@ void main() { final TextDirection textDirection = testLocales[locale]['textDirection'] as TextDirection; final DateTime baseDate = DateTime(2017, 9, 27); - await _pumpBoilerplate(tester, DayPicker( - selectedDate: baseDate, - currentDate: baseDate, - onChanged: (DateTime newValue) { }, + await _pumpBoilerplate(tester, CalendarDatePicker( + initialDate: baseDate, firstDate: baseDate.subtract(const Duration(days: 90)), lastDate: baseDate.add(const Duration(days: 90)), - displayedMonth: baseDate, + onDateChanged: (DateTime newValue) {}, ), locale: locale, textDirection: textDirection); expect(find.text(expectedMonthYearHeader), findsOneWidget); @@ -126,14 +124,14 @@ void main() { await tester.tap(find.text('X')); await tester.pumpAndSettle(const Duration(seconds: 1)); - final Element dayPicker = tester.element(find.byType(DayPicker)); + final Element picker = tester.element(find.byType(CalendarDatePicker)); expect( - Localizations.localeOf(dayPicker), + Localizations.localeOf(picker), const Locale('fr', 'CA'), ); expect( - Directionality.of(dayPicker), + Directionality.of(picker), TextDirection.ltr, ); @@ -169,9 +167,9 @@ void main() { await tester.tap(find.text('X')); await tester.pumpAndSettle(const Duration(seconds: 1)); - final Element dayPicker = tester.element(find.byType(DayPicker)); + final Element picker = tester.element(find.byType(CalendarDatePicker)); expect( - Directionality.of(dayPicker), + Directionality.of(picker), TextDirection.rtl, ); @@ -210,14 +208,14 @@ void main() { await tester.tap(find.text('X')); await tester.pumpAndSettle(const Duration(seconds: 1)); - final Element dayPicker = tester.element(find.byType(DayPicker)); + final Element picker = tester.element(find.byType(CalendarDatePicker)); expect( - Localizations.localeOf(dayPicker), + Localizations.localeOf(picker), const Locale('fr', 'CA'), ); expect( - Directionality.of(dayPicker), + Directionality.of(picker), TextDirection.rtl, ); @@ -292,12 +290,16 @@ Future _pumpBoilerplate( Locale locale = const Locale('en', 'US'), TextDirection textDirection = TextDirection.ltr, }) async { - await tester.pumpWidget(Directionality( - textDirection: TextDirection.ltr, - child: Localizations( - locale: locale, - delegates: GlobalMaterialLocalizations.delegates, - child: child, + await tester.pumpWidget(MaterialApp( + home: Directionality( + textDirection: TextDirection.ltr, + child: Localizations( + locale: locale, + delegates: GlobalMaterialLocalizations.delegates, + child: Material( + child: child, + ), + ), ), )); } From 89fa73548c65bbe5d537072c801ccad9e7ce316e Mon Sep 17 00:00:00 2001 From: gaaclarke <30870216+gaaclarke@users.noreply.github.com> Date: Wed, 25 Mar 2020 18:16:02 -0700 Subject: [PATCH 124/327] Started caching results from iana. (#53286) --- .../localization/bin/gen_localizations.dart | 5 +- .../language_subtag_registry.dart | 47917 ++++++++++++++++ .../localization/localizations_utils.dart | 15 +- 3 files changed, 47924 insertions(+), 13 deletions(-) create mode 100644 dev/tools/localization/language_subtag_registry.dart diff --git a/dev/tools/localization/bin/gen_localizations.dart b/dev/tools/localization/bin/gen_localizations.dart index a493284c8526..65fa62143829 100644 --- a/dev/tools/localization/bin/gen_localizations.dart +++ b/dev/tools/localization/bin/gen_localizations.dart @@ -40,7 +40,6 @@ // dart dev/tools/localization/bin/gen_localizations.dart --overwrite // ``` -import 'dart:async'; import 'dart:io'; import 'package:path/path.dart' as path; @@ -480,7 +479,7 @@ String generateGetter(String key, String value, Map attributes, $type get $key => $value;'''; } -Future main(List rawArgs) async { +void main(List rawArgs) { checkCwdIsRepoRoot('gen_localizations'); final GeneratorOptions options = parseArgs(rawArgs); @@ -499,7 +498,7 @@ Future main(List rawArgs) async { exitWithError('$exception'); } - await precacheLanguageAndRegionTags(); + precacheLanguageAndRegionTags(); // Maps of locales to resource key/value pairs for Material ARBs. final Map> materialLocaleToResources = >{}; diff --git a/dev/tools/localization/language_subtag_registry.dart b/dev/tools/localization/language_subtag_registry.dart new file mode 100644 index 000000000000..278b62a41d0d --- /dev/null +++ b/dev/tools/localization/language_subtag_registry.dart @@ -0,0 +1,47917 @@ +// Copyright 2014 The Flutter Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +/// Cache of https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry. +const String languageSubtagRegistry = '''File-Date: 2020-03-16 +%% +Type: language +Subtag: aa +Description: Afar +Added: 2005-10-16 +%% +Type: language +Subtag: ab +Description: Abkhazian +Added: 2005-10-16 +Suppress-Script: Cyrl +%% +Type: language +Subtag: ae +Description: Avestan +Added: 2005-10-16 +%% +Type: language +Subtag: af +Description: Afrikaans +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: ak +Description: Akan +Added: 2005-10-16 +Scope: macrolanguage +%% +Type: language +Subtag: am +Description: Amharic +Added: 2005-10-16 +Suppress-Script: Ethi +%% +Type: language +Subtag: an +Description: Aragonese +Added: 2005-10-16 +%% +Type: language +Subtag: ar +Description: Arabic +Added: 2005-10-16 +Suppress-Script: Arab +Scope: macrolanguage +%% +Type: language +Subtag: as +Description: Assamese +Added: 2005-10-16 +Suppress-Script: Beng +%% +Type: language +Subtag: av +Description: Avaric +Added: 2005-10-16 +%% +Type: language +Subtag: ay +Description: Aymara +Added: 2005-10-16 +Suppress-Script: Latn +Scope: macrolanguage +%% +Type: language +Subtag: az +Description: Azerbaijani +Added: 2005-10-16 +Scope: macrolanguage +%% +Type: language +Subtag: ba +Description: Bashkir +Added: 2005-10-16 +%% +Type: language +Subtag: be +Description: Belarusian +Added: 2005-10-16 +Suppress-Script: Cyrl +%% +Type: language +Subtag: bg +Description: Bulgarian +Added: 2005-10-16 +Suppress-Script: Cyrl +%% +Type: language +Subtag: bh +Description: Bihari languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: bi +Description: Bislama +Added: 2005-10-16 +%% +Type: language +Subtag: bm +Description: Bambara +Added: 2005-10-16 +%% +Type: language +Subtag: bn +Description: Bengali +Description: Bangla +Added: 2005-10-16 +Suppress-Script: Beng +%% +Type: language +Subtag: bo +Description: Tibetan +Added: 2005-10-16 +%% +Type: language +Subtag: br +Description: Breton +Added: 2005-10-16 +%% +Type: language +Subtag: bs +Description: Bosnian +Added: 2005-10-16 +Suppress-Script: Latn +Macrolanguage: sh +%% +Type: language +Subtag: ca +Description: Catalan +Description: Valencian +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: ce +Description: Chechen +Added: 2005-10-16 +%% +Type: language +Subtag: ch +Description: Chamorro +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: co +Description: Corsican +Added: 2005-10-16 +%% +Type: language +Subtag: cr +Description: Cree +Added: 2005-10-16 +Scope: macrolanguage +%% +Type: language +Subtag: cs +Description: Czech +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: cu +Description: Church Slavic +Description: Church Slavonic +Description: Old Bulgarian +Description: Old Church Slavonic +Description: Old Slavonic +Added: 2005-10-16 +%% +Type: language +Subtag: cv +Description: Chuvash +Added: 2005-10-16 +%% +Type: language +Subtag: cy +Description: Welsh +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: da +Description: Danish +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: de +Description: German +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: dv +Description: Dhivehi +Description: Divehi +Description: Maldivian +Added: 2005-10-16 +Suppress-Script: Thaa +%% +Type: language +Subtag: dz +Description: Dzongkha +Added: 2005-10-16 +Suppress-Script: Tibt +%% +Type: language +Subtag: ee +Description: Ewe +Added: 2005-10-16 +%% +Type: language +Subtag: el +Description: Modern Greek (1453-) +Added: 2005-10-16 +Suppress-Script: Grek +%% +Type: language +Subtag: en +Description: English +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: eo +Description: Esperanto +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: es +Description: Spanish +Description: Castilian +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: et +Description: Estonian +Added: 2005-10-16 +Suppress-Script: Latn +Scope: macrolanguage +%% +Type: language +Subtag: eu +Description: Basque +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: fa +Description: Persian +Added: 2005-10-16 +Suppress-Script: Arab +Scope: macrolanguage +%% +Type: language +Subtag: ff +Description: Fulah +Added: 2005-10-16 +Scope: macrolanguage +%% +Type: language +Subtag: fi +Description: Finnish +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: fj +Description: Fijian +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: fo +Description: Faroese +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: fr +Description: French +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: fy +Description: Western Frisian +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: ga +Description: Irish +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: gd +Description: Scottish Gaelic +Description: Gaelic +Added: 2005-10-16 +%% +Type: language +Subtag: gl +Description: Galician +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: gn +Description: Guarani +Added: 2005-10-16 +Suppress-Script: Latn +Scope: macrolanguage +%% +Type: language +Subtag: gu +Description: Gujarati +Added: 2005-10-16 +Suppress-Script: Gujr +%% +Type: language +Subtag: gv +Description: Manx +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: ha +Description: Hausa +Added: 2005-10-16 +%% +Type: language +Subtag: he +Description: Hebrew +Added: 2005-10-16 +Suppress-Script: Hebr +%% +Type: language +Subtag: hi +Description: Hindi +Added: 2005-10-16 +Suppress-Script: Deva +%% +Type: language +Subtag: ho +Description: Hiri Motu +Added: 2005-10-16 +%% +Type: language +Subtag: hr +Description: Croatian +Added: 2005-10-16 +Suppress-Script: Latn +Macrolanguage: sh +%% +Type: language +Subtag: ht +Description: Haitian +Description: Haitian Creole +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: hu +Description: Hungarian +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: hy +Description: Armenian +Added: 2005-10-16 +Suppress-Script: Armn +Comments: see also hyw +%% +Type: language +Subtag: hz +Description: Herero +Added: 2005-10-16 +%% +Type: language +Subtag: ia +Description: Interlingua (International Auxiliary Language + Association) +Added: 2005-10-16 +%% +Type: language +Subtag: id +Description: Indonesian +Added: 2005-10-16 +Suppress-Script: Latn +Macrolanguage: ms +%% +Type: language +Subtag: ie +Description: Interlingue +Description: Occidental +Added: 2005-10-16 +%% +Type: language +Subtag: ig +Description: Igbo +Added: 2005-10-16 +%% +Type: language +Subtag: ii +Description: Sichuan Yi +Description: Nuosu +Added: 2005-10-16 +%% +Type: language +Subtag: ik +Description: Inupiaq +Added: 2005-10-16 +Scope: macrolanguage +%% +Type: language +Subtag: in +Description: Indonesian +Added: 2005-10-16 +Deprecated: 1989-01-01 +Preferred-Value: id +Suppress-Script: Latn +Macrolanguage: ms +%% +Type: language +Subtag: io +Description: Ido +Added: 2005-10-16 +%% +Type: language +Subtag: is +Description: Icelandic +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: it +Description: Italian +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: iu +Description: Inuktitut +Added: 2005-10-16 +Scope: macrolanguage +%% +Type: language +Subtag: iw +Description: Hebrew +Added: 2005-10-16 +Deprecated: 1989-01-01 +Preferred-Value: he +Suppress-Script: Hebr +%% +Type: language +Subtag: ja +Description: Japanese +Added: 2005-10-16 +Suppress-Script: Jpan +%% +Type: language +Subtag: ji +Description: Yiddish +Added: 2005-10-16 +Deprecated: 1989-01-01 +Preferred-Value: yi +%% +Type: language +Subtag: jv +Description: Javanese +Added: 2005-10-16 +%% +Type: language +Subtag: jw +Description: Javanese +Added: 2005-10-16 +Deprecated: 2001-08-13 +Preferred-Value: jv +Comments: published by error in Table 1 of ISO 639:1988 +%% +Type: language +Subtag: ka +Description: Georgian +Added: 2005-10-16 +Suppress-Script: Geor +%% +Type: language +Subtag: kg +Description: Kongo +Added: 2005-10-16 +Scope: macrolanguage +%% +Type: language +Subtag: ki +Description: Kikuyu +Description: Gikuyu +Added: 2005-10-16 +%% +Type: language +Subtag: kj +Description: Kuanyama +Description: Kwanyama +Added: 2005-10-16 +%% +Type: language +Subtag: kk +Description: Kazakh +Added: 2005-10-16 +Suppress-Script: Cyrl +%% +Type: language +Subtag: kl +Description: Kalaallisut +Description: Greenlandic +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: km +Description: Khmer +Description: Central Khmer +Added: 2005-10-16 +Suppress-Script: Khmr +%% +Type: language +Subtag: kn +Description: Kannada +Added: 2005-10-16 +Suppress-Script: Knda +%% +Type: language +Subtag: ko +Description: Korean +Added: 2005-10-16 +Suppress-Script: Kore +%% +Type: language +Subtag: kr +Description: Kanuri +Added: 2005-10-16 +Scope: macrolanguage +%% +Type: language +Subtag: ks +Description: Kashmiri +Added: 2005-10-16 +%% +Type: language +Subtag: ku +Description: Kurdish +Added: 2005-10-16 +Scope: macrolanguage +%% +Type: language +Subtag: kv +Description: Komi +Added: 2005-10-16 +Scope: macrolanguage +%% +Type: language +Subtag: kw +Description: Cornish +Added: 2005-10-16 +%% +Type: language +Subtag: ky +Description: Kirghiz +Description: Kyrgyz +Added: 2005-10-16 +%% +Type: language +Subtag: la +Description: Latin +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: lb +Description: Luxembourgish +Description: Letzeburgesch +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: lg +Description: Ganda +Description: Luganda +Added: 2005-10-16 +%% +Type: language +Subtag: li +Description: Limburgan +Description: Limburger +Description: Limburgish +Added: 2005-10-16 +%% +Type: language +Subtag: ln +Description: Lingala +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: lo +Description: Lao +Added: 2005-10-16 +Suppress-Script: Laoo +%% +Type: language +Subtag: lt +Description: Lithuanian +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: lu +Description: Luba-Katanga +Added: 2005-10-16 +%% +Type: language +Subtag: lv +Description: Latvian +Added: 2005-10-16 +Suppress-Script: Latn +Scope: macrolanguage +%% +Type: language +Subtag: mg +Description: Malagasy +Added: 2005-10-16 +Suppress-Script: Latn +Scope: macrolanguage +%% +Type: language +Subtag: mh +Description: Marshallese +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: mi +Description: Maori +Added: 2005-10-16 +%% +Type: language +Subtag: mk +Description: Macedonian +Added: 2005-10-16 +Suppress-Script: Cyrl +%% +Type: language +Subtag: ml +Description: Malayalam +Added: 2005-10-16 +Suppress-Script: Mlym +%% +Type: language +Subtag: mn +Description: Mongolian +Added: 2005-10-16 +Scope: macrolanguage +%% +Type: language +Subtag: mo +Description: Moldavian +Description: Moldovan +Added: 2005-10-16 +Deprecated: 2008-11-22 +Preferred-Value: ro +Suppress-Script: Latn +%% +Type: language +Subtag: mr +Description: Marathi +Added: 2005-10-16 +Suppress-Script: Deva +%% +Type: language +Subtag: ms +Description: Malay (macrolanguage) +Added: 2005-10-16 +Suppress-Script: Latn +Scope: macrolanguage +%% +Type: language +Subtag: mt +Description: Maltese +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: my +Description: Burmese +Added: 2005-10-16 +Suppress-Script: Mymr +%% +Type: language +Subtag: na +Description: Nauru +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: nb +Description: Norwegian Bokmål +Added: 2005-10-16 +Suppress-Script: Latn +Macrolanguage: no +%% +Type: language +Subtag: nd +Description: North Ndebele +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: ne +Description: Nepali (macrolanguage) +Added: 2005-10-16 +Suppress-Script: Deva +Scope: macrolanguage +%% +Type: language +Subtag: ng +Description: Ndonga +Added: 2005-10-16 +%% +Type: language +Subtag: nl +Description: Dutch +Description: Flemish +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: nn +Description: Norwegian Nynorsk +Added: 2005-10-16 +Suppress-Script: Latn +Macrolanguage: no +%% +Type: language +Subtag: no +Description: Norwegian +Added: 2005-10-16 +Suppress-Script: Latn +Scope: macrolanguage +%% +Type: language +Subtag: nr +Description: South Ndebele +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: nv +Description: Navajo +Description: Navaho +Added: 2005-10-16 +%% +Type: language +Subtag: ny +Description: Nyanja +Description: Chewa +Description: Chichewa +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: oc +Description: Occitan (post 1500) +Added: 2005-10-16 +%% +Type: language +Subtag: oj +Description: Ojibwa +Added: 2005-10-16 +Scope: macrolanguage +%% +Type: language +Subtag: om +Description: Oromo +Added: 2005-10-16 +Suppress-Script: Latn +Scope: macrolanguage +%% +Type: language +Subtag: or +Description: Oriya (macrolanguage) +Description: Odia (macrolanguage) +Added: 2005-10-16 +Suppress-Script: Orya +Scope: macrolanguage +%% +Type: language +Subtag: os +Description: Ossetian +Description: Ossetic +Added: 2005-10-16 +%% +Type: language +Subtag: pa +Description: Panjabi +Description: Punjabi +Added: 2005-10-16 +Suppress-Script: Guru +%% +Type: language +Subtag: pi +Description: Pali +Added: 2005-10-16 +%% +Type: language +Subtag: pl +Description: Polish +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: ps +Description: Pushto +Description: Pashto +Added: 2005-10-16 +Suppress-Script: Arab +Scope: macrolanguage +%% +Type: language +Subtag: pt +Description: Portuguese +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: qu +Description: Quechua +Added: 2005-10-16 +Suppress-Script: Latn +Scope: macrolanguage +%% +Type: language +Subtag: rm +Description: Romansh +Suppress-Script: Latn +Added: 2005-10-16 +%% +Type: language +Subtag: rn +Description: Rundi +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: ro +Description: Romanian +Description: Moldavian +Description: Moldovan +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: ru +Description: Russian +Added: 2005-10-16 +Suppress-Script: Cyrl +%% +Type: language +Subtag: rw +Description: Kinyarwanda +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: sa +Description: Sanskrit +Added: 2005-10-16 +%% +Type: language +Subtag: sc +Description: Sardinian +Added: 2005-10-16 +Scope: macrolanguage +%% +Type: language +Subtag: sd +Description: Sindhi +Added: 2005-10-16 +%% +Type: language +Subtag: se +Description: Northern Sami +Added: 2005-10-16 +%% +Type: language +Subtag: sg +Description: Sango +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: sh +Description: Serbo-Croatian +Added: 2005-10-16 +Scope: macrolanguage +Comments: sr, hr, bs are preferred for most modern uses +%% +Type: language +Subtag: si +Description: Sinhala +Description: Sinhalese +Added: 2005-10-16 +Suppress-Script: Sinh +%% +Type: language +Subtag: sk +Description: Slovak +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: sl +Description: Slovenian +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: sm +Description: Samoan +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: sn +Description: Shona +Added: 2005-10-16 +%% +Type: language +Subtag: so +Description: Somali +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: sq +Description: Albanian +Added: 2005-10-16 +Suppress-Script: Latn +Scope: macrolanguage +%% +Type: language +Subtag: sr +Description: Serbian +Added: 2005-10-16 +Macrolanguage: sh +Comments: see cnr for Montenegrin +%% +Type: language +Subtag: ss +Description: Swati +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: st +Description: Southern Sotho +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: su +Description: Sundanese +Added: 2005-10-16 +%% +Type: language +Subtag: sv +Description: Swedish +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: sw +Description: Swahili (macrolanguage) +Added: 2005-10-16 +Suppress-Script: Latn +Scope: macrolanguage +%% +Type: language +Subtag: ta +Description: Tamil +Added: 2005-10-16 +Suppress-Script: Taml +%% +Type: language +Subtag: te +Description: Telugu +Added: 2005-10-16 +Suppress-Script: Telu +%% +Type: language +Subtag: tg +Description: Tajik +Added: 2005-10-16 +%% +Type: language +Subtag: th +Description: Thai +Added: 2005-10-16 +Suppress-Script: Thai +%% +Type: language +Subtag: ti +Description: Tigrinya +Added: 2005-10-16 +Suppress-Script: Ethi +%% +Type: language +Subtag: tk +Description: Turkmen +Added: 2005-10-16 +%% +Type: language +Subtag: tl +Description: Tagalog +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: tn +Description: Tswana +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: to +Description: Tonga (Tonga Islands) +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: tr +Description: Turkish +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: ts +Description: Tsonga +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: tt +Description: Tatar +Added: 2005-10-16 +%% +Type: language +Subtag: tw +Description: Twi +Added: 2005-10-16 +Macrolanguage: ak +%% +Type: language +Subtag: ty +Description: Tahitian +Added: 2005-10-16 +%% +Type: language +Subtag: ug +Description: Uighur +Description: Uyghur +Added: 2005-10-16 +%% +Type: language +Subtag: uk +Description: Ukrainian +Added: 2005-10-16 +Suppress-Script: Cyrl +%% +Type: language +Subtag: ur +Description: Urdu +Added: 2005-10-16 +Suppress-Script: Arab +%% +Type: language +Subtag: uz +Description: Uzbek +Added: 2005-10-16 +Scope: macrolanguage +%% +Type: language +Subtag: ve +Description: Venda +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: vi +Description: Vietnamese +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: vo +Description: Volapük +Added: 2005-10-16 +%% +Type: language +Subtag: wa +Description: Walloon +Added: 2005-10-16 +%% +Type: language +Subtag: wo +Description: Wolof +Added: 2005-10-16 +%% +Type: language +Subtag: xh +Description: Xhosa +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: yi +Description: Yiddish +Added: 2005-10-16 +Suppress-Script: Hebr +Scope: macrolanguage +%% +Type: language +Subtag: yo +Description: Yoruba +Added: 2005-10-16 +%% +Type: language +Subtag: za +Description: Zhuang +Description: Chuang +Added: 2005-10-16 +Scope: macrolanguage +%% +Type: language +Subtag: zh +Description: Chinese +Added: 2005-10-16 +Scope: macrolanguage +%% +Type: language +Subtag: zu +Description: Zulu +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: aaa +Description: Ghotuo +Added: 2009-07-29 +%% +Type: language +Subtag: aab +Description: Alumu-Tesu +Added: 2009-07-29 +%% +Type: language +Subtag: aac +Description: Ari +Added: 2009-07-29 +%% +Type: language +Subtag: aad +Description: Amal +Added: 2009-07-29 +%% +Type: language +Subtag: aae +Description: Arbëreshë Albanian +Added: 2009-07-29 +Macrolanguage: sq +%% +Type: language +Subtag: aaf +Description: Aranadan +Added: 2009-07-29 +%% +Type: language +Subtag: aag +Description: Ambrak +Added: 2009-07-29 +%% +Type: language +Subtag: aah +Description: Abu' Arapesh +Added: 2009-07-29 +%% +Type: language +Subtag: aai +Description: Arifama-Miniafia +Added: 2009-07-29 +%% +Type: language +Subtag: aak +Description: Ankave +Added: 2009-07-29 +%% +Type: language +Subtag: aal +Description: Afade +Added: 2009-07-29 +%% +Type: language +Subtag: aam +Description: Aramanik +Added: 2009-07-29 +Deprecated: 2015-02-12 +Preferred-Value: aas +%% +Type: language +Subtag: aan +Description: Anambé +Added: 2009-07-29 +%% +Type: language +Subtag: aao +Description: Algerian Saharan Arabic +Added: 2009-07-29 +Macrolanguage: ar +%% +Type: language +Subtag: aap +Description: Pará Arára +Added: 2009-07-29 +%% +Type: language +Subtag: aaq +Description: Eastern Abnaki +Added: 2009-07-29 +%% +Type: language +Subtag: aas +Description: Aasáx +Added: 2009-07-29 +%% +Type: language +Subtag: aat +Description: Arvanitika Albanian +Added: 2009-07-29 +Macrolanguage: sq +%% +Type: language +Subtag: aau +Description: Abau +Added: 2009-07-29 +%% +Type: language +Subtag: aav +Description: Austro-Asiatic languages +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: aaw +Description: Solong +Added: 2009-07-29 +%% +Type: language +Subtag: aax +Description: Mandobo Atas +Added: 2009-07-29 +%% +Type: language +Subtag: aaz +Description: Amarasi +Added: 2009-07-29 +%% +Type: language +Subtag: aba +Description: Abé +Added: 2009-07-29 +%% +Type: language +Subtag: abb +Description: Bankon +Added: 2009-07-29 +%% +Type: language +Subtag: abc +Description: Ambala Ayta +Added: 2009-07-29 +%% +Type: language +Subtag: abd +Description: Manide +Added: 2009-07-29 +%% +Type: language +Subtag: abe +Description: Western Abnaki +Added: 2009-07-29 +%% +Type: language +Subtag: abf +Description: Abai Sungai +Added: 2009-07-29 +%% +Type: language +Subtag: abg +Description: Abaga +Added: 2009-07-29 +%% +Type: language +Subtag: abh +Description: Tajiki Arabic +Added: 2009-07-29 +Macrolanguage: ar +%% +Type: language +Subtag: abi +Description: Abidji +Added: 2009-07-29 +%% +Type: language +Subtag: abj +Description: Aka-Bea +Added: 2009-07-29 +%% +Type: language +Subtag: abl +Description: Lampung Nyo +Added: 2009-07-29 +%% +Type: language +Subtag: abm +Description: Abanyom +Added: 2009-07-29 +%% +Type: language +Subtag: abn +Description: Abua +Added: 2009-07-29 +%% +Type: language +Subtag: abo +Description: Abon +Added: 2009-07-29 +%% +Type: language +Subtag: abp +Description: Abellen Ayta +Added: 2009-07-29 +%% +Type: language +Subtag: abq +Description: Abaza +Added: 2009-07-29 +%% +Type: language +Subtag: abr +Description: Abron +Added: 2009-07-29 +%% +Type: language +Subtag: abs +Description: Ambonese Malay +Added: 2009-07-29 +%% +Type: language +Subtag: abt +Description: Ambulas +Added: 2009-07-29 +%% +Type: language +Subtag: abu +Description: Abure +Added: 2009-07-29 +%% +Type: language +Subtag: abv +Description: Baharna Arabic +Added: 2009-07-29 +Macrolanguage: ar +%% +Type: language +Subtag: abw +Description: Pal +Added: 2009-07-29 +%% +Type: language +Subtag: abx +Description: Inabaknon +Added: 2009-07-29 +%% +Type: language +Subtag: aby +Description: Aneme Wake +Added: 2009-07-29 +%% +Type: language +Subtag: abz +Description: Abui +Added: 2009-07-29 +%% +Type: language +Subtag: aca +Description: Achagua +Added: 2009-07-29 +%% +Type: language +Subtag: acb +Description: Áncá +Added: 2009-07-29 +%% +Type: language +Subtag: acd +Description: Gikyode +Added: 2009-07-29 +%% +Type: language +Subtag: ace +Description: Achinese +Added: 2005-10-16 +%% +Type: language +Subtag: acf +Description: Saint Lucian Creole French +Added: 2009-07-29 +%% +Type: language +Subtag: ach +Description: Acoli +Added: 2005-10-16 +%% +Type: language +Subtag: aci +Description: Aka-Cari +Added: 2009-07-29 +%% +Type: language +Subtag: ack +Description: Aka-Kora +Added: 2009-07-29 +%% +Type: language +Subtag: acl +Description: Akar-Bale +Added: 2009-07-29 +%% +Type: language +Subtag: acm +Description: Mesopotamian Arabic +Added: 2009-07-29 +Macrolanguage: ar +%% +Type: language +Subtag: acn +Description: Achang +Added: 2009-07-29 +%% +Type: language +Subtag: acp +Description: Eastern Acipa +Added: 2009-07-29 +%% +Type: language +Subtag: acq +Description: Ta'izzi-Adeni Arabic +Added: 2009-07-29 +Macrolanguage: ar +%% +Type: language +Subtag: acr +Description: Achi +Added: 2009-07-29 +%% +Type: language +Subtag: acs +Description: Acroá +Added: 2009-07-29 +%% +Type: language +Subtag: act +Description: Achterhoeks +Added: 2009-07-29 +%% +Type: language +Subtag: acu +Description: Achuar-Shiwiar +Added: 2009-07-29 +%% +Type: language +Subtag: acv +Description: Achumawi +Added: 2009-07-29 +%% +Type: language +Subtag: acw +Description: Hijazi Arabic +Added: 2009-07-29 +Macrolanguage: ar +%% +Type: language +Subtag: acx +Description: Omani Arabic +Added: 2009-07-29 +Macrolanguage: ar +%% +Type: language +Subtag: acy +Description: Cypriot Arabic +Added: 2009-07-29 +Macrolanguage: ar +%% +Type: language +Subtag: acz +Description: Acheron +Added: 2009-07-29 +%% +Type: language +Subtag: ada +Description: Adangme +Added: 2005-10-16 +%% +Type: language +Subtag: adb +Description: Adabe +Added: 2009-07-29 +%% +Type: language +Subtag: add +Description: Lidzonka +Description: Dzodinka +Added: 2009-07-29 +%% +Type: language +Subtag: ade +Description: Adele +Added: 2009-07-29 +%% +Type: language +Subtag: adf +Description: Dhofari Arabic +Added: 2009-07-29 +Macrolanguage: ar +%% +Type: language +Subtag: adg +Description: Andegerebinha +Added: 2009-07-29 +%% +Type: language +Subtag: adh +Description: Adhola +Added: 2009-07-29 +%% +Type: language +Subtag: adi +Description: Adi +Added: 2009-07-29 +%% +Type: language +Subtag: adj +Description: Adioukrou +Added: 2009-07-29 +%% +Type: language +Subtag: adl +Description: Galo +Added: 2009-07-29 +%% +Type: language +Subtag: adn +Description: Adang +Added: 2009-07-29 +%% +Type: language +Subtag: ado +Description: Abu +Added: 2009-07-29 +%% +Type: language +Subtag: adp +Description: Adap +Added: 2009-07-29 +Deprecated: 2015-02-12 +Preferred-Value: dz +%% +Type: language +Subtag: adq +Description: Adangbe +Added: 2009-07-29 +%% +Type: language +Subtag: adr +Description: Adonara +Added: 2009-07-29 +%% +Type: language +Subtag: ads +Description: Adamorobe Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: adt +Description: Adnyamathanha +Added: 2009-07-29 +%% +Type: language +Subtag: adu +Description: Aduge +Added: 2009-07-29 +%% +Type: language +Subtag: adw +Description: Amundava +Added: 2009-07-29 +%% +Type: language +Subtag: adx +Description: Amdo Tibetan +Added: 2009-07-29 +%% +Type: language +Subtag: ady +Description: Adyghe +Description: Adygei +Added: 2005-10-16 +%% +Type: language +Subtag: adz +Description: Adzera +Added: 2009-07-29 +%% +Type: language +Subtag: aea +Description: Areba +Added: 2009-07-29 +%% +Type: language +Subtag: aeb +Description: Tunisian Arabic +Added: 2009-07-29 +Macrolanguage: ar +%% +Type: language +Subtag: aec +Description: Saidi Arabic +Added: 2009-07-29 +Macrolanguage: ar +%% +Type: language +Subtag: aed +Description: Argentine Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: aee +Description: Northeast Pashai +Description: Northeast Pashayi +Added: 2009-07-29 +%% +Type: language +Subtag: aek +Description: Haeke +Added: 2009-07-29 +%% +Type: language +Subtag: ael +Description: Ambele +Added: 2009-07-29 +%% +Type: language +Subtag: aem +Description: Arem +Added: 2009-07-29 +%% +Type: language +Subtag: aen +Description: Armenian Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: aeq +Description: Aer +Added: 2009-07-29 +%% +Type: language +Subtag: aer +Description: Eastern Arrernte +Added: 2009-07-29 +%% +Type: language +Subtag: aes +Description: Alsea +Added: 2009-07-29 +%% +Type: language +Subtag: aeu +Description: Akeu +Added: 2009-07-29 +%% +Type: language +Subtag: aew +Description: Ambakich +Added: 2009-07-29 +%% +Type: language +Subtag: aey +Description: Amele +Added: 2009-07-29 +%% +Type: language +Subtag: aez +Description: Aeka +Added: 2009-07-29 +%% +Type: language +Subtag: afa +Description: Afro-Asiatic languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: afb +Description: Gulf Arabic +Added: 2009-07-29 +Macrolanguage: ar +%% +Type: language +Subtag: afd +Description: Andai +Added: 2009-07-29 +%% +Type: language +Subtag: afe +Description: Putukwam +Added: 2009-07-29 +%% +Type: language +Subtag: afg +Description: Afghan Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: afh +Description: Afrihili +Added: 2005-10-16 +%% +Type: language +Subtag: afi +Description: Akrukay +Description: Chini +Added: 2009-07-29 +%% +Type: language +Subtag: afk +Description: Nanubae +Added: 2009-07-29 +%% +Type: language +Subtag: afn +Description: Defaka +Added: 2009-07-29 +%% +Type: language +Subtag: afo +Description: Eloyi +Added: 2009-07-29 +%% +Type: language +Subtag: afp +Description: Tapei +Added: 2009-07-29 +%% +Type: language +Subtag: afs +Description: Afro-Seminole Creole +Added: 2009-07-29 +%% +Type: language +Subtag: aft +Description: Afitti +Added: 2009-07-29 +%% +Type: language +Subtag: afu +Description: Awutu +Added: 2009-07-29 +%% +Type: language +Subtag: afz +Description: Obokuitai +Added: 2009-07-29 +%% +Type: language +Subtag: aga +Description: Aguano +Added: 2009-07-29 +%% +Type: language +Subtag: agb +Description: Legbo +Added: 2009-07-29 +%% +Type: language +Subtag: agc +Description: Agatu +Added: 2009-07-29 +%% +Type: language +Subtag: agd +Description: Agarabi +Added: 2009-07-29 +%% +Type: language +Subtag: age +Description: Angal +Added: 2009-07-29 +%% +Type: language +Subtag: agf +Description: Arguni +Added: 2009-07-29 +%% +Type: language +Subtag: agg +Description: Angor +Added: 2009-07-29 +%% +Type: language +Subtag: agh +Description: Ngelima +Added: 2009-07-29 +%% +Type: language +Subtag: agi +Description: Agariya +Added: 2009-07-29 +%% +Type: language +Subtag: agj +Description: Argobba +Added: 2009-07-29 +%% +Type: language +Subtag: agk +Description: Isarog Agta +Added: 2009-07-29 +%% +Type: language +Subtag: agl +Description: Fembe +Added: 2009-07-29 +%% +Type: language +Subtag: agm +Description: Angaataha +Added: 2009-07-29 +%% +Type: language +Subtag: agn +Description: Agutaynen +Added: 2009-07-29 +%% +Type: language +Subtag: ago +Description: Tainae +Added: 2009-07-29 +%% +Type: language +Subtag: agp +Description: Paranan +Added: 2009-07-29 +Deprecated: 2010-03-11 +Comments: see apf, prf +%% +Type: language +Subtag: agq +Description: Aghem +Added: 2009-07-29 +%% +Type: language +Subtag: agr +Description: Aguaruna +Added: 2009-07-29 +%% +Type: language +Subtag: ags +Description: Esimbi +Added: 2009-07-29 +%% +Type: language +Subtag: agt +Description: Central Cagayan Agta +Added: 2009-07-29 +%% +Type: language +Subtag: agu +Description: Aguacateco +Added: 2009-07-29 +%% +Type: language +Subtag: agv +Description: Remontado Dumagat +Added: 2009-07-29 +%% +Type: language +Subtag: agw +Description: Kahua +Added: 2009-07-29 +%% +Type: language +Subtag: agx +Description: Aghul +Added: 2009-07-29 +%% +Type: language +Subtag: agy +Description: Southern Alta +Added: 2009-07-29 +%% +Type: language +Subtag: agz +Description: Mt. Iriga Agta +Added: 2009-07-29 +%% +Type: language +Subtag: aha +Description: Ahanta +Added: 2009-07-29 +%% +Type: language +Subtag: ahb +Description: Axamb +Added: 2009-07-29 +%% +Type: language +Subtag: ahg +Description: Qimant +Added: 2009-07-29 +%% +Type: language +Subtag: ahh +Description: Aghu +Added: 2009-07-29 +%% +Type: language +Subtag: ahi +Description: Tiagbamrin Aizi +Added: 2009-07-29 +%% +Type: language +Subtag: ahk +Description: Akha +Added: 2009-07-29 +%% +Type: language +Subtag: ahl +Description: Igo +Added: 2009-07-29 +%% +Type: language +Subtag: ahm +Description: Mobumrin Aizi +Added: 2009-07-29 +%% +Type: language +Subtag: ahn +Description: Àhàn +Added: 2009-07-29 +%% +Type: language +Subtag: aho +Description: Ahom +Added: 2009-07-29 +%% +Type: language +Subtag: ahp +Description: Aproumu Aizi +Added: 2009-07-29 +%% +Type: language +Subtag: ahr +Description: Ahirani +Added: 2009-07-29 +%% +Type: language +Subtag: ahs +Description: Ashe +Added: 2009-07-29 +%% +Type: language +Subtag: aht +Description: Ahtena +Added: 2009-07-29 +%% +Type: language +Subtag: aia +Description: Arosi +Added: 2009-07-29 +%% +Type: language +Subtag: aib +Description: Ainu (China) +Added: 2009-07-29 +%% +Type: language +Subtag: aic +Description: Ainbai +Added: 2009-07-29 +%% +Type: language +Subtag: aid +Description: Alngith +Added: 2009-07-29 +%% +Type: language +Subtag: aie +Description: Amara +Added: 2009-07-29 +%% +Type: language +Subtag: aif +Description: Agi +Added: 2009-07-29 +%% +Type: language +Subtag: aig +Description: Antigua and Barbuda Creole English +Added: 2009-07-29 +%% +Type: language +Subtag: aih +Description: Ai-Cham +Added: 2009-07-29 +%% +Type: language +Subtag: aii +Description: Assyrian Neo-Aramaic +Added: 2009-07-29 +Macrolanguage: syr +%% +Type: language +Subtag: aij +Description: Lishanid Noshan +Added: 2009-07-29 +%% +Type: language +Subtag: aik +Description: Ake +Added: 2009-07-29 +%% +Type: language +Subtag: ail +Description: Aimele +Added: 2009-07-29 +%% +Type: language +Subtag: aim +Description: Aimol +Added: 2009-07-29 +%% +Type: language +Subtag: ain +Description: Ainu (Japan) +Added: 2005-10-16 +%% +Type: language +Subtag: aio +Description: Aiton +Added: 2009-07-29 +%% +Type: language +Subtag: aip +Description: Burumakok +Added: 2009-07-29 +%% +Type: language +Subtag: aiq +Description: Aimaq +Added: 2009-07-29 +%% +Type: language +Subtag: air +Description: Airoran +Added: 2009-07-29 +%% +Type: language +Subtag: ais +Description: Nataoran Amis +Added: 2009-07-29 +Deprecated: 2019-04-16 +Comments: see ami, szy +%% +Type: language +Subtag: ait +Description: Arikem +Added: 2009-07-29 +%% +Type: language +Subtag: aiw +Description: Aari +Added: 2009-07-29 +%% +Type: language +Subtag: aix +Description: Aighon +Added: 2009-07-29 +%% +Type: language +Subtag: aiy +Description: Ali +Added: 2009-07-29 +%% +Type: language +Subtag: aja +Description: Aja (South Sudan) +Added: 2009-07-29 +%% +Type: language +Subtag: ajg +Description: Aja (Benin) +Added: 2009-07-29 +%% +Type: language +Subtag: aji +Description: Ajië +Added: 2009-07-29 +%% +Type: language +Subtag: ajn +Description: Andajin +Added: 2012-08-12 +%% +Type: language +Subtag: ajp +Description: South Levantine Arabic +Added: 2009-07-29 +Macrolanguage: ar +%% +Type: language +Subtag: ajt +Description: Judeo-Tunisian Arabic +Added: 2009-07-29 +Macrolanguage: jrb +%% +Type: language +Subtag: aju +Description: Judeo-Moroccan Arabic +Added: 2009-07-29 +Macrolanguage: jrb +%% +Type: language +Subtag: ajw +Description: Ajawa +Added: 2009-07-29 +%% +Type: language +Subtag: ajz +Description: Amri Karbi +Added: 2009-07-29 +%% +Type: language +Subtag: akb +Description: Batak Angkola +Added: 2009-07-29 +%% +Type: language +Subtag: akc +Description: Mpur +Added: 2009-07-29 +%% +Type: language +Subtag: akd +Description: Ukpet-Ehom +Added: 2009-07-29 +%% +Type: language +Subtag: ake +Description: Akawaio +Added: 2009-07-29 +%% +Type: language +Subtag: akf +Description: Akpa +Added: 2009-07-29 +%% +Type: language +Subtag: akg +Description: Anakalangu +Added: 2009-07-29 +%% +Type: language +Subtag: akh +Description: Angal Heneng +Added: 2009-07-29 +%% +Type: language +Subtag: aki +Description: Aiome +Added: 2009-07-29 +%% +Type: language +Subtag: akj +Description: Aka-Jeru +Added: 2009-07-29 +%% +Type: language +Subtag: akk +Description: Akkadian +Added: 2005-10-16 +%% +Type: language +Subtag: akl +Description: Aklanon +Added: 2009-07-29 +%% +Type: language +Subtag: akm +Description: Aka-Bo +Added: 2009-07-29 +%% +Type: language +Subtag: ako +Description: Akurio +Added: 2009-07-29 +%% +Type: language +Subtag: akp +Description: Siwu +Added: 2009-07-29 +%% +Type: language +Subtag: akq +Description: Ak +Added: 2009-07-29 +%% +Type: language +Subtag: akr +Description: Araki +Added: 2009-07-29 +%% +Type: language +Subtag: aks +Description: Akaselem +Added: 2009-07-29 +%% +Type: language +Subtag: akt +Description: Akolet +Added: 2009-07-29 +%% +Type: language +Subtag: aku +Description: Akum +Added: 2009-07-29 +%% +Type: language +Subtag: akv +Description: Akhvakh +Added: 2009-07-29 +%% +Type: language +Subtag: akw +Description: Akwa +Added: 2009-07-29 +%% +Type: language +Subtag: akx +Description: Aka-Kede +Added: 2009-07-29 +%% +Type: language +Subtag: aky +Description: Aka-Kol +Added: 2009-07-29 +%% +Type: language +Subtag: akz +Description: Alabama +Added: 2009-07-29 +%% +Type: language +Subtag: ala +Description: Alago +Added: 2009-07-29 +%% +Type: language +Subtag: alc +Description: Qawasqar +Added: 2009-07-29 +%% +Type: language +Subtag: ald +Description: Alladian +Added: 2009-07-29 +%% +Type: language +Subtag: ale +Description: Aleut +Added: 2005-10-16 +%% +Type: language +Subtag: alf +Description: Alege +Added: 2009-07-29 +%% +Type: language +Subtag: alg +Description: Algonquian languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: alh +Description: Alawa +Added: 2009-07-29 +%% +Type: language +Subtag: ali +Description: Amaimon +Added: 2009-07-29 +%% +Type: language +Subtag: alj +Description: Alangan +Added: 2009-07-29 +%% +Type: language +Subtag: alk +Description: Alak +Added: 2009-07-29 +%% +Type: language +Subtag: all +Description: Allar +Added: 2009-07-29 +%% +Type: language +Subtag: alm +Description: Amblong +Added: 2009-07-29 +%% +Type: language +Subtag: aln +Description: Gheg Albanian +Added: 2009-07-29 +Macrolanguage: sq +%% +Type: language +Subtag: alo +Description: Larike-Wakasihu +Added: 2009-07-29 +%% +Type: language +Subtag: alp +Description: Alune +Added: 2009-07-29 +%% +Type: language +Subtag: alq +Description: Algonquin +Added: 2009-07-29 +%% +Type: language +Subtag: alr +Description: Alutor +Added: 2009-07-29 +%% +Type: language +Subtag: als +Description: Tosk Albanian +Added: 2009-07-29 +Macrolanguage: sq +%% +Type: language +Subtag: alt +Description: Southern Altai +Added: 2005-10-16 +%% +Type: language +Subtag: alu +Description: 'Are'are +Added: 2009-07-29 +%% +Type: language +Subtag: alv +Description: Atlantic-Congo languages +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: alw +Description: Alaba-K’abeena +Description: Wanbasana +Added: 2009-07-29 +%% +Type: language +Subtag: alx +Description: Amol +Added: 2009-07-29 +%% +Type: language +Subtag: aly +Description: Alyawarr +Added: 2009-07-29 +%% +Type: language +Subtag: alz +Description: Alur +Added: 2009-07-29 +%% +Type: language +Subtag: ama +Description: Amanayé +Added: 2009-07-29 +%% +Type: language +Subtag: amb +Description: Ambo +Added: 2009-07-29 +%% +Type: language +Subtag: amc +Description: Amahuaca +Added: 2009-07-29 +%% +Type: language +Subtag: ame +Description: Yanesha' +Added: 2009-07-29 +%% +Type: language +Subtag: amf +Description: Hamer-Banna +Added: 2009-07-29 +%% +Type: language +Subtag: amg +Description: Amurdak +Added: 2009-07-29 +%% +Type: language +Subtag: ami +Description: Amis +Added: 2009-07-29 +%% +Type: language +Subtag: amj +Description: Amdang +Added: 2009-07-29 +%% +Type: language +Subtag: amk +Description: Ambai +Added: 2009-07-29 +%% +Type: language +Subtag: aml +Description: War-Jaintia +Added: 2009-07-29 +%% +Type: language +Subtag: amm +Description: Ama (Papua New Guinea) +Added: 2009-07-29 +%% +Type: language +Subtag: amn +Description: Amanab +Added: 2009-07-29 +%% +Type: language +Subtag: amo +Description: Amo +Added: 2009-07-29 +%% +Type: language +Subtag: amp +Description: Alamblak +Added: 2009-07-29 +%% +Type: language +Subtag: amq +Description: Amahai +Added: 2009-07-29 +%% +Type: language +Subtag: amr +Description: Amarakaeri +Added: 2009-07-29 +%% +Type: language +Subtag: ams +Description: Southern Amami-Oshima +Added: 2009-07-29 +%% +Type: language +Subtag: amt +Description: Amto +Added: 2009-07-29 +%% +Type: language +Subtag: amu +Description: Guerrero Amuzgo +Added: 2009-07-29 +%% +Type: language +Subtag: amv +Description: Ambelau +Added: 2009-07-29 +%% +Type: language +Subtag: amw +Description: Western Neo-Aramaic +Added: 2009-07-29 +%% +Type: language +Subtag: amx +Description: Anmatyerre +Added: 2009-07-29 +%% +Type: language +Subtag: amy +Description: Ami +Added: 2009-07-29 +%% +Type: language +Subtag: amz +Description: Atampaya +Added: 2009-07-29 +%% +Type: language +Subtag: ana +Description: Andaqui +Added: 2009-07-29 +%% +Type: language +Subtag: anb +Description: Andoa +Added: 2009-07-29 +%% +Type: language +Subtag: anc +Description: Ngas +Added: 2009-07-29 +%% +Type: language +Subtag: and +Description: Ansus +Added: 2009-07-29 +%% +Type: language +Subtag: ane +Description: Xârâcùù +Added: 2009-07-29 +%% +Type: language +Subtag: anf +Description: Animere +Added: 2009-07-29 +%% +Type: language +Subtag: ang +Description: Old English (ca. 450-1100) +Added: 2005-10-16 +%% +Type: language +Subtag: anh +Description: Nend +Added: 2009-07-29 +%% +Type: language +Subtag: ani +Description: Andi +Added: 2009-07-29 +%% +Type: language +Subtag: anj +Description: Anor +Added: 2009-07-29 +%% +Type: language +Subtag: ank +Description: Goemai +Added: 2009-07-29 +%% +Type: language +Subtag: anl +Description: Anu-Hkongso Chin +Added: 2009-07-29 +%% +Type: language +Subtag: anm +Description: Anal +Added: 2009-07-29 +%% +Type: language +Subtag: ann +Description: Obolo +Added: 2009-07-29 +%% +Type: language +Subtag: ano +Description: Andoque +Added: 2009-07-29 +%% +Type: language +Subtag: anp +Description: Angika +Added: 2006-03-08 +%% +Type: language +Subtag: anq +Description: Jarawa (India) +Added: 2009-07-29 +%% +Type: language +Subtag: anr +Description: Andh +Added: 2009-07-29 +%% +Type: language +Subtag: ans +Description: Anserma +Added: 2009-07-29 +%% +Type: language +Subtag: ant +Description: Antakarinya +Description: Antikarinya +Added: 2009-07-29 +%% +Type: language +Subtag: anu +Description: Anuak +Added: 2009-07-29 +%% +Type: language +Subtag: anv +Description: Denya +Added: 2009-07-29 +%% +Type: language +Subtag: anw +Description: Anaang +Added: 2009-07-29 +%% +Type: language +Subtag: anx +Description: Andra-Hus +Added: 2009-07-29 +%% +Type: language +Subtag: any +Description: Anyin +Added: 2009-07-29 +%% +Type: language +Subtag: anz +Description: Anem +Added: 2009-07-29 +%% +Type: language +Subtag: aoa +Description: Angolar +Added: 2009-07-29 +%% +Type: language +Subtag: aob +Description: Abom +Added: 2009-07-29 +%% +Type: language +Subtag: aoc +Description: Pemon +Added: 2009-07-29 +%% +Type: language +Subtag: aod +Description: Andarum +Added: 2009-07-29 +%% +Type: language +Subtag: aoe +Description: Angal Enen +Added: 2009-07-29 +%% +Type: language +Subtag: aof +Description: Bragat +Added: 2009-07-29 +%% +Type: language +Subtag: aog +Description: Angoram +Added: 2009-07-29 +%% +Type: language +Subtag: aoh +Description: Arma +Added: 2009-07-29 +%% +Type: language +Subtag: aoi +Description: Anindilyakwa +Added: 2009-07-29 +%% +Type: language +Subtag: aoj +Description: Mufian +Added: 2009-07-29 +%% +Type: language +Subtag: aok +Description: Arhö +Added: 2009-07-29 +%% +Type: language +Subtag: aol +Description: Alor +Added: 2009-07-29 +%% +Type: language +Subtag: aom +Description: Ömie +Added: 2009-07-29 +%% +Type: language +Subtag: aon +Description: Bumbita Arapesh +Added: 2009-07-29 +%% +Type: language +Subtag: aor +Description: Aore +Added: 2009-07-29 +%% +Type: language +Subtag: aos +Description: Taikat +Added: 2009-07-29 +%% +Type: language +Subtag: aot +Description: Atong (India) +Description: A'tong +Added: 2009-07-29 +%% +Type: language +Subtag: aou +Description: A'ou +Added: 2012-08-12 +%% +Type: language +Subtag: aox +Description: Atorada +Added: 2009-07-29 +%% +Type: language +Subtag: aoz +Description: Uab Meto +Added: 2009-07-29 +%% +Type: language +Subtag: apa +Description: Apache languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: apb +Description: Sa'a +Added: 2009-07-29 +%% +Type: language +Subtag: apc +Description: North Levantine Arabic +Added: 2009-07-29 +Macrolanguage: ar +%% +Type: language +Subtag: apd +Description: Sudanese Arabic +Added: 2009-07-29 +Macrolanguage: ar +%% +Type: language +Subtag: ape +Description: Bukiyip +Added: 2009-07-29 +%% +Type: language +Subtag: apf +Description: Pahanan Agta +Added: 2010-03-11 +%% +Type: language +Subtag: apg +Description: Ampanang +Added: 2009-07-29 +%% +Type: language +Subtag: aph +Description: Athpariya +Added: 2009-07-29 +%% +Type: language +Subtag: api +Description: Apiaká +Added: 2009-07-29 +%% +Type: language +Subtag: apj +Description: Jicarilla Apache +Added: 2009-07-29 +%% +Type: language +Subtag: apk +Description: Kiowa Apache +Added: 2009-07-29 +%% +Type: language +Subtag: apl +Description: Lipan Apache +Added: 2009-07-29 +%% +Type: language +Subtag: apm +Description: Mescalero-Chiricahua Apache +Added: 2009-07-29 +%% +Type: language +Subtag: apn +Description: Apinayé +Added: 2009-07-29 +%% +Type: language +Subtag: apo +Description: Ambul +Added: 2009-07-29 +%% +Type: language +Subtag: app +Description: Apma +Added: 2009-07-29 +%% +Type: language +Subtag: apq +Description: A-Pucikwar +Added: 2009-07-29 +%% +Type: language +Subtag: apr +Description: Arop-Lokep +Added: 2009-07-29 +%% +Type: language +Subtag: aps +Description: Arop-Sissano +Added: 2009-07-29 +%% +Type: language +Subtag: apt +Description: Apatani +Added: 2009-07-29 +%% +Type: language +Subtag: apu +Description: Apurinã +Added: 2009-07-29 +%% +Type: language +Subtag: apv +Description: Alapmunte +Added: 2009-07-29 +%% +Type: language +Subtag: apw +Description: Western Apache +Added: 2009-07-29 +%% +Type: language +Subtag: apx +Description: Aputai +Added: 2009-07-29 +%% +Type: language +Subtag: apy +Description: Apalaí +Added: 2009-07-29 +%% +Type: language +Subtag: apz +Description: Safeyoka +Added: 2009-07-29 +%% +Type: language +Subtag: aqa +Description: Alacalufan languages +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: aqc +Description: Archi +Added: 2009-07-29 +%% +Type: language +Subtag: aqd +Description: Ampari Dogon +Added: 2011-08-16 +%% +Type: language +Subtag: aqg +Description: Arigidi +Added: 2009-07-29 +%% +Type: language +Subtag: aql +Description: Algic languages +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: aqm +Description: Atohwaim +Added: 2009-07-29 +%% +Type: language +Subtag: aqn +Description: Northern Alta +Added: 2009-07-29 +%% +Type: language +Subtag: aqp +Description: Atakapa +Added: 2009-07-29 +%% +Type: language +Subtag: aqr +Description: Arhâ +Added: 2009-07-29 +%% +Type: language +Subtag: aqt +Description: Angaité +Added: 2014-02-28 +%% +Type: language +Subtag: aqz +Description: Akuntsu +Added: 2010-03-11 +%% +Type: language +Subtag: arb +Description: Standard Arabic +Added: 2009-07-29 +Macrolanguage: ar +%% +Type: language +Subtag: arc +Description: Official Aramaic (700-300 BCE) +Description: Imperial Aramaic (700-300 BCE) +Added: 2005-10-16 +%% +Type: language +Subtag: ard +Description: Arabana +Added: 2009-07-29 +%% +Type: language +Subtag: are +Description: Western Arrarnta +Added: 2009-07-29 +%% +Type: language +Subtag: arh +Description: Arhuaco +Added: 2009-07-29 +%% +Type: language +Subtag: ari +Description: Arikara +Added: 2009-07-29 +%% +Type: language +Subtag: arj +Description: Arapaso +Added: 2009-07-29 +%% +Type: language +Subtag: ark +Description: Arikapú +Added: 2009-07-29 +%% +Type: language +Subtag: arl +Description: Arabela +Added: 2009-07-29 +%% +Type: language +Subtag: arn +Description: Mapudungun +Description: Mapuche +Added: 2005-10-16 +%% +Type: language +Subtag: aro +Description: Araona +Added: 2009-07-29 +%% +Type: language +Subtag: arp +Description: Arapaho +Added: 2005-10-16 +%% +Type: language +Subtag: arq +Description: Algerian Arabic +Added: 2009-07-29 +Macrolanguage: ar +%% +Type: language +Subtag: arr +Description: Karo (Brazil) +Added: 2009-07-29 +%% +Type: language +Subtag: ars +Description: Najdi Arabic +Added: 2009-07-29 +Macrolanguage: ar +%% +Type: language +Subtag: art +Description: Artificial languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: aru +Description: Aruá (Amazonas State) +Description: Arawá +Added: 2009-07-29 +%% +Type: language +Subtag: arv +Description: Arbore +Added: 2009-07-29 +%% +Type: language +Subtag: arw +Description: Arawak +Added: 2005-10-16 +%% +Type: language +Subtag: arx +Description: Aruá (Rodonia State) +Added: 2009-07-29 +%% +Type: language +Subtag: ary +Description: Moroccan Arabic +Added: 2009-07-29 +Macrolanguage: ar +%% +Type: language +Subtag: arz +Description: Egyptian Arabic +Added: 2009-07-29 +Macrolanguage: ar +%% +Type: language +Subtag: asa +Description: Asu (Tanzania) +Added: 2009-07-29 +%% +Type: language +Subtag: asb +Description: Assiniboine +Added: 2009-07-29 +%% +Type: language +Subtag: asc +Description: Casuarina Coast Asmat +Added: 2009-07-29 +%% +Type: language +Subtag: asd +Description: Asas +Added: 2009-07-29 +Deprecated: 2019-04-16 +Preferred-Value: snz +%% +Type: language +Subtag: ase +Description: American Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: asf +Description: Auslan +Description: Australian Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: asg +Description: Cishingini +Added: 2009-07-29 +%% +Type: language +Subtag: ash +Description: Abishira +Added: 2009-07-29 +%% +Type: language +Subtag: asi +Description: Buruwai +Added: 2009-07-29 +%% +Type: language +Subtag: asj +Description: Sari +Added: 2009-07-29 +%% +Type: language +Subtag: ask +Description: Ashkun +Added: 2009-07-29 +%% +Type: language +Subtag: asl +Description: Asilulu +Added: 2009-07-29 +%% +Type: language +Subtag: asn +Description: Xingú Asuriní +Added: 2009-07-29 +%% +Type: language +Subtag: aso +Description: Dano +Added: 2009-07-29 +%% +Type: language +Subtag: asp +Description: Algerian Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: asq +Description: Austrian Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: asr +Description: Asuri +Added: 2009-07-29 +%% +Type: language +Subtag: ass +Description: Ipulo +Added: 2009-07-29 +%% +Type: language +Subtag: ast +Description: Asturian +Description: Asturleonese +Description: Bable +Description: Leonese +Added: 2005-10-16 +%% +Type: language +Subtag: asu +Description: Tocantins Asurini +Added: 2009-07-29 +%% +Type: language +Subtag: asv +Description: Asoa +Added: 2009-07-29 +%% +Type: language +Subtag: asw +Description: Australian Aborigines Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: asx +Description: Muratayak +Added: 2009-07-29 +%% +Type: language +Subtag: asy +Description: Yaosakor Asmat +Added: 2009-07-29 +%% +Type: language +Subtag: asz +Description: As +Added: 2009-07-29 +%% +Type: language +Subtag: ata +Description: Pele-Ata +Added: 2009-07-29 +%% +Type: language +Subtag: atb +Description: Zaiwa +Added: 2009-07-29 +%% +Type: language +Subtag: atc +Description: Atsahuaca +Added: 2009-07-29 +%% +Type: language +Subtag: atd +Description: Ata Manobo +Added: 2009-07-29 +%% +Type: language +Subtag: ate +Description: Atemble +Added: 2009-07-29 +%% +Type: language +Subtag: atg +Description: Ivbie North-Okpela-Arhe +Added: 2009-07-29 +%% +Type: language +Subtag: ath +Description: Athapascan languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: ati +Description: Attié +Added: 2009-07-29 +%% +Type: language +Subtag: atj +Description: Atikamekw +Added: 2009-07-29 +%% +Type: language +Subtag: atk +Description: Ati +Added: 2009-07-29 +%% +Type: language +Subtag: atl +Description: Mt. Iraya Agta +Added: 2009-07-29 +%% +Type: language +Subtag: atm +Description: Ata +Added: 2009-07-29 +%% +Type: language +Subtag: atn +Description: Ashtiani +Added: 2009-07-29 +%% +Type: language +Subtag: ato +Description: Atong (Cameroon) +Added: 2009-07-29 +%% +Type: language +Subtag: atp +Description: Pudtol Atta +Added: 2009-07-29 +%% +Type: language +Subtag: atq +Description: Aralle-Tabulahan +Added: 2009-07-29 +%% +Type: language +Subtag: atr +Description: Waimiri-Atroari +Added: 2009-07-29 +%% +Type: language +Subtag: ats +Description: Gros Ventre +Added: 2009-07-29 +%% +Type: language +Subtag: att +Description: Pamplona Atta +Added: 2009-07-29 +%% +Type: language +Subtag: atu +Description: Reel +Added: 2009-07-29 +%% +Type: language +Subtag: atv +Description: Northern Altai +Added: 2009-07-29 +%% +Type: language +Subtag: atw +Description: Atsugewi +Added: 2009-07-29 +%% +Type: language +Subtag: atx +Description: Arutani +Added: 2009-07-29 +%% +Type: language +Subtag: aty +Description: Aneityum +Added: 2009-07-29 +%% +Type: language +Subtag: atz +Description: Arta +Added: 2009-07-29 +%% +Type: language +Subtag: aua +Description: Asumboa +Added: 2009-07-29 +%% +Type: language +Subtag: aub +Description: Alugu +Added: 2009-07-29 +%% +Type: language +Subtag: auc +Description: Waorani +Added: 2009-07-29 +%% +Type: language +Subtag: aud +Description: Anuta +Added: 2009-07-29 +%% +Type: language +Subtag: aue +Description: ǂKxʼauǁʼein +Added: 2009-07-29 +Deprecated: 2015-02-12 +Preferred-Value: ktz +%% +Type: language +Subtag: auf +Description: Arauan languages +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: aug +Description: Aguna +Added: 2009-07-29 +%% +Type: language +Subtag: auh +Description: Aushi +Added: 2009-07-29 +%% +Type: language +Subtag: aui +Description: Anuki +Added: 2009-07-29 +%% +Type: language +Subtag: auj +Description: Awjilah +Added: 2009-07-29 +%% +Type: language +Subtag: auk +Description: Heyo +Added: 2009-07-29 +%% +Type: language +Subtag: aul +Description: Aulua +Added: 2009-07-29 +%% +Type: language +Subtag: aum +Description: Asu (Nigeria) +Added: 2009-07-29 +%% +Type: language +Subtag: aun +Description: Molmo One +Added: 2009-07-29 +%% +Type: language +Subtag: auo +Description: Auyokawa +Added: 2009-07-29 +%% +Type: language +Subtag: aup +Description: Makayam +Added: 2009-07-29 +%% +Type: language +Subtag: auq +Description: Anus +Description: Korur +Added: 2009-07-29 +%% +Type: language +Subtag: aur +Description: Aruek +Added: 2009-07-29 +%% +Type: language +Subtag: aus +Description: Australian languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: aut +Description: Austral +Added: 2009-07-29 +%% +Type: language +Subtag: auu +Description: Auye +Added: 2009-07-29 +%% +Type: language +Subtag: auw +Description: Awyi +Added: 2009-07-29 +%% +Type: language +Subtag: aux +Description: Aurá +Added: 2009-07-29 +%% +Type: language +Subtag: auy +Description: Awiyaana +Added: 2009-07-29 +%% +Type: language +Subtag: auz +Description: Uzbeki Arabic +Added: 2009-07-29 +Macrolanguage: ar +%% +Type: language +Subtag: avb +Description: Avau +Added: 2009-07-29 +%% +Type: language +Subtag: avd +Description: Alviri-Vidari +Added: 2009-07-29 +%% +Type: language +Subtag: avi +Description: Avikam +Added: 2009-07-29 +%% +Type: language +Subtag: avk +Description: Kotava +Added: 2009-07-29 +%% +Type: language +Subtag: avl +Description: Eastern Egyptian Bedawi Arabic +Added: 2009-07-29 +Macrolanguage: ar +%% +Type: language +Subtag: avm +Description: Angkamuthi +Added: 2012-08-12 +%% +Type: language +Subtag: avn +Description: Avatime +Added: 2009-07-29 +%% +Type: language +Subtag: avo +Description: Agavotaguerra +Added: 2009-07-29 +%% +Type: language +Subtag: avs +Description: Aushiri +Added: 2009-07-29 +%% +Type: language +Subtag: avt +Description: Au +Added: 2009-07-29 +%% +Type: language +Subtag: avu +Description: Avokaya +Added: 2009-07-29 +%% +Type: language +Subtag: avv +Description: Avá-Canoeiro +Added: 2009-07-29 +%% +Type: language +Subtag: awa +Description: Awadhi +Added: 2005-10-16 +%% +Type: language +Subtag: awb +Description: Awa (Papua New Guinea) +Added: 2009-07-29 +%% +Type: language +Subtag: awc +Description: Cicipu +Added: 2009-07-29 +%% +Type: language +Subtag: awd +Description: Arawakan languages +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: awe +Description: Awetí +Added: 2009-07-29 +%% +Type: language +Subtag: awg +Description: Anguthimri +Added: 2012-08-12 +%% +Type: language +Subtag: awh +Description: Awbono +Added: 2009-07-29 +%% +Type: language +Subtag: awi +Description: Aekyom +Added: 2009-07-29 +%% +Type: language +Subtag: awk +Description: Awabakal +Added: 2009-07-29 +%% +Type: language +Subtag: awm +Description: Arawum +Added: 2009-07-29 +%% +Type: language +Subtag: awn +Description: Awngi +Added: 2009-07-29 +%% +Type: language +Subtag: awo +Description: Awak +Added: 2009-07-29 +%% +Type: language +Subtag: awr +Description: Awera +Added: 2009-07-29 +%% +Type: language +Subtag: aws +Description: South Awyu +Added: 2009-07-29 +%% +Type: language +Subtag: awt +Description: Araweté +Added: 2009-07-29 +%% +Type: language +Subtag: awu +Description: Central Awyu +Added: 2009-07-29 +%% +Type: language +Subtag: awv +Description: Jair Awyu +Added: 2009-07-29 +%% +Type: language +Subtag: aww +Description: Awun +Added: 2009-07-29 +%% +Type: language +Subtag: awx +Description: Awara +Added: 2009-07-29 +%% +Type: language +Subtag: awy +Description: Edera Awyu +Added: 2009-07-29 +%% +Type: language +Subtag: axb +Description: Abipon +Added: 2009-07-29 +%% +Type: language +Subtag: axe +Description: Ayerrerenge +Added: 2012-08-12 +%% +Type: language +Subtag: axg +Description: Mato Grosso Arára +Added: 2009-07-29 +%% +Type: language +Subtag: axk +Description: Yaka (Central African Republic) +Added: 2009-07-29 +%% +Type: language +Subtag: axl +Description: Lower Southern Aranda +Added: 2013-09-10 +%% +Type: language +Subtag: axm +Description: Middle Armenian +Added: 2009-07-29 +%% +Type: language +Subtag: axx +Description: Xârâgurè +Added: 2009-07-29 +%% +Type: language +Subtag: aya +Description: Awar +Added: 2009-07-29 +%% +Type: language +Subtag: ayb +Description: Ayizo Gbe +Added: 2009-07-29 +%% +Type: language +Subtag: ayc +Description: Southern Aymara +Added: 2009-07-29 +Macrolanguage: ay +%% +Type: language +Subtag: ayd +Description: Ayabadhu +Added: 2009-07-29 +%% +Type: language +Subtag: aye +Description: Ayere +Added: 2009-07-29 +%% +Type: language +Subtag: ayg +Description: Ginyanga +Added: 2009-07-29 +%% +Type: language +Subtag: ayh +Description: Hadrami Arabic +Added: 2009-07-29 +Macrolanguage: ar +%% +Type: language +Subtag: ayi +Description: Leyigha +Added: 2009-07-29 +%% +Type: language +Subtag: ayk +Description: Akuku +Added: 2009-07-29 +%% +Type: language +Subtag: ayl +Description: Libyan Arabic +Added: 2009-07-29 +Macrolanguage: ar +%% +Type: language +Subtag: ayn +Description: Sanaani Arabic +Added: 2009-07-29 +Macrolanguage: ar +%% +Type: language +Subtag: ayo +Description: Ayoreo +Added: 2009-07-29 +%% +Type: language +Subtag: ayp +Description: North Mesopotamian Arabic +Added: 2009-07-29 +Macrolanguage: ar +%% +Type: language +Subtag: ayq +Description: Ayi (Papua New Guinea) +Added: 2009-07-29 +%% +Type: language +Subtag: ayr +Description: Central Aymara +Added: 2009-07-29 +Macrolanguage: ay +%% +Type: language +Subtag: ays +Description: Sorsogon Ayta +Added: 2009-07-29 +%% +Type: language +Subtag: ayt +Description: Magbukun Ayta +Added: 2009-07-29 +%% +Type: language +Subtag: ayu +Description: Ayu +Added: 2009-07-29 +%% +Type: language +Subtag: ayx +Description: Ayi (China) +Added: 2009-07-29 +Deprecated: 2011-08-16 +Preferred-Value: nun +%% +Type: language +Subtag: ayy +Description: Tayabas Ayta +Added: 2009-07-29 +%% +Type: language +Subtag: ayz +Description: Mai Brat +Added: 2009-07-29 +%% +Type: language +Subtag: aza +Description: Azha +Added: 2009-07-29 +%% +Type: language +Subtag: azb +Description: South Azerbaijani +Added: 2009-07-29 +Macrolanguage: az +%% +Type: language +Subtag: azc +Description: Uto-Aztecan languages +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: azd +Description: Eastern Durango Nahuatl +Added: 2012-08-12 +%% +Type: language +Subtag: azg +Description: San Pedro Amuzgos Amuzgo +Added: 2009-07-29 +%% +Type: language +Subtag: azj +Description: North Azerbaijani +Added: 2009-07-29 +Macrolanguage: az +%% +Type: language +Subtag: azm +Description: Ipalapa Amuzgo +Added: 2009-07-29 +%% +Type: language +Subtag: azn +Description: Western Durango Nahuatl +Added: 2012-08-12 +%% +Type: language +Subtag: azo +Description: Awing +Added: 2009-07-29 +%% +Type: language +Subtag: azt +Description: Faire Atta +Added: 2009-07-29 +%% +Type: language +Subtag: azz +Description: Highland Puebla Nahuatl +Added: 2009-07-29 +%% +Type: language +Subtag: baa +Description: Babatana +Added: 2009-07-29 +%% +Type: language +Subtag: bab +Description: Bainouk-Gunyuño +Added: 2009-07-29 +%% +Type: language +Subtag: bac +Description: Badui +Added: 2009-07-29 +%% +Type: language +Subtag: bad +Description: Banda languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: bae +Description: Baré +Added: 2009-07-29 +%% +Type: language +Subtag: baf +Description: Nubaca +Added: 2009-07-29 +%% +Type: language +Subtag: bag +Description: Tuki +Added: 2009-07-29 +%% +Type: language +Subtag: bah +Description: Bahamas Creole English +Added: 2009-07-29 +%% +Type: language +Subtag: bai +Description: Bamileke languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: baj +Description: Barakai +Added: 2009-07-29 +%% +Type: language +Subtag: bal +Description: Baluchi +Added: 2005-10-16 +Scope: macrolanguage +%% +Type: language +Subtag: ban +Description: Balinese +Added: 2005-10-16 +%% +Type: language +Subtag: bao +Description: Waimaha +Added: 2009-07-29 +%% +Type: language +Subtag: bap +Description: Bantawa +Added: 2009-07-29 +%% +Type: language +Subtag: bar +Description: Bavarian +Added: 2009-07-29 +%% +Type: language +Subtag: bas +Description: Basa (Cameroon) +Added: 2005-10-16 +%% +Type: language +Subtag: bat +Description: Baltic languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: bau +Description: Bada (Nigeria) +Added: 2009-07-29 +%% +Type: language +Subtag: bav +Description: Vengo +Added: 2009-07-29 +%% +Type: language +Subtag: baw +Description: Bambili-Bambui +Added: 2009-07-29 +%% +Type: language +Subtag: bax +Description: Bamun +Added: 2009-07-29 +%% +Type: language +Subtag: bay +Description: Batuley +Added: 2009-07-29 +%% +Type: language +Subtag: baz +Description: Tunen +Added: 2009-07-29 +Deprecated: 2012-08-12 +Comments: see nvo, tvu +%% +Type: language +Subtag: bba +Description: Baatonum +Added: 2009-07-29 +%% +Type: language +Subtag: bbb +Description: Barai +Added: 2009-07-29 +%% +Type: language +Subtag: bbc +Description: Batak Toba +Added: 2009-07-29 +%% +Type: language +Subtag: bbd +Description: Bau +Added: 2009-07-29 +%% +Type: language +Subtag: bbe +Description: Bangba +Added: 2009-07-29 +%% +Type: language +Subtag: bbf +Description: Baibai +Added: 2009-07-29 +%% +Type: language +Subtag: bbg +Description: Barama +Added: 2009-07-29 +%% +Type: language +Subtag: bbh +Description: Bugan +Added: 2009-07-29 +%% +Type: language +Subtag: bbi +Description: Barombi +Added: 2009-07-29 +%% +Type: language +Subtag: bbj +Description: Ghomálá' +Added: 2009-07-29 +%% +Type: language +Subtag: bbk +Description: Babanki +Added: 2009-07-29 +%% +Type: language +Subtag: bbl +Description: Bats +Added: 2009-07-29 +%% +Type: language +Subtag: bbm +Description: Babango +Added: 2009-07-29 +%% +Type: language +Subtag: bbn +Description: Uneapa +Added: 2009-07-29 +%% +Type: language +Subtag: bbo +Description: Northern Bobo Madaré +Description: Konabéré +Added: 2009-07-29 +%% +Type: language +Subtag: bbp +Description: West Central Banda +Added: 2009-07-29 +%% +Type: language +Subtag: bbq +Description: Bamali +Added: 2009-07-29 +%% +Type: language +Subtag: bbr +Description: Girawa +Added: 2009-07-29 +%% +Type: language +Subtag: bbs +Description: Bakpinka +Added: 2009-07-29 +%% +Type: language +Subtag: bbt +Description: Mburku +Added: 2009-07-29 +%% +Type: language +Subtag: bbu +Description: Kulung (Nigeria) +Added: 2009-07-29 +%% +Type: language +Subtag: bbv +Description: Karnai +Added: 2009-07-29 +%% +Type: language +Subtag: bbw +Description: Baba +Added: 2009-07-29 +%% +Type: language +Subtag: bbx +Description: Bubia +Added: 2009-07-29 +%% +Type: language +Subtag: bby +Description: Befang +Added: 2009-07-29 +%% +Type: language +Subtag: bbz +Description: Babalia Creole Arabic +Added: 2009-07-29 +Macrolanguage: ar +%% +Type: language +Subtag: bca +Description: Central Bai +Added: 2009-07-29 +%% +Type: language +Subtag: bcb +Description: Bainouk-Samik +Added: 2009-07-29 +%% +Type: language +Subtag: bcc +Description: Southern Balochi +Added: 2009-07-29 +Macrolanguage: bal +%% +Type: language +Subtag: bcd +Description: North Babar +Added: 2009-07-29 +%% +Type: language +Subtag: bce +Description: Bamenyam +Added: 2009-07-29 +%% +Type: language +Subtag: bcf +Description: Bamu +Added: 2009-07-29 +%% +Type: language +Subtag: bcg +Description: Baga Pokur +Added: 2009-07-29 +%% +Type: language +Subtag: bch +Description: Bariai +Added: 2009-07-29 +%% +Type: language +Subtag: bci +Description: Baoulé +Added: 2009-07-29 +%% +Type: language +Subtag: bcj +Description: Bardi +Added: 2009-07-29 +%% +Type: language +Subtag: bck +Description: Bunuba +Added: 2009-07-29 +%% +Type: language +Subtag: bcl +Description: Central Bikol +Added: 2009-07-29 +Macrolanguage: bik +%% +Type: language +Subtag: bcm +Description: Bannoni +Added: 2009-07-29 +%% +Type: language +Subtag: bcn +Description: Bali (Nigeria) +Added: 2009-07-29 +%% +Type: language +Subtag: bco +Description: Kaluli +Added: 2009-07-29 +%% +Type: language +Subtag: bcp +Description: Bali (Democratic Republic of Congo) +Added: 2009-07-29 +%% +Type: language +Subtag: bcq +Description: Bench +Added: 2009-07-29 +%% +Type: language +Subtag: bcr +Description: Babine +Added: 2009-07-29 +%% +Type: language +Subtag: bcs +Description: Kohumono +Added: 2009-07-29 +%% +Type: language +Subtag: bct +Description: Bendi +Added: 2009-07-29 +%% +Type: language +Subtag: bcu +Description: Awad Bing +Added: 2009-07-29 +%% +Type: language +Subtag: bcv +Description: Shoo-Minda-Nye +Added: 2009-07-29 +%% +Type: language +Subtag: bcw +Description: Bana +Added: 2009-07-29 +%% +Type: language +Subtag: bcy +Description: Bacama +Added: 2009-07-29 +%% +Type: language +Subtag: bcz +Description: Bainouk-Gunyaamolo +Added: 2009-07-29 +%% +Type: language +Subtag: bda +Description: Bayot +Added: 2009-07-29 +%% +Type: language +Subtag: bdb +Description: Basap +Added: 2009-07-29 +%% +Type: language +Subtag: bdc +Description: Emberá-Baudó +Added: 2009-07-29 +%% +Type: language +Subtag: bdd +Description: Bunama +Added: 2009-07-29 +%% +Type: language +Subtag: bde +Description: Bade +Added: 2009-07-29 +%% +Type: language +Subtag: bdf +Description: Biage +Added: 2010-03-11 +%% +Type: language +Subtag: bdg +Description: Bonggi +Added: 2009-07-29 +%% +Type: language +Subtag: bdh +Description: Baka (South Sudan) +Added: 2009-07-29 +%% +Type: language +Subtag: bdi +Description: Burun +Added: 2009-07-29 +%% +Type: language +Subtag: bdj +Description: Bai (South Sudan) +Description: Bai +Added: 2009-07-29 +%% +Type: language +Subtag: bdk +Description: Budukh +Added: 2009-07-29 +%% +Type: language +Subtag: bdl +Description: Indonesian Bajau +Added: 2009-07-29 +%% +Type: language +Subtag: bdm +Description: Buduma +Added: 2009-07-29 +%% +Type: language +Subtag: bdn +Description: Baldemu +Added: 2009-07-29 +%% +Type: language +Subtag: bdo +Description: Morom +Added: 2009-07-29 +%% +Type: language +Subtag: bdp +Description: Bende +Added: 2009-07-29 +%% +Type: language +Subtag: bdq +Description: Bahnar +Added: 2009-07-29 +%% +Type: language +Subtag: bdr +Description: West Coast Bajau +Added: 2009-07-29 +%% +Type: language +Subtag: bds +Description: Burunge +Added: 2009-07-29 +%% +Type: language +Subtag: bdt +Description: Bokoto +Added: 2009-07-29 +Macrolanguage: gba +%% +Type: language +Subtag: bdu +Description: Oroko +Added: 2009-07-29 +%% +Type: language +Subtag: bdv +Description: Bodo Parja +Added: 2009-07-29 +%% +Type: language +Subtag: bdw +Description: Baham +Added: 2009-07-29 +%% +Type: language +Subtag: bdx +Description: Budong-Budong +Added: 2009-07-29 +%% +Type: language +Subtag: bdy +Description: Bandjalang +Added: 2009-07-29 +%% +Type: language +Subtag: bdz +Description: Badeshi +Added: 2009-07-29 +%% +Type: language +Subtag: bea +Description: Beaver +Added: 2009-07-29 +%% +Type: language +Subtag: beb +Description: Bebele +Added: 2009-07-29 +%% +Type: language +Subtag: bec +Description: Iceve-Maci +Added: 2009-07-29 +%% +Type: language +Subtag: bed +Description: Bedoanas +Added: 2009-07-29 +%% +Type: language +Subtag: bee +Description: Byangsi +Added: 2009-07-29 +%% +Type: language +Subtag: bef +Description: Benabena +Added: 2009-07-29 +%% +Type: language +Subtag: beg +Description: Belait +Added: 2009-07-29 +%% +Type: language +Subtag: beh +Description: Biali +Added: 2009-07-29 +%% +Type: language +Subtag: bei +Description: Bekati' +Added: 2009-07-29 +%% +Type: language +Subtag: bej +Description: Beja +Description: Bedawiyet +Added: 2005-10-16 +%% +Type: language +Subtag: bek +Description: Bebeli +Added: 2009-07-29 +%% +Type: language +Subtag: bem +Description: Bemba (Zambia) +Added: 2005-10-16 +%% +Type: language +Subtag: beo +Description: Beami +Added: 2009-07-29 +%% +Type: language +Subtag: bep +Description: Besoa +Added: 2009-07-29 +%% +Type: language +Subtag: beq +Description: Beembe +Added: 2009-07-29 +%% +Type: language +Subtag: ber +Description: Berber languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: bes +Description: Besme +Added: 2009-07-29 +%% +Type: language +Subtag: bet +Description: Guiberoua Béte +Added: 2009-07-29 +%% +Type: language +Subtag: beu +Description: Blagar +Added: 2009-07-29 +%% +Type: language +Subtag: bev +Description: Daloa Bété +Added: 2009-07-29 +%% +Type: language +Subtag: bew +Description: Betawi +Added: 2009-07-29 +%% +Type: language +Subtag: bex +Description: Jur Modo +Added: 2009-07-29 +%% +Type: language +Subtag: bey +Description: Beli (Papua New Guinea) +Added: 2009-07-29 +%% +Type: language +Subtag: bez +Description: Bena (Tanzania) +Added: 2009-07-29 +%% +Type: language +Subtag: bfa +Description: Bari +Added: 2009-07-29 +%% +Type: language +Subtag: bfb +Description: Pauri Bareli +Added: 2009-07-29 +%% +Type: language +Subtag: bfc +Description: Panyi Bai +Description: Northern Bai +Added: 2009-07-29 +%% +Type: language +Subtag: bfd +Description: Bafut +Added: 2009-07-29 +%% +Type: language +Subtag: bfe +Description: Betaf +Description: Tena +Added: 2009-07-29 +%% +Type: language +Subtag: bff +Description: Bofi +Added: 2009-07-29 +%% +Type: language +Subtag: bfg +Description: Busang Kayan +Added: 2009-07-29 +%% +Type: language +Subtag: bfh +Description: Blafe +Added: 2009-07-29 +%% +Type: language +Subtag: bfi +Description: British Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: bfj +Description: Bafanji +Added: 2009-07-29 +%% +Type: language +Subtag: bfk +Description: Ban Khor Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: bfl +Description: Banda-Ndélé +Added: 2009-07-29 +%% +Type: language +Subtag: bfm +Description: Mmen +Added: 2009-07-29 +%% +Type: language +Subtag: bfn +Description: Bunak +Added: 2009-07-29 +%% +Type: language +Subtag: bfo +Description: Malba Birifor +Added: 2009-07-29 +%% +Type: language +Subtag: bfp +Description: Beba +Added: 2009-07-29 +%% +Type: language +Subtag: bfq +Description: Badaga +Added: 2009-07-29 +%% +Type: language +Subtag: bfr +Description: Bazigar +Added: 2009-07-29 +%% +Type: language +Subtag: bfs +Description: Southern Bai +Added: 2009-07-29 +%% +Type: language +Subtag: bft +Description: Balti +Added: 2009-07-29 +%% +Type: language +Subtag: bfu +Description: Gahri +Added: 2009-07-29 +%% +Type: language +Subtag: bfw +Description: Bondo +Added: 2009-07-29 +%% +Type: language +Subtag: bfx +Description: Bantayanon +Added: 2010-03-11 +%% +Type: language +Subtag: bfy +Description: Bagheli +Added: 2009-07-29 +%% +Type: language +Subtag: bfz +Description: Mahasu Pahari +Added: 2009-07-29 +%% +Type: language +Subtag: bga +Description: Gwamhi-Wuri +Added: 2009-07-29 +%% +Type: language +Subtag: bgb +Description: Bobongko +Added: 2009-07-29 +%% +Type: language +Subtag: bgc +Description: Haryanvi +Added: 2009-07-29 +%% +Type: language +Subtag: bgd +Description: Rathwi Bareli +Added: 2009-07-29 +%% +Type: language +Subtag: bge +Description: Bauria +Added: 2009-07-29 +%% +Type: language +Subtag: bgf +Description: Bangandu +Added: 2009-07-29 +%% +Type: language +Subtag: bgg +Description: Bugun +Added: 2009-07-29 +%% +Type: language +Subtag: bgi +Description: Giangan +Added: 2009-07-29 +%% +Type: language +Subtag: bgj +Description: Bangolan +Added: 2009-07-29 +%% +Type: language +Subtag: bgk +Description: Bit +Description: Buxinhua +Added: 2009-07-29 +%% +Type: language +Subtag: bgl +Description: Bo (Laos) +Added: 2009-07-29 +%% +Type: language +Subtag: bgm +Description: Baga Mboteni +Added: 2009-07-29 +Deprecated: 2016-05-30 +Preferred-Value: bcg +%% +Type: language +Subtag: bgn +Description: Western Balochi +Added: 2009-07-29 +Macrolanguage: bal +%% +Type: language +Subtag: bgo +Description: Baga Koga +Added: 2009-07-29 +%% +Type: language +Subtag: bgp +Description: Eastern Balochi +Added: 2009-07-29 +Macrolanguage: bal +%% +Type: language +Subtag: bgq +Description: Bagri +Added: 2009-07-29 +Macrolanguage: raj +%% +Type: language +Subtag: bgr +Description: Bawm Chin +Added: 2009-07-29 +%% +Type: language +Subtag: bgs +Description: Tagabawa +Added: 2009-07-29 +%% +Type: language +Subtag: bgt +Description: Bughotu +Added: 2009-07-29 +%% +Type: language +Subtag: bgu +Description: Mbongno +Added: 2009-07-29 +%% +Type: language +Subtag: bgv +Description: Warkay-Bipim +Added: 2009-07-29 +%% +Type: language +Subtag: bgw +Description: Bhatri +Added: 2009-07-29 +%% +Type: language +Subtag: bgx +Description: Balkan Gagauz Turkish +Added: 2009-07-29 +%% +Type: language +Subtag: bgy +Description: Benggoi +Added: 2009-07-29 +%% +Type: language +Subtag: bgz +Description: Banggai +Added: 2009-07-29 +%% +Type: language +Subtag: bha +Description: Bharia +Added: 2009-07-29 +%% +Type: language +Subtag: bhb +Description: Bhili +Added: 2009-07-29 +%% +Type: language +Subtag: bhc +Description: Biga +Added: 2009-07-29 +%% +Type: language +Subtag: bhd +Description: Bhadrawahi +Added: 2009-07-29 +%% +Type: language +Subtag: bhe +Description: Bhaya +Added: 2009-07-29 +%% +Type: language +Subtag: bhf +Description: Odiai +Added: 2009-07-29 +%% +Type: language +Subtag: bhg +Description: Binandere +Added: 2009-07-29 +%% +Type: language +Subtag: bhh +Description: Bukharic +Added: 2009-07-29 +%% +Type: language +Subtag: bhi +Description: Bhilali +Added: 2009-07-29 +%% +Type: language +Subtag: bhj +Description: Bahing +Added: 2009-07-29 +%% +Type: language +Subtag: bhk +Description: Albay Bicolano +Added: 2009-07-29 +Deprecated: 2010-03-11 +Macrolanguage: bik +Comments: see fbl, lbl, rbl, ubl +%% +Type: language +Subtag: bhl +Description: Bimin +Added: 2009-07-29 +%% +Type: language +Subtag: bhm +Description: Bathari +Added: 2009-07-29 +%% +Type: language +Subtag: bhn +Description: Bohtan Neo-Aramaic +Added: 2009-07-29 +%% +Type: language +Subtag: bho +Description: Bhojpuri +Added: 2005-10-16 +%% +Type: language +Subtag: bhp +Description: Bima +Added: 2009-07-29 +%% +Type: language +Subtag: bhq +Description: Tukang Besi South +Added: 2009-07-29 +%% +Type: language +Subtag: bhr +Description: Bara Malagasy +Added: 2009-07-29 +Macrolanguage: mg +%% +Type: language +Subtag: bhs +Description: Buwal +Added: 2009-07-29 +%% +Type: language +Subtag: bht +Description: Bhattiyali +Added: 2009-07-29 +%% +Type: language +Subtag: bhu +Description: Bhunjia +Added: 2009-07-29 +%% +Type: language +Subtag: bhv +Description: Bahau +Added: 2009-07-29 +%% +Type: language +Subtag: bhw +Description: Biak +Added: 2009-07-29 +%% +Type: language +Subtag: bhx +Description: Bhalay +Added: 2009-07-29 +%% +Type: language +Subtag: bhy +Description: Bhele +Added: 2009-07-29 +%% +Type: language +Subtag: bhz +Description: Bada (Indonesia) +Added: 2009-07-29 +%% +Type: language +Subtag: bia +Description: Badimaya +Added: 2009-07-29 +%% +Type: language +Subtag: bib +Description: Bissa +Description: Bisa +Added: 2009-07-29 +%% +Type: language +Subtag: bic +Description: Bikaru +Added: 2009-07-29 +%% +Type: language +Subtag: bid +Description: Bidiyo +Added: 2009-07-29 +%% +Type: language +Subtag: bie +Description: Bepour +Added: 2009-07-29 +%% +Type: language +Subtag: bif +Description: Biafada +Added: 2009-07-29 +%% +Type: language +Subtag: big +Description: Biangai +Added: 2009-07-29 +%% +Type: language +Subtag: bij +Description: Vaghat-Ya-Bijim-Legeri +Added: 2009-07-29 +%% +Type: language +Subtag: bik +Description: Bikol +Added: 2005-10-16 +Scope: macrolanguage +%% +Type: language +Subtag: bil +Description: Bile +Added: 2009-07-29 +%% +Type: language +Subtag: bim +Description: Bimoba +Added: 2009-07-29 +%% +Type: language +Subtag: bin +Description: Bini +Description: Edo +Added: 2005-10-16 +%% +Type: language +Subtag: bio +Description: Nai +Added: 2009-07-29 +%% +Type: language +Subtag: bip +Description: Bila +Added: 2009-07-29 +%% +Type: language +Subtag: biq +Description: Bipi +Added: 2009-07-29 +%% +Type: language +Subtag: bir +Description: Bisorio +Added: 2009-07-29 +%% +Type: language +Subtag: bit +Description: Berinomo +Added: 2009-07-29 +%% +Type: language +Subtag: biu +Description: Biete +Added: 2009-07-29 +%% +Type: language +Subtag: biv +Description: Southern Birifor +Added: 2009-07-29 +%% +Type: language +Subtag: biw +Description: Kol (Cameroon) +Added: 2009-07-29 +%% +Type: language +Subtag: bix +Description: Bijori +Added: 2009-07-29 +%% +Type: language +Subtag: biy +Description: Birhor +Added: 2009-07-29 +%% +Type: language +Subtag: biz +Description: Baloi +Added: 2009-07-29 +%% +Type: language +Subtag: bja +Description: Budza +Added: 2009-07-29 +%% +Type: language +Subtag: bjb +Description: Banggarla +Added: 2009-07-29 +%% +Type: language +Subtag: bjc +Description: Bariji +Added: 2009-07-29 +%% +Type: language +Subtag: bjd +Description: Bandjigali +Added: 2009-07-29 +Deprecated: 2012-08-12 +Preferred-Value: drl +%% +Type: language +Subtag: bje +Description: Biao-Jiao Mien +Added: 2009-07-29 +%% +Type: language +Subtag: bjf +Description: Barzani Jewish Neo-Aramaic +Added: 2009-07-29 +%% +Type: language +Subtag: bjg +Description: Bidyogo +Added: 2009-07-29 +%% +Type: language +Subtag: bjh +Description: Bahinemo +Added: 2009-07-29 +%% +Type: language +Subtag: bji +Description: Burji +Added: 2009-07-29 +%% +Type: language +Subtag: bjj +Description: Kanauji +Added: 2009-07-29 +%% +Type: language +Subtag: bjk +Description: Barok +Added: 2009-07-29 +%% +Type: language +Subtag: bjl +Description: Bulu (Papua New Guinea) +Added: 2009-07-29 +%% +Type: language +Subtag: bjm +Description: Bajelani +Added: 2009-07-29 +%% +Type: language +Subtag: bjn +Description: Banjar +Added: 2009-07-29 +Macrolanguage: ms +%% +Type: language +Subtag: bjo +Description: Mid-Southern Banda +Added: 2009-07-29 +%% +Type: language +Subtag: bjp +Description: Fanamaket +Added: 2013-09-10 +%% +Type: language +Subtag: bjq +Description: Southern Betsimisaraka Malagasy +Added: 2009-07-29 +Deprecated: 2011-08-16 +Macrolanguage: mg +Comments: see bzc, tkg +%% +Type: language +Subtag: bjr +Description: Binumarien +Added: 2009-07-29 +%% +Type: language +Subtag: bjs +Description: Bajan +Added: 2009-07-29 +%% +Type: language +Subtag: bjt +Description: Balanta-Ganja +Added: 2009-07-29 +%% +Type: language +Subtag: bju +Description: Busuu +Added: 2009-07-29 +%% +Type: language +Subtag: bjv +Description: Bedjond +Added: 2009-07-29 +%% +Type: language +Subtag: bjw +Description: Bakwé +Added: 2009-07-29 +%% +Type: language +Subtag: bjx +Description: Banao Itneg +Added: 2009-07-29 +%% +Type: language +Subtag: bjy +Description: Bayali +Added: 2009-07-29 +%% +Type: language +Subtag: bjz +Description: Baruga +Added: 2009-07-29 +%% +Type: language +Subtag: bka +Description: Kyak +Added: 2009-07-29 +%% +Type: language +Subtag: bkb +Description: Finallig +Added: 2009-07-29 +Deprecated: 2010-03-11 +Comments: see ebk, obk +%% +Type: language +Subtag: bkc +Description: Baka (Cameroon) +Added: 2009-07-29 +%% +Type: language +Subtag: bkd +Description: Binukid +Description: Talaandig +Added: 2009-07-29 +%% +Type: language +Subtag: bkf +Description: Beeke +Added: 2009-07-29 +%% +Type: language +Subtag: bkg +Description: Buraka +Added: 2009-07-29 +%% +Type: language +Subtag: bkh +Description: Bakoko +Added: 2009-07-29 +%% +Type: language +Subtag: bki +Description: Baki +Added: 2009-07-29 +%% +Type: language +Subtag: bkj +Description: Pande +Added: 2009-07-29 +%% +Type: language +Subtag: bkk +Description: Brokskat +Added: 2009-07-29 +%% +Type: language +Subtag: bkl +Description: Berik +Added: 2009-07-29 +%% +Type: language +Subtag: bkm +Description: Kom (Cameroon) +Added: 2009-07-29 +%% +Type: language +Subtag: bkn +Description: Bukitan +Added: 2009-07-29 +%% +Type: language +Subtag: bko +Description: Kwa' +Added: 2009-07-29 +%% +Type: language +Subtag: bkp +Description: Boko (Democratic Republic of Congo) +Added: 2009-07-29 +%% +Type: language +Subtag: bkq +Description: Bakairí +Added: 2009-07-29 +%% +Type: language +Subtag: bkr +Description: Bakumpai +Added: 2009-07-29 +%% +Type: language +Subtag: bks +Description: Northern Sorsoganon +Added: 2009-07-29 +%% +Type: language +Subtag: bkt +Description: Boloki +Added: 2009-07-29 +%% +Type: language +Subtag: bku +Description: Buhid +Added: 2009-07-29 +%% +Type: language +Subtag: bkv +Description: Bekwarra +Added: 2009-07-29 +%% +Type: language +Subtag: bkw +Description: Bekwel +Added: 2009-07-29 +%% +Type: language +Subtag: bkx +Description: Baikeno +Added: 2009-07-29 +%% +Type: language +Subtag: bky +Description: Bokyi +Added: 2009-07-29 +%% +Type: language +Subtag: bkz +Description: Bungku +Added: 2009-07-29 +%% +Type: language +Subtag: bla +Description: Siksika +Added: 2005-10-16 +%% +Type: language +Subtag: blb +Description: Bilua +Added: 2009-07-29 +%% +Type: language +Subtag: blc +Description: Bella Coola +Added: 2009-07-29 +%% +Type: language +Subtag: bld +Description: Bolango +Added: 2009-07-29 +%% +Type: language +Subtag: ble +Description: Balanta-Kentohe +Added: 2009-07-29 +%% +Type: language +Subtag: blf +Description: Buol +Added: 2009-07-29 +%% +Type: language +Subtag: blg +Description: Balau +Added: 2009-07-29 +%% +Type: language +Subtag: blh +Description: Kuwaa +Added: 2009-07-29 +%% +Type: language +Subtag: bli +Description: Bolia +Added: 2009-07-29 +%% +Type: language +Subtag: blj +Description: Bolongan +Added: 2009-07-29 +%% +Type: language +Subtag: blk +Description: Pa'o Karen +Description: Pa'O +Added: 2009-07-29 +%% +Type: language +Subtag: bll +Description: Biloxi +Added: 2009-07-29 +%% +Type: language +Subtag: blm +Description: Beli (South Sudan) +Added: 2009-07-29 +%% +Type: language +Subtag: bln +Description: Southern Catanduanes Bikol +Added: 2009-07-29 +Macrolanguage: bik +%% +Type: language +Subtag: blo +Description: Anii +Added: 2009-07-29 +%% +Type: language +Subtag: blp +Description: Blablanga +Added: 2009-07-29 +%% +Type: language +Subtag: blq +Description: Baluan-Pam +Added: 2009-07-29 +%% +Type: language +Subtag: blr +Description: Blang +Added: 2009-07-29 +%% +Type: language +Subtag: bls +Description: Balaesang +Added: 2009-07-29 +%% +Type: language +Subtag: blt +Description: Tai Dam +Added: 2009-07-29 +%% +Type: language +Subtag: blv +Description: Kibala +Description: Bolo +Added: 2009-07-29 +%% +Type: language +Subtag: blw +Description: Balangao +Added: 2009-07-29 +%% +Type: language +Subtag: blx +Description: Mag-Indi Ayta +Added: 2009-07-29 +%% +Type: language +Subtag: bly +Description: Notre +Added: 2009-07-29 +%% +Type: language +Subtag: blz +Description: Balantak +Added: 2009-07-29 +%% +Type: language +Subtag: bma +Description: Lame +Added: 2009-07-29 +%% +Type: language +Subtag: bmb +Description: Bembe +Added: 2009-07-29 +%% +Type: language +Subtag: bmc +Description: Biem +Added: 2009-07-29 +%% +Type: language +Subtag: bmd +Description: Baga Manduri +Added: 2009-07-29 +%% +Type: language +Subtag: bme +Description: Limassa +Added: 2009-07-29 +%% +Type: language +Subtag: bmf +Description: Bom-Kim +Added: 2009-07-29 +%% +Type: language +Subtag: bmg +Description: Bamwe +Added: 2009-07-29 +%% +Type: language +Subtag: bmh +Description: Kein +Added: 2009-07-29 +%% +Type: language +Subtag: bmi +Description: Bagirmi +Added: 2009-07-29 +%% +Type: language +Subtag: bmj +Description: Bote-Majhi +Added: 2009-07-29 +%% +Type: language +Subtag: bmk +Description: Ghayavi +Added: 2009-07-29 +%% +Type: language +Subtag: bml +Description: Bomboli +Added: 2009-07-29 +%% +Type: language +Subtag: bmm +Description: Northern Betsimisaraka Malagasy +Added: 2009-07-29 +Macrolanguage: mg +%% +Type: language +Subtag: bmn +Description: Bina (Papua New Guinea) +Added: 2009-07-29 +%% +Type: language +Subtag: bmo +Description: Bambalang +Added: 2009-07-29 +%% +Type: language +Subtag: bmp +Description: Bulgebi +Added: 2009-07-29 +%% +Type: language +Subtag: bmq +Description: Bomu +Added: 2009-07-29 +%% +Type: language +Subtag: bmr +Description: Muinane +Added: 2009-07-29 +%% +Type: language +Subtag: bms +Description: Bilma Kanuri +Added: 2009-07-29 +%% +Type: language +Subtag: bmt +Description: Biao Mon +Added: 2009-07-29 +%% +Type: language +Subtag: bmu +Description: Somba-Siawari +Added: 2009-07-29 +%% +Type: language +Subtag: bmv +Description: Bum +Added: 2009-07-29 +%% +Type: language +Subtag: bmw +Description: Bomwali +Added: 2009-07-29 +%% +Type: language +Subtag: bmx +Description: Baimak +Added: 2009-07-29 +%% +Type: language +Subtag: bmy +Description: Bemba (Democratic Republic of Congo) +Added: 2009-07-29 +Deprecated: 2015-02-12 +%% +Type: language +Subtag: bmz +Description: Baramu +Added: 2009-07-29 +%% +Type: language +Subtag: bna +Description: Bonerate +Added: 2009-07-29 +%% +Type: language +Subtag: bnb +Description: Bookan +Added: 2009-07-29 +%% +Type: language +Subtag: bnc +Description: Bontok +Added: 2009-07-29 +Scope: macrolanguage +%% +Type: language +Subtag: bnd +Description: Banda (Indonesia) +Added: 2009-07-29 +%% +Type: language +Subtag: bne +Description: Bintauna +Added: 2009-07-29 +%% +Type: language +Subtag: bnf +Description: Masiwang +Added: 2009-07-29 +%% +Type: language +Subtag: bng +Description: Benga +Added: 2009-07-29 +%% +Type: language +Subtag: bni +Description: Bangi +Added: 2009-07-29 +%% +Type: language +Subtag: bnj +Description: Eastern Tawbuid +Added: 2009-07-29 +%% +Type: language +Subtag: bnk +Description: Bierebo +Added: 2009-07-29 +%% +Type: language +Subtag: bnl +Description: Boon +Added: 2009-07-29 +%% +Type: language +Subtag: bnm +Description: Batanga +Added: 2009-07-29 +%% +Type: language +Subtag: bnn +Description: Bunun +Added: 2009-07-29 +%% +Type: language +Subtag: bno +Description: Bantoanon +Added: 2009-07-29 +%% +Type: language +Subtag: bnp +Description: Bola +Added: 2009-07-29 +%% +Type: language +Subtag: bnq +Description: Bantik +Added: 2009-07-29 +%% +Type: language +Subtag: bnr +Description: Butmas-Tur +Added: 2009-07-29 +%% +Type: language +Subtag: bns +Description: Bundeli +Added: 2009-07-29 +%% +Type: language +Subtag: bnt +Description: Bantu languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: bnu +Description: Bentong +Added: 2009-07-29 +%% +Type: language +Subtag: bnv +Description: Bonerif +Description: Beneraf +Description: Edwas +Added: 2009-07-29 +%% +Type: language +Subtag: bnw +Description: Bisis +Added: 2009-07-29 +%% +Type: language +Subtag: bnx +Description: Bangubangu +Added: 2009-07-29 +%% +Type: language +Subtag: bny +Description: Bintulu +Added: 2009-07-29 +%% +Type: language +Subtag: bnz +Description: Beezen +Added: 2009-07-29 +%% +Type: language +Subtag: boa +Description: Bora +Added: 2009-07-29 +%% +Type: language +Subtag: bob +Description: Aweer +Added: 2009-07-29 +%% +Type: language +Subtag: boe +Description: Mundabli +Added: 2009-07-29 +%% +Type: language +Subtag: bof +Description: Bolon +Added: 2009-07-29 +%% +Type: language +Subtag: bog +Description: Bamako Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: boh +Description: Boma +Added: 2009-07-29 +%% +Type: language +Subtag: boi +Description: Barbareño +Added: 2009-07-29 +%% +Type: language +Subtag: boj +Description: Anjam +Added: 2009-07-29 +%% +Type: language +Subtag: bok +Description: Bonjo +Added: 2009-07-29 +%% +Type: language +Subtag: bol +Description: Bole +Added: 2009-07-29 +%% +Type: language +Subtag: bom +Description: Berom +Added: 2009-07-29 +%% +Type: language +Subtag: bon +Description: Bine +Added: 2009-07-29 +%% +Type: language +Subtag: boo +Description: Tiemacèwè Bozo +Added: 2009-07-29 +%% +Type: language +Subtag: bop +Description: Bonkiman +Added: 2009-07-29 +%% +Type: language +Subtag: boq +Description: Bogaya +Added: 2009-07-29 +%% +Type: language +Subtag: bor +Description: Borôro +Added: 2009-07-29 +%% +Type: language +Subtag: bot +Description: Bongo +Added: 2009-07-29 +%% +Type: language +Subtag: bou +Description: Bondei +Added: 2009-07-29 +%% +Type: language +Subtag: bov +Description: Tuwuli +Added: 2009-07-29 +%% +Type: language +Subtag: bow +Description: Rema +Added: 2009-07-29 +%% +Type: language +Subtag: box +Description: Buamu +Added: 2009-07-29 +%% +Type: language +Subtag: boy +Description: Bodo (Central African Republic) +Added: 2009-07-29 +%% +Type: language +Subtag: boz +Description: Tiéyaxo Bozo +Added: 2009-07-29 +%% +Type: language +Subtag: bpa +Description: Daakaka +Added: 2009-07-29 +%% +Type: language +Subtag: bpb +Description: Barbacoas +Added: 2009-07-29 +%% +Type: language +Subtag: bpd +Description: Banda-Banda +Added: 2009-07-29 +%% +Type: language +Subtag: bpg +Description: Bonggo +Added: 2009-07-29 +%% +Type: language +Subtag: bph +Description: Botlikh +Added: 2009-07-29 +%% +Type: language +Subtag: bpi +Description: Bagupi +Added: 2009-07-29 +%% +Type: language +Subtag: bpj +Description: Binji +Added: 2009-07-29 +%% +Type: language +Subtag: bpk +Description: Orowe +Description: 'Ôrôê +Added: 2009-07-29 +%% +Type: language +Subtag: bpl +Description: Broome Pearling Lugger Pidgin +Added: 2009-07-29 +%% +Type: language +Subtag: bpm +Description: Biyom +Added: 2009-07-29 +%% +Type: language +Subtag: bpn +Description: Dzao Min +Added: 2009-07-29 +%% +Type: language +Subtag: bpo +Description: Anasi +Added: 2009-07-29 +%% +Type: language +Subtag: bpp +Description: Kaure +Added: 2009-07-29 +%% +Type: language +Subtag: bpq +Description: Banda Malay +Added: 2009-07-29 +%% +Type: language +Subtag: bpr +Description: Koronadal Blaan +Added: 2009-07-29 +%% +Type: language +Subtag: bps +Description: Sarangani Blaan +Added: 2009-07-29 +%% +Type: language +Subtag: bpt +Description: Barrow Point +Added: 2009-07-29 +%% +Type: language +Subtag: bpu +Description: Bongu +Added: 2009-07-29 +%% +Type: language +Subtag: bpv +Description: Bian Marind +Added: 2009-07-29 +%% +Type: language +Subtag: bpw +Description: Bo (Papua New Guinea) +Added: 2009-07-29 +%% +Type: language +Subtag: bpx +Description: Palya Bareli +Added: 2009-07-29 +%% +Type: language +Subtag: bpy +Description: Bishnupriya +Added: 2009-07-29 +%% +Type: language +Subtag: bpz +Description: Bilba +Added: 2009-07-29 +%% +Type: language +Subtag: bqa +Description: Tchumbuli +Added: 2009-07-29 +%% +Type: language +Subtag: bqb +Description: Bagusa +Added: 2009-07-29 +%% +Type: language +Subtag: bqc +Description: Boko (Benin) +Description: Boo +Added: 2009-07-29 +%% +Type: language +Subtag: bqd +Description: Bung +Added: 2009-07-29 +%% +Type: language +Subtag: bqf +Description: Baga Kaloum +Added: 2009-07-29 +%% +Type: language +Subtag: bqg +Description: Bago-Kusuntu +Added: 2009-07-29 +%% +Type: language +Subtag: bqh +Description: Baima +Added: 2009-07-29 +%% +Type: language +Subtag: bqi +Description: Bakhtiari +Added: 2009-07-29 +%% +Type: language +Subtag: bqj +Description: Bandial +Added: 2009-07-29 +%% +Type: language +Subtag: bqk +Description: Banda-Mbrès +Added: 2009-07-29 +%% +Type: language +Subtag: bql +Description: Bilakura +Added: 2009-07-29 +%% +Type: language +Subtag: bqm +Description: Wumboko +Added: 2009-07-29 +%% +Type: language +Subtag: bqn +Description: Bulgarian Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: bqo +Description: Balo +Added: 2009-07-29 +%% +Type: language +Subtag: bqp +Description: Busa +Added: 2009-07-29 +%% +Type: language +Subtag: bqq +Description: Biritai +Added: 2009-07-29 +%% +Type: language +Subtag: bqr +Description: Burusu +Added: 2009-07-29 +%% +Type: language +Subtag: bqs +Description: Bosngun +Added: 2009-07-29 +%% +Type: language +Subtag: bqt +Description: Bamukumbit +Added: 2009-07-29 +%% +Type: language +Subtag: bqu +Description: Boguru +Added: 2009-07-29 +%% +Type: language +Subtag: bqv +Description: Koro Wachi +Description: Begbere-Ejar +Added: 2009-07-29 +%% +Type: language +Subtag: bqw +Description: Buru (Nigeria) +Added: 2009-07-29 +%% +Type: language +Subtag: bqx +Description: Baangi +Added: 2009-07-29 +%% +Type: language +Subtag: bqy +Description: Bengkala Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: bqz +Description: Bakaka +Added: 2009-07-29 +%% +Type: language +Subtag: bra +Description: Braj +Added: 2005-10-16 +%% +Type: language +Subtag: brb +Description: Lave +Added: 2009-07-29 +%% +Type: language +Subtag: brc +Description: Berbice Creole Dutch +Added: 2009-07-29 +%% +Type: language +Subtag: brd +Description: Baraamu +Added: 2009-07-29 +%% +Type: language +Subtag: brf +Description: Bera +Added: 2009-07-29 +%% +Type: language +Subtag: brg +Description: Baure +Added: 2009-07-29 +%% +Type: language +Subtag: brh +Description: Brahui +Added: 2009-07-29 +%% +Type: language +Subtag: bri +Description: Mokpwe +Added: 2009-07-29 +%% +Type: language +Subtag: brj +Description: Bieria +Added: 2009-07-29 +%% +Type: language +Subtag: brk +Description: Birked +Added: 2009-07-29 +%% +Type: language +Subtag: brl +Description: Birwa +Added: 2009-07-29 +%% +Type: language +Subtag: brm +Description: Barambu +Added: 2009-07-29 +%% +Type: language +Subtag: brn +Description: Boruca +Added: 2009-07-29 +%% +Type: language +Subtag: bro +Description: Brokkat +Added: 2009-07-29 +%% +Type: language +Subtag: brp +Description: Barapasi +Added: 2009-07-29 +%% +Type: language +Subtag: brq +Description: Breri +Added: 2009-07-29 +%% +Type: language +Subtag: brr +Description: Birao +Added: 2009-07-29 +%% +Type: language +Subtag: brs +Description: Baras +Added: 2009-07-29 +%% +Type: language +Subtag: brt +Description: Bitare +Added: 2009-07-29 +%% +Type: language +Subtag: bru +Description: Eastern Bru +Added: 2009-07-29 +%% +Type: language +Subtag: brv +Description: Western Bru +Added: 2009-07-29 +%% +Type: language +Subtag: brw +Description: Bellari +Added: 2009-07-29 +%% +Type: language +Subtag: brx +Description: Bodo (India) +Added: 2009-07-29 +%% +Type: language +Subtag: bry +Description: Burui +Added: 2009-07-29 +%% +Type: language +Subtag: brz +Description: Bilbil +Added: 2009-07-29 +%% +Type: language +Subtag: bsa +Description: Abinomn +Added: 2009-07-29 +%% +Type: language +Subtag: bsb +Description: Brunei Bisaya +Added: 2009-07-29 +%% +Type: language +Subtag: bsc +Description: Bassari +Description: Oniyan +Added: 2009-07-29 +%% +Type: language +Subtag: bse +Description: Wushi +Added: 2009-07-29 +%% +Type: language +Subtag: bsf +Description: Bauchi +Added: 2009-07-29 +%% +Type: language +Subtag: bsg +Description: Bashkardi +Added: 2009-07-29 +%% +Type: language +Subtag: bsh +Description: Kati +Added: 2009-07-29 +%% +Type: language +Subtag: bsi +Description: Bassossi +Added: 2009-07-29 +%% +Type: language +Subtag: bsj +Description: Bangwinji +Added: 2009-07-29 +%% +Type: language +Subtag: bsk +Description: Burushaski +Added: 2009-07-29 +%% +Type: language +Subtag: bsl +Description: Basa-Gumna +Added: 2009-07-29 +%% +Type: language +Subtag: bsm +Description: Busami +Added: 2009-07-29 +%% +Type: language +Subtag: bsn +Description: Barasana-Eduria +Added: 2009-07-29 +%% +Type: language +Subtag: bso +Description: Buso +Added: 2009-07-29 +%% +Type: language +Subtag: bsp +Description: Baga Sitemu +Added: 2009-07-29 +%% +Type: language +Subtag: bsq +Description: Bassa +Added: 2009-07-29 +%% +Type: language +Subtag: bsr +Description: Bassa-Kontagora +Added: 2009-07-29 +%% +Type: language +Subtag: bss +Description: Akoose +Added: 2009-07-29 +%% +Type: language +Subtag: bst +Description: Basketo +Added: 2009-07-29 +%% +Type: language +Subtag: bsu +Description: Bahonsuai +Added: 2009-07-29 +%% +Type: language +Subtag: bsv +Description: Baga Sobané +Added: 2009-07-29 +%% +Type: language +Subtag: bsw +Description: Baiso +Added: 2009-07-29 +%% +Type: language +Subtag: bsx +Description: Yangkam +Added: 2009-07-29 +%% +Type: language +Subtag: bsy +Description: Sabah Bisaya +Added: 2009-07-29 +%% +Type: language +Subtag: bta +Description: Bata +Added: 2009-07-29 +%% +Type: language +Subtag: btb +Description: Beti (Cameroon) +Added: 2009-07-29 +Deprecated: 2010-03-11 +Comments: see beb, bum, bxp, eto, ewo, fan, mct +%% +Type: language +Subtag: btc +Description: Bati (Cameroon) +Added: 2009-07-29 +%% +Type: language +Subtag: btd +Description: Batak Dairi +Added: 2009-07-29 +%% +Type: language +Subtag: bte +Description: Gamo-Ningi +Added: 2009-07-29 +%% +Type: language +Subtag: btf +Description: Birgit +Added: 2009-07-29 +%% +Type: language +Subtag: btg +Description: Gagnoa Bété +Added: 2009-07-29 +%% +Type: language +Subtag: bth +Description: Biatah Bidayuh +Added: 2009-07-29 +%% +Type: language +Subtag: bti +Description: Burate +Added: 2009-07-29 +%% +Type: language +Subtag: btj +Description: Bacanese Malay +Added: 2009-07-29 +Macrolanguage: ms +%% +Type: language +Subtag: btk +Description: Batak languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: btl +Description: Bhatola +Added: 2009-07-29 +Deprecated: 2016-05-30 +%% +Type: language +Subtag: btm +Description: Batak Mandailing +Added: 2009-07-29 +%% +Type: language +Subtag: btn +Description: Ratagnon +Added: 2009-07-29 +%% +Type: language +Subtag: bto +Description: Rinconada Bikol +Added: 2009-07-29 +Macrolanguage: bik +%% +Type: language +Subtag: btp +Description: Budibud +Added: 2009-07-29 +%% +Type: language +Subtag: btq +Description: Batek +Added: 2009-07-29 +%% +Type: language +Subtag: btr +Description: Baetora +Added: 2009-07-29 +%% +Type: language +Subtag: bts +Description: Batak Simalungun +Added: 2009-07-29 +%% +Type: language +Subtag: btt +Description: Bete-Bendi +Added: 2009-07-29 +%% +Type: language +Subtag: btu +Description: Batu +Added: 2009-07-29 +%% +Type: language +Subtag: btv +Description: Bateri +Added: 2009-07-29 +%% +Type: language +Subtag: btw +Description: Butuanon +Added: 2009-07-29 +%% +Type: language +Subtag: btx +Description: Batak Karo +Added: 2009-07-29 +%% +Type: language +Subtag: bty +Description: Bobot +Added: 2009-07-29 +%% +Type: language +Subtag: btz +Description: Batak Alas-Kluet +Added: 2009-07-29 +%% +Type: language +Subtag: bua +Description: Buriat +Added: 2005-10-16 +Scope: macrolanguage +%% +Type: language +Subtag: bub +Description: Bua +Added: 2009-07-29 +%% +Type: language +Subtag: buc +Description: Bushi +Added: 2009-07-29 +%% +Type: language +Subtag: bud +Description: Ntcham +Added: 2009-07-29 +%% +Type: language +Subtag: bue +Description: Beothuk +Added: 2009-07-29 +%% +Type: language +Subtag: buf +Description: Bushoong +Added: 2009-07-29 +%% +Type: language +Subtag: bug +Description: Buginese +Added: 2005-10-16 +%% +Type: language +Subtag: buh +Description: Younuo Bunu +Added: 2009-07-29 +%% +Type: language +Subtag: bui +Description: Bongili +Added: 2009-07-29 +%% +Type: language +Subtag: buj +Description: Basa-Gurmana +Added: 2009-07-29 +%% +Type: language +Subtag: buk +Description: Bugawac +Added: 2009-07-29 +%% +Type: language +Subtag: bum +Description: Bulu (Cameroon) +Added: 2009-07-29 +%% +Type: language +Subtag: bun +Description: Sherbro +Added: 2009-07-29 +%% +Type: language +Subtag: buo +Description: Terei +Added: 2009-07-29 +%% +Type: language +Subtag: bup +Description: Busoa +Added: 2009-07-29 +%% +Type: language +Subtag: buq +Description: Brem +Added: 2009-07-29 +%% +Type: language +Subtag: bus +Description: Bokobaru +Added: 2009-07-29 +%% +Type: language +Subtag: but +Description: Bungain +Added: 2009-07-29 +%% +Type: language +Subtag: buu +Description: Budu +Added: 2009-07-29 +%% +Type: language +Subtag: buv +Description: Bun +Added: 2009-07-29 +%% +Type: language +Subtag: buw +Description: Bubi +Added: 2009-07-29 +%% +Type: language +Subtag: bux +Description: Boghom +Added: 2009-07-29 +%% +Type: language +Subtag: buy +Description: Bullom So +Added: 2009-07-29 +%% +Type: language +Subtag: buz +Description: Bukwen +Added: 2009-07-29 +%% +Type: language +Subtag: bva +Description: Barein +Added: 2009-07-29 +%% +Type: language +Subtag: bvb +Description: Bube +Added: 2009-07-29 +%% +Type: language +Subtag: bvc +Description: Baelelea +Added: 2009-07-29 +%% +Type: language +Subtag: bvd +Description: Baeggu +Added: 2009-07-29 +%% +Type: language +Subtag: bve +Description: Berau Malay +Added: 2009-07-29 +Macrolanguage: ms +%% +Type: language +Subtag: bvf +Description: Boor +Added: 2009-07-29 +%% +Type: language +Subtag: bvg +Description: Bonkeng +Added: 2009-07-29 +%% +Type: language +Subtag: bvh +Description: Bure +Added: 2009-07-29 +%% +Type: language +Subtag: bvi +Description: Belanda Viri +Added: 2009-07-29 +%% +Type: language +Subtag: bvj +Description: Baan +Added: 2009-07-29 +%% +Type: language +Subtag: bvk +Description: Bukat +Added: 2009-07-29 +%% +Type: language +Subtag: bvl +Description: Bolivian Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: bvm +Description: Bamunka +Added: 2009-07-29 +%% +Type: language +Subtag: bvn +Description: Buna +Added: 2009-07-29 +%% +Type: language +Subtag: bvo +Description: Bolgo +Added: 2009-07-29 +%% +Type: language +Subtag: bvp +Description: Bumang +Added: 2013-09-10 +%% +Type: language +Subtag: bvq +Description: Birri +Added: 2009-07-29 +%% +Type: language +Subtag: bvr +Description: Burarra +Added: 2009-07-29 +%% +Type: language +Subtag: bvt +Description: Bati (Indonesia) +Added: 2009-07-29 +%% +Type: language +Subtag: bvu +Description: Bukit Malay +Added: 2009-07-29 +Macrolanguage: ms +%% +Type: language +Subtag: bvv +Description: Baniva +Added: 2009-07-29 +%% +Type: language +Subtag: bvw +Description: Boga +Added: 2009-07-29 +%% +Type: language +Subtag: bvx +Description: Dibole +Added: 2009-07-29 +%% +Type: language +Subtag: bvy +Description: Baybayanon +Added: 2010-03-11 +%% +Type: language +Subtag: bvz +Description: Bauzi +Added: 2009-07-29 +%% +Type: language +Subtag: bwa +Description: Bwatoo +Added: 2009-07-29 +%% +Type: language +Subtag: bwb +Description: Namosi-Naitasiri-Serua +Added: 2009-07-29 +%% +Type: language +Subtag: bwc +Description: Bwile +Added: 2009-07-29 +%% +Type: language +Subtag: bwd +Description: Bwaidoka +Added: 2009-07-29 +%% +Type: language +Subtag: bwe +Description: Bwe Karen +Added: 2009-07-29 +%% +Type: language +Subtag: bwf +Description: Boselewa +Added: 2009-07-29 +%% +Type: language +Subtag: bwg +Description: Barwe +Added: 2009-07-29 +%% +Type: language +Subtag: bwh +Description: Bishuo +Added: 2009-07-29 +%% +Type: language +Subtag: bwi +Description: Baniwa +Added: 2009-07-29 +%% +Type: language +Subtag: bwj +Description: Láá Láá Bwamu +Added: 2009-07-29 +%% +Type: language +Subtag: bwk +Description: Bauwaki +Added: 2009-07-29 +%% +Type: language +Subtag: bwl +Description: Bwela +Added: 2009-07-29 +%% +Type: language +Subtag: bwm +Description: Biwat +Added: 2009-07-29 +%% +Type: language +Subtag: bwn +Description: Wunai Bunu +Added: 2009-07-29 +%% +Type: language +Subtag: bwo +Description: Boro (Ethiopia) +Description: Borna (Ethiopia) +Added: 2009-07-29 +%% +Type: language +Subtag: bwp +Description: Mandobo Bawah +Added: 2009-07-29 +%% +Type: language +Subtag: bwq +Description: Southern Bobo Madaré +Added: 2009-07-29 +%% +Type: language +Subtag: bwr +Description: Bura-Pabir +Added: 2009-07-29 +%% +Type: language +Subtag: bws +Description: Bomboma +Added: 2009-07-29 +%% +Type: language +Subtag: bwt +Description: Bafaw-Balong +Added: 2009-07-29 +%% +Type: language +Subtag: bwu +Description: Buli (Ghana) +Added: 2009-07-29 +%% +Type: language +Subtag: bww +Description: Bwa +Added: 2009-07-29 +%% +Type: language +Subtag: bwx +Description: Bu-Nao Bunu +Added: 2009-07-29 +%% +Type: language +Subtag: bwy +Description: Cwi Bwamu +Added: 2009-07-29 +%% +Type: language +Subtag: bwz +Description: Bwisi +Added: 2009-07-29 +%% +Type: language +Subtag: bxa +Description: Tairaha +Added: 2009-07-29 +%% +Type: language +Subtag: bxb +Description: Belanda Bor +Added: 2009-07-29 +%% +Type: language +Subtag: bxc +Description: Molengue +Added: 2009-07-29 +%% +Type: language +Subtag: bxd +Description: Pela +Added: 2009-07-29 +%% +Type: language +Subtag: bxe +Description: Birale +Added: 2009-07-29 +%% +Type: language +Subtag: bxf +Description: Bilur +Description: Minigir +Added: 2009-07-29 +Comments: see also vmg +%% +Type: language +Subtag: bxg +Description: Bangala +Added: 2009-07-29 +%% +Type: language +Subtag: bxh +Description: Buhutu +Added: 2009-07-29 +%% +Type: language +Subtag: bxi +Description: Pirlatapa +Added: 2009-07-29 +%% +Type: language +Subtag: bxj +Description: Bayungu +Added: 2009-07-29 +%% +Type: language +Subtag: bxk +Description: Bukusu +Description: Lubukusu +Added: 2009-07-29 +Macrolanguage: luy +%% +Type: language +Subtag: bxl +Description: Jalkunan +Added: 2009-07-29 +%% +Type: language +Subtag: bxm +Description: Mongolia Buriat +Added: 2009-07-29 +Macrolanguage: bua +%% +Type: language +Subtag: bxn +Description: Burduna +Added: 2009-07-29 +%% +Type: language +Subtag: bxo +Description: Barikanchi +Added: 2009-07-29 +%% +Type: language +Subtag: bxp +Description: Bebil +Added: 2009-07-29 +%% +Type: language +Subtag: bxq +Description: Beele +Added: 2009-07-29 +%% +Type: language +Subtag: bxr +Description: Russia Buriat +Added: 2009-07-29 +Macrolanguage: bua +%% +Type: language +Subtag: bxs +Description: Busam +Added: 2009-07-29 +%% +Type: language +Subtag: bxu +Description: China Buriat +Added: 2009-07-29 +Macrolanguage: bua +%% +Type: language +Subtag: bxv +Description: Berakou +Added: 2009-07-29 +%% +Type: language +Subtag: bxw +Description: Bankagooma +Added: 2009-07-29 +%% +Type: language +Subtag: bxx +Description: Borna (Democratic Republic of Congo) +Added: 2009-07-29 +Deprecated: 2015-02-12 +%% +Type: language +Subtag: bxz +Description: Binahari +Added: 2009-07-29 +%% +Type: language +Subtag: bya +Description: Batak +Added: 2009-07-29 +%% +Type: language +Subtag: byb +Description: Bikya +Added: 2009-07-29 +%% +Type: language +Subtag: byc +Description: Ubaghara +Added: 2009-07-29 +%% +Type: language +Subtag: byd +Description: Benyadu' +Added: 2009-07-29 +%% +Type: language +Subtag: bye +Description: Pouye +Added: 2009-07-29 +%% +Type: language +Subtag: byf +Description: Bete +Added: 2009-07-29 +%% +Type: language +Subtag: byg +Description: Baygo +Added: 2009-07-29 +%% +Type: language +Subtag: byh +Description: Bhujel +Added: 2009-07-29 +%% +Type: language +Subtag: byi +Description: Buyu +Added: 2009-07-29 +%% +Type: language +Subtag: byj +Description: Bina (Nigeria) +Added: 2009-07-29 +%% +Type: language +Subtag: byk +Description: Biao +Added: 2009-07-29 +%% +Type: language +Subtag: byl +Description: Bayono +Added: 2009-07-29 +%% +Type: language +Subtag: bym +Description: Bidjara +Added: 2009-07-29 +%% +Type: language +Subtag: byn +Description: Bilin +Description: Blin +Added: 2005-10-16 +%% +Type: language +Subtag: byo +Description: Biyo +Added: 2009-07-29 +%% +Type: language +Subtag: byp +Description: Bumaji +Added: 2009-07-29 +%% +Type: language +Subtag: byq +Description: Basay +Added: 2009-07-29 +%% +Type: language +Subtag: byr +Description: Baruya +Description: Yipma +Added: 2009-07-29 +%% +Type: language +Subtag: bys +Description: Burak +Added: 2009-07-29 +%% +Type: language +Subtag: byt +Description: Berti +Added: 2009-07-29 +%% +Type: language +Subtag: byv +Description: Medumba +Added: 2009-07-29 +%% +Type: language +Subtag: byw +Description: Belhariya +Added: 2009-07-29 +%% +Type: language +Subtag: byx +Description: Qaqet +Added: 2009-07-29 +%% +Type: language +Subtag: byy +Description: Buya +Added: 2009-07-29 +Deprecated: 2015-02-12 +%% +Type: language +Subtag: byz +Description: Banaro +Added: 2009-07-29 +%% +Type: language +Subtag: bza +Description: Bandi +Added: 2009-07-29 +%% +Type: language +Subtag: bzb +Description: Andio +Added: 2009-07-29 +%% +Type: language +Subtag: bzc +Description: Southern Betsimisaraka Malagasy +Added: 2011-08-16 +Macrolanguage: mg +%% +Type: language +Subtag: bzd +Description: Bribri +Added: 2009-07-29 +%% +Type: language +Subtag: bze +Description: Jenaama Bozo +Added: 2009-07-29 +%% +Type: language +Subtag: bzf +Description: Boikin +Added: 2009-07-29 +%% +Type: language +Subtag: bzg +Description: Babuza +Added: 2009-07-29 +%% +Type: language +Subtag: bzh +Description: Mapos Buang +Added: 2009-07-29 +%% +Type: language +Subtag: bzi +Description: Bisu +Added: 2009-07-29 +%% +Type: language +Subtag: bzj +Description: Belize Kriol English +Added: 2009-07-29 +%% +Type: language +Subtag: bzk +Description: Nicaragua Creole English +Added: 2009-07-29 +%% +Type: language +Subtag: bzl +Description: Boano (Sulawesi) +Added: 2009-07-29 +%% +Type: language +Subtag: bzm +Description: Bolondo +Added: 2009-07-29 +%% +Type: language +Subtag: bzn +Description: Boano (Maluku) +Added: 2009-07-29 +%% +Type: language +Subtag: bzo +Description: Bozaba +Added: 2009-07-29 +%% +Type: language +Subtag: bzp +Description: Kemberano +Added: 2009-07-29 +%% +Type: language +Subtag: bzq +Description: Buli (Indonesia) +Added: 2009-07-29 +%% +Type: language +Subtag: bzr +Description: Biri +Added: 2009-07-29 +%% +Type: language +Subtag: bzs +Description: Brazilian Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: bzt +Description: Brithenig +Added: 2009-07-29 +%% +Type: language +Subtag: bzu +Description: Burmeso +Added: 2009-07-29 +%% +Type: language +Subtag: bzv +Description: Naami +Added: 2009-07-29 +%% +Type: language +Subtag: bzw +Description: Basa (Nigeria) +Added: 2009-07-29 +%% +Type: language +Subtag: bzx +Description: Kɛlɛngaxo Bozo +Added: 2009-07-29 +%% +Type: language +Subtag: bzy +Description: Obanliku +Added: 2009-07-29 +%% +Type: language +Subtag: bzz +Description: Evant +Added: 2009-07-29 +%% +Type: language +Subtag: caa +Description: Chortí +Added: 2009-07-29 +%% +Type: language +Subtag: cab +Description: Garifuna +Added: 2009-07-29 +%% +Type: language +Subtag: cac +Description: Chuj +Added: 2009-07-29 +%% +Type: language +Subtag: cad +Description: Caddo +Added: 2005-10-16 +%% +Type: language +Subtag: cae +Description: Lehar +Description: Laalaa +Added: 2009-07-29 +%% +Type: language +Subtag: caf +Description: Southern Carrier +Added: 2009-07-29 +%% +Type: language +Subtag: cag +Description: Nivaclé +Added: 2009-07-29 +%% +Type: language +Subtag: cah +Description: Cahuarano +Added: 2009-07-29 +%% +Type: language +Subtag: cai +Description: Central American Indian languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: caj +Description: Chané +Added: 2009-07-29 +%% +Type: language +Subtag: cak +Description: Kaqchikel +Description: Cakchiquel +Added: 2009-07-29 +%% +Type: language +Subtag: cal +Description: Carolinian +Added: 2009-07-29 +%% +Type: language +Subtag: cam +Description: Cemuhî +Added: 2009-07-29 +%% +Type: language +Subtag: can +Description: Chambri +Added: 2009-07-29 +%% +Type: language +Subtag: cao +Description: Chácobo +Added: 2009-07-29 +%% +Type: language +Subtag: cap +Description: Chipaya +Added: 2009-07-29 +%% +Type: language +Subtag: caq +Description: Car Nicobarese +Added: 2009-07-29 +%% +Type: language +Subtag: car +Description: Galibi Carib +Added: 2005-10-16 +%% +Type: language +Subtag: cas +Description: Tsimané +Added: 2009-07-29 +%% +Type: language +Subtag: cau +Description: Caucasian languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: cav +Description: Cavineña +Added: 2009-07-29 +%% +Type: language +Subtag: caw +Description: Callawalla +Added: 2009-07-29 +%% +Type: language +Subtag: cax +Description: Chiquitano +Added: 2009-07-29 +%% +Type: language +Subtag: cay +Description: Cayuga +Added: 2009-07-29 +%% +Type: language +Subtag: caz +Description: Canichana +Added: 2009-07-29 +%% +Type: language +Subtag: cba +Description: Chibchan languages +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: cbb +Description: Cabiyarí +Added: 2009-07-29 +%% +Type: language +Subtag: cbc +Description: Carapana +Added: 2009-07-29 +%% +Type: language +Subtag: cbd +Description: Carijona +Added: 2009-07-29 +%% +Type: language +Subtag: cbe +Description: Chipiajes +Added: 2009-07-29 +Deprecated: 2016-05-30 +%% +Type: language +Subtag: cbg +Description: Chimila +Added: 2009-07-29 +%% +Type: language +Subtag: cbh +Description: Cagua +Added: 2009-07-29 +Deprecated: 2016-05-30 +%% +Type: language +Subtag: cbi +Description: Chachi +Added: 2009-07-29 +%% +Type: language +Subtag: cbj +Description: Ede Cabe +Added: 2009-07-29 +%% +Type: language +Subtag: cbk +Description: Chavacano +Added: 2009-07-29 +%% +Type: language +Subtag: cbl +Description: Bualkhaw Chin +Added: 2009-07-29 +%% +Type: language +Subtag: cbn +Description: Nyahkur +Added: 2009-07-29 +%% +Type: language +Subtag: cbo +Description: Izora +Added: 2009-07-29 +%% +Type: language +Subtag: cbq +Description: Tsucuba +Description: Cuba +Added: 2015-02-12 +%% +Type: language +Subtag: cbr +Description: Cashibo-Cacataibo +Added: 2009-07-29 +%% +Type: language +Subtag: cbs +Description: Cashinahua +Added: 2009-07-29 +%% +Type: language +Subtag: cbt +Description: Chayahuita +Added: 2009-07-29 +%% +Type: language +Subtag: cbu +Description: Candoshi-Shapra +Added: 2009-07-29 +%% +Type: language +Subtag: cbv +Description: Cacua +Added: 2009-07-29 +%% +Type: language +Subtag: cbw +Description: Kinabalian +Added: 2010-03-11 +%% +Type: language +Subtag: cby +Description: Carabayo +Added: 2009-07-29 +%% +Type: language +Subtag: cca +Description: Cauca +Added: 2009-07-29 +%% +Type: language +Subtag: ccc +Description: Chamicuro +Added: 2009-07-29 +%% +Type: language +Subtag: ccd +Description: Cafundo Creole +Added: 2009-07-29 +%% +Type: language +Subtag: cce +Description: Chopi +Added: 2009-07-29 +%% +Type: language +Subtag: ccg +Description: Samba Daka +Added: 2009-07-29 +%% +Type: language +Subtag: cch +Description: Atsam +Added: 2009-07-29 +%% +Type: language +Subtag: ccj +Description: Kasanga +Added: 2009-07-29 +%% +Type: language +Subtag: ccl +Description: Cutchi-Swahili +Added: 2009-07-29 +%% +Type: language +Subtag: ccm +Description: Malaccan Creole Malay +Added: 2009-07-29 +%% +Type: language +Subtag: ccn +Description: North Caucasian languages +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: cco +Description: Comaltepec Chinantec +Added: 2009-07-29 +%% +Type: language +Subtag: ccp +Description: Chakma +Added: 2009-07-29 +%% +Type: language +Subtag: ccq +Description: Chaungtha +Added: 2009-07-29 +Deprecated: 2012-08-12 +Preferred-Value: rki +%% +Type: language +Subtag: ccr +Description: Cacaopera +Added: 2009-07-29 +%% +Type: language +Subtag: ccs +Description: South Caucasian languages +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: cda +Description: Choni +Added: 2009-07-29 +%% +Type: language +Subtag: cdc +Description: Chadic languages +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: cdd +Description: Caddoan languages +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: cde +Description: Chenchu +Added: 2009-07-29 +%% +Type: language +Subtag: cdf +Description: Chiru +Added: 2009-07-29 +%% +Type: language +Subtag: cdg +Description: Chamari +Added: 2009-07-29 +%% +Type: language +Subtag: cdh +Description: Chambeali +Added: 2009-07-29 +%% +Type: language +Subtag: cdi +Description: Chodri +Added: 2009-07-29 +%% +Type: language +Subtag: cdj +Description: Churahi +Added: 2009-07-29 +%% +Type: language +Subtag: cdm +Description: Chepang +Added: 2009-07-29 +%% +Type: language +Subtag: cdn +Description: Chaudangsi +Added: 2009-07-29 +%% +Type: language +Subtag: cdo +Description: Min Dong Chinese +Added: 2009-07-29 +Macrolanguage: zh +%% +Type: language +Subtag: cdr +Description: Cinda-Regi-Tiyal +Added: 2009-07-29 +%% +Type: language +Subtag: cds +Description: Chadian Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: cdy +Description: Chadong +Added: 2009-07-29 +%% +Type: language +Subtag: cdz +Description: Koda +Added: 2009-07-29 +%% +Type: language +Subtag: cea +Description: Lower Chehalis +Added: 2009-07-29 +%% +Type: language +Subtag: ceb +Description: Cebuano +Added: 2005-10-16 +%% +Type: language +Subtag: ceg +Description: Chamacoco +Added: 2009-07-29 +%% +Type: language +Subtag: cek +Description: Eastern Khumi Chin +Added: 2012-08-12 +%% +Type: language +Subtag: cel +Description: Celtic languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: cen +Description: Cen +Added: 2009-07-29 +%% +Type: language +Subtag: cet +Description: Centúúm +Added: 2009-07-29 +%% +Type: language +Subtag: cey +Description: Ekai Chin +Added: 2019-04-16 +%% +Type: language +Subtag: cfa +Description: Dijim-Bwilim +Added: 2009-07-29 +%% +Type: language +Subtag: cfd +Description: Cara +Added: 2009-07-29 +%% +Type: language +Subtag: cfg +Description: Como Karim +Added: 2009-07-29 +%% +Type: language +Subtag: cfm +Description: Falam Chin +Added: 2009-07-29 +%% +Type: language +Subtag: cga +Description: Changriwa +Added: 2009-07-29 +%% +Type: language +Subtag: cgc +Description: Kagayanen +Added: 2009-07-29 +%% +Type: language +Subtag: cgg +Description: Chiga +Added: 2009-07-29 +%% +Type: language +Subtag: cgk +Description: Chocangacakha +Added: 2009-07-29 +%% +Type: language +Subtag: chb +Description: Chibcha +Added: 2005-10-16 +%% +Type: language +Subtag: chc +Description: Catawba +Added: 2009-07-29 +%% +Type: language +Subtag: chd +Description: Highland Oaxaca Chontal +Added: 2009-07-29 +%% +Type: language +Subtag: chf +Description: Tabasco Chontal +Added: 2009-07-29 +%% +Type: language +Subtag: chg +Description: Chagatai +Added: 2005-10-16 +%% +Type: language +Subtag: chh +Description: Chinook +Added: 2009-07-29 +%% +Type: language +Subtag: chj +Description: Ojitlán Chinantec +Added: 2009-07-29 +%% +Type: language +Subtag: chk +Description: Chuukese +Added: 2005-10-16 +%% +Type: language +Subtag: chl +Description: Cahuilla +Added: 2009-07-29 +%% +Type: language +Subtag: chm +Description: Mari (Russia) +Added: 2005-10-16 +Scope: macrolanguage +%% +Type: language +Subtag: chn +Description: Chinook jargon +Added: 2005-10-16 +%% +Type: language +Subtag: cho +Description: Choctaw +Added: 2005-10-16 +%% +Type: language +Subtag: chp +Description: Chipewyan +Description: Dene Suline +Added: 2005-10-16 +%% +Type: language +Subtag: chq +Description: Quiotepec Chinantec +Added: 2009-07-29 +%% +Type: language +Subtag: chr +Description: Cherokee +Added: 2005-10-16 +%% +Type: language +Subtag: cht +Description: Cholón +Added: 2009-07-29 +%% +Type: language +Subtag: chw +Description: Chuwabu +Added: 2009-07-29 +%% +Type: language +Subtag: chx +Description: Chantyal +Added: 2009-07-29 +%% +Type: language +Subtag: chy +Description: Cheyenne +Added: 2005-10-16 +%% +Type: language +Subtag: chz +Description: Ozumacín Chinantec +Added: 2009-07-29 +%% +Type: language +Subtag: cia +Description: Cia-Cia +Added: 2009-07-29 +%% +Type: language +Subtag: cib +Description: Ci Gbe +Added: 2009-07-29 +%% +Type: language +Subtag: cic +Description: Chickasaw +Added: 2009-07-29 +%% +Type: language +Subtag: cid +Description: Chimariko +Added: 2009-07-29 +%% +Type: language +Subtag: cie +Description: Cineni +Added: 2009-07-29 +%% +Type: language +Subtag: cih +Description: Chinali +Added: 2009-07-29 +%% +Type: language +Subtag: cik +Description: Chitkuli Kinnauri +Added: 2009-07-29 +%% +Type: language +Subtag: cim +Description: Cimbrian +Added: 2009-07-29 +%% +Type: language +Subtag: cin +Description: Cinta Larga +Added: 2009-07-29 +%% +Type: language +Subtag: cip +Description: Chiapanec +Added: 2009-07-29 +%% +Type: language +Subtag: cir +Description: Tiri +Description: Haméa +Description: Méa +Added: 2009-07-29 +%% +Type: language +Subtag: ciw +Description: Chippewa +Added: 2009-07-29 +Macrolanguage: oj +%% +Type: language +Subtag: ciy +Description: Chaima +Added: 2009-07-29 +%% +Type: language +Subtag: cja +Description: Western Cham +Added: 2009-07-29 +%% +Type: language +Subtag: cje +Description: Chru +Added: 2009-07-29 +%% +Type: language +Subtag: cjh +Description: Upper Chehalis +Added: 2009-07-29 +%% +Type: language +Subtag: cji +Description: Chamalal +Added: 2009-07-29 +%% +Type: language +Subtag: cjk +Description: Chokwe +Added: 2009-07-29 +%% +Type: language +Subtag: cjm +Description: Eastern Cham +Added: 2009-07-29 +%% +Type: language +Subtag: cjn +Description: Chenapian +Added: 2009-07-29 +%% +Type: language +Subtag: cjo +Description: Ashéninka Pajonal +Added: 2009-07-29 +%% +Type: language +Subtag: cjp +Description: Cabécar +Added: 2009-07-29 +%% +Type: language +Subtag: cjr +Description: Chorotega +Added: 2009-07-29 +Deprecated: 2010-03-11 +Preferred-Value: mom +%% +Type: language +Subtag: cjs +Description: Shor +Added: 2009-07-29 +%% +Type: language +Subtag: cjv +Description: Chuave +Added: 2009-07-29 +%% +Type: language +Subtag: cjy +Description: Jinyu Chinese +Added: 2009-07-29 +Macrolanguage: zh +%% +Type: language +Subtag: cka +Description: Khumi Awa Chin +Added: 2009-07-29 +Deprecated: 2012-08-12 +Preferred-Value: cmr +%% +Type: language +Subtag: ckb +Description: Central Kurdish +Added: 2009-07-29 +Macrolanguage: ku +%% +Type: language +Subtag: ckh +Description: Chak +Added: 2009-07-29 +%% +Type: language +Subtag: ckl +Description: Cibak +Added: 2009-07-29 +%% +Type: language +Subtag: ckn +Description: Kaang Chin +Added: 2013-09-10 +%% +Type: language +Subtag: cko +Description: Anufo +Added: 2009-07-29 +%% +Type: language +Subtag: ckq +Description: Kajakse +Added: 2009-07-29 +%% +Type: language +Subtag: ckr +Description: Kairak +Added: 2009-07-29 +%% +Type: language +Subtag: cks +Description: Tayo +Added: 2009-07-29 +%% +Type: language +Subtag: ckt +Description: Chukot +Added: 2009-07-29 +%% +Type: language +Subtag: cku +Description: Koasati +Added: 2009-07-29 +%% +Type: language +Subtag: ckv +Description: Kavalan +Added: 2009-07-29 +%% +Type: language +Subtag: ckx +Description: Caka +Added: 2009-07-29 +%% +Type: language +Subtag: cky +Description: Cakfem-Mushere +Added: 2009-07-29 +%% +Type: language +Subtag: ckz +Description: Cakchiquel-Quiché Mixed Language +Added: 2009-07-29 +%% +Type: language +Subtag: cla +Description: Ron +Added: 2009-07-29 +%% +Type: language +Subtag: clc +Description: Chilcotin +Added: 2009-07-29 +%% +Type: language +Subtag: cld +Description: Chaldean Neo-Aramaic +Added: 2009-07-29 +Macrolanguage: syr +%% +Type: language +Subtag: cle +Description: Lealao Chinantec +Added: 2009-07-29 +%% +Type: language +Subtag: clh +Description: Chilisso +Added: 2009-07-29 +%% +Type: language +Subtag: cli +Description: Chakali +Added: 2009-07-29 +%% +Type: language +Subtag: clj +Description: Laitu Chin +Added: 2012-08-12 +%% +Type: language +Subtag: clk +Description: Idu-Mishmi +Added: 2009-07-29 +%% +Type: language +Subtag: cll +Description: Chala +Added: 2009-07-29 +%% +Type: language +Subtag: clm +Description: Clallam +Added: 2009-07-29 +%% +Type: language +Subtag: clo +Description: Lowland Oaxaca Chontal +Added: 2009-07-29 +%% +Type: language +Subtag: clt +Description: Lautu Chin +Added: 2012-08-12 +%% +Type: language +Subtag: clu +Description: Caluyanun +Added: 2009-07-29 +%% +Type: language +Subtag: clw +Description: Chulym +Added: 2009-07-29 +%% +Type: language +Subtag: cly +Description: Eastern Highland Chatino +Added: 2009-07-29 +%% +Type: language +Subtag: cma +Description: Maa +Added: 2009-07-29 +%% +Type: language +Subtag: cmc +Description: Chamic languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: cme +Description: Cerma +Added: 2009-07-29 +%% +Type: language +Subtag: cmg +Description: Classical Mongolian +Added: 2009-07-29 +%% +Type: language +Subtag: cmi +Description: Emberá-Chamí +Added: 2009-07-29 +%% +Type: language +Subtag: cmk +Description: Chimakum +Added: 2009-07-29 +Deprecated: 2010-03-11 +Preferred-Value: xch +%% +Type: language +Subtag: cml +Description: Campalagian +Added: 2009-07-29 +%% +Type: language +Subtag: cmm +Description: Michigamea +Added: 2009-07-29 +%% +Type: language +Subtag: cmn +Description: Mandarin Chinese +Added: 2009-07-29 +Macrolanguage: zh +%% +Type: language +Subtag: cmo +Description: Central Mnong +Added: 2009-07-29 +%% +Type: language +Subtag: cmr +Description: Mro-Khimi Chin +Added: 2009-07-29 +%% +Type: language +Subtag: cms +Description: Messapic +Added: 2009-07-29 +%% +Type: language +Subtag: cmt +Description: Camtho +Added: 2009-07-29 +%% +Type: language +Subtag: cna +Description: Changthang +Added: 2009-07-29 +%% +Type: language +Subtag: cnb +Description: Chinbon Chin +Added: 2009-07-29 +%% +Type: language +Subtag: cnc +Description: Côông +Added: 2009-07-29 +%% +Type: language +Subtag: cng +Description: Northern Qiang +Added: 2009-07-29 +%% +Type: language +Subtag: cnh +Description: Hakha Chin +Description: Haka Chin +Added: 2009-07-29 +%% +Type: language +Subtag: cni +Description: Asháninka +Added: 2009-07-29 +%% +Type: language +Subtag: cnk +Description: Khumi Chin +Added: 2009-07-29 +%% +Type: language +Subtag: cnl +Description: Lalana Chinantec +Added: 2009-07-29 +%% +Type: language +Subtag: cno +Description: Con +Added: 2009-07-29 +%% +Type: language +Subtag: cnr +Description: Montenegrin +Added: 2018-01-23 +Macrolanguage: sh +Comments: see sr for Serbian +%% +Type: language +Subtag: cns +Description: Central Asmat +Added: 2009-07-29 +%% +Type: language +Subtag: cnt +Description: Tepetotutla Chinantec +Added: 2009-07-29 +%% +Type: language +Subtag: cnu +Description: Chenoua +Added: 2009-07-29 +%% +Type: language +Subtag: cnw +Description: Ngawn Chin +Added: 2009-07-29 +%% +Type: language +Subtag: cnx +Description: Middle Cornish +Added: 2009-07-29 +%% +Type: language +Subtag: coa +Description: Cocos Islands Malay +Added: 2009-07-29 +Macrolanguage: ms +%% +Type: language +Subtag: cob +Description: Chicomuceltec +Added: 2009-07-29 +%% +Type: language +Subtag: coc +Description: Cocopa +Added: 2009-07-29 +%% +Type: language +Subtag: cod +Description: Cocama-Cocamilla +Added: 2009-07-29 +%% +Type: language +Subtag: coe +Description: Koreguaje +Added: 2009-07-29 +%% +Type: language +Subtag: cof +Description: Colorado +Added: 2009-07-29 +%% +Type: language +Subtag: cog +Description: Chong +Added: 2009-07-29 +%% +Type: language +Subtag: coh +Description: Chonyi-Dzihana-Kauma +Description: Chichonyi-Chidzihana-Chikauma +Added: 2009-07-29 +%% +Type: language +Subtag: coj +Description: Cochimi +Added: 2009-07-29 +%% +Type: language +Subtag: cok +Description: Santa Teresa Cora +Added: 2009-07-29 +%% +Type: language +Subtag: col +Description: Columbia-Wenatchi +Added: 2009-07-29 +%% +Type: language +Subtag: com +Description: Comanche +Added: 2009-07-29 +%% +Type: language +Subtag: con +Description: Cofán +Added: 2009-07-29 +%% +Type: language +Subtag: coo +Description: Comox +Added: 2009-07-29 +%% +Type: language +Subtag: cop +Description: Coptic +Added: 2005-10-16 +%% +Type: language +Subtag: coq +Description: Coquille +Added: 2009-07-29 +%% +Type: language +Subtag: cot +Description: Caquinte +Added: 2009-07-29 +%% +Type: language +Subtag: cou +Description: Wamey +Added: 2009-07-29 +%% +Type: language +Subtag: cov +Description: Cao Miao +Added: 2009-07-29 +%% +Type: language +Subtag: cow +Description: Cowlitz +Added: 2009-07-29 +%% +Type: language +Subtag: cox +Description: Nanti +Added: 2009-07-29 +%% +Type: language +Subtag: coy +Description: Coyaima +Added: 2009-07-29 +Deprecated: 2016-05-30 +Preferred-Value: pij +%% +Type: language +Subtag: coz +Description: Chochotec +Added: 2009-07-29 +%% +Type: language +Subtag: cpa +Description: Palantla Chinantec +Added: 2009-07-29 +%% +Type: language +Subtag: cpb +Description: Ucayali-Yurúa Ashéninka +Added: 2009-07-29 +%% +Type: language +Subtag: cpc +Description: Ajyíninka Apurucayali +Added: 2009-07-29 +%% +Type: language +Subtag: cpe +Description: English-based creoles and pidgins +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: cpf +Description: French-based creoles and pidgins +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: cpg +Description: Cappadocian Greek +Added: 2009-07-29 +%% +Type: language +Subtag: cpi +Description: Chinese Pidgin English +Added: 2009-07-29 +%% +Type: language +Subtag: cpn +Description: Cherepon +Added: 2009-07-29 +%% +Type: language +Subtag: cpo +Description: Kpeego +Added: 2013-09-10 +%% +Type: language +Subtag: cpp +Description: Portuguese-based creoles and pidgins +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: cps +Description: Capiznon +Added: 2009-07-29 +%% +Type: language +Subtag: cpu +Description: Pichis Ashéninka +Added: 2009-07-29 +%% +Type: language +Subtag: cpx +Description: Pu-Xian Chinese +Added: 2009-07-29 +Macrolanguage: zh +%% +Type: language +Subtag: cpy +Description: South Ucayali Ashéninka +Added: 2009-07-29 +%% +Type: language +Subtag: cqd +Description: Chuanqiandian Cluster Miao +Added: 2009-07-29 +Macrolanguage: hmn +%% +Type: language +Subtag: cqu +Description: Chilean Quechua +Added: 2009-07-29 +Deprecated: 2016-05-30 +Preferred-Value: quh +Macrolanguage: qu +%% +Type: language +Subtag: cra +Description: Chara +Added: 2009-07-29 +%% +Type: language +Subtag: crb +Description: Island Carib +Added: 2009-07-29 +%% +Type: language +Subtag: crc +Description: Lonwolwol +Added: 2009-07-29 +%% +Type: language +Subtag: crd +Description: Coeur d'Alene +Added: 2009-07-29 +%% +Type: language +Subtag: crf +Description: Caramanta +Added: 2009-07-29 +%% +Type: language +Subtag: crg +Description: Michif +Added: 2009-07-29 +%% +Type: language +Subtag: crh +Description: Crimean Tatar +Description: Crimean Turkish +Added: 2005-10-16 +%% +Type: language +Subtag: cri +Description: Sãotomense +Added: 2009-07-29 +%% +Type: language +Subtag: crj +Description: Southern East Cree +Added: 2009-07-29 +Macrolanguage: cr +%% +Type: language +Subtag: crk +Description: Plains Cree +Added: 2009-07-29 +Macrolanguage: cr +%% +Type: language +Subtag: crl +Description: Northern East Cree +Added: 2009-07-29 +Macrolanguage: cr +%% +Type: language +Subtag: crm +Description: Moose Cree +Added: 2009-07-29 +Macrolanguage: cr +%% +Type: language +Subtag: crn +Description: El Nayar Cora +Added: 2009-07-29 +%% +Type: language +Subtag: cro +Description: Crow +Added: 2009-07-29 +%% +Type: language +Subtag: crp +Description: Creoles and pidgins +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: crq +Description: Iyo'wujwa Chorote +Added: 2009-07-29 +%% +Type: language +Subtag: crr +Description: Carolina Algonquian +Added: 2009-07-29 +%% +Type: language +Subtag: crs +Description: Seselwa Creole French +Added: 2009-07-29 +%% +Type: language +Subtag: crt +Description: Iyojwa'ja Chorote +Added: 2009-07-29 +%% +Type: language +Subtag: crv +Description: Chaura +Added: 2009-07-29 +%% +Type: language +Subtag: crw +Description: Chrau +Added: 2009-07-29 +%% +Type: language +Subtag: crx +Description: Carrier +Added: 2009-07-29 +%% +Type: language +Subtag: cry +Description: Cori +Added: 2009-07-29 +%% +Type: language +Subtag: crz +Description: Cruzeño +Added: 2009-07-29 +%% +Type: language +Subtag: csa +Description: Chiltepec Chinantec +Added: 2009-07-29 +%% +Type: language +Subtag: csb +Description: Kashubian +Added: 2005-10-16 +%% +Type: language +Subtag: csc +Description: Catalan Sign Language +Description: Lengua de señas catalana +Description: Llengua de Signes Catalana +Added: 2009-07-29 +%% +Type: language +Subtag: csd +Description: Chiangmai Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: cse +Description: Czech Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: csf +Description: Cuba Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: csg +Description: Chilean Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: csh +Description: Asho Chin +Added: 2009-07-29 +%% +Type: language +Subtag: csi +Description: Coast Miwok +Added: 2009-07-29 +%% +Type: language +Subtag: csj +Description: Songlai Chin +Added: 2013-09-10 +%% +Type: language +Subtag: csk +Description: Jola-Kasa +Added: 2009-07-29 +%% +Type: language +Subtag: csl +Description: Chinese Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: csm +Description: Central Sierra Miwok +Added: 2009-07-29 +%% +Type: language +Subtag: csn +Description: Colombian Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: cso +Description: Sochiapam Chinantec +Description: Sochiapan Chinantec +Added: 2009-07-29 +%% +Type: language +Subtag: csq +Description: Croatia Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: csr +Description: Costa Rican Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: css +Description: Southern Ohlone +Added: 2009-07-29 +%% +Type: language +Subtag: cst +Description: Northern Ohlone +Added: 2009-07-29 +%% +Type: language +Subtag: csu +Description: Central Sudanic languages +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: csv +Description: Sumtu Chin +Added: 2012-08-12 +%% +Type: language +Subtag: csw +Description: Swampy Cree +Added: 2009-07-29 +Macrolanguage: cr +%% +Type: language +Subtag: csy +Description: Siyin Chin +Added: 2009-07-29 +%% +Type: language +Subtag: csz +Description: Coos +Added: 2009-07-29 +%% +Type: language +Subtag: cta +Description: Tataltepec Chatino +Added: 2009-07-29 +%% +Type: language +Subtag: ctc +Description: Chetco +Added: 2009-07-29 +%% +Type: language +Subtag: ctd +Description: Tedim Chin +Added: 2009-07-29 +%% +Type: language +Subtag: cte +Description: Tepinapa Chinantec +Added: 2009-07-29 +%% +Type: language +Subtag: ctg +Description: Chittagonian +Added: 2009-07-29 +%% +Type: language +Subtag: cth +Description: Thaiphum Chin +Added: 2012-08-12 +%% +Type: language +Subtag: ctl +Description: Tlacoatzintepec Chinantec +Added: 2009-07-29 +%% +Type: language +Subtag: ctm +Description: Chitimacha +Added: 2009-07-29 +%% +Type: language +Subtag: ctn +Description: Chhintange +Added: 2009-07-29 +%% +Type: language +Subtag: cto +Description: Emberá-Catío +Added: 2009-07-29 +%% +Type: language +Subtag: ctp +Description: Western Highland Chatino +Added: 2009-07-29 +%% +Type: language +Subtag: cts +Description: Northern Catanduanes Bikol +Added: 2009-07-29 +Macrolanguage: bik +%% +Type: language +Subtag: ctt +Description: Wayanad Chetti +Added: 2009-07-29 +%% +Type: language +Subtag: ctu +Description: Chol +Added: 2009-07-29 +%% +Type: language +Subtag: ctz +Description: Zacatepec Chatino +Added: 2009-07-29 +%% +Type: language +Subtag: cua +Description: Cua +Added: 2009-07-29 +%% +Type: language +Subtag: cub +Description: Cubeo +Added: 2009-07-29 +%% +Type: language +Subtag: cuc +Description: Usila Chinantec +Added: 2009-07-29 +%% +Type: language +Subtag: cug +Description: Chungmboko +Description: Cung +Added: 2009-07-29 +%% +Type: language +Subtag: cuh +Description: Chuka +Description: Gichuka +Added: 2009-07-29 +%% +Type: language +Subtag: cui +Description: Cuiba +Added: 2009-07-29 +%% +Type: language +Subtag: cuj +Description: Mashco Piro +Added: 2009-07-29 +%% +Type: language +Subtag: cuk +Description: San Blas Kuna +Added: 2009-07-29 +%% +Type: language +Subtag: cul +Description: Culina +Description: Kulina +Added: 2009-07-29 +%% +Type: language +Subtag: cum +Description: Cumeral +Added: 2009-07-29 +Deprecated: 2016-05-30 +%% +Type: language +Subtag: cuo +Description: Cumanagoto +Added: 2009-07-29 +%% +Type: language +Subtag: cup +Description: Cupeño +Added: 2009-07-29 +%% +Type: language +Subtag: cuq +Description: Cun +Added: 2009-07-29 +%% +Type: language +Subtag: cur +Description: Chhulung +Added: 2009-07-29 +%% +Type: language +Subtag: cus +Description: Cushitic languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: cut +Description: Teutila Cuicatec +Added: 2009-07-29 +%% +Type: language +Subtag: cuu +Description: Tai Ya +Added: 2009-07-29 +%% +Type: language +Subtag: cuv +Description: Cuvok +Added: 2009-07-29 +%% +Type: language +Subtag: cuw +Description: Chukwa +Added: 2009-07-29 +%% +Type: language +Subtag: cux +Description: Tepeuxila Cuicatec +Added: 2009-07-29 +%% +Type: language +Subtag: cuy +Description: Cuitlatec +Added: 2018-03-08 +%% +Type: language +Subtag: cvg +Description: Chug +Added: 2009-07-29 +%% +Type: language +Subtag: cvn +Description: Valle Nacional Chinantec +Added: 2009-07-29 +%% +Type: language +Subtag: cwa +Description: Kabwa +Added: 2009-07-29 +%% +Type: language +Subtag: cwb +Description: Maindo +Added: 2009-07-29 +%% +Type: language +Subtag: cwd +Description: Woods Cree +Added: 2009-07-29 +Macrolanguage: cr +%% +Type: language +Subtag: cwe +Description: Kwere +Added: 2009-07-29 +%% +Type: language +Subtag: cwg +Description: Chewong +Description: Cheq Wong +Added: 2009-07-29 +%% +Type: language +Subtag: cwt +Description: Kuwaataay +Added: 2009-07-29 +%% +Type: language +Subtag: cya +Description: Nopala Chatino +Added: 2009-07-29 +%% +Type: language +Subtag: cyb +Description: Cayubaba +Added: 2009-07-29 +%% +Type: language +Subtag: cyo +Description: Cuyonon +Added: 2009-07-29 +%% +Type: language +Subtag: czh +Description: Huizhou Chinese +Added: 2009-07-29 +Macrolanguage: zh +%% +Type: language +Subtag: czk +Description: Knaanic +Added: 2009-07-29 +%% +Type: language +Subtag: czn +Description: Zenzontepec Chatino +Added: 2009-07-29 +%% +Type: language +Subtag: czo +Description: Min Zhong Chinese +Added: 2009-07-29 +Macrolanguage: zh +%% +Type: language +Subtag: czt +Description: Zotung Chin +Added: 2009-07-29 +%% +Type: language +Subtag: daa +Description: Dangaléat +Added: 2009-07-29 +%% +Type: language +Subtag: dac +Description: Dambi +Added: 2009-07-29 +%% +Type: language +Subtag: dad +Description: Marik +Added: 2009-07-29 +%% +Type: language +Subtag: dae +Description: Duupa +Added: 2009-07-29 +%% +Type: language +Subtag: daf +Description: Dan +Added: 2009-07-29 +Deprecated: 2013-09-10 +Comments: see dnj, lda +%% +Type: language +Subtag: dag +Description: Dagbani +Added: 2009-07-29 +%% +Type: language +Subtag: dah +Description: Gwahatike +Added: 2009-07-29 +%% +Type: language +Subtag: dai +Description: Day +Added: 2009-07-29 +%% +Type: language +Subtag: daj +Description: Dar Fur Daju +Added: 2009-07-29 +%% +Type: language +Subtag: dak +Description: Dakota +Added: 2005-10-16 +%% +Type: language +Subtag: dal +Description: Dahalo +Added: 2009-07-29 +%% +Type: language +Subtag: dam +Description: Damakawa +Added: 2009-07-29 +%% +Type: language +Subtag: dao +Description: Daai Chin +Added: 2009-07-29 +%% +Type: language +Subtag: dap +Description: Nisi (India) +Added: 2009-07-29 +Deprecated: 2012-08-12 +Comments: see njz, tgj +%% +Type: language +Subtag: daq +Description: Dandami Maria +Added: 2009-07-29 +%% +Type: language +Subtag: dar +Description: Dargwa +Added: 2005-10-16 +%% +Type: language +Subtag: das +Description: Daho-Doo +Added: 2009-07-29 +%% +Type: language +Subtag: dau +Description: Dar Sila Daju +Added: 2009-07-29 +%% +Type: language +Subtag: dav +Description: Taita +Description: Dawida +Added: 2009-07-29 +%% +Type: language +Subtag: daw +Description: Davawenyo +Added: 2009-07-29 +%% +Type: language +Subtag: dax +Description: Dayi +Added: 2009-07-29 +%% +Type: language +Subtag: day +Description: Land Dayak languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: daz +Description: Dao +Added: 2009-07-29 +%% +Type: language +Subtag: dba +Description: Bangime +Added: 2009-07-29 +%% +Type: language +Subtag: dbb +Description: Deno +Added: 2009-07-29 +%% +Type: language +Subtag: dbd +Description: Dadiya +Added: 2009-07-29 +%% +Type: language +Subtag: dbe +Description: Dabe +Added: 2009-07-29 +%% +Type: language +Subtag: dbf +Description: Edopi +Added: 2009-07-29 +%% +Type: language +Subtag: dbg +Description: Dogul Dom Dogon +Added: 2009-07-29 +%% +Type: language +Subtag: dbi +Description: Doka +Added: 2009-07-29 +%% +Type: language +Subtag: dbj +Description: Ida'an +Added: 2009-07-29 +%% +Type: language +Subtag: dbl +Description: Dyirbal +Added: 2009-07-29 +%% +Type: language +Subtag: dbm +Description: Duguri +Added: 2009-07-29 +%% +Type: language +Subtag: dbn +Description: Duriankere +Added: 2009-07-29 +%% +Type: language +Subtag: dbo +Description: Dulbu +Added: 2009-07-29 +%% +Type: language +Subtag: dbp +Description: Duwai +Added: 2009-07-29 +%% +Type: language +Subtag: dbq +Description: Daba +Added: 2009-07-29 +%% +Type: language +Subtag: dbr +Description: Dabarre +Added: 2009-07-29 +%% +Type: language +Subtag: dbt +Description: Ben Tey Dogon +Added: 2012-08-12 +%% +Type: language +Subtag: dbu +Description: Bondum Dom Dogon +Added: 2009-07-29 +%% +Type: language +Subtag: dbv +Description: Dungu +Added: 2009-07-29 +%% +Type: language +Subtag: dbw +Description: Bankan Tey Dogon +Added: 2012-08-12 +%% +Type: language +Subtag: dby +Description: Dibiyaso +Added: 2009-07-29 +%% +Type: language +Subtag: dcc +Description: Deccan +Added: 2009-07-29 +%% +Type: language +Subtag: dcr +Description: Negerhollands +Added: 2009-07-29 +%% +Type: language +Subtag: dda +Description: Dadi Dadi +Added: 2012-08-12 +%% +Type: language +Subtag: ddd +Description: Dongotono +Added: 2009-07-29 +%% +Type: language +Subtag: dde +Description: Doondo +Added: 2009-07-29 +%% +Type: language +Subtag: ddg +Description: Fataluku +Added: 2009-07-29 +%% +Type: language +Subtag: ddi +Description: West Goodenough +Added: 2009-07-29 +%% +Type: language +Subtag: ddj +Description: Jaru +Added: 2009-07-29 +%% +Type: language +Subtag: ddn +Description: Dendi (Benin) +Added: 2009-07-29 +%% +Type: language +Subtag: ddo +Description: Dido +Added: 2009-07-29 +%% +Type: language +Subtag: ddr +Description: Dhudhuroa +Added: 2012-08-12 +%% +Type: language +Subtag: dds +Description: Donno So Dogon +Added: 2009-07-29 +%% +Type: language +Subtag: ddw +Description: Dawera-Daweloor +Added: 2009-07-29 +%% +Type: language +Subtag: dec +Description: Dagik +Added: 2009-07-29 +%% +Type: language +Subtag: ded +Description: Dedua +Added: 2009-07-29 +%% +Type: language +Subtag: dee +Description: Dewoin +Added: 2009-07-29 +%% +Type: language +Subtag: def +Description: Dezfuli +Added: 2009-07-29 +%% +Type: language +Subtag: deg +Description: Degema +Added: 2009-07-29 +%% +Type: language +Subtag: deh +Description: Dehwari +Added: 2009-07-29 +%% +Type: language +Subtag: dei +Description: Demisa +Added: 2009-07-29 +%% +Type: language +Subtag: dek +Description: Dek +Added: 2009-07-29 +%% +Type: language +Subtag: del +Description: Delaware +Added: 2005-10-16 +Scope: macrolanguage +%% +Type: language +Subtag: dem +Description: Dem +Added: 2009-07-29 +%% +Type: language +Subtag: den +Description: Slave (Athapascan) +Added: 2005-10-16 +Scope: macrolanguage +%% +Type: language +Subtag: dep +Description: Pidgin Delaware +Added: 2009-07-29 +%% +Type: language +Subtag: deq +Description: Dendi (Central African Republic) +Added: 2009-07-29 +%% +Type: language +Subtag: der +Description: Deori +Added: 2009-07-29 +%% +Type: language +Subtag: des +Description: Desano +Added: 2009-07-29 +%% +Type: language +Subtag: dev +Description: Domung +Added: 2009-07-29 +%% +Type: language +Subtag: dez +Description: Dengese +Added: 2009-07-29 +%% +Type: language +Subtag: dga +Description: Southern Dagaare +Added: 2009-07-29 +%% +Type: language +Subtag: dgb +Description: Bunoge Dogon +Added: 2009-07-29 +%% +Type: language +Subtag: dgc +Description: Casiguran Dumagat Agta +Added: 2009-07-29 +%% +Type: language +Subtag: dgd +Description: Dagaari Dioula +Added: 2009-07-29 +%% +Type: language +Subtag: dge +Description: Degenan +Added: 2009-07-29 +%% +Type: language +Subtag: dgg +Description: Doga +Added: 2009-07-29 +%% +Type: language +Subtag: dgh +Description: Dghwede +Added: 2009-07-29 +%% +Type: language +Subtag: dgi +Description: Northern Dagara +Added: 2009-07-29 +%% +Type: language +Subtag: dgk +Description: Dagba +Added: 2009-07-29 +%% +Type: language +Subtag: dgl +Description: Andaandi +Description: Dongolawi +Added: 2012-08-12 +%% +Type: language +Subtag: dgn +Description: Dagoman +Added: 2009-07-29 +%% +Type: language +Subtag: dgo +Description: Dogri (individual language) +Added: 2009-07-29 +Macrolanguage: doi +%% +Type: language +Subtag: dgr +Description: Dogrib +Added: 2005-10-16 +%% +Type: language +Subtag: dgs +Description: Dogoso +Added: 2009-07-29 +%% +Type: language +Subtag: dgt +Description: Ndra'ngith +Added: 2012-08-12 +%% +Type: language +Subtag: dgu +Description: Degaru +Added: 2009-07-29 +%% +Type: language +Subtag: dgw +Description: Daungwurrung +Added: 2012-08-12 +%% +Type: language +Subtag: dgx +Description: Doghoro +Added: 2009-07-29 +%% +Type: language +Subtag: dgz +Description: Daga +Added: 2009-07-29 +%% +Type: language +Subtag: dha +Description: Dhanwar (India) +Added: 2009-07-29 +Deprecated: 2011-08-16 +%% +Type: language +Subtag: dhd +Description: Dhundari +Added: 2009-07-29 +Macrolanguage: mwr +%% +Type: language +Subtag: dhg +Description: Dhangu-Djangu +Description: Dhangu +Description: Djangu +Added: 2009-07-29 +%% +Type: language +Subtag: dhi +Description: Dhimal +Added: 2009-07-29 +%% +Type: language +Subtag: dhl +Description: Dhalandji +Added: 2009-07-29 +%% +Type: language +Subtag: dhm +Description: Zemba +Added: 2009-07-29 +%% +Type: language +Subtag: dhn +Description: Dhanki +Added: 2009-07-29 +%% +Type: language +Subtag: dho +Description: Dhodia +Added: 2009-07-29 +%% +Type: language +Subtag: dhr +Description: Dhargari +Added: 2009-07-29 +%% +Type: language +Subtag: dhs +Description: Dhaiso +Added: 2009-07-29 +%% +Type: language +Subtag: dhu +Description: Dhurga +Added: 2009-07-29 +%% +Type: language +Subtag: dhv +Description: Dehu +Description: Drehu +Added: 2009-07-29 +%% +Type: language +Subtag: dhw +Description: Dhanwar (Nepal) +Added: 2009-07-29 +%% +Type: language +Subtag: dhx +Description: Dhungaloo +Added: 2013-09-10 +%% +Type: language +Subtag: dia +Description: Dia +Added: 2009-07-29 +%% +Type: language +Subtag: dib +Description: South Central Dinka +Added: 2009-07-29 +Macrolanguage: din +%% +Type: language +Subtag: dic +Description: Lakota Dida +Added: 2009-07-29 +%% +Type: language +Subtag: did +Description: Didinga +Added: 2009-07-29 +%% +Type: language +Subtag: dif +Description: Dieri +Description: Diyari +Added: 2009-07-29 +%% +Type: language +Subtag: dig +Description: Digo +Description: Chidigo +Added: 2009-07-29 +%% +Type: language +Subtag: dih +Description: Kumiai +Added: 2009-07-29 +%% +Type: language +Subtag: dii +Description: Dimbong +Added: 2009-07-29 +%% +Type: language +Subtag: dij +Description: Dai +Added: 2009-07-29 +%% +Type: language +Subtag: dik +Description: Southwestern Dinka +Added: 2009-07-29 +Macrolanguage: din +%% +Type: language +Subtag: dil +Description: Dilling +Added: 2009-07-29 +%% +Type: language +Subtag: dim +Description: Dime +Added: 2009-07-29 +%% +Type: language +Subtag: din +Description: Dinka +Added: 2005-10-16 +Scope: macrolanguage +%% +Type: language +Subtag: dio +Description: Dibo +Added: 2009-07-29 +%% +Type: language +Subtag: dip +Description: Northeastern Dinka +Added: 2009-07-29 +Macrolanguage: din +%% +Type: language +Subtag: diq +Description: Dimli (individual language) +Added: 2009-07-29 +Macrolanguage: zza +%% +Type: language +Subtag: dir +Description: Dirim +Added: 2009-07-29 +%% +Type: language +Subtag: dis +Description: Dimasa +Added: 2009-07-29 +%% +Type: language +Subtag: dit +Description: Dirari +Added: 2009-07-29 +Deprecated: 2019-04-29 +Preferred-Value: dif +%% +Type: language +Subtag: diu +Description: Diriku +Added: 2009-07-29 +%% +Type: language +Subtag: diw +Description: Northwestern Dinka +Added: 2009-07-29 +Macrolanguage: din +%% +Type: language +Subtag: dix +Description: Dixon Reef +Added: 2009-07-29 +%% +Type: language +Subtag: diy +Description: Diuwe +Added: 2009-07-29 +%% +Type: language +Subtag: diz +Description: Ding +Added: 2009-07-29 +%% +Type: language +Subtag: dja +Description: Djadjawurrung +Added: 2012-08-12 +%% +Type: language +Subtag: djb +Description: Djinba +Added: 2009-07-29 +%% +Type: language +Subtag: djc +Description: Dar Daju Daju +Added: 2009-07-29 +%% +Type: language +Subtag: djd +Description: Djamindjung +Description: Ngaliwurru +Added: 2009-07-29 +%% +Type: language +Subtag: dje +Description: Zarma +Added: 2009-07-29 +%% +Type: language +Subtag: djf +Description: Djangun +Added: 2009-07-29 +%% +Type: language +Subtag: dji +Description: Djinang +Added: 2009-07-29 +%% +Type: language +Subtag: djj +Description: Djeebbana +Added: 2009-07-29 +%% +Type: language +Subtag: djk +Description: Eastern Maroon Creole +Description: Businenge Tongo +Description: Nenge +Added: 2009-07-29 +%% +Type: language +Subtag: djl +Description: Djiwarli +Added: 2009-07-29 +Deprecated: 2013-09-10 +Comments: see dze, iin +%% +Type: language +Subtag: djm +Description: Jamsay Dogon +Added: 2009-07-29 +%% +Type: language +Subtag: djn +Description: Jawoyn +Description: Djauan +Added: 2009-07-29 +%% +Type: language +Subtag: djo +Description: Jangkang +Added: 2009-07-29 +%% +Type: language +Subtag: djr +Description: Djambarrpuyngu +Added: 2009-07-29 +%% +Type: language +Subtag: dju +Description: Kapriman +Added: 2009-07-29 +%% +Type: language +Subtag: djw +Description: Djawi +Added: 2009-07-29 +%% +Type: language +Subtag: dka +Description: Dakpakha +Added: 2009-07-29 +%% +Type: language +Subtag: dkk +Description: Dakka +Added: 2009-07-29 +%% +Type: language +Subtag: dkl +Description: Kolum So Dogon +Added: 2009-07-29 +Deprecated: 2011-08-16 +Comments: see aqd, dmb +%% +Type: language +Subtag: dkr +Description: Kuijau +Added: 2009-07-29 +%% +Type: language +Subtag: dks +Description: Southeastern Dinka +Added: 2009-07-29 +Macrolanguage: din +%% +Type: language +Subtag: dkx +Description: Mazagway +Added: 2009-07-29 +%% +Type: language +Subtag: dlg +Description: Dolgan +Added: 2009-07-29 +%% +Type: language +Subtag: dlk +Description: Dahalik +Added: 2013-09-10 +%% +Type: language +Subtag: dlm +Description: Dalmatian +Added: 2009-07-29 +%% +Type: language +Subtag: dln +Description: Darlong +Added: 2009-07-29 +%% +Type: language +Subtag: dma +Description: Duma +Added: 2009-07-29 +%% +Type: language +Subtag: dmb +Description: Mombo Dogon +Added: 2011-08-16 +%% +Type: language +Subtag: dmc +Description: Gavak +Added: 2009-07-29 +%% +Type: language +Subtag: dmd +Description: Madhi Madhi +Added: 2012-08-12 +%% +Type: language +Subtag: dme +Description: Dugwor +Added: 2009-07-29 +%% +Type: language +Subtag: dmg +Description: Upper Kinabatangan +Added: 2009-07-29 +%% +Type: language +Subtag: dmk +Description: Domaaki +Added: 2009-07-29 +%% +Type: language +Subtag: dml +Description: Dameli +Added: 2009-07-29 +%% +Type: language +Subtag: dmm +Description: Dama +Added: 2009-07-29 +%% +Type: language +Subtag: dmn +Description: Mande languages +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: dmo +Description: Kemedzung +Added: 2009-07-29 +%% +Type: language +Subtag: dmr +Description: East Damar +Added: 2009-07-29 +%% +Type: language +Subtag: dms +Description: Dampelas +Added: 2009-07-29 +%% +Type: language +Subtag: dmu +Description: Dubu +Description: Tebi +Added: 2009-07-29 +%% +Type: language +Subtag: dmv +Description: Dumpas +Added: 2009-07-29 +%% +Type: language +Subtag: dmw +Description: Mudburra +Added: 2013-09-10 +%% +Type: language +Subtag: dmx +Description: Dema +Added: 2009-07-29 +%% +Type: language +Subtag: dmy +Description: Demta +Description: Sowari +Added: 2009-07-29 +%% +Type: language +Subtag: dna +Description: Upper Grand Valley Dani +Added: 2009-07-29 +%% +Type: language +Subtag: dnd +Description: Daonda +Added: 2009-07-29 +%% +Type: language +Subtag: dne +Description: Ndendeule +Added: 2009-07-29 +%% +Type: language +Subtag: dng +Description: Dungan +Added: 2009-07-29 +%% +Type: language +Subtag: dni +Description: Lower Grand Valley Dani +Added: 2009-07-29 +%% +Type: language +Subtag: dnj +Description: Dan +Added: 2013-09-10 +%% +Type: language +Subtag: dnk +Description: Dengka +Added: 2009-07-29 +%% +Type: language +Subtag: dnn +Description: Dzùùngoo +Added: 2009-07-29 +%% +Type: language +Subtag: dno +Description: Ndrulo +Description: Northern Lendu +Added: 2018-10-28 +%% +Type: language +Subtag: dnr +Description: Danaru +Added: 2009-07-29 +%% +Type: language +Subtag: dnt +Description: Mid Grand Valley Dani +Added: 2009-07-29 +%% +Type: language +Subtag: dnu +Description: Danau +Added: 2009-07-29 +%% +Type: language +Subtag: dnv +Description: Danu +Added: 2012-08-12 +%% +Type: language +Subtag: dnw +Description: Western Dani +Added: 2009-07-29 +%% +Type: language +Subtag: dny +Description: Dení +Added: 2009-07-29 +%% +Type: language +Subtag: doa +Description: Dom +Added: 2009-07-29 +%% +Type: language +Subtag: dob +Description: Dobu +Added: 2009-07-29 +%% +Type: language +Subtag: doc +Description: Northern Dong +Added: 2009-07-29 +%% +Type: language +Subtag: doe +Description: Doe +Added: 2009-07-29 +%% +Type: language +Subtag: dof +Description: Domu +Added: 2009-07-29 +%% +Type: language +Subtag: doh +Description: Dong +Added: 2009-07-29 +%% +Type: language +Subtag: doi +Description: Dogri (macrolanguage) +Added: 2005-10-16 +Scope: macrolanguage +%% +Type: language +Subtag: dok +Description: Dondo +Added: 2009-07-29 +%% +Type: language +Subtag: dol +Description: Doso +Added: 2009-07-29 +%% +Type: language +Subtag: don +Description: Toura (Papua New Guinea) +Added: 2009-07-29 +%% +Type: language +Subtag: doo +Description: Dongo +Added: 2009-07-29 +%% +Type: language +Subtag: dop +Description: Lukpa +Added: 2009-07-29 +%% +Type: language +Subtag: doq +Description: Dominican Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: dor +Description: Dori'o +Added: 2009-07-29 +%% +Type: language +Subtag: dos +Description: Dogosé +Added: 2009-07-29 +%% +Type: language +Subtag: dot +Description: Dass +Added: 2009-07-29 +%% +Type: language +Subtag: dov +Description: Dombe +Added: 2009-07-29 +%% +Type: language +Subtag: dow +Description: Doyayo +Added: 2009-07-29 +%% +Type: language +Subtag: dox +Description: Bussa +Added: 2009-07-29 +%% +Type: language +Subtag: doy +Description: Dompo +Added: 2009-07-29 +%% +Type: language +Subtag: doz +Description: Dorze +Added: 2009-07-29 +%% +Type: language +Subtag: dpp +Description: Papar +Added: 2009-07-29 +%% +Type: language +Subtag: dra +Description: Dravidian languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: drb +Description: Dair +Added: 2009-07-29 +%% +Type: language +Subtag: drc +Description: Minderico +Added: 2011-08-16 +%% +Type: language +Subtag: drd +Description: Darmiya +Added: 2009-07-29 +%% +Type: language +Subtag: dre +Description: Dolpo +Added: 2009-07-29 +%% +Type: language +Subtag: drg +Description: Rungus +Added: 2009-07-29 +%% +Type: language +Subtag: drh +Description: Darkhat +Added: 2009-07-29 +Deprecated: 2010-03-11 +Preferred-Value: khk +%% +Type: language +Subtag: dri +Description: C'Lela +Added: 2009-07-29 +%% +Type: language +Subtag: drl +Description: Paakantyi +Added: 2009-07-29 +%% +Type: language +Subtag: drn +Description: West Damar +Added: 2009-07-29 +%% +Type: language +Subtag: dro +Description: Daro-Matu Melanau +Added: 2009-07-29 +%% +Type: language +Subtag: drq +Description: Dura +Added: 2009-07-29 +%% +Type: language +Subtag: drr +Description: Dororo +Added: 2009-07-29 +%% +Type: language +Subtag: drs +Description: Gedeo +Added: 2009-07-29 +%% +Type: language +Subtag: drt +Description: Drents +Added: 2009-07-29 +%% +Type: language +Subtag: dru +Description: Rukai +Added: 2009-07-29 +%% +Type: language +Subtag: drw +Description: Darwazi +Added: 2009-07-29 +Deprecated: 2010-03-11 +Preferred-Value: prs +%% +Type: language +Subtag: dry +Description: Darai +Added: 2009-07-29 +%% +Type: language +Subtag: dsb +Description: Lower Sorbian +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: dse +Description: Dutch Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: dsh +Description: Daasanach +Added: 2009-07-29 +%% +Type: language +Subtag: dsi +Description: Disa +Added: 2009-07-29 +%% +Type: language +Subtag: dsl +Description: Danish Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: dsn +Description: Dusner +Added: 2009-07-29 +%% +Type: language +Subtag: dso +Description: Desiya +Added: 2009-07-29 +%% +Type: language +Subtag: dsq +Description: Tadaksahak +Added: 2009-07-29 +%% +Type: language +Subtag: dta +Description: Daur +Added: 2009-07-29 +%% +Type: language +Subtag: dtb +Description: Labuk-Kinabatangan Kadazan +Added: 2009-07-29 +%% +Type: language +Subtag: dtd +Description: Ditidaht +Added: 2011-08-16 +%% +Type: language +Subtag: dth +Description: Adithinngithigh +Added: 2012-08-12 +%% +Type: language +Subtag: dti +Description: Ana Tinga Dogon +Added: 2009-07-29 +%% +Type: language +Subtag: dtk +Description: Tene Kan Dogon +Added: 2009-07-29 +%% +Type: language +Subtag: dtm +Description: Tomo Kan Dogon +Added: 2009-07-29 +%% +Type: language +Subtag: dtn +Description: Daatsʼíin +Added: 2016-05-30 +%% +Type: language +Subtag: dto +Description: Tommo So Dogon +Added: 2012-08-12 +%% +Type: language +Subtag: dtp +Description: Kadazan Dusun +Description: Central Dusun +Added: 2009-07-29 +%% +Type: language +Subtag: dtr +Description: Lotud +Added: 2009-07-29 +%% +Type: language +Subtag: dts +Description: Toro So Dogon +Added: 2009-07-29 +%% +Type: language +Subtag: dtt +Description: Toro Tegu Dogon +Added: 2009-07-29 +%% +Type: language +Subtag: dtu +Description: Tebul Ure Dogon +Added: 2009-07-29 +%% +Type: language +Subtag: dty +Description: Dotyali +Added: 2012-08-12 +Macrolanguage: ne +%% +Type: language +Subtag: dua +Description: Duala +Added: 2005-10-16 +%% +Type: language +Subtag: dub +Description: Dubli +Added: 2009-07-29 +%% +Type: language +Subtag: duc +Description: Duna +Added: 2009-07-29 +%% +Type: language +Subtag: dud +Description: Hun-Saare +Added: 2009-07-29 +Deprecated: 2019-04-16 +Comments: see uth, uss +%% +Type: language +Subtag: due +Description: Umiray Dumaget Agta +Added: 2009-07-29 +%% +Type: language +Subtag: duf +Description: Dumbea +Description: Drubea +Added: 2009-07-29 +%% +Type: language +Subtag: dug +Description: Duruma +Description: Chiduruma +Added: 2009-07-29 +%% +Type: language +Subtag: duh +Description: Dungra Bhil +Added: 2009-07-29 +%% +Type: language +Subtag: dui +Description: Dumun +Added: 2009-07-29 +%% +Type: language +Subtag: duj +Description: Dhuwal +Added: 2009-07-29 +Deprecated: 2016-05-30 +Comments: see dwu, dwy +%% +Type: language +Subtag: duk +Description: Uyajitaya +Added: 2009-07-29 +%% +Type: language +Subtag: dul +Description: Alabat Island Agta +Added: 2009-07-29 +%% +Type: language +Subtag: dum +Description: Middle Dutch (ca. 1050-1350) +Added: 2005-10-16 +%% +Type: language +Subtag: dun +Description: Dusun Deyah +Added: 2009-07-29 +%% +Type: language +Subtag: duo +Description: Dupaninan Agta +Added: 2009-07-29 +%% +Type: language +Subtag: dup +Description: Duano +Added: 2009-07-29 +Macrolanguage: ms +%% +Type: language +Subtag: duq +Description: Dusun Malang +Added: 2009-07-29 +%% +Type: language +Subtag: dur +Description: Dii +Added: 2009-07-29 +%% +Type: language +Subtag: dus +Description: Dumi +Added: 2009-07-29 +%% +Type: language +Subtag: duu +Description: Drung +Added: 2009-07-29 +%% +Type: language +Subtag: duv +Description: Duvle +Added: 2009-07-29 +%% +Type: language +Subtag: duw +Description: Dusun Witu +Added: 2009-07-29 +%% +Type: language +Subtag: dux +Description: Duungooma +Added: 2009-07-29 +%% +Type: language +Subtag: duy +Description: Dicamay Agta +Added: 2009-07-29 +%% +Type: language +Subtag: duz +Description: Duli-Gey +Added: 2009-07-29 +%% +Type: language +Subtag: dva +Description: Duau +Added: 2009-07-29 +%% +Type: language +Subtag: dwa +Description: Diri +Added: 2009-07-29 +%% +Type: language +Subtag: dwl +Description: Walo Kumbe Dogon +Added: 2009-07-29 +Deprecated: 2012-08-12 +Comments: see dbt, dbw +%% +Type: language +Subtag: dwr +Description: Dawro +Added: 2009-07-29 +%% +Type: language +Subtag: dws +Description: Dutton World Speedwords +Added: 2009-07-29 +%% +Type: language +Subtag: dwu +Description: Dhuwal +Added: 2016-05-30 +%% +Type: language +Subtag: dww +Description: Dawawa +Added: 2009-07-29 +%% +Type: language +Subtag: dwy +Description: Dhuwaya +Added: 2016-05-30 +%% +Type: language +Subtag: dwz +Description: Dewas Rai +Added: 2018-10-28 +%% +Type: language +Subtag: dya +Description: Dyan +Added: 2009-07-29 +%% +Type: language +Subtag: dyb +Description: Dyaberdyaber +Added: 2009-07-29 +%% +Type: language +Subtag: dyd +Description: Dyugun +Added: 2009-07-29 +%% +Type: language +Subtag: dyg +Description: Villa Viciosa Agta +Added: 2009-07-29 +%% +Type: language +Subtag: dyi +Description: Djimini Senoufo +Added: 2009-07-29 +%% +Type: language +Subtag: dym +Description: Yanda Dom Dogon +Added: 2009-07-29 +%% +Type: language +Subtag: dyn +Description: Dyangadi +Description: Dhanggatti +Added: 2009-07-29 +%% +Type: language +Subtag: dyo +Description: Jola-Fonyi +Added: 2009-07-29 +%% +Type: language +Subtag: dyu +Description: Dyula +Added: 2005-10-16 +%% +Type: language +Subtag: dyy +Description: Djabugay +Description: Dyaabugay +Added: 2009-07-29 +%% +Type: language +Subtag: dza +Description: Tunzu +Added: 2009-07-29 +%% +Type: language +Subtag: dzd +Description: Daza +Added: 2009-07-29 +Deprecated: 2015-02-12 +%% +Type: language +Subtag: dze +Description: Djiwarli +Added: 2013-09-10 +%% +Type: language +Subtag: dzg +Description: Dazaga +Added: 2009-07-29 +%% +Type: language +Subtag: dzl +Description: Dzalakha +Added: 2009-07-29 +%% +Type: language +Subtag: dzn +Description: Dzando +Added: 2009-07-29 +%% +Type: language +Subtag: eaa +Description: Karenggapa +Added: 2013-09-10 +%% +Type: language +Subtag: ebg +Description: Ebughu +Added: 2009-07-29 +%% +Type: language +Subtag: ebk +Description: Eastern Bontok +Added: 2010-03-11 +Macrolanguage: bnc +%% +Type: language +Subtag: ebo +Description: Teke-Ebo +Added: 2009-07-29 +%% +Type: language +Subtag: ebr +Description: Ebrié +Added: 2009-07-29 +%% +Type: language +Subtag: ebu +Description: Embu +Description: Kiembu +Added: 2009-07-29 +%% +Type: language +Subtag: ecr +Description: Eteocretan +Added: 2009-07-29 +%% +Type: language +Subtag: ecs +Description: Ecuadorian Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: ecy +Description: Eteocypriot +Added: 2009-07-29 +%% +Type: language +Subtag: eee +Description: E +Added: 2009-07-29 +%% +Type: language +Subtag: efa +Description: Efai +Added: 2009-07-29 +%% +Type: language +Subtag: efe +Description: Efe +Added: 2009-07-29 +%% +Type: language +Subtag: efi +Description: Efik +Added: 2005-10-16 +%% +Type: language +Subtag: ega +Description: Ega +Added: 2009-07-29 +%% +Type: language +Subtag: egl +Description: Emilian +Added: 2009-07-29 +%% +Type: language +Subtag: ego +Description: Eggon +Added: 2009-07-29 +%% +Type: language +Subtag: egx +Description: Egyptian languages +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: egy +Description: Egyptian (Ancient) +Added: 2005-10-16 +%% +Type: language +Subtag: ehu +Description: Ehueun +Added: 2009-07-29 +%% +Type: language +Subtag: eip +Description: Eipomek +Added: 2009-07-29 +%% +Type: language +Subtag: eit +Description: Eitiep +Added: 2009-07-29 +%% +Type: language +Subtag: eiv +Description: Askopan +Added: 2009-07-29 +%% +Type: language +Subtag: eja +Description: Ejamat +Added: 2009-07-29 +%% +Type: language +Subtag: eka +Description: Ekajuk +Added: 2005-10-16 +%% +Type: language +Subtag: ekc +Description: Eastern Karnic +Added: 2013-09-10 +%% +Type: language +Subtag: eke +Description: Ekit +Added: 2009-07-29 +%% +Type: language +Subtag: ekg +Description: Ekari +Added: 2009-07-29 +%% +Type: language +Subtag: eki +Description: Eki +Added: 2009-07-29 +%% +Type: language +Subtag: ekk +Description: Standard Estonian +Added: 2009-07-29 +Macrolanguage: et +%% +Type: language +Subtag: ekl +Description: Kol (Bangladesh) +Description: Kol +Added: 2009-07-29 +%% +Type: language +Subtag: ekm +Description: Elip +Added: 2009-07-29 +%% +Type: language +Subtag: eko +Description: Koti +Added: 2009-07-29 +%% +Type: language +Subtag: ekp +Description: Ekpeye +Added: 2009-07-29 +%% +Type: language +Subtag: ekr +Description: Yace +Added: 2009-07-29 +%% +Type: language +Subtag: eky +Description: Eastern Kayah +Added: 2009-07-29 +%% +Type: language +Subtag: ele +Description: Elepi +Added: 2009-07-29 +%% +Type: language +Subtag: elh +Description: El Hugeirat +Added: 2009-07-29 +%% +Type: language +Subtag: eli +Description: Nding +Added: 2009-07-29 +%% +Type: language +Subtag: elk +Description: Elkei +Added: 2009-07-29 +%% +Type: language +Subtag: elm +Description: Eleme +Added: 2009-07-29 +%% +Type: language +Subtag: elo +Description: El Molo +Added: 2009-07-29 +%% +Type: language +Subtag: elp +Description: Elpaputih +Added: 2009-07-29 +Deprecated: 2012-08-12 +Comments: see amq, plh +%% +Type: language +Subtag: elu +Description: Elu +Added: 2009-07-29 +%% +Type: language +Subtag: elx +Description: Elamite +Added: 2005-10-16 +%% +Type: language +Subtag: ema +Description: Emai-Iuleha-Ora +Added: 2009-07-29 +%% +Type: language +Subtag: emb +Description: Embaloh +Added: 2009-07-29 +%% +Type: language +Subtag: eme +Description: Emerillon +Added: 2009-07-29 +%% +Type: language +Subtag: emg +Description: Eastern Meohang +Added: 2009-07-29 +%% +Type: language +Subtag: emi +Description: Mussau-Emira +Added: 2009-07-29 +%% +Type: language +Subtag: emk +Description: Eastern Maninkakan +Added: 2009-07-29 +Macrolanguage: man +%% +Type: language +Subtag: emm +Description: Mamulique +Added: 2009-07-29 +%% +Type: language +Subtag: emn +Description: Eman +Added: 2009-07-29 +%% +Type: language +Subtag: emo +Description: Emok +Added: 2009-07-29 +Deprecated: 2014-02-28 +%% +Type: language +Subtag: emp +Description: Northern Emberá +Added: 2009-07-29 +%% +Type: language +Subtag: ems +Description: Pacific Gulf Yupik +Added: 2009-07-29 +%% +Type: language +Subtag: emu +Description: Eastern Muria +Added: 2009-07-29 +%% +Type: language +Subtag: emw +Description: Emplawas +Added: 2009-07-29 +%% +Type: language +Subtag: emx +Description: Erromintxela +Added: 2010-03-11 +%% +Type: language +Subtag: emy +Description: Epigraphic Mayan +Added: 2009-07-29 +%% +Type: language +Subtag: ena +Description: Apali +Added: 2009-07-29 +%% +Type: language +Subtag: enb +Description: Markweeta +Added: 2009-07-29 +Macrolanguage: kln +%% +Type: language +Subtag: enc +Description: En +Added: 2009-07-29 +%% +Type: language +Subtag: end +Description: Ende +Added: 2009-07-29 +%% +Type: language +Subtag: enf +Description: Forest Enets +Added: 2009-07-29 +%% +Type: language +Subtag: enh +Description: Tundra Enets +Added: 2009-07-29 +%% +Type: language +Subtag: enl +Description: Enlhet +Added: 2014-02-28 +%% +Type: language +Subtag: enm +Description: Middle English (1100-1500) +Added: 2005-10-16 +%% +Type: language +Subtag: enn +Description: Engenni +Added: 2009-07-29 +%% +Type: language +Subtag: eno +Description: Enggano +Added: 2009-07-29 +%% +Type: language +Subtag: enq +Description: Enga +Added: 2009-07-29 +%% +Type: language +Subtag: enr +Description: Emumu +Description: Emem +Added: 2009-07-29 +%% +Type: language +Subtag: enu +Description: Enu +Added: 2009-07-29 +%% +Type: language +Subtag: env +Description: Enwan (Edu State) +Added: 2009-07-29 +%% +Type: language +Subtag: enw +Description: Enwan (Akwa Ibom State) +Added: 2009-07-29 +%% +Type: language +Subtag: enx +Description: Enxet +Added: 2014-02-28 +%% +Type: language +Subtag: eot +Description: Beti (Côte d'Ivoire) +Added: 2009-07-29 +%% +Type: language +Subtag: epi +Description: Epie +Added: 2009-07-29 +%% +Type: language +Subtag: era +Description: Eravallan +Added: 2009-07-29 +%% +Type: language +Subtag: erg +Description: Sie +Added: 2009-07-29 +%% +Type: language +Subtag: erh +Description: Eruwa +Added: 2009-07-29 +%% +Type: language +Subtag: eri +Description: Ogea +Added: 2009-07-29 +%% +Type: language +Subtag: erk +Description: South Efate +Added: 2009-07-29 +%% +Type: language +Subtag: ero +Description: Horpa +Added: 2009-07-29 +%% +Type: language +Subtag: err +Description: Erre +Added: 2009-07-29 +%% +Type: language +Subtag: ers +Description: Ersu +Added: 2009-07-29 +%% +Type: language +Subtag: ert +Description: Eritai +Added: 2009-07-29 +%% +Type: language +Subtag: erw +Description: Erokwanas +Added: 2009-07-29 +%% +Type: language +Subtag: ese +Description: Ese Ejja +Added: 2009-07-29 +%% +Type: language +Subtag: esg +Description: Aheri Gondi +Added: 2016-05-30 +Macrolanguage: gon +%% +Type: language +Subtag: esh +Description: Eshtehardi +Added: 2009-07-29 +%% +Type: language +Subtag: esi +Description: North Alaskan Inupiatun +Added: 2009-07-29 +Macrolanguage: ik +%% +Type: language +Subtag: esk +Description: Northwest Alaska Inupiatun +Added: 2009-07-29 +Macrolanguage: ik +%% +Type: language +Subtag: esl +Description: Egypt Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: esm +Description: Esuma +Added: 2009-07-29 +%% +Type: language +Subtag: esn +Description: Salvadoran Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: eso +Description: Estonian Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: esq +Description: Esselen +Added: 2009-07-29 +%% +Type: language +Subtag: ess +Description: Central Siberian Yupik +Added: 2009-07-29 +%% +Type: language +Subtag: esu +Description: Central Yupik +Added: 2009-07-29 +%% +Type: language +Subtag: esx +Description: Eskimo-Aleut languages +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: esy +Description: Eskayan +Added: 2014-04-06 +%% +Type: language +Subtag: etb +Description: Etebi +Added: 2009-07-29 +%% +Type: language +Subtag: etc +Description: Etchemin +Added: 2009-07-29 +%% +Type: language +Subtag: eth +Description: Ethiopian Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: etn +Description: Eton (Vanuatu) +Added: 2009-07-29 +%% +Type: language +Subtag: eto +Description: Eton (Cameroon) +Added: 2009-07-29 +%% +Type: language +Subtag: etr +Description: Edolo +Added: 2009-07-29 +%% +Type: language +Subtag: ets +Description: Yekhee +Added: 2009-07-29 +%% +Type: language +Subtag: ett +Description: Etruscan +Added: 2009-07-29 +%% +Type: language +Subtag: etu +Description: Ejagham +Added: 2009-07-29 +%% +Type: language +Subtag: etx +Description: Eten +Added: 2009-07-29 +%% +Type: language +Subtag: etz +Description: Semimi +Added: 2009-07-29 +%% +Type: language +Subtag: euq +Description: Basque (family) +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: eve +Description: Even +Added: 2009-07-29 +%% +Type: language +Subtag: evh +Description: Uvbie +Added: 2009-07-29 +%% +Type: language +Subtag: evn +Description: Evenki +Added: 2009-07-29 +%% +Type: language +Subtag: ewo +Description: Ewondo +Added: 2005-10-16 +%% +Type: language +Subtag: ext +Description: Extremaduran +Added: 2009-07-29 +%% +Type: language +Subtag: eya +Description: Eyak +Added: 2009-07-29 +%% +Type: language +Subtag: eyo +Description: Keiyo +Added: 2009-07-29 +Macrolanguage: kln +%% +Type: language +Subtag: eza +Description: Ezaa +Added: 2013-09-10 +%% +Type: language +Subtag: eze +Description: Uzekwe +Added: 2009-07-29 +%% +Type: language +Subtag: faa +Description: Fasu +Added: 2009-07-29 +%% +Type: language +Subtag: fab +Description: Fa d'Ambu +Added: 2009-07-29 +%% +Type: language +Subtag: fad +Description: Wagi +Added: 2009-07-29 +%% +Type: language +Subtag: faf +Description: Fagani +Added: 2009-07-29 +%% +Type: language +Subtag: fag +Description: Finongan +Added: 2009-07-29 +%% +Type: language +Subtag: fah +Description: Baissa Fali +Added: 2009-07-29 +%% +Type: language +Subtag: fai +Description: Faiwol +Added: 2009-07-29 +%% +Type: language +Subtag: faj +Description: Faita +Added: 2009-07-29 +%% +Type: language +Subtag: fak +Description: Fang (Cameroon) +Added: 2009-07-29 +%% +Type: language +Subtag: fal +Description: South Fali +Added: 2009-07-29 +%% +Type: language +Subtag: fam +Description: Fam +Added: 2009-07-29 +%% +Type: language +Subtag: fan +Description: Fang (Equatorial Guinea) +Added: 2005-10-16 +%% +Type: language +Subtag: fap +Description: Paloor +Added: 2009-07-29 +%% +Type: language +Subtag: far +Description: Fataleka +Added: 2009-07-29 +%% +Type: language +Subtag: fat +Description: Fanti +Added: 2005-10-16 +Macrolanguage: ak +%% +Type: language +Subtag: fau +Description: Fayu +Added: 2009-07-29 +%% +Type: language +Subtag: fax +Description: Fala +Added: 2009-07-29 +%% +Type: language +Subtag: fay +Description: Southwestern Fars +Added: 2009-07-29 +%% +Type: language +Subtag: faz +Description: Northwestern Fars +Added: 2009-07-29 +%% +Type: language +Subtag: fbl +Description: West Albay Bikol +Added: 2010-03-11 +Macrolanguage: bik +%% +Type: language +Subtag: fcs +Description: Quebec Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: fer +Description: Feroge +Added: 2009-07-29 +%% +Type: language +Subtag: ffi +Description: Foia Foia +Added: 2009-07-29 +%% +Type: language +Subtag: ffm +Description: Maasina Fulfulde +Added: 2009-07-29 +Macrolanguage: ff +%% +Type: language +Subtag: fgr +Description: Fongoro +Added: 2009-07-29 +%% +Type: language +Subtag: fia +Description: Nobiin +Added: 2009-07-29 +%% +Type: language +Subtag: fie +Description: Fyer +Added: 2009-07-29 +%% +Type: language +Subtag: fil +Description: Filipino +Description: Pilipino +Added: 2005-10-16 +%% +Type: language +Subtag: fip +Description: Fipa +Added: 2009-07-29 +%% +Type: language +Subtag: fir +Description: Firan +Added: 2009-07-29 +%% +Type: language +Subtag: fit +Description: Tornedalen Finnish +Added: 2009-07-29 +%% +Type: language +Subtag: fiu +Description: Finno-Ugrian languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: fiw +Description: Fiwaga +Added: 2009-07-29 +%% +Type: language +Subtag: fkk +Description: Kirya-Konzəl +Added: 2012-08-12 +%% +Type: language +Subtag: fkv +Description: Kven Finnish +Added: 2009-07-29 +%% +Type: language +Subtag: fla +Description: Kalispel-Pend d'Oreille +Added: 2009-07-29 +%% +Type: language +Subtag: flh +Description: Foau +Added: 2009-07-29 +%% +Type: language +Subtag: fli +Description: Fali +Added: 2009-07-29 +%% +Type: language +Subtag: fll +Description: North Fali +Added: 2009-07-29 +%% +Type: language +Subtag: fln +Description: Flinders Island +Added: 2009-07-29 +%% +Type: language +Subtag: flr +Description: Fuliiru +Added: 2009-07-29 +%% +Type: language +Subtag: fly +Description: Flaaitaal +Description: Tsotsitaal +Added: 2009-07-29 +%% +Type: language +Subtag: fmp +Description: Fe'fe' +Added: 2009-07-29 +%% +Type: language +Subtag: fmu +Description: Far Western Muria +Added: 2009-07-29 +%% +Type: language +Subtag: fnb +Description: Fanbak +Added: 2016-05-30 +%% +Type: language +Subtag: fng +Description: Fanagalo +Added: 2009-07-29 +%% +Type: language +Subtag: fni +Description: Fania +Added: 2009-07-29 +%% +Type: language +Subtag: fod +Description: Foodo +Added: 2009-07-29 +%% +Type: language +Subtag: foi +Description: Foi +Added: 2009-07-29 +%% +Type: language +Subtag: fom +Description: Foma +Added: 2009-07-29 +%% +Type: language +Subtag: fon +Description: Fon +Added: 2005-10-16 +%% +Type: language +Subtag: for +Description: Fore +Added: 2009-07-29 +%% +Type: language +Subtag: fos +Description: Siraya +Added: 2009-07-29 +%% +Type: language +Subtag: fox +Description: Formosan languages +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: fpe +Description: Fernando Po Creole English +Added: 2009-07-29 +%% +Type: language +Subtag: fqs +Description: Fas +Added: 2009-07-29 +%% +Type: language +Subtag: frc +Description: Cajun French +Added: 2009-07-29 +%% +Type: language +Subtag: frd +Description: Fordata +Added: 2009-07-29 +%% +Type: language +Subtag: frk +Description: Frankish +Added: 2009-07-29 +%% +Type: language +Subtag: frm +Description: Middle French (ca. 1400-1600) +Added: 2005-10-16 +%% +Type: language +Subtag: fro +Description: Old French (842-ca. 1400) +Added: 2005-10-16 +%% +Type: language +Subtag: frp +Description: Arpitan +Description: Francoprovençal +Added: 2009-07-29 +%% +Type: language +Subtag: frq +Description: Forak +Added: 2009-07-29 +%% +Type: language +Subtag: frr +Description: Northern Frisian +Added: 2006-03-08 +Suppress-Script: Latn +%% +Type: language +Subtag: frs +Description: Eastern Frisian +Added: 2006-03-08 +Suppress-Script: Latn +%% +Type: language +Subtag: frt +Description: Fortsenal +Added: 2009-07-29 +%% +Type: language +Subtag: fse +Description: Finnish Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: fsl +Description: French Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: fss +Description: Finland-Swedish Sign Language +Description: finlandssvenskt teckenspråk +Description: suomenruotsalainen viittomakieli +Added: 2009-07-29 +%% +Type: language +Subtag: fub +Description: Adamawa Fulfulde +Added: 2009-07-29 +Macrolanguage: ff +%% +Type: language +Subtag: fuc +Description: Pulaar +Added: 2009-07-29 +Macrolanguage: ff +%% +Type: language +Subtag: fud +Description: East Futuna +Added: 2009-07-29 +%% +Type: language +Subtag: fue +Description: Borgu Fulfulde +Added: 2009-07-29 +Macrolanguage: ff +%% +Type: language +Subtag: fuf +Description: Pular +Added: 2009-07-29 +Macrolanguage: ff +%% +Type: language +Subtag: fuh +Description: Western Niger Fulfulde +Added: 2009-07-29 +Macrolanguage: ff +%% +Type: language +Subtag: fui +Description: Bagirmi Fulfulde +Added: 2009-07-29 +Macrolanguage: ff +%% +Type: language +Subtag: fuj +Description: Ko +Added: 2009-07-29 +%% +Type: language +Subtag: fum +Description: Fum +Added: 2009-07-29 +%% +Type: language +Subtag: fun +Description: Fulniô +Added: 2009-07-29 +%% +Type: language +Subtag: fuq +Description: Central-Eastern Niger Fulfulde +Added: 2009-07-29 +Macrolanguage: ff +%% +Type: language +Subtag: fur +Description: Friulian +Added: 2005-10-16 +%% +Type: language +Subtag: fut +Description: Futuna-Aniwa +Added: 2009-07-29 +%% +Type: language +Subtag: fuu +Description: Furu +Added: 2009-07-29 +%% +Type: language +Subtag: fuv +Description: Nigerian Fulfulde +Added: 2009-07-29 +Macrolanguage: ff +%% +Type: language +Subtag: fuy +Description: Fuyug +Added: 2009-07-29 +%% +Type: language +Subtag: fvr +Description: Fur +Added: 2009-07-29 +%% +Type: language +Subtag: fwa +Description: Fwâi +Added: 2009-07-29 +%% +Type: language +Subtag: fwe +Description: Fwe +Added: 2009-07-29 +%% +Type: language +Subtag: gaa +Description: Ga +Added: 2005-10-16 +%% +Type: language +Subtag: gab +Description: Gabri +Added: 2009-07-29 +%% +Type: language +Subtag: gac +Description: Mixed Great Andamanese +Added: 2010-03-11 +%% +Type: language +Subtag: gad +Description: Gaddang +Added: 2009-07-29 +%% +Type: language +Subtag: gae +Description: Guarequena +Added: 2009-07-29 +%% +Type: language +Subtag: gaf +Description: Gende +Added: 2009-07-29 +%% +Type: language +Subtag: gag +Description: Gagauz +Added: 2009-07-29 +%% +Type: language +Subtag: gah +Description: Alekano +Added: 2009-07-29 +%% +Type: language +Subtag: gai +Description: Borei +Added: 2009-07-29 +%% +Type: language +Subtag: gaj +Description: Gadsup +Added: 2009-07-29 +%% +Type: language +Subtag: gak +Description: Gamkonora +Added: 2009-07-29 +%% +Type: language +Subtag: gal +Description: Galolen +Added: 2009-07-29 +%% +Type: language +Subtag: gam +Description: Kandawo +Added: 2009-07-29 +%% +Type: language +Subtag: gan +Description: Gan Chinese +Added: 2009-07-29 +Macrolanguage: zh +%% +Type: language +Subtag: gao +Description: Gants +Added: 2009-07-29 +%% +Type: language +Subtag: gap +Description: Gal +Added: 2009-07-29 +%% +Type: language +Subtag: gaq +Description: Gata' +Added: 2009-07-29 +%% +Type: language +Subtag: gar +Description: Galeya +Added: 2009-07-29 +%% +Type: language +Subtag: gas +Description: Adiwasi Garasia +Added: 2009-07-29 +%% +Type: language +Subtag: gat +Description: Kenati +Added: 2009-07-29 +%% +Type: language +Subtag: gau +Description: Mudhili Gadaba +Added: 2009-07-29 +%% +Type: language +Subtag: gav +Description: Gabutamon +Added: 2009-07-29 +Deprecated: 2010-03-11 +Preferred-Value: dev +%% +Type: language +Subtag: gaw +Description: Nobonob +Added: 2009-07-29 +%% +Type: language +Subtag: gax +Description: Borana-Arsi-Guji Oromo +Added: 2009-07-29 +Macrolanguage: om +%% +Type: language +Subtag: gay +Description: Gayo +Added: 2005-10-16 +%% +Type: language +Subtag: gaz +Description: West Central Oromo +Added: 2009-07-29 +Macrolanguage: om +%% +Type: language +Subtag: gba +Description: Gbaya (Central African Republic) +Added: 2005-10-16 +Scope: macrolanguage +%% +Type: language +Subtag: gbb +Description: Kaytetye +Added: 2009-07-29 +%% +Type: language +Subtag: gbc +Description: Garawa +Added: 2009-07-29 +Deprecated: 2012-08-12 +Comments: see wny, wrk +%% +Type: language +Subtag: gbd +Description: Karajarri +Added: 2009-07-29 +%% +Type: language +Subtag: gbe +Description: Niksek +Added: 2009-07-29 +%% +Type: language +Subtag: gbf +Description: Gaikundi +Added: 2009-07-29 +%% +Type: language +Subtag: gbg +Description: Gbanziri +Added: 2009-07-29 +%% +Type: language +Subtag: gbh +Description: Defi Gbe +Added: 2009-07-29 +%% +Type: language +Subtag: gbi +Description: Galela +Added: 2009-07-29 +%% +Type: language +Subtag: gbj +Description: Bodo Gadaba +Added: 2009-07-29 +%% +Type: language +Subtag: gbk +Description: Gaddi +Added: 2009-07-29 +%% +Type: language +Subtag: gbl +Description: Gamit +Added: 2009-07-29 +%% +Type: language +Subtag: gbm +Description: Garhwali +Added: 2009-07-29 +%% +Type: language +Subtag: gbn +Description: Mo'da +Added: 2009-07-29 +%% +Type: language +Subtag: gbo +Description: Northern Grebo +Added: 2009-07-29 +Macrolanguage: grb +%% +Type: language +Subtag: gbp +Description: Gbaya-Bossangoa +Added: 2009-07-29 +Macrolanguage: gba +%% +Type: language +Subtag: gbq +Description: Gbaya-Bozoum +Added: 2009-07-29 +Macrolanguage: gba +%% +Type: language +Subtag: gbr +Description: Gbagyi +Added: 2009-07-29 +%% +Type: language +Subtag: gbs +Description: Gbesi Gbe +Added: 2009-07-29 +%% +Type: language +Subtag: gbu +Description: Gagadu +Added: 2009-07-29 +%% +Type: language +Subtag: gbv +Description: Gbanu +Added: 2009-07-29 +%% +Type: language +Subtag: gbw +Description: Gabi-Gabi +Added: 2013-09-10 +%% +Type: language +Subtag: gbx +Description: Eastern Xwla Gbe +Added: 2009-07-29 +%% +Type: language +Subtag: gby +Description: Gbari +Added: 2009-07-29 +%% +Type: language +Subtag: gbz +Description: Zoroastrian Dari +Added: 2009-07-29 +%% +Type: language +Subtag: gcc +Description: Mali +Added: 2009-07-29 +%% +Type: language +Subtag: gcd +Description: Ganggalida +Added: 2009-07-29 +%% +Type: language +Subtag: gce +Description: Galice +Added: 2009-07-29 +%% +Type: language +Subtag: gcf +Description: Guadeloupean Creole French +Added: 2009-07-29 +%% +Type: language +Subtag: gcl +Description: Grenadian Creole English +Added: 2009-07-29 +%% +Type: language +Subtag: gcn +Description: Gaina +Added: 2009-07-29 +%% +Type: language +Subtag: gcr +Description: Guianese Creole French +Added: 2009-07-29 +%% +Type: language +Subtag: gct +Description: Colonia Tovar German +Added: 2009-07-29 +%% +Type: language +Subtag: gda +Description: Gade Lohar +Added: 2009-07-29 +Macrolanguage: raj +%% +Type: language +Subtag: gdb +Description: Pottangi Ollar Gadaba +Added: 2009-07-29 +%% +Type: language +Subtag: gdc +Description: Gugu Badhun +Added: 2009-07-29 +%% +Type: language +Subtag: gdd +Description: Gedaged +Added: 2009-07-29 +%% +Type: language +Subtag: gde +Description: Gude +Added: 2009-07-29 +%% +Type: language +Subtag: gdf +Description: Guduf-Gava +Added: 2009-07-29 +%% +Type: language +Subtag: gdg +Description: Ga'dang +Added: 2009-07-29 +%% +Type: language +Subtag: gdh +Description: Gadjerawang +Added: 2009-07-29 +%% +Type: language +Subtag: gdi +Description: Gundi +Added: 2009-07-29 +%% +Type: language +Subtag: gdj +Description: Gurdjar +Added: 2009-07-29 +%% +Type: language +Subtag: gdk +Description: Gadang +Added: 2009-07-29 +%% +Type: language +Subtag: gdl +Description: Dirasha +Added: 2009-07-29 +%% +Type: language +Subtag: gdm +Description: Laal +Added: 2009-07-29 +%% +Type: language +Subtag: gdn +Description: Umanakaina +Added: 2009-07-29 +%% +Type: language +Subtag: gdo +Description: Ghodoberi +Added: 2009-07-29 +%% +Type: language +Subtag: gdq +Description: Mehri +Added: 2009-07-29 +%% +Type: language +Subtag: gdr +Description: Wipi +Added: 2009-07-29 +%% +Type: language +Subtag: gds +Description: Ghandruk Sign Language +Added: 2012-08-12 +%% +Type: language +Subtag: gdt +Description: Kungardutyi +Added: 2013-09-10 +%% +Type: language +Subtag: gdu +Description: Gudu +Added: 2009-07-29 +%% +Type: language +Subtag: gdx +Description: Godwari +Added: 2009-07-29 +%% +Type: language +Subtag: gea +Description: Geruma +Added: 2009-07-29 +%% +Type: language +Subtag: geb +Description: Kire +Added: 2009-07-29 +%% +Type: language +Subtag: gec +Description: Gboloo Grebo +Added: 2009-07-29 +Macrolanguage: grb +%% +Type: language +Subtag: ged +Description: Gade +Added: 2009-07-29 +%% +Type: language +Subtag: geg +Description: Gengle +Added: 2009-07-29 +%% +Type: language +Subtag: geh +Description: Hutterite German +Description: Hutterisch +Added: 2009-07-29 +%% +Type: language +Subtag: gei +Description: Gebe +Added: 2009-07-29 +%% +Type: language +Subtag: gej +Description: Gen +Added: 2009-07-29 +%% +Type: language +Subtag: gek +Description: Ywom +Added: 2009-07-29 +%% +Type: language +Subtag: gel +Description: ut-Ma'in +Added: 2009-07-29 +%% +Type: language +Subtag: gem +Description: Germanic languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: geq +Description: Geme +Added: 2009-07-29 +%% +Type: language +Subtag: ges +Description: Geser-Gorom +Added: 2009-07-29 +%% +Type: language +Subtag: gev +Description: Eviya +Added: 2014-02-28 +%% +Type: language +Subtag: gew +Description: Gera +Added: 2009-07-29 +%% +Type: language +Subtag: gex +Description: Garre +Added: 2009-07-29 +%% +Type: language +Subtag: gey +Description: Enya +Added: 2009-07-29 +%% +Type: language +Subtag: gez +Description: Geez +Added: 2005-10-16 +%% +Type: language +Subtag: gfk +Description: Patpatar +Added: 2009-07-29 +%% +Type: language +Subtag: gft +Description: Gafat +Added: 2009-07-29 +%% +Type: language +Subtag: gfx +Description: Mangetti Dune ǃXung +Added: 2012-08-12 +Deprecated: 2015-02-12 +Preferred-Value: vaj +%% +Type: language +Subtag: gga +Description: Gao +Added: 2009-07-29 +%% +Type: language +Subtag: ggb +Description: Gbii +Added: 2009-07-29 +%% +Type: language +Subtag: ggd +Description: Gugadj +Added: 2009-07-29 +%% +Type: language +Subtag: gge +Description: Gurr-goni +Added: 2009-07-29 +%% +Type: language +Subtag: ggg +Description: Gurgula +Added: 2009-07-29 +%% +Type: language +Subtag: ggk +Description: Kungarakany +Added: 2009-07-29 +%% +Type: language +Subtag: ggl +Description: Ganglau +Added: 2009-07-29 +%% +Type: language +Subtag: ggn +Description: Eastern Gurung +Added: 2009-07-29 +Deprecated: 2016-05-30 +Preferred-Value: gvr +%% +Type: language +Subtag: ggo +Description: Southern Gondi +Added: 2009-07-29 +Deprecated: 2016-05-30 +Comments: see esg, wsg +%% +Type: language +Subtag: ggr +Description: Aghu Tharnggalu +Added: 2009-07-29 +Deprecated: 2013-09-10 +Comments: see gtu, ikr +%% +Type: language +Subtag: ggt +Description: Gitua +Added: 2009-07-29 +%% +Type: language +Subtag: ggu +Description: Gagu +Description: Gban +Added: 2009-07-29 +%% +Type: language +Subtag: ggw +Description: Gogodala +Added: 2009-07-29 +%% +Type: language +Subtag: gha +Description: Ghadamès +Added: 2009-07-29 +%% +Type: language +Subtag: ghc +Description: Hiberno-Scottish Gaelic +Added: 2009-07-29 +%% +Type: language +Subtag: ghe +Description: Southern Ghale +Added: 2009-07-29 +%% +Type: language +Subtag: ghh +Description: Northern Ghale +Added: 2009-07-29 +%% +Type: language +Subtag: ghk +Description: Geko Karen +Added: 2009-07-29 +%% +Type: language +Subtag: ghl +Description: Ghulfan +Added: 2009-07-29 +%% +Type: language +Subtag: ghn +Description: Ghanongga +Added: 2009-07-29 +%% +Type: language +Subtag: gho +Description: Ghomara +Added: 2009-07-29 +%% +Type: language +Subtag: ghr +Description: Ghera +Added: 2009-07-29 +%% +Type: language +Subtag: ghs +Description: Guhu-Samane +Added: 2009-07-29 +%% +Type: language +Subtag: ght +Description: Kuke +Description: Kutang Ghale +Added: 2009-07-29 +%% +Type: language +Subtag: gia +Description: Kija +Added: 2009-07-29 +%% +Type: language +Subtag: gib +Description: Gibanawa +Added: 2009-07-29 +%% +Type: language +Subtag: gic +Description: Gail +Added: 2009-07-29 +%% +Type: language +Subtag: gid +Description: Gidar +Added: 2009-07-29 +%% +Type: language +Subtag: gie +Description: Gaɓogbo +Description: Guébie +Added: 2017-02-23 +%% +Type: language +Subtag: gig +Description: Goaria +Added: 2009-07-29 +%% +Type: language +Subtag: gih +Description: Githabul +Added: 2013-09-10 +%% +Type: language +Subtag: gil +Description: Gilbertese +Added: 2005-10-16 +%% +Type: language +Subtag: gim +Description: Gimi (Eastern Highlands) +Added: 2009-07-29 +%% +Type: language +Subtag: gin +Description: Hinukh +Added: 2009-07-29 +%% +Type: language +Subtag: gio +Description: Gelao +Added: 2009-07-29 +Deprecated: 2012-08-12 +Comments: see aou, gqu +%% +Type: language +Subtag: gip +Description: Gimi (West New Britain) +Added: 2009-07-29 +%% +Type: language +Subtag: giq +Description: Green Gelao +Added: 2009-07-29 +%% +Type: language +Subtag: gir +Description: Red Gelao +Added: 2009-07-29 +%% +Type: language +Subtag: gis +Description: North Giziga +Added: 2009-07-29 +%% +Type: language +Subtag: git +Description: Gitxsan +Added: 2009-07-29 +%% +Type: language +Subtag: giu +Description: Mulao +Added: 2012-08-12 +%% +Type: language +Subtag: giw +Description: White Gelao +Added: 2009-07-29 +%% +Type: language +Subtag: gix +Description: Gilima +Added: 2009-07-29 +%% +Type: language +Subtag: giy +Description: Giyug +Added: 2009-07-29 +%% +Type: language +Subtag: giz +Description: South Giziga +Added: 2009-07-29 +%% +Type: language +Subtag: gji +Description: Geji +Added: 2009-07-29 +%% +Type: language +Subtag: gjk +Description: Kachi Koli +Added: 2009-07-29 +%% +Type: language +Subtag: gjm +Description: Gunditjmara +Added: 2013-09-10 +%% +Type: language +Subtag: gjn +Description: Gonja +Added: 2009-07-29 +%% +Type: language +Subtag: gjr +Description: Gurindji Kriol +Added: 2016-05-30 +%% +Type: language +Subtag: gju +Description: Gujari +Added: 2009-07-29 +Macrolanguage: raj +%% +Type: language +Subtag: gka +Description: Guya +Added: 2009-07-29 +%% +Type: language +Subtag: gkd +Description: Magɨ (Madang Province) +Added: 2018-03-08 +%% +Type: language +Subtag: gke +Description: Ndai +Added: 2009-07-29 +%% +Type: language +Subtag: gkn +Description: Gokana +Added: 2009-07-29 +%% +Type: language +Subtag: gko +Description: Kok-Nar +Added: 2012-08-12 +%% +Type: language +Subtag: gkp +Description: Guinea Kpelle +Added: 2009-07-29 +Macrolanguage: kpe +%% +Type: language +Subtag: gku +Description: ǂUngkue +Added: 2015-02-12 +%% +Type: language +Subtag: glc +Description: Bon Gula +Added: 2009-07-29 +%% +Type: language +Subtag: gld +Description: Nanai +Added: 2009-07-29 +%% +Type: language +Subtag: glh +Description: Northwest Pashai +Description: Northwest Pashayi +Added: 2009-07-29 +%% +Type: language +Subtag: gli +Description: Guliguli +Added: 2009-07-29 +%% +Type: language +Subtag: glj +Description: Gula Iro +Added: 2009-07-29 +%% +Type: language +Subtag: glk +Description: Gilaki +Added: 2009-07-29 +%% +Type: language +Subtag: gll +Description: Garlali +Added: 2013-09-10 +%% +Type: language +Subtag: glo +Description: Galambu +Added: 2009-07-29 +%% +Type: language +Subtag: glr +Description: Glaro-Twabo +Added: 2009-07-29 +%% +Type: language +Subtag: glu +Description: Gula (Chad) +Added: 2009-07-29 +%% +Type: language +Subtag: glw +Description: Glavda +Added: 2009-07-29 +%% +Type: language +Subtag: gly +Description: Gule +Added: 2009-07-29 +%% +Type: language +Subtag: gma +Description: Gambera +Added: 2009-07-29 +%% +Type: language +Subtag: gmb +Description: Gula'alaa +Added: 2009-07-29 +%% +Type: language +Subtag: gmd +Description: Mághdì +Added: 2009-07-29 +%% +Type: language +Subtag: gme +Description: East Germanic languages +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: gmg +Description: Magɨyi +Added: 2014-02-28 +%% +Type: language +Subtag: gmh +Description: Middle High German (ca. 1050-1500) +Added: 2005-10-16 +%% +Type: language +Subtag: gml +Description: Middle Low German +Added: 2009-07-29 +%% +Type: language +Subtag: gmm +Description: Gbaya-Mbodomo +Added: 2009-07-29 +Macrolanguage: gba +%% +Type: language +Subtag: gmn +Description: Gimnime +Added: 2009-07-29 +%% +Type: language +Subtag: gmq +Description: North Germanic languages +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: gmu +Description: Gumalu +Added: 2009-07-29 +%% +Type: language +Subtag: gmv +Description: Gamo +Added: 2009-07-29 +%% +Type: language +Subtag: gmw +Description: West Germanic languages +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: gmx +Description: Magoma +Added: 2009-07-29 +%% +Type: language +Subtag: gmy +Description: Mycenaean Greek +Added: 2009-07-29 +%% +Type: language +Subtag: gmz +Description: Mgbolizhia +Added: 2013-09-10 +%% +Type: language +Subtag: gna +Description: Kaansa +Added: 2009-07-29 +%% +Type: language +Subtag: gnb +Description: Gangte +Added: 2009-07-29 +%% +Type: language +Subtag: gnc +Description: Guanche +Added: 2009-07-29 +%% +Type: language +Subtag: gnd +Description: Zulgo-Gemzek +Added: 2009-07-29 +%% +Type: language +Subtag: gne +Description: Ganang +Added: 2009-07-29 +%% +Type: language +Subtag: gng +Description: Ngangam +Added: 2009-07-29 +%% +Type: language +Subtag: gnh +Description: Lere +Added: 2009-07-29 +%% +Type: language +Subtag: gni +Description: Gooniyandi +Added: 2009-07-29 +%% +Type: language +Subtag: gnj +Description: Ngen +Added: 2018-03-08 +%% +Type: language +Subtag: gnk +Description: ǁGana +Added: 2009-07-29 +%% +Type: language +Subtag: gnl +Description: Gangulu +Added: 2009-07-29 +%% +Type: language +Subtag: gnm +Description: Ginuman +Added: 2009-07-29 +%% +Type: language +Subtag: gnn +Description: Gumatj +Added: 2009-07-29 +%% +Type: language +Subtag: gno +Description: Northern Gondi +Added: 2009-07-29 +Macrolanguage: gon +%% +Type: language +Subtag: gnq +Description: Gana +Added: 2009-07-29 +%% +Type: language +Subtag: gnr +Description: Gureng Gureng +Added: 2009-07-29 +%% +Type: language +Subtag: gnt +Description: Guntai +Added: 2009-07-29 +%% +Type: language +Subtag: gnu +Description: Gnau +Added: 2009-07-29 +%% +Type: language +Subtag: gnw +Description: Western Bolivian Guaraní +Added: 2009-07-29 +Macrolanguage: gn +%% +Type: language +Subtag: gnz +Description: Ganzi +Added: 2009-07-29 +%% +Type: language +Subtag: goa +Description: Guro +Added: 2009-07-29 +%% +Type: language +Subtag: gob +Description: Playero +Added: 2009-07-29 +%% +Type: language +Subtag: goc +Description: Gorakor +Added: 2009-07-29 +%% +Type: language +Subtag: god +Description: Godié +Added: 2009-07-29 +%% +Type: language +Subtag: goe +Description: Gongduk +Added: 2009-07-29 +%% +Type: language +Subtag: gof +Description: Gofa +Added: 2009-07-29 +%% +Type: language +Subtag: gog +Description: Gogo +Added: 2009-07-29 +%% +Type: language +Subtag: goh +Description: Old High German (ca. 750-1050) +Added: 2005-10-16 +%% +Type: language +Subtag: goi +Description: Gobasi +Added: 2009-07-29 +%% +Type: language +Subtag: goj +Description: Gowlan +Added: 2009-07-29 +%% +Type: language +Subtag: gok +Description: Gowli +Added: 2009-07-29 +%% +Type: language +Subtag: gol +Description: Gola +Added: 2009-07-29 +%% +Type: language +Subtag: gom +Description: Goan Konkani +Added: 2009-07-29 +Macrolanguage: kok +%% +Type: language +Subtag: gon +Description: Gondi +Added: 2005-10-16 +Scope: macrolanguage +%% +Type: language +Subtag: goo +Description: Gone Dau +Added: 2009-07-29 +%% +Type: language +Subtag: gop +Description: Yeretuar +Added: 2009-07-29 +%% +Type: language +Subtag: goq +Description: Gorap +Added: 2009-07-29 +%% +Type: language +Subtag: gor +Description: Gorontalo +Added: 2005-10-16 +%% +Type: language +Subtag: gos +Description: Gronings +Added: 2009-07-29 +%% +Type: language +Subtag: got +Description: Gothic +Added: 2005-10-16 +%% +Type: language +Subtag: gou +Description: Gavar +Added: 2009-07-29 +%% +Type: language +Subtag: gow +Description: Gorowa +Added: 2009-07-29 +%% +Type: language +Subtag: gox +Description: Gobu +Added: 2009-07-29 +%% +Type: language +Subtag: goy +Description: Goundo +Added: 2009-07-29 +%% +Type: language +Subtag: goz +Description: Gozarkhani +Added: 2009-07-29 +%% +Type: language +Subtag: gpa +Description: Gupa-Abawa +Added: 2009-07-29 +%% +Type: language +Subtag: gpe +Description: Ghanaian Pidgin English +Added: 2012-08-12 +%% +Type: language +Subtag: gpn +Description: Taiap +Added: 2009-07-29 +%% +Type: language +Subtag: gqa +Description: Ga'anda +Added: 2009-07-29 +%% +Type: language +Subtag: gqi +Description: Guiqiong +Added: 2009-07-29 +%% +Type: language +Subtag: gqn +Description: Guana (Brazil) +Added: 2009-07-29 +%% +Type: language +Subtag: gqr +Description: Gor +Added: 2009-07-29 +%% +Type: language +Subtag: gqu +Description: Qau +Added: 2012-08-12 +%% +Type: language +Subtag: gra +Description: Rajput Garasia +Added: 2009-07-29 +%% +Type: language +Subtag: grb +Description: Grebo +Added: 2005-10-16 +Scope: macrolanguage +%% +Type: language +Subtag: grc +Description: Ancient Greek (to 1453) +Added: 2005-10-16 +%% +Type: language +Subtag: grd +Description: Guruntum-Mbaaru +Added: 2009-07-29 +%% +Type: language +Subtag: grg +Description: Madi +Added: 2009-07-29 +%% +Type: language +Subtag: grh +Description: Gbiri-Niragu +Added: 2009-07-29 +%% +Type: language +Subtag: gri +Description: Ghari +Added: 2009-07-29 +%% +Type: language +Subtag: grj +Description: Southern Grebo +Added: 2009-07-29 +Macrolanguage: grb +%% +Type: language +Subtag: grk +Description: Greek languages +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: grm +Description: Kota Marudu Talantang +Added: 2009-07-29 +%% +Type: language +Subtag: gro +Description: Groma +Added: 2009-07-29 +%% +Type: language +Subtag: grq +Description: Gorovu +Added: 2009-07-29 +%% +Type: language +Subtag: grr +Description: Taznatit +Added: 2009-07-29 +%% +Type: language +Subtag: grs +Description: Gresi +Added: 2009-07-29 +%% +Type: language +Subtag: grt +Description: Garo +Added: 2009-07-29 +%% +Type: language +Subtag: gru +Description: Kistane +Added: 2009-07-29 +%% +Type: language +Subtag: grv +Description: Central Grebo +Added: 2009-07-29 +Macrolanguage: grb +%% +Type: language +Subtag: grw +Description: Gweda +Added: 2009-07-29 +%% +Type: language +Subtag: grx +Description: Guriaso +Added: 2009-07-29 +%% +Type: language +Subtag: gry +Description: Barclayville Grebo +Added: 2009-07-29 +Macrolanguage: grb +%% +Type: language +Subtag: grz +Description: Guramalum +Added: 2009-07-29 +%% +Type: language +Subtag: gse +Description: Ghanaian Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: gsg +Description: German Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: gsl +Description: Gusilay +Added: 2009-07-29 +%% +Type: language +Subtag: gsm +Description: Guatemalan Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: gsn +Description: Nema +Description: Gusan +Added: 2009-07-29 +%% +Type: language +Subtag: gso +Description: Southwest Gbaya +Added: 2009-07-29 +Macrolanguage: gba +%% +Type: language +Subtag: gsp +Description: Wasembo +Added: 2009-07-29 +%% +Type: language +Subtag: gss +Description: Greek Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: gsw +Description: Swiss German +Description: Alemannic +Description: Alsatian +Added: 2006-03-08 +Suppress-Script: Latn +%% +Type: language +Subtag: gta +Description: Guató +Added: 2009-07-29 +%% +Type: language +Subtag: gti +Description: Gbati-ri +Added: 2009-07-29 +Deprecated: 2015-02-12 +Preferred-Value: nyc +%% +Type: language +Subtag: gtu +Description: Aghu-Tharnggala +Added: 2013-09-10 +%% +Type: language +Subtag: gua +Description: Shiki +Added: 2009-07-29 +%% +Type: language +Subtag: gub +Description: Guajajára +Added: 2009-07-29 +%% +Type: language +Subtag: guc +Description: Wayuu +Added: 2009-07-29 +%% +Type: language +Subtag: gud +Description: Yocoboué Dida +Added: 2009-07-29 +%% +Type: language +Subtag: gue +Description: Gurindji +Added: 2009-07-29 +%% +Type: language +Subtag: guf +Description: Gupapuyngu +Added: 2009-07-29 +%% +Type: language +Subtag: gug +Description: Paraguayan Guaraní +Added: 2009-07-29 +Macrolanguage: gn +%% +Type: language +Subtag: guh +Description: Guahibo +Added: 2009-07-29 +%% +Type: language +Subtag: gui +Description: Eastern Bolivian Guaraní +Added: 2009-07-29 +Macrolanguage: gn +%% +Type: language +Subtag: guk +Description: Gumuz +Added: 2009-07-29 +%% +Type: language +Subtag: gul +Description: Sea Island Creole English +Added: 2009-07-29 +%% +Type: language +Subtag: gum +Description: Guambiano +Added: 2009-07-29 +%% +Type: language +Subtag: gun +Description: Mbyá Guaraní +Added: 2009-07-29 +Macrolanguage: gn +%% +Type: language +Subtag: guo +Description: Guayabero +Added: 2009-07-29 +%% +Type: language +Subtag: gup +Description: Gunwinggu +Added: 2009-07-29 +%% +Type: language +Subtag: guq +Description: Aché +Added: 2009-07-29 +%% +Type: language +Subtag: gur +Description: Farefare +Added: 2009-07-29 +%% +Type: language +Subtag: gus +Description: Guinean Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: gut +Description: Maléku Jaíka +Added: 2009-07-29 +%% +Type: language +Subtag: guu +Description: Yanomamö +Added: 2009-07-29 +%% +Type: language +Subtag: guv +Description: Gey +Added: 2009-07-29 +Deprecated: 2016-05-30 +Preferred-Value: duz +%% +Type: language +Subtag: guw +Description: Gun +Added: 2009-07-29 +%% +Type: language +Subtag: gux +Description: Gourmanchéma +Added: 2009-07-29 +%% +Type: language +Subtag: guz +Description: Gusii +Description: Ekegusii +Added: 2009-07-29 +%% +Type: language +Subtag: gva +Description: Guana (Paraguay) +Added: 2009-07-29 +%% +Type: language +Subtag: gvc +Description: Guanano +Added: 2009-07-29 +%% +Type: language +Subtag: gve +Description: Duwet +Added: 2009-07-29 +%% +Type: language +Subtag: gvf +Description: Golin +Added: 2009-07-29 +%% +Type: language +Subtag: gvj +Description: Guajá +Added: 2009-07-29 +%% +Type: language +Subtag: gvl +Description: Gulay +Added: 2009-07-29 +%% +Type: language +Subtag: gvm +Description: Gurmana +Added: 2009-07-29 +%% +Type: language +Subtag: gvn +Description: Kuku-Yalanji +Added: 2009-07-29 +%% +Type: language +Subtag: gvo +Description: Gavião Do Jiparaná +Added: 2009-07-29 +%% +Type: language +Subtag: gvp +Description: Pará Gavião +Added: 2009-07-29 +%% +Type: language +Subtag: gvr +Description: Gurung +Added: 2009-07-29 +%% +Type: language +Subtag: gvs +Description: Gumawana +Added: 2009-07-29 +%% +Type: language +Subtag: gvy +Description: Guyani +Added: 2009-07-29 +%% +Type: language +Subtag: gwa +Description: Mbato +Added: 2009-07-29 +%% +Type: language +Subtag: gwb +Description: Gwa +Added: 2009-07-29 +%% +Type: language +Subtag: gwc +Description: Kalami +Added: 2009-07-29 +%% +Type: language +Subtag: gwd +Description: Gawwada +Added: 2009-07-29 +%% +Type: language +Subtag: gwe +Description: Gweno +Added: 2009-07-29 +%% +Type: language +Subtag: gwf +Description: Gowro +Added: 2009-07-29 +%% +Type: language +Subtag: gwg +Description: Moo +Added: 2009-07-29 +%% +Type: language +Subtag: gwi +Description: Gwichʼin +Added: 2005-10-16 +%% +Type: language +Subtag: gwj +Description: ǀGwi +Added: 2009-07-29 +%% +Type: language +Subtag: gwm +Description: Awngthim +Added: 2012-08-12 +%% +Type: language +Subtag: gwn +Description: Gwandara +Added: 2009-07-29 +%% +Type: language +Subtag: gwr +Description: Gwere +Added: 2009-07-29 +%% +Type: language +Subtag: gwt +Description: Gawar-Bati +Added: 2009-07-29 +%% +Type: language +Subtag: gwu +Description: Guwamu +Added: 2009-07-29 +%% +Type: language +Subtag: gww +Description: Kwini +Added: 2009-07-29 +%% +Type: language +Subtag: gwx +Description: Gua +Added: 2009-07-29 +%% +Type: language +Subtag: gxx +Description: Wè Southern +Added: 2009-07-29 +%% +Type: language +Subtag: gya +Description: Northwest Gbaya +Added: 2009-07-29 +Macrolanguage: gba +%% +Type: language +Subtag: gyb +Description: Garus +Added: 2009-07-29 +%% +Type: language +Subtag: gyd +Description: Kayardild +Added: 2009-07-29 +%% +Type: language +Subtag: gye +Description: Gyem +Added: 2009-07-29 +%% +Type: language +Subtag: gyf +Description: Gungabula +Added: 2009-07-29 +%% +Type: language +Subtag: gyg +Description: Gbayi +Added: 2009-07-29 +%% +Type: language +Subtag: gyi +Description: Gyele +Added: 2009-07-29 +%% +Type: language +Subtag: gyl +Description: Gayil +Added: 2009-07-29 +%% +Type: language +Subtag: gym +Description: Ngäbere +Added: 2009-07-29 +%% +Type: language +Subtag: gyn +Description: Guyanese Creole English +Added: 2009-07-29 +%% +Type: language +Subtag: gyo +Description: Gyalsumdo +Added: 2018-03-08 +%% +Type: language +Subtag: gyr +Description: Guarayu +Added: 2009-07-29 +%% +Type: language +Subtag: gyy +Description: Gunya +Added: 2009-07-29 +%% +Type: language +Subtag: gza +Description: Ganza +Added: 2009-07-29 +%% +Type: language +Subtag: gzi +Description: Gazi +Added: 2009-07-29 +%% +Type: language +Subtag: gzn +Description: Gane +Added: 2009-07-29 +%% +Type: language +Subtag: haa +Description: Han +Added: 2009-07-29 +%% +Type: language +Subtag: hab +Description: Hanoi Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: hac +Description: Gurani +Added: 2009-07-29 +%% +Type: language +Subtag: had +Description: Hatam +Added: 2009-07-29 +%% +Type: language +Subtag: hae +Description: Eastern Oromo +Added: 2009-07-29 +Macrolanguage: om +%% +Type: language +Subtag: haf +Description: Haiphong Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: hag +Description: Hanga +Added: 2009-07-29 +%% +Type: language +Subtag: hah +Description: Hahon +Added: 2009-07-29 +%% +Type: language +Subtag: hai +Description: Haida +Added: 2005-10-16 +Scope: macrolanguage +%% +Type: language +Subtag: haj +Description: Hajong +Added: 2009-07-29 +%% +Type: language +Subtag: hak +Description: Hakka Chinese +Added: 2009-07-29 +Macrolanguage: zh +%% +Type: language +Subtag: hal +Description: Halang +Added: 2009-07-29 +%% +Type: language +Subtag: ham +Description: Hewa +Added: 2009-07-29 +%% +Type: language +Subtag: han +Description: Hangaza +Added: 2009-07-29 +%% +Type: language +Subtag: hao +Description: Hakö +Added: 2009-07-29 +%% +Type: language +Subtag: hap +Description: Hupla +Added: 2009-07-29 +%% +Type: language +Subtag: haq +Description: Ha +Added: 2009-07-29 +%% +Type: language +Subtag: har +Description: Harari +Added: 2009-07-29 +%% +Type: language +Subtag: has +Description: Haisla +Added: 2009-07-29 +%% +Type: language +Subtag: hav +Description: Havu +Added: 2009-07-29 +%% +Type: language +Subtag: haw +Description: Hawaiian +Added: 2005-10-16 +%% +Type: language +Subtag: hax +Description: Southern Haida +Added: 2009-07-29 +Macrolanguage: hai +%% +Type: language +Subtag: hay +Description: Haya +Added: 2009-07-29 +%% +Type: language +Subtag: haz +Description: Hazaragi +Added: 2009-07-29 +%% +Type: language +Subtag: hba +Description: Hamba +Added: 2009-07-29 +%% +Type: language +Subtag: hbb +Description: Huba +Added: 2009-07-29 +%% +Type: language +Subtag: hbn +Description: Heiban +Added: 2009-07-29 +%% +Type: language +Subtag: hbo +Description: Ancient Hebrew +Added: 2009-07-29 +%% +Type: language +Subtag: hbu +Description: Habu +Added: 2009-07-29 +%% +Type: language +Subtag: hca +Description: Andaman Creole Hindi +Added: 2009-07-29 +%% +Type: language +Subtag: hch +Description: Huichol +Added: 2009-07-29 +%% +Type: language +Subtag: hdn +Description: Northern Haida +Added: 2009-07-29 +Macrolanguage: hai +%% +Type: language +Subtag: hds +Description: Honduras Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: hdy +Description: Hadiyya +Added: 2009-07-29 +%% +Type: language +Subtag: hea +Description: Northern Qiandong Miao +Added: 2009-07-29 +Macrolanguage: hmn +%% +Type: language +Subtag: hed +Description: Herdé +Added: 2009-07-29 +%% +Type: language +Subtag: heg +Description: Helong +Added: 2009-07-29 +%% +Type: language +Subtag: heh +Description: Hehe +Added: 2009-07-29 +%% +Type: language +Subtag: hei +Description: Heiltsuk +Added: 2009-07-29 +%% +Type: language +Subtag: hem +Description: Hemba +Added: 2009-07-29 +%% +Type: language +Subtag: hgm +Description: Haiǁom +Added: 2009-07-29 +%% +Type: language +Subtag: hgw +Description: Haigwai +Added: 2009-07-29 +%% +Type: language +Subtag: hhi +Description: Hoia Hoia +Added: 2009-07-29 +%% +Type: language +Subtag: hhr +Description: Kerak +Added: 2009-07-29 +%% +Type: language +Subtag: hhy +Description: Hoyahoya +Added: 2009-07-29 +%% +Type: language +Subtag: hia +Description: Lamang +Added: 2009-07-29 +%% +Type: language +Subtag: hib +Description: Hibito +Added: 2009-07-29 +%% +Type: language +Subtag: hid +Description: Hidatsa +Added: 2009-07-29 +%% +Type: language +Subtag: hif +Description: Fiji Hindi +Added: 2009-07-29 +%% +Type: language +Subtag: hig +Description: Kamwe +Added: 2009-07-29 +%% +Type: language +Subtag: hih +Description: Pamosu +Added: 2009-07-29 +%% +Type: language +Subtag: hii +Description: Hinduri +Added: 2009-07-29 +%% +Type: language +Subtag: hij +Description: Hijuk +Added: 2009-07-29 +%% +Type: language +Subtag: hik +Description: Seit-Kaitetu +Added: 2009-07-29 +%% +Type: language +Subtag: hil +Description: Hiligaynon +Added: 2005-10-16 +%% +Type: language +Subtag: him +Description: Himachali languages +Description: Western Pahari languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: hio +Description: Tsoa +Added: 2009-07-29 +%% +Type: language +Subtag: hir +Description: Himarimã +Added: 2009-07-29 +%% +Type: language +Subtag: hit +Description: Hittite +Added: 2005-10-16 +%% +Type: language +Subtag: hiw +Description: Hiw +Added: 2009-07-29 +%% +Type: language +Subtag: hix +Description: Hixkaryána +Added: 2009-07-29 +%% +Type: language +Subtag: hji +Description: Haji +Added: 2009-07-29 +Macrolanguage: ms +%% +Type: language +Subtag: hka +Description: Kahe +Added: 2009-07-29 +%% +Type: language +Subtag: hke +Description: Hunde +Added: 2009-07-29 +%% +Type: language +Subtag: hkk +Description: Hunjara-Kaina Ke +Added: 2009-07-29 +%% +Type: language +Subtag: hkn +Description: Mel-Khaonh +Added: 2018-03-08 +%% +Type: language +Subtag: hks +Description: Hong Kong Sign Language +Description: Heung Kong Sau Yue +Added: 2009-07-29 +%% +Type: language +Subtag: hla +Description: Halia +Added: 2009-07-29 +%% +Type: language +Subtag: hlb +Description: Halbi +Added: 2009-07-29 +%% +Type: language +Subtag: hld +Description: Halang Doan +Added: 2009-07-29 +%% +Type: language +Subtag: hle +Description: Hlersu +Added: 2009-07-29 +%% +Type: language +Subtag: hlt +Description: Matu Chin +Added: 2009-07-29 +%% +Type: language +Subtag: hlu +Description: Hieroglyphic Luwian +Added: 2009-07-29 +%% +Type: language +Subtag: hma +Description: Southern Mashan Hmong +Description: Southern Mashan Miao +Added: 2009-07-29 +Macrolanguage: hmn +%% +Type: language +Subtag: hmb +Description: Humburi Senni Songhay +Added: 2009-07-29 +%% +Type: language +Subtag: hmc +Description: Central Huishui Hmong +Description: Central Huishui Miao +Added: 2009-07-29 +Macrolanguage: hmn +%% +Type: language +Subtag: hmd +Description: Large Flowery Miao +Description: A-hmaos +Description: Da-Hua Miao +Added: 2009-07-29 +Macrolanguage: hmn +%% +Type: language +Subtag: hme +Description: Eastern Huishui Hmong +Description: Eastern Huishui Miao +Added: 2009-07-29 +Macrolanguage: hmn +%% +Type: language +Subtag: hmf +Description: Hmong Don +Added: 2009-07-29 +%% +Type: language +Subtag: hmg +Description: Southwestern Guiyang Hmong +Added: 2009-07-29 +Macrolanguage: hmn +%% +Type: language +Subtag: hmh +Description: Southwestern Huishui Hmong +Description: Southwestern Huishui Miao +Added: 2009-07-29 +Macrolanguage: hmn +%% +Type: language +Subtag: hmi +Description: Northern Huishui Hmong +Description: Northern Huishui Miao +Added: 2009-07-29 +Macrolanguage: hmn +%% +Type: language +Subtag: hmj +Description: Ge +Description: Gejia +Added: 2009-07-29 +Macrolanguage: hmn +%% +Type: language +Subtag: hmk +Description: Maek +Added: 2009-07-29 +%% +Type: language +Subtag: hml +Description: Luopohe Hmong +Description: Luopohe Miao +Added: 2009-07-29 +Macrolanguage: hmn +%% +Type: language +Subtag: hmm +Description: Central Mashan Hmong +Description: Central Mashan Miao +Added: 2009-07-29 +Macrolanguage: hmn +%% +Type: language +Subtag: hmn +Description: Hmong +Description: Mong +Added: 2005-10-16 +Scope: macrolanguage +%% +Type: language +Subtag: hmp +Description: Northern Mashan Hmong +Description: Northern Mashan Miao +Added: 2009-07-29 +Macrolanguage: hmn +%% +Type: language +Subtag: hmq +Description: Eastern Qiandong Miao +Added: 2009-07-29 +Macrolanguage: hmn +%% +Type: language +Subtag: hmr +Description: Hmar +Added: 2009-07-29 +%% +Type: language +Subtag: hms +Description: Southern Qiandong Miao +Added: 2009-07-29 +Macrolanguage: hmn +%% +Type: language +Subtag: hmt +Description: Hamtai +Added: 2009-07-29 +%% +Type: language +Subtag: hmu +Description: Hamap +Added: 2009-07-29 +%% +Type: language +Subtag: hmv +Description: Hmong Dô +Added: 2009-07-29 +%% +Type: language +Subtag: hmw +Description: Western Mashan Hmong +Description: Western Mashan Miao +Added: 2009-07-29 +Macrolanguage: hmn +%% +Type: language +Subtag: hmx +Description: Hmong-Mien languages +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: hmy +Description: Southern Guiyang Hmong +Description: Southern Guiyang Miao +Added: 2009-07-29 +Macrolanguage: hmn +%% +Type: language +Subtag: hmz +Description: Hmong Shua +Description: Sinicized Miao +Added: 2009-07-29 +Macrolanguage: hmn +%% +Type: language +Subtag: hna +Description: Mina (Cameroon) +Added: 2009-07-29 +%% +Type: language +Subtag: hnd +Description: Southern Hindko +Added: 2009-07-29 +Macrolanguage: lah +%% +Type: language +Subtag: hne +Description: Chhattisgarhi +Added: 2009-07-29 +%% +Type: language +Subtag: hnh +Description: ǁAni +Added: 2009-07-29 +%% +Type: language +Subtag: hni +Description: Hani +Added: 2009-07-29 +%% +Type: language +Subtag: hnj +Description: Hmong Njua +Description: Mong Leng +Description: Mong Njua +Added: 2009-07-29 +Macrolanguage: hmn +%% +Type: language +Subtag: hnn +Description: Hanunoo +Added: 2009-07-29 +%% +Type: language +Subtag: hno +Description: Northern Hindko +Added: 2009-07-29 +Macrolanguage: lah +%% +Type: language +Subtag: hns +Description: Caribbean Hindustani +Added: 2009-07-29 +%% +Type: language +Subtag: hnu +Description: Hung +Added: 2009-07-29 +%% +Type: language +Subtag: hoa +Description: Hoava +Added: 2009-07-29 +%% +Type: language +Subtag: hob +Description: Mari (Madang Province) +Added: 2009-07-29 +%% +Type: language +Subtag: hoc +Description: Ho +Added: 2009-07-29 +%% +Type: language +Subtag: hod +Description: Holma +Added: 2009-07-29 +%% +Type: language +Subtag: hoe +Description: Horom +Added: 2009-07-29 +%% +Type: language +Subtag: hoh +Description: Hobyót +Added: 2009-07-29 +%% +Type: language +Subtag: hoi +Description: Holikachuk +Added: 2009-07-29 +%% +Type: language +Subtag: hoj +Description: Hadothi +Description: Haroti +Added: 2009-07-29 +Macrolanguage: raj +%% +Type: language +Subtag: hok +Description: Hokan languages +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: hol +Description: Holu +Added: 2009-07-29 +%% +Type: language +Subtag: hom +Description: Homa +Added: 2009-07-29 +%% +Type: language +Subtag: hoo +Description: Holoholo +Added: 2009-07-29 +%% +Type: language +Subtag: hop +Description: Hopi +Added: 2009-07-29 +%% +Type: language +Subtag: hor +Description: Horo +Added: 2009-07-29 +%% +Type: language +Subtag: hos +Description: Ho Chi Minh City Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: hot +Description: Hote +Description: Malê +Added: 2009-07-29 +%% +Type: language +Subtag: hov +Description: Hovongan +Added: 2009-07-29 +%% +Type: language +Subtag: how +Description: Honi +Added: 2009-07-29 +%% +Type: language +Subtag: hoy +Description: Holiya +Added: 2009-07-29 +%% +Type: language +Subtag: hoz +Description: Hozo +Added: 2009-07-29 +%% +Type: language +Subtag: hpo +Description: Hpon +Added: 2009-07-29 +%% +Type: language +Subtag: hps +Description: Hawai'i Sign Language (HSL) +Description: Hawai'i Pidgin Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: hra +Description: Hrangkhol +Added: 2009-07-29 +%% +Type: language +Subtag: hrc +Description: Niwer Mil +Added: 2013-09-10 +%% +Type: language +Subtag: hre +Description: Hre +Added: 2009-07-29 +%% +Type: language +Subtag: hrk +Description: Haruku +Added: 2009-07-29 +%% +Type: language +Subtag: hrm +Description: Horned Miao +Added: 2009-07-29 +Macrolanguage: hmn +%% +Type: language +Subtag: hro +Description: Haroi +Added: 2009-07-29 +%% +Type: language +Subtag: hrp +Description: Nhirrpi +Added: 2013-09-10 +%% +Type: language +Subtag: hrr +Description: Horuru +Added: 2009-07-29 +Deprecated: 2012-08-12 +Preferred-Value: jal +%% +Type: language +Subtag: hrt +Description: Hértevin +Added: 2009-07-29 +%% +Type: language +Subtag: hru +Description: Hruso +Added: 2009-07-29 +%% +Type: language +Subtag: hrw +Description: Warwar Feni +Added: 2013-09-10 +%% +Type: language +Subtag: hrx +Description: Hunsrik +Added: 2009-07-29 +%% +Type: language +Subtag: hrz +Description: Harzani +Added: 2009-07-29 +%% +Type: language +Subtag: hsb +Description: Upper Sorbian +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: hsh +Description: Hungarian Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: hsl +Description: Hausa Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: hsn +Description: Xiang Chinese +Added: 2009-07-29 +Macrolanguage: zh +%% +Type: language +Subtag: hss +Description: Harsusi +Added: 2009-07-29 +%% +Type: language +Subtag: hti +Description: Hoti +Added: 2009-07-29 +%% +Type: language +Subtag: hto +Description: Minica Huitoto +Added: 2009-07-29 +%% +Type: language +Subtag: hts +Description: Hadza +Added: 2009-07-29 +%% +Type: language +Subtag: htu +Description: Hitu +Added: 2009-07-29 +%% +Type: language +Subtag: htx +Description: Middle Hittite +Added: 2009-07-29 +%% +Type: language +Subtag: hub +Description: Huambisa +Added: 2009-07-29 +%% +Type: language +Subtag: huc +Description: ǂHua +Added: 2009-07-29 +%% +Type: language +Subtag: hud +Description: Huaulu +Added: 2009-07-29 +%% +Type: language +Subtag: hue +Description: San Francisco Del Mar Huave +Added: 2009-07-29 +%% +Type: language +Subtag: huf +Description: Humene +Added: 2009-07-29 +%% +Type: language +Subtag: hug +Description: Huachipaeri +Added: 2009-07-29 +%% +Type: language +Subtag: huh +Description: Huilliche +Added: 2009-07-29 +%% +Type: language +Subtag: hui +Description: Huli +Added: 2009-07-29 +%% +Type: language +Subtag: huj +Description: Northern Guiyang Hmong +Description: Northern Guiyang Miao +Added: 2009-07-29 +Macrolanguage: hmn +%% +Type: language +Subtag: huk +Description: Hulung +Added: 2009-07-29 +%% +Type: language +Subtag: hul +Description: Hula +Added: 2009-07-29 +%% +Type: language +Subtag: hum +Description: Hungana +Added: 2009-07-29 +%% +Type: language +Subtag: huo +Description: Hu +Added: 2009-07-29 +%% +Type: language +Subtag: hup +Description: Hupa +Added: 2005-10-16 +%% +Type: language +Subtag: huq +Description: Tsat +Added: 2009-07-29 +%% +Type: language +Subtag: hur +Description: Halkomelem +Added: 2009-07-29 +%% +Type: language +Subtag: hus +Description: Huastec +Added: 2009-07-29 +%% +Type: language +Subtag: hut +Description: Humla +Added: 2009-07-29 +%% +Type: language +Subtag: huu +Description: Murui Huitoto +Added: 2009-07-29 +%% +Type: language +Subtag: huv +Description: San Mateo Del Mar Huave +Added: 2009-07-29 +%% +Type: language +Subtag: huw +Description: Hukumina +Added: 2009-07-29 +%% +Type: language +Subtag: hux +Description: Nüpode Huitoto +Added: 2009-07-29 +%% +Type: language +Subtag: huy +Description: Hulaulá +Added: 2009-07-29 +%% +Type: language +Subtag: huz +Description: Hunzib +Added: 2009-07-29 +%% +Type: language +Subtag: hvc +Description: Haitian Vodoun Culture Language +Added: 2009-07-29 +%% +Type: language +Subtag: hve +Description: San Dionisio Del Mar Huave +Added: 2009-07-29 +%% +Type: language +Subtag: hvk +Description: Haveke +Added: 2009-07-29 +%% +Type: language +Subtag: hvn +Description: Sabu +Added: 2009-07-29 +%% +Type: language +Subtag: hvv +Description: Santa María Del Mar Huave +Added: 2009-07-29 +%% +Type: language +Subtag: hwa +Description: Wané +Added: 2009-07-29 +%% +Type: language +Subtag: hwc +Description: Hawai'i Creole English +Description: Hawai'i Pidgin +Added: 2009-07-29 +%% +Type: language +Subtag: hwo +Description: Hwana +Added: 2009-07-29 +%% +Type: language +Subtag: hya +Description: Hya +Added: 2009-07-29 +%% +Type: language +Subtag: hyw +Description: Western Armenian +Added: 2018-03-08 +Comments: see also hy +%% +Type: language +Subtag: hyx +Description: Armenian (family) +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: iai +Description: Iaai +Added: 2009-07-29 +%% +Type: language +Subtag: ian +Description: Iatmul +Added: 2009-07-29 +%% +Type: language +Subtag: iap +Description: Iapama +Added: 2009-07-29 +Deprecated: 2016-05-30 +%% +Type: language +Subtag: iar +Description: Purari +Added: 2009-07-29 +%% +Type: language +Subtag: iba +Description: Iban +Added: 2005-10-16 +%% +Type: language +Subtag: ibb +Description: Ibibio +Added: 2009-07-29 +%% +Type: language +Subtag: ibd +Description: Iwaidja +Added: 2009-07-29 +%% +Type: language +Subtag: ibe +Description: Akpes +Added: 2009-07-29 +%% +Type: language +Subtag: ibg +Description: Ibanag +Added: 2009-07-29 +%% +Type: language +Subtag: ibh +Description: Bih +Added: 2017-02-23 +%% +Type: language +Subtag: ibi +Description: Ibilo +Added: 2009-07-29 +Deprecated: 2012-08-12 +Preferred-Value: opa +%% +Type: language +Subtag: ibl +Description: Ibaloi +Added: 2009-07-29 +%% +Type: language +Subtag: ibm +Description: Agoi +Added: 2009-07-29 +%% +Type: language +Subtag: ibn +Description: Ibino +Added: 2009-07-29 +%% +Type: language +Subtag: ibr +Description: Ibuoro +Added: 2009-07-29 +%% +Type: language +Subtag: ibu +Description: Ibu +Added: 2009-07-29 +%% +Type: language +Subtag: iby +Description: Ibani +Added: 2009-07-29 +%% +Type: language +Subtag: ica +Description: Ede Ica +Added: 2009-07-29 +%% +Type: language +Subtag: ich +Description: Etkywan +Added: 2009-07-29 +%% +Type: language +Subtag: icl +Description: Icelandic Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: icr +Description: Islander Creole English +Added: 2009-07-29 +%% +Type: language +Subtag: ida +Description: Idakho-Isukha-Tiriki +Description: Luidakho-Luisukha-Lutirichi +Added: 2009-07-29 +Macrolanguage: luy +%% +Type: language +Subtag: idb +Description: Indo-Portuguese +Added: 2009-07-29 +%% +Type: language +Subtag: idc +Description: Idon +Description: Ajiya +Added: 2009-07-29 +%% +Type: language +Subtag: idd +Description: Ede Idaca +Added: 2009-07-29 +%% +Type: language +Subtag: ide +Description: Idere +Added: 2009-07-29 +%% +Type: language +Subtag: idi +Description: Idi +Added: 2009-07-29 +%% +Type: language +Subtag: idr +Description: Indri +Added: 2009-07-29 +%% +Type: language +Subtag: ids +Description: Idesa +Added: 2009-07-29 +%% +Type: language +Subtag: idt +Description: Idaté +Added: 2009-07-29 +%% +Type: language +Subtag: idu +Description: Idoma +Added: 2009-07-29 +%% +Type: language +Subtag: ifa +Description: Amganad Ifugao +Added: 2009-07-29 +%% +Type: language +Subtag: ifb +Description: Batad Ifugao +Description: Ayangan Ifugao +Added: 2009-07-29 +%% +Type: language +Subtag: ife +Description: Ifè +Added: 2009-07-29 +%% +Type: language +Subtag: iff +Description: Ifo +Added: 2009-07-29 +%% +Type: language +Subtag: ifk +Description: Tuwali Ifugao +Added: 2009-07-29 +%% +Type: language +Subtag: ifm +Description: Teke-Fuumu +Added: 2009-07-29 +%% +Type: language +Subtag: ifu +Description: Mayoyao Ifugao +Added: 2009-07-29 +%% +Type: language +Subtag: ify +Description: Keley-I Kallahan +Added: 2009-07-29 +%% +Type: language +Subtag: igb +Description: Ebira +Added: 2009-07-29 +%% +Type: language +Subtag: ige +Description: Igede +Added: 2009-07-29 +%% +Type: language +Subtag: igg +Description: Igana +Added: 2009-07-29 +%% +Type: language +Subtag: igl +Description: Igala +Added: 2009-07-29 +%% +Type: language +Subtag: igm +Description: Kanggape +Added: 2009-07-29 +%% +Type: language +Subtag: ign +Description: Ignaciano +Added: 2009-07-29 +%% +Type: language +Subtag: igo +Description: Isebe +Added: 2009-07-29 +%% +Type: language +Subtag: igs +Description: Interglossa +Added: 2009-07-29 +%% +Type: language +Subtag: igw +Description: Igwe +Added: 2009-07-29 +%% +Type: language +Subtag: ihb +Description: Iha Based Pidgin +Added: 2009-07-29 +%% +Type: language +Subtag: ihi +Description: Ihievbe +Added: 2009-07-29 +%% +Type: language +Subtag: ihp +Description: Iha +Added: 2009-07-29 +%% +Type: language +Subtag: ihw +Description: Bidhawal +Added: 2012-08-12 +%% +Type: language +Subtag: iin +Description: Thiin +Added: 2013-09-10 +%% +Type: language +Subtag: iir +Description: Indo-Iranian languages +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: ijc +Description: Izon +Added: 2009-07-29 +%% +Type: language +Subtag: ije +Description: Biseni +Added: 2009-07-29 +%% +Type: language +Subtag: ijj +Description: Ede Ije +Added: 2009-07-29 +%% +Type: language +Subtag: ijn +Description: Kalabari +Added: 2009-07-29 +%% +Type: language +Subtag: ijo +Description: Ijo languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: ijs +Description: Southeast Ijo +Added: 2009-07-29 +%% +Type: language +Subtag: ike +Description: Eastern Canadian Inuktitut +Added: 2009-07-29 +Macrolanguage: iu +%% +Type: language +Subtag: iki +Description: Iko +Added: 2009-07-29 +%% +Type: language +Subtag: ikk +Description: Ika +Added: 2009-07-29 +%% +Type: language +Subtag: ikl +Description: Ikulu +Added: 2009-07-29 +%% +Type: language +Subtag: iko +Description: Olulumo-Ikom +Added: 2009-07-29 +%% +Type: language +Subtag: ikp +Description: Ikpeshi +Added: 2009-07-29 +%% +Type: language +Subtag: ikr +Description: Ikaranggal +Added: 2013-09-10 +%% +Type: language +Subtag: iks +Description: Inuit Sign Language +Added: 2015-02-12 +%% +Type: language +Subtag: ikt +Description: Inuinnaqtun +Description: Western Canadian Inuktitut +Added: 2009-07-29 +Macrolanguage: iu +%% +Type: language +Subtag: ikv +Description: Iku-Gora-Ankwa +Added: 2009-07-29 +%% +Type: language +Subtag: ikw +Description: Ikwere +Added: 2009-07-29 +%% +Type: language +Subtag: ikx +Description: Ik +Added: 2009-07-29 +%% +Type: language +Subtag: ikz +Description: Ikizu +Added: 2009-07-29 +%% +Type: language +Subtag: ila +Description: Ile Ape +Added: 2009-07-29 +%% +Type: language +Subtag: ilb +Description: Ila +Added: 2009-07-29 +%% +Type: language +Subtag: ilg +Description: Garig-Ilgar +Added: 2009-07-29 +%% +Type: language +Subtag: ili +Description: Ili Turki +Added: 2009-07-29 +%% +Type: language +Subtag: ilk +Description: Ilongot +Added: 2009-07-29 +%% +Type: language +Subtag: ill +Description: Iranun +Added: 2009-07-29 +Deprecated: 2016-05-30 +Comments: see ilm, ilp +%% +Type: language +Subtag: ilm +Description: Iranun (Malaysia) +Added: 2016-05-30 +%% +Type: language +Subtag: ilo +Description: Iloko +Added: 2005-10-16 +%% +Type: language +Subtag: ilp +Description: Iranun (Philippines) +Added: 2016-05-30 +%% +Type: language +Subtag: ils +Description: International Sign +Added: 2009-07-29 +%% +Type: language +Subtag: ilu +Description: Ili'uun +Added: 2009-07-29 +%% +Type: language +Subtag: ilv +Description: Ilue +Added: 2009-07-29 +%% +Type: language +Subtag: ilw +Description: Talur +Added: 2009-07-29 +Deprecated: 2013-09-10 +Preferred-Value: gal +%% +Type: language +Subtag: ima +Description: Mala Malasar +Added: 2009-07-29 +%% +Type: language +Subtag: ime +Description: Imeraguen +Added: 2009-07-29 +Deprecated: 2015-02-12 +%% +Type: language +Subtag: imi +Description: Anamgura +Added: 2009-07-29 +%% +Type: language +Subtag: iml +Description: Miluk +Added: 2009-07-29 +%% +Type: language +Subtag: imn +Description: Imonda +Added: 2009-07-29 +%% +Type: language +Subtag: imo +Description: Imbongu +Added: 2009-07-29 +%% +Type: language +Subtag: imr +Description: Imroing +Added: 2009-07-29 +%% +Type: language +Subtag: ims +Description: Marsian +Added: 2009-07-29 +%% +Type: language +Subtag: imy +Description: Milyan +Added: 2009-07-29 +%% +Type: language +Subtag: inb +Description: Inga +Added: 2009-07-29 +%% +Type: language +Subtag: inc +Description: Indic languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: ine +Description: Indo-European languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: ing +Description: Degexit'an +Added: 2009-07-29 +%% +Type: language +Subtag: inh +Description: Ingush +Added: 2005-10-16 +%% +Type: language +Subtag: inj +Description: Jungle Inga +Added: 2009-07-29 +%% +Type: language +Subtag: inl +Description: Indonesian Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: inm +Description: Minaean +Added: 2009-07-29 +%% +Type: language +Subtag: inn +Description: Isinai +Added: 2009-07-29 +%% +Type: language +Subtag: ino +Description: Inoke-Yate +Added: 2009-07-29 +%% +Type: language +Subtag: inp +Description: Iñapari +Added: 2009-07-29 +%% +Type: language +Subtag: ins +Description: Indian Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: int +Description: Intha +Added: 2009-07-29 +%% +Type: language +Subtag: inz +Description: Ineseño +Added: 2009-07-29 +%% +Type: language +Subtag: ior +Description: Inor +Added: 2009-07-29 +%% +Type: language +Subtag: iou +Description: Tuma-Irumu +Added: 2009-07-29 +%% +Type: language +Subtag: iow +Description: Iowa-Oto +Added: 2009-07-29 +%% +Type: language +Subtag: ipi +Description: Ipili +Added: 2009-07-29 +%% +Type: language +Subtag: ipo +Description: Ipiko +Added: 2009-07-29 +%% +Type: language +Subtag: iqu +Description: Iquito +Added: 2009-07-29 +%% +Type: language +Subtag: iqw +Description: Ikwo +Added: 2013-09-10 +%% +Type: language +Subtag: ira +Description: Iranian languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: ire +Description: Iresim +Added: 2009-07-29 +%% +Type: language +Subtag: irh +Description: Irarutu +Added: 2009-07-29 +%% +Type: language +Subtag: iri +Description: Rigwe +Description: Irigwe +Added: 2009-07-29 +%% +Type: language +Subtag: irk +Description: Iraqw +Added: 2009-07-29 +%% +Type: language +Subtag: irn +Description: Irántxe +Added: 2009-07-29 +%% +Type: language +Subtag: iro +Description: Iroquoian languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: irr +Description: Ir +Added: 2009-07-29 +%% +Type: language +Subtag: iru +Description: Irula +Added: 2009-07-29 +%% +Type: language +Subtag: irx +Description: Kamberau +Added: 2009-07-29 +%% +Type: language +Subtag: iry +Description: Iraya +Added: 2009-07-29 +%% +Type: language +Subtag: isa +Description: Isabi +Added: 2009-07-29 +%% +Type: language +Subtag: isc +Description: Isconahua +Added: 2009-07-29 +%% +Type: language +Subtag: isd +Description: Isnag +Added: 2009-07-29 +%% +Type: language +Subtag: ise +Description: Italian Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: isg +Description: Irish Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: ish +Description: Esan +Added: 2009-07-29 +%% +Type: language +Subtag: isi +Description: Nkem-Nkum +Added: 2009-07-29 +%% +Type: language +Subtag: isk +Description: Ishkashimi +Added: 2010-03-11 +%% +Type: language +Subtag: ism +Description: Masimasi +Added: 2009-07-29 +%% +Type: language +Subtag: isn +Description: Isanzu +Added: 2009-07-29 +%% +Type: language +Subtag: iso +Description: Isoko +Added: 2009-07-29 +%% +Type: language +Subtag: isr +Description: Israeli Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: ist +Description: Istriot +Added: 2009-07-29 +%% +Type: language +Subtag: isu +Description: Isu (Menchum Division) +Added: 2009-07-29 +%% +Type: language +Subtag: itb +Description: Binongan Itneg +Added: 2009-07-29 +%% +Type: language +Subtag: itc +Description: Italic languages +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: itd +Description: Southern Tidung +Added: 2016-05-30 +%% +Type: language +Subtag: ite +Description: Itene +Added: 2009-07-29 +%% +Type: language +Subtag: iti +Description: Inlaod Itneg +Added: 2009-07-29 +%% +Type: language +Subtag: itk +Description: Judeo-Italian +Added: 2009-07-29 +%% +Type: language +Subtag: itl +Description: Itelmen +Added: 2009-07-29 +%% +Type: language +Subtag: itm +Description: Itu Mbon Uzo +Added: 2009-07-29 +%% +Type: language +Subtag: ito +Description: Itonama +Added: 2009-07-29 +%% +Type: language +Subtag: itr +Description: Iteri +Added: 2009-07-29 +%% +Type: language +Subtag: its +Description: Isekiri +Added: 2009-07-29 +%% +Type: language +Subtag: itt +Description: Maeng Itneg +Added: 2009-07-29 +%% +Type: language +Subtag: itv +Description: Itawit +Added: 2009-07-29 +%% +Type: language +Subtag: itw +Description: Ito +Added: 2009-07-29 +%% +Type: language +Subtag: itx +Description: Itik +Added: 2009-07-29 +%% +Type: language +Subtag: ity +Description: Moyadan Itneg +Added: 2009-07-29 +%% +Type: language +Subtag: itz +Description: Itzá +Added: 2009-07-29 +%% +Type: language +Subtag: ium +Description: Iu Mien +Added: 2009-07-29 +%% +Type: language +Subtag: ivb +Description: Ibatan +Added: 2009-07-29 +%% +Type: language +Subtag: ivv +Description: Ivatan +Added: 2009-07-29 +%% +Type: language +Subtag: iwk +Description: I-Wak +Added: 2009-07-29 +%% +Type: language +Subtag: iwm +Description: Iwam +Added: 2009-07-29 +%% +Type: language +Subtag: iwo +Description: Iwur +Added: 2009-07-29 +%% +Type: language +Subtag: iws +Description: Sepik Iwam +Added: 2009-07-29 +%% +Type: language +Subtag: ixc +Description: Ixcatec +Added: 2009-07-29 +%% +Type: language +Subtag: ixl +Description: Ixil +Added: 2009-07-29 +%% +Type: language +Subtag: iya +Description: Iyayu +Added: 2009-07-29 +%% +Type: language +Subtag: iyo +Description: Mesaka +Added: 2009-07-29 +%% +Type: language +Subtag: iyx +Description: Yaka (Congo) +Added: 2009-07-29 +%% +Type: language +Subtag: izh +Description: Ingrian +Added: 2009-07-29 +%% +Type: language +Subtag: izi +Description: Izi-Ezaa-Ikwo-Mgbo +Added: 2009-07-29 +Deprecated: 2013-09-10 +Comments: see eza, gmz, iqw, izz +%% +Type: language +Subtag: izr +Description: Izere +Added: 2009-07-29 +%% +Type: language +Subtag: izz +Description: Izii +Added: 2013-09-10 +%% +Type: language +Subtag: jaa +Description: Jamamadí +Added: 2009-07-29 +%% +Type: language +Subtag: jab +Description: Hyam +Added: 2009-07-29 +%% +Type: language +Subtag: jac +Description: Popti' +Description: Jakalteko +Added: 2009-07-29 +%% +Type: language +Subtag: jad +Description: Jahanka +Added: 2009-07-29 +%% +Type: language +Subtag: jae +Description: Yabem +Added: 2009-07-29 +%% +Type: language +Subtag: jaf +Description: Jara +Added: 2009-07-29 +%% +Type: language +Subtag: jah +Description: Jah Hut +Added: 2009-07-29 +%% +Type: language +Subtag: jaj +Description: Zazao +Added: 2009-07-29 +%% +Type: language +Subtag: jak +Description: Jakun +Added: 2009-07-29 +Macrolanguage: ms +%% +Type: language +Subtag: jal +Description: Yalahatan +Added: 2009-07-29 +%% +Type: language +Subtag: jam +Description: Jamaican Creole English +Added: 2009-07-29 +%% +Type: language +Subtag: jan +Description: Jandai +Added: 2012-08-12 +%% +Type: language +Subtag: jao +Description: Yanyuwa +Added: 2009-07-29 +%% +Type: language +Subtag: jaq +Description: Yaqay +Added: 2009-07-29 +%% +Type: language +Subtag: jar +Description: Jarawa (Nigeria) +Added: 2009-07-29 +Deprecated: 2012-08-12 +Comments: see jgk, jjr +%% +Type: language +Subtag: jas +Description: New Caledonian Javanese +Added: 2009-07-29 +%% +Type: language +Subtag: jat +Description: Jakati +Added: 2009-07-29 +Macrolanguage: lah +%% +Type: language +Subtag: jau +Description: Yaur +Added: 2009-07-29 +%% +Type: language +Subtag: jax +Description: Jambi Malay +Added: 2009-07-29 +Macrolanguage: ms +%% +Type: language +Subtag: jay +Description: Yan-nhangu +Description: Nhangu +Added: 2009-07-29 +%% +Type: language +Subtag: jaz +Description: Jawe +Added: 2009-07-29 +%% +Type: language +Subtag: jbe +Description: Judeo-Berber +Added: 2009-07-29 +%% +Type: language +Subtag: jbi +Description: Badjiri +Added: 2013-09-10 +%% +Type: language +Subtag: jbj +Description: Arandai +Added: 2009-07-29 +%% +Type: language +Subtag: jbk +Description: Barikewa +Added: 2012-08-12 +%% +Type: language +Subtag: jbn +Description: Nafusi +Added: 2009-07-29 +%% +Type: language +Subtag: jbo +Description: Lojban +Added: 2005-10-16 +%% +Type: language +Subtag: jbr +Description: Jofotek-Bromnya +Added: 2009-07-29 +%% +Type: language +Subtag: jbt +Description: Jabutí +Added: 2009-07-29 +%% +Type: language +Subtag: jbu +Description: Jukun Takum +Added: 2009-07-29 +%% +Type: language +Subtag: jbw +Description: Yawijibaya +Added: 2012-08-12 +%% +Type: language +Subtag: jcs +Description: Jamaican Country Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: jct +Description: Krymchak +Added: 2009-07-29 +%% +Type: language +Subtag: jda +Description: Jad +Added: 2009-07-29 +%% +Type: language +Subtag: jdg +Description: Jadgali +Added: 2009-07-29 +%% +Type: language +Subtag: jdt +Description: Judeo-Tat +Added: 2009-07-29 +%% +Type: language +Subtag: jeb +Description: Jebero +Added: 2009-07-29 +%% +Type: language +Subtag: jee +Description: Jerung +Added: 2009-07-29 +%% +Type: language +Subtag: jeg +Description: Jeng +Added: 2009-07-29 +Deprecated: 2017-02-23 +Preferred-Value: oyb +%% +Type: language +Subtag: jeh +Description: Jeh +Added: 2009-07-29 +%% +Type: language +Subtag: jei +Description: Yei +Added: 2009-07-29 +%% +Type: language +Subtag: jek +Description: Jeri Kuo +Added: 2009-07-29 +%% +Type: language +Subtag: jel +Description: Yelmek +Added: 2009-07-29 +%% +Type: language +Subtag: jen +Description: Dza +Added: 2009-07-29 +%% +Type: language +Subtag: jer +Description: Jere +Added: 2009-07-29 +%% +Type: language +Subtag: jet +Description: Manem +Added: 2009-07-29 +%% +Type: language +Subtag: jeu +Description: Jonkor Bourmataguil +Added: 2009-07-29 +%% +Type: language +Subtag: jgb +Description: Ngbee +Added: 2009-07-29 +%% +Type: language +Subtag: jge +Description: Judeo-Georgian +Added: 2009-07-29 +%% +Type: language +Subtag: jgk +Description: Gwak +Added: 2012-08-12 +%% +Type: language +Subtag: jgo +Description: Ngomba +Added: 2009-07-29 +%% +Type: language +Subtag: jhi +Description: Jehai +Added: 2009-07-29 +%% +Type: language +Subtag: jhs +Description: Jhankot Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: jia +Description: Jina +Added: 2009-07-29 +%% +Type: language +Subtag: jib +Description: Jibu +Added: 2009-07-29 +%% +Type: language +Subtag: jic +Description: Tol +Added: 2009-07-29 +%% +Type: language +Subtag: jid +Description: Bu +Added: 2009-07-29 +%% +Type: language +Subtag: jie +Description: Jilbe +Added: 2009-07-29 +%% +Type: language +Subtag: jig +Description: Jingulu +Description: Djingili +Added: 2009-07-29 +%% +Type: language +Subtag: jih +Description: sTodsde +Description: Shangzhai +Added: 2009-07-29 +%% +Type: language +Subtag: jii +Description: Jiiddu +Added: 2009-07-29 +%% +Type: language +Subtag: jil +Description: Jilim +Added: 2009-07-29 +%% +Type: language +Subtag: jim +Description: Jimi (Cameroon) +Added: 2009-07-29 +%% +Type: language +Subtag: jio +Description: Jiamao +Added: 2009-07-29 +%% +Type: language +Subtag: jiq +Description: Guanyinqiao +Description: Lavrung +Added: 2009-07-29 +%% +Type: language +Subtag: jit +Description: Jita +Added: 2009-07-29 +%% +Type: language +Subtag: jiu +Description: Youle Jinuo +Added: 2009-07-29 +%% +Type: language +Subtag: jiv +Description: Shuar +Added: 2009-07-29 +%% +Type: language +Subtag: jiy +Description: Buyuan Jinuo +Added: 2009-07-29 +%% +Type: language +Subtag: jje +Description: Jejueo +Added: 2015-02-12 +%% +Type: language +Subtag: jjr +Description: Bankal +Added: 2012-08-12 +%% +Type: language +Subtag: jka +Description: Kaera +Added: 2016-05-30 +%% +Type: language +Subtag: jkm +Description: Mobwa Karen +Added: 2012-08-12 +%% +Type: language +Subtag: jko +Description: Kubo +Added: 2009-07-29 +%% +Type: language +Subtag: jkp +Description: Paku Karen +Added: 2012-08-12 +%% +Type: language +Subtag: jkr +Description: Koro (India) +Added: 2012-08-12 +%% +Type: language +Subtag: jku +Description: Labir +Added: 2009-07-29 +%% +Type: language +Subtag: jle +Description: Ngile +Added: 2009-07-29 +%% +Type: language +Subtag: jls +Description: Jamaican Sign Language +Added: 2010-03-11 +%% +Type: language +Subtag: jma +Description: Dima +Added: 2009-07-29 +%% +Type: language +Subtag: jmb +Description: Zumbun +Added: 2009-07-29 +%% +Type: language +Subtag: jmc +Description: Machame +Added: 2009-07-29 +%% +Type: language +Subtag: jmd +Description: Yamdena +Added: 2009-07-29 +%% +Type: language +Subtag: jmi +Description: Jimi (Nigeria) +Added: 2009-07-29 +%% +Type: language +Subtag: jml +Description: Jumli +Added: 2009-07-29 +%% +Type: language +Subtag: jmn +Description: Makuri Naga +Added: 2009-07-29 +%% +Type: language +Subtag: jmr +Description: Kamara +Added: 2009-07-29 +%% +Type: language +Subtag: jms +Description: Mashi (Nigeria) +Added: 2009-07-29 +%% +Type: language +Subtag: jmw +Description: Mouwase +Added: 2012-08-12 +%% +Type: language +Subtag: jmx +Description: Western Juxtlahuaca Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: jna +Description: Jangshung +Added: 2009-07-29 +%% +Type: language +Subtag: jnd +Description: Jandavra +Added: 2009-07-29 +%% +Type: language +Subtag: jng +Description: Yangman +Added: 2009-07-29 +%% +Type: language +Subtag: jni +Description: Janji +Added: 2009-07-29 +%% +Type: language +Subtag: jnj +Description: Yemsa +Added: 2009-07-29 +%% +Type: language +Subtag: jnl +Description: Rawat +Added: 2009-07-29 +%% +Type: language +Subtag: jns +Description: Jaunsari +Added: 2009-07-29 +%% +Type: language +Subtag: job +Description: Joba +Added: 2009-07-29 +%% +Type: language +Subtag: jod +Description: Wojenaka +Added: 2009-07-29 +%% +Type: language +Subtag: jog +Description: Jogi +Added: 2015-05-27 +%% +Type: language +Subtag: jor +Description: Jorá +Added: 2009-07-29 +%% +Type: language +Subtag: jos +Description: Jordanian Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: jow +Description: Jowulu +Added: 2009-07-29 +%% +Type: language +Subtag: jpa +Description: Jewish Palestinian Aramaic +Added: 2009-07-29 +%% +Type: language +Subtag: jpr +Description: Judeo-Persian +Added: 2005-10-16 +%% +Type: language +Subtag: jpx +Description: Japanese (family) +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: jqr +Description: Jaqaru +Added: 2009-07-29 +%% +Type: language +Subtag: jra +Description: Jarai +Added: 2009-07-29 +%% +Type: language +Subtag: jrb +Description: Judeo-Arabic +Added: 2005-10-16 +Scope: macrolanguage +%% +Type: language +Subtag: jrr +Description: Jiru +Added: 2009-07-29 +%% +Type: language +Subtag: jrt +Description: Jorto +Added: 2009-07-29 +%% +Type: language +Subtag: jru +Description: Japrería +Added: 2009-07-29 +%% +Type: language +Subtag: jsl +Description: Japanese Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: jua +Description: Júma +Added: 2009-07-29 +%% +Type: language +Subtag: jub +Description: Wannu +Added: 2009-07-29 +%% +Type: language +Subtag: juc +Description: Jurchen +Added: 2009-07-29 +%% +Type: language +Subtag: jud +Description: Worodougou +Added: 2009-07-29 +%% +Type: language +Subtag: juh +Description: Hõne +Added: 2009-07-29 +%% +Type: language +Subtag: jui +Description: Ngadjuri +Added: 2012-08-12 +%% +Type: language +Subtag: juk +Description: Wapan +Added: 2009-07-29 +%% +Type: language +Subtag: jul +Description: Jirel +Added: 2009-07-29 +%% +Type: language +Subtag: jum +Description: Jumjum +Added: 2009-07-29 +%% +Type: language +Subtag: jun +Description: Juang +Added: 2009-07-29 +%% +Type: language +Subtag: juo +Description: Jiba +Added: 2009-07-29 +%% +Type: language +Subtag: jup +Description: Hupdë +Added: 2009-07-29 +%% +Type: language +Subtag: jur +Description: Jurúna +Added: 2009-07-29 +%% +Type: language +Subtag: jus +Description: Jumla Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: jut +Description: Jutish +Added: 2009-07-29 +%% +Type: language +Subtag: juu +Description: Ju +Added: 2009-07-29 +%% +Type: language +Subtag: juw +Description: Wãpha +Added: 2009-07-29 +%% +Type: language +Subtag: juy +Description: Juray +Added: 2009-07-29 +%% +Type: language +Subtag: jvd +Description: Javindo +Added: 2009-07-29 +%% +Type: language +Subtag: jvn +Description: Caribbean Javanese +Added: 2009-07-29 +%% +Type: language +Subtag: jwi +Description: Jwira-Pepesa +Added: 2009-07-29 +%% +Type: language +Subtag: jya +Description: Jiarong +Added: 2009-07-29 +%% +Type: language +Subtag: jye +Description: Judeo-Yemeni Arabic +Added: 2009-07-29 +Macrolanguage: jrb +%% +Type: language +Subtag: jyy +Description: Jaya +Added: 2009-07-29 +%% +Type: language +Subtag: kaa +Description: Kara-Kalpak +Added: 2005-10-16 +%% +Type: language +Subtag: kab +Description: Kabyle +Added: 2005-10-16 +%% +Type: language +Subtag: kac +Description: Kachin +Description: Jingpho +Added: 2005-10-16 +%% +Type: language +Subtag: kad +Description: Adara +Added: 2009-07-29 +%% +Type: language +Subtag: kae +Description: Ketangalan +Added: 2009-07-29 +%% +Type: language +Subtag: kaf +Description: Katso +Added: 2009-07-29 +%% +Type: language +Subtag: kag +Description: Kajaman +Added: 2009-07-29 +%% +Type: language +Subtag: kah +Description: Kara (Central African Republic) +Added: 2009-07-29 +%% +Type: language +Subtag: kai +Description: Karekare +Added: 2009-07-29 +%% +Type: language +Subtag: kaj +Description: Jju +Added: 2009-07-29 +%% +Type: language +Subtag: kak +Description: Kalanguya +Description: Kayapa Kallahan +Added: 2009-07-29 +%% +Type: language +Subtag: kam +Description: Kamba (Kenya) +Added: 2005-10-16 +%% +Type: language +Subtag: kao +Description: Xaasongaxango +Added: 2009-07-29 +%% +Type: language +Subtag: kap +Description: Bezhta +Added: 2009-07-29 +%% +Type: language +Subtag: kaq +Description: Capanahua +Added: 2009-07-29 +%% +Type: language +Subtag: kar +Description: Karen languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: kav +Description: Katukína +Added: 2009-07-29 +%% +Type: language +Subtag: kaw +Description: Kawi +Added: 2005-10-16 +%% +Type: language +Subtag: kax +Description: Kao +Added: 2009-07-29 +%% +Type: language +Subtag: kay +Description: Kamayurá +Added: 2009-07-29 +%% +Type: language +Subtag: kba +Description: Kalarko +Added: 2009-07-29 +%% +Type: language +Subtag: kbb +Description: Kaxuiâna +Added: 2009-07-29 +%% +Type: language +Subtag: kbc +Description: Kadiwéu +Added: 2009-07-29 +%% +Type: language +Subtag: kbd +Description: Kabardian +Added: 2005-10-16 +%% +Type: language +Subtag: kbe +Description: Kanju +Added: 2009-07-29 +%% +Type: language +Subtag: kbf +Description: Kakauhua +Added: 2009-07-29 +Deprecated: 2015-02-12 +%% +Type: language +Subtag: kbg +Description: Khamba +Added: 2009-07-29 +%% +Type: language +Subtag: kbh +Description: Camsá +Added: 2009-07-29 +%% +Type: language +Subtag: kbi +Description: Kaptiau +Added: 2009-07-29 +%% +Type: language +Subtag: kbj +Description: Kari +Added: 2009-07-29 +%% +Type: language +Subtag: kbk +Description: Grass Koiari +Added: 2009-07-29 +%% +Type: language +Subtag: kbl +Description: Kanembu +Added: 2009-07-29 +%% +Type: language +Subtag: kbm +Description: Iwal +Added: 2009-07-29 +%% +Type: language +Subtag: kbn +Description: Kare (Central African Republic) +Added: 2009-07-29 +%% +Type: language +Subtag: kbo +Description: Keliko +Added: 2009-07-29 +%% +Type: language +Subtag: kbp +Description: Kabiyè +Added: 2009-07-29 +%% +Type: language +Subtag: kbq +Description: Kamano +Added: 2009-07-29 +%% +Type: language +Subtag: kbr +Description: Kafa +Added: 2009-07-29 +%% +Type: language +Subtag: kbs +Description: Kande +Added: 2009-07-29 +%% +Type: language +Subtag: kbt +Description: Abadi +Added: 2009-07-29 +%% +Type: language +Subtag: kbu +Description: Kabutra +Added: 2009-07-29 +%% +Type: language +Subtag: kbv +Description: Dera (Indonesia) +Added: 2009-07-29 +%% +Type: language +Subtag: kbw +Description: Kaiep +Added: 2009-07-29 +%% +Type: language +Subtag: kbx +Description: Ap Ma +Added: 2009-07-29 +%% +Type: language +Subtag: kby +Description: Manga Kanuri +Added: 2009-07-29 +Macrolanguage: kr +%% +Type: language +Subtag: kbz +Description: Duhwa +Added: 2009-07-29 +%% +Type: language +Subtag: kca +Description: Khanty +Added: 2009-07-29 +%% +Type: language +Subtag: kcb +Description: Kawacha +Added: 2009-07-29 +%% +Type: language +Subtag: kcc +Description: Lubila +Added: 2009-07-29 +%% +Type: language +Subtag: kcd +Description: Ngkâlmpw Kanum +Added: 2009-07-29 +%% +Type: language +Subtag: kce +Description: Kaivi +Added: 2009-07-29 +%% +Type: language +Subtag: kcf +Description: Ukaan +Added: 2009-07-29 +%% +Type: language +Subtag: kcg +Description: Tyap +Added: 2009-07-29 +%% +Type: language +Subtag: kch +Description: Vono +Added: 2009-07-29 +%% +Type: language +Subtag: kci +Description: Kamantan +Added: 2009-07-29 +%% +Type: language +Subtag: kcj +Description: Kobiana +Added: 2009-07-29 +%% +Type: language +Subtag: kck +Description: Kalanga +Added: 2009-07-29 +%% +Type: language +Subtag: kcl +Description: Kela (Papua New Guinea) +Description: Kala +Added: 2009-07-29 +%% +Type: language +Subtag: kcm +Description: Gula (Central African Republic) +Added: 2009-07-29 +%% +Type: language +Subtag: kcn +Description: Nubi +Added: 2009-07-29 +%% +Type: language +Subtag: kco +Description: Kinalakna +Added: 2009-07-29 +%% +Type: language +Subtag: kcp +Description: Kanga +Added: 2009-07-29 +%% +Type: language +Subtag: kcq +Description: Kamo +Added: 2009-07-29 +%% +Type: language +Subtag: kcr +Description: Katla +Added: 2009-07-29 +%% +Type: language +Subtag: kcs +Description: Koenoem +Added: 2009-07-29 +%% +Type: language +Subtag: kct +Description: Kaian +Added: 2009-07-29 +%% +Type: language +Subtag: kcu +Description: Kami (Tanzania) +Added: 2009-07-29 +%% +Type: language +Subtag: kcv +Description: Kete +Added: 2009-07-29 +%% +Type: language +Subtag: kcw +Description: Kabwari +Added: 2009-07-29 +%% +Type: language +Subtag: kcx +Description: Kachama-Ganjule +Added: 2009-07-29 +%% +Type: language +Subtag: kcy +Description: Korandje +Added: 2009-07-29 +%% +Type: language +Subtag: kcz +Description: Konongo +Added: 2009-07-29 +%% +Type: language +Subtag: kda +Description: Worimi +Added: 2009-07-29 +%% +Type: language +Subtag: kdc +Description: Kutu +Added: 2009-07-29 +%% +Type: language +Subtag: kdd +Description: Yankunytjatjara +Added: 2009-07-29 +%% +Type: language +Subtag: kde +Description: Makonde +Added: 2009-07-29 +%% +Type: language +Subtag: kdf +Description: Mamusi +Added: 2009-07-29 +%% +Type: language +Subtag: kdg +Description: Seba +Added: 2009-07-29 +%% +Type: language +Subtag: kdh +Description: Tem +Added: 2009-07-29 +%% +Type: language +Subtag: kdi +Description: Kumam +Added: 2009-07-29 +%% +Type: language +Subtag: kdj +Description: Karamojong +Added: 2009-07-29 +%% +Type: language +Subtag: kdk +Description: Numèè +Description: Kwényi +Added: 2009-07-29 +%% +Type: language +Subtag: kdl +Description: Tsikimba +Added: 2009-07-29 +%% +Type: language +Subtag: kdm +Description: Kagoma +Added: 2009-07-29 +%% +Type: language +Subtag: kdn +Description: Kunda +Added: 2009-07-29 +%% +Type: language +Subtag: kdo +Description: Kordofanian languages +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: kdp +Description: Kaningdon-Nindem +Added: 2009-07-29 +%% +Type: language +Subtag: kdq +Description: Koch +Added: 2009-07-29 +%% +Type: language +Subtag: kdr +Description: Karaim +Added: 2009-07-29 +%% +Type: language +Subtag: kdt +Description: Kuy +Added: 2009-07-29 +%% +Type: language +Subtag: kdu +Description: Kadaru +Added: 2009-07-29 +%% +Type: language +Subtag: kdv +Description: Kado +Added: 2009-07-29 +Deprecated: 2012-08-12 +Comments: see zkd, zkn +%% +Type: language +Subtag: kdw +Description: Koneraw +Added: 2009-07-29 +%% +Type: language +Subtag: kdx +Description: Kam +Added: 2009-07-29 +%% +Type: language +Subtag: kdy +Description: Keder +Description: Keijar +Added: 2009-07-29 +%% +Type: language +Subtag: kdz +Description: Kwaja +Added: 2009-07-29 +%% +Type: language +Subtag: kea +Description: Kabuverdianu +Added: 2009-07-29 +%% +Type: language +Subtag: keb +Description: Kélé +Added: 2009-07-29 +%% +Type: language +Subtag: kec +Description: Keiga +Added: 2009-07-29 +%% +Type: language +Subtag: ked +Description: Kerewe +Added: 2009-07-29 +%% +Type: language +Subtag: kee +Description: Eastern Keres +Added: 2009-07-29 +%% +Type: language +Subtag: kef +Description: Kpessi +Added: 2009-07-29 +%% +Type: language +Subtag: keg +Description: Tese +Added: 2009-07-29 +%% +Type: language +Subtag: keh +Description: Keak +Added: 2009-07-29 +%% +Type: language +Subtag: kei +Description: Kei +Added: 2009-07-29 +%% +Type: language +Subtag: kej +Description: Kadar +Added: 2009-07-29 +%% +Type: language +Subtag: kek +Description: Kekchí +Added: 2009-07-29 +%% +Type: language +Subtag: kel +Description: Kela (Democratic Republic of Congo) +Added: 2009-07-29 +%% +Type: language +Subtag: kem +Description: Kemak +Added: 2009-07-29 +%% +Type: language +Subtag: ken +Description: Kenyang +Added: 2009-07-29 +%% +Type: language +Subtag: keo +Description: Kakwa +Added: 2009-07-29 +%% +Type: language +Subtag: kep +Description: Kaikadi +Added: 2009-07-29 +%% +Type: language +Subtag: keq +Description: Kamar +Added: 2009-07-29 +%% +Type: language +Subtag: ker +Description: Kera +Added: 2009-07-29 +%% +Type: language +Subtag: kes +Description: Kugbo +Added: 2009-07-29 +%% +Type: language +Subtag: ket +Description: Ket +Added: 2009-07-29 +%% +Type: language +Subtag: keu +Description: Akebu +Added: 2009-07-29 +%% +Type: language +Subtag: kev +Description: Kanikkaran +Added: 2009-07-29 +%% +Type: language +Subtag: kew +Description: West Kewa +Added: 2009-07-29 +%% +Type: language +Subtag: kex +Description: Kukna +Added: 2009-07-29 +%% +Type: language +Subtag: key +Description: Kupia +Added: 2009-07-29 +%% +Type: language +Subtag: kez +Description: Kukele +Added: 2009-07-29 +%% +Type: language +Subtag: kfa +Description: Kodava +Added: 2009-07-29 +%% +Type: language +Subtag: kfb +Description: Northwestern Kolami +Added: 2009-07-29 +%% +Type: language +Subtag: kfc +Description: Konda-Dora +Added: 2009-07-29 +%% +Type: language +Subtag: kfd +Description: Korra Koraga +Added: 2009-07-29 +%% +Type: language +Subtag: kfe +Description: Kota (India) +Added: 2009-07-29 +%% +Type: language +Subtag: kff +Description: Koya +Added: 2009-07-29 +%% +Type: language +Subtag: kfg +Description: Kudiya +Added: 2009-07-29 +%% +Type: language +Subtag: kfh +Description: Kurichiya +Added: 2009-07-29 +%% +Type: language +Subtag: kfi +Description: Kannada Kurumba +Added: 2009-07-29 +%% +Type: language +Subtag: kfj +Description: Kemiehua +Added: 2009-07-29 +%% +Type: language +Subtag: kfk +Description: Kinnauri +Added: 2009-07-29 +%% +Type: language +Subtag: kfl +Description: Kung +Added: 2009-07-29 +%% +Type: language +Subtag: kfm +Description: Khunsari +Added: 2009-07-29 +%% +Type: language +Subtag: kfn +Description: Kuk +Added: 2009-07-29 +%% +Type: language +Subtag: kfo +Description: Koro (Côte d'Ivoire) +Added: 2009-07-29 +%% +Type: language +Subtag: kfp +Description: Korwa +Added: 2009-07-29 +%% +Type: language +Subtag: kfq +Description: Korku +Added: 2009-07-29 +%% +Type: language +Subtag: kfr +Description: Kachhi +Description: Kutchi +Added: 2009-07-29 +%% +Type: language +Subtag: kfs +Description: Bilaspuri +Added: 2009-07-29 +%% +Type: language +Subtag: kft +Description: Kanjari +Added: 2009-07-29 +%% +Type: language +Subtag: kfu +Description: Katkari +Added: 2009-07-29 +%% +Type: language +Subtag: kfv +Description: Kurmukar +Added: 2009-07-29 +%% +Type: language +Subtag: kfw +Description: Kharam Naga +Added: 2009-07-29 +%% +Type: language +Subtag: kfx +Description: Kullu Pahari +Added: 2009-07-29 +%% +Type: language +Subtag: kfy +Description: Kumaoni +Added: 2009-07-29 +%% +Type: language +Subtag: kfz +Description: Koromfé +Added: 2009-07-29 +%% +Type: language +Subtag: kga +Description: Koyaga +Added: 2009-07-29 +%% +Type: language +Subtag: kgb +Description: Kawe +Added: 2009-07-29 +%% +Type: language +Subtag: kgc +Description: Kasseng +Added: 2009-07-29 +Deprecated: 2016-05-30 +Preferred-Value: tdf +%% +Type: language +Subtag: kgd +Description: Kataang +Added: 2009-07-29 +Deprecated: 2017-02-23 +Comments: see ncq, sct +%% +Type: language +Subtag: kge +Description: Komering +Added: 2009-07-29 +%% +Type: language +Subtag: kgf +Description: Kube +Added: 2009-07-29 +%% +Type: language +Subtag: kgg +Description: Kusunda +Added: 2009-07-29 +%% +Type: language +Subtag: kgh +Description: Upper Tanudan Kalinga +Added: 2009-07-29 +Deprecated: 2012-08-12 +Preferred-Value: kml +%% +Type: language +Subtag: kgi +Description: Selangor Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: kgj +Description: Gamale Kham +Added: 2009-07-29 +%% +Type: language +Subtag: kgk +Description: Kaiwá +Added: 2009-07-29 +%% +Type: language +Subtag: kgl +Description: Kunggari +Added: 2009-07-29 +%% +Type: language +Subtag: kgm +Description: Karipúna +Added: 2009-07-29 +%% +Type: language +Subtag: kgn +Description: Karingani +Added: 2009-07-29 +%% +Type: language +Subtag: kgo +Description: Krongo +Added: 2009-07-29 +%% +Type: language +Subtag: kgp +Description: Kaingang +Added: 2009-07-29 +%% +Type: language +Subtag: kgq +Description: Kamoro +Added: 2009-07-29 +%% +Type: language +Subtag: kgr +Description: Abun +Added: 2009-07-29 +%% +Type: language +Subtag: kgs +Description: Kumbainggar +Added: 2009-07-29 +%% +Type: language +Subtag: kgt +Description: Somyev +Added: 2009-07-29 +%% +Type: language +Subtag: kgu +Description: Kobol +Added: 2009-07-29 +%% +Type: language +Subtag: kgv +Description: Karas +Added: 2009-07-29 +%% +Type: language +Subtag: kgw +Description: Karon Dori +Added: 2009-07-29 +%% +Type: language +Subtag: kgx +Description: Kamaru +Added: 2009-07-29 +%% +Type: language +Subtag: kgy +Description: Kyerung +Added: 2009-07-29 +%% +Type: language +Subtag: kha +Description: Khasi +Added: 2005-10-16 +Comments: as of 2008-04-21 this subtag does not include Lyngngam; see + lyg +%% +Type: language +Subtag: khb +Description: Lü +Added: 2009-07-29 +%% +Type: language +Subtag: khc +Description: Tukang Besi North +Added: 2009-07-29 +%% +Type: language +Subtag: khd +Description: Bädi Kanum +Added: 2009-07-29 +%% +Type: language +Subtag: khe +Description: Korowai +Added: 2009-07-29 +%% +Type: language +Subtag: khf +Description: Khuen +Added: 2009-07-29 +%% +Type: language +Subtag: khg +Description: Khams Tibetan +Added: 2009-07-29 +%% +Type: language +Subtag: khh +Description: Kehu +Added: 2009-07-29 +%% +Type: language +Subtag: khi +Description: Khoisan languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: khj +Description: Kuturmi +Added: 2009-07-29 +%% +Type: language +Subtag: khk +Description: Halh Mongolian +Added: 2009-07-29 +Macrolanguage: mn +%% +Type: language +Subtag: khl +Description: Lusi +Added: 2009-07-29 +%% +Type: language +Subtag: khn +Description: Khandesi +Added: 2009-07-29 +%% +Type: language +Subtag: kho +Description: Khotanese +Description: Sakan +Added: 2005-10-16 +%% +Type: language +Subtag: khp +Description: Kapori +Description: Kapauri +Added: 2009-07-29 +%% +Type: language +Subtag: khq +Description: Koyra Chiini Songhay +Added: 2009-07-29 +%% +Type: language +Subtag: khr +Description: Kharia +Added: 2009-07-29 +%% +Type: language +Subtag: khs +Description: Kasua +Added: 2009-07-29 +%% +Type: language +Subtag: kht +Description: Khamti +Added: 2009-07-29 +%% +Type: language +Subtag: khu +Description: Nkhumbi +Added: 2009-07-29 +%% +Type: language +Subtag: khv +Description: Khvarshi +Added: 2009-07-29 +%% +Type: language +Subtag: khw +Description: Khowar +Added: 2009-07-29 +%% +Type: language +Subtag: khx +Description: Kanu +Added: 2009-07-29 +%% +Type: language +Subtag: khy +Description: Kele (Democratic Republic of Congo) +Added: 2009-07-29 +%% +Type: language +Subtag: khz +Description: Keapara +Added: 2009-07-29 +%% +Type: language +Subtag: kia +Description: Kim +Added: 2009-07-29 +%% +Type: language +Subtag: kib +Description: Koalib +Added: 2009-07-29 +%% +Type: language +Subtag: kic +Description: Kickapoo +Added: 2009-07-29 +%% +Type: language +Subtag: kid +Description: Koshin +Added: 2009-07-29 +%% +Type: language +Subtag: kie +Description: Kibet +Added: 2009-07-29 +%% +Type: language +Subtag: kif +Description: Eastern Parbate Kham +Added: 2009-07-29 +%% +Type: language +Subtag: kig +Description: Kimaama +Description: Kimaghima +Added: 2009-07-29 +%% +Type: language +Subtag: kih +Description: Kilmeri +Added: 2009-07-29 +%% +Type: language +Subtag: kii +Description: Kitsai +Added: 2009-07-29 +%% +Type: language +Subtag: kij +Description: Kilivila +Added: 2009-07-29 +%% +Type: language +Subtag: kil +Description: Kariya +Added: 2009-07-29 +%% +Type: language +Subtag: kim +Description: Karagas +Added: 2009-07-29 +%% +Type: language +Subtag: kio +Description: Kiowa +Added: 2009-07-29 +%% +Type: language +Subtag: kip +Description: Sheshi Kham +Added: 2009-07-29 +%% +Type: language +Subtag: kiq +Description: Kosadle +Description: Kosare +Added: 2009-07-29 +%% +Type: language +Subtag: kis +Description: Kis +Added: 2009-07-29 +%% +Type: language +Subtag: kit +Description: Agob +Added: 2009-07-29 +%% +Type: language +Subtag: kiu +Description: Kirmanjki (individual language) +Added: 2009-07-29 +Macrolanguage: zza +%% +Type: language +Subtag: kiv +Description: Kimbu +Added: 2009-07-29 +%% +Type: language +Subtag: kiw +Description: Northeast Kiwai +Added: 2009-07-29 +%% +Type: language +Subtag: kix +Description: Khiamniungan Naga +Added: 2009-07-29 +%% +Type: language +Subtag: kiy +Description: Kirikiri +Added: 2009-07-29 +%% +Type: language +Subtag: kiz +Description: Kisi +Added: 2009-07-29 +%% +Type: language +Subtag: kja +Description: Mlap +Added: 2009-07-29 +%% +Type: language +Subtag: kjb +Description: Q'anjob'al +Description: Kanjobal +Added: 2009-07-29 +%% +Type: language +Subtag: kjc +Description: Coastal Konjo +Added: 2009-07-29 +%% +Type: language +Subtag: kjd +Description: Southern Kiwai +Added: 2009-07-29 +%% +Type: language +Subtag: kje +Description: Kisar +Added: 2009-07-29 +%% +Type: language +Subtag: kjf +Description: Khalaj +Added: 2009-07-29 +%% +Type: language +Subtag: kjg +Description: Khmu +Added: 2009-07-29 +%% +Type: language +Subtag: kjh +Description: Khakas +Added: 2009-07-29 +%% +Type: language +Subtag: kji +Description: Zabana +Added: 2009-07-29 +%% +Type: language +Subtag: kjj +Description: Khinalugh +Added: 2009-07-29 +%% +Type: language +Subtag: kjk +Description: Highland Konjo +Added: 2009-07-29 +%% +Type: language +Subtag: kjl +Description: Western Parbate Kham +Added: 2009-07-29 +%% +Type: language +Subtag: kjm +Description: Kháng +Added: 2009-07-29 +%% +Type: language +Subtag: kjn +Description: Kunjen +Added: 2009-07-29 +%% +Type: language +Subtag: kjo +Description: Harijan Kinnauri +Added: 2009-07-29 +%% +Type: language +Subtag: kjp +Description: Pwo Eastern Karen +Added: 2009-07-29 +%% +Type: language +Subtag: kjq +Description: Western Keres +Added: 2009-07-29 +%% +Type: language +Subtag: kjr +Description: Kurudu +Added: 2009-07-29 +%% +Type: language +Subtag: kjs +Description: East Kewa +Added: 2009-07-29 +%% +Type: language +Subtag: kjt +Description: Phrae Pwo Karen +Added: 2009-07-29 +%% +Type: language +Subtag: kju +Description: Kashaya +Added: 2009-07-29 +%% +Type: language +Subtag: kjv +Description: Kaikavian Literary Language +Added: 2015-02-12 +%% +Type: language +Subtag: kjx +Description: Ramopa +Added: 2009-07-29 +%% +Type: language +Subtag: kjy +Description: Erave +Added: 2009-07-29 +%% +Type: language +Subtag: kjz +Description: Bumthangkha +Added: 2009-07-29 +%% +Type: language +Subtag: kka +Description: Kakanda +Added: 2009-07-29 +%% +Type: language +Subtag: kkb +Description: Kwerisa +Added: 2009-07-29 +%% +Type: language +Subtag: kkc +Description: Odoodee +Added: 2009-07-29 +%% +Type: language +Subtag: kkd +Description: Kinuku +Added: 2009-07-29 +%% +Type: language +Subtag: kke +Description: Kakabe +Added: 2009-07-29 +%% +Type: language +Subtag: kkf +Description: Kalaktang Monpa +Added: 2009-07-29 +%% +Type: language +Subtag: kkg +Description: Mabaka Valley Kalinga +Added: 2009-07-29 +%% +Type: language +Subtag: kkh +Description: Khün +Added: 2009-07-29 +%% +Type: language +Subtag: kki +Description: Kagulu +Added: 2009-07-29 +%% +Type: language +Subtag: kkj +Description: Kako +Added: 2009-07-29 +%% +Type: language +Subtag: kkk +Description: Kokota +Added: 2009-07-29 +%% +Type: language +Subtag: kkl +Description: Kosarek Yale +Added: 2009-07-29 +%% +Type: language +Subtag: kkm +Description: Kiong +Added: 2009-07-29 +%% +Type: language +Subtag: kkn +Description: Kon Keu +Added: 2009-07-29 +%% +Type: language +Subtag: kko +Description: Karko +Added: 2009-07-29 +%% +Type: language +Subtag: kkp +Description: Gugubera +Description: Koko-Bera +Added: 2009-07-29 +%% +Type: language +Subtag: kkq +Description: Kaiku +Added: 2009-07-29 +%% +Type: language +Subtag: kkr +Description: Kir-Balar +Added: 2009-07-29 +%% +Type: language +Subtag: kks +Description: Giiwo +Added: 2009-07-29 +%% +Type: language +Subtag: kkt +Description: Koi +Added: 2009-07-29 +%% +Type: language +Subtag: kku +Description: Tumi +Added: 2009-07-29 +%% +Type: language +Subtag: kkv +Description: Kangean +Added: 2009-07-29 +%% +Type: language +Subtag: kkw +Description: Teke-Kukuya +Added: 2009-07-29 +%% +Type: language +Subtag: kkx +Description: Kohin +Added: 2009-07-29 +%% +Type: language +Subtag: kky +Description: Guugu Yimidhirr +Description: Guguyimidjir +Added: 2009-07-29 +%% +Type: language +Subtag: kkz +Description: Kaska +Added: 2009-07-29 +%% +Type: language +Subtag: kla +Description: Klamath-Modoc +Added: 2009-07-29 +%% +Type: language +Subtag: klb +Description: Kiliwa +Added: 2009-07-29 +%% +Type: language +Subtag: klc +Description: Kolbila +Added: 2009-07-29 +%% +Type: language +Subtag: kld +Description: Gamilaraay +Added: 2009-07-29 +%% +Type: language +Subtag: kle +Description: Kulung (Nepal) +Added: 2009-07-29 +%% +Type: language +Subtag: klf +Description: Kendeje +Added: 2009-07-29 +%% +Type: language +Subtag: klg +Description: Tagakaulo +Added: 2009-07-29 +%% +Type: language +Subtag: klh +Description: Weliki +Added: 2009-07-29 +%% +Type: language +Subtag: kli +Description: Kalumpang +Added: 2009-07-29 +%% +Type: language +Subtag: klj +Description: Turkic Khalaj +Added: 2009-07-29 +%% +Type: language +Subtag: klk +Description: Kono (Nigeria) +Added: 2009-07-29 +%% +Type: language +Subtag: kll +Description: Kagan Kalagan +Added: 2009-07-29 +%% +Type: language +Subtag: klm +Description: Migum +Added: 2009-07-29 +%% +Type: language +Subtag: kln +Description: Kalenjin +Added: 2009-07-29 +Scope: macrolanguage +%% +Type: language +Subtag: klo +Description: Kapya +Added: 2009-07-29 +%% +Type: language +Subtag: klp +Description: Kamasa +Added: 2009-07-29 +%% +Type: language +Subtag: klq +Description: Rumu +Added: 2009-07-29 +%% +Type: language +Subtag: klr +Description: Khaling +Added: 2009-07-29 +%% +Type: language +Subtag: kls +Description: Kalasha +Added: 2009-07-29 +%% +Type: language +Subtag: klt +Description: Nukna +Added: 2009-07-29 +%% +Type: language +Subtag: klu +Description: Klao +Added: 2009-07-29 +%% +Type: language +Subtag: klv +Description: Maskelynes +Added: 2009-07-29 +%% +Type: language +Subtag: klw +Description: Tado +Description: Lindu +Added: 2009-07-29 +%% +Type: language +Subtag: klx +Description: Koluwawa +Added: 2009-07-29 +%% +Type: language +Subtag: kly +Description: Kalao +Added: 2009-07-29 +%% +Type: language +Subtag: klz +Description: Kabola +Added: 2009-07-29 +%% +Type: language +Subtag: kma +Description: Konni +Added: 2009-07-29 +%% +Type: language +Subtag: kmb +Description: Kimbundu +Added: 2005-10-16 +%% +Type: language +Subtag: kmc +Description: Southern Dong +Added: 2009-07-29 +%% +Type: language +Subtag: kmd +Description: Majukayang Kalinga +Added: 2009-07-29 +%% +Type: language +Subtag: kme +Description: Bakole +Added: 2009-07-29 +%% +Type: language +Subtag: kmf +Description: Kare (Papua New Guinea) +Added: 2009-07-29 +%% +Type: language +Subtag: kmg +Description: Kâte +Added: 2009-07-29 +%% +Type: language +Subtag: kmh +Description: Kalam +Added: 2009-07-29 +%% +Type: language +Subtag: kmi +Description: Kami (Nigeria) +Added: 2009-07-29 +%% +Type: language +Subtag: kmj +Description: Kumarbhag Paharia +Added: 2009-07-29 +%% +Type: language +Subtag: kmk +Description: Limos Kalinga +Added: 2009-07-29 +%% +Type: language +Subtag: kml +Description: Tanudan Kalinga +Added: 2009-07-29 +%% +Type: language +Subtag: kmm +Description: Kom (India) +Added: 2009-07-29 +%% +Type: language +Subtag: kmn +Description: Awtuw +Added: 2009-07-29 +%% +Type: language +Subtag: kmo +Description: Kwoma +Added: 2009-07-29 +%% +Type: language +Subtag: kmp +Description: Gimme +Added: 2009-07-29 +%% +Type: language +Subtag: kmq +Description: Kwama +Added: 2009-07-29 +%% +Type: language +Subtag: kmr +Description: Northern Kurdish +Added: 2009-07-29 +Macrolanguage: ku +%% +Type: language +Subtag: kms +Description: Kamasau +Added: 2009-07-29 +%% +Type: language +Subtag: kmt +Description: Kemtuik +Added: 2009-07-29 +%% +Type: language +Subtag: kmu +Description: Kanite +Added: 2009-07-29 +%% +Type: language +Subtag: kmv +Description: Karipúna Creole French +Added: 2009-07-29 +%% +Type: language +Subtag: kmw +Description: Komo (Democratic Republic of Congo) +Added: 2009-07-29 +%% +Type: language +Subtag: kmx +Description: Waboda +Added: 2009-07-29 +%% +Type: language +Subtag: kmy +Description: Koma +Added: 2009-07-29 +%% +Type: language +Subtag: kmz +Description: Khorasani Turkish +Added: 2009-07-29 +%% +Type: language +Subtag: kna +Description: Dera (Nigeria) +Added: 2009-07-29 +%% +Type: language +Subtag: knb +Description: Lubuagan Kalinga +Added: 2009-07-29 +%% +Type: language +Subtag: knc +Description: Central Kanuri +Added: 2009-07-29 +Macrolanguage: kr +%% +Type: language +Subtag: knd +Description: Konda +Added: 2009-07-29 +%% +Type: language +Subtag: kne +Description: Kankanaey +Added: 2009-07-29 +%% +Type: language +Subtag: knf +Description: Mankanya +Added: 2009-07-29 +%% +Type: language +Subtag: kng +Description: Koongo +Added: 2009-07-29 +Macrolanguage: kg +%% +Type: language +Subtag: kni +Description: Kanufi +Added: 2009-07-29 +%% +Type: language +Subtag: knj +Description: Western Kanjobal +Added: 2009-07-29 +%% +Type: language +Subtag: knk +Description: Kuranko +Added: 2009-07-29 +%% +Type: language +Subtag: knl +Description: Keninjal +Added: 2009-07-29 +%% +Type: language +Subtag: knm +Description: Kanamarí +Added: 2009-07-29 +%% +Type: language +Subtag: knn +Description: Konkani (individual language) +Added: 2009-07-29 +Macrolanguage: kok +%% +Type: language +Subtag: kno +Description: Kono (Sierra Leone) +Added: 2009-07-29 +%% +Type: language +Subtag: knp +Description: Kwanja +Added: 2009-07-29 +%% +Type: language +Subtag: knq +Description: Kintaq +Added: 2009-07-29 +%% +Type: language +Subtag: knr +Description: Kaningra +Added: 2009-07-29 +%% +Type: language +Subtag: kns +Description: Kensiu +Added: 2009-07-29 +%% +Type: language +Subtag: knt +Description: Panoan Katukína +Added: 2009-07-29 +%% +Type: language +Subtag: knu +Description: Kono (Guinea) +Added: 2009-07-29 +%% +Type: language +Subtag: knv +Description: Tabo +Added: 2009-07-29 +%% +Type: language +Subtag: knw +Description: Kung-Ekoka +Added: 2009-07-29 +%% +Type: language +Subtag: knx +Description: Kendayan +Description: Salako +Added: 2009-07-29 +%% +Type: language +Subtag: kny +Description: Kanyok +Added: 2009-07-29 +%% +Type: language +Subtag: knz +Description: Kalamsé +Added: 2009-07-29 +%% +Type: language +Subtag: koa +Description: Konomala +Added: 2009-07-29 +%% +Type: language +Subtag: koc +Description: Kpati +Added: 2009-07-29 +%% +Type: language +Subtag: kod +Description: Kodi +Added: 2009-07-29 +%% +Type: language +Subtag: koe +Description: Kacipo-Balesi +Added: 2009-07-29 +%% +Type: language +Subtag: kof +Description: Kubi +Added: 2009-07-29 +%% +Type: language +Subtag: kog +Description: Cogui +Description: Kogi +Added: 2009-07-29 +%% +Type: language +Subtag: koh +Description: Koyo +Added: 2009-07-29 +%% +Type: language +Subtag: koi +Description: Komi-Permyak +Added: 2009-07-29 +Macrolanguage: kv +%% +Type: language +Subtag: koj +Description: Sara Dunjo +Added: 2009-07-29 +Deprecated: 2015-02-12 +Preferred-Value: kwv +%% +Type: language +Subtag: kok +Description: Konkani (macrolanguage) +Added: 2005-10-16 +Suppress-Script: Deva +Scope: macrolanguage +%% +Type: language +Subtag: kol +Description: Kol (Papua New Guinea) +Added: 2009-07-29 +%% +Type: language +Subtag: koo +Description: Konzo +Added: 2009-07-29 +%% +Type: language +Subtag: kop +Description: Waube +Added: 2009-07-29 +%% +Type: language +Subtag: koq +Description: Kota (Gabon) +Added: 2009-07-29 +%% +Type: language +Subtag: kos +Description: Kosraean +Added: 2005-10-16 +%% +Type: language +Subtag: kot +Description: Lagwan +Added: 2009-07-29 +%% +Type: language +Subtag: kou +Description: Koke +Added: 2009-07-29 +%% +Type: language +Subtag: kov +Description: Kudu-Camo +Added: 2009-07-29 +%% +Type: language +Subtag: kow +Description: Kugama +Added: 2009-07-29 +%% +Type: language +Subtag: kox +Description: Coxima +Added: 2009-07-29 +Deprecated: 2016-05-30 +%% +Type: language +Subtag: koy +Description: Koyukon +Added: 2009-07-29 +%% +Type: language +Subtag: koz +Description: Korak +Added: 2009-07-29 +%% +Type: language +Subtag: kpa +Description: Kutto +Added: 2009-07-29 +%% +Type: language +Subtag: kpb +Description: Mullu Kurumba +Added: 2009-07-29 +%% +Type: language +Subtag: kpc +Description: Curripaco +Added: 2009-07-29 +%% +Type: language +Subtag: kpd +Description: Koba +Added: 2009-07-29 +%% +Type: language +Subtag: kpe +Description: Kpelle +Added: 2005-10-16 +Scope: macrolanguage +%% +Type: language +Subtag: kpf +Description: Komba +Added: 2009-07-29 +%% +Type: language +Subtag: kpg +Description: Kapingamarangi +Added: 2009-07-29 +%% +Type: language +Subtag: kph +Description: Kplang +Added: 2009-07-29 +%% +Type: language +Subtag: kpi +Description: Kofei +Added: 2009-07-29 +%% +Type: language +Subtag: kpj +Description: Karajá +Added: 2009-07-29 +%% +Type: language +Subtag: kpk +Description: Kpan +Added: 2009-07-29 +%% +Type: language +Subtag: kpl +Description: Kpala +Added: 2009-07-29 +%% +Type: language +Subtag: kpm +Description: Koho +Added: 2009-07-29 +%% +Type: language +Subtag: kpn +Description: Kepkiriwát +Added: 2009-07-29 +%% +Type: language +Subtag: kpo +Description: Ikposo +Added: 2009-07-29 +%% +Type: language +Subtag: kpp +Description: Paku Karen +Added: 2009-07-29 +Deprecated: 2012-08-12 +Comments: see jkm, jkp +%% +Type: language +Subtag: kpq +Description: Korupun-Sela +Added: 2009-07-29 +%% +Type: language +Subtag: kpr +Description: Korafe-Yegha +Added: 2009-07-29 +%% +Type: language +Subtag: kps +Description: Tehit +Added: 2009-07-29 +%% +Type: language +Subtag: kpt +Description: Karata +Added: 2009-07-29 +%% +Type: language +Subtag: kpu +Description: Kafoa +Added: 2009-07-29 +%% +Type: language +Subtag: kpv +Description: Komi-Zyrian +Added: 2009-07-29 +Macrolanguage: kv +%% +Type: language +Subtag: kpw +Description: Kobon +Added: 2009-07-29 +%% +Type: language +Subtag: kpx +Description: Mountain Koiali +Added: 2009-07-29 +%% +Type: language +Subtag: kpy +Description: Koryak +Added: 2009-07-29 +%% +Type: language +Subtag: kpz +Description: Kupsabiny +Added: 2009-07-29 +%% +Type: language +Subtag: kqa +Description: Mum +Added: 2009-07-29 +%% +Type: language +Subtag: kqb +Description: Kovai +Added: 2009-07-29 +%% +Type: language +Subtag: kqc +Description: Doromu-Koki +Added: 2009-07-29 +%% +Type: language +Subtag: kqd +Description: Koy Sanjaq Surat +Added: 2009-07-29 +%% +Type: language +Subtag: kqe +Description: Kalagan +Added: 2009-07-29 +%% +Type: language +Subtag: kqf +Description: Kakabai +Added: 2009-07-29 +%% +Type: language +Subtag: kqg +Description: Khe +Added: 2009-07-29 +%% +Type: language +Subtag: kqh +Description: Kisankasa +Added: 2009-07-29 +%% +Type: language +Subtag: kqi +Description: Koitabu +Added: 2009-07-29 +%% +Type: language +Subtag: kqj +Description: Koromira +Added: 2009-07-29 +%% +Type: language +Subtag: kqk +Description: Kotafon Gbe +Added: 2009-07-29 +%% +Type: language +Subtag: kql +Description: Kyenele +Added: 2009-07-29 +%% +Type: language +Subtag: kqm +Description: Khisa +Added: 2009-07-29 +%% +Type: language +Subtag: kqn +Description: Kaonde +Added: 2009-07-29 +%% +Type: language +Subtag: kqo +Description: Eastern Krahn +Added: 2009-07-29 +%% +Type: language +Subtag: kqp +Description: Kimré +Added: 2009-07-29 +%% +Type: language +Subtag: kqq +Description: Krenak +Added: 2009-07-29 +%% +Type: language +Subtag: kqr +Description: Kimaragang +Added: 2009-07-29 +%% +Type: language +Subtag: kqs +Description: Northern Kissi +Added: 2009-07-29 +%% +Type: language +Subtag: kqt +Description: Klias River Kadazan +Added: 2009-07-29 +%% +Type: language +Subtag: kqu +Description: Seroa +Added: 2009-07-29 +%% +Type: language +Subtag: kqv +Description: Okolod +Added: 2009-07-29 +%% +Type: language +Subtag: kqw +Description: Kandas +Added: 2009-07-29 +%% +Type: language +Subtag: kqx +Description: Mser +Added: 2009-07-29 +%% +Type: language +Subtag: kqy +Description: Koorete +Added: 2009-07-29 +%% +Type: language +Subtag: kqz +Description: Korana +Added: 2009-07-29 +%% +Type: language +Subtag: kra +Description: Kumhali +Added: 2009-07-29 +%% +Type: language +Subtag: krb +Description: Karkin +Added: 2009-07-29 +%% +Type: language +Subtag: krc +Description: Karachay-Balkar +Added: 2005-10-16 +%% +Type: language +Subtag: krd +Description: Kairui-Midiki +Added: 2009-07-29 +%% +Type: language +Subtag: kre +Description: Panará +Added: 2009-07-29 +%% +Type: language +Subtag: krf +Description: Koro (Vanuatu) +Added: 2009-07-29 +%% +Type: language +Subtag: krh +Description: Kurama +Added: 2009-07-29 +%% +Type: language +Subtag: kri +Description: Krio +Added: 2009-07-29 +%% +Type: language +Subtag: krj +Description: Kinaray-A +Added: 2009-07-29 +%% +Type: language +Subtag: krk +Description: Kerek +Added: 2009-07-29 +%% +Type: language +Subtag: krl +Description: Karelian +Added: 2006-03-08 +%% +Type: language +Subtag: krm +Description: Krim +Added: 2009-07-29 +Deprecated: 2017-02-23 +Preferred-Value: bmf +%% +Type: language +Subtag: krn +Description: Sapo +Added: 2009-07-29 +%% +Type: language +Subtag: kro +Description: Kru languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: krp +Description: Korop +Added: 2009-07-29 +%% +Type: language +Subtag: krr +Description: Krung +Added: 2009-07-29 +%% +Type: language +Subtag: krs +Description: Gbaya (Sudan) +Added: 2009-07-29 +%% +Type: language +Subtag: krt +Description: Tumari Kanuri +Added: 2009-07-29 +Macrolanguage: kr +%% +Type: language +Subtag: kru +Description: Kurukh +Added: 2005-10-16 +%% +Type: language +Subtag: krv +Description: Kavet +Added: 2009-07-29 +%% +Type: language +Subtag: krw +Description: Western Krahn +Added: 2009-07-29 +%% +Type: language +Subtag: krx +Description: Karon +Added: 2009-07-29 +%% +Type: language +Subtag: kry +Description: Kryts +Added: 2009-07-29 +%% +Type: language +Subtag: krz +Description: Sota Kanum +Added: 2009-07-29 +%% +Type: language +Subtag: ksa +Description: Shuwa-Zamani +Added: 2009-07-29 +%% +Type: language +Subtag: ksb +Description: Shambala +Added: 2009-07-29 +%% +Type: language +Subtag: ksc +Description: Southern Kalinga +Added: 2009-07-29 +%% +Type: language +Subtag: ksd +Description: Kuanua +Added: 2009-07-29 +%% +Type: language +Subtag: kse +Description: Kuni +Added: 2009-07-29 +%% +Type: language +Subtag: ksf +Description: Bafia +Added: 2009-07-29 +%% +Type: language +Subtag: ksg +Description: Kusaghe +Added: 2009-07-29 +%% +Type: language +Subtag: ksh +Description: Kölsch +Added: 2009-07-29 +%% +Type: language +Subtag: ksi +Description: Krisa +Description: I'saka +Added: 2009-07-29 +%% +Type: language +Subtag: ksj +Description: Uare +Added: 2009-07-29 +%% +Type: language +Subtag: ksk +Description: Kansa +Added: 2009-07-29 +%% +Type: language +Subtag: ksl +Description: Kumalu +Added: 2009-07-29 +%% +Type: language +Subtag: ksm +Description: Kumba +Added: 2009-07-29 +%% +Type: language +Subtag: ksn +Description: Kasiguranin +Added: 2009-07-29 +%% +Type: language +Subtag: kso +Description: Kofa +Added: 2009-07-29 +%% +Type: language +Subtag: ksp +Description: Kaba +Added: 2009-07-29 +%% +Type: language +Subtag: ksq +Description: Kwaami +Added: 2009-07-29 +%% +Type: language +Subtag: ksr +Description: Borong +Added: 2009-07-29 +%% +Type: language +Subtag: kss +Description: Southern Kisi +Added: 2009-07-29 +%% +Type: language +Subtag: kst +Description: Winyé +Added: 2009-07-29 +%% +Type: language +Subtag: ksu +Description: Khamyang +Added: 2009-07-29 +%% +Type: language +Subtag: ksv +Description: Kusu +Added: 2009-07-29 +%% +Type: language +Subtag: ksw +Description: S'gaw Karen +Added: 2009-07-29 +%% +Type: language +Subtag: ksx +Description: Kedang +Added: 2009-07-29 +%% +Type: language +Subtag: ksy +Description: Kharia Thar +Added: 2009-07-29 +%% +Type: language +Subtag: ksz +Description: Kodaku +Added: 2009-07-29 +%% +Type: language +Subtag: kta +Description: Katua +Added: 2009-07-29 +%% +Type: language +Subtag: ktb +Description: Kambaata +Added: 2009-07-29 +%% +Type: language +Subtag: ktc +Description: Kholok +Added: 2009-07-29 +%% +Type: language +Subtag: ktd +Description: Kokata +Description: Kukatha +Added: 2009-07-29 +%% +Type: language +Subtag: kte +Description: Nubri +Added: 2009-07-29 +%% +Type: language +Subtag: ktf +Description: Kwami +Added: 2009-07-29 +%% +Type: language +Subtag: ktg +Description: Kalkutung +Added: 2009-07-29 +%% +Type: language +Subtag: kth +Description: Karanga +Added: 2009-07-29 +%% +Type: language +Subtag: kti +Description: North Muyu +Added: 2009-07-29 +%% +Type: language +Subtag: ktj +Description: Plapo Krumen +Added: 2009-07-29 +%% +Type: language +Subtag: ktk +Description: Kaniet +Added: 2009-07-29 +%% +Type: language +Subtag: ktl +Description: Koroshi +Added: 2009-07-29 +%% +Type: language +Subtag: ktm +Description: Kurti +Added: 2009-07-29 +%% +Type: language +Subtag: ktn +Description: Karitiâna +Added: 2009-07-29 +%% +Type: language +Subtag: kto +Description: Kuot +Added: 2009-07-29 +%% +Type: language +Subtag: ktp +Description: Kaduo +Added: 2009-07-29 +%% +Type: language +Subtag: ktq +Description: Katabaga +Added: 2009-07-29 +%% +Type: language +Subtag: ktr +Description: Kota Marudu Tinagas +Added: 2009-07-29 +Deprecated: 2016-05-30 +Preferred-Value: dtp +%% +Type: language +Subtag: kts +Description: South Muyu +Added: 2009-07-29 +%% +Type: language +Subtag: ktt +Description: Ketum +Added: 2009-07-29 +%% +Type: language +Subtag: ktu +Description: Kituba (Democratic Republic of Congo) +Added: 2009-07-29 +%% +Type: language +Subtag: ktv +Description: Eastern Katu +Added: 2009-07-29 +%% +Type: language +Subtag: ktw +Description: Kato +Added: 2009-07-29 +%% +Type: language +Subtag: ktx +Description: Kaxararí +Added: 2009-07-29 +%% +Type: language +Subtag: kty +Description: Kango (Bas-Uélé District) +Added: 2009-07-29 +%% +Type: language +Subtag: ktz +Description: Juǀʼhoan +Description: Juǀʼhoansi +Added: 2009-07-29 +%% +Type: language +Subtag: kub +Description: Kutep +Added: 2009-07-29 +%% +Type: language +Subtag: kuc +Description: Kwinsu +Added: 2009-07-29 +%% +Type: language +Subtag: kud +Description: 'Auhelawa +Added: 2009-07-29 +%% +Type: language +Subtag: kue +Description: Kuman (Papua New Guinea) +Added: 2009-07-29 +%% +Type: language +Subtag: kuf +Description: Western Katu +Added: 2009-07-29 +%% +Type: language +Subtag: kug +Description: Kupa +Added: 2009-07-29 +%% +Type: language +Subtag: kuh +Description: Kushi +Added: 2009-07-29 +%% +Type: language +Subtag: kui +Description: Kuikúro-Kalapálo +Added: 2009-07-29 +%% +Type: language +Subtag: kuj +Description: Kuria +Added: 2009-07-29 +%% +Type: language +Subtag: kuk +Description: Kepo' +Added: 2009-07-29 +%% +Type: language +Subtag: kul +Description: Kulere +Added: 2009-07-29 +%% +Type: language +Subtag: kum +Description: Kumyk +Added: 2005-10-16 +%% +Type: language +Subtag: kun +Description: Kunama +Added: 2009-07-29 +%% +Type: language +Subtag: kuo +Description: Kumukio +Added: 2009-07-29 +%% +Type: language +Subtag: kup +Description: Kunimaipa +Added: 2009-07-29 +%% +Type: language +Subtag: kuq +Description: Karipuna +Added: 2009-07-29 +%% +Type: language +Subtag: kus +Description: Kusaal +Added: 2009-07-29 +%% +Type: language +Subtag: kut +Description: Kutenai +Added: 2005-10-16 +%% +Type: language +Subtag: kuu +Description: Upper Kuskokwim +Added: 2009-07-29 +%% +Type: language +Subtag: kuv +Description: Kur +Added: 2009-07-29 +%% +Type: language +Subtag: kuw +Description: Kpagua +Added: 2009-07-29 +%% +Type: language +Subtag: kux +Description: Kukatja +Added: 2009-07-29 +%% +Type: language +Subtag: kuy +Description: Kuuku-Ya'u +Added: 2009-07-29 +%% +Type: language +Subtag: kuz +Description: Kunza +Added: 2009-07-29 +%% +Type: language +Subtag: kva +Description: Bagvalal +Added: 2009-07-29 +%% +Type: language +Subtag: kvb +Description: Kubu +Added: 2009-07-29 +Macrolanguage: ms +%% +Type: language +Subtag: kvc +Description: Kove +Added: 2009-07-29 +%% +Type: language +Subtag: kvd +Description: Kui (Indonesia) +Added: 2009-07-29 +%% +Type: language +Subtag: kve +Description: Kalabakan +Added: 2009-07-29 +%% +Type: language +Subtag: kvf +Description: Kabalai +Added: 2009-07-29 +%% +Type: language +Subtag: kvg +Description: Kuni-Boazi +Added: 2009-07-29 +%% +Type: language +Subtag: kvh +Description: Komodo +Added: 2009-07-29 +%% +Type: language +Subtag: kvi +Description: Kwang +Added: 2009-07-29 +%% +Type: language +Subtag: kvj +Description: Psikye +Added: 2009-07-29 +%% +Type: language +Subtag: kvk +Description: Korean Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: kvl +Description: Kayaw +Added: 2009-07-29 +%% +Type: language +Subtag: kvm +Description: Kendem +Added: 2009-07-29 +%% +Type: language +Subtag: kvn +Description: Border Kuna +Added: 2009-07-29 +%% +Type: language +Subtag: kvo +Description: Dobel +Added: 2009-07-29 +%% +Type: language +Subtag: kvp +Description: Kompane +Added: 2009-07-29 +%% +Type: language +Subtag: kvq +Description: Geba Karen +Added: 2009-07-29 +%% +Type: language +Subtag: kvr +Description: Kerinci +Added: 2009-07-29 +Macrolanguage: ms +%% +Type: language +Subtag: kvs +Description: Kunggara +Added: 2009-07-29 +Deprecated: 2016-05-30 +Preferred-Value: gdj +%% +Type: language +Subtag: kvt +Description: Lahta Karen +Description: Lahta +Added: 2009-07-29 +%% +Type: language +Subtag: kvu +Description: Yinbaw Karen +Added: 2009-07-29 +%% +Type: language +Subtag: kvv +Description: Kola +Added: 2009-07-29 +%% +Type: language +Subtag: kvw +Description: Wersing +Added: 2009-07-29 +%% +Type: language +Subtag: kvx +Description: Parkari Koli +Added: 2009-07-29 +%% +Type: language +Subtag: kvy +Description: Yintale Karen +Description: Yintale +Added: 2009-07-29 +%% +Type: language +Subtag: kvz +Description: Tsakwambo +Description: Tsaukambo +Added: 2009-07-29 +%% +Type: language +Subtag: kwa +Description: Dâw +Added: 2009-07-29 +%% +Type: language +Subtag: kwb +Description: Kwa +Added: 2009-07-29 +%% +Type: language +Subtag: kwc +Description: Likwala +Added: 2009-07-29 +%% +Type: language +Subtag: kwd +Description: Kwaio +Added: 2009-07-29 +%% +Type: language +Subtag: kwe +Description: Kwerba +Added: 2009-07-29 +%% +Type: language +Subtag: kwf +Description: Kwara'ae +Added: 2009-07-29 +%% +Type: language +Subtag: kwg +Description: Sara Kaba Deme +Added: 2009-07-29 +%% +Type: language +Subtag: kwh +Description: Kowiai +Added: 2009-07-29 +%% +Type: language +Subtag: kwi +Description: Awa-Cuaiquer +Added: 2009-07-29 +%% +Type: language +Subtag: kwj +Description: Kwanga +Added: 2009-07-29 +%% +Type: language +Subtag: kwk +Description: Kwakiutl +Added: 2009-07-29 +%% +Type: language +Subtag: kwl +Description: Kofyar +Added: 2009-07-29 +%% +Type: language +Subtag: kwm +Description: Kwambi +Added: 2009-07-29 +%% +Type: language +Subtag: kwn +Description: Kwangali +Added: 2009-07-29 +%% +Type: language +Subtag: kwo +Description: Kwomtari +Added: 2009-07-29 +%% +Type: language +Subtag: kwp +Description: Kodia +Added: 2009-07-29 +%% +Type: language +Subtag: kwq +Description: Kwak +Added: 2009-07-29 +Deprecated: 2015-02-12 +Preferred-Value: yam +%% +Type: language +Subtag: kwr +Description: Kwer +Added: 2009-07-29 +%% +Type: language +Subtag: kws +Description: Kwese +Added: 2009-07-29 +%% +Type: language +Subtag: kwt +Description: Kwesten +Added: 2009-07-29 +%% +Type: language +Subtag: kwu +Description: Kwakum +Added: 2009-07-29 +%% +Type: language +Subtag: kwv +Description: Sara Kaba Náà +Added: 2009-07-29 +%% +Type: language +Subtag: kww +Description: Kwinti +Added: 2009-07-29 +%% +Type: language +Subtag: kwx +Description: Khirwar +Added: 2009-07-29 +%% +Type: language +Subtag: kwy +Description: San Salvador Kongo +Added: 2009-07-29 +Macrolanguage: kg +%% +Type: language +Subtag: kwz +Description: Kwadi +Added: 2009-07-29 +%% +Type: language +Subtag: kxa +Description: Kairiru +Added: 2009-07-29 +%% +Type: language +Subtag: kxb +Description: Krobu +Added: 2009-07-29 +%% +Type: language +Subtag: kxc +Description: Konso +Description: Khonso +Added: 2009-07-29 +%% +Type: language +Subtag: kxd +Description: Brunei +Added: 2009-07-29 +Macrolanguage: ms +%% +Type: language +Subtag: kxe +Description: Kakihum +Added: 2009-07-29 +Deprecated: 2015-02-12 +Preferred-Value: tvd +%% +Type: language +Subtag: kxf +Description: Manumanaw Karen +Description: Manumanaw +Added: 2009-07-29 +%% +Type: language +Subtag: kxh +Description: Karo (Ethiopia) +Added: 2009-07-29 +%% +Type: language +Subtag: kxi +Description: Keningau Murut +Added: 2009-07-29 +%% +Type: language +Subtag: kxj +Description: Kulfa +Added: 2009-07-29 +%% +Type: language +Subtag: kxk +Description: Zayein Karen +Added: 2009-07-29 +%% +Type: language +Subtag: kxl +Description: Nepali Kurux +Added: 2009-07-29 +%% +Type: language +Subtag: kxm +Description: Northern Khmer +Added: 2009-07-29 +%% +Type: language +Subtag: kxn +Description: Kanowit-Tanjong Melanau +Added: 2009-07-29 +%% +Type: language +Subtag: kxo +Description: Kanoé +Added: 2009-07-29 +%% +Type: language +Subtag: kxp +Description: Wadiyara Koli +Added: 2009-07-29 +%% +Type: language +Subtag: kxq +Description: Smärky Kanum +Added: 2009-07-29 +%% +Type: language +Subtag: kxr +Description: Koro (Papua New Guinea) +Added: 2009-07-29 +%% +Type: language +Subtag: kxs +Description: Kangjia +Added: 2009-07-29 +%% +Type: language +Subtag: kxt +Description: Koiwat +Added: 2009-07-29 +%% +Type: language +Subtag: kxu +Description: Kui (India) +Added: 2009-07-29 +%% +Type: language +Subtag: kxv +Description: Kuvi +Added: 2009-07-29 +%% +Type: language +Subtag: kxw +Description: Konai +Added: 2009-07-29 +%% +Type: language +Subtag: kxx +Description: Likuba +Added: 2009-07-29 +%% +Type: language +Subtag: kxy +Description: Kayong +Added: 2009-07-29 +%% +Type: language +Subtag: kxz +Description: Kerewo +Added: 2009-07-29 +%% +Type: language +Subtag: kya +Description: Kwaya +Added: 2009-07-29 +%% +Type: language +Subtag: kyb +Description: Butbut Kalinga +Added: 2009-07-29 +%% +Type: language +Subtag: kyc +Description: Kyaka +Added: 2009-07-29 +%% +Type: language +Subtag: kyd +Description: Karey +Added: 2009-07-29 +%% +Type: language +Subtag: kye +Description: Krache +Added: 2009-07-29 +%% +Type: language +Subtag: kyf +Description: Kouya +Added: 2009-07-29 +%% +Type: language +Subtag: kyg +Description: Keyagana +Added: 2009-07-29 +%% +Type: language +Subtag: kyh +Description: Karok +Added: 2009-07-29 +%% +Type: language +Subtag: kyi +Description: Kiput +Added: 2009-07-29 +%% +Type: language +Subtag: kyj +Description: Karao +Added: 2009-07-29 +%% +Type: language +Subtag: kyk +Description: Kamayo +Added: 2009-07-29 +%% +Type: language +Subtag: kyl +Description: Kalapuya +Added: 2009-07-29 +%% +Type: language +Subtag: kym +Description: Kpatili +Added: 2009-07-29 +%% +Type: language +Subtag: kyn +Description: Northern Binukidnon +Added: 2009-07-29 +%% +Type: language +Subtag: kyo +Description: Kelon +Added: 2009-07-29 +%% +Type: language +Subtag: kyp +Description: Kang +Added: 2009-07-29 +%% +Type: language +Subtag: kyq +Description: Kenga +Added: 2009-07-29 +%% +Type: language +Subtag: kyr +Description: Kuruáya +Added: 2009-07-29 +%% +Type: language +Subtag: kys +Description: Baram Kayan +Added: 2009-07-29 +%% +Type: language +Subtag: kyt +Description: Kayagar +Added: 2009-07-29 +%% +Type: language +Subtag: kyu +Description: Western Kayah +Added: 2009-07-29 +%% +Type: language +Subtag: kyv +Description: Kayort +Added: 2009-07-29 +%% +Type: language +Subtag: kyw +Description: Kudmali +Added: 2009-07-29 +%% +Type: language +Subtag: kyx +Description: Rapoisi +Added: 2009-07-29 +%% +Type: language +Subtag: kyy +Description: Kambaira +Added: 2009-07-29 +%% +Type: language +Subtag: kyz +Description: Kayabí +Added: 2009-07-29 +%% +Type: language +Subtag: kza +Description: Western Karaboro +Added: 2009-07-29 +%% +Type: language +Subtag: kzb +Description: Kaibobo +Added: 2009-07-29 +%% +Type: language +Subtag: kzc +Description: Bondoukou Kulango +Added: 2009-07-29 +%% +Type: language +Subtag: kzd +Description: Kadai +Added: 2009-07-29 +%% +Type: language +Subtag: kze +Description: Kosena +Added: 2009-07-29 +%% +Type: language +Subtag: kzf +Description: Da'a Kaili +Added: 2009-07-29 +%% +Type: language +Subtag: kzg +Description: Kikai +Added: 2009-07-29 +%% +Type: language +Subtag: kzh +Description: Kenuzi-Dongola +Added: 2009-07-29 +Deprecated: 2012-08-12 +Comments: see dgl, xnz +%% +Type: language +Subtag: kzi +Description: Kelabit +Added: 2009-07-29 +%% +Type: language +Subtag: kzj +Description: Coastal Kadazan +Added: 2009-07-29 +Deprecated: 2016-05-30 +Preferred-Value: dtp +%% +Type: language +Subtag: kzk +Description: Kazukuru +Added: 2009-07-29 +%% +Type: language +Subtag: kzl +Description: Kayeli +Added: 2009-07-29 +%% +Type: language +Subtag: kzm +Description: Kais +Added: 2009-07-29 +%% +Type: language +Subtag: kzn +Description: Kokola +Added: 2009-07-29 +%% +Type: language +Subtag: kzo +Description: Kaningi +Added: 2009-07-29 +%% +Type: language +Subtag: kzp +Description: Kaidipang +Added: 2009-07-29 +%% +Type: language +Subtag: kzq +Description: Kaike +Added: 2009-07-29 +%% +Type: language +Subtag: kzr +Description: Karang +Added: 2009-07-29 +%% +Type: language +Subtag: kzs +Description: Sugut Dusun +Added: 2009-07-29 +%% +Type: language +Subtag: kzt +Description: Tambunan Dusun +Added: 2009-07-29 +Deprecated: 2016-05-30 +Preferred-Value: dtp +%% +Type: language +Subtag: kzu +Description: Kayupulau +Added: 2009-07-29 +%% +Type: language +Subtag: kzv +Description: Komyandaret +Added: 2009-07-29 +%% +Type: language +Subtag: kzw +Description: Karirí-Xocó +Added: 2009-07-29 +%% +Type: language +Subtag: kzx +Description: Kamarian +Added: 2009-07-29 +%% +Type: language +Subtag: kzy +Description: Kango (Tshopo District) +Added: 2009-07-29 +%% +Type: language +Subtag: kzz +Description: Kalabra +Added: 2009-07-29 +%% +Type: language +Subtag: laa +Description: Southern Subanen +Added: 2009-07-29 +%% +Type: language +Subtag: lab +Description: Linear A +Added: 2009-07-29 +%% +Type: language +Subtag: lac +Description: Lacandon +Added: 2009-07-29 +%% +Type: language +Subtag: lad +Description: Ladino +Added: 2005-10-16 +%% +Type: language +Subtag: lae +Description: Pattani +Added: 2009-07-29 +%% +Type: language +Subtag: laf +Description: Lafofa +Added: 2009-07-29 +%% +Type: language +Subtag: lag +Description: Langi +Added: 2009-07-29 +%% +Type: language +Subtag: lah +Description: Lahnda +Added: 2005-10-16 +Scope: macrolanguage +%% +Type: language +Subtag: lai +Description: Lambya +Added: 2009-07-29 +%% +Type: language +Subtag: laj +Description: Lango (Uganda) +Added: 2009-07-29 +%% +Type: language +Subtag: lak +Description: Laka (Nigeria) +Added: 2009-07-29 +%% +Type: language +Subtag: lal +Description: Lalia +Added: 2009-07-29 +%% +Type: language +Subtag: lam +Description: Lamba +Added: 2005-10-16 +%% +Type: language +Subtag: lan +Description: Laru +Added: 2009-07-29 +%% +Type: language +Subtag: lap +Description: Laka (Chad) +Added: 2009-07-29 +%% +Type: language +Subtag: laq +Description: Qabiao +Added: 2009-07-29 +%% +Type: language +Subtag: lar +Description: Larteh +Added: 2009-07-29 +%% +Type: language +Subtag: las +Description: Lama (Togo) +Added: 2009-07-29 +%% +Type: language +Subtag: lau +Description: Laba +Added: 2009-07-29 +%% +Type: language +Subtag: law +Description: Lauje +Added: 2009-07-29 +%% +Type: language +Subtag: lax +Description: Tiwa +Added: 2009-07-29 +%% +Type: language +Subtag: lay +Description: Lama Bai +Added: 2009-07-29 +%% +Type: language +Subtag: laz +Description: Aribwatsa +Added: 2009-07-29 +%% +Type: language +Subtag: lba +Description: Lui +Added: 2009-07-29 +Deprecated: 2019-04-16 +%% +Type: language +Subtag: lbb +Description: Label +Added: 2009-07-29 +%% +Type: language +Subtag: lbc +Description: Lakkia +Added: 2009-07-29 +%% +Type: language +Subtag: lbe +Description: Lak +Added: 2009-07-29 +%% +Type: language +Subtag: lbf +Description: Tinani +Added: 2009-07-29 +%% +Type: language +Subtag: lbg +Description: Laopang +Added: 2009-07-29 +%% +Type: language +Subtag: lbi +Description: La'bi +Added: 2009-07-29 +%% +Type: language +Subtag: lbj +Description: Ladakhi +Added: 2009-07-29 +%% +Type: language +Subtag: lbk +Description: Central Bontok +Added: 2010-03-11 +Macrolanguage: bnc +%% +Type: language +Subtag: lbl +Description: Libon Bikol +Added: 2010-03-11 +Macrolanguage: bik +%% +Type: language +Subtag: lbm +Description: Lodhi +Added: 2009-07-29 +%% +Type: language +Subtag: lbn +Description: Rmeet +Added: 2009-07-29 +%% +Type: language +Subtag: lbo +Description: Laven +Added: 2009-07-29 +%% +Type: language +Subtag: lbq +Description: Wampar +Added: 2009-07-29 +%% +Type: language +Subtag: lbr +Description: Lohorung +Added: 2009-07-29 +%% +Type: language +Subtag: lbs +Description: Libyan Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: lbt +Description: Lachi +Added: 2009-07-29 +%% +Type: language +Subtag: lbu +Description: Labu +Added: 2009-07-29 +%% +Type: language +Subtag: lbv +Description: Lavatbura-Lamusong +Added: 2009-07-29 +%% +Type: language +Subtag: lbw +Description: Tolaki +Added: 2009-07-29 +%% +Type: language +Subtag: lbx +Description: Lawangan +Added: 2009-07-29 +%% +Type: language +Subtag: lby +Description: Lamalama +Description: Lamu-Lamu +Added: 2009-07-29 +%% +Type: language +Subtag: lbz +Description: Lardil +Added: 2009-07-29 +%% +Type: language +Subtag: lcc +Description: Legenyem +Added: 2009-07-29 +%% +Type: language +Subtag: lcd +Description: Lola +Added: 2009-07-29 +%% +Type: language +Subtag: lce +Description: Loncong +Description: Sekak +Added: 2009-07-29 +Macrolanguage: ms +%% +Type: language +Subtag: lcf +Description: Lubu +Added: 2009-07-29 +Macrolanguage: ms +%% +Type: language +Subtag: lch +Description: Luchazi +Added: 2009-07-29 +%% +Type: language +Subtag: lcl +Description: Lisela +Added: 2009-07-29 +%% +Type: language +Subtag: lcm +Description: Tungag +Added: 2009-07-29 +%% +Type: language +Subtag: lcp +Description: Western Lawa +Added: 2009-07-29 +%% +Type: language +Subtag: lcq +Description: Luhu +Added: 2009-07-29 +%% +Type: language +Subtag: lcs +Description: Lisabata-Nuniali +Added: 2009-07-29 +%% +Type: language +Subtag: lda +Description: Kla-Dan +Added: 2013-09-10 +%% +Type: language +Subtag: ldb +Description: Dũya +Added: 2009-07-29 +%% +Type: language +Subtag: ldd +Description: Luri +Added: 2009-07-29 +%% +Type: language +Subtag: ldg +Description: Lenyima +Added: 2009-07-29 +%% +Type: language +Subtag: ldh +Description: Lamja-Dengsa-Tola +Added: 2009-07-29 +%% +Type: language +Subtag: ldi +Description: Laari +Added: 2009-07-29 +Macrolanguage: kg +%% +Type: language +Subtag: ldj +Description: Lemoro +Added: 2009-07-29 +%% +Type: language +Subtag: ldk +Description: Leelau +Added: 2009-07-29 +%% +Type: language +Subtag: ldl +Description: Kaan +Added: 2009-07-29 +%% +Type: language +Subtag: ldm +Description: Landoma +Added: 2009-07-29 +%% +Type: language +Subtag: ldn +Description: Láadan +Added: 2009-07-29 +%% +Type: language +Subtag: ldo +Description: Loo +Added: 2009-07-29 +%% +Type: language +Subtag: ldp +Description: Tso +Added: 2009-07-29 +%% +Type: language +Subtag: ldq +Description: Lufu +Added: 2009-07-29 +%% +Type: language +Subtag: lea +Description: Lega-Shabunda +Added: 2009-07-29 +%% +Type: language +Subtag: leb +Description: Lala-Bisa +Added: 2009-07-29 +%% +Type: language +Subtag: lec +Description: Leco +Added: 2009-07-29 +%% +Type: language +Subtag: led +Description: Lendu +Added: 2009-07-29 +%% +Type: language +Subtag: lee +Description: Lyélé +Added: 2009-07-29 +%% +Type: language +Subtag: lef +Description: Lelemi +Added: 2009-07-29 +%% +Type: language +Subtag: leg +Description: Lengua +Added: 2009-07-29 +Deprecated: 2014-02-28 +Comments: see enl, enx +%% +Type: language +Subtag: leh +Description: Lenje +Added: 2009-07-29 +%% +Type: language +Subtag: lei +Description: Lemio +Added: 2009-07-29 +%% +Type: language +Subtag: lej +Description: Lengola +Added: 2009-07-29 +%% +Type: language +Subtag: lek +Description: Leipon +Added: 2009-07-29 +%% +Type: language +Subtag: lel +Description: Lele (Democratic Republic of Congo) +Added: 2009-07-29 +%% +Type: language +Subtag: lem +Description: Nomaande +Added: 2009-07-29 +%% +Type: language +Subtag: len +Description: Lenca +Added: 2009-07-29 +%% +Type: language +Subtag: leo +Description: Leti (Cameroon) +Added: 2009-07-29 +%% +Type: language +Subtag: lep +Description: Lepcha +Added: 2009-07-29 +%% +Type: language +Subtag: leq +Description: Lembena +Added: 2009-07-29 +%% +Type: language +Subtag: ler +Description: Lenkau +Added: 2009-07-29 +%% +Type: language +Subtag: les +Description: Lese +Added: 2009-07-29 +%% +Type: language +Subtag: let +Description: Lesing-Gelimi +Description: Amio-Gelimi +Added: 2009-07-29 +%% +Type: language +Subtag: leu +Description: Kara (Papua New Guinea) +Added: 2009-07-29 +%% +Type: language +Subtag: lev +Description: Lamma +Added: 2009-07-29 +%% +Type: language +Subtag: lew +Description: Ledo Kaili +Added: 2009-07-29 +%% +Type: language +Subtag: lex +Description: Luang +Added: 2009-07-29 +%% +Type: language +Subtag: ley +Description: Lemolang +Added: 2009-07-29 +%% +Type: language +Subtag: lez +Description: Lezghian +Added: 2005-10-16 +%% +Type: language +Subtag: lfa +Description: Lefa +Added: 2009-07-29 +%% +Type: language +Subtag: lfn +Description: Lingua Franca Nova +Added: 2009-07-29 +%% +Type: language +Subtag: lga +Description: Lungga +Added: 2009-07-29 +%% +Type: language +Subtag: lgb +Description: Laghu +Added: 2009-07-29 +%% +Type: language +Subtag: lgg +Description: Lugbara +Added: 2009-07-29 +%% +Type: language +Subtag: lgh +Description: Laghuu +Added: 2009-07-29 +%% +Type: language +Subtag: lgi +Description: Lengilu +Added: 2009-07-29 +%% +Type: language +Subtag: lgk +Description: Lingarak +Description: Neverver +Added: 2009-07-29 +%% +Type: language +Subtag: lgl +Description: Wala +Added: 2009-07-29 +%% +Type: language +Subtag: lgm +Description: Lega-Mwenga +Added: 2009-07-29 +%% +Type: language +Subtag: lgn +Description: T'apo +Description: Opuuo +Added: 2009-07-29 +%% +Type: language +Subtag: lgq +Description: Logba +Added: 2009-07-29 +%% +Type: language +Subtag: lgr +Description: Lengo +Added: 2009-07-29 +%% +Type: language +Subtag: lgt +Description: Pahi +Added: 2009-07-29 +%% +Type: language +Subtag: lgu +Description: Longgu +Added: 2009-07-29 +%% +Type: language +Subtag: lgz +Description: Ligenza +Added: 2009-07-29 +%% +Type: language +Subtag: lha +Description: Laha (Viet Nam) +Added: 2009-07-29 +%% +Type: language +Subtag: lhh +Description: Laha (Indonesia) +Added: 2009-07-29 +%% +Type: language +Subtag: lhi +Description: Lahu Shi +Added: 2009-07-29 +%% +Type: language +Subtag: lhl +Description: Lahul Lohar +Added: 2009-07-29 +%% +Type: language +Subtag: lhm +Description: Lhomi +Added: 2009-07-29 +%% +Type: language +Subtag: lhn +Description: Lahanan +Added: 2009-07-29 +%% +Type: language +Subtag: lhp +Description: Lhokpu +Added: 2009-07-29 +%% +Type: language +Subtag: lhs +Description: Mlahsö +Added: 2009-07-29 +%% +Type: language +Subtag: lht +Description: Lo-Toga +Added: 2009-07-29 +%% +Type: language +Subtag: lhu +Description: Lahu +Added: 2009-07-29 +%% +Type: language +Subtag: lia +Description: West-Central Limba +Added: 2009-07-29 +%% +Type: language +Subtag: lib +Description: Likum +Added: 2009-07-29 +%% +Type: language +Subtag: lic +Description: Hlai +Added: 2009-07-29 +%% +Type: language +Subtag: lid +Description: Nyindrou +Added: 2009-07-29 +%% +Type: language +Subtag: lie +Description: Likila +Added: 2009-07-29 +%% +Type: language +Subtag: lif +Description: Limbu +Added: 2009-07-29 +%% +Type: language +Subtag: lig +Description: Ligbi +Added: 2009-07-29 +%% +Type: language +Subtag: lih +Description: Lihir +Added: 2009-07-29 +%% +Type: language +Subtag: lii +Description: Lingkhim +Added: 2009-07-29 +Deprecated: 2015-02-12 +Preferred-Value: raq +%% +Type: language +Subtag: lij +Description: Ligurian +Added: 2009-07-29 +%% +Type: language +Subtag: lik +Description: Lika +Added: 2009-07-29 +%% +Type: language +Subtag: lil +Description: Lillooet +Added: 2009-07-29 +%% +Type: language +Subtag: lio +Description: Liki +Added: 2009-07-29 +%% +Type: language +Subtag: lip +Description: Sekpele +Added: 2009-07-29 +%% +Type: language +Subtag: liq +Description: Libido +Added: 2009-07-29 +%% +Type: language +Subtag: lir +Description: Liberian English +Added: 2009-07-29 +%% +Type: language +Subtag: lis +Description: Lisu +Added: 2009-07-29 +%% +Type: language +Subtag: liu +Description: Logorik +Added: 2009-07-29 +%% +Type: language +Subtag: liv +Description: Liv +Added: 2009-07-29 +%% +Type: language +Subtag: liw +Description: Col +Added: 2009-07-29 +Macrolanguage: ms +%% +Type: language +Subtag: lix +Description: Liabuku +Added: 2009-07-29 +%% +Type: language +Subtag: liy +Description: Banda-Bambari +Added: 2009-07-29 +%% +Type: language +Subtag: liz +Description: Libinza +Added: 2009-07-29 +%% +Type: language +Subtag: lja +Description: Golpa +Added: 2013-09-10 +%% +Type: language +Subtag: lje +Description: Rampi +Added: 2009-07-29 +%% +Type: language +Subtag: lji +Description: Laiyolo +Added: 2009-07-29 +%% +Type: language +Subtag: ljl +Description: Li'o +Added: 2009-07-29 +%% +Type: language +Subtag: ljp +Description: Lampung Api +Added: 2009-07-29 +%% +Type: language +Subtag: ljw +Description: Yirandali +Added: 2013-09-10 +%% +Type: language +Subtag: ljx +Description: Yuru +Added: 2013-09-10 +%% +Type: language +Subtag: lka +Description: Lakalei +Added: 2009-07-29 +%% +Type: language +Subtag: lkb +Description: Kabras +Description: Lukabaras +Added: 2009-07-29 +Macrolanguage: luy +%% +Type: language +Subtag: lkc +Description: Kucong +Added: 2009-07-29 +%% +Type: language +Subtag: lkd +Description: Lakondê +Added: 2009-07-29 +%% +Type: language +Subtag: lke +Description: Kenyi +Added: 2009-07-29 +%% +Type: language +Subtag: lkh +Description: Lakha +Added: 2009-07-29 +%% +Type: language +Subtag: lki +Description: Laki +Added: 2009-07-29 +%% +Type: language +Subtag: lkj +Description: Remun +Added: 2009-07-29 +%% +Type: language +Subtag: lkl +Description: Laeko-Libuat +Added: 2009-07-29 +%% +Type: language +Subtag: lkm +Description: Kalaamaya +Added: 2013-09-10 +%% +Type: language +Subtag: lkn +Description: Lakon +Description: Vure +Added: 2009-07-29 +%% +Type: language +Subtag: lko +Description: Khayo +Description: Olukhayo +Added: 2009-07-29 +Macrolanguage: luy +%% +Type: language +Subtag: lkr +Description: Päri +Added: 2009-07-29 +%% +Type: language +Subtag: lks +Description: Kisa +Description: Olushisa +Added: 2009-07-29 +Macrolanguage: luy +%% +Type: language +Subtag: lkt +Description: Lakota +Added: 2009-07-29 +%% +Type: language +Subtag: lku +Description: Kungkari +Added: 2013-09-10 +%% +Type: language +Subtag: lky +Description: Lokoya +Added: 2009-07-29 +%% +Type: language +Subtag: lla +Description: Lala-Roba +Added: 2009-07-29 +%% +Type: language +Subtag: llb +Description: Lolo +Added: 2009-07-29 +%% +Type: language +Subtag: llc +Description: Lele (Guinea) +Added: 2009-07-29 +%% +Type: language +Subtag: lld +Description: Ladin +Added: 2009-07-29 +%% +Type: language +Subtag: lle +Description: Lele (Papua New Guinea) +Added: 2009-07-29 +%% +Type: language +Subtag: llf +Description: Hermit +Added: 2009-07-29 +%% +Type: language +Subtag: llg +Description: Lole +Added: 2009-07-29 +%% +Type: language +Subtag: llh +Description: Lamu +Added: 2009-07-29 +%% +Type: language +Subtag: lli +Description: Teke-Laali +Added: 2009-07-29 +%% +Type: language +Subtag: llj +Description: Ladji Ladji +Added: 2012-08-12 +%% +Type: language +Subtag: llk +Description: Lelak +Added: 2009-07-29 +%% +Type: language +Subtag: lll +Description: Lilau +Added: 2009-07-29 +%% +Type: language +Subtag: llm +Description: Lasalimu +Added: 2009-07-29 +%% +Type: language +Subtag: lln +Description: Lele (Chad) +Added: 2009-07-29 +%% +Type: language +Subtag: llo +Description: Khlor +Added: 2009-07-29 +Deprecated: 2019-04-16 +Preferred-Value: ngt +%% +Type: language +Subtag: llp +Description: North Efate +Added: 2009-07-29 +%% +Type: language +Subtag: llq +Description: Lolak +Added: 2009-07-29 +%% +Type: language +Subtag: lls +Description: Lithuanian Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: llu +Description: Lau +Added: 2009-07-29 +%% +Type: language +Subtag: llx +Description: Lauan +Added: 2009-07-29 +%% +Type: language +Subtag: lma +Description: East Limba +Added: 2009-07-29 +%% +Type: language +Subtag: lmb +Description: Merei +Added: 2009-07-29 +%% +Type: language +Subtag: lmc +Description: Limilngan +Added: 2009-07-29 +%% +Type: language +Subtag: lmd +Description: Lumun +Added: 2009-07-29 +%% +Type: language +Subtag: lme +Description: Pévé +Added: 2009-07-29 +%% +Type: language +Subtag: lmf +Description: South Lembata +Added: 2009-07-29 +%% +Type: language +Subtag: lmg +Description: Lamogai +Added: 2009-07-29 +%% +Type: language +Subtag: lmh +Description: Lambichhong +Added: 2009-07-29 +%% +Type: language +Subtag: lmi +Description: Lombi +Added: 2009-07-29 +%% +Type: language +Subtag: lmj +Description: West Lembata +Added: 2009-07-29 +%% +Type: language +Subtag: lmk +Description: Lamkang +Added: 2009-07-29 +%% +Type: language +Subtag: lml +Description: Hano +Added: 2009-07-29 +%% +Type: language +Subtag: lmm +Description: Lamam +Added: 2009-07-29 +Deprecated: 2014-02-28 +Preferred-Value: rmx +%% +Type: language +Subtag: lmn +Description: Lambadi +Added: 2009-07-29 +%% +Type: language +Subtag: lmo +Description: Lombard +Added: 2009-07-29 +%% +Type: language +Subtag: lmp +Description: Limbum +Added: 2009-07-29 +%% +Type: language +Subtag: lmq +Description: Lamatuka +Added: 2009-07-29 +%% +Type: language +Subtag: lmr +Description: Lamalera +Added: 2009-07-29 +%% +Type: language +Subtag: lmu +Description: Lamenu +Added: 2009-07-29 +%% +Type: language +Subtag: lmv +Description: Lomaiviti +Added: 2009-07-29 +%% +Type: language +Subtag: lmw +Description: Lake Miwok +Added: 2009-07-29 +%% +Type: language +Subtag: lmx +Description: Laimbue +Added: 2009-07-29 +%% +Type: language +Subtag: lmy +Description: Lamboya +Added: 2009-07-29 +%% +Type: language +Subtag: lmz +Description: Lumbee +Added: 2009-07-29 +%% +Type: language +Subtag: lna +Description: Langbashe +Added: 2009-07-29 +%% +Type: language +Subtag: lnb +Description: Mbalanhu +Added: 2009-07-29 +%% +Type: language +Subtag: lnd +Description: Lundayeh +Description: Lun Bawang +Added: 2009-07-29 +%% +Type: language +Subtag: lng +Description: Langobardic +Added: 2009-07-29 +%% +Type: language +Subtag: lnh +Description: Lanoh +Added: 2009-07-29 +%% +Type: language +Subtag: lni +Description: Daantanai' +Added: 2009-07-29 +%% +Type: language +Subtag: lnj +Description: Leningitij +Added: 2009-07-29 +%% +Type: language +Subtag: lnl +Description: South Central Banda +Added: 2009-07-29 +%% +Type: language +Subtag: lnm +Description: Langam +Added: 2009-07-29 +%% +Type: language +Subtag: lnn +Description: Lorediakarkar +Added: 2009-07-29 +%% +Type: language +Subtag: lno +Description: Lango (South Sudan) +Added: 2009-07-29 +%% +Type: language +Subtag: lns +Description: Lamnso' +Added: 2009-07-29 +%% +Type: language +Subtag: lnu +Description: Longuda +Added: 2009-07-29 +%% +Type: language +Subtag: lnw +Description: Lanima +Added: 2013-09-10 +%% +Type: language +Subtag: lnz +Description: Lonzo +Added: 2009-07-29 +%% +Type: language +Subtag: loa +Description: Loloda +Added: 2009-07-29 +%% +Type: language +Subtag: lob +Description: Lobi +Added: 2009-07-29 +%% +Type: language +Subtag: loc +Description: Inonhan +Added: 2009-07-29 +%% +Type: language +Subtag: loe +Description: Saluan +Added: 2009-07-29 +%% +Type: language +Subtag: lof +Description: Logol +Added: 2009-07-29 +%% +Type: language +Subtag: log +Description: Logo +Added: 2009-07-29 +%% +Type: language +Subtag: loh +Description: Narim +Added: 2009-07-29 +%% +Type: language +Subtag: loi +Description: Loma (Côte d'Ivoire) +Added: 2009-07-29 +%% +Type: language +Subtag: loj +Description: Lou +Added: 2009-07-29 +%% +Type: language +Subtag: lok +Description: Loko +Added: 2009-07-29 +%% +Type: language +Subtag: lol +Description: Mongo +Added: 2005-10-16 +%% +Type: language +Subtag: lom +Description: Loma (Liberia) +Added: 2009-07-29 +%% +Type: language +Subtag: lon +Description: Malawi Lomwe +Added: 2009-07-29 +%% +Type: language +Subtag: loo +Description: Lombo +Added: 2009-07-29 +%% +Type: language +Subtag: lop +Description: Lopa +Added: 2009-07-29 +%% +Type: language +Subtag: loq +Description: Lobala +Added: 2009-07-29 +%% +Type: language +Subtag: lor +Description: Téén +Added: 2009-07-29 +%% +Type: language +Subtag: los +Description: Loniu +Added: 2009-07-29 +%% +Type: language +Subtag: lot +Description: Otuho +Added: 2009-07-29 +%% +Type: language +Subtag: lou +Description: Louisiana Creole +Added: 2009-07-29 +%% +Type: language +Subtag: lov +Description: Lopi +Added: 2009-07-29 +%% +Type: language +Subtag: low +Description: Tampias Lobu +Added: 2009-07-29 +%% +Type: language +Subtag: lox +Description: Loun +Added: 2009-07-29 +%% +Type: language +Subtag: loy +Description: Loke +Added: 2009-07-29 +%% +Type: language +Subtag: loz +Description: Lozi +Added: 2005-10-16 +%% +Type: language +Subtag: lpa +Description: Lelepa +Added: 2009-07-29 +%% +Type: language +Subtag: lpe +Description: Lepki +Added: 2009-07-29 +%% +Type: language +Subtag: lpn +Description: Long Phuri Naga +Added: 2009-07-29 +%% +Type: language +Subtag: lpo +Description: Lipo +Added: 2009-07-29 +%% +Type: language +Subtag: lpx +Description: Lopit +Added: 2009-07-29 +%% +Type: language +Subtag: lra +Description: Rara Bakati' +Added: 2009-07-29 +%% +Type: language +Subtag: lrc +Description: Northern Luri +Added: 2009-07-29 +%% +Type: language +Subtag: lre +Description: Laurentian +Added: 2009-07-29 +%% +Type: language +Subtag: lrg +Description: Laragia +Added: 2009-07-29 +%% +Type: language +Subtag: lri +Description: Marachi +Description: Olumarachi +Added: 2009-07-29 +Macrolanguage: luy +%% +Type: language +Subtag: lrk +Description: Loarki +Added: 2009-07-29 +%% +Type: language +Subtag: lrl +Description: Lari +Added: 2009-07-29 +%% +Type: language +Subtag: lrm +Description: Marama +Description: Olumarama +Added: 2009-07-29 +Macrolanguage: luy +%% +Type: language +Subtag: lrn +Description: Lorang +Added: 2009-07-29 +%% +Type: language +Subtag: lro +Description: Laro +Added: 2009-07-29 +%% +Type: language +Subtag: lrr +Description: Southern Yamphu +Added: 2009-07-29 +%% +Type: language +Subtag: lrt +Description: Larantuka Malay +Added: 2009-07-29 +%% +Type: language +Subtag: lrv +Description: Larevat +Added: 2009-07-29 +%% +Type: language +Subtag: lrz +Description: Lemerig +Added: 2009-07-29 +%% +Type: language +Subtag: lsa +Description: Lasgerdi +Added: 2009-07-29 +%% +Type: language +Subtag: lsd +Description: Lishana Deni +Added: 2009-07-29 +%% +Type: language +Subtag: lse +Description: Lusengo +Added: 2009-07-29 +%% +Type: language +Subtag: lsg +Description: Lyons Sign Language +Added: 2009-07-29 +Deprecated: 2018-03-08 +%% +Type: language +Subtag: lsh +Description: Lish +Added: 2009-07-29 +%% +Type: language +Subtag: lsi +Description: Lashi +Added: 2009-07-29 +%% +Type: language +Subtag: lsl +Description: Latvian Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: lsm +Description: Saamia +Description: Olusamia +Added: 2009-07-29 +Macrolanguage: luy +%% +Type: language +Subtag: lsn +Description: Tibetan Sign Language +Added: 2019-04-16 +%% +Type: language +Subtag: lso +Description: Laos Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: lsp +Description: Panamanian Sign Language +Description: Lengua de Señas Panameñas +Added: 2009-07-29 +%% +Type: language +Subtag: lsr +Description: Aruop +Added: 2009-07-29 +%% +Type: language +Subtag: lss +Description: Lasi +Added: 2009-07-29 +%% +Type: language +Subtag: lst +Description: Trinidad and Tobago Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: lsv +Description: Sivia Sign Language +Added: 2019-04-16 +%% +Type: language +Subtag: lsy +Description: Mauritian Sign Language +Added: 2010-03-11 +%% +Type: language +Subtag: ltc +Description: Late Middle Chinese +Added: 2009-07-29 +%% +Type: language +Subtag: ltg +Description: Latgalian +Added: 2010-03-11 +Macrolanguage: lv +%% +Type: language +Subtag: lth +Description: Thur +Added: 2017-02-23 +%% +Type: language +Subtag: lti +Description: Leti (Indonesia) +Added: 2009-07-29 +%% +Type: language +Subtag: ltn +Description: Latundê +Added: 2009-07-29 +%% +Type: language +Subtag: lto +Description: Tsotso +Description: Olutsotso +Added: 2009-07-29 +Macrolanguage: luy +%% +Type: language +Subtag: lts +Description: Tachoni +Description: Lutachoni +Added: 2009-07-29 +Macrolanguage: luy +%% +Type: language +Subtag: ltu +Description: Latu +Added: 2009-07-29 +%% +Type: language +Subtag: lua +Description: Luba-Lulua +Added: 2005-10-16 +%% +Type: language +Subtag: luc +Description: Aringa +Added: 2009-07-29 +%% +Type: language +Subtag: lud +Description: Ludian +Added: 2009-07-29 +%% +Type: language +Subtag: lue +Description: Luvale +Added: 2009-07-29 +%% +Type: language +Subtag: luf +Description: Laua +Added: 2009-07-29 +%% +Type: language +Subtag: lui +Description: Luiseno +Added: 2005-10-16 +%% +Type: language +Subtag: luj +Description: Luna +Added: 2009-07-29 +%% +Type: language +Subtag: luk +Description: Lunanakha +Added: 2009-07-29 +%% +Type: language +Subtag: lul +Description: Olu'bo +Added: 2009-07-29 +%% +Type: language +Subtag: lum +Description: Luimbi +Added: 2009-07-29 +%% +Type: language +Subtag: lun +Description: Lunda +Added: 2005-10-16 +%% +Type: language +Subtag: luo +Description: Luo (Kenya and Tanzania) +Description: Dholuo +Added: 2005-10-16 +%% +Type: language +Subtag: lup +Description: Lumbu +Added: 2009-07-29 +%% +Type: language +Subtag: luq +Description: Lucumi +Added: 2009-07-29 +%% +Type: language +Subtag: lur +Description: Laura +Added: 2009-07-29 +%% +Type: language +Subtag: lus +Description: Lushai +Added: 2005-10-16 +%% +Type: language +Subtag: lut +Description: Lushootseed +Added: 2009-07-29 +%% +Type: language +Subtag: luu +Description: Lumba-Yakkha +Added: 2009-07-29 +%% +Type: language +Subtag: luv +Description: Luwati +Added: 2009-07-29 +%% +Type: language +Subtag: luw +Description: Luo (Cameroon) +Added: 2009-07-29 +%% +Type: language +Subtag: luy +Description: Luyia +Description: Oluluyia +Added: 2009-07-29 +Scope: macrolanguage +%% +Type: language +Subtag: luz +Description: Southern Luri +Added: 2009-07-29 +%% +Type: language +Subtag: lva +Description: Maku'a +Added: 2009-07-29 +%% +Type: language +Subtag: lvi +Description: Lavi +Added: 2019-04-16 +%% +Type: language +Subtag: lvk +Description: Lavukaleve +Added: 2009-07-29 +%% +Type: language +Subtag: lvs +Description: Standard Latvian +Added: 2010-03-11 +Macrolanguage: lv +%% +Type: language +Subtag: lvu +Description: Levuka +Added: 2009-07-29 +%% +Type: language +Subtag: lwa +Description: Lwalu +Added: 2009-07-29 +%% +Type: language +Subtag: lwe +Description: Lewo Eleng +Added: 2009-07-29 +%% +Type: language +Subtag: lwg +Description: Wanga +Description: Oluwanga +Added: 2009-07-29 +Macrolanguage: luy +%% +Type: language +Subtag: lwh +Description: White Lachi +Added: 2009-07-29 +%% +Type: language +Subtag: lwl +Description: Eastern Lawa +Added: 2009-07-29 +%% +Type: language +Subtag: lwm +Description: Laomian +Added: 2009-07-29 +%% +Type: language +Subtag: lwo +Description: Luwo +Added: 2009-07-29 +%% +Type: language +Subtag: lws +Description: Malawian Sign Language +Added: 2018-03-08 +%% +Type: language +Subtag: lwt +Description: Lewotobi +Added: 2009-07-29 +%% +Type: language +Subtag: lwu +Description: Lawu +Added: 2013-09-10 +%% +Type: language +Subtag: lww +Description: Lewo +Added: 2009-07-29 +%% +Type: language +Subtag: lya +Description: Layakha +Added: 2009-07-29 +%% +Type: language +Subtag: lyg +Description: Lyngngam +Added: 2009-07-29 +%% +Type: language +Subtag: lyn +Description: Luyana +Added: 2009-07-29 +%% +Type: language +Subtag: lzh +Description: Literary Chinese +Added: 2009-07-29 +Macrolanguage: zh +%% +Type: language +Subtag: lzl +Description: Litzlitz +Added: 2009-07-29 +%% +Type: language +Subtag: lzn +Description: Leinong Naga +Added: 2009-07-29 +%% +Type: language +Subtag: lzz +Description: Laz +Added: 2009-07-29 +%% +Type: language +Subtag: maa +Description: San Jerónimo Tecóatl Mazatec +Added: 2009-07-29 +Comments: see also pbm +%% +Type: language +Subtag: mab +Description: Yutanduchi Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: mad +Description: Madurese +Added: 2005-10-16 +%% +Type: language +Subtag: mae +Description: Bo-Rukul +Added: 2009-07-29 +%% +Type: language +Subtag: maf +Description: Mafa +Added: 2009-07-29 +%% +Type: language +Subtag: mag +Description: Magahi +Added: 2005-10-16 +%% +Type: language +Subtag: mai +Description: Maithili +Added: 2005-10-16 +Suppress-Script: Deva +%% +Type: language +Subtag: maj +Description: Jalapa De Díaz Mazatec +Added: 2009-07-29 +%% +Type: language +Subtag: mak +Description: Makasar +Added: 2005-10-16 +%% +Type: language +Subtag: mam +Description: Mam +Added: 2009-07-29 +%% +Type: language +Subtag: man +Description: Mandingo +Description: Manding +Added: 2005-10-16 +Scope: macrolanguage +%% +Type: language +Subtag: map +Description: Austronesian languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: maq +Description: Chiquihuitlán Mazatec +Added: 2009-07-29 +%% +Type: language +Subtag: mas +Description: Masai +Added: 2005-10-16 +%% +Type: language +Subtag: mat +Description: San Francisco Matlatzinca +Added: 2009-07-29 +%% +Type: language +Subtag: mau +Description: Huautla Mazatec +Added: 2009-07-29 +%% +Type: language +Subtag: mav +Description: Sateré-Mawé +Added: 2009-07-29 +%% +Type: language +Subtag: maw +Description: Mampruli +Added: 2009-07-29 +%% +Type: language +Subtag: max +Description: North Moluccan Malay +Added: 2009-07-29 +Macrolanguage: ms +%% +Type: language +Subtag: maz +Description: Central Mazahua +Added: 2009-07-29 +%% +Type: language +Subtag: mba +Description: Higaonon +Added: 2009-07-29 +%% +Type: language +Subtag: mbb +Description: Western Bukidnon Manobo +Added: 2009-07-29 +%% +Type: language +Subtag: mbc +Description: Macushi +Added: 2009-07-29 +%% +Type: language +Subtag: mbd +Description: Dibabawon Manobo +Added: 2009-07-29 +%% +Type: language +Subtag: mbe +Description: Molale +Added: 2009-07-29 +%% +Type: language +Subtag: mbf +Description: Baba Malay +Added: 2009-07-29 +%% +Type: language +Subtag: mbh +Description: Mangseng +Added: 2009-07-29 +%% +Type: language +Subtag: mbi +Description: Ilianen Manobo +Added: 2009-07-29 +%% +Type: language +Subtag: mbj +Description: Nadëb +Added: 2009-07-29 +%% +Type: language +Subtag: mbk +Description: Malol +Added: 2009-07-29 +%% +Type: language +Subtag: mbl +Description: Maxakalí +Added: 2009-07-29 +%% +Type: language +Subtag: mbm +Description: Ombamba +Added: 2009-07-29 +%% +Type: language +Subtag: mbn +Description: Macaguán +Added: 2009-07-29 +%% +Type: language +Subtag: mbo +Description: Mbo (Cameroon) +Added: 2009-07-29 +%% +Type: language +Subtag: mbp +Description: Malayo +Added: 2009-07-29 +%% +Type: language +Subtag: mbq +Description: Maisin +Added: 2009-07-29 +%% +Type: language +Subtag: mbr +Description: Nukak Makú +Added: 2009-07-29 +%% +Type: language +Subtag: mbs +Description: Sarangani Manobo +Added: 2009-07-29 +%% +Type: language +Subtag: mbt +Description: Matigsalug Manobo +Added: 2009-07-29 +%% +Type: language +Subtag: mbu +Description: Mbula-Bwazza +Added: 2009-07-29 +%% +Type: language +Subtag: mbv +Description: Mbulungish +Added: 2009-07-29 +%% +Type: language +Subtag: mbw +Description: Maring +Added: 2009-07-29 +%% +Type: language +Subtag: mbx +Description: Mari (East Sepik Province) +Added: 2009-07-29 +%% +Type: language +Subtag: mby +Description: Memoni +Added: 2009-07-29 +%% +Type: language +Subtag: mbz +Description: Amoltepec Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: mca +Description: Maca +Added: 2009-07-29 +%% +Type: language +Subtag: mcb +Description: Machiguenga +Added: 2009-07-29 +%% +Type: language +Subtag: mcc +Description: Bitur +Added: 2009-07-29 +%% +Type: language +Subtag: mcd +Description: Sharanahua +Added: 2009-07-29 +%% +Type: language +Subtag: mce +Description: Itundujia Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: mcf +Description: Matsés +Added: 2009-07-29 +%% +Type: language +Subtag: mcg +Description: Mapoyo +Added: 2009-07-29 +%% +Type: language +Subtag: mch +Description: Maquiritari +Added: 2009-07-29 +%% +Type: language +Subtag: mci +Description: Mese +Added: 2009-07-29 +%% +Type: language +Subtag: mcj +Description: Mvanip +Added: 2009-07-29 +%% +Type: language +Subtag: mck +Description: Mbunda +Added: 2009-07-29 +%% +Type: language +Subtag: mcl +Description: Macaguaje +Added: 2009-07-29 +%% +Type: language +Subtag: mcm +Description: Malaccan Creole Portuguese +Added: 2009-07-29 +%% +Type: language +Subtag: mcn +Description: Masana +Added: 2009-07-29 +%% +Type: language +Subtag: mco +Description: Coatlán Mixe +Added: 2009-07-29 +%% +Type: language +Subtag: mcp +Description: Makaa +Added: 2009-07-29 +%% +Type: language +Subtag: mcq +Description: Ese +Added: 2009-07-29 +%% +Type: language +Subtag: mcr +Description: Menya +Added: 2009-07-29 +%% +Type: language +Subtag: mcs +Description: Mambai +Added: 2009-07-29 +%% +Type: language +Subtag: mct +Description: Mengisa +Added: 2009-07-29 +%% +Type: language +Subtag: mcu +Description: Cameroon Mambila +Added: 2009-07-29 +%% +Type: language +Subtag: mcv +Description: Minanibai +Added: 2009-07-29 +%% +Type: language +Subtag: mcw +Description: Mawa (Chad) +Added: 2009-07-29 +%% +Type: language +Subtag: mcx +Description: Mpiemo +Added: 2009-07-29 +%% +Type: language +Subtag: mcy +Description: South Watut +Added: 2009-07-29 +%% +Type: language +Subtag: mcz +Description: Mawan +Added: 2009-07-29 +%% +Type: language +Subtag: mda +Description: Mada (Nigeria) +Added: 2009-07-29 +%% +Type: language +Subtag: mdb +Description: Morigi +Added: 2009-07-29 +%% +Type: language +Subtag: mdc +Description: Male (Papua New Guinea) +Added: 2009-07-29 +%% +Type: language +Subtag: mdd +Description: Mbum +Added: 2009-07-29 +%% +Type: language +Subtag: mde +Description: Maba (Chad) +Added: 2009-07-29 +%% +Type: language +Subtag: mdf +Description: Moksha +Added: 2005-10-16 +%% +Type: language +Subtag: mdg +Description: Massalat +Added: 2009-07-29 +%% +Type: language +Subtag: mdh +Description: Maguindanaon +Added: 2009-07-29 +%% +Type: language +Subtag: mdi +Description: Mamvu +Added: 2009-07-29 +%% +Type: language +Subtag: mdj +Description: Mangbetu +Added: 2009-07-29 +%% +Type: language +Subtag: mdk +Description: Mangbutu +Added: 2009-07-29 +%% +Type: language +Subtag: mdl +Description: Maltese Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: mdm +Description: Mayogo +Added: 2009-07-29 +%% +Type: language +Subtag: mdn +Description: Mbati +Added: 2009-07-29 +%% +Type: language +Subtag: mdp +Description: Mbala +Added: 2009-07-29 +%% +Type: language +Subtag: mdq +Description: Mbole +Added: 2009-07-29 +%% +Type: language +Subtag: mdr +Description: Mandar +Added: 2005-10-16 +%% +Type: language +Subtag: mds +Description: Maria (Papua New Guinea) +Added: 2009-07-29 +%% +Type: language +Subtag: mdt +Description: Mbere +Added: 2009-07-29 +%% +Type: language +Subtag: mdu +Description: Mboko +Added: 2009-07-29 +%% +Type: language +Subtag: mdv +Description: Santa Lucía Monteverde Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: mdw +Description: Mbosi +Added: 2009-07-29 +%% +Type: language +Subtag: mdx +Description: Dizin +Added: 2009-07-29 +%% +Type: language +Subtag: mdy +Description: Male (Ethiopia) +Added: 2009-07-29 +%% +Type: language +Subtag: mdz +Description: Suruí Do Pará +Added: 2009-07-29 +%% +Type: language +Subtag: mea +Description: Menka +Added: 2009-07-29 +%% +Type: language +Subtag: meb +Description: Ikobi +Added: 2009-07-29 +%% +Type: language +Subtag: mec +Description: Marra +Added: 2009-07-29 +%% +Type: language +Subtag: med +Description: Melpa +Added: 2009-07-29 +%% +Type: language +Subtag: mee +Description: Mengen +Added: 2009-07-29 +%% +Type: language +Subtag: mef +Description: Megam +Added: 2009-07-29 +%% +Type: language +Subtag: meg +Description: Mea +Added: 2009-07-29 +Deprecated: 2013-09-10 +Preferred-Value: cir +%% +Type: language +Subtag: meh +Description: Southwestern Tlaxiaco Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: mei +Description: Midob +Added: 2009-07-29 +%% +Type: language +Subtag: mej +Description: Meyah +Added: 2009-07-29 +%% +Type: language +Subtag: mek +Description: Mekeo +Added: 2009-07-29 +%% +Type: language +Subtag: mel +Description: Central Melanau +Added: 2009-07-29 +%% +Type: language +Subtag: mem +Description: Mangala +Added: 2009-07-29 +%% +Type: language +Subtag: men +Description: Mende (Sierra Leone) +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: meo +Description: Kedah Malay +Added: 2009-07-29 +Macrolanguage: ms +%% +Type: language +Subtag: mep +Description: Miriwoong +Added: 2009-07-29 +%% +Type: language +Subtag: meq +Description: Merey +Added: 2009-07-29 +%% +Type: language +Subtag: mer +Description: Meru +Added: 2009-07-29 +%% +Type: language +Subtag: mes +Description: Masmaje +Added: 2009-07-29 +%% +Type: language +Subtag: met +Description: Mato +Added: 2009-07-29 +%% +Type: language +Subtag: meu +Description: Motu +Added: 2009-07-29 +%% +Type: language +Subtag: mev +Description: Mano +Added: 2009-07-29 +%% +Type: language +Subtag: mew +Description: Maaka +Added: 2009-07-29 +%% +Type: language +Subtag: mey +Description: Hassaniyya +Added: 2009-07-29 +%% +Type: language +Subtag: mez +Description: Menominee +Added: 2009-07-29 +%% +Type: language +Subtag: mfa +Description: Pattani Malay +Added: 2009-07-29 +Macrolanguage: ms +%% +Type: language +Subtag: mfb +Description: Bangka +Added: 2009-07-29 +Macrolanguage: ms +%% +Type: language +Subtag: mfc +Description: Mba +Added: 2009-07-29 +%% +Type: language +Subtag: mfd +Description: Mendankwe-Nkwen +Added: 2009-07-29 +%% +Type: language +Subtag: mfe +Description: Morisyen +Added: 2009-07-29 +%% +Type: language +Subtag: mff +Description: Naki +Added: 2009-07-29 +%% +Type: language +Subtag: mfg +Description: Mogofin +Added: 2009-07-29 +%% +Type: language +Subtag: mfh +Description: Matal +Added: 2009-07-29 +%% +Type: language +Subtag: mfi +Description: Wandala +Added: 2009-07-29 +%% +Type: language +Subtag: mfj +Description: Mefele +Added: 2009-07-29 +%% +Type: language +Subtag: mfk +Description: North Mofu +Added: 2009-07-29 +%% +Type: language +Subtag: mfl +Description: Putai +Added: 2009-07-29 +%% +Type: language +Subtag: mfm +Description: Marghi South +Added: 2009-07-29 +%% +Type: language +Subtag: mfn +Description: Cross River Mbembe +Added: 2009-07-29 +%% +Type: language +Subtag: mfo +Description: Mbe +Added: 2009-07-29 +%% +Type: language +Subtag: mfp +Description: Makassar Malay +Added: 2009-07-29 +%% +Type: language +Subtag: mfq +Description: Moba +Added: 2009-07-29 +%% +Type: language +Subtag: mfr +Description: Marrithiyel +Added: 2009-07-29 +%% +Type: language +Subtag: mfs +Description: Mexican Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: mft +Description: Mokerang +Added: 2009-07-29 +%% +Type: language +Subtag: mfu +Description: Mbwela +Added: 2009-07-29 +%% +Type: language +Subtag: mfv +Description: Mandjak +Added: 2009-07-29 +%% +Type: language +Subtag: mfw +Description: Mulaha +Added: 2009-07-29 +%% +Type: language +Subtag: mfx +Description: Melo +Added: 2009-07-29 +%% +Type: language +Subtag: mfy +Description: Mayo +Added: 2009-07-29 +%% +Type: language +Subtag: mfz +Description: Mabaan +Added: 2009-07-29 +%% +Type: language +Subtag: mga +Description: Middle Irish (900-1200) +Added: 2005-10-16 +%% +Type: language +Subtag: mgb +Description: Mararit +Added: 2009-07-29 +%% +Type: language +Subtag: mgc +Description: Morokodo +Added: 2009-07-29 +%% +Type: language +Subtag: mgd +Description: Moru +Added: 2009-07-29 +%% +Type: language +Subtag: mge +Description: Mango +Added: 2009-07-29 +%% +Type: language +Subtag: mgf +Description: Maklew +Added: 2009-07-29 +%% +Type: language +Subtag: mgg +Description: Mpumpong +Added: 2009-07-29 +%% +Type: language +Subtag: mgh +Description: Makhuwa-Meetto +Added: 2009-07-29 +%% +Type: language +Subtag: mgi +Description: Lijili +Added: 2009-07-29 +%% +Type: language +Subtag: mgj +Description: Abureni +Added: 2009-07-29 +%% +Type: language +Subtag: mgk +Description: Mawes +Added: 2009-07-29 +%% +Type: language +Subtag: mgl +Description: Maleu-Kilenge +Added: 2009-07-29 +%% +Type: language +Subtag: mgm +Description: Mambae +Added: 2009-07-29 +%% +Type: language +Subtag: mgn +Description: Mbangi +Added: 2009-07-29 +%% +Type: language +Subtag: mgo +Description: Meta' +Added: 2009-07-29 +%% +Type: language +Subtag: mgp +Description: Eastern Magar +Added: 2009-07-29 +%% +Type: language +Subtag: mgq +Description: Malila +Added: 2009-07-29 +%% +Type: language +Subtag: mgr +Description: Mambwe-Lungu +Added: 2009-07-29 +%% +Type: language +Subtag: mgs +Description: Manda (Tanzania) +Added: 2009-07-29 +%% +Type: language +Subtag: mgt +Description: Mongol +Added: 2009-07-29 +%% +Type: language +Subtag: mgu +Description: Mailu +Added: 2009-07-29 +%% +Type: language +Subtag: mgv +Description: Matengo +Added: 2009-07-29 +%% +Type: language +Subtag: mgw +Description: Matumbi +Added: 2009-07-29 +%% +Type: language +Subtag: mgx +Description: Omati +Added: 2009-07-29 +Deprecated: 2012-08-12 +Comments: see jbk, jmw +%% +Type: language +Subtag: mgy +Description: Mbunga +Added: 2009-07-29 +%% +Type: language +Subtag: mgz +Description: Mbugwe +Added: 2009-07-29 +%% +Type: language +Subtag: mha +Description: Manda (India) +Added: 2009-07-29 +%% +Type: language +Subtag: mhb +Description: Mahongwe +Added: 2009-07-29 +%% +Type: language +Subtag: mhc +Description: Mocho +Added: 2009-07-29 +%% +Type: language +Subtag: mhd +Description: Mbugu +Added: 2009-07-29 +%% +Type: language +Subtag: mhe +Description: Besisi +Description: Mah Meri +Added: 2009-07-29 +%% +Type: language +Subtag: mhf +Description: Mamaa +Added: 2009-07-29 +%% +Type: language +Subtag: mhg +Description: Margu +Added: 2009-07-29 +%% +Type: language +Subtag: mhh +Description: Maskoy Pidgin +Added: 2009-07-29 +Deprecated: 2014-02-28 +%% +Type: language +Subtag: mhi +Description: Ma'di +Added: 2009-07-29 +%% +Type: language +Subtag: mhj +Description: Mogholi +Added: 2009-07-29 +%% +Type: language +Subtag: mhk +Description: Mungaka +Added: 2009-07-29 +%% +Type: language +Subtag: mhl +Description: Mauwake +Added: 2009-07-29 +%% +Type: language +Subtag: mhm +Description: Makhuwa-Moniga +Added: 2009-07-29 +%% +Type: language +Subtag: mhn +Description: Mócheno +Added: 2009-07-29 +%% +Type: language +Subtag: mho +Description: Mashi (Zambia) +Added: 2009-07-29 +%% +Type: language +Subtag: mhp +Description: Balinese Malay +Added: 2009-07-29 +%% +Type: language +Subtag: mhq +Description: Mandan +Added: 2009-07-29 +%% +Type: language +Subtag: mhr +Description: Eastern Mari +Added: 2009-07-29 +Macrolanguage: chm +%% +Type: language +Subtag: mhs +Description: Buru (Indonesia) +Added: 2009-07-29 +%% +Type: language +Subtag: mht +Description: Mandahuaca +Added: 2009-07-29 +%% +Type: language +Subtag: mhu +Description: Digaro-Mishmi +Description: Darang Deng +Added: 2009-07-29 +%% +Type: language +Subtag: mhw +Description: Mbukushu +Added: 2009-07-29 +%% +Type: language +Subtag: mhx +Description: Maru +Description: Lhaovo +Added: 2009-07-29 +%% +Type: language +Subtag: mhy +Description: Ma'anyan +Added: 2009-07-29 +%% +Type: language +Subtag: mhz +Description: Mor (Mor Islands) +Added: 2009-07-29 +%% +Type: language +Subtag: mia +Description: Miami +Added: 2009-07-29 +%% +Type: language +Subtag: mib +Description: Atatláhuca Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: mic +Description: Mi'kmaq +Description: Micmac +Added: 2005-10-16 +%% +Type: language +Subtag: mid +Description: Mandaic +Added: 2009-07-29 +%% +Type: language +Subtag: mie +Description: Ocotepec Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: mif +Description: Mofu-Gudur +Added: 2009-07-29 +%% +Type: language +Subtag: mig +Description: San Miguel El Grande Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: mih +Description: Chayuco Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: mii +Description: Chigmecatitlán Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: mij +Description: Abar +Description: Mungbam +Added: 2009-07-29 +%% +Type: language +Subtag: mik +Description: Mikasuki +Added: 2009-07-29 +%% +Type: language +Subtag: mil +Description: Peñoles Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: mim +Description: Alacatlatzala Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: min +Description: Minangkabau +Added: 2005-10-16 +Macrolanguage: ms +%% +Type: language +Subtag: mio +Description: Pinotepa Nacional Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: mip +Description: Apasco-Apoala Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: miq +Description: Mískito +Added: 2009-07-29 +%% +Type: language +Subtag: mir +Description: Isthmus Mixe +Added: 2009-07-29 +%% +Type: language +Subtag: mis +Description: Uncoded languages +Added: 2005-10-16 +Scope: special +%% +Type: language +Subtag: mit +Description: Southern Puebla Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: miu +Description: Cacaloxtepec Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: miw +Description: Akoye +Added: 2009-07-29 +%% +Type: language +Subtag: mix +Description: Mixtepec Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: miy +Description: Ayutla Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: miz +Description: Coatzospan Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: mja +Description: Mahei +Added: 2009-07-29 +Deprecated: 2011-08-16 +%% +Type: language +Subtag: mjb +Description: Makalero +Added: 2016-05-30 +%% +Type: language +Subtag: mjc +Description: San Juan Colorado Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: mjd +Description: Northwest Maidu +Added: 2009-07-29 +%% +Type: language +Subtag: mje +Description: Muskum +Added: 2009-07-29 +%% +Type: language +Subtag: mjg +Description: Tu +Added: 2009-07-29 +%% +Type: language +Subtag: mjh +Description: Mwera (Nyasa) +Added: 2009-07-29 +%% +Type: language +Subtag: mji +Description: Kim Mun +Added: 2009-07-29 +%% +Type: language +Subtag: mjj +Description: Mawak +Added: 2009-07-29 +%% +Type: language +Subtag: mjk +Description: Matukar +Added: 2009-07-29 +%% +Type: language +Subtag: mjl +Description: Mandeali +Added: 2009-07-29 +%% +Type: language +Subtag: mjm +Description: Medebur +Added: 2009-07-29 +%% +Type: language +Subtag: mjn +Description: Ma (Papua New Guinea) +Added: 2009-07-29 +%% +Type: language +Subtag: mjo +Description: Malankuravan +Added: 2009-07-29 +%% +Type: language +Subtag: mjp +Description: Malapandaram +Added: 2009-07-29 +%% +Type: language +Subtag: mjq +Description: Malaryan +Added: 2009-07-29 +%% +Type: language +Subtag: mjr +Description: Malavedan +Added: 2009-07-29 +%% +Type: language +Subtag: mjs +Description: Miship +Added: 2009-07-29 +%% +Type: language +Subtag: mjt +Description: Sauria Paharia +Added: 2009-07-29 +%% +Type: language +Subtag: mju +Description: Manna-Dora +Added: 2009-07-29 +%% +Type: language +Subtag: mjv +Description: Mannan +Added: 2009-07-29 +%% +Type: language +Subtag: mjw +Description: Karbi +Added: 2009-07-29 +%% +Type: language +Subtag: mjx +Description: Mahali +Added: 2009-07-29 +%% +Type: language +Subtag: mjy +Description: Mahican +Added: 2009-07-29 +%% +Type: language +Subtag: mjz +Description: Majhi +Added: 2009-07-29 +%% +Type: language +Subtag: mka +Description: Mbre +Added: 2009-07-29 +%% +Type: language +Subtag: mkb +Description: Mal Paharia +Added: 2009-07-29 +%% +Type: language +Subtag: mkc +Description: Siliput +Added: 2009-07-29 +%% +Type: language +Subtag: mke +Description: Mawchi +Added: 2009-07-29 +%% +Type: language +Subtag: mkf +Description: Miya +Added: 2009-07-29 +%% +Type: language +Subtag: mkg +Description: Mak (China) +Added: 2009-07-29 +%% +Type: language +Subtag: mkh +Description: Mon-Khmer languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: mki +Description: Dhatki +Added: 2009-07-29 +%% +Type: language +Subtag: mkj +Description: Mokilese +Added: 2009-07-29 +%% +Type: language +Subtag: mkk +Description: Byep +Added: 2009-07-29 +%% +Type: language +Subtag: mkl +Description: Mokole +Added: 2009-07-29 +%% +Type: language +Subtag: mkm +Description: Moklen +Added: 2009-07-29 +%% +Type: language +Subtag: mkn +Description: Kupang Malay +Added: 2009-07-29 +%% +Type: language +Subtag: mko +Description: Mingang Doso +Added: 2009-07-29 +%% +Type: language +Subtag: mkp +Description: Moikodi +Added: 2009-07-29 +%% +Type: language +Subtag: mkq +Description: Bay Miwok +Added: 2009-07-29 +%% +Type: language +Subtag: mkr +Description: Malas +Added: 2009-07-29 +%% +Type: language +Subtag: mks +Description: Silacayoapan Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: mkt +Description: Vamale +Added: 2009-07-29 +%% +Type: language +Subtag: mku +Description: Konyanka Maninka +Added: 2009-07-29 +Macrolanguage: man +%% +Type: language +Subtag: mkv +Description: Mafea +Added: 2009-07-29 +%% +Type: language +Subtag: mkw +Description: Kituba (Congo) +Added: 2009-07-29 +%% +Type: language +Subtag: mkx +Description: Kinamiging Manobo +Added: 2009-07-29 +%% +Type: language +Subtag: mky +Description: East Makian +Added: 2009-07-29 +%% +Type: language +Subtag: mkz +Description: Makasae +Added: 2009-07-29 +%% +Type: language +Subtag: mla +Description: Malo +Added: 2009-07-29 +%% +Type: language +Subtag: mlb +Description: Mbule +Added: 2009-07-29 +%% +Type: language +Subtag: mlc +Description: Cao Lan +Added: 2009-07-29 +%% +Type: language +Subtag: mld +Description: Malakhel +Added: 2009-07-29 +Deprecated: 2013-09-10 +%% +Type: language +Subtag: mle +Description: Manambu +Added: 2009-07-29 +%% +Type: language +Subtag: mlf +Description: Mal +Added: 2009-07-29 +%% +Type: language +Subtag: mlh +Description: Mape +Added: 2009-07-29 +%% +Type: language +Subtag: mli +Description: Malimpung +Added: 2009-07-29 +%% +Type: language +Subtag: mlj +Description: Miltu +Added: 2009-07-29 +%% +Type: language +Subtag: mlk +Description: Ilwana +Description: Kiwilwana +Added: 2009-07-29 +%% +Type: language +Subtag: mll +Description: Malua Bay +Added: 2009-07-29 +%% +Type: language +Subtag: mlm +Description: Mulam +Added: 2009-07-29 +%% +Type: language +Subtag: mln +Description: Malango +Added: 2009-07-29 +%% +Type: language +Subtag: mlo +Description: Mlomp +Added: 2009-07-29 +%% +Type: language +Subtag: mlp +Description: Bargam +Added: 2009-07-29 +%% +Type: language +Subtag: mlq +Description: Western Maninkakan +Added: 2009-07-29 +Macrolanguage: man +%% +Type: language +Subtag: mlr +Description: Vame +Added: 2009-07-29 +%% +Type: language +Subtag: mls +Description: Masalit +Added: 2009-07-29 +%% +Type: language +Subtag: mlu +Description: To'abaita +Added: 2009-07-29 +%% +Type: language +Subtag: mlv +Description: Motlav +Description: Mwotlap +Added: 2009-07-29 +%% +Type: language +Subtag: mlw +Description: Moloko +Added: 2009-07-29 +%% +Type: language +Subtag: mlx +Description: Malfaxal +Description: Naha'ai +Added: 2009-07-29 +%% +Type: language +Subtag: mlz +Description: Malaynon +Added: 2009-07-29 +%% +Type: language +Subtag: mma +Description: Mama +Added: 2009-07-29 +%% +Type: language +Subtag: mmb +Description: Momina +Added: 2009-07-29 +%% +Type: language +Subtag: mmc +Description: Michoacán Mazahua +Added: 2009-07-29 +%% +Type: language +Subtag: mmd +Description: Maonan +Added: 2009-07-29 +%% +Type: language +Subtag: mme +Description: Mae +Added: 2009-07-29 +%% +Type: language +Subtag: mmf +Description: Mundat +Added: 2009-07-29 +%% +Type: language +Subtag: mmg +Description: North Ambrym +Added: 2009-07-29 +%% +Type: language +Subtag: mmh +Description: Mehináku +Added: 2009-07-29 +%% +Type: language +Subtag: mmi +Description: Musar +Added: 2009-07-29 +%% +Type: language +Subtag: mmj +Description: Majhwar +Added: 2009-07-29 +%% +Type: language +Subtag: mmk +Description: Mukha-Dora +Added: 2009-07-29 +%% +Type: language +Subtag: mml +Description: Man Met +Added: 2009-07-29 +%% +Type: language +Subtag: mmm +Description: Maii +Added: 2009-07-29 +%% +Type: language +Subtag: mmn +Description: Mamanwa +Added: 2009-07-29 +%% +Type: language +Subtag: mmo +Description: Mangga Buang +Added: 2009-07-29 +%% +Type: language +Subtag: mmp +Description: Siawi +Added: 2009-07-29 +%% +Type: language +Subtag: mmq +Description: Musak +Added: 2009-07-29 +%% +Type: language +Subtag: mmr +Description: Western Xiangxi Miao +Added: 2009-07-29 +Macrolanguage: hmn +%% +Type: language +Subtag: mmt +Description: Malalamai +Added: 2009-07-29 +%% +Type: language +Subtag: mmu +Description: Mmaala +Added: 2009-07-29 +%% +Type: language +Subtag: mmv +Description: Miriti +Added: 2009-07-29 +%% +Type: language +Subtag: mmw +Description: Emae +Added: 2009-07-29 +%% +Type: language +Subtag: mmx +Description: Madak +Added: 2009-07-29 +%% +Type: language +Subtag: mmy +Description: Migaama +Added: 2009-07-29 +%% +Type: language +Subtag: mmz +Description: Mabaale +Added: 2009-07-29 +%% +Type: language +Subtag: mna +Description: Mbula +Added: 2009-07-29 +%% +Type: language +Subtag: mnb +Description: Muna +Added: 2009-07-29 +%% +Type: language +Subtag: mnc +Description: Manchu +Added: 2005-10-16 +%% +Type: language +Subtag: mnd +Description: Mondé +Added: 2009-07-29 +%% +Type: language +Subtag: mne +Description: Naba +Added: 2009-07-29 +%% +Type: language +Subtag: mnf +Description: Mundani +Added: 2009-07-29 +%% +Type: language +Subtag: mng +Description: Eastern Mnong +Added: 2009-07-29 +%% +Type: language +Subtag: mnh +Description: Mono (Democratic Republic of Congo) +Added: 2009-07-29 +%% +Type: language +Subtag: mni +Description: Manipuri +Added: 2005-10-16 +%% +Type: language +Subtag: mnj +Description: Munji +Added: 2009-07-29 +%% +Type: language +Subtag: mnk +Description: Mandinka +Added: 2009-07-29 +Macrolanguage: man +%% +Type: language +Subtag: mnl +Description: Tiale +Added: 2009-07-29 +%% +Type: language +Subtag: mnm +Description: Mapena +Added: 2009-07-29 +%% +Type: language +Subtag: mnn +Description: Southern Mnong +Added: 2009-07-29 +%% +Type: language +Subtag: mno +Description: Manobo languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: mnp +Description: Min Bei Chinese +Added: 2009-07-29 +Macrolanguage: zh +%% +Type: language +Subtag: mnq +Description: Minriq +Added: 2009-07-29 +%% +Type: language +Subtag: mnr +Description: Mono (USA) +Added: 2009-07-29 +%% +Type: language +Subtag: mns +Description: Mansi +Added: 2009-07-29 +%% +Type: language +Subtag: mnt +Description: Maykulan +Added: 2009-07-29 +Deprecated: 2013-09-10 +Comments: see wnn, xyj, xyk, xyt +%% +Type: language +Subtag: mnu +Description: Mer +Added: 2009-07-29 +%% +Type: language +Subtag: mnv +Description: Rennell-Bellona +Added: 2009-07-29 +%% +Type: language +Subtag: mnw +Description: Mon +Added: 2009-07-29 +%% +Type: language +Subtag: mnx +Description: Manikion +Added: 2009-07-29 +%% +Type: language +Subtag: mny +Description: Manyawa +Added: 2009-07-29 +%% +Type: language +Subtag: mnz +Description: Moni +Added: 2009-07-29 +%% +Type: language +Subtag: moa +Description: Mwan +Added: 2009-07-29 +%% +Type: language +Subtag: moc +Description: Mocoví +Added: 2009-07-29 +%% +Type: language +Subtag: mod +Description: Mobilian +Added: 2009-07-29 +%% +Type: language +Subtag: moe +Description: Montagnais +Added: 2009-07-29 +%% +Type: language +Subtag: mof +Description: Mohegan-Montauk-Narragansett +Added: 2009-07-29 +Deprecated: 2010-03-11 +Comments: see xnt, xpq +%% +Type: language +Subtag: mog +Description: Mongondow +Added: 2009-07-29 +%% +Type: language +Subtag: moh +Description: Mohawk +Added: 2005-10-16 +%% +Type: language +Subtag: moi +Description: Mboi +Added: 2009-07-29 +%% +Type: language +Subtag: moj +Description: Monzombo +Added: 2009-07-29 +%% +Type: language +Subtag: mok +Description: Morori +Added: 2009-07-29 +%% +Type: language +Subtag: mom +Description: Mangue +Added: 2009-07-29 +%% +Type: language +Subtag: moo +Description: Monom +Added: 2009-07-29 +%% +Type: language +Subtag: mop +Description: Mopán Maya +Added: 2009-07-29 +%% +Type: language +Subtag: moq +Description: Mor (Bomberai Peninsula) +Added: 2009-07-29 +%% +Type: language +Subtag: mor +Description: Moro +Added: 2009-07-29 +%% +Type: language +Subtag: mos +Description: Mossi +Added: 2005-10-16 +%% +Type: language +Subtag: mot +Description: Barí +Added: 2009-07-29 +%% +Type: language +Subtag: mou +Description: Mogum +Added: 2009-07-29 +%% +Type: language +Subtag: mov +Description: Mohave +Added: 2009-07-29 +%% +Type: language +Subtag: mow +Description: Moi (Congo) +Added: 2009-07-29 +%% +Type: language +Subtag: mox +Description: Molima +Added: 2009-07-29 +%% +Type: language +Subtag: moy +Description: Shekkacho +Added: 2009-07-29 +%% +Type: language +Subtag: moz +Description: Mukulu +Description: Gergiko +Added: 2009-07-29 +%% +Type: language +Subtag: mpa +Description: Mpoto +Added: 2009-07-29 +%% +Type: language +Subtag: mpb +Description: Malak Malak +Description: Mullukmulluk +Added: 2009-07-29 +%% +Type: language +Subtag: mpc +Description: Mangarrayi +Added: 2009-07-29 +%% +Type: language +Subtag: mpd +Description: Machinere +Added: 2009-07-29 +%% +Type: language +Subtag: mpe +Description: Majang +Added: 2009-07-29 +%% +Type: language +Subtag: mpg +Description: Marba +Added: 2009-07-29 +%% +Type: language +Subtag: mph +Description: Maung +Added: 2009-07-29 +%% +Type: language +Subtag: mpi +Description: Mpade +Added: 2009-07-29 +%% +Type: language +Subtag: mpj +Description: Martu Wangka +Description: Wangkajunga +Added: 2009-07-29 +%% +Type: language +Subtag: mpk +Description: Mbara (Chad) +Added: 2009-07-29 +%% +Type: language +Subtag: mpl +Description: Middle Watut +Added: 2009-07-29 +%% +Type: language +Subtag: mpm +Description: Yosondúa Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: mpn +Description: Mindiri +Added: 2009-07-29 +%% +Type: language +Subtag: mpo +Description: Miu +Added: 2009-07-29 +%% +Type: language +Subtag: mpp +Description: Migabac +Added: 2009-07-29 +%% +Type: language +Subtag: mpq +Description: Matís +Added: 2009-07-29 +%% +Type: language +Subtag: mpr +Description: Vangunu +Added: 2009-07-29 +%% +Type: language +Subtag: mps +Description: Dadibi +Added: 2009-07-29 +%% +Type: language +Subtag: mpt +Description: Mian +Added: 2009-07-29 +%% +Type: language +Subtag: mpu +Description: Makuráp +Added: 2009-07-29 +%% +Type: language +Subtag: mpv +Description: Mungkip +Added: 2009-07-29 +%% +Type: language +Subtag: mpw +Description: Mapidian +Added: 2009-07-29 +%% +Type: language +Subtag: mpx +Description: Misima-Panaeati +Added: 2009-07-29 +%% +Type: language +Subtag: mpy +Description: Mapia +Added: 2009-07-29 +%% +Type: language +Subtag: mpz +Description: Mpi +Added: 2009-07-29 +%% +Type: language +Subtag: mqa +Description: Maba (Indonesia) +Added: 2009-07-29 +%% +Type: language +Subtag: mqb +Description: Mbuko +Added: 2009-07-29 +%% +Type: language +Subtag: mqc +Description: Mangole +Added: 2009-07-29 +%% +Type: language +Subtag: mqe +Description: Matepi +Added: 2009-07-29 +%% +Type: language +Subtag: mqf +Description: Momuna +Added: 2009-07-29 +%% +Type: language +Subtag: mqg +Description: Kota Bangun Kutai Malay +Added: 2009-07-29 +Macrolanguage: ms +%% +Type: language +Subtag: mqh +Description: Tlazoyaltepec Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: mqi +Description: Mariri +Added: 2009-07-29 +%% +Type: language +Subtag: mqj +Description: Mamasa +Added: 2009-07-29 +%% +Type: language +Subtag: mqk +Description: Rajah Kabunsuwan Manobo +Added: 2009-07-29 +%% +Type: language +Subtag: mql +Description: Mbelime +Added: 2009-07-29 +%% +Type: language +Subtag: mqm +Description: South Marquesan +Added: 2009-07-29 +%% +Type: language +Subtag: mqn +Description: Moronene +Added: 2009-07-29 +%% +Type: language +Subtag: mqo +Description: Modole +Added: 2009-07-29 +%% +Type: language +Subtag: mqp +Description: Manipa +Added: 2009-07-29 +%% +Type: language +Subtag: mqq +Description: Minokok +Added: 2009-07-29 +%% +Type: language +Subtag: mqr +Description: Mander +Added: 2009-07-29 +%% +Type: language +Subtag: mqs +Description: West Makian +Added: 2009-07-29 +%% +Type: language +Subtag: mqt +Description: Mok +Added: 2009-07-29 +%% +Type: language +Subtag: mqu +Description: Mandari +Added: 2009-07-29 +%% +Type: language +Subtag: mqv +Description: Mosimo +Added: 2009-07-29 +%% +Type: language +Subtag: mqw +Description: Murupi +Added: 2009-07-29 +%% +Type: language +Subtag: mqx +Description: Mamuju +Added: 2009-07-29 +%% +Type: language +Subtag: mqy +Description: Manggarai +Added: 2009-07-29 +%% +Type: language +Subtag: mqz +Description: Pano +Added: 2009-07-29 +%% +Type: language +Subtag: mra +Description: Mlabri +Added: 2009-07-29 +%% +Type: language +Subtag: mrb +Description: Marino +Added: 2009-07-29 +%% +Type: language +Subtag: mrc +Description: Maricopa +Added: 2009-07-29 +%% +Type: language +Subtag: mrd +Description: Western Magar +Added: 2009-07-29 +%% +Type: language +Subtag: mre +Description: Martha's Vineyard Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: mrf +Description: Elseng +Added: 2009-07-29 +%% +Type: language +Subtag: mrg +Description: Mising +Added: 2009-07-29 +%% +Type: language +Subtag: mrh +Description: Mara Chin +Added: 2009-07-29 +%% +Type: language +Subtag: mrj +Description: Western Mari +Added: 2009-07-29 +Macrolanguage: chm +%% +Type: language +Subtag: mrk +Description: Hmwaveke +Added: 2009-07-29 +%% +Type: language +Subtag: mrl +Description: Mortlockese +Added: 2009-07-29 +%% +Type: language +Subtag: mrm +Description: Merlav +Description: Mwerlap +Added: 2009-07-29 +%% +Type: language +Subtag: mrn +Description: Cheke Holo +Added: 2009-07-29 +%% +Type: language +Subtag: mro +Description: Mru +Added: 2009-07-29 +%% +Type: language +Subtag: mrp +Description: Morouas +Added: 2009-07-29 +%% +Type: language +Subtag: mrq +Description: North Marquesan +Added: 2009-07-29 +%% +Type: language +Subtag: mrr +Description: Maria (India) +Added: 2009-07-29 +%% +Type: language +Subtag: mrs +Description: Maragus +Added: 2009-07-29 +%% +Type: language +Subtag: mrt +Description: Marghi Central +Added: 2009-07-29 +%% +Type: language +Subtag: mru +Description: Mono (Cameroon) +Added: 2009-07-29 +%% +Type: language +Subtag: mrv +Description: Mangareva +Added: 2009-07-29 +%% +Type: language +Subtag: mrw +Description: Maranao +Added: 2009-07-29 +%% +Type: language +Subtag: mrx +Description: Maremgi +Description: Dineor +Added: 2009-07-29 +%% +Type: language +Subtag: mry +Description: Mandaya +Added: 2009-07-29 +%% +Type: language +Subtag: mrz +Description: Marind +Added: 2009-07-29 +%% +Type: language +Subtag: msb +Description: Masbatenyo +Added: 2009-07-29 +%% +Type: language +Subtag: msc +Description: Sankaran Maninka +Added: 2009-07-29 +Macrolanguage: man +%% +Type: language +Subtag: msd +Description: Yucatec Maya Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: mse +Description: Musey +Added: 2009-07-29 +%% +Type: language +Subtag: msf +Description: Mekwei +Added: 2009-07-29 +%% +Type: language +Subtag: msg +Description: Moraid +Added: 2009-07-29 +%% +Type: language +Subtag: msh +Description: Masikoro Malagasy +Added: 2009-07-29 +Macrolanguage: mg +%% +Type: language +Subtag: msi +Description: Sabah Malay +Added: 2009-07-29 +Macrolanguage: ms +%% +Type: language +Subtag: msj +Description: Ma (Democratic Republic of Congo) +Added: 2009-07-29 +%% +Type: language +Subtag: msk +Description: Mansaka +Added: 2009-07-29 +%% +Type: language +Subtag: msl +Description: Molof +Description: Poule +Added: 2009-07-29 +%% +Type: language +Subtag: msm +Description: Agusan Manobo +Added: 2009-07-29 +%% +Type: language +Subtag: msn +Description: Vurës +Added: 2009-07-29 +%% +Type: language +Subtag: mso +Description: Mombum +Added: 2009-07-29 +%% +Type: language +Subtag: msp +Description: Maritsauá +Added: 2009-07-29 +%% +Type: language +Subtag: msq +Description: Caac +Added: 2009-07-29 +%% +Type: language +Subtag: msr +Description: Mongolian Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: mss +Description: West Masela +Added: 2009-07-29 +%% +Type: language +Subtag: mst +Description: Cataelano Mandaya +Added: 2009-07-29 +Deprecated: 2010-03-11 +Preferred-Value: mry +%% +Type: language +Subtag: msu +Description: Musom +Added: 2009-07-29 +%% +Type: language +Subtag: msv +Description: Maslam +Added: 2009-07-29 +%% +Type: language +Subtag: msw +Description: Mansoanka +Added: 2009-07-29 +%% +Type: language +Subtag: msx +Description: Moresada +Added: 2009-07-29 +%% +Type: language +Subtag: msy +Description: Aruamu +Added: 2009-07-29 +%% +Type: language +Subtag: msz +Description: Momare +Added: 2009-07-29 +%% +Type: language +Subtag: mta +Description: Cotabato Manobo +Added: 2009-07-29 +%% +Type: language +Subtag: mtb +Description: Anyin Morofo +Added: 2009-07-29 +%% +Type: language +Subtag: mtc +Description: Munit +Added: 2009-07-29 +%% +Type: language +Subtag: mtd +Description: Mualang +Added: 2009-07-29 +%% +Type: language +Subtag: mte +Description: Mono (Solomon Islands) +Added: 2009-07-29 +%% +Type: language +Subtag: mtf +Description: Murik (Papua New Guinea) +Added: 2009-07-29 +%% +Type: language +Subtag: mtg +Description: Una +Added: 2009-07-29 +%% +Type: language +Subtag: mth +Description: Munggui +Added: 2009-07-29 +%% +Type: language +Subtag: mti +Description: Maiwa (Papua New Guinea) +Added: 2009-07-29 +%% +Type: language +Subtag: mtj +Description: Moskona +Added: 2009-07-29 +%% +Type: language +Subtag: mtk +Description: Mbe' +Added: 2009-07-29 +%% +Type: language +Subtag: mtl +Description: Montol +Added: 2009-07-29 +%% +Type: language +Subtag: mtm +Description: Mator +Added: 2009-07-29 +%% +Type: language +Subtag: mtn +Description: Matagalpa +Added: 2009-07-29 +%% +Type: language +Subtag: mto +Description: Totontepec Mixe +Added: 2009-07-29 +%% +Type: language +Subtag: mtp +Description: Wichí Lhamtés Nocten +Added: 2009-07-29 +%% +Type: language +Subtag: mtq +Description: Muong +Added: 2009-07-29 +%% +Type: language +Subtag: mtr +Description: Mewari +Added: 2009-07-29 +Macrolanguage: mwr +%% +Type: language +Subtag: mts +Description: Yora +Added: 2009-07-29 +%% +Type: language +Subtag: mtt +Description: Mota +Added: 2009-07-29 +%% +Type: language +Subtag: mtu +Description: Tututepec Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: mtv +Description: Asaro'o +Added: 2009-07-29 +%% +Type: language +Subtag: mtw +Description: Southern Binukidnon +Added: 2009-07-29 +%% +Type: language +Subtag: mtx +Description: Tidaá Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: mty +Description: Nabi +Added: 2009-07-29 +%% +Type: language +Subtag: mua +Description: Mundang +Added: 2009-07-29 +%% +Type: language +Subtag: mub +Description: Mubi +Added: 2009-07-29 +%% +Type: language +Subtag: muc +Description: Ajumbu +Added: 2009-07-29 +%% +Type: language +Subtag: mud +Description: Mednyj Aleut +Added: 2009-07-29 +%% +Type: language +Subtag: mue +Description: Media Lengua +Added: 2009-07-29 +%% +Type: language +Subtag: mug +Description: Musgu +Added: 2009-07-29 +%% +Type: language +Subtag: muh +Description: Mündü +Added: 2009-07-29 +%% +Type: language +Subtag: mui +Description: Musi +Added: 2009-07-29 +Macrolanguage: ms +%% +Type: language +Subtag: muj +Description: Mabire +Added: 2009-07-29 +%% +Type: language +Subtag: muk +Description: Mugom +Added: 2009-07-29 +%% +Type: language +Subtag: mul +Description: Multiple languages +Added: 2005-10-16 +Scope: special +%% +Type: language +Subtag: mum +Description: Maiwala +Added: 2009-07-29 +%% +Type: language +Subtag: mun +Description: Munda languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: muo +Description: Nyong +Added: 2009-07-29 +%% +Type: language +Subtag: mup +Description: Malvi +Added: 2009-07-29 +Macrolanguage: raj +%% +Type: language +Subtag: muq +Description: Eastern Xiangxi Miao +Added: 2009-07-29 +Macrolanguage: hmn +%% +Type: language +Subtag: mur +Description: Murle +Added: 2009-07-29 +%% +Type: language +Subtag: mus +Description: Creek +Added: 2005-10-16 +%% +Type: language +Subtag: mut +Description: Western Muria +Added: 2009-07-29 +%% +Type: language +Subtag: muu +Description: Yaaku +Added: 2009-07-29 +%% +Type: language +Subtag: muv +Description: Muthuvan +Added: 2009-07-29 +%% +Type: language +Subtag: mux +Description: Bo-Ung +Added: 2009-07-29 +%% +Type: language +Subtag: muy +Description: Muyang +Added: 2009-07-29 +%% +Type: language +Subtag: muz +Description: Mursi +Added: 2009-07-29 +%% +Type: language +Subtag: mva +Description: Manam +Added: 2009-07-29 +%% +Type: language +Subtag: mvb +Description: Mattole +Added: 2009-07-29 +%% +Type: language +Subtag: mvd +Description: Mamboru +Added: 2009-07-29 +%% +Type: language +Subtag: mve +Description: Marwari (Pakistan) +Added: 2009-07-29 +Macrolanguage: mwr +%% +Type: language +Subtag: mvf +Description: Peripheral Mongolian +Added: 2009-07-29 +Macrolanguage: mn +%% +Type: language +Subtag: mvg +Description: Yucuañe Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: mvh +Description: Mulgi +Added: 2009-07-29 +%% +Type: language +Subtag: mvi +Description: Miyako +Added: 2009-07-29 +%% +Type: language +Subtag: mvk +Description: Mekmek +Added: 2009-07-29 +%% +Type: language +Subtag: mvl +Description: Mbara (Australia) +Added: 2009-07-29 +%% +Type: language +Subtag: mvm +Description: Muya +Added: 2009-07-29 +%% +Type: language +Subtag: mvn +Description: Minaveha +Added: 2009-07-29 +%% +Type: language +Subtag: mvo +Description: Marovo +Added: 2009-07-29 +%% +Type: language +Subtag: mvp +Description: Duri +Added: 2009-07-29 +%% +Type: language +Subtag: mvq +Description: Moere +Added: 2009-07-29 +%% +Type: language +Subtag: mvr +Description: Marau +Added: 2009-07-29 +%% +Type: language +Subtag: mvs +Description: Massep +Added: 2009-07-29 +%% +Type: language +Subtag: mvt +Description: Mpotovoro +Added: 2009-07-29 +%% +Type: language +Subtag: mvu +Description: Marfa +Added: 2009-07-29 +%% +Type: language +Subtag: mvv +Description: Tagal Murut +Added: 2009-07-29 +%% +Type: language +Subtag: mvw +Description: Machinga +Added: 2009-07-29 +%% +Type: language +Subtag: mvx +Description: Meoswar +Added: 2009-07-29 +%% +Type: language +Subtag: mvy +Description: Indus Kohistani +Added: 2009-07-29 +%% +Type: language +Subtag: mvz +Description: Mesqan +Added: 2009-07-29 +%% +Type: language +Subtag: mwa +Description: Mwatebu +Added: 2009-07-29 +%% +Type: language +Subtag: mwb +Description: Juwal +Added: 2009-07-29 +%% +Type: language +Subtag: mwc +Description: Are +Added: 2009-07-29 +%% +Type: language +Subtag: mwd +Description: Mudbura +Added: 2009-07-29 +Deprecated: 2013-09-10 +Comments: see dmw, xrq +%% +Type: language +Subtag: mwe +Description: Mwera (Chimwera) +Added: 2009-07-29 +%% +Type: language +Subtag: mwf +Description: Murrinh-Patha +Added: 2009-07-29 +%% +Type: language +Subtag: mwg +Description: Aiklep +Added: 2009-07-29 +%% +Type: language +Subtag: mwh +Description: Mouk-Aria +Added: 2009-07-29 +%% +Type: language +Subtag: mwi +Description: Labo +Description: Ninde +Added: 2009-07-29 +%% +Type: language +Subtag: mwj +Description: Maligo +Added: 2009-07-29 +Deprecated: 2015-02-12 +Preferred-Value: vaj +%% +Type: language +Subtag: mwk +Description: Kita Maninkakan +Added: 2009-07-29 +Macrolanguage: man +%% +Type: language +Subtag: mwl +Description: Mirandese +Added: 2005-10-16 +%% +Type: language +Subtag: mwm +Description: Sar +Added: 2009-07-29 +%% +Type: language +Subtag: mwn +Description: Nyamwanga +Added: 2009-07-29 +%% +Type: language +Subtag: mwo +Description: Central Maewo +Added: 2009-07-29 +%% +Type: language +Subtag: mwp +Description: Kala Lagaw Ya +Added: 2009-07-29 +%% +Type: language +Subtag: mwq +Description: Mün Chin +Added: 2009-07-29 +%% +Type: language +Subtag: mwr +Description: Marwari +Added: 2005-10-16 +Scope: macrolanguage +%% +Type: language +Subtag: mws +Description: Mwimbi-Muthambi +Added: 2009-07-29 +%% +Type: language +Subtag: mwt +Description: Moken +Added: 2009-07-29 +%% +Type: language +Subtag: mwu +Description: Mittu +Added: 2009-07-29 +%% +Type: language +Subtag: mwv +Description: Mentawai +Added: 2009-07-29 +%% +Type: language +Subtag: mww +Description: Hmong Daw +Added: 2009-07-29 +Macrolanguage: hmn +%% +Type: language +Subtag: mwx +Description: Mediak +Added: 2009-07-29 +Deprecated: 2018-03-08 +%% +Type: language +Subtag: mwy +Description: Mosiro +Added: 2009-07-29 +Deprecated: 2018-03-08 +%% +Type: language +Subtag: mwz +Description: Moingi +Added: 2009-07-29 +%% +Type: language +Subtag: mxa +Description: Northwest Oaxaca Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: mxb +Description: Tezoatlán Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: mxc +Description: Manyika +Added: 2009-07-29 +%% +Type: language +Subtag: mxd +Description: Modang +Added: 2009-07-29 +%% +Type: language +Subtag: mxe +Description: Mele-Fila +Added: 2009-07-29 +%% +Type: language +Subtag: mxf +Description: Malgbe +Added: 2009-07-29 +%% +Type: language +Subtag: mxg +Description: Mbangala +Added: 2009-07-29 +%% +Type: language +Subtag: mxh +Description: Mvuba +Added: 2009-07-29 +%% +Type: language +Subtag: mxi +Description: Mozarabic +Added: 2009-07-29 +%% +Type: language +Subtag: mxj +Description: Miju-Mishmi +Description: Geman Deng +Added: 2009-07-29 +%% +Type: language +Subtag: mxk +Description: Monumbo +Added: 2009-07-29 +%% +Type: language +Subtag: mxl +Description: Maxi Gbe +Added: 2009-07-29 +%% +Type: language +Subtag: mxm +Description: Meramera +Added: 2009-07-29 +%% +Type: language +Subtag: mxn +Description: Moi (Indonesia) +Added: 2009-07-29 +%% +Type: language +Subtag: mxo +Description: Mbowe +Added: 2009-07-29 +%% +Type: language +Subtag: mxp +Description: Tlahuitoltepec Mixe +Added: 2009-07-29 +%% +Type: language +Subtag: mxq +Description: Juquila Mixe +Added: 2009-07-29 +%% +Type: language +Subtag: mxr +Description: Murik (Malaysia) +Added: 2009-07-29 +%% +Type: language +Subtag: mxs +Description: Huitepec Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: mxt +Description: Jamiltepec Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: mxu +Description: Mada (Cameroon) +Added: 2009-07-29 +%% +Type: language +Subtag: mxv +Description: Metlatónoc Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: mxw +Description: Namo +Added: 2009-07-29 +%% +Type: language +Subtag: mxx +Description: Mahou +Description: Mawukakan +Added: 2009-07-29 +%% +Type: language +Subtag: mxy +Description: Southeastern Nochixtlán Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: mxz +Description: Central Masela +Added: 2009-07-29 +%% +Type: language +Subtag: myb +Description: Mbay +Added: 2009-07-29 +%% +Type: language +Subtag: myc +Description: Mayeka +Added: 2009-07-29 +%% +Type: language +Subtag: myd +Description: Maramba +Added: 2009-07-29 +Deprecated: 2019-04-16 +Preferred-Value: aog +%% +Type: language +Subtag: mye +Description: Myene +Added: 2009-07-29 +%% +Type: language +Subtag: myf +Description: Bambassi +Added: 2009-07-29 +%% +Type: language +Subtag: myg +Description: Manta +Added: 2009-07-29 +%% +Type: language +Subtag: myh +Description: Makah +Added: 2009-07-29 +%% +Type: language +Subtag: myi +Description: Mina (India) +Added: 2009-07-29 +Deprecated: 2019-04-16 +%% +Type: language +Subtag: myj +Description: Mangayat +Added: 2009-07-29 +%% +Type: language +Subtag: myk +Description: Mamara Senoufo +Added: 2009-07-29 +%% +Type: language +Subtag: myl +Description: Moma +Added: 2009-07-29 +%% +Type: language +Subtag: mym +Description: Me'en +Added: 2009-07-29 +%% +Type: language +Subtag: myn +Description: Mayan languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: myo +Description: Anfillo +Added: 2009-07-29 +%% +Type: language +Subtag: myp +Description: Pirahã +Added: 2009-07-29 +%% +Type: language +Subtag: myq +Description: Forest Maninka +Added: 2009-07-29 +Deprecated: 2013-09-10 +Macrolanguage: man +%% +Type: language +Subtag: myr +Description: Muniche +Added: 2009-07-29 +%% +Type: language +Subtag: mys +Description: Mesmes +Added: 2009-07-29 +%% +Type: language +Subtag: myt +Description: Sangab Mandaya +Added: 2009-07-29 +Deprecated: 2010-03-11 +Preferred-Value: mry +%% +Type: language +Subtag: myu +Description: Mundurukú +Added: 2009-07-29 +%% +Type: language +Subtag: myv +Description: Erzya +Added: 2005-10-16 +%% +Type: language +Subtag: myw +Description: Muyuw +Added: 2009-07-29 +%% +Type: language +Subtag: myx +Description: Masaaba +Added: 2009-07-29 +%% +Type: language +Subtag: myy +Description: Macuna +Added: 2009-07-29 +%% +Type: language +Subtag: myz +Description: Classical Mandaic +Added: 2009-07-29 +%% +Type: language +Subtag: mza +Description: Santa María Zacatepec Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: mzb +Description: Tumzabt +Added: 2009-07-29 +%% +Type: language +Subtag: mzc +Description: Madagascar Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: mzd +Description: Malimba +Added: 2009-07-29 +%% +Type: language +Subtag: mze +Description: Morawa +Added: 2009-07-29 +%% +Type: language +Subtag: mzg +Description: Monastic Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: mzh +Description: Wichí Lhamtés Güisnay +Added: 2009-07-29 +%% +Type: language +Subtag: mzi +Description: Ixcatlán Mazatec +Added: 2009-07-29 +%% +Type: language +Subtag: mzj +Description: Manya +Added: 2009-07-29 +%% +Type: language +Subtag: mzk +Description: Nigeria Mambila +Added: 2009-07-29 +%% +Type: language +Subtag: mzl +Description: Mazatlán Mixe +Added: 2009-07-29 +%% +Type: language +Subtag: mzm +Description: Mumuye +Added: 2009-07-29 +%% +Type: language +Subtag: mzn +Description: Mazanderani +Added: 2009-07-29 +%% +Type: language +Subtag: mzo +Description: Matipuhy +Added: 2009-07-29 +%% +Type: language +Subtag: mzp +Description: Movima +Added: 2009-07-29 +%% +Type: language +Subtag: mzq +Description: Mori Atas +Added: 2009-07-29 +%% +Type: language +Subtag: mzr +Description: Marúbo +Added: 2009-07-29 +%% +Type: language +Subtag: mzs +Description: Macanese +Added: 2009-07-29 +%% +Type: language +Subtag: mzt +Description: Mintil +Added: 2009-07-29 +%% +Type: language +Subtag: mzu +Description: Inapang +Added: 2009-07-29 +%% +Type: language +Subtag: mzv +Description: Manza +Added: 2009-07-29 +%% +Type: language +Subtag: mzw +Description: Deg +Added: 2009-07-29 +%% +Type: language +Subtag: mzx +Description: Mawayana +Added: 2009-07-29 +%% +Type: language +Subtag: mzy +Description: Mozambican Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: mzz +Description: Maiadomu +Added: 2009-07-29 +%% +Type: language +Subtag: naa +Description: Namla +Added: 2009-07-29 +%% +Type: language +Subtag: nab +Description: Southern Nambikuára +Added: 2009-07-29 +%% +Type: language +Subtag: nac +Description: Narak +Added: 2009-07-29 +%% +Type: language +Subtag: nad +Description: Nijadali +Added: 2009-07-29 +Deprecated: 2016-05-30 +Preferred-Value: xny +%% +Type: language +Subtag: nae +Description: Naka'ela +Added: 2009-07-29 +%% +Type: language +Subtag: naf +Description: Nabak +Added: 2009-07-29 +%% +Type: language +Subtag: nag +Description: Naga Pidgin +Added: 2009-07-29 +%% +Type: language +Subtag: nah +Description: Nahuatl languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: nai +Description: North American Indian languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: naj +Description: Nalu +Added: 2009-07-29 +%% +Type: language +Subtag: nak +Description: Nakanai +Added: 2009-07-29 +%% +Type: language +Subtag: nal +Description: Nalik +Added: 2009-07-29 +%% +Type: language +Subtag: nam +Description: Ngan'gityemerri +Added: 2009-07-29 +%% +Type: language +Subtag: nan +Description: Min Nan Chinese +Added: 2009-07-29 +Macrolanguage: zh +%% +Type: language +Subtag: nao +Description: Naaba +Added: 2009-07-29 +%% +Type: language +Subtag: nap +Description: Neapolitan +Added: 2005-10-16 +%% +Type: language +Subtag: naq +Description: Khoekhoe +Description: Nama (Namibia) +Added: 2009-07-29 +%% +Type: language +Subtag: nar +Description: Iguta +Added: 2009-07-29 +%% +Type: language +Subtag: nas +Description: Naasioi +Added: 2009-07-29 +%% +Type: language +Subtag: nat +Description: Ca̱hungwa̱rya̱ +Description: Hungworo +Added: 2009-07-29 +%% +Type: language +Subtag: naw +Description: Nawuri +Added: 2009-07-29 +%% +Type: language +Subtag: nax +Description: Nakwi +Added: 2009-07-29 +%% +Type: language +Subtag: nay +Description: Ngarrindjeri +Added: 2009-07-29 +%% +Type: language +Subtag: naz +Description: Coatepec Nahuatl +Added: 2009-07-29 +%% +Type: language +Subtag: nba +Description: Nyemba +Added: 2009-07-29 +%% +Type: language +Subtag: nbb +Description: Ndoe +Added: 2009-07-29 +%% +Type: language +Subtag: nbc +Description: Chang Naga +Added: 2009-07-29 +%% +Type: language +Subtag: nbd +Description: Ngbinda +Added: 2009-07-29 +%% +Type: language +Subtag: nbe +Description: Konyak Naga +Added: 2009-07-29 +%% +Type: language +Subtag: nbf +Description: Naxi +Added: 2009-07-29 +Deprecated: 2011-08-16 +Comments: see nru, nxq +%% +Type: language +Subtag: nbg +Description: Nagarchal +Added: 2009-07-29 +%% +Type: language +Subtag: nbh +Description: Ngamo +Added: 2009-07-29 +%% +Type: language +Subtag: nbi +Description: Mao Naga +Added: 2009-07-29 +%% +Type: language +Subtag: nbj +Description: Ngarinyman +Added: 2009-07-29 +%% +Type: language +Subtag: nbk +Description: Nake +Added: 2009-07-29 +%% +Type: language +Subtag: nbm +Description: Ngbaka Ma'bo +Added: 2009-07-29 +%% +Type: language +Subtag: nbn +Description: Kuri +Added: 2009-07-29 +%% +Type: language +Subtag: nbo +Description: Nkukoli +Added: 2009-07-29 +%% +Type: language +Subtag: nbp +Description: Nnam +Added: 2009-07-29 +%% +Type: language +Subtag: nbq +Description: Nggem +Added: 2009-07-29 +%% +Type: language +Subtag: nbr +Description: Numana +Added: 2009-07-29 +%% +Type: language +Subtag: nbs +Description: Namibian Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: nbt +Description: Na +Added: 2009-07-29 +%% +Type: language +Subtag: nbu +Description: Rongmei Naga +Added: 2009-07-29 +%% +Type: language +Subtag: nbv +Description: Ngamambo +Added: 2009-07-29 +%% +Type: language +Subtag: nbw +Description: Southern Ngbandi +Added: 2009-07-29 +%% +Type: language +Subtag: nbx +Description: Ngura +Added: 2009-07-29 +Deprecated: 2013-09-10 +Comments: see ekc, gll, jbi, xpt, xwk +%% +Type: language +Subtag: nby +Description: Ningera +Added: 2009-07-29 +%% +Type: language +Subtag: nca +Description: Iyo +Added: 2009-07-29 +%% +Type: language +Subtag: ncb +Description: Central Nicobarese +Added: 2009-07-29 +%% +Type: language +Subtag: ncc +Description: Ponam +Added: 2009-07-29 +%% +Type: language +Subtag: ncd +Description: Nachering +Added: 2009-07-29 +%% +Type: language +Subtag: nce +Description: Yale +Added: 2009-07-29 +%% +Type: language +Subtag: ncf +Description: Notsi +Added: 2009-07-29 +%% +Type: language +Subtag: ncg +Description: Nisga'a +Added: 2009-07-29 +%% +Type: language +Subtag: nch +Description: Central Huasteca Nahuatl +Added: 2009-07-29 +%% +Type: language +Subtag: nci +Description: Classical Nahuatl +Added: 2009-07-29 +%% +Type: language +Subtag: ncj +Description: Northern Puebla Nahuatl +Added: 2009-07-29 +%% +Type: language +Subtag: nck +Description: Na-kara +Added: 2009-07-29 +%% +Type: language +Subtag: ncl +Description: Michoacán Nahuatl +Added: 2009-07-29 +%% +Type: language +Subtag: ncm +Description: Nambo +Added: 2009-07-29 +%% +Type: language +Subtag: ncn +Description: Nauna +Added: 2009-07-29 +%% +Type: language +Subtag: nco +Description: Sibe +Added: 2009-07-29 +%% +Type: language +Subtag: ncp +Description: Ndaktup +Added: 2009-07-29 +Deprecated: 2018-03-08 +Preferred-Value: kdz +%% +Type: language +Subtag: ncq +Description: Northern Katang +Added: 2017-02-23 +%% +Type: language +Subtag: ncr +Description: Ncane +Added: 2009-07-29 +%% +Type: language +Subtag: ncs +Description: Nicaraguan Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: nct +Description: Chothe Naga +Added: 2009-07-29 +%% +Type: language +Subtag: ncu +Description: Chumburung +Added: 2009-07-29 +%% +Type: language +Subtag: ncx +Description: Central Puebla Nahuatl +Added: 2009-07-29 +%% +Type: language +Subtag: ncz +Description: Natchez +Added: 2009-07-29 +%% +Type: language +Subtag: nda +Description: Ndasa +Added: 2009-07-29 +%% +Type: language +Subtag: ndb +Description: Kenswei Nsei +Added: 2009-07-29 +%% +Type: language +Subtag: ndc +Description: Ndau +Added: 2009-07-29 +%% +Type: language +Subtag: ndd +Description: Nde-Nsele-Nta +Added: 2009-07-29 +%% +Type: language +Subtag: ndf +Description: Nadruvian +Added: 2009-07-29 +%% +Type: language +Subtag: ndg +Description: Ndengereko +Added: 2009-07-29 +%% +Type: language +Subtag: ndh +Description: Ndali +Added: 2009-07-29 +%% +Type: language +Subtag: ndi +Description: Samba Leko +Added: 2009-07-29 +%% +Type: language +Subtag: ndj +Description: Ndamba +Added: 2009-07-29 +%% +Type: language +Subtag: ndk +Description: Ndaka +Added: 2009-07-29 +%% +Type: language +Subtag: ndl +Description: Ndolo +Added: 2009-07-29 +%% +Type: language +Subtag: ndm +Description: Ndam +Added: 2009-07-29 +%% +Type: language +Subtag: ndn +Description: Ngundi +Added: 2009-07-29 +%% +Type: language +Subtag: ndp +Description: Ndo +Added: 2009-07-29 +%% +Type: language +Subtag: ndq +Description: Ndombe +Added: 2009-07-29 +%% +Type: language +Subtag: ndr +Description: Ndoola +Added: 2009-07-29 +%% +Type: language +Subtag: nds +Description: Low German +Description: Low Saxon +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: ndt +Description: Ndunga +Added: 2009-07-29 +%% +Type: language +Subtag: ndu +Description: Dugun +Added: 2009-07-29 +%% +Type: language +Subtag: ndv +Description: Ndut +Added: 2009-07-29 +%% +Type: language +Subtag: ndw +Description: Ndobo +Added: 2009-07-29 +%% +Type: language +Subtag: ndx +Description: Nduga +Added: 2009-07-29 +%% +Type: language +Subtag: ndy +Description: Lutos +Added: 2009-07-29 +%% +Type: language +Subtag: ndz +Description: Ndogo +Added: 2009-07-29 +%% +Type: language +Subtag: nea +Description: Eastern Ngad'a +Added: 2009-07-29 +%% +Type: language +Subtag: neb +Description: Toura (Côte d'Ivoire) +Added: 2009-07-29 +%% +Type: language +Subtag: nec +Description: Nedebang +Added: 2009-07-29 +%% +Type: language +Subtag: ned +Description: Nde-Gbite +Added: 2009-07-29 +%% +Type: language +Subtag: nee +Description: Nêlêmwa-Nixumwak +Added: 2009-07-29 +%% +Type: language +Subtag: nef +Description: Nefamese +Added: 2009-07-29 +%% +Type: language +Subtag: neg +Description: Negidal +Added: 2009-07-29 +%% +Type: language +Subtag: neh +Description: Nyenkha +Added: 2009-07-29 +%% +Type: language +Subtag: nei +Description: Neo-Hittite +Added: 2009-07-29 +%% +Type: language +Subtag: nej +Description: Neko +Added: 2009-07-29 +%% +Type: language +Subtag: nek +Description: Neku +Added: 2009-07-29 +%% +Type: language +Subtag: nem +Description: Nemi +Added: 2009-07-29 +%% +Type: language +Subtag: nen +Description: Nengone +Added: 2009-07-29 +%% +Type: language +Subtag: neo +Description: Ná-Meo +Added: 2009-07-29 +%% +Type: language +Subtag: neq +Description: North Central Mixe +Added: 2009-07-29 +%% +Type: language +Subtag: ner +Description: Yahadian +Added: 2009-07-29 +%% +Type: language +Subtag: nes +Description: Bhoti Kinnauri +Added: 2009-07-29 +%% +Type: language +Subtag: net +Description: Nete +Added: 2009-07-29 +%% +Type: language +Subtag: neu +Description: Neo +Added: 2012-08-12 +%% +Type: language +Subtag: nev +Description: Nyaheun +Added: 2009-07-29 +%% +Type: language +Subtag: new +Description: Newari +Description: Nepal Bhasa +Added: 2005-10-16 +%% +Type: language +Subtag: nex +Description: Neme +Added: 2009-07-29 +%% +Type: language +Subtag: ney +Description: Neyo +Added: 2009-07-29 +%% +Type: language +Subtag: nez +Description: Nez Perce +Added: 2009-07-29 +%% +Type: language +Subtag: nfa +Description: Dhao +Added: 2009-07-29 +%% +Type: language +Subtag: nfd +Description: Ahwai +Added: 2009-07-29 +%% +Type: language +Subtag: nfl +Description: Ayiwo +Description: Äiwoo +Added: 2009-07-29 +%% +Type: language +Subtag: nfr +Description: Nafaanra +Added: 2009-07-29 +%% +Type: language +Subtag: nfu +Description: Mfumte +Added: 2009-07-29 +%% +Type: language +Subtag: nga +Description: Ngbaka +Added: 2009-07-29 +%% +Type: language +Subtag: ngb +Description: Northern Ngbandi +Added: 2009-07-29 +%% +Type: language +Subtag: ngc +Description: Ngombe (Democratic Republic of Congo) +Added: 2009-07-29 +%% +Type: language +Subtag: ngd +Description: Ngando (Central African Republic) +Added: 2009-07-29 +%% +Type: language +Subtag: nge +Description: Ngemba +Added: 2009-07-29 +%% +Type: language +Subtag: ngf +Description: Trans-New Guinea languages +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: ngg +Description: Ngbaka Manza +Added: 2009-07-29 +%% +Type: language +Subtag: ngh +Description: Nǁng +Added: 2009-07-29 +%% +Type: language +Subtag: ngi +Description: Ngizim +Added: 2009-07-29 +%% +Type: language +Subtag: ngj +Description: Ngie +Added: 2009-07-29 +%% +Type: language +Subtag: ngk +Description: Dalabon +Added: 2009-07-29 +%% +Type: language +Subtag: ngl +Description: Lomwe +Added: 2009-07-29 +%% +Type: language +Subtag: ngm +Description: Ngatik Men's Creole +Added: 2009-07-29 +%% +Type: language +Subtag: ngn +Description: Ngwo +Added: 2009-07-29 +%% +Type: language +Subtag: ngo +Description: Ngoni +Added: 2009-07-29 +%% +Type: language +Subtag: ngp +Description: Ngulu +Added: 2009-07-29 +%% +Type: language +Subtag: ngq +Description: Ngurimi +Description: Ngoreme +Added: 2009-07-29 +%% +Type: language +Subtag: ngr +Description: Engdewu +Added: 2009-07-29 +%% +Type: language +Subtag: ngs +Description: Gvoko +Added: 2009-07-29 +%% +Type: language +Subtag: ngt +Description: Kriang +Description: Ngeq +Added: 2009-07-29 +%% +Type: language +Subtag: ngu +Description: Guerrero Nahuatl +Added: 2009-07-29 +%% +Type: language +Subtag: ngv +Description: Nagumi +Added: 2009-07-29 +%% +Type: language +Subtag: ngw +Description: Ngwaba +Added: 2009-07-29 +%% +Type: language +Subtag: ngx +Description: Nggwahyi +Added: 2009-07-29 +%% +Type: language +Subtag: ngy +Description: Tibea +Added: 2009-07-29 +%% +Type: language +Subtag: ngz +Description: Ngungwel +Added: 2009-07-29 +%% +Type: language +Subtag: nha +Description: Nhanda +Added: 2009-07-29 +%% +Type: language +Subtag: nhb +Description: Beng +Added: 2009-07-29 +%% +Type: language +Subtag: nhc +Description: Tabasco Nahuatl +Added: 2009-07-29 +%% +Type: language +Subtag: nhd +Description: Chiripá +Description: Ava Guaraní +Added: 2009-07-29 +Macrolanguage: gn +%% +Type: language +Subtag: nhe +Description: Eastern Huasteca Nahuatl +Added: 2009-07-29 +%% +Type: language +Subtag: nhf +Description: Nhuwala +Added: 2009-07-29 +%% +Type: language +Subtag: nhg +Description: Tetelcingo Nahuatl +Added: 2009-07-29 +%% +Type: language +Subtag: nhh +Description: Nahari +Added: 2009-07-29 +%% +Type: language +Subtag: nhi +Description: Zacatlán-Ahuacatlán-Tepetzintla Nahuatl +Added: 2009-07-29 +%% +Type: language +Subtag: nhk +Description: Isthmus-Cosoleacaque Nahuatl +Added: 2009-07-29 +%% +Type: language +Subtag: nhm +Description: Morelos Nahuatl +Added: 2009-07-29 +%% +Type: language +Subtag: nhn +Description: Central Nahuatl +Added: 2009-07-29 +%% +Type: language +Subtag: nho +Description: Takuu +Added: 2009-07-29 +%% +Type: language +Subtag: nhp +Description: Isthmus-Pajapan Nahuatl +Added: 2009-07-29 +%% +Type: language +Subtag: nhq +Description: Huaxcaleca Nahuatl +Added: 2009-07-29 +%% +Type: language +Subtag: nhr +Description: Naro +Added: 2009-07-29 +%% +Type: language +Subtag: nht +Description: Ometepec Nahuatl +Added: 2009-07-29 +%% +Type: language +Subtag: nhu +Description: Noone +Added: 2009-07-29 +%% +Type: language +Subtag: nhv +Description: Temascaltepec Nahuatl +Added: 2009-07-29 +%% +Type: language +Subtag: nhw +Description: Western Huasteca Nahuatl +Added: 2009-07-29 +%% +Type: language +Subtag: nhx +Description: Isthmus-Mecayapan Nahuatl +Added: 2009-07-29 +%% +Type: language +Subtag: nhy +Description: Northern Oaxaca Nahuatl +Added: 2009-07-29 +%% +Type: language +Subtag: nhz +Description: Santa María La Alta Nahuatl +Added: 2009-07-29 +%% +Type: language +Subtag: nia +Description: Nias +Added: 2005-10-16 +%% +Type: language +Subtag: nib +Description: Nakame +Added: 2009-07-29 +%% +Type: language +Subtag: nic +Description: Niger-Kordofanian languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: nid +Description: Ngandi +Added: 2009-07-29 +%% +Type: language +Subtag: nie +Description: Niellim +Added: 2009-07-29 +%% +Type: language +Subtag: nif +Description: Nek +Added: 2009-07-29 +%% +Type: language +Subtag: nig +Description: Ngalakgan +Added: 2009-07-29 +%% +Type: language +Subtag: nih +Description: Nyiha (Tanzania) +Added: 2009-07-29 +%% +Type: language +Subtag: nii +Description: Nii +Added: 2009-07-29 +%% +Type: language +Subtag: nij +Description: Ngaju +Added: 2009-07-29 +%% +Type: language +Subtag: nik +Description: Southern Nicobarese +Added: 2009-07-29 +%% +Type: language +Subtag: nil +Description: Nila +Added: 2009-07-29 +%% +Type: language +Subtag: nim +Description: Nilamba +Added: 2009-07-29 +%% +Type: language +Subtag: nin +Description: Ninzo +Added: 2009-07-29 +%% +Type: language +Subtag: nio +Description: Nganasan +Added: 2009-07-29 +%% +Type: language +Subtag: niq +Description: Nandi +Added: 2009-07-29 +Macrolanguage: kln +%% +Type: language +Subtag: nir +Description: Nimboran +Added: 2009-07-29 +%% +Type: language +Subtag: nis +Description: Nimi +Added: 2009-07-29 +%% +Type: language +Subtag: nit +Description: Southeastern Kolami +Added: 2009-07-29 +%% +Type: language +Subtag: niu +Description: Niuean +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: niv +Description: Gilyak +Added: 2009-07-29 +%% +Type: language +Subtag: niw +Description: Nimo +Added: 2009-07-29 +%% +Type: language +Subtag: nix +Description: Hema +Added: 2009-07-29 +%% +Type: language +Subtag: niy +Description: Ngiti +Added: 2009-07-29 +%% +Type: language +Subtag: niz +Description: Ningil +Added: 2009-07-29 +%% +Type: language +Subtag: nja +Description: Nzanyi +Added: 2009-07-29 +%% +Type: language +Subtag: njb +Description: Nocte Naga +Added: 2009-07-29 +%% +Type: language +Subtag: njd +Description: Ndonde Hamba +Added: 2009-07-29 +%% +Type: language +Subtag: njh +Description: Lotha Naga +Added: 2009-07-29 +%% +Type: language +Subtag: nji +Description: Gudanji +Added: 2009-07-29 +%% +Type: language +Subtag: njj +Description: Njen +Added: 2009-07-29 +%% +Type: language +Subtag: njl +Description: Njalgulgule +Added: 2009-07-29 +%% +Type: language +Subtag: njm +Description: Angami Naga +Added: 2009-07-29 +%% +Type: language +Subtag: njn +Description: Liangmai Naga +Added: 2009-07-29 +%% +Type: language +Subtag: njo +Description: Ao Naga +Added: 2009-07-29 +%% +Type: language +Subtag: njr +Description: Njerep +Added: 2009-07-29 +%% +Type: language +Subtag: njs +Description: Nisa +Added: 2009-07-29 +%% +Type: language +Subtag: njt +Description: Ndyuka-Trio Pidgin +Added: 2009-07-29 +%% +Type: language +Subtag: nju +Description: Ngadjunmaya +Added: 2009-07-29 +%% +Type: language +Subtag: njx +Description: Kunyi +Added: 2009-07-29 +%% +Type: language +Subtag: njy +Description: Njyem +Added: 2009-07-29 +%% +Type: language +Subtag: njz +Description: Nyishi +Added: 2012-08-12 +%% +Type: language +Subtag: nka +Description: Nkoya +Added: 2009-07-29 +%% +Type: language +Subtag: nkb +Description: Khoibu Naga +Added: 2009-07-29 +%% +Type: language +Subtag: nkc +Description: Nkongho +Added: 2009-07-29 +%% +Type: language +Subtag: nkd +Description: Koireng +Added: 2009-07-29 +%% +Type: language +Subtag: nke +Description: Duke +Added: 2009-07-29 +%% +Type: language +Subtag: nkf +Description: Inpui Naga +Added: 2009-07-29 +%% +Type: language +Subtag: nkg +Description: Nekgini +Added: 2009-07-29 +%% +Type: language +Subtag: nkh +Description: Khezha Naga +Added: 2009-07-29 +%% +Type: language +Subtag: nki +Description: Thangal Naga +Added: 2009-07-29 +%% +Type: language +Subtag: nkj +Description: Nakai +Added: 2009-07-29 +%% +Type: language +Subtag: nkk +Description: Nokuku +Added: 2009-07-29 +%% +Type: language +Subtag: nkm +Description: Namat +Added: 2009-07-29 +%% +Type: language +Subtag: nkn +Description: Nkangala +Added: 2009-07-29 +%% +Type: language +Subtag: nko +Description: Nkonya +Added: 2009-07-29 +%% +Type: language +Subtag: nkp +Description: Niuatoputapu +Added: 2009-07-29 +%% +Type: language +Subtag: nkq +Description: Nkami +Added: 2010-04-16 +%% +Type: language +Subtag: nkr +Description: Nukuoro +Added: 2009-07-29 +%% +Type: language +Subtag: nks +Description: North Asmat +Added: 2009-07-29 +%% +Type: language +Subtag: nkt +Description: Nyika (Tanzania) +Added: 2009-07-29 +%% +Type: language +Subtag: nku +Description: Bouna Kulango +Added: 2009-07-29 +%% +Type: language +Subtag: nkv +Description: Nyika (Malawi and Zambia) +Added: 2009-07-29 +%% +Type: language +Subtag: nkw +Description: Nkutu +Added: 2009-07-29 +%% +Type: language +Subtag: nkx +Description: Nkoroo +Added: 2009-07-29 +%% +Type: language +Subtag: nkz +Description: Nkari +Added: 2009-07-29 +%% +Type: language +Subtag: nla +Description: Ngombale +Added: 2009-07-29 +%% +Type: language +Subtag: nlc +Description: Nalca +Added: 2009-07-29 +%% +Type: language +Subtag: nle +Description: East Nyala +Added: 2009-07-29 +Macrolanguage: luy +%% +Type: language +Subtag: nlg +Description: Gela +Added: 2009-07-29 +%% +Type: language +Subtag: nli +Description: Grangali +Added: 2009-07-29 +%% +Type: language +Subtag: nlj +Description: Nyali +Added: 2009-07-29 +%% +Type: language +Subtag: nlk +Description: Ninia Yali +Added: 2009-07-29 +%% +Type: language +Subtag: nll +Description: Nihali +Added: 2009-07-29 +%% +Type: language +Subtag: nlm +Description: Mankiyali +Added: 2018-03-08 +%% +Type: language +Subtag: nln +Description: Durango Nahuatl +Added: 2009-07-29 +Deprecated: 2012-08-12 +Comments: see azd, azn +%% +Type: language +Subtag: nlo +Description: Ngul +Added: 2009-07-29 +%% +Type: language +Subtag: nlq +Description: Lao Naga +Added: 2013-09-10 +%% +Type: language +Subtag: nlr +Description: Ngarla +Added: 2009-07-29 +Deprecated: 2013-09-10 +Comments: see nrk, ywg +%% +Type: language +Subtag: nlu +Description: Nchumbulu +Added: 2009-07-29 +%% +Type: language +Subtag: nlv +Description: Orizaba Nahuatl +Added: 2009-07-29 +%% +Type: language +Subtag: nlw +Description: Walangama +Added: 2013-09-10 +%% +Type: language +Subtag: nlx +Description: Nahali +Added: 2009-07-29 +%% +Type: language +Subtag: nly +Description: Nyamal +Added: 2009-07-29 +%% +Type: language +Subtag: nlz +Description: Nalögo +Added: 2009-07-29 +%% +Type: language +Subtag: nma +Description: Maram Naga +Added: 2009-07-29 +%% +Type: language +Subtag: nmb +Description: Big Nambas +Description: V'ënen Taut +Added: 2009-07-29 +%% +Type: language +Subtag: nmc +Description: Ngam +Added: 2009-07-29 +%% +Type: language +Subtag: nmd +Description: Ndumu +Added: 2009-07-29 +%% +Type: language +Subtag: nme +Description: Mzieme Naga +Added: 2009-07-29 +%% +Type: language +Subtag: nmf +Description: Tangkhul Naga (India) +Added: 2009-07-29 +Comments: see ntx +%% +Type: language +Subtag: nmg +Description: Kwasio +Added: 2009-07-29 +%% +Type: language +Subtag: nmh +Description: Monsang Naga +Added: 2009-07-29 +%% +Type: language +Subtag: nmi +Description: Nyam +Added: 2009-07-29 +%% +Type: language +Subtag: nmj +Description: Ngombe (Central African Republic) +Added: 2009-07-29 +%% +Type: language +Subtag: nmk +Description: Namakura +Added: 2009-07-29 +%% +Type: language +Subtag: nml +Description: Ndemli +Added: 2009-07-29 +%% +Type: language +Subtag: nmm +Description: Manangba +Added: 2009-07-29 +%% +Type: language +Subtag: nmn +Description: ǃXóõ +Added: 2009-07-29 +%% +Type: language +Subtag: nmo +Description: Moyon Naga +Added: 2009-07-29 +%% +Type: language +Subtag: nmp +Description: Nimanbur +Added: 2009-07-29 +%% +Type: language +Subtag: nmq +Description: Nambya +Added: 2009-07-29 +%% +Type: language +Subtag: nmr +Description: Nimbari +Added: 2009-07-29 +%% +Type: language +Subtag: nms +Description: Letemboi +Added: 2009-07-29 +%% +Type: language +Subtag: nmt +Description: Namonuito +Added: 2009-07-29 +%% +Type: language +Subtag: nmu +Description: Northeast Maidu +Added: 2009-07-29 +%% +Type: language +Subtag: nmv +Description: Ngamini +Added: 2009-07-29 +%% +Type: language +Subtag: nmw +Description: Nimoa +Description: Rifao +Added: 2009-07-29 +%% +Type: language +Subtag: nmx +Description: Nama (Papua New Guinea) +Added: 2009-07-29 +%% +Type: language +Subtag: nmy +Description: Namuyi +Added: 2009-07-29 +%% +Type: language +Subtag: nmz +Description: Nawdm +Added: 2009-07-29 +%% +Type: language +Subtag: nna +Description: Nyangumarta +Added: 2009-07-29 +%% +Type: language +Subtag: nnb +Description: Nande +Added: 2009-07-29 +%% +Type: language +Subtag: nnc +Description: Nancere +Added: 2009-07-29 +%% +Type: language +Subtag: nnd +Description: West Ambae +Added: 2009-07-29 +%% +Type: language +Subtag: nne +Description: Ngandyera +Added: 2009-07-29 +%% +Type: language +Subtag: nnf +Description: Ngaing +Added: 2009-07-29 +%% +Type: language +Subtag: nng +Description: Maring Naga +Added: 2009-07-29 +%% +Type: language +Subtag: nnh +Description: Ngiemboon +Added: 2009-07-29 +%% +Type: language +Subtag: nni +Description: North Nuaulu +Added: 2009-07-29 +%% +Type: language +Subtag: nnj +Description: Nyangatom +Added: 2009-07-29 +%% +Type: language +Subtag: nnk +Description: Nankina +Added: 2009-07-29 +%% +Type: language +Subtag: nnl +Description: Northern Rengma Naga +Added: 2009-07-29 +%% +Type: language +Subtag: nnm +Description: Namia +Added: 2009-07-29 +%% +Type: language +Subtag: nnn +Description: Ngete +Added: 2009-07-29 +%% +Type: language +Subtag: nnp +Description: Wancho Naga +Added: 2009-07-29 +%% +Type: language +Subtag: nnq +Description: Ngindo +Added: 2009-07-29 +%% +Type: language +Subtag: nnr +Description: Narungga +Added: 2009-07-29 +%% +Type: language +Subtag: nns +Description: Ningye +Added: 2009-07-29 +Deprecated: 2019-04-16 +Preferred-Value: nbr +%% +Type: language +Subtag: nnt +Description: Nanticoke +Added: 2009-07-29 +%% +Type: language +Subtag: nnu +Description: Dwang +Added: 2009-07-29 +%% +Type: language +Subtag: nnv +Description: Nugunu (Australia) +Added: 2009-07-29 +%% +Type: language +Subtag: nnw +Description: Southern Nuni +Added: 2009-07-29 +%% +Type: language +Subtag: nnx +Description: Ngong +Added: 2009-07-29 +Deprecated: 2015-02-12 +Preferred-Value: ngv +%% +Type: language +Subtag: nny +Description: Nyangga +Added: 2009-07-29 +%% +Type: language +Subtag: nnz +Description: Nda'nda' +Added: 2009-07-29 +%% +Type: language +Subtag: noa +Description: Woun Meu +Added: 2009-07-29 +%% +Type: language +Subtag: noc +Description: Nuk +Added: 2009-07-29 +%% +Type: language +Subtag: nod +Description: Northern Thai +Added: 2009-07-29 +%% +Type: language +Subtag: noe +Description: Nimadi +Added: 2009-07-29 +%% +Type: language +Subtag: nof +Description: Nomane +Added: 2009-07-29 +%% +Type: language +Subtag: nog +Description: Nogai +Added: 2005-10-16 +%% +Type: language +Subtag: noh +Description: Nomu +Added: 2009-07-29 +%% +Type: language +Subtag: noi +Description: Noiri +Added: 2009-07-29 +%% +Type: language +Subtag: noj +Description: Nonuya +Added: 2010-03-11 +%% +Type: language +Subtag: nok +Description: Nooksack +Added: 2009-07-29 +%% +Type: language +Subtag: nol +Description: Nomlaki +Added: 2013-09-10 +%% +Type: language +Subtag: nom +Description: Nocamán +Added: 2009-07-29 +%% +Type: language +Subtag: non +Description: Old Norse +Added: 2005-10-16 +%% +Type: language +Subtag: noo +Description: Nootka +Added: 2009-07-29 +Deprecated: 2011-08-16 +Comments: see dtd, nuk +%% +Type: language +Subtag: nop +Description: Numanggang +Added: 2009-07-29 +%% +Type: language +Subtag: noq +Description: Ngongo +Added: 2009-07-29 +%% +Type: language +Subtag: nos +Description: Eastern Nisu +Added: 2009-07-29 +%% +Type: language +Subtag: not +Description: Nomatsiguenga +Added: 2009-07-29 +%% +Type: language +Subtag: nou +Description: Ewage-Notu +Added: 2009-07-29 +%% +Type: language +Subtag: nov +Description: Novial +Added: 2009-07-29 +%% +Type: language +Subtag: now +Description: Nyambo +Added: 2009-07-29 +%% +Type: language +Subtag: noy +Description: Noy +Added: 2009-07-29 +%% +Type: language +Subtag: noz +Description: Nayi +Added: 2009-07-29 +%% +Type: language +Subtag: npa +Description: Nar Phu +Added: 2009-07-29 +%% +Type: language +Subtag: npb +Description: Nupbikha +Added: 2009-07-29 +%% +Type: language +Subtag: npg +Description: Ponyo-Gongwang Naga +Added: 2012-08-12 +%% +Type: language +Subtag: nph +Description: Phom Naga +Added: 2009-07-29 +%% +Type: language +Subtag: npi +Description: Nepali (individual language) +Added: 2012-08-12 +Macrolanguage: ne +%% +Type: language +Subtag: npl +Description: Southeastern Puebla Nahuatl +Added: 2009-07-29 +%% +Type: language +Subtag: npn +Description: Mondropolon +Added: 2009-07-29 +%% +Type: language +Subtag: npo +Description: Pochuri Naga +Added: 2009-07-29 +%% +Type: language +Subtag: nps +Description: Nipsan +Added: 2009-07-29 +%% +Type: language +Subtag: npu +Description: Puimei Naga +Added: 2009-07-29 +%% +Type: language +Subtag: npx +Description: Noipx +Added: 2017-02-23 +%% +Type: language +Subtag: npy +Description: Napu +Added: 2009-07-29 +%% +Type: language +Subtag: nqg +Description: Southern Nago +Added: 2009-07-29 +%% +Type: language +Subtag: nqk +Description: Kura Ede Nago +Added: 2009-07-29 +%% +Type: language +Subtag: nql +Description: Ngendelengo +Added: 2017-02-23 +%% +Type: language +Subtag: nqm +Description: Ndom +Added: 2009-07-29 +%% +Type: language +Subtag: nqn +Description: Nen +Added: 2009-07-29 +%% +Type: language +Subtag: nqo +Description: N'Ko +Description: N’Ko +Added: 2006-06-05 +Suppress-Script: Nkoo +%% +Type: language +Subtag: nqq +Description: Kyan-Karyaw Naga +Added: 2013-09-10 +%% +Type: language +Subtag: nqy +Description: Akyaung Ari Naga +Added: 2012-08-12 +%% +Type: language +Subtag: nra +Description: Ngom +Added: 2009-07-29 +%% +Type: language +Subtag: nrb +Description: Nara +Added: 2009-07-29 +%% +Type: language +Subtag: nrc +Description: Noric +Added: 2009-07-29 +%% +Type: language +Subtag: nre +Description: Southern Rengma Naga +Added: 2009-07-29 +%% +Type: language +Subtag: nrf +Description: Jèrriais +Description: Guernésiais +Added: 2015-02-12 +%% +Type: language +Subtag: nrg +Description: Narango +Added: 2009-07-29 +%% +Type: language +Subtag: nri +Description: Chokri Naga +Added: 2009-07-29 +%% +Type: language +Subtag: nrk +Description: Ngarla +Added: 2013-09-10 +%% +Type: language +Subtag: nrl +Description: Ngarluma +Added: 2009-07-29 +%% +Type: language +Subtag: nrm +Description: Narom +Added: 2009-07-29 +%% +Type: language +Subtag: nrn +Description: Norn +Added: 2009-07-29 +%% +Type: language +Subtag: nrp +Description: North Picene +Added: 2009-07-29 +%% +Type: language +Subtag: nrr +Description: Norra +Description: Nora +Added: 2009-07-29 +%% +Type: language +Subtag: nrt +Description: Northern Kalapuya +Added: 2009-07-29 +%% +Type: language +Subtag: nru +Description: Narua +Added: 2011-08-16 +%% +Type: language +Subtag: nrx +Description: Ngurmbur +Added: 2009-07-29 +%% +Type: language +Subtag: nrz +Description: Lala +Added: 2009-07-29 +%% +Type: language +Subtag: nsa +Description: Sangtam Naga +Added: 2009-07-29 +%% +Type: language +Subtag: nsc +Description: Nshi +Added: 2009-07-29 +%% +Type: language +Subtag: nsd +Description: Southern Nisu +Added: 2009-07-29 +%% +Type: language +Subtag: nse +Description: Nsenga +Added: 2009-07-29 +%% +Type: language +Subtag: nsf +Description: Northwestern Nisu +Added: 2012-08-12 +%% +Type: language +Subtag: nsg +Description: Ngasa +Added: 2009-07-29 +%% +Type: language +Subtag: nsh +Description: Ngoshie +Added: 2009-07-29 +%% +Type: language +Subtag: nsi +Description: Nigerian Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: nsk +Description: Naskapi +Added: 2009-07-29 +%% +Type: language +Subtag: nsl +Description: Norwegian Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: nsm +Description: Sumi Naga +Added: 2009-07-29 +%% +Type: language +Subtag: nsn +Description: Nehan +Added: 2009-07-29 +%% +Type: language +Subtag: nso +Description: Pedi +Description: Northern Sotho +Description: Sepedi +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: nsp +Description: Nepalese Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: nsq +Description: Northern Sierra Miwok +Added: 2009-07-29 +%% +Type: language +Subtag: nsr +Description: Maritime Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: nss +Description: Nali +Added: 2009-07-29 +%% +Type: language +Subtag: nst +Description: Tase Naga +Added: 2009-07-29 +%% +Type: language +Subtag: nsu +Description: Sierra Negra Nahuatl +Added: 2009-07-29 +%% +Type: language +Subtag: nsv +Description: Southwestern Nisu +Added: 2009-07-29 +%% +Type: language +Subtag: nsw +Description: Navut +Added: 2009-07-29 +%% +Type: language +Subtag: nsx +Description: Nsongo +Added: 2009-07-29 +%% +Type: language +Subtag: nsy +Description: Nasal +Added: 2009-07-29 +%% +Type: language +Subtag: nsz +Description: Nisenan +Added: 2009-07-29 +%% +Type: language +Subtag: ntd +Description: Northern Tidung +Added: 2016-05-30 +%% +Type: language +Subtag: nte +Description: Nathembo +Added: 2009-07-29 +%% +Type: language +Subtag: ntg +Description: Ngantangarra +Added: 2013-09-10 +%% +Type: language +Subtag: nti +Description: Natioro +Added: 2009-07-29 +%% +Type: language +Subtag: ntj +Description: Ngaanyatjarra +Added: 2009-07-29 +%% +Type: language +Subtag: ntk +Description: Ikoma-Nata-Isenye +Added: 2009-07-29 +%% +Type: language +Subtag: ntm +Description: Nateni +Added: 2009-07-29 +%% +Type: language +Subtag: nto +Description: Ntomba +Added: 2009-07-29 +%% +Type: language +Subtag: ntp +Description: Northern Tepehuan +Added: 2009-07-29 +%% +Type: language +Subtag: ntr +Description: Delo +Added: 2009-07-29 +%% +Type: language +Subtag: nts +Description: Natagaimas +Added: 2009-07-29 +Deprecated: 2016-05-30 +Preferred-Value: pij +%% +Type: language +Subtag: ntu +Description: Natügu +Added: 2009-07-29 +%% +Type: language +Subtag: ntw +Description: Nottoway +Added: 2009-07-29 +%% +Type: language +Subtag: ntx +Description: Tangkhul Naga (Myanmar) +Added: 2012-08-12 +Comments: see nmf +%% +Type: language +Subtag: nty +Description: Mantsi +Added: 2009-07-29 +%% +Type: language +Subtag: ntz +Description: Natanzi +Added: 2009-07-29 +%% +Type: language +Subtag: nua +Description: Yuanga +Added: 2009-07-29 +%% +Type: language +Subtag: nub +Description: Nubian languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: nuc +Description: Nukuini +Added: 2009-07-29 +%% +Type: language +Subtag: nud +Description: Ngala +Added: 2009-07-29 +%% +Type: language +Subtag: nue +Description: Ngundu +Added: 2009-07-29 +%% +Type: language +Subtag: nuf +Description: Nusu +Added: 2009-07-29 +%% +Type: language +Subtag: nug +Description: Nungali +Added: 2009-07-29 +%% +Type: language +Subtag: nuh +Description: Ndunda +Added: 2009-07-29 +%% +Type: language +Subtag: nui +Description: Ngumbi +Added: 2009-07-29 +%% +Type: language +Subtag: nuj +Description: Nyole +Added: 2009-07-29 +%% +Type: language +Subtag: nuk +Description: Nuu-chah-nulth +Description: Nuuchahnulth +Added: 2011-08-16 +%% +Type: language +Subtag: nul +Description: Nusa Laut +Added: 2009-07-29 +%% +Type: language +Subtag: num +Description: Niuafo'ou +Added: 2009-07-29 +%% +Type: language +Subtag: nun +Description: Anong +Added: 2009-07-29 +%% +Type: language +Subtag: nuo +Description: Nguôn +Added: 2009-07-29 +%% +Type: language +Subtag: nup +Description: Nupe-Nupe-Tako +Added: 2009-07-29 +%% +Type: language +Subtag: nuq +Description: Nukumanu +Added: 2009-07-29 +%% +Type: language +Subtag: nur +Description: Nukuria +Added: 2009-07-29 +%% +Type: language +Subtag: nus +Description: Nuer +Added: 2009-07-29 +%% +Type: language +Subtag: nut +Description: Nung (Viet Nam) +Added: 2009-07-29 +%% +Type: language +Subtag: nuu +Description: Ngbundu +Added: 2009-07-29 +%% +Type: language +Subtag: nuv +Description: Northern Nuni +Added: 2009-07-29 +%% +Type: language +Subtag: nuw +Description: Nguluwan +Added: 2009-07-29 +%% +Type: language +Subtag: nux +Description: Mehek +Added: 2009-07-29 +%% +Type: language +Subtag: nuy +Description: Nunggubuyu +Added: 2009-07-29 +%% +Type: language +Subtag: nuz +Description: Tlamacazapa Nahuatl +Added: 2009-07-29 +%% +Type: language +Subtag: nvh +Description: Nasarian +Added: 2009-07-29 +%% +Type: language +Subtag: nvm +Description: Namiae +Added: 2009-07-29 +%% +Type: language +Subtag: nvo +Description: Nyokon +Added: 2012-08-12 +%% +Type: language +Subtag: nwa +Description: Nawathinehena +Added: 2009-07-29 +%% +Type: language +Subtag: nwb +Description: Nyabwa +Added: 2009-07-29 +%% +Type: language +Subtag: nwc +Description: Classical Newari +Description: Classical Nepal Bhasa +Description: Old Newari +Added: 2005-10-16 +%% +Type: language +Subtag: nwe +Description: Ngwe +Added: 2009-07-29 +%% +Type: language +Subtag: nwg +Description: Ngayawung +Added: 2012-08-12 +%% +Type: language +Subtag: nwi +Description: Southwest Tanna +Added: 2009-07-29 +%% +Type: language +Subtag: nwm +Description: Nyamusa-Molo +Added: 2009-07-29 +%% +Type: language +Subtag: nwo +Description: Nauo +Added: 2012-08-12 +%% +Type: language +Subtag: nwr +Description: Nawaru +Added: 2009-07-29 +%% +Type: language +Subtag: nwx +Description: Middle Newar +Added: 2009-07-29 +%% +Type: language +Subtag: nwy +Description: Nottoway-Meherrin +Added: 2009-07-29 +%% +Type: language +Subtag: nxa +Description: Nauete +Added: 2009-07-29 +%% +Type: language +Subtag: nxd +Description: Ngando (Democratic Republic of Congo) +Added: 2009-07-29 +%% +Type: language +Subtag: nxe +Description: Nage +Added: 2009-07-29 +%% +Type: language +Subtag: nxg +Description: Ngad'a +Added: 2009-07-29 +%% +Type: language +Subtag: nxi +Description: Nindi +Added: 2009-07-29 +%% +Type: language +Subtag: nxk +Description: Koki Naga +Added: 2012-08-12 +%% +Type: language +Subtag: nxl +Description: South Nuaulu +Added: 2009-07-29 +%% +Type: language +Subtag: nxm +Description: Numidian +Added: 2009-07-29 +%% +Type: language +Subtag: nxn +Description: Ngawun +Added: 2009-07-29 +%% +Type: language +Subtag: nxo +Description: Ndambomo +Added: 2015-02-12 +%% +Type: language +Subtag: nxq +Description: Naxi +Added: 2011-08-16 +%% +Type: language +Subtag: nxr +Description: Ninggerum +Added: 2009-07-29 +%% +Type: language +Subtag: nxu +Description: Narau +Added: 2009-07-29 +%% +Type: language +Subtag: nxx +Description: Nafri +Added: 2009-07-29 +%% +Type: language +Subtag: nyb +Description: Nyangbo +Added: 2009-07-29 +%% +Type: language +Subtag: nyc +Description: Nyanga-li +Added: 2009-07-29 +%% +Type: language +Subtag: nyd +Description: Nyore +Description: Olunyole +Added: 2009-07-29 +Macrolanguage: luy +%% +Type: language +Subtag: nye +Description: Nyengo +Added: 2009-07-29 +%% +Type: language +Subtag: nyf +Description: Giryama +Description: Kigiryama +Added: 2009-07-29 +%% +Type: language +Subtag: nyg +Description: Nyindu +Added: 2009-07-29 +%% +Type: language +Subtag: nyh +Description: Nyikina +Added: 2009-07-29 +%% +Type: language +Subtag: nyi +Description: Ama (Sudan) +Added: 2009-07-29 +%% +Type: language +Subtag: nyj +Description: Nyanga +Added: 2009-07-29 +%% +Type: language +Subtag: nyk +Description: Nyaneka +Added: 2009-07-29 +%% +Type: language +Subtag: nyl +Description: Nyeu +Added: 2009-07-29 +%% +Type: language +Subtag: nym +Description: Nyamwezi +Added: 2005-10-16 +%% +Type: language +Subtag: nyn +Description: Nyankole +Added: 2005-10-16 +%% +Type: language +Subtag: nyo +Description: Nyoro +Added: 2005-10-16 +%% +Type: language +Subtag: nyp +Description: Nyang'i +Added: 2009-07-29 +%% +Type: language +Subtag: nyq +Description: Nayini +Added: 2009-07-29 +%% +Type: language +Subtag: nyr +Description: Nyiha (Malawi) +Added: 2009-07-29 +%% +Type: language +Subtag: nys +Description: Nyungar +Added: 2009-07-29 +%% +Type: language +Subtag: nyt +Description: Nyawaygi +Added: 2009-07-29 +%% +Type: language +Subtag: nyu +Description: Nyungwe +Added: 2009-07-29 +%% +Type: language +Subtag: nyv +Description: Nyulnyul +Added: 2009-07-29 +%% +Type: language +Subtag: nyw +Description: Nyaw +Added: 2009-07-29 +%% +Type: language +Subtag: nyx +Description: Nganyaywana +Added: 2009-07-29 +%% +Type: language +Subtag: nyy +Description: Nyakyusa-Ngonde +Added: 2009-07-29 +%% +Type: language +Subtag: nza +Description: Tigon Mbembe +Added: 2009-07-29 +%% +Type: language +Subtag: nzb +Description: Njebi +Added: 2009-07-29 +%% +Type: language +Subtag: nzd +Description: Nzadi +Added: 2018-03-08 +%% +Type: language +Subtag: nzi +Description: Nzima +Added: 2005-10-16 +%% +Type: language +Subtag: nzk +Description: Nzakara +Added: 2009-07-29 +%% +Type: language +Subtag: nzm +Description: Zeme Naga +Added: 2009-07-29 +%% +Type: language +Subtag: nzs +Description: New Zealand Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: nzu +Description: Teke-Nzikou +Added: 2009-07-29 +%% +Type: language +Subtag: nzy +Description: Nzakambay +Added: 2009-07-29 +%% +Type: language +Subtag: nzz +Description: Nanga Dama Dogon +Added: 2010-03-11 +%% +Type: language +Subtag: oaa +Description: Orok +Added: 2009-07-29 +%% +Type: language +Subtag: oac +Description: Oroch +Added: 2009-07-29 +%% +Type: language +Subtag: oar +Description: Old Aramaic (up to 700 BCE) +Description: Ancient Aramaic (up to 700 BCE) +Added: 2009-07-29 +%% +Type: language +Subtag: oav +Description: Old Avar +Added: 2009-07-29 +%% +Type: language +Subtag: obi +Description: Obispeño +Added: 2009-07-29 +%% +Type: language +Subtag: obk +Description: Southern Bontok +Added: 2010-03-11 +Macrolanguage: bnc +%% +Type: language +Subtag: obl +Description: Oblo +Added: 2009-07-29 +%% +Type: language +Subtag: obm +Description: Moabite +Added: 2009-07-29 +%% +Type: language +Subtag: obo +Description: Obo Manobo +Added: 2009-07-29 +%% +Type: language +Subtag: obr +Description: Old Burmese +Added: 2009-07-29 +%% +Type: language +Subtag: obt +Description: Old Breton +Added: 2009-07-29 +%% +Type: language +Subtag: obu +Description: Obulom +Added: 2009-07-29 +%% +Type: language +Subtag: oca +Description: Ocaina +Added: 2009-07-29 +%% +Type: language +Subtag: och +Description: Old Chinese +Added: 2009-07-29 +%% +Type: language +Subtag: oco +Description: Old Cornish +Added: 2009-07-29 +%% +Type: language +Subtag: ocu +Description: Atzingo Matlatzinca +Added: 2009-07-29 +%% +Type: language +Subtag: oda +Description: Odut +Added: 2009-07-29 +%% +Type: language +Subtag: odk +Description: Od +Added: 2009-07-29 +%% +Type: language +Subtag: odt +Description: Old Dutch +Added: 2009-07-29 +%% +Type: language +Subtag: odu +Description: Odual +Added: 2009-07-29 +%% +Type: language +Subtag: ofo +Description: Ofo +Added: 2009-07-29 +%% +Type: language +Subtag: ofs +Description: Old Frisian +Added: 2009-07-29 +%% +Type: language +Subtag: ofu +Description: Efutop +Added: 2009-07-29 +%% +Type: language +Subtag: ogb +Description: Ogbia +Added: 2009-07-29 +%% +Type: language +Subtag: ogc +Description: Ogbah +Added: 2009-07-29 +%% +Type: language +Subtag: oge +Description: Old Georgian +Added: 2009-07-29 +%% +Type: language +Subtag: ogg +Description: Ogbogolo +Added: 2009-07-29 +%% +Type: language +Subtag: ogo +Description: Khana +Added: 2009-07-29 +%% +Type: language +Subtag: ogu +Description: Ogbronuagum +Added: 2009-07-29 +%% +Type: language +Subtag: oht +Description: Old Hittite +Added: 2009-07-29 +%% +Type: language +Subtag: ohu +Description: Old Hungarian +Added: 2009-07-29 +%% +Type: language +Subtag: oia +Description: Oirata +Added: 2009-07-29 +%% +Type: language +Subtag: oin +Description: Inebu One +Added: 2009-07-29 +%% +Type: language +Subtag: ojb +Description: Northwestern Ojibwa +Added: 2009-07-29 +Macrolanguage: oj +%% +Type: language +Subtag: ojc +Description: Central Ojibwa +Added: 2009-07-29 +Macrolanguage: oj +%% +Type: language +Subtag: ojg +Description: Eastern Ojibwa +Added: 2009-07-29 +Macrolanguage: oj +%% +Type: language +Subtag: ojp +Description: Old Japanese +Added: 2009-07-29 +%% +Type: language +Subtag: ojs +Description: Severn Ojibwa +Added: 2009-07-29 +Macrolanguage: oj +%% +Type: language +Subtag: ojv +Description: Ontong Java +Added: 2009-07-29 +%% +Type: language +Subtag: ojw +Description: Western Ojibwa +Added: 2009-07-29 +Macrolanguage: oj +%% +Type: language +Subtag: oka +Description: Okanagan +Added: 2009-07-29 +%% +Type: language +Subtag: okb +Description: Okobo +Added: 2009-07-29 +%% +Type: language +Subtag: okd +Description: Okodia +Added: 2009-07-29 +%% +Type: language +Subtag: oke +Description: Okpe (Southwestern Edo) +Added: 2009-07-29 +%% +Type: language +Subtag: okg +Description: Koko Babangk +Added: 2012-08-12 +%% +Type: language +Subtag: okh +Description: Koresh-e Rostam +Added: 2009-07-29 +%% +Type: language +Subtag: oki +Description: Okiek +Added: 2009-07-29 +Macrolanguage: kln +%% +Type: language +Subtag: okj +Description: Oko-Juwoi +Added: 2009-07-29 +%% +Type: language +Subtag: okk +Description: Kwamtim One +Added: 2009-07-29 +%% +Type: language +Subtag: okl +Description: Old Kentish Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: okm +Description: Middle Korean (10th-16th cent.) +Added: 2009-07-29 +%% +Type: language +Subtag: okn +Description: Oki-No-Erabu +Added: 2009-07-29 +%% +Type: language +Subtag: oko +Description: Old Korean (3rd-9th cent.) +Added: 2009-07-29 +%% +Type: language +Subtag: okr +Description: Kirike +Added: 2009-07-29 +%% +Type: language +Subtag: oks +Description: Oko-Eni-Osayen +Added: 2009-07-29 +%% +Type: language +Subtag: oku +Description: Oku +Added: 2009-07-29 +%% +Type: language +Subtag: okv +Description: Orokaiva +Added: 2009-07-29 +%% +Type: language +Subtag: okx +Description: Okpe (Northwestern Edo) +Added: 2009-07-29 +%% +Type: language +Subtag: ola +Description: Walungge +Added: 2009-07-29 +%% +Type: language +Subtag: old +Description: Mochi +Added: 2009-07-29 +%% +Type: language +Subtag: ole +Description: Olekha +Added: 2009-07-29 +%% +Type: language +Subtag: olk +Description: Olkol +Added: 2013-09-10 +%% +Type: language +Subtag: olm +Description: Oloma +Added: 2009-07-29 +%% +Type: language +Subtag: olo +Description: Livvi +Added: 2009-07-29 +%% +Type: language +Subtag: olr +Description: Olrat +Added: 2009-07-29 +%% +Type: language +Subtag: olt +Description: Old Lithuanian +Added: 2014-02-28 +%% +Type: language +Subtag: olu +Description: Kuvale +Added: 2016-05-30 +%% +Type: language +Subtag: oma +Description: Omaha-Ponca +Added: 2009-07-29 +%% +Type: language +Subtag: omb +Description: East Ambae +Added: 2009-07-29 +%% +Type: language +Subtag: omc +Description: Mochica +Added: 2009-07-29 +%% +Type: language +Subtag: ome +Description: Omejes +Added: 2009-07-29 +Deprecated: 2016-05-30 +%% +Type: language +Subtag: omg +Description: Omagua +Added: 2009-07-29 +%% +Type: language +Subtag: omi +Description: Omi +Added: 2009-07-29 +%% +Type: language +Subtag: omk +Description: Omok +Added: 2009-07-29 +%% +Type: language +Subtag: oml +Description: Ombo +Added: 2009-07-29 +%% +Type: language +Subtag: omn +Description: Minoan +Added: 2009-07-29 +%% +Type: language +Subtag: omo +Description: Utarmbung +Added: 2009-07-29 +%% +Type: language +Subtag: omp +Description: Old Manipuri +Added: 2009-07-29 +%% +Type: language +Subtag: omq +Description: Oto-Manguean languages +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: omr +Description: Old Marathi +Added: 2009-07-29 +%% +Type: language +Subtag: omt +Description: Omotik +Added: 2009-07-29 +%% +Type: language +Subtag: omu +Description: Omurano +Added: 2009-07-29 +%% +Type: language +Subtag: omv +Description: Omotic languages +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: omw +Description: South Tairora +Added: 2009-07-29 +%% +Type: language +Subtag: omx +Description: Old Mon +Added: 2009-07-29 +%% +Type: language +Subtag: ona +Description: Ona +Added: 2009-07-29 +%% +Type: language +Subtag: onb +Description: Lingao +Added: 2009-07-29 +%% +Type: language +Subtag: one +Description: Oneida +Added: 2009-07-29 +%% +Type: language +Subtag: ong +Description: Olo +Added: 2009-07-29 +%% +Type: language +Subtag: oni +Description: Onin +Added: 2009-07-29 +%% +Type: language +Subtag: onj +Description: Onjob +Added: 2009-07-29 +%% +Type: language +Subtag: onk +Description: Kabore One +Added: 2009-07-29 +%% +Type: language +Subtag: onn +Description: Onobasulu +Added: 2009-07-29 +%% +Type: language +Subtag: ono +Description: Onondaga +Added: 2009-07-29 +%% +Type: language +Subtag: onp +Description: Sartang +Added: 2009-07-29 +%% +Type: language +Subtag: onr +Description: Northern One +Added: 2009-07-29 +%% +Type: language +Subtag: ons +Description: Ono +Added: 2009-07-29 +%% +Type: language +Subtag: ont +Description: Ontenu +Added: 2009-07-29 +%% +Type: language +Subtag: onu +Description: Unua +Added: 2009-07-29 +%% +Type: language +Subtag: onw +Description: Old Nubian +Added: 2009-07-29 +%% +Type: language +Subtag: onx +Description: Onin Based Pidgin +Added: 2009-07-29 +%% +Type: language +Subtag: ood +Description: Tohono O'odham +Added: 2009-07-29 +%% +Type: language +Subtag: oog +Description: Ong +Added: 2009-07-29 +%% +Type: language +Subtag: oon +Description: Önge +Added: 2009-07-29 +%% +Type: language +Subtag: oor +Description: Oorlams +Added: 2009-07-29 +%% +Type: language +Subtag: oos +Description: Old Ossetic +Added: 2009-07-29 +%% +Type: language +Subtag: opa +Description: Okpamheri +Added: 2009-07-29 +%% +Type: language +Subtag: opk +Description: Kopkaka +Added: 2009-07-29 +%% +Type: language +Subtag: opm +Description: Oksapmin +Added: 2009-07-29 +%% +Type: language +Subtag: opo +Description: Opao +Added: 2009-07-29 +%% +Type: language +Subtag: opt +Description: Opata +Added: 2009-07-29 +%% +Type: language +Subtag: opy +Description: Ofayé +Added: 2009-07-29 +%% +Type: language +Subtag: ora +Description: Oroha +Added: 2009-07-29 +%% +Type: language +Subtag: orc +Description: Orma +Added: 2009-07-29 +Macrolanguage: om +%% +Type: language +Subtag: ore +Description: Orejón +Added: 2009-07-29 +%% +Type: language +Subtag: org +Description: Oring +Added: 2009-07-29 +%% +Type: language +Subtag: orh +Description: Oroqen +Added: 2009-07-29 +%% +Type: language +Subtag: orn +Description: Orang Kanaq +Added: 2009-07-29 +Macrolanguage: ms +%% +Type: language +Subtag: oro +Description: Orokolo +Added: 2009-07-29 +%% +Type: language +Subtag: orr +Description: Oruma +Added: 2009-07-29 +%% +Type: language +Subtag: ors +Description: Orang Seletar +Added: 2009-07-29 +Macrolanguage: ms +%% +Type: language +Subtag: ort +Description: Adivasi Oriya +Added: 2009-07-29 +%% +Type: language +Subtag: oru +Description: Ormuri +Added: 2009-07-29 +%% +Type: language +Subtag: orv +Description: Old Russian +Added: 2009-07-29 +%% +Type: language +Subtag: orw +Description: Oro Win +Added: 2009-07-29 +%% +Type: language +Subtag: orx +Description: Oro +Added: 2009-07-29 +%% +Type: language +Subtag: ory +Description: Odia (individual language) +Description: Oriya (individual language) +Added: 2012-08-12 +Macrolanguage: or +%% +Type: language +Subtag: orz +Description: Ormu +Added: 2009-07-29 +%% +Type: language +Subtag: osa +Description: Osage +Added: 2005-10-16 +%% +Type: language +Subtag: osc +Description: Oscan +Added: 2009-07-29 +%% +Type: language +Subtag: osi +Description: Osing +Added: 2009-07-29 +%% +Type: language +Subtag: oso +Description: Ososo +Added: 2009-07-29 +%% +Type: language +Subtag: osp +Description: Old Spanish +Added: 2009-07-29 +%% +Type: language +Subtag: ost +Description: Osatu +Added: 2009-07-29 +%% +Type: language +Subtag: osu +Description: Southern One +Added: 2009-07-29 +%% +Type: language +Subtag: osx +Description: Old Saxon +Added: 2009-07-29 +%% +Type: language +Subtag: ota +Description: Ottoman Turkish (1500-1928) +Added: 2005-10-16 +%% +Type: language +Subtag: otb +Description: Old Tibetan +Added: 2009-07-29 +%% +Type: language +Subtag: otd +Description: Ot Danum +Added: 2009-07-29 +%% +Type: language +Subtag: ote +Description: Mezquital Otomi +Added: 2009-07-29 +%% +Type: language +Subtag: oti +Description: Oti +Added: 2009-07-29 +%% +Type: language +Subtag: otk +Description: Old Turkish +Added: 2009-07-29 +%% +Type: language +Subtag: otl +Description: Tilapa Otomi +Added: 2009-07-29 +%% +Type: language +Subtag: otm +Description: Eastern Highland Otomi +Added: 2009-07-29 +%% +Type: language +Subtag: otn +Description: Tenango Otomi +Added: 2009-07-29 +%% +Type: language +Subtag: oto +Description: Otomian languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: otq +Description: Querétaro Otomi +Added: 2009-07-29 +%% +Type: language +Subtag: otr +Description: Otoro +Added: 2009-07-29 +%% +Type: language +Subtag: ots +Description: Estado de México Otomi +Added: 2009-07-29 +%% +Type: language +Subtag: ott +Description: Temoaya Otomi +Added: 2009-07-29 +%% +Type: language +Subtag: otu +Description: Otuke +Added: 2009-07-29 +%% +Type: language +Subtag: otw +Description: Ottawa +Added: 2009-07-29 +Macrolanguage: oj +%% +Type: language +Subtag: otx +Description: Texcatepec Otomi +Added: 2009-07-29 +%% +Type: language +Subtag: oty +Description: Old Tamil +Added: 2009-07-29 +%% +Type: language +Subtag: otz +Description: Ixtenco Otomi +Added: 2009-07-29 +%% +Type: language +Subtag: oua +Description: Tagargrent +Added: 2009-07-29 +%% +Type: language +Subtag: oub +Description: Glio-Oubi +Added: 2009-07-29 +%% +Type: language +Subtag: oue +Description: Oune +Added: 2009-07-29 +%% +Type: language +Subtag: oui +Description: Old Uighur +Added: 2009-07-29 +%% +Type: language +Subtag: oum +Description: Ouma +Added: 2009-07-29 +%% +Type: language +Subtag: oun +Description: ǃOǃung +Added: 2009-07-29 +Deprecated: 2015-02-12 +Preferred-Value: vaj +%% +Type: language +Subtag: ovd +Description: Elfdalian +Description: Övdalian +Added: 2016-06-16 +%% +Type: language +Subtag: owi +Description: Owiniga +Added: 2009-07-29 +%% +Type: language +Subtag: owl +Description: Old Welsh +Added: 2009-07-29 +%% +Type: language +Subtag: oyb +Description: Oy +Added: 2009-07-29 +%% +Type: language +Subtag: oyd +Description: Oyda +Added: 2009-07-29 +%% +Type: language +Subtag: oym +Description: Wayampi +Added: 2009-07-29 +%% +Type: language +Subtag: oyy +Description: Oya'oya +Added: 2009-07-29 +%% +Type: language +Subtag: ozm +Description: Koonzime +Added: 2009-07-29 +%% +Type: language +Subtag: paa +Description: Papuan languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: pab +Description: Parecís +Added: 2009-07-29 +%% +Type: language +Subtag: pac +Description: Pacoh +Added: 2009-07-29 +%% +Type: language +Subtag: pad +Description: Paumarí +Added: 2009-07-29 +%% +Type: language +Subtag: pae +Description: Pagibete +Added: 2009-07-29 +%% +Type: language +Subtag: paf +Description: Paranawát +Added: 2009-07-29 +%% +Type: language +Subtag: pag +Description: Pangasinan +Added: 2005-10-16 +%% +Type: language +Subtag: pah +Description: Tenharim +Added: 2009-07-29 +%% +Type: language +Subtag: pai +Description: Pe +Added: 2009-07-29 +%% +Type: language +Subtag: pak +Description: Parakanã +Added: 2009-07-29 +%% +Type: language +Subtag: pal +Description: Pahlavi +Added: 2005-10-16 +%% +Type: language +Subtag: pam +Description: Pampanga +Description: Kapampangan +Added: 2005-10-16 +%% +Type: language +Subtag: pao +Description: Northern Paiute +Added: 2009-07-29 +%% +Type: language +Subtag: pap +Description: Papiamento +Added: 2005-10-16 +%% +Type: language +Subtag: paq +Description: Parya +Added: 2009-07-29 +%% +Type: language +Subtag: par +Description: Panamint +Description: Timbisha +Added: 2009-07-29 +%% +Type: language +Subtag: pas +Description: Papasena +Added: 2009-07-29 +%% +Type: language +Subtag: pat +Description: Papitalai +Added: 2009-07-29 +%% +Type: language +Subtag: pau +Description: Palauan +Added: 2005-10-16 +%% +Type: language +Subtag: pav +Description: Pakaásnovos +Added: 2009-07-29 +%% +Type: language +Subtag: paw +Description: Pawnee +Added: 2009-07-29 +%% +Type: language +Subtag: pax +Description: Pankararé +Added: 2009-07-29 +%% +Type: language +Subtag: pay +Description: Pech +Added: 2009-07-29 +%% +Type: language +Subtag: paz +Description: Pankararú +Added: 2009-07-29 +%% +Type: language +Subtag: pbb +Description: Páez +Added: 2009-07-29 +%% +Type: language +Subtag: pbc +Description: Patamona +Added: 2009-07-29 +%% +Type: language +Subtag: pbe +Description: Mezontla Popoloca +Added: 2009-07-29 +%% +Type: language +Subtag: pbf +Description: Coyotepec Popoloca +Added: 2009-07-29 +%% +Type: language +Subtag: pbg +Description: Paraujano +Added: 2009-07-29 +%% +Type: language +Subtag: pbh +Description: E'ñapa Woromaipu +Added: 2009-07-29 +%% +Type: language +Subtag: pbi +Description: Parkwa +Added: 2009-07-29 +%% +Type: language +Subtag: pbl +Description: Mak (Nigeria) +Added: 2009-07-29 +%% +Type: language +Subtag: pbm +Description: Puebla Mazatec +Added: 2018-03-08 +Comments: see also maa +%% +Type: language +Subtag: pbn +Description: Kpasam +Added: 2009-07-29 +%% +Type: language +Subtag: pbo +Description: Papel +Added: 2009-07-29 +%% +Type: language +Subtag: pbp +Description: Badyara +Added: 2009-07-29 +%% +Type: language +Subtag: pbr +Description: Pangwa +Added: 2009-07-29 +%% +Type: language +Subtag: pbs +Description: Central Pame +Added: 2009-07-29 +%% +Type: language +Subtag: pbt +Description: Southern Pashto +Added: 2009-07-29 +Macrolanguage: ps +%% +Type: language +Subtag: pbu +Description: Northern Pashto +Added: 2009-07-29 +Macrolanguage: ps +%% +Type: language +Subtag: pbv +Description: Pnar +Added: 2009-07-29 +%% +Type: language +Subtag: pby +Description: Pyu (Papua New Guinea) +Added: 2009-07-29 +%% +Type: language +Subtag: pbz +Description: Palu +Added: 2009-07-29 +Deprecated: 2012-08-12 +%% +Type: language +Subtag: pca +Description: Santa Inés Ahuatempan Popoloca +Added: 2009-07-29 +%% +Type: language +Subtag: pcb +Description: Pear +Added: 2009-07-29 +%% +Type: language +Subtag: pcc +Description: Bouyei +Added: 2009-07-29 +%% +Type: language +Subtag: pcd +Description: Picard +Added: 2009-07-29 +%% +Type: language +Subtag: pce +Description: Ruching Palaung +Added: 2009-07-29 +%% +Type: language +Subtag: pcf +Description: Paliyan +Added: 2009-07-29 +%% +Type: language +Subtag: pcg +Description: Paniya +Added: 2009-07-29 +%% +Type: language +Subtag: pch +Description: Pardhan +Added: 2009-07-29 +%% +Type: language +Subtag: pci +Description: Duruwa +Added: 2009-07-29 +%% +Type: language +Subtag: pcj +Description: Parenga +Added: 2009-07-29 +%% +Type: language +Subtag: pck +Description: Paite Chin +Added: 2009-07-29 +%% +Type: language +Subtag: pcl +Description: Pardhi +Added: 2009-07-29 +%% +Type: language +Subtag: pcm +Description: Nigerian Pidgin +Added: 2009-07-29 +%% +Type: language +Subtag: pcn +Description: Piti +Added: 2009-07-29 +%% +Type: language +Subtag: pcp +Description: Pacahuara +Added: 2009-07-29 +%% +Type: language +Subtag: pcr +Description: Panang +Added: 2009-07-29 +Deprecated: 2013-09-10 +Preferred-Value: adx +%% +Type: language +Subtag: pcw +Description: Pyapun +Added: 2009-07-29 +%% +Type: language +Subtag: pda +Description: Anam +Added: 2009-07-29 +%% +Type: language +Subtag: pdc +Description: Pennsylvania German +Added: 2009-07-29 +%% +Type: language +Subtag: pdi +Description: Pa Di +Added: 2009-07-29 +%% +Type: language +Subtag: pdn +Description: Podena +Description: Fedan +Added: 2009-07-29 +%% +Type: language +Subtag: pdo +Description: Padoe +Added: 2009-07-29 +%% +Type: language +Subtag: pdt +Description: Plautdietsch +Added: 2009-07-29 +%% +Type: language +Subtag: pdu +Description: Kayan +Added: 2009-07-29 +%% +Type: language +Subtag: pea +Description: Peranakan Indonesian +Added: 2009-07-29 +%% +Type: language +Subtag: peb +Description: Eastern Pomo +Added: 2009-07-29 +%% +Type: language +Subtag: ped +Description: Mala (Papua New Guinea) +Added: 2009-07-29 +%% +Type: language +Subtag: pee +Description: Taje +Added: 2009-07-29 +%% +Type: language +Subtag: pef +Description: Northeastern Pomo +Added: 2009-07-29 +%% +Type: language +Subtag: peg +Description: Pengo +Added: 2009-07-29 +%% +Type: language +Subtag: peh +Description: Bonan +Added: 2009-07-29 +%% +Type: language +Subtag: pei +Description: Chichimeca-Jonaz +Added: 2009-07-29 +%% +Type: language +Subtag: pej +Description: Northern Pomo +Added: 2009-07-29 +%% +Type: language +Subtag: pek +Description: Penchal +Added: 2009-07-29 +%% +Type: language +Subtag: pel +Description: Pekal +Added: 2009-07-29 +Macrolanguage: ms +%% +Type: language +Subtag: pem +Description: Phende +Added: 2009-07-29 +%% +Type: language +Subtag: peo +Description: Old Persian (ca. 600-400 B.C.) +Added: 2005-10-16 +%% +Type: language +Subtag: pep +Description: Kunja +Added: 2009-07-29 +%% +Type: language +Subtag: peq +Description: Southern Pomo +Added: 2009-07-29 +%% +Type: language +Subtag: pes +Description: Iranian Persian +Added: 2009-07-29 +Macrolanguage: fa +%% +Type: language +Subtag: pev +Description: Pémono +Added: 2009-07-29 +%% +Type: language +Subtag: pex +Description: Petats +Added: 2009-07-29 +%% +Type: language +Subtag: pey +Description: Petjo +Added: 2009-07-29 +%% +Type: language +Subtag: pez +Description: Eastern Penan +Added: 2009-07-29 +%% +Type: language +Subtag: pfa +Description: Pááfang +Added: 2009-07-29 +%% +Type: language +Subtag: pfe +Description: Peere +Added: 2009-07-29 +%% +Type: language +Subtag: pfl +Description: Pfaelzisch +Added: 2009-07-29 +%% +Type: language +Subtag: pga +Description: Sudanese Creole Arabic +Added: 2009-07-29 +Macrolanguage: ar +%% +Type: language +Subtag: pgd +Description: Gāndhārī +Added: 2015-02-12 +%% +Type: language +Subtag: pgg +Description: Pangwali +Added: 2009-07-29 +%% +Type: language +Subtag: pgi +Description: Pagi +Added: 2009-07-29 +%% +Type: language +Subtag: pgk +Description: Rerep +Added: 2009-07-29 +%% +Type: language +Subtag: pgl +Description: Primitive Irish +Added: 2011-08-16 +%% +Type: language +Subtag: pgn +Description: Paelignian +Added: 2009-07-29 +%% +Type: language +Subtag: pgs +Description: Pangseng +Added: 2009-07-29 +%% +Type: language +Subtag: pgu +Description: Pagu +Added: 2009-07-29 +%% +Type: language +Subtag: pgy +Description: Pongyong +Added: 2009-07-29 +Deprecated: 2012-08-12 +%% +Type: language +Subtag: pgz +Description: Papua New Guinean Sign Language +Added: 2016-05-30 +%% +Type: language +Subtag: pha +Description: Pa-Hng +Added: 2009-07-29 +%% +Type: language +Subtag: phd +Description: Phudagi +Added: 2009-07-29 +%% +Type: language +Subtag: phg +Description: Phuong +Added: 2009-07-29 +%% +Type: language +Subtag: phh +Description: Phukha +Added: 2009-07-29 +%% +Type: language +Subtag: phi +Description: Philippine languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: phk +Description: Phake +Added: 2009-07-29 +%% +Type: language +Subtag: phl +Description: Phalura +Description: Palula +Added: 2009-07-29 +%% +Type: language +Subtag: phm +Description: Phimbi +Added: 2009-07-29 +%% +Type: language +Subtag: phn +Description: Phoenician +Added: 2005-10-16 +%% +Type: language +Subtag: pho +Description: Phunoi +Added: 2009-07-29 +%% +Type: language +Subtag: phq +Description: Phana' +Added: 2009-07-29 +%% +Type: language +Subtag: phr +Description: Pahari-Potwari +Added: 2009-07-29 +Macrolanguage: lah +%% +Type: language +Subtag: pht +Description: Phu Thai +Added: 2009-07-29 +%% +Type: language +Subtag: phu +Description: Phuan +Added: 2009-07-29 +%% +Type: language +Subtag: phv +Description: Pahlavani +Added: 2009-07-29 +%% +Type: language +Subtag: phw +Description: Phangduwali +Added: 2009-07-29 +%% +Type: language +Subtag: pia +Description: Pima Bajo +Added: 2009-07-29 +%% +Type: language +Subtag: pib +Description: Yine +Added: 2009-07-29 +%% +Type: language +Subtag: pic +Description: Pinji +Added: 2009-07-29 +%% +Type: language +Subtag: pid +Description: Piaroa +Added: 2009-07-29 +%% +Type: language +Subtag: pie +Description: Piro +Added: 2009-07-29 +%% +Type: language +Subtag: pif +Description: Pingelapese +Added: 2009-07-29 +%% +Type: language +Subtag: pig +Description: Pisabo +Added: 2009-07-29 +%% +Type: language +Subtag: pih +Description: Pitcairn-Norfolk +Added: 2009-07-29 +%% +Type: language +Subtag: pii +Description: Pini +Added: 2009-07-29 +%% +Type: language +Subtag: pij +Description: Pijao +Added: 2009-07-29 +%% +Type: language +Subtag: pil +Description: Yom +Added: 2009-07-29 +%% +Type: language +Subtag: pim +Description: Powhatan +Added: 2009-07-29 +%% +Type: language +Subtag: pin +Description: Piame +Added: 2009-07-29 +%% +Type: language +Subtag: pio +Description: Piapoco +Added: 2009-07-29 +%% +Type: language +Subtag: pip +Description: Pero +Added: 2009-07-29 +%% +Type: language +Subtag: pir +Description: Piratapuyo +Added: 2009-07-29 +%% +Type: language +Subtag: pis +Description: Pijin +Added: 2009-07-29 +%% +Type: language +Subtag: pit +Description: Pitta Pitta +Added: 2009-07-29 +%% +Type: language +Subtag: piu +Description: Pintupi-Luritja +Added: 2009-07-29 +%% +Type: language +Subtag: piv +Description: Pileni +Description: Vaeakau-Taumako +Added: 2009-07-29 +%% +Type: language +Subtag: piw +Description: Pimbwe +Added: 2009-07-29 +%% +Type: language +Subtag: pix +Description: Piu +Added: 2009-07-29 +%% +Type: language +Subtag: piy +Description: Piya-Kwonci +Added: 2009-07-29 +%% +Type: language +Subtag: piz +Description: Pije +Added: 2009-07-29 +%% +Type: language +Subtag: pjt +Description: Pitjantjatjara +Added: 2009-07-29 +%% +Type: language +Subtag: pka +Description: Ardhamāgadhī Prākrit +Added: 2009-07-29 +%% +Type: language +Subtag: pkb +Description: Pokomo +Description: Kipfokomo +Added: 2009-07-29 +%% +Type: language +Subtag: pkc +Description: Paekche +Added: 2009-07-29 +%% +Type: language +Subtag: pkg +Description: Pak-Tong +Added: 2009-07-29 +%% +Type: language +Subtag: pkh +Description: Pankhu +Added: 2009-07-29 +%% +Type: language +Subtag: pkn +Description: Pakanha +Added: 2009-07-29 +%% +Type: language +Subtag: pko +Description: Pökoot +Added: 2009-07-29 +Macrolanguage: kln +%% +Type: language +Subtag: pkp +Description: Pukapuka +Added: 2009-07-29 +%% +Type: language +Subtag: pkr +Description: Attapady Kurumba +Added: 2009-07-29 +%% +Type: language +Subtag: pks +Description: Pakistan Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: pkt +Description: Maleng +Added: 2009-07-29 +%% +Type: language +Subtag: pku +Description: Paku +Added: 2009-07-29 +%% +Type: language +Subtag: pla +Description: Miani +Added: 2009-07-29 +%% +Type: language +Subtag: plb +Description: Polonombauk +Added: 2009-07-29 +%% +Type: language +Subtag: plc +Description: Central Palawano +Added: 2009-07-29 +%% +Type: language +Subtag: pld +Description: Polari +Added: 2009-07-29 +%% +Type: language +Subtag: ple +Description: Palu'e +Added: 2009-07-29 +%% +Type: language +Subtag: plf +Description: Central Malayo-Polynesian languages +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: plg +Description: Pilagá +Added: 2009-07-29 +%% +Type: language +Subtag: plh +Description: Paulohi +Added: 2009-07-29 +%% +Type: language +Subtag: plj +Description: Polci +Added: 2009-07-29 +%% +Type: language +Subtag: plk +Description: Kohistani Shina +Added: 2009-07-29 +%% +Type: language +Subtag: pll +Description: Shwe Palaung +Added: 2009-07-29 +%% +Type: language +Subtag: pln +Description: Palenquero +Added: 2009-07-29 +%% +Type: language +Subtag: plo +Description: Oluta Popoluca +Added: 2009-07-29 +%% +Type: language +Subtag: plp +Description: Palpa +Added: 2009-07-29 +%% +Type: language +Subtag: plq +Description: Palaic +Added: 2009-07-29 +%% +Type: language +Subtag: plr +Description: Palaka Senoufo +Added: 2009-07-29 +%% +Type: language +Subtag: pls +Description: San Marcos Tlacoyalco Popoloca +Description: San Marcos Tlalcoyalco Popoloca +Added: 2009-07-29 +%% +Type: language +Subtag: plt +Description: Plateau Malagasy +Added: 2009-07-29 +Macrolanguage: mg +%% +Type: language +Subtag: plu +Description: Palikúr +Added: 2009-07-29 +%% +Type: language +Subtag: plv +Description: Southwest Palawano +Added: 2009-07-29 +%% +Type: language +Subtag: plw +Description: Brooke's Point Palawano +Added: 2009-07-29 +%% +Type: language +Subtag: ply +Description: Bolyu +Added: 2009-07-29 +%% +Type: language +Subtag: plz +Description: Paluan +Added: 2009-07-29 +%% +Type: language +Subtag: pma +Description: Paama +Added: 2009-07-29 +%% +Type: language +Subtag: pmb +Description: Pambia +Added: 2009-07-29 +%% +Type: language +Subtag: pmc +Description: Palumata +Added: 2009-07-29 +Deprecated: 2016-05-30 +Preferred-Value: huw +%% +Type: language +Subtag: pmd +Description: Pallanganmiddang +Added: 2012-08-12 +%% +Type: language +Subtag: pme +Description: Pwaamei +Added: 2009-07-29 +%% +Type: language +Subtag: pmf +Description: Pamona +Added: 2009-07-29 +%% +Type: language +Subtag: pmh +Description: Māhārāṣṭri Prākrit +Added: 2009-07-29 +%% +Type: language +Subtag: pmi +Description: Northern Pumi +Added: 2009-07-29 +%% +Type: language +Subtag: pmj +Description: Southern Pumi +Added: 2009-07-29 +%% +Type: language +Subtag: pmk +Description: Pamlico +Added: 2009-07-29 +%% +Type: language +Subtag: pml +Description: Lingua Franca +Added: 2009-07-29 +%% +Type: language +Subtag: pmm +Description: Pomo +Added: 2009-07-29 +%% +Type: language +Subtag: pmn +Description: Pam +Added: 2009-07-29 +%% +Type: language +Subtag: pmo +Description: Pom +Added: 2009-07-29 +%% +Type: language +Subtag: pmq +Description: Northern Pame +Added: 2009-07-29 +%% +Type: language +Subtag: pmr +Description: Paynamar +Added: 2009-07-29 +%% +Type: language +Subtag: pms +Description: Piemontese +Added: 2009-07-29 +%% +Type: language +Subtag: pmt +Description: Tuamotuan +Added: 2009-07-29 +%% +Type: language +Subtag: pmu +Description: Mirpur Panjabi +Added: 2009-07-29 +Deprecated: 2015-02-12 +Preferred-Value: phr +Macrolanguage: lah +%% +Type: language +Subtag: pmw +Description: Plains Miwok +Added: 2009-07-29 +%% +Type: language +Subtag: pmx +Description: Poumei Naga +Added: 2009-07-29 +%% +Type: language +Subtag: pmy +Description: Papuan Malay +Added: 2009-07-29 +%% +Type: language +Subtag: pmz +Description: Southern Pame +Added: 2009-07-29 +%% +Type: language +Subtag: pna +Description: Punan Bah-Biau +Added: 2009-07-29 +%% +Type: language +Subtag: pnb +Description: Western Panjabi +Added: 2009-07-29 +Macrolanguage: lah +%% +Type: language +Subtag: pnc +Description: Pannei +Added: 2009-07-29 +%% +Type: language +Subtag: pnd +Description: Mpinda +Added: 2019-04-16 +%% +Type: language +Subtag: pne +Description: Western Penan +Added: 2009-07-29 +%% +Type: language +Subtag: png +Description: Pongu +Added: 2009-07-29 +%% +Type: language +Subtag: pnh +Description: Penrhyn +Added: 2009-07-29 +%% +Type: language +Subtag: pni +Description: Aoheng +Added: 2009-07-29 +%% +Type: language +Subtag: pnj +Description: Pinjarup +Added: 2013-09-10 +%% +Type: language +Subtag: pnk +Description: Paunaka +Added: 2012-08-12 +%% +Type: language +Subtag: pnl +Description: Paleni +Added: 2013-09-10 +Comments: see also wbf +%% +Type: language +Subtag: pnm +Description: Punan Batu 1 +Added: 2009-07-29 +%% +Type: language +Subtag: pnn +Description: Pinai-Hagahai +Added: 2009-07-29 +%% +Type: language +Subtag: pno +Description: Panobo +Added: 2009-07-29 +%% +Type: language +Subtag: pnp +Description: Pancana +Added: 2009-07-29 +%% +Type: language +Subtag: pnq +Description: Pana (Burkina Faso) +Added: 2009-07-29 +%% +Type: language +Subtag: pnr +Description: Panim +Added: 2009-07-29 +%% +Type: language +Subtag: pns +Description: Ponosakan +Added: 2009-07-29 +%% +Type: language +Subtag: pnt +Description: Pontic +Added: 2009-07-29 +%% +Type: language +Subtag: pnu +Description: Jiongnai Bunu +Added: 2009-07-29 +%% +Type: language +Subtag: pnv +Description: Pinigura +Added: 2009-07-29 +%% +Type: language +Subtag: pnw +Description: Banyjima +Description: Panytyima +Added: 2009-07-29 +%% +Type: language +Subtag: pnx +Description: Phong-Kniang +Added: 2009-07-29 +%% +Type: language +Subtag: pny +Description: Pinyin +Added: 2009-07-29 +Comments: a Niger-Congo language spoken in Cameroon; not to be confused + with the Pinyin romanization systems used for Chinese and Tibetan +%% +Type: language +Subtag: pnz +Description: Pana (Central African Republic) +Added: 2009-07-29 +%% +Type: language +Subtag: poc +Description: Poqomam +Added: 2009-07-29 +%% +Type: language +Subtag: pod +Description: Ponares +Added: 2009-07-29 +Deprecated: 2016-05-30 +%% +Type: language +Subtag: poe +Description: San Juan Atzingo Popoloca +Added: 2009-07-29 +%% +Type: language +Subtag: pof +Description: Poke +Added: 2009-07-29 +%% +Type: language +Subtag: pog +Description: Potiguára +Added: 2009-07-29 +%% +Type: language +Subtag: poh +Description: Poqomchi' +Added: 2009-07-29 +%% +Type: language +Subtag: poi +Description: Highland Popoluca +Added: 2009-07-29 +%% +Type: language +Subtag: pok +Description: Pokangá +Added: 2009-07-29 +%% +Type: language +Subtag: pom +Description: Southeastern Pomo +Added: 2009-07-29 +%% +Type: language +Subtag: pon +Description: Pohnpeian +Added: 2005-10-16 +%% +Type: language +Subtag: poo +Description: Central Pomo +Added: 2009-07-29 +%% +Type: language +Subtag: pop +Description: Pwapwâ +Added: 2009-07-29 +%% +Type: language +Subtag: poq +Description: Texistepec Popoluca +Added: 2009-07-29 +%% +Type: language +Subtag: pos +Description: Sayula Popoluca +Added: 2009-07-29 +%% +Type: language +Subtag: pot +Description: Potawatomi +Added: 2009-07-29 +%% +Type: language +Subtag: pov +Description: Upper Guinea Crioulo +Added: 2009-07-29 +%% +Type: language +Subtag: pow +Description: San Felipe Otlaltepec Popoloca +Added: 2009-07-29 +%% +Type: language +Subtag: pox +Description: Polabian +Added: 2009-07-29 +%% +Type: language +Subtag: poy +Description: Pogolo +Added: 2009-07-29 +%% +Type: language +Subtag: poz +Description: Malayo-Polynesian languages +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: ppa +Description: Pao +Added: 2009-07-29 +Deprecated: 2016-05-30 +Preferred-Value: bfy +%% +Type: language +Subtag: ppe +Description: Papi +Added: 2009-07-29 +%% +Type: language +Subtag: ppi +Description: Paipai +Added: 2009-07-29 +%% +Type: language +Subtag: ppk +Description: Uma +Added: 2009-07-29 +%% +Type: language +Subtag: ppl +Description: Pipil +Description: Nicarao +Added: 2009-07-29 +%% +Type: language +Subtag: ppm +Description: Papuma +Added: 2009-07-29 +%% +Type: language +Subtag: ppn +Description: Papapana +Added: 2009-07-29 +%% +Type: language +Subtag: ppo +Description: Folopa +Added: 2009-07-29 +%% +Type: language +Subtag: ppp +Description: Pelende +Added: 2009-07-29 +%% +Type: language +Subtag: ppq +Description: Pei +Added: 2009-07-29 +%% +Type: language +Subtag: ppr +Description: Piru +Added: 2009-07-29 +Deprecated: 2013-09-10 +Preferred-Value: lcq +%% +Type: language +Subtag: pps +Description: San Luís Temalacayuca Popoloca +Added: 2009-07-29 +%% +Type: language +Subtag: ppt +Description: Pare +Added: 2009-07-29 +%% +Type: language +Subtag: ppu +Description: Papora +Added: 2009-07-29 +%% +Type: language +Subtag: pqa +Description: Pa'a +Added: 2009-07-29 +%% +Type: language +Subtag: pqe +Description: Eastern Malayo-Polynesian languages +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: pqm +Description: Malecite-Passamaquoddy +Added: 2009-07-29 +%% +Type: language +Subtag: pqw +Description: Western Malayo-Polynesian languages +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: pra +Description: Prakrit languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: prb +Description: Lua' +Added: 2009-07-29 +Deprecated: 2017-02-23 +%% +Type: language +Subtag: prc +Description: Parachi +Added: 2009-07-29 +%% +Type: language +Subtag: prd +Description: Parsi-Dari +Added: 2009-07-29 +%% +Type: language +Subtag: pre +Description: Principense +Added: 2009-07-29 +%% +Type: language +Subtag: prf +Description: Paranan +Added: 2010-03-11 +%% +Type: language +Subtag: prg +Description: Prussian +Added: 2009-07-29 +%% +Type: language +Subtag: prh +Description: Porohanon +Added: 2009-07-29 +%% +Type: language +Subtag: pri +Description: Paicî +Added: 2009-07-29 +%% +Type: language +Subtag: prk +Description: Parauk +Added: 2009-07-29 +%% +Type: language +Subtag: prl +Description: Peruvian Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: prm +Description: Kibiri +Added: 2009-07-29 +%% +Type: language +Subtag: prn +Description: Prasuni +Added: 2009-07-29 +%% +Type: language +Subtag: pro +Description: Old Provençal (to 1500) +Description: Old Occitan (to 1500) +Added: 2005-10-16 +%% +Type: language +Subtag: prp +Description: Parsi +Added: 2009-07-29 +%% +Type: language +Subtag: prq +Description: Ashéninka Perené +Added: 2009-07-29 +%% +Type: language +Subtag: prr +Description: Puri +Added: 2009-07-29 +%% +Type: language +Subtag: prs +Description: Dari +Description: Afghan Persian +Added: 2009-07-29 +Macrolanguage: fa +%% +Type: language +Subtag: prt +Description: Phai +Added: 2009-07-29 +%% +Type: language +Subtag: pru +Description: Puragi +Added: 2009-07-29 +%% +Type: language +Subtag: prw +Description: Parawen +Added: 2009-07-29 +%% +Type: language +Subtag: prx +Description: Purik +Added: 2009-07-29 +%% +Type: language +Subtag: pry +Description: Pray 3 +Added: 2009-07-29 +Deprecated: 2016-05-30 +Preferred-Value: prt +%% +Type: language +Subtag: prz +Description: Providencia Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: psa +Description: Asue Awyu +Added: 2009-07-29 +%% +Type: language +Subtag: psc +Description: Persian Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: psd +Description: Plains Indian Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: pse +Description: Central Malay +Added: 2009-07-29 +Macrolanguage: ms +%% +Type: language +Subtag: psg +Description: Penang Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: psh +Description: Southwest Pashai +Description: Southwest Pashayi +Added: 2009-07-29 +%% +Type: language +Subtag: psi +Description: Southeast Pashai +Description: Southeast Pashayi +Added: 2009-07-29 +%% +Type: language +Subtag: psl +Description: Puerto Rican Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: psm +Description: Pauserna +Added: 2009-07-29 +%% +Type: language +Subtag: psn +Description: Panasuan +Added: 2009-07-29 +%% +Type: language +Subtag: pso +Description: Polish Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: psp +Description: Philippine Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: psq +Description: Pasi +Added: 2009-07-29 +%% +Type: language +Subtag: psr +Description: Portuguese Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: pss +Description: Kaulong +Added: 2009-07-29 +%% +Type: language +Subtag: pst +Description: Central Pashto +Added: 2009-07-29 +Macrolanguage: ps +%% +Type: language +Subtag: psu +Description: Sauraseni Prākrit +Added: 2009-07-29 +%% +Type: language +Subtag: psw +Description: Port Sandwich +Added: 2009-07-29 +%% +Type: language +Subtag: psy +Description: Piscataway +Added: 2009-07-29 +%% +Type: language +Subtag: pta +Description: Pai Tavytera +Added: 2009-07-29 +%% +Type: language +Subtag: pth +Description: Pataxó Hã-Ha-Hãe +Added: 2009-07-29 +%% +Type: language +Subtag: pti +Description: Pindiini +Description: Wangkatha +Added: 2009-07-29 +%% +Type: language +Subtag: ptn +Description: Patani +Added: 2009-07-29 +%% +Type: language +Subtag: pto +Description: Zo'é +Added: 2009-07-29 +%% +Type: language +Subtag: ptp +Description: Patep +Added: 2009-07-29 +%% +Type: language +Subtag: ptq +Description: Pattapu +Added: 2014-04-06 +%% +Type: language +Subtag: ptr +Description: Piamatsina +Added: 2009-07-29 +%% +Type: language +Subtag: ptt +Description: Enrekang +Added: 2009-07-29 +%% +Type: language +Subtag: ptu +Description: Bambam +Added: 2009-07-29 +%% +Type: language +Subtag: ptv +Description: Port Vato +Added: 2009-07-29 +%% +Type: language +Subtag: ptw +Description: Pentlatch +Added: 2009-07-29 +%% +Type: language +Subtag: pty +Description: Pathiya +Added: 2009-07-29 +%% +Type: language +Subtag: pua +Description: Western Highland Purepecha +Added: 2009-07-29 +%% +Type: language +Subtag: pub +Description: Purum +Added: 2009-07-29 +%% +Type: language +Subtag: puc +Description: Punan Merap +Added: 2009-07-29 +%% +Type: language +Subtag: pud +Description: Punan Aput +Added: 2009-07-29 +%% +Type: language +Subtag: pue +Description: Puelche +Added: 2009-07-29 +%% +Type: language +Subtag: puf +Description: Punan Merah +Added: 2009-07-29 +%% +Type: language +Subtag: pug +Description: Phuie +Added: 2009-07-29 +%% +Type: language +Subtag: pui +Description: Puinave +Added: 2009-07-29 +%% +Type: language +Subtag: puj +Description: Punan Tubu +Added: 2009-07-29 +%% +Type: language +Subtag: puk +Description: Pu Ko +Added: 2009-07-29 +Deprecated: 2017-02-23 +%% +Type: language +Subtag: pum +Description: Puma +Added: 2009-07-29 +%% +Type: language +Subtag: puo +Description: Puoc +Added: 2009-07-29 +%% +Type: language +Subtag: pup +Description: Pulabu +Added: 2009-07-29 +%% +Type: language +Subtag: puq +Description: Puquina +Added: 2009-07-29 +%% +Type: language +Subtag: pur +Description: Puruborá +Added: 2009-07-29 +%% +Type: language +Subtag: put +Description: Putoh +Added: 2009-07-29 +%% +Type: language +Subtag: puu +Description: Punu +Added: 2009-07-29 +%% +Type: language +Subtag: puw +Description: Puluwatese +Added: 2009-07-29 +%% +Type: language +Subtag: pux +Description: Puare +Added: 2009-07-29 +%% +Type: language +Subtag: puy +Description: Purisimeño +Added: 2009-07-29 +%% +Type: language +Subtag: puz +Description: Purum Naga +Added: 2009-07-29 +Deprecated: 2014-02-28 +Preferred-Value: pub +%% +Type: language +Subtag: pwa +Description: Pawaia +Added: 2009-07-29 +%% +Type: language +Subtag: pwb +Description: Panawa +Added: 2009-07-29 +%% +Type: language +Subtag: pwg +Description: Gapapaiwa +Added: 2009-07-29 +%% +Type: language +Subtag: pwi +Description: Patwin +Added: 2013-09-10 +%% +Type: language +Subtag: pwm +Description: Molbog +Added: 2009-07-29 +%% +Type: language +Subtag: pwn +Description: Paiwan +Added: 2009-07-29 +%% +Type: language +Subtag: pwo +Description: Pwo Western Karen +Added: 2009-07-29 +%% +Type: language +Subtag: pwr +Description: Powari +Added: 2009-07-29 +%% +Type: language +Subtag: pww +Description: Pwo Northern Karen +Added: 2009-07-29 +%% +Type: language +Subtag: pxm +Description: Quetzaltepec Mixe +Added: 2009-07-29 +%% +Type: language +Subtag: pye +Description: Pye Krumen +Added: 2009-07-29 +%% +Type: language +Subtag: pym +Description: Fyam +Added: 2009-07-29 +%% +Type: language +Subtag: pyn +Description: Poyanáwa +Added: 2009-07-29 +%% +Type: language +Subtag: pys +Description: Paraguayan Sign Language +Description: Lengua de Señas del Paraguay +Added: 2010-03-11 +%% +Type: language +Subtag: pyu +Description: Puyuma +Added: 2009-07-29 +%% +Type: language +Subtag: pyx +Description: Pyu (Myanmar) +Added: 2009-07-29 +%% +Type: language +Subtag: pyy +Description: Pyen +Added: 2009-07-29 +%% +Type: language +Subtag: pzn +Description: Para Naga +Added: 2009-07-29 +%% +Type: language +Subtag: qaa..qtz +Description: Private use +Added: 2005-10-16 +Scope: private-use +%% +Type: language +Subtag: qua +Description: Quapaw +Added: 2009-07-29 +%% +Type: language +Subtag: qub +Description: Huallaga Huánuco Quechua +Added: 2009-07-29 +Macrolanguage: qu +%% +Type: language +Subtag: quc +Description: K'iche' +Description: Quiché +Added: 2009-07-29 +%% +Type: language +Subtag: qud +Description: Calderón Highland Quichua +Added: 2009-07-29 +Macrolanguage: qu +%% +Type: language +Subtag: quf +Description: Lambayeque Quechua +Added: 2009-07-29 +Macrolanguage: qu +%% +Type: language +Subtag: qug +Description: Chimborazo Highland Quichua +Added: 2009-07-29 +Macrolanguage: qu +%% +Type: language +Subtag: quh +Description: South Bolivian Quechua +Added: 2009-07-29 +Macrolanguage: qu +%% +Type: language +Subtag: qui +Description: Quileute +Added: 2009-07-29 +%% +Type: language +Subtag: quk +Description: Chachapoyas Quechua +Added: 2009-07-29 +Macrolanguage: qu +%% +Type: language +Subtag: qul +Description: North Bolivian Quechua +Added: 2009-07-29 +Macrolanguage: qu +%% +Type: language +Subtag: qum +Description: Sipacapense +Added: 2009-07-29 +%% +Type: language +Subtag: qun +Description: Quinault +Added: 2009-07-29 +%% +Type: language +Subtag: qup +Description: Southern Pastaza Quechua +Added: 2009-07-29 +Macrolanguage: qu +%% +Type: language +Subtag: quq +Description: Quinqui +Added: 2009-07-29 +%% +Type: language +Subtag: qur +Description: Yanahuanca Pasco Quechua +Added: 2009-07-29 +Macrolanguage: qu +%% +Type: language +Subtag: qus +Description: Santiago del Estero Quichua +Added: 2009-07-29 +Macrolanguage: qu +%% +Type: language +Subtag: quv +Description: Sacapulteco +Added: 2009-07-29 +%% +Type: language +Subtag: quw +Description: Tena Lowland Quichua +Added: 2009-07-29 +Macrolanguage: qu +%% +Type: language +Subtag: qux +Description: Yauyos Quechua +Added: 2009-07-29 +Macrolanguage: qu +%% +Type: language +Subtag: quy +Description: Ayacucho Quechua +Added: 2009-07-29 +Macrolanguage: qu +%% +Type: language +Subtag: quz +Description: Cusco Quechua +Added: 2009-07-29 +Macrolanguage: qu +%% +Type: language +Subtag: qva +Description: Ambo-Pasco Quechua +Added: 2009-07-29 +Macrolanguage: qu +%% +Type: language +Subtag: qvc +Description: Cajamarca Quechua +Added: 2009-07-29 +Macrolanguage: qu +%% +Type: language +Subtag: qve +Description: Eastern Apurímac Quechua +Added: 2009-07-29 +Macrolanguage: qu +%% +Type: language +Subtag: qvh +Description: Huamalíes-Dos de Mayo Huánuco Quechua +Added: 2009-07-29 +Macrolanguage: qu +%% +Type: language +Subtag: qvi +Description: Imbabura Highland Quichua +Added: 2009-07-29 +Macrolanguage: qu +%% +Type: language +Subtag: qvj +Description: Loja Highland Quichua +Added: 2009-07-29 +Macrolanguage: qu +%% +Type: language +Subtag: qvl +Description: Cajatambo North Lima Quechua +Added: 2009-07-29 +Macrolanguage: qu +%% +Type: language +Subtag: qvm +Description: Margos-Yarowilca-Lauricocha Quechua +Added: 2009-07-29 +Macrolanguage: qu +%% +Type: language +Subtag: qvn +Description: North Junín Quechua +Added: 2009-07-29 +Macrolanguage: qu +%% +Type: language +Subtag: qvo +Description: Napo Lowland Quechua +Added: 2009-07-29 +Macrolanguage: qu +%% +Type: language +Subtag: qvp +Description: Pacaraos Quechua +Added: 2009-07-29 +Macrolanguage: qu +%% +Type: language +Subtag: qvs +Description: San Martín Quechua +Added: 2009-07-29 +Macrolanguage: qu +%% +Type: language +Subtag: qvw +Description: Huaylla Wanca Quechua +Added: 2009-07-29 +Macrolanguage: qu +%% +Type: language +Subtag: qvy +Description: Queyu +Added: 2009-07-29 +%% +Type: language +Subtag: qvz +Description: Northern Pastaza Quichua +Added: 2009-07-29 +Macrolanguage: qu +%% +Type: language +Subtag: qwa +Description: Corongo Ancash Quechua +Added: 2009-07-29 +Macrolanguage: qu +%% +Type: language +Subtag: qwc +Description: Classical Quechua +Added: 2009-07-29 +Macrolanguage: qu +%% +Type: language +Subtag: qwe +Description: Quechuan (family) +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: qwh +Description: Huaylas Ancash Quechua +Added: 2009-07-29 +Macrolanguage: qu +%% +Type: language +Subtag: qwm +Description: Kuman (Russia) +Added: 2009-07-29 +%% +Type: language +Subtag: qws +Description: Sihuas Ancash Quechua +Added: 2009-07-29 +Macrolanguage: qu +%% +Type: language +Subtag: qwt +Description: Kwalhioqua-Tlatskanai +Added: 2009-07-29 +%% +Type: language +Subtag: qxa +Description: Chiquián Ancash Quechua +Added: 2009-07-29 +Macrolanguage: qu +%% +Type: language +Subtag: qxc +Description: Chincha Quechua +Added: 2009-07-29 +Macrolanguage: qu +%% +Type: language +Subtag: qxh +Description: Panao Huánuco Quechua +Added: 2009-07-29 +Macrolanguage: qu +%% +Type: language +Subtag: qxl +Description: Salasaca Highland Quichua +Added: 2009-07-29 +Macrolanguage: qu +%% +Type: language +Subtag: qxn +Description: Northern Conchucos Ancash Quechua +Added: 2009-07-29 +Macrolanguage: qu +%% +Type: language +Subtag: qxo +Description: Southern Conchucos Ancash Quechua +Added: 2009-07-29 +Macrolanguage: qu +%% +Type: language +Subtag: qxp +Description: Puno Quechua +Added: 2009-07-29 +Macrolanguage: qu +%% +Type: language +Subtag: qxq +Description: Qashqa'i +Added: 2009-07-29 +%% +Type: language +Subtag: qxr +Description: Cañar Highland Quichua +Added: 2009-07-29 +Macrolanguage: qu +%% +Type: language +Subtag: qxs +Description: Southern Qiang +Added: 2009-07-29 +%% +Type: language +Subtag: qxt +Description: Santa Ana de Tusi Pasco Quechua +Added: 2009-07-29 +Macrolanguage: qu +%% +Type: language +Subtag: qxu +Description: Arequipa-La Unión Quechua +Added: 2009-07-29 +Macrolanguage: qu +%% +Type: language +Subtag: qxw +Description: Jauja Wanca Quechua +Added: 2009-07-29 +Macrolanguage: qu +%% +Type: language +Subtag: qya +Description: Quenya +Added: 2009-07-29 +%% +Type: language +Subtag: qyp +Description: Quiripi +Added: 2009-07-29 +%% +Type: language +Subtag: raa +Description: Dungmali +Added: 2009-07-29 +%% +Type: language +Subtag: rab +Description: Camling +Added: 2009-07-29 +%% +Type: language +Subtag: rac +Description: Rasawa +Added: 2009-07-29 +%% +Type: language +Subtag: rad +Description: Rade +Added: 2009-07-29 +%% +Type: language +Subtag: raf +Description: Western Meohang +Added: 2009-07-29 +%% +Type: language +Subtag: rag +Description: Logooli +Description: Lulogooli +Added: 2009-07-29 +Macrolanguage: luy +%% +Type: language +Subtag: rah +Description: Rabha +Added: 2009-07-29 +%% +Type: language +Subtag: rai +Description: Ramoaaina +Added: 2009-07-29 +%% +Type: language +Subtag: raj +Description: Rajasthani +Added: 2005-10-16 +Scope: macrolanguage +%% +Type: language +Subtag: rak +Description: Tulu-Bohuai +Added: 2009-07-29 +%% +Type: language +Subtag: ral +Description: Ralte +Added: 2009-07-29 +%% +Type: language +Subtag: ram +Description: Canela +Added: 2009-07-29 +%% +Type: language +Subtag: ran +Description: Riantana +Added: 2009-07-29 +%% +Type: language +Subtag: rao +Description: Rao +Added: 2009-07-29 +%% +Type: language +Subtag: rap +Description: Rapanui +Added: 2005-10-16 +%% +Type: language +Subtag: raq +Description: Saam +Added: 2009-07-29 +%% +Type: language +Subtag: rar +Description: Rarotongan +Description: Cook Islands Maori +Added: 2005-10-16 +%% +Type: language +Subtag: ras +Description: Tegali +Added: 2009-07-29 +%% +Type: language +Subtag: rat +Description: Razajerdi +Added: 2009-07-29 +%% +Type: language +Subtag: rau +Description: Raute +Added: 2009-07-29 +%% +Type: language +Subtag: rav +Description: Sampang +Added: 2009-07-29 +%% +Type: language +Subtag: raw +Description: Rawang +Added: 2009-07-29 +%% +Type: language +Subtag: rax +Description: Rang +Added: 2009-07-29 +%% +Type: language +Subtag: ray +Description: Rapa +Added: 2009-07-29 +%% +Type: language +Subtag: raz +Description: Rahambuu +Added: 2009-07-29 +%% +Type: language +Subtag: rbb +Description: Rumai Palaung +Added: 2009-07-29 +%% +Type: language +Subtag: rbk +Description: Northern Bontok +Added: 2010-03-11 +Macrolanguage: bnc +%% +Type: language +Subtag: rbl +Description: Miraya Bikol +Added: 2010-03-11 +Macrolanguage: bik +%% +Type: language +Subtag: rbp +Description: Barababaraba +Added: 2012-08-12 +%% +Type: language +Subtag: rcf +Description: Réunion Creole French +Added: 2009-07-29 +%% +Type: language +Subtag: rdb +Description: Rudbari +Added: 2009-07-29 +%% +Type: language +Subtag: rea +Description: Rerau +Added: 2009-07-29 +%% +Type: language +Subtag: reb +Description: Rembong +Added: 2009-07-29 +%% +Type: language +Subtag: ree +Description: Rejang Kayan +Added: 2009-07-29 +%% +Type: language +Subtag: reg +Description: Kara (Tanzania) +Added: 2009-07-29 +%% +Type: language +Subtag: rei +Description: Reli +Added: 2009-07-29 +%% +Type: language +Subtag: rej +Description: Rejang +Added: 2009-07-29 +%% +Type: language +Subtag: rel +Description: Rendille +Added: 2009-07-29 +%% +Type: language +Subtag: rem +Description: Remo +Added: 2009-07-29 +%% +Type: language +Subtag: ren +Description: Rengao +Added: 2009-07-29 +%% +Type: language +Subtag: rer +Description: Rer Bare +Added: 2009-07-29 +%% +Type: language +Subtag: res +Description: Reshe +Added: 2009-07-29 +%% +Type: language +Subtag: ret +Description: Retta +Added: 2009-07-29 +%% +Type: language +Subtag: rey +Description: Reyesano +Added: 2009-07-29 +%% +Type: language +Subtag: rga +Description: Roria +Added: 2009-07-29 +%% +Type: language +Subtag: rge +Description: Romano-Greek +Added: 2009-07-29 +%% +Type: language +Subtag: rgk +Description: Rangkas +Added: 2009-07-29 +%% +Type: language +Subtag: rgn +Description: Romagnol +Added: 2009-07-29 +%% +Type: language +Subtag: rgr +Description: Resígaro +Added: 2009-07-29 +%% +Type: language +Subtag: rgs +Description: Southern Roglai +Added: 2009-07-29 +%% +Type: language +Subtag: rgu +Description: Ringgou +Added: 2009-07-29 +%% +Type: language +Subtag: rhg +Description: Rohingya +Added: 2009-07-29 +%% +Type: language +Subtag: rhp +Description: Yahang +Added: 2009-07-29 +%% +Type: language +Subtag: ria +Description: Riang (India) +Added: 2009-07-29 +%% +Type: language +Subtag: rie +Description: Rien +Added: 2009-07-29 +Deprecated: 2017-02-23 +%% +Type: language +Subtag: rif +Description: Tarifit +Added: 2009-07-29 +%% +Type: language +Subtag: ril +Description: Riang Lang +Description: Riang (Myanmar) +Added: 2009-07-29 +%% +Type: language +Subtag: rim +Description: Nyaturu +Added: 2009-07-29 +%% +Type: language +Subtag: rin +Description: Nungu +Added: 2009-07-29 +%% +Type: language +Subtag: rir +Description: Ribun +Added: 2009-07-29 +%% +Type: language +Subtag: rit +Description: Ritharrngu +Added: 2009-07-29 +%% +Type: language +Subtag: riu +Description: Riung +Added: 2009-07-29 +%% +Type: language +Subtag: rjg +Description: Rajong +Added: 2009-07-29 +%% +Type: language +Subtag: rji +Description: Raji +Added: 2009-07-29 +%% +Type: language +Subtag: rjs +Description: Rajbanshi +Added: 2009-07-29 +%% +Type: language +Subtag: rka +Description: Kraol +Added: 2009-07-29 +%% +Type: language +Subtag: rkb +Description: Rikbaktsa +Added: 2009-07-29 +%% +Type: language +Subtag: rkh +Description: Rakahanga-Manihiki +Added: 2009-07-29 +%% +Type: language +Subtag: rki +Description: Rakhine +Added: 2009-07-29 +%% +Type: language +Subtag: rkm +Description: Marka +Added: 2009-07-29 +%% +Type: language +Subtag: rkt +Description: Rangpuri +Description: Kamta +Added: 2009-07-29 +%% +Type: language +Subtag: rkw +Description: Arakwal +Added: 2013-09-10 +%% +Type: language +Subtag: rma +Description: Rama +Added: 2009-07-29 +%% +Type: language +Subtag: rmb +Description: Rembarrnga +Added: 2009-07-29 +%% +Type: language +Subtag: rmc +Description: Carpathian Romani +Added: 2009-07-29 +Macrolanguage: rom +%% +Type: language +Subtag: rmd +Description: Traveller Danish +Added: 2009-07-29 +%% +Type: language +Subtag: rme +Description: Angloromani +Added: 2009-07-29 +%% +Type: language +Subtag: rmf +Description: Kalo Finnish Romani +Added: 2009-07-29 +Macrolanguage: rom +%% +Type: language +Subtag: rmg +Description: Traveller Norwegian +Added: 2009-07-29 +%% +Type: language +Subtag: rmh +Description: Murkim +Added: 2009-07-29 +%% +Type: language +Subtag: rmi +Description: Lomavren +Added: 2009-07-29 +%% +Type: language +Subtag: rmk +Description: Romkun +Added: 2009-07-29 +%% +Type: language +Subtag: rml +Description: Baltic Romani +Added: 2009-07-29 +Macrolanguage: rom +%% +Type: language +Subtag: rmm +Description: Roma +Added: 2009-07-29 +%% +Type: language +Subtag: rmn +Description: Balkan Romani +Added: 2009-07-29 +Macrolanguage: rom +%% +Type: language +Subtag: rmo +Description: Sinte Romani +Added: 2009-07-29 +Macrolanguage: rom +%% +Type: language +Subtag: rmp +Description: Rempi +Added: 2009-07-29 +%% +Type: language +Subtag: rmq +Description: Caló +Added: 2010-03-11 +%% +Type: language +Subtag: rmr +Description: Caló +Added: 2009-07-29 +Deprecated: 2010-03-11 +Comments: see emx, rmq +%% +Type: language +Subtag: rms +Description: Romanian Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: rmt +Description: Domari +Added: 2009-07-29 +%% +Type: language +Subtag: rmu +Description: Tavringer Romani +Added: 2009-07-29 +%% +Type: language +Subtag: rmv +Description: Romanova +Added: 2009-07-29 +%% +Type: language +Subtag: rmw +Description: Welsh Romani +Added: 2009-07-29 +Macrolanguage: rom +%% +Type: language +Subtag: rmx +Description: Romam +Added: 2009-07-29 +%% +Type: language +Subtag: rmy +Description: Vlax Romani +Added: 2009-07-29 +Macrolanguage: rom +%% +Type: language +Subtag: rmz +Description: Marma +Added: 2009-07-29 +%% +Type: language +Subtag: rna +Description: Runa +Added: 2009-07-29 +Deprecated: 2016-05-30 +%% +Type: language +Subtag: rnd +Description: Ruund +Added: 2009-07-29 +%% +Type: language +Subtag: rng +Description: Ronga +Added: 2009-07-29 +%% +Type: language +Subtag: rnl +Description: Ranglong +Added: 2009-07-29 +%% +Type: language +Subtag: rnn +Description: Roon +Added: 2009-07-29 +%% +Type: language +Subtag: rnp +Description: Rongpo +Added: 2009-07-29 +%% +Type: language +Subtag: rnr +Description: Nari Nari +Added: 2012-08-20 +%% +Type: language +Subtag: rnw +Description: Rungwa +Added: 2009-07-29 +%% +Type: language +Subtag: roa +Description: Romance languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: rob +Description: Tae' +Added: 2009-07-29 +%% +Type: language +Subtag: roc +Description: Cacgia Roglai +Added: 2009-07-29 +%% +Type: language +Subtag: rod +Description: Rogo +Added: 2009-07-29 +%% +Type: language +Subtag: roe +Description: Ronji +Added: 2009-07-29 +%% +Type: language +Subtag: rof +Description: Rombo +Added: 2009-07-29 +%% +Type: language +Subtag: rog +Description: Northern Roglai +Added: 2009-07-29 +%% +Type: language +Subtag: rol +Description: Romblomanon +Added: 2009-07-29 +%% +Type: language +Subtag: rom +Description: Romany +Added: 2005-10-16 +Scope: macrolanguage +%% +Type: language +Subtag: roo +Description: Rotokas +Added: 2009-07-29 +%% +Type: language +Subtag: rop +Description: Kriol +Added: 2009-07-29 +%% +Type: language +Subtag: ror +Description: Rongga +Added: 2009-07-29 +%% +Type: language +Subtag: rou +Description: Runga +Added: 2009-07-29 +%% +Type: language +Subtag: row +Description: Dela-Oenale +Added: 2009-07-29 +%% +Type: language +Subtag: rpn +Description: Repanbitip +Added: 2009-07-29 +%% +Type: language +Subtag: rpt +Description: Rapting +Added: 2009-07-29 +%% +Type: language +Subtag: rri +Description: Ririo +Added: 2009-07-29 +%% +Type: language +Subtag: rro +Description: Waima +Added: 2009-07-29 +%% +Type: language +Subtag: rrt +Description: Arritinngithigh +Added: 2012-08-12 +%% +Type: language +Subtag: rsb +Description: Romano-Serbian +Added: 2009-07-29 +%% +Type: language +Subtag: rsi +Description: Rennellese Sign Language +Added: 2009-07-29 +Deprecated: 2017-02-23 +%% +Type: language +Subtag: rsl +Description: Russian Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: rsm +Description: Miriwoong Sign Language +Added: 2016-05-30 +%% +Type: language +Subtag: rtc +Description: Rungtu Chin +Added: 2012-08-12 +%% +Type: language +Subtag: rth +Description: Ratahan +Added: 2009-07-29 +%% +Type: language +Subtag: rtm +Description: Rotuman +Added: 2009-07-29 +%% +Type: language +Subtag: rts +Description: Yurats +Added: 2015-02-12 +%% +Type: language +Subtag: rtw +Description: Rathawi +Added: 2009-07-29 +%% +Type: language +Subtag: rub +Description: Gungu +Added: 2009-07-29 +%% +Type: language +Subtag: ruc +Description: Ruuli +Added: 2009-07-29 +%% +Type: language +Subtag: rue +Description: Rusyn +Added: 2009-07-29 +%% +Type: language +Subtag: ruf +Description: Luguru +Added: 2009-07-29 +%% +Type: language +Subtag: rug +Description: Roviana +Added: 2009-07-29 +%% +Type: language +Subtag: ruh +Description: Ruga +Added: 2009-07-29 +%% +Type: language +Subtag: rui +Description: Rufiji +Added: 2009-07-29 +%% +Type: language +Subtag: ruk +Description: Che +Added: 2009-07-29 +%% +Type: language +Subtag: ruo +Description: Istro Romanian +Added: 2009-07-29 +%% +Type: language +Subtag: rup +Description: Macedo-Romanian +Description: Aromanian +Description: Arumanian +Added: 2005-10-16 +%% +Type: language +Subtag: ruq +Description: Megleno Romanian +Added: 2009-07-29 +%% +Type: language +Subtag: rut +Description: Rutul +Added: 2009-07-29 +%% +Type: language +Subtag: ruu +Description: Lanas Lobu +Added: 2009-07-29 +%% +Type: language +Subtag: ruy +Description: Mala (Nigeria) +Added: 2009-07-29 +%% +Type: language +Subtag: ruz +Description: Ruma +Added: 2009-07-29 +%% +Type: language +Subtag: rwa +Description: Rawo +Added: 2009-07-29 +%% +Type: language +Subtag: rwk +Description: Rwa +Added: 2009-07-29 +%% +Type: language +Subtag: rwm +Description: Amba (Uganda) +Added: 2009-07-29 +%% +Type: language +Subtag: rwo +Description: Rawa +Added: 2009-07-29 +%% +Type: language +Subtag: rwr +Description: Marwari (India) +Added: 2009-07-29 +Macrolanguage: mwr +%% +Type: language +Subtag: rxd +Description: Ngardi +Added: 2013-09-10 +%% +Type: language +Subtag: rxw +Description: Karuwali +Description: Garuwali +Added: 2013-09-10 +%% +Type: language +Subtag: ryn +Description: Northern Amami-Oshima +Added: 2009-07-29 +%% +Type: language +Subtag: rys +Description: Yaeyama +Added: 2009-07-29 +%% +Type: language +Subtag: ryu +Description: Central Okinawan +Added: 2009-07-29 +%% +Type: language +Subtag: rzh +Description: Rāziḥī +Added: 2016-05-30 +%% +Type: language +Subtag: saa +Description: Saba +Added: 2009-07-29 +%% +Type: language +Subtag: sab +Description: Buglere +Added: 2009-07-29 +%% +Type: language +Subtag: sac +Description: Meskwaki +Added: 2009-07-29 +%% +Type: language +Subtag: sad +Description: Sandawe +Added: 2005-10-16 +%% +Type: language +Subtag: sae +Description: Sabanê +Added: 2009-07-29 +%% +Type: language +Subtag: saf +Description: Safaliba +Added: 2009-07-29 +%% +Type: language +Subtag: sah +Description: Yakut +Added: 2005-10-16 +%% +Type: language +Subtag: sai +Description: South American Indian languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: saj +Description: Sahu +Added: 2009-07-29 +%% +Type: language +Subtag: sak +Description: Sake +Added: 2009-07-29 +%% +Type: language +Subtag: sal +Description: Salishan languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: sam +Description: Samaritan Aramaic +Added: 2005-10-16 +%% +Type: language +Subtag: sao +Description: Sause +Added: 2009-07-29 +%% +Type: language +Subtag: sap +Description: Sanapaná +Added: 2009-07-29 +Deprecated: 2014-02-28 +Comments: see aqt, spn +%% +Type: language +Subtag: saq +Description: Samburu +Added: 2009-07-29 +%% +Type: language +Subtag: sar +Description: Saraveca +Added: 2009-07-29 +%% +Type: language +Subtag: sas +Description: Sasak +Added: 2005-10-16 +%% +Type: language +Subtag: sat +Description: Santali +Added: 2005-10-16 +%% +Type: language +Subtag: sau +Description: Saleman +Added: 2009-07-29 +%% +Type: language +Subtag: sav +Description: Saafi-Saafi +Added: 2009-07-29 +%% +Type: language +Subtag: saw +Description: Sawi +Added: 2009-07-29 +%% +Type: language +Subtag: sax +Description: Sa +Added: 2009-07-29 +%% +Type: language +Subtag: say +Description: Saya +Added: 2009-07-29 +%% +Type: language +Subtag: saz +Description: Saurashtra +Added: 2009-07-29 +%% +Type: language +Subtag: sba +Description: Ngambay +Added: 2009-07-29 +%% +Type: language +Subtag: sbb +Description: Simbo +Added: 2009-07-29 +%% +Type: language +Subtag: sbc +Description: Kele (Papua New Guinea) +Added: 2009-07-29 +%% +Type: language +Subtag: sbd +Description: Southern Samo +Added: 2009-07-29 +%% +Type: language +Subtag: sbe +Description: Saliba +Added: 2009-07-29 +%% +Type: language +Subtag: sbf +Description: Chabu +Description: Shabo +Added: 2009-07-29 +%% +Type: language +Subtag: sbg +Description: Seget +Added: 2009-07-29 +%% +Type: language +Subtag: sbh +Description: Sori-Harengan +Added: 2009-07-29 +%% +Type: language +Subtag: sbi +Description: Seti +Added: 2009-07-29 +%% +Type: language +Subtag: sbj +Description: Surbakhal +Added: 2009-07-29 +%% +Type: language +Subtag: sbk +Description: Safwa +Added: 2009-07-29 +%% +Type: language +Subtag: sbl +Description: Botolan Sambal +Added: 2009-07-29 +%% +Type: language +Subtag: sbm +Description: Sagala +Added: 2009-07-29 +%% +Type: language +Subtag: sbn +Description: Sindhi Bhil +Added: 2009-07-29 +%% +Type: language +Subtag: sbo +Description: Sabüm +Added: 2009-07-29 +%% +Type: language +Subtag: sbp +Description: Sangu (Tanzania) +Added: 2009-07-29 +%% +Type: language +Subtag: sbq +Description: Sileibi +Added: 2009-07-29 +%% +Type: language +Subtag: sbr +Description: Sembakung Murut +Added: 2009-07-29 +%% +Type: language +Subtag: sbs +Description: Subiya +Added: 2009-07-29 +%% +Type: language +Subtag: sbt +Description: Kimki +Added: 2009-07-29 +%% +Type: language +Subtag: sbu +Description: Stod Bhoti +Added: 2009-07-29 +%% +Type: language +Subtag: sbv +Description: Sabine +Added: 2009-07-29 +%% +Type: language +Subtag: sbw +Description: Simba +Added: 2009-07-29 +%% +Type: language +Subtag: sbx +Description: Seberuang +Added: 2009-07-29 +%% +Type: language +Subtag: sby +Description: Soli +Added: 2009-07-29 +%% +Type: language +Subtag: sbz +Description: Sara Kaba +Added: 2009-07-29 +%% +Type: language +Subtag: sca +Description: Sansu +Added: 2009-07-29 +Deprecated: 2012-08-12 +Preferred-Value: hle +%% +Type: language +Subtag: scb +Description: Chut +Added: 2009-07-29 +%% +Type: language +Subtag: sce +Description: Dongxiang +Added: 2009-07-29 +%% +Type: language +Subtag: scf +Description: San Miguel Creole French +Added: 2009-07-29 +%% +Type: language +Subtag: scg +Description: Sanggau +Added: 2009-07-29 +%% +Type: language +Subtag: sch +Description: Sakachep +Added: 2009-07-29 +%% +Type: language +Subtag: sci +Description: Sri Lankan Creole Malay +Added: 2009-07-29 +%% +Type: language +Subtag: sck +Description: Sadri +Added: 2009-07-29 +%% +Type: language +Subtag: scl +Description: Shina +Added: 2009-07-29 +%% +Type: language +Subtag: scn +Description: Sicilian +Added: 2005-10-16 +%% +Type: language +Subtag: sco +Description: Scots +Added: 2005-10-16 +%% +Type: language +Subtag: scp +Description: Hyolmo +Description: Helambu Sherpa +Added: 2009-07-29 +%% +Type: language +Subtag: scq +Description: Sa'och +Added: 2009-07-29 +%% +Type: language +Subtag: scs +Description: North Slavey +Added: 2009-07-29 +Macrolanguage: den +%% +Type: language +Subtag: sct +Description: Southern Katang +Added: 2017-02-23 +%% +Type: language +Subtag: scu +Description: Shumcho +Added: 2009-07-29 +%% +Type: language +Subtag: scv +Description: Sheni +Added: 2009-07-29 +%% +Type: language +Subtag: scw +Description: Sha +Added: 2009-07-29 +%% +Type: language +Subtag: scx +Description: Sicel +Added: 2009-07-29 +%% +Type: language +Subtag: sda +Description: Toraja-Sa'dan +Added: 2009-07-29 +%% +Type: language +Subtag: sdb +Description: Shabak +Added: 2009-07-29 +%% +Type: language +Subtag: sdc +Description: Sassarese Sardinian +Added: 2009-07-29 +Macrolanguage: sc +%% +Type: language +Subtag: sde +Description: Surubu +Added: 2009-07-29 +%% +Type: language +Subtag: sdf +Description: Sarli +Added: 2009-07-29 +%% +Type: language +Subtag: sdg +Description: Savi +Added: 2009-07-29 +%% +Type: language +Subtag: sdh +Description: Southern Kurdish +Added: 2009-07-29 +Macrolanguage: ku +%% +Type: language +Subtag: sdj +Description: Suundi +Added: 2009-07-29 +%% +Type: language +Subtag: sdk +Description: Sos Kundi +Added: 2009-07-29 +%% +Type: language +Subtag: sdl +Description: Saudi Arabian Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: sdm +Description: Semandang +Added: 2009-07-29 +%% +Type: language +Subtag: sdn +Description: Gallurese Sardinian +Added: 2009-07-29 +Macrolanguage: sc +%% +Type: language +Subtag: sdo +Description: Bukar-Sadung Bidayuh +Added: 2009-07-29 +%% +Type: language +Subtag: sdp +Description: Sherdukpen +Added: 2009-07-29 +%% +Type: language +Subtag: sdr +Description: Oraon Sadri +Added: 2009-07-29 +%% +Type: language +Subtag: sds +Description: Sened +Added: 2009-07-29 +%% +Type: language +Subtag: sdt +Description: Shuadit +Added: 2009-07-29 +%% +Type: language +Subtag: sdu +Description: Sarudu +Added: 2009-07-29 +%% +Type: language +Subtag: sdv +Description: Eastern Sudanic languages +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: sdx +Description: Sibu Melanau +Added: 2009-07-29 +%% +Type: language +Subtag: sdz +Description: Sallands +Added: 2009-07-29 +%% +Type: language +Subtag: sea +Description: Semai +Added: 2009-07-29 +%% +Type: language +Subtag: seb +Description: Shempire Senoufo +Added: 2009-07-29 +%% +Type: language +Subtag: sec +Description: Sechelt +Added: 2009-07-29 +%% +Type: language +Subtag: sed +Description: Sedang +Added: 2009-07-29 +%% +Type: language +Subtag: see +Description: Seneca +Added: 2009-07-29 +%% +Type: language +Subtag: sef +Description: Cebaara Senoufo +Added: 2009-07-29 +%% +Type: language +Subtag: seg +Description: Segeju +Added: 2009-07-29 +%% +Type: language +Subtag: seh +Description: Sena +Added: 2009-07-29 +%% +Type: language +Subtag: sei +Description: Seri +Added: 2009-07-29 +%% +Type: language +Subtag: sej +Description: Sene +Added: 2009-07-29 +%% +Type: language +Subtag: sek +Description: Sekani +Added: 2009-07-29 +%% +Type: language +Subtag: sel +Description: Selkup +Added: 2005-10-16 +%% +Type: language +Subtag: sem +Description: Semitic languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: sen +Description: Nanerigé Sénoufo +Added: 2009-07-29 +%% +Type: language +Subtag: seo +Description: Suarmin +Added: 2009-07-29 +%% +Type: language +Subtag: sep +Description: Sìcìté Sénoufo +Added: 2009-07-29 +%% +Type: language +Subtag: seq +Description: Senara Sénoufo +Added: 2009-07-29 +%% +Type: language +Subtag: ser +Description: Serrano +Added: 2009-07-29 +%% +Type: language +Subtag: ses +Description: Koyraboro Senni Songhai +Added: 2009-07-29 +%% +Type: language +Subtag: set +Description: Sentani +Added: 2009-07-29 +%% +Type: language +Subtag: seu +Description: Serui-Laut +Added: 2009-07-29 +%% +Type: language +Subtag: sev +Description: Nyarafolo Senoufo +Added: 2009-07-29 +%% +Type: language +Subtag: sew +Description: Sewa Bay +Added: 2009-07-29 +%% +Type: language +Subtag: sey +Description: Secoya +Added: 2009-07-29 +%% +Type: language +Subtag: sez +Description: Senthang Chin +Added: 2009-07-29 +%% +Type: language +Subtag: sfb +Description: Langue des signes de Belgique Francophone +Description: French Belgian Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: sfe +Description: Eastern Subanen +Added: 2012-08-12 +%% +Type: language +Subtag: sfm +Description: Small Flowery Miao +Added: 2009-07-29 +Macrolanguage: hmn +%% +Type: language +Subtag: sfs +Description: South African Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: sfw +Description: Sehwi +Added: 2009-07-29 +%% +Type: language +Subtag: sga +Description: Old Irish (to 900) +Added: 2005-10-16 +%% +Type: language +Subtag: sgb +Description: Mag-antsi Ayta +Added: 2009-07-29 +%% +Type: language +Subtag: sgc +Description: Kipsigis +Added: 2009-07-29 +Macrolanguage: kln +%% +Type: language +Subtag: sgd +Description: Surigaonon +Added: 2010-03-11 +%% +Type: language +Subtag: sge +Description: Segai +Added: 2009-07-29 +%% +Type: language +Subtag: sgg +Description: Swiss-German Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: sgh +Description: Shughni +Added: 2009-07-29 +%% +Type: language +Subtag: sgi +Description: Suga +Added: 2009-07-29 +%% +Type: language +Subtag: sgj +Description: Surgujia +Added: 2012-08-12 +%% +Type: language +Subtag: sgk +Description: Sangkong +Added: 2009-07-29 +%% +Type: language +Subtag: sgl +Description: Sanglechi-Ishkashimi +Added: 2009-07-29 +Deprecated: 2010-03-11 +Comments: see isk, sgy +%% +Type: language +Subtag: sgm +Description: Singa +Added: 2009-07-29 +%% +Type: language +Subtag: sgn +Description: Sign languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: sgo +Description: Songa +Added: 2009-07-29 +Deprecated: 2015-02-12 +%% +Type: language +Subtag: sgp +Description: Singpho +Added: 2009-07-29 +%% +Type: language +Subtag: sgr +Description: Sangisari +Added: 2009-07-29 +%% +Type: language +Subtag: sgs +Description: Samogitian +Added: 2010-07-26 +%% +Type: language +Subtag: sgt +Description: Brokpake +Added: 2009-07-29 +%% +Type: language +Subtag: sgu +Description: Salas +Added: 2009-07-29 +%% +Type: language +Subtag: sgw +Description: Sebat Bet Gurage +Added: 2009-07-29 +%% +Type: language +Subtag: sgx +Description: Sierra Leone Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: sgy +Description: Sanglechi +Added: 2010-03-11 +%% +Type: language +Subtag: sgz +Description: Sursurunga +Added: 2009-07-29 +%% +Type: language +Subtag: sha +Description: Shall-Zwall +Added: 2009-07-29 +%% +Type: language +Subtag: shb +Description: Ninam +Added: 2009-07-29 +%% +Type: language +Subtag: shc +Description: Sonde +Added: 2009-07-29 +%% +Type: language +Subtag: shd +Description: Kundal Shahi +Added: 2010-03-11 +%% +Type: language +Subtag: she +Description: Sheko +Added: 2009-07-29 +%% +Type: language +Subtag: shg +Description: Shua +Added: 2009-07-29 +%% +Type: language +Subtag: shh +Description: Shoshoni +Added: 2009-07-29 +%% +Type: language +Subtag: shi +Description: Tachelhit +Added: 2009-07-29 +%% +Type: language +Subtag: shj +Description: Shatt +Added: 2009-07-29 +%% +Type: language +Subtag: shk +Description: Shilluk +Added: 2009-07-29 +%% +Type: language +Subtag: shl +Description: Shendu +Added: 2009-07-29 +%% +Type: language +Subtag: shm +Description: Shahrudi +Added: 2009-07-29 +%% +Type: language +Subtag: shn +Description: Shan +Added: 2005-10-16 +%% +Type: language +Subtag: sho +Description: Shanga +Added: 2009-07-29 +%% +Type: language +Subtag: shp +Description: Shipibo-Conibo +Added: 2009-07-29 +%% +Type: language +Subtag: shq +Description: Sala +Added: 2009-07-29 +%% +Type: language +Subtag: shr +Description: Shi +Added: 2009-07-29 +%% +Type: language +Subtag: shs +Description: Shuswap +Added: 2009-07-29 +%% +Type: language +Subtag: sht +Description: Shasta +Added: 2009-07-29 +%% +Type: language +Subtag: shu +Description: Chadian Arabic +Added: 2009-07-29 +Macrolanguage: ar +%% +Type: language +Subtag: shv +Description: Shehri +Added: 2009-07-29 +%% +Type: language +Subtag: shw +Description: Shwai +Added: 2009-07-29 +%% +Type: language +Subtag: shx +Description: She +Added: 2009-07-29 +%% +Type: language +Subtag: shy +Description: Tachawit +Added: 2009-07-29 +%% +Type: language +Subtag: shz +Description: Syenara Senoufo +Added: 2009-07-29 +%% +Type: language +Subtag: sia +Description: Akkala Sami +Added: 2009-07-29 +%% +Type: language +Subtag: sib +Description: Sebop +Added: 2009-07-29 +%% +Type: language +Subtag: sid +Description: Sidamo +Added: 2005-10-16 +%% +Type: language +Subtag: sie +Description: Simaa +Added: 2009-07-29 +%% +Type: language +Subtag: sif +Description: Siamou +Added: 2009-07-29 +%% +Type: language +Subtag: sig +Description: Paasaal +Added: 2009-07-29 +%% +Type: language +Subtag: sih +Description: Zire +Description: Sîshëë +Added: 2009-07-29 +%% +Type: language +Subtag: sii +Description: Shom Peng +Added: 2009-07-29 +%% +Type: language +Subtag: sij +Description: Numbami +Added: 2009-07-29 +%% +Type: language +Subtag: sik +Description: Sikiana +Added: 2009-07-29 +%% +Type: language +Subtag: sil +Description: Tumulung Sisaala +Added: 2009-07-29 +%% +Type: language +Subtag: sim +Description: Mende (Papua New Guinea) +Added: 2009-07-29 +%% +Type: language +Subtag: sio +Description: Siouan languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: sip +Description: Sikkimese +Added: 2009-07-29 +%% +Type: language +Subtag: siq +Description: Sonia +Added: 2009-07-29 +%% +Type: language +Subtag: sir +Description: Siri +Added: 2009-07-29 +%% +Type: language +Subtag: sis +Description: Siuslaw +Added: 2009-07-29 +%% +Type: language +Subtag: sit +Description: Sino-Tibetan languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: siu +Description: Sinagen +Added: 2009-07-29 +%% +Type: language +Subtag: siv +Description: Sumariup +Added: 2009-07-29 +%% +Type: language +Subtag: siw +Description: Siwai +Added: 2009-07-29 +%% +Type: language +Subtag: six +Description: Sumau +Added: 2009-07-29 +%% +Type: language +Subtag: siy +Description: Sivandi +Added: 2009-07-29 +%% +Type: language +Subtag: siz +Description: Siwi +Added: 2009-07-29 +%% +Type: language +Subtag: sja +Description: Epena +Added: 2009-07-29 +%% +Type: language +Subtag: sjb +Description: Sajau Basap +Added: 2009-07-29 +%% +Type: language +Subtag: sjd +Description: Kildin Sami +Added: 2009-07-29 +%% +Type: language +Subtag: sje +Description: Pite Sami +Added: 2009-07-29 +%% +Type: language +Subtag: sjg +Description: Assangori +Added: 2009-07-29 +%% +Type: language +Subtag: sjk +Description: Kemi Sami +Added: 2009-07-29 +%% +Type: language +Subtag: sjl +Description: Sajalong +Description: Miji +Added: 2009-07-29 +%% +Type: language +Subtag: sjm +Description: Mapun +Added: 2009-07-29 +%% +Type: language +Subtag: sjn +Description: Sindarin +Added: 2009-07-29 +%% +Type: language +Subtag: sjo +Description: Xibe +Added: 2009-07-29 +%% +Type: language +Subtag: sjp +Description: Surjapuri +Added: 2009-07-29 +%% +Type: language +Subtag: sjr +Description: Siar-Lak +Added: 2009-07-29 +%% +Type: language +Subtag: sjs +Description: Senhaja De Srair +Added: 2009-07-29 +%% +Type: language +Subtag: sjt +Description: Ter Sami +Added: 2009-07-29 +%% +Type: language +Subtag: sju +Description: Ume Sami +Added: 2009-07-29 +%% +Type: language +Subtag: sjw +Description: Shawnee +Added: 2009-07-29 +%% +Type: language +Subtag: ska +Description: Skagit +Added: 2009-07-29 +%% +Type: language +Subtag: skb +Description: Saek +Added: 2009-07-29 +%% +Type: language +Subtag: skc +Description: Ma Manda +Added: 2009-07-29 +%% +Type: language +Subtag: skd +Description: Southern Sierra Miwok +Added: 2009-07-29 +%% +Type: language +Subtag: ske +Description: Seke (Vanuatu) +Added: 2009-07-29 +%% +Type: language +Subtag: skf +Description: Sakirabiá +Added: 2009-07-29 +%% +Type: language +Subtag: skg +Description: Sakalava Malagasy +Added: 2009-07-29 +Macrolanguage: mg +%% +Type: language +Subtag: skh +Description: Sikule +Added: 2009-07-29 +%% +Type: language +Subtag: ski +Description: Sika +Added: 2009-07-29 +%% +Type: language +Subtag: skj +Description: Seke (Nepal) +Added: 2009-07-29 +%% +Type: language +Subtag: skk +Description: Sok +Added: 2009-07-29 +Deprecated: 2017-02-23 +Preferred-Value: oyb +%% +Type: language +Subtag: skm +Description: Kutong +Added: 2009-07-29 +%% +Type: language +Subtag: skn +Description: Kolibugan Subanon +Added: 2009-07-29 +%% +Type: language +Subtag: sko +Description: Seko Tengah +Added: 2009-07-29 +%% +Type: language +Subtag: skp +Description: Sekapan +Added: 2009-07-29 +%% +Type: language +Subtag: skq +Description: Sininkere +Added: 2009-07-29 +%% +Type: language +Subtag: skr +Description: Saraiki +Description: Seraiki +Added: 2009-07-29 +Macrolanguage: lah +%% +Type: language +Subtag: sks +Description: Maia +Added: 2009-07-29 +%% +Type: language +Subtag: skt +Description: Sakata +Added: 2009-07-29 +%% +Type: language +Subtag: sku +Description: Sakao +Added: 2009-07-29 +%% +Type: language +Subtag: skv +Description: Skou +Added: 2009-07-29 +%% +Type: language +Subtag: skw +Description: Skepi Creole Dutch +Added: 2009-07-29 +%% +Type: language +Subtag: skx +Description: Seko Padang +Added: 2009-07-29 +%% +Type: language +Subtag: sky +Description: Sikaiana +Added: 2009-07-29 +%% +Type: language +Subtag: skz +Description: Sekar +Added: 2009-07-29 +%% +Type: language +Subtag: sla +Description: Slavic languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: slc +Description: Sáliba +Added: 2009-07-29 +%% +Type: language +Subtag: sld +Description: Sissala +Added: 2009-07-29 +%% +Type: language +Subtag: sle +Description: Sholaga +Added: 2009-07-29 +%% +Type: language +Subtag: slf +Description: Swiss-Italian Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: slg +Description: Selungai Murut +Added: 2009-07-29 +%% +Type: language +Subtag: slh +Description: Southern Puget Sound Salish +Added: 2009-07-29 +%% +Type: language +Subtag: sli +Description: Lower Silesian +Added: 2009-07-29 +%% +Type: language +Subtag: slj +Description: Salumá +Added: 2009-07-29 +%% +Type: language +Subtag: sll +Description: Salt-Yui +Added: 2009-07-29 +%% +Type: language +Subtag: slm +Description: Pangutaran Sama +Added: 2009-07-29 +%% +Type: language +Subtag: sln +Description: Salinan +Added: 2009-07-29 +%% +Type: language +Subtag: slp +Description: Lamaholot +Added: 2009-07-29 +%% +Type: language +Subtag: slq +Description: Salchuq +Added: 2009-07-29 +%% +Type: language +Subtag: slr +Description: Salar +Added: 2009-07-29 +%% +Type: language +Subtag: sls +Description: Singapore Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: slt +Description: Sila +Added: 2009-07-29 +%% +Type: language +Subtag: slu +Description: Selaru +Added: 2009-07-29 +%% +Type: language +Subtag: slw +Description: Sialum +Added: 2009-07-29 +%% +Type: language +Subtag: slx +Description: Salampasu +Added: 2009-07-29 +%% +Type: language +Subtag: sly +Description: Selayar +Added: 2009-07-29 +%% +Type: language +Subtag: slz +Description: Ma'ya +Added: 2009-07-29 +%% +Type: language +Subtag: sma +Description: Southern Sami +Added: 2005-10-16 +%% +Type: language +Subtag: smb +Description: Simbari +Added: 2009-07-29 +%% +Type: language +Subtag: smc +Description: Som +Added: 2009-07-29 +%% +Type: language +Subtag: smd +Description: Sama +Added: 2009-07-29 +%% +Type: language +Subtag: smf +Description: Auwe +Added: 2009-07-29 +%% +Type: language +Subtag: smg +Description: Simbali +Added: 2009-07-29 +%% +Type: language +Subtag: smh +Description: Samei +Added: 2009-07-29 +%% +Type: language +Subtag: smi +Description: Sami languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: smj +Description: Lule Sami +Added: 2005-10-16 +%% +Type: language +Subtag: smk +Description: Bolinao +Added: 2009-07-29 +%% +Type: language +Subtag: sml +Description: Central Sama +Added: 2009-07-29 +%% +Type: language +Subtag: smm +Description: Musasa +Added: 2009-07-29 +%% +Type: language +Subtag: smn +Description: Inari Sami +Added: 2005-10-16 +%% +Type: language +Subtag: smp +Description: Samaritan +Added: 2009-07-29 +%% +Type: language +Subtag: smq +Description: Samo +Added: 2009-07-29 +%% +Type: language +Subtag: smr +Description: Simeulue +Added: 2009-07-29 +%% +Type: language +Subtag: sms +Description: Skolt Sami +Added: 2005-10-16 +%% +Type: language +Subtag: smt +Description: Simte +Added: 2009-07-29 +%% +Type: language +Subtag: smu +Description: Somray +Added: 2009-07-29 +%% +Type: language +Subtag: smv +Description: Samvedi +Added: 2009-07-29 +%% +Type: language +Subtag: smw +Description: Sumbawa +Added: 2009-07-29 +%% +Type: language +Subtag: smx +Description: Samba +Added: 2009-07-29 +%% +Type: language +Subtag: smy +Description: Semnani +Added: 2009-07-29 +%% +Type: language +Subtag: smz +Description: Simeku +Added: 2009-07-29 +%% +Type: language +Subtag: snb +Description: Sebuyau +Added: 2009-07-29 +%% +Type: language +Subtag: snc +Description: Sinaugoro +Added: 2009-07-29 +%% +Type: language +Subtag: sne +Description: Bau Bidayuh +Added: 2009-07-29 +%% +Type: language +Subtag: snf +Description: Noon +Added: 2009-07-29 +%% +Type: language +Subtag: sng +Description: Sanga (Democratic Republic of Congo) +Added: 2009-07-29 +%% +Type: language +Subtag: snh +Description: Shinabo +Added: 2009-07-29 +Deprecated: 2017-02-23 +%% +Type: language +Subtag: sni +Description: Sensi +Added: 2009-07-29 +%% +Type: language +Subtag: snj +Description: Riverain Sango +Added: 2009-07-29 +%% +Type: language +Subtag: snk +Description: Soninke +Added: 2005-10-16 +%% +Type: language +Subtag: snl +Description: Sangil +Added: 2009-07-29 +%% +Type: language +Subtag: snm +Description: Southern Ma'di +Added: 2009-07-29 +%% +Type: language +Subtag: snn +Description: Siona +Added: 2009-07-29 +%% +Type: language +Subtag: sno +Description: Snohomish +Added: 2009-07-29 +%% +Type: language +Subtag: snp +Description: Siane +Added: 2009-07-29 +%% +Type: language +Subtag: snq +Description: Sangu (Gabon) +Added: 2009-07-29 +%% +Type: language +Subtag: snr +Description: Sihan +Added: 2009-07-29 +%% +Type: language +Subtag: sns +Description: South West Bay +Description: Nahavaq +Added: 2009-07-29 +%% +Type: language +Subtag: snu +Description: Senggi +Description: Viid +Added: 2009-07-29 +%% +Type: language +Subtag: snv +Description: Sa'ban +Added: 2009-07-29 +%% +Type: language +Subtag: snw +Description: Selee +Added: 2009-07-29 +%% +Type: language +Subtag: snx +Description: Sam +Added: 2009-07-29 +%% +Type: language +Subtag: sny +Description: Saniyo-Hiyewe +Added: 2009-07-29 +%% +Type: language +Subtag: snz +Description: Kou +Added: 2009-07-29 +%% +Type: language +Subtag: soa +Description: Thai Song +Added: 2009-07-29 +%% +Type: language +Subtag: sob +Description: Sobei +Added: 2009-07-29 +%% +Type: language +Subtag: soc +Description: So (Democratic Republic of Congo) +Added: 2009-07-29 +%% +Type: language +Subtag: sod +Description: Songoora +Added: 2009-07-29 +%% +Type: language +Subtag: soe +Description: Songomeno +Added: 2009-07-29 +%% +Type: language +Subtag: sog +Description: Sogdian +Added: 2005-10-16 +%% +Type: language +Subtag: soh +Description: Aka +Added: 2009-07-29 +%% +Type: language +Subtag: soi +Description: Sonha +Added: 2009-07-29 +%% +Type: language +Subtag: soj +Description: Soi +Added: 2009-07-29 +%% +Type: language +Subtag: sok +Description: Sokoro +Added: 2009-07-29 +%% +Type: language +Subtag: sol +Description: Solos +Added: 2009-07-29 +%% +Type: language +Subtag: son +Description: Songhai languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: soo +Description: Songo +Added: 2009-07-29 +%% +Type: language +Subtag: sop +Description: Songe +Added: 2009-07-29 +%% +Type: language +Subtag: soq +Description: Kanasi +Added: 2009-07-29 +%% +Type: language +Subtag: sor +Description: Somrai +Added: 2009-07-29 +%% +Type: language +Subtag: sos +Description: Seeku +Added: 2009-07-29 +%% +Type: language +Subtag: sou +Description: Southern Thai +Added: 2009-07-29 +%% +Type: language +Subtag: sov +Description: Sonsorol +Added: 2009-07-29 +%% +Type: language +Subtag: sow +Description: Sowanda +Added: 2009-07-29 +%% +Type: language +Subtag: sox +Description: Swo +Added: 2009-07-29 +%% +Type: language +Subtag: soy +Description: Miyobe +Added: 2009-07-29 +%% +Type: language +Subtag: soz +Description: Temi +Added: 2009-07-29 +%% +Type: language +Subtag: spb +Description: Sepa (Indonesia) +Added: 2009-07-29 +%% +Type: language +Subtag: spc +Description: Sapé +Added: 2009-07-29 +%% +Type: language +Subtag: spd +Description: Saep +Added: 2009-07-29 +%% +Type: language +Subtag: spe +Description: Sepa (Papua New Guinea) +Added: 2009-07-29 +%% +Type: language +Subtag: spg +Description: Sian +Added: 2009-07-29 +%% +Type: language +Subtag: spi +Description: Saponi +Added: 2009-07-29 +%% +Type: language +Subtag: spk +Description: Sengo +Added: 2009-07-29 +%% +Type: language +Subtag: spl +Description: Selepet +Added: 2009-07-29 +%% +Type: language +Subtag: spm +Description: Akukem +Added: 2009-07-29 +%% +Type: language +Subtag: spn +Description: Sanapaná +Added: 2014-02-28 +%% +Type: language +Subtag: spo +Description: Spokane +Added: 2009-07-29 +%% +Type: language +Subtag: spp +Description: Supyire Senoufo +Added: 2009-07-29 +%% +Type: language +Subtag: spq +Description: Loreto-Ucayali Spanish +Added: 2009-07-29 +%% +Type: language +Subtag: spr +Description: Saparua +Added: 2009-07-29 +%% +Type: language +Subtag: sps +Description: Saposa +Added: 2009-07-29 +%% +Type: language +Subtag: spt +Description: Spiti Bhoti +Added: 2009-07-29 +%% +Type: language +Subtag: spu +Description: Sapuan +Added: 2009-07-29 +%% +Type: language +Subtag: spv +Description: Sambalpuri +Description: Kosli +Added: 2012-08-12 +Macrolanguage: or +%% +Type: language +Subtag: spx +Description: South Picene +Added: 2009-07-29 +%% +Type: language +Subtag: spy +Description: Sabaot +Added: 2009-07-29 +Macrolanguage: kln +%% +Type: language +Subtag: sqa +Description: Shama-Sambuga +Added: 2009-07-29 +%% +Type: language +Subtag: sqh +Description: Shau +Added: 2009-07-29 +%% +Type: language +Subtag: sqj +Description: Albanian languages +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: sqk +Description: Albanian Sign Language +Added: 2012-08-12 +%% +Type: language +Subtag: sqm +Description: Suma +Added: 2009-07-29 +%% +Type: language +Subtag: sqn +Description: Susquehannock +Added: 2009-07-29 +%% +Type: language +Subtag: sqo +Description: Sorkhei +Added: 2009-07-29 +%% +Type: language +Subtag: sqq +Description: Sou +Added: 2009-07-29 +%% +Type: language +Subtag: sqr +Description: Siculo Arabic +Added: 2009-07-29 +%% +Type: language +Subtag: sqs +Description: Sri Lankan Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: sqt +Description: Soqotri +Added: 2009-07-29 +%% +Type: language +Subtag: squ +Description: Squamish +Added: 2009-07-29 +%% +Type: language +Subtag: sra +Description: Saruga +Added: 2009-07-29 +%% +Type: language +Subtag: srb +Description: Sora +Added: 2009-07-29 +%% +Type: language +Subtag: src +Description: Logudorese Sardinian +Added: 2009-07-29 +Macrolanguage: sc +%% +Type: language +Subtag: sre +Description: Sara +Added: 2009-07-29 +%% +Type: language +Subtag: srf +Description: Nafi +Added: 2009-07-29 +%% +Type: language +Subtag: srg +Description: Sulod +Added: 2009-07-29 +%% +Type: language +Subtag: srh +Description: Sarikoli +Added: 2009-07-29 +%% +Type: language +Subtag: sri +Description: Siriano +Added: 2009-07-29 +%% +Type: language +Subtag: srk +Description: Serudung Murut +Added: 2009-07-29 +%% +Type: language +Subtag: srl +Description: Isirawa +Added: 2009-07-29 +%% +Type: language +Subtag: srm +Description: Saramaccan +Added: 2009-07-29 +%% +Type: language +Subtag: srn +Description: Sranan Tongo +Added: 2005-10-16 +%% +Type: language +Subtag: sro +Description: Campidanese Sardinian +Added: 2009-07-29 +Macrolanguage: sc +%% +Type: language +Subtag: srq +Description: Sirionó +Added: 2009-07-29 +%% +Type: language +Subtag: srr +Description: Serer +Added: 2005-10-16 +%% +Type: language +Subtag: srs +Description: Sarsi +Added: 2009-07-29 +%% +Type: language +Subtag: srt +Description: Sauri +Added: 2009-07-29 +%% +Type: language +Subtag: sru +Description: Suruí +Added: 2009-07-29 +%% +Type: language +Subtag: srv +Description: Southern Sorsoganon +Added: 2009-07-29 +%% +Type: language +Subtag: srw +Description: Serua +Added: 2009-07-29 +%% +Type: language +Subtag: srx +Description: Sirmauri +Added: 2009-07-29 +%% +Type: language +Subtag: sry +Description: Sera +Added: 2009-07-29 +%% +Type: language +Subtag: srz +Description: Shahmirzadi +Added: 2009-07-29 +%% +Type: language +Subtag: ssa +Description: Nilo-Saharan languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: ssb +Description: Southern Sama +Added: 2009-07-29 +%% +Type: language +Subtag: ssc +Description: Suba-Simbiti +Added: 2009-07-29 +%% +Type: language +Subtag: ssd +Description: Siroi +Added: 2009-07-29 +%% +Type: language +Subtag: sse +Description: Balangingi +Description: Bangingih Sama +Added: 2009-07-29 +%% +Type: language +Subtag: ssf +Description: Thao +Added: 2009-07-29 +%% +Type: language +Subtag: ssg +Description: Seimat +Added: 2009-07-29 +%% +Type: language +Subtag: ssh +Description: Shihhi Arabic +Added: 2009-07-29 +Macrolanguage: ar +%% +Type: language +Subtag: ssi +Description: Sansi +Added: 2009-07-29 +%% +Type: language +Subtag: ssj +Description: Sausi +Added: 2009-07-29 +%% +Type: language +Subtag: ssk +Description: Sunam +Added: 2009-07-29 +%% +Type: language +Subtag: ssl +Description: Western Sisaala +Added: 2009-07-29 +%% +Type: language +Subtag: ssm +Description: Semnam +Added: 2009-07-29 +%% +Type: language +Subtag: ssn +Description: Waata +Added: 2009-07-29 +%% +Type: language +Subtag: sso +Description: Sissano +Added: 2009-07-29 +%% +Type: language +Subtag: ssp +Description: Spanish Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: ssq +Description: So'a +Added: 2009-07-29 +%% +Type: language +Subtag: ssr +Description: Swiss-French Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: sss +Description: Sô +Added: 2009-07-29 +%% +Type: language +Subtag: sst +Description: Sinasina +Added: 2009-07-29 +%% +Type: language +Subtag: ssu +Description: Susuami +Added: 2009-07-29 +%% +Type: language +Subtag: ssv +Description: Shark Bay +Added: 2009-07-29 +%% +Type: language +Subtag: ssx +Description: Samberigi +Added: 2009-07-29 +%% +Type: language +Subtag: ssy +Description: Saho +Added: 2009-07-29 +%% +Type: language +Subtag: ssz +Description: Sengseng +Added: 2009-07-29 +%% +Type: language +Subtag: sta +Description: Settla +Added: 2009-07-29 +%% +Type: language +Subtag: stb +Description: Northern Subanen +Added: 2009-07-29 +%% +Type: language +Subtag: std +Description: Sentinel +Added: 2009-07-29 +%% +Type: language +Subtag: ste +Description: Liana-Seti +Added: 2009-07-29 +%% +Type: language +Subtag: stf +Description: Seta +Added: 2009-07-29 +%% +Type: language +Subtag: stg +Description: Trieng +Added: 2009-07-29 +%% +Type: language +Subtag: sth +Description: Shelta +Added: 2009-07-29 +%% +Type: language +Subtag: sti +Description: Bulo Stieng +Added: 2009-07-29 +%% +Type: language +Subtag: stj +Description: Matya Samo +Added: 2009-07-29 +%% +Type: language +Subtag: stk +Description: Arammba +Added: 2009-07-29 +%% +Type: language +Subtag: stl +Description: Stellingwerfs +Added: 2009-07-29 +%% +Type: language +Subtag: stm +Description: Setaman +Added: 2009-07-29 +%% +Type: language +Subtag: stn +Description: Owa +Added: 2009-07-29 +%% +Type: language +Subtag: sto +Description: Stoney +Added: 2009-07-29 +%% +Type: language +Subtag: stp +Description: Southeastern Tepehuan +Added: 2009-07-29 +%% +Type: language +Subtag: stq +Description: Saterfriesisch +Added: 2009-07-29 +%% +Type: language +Subtag: str +Description: Straits Salish +Added: 2009-07-29 +%% +Type: language +Subtag: sts +Description: Shumashti +Added: 2009-07-29 +%% +Type: language +Subtag: stt +Description: Budeh Stieng +Added: 2009-07-29 +%% +Type: language +Subtag: stu +Description: Samtao +Added: 2009-07-29 +%% +Type: language +Subtag: stv +Description: Silt'e +Added: 2009-07-29 +%% +Type: language +Subtag: stw +Description: Satawalese +Added: 2009-07-29 +%% +Type: language +Subtag: sty +Description: Siberian Tatar +Added: 2013-09-10 +%% +Type: language +Subtag: sua +Description: Sulka +Added: 2009-07-29 +%% +Type: language +Subtag: sub +Description: Suku +Added: 2009-07-29 +%% +Type: language +Subtag: suc +Description: Western Subanon +Added: 2009-07-29 +%% +Type: language +Subtag: sue +Description: Suena +Added: 2009-07-29 +%% +Type: language +Subtag: sug +Description: Suganga +Added: 2009-07-29 +%% +Type: language +Subtag: sui +Description: Suki +Added: 2009-07-29 +%% +Type: language +Subtag: suj +Description: Shubi +Added: 2009-07-29 +Comments: see also xsj +%% +Type: language +Subtag: suk +Description: Sukuma +Added: 2005-10-16 +%% +Type: language +Subtag: sul +Description: Surigaonon +Added: 2009-07-29 +Deprecated: 2010-03-11 +Comments: see sgd, tgn +%% +Type: language +Subtag: sum +Description: Sumo-Mayangna +Added: 2009-07-29 +Deprecated: 2010-03-11 +Comments: see ulw, yan +%% +Type: language +Subtag: suq +Description: Suri +Added: 2009-07-29 +%% +Type: language +Subtag: sur +Description: Mwaghavul +Added: 2009-07-29 +%% +Type: language +Subtag: sus +Description: Susu +Added: 2005-10-16 +%% +Type: language +Subtag: sut +Description: Subtiaba +Added: 2009-07-29 +%% +Type: language +Subtag: suv +Description: Puroik +Added: 2009-07-29 +%% +Type: language +Subtag: suw +Description: Sumbwa +Added: 2009-07-29 +%% +Type: language +Subtag: sux +Description: Sumerian +Added: 2005-10-16 +%% +Type: language +Subtag: suy +Description: Suyá +Added: 2009-07-29 +%% +Type: language +Subtag: suz +Description: Sunwar +Added: 2009-07-29 +%% +Type: language +Subtag: sva +Description: Svan +Added: 2009-07-29 +%% +Type: language +Subtag: svb +Description: Ulau-Suain +Added: 2009-07-29 +%% +Type: language +Subtag: svc +Description: Vincentian Creole English +Added: 2009-07-29 +%% +Type: language +Subtag: sve +Description: Serili +Added: 2009-07-29 +%% +Type: language +Subtag: svk +Description: Slovakian Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: svm +Description: Slavomolisano +Added: 2013-09-10 +%% +Type: language +Subtag: svr +Description: Savara +Added: 2009-07-29 +Deprecated: 2016-05-30 +%% +Type: language +Subtag: svs +Description: Savosavo +Added: 2009-07-29 +%% +Type: language +Subtag: svx +Description: Skalvian +Added: 2009-07-29 +%% +Type: language +Subtag: swb +Description: Maore Comorian +Added: 2009-07-29 +%% +Type: language +Subtag: swc +Description: Congo Swahili +Added: 2009-07-29 +Macrolanguage: sw +%% +Type: language +Subtag: swf +Description: Sere +Added: 2009-07-29 +%% +Type: language +Subtag: swg +Description: Swabian +Added: 2009-07-29 +%% +Type: language +Subtag: swh +Description: Swahili (individual language) +Description: Kiswahili +Added: 2009-07-29 +Macrolanguage: sw +%% +Type: language +Subtag: swi +Description: Sui +Added: 2009-07-29 +%% +Type: language +Subtag: swj +Description: Sira +Added: 2009-07-29 +%% +Type: language +Subtag: swk +Description: Malawi Sena +Added: 2009-07-29 +%% +Type: language +Subtag: swl +Description: Swedish Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: swm +Description: Samosa +Added: 2009-07-29 +%% +Type: language +Subtag: swn +Description: Sawknah +Added: 2009-07-29 +%% +Type: language +Subtag: swo +Description: Shanenawa +Added: 2009-07-29 +%% +Type: language +Subtag: swp +Description: Suau +Added: 2009-07-29 +%% +Type: language +Subtag: swq +Description: Sharwa +Added: 2009-07-29 +%% +Type: language +Subtag: swr +Description: Saweru +Added: 2009-07-29 +%% +Type: language +Subtag: sws +Description: Seluwasan +Added: 2009-07-29 +%% +Type: language +Subtag: swt +Description: Sawila +Added: 2009-07-29 +%% +Type: language +Subtag: swu +Description: Suwawa +Added: 2009-07-29 +%% +Type: language +Subtag: swv +Description: Shekhawati +Added: 2009-07-29 +Macrolanguage: mwr +%% +Type: language +Subtag: sww +Description: Sowa +Added: 2009-07-29 +%% +Type: language +Subtag: swx +Description: Suruahá +Added: 2009-07-29 +%% +Type: language +Subtag: swy +Description: Sarua +Added: 2009-07-29 +%% +Type: language +Subtag: sxb +Description: Suba +Added: 2009-07-29 +%% +Type: language +Subtag: sxc +Description: Sicanian +Added: 2009-07-29 +%% +Type: language +Subtag: sxe +Description: Sighu +Added: 2009-07-29 +%% +Type: language +Subtag: sxg +Description: Shuhi +Description: Shixing +Added: 2009-07-29 +%% +Type: language +Subtag: sxk +Description: Southern Kalapuya +Added: 2009-07-29 +%% +Type: language +Subtag: sxl +Description: Selian +Added: 2009-07-29 +%% +Type: language +Subtag: sxm +Description: Samre +Added: 2009-07-29 +%% +Type: language +Subtag: sxn +Description: Sangir +Added: 2009-07-29 +%% +Type: language +Subtag: sxo +Description: Sorothaptic +Added: 2009-07-29 +%% +Type: language +Subtag: sxr +Description: Saaroa +Added: 2009-07-29 +%% +Type: language +Subtag: sxs +Description: Sasaru +Added: 2009-07-29 +%% +Type: language +Subtag: sxu +Description: Upper Saxon +Added: 2009-07-29 +%% +Type: language +Subtag: sxw +Description: Saxwe Gbe +Added: 2009-07-29 +%% +Type: language +Subtag: sya +Description: Siang +Added: 2009-07-29 +%% +Type: language +Subtag: syb +Description: Central Subanen +Added: 2009-07-29 +%% +Type: language +Subtag: syc +Description: Classical Syriac +Added: 2007-04-03 +%% +Type: language +Subtag: syd +Description: Samoyedic languages +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: syi +Description: Seki +Added: 2009-07-29 +%% +Type: language +Subtag: syk +Description: Sukur +Added: 2009-07-29 +%% +Type: language +Subtag: syl +Description: Sylheti +Added: 2009-07-29 +%% +Type: language +Subtag: sym +Description: Maya Samo +Added: 2009-07-29 +%% +Type: language +Subtag: syn +Description: Senaya +Added: 2009-07-29 +%% +Type: language +Subtag: syo +Description: Suoy +Added: 2009-07-29 +%% +Type: language +Subtag: syr +Description: Syriac +Added: 2005-10-16 +Scope: macrolanguage +%% +Type: language +Subtag: sys +Description: Sinyar +Added: 2009-07-29 +%% +Type: language +Subtag: syw +Description: Kagate +Added: 2009-07-29 +%% +Type: language +Subtag: syx +Description: Samay +Added: 2015-02-12 +%% +Type: language +Subtag: syy +Description: Al-Sayyid Bedouin Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: sza +Description: Semelai +Added: 2009-07-29 +%% +Type: language +Subtag: szb +Description: Ngalum +Added: 2009-07-29 +%% +Type: language +Subtag: szc +Description: Semaq Beri +Added: 2009-07-29 +%% +Type: language +Subtag: szd +Description: Seru +Added: 2009-07-29 +%% +Type: language +Subtag: sze +Description: Seze +Added: 2009-07-29 +%% +Type: language +Subtag: szg +Description: Sengele +Added: 2009-07-29 +%% +Type: language +Subtag: szl +Description: Silesian +Added: 2009-07-29 +%% +Type: language +Subtag: szn +Description: Sula +Added: 2009-07-29 +%% +Type: language +Subtag: szp +Description: Suabo +Added: 2009-07-29 +%% +Type: language +Subtag: szs +Description: Solomon Islands Sign Language +Added: 2017-02-23 +%% +Type: language +Subtag: szv +Description: Isu (Fako Division) +Added: 2009-07-29 +%% +Type: language +Subtag: szw +Description: Sawai +Added: 2009-07-29 +%% +Type: language +Subtag: szy +Description: Sakizaya +Added: 2019-04-16 +%% +Type: language +Subtag: taa +Description: Lower Tanana +Added: 2009-07-29 +%% +Type: language +Subtag: tab +Description: Tabassaran +Added: 2009-07-29 +%% +Type: language +Subtag: tac +Description: Lowland Tarahumara +Added: 2009-07-29 +%% +Type: language +Subtag: tad +Description: Tause +Added: 2009-07-29 +%% +Type: language +Subtag: tae +Description: Tariana +Added: 2009-07-29 +%% +Type: language +Subtag: taf +Description: Tapirapé +Added: 2009-07-29 +%% +Type: language +Subtag: tag +Description: Tagoi +Added: 2009-07-29 +%% +Type: language +Subtag: tai +Description: Tai languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: taj +Description: Eastern Tamang +Added: 2009-07-29 +%% +Type: language +Subtag: tak +Description: Tala +Added: 2009-07-29 +%% +Type: language +Subtag: tal +Description: Tal +Added: 2009-07-29 +%% +Type: language +Subtag: tan +Description: Tangale +Added: 2009-07-29 +%% +Type: language +Subtag: tao +Description: Yami +Added: 2009-07-29 +%% +Type: language +Subtag: tap +Description: Taabwa +Added: 2009-07-29 +%% +Type: language +Subtag: taq +Description: Tamasheq +Added: 2009-07-29 +Macrolanguage: tmh +%% +Type: language +Subtag: tar +Description: Central Tarahumara +Added: 2009-07-29 +%% +Type: language +Subtag: tas +Description: Tay Boi +Added: 2009-07-29 +%% +Type: language +Subtag: tau +Description: Upper Tanana +Added: 2009-07-29 +%% +Type: language +Subtag: tav +Description: Tatuyo +Added: 2009-07-29 +%% +Type: language +Subtag: taw +Description: Tai +Added: 2009-07-29 +%% +Type: language +Subtag: tax +Description: Tamki +Added: 2009-07-29 +%% +Type: language +Subtag: tay +Description: Atayal +Added: 2009-07-29 +%% +Type: language +Subtag: taz +Description: Tocho +Added: 2009-07-29 +%% +Type: language +Subtag: tba +Description: Aikanã +Added: 2009-07-29 +%% +Type: language +Subtag: tbb +Description: Tapeba +Added: 2009-07-29 +%% +Type: language +Subtag: tbc +Description: Takia +Added: 2009-07-29 +%% +Type: language +Subtag: tbd +Description: Kaki Ae +Added: 2009-07-29 +%% +Type: language +Subtag: tbe +Description: Tanimbili +Added: 2009-07-29 +%% +Type: language +Subtag: tbf +Description: Mandara +Added: 2009-07-29 +%% +Type: language +Subtag: tbg +Description: North Tairora +Added: 2009-07-29 +%% +Type: language +Subtag: tbh +Description: Dharawal +Description: Thurawal +Added: 2009-07-29 +%% +Type: language +Subtag: tbi +Description: Gaam +Added: 2009-07-29 +%% +Type: language +Subtag: tbj +Description: Tiang +Added: 2009-07-29 +%% +Type: language +Subtag: tbk +Description: Calamian Tagbanwa +Added: 2009-07-29 +%% +Type: language +Subtag: tbl +Description: Tboli +Added: 2009-07-29 +%% +Type: language +Subtag: tbm +Description: Tagbu +Added: 2009-07-29 +%% +Type: language +Subtag: tbn +Description: Barro Negro Tunebo +Added: 2009-07-29 +%% +Type: language +Subtag: tbo +Description: Tawala +Added: 2009-07-29 +%% +Type: language +Subtag: tbp +Description: Taworta +Description: Diebroud +Added: 2009-07-29 +%% +Type: language +Subtag: tbq +Description: Tibeto-Burman languages +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: tbr +Description: Tumtum +Added: 2009-07-29 +%% +Type: language +Subtag: tbs +Description: Tanguat +Added: 2009-07-29 +%% +Type: language +Subtag: tbt +Description: Tembo (Kitembo) +Added: 2009-07-29 +%% +Type: language +Subtag: tbu +Description: Tubar +Added: 2009-07-29 +%% +Type: language +Subtag: tbv +Description: Tobo +Added: 2009-07-29 +%% +Type: language +Subtag: tbw +Description: Tagbanwa +Added: 2009-07-29 +%% +Type: language +Subtag: tbx +Description: Kapin +Added: 2009-07-29 +%% +Type: language +Subtag: tby +Description: Tabaru +Added: 2009-07-29 +%% +Type: language +Subtag: tbz +Description: Ditammari +Added: 2009-07-29 +%% +Type: language +Subtag: tca +Description: Ticuna +Added: 2009-07-29 +%% +Type: language +Subtag: tcb +Description: Tanacross +Added: 2009-07-29 +%% +Type: language +Subtag: tcc +Description: Datooga +Added: 2009-07-29 +%% +Type: language +Subtag: tcd +Description: Tafi +Added: 2009-07-29 +%% +Type: language +Subtag: tce +Description: Southern Tutchone +Added: 2009-07-29 +%% +Type: language +Subtag: tcf +Description: Malinaltepec Me'phaa +Description: Malinaltepec Tlapanec +Added: 2009-07-29 +%% +Type: language +Subtag: tcg +Description: Tamagario +Added: 2009-07-29 +%% +Type: language +Subtag: tch +Description: Turks And Caicos Creole English +Added: 2009-07-29 +%% +Type: language +Subtag: tci +Description: Wára +Added: 2009-07-29 +%% +Type: language +Subtag: tck +Description: Tchitchege +Added: 2009-07-29 +%% +Type: language +Subtag: tcl +Description: Taman (Myanmar) +Added: 2009-07-29 +%% +Type: language +Subtag: tcm +Description: Tanahmerah +Added: 2009-07-29 +%% +Type: language +Subtag: tcn +Description: Tichurong +Added: 2009-07-29 +%% +Type: language +Subtag: tco +Description: Taungyo +Added: 2009-07-29 +%% +Type: language +Subtag: tcp +Description: Tawr Chin +Added: 2009-07-29 +%% +Type: language +Subtag: tcq +Description: Kaiy +Added: 2009-07-29 +%% +Type: language +Subtag: tcs +Description: Torres Strait Creole +Description: Yumplatok +Added: 2009-07-29 +%% +Type: language +Subtag: tct +Description: T'en +Added: 2009-07-29 +%% +Type: language +Subtag: tcu +Description: Southeastern Tarahumara +Added: 2009-07-29 +%% +Type: language +Subtag: tcw +Description: Tecpatlán Totonac +Added: 2009-07-29 +%% +Type: language +Subtag: tcx +Description: Toda +Added: 2009-07-29 +%% +Type: language +Subtag: tcy +Description: Tulu +Added: 2009-07-29 +%% +Type: language +Subtag: tcz +Description: Thado Chin +Added: 2009-07-29 +%% +Type: language +Subtag: tda +Description: Tagdal +Added: 2009-07-29 +%% +Type: language +Subtag: tdb +Description: Panchpargania +Added: 2009-07-29 +%% +Type: language +Subtag: tdc +Description: Emberá-Tadó +Added: 2009-07-29 +%% +Type: language +Subtag: tdd +Description: Tai Nüa +Added: 2009-07-29 +%% +Type: language +Subtag: tde +Description: Tiranige Diga Dogon +Added: 2010-03-11 +%% +Type: language +Subtag: tdf +Description: Talieng +Added: 2009-07-29 +%% +Type: language +Subtag: tdg +Description: Western Tamang +Added: 2009-07-29 +%% +Type: language +Subtag: tdh +Description: Thulung +Added: 2009-07-29 +%% +Type: language +Subtag: tdi +Description: Tomadino +Added: 2009-07-29 +%% +Type: language +Subtag: tdj +Description: Tajio +Added: 2009-07-29 +%% +Type: language +Subtag: tdk +Description: Tambas +Added: 2009-07-29 +%% +Type: language +Subtag: tdl +Description: Sur +Added: 2009-07-29 +%% +Type: language +Subtag: tdm +Description: Taruma +Added: 2016-05-30 +%% +Type: language +Subtag: tdn +Description: Tondano +Added: 2009-07-29 +%% +Type: language +Subtag: tdo +Description: Teme +Added: 2009-07-29 +%% +Type: language +Subtag: tdq +Description: Tita +Added: 2009-07-29 +%% +Type: language +Subtag: tdr +Description: Todrah +Added: 2009-07-29 +%% +Type: language +Subtag: tds +Description: Doutai +Added: 2009-07-29 +%% +Type: language +Subtag: tdt +Description: Tetun Dili +Added: 2009-07-29 +%% +Type: language +Subtag: tdu +Description: Tempasuk Dusun +Added: 2009-07-29 +Deprecated: 2016-05-30 +Preferred-Value: dtp +%% +Type: language +Subtag: tdv +Description: Toro +Added: 2009-07-29 +%% +Type: language +Subtag: tdx +Description: Tandroy-Mahafaly Malagasy +Added: 2009-07-29 +Macrolanguage: mg +%% +Type: language +Subtag: tdy +Description: Tadyawan +Added: 2009-07-29 +%% +Type: language +Subtag: tea +Description: Temiar +Added: 2009-07-29 +%% +Type: language +Subtag: teb +Description: Tetete +Added: 2009-07-29 +%% +Type: language +Subtag: tec +Description: Terik +Added: 2009-07-29 +Macrolanguage: kln +%% +Type: language +Subtag: ted +Description: Tepo Krumen +Added: 2009-07-29 +%% +Type: language +Subtag: tee +Description: Huehuetla Tepehua +Added: 2009-07-29 +%% +Type: language +Subtag: tef +Description: Teressa +Added: 2009-07-29 +%% +Type: language +Subtag: teg +Description: Teke-Tege +Added: 2009-07-29 +%% +Type: language +Subtag: teh +Description: Tehuelche +Added: 2009-07-29 +%% +Type: language +Subtag: tei +Description: Torricelli +Added: 2009-07-29 +%% +Type: language +Subtag: tek +Description: Ibali Teke +Added: 2009-07-29 +%% +Type: language +Subtag: tem +Description: Timne +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: ten +Description: Tama (Colombia) +Added: 2009-07-29 +%% +Type: language +Subtag: teo +Description: Teso +Added: 2009-07-29 +%% +Type: language +Subtag: tep +Description: Tepecano +Added: 2009-07-29 +%% +Type: language +Subtag: teq +Description: Temein +Added: 2009-07-29 +%% +Type: language +Subtag: ter +Description: Tereno +Added: 2005-10-16 +%% +Type: language +Subtag: tes +Description: Tengger +Added: 2009-07-29 +%% +Type: language +Subtag: tet +Description: Tetum +Added: 2005-10-16 +%% +Type: language +Subtag: teu +Description: Soo +Added: 2009-07-29 +%% +Type: language +Subtag: tev +Description: Teor +Added: 2009-07-29 +%% +Type: language +Subtag: tew +Description: Tewa (USA) +Added: 2009-07-29 +%% +Type: language +Subtag: tex +Description: Tennet +Added: 2009-07-29 +%% +Type: language +Subtag: tey +Description: Tulishi +Added: 2009-07-29 +%% +Type: language +Subtag: tez +Description: Tetserret +Added: 2018-03-08 +%% +Type: language +Subtag: tfi +Description: Tofin Gbe +Added: 2009-07-29 +%% +Type: language +Subtag: tfn +Description: Tanaina +Added: 2009-07-29 +%% +Type: language +Subtag: tfo +Description: Tefaro +Added: 2009-07-29 +%% +Type: language +Subtag: tfr +Description: Teribe +Added: 2009-07-29 +%% +Type: language +Subtag: tft +Description: Ternate +Added: 2009-07-29 +%% +Type: language +Subtag: tga +Description: Sagalla +Added: 2009-07-29 +%% +Type: language +Subtag: tgb +Description: Tobilung +Added: 2009-07-29 +%% +Type: language +Subtag: tgc +Description: Tigak +Added: 2009-07-29 +%% +Type: language +Subtag: tgd +Description: Ciwogai +Added: 2009-07-29 +%% +Type: language +Subtag: tge +Description: Eastern Gorkha Tamang +Added: 2009-07-29 +%% +Type: language +Subtag: tgf +Description: Chalikha +Added: 2009-07-29 +%% +Type: language +Subtag: tgg +Description: Tangga +Added: 2009-07-29 +Deprecated: 2013-09-10 +Comments: see bjp, hrc, hrw +%% +Type: language +Subtag: tgh +Description: Tobagonian Creole English +Added: 2009-07-29 +%% +Type: language +Subtag: tgi +Description: Lawunuia +Added: 2009-07-29 +%% +Type: language +Subtag: tgj +Description: Tagin +Added: 2012-08-12 +%% +Type: language +Subtag: tgn +Description: Tandaganon +Added: 2010-03-11 +%% +Type: language +Subtag: tgo +Description: Sudest +Added: 2009-07-29 +%% +Type: language +Subtag: tgp +Description: Tangoa +Added: 2009-07-29 +%% +Type: language +Subtag: tgq +Description: Tring +Added: 2009-07-29 +%% +Type: language +Subtag: tgr +Description: Tareng +Added: 2009-07-29 +%% +Type: language +Subtag: tgs +Description: Nume +Added: 2009-07-29 +%% +Type: language +Subtag: tgt +Description: Central Tagbanwa +Added: 2009-07-29 +%% +Type: language +Subtag: tgu +Description: Tanggu +Added: 2009-07-29 +%% +Type: language +Subtag: tgv +Description: Tingui-Boto +Added: 2009-07-29 +%% +Type: language +Subtag: tgw +Description: Tagwana Senoufo +Added: 2009-07-29 +%% +Type: language +Subtag: tgx +Description: Tagish +Added: 2009-07-29 +%% +Type: language +Subtag: tgy +Description: Togoyo +Added: 2009-07-29 +%% +Type: language +Subtag: tgz +Description: Tagalaka +Added: 2012-08-12 +%% +Type: language +Subtag: thc +Description: Tai Hang Tong +Added: 2009-07-29 +Deprecated: 2016-05-30 +Preferred-Value: tpo +%% +Type: language +Subtag: thd +Description: Kuuk Thaayorre +Description: Thayore +Added: 2009-07-29 +%% +Type: language +Subtag: the +Description: Chitwania Tharu +Added: 2009-07-29 +%% +Type: language +Subtag: thf +Description: Thangmi +Added: 2009-07-29 +%% +Type: language +Subtag: thh +Description: Northern Tarahumara +Added: 2009-07-29 +%% +Type: language +Subtag: thi +Description: Tai Long +Added: 2009-07-29 +%% +Type: language +Subtag: thk +Description: Tharaka +Description: Kitharaka +Added: 2009-07-29 +%% +Type: language +Subtag: thl +Description: Dangaura Tharu +Added: 2009-07-29 +%% +Type: language +Subtag: thm +Description: Aheu +Added: 2009-07-29 +%% +Type: language +Subtag: thn +Description: Thachanadan +Added: 2009-07-29 +%% +Type: language +Subtag: thp +Description: Thompson +Added: 2009-07-29 +%% +Type: language +Subtag: thq +Description: Kochila Tharu +Added: 2009-07-29 +%% +Type: language +Subtag: thr +Description: Rana Tharu +Added: 2009-07-29 +%% +Type: language +Subtag: ths +Description: Thakali +Added: 2009-07-29 +%% +Type: language +Subtag: tht +Description: Tahltan +Added: 2009-07-29 +%% +Type: language +Subtag: thu +Description: Thuri +Added: 2009-07-29 +%% +Type: language +Subtag: thv +Description: Tahaggart Tamahaq +Added: 2009-07-29 +Macrolanguage: tmh +%% +Type: language +Subtag: thw +Description: Thudam +Added: 2009-07-29 +%% +Type: language +Subtag: thx +Description: The +Added: 2009-07-29 +Deprecated: 2015-02-12 +Preferred-Value: oyb +%% +Type: language +Subtag: thy +Description: Tha +Added: 2009-07-29 +%% +Type: language +Subtag: thz +Description: Tayart Tamajeq +Added: 2009-07-29 +Macrolanguage: tmh +%% +Type: language +Subtag: tia +Description: Tidikelt Tamazight +Added: 2009-07-29 +%% +Type: language +Subtag: tic +Description: Tira +Added: 2009-07-29 +%% +Type: language +Subtag: tid +Description: Tidong +Added: 2009-07-29 +Deprecated: 2016-05-30 +Comments: see itd, ntd +%% +Type: language +Subtag: tie +Description: Tingal +Added: 2009-07-29 +Deprecated: 2011-08-16 +Preferred-Value: ras +%% +Type: language +Subtag: tif +Description: Tifal +Added: 2009-07-29 +%% +Type: language +Subtag: tig +Description: Tigre +Added: 2005-10-16 +%% +Type: language +Subtag: tih +Description: Timugon Murut +Added: 2009-07-29 +%% +Type: language +Subtag: tii +Description: Tiene +Added: 2009-07-29 +%% +Type: language +Subtag: tij +Description: Tilung +Added: 2009-07-29 +%% +Type: language +Subtag: tik +Description: Tikar +Added: 2009-07-29 +%% +Type: language +Subtag: til +Description: Tillamook +Added: 2009-07-29 +%% +Type: language +Subtag: tim +Description: Timbe +Added: 2009-07-29 +%% +Type: language +Subtag: tin +Description: Tindi +Added: 2009-07-29 +%% +Type: language +Subtag: tio +Description: Teop +Added: 2009-07-29 +%% +Type: language +Subtag: tip +Description: Trimuris +Added: 2009-07-29 +%% +Type: language +Subtag: tiq +Description: Tiéfo +Added: 2009-07-29 +%% +Type: language +Subtag: tis +Description: Masadiit Itneg +Added: 2009-07-29 +%% +Type: language +Subtag: tit +Description: Tinigua +Added: 2009-07-29 +%% +Type: language +Subtag: tiu +Description: Adasen +Added: 2009-07-29 +%% +Type: language +Subtag: tiv +Description: Tiv +Added: 2005-10-16 +%% +Type: language +Subtag: tiw +Description: Tiwi +Added: 2009-07-29 +%% +Type: language +Subtag: tix +Description: Southern Tiwa +Added: 2009-07-29 +%% +Type: language +Subtag: tiy +Description: Tiruray +Added: 2009-07-29 +%% +Type: language +Subtag: tiz +Description: Tai Hongjin +Added: 2009-07-29 +%% +Type: language +Subtag: tja +Description: Tajuasohn +Added: 2009-07-29 +%% +Type: language +Subtag: tjg +Description: Tunjung +Added: 2009-07-29 +%% +Type: language +Subtag: tji +Description: Northern Tujia +Added: 2009-07-29 +%% +Type: language +Subtag: tjj +Description: Tjungundji +Added: 2019-04-16 +%% +Type: language +Subtag: tjl +Description: Tai Laing +Added: 2012-08-12 +%% +Type: language +Subtag: tjm +Description: Timucua +Added: 2009-07-29 +%% +Type: language +Subtag: tjn +Description: Tonjon +Added: 2009-07-29 +%% +Type: language +Subtag: tjo +Description: Temacine Tamazight +Added: 2009-07-29 +%% +Type: language +Subtag: tjp +Description: Tjupany +Added: 2019-04-16 +%% +Type: language +Subtag: tjs +Description: Southern Tujia +Added: 2009-07-29 +%% +Type: language +Subtag: tju +Description: Tjurruru +Added: 2009-07-29 +%% +Type: language +Subtag: tjw +Description: Djabwurrung +Added: 2013-09-10 +%% +Type: language +Subtag: tka +Description: Truká +Added: 2009-07-29 +%% +Type: language +Subtag: tkb +Description: Buksa +Added: 2009-07-29 +%% +Type: language +Subtag: tkd +Description: Tukudede +Added: 2009-07-29 +%% +Type: language +Subtag: tke +Description: Takwane +Added: 2009-07-29 +%% +Type: language +Subtag: tkf +Description: Tukumanféd +Added: 2009-07-29 +%% +Type: language +Subtag: tkg +Description: Tesaka Malagasy +Added: 2011-08-16 +Macrolanguage: mg +%% +Type: language +Subtag: tkk +Description: Takpa +Added: 2009-07-29 +Deprecated: 2011-08-16 +Preferred-Value: twm +%% +Type: language +Subtag: tkl +Description: Tokelau +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: tkm +Description: Takelma +Added: 2009-07-29 +%% +Type: language +Subtag: tkn +Description: Toku-No-Shima +Added: 2009-07-29 +%% +Type: language +Subtag: tkp +Description: Tikopia +Added: 2009-07-29 +%% +Type: language +Subtag: tkq +Description: Tee +Added: 2009-07-29 +%% +Type: language +Subtag: tkr +Description: Tsakhur +Added: 2009-07-29 +%% +Type: language +Subtag: tks +Description: Takestani +Added: 2009-07-29 +%% +Type: language +Subtag: tkt +Description: Kathoriya Tharu +Added: 2009-07-29 +%% +Type: language +Subtag: tku +Description: Upper Necaxa Totonac +Added: 2009-07-29 +%% +Type: language +Subtag: tkv +Description: Mur Pano +Added: 2014-02-28 +%% +Type: language +Subtag: tkw +Description: Teanu +Added: 2009-07-29 +%% +Type: language +Subtag: tkx +Description: Tangko +Added: 2009-07-29 +%% +Type: language +Subtag: tkz +Description: Takua +Added: 2009-07-29 +%% +Type: language +Subtag: tla +Description: Southwestern Tepehuan +Added: 2009-07-29 +%% +Type: language +Subtag: tlb +Description: Tobelo +Added: 2009-07-29 +%% +Type: language +Subtag: tlc +Description: Yecuatla Totonac +Added: 2009-07-29 +%% +Type: language +Subtag: tld +Description: Talaud +Added: 2009-07-29 +%% +Type: language +Subtag: tlf +Description: Telefol +Added: 2009-07-29 +%% +Type: language +Subtag: tlg +Description: Tofanma +Added: 2009-07-29 +%% +Type: language +Subtag: tlh +Description: Klingon +Description: tlhIngan Hol +Added: 2005-10-16 +%% +Type: language +Subtag: tli +Description: Tlingit +Added: 2005-10-16 +%% +Type: language +Subtag: tlj +Description: Talinga-Bwisi +Added: 2009-07-29 +%% +Type: language +Subtag: tlk +Description: Taloki +Added: 2009-07-29 +%% +Type: language +Subtag: tll +Description: Tetela +Added: 2009-07-29 +%% +Type: language +Subtag: tlm +Description: Tolomako +Added: 2009-07-29 +%% +Type: language +Subtag: tln +Description: Talondo' +Added: 2009-07-29 +%% +Type: language +Subtag: tlo +Description: Talodi +Added: 2009-07-29 +%% +Type: language +Subtag: tlp +Description: Filomena Mata-Coahuitlán Totonac +Added: 2009-07-29 +%% +Type: language +Subtag: tlq +Description: Tai Loi +Added: 2009-07-29 +%% +Type: language +Subtag: tlr +Description: Talise +Added: 2009-07-29 +%% +Type: language +Subtag: tls +Description: Tambotalo +Added: 2009-07-29 +%% +Type: language +Subtag: tlt +Description: Sou Nama +Description: Teluti +Added: 2009-07-29 +%% +Type: language +Subtag: tlu +Description: Tulehu +Added: 2009-07-29 +%% +Type: language +Subtag: tlv +Description: Taliabu +Added: 2009-07-29 +%% +Type: language +Subtag: tlw +Description: South Wemale +Added: 2009-07-29 +Deprecated: 2012-08-12 +Preferred-Value: weo +%% +Type: language +Subtag: tlx +Description: Khehek +Added: 2009-07-29 +%% +Type: language +Subtag: tly +Description: Talysh +Added: 2009-07-29 +%% +Type: language +Subtag: tma +Description: Tama (Chad) +Added: 2009-07-29 +%% +Type: language +Subtag: tmb +Description: Katbol +Description: Avava +Added: 2009-07-29 +%% +Type: language +Subtag: tmc +Description: Tumak +Added: 2009-07-29 +%% +Type: language +Subtag: tmd +Description: Haruai +Added: 2009-07-29 +%% +Type: language +Subtag: tme +Description: Tremembé +Added: 2009-07-29 +%% +Type: language +Subtag: tmf +Description: Toba-Maskoy +Added: 2009-07-29 +%% +Type: language +Subtag: tmg +Description: Ternateño +Added: 2009-07-29 +%% +Type: language +Subtag: tmh +Description: Tamashek +Added: 2005-10-16 +Suppress-Script: Latn +Scope: macrolanguage +%% +Type: language +Subtag: tmi +Description: Tutuba +Added: 2009-07-29 +%% +Type: language +Subtag: tmj +Description: Samarokena +Added: 2009-07-29 +%% +Type: language +Subtag: tmk +Description: Northwestern Tamang +Added: 2009-07-29 +%% +Type: language +Subtag: tml +Description: Tamnim Citak +Added: 2009-07-29 +%% +Type: language +Subtag: tmm +Description: Tai Thanh +Added: 2009-07-29 +%% +Type: language +Subtag: tmn +Description: Taman (Indonesia) +Added: 2009-07-29 +%% +Type: language +Subtag: tmo +Description: Temoq +Added: 2009-07-29 +%% +Type: language +Subtag: tmp +Description: Tai Mène +Added: 2009-07-29 +Deprecated: 2016-05-30 +Preferred-Value: tyj +%% +Type: language +Subtag: tmq +Description: Tumleo +Added: 2009-07-29 +%% +Type: language +Subtag: tmr +Description: Jewish Babylonian Aramaic (ca. 200-1200 CE) +Added: 2009-07-29 +%% +Type: language +Subtag: tms +Description: Tima +Added: 2009-07-29 +%% +Type: language +Subtag: tmt +Description: Tasmate +Added: 2009-07-29 +%% +Type: language +Subtag: tmu +Description: Iau +Added: 2009-07-29 +%% +Type: language +Subtag: tmv +Description: Tembo (Motembo) +Added: 2009-07-29 +%% +Type: language +Subtag: tmw +Description: Temuan +Added: 2009-07-29 +Macrolanguage: ms +%% +Type: language +Subtag: tmy +Description: Tami +Added: 2009-07-29 +%% +Type: language +Subtag: tmz +Description: Tamanaku +Added: 2009-07-29 +%% +Type: language +Subtag: tna +Description: Tacana +Added: 2009-07-29 +%% +Type: language +Subtag: tnb +Description: Western Tunebo +Added: 2009-07-29 +%% +Type: language +Subtag: tnc +Description: Tanimuca-Retuarã +Added: 2009-07-29 +%% +Type: language +Subtag: tnd +Description: Angosturas Tunebo +Added: 2009-07-29 +%% +Type: language +Subtag: tne +Description: Tinoc Kallahan +Added: 2009-07-29 +Deprecated: 2016-05-30 +Preferred-Value: kak +%% +Type: language +Subtag: tnf +Description: Tangshewi +Added: 2009-07-29 +Deprecated: 2010-03-11 +Preferred-Value: prs +%% +Type: language +Subtag: tng +Description: Tobanga +Added: 2009-07-29 +%% +Type: language +Subtag: tnh +Description: Maiani +Added: 2009-07-29 +%% +Type: language +Subtag: tni +Description: Tandia +Added: 2009-07-29 +%% +Type: language +Subtag: tnk +Description: Kwamera +Added: 2009-07-29 +%% +Type: language +Subtag: tnl +Description: Lenakel +Added: 2009-07-29 +%% +Type: language +Subtag: tnm +Description: Tabla +Added: 2009-07-29 +%% +Type: language +Subtag: tnn +Description: North Tanna +Added: 2009-07-29 +%% +Type: language +Subtag: tno +Description: Toromono +Added: 2009-07-29 +%% +Type: language +Subtag: tnp +Description: Whitesands +Added: 2009-07-29 +%% +Type: language +Subtag: tnq +Description: Taino +Added: 2009-07-29 +%% +Type: language +Subtag: tnr +Description: Ménik +Added: 2009-07-29 +%% +Type: language +Subtag: tns +Description: Tenis +Added: 2009-07-29 +%% +Type: language +Subtag: tnt +Description: Tontemboan +Added: 2009-07-29 +%% +Type: language +Subtag: tnu +Description: Tay Khang +Added: 2009-07-29 +%% +Type: language +Subtag: tnv +Description: Tangchangya +Added: 2009-07-29 +%% +Type: language +Subtag: tnw +Description: Tonsawang +Added: 2009-07-29 +%% +Type: language +Subtag: tnx +Description: Tanema +Added: 2009-07-29 +%% +Type: language +Subtag: tny +Description: Tongwe +Added: 2009-07-29 +%% +Type: language +Subtag: tnz +Description: Ten'edn +Added: 2009-07-29 +%% +Type: language +Subtag: tob +Description: Toba +Added: 2009-07-29 +%% +Type: language +Subtag: toc +Description: Coyutla Totonac +Added: 2009-07-29 +%% +Type: language +Subtag: tod +Description: Toma +Added: 2009-07-29 +%% +Type: language +Subtag: toe +Description: Tomedes +Added: 2009-07-29 +Deprecated: 2016-05-30 +%% +Type: language +Subtag: tof +Description: Gizrra +Added: 2009-07-29 +%% +Type: language +Subtag: tog +Description: Tonga (Nyasa) +Added: 2005-10-16 +%% +Type: language +Subtag: toh +Description: Gitonga +Added: 2009-07-29 +%% +Type: language +Subtag: toi +Description: Tonga (Zambia) +Added: 2009-07-29 +%% +Type: language +Subtag: toj +Description: Tojolabal +Added: 2009-07-29 +%% +Type: language +Subtag: tol +Description: Tolowa +Added: 2009-07-29 +%% +Type: language +Subtag: tom +Description: Tombulu +Added: 2009-07-29 +%% +Type: language +Subtag: too +Description: Xicotepec De Juárez Totonac +Added: 2009-07-29 +%% +Type: language +Subtag: top +Description: Papantla Totonac +Added: 2009-07-29 +%% +Type: language +Subtag: toq +Description: Toposa +Added: 2009-07-29 +%% +Type: language +Subtag: tor +Description: Togbo-Vara Banda +Added: 2009-07-29 +%% +Type: language +Subtag: tos +Description: Highland Totonac +Added: 2009-07-29 +%% +Type: language +Subtag: tou +Description: Tho +Added: 2009-07-29 +%% +Type: language +Subtag: tov +Description: Upper Taromi +Added: 2009-07-29 +%% +Type: language +Subtag: tow +Description: Jemez +Added: 2009-07-29 +%% +Type: language +Subtag: tox +Description: Tobian +Added: 2009-07-29 +%% +Type: language +Subtag: toy +Description: Topoiyo +Added: 2009-07-29 +%% +Type: language +Subtag: toz +Description: To +Added: 2009-07-29 +%% +Type: language +Subtag: tpa +Description: Taupota +Added: 2009-07-29 +%% +Type: language +Subtag: tpc +Description: Azoyú Me'phaa +Description: Azoyú Tlapanec +Added: 2009-07-29 +%% +Type: language +Subtag: tpe +Description: Tippera +Added: 2009-07-29 +%% +Type: language +Subtag: tpf +Description: Tarpia +Added: 2009-07-29 +%% +Type: language +Subtag: tpg +Description: Kula +Added: 2009-07-29 +%% +Type: language +Subtag: tpi +Description: Tok Pisin +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: tpj +Description: Tapieté +Added: 2009-07-29 +%% +Type: language +Subtag: tpk +Description: Tupinikin +Added: 2009-07-29 +%% +Type: language +Subtag: tpl +Description: Tlacoapa Me'phaa +Description: Tlacoapa Tlapanec +Added: 2009-07-29 +%% +Type: language +Subtag: tpm +Description: Tampulma +Added: 2009-07-29 +%% +Type: language +Subtag: tpn +Description: Tupinambá +Added: 2009-07-29 +%% +Type: language +Subtag: tpo +Description: Tai Pao +Added: 2009-07-29 +%% +Type: language +Subtag: tpp +Description: Pisaflores Tepehua +Added: 2009-07-29 +%% +Type: language +Subtag: tpq +Description: Tukpa +Added: 2009-07-29 +%% +Type: language +Subtag: tpr +Description: Tuparí +Added: 2009-07-29 +%% +Type: language +Subtag: tpt +Description: Tlachichilco Tepehua +Added: 2009-07-29 +%% +Type: language +Subtag: tpu +Description: Tampuan +Added: 2009-07-29 +%% +Type: language +Subtag: tpv +Description: Tanapag +Added: 2009-07-29 +%% +Type: language +Subtag: tpw +Description: Tupí +Added: 2009-07-29 +%% +Type: language +Subtag: tpx +Description: Acatepec Me'phaa +Description: Acatepec Tlapanec +Added: 2009-07-29 +%% +Type: language +Subtag: tpy +Description: Trumai +Added: 2009-07-29 +%% +Type: language +Subtag: tpz +Description: Tinputz +Added: 2009-07-29 +%% +Type: language +Subtag: tqb +Description: Tembé +Added: 2009-07-29 +%% +Type: language +Subtag: tql +Description: Lehali +Added: 2009-07-29 +%% +Type: language +Subtag: tqm +Description: Turumsa +Added: 2009-07-29 +%% +Type: language +Subtag: tqn +Description: Tenino +Added: 2009-07-29 +%% +Type: language +Subtag: tqo +Description: Toaripi +Added: 2009-07-29 +%% +Type: language +Subtag: tqp +Description: Tomoip +Added: 2009-07-29 +%% +Type: language +Subtag: tqq +Description: Tunni +Added: 2009-07-29 +%% +Type: language +Subtag: tqr +Description: Torona +Added: 2009-07-29 +%% +Type: language +Subtag: tqt +Description: Western Totonac +Added: 2009-07-29 +%% +Type: language +Subtag: tqu +Description: Touo +Added: 2009-07-29 +%% +Type: language +Subtag: tqw +Description: Tonkawa +Added: 2009-07-29 +%% +Type: language +Subtag: tra +Description: Tirahi +Added: 2009-07-29 +%% +Type: language +Subtag: trb +Description: Terebu +Added: 2009-07-29 +%% +Type: language +Subtag: trc +Description: Copala Triqui +Added: 2009-07-29 +%% +Type: language +Subtag: trd +Description: Turi +Added: 2009-07-29 +%% +Type: language +Subtag: tre +Description: East Tarangan +Added: 2009-07-29 +%% +Type: language +Subtag: trf +Description: Trinidadian Creole English +Added: 2009-07-29 +%% +Type: language +Subtag: trg +Description: Lishán Didán +Added: 2009-07-29 +%% +Type: language +Subtag: trh +Description: Turaka +Added: 2009-07-29 +%% +Type: language +Subtag: tri +Description: Trió +Added: 2009-07-29 +%% +Type: language +Subtag: trj +Description: Toram +Added: 2009-07-29 +%% +Type: language +Subtag: trk +Description: Turkic languages +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: trl +Description: Traveller Scottish +Added: 2009-07-29 +%% +Type: language +Subtag: trm +Description: Tregami +Added: 2009-07-29 +%% +Type: language +Subtag: trn +Description: Trinitario +Added: 2009-07-29 +%% +Type: language +Subtag: tro +Description: Tarao Naga +Added: 2009-07-29 +%% +Type: language +Subtag: trp +Description: Kok Borok +Added: 2009-07-29 +%% +Type: language +Subtag: trq +Description: San Martín Itunyoso Triqui +Added: 2009-07-29 +%% +Type: language +Subtag: trr +Description: Taushiro +Added: 2009-07-29 +%% +Type: language +Subtag: trs +Description: Chicahuaxtla Triqui +Added: 2009-07-29 +%% +Type: language +Subtag: trt +Description: Tunggare +Added: 2009-07-29 +%% +Type: language +Subtag: tru +Description: Turoyo +Description: Surayt +Added: 2009-07-29 +%% +Type: language +Subtag: trv +Description: Taroko +Added: 2009-07-29 +%% +Type: language +Subtag: trw +Description: Torwali +Added: 2009-07-29 +%% +Type: language +Subtag: trx +Description: Tringgus-Sembaan Bidayuh +Added: 2009-07-29 +%% +Type: language +Subtag: try +Description: Turung +Added: 2009-07-29 +%% +Type: language +Subtag: trz +Description: Torá +Added: 2009-07-29 +%% +Type: language +Subtag: tsa +Description: Tsaangi +Added: 2009-07-29 +%% +Type: language +Subtag: tsb +Description: Tsamai +Added: 2009-07-29 +%% +Type: language +Subtag: tsc +Description: Tswa +Added: 2009-07-29 +%% +Type: language +Subtag: tsd +Description: Tsakonian +Added: 2009-07-29 +%% +Type: language +Subtag: tse +Description: Tunisian Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: tsf +Description: Southwestern Tamang +Added: 2009-07-29 +Deprecated: 2015-02-12 +Preferred-Value: taj +%% +Type: language +Subtag: tsg +Description: Tausug +Added: 2009-07-29 +%% +Type: language +Subtag: tsh +Description: Tsuvan +Added: 2009-07-29 +%% +Type: language +Subtag: tsi +Description: Tsimshian +Added: 2005-10-16 +%% +Type: language +Subtag: tsj +Description: Tshangla +Added: 2009-07-29 +%% +Type: language +Subtag: tsk +Description: Tseku +Added: 2009-07-29 +%% +Type: language +Subtag: tsl +Description: Ts'ün-Lao +Added: 2009-07-29 +%% +Type: language +Subtag: tsm +Description: Turkish Sign Language +Description: Türk İşaret Dili +Added: 2009-07-29 +%% +Type: language +Subtag: tsp +Description: Northern Toussian +Added: 2009-07-29 +%% +Type: language +Subtag: tsq +Description: Thai Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: tsr +Description: Akei +Added: 2009-07-29 +%% +Type: language +Subtag: tss +Description: Taiwan Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: tst +Description: Tondi Songway Kiini +Added: 2011-08-16 +%% +Type: language +Subtag: tsu +Description: Tsou +Added: 2009-07-29 +%% +Type: language +Subtag: tsv +Description: Tsogo +Added: 2009-07-29 +%% +Type: language +Subtag: tsw +Description: Tsishingini +Added: 2009-07-29 +%% +Type: language +Subtag: tsx +Description: Mubami +Added: 2009-07-29 +%% +Type: language +Subtag: tsy +Description: Tebul Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: tsz +Description: Purepecha +Added: 2009-07-29 +%% +Type: language +Subtag: tta +Description: Tutelo +Added: 2009-07-29 +%% +Type: language +Subtag: ttb +Description: Gaa +Added: 2009-07-29 +%% +Type: language +Subtag: ttc +Description: Tektiteko +Added: 2009-07-29 +%% +Type: language +Subtag: ttd +Description: Tauade +Added: 2009-07-29 +%% +Type: language +Subtag: tte +Description: Bwanabwana +Added: 2009-07-29 +%% +Type: language +Subtag: ttf +Description: Tuotomb +Added: 2009-07-29 +%% +Type: language +Subtag: ttg +Description: Tutong +Added: 2009-07-29 +%% +Type: language +Subtag: tth +Description: Upper Ta'oih +Added: 2009-07-29 +%% +Type: language +Subtag: tti +Description: Tobati +Added: 2009-07-29 +%% +Type: language +Subtag: ttj +Description: Tooro +Added: 2009-07-29 +%% +Type: language +Subtag: ttk +Description: Totoro +Added: 2009-07-29 +%% +Type: language +Subtag: ttl +Description: Totela +Added: 2009-07-29 +%% +Type: language +Subtag: ttm +Description: Northern Tutchone +Added: 2009-07-29 +%% +Type: language +Subtag: ttn +Description: Towei +Added: 2009-07-29 +%% +Type: language +Subtag: tto +Description: Lower Ta'oih +Added: 2009-07-29 +%% +Type: language +Subtag: ttp +Description: Tombelala +Added: 2009-07-29 +%% +Type: language +Subtag: ttq +Description: Tawallammat Tamajaq +Added: 2009-07-29 +Macrolanguage: tmh +%% +Type: language +Subtag: ttr +Description: Tera +Added: 2009-07-29 +%% +Type: language +Subtag: tts +Description: Northeastern Thai +Added: 2009-07-29 +%% +Type: language +Subtag: ttt +Description: Muslim Tat +Added: 2009-07-29 +%% +Type: language +Subtag: ttu +Description: Torau +Added: 2009-07-29 +%% +Type: language +Subtag: ttv +Description: Titan +Added: 2009-07-29 +%% +Type: language +Subtag: ttw +Description: Long Wat +Added: 2009-07-29 +%% +Type: language +Subtag: tty +Description: Sikaritai +Added: 2009-07-29 +%% +Type: language +Subtag: ttz +Description: Tsum +Added: 2009-07-29 +%% +Type: language +Subtag: tua +Description: Wiarumus +Added: 2009-07-29 +%% +Type: language +Subtag: tub +Description: Tübatulabal +Added: 2009-07-29 +%% +Type: language +Subtag: tuc +Description: Mutu +Added: 2009-07-29 +%% +Type: language +Subtag: tud +Description: Tuxá +Added: 2009-07-29 +%% +Type: language +Subtag: tue +Description: Tuyuca +Added: 2009-07-29 +%% +Type: language +Subtag: tuf +Description: Central Tunebo +Added: 2009-07-29 +%% +Type: language +Subtag: tug +Description: Tunia +Added: 2009-07-29 +%% +Type: language +Subtag: tuh +Description: Taulil +Added: 2009-07-29 +%% +Type: language +Subtag: tui +Description: Tupuri +Added: 2009-07-29 +%% +Type: language +Subtag: tuj +Description: Tugutil +Added: 2009-07-29 +%% +Type: language +Subtag: tul +Description: Tula +Added: 2009-07-29 +%% +Type: language +Subtag: tum +Description: Tumbuka +Added: 2005-10-16 +%% +Type: language +Subtag: tun +Description: Tunica +Added: 2009-07-29 +%% +Type: language +Subtag: tuo +Description: Tucano +Added: 2009-07-29 +%% +Type: language +Subtag: tup +Description: Tupi languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: tuq +Description: Tedaga +Added: 2009-07-29 +%% +Type: language +Subtag: tus +Description: Tuscarora +Added: 2009-07-29 +%% +Type: language +Subtag: tut +Description: Altaic languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: tuu +Description: Tututni +Added: 2009-07-29 +%% +Type: language +Subtag: tuv +Description: Turkana +Added: 2009-07-29 +%% +Type: language +Subtag: tuw +Description: Tungus languages +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: tux +Description: Tuxináwa +Added: 2009-07-29 +%% +Type: language +Subtag: tuy +Description: Tugen +Added: 2009-07-29 +Macrolanguage: kln +%% +Type: language +Subtag: tuz +Description: Turka +Added: 2009-07-29 +%% +Type: language +Subtag: tva +Description: Vaghua +Added: 2009-07-29 +%% +Type: language +Subtag: tvd +Description: Tsuvadi +Added: 2009-07-29 +%% +Type: language +Subtag: tve +Description: Te'un +Added: 2009-07-29 +%% +Type: language +Subtag: tvk +Description: Southeast Ambrym +Added: 2009-07-29 +%% +Type: language +Subtag: tvl +Description: Tuvalu +Added: 2005-10-16 +Suppress-Script: Latn +%% +Type: language +Subtag: tvm +Description: Tela-Masbuar +Added: 2009-07-29 +%% +Type: language +Subtag: tvn +Description: Tavoyan +Added: 2009-07-29 +%% +Type: language +Subtag: tvo +Description: Tidore +Added: 2009-07-29 +%% +Type: language +Subtag: tvs +Description: Taveta +Added: 2009-07-29 +%% +Type: language +Subtag: tvt +Description: Tutsa Naga +Added: 2009-07-29 +%% +Type: language +Subtag: tvu +Description: Tunen +Added: 2012-08-12 +%% +Type: language +Subtag: tvw +Description: Sedoa +Added: 2009-07-29 +%% +Type: language +Subtag: tvx +Description: Taivoan +Added: 2019-04-16 +%% +Type: language +Subtag: tvy +Description: Timor Pidgin +Added: 2009-07-29 +%% +Type: language +Subtag: twa +Description: Twana +Added: 2009-07-29 +%% +Type: language +Subtag: twb +Description: Western Tawbuid +Added: 2009-07-29 +%% +Type: language +Subtag: twc +Description: Teshenawa +Added: 2009-07-29 +%% +Type: language +Subtag: twd +Description: Twents +Added: 2009-07-29 +%% +Type: language +Subtag: twe +Description: Tewa (Indonesia) +Added: 2009-07-29 +%% +Type: language +Subtag: twf +Description: Northern Tiwa +Added: 2009-07-29 +%% +Type: language +Subtag: twg +Description: Tereweng +Added: 2009-07-29 +%% +Type: language +Subtag: twh +Description: Tai Dón +Added: 2009-07-29 +%% +Type: language +Subtag: twl +Description: Tawara +Added: 2009-07-29 +%% +Type: language +Subtag: twm +Description: Tawang Monpa +Added: 2009-07-29 +%% +Type: language +Subtag: twn +Description: Twendi +Added: 2009-07-29 +%% +Type: language +Subtag: two +Description: Tswapong +Added: 2009-07-29 +%% +Type: language +Subtag: twp +Description: Ere +Added: 2009-07-29 +%% +Type: language +Subtag: twq +Description: Tasawaq +Added: 2009-07-29 +%% +Type: language +Subtag: twr +Description: Southwestern Tarahumara +Added: 2009-07-29 +%% +Type: language +Subtag: twt +Description: Turiwára +Added: 2009-07-29 +%% +Type: language +Subtag: twu +Description: Termanu +Added: 2009-07-29 +%% +Type: language +Subtag: tww +Description: Tuwari +Added: 2009-07-29 +%% +Type: language +Subtag: twx +Description: Tewe +Added: 2009-07-29 +%% +Type: language +Subtag: twy +Description: Tawoyan +Added: 2009-07-29 +%% +Type: language +Subtag: txa +Description: Tombonuo +Added: 2009-07-29 +%% +Type: language +Subtag: txb +Description: Tokharian B +Added: 2009-07-29 +%% +Type: language +Subtag: txc +Description: Tsetsaut +Added: 2009-07-29 +%% +Type: language +Subtag: txe +Description: Totoli +Added: 2009-07-29 +%% +Type: language +Subtag: txg +Description: Tangut +Added: 2009-07-29 +%% +Type: language +Subtag: txh +Description: Thracian +Added: 2009-07-29 +%% +Type: language +Subtag: txi +Description: Ikpeng +Added: 2009-07-29 +%% +Type: language +Subtag: txj +Description: Tarjumo +Added: 2015-02-12 +%% +Type: language +Subtag: txm +Description: Tomini +Added: 2009-07-29 +%% +Type: language +Subtag: txn +Description: West Tarangan +Added: 2009-07-29 +%% +Type: language +Subtag: txo +Description: Toto +Added: 2009-07-29 +%% +Type: language +Subtag: txq +Description: Tii +Added: 2009-07-29 +%% +Type: language +Subtag: txr +Description: Tartessian +Added: 2009-07-29 +%% +Type: language +Subtag: txs +Description: Tonsea +Added: 2009-07-29 +%% +Type: language +Subtag: txt +Description: Citak +Added: 2009-07-29 +%% +Type: language +Subtag: txu +Description: Kayapó +Added: 2009-07-29 +%% +Type: language +Subtag: txx +Description: Tatana +Added: 2009-07-29 +%% +Type: language +Subtag: txy +Description: Tanosy Malagasy +Added: 2009-07-29 +Macrolanguage: mg +%% +Type: language +Subtag: tya +Description: Tauya +Added: 2009-07-29 +%% +Type: language +Subtag: tye +Description: Kyanga +Added: 2009-07-29 +%% +Type: language +Subtag: tyh +Description: O'du +Added: 2009-07-29 +%% +Type: language +Subtag: tyi +Description: Teke-Tsaayi +Added: 2009-07-29 +%% +Type: language +Subtag: tyj +Description: Tai Do +Description: Tai Yo +Added: 2009-07-29 +%% +Type: language +Subtag: tyl +Description: Thu Lao +Added: 2009-07-29 +%% +Type: language +Subtag: tyn +Description: Kombai +Added: 2009-07-29 +%% +Type: language +Subtag: typ +Description: Thaypan +Added: 2009-07-29 +%% +Type: language +Subtag: tyr +Description: Tai Daeng +Added: 2009-07-29 +%% +Type: language +Subtag: tys +Description: Tày Sa Pa +Added: 2009-07-29 +%% +Type: language +Subtag: tyt +Description: Tày Tac +Added: 2009-07-29 +%% +Type: language +Subtag: tyu +Description: Kua +Added: 2009-07-29 +%% +Type: language +Subtag: tyv +Description: Tuvinian +Added: 2005-10-16 +%% +Type: language +Subtag: tyx +Description: Teke-Tyee +Added: 2009-07-29 +%% +Type: language +Subtag: tyz +Description: Tày +Added: 2009-07-29 +%% +Type: language +Subtag: tza +Description: Tanzanian Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: tzh +Description: Tzeltal +Added: 2009-07-29 +%% +Type: language +Subtag: tzj +Description: Tz'utujil +Added: 2009-07-29 +%% +Type: language +Subtag: tzl +Description: Talossan +Added: 2013-09-10 +%% +Type: language +Subtag: tzm +Description: Central Atlas Tamazight +Added: 2009-07-29 +%% +Type: language +Subtag: tzn +Description: Tugun +Added: 2009-07-29 +%% +Type: language +Subtag: tzo +Description: Tzotzil +Added: 2009-07-29 +%% +Type: language +Subtag: tzx +Description: Tabriak +Added: 2009-07-29 +%% +Type: language +Subtag: uam +Description: Uamué +Added: 2009-07-29 +%% +Type: language +Subtag: uan +Description: Kuan +Added: 2009-07-29 +%% +Type: language +Subtag: uar +Description: Tairuma +Added: 2009-07-29 +%% +Type: language +Subtag: uba +Description: Ubang +Added: 2009-07-29 +%% +Type: language +Subtag: ubi +Description: Ubi +Added: 2009-07-29 +%% +Type: language +Subtag: ubl +Description: Buhi'non Bikol +Added: 2010-03-11 +Macrolanguage: bik +%% +Type: language +Subtag: ubr +Description: Ubir +Added: 2009-07-29 +%% +Type: language +Subtag: ubu +Description: Umbu-Ungu +Added: 2009-07-29 +%% +Type: language +Subtag: uby +Description: Ubykh +Added: 2009-07-29 +%% +Type: language +Subtag: uda +Description: Uda +Added: 2009-07-29 +%% +Type: language +Subtag: ude +Description: Udihe +Added: 2009-07-29 +%% +Type: language +Subtag: udg +Description: Muduga +Added: 2009-07-29 +%% +Type: language +Subtag: udi +Description: Udi +Added: 2009-07-29 +%% +Type: language +Subtag: udj +Description: Ujir +Added: 2009-07-29 +%% +Type: language +Subtag: udl +Description: Wuzlam +Added: 2009-07-29 +%% +Type: language +Subtag: udm +Description: Udmurt +Added: 2005-10-16 +%% +Type: language +Subtag: udu +Description: Uduk +Added: 2009-07-29 +%% +Type: language +Subtag: ues +Description: Kioko +Added: 2009-07-29 +%% +Type: language +Subtag: ufi +Description: Ufim +Added: 2009-07-29 +%% +Type: language +Subtag: uga +Description: Ugaritic +Added: 2005-10-16 +%% +Type: language +Subtag: ugb +Description: Kuku-Ugbanh +Added: 2009-07-29 +%% +Type: language +Subtag: uge +Description: Ughele +Added: 2009-07-29 +%% +Type: language +Subtag: ugn +Description: Ugandan Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: ugo +Description: Ugong +Added: 2009-07-29 +%% +Type: language +Subtag: ugy +Description: Uruguayan Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: uha +Description: Uhami +Added: 2009-07-29 +%% +Type: language +Subtag: uhn +Description: Damal +Added: 2009-07-29 +%% +Type: language +Subtag: uis +Description: Uisai +Added: 2009-07-29 +%% +Type: language +Subtag: uiv +Description: Iyive +Added: 2009-07-29 +%% +Type: language +Subtag: uji +Description: Tanjijili +Added: 2009-07-29 +%% +Type: language +Subtag: uka +Description: Kaburi +Added: 2009-07-29 +%% +Type: language +Subtag: ukg +Description: Ukuriguma +Added: 2009-07-29 +%% +Type: language +Subtag: ukh +Description: Ukhwejo +Added: 2009-07-29 +%% +Type: language +Subtag: ukk +Description: Muak Sa-aak +Added: 2017-02-23 +%% +Type: language +Subtag: ukl +Description: Ukrainian Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: ukp +Description: Ukpe-Bayobiri +Added: 2009-07-29 +%% +Type: language +Subtag: ukq +Description: Ukwa +Added: 2009-07-29 +%% +Type: language +Subtag: uks +Description: Urubú-Kaapor Sign Language +Description: Kaapor Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: uku +Description: Ukue +Added: 2009-07-29 +%% +Type: language +Subtag: ukw +Description: Ukwuani-Aboh-Ndoni +Added: 2009-07-29 +%% +Type: language +Subtag: uky +Description: Kuuk-Yak +Added: 2012-08-12 +%% +Type: language +Subtag: ula +Description: Fungwa +Added: 2009-07-29 +%% +Type: language +Subtag: ulb +Description: Ulukwumi +Added: 2009-07-29 +%% +Type: language +Subtag: ulc +Description: Ulch +Added: 2009-07-29 +%% +Type: language +Subtag: ule +Description: Lule +Added: 2013-09-10 +%% +Type: language +Subtag: ulf +Description: Usku +Description: Afra +Added: 2009-07-29 +%% +Type: language +Subtag: uli +Description: Ulithian +Added: 2009-07-29 +%% +Type: language +Subtag: ulk +Description: Meriam Mir +Added: 2009-07-29 +%% +Type: language +Subtag: ull +Description: Ullatan +Added: 2009-07-29 +%% +Type: language +Subtag: ulm +Description: Ulumanda' +Added: 2009-07-29 +%% +Type: language +Subtag: uln +Description: Unserdeutsch +Added: 2009-07-29 +%% +Type: language +Subtag: ulu +Description: Uma' Lung +Added: 2009-07-29 +%% +Type: language +Subtag: ulw +Description: Ulwa +Added: 2010-03-11 +%% +Type: language +Subtag: uma +Description: Umatilla +Added: 2009-07-29 +%% +Type: language +Subtag: umb +Description: Umbundu +Added: 2005-10-16 +%% +Type: language +Subtag: umc +Description: Marrucinian +Added: 2009-07-29 +%% +Type: language +Subtag: umd +Description: Umbindhamu +Added: 2009-07-29 +%% +Type: language +Subtag: umg +Description: Morrobalama +Description: Umbuygamu +Added: 2009-07-29 +%% +Type: language +Subtag: umi +Description: Ukit +Added: 2009-07-29 +%% +Type: language +Subtag: umm +Description: Umon +Added: 2009-07-29 +%% +Type: language +Subtag: umn +Description: Makyan Naga +Added: 2009-07-29 +%% +Type: language +Subtag: umo +Description: Umotína +Added: 2009-07-29 +%% +Type: language +Subtag: ump +Description: Umpila +Added: 2009-07-29 +%% +Type: language +Subtag: umr +Description: Umbugarla +Added: 2009-07-29 +%% +Type: language +Subtag: ums +Description: Pendau +Added: 2009-07-29 +%% +Type: language +Subtag: umu +Description: Munsee +Added: 2009-07-29 +Macrolanguage: del +%% +Type: language +Subtag: una +Description: North Watut +Added: 2009-07-29 +%% +Type: language +Subtag: und +Description: Undetermined +Added: 2005-10-16 +Scope: special +%% +Type: language +Subtag: une +Description: Uneme +Added: 2009-07-29 +%% +Type: language +Subtag: ung +Description: Ngarinyin +Added: 2009-07-29 +%% +Type: language +Subtag: unk +Description: Enawené-Nawé +Added: 2009-07-29 +%% +Type: language +Subtag: unm +Description: Unami +Added: 2009-07-29 +Macrolanguage: del +%% +Type: language +Subtag: unn +Description: Kurnai +Added: 2013-09-10 +%% +Type: language +Subtag: unp +Description: Worora +Added: 2009-07-29 +Deprecated: 2012-08-12 +Comments: see wro, xgu +%% +Type: language +Subtag: unr +Description: Mundari +Added: 2009-07-29 +%% +Type: language +Subtag: unu +Description: Unubahe +Added: 2013-09-10 +%% +Type: language +Subtag: unx +Description: Munda +Added: 2009-07-29 +%% +Type: language +Subtag: unz +Description: Unde Kaili +Added: 2009-07-29 +%% +Type: language +Subtag: uok +Description: Uokha +Added: 2009-07-29 +Deprecated: 2015-02-12 +Preferred-Value: ema +%% +Type: language +Subtag: upi +Description: Umeda +Added: 2009-07-29 +%% +Type: language +Subtag: upv +Description: Uripiv-Wala-Rano-Atchin +Added: 2009-07-29 +%% +Type: language +Subtag: ura +Description: Urarina +Added: 2009-07-29 +%% +Type: language +Subtag: urb +Description: Urubú-Kaapor +Description: Kaapor +Added: 2009-07-29 +%% +Type: language +Subtag: urc +Description: Urningangg +Added: 2009-07-29 +%% +Type: language +Subtag: ure +Description: Uru +Added: 2009-07-29 +%% +Type: language +Subtag: urf +Description: Uradhi +Added: 2009-07-29 +%% +Type: language +Subtag: urg +Description: Urigina +Added: 2009-07-29 +%% +Type: language +Subtag: urh +Description: Urhobo +Added: 2009-07-29 +%% +Type: language +Subtag: uri +Description: Urim +Added: 2009-07-29 +%% +Type: language +Subtag: urj +Description: Uralic languages +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: urk +Description: Urak Lawoi' +Added: 2009-07-29 +Macrolanguage: ms +%% +Type: language +Subtag: url +Description: Urali +Added: 2009-07-29 +%% +Type: language +Subtag: urm +Description: Urapmin +Added: 2009-07-29 +%% +Type: language +Subtag: urn +Description: Uruangnirin +Added: 2009-07-29 +%% +Type: language +Subtag: uro +Description: Ura (Papua New Guinea) +Added: 2009-07-29 +%% +Type: language +Subtag: urp +Description: Uru-Pa-In +Added: 2009-07-29 +%% +Type: language +Subtag: urr +Description: Lehalurup +Description: Löyöp +Added: 2009-07-29 +%% +Type: language +Subtag: urt +Description: Urat +Added: 2009-07-29 +%% +Type: language +Subtag: uru +Description: Urumi +Added: 2009-07-29 +%% +Type: language +Subtag: urv +Description: Uruava +Added: 2009-07-29 +%% +Type: language +Subtag: urw +Description: Sop +Added: 2009-07-29 +%% +Type: language +Subtag: urx +Description: Urimo +Added: 2009-07-29 +%% +Type: language +Subtag: ury +Description: Orya +Added: 2009-07-29 +%% +Type: language +Subtag: urz +Description: Uru-Eu-Wau-Wau +Added: 2009-07-29 +%% +Type: language +Subtag: usa +Description: Usarufa +Added: 2009-07-29 +%% +Type: language +Subtag: ush +Description: Ushojo +Added: 2009-07-29 +%% +Type: language +Subtag: usi +Description: Usui +Added: 2009-07-29 +%% +Type: language +Subtag: usk +Description: Usaghade +Added: 2009-07-29 +%% +Type: language +Subtag: usp +Description: Uspanteco +Added: 2009-07-29 +%% +Type: language +Subtag: uss +Description: us-Saare +Added: 2019-04-16 +%% +Type: language +Subtag: usu +Description: Uya +Added: 2009-07-29 +%% +Type: language +Subtag: uta +Description: Otank +Added: 2009-07-29 +%% +Type: language +Subtag: ute +Description: Ute-Southern Paiute +Added: 2009-07-29 +%% +Type: language +Subtag: uth +Description: ut-Hun +Added: 2019-04-16 +%% +Type: language +Subtag: utp +Description: Amba (Solomon Islands) +Added: 2009-07-29 +%% +Type: language +Subtag: utr +Description: Etulo +Added: 2009-07-29 +%% +Type: language +Subtag: utu +Description: Utu +Added: 2009-07-29 +%% +Type: language +Subtag: uum +Description: Urum +Added: 2009-07-29 +%% +Type: language +Subtag: uun +Description: Kulon-Pazeh +Added: 2009-07-29 +%% +Type: language +Subtag: uur +Description: Ura (Vanuatu) +Added: 2009-07-29 +%% +Type: language +Subtag: uuu +Description: U +Added: 2009-07-29 +%% +Type: language +Subtag: uve +Description: West Uvean +Description: Fagauvea +Added: 2009-07-29 +%% +Type: language +Subtag: uvh +Description: Uri +Added: 2009-07-29 +%% +Type: language +Subtag: uvl +Description: Lote +Added: 2009-07-29 +%% +Type: language +Subtag: uwa +Description: Kuku-Uwanh +Added: 2009-07-29 +%% +Type: language +Subtag: uya +Description: Doko-Uyanga +Added: 2009-07-29 +%% +Type: language +Subtag: uzn +Description: Northern Uzbek +Added: 2009-07-29 +Macrolanguage: uz +%% +Type: language +Subtag: uzs +Description: Southern Uzbek +Added: 2009-07-29 +Macrolanguage: uz +%% +Type: language +Subtag: vaa +Description: Vaagri Booli +Added: 2009-07-29 +%% +Type: language +Subtag: vae +Description: Vale +Added: 2009-07-29 +%% +Type: language +Subtag: vaf +Description: Vafsi +Added: 2009-07-29 +%% +Type: language +Subtag: vag +Description: Vagla +Added: 2009-07-29 +%% +Type: language +Subtag: vah +Description: Varhadi-Nagpuri +Added: 2009-07-29 +%% +Type: language +Subtag: vai +Description: Vai +Added: 2005-10-16 +%% +Type: language +Subtag: vaj +Description: Sekele +Description: Northwestern ǃKung +Description: Vasekele +Added: 2009-07-29 +%% +Type: language +Subtag: val +Description: Vehes +Added: 2009-07-29 +%% +Type: language +Subtag: vam +Description: Vanimo +Added: 2009-07-29 +%% +Type: language +Subtag: van +Description: Valman +Added: 2009-07-29 +%% +Type: language +Subtag: vao +Description: Vao +Added: 2009-07-29 +%% +Type: language +Subtag: vap +Description: Vaiphei +Added: 2009-07-29 +%% +Type: language +Subtag: var +Description: Huarijio +Added: 2009-07-29 +%% +Type: language +Subtag: vas +Description: Vasavi +Added: 2009-07-29 +%% +Type: language +Subtag: vau +Description: Vanuma +Added: 2009-07-29 +%% +Type: language +Subtag: vav +Description: Varli +Added: 2009-07-29 +%% +Type: language +Subtag: vay +Description: Wayu +Added: 2009-07-29 +%% +Type: language +Subtag: vbb +Description: Southeast Babar +Added: 2009-07-29 +%% +Type: language +Subtag: vbk +Description: Southwestern Bontok +Added: 2010-03-11 +Macrolanguage: bnc +%% +Type: language +Subtag: vec +Description: Venetian +Added: 2009-07-29 +%% +Type: language +Subtag: ved +Description: Veddah +Added: 2009-07-29 +%% +Type: language +Subtag: vel +Description: Veluws +Added: 2009-07-29 +%% +Type: language +Subtag: vem +Description: Vemgo-Mabas +Added: 2009-07-29 +%% +Type: language +Subtag: veo +Description: Ventureño +Added: 2009-07-29 +%% +Type: language +Subtag: vep +Description: Veps +Added: 2009-07-29 +%% +Type: language +Subtag: ver +Description: Mom Jango +Added: 2009-07-29 +%% +Type: language +Subtag: vgr +Description: Vaghri +Added: 2009-07-29 +%% +Type: language +Subtag: vgt +Description: Vlaamse Gebarentaal +Description: Flemish Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: vic +Description: Virgin Islands Creole English +Added: 2009-07-29 +%% +Type: language +Subtag: vid +Description: Vidunda +Added: 2009-07-29 +%% +Type: language +Subtag: vif +Description: Vili +Added: 2009-07-29 +%% +Type: language +Subtag: vig +Description: Viemo +Added: 2009-07-29 +%% +Type: language +Subtag: vil +Description: Vilela +Added: 2009-07-29 +%% +Type: language +Subtag: vin +Description: Vinza +Added: 2009-07-29 +%% +Type: language +Subtag: vis +Description: Vishavan +Added: 2009-07-29 +%% +Type: language +Subtag: vit +Description: Viti +Added: 2009-07-29 +%% +Type: language +Subtag: viv +Description: Iduna +Added: 2009-07-29 +%% +Type: language +Subtag: vka +Description: Kariyarra +Added: 2009-07-29 +%% +Type: language +Subtag: vki +Description: Ija-Zuba +Added: 2009-07-29 +%% +Type: language +Subtag: vkj +Description: Kujarge +Added: 2009-07-29 +%% +Type: language +Subtag: vkk +Description: Kaur +Added: 2009-07-29 +Macrolanguage: ms +%% +Type: language +Subtag: vkl +Description: Kulisusu +Added: 2009-07-29 +%% +Type: language +Subtag: vkm +Description: Kamakan +Added: 2009-07-29 +%% +Type: language +Subtag: vko +Description: Kodeoha +Added: 2009-07-29 +%% +Type: language +Subtag: vkp +Description: Korlai Creole Portuguese +Added: 2009-07-29 +%% +Type: language +Subtag: vkt +Description: Tenggarong Kutai Malay +Added: 2009-07-29 +Macrolanguage: ms +%% +Type: language +Subtag: vku +Description: Kurrama +Added: 2009-07-29 +%% +Type: language +Subtag: vlp +Description: Valpei +Added: 2009-07-29 +%% +Type: language +Subtag: vls +Description: Vlaams +Added: 2009-07-29 +%% +Type: language +Subtag: vma +Description: Martuyhunira +Added: 2009-07-29 +%% +Type: language +Subtag: vmb +Description: Barbaram +Added: 2009-07-29 +%% +Type: language +Subtag: vmc +Description: Juxtlahuaca Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: vmd +Description: Mudu Koraga +Added: 2009-07-29 +%% +Type: language +Subtag: vme +Description: East Masela +Added: 2009-07-29 +%% +Type: language +Subtag: vmf +Description: Mainfränkisch +Added: 2009-07-29 +%% +Type: language +Subtag: vmg +Description: Lungalunga +Added: 2009-07-29 +Comments: see also bxf +%% +Type: language +Subtag: vmh +Description: Maraghei +Added: 2009-07-29 +%% +Type: language +Subtag: vmi +Description: Miwa +Added: 2009-07-29 +%% +Type: language +Subtag: vmj +Description: Ixtayutla Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: vmk +Description: Makhuwa-Shirima +Added: 2009-07-29 +%% +Type: language +Subtag: vml +Description: Malgana +Added: 2009-07-29 +%% +Type: language +Subtag: vmm +Description: Mitlatongo Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: vmp +Description: Soyaltepec Mazatec +Added: 2009-07-29 +%% +Type: language +Subtag: vmq +Description: Soyaltepec Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: vmr +Description: Marenje +Added: 2009-07-29 +%% +Type: language +Subtag: vms +Description: Moksela +Added: 2009-07-29 +%% +Type: language +Subtag: vmu +Description: Muluridyi +Added: 2009-07-29 +%% +Type: language +Subtag: vmv +Description: Valley Maidu +Added: 2009-07-29 +%% +Type: language +Subtag: vmw +Description: Makhuwa +Added: 2009-07-29 +%% +Type: language +Subtag: vmx +Description: Tamazola Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: vmy +Description: Ayautla Mazatec +Added: 2009-07-29 +%% +Type: language +Subtag: vmz +Description: Mazatlán Mazatec +Added: 2009-07-29 +%% +Type: language +Subtag: vnk +Description: Vano +Description: Lovono +Added: 2009-07-29 +%% +Type: language +Subtag: vnm +Description: Vinmavis +Description: Neve'ei +Added: 2009-07-29 +%% +Type: language +Subtag: vnp +Description: Vunapu +Added: 2009-07-29 +%% +Type: language +Subtag: vor +Description: Voro +Added: 2009-07-29 +%% +Type: language +Subtag: vot +Description: Votic +Added: 2005-10-16 +%% +Type: language +Subtag: vra +Description: Vera'a +Added: 2009-07-29 +%% +Type: language +Subtag: vro +Description: Võro +Added: 2009-07-29 +Macrolanguage: et +%% +Type: language +Subtag: vrs +Description: Varisi +Added: 2009-07-29 +%% +Type: language +Subtag: vrt +Description: Burmbar +Description: Banam Bay +Added: 2009-07-29 +%% +Type: language +Subtag: vsi +Description: Moldova Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: vsl +Description: Venezuelan Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: vsv +Description: Valencian Sign Language +Description: Llengua de signes valenciana +Added: 2009-07-29 +%% +Type: language +Subtag: vto +Description: Vitou +Added: 2009-07-29 +%% +Type: language +Subtag: vum +Description: Vumbu +Added: 2009-07-29 +%% +Type: language +Subtag: vun +Description: Vunjo +Added: 2009-07-29 +%% +Type: language +Subtag: vut +Description: Vute +Added: 2009-07-29 +%% +Type: language +Subtag: vwa +Description: Awa (China) +Added: 2009-07-29 +%% +Type: language +Subtag: waa +Description: Walla Walla +Added: 2009-07-29 +%% +Type: language +Subtag: wab +Description: Wab +Added: 2009-07-29 +%% +Type: language +Subtag: wac +Description: Wasco-Wishram +Added: 2009-07-29 +%% +Type: language +Subtag: wad +Description: Wandamen +Added: 2009-07-29 +%% +Type: language +Subtag: wae +Description: Walser +Added: 2009-07-29 +%% +Type: language +Subtag: waf +Description: Wakoná +Added: 2009-07-29 +%% +Type: language +Subtag: wag +Description: Wa'ema +Added: 2009-07-29 +%% +Type: language +Subtag: wah +Description: Watubela +Added: 2009-07-29 +%% +Type: language +Subtag: wai +Description: Wares +Added: 2009-07-29 +%% +Type: language +Subtag: waj +Description: Waffa +Added: 2009-07-29 +%% +Type: language +Subtag: wak +Description: Wakashan languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: wal +Description: Wolaytta +Description: Wolaitta +Added: 2005-10-16 +%% +Type: language +Subtag: wam +Description: Wampanoag +Added: 2009-07-29 +%% +Type: language +Subtag: wan +Description: Wan +Added: 2009-07-29 +%% +Type: language +Subtag: wao +Description: Wappo +Added: 2009-07-29 +%% +Type: language +Subtag: wap +Description: Wapishana +Added: 2009-07-29 +%% +Type: language +Subtag: waq +Description: Wagiman +Added: 2009-07-29 +%% +Type: language +Subtag: war +Description: Waray (Philippines) +Added: 2005-10-16 +%% +Type: language +Subtag: was +Description: Washo +Added: 2005-10-16 +%% +Type: language +Subtag: wat +Description: Kaninuwa +Added: 2009-07-29 +%% +Type: language +Subtag: wau +Description: Waurá +Added: 2009-07-29 +%% +Type: language +Subtag: wav +Description: Waka +Added: 2009-07-29 +%% +Type: language +Subtag: waw +Description: Waiwai +Added: 2009-07-29 +%% +Type: language +Subtag: wax +Description: Watam +Description: Marangis +Added: 2009-07-29 +%% +Type: language +Subtag: way +Description: Wayana +Added: 2009-07-29 +%% +Type: language +Subtag: waz +Description: Wampur +Added: 2009-07-29 +%% +Type: language +Subtag: wba +Description: Warao +Added: 2009-07-29 +%% +Type: language +Subtag: wbb +Description: Wabo +Added: 2009-07-29 +%% +Type: language +Subtag: wbe +Description: Waritai +Added: 2009-07-29 +%% +Type: language +Subtag: wbf +Description: Wara +Added: 2009-07-29 +Comments: see also pnl +%% +Type: language +Subtag: wbh +Description: Wanda +Added: 2009-07-29 +%% +Type: language +Subtag: wbi +Description: Vwanji +Added: 2009-07-29 +%% +Type: language +Subtag: wbj +Description: Alagwa +Added: 2009-07-29 +%% +Type: language +Subtag: wbk +Description: Waigali +Added: 2009-07-29 +%% +Type: language +Subtag: wbl +Description: Wakhi +Added: 2009-07-29 +%% +Type: language +Subtag: wbm +Description: Wa +Added: 2009-07-29 +%% +Type: language +Subtag: wbp +Description: Warlpiri +Added: 2009-07-29 +%% +Type: language +Subtag: wbq +Description: Waddar +Added: 2009-07-29 +%% +Type: language +Subtag: wbr +Description: Wagdi +Added: 2009-07-29 +Macrolanguage: raj +%% +Type: language +Subtag: wbs +Description: West Bengal Sign Language +Added: 2017-02-23 +%% +Type: language +Subtag: wbt +Description: Warnman +Added: 2009-07-29 +%% +Type: language +Subtag: wbv +Description: Wajarri +Added: 2009-07-29 +%% +Type: language +Subtag: wbw +Description: Woi +Added: 2009-07-29 +%% +Type: language +Subtag: wca +Description: Yanomámi +Added: 2009-07-29 +%% +Type: language +Subtag: wci +Description: Waci Gbe +Added: 2009-07-29 +%% +Type: language +Subtag: wdd +Description: Wandji +Added: 2009-07-29 +%% +Type: language +Subtag: wdg +Description: Wadaginam +Added: 2009-07-29 +%% +Type: language +Subtag: wdj +Description: Wadjiginy +Added: 2009-07-29 +%% +Type: language +Subtag: wdk +Description: Wadikali +Added: 2013-09-10 +%% +Type: language +Subtag: wdu +Description: Wadjigu +Added: 2009-07-29 +%% +Type: language +Subtag: wdy +Description: Wadjabangayi +Added: 2013-09-10 +%% +Type: language +Subtag: wea +Description: Wewaw +Added: 2009-07-29 +%% +Type: language +Subtag: wec +Description: Wè Western +Added: 2009-07-29 +%% +Type: language +Subtag: wed +Description: Wedau +Added: 2009-07-29 +%% +Type: language +Subtag: weg +Description: Wergaia +Added: 2013-09-10 +%% +Type: language +Subtag: weh +Description: Weh +Added: 2009-07-29 +%% +Type: language +Subtag: wei +Description: Kiunum +Added: 2009-07-29 +%% +Type: language +Subtag: wem +Description: Weme Gbe +Added: 2009-07-29 +%% +Type: language +Subtag: wen +Description: Sorbian languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: weo +Description: Wemale +Added: 2009-07-29 +%% +Type: language +Subtag: wep +Description: Westphalien +Added: 2009-07-29 +%% +Type: language +Subtag: wer +Description: Weri +Added: 2009-07-29 +%% +Type: language +Subtag: wes +Description: Cameroon Pidgin +Added: 2009-07-29 +%% +Type: language +Subtag: wet +Description: Perai +Added: 2009-07-29 +%% +Type: language +Subtag: weu +Description: Rawngtu Chin +Added: 2009-07-29 +%% +Type: language +Subtag: wew +Description: Wejewa +Added: 2009-07-29 +%% +Type: language +Subtag: wfg +Description: Yafi +Description: Zorop +Added: 2009-07-29 +%% +Type: language +Subtag: wga +Description: Wagaya +Added: 2009-07-29 +%% +Type: language +Subtag: wgb +Description: Wagawaga +Added: 2010-03-11 +%% +Type: language +Subtag: wgg +Description: Wangkangurru +Description: Wangganguru +Added: 2009-07-29 +%% +Type: language +Subtag: wgi +Description: Wahgi +Added: 2009-07-29 +%% +Type: language +Subtag: wgo +Description: Waigeo +Added: 2009-07-29 +%% +Type: language +Subtag: wgu +Description: Wirangu +Added: 2012-08-12 +%% +Type: language +Subtag: wgw +Description: Wagawaga +Added: 2009-07-29 +Deprecated: 2010-03-11 +Comments: see wgb, ylb +%% +Type: language +Subtag: wgy +Description: Warrgamay +Added: 2009-07-29 +%% +Type: language +Subtag: wha +Description: Sou Upaa +Description: Manusela +Added: 2009-07-29 +%% +Type: language +Subtag: whg +Description: North Wahgi +Added: 2009-07-29 +%% +Type: language +Subtag: whk +Description: Wahau Kenyah +Added: 2009-07-29 +%% +Type: language +Subtag: whu +Description: Wahau Kayan +Added: 2009-07-29 +%% +Type: language +Subtag: wib +Description: Southern Toussian +Added: 2009-07-29 +%% +Type: language +Subtag: wic +Description: Wichita +Added: 2009-07-29 +%% +Type: language +Subtag: wie +Description: Wik-Epa +Added: 2009-07-29 +%% +Type: language +Subtag: wif +Description: Wik-Keyangan +Added: 2009-07-29 +%% +Type: language +Subtag: wig +Description: Wik Ngathan +Added: 2009-07-29 +%% +Type: language +Subtag: wih +Description: Wik-Me'anha +Added: 2009-07-29 +%% +Type: language +Subtag: wii +Description: Minidien +Added: 2009-07-29 +%% +Type: language +Subtag: wij +Description: Wik-Iiyanh +Added: 2009-07-29 +%% +Type: language +Subtag: wik +Description: Wikalkan +Added: 2009-07-29 +%% +Type: language +Subtag: wil +Description: Wilawila +Added: 2009-07-29 +%% +Type: language +Subtag: wim +Description: Wik-Mungkan +Added: 2009-07-29 +%% +Type: language +Subtag: win +Description: Ho-Chunk +Added: 2009-07-29 +%% +Type: language +Subtag: wir +Description: Wiraféd +Added: 2009-07-29 +%% +Type: language +Subtag: wit +Description: Wintu +Added: 2009-07-29 +Deprecated: 2013-09-10 +Comments: see nol, pwi, wnw +%% +Type: language +Subtag: wiu +Description: Wiru +Added: 2009-07-29 +%% +Type: language +Subtag: wiv +Description: Vitu +Added: 2009-07-29 +%% +Type: language +Subtag: wiw +Description: Wirangu +Added: 2009-07-29 +Deprecated: 2012-08-12 +Comments: see nwo, wgu +%% +Type: language +Subtag: wiy +Description: Wiyot +Added: 2009-07-29 +%% +Type: language +Subtag: wja +Description: Waja +Added: 2009-07-29 +%% +Type: language +Subtag: wji +Description: Warji +Added: 2009-07-29 +%% +Type: language +Subtag: wka +Description: Kw'adza +Added: 2009-07-29 +%% +Type: language +Subtag: wkb +Description: Kumbaran +Added: 2009-07-29 +%% +Type: language +Subtag: wkd +Description: Wakde +Description: Mo +Added: 2009-07-29 +%% +Type: language +Subtag: wkl +Description: Kalanadi +Added: 2009-07-29 +%% +Type: language +Subtag: wkr +Description: Keerray-Woorroong +Added: 2019-04-16 +%% +Type: language +Subtag: wku +Description: Kunduvadi +Added: 2009-07-29 +%% +Type: language +Subtag: wkw +Description: Wakawaka +Added: 2009-07-29 +%% +Type: language +Subtag: wky +Description: Wangkayutyuru +Added: 2013-09-10 +%% +Type: language +Subtag: wla +Description: Walio +Added: 2009-07-29 +%% +Type: language +Subtag: wlc +Description: Mwali Comorian +Added: 2009-07-29 +%% +Type: language +Subtag: wle +Description: Wolane +Added: 2009-07-29 +%% +Type: language +Subtag: wlg +Description: Kunbarlang +Added: 2009-07-29 +%% +Type: language +Subtag: wli +Description: Waioli +Added: 2009-07-29 +%% +Type: language +Subtag: wlk +Description: Wailaki +Added: 2009-07-29 +%% +Type: language +Subtag: wll +Description: Wali (Sudan) +Added: 2009-07-29 +%% +Type: language +Subtag: wlm +Description: Middle Welsh +Added: 2009-07-29 +%% +Type: language +Subtag: wlo +Description: Wolio +Added: 2009-07-29 +%% +Type: language +Subtag: wlr +Description: Wailapa +Added: 2009-07-29 +%% +Type: language +Subtag: wls +Description: Wallisian +Added: 2009-07-29 +%% +Type: language +Subtag: wlu +Description: Wuliwuli +Added: 2009-07-29 +%% +Type: language +Subtag: wlv +Description: Wichí Lhamtés Vejoz +Added: 2009-07-29 +%% +Type: language +Subtag: wlw +Description: Walak +Added: 2009-07-29 +%% +Type: language +Subtag: wlx +Description: Wali (Ghana) +Added: 2009-07-29 +%% +Type: language +Subtag: wly +Description: Waling +Added: 2009-07-29 +%% +Type: language +Subtag: wma +Description: Mawa (Nigeria) +Added: 2009-07-29 +%% +Type: language +Subtag: wmb +Description: Wambaya +Added: 2009-07-29 +%% +Type: language +Subtag: wmc +Description: Wamas +Added: 2009-07-29 +%% +Type: language +Subtag: wmd +Description: Mamaindé +Added: 2009-07-29 +%% +Type: language +Subtag: wme +Description: Wambule +Added: 2009-07-29 +%% +Type: language +Subtag: wmh +Description: Waima'a +Added: 2009-07-29 +%% +Type: language +Subtag: wmi +Description: Wamin +Added: 2009-07-29 +%% +Type: language +Subtag: wmm +Description: Maiwa (Indonesia) +Added: 2009-07-29 +%% +Type: language +Subtag: wmn +Description: Waamwang +Added: 2009-07-29 +%% +Type: language +Subtag: wmo +Description: Wom (Papua New Guinea) +Added: 2009-07-29 +%% +Type: language +Subtag: wms +Description: Wambon +Added: 2009-07-29 +%% +Type: language +Subtag: wmt +Description: Walmajarri +Added: 2009-07-29 +%% +Type: language +Subtag: wmw +Description: Mwani +Added: 2009-07-29 +%% +Type: language +Subtag: wmx +Description: Womo +Added: 2009-07-29 +%% +Type: language +Subtag: wnb +Description: Wanambre +Added: 2009-07-29 +%% +Type: language +Subtag: wnc +Description: Wantoat +Added: 2009-07-29 +%% +Type: language +Subtag: wnd +Description: Wandarang +Added: 2009-07-29 +%% +Type: language +Subtag: wne +Description: Waneci +Added: 2009-07-29 +%% +Type: language +Subtag: wng +Description: Wanggom +Added: 2009-07-29 +%% +Type: language +Subtag: wni +Description: Ndzwani Comorian +Added: 2009-07-29 +%% +Type: language +Subtag: wnk +Description: Wanukaka +Added: 2009-07-29 +%% +Type: language +Subtag: wnm +Description: Wanggamala +Added: 2009-07-29 +%% +Type: language +Subtag: wnn +Description: Wunumara +Added: 2013-09-10 +%% +Type: language +Subtag: wno +Description: Wano +Added: 2009-07-29 +%% +Type: language +Subtag: wnp +Description: Wanap +Added: 2009-07-29 +%% +Type: language +Subtag: wnu +Description: Usan +Added: 2009-07-29 +%% +Type: language +Subtag: wnw +Description: Wintu +Added: 2013-09-10 +%% +Type: language +Subtag: wny +Description: Wanyi +Description: Waanyi +Added: 2012-08-12 +%% +Type: language +Subtag: woa +Description: Kuwema +Description: Tyaraity +Added: 2009-07-29 +%% +Type: language +Subtag: wob +Description: Wè Northern +Added: 2009-07-29 +%% +Type: language +Subtag: woc +Description: Wogeo +Added: 2009-07-29 +%% +Type: language +Subtag: wod +Description: Wolani +Added: 2009-07-29 +%% +Type: language +Subtag: woe +Description: Woleaian +Added: 2009-07-29 +%% +Type: language +Subtag: wof +Description: Gambian Wolof +Added: 2009-07-29 +%% +Type: language +Subtag: wog +Description: Wogamusin +Added: 2009-07-29 +%% +Type: language +Subtag: woi +Description: Kamang +Added: 2009-07-29 +%% +Type: language +Subtag: wok +Description: Longto +Added: 2009-07-29 +%% +Type: language +Subtag: wom +Description: Wom (Nigeria) +Added: 2009-07-29 +%% +Type: language +Subtag: won +Description: Wongo +Added: 2009-07-29 +%% +Type: language +Subtag: woo +Description: Manombai +Added: 2009-07-29 +%% +Type: language +Subtag: wor +Description: Woria +Added: 2009-07-29 +%% +Type: language +Subtag: wos +Description: Hanga Hundi +Added: 2009-07-29 +%% +Type: language +Subtag: wow +Description: Wawonii +Added: 2009-07-29 +%% +Type: language +Subtag: woy +Description: Weyto +Added: 2009-07-29 +%% +Type: language +Subtag: wpc +Description: Maco +Added: 2009-07-29 +%% +Type: language +Subtag: wra +Description: Warapu +Added: 2009-07-29 +%% +Type: language +Subtag: wrb +Description: Waluwarra +Description: Warluwara +Added: 2009-07-29 +%% +Type: language +Subtag: wrd +Description: Warduji +Added: 2009-07-29 +%% +Type: language +Subtag: wrg +Description: Warungu +Description: Gudjal +Added: 2009-07-29 +%% +Type: language +Subtag: wrh +Description: Wiradjuri +Added: 2009-07-29 +%% +Type: language +Subtag: wri +Description: Wariyangga +Added: 2009-07-29 +%% +Type: language +Subtag: wrk +Description: Garrwa +Added: 2012-08-12 +%% +Type: language +Subtag: wrl +Description: Warlmanpa +Added: 2009-07-29 +%% +Type: language +Subtag: wrm +Description: Warumungu +Added: 2009-07-29 +%% +Type: language +Subtag: wrn +Description: Warnang +Added: 2009-07-29 +%% +Type: language +Subtag: wro +Description: Worrorra +Added: 2012-08-12 +%% +Type: language +Subtag: wrp +Description: Waropen +Added: 2009-07-29 +%% +Type: language +Subtag: wrr +Description: Wardaman +Added: 2009-07-29 +%% +Type: language +Subtag: wrs +Description: Waris +Added: 2009-07-29 +%% +Type: language +Subtag: wru +Description: Waru +Added: 2009-07-29 +%% +Type: language +Subtag: wrv +Description: Waruna +Added: 2009-07-29 +%% +Type: language +Subtag: wrw +Description: Gugu Warra +Added: 2009-07-29 +%% +Type: language +Subtag: wrx +Description: Wae Rana +Added: 2009-07-29 +%% +Type: language +Subtag: wry +Description: Merwari +Added: 2009-07-29 +Macrolanguage: mwr +%% +Type: language +Subtag: wrz +Description: Waray (Australia) +Added: 2009-07-29 +%% +Type: language +Subtag: wsa +Description: Warembori +Added: 2009-07-29 +%% +Type: language +Subtag: wsg +Description: Adilabad Gondi +Added: 2016-05-30 +Macrolanguage: gon +%% +Type: language +Subtag: wsi +Description: Wusi +Added: 2009-07-29 +%% +Type: language +Subtag: wsk +Description: Waskia +Added: 2009-07-29 +%% +Type: language +Subtag: wsr +Description: Owenia +Added: 2009-07-29 +%% +Type: language +Subtag: wss +Description: Wasa +Added: 2009-07-29 +%% +Type: language +Subtag: wsu +Description: Wasu +Added: 2009-07-29 +%% +Type: language +Subtag: wsv +Description: Wotapuri-Katarqalai +Added: 2009-07-29 +%% +Type: language +Subtag: wtf +Description: Watiwa +Added: 2009-07-29 +%% +Type: language +Subtag: wth +Description: Wathawurrung +Added: 2013-09-10 +%% +Type: language +Subtag: wti +Description: Berta +Added: 2009-07-29 +%% +Type: language +Subtag: wtk +Description: Watakataui +Added: 2009-07-29 +%% +Type: language +Subtag: wtm +Description: Mewati +Added: 2009-07-29 +%% +Type: language +Subtag: wtw +Description: Wotu +Added: 2009-07-29 +%% +Type: language +Subtag: wua +Description: Wikngenchera +Added: 2009-07-29 +%% +Type: language +Subtag: wub +Description: Wunambal +Added: 2009-07-29 +%% +Type: language +Subtag: wud +Description: Wudu +Added: 2009-07-29 +%% +Type: language +Subtag: wuh +Description: Wutunhua +Added: 2009-07-29 +%% +Type: language +Subtag: wul +Description: Silimo +Added: 2009-07-29 +%% +Type: language +Subtag: wum +Description: Wumbvu +Added: 2009-07-29 +%% +Type: language +Subtag: wun +Description: Bungu +Added: 2009-07-29 +%% +Type: language +Subtag: wur +Description: Wurrugu +Added: 2009-07-29 +%% +Type: language +Subtag: wut +Description: Wutung +Added: 2009-07-29 +%% +Type: language +Subtag: wuu +Description: Wu Chinese +Added: 2009-07-29 +Macrolanguage: zh +%% +Type: language +Subtag: wuv +Description: Wuvulu-Aua +Added: 2009-07-29 +%% +Type: language +Subtag: wux +Description: Wulna +Added: 2009-07-29 +%% +Type: language +Subtag: wuy +Description: Wauyai +Added: 2009-07-29 +%% +Type: language +Subtag: wwa +Description: Waama +Added: 2009-07-29 +%% +Type: language +Subtag: wwb +Description: Wakabunga +Added: 2012-08-12 +%% +Type: language +Subtag: wwo +Description: Wetamut +Description: Dorig +Added: 2009-07-29 +%% +Type: language +Subtag: wwr +Description: Warrwa +Added: 2009-07-29 +%% +Type: language +Subtag: www +Description: Wawa +Added: 2009-07-29 +%% +Type: language +Subtag: wxa +Description: Waxianghua +Added: 2009-07-29 +%% +Type: language +Subtag: wxw +Description: Wardandi +Added: 2013-09-10 +%% +Type: language +Subtag: wya +Description: Wyandot +Added: 2009-07-29 +%% +Type: language +Subtag: wyb +Description: Wangaaybuwan-Ngiyambaa +Added: 2009-07-29 +%% +Type: language +Subtag: wyi +Description: Woiwurrung +Added: 2013-09-10 +%% +Type: language +Subtag: wym +Description: Wymysorys +Added: 2009-07-29 +%% +Type: language +Subtag: wyr +Description: Wayoró +Added: 2009-07-29 +%% +Type: language +Subtag: wyy +Description: Western Fijian +Added: 2009-07-29 +%% +Type: language +Subtag: xaa +Description: Andalusian Arabic +Added: 2009-07-29 +%% +Type: language +Subtag: xab +Description: Sambe +Added: 2009-07-29 +%% +Type: language +Subtag: xac +Description: Kachari +Added: 2009-07-29 +%% +Type: language +Subtag: xad +Description: Adai +Added: 2009-07-29 +%% +Type: language +Subtag: xae +Description: Aequian +Added: 2009-07-29 +%% +Type: language +Subtag: xag +Description: Aghwan +Added: 2009-07-29 +%% +Type: language +Subtag: xai +Description: Kaimbé +Added: 2009-07-29 +%% +Type: language +Subtag: xaj +Description: Ararandewára +Added: 2014-02-28 +%% +Type: language +Subtag: xak +Description: Máku +Added: 2016-05-30 +%% +Type: language +Subtag: xal +Description: Kalmyk +Description: Oirat +Added: 2005-10-16 +%% +Type: language +Subtag: xam +Description: ǀXam +Added: 2009-07-29 +%% +Type: language +Subtag: xan +Description: Xamtanga +Added: 2009-07-29 +%% +Type: language +Subtag: xao +Description: Khao +Added: 2009-07-29 +%% +Type: language +Subtag: xap +Description: Apalachee +Added: 2009-07-29 +%% +Type: language +Subtag: xaq +Description: Aquitanian +Added: 2009-07-29 +%% +Type: language +Subtag: xar +Description: Karami +Added: 2009-07-29 +%% +Type: language +Subtag: xas +Description: Kamas +Added: 2009-07-29 +%% +Type: language +Subtag: xat +Description: Katawixi +Added: 2009-07-29 +%% +Type: language +Subtag: xau +Description: Kauwera +Added: 2009-07-29 +%% +Type: language +Subtag: xav +Description: Xavánte +Added: 2009-07-29 +%% +Type: language +Subtag: xaw +Description: Kawaiisu +Added: 2009-07-29 +%% +Type: language +Subtag: xay +Description: Kayan Mahakam +Added: 2009-07-29 +%% +Type: language +Subtag: xba +Description: Kamba (Brazil) +Added: 2009-07-29 +Deprecated: 2016-05-30 +Preferred-Value: cax +%% +Type: language +Subtag: xbb +Description: Lower Burdekin +Added: 2010-03-11 +%% +Type: language +Subtag: xbc +Description: Bactrian +Added: 2009-07-29 +%% +Type: language +Subtag: xbd +Description: Bindal +Added: 2013-09-10 +%% +Type: language +Subtag: xbe +Description: Bigambal +Added: 2013-09-10 +%% +Type: language +Subtag: xbg +Description: Bunganditj +Added: 2013-09-10 +%% +Type: language +Subtag: xbi +Description: Kombio +Added: 2009-07-29 +%% +Type: language +Subtag: xbj +Description: Birrpayi +Added: 2013-09-10 +%% +Type: language +Subtag: xbm +Description: Middle Breton +Added: 2009-07-29 +%% +Type: language +Subtag: xbn +Description: Kenaboi +Added: 2010-03-11 +%% +Type: language +Subtag: xbo +Description: Bolgarian +Added: 2009-07-29 +%% +Type: language +Subtag: xbp +Description: Bibbulman +Added: 2013-09-10 +%% +Type: language +Subtag: xbr +Description: Kambera +Added: 2009-07-29 +%% +Type: language +Subtag: xbw +Description: Kambiwá +Added: 2009-07-29 +%% +Type: language +Subtag: xbx +Description: Kabixí +Added: 2009-07-29 +Deprecated: 2016-05-30 +%% +Type: language +Subtag: xby +Description: Batjala +Description: Batyala +Added: 2013-09-10 +%% +Type: language +Subtag: xcb +Description: Cumbric +Added: 2009-07-29 +%% +Type: language +Subtag: xcc +Description: Camunic +Added: 2009-07-29 +%% +Type: language +Subtag: xce +Description: Celtiberian +Added: 2009-07-29 +%% +Type: language +Subtag: xcg +Description: Cisalpine Gaulish +Added: 2009-07-29 +%% +Type: language +Subtag: xch +Description: Chemakum +Description: Chimakum +Added: 2009-07-29 +%% +Type: language +Subtag: xcl +Description: Classical Armenian +Added: 2009-07-29 +%% +Type: language +Subtag: xcm +Description: Comecrudo +Added: 2009-07-29 +%% +Type: language +Subtag: xcn +Description: Cotoname +Added: 2009-07-29 +%% +Type: language +Subtag: xco +Description: Chorasmian +Added: 2009-07-29 +%% +Type: language +Subtag: xcr +Description: Carian +Added: 2009-07-29 +%% +Type: language +Subtag: xct +Description: Classical Tibetan +Added: 2009-07-29 +%% +Type: language +Subtag: xcu +Description: Curonian +Added: 2009-07-29 +%% +Type: language +Subtag: xcv +Description: Chuvantsy +Added: 2009-07-29 +%% +Type: language +Subtag: xcw +Description: Coahuilteco +Added: 2009-07-29 +%% +Type: language +Subtag: xcy +Description: Cayuse +Added: 2009-07-29 +%% +Type: language +Subtag: xda +Description: Darkinyung +Added: 2013-09-10 +%% +Type: language +Subtag: xdc +Description: Dacian +Added: 2009-07-29 +%% +Type: language +Subtag: xdk +Description: Dharuk +Added: 2013-09-10 +%% +Type: language +Subtag: xdm +Description: Edomite +Added: 2009-07-29 +%% +Type: language +Subtag: xdo +Description: Kwandu +Added: 2017-02-23 +%% +Type: language +Subtag: xdy +Description: Malayic Dayak +Added: 2009-07-29 +%% +Type: language +Subtag: xeb +Description: Eblan +Added: 2009-07-29 +%% +Type: language +Subtag: xed +Description: Hdi +Added: 2009-07-29 +%% +Type: language +Subtag: xeg +Description: ǁXegwi +Added: 2009-07-29 +%% +Type: language +Subtag: xel +Description: Kelo +Added: 2009-07-29 +%% +Type: language +Subtag: xem +Description: Kembayan +Added: 2009-07-29 +%% +Type: language +Subtag: xep +Description: Epi-Olmec +Added: 2009-07-29 +%% +Type: language +Subtag: xer +Description: Xerénte +Added: 2009-07-29 +%% +Type: language +Subtag: xes +Description: Kesawai +Added: 2009-07-29 +%% +Type: language +Subtag: xet +Description: Xetá +Added: 2009-07-29 +%% +Type: language +Subtag: xeu +Description: Keoru-Ahia +Added: 2009-07-29 +%% +Type: language +Subtag: xfa +Description: Faliscan +Added: 2009-07-29 +%% +Type: language +Subtag: xga +Description: Galatian +Added: 2009-07-29 +%% +Type: language +Subtag: xgb +Description: Gbin +Added: 2012-08-12 +%% +Type: language +Subtag: xgd +Description: Gudang +Added: 2013-09-10 +%% +Type: language +Subtag: xgf +Description: Gabrielino-Fernandeño +Added: 2009-07-29 +%% +Type: language +Subtag: xgg +Description: Goreng +Added: 2013-09-10 +%% +Type: language +Subtag: xgi +Description: Garingbal +Added: 2013-09-10 +%% +Type: language +Subtag: xgl +Description: Galindan +Added: 2009-07-29 +%% +Type: language +Subtag: xgm +Description: Dharumbal +Description: Guwinmal +Added: 2013-09-10 +%% +Type: language +Subtag: xgn +Description: Mongolian languages +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: xgr +Description: Garza +Added: 2009-07-29 +%% +Type: language +Subtag: xgu +Description: Unggumi +Added: 2012-08-12 +%% +Type: language +Subtag: xgw +Description: Guwa +Added: 2013-09-10 +%% +Type: language +Subtag: xha +Description: Harami +Added: 2009-07-29 +%% +Type: language +Subtag: xhc +Description: Hunnic +Added: 2009-07-29 +%% +Type: language +Subtag: xhd +Description: Hadrami +Added: 2009-07-29 +%% +Type: language +Subtag: xhe +Description: Khetrani +Added: 2009-07-29 +Macrolanguage: lah +%% +Type: language +Subtag: xhr +Description: Hernican +Added: 2009-07-29 +%% +Type: language +Subtag: xht +Description: Hattic +Added: 2009-07-29 +%% +Type: language +Subtag: xhu +Description: Hurrian +Added: 2009-07-29 +%% +Type: language +Subtag: xhv +Description: Khua +Added: 2009-07-29 +%% +Type: language +Subtag: xia +Description: Xiandao +Added: 2009-07-29 +Deprecated: 2013-09-10 +Preferred-Value: acn +%% +Type: language +Subtag: xib +Description: Iberian +Added: 2009-07-29 +%% +Type: language +Subtag: xii +Description: Xiri +Added: 2009-07-29 +%% +Type: language +Subtag: xil +Description: Illyrian +Added: 2009-07-29 +%% +Type: language +Subtag: xin +Description: Xinca +Added: 2009-07-29 +%% +Type: language +Subtag: xip +Description: Xipináwa +Added: 2009-07-29 +Deprecated: 2016-05-30 +%% +Type: language +Subtag: xir +Description: Xiriâna +Added: 2009-07-29 +%% +Type: language +Subtag: xis +Description: Kisan +Added: 2014-02-28 +%% +Type: language +Subtag: xiv +Description: Indus Valley Language +Added: 2009-07-29 +%% +Type: language +Subtag: xiy +Description: Xipaya +Added: 2009-07-29 +%% +Type: language +Subtag: xjb +Description: Minjungbal +Added: 2013-09-10 +%% +Type: language +Subtag: xjt +Description: Jaitmatang +Added: 2013-09-10 +%% +Type: language +Subtag: xka +Description: Kalkoti +Added: 2009-07-29 +%% +Type: language +Subtag: xkb +Description: Northern Nago +Added: 2009-07-29 +%% +Type: language +Subtag: xkc +Description: Kho'ini +Added: 2009-07-29 +%% +Type: language +Subtag: xkd +Description: Mendalam Kayan +Added: 2009-07-29 +%% +Type: language +Subtag: xke +Description: Kereho +Added: 2009-07-29 +%% +Type: language +Subtag: xkf +Description: Khengkha +Added: 2009-07-29 +%% +Type: language +Subtag: xkg +Description: Kagoro +Added: 2009-07-29 +%% +Type: language +Subtag: xkh +Description: Karahawyana +Added: 2009-07-29 +Deprecated: 2016-05-30 +Preferred-Value: waw +%% +Type: language +Subtag: xki +Description: Kenyan Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: xkj +Description: Kajali +Added: 2009-07-29 +%% +Type: language +Subtag: xkk +Description: Kaco' +Added: 2009-07-29 +%% +Type: language +Subtag: xkl +Description: Mainstream Kenyah +Added: 2009-07-29 +%% +Type: language +Subtag: xkn +Description: Kayan River Kayan +Added: 2009-07-29 +%% +Type: language +Subtag: xko +Description: Kiorr +Added: 2009-07-29 +%% +Type: language +Subtag: xkp +Description: Kabatei +Added: 2009-07-29 +%% +Type: language +Subtag: xkq +Description: Koroni +Added: 2009-07-29 +%% +Type: language +Subtag: xkr +Description: Xakriabá +Added: 2009-07-29 +%% +Type: language +Subtag: xks +Description: Kumbewaha +Added: 2009-07-29 +%% +Type: language +Subtag: xkt +Description: Kantosi +Added: 2009-07-29 +%% +Type: language +Subtag: xku +Description: Kaamba +Added: 2009-07-29 +%% +Type: language +Subtag: xkv +Description: Kgalagadi +Added: 2009-07-29 +%% +Type: language +Subtag: xkw +Description: Kembra +Added: 2009-07-29 +%% +Type: language +Subtag: xkx +Description: Karore +Added: 2009-07-29 +%% +Type: language +Subtag: xky +Description: Uma' Lasan +Added: 2009-07-29 +%% +Type: language +Subtag: xkz +Description: Kurtokha +Added: 2009-07-29 +%% +Type: language +Subtag: xla +Description: Kamula +Added: 2009-07-29 +%% +Type: language +Subtag: xlb +Description: Loup B +Added: 2009-07-29 +%% +Type: language +Subtag: xlc +Description: Lycian +Added: 2009-07-29 +%% +Type: language +Subtag: xld +Description: Lydian +Added: 2009-07-29 +%% +Type: language +Subtag: xle +Description: Lemnian +Added: 2009-07-29 +%% +Type: language +Subtag: xlg +Description: Ligurian (Ancient) +Added: 2009-07-29 +%% +Type: language +Subtag: xli +Description: Liburnian +Added: 2009-07-29 +%% +Type: language +Subtag: xln +Description: Alanic +Added: 2009-07-29 +%% +Type: language +Subtag: xlo +Description: Loup A +Added: 2009-07-29 +%% +Type: language +Subtag: xlp +Description: Lepontic +Added: 2009-07-29 +%% +Type: language +Subtag: xls +Description: Lusitanian +Added: 2009-07-29 +%% +Type: language +Subtag: xlu +Description: Cuneiform Luwian +Added: 2009-07-29 +%% +Type: language +Subtag: xly +Description: Elymian +Added: 2009-07-29 +%% +Type: language +Subtag: xma +Description: Mushungulu +Added: 2009-07-29 +%% +Type: language +Subtag: xmb +Description: Mbonga +Added: 2009-07-29 +%% +Type: language +Subtag: xmc +Description: Makhuwa-Marrevone +Added: 2009-07-29 +%% +Type: language +Subtag: xmd +Description: Mbudum +Added: 2009-07-29 +%% +Type: language +Subtag: xme +Description: Median +Added: 2009-07-29 +%% +Type: language +Subtag: xmf +Description: Mingrelian +Added: 2009-07-29 +%% +Type: language +Subtag: xmg +Description: Mengaka +Added: 2009-07-29 +%% +Type: language +Subtag: xmh +Description: Kugu-Muminh +Added: 2009-07-29 +%% +Type: language +Subtag: xmj +Description: Majera +Added: 2009-07-29 +%% +Type: language +Subtag: xmk +Description: Ancient Macedonian +Added: 2009-07-29 +%% +Type: language +Subtag: xml +Description: Malaysian Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: xmm +Description: Manado Malay +Added: 2009-07-29 +Macrolanguage: ms +%% +Type: language +Subtag: xmn +Description: Manichaean Middle Persian +Added: 2009-07-29 +%% +Type: language +Subtag: xmo +Description: Morerebi +Added: 2009-07-29 +%% +Type: language +Subtag: xmp +Description: Kuku-Mu'inh +Added: 2009-07-29 +%% +Type: language +Subtag: xmq +Description: Kuku-Mangk +Added: 2009-07-29 +%% +Type: language +Subtag: xmr +Description: Meroitic +Added: 2009-07-29 +%% +Type: language +Subtag: xms +Description: Moroccan Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: xmt +Description: Matbat +Added: 2009-07-29 +%% +Type: language +Subtag: xmu +Description: Kamu +Added: 2009-07-29 +%% +Type: language +Subtag: xmv +Description: Antankarana Malagasy +Description: Tankarana Malagasy +Added: 2009-07-29 +Macrolanguage: mg +%% +Type: language +Subtag: xmw +Description: Tsimihety Malagasy +Added: 2009-07-29 +Macrolanguage: mg +%% +Type: language +Subtag: xmx +Description: Maden +Added: 2009-07-29 +%% +Type: language +Subtag: xmy +Description: Mayaguduna +Added: 2009-07-29 +%% +Type: language +Subtag: xmz +Description: Mori Bawah +Added: 2009-07-29 +%% +Type: language +Subtag: xna +Description: Ancient North Arabian +Added: 2009-07-29 +%% +Type: language +Subtag: xnb +Description: Kanakanabu +Added: 2009-07-29 +%% +Type: language +Subtag: xnd +Description: Na-Dene languages +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: xng +Description: Middle Mongolian +Added: 2009-07-29 +%% +Type: language +Subtag: xnh +Description: Kuanhua +Added: 2009-07-29 +%% +Type: language +Subtag: xni +Description: Ngarigu +Added: 2013-09-10 +%% +Type: language +Subtag: xnk +Description: Nganakarti +Added: 2013-09-10 +%% +Type: language +Subtag: xnn +Description: Northern Kankanay +Added: 2009-07-29 +%% +Type: language +Subtag: xno +Description: Anglo-Norman +Added: 2009-07-29 +%% +Type: language +Subtag: xnr +Description: Kangri +Added: 2009-07-29 +Macrolanguage: doi +%% +Type: language +Subtag: xns +Description: Kanashi +Added: 2009-07-29 +%% +Type: language +Subtag: xnt +Description: Narragansett +Added: 2010-03-11 +%% +Type: language +Subtag: xnu +Description: Nukunul +Added: 2013-09-10 +%% +Type: language +Subtag: xny +Description: Nyiyaparli +Added: 2013-09-10 +%% +Type: language +Subtag: xnz +Description: Kenzi +Description: Mattoki +Added: 2012-08-12 +%% +Type: language +Subtag: xoc +Description: O'chi'chi' +Added: 2009-07-29 +%% +Type: language +Subtag: xod +Description: Kokoda +Added: 2009-07-29 +%% +Type: language +Subtag: xog +Description: Soga +Added: 2009-07-29 +%% +Type: language +Subtag: xoi +Description: Kominimung +Added: 2009-07-29 +%% +Type: language +Subtag: xok +Description: Xokleng +Added: 2009-07-29 +%% +Type: language +Subtag: xom +Description: Komo (Sudan) +Added: 2009-07-29 +%% +Type: language +Subtag: xon +Description: Konkomba +Added: 2009-07-29 +%% +Type: language +Subtag: xoo +Description: Xukurú +Added: 2009-07-29 +%% +Type: language +Subtag: xop +Description: Kopar +Added: 2009-07-29 +%% +Type: language +Subtag: xor +Description: Korubo +Added: 2009-07-29 +%% +Type: language +Subtag: xow +Description: Kowaki +Added: 2009-07-29 +%% +Type: language +Subtag: xpa +Description: Pirriya +Added: 2013-09-10 +%% +Type: language +Subtag: xpc +Description: Pecheneg +Added: 2009-07-29 +%% +Type: language +Subtag: xpe +Description: Liberia Kpelle +Added: 2009-07-29 +Macrolanguage: kpe +%% +Type: language +Subtag: xpg +Description: Phrygian +Added: 2009-07-29 +%% +Type: language +Subtag: xpi +Description: Pictish +Added: 2009-07-29 +%% +Type: language +Subtag: xpj +Description: Mpalitjanh +Added: 2012-08-12 +%% +Type: language +Subtag: xpk +Description: Kulina Pano +Added: 2009-07-29 +%% +Type: language +Subtag: xpm +Description: Pumpokol +Added: 2009-07-29 +%% +Type: language +Subtag: xpn +Description: Kapinawá +Added: 2009-07-29 +%% +Type: language +Subtag: xpo +Description: Pochutec +Added: 2009-07-29 +%% +Type: language +Subtag: xpp +Description: Puyo-Paekche +Added: 2009-07-29 +%% +Type: language +Subtag: xpq +Description: Mohegan-Pequot +Added: 2010-03-11 +%% +Type: language +Subtag: xpr +Description: Parthian +Added: 2009-07-29 +%% +Type: language +Subtag: xps +Description: Pisidian +Added: 2009-07-29 +%% +Type: language +Subtag: xpt +Description: Punthamara +Added: 2013-09-10 +%% +Type: language +Subtag: xpu +Description: Punic +Added: 2009-07-29 +%% +Type: language +Subtag: xpy +Description: Puyo +Added: 2009-07-29 +%% +Type: language +Subtag: xqa +Description: Karakhanid +Added: 2009-07-29 +%% +Type: language +Subtag: xqt +Description: Qatabanian +Added: 2009-07-29 +%% +Type: language +Subtag: xra +Description: Krahô +Added: 2009-07-29 +%% +Type: language +Subtag: xrb +Description: Eastern Karaboro +Added: 2009-07-29 +%% +Type: language +Subtag: xrd +Description: Gundungurra +Added: 2013-09-10 +%% +Type: language +Subtag: xre +Description: Kreye +Added: 2009-07-29 +%% +Type: language +Subtag: xrg +Description: Minang +Added: 2013-09-10 +%% +Type: language +Subtag: xri +Description: Krikati-Timbira +Added: 2009-07-29 +%% +Type: language +Subtag: xrm +Description: Armazic +Added: 2009-07-29 +%% +Type: language +Subtag: xrn +Description: Arin +Added: 2009-07-29 +%% +Type: language +Subtag: xrq +Description: Karranga +Added: 2013-09-10 +%% +Type: language +Subtag: xrr +Description: Raetic +Added: 2009-07-29 +%% +Type: language +Subtag: xrt +Description: Aranama-Tamique +Added: 2009-07-29 +%% +Type: language +Subtag: xru +Description: Marriammu +Added: 2009-07-29 +%% +Type: language +Subtag: xrw +Description: Karawa +Added: 2009-07-29 +%% +Type: language +Subtag: xsa +Description: Sabaean +Added: 2009-07-29 +%% +Type: language +Subtag: xsb +Description: Sambal +Added: 2009-07-29 +%% +Type: language +Subtag: xsc +Description: Scythian +Added: 2009-07-29 +%% +Type: language +Subtag: xsd +Description: Sidetic +Added: 2009-07-29 +%% +Type: language +Subtag: xse +Description: Sempan +Added: 2009-07-29 +%% +Type: language +Subtag: xsh +Description: Shamang +Added: 2009-07-29 +%% +Type: language +Subtag: xsi +Description: Sio +Added: 2009-07-29 +%% +Type: language +Subtag: xsj +Description: Subi +Added: 2009-07-29 +Comments: see also suj +%% +Type: language +Subtag: xsl +Description: South Slavey +Added: 2009-07-29 +Macrolanguage: den +%% +Type: language +Subtag: xsm +Description: Kasem +Added: 2009-07-29 +%% +Type: language +Subtag: xsn +Description: Sanga (Nigeria) +Added: 2009-07-29 +%% +Type: language +Subtag: xso +Description: Solano +Added: 2009-07-29 +%% +Type: language +Subtag: xsp +Description: Silopi +Added: 2009-07-29 +%% +Type: language +Subtag: xsq +Description: Makhuwa-Saka +Added: 2009-07-29 +%% +Type: language +Subtag: xsr +Description: Sherpa +Added: 2009-07-29 +%% +Type: language +Subtag: xss +Description: Assan +Added: 2009-07-29 +%% +Type: language +Subtag: xsu +Description: Sanumá +Added: 2009-07-29 +%% +Type: language +Subtag: xsv +Description: Sudovian +Added: 2009-07-29 +%% +Type: language +Subtag: xsy +Description: Saisiyat +Added: 2009-07-29 +%% +Type: language +Subtag: xta +Description: Alcozauca Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: xtb +Description: Chazumba Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: xtc +Description: Katcha-Kadugli-Miri +Added: 2009-07-29 +%% +Type: language +Subtag: xtd +Description: Diuxi-Tilantongo Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: xte +Description: Ketengban +Added: 2009-07-29 +%% +Type: language +Subtag: xtg +Description: Transalpine Gaulish +Added: 2009-07-29 +%% +Type: language +Subtag: xth +Description: Yitha Yitha +Added: 2013-09-10 +%% +Type: language +Subtag: xti +Description: Sinicahua Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: xtj +Description: San Juan Teita Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: xtl +Description: Tijaltepec Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: xtm +Description: Magdalena Peñasco Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: xtn +Description: Northern Tlaxiaco Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: xto +Description: Tokharian A +Added: 2009-07-29 +%% +Type: language +Subtag: xtp +Description: San Miguel Piedras Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: xtq +Description: Tumshuqese +Added: 2009-07-29 +%% +Type: language +Subtag: xtr +Description: Early Tripuri +Added: 2009-07-29 +%% +Type: language +Subtag: xts +Description: Sindihui Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: xtt +Description: Tacahua Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: xtu +Description: Cuyamecalco Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: xtv +Description: Thawa +Added: 2013-09-10 +%% +Type: language +Subtag: xtw +Description: Tawandê +Added: 2009-07-29 +%% +Type: language +Subtag: xty +Description: Yoloxochitl Mixtec +Added: 2009-07-29 +%% +Type: language +Subtag: xtz +Description: Tasmanian +Added: 2009-07-29 +%% +Type: language +Subtag: xua +Description: Alu Kurumba +Added: 2009-07-29 +%% +Type: language +Subtag: xub +Description: Betta Kurumba +Added: 2009-07-29 +%% +Type: language +Subtag: xud +Description: Umiida +Added: 2012-08-12 +%% +Type: language +Subtag: xug +Description: Kunigami +Added: 2009-07-29 +%% +Type: language +Subtag: xuj +Description: Jennu Kurumba +Added: 2009-07-29 +%% +Type: language +Subtag: xul +Description: Ngunawal +Added: 2013-09-10 +%% +Type: language +Subtag: xum +Description: Umbrian +Added: 2009-07-29 +%% +Type: language +Subtag: xun +Description: Unggaranggu +Added: 2012-08-12 +%% +Type: language +Subtag: xuo +Description: Kuo +Added: 2009-07-29 +%% +Type: language +Subtag: xup +Description: Upper Umpqua +Added: 2009-07-29 +%% +Type: language +Subtag: xur +Description: Urartian +Added: 2009-07-29 +%% +Type: language +Subtag: xut +Description: Kuthant +Added: 2009-07-29 +%% +Type: language +Subtag: xuu +Description: Kxoe +Description: Khwedam +Added: 2009-07-29 +%% +Type: language +Subtag: xve +Description: Venetic +Added: 2009-07-29 +%% +Type: language +Subtag: xvi +Description: Kamviri +Added: 2009-07-29 +%% +Type: language +Subtag: xvn +Description: Vandalic +Added: 2009-07-29 +%% +Type: language +Subtag: xvo +Description: Volscian +Added: 2009-07-29 +%% +Type: language +Subtag: xvs +Description: Vestinian +Added: 2009-07-29 +%% +Type: language +Subtag: xwa +Description: Kwaza +Added: 2009-07-29 +%% +Type: language +Subtag: xwc +Description: Woccon +Added: 2009-07-29 +%% +Type: language +Subtag: xwd +Description: Wadi Wadi +Added: 2013-09-10 +%% +Type: language +Subtag: xwe +Description: Xwela Gbe +Added: 2009-07-29 +%% +Type: language +Subtag: xwg +Description: Kwegu +Added: 2009-07-29 +%% +Type: language +Subtag: xwj +Description: Wajuk +Added: 2013-09-10 +%% +Type: language +Subtag: xwk +Description: Wangkumara +Added: 2013-09-10 +%% +Type: language +Subtag: xwl +Description: Western Xwla Gbe +Added: 2009-07-29 +%% +Type: language +Subtag: xwo +Description: Written Oirat +Added: 2009-07-29 +%% +Type: language +Subtag: xwr +Description: Kwerba Mamberamo +Added: 2009-07-29 +%% +Type: language +Subtag: xwt +Description: Wotjobaluk +Added: 2013-09-10 +%% +Type: language +Subtag: xww +Description: Wemba Wemba +Added: 2013-09-10 +%% +Type: language +Subtag: xxb +Description: Boro (Ghana) +Added: 2009-07-29 +%% +Type: language +Subtag: xxk +Description: Ke'o +Added: 2009-07-29 +%% +Type: language +Subtag: xxm +Description: Minkin +Added: 2013-09-10 +%% +Type: language +Subtag: xxr +Description: Koropó +Added: 2009-07-29 +%% +Type: language +Subtag: xxt +Description: Tambora +Added: 2009-07-29 +%% +Type: language +Subtag: xya +Description: Yaygir +Added: 2013-09-10 +%% +Type: language +Subtag: xyb +Description: Yandjibara +Added: 2013-09-10 +%% +Type: language +Subtag: xyj +Description: Mayi-Yapi +Added: 2013-09-10 +%% +Type: language +Subtag: xyk +Description: Mayi-Kulan +Added: 2013-09-10 +%% +Type: language +Subtag: xyl +Description: Yalakalore +Added: 2009-07-29 +%% +Type: language +Subtag: xyt +Description: Mayi-Thakurti +Added: 2013-09-10 +%% +Type: language +Subtag: xyy +Description: Yorta Yorta +Added: 2012-08-12 +%% +Type: language +Subtag: xzh +Description: Zhang-Zhung +Added: 2009-07-29 +%% +Type: language +Subtag: xzm +Description: Zemgalian +Added: 2009-07-29 +%% +Type: language +Subtag: xzp +Description: Ancient Zapotec +Added: 2009-07-29 +%% +Type: language +Subtag: yaa +Description: Yaminahua +Added: 2009-07-29 +%% +Type: language +Subtag: yab +Description: Yuhup +Added: 2009-07-29 +%% +Type: language +Subtag: yac +Description: Pass Valley Yali +Added: 2009-07-29 +%% +Type: language +Subtag: yad +Description: Yagua +Added: 2009-07-29 +%% +Type: language +Subtag: yae +Description: Pumé +Added: 2009-07-29 +%% +Type: language +Subtag: yaf +Description: Yaka (Democratic Republic of Congo) +Added: 2009-07-29 +%% +Type: language +Subtag: yag +Description: Yámana +Added: 2009-07-29 +%% +Type: language +Subtag: yah +Description: Yazgulyam +Added: 2009-07-29 +%% +Type: language +Subtag: yai +Description: Yagnobi +Added: 2009-07-29 +%% +Type: language +Subtag: yaj +Description: Banda-Yangere +Added: 2009-07-29 +%% +Type: language +Subtag: yak +Description: Yakama +Added: 2009-07-29 +%% +Type: language +Subtag: yal +Description: Yalunka +Added: 2009-07-29 +%% +Type: language +Subtag: yam +Description: Yamba +Added: 2009-07-29 +%% +Type: language +Subtag: yan +Description: Mayangna +Added: 2010-03-11 +%% +Type: language +Subtag: yao +Description: Yao +Added: 2005-10-16 +%% +Type: language +Subtag: yap +Description: Yapese +Added: 2005-10-16 +%% +Type: language +Subtag: yaq +Description: Yaqui +Added: 2009-07-29 +%% +Type: language +Subtag: yar +Description: Yabarana +Added: 2009-07-29 +%% +Type: language +Subtag: yas +Description: Nugunu (Cameroon) +Added: 2009-07-29 +%% +Type: language +Subtag: yat +Description: Yambeta +Added: 2009-07-29 +%% +Type: language +Subtag: yau +Description: Yuwana +Added: 2009-07-29 +%% +Type: language +Subtag: yav +Description: Yangben +Added: 2009-07-29 +%% +Type: language +Subtag: yaw +Description: Yawalapití +Added: 2009-07-29 +%% +Type: language +Subtag: yax +Description: Yauma +Added: 2009-07-29 +%% +Type: language +Subtag: yay +Description: Agwagwune +Added: 2009-07-29 +%% +Type: language +Subtag: yaz +Description: Lokaa +Added: 2009-07-29 +%% +Type: language +Subtag: yba +Description: Yala +Added: 2009-07-29 +%% +Type: language +Subtag: ybb +Description: Yemba +Added: 2009-07-29 +%% +Type: language +Subtag: ybd +Description: Yangbye +Added: 2009-07-29 +Deprecated: 2012-08-12 +Preferred-Value: rki +%% +Type: language +Subtag: ybe +Description: West Yugur +Added: 2009-07-29 +%% +Type: language +Subtag: ybh +Description: Yakha +Added: 2009-07-29 +%% +Type: language +Subtag: ybi +Description: Yamphu +Added: 2009-07-29 +%% +Type: language +Subtag: ybj +Description: Hasha +Added: 2009-07-29 +%% +Type: language +Subtag: ybk +Description: Bokha +Added: 2009-07-29 +%% +Type: language +Subtag: ybl +Description: Yukuben +Added: 2009-07-29 +%% +Type: language +Subtag: ybm +Description: Yaben +Added: 2009-07-29 +%% +Type: language +Subtag: ybn +Description: Yabaâna +Added: 2009-07-29 +%% +Type: language +Subtag: ybo +Description: Yabong +Added: 2009-07-29 +%% +Type: language +Subtag: ybx +Description: Yawiyo +Added: 2009-07-29 +%% +Type: language +Subtag: yby +Description: Yaweyuha +Added: 2009-07-29 +%% +Type: language +Subtag: ych +Description: Chesu +Added: 2009-07-29 +%% +Type: language +Subtag: ycl +Description: Lolopo +Added: 2009-07-29 +%% +Type: language +Subtag: ycn +Description: Yucuna +Added: 2009-07-29 +%% +Type: language +Subtag: ycp +Description: Chepya +Added: 2009-07-29 +%% +Type: language +Subtag: yda +Description: Yanda +Added: 2013-09-10 +%% +Type: language +Subtag: ydd +Description: Eastern Yiddish +Added: 2009-07-29 +Macrolanguage: yi +%% +Type: language +Subtag: yde +Description: Yangum Dey +Added: 2009-07-29 +%% +Type: language +Subtag: ydg +Description: Yidgha +Added: 2009-07-29 +%% +Type: language +Subtag: ydk +Description: Yoidik +Added: 2009-07-29 +%% +Type: language +Subtag: yds +Description: Yiddish Sign Language +Added: 2009-07-29 +Deprecated: 2015-02-12 +%% +Type: language +Subtag: yea +Description: Ravula +Added: 2009-07-29 +%% +Type: language +Subtag: yec +Description: Yeniche +Added: 2009-07-29 +%% +Type: language +Subtag: yee +Description: Yimas +Added: 2009-07-29 +%% +Type: language +Subtag: yei +Description: Yeni +Added: 2009-07-29 +%% +Type: language +Subtag: yej +Description: Yevanic +Added: 2009-07-29 +%% +Type: language +Subtag: yel +Description: Yela +Added: 2009-07-29 +%% +Type: language +Subtag: yen +Description: Yendang +Added: 2009-07-29 +Deprecated: 2012-08-12 +Comments: see ynq, yot +%% +Type: language +Subtag: yer +Description: Tarok +Added: 2009-07-29 +%% +Type: language +Subtag: yes +Description: Nyankpa +Added: 2009-07-29 +%% +Type: language +Subtag: yet +Description: Yetfa +Added: 2009-07-29 +%% +Type: language +Subtag: yeu +Description: Yerukula +Added: 2009-07-29 +%% +Type: language +Subtag: yev +Description: Yapunda +Added: 2009-07-29 +%% +Type: language +Subtag: yey +Description: Yeyi +Added: 2009-07-29 +%% +Type: language +Subtag: yga +Description: Malyangapa +Added: 2012-08-12 +%% +Type: language +Subtag: ygi +Description: Yiningayi +Added: 2013-09-10 +%% +Type: language +Subtag: ygl +Description: Yangum Gel +Added: 2009-07-29 +%% +Type: language +Subtag: ygm +Description: Yagomi +Added: 2009-07-29 +%% +Type: language +Subtag: ygp +Description: Gepo +Added: 2009-07-29 +%% +Type: language +Subtag: ygr +Description: Yagaria +Added: 2009-07-29 +%% +Type: language +Subtag: ygs +Description: Yolŋu Sign Language +Added: 2014-02-28 +%% +Type: language +Subtag: ygu +Description: Yugul +Added: 2013-09-10 +%% +Type: language +Subtag: ygw +Description: Yagwoia +Added: 2009-07-29 +%% +Type: language +Subtag: yha +Description: Baha Buyang +Added: 2009-07-29 +%% +Type: language +Subtag: yhd +Description: Judeo-Iraqi Arabic +Added: 2009-07-29 +Macrolanguage: jrb +%% +Type: language +Subtag: yhl +Description: Hlepho Phowa +Added: 2009-07-29 +%% +Type: language +Subtag: yhs +Description: Yan-nhaŋu Sign Language +Added: 2015-04-17 +%% +Type: language +Subtag: yia +Description: Yinggarda +Added: 2009-07-29 +%% +Type: language +Subtag: yif +Description: Ache +Added: 2009-07-29 +%% +Type: language +Subtag: yig +Description: Wusa Nasu +Added: 2009-07-29 +%% +Type: language +Subtag: yih +Description: Western Yiddish +Added: 2009-07-29 +Macrolanguage: yi +%% +Type: language +Subtag: yii +Description: Yidiny +Added: 2009-07-29 +%% +Type: language +Subtag: yij +Description: Yindjibarndi +Added: 2009-07-29 +%% +Type: language +Subtag: yik +Description: Dongshanba Lalo +Added: 2009-07-29 +%% +Type: language +Subtag: yil +Description: Yindjilandji +Added: 2009-07-29 +%% +Type: language +Subtag: yim +Description: Yimchungru Naga +Added: 2009-07-29 +%% +Type: language +Subtag: yin +Description: Riang Lai +Description: Yinchia +Added: 2009-07-29 +%% +Type: language +Subtag: yip +Description: Pholo +Added: 2009-07-29 +%% +Type: language +Subtag: yiq +Description: Miqie +Added: 2009-07-29 +%% +Type: language +Subtag: yir +Description: North Awyu +Added: 2009-07-29 +%% +Type: language +Subtag: yis +Description: Yis +Added: 2009-07-29 +%% +Type: language +Subtag: yit +Description: Eastern Lalu +Added: 2009-07-29 +%% +Type: language +Subtag: yiu +Description: Awu +Added: 2009-07-29 +%% +Type: language +Subtag: yiv +Description: Northern Nisu +Added: 2009-07-29 +%% +Type: language +Subtag: yix +Description: Axi Yi +Added: 2009-07-29 +%% +Type: language +Subtag: yiy +Description: Yir Yoront +Added: 2009-07-29 +Deprecated: 2013-09-10 +Comments: see yrm, yyr +%% +Type: language +Subtag: yiz +Description: Azhe +Added: 2009-07-29 +%% +Type: language +Subtag: yka +Description: Yakan +Added: 2009-07-29 +%% +Type: language +Subtag: ykg +Description: Northern Yukaghir +Added: 2009-07-29 +%% +Type: language +Subtag: yki +Description: Yoke +Added: 2009-07-29 +%% +Type: language +Subtag: ykk +Description: Yakaikeke +Added: 2009-07-29 +%% +Type: language +Subtag: ykl +Description: Khlula +Added: 2009-07-29 +%% +Type: language +Subtag: ykm +Description: Kap +Added: 2009-07-29 +%% +Type: language +Subtag: ykn +Description: Kua-nsi +Added: 2012-08-12 +%% +Type: language +Subtag: yko +Description: Yasa +Added: 2009-07-29 +%% +Type: language +Subtag: ykr +Description: Yekora +Added: 2009-07-29 +%% +Type: language +Subtag: ykt +Description: Kathu +Added: 2009-07-29 +%% +Type: language +Subtag: yku +Description: Kuamasi +Added: 2012-08-12 +%% +Type: language +Subtag: yky +Description: Yakoma +Added: 2009-07-29 +%% +Type: language +Subtag: yla +Description: Yaul +Added: 2009-07-29 +%% +Type: language +Subtag: ylb +Description: Yaleba +Added: 2010-03-11 +%% +Type: language +Subtag: yle +Description: Yele +Added: 2009-07-29 +%% +Type: language +Subtag: ylg +Description: Yelogu +Added: 2009-07-29 +%% +Type: language +Subtag: yli +Description: Angguruk Yali +Added: 2009-07-29 +%% +Type: language +Subtag: yll +Description: Yil +Added: 2009-07-29 +%% +Type: language +Subtag: ylm +Description: Limi +Added: 2009-07-29 +%% +Type: language +Subtag: yln +Description: Langnian Buyang +Added: 2009-07-29 +%% +Type: language +Subtag: ylo +Description: Naluo Yi +Added: 2009-07-29 +%% +Type: language +Subtag: ylr +Description: Yalarnnga +Added: 2009-07-29 +%% +Type: language +Subtag: ylu +Description: Aribwaung +Added: 2009-07-29 +%% +Type: language +Subtag: yly +Description: Nyâlayu +Description: Nyelâyu +Added: 2009-07-29 +%% +Type: language +Subtag: yma +Description: Yamphe +Added: 2009-07-29 +Deprecated: 2012-08-12 +Preferred-Value: lrr +%% +Type: language +Subtag: ymb +Description: Yambes +Added: 2009-07-29 +%% +Type: language +Subtag: ymc +Description: Southern Muji +Added: 2009-07-29 +%% +Type: language +Subtag: ymd +Description: Muda +Added: 2009-07-29 +%% +Type: language +Subtag: yme +Description: Yameo +Added: 2009-07-29 +%% +Type: language +Subtag: ymg +Description: Yamongeri +Added: 2009-07-29 +%% +Type: language +Subtag: ymh +Description: Mili +Added: 2009-07-29 +%% +Type: language +Subtag: ymi +Description: Moji +Added: 2009-07-29 +%% +Type: language +Subtag: ymk +Description: Makwe +Added: 2009-07-29 +%% +Type: language +Subtag: yml +Description: Iamalele +Added: 2009-07-29 +%% +Type: language +Subtag: ymm +Description: Maay +Added: 2009-07-29 +%% +Type: language +Subtag: ymn +Description: Yamna +Description: Sunum +Added: 2009-07-29 +%% +Type: language +Subtag: ymo +Description: Yangum Mon +Added: 2009-07-29 +%% +Type: language +Subtag: ymp +Description: Yamap +Added: 2009-07-29 +%% +Type: language +Subtag: ymq +Description: Qila Muji +Added: 2009-07-29 +%% +Type: language +Subtag: ymr +Description: Malasar +Added: 2009-07-29 +%% +Type: language +Subtag: yms +Description: Mysian +Added: 2009-07-29 +%% +Type: language +Subtag: ymt +Description: Mator-Taygi-Karagas +Added: 2009-07-29 +Deprecated: 2015-02-12 +Preferred-Value: mtm +%% +Type: language +Subtag: ymx +Description: Northern Muji +Added: 2009-07-29 +%% +Type: language +Subtag: ymz +Description: Muzi +Added: 2009-07-29 +%% +Type: language +Subtag: yna +Description: Aluo +Added: 2009-07-29 +%% +Type: language +Subtag: ynd +Description: Yandruwandha +Added: 2009-07-29 +%% +Type: language +Subtag: yne +Description: Lang'e +Added: 2009-07-29 +%% +Type: language +Subtag: yng +Description: Yango +Added: 2009-07-29 +%% +Type: language +Subtag: ynh +Description: Yangho +Added: 2009-07-29 +Deprecated: 2015-02-12 +%% +Type: language +Subtag: ynk +Description: Naukan Yupik +Added: 2009-07-29 +%% +Type: language +Subtag: ynl +Description: Yangulam +Added: 2009-07-29 +%% +Type: language +Subtag: ynn +Description: Yana +Added: 2009-07-29 +%% +Type: language +Subtag: yno +Description: Yong +Added: 2009-07-29 +%% +Type: language +Subtag: ynq +Description: Yendang +Added: 2012-08-12 +%% +Type: language +Subtag: yns +Description: Yansi +Added: 2009-07-29 +%% +Type: language +Subtag: ynu +Description: Yahuna +Added: 2009-07-29 +%% +Type: language +Subtag: yob +Description: Yoba +Added: 2009-07-29 +%% +Type: language +Subtag: yog +Description: Yogad +Added: 2009-07-29 +%% +Type: language +Subtag: yoi +Description: Yonaguni +Added: 2009-07-29 +%% +Type: language +Subtag: yok +Description: Yokuts +Added: 2009-07-29 +%% +Type: language +Subtag: yol +Description: Yola +Added: 2009-07-29 +%% +Type: language +Subtag: yom +Description: Yombe +Added: 2009-07-29 +%% +Type: language +Subtag: yon +Description: Yongkom +Added: 2009-07-29 +%% +Type: language +Subtag: yos +Description: Yos +Added: 2009-07-29 +Deprecated: 2013-09-10 +Preferred-Value: zom +%% +Type: language +Subtag: yot +Description: Yotti +Added: 2012-08-12 +%% +Type: language +Subtag: yox +Description: Yoron +Added: 2009-07-29 +%% +Type: language +Subtag: yoy +Description: Yoy +Added: 2009-07-29 +%% +Type: language +Subtag: ypa +Description: Phala +Added: 2009-07-29 +%% +Type: language +Subtag: ypb +Description: Labo Phowa +Added: 2009-07-29 +%% +Type: language +Subtag: ypg +Description: Phola +Added: 2009-07-29 +%% +Type: language +Subtag: yph +Description: Phupha +Added: 2009-07-29 +%% +Type: language +Subtag: ypk +Description: Yupik languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: ypm +Description: Phuma +Added: 2009-07-29 +%% +Type: language +Subtag: ypn +Description: Ani Phowa +Added: 2009-07-29 +%% +Type: language +Subtag: ypo +Description: Alo Phola +Added: 2009-07-29 +%% +Type: language +Subtag: ypp +Description: Phupa +Added: 2009-07-29 +%% +Type: language +Subtag: ypz +Description: Phuza +Added: 2009-07-29 +%% +Type: language +Subtag: yra +Description: Yerakai +Added: 2009-07-29 +%% +Type: language +Subtag: yrb +Description: Yareba +Added: 2009-07-29 +%% +Type: language +Subtag: yre +Description: Yaouré +Added: 2009-07-29 +%% +Type: language +Subtag: yri +Description: Yarí +Added: 2009-07-29 +Deprecated: 2016-05-30 +%% +Type: language +Subtag: yrk +Description: Nenets +Added: 2009-07-29 +%% +Type: language +Subtag: yrl +Description: Nhengatu +Added: 2009-07-29 +%% +Type: language +Subtag: yrm +Description: Yirrk-Mel +Added: 2013-09-10 +%% +Type: language +Subtag: yrn +Description: Yerong +Added: 2009-07-29 +%% +Type: language +Subtag: yro +Description: Yaroamë +Added: 2016-05-30 +%% +Type: language +Subtag: yrs +Description: Yarsun +Added: 2009-07-29 +%% +Type: language +Subtag: yrw +Description: Yarawata +Added: 2009-07-29 +%% +Type: language +Subtag: yry +Description: Yarluyandi +Added: 2013-09-10 +%% +Type: language +Subtag: ysc +Description: Yassic +Added: 2009-07-29 +%% +Type: language +Subtag: ysd +Description: Samatao +Added: 2009-07-29 +%% +Type: language +Subtag: ysg +Description: Sonaga +Added: 2012-08-12 +%% +Type: language +Subtag: ysl +Description: Yugoslavian Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: ysn +Description: Sani +Added: 2009-07-29 +%% +Type: language +Subtag: yso +Description: Nisi (China) +Added: 2009-07-29 +%% +Type: language +Subtag: ysp +Description: Southern Lolopo +Added: 2009-07-29 +%% +Type: language +Subtag: ysr +Description: Sirenik Yupik +Added: 2009-07-29 +%% +Type: language +Subtag: yss +Description: Yessan-Mayo +Added: 2009-07-29 +%% +Type: language +Subtag: ysy +Description: Sanie +Added: 2009-07-29 +%% +Type: language +Subtag: yta +Description: Talu +Added: 2009-07-29 +%% +Type: language +Subtag: ytl +Description: Tanglang +Added: 2009-07-29 +%% +Type: language +Subtag: ytp +Description: Thopho +Added: 2009-07-29 +%% +Type: language +Subtag: ytw +Description: Yout Wam +Added: 2010-03-11 +%% +Type: language +Subtag: yty +Description: Yatay +Added: 2013-09-10 +%% +Type: language +Subtag: yua +Description: Yucateco +Description: Yucatec Maya +Added: 2009-07-29 +%% +Type: language +Subtag: yub +Description: Yugambal +Added: 2009-07-29 +%% +Type: language +Subtag: yuc +Description: Yuchi +Added: 2009-07-29 +%% +Type: language +Subtag: yud +Description: Judeo-Tripolitanian Arabic +Added: 2009-07-29 +Macrolanguage: jrb +%% +Type: language +Subtag: yue +Description: Yue Chinese +Description: Cantonese +Added: 2009-07-29 +Macrolanguage: zh +%% +Type: language +Subtag: yuf +Description: Havasupai-Walapai-Yavapai +Added: 2009-07-29 +%% +Type: language +Subtag: yug +Description: Yug +Added: 2009-07-29 +%% +Type: language +Subtag: yui +Description: Yurutí +Added: 2009-07-29 +%% +Type: language +Subtag: yuj +Description: Karkar-Yuri +Added: 2009-07-29 +%% +Type: language +Subtag: yuk +Description: Yuki +Added: 2009-07-29 +%% +Type: language +Subtag: yul +Description: Yulu +Added: 2009-07-29 +%% +Type: language +Subtag: yum +Description: Quechan +Added: 2009-07-29 +%% +Type: language +Subtag: yun +Description: Bena (Nigeria) +Added: 2009-07-29 +%% +Type: language +Subtag: yup +Description: Yukpa +Added: 2009-07-29 +%% +Type: language +Subtag: yuq +Description: Yuqui +Added: 2009-07-29 +%% +Type: language +Subtag: yur +Description: Yurok +Added: 2009-07-29 +%% +Type: language +Subtag: yut +Description: Yopno +Added: 2009-07-29 +%% +Type: language +Subtag: yuu +Description: Yugh +Added: 2009-07-29 +Deprecated: 2014-02-28 +Preferred-Value: yug +%% +Type: language +Subtag: yuw +Description: Yau (Morobe Province) +Added: 2009-07-29 +%% +Type: language +Subtag: yux +Description: Southern Yukaghir +Added: 2009-07-29 +%% +Type: language +Subtag: yuy +Description: East Yugur +Added: 2009-07-29 +%% +Type: language +Subtag: yuz +Description: Yuracare +Added: 2009-07-29 +%% +Type: language +Subtag: yva +Description: Yawa +Added: 2009-07-29 +%% +Type: language +Subtag: yvt +Description: Yavitero +Added: 2009-07-29 +%% +Type: language +Subtag: ywa +Description: Kalou +Added: 2009-07-29 +%% +Type: language +Subtag: ywg +Description: Yinhawangka +Added: 2013-09-10 +%% +Type: language +Subtag: ywl +Description: Western Lalu +Added: 2009-07-29 +%% +Type: language +Subtag: ywn +Description: Yawanawa +Added: 2009-07-29 +%% +Type: language +Subtag: ywq +Description: Wuding-Luquan Yi +Added: 2009-07-29 +%% +Type: language +Subtag: ywr +Description: Yawuru +Added: 2009-07-29 +%% +Type: language +Subtag: ywt +Description: Xishanba Lalo +Description: Central Lalo +Added: 2009-07-29 +%% +Type: language +Subtag: ywu +Description: Wumeng Nasu +Added: 2009-07-29 +%% +Type: language +Subtag: yww +Description: Yawarawarga +Added: 2009-07-29 +%% +Type: language +Subtag: yxa +Description: Mayawali +Added: 2013-09-10 +%% +Type: language +Subtag: yxg +Description: Yagara +Added: 2012-08-12 +%% +Type: language +Subtag: yxl +Description: Yardliyawarra +Added: 2013-09-10 +%% +Type: language +Subtag: yxm +Description: Yinwum +Added: 2013-09-10 +%% +Type: language +Subtag: yxu +Description: Yuyu +Added: 2013-09-10 +%% +Type: language +Subtag: yxy +Description: Yabula Yabula +Added: 2012-08-12 +%% +Type: language +Subtag: yyr +Description: Yir Yoront +Added: 2013-09-03 +%% +Type: language +Subtag: yyu +Description: Yau (Sandaun Province) +Added: 2009-07-29 +%% +Type: language +Subtag: yyz +Description: Ayizi +Added: 2009-07-29 +%% +Type: language +Subtag: yzg +Description: E'ma Buyang +Added: 2009-07-29 +%% +Type: language +Subtag: yzk +Description: Zokhuo +Added: 2009-07-29 +%% +Type: language +Subtag: zaa +Description: Sierra de Juárez Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zab +Description: Western Tlacolula Valley Zapotec +Description: San Juan Guelavía Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zac +Description: Ocotlán Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zad +Description: Cajonos Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zae +Description: Yareni Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zaf +Description: Ayoquesco Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zag +Description: Zaghawa +Added: 2009-07-29 +%% +Type: language +Subtag: zah +Description: Zangwal +Added: 2009-07-29 +%% +Type: language +Subtag: zai +Description: Isthmus Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zaj +Description: Zaramo +Added: 2009-07-29 +%% +Type: language +Subtag: zak +Description: Zanaki +Added: 2009-07-29 +%% +Type: language +Subtag: zal +Description: Zauzou +Added: 2009-07-29 +%% +Type: language +Subtag: zam +Description: Miahuatlán Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zao +Description: Ozolotepec Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zap +Description: Zapotec +Added: 2005-10-16 +Scope: macrolanguage +%% +Type: language +Subtag: zaq +Description: Aloápam Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zar +Description: Rincón Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zas +Description: Santo Domingo Albarradas Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zat +Description: Tabaa Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zau +Description: Zangskari +Added: 2009-07-29 +%% +Type: language +Subtag: zav +Description: Yatzachi Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zaw +Description: Mitla Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zax +Description: Xadani Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zay +Description: Zayse-Zergulla +Description: Zaysete +Added: 2009-07-29 +%% +Type: language +Subtag: zaz +Description: Zari +Added: 2009-07-29 +%% +Type: language +Subtag: zbc +Description: Central Berawan +Added: 2009-07-29 +%% +Type: language +Subtag: zbe +Description: East Berawan +Added: 2009-07-29 +%% +Type: language +Subtag: zbl +Description: Blissymbols +Description: Bliss +Description: Blissymbolics +Added: 2007-08-21 +Suppress-Script: Blis +%% +Type: language +Subtag: zbt +Description: Batui +Added: 2009-07-29 +%% +Type: language +Subtag: zbw +Description: West Berawan +Added: 2009-07-29 +%% +Type: language +Subtag: zca +Description: Coatecas Altas Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zch +Description: Central Hongshuihe Zhuang +Added: 2009-07-29 +Macrolanguage: za +%% +Type: language +Subtag: zdj +Description: Ngazidja Comorian +Added: 2009-07-29 +%% +Type: language +Subtag: zea +Description: Zeeuws +Added: 2009-07-29 +%% +Type: language +Subtag: zeg +Description: Zenag +Added: 2009-07-29 +%% +Type: language +Subtag: zeh +Description: Eastern Hongshuihe Zhuang +Added: 2009-07-29 +Macrolanguage: za +%% +Type: language +Subtag: zen +Description: Zenaga +Added: 2005-10-16 +%% +Type: language +Subtag: zga +Description: Kinga +Added: 2009-07-29 +%% +Type: language +Subtag: zgb +Description: Guibei Zhuang +Added: 2009-07-29 +Macrolanguage: za +%% +Type: language +Subtag: zgh +Description: Standard Moroccan Tamazight +Added: 2013-01-25 +%% +Type: language +Subtag: zgm +Description: Minz Zhuang +Added: 2009-07-29 +Macrolanguage: za +%% +Type: language +Subtag: zgn +Description: Guibian Zhuang +Added: 2009-07-29 +Macrolanguage: za +%% +Type: language +Subtag: zgr +Description: Magori +Added: 2009-07-29 +%% +Type: language +Subtag: zhb +Description: Zhaba +Added: 2009-07-29 +%% +Type: language +Subtag: zhd +Description: Dai Zhuang +Added: 2009-07-29 +Macrolanguage: za +%% +Type: language +Subtag: zhi +Description: Zhire +Added: 2009-07-29 +%% +Type: language +Subtag: zhn +Description: Nong Zhuang +Added: 2009-07-29 +Macrolanguage: za +%% +Type: language +Subtag: zhw +Description: Zhoa +Added: 2009-07-29 +%% +Type: language +Subtag: zhx +Description: Chinese (family) +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: zia +Description: Zia +Added: 2009-07-29 +%% +Type: language +Subtag: zib +Description: Zimbabwe Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: zik +Description: Zimakani +Added: 2009-07-29 +%% +Type: language +Subtag: zil +Description: Zialo +Added: 2011-08-16 +%% +Type: language +Subtag: zim +Description: Mesme +Added: 2009-07-29 +%% +Type: language +Subtag: zin +Description: Zinza +Added: 2009-07-29 +%% +Type: language +Subtag: zir +Description: Ziriya +Added: 2009-07-29 +%% +Type: language +Subtag: ziw +Description: Zigula +Added: 2009-07-29 +%% +Type: language +Subtag: ziz +Description: Zizilivakan +Added: 2009-07-29 +%% +Type: language +Subtag: zka +Description: Kaimbulawa +Added: 2009-07-29 +%% +Type: language +Subtag: zkb +Description: Koibal +Added: 2009-07-29 +%% +Type: language +Subtag: zkd +Description: Kadu +Added: 2012-08-12 +%% +Type: language +Subtag: zkg +Description: Koguryo +Added: 2009-07-29 +%% +Type: language +Subtag: zkh +Description: Khorezmian +Added: 2009-07-29 +%% +Type: language +Subtag: zkk +Description: Karankawa +Added: 2009-07-29 +%% +Type: language +Subtag: zkn +Description: Kanan +Added: 2012-08-12 +%% +Type: language +Subtag: zko +Description: Kott +Added: 2009-07-29 +%% +Type: language +Subtag: zkp +Description: São Paulo Kaingáng +Added: 2009-07-29 +%% +Type: language +Subtag: zkr +Description: Zakhring +Added: 2009-07-29 +%% +Type: language +Subtag: zkt +Description: Kitan +Added: 2009-07-29 +%% +Type: language +Subtag: zku +Description: Kaurna +Added: 2009-07-29 +%% +Type: language +Subtag: zkv +Description: Krevinian +Added: 2009-07-29 +%% +Type: language +Subtag: zkz +Description: Khazar +Added: 2009-07-29 +%% +Type: language +Subtag: zle +Description: East Slavic languages +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: zlj +Description: Liujiang Zhuang +Added: 2009-07-29 +Macrolanguage: za +%% +Type: language +Subtag: zlm +Description: Malay (individual language) +Added: 2009-07-29 +Macrolanguage: ms +%% +Type: language +Subtag: zln +Description: Lianshan Zhuang +Added: 2009-07-29 +Macrolanguage: za +%% +Type: language +Subtag: zlq +Description: Liuqian Zhuang +Added: 2009-07-29 +Macrolanguage: za +%% +Type: language +Subtag: zls +Description: South Slavic languages +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: zlw +Description: West Slavic languages +Added: 2009-07-29 +Scope: collection +%% +Type: language +Subtag: zma +Description: Manda (Australia) +Added: 2009-07-29 +%% +Type: language +Subtag: zmb +Description: Zimba +Added: 2009-07-29 +%% +Type: language +Subtag: zmc +Description: Margany +Added: 2009-07-29 +%% +Type: language +Subtag: zmd +Description: Maridan +Added: 2009-07-29 +%% +Type: language +Subtag: zme +Description: Mangerr +Added: 2009-07-29 +%% +Type: language +Subtag: zmf +Description: Mfinu +Added: 2009-07-29 +%% +Type: language +Subtag: zmg +Description: Marti Ke +Added: 2009-07-29 +%% +Type: language +Subtag: zmh +Description: Makolkol +Added: 2009-07-29 +%% +Type: language +Subtag: zmi +Description: Negeri Sembilan Malay +Added: 2009-07-29 +Macrolanguage: ms +%% +Type: language +Subtag: zmj +Description: Maridjabin +Added: 2009-07-29 +%% +Type: language +Subtag: zmk +Description: Mandandanyi +Added: 2009-07-29 +%% +Type: language +Subtag: zml +Description: Matngala +Added: 2009-07-29 +%% +Type: language +Subtag: zmm +Description: Marimanindji +Description: Marramaninyshi +Added: 2009-07-29 +%% +Type: language +Subtag: zmn +Description: Mbangwe +Added: 2009-07-29 +%% +Type: language +Subtag: zmo +Description: Molo +Added: 2009-07-29 +%% +Type: language +Subtag: zmp +Description: Mpuono +Added: 2009-07-29 +%% +Type: language +Subtag: zmq +Description: Mituku +Added: 2009-07-29 +%% +Type: language +Subtag: zmr +Description: Maranunggu +Added: 2009-07-29 +%% +Type: language +Subtag: zms +Description: Mbesa +Added: 2009-07-29 +%% +Type: language +Subtag: zmt +Description: Maringarr +Added: 2009-07-29 +%% +Type: language +Subtag: zmu +Description: Muruwari +Added: 2009-07-29 +%% +Type: language +Subtag: zmv +Description: Mbariman-Gudhinma +Added: 2009-07-29 +%% +Type: language +Subtag: zmw +Description: Mbo (Democratic Republic of Congo) +Added: 2009-07-29 +%% +Type: language +Subtag: zmx +Description: Bomitaba +Added: 2009-07-29 +%% +Type: language +Subtag: zmy +Description: Mariyedi +Added: 2009-07-29 +%% +Type: language +Subtag: zmz +Description: Mbandja +Added: 2009-07-29 +%% +Type: language +Subtag: zna +Description: Zan Gula +Added: 2009-07-29 +%% +Type: language +Subtag: znd +Description: Zande languages +Added: 2005-10-16 +Scope: collection +%% +Type: language +Subtag: zne +Description: Zande (individual language) +Added: 2009-07-29 +%% +Type: language +Subtag: zng +Description: Mang +Added: 2009-07-29 +%% +Type: language +Subtag: znk +Description: Manangkari +Added: 2009-07-29 +%% +Type: language +Subtag: zns +Description: Mangas +Added: 2009-07-29 +%% +Type: language +Subtag: zoc +Description: Copainalá Zoque +Added: 2009-07-29 +%% +Type: language +Subtag: zoh +Description: Chimalapa Zoque +Added: 2009-07-29 +%% +Type: language +Subtag: zom +Description: Zou +Added: 2009-07-29 +%% +Type: language +Subtag: zoo +Description: Asunción Mixtepec Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zoq +Description: Tabasco Zoque +Added: 2009-07-29 +%% +Type: language +Subtag: zor +Description: Rayón Zoque +Added: 2009-07-29 +%% +Type: language +Subtag: zos +Description: Francisco León Zoque +Added: 2009-07-29 +%% +Type: language +Subtag: zpa +Description: Lachiguiri Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zpb +Description: Yautepec Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zpc +Description: Choapan Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zpd +Description: Southeastern Ixtlán Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zpe +Description: Petapa Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zpf +Description: San Pedro Quiatoni Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zpg +Description: Guevea De Humboldt Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zph +Description: Totomachapan Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zpi +Description: Santa María Quiegolani Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zpj +Description: Quiavicuzas Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zpk +Description: Tlacolulita Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zpl +Description: Lachixío Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zpm +Description: Mixtepec Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zpn +Description: Santa Inés Yatzechi Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zpo +Description: Amatlán Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zpp +Description: El Alto Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zpq +Description: Zoogocho Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zpr +Description: Santiago Xanica Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zps +Description: Coatlán Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zpt +Description: San Vicente Coatlán Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zpu +Description: Yalálag Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zpv +Description: Chichicapan Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zpw +Description: Zaniza Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zpx +Description: San Baltazar Loxicha Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zpy +Description: Mazaltepec Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zpz +Description: Texmelucan Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zqe +Description: Qiubei Zhuang +Added: 2009-07-29 +Macrolanguage: za +%% +Type: language +Subtag: zra +Description: Kara (Korea) +Added: 2009-07-29 +%% +Type: language +Subtag: zrg +Description: Mirgan +Added: 2009-07-29 +%% +Type: language +Subtag: zrn +Description: Zerenkel +Added: 2009-07-29 +%% +Type: language +Subtag: zro +Description: Záparo +Added: 2009-07-29 +%% +Type: language +Subtag: zrp +Description: Zarphatic +Added: 2009-07-29 +%% +Type: language +Subtag: zrs +Description: Mairasi +Added: 2009-07-29 +%% +Type: language +Subtag: zsa +Description: Sarasira +Added: 2009-07-29 +%% +Type: language +Subtag: zsk +Description: Kaskean +Added: 2009-07-29 +%% +Type: language +Subtag: zsl +Description: Zambian Sign Language +Added: 2009-07-29 +%% +Type: language +Subtag: zsm +Description: Standard Malay +Added: 2009-07-29 +Macrolanguage: ms +%% +Type: language +Subtag: zsr +Description: Southern Rincon Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zsu +Description: Sukurum +Added: 2009-07-29 +%% +Type: language +Subtag: zte +Description: Elotepec Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: ztg +Description: Xanaguía Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: ztl +Description: Lapaguía-Guivini Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: ztm +Description: San Agustín Mixtepec Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: ztn +Description: Santa Catarina Albarradas Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: ztp +Description: Loxicha Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: ztq +Description: Quioquitani-Quierí Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zts +Description: Tilquiapan Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: ztt +Description: Tejalapan Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: ztu +Description: Güilá Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: ztx +Description: Zaachila Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zty +Description: Yatee Zapotec +Added: 2009-07-29 +Macrolanguage: zap +%% +Type: language +Subtag: zua +Description: Zeem +Added: 2009-07-29 +%% +Type: language +Subtag: zuh +Description: Tokano +Added: 2009-07-29 +%% +Type: language +Subtag: zum +Description: Kumzari +Added: 2009-07-29 +%% +Type: language +Subtag: zun +Description: Zuni +Added: 2005-10-16 +%% +Type: language +Subtag: zuy +Description: Zumaya +Added: 2009-07-29 +%% +Type: language +Subtag: zwa +Description: Zay +Added: 2009-07-29 +%% +Type: language +Subtag: zxx +Description: No linguistic content +Description: Not applicable +Added: 2006-03-08 +Scope: special +%% +Type: language +Subtag: zyb +Description: Yongbei Zhuang +Added: 2009-07-29 +Macrolanguage: za +%% +Type: language +Subtag: zyg +Description: Yang Zhuang +Added: 2009-07-29 +Macrolanguage: za +%% +Type: language +Subtag: zyj +Description: Youjiang Zhuang +Added: 2009-07-29 +Macrolanguage: za +%% +Type: language +Subtag: zyn +Description: Yongnan Zhuang +Added: 2009-07-29 +Macrolanguage: za +%% +Type: language +Subtag: zyp +Description: Zyphe Chin +Added: 2009-07-29 +%% +Type: language +Subtag: zza +Description: Zaza +Description: Dimili +Description: Dimli (macrolanguage) +Description: Kirdki +Description: Kirmanjki (macrolanguage) +Description: Zazaki +Added: 2006-08-24 +Scope: macrolanguage +%% +Type: language +Subtag: zzj +Description: Zuojiang Zhuang +Added: 2009-07-29 +Macrolanguage: za +%% +Type: extlang +Subtag: aao +Description: Algerian Saharan Arabic +Added: 2009-07-29 +Preferred-Value: aao +Prefix: ar +Macrolanguage: ar +%% +Type: extlang +Subtag: abh +Description: Tajiki Arabic +Added: 2009-07-29 +Preferred-Value: abh +Prefix: ar +Macrolanguage: ar +%% +Type: extlang +Subtag: abv +Description: Baharna Arabic +Added: 2009-07-29 +Preferred-Value: abv +Prefix: ar +Macrolanguage: ar +%% +Type: extlang +Subtag: acm +Description: Mesopotamian Arabic +Added: 2009-07-29 +Preferred-Value: acm +Prefix: ar +Macrolanguage: ar +%% +Type: extlang +Subtag: acq +Description: Ta'izzi-Adeni Arabic +Added: 2009-07-29 +Preferred-Value: acq +Prefix: ar +Macrolanguage: ar +%% +Type: extlang +Subtag: acw +Description: Hijazi Arabic +Added: 2009-07-29 +Preferred-Value: acw +Prefix: ar +Macrolanguage: ar +%% +Type: extlang +Subtag: acx +Description: Omani Arabic +Added: 2009-07-29 +Preferred-Value: acx +Prefix: ar +Macrolanguage: ar +%% +Type: extlang +Subtag: acy +Description: Cypriot Arabic +Added: 2009-07-29 +Preferred-Value: acy +Prefix: ar +Macrolanguage: ar +%% +Type: extlang +Subtag: adf +Description: Dhofari Arabic +Added: 2009-07-29 +Preferred-Value: adf +Prefix: ar +Macrolanguage: ar +%% +Type: extlang +Subtag: ads +Description: Adamorobe Sign Language +Added: 2009-07-29 +Preferred-Value: ads +Prefix: sgn +%% +Type: extlang +Subtag: aeb +Description: Tunisian Arabic +Added: 2009-07-29 +Preferred-Value: aeb +Prefix: ar +Macrolanguage: ar +%% +Type: extlang +Subtag: aec +Description: Saidi Arabic +Added: 2009-07-29 +Preferred-Value: aec +Prefix: ar +Macrolanguage: ar +%% +Type: extlang +Subtag: aed +Description: Argentine Sign Language +Added: 2009-07-29 +Preferred-Value: aed +Prefix: sgn +%% +Type: extlang +Subtag: aen +Description: Armenian Sign Language +Added: 2009-07-29 +Preferred-Value: aen +Prefix: sgn +%% +Type: extlang +Subtag: afb +Description: Gulf Arabic +Added: 2009-07-29 +Preferred-Value: afb +Prefix: ar +Macrolanguage: ar +%% +Type: extlang +Subtag: afg +Description: Afghan Sign Language +Added: 2009-07-29 +Preferred-Value: afg +Prefix: sgn +%% +Type: extlang +Subtag: ajp +Description: South Levantine Arabic +Added: 2009-07-29 +Preferred-Value: ajp +Prefix: ar +Macrolanguage: ar +%% +Type: extlang +Subtag: apc +Description: North Levantine Arabic +Added: 2009-07-29 +Preferred-Value: apc +Prefix: ar +Macrolanguage: ar +%% +Type: extlang +Subtag: apd +Description: Sudanese Arabic +Added: 2009-07-29 +Preferred-Value: apd +Prefix: ar +Macrolanguage: ar +%% +Type: extlang +Subtag: arb +Description: Standard Arabic +Added: 2009-07-29 +Preferred-Value: arb +Prefix: ar +Macrolanguage: ar +%% +Type: extlang +Subtag: arq +Description: Algerian Arabic +Added: 2009-07-29 +Preferred-Value: arq +Prefix: ar +Macrolanguage: ar +%% +Type: extlang +Subtag: ars +Description: Najdi Arabic +Added: 2009-07-29 +Preferred-Value: ars +Prefix: ar +Macrolanguage: ar +%% +Type: extlang +Subtag: ary +Description: Moroccan Arabic +Added: 2009-07-29 +Preferred-Value: ary +Prefix: ar +Macrolanguage: ar +%% +Type: extlang +Subtag: arz +Description: Egyptian Arabic +Added: 2009-07-29 +Preferred-Value: arz +Prefix: ar +Macrolanguage: ar +%% +Type: extlang +Subtag: ase +Description: American Sign Language +Added: 2009-07-29 +Preferred-Value: ase +Prefix: sgn +%% +Type: extlang +Subtag: asf +Description: Auslan +Description: Australian Sign Language +Added: 2009-07-29 +Preferred-Value: asf +Prefix: sgn +%% +Type: extlang +Subtag: asp +Description: Algerian Sign Language +Added: 2009-07-29 +Preferred-Value: asp +Prefix: sgn +%% +Type: extlang +Subtag: asq +Description: Austrian Sign Language +Added: 2009-07-29 +Preferred-Value: asq +Prefix: sgn +%% +Type: extlang +Subtag: asw +Description: Australian Aborigines Sign Language +Added: 2009-07-29 +Preferred-Value: asw +Prefix: sgn +%% +Type: extlang +Subtag: auz +Description: Uzbeki Arabic +Added: 2009-07-29 +Preferred-Value: auz +Prefix: ar +Macrolanguage: ar +%% +Type: extlang +Subtag: avl +Description: Eastern Egyptian Bedawi Arabic +Added: 2009-07-29 +Preferred-Value: avl +Prefix: ar +Macrolanguage: ar +%% +Type: extlang +Subtag: ayh +Description: Hadrami Arabic +Added: 2009-07-29 +Preferred-Value: ayh +Prefix: ar +Macrolanguage: ar +%% +Type: extlang +Subtag: ayl +Description: Libyan Arabic +Added: 2009-07-29 +Preferred-Value: ayl +Prefix: ar +Macrolanguage: ar +%% +Type: extlang +Subtag: ayn +Description: Sanaani Arabic +Added: 2009-07-29 +Preferred-Value: ayn +Prefix: ar +Macrolanguage: ar +%% +Type: extlang +Subtag: ayp +Description: North Mesopotamian Arabic +Added: 2009-07-29 +Preferred-Value: ayp +Prefix: ar +Macrolanguage: ar +%% +Type: extlang +Subtag: bbz +Description: Babalia Creole Arabic +Added: 2009-07-29 +Preferred-Value: bbz +Prefix: ar +Macrolanguage: ar +%% +Type: extlang +Subtag: bfi +Description: British Sign Language +Added: 2009-07-29 +Preferred-Value: bfi +Prefix: sgn +%% +Type: extlang +Subtag: bfk +Description: Ban Khor Sign Language +Added: 2009-07-29 +Preferred-Value: bfk +Prefix: sgn +%% +Type: extlang +Subtag: bjn +Description: Banjar +Added: 2009-07-29 +Preferred-Value: bjn +Prefix: ms +Macrolanguage: ms +%% +Type: extlang +Subtag: bog +Description: Bamako Sign Language +Added: 2009-07-29 +Preferred-Value: bog +Prefix: sgn +%% +Type: extlang +Subtag: bqn +Description: Bulgarian Sign Language +Added: 2009-07-29 +Preferred-Value: bqn +Prefix: sgn +%% +Type: extlang +Subtag: bqy +Description: Bengkala Sign Language +Added: 2009-07-29 +Preferred-Value: bqy +Prefix: sgn +%% +Type: extlang +Subtag: btj +Description: Bacanese Malay +Added: 2009-07-29 +Preferred-Value: btj +Prefix: ms +Macrolanguage: ms +%% +Type: extlang +Subtag: bve +Description: Berau Malay +Added: 2009-07-29 +Preferred-Value: bve +Prefix: ms +Macrolanguage: ms +%% +Type: extlang +Subtag: bvl +Description: Bolivian Sign Language +Added: 2009-07-29 +Preferred-Value: bvl +Prefix: sgn +%% +Type: extlang +Subtag: bvu +Description: Bukit Malay +Added: 2009-07-29 +Preferred-Value: bvu +Prefix: ms +Macrolanguage: ms +%% +Type: extlang +Subtag: bzs +Description: Brazilian Sign Language +Added: 2009-07-29 +Preferred-Value: bzs +Prefix: sgn +%% +Type: extlang +Subtag: cdo +Description: Min Dong Chinese +Added: 2009-07-29 +Preferred-Value: cdo +Prefix: zh +Macrolanguage: zh +%% +Type: extlang +Subtag: cds +Description: Chadian Sign Language +Added: 2009-07-29 +Preferred-Value: cds +Prefix: sgn +%% +Type: extlang +Subtag: cjy +Description: Jinyu Chinese +Added: 2009-07-29 +Preferred-Value: cjy +Prefix: zh +Macrolanguage: zh +%% +Type: extlang +Subtag: cmn +Description: Mandarin Chinese +Added: 2009-07-29 +Preferred-Value: cmn +Prefix: zh +Macrolanguage: zh +%% +Type: extlang +Subtag: coa +Description: Cocos Islands Malay +Added: 2009-07-29 +Preferred-Value: coa +Prefix: ms +Macrolanguage: ms +%% +Type: extlang +Subtag: cpx +Description: Pu-Xian Chinese +Added: 2009-07-29 +Preferred-Value: cpx +Prefix: zh +Macrolanguage: zh +%% +Type: extlang +Subtag: csc +Description: Catalan Sign Language +Description: Lengua de señas catalana +Description: Llengua de Signes Catalana +Added: 2009-07-29 +Preferred-Value: csc +Prefix: sgn +%% +Type: extlang +Subtag: csd +Description: Chiangmai Sign Language +Added: 2009-07-29 +Preferred-Value: csd +Prefix: sgn +%% +Type: extlang +Subtag: cse +Description: Czech Sign Language +Added: 2009-07-29 +Preferred-Value: cse +Prefix: sgn +%% +Type: extlang +Subtag: csf +Description: Cuba Sign Language +Added: 2009-07-29 +Preferred-Value: csf +Prefix: sgn +%% +Type: extlang +Subtag: csg +Description: Chilean Sign Language +Added: 2009-07-29 +Preferred-Value: csg +Prefix: sgn +%% +Type: extlang +Subtag: csl +Description: Chinese Sign Language +Added: 2009-07-29 +Preferred-Value: csl +Prefix: sgn +%% +Type: extlang +Subtag: csn +Description: Colombian Sign Language +Added: 2009-07-29 +Preferred-Value: csn +Prefix: sgn +%% +Type: extlang +Subtag: csq +Description: Croatia Sign Language +Added: 2009-07-29 +Preferred-Value: csq +Prefix: sgn +%% +Type: extlang +Subtag: csr +Description: Costa Rican Sign Language +Added: 2009-07-29 +Preferred-Value: csr +Prefix: sgn +%% +Type: extlang +Subtag: czh +Description: Huizhou Chinese +Added: 2009-07-29 +Preferred-Value: czh +Prefix: zh +Macrolanguage: zh +%% +Type: extlang +Subtag: czo +Description: Min Zhong Chinese +Added: 2009-07-29 +Preferred-Value: czo +Prefix: zh +Macrolanguage: zh +%% +Type: extlang +Subtag: doq +Description: Dominican Sign Language +Added: 2009-07-29 +Preferred-Value: doq +Prefix: sgn +%% +Type: extlang +Subtag: dse +Description: Dutch Sign Language +Added: 2009-07-29 +Preferred-Value: dse +Prefix: sgn +%% +Type: extlang +Subtag: dsl +Description: Danish Sign Language +Added: 2009-07-29 +Preferred-Value: dsl +Prefix: sgn +%% +Type: extlang +Subtag: dup +Description: Duano +Added: 2009-07-29 +Preferred-Value: dup +Prefix: ms +Macrolanguage: ms +%% +Type: extlang +Subtag: ecs +Description: Ecuadorian Sign Language +Added: 2009-07-29 +Preferred-Value: ecs +Prefix: sgn +%% +Type: extlang +Subtag: esl +Description: Egypt Sign Language +Added: 2009-07-29 +Preferred-Value: esl +Prefix: sgn +%% +Type: extlang +Subtag: esn +Description: Salvadoran Sign Language +Added: 2009-07-29 +Preferred-Value: esn +Prefix: sgn +%% +Type: extlang +Subtag: eso +Description: Estonian Sign Language +Added: 2009-07-29 +Preferred-Value: eso +Prefix: sgn +%% +Type: extlang +Subtag: eth +Description: Ethiopian Sign Language +Added: 2009-07-29 +Preferred-Value: eth +Prefix: sgn +%% +Type: extlang +Subtag: fcs +Description: Quebec Sign Language +Added: 2009-07-29 +Preferred-Value: fcs +Prefix: sgn +%% +Type: extlang +Subtag: fse +Description: Finnish Sign Language +Added: 2009-07-29 +Preferred-Value: fse +Prefix: sgn +%% +Type: extlang +Subtag: fsl +Description: French Sign Language +Added: 2009-07-29 +Preferred-Value: fsl +Prefix: sgn +%% +Type: extlang +Subtag: fss +Description: Finland-Swedish Sign Language +Description: finlandssvenskt teckenspråk +Description: suomenruotsalainen viittomakieli +Added: 2009-07-29 +Preferred-Value: fss +Prefix: sgn +%% +Type: extlang +Subtag: gan +Description: Gan Chinese +Added: 2009-07-29 +Preferred-Value: gan +Prefix: zh +Macrolanguage: zh +%% +Type: extlang +Subtag: gds +Description: Ghandruk Sign Language +Added: 2012-08-12 +Preferred-Value: gds +Prefix: sgn +%% +Type: extlang +Subtag: gom +Description: Goan Konkani +Added: 2009-07-29 +Preferred-Value: gom +Prefix: kok +Macrolanguage: kok +%% +Type: extlang +Subtag: gse +Description: Ghanaian Sign Language +Added: 2009-07-29 +Preferred-Value: gse +Prefix: sgn +%% +Type: extlang +Subtag: gsg +Description: German Sign Language +Added: 2009-07-29 +Preferred-Value: gsg +Prefix: sgn +%% +Type: extlang +Subtag: gsm +Description: Guatemalan Sign Language +Added: 2009-07-29 +Preferred-Value: gsm +Prefix: sgn +%% +Type: extlang +Subtag: gss +Description: Greek Sign Language +Added: 2009-07-29 +Preferred-Value: gss +Prefix: sgn +%% +Type: extlang +Subtag: gus +Description: Guinean Sign Language +Added: 2009-07-29 +Preferred-Value: gus +Prefix: sgn +%% +Type: extlang +Subtag: hab +Description: Hanoi Sign Language +Added: 2009-07-29 +Preferred-Value: hab +Prefix: sgn +%% +Type: extlang +Subtag: haf +Description: Haiphong Sign Language +Added: 2009-07-29 +Preferred-Value: haf +Prefix: sgn +%% +Type: extlang +Subtag: hak +Description: Hakka Chinese +Added: 2009-07-29 +Preferred-Value: hak +Prefix: zh +Macrolanguage: zh +%% +Type: extlang +Subtag: hds +Description: Honduras Sign Language +Added: 2009-07-29 +Preferred-Value: hds +Prefix: sgn +%% +Type: extlang +Subtag: hji +Description: Haji +Added: 2009-07-29 +Preferred-Value: hji +Prefix: ms +Macrolanguage: ms +%% +Type: extlang +Subtag: hks +Description: Hong Kong Sign Language +Description: Heung Kong Sau Yue +Added: 2009-07-29 +Preferred-Value: hks +Prefix: sgn +%% +Type: extlang +Subtag: hos +Description: Ho Chi Minh City Sign Language +Added: 2009-07-29 +Preferred-Value: hos +Prefix: sgn +%% +Type: extlang +Subtag: hps +Description: Hawai'i Sign Language (HSL) +Description: Hawai'i Pidgin Sign Language +Added: 2009-07-29 +Preferred-Value: hps +Prefix: sgn +%% +Type: extlang +Subtag: hsh +Description: Hungarian Sign Language +Added: 2009-07-29 +Preferred-Value: hsh +Prefix: sgn +%% +Type: extlang +Subtag: hsl +Description: Hausa Sign Language +Added: 2009-07-29 +Preferred-Value: hsl +Prefix: sgn +%% +Type: extlang +Subtag: hsn +Description: Xiang Chinese +Added: 2009-07-29 +Preferred-Value: hsn +Prefix: zh +Macrolanguage: zh +%% +Type: extlang +Subtag: icl +Description: Icelandic Sign Language +Added: 2009-07-29 +Preferred-Value: icl +Prefix: sgn +%% +Type: extlang +Subtag: iks +Description: Inuit Sign Language +Added: 2015-02-12 +Preferred-Value: iks +Prefix: sgn +%% +Type: extlang +Subtag: ils +Description: International Sign +Added: 2009-07-29 +Preferred-Value: ils +Prefix: sgn +%% +Type: extlang +Subtag: inl +Description: Indonesian Sign Language +Added: 2009-07-29 +Preferred-Value: inl +Prefix: sgn +%% +Type: extlang +Subtag: ins +Description: Indian Sign Language +Added: 2009-07-29 +Preferred-Value: ins +Prefix: sgn +%% +Type: extlang +Subtag: ise +Description: Italian Sign Language +Added: 2009-07-29 +Preferred-Value: ise +Prefix: sgn +%% +Type: extlang +Subtag: isg +Description: Irish Sign Language +Added: 2009-07-29 +Preferred-Value: isg +Prefix: sgn +%% +Type: extlang +Subtag: isr +Description: Israeli Sign Language +Added: 2009-07-29 +Preferred-Value: isr +Prefix: sgn +%% +Type: extlang +Subtag: jak +Description: Jakun +Added: 2009-07-29 +Preferred-Value: jak +Prefix: ms +Macrolanguage: ms +%% +Type: extlang +Subtag: jax +Description: Jambi Malay +Added: 2009-07-29 +Preferred-Value: jax +Prefix: ms +Macrolanguage: ms +%% +Type: extlang +Subtag: jcs +Description: Jamaican Country Sign Language +Added: 2009-07-29 +Preferred-Value: jcs +Prefix: sgn +%% +Type: extlang +Subtag: jhs +Description: Jhankot Sign Language +Added: 2009-07-29 +Preferred-Value: jhs +Prefix: sgn +%% +Type: extlang +Subtag: jls +Description: Jamaican Sign Language +Added: 2010-03-11 +Preferred-Value: jls +Prefix: sgn +%% +Type: extlang +Subtag: jos +Description: Jordanian Sign Language +Added: 2009-07-29 +Preferred-Value: jos +Prefix: sgn +%% +Type: extlang +Subtag: jsl +Description: Japanese Sign Language +Added: 2009-07-29 +Preferred-Value: jsl +Prefix: sgn +%% +Type: extlang +Subtag: jus +Description: Jumla Sign Language +Added: 2009-07-29 +Preferred-Value: jus +Prefix: sgn +%% +Type: extlang +Subtag: kgi +Description: Selangor Sign Language +Added: 2009-07-29 +Preferred-Value: kgi +Prefix: sgn +%% +Type: extlang +Subtag: knn +Description: Konkani (individual language) +Added: 2009-07-29 +Preferred-Value: knn +Prefix: kok +Macrolanguage: kok +%% +Type: extlang +Subtag: kvb +Description: Kubu +Added: 2009-07-29 +Preferred-Value: kvb +Prefix: ms +Macrolanguage: ms +%% +Type: extlang +Subtag: kvk +Description: Korean Sign Language +Added: 2009-07-29 +Preferred-Value: kvk +Prefix: sgn +%% +Type: extlang +Subtag: kvr +Description: Kerinci +Added: 2009-07-29 +Preferred-Value: kvr +Prefix: ms +Macrolanguage: ms +%% +Type: extlang +Subtag: kxd +Description: Brunei +Added: 2009-07-29 +Preferred-Value: kxd +Prefix: ms +Macrolanguage: ms +%% +Type: extlang +Subtag: lbs +Description: Libyan Sign Language +Added: 2009-07-29 +Preferred-Value: lbs +Prefix: sgn +%% +Type: extlang +Subtag: lce +Description: Loncong +Description: Sekak +Added: 2009-07-29 +Preferred-Value: lce +Prefix: ms +Macrolanguage: ms +%% +Type: extlang +Subtag: lcf +Description: Lubu +Added: 2009-07-29 +Preferred-Value: lcf +Prefix: ms +Macrolanguage: ms +%% +Type: extlang +Subtag: liw +Description: Col +Added: 2009-07-29 +Preferred-Value: liw +Prefix: ms +Macrolanguage: ms +%% +Type: extlang +Subtag: lls +Description: Lithuanian Sign Language +Added: 2009-07-29 +Preferred-Value: lls +Prefix: sgn +%% +Type: extlang +Subtag: lsg +Description: Lyons Sign Language +Added: 2009-07-29 +Deprecated: 2018-03-08 +Preferred-Value: lsg +Prefix: sgn +%% +Type: extlang +Subtag: lsl +Description: Latvian Sign Language +Added: 2009-07-29 +Preferred-Value: lsl +Prefix: sgn +%% +Type: extlang +Subtag: lsn +Description: Tibetan Sign Language +Added: 2019-04-16 +Preferred-Value: lsn +Prefix: sgn +%% +Type: extlang +Subtag: lso +Description: Laos Sign Language +Added: 2009-07-29 +Preferred-Value: lso +Prefix: sgn +%% +Type: extlang +Subtag: lsp +Description: Panamanian Sign Language +Description: Lengua de Señas Panameñas +Added: 2009-07-29 +Preferred-Value: lsp +Prefix: sgn +%% +Type: extlang +Subtag: lst +Description: Trinidad and Tobago Sign Language +Added: 2009-07-29 +Preferred-Value: lst +Prefix: sgn +%% +Type: extlang +Subtag: lsv +Description: Sivia Sign Language +Added: 2019-04-16 +Preferred-Value: lsv +Prefix: sgn +%% +Type: extlang +Subtag: lsy +Description: Mauritian Sign Language +Added: 2010-03-11 +Preferred-Value: lsy +Prefix: sgn +%% +Type: extlang +Subtag: ltg +Description: Latgalian +Added: 2010-03-11 +Preferred-Value: ltg +Prefix: lv +Macrolanguage: lv +%% +Type: extlang +Subtag: lvs +Description: Standard Latvian +Added: 2010-03-11 +Preferred-Value: lvs +Prefix: lv +Macrolanguage: lv +%% +Type: extlang +Subtag: lws +Description: Malawian Sign Language +Added: 2018-03-08 +Preferred-Value: lws +Prefix: sgn +%% +Type: extlang +Subtag: lzh +Description: Literary Chinese +Added: 2009-07-29 +Preferred-Value: lzh +Prefix: zh +Macrolanguage: zh +%% +Type: extlang +Subtag: max +Description: North Moluccan Malay +Added: 2009-07-29 +Preferred-Value: max +Prefix: ms +Macrolanguage: ms +%% +Type: extlang +Subtag: mdl +Description: Maltese Sign Language +Added: 2009-07-29 +Preferred-Value: mdl +Prefix: sgn +%% +Type: extlang +Subtag: meo +Description: Kedah Malay +Added: 2009-07-29 +Preferred-Value: meo +Prefix: ms +Macrolanguage: ms +%% +Type: extlang +Subtag: mfa +Description: Pattani Malay +Added: 2009-07-29 +Preferred-Value: mfa +Prefix: ms +Macrolanguage: ms +%% +Type: extlang +Subtag: mfb +Description: Bangka +Added: 2009-07-29 +Preferred-Value: mfb +Prefix: ms +Macrolanguage: ms +%% +Type: extlang +Subtag: mfs +Description: Mexican Sign Language +Added: 2009-07-29 +Preferred-Value: mfs +Prefix: sgn +%% +Type: extlang +Subtag: min +Description: Minangkabau +Added: 2009-07-29 +Preferred-Value: min +Prefix: ms +Macrolanguage: ms +%% +Type: extlang +Subtag: mnp +Description: Min Bei Chinese +Added: 2009-07-29 +Preferred-Value: mnp +Prefix: zh +Macrolanguage: zh +%% +Type: extlang +Subtag: mqg +Description: Kota Bangun Kutai Malay +Added: 2009-07-29 +Preferred-Value: mqg +Prefix: ms +Macrolanguage: ms +%% +Type: extlang +Subtag: mre +Description: Martha's Vineyard Sign Language +Added: 2009-07-29 +Preferred-Value: mre +Prefix: sgn +%% +Type: extlang +Subtag: msd +Description: Yucatec Maya Sign Language +Added: 2009-07-29 +Preferred-Value: msd +Prefix: sgn +%% +Type: extlang +Subtag: msi +Description: Sabah Malay +Added: 2009-07-29 +Preferred-Value: msi +Prefix: ms +Macrolanguage: ms +%% +Type: extlang +Subtag: msr +Description: Mongolian Sign Language +Added: 2009-07-29 +Preferred-Value: msr +Prefix: sgn +%% +Type: extlang +Subtag: mui +Description: Musi +Added: 2009-07-29 +Preferred-Value: mui +Prefix: ms +Macrolanguage: ms +%% +Type: extlang +Subtag: mzc +Description: Madagascar Sign Language +Added: 2009-07-29 +Preferred-Value: mzc +Prefix: sgn +%% +Type: extlang +Subtag: mzg +Description: Monastic Sign Language +Added: 2009-07-29 +Preferred-Value: mzg +Prefix: sgn +%% +Type: extlang +Subtag: mzy +Description: Mozambican Sign Language +Added: 2009-07-29 +Preferred-Value: mzy +Prefix: sgn +%% +Type: extlang +Subtag: nan +Description: Min Nan Chinese +Added: 2009-07-29 +Preferred-Value: nan +Prefix: zh +Macrolanguage: zh +%% +Type: extlang +Subtag: nbs +Description: Namibian Sign Language +Added: 2009-07-29 +Preferred-Value: nbs +Prefix: sgn +%% +Type: extlang +Subtag: ncs +Description: Nicaraguan Sign Language +Added: 2009-07-29 +Preferred-Value: ncs +Prefix: sgn +%% +Type: extlang +Subtag: nsi +Description: Nigerian Sign Language +Added: 2009-07-29 +Preferred-Value: nsi +Prefix: sgn +%% +Type: extlang +Subtag: nsl +Description: Norwegian Sign Language +Added: 2009-07-29 +Preferred-Value: nsl +Prefix: sgn +%% +Type: extlang +Subtag: nsp +Description: Nepalese Sign Language +Added: 2009-07-29 +Preferred-Value: nsp +Prefix: sgn +%% +Type: extlang +Subtag: nsr +Description: Maritime Sign Language +Added: 2009-07-29 +Preferred-Value: nsr +Prefix: sgn +%% +Type: extlang +Subtag: nzs +Description: New Zealand Sign Language +Added: 2009-07-29 +Preferred-Value: nzs +Prefix: sgn +%% +Type: extlang +Subtag: okl +Description: Old Kentish Sign Language +Added: 2009-07-29 +Preferred-Value: okl +Prefix: sgn +%% +Type: extlang +Subtag: orn +Description: Orang Kanaq +Added: 2009-07-29 +Preferred-Value: orn +Prefix: ms +Macrolanguage: ms +%% +Type: extlang +Subtag: ors +Description: Orang Seletar +Added: 2009-07-29 +Preferred-Value: ors +Prefix: ms +Macrolanguage: ms +%% +Type: extlang +Subtag: pel +Description: Pekal +Added: 2009-07-29 +Preferred-Value: pel +Prefix: ms +Macrolanguage: ms +%% +Type: extlang +Subtag: pga +Description: Sudanese Creole Arabic +Added: 2009-07-29 +Preferred-Value: pga +Prefix: ar +Macrolanguage: ar +%% +Type: extlang +Subtag: pgz +Description: Papua New Guinean Sign Language +Added: 2016-05-30 +Preferred-Value: pgz +Prefix: sgn +%% +Type: extlang +Subtag: pks +Description: Pakistan Sign Language +Added: 2009-07-29 +Preferred-Value: pks +Prefix: sgn +%% +Type: extlang +Subtag: prl +Description: Peruvian Sign Language +Added: 2009-07-29 +Preferred-Value: prl +Prefix: sgn +%% +Type: extlang +Subtag: prz +Description: Providencia Sign Language +Added: 2009-07-29 +Preferred-Value: prz +Prefix: sgn +%% +Type: extlang +Subtag: psc +Description: Persian Sign Language +Added: 2009-07-29 +Preferred-Value: psc +Prefix: sgn +%% +Type: extlang +Subtag: psd +Description: Plains Indian Sign Language +Added: 2009-07-29 +Preferred-Value: psd +Prefix: sgn +%% +Type: extlang +Subtag: pse +Description: Central Malay +Added: 2009-07-29 +Preferred-Value: pse +Prefix: ms +Macrolanguage: ms +%% +Type: extlang +Subtag: psg +Description: Penang Sign Language +Added: 2009-07-29 +Preferred-Value: psg +Prefix: sgn +%% +Type: extlang +Subtag: psl +Description: Puerto Rican Sign Language +Added: 2009-07-29 +Preferred-Value: psl +Prefix: sgn +%% +Type: extlang +Subtag: pso +Description: Polish Sign Language +Added: 2009-07-29 +Preferred-Value: pso +Prefix: sgn +%% +Type: extlang +Subtag: psp +Description: Philippine Sign Language +Added: 2009-07-29 +Preferred-Value: psp +Prefix: sgn +%% +Type: extlang +Subtag: psr +Description: Portuguese Sign Language +Added: 2009-07-29 +Preferred-Value: psr +Prefix: sgn +%% +Type: extlang +Subtag: pys +Description: Paraguayan Sign Language +Description: Lengua de Señas del Paraguay +Added: 2010-03-11 +Preferred-Value: pys +Prefix: sgn +%% +Type: extlang +Subtag: rms +Description: Romanian Sign Language +Added: 2009-07-29 +Preferred-Value: rms +Prefix: sgn +%% +Type: extlang +Subtag: rsi +Description: Rennellese Sign Language +Added: 2009-07-29 +Deprecated: 2017-02-23 +Preferred-Value: rsi +Prefix: sgn +%% +Type: extlang +Subtag: rsl +Description: Russian Sign Language +Added: 2009-07-29 +Preferred-Value: rsl +Prefix: sgn +%% +Type: extlang +Subtag: rsm +Description: Miriwoong Sign Language +Added: 2016-05-30 +Preferred-Value: rsm +Prefix: sgn +%% +Type: extlang +Subtag: sdl +Description: Saudi Arabian Sign Language +Added: 2009-07-29 +Preferred-Value: sdl +Prefix: sgn +%% +Type: extlang +Subtag: sfb +Description: Langue des signes de Belgique Francophone +Description: French Belgian Sign Language +Added: 2009-07-29 +Preferred-Value: sfb +Prefix: sgn +%% +Type: extlang +Subtag: sfs +Description: South African Sign Language +Added: 2009-07-29 +Preferred-Value: sfs +Prefix: sgn +%% +Type: extlang +Subtag: sgg +Description: Swiss-German Sign Language +Added: 2009-07-29 +Preferred-Value: sgg +Prefix: sgn +%% +Type: extlang +Subtag: sgx +Description: Sierra Leone Sign Language +Added: 2009-07-29 +Preferred-Value: sgx +Prefix: sgn +%% +Type: extlang +Subtag: shu +Description: Chadian Arabic +Added: 2009-07-29 +Preferred-Value: shu +Prefix: ar +Macrolanguage: ar +%% +Type: extlang +Subtag: slf +Description: Swiss-Italian Sign Language +Added: 2009-07-29 +Preferred-Value: slf +Prefix: sgn +%% +Type: extlang +Subtag: sls +Description: Singapore Sign Language +Added: 2009-07-29 +Preferred-Value: sls +Prefix: sgn +%% +Type: extlang +Subtag: sqk +Description: Albanian Sign Language +Added: 2012-08-12 +Preferred-Value: sqk +Prefix: sgn +%% +Type: extlang +Subtag: sqs +Description: Sri Lankan Sign Language +Added: 2009-07-29 +Preferred-Value: sqs +Prefix: sgn +%% +Type: extlang +Subtag: ssh +Description: Shihhi Arabic +Added: 2009-07-29 +Preferred-Value: ssh +Prefix: ar +Macrolanguage: ar +%% +Type: extlang +Subtag: ssp +Description: Spanish Sign Language +Added: 2009-07-29 +Preferred-Value: ssp +Prefix: sgn +%% +Type: extlang +Subtag: ssr +Description: Swiss-French Sign Language +Added: 2009-07-29 +Preferred-Value: ssr +Prefix: sgn +%% +Type: extlang +Subtag: svk +Description: Slovakian Sign Language +Added: 2009-07-29 +Preferred-Value: svk +Prefix: sgn +%% +Type: extlang +Subtag: swc +Description: Congo Swahili +Added: 2009-07-29 +Preferred-Value: swc +Prefix: sw +Macrolanguage: sw +%% +Type: extlang +Subtag: swh +Description: Swahili (individual language) +Description: Kiswahili +Added: 2009-07-29 +Preferred-Value: swh +Prefix: sw +Macrolanguage: sw +%% +Type: extlang +Subtag: swl +Description: Swedish Sign Language +Added: 2009-07-29 +Preferred-Value: swl +Prefix: sgn +%% +Type: extlang +Subtag: syy +Description: Al-Sayyid Bedouin Sign Language +Added: 2009-07-29 +Preferred-Value: syy +Prefix: sgn +%% +Type: extlang +Subtag: szs +Description: Solomon Islands Sign Language +Added: 2017-02-23 +Preferred-Value: szs +Prefix: sgn +%% +Type: extlang +Subtag: tmw +Description: Temuan +Added: 2009-07-29 +Preferred-Value: tmw +Prefix: ms +Macrolanguage: ms +%% +Type: extlang +Subtag: tse +Description: Tunisian Sign Language +Added: 2009-07-29 +Preferred-Value: tse +Prefix: sgn +%% +Type: extlang +Subtag: tsm +Description: Turkish Sign Language +Description: Türk İşaret Dili +Added: 2009-07-29 +Preferred-Value: tsm +Prefix: sgn +%% +Type: extlang +Subtag: tsq +Description: Thai Sign Language +Added: 2009-07-29 +Preferred-Value: tsq +Prefix: sgn +%% +Type: extlang +Subtag: tss +Description: Taiwan Sign Language +Added: 2009-07-29 +Preferred-Value: tss +Prefix: sgn +%% +Type: extlang +Subtag: tsy +Description: Tebul Sign Language +Added: 2009-07-29 +Preferred-Value: tsy +Prefix: sgn +%% +Type: extlang +Subtag: tza +Description: Tanzanian Sign Language +Added: 2009-07-29 +Preferred-Value: tza +Prefix: sgn +%% +Type: extlang +Subtag: ugn +Description: Ugandan Sign Language +Added: 2009-07-29 +Preferred-Value: ugn +Prefix: sgn +%% +Type: extlang +Subtag: ugy +Description: Uruguayan Sign Language +Added: 2009-07-29 +Preferred-Value: ugy +Prefix: sgn +%% +Type: extlang +Subtag: ukl +Description: Ukrainian Sign Language +Added: 2009-07-29 +Preferred-Value: ukl +Prefix: sgn +%% +Type: extlang +Subtag: uks +Description: Urubú-Kaapor Sign Language +Description: Kaapor Sign Language +Added: 2009-07-29 +Preferred-Value: uks +Prefix: sgn +%% +Type: extlang +Subtag: urk +Description: Urak Lawoi' +Added: 2009-07-29 +Preferred-Value: urk +Prefix: ms +Macrolanguage: ms +%% +Type: extlang +Subtag: uzn +Description: Northern Uzbek +Added: 2009-07-29 +Preferred-Value: uzn +Prefix: uz +Macrolanguage: uz +%% +Type: extlang +Subtag: uzs +Description: Southern Uzbek +Added: 2009-07-29 +Preferred-Value: uzs +Prefix: uz +Macrolanguage: uz +%% +Type: extlang +Subtag: vgt +Description: Vlaamse Gebarentaal +Description: Flemish Sign Language +Added: 2009-07-29 +Preferred-Value: vgt +Prefix: sgn +%% +Type: extlang +Subtag: vkk +Description: Kaur +Added: 2009-07-29 +Preferred-Value: vkk +Prefix: ms +Macrolanguage: ms +%% +Type: extlang +Subtag: vkt +Description: Tenggarong Kutai Malay +Added: 2009-07-29 +Preferred-Value: vkt +Prefix: ms +Macrolanguage: ms +%% +Type: extlang +Subtag: vsi +Description: Moldova Sign Language +Added: 2009-07-29 +Preferred-Value: vsi +Prefix: sgn +%% +Type: extlang +Subtag: vsl +Description: Venezuelan Sign Language +Added: 2009-07-29 +Preferred-Value: vsl +Prefix: sgn +%% +Type: extlang +Subtag: vsv +Description: Valencian Sign Language +Description: Llengua de signes valenciana +Added: 2009-07-29 +Preferred-Value: vsv +Prefix: sgn +%% +Type: extlang +Subtag: wbs +Description: West Bengal Sign Language +Added: 2017-02-23 +Preferred-Value: wbs +Prefix: sgn +%% +Type: extlang +Subtag: wuu +Description: Wu Chinese +Added: 2009-07-29 +Preferred-Value: wuu +Prefix: zh +Macrolanguage: zh +%% +Type: extlang +Subtag: xki +Description: Kenyan Sign Language +Added: 2009-07-29 +Preferred-Value: xki +Prefix: sgn +%% +Type: extlang +Subtag: xml +Description: Malaysian Sign Language +Added: 2009-07-29 +Preferred-Value: xml +Prefix: sgn +%% +Type: extlang +Subtag: xmm +Description: Manado Malay +Added: 2009-07-29 +Preferred-Value: xmm +Prefix: ms +Macrolanguage: ms +%% +Type: extlang +Subtag: xms +Description: Moroccan Sign Language +Added: 2009-07-29 +Preferred-Value: xms +Prefix: sgn +%% +Type: extlang +Subtag: yds +Description: Yiddish Sign Language +Added: 2009-07-29 +Deprecated: 2015-02-12 +Preferred-Value: yds +Prefix: sgn +%% +Type: extlang +Subtag: ygs +Description: Yolŋu Sign Language +Added: 2014-02-28 +Preferred-Value: ygs +Prefix: sgn +%% +Type: extlang +Subtag: yhs +Description: Yan-nhaŋu Sign Language +Added: 2015-04-17 +Preferred-Value: yhs +Prefix: sgn +%% +Type: extlang +Subtag: ysl +Description: Yugoslavian Sign Language +Added: 2009-07-29 +Preferred-Value: ysl +Prefix: sgn +%% +Type: extlang +Subtag: yue +Description: Yue Chinese +Description: Cantonese +Added: 2009-07-29 +Preferred-Value: yue +Prefix: zh +Macrolanguage: zh +%% +Type: extlang +Subtag: zib +Description: Zimbabwe Sign Language +Added: 2009-07-29 +Preferred-Value: zib +Prefix: sgn +%% +Type: extlang +Subtag: zlm +Description: Malay (individual language) +Added: 2009-07-29 +Preferred-Value: zlm +Prefix: ms +Macrolanguage: ms +%% +Type: extlang +Subtag: zmi +Description: Negeri Sembilan Malay +Added: 2009-07-29 +Preferred-Value: zmi +Prefix: ms +Macrolanguage: ms +%% +Type: extlang +Subtag: zsl +Description: Zambian Sign Language +Added: 2009-07-29 +Preferred-Value: zsl +Prefix: sgn +%% +Type: extlang +Subtag: zsm +Description: Standard Malay +Added: 2009-07-29 +Preferred-Value: zsm +Prefix: ms +Macrolanguage: ms +%% +Type: script +Subtag: Adlm +Description: Adlam +Added: 2014-12-11 +%% +Type: script +Subtag: Afak +Description: Afaka +Added: 2011-01-07 +%% +Type: script +Subtag: Aghb +Description: Caucasian Albanian +Added: 2012-11-01 +%% +Type: script +Subtag: Ahom +Description: Ahom +Description: Tai Ahom +Added: 2013-12-02 +%% +Type: script +Subtag: Arab +Description: Arabic +Added: 2005-10-16 +%% +Type: script +Subtag: Aran +Description: Arabic (Nastaliq variant) +Added: 2014-12-11 +%% +Type: script +Subtag: Armi +Description: Imperial Aramaic +Added: 2007-12-05 +%% +Type: script +Subtag: Armn +Description: Armenian +Added: 2005-10-16 +%% +Type: script +Subtag: Avst +Description: Avestan +Added: 2007-07-28 +%% +Type: script +Subtag: Bali +Description: Balinese +Added: 2005-10-16 +%% +Type: script +Subtag: Bamu +Description: Bamum +Added: 2009-07-30 +%% +Type: script +Subtag: Bass +Description: Bassa Vah +Added: 2010-04-10 +%% +Type: script +Subtag: Batk +Description: Batak +Added: 2005-10-16 +%% +Type: script +Subtag: Beng +Description: Bengali +Description: Bangla +Added: 2005-10-16 +%% +Type: script +Subtag: Bhks +Description: Bhaiksuki +Added: 2015-07-24 +%% +Type: script +Subtag: Blis +Description: Blissymbols +Added: 2005-10-16 +%% +Type: script +Subtag: Bopo +Description: Bopomofo +Added: 2005-10-16 +%% +Type: script +Subtag: Brah +Description: Brahmi +Added: 2005-10-16 +%% +Type: script +Subtag: Brai +Description: Braille +Added: 2005-10-16 +%% +Type: script +Subtag: Bugi +Description: Buginese +Added: 2005-10-16 +%% +Type: script +Subtag: Buhd +Description: Buhid +Added: 2005-10-16 +%% +Type: script +Subtag: Cakm +Description: Chakma +Added: 2007-12-05 +%% +Type: script +Subtag: Cans +Description: Unified Canadian Aboriginal Syllabics +Added: 2005-10-16 +%% +Type: script +Subtag: Cari +Description: Carian +Added: 2006-07-21 +%% +Type: script +Subtag: Cham +Description: Cham +Added: 2005-10-16 +%% +Type: script +Subtag: Cher +Description: Cherokee +Added: 2005-10-16 +%% +Type: script +Subtag: Chrs +Description: Chorasmian +Added: 2019-09-11 +%% +Type: script +Subtag: Cirt +Description: Cirth +Added: 2005-10-16 +%% +Type: script +Subtag: Copt +Description: Coptic +Added: 2005-10-16 +%% +Type: script +Subtag: Cpmn +Description: Cypro-Minoan +Added: 2017-08-13 +%% +Type: script +Subtag: Cprt +Description: Cypriot syllabary +Added: 2005-10-16 +%% +Type: script +Subtag: Cyrl +Description: Cyrillic +Added: 2005-10-16 +%% +Type: script +Subtag: Cyrs +Description: Cyrillic (Old Church Slavonic variant) +Added: 2005-10-16 +%% +Type: script +Subtag: Deva +Description: Devanagari +Description: Nagari +Added: 2005-10-16 +%% +Type: script +Subtag: Diak +Description: Dives Akuru +Added: 2019-09-11 +%% +Type: script +Subtag: Dogr +Description: Dogra +Added: 2017-01-13 +%% +Type: script +Subtag: Dsrt +Description: Deseret +Description: Mormon +Added: 2005-10-16 +%% +Type: script +Subtag: Dupl +Description: Duployan shorthand +Description: Duployan stenography +Added: 2010-08-16 +%% +Type: script +Subtag: Egyd +Description: Egyptian demotic +Added: 2005-10-16 +%% +Type: script +Subtag: Egyh +Description: Egyptian hieratic +Added: 2005-10-16 +%% +Type: script +Subtag: Egyp +Description: Egyptian hieroglyphs +Added: 2005-10-16 +%% +Type: script +Subtag: Elba +Description: Elbasan +Added: 2010-08-16 +%% +Type: script +Subtag: Elym +Description: Elymaic +Added: 2018-10-28 +%% +Type: script +Subtag: Ethi +Description: Ethiopic +Description: Geʻez +Description: Ge'ez +Added: 2005-10-16 +%% +Type: script +Subtag: Geok +Description: Khutsuri (Asomtavruli and Nuskhuri) +Added: 2005-10-16 +%% +Type: script +Subtag: Geor +Description: Georgian (Mkhedruli and Mtavruli) +Added: 2005-10-16 +%% +Type: script +Subtag: Glag +Description: Glagolitic +Added: 2005-10-16 +%% +Type: script +Subtag: Gong +Description: Gunjala Gondi +Added: 2017-01-13 +%% +Type: script +Subtag: Gonm +Description: Masaram Gondi +Added: 2017-01-13 +%% +Type: script +Subtag: Goth +Description: Gothic +Added: 2005-10-16 +%% +Type: script +Subtag: Gran +Description: Grantha +Added: 2009-12-09 +%% +Type: script +Subtag: Grek +Description: Greek +Added: 2005-10-16 +%% +Type: script +Subtag: Gujr +Description: Gujarati +Added: 2005-10-16 +%% +Type: script +Subtag: Guru +Description: Gurmukhi +Added: 2005-10-16 +%% +Type: script +Subtag: Hanb +Description: Han with Bopomofo (alias for Han + Bopomofo) +Added: 2016-02-08 +%% +Type: script +Subtag: Hang +Description: Hangul +Description: Hangŭl +Description: Hangeul +Added: 2005-10-16 +%% +Type: script +Subtag: Hani +Description: Han +Description: Hanzi +Description: Kanji +Description: Hanja +Added: 2005-10-16 +%% +Type: script +Subtag: Hano +Description: Hanunoo +Description: Hanunóo +Added: 2005-10-16 +%% +Type: script +Subtag: Hans +Description: Han (Simplified variant) +Added: 2005-10-16 +%% +Type: script +Subtag: Hant +Description: Han (Traditional variant) +Added: 2005-10-16 +%% +Type: script +Subtag: Hatr +Description: Hatran +Added: 2013-12-02 +%% +Type: script +Subtag: Hebr +Description: Hebrew +Added: 2005-10-16 +%% +Type: script +Subtag: Hira +Description: Hiragana +Added: 2005-10-16 +%% +Type: script +Subtag: Hluw +Description: Anatolian Hieroglyphs +Description: Luwian Hieroglyphs +Description: Hittite Hieroglyphs +Added: 2011-12-28 +%% +Type: script +Subtag: Hmng +Description: Pahawh Hmong +Added: 2005-10-16 +%% +Type: script +Subtag: Hmnp +Description: Nyiakeng Puachue Hmong +Added: 2017-08-13 +%% +Type: script +Subtag: Hrkt +Description: Japanese syllabaries (alias for Hiragana + Katakana) +Added: 2005-10-16 +%% +Type: script +Subtag: Hung +Description: Old Hungarian +Description: Hungarian Runic +Added: 2005-10-16 +%% +Type: script +Subtag: Inds +Description: Indus +Description: Harappan +Added: 2005-10-16 +%% +Type: script +Subtag: Ital +Description: Old Italic (Etruscan, Oscan, etc.) +Added: 2005-10-16 +%% +Type: script +Subtag: Jamo +Description: Jamo (alias for Jamo subset of Hangul) +Added: 2016-02-08 +%% +Type: script +Subtag: Java +Description: Javanese +Added: 2005-10-16 +%% +Type: script +Subtag: Jpan +Description: Japanese (alias for Han + Hiragana + Katakana) +Added: 2006-07-21 +%% +Type: script +Subtag: Jurc +Description: Jurchen +Added: 2011-01-07 +%% +Type: script +Subtag: Kali +Description: Kayah Li +Added: 2005-10-16 +%% +Type: script +Subtag: Kana +Description: Katakana +Added: 2005-10-16 +%% +Type: script +Subtag: Khar +Description: Kharoshthi +Added: 2005-10-16 +%% +Type: script +Subtag: Khmr +Description: Khmer +Added: 2005-10-16 +%% +Type: script +Subtag: Khoj +Description: Khojki +Added: 2011-08-16 +%% +Type: script +Subtag: Kitl +Description: Khitan large script +Added: 2014-12-11 +%% +Type: script +Subtag: Kits +Description: Khitan small script +Added: 2014-12-11 +%% +Type: script +Subtag: Knda +Description: Kannada +Added: 2005-10-16 +%% +Type: script +Subtag: Kore +Description: Korean (alias for Hangul + Han) +Added: 2007-07-05 +%% +Type: script +Subtag: Kpel +Description: Kpelle +Added: 2010-04-10 +%% +Type: script +Subtag: Kthi +Description: Kaithi +Added: 2007-12-05 +%% +Type: script +Subtag: Lana +Description: Tai Tham +Description: Lanna +Added: 2006-07-21 +%% +Type: script +Subtag: Laoo +Description: Lao +Added: 2005-10-16 +%% +Type: script +Subtag: Latf +Description: Latin (Fraktur variant) +Added: 2005-10-16 +%% +Type: script +Subtag: Latg +Description: Latin (Gaelic variant) +Added: 2005-10-16 +%% +Type: script +Subtag: Latn +Description: Latin +Added: 2005-10-16 +%% +Type: script +Subtag: Leke +Description: Leke +Added: 2015-07-24 +%% +Type: script +Subtag: Lepc +Description: Lepcha +Description: Róng +Added: 2005-10-16 +%% +Type: script +Subtag: Limb +Description: Limbu +Added: 2005-10-16 +%% +Type: script +Subtag: Lina +Description: Linear A +Added: 2005-10-16 +%% +Type: script +Subtag: Linb +Description: Linear B +Added: 2005-10-16 +%% +Type: script +Subtag: Lisu +Description: Lisu +Description: Fraser +Added: 2009-03-13 +%% +Type: script +Subtag: Loma +Description: Loma +Added: 2010-04-10 +%% +Type: script +Subtag: Lyci +Description: Lycian +Added: 2006-07-21 +%% +Type: script +Subtag: Lydi +Description: Lydian +Added: 2006-07-21 +%% +Type: script +Subtag: Mahj +Description: Mahajani +Added: 2012-11-01 +%% +Type: script +Subtag: Maka +Description: Makasar +Added: 2017-01-13 +%% +Type: script +Subtag: Mand +Description: Mandaic +Description: Mandaean +Added: 2005-10-16 +%% +Type: script +Subtag: Mani +Description: Manichaean +Added: 2007-07-28 +%% +Type: script +Subtag: Marc +Description: Marchen +Added: 2014-12-11 +%% +Type: script +Subtag: Maya +Description: Mayan hieroglyphs +Added: 2005-10-16 +%% +Type: script +Subtag: Medf +Description: Medefaidrin +Description: Oberi Okaime +Description: Oberi Ɔkaimɛ +Added: 2017-01-13 +%% +Type: script +Subtag: Mend +Description: Mende Kikakui +Added: 2010-04-10 +%% +Type: script +Subtag: Merc +Description: Meroitic Cursive +Added: 2009-12-09 +%% +Type: script +Subtag: Mero +Description: Meroitic Hieroglyphs +Added: 2005-10-16 +%% +Type: script +Subtag: Mlym +Description: Malayalam +Added: 2005-10-16 +%% +Type: script +Subtag: Modi +Description: Modi +Description: Moḍī +Added: 2013-12-02 +%% +Type: script +Subtag: Mong +Description: Mongolian +Added: 2005-10-16 +%% +Type: script +Subtag: Moon +Description: Moon +Description: Moon code +Description: Moon script +Description: Moon type +Added: 2007-01-26 +%% +Type: script +Subtag: Mroo +Description: Mro +Description: Mru +Added: 2011-01-07 +%% +Type: script +Subtag: Mtei +Description: Meitei Mayek +Description: Meithei +Description: Meetei +Added: 2007-01-26 +%% +Type: script +Subtag: Mult +Description: Multani +Added: 2013-12-02 +%% +Type: script +Subtag: Mymr +Description: Myanmar +Description: Burmese +Added: 2005-10-16 +%% +Type: script +Subtag: Nand +Description: Nandinagari +Added: 2018-10-28 +%% +Type: script +Subtag: Narb +Description: Old North Arabian +Description: Ancient North Arabian +Added: 2010-04-10 +%% +Type: script +Subtag: Nbat +Description: Nabataean +Added: 2010-04-10 +%% +Type: script +Subtag: Newa +Description: Newa +Description: Newar +Description: Newari +Description: Nepāla lipi +Added: 2016-01-04 +%% +Type: script +Subtag: Nkdb +Description: Naxi Dongba +Description: na²¹ɕi³³ to³³ba²¹ +Description: Nakhi Tomba +Added: 2017-08-13 +%% +Type: script +Subtag: Nkgb +Description: Naxi Geba +Description: na²¹ɕi³³ gʌ²¹ba²¹ +Description: 'Na-'Khi ²Ggŏ-¹baw +Description: Nakhi Geba +Added: 2009-03-13 +%% +Type: script +Subtag: Nkoo +Description: N’Ko +Description: N'Ko +Added: 2005-10-16 +%% +Type: script +Subtag: Nshu +Description: Nüshu +Added: 2011-01-07 +%% +Type: script +Subtag: Ogam +Description: Ogham +Added: 2005-10-16 +%% +Type: script +Subtag: Olck +Description: Ol Chiki +Description: Ol Cemet' +Description: Ol +Description: Santali +Added: 2006-07-21 +%% +Type: script +Subtag: Orkh +Description: Old Turkic +Description: Orkhon Runic +Added: 2009-07-30 +%% +Type: script +Subtag: Orya +Description: Oriya +Description: Odia +Added: 2005-10-16 +%% +Type: script +Subtag: Osge +Description: Osage +Added: 2014-12-11 +%% +Type: script +Subtag: Osma +Description: Osmanya +Added: 2005-10-16 +%% +Type: script +Subtag: Palm +Description: Palmyrene +Added: 2010-04-10 +%% +Type: script +Subtag: Pauc +Description: Pau Cin Hau +Added: 2013-12-02 +%% +Type: script +Subtag: Perm +Description: Old Permic +Added: 2005-10-16 +%% +Type: script +Subtag: Phag +Description: Phags-pa +Added: 2005-10-16 +%% +Type: script +Subtag: Phli +Description: Inscriptional Pahlavi +Added: 2007-12-05 +%% +Type: script +Subtag: Phlp +Description: Psalter Pahlavi +Added: 2007-12-05 +%% +Type: script +Subtag: Phlv +Description: Book Pahlavi +Added: 2007-07-28 +%% +Type: script +Subtag: Phnx +Description: Phoenician +Added: 2005-10-16 +%% +Type: script +Subtag: Piqd +Description: Klingon (KLI pIqaD) +Added: 2016-01-04 +%% +Type: script +Subtag: Plrd +Description: Miao +Description: Pollard +Added: 2005-10-16 +%% +Type: script +Subtag: Prti +Description: Inscriptional Parthian +Added: 2007-12-05 +%% +Type: script +Subtag: Qaaa..Qabx +Description: Private use +Added: 2005-10-16 +%% +Type: script +Subtag: Rjng +Description: Rejang +Description: Redjang +Description: Kaganga +Added: 2006-10-17 +%% +Type: script +Subtag: Rohg +Description: Hanifi Rohingya +Added: 2017-12-13 +%% +Type: script +Subtag: Roro +Description: Rongorongo +Added: 2005-10-16 +%% +Type: script +Subtag: Runr +Description: Runic +Added: 2005-10-16 +%% +Type: script +Subtag: Samr +Description: Samaritan +Added: 2007-07-28 +%% +Type: script +Subtag: Sara +Description: Sarati +Added: 2005-10-16 +%% +Type: script +Subtag: Sarb +Description: Old South Arabian +Added: 2009-07-30 +%% +Type: script +Subtag: Saur +Description: Saurashtra +Added: 2006-07-21 +%% +Type: script +Subtag: Sgnw +Description: SignWriting +Added: 2006-10-17 +%% +Type: script +Subtag: Shaw +Description: Shavian +Description: Shaw +Added: 2005-10-16 +%% +Type: script +Subtag: Shrd +Description: Sharada +Description: Śāradā +Added: 2011-01-07 +%% +Type: script +Subtag: Shui +Description: Shuishu +Added: 2017-08-13 +%% +Type: script +Subtag: Sidd +Description: Siddham +Description: Siddhaṃ +Description: Siddhamātṛkā +Added: 2013-12-02 +%% +Type: script +Subtag: Sind +Description: Khudawadi +Description: Sindhi +Added: 2010-08-16 +%% +Type: script +Subtag: Sinh +Description: Sinhala +Added: 2005-10-16 +%% +Type: script +Subtag: Sogd +Description: Sogdian +Added: 2017-12-13 +%% +Type: script +Subtag: Sogo +Description: Old Sogdian +Added: 2017-12-13 +%% +Type: script +Subtag: Sora +Description: Sora Sompeng +Added: 2011-01-07 +%% +Type: script +Subtag: Soyo +Description: Soyombo +Added: 2017-01-13 +%% +Type: script +Subtag: Sund +Description: Sundanese +Added: 2006-07-21 +%% +Type: script +Subtag: Sylo +Description: Syloti Nagri +Added: 2005-10-16 +%% +Type: script +Subtag: Syrc +Description: Syriac +Added: 2005-10-16 +%% +Type: script +Subtag: Syre +Description: Syriac (Estrangelo variant) +Added: 2005-10-16 +%% +Type: script +Subtag: Syrj +Description: Syriac (Western variant) +Added: 2005-10-16 +%% +Type: script +Subtag: Syrn +Description: Syriac (Eastern variant) +Added: 2005-10-16 +%% +Type: script +Subtag: Tagb +Description: Tagbanwa +Added: 2005-10-16 +%% +Type: script +Subtag: Takr +Description: Takri +Description: Ṭākrī +Description: Ṭāṅkrī +Added: 2011-01-07 +%% +Type: script +Subtag: Tale +Description: Tai Le +Added: 2005-10-16 +%% +Type: script +Subtag: Talu +Description: New Tai Lue +Added: 2005-10-16 +%% +Type: script +Subtag: Taml +Description: Tamil +Added: 2005-10-16 +%% +Type: script +Subtag: Tang +Description: Tangut +Added: 2011-01-07 +%% +Type: script +Subtag: Tavt +Description: Tai Viet +Added: 2007-12-05 +%% +Type: script +Subtag: Telu +Description: Telugu +Added: 2005-10-16 +%% +Type: script +Subtag: Teng +Description: Tengwar +Added: 2005-10-16 +%% +Type: script +Subtag: Tfng +Description: Tifinagh +Description: Berber +Added: 2005-10-16 +%% +Type: script +Subtag: Tglg +Description: Tagalog +Description: Baybayin +Description: Alibata +Added: 2005-10-16 +%% +Type: script +Subtag: Thaa +Description: Thaana +Added: 2005-10-16 +%% +Type: script +Subtag: Thai +Description: Thai +Added: 2005-10-16 +%% +Type: script +Subtag: Tibt +Description: Tibetan +Added: 2005-10-16 +%% +Type: script +Subtag: Tirh +Description: Tirhuta +Added: 2011-08-16 +%% +Type: script +Subtag: Ugar +Description: Ugaritic +Added: 2005-10-16 +%% +Type: script +Subtag: Vaii +Description: Vai +Added: 2005-10-16 +%% +Type: script +Subtag: Visp +Description: Visible Speech +Added: 2005-10-16 +%% +Type: script +Subtag: Wara +Description: Warang Citi +Description: Varang Kshiti +Added: 2009-12-09 +%% +Type: script +Subtag: Wcho +Description: Wancho +Added: 2017-08-13 +%% +Type: script +Subtag: Wole +Description: Woleai +Added: 2011-01-07 +%% +Type: script +Subtag: Xpeo +Description: Old Persian +Added: 2005-10-16 +%% +Type: script +Subtag: Xsux +Description: Sumero-Akkadian cuneiform +Added: 2005-10-16 +%% +Type: script +Subtag: Yezi +Description: Yezidi +Added: 2019-09-11 +%% +Type: script +Subtag: Yiii +Description: Yi +Added: 2005-10-16 +%% +Type: script +Subtag: Zanb +Description: Zanabazar Square +Description: Zanabazarin Dörböljin Useg +Description: Xewtee Dörböljin Bicig +Description: Horizontal Square Script +Added: 2017-01-13 +%% +Type: script +Subtag: Zinh +Description: Code for inherited script +Added: 2009-04-03 +Comments: Not intended for use as a language subtag +%% +Type: script +Subtag: Zmth +Description: Mathematical notation +Added: 2007-12-05 +%% +Type: script +Subtag: Zsye +Description: Symbols (Emoji variant) +Added: 2016-01-04 +%% +Type: script +Subtag: Zsym +Description: Symbols +Added: 2007-12-05 +%% +Type: script +Subtag: Zxxx +Description: Code for unwritten documents +Added: 2005-10-16 +%% +Type: script +Subtag: Zyyy +Description: Code for undetermined script +Added: 2005-10-16 +%% +Type: script +Subtag: Zzzz +Description: Code for uncoded script +Added: 2005-10-16 +%% +Type: region +Subtag: AA +Description: Private use +Added: 2005-10-16 +%% +Type: region +Subtag: AC +Description: Ascension Island +Added: 2009-07-29 +%% +Type: region +Subtag: AD +Description: Andorra +Added: 2005-10-16 +%% +Type: region +Subtag: AE +Description: United Arab Emirates +Added: 2005-10-16 +%% +Type: region +Subtag: AF +Description: Afghanistan +Added: 2005-10-16 +%% +Type: region +Subtag: AG +Description: Antigua and Barbuda +Added: 2005-10-16 +%% +Type: region +Subtag: AI +Description: Anguilla +Added: 2005-10-16 +%% +Type: region +Subtag: AL +Description: Albania +Added: 2005-10-16 +%% +Type: region +Subtag: AM +Description: Armenia +Added: 2005-10-16 +%% +Type: region +Subtag: AN +Description: Netherlands Antilles +Added: 2005-10-16 +Deprecated: 2011-01-07 +Comments: see BQ, CW, and SX +%% +Type: region +Subtag: AO +Description: Angola +Added: 2005-10-16 +%% +Type: region +Subtag: AQ +Description: Antarctica +Added: 2005-10-16 +%% +Type: region +Subtag: AR +Description: Argentina +Added: 2005-10-16 +%% +Type: region +Subtag: AS +Description: American Samoa +Added: 2005-10-16 +%% +Type: region +Subtag: AT +Description: Austria +Added: 2005-10-16 +%% +Type: region +Subtag: AU +Description: Australia +Added: 2005-10-16 +%% +Type: region +Subtag: AW +Description: Aruba +Added: 2005-10-16 +%% +Type: region +Subtag: AX +Description: Åland Islands +Added: 2005-10-16 +%% +Type: region +Subtag: AZ +Description: Azerbaijan +Added: 2005-10-16 +%% +Type: region +Subtag: BA +Description: Bosnia and Herzegovina +Added: 2005-10-16 +%% +Type: region +Subtag: BB +Description: Barbados +Added: 2005-10-16 +%% +Type: region +Subtag: BD +Description: Bangladesh +Added: 2005-10-16 +%% +Type: region +Subtag: BE +Description: Belgium +Added: 2005-10-16 +%% +Type: region +Subtag: BF +Description: Burkina Faso +Added: 2005-10-16 +%% +Type: region +Subtag: BG +Description: Bulgaria +Added: 2005-10-16 +%% +Type: region +Subtag: BH +Description: Bahrain +Added: 2005-10-16 +%% +Type: region +Subtag: BI +Description: Burundi +Added: 2005-10-16 +%% +Type: region +Subtag: BJ +Description: Benin +Added: 2005-10-16 +%% +Type: region +Subtag: BL +Description: Saint Barthélemy +Added: 2007-11-02 +%% +Type: region +Subtag: BM +Description: Bermuda +Added: 2005-10-16 +%% +Type: region +Subtag: BN +Description: Brunei Darussalam +Added: 2005-10-16 +%% +Type: region +Subtag: BO +Description: Bolivia +Added: 2005-10-16 +%% +Type: region +Subtag: BQ +Description: Bonaire, Sint Eustatius and Saba +Added: 2011-01-07 +%% +Type: region +Subtag: BR +Description: Brazil +Added: 2005-10-16 +%% +Type: region +Subtag: BS +Description: Bahamas +Added: 2005-10-16 +%% +Type: region +Subtag: BT +Description: Bhutan +Added: 2005-10-16 +%% +Type: region +Subtag: BU +Description: Burma +Added: 2005-10-16 +Deprecated: 1989-12-05 +Preferred-Value: MM +%% +Type: region +Subtag: BV +Description: Bouvet Island +Added: 2005-10-16 +%% +Type: region +Subtag: BW +Description: Botswana +Added: 2005-10-16 +%% +Type: region +Subtag: BY +Description: Belarus +Added: 2005-10-16 +%% +Type: region +Subtag: BZ +Description: Belize +Added: 2005-10-16 +%% +Type: region +Subtag: CA +Description: Canada +Added: 2005-10-16 +%% +Type: region +Subtag: CC +Description: Cocos (Keeling) Islands +Added: 2005-10-16 +%% +Type: region +Subtag: CD +Description: The Democratic Republic of the Congo +Added: 2005-10-16 +%% +Type: region +Subtag: CF +Description: Central African Republic +Added: 2005-10-16 +%% +Type: region +Subtag: CG +Description: Congo +Added: 2005-10-16 +%% +Type: region +Subtag: CH +Description: Switzerland +Added: 2005-10-16 +%% +Type: region +Subtag: CI +Description: Côte d'Ivoire +Added: 2005-10-16 +%% +Type: region +Subtag: CK +Description: Cook Islands +Added: 2005-10-16 +%% +Type: region +Subtag: CL +Description: Chile +Added: 2005-10-16 +%% +Type: region +Subtag: CM +Description: Cameroon +Added: 2005-10-16 +%% +Type: region +Subtag: CN +Description: China +Added: 2005-10-16 +%% +Type: region +Subtag: CO +Description: Colombia +Added: 2005-10-16 +%% +Type: region +Subtag: CP +Description: Clipperton Island +Added: 2009-07-29 +%% +Type: region +Subtag: CR +Description: Costa Rica +Added: 2005-10-16 +%% +Type: region +Subtag: CS +Description: Serbia and Montenegro +Added: 2005-10-16 +Deprecated: 2006-10-05 +Comments: see RS for Serbia or ME for Montenegro +%% +Type: region +Subtag: CU +Description: Cuba +Added: 2005-10-16 +%% +Type: region +Subtag: CV +Description: Cabo Verde +Description: Cape Verde +Added: 2005-10-16 +%% +Type: region +Subtag: CW +Description: Curaçao +Added: 2011-01-07 +%% +Type: region +Subtag: CX +Description: Christmas Island +Added: 2005-10-16 +%% +Type: region +Subtag: CY +Description: Cyprus +Added: 2005-10-16 +%% +Type: region +Subtag: CZ +Description: Czechia +Description: Czech Republic +Added: 2005-10-16 +%% +Type: region +Subtag: DD +Description: German Democratic Republic +Added: 2005-10-16 +Deprecated: 1990-10-30 +Preferred-Value: DE +%% +Type: region +Subtag: DE +Description: Germany +Added: 2005-10-16 +%% +Type: region +Subtag: DG +Description: Diego Garcia +Added: 2009-07-29 +%% +Type: region +Subtag: DJ +Description: Djibouti +Added: 2005-10-16 +%% +Type: region +Subtag: DK +Description: Denmark +Added: 2005-10-16 +%% +Type: region +Subtag: DM +Description: Dominica +Added: 2005-10-16 +%% +Type: region +Subtag: DO +Description: Dominican Republic +Added: 2005-10-16 +%% +Type: region +Subtag: DZ +Description: Algeria +Added: 2005-10-16 +%% +Type: region +Subtag: EA +Description: Ceuta, Melilla +Added: 2009-07-29 +%% +Type: region +Subtag: EC +Description: Ecuador +Added: 2005-10-16 +%% +Type: region +Subtag: EE +Description: Estonia +Added: 2005-10-16 +%% +Type: region +Subtag: EG +Description: Egypt +Added: 2005-10-16 +%% +Type: region +Subtag: EH +Description: Western Sahara +Added: 2005-10-16 +%% +Type: region +Subtag: ER +Description: Eritrea +Added: 2005-10-16 +%% +Type: region +Subtag: ES +Description: Spain +Added: 2005-10-16 +%% +Type: region +Subtag: ET +Description: Ethiopia +Added: 2005-10-16 +%% +Type: region +Subtag: EU +Description: European Union +Added: 2009-07-29 +%% +Type: region +Subtag: EZ +Description: Eurozone +Added: 2016-07-14 +%% +Type: region +Subtag: FI +Description: Finland +Added: 2005-10-16 +%% +Type: region +Subtag: FJ +Description: Fiji +Added: 2005-10-16 +%% +Type: region +Subtag: FK +Description: Falkland Islands (Malvinas) +Added: 2005-10-16 +%% +Type: region +Subtag: FM +Description: Federated States of Micronesia +Added: 2005-10-16 +%% +Type: region +Subtag: FO +Description: Faroe Islands +Added: 2005-10-16 +%% +Type: region +Subtag: FR +Description: France +Added: 2005-10-16 +%% +Type: region +Subtag: FX +Description: Metropolitan France +Added: 2005-10-16 +Deprecated: 1997-07-14 +Preferred-Value: FR +%% +Type: region +Subtag: GA +Description: Gabon +Added: 2005-10-16 +%% +Type: region +Subtag: GB +Description: United Kingdom +Added: 2005-10-16 +Comments: as of 2006-03-29 GB no longer includes the Channel Islands and + Isle of Man; see GG, JE, IM +%% +Type: region +Subtag: GD +Description: Grenada +Added: 2005-10-16 +%% +Type: region +Subtag: GE +Description: Georgia +Added: 2005-10-16 +%% +Type: region +Subtag: GF +Description: French Guiana +Added: 2005-10-16 +%% +Type: region +Subtag: GG +Description: Guernsey +Added: 2006-03-29 +%% +Type: region +Subtag: GH +Description: Ghana +Added: 2005-10-16 +%% +Type: region +Subtag: GI +Description: Gibraltar +Added: 2005-10-16 +%% +Type: region +Subtag: GL +Description: Greenland +Added: 2005-10-16 +%% +Type: region +Subtag: GM +Description: Gambia +Added: 2005-10-16 +%% +Type: region +Subtag: GN +Description: Guinea +Added: 2005-10-16 +%% +Type: region +Subtag: GP +Description: Guadeloupe +Added: 2005-10-16 +%% +Type: region +Subtag: GQ +Description: Equatorial Guinea +Added: 2005-10-16 +%% +Type: region +Subtag: GR +Description: Greece +Added: 2005-10-16 +%% +Type: region +Subtag: GS +Description: South Georgia and the South Sandwich Islands +Added: 2005-10-16 +%% +Type: region +Subtag: GT +Description: Guatemala +Added: 2005-10-16 +%% +Type: region +Subtag: GU +Description: Guam +Added: 2005-10-16 +%% +Type: region +Subtag: GW +Description: Guinea-Bissau +Added: 2005-10-16 +%% +Type: region +Subtag: GY +Description: Guyana +Added: 2005-10-16 +%% +Type: region +Subtag: HK +Description: Hong Kong +Added: 2005-10-16 +%% +Type: region +Subtag: HM +Description: Heard Island and McDonald Islands +Added: 2005-10-16 +%% +Type: region +Subtag: HN +Description: Honduras +Added: 2005-10-16 +%% +Type: region +Subtag: HR +Description: Croatia +Added: 2005-10-16 +%% +Type: region +Subtag: HT +Description: Haiti +Added: 2005-10-16 +%% +Type: region +Subtag: HU +Description: Hungary +Added: 2005-10-16 +%% +Type: region +Subtag: IC +Description: Canary Islands +Added: 2009-07-29 +%% +Type: region +Subtag: ID +Description: Indonesia +Added: 2005-10-16 +%% +Type: region +Subtag: IE +Description: Ireland +Added: 2005-10-16 +%% +Type: region +Subtag: IL +Description: Israel +Added: 2005-10-16 +%% +Type: region +Subtag: IM +Description: Isle of Man +Added: 2006-03-29 +%% +Type: region +Subtag: IN +Description: India +Added: 2005-10-16 +%% +Type: region +Subtag: IO +Description: British Indian Ocean Territory +Added: 2005-10-16 +%% +Type: region +Subtag: IQ +Description: Iraq +Added: 2005-10-16 +%% +Type: region +Subtag: IR +Description: Islamic Republic of Iran +Added: 2005-10-16 +%% +Type: region +Subtag: IS +Description: Iceland +Added: 2005-10-16 +%% +Type: region +Subtag: IT +Description: Italy +Added: 2005-10-16 +%% +Type: region +Subtag: JE +Description: Jersey +Added: 2006-03-29 +%% +Type: region +Subtag: JM +Description: Jamaica +Added: 2005-10-16 +%% +Type: region +Subtag: JO +Description: Jordan +Added: 2005-10-16 +%% +Type: region +Subtag: JP +Description: Japan +Added: 2005-10-16 +%% +Type: region +Subtag: KE +Description: Kenya +Added: 2005-10-16 +%% +Type: region +Subtag: KG +Description: Kyrgyzstan +Added: 2005-10-16 +%% +Type: region +Subtag: KH +Description: Cambodia +Added: 2005-10-16 +%% +Type: region +Subtag: KI +Description: Kiribati +Added: 2005-10-16 +%% +Type: region +Subtag: KM +Description: Comoros +Added: 2005-10-16 +%% +Type: region +Subtag: KN +Description: Saint Kitts and Nevis +Added: 2005-10-16 +%% +Type: region +Subtag: KP +Description: Democratic People's Republic of Korea +Added: 2005-10-16 +%% +Type: region +Subtag: KR +Description: Republic of Korea +Added: 2005-10-16 +%% +Type: region +Subtag: KW +Description: Kuwait +Added: 2005-10-16 +%% +Type: region +Subtag: KY +Description: Cayman Islands +Added: 2005-10-16 +%% +Type: region +Subtag: KZ +Description: Kazakhstan +Added: 2005-10-16 +%% +Type: region +Subtag: LA +Description: Lao People's Democratic Republic +Added: 2005-10-16 +%% +Type: region +Subtag: LB +Description: Lebanon +Added: 2005-10-16 +%% +Type: region +Subtag: LC +Description: Saint Lucia +Added: 2005-10-16 +%% +Type: region +Subtag: LI +Description: Liechtenstein +Added: 2005-10-16 +%% +Type: region +Subtag: LK +Description: Sri Lanka +Added: 2005-10-16 +%% +Type: region +Subtag: LR +Description: Liberia +Added: 2005-10-16 +%% +Type: region +Subtag: LS +Description: Lesotho +Added: 2005-10-16 +%% +Type: region +Subtag: LT +Description: Lithuania +Added: 2005-10-16 +%% +Type: region +Subtag: LU +Description: Luxembourg +Added: 2005-10-16 +%% +Type: region +Subtag: LV +Description: Latvia +Added: 2005-10-16 +%% +Type: region +Subtag: LY +Description: Libya +Added: 2005-10-16 +%% +Type: region +Subtag: MA +Description: Morocco +Added: 2005-10-16 +%% +Type: region +Subtag: MC +Description: Monaco +Added: 2005-10-16 +%% +Type: region +Subtag: MD +Description: Moldova +Added: 2005-10-16 +%% +Type: region +Subtag: ME +Description: Montenegro +Added: 2006-10-05 +%% +Type: region +Subtag: MF +Description: Saint Martin (French part) +Added: 2007-11-02 +%% +Type: region +Subtag: MG +Description: Madagascar +Added: 2005-10-16 +%% +Type: region +Subtag: MH +Description: Marshall Islands +Added: 2005-10-16 +%% +Type: region +Subtag: MK +Description: North Macedonia +Added: 2005-10-16 +%% +Type: region +Subtag: ML +Description: Mali +Added: 2005-10-16 +%% +Type: region +Subtag: MM +Description: Myanmar +Added: 2005-10-16 +%% +Type: region +Subtag: MN +Description: Mongolia +Added: 2005-10-16 +%% +Type: region +Subtag: MO +Description: Macao +Added: 2005-10-16 +%% +Type: region +Subtag: MP +Description: Northern Mariana Islands +Added: 2005-10-16 +%% +Type: region +Subtag: MQ +Description: Martinique +Added: 2005-10-16 +%% +Type: region +Subtag: MR +Description: Mauritania +Added: 2005-10-16 +%% +Type: region +Subtag: MS +Description: Montserrat +Added: 2005-10-16 +%% +Type: region +Subtag: MT +Description: Malta +Added: 2005-10-16 +%% +Type: region +Subtag: MU +Description: Mauritius +Added: 2005-10-16 +%% +Type: region +Subtag: MV +Description: Maldives +Added: 2005-10-16 +%% +Type: region +Subtag: MW +Description: Malawi +Added: 2005-10-16 +%% +Type: region +Subtag: MX +Description: Mexico +Added: 2005-10-16 +%% +Type: region +Subtag: MY +Description: Malaysia +Added: 2005-10-16 +%% +Type: region +Subtag: MZ +Description: Mozambique +Added: 2005-10-16 +%% +Type: region +Subtag: NA +Description: Namibia +Added: 2005-10-16 +%% +Type: region +Subtag: NC +Description: New Caledonia +Added: 2005-10-16 +%% +Type: region +Subtag: NE +Description: Niger +Added: 2005-10-16 +%% +Type: region +Subtag: NF +Description: Norfolk Island +Added: 2005-10-16 +%% +Type: region +Subtag: NG +Description: Nigeria +Added: 2005-10-16 +%% +Type: region +Subtag: NI +Description: Nicaragua +Added: 2005-10-16 +%% +Type: region +Subtag: NL +Description: Netherlands +Added: 2005-10-16 +%% +Type: region +Subtag: NO +Description: Norway +Added: 2005-10-16 +%% +Type: region +Subtag: NP +Description: Nepal +Added: 2005-10-16 +%% +Type: region +Subtag: NR +Description: Nauru +Added: 2005-10-16 +%% +Type: region +Subtag: NT +Description: Neutral Zone +Added: 2005-10-16 +Deprecated: 1993-07-12 +%% +Type: region +Subtag: NU +Description: Niue +Added: 2005-10-16 +%% +Type: region +Subtag: NZ +Description: New Zealand +Added: 2005-10-16 +%% +Type: region +Subtag: OM +Description: Oman +Added: 2005-10-16 +%% +Type: region +Subtag: PA +Description: Panama +Added: 2005-10-16 +%% +Type: region +Subtag: PE +Description: Peru +Added: 2005-10-16 +%% +Type: region +Subtag: PF +Description: French Polynesia +Added: 2005-10-16 +%% +Type: region +Subtag: PG +Description: Papua New Guinea +Added: 2005-10-16 +%% +Type: region +Subtag: PH +Description: Philippines +Added: 2005-10-16 +%% +Type: region +Subtag: PK +Description: Pakistan +Added: 2005-10-16 +%% +Type: region +Subtag: PL +Description: Poland +Added: 2005-10-16 +%% +Type: region +Subtag: PM +Description: Saint Pierre and Miquelon +Added: 2005-10-16 +%% +Type: region +Subtag: PN +Description: Pitcairn +Added: 2005-10-16 +%% +Type: region +Subtag: PR +Description: Puerto Rico +Added: 2005-10-16 +%% +Type: region +Subtag: PS +Description: State of Palestine +Added: 2005-10-16 +%% +Type: region +Subtag: PT +Description: Portugal +Added: 2005-10-16 +%% +Type: region +Subtag: PW +Description: Palau +Added: 2005-10-16 +%% +Type: region +Subtag: PY +Description: Paraguay +Added: 2005-10-16 +%% +Type: region +Subtag: QA +Description: Qatar +Added: 2005-10-16 +%% +Type: region +Subtag: QM..QZ +Description: Private use +Added: 2005-10-16 +%% +Type: region +Subtag: RE +Description: Réunion +Added: 2005-10-16 +%% +Type: region +Subtag: RO +Description: Romania +Added: 2005-10-16 +%% +Type: region +Subtag: RS +Description: Serbia +Added: 2006-10-05 +%% +Type: region +Subtag: RU +Description: Russian Federation +Added: 2005-10-16 +%% +Type: region +Subtag: RW +Description: Rwanda +Added: 2005-10-16 +%% +Type: region +Subtag: SA +Description: Saudi Arabia +Added: 2005-10-16 +%% +Type: region +Subtag: SB +Description: Solomon Islands +Added: 2005-10-16 +%% +Type: region +Subtag: SC +Description: Seychelles +Added: 2005-10-16 +%% +Type: region +Subtag: SD +Description: Sudan +Added: 2005-10-16 +%% +Type: region +Subtag: SE +Description: Sweden +Added: 2005-10-16 +%% +Type: region +Subtag: SG +Description: Singapore +Added: 2005-10-16 +%% +Type: region +Subtag: SH +Description: Saint Helena, Ascension and Tristan da Cunha +Added: 2005-10-16 +%% +Type: region +Subtag: SI +Description: Slovenia +Added: 2005-10-16 +%% +Type: region +Subtag: SJ +Description: Svalbard and Jan Mayen +Added: 2005-10-16 +%% +Type: region +Subtag: SK +Description: Slovakia +Added: 2005-10-16 +%% +Type: region +Subtag: SL +Description: Sierra Leone +Added: 2005-10-16 +%% +Type: region +Subtag: SM +Description: San Marino +Added: 2005-10-16 +%% +Type: region +Subtag: SN +Description: Senegal +Added: 2005-10-16 +%% +Type: region +Subtag: SO +Description: Somalia +Added: 2005-10-16 +%% +Type: region +Subtag: SR +Description: Suriname +Added: 2005-10-16 +%% +Type: region +Subtag: SS +Description: South Sudan +Added: 2011-08-25 +%% +Type: region +Subtag: ST +Description: Sao Tome and Principe +Added: 2005-10-16 +%% +Type: region +Subtag: SU +Description: Union of Soviet Socialist Republics +Added: 2005-10-16 +Deprecated: 1992-08-30 +%% +Type: region +Subtag: SV +Description: El Salvador +Added: 2005-10-16 +%% +Type: region +Subtag: SX +Description: Sint Maarten (Dutch part) +Added: 2011-01-07 +%% +Type: region +Subtag: SY +Description: Syrian Arab Republic +Added: 2005-10-16 +%% +Type: region +Subtag: SZ +Description: Eswatini +Description: eSwatini +Description: Swaziland +Added: 2005-10-16 +%% +Type: region +Subtag: TA +Description: Tristan da Cunha +Added: 2009-07-29 +%% +Type: region +Subtag: TC +Description: Turks and Caicos Islands +Added: 2005-10-16 +%% +Type: region +Subtag: TD +Description: Chad +Added: 2005-10-16 +%% +Type: region +Subtag: TF +Description: French Southern Territories +Added: 2005-10-16 +%% +Type: region +Subtag: TG +Description: Togo +Added: 2005-10-16 +%% +Type: region +Subtag: TH +Description: Thailand +Added: 2005-10-16 +%% +Type: region +Subtag: TJ +Description: Tajikistan +Added: 2005-10-16 +%% +Type: region +Subtag: TK +Description: Tokelau +Added: 2005-10-16 +%% +Type: region +Subtag: TL +Description: Timor-Leste +Added: 2005-10-16 +%% +Type: region +Subtag: TM +Description: Turkmenistan +Added: 2005-10-16 +%% +Type: region +Subtag: TN +Description: Tunisia +Added: 2005-10-16 +%% +Type: region +Subtag: TO +Description: Tonga +Added: 2005-10-16 +%% +Type: region +Subtag: TP +Description: East Timor +Added: 2005-10-16 +Deprecated: 2002-05-20 +Preferred-Value: TL +%% +Type: region +Subtag: TR +Description: Turkey +Added: 2005-10-16 +%% +Type: region +Subtag: TT +Description: Trinidad and Tobago +Added: 2005-10-16 +%% +Type: region +Subtag: TV +Description: Tuvalu +Added: 2005-10-16 +%% +Type: region +Subtag: TW +Description: Taiwan, Province of China +Added: 2005-10-16 +%% +Type: region +Subtag: TZ +Description: United Republic of Tanzania +Added: 2005-10-16 +%% +Type: region +Subtag: UA +Description: Ukraine +Added: 2005-10-16 +%% +Type: region +Subtag: UG +Description: Uganda +Added: 2005-10-16 +%% +Type: region +Subtag: UM +Description: United States Minor Outlying Islands +Added: 2005-10-16 +%% +Type: region +Subtag: UN +Description: United Nations +Added: 2016-07-14 +%% +Type: region +Subtag: US +Description: United States +Added: 2005-10-16 +%% +Type: region +Subtag: UY +Description: Uruguay +Added: 2005-10-16 +%% +Type: region +Subtag: UZ +Description: Uzbekistan +Added: 2005-10-16 +%% +Type: region +Subtag: VA +Description: Holy See (Vatican City State) +Added: 2005-10-16 +%% +Type: region +Subtag: VC +Description: Saint Vincent and the Grenadines +Added: 2005-10-16 +%% +Type: region +Subtag: VE +Description: Venezuela +Added: 2005-10-16 +%% +Type: region +Subtag: VG +Description: British Virgin Islands +Added: 2005-10-16 +%% +Type: region +Subtag: VI +Description: U.S. Virgin Islands +Added: 2005-10-16 +%% +Type: region +Subtag: VN +Description: Viet Nam +Added: 2005-10-16 +%% +Type: region +Subtag: VU +Description: Vanuatu +Added: 2005-10-16 +%% +Type: region +Subtag: WF +Description: Wallis and Futuna +Added: 2005-10-16 +%% +Type: region +Subtag: WS +Description: Samoa +Added: 2005-10-16 +%% +Type: region +Subtag: XA..XZ +Description: Private use +Added: 2005-10-16 +%% +Type: region +Subtag: YD +Description: Democratic Yemen +Added: 2005-10-16 +Deprecated: 1990-08-14 +Preferred-Value: YE +%% +Type: region +Subtag: YE +Description: Yemen +Added: 2005-10-16 +%% +Type: region +Subtag: YT +Description: Mayotte +Added: 2005-10-16 +%% +Type: region +Subtag: YU +Description: Yugoslavia +Added: 2005-10-16 +Deprecated: 2003-07-23 +Comments: see BA, HR, ME, MK, RS, or SI +%% +Type: region +Subtag: ZA +Description: South Africa +Added: 2005-10-16 +%% +Type: region +Subtag: ZM +Description: Zambia +Added: 2005-10-16 +%% +Type: region +Subtag: ZR +Description: Zaire +Added: 2005-10-16 +Deprecated: 1997-07-14 +Preferred-Value: CD +%% +Type: region +Subtag: ZW +Description: Zimbabwe +Added: 2005-10-16 +%% +Type: region +Subtag: ZZ +Description: Private use +Added: 2005-10-16 +%% +Type: region +Subtag: 001 +Description: World +Added: 2005-10-16 +%% +Type: region +Subtag: 002 +Description: Africa +Added: 2005-10-16 +%% +Type: region +Subtag: 003 +Description: North America +Added: 2010-08-16 +Comments: Includes Northern America (021), Caribbean (029), and Central + America (013); see also 021 +%% +Type: region +Subtag: 005 +Description: South America +Added: 2005-10-16 +%% +Type: region +Subtag: 009 +Description: Oceania +Added: 2005-10-16 +%% +Type: region +Subtag: 011 +Description: Western Africa +Added: 2005-10-16 +%% +Type: region +Subtag: 013 +Description: Central America +Added: 2005-10-16 +%% +Type: region +Subtag: 014 +Description: Eastern Africa +Added: 2005-10-16 +%% +Type: region +Subtag: 015 +Description: Northern Africa +Added: 2005-10-16 +%% +Type: region +Subtag: 017 +Description: Middle Africa +Added: 2005-10-16 +%% +Type: region +Subtag: 018 +Description: Southern Africa +Added: 2005-10-16 +%% +Type: region +Subtag: 019 +Description: Americas +Added: 2005-10-16 +%% +Type: region +Subtag: 021 +Description: Northern America +Added: 2005-10-16 +Comments: Does not include Caribbean (029) or Central America (013); see + also 003 +%% +Type: region +Subtag: 029 +Description: Caribbean +Added: 2005-10-16 +%% +Type: region +Subtag: 030 +Description: Eastern Asia +Added: 2005-10-16 +%% +Type: region +Subtag: 034 +Description: Southern Asia +Added: 2005-10-16 +%% +Type: region +Subtag: 035 +Description: South-Eastern Asia +Added: 2005-10-16 +%% +Type: region +Subtag: 039 +Description: Southern Europe +Added: 2005-10-16 +%% +Type: region +Subtag: 053 +Description: Australia and New Zealand +Added: 2005-10-16 +%% +Type: region +Subtag: 054 +Description: Melanesia +Added: 2005-10-16 +%% +Type: region +Subtag: 057 +Description: Micronesia +Added: 2005-10-16 +%% +Type: region +Subtag: 061 +Description: Polynesia +Added: 2005-10-16 +%% +Type: region +Subtag: 142 +Description: Asia +Added: 2005-10-16 +%% +Type: region +Subtag: 143 +Description: Central Asia +Added: 2005-10-16 +%% +Type: region +Subtag: 145 +Description: Western Asia +Added: 2005-10-16 +%% +Type: region +Subtag: 150 +Description: Europe +Added: 2005-10-16 +%% +Type: region +Subtag: 151 +Description: Eastern Europe +Added: 2005-10-16 +%% +Type: region +Subtag: 154 +Description: Northern Europe +Added: 2005-10-16 +%% +Type: region +Subtag: 155 +Description: Western Europe +Added: 2005-10-16 +%% +Type: region +Subtag: 202 +Description: Sub-Saharan Africa +Added: 2017-04-18 +%% +Type: region +Subtag: 419 +Description: Latin America and the Caribbean +Added: 2005-10-16 +%% +Type: variant +Subtag: 1606nict +Description: Late Middle French (to 1606) +Added: 2007-03-20 +Prefix: frm +Comments: 16th century French as in Jean Nicot, "Thresor de la langue + francoyse", 1606, but also including some French similar to that of + Rabelais +%% +Type: variant +Subtag: 1694acad +Description: Early Modern French +Added: 2007-03-20 +Prefix: fr +Comments: 17th century French, as catalogued in the "Dictionnaire de + l'académie françoise", 4eme ed. 1694; frequently includes + elements of Middle French, as this is a transitional period +%% +Type: variant +Subtag: 1901 +Description: Traditional German orthography +Added: 2005-10-16 +Prefix: de +%% +Type: variant +Subtag: 1959acad +Description: "Academic" ("governmental") variant of Belarusian as + codified in 1959 +Added: 2008-09-30 +Prefix: be +%% +Type: variant +Subtag: 1994 +Description: Standardized Resian orthography +Added: 2007-07-28 +Prefix: sl-rozaj +Prefix: sl-rozaj-biske +Prefix: sl-rozaj-njiva +Prefix: sl-rozaj-osojs +Prefix: sl-rozaj-solba +Comments: For standardized Resian an orthography was published in 1994. +%% +Type: variant +Subtag: 1996 +Description: German orthography of 1996 +Added: 2005-10-16 +Prefix: de +%% +Type: variant +Subtag: abl1943 +Description: Orthographic formulation of 1943 - Official in Brazil + (Formulário Ortográfico de 1943 - Oficial no Brasil) +Added: 2015-05-06 +Prefix: pt-BR +Comments: Denotes conventions established by the Academia Brasileira de + Letras in 1943 and generally used in Brazil until 2009 +%% +Type: variant +Subtag: alalc97 +Description: ALA-LC Romanization, 1997 edition +Added: 2009-12-09 +Comments: Romanizations recommended by the American Library Association + and the Library of Congress, in "ALA-LC Romanization Tables: + Transliteration Schemes for Non-Roman Scripts" (1997), ISBN + 978-0-8444-0940-5. +%% +Type: variant +Subtag: aluku +Description: Aluku dialect +Description: Boni dialect +Added: 2009-09-05 +Prefix: djk +Comments: Aluku dialect of the "Busi Nenge Tongo" English-based Creole + continuum in Eastern Suriname and Western French Guiana +%% +Type: variant +Subtag: akuapem +Description: Akuapem Twi +Added: 2017-06-05 +Prefix: tw +%% +Type: variant +Subtag: ao1990 +Description: Portuguese Language Orthographic Agreement of 1990 (Acordo + Ortográfico da Língua Portuguesa de 1990) +Added: 2015-05-06 +Prefix: pt +Prefix: gl +Comments: Portuguese orthography conventions established in 1990 but + not brought into effect until 2009 +%% +Type: variant +Subtag: aranes +Description: Aranese +Added: 2018-04-22 +Prefix: oc +Comments: Occitan variant spoken in the Val d'Aran +%% +Type: variant +Subtag: arevela +Description: Eastern Armenian +Added: 2006-09-18 +Deprecated: 2018-03-24 +Prefix: hy +Comments: Preferred tag is hy +%% +Type: variant +Subtag: arevmda +Description: Western Armenian +Added: 2006-09-18 +Deprecated: 2018-03-24 +Prefix: hy +Comments: Preferred tag is hyw +%% +Type: variant +Subtag: asante +Description: Asante Twi +Description: Ashanti Twi +Added: 2017-06-05 +Prefix: tw +%% +Type: variant +Subtag: auvern +Description: Auvergnat +Added: 2018-04-22 +Prefix: oc +Comments: Occitan variant spoken in Auvergne +%% +Type: variant +Subtag: baku1926 +Description: Unified Turkic Latin Alphabet (Historical) +Added: 2007-04-18 +Prefix: az +Prefix: ba +Prefix: crh +Prefix: kk +Prefix: krc +Prefix: ky +Prefix: sah +Prefix: tk +Prefix: tt +Prefix: uz +Comments: Denotes alphabet used in Turkic republics/regions of the + former USSR in late 1920s, and throughout 1930s, which aspired to + represent equivalent phonemes in a unified fashion. Also known as: New + Turkic Alphabet; Birlәşdirilmiş Jeni Tyrk + Әlifbasь (Birlesdirilmis Jeni Tyrk Elifbasi); + Jaŋalif (Janalif). +%% +Type: variant +Subtag: balanka +Description: The Balanka dialect of Anii +Added: 2014-02-15 +Prefix: blo +Comments: Balanka is one of 19 Anii dialects. +%% +Type: variant +Subtag: barla +Description: The Barlavento dialect group of Kabuverdianu +Prefix: kea +Comments: Barlavento is one of the two main dialect groups of + Kabuverdianu. +Added: 2013-12-10 +%% +Type: variant +Subtag: basiceng +Description: Basic English +Added: 2015-12-29 +Prefix: en +%% +Type: variant +Subtag: bauddha +Description: Buddhist Hybrid Sanskrit +Added: 2010-07-28 +Prefix: sa +%% +Type: variant +Subtag: biscayan +Description: Biscayan dialect of Basque +Added: 2010-04-13 +Prefix: eu +%% +Type: variant +Subtag: biske +Description: The San Giorgio dialect of Resian +Description: The Bila dialect of Resian +Added: 2007-07-05 +Prefix: sl-rozaj +Comments: The dialect of San Giorgio/Bila is one of the four major local + dialects of Resian +%% +Type: variant +Subtag: bohoric +Description: Slovene in Bohorič alphabet +Added: 2012-06-27 +Prefix: sl +Comments: The subtag represents the alphabet codified by Adam Bohorič + in 1584 and used from the first printed Slovene book and up to the + mid-19th century. +%% +Type: variant +Subtag: boont +Description: Boontling +Added: 2006-09-18 +Prefix: en +Comments: Jargon embedded in American English +%% +Type: variant +Subtag: bornholm +Description: Bornholmsk +Added: 2019-03-27 +Prefix: da +%% +Type: variant +Subtag: cisaup +Description: Cisalpine +Added: 2018-04-22 +Prefix: oc +Comments: Occitan variant spoken in northwestern Italy +%% +Type: variant +Subtag: colb1945 +Description: Portuguese-Brazilian Orthographic Convention of 1945 + (Convenção Ortográfica Luso-Brasileira de 1945) +Added: 2015-05-06 +Prefix: pt +Comments: Portuguese orthography conventions established in 1945, + generally in effect until 2009. This reform was not ratified in + Brazil. +%% +Type: variant +Subtag: cornu +Description: Cornu-English +Description: Cornish English +Description: Anglo-Cornish +Added: 2015-12-07 +Prefix: en +%% +Type: variant +Subtag: creiss +Description: Occitan variants of the Croissant area +Added: 2018-04-22 +Prefix: oc +%% +Type: variant +Subtag: dajnko +Description: Slovene in Dajnko alphabet +Added: 2012-06-27 +Prefix: sl +Comments: The subtag represents the alphabet codified by Peter Dajnko + and used from 1824 to 1839 mostly in Styria (in what is now Eastern + Slovenia). +%% +Type: variant +Subtag: ekavsk +Description: Serbian with Ekavian pronunciation +Prefix: sr +Prefix: sr-Latn +Prefix: sr-Cyrl +Added: 2013-12-02 +%% +Type: variant +Subtag: emodeng +Description: Early Modern English (1500-1700) +Added: 2012-02-05 +Prefix: en +%% +Type: variant +Subtag: fonipa +Description: International Phonetic Alphabet +Added: 2006-12-11 +%% +Type: variant +Subtag: fonkirsh +Description: Kirshenbaum Phonetic Alphabet +Added: 2018-04-22 +%% +Type: variant +Subtag: fonnapa +Description: North American Phonetic Alphabet +Description: Americanist Phonetic Notation +Added: 2016-06-24 +%% +Type: variant +Subtag: fonupa +Description: Uralic Phonetic Alphabet +Added: 2006-12-11 +%% +Type: variant +Subtag: fonxsamp +Description: X-SAMPA transcription +Added: 2010-10-23 +Comments: Indicates that the content is transcribed according to X-SAMPA +%% +Type: variant +Subtag: gascon +Description: Gascon +Added: 2018-04-22 +Prefix: oc +Comments: Occitan variant spoken in Gascony +%% +Type: variant +Subtag: grclass +Description: Classical Occitan orthography +Added: 2018-04-22 +Prefix: oc +Comments: Classical written standard for Occitan developed in 1935 by + Alibèrt +%% +Type: variant +Subtag: grital +Description: Italian-inspired Occitan orthography +Added: 2018-04-22 +Prefix: oc +%% +Type: variant +Subtag: grmistr +Description: Mistralian or Mistralian-inspired Occitan orthography +Added: 2018-04-22 +Prefix: oc +Comments: Written standard developed by Romanilha in 1853 and used by + Mistral and the Félibres, including derived standards such as Escolo + dóu Po, Escolo Gaston Febus, and others +%% +Type: variant +Subtag: hepburn +Description: Hepburn romanization +Added: 2009-10-01 +Prefix: ja-Latn +%% +Type: variant +Subtag: heploc +Description: Hepburn romanization, Library of Congress method +Added: 2009-10-01 +Deprecated: 2010-02-07 +Preferred-Value: alalc97 +Prefix: ja-Latn-hepburn +Comments: Preferred tag is ja-Latn-alalc97 +%% +Type: variant +Subtag: hognorsk +Description: Norwegian in Høgnorsk (High Norwegian) orthography +Added: 2010-01-02 +Prefix: nn +Comments: Norwegian following Ivar Aasen's orthographical principles, + including modern usage. +%% +Type: variant +Subtag: hsistemo +Description: Standard H-system orthographic fallback for spelling + Esperanto +Added: 2017-03-14 +Prefix: eo +%% +Type: variant +Subtag: ijekavsk +Description: Serbian with Ijekavian pronunciation +Prefix: sr +Prefix: sr-Latn +Prefix: sr-Cyrl +Added: 2013-12-02 +%% +Type: variant +Subtag: itihasa +Description: Epic Sanskrit +Added: 2010-07-28 +Prefix: sa +%% +Type: variant +Subtag: ivanchov +Description: Bulgarian in 1899 orthography +Added: 2017-12-13 +Prefix: bg +Comments: Bulgarian orthography introduced by Todor Ivanchov in 1899 +%% +Type: variant +Subtag: jauer +Description: Jauer dialect of Romansh +Added: 2010-06-29 +Prefix: rm +Comments: The spoken dialect of the Val Müstair, which has no written + standard. +%% +Type: variant +Subtag: jyutping +Description: Jyutping Cantonese Romanization +Added: 2010-10-23 +Prefix: yue +Comments: Jyutping romanization of Cantonese +%% +Type: variant +Subtag: kkcor +Description: Common Cornish orthography of Revived Cornish +Added: 2008-10-14 +Prefix: kw +%% +Type: variant +Subtag: kociewie +Description: The Kociewie dialect of Polish +Added: 2014-11-27 +Prefix: pl +Comments: The dialect of Kociewie is spoken in the region around + Starogard Gdański, Tczew and Świecie in northern Poland. +%% +Type: variant +Subtag: kscor +Description: Standard Cornish orthography of Revived Cornish +Description: Kernowek Standard +Added: 2012-06-27 +Prefix: kw +%% +Type: variant +Subtag: laukika +Description: Classical Sanskrit +Added: 2010-07-28 +Prefix: sa +%% +Type: variant +Subtag: lemosin +Description: Limousin +Added: 2018-04-22 +Prefix: oc +Comments: Occitan variant spoken in Limousin +%% +Type: variant +Subtag: lengadoc +Description: Languedocien +Added: 2018-04-22 +Prefix: oc +Comments: Occitan variant spoken in Languedoc +%% +Type: variant +Subtag: lipaw +Description: The Lipovaz dialect of Resian +Description: The Lipovec dialect of Resian +Added: 2007-08-11 +Prefix: sl-rozaj +Comments: The dialect of Lipovaz/Lipovec is one of the minor local + dialects of Resian +%% +Type: variant +Subtag: luna1918 +Description: Post-1917 Russian orthography +Added: 2010-10-10 +Prefix: ru +Comments: Russian orthography as established by the 1917/1918 + orthographic reforms +%% +Type: variant +Subtag: metelko +Description: Slovene in Metelko alphabet +Added: 2012-06-27 +Prefix: sl +Comments: The subtag represents the alphabet codified by Franc Serafin + Metelko and used from 1825 to 1833. +%% +Type: variant +Subtag: monoton +Description: Monotonic Greek +Added: 2006-12-11 +Prefix: el +%% +Type: variant +Subtag: ndyuka +Description: Ndyuka dialect +Description: Aukan dialect +Added: 2009-09-05 +Prefix: djk +Comments: Ndyuka dialect of the "Busi Nenge Tongo" English-based + Creole continuum in Eastern Suriname and Western French Guiana +%% +Type: variant +Subtag: nedis +Description: Natisone dialect +Description: Nadiza dialect +Added: 2005-10-16 +Prefix: sl +%% +Type: variant +Subtag: newfound +Description: Newfoundland English +Added: 2015-11-25 +Prefix: en-CA +%% +Type: variant +Subtag: nicard +Description: Niçard +Added: 2018-04-22 +Prefix: oc +Comments: Occitan variant spoken in Nice +%% +Type: variant +Subtag: njiva +Description: The Gniva dialect of Resian +Description: The Njiva dialect of Resian +Added: 2007-07-05 +Prefix: sl-rozaj +Comments: The dialect of Gniva/Njiva is one of the four major local + dialects of Resian +%% +Type: variant +Subtag: nulik +Description: Volapük nulik +Description: Volapük perevidöl +Description: Volapük nulädik +Description: de Jong's Volapük +Description: New Volapük +Description: Revised Volapük +Description: Modern Volapük +Added: 2012-01-28 +Prefix: vo +%% +Type: variant +Subtag: osojs +Description: The Oseacco dialect of Resian +Description: The Osojane dialect of Resian +Added: 2007-07-05 +Prefix: sl-rozaj +Comments: The dialect of Oseacco/Osojane is one of the four major local + dialects of Resian +%% +Type: variant +Subtag: oxendict +Description: Oxford English Dictionary spelling +Added: 2015-04-17 +Prefix: en +%% +Type: variant +Subtag: pahawh2 +Description: Pahawh Hmong Second Stage Reduced orthography +Added: 2017-01-13 +Prefix: mww +Prefix: hnj +%% +Type: variant +Subtag: pahawh3 +Description: Pahawh Hmong Third Stage Reduced orthography +Added: 2017-01-13 +Prefix: mww +Prefix: hnj +%% +Type: variant +Subtag: pahawh4 +Description: Pahawh Hmong Final Version orthography +Added: 2017-01-13 +Prefix: mww +Prefix: hnj +%% +Type: variant +Subtag: pamaka +Description: Pamaka dialect +Added: 2009-09-05 +Prefix: djk +Comments: Pamaka dialect of the "Busi Nenge Tongo" English-based + Creole continuum in Eastern Suriname and Western French Guiana +%% +Type: variant +Subtag: peano +Description: Latino Sine Flexione +Description: Interlingua de API +Description: Interlingua de Peano +Prefix: la +Comments: Peano’s Interlingua, created in 1903 by Giuseppe Peano as an + international auxiliary language +Added: 2020-03-12 +%% +Type: variant +Subtag: petr1708 +Description: Petrine orthography +Added: 2010-10-10 +Prefix: ru +Comments: Russian orthography from the Petrine orthographic reforms of + 1708 to the 1917 orthographic reform +%% +Type: variant +Subtag: pinyin +Description: Pinyin romanization +Added: 2008-10-14 +Prefix: zh-Latn +Prefix: bo-Latn +%% +Type: variant +Subtag: polyton +Description: Polytonic Greek +Added: 2006-12-11 +Prefix: el +%% +Type: variant +Subtag: provenc +Description: Provençal +Added: 2018-04-22 +Prefix: oc +Comments: Occitan variant spoken in Provence +%% +Type: variant +Subtag: puter +Description: Puter idiom of Romansh +Added: 2010-06-29 +Prefix: rm +Comments: Puter is one of the five traditional written standards or + "idioms" of the Romansh language. +%% +Type: variant +Subtag: rigik +Description: Volapük rigik +Description: Schleyer's Volapük +Description: Original Volapük +Description: Classic Volapük +Added: 2012-01-28 +Prefix: vo +%% +Type: variant +Subtag: rozaj +Description: Resian +Description: Resianic +Description: Rezijan +Added: 2005-10-16 +Prefix: sl +%% +Type: variant +Subtag: rumgr +Description: Rumantsch Grischun +Added: 2010-06-29 +Prefix: rm +Comments: Supraregional Romansh written standard +%% +Type: variant +Subtag: scotland +Description: Scottish Standard English +Added: 2007-08-31 +Prefix: en +%% +Type: variant +Subtag: scouse +Description: Scouse +Added: 2006-09-18 +Prefix: en +Comments: English Liverpudlian dialect known as 'Scouse' +%% +Type: variant +Subtag: simple +Description: Simplified form +Added: 2015-12-29 +%% +Type: variant +Subtag: solba +Description: The Stolvizza dialect of Resian +Description: The Solbica dialect of Resian +Added: 2007-07-05 +Prefix: sl-rozaj +Comments: The dialect of Stolvizza/Solbica is one of the four major + local dialects of Resian +%% +Type: variant +Subtag: sotav +Description: The Sotavento dialect group of Kabuverdianu +Prefix: kea +Comments: Sotavento is one of the two main dialect groups of + Kabuverdianu. +Added: 2013-12-10 +%% +Type: variant +Subtag: spanglis +Description: Spanglish +Added: 2017-02-23 +Prefix: en +Prefix: es +Comments: A variety of contact dialects of English and Spanish +%% +Type: variant +Subtag: surmiran +Description: Surmiran idiom of Romansh +Added: 2010-06-29 +Prefix: rm +Comments: Surmiran is one of the five traditional written standards or + "idioms" of the Romansh language. +%% +Type: variant +Subtag: sursilv +Description: Sursilvan idiom of Romansh +Added: 2010-06-29 +Prefix: rm +Comments: Sursilvan is one of the five traditional written standards or + "idioms" of the Romansh language. +%% +Type: variant +Subtag: sutsilv +Description: Sutsilvan idiom of Romansh +Added: 2010-06-29 +Prefix: rm +Comments: Sutsilvan is one of the five traditional written standards or + "idioms" of the Romansh language. +%% +Type: variant +Subtag: tarask +Description: Belarusian in Taraskievica orthography +Added: 2007-04-27 +Prefix: be +Comments: The subtag represents Branislau Taraskievic's Belarusian + orthography as published in "Bielaruski klasycny pravapis" by Juras + Buslakou, Vincuk Viacorka, Zmicier Sanko, and Zmicier Sauka (Vilnia- + Miensk 2005). +%% +Type: variant +Subtag: uccor +Description: Unified Cornish orthography of Revived Cornish +Added: 2008-10-14 +Prefix: kw +%% +Type: variant +Subtag: ucrcor +Description: Unified Cornish Revised orthography of Revived Cornish +Added: 2008-10-14 +Prefix: kw +%% +Type: variant +Subtag: ulster +Description: Ulster dialect of Scots +Added: 2010-04-10 +Prefix: sco +%% +Type: variant +Subtag: unifon +Description: Unifon phonetic alphabet +Added: 2013-10-02 +Prefix: en +Prefix: hup +Prefix: kyh +Prefix: tol +Prefix: yur +%% +Type: variant +Subtag: vaidika +Description: Vedic Sanskrit +Added: 2010-07-28 +Prefix: sa +Comments: The most ancient dialect of Sanskrit used in verse and prose + composed until about the 4th century B.C.E. +%% +Type: variant +Subtag: valencia +Description: Valencian +Added: 2007-03-06 +Prefix: ca +Comments: Variety spoken in the "Comunidad Valenciana" region of Spain, + where it is co-official with Spanish. +%% +Type: variant +Subtag: vallader +Description: Vallader idiom of Romansh +Added: 2010-06-29 +Prefix: rm +Comments: Vallader is one of the five traditional written standards or + "idioms" of the Romansh language. +%% +Type: variant +Subtag: vivaraup +Description: Vivaro-Alpine +Added: 2018-04-22 +Prefix: oc +Comments: Occitan variant spoken in northeastern Occitania +%% +Type: variant +Subtag: wadegile +Description: Wade-Giles romanization +Added: 2008-10-03 +Prefix: zh-Latn +%% +Type: variant +Subtag: xsistemo +Description: Standard X-system orthographic fallback for spelling + Esperanto +Added: 2017-03-14 +Prefix: eo +%% +Type: grandfathered +Tag: art-lojban +Description: Lojban +Added: 2001-11-11 +Deprecated: 2003-09-02 +Preferred-Value: jbo +%% +Type: grandfathered +Tag: cel-gaulish +Description: Gaulish +Added: 2001-05-25 +Deprecated: 2015-03-29 +Comments: see xcg, xga, xtg +%% +Type: grandfathered +Tag: en-GB-oed +Description: English, Oxford English Dictionary spelling +Added: 2003-07-09 +Deprecated: 2015-04-17 +Preferred-Value: en-GB-oxendict +%% +Type: grandfathered +Tag: i-ami +Description: Amis +Added: 1999-05-25 +Deprecated: 2009-07-29 +Preferred-Value: ami +%% +Type: grandfathered +Tag: i-bnn +Description: Bunun +Added: 1999-05-25 +Deprecated: 2009-07-29 +Preferred-Value: bnn +%% +Type: grandfathered +Tag: i-default +Description: Default Language +Added: 1998-03-10 +%% +Type: grandfathered +Tag: i-enochian +Description: Enochian +Added: 2002-07-03 +Deprecated: 2015-03-29 +%% +Type: grandfathered +Tag: i-hak +Description: Hakka +Added: 1999-01-31 +Deprecated: 2000-01-10 +Preferred-Value: hak +%% +Type: grandfathered +Tag: i-klingon +Description: Klingon +Added: 1999-05-26 +Deprecated: 2004-02-24 +Preferred-Value: tlh +%% +Type: grandfathered +Tag: i-lux +Description: Luxembourgish +Added: 1997-09-19 +Deprecated: 1998-09-09 +Preferred-Value: lb +%% +Type: grandfathered +Tag: i-mingo +Description: Mingo +Added: 1997-09-19 +%% +Type: grandfathered +Tag: i-navajo +Description: Navajo +Added: 1997-09-19 +Deprecated: 2000-02-18 +Preferred-Value: nv +%% +Type: grandfathered +Tag: i-pwn +Description: Paiwan +Added: 1999-05-25 +Deprecated: 2009-07-29 +Preferred-Value: pwn +%% +Type: grandfathered +Tag: i-tao +Description: Tao +Added: 1999-05-25 +Deprecated: 2009-07-29 +Preferred-Value: tao +%% +Type: grandfathered +Tag: i-tay +Description: Tayal +Added: 1999-05-25 +Deprecated: 2009-07-29 +Preferred-Value: tay +%% +Type: grandfathered +Tag: i-tsu +Description: Tsou +Added: 1999-05-25 +Deprecated: 2009-07-29 +Preferred-Value: tsu +%% +Type: grandfathered +Tag: no-bok +Description: Norwegian Bokmal +Added: 1995-08-23 +Deprecated: 2000-02-18 +Preferred-Value: nb +%% +Type: grandfathered +Tag: no-nyn +Description: Norwegian Nynorsk +Added: 1995-08-23 +Deprecated: 2000-02-18 +Preferred-Value: nn +%% +Type: grandfathered +Tag: sgn-BE-FR +Description: Belgian-French Sign Language +Added: 2001-11-11 +Deprecated: 2009-07-29 +Preferred-Value: sfb +%% +Type: grandfathered +Tag: sgn-BE-NL +Description: Belgian-Flemish Sign Language +Added: 2001-11-11 +Deprecated: 2009-07-29 +Preferred-Value: vgt +%% +Type: grandfathered +Tag: sgn-CH-DE +Description: Swiss German Sign Language +Added: 2001-11-11 +Deprecated: 2009-07-29 +Preferred-Value: sgg +%% +Type: grandfathered +Tag: zh-guoyu +Description: Mandarin or Standard Chinese +Added: 1999-12-18 +Deprecated: 2005-07-15 +Preferred-Value: cmn +%% +Type: grandfathered +Tag: zh-hakka +Description: Hakka +Added: 1999-12-18 +Deprecated: 2009-07-29 +Preferred-Value: hak +%% +Type: grandfathered +Tag: zh-min +Description: Min, Fuzhou, Hokkien, Amoy, or Taiwanese +Added: 1999-12-18 +Deprecated: 2009-07-29 +Comments: see cdo, cpx, czo, mnp, nan +%% +Type: grandfathered +Tag: zh-min-nan +Description: Minnan, Hokkien, Amoy, Taiwanese, Southern Min, Southern + Fujian, Hoklo, Southern Fukien, Ho-lo +Added: 2001-03-26 +Deprecated: 2009-07-29 +Preferred-Value: nan +%% +Type: grandfathered +Tag: zh-xiang +Description: Xiang or Hunanese +Added: 1999-12-18 +Deprecated: 2009-07-29 +Preferred-Value: hsn +%% +Type: redundant +Tag: az-Arab +Description: Azerbaijani in Arabic script +Added: 2003-05-30 +%% +Type: redundant +Tag: az-Cyrl +Description: Azerbaijani in Cyrillic script +Added: 2003-05-30 +%% +Type: redundant +Tag: az-Latn +Description: Azerbaijani in Latin script +Added: 2003-05-30 +%% +Type: redundant +Tag: be-Latn +Description: Belarusian in Latin script +Added: 2005-01-06 +%% +Type: redundant +Tag: bs-Cyrl +Description: Bosnian in Cyrillic script +Added: 2005-02-17 +%% +Type: redundant +Tag: bs-Latn +Description: Bosnian in Latin script +Added: 2005-02-17 +%% +Type: redundant +Tag: de-1901 +Description: German, traditional orthography +Added: 2001-07-17 +%% +Type: redundant +Tag: de-1996 +Description: German, orthography of 1996 +Added: 2001-07-17 +%% +Type: redundant +Tag: de-AT-1901 +Description: German, Austrian variant, traditional orthography +Added: 2001-07-17 +%% +Type: redundant +Tag: de-AT-1996 +Description: German, Austrian variant, orthography of 1996 +Added: 2001-07-17 +%% +Type: redundant +Tag: de-CH-1901 +Description: German, Swiss variant, traditional orthography +Added: 2001-07-17 +%% +Type: redundant +Tag: de-CH-1996 +Description: German, Swiss variant, orthography of 1996 +Added: 2001-07-17 +%% +Type: redundant +Tag: de-DE-1901 +Description: German, German variant, traditional orthography +Added: 2001-07-17 +%% +Type: redundant +Tag: de-DE-1996 +Description: German, German variant, orthography of 1996 +Added: 2001-07-17 +%% +Type: redundant +Tag: en-boont +Description: Boontling +Added: 2003-02-14 +%% +Type: redundant +Tag: en-scouse +Description: Scouse +Added: 2000-05-25 +%% +Type: redundant +Tag: es-419 +Description: Latin American Spanish +Added: 2005-07-15 +%% +Type: redundant +Tag: iu-Cans +Description: Inuktitut in Canadian Aboriginal Syllabic script +Added: 2005-02-17 +%% +Type: redundant +Tag: iu-Latn +Description: Inuktitut in Latin script +Added: 2005-02-17 +%% +Type: redundant +Tag: mn-Cyrl +Description: Mongolian in Cyrillic script +Added: 2005-02-17 +%% +Type: redundant +Tag: mn-Mong +Description: Mongolian in Mongolian script +Added: 2005-02-17 +%% +Type: redundant +Tag: sgn-BR +Description: Brazilian Sign Language +Added: 2001-11-11 +Deprecated: 2009-07-29 +Preferred-Value: bzs +%% +Type: redundant +Tag: sgn-CO +Description: Colombian Sign Language +Added: 2001-11-11 +Deprecated: 2009-07-29 +Preferred-Value: csn +%% +Type: redundant +Tag: sgn-DE +Description: German Sign Language +Added: 2001-11-11 +Deprecated: 2009-07-29 +Preferred-Value: gsg +%% +Type: redundant +Tag: sgn-DK +Description: Danish Sign Language +Added: 2001-11-11 +Deprecated: 2009-07-29 +Preferred-Value: dsl +%% +Type: redundant +Tag: sgn-ES +Description: Spanish Sign Language +Added: 2001-11-11 +Deprecated: 2009-07-29 +Preferred-Value: ssp +%% +Type: redundant +Tag: sgn-FR +Description: French Sign Language +Added: 2001-11-11 +Deprecated: 2009-07-29 +Preferred-Value: fsl +%% +Type: redundant +Tag: sgn-GB +Description: British Sign Language +Added: 2001-03-02 +Deprecated: 2009-07-29 +Preferred-Value: bfi +%% +Type: redundant +Tag: sgn-GR +Description: Greek Sign Language +Added: 2001-11-11 +Deprecated: 2009-07-29 +Preferred-Value: gss +%% +Type: redundant +Tag: sgn-IE +Description: Irish Sign Language +Added: 2001-03-02 +Deprecated: 2009-07-29 +Preferred-Value: isg +%% +Type: redundant +Tag: sgn-IT +Description: Italian Sign Language +Added: 2001-11-11 +Deprecated: 2009-07-29 +Preferred-Value: ise +%% +Type: redundant +Tag: sgn-JP +Description: Japanese Sign Language +Added: 2001-11-11 +Deprecated: 2009-07-29 +Preferred-Value: jsl +%% +Type: redundant +Tag: sgn-MX +Description: Mexican Sign Language +Added: 2001-11-11 +Deprecated: 2009-07-29 +Preferred-Value: mfs +%% +Type: redundant +Tag: sgn-NI +Description: Nicaraguan Sign Language +Added: 2001-03-02 +Deprecated: 2009-07-29 +Preferred-Value: ncs +%% +Type: redundant +Tag: sgn-NL +Description: Dutch Sign Language +Added: 2001-11-11 +Deprecated: 2009-07-29 +Preferred-Value: dse +%% +Type: redundant +Tag: sgn-NO +Description: Norwegian Sign Language +Added: 2001-11-11 +Deprecated: 2009-07-29 +Preferred-Value: nsl +%% +Type: redundant +Tag: sgn-PT +Description: Portuguese Sign Language +Added: 2001-11-11 +Deprecated: 2009-07-29 +Preferred-Value: psr +%% +Type: redundant +Tag: sgn-SE +Description: Swedish Sign Language +Added: 2001-11-11 +Deprecated: 2009-07-29 +Preferred-Value: swl +%% +Type: redundant +Tag: sgn-US +Description: American Sign Language +Added: 2001-03-02 +Deprecated: 2009-07-29 +Preferred-Value: ase +%% +Type: redundant +Tag: sgn-ZA +Description: South African Sign Language +Added: 2001-11-11 +Deprecated: 2009-07-29 +Preferred-Value: sfs +%% +Type: redundant +Tag: sl-nedis +Description: Natisone dialect, Nadiza dialect +Added: 2004-06-01 +%% +Type: redundant +Tag: sl-rozaj +Description: Resian, Resianic, Rezijan +Added: 2003-10-09 +%% +Type: redundant +Tag: sr-Cyrl +Description: Serbian in Cyrillic script +Added: 2003-05-30 +%% +Type: redundant +Tag: sr-Latn +Description: Serbian in Latin script +Added: 2003-05-30 +%% +Type: redundant +Tag: tg-Arab +Description: Tajik in Arabic script +Added: 2005-02-17 +%% +Type: redundant +Tag: tg-Cyrl +Description: Tajik in Cyrillic script +Added: 2005-02-17 +%% +Type: redundant +Tag: uz-Cyrl +Description: Uzbek in Cyrillic script +Added: 2003-05-30 +%% +Type: redundant +Tag: uz-Latn +Description: Uzbek in Latin script +Added: 2003-05-30 +%% +Type: redundant +Tag: yi-Latn +Description: Yiddish, in Latin script +Added: 2003-01-07 +%% +Type: redundant +Tag: zh-cmn +Description: Mandarin Chinese +Added: 2005-07-15 +Deprecated: 2009-07-29 +Preferred-Value: cmn +%% +Type: redundant +Tag: zh-cmn-Hans +Description: Mandarin Chinese (Simplified) +Added: 2005-07-15 +Deprecated: 2009-07-29 +Preferred-Value: cmn-Hans +%% +Type: redundant +Tag: zh-cmn-Hant +Description: Mandarin Chinese (Traditional) +Added: 2005-07-15 +Deprecated: 2009-07-29 +Preferred-Value: cmn-Hant +%% +Type: redundant +Tag: zh-gan +Description: Kan or Gan +Added: 1999-12-18 +Deprecated: 2009-07-29 +Preferred-Value: gan +%% +Type: redundant +Tag: zh-Hans +Description: simplified Chinese +Added: 2003-05-30 +%% +Type: redundant +Tag: zh-Hans-CN +Description: PRC Mainland Chinese in simplified script +Added: 2005-04-13 +%% +Type: redundant +Tag: zh-Hans-HK +Description: Hong Kong Chinese in simplified script +Added: 2005-04-11 +%% +Type: redundant +Tag: zh-Hans-MO +Description: Macao Chinese in simplified script +Added: 2005-04-11 +%% +Type: redundant +Tag: zh-Hans-SG +Description: Singapore Chinese in simplified script +Added: 2005-04-11 +%% +Type: redundant +Tag: zh-Hans-TW +Description: Taiwan Chinese in simplified script +Added: 2005-04-11 +%% +Type: redundant +Tag: zh-Hant +Description: traditional Chinese +Added: 2003-05-30 +%% +Type: redundant +Tag: zh-Hant-CN +Description: PRC Mainland Chinese in traditional script +Added: 2005-04-13 +%% +Type: redundant +Tag: zh-Hant-HK +Description: Hong Kong Chinese in traditional script +Added: 2005-04-11 +%% +Type: redundant +Tag: zh-Hant-MO +Description: Macao Chinese in traditional script +Added: 2005-04-11 +%% +Type: redundant +Tag: zh-Hant-SG +Description: Singapore Chinese in traditional script +Added: 2005-04-11 +%% +Type: redundant +Tag: zh-Hant-TW +Description: Taiwan Chinese in traditional script +Added: 2005-04-11 +%% +Type: redundant +Tag: zh-wuu +Description: Shanghaiese or Wu +Added: 1999-12-18 +Deprecated: 2009-07-29 +Preferred-Value: wuu +%% +Type: redundant +Tag: zh-yue +Description: Cantonese +Added: 1999-12-18 +Deprecated: 2009-07-29 +Preferred-Value: yue +'''; diff --git a/dev/tools/localization/localizations_utils.dart b/dev/tools/localization/localizations_utils.dart index 9a9f7a4be511..1496e676691c 100644 --- a/dev/tools/localization/localizations_utils.dart +++ b/dev/tools/localization/localizations_utils.dart @@ -2,13 +2,14 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -import 'dart:async'; import 'dart:convert'; import 'dart:io'; import 'package:args/args.dart' as argslib; import 'package:meta/meta.dart'; +import 'language_subtag_registry.dart'; + typedef HeaderGenerator = String Function(String regenerateInstructions); typedef ConstructorGenerator = String Function(LocaleInfo locale); @@ -264,8 +265,6 @@ class GeneratorOptions { final bool cupertinoOnly; } -const String registry = 'https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry'; - // See also //master/tools/gen_locale.dart in the engine repo. Map> _parseSection(String section) { final Map> result = >{}; @@ -297,13 +296,9 @@ const String kParentheticalPrefix = ' ('; /// Prepares the data for the [describeLocale] method below. /// /// The data is obtained from the official IANA registry. -Future precacheLanguageAndRegionTags() async { - final HttpClient client = HttpClient(); - final HttpClientRequest request = await client.getUrl(Uri.parse(registry)); - final HttpClientResponse response = await request.close(); - final String body = (await response.cast>().transform(utf8.decoder).toList()).join(''); - client.close(force: true); - final List>> sections = body.split('%%').skip(1).map>>(_parseSection).toList(); +void precacheLanguageAndRegionTags() { + final List>> sections = + languageSubtagRegistry.split('%%').skip(1).map>>(_parseSection).toList(); for (final Map> section in sections) { assert(section.containsKey('Type'), section.toString()); final String type = section['Type'].single; From 71f1d2b01ca04be9d1c1b126f77a1917f8f716d0 Mon Sep 17 00:00:00 2001 From: Shi-Hao Hong Date: Sun, 29 Mar 2020 13:36:01 -0700 Subject: [PATCH 125/327] Refresh Material and Cupertino localizations (#53448) --- .../lib/src/l10n/cupertino_es.arb | 6 +- .../lib/src/l10n/cupertino_es_419.arb | 2 +- .../lib/src/l10n/cupertino_es_AR.arb | 2 +- .../lib/src/l10n/cupertino_es_BO.arb | 2 +- .../lib/src/l10n/cupertino_es_CL.arb | 2 +- .../lib/src/l10n/cupertino_es_CO.arb | 2 +- .../lib/src/l10n/cupertino_es_CR.arb | 2 +- .../lib/src/l10n/cupertino_es_DO.arb | 2 +- .../lib/src/l10n/cupertino_es_EC.arb | 2 +- .../lib/src/l10n/cupertino_es_GT.arb | 2 +- .../lib/src/l10n/cupertino_es_HN.arb | 2 +- .../lib/src/l10n/cupertino_es_MX.arb | 2 +- .../lib/src/l10n/cupertino_es_NI.arb | 2 +- .../lib/src/l10n/cupertino_es_PA.arb | 2 +- .../lib/src/l10n/cupertino_es_PE.arb | 2 +- .../lib/src/l10n/cupertino_es_PR.arb | 2 +- .../lib/src/l10n/cupertino_es_PY.arb | 2 +- .../lib/src/l10n/cupertino_es_SV.arb | 2 +- .../lib/src/l10n/cupertino_es_US.arb | 2 +- .../lib/src/l10n/cupertino_es_UY.arb | 2 +- .../lib/src/l10n/cupertino_es_VE.arb | 2 +- .../generated_cupertino_localizations.dart | 126 +------ .../generated_material_localizations.dart | 353 ++++++++---------- .../lib/src/l10n/material_af.arb | 2 +- .../lib/src/l10n/material_am.arb | 2 +- .../lib/src/l10n/material_ar.arb | 2 +- .../lib/src/l10n/material_as.arb | 2 +- .../lib/src/l10n/material_az.arb | 2 +- .../lib/src/l10n/material_be.arb | 2 +- .../lib/src/l10n/material_bg.arb | 2 +- .../lib/src/l10n/material_bn.arb | 2 +- .../lib/src/l10n/material_bs.arb | 2 +- .../lib/src/l10n/material_ca.arb | 2 +- .../lib/src/l10n/material_cs.arb | 2 +- .../lib/src/l10n/material_da.arb | 2 +- .../lib/src/l10n/material_de.arb | 2 +- .../lib/src/l10n/material_de_CH.arb | 1 + .../lib/src/l10n/material_el.arb | 2 +- .../lib/src/l10n/material_en_AU.arb | 1 + .../lib/src/l10n/material_en_CA.arb | 1 + .../lib/src/l10n/material_en_GB.arb | 1 + .../lib/src/l10n/material_en_IE.arb | 1 + .../lib/src/l10n/material_en_IN.arb | 1 + .../lib/src/l10n/material_en_NZ.arb | 1 + .../lib/src/l10n/material_en_SG.arb | 1 + .../lib/src/l10n/material_en_ZA.arb | 1 + .../lib/src/l10n/material_es.arb | 12 +- .../lib/src/l10n/material_es_419.arb | 3 +- .../lib/src/l10n/material_es_AR.arb | 3 +- .../lib/src/l10n/material_es_BO.arb | 3 +- .../lib/src/l10n/material_es_CL.arb | 3 +- .../lib/src/l10n/material_es_CO.arb | 3 +- .../lib/src/l10n/material_es_CR.arb | 3 +- .../lib/src/l10n/material_es_DO.arb | 3 +- .../lib/src/l10n/material_es_EC.arb | 3 +- .../lib/src/l10n/material_es_GT.arb | 3 +- .../lib/src/l10n/material_es_HN.arb | 3 +- .../lib/src/l10n/material_es_MX.arb | 3 +- .../lib/src/l10n/material_es_NI.arb | 3 +- .../lib/src/l10n/material_es_PA.arb | 3 +- .../lib/src/l10n/material_es_PE.arb | 3 +- .../lib/src/l10n/material_es_PR.arb | 3 +- .../lib/src/l10n/material_es_PY.arb | 3 +- .../lib/src/l10n/material_es_SV.arb | 3 +- .../lib/src/l10n/material_es_US.arb | 3 +- .../lib/src/l10n/material_es_UY.arb | 3 +- .../lib/src/l10n/material_es_VE.arb | 3 +- .../lib/src/l10n/material_et.arb | 2 +- .../lib/src/l10n/material_eu.arb | 2 +- .../lib/src/l10n/material_fa.arb | 2 +- .../lib/src/l10n/material_fi.arb | 2 +- .../lib/src/l10n/material_fil.arb | 2 +- .../lib/src/l10n/material_fr.arb | 2 +- .../lib/src/l10n/material_fr_CA.arb | 1 + .../lib/src/l10n/material_gl.arb | 2 +- .../lib/src/l10n/material_gsw.arb | 2 +- .../lib/src/l10n/material_gu.arb | 2 +- .../lib/src/l10n/material_he.arb | 2 +- .../lib/src/l10n/material_hi.arb | 6 +- .../lib/src/l10n/material_hr.arb | 2 +- .../lib/src/l10n/material_hu.arb | 2 +- .../lib/src/l10n/material_hy.arb | 2 +- .../lib/src/l10n/material_id.arb | 2 +- .../lib/src/l10n/material_is.arb | 2 +- .../lib/src/l10n/material_it.arb | 2 +- .../lib/src/l10n/material_ja.arb | 2 +- .../lib/src/l10n/material_ka.arb | 2 +- .../lib/src/l10n/material_kk.arb | 2 +- .../lib/src/l10n/material_km.arb | 2 +- .../lib/src/l10n/material_kn.arb | 106 +++--- .../lib/src/l10n/material_ko.arb | 2 +- .../lib/src/l10n/material_ky.arb | 2 +- .../lib/src/l10n/material_lo.arb | 2 +- .../lib/src/l10n/material_lt.arb | 2 +- .../lib/src/l10n/material_lv.arb | 2 +- .../lib/src/l10n/material_mk.arb | 2 +- .../lib/src/l10n/material_ml.arb | 2 +- .../lib/src/l10n/material_mn.arb | 2 +- .../lib/src/l10n/material_mr.arb | 6 +- .../lib/src/l10n/material_ms.arb | 2 +- .../lib/src/l10n/material_my.arb | 2 +- .../lib/src/l10n/material_nb.arb | 2 +- .../lib/src/l10n/material_ne.arb | 2 +- .../lib/src/l10n/material_nl.arb | 2 +- .../lib/src/l10n/material_or.arb | 2 +- .../lib/src/l10n/material_pa.arb | 2 +- .../lib/src/l10n/material_pl.arb | 2 +- .../lib/src/l10n/material_pt.arb | 2 +- .../lib/src/l10n/material_pt_PT.arb | 1 + .../lib/src/l10n/material_ro.arb | 2 +- .../lib/src/l10n/material_ru.arb | 2 +- .../lib/src/l10n/material_si.arb | 2 +- .../lib/src/l10n/material_sk.arb | 2 +- .../lib/src/l10n/material_sl.arb | 2 +- .../lib/src/l10n/material_sq.arb | 2 +- .../lib/src/l10n/material_sr.arb | 2 +- .../lib/src/l10n/material_sr_Latn.arb | 1 + .../lib/src/l10n/material_sv.arb | 2 +- .../lib/src/l10n/material_sw.arb | 2 +- .../lib/src/l10n/material_ta.arb | 4 +- .../lib/src/l10n/material_te.arb | 2 +- .../lib/src/l10n/material_th.arb | 2 +- .../lib/src/l10n/material_tl.arb | 2 +- .../lib/src/l10n/material_tr.arb | 2 +- .../lib/src/l10n/material_uk.arb | 2 +- .../lib/src/l10n/material_ur.arb | 2 +- .../lib/src/l10n/material_uz.arb | 2 +- .../lib/src/l10n/material_vi.arb | 2 +- .../lib/src/l10n/material_zh.arb | 2 +- .../lib/src/l10n/material_zh_HK.arb | 1 + .../lib/src/l10n/material_zh_TW.arb | 1 + .../lib/src/l10n/material_zu.arb | 2 +- 132 files changed, 365 insertions(+), 508 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb index 5dde2c14105a..e257201d5db1 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb @@ -5,8 +5,8 @@ "datePickerMinuteSemanticsLabelOther": "$minute minutos", "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "A.M.", - "postMeridiemAbbreviation": "P.M.", + "anteMeridiemAbbreviation": "a. m.", + "postMeridiemAbbreviation": "p. m.", "todayLabel": "Hoy", "alertDialogLabel": "Alerta", "timerPickerHourLabelOne": "hora", @@ -18,5 +18,5 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todo" + "selectAllButtonLabel": "Seleccionar todos" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb index ce4fb434eace..953c8f11ff92 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb @@ -3,7 +3,7 @@ "datePickerHourSemanticsLabelOther": "$hour en punto", "datePickerMinuteSemanticsLabelOne": "1 minuto", "datePickerMinuteSemanticsLabelOther": "$minute minutos", - "datePickerDateOrder": "mdy", + "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb index ce4fb434eace..953c8f11ff92 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb @@ -3,7 +3,7 @@ "datePickerHourSemanticsLabelOther": "$hour en punto", "datePickerMinuteSemanticsLabelOne": "1 minuto", "datePickerMinuteSemanticsLabelOther": "$minute minutos", - "datePickerDateOrder": "mdy", + "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb index ce4fb434eace..953c8f11ff92 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb @@ -3,7 +3,7 @@ "datePickerHourSemanticsLabelOther": "$hour en punto", "datePickerMinuteSemanticsLabelOne": "1 minuto", "datePickerMinuteSemanticsLabelOther": "$minute minutos", - "datePickerDateOrder": "mdy", + "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb index ce4fb434eace..953c8f11ff92 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb @@ -3,7 +3,7 @@ "datePickerHourSemanticsLabelOther": "$hour en punto", "datePickerMinuteSemanticsLabelOne": "1 minuto", "datePickerMinuteSemanticsLabelOther": "$minute minutos", - "datePickerDateOrder": "mdy", + "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb index ce4fb434eace..953c8f11ff92 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb @@ -3,7 +3,7 @@ "datePickerHourSemanticsLabelOther": "$hour en punto", "datePickerMinuteSemanticsLabelOne": "1 minuto", "datePickerMinuteSemanticsLabelOther": "$minute minutos", - "datePickerDateOrder": "mdy", + "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb index ce4fb434eace..953c8f11ff92 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb @@ -3,7 +3,7 @@ "datePickerHourSemanticsLabelOther": "$hour en punto", "datePickerMinuteSemanticsLabelOne": "1 minuto", "datePickerMinuteSemanticsLabelOther": "$minute minutos", - "datePickerDateOrder": "mdy", + "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb index ce4fb434eace..953c8f11ff92 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb @@ -3,7 +3,7 @@ "datePickerHourSemanticsLabelOther": "$hour en punto", "datePickerMinuteSemanticsLabelOne": "1 minuto", "datePickerMinuteSemanticsLabelOther": "$minute minutos", - "datePickerDateOrder": "mdy", + "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb index ce4fb434eace..953c8f11ff92 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb @@ -3,7 +3,7 @@ "datePickerHourSemanticsLabelOther": "$hour en punto", "datePickerMinuteSemanticsLabelOne": "1 minuto", "datePickerMinuteSemanticsLabelOther": "$minute minutos", - "datePickerDateOrder": "mdy", + "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb index ce4fb434eace..953c8f11ff92 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb @@ -3,7 +3,7 @@ "datePickerHourSemanticsLabelOther": "$hour en punto", "datePickerMinuteSemanticsLabelOne": "1 minuto", "datePickerMinuteSemanticsLabelOther": "$minute minutos", - "datePickerDateOrder": "mdy", + "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb index ce4fb434eace..953c8f11ff92 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb @@ -3,7 +3,7 @@ "datePickerHourSemanticsLabelOther": "$hour en punto", "datePickerMinuteSemanticsLabelOne": "1 minuto", "datePickerMinuteSemanticsLabelOther": "$minute minutos", - "datePickerDateOrder": "mdy", + "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb index ce4fb434eace..953c8f11ff92 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb @@ -3,7 +3,7 @@ "datePickerHourSemanticsLabelOther": "$hour en punto", "datePickerMinuteSemanticsLabelOne": "1 minuto", "datePickerMinuteSemanticsLabelOther": "$minute minutos", - "datePickerDateOrder": "mdy", + "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb index ce4fb434eace..953c8f11ff92 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb @@ -3,7 +3,7 @@ "datePickerHourSemanticsLabelOther": "$hour en punto", "datePickerMinuteSemanticsLabelOne": "1 minuto", "datePickerMinuteSemanticsLabelOther": "$minute minutos", - "datePickerDateOrder": "mdy", + "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb index ce4fb434eace..953c8f11ff92 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb @@ -3,7 +3,7 @@ "datePickerHourSemanticsLabelOther": "$hour en punto", "datePickerMinuteSemanticsLabelOne": "1 minuto", "datePickerMinuteSemanticsLabelOther": "$minute minutos", - "datePickerDateOrder": "mdy", + "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb index ce4fb434eace..953c8f11ff92 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb @@ -3,7 +3,7 @@ "datePickerHourSemanticsLabelOther": "$hour en punto", "datePickerMinuteSemanticsLabelOne": "1 minuto", "datePickerMinuteSemanticsLabelOther": "$minute minutos", - "datePickerDateOrder": "mdy", + "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb index ce4fb434eace..953c8f11ff92 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb @@ -3,7 +3,7 @@ "datePickerHourSemanticsLabelOther": "$hour en punto", "datePickerMinuteSemanticsLabelOne": "1 minuto", "datePickerMinuteSemanticsLabelOther": "$minute minutos", - "datePickerDateOrder": "mdy", + "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb index ce4fb434eace..953c8f11ff92 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb @@ -3,7 +3,7 @@ "datePickerHourSemanticsLabelOther": "$hour en punto", "datePickerMinuteSemanticsLabelOne": "1 minuto", "datePickerMinuteSemanticsLabelOther": "$minute minutos", - "datePickerDateOrder": "mdy", + "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb index ce4fb434eace..953c8f11ff92 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb @@ -3,7 +3,7 @@ "datePickerHourSemanticsLabelOther": "$hour en punto", "datePickerMinuteSemanticsLabelOne": "1 minuto", "datePickerMinuteSemanticsLabelOther": "$minute minutos", - "datePickerDateOrder": "mdy", + "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb index ce4fb434eace..953c8f11ff92 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb @@ -3,7 +3,7 @@ "datePickerHourSemanticsLabelOther": "$hour en punto", "datePickerMinuteSemanticsLabelOne": "1 minuto", "datePickerMinuteSemanticsLabelOther": "$minute minutos", - "datePickerDateOrder": "mdy", + "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb index ce4fb434eace..953c8f11ff92 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb @@ -3,7 +3,7 @@ "datePickerHourSemanticsLabelOther": "$hour en punto", "datePickerMinuteSemanticsLabelOne": "1 minuto", "datePickerMinuteSemanticsLabelOther": "$minute minutos", - "datePickerDateOrder": "mdy", + "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb index ce4fb434eace..953c8f11ff92 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb @@ -3,7 +3,7 @@ "datePickerHourSemanticsLabelOther": "$hour en punto", "datePickerMinuteSemanticsLabelOne": "1 minuto", "datePickerMinuteSemanticsLabelOther": "$minute minutos", - "datePickerDateOrder": "mdy", + "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index 38cacf7f1550..83ace73c22cc 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -2544,7 +2544,7 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { String get alertDialogLabel => 'Alerta'; @override - String get anteMeridiemAbbreviation => 'A.M.'; + String get anteMeridiemAbbreviation => 'a. m.'; @override String get copyButtonLabel => 'Copiar'; @@ -2598,10 +2598,10 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { String get pasteButtonLabel => 'Pegar'; @override - String get postMeridiemAbbreviation => 'P.M.'; + String get postMeridiemAbbreviation => 'p. m.'; @override - String get selectAllButtonLabel => 'Seleccionar todo'; + String get selectAllButtonLabel => 'Seleccionar todos'; @override String get timerPickerHourLabelFew => null; @@ -2694,17 +2694,11 @@ class CupertinoLocalizationEs419 extends CupertinoLocalizationEs { @override String get datePickerHourSemanticsLabelOther => '\$hour en punto'; - @override - String get datePickerDateOrderString => 'mdy'; - @override String get anteMeridiemAbbreviation => 'a.m.'; @override String get postMeridiemAbbreviation => 'p.m.'; - - @override - String get selectAllButtonLabel => 'Seleccionar todos'; } /// The translations for Spanish Castilian, as used in Argentina (`es_AR`). @@ -2740,17 +2734,11 @@ class CupertinoLocalizationEsAr extends CupertinoLocalizationEs { @override String get datePickerHourSemanticsLabelOther => '\$hour en punto'; - @override - String get datePickerDateOrderString => 'mdy'; - @override String get anteMeridiemAbbreviation => 'a.m.'; @override String get postMeridiemAbbreviation => 'p.m.'; - - @override - String get selectAllButtonLabel => 'Seleccionar todos'; } /// The translations for Spanish Castilian, as used in Bolivia (`es_BO`). @@ -2786,17 +2774,11 @@ class CupertinoLocalizationEsBo extends CupertinoLocalizationEs { @override String get datePickerHourSemanticsLabelOther => '\$hour en punto'; - @override - String get datePickerDateOrderString => 'mdy'; - @override String get anteMeridiemAbbreviation => 'a.m.'; @override String get postMeridiemAbbreviation => 'p.m.'; - - @override - String get selectAllButtonLabel => 'Seleccionar todos'; } /// The translations for Spanish Castilian, as used in Chile (`es_CL`). @@ -2832,17 +2814,11 @@ class CupertinoLocalizationEsCl extends CupertinoLocalizationEs { @override String get datePickerHourSemanticsLabelOther => '\$hour en punto'; - @override - String get datePickerDateOrderString => 'mdy'; - @override String get anteMeridiemAbbreviation => 'a.m.'; @override String get postMeridiemAbbreviation => 'p.m.'; - - @override - String get selectAllButtonLabel => 'Seleccionar todos'; } /// The translations for Spanish Castilian, as used in Colombia (`es_CO`). @@ -2878,17 +2854,11 @@ class CupertinoLocalizationEsCo extends CupertinoLocalizationEs { @override String get datePickerHourSemanticsLabelOther => '\$hour en punto'; - @override - String get datePickerDateOrderString => 'mdy'; - @override String get anteMeridiemAbbreviation => 'a.m.'; @override String get postMeridiemAbbreviation => 'p.m.'; - - @override - String get selectAllButtonLabel => 'Seleccionar todos'; } /// The translations for Spanish Castilian, as used in Costa Rica (`es_CR`). @@ -2924,17 +2894,11 @@ class CupertinoLocalizationEsCr extends CupertinoLocalizationEs { @override String get datePickerHourSemanticsLabelOther => '\$hour en punto'; - @override - String get datePickerDateOrderString => 'mdy'; - @override String get anteMeridiemAbbreviation => 'a.m.'; @override String get postMeridiemAbbreviation => 'p.m.'; - - @override - String get selectAllButtonLabel => 'Seleccionar todos'; } /// The translations for Spanish Castilian, as used in the Dominican Republic (`es_DO`). @@ -2970,17 +2934,11 @@ class CupertinoLocalizationEsDo extends CupertinoLocalizationEs { @override String get datePickerHourSemanticsLabelOther => '\$hour en punto'; - @override - String get datePickerDateOrderString => 'mdy'; - @override String get anteMeridiemAbbreviation => 'a.m.'; @override String get postMeridiemAbbreviation => 'p.m.'; - - @override - String get selectAllButtonLabel => 'Seleccionar todos'; } /// The translations for Spanish Castilian, as used in Ecuador (`es_EC`). @@ -3016,17 +2974,11 @@ class CupertinoLocalizationEsEc extends CupertinoLocalizationEs { @override String get datePickerHourSemanticsLabelOther => '\$hour en punto'; - @override - String get datePickerDateOrderString => 'mdy'; - @override String get anteMeridiemAbbreviation => 'a.m.'; @override String get postMeridiemAbbreviation => 'p.m.'; - - @override - String get selectAllButtonLabel => 'Seleccionar todos'; } /// The translations for Spanish Castilian, as used in Guatemala (`es_GT`). @@ -3062,17 +3014,11 @@ class CupertinoLocalizationEsGt extends CupertinoLocalizationEs { @override String get datePickerHourSemanticsLabelOther => '\$hour en punto'; - @override - String get datePickerDateOrderString => 'mdy'; - @override String get anteMeridiemAbbreviation => 'a.m.'; @override String get postMeridiemAbbreviation => 'p.m.'; - - @override - String get selectAllButtonLabel => 'Seleccionar todos'; } /// The translations for Spanish Castilian, as used in Honduras (`es_HN`). @@ -3108,17 +3054,11 @@ class CupertinoLocalizationEsHn extends CupertinoLocalizationEs { @override String get datePickerHourSemanticsLabelOther => '\$hour en punto'; - @override - String get datePickerDateOrderString => 'mdy'; - @override String get anteMeridiemAbbreviation => 'a.m.'; @override String get postMeridiemAbbreviation => 'p.m.'; - - @override - String get selectAllButtonLabel => 'Seleccionar todos'; } /// The translations for Spanish Castilian, as used in Mexico (`es_MX`). @@ -3154,17 +3094,11 @@ class CupertinoLocalizationEsMx extends CupertinoLocalizationEs { @override String get datePickerHourSemanticsLabelOther => '\$hour en punto'; - @override - String get datePickerDateOrderString => 'mdy'; - @override String get anteMeridiemAbbreviation => 'a.m.'; @override String get postMeridiemAbbreviation => 'p.m.'; - - @override - String get selectAllButtonLabel => 'Seleccionar todos'; } /// The translations for Spanish Castilian, as used in Nicaragua (`es_NI`). @@ -3200,17 +3134,11 @@ class CupertinoLocalizationEsNi extends CupertinoLocalizationEs { @override String get datePickerHourSemanticsLabelOther => '\$hour en punto'; - @override - String get datePickerDateOrderString => 'mdy'; - @override String get anteMeridiemAbbreviation => 'a.m.'; @override String get postMeridiemAbbreviation => 'p.m.'; - - @override - String get selectAllButtonLabel => 'Seleccionar todos'; } /// The translations for Spanish Castilian, as used in Panama (`es_PA`). @@ -3246,17 +3174,11 @@ class CupertinoLocalizationEsPa extends CupertinoLocalizationEs { @override String get datePickerHourSemanticsLabelOther => '\$hour en punto'; - @override - String get datePickerDateOrderString => 'mdy'; - @override String get anteMeridiemAbbreviation => 'a.m.'; @override String get postMeridiemAbbreviation => 'p.m.'; - - @override - String get selectAllButtonLabel => 'Seleccionar todos'; } /// The translations for Spanish Castilian, as used in Peru (`es_PE`). @@ -3292,17 +3214,11 @@ class CupertinoLocalizationEsPe extends CupertinoLocalizationEs { @override String get datePickerHourSemanticsLabelOther => '\$hour en punto'; - @override - String get datePickerDateOrderString => 'mdy'; - @override String get anteMeridiemAbbreviation => 'a.m.'; @override String get postMeridiemAbbreviation => 'p.m.'; - - @override - String get selectAllButtonLabel => 'Seleccionar todos'; } /// The translations for Spanish Castilian, as used in Puerto Rico (`es_PR`). @@ -3338,17 +3254,11 @@ class CupertinoLocalizationEsPr extends CupertinoLocalizationEs { @override String get datePickerHourSemanticsLabelOther => '\$hour en punto'; - @override - String get datePickerDateOrderString => 'mdy'; - @override String get anteMeridiemAbbreviation => 'a.m.'; @override String get postMeridiemAbbreviation => 'p.m.'; - - @override - String get selectAllButtonLabel => 'Seleccionar todos'; } /// The translations for Spanish Castilian, as used in Paraguay (`es_PY`). @@ -3384,17 +3294,11 @@ class CupertinoLocalizationEsPy extends CupertinoLocalizationEs { @override String get datePickerHourSemanticsLabelOther => '\$hour en punto'; - @override - String get datePickerDateOrderString => 'mdy'; - @override String get anteMeridiemAbbreviation => 'a.m.'; @override String get postMeridiemAbbreviation => 'p.m.'; - - @override - String get selectAllButtonLabel => 'Seleccionar todos'; } /// The translations for Spanish Castilian, as used in El Salvador (`es_SV`). @@ -3430,17 +3334,11 @@ class CupertinoLocalizationEsSv extends CupertinoLocalizationEs { @override String get datePickerHourSemanticsLabelOther => '\$hour en punto'; - @override - String get datePickerDateOrderString => 'mdy'; - @override String get anteMeridiemAbbreviation => 'a.m.'; @override String get postMeridiemAbbreviation => 'p.m.'; - - @override - String get selectAllButtonLabel => 'Seleccionar todos'; } /// The translations for Spanish Castilian, as used in the United States (`es_US`). @@ -3476,17 +3374,11 @@ class CupertinoLocalizationEsUs extends CupertinoLocalizationEs { @override String get datePickerHourSemanticsLabelOther => '\$hour en punto'; - @override - String get datePickerDateOrderString => 'mdy'; - @override String get anteMeridiemAbbreviation => 'a.m.'; @override String get postMeridiemAbbreviation => 'p.m.'; - - @override - String get selectAllButtonLabel => 'Seleccionar todos'; } /// The translations for Spanish Castilian, as used in Uruguay (`es_UY`). @@ -3522,17 +3414,11 @@ class CupertinoLocalizationEsUy extends CupertinoLocalizationEs { @override String get datePickerHourSemanticsLabelOther => '\$hour en punto'; - @override - String get datePickerDateOrderString => 'mdy'; - @override String get anteMeridiemAbbreviation => 'a.m.'; @override String get postMeridiemAbbreviation => 'p.m.'; - - @override - String get selectAllButtonLabel => 'Seleccionar todos'; } /// The translations for Spanish Castilian, as used in Venezuela (`es_VE`). @@ -3568,17 +3454,11 @@ class CupertinoLocalizationEsVe extends CupertinoLocalizationEs { @override String get datePickerHourSemanticsLabelOther => '\$hour en punto'; - @override - String get datePickerDateOrderString => 'mdy'; - @override String get anteMeridiemAbbreviation => 'a.m.'; @override String get postMeridiemAbbreviation => 'p.m.'; - - @override - String get selectAllButtonLabel => 'Seleccionar todos'; } /// The translations for Estonian (`et`). diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index f94fb636e8bc..00bf9629a8ff 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -105,7 +105,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'Maak toe'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Nog'; @override String get nextMonthTooltip => 'Volgende maand'; @@ -318,7 +318,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'አሰናብት'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'ተጨማሪ'; @override String get nextMonthTooltip => 'ቀጣይ ወር'; @@ -531,7 +531,7 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'رفض'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'المزيد'; @override String get nextMonthTooltip => 'الشهر التالي'; @@ -744,7 +744,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'অগ্ৰাহ্য কৰক'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'অধিক'; @override String get nextMonthTooltip => 'পৰৱৰ্তী মাহ'; @@ -957,7 +957,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'İmtina edin'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Daha çox'; @override String get nextMonthTooltip => 'Növbəti ay'; @@ -1170,7 +1170,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'Адхіліць'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Яшчэ'; @override String get nextMonthTooltip => 'Наступны месяц'; @@ -1383,7 +1383,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'Отхвърляне'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Още'; @override String get nextMonthTooltip => 'Следващият месец'; @@ -1596,7 +1596,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'খারিজ করুন'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'আরও'; @override String get nextMonthTooltip => 'পরের মাস'; @@ -1809,7 +1809,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'Odbaci'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Više'; @override String get nextMonthTooltip => 'Sljedeći mjesec'; @@ -2022,7 +2022,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'Ignora'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Més'; @override String get nextMonthTooltip => 'Mes següent'; @@ -2235,7 +2235,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'Zavřít'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Více'; @override String get nextMonthTooltip => 'Další měsíc'; @@ -2448,7 +2448,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'Afvis'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Mere'; @override String get nextMonthTooltip => 'Næste måned'; @@ -2661,7 +2661,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'Schließen'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Mehr'; @override String get nextMonthTooltip => 'Nächster Monat'; @@ -2910,7 +2910,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'Παράβλεψη'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Περισσότερα'; @override String get nextMonthTooltip => 'Επόμενος μήνας'; @@ -3681,7 +3681,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get alertDialogLabel => 'Alerta'; @override - String get anteMeridiemAbbreviation => 'A.M.'; + String get anteMeridiemAbbreviation => 'a. m.'; @override String get backButtonTooltip => 'Atrás'; @@ -3729,7 +3729,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'Cerrar'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Más'; @override String get nextMonthTooltip => 'Mes siguiente'; @@ -3756,7 +3756,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get popupMenuLabel => 'Menú emergente'; @override - String get postMeridiemAbbreviation => 'P.M.'; + String get postMeridiemAbbreviation => 'p. m.'; @override String get previousMonthTooltip => 'Mes anterior'; @@ -3774,10 +3774,10 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter.'; + String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter.'; @override - String get remainingTextFieldCharacterCountOther => 'Quedan \$remainingCount caracteres'; + String get remainingTextFieldCharacterCountOther => 'Quedan \$remainingCount caracteres'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -3813,7 +3813,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Buscar'; @override - String get selectAllButtonLabel => 'SELECCIONAR TODO'; + String get selectAllButtonLabel => 'SELECCIONAR TODOS'; @override String get selectedRowCountTitleFew => null; @@ -3920,6 +3920,9 @@ class MaterialLocalizationEs419 extends MaterialLocalizationEs { @override String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + @override + String get selectAllButtonLabel => 'SELECCIONAR TODO'; + @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3937,12 +3940,6 @@ class MaterialLocalizationEs419 extends MaterialLocalizationEs { @override String get collapsedIconTapHint => 'Expandir'; - - @override - String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; - - @override - String get remainingTextFieldCharacterCountOther => 'Quedan \$remainingCount caracteres'; } /// The translations for Spanish Castilian, as used in Argentina (`es_AR`). @@ -4007,6 +4004,9 @@ class MaterialLocalizationEsAr extends MaterialLocalizationEs { @override String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + @override + String get selectAllButtonLabel => 'SELECCIONAR TODO'; + @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -4024,12 +4024,6 @@ class MaterialLocalizationEsAr extends MaterialLocalizationEs { @override String get collapsedIconTapHint => 'Expandir'; - - @override - String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; - - @override - String get remainingTextFieldCharacterCountOther => 'Quedan \$remainingCount caracteres'; } /// The translations for Spanish Castilian, as used in Bolivia (`es_BO`). @@ -4097,6 +4091,9 @@ class MaterialLocalizationEsBo extends MaterialLocalizationEs { @override String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + @override + String get selectAllButtonLabel => 'SELECCIONAR TODO'; + @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -4111,12 +4108,6 @@ class MaterialLocalizationEsBo extends MaterialLocalizationEs { @override String get collapsedIconTapHint => 'Expandir'; - - @override - String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; - - @override - String get remainingTextFieldCharacterCountOther => 'Quedan \$remainingCount caracteres'; } /// The translations for Spanish Castilian, as used in Chile (`es_CL`). @@ -4184,6 +4175,9 @@ class MaterialLocalizationEsCl extends MaterialLocalizationEs { @override String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + @override + String get selectAllButtonLabel => 'SELECCIONAR TODO'; + @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -4198,12 +4192,6 @@ class MaterialLocalizationEsCl extends MaterialLocalizationEs { @override String get collapsedIconTapHint => 'Expandir'; - - @override - String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; - - @override - String get remainingTextFieldCharacterCountOther => 'Quedan \$remainingCount caracteres'; } /// The translations for Spanish Castilian, as used in Colombia (`es_CO`). @@ -4271,6 +4259,9 @@ class MaterialLocalizationEsCo extends MaterialLocalizationEs { @override String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + @override + String get selectAllButtonLabel => 'SELECCIONAR TODO'; + @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -4285,12 +4276,6 @@ class MaterialLocalizationEsCo extends MaterialLocalizationEs { @override String get collapsedIconTapHint => 'Expandir'; - - @override - String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; - - @override - String get remainingTextFieldCharacterCountOther => 'Quedan \$remainingCount caracteres'; } /// The translations for Spanish Castilian, as used in Costa Rica (`es_CR`). @@ -4358,6 +4343,9 @@ class MaterialLocalizationEsCr extends MaterialLocalizationEs { @override String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + @override + String get selectAllButtonLabel => 'SELECCIONAR TODO'; + @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -4372,12 +4360,6 @@ class MaterialLocalizationEsCr extends MaterialLocalizationEs { @override String get collapsedIconTapHint => 'Expandir'; - - @override - String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; - - @override - String get remainingTextFieldCharacterCountOther => 'Quedan \$remainingCount caracteres'; } /// The translations for Spanish Castilian, as used in the Dominican Republic (`es_DO`). @@ -4445,6 +4427,9 @@ class MaterialLocalizationEsDo extends MaterialLocalizationEs { @override String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + @override + String get selectAllButtonLabel => 'SELECCIONAR TODO'; + @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -4459,12 +4444,6 @@ class MaterialLocalizationEsDo extends MaterialLocalizationEs { @override String get collapsedIconTapHint => 'Expandir'; - - @override - String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; - - @override - String get remainingTextFieldCharacterCountOther => 'Quedan \$remainingCount caracteres'; } /// The translations for Spanish Castilian, as used in Ecuador (`es_EC`). @@ -4532,6 +4511,9 @@ class MaterialLocalizationEsEc extends MaterialLocalizationEs { @override String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + @override + String get selectAllButtonLabel => 'SELECCIONAR TODO'; + @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -4546,12 +4528,6 @@ class MaterialLocalizationEsEc extends MaterialLocalizationEs { @override String get collapsedIconTapHint => 'Expandir'; - - @override - String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; - - @override - String get remainingTextFieldCharacterCountOther => 'Quedan \$remainingCount caracteres'; } /// The translations for Spanish Castilian, as used in Guatemala (`es_GT`). @@ -4619,6 +4595,9 @@ class MaterialLocalizationEsGt extends MaterialLocalizationEs { @override String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + @override + String get selectAllButtonLabel => 'SELECCIONAR TODO'; + @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -4633,12 +4612,6 @@ class MaterialLocalizationEsGt extends MaterialLocalizationEs { @override String get collapsedIconTapHint => 'Expandir'; - - @override - String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; - - @override - String get remainingTextFieldCharacterCountOther => 'Quedan \$remainingCount caracteres'; } /// The translations for Spanish Castilian, as used in Honduras (`es_HN`). @@ -4706,6 +4679,9 @@ class MaterialLocalizationEsHn extends MaterialLocalizationEs { @override String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + @override + String get selectAllButtonLabel => 'SELECCIONAR TODO'; + @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -4720,12 +4696,6 @@ class MaterialLocalizationEsHn extends MaterialLocalizationEs { @override String get collapsedIconTapHint => 'Expandir'; - - @override - String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; - - @override - String get remainingTextFieldCharacterCountOther => 'Quedan \$remainingCount caracteres'; } /// The translations for Spanish Castilian, as used in Mexico (`es_MX`). @@ -4793,6 +4763,9 @@ class MaterialLocalizationEsMx extends MaterialLocalizationEs { @override String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + @override + String get selectAllButtonLabel => 'SELECCIONAR TODO'; + @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -4807,12 +4780,6 @@ class MaterialLocalizationEsMx extends MaterialLocalizationEs { @override String get collapsedIconTapHint => 'Expandir'; - - @override - String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; - - @override - String get remainingTextFieldCharacterCountOther => 'Quedan \$remainingCount caracteres'; } /// The translations for Spanish Castilian, as used in Nicaragua (`es_NI`). @@ -4880,6 +4847,9 @@ class MaterialLocalizationEsNi extends MaterialLocalizationEs { @override String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + @override + String get selectAllButtonLabel => 'SELECCIONAR TODO'; + @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -4894,12 +4864,6 @@ class MaterialLocalizationEsNi extends MaterialLocalizationEs { @override String get collapsedIconTapHint => 'Expandir'; - - @override - String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; - - @override - String get remainingTextFieldCharacterCountOther => 'Quedan \$remainingCount caracteres'; } /// The translations for Spanish Castilian, as used in Panama (`es_PA`). @@ -4967,6 +4931,9 @@ class MaterialLocalizationEsPa extends MaterialLocalizationEs { @override String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + @override + String get selectAllButtonLabel => 'SELECCIONAR TODO'; + @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -4981,12 +4948,6 @@ class MaterialLocalizationEsPa extends MaterialLocalizationEs { @override String get collapsedIconTapHint => 'Expandir'; - - @override - String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; - - @override - String get remainingTextFieldCharacterCountOther => 'Quedan \$remainingCount caracteres'; } /// The translations for Spanish Castilian, as used in Peru (`es_PE`). @@ -5054,6 +5015,9 @@ class MaterialLocalizationEsPe extends MaterialLocalizationEs { @override String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + @override + String get selectAllButtonLabel => 'SELECCIONAR TODO'; + @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -5068,12 +5032,6 @@ class MaterialLocalizationEsPe extends MaterialLocalizationEs { @override String get collapsedIconTapHint => 'Expandir'; - - @override - String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; - - @override - String get remainingTextFieldCharacterCountOther => 'Quedan \$remainingCount caracteres'; } /// The translations for Spanish Castilian, as used in Puerto Rico (`es_PR`). @@ -5141,6 +5099,9 @@ class MaterialLocalizationEsPr extends MaterialLocalizationEs { @override String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + @override + String get selectAllButtonLabel => 'SELECCIONAR TODO'; + @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -5155,12 +5116,6 @@ class MaterialLocalizationEsPr extends MaterialLocalizationEs { @override String get collapsedIconTapHint => 'Expandir'; - - @override - String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; - - @override - String get remainingTextFieldCharacterCountOther => 'Quedan \$remainingCount caracteres'; } /// The translations for Spanish Castilian, as used in Paraguay (`es_PY`). @@ -5228,6 +5183,9 @@ class MaterialLocalizationEsPy extends MaterialLocalizationEs { @override String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + @override + String get selectAllButtonLabel => 'SELECCIONAR TODO'; + @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -5242,12 +5200,6 @@ class MaterialLocalizationEsPy extends MaterialLocalizationEs { @override String get collapsedIconTapHint => 'Expandir'; - - @override - String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; - - @override - String get remainingTextFieldCharacterCountOther => 'Quedan \$remainingCount caracteres'; } /// The translations for Spanish Castilian, as used in El Salvador (`es_SV`). @@ -5315,6 +5267,9 @@ class MaterialLocalizationEsSv extends MaterialLocalizationEs { @override String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + @override + String get selectAllButtonLabel => 'SELECCIONAR TODO'; + @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -5329,12 +5284,6 @@ class MaterialLocalizationEsSv extends MaterialLocalizationEs { @override String get collapsedIconTapHint => 'Expandir'; - - @override - String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; - - @override - String get remainingTextFieldCharacterCountOther => 'Quedan \$remainingCount caracteres'; } /// The translations for Spanish Castilian, as used in the United States (`es_US`). @@ -5384,6 +5333,9 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { @override String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; + @override + String get selectAllButtonLabel => 'SELECCIONAR TODO'; + @override String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; @@ -5419,12 +5371,6 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { @override String get collapsedIconTapHint => 'Expandir'; - - @override - String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; - - @override - String get remainingTextFieldCharacterCountOther => 'Quedan \$remainingCount caracteres'; } /// The translations for Spanish Castilian, as used in Uruguay (`es_UY`). @@ -5492,6 +5438,9 @@ class MaterialLocalizationEsUy extends MaterialLocalizationEs { @override String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + @override + String get selectAllButtonLabel => 'SELECCIONAR TODO'; + @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -5506,12 +5455,6 @@ class MaterialLocalizationEsUy extends MaterialLocalizationEs { @override String get collapsedIconTapHint => 'Expandir'; - - @override - String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; - - @override - String get remainingTextFieldCharacterCountOther => 'Quedan \$remainingCount caracteres'; } /// The translations for Spanish Castilian, as used in Venezuela (`es_VE`). @@ -5579,6 +5522,9 @@ class MaterialLocalizationEsVe extends MaterialLocalizationEs { @override String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + @override + String get selectAllButtonLabel => 'SELECCIONAR TODO'; + @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -5593,12 +5539,6 @@ class MaterialLocalizationEsVe extends MaterialLocalizationEs { @override String get collapsedIconTapHint => 'Expandir'; - - @override - String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter'; - - @override - String get remainingTextFieldCharacterCountOther => 'Quedan \$remainingCount caracteres'; } /// The translations for Estonian (`et`). @@ -5685,7 +5625,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'Loobu'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Rohkem'; @override String get nextMonthTooltip => 'Järgmine kuu'; @@ -5898,7 +5838,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'Baztertu'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Gehiago'; @override String get nextMonthTooltip => 'Hurrengo hilabetea'; @@ -6111,7 +6051,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'نپذیرفتن'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'بیشتر'; @override String get nextMonthTooltip => 'ماه بعد'; @@ -6324,7 +6264,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'Ohita'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Lisää'; @override String get nextMonthTooltip => 'Seuraava kuukausi'; @@ -6537,7 +6477,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'I-dismiss'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Higit Pa'; @override String get nextMonthTooltip => 'Susunod na buwan'; @@ -6750,7 +6690,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'Ignorer'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Plus'; @override String get nextMonthTooltip => 'Mois suivant'; @@ -7023,7 +6963,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'Ignorar'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Máis'; @override String get nextMonthTooltip => 'Mes seguinte'; @@ -7236,7 +7176,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'Schließen'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Mehr'; @override String get nextMonthTooltip => 'Nächster Monat'; @@ -7449,7 +7389,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'છોડી દો'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'વધુ'; @override String get nextMonthTooltip => 'આગલો મહિનો'; @@ -7662,7 +7602,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'סגירה'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'עוד'; @override String get nextMonthTooltip => 'החודש הבא'; @@ -7875,7 +7815,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'खारिज करें'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'ज़्यादा'; @override String get nextMonthTooltip => 'अगला महीना'; @@ -7920,10 +7860,10 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => 'एक वर्ण अाैर डाला जा सकता है'; + String get remainingTextFieldCharacterCountOne => 'एक वर्ण आैर डाला जा सकता है'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount वर्ण अाैर डाले जा सकते हैं'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount वर्ण आैर डाले जा सकते हैं'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -8088,7 +8028,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'Odbaci'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Više'; @override String get nextMonthTooltip => 'Sljedeći mjesec'; @@ -8301,7 +8241,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'Elvetés'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Több'; @override String get nextMonthTooltip => 'Következő hónap'; @@ -8514,7 +8454,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'Փակել'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Այլ'; @override String get nextMonthTooltip => 'Հաջորդ ամիս'; @@ -8727,7 +8667,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'Tutup'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Lainnya'; @override String get nextMonthTooltip => 'Bulan berikutnya'; @@ -8940,7 +8880,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'Hunsa'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Meira'; @override String get nextMonthTooltip => 'Næsti mánuður'; @@ -9153,7 +9093,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'Ignora'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Altro'; @override String get nextMonthTooltip => 'Mese successivo'; @@ -9366,7 +9306,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => '閉じる'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'その他'; @override String get nextMonthTooltip => '来月'; @@ -9579,7 +9519,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'დახურვა'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'მეტი'; @override String get nextMonthTooltip => 'შემდეგი თვე'; @@ -9792,7 +9732,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'Жабу'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Жаю'; @override String get nextMonthTooltip => 'Келесі ай'; @@ -10005,7 +9945,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'ច្រាន​ចោល'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'ច្រើន​ទៀត'; @override String get nextMonthTooltip => 'ខែ​​ក្រោយ'; @@ -10218,7 +10158,7 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => '\u{cb5}\u{c9c}\u{cbe}\u{c97}\u{cca}\u{cb3}\u{cbf}\u{cb8}\u{cbf}'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => '\u{c87}\u{ca8}\u{ccd}\u{ca8}\u{cb7}\u{ccd}\u{c9f}\u{cc1}'; @override String get nextMonthTooltip => '\u{cae}\u{cc1}\u{c82}\u{ca6}\u{cbf}\u{ca8}\u{20}\u{ca4}\u{cbf}\u{c82}\u{c97}\u{cb3}\u{cc1}'; @@ -10431,7 +10371,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => '닫기'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => '더보기'; @override String get nextMonthTooltip => '다음 달'; @@ -10644,7 +10584,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'Жабуу'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Дагы'; @override String get nextMonthTooltip => 'Кийинки ай'; @@ -10857,7 +10797,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'ປິດໄວ້'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'ເພີ່ມເຕີມ'; @override String get nextMonthTooltip => 'ເດືອນໜ້າ'; @@ -11070,7 +11010,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'Atsisakyti'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Daugiau'; @override String get nextMonthTooltip => 'Kitas mėnuo'; @@ -11283,7 +11223,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'Nerādīt'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Vairāk'; @override String get nextMonthTooltip => 'Nākamais mēnesis'; @@ -11496,7 +11436,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'Отфрли'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Уште'; @override String get nextMonthTooltip => 'Следниот месец'; @@ -11709,7 +11649,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'നിരസിക്കുക'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'കൂടുതൽ'; @override String get nextMonthTooltip => 'അടുത്ത മാസം'; @@ -11922,7 +11862,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'Үл хэрэгсэх'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Бусад'; @override String get nextMonthTooltip => 'Дараах сар'; @@ -12135,7 +12075,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'डिसमिस करा'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'आणखी'; @override String get nextMonthTooltip => 'पुढील महिना'; @@ -12228,10 +12168,10 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => 'एक अायटम निवडला'; + String get selectedRowCountTitleOne => 'एक आयटम निवडला'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount अायटम निवडले'; + String get selectedRowCountTitleOther => '\$selectedRowCount आयटम निवडले'; @override String get selectedRowCountTitleTwo => null; @@ -12348,7 +12288,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'Tolak'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Lagi'; @override String get nextMonthTooltip => 'Bulan depan'; @@ -12561,7 +12501,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'ပယ်ရန်'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'နောက်ထပ်'; @override String get nextMonthTooltip => 'နောက်လ'; @@ -12774,7 +12714,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'Avvis'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Mer'; @override String get nextMonthTooltip => 'Neste måned'; @@ -12987,7 +12927,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'खारेज गर्नुहोस्'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'थप'; @override String get nextMonthTooltip => 'अर्को महिना'; @@ -13200,7 +13140,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'Sluiten'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Meer'; @override String get nextMonthTooltip => 'Volgende maand'; @@ -13413,7 +13353,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'ଖାରଜ କରନ୍ତୁ'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'ଅଧିକ'; @override String get nextMonthTooltip => 'ପରବର୍ତ୍ତୀ ମାସ'; @@ -13626,7 +13566,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'ਖਾਰਜ ਕਰੋ'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'ਹੋਰ'; @override String get nextMonthTooltip => 'ਅਗਲਾ ਮਹੀਨਾ'; @@ -13839,7 +13779,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'Zamknij'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Więcej'; @override String get nextMonthTooltip => 'Następny miesiąc'; @@ -14265,7 +14205,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'Dispensar'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Mais'; @override String get nextMonthTooltip => 'Próximo mês'; @@ -14562,7 +14502,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'Închideți'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Mai multe'; @override String get nextMonthTooltip => 'Luna viitoare'; @@ -14775,7 +14715,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'Закрыть'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Ещё'; @override String get nextMonthTooltip => 'Следующий месяц'; @@ -14988,7 +14928,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'ඉවත ලන්න'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'තව'; @override String get nextMonthTooltip => 'ඊළඟ මාසය'; @@ -15201,7 +15141,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'Odmietnuť'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Viac'; @override String get nextMonthTooltip => 'Budúci mesiac'; @@ -15414,7 +15354,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'Opusti'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Več'; @override String get nextMonthTooltip => 'Naslednji mesec'; @@ -15627,7 +15567,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'Hiq'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Më shumë'; @override String get nextMonthTooltip => 'Muaji i ardhshëm'; @@ -15840,7 +15780,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'Одбаци'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Још'; @override String get nextMonthTooltip => 'Следећи месец'; @@ -16082,6 +16022,9 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { @override String get modalBarrierDismissLabel => 'Odbaci'; + @override + String get moreButtonTooltip => 'Još'; + @override String get nextMonthTooltip => 'Sledeći mesec'; @@ -16269,7 +16212,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'Stäng'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Mer'; @override String get nextMonthTooltip => 'Nästa månad'; @@ -16482,7 +16425,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'Ondoa'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Zaidi'; @override String get nextMonthTooltip => 'Mwezi ujao'; @@ -16695,7 +16638,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'நிராகரிக்கும்'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'மேலும்'; @override String get nextMonthTooltip => 'அடுத்த மாதம்'; @@ -16719,7 +16662,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get pasteButtonLabel => 'ஒட்டு'; @override - String get popupMenuLabel => 'பாப் அப் மெனு'; + String get popupMenuLabel => 'பாப்-அப் மெனு'; @override String get postMeridiemAbbreviation => 'PM'; @@ -16908,7 +16851,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'విస్మరించు'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'మరిన్ని'; @override String get nextMonthTooltip => 'తర్వాత నెల'; @@ -17121,7 +17064,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'ปิด'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'เพิ่มเติม'; @override String get nextMonthTooltip => 'เดือนหน้า'; @@ -17334,7 +17277,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'I-dismiss'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Higit Pa'; @override String get nextMonthTooltip => 'Susunod na buwan'; @@ -17547,7 +17490,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'Kapat'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Diğer'; @override String get nextMonthTooltip => 'Gelecek ay'; @@ -17760,7 +17703,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'Закрити'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Інші'; @override String get nextMonthTooltip => 'Наступний місяць'; @@ -17973,7 +17916,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'برخاست کریں'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'مزید'; @override String get nextMonthTooltip => 'اگلا مہینہ'; @@ -18186,7 +18129,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'Yopish'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Yana'; @override String get nextMonthTooltip => 'Keyingi oy'; @@ -18399,7 +18342,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'Bỏ qua'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Thêm'; @override String get nextMonthTooltip => 'Tháng sau'; @@ -18612,7 +18555,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => '关闭'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => '更多'; @override String get nextMonthTooltip => '下个月'; @@ -19122,7 +19065,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'Cashisa'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'Okuningi'; @override String get nextMonthTooltip => 'Inyanga ezayo'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_af.arb b/packages/flutter_localizations/lib/src/l10n/material_af.arb index 8390dcc686c8..ee333a11bb88 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_af.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountOne": "1 karakter oor", "remainingTextFieldCharacterCountOther": "$remainingCount karakters oor", "refreshIndicatorSemanticLabel": "Herlaai", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Nog" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_am.arb b/packages/flutter_localizations/lib/src/l10n/material_am.arb index a99e6fea7a0c..4162766d2d4f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_am.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountOne": "1 ቁምፊ ይቀራል", "remainingTextFieldCharacterCountOther": "$remainingCount ቁምፊዎች ይቀራሉ", "refreshIndicatorSemanticLabel": "አድስ", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "ተጨማሪ" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index 9d679aa041c4..6523b9875dc6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -59,5 +59,5 @@ "remainingTextFieldCharacterCountOne": "حرف واحد متبقٍ", "remainingTextFieldCharacterCountOther": "$remainingCount حرف متبقٍ", "refreshIndicatorSemanticLabel": "إعادة تحميل", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "المزيد" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_as.arb b/packages/flutter_localizations/lib/src/l10n/material_as.arb index 9ed02265f6cf..b1ca473f7ddf 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_as.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountOne": "১টা বর্ণ বাকী আছে", "remainingTextFieldCharacterCountOther": "$remainingCountটা বর্ণ বাকী আছে", "refreshIndicatorSemanticLabel": "ৰিফ্ৰেশ্ব কৰক", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "অধিক" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_az.arb b/packages/flutter_localizations/lib/src/l10n/material_az.arb index 6449b4be35f9..a410eec07d2f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_az.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountOne": "1 simvol qalır", "remainingTextFieldCharacterCountOther": "$remainingCount simvol qalır", "refreshIndicatorSemanticLabel": "Yeniləyin", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Daha çox" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_be.arb b/packages/flutter_localizations/lib/src/l10n/material_be.arb index c38f6f389750..301c01aed62c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_be.arb @@ -55,5 +55,5 @@ "remainingTextFieldCharacterCountOne": "Застаўся 1 сімвал", "remainingTextFieldCharacterCountOther": "Засталося $remainingCount сімвала", "refreshIndicatorSemanticLabel": "Абнавіць", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Яшчэ" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bg.arb b/packages/flutter_localizations/lib/src/l10n/material_bg.arb index f4774f89c54c..2f6eea268e40 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bg.arb @@ -52,5 +52,5 @@ "remainingTextFieldCharacterCountOne": "Остава 1 знак", "remainingTextFieldCharacterCountOther": "Остават $remainingCount знака", "refreshIndicatorSemanticLabel": "Опресняване", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Още" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bn.arb b/packages/flutter_localizations/lib/src/l10n/material_bn.arb index 8055be3eb45b..b4305b7ef19e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bn.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountOne": "আর ১টি অক্ষর লেখা যাবে", "remainingTextFieldCharacterCountOther": "আর $remainingCountটি অক্ষর লেখা যাবে", "refreshIndicatorSemanticLabel": "রিফ্রেশ করুন", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "আরও" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bs.arb b/packages/flutter_localizations/lib/src/l10n/material_bs.arb index b2ff5d030bf7..002070bd7400 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bs.arb @@ -54,5 +54,5 @@ "remainingTextFieldCharacterCountOne": "Još jedan znak", "remainingTextFieldCharacterCountOther": "Još $remainingCount znakova", "refreshIndicatorSemanticLabel": "Osvježi", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Više" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ca.arb b/packages/flutter_localizations/lib/src/l10n/material_ca.arb index 5b515417e171..49f7a24c4d38 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ca.arb @@ -52,5 +52,5 @@ "remainingTextFieldCharacterCountOne": "Queda 1 caràcter", "remainingTextFieldCharacterCountOther": "Queden $remainingCount caràcters", "refreshIndicatorSemanticLabel": "Actualitza", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Més" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_cs.arb b/packages/flutter_localizations/lib/src/l10n/material_cs.arb index ac28cb444e81..0c3863485734 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cs.arb @@ -56,5 +56,5 @@ "remainingTextFieldCharacterCountOne": "Zbývá 1 znak", "remainingTextFieldCharacterCountOther": "Zbývá $remainingCount znaků", "refreshIndicatorSemanticLabel": "Obnovit", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Více" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_da.arb b/packages/flutter_localizations/lib/src/l10n/material_da.arb index 9efeec38c28a..8e09f8549a16 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_da.arb @@ -52,5 +52,5 @@ "remainingTextFieldCharacterCountOne": "Ét tegn tilbage", "remainingTextFieldCharacterCountOther": "$remainingCount tegn tilbage", "refreshIndicatorSemanticLabel": "Opdater", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Mere" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index 691cf6c229e4..f6ef650bd5b1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -53,5 +53,5 @@ "remainingTextFieldCharacterCountOne": "Noch 1 Zeichen", "remainingTextFieldCharacterCountOther": "Noch $remainingCount Zeichen", "refreshIndicatorSemanticLabel": "Aktualisieren", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Mehr" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb index a26c1f27a358..f5893dd4fec9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb @@ -1,4 +1,5 @@ { + "moreButtonTooltip": "Mehr", "tabLabel": "Tab $tabIndex von $tabCount", "showAccountsLabel": "Konten anzeigen", "hideAccountsLabel": "Konten ausblenden", diff --git a/packages/flutter_localizations/lib/src/l10n/material_el.arb b/packages/flutter_localizations/lib/src/l10n/material_el.arb index 68eec0d04e3f..b9172bdadee2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_el.arb @@ -52,5 +52,5 @@ "remainingTextFieldCharacterCountOne": "απομένει 1 χαρακτήρας", "remainingTextFieldCharacterCountOther": "απομένουν $remainingCount χαρακτήρες", "refreshIndicatorSemanticLabel": "Ανανέωση", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Περισσότερα" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb index e79d3fa4fc6c..1c8368b299cc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb @@ -1,4 +1,5 @@ { + "moreButtonTooltip": "More", "tabLabel": "Tab $tabIndex of $tabCount", "showAccountsLabel": "Show accounts", "hideAccountsLabel": "Hide accounts", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb index e79d3fa4fc6c..1c8368b299cc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb @@ -1,4 +1,5 @@ { + "moreButtonTooltip": "More", "tabLabel": "Tab $tabIndex of $tabCount", "showAccountsLabel": "Show accounts", "hideAccountsLabel": "Hide accounts", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb index a9bba3878bfb..b20c0a468963 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb @@ -1,4 +1,5 @@ { + "moreButtonTooltip": "More", "tabLabel": "Tab $tabIndex of $tabCount", "showAccountsLabel": "Show accounts", "hideAccountsLabel": "Hide accounts", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb index a9bba3878bfb..b20c0a468963 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb @@ -1,4 +1,5 @@ { + "moreButtonTooltip": "More", "tabLabel": "Tab $tabIndex of $tabCount", "showAccountsLabel": "Show accounts", "hideAccountsLabel": "Hide accounts", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb index e79d3fa4fc6c..1c8368b299cc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb @@ -1,4 +1,5 @@ { + "moreButtonTooltip": "More", "tabLabel": "Tab $tabIndex of $tabCount", "showAccountsLabel": "Show accounts", "hideAccountsLabel": "Hide accounts", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb b/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb index e171a8f5ecbf..9f57cf8b75db 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb @@ -1,4 +1,5 @@ { + "moreButtonTooltip": "More", "scriptCategory": "English-like", "timeOfDayFormat": "h:mm a", "openAppDrawerTooltip": "Open navigation menu", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb index e79d3fa4fc6c..1c8368b299cc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb @@ -1,4 +1,5 @@ { + "moreButtonTooltip": "More", "tabLabel": "Tab $tabIndex of $tabCount", "showAccountsLabel": "Show accounts", "hideAccountsLabel": "Hide accounts", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb index a9bba3878bfb..b20c0a468963 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb @@ -1,4 +1,5 @@ { + "moreButtonTooltip": "More", "tabLabel": "Tab $tabIndex of $tabCount", "showAccountsLabel": "Show accounts", "hideAccountsLabel": "Hide accounts", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index 3387c995a853..8fee5804160f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -26,10 +26,10 @@ "cutButtonLabel": "CORTAR", "okButtonLabel": "ACEPTAR", "pasteButtonLabel": "PEGAR", - "selectAllButtonLabel": "SELECCIONAR TODO", + "selectAllButtonLabel": "SELECCIONAR TODOS", "viewLicensesButtonLabel": "VER LICENCIAS", - "anteMeridiemAbbreviation": "A.M.", - "postMeridiemAbbreviation": "P.M.", + "anteMeridiemAbbreviation": "a. m.", + "postMeridiemAbbreviation": "p. m.", "timePickerHourModeAnnouncement": "Seleccionar horas", "timePickerMinuteModeAnnouncement": "Seleccionar minutos", "signedInLabel": "Sesión iniciada", @@ -50,8 +50,8 @@ "expandedIconTapHint": "Ocultar", "collapsedIconTapHint": "Mostrar", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", - "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", + "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", + "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", "refreshIndicatorSemanticLabel": "Actualizar", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Más" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb index 8cf5039db36d..3a61caef2823 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb @@ -1,4 +1,5 @@ { + "moreButtonTooltip": "Más", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", @@ -49,7 +50,7 @@ "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "Queda 1 carácter", + "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", "refreshIndicatorSemanticLabel": "Actualizar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb index 8cf5039db36d..3a61caef2823 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb @@ -1,4 +1,5 @@ { + "moreButtonTooltip": "Más", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", @@ -49,7 +50,7 @@ "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "Queda 1 carácter", + "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", "refreshIndicatorSemanticLabel": "Actualizar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb index bd32fd7ca1e9..4232927e9dfd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb @@ -1,4 +1,5 @@ { + "moreButtonTooltip": "Más", "reorderItemDown": "Mover hacia abajo", "reorderItemLeft": "Mover hacia la izquierda", "reorderItemToEnd": "Mover al final", @@ -49,7 +50,7 @@ "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "Queda 1 carácter", + "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", "refreshIndicatorSemanticLabel": "Actualizar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb index bd32fd7ca1e9..4232927e9dfd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb @@ -1,4 +1,5 @@ { + "moreButtonTooltip": "Más", "reorderItemDown": "Mover hacia abajo", "reorderItemLeft": "Mover hacia la izquierda", "reorderItemToEnd": "Mover al final", @@ -49,7 +50,7 @@ "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "Queda 1 carácter", + "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", "refreshIndicatorSemanticLabel": "Actualizar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb index bd32fd7ca1e9..4232927e9dfd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb @@ -1,4 +1,5 @@ { + "moreButtonTooltip": "Más", "reorderItemDown": "Mover hacia abajo", "reorderItemLeft": "Mover hacia la izquierda", "reorderItemToEnd": "Mover al final", @@ -49,7 +50,7 @@ "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "Queda 1 carácter", + "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", "refreshIndicatorSemanticLabel": "Actualizar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb index bd32fd7ca1e9..4232927e9dfd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb @@ -1,4 +1,5 @@ { + "moreButtonTooltip": "Más", "reorderItemDown": "Mover hacia abajo", "reorderItemLeft": "Mover hacia la izquierda", "reorderItemToEnd": "Mover al final", @@ -49,7 +50,7 @@ "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "Queda 1 carácter", + "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", "refreshIndicatorSemanticLabel": "Actualizar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb index bd32fd7ca1e9..4232927e9dfd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb @@ -1,4 +1,5 @@ { + "moreButtonTooltip": "Más", "reorderItemDown": "Mover hacia abajo", "reorderItemLeft": "Mover hacia la izquierda", "reorderItemToEnd": "Mover al final", @@ -49,7 +50,7 @@ "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "Queda 1 carácter", + "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", "refreshIndicatorSemanticLabel": "Actualizar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb index bd32fd7ca1e9..4232927e9dfd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb @@ -1,4 +1,5 @@ { + "moreButtonTooltip": "Más", "reorderItemDown": "Mover hacia abajo", "reorderItemLeft": "Mover hacia la izquierda", "reorderItemToEnd": "Mover al final", @@ -49,7 +50,7 @@ "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "Queda 1 carácter", + "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", "refreshIndicatorSemanticLabel": "Actualizar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb index bd32fd7ca1e9..4232927e9dfd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb @@ -1,4 +1,5 @@ { + "moreButtonTooltip": "Más", "reorderItemDown": "Mover hacia abajo", "reorderItemLeft": "Mover hacia la izquierda", "reorderItemToEnd": "Mover al final", @@ -49,7 +50,7 @@ "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "Queda 1 carácter", + "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", "refreshIndicatorSemanticLabel": "Actualizar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb index bd32fd7ca1e9..4232927e9dfd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb @@ -1,4 +1,5 @@ { + "moreButtonTooltip": "Más", "reorderItemDown": "Mover hacia abajo", "reorderItemLeft": "Mover hacia la izquierda", "reorderItemToEnd": "Mover al final", @@ -49,7 +50,7 @@ "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "Queda 1 carácter", + "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", "refreshIndicatorSemanticLabel": "Actualizar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb index bd32fd7ca1e9..4232927e9dfd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb @@ -1,4 +1,5 @@ { + "moreButtonTooltip": "Más", "reorderItemDown": "Mover hacia abajo", "reorderItemLeft": "Mover hacia la izquierda", "reorderItemToEnd": "Mover al final", @@ -49,7 +50,7 @@ "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "Queda 1 carácter", + "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", "refreshIndicatorSemanticLabel": "Actualizar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb index bd32fd7ca1e9..4232927e9dfd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb @@ -1,4 +1,5 @@ { + "moreButtonTooltip": "Más", "reorderItemDown": "Mover hacia abajo", "reorderItemLeft": "Mover hacia la izquierda", "reorderItemToEnd": "Mover al final", @@ -49,7 +50,7 @@ "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "Queda 1 carácter", + "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", "refreshIndicatorSemanticLabel": "Actualizar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb index bd32fd7ca1e9..4232927e9dfd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb @@ -1,4 +1,5 @@ { + "moreButtonTooltip": "Más", "reorderItemDown": "Mover hacia abajo", "reorderItemLeft": "Mover hacia la izquierda", "reorderItemToEnd": "Mover al final", @@ -49,7 +50,7 @@ "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "Queda 1 carácter", + "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", "refreshIndicatorSemanticLabel": "Actualizar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb index bd32fd7ca1e9..4232927e9dfd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb @@ -1,4 +1,5 @@ { + "moreButtonTooltip": "Más", "reorderItemDown": "Mover hacia abajo", "reorderItemLeft": "Mover hacia la izquierda", "reorderItemToEnd": "Mover al final", @@ -49,7 +50,7 @@ "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "Queda 1 carácter", + "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", "refreshIndicatorSemanticLabel": "Actualizar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb index bd32fd7ca1e9..4232927e9dfd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb @@ -1,4 +1,5 @@ { + "moreButtonTooltip": "Más", "reorderItemDown": "Mover hacia abajo", "reorderItemLeft": "Mover hacia la izquierda", "reorderItemToEnd": "Mover al final", @@ -49,7 +50,7 @@ "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "Queda 1 carácter", + "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", "refreshIndicatorSemanticLabel": "Actualizar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb index bd32fd7ca1e9..4232927e9dfd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb @@ -1,4 +1,5 @@ { + "moreButtonTooltip": "Más", "reorderItemDown": "Mover hacia abajo", "reorderItemLeft": "Mover hacia la izquierda", "reorderItemToEnd": "Mover al final", @@ -49,7 +50,7 @@ "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "Queda 1 carácter", + "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", "refreshIndicatorSemanticLabel": "Actualizar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb index bd32fd7ca1e9..4232927e9dfd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb @@ -1,4 +1,5 @@ { + "moreButtonTooltip": "Más", "reorderItemDown": "Mover hacia abajo", "reorderItemLeft": "Mover hacia la izquierda", "reorderItemToEnd": "Mover al final", @@ -49,7 +50,7 @@ "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "Queda 1 carácter", + "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", "refreshIndicatorSemanticLabel": "Actualizar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb index 4e98a95abddb..444296d9f4d1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb @@ -1,4 +1,5 @@ { + "moreButtonTooltip": "Más", "reorderItemDown": "Mover hacia abajo", "reorderItemLeft": "Mover hacia la izquierda", "reorderItemToEnd": "Mover al final", @@ -49,7 +50,7 @@ "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "Queda 1 carácter", + "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", "refreshIndicatorSemanticLabel": "Actualizar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb index bd32fd7ca1e9..4232927e9dfd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb @@ -1,4 +1,5 @@ { + "moreButtonTooltip": "Más", "reorderItemDown": "Mover hacia abajo", "reorderItemLeft": "Mover hacia la izquierda", "reorderItemToEnd": "Mover al final", @@ -49,7 +50,7 @@ "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "Queda 1 carácter", + "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", "refreshIndicatorSemanticLabel": "Actualizar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb index bd32fd7ca1e9..4232927e9dfd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb @@ -1,4 +1,5 @@ { + "moreButtonTooltip": "Más", "reorderItemDown": "Mover hacia abajo", "reorderItemLeft": "Mover hacia la izquierda", "reorderItemToEnd": "Mover al final", @@ -49,7 +50,7 @@ "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "Queda 1 carácter", + "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", "refreshIndicatorSemanticLabel": "Actualizar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_et.arb b/packages/flutter_localizations/lib/src/l10n/material_et.arb index f100bd1d9f52..0f518000d9a1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_et.arb @@ -52,5 +52,5 @@ "remainingTextFieldCharacterCountOne": "Jäänud on 1 tähemärk", "remainingTextFieldCharacterCountOther": "Jäänud on $remainingCount tähemärki", "refreshIndicatorSemanticLabel": "Värskendamine", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Rohkem" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_eu.arb b/packages/flutter_localizations/lib/src/l10n/material_eu.arb index 8d92a70a24bd..aff8c9f7e8c4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_eu.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountOne": "1 karaktere geratzen da", "remainingTextFieldCharacterCountOther": "$remainingCount karaktere geratzen dira", "refreshIndicatorSemanticLabel": "Freskatu", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Gehiago" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index 76ff956cde86..c29f725f4dfa 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -52,5 +52,5 @@ "remainingTextFieldCharacterCountOne": "۱ نویسه باقی مانده است", "remainingTextFieldCharacterCountOther": "$remainingCount نویسه باقی مانده است", "refreshIndicatorSemanticLabel": "بازخوانی", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "بیشتر" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fi.arb b/packages/flutter_localizations/lib/src/l10n/material_fi.arb index 24040fac7fd3..4b9cab55b884 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fi.arb @@ -52,5 +52,5 @@ "remainingTextFieldCharacterCountOne": "1 merkki jäljellä", "remainingTextFieldCharacterCountOther": "$remainingCount merkkiä jäljellä", "refreshIndicatorSemanticLabel": "Päivitys", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Lisää" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fil.arb b/packages/flutter_localizations/lib/src/l10n/material_fil.arb index a1060d7b04c3..ebb6a191fcf7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fil.arb @@ -52,5 +52,5 @@ "remainingTextFieldCharacterCountOne": "1 character ang natitira", "remainingTextFieldCharacterCountOther": "$remainingCount na character ang natitira", "refreshIndicatorSemanticLabel": "Nagre-refresh", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Higit Pa" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index e6d48be827ef..96885902289f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -53,5 +53,5 @@ "remainingTextFieldCharacterCountOne": "1 caractère restant", "remainingTextFieldCharacterCountOther": "$remainingCount caractères restants", "refreshIndicatorSemanticLabel": "Actualiser", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Plus" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb b/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb index 0bfb5126571a..aeaa211c4aa7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb @@ -1,4 +1,5 @@ { + "moreButtonTooltip": "Plus", "selectedRowCountTitleOne": "1 élément sélectionné", "remainingTextFieldCharacterCountOther": "$remainingCount caractères restants", "openAppDrawerTooltip": "Ouvrir le menu de navigation", diff --git a/packages/flutter_localizations/lib/src/l10n/material_gl.arb b/packages/flutter_localizations/lib/src/l10n/material_gl.arb index 82438c3330eb..0f165f65b412 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gl.arb @@ -53,5 +53,5 @@ "remainingTextFieldCharacterCountOne": "1 carácter restante", "remainingTextFieldCharacterCountOther": "$remainingCount caracteres restantes", "refreshIndicatorSemanticLabel": "Actualizar", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Máis" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index 58d216633c22..4b9a16eae142 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -52,5 +52,5 @@ "remainingTextFieldCharacterCountOne": "Noch 1 Zeichen", "remainingTextFieldCharacterCountOther": "Noch $remainingCount Zeichen", "refreshIndicatorSemanticLabel": "Aktualisieren", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Mehr" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gu.arb b/packages/flutter_localizations/lib/src/l10n/material_gu.arb index 3302a3e4c059..56fcbbf373db 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gu.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountOne": "1 અક્ષર બાકી", "remainingTextFieldCharacterCountOther": "$remainingCount અક્ષર બાકી", "refreshIndicatorSemanticLabel": "રિફ્રેશ કરો", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "વધુ" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index f5af65179d1f..dda679759900 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -56,5 +56,5 @@ "remainingTextFieldCharacterCountOne": "נותר תו אחד", "remainingTextFieldCharacterCountOther": "נותרו $remainingCount תווים", "refreshIndicatorSemanticLabel": "רענון", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "עוד" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hi.arb b/packages/flutter_localizations/lib/src/l10n/material_hi.arb index 68726527ca98..db4b6f7bb557 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hi.arb @@ -49,8 +49,8 @@ "expandedIconTapHint": "छोटा करें", "collapsedIconTapHint": "बड़ा करें", "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "एक वर्ण अाैर डाला जा सकता है", - "remainingTextFieldCharacterCountOther": "$remainingCount वर्ण अाैर डाले जा सकते हैं", + "remainingTextFieldCharacterCountOne": "एक वर्ण आैर डाला जा सकता है", + "remainingTextFieldCharacterCountOther": "$remainingCount वर्ण आैर डाले जा सकते हैं", "refreshIndicatorSemanticLabel": "रीफ़्रेश करें", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "ज़्यादा" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hr.arb b/packages/flutter_localizations/lib/src/l10n/material_hr.arb index b4a4ab010631..5a77e726b6d5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hr.arb @@ -54,5 +54,5 @@ "remainingTextFieldCharacterCountOne": "Preostao je 1 znak", "remainingTextFieldCharacterCountOther": "Preostalo je $remainingCount znakova", "refreshIndicatorSemanticLabel": "Osvježi", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Više" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hu.arb b/packages/flutter_localizations/lib/src/l10n/material_hu.arb index 896d41e443a4..cde8a03fd915 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hu.arb @@ -52,5 +52,5 @@ "remainingTextFieldCharacterCountOne": "1 karakter maradt", "remainingTextFieldCharacterCountOther": "$remainingCount karakter maradt", "refreshIndicatorSemanticLabel": "Frissítés", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Több" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hy.arb b/packages/flutter_localizations/lib/src/l10n/material_hy.arb index 8c47a27cd605..76df6c3f46b4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hy.arb @@ -57,5 +57,5 @@ "remainingTextFieldCharacterCountOne": "Մնացել է 1 նիշ", "remainingTextFieldCharacterCountOther": "Մնացել է $remainingCount նիշ", "refreshIndicatorSemanticLabel": "Թարմացնել", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Այլ" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_id.arb b/packages/flutter_localizations/lib/src/l10n/material_id.arb index 70f98c887a7e..09bd7baa7f56 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_id.arb @@ -52,5 +52,5 @@ "remainingTextFieldCharacterCountOne": "Sisa 1 karakter", "remainingTextFieldCharacterCountOther": "Sisa $remainingCount karakter", "refreshIndicatorSemanticLabel": "Memuat ulang", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Lainnya" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_is.arb b/packages/flutter_localizations/lib/src/l10n/material_is.arb index c0ef72fa67a4..5db1f03e31df 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_is.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountOne": "1 stafur eftir", "remainingTextFieldCharacterCountOther": "$remainingCount stafir eftir", "refreshIndicatorSemanticLabel": "Endurnýja", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Meira" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index ebd53524bcbf..1b26899ed760 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -52,5 +52,5 @@ "remainingTextFieldCharacterCountOne": "1 carattere rimanente", "remainingTextFieldCharacterCountOther": "$remainingCount caratteri rimanenti", "refreshIndicatorSemanticLabel": "Aggiorna", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Altro" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index 8852f154e30d..e213ec0641a0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -52,5 +52,5 @@ "remainingTextFieldCharacterCountOne": "残り 1 文字(半角相当)", "remainingTextFieldCharacterCountOther": "残り $remainingCount 文字(半角相当)", "refreshIndicatorSemanticLabel": "更新", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "その他" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ka.arb b/packages/flutter_localizations/lib/src/l10n/material_ka.arb index cb3207cbf44e..d475d9240cf9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ka.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountOne": "დარჩა 1 სიმბოლო", "remainingTextFieldCharacterCountOther": "დარჩა $remainingCount სიმბოლო", "refreshIndicatorSemanticLabel": "განახლება", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "მეტი" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kk.arb b/packages/flutter_localizations/lib/src/l10n/material_kk.arb index 25f10c87db8c..d53e1871d8ff 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kk.arb @@ -53,5 +53,5 @@ "remainingTextFieldCharacterCountZero": "Таңбалар қалмады", "remainingTextFieldCharacterCountOther": "$remainingCount таңба қалды.", "refreshIndicatorSemanticLabel": "Жаңарту", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Жаю" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_km.arb b/packages/flutter_localizations/lib/src/l10n/material_km.arb index 5e080abc3821..93de59f1c7fc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_km.arb @@ -52,5 +52,5 @@ "remainingTextFieldCharacterCountOne": "នៅសល់​ 1 តួ​ទៀត", "remainingTextFieldCharacterCountOther": "នៅសល់ $remainingCount តួ​ទៀត", "refreshIndicatorSemanticLabel": "ផ្ទុកឡើងវិញ", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "ច្រើន​ទៀត" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kn.arb b/packages/flutter_localizations/lib/src/l10n/material_kn.arb index 598202b5f904..ffb753ab6144 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kn.arb @@ -1,55 +1,55 @@ { - "scriptCategory": "tall", - "timeOfDayFormat": "H:mm", - "openAppDrawerTooltip": "ನ್ಯಾವಿಗೇಶನ್‌ ಮೆನು ತೆರೆಯಿರಿ", - "backButtonTooltip": "ಹಿಂತಿರುಗಿ", - "closeButtonTooltip": "ಮುಚ್ಚಿರಿ", - "deleteButtonTooltip": "ಅಳಿಸಿ", - "nextMonthTooltip": "ಮುಂದಿನ ತಿಂಗಳು", - "previousMonthTooltip": "ಹಿಂದಿನ ತಿಂಗಳು", - "nextPageTooltip": "ಮುಂದಿನ ಪುಟ", - "previousPageTooltip": "ಹಿಂದಿನ ಪುಟ", - "showMenuTooltip": "ಮೆನು ತೋರಿಸಿ", - "aboutListTileTitle": "$applicationName ಬಗ್ಗೆ", - "licensesPageTitle": "ಪರವಾನಗಿಗಳು", - "pageRowsInfoTitle": "$rowCount ರಲ್ಲಿ $firstRow–$lastRow", - "pageRowsInfoTitleApproximate": "$rowCount ರಲ್ಲಿ $firstRow–$lastRow", - "rowsPerPageTitle": "ಪ್ರತಿ ಪುಟಕ್ಕೆ ಸಾಲುಗಳು:", - "tabLabel": "$tabCount ರಲ್ಲಿನ $tabIndex ಟ್ಯಾಬ್", - "selectedRowCountTitleOne": "1 ಐಟಂ ಆಯ್ಕೆ ಮಾಡಲಾಗಿದೆ", - "selectedRowCountTitleOther": "$selectedRowCount ಐಟಂಗಳನ್ನು ಆಯ್ಕೆ ಮಾಡಲಾಗಿದೆ", - "cancelButtonLabel": "ರದ್ದುಮಾಡಿ", - "closeButtonLabel": "ಮುಚ್ಚಿರಿ", - "continueButtonLabel": "ಮುಂದುವರಿಸಿ", - "copyButtonLabel": "ನಕಲಿಸಿ", - "cutButtonLabel": "ಕತ್ತರಿಸಿ", - "okButtonLabel": "ಸರಿ", - "pasteButtonLabel": "ಅಂಟಿಸಿ", - "selectAllButtonLabel": "ಎಲ್ಲವನ್ನೂ ಆಯ್ಕೆಮಾಡಿ", - "viewLicensesButtonLabel": "ಪರವಾನಗಿಗಳನ್ನು ವೀಕ್ಷಿಸಿ", - "anteMeridiemAbbreviation": "ಬೆಳಿಗ್ಗೆ", - "postMeridiemAbbreviation": "ಸಂಜೆ", - "timePickerHourModeAnnouncement": "ಗಂಟೆಗಳನ್ನು ಆಯ್ಕೆಮಾಡಿ", - "timePickerMinuteModeAnnouncement": "ನಿಮಿಷಗಳನ್ನು ಆಯ್ಕೆಮಾಡಿ", - "modalBarrierDismissLabel": "ವಜಾಗೊಳಿಸಿ", - "signedInLabel": "ಸೈನ್ ಇನ್ ಮಾಡಲಾಗಿದೆ", - "hideAccountsLabel": "ಖಾತೆಗಳನ್ನು ಮರೆಮಾಡಿ", - "showAccountsLabel": "ಖಾತೆಗಳನ್ನು ತೋರಿಸಿ", - "drawerLabel": "ನ್ಯಾವಿಗೇಶನ್‌ ಮೆನು", - "popupMenuLabel": "ಪಾಪ್ಅಪ್ ಮೆನು", - "dialogLabel": "ಡೈಲಾಗ್", - "alertDialogLabel": "ಎಚ್ಚರಿಕೆ", - "searchFieldLabel": "ಹುಡುಕಿ", - "reorderItemToStart": "ಪ್ರಾರಂಭಕ್ಕೆ ಸರಿಸಿ", - "reorderItemToEnd": "ಕೊನೆಗೆ ಸರಿಸಿ", - "reorderItemUp": "ಮೇಲೆ ಸರಿಸಿ", - "reorderItemDown": "ಕೆಳಗೆ ಸರಿಸಿ", - "reorderItemLeft": "ಎಡಕ್ಕೆ ಸರಿಸಿ", - "reorderItemRight": "ಬಲಕ್ಕೆ ಸರಿಸಿ", - "expandedIconTapHint": "ಕುಗ್ಗಿಸಿ", - "collapsedIconTapHint": "ವಿಸ್ತರಿಸಿ", - "remainingTextFieldCharacterCountOne": "1 ಅಕ್ಷರ ಉಳಿದಿದೆ", - "remainingTextFieldCharacterCountOther": "$remainingCount ಅಕ್ಷರಗಳು ಉಳಿದಿವೆ", - "refreshIndicatorSemanticLabel": "ರಿಫ್ರೆಶ್ ಮಾಡಿ", - "moreButtonTooltip": "TBD" + "scriptCategory": "\u0074\u0061\u006c\u006c", + "timeOfDayFormat": "\u0048\u003a\u006d\u006d", + "openAppDrawerTooltip": "\u0ca8\u0ccd\u0caf\u0cbe\u0cb5\u0cbf\u0c97\u0cc7\u0cb6\u0ca8\u0ccd\u200c\u0020\u0cae\u0cc6\u0ca8\u0cc1\u0020\u0ca4\u0cc6\u0cb0\u0cc6\u0caf\u0cbf\u0cb0\u0cbf", + "backButtonTooltip": "\u0cb9\u0cbf\u0c82\u0ca4\u0cbf\u0cb0\u0cc1\u0c97\u0cbf", + "closeButtonTooltip": "\u0cae\u0cc1\u0c9a\u0ccd\u0c9a\u0cbf\u0cb0\u0cbf", + "deleteButtonTooltip": "\u0c85\u0cb3\u0cbf\u0cb8\u0cbf", + "nextMonthTooltip": "\u0cae\u0cc1\u0c82\u0ca6\u0cbf\u0ca8\u0020\u0ca4\u0cbf\u0c82\u0c97\u0cb3\u0cc1", + "previousMonthTooltip": "\u0cb9\u0cbf\u0c82\u0ca6\u0cbf\u0ca8\u0020\u0ca4\u0cbf\u0c82\u0c97\u0cb3\u0cc1", + "nextPageTooltip": "\u0cae\u0cc1\u0c82\u0ca6\u0cbf\u0ca8\u0020\u0caa\u0cc1\u0c9f", + "previousPageTooltip": "\u0cb9\u0cbf\u0c82\u0ca6\u0cbf\u0ca8\u0020\u0caa\u0cc1\u0c9f", + "showMenuTooltip": "\u0cae\u0cc6\u0ca8\u0cc1\u0020\u0ca4\u0ccb\u0cb0\u0cbf\u0cb8\u0cbf", + "aboutListTileTitle": "\u0024\u0061\u0070\u0070\u006c\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u004e\u0061\u006d\u0065\u0020\u0cac\u0c97\u0ccd\u0c97\u0cc6", + "licensesPageTitle": "\u0caa\u0cb0\u0cb5\u0cbe\u0ca8\u0c97\u0cbf\u0c97\u0cb3\u0cc1", + "pageRowsInfoTitle": "\u0024\u0072\u006f\u0077\u0043\u006f\u0075\u006e\u0074\u0020\u0cb0\u0cb2\u0ccd\u0cb2\u0cbf\u0020\u0024\u0066\u0069\u0072\u0073\u0074\u0052\u006f\u0077\u2013\u0024\u006c\u0061\u0073\u0074\u0052\u006f\u0077", + "pageRowsInfoTitleApproximate": "\u0024\u0072\u006f\u0077\u0043\u006f\u0075\u006e\u0074\u0020\u0cb0\u0cb2\u0ccd\u0cb2\u0cbf\u0020\u0024\u0066\u0069\u0072\u0073\u0074\u0052\u006f\u0077\u2013\u0024\u006c\u0061\u0073\u0074\u0052\u006f\u0077", + "rowsPerPageTitle": "\u0caa\u0ccd\u0cb0\u0ca4\u0cbf\u0020\u0caa\u0cc1\u0c9f\u0c95\u0ccd\u0c95\u0cc6\u0020\u0cb8\u0cbe\u0cb2\u0cc1\u0c97\u0cb3\u0cc1\u003a", + "tabLabel": "\u0024\u0074\u0061\u0062\u0043\u006f\u0075\u006e\u0074\u0020\u0cb0\u0cb2\u0ccd\u0cb2\u0cbf\u0ca8\u0020\u0024\u0074\u0061\u0062\u0049\u006e\u0064\u0065\u0078\u0020\u0c9f\u0ccd\u0caf\u0cbe\u0cac\u0ccd", + "selectedRowCountTitleOne": "\u0031\u0020\u0c90\u0c9f\u0c82\u0020\u0c86\u0caf\u0ccd\u0c95\u0cc6\u0020\u0cae\u0cbe\u0ca1\u0cb2\u0cbe\u0c97\u0cbf\u0ca6\u0cc6", + "selectedRowCountTitleOther": "\u0024\u0073\u0065\u006c\u0065\u0063\u0074\u0065\u0064\u0052\u006f\u0077\u0043\u006f\u0075\u006e\u0074\u0020\u0c90\u0c9f\u0c82\u0c97\u0cb3\u0ca8\u0ccd\u0ca8\u0cc1\u0020\u0c86\u0caf\u0ccd\u0c95\u0cc6\u0020\u0cae\u0cbe\u0ca1\u0cb2\u0cbe\u0c97\u0cbf\u0ca6\u0cc6", + "cancelButtonLabel": "\u0cb0\u0ca6\u0ccd\u0ca6\u0cc1\u0cae\u0cbe\u0ca1\u0cbf", + "closeButtonLabel": "\u0cae\u0cc1\u0c9a\u0ccd\u0c9a\u0cbf\u0cb0\u0cbf", + "continueButtonLabel": "\u0cae\u0cc1\u0c82\u0ca6\u0cc1\u0cb5\u0cb0\u0cbf\u0cb8\u0cbf", + "copyButtonLabel": "\u0ca8\u0c95\u0cb2\u0cbf\u0cb8\u0cbf", + "cutButtonLabel": "\u0c95\u0ca4\u0ccd\u0ca4\u0cb0\u0cbf\u0cb8\u0cbf", + "okButtonLabel": "\u0cb8\u0cb0\u0cbf", + "pasteButtonLabel": "\u0c85\u0c82\u0c9f\u0cbf\u0cb8\u0cbf", + "selectAllButtonLabel": "\u0c8e\u0cb2\u0ccd\u0cb2\u0cb5\u0ca8\u0ccd\u0ca8\u0cc2\u0020\u0c86\u0caf\u0ccd\u0c95\u0cc6\u0cae\u0cbe\u0ca1\u0cbf", + "viewLicensesButtonLabel": "\u0caa\u0cb0\u0cb5\u0cbe\u0ca8\u0c97\u0cbf\u0c97\u0cb3\u0ca8\u0ccd\u0ca8\u0cc1\u0020\u0cb5\u0cbf\u0cd5\u0c95\u0ccd\u0cb7\u0cbf\u0cb8\u0cbf", + "anteMeridiemAbbreviation": "\u0cac\u0cc6\u0cb3\u0cbf\u0c97\u0ccd\u0c97\u0cc6", + "postMeridiemAbbreviation": "\u0cb8\u0c82\u0c9c\u0cc6", + "timePickerHourModeAnnouncement": "\u0c97\u0c82\u0c9f\u0cc6\u0c97\u0cb3\u0ca8\u0ccd\u0ca8\u0cc1\u0020\u0c86\u0caf\u0ccd\u0c95\u0cc6\u0cae\u0cbe\u0ca1\u0cbf", + "timePickerMinuteModeAnnouncement": "\u0ca8\u0cbf\u0cae\u0cbf\u0cb7\u0c97\u0cb3\u0ca8\u0ccd\u0ca8\u0cc1\u0020\u0c86\u0caf\u0ccd\u0c95\u0cc6\u0cae\u0cbe\u0ca1\u0cbf", + "modalBarrierDismissLabel": "\u0cb5\u0c9c\u0cbe\u0c97\u0cca\u0cb3\u0cbf\u0cb8\u0cbf", + "signedInLabel": "\u0cb8\u0cc8\u0ca8\u0ccd\u0020\u0c87\u0ca8\u0ccd\u0020\u0cae\u0cbe\u0ca1\u0cb2\u0cbe\u0c97\u0cbf\u0ca6\u0cc6", + "hideAccountsLabel": "\u0c96\u0cbe\u0ca4\u0cc6\u0c97\u0cb3\u0ca8\u0ccd\u0ca8\u0cc1\u0020\u0cae\u0cb0\u0cc6\u0cae\u0cbe\u0ca1\u0cbf", + "showAccountsLabel": "\u0c96\u0cbe\u0ca4\u0cc6\u0c97\u0cb3\u0ca8\u0ccd\u0ca8\u0cc1\u0020\u0ca4\u0ccb\u0cb0\u0cbf\u0cb8\u0cbf", + "drawerLabel": "\u0ca8\u0ccd\u0caf\u0cbe\u0cb5\u0cbf\u0c97\u0cc7\u0cb6\u0ca8\u0ccd\u200c\u0020\u0cae\u0cc6\u0ca8\u0cc1", + "popupMenuLabel": "\u0caa\u0cbe\u0caa\u0ccd\u0c85\u0caa\u0ccd\u0020\u0cae\u0cc6\u0ca8\u0cc1", + "dialogLabel": "\u0ca1\u0cc8\u0cb2\u0cbe\u0c97\u0ccd", + "alertDialogLabel": "\u0c8e\u0c9a\u0ccd\u0c9a\u0cb0\u0cbf\u0c95\u0cc6", + "searchFieldLabel": "\u0cb9\u0cc1\u0ca1\u0cc1\u0c95\u0cbf", + "reorderItemToStart": "\u0caa\u0ccd\u0cb0\u0cbe\u0cb0\u0c82\u0cad\u0c95\u0ccd\u0c95\u0cc6\u0020\u0cb8\u0cb0\u0cbf\u0cb8\u0cbf", + "reorderItemToEnd": "\u0c95\u0cca\u0ca8\u0cc6\u0c97\u0cc6\u0020\u0cb8\u0cb0\u0cbf\u0cb8\u0cbf", + "reorderItemUp": "\u0cae\u0cc7\u0cb2\u0cc6\u0020\u0cb8\u0cb0\u0cbf\u0cb8\u0cbf", + "reorderItemDown": "\u0c95\u0cc6\u0cb3\u0c97\u0cc6\u0020\u0cb8\u0cb0\u0cbf\u0cb8\u0cbf", + "reorderItemLeft": "\u0c8e\u0ca1\u0c95\u0ccd\u0c95\u0cc6\u0020\u0cb8\u0cb0\u0cbf\u0cb8\u0cbf", + "reorderItemRight": "\u0cac\u0cb2\u0c95\u0ccd\u0c95\u0cc6\u0020\u0cb8\u0cb0\u0cbf\u0cb8\u0cbf", + "expandedIconTapHint": "\u0c95\u0cc1\u0c97\u0ccd\u0c97\u0cbf\u0cb8\u0cbf", + "collapsedIconTapHint": "\u0cb5\u0cbf\u0cb8\u0ccd\u0ca4\u0cb0\u0cbf\u0cb8\u0cbf", + "remainingTextFieldCharacterCountOne": "\u0031\u0020\u0c85\u0c95\u0ccd\u0cb7\u0cb0\u0020\u0c89\u0cb3\u0cbf\u0ca6\u0cbf\u0ca6\u0cc6", + "remainingTextFieldCharacterCountOther": "\u0024\u0072\u0065\u006d\u0061\u0069\u006e\u0069\u006e\u0067\u0043\u006f\u0075\u006e\u0074\u0020\u0c85\u0c95\u0ccd\u0cb7\u0cb0\u0c97\u0cb3\u0cc1\u0020\u0c89\u0cb3\u0cbf\u0ca6\u0cbf\u0cb5\u0cc6", + "refreshIndicatorSemanticLabel": "\u0cb0\u0cbf\u0cab\u0ccd\u0cb0\u0cc6\u0cb6\u0ccd\u0020\u0cae\u0cbe\u0ca1\u0cbf", + "moreButtonTooltip": "\u0c87\u0ca8\u0ccd\u0ca8\u0cb7\u0ccd\u0c9f\u0cc1" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index 1cc0c5cacdfc..04f4d10ae030 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -52,5 +52,5 @@ "remainingTextFieldCharacterCountOne": "1자 남음", "remainingTextFieldCharacterCountOther": "$remainingCount자 남음", "refreshIndicatorSemanticLabel": "새로고침", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "더보기" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ky.arb b/packages/flutter_localizations/lib/src/l10n/material_ky.arb index 55fa590b2c27..3f254c5f23bc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ky.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountOne": "1 белги калды", "remainingTextFieldCharacterCountOther": "$remainingCount белги калды", "refreshIndicatorSemanticLabel": "Жаңыртуу", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Дагы" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lo.arb b/packages/flutter_localizations/lib/src/l10n/material_lo.arb index ad27d49638d0..7acbfe28ee51 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lo.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountOne": "ຍັງອີກ 1 ຕົວອັກສອນ", "remainingTextFieldCharacterCountOther": "ຍັງອີກ $remainingCount ຕົວອັກສອນ", "refreshIndicatorSemanticLabel": "ໂຫຼດຄືນໃໝ່", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "ເພີ່ມເຕີມ" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lt.arb b/packages/flutter_localizations/lib/src/l10n/material_lt.arb index 22ef37e9d9ff..9097a9355510 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lt.arb @@ -56,5 +56,5 @@ "remainingTextFieldCharacterCountOne": "Liko 1 simbolis", "remainingTextFieldCharacterCountOther": "Liko $remainingCount simbolių", "refreshIndicatorSemanticLabel": "Atnaujinti", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Daugiau" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lv.arb b/packages/flutter_localizations/lib/src/l10n/material_lv.arb index 3bfb25e1bf9e..41967f910e72 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lv.arb @@ -53,5 +53,5 @@ "remainingTextFieldCharacterCountOne": "Atlikusi 1 rakstzīme.", "remainingTextFieldCharacterCountOther": "Atlikušas $remainingCount rakstzīmes.", "refreshIndicatorSemanticLabel": "Atsvaidzināt", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Vairāk" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mk.arb b/packages/flutter_localizations/lib/src/l10n/material_mk.arb index add1768a3278..53094068418d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mk.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountOne": "Преостанува уште 1 знак", "remainingTextFieldCharacterCountOther": "Преостануваат уште $remainingCount знаци", "refreshIndicatorSemanticLabel": "Освежи", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Уште" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ml.arb b/packages/flutter_localizations/lib/src/l10n/material_ml.arb index 54882ccb36a2..5d92ea485850 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ml.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountOne": "ഒരു പ്രതീകം ശേഷിക്കുന്നു", "remainingTextFieldCharacterCountOther": "$remainingCount പ്രതീകങ്ങൾ ശേഷിക്കുന്നു", "refreshIndicatorSemanticLabel": "പുതുക്കിയെടുക്കുക", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "കൂടുതൽ" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mn.arb b/packages/flutter_localizations/lib/src/l10n/material_mn.arb index cb62f11602ed..9492a239e965 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mn.arb @@ -53,5 +53,5 @@ "remainingTextFieldCharacterCountOne": "1 тэмдэгт үлдсэн", "remainingTextFieldCharacterCountOther": "$remainingCount тэмдэгт үлдсэн", "refreshIndicatorSemanticLabel": "Сэргээх", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Бусад" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mr.arb b/packages/flutter_localizations/lib/src/l10n/material_mr.arb index 5cd4c1f7fdcc..8643f707f887 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mr.arb @@ -17,8 +17,8 @@ "rowsPerPageTitle": "प्रति पेज पंक्ती:", "tabLabel": "$tabCount पैकी $tabIndex टॅब", "selectedRowCountTitleZero": "कोणतेही आयटम निवडलेले नाहीत", - "selectedRowCountTitleOne": "एक अायटम निवडला", - "selectedRowCountTitleOther": "$selectedRowCount अायटम निवडले", + "selectedRowCountTitleOne": "एक आयटम निवडला", + "selectedRowCountTitleOther": "$selectedRowCount आयटम निवडले", "cancelButtonLabel": "रद्द करा", "closeButtonLabel": "बंद करा", "continueButtonLabel": "सुरू ठेवा", @@ -53,5 +53,5 @@ "remainingTextFieldCharacterCountOne": "एक वर्ण शिल्लक", "remainingTextFieldCharacterCountOther": "$remainingCount वर्ण शिल्लक", "refreshIndicatorSemanticLabel": "रिफ्रेश करा", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "आणखी" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ms.arb b/packages/flutter_localizations/lib/src/l10n/material_ms.arb index 3ed751c4250a..492534429a1b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ms.arb @@ -53,5 +53,5 @@ "remainingTextFieldCharacterCountOne": "1 aksara lagi", "remainingTextFieldCharacterCountOther": "$remainingCount aksara lagi", "refreshIndicatorSemanticLabel": "Muat semula", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Lagi" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_my.arb b/packages/flutter_localizations/lib/src/l10n/material_my.arb index ad8287fbdebd..541b63a140cb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_my.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountOne": "အက္ခရာ ၁ လုံးကျန်သည်", "remainingTextFieldCharacterCountOther": "အက္ခရာ $remainingCount လုံးကျန်သည်", "refreshIndicatorSemanticLabel": "ပြန်လည်စတင်ရန်", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "နောက်ထပ်" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nb.arb b/packages/flutter_localizations/lib/src/l10n/material_nb.arb index 3a251cfe69af..92a4b257a486 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nb.arb @@ -52,5 +52,5 @@ "remainingTextFieldCharacterCountOne": "1 tegn gjenstår", "remainingTextFieldCharacterCountOther": "$remainingCount tegn gjenstår", "refreshIndicatorSemanticLabel": "Laster inn på nytt", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Mer" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ne.arb b/packages/flutter_localizations/lib/src/l10n/material_ne.arb index fc15da9e4c9b..69e6b446894d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ne.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountOne": "१ वर्ण बाँकी", "remainingTextFieldCharacterCountOther": "$remainingCount वर्णहरू बाँकी", "refreshIndicatorSemanticLabel": "पुनः ताजा गर्नुहोस्", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "थप" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index 6f9450489649..7cf6a643c48b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -52,5 +52,5 @@ "remainingTextFieldCharacterCountOne": "1 teken resterend", "remainingTextFieldCharacterCountOther": "$remainingCount tekens resterend", "refreshIndicatorSemanticLabel": "Vernieuwen", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Meer" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_or.arb b/packages/flutter_localizations/lib/src/l10n/material_or.arb index 6b65d4c56e07..e36029bcf0b9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_or.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountOne": "1ଟି ଅକ୍ଷର ବାକି ଅଛି", "remainingTextFieldCharacterCountOther": "$remainingCountଟି ଅକ୍ଷର ବାକି ଅଛି", "refreshIndicatorSemanticLabel": "ରିଫ୍ରେସ୍ କରନ୍ତୁ", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "ଅଧିକ" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pa.arb b/packages/flutter_localizations/lib/src/l10n/material_pa.arb index e57acc91903f..0eb335078e72 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pa.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountOne": "1 ਅੱਖਰ-ਚਿੰਨ੍ਹ ਬਾਕੀ", "remainingTextFieldCharacterCountOther": "$remainingCount ਅੱਖਰ-ਚਿੰਨ੍ਹ ਬਾਕੀ", "refreshIndicatorSemanticLabel": "ਰਿਫ੍ਰੈਸ਼ ਕਰੋ", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "ਹੋਰ" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index 1ed89c336ad9..30cab1bb5ae9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -56,5 +56,5 @@ "remainingTextFieldCharacterCountOne": "Jeszcze 1 znak", "remainingTextFieldCharacterCountOther": "Pozostało $remainingCount znaków", "refreshIndicatorSemanticLabel": "Odśwież", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Więcej" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index 6c36828cdb82..fe4da566e045 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -54,5 +54,5 @@ "remainingTextFieldCharacterCountOne": "1 caractere restante", "remainingTextFieldCharacterCountOther": "$remainingCount caracteres restantes", "refreshIndicatorSemanticLabel": "Atualizar", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Mais" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb index 84059a9211a3..0862264ef5cf 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb @@ -1,4 +1,5 @@ { + "moreButtonTooltip": "Mais", "tabLabel": "Separador $tabIndex de $tabCount", "showAccountsLabel": "Mostrar contas", "hideAccountsLabel": "Ocultar contas", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/flutter_localizations/lib/src/l10n/material_ro.arb index 3c92171fb5c9..c7c85b078a0d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ro.arb @@ -55,5 +55,5 @@ "remainingTextFieldCharacterCountOne": "un caracter rămas", "remainingTextFieldCharacterCountOther": "$remainingCount de caractere rămase", "refreshIndicatorSemanticLabel": "Actualizați", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Mai multe" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index 6db7e2779ac0..872f59072121 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -57,5 +57,5 @@ "remainingTextFieldCharacterCountOne": "Остался 1 символ", "remainingTextFieldCharacterCountOther": "Осталось $remainingCount символа", "refreshIndicatorSemanticLabel": "Обновление", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Ещё" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_si.arb b/packages/flutter_localizations/lib/src/l10n/material_si.arb index 5bd5488a1cab..86897b1e9fa1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_si.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountOne": "අනුලකුණු 1ක් ඉතිරිය", "remainingTextFieldCharacterCountOther": "අනුලකුණු $remainingCountක් ඉතිරිය", "refreshIndicatorSemanticLabel": "නැවුම් කරන්න", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "තව" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sk.arb b/packages/flutter_localizations/lib/src/l10n/material_sk.arb index 5f17b77e214a..90c7ce96309b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sk.arb @@ -56,5 +56,5 @@ "remainingTextFieldCharacterCountOne": "Zostáva 1 znak", "remainingTextFieldCharacterCountOther": "Zostáva $remainingCount znakov", "refreshIndicatorSemanticLabel": "Obnoviť", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Viac" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sl.arb b/packages/flutter_localizations/lib/src/l10n/material_sl.arb index d7f7687fb4c9..b5da5df28f26 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sl.arb @@ -56,5 +56,5 @@ "remainingTextFieldCharacterCountOne": "Še 1 znak", "remainingTextFieldCharacterCountOther": "Še $remainingCount znakov", "refreshIndicatorSemanticLabel": "Osveži", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Več" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sq.arb b/packages/flutter_localizations/lib/src/l10n/material_sq.arb index 9236da645665..742a35f5c2ab 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sq.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountOne": "1 karakter i mbetur", "remainingTextFieldCharacterCountOther": "$remainingCount karaktere të mbetura", "refreshIndicatorSemanticLabel": "Rifresko", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Më shumë" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr.arb b/packages/flutter_localizations/lib/src/l10n/material_sr.arb index 686cf98e2df6..0019d3a50341 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr.arb @@ -54,5 +54,5 @@ "remainingTextFieldCharacterCountOne": "Преостао је 1 знак", "remainingTextFieldCharacterCountOther": "Преостало је $remainingCount знакова", "refreshIndicatorSemanticLabel": "Освежи", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Још" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb b/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb index ddd99b2aeb1b..cb4d33853577 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb @@ -1,4 +1,5 @@ { + "moreButtonTooltip": "Još", "remainingTextFieldCharacterCountFew": "Preostala su $remainingCount znaka", "scriptCategory": "English-like", "timeOfDayFormat": "HH:mm", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sv.arb b/packages/flutter_localizations/lib/src/l10n/material_sv.arb index 5a02f2b72879..75c0ce0c4752 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sv.arb @@ -52,5 +52,5 @@ "remainingTextFieldCharacterCountOne": "1 tecken kvar", "remainingTextFieldCharacterCountOther": "$remainingCount tecken kvar", "refreshIndicatorSemanticLabel": "Uppdatera", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Mer" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sw.arb b/packages/flutter_localizations/lib/src/l10n/material_sw.arb index ea141e25e12a..4643fc83a3dc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sw.arb @@ -53,5 +53,5 @@ "remainingTextFieldCharacterCountOne": "Imesalia herufi 1", "remainingTextFieldCharacterCountOther": "Zimesalia herufi $remainingCount", "refreshIndicatorSemanticLabel": "Onyesha upya", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Zaidi" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ta.arb b/packages/flutter_localizations/lib/src/l10n/material_ta.arb index 20d0ebe48e36..5833be990040 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ta.arb @@ -44,7 +44,7 @@ "modalBarrierDismissLabel": "நிராகரிக்கும்", "signedInLabel": "உள்நுழைந்துள்ளீர்கள்", "drawerLabel": "வழிசெலுத்தல் மெனு", - "popupMenuLabel": "பாப் அப் மெனு", + "popupMenuLabel": "பாப்-அப் மெனு", "dialogLabel": "உரையாடல்", "alertDialogLabel": "விழிப்பூட்டல்", "expandedIconTapHint": "சுருக்கும்", @@ -53,5 +53,5 @@ "remainingTextFieldCharacterCountOne": "1 எழுத்து மீதமுள்ளது", "remainingTextFieldCharacterCountOther": "$remainingCount எழுத்துகள் மீதமுள்ளன", "refreshIndicatorSemanticLabel": "ரெஃப்ரெஷ் செய்யும்", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "மேலும்" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_te.arb b/packages/flutter_localizations/lib/src/l10n/material_te.arb index d76ddf98deda..8060099dddb3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_te.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountOne": "1 అక్షరం మిగిలి ఉంది", "remainingTextFieldCharacterCountOther": "$remainingCount అక్షరాలు మిగిలి ఉన్నాయి", "refreshIndicatorSemanticLabel": "రిఫ్రెష్ చేయి", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "మరిన్ని" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/flutter_localizations/lib/src/l10n/material_th.arb index a0d7e0deed59..624bfac2f325 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_th.arb @@ -52,5 +52,5 @@ "remainingTextFieldCharacterCountOne": "เหลือ 1 อักขระ", "remainingTextFieldCharacterCountOther": "เหลือ $remainingCount อักขระ", "refreshIndicatorSemanticLabel": "รีเฟรช", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "เพิ่มเติม" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tl.arb b/packages/flutter_localizations/lib/src/l10n/material_tl.arb index a1060d7b04c3..ebb6a191fcf7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tl.arb @@ -52,5 +52,5 @@ "remainingTextFieldCharacterCountOne": "1 character ang natitira", "remainingTextFieldCharacterCountOther": "$remainingCount na character ang natitira", "refreshIndicatorSemanticLabel": "Nagre-refresh", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Higit Pa" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index b834d200b85a..be1ff519e8fe 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -52,5 +52,5 @@ "remainingTextFieldCharacterCountOne": "1 karakter kaldı", "remainingTextFieldCharacterCountOther": "$remainingCount karakter kaldı", "refreshIndicatorSemanticLabel": "Yenile", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Diğer" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uk.arb b/packages/flutter_localizations/lib/src/l10n/material_uk.arb index 6ed3a986b738..43a2b36458be 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uk.arb @@ -56,5 +56,5 @@ "remainingTextFieldCharacterCountOne": "Залишився 1 символ", "remainingTextFieldCharacterCountOther": "Залишилося $remainingCount символу", "refreshIndicatorSemanticLabel": "Оновити", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Інші" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index 14e2919484ee..a4d96781bc43 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -52,5 +52,5 @@ "remainingTextFieldCharacterCountOne": "1 حرف باقی ہے", "remainingTextFieldCharacterCountOther": "$remainingCount حروف باقی ہیں", "refreshIndicatorSemanticLabel": "ریفریش کریں", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "مزید" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uz.arb b/packages/flutter_localizations/lib/src/l10n/material_uz.arb index b85aa60c75d7..163ac30f8015 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uz.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountOne": "1 ta belgi qoldi", "remainingTextFieldCharacterCountOther": "$remainingCount ta belgi qoldi", "refreshIndicatorSemanticLabel": "Yangilash", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Yana" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_vi.arb b/packages/flutter_localizations/lib/src/l10n/material_vi.arb index 11222843ca52..128582ed51f5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_vi.arb @@ -52,5 +52,5 @@ "remainingTextFieldCharacterCountOne": "Còn lại 1 ký tự", "remainingTextFieldCharacterCountOther": "Còn lại $remainingCount ký tự", "refreshIndicatorSemanticLabel": "Làm mới", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Thêm" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index 98ffdca64e54..3df5a80d0d97 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -52,5 +52,5 @@ "remainingTextFieldCharacterCountOne": "还可输入 1 个字符", "remainingTextFieldCharacterCountOther": "还可输入 $remainingCount 个字符", "refreshIndicatorSemanticLabel": "刷新", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "更多" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb index 839332629b00..bf9055783a5c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb @@ -1,4 +1,5 @@ { + "moreButtonTooltip": "更多", "tabLabel": "第 $tabIndex 個標籤,總共 $tabCount 個", "showAccountsLabel": "顯示帳戶", "modalBarrierDismissLabel": "拒絕", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb index 071eceddccee..9f8920e2d6c8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb @@ -1,4 +1,5 @@ { + "moreButtonTooltip": "更多", "tabLabel": "第 $tabIndex 個分頁 (共 $tabCount 個)", "showAccountsLabel": "顯示帳戶", "modalBarrierDismissLabel": "關閉", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zu.arb b/packages/flutter_localizations/lib/src/l10n/material_zu.arb index d3a78a6e7b31..119fc910036f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zu.arb @@ -51,5 +51,5 @@ "remainingTextFieldCharacterCountOne": "1 uhlamvu olusele", "remainingTextFieldCharacterCountOther": "$remainingCount izinhlamvu ezisele", "refreshIndicatorSemanticLabel": "Vuselela", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "Okuningi" } From 8f52c3857f4b4f4757166eab0e4d168caed45b9a Mon Sep 17 00:00:00 2001 From: Shi-Hao Hong Date: Wed, 1 Apr 2020 11:16:01 -0700 Subject: [PATCH 126/327] [gen_l10n] Escape special JSON characters in generateString utility function (#53605) --- .../localization/localizations_utils.dart | 37 +++++++++++-------- 1 file changed, 21 insertions(+), 16 deletions(-) diff --git a/dev/tools/localization/localizations_utils.dart b/dev/tools/localization/localizations_utils.dart index 1496e676691c..47903a42c4f8 100644 --- a/dev/tools/localization/localizations_utils.dart +++ b/dev/tools/localization/localizations_utils.dart @@ -373,36 +373,36 @@ class $classNamePrefix$camelCaseName extends $superClass {'''; /// foo "bar" => 'foo "bar"' /// foo 'bar' => "foo 'bar'" /// foo 'bar' "baz" => '''foo 'bar' "baz"''' -/// foo\bar => 'foo\\bar' -/// foo\nbar => 'foo\\\\nbar' /// ``` /// -/// When [shouldEscapeDollar] is set to true, the -/// result avoids character escaping, with the -/// exception of the dollar sign: +/// This function is used by tools that take in a JSON-formatted file to +/// generate Dart code. For this reason, characters with special meaning +/// in JSON files. For example, the backspace character (\b) have to be +/// properly escaped by this function so that the generated Dart code +/// correctly represents this character: +/// ``` +/// foo\bar => 'foo\\bar' +/// foo\nbar => 'foo\\nbar' +/// foo\\nbar => 'foo\\\\nbar' +/// foo\\bar => 'foo\\\\bar' +/// foo\ bar => 'foo\\ bar' +/// ``` /// +/// When [shouldEscapeDollar] is set to true, the '$' characters in the +/// input will be replaced by '$' in the returned string: /// ``` /// foo$bar = 'foo\$bar' /// ``` /// -/// When [shouldEscapeDollar] is set to false, the -/// result tries to avoid character escaping: -/// +/// When [shouldEscapeDollar] is set to false, '$' will be replaced +/// by '\$' in the returned string: /// ``` /// foo$bar => 'foo\\\$bar' /// ``` /// /// [shouldEscapeDollar] is true by default. -/// -/// Strings with newlines are not supported. String generateString(String value, { bool escapeDollar = true }) { assert(escapeDollar != null); - assert( - !value.contains('\n'), - 'Since it is assumed that the input string comes ' - 'from a json/arb file source, messages cannot ' - 'contain newlines.' - ); const String backslash = '__BACKSLASH__'; assert( @@ -419,6 +419,11 @@ String generateString(String value, { bool escapeDollar = true }) { value = value .replaceAll("'", "\\'") .replaceAll('"', '\\"') + .replaceAll('\n', '\\n') + .replaceAll('\f', '\\f') + .replaceAll('\t', '\\t') + .replaceAll('\r', '\\r') + .replaceAll('\b', '\\b') .replaceAll(backslash, '\\\\'); return "'$value'"; From 773be0b84ef6ae8259477e4f086fe88fa418e18a Mon Sep 17 00:00:00 2001 From: Shi-Hao Hong Date: Fri, 3 Apr 2020 11:56:02 -0700 Subject: [PATCH 127/327] Use `no` locale as synonym for `nb` (#53880) --- .../localization/bin/gen_localizations.dart | 30 +- .../{cupertino_nb.arb => cupertino_no.arb} | 0 .../generated_cupertino_localizations.dart | 168 ++++---- .../generated_material_localizations.dart | 378 ++++++++++-------- .../l10n/{material_nb.arb => material_no.arb} | 4 +- .../test/cupertino/translations_test.dart | 27 ++ .../test/material/date_time_test.dart | 14 + .../test/material/translations_test.dart | 30 ++ 8 files changed, 408 insertions(+), 243 deletions(-) rename packages/flutter_localizations/lib/src/l10n/{cupertino_nb.arb => cupertino_no.arb} (100%) rename packages/flutter_localizations/lib/src/l10n/{material_nb.arb => material_no.arb} (96%) diff --git a/dev/tools/localization/bin/gen_localizations.dart b/dev/tools/localization/bin/gen_localizations.dart index 65fa62143829..7820b6c0ea37 100644 --- a/dev/tools/localization/bin/gen_localizations.dart +++ b/dev/tools/localization/bin/gen_localizations.dart @@ -76,6 +76,11 @@ String generateArbBasedLocalizationSubclasses({ assert(supportedLanguagesConstant.isNotEmpty); assert(supportedLanguagesDocMacro.isNotEmpty); + // See https://github.com/flutter/flutter/issues/53036 for context on why + // 'no' is being used as a synonym for 'nb'. It only uses this synonym + // if 'nb' is not detected as a valid arb file. + bool isNbSynonymOfNo = false; + final StringBuffer output = StringBuffer(); output.writeln(generateHeader('dart dev/tools/localization/bin/gen_localizations.dart --overwrite')); @@ -101,6 +106,12 @@ String generateArbBasedLocalizationSubclasses({ allResourceIdentifiers.addAll(localeToResources[locale].keys.toList()..sort()); } + if (languageToLocales['no'] != null && languageToLocales['nb'] == null) { + languageToLocales['nb'] ??= []; + languageToLocales['nb'].add(LocaleInfo.fromString('nb')); + isNbSynonymOfNo = true; + } + // We generate one class per supported language (e.g. // `MaterialLocalizationEn`). These implement everything that is needed by the // superclass (e.g. GlobalMaterialLocalizations). @@ -117,7 +128,7 @@ String generateArbBasedLocalizationSubclasses({ // If scriptCodes for a language are defined, we expect a scriptCode to be // defined for locales that contain a countryCode. The superclass becomes - // the script sublcass (e.g. `MaterialLocalizationZhHant`) and the generated + // the script subclass (e.g. `MaterialLocalizationZhHant`) and the generated // subclass will also contain the script code (e.g. `MaterialLocalizationZhHantTW`). // When scriptCodes are not defined for languages that use scriptCodes to distinguish @@ -130,6 +141,22 @@ String generateArbBasedLocalizationSubclasses({ final LocaleInfo canonicalLocale = LocaleInfo.fromString('en'); for (final String languageName in languageCodes) { final LocaleInfo languageLocale = LocaleInfo.fromString(languageName); + + // See https://github.com/flutter/flutter/issues/53036 for context on why + // 'no' is being used as a synonym for 'nb'. It only uses this synonym + // if 'nb' is not detected as a valid arb file. + if (languageName == 'nb' && isNbSynonymOfNo) { + output.writeln(generateClassDeclaration( + languageLocale, + generatedClassPrefix, + '${generatedClassPrefix}No'), + ); + output.writeln(generateConstructor(languageLocale)); + output.writeln('}'); + supportedLocales.writeln('/// * `$languageName` - ${describeLocale(languageName)}, which, in this library, is a synonym of `no`'); + continue; + } + output.writeln(generateClassDeclaration(languageLocale, generatedClassPrefix, baseClass)); output.writeln(generateConstructor(languageLocale)); @@ -212,6 +239,7 @@ String generateArbBasedLocalizationSubclasses({ output.writeln('}'); } } + final String scriptCodeMessage = scriptCodeCount == 0 ? '' : ' and $scriptCodeCount script' + (scriptCodeCount == 1 ? '' : 's'); if (countryCodeCount == 0) { if (scriptCodeCount == 0) diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb rename to packages/flutter_localizations/lib/src/l10n/cupertino_no.arb diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index 83ace73c22cc..128276152c06 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -8398,7 +8398,7 @@ class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { } /// The translations for Norwegian Bokmål (`nb`). -class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { +class CupertinoLocalizationNb extends CupertinoLocalizationNo { /// Create an instance of the translation bundle for Norwegian Bokmål. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. @@ -8423,21 +8423,49 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { singleDigitSecondFormat: singleDigitSecondFormat, decimalFormat: decimalFormat, ); +} + +/// The translations for Nepali (`ne`). +class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Nepali. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationNe({ + String localeName = 'ne', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); @override - String get alertDialogLabel => 'Varsel'; + String get alertDialogLabel => 'अलर्ट'; @override - String get anteMeridiemAbbreviation => 'AM'; + String get anteMeridiemAbbreviation => 'पूर्वाह्न'; @override - String get copyButtonLabel => 'Kopiér'; + String get copyButtonLabel => 'प्रतिलिपि गर्नुहोस्'; @override - String get cutButtonLabel => 'Klipp ut'; + String get cutButtonLabel => 'काट्नुहोस्'; @override - String get datePickerDateOrderString => 'dmy'; + String get datePickerDateOrderString => 'mdy'; @override String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @@ -8449,10 +8477,10 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour null-null'; + String get datePickerHourSemanticsLabelOne => '\$hour बजे'; @override - String get datePickerHourSemanticsLabelOther => '\$hour null-null'; + String get datePickerHourSemanticsLabelOther => '\$hour बजे'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -8467,10 +8495,10 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 minutt'; + String get datePickerMinuteSemanticsLabelOne => '१ मिनेट'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minutter'; + String get datePickerMinuteSemanticsLabelOther => '\$minute मिनेट'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -8479,13 +8507,13 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => 'Lim inn'; + String get pasteButtonLabel => 'टाँस्नुहोस्'; @override - String get postMeridiemAbbreviation => 'PM'; + String get postMeridiemAbbreviation => 'अपराह्न'; @override - String get selectAllButtonLabel => 'Velg alle'; + String get selectAllButtonLabel => 'सबै चयन गर्नुहोस्'; @override String get timerPickerHourLabelFew => null; @@ -8494,10 +8522,10 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'time'; + String get timerPickerHourLabelOne => 'घन्टा'; @override - String get timerPickerHourLabelOther => 'timer'; + String get timerPickerHourLabelOther => 'घन्टा'; @override String get timerPickerHourLabelTwo => null; @@ -8512,10 +8540,10 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'min.'; + String get timerPickerMinuteLabelOne => 'मिनेट'; @override - String get timerPickerMinuteLabelOther => 'min.'; + String get timerPickerMinuteLabelOther => 'मिनेट'; @override String get timerPickerMinuteLabelTwo => null; @@ -8530,10 +8558,10 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'sek.'; + String get timerPickerSecondLabelOne => 'सेकेन्ड'; @override - String get timerPickerSecondLabelOther => 'sek.'; + String get timerPickerSecondLabelOther => 'सेकेन्ड'; @override String get timerPickerSecondLabelTwo => null; @@ -8542,16 +8570,16 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => 'I dag'; + String get todayLabel => 'आज'; } -/// The translations for Nepali (`ne`). -class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Nepali. +/// The translations for Dutch Flemish (`nl`). +class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Dutch Flemish. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationNe({ - String localeName = 'ne', + const CupertinoLocalizationNl({ + String localeName = 'nl', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -8573,19 +8601,19 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => 'अलर्ट'; + String get alertDialogLabel => 'Melding'; @override - String get anteMeridiemAbbreviation => 'पूर्वाह्न'; + String get anteMeridiemAbbreviation => 'am'; @override - String get copyButtonLabel => 'प्रतिलिपि गर्नुहोस्'; + String get copyButtonLabel => 'Kopiëren'; @override - String get cutButtonLabel => 'काट्नुहोस्'; + String get cutButtonLabel => 'Knippen'; @override - String get datePickerDateOrderString => 'mdy'; + String get datePickerDateOrderString => 'dmy'; @override String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @@ -8597,10 +8625,10 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour बजे'; + String get datePickerHourSemanticsLabelOne => '\$hour uur'; @override - String get datePickerHourSemanticsLabelOther => '\$hour बजे'; + String get datePickerHourSemanticsLabelOther => '\$hour uur'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -8615,10 +8643,10 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '१ मिनेट'; + String get datePickerMinuteSemanticsLabelOne => '1 minuut'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute मिनेट'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minuten'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -8627,13 +8655,13 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => 'टाँस्नुहोस्'; + String get pasteButtonLabel => 'Plakken'; @override - String get postMeridiemAbbreviation => 'अपराह्न'; + String get postMeridiemAbbreviation => 'pm'; @override - String get selectAllButtonLabel => 'सबै चयन गर्नुहोस्'; + String get selectAllButtonLabel => 'Alles selecteren'; @override String get timerPickerHourLabelFew => null; @@ -8642,10 +8670,10 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'घन्टा'; + String get timerPickerHourLabelOne => 'uur'; @override - String get timerPickerHourLabelOther => 'घन्टा'; + String get timerPickerHourLabelOther => 'uur'; @override String get timerPickerHourLabelTwo => null; @@ -8660,10 +8688,10 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'मिनेट'; + String get timerPickerMinuteLabelOne => 'min.'; @override - String get timerPickerMinuteLabelOther => 'मिनेट'; + String get timerPickerMinuteLabelOther => 'min.'; @override String get timerPickerMinuteLabelTwo => null; @@ -8678,10 +8706,10 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'सेकेन्ड'; + String get timerPickerSecondLabelOne => 'sec.'; @override - String get timerPickerSecondLabelOther => 'सेकेन्ड'; + String get timerPickerSecondLabelOther => 'sec.'; @override String get timerPickerSecondLabelTwo => null; @@ -8690,16 +8718,16 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => 'आज'; + String get todayLabel => 'Vandaag'; } -/// The translations for Dutch Flemish (`nl`). -class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Dutch Flemish. +/// The translations for Norwegian (`no`). +class CupertinoLocalizationNo extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Norwegian. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationNl({ - String localeName = 'nl', + const CupertinoLocalizationNo({ + String localeName = 'no', @required intl.DateFormat fullYearFormat, @required intl.DateFormat dayFormat, @required intl.DateFormat mediumDateFormat, @@ -8721,16 +8749,16 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { ); @override - String get alertDialogLabel => 'Melding'; + String get alertDialogLabel => 'Varsel'; @override - String get anteMeridiemAbbreviation => 'am'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get copyButtonLabel => 'Kopiëren'; + String get copyButtonLabel => 'Kopiér'; @override - String get cutButtonLabel => 'Knippen'; + String get cutButtonLabel => 'Klipp ut'; @override String get datePickerDateOrderString => 'dmy'; @@ -8745,10 +8773,10 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour uur'; + String get datePickerHourSemanticsLabelOne => '\$hour null-null'; @override - String get datePickerHourSemanticsLabelOther => '\$hour uur'; + String get datePickerHourSemanticsLabelOther => '\$hour null-null'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -8763,10 +8791,10 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 minuut'; + String get datePickerMinuteSemanticsLabelOne => '1 minutt'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minuten'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minutter'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -8775,13 +8803,13 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelZero => null; @override - String get pasteButtonLabel => 'Plakken'; + String get pasteButtonLabel => 'Lim inn'; @override - String get postMeridiemAbbreviation => 'pm'; + String get postMeridiemAbbreviation => 'PM'; @override - String get selectAllButtonLabel => 'Alles selecteren'; + String get selectAllButtonLabel => 'Velg alle'; @override String get timerPickerHourLabelFew => null; @@ -8790,10 +8818,10 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { String get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'uur'; + String get timerPickerHourLabelOne => 'time'; @override - String get timerPickerHourLabelOther => 'uur'; + String get timerPickerHourLabelOther => 'timer'; @override String get timerPickerHourLabelTwo => null; @@ -8826,10 +8854,10 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'sec.'; + String get timerPickerSecondLabelOne => 'sek.'; @override - String get timerPickerSecondLabelOther => 'sec.'; + String get timerPickerSecondLabelOther => 'sek.'; @override String get timerPickerSecondLabelTwo => null; @@ -8838,7 +8866,7 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => 'Vandaag'; + String get todayLabel => 'I dag'; } /// The translations for Oriya (`or`). @@ -12794,6 +12822,7 @@ final Set kCupertinoSupportedLanguages = HashSet.from(const kCupertinoSupportedLanguages = HashSet.from(const 'Om \$applicationName'; + String get aboutListTileTitleRaw => '\$applicationName बारे'; @override - String get alertDialogLabel => 'Varsel'; + String get alertDialogLabel => 'अलर्ट'; @override - String get anteMeridiemAbbreviation => 'AM'; + String get anteMeridiemAbbreviation => 'पूर्वाह्न'; @override - String get backButtonTooltip => 'Tilbake'; + String get backButtonTooltip => 'पछाडि जानुहोस्'; @override - String get cancelButtonLabel => 'AVBRYT'; + String get cancelButtonLabel => 'रद्द गर्नुहोस्'; @override - String get closeButtonLabel => 'LUKK'; + String get closeButtonLabel => 'बन्द गर्नुहोस्'; @override - String get closeButtonTooltip => 'Lukk'; + String get closeButtonTooltip => 'बन्द गर्नुहोस्'; @override - String get collapsedIconTapHint => 'Vis'; + String get collapsedIconTapHint => 'विस्तार गर्नुहोस्'; @override - String get continueButtonLabel => 'FORTSETT'; + String get continueButtonLabel => 'जारी राख्नुहोस्'; @override - String get copyButtonLabel => 'KOPIÉR'; + String get copyButtonLabel => 'प्रतिलिपि गर्नुहोस्'; @override - String get cutButtonLabel => 'KLIPP UT'; + String get cutButtonLabel => 'काट्नुहोस्'; @override - String get deleteButtonTooltip => 'Slett'; + String get deleteButtonTooltip => 'मेट्नुहोस्'; @override - String get dialogLabel => 'Dialogboks'; + String get dialogLabel => 'संवाद'; @override - String get drawerLabel => 'Navigasjonsmeny'; + String get drawerLabel => 'नेभिगेसन मेनु'; @override - String get expandedIconTapHint => 'Skjul'; + String get expandedIconTapHint => 'संक्षिप्त गर्नुहोस्'; @override - String get hideAccountsLabel => 'Skjul kontoer'; + String get hideAccountsLabel => 'खाताहरू लुकाउनुहोस्'; @override - String get licensesPageTitle => 'Lisenser'; + String get licensesPageTitle => 'इजाजतपत्रहरू'; @override - String get modalBarrierDismissLabel => 'Avvis'; + String get modalBarrierDismissLabel => 'खारेज गर्नुहोस्'; @override - String get moreButtonTooltip => 'Mer'; + String get moreButtonTooltip => 'थप'; @override - String get nextMonthTooltip => 'Neste måned'; + String get nextMonthTooltip => 'अर्को महिना'; @override - String get nextPageTooltip => 'Neste side'; + String get nextPageTooltip => 'अर्को पृष्ठ'; @override - String get okButtonLabel => 'OK'; + String get okButtonLabel => 'ठिक छ'; @override - String get openAppDrawerTooltip => 'Åpne navigasjonsmenyen'; + String get openAppDrawerTooltip => 'नेभिगेसन मेनु खोल्नुहोस्'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow av \$rowCount'; + String get pageRowsInfoTitleRaw => '\$rowCount मध्ये \$firstRow–\$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow av omtrent \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => 'लगभग \$rowCount को \$firstRow–\$lastRow'; @override - String get pasteButtonLabel => 'LIM INN'; + String get pasteButtonLabel => 'टाँस्नुहोस्'; @override - String get popupMenuLabel => 'Forgrunnsmeny'; + String get popupMenuLabel => 'पपअप मेनु'; @override - String get postMeridiemAbbreviation => 'PM'; + String get postMeridiemAbbreviation => 'अपराह्न'; @override - String get previousMonthTooltip => 'Forrige måned'; + String get previousMonthTooltip => 'अघिल्लो महिना'; @override - String get previousPageTooltip => 'Forrige side'; + String get previousPageTooltip => 'अघिल्लो पृष्ठ'; @override - String get refreshIndicatorSemanticLabel => 'Laster inn på nytt'; + String get refreshIndicatorSemanticLabel => 'पुनः ताजा गर्नुहोस्'; @override String get remainingTextFieldCharacterCountFew => null; @@ -12759,46 +12789,46 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => '1 tegn gjenstår'; + String get remainingTextFieldCharacterCountOne => '१ वर्ण बाँकी'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount tegn gjenstår'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount वर्णहरू बाँकी'; @override String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'TBD'; + String get remainingTextFieldCharacterCountZero => null; @override - String get reorderItemDown => 'Flytt ned'; + String get reorderItemDown => 'तल सार्नुहोस्'; @override - String get reorderItemLeft => 'Flytt til venstre'; + String get reorderItemLeft => 'बायाँ सार्नुहोस्'; @override - String get reorderItemRight => 'Flytt til høyre'; + String get reorderItemRight => 'दायाँ सार्नुहोस्'; @override - String get reorderItemToEnd => 'Flytt til slutten'; + String get reorderItemToEnd => 'अन्त्यमा जानुहोस्'; @override - String get reorderItemToStart => 'Flytt til starten'; + String get reorderItemToStart => 'सुरुमा सार्नुहोस्'; @override - String get reorderItemUp => 'Flytt opp'; + String get reorderItemUp => 'माथि सार्नुहोस्'; @override - String get rowsPerPageTitle => 'Rader per side:'; + String get rowsPerPageTitle => 'प्रत्येक पृष्ठमा रहेका पङ्क्तिहरूको सङ्ख्या:'; @override - ScriptCategory get scriptCategory => ScriptCategory.englishLike; + ScriptCategory get scriptCategory => ScriptCategory.tall; @override - String get searchFieldLabel => 'Søk'; + String get searchFieldLabel => 'खोज्नुहोस्'; @override - String get selectAllButtonLabel => 'VELG ALLE'; + String get selectAllButtonLabel => 'सबै चयन गर्नुहोस्'; @override String get selectedRowCountTitleFew => null; @@ -12807,10 +12837,10 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '1 element er valgt'; + String get selectedRowCountTitleOne => '१ वस्तु चयन गरियो'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount elementer er valgt'; + String get selectedRowCountTitleOther => '\$selectedRowCount वस्तुहरू चयन गरिए'; @override String get selectedRowCountTitleTwo => null; @@ -12819,37 +12849,37 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => 'Vis kontoer'; + String get showAccountsLabel => 'खाताहरू देखाउनुहोस्'; @override - String get showMenuTooltip => 'Vis meny'; + String get showMenuTooltip => 'मेनु देखाउनुहोस्'; @override - String get signedInLabel => 'Pålogget'; + String get signedInLabel => 'साइन इन गरियो'; @override - String get tabLabelRaw => 'Fane \$tabIndex av \$tabCount'; + String get tabLabelRaw => '\$tabCount मध्ये \$tabIndex ट्याब'; @override - TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerHourModeAnnouncement => 'Angi timer'; + String get timePickerHourModeAnnouncement => 'घन्टा चयन गर्नुहोस्'; @override - String get timePickerMinuteModeAnnouncement => 'Angi minutter'; + String get timePickerMinuteModeAnnouncement => 'मिनेट चयन गर्नुहोस्'; @override - String get viewLicensesButtonLabel => 'SE LISENSER'; + String get viewLicensesButtonLabel => 'इजाजतपत्रहरू हेर्नुहोस्'; } -/// The translations for Nepali (`ne`). -class MaterialLocalizationNe extends GlobalMaterialLocalizations { - /// Create an instance of the translation bundle for Nepali. +/// The translations for Dutch Flemish (`nl`). +class MaterialLocalizationNl extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Dutch Flemish. /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationNe({ - String localeName = 'ne', + const MaterialLocalizationNl({ + String localeName = 'nl', @required intl.DateFormat fullYearFormat, @required intl.DateFormat compactDateFormat, @required intl.DateFormat shortDateFormat, @@ -12873,97 +12903,97 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName बारे'; + String get aboutListTileTitleRaw => 'Over \$applicationName'; @override - String get alertDialogLabel => 'अलर्ट'; + String get alertDialogLabel => 'Melding'; @override - String get anteMeridiemAbbreviation => 'पूर्वाह्न'; + String get anteMeridiemAbbreviation => 'am'; @override - String get backButtonTooltip => 'पछाडि जानुहोस्'; + String get backButtonTooltip => 'Terug'; @override - String get cancelButtonLabel => 'रद्द गर्नुहोस्'; + String get cancelButtonLabel => 'ANNULEREN'; @override - String get closeButtonLabel => 'बन्द गर्नुहोस्'; + String get closeButtonLabel => 'SLUITEN'; @override - String get closeButtonTooltip => 'बन्द गर्नुहोस्'; + String get closeButtonTooltip => 'Sluiten'; @override - String get collapsedIconTapHint => 'विस्तार गर्नुहोस्'; + String get collapsedIconTapHint => 'Uitvouwen'; @override - String get continueButtonLabel => 'जारी राख्नुहोस्'; + String get continueButtonLabel => 'DOORGAAN'; @override - String get copyButtonLabel => 'प्रतिलिपि गर्नुहोस्'; + String get copyButtonLabel => 'KOPIËREN'; @override - String get cutButtonLabel => 'काट्नुहोस्'; + String get cutButtonLabel => 'KNIPPEN'; @override - String get deleteButtonTooltip => 'मेट्नुहोस्'; + String get deleteButtonTooltip => 'Verwijderen'; @override - String get dialogLabel => 'संवाद'; + String get dialogLabel => 'Dialoogvenster'; @override - String get drawerLabel => 'नेभिगेसन मेनु'; + String get drawerLabel => 'Navigatiemenu'; @override - String get expandedIconTapHint => 'संक्षिप्त गर्नुहोस्'; + String get expandedIconTapHint => 'Samenvouwen'; @override - String get hideAccountsLabel => 'खाताहरू लुकाउनुहोस्'; + String get hideAccountsLabel => 'Accounts verbergen'; @override - String get licensesPageTitle => 'इजाजतपत्रहरू'; + String get licensesPageTitle => 'Licenties'; @override - String get modalBarrierDismissLabel => 'खारेज गर्नुहोस्'; + String get modalBarrierDismissLabel => 'Sluiten'; @override - String get moreButtonTooltip => 'थप'; + String get moreButtonTooltip => 'Meer'; @override - String get nextMonthTooltip => 'अर्को महिना'; + String get nextMonthTooltip => 'Volgende maand'; @override - String get nextPageTooltip => 'अर्को पृष्ठ'; + String get nextPageTooltip => 'Volgende pagina'; @override - String get okButtonLabel => 'ठिक छ'; + String get okButtonLabel => 'OK'; @override - String get openAppDrawerTooltip => 'नेभिगेसन मेनु खोल्नुहोस्'; + String get openAppDrawerTooltip => 'Navigatiemenu openen'; @override - String get pageRowsInfoTitleRaw => '\$rowCount मध्ये \$firstRow–\$lastRow'; + String get pageRowsInfoTitleRaw => '\$firstRow-\$lastRow van \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => 'लगभग \$rowCount को \$firstRow–\$lastRow'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow-\$lastRow van ongeveer \$rowCount'; @override - String get pasteButtonLabel => 'टाँस्नुहोस्'; + String get pasteButtonLabel => 'PLAKKEN'; @override - String get popupMenuLabel => 'पपअप मेनु'; + String get popupMenuLabel => 'Pop-upmenu'; @override - String get postMeridiemAbbreviation => 'अपराह्न'; + String get postMeridiemAbbreviation => 'pm'; @override - String get previousMonthTooltip => 'अघिल्लो महिना'; + String get previousMonthTooltip => 'Vorige maand'; @override - String get previousPageTooltip => 'अघिल्लो पृष्ठ'; + String get previousPageTooltip => 'Vorige pagina'; @override - String get refreshIndicatorSemanticLabel => 'पुनः ताजा गर्नुहोस्'; + String get refreshIndicatorSemanticLabel => 'Vernieuwen'; @override String get remainingTextFieldCharacterCountFew => null; @@ -12972,46 +13002,46 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => '१ वर्ण बाँकी'; + String get remainingTextFieldCharacterCountOne => '1 teken resterend'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount वर्णहरू बाँकी'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount tekens resterend'; @override String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => null; + String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => 'तल सार्नुहोस्'; + String get reorderItemDown => 'Omlaag verplaatsen'; @override - String get reorderItemLeft => 'बायाँ सार्नुहोस्'; + String get reorderItemLeft => 'Naar links verplaatsen'; @override - String get reorderItemRight => 'दायाँ सार्नुहोस्'; + String get reorderItemRight => 'Naar rechts verplaatsen'; @override - String get reorderItemToEnd => 'अन्त्यमा जानुहोस्'; + String get reorderItemToEnd => 'Naar het einde verplaatsen'; @override - String get reorderItemToStart => 'सुरुमा सार्नुहोस्'; + String get reorderItemToStart => 'Naar het begin verplaatsen'; @override - String get reorderItemUp => 'माथि सार्नुहोस्'; + String get reorderItemUp => 'Omhoog verplaatsen'; @override - String get rowsPerPageTitle => 'प्रत्येक पृष्ठमा रहेका पङ्क्तिहरूको सङ्ख्या:'; + String get rowsPerPageTitle => 'Rijen per pagina:'; @override - ScriptCategory get scriptCategory => ScriptCategory.tall; + ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => 'खोज्नुहोस्'; + String get searchFieldLabel => 'Zoeken'; @override - String get selectAllButtonLabel => 'सबै चयन गर्नुहोस्'; + String get selectAllButtonLabel => 'ALLES SELECTEREN'; @override String get selectedRowCountTitleFew => null; @@ -13020,10 +13050,10 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '१ वस्तु चयन गरियो'; + String get selectedRowCountTitleOne => '1 item geselecteerd'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount वस्तुहरू चयन गरिए'; + String get selectedRowCountTitleOther => '\$selectedRowCount items geselecteerd'; @override String get selectedRowCountTitleTwo => null; @@ -13032,37 +13062,37 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => 'खाताहरू देखाउनुहोस्'; + String get showAccountsLabel => 'Accounts weergeven'; @override - String get showMenuTooltip => 'मेनु देखाउनुहोस्'; + String get showMenuTooltip => 'Menu weergeven'; @override - String get signedInLabel => 'साइन इन गरियो'; + String get signedInLabel => 'Ingelogd'; @override - String get tabLabelRaw => '\$tabCount मध्ये \$tabIndex ट्याब'; + String get tabLabelRaw => 'Tabblad \$tabIndex van \$tabCount'; @override - TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerHourModeAnnouncement => 'घन्टा चयन गर्नुहोस्'; + String get timePickerHourModeAnnouncement => 'Uren selecteren'; @override - String get timePickerMinuteModeAnnouncement => 'मिनेट चयन गर्नुहोस्'; + String get timePickerMinuteModeAnnouncement => 'Minuten selecteren'; @override - String get viewLicensesButtonLabel => 'इजाजतपत्रहरू हेर्नुहोस्'; + String get viewLicensesButtonLabel => 'LICENTIES BEKIJKEN'; } -/// The translations for Dutch Flemish (`nl`). -class MaterialLocalizationNl extends GlobalMaterialLocalizations { - /// Create an instance of the translation bundle for Dutch Flemish. +/// The translations for Norwegian (`no`). +class MaterialLocalizationNo extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Norwegian. /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationNl({ - String localeName = 'nl', + const MaterialLocalizationNo({ + String localeName = 'no', @required intl.DateFormat fullYearFormat, @required intl.DateFormat compactDateFormat, @required intl.DateFormat shortDateFormat, @@ -13086,97 +13116,97 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Over \$applicationName'; + String get aboutListTileTitleRaw => 'Om \$applicationName'; @override - String get alertDialogLabel => 'Melding'; + String get alertDialogLabel => 'Varsel'; @override - String get anteMeridiemAbbreviation => 'am'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonTooltip => 'Terug'; + String get backButtonTooltip => 'Tilbake'; @override - String get cancelButtonLabel => 'ANNULEREN'; + String get cancelButtonLabel => 'AVBRYT'; @override - String get closeButtonLabel => 'SLUITEN'; + String get closeButtonLabel => 'LUKK'; @override - String get closeButtonTooltip => 'Sluiten'; + String get closeButtonTooltip => 'Lukk'; @override - String get collapsedIconTapHint => 'Uitvouwen'; + String get collapsedIconTapHint => 'Vis'; @override - String get continueButtonLabel => 'DOORGAAN'; + String get continueButtonLabel => 'FORTSETT'; @override - String get copyButtonLabel => 'KOPIËREN'; + String get copyButtonLabel => 'KOPIÉR'; @override - String get cutButtonLabel => 'KNIPPEN'; + String get cutButtonLabel => 'KLIPP UT'; @override - String get deleteButtonTooltip => 'Verwijderen'; + String get deleteButtonTooltip => 'Slett'; @override - String get dialogLabel => 'Dialoogvenster'; + String get dialogLabel => 'Dialogboks'; @override - String get drawerLabel => 'Navigatiemenu'; + String get drawerLabel => 'Navigasjonsmeny'; @override - String get expandedIconTapHint => 'Samenvouwen'; + String get expandedIconTapHint => 'Skjul'; @override - String get hideAccountsLabel => 'Accounts verbergen'; + String get hideAccountsLabel => 'Skjul kontoer'; @override - String get licensesPageTitle => 'Licenties'; + String get licensesPageTitle => 'Lisenser'; @override - String get modalBarrierDismissLabel => 'Sluiten'; + String get modalBarrierDismissLabel => 'Avvis'; @override - String get moreButtonTooltip => 'Meer'; + String get moreButtonTooltip => 'Mer'; @override - String get nextMonthTooltip => 'Volgende maand'; + String get nextMonthTooltip => 'Neste måned'; @override - String get nextPageTooltip => 'Volgende pagina'; + String get nextPageTooltip => 'Neste side'; @override String get okButtonLabel => 'OK'; @override - String get openAppDrawerTooltip => 'Navigatiemenu openen'; + String get openAppDrawerTooltip => 'Åpne navigasjonsmenyen'; @override - String get pageRowsInfoTitleRaw => '\$firstRow-\$lastRow van \$rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow av \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow-\$lastRow van ongeveer \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow av omtrent \$rowCount'; @override - String get pasteButtonLabel => 'PLAKKEN'; + String get pasteButtonLabel => 'LIM INN'; @override - String get popupMenuLabel => 'Pop-upmenu'; + String get popupMenuLabel => 'Forgrunnsmeny'; @override - String get postMeridiemAbbreviation => 'pm'; + String get postMeridiemAbbreviation => 'PM'; @override - String get previousMonthTooltip => 'Vorige maand'; + String get previousMonthTooltip => 'Forrige måned'; @override - String get previousPageTooltip => 'Vorige pagina'; + String get previousPageTooltip => 'Forrige side'; @override - String get refreshIndicatorSemanticLabel => 'Vernieuwen'; + String get refreshIndicatorSemanticLabel => 'Laster inn på nytt'; @override String get remainingTextFieldCharacterCountFew => null; @@ -13185,10 +13215,10 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => '1 teken resterend'; + String get remainingTextFieldCharacterCountOne => '1 tegn gjenstår'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount tekens resterend'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount tegn gjenstår'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -13197,34 +13227,34 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => 'Omlaag verplaatsen'; + String get reorderItemDown => 'Flytt ned'; @override - String get reorderItemLeft => 'Naar links verplaatsen'; + String get reorderItemLeft => 'Flytt til venstre'; @override - String get reorderItemRight => 'Naar rechts verplaatsen'; + String get reorderItemRight => 'Flytt til høyre'; @override - String get reorderItemToEnd => 'Naar het einde verplaatsen'; + String get reorderItemToEnd => 'Flytt til slutten'; @override - String get reorderItemToStart => 'Naar het begin verplaatsen'; + String get reorderItemToStart => 'Flytt til starten'; @override - String get reorderItemUp => 'Omhoog verplaatsen'; + String get reorderItemUp => 'Flytt opp'; @override - String get rowsPerPageTitle => 'Rijen per pagina:'; + String get rowsPerPageTitle => 'Rader per side:'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => 'Zoeken'; + String get searchFieldLabel => 'Søk'; @override - String get selectAllButtonLabel => 'ALLES SELECTEREN'; + String get selectAllButtonLabel => 'VELG ALLE'; @override String get selectedRowCountTitleFew => null; @@ -13233,10 +13263,10 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '1 item geselecteerd'; + String get selectedRowCountTitleOne => '1 element er valgt'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount items geselecteerd'; + String get selectedRowCountTitleOther => '\$selectedRowCount elementer er valgt'; @override String get selectedRowCountTitleTwo => null; @@ -13245,28 +13275,28 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => 'Accounts weergeven'; + String get showAccountsLabel => 'Vis kontoer'; @override - String get showMenuTooltip => 'Menu weergeven'; + String get showMenuTooltip => 'Vis meny'; @override - String get signedInLabel => 'Ingelogd'; + String get signedInLabel => 'Pålogget'; @override - String get tabLabelRaw => 'Tabblad \$tabIndex van \$tabCount'; + String get tabLabelRaw => 'Fane \$tabIndex av \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerHourModeAnnouncement => 'Uren selecteren'; + String get timePickerHourModeAnnouncement => 'Angi timer'; @override - String get timePickerMinuteModeAnnouncement => 'Minuten selecteren'; + String get timePickerMinuteModeAnnouncement => 'Angi minutter'; @override - String get viewLicensesButtonLabel => 'LICENTIES BEKIJKEN'; + String get viewLicensesButtonLabel => 'SE LISENSER'; } /// The translations for Oriya (`or`). @@ -19258,6 +19288,7 @@ final Set kMaterialSupportedLanguages = HashSet.from(const kMaterialSupportedLanguages = HashSet.from(const ()); + + final String pasteButtonLabelNo = localizations.pasteButtonLabel; + final String copyButtonLabelNo = localizations.copyButtonLabel; + final String cutButtonLabelNo = localizations.cutButtonLabel; + + locale = const Locale.fromSubtags(languageCode: 'nb', scriptCode: null, countryCode: null); + expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalCupertinoLocalizations.delegate.load(locale); + expect(localizations, isA()); + expect(localizations.pasteButtonLabel, pasteButtonLabelNo); + expect(localizations.copyButtonLabel, copyButtonLabelNo); + expect(localizations.cutButtonLabel, cutButtonLabelNo); + } + }); } diff --git a/packages/flutter_localizations/test/material/date_time_test.dart b/packages/flutter_localizations/test/material/date_time_test.dart index 0b7960630a28..917473e19125 100644 --- a/packages/flutter_localizations/test/material/date_time_test.dart +++ b/packages/flutter_localizations/test/material/date_time_test.dart @@ -3,6 +3,7 @@ // found in the LICENSE file. import 'dart:async'; +import 'dart:io'; import 'package:flutter/material.dart'; import 'package:flutter_localizations/flutter_localizations.dart'; @@ -28,6 +29,19 @@ void main() { }, throwsAssertionError); }); + // Regression test for https://github.com/flutter/flutter/issues/53036. + test('`nb` uses `no` as a synonym when `nb` arb file is not present', () async { + final File nbMaterialArbFile = File('lib/src/l10n/material_nb.arb'); + final File noMaterialArbFile = File('lib/src/l10n/material_no.arb'); + + // No need to run test if `nb` arb file exists or if `no` arb file does not exist. + if (noMaterialArbFile.existsSync() && !nbMaterialArbFile.existsSync()) { + final GlobalMaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate + .load(const Locale('nb')) as GlobalMaterialLocalizations; + expect(localizations.formatMediumDate(DateTime(2020, 4, 3)), 'fre. 3. apr.'); + } + }); + group('formatHour', () { Future formatHour(WidgetTester tester, Locale locale, TimeOfDay timeOfDay) async { final Completer completer = Completer(); diff --git a/packages/flutter_localizations/test/material/translations_test.dart b/packages/flutter_localizations/test/material/translations_test.dart index 1bb5c635e1a0..b6cc3a2cdcfc 100644 --- a/packages/flutter_localizations/test/material/translations_test.dart +++ b/packages/flutter_localizations/test/material/translations_test.dart @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +import 'dart:io'; + import 'package:flutter/material.dart'; import 'package:flutter_localizations/flutter_localizations.dart'; import 'package:flutter_test/flutter_test.dart'; @@ -462,4 +464,32 @@ void main() { expect(localizations.closeButtonLabel, '關閉'); expect(localizations.okButtonLabel, '確定'); }); + + // Regression test for https://github.com/flutter/flutter/issues/53036. + testWidgets('`nb` uses `no` as its synonym when `nb` arb file is not present', (WidgetTester tester) async { + final File nbMaterialArbFile = File('lib/src/l10n/material_nb.arb'); + final File noMaterialArbFile = File('lib/src/l10n/material_no.arb'); + + // No need to run test if `nb` arb file exists or if `no` arb file does not exist. + if (noMaterialArbFile.existsSync() && !nbMaterialArbFile.existsSync()) { + Locale locale = const Locale.fromSubtags(languageCode: 'no', scriptCode: null, countryCode: null); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations, isA()); + + final String alertDialogLabelNo = localizations.alertDialogLabel; + final String anteMeridiemAbbreviationNo = localizations.anteMeridiemAbbreviation; + final String closeButtonLabelNo = localizations.closeButtonLabel; + final String okButtonLabelNo = localizations.okButtonLabel; + + locale = const Locale.fromSubtags(languageCode: 'nb', scriptCode: null, countryCode: null); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations, isA()); + expect(localizations.alertDialogLabel, alertDialogLabelNo); + expect(localizations.anteMeridiemAbbreviation, anteMeridiemAbbreviationNo); + expect(localizations.closeButtonLabel, closeButtonLabelNo); + expect(localizations.okButtonLabel, okButtonLabelNo); + } + }); } From 82aac3b06bda5284ca6bfb62584ee05d52b2a84a Mon Sep 17 00:00:00 2001 From: Alexandre Ardhuin Date: Mon, 6 Apr 2020 22:36:01 +0200 Subject: [PATCH 128/327] enable avoid_equals_and_hash_code_on_mutable_classes (#52507) --- dev/tools/localization/localizations_utils.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev/tools/localization/localizations_utils.dart b/dev/tools/localization/localizations_utils.dart index 47903a42c4f8..7ddca9375acd 100644 --- a/dev/tools/localization/localizations_utils.dart +++ b/dev/tools/localization/localizations_utils.dart @@ -18,8 +18,9 @@ int sortFilesByPath (FileSystemEntity a, FileSystemEntity b) { } /// Simple data class to hold parsed locale. Does not promise validity of any data. +@immutable class LocaleInfo implements Comparable { - LocaleInfo({ + const LocaleInfo({ this.languageCode, this.scriptCode, this.countryCode, From e34129076d0a2c6340db84eb23df237e7b7e03ca Mon Sep 17 00:00:00 2001 From: Shi-Hao Hong Date: Wed, 8 Apr 2020 12:52:03 -0700 Subject: [PATCH 129/327] Remove escape dollar parameter in localizations_utils (#54219) --- .../localization/localizations_utils.dart | 26 +++++-------------- 1 file changed, 6 insertions(+), 20 deletions(-) diff --git a/dev/tools/localization/localizations_utils.dart b/dev/tools/localization/localizations_utils.dart index 7ddca9375acd..5df1f6a88efa 100644 --- a/dev/tools/localization/localizations_utils.dart +++ b/dev/tools/localization/localizations_utils.dart @@ -387,24 +387,9 @@ class $classNamePrefix$camelCaseName extends $superClass {'''; /// foo\\nbar => 'foo\\\\nbar' /// foo\\bar => 'foo\\\\bar' /// foo\ bar => 'foo\\ bar' -/// ``` -/// -/// When [shouldEscapeDollar] is set to true, the '$' characters in the -/// input will be replaced by '$' in the returned string: -/// ``` /// foo$bar = 'foo\$bar' /// ``` -/// -/// When [shouldEscapeDollar] is set to false, '$' will be replaced -/// by '\$' in the returned string: -/// ``` -/// foo$bar => 'foo\\\$bar' -/// ``` -/// -/// [shouldEscapeDollar] is true by default. -String generateString(String value, { bool escapeDollar = true }) { - assert(escapeDollar != null); - +String generateString(String value) { const String backslash = '__BACKSLASH__'; assert( !value.contains(backslash), @@ -412,12 +397,12 @@ String generateString(String value, { bool escapeDollar = true }) { '"__BACKSLASH__", as it is used as part of ' 'backslash character processing.' ); - value = value.replaceAll('\\', backslash); - - if (escapeDollar) - value = value.replaceAll('\$', '\\\$'); value = value + // Replace backslashes with a placeholder for now to properly parse + // other special characters. + .replaceAll('\\', backslash) + .replaceAll('\$', '\\\$') .replaceAll("'", "\\'") .replaceAll('"', '\\"') .replaceAll('\n', '\\n') @@ -425,6 +410,7 @@ String generateString(String value, { bool escapeDollar = true }) { .replaceAll('\t', '\\t') .replaceAll('\r', '\\r') .replaceAll('\b', '\\b') + // Reintroduce escaped backslashes into generated Dart string. .replaceAll(backslash, '\\\\'); return "'$value'"; From 36df6714ff282debe0633d0e3ae51f06fff706ed Mon Sep 17 00:00:00 2001 From: Tom Date: Wed, 29 Apr 2020 21:19:02 +0300 Subject: [PATCH 130/327] Add support for dismissing cupertino modal on barrier tap (#50915) --- .../lib/src/l10n/cupertino_af.arb | 3 +- .../lib/src/l10n/cupertino_am.arb | 3 +- .../lib/src/l10n/cupertino_ar.arb | 3 +- .../lib/src/l10n/cupertino_as.arb | 3 +- .../lib/src/l10n/cupertino_az.arb | 3 +- .../lib/src/l10n/cupertino_be.arb | 3 +- .../lib/src/l10n/cupertino_bg.arb | 3 +- .../lib/src/l10n/cupertino_bn.arb | 3 +- .../lib/src/l10n/cupertino_bs.arb | 3 +- .../lib/src/l10n/cupertino_ca.arb | 3 +- .../lib/src/l10n/cupertino_cs.arb | 3 +- .../lib/src/l10n/cupertino_da.arb | 3 +- .../lib/src/l10n/cupertino_de.arb | 3 +- .../lib/src/l10n/cupertino_el.arb | 3 +- .../lib/src/l10n/cupertino_en.arb | 5 + .../lib/src/l10n/cupertino_en_AU.arb | 3 +- .../lib/src/l10n/cupertino_en_CA.arb | 3 +- .../lib/src/l10n/cupertino_en_GB.arb | 3 +- .../lib/src/l10n/cupertino_en_IE.arb | 3 +- .../lib/src/l10n/cupertino_en_IN.arb | 3 +- .../lib/src/l10n/cupertino_en_NZ.arb | 3 +- .../lib/src/l10n/cupertino_en_SG.arb | 3 +- .../lib/src/l10n/cupertino_en_ZA.arb | 3 +- .../lib/src/l10n/cupertino_es.arb | 3 +- .../lib/src/l10n/cupertino_es_419.arb | 3 +- .../lib/src/l10n/cupertino_es_AR.arb | 3 +- .../lib/src/l10n/cupertino_es_BO.arb | 3 +- .../lib/src/l10n/cupertino_es_CL.arb | 3 +- .../lib/src/l10n/cupertino_es_CO.arb | 3 +- .../lib/src/l10n/cupertino_es_CR.arb | 3 +- .../lib/src/l10n/cupertino_es_DO.arb | 3 +- .../lib/src/l10n/cupertino_es_EC.arb | 3 +- .../lib/src/l10n/cupertino_es_GT.arb | 3 +- .../lib/src/l10n/cupertino_es_HN.arb | 3 +- .../lib/src/l10n/cupertino_es_MX.arb | 3 +- .../lib/src/l10n/cupertino_es_NI.arb | 3 +- .../lib/src/l10n/cupertino_es_PA.arb | 3 +- .../lib/src/l10n/cupertino_es_PE.arb | 3 +- .../lib/src/l10n/cupertino_es_PR.arb | 3 +- .../lib/src/l10n/cupertino_es_PY.arb | 3 +- .../lib/src/l10n/cupertino_es_SV.arb | 3 +- .../lib/src/l10n/cupertino_es_US.arb | 3 +- .../lib/src/l10n/cupertino_es_UY.arb | 3 +- .../lib/src/l10n/cupertino_es_VE.arb | 3 +- .../lib/src/l10n/cupertino_et.arb | 3 +- .../lib/src/l10n/cupertino_eu.arb | 3 +- .../lib/src/l10n/cupertino_fa.arb | 3 +- .../lib/src/l10n/cupertino_fi.arb | 3 +- .../lib/src/l10n/cupertino_fil.arb | 3 +- .../lib/src/l10n/cupertino_fr.arb | 3 +- .../lib/src/l10n/cupertino_fr_CA.arb | 3 +- .../lib/src/l10n/cupertino_gl.arb | 3 +- .../lib/src/l10n/cupertino_gsw.arb | 3 +- .../lib/src/l10n/cupertino_gu.arb | 3 +- .../lib/src/l10n/cupertino_he.arb | 3 +- .../lib/src/l10n/cupertino_hi.arb | 3 +- .../lib/src/l10n/cupertino_hr.arb | 3 +- .../lib/src/l10n/cupertino_hu.arb | 3 +- .../lib/src/l10n/cupertino_hy.arb | 3 +- .../lib/src/l10n/cupertino_id.arb | 3 +- .../lib/src/l10n/cupertino_is.arb | 3 +- .../lib/src/l10n/cupertino_it.arb | 3 +- .../lib/src/l10n/cupertino_ja.arb | 3 +- .../lib/src/l10n/cupertino_ka.arb | 3 +- .../lib/src/l10n/cupertino_kk.arb | 3 +- .../lib/src/l10n/cupertino_km.arb | 3 +- .../lib/src/l10n/cupertino_kn.arb | 41 +-- .../lib/src/l10n/cupertino_ko.arb | 3 +- .../lib/src/l10n/cupertino_ky.arb | 3 +- .../lib/src/l10n/cupertino_lo.arb | 3 +- .../lib/src/l10n/cupertino_lt.arb | 3 +- .../lib/src/l10n/cupertino_lv.arb | 3 +- .../lib/src/l10n/cupertino_mk.arb | 3 +- .../lib/src/l10n/cupertino_ml.arb | 3 +- .../lib/src/l10n/cupertino_mn.arb | 3 +- .../lib/src/l10n/cupertino_mr.arb | 3 +- .../lib/src/l10n/cupertino_ms.arb | 3 +- .../lib/src/l10n/cupertino_my.arb | 3 +- .../lib/src/l10n/cupertino_ne.arb | 3 +- .../lib/src/l10n/cupertino_nl.arb | 3 +- .../lib/src/l10n/cupertino_no.arb | 3 +- .../lib/src/l10n/cupertino_or.arb | 3 +- .../lib/src/l10n/cupertino_pa.arb | 3 +- .../lib/src/l10n/cupertino_pl.arb | 3 +- .../lib/src/l10n/cupertino_pt.arb | 3 +- .../lib/src/l10n/cupertino_pt_PT.arb | 3 +- .../lib/src/l10n/cupertino_ro.arb | 3 +- .../lib/src/l10n/cupertino_ru.arb | 3 +- .../lib/src/l10n/cupertino_si.arb | 3 +- .../lib/src/l10n/cupertino_sk.arb | 3 +- .../lib/src/l10n/cupertino_sl.arb | 3 +- .../lib/src/l10n/cupertino_sq.arb | 3 +- .../lib/src/l10n/cupertino_sr.arb | 3 +- .../lib/src/l10n/cupertino_sr_Latn.arb | 3 +- .../lib/src/l10n/cupertino_sv.arb | 3 +- .../lib/src/l10n/cupertino_sw.arb | 3 +- .../lib/src/l10n/cupertino_ta.arb | 3 +- .../lib/src/l10n/cupertino_te.arb | 3 +- .../lib/src/l10n/cupertino_th.arb | 3 +- .../lib/src/l10n/cupertino_tl.arb | 3 +- .../lib/src/l10n/cupertino_tr.arb | 3 +- .../lib/src/l10n/cupertino_uk.arb | 3 +- .../lib/src/l10n/cupertino_ur.arb | 3 +- .../lib/src/l10n/cupertino_uz.arb | 3 +- .../lib/src/l10n/cupertino_vi.arb | 3 +- .../lib/src/l10n/cupertino_zh.arb | 3 +- .../lib/src/l10n/cupertino_zh_HK.arb | 3 +- .../lib/src/l10n/cupertino_zh_TW.arb | 3 +- .../lib/src/l10n/cupertino_zu.arb | 3 +- .../generated_cupertino_localizations.dart | 300 ++++++++++++++++++ .../lib/src/l10n/material_en.arb | 2 +- 111 files changed, 541 insertions(+), 128 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb index fd35190317ef..89fd7894c601 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Knip", "copyButtonLabel": "Kopieer", "pasteButtonLabel": "Plak", - "selectAllButtonLabel": "Kies alles" + "selectAllButtonLabel": "Kies alles", + "modalBarrierDismissLabel": "Maak toe" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb index 0661746658c2..08ac7e5331a9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "ቁረጥ", "copyButtonLabel": "ቅዳ", "pasteButtonLabel": "ለጥፍ", - "selectAllButtonLabel": "ሁሉንም ምረጥ" + "selectAllButtonLabel": "ሁሉንም ምረጥ", + "modalBarrierDismissLabel": "አሰናብት" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb index bb9ed3daa96b..1503e8af4023 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb @@ -38,5 +38,6 @@ "cutButtonLabel": "قص", "copyButtonLabel": "نسخ", "pasteButtonLabel": "لصق", - "selectAllButtonLabel": "اختيار الكل" + "selectAllButtonLabel": "اختيار الكل", + "modalBarrierDismissLabel": "رفض" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb index e1f89a1130f6..1720276c89f6 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "কাট কৰক", "copyButtonLabel": "প্ৰতিলিপি কৰক", "pasteButtonLabel": "পে'ষ্ট কৰক", - "selectAllButtonLabel": "সকলো বাছনি কৰক" + "selectAllButtonLabel": "সকলো বাছনি কৰক", + "modalBarrierDismissLabel": "অগ্ৰাহ্য কৰক" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb index 25bb1993cee5..5b821131a9a6 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Kəsin", "copyButtonLabel": "Kopyalayın", "pasteButtonLabel": "Yerləşdirin", - "selectAllButtonLabel": "Hamısını seçin" + "selectAllButtonLabel": "Hamısını seçin", + "modalBarrierDismissLabel": "İmtina edin" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb index 25c52a66e1fc..22ea7688a9ae 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb @@ -28,5 +28,6 @@ "cutButtonLabel": "Выразаць", "copyButtonLabel": "Капіраваць", "pasteButtonLabel": "Уставіць", - "selectAllButtonLabel": "Выбраць усе" + "selectAllButtonLabel": "Выбраць усе", + "modalBarrierDismissLabel": "Адхіліць" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb index f2b54fd16e1e..e64a88644a32 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Изрязване", "copyButtonLabel": "Копиране", "pasteButtonLabel": "Поставяне", - "selectAllButtonLabel": "Избиране на всички" + "selectAllButtonLabel": "Избиране на всички", + "modalBarrierDismissLabel": "Отхвърляне" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb index 7195bd914efc..5122d8e7694a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "কাট করুন", "copyButtonLabel": "কপি করুন", "pasteButtonLabel": "পেস্ট করুন", - "selectAllButtonLabel": "সব বেছে নিন" + "selectAllButtonLabel": "সব বেছে নিন", + "modalBarrierDismissLabel": "খারিজ করুন" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb index ea37850f50fc..0445e1723d00 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb @@ -23,5 +23,6 @@ "cutButtonLabel": "Izreži", "copyButtonLabel": "Kopiraj", "pasteButtonLabel": "Zalijepi", - "selectAllButtonLabel": "Odaberi sve" + "selectAllButtonLabel": "Odaberi sve", + "modalBarrierDismissLabel": "Odbaci" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb index f4889190f23a..e7e876c933b6 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Retalla", "copyButtonLabel": "Copia", "pasteButtonLabel": "Enganxa", - "selectAllButtonLabel": "Selecciona-ho tot" + "selectAllButtonLabel": "Selecciona-ho tot", + "modalBarrierDismissLabel": "Ignora" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb index e996e3416b93..516b7e736911 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb @@ -28,5 +28,6 @@ "cutButtonLabel": "Vyjmout", "copyButtonLabel": "Kopírovat", "pasteButtonLabel": "Vložit", - "selectAllButtonLabel": "Vybrat vše" + "selectAllButtonLabel": "Vybrat vše", + "modalBarrierDismissLabel": "Zavřít" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb index bc895f9171e5..ff1aa89e3256 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Klip", "copyButtonLabel": "Kopiér", "pasteButtonLabel": "Sæt ind", - "selectAllButtonLabel": "Vælg alle" + "selectAllButtonLabel": "Vælg alle", + "modalBarrierDismissLabel": "Afvis" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb index 447ca838abbd..04370a496545 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Ausschneiden", "copyButtonLabel": "Kopieren", "pasteButtonLabel": "Einsetzen", - "selectAllButtonLabel": "Alles auswählen" + "selectAllButtonLabel": "Alles auswählen", + "modalBarrierDismissLabel": "Schließen" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb index 45cbeb8dda44..231be3d7dd5c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Αποκοπή", "copyButtonLabel": "Αντιγραφή", "pasteButtonLabel": "Επικόλληση", - "selectAllButtonLabel": "Επιλογή όλων" + "selectAllButtonLabel": "Επιλογή όλων", + "modalBarrierDismissLabel": "Παράβλεψη" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb index 76b41110e734..cc64a9087004 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb @@ -82,5 +82,10 @@ "selectAllButtonLabel": "Select All", "@selectAllButtonLabel": { "description": "The label for select-all buttons and menu items. The reference abbreviation is what iOS shows on text selection toolbars." + }, + + "modalBarrierDismissLabel": "Dismiss", + "@modalBarrierDismissLabel": { + "description": "Label read out by accessibility tools (VoiceOver) for a modal barrier to indicate that a tap dismisses the barrier. A modal barrier can, for example, be found behind an alert or popup to block user interaction with elements behind it." } } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_AU.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_AU.arb index 7f330747be46..0adde879ce7b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_AU.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_AU.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Cut", "copyButtonLabel": "Copy", "pasteButtonLabel": "Paste", - "selectAllButtonLabel": "Select all" + "selectAllButtonLabel": "Select all", + "modalBarrierDismissLabel": "Dismiss" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_CA.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_CA.arb index 7f330747be46..0adde879ce7b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_CA.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Cut", "copyButtonLabel": "Copy", "pasteButtonLabel": "Paste", - "selectAllButtonLabel": "Select all" + "selectAllButtonLabel": "Select all", + "modalBarrierDismissLabel": "Dismiss" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_GB.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_GB.arb index 7f330747be46..0adde879ce7b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_GB.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_GB.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Cut", "copyButtonLabel": "Copy", "pasteButtonLabel": "Paste", - "selectAllButtonLabel": "Select all" + "selectAllButtonLabel": "Select all", + "modalBarrierDismissLabel": "Dismiss" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_IE.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_IE.arb index 7f330747be46..0adde879ce7b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_IE.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_IE.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Cut", "copyButtonLabel": "Copy", "pasteButtonLabel": "Paste", - "selectAllButtonLabel": "Select all" + "selectAllButtonLabel": "Select all", + "modalBarrierDismissLabel": "Dismiss" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_IN.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_IN.arb index 7f330747be46..0adde879ce7b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_IN.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_IN.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Cut", "copyButtonLabel": "Copy", "pasteButtonLabel": "Paste", - "selectAllButtonLabel": "Select all" + "selectAllButtonLabel": "Select all", + "modalBarrierDismissLabel": "Dismiss" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_NZ.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_NZ.arb index 7f330747be46..0adde879ce7b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_NZ.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_NZ.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Cut", "copyButtonLabel": "Copy", "pasteButtonLabel": "Paste", - "selectAllButtonLabel": "Select all" + "selectAllButtonLabel": "Select all", + "modalBarrierDismissLabel": "Dismiss" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_SG.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_SG.arb index 7f330747be46..0adde879ce7b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_SG.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_SG.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Cut", "copyButtonLabel": "Copy", "pasteButtonLabel": "Paste", - "selectAllButtonLabel": "Select all" + "selectAllButtonLabel": "Select all", + "modalBarrierDismissLabel": "Dismiss" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_ZA.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_ZA.arb index 7f330747be46..0adde879ce7b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_ZA.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_ZA.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Cut", "copyButtonLabel": "Copy", "pasteButtonLabel": "Paste", - "selectAllButtonLabel": "Select all" + "selectAllButtonLabel": "Select all", + "modalBarrierDismissLabel": "Dismiss" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb index e257201d5db1..12ede9e0ad53 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos" + "selectAllButtonLabel": "Seleccionar todos", + "modalBarrierDismissLabel": "Cerrar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb index 953c8f11ff92..086274cb0099 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos" + "selectAllButtonLabel": "Seleccionar todos", + "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb index 953c8f11ff92..086274cb0099 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos" + "selectAllButtonLabel": "Seleccionar todos", + "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb index 953c8f11ff92..086274cb0099 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos" + "selectAllButtonLabel": "Seleccionar todos", + "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb index 953c8f11ff92..086274cb0099 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos" + "selectAllButtonLabel": "Seleccionar todos", + "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb index 953c8f11ff92..086274cb0099 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos" + "selectAllButtonLabel": "Seleccionar todos", + "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb index 953c8f11ff92..086274cb0099 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos" + "selectAllButtonLabel": "Seleccionar todos", + "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb index 953c8f11ff92..086274cb0099 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos" + "selectAllButtonLabel": "Seleccionar todos", + "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb index 953c8f11ff92..086274cb0099 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos" + "selectAllButtonLabel": "Seleccionar todos", + "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb index 953c8f11ff92..086274cb0099 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos" + "selectAllButtonLabel": "Seleccionar todos", + "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb index 953c8f11ff92..086274cb0099 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos" + "selectAllButtonLabel": "Seleccionar todos", + "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb index 953c8f11ff92..086274cb0099 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos" + "selectAllButtonLabel": "Seleccionar todos", + "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb index 953c8f11ff92..086274cb0099 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos" + "selectAllButtonLabel": "Seleccionar todos", + "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb index 953c8f11ff92..086274cb0099 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos" + "selectAllButtonLabel": "Seleccionar todos", + "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb index 953c8f11ff92..086274cb0099 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos" + "selectAllButtonLabel": "Seleccionar todos", + "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb index 953c8f11ff92..086274cb0099 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos" + "selectAllButtonLabel": "Seleccionar todos", + "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb index 953c8f11ff92..086274cb0099 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos" + "selectAllButtonLabel": "Seleccionar todos", + "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb index 953c8f11ff92..086274cb0099 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos" + "selectAllButtonLabel": "Seleccionar todos", + "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb index 953c8f11ff92..086274cb0099 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos" + "selectAllButtonLabel": "Seleccionar todos", + "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb index 953c8f11ff92..086274cb0099 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos" + "selectAllButtonLabel": "Seleccionar todos", + "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb index 953c8f11ff92..086274cb0099 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos" + "selectAllButtonLabel": "Seleccionar todos", + "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb index f410214a7ff4..ae2c34e59864 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Lõika", "copyButtonLabel": "Kopeeri", "pasteButtonLabel": "Kleebi", - "selectAllButtonLabel": "Vali kõik" + "selectAllButtonLabel": "Vali kõik", + "modalBarrierDismissLabel": "Loobu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb index d4f02e80b2b5..af7b6fbda94b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Ebaki", "copyButtonLabel": "Kopiatu", "pasteButtonLabel": "Itsatsi", - "selectAllButtonLabel": "Hautatu guztiak" + "selectAllButtonLabel": "Hautatu guztiak", + "modalBarrierDismissLabel": "Baztertu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb index b8e2c0ebf420..d73ee125034c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "برش", "copyButtonLabel": "کپی", "pasteButtonLabel": "جای‌گذاری", - "selectAllButtonLabel": "انتخاب همه" + "selectAllButtonLabel": "انتخاب همه", + "modalBarrierDismissLabel": "نپذیرفتن" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb index 35934a3c3150..189409a21178 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Leikkaa", "copyButtonLabel": "Kopioi", "pasteButtonLabel": "Liitä", - "selectAllButtonLabel": "Valitse kaikki" + "selectAllButtonLabel": "Valitse kaikki", + "modalBarrierDismissLabel": "Ohita" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb index ea2d019bedcc..89cdbcdf3dc3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "I-cut", "copyButtonLabel": "Kopyahin", "pasteButtonLabel": "I-paste", - "selectAllButtonLabel": "Piliin Lahat" + "selectAllButtonLabel": "Piliin Lahat", + "modalBarrierDismissLabel": "I-dismiss" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb index 75d865367052..032561621337 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Couper", "copyButtonLabel": "Copier", "pasteButtonLabel": "Coller", - "selectAllButtonLabel": "Tout sélect." + "selectAllButtonLabel": "Tout sélect.", + "modalBarrierDismissLabel": "Ignorer" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fr_CA.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fr_CA.arb index 8a5c9c1e2f5f..960feddf82eb 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fr_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fr_CA.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Couper", "copyButtonLabel": "Copier", "pasteButtonLabel": "Coller", - "selectAllButtonLabel": "Tout sélectionner" + "selectAllButtonLabel": "Tout sélectionner", + "modalBarrierDismissLabel": "Ignorer" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb index 906499974368..aa4a5d993c9e 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todo" + "selectAllButtonLabel": "Seleccionar todo", + "modalBarrierDismissLabel": "Ignorar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb index 447ca838abbd..04370a496545 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Ausschneiden", "copyButtonLabel": "Kopieren", "pasteButtonLabel": "Einsetzen", - "selectAllButtonLabel": "Alles auswählen" + "selectAllButtonLabel": "Alles auswählen", + "modalBarrierDismissLabel": "Schließen" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb index 9e51526104c1..894d3858f82a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "કાપો", "copyButtonLabel": "કૉપિ કરો", "pasteButtonLabel": "પેસ્ટ કરો", - "selectAllButtonLabel": "બધા પસંદ કરો" + "selectAllButtonLabel": "બધા પસંદ કરો", + "modalBarrierDismissLabel": "છોડી દો" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb index a1edd577758d..2cb7cf39fcf5 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb @@ -28,5 +28,6 @@ "cutButtonLabel": "גזירה", "copyButtonLabel": "העתקה", "pasteButtonLabel": "הדבקה", - "selectAllButtonLabel": "בחירת הכול" + "selectAllButtonLabel": "בחירת הכול", + "modalBarrierDismissLabel": "סגירה" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb index c112582169cf..eabaf0188ff4 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "काटें", "copyButtonLabel": "कॉपी करें", "pasteButtonLabel": "चिपकाएं", - "selectAllButtonLabel": "सभी चुनें" + "selectAllButtonLabel": "सभी चुनें", + "modalBarrierDismissLabel": "खारिज करें" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb index 6c6ba4cb08a4..b5fcb9c5c691 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb @@ -23,5 +23,6 @@ "cutButtonLabel": "Izreži", "copyButtonLabel": "Kopiraj", "pasteButtonLabel": "Zalijepi", - "selectAllButtonLabel": "Odaberi sve" + "selectAllButtonLabel": "Odaberi sve", + "modalBarrierDismissLabel": "Odbaci" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb index 3b9c42672f87..f966566e5452 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Kivágás", "copyButtonLabel": "Másolás", "pasteButtonLabel": "Beillesztés", - "selectAllButtonLabel": "Összes kijelölése" + "selectAllButtonLabel": "Összes kijelölése", + "modalBarrierDismissLabel": "Elvetés" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb index 2911065ba352..c2c4aef1608d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Կտրել", "copyButtonLabel": "Պատճենել", "pasteButtonLabel": "Տեղադրել", - "selectAllButtonLabel": "Նշել բոլորը" + "selectAllButtonLabel": "Նշել բոլորը", + "modalBarrierDismissLabel": "Փակել" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb index dadc584dc18f..145666396348 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Potong", "copyButtonLabel": "Salin", "pasteButtonLabel": "Tempel", - "selectAllButtonLabel": "Pilih Semua" + "selectAllButtonLabel": "Pilih Semua", + "modalBarrierDismissLabel": "Tutup" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb index 85dac3f3f8c6..5c5dd9798a26 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Klippa", "copyButtonLabel": "Afrita", "pasteButtonLabel": "Líma", - "selectAllButtonLabel": "Velja allt" + "selectAllButtonLabel": "Velja allt", + "modalBarrierDismissLabel": "Hunsa" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb index 9eaf36b3bf9c..a74bd049c9fa 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Taglia", "copyButtonLabel": "Copia", "pasteButtonLabel": "Incolla", - "selectAllButtonLabel": "Seleziona tutto" + "selectAllButtonLabel": "Seleziona tutto", + "modalBarrierDismissLabel": "Ignora" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb index 985f5a45d381..832806c98ae1 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "切り取り", "copyButtonLabel": "コピー", "pasteButtonLabel": "貼り付け", - "selectAllButtonLabel": "すべて選択" + "selectAllButtonLabel": "すべて選択", + "modalBarrierDismissLabel": "閉じる" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb index 63f0e455575f..1d82112c3362 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "ამოჭრა", "copyButtonLabel": "კოპირება", "pasteButtonLabel": "ჩასმა", - "selectAllButtonLabel": "ყველას არჩევა" + "selectAllButtonLabel": "ყველას არჩევა", + "modalBarrierDismissLabel": "დახურვა" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb index 2b5c4e9bbd7b..dbdf991da896 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Қию", "copyButtonLabel": "Көшіру", "pasteButtonLabel": "Қою", - "selectAllButtonLabel": "Барлығын таңдау" + "selectAllButtonLabel": "Барлығын таңдау", + "modalBarrierDismissLabel": "Жабу" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb index 5505368b432a..be590e20aee7 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "កាត់", "copyButtonLabel": "ចម្លង", "pasteButtonLabel": "ដាក់​ចូល", - "selectAllButtonLabel": "ជ្រើសរើស​ទាំងអស់" + "selectAllButtonLabel": "ជ្រើសរើស​ទាំងអស់", + "modalBarrierDismissLabel": "ច្រាន​ចោល" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb index 396ace138b87..a6f2c9b53c55 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb @@ -1,22 +1,23 @@ { - "datePickerHourSemanticsLabelOne": "\u0024\u0068\u006f\u0075\u0072\u0020\u0c97\u0c82\u0c9f\u0cc6", - "datePickerHourSemanticsLabelOther": "\u0024\u0068\u006f\u0075\u0072\u0020\u0c97\u0c82\u0c9f\u0cc6", - "datePickerMinuteSemanticsLabelOne": "\u0031\u0020\u0ca8\u0cbf\u0cae\u0cbf\u0cb7", - "datePickerMinuteSemanticsLabelOther": "\u0024\u006d\u0069\u006e\u0075\u0074\u0065\u0020\u0ca8\u0cbf\u0cae\u0cbf\u0cb7\u0c97\u0cb3\u0cc1", - "datePickerDateOrder": "\u0064\u006d\u0079", - "datePickerDateTimeOrder": "\u0064\u0061\u0074\u0065\u005f\u0074\u0069\u006d\u0065\u005f\u0064\u0061\u0079\u0050\u0065\u0072\u0069\u006f\u0064", - "anteMeridiemAbbreviation": "\u0cac\u0cc6\u0cb3\u0cbf\u0c97\u0ccd\u0c97\u0cc6", - "postMeridiemAbbreviation": "\u0cb8\u0c82\u0c9c\u0cc6", - "todayLabel": "\u0c87\u0c82\u0ca6\u0cc1", - "alertDialogLabel": "\u0c8e\u0c9a\u0ccd\u0c9a\u0cb0\u0cbf\u0c95\u0cc6", - "timerPickerHourLabelOne": "\u0c97\u0c82\u0c9f\u0cc6", - "timerPickerHourLabelOther": "\u0c97\u0c82\u0c9f\u0cc6\u0c97\u0cb3\u0cc1", - "timerPickerMinuteLabelOne": "\u0ca8\u0cbf\u0cae\u0cbf\u002e", - "timerPickerMinuteLabelOther": "\u0ca8\u0cbf\u0cae\u0cbf\u002e", - "timerPickerSecondLabelOne": "\u0cb8\u0cc6\u002e", - "timerPickerSecondLabelOther": "\u0cb8\u0cc6\u002e", - "cutButtonLabel": "\u0c95\u0ca4\u0ccd\u0ca4\u0cb0\u0cbf\u0cb8\u0cbf", - "copyButtonLabel": "\u0ca8\u0c95\u0cb2\u0cbf\u0cb8\u0cbf", - "pasteButtonLabel": "\u0c85\u0c82\u0c9f\u0cbf\u0cb8\u0cbf", - "selectAllButtonLabel": "\u0c8e\u0cb2\u0ccd\u0cb2\u0cb5\u0ca8\u0ccd\u0ca8\u0cc2\u0020\u0c86\u0caf\u0ccd\u0c95\u0cc6\u0cae\u0cbe\u0ca1\u0cbf" + "datePickerHourSemanticsLabelOne": "$hour ಗಂಟೆ", + "datePickerHourSemanticsLabelOther": "$hour ಗಂಟೆ", + "datePickerMinuteSemanticsLabelOne": "1 ನಿಮಿಷ", + "datePickerMinuteSemanticsLabelOther": "$minute ನಿಮಿಷಗಳು", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "ಬೆಳಿಗ್ಗೆ", + "postMeridiemAbbreviation": "ಸಂಜೆ", + "todayLabel": "ಇಂದು", + "alertDialogLabel": "ಎಚ್ಚರಿಕೆ", + "timerPickerHourLabelOne": "ಗಂಟೆ", + "timerPickerHourLabelOther": "ಗಂಟೆಗಳು", + "timerPickerMinuteLabelOne": "ನಿಮಿ.", + "timerPickerMinuteLabelOther": "ನಿಮಿ.", + "timerPickerSecondLabelOne": "ಸೆ.", + "timerPickerSecondLabelOther": "ಸೆ.", + "cutButtonLabel": "ಕತ್ತರಿಸಿ", + "copyButtonLabel": "ನಕಲಿಸಿ", + "pasteButtonLabel": "ಅಂಟಿಸಿ", + "selectAllButtonLabel": "ಎಲ್ಲವನ್ನೂ ಆಯ್ಕೆಮಾಡಿ", + "modalBarrierDismissLabel": "ವಜಾಗೊಳಿಸಿ" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb index 1423332f7e74..22c899c2b4d3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "잘라냄", "copyButtonLabel": "복사", "pasteButtonLabel": "붙여넣기", - "selectAllButtonLabel": "전체 선택" + "selectAllButtonLabel": "전체 선택", + "modalBarrierDismissLabel": "닫기" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb index 64941d37c9da..a19ab698bbd0 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Кесүү", "copyButtonLabel": "Көчүрүү", "pasteButtonLabel": "Чаптоо", - "selectAllButtonLabel": "Баарын тандоо" + "selectAllButtonLabel": "Баарын тандоо", + "modalBarrierDismissLabel": "Жабуу" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb index 3bdf728fa39c..f422879f5ef8 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "ຕັດ", "copyButtonLabel": "ສຳເນົາ", "pasteButtonLabel": "ວາງ", - "selectAllButtonLabel": "ເລືອກທັງໝົດ" + "selectAllButtonLabel": "ເລືອກທັງໝົດ", + "modalBarrierDismissLabel": "ປິດໄວ້" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb index e1f5df518ad8..0e6ec026c257 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb @@ -28,5 +28,6 @@ "cutButtonLabel": "Iškirpti", "copyButtonLabel": "Kopijuoti", "pasteButtonLabel": "Įklijuoti", - "selectAllButtonLabel": "Pasirinkti viską" + "selectAllButtonLabel": "Pasirinkti viską", + "modalBarrierDismissLabel": "Atsisakyti" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb index 4b01f2555f5f..f7634516ae23 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb @@ -23,5 +23,6 @@ "cutButtonLabel": "Izgriezt", "copyButtonLabel": "Kopēt", "pasteButtonLabel": "Ielīmēt", - "selectAllButtonLabel": "Atlasīt visu" + "selectAllButtonLabel": "Atlasīt visu", + "modalBarrierDismissLabel": "Nerādīt" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb index 2d45d05c32bf..a25910fb7c68 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Исечи", "copyButtonLabel": "Копирај", "pasteButtonLabel": "Залепи", - "selectAllButtonLabel": "Избери ги сите" + "selectAllButtonLabel": "Избери ги сите", + "modalBarrierDismissLabel": "Отфрли" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb index f190f0023ea7..ad90fb559aea 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "മുറിക്കുക", "copyButtonLabel": "പകർത്തുക", "pasteButtonLabel": "ഒട്ടിക്കുക", - "selectAllButtonLabel": "എല്ലാം തിരഞ്ഞെടുക്കുക" + "selectAllButtonLabel": "എല്ലാം തിരഞ്ഞെടുക്കുക", + "modalBarrierDismissLabel": "നിരസിക്കുക" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb index 668ad912f12a..2a6a1d5c5832 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Таслах", "copyButtonLabel": "Хуулах", "pasteButtonLabel": "Буулгах", - "selectAllButtonLabel": "Бүгдийг сонгох" + "selectAllButtonLabel": "Бүгдийг сонгох", + "modalBarrierDismissLabel": "Үл хэрэгсэх" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb index 81c1a46d0aff..c24365653849 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "कट करा", "copyButtonLabel": "कॉपी करा", "pasteButtonLabel": "पेस्ट करा", - "selectAllButtonLabel": "सर्व निवडा" + "selectAllButtonLabel": "सर्व निवडा", + "modalBarrierDismissLabel": "डिसमिस करा" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb index 3f0dce69880f..4a10f2b01467 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Potong", "copyButtonLabel": "Salin", "pasteButtonLabel": "Tampal", - "selectAllButtonLabel": "Pilih Semua" + "selectAllButtonLabel": "Pilih Semua", + "modalBarrierDismissLabel": "Tolak" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb index b8e371ecedfc..280e9d1c1edb 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "ဖြတ်ယူရန်", "copyButtonLabel": "မိတ္တူကူးရန်", "pasteButtonLabel": "ကူးထည့်ရန်", - "selectAllButtonLabel": "အားလုံး ရွေးရန်" + "selectAllButtonLabel": "အားလုံး ရွေးရန်", + "modalBarrierDismissLabel": "ပယ်ရန်" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb index 84c68eb64edd..89a5e8afd9a6 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "काट्नुहोस्", "copyButtonLabel": "प्रतिलिपि गर्नुहोस्", "pasteButtonLabel": "टाँस्नुहोस्", - "selectAllButtonLabel": "सबै चयन गर्नुहोस्" + "selectAllButtonLabel": "सबै चयन गर्नुहोस्", + "modalBarrierDismissLabel": "खारेज गर्नुहोस्" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb index 81cac29947cb..9db1abcfc534 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Knippen", "copyButtonLabel": "Kopiëren", "pasteButtonLabel": "Plakken", - "selectAllButtonLabel": "Alles selecteren" + "selectAllButtonLabel": "Alles selecteren", + "modalBarrierDismissLabel": "Sluiten" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb index baba986342a9..0f31f39a8224 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Klipp ut", "copyButtonLabel": "Kopiér", "pasteButtonLabel": "Lim inn", - "selectAllButtonLabel": "Velg alle" + "selectAllButtonLabel": "Velg alle", + "modalBarrierDismissLabel": "Avvis" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb index 1fab3245914c..60ea89061d2d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "କଟ୍ କରନ୍ତୁ", "copyButtonLabel": "କପି କରନ୍ତୁ", "pasteButtonLabel": "ପେଷ୍ଟ କରନ୍ତୁ", - "selectAllButtonLabel": "ସମସ୍ତ ଚୟନ କରନ୍ତୁ" + "selectAllButtonLabel": "ସମସ୍ତ ଚୟନ କରନ୍ତୁ", + "modalBarrierDismissLabel": "ଖାରଜ କରନ୍ତୁ" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb index 486e183025cd..c4d0ee2fe862 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "ਕੱਟ ਕਰੋ", "copyButtonLabel": "ਕਾਪੀ ਕਰੋ", "pasteButtonLabel": "ਪੇਸਟ ਕਰੋ", - "selectAllButtonLabel": "ਸਭ ਚੁਣੋ" + "selectAllButtonLabel": "ਸਭ ਚੁਣੋ", + "modalBarrierDismissLabel": "ਖਾਰਜ ਕਰੋ" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb index 39df88d5230e..62c7ce9b12f7 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb @@ -28,5 +28,6 @@ "cutButtonLabel": "Wytnij", "copyButtonLabel": "Kopiuj", "pasteButtonLabel": "Wklej", - "selectAllButtonLabel": "Wybierz wszystkie" + "selectAllButtonLabel": "Wybierz wszystkie", + "modalBarrierDismissLabel": "Zamknij" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb index d5d6bd3d6247..9d1470160389 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Colar", - "selectAllButtonLabel": "Selecionar Tudo" + "selectAllButtonLabel": "Selecionar Tudo", + "modalBarrierDismissLabel": "Dispensar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb index 324239b4979e..37e260f11a4c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Colar", - "selectAllButtonLabel": "Selecionar tudo" + "selectAllButtonLabel": "Selecionar tudo", + "modalBarrierDismissLabel": "Ignorar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb index 4421ce896e39..d8d83cee71a0 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb @@ -23,5 +23,6 @@ "cutButtonLabel": "Decupați", "copyButtonLabel": "Copiați", "pasteButtonLabel": "Inserați", - "selectAllButtonLabel": "Selectați-le pe toate" + "selectAllButtonLabel": "Selectați-le pe toate", + "modalBarrierDismissLabel": "Închideți" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb index 42a82267205e..745ed0eb5091 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb @@ -28,5 +28,6 @@ "cutButtonLabel": "Вырезать", "copyButtonLabel": "Копировать", "pasteButtonLabel": "Вставить", - "selectAllButtonLabel": "Выбрать все" + "selectAllButtonLabel": "Выбрать все", + "modalBarrierDismissLabel": "Закрыть" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb index 6155c3bb86ce..0e66322a1a85 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "කපන්න", "copyButtonLabel": "පිටපත් කරන්න", "pasteButtonLabel": "අලවන්න", - "selectAllButtonLabel": "සියල්ල තෝරන්න" + "selectAllButtonLabel": "සියල්ල තෝරන්න", + "modalBarrierDismissLabel": "ඉවත ලන්න" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb index 57adec8b5738..117964841ecd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb @@ -28,5 +28,6 @@ "cutButtonLabel": "Vystrihnúť", "copyButtonLabel": "Kopírovať", "pasteButtonLabel": "Prilepiť", - "selectAllButtonLabel": "Vybrať všetko" + "selectAllButtonLabel": "Vybrať všetko", + "modalBarrierDismissLabel": "Odmietnuť" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb index 2103392efb4a..c62c57b1b8ff 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb @@ -28,5 +28,6 @@ "cutButtonLabel": "Izreži", "copyButtonLabel": "Kopiraj", "pasteButtonLabel": "Prilepi", - "selectAllButtonLabel": "Izberi vse" + "selectAllButtonLabel": "Izberi vse", + "modalBarrierDismissLabel": "Opusti" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb index fb8a3371ad60..9cd18aca4278 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Prit", "copyButtonLabel": "Kopjo", "pasteButtonLabel": "Ngjit", - "selectAllButtonLabel": "Zgjidhi të gjitha" + "selectAllButtonLabel": "Zgjidhi të gjitha", + "modalBarrierDismissLabel": "Hiq" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb index d7724da6ac82..c92376b5db50 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb @@ -23,5 +23,6 @@ "cutButtonLabel": "Исеци", "copyButtonLabel": "Копирај", "pasteButtonLabel": "Налепи", - "selectAllButtonLabel": "Изабери све" + "selectAllButtonLabel": "Изабери све", + "modalBarrierDismissLabel": "Одбаци" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb index 829c37358e18..88680dac6520 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb @@ -23,5 +23,6 @@ "cutButtonLabel": "Iseci", "copyButtonLabel": "Kopiraj", "pasteButtonLabel": "Nalepi", - "selectAllButtonLabel": "Izaberi sve" + "selectAllButtonLabel": "Izaberi sve", + "modalBarrierDismissLabel": "Odbaci" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb index 4db319dc2953..f2abbf131cb1 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Klipp ut", "copyButtonLabel": "Kopiera", "pasteButtonLabel": "Klistra in", - "selectAllButtonLabel": "Markera alla" + "selectAllButtonLabel": "Markera alla", + "modalBarrierDismissLabel": "Stäng" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb index bbe42dddc4b2..84ddf98a56b9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Kata", "copyButtonLabel": "Nakili", "pasteButtonLabel": "Bandika", - "selectAllButtonLabel": "Teua Zote" + "selectAllButtonLabel": "Teua Zote", + "modalBarrierDismissLabel": "Ondoa" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb index 1f2ea90da453..f9e1437b77f1 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "வெட்டு", "copyButtonLabel": "நகலெடு", "pasteButtonLabel": "ஒட்டு", - "selectAllButtonLabel": "எல்லாம் தேர்ந்தெடு" + "selectAllButtonLabel": "எல்லாம் தேர்ந்தெடு", + "modalBarrierDismissLabel": "நிராகரிக்கும்" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb index 82a09482100b..5a4294849b20 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "కత్తిరించు", "copyButtonLabel": "కాపీ చేయి", "pasteButtonLabel": "అతికించు", - "selectAllButtonLabel": "అన్నింటినీ ఎంచుకోండి" + "selectAllButtonLabel": "అన్నింటినీ ఎంచుకోండి", + "modalBarrierDismissLabel": "విస్మరించు" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb index ae062b115460..16880503e6d2 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "ตัด", "copyButtonLabel": "คัดลอก", "pasteButtonLabel": "วาง", - "selectAllButtonLabel": "เลือกทั้งหมด" + "selectAllButtonLabel": "เลือกทั้งหมด", + "modalBarrierDismissLabel": "ปิด" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb index ea2d019bedcc..89cdbcdf3dc3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "I-cut", "copyButtonLabel": "Kopyahin", "pasteButtonLabel": "I-paste", - "selectAllButtonLabel": "Piliin Lahat" + "selectAllButtonLabel": "Piliin Lahat", + "modalBarrierDismissLabel": "I-dismiss" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb index 199d8124dacc..7f820bcd8ac5 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Kes", "copyButtonLabel": "Kopyala", "pasteButtonLabel": "Yapıştır", - "selectAllButtonLabel": "Tümünü Seç" + "selectAllButtonLabel": "Tümünü Seç", + "modalBarrierDismissLabel": "Kapat" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb index 2d7f7c4b40c4..7a4395fcbadb 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb @@ -28,5 +28,6 @@ "cutButtonLabel": "Вирізати", "copyButtonLabel": "Копіювати", "pasteButtonLabel": "Вставити", - "selectAllButtonLabel": "Вибрати все" + "selectAllButtonLabel": "Вибрати все", + "modalBarrierDismissLabel": "Закрити" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb index c561fb789869..9f11c859e22e 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "کٹ کریں", "copyButtonLabel": "کاپی کریں", "pasteButtonLabel": "پیسٹ کریں", - "selectAllButtonLabel": "سبھی منتخب کریں" + "selectAllButtonLabel": "سبھی منتخب کریں", + "modalBarrierDismissLabel": "برخاست کریں" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb index e699944344df..37d0ab60a928 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Kesib olish", "copyButtonLabel": "Nusxa olish", "pasteButtonLabel": "Joylash", - "selectAllButtonLabel": "Barchasini tanlash" + "selectAllButtonLabel": "Barchasini tanlash", + "modalBarrierDismissLabel": "Yopish" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb index 7b4787fcdf2a..5ec06ef4d655 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Cắt", "copyButtonLabel": "Sao chép", "pasteButtonLabel": "Dán", - "selectAllButtonLabel": "Chọn tất cả" + "selectAllButtonLabel": "Chọn tất cả", + "modalBarrierDismissLabel": "Bỏ qua" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb index d8a02d79811c..f025efe0fca5 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "剪切", "copyButtonLabel": "复制", "pasteButtonLabel": "粘贴", - "selectAllButtonLabel": "全选" + "selectAllButtonLabel": "全选", + "modalBarrierDismissLabel": "关闭" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb index fd702d97797c..bbd875a94a3c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "剪下", "copyButtonLabel": "複製", "pasteButtonLabel": "貼上", - "selectAllButtonLabel": "全選" + "selectAllButtonLabel": "全選", + "modalBarrierDismissLabel": "拒絕" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb index 827f9451af08..7ced43c8e966 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "剪下", "copyButtonLabel": "複製", "pasteButtonLabel": "貼上", - "selectAllButtonLabel": "全選" + "selectAllButtonLabel": "全選", + "modalBarrierDismissLabel": "關閉" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb index 8e460650bedd..bf4162024053 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb @@ -18,5 +18,6 @@ "cutButtonLabel": "Sika", "copyButtonLabel": "Kopisha", "pasteButtonLabel": "Namathisela", - "selectAllButtonLabel": "Khetha konke" + "selectAllButtonLabel": "Khetha konke", + "modalBarrierDismissLabel": "Cashisa" } diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index 128276152c06..87c4c6e39093 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -102,6 +102,9 @@ class CupertinoLocalizationAf extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'Maak toe'; + @override String get pasteButtonLabel => 'Plak'; @@ -250,6 +253,9 @@ class CupertinoLocalizationAm extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'አሰናብት'; + @override String get pasteButtonLabel => 'ለጥፍ'; @@ -398,6 +404,9 @@ class CupertinoLocalizationAr extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => '\$minute دقيقة​'; + @override + String get modalBarrierDismissLabel => 'رفض'; + @override String get pasteButtonLabel => 'لصق'; @@ -546,6 +555,9 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'অগ্ৰাহ্য কৰক'; + @override String get pasteButtonLabel => 'পে\'ষ্ট কৰক'; @@ -694,6 +706,9 @@ class CupertinoLocalizationAz extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'İmtina edin'; + @override String get pasteButtonLabel => 'Yerləşdirin'; @@ -842,6 +857,9 @@ class CupertinoLocalizationBe extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'Адхіліць'; + @override String get pasteButtonLabel => 'Уставіць'; @@ -990,6 +1008,9 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'Отхвърляне'; + @override String get pasteButtonLabel => 'Поставяне'; @@ -1138,6 +1159,9 @@ class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'খারিজ করুন'; + @override String get pasteButtonLabel => 'পেস্ট করুন'; @@ -1286,6 +1310,9 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'Odbaci'; + @override String get pasteButtonLabel => 'Zalijepi'; @@ -1434,6 +1461,9 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'Ignora'; + @override String get pasteButtonLabel => 'Enganxa'; @@ -1582,6 +1612,9 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'Zavřít'; + @override String get pasteButtonLabel => 'Vložit'; @@ -1730,6 +1763,9 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'Afvis'; + @override String get pasteButtonLabel => 'Sæt ind'; @@ -1878,6 +1914,9 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'Schließen'; + @override String get pasteButtonLabel => 'Einsetzen'; @@ -2026,6 +2065,9 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'Παράβλεψη'; + @override String get pasteButtonLabel => 'Επικόλληση'; @@ -2174,6 +2216,9 @@ class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'Dismiss'; + @override String get pasteButtonLabel => 'Paste'; @@ -2594,6 +2639,9 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'Cerrar'; + @override String get pasteButtonLabel => 'Pegar'; @@ -2699,6 +2747,9 @@ class CupertinoLocalizationEs419 extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; + + @override + String get modalBarrierDismissLabel => 'Descartar'; } /// The translations for Spanish Castilian, as used in Argentina (`es_AR`). @@ -2739,6 +2790,9 @@ class CupertinoLocalizationEsAr extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; + + @override + String get modalBarrierDismissLabel => 'Descartar'; } /// The translations for Spanish Castilian, as used in Bolivia (`es_BO`). @@ -2779,6 +2833,9 @@ class CupertinoLocalizationEsBo extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; + + @override + String get modalBarrierDismissLabel => 'Descartar'; } /// The translations for Spanish Castilian, as used in Chile (`es_CL`). @@ -2819,6 +2876,9 @@ class CupertinoLocalizationEsCl extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; + + @override + String get modalBarrierDismissLabel => 'Descartar'; } /// The translations for Spanish Castilian, as used in Colombia (`es_CO`). @@ -2859,6 +2919,9 @@ class CupertinoLocalizationEsCo extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; + + @override + String get modalBarrierDismissLabel => 'Descartar'; } /// The translations for Spanish Castilian, as used in Costa Rica (`es_CR`). @@ -2899,6 +2962,9 @@ class CupertinoLocalizationEsCr extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; + + @override + String get modalBarrierDismissLabel => 'Descartar'; } /// The translations for Spanish Castilian, as used in the Dominican Republic (`es_DO`). @@ -2939,6 +3005,9 @@ class CupertinoLocalizationEsDo extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; + + @override + String get modalBarrierDismissLabel => 'Descartar'; } /// The translations for Spanish Castilian, as used in Ecuador (`es_EC`). @@ -2979,6 +3048,9 @@ class CupertinoLocalizationEsEc extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; + + @override + String get modalBarrierDismissLabel => 'Descartar'; } /// The translations for Spanish Castilian, as used in Guatemala (`es_GT`). @@ -3019,6 +3091,9 @@ class CupertinoLocalizationEsGt extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; + + @override + String get modalBarrierDismissLabel => 'Descartar'; } /// The translations for Spanish Castilian, as used in Honduras (`es_HN`). @@ -3059,6 +3134,9 @@ class CupertinoLocalizationEsHn extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; + + @override + String get modalBarrierDismissLabel => 'Descartar'; } /// The translations for Spanish Castilian, as used in Mexico (`es_MX`). @@ -3099,6 +3177,9 @@ class CupertinoLocalizationEsMx extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; + + @override + String get modalBarrierDismissLabel => 'Descartar'; } /// The translations for Spanish Castilian, as used in Nicaragua (`es_NI`). @@ -3139,6 +3220,9 @@ class CupertinoLocalizationEsNi extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; + + @override + String get modalBarrierDismissLabel => 'Descartar'; } /// The translations for Spanish Castilian, as used in Panama (`es_PA`). @@ -3179,6 +3263,9 @@ class CupertinoLocalizationEsPa extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; + + @override + String get modalBarrierDismissLabel => 'Descartar'; } /// The translations for Spanish Castilian, as used in Peru (`es_PE`). @@ -3219,6 +3306,9 @@ class CupertinoLocalizationEsPe extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; + + @override + String get modalBarrierDismissLabel => 'Descartar'; } /// The translations for Spanish Castilian, as used in Puerto Rico (`es_PR`). @@ -3259,6 +3349,9 @@ class CupertinoLocalizationEsPr extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; + + @override + String get modalBarrierDismissLabel => 'Descartar'; } /// The translations for Spanish Castilian, as used in Paraguay (`es_PY`). @@ -3299,6 +3392,9 @@ class CupertinoLocalizationEsPy extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; + + @override + String get modalBarrierDismissLabel => 'Descartar'; } /// The translations for Spanish Castilian, as used in El Salvador (`es_SV`). @@ -3339,6 +3435,9 @@ class CupertinoLocalizationEsSv extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; + + @override + String get modalBarrierDismissLabel => 'Descartar'; } /// The translations for Spanish Castilian, as used in the United States (`es_US`). @@ -3379,6 +3478,9 @@ class CupertinoLocalizationEsUs extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; + + @override + String get modalBarrierDismissLabel => 'Descartar'; } /// The translations for Spanish Castilian, as used in Uruguay (`es_UY`). @@ -3419,6 +3521,9 @@ class CupertinoLocalizationEsUy extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; + + @override + String get modalBarrierDismissLabel => 'Descartar'; } /// The translations for Spanish Castilian, as used in Venezuela (`es_VE`). @@ -3459,6 +3564,9 @@ class CupertinoLocalizationEsVe extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; + + @override + String get modalBarrierDismissLabel => 'Descartar'; } /// The translations for Estonian (`et`). @@ -3542,6 +3650,9 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'Loobu'; + @override String get pasteButtonLabel => 'Kleebi'; @@ -3690,6 +3801,9 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'Baztertu'; + @override String get pasteButtonLabel => 'Itsatsi'; @@ -3838,6 +3952,9 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'نپذیرفتن'; + @override String get pasteButtonLabel => 'جای‌گذاری'; @@ -3986,6 +4103,9 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'Ohita'; + @override String get pasteButtonLabel => 'Liitä'; @@ -4134,6 +4254,9 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'I-dismiss'; + @override String get pasteButtonLabel => 'I-paste'; @@ -4282,6 +4405,9 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'Ignorer'; + @override String get pasteButtonLabel => 'Coller'; @@ -4482,6 +4608,9 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'Ignorar'; + @override String get pasteButtonLabel => 'Pegar'; @@ -4630,6 +4759,9 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'Schließen'; + @override String get pasteButtonLabel => 'Einsetzen'; @@ -4778,6 +4910,9 @@ class CupertinoLocalizationGu extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'છોડી દો'; + @override String get pasteButtonLabel => 'પેસ્ટ કરો'; @@ -4926,6 +5061,9 @@ class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'סגירה'; + @override String get pasteButtonLabel => 'הדבקה'; @@ -5074,6 +5212,9 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'खारिज करें'; + @override String get pasteButtonLabel => 'चिपकाएं'; @@ -5222,6 +5363,9 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'Odbaci'; + @override String get pasteButtonLabel => 'Zalijepi'; @@ -5370,6 +5514,9 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'Elvetés'; + @override String get pasteButtonLabel => 'Beillesztés'; @@ -5518,6 +5665,9 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'Փակել'; + @override String get pasteButtonLabel => 'Տեղադրել'; @@ -5666,6 +5816,9 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'Tutup'; + @override String get pasteButtonLabel => 'Tempel'; @@ -5814,6 +5967,9 @@ class CupertinoLocalizationIs extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'Hunsa'; + @override String get pasteButtonLabel => 'Líma'; @@ -5962,6 +6118,9 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'Ignora'; + @override String get pasteButtonLabel => 'Incolla'; @@ -6110,6 +6269,9 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => '閉じる'; + @override String get pasteButtonLabel => '貼り付け'; @@ -6258,6 +6420,9 @@ class CupertinoLocalizationKa extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'დახურვა'; + @override String get pasteButtonLabel => 'ჩასმა'; @@ -6406,6 +6571,9 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'Жабу'; + @override String get pasteButtonLabel => 'Қою'; @@ -6554,6 +6722,9 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'ច្រាន​ចោល'; + @override String get pasteButtonLabel => 'ដាក់​ចូល'; @@ -6702,6 +6873,9 @@ class CupertinoLocalizationKn extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => '\u{cb5}\u{c9c}\u{cbe}\u{c97}\u{cca}\u{cb3}\u{cbf}\u{cb8}\u{cbf}'; + @override String get pasteButtonLabel => '\u{c85}\u{c82}\u{c9f}\u{cbf}\u{cb8}\u{cbf}'; @@ -6850,6 +7024,9 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => '닫기'; + @override String get pasteButtonLabel => '붙여넣기'; @@ -6998,6 +7175,9 @@ class CupertinoLocalizationKy extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'Жабуу'; + @override String get pasteButtonLabel => 'Чаптоо'; @@ -7146,6 +7326,9 @@ class CupertinoLocalizationLo extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'ປິດໄວ້'; + @override String get pasteButtonLabel => 'ວາງ'; @@ -7294,6 +7477,9 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'Atsisakyti'; + @override String get pasteButtonLabel => 'Įklijuoti'; @@ -7442,6 +7628,9 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => '\$minute minūtes'; + @override + String get modalBarrierDismissLabel => 'Nerādīt'; + @override String get pasteButtonLabel => 'Ielīmēt'; @@ -7590,6 +7779,9 @@ class CupertinoLocalizationMk extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'Отфрли'; + @override String get pasteButtonLabel => 'Залепи'; @@ -7738,6 +7930,9 @@ class CupertinoLocalizationMl extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'നിരസിക്കുക'; + @override String get pasteButtonLabel => 'ഒട്ടിക്കുക'; @@ -7886,6 +8081,9 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'Үл хэрэгсэх'; + @override String get pasteButtonLabel => 'Буулгах'; @@ -8034,6 +8232,9 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'डिसमिस करा'; + @override String get pasteButtonLabel => 'पेस्ट करा'; @@ -8182,6 +8383,9 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'Tolak'; + @override String get pasteButtonLabel => 'Tampal'; @@ -8330,6 +8534,9 @@ class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'ပယ်ရန်'; + @override String get pasteButtonLabel => 'ကူးထည့်ရန်'; @@ -8506,6 +8713,9 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'खारेज गर्नुहोस्'; + @override String get pasteButtonLabel => 'टाँस्नुहोस्'; @@ -8654,6 +8864,9 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'Sluiten'; + @override String get pasteButtonLabel => 'Plakken'; @@ -8802,6 +9015,9 @@ class CupertinoLocalizationNo extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'Avvis'; + @override String get pasteButtonLabel => 'Lim inn'; @@ -8950,6 +9166,9 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'ଖାରଜ କରନ୍ତୁ'; + @override String get pasteButtonLabel => 'ପେଷ୍ଟ କରନ୍ତୁ'; @@ -9098,6 +9317,9 @@ class CupertinoLocalizationPa extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'ਖਾਰਜ ਕਰੋ'; + @override String get pasteButtonLabel => 'ਪੇਸਟ ਕਰੋ'; @@ -9246,6 +9468,9 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'Zamknij'; + @override String get pasteButtonLabel => 'Wklej'; @@ -9394,6 +9619,9 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'Dispensar'; + @override String get pasteButtonLabel => 'Colar'; @@ -9499,6 +9727,9 @@ class CupertinoLocalizationPtPt extends CupertinoLocalizationPt { @override String get selectAllButtonLabel => 'Selecionar tudo'; + + @override + String get modalBarrierDismissLabel => 'Ignorar'; } /// The translations for Romanian Moldavian Moldovan (`ro`). @@ -9582,6 +9813,9 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'Închideți'; + @override String get pasteButtonLabel => 'Inserați'; @@ -9730,6 +9964,9 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'Закрыть'; + @override String get pasteButtonLabel => 'Вставить'; @@ -9878,6 +10115,9 @@ class CupertinoLocalizationSi extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'ඉවත ලන්න'; + @override String get pasteButtonLabel => 'අලවන්න'; @@ -10026,6 +10266,9 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'Odmietnuť'; + @override String get pasteButtonLabel => 'Prilepiť'; @@ -10174,6 +10417,9 @@ class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'Opusti'; + @override String get pasteButtonLabel => 'Prilepi'; @@ -10322,6 +10568,9 @@ class CupertinoLocalizationSq extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'Hiq'; + @override String get pasteButtonLabel => 'Ngjit'; @@ -10470,6 +10719,9 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'Одбаци'; + @override String get pasteButtonLabel => 'Налепи'; @@ -10622,6 +10874,9 @@ class CupertinoLocalizationSrLatn extends CupertinoLocalizationSr { @override String get datePickerMinuteSemanticsLabelOther => '\$minute minuta'; + @override + String get modalBarrierDismissLabel => 'Odbaci'; + @override String get pasteButtonLabel => 'Nalepi'; @@ -10743,6 +10998,9 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'Stäng'; + @override String get pasteButtonLabel => 'Klistra in'; @@ -10891,6 +11149,9 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'Ondoa'; + @override String get pasteButtonLabel => 'Bandika'; @@ -11039,6 +11300,9 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'நிராகரிக்கும்'; + @override String get pasteButtonLabel => 'ஒட்டு'; @@ -11187,6 +11451,9 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'విస్మరించు'; + @override String get pasteButtonLabel => 'అతికించు'; @@ -11335,6 +11602,9 @@ class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'ปิด'; + @override String get pasteButtonLabel => 'วาง'; @@ -11483,6 +11753,9 @@ class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'I-dismiss'; + @override String get pasteButtonLabel => 'I-paste'; @@ -11631,6 +11904,9 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'Kapat'; + @override String get pasteButtonLabel => 'Yapıştır'; @@ -11779,6 +12055,9 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'Закрити'; + @override String get pasteButtonLabel => 'Вставити'; @@ -11927,6 +12206,9 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'برخاست کریں'; + @override String get pasteButtonLabel => 'پیسٹ کریں'; @@ -12075,6 +12357,9 @@ class CupertinoLocalizationUz extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'Yopish'; + @override String get pasteButtonLabel => 'Joylash'; @@ -12223,6 +12508,9 @@ class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'Bỏ qua'; + @override String get pasteButtonLabel => 'Dán'; @@ -12371,6 +12659,9 @@ class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => '关闭'; + @override String get pasteButtonLabel => '粘贴'; @@ -12517,6 +12808,9 @@ class CupertinoLocalizationZhHant extends CupertinoLocalizationZh { @override String get datePickerMinuteSemanticsLabelOther => '\$minute 分鐘'; + @override + String get modalBarrierDismissLabel => '拒絕'; + @override String get pasteButtonLabel => '貼上'; @@ -12608,6 +12902,9 @@ class CupertinoLocalizationZhHantTw extends CupertinoLocalizationZhHant { @override String get timerPickerMinuteLabelOther => '分'; + + @override + String get modalBarrierDismissLabel => '關閉'; } /// The translations for Zulu (`zu`). @@ -12691,6 +12988,9 @@ class CupertinoLocalizationZu extends GlobalCupertinoLocalizations { @override String get datePickerMinuteSemanticsLabelZero => null; + @override + String get modalBarrierDismissLabel => 'Cashisa'; + @override String get pasteButtonLabel => 'Namathisela'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index f51d17be94e2..0f6a7b2ee8ad 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -170,7 +170,7 @@ "modalBarrierDismissLabel": "Dismiss", "@modalBarrierDismissLabel": { - "description": "Label read out by accessibility tools (TalkBack or VocieOver) for a modal barrier to indicate that a tap dismisses the barrier. A modal barrier can for example be found behind a alert or popup to block user interaction with elements behind it." + "description": "Label read out by accessibility tools (TalkBack or VoiceOver) for a modal barrier to indicate that a tap dismisses the barrier. A modal barrier can for example be found behind a alert or popup to block user interaction with elements behind it." }, "signedInLabel": "Signed in", From f8e205f743fad0b4d546846c4a9ecb7a9f6eea02 Mon Sep 17 00:00:00 2001 From: Kate Lovett Date: Fri, 1 May 2020 11:09:02 -0700 Subject: [PATCH 131/327] Adding tabSemanticsLabel to CupertinoLocalizations (#55336) --- .../lib/src/cupertino_localizations.dart | 15 ++ .../lib/src/l10n/cupertino_af.arb | 1 + .../lib/src/l10n/cupertino_am.arb | 1 + .../lib/src/l10n/cupertino_ar.arb | 1 + .../lib/src/l10n/cupertino_as.arb | 1 + .../lib/src/l10n/cupertino_az.arb | 1 + .../lib/src/l10n/cupertino_be.arb | 1 + .../lib/src/l10n/cupertino_bg.arb | 1 + .../lib/src/l10n/cupertino_bn.arb | 1 + .../lib/src/l10n/cupertino_bs.arb | 1 + .../lib/src/l10n/cupertino_ca.arb | 1 + .../lib/src/l10n/cupertino_cs.arb | 1 + .../lib/src/l10n/cupertino_da.arb | 1 + .../lib/src/l10n/cupertino_de.arb | 1 + .../lib/src/l10n/cupertino_el.arb | 1 + .../lib/src/l10n/cupertino_en.arb | 6 + .../lib/src/l10n/cupertino_es.arb | 1 + .../lib/src/l10n/cupertino_et.arb | 1 + .../lib/src/l10n/cupertino_eu.arb | 1 + .../lib/src/l10n/cupertino_fa.arb | 1 + .../lib/src/l10n/cupertino_fi.arb | 1 + .../lib/src/l10n/cupertino_fil.arb | 1 + .../lib/src/l10n/cupertino_fr.arb | 1 + .../lib/src/l10n/cupertino_gl.arb | 1 + .../lib/src/l10n/cupertino_gsw.arb | 1 + .../lib/src/l10n/cupertino_gu.arb | 1 + .../lib/src/l10n/cupertino_he.arb | 1 + .../lib/src/l10n/cupertino_hi.arb | 1 + .../lib/src/l10n/cupertino_hr.arb | 1 + .../lib/src/l10n/cupertino_hu.arb | 1 + .../lib/src/l10n/cupertino_hy.arb | 1 + .../lib/src/l10n/cupertino_id.arb | 1 + .../lib/src/l10n/cupertino_is.arb | 1 + .../lib/src/l10n/cupertino_it.arb | 1 + .../lib/src/l10n/cupertino_ja.arb | 1 + .../lib/src/l10n/cupertino_ka.arb | 1 + .../lib/src/l10n/cupertino_kk.arb | 1 + .../lib/src/l10n/cupertino_km.arb | 1 + .../lib/src/l10n/cupertino_kn.arb | 43 ++-- .../lib/src/l10n/cupertino_ko.arb | 1 + .../lib/src/l10n/cupertino_ky.arb | 1 + .../lib/src/l10n/cupertino_lo.arb | 1 + .../lib/src/l10n/cupertino_lt.arb | 1 + .../lib/src/l10n/cupertino_lv.arb | 1 + .../lib/src/l10n/cupertino_mk.arb | 1 + .../lib/src/l10n/cupertino_ml.arb | 1 + .../lib/src/l10n/cupertino_mn.arb | 1 + .../lib/src/l10n/cupertino_mr.arb | 1 + .../lib/src/l10n/cupertino_ms.arb | 1 + .../lib/src/l10n/cupertino_my.arb | 1 + .../lib/src/l10n/cupertino_ne.arb | 1 + .../lib/src/l10n/cupertino_nl.arb | 1 + .../lib/src/l10n/cupertino_no.arb | 1 + .../lib/src/l10n/cupertino_or.arb | 1 + .../lib/src/l10n/cupertino_pa.arb | 1 + .../lib/src/l10n/cupertino_pl.arb | 1 + .../lib/src/l10n/cupertino_pt.arb | 1 + .../lib/src/l10n/cupertino_ro.arb | 1 + .../lib/src/l10n/cupertino_ru.arb | 1 + .../lib/src/l10n/cupertino_si.arb | 1 + .../lib/src/l10n/cupertino_sk.arb | 1 + .../lib/src/l10n/cupertino_sl.arb | 1 + .../lib/src/l10n/cupertino_sq.arb | 1 + .../lib/src/l10n/cupertino_sr.arb | 1 + .../lib/src/l10n/cupertino_sv.arb | 1 + .../lib/src/l10n/cupertino_sw.arb | 1 + .../lib/src/l10n/cupertino_ta.arb | 1 + .../lib/src/l10n/cupertino_te.arb | 1 + .../lib/src/l10n/cupertino_th.arb | 1 + .../lib/src/l10n/cupertino_tl.arb | 1 + .../lib/src/l10n/cupertino_tr.arb | 1 + .../lib/src/l10n/cupertino_uk.arb | 1 + .../lib/src/l10n/cupertino_ur.arb | 1 + .../lib/src/l10n/cupertino_uz.arb | 1 + .../lib/src/l10n/cupertino_vi.arb | 1 + .../lib/src/l10n/cupertino_zh.arb | 1 + .../lib/src/l10n/cupertino_zu.arb | 1 + .../generated_cupertino_localizations.dart | 228 ++++++++++++++++++ .../test/cupertino/translations_test.dart | 6 + 79 files changed, 351 insertions(+), 21 deletions(-) diff --git a/packages/flutter_localizations/lib/src/cupertino_localizations.dart b/packages/flutter_localizations/lib/src/cupertino_localizations.dart index af6de8ccbd35..3b8badfb6a83 100644 --- a/packages/flutter_localizations/lib/src/cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/cupertino_localizations.dart @@ -251,6 +251,21 @@ abstract class GlobalCupertinoLocalizations implements CupertinoLocalizations { } } + /// The raw version of [tabSemanticsLabel], with `$tabIndex` and `$tabCount` verbatim + /// in the string. + @protected + String get tabSemanticsLabelRaw; + + @override + String tabSemanticsLabel({ int tabIndex, int tabCount }) { + assert(tabIndex >= 1); + assert(tabCount >= 1); + final String template = tabSemanticsLabelRaw; + return template + .replaceFirst(r'$tabIndex', _decimalFormat.format(tabIndex)) + .replaceFirst(r'$tabCount', _decimalFormat.format(tabCount)); + } + @override String timerPickerHour(int hour) { return _singleDigitHourFormat.format(DateTime.utc(0, 0, 0, hour)); diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb index 89fd7894c601..ad3d9db11d73 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "Kopieer", "pasteButtonLabel": "Plak", "selectAllButtonLabel": "Kies alles", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "Maak toe" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb index 08ac7e5331a9..e8d97784f5c4 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "ቅዳ", "pasteButtonLabel": "ለጥፍ", "selectAllButtonLabel": "ሁሉንም ምረጥ", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "አሰናብት" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb index 1503e8af4023..6a858fe69832 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb @@ -39,5 +39,6 @@ "copyButtonLabel": "نسخ", "pasteButtonLabel": "لصق", "selectAllButtonLabel": "اختيار الكل", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "رفض" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb index 1720276c89f6..d594d58fd37a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "প্ৰতিলিপি কৰক", "pasteButtonLabel": "পে'ষ্ট কৰক", "selectAllButtonLabel": "সকলো বাছনি কৰক", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "অগ্ৰাহ্য কৰক" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb index 5b821131a9a6..4a66196f4fbd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "Kopyalayın", "pasteButtonLabel": "Yerləşdirin", "selectAllButtonLabel": "Hamısını seçin", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "İmtina edin" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb index 22ea7688a9ae..c4d037d48012 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb @@ -29,5 +29,6 @@ "copyButtonLabel": "Капіраваць", "pasteButtonLabel": "Уставіць", "selectAllButtonLabel": "Выбраць усе", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "Адхіліць" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb index e64a88644a32..140051e06ca5 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "Копиране", "pasteButtonLabel": "Поставяне", "selectAllButtonLabel": "Избиране на всички", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "Отхвърляне" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb index 5122d8e7694a..2ab6f4e228e7 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "কপি করুন", "pasteButtonLabel": "পেস্ট করুন", "selectAllButtonLabel": "সব বেছে নিন", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "খারিজ করুন" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb index 0445e1723d00..d17d4c23f283 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb @@ -24,5 +24,6 @@ "copyButtonLabel": "Kopiraj", "pasteButtonLabel": "Zalijepi", "selectAllButtonLabel": "Odaberi sve", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "Odbaci" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb index e7e876c933b6..e86ccdeff974 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "Copia", "pasteButtonLabel": "Enganxa", "selectAllButtonLabel": "Selecciona-ho tot", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "Ignora" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb index 516b7e736911..1412ee2e48fd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb @@ -29,5 +29,6 @@ "copyButtonLabel": "Kopírovat", "pasteButtonLabel": "Vložit", "selectAllButtonLabel": "Vybrat vše", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "Zavřít" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb index ff1aa89e3256..e6f0b84c1d3e 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "Kopiér", "pasteButtonLabel": "Sæt ind", "selectAllButtonLabel": "Vælg alle", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "Afvis" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb index 04370a496545..041352ea0575 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "Kopieren", "pasteButtonLabel": "Einsetzen", "selectAllButtonLabel": "Alles auswählen", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "Schließen" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb index 231be3d7dd5c..4c73b3c09288 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "Αντιγραφή", "pasteButtonLabel": "Επικόλληση", "selectAllButtonLabel": "Επιλογή όλων", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "Παράβλεψη" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb index cc64a9087004..0485002c4111 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb @@ -43,6 +43,12 @@ "description": "The accessibility audio announcement made when an iOS style alert dialog is opened." }, + "tabSemanticsLabel": "tab, $tabIndex of $tabCount", + "@tabSemanticsLabel": { + "description": "The accessibility label used on a tab. This message describes the index of the selected tab and how many tabs there are, e.g. 'tab, 1 of 2'. All values are greater than or equal to one.", + "parameters": "tabIndex, tabCount" + }, + "timerPickerHourLabelOne": "hour", "timerPickerHourLabelOther": "hours", "@timerPickerHourLabel": { diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb index 12ede9e0ad53..2e9873d815ac 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", "selectAllButtonLabel": "Seleccionar todos", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "Cerrar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb index ae2c34e59864..4910f6afc035 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "Kopeeri", "pasteButtonLabel": "Kleebi", "selectAllButtonLabel": "Vali kõik", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "Loobu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb index af7b6fbda94b..566bcbf3149c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "Kopiatu", "pasteButtonLabel": "Itsatsi", "selectAllButtonLabel": "Hautatu guztiak", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "Baztertu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb index d73ee125034c..d3cef3affdb6 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "کپی", "pasteButtonLabel": "جای‌گذاری", "selectAllButtonLabel": "انتخاب همه", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "نپذیرفتن" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb index 189409a21178..fad6002b02a4 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "Kopioi", "pasteButtonLabel": "Liitä", "selectAllButtonLabel": "Valitse kaikki", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "Ohita" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb index 89cdbcdf3dc3..ef46141010dc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "Kopyahin", "pasteButtonLabel": "I-paste", "selectAllButtonLabel": "Piliin Lahat", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "I-dismiss" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb index 032561621337..c8fb8d14d0ea 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "Copier", "pasteButtonLabel": "Coller", "selectAllButtonLabel": "Tout sélect.", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "Ignorer" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb index aa4a5d993c9e..c2f1cf47bd4c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", "selectAllButtonLabel": "Seleccionar todo", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "Ignorar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb index 04370a496545..041352ea0575 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "Kopieren", "pasteButtonLabel": "Einsetzen", "selectAllButtonLabel": "Alles auswählen", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "Schließen" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb index 894d3858f82a..67883870925b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "કૉપિ કરો", "pasteButtonLabel": "પેસ્ટ કરો", "selectAllButtonLabel": "બધા પસંદ કરો", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "છોડી દો" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb index 2cb7cf39fcf5..0f740a68d113 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb @@ -29,5 +29,6 @@ "copyButtonLabel": "העתקה", "pasteButtonLabel": "הדבקה", "selectAllButtonLabel": "בחירת הכול", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "סגירה" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb index eabaf0188ff4..f1863d6f512f 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "कॉपी करें", "pasteButtonLabel": "चिपकाएं", "selectAllButtonLabel": "सभी चुनें", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "खारिज करें" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb index b5fcb9c5c691..7ea8efae832e 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb @@ -24,5 +24,6 @@ "copyButtonLabel": "Kopiraj", "pasteButtonLabel": "Zalijepi", "selectAllButtonLabel": "Odaberi sve", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "Odbaci" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb index f966566e5452..d3be9a08490d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "Másolás", "pasteButtonLabel": "Beillesztés", "selectAllButtonLabel": "Összes kijelölése", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "Elvetés" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb index c2c4aef1608d..d95b1b2d907d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "Պատճենել", "pasteButtonLabel": "Տեղադրել", "selectAllButtonLabel": "Նշել բոլորը", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "Փակել" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb index 145666396348..a15f680813dc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "Salin", "pasteButtonLabel": "Tempel", "selectAllButtonLabel": "Pilih Semua", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "Tutup" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb index 5c5dd9798a26..ede723045944 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "Afrita", "pasteButtonLabel": "Líma", "selectAllButtonLabel": "Velja allt", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "Hunsa" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb index a74bd049c9fa..7faf70a573bb 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "Copia", "pasteButtonLabel": "Incolla", "selectAllButtonLabel": "Seleziona tutto", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "Ignora" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb index 832806c98ae1..aca28892116e 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "コピー", "pasteButtonLabel": "貼り付け", "selectAllButtonLabel": "すべて選択", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "閉じる" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb index 1d82112c3362..bfff7fe5314f 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "კოპირება", "pasteButtonLabel": "ჩასმა", "selectAllButtonLabel": "ყველას არჩევა", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "დახურვა" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb index dbdf991da896..c0daaf849d85 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "Көшіру", "pasteButtonLabel": "Қою", "selectAllButtonLabel": "Барлығын таңдау", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "Жабу" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb index be590e20aee7..ed95e109b734 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "ចម្លង", "pasteButtonLabel": "ដាក់​ចូល", "selectAllButtonLabel": "ជ្រើសរើស​ទាំងអស់", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "ច្រាន​ចោល" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb index a6f2c9b53c55..39ebde8d0033 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb @@ -1,23 +1,24 @@ { - "datePickerHourSemanticsLabelOne": "$hour ಗಂಟೆ", - "datePickerHourSemanticsLabelOther": "$hour ಗಂಟೆ", - "datePickerMinuteSemanticsLabelOne": "1 ನಿಮಿಷ", - "datePickerMinuteSemanticsLabelOther": "$minute ನಿಮಿಷಗಳು", - "datePickerDateOrder": "dmy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "ಬೆಳಿಗ್ಗೆ", - "postMeridiemAbbreviation": "ಸಂಜೆ", - "todayLabel": "ಇಂದು", - "alertDialogLabel": "ಎಚ್ಚರಿಕೆ", - "timerPickerHourLabelOne": "ಗಂಟೆ", - "timerPickerHourLabelOther": "ಗಂಟೆಗಳು", - "timerPickerMinuteLabelOne": "ನಿಮಿ.", - "timerPickerMinuteLabelOther": "ನಿಮಿ.", - "timerPickerSecondLabelOne": "ಸೆ.", - "timerPickerSecondLabelOther": "ಸೆ.", - "cutButtonLabel": "ಕತ್ತರಿಸಿ", - "copyButtonLabel": "ನಕಲಿಸಿ", - "pasteButtonLabel": "ಅಂಟಿಸಿ", - "selectAllButtonLabel": "ಎಲ್ಲವನ್ನೂ ಆಯ್ಕೆಮಾಡಿ", - "modalBarrierDismissLabel": "ವಜಾಗೊಳಿಸಿ" + "datePickerHourSemanticsLabelOne": "\u0024\u0068\u006f\u0075\u0072\u0020\u0c97\u0c82\u0c9f\u0cc6", + "datePickerHourSemanticsLabelOther": "\u0024\u0068\u006f\u0075\u0072\u0020\u0c97\u0c82\u0c9f\u0cc6", + "datePickerMinuteSemanticsLabelOne": "\u0031\u0020\u0ca8\u0cbf\u0cae\u0cbf\u0cb7", + "datePickerMinuteSemanticsLabelOther": "\u0024\u006d\u0069\u006e\u0075\u0074\u0065\u0020\u0ca8\u0cbf\u0cae\u0cbf\u0cb7\u0c97\u0cb3\u0cc1", + "datePickerDateOrder": "\u0064\u006d\u0079", + "datePickerDateTimeOrder": "\u0064\u0061\u0074\u0065\u005f\u0074\u0069\u006d\u0065\u005f\u0064\u0061\u0079\u0050\u0065\u0072\u0069\u006f\u0064", + "anteMeridiemAbbreviation": "\u0cac\u0cc6\u0cb3\u0cbf\u0c97\u0ccd\u0c97\u0cc6", + "postMeridiemAbbreviation": "\u0cb8\u0c82\u0c9c\u0cc6", + "todayLabel": "\u0c87\u0c82\u0ca6\u0cc1", + "alertDialogLabel": "\u0c8e\u0c9a\u0ccd\u0c9a\u0cb0\u0cbf\u0c95\u0cc6", + "timerPickerHourLabelOne": "\u0c97\u0c82\u0c9f\u0cc6", + "timerPickerHourLabelOther": "\u0c97\u0c82\u0c9f\u0cc6\u0c97\u0cb3\u0cc1", + "timerPickerMinuteLabelOne": "\u0ca8\u0cbf\u0cae\u0cbf\u002e", + "timerPickerMinuteLabelOther": "\u0ca8\u0cbf\u0cae\u0cbf\u002e", + "timerPickerSecondLabelOne": "\u0cb8\u0cc6\u002e", + "timerPickerSecondLabelOther": "\u0cb8\u0cc6\u002e", + "cutButtonLabel": "\u0c95\u0ca4\u0ccd\u0ca4\u0cb0\u0cbf\u0cb8\u0cbf", + "copyButtonLabel": "\u0ca8\u0c95\u0cb2\u0cbf\u0cb8\u0cbf", + "pasteButtonLabel": "\u0c85\u0c82\u0c9f\u0cbf\u0cb8\u0cbf", + "selectAllButtonLabel": "\u0c8e\u0cb2\u0ccd\u0cb2\u0cb5\u0ca8\u0ccd\u0ca8\u0cc2\u0020\u0c86\u0caf\u0ccd\u0c95\u0cc6\u0cae\u0cbe\u0ca1\u0cbf", + "modalBarrierDismissLabel": "\u0cb5\u0c9c\u0cbe\u0c97\u0cca\u0cb3\u0cbf\u0cb8\u0cbf", + "tabSemanticsLabel": "\u0054\u0042\u0044" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb index 22c899c2b4d3..6dd41785c95d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "복사", "pasteButtonLabel": "붙여넣기", "selectAllButtonLabel": "전체 선택", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "닫기" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb index a19ab698bbd0..033018c08d55 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "Көчүрүү", "pasteButtonLabel": "Чаптоо", "selectAllButtonLabel": "Баарын тандоо", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "Жабуу" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb index f422879f5ef8..dab89bc96c21 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "ສຳເນົາ", "pasteButtonLabel": "ວາງ", "selectAllButtonLabel": "ເລືອກທັງໝົດ", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "ປິດໄວ້" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb index 0e6ec026c257..a239fa833f26 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb @@ -29,5 +29,6 @@ "copyButtonLabel": "Kopijuoti", "pasteButtonLabel": "Įklijuoti", "selectAllButtonLabel": "Pasirinkti viską", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "Atsisakyti" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb index f7634516ae23..83c979fd49be 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb @@ -24,5 +24,6 @@ "copyButtonLabel": "Kopēt", "pasteButtonLabel": "Ielīmēt", "selectAllButtonLabel": "Atlasīt visu", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "Nerādīt" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb index a25910fb7c68..7d26eb6bcd97 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "Копирај", "pasteButtonLabel": "Залепи", "selectAllButtonLabel": "Избери ги сите", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "Отфрли" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb index ad90fb559aea..a7a9c46d3ed3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "പകർത്തുക", "pasteButtonLabel": "ഒട്ടിക്കുക", "selectAllButtonLabel": "എല്ലാം തിരഞ്ഞെടുക്കുക", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "നിരസിക്കുക" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb index 2a6a1d5c5832..3f95c3458493 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "Хуулах", "pasteButtonLabel": "Буулгах", "selectAllButtonLabel": "Бүгдийг сонгох", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "Үл хэрэгсэх" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb index c24365653849..ef6c2f4ca1aa 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "कॉपी करा", "pasteButtonLabel": "पेस्ट करा", "selectAllButtonLabel": "सर्व निवडा", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "डिसमिस करा" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb index 4a10f2b01467..e3572bff870c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "Salin", "pasteButtonLabel": "Tampal", "selectAllButtonLabel": "Pilih Semua", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "Tolak" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb index 280e9d1c1edb..5ef93c3a37dc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "မိတ္တူကူးရန်", "pasteButtonLabel": "ကူးထည့်ရန်", "selectAllButtonLabel": "အားလုံး ရွေးရန်", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "ပယ်ရန်" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb index 89a5e8afd9a6..e336163a65a4 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "प्रतिलिपि गर्नुहोस्", "pasteButtonLabel": "टाँस्नुहोस्", "selectAllButtonLabel": "सबै चयन गर्नुहोस्", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "खारेज गर्नुहोस्" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb index 9db1abcfc534..068b320fe0d3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "Kopiëren", "pasteButtonLabel": "Plakken", "selectAllButtonLabel": "Alles selecteren", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "Sluiten" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb index 0f31f39a8224..fda1100fcf8a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "Kopiér", "pasteButtonLabel": "Lim inn", "selectAllButtonLabel": "Velg alle", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "Avvis" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb index 60ea89061d2d..7d281f86d818 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "କପି କରନ୍ତୁ", "pasteButtonLabel": "ପେଷ୍ଟ କରନ୍ତୁ", "selectAllButtonLabel": "ସମସ୍ତ ଚୟନ କରନ୍ତୁ", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "ଖାରଜ କରନ୍ତୁ" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb index c4d0ee2fe862..a7dacad8d8a4 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "ਕਾਪੀ ਕਰੋ", "pasteButtonLabel": "ਪੇਸਟ ਕਰੋ", "selectAllButtonLabel": "ਸਭ ਚੁਣੋ", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "ਖਾਰਜ ਕਰੋ" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb index 62c7ce9b12f7..b58a35fccc69 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb @@ -29,5 +29,6 @@ "copyButtonLabel": "Kopiuj", "pasteButtonLabel": "Wklej", "selectAllButtonLabel": "Wybierz wszystkie", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "Zamknij" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb index 9d1470160389..ba1c31a42463 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "Copiar", "pasteButtonLabel": "Colar", "selectAllButtonLabel": "Selecionar Tudo", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "Dispensar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb index d8d83cee71a0..4bf3c074de50 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb @@ -24,5 +24,6 @@ "copyButtonLabel": "Copiați", "pasteButtonLabel": "Inserați", "selectAllButtonLabel": "Selectați-le pe toate", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "Închideți" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb index 745ed0eb5091..e550cfaddd9f 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb @@ -29,5 +29,6 @@ "copyButtonLabel": "Копировать", "pasteButtonLabel": "Вставить", "selectAllButtonLabel": "Выбрать все", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "Закрыть" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb index 0e66322a1a85..5073a5e04ddc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "පිටපත් කරන්න", "pasteButtonLabel": "අලවන්න", "selectAllButtonLabel": "සියල්ල තෝරන්න", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "ඉවත ලන්න" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb index 117964841ecd..528dc8885588 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb @@ -29,5 +29,6 @@ "copyButtonLabel": "Kopírovať", "pasteButtonLabel": "Prilepiť", "selectAllButtonLabel": "Vybrať všetko", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "Odmietnuť" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb index c62c57b1b8ff..e8cecce9208b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb @@ -29,5 +29,6 @@ "copyButtonLabel": "Kopiraj", "pasteButtonLabel": "Prilepi", "selectAllButtonLabel": "Izberi vse", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "Opusti" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb index 9cd18aca4278..7e6e9d580903 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "Kopjo", "pasteButtonLabel": "Ngjit", "selectAllButtonLabel": "Zgjidhi të gjitha", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "Hiq" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb index c92376b5db50..4a66c51976bb 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb @@ -24,5 +24,6 @@ "copyButtonLabel": "Копирај", "pasteButtonLabel": "Налепи", "selectAllButtonLabel": "Изабери све", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "Одбаци" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb index f2abbf131cb1..d4e03c6f05c3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "Kopiera", "pasteButtonLabel": "Klistra in", "selectAllButtonLabel": "Markera alla", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "Stäng" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb index 84ddf98a56b9..6792e2b9e09f 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "Nakili", "pasteButtonLabel": "Bandika", "selectAllButtonLabel": "Teua Zote", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "Ondoa" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb index f9e1437b77f1..026c07469dba 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "நகலெடு", "pasteButtonLabel": "ஒட்டு", "selectAllButtonLabel": "எல்லாம் தேர்ந்தெடு", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "நிராகரிக்கும்" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb index 5a4294849b20..a83a80d61a04 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "కాపీ చేయి", "pasteButtonLabel": "అతికించు", "selectAllButtonLabel": "అన్నింటినీ ఎంచుకోండి", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "విస్మరించు" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb index 16880503e6d2..0859b6b8acd0 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "คัดลอก", "pasteButtonLabel": "วาง", "selectAllButtonLabel": "เลือกทั้งหมด", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "ปิด" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb index 89cdbcdf3dc3..ef46141010dc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "Kopyahin", "pasteButtonLabel": "I-paste", "selectAllButtonLabel": "Piliin Lahat", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "I-dismiss" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb index 7f820bcd8ac5..82a9d1ddd94a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "Kopyala", "pasteButtonLabel": "Yapıştır", "selectAllButtonLabel": "Tümünü Seç", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "Kapat" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb index 7a4395fcbadb..fde40da3dcb7 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb @@ -29,5 +29,6 @@ "copyButtonLabel": "Копіювати", "pasteButtonLabel": "Вставити", "selectAllButtonLabel": "Вибрати все", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "Закрити" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb index 9f11c859e22e..99eb001b167c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "کاپی کریں", "pasteButtonLabel": "پیسٹ کریں", "selectAllButtonLabel": "سبھی منتخب کریں", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "برخاست کریں" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb index 37d0ab60a928..87c6e5b04813 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "Nusxa olish", "pasteButtonLabel": "Joylash", "selectAllButtonLabel": "Barchasini tanlash", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "Yopish" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb index 5ec06ef4d655..1a4167530599 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "Sao chép", "pasteButtonLabel": "Dán", "selectAllButtonLabel": "Chọn tất cả", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "Bỏ qua" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb index f025efe0fca5..37aa19cf709e 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "复制", "pasteButtonLabel": "粘贴", "selectAllButtonLabel": "全选", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "关闭" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb index bf4162024053..6fb0c92ab937 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb @@ -19,5 +19,6 @@ "copyButtonLabel": "Kopisha", "pasteButtonLabel": "Namathisela", "selectAllButtonLabel": "Khetha konke", + "tabSemanticsLabel": "TBD", "modalBarrierDismissLabel": "Cashisa" } diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index 87c4c6e39093..4eb59dce5a06 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -114,6 +114,9 @@ class CupertinoLocalizationAf extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Kies alles'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -265,6 +268,9 @@ class CupertinoLocalizationAm extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'ሁሉንም ምረጥ'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -416,6 +422,9 @@ class CupertinoLocalizationAr extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'اختيار الكل'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => 'ساعات'; @@ -567,6 +576,9 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'সকলো বাছনি কৰক'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -718,6 +730,9 @@ class CupertinoLocalizationAz extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Hamısını seçin'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -869,6 +884,9 @@ class CupertinoLocalizationBe extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Выбраць усе'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => 'гадзіны'; @@ -1020,6 +1038,9 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Избиране на всички'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -1171,6 +1192,9 @@ class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'সব বেছে নিন'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -1322,6 +1346,9 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Odaberi sve'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => 'sata'; @@ -1473,6 +1500,9 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Selecciona-ho tot'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -1624,6 +1654,9 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Vybrat vše'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => 'hodiny'; @@ -1775,6 +1808,9 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Vælg alle'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -1926,6 +1962,9 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Alles auswählen'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -2077,6 +2116,9 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Επιλογή όλων'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -2228,6 +2270,9 @@ class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Select All'; + @override + String get tabSemanticsLabelRaw => 'tab, \$tabIndex of \$tabCount'; + @override String get timerPickerHourLabelFew => null; @@ -2651,6 +2696,9 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Seleccionar todos'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -3662,6 +3710,9 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Vali kõik'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -3813,6 +3864,9 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Hautatu guztiak'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -3964,6 +4018,9 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'انتخاب همه'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -4115,6 +4172,9 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Valitse kaikki'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -4266,6 +4326,9 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Piliin Lahat'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -4417,6 +4480,9 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Tout sélect.'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -4620,6 +4686,9 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Seleccionar todo'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -4771,6 +4840,9 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Alles auswählen'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -4922,6 +4994,9 @@ class CupertinoLocalizationGu extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'બધા પસંદ કરો'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -5073,6 +5148,9 @@ class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'בחירת הכול'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -5224,6 +5302,9 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'सभी चुनें'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -5375,6 +5456,9 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Odaberi sve'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => 'sata'; @@ -5526,6 +5610,9 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Összes kijelölése'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -5677,6 +5764,9 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Նշել բոլորը'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -5828,6 +5918,9 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Pilih Semua'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -5979,6 +6072,9 @@ class CupertinoLocalizationIs extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Velja allt'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -6130,6 +6226,9 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Seleziona tutto'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -6281,6 +6380,9 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'すべて選択'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -6432,6 +6534,9 @@ class CupertinoLocalizationKa extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'ყველას არჩევა'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -6583,6 +6688,9 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Барлығын таңдау'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -6734,6 +6842,9 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'ជ្រើសរើស​ទាំងអស់'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -6885,6 +6996,9 @@ class CupertinoLocalizationKn extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => '\u{c8e}\u{cb2}\u{ccd}\u{cb2}\u{cb5}\u{ca8}\u{ccd}\u{ca8}\u{cc2}\u{20}\u{c86}\u{caf}\u{ccd}\u{c95}\u{cc6}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -7036,6 +7150,9 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => '전체 선택'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -7187,6 +7304,9 @@ class CupertinoLocalizationKy extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Баарын тандоо'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -7338,6 +7458,9 @@ class CupertinoLocalizationLo extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'ເລືອກທັງໝົດ'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -7489,6 +7612,9 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Pasirinkti viską'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => 'val.'; @@ -7640,6 +7766,9 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Atlasīt visu'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -7791,6 +7920,9 @@ class CupertinoLocalizationMk extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Избери ги сите'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -7942,6 +8074,9 @@ class CupertinoLocalizationMl extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'എല്ലാം തിരഞ്ഞെടുക്കുക'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -8093,6 +8228,9 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Бүгдийг сонгох'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -8244,6 +8382,9 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'सर्व निवडा'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -8395,6 +8536,9 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Pilih Semua'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -8546,6 +8690,9 @@ class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'အားလုံး ရွေးရန်'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -8725,6 +8872,9 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'सबै चयन गर्नुहोस्'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -8876,6 +9026,9 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Alles selecteren'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -9027,6 +9180,9 @@ class CupertinoLocalizationNo extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Velg alle'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -9178,6 +9334,9 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'ସମସ୍ତ ଚୟନ କରନ୍ତୁ'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -9329,6 +9488,9 @@ class CupertinoLocalizationPa extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'ਸਭ ਚੁਣੋ'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -9480,6 +9642,9 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Wybierz wszystkie'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => 'godziny'; @@ -9631,6 +9796,9 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Selecionar Tudo'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -9825,6 +9993,9 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Selectați-le pe toate'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => 'ore'; @@ -9976,6 +10147,9 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Выбрать все'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => 'часа'; @@ -10127,6 +10301,9 @@ class CupertinoLocalizationSi extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'සියල්ල තෝරන්න'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -10278,6 +10455,9 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Vybrať všetko'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => 'hodiny'; @@ -10429,6 +10609,9 @@ class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Izberi vse'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => 'ure'; @@ -10580,6 +10763,9 @@ class CupertinoLocalizationSq extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Zgjidhi të gjitha'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -10731,6 +10917,9 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Изабери све'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => 'сата'; @@ -11010,6 +11199,9 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Markera alla'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -11161,6 +11353,9 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Teua Zote'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -11312,6 +11507,9 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'எல்லாம் தேர்ந்தெடு'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -11463,6 +11661,9 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'అన్నింటినీ ఎంచుకోండి'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -11614,6 +11815,9 @@ class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'เลือกทั้งหมด'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -11765,6 +11969,9 @@ class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Piliin Lahat'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -11916,6 +12123,9 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Tümünü Seç'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -12067,6 +12277,9 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Вибрати все'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => 'години'; @@ -12218,6 +12431,9 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'سبھی منتخب کریں'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -12369,6 +12585,9 @@ class CupertinoLocalizationUz extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Barchasini tanlash'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -12520,6 +12739,9 @@ class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Chọn tất cả'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -12671,6 +12893,9 @@ class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => '全选'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; @@ -13000,6 +13225,9 @@ class CupertinoLocalizationZu extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Khetha konke'; + @override + String get tabSemanticsLabelRaw => 'TBD'; + @override String get timerPickerHourLabelFew => null; diff --git a/packages/flutter_localizations/test/cupertino/translations_test.dart b/packages/flutter_localizations/test/cupertino/translations_test.dart index d8e3fd708367..be7a37cd78d0 100644 --- a/packages/flutter_localizations/test/cupertino/translations_test.dart +++ b/packages/flutter_localizations/test/cupertino/translations_test.dart @@ -88,6 +88,12 @@ void main() { expect(localizations.copyButtonLabel, isNotNull); expect(localizations.pasteButtonLabel, isNotNull); expect(localizations.selectAllButtonLabel, isNotNull); + + expect(localizations.tabSemanticsLabel(tabIndex: 2, tabCount: 5), isNotNull); + expect(localizations.tabSemanticsLabel(tabIndex: 2, tabCount: 5), isNot(contains(r'$tabIndex'))); + expect(localizations.tabSemanticsLabel(tabIndex: 2, tabCount: 5), isNot(contains(r'$tabCount'))); + expect(() => localizations.tabSemanticsLabel(tabIndex: 0, tabCount: 5), throwsAssertionError); + expect(() => localizations.tabSemanticsLabel(tabIndex: 2, tabCount: 0), throwsAssertionError); }); } From d9bdd3d191b67ec35829bbfcf7c7419ef22cfa0c Mon Sep 17 00:00:00 2001 From: Shi-Hao Hong Date: Fri, 1 May 2020 18:13:55 -0700 Subject: [PATCH 132/327] Test to ensure _kn.arb files are properly escaped (#56091) * Run encode kn character encoding tool when gen_localizations is run * Add test that ensures *_kn.arb files are properly encoded/escaped in order to be checked in * Fix *_no.arb test to not incorrectly pass --- .../localization/bin/encode_kn_arb_files.dart | 56 ++++++++----------- .../localization/bin/gen_localizations.dart | 12 ++++ .../test/cupertino/translations_test.dart | 43 +++++++++++++- .../test/material/translations_test.dart | 44 ++++++++++++++- .../test/test_utils.dart | 30 ++++++++++ 5 files changed, 147 insertions(+), 38 deletions(-) create mode 100644 packages/flutter_localizations/test/test_utils.dart diff --git a/dev/tools/localization/bin/encode_kn_arb_files.dart b/dev/tools/localization/bin/encode_kn_arb_files.dart index 6477a5de9908..f974215c544c 100644 --- a/dev/tools/localization/bin/encode_kn_arb_files.dart +++ b/dev/tools/localization/bin/encode_kn_arb_files.dart @@ -2,26 +2,17 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -// This program replaces the material_kn.arb and cupertino_kn.arb -// files in flutter_localizations/packages/lib/src/l10n with versions -// where the contents of the localized strings have been replaced by JSON -// escapes. This is done because some of those strings contain characters -// that can crash Emacs on Linux. There is more information +// The utility function `encodeKnArbFiles` replaces the material_kn.arb +// and cupertino_kn.arb files in flutter_localizations/packages/lib/src/l10n +// with versions where the contents of the localized strings have been +// replaced by JSON escapes. This is done because some of those strings +// contain characters that can crash Emacs on Linux. There is more information // here: https://github.com/flutter/flutter/issues/36704 and in the README // in flutter_localizations/packages/lib/src/l10n. // -// This app needs to be run by hand when material_kn.arb or cupertino_kn.arb -// have been updated. -// -// ## Usage -// -// Run this program from the root of the git repository. -// -// ``` -// dart dev/tools/localization/bin/encode_kn_arb_files.dart -// ``` +// This utility is run by `gen_localizations.dart` if --overwrite is passed +// in as an option. -import 'dart:async'; import 'dart:convert'; import 'dart:io'; @@ -29,13 +20,13 @@ import 'package:path/path.dart' as path; import '../localizations_utils.dart'; -Map loadBundle(File file) { +Map _loadBundle(File file) { if (!FileSystemEntity.isFileSync(file.path)) exitWithError('Unable to find input file: ${file.path}'); return json.decode(file.readAsStringSync()) as Map; } -void encodeBundleTranslations(Map bundle) { +void _encodeBundleTranslations(Map bundle) { for (final String key in bundle.keys) { // The ARB file resource "attributes" for foo are called @foo. Don't need // to encode them. @@ -51,7 +42,7 @@ void encodeBundleTranslations(Map bundle) { } } -void checkEncodedTranslations(Map encodedBundle, Map bundle) { +void _checkEncodedTranslations(Map encodedBundle, Map bundle) { bool errorFound = false; const JsonDecoder decoder = JsonDecoder(); for (final String key in bundle.keys) { @@ -64,7 +55,7 @@ void checkEncodedTranslations(Map encodedBundle, Map bundle) { +void _rewriteBundle(File file, Map bundle) { final StringBuffer contents = StringBuffer(); contents.writeln('{'); for (final String key in bundle.keys) { @@ -74,22 +65,19 @@ void rewriteBundle(File file, Map bundle) { file.writeAsStringSync(contents.toString()); } -Future main(List rawArgs) async { - checkCwdIsRepoRoot('encode_kn_arb_files'); - - final String l10nPath = path.join('packages', 'flutter_localizations', 'lib', 'src', 'l10n'); - final File materialArbFile = File(path.join(l10nPath, 'material_kn.arb')); - final File cupertinoArbFile = File(path.join(l10nPath, 'cupertino_kn.arb')); +void encodeKnArbFiles(Directory directory) { + final File materialArbFile = File(path.join(directory.path, 'material_kn.arb')); + final File cupertinoArbFile = File(path.join(directory.path, 'cupertino_kn.arb')); - final Map materialBundle = loadBundle(materialArbFile); - final Map cupertinoBundle = loadBundle(cupertinoArbFile); + final Map materialBundle = _loadBundle(materialArbFile); + final Map cupertinoBundle = _loadBundle(cupertinoArbFile); - encodeBundleTranslations(materialBundle); - encodeBundleTranslations(cupertinoBundle); + _encodeBundleTranslations(materialBundle); + _encodeBundleTranslations(cupertinoBundle); - checkEncodedTranslations(materialBundle, loadBundle(materialArbFile)); - checkEncodedTranslations(cupertinoBundle, loadBundle(cupertinoArbFile)); + _checkEncodedTranslations(materialBundle, _loadBundle(materialArbFile)); + _checkEncodedTranslations(cupertinoBundle, _loadBundle(cupertinoArbFile)); - rewriteBundle(materialArbFile, materialBundle); - rewriteBundle(cupertinoArbFile, cupertinoBundle); + _rewriteBundle(materialArbFile, materialBundle); + _rewriteBundle(cupertinoArbFile, cupertinoBundle); } diff --git a/dev/tools/localization/bin/gen_localizations.dart b/dev/tools/localization/bin/gen_localizations.dart index 7820b6c0ea37..4bf9fc40a47f 100644 --- a/dev/tools/localization/bin/gen_localizations.dart +++ b/dev/tools/localization/bin/gen_localizations.dart @@ -50,6 +50,8 @@ import '../gen_material_localizations.dart'; import '../localizations_utils.dart'; import '../localizations_validator.dart'; +import 'encode_kn_arb_files.dart'; + /// This is the core of this script; it generates the code used for translations. String generateArbBasedLocalizationSubclasses({ @required Map> localeToResources, @@ -526,6 +528,16 @@ void main(List rawArgs) { exitWithError('$exception'); } + // Only rewrite material_kn.arb and cupertino_en.arb if overwriting the + // Material and Cupertino localizations files. + if (options.writeToFile) { + // Encodes the material_kn.arb file and the cupertino_en.arb files before + // generating localizations. This prevents a subset of Emacs users from + // crashing when opening up the Flutter source code. + // See https://github.com/flutter/flutter/issues/36704 for more context. + encodeKnArbFiles(directory); + } + precacheLanguageAndRegionTags(); // Maps of locales to resource key/value pairs for Material ARBs. diff --git a/packages/flutter_localizations/test/cupertino/translations_test.dart b/packages/flutter_localizations/test/cupertino/translations_test.dart index be7a37cd78d0..a9d7d690b631 100644 --- a/packages/flutter_localizations/test/cupertino/translations_test.dart +++ b/packages/flutter_localizations/test/cupertino/translations_test.dart @@ -2,12 +2,19 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +import 'dart:convert'; import 'dart:io'; +import 'package:path/path.dart' as path; + import 'package:flutter/cupertino.dart'; import 'package:flutter_localizations/flutter_localizations.dart'; import 'package:flutter_test/flutter_test.dart'; +import '../test_utils.dart'; + +final String rootDirectoryPath = Directory.current.parent.path; + void main() { for (final String language in kCupertinoSupportedLanguages) { testWidgets('translations exist for $language', (WidgetTester tester) async { @@ -129,8 +136,13 @@ void main() { // Regression test for https://github.com/flutter/flutter/issues/53036. testWidgets('`nb` uses `no` as its synonym when `nb` arb file is not present', (WidgetTester tester) async { - final File nbCupertinoArbFile = File('lib/src/l10n/cupertino_nb.arb'); - final File noCupertinoArbFile = File('lib/src/l10n/cupertino_no.arb'); + final File nbCupertinoArbFile = File( + path.join(rootDirectoryPath, 'lib', 'src', 'l10n', 'cupertino_nb.arb'), + ); + final File noCupertinoArbFile = File( + path.join(rootDirectoryPath, 'lib', 'src', 'l10n', 'cupertino_no.arb'), + ); + if (noCupertinoArbFile.existsSync() && !nbCupertinoArbFile.existsSync()) { Locale locale = const Locale.fromSubtags(languageCode: 'no', scriptCode: null, countryCode: null); @@ -151,4 +163,31 @@ void main() { expect(localizations.cutButtonLabel, cutButtonLabelNo); } }); + + // Regression test for https://github.com/flutter/flutter/issues/36704. + testWidgets('kn arb file should be properly Unicode escaped', (WidgetTester tester) async { + final File file = File( + path.join(rootDirectoryPath, 'lib', 'src', 'l10n', 'cupertino_kn.arb'), + ); + + final Map bundle = json.decode(file.readAsStringSync()) as Map; + + // Encodes the arb resource values if they have not already been + // encoded. + encodeBundleTranslations(bundle); + + // Generates the encoded arb output file in as a string. + final String encodedArbFile = generateArbString(bundle); + + // After encoding the bundles, the generated string should match + // the existing material_kn.arb. + if (Platform.isWindows) { + // On Windows, the character '\n' can output the two-character sequence + // '\r\n' (and when reading the file back, '\r\n' is translated back + // into a single '\n' character). + expect(file.readAsStringSync().replaceAll('\r\n', '\n'), encodedArbFile); + } else { + expect(file.readAsStringSync(), encodedArbFile); + } + }); } diff --git a/packages/flutter_localizations/test/material/translations_test.dart b/packages/flutter_localizations/test/material/translations_test.dart index b6cc3a2cdcfc..4db88cd0ade0 100644 --- a/packages/flutter_localizations/test/material/translations_test.dart +++ b/packages/flutter_localizations/test/material/translations_test.dart @@ -2,12 +2,19 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +import 'dart:convert'; import 'dart:io'; +import 'package:path/path.dart' as path; + import 'package:flutter/material.dart'; import 'package:flutter_localizations/flutter_localizations.dart'; import 'package:flutter_test/flutter_test.dart'; +import '../test_utils.dart'; + +final String rootDirectoryPath = Directory.current.parent.path; + void main() { for (final String language in kMaterialSupportedLanguages) { testWidgets('translations exist for $language', (WidgetTester tester) async { @@ -467,8 +474,12 @@ void main() { // Regression test for https://github.com/flutter/flutter/issues/53036. testWidgets('`nb` uses `no` as its synonym when `nb` arb file is not present', (WidgetTester tester) async { - final File nbMaterialArbFile = File('lib/src/l10n/material_nb.arb'); - final File noMaterialArbFile = File('lib/src/l10n/material_no.arb'); + final File nbMaterialArbFile = File( + path.join(rootDirectoryPath, 'lib', 'src', 'l10n', 'material_nb.arb'), + ); + final File noMaterialArbFile = File( + path.join(rootDirectoryPath, 'lib', 'src', 'l10n', 'material_no.arb'), + ); // No need to run test if `nb` arb file exists or if `no` arb file does not exist. if (noMaterialArbFile.existsSync() && !nbMaterialArbFile.existsSync()) { @@ -492,4 +503,33 @@ void main() { expect(localizations.okButtonLabel, okButtonLabelNo); } }); + + // Regression test for https://github.com/flutter/flutter/issues/36704. + testWidgets('kn arb file should be properly Unicode escaped', (WidgetTester tester) async { + final File file = File( + path.join(rootDirectoryPath, 'lib', 'src', 'l10n', 'material_kn.arb'), + ); + + final Map bundle = json.decode( + file.readAsStringSync(), + ) as Map; + + // Encodes the arb resource values if they have not already been + // encoded. + encodeBundleTranslations(bundle); + + // Generates the encoded arb output file in as a string. + final String encodedArbFile = generateArbString(bundle); + + // After encoding the bundles, the generated string should match + // the existing material_kn.arb. + if (Platform.isWindows) { + // On Windows, the character '\n' can output the two-character sequence + // '\r\n' (and when reading the file back, '\r\n' is translated back + // into a single '\n' character). + expect(file.readAsStringSync().replaceAll('\r\n', '\n'), encodedArbFile); + } else { + expect(file.readAsStringSync(), encodedArbFile); + } + }); } diff --git a/packages/flutter_localizations/test/test_utils.dart b/packages/flutter_localizations/test/test_utils.dart new file mode 100644 index 000000000000..cec115cf7aee --- /dev/null +++ b/packages/flutter_localizations/test/test_utils.dart @@ -0,0 +1,30 @@ +// Copyright 2014 The Flutter Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +// Encodes ARB file resource values with Unicode escapes. +void encodeBundleTranslations(Map bundle) { + for (final String key in bundle.keys) { + // The ARB file resource "attributes" for foo are called @foo. Don't need + // to encode them. + if (key.startsWith('@')) + continue; + final String translation = bundle[key] as String; + // Rewrite the string as a series of unicode characters in JSON format. + // Like "\u0012\u0123\u1234". + bundle[key] = translation.runes.map((int code) { + final String codeString = '00${code.toRadixString(16)}'; + return '\\u${codeString.substring(codeString.length - 4)}'; + }).join(); + } +} + +String generateArbString(Map bundle) { + final StringBuffer contents = StringBuffer(); + contents.writeln('{'); + for (final String key in bundle.keys) { + contents.writeln(' "$key": "${bundle[key]}"${key == bundle.keys.last ? '' : ','}'); + } + contents.writeln('}'); + return contents.toString(); +} From 5c6ae8b2526923f11b54b74dc78e0f116ffab10d Mon Sep 17 00:00:00 2001 From: Shi-Hao Hong Date: Thu, 7 May 2020 17:54:09 -0700 Subject: [PATCH 133/327] Update Tab semantics in Cupertino to be the same as Material (#56582) --- packages/flutter_localizations/lib/src/l10n/cupertino_en.arb | 2 +- .../lib/src/l10n/generated_cupertino_localizations.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb index 0485002c4111..29fd8b2c1ccf 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb @@ -43,7 +43,7 @@ "description": "The accessibility audio announcement made when an iOS style alert dialog is opened." }, - "tabSemanticsLabel": "tab, $tabIndex of $tabCount", + "tabSemanticsLabel": "Tab $tabIndex of $tabCount", "@tabSemanticsLabel": { "description": "The accessibility label used on a tab. This message describes the index of the selected tab and how many tabs there are, e.g. 'tab, 1 of 2'. All values are greater than or equal to one.", "parameters": "tabIndex, tabCount" diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index 4eb59dce5a06..ce7792f057a0 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -2271,7 +2271,7 @@ class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Select All'; @override - String get tabSemanticsLabelRaw => 'tab, \$tabIndex of \$tabCount'; + String get tabSemanticsLabelRaw => 'Tab \$tabIndex of \$tabCount'; @override String get timerPickerHourLabelFew => null; From 24d0d6bd5d3c4bdc94f507ec82b82b5ec368da96 Mon Sep 17 00:00:00 2001 From: Darren Austin Date: Thu, 14 May 2020 11:02:11 -0700 Subject: [PATCH 134/327] Localized new strings added in the redesigned Material Date Picker (#56645) --- .../generated_material_localizations.dart | 4188 ++++++++++++++++- .../lib/src/l10n/material_af.arb | 20 +- .../lib/src/l10n/material_am.arb | 20 +- .../lib/src/l10n/material_ar.arb | 20 +- .../lib/src/l10n/material_as.arb | 20 +- .../lib/src/l10n/material_az.arb | 20 +- .../lib/src/l10n/material_be.arb | 20 +- .../lib/src/l10n/material_bg.arb | 20 +- .../lib/src/l10n/material_bn.arb | 20 +- .../lib/src/l10n/material_bs.arb | 20 +- .../lib/src/l10n/material_ca.arb | 20 +- .../lib/src/l10n/material_cs.arb | 20 +- .../lib/src/l10n/material_da.arb | 20 +- .../lib/src/l10n/material_de.arb | 20 +- .../lib/src/l10n/material_el.arb | 20 +- .../lib/src/l10n/material_en.arb | 92 + .../lib/src/l10n/material_es.arb | 20 +- .../lib/src/l10n/material_et.arb | 20 +- .../lib/src/l10n/material_eu.arb | 20 +- .../lib/src/l10n/material_fa.arb | 20 +- .../lib/src/l10n/material_fi.arb | 20 +- .../lib/src/l10n/material_fil.arb | 20 +- .../lib/src/l10n/material_fr.arb | 20 +- .../lib/src/l10n/material_gl.arb | 20 +- .../lib/src/l10n/material_gsw.arb | 20 +- .../lib/src/l10n/material_gu.arb | 20 +- .../lib/src/l10n/material_he.arb | 20 +- .../lib/src/l10n/material_hi.arb | 20 +- .../lib/src/l10n/material_hr.arb | 20 +- .../lib/src/l10n/material_hu.arb | 20 +- .../lib/src/l10n/material_hy.arb | 20 +- .../lib/src/l10n/material_id.arb | 20 +- .../lib/src/l10n/material_is.arb | 20 +- .../lib/src/l10n/material_it.arb | 20 +- .../lib/src/l10n/material_ja.arb | 20 +- .../lib/src/l10n/material_ka.arb | 20 +- .../lib/src/l10n/material_kk.arb | 20 +- .../lib/src/l10n/material_km.arb | 20 +- .../lib/src/l10n/material_kn.arb | 20 +- .../lib/src/l10n/material_ko.arb | 20 +- .../lib/src/l10n/material_ky.arb | 20 +- .../lib/src/l10n/material_lo.arb | 20 +- .../lib/src/l10n/material_lt.arb | 20 +- .../lib/src/l10n/material_lv.arb | 20 +- .../lib/src/l10n/material_mk.arb | 20 +- .../lib/src/l10n/material_ml.arb | 20 +- .../lib/src/l10n/material_mn.arb | 20 +- .../lib/src/l10n/material_mr.arb | 20 +- .../lib/src/l10n/material_ms.arb | 20 +- .../lib/src/l10n/material_my.arb | 20 +- .../lib/src/l10n/material_ne.arb | 20 +- .../lib/src/l10n/material_nl.arb | 20 +- .../lib/src/l10n/material_no.arb | 20 +- .../lib/src/l10n/material_or.arb | 20 +- .../lib/src/l10n/material_pa.arb | 20 +- .../lib/src/l10n/material_pl.arb | 20 +- .../lib/src/l10n/material_ps.arb | 20 +- .../lib/src/l10n/material_pt.arb | 20 +- .../lib/src/l10n/material_ro.arb | 20 +- .../lib/src/l10n/material_ru.arb | 20 +- .../lib/src/l10n/material_si.arb | 20 +- .../lib/src/l10n/material_sk.arb | 20 +- .../lib/src/l10n/material_sl.arb | 20 +- .../lib/src/l10n/material_sq.arb | 20 +- .../lib/src/l10n/material_sr.arb | 20 +- .../lib/src/l10n/material_sv.arb | 20 +- .../lib/src/l10n/material_sw.arb | 20 +- .../lib/src/l10n/material_ta.arb | 20 +- .../lib/src/l10n/material_te.arb | 20 +- .../lib/src/l10n/material_th.arb | 20 +- .../lib/src/l10n/material_tl.arb | 20 +- .../lib/src/l10n/material_tr.arb | 20 +- .../lib/src/l10n/material_uk.arb | 20 +- .../lib/src/l10n/material_ur.arb | 20 +- .../lib/src/l10n/material_uz.arb | 20 +- .../lib/src/l10n/material_vi.arb | 20 +- .../lib/src/l10n/material_zh.arb | 20 +- .../lib/src/l10n/material_zu.arb | 20 +- .../lib/src/material_localizations.dart | 20 + 79 files changed, 5729 insertions(+), 91 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index 0c7957237355..f7a3076cbdfc 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -62,6 +62,9 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Terug'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'KANSELLEER'; @@ -83,6 +86,36 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'KNIP'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'Vee uit'; @@ -98,6 +131,15 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Versteek rekeninge'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Lisensies'; @@ -182,6 +224,9 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Rye per bladsy:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -191,6 +236,9 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'KIES ALLES'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -230,6 +278,12 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Kies minute'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'BEKYK LISENSIES'; } @@ -275,6 +329,9 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'ተመለስ'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'ይቅር'; @@ -296,6 +353,36 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'ቁረጥ'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'ሰርዝ'; @@ -311,6 +398,15 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'መለያዎችን ደብቅ'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'ፈቃዶች'; @@ -395,6 +491,9 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'ረድፎች በገጽ፦'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -404,6 +503,9 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'ሁሉንም ምረጥ'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -443,6 +545,12 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'ደቂቃዎችን ይምረጡ'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'ፈቃዶችን ይመልከቱ'; } @@ -488,6 +596,9 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'رجوع'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'إلغاء'; @@ -509,6 +620,36 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'قص'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'حذف'; @@ -524,6 +665,15 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'إخفاء الحسابات'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'التراخيص'; @@ -608,6 +758,9 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'عدد الصفوف في الصفحة:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -617,6 +770,9 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'اختيار الكل'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => 'تم اختيار \$selectedRowCount عنصر'; @@ -656,6 +812,12 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'اختيار الدقائق'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'الاطّلاع على التراخيص'; } @@ -701,6 +863,9 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'উভতি যাওক'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'বাতিল কৰক'; @@ -722,6 +887,36 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'কাট কৰক'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'মচক'; @@ -737,6 +932,15 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'একাউণ্টসমূহ লুকুৱাওক'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'অনুজ্ঞাপত্ৰসমূহ'; @@ -821,6 +1025,9 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'প্ৰতিটো পৃষ্ঠাত থকা শাৰী:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -830,6 +1037,9 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'সকলো বাছনি কৰক'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -869,6 +1079,12 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'মিনিট বাছনি কৰক'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'অনুজ্ঞাপত্ৰসমূহ চাওক'; } @@ -914,6 +1130,9 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Geri'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'LƏĞV EDİN'; @@ -935,6 +1154,36 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'KƏSİN'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'Silin'; @@ -950,6 +1199,15 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Hesabları gizlədin'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Lisenziyalar'; @@ -1034,6 +1292,9 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Hər səhifə üzrə sıra:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -1043,6 +1304,9 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'HAMISINI SEÇİN'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -1082,6 +1346,12 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Dəqiqə seçin'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'LİSENZİYALARA BAXIN'; } @@ -1127,6 +1397,9 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Назад'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'СКАСАВАЦЬ'; @@ -1148,6 +1421,36 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'ВЫРАЗАЦЬ'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'Выдаліць'; @@ -1163,6 +1466,15 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Схаваць уліковыя запісы'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Ліцэнзіі'; @@ -1247,6 +1559,9 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Радкоў на старонку:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -1256,6 +1571,9 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'ВЫБРАЦЬ УСЕ'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => 'Выбрана \$selectedRowCount элементы'; @@ -1295,6 +1613,12 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Выберыце хвіліны'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'ПАКАЗАЦЬ ЛІЦЭНЗІІ'; } @@ -1340,6 +1664,9 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Назад'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'ОТКАЗ'; @@ -1361,6 +1688,36 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'ИЗРЯЗВАНЕ'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'Изтриване'; @@ -1376,6 +1733,15 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Скриване на профилите'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Лицензи'; @@ -1460,6 +1826,9 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Редове на страница:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -1469,6 +1838,9 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'ИЗБИРАНЕ НА ВСИЧКО'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -1508,6 +1880,12 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Избиране на минути'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'ПРЕГЛЕД НА ЛИЦЕНЗИТЕ'; } @@ -1553,6 +1931,9 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'ফিরে যান'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'বাতিল করুন'; @@ -1575,10 +1956,40 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get cutButtonLabel => 'কাট করুন'; @override - String get deleteButtonTooltip => 'মুছে দিন'; + String get dateHelpText => 'mm/dd/yyyy'; @override - String get dialogLabel => 'ডায়ালগ'; + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + + @override + String get deleteButtonTooltip => 'মুছে দিন'; + + @override + String get dialogLabel => 'ডায়ালগ'; @override String get drawerLabel => 'নেভিগেশান মেনু'; @@ -1589,6 +2000,15 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'অ্যাকাউন্টগুলি লুকান'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'লাইসেন্স'; @@ -1673,6 +2093,9 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'প্রতি পৃষ্ঠায় সারির সংখ্যা:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -1682,6 +2105,9 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'সব বেছে নিন'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -1721,6 +2147,12 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'মিনিট বেছে নিন'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'লাইসেন্স দেখুন'; } @@ -1766,6 +2198,9 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Nazad'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'OTKAŽI'; @@ -1787,6 +2222,36 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'IZREŽI'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'Brisanje'; @@ -1802,6 +2267,15 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Sakrij račune'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Licence'; @@ -1886,6 +2360,9 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Broj redova po stranici:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -1895,6 +2372,9 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'ODABERI SVE'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => 'Odabrane su \$selectedRowCount stavke'; @@ -1934,6 +2414,12 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Odaberite minute'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'PRIKAŽI LICENCE'; } @@ -1979,6 +2465,9 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Enrere'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'CANCEL·LA'; @@ -2000,6 +2489,36 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'RETALLA'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'Suprimeix'; @@ -2015,6 +2534,15 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Amaga els comptes'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Llicències'; @@ -2099,6 +2627,9 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Files per pàgina:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -2108,6 +2639,9 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'SELECCIONA-HO TOT'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -2147,6 +2681,12 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Selecciona els minuts'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'MOSTRA LES LLICÈNCIES'; } @@ -2192,6 +2732,9 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Zpět'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'ZRUŠIT'; @@ -2213,6 +2756,36 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'VYJMOUT'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'Smazat'; @@ -2228,6 +2801,15 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Skrýt účty'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Licence'; @@ -2312,6 +2894,9 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Počet řádků na stránku:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -2321,6 +2906,9 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'VYBRAT VŠE'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => 'Jsou vybrány \$selectedRowCount položky'; @@ -2360,6 +2948,12 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Vyberte minuty'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'ZOBRAZIT LICENCE'; } @@ -2405,6 +2999,9 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Tilbage'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'ANNULLER'; @@ -2426,6 +3023,36 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'KLIP'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'Slet'; @@ -2441,6 +3068,15 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Skjul konti'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Licenser'; @@ -2525,6 +3161,9 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Rækker pr. side:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -2534,6 +3173,9 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'VÆLG ALLE'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -2573,6 +3215,12 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Vælg minutter'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'SE LICENSER'; } @@ -2618,6 +3266,9 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Zurück'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'ABBRECHEN'; @@ -2639,6 +3290,36 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'AUSSCHNEIDEN'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'Löschen'; @@ -2654,6 +3335,15 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Konten ausblenden'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Lizenzen'; @@ -2738,6 +3428,9 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Zeilen pro Seite:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -2747,6 +3440,9 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'ALLE AUSWÄHLEN'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -2786,6 +3482,12 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Minuten auswählen'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'LIZENZEN ANZEIGEN'; } @@ -2867,6 +3569,9 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Πίσω'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'ΑΚΥΡΩΣΗ'; @@ -2888,6 +3593,36 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'ΑΠΟΚΟΠΗ'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'Διαγραφή'; @@ -2903,6 +3638,15 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Απόκρυψη λογαριασμών'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Άδειες'; @@ -2987,6 +3731,9 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Σειρές ανά σελίδα:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -2996,6 +3743,9 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'ΕΠΙΛΟΓΗ ΟΛΩΝ'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -3035,6 +3785,12 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Επιλογή λεπτών'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'ΠΡΟΒΟΛΗ ΑΔΕΙΩΝ'; } @@ -3080,6 +3836,9 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Back'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'CANCEL'; @@ -3102,10 +3861,40 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get cutButtonLabel => 'CUT'; @override - String get deleteButtonTooltip => 'Delete'; + String get dateHelpText => 'mm/dd/yyyy'; @override - String get dialogLabel => 'Dialog'; + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + + @override + String get deleteButtonTooltip => 'Delete'; + + @override + String get dialogLabel => 'Dialog'; @override String get drawerLabel => 'Navigation menu'; @@ -3116,6 +3905,15 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Hide accounts'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Licenses'; @@ -3200,6 +3998,9 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Rows per page:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -3209,6 +4010,9 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'SELECT ALL'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -3248,6 +4052,12 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Select minutes'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'VIEW LICENSES'; } @@ -3686,6 +4496,9 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Atrás'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'CANCELAR'; @@ -3707,6 +4520,36 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'CORTAR'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'Eliminar'; @@ -3722,6 +4565,15 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Ocultar cuentas'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Licencias'; @@ -3806,6 +4658,9 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Filas por página:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -3815,6 +4670,9 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'SELECCIONAR TODOS'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -3854,6 +4712,12 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Seleccionar minutos'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'VER LICENCIAS'; } @@ -5582,6 +6446,9 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Tagasi'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'TÜHISTA'; @@ -5603,6 +6470,36 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'LÕIKA'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'Kustuta'; @@ -5618,6 +6515,15 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Peida kontod'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Litsentsid'; @@ -5702,6 +6608,9 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Ridu lehe kohta:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -5711,6 +6620,9 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'VALI KÕIK'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -5750,6 +6662,12 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Minutite valimine'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'KUVA LITSENTSID'; } @@ -5795,6 +6713,9 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Atzera'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'UTZI'; @@ -5816,6 +6737,36 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'EBAKI'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'Ezabatu'; @@ -5831,6 +6782,15 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Ezkutatu kontuak'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Lizentziak'; @@ -5915,6 +6875,9 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Errenkadak orriko:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -5924,6 +6887,9 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'HAUTATU GUZTIAK'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -5963,6 +6929,12 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Hautatu minutuak'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'IKUSI LIZENTZIAK'; } @@ -6008,6 +6980,9 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'برگشت'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'لغو'; @@ -6029,6 +7004,36 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'برش'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'حذف'; @@ -6044,6 +7049,15 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'پنهان کردن حساب‌ها'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'مجوزها'; @@ -6128,6 +7142,9 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'ردیف در هر صفحه:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -6137,6 +7154,9 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'انتخاب همه'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -6176,6 +7196,12 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'انتخاب دقیقه'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'مشاهده مجوزها'; } @@ -6221,6 +7247,9 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Takaisin'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'PERUUTA'; @@ -6242,6 +7271,36 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'LEIKKAA'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'Poista'; @@ -6257,6 +7316,15 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Piilota tilit'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Lisenssit'; @@ -6341,6 +7409,9 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Riviä/sivu:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -6350,6 +7421,9 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'VALITSE KAIKKI'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -6389,6 +7463,12 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Valitse minuutit'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'NÄYTÄ KÄYTTÖOIKEUDET'; } @@ -6434,6 +7514,9 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Bumalik'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'KANSELAHIN'; @@ -6455,6 +7538,36 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'I-CUT'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'I-delete'; @@ -6470,6 +7583,15 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Itago ang mga account'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Mga Lisensya'; @@ -6554,6 +7676,9 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Mga row bawat page:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -6563,6 +7688,9 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'PILIIN LAHAT'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -6602,6 +7730,12 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Pumili ng mga minuto'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'TINGNAN ANG MGA LISENSYA'; } @@ -6647,6 +7781,9 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Retour'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'ANNULER'; @@ -6669,10 +7806,40 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get cutButtonLabel => 'COUPER'; @override - String get deleteButtonTooltip => 'Supprimer'; + String get dateHelpText => 'mm/dd/yyyy'; @override - String get dialogLabel => 'Boîte de dialogue'; + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + + @override + String get deleteButtonTooltip => 'Supprimer'; + + @override + String get dialogLabel => 'Boîte de dialogue'; @override String get drawerLabel => 'Menu de navigation'; @@ -6683,6 +7850,15 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Masquer les comptes'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Licences'; @@ -6767,6 +7943,9 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Lignes par page :'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -6776,6 +7955,9 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'TOUT SÉLECTIONNER'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -6815,6 +7997,12 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Sélectionner des minutes'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'AFFICHER LES LICENCES'; } @@ -6920,6 +8108,9 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Atrás'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'CANCELAR'; @@ -6941,6 +8132,36 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'CORTAR'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'Eliminar'; @@ -6956,6 +8177,15 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Ocultar contas'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Licenzas'; @@ -7040,6 +8270,9 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Filas por páxina:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -7049,6 +8282,9 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'SELECCIONAR TODO'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -7088,6 +8324,12 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Seleccionar minutos'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'VER LICENZAS'; } @@ -7133,6 +8375,9 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Zurück'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'ABBRECHEN'; @@ -7154,6 +8399,36 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'AUSSCHNEIDEN'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'Löschen'; @@ -7169,6 +8444,15 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Konten ausblenden'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Lizenzen'; @@ -7253,6 +8537,9 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Zeilen pro Seite:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -7262,6 +8549,9 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'ALLE AUSWÄHLEN'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -7301,6 +8591,12 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Minuten auswählen'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'LIZENZEN ANZEIGEN'; } @@ -7346,6 +8642,9 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'પાછળ'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'રદ કરો'; @@ -7367,6 +8666,36 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'કાપો'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'ડિલીટ કરો'; @@ -7382,6 +8711,15 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'એકાઉન્ટ છુપાવો'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'લાઇસન્સ'; @@ -7466,6 +8804,9 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'પેજ દીઠ પંક્તિઓ:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -7475,6 +8816,9 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'બધા પસંદ કરો'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -7514,6 +8858,12 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'મિનિટ પસંદ કરો'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'લાઇસન્સ જુઓ'; } @@ -7559,6 +8909,9 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'הקודם'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'ביטול'; @@ -7580,6 +8933,36 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'גזירה'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'מחיקה'; @@ -7595,6 +8978,15 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'הסתרת החשבונות'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'רישיונות'; @@ -7679,6 +9071,9 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'שורות בכל דף:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -7688,6 +9083,9 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'בחירת הכול'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -7727,6 +9125,12 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'בחירת דקות'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'הצגת הרישיונות'; } @@ -7772,6 +9176,9 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'वापस जाएं'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'रद्द करें'; @@ -7793,6 +9200,36 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'कट करें'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'मिटाएं'; @@ -7808,6 +9245,15 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'खाते छिपाएं'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'लाइसेंस'; @@ -7892,6 +9338,9 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'हर पेज में पंक्तियों की संख्या:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.dense; @@ -7901,6 +9350,9 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'सभी चुनें'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -7940,6 +9392,12 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'मिनट के हिसाब से समय चुनें'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'लाइसेंस देखें'; } @@ -7985,6 +9443,9 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Natrag'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'ODUSTANI'; @@ -8006,6 +9467,36 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'IZREŽI'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'Brisanje'; @@ -8021,6 +9512,15 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Sakrijte račune'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Licence'; @@ -8105,6 +9605,9 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Redaka po stranici:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -8114,6 +9617,9 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'ODABERI SVE'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => 'Odabrane su \$selectedRowCount stavke'; @@ -8153,6 +9659,12 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Odaberite minute'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'PRIKAŽI LICENCE'; } @@ -8198,6 +9710,9 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Vissza'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'MÉGSE'; @@ -8220,10 +9735,40 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get cutButtonLabel => 'KIVÁGÁS'; @override - String get deleteButtonTooltip => 'Törlés'; + String get dateHelpText => 'mm/dd/yyyy'; @override - String get dialogLabel => 'Párbeszédablak'; + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + + @override + String get deleteButtonTooltip => 'Törlés'; + + @override + String get dialogLabel => 'Párbeszédablak'; @override String get drawerLabel => 'Navigációs menü'; @@ -8234,6 +9779,15 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Fiókok elrejtése'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Licencek'; @@ -8318,6 +9872,9 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Oldalankénti sorszám:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -8327,6 +9884,9 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'AZ ÖSSZES KIJELÖLÉSE'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -8366,6 +9926,12 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Perc kiválasztása'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'LICENCEK MEGTEKINTÉSE'; } @@ -8411,6 +9977,9 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Հետ'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'ՉԵՂԱՐԿԵԼ'; @@ -8432,6 +10001,36 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'ԿՏՐԵԼ'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'Ջնջել'; @@ -8447,6 +10046,15 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Թաքցնել հաշիվները'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Արտոնագրեր'; @@ -8531,6 +10139,9 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Մեկ էջի տողերը՝'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -8540,6 +10151,9 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'ՆՇԵԼ ԲՈԼՈՐԸ'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => 'Ընտրված է \$selectedRowCount օբյեկտ'; @@ -8579,6 +10193,12 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Ընտրեք րոպեները'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'ԴԻՏԵԼ ԱՐՏՈՆԱԳՐԵՐԸ'; } @@ -8624,6 +10244,9 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Kembali'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'BATAL'; @@ -8645,6 +10268,36 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'POTONG'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'Hapus'; @@ -8660,6 +10313,15 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Sembunyikan akun'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Lisensi'; @@ -8744,6 +10406,9 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Baris per halaman:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -8753,6 +10418,9 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'PILIH SEMUA'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -8792,6 +10460,12 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Pilih menit'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'LIHAT LISENSI'; } @@ -8837,6 +10511,9 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Til baka'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'HÆTTA'; @@ -8858,6 +10535,36 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'KLIPPA'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'Eyða'; @@ -8873,6 +10580,15 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Fela reikninga'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Leyfi'; @@ -8957,6 +10673,9 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Línur á síðu:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -8966,6 +10685,9 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'VELJA ALLT'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -9005,6 +10727,12 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Velja mínútur'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'SKOÐA LEYFI'; } @@ -9050,6 +10778,9 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Indietro'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'ANNULLA'; @@ -9071,6 +10802,36 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'TAGLIA'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'Elimina'; @@ -9086,6 +10847,15 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Nascondi account'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Licenze'; @@ -9170,6 +10940,9 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Righe per pagina:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -9179,6 +10952,9 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'SELEZIONA TUTTO'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -9218,6 +10994,12 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Seleziona i minuti'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'VISUALIZZA LICENZE'; } @@ -9263,6 +11045,9 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { @override String get backButtonTooltip => '戻る'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'キャンセル'; @@ -9284,6 +11069,36 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { @override String get cutButtonLabel => '切り取り'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => '削除'; @@ -9299,6 +11114,15 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'アカウントを非表示'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'ライセンス'; @@ -9383,6 +11207,9 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'ページあたりの行数:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.dense; @@ -9392,6 +11219,9 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'すべて選択'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -9431,6 +11261,12 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => '分を選択'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'ライセンスを表示'; } @@ -9476,6 +11312,9 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'უკან'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'გაუქმება'; @@ -9497,6 +11336,36 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'ამოჭრა'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'წაშლა'; @@ -9512,6 +11381,15 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'ანგარიშების დამალვა'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'ლიცენზიები'; @@ -9596,6 +11474,9 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'მწკრივი გვერდზე:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -9605,6 +11486,9 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'ყველას არჩევა'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -9644,6 +11528,12 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'აირჩიეთ წუთები'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'ლიცენზიების ნახვა'; } @@ -9689,6 +11579,9 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Артқа'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'БАС ТАРТУ'; @@ -9710,6 +11603,36 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'ҚИЮ'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'Жою'; @@ -9725,6 +11648,15 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Есептік жазбаларды жасыру'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Лицензиялар'; @@ -9809,6 +11741,9 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Әр беттегі жолдар саны:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -9818,6 +11753,9 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'БАРЛЫҒЫН ТАҢДАУ'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -9857,6 +11795,12 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Минуттарды таңдаңыз'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'ЛИЦЕНЗИЯЛАРДЫ КӨРУ'; } @@ -9902,6 +11846,9 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'ថយក្រោយ'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'បោះបង់'; @@ -9923,6 +11870,36 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'កាត់'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'លុប'; @@ -9938,6 +11915,15 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'លាក់គណនី'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'អាជ្ញាបណ្ណ'; @@ -10022,6 +12008,9 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'ជួរ​ដេក​ក្នុង​មួយ​ទំព័រ៖'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.dense; @@ -10031,6 +12020,9 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'ជ្រើសរើស​ទាំង​អស់'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -10070,6 +12062,12 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'ជ្រើសរើស​នាទី'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'មើលអាជ្ញាបណ្ណ'; } @@ -10115,6 +12113,9 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { @override String get backButtonTooltip => '\u{cb9}\u{cbf}\u{c82}\u{ca4}\u{cbf}\u{cb0}\u{cc1}\u{c97}\u{cbf}'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => '\u{cb0}\u{ca6}\u{ccd}\u{ca6}\u{cc1}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; @@ -10136,6 +12137,36 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { @override String get cutButtonLabel => '\u{c95}\u{ca4}\u{ccd}\u{ca4}\u{cb0}\u{cbf}\u{cb8}\u{cbf}'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => '\u{c85}\u{cb3}\u{cbf}\u{cb8}\u{cbf}'; @@ -10151,6 +12182,15 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => '\u{c96}\u{cbe}\u{ca4}\u{cc6}\u{c97}\u{cb3}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{cae}\u{cb0}\u{cc6}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => '\u{caa}\u{cb0}\u{cb5}\u{cbe}\u{ca8}\u{c97}\u{cbf}\u{c97}\u{cb3}\u{cc1}'; @@ -10235,6 +12275,9 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => '\u{caa}\u{ccd}\u{cb0}\u{ca4}\u{cbf}\u{20}\u{caa}\u{cc1}\u{c9f}\u{c95}\u{ccd}\u{c95}\u{cc6}\u{20}\u{cb8}\u{cbe}\u{cb2}\u{cc1}\u{c97}\u{cb3}\u{cc1}\u{3a}'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -10244,6 +12287,9 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => '\u{c8e}\u{cb2}\u{ccd}\u{cb2}\u{cb5}\u{ca8}\u{ccd}\u{ca8}\u{cc2}\u{20}\u{c86}\u{caf}\u{ccd}\u{c95}\u{cc6}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -10283,6 +12329,12 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => '\u{ca8}\u{cbf}\u{cae}\u{cbf}\u{cb7}\u{c97}\u{cb3}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{c86}\u{caf}\u{ccd}\u{c95}\u{cc6}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => '\u{caa}\u{cb0}\u{cb5}\u{cbe}\u{ca8}\u{c97}\u{cbf}\u{c97}\u{cb3}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{cb5}\u{cbf}\u{cd5}\u{c95}\u{ccd}\u{cb7}\u{cbf}\u{cb8}\u{cbf}'; } @@ -10328,6 +12380,9 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { @override String get backButtonTooltip => '뒤로'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => '취소'; @@ -10349,6 +12404,36 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { @override String get cutButtonLabel => '잘라내기'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => '삭제'; @@ -10364,6 +12449,15 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => '계정 숨기기'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => '라이선스'; @@ -10448,6 +12542,9 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => '페이지당 행 수:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.dense; @@ -10457,6 +12554,9 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => '전체 선택'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -10496,6 +12596,12 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => '분 선택'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => '라이선스 보기'; } @@ -10541,6 +12647,9 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Артка'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'ЖОККО ЧЫГАРУУ'; @@ -10562,6 +12671,36 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'КЕСҮҮ'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'Жок кылуу'; @@ -10577,6 +12716,15 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Аккаунттарды жашыруу'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Уруксаттамалар'; @@ -10661,6 +12809,9 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Бир бетте көрсөтүлүүчү саптардын саны:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -10670,6 +12821,9 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'БААРЫН ТАНДОО'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -10709,6 +12863,12 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Мүнөттөрдү тандаңыз'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'УРУКСАТТАМАЛАРДЫ КӨРҮҮ'; } @@ -10754,6 +12914,9 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'ກັບຄືນ'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'ຍົກເລີກ'; @@ -10775,6 +12938,36 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'ຕັດ'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'ລຶບ'; @@ -10790,6 +12983,15 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'ເຊື່ອງບັນຊີ'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'ໃບອະນຸຍາດ'; @@ -10874,6 +13076,9 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'ແຖວຕໍ່ໜ້າ:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -10883,6 +13088,9 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'ເລືອກທັງໝົດ'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -10922,6 +13130,12 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'ເລືອກນາທີ'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'ເບິ່ງໃບອະນຸຍາດ'; } @@ -10967,6 +13181,9 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Atgal'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'ATŠAUKTI'; @@ -10988,6 +13205,36 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'IŠKIRPTI'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'Ištrinti'; @@ -10998,10 +13245,19 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get drawerLabel => 'Naršymo meniu'; @override - String get expandedIconTapHint => 'Sutraukti'; + String get expandedIconTapHint => 'Sutraukti'; + + @override + String get hideAccountsLabel => 'Slėpti paskyras'; + + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; @override - String get hideAccountsLabel => 'Slėpti paskyras'; + String get invalidDateRangeLabel => 'Invalid range.'; @override String get licensesPageTitle => 'Licencijos'; @@ -11087,6 +13343,9 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Eilučių puslapyje:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -11096,6 +13355,9 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'PASIRINKTI VISKĄ'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => 'Pasirinkti \$selectedRowCount elementai'; @@ -11135,6 +13397,12 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Pasirinkite minutes'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'PERŽIŪRĖTI LICENCIJAS'; } @@ -11180,6 +13448,9 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Atpakaļ'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'ATCELT'; @@ -11201,6 +13472,36 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'IZGRIEZT'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'Dzēst'; @@ -11216,6 +13517,15 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Slēpt kontus'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Licences'; @@ -11300,6 +13610,9 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Rindas lapā:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -11309,6 +13622,9 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'ATLASĪT VISU'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -11348,6 +13664,12 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Atlasiet minūtes'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'SKATĪT LICENCES'; } @@ -11393,6 +13715,9 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Назад'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'ОТКАЖИ'; @@ -11414,6 +13739,36 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'ИСЕЧИ'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'Избриши'; @@ -11429,6 +13784,15 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Сокриј сметки'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Лиценци'; @@ -11513,6 +13877,9 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Редови на страница:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -11522,6 +13889,9 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'ИЗБЕРИ ГИ СИТЕ'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -11561,6 +13931,12 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Изберете минути'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'ПРИКАЖИ ЛИЦЕНЦИ'; } @@ -11606,6 +13982,9 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'മടങ്ങുക'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'റദ്ദാക്കുക'; @@ -11627,6 +14006,36 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'മുറിക്കുക'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'ഇല്ലാതാക്കുക'; @@ -11642,6 +14051,15 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'അക്കൗണ്ടുകൾ മറയ്‌ക്കുക'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'ലൈസൻസുകൾ'; @@ -11726,6 +14144,9 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'ഓരോ പേജിലുമുള്ള വരികൾ:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -11735,6 +14156,9 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'എല്ലാം തിരഞ്ഞെടുക്കുക'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -11774,6 +14198,12 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'മിനിറ്റ് തിരഞ്ഞെടുക്കുക'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'ലൈസൻസുകൾ കാണുക'; } @@ -11819,6 +14249,9 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Буцах'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'БОЛИХ'; @@ -11840,6 +14273,36 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'ТАСЛАХ'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'Устгах'; @@ -11855,6 +14318,15 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Бүртгэлүүдийг нуух'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Лиценз'; @@ -11939,6 +14411,9 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Хуудсан дахь мөрийн тоо:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -11948,6 +14423,9 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'БҮГДИЙГ СОНГОХ'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -11987,6 +14465,12 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Минут сонгоно уу'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'ЛИЦЕНЗИЙГ ХАРАХ'; } @@ -12032,6 +14516,9 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'मागे'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'रद्द करा'; @@ -12053,6 +14540,36 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'कट करा'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'हटवा'; @@ -12068,6 +14585,15 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'खाती लपवा'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'परवाने'; @@ -12152,6 +14678,9 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'प्रति पेज पंक्ती:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.dense; @@ -12161,6 +14690,9 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'सर्व निवडा'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -12200,6 +14732,12 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'मिनिटे निवडा'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'परवाने पाहा'; } @@ -12245,6 +14783,9 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Kembali'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'BATAL'; @@ -12266,6 +14807,36 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'POTONG'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'Padam'; @@ -12281,6 +14852,15 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Sembunyikan akaun'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Lesen'; @@ -12365,6 +14945,9 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Baris setiap halaman:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -12374,6 +14957,9 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'PILIH SEMUA'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -12413,6 +14999,12 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Pilih minit'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'LIHAT LESEN'; } @@ -12458,6 +15050,9 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'နောက်သို့'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'မလုပ်တော့'; @@ -12479,6 +15074,36 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'ဖြတ်ယူရန်'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'ဖျက်ရန်'; @@ -12489,10 +15114,19 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get drawerLabel => 'လမ်းညွှန် မီနူး'; @override - String get expandedIconTapHint => 'လျှော့ပြရန်'; + String get expandedIconTapHint => 'လျှော့ပြရန်'; + + @override + String get hideAccountsLabel => 'အကောင့်များကို ဝှက်ရန်'; + + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; @override - String get hideAccountsLabel => 'အကောင့်များကို ဝှက်ရန်'; + String get invalidDateRangeLabel => 'Invalid range.'; @override String get licensesPageTitle => 'လိုင်စင်များ'; @@ -12578,6 +15212,9 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'စာတစ်မျက်နှာပါ လိုင်းအရေအတွက်−'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -12587,6 +15224,9 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'အားလုံး ရွေးရန်'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -12626,6 +15266,12 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'မိနစ်ကို ရွေးပါ'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'လိုင်စင်များကို ကြည့်ရန်'; } @@ -12701,6 +15347,9 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'पछाडि जानुहोस्'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'रद्द गर्नुहोस्'; @@ -12722,6 +15371,36 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'काट्नुहोस्'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'मेट्नुहोस्'; @@ -12737,6 +15416,15 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'खाताहरू लुकाउनुहोस्'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'इजाजतपत्रहरू'; @@ -12821,6 +15509,9 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'प्रत्येक पृष्ठमा रहेका पङ्क्तिहरूको सङ्ख्या:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -12830,6 +15521,9 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'सबै चयन गर्नुहोस्'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -12869,6 +15563,12 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'मिनेट चयन गर्नुहोस्'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'इजाजतपत्रहरू हेर्नुहोस्'; } @@ -12914,6 +15614,9 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Terug'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'ANNULEREN'; @@ -12935,6 +15638,36 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'KNIPPEN'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'Verwijderen'; @@ -12950,6 +15683,15 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Accounts verbergen'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Licenties'; @@ -13034,6 +15776,9 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Rijen per pagina:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -13043,6 +15788,9 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'ALLES SELECTEREN'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -13082,6 +15830,12 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Minuten selecteren'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'LICENTIES BEKIJKEN'; } @@ -13127,6 +15881,9 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Tilbake'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'AVBRYT'; @@ -13148,6 +15905,36 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'KLIPP UT'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'Slett'; @@ -13163,6 +15950,15 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Skjul kontoer'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Lisenser'; @@ -13247,6 +16043,9 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Rader per side:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -13256,6 +16055,9 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'VELG ALLE'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -13295,6 +16097,12 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Angi minutter'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'SE LISENSER'; } @@ -13340,6 +16148,9 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'ପଛକୁ ଫେରନ୍ତୁ'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'ବାତିଲ୍ କରନ୍ତୁ'; @@ -13361,6 +16172,36 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'କଟ୍ କରନ୍ତୁ'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'ଡିଲିଟ୍ କରନ୍ତୁ'; @@ -13376,6 +16217,15 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'ଆକାଉଣ୍ଟଗୁଡ଼ିକୁ ଲୁଚାନ୍ତୁ'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'ଲାଇସେନ୍ସଗୁଡ଼କ'; @@ -13460,6 +16310,9 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'ପୃଷ୍ଠା ପିଛା ଧାଡ଼ି:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -13469,6 +16322,9 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'ସମସ୍ତ ଚୟନ କରନ୍ତୁ'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -13508,6 +16364,12 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'ମିନିଟ୍ ଚୟନ କରନ୍ତୁ'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'ଲାଇସେନ୍ସ ଦେଖାନ୍ତୁ'; } @@ -13553,6 +16415,9 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'ਪਿੱਛੇ'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'ਰੱਦ ਕਰੋ'; @@ -13574,6 +16439,36 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'ਕੱਟ ਕਰੋ'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'ਮਿਟਾਓ'; @@ -13589,6 +16484,15 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'ਖਾਤੇ ਲੁਕਾਓ'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'ਲਾਇਸੰਸ'; @@ -13673,6 +16577,9 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'ਹਰ ਪੰਨੇ \'ਤੇ ਕਤਾਰਾਂ:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -13682,6 +16589,9 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'ਸਭ ਚੁਣੋ'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -13721,6 +16631,12 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'ਮਿੰਟ ਚੁਣੋ'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'ਲਾਇਸੰਸ ਦੇਖੋ'; } @@ -13766,6 +16682,9 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Wstecz'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'ANULUJ'; @@ -13787,6 +16706,36 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'WYTNIJ'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'Usuń'; @@ -13802,6 +16751,15 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Ukryj konta'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Licencje'; @@ -13886,6 +16844,9 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Wiersze na stronie:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -13895,6 +16856,9 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'ZAZNACZ WSZYSTKO'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => '\$selectedRowCount wybrane elementy'; @@ -13934,6 +16898,12 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Wybierz minuty'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'WYŚWIETL LICENCJE'; } @@ -13979,6 +16949,9 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'شاته'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'لغوه کول'; @@ -14000,6 +16973,36 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'کم کړئ'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => ''; @@ -14007,13 +17010,22 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { String get dialogLabel => 'خبرې اترې'; @override - String get drawerLabel => 'د نیویگیشن مینو'; + String get drawerLabel => 'د نیویگیشن مینو'; + + @override + String get expandedIconTapHint => 'TBD'; + + @override + String get hideAccountsLabel => 'حسابونه پټ کړئ'; + + @override + String get inputDateModeButtonLabel => 'Switch to input'; @override - String get expandedIconTapHint => 'TBD'; + String get invalidDateFormatLabel => 'Invalid format.'; @override - String get hideAccountsLabel => 'حسابونه پټ کړئ'; + String get invalidDateRangeLabel => 'Invalid range.'; @override String get licensesPageTitle => 'جوازونه'; @@ -14099,6 +17111,9 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'د هرې پاڼې پاڼې:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -14108,6 +17123,9 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'غوره کړئ'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -14147,6 +17165,12 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'منې غوره کړئ'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'لیدلس وګورئ'; } @@ -14192,6 +17216,9 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Voltar'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'CANCELAR'; @@ -14213,6 +17240,36 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'RECORTAR'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'Excluir'; @@ -14228,6 +17285,15 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Ocultar contas'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Licenças'; @@ -14312,6 +17378,9 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Linhas por página:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -14321,6 +17390,9 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'SELECIONAR TUDO'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -14360,6 +17432,12 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Selecione os minutos'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'VER LICENÇAS'; } @@ -14489,6 +17567,9 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Înapoi'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'ANULAȚI'; @@ -14510,6 +17591,36 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'DECUPAȚI'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'Ștergeți'; @@ -14525,6 +17636,15 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Ascundeți conturile'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Licențe'; @@ -14609,6 +17729,9 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Rânduri pe pagină:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -14618,6 +17741,9 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'SELECTAȚI TOATE'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => '\$selectedRowCount articole selectate'; @@ -14657,6 +17783,12 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Selectați minutele'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'VEDEȚI LICENȚELE'; } @@ -14702,6 +17834,9 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Назад'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'ОТМЕНА'; @@ -14723,6 +17858,36 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'ВЫРЕЗАТЬ'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'Удалить'; @@ -14738,6 +17903,15 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Скрыть аккаунты'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Лицензии'; @@ -14822,6 +17996,9 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Строк на странице:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -14831,6 +18008,9 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'ВЫБРАТЬ ВСЕ'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => 'Выбрано \$selectedRowCount объекта'; @@ -14870,6 +18050,12 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Выберите минуты'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'ЛИЦЕНЗИИ'; } @@ -14915,6 +18101,9 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'ආපසු'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'අවලංගු කරන්න'; @@ -14936,6 +18125,36 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'කපන්න'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'මකන්න'; @@ -14951,6 +18170,15 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'ගිණුම් සඟවන්න'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'බලපත්‍ර'; @@ -15035,6 +18263,9 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'පිටුවකට පේළි:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -15044,6 +18275,9 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'සියල්ල තෝරන්න'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -15083,6 +18317,12 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'මිනිත්තු ගණන තෝරන්න'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'බලපත්‍ර බලන්න'; } @@ -15128,6 +18368,9 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Späť'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'ZRUŠIŤ'; @@ -15149,6 +18392,36 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'VYSTRIHNÚŤ'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'Odstrániť'; @@ -15164,6 +18437,15 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Skryť účty'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Licencie'; @@ -15248,6 +18530,9 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Počet riadkov na stránku:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -15257,6 +18542,9 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'VYBRAŤ VŠETKO'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => '\$selectedRowCount vybraté položky'; @@ -15296,6 +18584,12 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Vybrať minúty'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'ZOBRAZIŤ LICENCIE'; } @@ -15341,6 +18635,9 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Nazaj'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'PREKLIČI'; @@ -15362,6 +18659,36 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'IZREŽI'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'Brisanje'; @@ -15377,6 +18704,15 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Skrivanje računov'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Licence'; @@ -15461,6 +18797,9 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Vrstice na stran:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -15470,6 +18809,9 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'IZBERI VSE'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => 'Izbrani so \$selectedRowCount elementi'; @@ -15509,6 +18851,12 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Izberite minute'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'PRIKAŽI LICENCE'; } @@ -15554,6 +18902,9 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Prapa'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'ANULO'; @@ -15575,6 +18926,36 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'PRIT'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'Fshi'; @@ -15590,6 +18971,15 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Fshih llogaritë'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Licencat'; @@ -15674,6 +19064,9 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Rreshtat për faqe:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -15683,6 +19076,9 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'ZGJIDHI TË GJITHA'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -15722,6 +19118,12 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Zgjidh minutat'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'SHIKO LICENCAT'; } @@ -15767,6 +19169,9 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Назад'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'ОТКАЖИ'; @@ -15788,6 +19193,36 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'ИСЕЦИ'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'Избришите'; @@ -15803,6 +19238,15 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Сакриј налоге'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Лиценце'; @@ -15887,6 +19331,9 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Редова по страници:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -15896,6 +19343,9 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'ИЗАБЕРИ СВЕ'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => 'Изабране су \$selectedRowCount ставке'; @@ -15935,6 +19385,12 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Изаберите минуте'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'ПРИКАЖИ ЛИЦЕНЦЕ'; } @@ -16199,6 +19655,9 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Tillbaka'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'AVBRYT'; @@ -16220,6 +19679,36 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'KLIPP UT'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'Radera'; @@ -16235,6 +19724,15 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Dölj konton'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Licenser'; @@ -16319,6 +19817,9 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Rader per sida:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -16328,6 +19829,9 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'MARKERA ALLA'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -16367,6 +19871,12 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Välj minuter'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'VISA LICENSER'; } @@ -16412,6 +19922,9 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Rudi Nyuma'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'GHAIRI'; @@ -16433,6 +19946,36 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'KATA'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'Futa'; @@ -16448,6 +19991,15 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Ficha akaunti'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Leseni'; @@ -16532,6 +20084,9 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Safu mlalo kwa kila ukurasa:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -16541,6 +20096,9 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'CHAGUA ZOTE'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -16580,6 +20138,12 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Chagua dakika'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'ANGALIA LESENI'; } @@ -16625,6 +20189,9 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'முந்தைய பக்கம்'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'ரத்துசெய்'; @@ -16646,6 +20213,36 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'வெட்டு'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'நீக்கு'; @@ -16661,6 +20258,15 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'கணக்குகளை மறைக்கும்'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'உரிமங்கள்'; @@ -16745,6 +20351,9 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'ஒரு பக்கத்திற்கான வரிசைகள்:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.dense; @@ -16754,6 +20363,9 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'அனைத்தையும் தேர்ந்தெடு'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -16793,6 +20405,12 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'நிமிடங்களைத் தேர்ந்தெடுக்கவும்'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'உரிமங்களைக் காட்டு'; } @@ -16838,6 +20456,9 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'వెనుకకు'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'రద్దు చేయి'; @@ -16859,6 +20480,36 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'కత్తిరించు'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'తొలగించు'; @@ -16874,6 +20525,15 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'ఖాతాలను దాచు'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'లైసెన్స్‌లు'; @@ -16958,6 +20618,9 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'పేజీకి ఉండే అడ్డు వరుసలు:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -16967,6 +20630,9 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'అన్నింటినీ ఎంచుకోండి'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -17006,6 +20672,12 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'నిమిషాలను ఎంచుకోండి'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'లైసెన్స్‌లను చూడండి'; } @@ -17051,6 +20723,9 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'กลับ'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'ยกเลิก'; @@ -17072,6 +20747,36 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'ตัด'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'ลบ'; @@ -17087,6 +20792,15 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'ซ่อนบัญชี'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'ใบอนุญาต'; @@ -17171,6 +20885,9 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'แถวต่อหน้า:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -17180,6 +20897,9 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'เลือกทั้งหมด'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -17219,6 +20939,12 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'เลือกนาที'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'ดูใบอนุญาต'; } @@ -17264,6 +20990,9 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Bumalik'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'KANSELAHIN'; @@ -17285,6 +21014,36 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'I-CUT'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'I-delete'; @@ -17300,6 +21059,15 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Itago ang mga account'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Mga Lisensya'; @@ -17384,6 +21152,9 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Mga row bawat page:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -17393,6 +21164,9 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'PILIIN LAHAT'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -17432,6 +21206,12 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Pumili ng mga minuto'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'TINGNAN ANG MGA LISENSYA'; } @@ -17477,6 +21257,9 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Geri'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'İPTAL'; @@ -17498,6 +21281,36 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'KES'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'Sil'; @@ -17513,6 +21326,15 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Hesapları gizle'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Lisanslar'; @@ -17597,6 +21419,9 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Sayfa başına satır sayısı:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -17606,6 +21431,9 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'TÜMÜNÜ SEÇ'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -17645,6 +21473,12 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Dakikayı seçin'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'LİSANSLARI GÖSTER'; } @@ -17690,6 +21524,9 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Назад'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'СКАСУВАТИ'; @@ -17711,6 +21548,36 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'ВИРІЗАТИ'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'Видалити'; @@ -17726,6 +21593,15 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Сховати облікові записи'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Ліцензії'; @@ -17810,6 +21686,9 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Рядків на сторінці:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -17819,6 +21698,9 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'ВИБРАТИ ВСІ'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => 'Вибрано \$selectedRowCount елементи'; @@ -17858,6 +21740,12 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Виберіть хвилини'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'ПЕРЕГЛЯНУТИ ЛІЦЕНЗІЇ'; } @@ -17903,6 +21791,9 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'پیچھے'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'منسوخ کریں'; @@ -17924,6 +21815,36 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'کٹ کریں'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'حذف کریں'; @@ -17939,6 +21860,15 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'اکاؤنٹس چھپائیں'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'لائسنسز'; @@ -18023,6 +21953,9 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'قطاریں فی صفحہ:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -18032,6 +21965,9 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'سبھی منتخب کریں'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -18071,6 +22007,12 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'منٹ منتخب کریں'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'لائسنسز دیکھیں'; } @@ -18116,6 +22058,9 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Orqaga'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'BEKOR QILISH'; @@ -18137,6 +22082,36 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'KESIB OLISH'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'Olib tashlash'; @@ -18152,6 +22127,15 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Hisoblarni berkitish'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Litsenziyalar'; @@ -18236,6 +22220,9 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Har bir sahifadagi qatorlar soni:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -18245,6 +22232,9 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'BARCHASINI TANLASH'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -18284,6 +22274,12 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Daqiqani tanlang'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'Litsenziyalarni koʻrish'; } @@ -18329,6 +22325,9 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Quay lại'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'HỦY'; @@ -18350,6 +22349,36 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'CẮT'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'Xóa'; @@ -18365,6 +22394,15 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Ẩn tài khoản'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Giấy phép'; @@ -18449,6 +22487,9 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Số hàng mỗi trang:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -18458,6 +22499,9 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'CHỌN TẤT CẢ'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -18497,6 +22541,12 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Chọn phút'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'XEM GIẤY PHÉP'; } @@ -18542,6 +22592,9 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { @override String get backButtonTooltip => '返回'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => '取消'; @@ -18563,6 +22616,36 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { @override String get cutButtonLabel => '剪切'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => '删除'; @@ -18578,6 +22661,15 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => '隐藏帐号'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => '许可'; @@ -18662,6 +22754,9 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => '每页行数:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.dense; @@ -18671,6 +22766,9 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => '全选'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -18710,6 +22808,12 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => '选择分钟'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => '查看许可'; } @@ -19052,6 +23156,9 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Emuva'; + @override + String get calendarModeButtonLabel => 'Switch to calendar'; + @override String get cancelButtonLabel => 'KHANSELA'; @@ -19073,6 +23180,36 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { @override String get cutButtonLabel => 'SIKA'; + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Enter Date'; + + @override + String get dateOutOfRangeLabel => 'Out of range.'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + + @override + String get dateRangeEndLabel => 'End Date'; + + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + + @override + String get dateRangeStartLabel => 'Start Date'; + + @override + String get dateSeparator => '/'; + @override String get deleteButtonTooltip => 'Susa'; @@ -19088,6 +23225,15 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { @override String get hideAccountsLabel => 'Fihla ama-akhawunti'; + @override + String get inputDateModeButtonLabel => 'Switch to input'; + + @override + String get invalidDateFormatLabel => 'Invalid format.'; + + @override + String get invalidDateRangeLabel => 'Invalid range.'; + @override String get licensesPageTitle => 'Amalayisense'; @@ -19172,6 +23318,9 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { @override String get rowsPerPageTitle => 'Imigqa ekhasini ngalinye:'; + @override + String get saveButtonLabel => 'SAVE'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -19181,6 +23330,9 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { @override String get selectAllButtonLabel => 'KHETHA KONKE'; + @override + String get selectYearSemanticsLabel => 'Select year'; + @override String get selectedRowCountTitleFew => null; @@ -19220,6 +23372,12 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { @override String get timePickerMinuteModeAnnouncement => 'Khetha amaminithi'; + @override + String get unspecifiedDate => 'Date'; + + @override + String get unspecifiedDateRange => 'Date Range'; + @override String get viewLicensesButtonLabel => 'Buka amalayisense'; } diff --git a/packages/flutter_localizations/lib/src/l10n/material_af.arb b/packages/flutter_localizations/lib/src/l10n/material_af.arb index ee333a11bb88..01a4af42b93e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_af.arb @@ -51,5 +51,23 @@ "remainingTextFieldCharacterCountOne": "1 karakter oor", "remainingTextFieldCharacterCountOther": "$remainingCount karakters oor", "refreshIndicatorSemanticLabel": "Herlaai", - "moreButtonTooltip": "Nog" + "moreButtonTooltip": "Nog", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_am.arb b/packages/flutter_localizations/lib/src/l10n/material_am.arb index 4162766d2d4f..5d3191c7bd25 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_am.arb @@ -51,5 +51,23 @@ "remainingTextFieldCharacterCountOne": "1 ቁምፊ ይቀራል", "remainingTextFieldCharacterCountOther": "$remainingCount ቁምፊዎች ይቀራሉ", "refreshIndicatorSemanticLabel": "አድስ", - "moreButtonTooltip": "ተጨማሪ" + "moreButtonTooltip": "ተጨማሪ", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index 6523b9875dc6..e0aeb7d8793b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -59,5 +59,23 @@ "remainingTextFieldCharacterCountOne": "حرف واحد متبقٍ", "remainingTextFieldCharacterCountOther": "$remainingCount حرف متبقٍ", "refreshIndicatorSemanticLabel": "إعادة تحميل", - "moreButtonTooltip": "المزيد" + "moreButtonTooltip": "المزيد", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_as.arb b/packages/flutter_localizations/lib/src/l10n/material_as.arb index b1ca473f7ddf..2499c766a82a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_as.arb @@ -51,5 +51,23 @@ "remainingTextFieldCharacterCountOne": "১টা বর্ণ বাকী আছে", "remainingTextFieldCharacterCountOther": "$remainingCountটা বর্ণ বাকী আছে", "refreshIndicatorSemanticLabel": "ৰিফ্ৰেশ্ব কৰক", - "moreButtonTooltip": "অধিক" + "moreButtonTooltip": "অধিক", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_az.arb b/packages/flutter_localizations/lib/src/l10n/material_az.arb index a410eec07d2f..7c34243fcf70 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_az.arb @@ -51,5 +51,23 @@ "remainingTextFieldCharacterCountOne": "1 simvol qalır", "remainingTextFieldCharacterCountOther": "$remainingCount simvol qalır", "refreshIndicatorSemanticLabel": "Yeniləyin", - "moreButtonTooltip": "Daha çox" + "moreButtonTooltip": "Daha çox", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_be.arb b/packages/flutter_localizations/lib/src/l10n/material_be.arb index 301c01aed62c..be89f1ff0290 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_be.arb @@ -55,5 +55,23 @@ "remainingTextFieldCharacterCountOne": "Застаўся 1 сімвал", "remainingTextFieldCharacterCountOther": "Засталося $remainingCount сімвала", "refreshIndicatorSemanticLabel": "Абнавіць", - "moreButtonTooltip": "Яшчэ" + "moreButtonTooltip": "Яшчэ", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bg.arb b/packages/flutter_localizations/lib/src/l10n/material_bg.arb index 2f6eea268e40..1e105f24757a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bg.arb @@ -52,5 +52,23 @@ "remainingTextFieldCharacterCountOne": "Остава 1 знак", "remainingTextFieldCharacterCountOther": "Остават $remainingCount знака", "refreshIndicatorSemanticLabel": "Опресняване", - "moreButtonTooltip": "Още" + "moreButtonTooltip": "Още", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bn.arb b/packages/flutter_localizations/lib/src/l10n/material_bn.arb index b4305b7ef19e..80bb3c1ca9c3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bn.arb @@ -51,5 +51,23 @@ "remainingTextFieldCharacterCountOne": "আর ১টি অক্ষর লেখা যাবে", "remainingTextFieldCharacterCountOther": "আর $remainingCountটি অক্ষর লেখা যাবে", "refreshIndicatorSemanticLabel": "রিফ্রেশ করুন", - "moreButtonTooltip": "আরও" + "moreButtonTooltip": "আরও", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bs.arb b/packages/flutter_localizations/lib/src/l10n/material_bs.arb index 002070bd7400..9b0fa10509a6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bs.arb @@ -54,5 +54,23 @@ "remainingTextFieldCharacterCountOne": "Još jedan znak", "remainingTextFieldCharacterCountOther": "Još $remainingCount znakova", "refreshIndicatorSemanticLabel": "Osvježi", - "moreButtonTooltip": "Više" + "moreButtonTooltip": "Više", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ca.arb b/packages/flutter_localizations/lib/src/l10n/material_ca.arb index 49f7a24c4d38..3253948b6edc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ca.arb @@ -52,5 +52,23 @@ "remainingTextFieldCharacterCountOne": "Queda 1 caràcter", "remainingTextFieldCharacterCountOther": "Queden $remainingCount caràcters", "refreshIndicatorSemanticLabel": "Actualitza", - "moreButtonTooltip": "Més" + "moreButtonTooltip": "Més", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_cs.arb b/packages/flutter_localizations/lib/src/l10n/material_cs.arb index 0c3863485734..a57431c31ac9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cs.arb @@ -56,5 +56,23 @@ "remainingTextFieldCharacterCountOne": "Zbývá 1 znak", "remainingTextFieldCharacterCountOther": "Zbývá $remainingCount znaků", "refreshIndicatorSemanticLabel": "Obnovit", - "moreButtonTooltip": "Více" + "moreButtonTooltip": "Více", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_da.arb b/packages/flutter_localizations/lib/src/l10n/material_da.arb index 8e09f8549a16..0054e34af054 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_da.arb @@ -52,5 +52,23 @@ "remainingTextFieldCharacterCountOne": "Ét tegn tilbage", "remainingTextFieldCharacterCountOther": "$remainingCount tegn tilbage", "refreshIndicatorSemanticLabel": "Opdater", - "moreButtonTooltip": "Mere" + "moreButtonTooltip": "Mere", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index f6ef650bd5b1..09c0b9dc672e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -53,5 +53,23 @@ "remainingTextFieldCharacterCountOne": "Noch 1 Zeichen", "remainingTextFieldCharacterCountOther": "Noch $remainingCount Zeichen", "refreshIndicatorSemanticLabel": "Aktualisieren", - "moreButtonTooltip": "Mehr" + "moreButtonTooltip": "Mehr", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_el.arb b/packages/flutter_localizations/lib/src/l10n/material_el.arb index b9172bdadee2..fa0d51e46ba1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_el.arb @@ -52,5 +52,23 @@ "remainingTextFieldCharacterCountOne": "απομένει 1 χαρακτήρας", "remainingTextFieldCharacterCountOther": "απομένουν $remainingCount χαρακτήρες", "refreshIndicatorSemanticLabel": "Ανανέωση", - "moreButtonTooltip": "Περισσότερα" + "moreButtonTooltip": "Περισσότερα", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index 0f6a7b2ee8ad..3d2c396627fd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -173,6 +173,98 @@ "description": "Label read out by accessibility tools (TalkBack or VoiceOver) for a modal barrier to indicate that a tap dismisses the barrier. A modal barrier can for example be found behind a alert or popup to block user interaction with elements behind it." }, + "dateSeparator": "/", + "@dateSeparator": { + "description": "The character string used to separate the parts of a compact date format. For example 'mm/dd/yyyy' has a separator of '/'." + }, + + "dateHelpText": "mm/dd/yyyy", + "@dateHelpText": { + "description": "The help text used on an empty text input date field to indicate the date format being asked for." + }, + + "selectYearSemanticsLabel": "Select year", + "@selectYearSemanticsLabel": { + "description": "The accessibility label used to announce when the user has entered the year selection mode in the date picker." + }, + + "unspecifiedDate": "Date", + "@unspecifiedDate": { + "description": "The label used to indicate a date that has not been entered or selected in the date picker." + }, + + "unspecifiedDateRange": "Date Range", + "@unspecifiedDateRange": { + "description": "The label used to indicate a date range that has not been entered or selected in the date range picker." + }, + + "dateInputLabel": "Enter Date", + "@dateInputLabel": { + "description": "The label used to describe the input text field used in in the date picker." + }, + + "dateRangeStartLabel": "Start Date", + "@dateRangeStartLabel": { + "description": "The label used to describe the starting date input text field used in in the date range picker." + }, + + "dateRangeEndLabel": "End Date", + "@dateRangeEndLabel": { + "description": "The label used to describe the ending date input text field used in in the date range picker." + }, + + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "@dateRangeStartDateSemanticLabel": { + "description": "Accessibility announcement that is used when the user navigates to the selected start date in the date range picker.", + "parameters": "$fullDate" + }, + + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "@dateRangeEndDateSemanticLabel": { + "description": "Accessibility announcement that is used when the user navigates to the selected end date in the date range picker.", + "parameters": "$fullDate" + }, + + "invalidDateFormatLabel": "Invalid format.", + "@invalidDateFormatLabel": { + "description": "Error message displayed to the user when they have entered a text string in an input field of the date picker that is not in a valid date format." + }, + + "invalidDateRangeLabel": "Invalid range.", + "@invalidDateRangeLabel": { + "description": "Error message displayed to the user when they have entered an invalid date range in the input fields of the date range picker." + }, + + "dateOutOfRangeLabel": "Out of range.", + "@dateOutOfRangeLabel": { + "description": "Error message displayed to the user when they have entered a date that is outside the valid range for the date picker." + }, + + "saveButtonLabel": "SAVE", + "@saveButtonLabel": { + "description": "Label for a 'SAVE' button used in full screen dialogs." + }, + + "datePickerHelpText": "SELECT DATE", + "@datePickerHelpText": { + "description": "Label used in the header of the date picker dialog" + }, + + "dateRangePickerHelpText": "SELECT RANGE", + "@dateRangePickerHelpText": { + "description": "Label used in the header of the date range picker dialog." + }, + + "calendarModeButtonLabel": "Switch to calendar", + "@calendarModeButtonLabel": { + "description": "Tooltip used for the calendar mode button of the date pickers." + }, + + "inputDateModeButtonLabel": "Switch to input", + "@inputDateModeButtonLabel": { + "description": "Tooltip used for the text input mode button of the date pickers." + }, + "signedInLabel": "Signed in", "@signedInLabel": { "description": "The accessibility label used to indicate which account is signed in, in a UserAccountsDrawerHeader, when the accessibility user navigates the UI. This phrase serves as an adjective with respect to the user. The phrase indicates that the user is currently signed in." diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index 8fee5804160f..87030af4504e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -53,5 +53,23 @@ "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", "refreshIndicatorSemanticLabel": "Actualizar", - "moreButtonTooltip": "Más" + "moreButtonTooltip": "Más", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_et.arb b/packages/flutter_localizations/lib/src/l10n/material_et.arb index 0f518000d9a1..a7e310c03e69 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_et.arb @@ -52,5 +52,23 @@ "remainingTextFieldCharacterCountOne": "Jäänud on 1 tähemärk", "remainingTextFieldCharacterCountOther": "Jäänud on $remainingCount tähemärki", "refreshIndicatorSemanticLabel": "Värskendamine", - "moreButtonTooltip": "Rohkem" + "moreButtonTooltip": "Rohkem", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_eu.arb b/packages/flutter_localizations/lib/src/l10n/material_eu.arb index aff8c9f7e8c4..59e96ed3233e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_eu.arb @@ -51,5 +51,23 @@ "remainingTextFieldCharacterCountOne": "1 karaktere geratzen da", "remainingTextFieldCharacterCountOther": "$remainingCount karaktere geratzen dira", "refreshIndicatorSemanticLabel": "Freskatu", - "moreButtonTooltip": "Gehiago" + "moreButtonTooltip": "Gehiago", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index c29f725f4dfa..8d7b5138a789 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -52,5 +52,23 @@ "remainingTextFieldCharacterCountOne": "۱ نویسه باقی مانده است", "remainingTextFieldCharacterCountOther": "$remainingCount نویسه باقی مانده است", "refreshIndicatorSemanticLabel": "بازخوانی", - "moreButtonTooltip": "بیشتر" + "moreButtonTooltip": "بیشتر", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fi.arb b/packages/flutter_localizations/lib/src/l10n/material_fi.arb index 4b9cab55b884..271119e25b73 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fi.arb @@ -52,5 +52,23 @@ "remainingTextFieldCharacterCountOne": "1 merkki jäljellä", "remainingTextFieldCharacterCountOther": "$remainingCount merkkiä jäljellä", "refreshIndicatorSemanticLabel": "Päivitys", - "moreButtonTooltip": "Lisää" + "moreButtonTooltip": "Lisää", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fil.arb b/packages/flutter_localizations/lib/src/l10n/material_fil.arb index ebb6a191fcf7..5b44273d5619 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fil.arb @@ -52,5 +52,23 @@ "remainingTextFieldCharacterCountOne": "1 character ang natitira", "remainingTextFieldCharacterCountOther": "$remainingCount na character ang natitira", "refreshIndicatorSemanticLabel": "Nagre-refresh", - "moreButtonTooltip": "Higit Pa" + "moreButtonTooltip": "Higit Pa", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index 96885902289f..a234c6010a3c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -53,5 +53,23 @@ "remainingTextFieldCharacterCountOne": "1 caractère restant", "remainingTextFieldCharacterCountOther": "$remainingCount caractères restants", "refreshIndicatorSemanticLabel": "Actualiser", - "moreButtonTooltip": "Plus" + "moreButtonTooltip": "Plus", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gl.arb b/packages/flutter_localizations/lib/src/l10n/material_gl.arb index 0f165f65b412..f2612ece8318 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gl.arb @@ -53,5 +53,23 @@ "remainingTextFieldCharacterCountOne": "1 carácter restante", "remainingTextFieldCharacterCountOther": "$remainingCount caracteres restantes", "refreshIndicatorSemanticLabel": "Actualizar", - "moreButtonTooltip": "Máis" + "moreButtonTooltip": "Máis", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index 4b9a16eae142..b363f41e7e4f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -52,5 +52,23 @@ "remainingTextFieldCharacterCountOne": "Noch 1 Zeichen", "remainingTextFieldCharacterCountOther": "Noch $remainingCount Zeichen", "refreshIndicatorSemanticLabel": "Aktualisieren", - "moreButtonTooltip": "Mehr" + "moreButtonTooltip": "Mehr", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gu.arb b/packages/flutter_localizations/lib/src/l10n/material_gu.arb index 56fcbbf373db..80eec7d04ed9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gu.arb @@ -51,5 +51,23 @@ "remainingTextFieldCharacterCountOne": "1 અક્ષર બાકી", "remainingTextFieldCharacterCountOther": "$remainingCount અક્ષર બાકી", "refreshIndicatorSemanticLabel": "રિફ્રેશ કરો", - "moreButtonTooltip": "વધુ" + "moreButtonTooltip": "વધુ", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index dda679759900..4e2ac4943696 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -56,5 +56,23 @@ "remainingTextFieldCharacterCountOne": "נותר תו אחד", "remainingTextFieldCharacterCountOther": "נותרו $remainingCount תווים", "refreshIndicatorSemanticLabel": "רענון", - "moreButtonTooltip": "עוד" + "moreButtonTooltip": "עוד", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hi.arb b/packages/flutter_localizations/lib/src/l10n/material_hi.arb index db4b6f7bb557..d313f01a6248 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hi.arb @@ -52,5 +52,23 @@ "remainingTextFieldCharacterCountOne": "एक वर्ण आैर डाला जा सकता है", "remainingTextFieldCharacterCountOther": "$remainingCount वर्ण आैर डाले जा सकते हैं", "refreshIndicatorSemanticLabel": "रीफ़्रेश करें", - "moreButtonTooltip": "ज़्यादा" + "moreButtonTooltip": "ज़्यादा", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hr.arb b/packages/flutter_localizations/lib/src/l10n/material_hr.arb index 5a77e726b6d5..7b54d6c06f81 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hr.arb @@ -54,5 +54,23 @@ "remainingTextFieldCharacterCountOne": "Preostao je 1 znak", "remainingTextFieldCharacterCountOther": "Preostalo je $remainingCount znakova", "refreshIndicatorSemanticLabel": "Osvježi", - "moreButtonTooltip": "Više" + "moreButtonTooltip": "Više", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hu.arb b/packages/flutter_localizations/lib/src/l10n/material_hu.arb index cde8a03fd915..88a129e95443 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hu.arb @@ -52,5 +52,23 @@ "remainingTextFieldCharacterCountOne": "1 karakter maradt", "remainingTextFieldCharacterCountOther": "$remainingCount karakter maradt", "refreshIndicatorSemanticLabel": "Frissítés", - "moreButtonTooltip": "Több" + "moreButtonTooltip": "Több", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hy.arb b/packages/flutter_localizations/lib/src/l10n/material_hy.arb index 76df6c3f46b4..edd19e959160 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hy.arb @@ -57,5 +57,23 @@ "remainingTextFieldCharacterCountOne": "Մնացել է 1 նիշ", "remainingTextFieldCharacterCountOther": "Մնացել է $remainingCount նիշ", "refreshIndicatorSemanticLabel": "Թարմացնել", - "moreButtonTooltip": "Այլ" + "moreButtonTooltip": "Այլ", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_id.arb b/packages/flutter_localizations/lib/src/l10n/material_id.arb index 09bd7baa7f56..e28c1deca66d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_id.arb @@ -52,5 +52,23 @@ "remainingTextFieldCharacterCountOne": "Sisa 1 karakter", "remainingTextFieldCharacterCountOther": "Sisa $remainingCount karakter", "refreshIndicatorSemanticLabel": "Memuat ulang", - "moreButtonTooltip": "Lainnya" + "moreButtonTooltip": "Lainnya", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_is.arb b/packages/flutter_localizations/lib/src/l10n/material_is.arb index 5db1f03e31df..95a26078f03c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_is.arb @@ -51,5 +51,23 @@ "remainingTextFieldCharacterCountOne": "1 stafur eftir", "remainingTextFieldCharacterCountOther": "$remainingCount stafir eftir", "refreshIndicatorSemanticLabel": "Endurnýja", - "moreButtonTooltip": "Meira" + "moreButtonTooltip": "Meira", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index 1b26899ed760..33fefc5e5d0e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -52,5 +52,23 @@ "remainingTextFieldCharacterCountOne": "1 carattere rimanente", "remainingTextFieldCharacterCountOther": "$remainingCount caratteri rimanenti", "refreshIndicatorSemanticLabel": "Aggiorna", - "moreButtonTooltip": "Altro" + "moreButtonTooltip": "Altro", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index e213ec0641a0..8917fb93591a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -52,5 +52,23 @@ "remainingTextFieldCharacterCountOne": "残り 1 文字(半角相当)", "remainingTextFieldCharacterCountOther": "残り $remainingCount 文字(半角相当)", "refreshIndicatorSemanticLabel": "更新", - "moreButtonTooltip": "その他" + "moreButtonTooltip": "その他", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ka.arb b/packages/flutter_localizations/lib/src/l10n/material_ka.arb index d475d9240cf9..c19c00011254 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ka.arb @@ -51,5 +51,23 @@ "remainingTextFieldCharacterCountOne": "დარჩა 1 სიმბოლო", "remainingTextFieldCharacterCountOther": "დარჩა $remainingCount სიმბოლო", "refreshIndicatorSemanticLabel": "განახლება", - "moreButtonTooltip": "მეტი" + "moreButtonTooltip": "მეტი", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kk.arb b/packages/flutter_localizations/lib/src/l10n/material_kk.arb index d53e1871d8ff..dfd3adf13987 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kk.arb @@ -53,5 +53,23 @@ "remainingTextFieldCharacterCountZero": "Таңбалар қалмады", "remainingTextFieldCharacterCountOther": "$remainingCount таңба қалды.", "refreshIndicatorSemanticLabel": "Жаңарту", - "moreButtonTooltip": "Жаю" + "moreButtonTooltip": "Жаю", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_km.arb b/packages/flutter_localizations/lib/src/l10n/material_km.arb index 93de59f1c7fc..44d3a00b07d3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_km.arb @@ -52,5 +52,23 @@ "remainingTextFieldCharacterCountOne": "នៅសល់​ 1 តួ​ទៀត", "remainingTextFieldCharacterCountOther": "នៅសល់ $remainingCount តួ​ទៀត", "refreshIndicatorSemanticLabel": "ផ្ទុកឡើងវិញ", - "moreButtonTooltip": "ច្រើន​ទៀត" + "moreButtonTooltip": "ច្រើន​ទៀត", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kn.arb b/packages/flutter_localizations/lib/src/l10n/material_kn.arb index ffb753ab6144..90f75c76f87c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kn.arb @@ -51,5 +51,23 @@ "remainingTextFieldCharacterCountOne": "\u0031\u0020\u0c85\u0c95\u0ccd\u0cb7\u0cb0\u0020\u0c89\u0cb3\u0cbf\u0ca6\u0cbf\u0ca6\u0cc6", "remainingTextFieldCharacterCountOther": "\u0024\u0072\u0065\u006d\u0061\u0069\u006e\u0069\u006e\u0067\u0043\u006f\u0075\u006e\u0074\u0020\u0c85\u0c95\u0ccd\u0cb7\u0cb0\u0c97\u0cb3\u0cc1\u0020\u0c89\u0cb3\u0cbf\u0ca6\u0cbf\u0cb5\u0cc6", "refreshIndicatorSemanticLabel": "\u0cb0\u0cbf\u0cab\u0ccd\u0cb0\u0cc6\u0cb6\u0ccd\u0020\u0cae\u0cbe\u0ca1\u0cbf", - "moreButtonTooltip": "\u0c87\u0ca8\u0ccd\u0ca8\u0cb7\u0ccd\u0c9f\u0cc1" + "moreButtonTooltip": "\u0c87\u0ca8\u0ccd\u0ca8\u0cb7\u0ccd\u0c9f\u0cc1", + "dateSeparator": "\u002f", + "dateHelpText": "\u006d\u006d\u002f\u0064\u0064\u002f\u0079\u0079\u0079\u0079", + "selectYearSemanticsLabel": "\u0053\u0065\u006c\u0065\u0063\u0074\u0020\u0079\u0065\u0061\u0072", + "unspecifiedDate": "\u0044\u0061\u0074\u0065", + "unspecifiedDateRange": "\u0044\u0061\u0074\u0065\u0020\u0052\u0061\u006e\u0067\u0065", + "dateInputLabel": "\u0045\u006e\u0074\u0065\u0072\u0020\u0044\u0061\u0074\u0065", + "dateRangeStartLabel": "\u0053\u0074\u0061\u0072\u0074\u0020\u0044\u0061\u0074\u0065", + "dateRangeEndLabel": "\u0045\u006e\u0064\u0020\u0044\u0061\u0074\u0065", + "dateRangeStartDateSemanticLabel": "\u0053\u0074\u0061\u0072\u0074\u0020\u0064\u0061\u0074\u0065\u0020\u0024\u0066\u0075\u006c\u006c\u0044\u0061\u0074\u0065", + "dateRangeEndDateSemanticLabel": "\u0045\u006e\u0064\u0020\u0064\u0061\u0074\u0065\u0020\u0024\u0066\u0075\u006c\u006c\u0044\u0061\u0074\u0065", + "invalidDateFormatLabel": "\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0066\u006f\u0072\u006d\u0061\u0074\u002e", + "invalidDateRangeLabel": "\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0061\u006e\u0067\u0065\u002e", + "dateOutOfRangeLabel": "\u004f\u0075\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u002e", + "saveButtonLabel": "\u0053\u0041\u0056\u0045", + "datePickerHelpText": "\u0053\u0045\u004c\u0045\u0043\u0054\u0020\u0044\u0041\u0054\u0045", + "dateRangePickerHelpText": "\u0053\u0045\u004c\u0045\u0043\u0054\u0020\u0052\u0041\u004e\u0047\u0045", + "calendarModeButtonLabel": "\u0053\u0077\u0069\u0074\u0063\u0068\u0020\u0074\u006f\u0020\u0063\u0061\u006c\u0065\u006e\u0064\u0061\u0072", + "inputDateModeButtonLabel": "\u0053\u0077\u0069\u0074\u0063\u0068\u0020\u0074\u006f\u0020\u0069\u006e\u0070\u0075\u0074" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index 04f4d10ae030..9a84b6f9c0ae 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -52,5 +52,23 @@ "remainingTextFieldCharacterCountOne": "1자 남음", "remainingTextFieldCharacterCountOther": "$remainingCount자 남음", "refreshIndicatorSemanticLabel": "새로고침", - "moreButtonTooltip": "더보기" + "moreButtonTooltip": "더보기", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ky.arb b/packages/flutter_localizations/lib/src/l10n/material_ky.arb index 3f254c5f23bc..3925fab5b4b9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ky.arb @@ -51,5 +51,23 @@ "remainingTextFieldCharacterCountOne": "1 белги калды", "remainingTextFieldCharacterCountOther": "$remainingCount белги калды", "refreshIndicatorSemanticLabel": "Жаңыртуу", - "moreButtonTooltip": "Дагы" + "moreButtonTooltip": "Дагы", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lo.arb b/packages/flutter_localizations/lib/src/l10n/material_lo.arb index 7acbfe28ee51..7d88c7772dc8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lo.arb @@ -51,5 +51,23 @@ "remainingTextFieldCharacterCountOne": "ຍັງອີກ 1 ຕົວອັກສອນ", "remainingTextFieldCharacterCountOther": "ຍັງອີກ $remainingCount ຕົວອັກສອນ", "refreshIndicatorSemanticLabel": "ໂຫຼດຄືນໃໝ່", - "moreButtonTooltip": "ເພີ່ມເຕີມ" + "moreButtonTooltip": "ເພີ່ມເຕີມ", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lt.arb b/packages/flutter_localizations/lib/src/l10n/material_lt.arb index 9097a9355510..c97f6b621693 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lt.arb @@ -56,5 +56,23 @@ "remainingTextFieldCharacterCountOne": "Liko 1 simbolis", "remainingTextFieldCharacterCountOther": "Liko $remainingCount simbolių", "refreshIndicatorSemanticLabel": "Atnaujinti", - "moreButtonTooltip": "Daugiau" + "moreButtonTooltip": "Daugiau", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lv.arb b/packages/flutter_localizations/lib/src/l10n/material_lv.arb index 41967f910e72..6f79d323ac4e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lv.arb @@ -53,5 +53,23 @@ "remainingTextFieldCharacterCountOne": "Atlikusi 1 rakstzīme.", "remainingTextFieldCharacterCountOther": "Atlikušas $remainingCount rakstzīmes.", "refreshIndicatorSemanticLabel": "Atsvaidzināt", - "moreButtonTooltip": "Vairāk" + "moreButtonTooltip": "Vairāk", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mk.arb b/packages/flutter_localizations/lib/src/l10n/material_mk.arb index 53094068418d..c07e77d31b37 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mk.arb @@ -51,5 +51,23 @@ "remainingTextFieldCharacterCountOne": "Преостанува уште 1 знак", "remainingTextFieldCharacterCountOther": "Преостануваат уште $remainingCount знаци", "refreshIndicatorSemanticLabel": "Освежи", - "moreButtonTooltip": "Уште" + "moreButtonTooltip": "Уште", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ml.arb b/packages/flutter_localizations/lib/src/l10n/material_ml.arb index 5d92ea485850..67cdb945c84b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ml.arb @@ -51,5 +51,23 @@ "remainingTextFieldCharacterCountOne": "ഒരു പ്രതീകം ശേഷിക്കുന്നു", "remainingTextFieldCharacterCountOther": "$remainingCount പ്രതീകങ്ങൾ ശേഷിക്കുന്നു", "refreshIndicatorSemanticLabel": "പുതുക്കിയെടുക്കുക", - "moreButtonTooltip": "കൂടുതൽ" + "moreButtonTooltip": "കൂടുതൽ", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mn.arb b/packages/flutter_localizations/lib/src/l10n/material_mn.arb index 9492a239e965..ff83b5e29976 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mn.arb @@ -53,5 +53,23 @@ "remainingTextFieldCharacterCountOne": "1 тэмдэгт үлдсэн", "remainingTextFieldCharacterCountOther": "$remainingCount тэмдэгт үлдсэн", "refreshIndicatorSemanticLabel": "Сэргээх", - "moreButtonTooltip": "Бусад" + "moreButtonTooltip": "Бусад", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mr.arb b/packages/flutter_localizations/lib/src/l10n/material_mr.arb index 8643f707f887..d95112d0cbaf 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mr.arb @@ -53,5 +53,23 @@ "remainingTextFieldCharacterCountOne": "एक वर्ण शिल्लक", "remainingTextFieldCharacterCountOther": "$remainingCount वर्ण शिल्लक", "refreshIndicatorSemanticLabel": "रिफ्रेश करा", - "moreButtonTooltip": "आणखी" + "moreButtonTooltip": "आणखी", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ms.arb b/packages/flutter_localizations/lib/src/l10n/material_ms.arb index 492534429a1b..061156a24397 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ms.arb @@ -53,5 +53,23 @@ "remainingTextFieldCharacterCountOne": "1 aksara lagi", "remainingTextFieldCharacterCountOther": "$remainingCount aksara lagi", "refreshIndicatorSemanticLabel": "Muat semula", - "moreButtonTooltip": "Lagi" + "moreButtonTooltip": "Lagi", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_my.arb b/packages/flutter_localizations/lib/src/l10n/material_my.arb index 541b63a140cb..5953e10a57de 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_my.arb @@ -51,5 +51,23 @@ "remainingTextFieldCharacterCountOne": "အက္ခရာ ၁ လုံးကျန်သည်", "remainingTextFieldCharacterCountOther": "အက္ခရာ $remainingCount လုံးကျန်သည်", "refreshIndicatorSemanticLabel": "ပြန်လည်စတင်ရန်", - "moreButtonTooltip": "နောက်ထပ်" + "moreButtonTooltip": "နောက်ထပ်", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ne.arb b/packages/flutter_localizations/lib/src/l10n/material_ne.arb index 69e6b446894d..387e1eed5c89 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ne.arb @@ -51,5 +51,23 @@ "remainingTextFieldCharacterCountOne": "१ वर्ण बाँकी", "remainingTextFieldCharacterCountOther": "$remainingCount वर्णहरू बाँकी", "refreshIndicatorSemanticLabel": "पुनः ताजा गर्नुहोस्", - "moreButtonTooltip": "थप" + "moreButtonTooltip": "थप", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index 7cf6a643c48b..0b12e136e384 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -52,5 +52,23 @@ "remainingTextFieldCharacterCountOne": "1 teken resterend", "remainingTextFieldCharacterCountOther": "$remainingCount tekens resterend", "refreshIndicatorSemanticLabel": "Vernieuwen", - "moreButtonTooltip": "Meer" + "moreButtonTooltip": "Meer", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_no.arb b/packages/flutter_localizations/lib/src/l10n/material_no.arb index d6aa8e848fe9..5e390d5cf3bf 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_no.arb @@ -52,5 +52,23 @@ "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 tegn gjenstår", "remainingTextFieldCharacterCountOther": "$remainingCount tegn gjenstår", - "refreshIndicatorSemanticLabel": "Laster inn på nytt" + "refreshIndicatorSemanticLabel": "Laster inn på nytt", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_or.arb b/packages/flutter_localizations/lib/src/l10n/material_or.arb index e36029bcf0b9..8c0cc4daf711 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_or.arb @@ -51,5 +51,23 @@ "remainingTextFieldCharacterCountOne": "1ଟି ଅକ୍ଷର ବାକି ଅଛି", "remainingTextFieldCharacterCountOther": "$remainingCountଟି ଅକ୍ଷର ବାକି ଅଛି", "refreshIndicatorSemanticLabel": "ରିଫ୍ରେସ୍ କରନ୍ତୁ", - "moreButtonTooltip": "ଅଧିକ" + "moreButtonTooltip": "ଅଧିକ", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pa.arb b/packages/flutter_localizations/lib/src/l10n/material_pa.arb index 0eb335078e72..9b07f28b8c12 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pa.arb @@ -51,5 +51,23 @@ "remainingTextFieldCharacterCountOne": "1 ਅੱਖਰ-ਚਿੰਨ੍ਹ ਬਾਕੀ", "remainingTextFieldCharacterCountOther": "$remainingCount ਅੱਖਰ-ਚਿੰਨ੍ਹ ਬਾਕੀ", "refreshIndicatorSemanticLabel": "ਰਿਫ੍ਰੈਸ਼ ਕਰੋ", - "moreButtonTooltip": "ਹੋਰ" + "moreButtonTooltip": "ਹੋਰ", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index 30cab1bb5ae9..1fbe5d0b9fa7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -56,5 +56,23 @@ "remainingTextFieldCharacterCountOne": "Jeszcze 1 znak", "remainingTextFieldCharacterCountOther": "Pozostało $remainingCount znaków", "refreshIndicatorSemanticLabel": "Odśwież", - "moreButtonTooltip": "Więcej" + "moreButtonTooltip": "Więcej", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ps.arb b/packages/flutter_localizations/lib/src/l10n/material_ps.arb index 6f456e991e26..ef053e9bc08d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ps.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ps.arb @@ -51,5 +51,23 @@ "remainingTextFieldCharacterCountOne": "TBD", "remainingTextFieldCharacterCountOther": "TBD", "refreshIndicatorSemanticLabel": "TBD", - "moreButtonTooltip": "TBD" + "moreButtonTooltip": "TBD", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index fe4da566e045..1aea11eb015d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -54,5 +54,23 @@ "remainingTextFieldCharacterCountOne": "1 caractere restante", "remainingTextFieldCharacterCountOther": "$remainingCount caracteres restantes", "refreshIndicatorSemanticLabel": "Atualizar", - "moreButtonTooltip": "Mais" + "moreButtonTooltip": "Mais", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/flutter_localizations/lib/src/l10n/material_ro.arb index c7c85b078a0d..071cf2d451e0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ro.arb @@ -55,5 +55,23 @@ "remainingTextFieldCharacterCountOne": "un caracter rămas", "remainingTextFieldCharacterCountOther": "$remainingCount de caractere rămase", "refreshIndicatorSemanticLabel": "Actualizați", - "moreButtonTooltip": "Mai multe" + "moreButtonTooltip": "Mai multe", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index 872f59072121..da088ccdcbd3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -57,5 +57,23 @@ "remainingTextFieldCharacterCountOne": "Остался 1 символ", "remainingTextFieldCharacterCountOther": "Осталось $remainingCount символа", "refreshIndicatorSemanticLabel": "Обновление", - "moreButtonTooltip": "Ещё" + "moreButtonTooltip": "Ещё", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_si.arb b/packages/flutter_localizations/lib/src/l10n/material_si.arb index 86897b1e9fa1..e3bb5fd110a0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_si.arb @@ -51,5 +51,23 @@ "remainingTextFieldCharacterCountOne": "අනුලකුණු 1ක් ඉතිරිය", "remainingTextFieldCharacterCountOther": "අනුලකුණු $remainingCountක් ඉතිරිය", "refreshIndicatorSemanticLabel": "නැවුම් කරන්න", - "moreButtonTooltip": "තව" + "moreButtonTooltip": "තව", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sk.arb b/packages/flutter_localizations/lib/src/l10n/material_sk.arb index 90c7ce96309b..652b2dc101d9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sk.arb @@ -56,5 +56,23 @@ "remainingTextFieldCharacterCountOne": "Zostáva 1 znak", "remainingTextFieldCharacterCountOther": "Zostáva $remainingCount znakov", "refreshIndicatorSemanticLabel": "Obnoviť", - "moreButtonTooltip": "Viac" + "moreButtonTooltip": "Viac", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sl.arb b/packages/flutter_localizations/lib/src/l10n/material_sl.arb index b5da5df28f26..88ac22dd7a20 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sl.arb @@ -56,5 +56,23 @@ "remainingTextFieldCharacterCountOne": "Še 1 znak", "remainingTextFieldCharacterCountOther": "Še $remainingCount znakov", "refreshIndicatorSemanticLabel": "Osveži", - "moreButtonTooltip": "Več" + "moreButtonTooltip": "Več", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sq.arb b/packages/flutter_localizations/lib/src/l10n/material_sq.arb index 742a35f5c2ab..1f0185175128 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sq.arb @@ -51,5 +51,23 @@ "remainingTextFieldCharacterCountOne": "1 karakter i mbetur", "remainingTextFieldCharacterCountOther": "$remainingCount karaktere të mbetura", "refreshIndicatorSemanticLabel": "Rifresko", - "moreButtonTooltip": "Më shumë" + "moreButtonTooltip": "Më shumë", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr.arb b/packages/flutter_localizations/lib/src/l10n/material_sr.arb index 0019d3a50341..e0d6e160e8ea 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr.arb @@ -54,5 +54,23 @@ "remainingTextFieldCharacterCountOne": "Преостао је 1 знак", "remainingTextFieldCharacterCountOther": "Преостало је $remainingCount знакова", "refreshIndicatorSemanticLabel": "Освежи", - "moreButtonTooltip": "Још" + "moreButtonTooltip": "Још", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sv.arb b/packages/flutter_localizations/lib/src/l10n/material_sv.arb index 75c0ce0c4752..44da4cb1c789 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sv.arb @@ -52,5 +52,23 @@ "remainingTextFieldCharacterCountOne": "1 tecken kvar", "remainingTextFieldCharacterCountOther": "$remainingCount tecken kvar", "refreshIndicatorSemanticLabel": "Uppdatera", - "moreButtonTooltip": "Mer" + "moreButtonTooltip": "Mer", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sw.arb b/packages/flutter_localizations/lib/src/l10n/material_sw.arb index 4643fc83a3dc..dbf83169d6cc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sw.arb @@ -53,5 +53,23 @@ "remainingTextFieldCharacterCountOne": "Imesalia herufi 1", "remainingTextFieldCharacterCountOther": "Zimesalia herufi $remainingCount", "refreshIndicatorSemanticLabel": "Onyesha upya", - "moreButtonTooltip": "Zaidi" + "moreButtonTooltip": "Zaidi", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ta.arb b/packages/flutter_localizations/lib/src/l10n/material_ta.arb index 5833be990040..f3be97411ff7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ta.arb @@ -53,5 +53,23 @@ "remainingTextFieldCharacterCountOne": "1 எழுத்து மீதமுள்ளது", "remainingTextFieldCharacterCountOther": "$remainingCount எழுத்துகள் மீதமுள்ளன", "refreshIndicatorSemanticLabel": "ரெஃப்ரெஷ் செய்யும்", - "moreButtonTooltip": "மேலும்" + "moreButtonTooltip": "மேலும்", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_te.arb b/packages/flutter_localizations/lib/src/l10n/material_te.arb index 8060099dddb3..36d41ff8fc71 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_te.arb @@ -51,5 +51,23 @@ "remainingTextFieldCharacterCountOne": "1 అక్షరం మిగిలి ఉంది", "remainingTextFieldCharacterCountOther": "$remainingCount అక్షరాలు మిగిలి ఉన్నాయి", "refreshIndicatorSemanticLabel": "రిఫ్రెష్ చేయి", - "moreButtonTooltip": "మరిన్ని" + "moreButtonTooltip": "మరిన్ని", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/flutter_localizations/lib/src/l10n/material_th.arb index 624bfac2f325..902b61930a13 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_th.arb @@ -52,5 +52,23 @@ "remainingTextFieldCharacterCountOne": "เหลือ 1 อักขระ", "remainingTextFieldCharacterCountOther": "เหลือ $remainingCount อักขระ", "refreshIndicatorSemanticLabel": "รีเฟรช", - "moreButtonTooltip": "เพิ่มเติม" + "moreButtonTooltip": "เพิ่มเติม", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tl.arb b/packages/flutter_localizations/lib/src/l10n/material_tl.arb index ebb6a191fcf7..5b44273d5619 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tl.arb @@ -52,5 +52,23 @@ "remainingTextFieldCharacterCountOne": "1 character ang natitira", "remainingTextFieldCharacterCountOther": "$remainingCount na character ang natitira", "refreshIndicatorSemanticLabel": "Nagre-refresh", - "moreButtonTooltip": "Higit Pa" + "moreButtonTooltip": "Higit Pa", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index be1ff519e8fe..57b84672a8db 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -52,5 +52,23 @@ "remainingTextFieldCharacterCountOne": "1 karakter kaldı", "remainingTextFieldCharacterCountOther": "$remainingCount karakter kaldı", "refreshIndicatorSemanticLabel": "Yenile", - "moreButtonTooltip": "Diğer" + "moreButtonTooltip": "Diğer", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uk.arb b/packages/flutter_localizations/lib/src/l10n/material_uk.arb index 43a2b36458be..c9f2d92138e1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uk.arb @@ -56,5 +56,23 @@ "remainingTextFieldCharacterCountOne": "Залишився 1 символ", "remainingTextFieldCharacterCountOther": "Залишилося $remainingCount символу", "refreshIndicatorSemanticLabel": "Оновити", - "moreButtonTooltip": "Інші" + "moreButtonTooltip": "Інші", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index a4d96781bc43..8510a52d919b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -52,5 +52,23 @@ "remainingTextFieldCharacterCountOne": "1 حرف باقی ہے", "remainingTextFieldCharacterCountOther": "$remainingCount حروف باقی ہیں", "refreshIndicatorSemanticLabel": "ریفریش کریں", - "moreButtonTooltip": "مزید" + "moreButtonTooltip": "مزید", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uz.arb b/packages/flutter_localizations/lib/src/l10n/material_uz.arb index 163ac30f8015..78273f5a1b50 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uz.arb @@ -51,5 +51,23 @@ "remainingTextFieldCharacterCountOne": "1 ta belgi qoldi", "remainingTextFieldCharacterCountOther": "$remainingCount ta belgi qoldi", "refreshIndicatorSemanticLabel": "Yangilash", - "moreButtonTooltip": "Yana" + "moreButtonTooltip": "Yana", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_vi.arb b/packages/flutter_localizations/lib/src/l10n/material_vi.arb index 128582ed51f5..741a0c6117ed 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_vi.arb @@ -52,5 +52,23 @@ "remainingTextFieldCharacterCountOne": "Còn lại 1 ký tự", "remainingTextFieldCharacterCountOther": "Còn lại $remainingCount ký tự", "refreshIndicatorSemanticLabel": "Làm mới", - "moreButtonTooltip": "Thêm" + "moreButtonTooltip": "Thêm", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index 3df5a80d0d97..1563652f4513 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -52,5 +52,23 @@ "remainingTextFieldCharacterCountOne": "还可输入 1 个字符", "remainingTextFieldCharacterCountOther": "还可输入 $remainingCount 个字符", "refreshIndicatorSemanticLabel": "刷新", - "moreButtonTooltip": "更多" + "moreButtonTooltip": "更多", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zu.arb b/packages/flutter_localizations/lib/src/l10n/material_zu.arb index 119fc910036f..2d6100d18abd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zu.arb @@ -51,5 +51,23 @@ "remainingTextFieldCharacterCountOne": "1 uhlamvu olusele", "remainingTextFieldCharacterCountOther": "$remainingCount izinhlamvu ezisele", "refreshIndicatorSemanticLabel": "Vuselela", - "moreButtonTooltip": "Okuningi" + "moreButtonTooltip": "Okuningi", + "dateSeparator": "/", + "dateHelpText": "mm/dd/yyyy", + "selectYearSemanticsLabel": "Select year", + "unspecifiedDate": "Date", + "unspecifiedDateRange": "Date Range", + "dateInputLabel": "Enter Date", + "dateRangeStartLabel": "Start Date", + "dateRangeEndLabel": "End Date", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "invalidDateFormatLabel": "Invalid format.", + "invalidDateRangeLabel": "Invalid range.", + "dateOutOfRangeLabel": "Out of range.", + "saveButtonLabel": "SAVE", + "datePickerHelpText": "SELECT DATE", + "dateRangePickerHelpText": "SELECT RANGE", + "calendarModeButtonLabel": "Switch to calendar", + "inputDateModeButtonLabel": "Switch to input" } diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 108169887eab..297fcc27d3dc 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -246,6 +246,26 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { return null; } + /// The raw version of [dateRangeStartDateSemanticLabel], with `$formattedDate` verbatim + /// in the string. + @protected + String get dateRangeStartDateSemanticLabelRaw; + + @override + String dateRangeStartDateSemanticLabel(String fullDate) { + return dateRangeStartDateSemanticLabelRaw.replaceFirst(r'$fullDate', fullDate); + } + + /// The raw version of [dateRangeEndDateSemanticLabel], with `$fullDate` verbatim + /// in the string. + @protected + String get dateRangeEndDateSemanticLabelRaw; + + @override + String dateRangeEndDateSemanticLabel(String fullDate) { + return dateRangeEndDateSemanticLabelRaw.replaceFirst(r'$fullDate', fullDate); + } + /// The raw version of [aboutListTileTitle], with `$applicationName` verbatim /// in the string. @protected From 89a2ab1062e7a447b6aa4829c9f947385e132242 Mon Sep 17 00:00:00 2001 From: Darren Austin Date: Thu, 14 May 2020 11:12:05 -0700 Subject: [PATCH 135/327] Updated gen_missing_localizations to copy the english strings instead of using 'TBD' for other locales. (#57053) --- dev/tools/localization/bin/gen_missing_localizations.dart | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev/tools/localization/bin/gen_missing_localizations.dart b/dev/tools/localization/bin/gen_missing_localizations.dart index ddd8a5e255c4..9dffe582b80e 100644 --- a/dev/tools/localization/bin/gen_missing_localizations.dart +++ b/dev/tools/localization/bin/gen_missing_localizations.dart @@ -77,7 +77,8 @@ void updateMissingResources(String localizationPath, String groupPrefix) { final Directory localizationDir = Directory(localizationPath); final RegExp filenamePattern = RegExp('${groupPrefix}_(\\w+)\\.arb'); - final Set requiredKeys = resourceKeys(loadBundle(File(path.join(localizationPath, '${groupPrefix}_en.arb')))); + final Map englishBundle = loadBundle(File(path.join(localizationPath, '${groupPrefix}_en.arb'))); + final Set requiredKeys = resourceKeys(englishBundle); for (final FileSystemEntity entity in localizationDir.listSync().toList()..sort(sortFilesByPath)) { final String entityPath = entity.path; @@ -94,7 +95,8 @@ void updateMissingResources(String localizationPath, String groupPrefix) { (String key) => !isPluralVariation(key, localeBundle) && !intentionallyOmitted(key, localeBundle) ).toSet(); if (missingResources.isNotEmpty) { - localeBundle.addEntries(missingResources.map((String k) => MapEntry(k, 'TBD'))); + localeBundle.addEntries(missingResources.map((String k) => + MapEntry(k, englishBundle[k].toString()))); writeBundle(arbFile, localeBundle); print('Updated $entityPath with missing entries for $missingResources'); } From 05cc06018eccbbaa83c312937ff95548f44e0f6e Mon Sep 17 00:00:00 2001 From: Justin McCandless Date: Mon, 15 Jun 2020 09:40:04 -0700 Subject: [PATCH 136/327] Modernize selection menu appearance (#59115) --- .../generated_material_localizations.dart | 104 +++++++++++++++++- .../lib/src/l10n/material_en.arb | 8 +- 2 files changed, 104 insertions(+), 8 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index f7a3076cbdfc..9d4dc65af2d9 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -3855,10 +3855,10 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get continueButtonLabel => 'CONTINUE'; @override - String get copyButtonLabel => 'COPY'; + String get copyButtonLabel => 'Copy'; @override - String get cutButtonLabel => 'CUT'; + String get cutButtonLabel => 'Cut'; @override String get dateHelpText => 'mm/dd/yyyy'; @@ -3942,7 +3942,7 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow of about \$rowCount'; @override - String get pasteButtonLabel => 'PASTE'; + String get pasteButtonLabel => 'Paste'; @override String get popupMenuLabel => 'Popup menu'; @@ -4008,7 +4008,7 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Search'; @override - String get selectAllButtonLabel => 'SELECT ALL'; + String get selectAllButtonLabel => 'Select all'; @override String get selectYearSemanticsLabel => 'Select year'; @@ -4094,6 +4094,18 @@ class MaterialLocalizationEnAu extends MaterialLocalizationEn { @override String get licensesPageTitle => 'Licences'; + @override + String get copyButtonLabel => 'COPY'; + + @override + String get cutButtonLabel => 'CUT'; + + @override + String get pasteButtonLabel => 'PASTE'; + + @override + String get selectAllButtonLabel => 'SELECT ALL'; + @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @@ -4142,6 +4154,18 @@ class MaterialLocalizationEnCa extends MaterialLocalizationEn { @override String get licensesPageTitle => 'Licences'; + @override + String get copyButtonLabel => 'COPY'; + + @override + String get cutButtonLabel => 'CUT'; + + @override + String get pasteButtonLabel => 'PASTE'; + + @override + String get selectAllButtonLabel => 'SELECT ALL'; + @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @@ -4190,12 +4214,24 @@ class MaterialLocalizationEnGb extends MaterialLocalizationEn { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + @override + String get copyButtonLabel => 'COPY'; + + @override + String get selectAllButtonLabel => 'SELECT ALL'; + @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @override String get licensesPageTitle => 'Licences'; + @override + String get pasteButtonLabel => 'PASTE'; + + @override + String get cutButtonLabel => 'CUT'; + @override String get popupMenuLabel => 'Pop-up menu'; @@ -4241,12 +4277,24 @@ class MaterialLocalizationEnIe extends MaterialLocalizationEn { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + @override + String get copyButtonLabel => 'COPY'; + + @override + String get selectAllButtonLabel => 'SELECT ALL'; + @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @override String get licensesPageTitle => 'Licences'; + @override + String get pasteButtonLabel => 'PASTE'; + + @override + String get cutButtonLabel => 'CUT'; + @override String get popupMenuLabel => 'Pop-up menu'; @@ -4292,6 +4340,18 @@ class MaterialLocalizationEnIn extends MaterialLocalizationEn { @override String get licensesPageTitle => 'Licences'; + @override + String get copyButtonLabel => 'COPY'; + + @override + String get cutButtonLabel => 'CUT'; + + @override + String get pasteButtonLabel => 'PASTE'; + + @override + String get selectAllButtonLabel => 'SELECT ALL'; + @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @@ -4340,6 +4400,18 @@ class MaterialLocalizationEnNz extends MaterialLocalizationEn { @override String get licensesPageTitle => 'Licences'; + @override + String get copyButtonLabel => 'COPY'; + + @override + String get cutButtonLabel => 'CUT'; + + @override + String get pasteButtonLabel => 'PASTE'; + + @override + String get selectAllButtonLabel => 'SELECT ALL'; + @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @@ -4388,6 +4460,18 @@ class MaterialLocalizationEnSg extends MaterialLocalizationEn { @override String get licensesPageTitle => 'Licences'; + @override + String get copyButtonLabel => 'COPY'; + + @override + String get cutButtonLabel => 'CUT'; + + @override + String get pasteButtonLabel => 'PASTE'; + + @override + String get selectAllButtonLabel => 'SELECT ALL'; + @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @@ -4436,12 +4520,24 @@ class MaterialLocalizationEnZa extends MaterialLocalizationEn { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + @override + String get copyButtonLabel => 'COPY'; + + @override + String get selectAllButtonLabel => 'SELECT ALL'; + @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @override String get licensesPageTitle => 'Licences'; + @override + String get pasteButtonLabel => 'PASTE'; + + @override + String get cutButtonLabel => 'CUT'; + @override String get popupMenuLabel => 'Pop-up menu'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index 3d2c396627fd..2f2a9931f1d0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -118,12 +118,12 @@ "description": "The label for continue buttons and menu items." }, - "copyButtonLabel": "COPY", + "copyButtonLabel": "Copy", "@copyButtonLabel": { "description": "The label for copy buttons and menu items." }, - "cutButtonLabel": "CUT", + "cutButtonLabel": "Cut", "@cutButtonLabel": { "description": "The label for cut buttons and menu items." }, @@ -133,12 +133,12 @@ "description": "The label for OK buttons and menu items." }, - "pasteButtonLabel": "PASTE", + "pasteButtonLabel": "Paste", "@pasteButtonLabel": { "description": "The label for paste buttons and menu items." }, - "selectAllButtonLabel": "SELECT ALL", + "selectAllButtonLabel": "Select all", "@selectAllButtonLabel": { "description": "The label for select-all buttons and menu items." }, From 9c8e1518c688ce7d4fbf0668b7b536926eb56c59 Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Tue, 16 Jun 2020 08:41:22 -0700 Subject: [PATCH 137/327] Revert "Modernize selection menu appearance (#59115)" (#59561) This reverts commit 05cc06018eccbbaa83c312937ff95548f44e0f6e. --- .../generated_material_localizations.dart | 104 +----------------- .../lib/src/l10n/material_en.arb | 8 +- 2 files changed, 8 insertions(+), 104 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index 9d4dc65af2d9..f7a3076cbdfc 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -3855,10 +3855,10 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get continueButtonLabel => 'CONTINUE'; @override - String get copyButtonLabel => 'Copy'; + String get copyButtonLabel => 'COPY'; @override - String get cutButtonLabel => 'Cut'; + String get cutButtonLabel => 'CUT'; @override String get dateHelpText => 'mm/dd/yyyy'; @@ -3942,7 +3942,7 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow of about \$rowCount'; @override - String get pasteButtonLabel => 'Paste'; + String get pasteButtonLabel => 'PASTE'; @override String get popupMenuLabel => 'Popup menu'; @@ -4008,7 +4008,7 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Search'; @override - String get selectAllButtonLabel => 'Select all'; + String get selectAllButtonLabel => 'SELECT ALL'; @override String get selectYearSemanticsLabel => 'Select year'; @@ -4094,18 +4094,6 @@ class MaterialLocalizationEnAu extends MaterialLocalizationEn { @override String get licensesPageTitle => 'Licences'; - @override - String get copyButtonLabel => 'COPY'; - - @override - String get cutButtonLabel => 'CUT'; - - @override - String get pasteButtonLabel => 'PASTE'; - - @override - String get selectAllButtonLabel => 'SELECT ALL'; - @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @@ -4154,18 +4142,6 @@ class MaterialLocalizationEnCa extends MaterialLocalizationEn { @override String get licensesPageTitle => 'Licences'; - @override - String get copyButtonLabel => 'COPY'; - - @override - String get cutButtonLabel => 'CUT'; - - @override - String get pasteButtonLabel => 'PASTE'; - - @override - String get selectAllButtonLabel => 'SELECT ALL'; - @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @@ -4214,24 +4190,12 @@ class MaterialLocalizationEnGb extends MaterialLocalizationEn { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; - @override - String get copyButtonLabel => 'COPY'; - - @override - String get selectAllButtonLabel => 'SELECT ALL'; - @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @override String get licensesPageTitle => 'Licences'; - @override - String get pasteButtonLabel => 'PASTE'; - - @override - String get cutButtonLabel => 'CUT'; - @override String get popupMenuLabel => 'Pop-up menu'; @@ -4277,24 +4241,12 @@ class MaterialLocalizationEnIe extends MaterialLocalizationEn { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; - @override - String get copyButtonLabel => 'COPY'; - - @override - String get selectAllButtonLabel => 'SELECT ALL'; - @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @override String get licensesPageTitle => 'Licences'; - @override - String get pasteButtonLabel => 'PASTE'; - - @override - String get cutButtonLabel => 'CUT'; - @override String get popupMenuLabel => 'Pop-up menu'; @@ -4340,18 +4292,6 @@ class MaterialLocalizationEnIn extends MaterialLocalizationEn { @override String get licensesPageTitle => 'Licences'; - @override - String get copyButtonLabel => 'COPY'; - - @override - String get cutButtonLabel => 'CUT'; - - @override - String get pasteButtonLabel => 'PASTE'; - - @override - String get selectAllButtonLabel => 'SELECT ALL'; - @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @@ -4400,18 +4340,6 @@ class MaterialLocalizationEnNz extends MaterialLocalizationEn { @override String get licensesPageTitle => 'Licences'; - @override - String get copyButtonLabel => 'COPY'; - - @override - String get cutButtonLabel => 'CUT'; - - @override - String get pasteButtonLabel => 'PASTE'; - - @override - String get selectAllButtonLabel => 'SELECT ALL'; - @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @@ -4460,18 +4388,6 @@ class MaterialLocalizationEnSg extends MaterialLocalizationEn { @override String get licensesPageTitle => 'Licences'; - @override - String get copyButtonLabel => 'COPY'; - - @override - String get cutButtonLabel => 'CUT'; - - @override - String get pasteButtonLabel => 'PASTE'; - - @override - String get selectAllButtonLabel => 'SELECT ALL'; - @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @@ -4520,24 +4436,12 @@ class MaterialLocalizationEnZa extends MaterialLocalizationEn { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; - @override - String get copyButtonLabel => 'COPY'; - - @override - String get selectAllButtonLabel => 'SELECT ALL'; - @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @override String get licensesPageTitle => 'Licences'; - @override - String get pasteButtonLabel => 'PASTE'; - - @override - String get cutButtonLabel => 'CUT'; - @override String get popupMenuLabel => 'Pop-up menu'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index 2f2a9931f1d0..3d2c396627fd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -118,12 +118,12 @@ "description": "The label for continue buttons and menu items." }, - "copyButtonLabel": "Copy", + "copyButtonLabel": "COPY", "@copyButtonLabel": { "description": "The label for copy buttons and menu items." }, - "cutButtonLabel": "Cut", + "cutButtonLabel": "CUT", "@cutButtonLabel": { "description": "The label for cut buttons and menu items." }, @@ -133,12 +133,12 @@ "description": "The label for OK buttons and menu items." }, - "pasteButtonLabel": "Paste", + "pasteButtonLabel": "PASTE", "@pasteButtonLabel": { "description": "The label for paste buttons and menu items." }, - "selectAllButtonLabel": "Select all", + "selectAllButtonLabel": "SELECT ALL", "@selectAllButtonLabel": { "description": "The label for select-all buttons and menu items." }, From 47f58fdb8e139313b8ada65fb7d436874f175a0b Mon Sep 17 00:00:00 2001 From: Gary Qian Date: Tue, 16 Jun 2020 09:15:03 -0700 Subject: [PATCH 138/327] Docs 'a a' fix (#50232) From 2f3f91671c9e2bad16b42ca067ffa35046edd390 Mon Sep 17 00:00:00 2001 From: Justin McCandless Date: Thu, 18 Jun 2020 16:33:03 -0700 Subject: [PATCH 139/327] Reland modernize selection menu appearance (#59617) --- .../generated_material_localizations.dart | 104 +++++++++++++++++- .../lib/src/l10n/material_en.arb | 8 +- 2 files changed, 104 insertions(+), 8 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index f7a3076cbdfc..9d4dc65af2d9 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -3855,10 +3855,10 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get continueButtonLabel => 'CONTINUE'; @override - String get copyButtonLabel => 'COPY'; + String get copyButtonLabel => 'Copy'; @override - String get cutButtonLabel => 'CUT'; + String get cutButtonLabel => 'Cut'; @override String get dateHelpText => 'mm/dd/yyyy'; @@ -3942,7 +3942,7 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow of about \$rowCount'; @override - String get pasteButtonLabel => 'PASTE'; + String get pasteButtonLabel => 'Paste'; @override String get popupMenuLabel => 'Popup menu'; @@ -4008,7 +4008,7 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Search'; @override - String get selectAllButtonLabel => 'SELECT ALL'; + String get selectAllButtonLabel => 'Select all'; @override String get selectYearSemanticsLabel => 'Select year'; @@ -4094,6 +4094,18 @@ class MaterialLocalizationEnAu extends MaterialLocalizationEn { @override String get licensesPageTitle => 'Licences'; + @override + String get copyButtonLabel => 'COPY'; + + @override + String get cutButtonLabel => 'CUT'; + + @override + String get pasteButtonLabel => 'PASTE'; + + @override + String get selectAllButtonLabel => 'SELECT ALL'; + @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @@ -4142,6 +4154,18 @@ class MaterialLocalizationEnCa extends MaterialLocalizationEn { @override String get licensesPageTitle => 'Licences'; + @override + String get copyButtonLabel => 'COPY'; + + @override + String get cutButtonLabel => 'CUT'; + + @override + String get pasteButtonLabel => 'PASTE'; + + @override + String get selectAllButtonLabel => 'SELECT ALL'; + @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @@ -4190,12 +4214,24 @@ class MaterialLocalizationEnGb extends MaterialLocalizationEn { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + @override + String get copyButtonLabel => 'COPY'; + + @override + String get selectAllButtonLabel => 'SELECT ALL'; + @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @override String get licensesPageTitle => 'Licences'; + @override + String get pasteButtonLabel => 'PASTE'; + + @override + String get cutButtonLabel => 'CUT'; + @override String get popupMenuLabel => 'Pop-up menu'; @@ -4241,12 +4277,24 @@ class MaterialLocalizationEnIe extends MaterialLocalizationEn { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + @override + String get copyButtonLabel => 'COPY'; + + @override + String get selectAllButtonLabel => 'SELECT ALL'; + @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @override String get licensesPageTitle => 'Licences'; + @override + String get pasteButtonLabel => 'PASTE'; + + @override + String get cutButtonLabel => 'CUT'; + @override String get popupMenuLabel => 'Pop-up menu'; @@ -4292,6 +4340,18 @@ class MaterialLocalizationEnIn extends MaterialLocalizationEn { @override String get licensesPageTitle => 'Licences'; + @override + String get copyButtonLabel => 'COPY'; + + @override + String get cutButtonLabel => 'CUT'; + + @override + String get pasteButtonLabel => 'PASTE'; + + @override + String get selectAllButtonLabel => 'SELECT ALL'; + @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @@ -4340,6 +4400,18 @@ class MaterialLocalizationEnNz extends MaterialLocalizationEn { @override String get licensesPageTitle => 'Licences'; + @override + String get copyButtonLabel => 'COPY'; + + @override + String get cutButtonLabel => 'CUT'; + + @override + String get pasteButtonLabel => 'PASTE'; + + @override + String get selectAllButtonLabel => 'SELECT ALL'; + @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @@ -4388,6 +4460,18 @@ class MaterialLocalizationEnSg extends MaterialLocalizationEn { @override String get licensesPageTitle => 'Licences'; + @override + String get copyButtonLabel => 'COPY'; + + @override + String get cutButtonLabel => 'CUT'; + + @override + String get pasteButtonLabel => 'PASTE'; + + @override + String get selectAllButtonLabel => 'SELECT ALL'; + @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @@ -4436,12 +4520,24 @@ class MaterialLocalizationEnZa extends MaterialLocalizationEn { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + @override + String get copyButtonLabel => 'COPY'; + + @override + String get selectAllButtonLabel => 'SELECT ALL'; + @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @override String get licensesPageTitle => 'Licences'; + @override + String get pasteButtonLabel => 'PASTE'; + + @override + String get cutButtonLabel => 'CUT'; + @override String get popupMenuLabel => 'Pop-up menu'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index 3d2c396627fd..2f2a9931f1d0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -118,12 +118,12 @@ "description": "The label for continue buttons and menu items." }, - "copyButtonLabel": "COPY", + "copyButtonLabel": "Copy", "@copyButtonLabel": { "description": "The label for copy buttons and menu items." }, - "cutButtonLabel": "CUT", + "cutButtonLabel": "Cut", "@cutButtonLabel": { "description": "The label for cut buttons and menu items." }, @@ -133,12 +133,12 @@ "description": "The label for OK buttons and menu items." }, - "pasteButtonLabel": "PASTE", + "pasteButtonLabel": "Paste", "@pasteButtonLabel": { "description": "The label for paste buttons and menu items." }, - "selectAllButtonLabel": "SELECT ALL", + "selectAllButtonLabel": "Select all", "@selectAllButtonLabel": { "description": "The label for select-all buttons and menu items." }, From 1af9a6e7da9e90c4ce3a6e76b0d5585ac3147ea6 Mon Sep 17 00:00:00 2001 From: Sam Rawlins Date: Fri, 19 Jun 2020 15:25:13 -0700 Subject: [PATCH 140/327] Remove unused import which shares prefix name with a used import. (#59160) Due to a bug in analyzer [1], some unused imports are not reported when multiple import directives share a prefix name, and one or more are unused. [1] https://github.com/dart-lang/sdk/issues/38784 --- .../flutter_localizations/lib/src/cupertino_localizations.dart | 1 - .../flutter_localizations/lib/src/material_localizations.dart | 1 - 2 files changed, 2 deletions(-) diff --git a/packages/flutter_localizations/lib/src/cupertino_localizations.dart b/packages/flutter_localizations/lib/src/cupertino_localizations.dart index 3b8badfb6a83..584862192d35 100644 --- a/packages/flutter_localizations/lib/src/cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/cupertino_localizations.dart @@ -7,7 +7,6 @@ import 'dart:async'; import 'package:flutter/cupertino.dart'; import 'package:flutter/foundation.dart'; import 'package:intl/intl.dart' as intl; -import 'package:intl/date_symbols.dart' as intl; import 'l10n/generated_cupertino_localizations.dart'; import 'utils/date_localizations.dart' as util; diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 297fcc27d3dc..ceab16e09bd6 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -7,7 +7,6 @@ import 'dart:async'; import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:intl/intl.dart' as intl; -import 'package:intl/date_symbols.dart' as intl; import 'cupertino_localizations.dart'; import 'l10n/generated_material_localizations.dart'; From 0611f7244e27c01c1af72801d8b9a35178f6ac9f Mon Sep 17 00:00:00 2001 From: rami-a <2364772+rami-a@users.noreply.github.com> Date: Mon, 22 Jun 2020 20:03:04 -0400 Subject: [PATCH 141/327] [Material] Redesign Time Picker (#59191) --- .../test/material/time_picker_test.dart | 210 ++++++++++++------ 1 file changed, 141 insertions(+), 69 deletions(-) diff --git a/packages/flutter_localizations/test/material/time_picker_test.dart b/packages/flutter_localizations/test/material/time_picker_test.dart index 597e2412f961..47a7df722dc4 100644 --- a/packages/flutter_localizations/test/material/time_picker_test.dart +++ b/packages/flutter_localizations/test/material/time_picker_test.dart @@ -43,7 +43,7 @@ class _TimePickerLauncher extends StatelessWidget { Future startPicker( WidgetTester tester, ValueChanged onChanged, { - Locale locale = const Locale('en', 'US'), + Locale locale = const Locale('en', 'US'), }) async { await tester.pumpWidget(_TimePickerLauncher(onChanged: onChanged, locale: locale,)); await tester.tap(find.text('X')); @@ -58,66 +58,151 @@ Future finishPicker(WidgetTester tester) async { } void main() { - testWidgets('can localize the header in all known formats', (WidgetTester tester) async { + testWidgets('can localize the header in all known formats - portrait', (WidgetTester tester) async { + // Ensure picker is displayed in portrait mode. + tester.binding.window.physicalSizeTestValue = const Size(400, 800); + tester.binding.window.devicePixelRatioTestValue = 1; + + final Finder stringFragmentTextFinder = find.descendant( + of: find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_StringFragment'), + matching: find.byType(Text), + ).first; + final Finder hourControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_HourControl'); + final Finder minuteControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_MinuteControl'); + final Finder dayPeriodControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_DayPeriodControl'); + // TODO(yjbanov): also test `HH.mm` (in_ID), `a h:mm` (ko_KR) and `HH:mm น.` (th_TH) when we have .arb files for them - final Map> locales = >{ - const Locale('en', 'US'): const ['hour', 'string :', 'minute', 'period'], //'h:mm a' - const Locale('en', 'GB'): const ['hour', 'string :', 'minute'], //'HH:mm' - const Locale('es', 'ES'): const ['hour', 'string :', 'minute'], //'H:mm' - const Locale('fr', 'CA'): const ['hour', 'string h', 'minute'], //'HH \'h\' mm' - const Locale('zh', 'ZH'): const ['period', 'hour', 'string :', 'minute'], //'ah:mm' - }; - - for (final Locale locale in locales.keys) { + final List locales = [ + const Locale('en', 'US'), //'h:mm a' + const Locale('en', 'GB'), //'HH:mm' + const Locale('es', 'ES'), //'H:mm' + const Locale('fr', 'CA'), //'HH \'h\' mm' + const Locale('zh', 'ZH'), //'ah:mm' + ]; + + for (final Locale locale in locales) { final Offset center = await startPicker(tester, (TimeOfDay time) { }, locale: locale); - final List actual = []; - tester.element(find.byType(CustomMultiChildLayout)).visitChildren((Element child) { - final LayoutId layout = child.widget as LayoutId; - final String fragmentType = '${layout.child.runtimeType}'; - final dynamic widget = layout.child; - if (fragmentType == '_MinuteControl') { - actual.add('minute'); - } else if (fragmentType == '_DayPeriodControl') { - actual.add('period'); - } else if (fragmentType == '_HourControl') { - actual.add('hour'); - } else if (fragmentType == '_StringFragment') { - actual.add('string ${widget.value}'); - } else { - fail('Unsupported fragment type: $fragmentType'); - } - }); - expect(actual, locales[locale]); + final Text stringFragmentText = tester.widget(stringFragmentTextFinder); + final double hourLeftOffset = tester.getTopLeft(hourControlFinder).dx; + final double minuteLeftOffset = tester.getTopLeft(minuteControlFinder).dx; + final double stringFragmentLeftOffset = tester.getTopLeft(stringFragmentTextFinder).dx; + + if (locale == const Locale('en', 'US')) { + final double dayPeriodLeftOffset = tester.getTopLeft(dayPeriodControlFinder).dx; + expect(stringFragmentText.data, ':'); + expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); + expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); + expect(minuteLeftOffset, lessThan(dayPeriodLeftOffset)); + } else if (locale == const Locale('en', 'GB')) { + expect(stringFragmentText.data, ':'); + expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); + expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); + expect(dayPeriodControlFinder, findsNothing); + } else if (locale == const Locale('es', 'ES')) { + expect(stringFragmentText.data, ':'); + expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); + expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); + expect(dayPeriodControlFinder, findsNothing); + } else if (locale == const Locale('fr', 'CA')) { + expect(stringFragmentText.data, 'h'); + expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); + expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); + expect(dayPeriodControlFinder, findsNothing); + } else if (locale == const Locale('zh', 'ZH')) { + final double dayPeriodLeftOffset = tester.getTopLeft(dayPeriodControlFinder).dx; + expect(stringFragmentText.data, ':'); + expect(dayPeriodLeftOffset, lessThan(hourLeftOffset)); + expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); + expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); + } await tester.tapAt(Offset(center.dx, center.dy - 50.0)); await finishPicker(tester); } + + tester.binding.window.physicalSizeTestValue = null; + tester.binding.window.devicePixelRatioTestValue = null; }); - testWidgets('uses single-ring 12-hour dial for h hour format', (WidgetTester tester) async { - // Tap along the segment stretching from the center to the edge at - // 12:00 AM position. Because there's only one ring, no matter where you - // tap the time will be the same. See the 24-hour dial test that behaves - // differently. - for (int i = 1; i < 10; i++) { - TimeOfDay result; - final Offset center = await startPicker(tester, (TimeOfDay time) { result = time; }); - final Size size = tester.getSize(find.byKey(const Key('time-picker-dial'))); - final double dy = (size.height / 2.0 / 10) * i; - await tester.tapAt(Offset(center.dx, center.dy - dy)); + testWidgets('can localize the header in all known formats - landscape', (WidgetTester tester) async { + // Ensure picker is displayed in landscape mode. + tester.binding.window.physicalSizeTestValue = const Size(800, 400); + tester.binding.window.devicePixelRatioTestValue = 1; + + final Finder stringFragmentTextFinder = find.descendant( + of: find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_StringFragment'), + matching: find.byType(Text), + ).first; + final Finder hourControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_HourControl'); + final Finder minuteControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_MinuteControl'); + final Finder dayPeriodControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_DayPeriodControl'); + + // TODO(yjbanov): also test `HH.mm` (in_ID), `a h:mm` (ko_KR) and `HH:mm น.` (th_TH) when we have .arb files for them + final List locales = [ + const Locale('en', 'US'), //'h:mm a' + const Locale('en', 'GB'), //'HH:mm' + const Locale('es', 'ES'), //'H:mm' + const Locale('fr', 'CA'), //'HH \'h\' mm' + const Locale('zh', 'ZH'), //'ah:mm' + ]; + + for (final Locale locale in locales) { + final Offset center = await startPicker(tester, (TimeOfDay time) { }, locale: locale); + final Text stringFragmentText = tester.widget(stringFragmentTextFinder); + final double hourLeftOffset = tester.getTopLeft(hourControlFinder).dx; + final double hourTopOffset = tester.getTopLeft(hourControlFinder).dy; + final double minuteLeftOffset = tester.getTopLeft(minuteControlFinder).dx; + final double stringFragmentLeftOffset = tester.getTopLeft(stringFragmentTextFinder).dx; + + if (locale == const Locale('en', 'US')) { + final double dayPeriodLeftOffset = tester.getTopLeft(dayPeriodControlFinder).dx; + final double dayPeriodTopOffset = tester.getTopLeft(dayPeriodControlFinder).dy; + expect(stringFragmentText.data, ':'); + expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); + expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); + expect(hourLeftOffset, dayPeriodLeftOffset); + expect(hourTopOffset, lessThan(dayPeriodTopOffset)); + } else if (locale == const Locale('en', 'GB')) { + expect(stringFragmentText.data, ':'); + expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); + expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); + expect(dayPeriodControlFinder, findsNothing); + } else if (locale == const Locale('es', 'ES')) { + expect(stringFragmentText.data, ':'); + expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); + expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); + expect(dayPeriodControlFinder, findsNothing); + } else if (locale == const Locale('fr', 'CA')) { + expect(stringFragmentText.data, 'h'); + expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); + expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); + expect(dayPeriodControlFinder, findsNothing); + } else if (locale == const Locale('zh', 'ZH')) { + final double dayPeriodLeftOffset = tester.getTopLeft(dayPeriodControlFinder).dx; + final double dayPeriodTopOffset = tester.getTopLeft(dayPeriodControlFinder).dy; + expect(stringFragmentText.data, ':'); + expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); + expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); + expect(hourLeftOffset, dayPeriodLeftOffset); + expect(hourTopOffset, greaterThan(dayPeriodTopOffset)); + } + await tester.tapAt(Offset(center.dx, center.dy - 50.0)); await finishPicker(tester); - expect(result, equals(const TimeOfDay(hour: 0, minute: 0))); } + + tester.binding.window.physicalSizeTestValue = null; + tester.binding.window.devicePixelRatioTestValue = null; }); - testWidgets('uses two-ring 24-hour dial for H and HH hour formats', (WidgetTester tester) async { + testWidgets('uses single-ring 24-hour dial for all formats', (WidgetTester tester) async { const List locales = [ + Locale('en', 'US'), // h Locale('en', 'GB'), // HH Locale('es', 'ES'), // H ]; for (final Locale locale in locales) { // Tap along the segment stretching from the center to the edge at - // 12:00 AM position. There are two rings. At ~70% mark, the ring - // switches between inner ring and outer ring. + // 12:00 AM position. Because there's only one ring, no matter where you + // tap the time will be the same. for (int i = 1; i < 10; i++) { TimeOfDay result; final Offset center = await startPicker(tester, (TimeOfDay time) { result = time; }, locale: locale); @@ -125,14 +210,13 @@ void main() { final double dy = (size.height / 2.0 / 10) * i; await tester.tapAt(Offset(center.dx, center.dy - dy)); await finishPicker(tester); - expect(result, equals(TimeOfDay(hour: i < 7 ? 12 : 0, minute: 0))); + expect(result, equals(const TimeOfDay(hour: 0, minute: 0))); } } }); const List labels12To11 = ['12', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11']; - const List labels12To11TwoDigit = ['12', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11']; - const List labels00To23 = ['00', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23']; + const List labels00To22TwoDigit = ['00', '02', '04', '06', '08', '10', '12', '14', '16', '18', '20', '22']; Future mediaQueryBoilerplate(WidgetTester tester, bool alwaysUse24HourFormat) async { await tester.pumpWidget( @@ -174,19 +258,17 @@ void main() { final CustomPaint dialPaint = tester.widget(find.byKey(const ValueKey('time-picker-dial'))); final dynamic dialPainter = dialPaint.painter; - final List primaryOuterLabels = dialPainter.primaryOuterLabels as List; + final List primaryLabels = dialPainter.primaryLabels as List; expect( - primaryOuterLabels.map((dynamic tp) => ((tp.painter as TextPainter).text as TextSpan).text), + primaryLabels.map((dynamic tp) => ((tp.painter as TextPainter).text as TextSpan).text), labels12To11, ); - expect(dialPainter.primaryInnerLabels, null); - final List secondaryOuterLabels = dialPainter.secondaryOuterLabels as List; + final List secondaryLabels = dialPainter.secondaryLabels as List; expect( - secondaryOuterLabels.map((dynamic tp) => ((tp.painter as TextPainter).text as TextSpan).text), + secondaryLabels.map((dynamic tp) => ((tp.painter as TextPainter).text as TextSpan).text), labels12To11, ); - expect(dialPainter.secondaryInnerLabels, null); }); testWidgets('respects MediaQueryData.alwaysUse24HourFormat == true', (WidgetTester tester) async { @@ -194,26 +276,16 @@ void main() { final CustomPaint dialPaint = tester.widget(find.byKey(const ValueKey('time-picker-dial'))); final dynamic dialPainter = dialPaint.painter; - final List primaryOuterLabels = dialPainter.primaryOuterLabels as List; - expect( - primaryOuterLabels.map((dynamic tp) => ((tp.painter as TextPainter).text as TextSpan).text), - labels00To23, - ); - final List primaryInnerLabels = dialPainter.primaryInnerLabels as List; + final List primaryLabels = dialPainter.primaryLabels as List; expect( - primaryInnerLabels.map((dynamic tp) => ((tp.painter as TextPainter).text as TextSpan).text), - labels12To11TwoDigit, + primaryLabels.map((dynamic tp) => ((tp.painter as TextPainter).text as TextSpan).text), + labels00To22TwoDigit, ); - final List secondaryOuterLabels = dialPainter.secondaryOuterLabels as List; - expect( - secondaryOuterLabels.map((dynamic tp) => ((tp.painter as TextPainter).text as TextSpan).text), - labels00To23, - ); - final List secondaryInnerLabels = dialPainter.secondaryInnerLabels as List; + final List secondaryLabels = dialPainter.secondaryLabels as List; expect( - secondaryInnerLabels.map((dynamic tp) => ((tp.painter as TextPainter).text as TextSpan).text), - labels12To11TwoDigit, + secondaryLabels.map((dynamic tp) => ((tp.painter as TextPainter).text as TextSpan).text), + labels00To22TwoDigit, ); }); } From 21d78f921f8bee73058a470de47b143ea7910c26 Mon Sep 17 00:00:00 2001 From: Tonic Artos Date: Wed, 24 Jun 2020 00:19:45 +0800 Subject: [PATCH 142/327] New license page. (#57588) This is a PR addressing #57226 - Proposal: New UI for Licenses Page. This PR replaces the previous single panel license page with one that uses a master/detail flow (MDFlow) to display packages and their respective licenses. The License Page API remains unchanged. The logic for processing the license data is kept largely the same. This PR changes how the licenses are displayed, by introducing a responsive UI using the master/detail UI pattern. For now I am calling it Master Detail Flow, or MDFlow. MDFlow manifests as two layouts depending on the screen size. On small and medium displays, as determined by the breakpoints given by the Material Design Spec, MDFlow utilises a nested layout. On large displays, MDFlow uses a two panel (lateral) layout. MDFlow is implemented in this PR using a Navigator for the nested layout, and a Stack for the lateral layout. The master and detail views are built using builders. For the interactive component, detail pages are requested from the master view using a proxy obtained by a widget lookup on the build context; MasterDetailFlow.of(context). --- .../generated_material_localizations.dart | 510 ++++++++++++++++++ .../lib/src/l10n/material_af.arb | 4 +- .../lib/src/l10n/material_am.arb | 4 +- .../lib/src/l10n/material_ar.arb | 4 +- .../lib/src/l10n/material_as.arb | 4 +- .../lib/src/l10n/material_az.arb | 4 +- .../lib/src/l10n/material_be.arb | 4 +- .../lib/src/l10n/material_bg.arb | 4 +- .../lib/src/l10n/material_bn.arb | 4 +- .../lib/src/l10n/material_bs.arb | 4 +- .../lib/src/l10n/material_ca.arb | 4 +- .../lib/src/l10n/material_cs.arb | 4 +- .../lib/src/l10n/material_da.arb | 4 +- .../lib/src/l10n/material_de.arb | 4 +- .../lib/src/l10n/material_el.arb | 4 +- .../lib/src/l10n/material_en.arb | 7 + .../lib/src/l10n/material_en_AU.arb | 2 + .../lib/src/l10n/material_en_CA.arb | 2 + .../lib/src/l10n/material_en_GB.arb | 2 + .../lib/src/l10n/material_en_IE.arb | 2 + .../lib/src/l10n/material_en_IN.arb | 2 + .../lib/src/l10n/material_en_NZ.arb | 2 + .../lib/src/l10n/material_en_SG.arb | 2 + .../lib/src/l10n/material_en_ZA.arb | 2 + .../lib/src/l10n/material_es.arb | 4 +- .../lib/src/l10n/material_et.arb | 4 +- .../lib/src/l10n/material_eu.arb | 4 +- .../lib/src/l10n/material_fa.arb | 4 +- .../lib/src/l10n/material_fi.arb | 4 +- .../lib/src/l10n/material_fil.arb | 4 +- .../lib/src/l10n/material_fr.arb | 4 +- .../lib/src/l10n/material_gl.arb | 4 +- .../lib/src/l10n/material_gsw.arb | 4 +- .../lib/src/l10n/material_gu.arb | 4 +- .../lib/src/l10n/material_he.arb | 4 +- .../lib/src/l10n/material_hi.arb | 4 +- .../lib/src/l10n/material_hr.arb | 4 +- .../lib/src/l10n/material_hu.arb | 4 +- .../lib/src/l10n/material_hy.arb | 4 +- .../lib/src/l10n/material_id.arb | 4 +- .../lib/src/l10n/material_is.arb | 4 +- .../lib/src/l10n/material_it.arb | 4 +- .../lib/src/l10n/material_ja.arb | 4 +- .../lib/src/l10n/material_ka.arb | 4 +- .../lib/src/l10n/material_kk.arb | 4 +- .../lib/src/l10n/material_km.arb | 4 +- .../lib/src/l10n/material_kn.arb | 4 +- .../lib/src/l10n/material_ko.arb | 4 +- .../lib/src/l10n/material_ky.arb | 4 +- .../lib/src/l10n/material_lo.arb | 4 +- .../lib/src/l10n/material_lt.arb | 4 +- .../lib/src/l10n/material_lv.arb | 4 +- .../lib/src/l10n/material_mk.arb | 4 +- .../lib/src/l10n/material_ml.arb | 4 +- .../lib/src/l10n/material_mn.arb | 4 +- .../lib/src/l10n/material_mr.arb | 4 +- .../lib/src/l10n/material_ms.arb | 4 +- .../lib/src/l10n/material_my.arb | 4 +- .../lib/src/l10n/material_ne.arb | 4 +- .../lib/src/l10n/material_nl.arb | 4 +- .../lib/src/l10n/material_no.arb | 4 +- .../lib/src/l10n/material_or.arb | 4 +- .../lib/src/l10n/material_pa.arb | 4 +- .../lib/src/l10n/material_pl.arb | 4 +- .../lib/src/l10n/material_ps.arb | 4 +- .../lib/src/l10n/material_pt.arb | 4 +- .../lib/src/l10n/material_ro.arb | 4 +- .../lib/src/l10n/material_ru.arb | 4 +- .../lib/src/l10n/material_si.arb | 4 +- .../lib/src/l10n/material_sk.arb | 4 +- .../lib/src/l10n/material_sl.arb | 4 +- .../lib/src/l10n/material_sq.arb | 4 +- .../lib/src/l10n/material_sr.arb | 4 +- .../lib/src/l10n/material_sv.arb | 4 +- .../lib/src/l10n/material_sw.arb | 4 +- .../lib/src/l10n/material_ta.arb | 4 +- .../lib/src/l10n/material_te.arb | 4 +- .../lib/src/l10n/material_th.arb | 4 +- .../lib/src/l10n/material_tl.arb | 4 +- .../lib/src/l10n/material_tr.arb | 4 +- .../lib/src/l10n/material_uk.arb | 4 +- .../lib/src/l10n/material_ur.arb | 4 +- .../lib/src/l10n/material_uz.arb | 4 +- .../lib/src/l10n/material_vi.arb | 4 +- .../lib/src/l10n/material_zh.arb | 4 +- .../lib/src/l10n/material_zu.arb | 4 +- .../lib/src/material_localizations.dart | 109 ++++ 87 files changed, 870 insertions(+), 76 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index 9d4dc65af2d9..ced105c0f22a 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -140,6 +140,12 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Lisensies'; @@ -407,6 +413,12 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'ፈቃዶች'; @@ -674,6 +686,12 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'التراخيص'; @@ -941,6 +959,12 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'অনুজ্ঞাপত্ৰসমূহ'; @@ -1208,6 +1232,12 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Lisenziyalar'; @@ -1475,6 +1505,12 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Ліцэнзіі'; @@ -1742,6 +1778,12 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Лицензи'; @@ -2009,6 +2051,12 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'লাইসেন্স'; @@ -2276,6 +2324,12 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Licence'; @@ -2543,6 +2597,12 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Llicències'; @@ -2810,6 +2870,12 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Licence'; @@ -3077,6 +3143,12 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Licenser'; @@ -3344,6 +3416,12 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Lizenzen'; @@ -3647,6 +3725,12 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Άδειες'; @@ -3914,6 +3998,12 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Licenses'; @@ -4094,6 +4184,12 @@ class MaterialLocalizationEnAu extends MaterialLocalizationEn { @override String get licensesPageTitle => 'Licences'; + @override + String get licensesPackageDetailTextOne => '1 licence'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licences'; + @override String get copyButtonLabel => 'COPY'; @@ -4154,6 +4250,12 @@ class MaterialLocalizationEnCa extends MaterialLocalizationEn { @override String get licensesPageTitle => 'Licences'; + @override + String get licensesPackageDetailTextOne => '1 licence'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licences'; + @override String get copyButtonLabel => 'COPY'; @@ -4226,6 +4328,12 @@ class MaterialLocalizationEnGb extends MaterialLocalizationEn { @override String get licensesPageTitle => 'Licences'; + @override + String get licensesPackageDetailTextOne => '1 licence'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licences'; + @override String get pasteButtonLabel => 'PASTE'; @@ -4289,6 +4397,12 @@ class MaterialLocalizationEnIe extends MaterialLocalizationEn { @override String get licensesPageTitle => 'Licences'; + @override + String get licensesPackageDetailTextOne => '1 licence'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licences'; + @override String get pasteButtonLabel => 'PASTE'; @@ -4340,6 +4454,12 @@ class MaterialLocalizationEnIn extends MaterialLocalizationEn { @override String get licensesPageTitle => 'Licences'; + @override + String get licensesPackageDetailTextOne => '1 licence'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licences'; + @override String get copyButtonLabel => 'COPY'; @@ -4400,6 +4520,12 @@ class MaterialLocalizationEnNz extends MaterialLocalizationEn { @override String get licensesPageTitle => 'Licences'; + @override + String get licensesPackageDetailTextOne => '1 licence'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licences'; + @override String get copyButtonLabel => 'COPY'; @@ -4460,6 +4586,12 @@ class MaterialLocalizationEnSg extends MaterialLocalizationEn { @override String get licensesPageTitle => 'Licences'; + @override + String get licensesPackageDetailTextOne => '1 licence'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licences'; + @override String get copyButtonLabel => 'COPY'; @@ -4532,6 +4664,12 @@ class MaterialLocalizationEnZa extends MaterialLocalizationEn { @override String get licensesPageTitle => 'Licences'; + @override + String get licensesPackageDetailTextOne => '1 licence'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licences'; + @override String get pasteButtonLabel => 'PASTE'; @@ -4670,6 +4808,12 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Licencias'; @@ -6620,6 +6764,12 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Litsentsid'; @@ -6887,6 +7037,12 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Lizentziak'; @@ -7154,6 +7310,12 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'مجوزها'; @@ -7421,6 +7583,12 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Lisenssit'; @@ -7688,6 +7856,12 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Mga Lisensya'; @@ -7955,6 +8129,12 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Licences'; @@ -8282,6 +8462,12 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Licenzas'; @@ -8549,6 +8735,12 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Lizenzen'; @@ -8816,6 +9008,12 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'લાઇસન્સ'; @@ -9083,6 +9281,12 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'רישיונות'; @@ -9350,6 +9554,12 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'लाइसेंस'; @@ -9617,6 +9827,12 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Licence'; @@ -9884,6 +10100,12 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Licencek'; @@ -10151,6 +10373,12 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Արտոնագրեր'; @@ -10418,6 +10646,12 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Lisensi'; @@ -10685,6 +10919,12 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Leyfi'; @@ -10952,6 +11192,12 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Licenze'; @@ -11219,6 +11465,12 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'ライセンス'; @@ -11486,6 +11738,12 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'ლიცენზიები'; @@ -11753,6 +12011,12 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Лицензиялар'; @@ -12020,6 +12284,12 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'អាជ្ញាបណ្ណ'; @@ -12287,6 +12557,12 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => '\u{caa}\u{cb0}\u{cb5}\u{cbe}\u{ca8}\u{c97}\u{cbf}\u{c97}\u{cb3}\u{cc1}'; @@ -12554,6 +12830,12 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => '라이선스'; @@ -12821,6 +13103,12 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Уруксаттамалар'; @@ -13088,6 +13376,12 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'ໃບອະນຸຍາດ'; @@ -13355,6 +13649,12 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Licencijos'; @@ -13622,6 +13922,12 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Licences'; @@ -13889,6 +14195,12 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Лиценци'; @@ -14156,6 +14468,12 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'ലൈസൻസുകൾ'; @@ -14423,6 +14741,12 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Лиценз'; @@ -14690,6 +15014,12 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'परवाने'; @@ -14957,6 +15287,12 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Lesen'; @@ -15224,6 +15560,12 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'လိုင်စင်များ'; @@ -15521,6 +15863,12 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'इजाजतपत्रहरू'; @@ -15788,6 +16136,12 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Licenties'; @@ -16055,6 +16409,12 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Lisenser'; @@ -16322,6 +16682,12 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'ଲାଇସେନ୍ସଗୁଡ଼କ'; @@ -16589,6 +16955,12 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'ਲਾਇਸੰਸ'; @@ -16856,6 +17228,12 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Licencje'; @@ -17123,6 +17501,12 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'جوازونه'; @@ -17390,6 +17774,12 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Licenças'; @@ -17741,6 +18131,12 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Licențe'; @@ -18008,6 +18404,12 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Лицензии'; @@ -18275,6 +18677,12 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'බලපත්‍ර'; @@ -18542,6 +18950,12 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Licencie'; @@ -18809,6 +19223,12 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Licence'; @@ -19076,6 +19496,12 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Licencat'; @@ -19343,6 +19769,12 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Лиценце'; @@ -19829,6 +20261,12 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Licenser'; @@ -20096,6 +20534,12 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Leseni'; @@ -20363,6 +20807,12 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'உரிமங்கள்'; @@ -20630,6 +21080,12 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'లైసెన్స్‌లు'; @@ -20897,6 +21353,12 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'ใบอนุญาต'; @@ -21164,6 +21626,12 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Mga Lisensya'; @@ -21431,6 +21899,12 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Lisanslar'; @@ -21698,6 +22172,12 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Ліцензії'; @@ -21965,6 +22445,12 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'لائسنسز'; @@ -22232,6 +22718,12 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Litsenziyalar'; @@ -22499,6 +22991,12 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Giấy phép'; @@ -22766,6 +23264,12 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => '许可'; @@ -23330,6 +23834,12 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get licensesPackageDetailTextOne => '1 license'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override String get licensesPageTitle => 'Amalayisense'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_af.arb b/packages/flutter_localizations/lib/src/l10n/material_af.arb index 01a4af42b93e..7d1d4276271a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_af.arb @@ -69,5 +69,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_am.arb b/packages/flutter_localizations/lib/src/l10n/material_am.arb index 5d3191c7bd25..ede7ed535253 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_am.arb @@ -69,5 +69,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index e0aeb7d8793b..11ba2d2cf54b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -77,5 +77,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_as.arb b/packages/flutter_localizations/lib/src/l10n/material_as.arb index 2499c766a82a..8a7c2cf807a5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_as.arb @@ -69,5 +69,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_az.arb b/packages/flutter_localizations/lib/src/l10n/material_az.arb index 7c34243fcf70..7a071a85e578 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_az.arb @@ -69,5 +69,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_be.arb b/packages/flutter_localizations/lib/src/l10n/material_be.arb index be89f1ff0290..3abf66365eae 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_be.arb @@ -73,5 +73,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bg.arb b/packages/flutter_localizations/lib/src/l10n/material_bg.arb index 1e105f24757a..905b535ad89e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bg.arb @@ -70,5 +70,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bn.arb b/packages/flutter_localizations/lib/src/l10n/material_bn.arb index 80bb3c1ca9c3..58e4a67dc975 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bn.arb @@ -69,5 +69,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bs.arb b/packages/flutter_localizations/lib/src/l10n/material_bs.arb index 9b0fa10509a6..78ded482087f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bs.arb @@ -72,5 +72,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ca.arb b/packages/flutter_localizations/lib/src/l10n/material_ca.arb index 3253948b6edc..9b79f60ecc1a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ca.arb @@ -70,5 +70,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_cs.arb b/packages/flutter_localizations/lib/src/l10n/material_cs.arb index a57431c31ac9..0f76bb412e2d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cs.arb @@ -74,5 +74,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_da.arb b/packages/flutter_localizations/lib/src/l10n/material_da.arb index 0054e34af054..270ca3c3a92f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_da.arb @@ -70,5 +70,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index 09c0b9dc672e..61c96910b8a4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -71,5 +71,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_el.arb b/packages/flutter_localizations/lib/src/l10n/material_el.arb index fa0d51e46ba1..1a9de827c0bf 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_el.arb @@ -70,5 +70,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index 2f2a9931f1d0..bba282424e05 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -72,6 +72,13 @@ "description": "The title for the Flutter licenses page." }, + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses", + "@licensesPackageDetailText": { + "description": "The subtitle and detail text for a package displayed on the Flutter licenses page. The value of $licenseCount is an integer which indicates the number of licenses the package has. A zero value is not allowed.", + "plural": "licenseCount" + }, + "pageRowsInfoTitle": "$firstRow–$lastRow of $rowCount", "@pageRowsInfoTitle": { "description": "The text shown in the footer of a paginated data table when the exact overall row count is known. This message describes an integer range where $firstRow is the index of the start of the range, $lastRow is the index of the end of the range, and $rowCount is the limit of the range. All values are greater than or equal to zero.", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb index 1c8368b299cc..8fa0d443d617 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb @@ -19,6 +19,8 @@ "showMenuTooltip": "Show menu", "aboutListTileTitle": "About $applicationName", "licensesPageTitle": "Licences", + "licensesPackageDetailTextOne": "1 licence", + "licensesPackageDetailTextOther": "$licenseCount licences", "pageRowsInfoTitle": "$firstRow–$lastRow of $rowCount", "pageRowsInfoTitleApproximate": "$firstRow–$lastRow of about $rowCount", "rowsPerPageTitle": "Rows per page:", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb index 1c8368b299cc..8fa0d443d617 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb @@ -19,6 +19,8 @@ "showMenuTooltip": "Show menu", "aboutListTileTitle": "About $applicationName", "licensesPageTitle": "Licences", + "licensesPackageDetailTextOne": "1 licence", + "licensesPackageDetailTextOther": "$licenseCount licences", "pageRowsInfoTitle": "$firstRow–$lastRow of $rowCount", "pageRowsInfoTitleApproximate": "$firstRow–$lastRow of about $rowCount", "rowsPerPageTitle": "Rows per page:", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb index b20c0a468963..33ecc7b53f7e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb @@ -19,6 +19,8 @@ "aboutListTileTitle": "About $applicationName", "backButtonTooltip": "Back", "licensesPageTitle": "Licences", + "licensesPackageDetailTextOne": "1 licence", + "licensesPackageDetailTextOther": "$licenseCount licences", "okButtonLabel": "OK", "pasteButtonLabel": "PASTE", "previousMonthTooltip": "Previous month", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb index b20c0a468963..33ecc7b53f7e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb @@ -19,6 +19,8 @@ "aboutListTileTitle": "About $applicationName", "backButtonTooltip": "Back", "licensesPageTitle": "Licences", + "licensesPackageDetailTextOne": "1 licence", + "licensesPackageDetailTextOther": "$licenseCount licences", "okButtonLabel": "OK", "pasteButtonLabel": "PASTE", "previousMonthTooltip": "Previous month", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb index 1c8368b299cc..8fa0d443d617 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb @@ -19,6 +19,8 @@ "showMenuTooltip": "Show menu", "aboutListTileTitle": "About $applicationName", "licensesPageTitle": "Licences", + "licensesPackageDetailTextOne": "1 licence", + "licensesPackageDetailTextOther": "$licenseCount licences", "pageRowsInfoTitle": "$firstRow–$lastRow of $rowCount", "pageRowsInfoTitleApproximate": "$firstRow–$lastRow of about $rowCount", "rowsPerPageTitle": "Rows per page:", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb b/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb index 9f57cf8b75db..93f9ec6ff24a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb @@ -13,6 +13,8 @@ "showMenuTooltip": "Show menu", "aboutListTileTitle": "About $applicationName", "licensesPageTitle": "Licences", + "licensesPackageDetailTextOne": "1 licence", + "licensesPackageDetailTextOther": "$licenseCount licences", "pageRowsInfoTitle": "$firstRow–$lastRow of $rowCount", "pageRowsInfoTitleApproximate": "$firstRow–$lastRow of about $rowCount", "rowsPerPageTitle": "Rows per page:", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb index 1c8368b299cc..8fa0d443d617 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb @@ -19,6 +19,8 @@ "showMenuTooltip": "Show menu", "aboutListTileTitle": "About $applicationName", "licensesPageTitle": "Licences", + "licensesPackageDetailTextOne": "1 licence", + "licensesPackageDetailTextOther": "$licenseCount licences", "pageRowsInfoTitle": "$firstRow–$lastRow of $rowCount", "pageRowsInfoTitleApproximate": "$firstRow–$lastRow of about $rowCount", "rowsPerPageTitle": "Rows per page:", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb index b20c0a468963..33ecc7b53f7e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb @@ -19,6 +19,8 @@ "aboutListTileTitle": "About $applicationName", "backButtonTooltip": "Back", "licensesPageTitle": "Licences", + "licensesPackageDetailTextOne": "1 licence", + "licensesPackageDetailTextOther": "$licenseCount licences", "okButtonLabel": "OK", "pasteButtonLabel": "PASTE", "previousMonthTooltip": "Previous month", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index 87030af4504e..09d162743822 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -71,5 +71,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_et.arb b/packages/flutter_localizations/lib/src/l10n/material_et.arb index a7e310c03e69..9a31a3d74755 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_et.arb @@ -70,5 +70,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_eu.arb b/packages/flutter_localizations/lib/src/l10n/material_eu.arb index 59e96ed3233e..76d0a1e23d7a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_eu.arb @@ -69,5 +69,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index 8d7b5138a789..1bde47e3ba47 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -70,5 +70,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fi.arb b/packages/flutter_localizations/lib/src/l10n/material_fi.arb index 271119e25b73..310bdc2311fa 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fi.arb @@ -70,5 +70,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fil.arb b/packages/flutter_localizations/lib/src/l10n/material_fil.arb index 5b44273d5619..2315919401fa 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fil.arb @@ -70,5 +70,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index a234c6010a3c..47af9eb73c59 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -71,5 +71,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gl.arb b/packages/flutter_localizations/lib/src/l10n/material_gl.arb index f2612ece8318..a8e46dbb0662 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gl.arb @@ -71,5 +71,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index b363f41e7e4f..67932489c851 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -70,5 +70,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gu.arb b/packages/flutter_localizations/lib/src/l10n/material_gu.arb index 80eec7d04ed9..f5bd95601863 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gu.arb @@ -69,5 +69,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index 4e2ac4943696..b6da57a0eef2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -74,5 +74,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hi.arb b/packages/flutter_localizations/lib/src/l10n/material_hi.arb index d313f01a6248..cce854193555 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hi.arb @@ -70,5 +70,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hr.arb b/packages/flutter_localizations/lib/src/l10n/material_hr.arb index 7b54d6c06f81..2bbe4aaccd8c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hr.arb @@ -72,5 +72,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hu.arb b/packages/flutter_localizations/lib/src/l10n/material_hu.arb index 88a129e95443..36eeb5eb8894 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hu.arb @@ -70,5 +70,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hy.arb b/packages/flutter_localizations/lib/src/l10n/material_hy.arb index edd19e959160..26deca5dacf1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hy.arb @@ -75,5 +75,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_id.arb b/packages/flutter_localizations/lib/src/l10n/material_id.arb index e28c1deca66d..972a2c07048c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_id.arb @@ -70,5 +70,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_is.arb b/packages/flutter_localizations/lib/src/l10n/material_is.arb index 95a26078f03c..fb21abb9f182 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_is.arb @@ -69,5 +69,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index 33fefc5e5d0e..172926c58394 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -70,5 +70,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index 8917fb93591a..21c40ed0b104 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -70,5 +70,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ka.arb b/packages/flutter_localizations/lib/src/l10n/material_ka.arb index c19c00011254..fc80a0ce229b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ka.arb @@ -69,5 +69,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kk.arb b/packages/flutter_localizations/lib/src/l10n/material_kk.arb index dfd3adf13987..bfd4d6ec9491 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kk.arb @@ -71,5 +71,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_km.arb b/packages/flutter_localizations/lib/src/l10n/material_km.arb index 44d3a00b07d3..a87651ce5709 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_km.arb @@ -70,5 +70,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kn.arb b/packages/flutter_localizations/lib/src/l10n/material_kn.arb index 90f75c76f87c..12a385fc5ebe 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kn.arb @@ -69,5 +69,7 @@ "datePickerHelpText": "\u0053\u0045\u004c\u0045\u0043\u0054\u0020\u0044\u0041\u0054\u0045", "dateRangePickerHelpText": "\u0053\u0045\u004c\u0045\u0043\u0054\u0020\u0052\u0041\u004e\u0047\u0045", "calendarModeButtonLabel": "\u0053\u0077\u0069\u0074\u0063\u0068\u0020\u0074\u006f\u0020\u0063\u0061\u006c\u0065\u006e\u0064\u0061\u0072", - "inputDateModeButtonLabel": "\u0053\u0077\u0069\u0074\u0063\u0068\u0020\u0074\u006f\u0020\u0069\u006e\u0070\u0075\u0074" + "inputDateModeButtonLabel": "\u0053\u0077\u0069\u0074\u0063\u0068\u0020\u0074\u006f\u0020\u0069\u006e\u0070\u0075\u0074", + "licensesPackageDetailTextOne": "\u0031\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065", + "licensesPackageDetailTextOther": "\u0024\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0043\u006f\u0075\u006e\u0074\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0073" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index 9a84b6f9c0ae..4bd4d6e3afb7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -70,5 +70,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ky.arb b/packages/flutter_localizations/lib/src/l10n/material_ky.arb index 3925fab5b4b9..6aae1707ba7d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ky.arb @@ -69,5 +69,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lo.arb b/packages/flutter_localizations/lib/src/l10n/material_lo.arb index 7d88c7772dc8..261035a7ca60 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lo.arb @@ -69,5 +69,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lt.arb b/packages/flutter_localizations/lib/src/l10n/material_lt.arb index c97f6b621693..0e129b5810c7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lt.arb @@ -74,5 +74,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lv.arb b/packages/flutter_localizations/lib/src/l10n/material_lv.arb index 6f79d323ac4e..d3c63f5e7106 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lv.arb @@ -71,5 +71,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mk.arb b/packages/flutter_localizations/lib/src/l10n/material_mk.arb index c07e77d31b37..c955c3eada7b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mk.arb @@ -69,5 +69,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ml.arb b/packages/flutter_localizations/lib/src/l10n/material_ml.arb index 67cdb945c84b..b87ecbad31c5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ml.arb @@ -69,5 +69,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mn.arb b/packages/flutter_localizations/lib/src/l10n/material_mn.arb index ff83b5e29976..aa5c38174ad0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mn.arb @@ -71,5 +71,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mr.arb b/packages/flutter_localizations/lib/src/l10n/material_mr.arb index d95112d0cbaf..f2119913fc73 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mr.arb @@ -71,5 +71,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ms.arb b/packages/flutter_localizations/lib/src/l10n/material_ms.arb index 061156a24397..adc79367504a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ms.arb @@ -71,5 +71,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_my.arb b/packages/flutter_localizations/lib/src/l10n/material_my.arb index 5953e10a57de..7993f757fd0d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_my.arb @@ -69,5 +69,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ne.arb b/packages/flutter_localizations/lib/src/l10n/material_ne.arb index 387e1eed5c89..e6911b2419cd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ne.arb @@ -69,5 +69,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index 0b12e136e384..8b3139633725 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -70,5 +70,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_no.arb b/packages/flutter_localizations/lib/src/l10n/material_no.arb index 5e390d5cf3bf..08bde5926fb8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_no.arb @@ -70,5 +70,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_or.arb b/packages/flutter_localizations/lib/src/l10n/material_or.arb index 8c0cc4daf711..98d1cc3fcf5f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_or.arb @@ -69,5 +69,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pa.arb b/packages/flutter_localizations/lib/src/l10n/material_pa.arb index 9b07f28b8c12..c0b749d15738 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pa.arb @@ -69,5 +69,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index 1fbe5d0b9fa7..225be5e63aad 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -74,5 +74,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ps.arb b/packages/flutter_localizations/lib/src/l10n/material_ps.arb index ef053e9bc08d..770c45cbf9de 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ps.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ps.arb @@ -69,5 +69,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index 1aea11eb015d..85b56d537d88 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -72,5 +72,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/flutter_localizations/lib/src/l10n/material_ro.arb index 071cf2d451e0..61ad2ca25ebf 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ro.arb @@ -73,5 +73,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index da088ccdcbd3..3b74ef76acf5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -75,5 +75,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_si.arb b/packages/flutter_localizations/lib/src/l10n/material_si.arb index e3bb5fd110a0..e7fac8137f87 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_si.arb @@ -69,5 +69,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sk.arb b/packages/flutter_localizations/lib/src/l10n/material_sk.arb index 652b2dc101d9..d804d1990faa 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sk.arb @@ -74,5 +74,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sl.arb b/packages/flutter_localizations/lib/src/l10n/material_sl.arb index 88ac22dd7a20..944d6c7c6688 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sl.arb @@ -74,5 +74,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sq.arb b/packages/flutter_localizations/lib/src/l10n/material_sq.arb index 1f0185175128..e65d6e7c3f94 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sq.arb @@ -69,5 +69,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr.arb b/packages/flutter_localizations/lib/src/l10n/material_sr.arb index e0d6e160e8ea..3bdc9c2e9544 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr.arb @@ -72,5 +72,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sv.arb b/packages/flutter_localizations/lib/src/l10n/material_sv.arb index 44da4cb1c789..8ee4e483fb42 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sv.arb @@ -70,5 +70,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sw.arb b/packages/flutter_localizations/lib/src/l10n/material_sw.arb index dbf83169d6cc..fec52a3f224d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sw.arb @@ -71,5 +71,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ta.arb b/packages/flutter_localizations/lib/src/l10n/material_ta.arb index f3be97411ff7..f553ef429ba4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ta.arb @@ -71,5 +71,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_te.arb b/packages/flutter_localizations/lib/src/l10n/material_te.arb index 36d41ff8fc71..895c94317807 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_te.arb @@ -69,5 +69,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/flutter_localizations/lib/src/l10n/material_th.arb index 902b61930a13..8be79993d68f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_th.arb @@ -70,5 +70,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tl.arb b/packages/flutter_localizations/lib/src/l10n/material_tl.arb index 5b44273d5619..2315919401fa 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tl.arb @@ -70,5 +70,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index 57b84672a8db..5a1852ce5f1f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -70,5 +70,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uk.arb b/packages/flutter_localizations/lib/src/l10n/material_uk.arb index c9f2d92138e1..be5fdfde2952 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uk.arb @@ -74,5 +74,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index 8510a52d919b..0952aebe003e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -70,5 +70,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uz.arb b/packages/flutter_localizations/lib/src/l10n/material_uz.arb index 78273f5a1b50..eefd0983c624 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uz.arb @@ -69,5 +69,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_vi.arb b/packages/flutter_localizations/lib/src/l10n/material_vi.arb index 741a0c6117ed..d80b91324775 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_vi.arb @@ -70,5 +70,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index 1563652f4513..bbe349c08097 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -70,5 +70,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zu.arb b/packages/flutter_localizations/lib/src/l10n/material_zu.arb index 2d6100d18abd..5159ffd8eaca 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zu.arb @@ -69,5 +69,7 @@ "datePickerHelpText": "SELECT DATE", "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input" + "inputDateModeButtonLabel": "Switch to input", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index ceab16e09bd6..49b3edfe072e 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -446,6 +446,115 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { return timeOfDayFormatRaw; } + /// The "zero" form of [licensesPackageDetailText]. + /// + /// This form is optional. + /// + /// See also: + /// + /// * [Intl.plural], to which this form is passed. + /// * [licensesPackageDetailTextZero], the "zero" form + /// * [licensesPackageDetailTextOne], the "one" form + /// * [licensesPackageDetailTextTwo], the "two" form + /// * [licensesPackageDetailTextFew], the "few" form + /// * [licensesPackageDetailTextMany], the "many" form + /// * [licensesPackageDetailTextOther], the "other" form + @protected + String get licensesPackageDetailTextZero => null; + + /// The "one" form of [licensesPackageDetailText]. + /// + /// This form is optional. + /// + /// See also: + /// + /// * [licensesPackageDetailTextZero], the "zero" form + /// * [licensesPackageDetailTextOne], the "one" form + /// * [licensesPackageDetailTextTwo], the "two" form + /// * [licensesPackageDetailTextFew], the "few" form + /// * [licensesPackageDetailTextMany], the "many" form + /// * [licensesPackageDetailTextOther], the "other" form + @protected + String get licensesPackageDetailTextOne => null; + + /// The "two" form of [licensesPackageDetailText]. + /// + /// This form is optional. + /// + /// See also: + /// + /// * [Intl.plural], to which this form is passed. + /// * [licensesPackageDetailTextZero], the "zero" form + /// * [licensesPackageDetailTextOne], the "one" form + /// * [licensesPackageDetailTextTwo], the "two" form + /// * [licensesPackageDetailTextFew], the "few" form + /// * [licensesPackageDetailTextMany], the "many" form + /// * [licensesPackageDetailTextOther], the "other" form + @protected + String get licensesPackageDetailTextTwo => null; + + /// The "many" form of [licensesPackageDetailText]. + /// + /// This form is optional. + /// + /// See also: + /// + /// * [Intl.plural], to which this form is passed. + /// * [licensesPackageDetailTextZero], the "zero" form + /// * [licensesPackageDetailTextOne], the "one" form + /// * [licensesPackageDetailTextTwo], the "two" form + /// * [licensesPackageDetailTextFew], the "few" form + /// * [licensesPackageDetailTextMany], the "many" form + /// * [licensesPackageDetailTextOther], the "other" form + @protected + String get licensesPackageDetailTextMany => null; + + /// The "few" form of [licensesPackageDetailText]. + /// + /// This form is optional. + /// + /// See also: + /// + /// * [Intl.plural], to which this form is passed. + /// * [licensesPackageDetailTextZero], the "zero" form + /// * [licensesPackageDetailTextOne], the "one" form + /// * [licensesPackageDetailTextTwo], the "two" form + /// * [licensesPackageDetailTextFew], the "few" form + /// * [licensesPackageDetailTextMany], the "many" form + /// * [licensesPackageDetailTextOther], the "other" form + @protected + String get licensesPackageDetailTextFew => null; + + /// The "other" form of [licensesPackageDetailText]. + /// + /// This form is required. + /// + /// See also: + /// + /// * [Intl.plural], to which this form is passed. + /// * [licensesPackageDetailTextZero], the "zero" form + /// * [licensesPackageDetailTextOne], the "one" form + /// * [licensesPackageDetailTextTwo], the "two" form + /// * [licensesPackageDetailTextFew], the "few" form + /// * [licensesPackageDetailTextMany], the "many" form + /// * [licensesPackageDetailTextOther], the "other" form + @protected + String get licensesPackageDetailTextOther; + + @override + String licensesPackageDetailText(int licenseCount) { + return intl.Intl.pluralLogic( + licenseCount, + zero: licensesPackageDetailTextZero, + one: licensesPackageDetailTextOne, + two: licensesPackageDetailTextTwo, + many: licensesPackageDetailTextMany, + few: licensesPackageDetailTextFew, + other: licensesPackageDetailTextOther, + locale: _localeName, + ).replaceFirst(r'$licenseCount', formatDecimal(licenseCount)); + } + /// The "zero" form of [remainingTextFieldCharacterCount]. /// /// This form is required. From 770f36353456a8e2afcf59ed06690ee431d89e8d Mon Sep 17 00:00:00 2001 From: rami-a <2364772+rami-a@users.noreply.github.com> Date: Wed, 24 Jun 2020 13:33:03 -0400 Subject: [PATCH 143/327] Localized new strings added in the redesigned Material Time Picker (#60096) --- .../generated_material_localizations.dart | 1627 ++++++++++++++++- .../lib/src/l10n/material_af.arb | 9 +- .../lib/src/l10n/material_am.arb | 9 +- .../lib/src/l10n/material_ar.arb | 9 +- .../lib/src/l10n/material_as.arb | 9 +- .../lib/src/l10n/material_az.arb | 9 +- .../lib/src/l10n/material_be.arb | 9 +- .../lib/src/l10n/material_bg.arb | 9 +- .../lib/src/l10n/material_bn.arb | 9 +- .../lib/src/l10n/material_bs.arb | 9 +- .../lib/src/l10n/material_ca.arb | 9 +- .../lib/src/l10n/material_cs.arb | 9 +- .../lib/src/l10n/material_da.arb | 9 +- .../lib/src/l10n/material_de.arb | 9 +- .../lib/src/l10n/material_el.arb | 9 +- .../lib/src/l10n/material_en.arb | 35 + .../lib/src/l10n/material_es.arb | 9 +- .../lib/src/l10n/material_et.arb | 9 +- .../lib/src/l10n/material_eu.arb | 9 +- .../lib/src/l10n/material_fa.arb | 9 +- .../lib/src/l10n/material_fi.arb | 9 +- .../lib/src/l10n/material_fil.arb | 9 +- .../lib/src/l10n/material_fr.arb | 9 +- .../lib/src/l10n/material_gl.arb | 9 +- .../lib/src/l10n/material_gsw.arb | 9 +- .../lib/src/l10n/material_gu.arb | 9 +- .../lib/src/l10n/material_he.arb | 9 +- .../lib/src/l10n/material_hi.arb | 9 +- .../lib/src/l10n/material_hr.arb | 9 +- .../lib/src/l10n/material_hu.arb | 9 +- .../lib/src/l10n/material_hy.arb | 9 +- .../lib/src/l10n/material_id.arb | 9 +- .../lib/src/l10n/material_is.arb | 9 +- .../lib/src/l10n/material_it.arb | 9 +- .../lib/src/l10n/material_ja.arb | 9 +- .../lib/src/l10n/material_ka.arb | 9 +- .../lib/src/l10n/material_kk.arb | 9 +- .../lib/src/l10n/material_km.arb | 9 +- .../lib/src/l10n/material_kn.arb | 9 +- .../lib/src/l10n/material_ko.arb | 9 +- .../lib/src/l10n/material_ky.arb | 9 +- .../lib/src/l10n/material_lo.arb | 9 +- .../lib/src/l10n/material_lt.arb | 9 +- .../lib/src/l10n/material_lv.arb | 9 +- .../lib/src/l10n/material_mk.arb | 9 +- .../lib/src/l10n/material_ml.arb | 9 +- .../lib/src/l10n/material_mn.arb | 9 +- .../lib/src/l10n/material_mr.arb | 9 +- .../lib/src/l10n/material_ms.arb | 9 +- .../lib/src/l10n/material_my.arb | 9 +- .../lib/src/l10n/material_ne.arb | 9 +- .../lib/src/l10n/material_nl.arb | 9 +- .../lib/src/l10n/material_no.arb | 9 +- .../lib/src/l10n/material_or.arb | 9 +- .../lib/src/l10n/material_pa.arb | 9 +- .../lib/src/l10n/material_pl.arb | 9 +- .../lib/src/l10n/material_ps.arb | 9 +- .../lib/src/l10n/material_pt.arb | 9 +- .../lib/src/l10n/material_ro.arb | 9 +- .../lib/src/l10n/material_ru.arb | 9 +- .../lib/src/l10n/material_si.arb | 9 +- .../lib/src/l10n/material_sk.arb | 9 +- .../lib/src/l10n/material_sl.arb | 9 +- .../lib/src/l10n/material_sq.arb | 9 +- .../lib/src/l10n/material_sr.arb | 9 +- .../lib/src/l10n/material_sv.arb | 9 +- .../lib/src/l10n/material_sw.arb | 9 +- .../lib/src/l10n/material_ta.arb | 9 +- .../lib/src/l10n/material_te.arb | 9 +- .../lib/src/l10n/material_th.arb | 9 +- .../lib/src/l10n/material_tl.arb | 9 +- .../lib/src/l10n/material_tr.arb | 9 +- .../lib/src/l10n/material_uk.arb | 9 +- .../lib/src/l10n/material_ur.arb | 9 +- .../lib/src/l10n/material_uz.arb | 9 +- .../lib/src/l10n/material_vi.arb | 9 +- .../lib/src/l10n/material_zh.arb | 9 +- .../lib/src/l10n/material_zu.arb | 9 +- 78 files changed, 2265 insertions(+), 81 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index ced105c0f22a..82d9ea3a2bb0 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -119,6 +119,9 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Vee uit'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Dialoog'; @@ -134,12 +137,18 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -278,9 +287,21 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Kies ure'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Kies minute'; @@ -392,6 +413,9 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'ሰርዝ'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'መገናኛ'; @@ -407,12 +431,18 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -551,9 +581,21 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'ሰዓታትን ምረጥ'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'ደቂቃዎችን ይምረጡ'; @@ -665,6 +707,9 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'حذف'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'مربع حوار'; @@ -680,12 +725,18 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -824,9 +875,21 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'اختيار الساعات'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'اختيار الدقائق'; @@ -938,6 +1001,9 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'মচক'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'ডায়ল\'গ'; @@ -953,12 +1019,18 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -1097,9 +1169,21 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'সময় বাছনি কৰক'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'মিনিট বাছনি কৰক'; @@ -1211,6 +1295,9 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Silin'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Dialoq'; @@ -1226,12 +1313,18 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -1370,9 +1463,21 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Saat seçin'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Dəqiqə seçin'; @@ -1484,6 +1589,9 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Выдаліць'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Дыялогавае акно'; @@ -1499,12 +1607,18 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -1643,9 +1757,21 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Выберыце гадзіны'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Выберыце хвіліны'; @@ -1757,6 +1883,9 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Изтриване'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Диалогов прозорец'; @@ -1772,12 +1901,18 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -1916,9 +2051,21 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Избиране на часове'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Избиране на минути'; @@ -2030,6 +2177,9 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'মুছে দিন'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'ডায়ালগ'; @@ -2045,12 +2195,18 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -2189,9 +2345,21 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'ঘণ্টা বেছে নিন'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'মিনিট বেছে নিন'; @@ -2303,6 +2471,9 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Brisanje'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Dijaloški okvir'; @@ -2318,12 +2489,18 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -2462,9 +2639,21 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Odaberite sat'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Odaberite minute'; @@ -2576,6 +2765,9 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Suprimeix'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Diàleg'; @@ -2591,12 +2783,18 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -2735,9 +2933,21 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Selecciona les hores'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Selecciona els minuts'; @@ -2849,6 +3059,9 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Smazat'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Dialogové okno'; @@ -2864,12 +3077,18 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -3008,9 +3227,21 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Vyberte hodiny'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Vyberte minuty'; @@ -3122,6 +3353,9 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Slet'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Dialogboks'; @@ -3137,12 +3371,18 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -3281,9 +3521,21 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Vælg timer'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Vælg minutter'; @@ -3395,6 +3647,9 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Löschen'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Dialogfeld'; @@ -3410,12 +3665,18 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -3554,9 +3815,21 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Stunden auswählen'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Minuten auswählen'; @@ -3704,6 +3977,9 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Διαγραφή'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Παράθυρο διαλόγου'; @@ -3719,12 +3995,18 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -3863,9 +4145,21 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Επιλογή ωρών'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Επιλογή λεπτών'; @@ -3977,6 +4271,9 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Delete'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Dialog'; @@ -3992,12 +4289,18 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -4136,9 +4439,21 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Select hours'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Select minutes'; @@ -4787,6 +5102,9 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Eliminar'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Cuadro de diálogo'; @@ -4802,12 +5120,18 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -4946,9 +5270,21 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Seleccionar horas'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Seleccionar minutos'; @@ -6743,6 +7079,9 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Kustuta'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Dialoog'; @@ -6758,12 +7097,18 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -6902,9 +7247,21 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Tundide valimine'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Minutite valimine'; @@ -7016,6 +7373,9 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Ezabatu'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Leihoa'; @@ -7031,12 +7391,18 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -7175,9 +7541,21 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Hautatu orduak'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Hautatu minutuak'; @@ -7289,6 +7667,9 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'حذف'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'کادر گفتگو'; @@ -7304,12 +7685,18 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -7448,9 +7835,21 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'انتخاب ساعت'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'انتخاب دقیقه'; @@ -7562,6 +7961,9 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Poista'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Valintaikkuna'; @@ -7577,12 +7979,18 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -7721,9 +8129,21 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Valitse tunnit'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Valitse minuutit'; @@ -7835,6 +8255,9 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'I-delete'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Dialog'; @@ -7850,12 +8273,18 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -7994,9 +8423,21 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Pumili ng mga oras'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Pumili ng mga minuto'; @@ -8108,6 +8549,9 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Supprimer'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Boîte de dialogue'; @@ -8123,12 +8567,18 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -8267,9 +8717,21 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Sélectionner une heure'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Sélectionner des minutes'; @@ -8441,6 +8903,9 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Eliminar'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Cadro de diálogo'; @@ -8456,12 +8921,18 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -8600,9 +9071,21 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Seleccionar horas'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Seleccionar minutos'; @@ -8714,6 +9197,9 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Löschen'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Dialogfeld'; @@ -8729,12 +9215,18 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -8873,9 +9365,21 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Stunden auswählen'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Minuten auswählen'; @@ -8987,6 +9491,9 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'ડિલીટ કરો'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'સંવાદ'; @@ -9002,12 +9509,18 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -9146,9 +9659,21 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'કલાક પસંદ કરો'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'મિનિટ પસંદ કરો'; @@ -9260,6 +9785,9 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'מחיקה'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'תיבת דו-שיח'; @@ -9275,12 +9803,18 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -9419,9 +9953,21 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'בחירת שעות'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'בחירת דקות'; @@ -9533,6 +10079,9 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'मिटाएं'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'संवाद'; @@ -9548,12 +10097,18 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -9692,9 +10247,21 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'घंटे के हिसाब से समय चुनें'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'मिनट के हिसाब से समय चुनें'; @@ -9806,6 +10373,9 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Brisanje'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Dijalog'; @@ -9821,12 +10391,18 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -9965,9 +10541,21 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Odaberite sate'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Odaberite minute'; @@ -10079,6 +10667,9 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Törlés'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Párbeszédablak'; @@ -10094,12 +10685,18 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -10238,9 +10835,21 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Óra kiválasztása'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Perc kiválasztása'; @@ -10352,6 +10961,9 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Ջնջել'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Երկխոսության պատուհան'; @@ -10367,12 +10979,18 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -10511,9 +11129,21 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Ընտրեք ժամը'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Ընտրեք րոպեները'; @@ -10625,6 +11255,9 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Hapus'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Dialog'; @@ -10640,12 +11273,18 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -10784,9 +11423,21 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Pilih jam'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Pilih menit'; @@ -10898,6 +11549,9 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Eyða'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Gluggi'; @@ -10913,12 +11567,18 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -11057,9 +11717,21 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Velja klukkustundir'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Velja mínútur'; @@ -11171,6 +11843,9 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Elimina'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Finestra di dialogo'; @@ -11186,12 +11861,18 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -11330,9 +12011,21 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Seleziona le ore'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Seleziona i minuti'; @@ -11444,6 +12137,9 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => '削除'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'ダイアログ'; @@ -11459,12 +12155,18 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -11603,9 +12305,21 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => '時間を選択'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => '分を選択'; @@ -11717,6 +12431,9 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'წაშლა'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'დიალოგი'; @@ -11732,12 +12449,18 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -11876,9 +12599,21 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'აირჩიეთ საათები'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'აირჩიეთ წუთები'; @@ -11990,6 +12725,9 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Жою'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Диалогтық терезе'; @@ -12005,12 +12743,18 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -12149,9 +12893,21 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Сағаттарды таңдаңыз'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Минуттарды таңдаңыз'; @@ -12263,6 +13019,9 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'លុប'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'ប្រអប់'; @@ -12278,12 +13037,18 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -12423,10 +13188,22 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @override - String get timePickerHourModeAnnouncement => 'ជ្រើសរើស​ម៉ោង'; + String get timePickerDialHelpText => 'SELECT TIME'; @override - String get timePickerMinuteModeAnnouncement => 'ជ្រើសរើស​នាទី'; + String get timePickerHourLabel => 'Hour'; + + @override + String get timePickerHourModeAnnouncement => 'ជ្រើសរើស​ម៉ោង'; + + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + + @override + String get timePickerMinuteModeAnnouncement => 'ជ្រើសរើស​នាទី'; @override String get unspecifiedDate => 'Date'; @@ -12536,6 +13313,9 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => '\u{c85}\u{cb3}\u{cbf}\u{cb8}\u{cbf}'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => '\u{ca1}\u{cc8}\u{cb2}\u{cbe}\u{c97}\u{ccd}'; @@ -12551,12 +13331,18 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -12695,9 +13481,21 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => '\u{c97}\u{c82}\u{c9f}\u{cc6}\u{c97}\u{cb3}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{c86}\u{caf}\u{ccd}\u{c95}\u{cc6}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => '\u{ca8}\u{cbf}\u{cae}\u{cbf}\u{cb7}\u{c97}\u{cb3}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{c86}\u{caf}\u{ccd}\u{c95}\u{cc6}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; @@ -12809,6 +13607,9 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => '삭제'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => '대화상자'; @@ -12824,12 +13625,18 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -12968,9 +13775,21 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => '시간 선택'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => '분 선택'; @@ -13082,6 +13901,9 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Жок кылуу'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Диалог'; @@ -13097,12 +13919,18 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -13241,9 +14069,21 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Саатты тандаңыз'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Мүнөттөрдү тандаңыз'; @@ -13355,6 +14195,9 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'ລຶບ'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'ຂໍ້ຄວາມ'; @@ -13370,12 +14213,18 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -13514,9 +14363,21 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'ເລືອກໂມງ'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'ເລືອກນາທີ'; @@ -13628,6 +14489,9 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Ištrinti'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Dialogo langas'; @@ -13643,12 +14507,18 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -13787,9 +14657,21 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Pasirinkite valandas'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Pasirinkite minutes'; @@ -13901,6 +14783,9 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Dzēst'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Dialoglodziņš'; @@ -13916,12 +14801,18 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -14060,9 +14951,21 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Atlasiet stundas'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Atlasiet minūtes'; @@ -14174,6 +15077,9 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Избриши'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Дијалог'; @@ -14189,12 +15095,18 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -14333,9 +15245,21 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Изберете часови'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Изберете минути'; @@ -14447,6 +15371,9 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'ഇല്ലാതാക്കുക'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'ഡയലോഗ്'; @@ -14462,12 +15389,18 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -14606,9 +15539,21 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'മണിക്കൂർ തിരഞ്ഞെടുക്കുക'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'മിനിറ്റ് തിരഞ്ഞെടുക്കുക'; @@ -14720,6 +15665,9 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Устгах'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Харилцах цонх'; @@ -14735,12 +15683,18 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -14879,9 +15833,21 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Цаг сонгоно уу'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Минут сонгоно уу'; @@ -14993,6 +15959,9 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'हटवा'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'डायलॉग'; @@ -15008,12 +15977,18 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -15152,9 +16127,21 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'तास निवडा'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'मिनिटे निवडा'; @@ -15266,6 +16253,9 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Padam'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Dialog'; @@ -15281,12 +16271,18 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -15425,9 +16421,21 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Pilih jam'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Pilih minit'; @@ -15539,6 +16547,9 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'ဖျက်ရန်'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'ဒိုင်ယာလော့'; @@ -15554,12 +16565,18 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -15698,9 +16715,21 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'နာရီကို ရွေးပါ'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'မိနစ်ကို ရွေးပါ'; @@ -15842,6 +16871,9 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'मेट्नुहोस्'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'संवाद'; @@ -15857,12 +16889,18 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -16001,9 +17039,21 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'घन्टा चयन गर्नुहोस्'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'मिनेट चयन गर्नुहोस्'; @@ -16115,6 +17165,9 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Verwijderen'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Dialoogvenster'; @@ -16130,12 +17183,18 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -16274,9 +17333,21 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Uren selecteren'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Minuten selecteren'; @@ -16388,6 +17459,9 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Slett'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Dialogboks'; @@ -16403,12 +17477,18 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -16547,9 +17627,21 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Angi timer'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Angi minutter'; @@ -16661,6 +17753,9 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'ଡିଲିଟ୍ କରନ୍ତୁ'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'ଡାୟଲଗ୍'; @@ -16676,12 +17771,18 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -16820,9 +17921,21 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'ଘଣ୍ଟା ଚୟନ କରନ୍ତୁ'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'ମିନିଟ୍ ଚୟନ କରନ୍ତୁ'; @@ -16934,6 +18047,9 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'ਮਿਟਾਓ'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'ਵਿੰਡੋ'; @@ -16949,12 +18065,18 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -17093,9 +18215,21 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'ਘੰਟੇ ਚੁਣੋ'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'ਮਿੰਟ ਚੁਣੋ'; @@ -17207,6 +18341,9 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Usuń'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Okno dialogowe'; @@ -17222,12 +18359,18 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -17366,9 +18509,21 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Wybierz godziny'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Wybierz minuty'; @@ -17480,6 +18635,9 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => ''; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'خبرې اترې'; @@ -17495,12 +18653,18 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -17639,9 +18803,21 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'وختونه وټاکئ'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'منې غوره کړئ'; @@ -17753,6 +18929,9 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Excluir'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Caixa de diálogo'; @@ -17768,12 +18947,18 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -17912,9 +19097,21 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Selecione as horas'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Selecione os minutos'; @@ -18110,6 +19307,9 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Ștergeți'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Casetă de dialog'; @@ -18125,12 +19325,18 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -18269,9 +19475,21 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Selectați orele'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Selectați minutele'; @@ -18383,6 +19601,9 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Удалить'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Диалоговое окно'; @@ -18398,12 +19619,18 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -18537,13 +19764,25 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get signedInLabel => 'Вход выполнен'; @override - String get tabLabelRaw => 'Вкладка \$tabIndex из \$tabCount'; + String get tabLabelRaw => 'Вкладка \$tabIndex из \$tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + + @override + String get timePickerHourModeAnnouncement => 'Выберите часы'; @override - TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + String get timePickerInputHelpText => 'ENTER TIME'; @override - String get timePickerHourModeAnnouncement => 'Выберите часы'; + String get timePickerMinuteLabel => 'Minute'; @override String get timePickerMinuteModeAnnouncement => 'Выберите минуты'; @@ -18656,6 +19895,9 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'මකන්න'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'සංවාදය'; @@ -18671,12 +19913,18 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -18815,9 +20063,21 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'පැය ගණන තෝරන්න'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'මිනිත්තු ගණන තෝරන්න'; @@ -18929,6 +20189,9 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Odstrániť'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Dialógové okno'; @@ -18944,12 +20207,18 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -19088,9 +20357,21 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Vybrať hodiny'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Vybrať minúty'; @@ -19202,6 +20483,9 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Brisanje'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Pogovorno okno'; @@ -19217,12 +20501,18 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -19361,9 +20651,21 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Izberite ure'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Izberite minute'; @@ -19475,6 +20777,9 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Fshi'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Dialogu'; @@ -19490,12 +20795,18 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -19634,9 +20945,21 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Zgjidh orët'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Zgjidh minutat'; @@ -19748,6 +21071,9 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Избришите'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Дијалог'; @@ -19763,12 +21089,18 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -19907,9 +21239,21 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Изаберите сате'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Изаберите минуте'; @@ -20240,6 +21584,9 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Radera'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Dialogruta'; @@ -20255,12 +21602,18 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -20399,9 +21752,21 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Välj timmar'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Välj minuter'; @@ -20513,6 +21878,9 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Futa'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Kidirisha'; @@ -20528,12 +21896,18 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -20672,9 +22046,21 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Chagua saa'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Chagua dakika'; @@ -20786,6 +22172,9 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'நீக்கு'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'உரையாடல்'; @@ -20801,12 +22190,18 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -20945,9 +22340,21 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'மணிநேரத்தைத் தேர்ந்தெடுக்கவும்'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'நிமிடங்களைத் தேர்ந்தெடுக்கவும்'; @@ -21059,6 +22466,9 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'తొలగించు'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'డైలాగ్'; @@ -21074,12 +22484,18 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -21218,9 +22634,21 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'గంటలను ఎంచుకోండి'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'నిమిషాలను ఎంచుకోండి'; @@ -21332,6 +22760,9 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'ลบ'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'กล่องโต้ตอบ'; @@ -21347,12 +22778,18 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -21491,9 +22928,21 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'เลือกชั่วโมง'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'เลือกนาที'; @@ -21605,6 +23054,9 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'I-delete'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Dialog'; @@ -21620,12 +23072,18 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -21764,9 +23222,21 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Pumili ng mga oras'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Pumili ng mga minuto'; @@ -21878,6 +23348,9 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Sil'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'İletişim kutusu'; @@ -21893,12 +23366,18 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -22037,9 +23516,21 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Saati seçin'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Dakikayı seçin'; @@ -22151,6 +23642,9 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Видалити'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Вікно'; @@ -22166,12 +23660,18 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -22310,9 +23810,21 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Виберіть години'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Виберіть хвилини'; @@ -22424,6 +23936,9 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'حذف کریں'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'ڈائلاگ'; @@ -22439,12 +23954,18 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -22583,9 +24104,21 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'گھنٹے منتخب کریں'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'منٹ منتخب کریں'; @@ -22697,6 +24230,9 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Olib tashlash'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Muloqot oynasi'; @@ -22712,12 +24248,18 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -22856,9 +24398,21 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Soatni tanlang'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Daqiqani tanlang'; @@ -22970,6 +24524,9 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Xóa'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Hộp thoại'; @@ -22985,12 +24542,18 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -23129,9 +24692,21 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Chọn giờ'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Chọn phút'; @@ -23243,6 +24818,9 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => '删除'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => '对话框'; @@ -23258,12 +24836,18 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -23402,9 +24986,21 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => '选择小时'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => '选择分钟'; @@ -23813,6 +25409,9 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { @override String get deleteButtonTooltip => 'Susa'; + @override + String get dialModeButtonLabel => 'Switch to dial picker mode'; + @override String get dialogLabel => 'Ingxoxo'; @@ -23828,12 +25427,18 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { @override String get inputDateModeButtonLabel => 'Switch to input'; + @override + String get inputTimeModeButtonLabel => 'Switch to text input mode'; + @override String get invalidDateFormatLabel => 'Invalid format.'; @override String get invalidDateRangeLabel => 'Invalid range.'; + @override + String get invalidTimeLabel => 'Enter a valid time'; + @override String get licensesPackageDetailTextOne => '1 license'; @@ -23972,9 +25577,21 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerHourLabel => 'Hour'; + @override String get timePickerHourModeAnnouncement => 'Khetha amahora'; + @override + String get timePickerInputHelpText => 'ENTER TIME'; + + @override + String get timePickerMinuteLabel => 'Minute'; + @override String get timePickerMinuteModeAnnouncement => 'Khetha amaminithi'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_af.arb b/packages/flutter_localizations/lib/src/l10n/material_af.arb index 7d1d4276271a..f23d81f18c96 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_af.arb @@ -71,5 +71,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_am.arb b/packages/flutter_localizations/lib/src/l10n/material_am.arb index ede7ed535253..407a7d078365 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_am.arb @@ -71,5 +71,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index 11ba2d2cf54b..2781435f8b09 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -79,5 +79,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_as.arb b/packages/flutter_localizations/lib/src/l10n/material_as.arb index 8a7c2cf807a5..860211d110b6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_as.arb @@ -71,5 +71,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_az.arb b/packages/flutter_localizations/lib/src/l10n/material_az.arb index 7a071a85e578..7464f75768c4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_az.arb @@ -71,5 +71,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_be.arb b/packages/flutter_localizations/lib/src/l10n/material_be.arb index 3abf66365eae..fd541eb0d483 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_be.arb @@ -75,5 +75,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bg.arb b/packages/flutter_localizations/lib/src/l10n/material_bg.arb index 905b535ad89e..6baaa38c67e2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bg.arb @@ -72,5 +72,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bn.arb b/packages/flutter_localizations/lib/src/l10n/material_bn.arb index 58e4a67dc975..0c79f92e0944 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bn.arb @@ -71,5 +71,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bs.arb b/packages/flutter_localizations/lib/src/l10n/material_bs.arb index 78ded482087f..73f4a3e0c403 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bs.arb @@ -74,5 +74,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ca.arb b/packages/flutter_localizations/lib/src/l10n/material_ca.arb index 9b79f60ecc1a..873fd339f0f2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ca.arb @@ -72,5 +72,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_cs.arb b/packages/flutter_localizations/lib/src/l10n/material_cs.arb index 0f76bb412e2d..3cefdf261e7c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cs.arb @@ -76,5 +76,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_da.arb b/packages/flutter_localizations/lib/src/l10n/material_da.arb index 270ca3c3a92f..e9f5441e6d25 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_da.arb @@ -72,5 +72,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index 61c96910b8a4..052816eca20b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -73,5 +73,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_el.arb b/packages/flutter_localizations/lib/src/l10n/material_el.arb index 1a9de827c0bf..b3f1e27ca456 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_el.arb @@ -72,5 +72,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index bba282424e05..3253324743fc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -272,6 +272,41 @@ "description": "Tooltip used for the text input mode button of the date pickers." }, + "timePickerDialHelpText": "SELECT TIME", + "@timePickerDialHelpText": { + "description": "Label used in the header of the time picker dialog when using the clock dial to select a time." + }, + + "timePickerInputHelpText": "ENTER TIME", + "@timePickerInputHelpText": { + "description": "Label used in the header of the time picker dialog when using the text input to enter a time." + }, + + "timePickerHourLabel": "Hour", + "@timePickerHourLabel": { + "description": "Label indicating the text field for inputting an hour when entering a time." + }, + + "timePickerMinuteLabel": "Minute", + "@timePickerMinuteLabel": { + "description": "Label indicating the text field for inputting a minute when entering a time." + }, + + "invalidTimeLabel": "Enter a valid time", + "@invalidTimeLabel": { + "description": "Error message displayed to the user when they have entered an invalid time." + }, + + "dialModeButtonLabel": "Switch to dial picker mode", + "@dialModeButtonLabel": { + "description": "Tooltip used for the clock dial mode button of the time picker." + }, + + "inputTimeModeButtonLabel": "Switch to text input mode", + "@inputTimeModeButtonLabel": { + "description": "Tooltip used for the text input mode button of the time picker." + }, + "signedInLabel": "Signed in", "@signedInLabel": { "description": "The accessibility label used to indicate which account is signed in, in a UserAccountsDrawerHeader, when the accessibility user navigates the UI. This phrase serves as an adjective with respect to the user. The phrase indicates that the user is currently signed in." diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index 09d162743822..ca10551e75bd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -73,5 +73,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_et.arb b/packages/flutter_localizations/lib/src/l10n/material_et.arb index 9a31a3d74755..296b0676ee27 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_et.arb @@ -72,5 +72,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_eu.arb b/packages/flutter_localizations/lib/src/l10n/material_eu.arb index 76d0a1e23d7a..143cac81b8cd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_eu.arb @@ -71,5 +71,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index 1bde47e3ba47..3fc8805391d4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -72,5 +72,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fi.arb b/packages/flutter_localizations/lib/src/l10n/material_fi.arb index 310bdc2311fa..ef80e538ae6d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fi.arb @@ -72,5 +72,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fil.arb b/packages/flutter_localizations/lib/src/l10n/material_fil.arb index 2315919401fa..ea8855659980 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fil.arb @@ -72,5 +72,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index 47af9eb73c59..758f2a397613 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -73,5 +73,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gl.arb b/packages/flutter_localizations/lib/src/l10n/material_gl.arb index a8e46dbb0662..9d7f8b5853ee 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gl.arb @@ -73,5 +73,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index 67932489c851..f3a745abe871 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -72,5 +72,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gu.arb b/packages/flutter_localizations/lib/src/l10n/material_gu.arb index f5bd95601863..0dc26cf0ebd2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gu.arb @@ -71,5 +71,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index b6da57a0eef2..fab46c5eb61a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -76,5 +76,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hi.arb b/packages/flutter_localizations/lib/src/l10n/material_hi.arb index cce854193555..fc7e0fa0fc09 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hi.arb @@ -72,5 +72,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hr.arb b/packages/flutter_localizations/lib/src/l10n/material_hr.arb index 2bbe4aaccd8c..197fdb03b836 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hr.arb @@ -74,5 +74,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hu.arb b/packages/flutter_localizations/lib/src/l10n/material_hu.arb index 36eeb5eb8894..5ac807c9b5a9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hu.arb @@ -72,5 +72,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hy.arb b/packages/flutter_localizations/lib/src/l10n/material_hy.arb index 26deca5dacf1..c1d63722e518 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hy.arb @@ -77,5 +77,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_id.arb b/packages/flutter_localizations/lib/src/l10n/material_id.arb index 972a2c07048c..1495423192e7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_id.arb @@ -72,5 +72,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_is.arb b/packages/flutter_localizations/lib/src/l10n/material_is.arb index fb21abb9f182..b5c093369ab6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_is.arb @@ -71,5 +71,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index 172926c58394..d13d73e0786c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -72,5 +72,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index 21c40ed0b104..a5eee94b1ae8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -72,5 +72,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ka.arb b/packages/flutter_localizations/lib/src/l10n/material_ka.arb index fc80a0ce229b..72bbd19fc8e5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ka.arb @@ -71,5 +71,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kk.arb b/packages/flutter_localizations/lib/src/l10n/material_kk.arb index bfd4d6ec9491..f75cee3de85e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kk.arb @@ -73,5 +73,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_km.arb b/packages/flutter_localizations/lib/src/l10n/material_km.arb index a87651ce5709..b647a18dca1d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_km.arb @@ -72,5 +72,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kn.arb b/packages/flutter_localizations/lib/src/l10n/material_kn.arb index 12a385fc5ebe..f6cf00c127bc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kn.arb @@ -71,5 +71,12 @@ "calendarModeButtonLabel": "\u0053\u0077\u0069\u0074\u0063\u0068\u0020\u0074\u006f\u0020\u0063\u0061\u006c\u0065\u006e\u0064\u0061\u0072", "inputDateModeButtonLabel": "\u0053\u0077\u0069\u0074\u0063\u0068\u0020\u0074\u006f\u0020\u0069\u006e\u0070\u0075\u0074", "licensesPackageDetailTextOne": "\u0031\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065", - "licensesPackageDetailTextOther": "\u0024\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0043\u006f\u0075\u006e\u0074\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0073" + "licensesPackageDetailTextOther": "\u0024\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0043\u006f\u0075\u006e\u0074\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0073", + "timePickerDialHelpText": "\u0053\u0045\u004c\u0045\u0043\u0054\u0020\u0054\u0049\u004d\u0045", + "timePickerInputHelpText": "\u0045\u004e\u0054\u0045\u0052\u0020\u0054\u0049\u004d\u0045", + "timePickerHourLabel": "\u0048\u006f\u0075\u0072", + "timePickerMinuteLabel": "\u004d\u0069\u006e\u0075\u0074\u0065", + "invalidTimeLabel": "\u0045\u006e\u0074\u0065\u0072\u0020\u0061\u0020\u0076\u0061\u006c\u0069\u0064\u0020\u0074\u0069\u006d\u0065", + "dialModeButtonLabel": "\u0053\u0077\u0069\u0074\u0063\u0068\u0020\u0074\u006f\u0020\u0064\u0069\u0061\u006c\u0020\u0070\u0069\u0063\u006b\u0065\u0072\u0020\u006d\u006f\u0064\u0065", + "inputTimeModeButtonLabel": "\u0053\u0077\u0069\u0074\u0063\u0068\u0020\u0074\u006f\u0020\u0074\u0065\u0078\u0074\u0020\u0069\u006e\u0070\u0075\u0074\u0020\u006d\u006f\u0064\u0065" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index 4bd4d6e3afb7..dfa55ef89156 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -72,5 +72,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ky.arb b/packages/flutter_localizations/lib/src/l10n/material_ky.arb index 6aae1707ba7d..dacc99eef603 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ky.arb @@ -71,5 +71,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lo.arb b/packages/flutter_localizations/lib/src/l10n/material_lo.arb index 261035a7ca60..9257a02da9bc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lo.arb @@ -71,5 +71,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lt.arb b/packages/flutter_localizations/lib/src/l10n/material_lt.arb index 0e129b5810c7..b2074851fac7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lt.arb @@ -76,5 +76,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lv.arb b/packages/flutter_localizations/lib/src/l10n/material_lv.arb index d3c63f5e7106..2bfff981ae9f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lv.arb @@ -73,5 +73,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mk.arb b/packages/flutter_localizations/lib/src/l10n/material_mk.arb index c955c3eada7b..9bab6686e031 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mk.arb @@ -71,5 +71,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ml.arb b/packages/flutter_localizations/lib/src/l10n/material_ml.arb index b87ecbad31c5..a6fee6393065 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ml.arb @@ -71,5 +71,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mn.arb b/packages/flutter_localizations/lib/src/l10n/material_mn.arb index aa5c38174ad0..638f16553fd7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mn.arb @@ -73,5 +73,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mr.arb b/packages/flutter_localizations/lib/src/l10n/material_mr.arb index f2119913fc73..09d5a7773477 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mr.arb @@ -73,5 +73,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ms.arb b/packages/flutter_localizations/lib/src/l10n/material_ms.arb index adc79367504a..9a6756e898ea 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ms.arb @@ -73,5 +73,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_my.arb b/packages/flutter_localizations/lib/src/l10n/material_my.arb index 7993f757fd0d..2bff720bb7e7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_my.arb @@ -71,5 +71,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ne.arb b/packages/flutter_localizations/lib/src/l10n/material_ne.arb index e6911b2419cd..b3e0949008d0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ne.arb @@ -71,5 +71,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index 8b3139633725..f8d40cb366a7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -72,5 +72,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_no.arb b/packages/flutter_localizations/lib/src/l10n/material_no.arb index 08bde5926fb8..4515a2d1b2cc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_no.arb @@ -72,5 +72,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_or.arb b/packages/flutter_localizations/lib/src/l10n/material_or.arb index 98d1cc3fcf5f..c174ca7129cf 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_or.arb @@ -71,5 +71,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pa.arb b/packages/flutter_localizations/lib/src/l10n/material_pa.arb index c0b749d15738..d2b545048f6c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pa.arb @@ -71,5 +71,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index 225be5e63aad..b56780b8d11b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -76,5 +76,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ps.arb b/packages/flutter_localizations/lib/src/l10n/material_ps.arb index 770c45cbf9de..de812647694f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ps.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ps.arb @@ -71,5 +71,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index 85b56d537d88..2dec57457bc0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -74,5 +74,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/flutter_localizations/lib/src/l10n/material_ro.arb index 61ad2ca25ebf..0339db8d424a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ro.arb @@ -75,5 +75,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index 3b74ef76acf5..b635e4d95940 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -77,5 +77,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_si.arb b/packages/flutter_localizations/lib/src/l10n/material_si.arb index e7fac8137f87..374e28503b73 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_si.arb @@ -71,5 +71,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sk.arb b/packages/flutter_localizations/lib/src/l10n/material_sk.arb index d804d1990faa..1f8053530f12 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sk.arb @@ -76,5 +76,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sl.arb b/packages/flutter_localizations/lib/src/l10n/material_sl.arb index 944d6c7c6688..a8ebe45e6cbc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sl.arb @@ -76,5 +76,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sq.arb b/packages/flutter_localizations/lib/src/l10n/material_sq.arb index e65d6e7c3f94..3150a5a18b1a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sq.arb @@ -71,5 +71,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr.arb b/packages/flutter_localizations/lib/src/l10n/material_sr.arb index 3bdc9c2e9544..25101cbb7c1f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr.arb @@ -74,5 +74,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sv.arb b/packages/flutter_localizations/lib/src/l10n/material_sv.arb index 8ee4e483fb42..408a78e310bd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sv.arb @@ -72,5 +72,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sw.arb b/packages/flutter_localizations/lib/src/l10n/material_sw.arb index fec52a3f224d..294990373186 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sw.arb @@ -73,5 +73,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ta.arb b/packages/flutter_localizations/lib/src/l10n/material_ta.arb index f553ef429ba4..b9cb375224ff 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ta.arb @@ -73,5 +73,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_te.arb b/packages/flutter_localizations/lib/src/l10n/material_te.arb index 895c94317807..8ba1530e8cb7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_te.arb @@ -71,5 +71,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/flutter_localizations/lib/src/l10n/material_th.arb index 8be79993d68f..fff7ddee70e6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_th.arb @@ -72,5 +72,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tl.arb b/packages/flutter_localizations/lib/src/l10n/material_tl.arb index 2315919401fa..ea8855659980 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tl.arb @@ -72,5 +72,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index 5a1852ce5f1f..9eb8cf7e9541 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -72,5 +72,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uk.arb b/packages/flutter_localizations/lib/src/l10n/material_uk.arb index be5fdfde2952..031bf6047c10 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uk.arb @@ -76,5 +76,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index 0952aebe003e..4423a596af8a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -72,5 +72,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uz.arb b/packages/flutter_localizations/lib/src/l10n/material_uz.arb index eefd0983c624..5270b96b3c63 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uz.arb @@ -71,5 +71,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_vi.arb b/packages/flutter_localizations/lib/src/l10n/material_vi.arb index d80b91324775..c48dce5e1c5a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_vi.arb @@ -72,5 +72,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index bbe349c08097..0ed21d0f8352 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -72,5 +72,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zu.arb b/packages/flutter_localizations/lib/src/l10n/material_zu.arb index 5159ffd8eaca..3fd9a95998bc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zu.arb @@ -71,5 +71,12 @@ "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "timePickerDialHelpText": "SELECT TIME", + "timePickerInputHelpText": "ENTER TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "inputTimeModeButtonLabel": "Switch to text input mode" } From a09637b6c250bc0812bb016d08fef2744d3ec208 Mon Sep 17 00:00:00 2001 From: Darren Austin Date: Mon, 29 Jun 2020 10:08:02 -0700 Subject: [PATCH 144/327] Date picker string translations (#60405) --- .../lib/src/l10n/cupertino_af.arb | 2 +- .../lib/src/l10n/cupertino_am.arb | 2 +- .../lib/src/l10n/cupertino_ar.arb | 2 +- .../lib/src/l10n/cupertino_as.arb | 2 +- .../lib/src/l10n/cupertino_az.arb | 2 +- .../lib/src/l10n/cupertino_be.arb | 2 +- .../lib/src/l10n/cupertino_bg.arb | 2 +- .../lib/src/l10n/cupertino_bn.arb | 2 +- .../lib/src/l10n/cupertino_bs.arb | 2 +- .../lib/src/l10n/cupertino_ca.arb | 2 +- .../lib/src/l10n/cupertino_cs.arb | 2 +- .../lib/src/l10n/cupertino_da.arb | 2 +- .../lib/src/l10n/cupertino_de.arb | 6 +- .../lib/src/l10n/cupertino_de_CH.arb | 24 + .../lib/src/l10n/cupertino_el.arb | 2 +- .../lib/src/l10n/cupertino_en_AU.arb | 1 + .../lib/src/l10n/cupertino_en_CA.arb | 1 + .../lib/src/l10n/cupertino_en_GB.arb | 1 + .../lib/src/l10n/cupertino_en_IE.arb | 1 + .../lib/src/l10n/cupertino_en_IN.arb | 1 + .../lib/src/l10n/cupertino_en_NZ.arb | 1 + .../lib/src/l10n/cupertino_en_SG.arb | 1 + .../lib/src/l10n/cupertino_en_ZA.arb | 1 + .../lib/src/l10n/cupertino_es.arb | 2 +- .../lib/src/l10n/cupertino_es_419.arb | 1 + .../lib/src/l10n/cupertino_es_AR.arb | 1 + .../lib/src/l10n/cupertino_es_BO.arb | 1 + .../lib/src/l10n/cupertino_es_CL.arb | 1 + .../lib/src/l10n/cupertino_es_CO.arb | 1 + .../lib/src/l10n/cupertino_es_CR.arb | 1 + .../lib/src/l10n/cupertino_es_DO.arb | 1 + .../lib/src/l10n/cupertino_es_EC.arb | 1 + .../lib/src/l10n/cupertino_es_GT.arb | 1 + .../lib/src/l10n/cupertino_es_HN.arb | 1 + .../lib/src/l10n/cupertino_es_MX.arb | 1 + .../lib/src/l10n/cupertino_es_NI.arb | 1 + .../lib/src/l10n/cupertino_es_PA.arb | 1 + .../lib/src/l10n/cupertino_es_PE.arb | 1 + .../lib/src/l10n/cupertino_es_PR.arb | 1 + .../lib/src/l10n/cupertino_es_PY.arb | 1 + .../lib/src/l10n/cupertino_es_SV.arb | 1 + .../lib/src/l10n/cupertino_es_US.arb | 1 + .../lib/src/l10n/cupertino_es_UY.arb | 1 + .../lib/src/l10n/cupertino_es_VE.arb | 1 + .../lib/src/l10n/cupertino_et.arb | 2 +- .../lib/src/l10n/cupertino_eu.arb | 2 +- .../lib/src/l10n/cupertino_fa.arb | 2 +- .../lib/src/l10n/cupertino_fi.arb | 2 +- .../lib/src/l10n/cupertino_fil.arb | 2 +- .../lib/src/l10n/cupertino_fr.arb | 2 +- .../lib/src/l10n/cupertino_fr_CA.arb | 1 + .../lib/src/l10n/cupertino_gl.arb | 2 +- .../lib/src/l10n/cupertino_gsw.arb | 6 +- .../lib/src/l10n/cupertino_gu.arb | 2 +- .../lib/src/l10n/cupertino_he.arb | 2 +- .../lib/src/l10n/cupertino_hi.arb | 2 +- .../lib/src/l10n/cupertino_hr.arb | 2 +- .../lib/src/l10n/cupertino_hu.arb | 2 +- .../lib/src/l10n/cupertino_hy.arb | 2 +- .../lib/src/l10n/cupertino_id.arb | 2 +- .../lib/src/l10n/cupertino_is.arb | 2 +- .../lib/src/l10n/cupertino_it.arb | 2 +- .../lib/src/l10n/cupertino_ja.arb | 2 +- .../lib/src/l10n/cupertino_ka.arb | 2 +- .../lib/src/l10n/cupertino_kk.arb | 2 +- .../lib/src/l10n/cupertino_km.arb | 2 +- .../lib/src/l10n/cupertino_kn.arb | 2 +- .../lib/src/l10n/cupertino_ko.arb | 2 +- .../lib/src/l10n/cupertino_ky.arb | 2 +- .../lib/src/l10n/cupertino_lo.arb | 2 +- .../lib/src/l10n/cupertino_lt.arb | 2 +- .../lib/src/l10n/cupertino_lv.arb | 2 +- .../lib/src/l10n/cupertino_mk.arb | 2 +- .../lib/src/l10n/cupertino_ml.arb | 2 +- .../lib/src/l10n/cupertino_mn.arb | 2 +- .../lib/src/l10n/cupertino_mr.arb | 2 +- .../lib/src/l10n/cupertino_ms.arb | 2 +- .../lib/src/l10n/cupertino_my.arb | 2 +- .../lib/src/l10n/cupertino_ne.arb | 2 +- .../lib/src/l10n/cupertino_nl.arb | 2 +- .../lib/src/l10n/cupertino_no.arb | 2 +- .../lib/src/l10n/cupertino_or.arb | 2 +- .../lib/src/l10n/cupertino_pa.arb | 2 +- .../lib/src/l10n/cupertino_pl.arb | 2 +- .../lib/src/l10n/cupertino_pt.arb | 2 +- .../lib/src/l10n/cupertino_pt_PT.arb | 1 + .../lib/src/l10n/cupertino_ro.arb | 2 +- .../lib/src/l10n/cupertino_ru.arb | 2 +- .../lib/src/l10n/cupertino_si.arb | 2 +- .../lib/src/l10n/cupertino_sk.arb | 2 +- .../lib/src/l10n/cupertino_sl.arb | 2 +- .../lib/src/l10n/cupertino_sq.arb | 2 +- .../lib/src/l10n/cupertino_sr.arb | 2 +- .../lib/src/l10n/cupertino_sr_Latn.arb | 1 + .../lib/src/l10n/cupertino_sv.arb | 2 +- .../lib/src/l10n/cupertino_sw.arb | 2 +- .../lib/src/l10n/cupertino_ta.arb | 2 +- .../lib/src/l10n/cupertino_te.arb | 2 +- .../lib/src/l10n/cupertino_th.arb | 2 +- .../lib/src/l10n/cupertino_tl.arb | 2 +- .../lib/src/l10n/cupertino_tr.arb | 2 +- .../lib/src/l10n/cupertino_uk.arb | 2 +- .../lib/src/l10n/cupertino_ur.arb | 2 +- .../lib/src/l10n/cupertino_uz.arb | 2 +- .../lib/src/l10n/cupertino_vi.arb | 2 +- .../lib/src/l10n/cupertino_zh.arb | 2 +- .../lib/src/l10n/cupertino_zh_HK.arb | 1 + .../lib/src/l10n/cupertino_zh_TW.arb | 1 + .../lib/src/l10n/cupertino_zu.arb | 2 +- .../generated_cupertino_localizations.dart | 210 +- .../generated_material_localizations.dart | 3450 +++++++++++------ .../lib/src/l10n/material_af.arb | 34 +- .../lib/src/l10n/material_am.arb | 34 +- .../lib/src/l10n/material_ar.arb | 36 +- .../lib/src/l10n/material_as.arb | 32 +- .../lib/src/l10n/material_az.arb | 34 +- .../lib/src/l10n/material_be.arb | 34 +- .../lib/src/l10n/material_bg.arb | 34 +- .../lib/src/l10n/material_bn.arb | 34 +- .../lib/src/l10n/material_bs.arb | 34 +- .../lib/src/l10n/material_ca.arb | 34 +- .../lib/src/l10n/material_cs.arb | 34 +- .../lib/src/l10n/material_da.arb | 34 +- .../lib/src/l10n/material_de.arb | 34 +- .../lib/src/l10n/material_de_CH.arb | 18 + .../lib/src/l10n/material_el.arb | 34 +- .../lib/src/l10n/material_en_AU.arb | 18 + .../lib/src/l10n/material_en_CA.arb | 18 + .../lib/src/l10n/material_en_GB.arb | 18 + .../lib/src/l10n/material_en_IE.arb | 18 + .../lib/src/l10n/material_en_IN.arb | 18 + .../lib/src/l10n/material_en_NZ.arb | 18 + .../lib/src/l10n/material_en_SG.arb | 18 + .../lib/src/l10n/material_en_ZA.arb | 18 + .../lib/src/l10n/material_es.arb | 34 +- .../lib/src/l10n/material_es_419.arb | 18 + .../lib/src/l10n/material_es_AR.arb | 18 + .../lib/src/l10n/material_es_BO.arb | 18 + .../lib/src/l10n/material_es_CL.arb | 18 + .../lib/src/l10n/material_es_CO.arb | 18 + .../lib/src/l10n/material_es_CR.arb | 18 + .../lib/src/l10n/material_es_DO.arb | 18 + .../lib/src/l10n/material_es_EC.arb | 18 + .../lib/src/l10n/material_es_GT.arb | 18 + .../lib/src/l10n/material_es_HN.arb | 18 + .../lib/src/l10n/material_es_MX.arb | 18 + .../lib/src/l10n/material_es_NI.arb | 18 + .../lib/src/l10n/material_es_PA.arb | 18 + .../lib/src/l10n/material_es_PE.arb | 18 + .../lib/src/l10n/material_es_PR.arb | 18 + .../lib/src/l10n/material_es_PY.arb | 18 + .../lib/src/l10n/material_es_SV.arb | 18 + .../lib/src/l10n/material_es_US.arb | 18 + .../lib/src/l10n/material_es_UY.arb | 18 + .../lib/src/l10n/material_es_VE.arb | 18 + .../lib/src/l10n/material_et.arb | 34 +- .../lib/src/l10n/material_eu.arb | 34 +- .../lib/src/l10n/material_fa.arb | 34 +- .../lib/src/l10n/material_fi.arb | 34 +- .../lib/src/l10n/material_fil.arb | 32 +- .../lib/src/l10n/material_fr.arb | 32 +- .../lib/src/l10n/material_fr_CA.arb | 18 + .../lib/src/l10n/material_gl.arb | 34 +- .../lib/src/l10n/material_gsw.arb | 34 +- .../lib/src/l10n/material_gu.arb | 34 +- .../lib/src/l10n/material_he.arb | 34 +- .../lib/src/l10n/material_hi.arb | 34 +- .../lib/src/l10n/material_hr.arb | 34 +- .../lib/src/l10n/material_hu.arb | 34 +- .../lib/src/l10n/material_hy.arb | 34 +- .../lib/src/l10n/material_id.arb | 34 +- .../lib/src/l10n/material_is.arb | 34 +- .../lib/src/l10n/material_it.arb | 34 +- .../lib/src/l10n/material_ja.arb | 34 +- .../lib/src/l10n/material_ka.arb | 34 +- .../lib/src/l10n/material_kk.arb | 34 +- .../lib/src/l10n/material_km.arb | 34 +- .../lib/src/l10n/material_kn.arb | 32 +- .../lib/src/l10n/material_ko.arb | 34 +- .../lib/src/l10n/material_ky.arb | 34 +- .../lib/src/l10n/material_lo.arb | 34 +- .../lib/src/l10n/material_lt.arb | 32 +- .../lib/src/l10n/material_lv.arb | 34 +- .../lib/src/l10n/material_mk.arb | 32 +- .../lib/src/l10n/material_ml.arb | 32 +- .../lib/src/l10n/material_mn.arb | 34 +- .../lib/src/l10n/material_mr.arb | 34 +- .../lib/src/l10n/material_ms.arb | 34 +- .../lib/src/l10n/material_my.arb | 32 +- .../lib/src/l10n/material_ne.arb | 32 +- .../lib/src/l10n/material_nl.arb | 34 +- .../lib/src/l10n/material_no.arb | 34 +- .../lib/src/l10n/material_or.arb | 32 +- .../lib/src/l10n/material_pa.arb | 32 +- .../lib/src/l10n/material_pl.arb | 36 +- .../lib/src/l10n/material_pt.arb | 34 +- .../lib/src/l10n/material_pt_PT.arb | 18 + .../lib/src/l10n/material_ro.arb | 34 +- .../lib/src/l10n/material_ru.arb | 36 +- .../lib/src/l10n/material_si.arb | 32 +- .../lib/src/l10n/material_sk.arb | 32 +- .../lib/src/l10n/material_sl.arb | 34 +- .../lib/src/l10n/material_sq.arb | 36 +- .../lib/src/l10n/material_sr.arb | 34 +- .../lib/src/l10n/material_sr_Latn.arb | 18 + .../lib/src/l10n/material_sv.arb | 34 +- .../lib/src/l10n/material_sw.arb | 34 +- .../lib/src/l10n/material_ta.arb | 32 +- .../lib/src/l10n/material_te.arb | 32 +- .../lib/src/l10n/material_th.arb | 34 +- .../lib/src/l10n/material_tl.arb | 32 +- .../lib/src/l10n/material_tr.arb | 34 +- .../lib/src/l10n/material_uk.arb | 34 +- .../lib/src/l10n/material_ur.arb | 34 +- .../lib/src/l10n/material_uz.arb | 32 +- .../lib/src/l10n/material_vi.arb | 32 +- .../lib/src/l10n/material_zh.arb | 32 +- .../lib/src/l10n/material_zh_HK.arb | 18 + .../lib/src/l10n/material_zh_TW.arb | 18 + .../lib/src/l10n/material_zu.arb | 32 +- 220 files changed, 4326 insertions(+), 2679 deletions(-) create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_de_CH.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb index ad3d9db11d73..2e04e4947e3b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "Kopieer", "pasteButtonLabel": "Plak", "selectAllButtonLabel": "Kies alles", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "Oortjie $tabIndex van $tabCount", "modalBarrierDismissLabel": "Maak toe" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb index e8d97784f5c4..18d34fe45884 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "ቅዳ", "pasteButtonLabel": "ለጥፍ", "selectAllButtonLabel": "ሁሉንም ምረጥ", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "ትር $tabIndex ከ$tabCount", "modalBarrierDismissLabel": "አሰናብት" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb index 6a858fe69832..dd56a885d15c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb @@ -39,6 +39,6 @@ "copyButtonLabel": "نسخ", "pasteButtonLabel": "لصق", "selectAllButtonLabel": "اختيار الكل", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "علامة التبويب $tabIndex من $tabCount", "modalBarrierDismissLabel": "رفض" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb index d594d58fd37a..8528315bb85b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "প্ৰতিলিপি কৰক", "pasteButtonLabel": "পে'ষ্ট কৰক", "selectAllButtonLabel": "সকলো বাছনি কৰক", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "$tabCount টা টেবৰ $tabIndex নম্বৰটো", "modalBarrierDismissLabel": "অগ্ৰাহ্য কৰক" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb index 4a66196f4fbd..ce1bc09bfe88 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "Kopyalayın", "pasteButtonLabel": "Yerləşdirin", "selectAllButtonLabel": "Hamısını seçin", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "Tab $tabIndex/$tabCount", "modalBarrierDismissLabel": "İmtina edin" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb index c4d037d48012..304f686c5c8e 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb @@ -29,6 +29,6 @@ "copyButtonLabel": "Капіраваць", "pasteButtonLabel": "Уставіць", "selectAllButtonLabel": "Выбраць усе", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "Укладка $tabIndex з $tabCount", "modalBarrierDismissLabel": "Адхіліць" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb index 140051e06ca5..b48b739b0227 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "Копиране", "pasteButtonLabel": "Поставяне", "selectAllButtonLabel": "Избиране на всички", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "Раздел $tabIndex от $tabCount", "modalBarrierDismissLabel": "Отхвърляне" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb index 2ab6f4e228e7..707beb942f22 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "কপি করুন", "pasteButtonLabel": "পেস্ট করুন", "selectAllButtonLabel": "সব বেছে নিন", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "$tabCount-এর মধ্যে $tabIndex নম্বর ট্যাব", "modalBarrierDismissLabel": "খারিজ করুন" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb index d17d4c23f283..379fb7b7e825 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb @@ -24,6 +24,6 @@ "copyButtonLabel": "Kopiraj", "pasteButtonLabel": "Zalijepi", "selectAllButtonLabel": "Odaberi sve", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "Kartica $tabIndex od $tabCount", "modalBarrierDismissLabel": "Odbaci" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb index e86ccdeff974..bed0a114512c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "Copia", "pasteButtonLabel": "Enganxa", "selectAllButtonLabel": "Selecciona-ho tot", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "Pestanya $tabIndex de $tabCount", "modalBarrierDismissLabel": "Ignora" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb index 1412ee2e48fd..bb045d02cc85 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb @@ -29,6 +29,6 @@ "copyButtonLabel": "Kopírovat", "pasteButtonLabel": "Vložit", "selectAllButtonLabel": "Vybrat vše", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "Karta $tabIndex z $tabCount", "modalBarrierDismissLabel": "Zavřít" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb index e6f0b84c1d3e..ecd67e92ee74 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "Kopiér", "pasteButtonLabel": "Sæt ind", "selectAllButtonLabel": "Vælg alle", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "Fane $tabIndex af $tabCount", "modalBarrierDismissLabel": "Afvis" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb index 041352ea0575..7ca581e35821 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb @@ -11,14 +11,14 @@ "alertDialogLabel": "Benachrichtigung", "timerPickerHourLabelOne": "Stunde", "timerPickerHourLabelOther": "Stunden", - "timerPickerMinuteLabelOne": "min", - "timerPickerMinuteLabelOther": "min", + "timerPickerMinuteLabelOne": "Min.", + "timerPickerMinuteLabelOther": "Min.", "timerPickerSecondLabelOne": "s", "timerPickerSecondLabelOther": "s", "cutButtonLabel": "Ausschneiden", "copyButtonLabel": "Kopieren", "pasteButtonLabel": "Einsetzen", "selectAllButtonLabel": "Alles auswählen", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "Tab $tabIndex von $tabCount", "modalBarrierDismissLabel": "Schließen" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_de_CH.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_de_CH.arb new file mode 100644 index 000000000000..9a7ba7d25be7 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_de_CH.arb @@ -0,0 +1,24 @@ +{ + "datePickerHourSemanticsLabelOne": "$hour Uhr", + "datePickerHourSemanticsLabelOther": "$hour Uhr", + "datePickerMinuteSemanticsLabelOne": "1 Minute", + "datePickerMinuteSemanticsLabelOther": "$minute Minuten", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "todayLabel": "Heute", + "alertDialogLabel": "Benachrichtigung", + "tabSemanticsLabel": "Tab $tabIndex von $tabCount", + "timerPickerHourLabelOne": "Stunde", + "timerPickerHourLabelOther": "Stunden", + "timerPickerMinuteLabelOne": "Min.", + "timerPickerMinuteLabelOther": "Min.", + "timerPickerSecondLabelOne": "s", + "timerPickerSecondLabelOther": "s", + "cutButtonLabel": "Ausschneiden", + "copyButtonLabel": "Kopieren", + "pasteButtonLabel": "Einsetzen", + "selectAllButtonLabel": "Alles auswählen", + "modalBarrierDismissLabel": "Schliessen" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb index 4c73b3c09288..bbe36f38b6e4 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "Αντιγραφή", "pasteButtonLabel": "Επικόλληση", "selectAllButtonLabel": "Επιλογή όλων", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "Καρτέλα $tabIndex από $tabCount", "modalBarrierDismissLabel": "Παράβλεψη" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_AU.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_AU.arb index 0adde879ce7b..2446f1f98989 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_AU.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_AU.arb @@ -1,4 +1,5 @@ { + "tabSemanticsLabel": "Tab $tabIndex of $tabCount", "datePickerHourSemanticsLabelOne": "$hour o'clock", "datePickerHourSemanticsLabelOther": "$hour o'clock", "datePickerMinuteSemanticsLabelOne": "1 minute", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_CA.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_CA.arb index 0adde879ce7b..2446f1f98989 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_CA.arb @@ -1,4 +1,5 @@ { + "tabSemanticsLabel": "Tab $tabIndex of $tabCount", "datePickerHourSemanticsLabelOne": "$hour o'clock", "datePickerHourSemanticsLabelOther": "$hour o'clock", "datePickerMinuteSemanticsLabelOne": "1 minute", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_GB.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_GB.arb index 0adde879ce7b..2446f1f98989 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_GB.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_GB.arb @@ -1,4 +1,5 @@ { + "tabSemanticsLabel": "Tab $tabIndex of $tabCount", "datePickerHourSemanticsLabelOne": "$hour o'clock", "datePickerHourSemanticsLabelOther": "$hour o'clock", "datePickerMinuteSemanticsLabelOne": "1 minute", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_IE.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_IE.arb index 0adde879ce7b..2446f1f98989 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_IE.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_IE.arb @@ -1,4 +1,5 @@ { + "tabSemanticsLabel": "Tab $tabIndex of $tabCount", "datePickerHourSemanticsLabelOne": "$hour o'clock", "datePickerHourSemanticsLabelOther": "$hour o'clock", "datePickerMinuteSemanticsLabelOne": "1 minute", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_IN.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_IN.arb index 0adde879ce7b..2446f1f98989 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_IN.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_IN.arb @@ -1,4 +1,5 @@ { + "tabSemanticsLabel": "Tab $tabIndex of $tabCount", "datePickerHourSemanticsLabelOne": "$hour o'clock", "datePickerHourSemanticsLabelOther": "$hour o'clock", "datePickerMinuteSemanticsLabelOne": "1 minute", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_NZ.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_NZ.arb index 0adde879ce7b..2446f1f98989 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_NZ.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_NZ.arb @@ -1,4 +1,5 @@ { + "tabSemanticsLabel": "Tab $tabIndex of $tabCount", "datePickerHourSemanticsLabelOne": "$hour o'clock", "datePickerHourSemanticsLabelOther": "$hour o'clock", "datePickerMinuteSemanticsLabelOne": "1 minute", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_SG.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_SG.arb index 0adde879ce7b..2446f1f98989 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_SG.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_SG.arb @@ -1,4 +1,5 @@ { + "tabSemanticsLabel": "Tab $tabIndex of $tabCount", "datePickerHourSemanticsLabelOne": "$hour o'clock", "datePickerHourSemanticsLabelOther": "$hour o'clock", "datePickerMinuteSemanticsLabelOne": "1 minute", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_ZA.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_ZA.arb index 0adde879ce7b..2446f1f98989 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_ZA.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_ZA.arb @@ -1,4 +1,5 @@ { + "tabSemanticsLabel": "Tab $tabIndex of $tabCount", "datePickerHourSemanticsLabelOne": "$hour o'clock", "datePickerHourSemanticsLabelOther": "$hour o'clock", "datePickerMinuteSemanticsLabelOne": "1 minute", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb index 2e9873d815ac..a696c860a878 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", "selectAllButtonLabel": "Seleccionar todos", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "modalBarrierDismissLabel": "Cerrar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb index 086274cb0099..1c8df97be4dd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb @@ -1,4 +1,5 @@ { + "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", "datePickerHourSemanticsLabelOther": "$hour en punto", "datePickerMinuteSemanticsLabelOne": "1 minuto", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb index 086274cb0099..1c8df97be4dd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb @@ -1,4 +1,5 @@ { + "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", "datePickerHourSemanticsLabelOther": "$hour en punto", "datePickerMinuteSemanticsLabelOne": "1 minuto", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb index 086274cb0099..1c8df97be4dd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb @@ -1,4 +1,5 @@ { + "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", "datePickerHourSemanticsLabelOther": "$hour en punto", "datePickerMinuteSemanticsLabelOne": "1 minuto", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb index 086274cb0099..1c8df97be4dd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb @@ -1,4 +1,5 @@ { + "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", "datePickerHourSemanticsLabelOther": "$hour en punto", "datePickerMinuteSemanticsLabelOne": "1 minuto", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb index 086274cb0099..1c8df97be4dd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb @@ -1,4 +1,5 @@ { + "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", "datePickerHourSemanticsLabelOther": "$hour en punto", "datePickerMinuteSemanticsLabelOne": "1 minuto", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb index 086274cb0099..1c8df97be4dd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb @@ -1,4 +1,5 @@ { + "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", "datePickerHourSemanticsLabelOther": "$hour en punto", "datePickerMinuteSemanticsLabelOne": "1 minuto", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb index 086274cb0099..1c8df97be4dd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb @@ -1,4 +1,5 @@ { + "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", "datePickerHourSemanticsLabelOther": "$hour en punto", "datePickerMinuteSemanticsLabelOne": "1 minuto", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb index 086274cb0099..1c8df97be4dd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb @@ -1,4 +1,5 @@ { + "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", "datePickerHourSemanticsLabelOther": "$hour en punto", "datePickerMinuteSemanticsLabelOne": "1 minuto", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb index 086274cb0099..1c8df97be4dd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb @@ -1,4 +1,5 @@ { + "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", "datePickerHourSemanticsLabelOther": "$hour en punto", "datePickerMinuteSemanticsLabelOne": "1 minuto", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb index 086274cb0099..1c8df97be4dd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb @@ -1,4 +1,5 @@ { + "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", "datePickerHourSemanticsLabelOther": "$hour en punto", "datePickerMinuteSemanticsLabelOne": "1 minuto", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb index 086274cb0099..1c8df97be4dd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb @@ -1,4 +1,5 @@ { + "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", "datePickerHourSemanticsLabelOther": "$hour en punto", "datePickerMinuteSemanticsLabelOne": "1 minuto", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb index 086274cb0099..1c8df97be4dd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb @@ -1,4 +1,5 @@ { + "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", "datePickerHourSemanticsLabelOther": "$hour en punto", "datePickerMinuteSemanticsLabelOne": "1 minuto", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb index 086274cb0099..1c8df97be4dd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb @@ -1,4 +1,5 @@ { + "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", "datePickerHourSemanticsLabelOther": "$hour en punto", "datePickerMinuteSemanticsLabelOne": "1 minuto", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb index 086274cb0099..1c8df97be4dd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb @@ -1,4 +1,5 @@ { + "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", "datePickerHourSemanticsLabelOther": "$hour en punto", "datePickerMinuteSemanticsLabelOne": "1 minuto", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb index 086274cb0099..1c8df97be4dd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb @@ -1,4 +1,5 @@ { + "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", "datePickerHourSemanticsLabelOther": "$hour en punto", "datePickerMinuteSemanticsLabelOne": "1 minuto", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb index 086274cb0099..1c8df97be4dd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb @@ -1,4 +1,5 @@ { + "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", "datePickerHourSemanticsLabelOther": "$hour en punto", "datePickerMinuteSemanticsLabelOne": "1 minuto", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb index 086274cb0099..1c8df97be4dd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb @@ -1,4 +1,5 @@ { + "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", "datePickerHourSemanticsLabelOther": "$hour en punto", "datePickerMinuteSemanticsLabelOne": "1 minuto", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb index 086274cb0099..1c8df97be4dd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb @@ -1,4 +1,5 @@ { + "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", "datePickerHourSemanticsLabelOther": "$hour en punto", "datePickerMinuteSemanticsLabelOne": "1 minuto", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb index 086274cb0099..1c8df97be4dd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb @@ -1,4 +1,5 @@ { + "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", "datePickerHourSemanticsLabelOther": "$hour en punto", "datePickerMinuteSemanticsLabelOne": "1 minuto", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb index 086274cb0099..1c8df97be4dd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb @@ -1,4 +1,5 @@ { + "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", "datePickerHourSemanticsLabelOther": "$hour en punto", "datePickerMinuteSemanticsLabelOne": "1 minuto", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb index 4910f6afc035..f0f06facf0e3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "Kopeeri", "pasteButtonLabel": "Kleebi", "selectAllButtonLabel": "Vali kõik", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "$tabIndex. vaheleht $tabCount-st", "modalBarrierDismissLabel": "Loobu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb index 566bcbf3149c..8cd14c2473b6 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "Kopiatu", "pasteButtonLabel": "Itsatsi", "selectAllButtonLabel": "Hautatu guztiak", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "$tabIndex/$tabCount fitxa", "modalBarrierDismissLabel": "Baztertu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb index d3cef3affdb6..963384a69f1d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "کپی", "pasteButtonLabel": "جای‌گذاری", "selectAllButtonLabel": "انتخاب همه", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "برگه $tabIndex از $tabCount", "modalBarrierDismissLabel": "نپذیرفتن" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb index fad6002b02a4..8357cbb0a712 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "Kopioi", "pasteButtonLabel": "Liitä", "selectAllButtonLabel": "Valitse kaikki", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "Välilehti $tabIndex/$tabCount", "modalBarrierDismissLabel": "Ohita" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb index ef46141010dc..caef67631add 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "Kopyahin", "pasteButtonLabel": "I-paste", "selectAllButtonLabel": "Piliin Lahat", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "Tab $tabIndex ng $tabCount", "modalBarrierDismissLabel": "I-dismiss" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb index c8fb8d14d0ea..facb5dae5266 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "Copier", "pasteButtonLabel": "Coller", "selectAllButtonLabel": "Tout sélect.", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "Onglet $tabIndex sur $tabCount", "modalBarrierDismissLabel": "Ignorer" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fr_CA.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fr_CA.arb index 960feddf82eb..2cbfd085e921 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fr_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fr_CA.arb @@ -1,4 +1,5 @@ { + "tabSemanticsLabel": "Onglet $tabIndex sur $tabCount", "datePickerHourSemanticsLabelOne": "$hour heure", "datePickerHourSemanticsLabelOther": "$hour heures", "datePickerMinuteSemanticsLabelOne": "1 minute", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb index c2f1cf47bd4c..d1ab0351a3fd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", "selectAllButtonLabel": "Seleccionar todo", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "Pestana $tabIndex de $tabCount", "modalBarrierDismissLabel": "Ignorar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb index 041352ea0575..7ca581e35821 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb @@ -11,14 +11,14 @@ "alertDialogLabel": "Benachrichtigung", "timerPickerHourLabelOne": "Stunde", "timerPickerHourLabelOther": "Stunden", - "timerPickerMinuteLabelOne": "min", - "timerPickerMinuteLabelOther": "min", + "timerPickerMinuteLabelOne": "Min.", + "timerPickerMinuteLabelOther": "Min.", "timerPickerSecondLabelOne": "s", "timerPickerSecondLabelOther": "s", "cutButtonLabel": "Ausschneiden", "copyButtonLabel": "Kopieren", "pasteButtonLabel": "Einsetzen", "selectAllButtonLabel": "Alles auswählen", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "Tab $tabIndex von $tabCount", "modalBarrierDismissLabel": "Schließen" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb index 67883870925b..8f617229f817 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "કૉપિ કરો", "pasteButtonLabel": "પેસ્ટ કરો", "selectAllButtonLabel": "બધા પસંદ કરો", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "$tabCountમાંથી $tabIndex ટૅબ", "modalBarrierDismissLabel": "છોડી દો" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb index 0f740a68d113..1e2ab753bd93 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb @@ -29,6 +29,6 @@ "copyButtonLabel": "העתקה", "pasteButtonLabel": "הדבקה", "selectAllButtonLabel": "בחירת הכול", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "כרטיסייה $tabIndex מתוך $tabCount", "modalBarrierDismissLabel": "סגירה" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb index f1863d6f512f..b5316923e744 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "कॉपी करें", "pasteButtonLabel": "चिपकाएं", "selectAllButtonLabel": "सभी चुनें", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "$tabCount का टैब $tabIndex", "modalBarrierDismissLabel": "खारिज करें" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb index 7ea8efae832e..e05a68fe4e83 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb @@ -24,6 +24,6 @@ "copyButtonLabel": "Kopiraj", "pasteButtonLabel": "Zalijepi", "selectAllButtonLabel": "Odaberi sve", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "Kartica $tabIndex od $tabCount", "modalBarrierDismissLabel": "Odbaci" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb index d3be9a08490d..c6c8b7b9eba3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "Másolás", "pasteButtonLabel": "Beillesztés", "selectAllButtonLabel": "Összes kijelölése", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "$tabCount/$tabIndex. lap", "modalBarrierDismissLabel": "Elvetés" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb index d95b1b2d907d..e12ad0f6fc3b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "Պատճենել", "pasteButtonLabel": "Տեղադրել", "selectAllButtonLabel": "Նշել բոլորը", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "Ներդիր $tabIndex՝ $tabCount-ից", "modalBarrierDismissLabel": "Փակել" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb index a15f680813dc..5fcc2c4ecc71 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "Salin", "pasteButtonLabel": "Tempel", "selectAllButtonLabel": "Pilih Semua", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "Tab $tabIndex dari $tabCount", "modalBarrierDismissLabel": "Tutup" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb index ede723045944..ddf50c23ba8a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "Afrita", "pasteButtonLabel": "Líma", "selectAllButtonLabel": "Velja allt", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "Flipi $tabIndex af $tabCount", "modalBarrierDismissLabel": "Hunsa" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb index 7faf70a573bb..a969272f73d5 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "Copia", "pasteButtonLabel": "Incolla", "selectAllButtonLabel": "Seleziona tutto", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "Scheda $tabIndex di $tabCount", "modalBarrierDismissLabel": "Ignora" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb index aca28892116e..46b748ef30c9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "コピー", "pasteButtonLabel": "貼り付け", "selectAllButtonLabel": "すべて選択", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "タブ: $tabIndex/$tabCount", "modalBarrierDismissLabel": "閉じる" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb index bfff7fe5314f..f07aa760e27a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "კოპირება", "pasteButtonLabel": "ჩასმა", "selectAllButtonLabel": "ყველას არჩევა", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "ჩანართი $tabIndex / $tabCount-დან", "modalBarrierDismissLabel": "დახურვა" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb index c0daaf849d85..caf700df3348 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "Көшіру", "pasteButtonLabel": "Қою", "selectAllButtonLabel": "Барлығын таңдау", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "Қойынды: $tabIndex/$tabCount", "modalBarrierDismissLabel": "Жабу" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb index ed95e109b734..176d6661f77a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "ចម្លង", "pasteButtonLabel": "ដាក់​ចូល", "selectAllButtonLabel": "ជ្រើសរើស​ទាំងអស់", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "ផ្ទាំងទី $tabIndex នៃ $tabCount", "modalBarrierDismissLabel": "ច្រាន​ចោល" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb index 39ebde8d0033..7c200adb472a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb @@ -20,5 +20,5 @@ "pasteButtonLabel": "\u0c85\u0c82\u0c9f\u0cbf\u0cb8\u0cbf", "selectAllButtonLabel": "\u0c8e\u0cb2\u0ccd\u0cb2\u0cb5\u0ca8\u0ccd\u0ca8\u0cc2\u0020\u0c86\u0caf\u0ccd\u0c95\u0cc6\u0cae\u0cbe\u0ca1\u0cbf", "modalBarrierDismissLabel": "\u0cb5\u0c9c\u0cbe\u0c97\u0cca\u0cb3\u0cbf\u0cb8\u0cbf", - "tabSemanticsLabel": "\u0054\u0042\u0044" + "tabSemanticsLabel": "\u0024\u0074\u0061\u0062\u0043\u006f\u0075\u006e\u0074\u0020\u0cb0\u0cb2\u0ccd\u0cb2\u0cbf\u0ca8\u0020\u0024\u0074\u0061\u0062\u0049\u006e\u0064\u0065\u0078\u0020\u0c9f\u0ccd\u0caf\u0cbe\u0cac\u0ccd" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb index 6dd41785c95d..45b30b489e63 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "복사", "pasteButtonLabel": "붙여넣기", "selectAllButtonLabel": "전체 선택", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "탭 $tabCount개 중 $tabIndex번째", "modalBarrierDismissLabel": "닫기" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb index 033018c08d55..615ea50d9261 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "Көчүрүү", "pasteButtonLabel": "Чаптоо", "selectAllButtonLabel": "Баарын тандоо", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "$tabCount ичинен $tabIndex-өтмөк", "modalBarrierDismissLabel": "Жабуу" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb index dab89bc96c21..1f60a5cae7a7 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "ສຳເນົາ", "pasteButtonLabel": "ວາງ", "selectAllButtonLabel": "ເລືອກທັງໝົດ", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "ແຖບທີ $tabIndex ຈາກທັງໝົດ $tabCount", "modalBarrierDismissLabel": "ປິດໄວ້" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb index a239fa833f26..c9554753a6ee 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb @@ -29,6 +29,6 @@ "copyButtonLabel": "Kopijuoti", "pasteButtonLabel": "Įklijuoti", "selectAllButtonLabel": "Pasirinkti viską", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "$tabIndex skirtukas iš $tabCount", "modalBarrierDismissLabel": "Atsisakyti" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb index 83c979fd49be..1d8599ee71de 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb @@ -24,6 +24,6 @@ "copyButtonLabel": "Kopēt", "pasteButtonLabel": "Ielīmēt", "selectAllButtonLabel": "Atlasīt visu", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "$tabIndex. cilne no $tabCount", "modalBarrierDismissLabel": "Nerādīt" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb index 7d26eb6bcd97..6b9afe541772 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "Копирај", "pasteButtonLabel": "Залепи", "selectAllButtonLabel": "Избери ги сите", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "Картичка $tabIndex од $tabCount", "modalBarrierDismissLabel": "Отфрли" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb index a7a9c46d3ed3..1d2b66bf93bf 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "പകർത്തുക", "pasteButtonLabel": "ഒട്ടിക്കുക", "selectAllButtonLabel": "എല്ലാം തിരഞ്ഞെടുക്കുക", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "$tabCount ടാബിൽ $tabIndex-ാമത്തേത്", "modalBarrierDismissLabel": "നിരസിക്കുക" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb index 3f95c3458493..8f656322e85c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "Хуулах", "pasteButtonLabel": "Буулгах", "selectAllButtonLabel": "Бүгдийг сонгох", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "$tabCount-н $tabIndex-р таб", "modalBarrierDismissLabel": "Үл хэрэгсэх" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb index ef6c2f4ca1aa..e96b246e1a4a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "कॉपी करा", "pasteButtonLabel": "पेस्ट करा", "selectAllButtonLabel": "सर्व निवडा", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "$tabCount पैकी $tabIndex टॅब", "modalBarrierDismissLabel": "डिसमिस करा" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb index e3572bff870c..8968ab045920 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "Salin", "pasteButtonLabel": "Tampal", "selectAllButtonLabel": "Pilih Semua", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "Tab $tabIndex daripada $tabCount", "modalBarrierDismissLabel": "Tolak" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb index 5ef93c3a37dc..ab2148865b8f 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "မိတ္တူကူးရန်", "pasteButtonLabel": "ကူးထည့်ရန်", "selectAllButtonLabel": "အားလုံး ရွေးရန်", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "တဘ် $tabCount ခုအနက် $tabIndex ခု", "modalBarrierDismissLabel": "ပယ်ရန်" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb index e336163a65a4..9149ee6b2899 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "प्रतिलिपि गर्नुहोस्", "pasteButtonLabel": "टाँस्नुहोस्", "selectAllButtonLabel": "सबै चयन गर्नुहोस्", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "$tabCount मध्ये $tabIndex ट्याब", "modalBarrierDismissLabel": "खारेज गर्नुहोस्" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb index 068b320fe0d3..b8297013ac52 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "Kopiëren", "pasteButtonLabel": "Plakken", "selectAllButtonLabel": "Alles selecteren", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "Tabblad $tabIndex van $tabCount", "modalBarrierDismissLabel": "Sluiten" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb index fda1100fcf8a..7c36c4a84bad 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "Kopiér", "pasteButtonLabel": "Lim inn", "selectAllButtonLabel": "Velg alle", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "Fane $tabIndex av $tabCount", "modalBarrierDismissLabel": "Avvis" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb index 7d281f86d818..174eaaa21b48 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "କପି କରନ୍ତୁ", "pasteButtonLabel": "ପେଷ୍ଟ କରନ୍ତୁ", "selectAllButtonLabel": "ସମସ୍ତ ଚୟନ କରନ୍ତୁ", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "$tabCountର $tabIndex ଟାବ୍", "modalBarrierDismissLabel": "ଖାରଜ କରନ୍ତୁ" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb index a7dacad8d8a4..65e951a858f3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "ਕਾਪੀ ਕਰੋ", "pasteButtonLabel": "ਪੇਸਟ ਕਰੋ", "selectAllButtonLabel": "ਸਭ ਚੁਣੋ", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "$tabCount ਵਿੱਚੋਂ $tabIndex ਟੈਬ", "modalBarrierDismissLabel": "ਖਾਰਜ ਕਰੋ" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb index b58a35fccc69..ed59deba23c3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb @@ -29,6 +29,6 @@ "copyButtonLabel": "Kopiuj", "pasteButtonLabel": "Wklej", "selectAllButtonLabel": "Wybierz wszystkie", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "Karta $tabIndex z $tabCount", "modalBarrierDismissLabel": "Zamknij" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb index ba1c31a42463..30a97e2c4e82 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "Copiar", "pasteButtonLabel": "Colar", "selectAllButtonLabel": "Selecionar Tudo", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "Guia $tabIndex de $tabCount", "modalBarrierDismissLabel": "Dispensar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb index 37e260f11a4c..96e3876e335a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb @@ -1,4 +1,5 @@ { + "tabSemanticsLabel": "Separador $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour hora", "datePickerHourSemanticsLabelOther": "$hour hora", "datePickerMinuteSemanticsLabelOne": "1 minuto", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb index 4bf3c074de50..9ddb7b87632c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb @@ -24,6 +24,6 @@ "copyButtonLabel": "Copiați", "pasteButtonLabel": "Inserați", "selectAllButtonLabel": "Selectați-le pe toate", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "Fila $tabIndex din $tabCount", "modalBarrierDismissLabel": "Închideți" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb index e550cfaddd9f..d74225d058e6 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb @@ -29,6 +29,6 @@ "copyButtonLabel": "Копировать", "pasteButtonLabel": "Вставить", "selectAllButtonLabel": "Выбрать все", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "Вкладка $tabIndex из $tabCount", "modalBarrierDismissLabel": "Закрыть" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb index 5073a5e04ddc..e3421bfc0e36 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "පිටපත් කරන්න", "pasteButtonLabel": "අලවන්න", "selectAllButtonLabel": "සියල්ල තෝරන්න", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "ටැබ $tabCount න් $tabIndex", "modalBarrierDismissLabel": "ඉවත ලන්න" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb index 528dc8885588..f8f6e20c39dc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb @@ -29,6 +29,6 @@ "copyButtonLabel": "Kopírovať", "pasteButtonLabel": "Prilepiť", "selectAllButtonLabel": "Vybrať všetko", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "Karta $tabIndex z $tabCount", "modalBarrierDismissLabel": "Odmietnuť" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb index e8cecce9208b..8fb80c5cbbea 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb @@ -29,6 +29,6 @@ "copyButtonLabel": "Kopiraj", "pasteButtonLabel": "Prilepi", "selectAllButtonLabel": "Izberi vse", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "Zavihek $tabIndex od $tabCount", "modalBarrierDismissLabel": "Opusti" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb index 7e6e9d580903..9df2c70c4420 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "Kopjo", "pasteButtonLabel": "Ngjit", "selectAllButtonLabel": "Zgjidhi të gjitha", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "Skeda $tabIndex nga $tabCount", "modalBarrierDismissLabel": "Hiq" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb index 4a66c51976bb..2de4d841abf5 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb @@ -24,6 +24,6 @@ "copyButtonLabel": "Копирај", "pasteButtonLabel": "Налепи", "selectAllButtonLabel": "Изабери све", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "$tabIndex. картица од $tabCount", "modalBarrierDismissLabel": "Одбаци" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb index 88680dac6520..1b97381b512b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb @@ -1,4 +1,5 @@ { + "tabSemanticsLabel": "$tabIndex. kartica od $tabCount", "datePickerHourSemanticsLabelFew": "$hour sata", "datePickerMinuteSemanticsLabelFew": "$minute minuta", "timerPickerHourLabelFew": "sata", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb index d4e03c6f05c3..3cbcdf99203d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "Kopiera", "pasteButtonLabel": "Klistra in", "selectAllButtonLabel": "Markera alla", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "Flik $tabIndex av $tabCount", "modalBarrierDismissLabel": "Stäng" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb index 6792e2b9e09f..e499cc596593 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "Nakili", "pasteButtonLabel": "Bandika", "selectAllButtonLabel": "Teua Zote", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "Kichupo cha $tabIndex kati ya $tabCount", "modalBarrierDismissLabel": "Ondoa" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb index 026c07469dba..5fdeb4e9b621 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "நகலெடு", "pasteButtonLabel": "ஒட்டு", "selectAllButtonLabel": "எல்லாம் தேர்ந்தெடு", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "தாவல் $tabIndex / $tabCount", "modalBarrierDismissLabel": "நிராகரிக்கும்" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb index a83a80d61a04..16703ee6a486 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "కాపీ చేయి", "pasteButtonLabel": "అతికించు", "selectAllButtonLabel": "అన్నింటినీ ఎంచుకోండి", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "$tabCountలో $tabIndexవ ట్యాబ్", "modalBarrierDismissLabel": "విస్మరించు" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb index 0859b6b8acd0..8daafd7463a9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "คัดลอก", "pasteButtonLabel": "วาง", "selectAllButtonLabel": "เลือกทั้งหมด", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "แท็บที่ $tabIndex จาก $tabCount", "modalBarrierDismissLabel": "ปิด" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb index ef46141010dc..caef67631add 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "Kopyahin", "pasteButtonLabel": "I-paste", "selectAllButtonLabel": "Piliin Lahat", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "Tab $tabIndex ng $tabCount", "modalBarrierDismissLabel": "I-dismiss" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb index 82a9d1ddd94a..d600403eb2f7 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "Kopyala", "pasteButtonLabel": "Yapıştır", "selectAllButtonLabel": "Tümünü Seç", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "Sekme $tabIndex/$tabCount", "modalBarrierDismissLabel": "Kapat" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb index fde40da3dcb7..f3756cfd8c30 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb @@ -29,6 +29,6 @@ "copyButtonLabel": "Копіювати", "pasteButtonLabel": "Вставити", "selectAllButtonLabel": "Вибрати все", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "Вкладка $tabIndex з $tabCount", "modalBarrierDismissLabel": "Закрити" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb index 99eb001b167c..1edca7048c1d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "کاپی کریں", "pasteButtonLabel": "پیسٹ کریں", "selectAllButtonLabel": "سبھی منتخب کریں", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "$tabCount میں سے $tabIndex ٹیب", "modalBarrierDismissLabel": "برخاست کریں" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb index 87c6e5b04813..144227538224 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "Nusxa olish", "pasteButtonLabel": "Joylash", "selectAllButtonLabel": "Barchasini tanlash", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "$tabCount varaqdan $tabIndex", "modalBarrierDismissLabel": "Yopish" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb index 1a4167530599..ef5ff7ddd994 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "Sao chép", "pasteButtonLabel": "Dán", "selectAllButtonLabel": "Chọn tất cả", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "Thẻ $tabIndex/$tabCount", "modalBarrierDismissLabel": "Bỏ qua" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb index 37aa19cf709e..12afee45edb6 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "复制", "pasteButtonLabel": "粘贴", "selectAllButtonLabel": "全选", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "第 $tabIndex 个标签,共 $tabCount 个", "modalBarrierDismissLabel": "关闭" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb index bbd875a94a3c..d562b03b610e 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb @@ -1,4 +1,5 @@ { + "tabSemanticsLabel": "$tabCount 個分頁中嘅第 $tabIndex 個", "datePickerHourSemanticsLabelOne": "$hour 點", "datePickerHourSemanticsLabelOther": "$hour 點", "datePickerMinuteSemanticsLabelOne": "1 分鐘", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb index 7ced43c8e966..fdeb4240c7af 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb @@ -1,4 +1,5 @@ { + "tabSemanticsLabel": "第 $tabIndex 個分頁標籤,共 $tabCount 個", "datePickerHourSemanticsLabelOne": "$hour 點", "datePickerHourSemanticsLabelOther": "$hour 點", "datePickerMinuteSemanticsLabelOne": "1 分", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb index 6fb0c92ab937..5a7961ff7f62 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb @@ -19,6 +19,6 @@ "copyButtonLabel": "Kopisha", "pasteButtonLabel": "Namathisela", "selectAllButtonLabel": "Khetha konke", - "tabSemanticsLabel": "TBD", + "tabSemanticsLabel": "Ithebhu $tabIndex kwangu-$tabCount", "modalBarrierDismissLabel": "Cashisa" } diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index ce7792f057a0..ac0e96896698 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -115,7 +115,7 @@ class CupertinoLocalizationAf extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Kies alles'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'Oortjie \$tabIndex van \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -269,7 +269,7 @@ class CupertinoLocalizationAm extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'ሁሉንም ምረጥ'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'ትር \$tabIndex ከ\$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -423,7 +423,7 @@ class CupertinoLocalizationAr extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'اختيار الكل'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'علامة التبويب \$tabIndex من \$tabCount'; @override String get timerPickerHourLabelFew => 'ساعات'; @@ -577,7 +577,7 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'সকলো বাছনি কৰক'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => '\$tabCount টা টেবৰ \$tabIndex নম্বৰটো'; @override String get timerPickerHourLabelFew => null; @@ -731,7 +731,7 @@ class CupertinoLocalizationAz extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Hamısını seçin'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'Tab \$tabIndex/\$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -885,7 +885,7 @@ class CupertinoLocalizationBe extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Выбраць усе'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'Укладка \$tabIndex з \$tabCount'; @override String get timerPickerHourLabelFew => 'гадзіны'; @@ -1039,7 +1039,7 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Избиране на всички'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'Раздел \$tabIndex от \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -1193,7 +1193,7 @@ class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'সব বেছে নিন'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => '\$tabCount-এর মধ্যে \$tabIndex নম্বর ট্যাব'; @override String get timerPickerHourLabelFew => null; @@ -1347,7 +1347,7 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Odaberi sve'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'Kartica \$tabIndex od \$tabCount'; @override String get timerPickerHourLabelFew => 'sata'; @@ -1501,7 +1501,7 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Selecciona-ho tot'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'Pestanya \$tabIndex de \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -1655,7 +1655,7 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Vybrat vše'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'Karta \$tabIndex z \$tabCount'; @override String get timerPickerHourLabelFew => 'hodiny'; @@ -1809,7 +1809,7 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Vælg alle'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'Fane \$tabIndex af \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -1963,7 +1963,7 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Alles auswählen'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'Tab \$tabIndex von \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -1990,10 +1990,10 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'min'; + String get timerPickerMinuteLabelOne => 'Min.'; @override - String get timerPickerMinuteLabelOther => 'min'; + String get timerPickerMinuteLabelOther => 'Min.'; @override String get timerPickerMinuteLabelTwo => null; @@ -2023,6 +2023,37 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { String get todayLabel => 'Heute'; } +/// The translations for German, as used in Switzerland (`de_CH`). +class CupertinoLocalizationDeCh extends CupertinoLocalizationDe { + /// Create an instance of the translation bundle for German, as used in Switzerland. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationDeCh({ + String localeName = 'de_CH', + @required intl.DateFormat fullYearFormat, + @required intl.DateFormat dayFormat, + @required intl.DateFormat mediumDateFormat, + @required intl.DateFormat singleDigitHourFormat, + @required intl.DateFormat singleDigitMinuteFormat, + @required intl.DateFormat doubleDigitMinuteFormat, + @required intl.DateFormat singleDigitSecondFormat, + @required intl.NumberFormat decimalFormat, + }) : super( + localeName: localeName, + fullYearFormat: fullYearFormat, + dayFormat: dayFormat, + mediumDateFormat: mediumDateFormat, + singleDigitHourFormat: singleDigitHourFormat, + singleDigitMinuteFormat: singleDigitMinuteFormat, + doubleDigitMinuteFormat: doubleDigitMinuteFormat, + singleDigitSecondFormat: singleDigitSecondFormat, + decimalFormat: decimalFormat, + ); + + @override + String get modalBarrierDismissLabel => 'Schliessen'; +} + /// The translations for Modern Greek (`el`). class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { /// Create an instance of the translation bundle for Modern Greek. @@ -2117,7 +2148,7 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Επιλογή όλων'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'Καρτέλα \$tabIndex από \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -2697,7 +2728,7 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Seleccionar todos'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'Pestaña \$tabIndex de \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -3711,7 +3742,7 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Vali kõik'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => '\$tabIndex. vaheleht \$tabCount-st'; @override String get timerPickerHourLabelFew => null; @@ -3865,7 +3896,7 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Hautatu guztiak'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => '\$tabIndex/\$tabCount fitxa'; @override String get timerPickerHourLabelFew => null; @@ -4019,7 +4050,7 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'انتخاب همه'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'برگه \$tabIndex از \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -4173,7 +4204,7 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Valitse kaikki'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'Välilehti \$tabIndex/\$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -4327,7 +4358,7 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Piliin Lahat'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'Tab \$tabIndex ng \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -4481,7 +4512,7 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Tout sélect.'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'Onglet \$tabIndex sur \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -4687,7 +4718,7 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Seleccionar todo'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'Pestana \$tabIndex de \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -4841,7 +4872,7 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Alles auswählen'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'Tab \$tabIndex von \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -4868,10 +4899,10 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { String get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'min'; + String get timerPickerMinuteLabelOne => 'Min.'; @override - String get timerPickerMinuteLabelOther => 'min'; + String get timerPickerMinuteLabelOther => 'Min.'; @override String get timerPickerMinuteLabelTwo => null; @@ -4995,7 +5026,7 @@ class CupertinoLocalizationGu extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'બધા પસંદ કરો'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => '\$tabCountમાંથી \$tabIndex ટૅબ'; @override String get timerPickerHourLabelFew => null; @@ -5149,7 +5180,7 @@ class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'בחירת הכול'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'כרטיסייה \$tabIndex מתוך \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -5303,7 +5334,7 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'सभी चुनें'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => '\$tabCount का टैब \$tabIndex'; @override String get timerPickerHourLabelFew => null; @@ -5457,7 +5488,7 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Odaberi sve'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'Kartica \$tabIndex od \$tabCount'; @override String get timerPickerHourLabelFew => 'sata'; @@ -5611,7 +5642,7 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Összes kijelölése'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => '\$tabCount/\$tabIndex. lap'; @override String get timerPickerHourLabelFew => null; @@ -5765,7 +5796,7 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Նշել բոլորը'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'Ներդիր \$tabIndex՝ \$tabCount-ից'; @override String get timerPickerHourLabelFew => null; @@ -5919,7 +5950,7 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Pilih Semua'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'Tab \$tabIndex dari \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -6073,7 +6104,7 @@ class CupertinoLocalizationIs extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Velja allt'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'Flipi \$tabIndex af \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -6227,7 +6258,7 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Seleziona tutto'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'Scheda \$tabIndex di \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -6381,7 +6412,7 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'すべて選択'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'タブ: \$tabIndex/\$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -6535,7 +6566,7 @@ class CupertinoLocalizationKa extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'ყველას არჩევა'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'ჩანართი \$tabIndex / \$tabCount-დან'; @override String get timerPickerHourLabelFew => null; @@ -6689,7 +6720,7 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Барлығын таңдау'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'Қойынды: \$tabIndex/\$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -6843,7 +6874,7 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'ជ្រើសរើស​ទាំងអស់'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'ផ្ទាំងទី \$tabIndex នៃ \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -6997,7 +7028,7 @@ class CupertinoLocalizationKn extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => '\u{c8e}\u{cb2}\u{ccd}\u{cb2}\u{cb5}\u{ca8}\u{ccd}\u{ca8}\u{cc2}\u{20}\u{c86}\u{caf}\u{ccd}\u{c95}\u{cc6}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => '\u{24}\u{74}\u{61}\u{62}\u{43}\u{6f}\u{75}\u{6e}\u{74}\u{20}\u{cb0}\u{cb2}\u{ccd}\u{cb2}\u{cbf}\u{ca8}\u{20}\u{24}\u{74}\u{61}\u{62}\u{49}\u{6e}\u{64}\u{65}\u{78}\u{20}\u{c9f}\u{ccd}\u{caf}\u{cbe}\u{cac}\u{ccd}'; @override String get timerPickerHourLabelFew => null; @@ -7151,7 +7182,7 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => '전체 선택'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => '탭 \$tabCount개 중 \$tabIndex번째'; @override String get timerPickerHourLabelFew => null; @@ -7305,7 +7336,7 @@ class CupertinoLocalizationKy extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Баарын тандоо'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => '\$tabCount ичинен \$tabIndex-өтмөк'; @override String get timerPickerHourLabelFew => null; @@ -7459,7 +7490,7 @@ class CupertinoLocalizationLo extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'ເລືອກທັງໝົດ'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'ແຖບທີ \$tabIndex ຈາກທັງໝົດ \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -7613,7 +7644,7 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Pasirinkti viską'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => '\$tabIndex skirtukas iš \$tabCount'; @override String get timerPickerHourLabelFew => 'val.'; @@ -7767,7 +7798,7 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Atlasīt visu'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => '\$tabIndex. cilne no \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -7921,7 +7952,7 @@ class CupertinoLocalizationMk extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Избери ги сите'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'Картичка \$tabIndex од \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -8075,7 +8106,7 @@ class CupertinoLocalizationMl extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'എല്ലാം തിരഞ്ഞെടുക്കുക'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => '\$tabCount ടാബിൽ \$tabIndex-ാമത്തേത്'; @override String get timerPickerHourLabelFew => null; @@ -8229,7 +8260,7 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Бүгдийг сонгох'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => '\$tabCount-н \$tabIndex-р таб'; @override String get timerPickerHourLabelFew => null; @@ -8383,7 +8414,7 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'सर्व निवडा'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => '\$tabCount पैकी \$tabIndex टॅब'; @override String get timerPickerHourLabelFew => null; @@ -8537,7 +8568,7 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Pilih Semua'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'Tab \$tabIndex daripada \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -8691,7 +8722,7 @@ class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'အားလုံး ရွေးရန်'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'တဘ် \$tabCount ခုအနက် \$tabIndex ခု'; @override String get timerPickerHourLabelFew => null; @@ -8873,7 +8904,7 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'सबै चयन गर्नुहोस्'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => '\$tabCount मध्ये \$tabIndex ट्याब'; @override String get timerPickerHourLabelFew => null; @@ -9027,7 +9058,7 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Alles selecteren'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'Tabblad \$tabIndex van \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -9181,7 +9212,7 @@ class CupertinoLocalizationNo extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Velg alle'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'Fane \$tabIndex av \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -9335,7 +9366,7 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'ସମସ୍ତ ଚୟନ କରନ୍ତୁ'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => '\$tabCountର \$tabIndex ଟାବ୍'; @override String get timerPickerHourLabelFew => null; @@ -9489,7 +9520,7 @@ class CupertinoLocalizationPa extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'ਸਭ ਚੁਣੋ'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => '\$tabCount ਵਿੱਚੋਂ \$tabIndex ਟੈਬ'; @override String get timerPickerHourLabelFew => null; @@ -9643,7 +9674,7 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Wybierz wszystkie'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'Karta \$tabIndex z \$tabCount'; @override String get timerPickerHourLabelFew => 'godziny'; @@ -9797,7 +9828,7 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Selecionar Tudo'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'Guia \$tabIndex de \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -9884,6 +9915,9 @@ class CupertinoLocalizationPtPt extends CupertinoLocalizationPt { decimalFormat: decimalFormat, ); + @override + String get tabSemanticsLabelRaw => 'Separador \$tabIndex de \$tabCount'; + @override String get datePickerHourSemanticsLabelOther => '\$hour hora'; @@ -9994,7 +10028,7 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Selectați-le pe toate'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'Fila \$tabIndex din \$tabCount'; @override String get timerPickerHourLabelFew => 'ore'; @@ -10148,7 +10182,7 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Выбрать все'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'Вкладка \$tabIndex из \$tabCount'; @override String get timerPickerHourLabelFew => 'часа'; @@ -10302,7 +10336,7 @@ class CupertinoLocalizationSi extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'සියල්ල තෝරන්න'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'ටැබ \$tabCount න් \$tabIndex'; @override String get timerPickerHourLabelFew => null; @@ -10456,7 +10490,7 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Vybrať všetko'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'Karta \$tabIndex z \$tabCount'; @override String get timerPickerHourLabelFew => 'hodiny'; @@ -10610,7 +10644,7 @@ class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Izberi vse'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'Zavihek \$tabIndex od \$tabCount'; @override String get timerPickerHourLabelFew => 'ure'; @@ -10764,7 +10798,7 @@ class CupertinoLocalizationSq extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Zgjidhi të gjitha'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'Skeda \$tabIndex nga \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -10918,7 +10952,7 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Изабери све'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => '\$tabIndex. картица од \$tabCount'; @override String get timerPickerHourLabelFew => 'сата'; @@ -11075,6 +11109,9 @@ class CupertinoLocalizationSrLatn extends CupertinoLocalizationSr { @override String get selectAllButtonLabel => 'Izaberi sve'; + @override + String get tabSemanticsLabelRaw => '\$tabIndex. kartica od \$tabCount'; + @override String get timerPickerHourLabelFew => 'sata'; @@ -11200,7 +11237,7 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Markera alla'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'Flik \$tabIndex av \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -11354,7 +11391,7 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Teua Zote'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'Kichupo cha \$tabIndex kati ya \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -11508,7 +11545,7 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'எல்லாம் தேர்ந்தெடு'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'தாவல் \$tabIndex / \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -11662,7 +11699,7 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'అన్నింటినీ ఎంచుకోండి'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => '\$tabCountలో \$tabIndexవ ట్యాబ్'; @override String get timerPickerHourLabelFew => null; @@ -11816,7 +11853,7 @@ class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'เลือกทั้งหมด'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'แท็บที่ \$tabIndex จาก \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -11970,7 +12007,7 @@ class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Piliin Lahat'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'Tab \$tabIndex ng \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -12124,7 +12161,7 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Tümünü Seç'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'Sekme \$tabIndex/\$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -12278,7 +12315,7 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Вибрати все'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'Вкладка \$tabIndex з \$tabCount'; @override String get timerPickerHourLabelFew => 'години'; @@ -12432,7 +12469,7 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'سبھی منتخب کریں'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => '\$tabCount میں سے \$tabIndex ٹیب'; @override String get timerPickerHourLabelFew => null; @@ -12586,7 +12623,7 @@ class CupertinoLocalizationUz extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Barchasini tanlash'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => '\$tabCount varaqdan \$tabIndex'; @override String get timerPickerHourLabelFew => null; @@ -12740,7 +12777,7 @@ class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Chọn tất cả'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'Thẻ \$tabIndex/\$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -12894,7 +12931,7 @@ class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => '全选'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => '第 \$tabIndex 个标签,共 \$tabCount 个'; @override String get timerPickerHourLabelFew => null; @@ -13042,6 +13079,9 @@ class CupertinoLocalizationZhHant extends CupertinoLocalizationZh { @override String get selectAllButtonLabel => '全選'; + @override + String get tabSemanticsLabelRaw => '\$tabCount 個分頁中嘅第 \$tabIndex 個'; + @override String get timerPickerHourLabelOne => '小時'; @@ -13110,6 +13150,9 @@ class CupertinoLocalizationZhHantTw extends CupertinoLocalizationZhHant { decimalFormat: decimalFormat, ); + @override + String get tabSemanticsLabelRaw => '第 \$tabIndex 個分頁標籤,共 \$tabCount 個'; + @override String get datePickerMinuteSemanticsLabelOne => '1 分'; @@ -13226,7 +13269,7 @@ class CupertinoLocalizationZu extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Khetha konke'; @override - String get tabSemanticsLabelRaw => 'TBD'; + String get tabSemanticsLabelRaw => 'Ithebhu \$tabIndex kwangu-\$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -13399,7 +13442,7 @@ final Set kCupertinoSupportedLanguages = HashSet.from(const 'Terug'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Skakel oor na kalender'; @override String get cancelButtonLabel => 'KANSELLEER'; @@ -87,31 +87,31 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get cutButtonLabel => 'KNIP'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'dd-mm-jjjj'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Voer datum in'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Buite reeks.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'KIES DATUM'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Einddatum \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Einddatum'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'KIES REEKS'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Begindatum \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Begindatum'; @override String get dateSeparator => '/'; @@ -135,16 +135,16 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Versteek rekeninge'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Skakel oor na invoer'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Ongeldige formaat.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Ongeldige reeks.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -240,7 +240,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Rye per bladsy:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'STOOR'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -252,7 +252,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'KIES ALLES'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Kies jaar'; @override String get selectedRowCountTitleFew => null; @@ -306,10 +306,10 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Kies minute'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Datum'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Datumreeks'; @override String get viewLicensesButtonLabel => 'BEKYK LISENSIES'; @@ -357,7 +357,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get backButtonTooltip => 'ተመለስ'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'ወደ የቀን መቁጠሪያ ቀይር'; @override String get cancelButtonLabel => 'ይቅር'; @@ -381,31 +381,31 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get cutButtonLabel => 'ቁረጥ'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'ወወ/ቀቀ/ዓዓዓዓ'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'ቀን ያስገቡ'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'ከክልል ውጪ።'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'ቀን ይምረጡ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'የማብቂያ ቀን \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'የመጨረሻ ቀን'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'ክልል ይምረጡ'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'የመጀመሪያ ቀን \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'የመጀመሪያ ቀን'; @override String get dateSeparator => '/'; @@ -429,16 +429,16 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'መለያዎችን ደብቅ'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'ወደ ግቤት ቀይር'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'ልክ ያልሆነ ቅርጸት።'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'ልክ ያልኾነ ክልል።'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -534,7 +534,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'ረድፎች በገጽ፦'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'አስቀምጥ'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -546,7 +546,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'ሁሉንም ምረጥ'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'ዓመት ይምረጡ'; @override String get selectedRowCountTitleFew => null; @@ -600,10 +600,10 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'ደቂቃዎችን ይምረጡ'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'ቀን'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'የቀኖች ርዝመት'; @override String get viewLicensesButtonLabel => 'ፈቃዶችን ይመልከቱ'; @@ -639,7 +639,7 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'حول \"\$applicationName\"'; + String get aboutListTileTitleRaw => 'لمحة عن \"\$applicationName\"'; @override String get alertDialogLabel => 'تنبيه'; @@ -651,7 +651,7 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get backButtonTooltip => 'رجوع'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'التبديل إلى التقويم'; @override String get cancelButtonLabel => 'إلغاء'; @@ -675,31 +675,31 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get cutButtonLabel => 'قص'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'dd/mm/yyyy'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'إدخال التاريخ'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'التاريخ خارج النطاق.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'اختيار التاريخ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'تاريخ الانتهاء \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'تاريخ الانتهاء'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'اختيار النطاق'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'تاريخ البدء \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'تاريخ البدء'; @override String get dateSeparator => '/'; @@ -723,16 +723,16 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'إخفاء الحسابات'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'التبديل إلى الإدخال'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'التنسيق غير صالح.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'النطاق غير صالح.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -828,7 +828,7 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'عدد الصفوف في الصفحة:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'حفظ'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -840,7 +840,7 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'اختيار الكل'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'اختيار العام'; @override String get selectedRowCountTitleFew => 'تم اختيار \$selectedRowCount عنصر'; @@ -894,10 +894,10 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'اختيار الدقائق'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'التاريخ'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'النطاق الزمني'; @override String get viewLicensesButtonLabel => 'الاطّلاع على التراخيص'; @@ -945,7 +945,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get backButtonTooltip => 'উভতি যাওক'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'কেলেণ্ডাৰলৈ সলনি কৰক'; @override String get cancelButtonLabel => 'বাতিল কৰক'; @@ -972,28 +972,28 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get dateHelpText => 'mm/dd/yyyy'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'তাৰিখটো দিয়ক'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'সীমাৰ বাহিৰত।'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'তাৰিখ বাছনি কৰক'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'সমাপ্তিৰ তাৰিখ \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'সমাপ্তিৰ তাৰিখ'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'পৰিসৰ বাছনি কৰক'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'আৰম্ভণিৰ তাৰিখ \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'আৰম্ভণিৰ তাৰিখ'; @override String get dateSeparator => '/'; @@ -1017,16 +1017,16 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'একাউণ্টসমূহ লুকুৱাওক'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'ইনপুটলৈ সলনি কৰক'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'অমান্য ফৰ্মেট।'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'অমান্য পৰিসৰ।'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -1122,7 +1122,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'প্ৰতিটো পৃষ্ঠাত থকা শাৰী:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'ছেভ কৰক'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -1134,7 +1134,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'সকলো বাছনি কৰক'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'বছৰ বাছনি কৰক'; @override String get selectedRowCountTitleFew => null; @@ -1188,10 +1188,10 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'মিনিট বাছনি কৰক'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'তাৰিখ'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'তাৰিখৰ পৰিসৰ'; @override String get viewLicensesButtonLabel => 'অনুজ্ঞাপত্ৰসমূহ চাওক'; @@ -1239,7 +1239,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Geri'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Təqvimə keçin'; @override String get cancelButtonLabel => 'LƏĞV EDİN'; @@ -1263,31 +1263,31 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get cutButtonLabel => 'KƏSİN'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'aa/gg/iiii'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Tarix daxil edin'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Aralıqdan kənar.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'TARİX SEÇİN'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Bitmə tarixi: \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Bitmə tarixi'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'ARALIQ SEÇİN'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Başlama tarixi: \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Başlama tarixi'; @override String get dateSeparator => '/'; @@ -1311,16 +1311,16 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Hesabları gizlədin'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Daxiletməyə keçin'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Yanlış format.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Yanlış aralıq.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -1416,7 +1416,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Hər səhifə üzrə sıra:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'YADDA SAXLAYIN'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -1428,7 +1428,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'HAMISINI SEÇİN'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'İl seçin'; @override String get selectedRowCountTitleFew => null; @@ -1482,10 +1482,10 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Dəqiqə seçin'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Tarix'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Tarix aralığı'; @override String get viewLicensesButtonLabel => 'LİSENZİYALARA BAXIN'; @@ -1533,7 +1533,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Назад'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Пераключыцца на каляндар'; @override String get cancelButtonLabel => 'СКАСАВАЦЬ'; @@ -1557,31 +1557,31 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get cutButtonLabel => 'ВЫРАЗАЦЬ'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'мм/дд/гггг'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Увядзіце дату'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Па-за межамі дыяпазону.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'ВЫБАР ДАТЫ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Дата заканчэння: \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Дата заканчэння'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'ВЫБАР ДЫЯПАЗОНУ'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Дата пачатку: \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Дата пачатку'; @override String get dateSeparator => '/'; @@ -1605,16 +1605,16 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Схаваць уліковыя запісы'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Пераключыцца на ўвод тэксту'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Няправільны фармат.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Няправільны дыяпазон.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -1710,7 +1710,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Радкоў на старонку:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'ЗАХАВАЦЬ'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -1722,7 +1722,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'ВЫБРАЦЬ УСЕ'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Выберыце год'; @override String get selectedRowCountTitleFew => 'Выбрана \$selectedRowCount элементы'; @@ -1776,10 +1776,10 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Выберыце хвіліны'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Дата'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Дыяпазон дат'; @override String get viewLicensesButtonLabel => 'ПАКАЗАЦЬ ЛІЦЭНЗІІ'; @@ -1827,7 +1827,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Назад'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Превключване към календара'; @override String get cancelButtonLabel => 'ОТКАЗ'; @@ -1851,31 +1851,31 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get cutButtonLabel => 'ИЗРЯЗВАНЕ'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'дд/мм/гггг'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Въвеждане на дата'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Извън валидния период от време.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'ИЗБИРАНЕ НА ДАТА'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Крайна дата: \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Крайна дата'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'ИЗБИРАНЕ НА ПЕРИОД ОТ ВРЕМЕ'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Начална дата: \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Начална дата'; @override String get dateSeparator => '/'; @@ -1899,16 +1899,16 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Скриване на профилите'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Превключване към въвеждане'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Невалиден формат.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Невалиден период от време.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -2004,7 +2004,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Редове на страница:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'ЗАПАЗВАНЕ'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -2016,7 +2016,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'ИЗБИРАНЕ НА ВСИЧКО'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Избиране на година'; @override String get selectedRowCountTitleFew => null; @@ -2070,10 +2070,10 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Избиране на минути'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Дата'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Период от време'; @override String get viewLicensesButtonLabel => 'ПРЕГЛЕД НА ЛИЦЕНЗИТЕ'; @@ -2121,7 +2121,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get backButtonTooltip => 'ফিরে যান'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'ক্যালেন্ডার মোডে বদল করুন'; @override String get cancelButtonLabel => 'বাতিল করুন'; @@ -2145,31 +2145,31 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get cutButtonLabel => 'কাট করুন'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'dd/mm/yyyy'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'তারিখ লিখুন'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'তারিখের ব্যাপ্তির বাইরে।'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'তারিখ বেছে নিন'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'শেষ হওয়ার তারিখ \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'শেষ হওয়ার তারিখ'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'তারিখের ব্যাপ্তি বেছে নিন'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'শুরুর তারিখ \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'শুরুর তারিখ'; @override String get dateSeparator => '/'; @@ -2193,16 +2193,16 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'অ্যাকাউন্টগুলি লুকান'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'ইনপুট মোডে বদল করুন'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'ভুল ফর্ম্যাট।'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'তারিখ সঠিক নয়।'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -2298,7 +2298,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'প্রতি পৃষ্ঠায় সারির সংখ্যা:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'সেভ করুন'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -2310,7 +2310,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'সব বেছে নিন'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'বছর বেছে নিন'; @override String get selectedRowCountTitleFew => null; @@ -2364,10 +2364,10 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'মিনিট বেছে নিন'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'তারিখ'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'তারিখের ব্যাপ্তি'; @override String get viewLicensesButtonLabel => 'লাইসেন্স দেখুন'; @@ -2415,7 +2415,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Nazad'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Prebacite na kalendar'; @override String get cancelButtonLabel => 'OTKAŽI'; @@ -2439,31 +2439,31 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get cutButtonLabel => 'IZREŽI'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'mm/dd/gggg'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Unesite datum'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Izvan raspona.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'ODABERITE DATUM'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Datum završetka: \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Datum završetka'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'ODABERITE RASPON'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Datum početka: \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Datum početka'; @override String get dateSeparator => '/'; @@ -2487,16 +2487,16 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Sakrij račune'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Prebacite na unos teksta'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Nevažeći format.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Nevažeći raspon.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -2592,7 +2592,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Broj redova po stranici:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'SAČUVAJ'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -2604,7 +2604,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'ODABERI SVE'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Odaberite godinu'; @override String get selectedRowCountTitleFew => 'Odabrane su \$selectedRowCount stavke'; @@ -2658,10 +2658,10 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Odaberite minute'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Datum'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Raspon datuma'; @override String get viewLicensesButtonLabel => 'PRIKAŽI LICENCE'; @@ -2709,7 +2709,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Enrere'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Canvia al calendari'; @override String get cancelButtonLabel => 'CANCEL·LA'; @@ -2733,31 +2733,31 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get cutButtonLabel => 'RETALLA'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'mm/dd/aaaa'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Introdueix una data'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Fora de l\'abast.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'SELECCIONA LA DATA'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Data de finalització \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Data de finalització'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'SELECCIONA L\'INTERVAL'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Data d\'inici \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Data d\'inici'; @override String get dateSeparator => '/'; @@ -2781,16 +2781,16 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Amaga els comptes'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Canvia a introducció de text'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'El format no és vàlid.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'L\'interval no és vàlid.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -2886,7 +2886,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Files per pàgina:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'DESA'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -2898,7 +2898,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'SELECCIONA-HO TOT'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Selecciona un any'; @override String get selectedRowCountTitleFew => null; @@ -2952,10 +2952,10 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Selecciona els minuts'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Data'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Interval de dates'; @override String get viewLicensesButtonLabel => 'MOSTRA LES LLICÈNCIES'; @@ -3003,7 +3003,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Zpět'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Přepnout na kalendář'; @override String get cancelButtonLabel => 'ZRUŠIT'; @@ -3027,31 +3027,31 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get cutButtonLabel => 'VYJMOUT'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'mm/dd/rrrr'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Zadejte datum'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Mimo rozsah.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'VYBERTE DATUM'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Datum ukončení \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Datum ukončení'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'VYBERTE ROZSAH'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Datum zahájení \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Datum zahájení'; @override String get dateSeparator => '/'; @@ -3075,16 +3075,16 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Skrýt účty'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Přepnout na zadávání'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Neplatný formát.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Neplatný rozsah.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -3180,7 +3180,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Počet řádků na stránku:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'ULOŽIT'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -3192,7 +3192,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'VYBRAT VŠE'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Vyberte rok'; @override String get selectedRowCountTitleFew => 'Jsou vybrány \$selectedRowCount položky'; @@ -3246,10 +3246,10 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Vyberte minuty'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Datum'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Období'; @override String get viewLicensesButtonLabel => 'ZOBRAZIT LICENCE'; @@ -3297,7 +3297,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Tilbage'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Skift til kalender'; @override String get cancelButtonLabel => 'ANNULLER'; @@ -3321,31 +3321,31 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get cutButtonLabel => 'KLIP'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'mm/dd/åååå'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Angiv en dato'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Uden for rækkevidde.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'VÆLG DATO'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Slutdato \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Slutdato'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'VÆLG OMRÅDE'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Startdato \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Startdato'; @override String get dateSeparator => '/'; @@ -3369,16 +3369,16 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Skjul konti'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Skift til input'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Ugyldigt format.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Ugyldigt interval.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -3474,7 +3474,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Rækker pr. side:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'GEM'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -3486,7 +3486,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'VÆLG ALLE'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Vælg år'; @override String get selectedRowCountTitleFew => null; @@ -3540,10 +3540,10 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Vælg minutter'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Dato'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Datointerval'; @override String get viewLicensesButtonLabel => 'SE LICENSER'; @@ -3591,7 +3591,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Zurück'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Zum Kalender wechseln'; @override String get cancelButtonLabel => 'ABBRECHEN'; @@ -3615,31 +3615,31 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get cutButtonLabel => 'AUSSCHNEIDEN'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'tt.mm.jjjj'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Datum eingeben'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Außerhalb des Zeitraums.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'DATUM AUSWÄHLEN'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Enddatum \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Enddatum'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'ZEITRAUM AUSWÄHLEN'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Startdatum \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Startdatum'; @override String get dateSeparator => '/'; @@ -3663,16 +3663,16 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Konten ausblenden'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Zur Texteingabe wechseln'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Ungültiges Format.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Ungültiger Zeitraum.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -3768,7 +3768,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Zeilen pro Seite:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'SPEICHERN'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -3780,7 +3780,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'ALLE AUSWÄHLEN'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Jahr auswählen'; @override String get selectedRowCountTitleFew => null; @@ -3834,10 +3834,10 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Minuten auswählen'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Datum'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Zeitraum'; @override String get viewLicensesButtonLabel => 'LIZENZEN ANZEIGEN'; @@ -3872,6 +3872,9 @@ class MaterialLocalizationDeCh extends MaterialLocalizationDe { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get dateOutOfRangeLabel => 'Ausserhalb des Zeitraums.'; + @override String get closeButtonTooltip => 'Schliessen'; @@ -3921,7 +3924,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Πίσω'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Εναλλαγή σε ημερολόγιο'; @override String get cancelButtonLabel => 'ΑΚΥΡΩΣΗ'; @@ -3945,31 +3948,31 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get cutButtonLabel => 'ΑΠΟΚΟΠΗ'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'μμ/ηη/εεεε'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Εισαγωγή ημερομηνίας'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Εκτός εύρους τιμών.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'ΕΠΙΛΟΓΗ ΗΜΕΡΟΜΗΝΙΑΣ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Ημερομηνία λήξης \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Ημερομηνία λήξης'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'ΕΠΙΛΟΓΗ ΕΥΡΟΥΣ'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Ημερομηνία έναρξης \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Ημερομηνία έναρξης'; @override String get dateSeparator => '/'; @@ -3993,16 +3996,16 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Απόκρυψη λογαριασμών'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Εναλλαγή σε καταχώριση'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Μη έγκυρη μορφή.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Μη έγκυρο εύρος.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -4098,7 +4101,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Σειρές ανά σελίδα:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'ΑΠΟΘΗΚΕΥΣΗ'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -4110,7 +4113,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'ΕΠΙΛΟΓΗ ΟΛΩΝ'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Επιλογή έτους'; @override String get selectedRowCountTitleFew => null; @@ -4164,10 +4167,10 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Επιλογή λεπτών'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Ημερομηνία'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Εύρος ημερομηνιών'; @override String get viewLicensesButtonLabel => 'ΠΡΟΒΟΛΗ ΑΔΕΙΩΝ'; @@ -4496,6 +4499,18 @@ class MaterialLocalizationEnAu extends MaterialLocalizationEn { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get dateInputLabel => 'Enter date'; + + @override + String get dateRangeEndLabel => 'End date'; + + @override + String get dateRangeStartLabel => 'Start date'; + + @override + String get unspecifiedDateRange => 'Date range'; + @override String get licensesPageTitle => 'Licences'; @@ -4562,6 +4577,18 @@ class MaterialLocalizationEnCa extends MaterialLocalizationEn { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get dateInputLabel => 'Enter date'; + + @override + String get dateRangeEndLabel => 'End date'; + + @override + String get dateRangeStartLabel => 'Start date'; + + @override + String get unspecifiedDateRange => 'Date range'; + @override String get licensesPageTitle => 'Licences'; @@ -4629,7 +4656,19 @@ class MaterialLocalizationEnGb extends MaterialLocalizationEn { ); @override - TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + String get dateInputLabel => 'Enter date'; + + @override + String get dateRangeEndLabel => 'End date'; + + @override + String get dateRangeStartLabel => 'Start date'; + + @override + String get unspecifiedDateRange => 'Date range'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override String get copyButtonLabel => 'COPY'; @@ -4697,6 +4736,18 @@ class MaterialLocalizationEnIe extends MaterialLocalizationEn { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get dateInputLabel => 'Enter date'; + + @override + String get dateRangeEndLabel => 'End date'; + + @override + String get dateRangeStartLabel => 'Start date'; + + @override + String get unspecifiedDateRange => 'Date range'; + @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -4766,6 +4817,18 @@ class MaterialLocalizationEnIn extends MaterialLocalizationEn { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get dateInputLabel => 'Enter date'; + + @override + String get dateRangeEndLabel => 'End date'; + + @override + String get dateRangeStartLabel => 'Start date'; + + @override + String get unspecifiedDateRange => 'Date range'; + @override String get licensesPageTitle => 'Licences'; @@ -4832,6 +4895,18 @@ class MaterialLocalizationEnNz extends MaterialLocalizationEn { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get dateInputLabel => 'Enter date'; + + @override + String get dateRangeEndLabel => 'End date'; + + @override + String get dateRangeStartLabel => 'Start date'; + + @override + String get unspecifiedDateRange => 'Date range'; + @override String get licensesPageTitle => 'Licences'; @@ -4898,6 +4973,18 @@ class MaterialLocalizationEnSg extends MaterialLocalizationEn { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get dateInputLabel => 'Enter date'; + + @override + String get dateRangeEndLabel => 'End date'; + + @override + String get dateRangeStartLabel => 'Start date'; + + @override + String get unspecifiedDateRange => 'Date range'; + @override String get licensesPageTitle => 'Licences'; @@ -4964,6 +5051,18 @@ class MaterialLocalizationEnZa extends MaterialLocalizationEn { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get dateInputLabel => 'Enter date'; + + @override + String get dateRangeEndLabel => 'End date'; + + @override + String get dateRangeStartLabel => 'Start date'; + + @override + String get unspecifiedDateRange => 'Date range'; + @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -5046,7 +5145,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Atrás'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Cambiar a calendario'; @override String get cancelButtonLabel => 'CANCELAR'; @@ -5070,31 +5169,31 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get cutButtonLabel => 'CORTAR'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'mm/dd/aaaa'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Introduce una fecha'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Fuera del periodo válido.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'SELECCIONAR FECHA'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Fecha de finalización'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'SELECCIONAR PERIODO'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Fecha de inicio'; @override String get dateSeparator => '/'; @@ -5118,16 +5217,16 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Ocultar cuentas'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Cambiar a cuadro de texto'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Formato no válido.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Periodo no válido.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -5223,7 +5322,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Filas por página:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'GUARDAR'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -5235,7 +5334,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'SELECCIONAR TODOS'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Seleccionar año'; @override String get selectedRowCountTitleFew => null; @@ -5289,10 +5388,10 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Seleccionar minutos'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Fecha'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Periodo'; @override String get viewLicensesButtonLabel => 'VER LICENCIAS'; @@ -5327,6 +5426,39 @@ class MaterialLocalizationEs419 extends MaterialLocalizationEs { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get dateInputLabel => 'Ingresar fecha'; + + @override + String get calendarModeButtonLabel => 'Cambiar al calendario'; + + @override + String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + + @override + String get dateOutOfRangeLabel => 'Fuera de rango'; + + @override + String get invalidDateRangeLabel => 'El rango no es válido.'; + + @override + String get invalidDateFormatLabel => 'El formato no es válido.'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + + @override + String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; + + @override + String get unspecifiedDateRange => 'Período'; + + @override + String get dateHelpText => 'dd/mm/aaaa'; + @override String get modalBarrierDismissLabel => 'Descartar'; @@ -5411,6 +5543,39 @@ class MaterialLocalizationEsAr extends MaterialLocalizationEs { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get dateInputLabel => 'Ingresar fecha'; + + @override + String get calendarModeButtonLabel => 'Cambiar al calendario'; + + @override + String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + + @override + String get dateOutOfRangeLabel => 'Fuera de rango'; + + @override + String get invalidDateRangeLabel => 'El rango no es válido.'; + + @override + String get invalidDateFormatLabel => 'El formato no es válido.'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + + @override + String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; + + @override + String get unspecifiedDateRange => 'Período'; + + @override + String get dateHelpText => 'dd/mm/aaaa'; + @override String get modalBarrierDismissLabel => 'Descartar'; @@ -5495,6 +5660,39 @@ class MaterialLocalizationEsBo extends MaterialLocalizationEs { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get dateInputLabel => 'Ingresar fecha'; + + @override + String get calendarModeButtonLabel => 'Cambiar al calendario'; + + @override + String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + + @override + String get dateOutOfRangeLabel => 'Fuera de rango'; + + @override + String get invalidDateRangeLabel => 'El rango no es válido.'; + + @override + String get invalidDateFormatLabel => 'El formato no es válido.'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + + @override + String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; + + @override + String get unspecifiedDateRange => 'Período'; + + @override + String get dateHelpText => 'dd/mm/aaaa'; + @override String get reorderItemToStart => 'Mover al inicio'; @@ -5579,6 +5777,39 @@ class MaterialLocalizationEsCl extends MaterialLocalizationEs { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get dateInputLabel => 'Ingresar fecha'; + + @override + String get calendarModeButtonLabel => 'Cambiar al calendario'; + + @override + String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + + @override + String get dateOutOfRangeLabel => 'Fuera de rango'; + + @override + String get invalidDateRangeLabel => 'El rango no es válido.'; + + @override + String get invalidDateFormatLabel => 'El formato no es válido.'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + + @override + String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; + + @override + String get unspecifiedDateRange => 'Período'; + + @override + String get dateHelpText => 'dd/mm/aaaa'; + @override String get reorderItemToStart => 'Mover al inicio'; @@ -5663,6 +5894,39 @@ class MaterialLocalizationEsCo extends MaterialLocalizationEs { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get dateInputLabel => 'Ingresar fecha'; + + @override + String get calendarModeButtonLabel => 'Cambiar al calendario'; + + @override + String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + + @override + String get dateOutOfRangeLabel => 'Fuera de rango'; + + @override + String get invalidDateRangeLabel => 'El rango no es válido.'; + + @override + String get invalidDateFormatLabel => 'El formato no es válido.'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + + @override + String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; + + @override + String get unspecifiedDateRange => 'Período'; + + @override + String get dateHelpText => 'dd/mm/aaaa'; + @override String get reorderItemToStart => 'Mover al inicio'; @@ -5747,6 +6011,39 @@ class MaterialLocalizationEsCr extends MaterialLocalizationEs { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get dateInputLabel => 'Ingresar fecha'; + + @override + String get calendarModeButtonLabel => 'Cambiar al calendario'; + + @override + String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + + @override + String get dateOutOfRangeLabel => 'Fuera de rango'; + + @override + String get invalidDateRangeLabel => 'El rango no es válido.'; + + @override + String get invalidDateFormatLabel => 'El formato no es válido.'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + + @override + String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; + + @override + String get unspecifiedDateRange => 'Período'; + + @override + String get dateHelpText => 'dd/mm/aaaa'; + @override String get reorderItemToStart => 'Mover al inicio'; @@ -5831,6 +6128,39 @@ class MaterialLocalizationEsDo extends MaterialLocalizationEs { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get dateInputLabel => 'Ingresar fecha'; + + @override + String get calendarModeButtonLabel => 'Cambiar al calendario'; + + @override + String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + + @override + String get dateOutOfRangeLabel => 'Fuera de rango'; + + @override + String get invalidDateRangeLabel => 'El rango no es válido.'; + + @override + String get invalidDateFormatLabel => 'El formato no es válido.'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + + @override + String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; + + @override + String get unspecifiedDateRange => 'Período'; + + @override + String get dateHelpText => 'dd/mm/aaaa'; + @override String get reorderItemToStart => 'Mover al inicio'; @@ -5915,6 +6245,39 @@ class MaterialLocalizationEsEc extends MaterialLocalizationEs { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get dateInputLabel => 'Ingresar fecha'; + + @override + String get calendarModeButtonLabel => 'Cambiar al calendario'; + + @override + String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + + @override + String get dateOutOfRangeLabel => 'Fuera de rango'; + + @override + String get invalidDateRangeLabel => 'El rango no es válido.'; + + @override + String get invalidDateFormatLabel => 'El formato no es válido.'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + + @override + String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; + + @override + String get unspecifiedDateRange => 'Período'; + + @override + String get dateHelpText => 'dd/mm/aaaa'; + @override String get reorderItemToStart => 'Mover al inicio'; @@ -5999,6 +6362,39 @@ class MaterialLocalizationEsGt extends MaterialLocalizationEs { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get dateInputLabel => 'Ingresar fecha'; + + @override + String get calendarModeButtonLabel => 'Cambiar al calendario'; + + @override + String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + + @override + String get dateOutOfRangeLabel => 'Fuera de rango'; + + @override + String get invalidDateRangeLabel => 'El rango no es válido.'; + + @override + String get invalidDateFormatLabel => 'El formato no es válido.'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + + @override + String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; + + @override + String get unspecifiedDateRange => 'Período'; + + @override + String get dateHelpText => 'dd/mm/aaaa'; + @override String get reorderItemToStart => 'Mover al inicio'; @@ -6083,6 +6479,39 @@ class MaterialLocalizationEsHn extends MaterialLocalizationEs { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get dateInputLabel => 'Ingresar fecha'; + + @override + String get calendarModeButtonLabel => 'Cambiar al calendario'; + + @override + String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + + @override + String get dateOutOfRangeLabel => 'Fuera de rango'; + + @override + String get invalidDateRangeLabel => 'El rango no es válido.'; + + @override + String get invalidDateFormatLabel => 'El formato no es válido.'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + + @override + String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; + + @override + String get unspecifiedDateRange => 'Período'; + + @override + String get dateHelpText => 'dd/mm/aaaa'; + @override String get reorderItemToStart => 'Mover al inicio'; @@ -6167,6 +6596,39 @@ class MaterialLocalizationEsMx extends MaterialLocalizationEs { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get dateInputLabel => 'Ingresar fecha'; + + @override + String get calendarModeButtonLabel => 'Cambiar al calendario'; + + @override + String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + + @override + String get dateOutOfRangeLabel => 'Fuera de rango'; + + @override + String get invalidDateRangeLabel => 'El rango no es válido.'; + + @override + String get invalidDateFormatLabel => 'El formato no es válido.'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + + @override + String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; + + @override + String get unspecifiedDateRange => 'Período'; + + @override + String get dateHelpText => 'dd/mm/aaaa'; + @override String get reorderItemToStart => 'Mover al inicio'; @@ -6251,6 +6713,39 @@ class MaterialLocalizationEsNi extends MaterialLocalizationEs { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get dateInputLabel => 'Ingresar fecha'; + + @override + String get calendarModeButtonLabel => 'Cambiar al calendario'; + + @override + String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + + @override + String get dateOutOfRangeLabel => 'Fuera de rango'; + + @override + String get invalidDateRangeLabel => 'El rango no es válido.'; + + @override + String get invalidDateFormatLabel => 'El formato no es válido.'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + + @override + String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; + + @override + String get unspecifiedDateRange => 'Período'; + + @override + String get dateHelpText => 'dd/mm/aaaa'; + @override String get reorderItemToStart => 'Mover al inicio'; @@ -6335,6 +6830,39 @@ class MaterialLocalizationEsPa extends MaterialLocalizationEs { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get dateInputLabel => 'Ingresar fecha'; + + @override + String get calendarModeButtonLabel => 'Cambiar al calendario'; + + @override + String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + + @override + String get dateOutOfRangeLabel => 'Fuera de rango'; + + @override + String get invalidDateRangeLabel => 'El rango no es válido.'; + + @override + String get invalidDateFormatLabel => 'El formato no es válido.'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + + @override + String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; + + @override + String get unspecifiedDateRange => 'Período'; + + @override + String get dateHelpText => 'dd/mm/aaaa'; + @override String get reorderItemToStart => 'Mover al inicio'; @@ -6419,6 +6947,39 @@ class MaterialLocalizationEsPe extends MaterialLocalizationEs { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get dateInputLabel => 'Ingresar fecha'; + + @override + String get calendarModeButtonLabel => 'Cambiar al calendario'; + + @override + String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + + @override + String get dateOutOfRangeLabel => 'Fuera de rango'; + + @override + String get invalidDateRangeLabel => 'El rango no es válido.'; + + @override + String get invalidDateFormatLabel => 'El formato no es válido.'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + + @override + String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; + + @override + String get unspecifiedDateRange => 'Período'; + + @override + String get dateHelpText => 'dd/mm/aaaa'; + @override String get reorderItemToStart => 'Mover al inicio'; @@ -6503,6 +7064,39 @@ class MaterialLocalizationEsPr extends MaterialLocalizationEs { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get dateInputLabel => 'Ingresar fecha'; + + @override + String get calendarModeButtonLabel => 'Cambiar al calendario'; + + @override + String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + + @override + String get dateOutOfRangeLabel => 'Fuera de rango'; + + @override + String get invalidDateRangeLabel => 'El rango no es válido.'; + + @override + String get invalidDateFormatLabel => 'El formato no es válido.'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + + @override + String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; + + @override + String get unspecifiedDateRange => 'Período'; + + @override + String get dateHelpText => 'dd/mm/aaaa'; + @override String get reorderItemToStart => 'Mover al inicio'; @@ -6587,6 +7181,39 @@ class MaterialLocalizationEsPy extends MaterialLocalizationEs { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get dateInputLabel => 'Ingresar fecha'; + + @override + String get calendarModeButtonLabel => 'Cambiar al calendario'; + + @override + String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + + @override + String get dateOutOfRangeLabel => 'Fuera de rango'; + + @override + String get invalidDateRangeLabel => 'El rango no es válido.'; + + @override + String get invalidDateFormatLabel => 'El formato no es válido.'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + + @override + String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; + + @override + String get unspecifiedDateRange => 'Período'; + + @override + String get dateHelpText => 'dd/mm/aaaa'; + @override String get reorderItemToStart => 'Mover al inicio'; @@ -6671,6 +7298,39 @@ class MaterialLocalizationEsSv extends MaterialLocalizationEs { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get dateInputLabel => 'Ingresar fecha'; + + @override + String get calendarModeButtonLabel => 'Cambiar al calendario'; + + @override + String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + + @override + String get dateOutOfRangeLabel => 'Fuera de rango'; + + @override + String get invalidDateRangeLabel => 'El rango no es válido.'; + + @override + String get invalidDateFormatLabel => 'El formato no es válido.'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + + @override + String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; + + @override + String get unspecifiedDateRange => 'Período'; + + @override + String get dateHelpText => 'dd/mm/aaaa'; + @override String get reorderItemToStart => 'Mover al inicio'; @@ -6755,6 +7415,39 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get dateInputLabel => 'Ingresar fecha'; + + @override + String get calendarModeButtonLabel => 'Cambiar al calendario'; + + @override + String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + + @override + String get dateOutOfRangeLabel => 'Fuera de rango'; + + @override + String get invalidDateRangeLabel => 'El rango no es válido.'; + + @override + String get invalidDateFormatLabel => 'El formato no es válido.'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + + @override + String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; + + @override + String get unspecifiedDateRange => 'Período'; + + @override + String get dateHelpText => 'dd/mm/aaaa'; + @override String get reorderItemToStart => 'Mover al inicio'; @@ -6842,6 +7535,39 @@ class MaterialLocalizationEsUy extends MaterialLocalizationEs { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get dateInputLabel => 'Ingresar fecha'; + + @override + String get calendarModeButtonLabel => 'Cambiar al calendario'; + + @override + String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + + @override + String get dateOutOfRangeLabel => 'Fuera de rango'; + + @override + String get invalidDateRangeLabel => 'El rango no es válido.'; + + @override + String get invalidDateFormatLabel => 'El formato no es válido.'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + + @override + String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; + + @override + String get unspecifiedDateRange => 'Período'; + + @override + String get dateHelpText => 'dd/mm/aaaa'; + @override String get reorderItemToStart => 'Mover al inicio'; @@ -6926,6 +7652,39 @@ class MaterialLocalizationEsVe extends MaterialLocalizationEs { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get dateInputLabel => 'Ingresar fecha'; + + @override + String get calendarModeButtonLabel => 'Cambiar al calendario'; + + @override + String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + + @override + String get dateOutOfRangeLabel => 'Fuera de rango'; + + @override + String get invalidDateRangeLabel => 'El rango no es válido.'; + + @override + String get invalidDateFormatLabel => 'El formato no es válido.'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + + @override + String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; + + @override + String get unspecifiedDateRange => 'Período'; + + @override + String get dateHelpText => 'dd/mm/aaaa'; + @override String get reorderItemToStart => 'Mover al inicio'; @@ -7023,7 +7782,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Tagasi'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Kalendrile lülitumine'; @override String get cancelButtonLabel => 'TÜHISTA'; @@ -7047,31 +7806,31 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get cutButtonLabel => 'LÕIKA'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'kk/pp/aaaa'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Sisestage kuupäev'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Vahemikust väljas.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'VALIGE KUUPÄEV'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Lõppkuupäev: \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Lõppkuupäev'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'VALIGE VAHEMIK'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Alguskuupäev: \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Alguskuupäev'; @override String get dateSeparator => '/'; @@ -7095,16 +7854,16 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Peida kontod'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Sisestusrežiimile lülitumine'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Sobimatu vorming.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Sobimatu vahemik.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -7200,7 +7959,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Ridu lehe kohta:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'SALVESTA'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -7212,7 +7971,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'VALI KÕIK'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Valige aasta'; @override String get selectedRowCountTitleFew => null; @@ -7266,10 +8025,10 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Minutite valimine'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Kuupäev'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Kuupäevavahemik'; @override String get viewLicensesButtonLabel => 'KUVA LITSENTSID'; @@ -7317,7 +8076,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Atzera'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Aldatu egutegiaren modura'; @override String get cancelButtonLabel => 'UTZI'; @@ -7341,31 +8100,31 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get cutButtonLabel => 'EBAKI'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'hh/ee/uuuu'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Idatzi data'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Barrutitik kanpo.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'HAUTATU DATA'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Amaiera-data: \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Amaiera-data'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'HAUTATU BARRUTIA'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Hasiera-data: \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Hasiera-data'; @override String get dateSeparator => '/'; @@ -7389,16 +8148,16 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Ezkutatu kontuak'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Aldatu datak aukeratzeko modura'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Formatuak ez du balio.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Tarteak ez du balio.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -7494,7 +8253,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Errenkadak orriko:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'GORDE'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -7506,7 +8265,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'HAUTATU GUZTIAK'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Hautatu urtea'; @override String get selectedRowCountTitleFew => null; @@ -7560,10 +8319,10 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Hautatu minutuak'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Data'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Data tartea'; @override String get viewLicensesButtonLabel => 'IKUSI LIZENTZIAK'; @@ -7611,7 +8370,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get backButtonTooltip => 'برگشت'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'رفتن به تقویم'; @override String get cancelButtonLabel => 'لغو'; @@ -7635,31 +8394,31 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get cutButtonLabel => 'برش'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'روز/ماه/سال'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'تاریخ را وارد کنید'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'خارج از محدوده.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'انتخاب تاریخ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'تاریخ پایان \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'تاریخ پایان'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'انتخاب محدوده'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'تاریخ شروع \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'تاریخ شروع'; @override String get dateSeparator => '/'; @@ -7683,16 +8442,16 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'پنهان کردن حساب‌ها'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'رفتن به ورودی'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'قالب نامعتبر است.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'محدوده نامعتبر است.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -7788,7 +8547,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'ردیف در هر صفحه:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'ذخیره'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -7800,7 +8559,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'انتخاب همه'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'انتخاب سال'; @override String get selectedRowCountTitleFew => null; @@ -7854,10 +8613,10 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'انتخاب دقیقه'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'تاریخ'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'محدوده تاریخ'; @override String get viewLicensesButtonLabel => 'مشاهده مجوزها'; @@ -7905,7 +8664,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Takaisin'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Vaihda kalenteriin'; @override String get cancelButtonLabel => 'PERUUTA'; @@ -7929,31 +8688,31 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get cutButtonLabel => 'LEIKKAA'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'kk/pp/vvvv'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Lisää päivämäärä'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Päivämäärä ei kelpaa'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'VALITSE PÄIVÄMÄÄRÄ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Päättymispäivä \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Päättymispäivä'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'VALITSE PÄIVÄMÄÄRÄVÄLI'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Alkamispäivä \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Alkamispäivä'; @override String get dateSeparator => '/'; @@ -7977,16 +8736,16 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Piilota tilit'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Vaihda tekstinsyöttöön'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Virheellinen muoto'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Virheellinen päivämääräväli'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -8082,7 +8841,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Riviä/sivu:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'TALLENNA'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -8094,7 +8853,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'VALITSE KAIKKI'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Valitse vuosi'; @override String get selectedRowCountTitleFew => null; @@ -8148,10 +8907,10 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Valitse minuutit'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Päivämäärä'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Ajanjakso'; @override String get viewLicensesButtonLabel => 'NÄYTÄ KÄYTTÖOIKEUDET'; @@ -8199,7 +8958,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Bumalik'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Lumipat sa kalendaryo'; @override String get cancelButtonLabel => 'KANSELAHIN'; @@ -8226,28 +8985,28 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get dateHelpText => 'mm/dd/yyyy'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Ilagay ang Petsa'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Wala sa hanay.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'PUMILI NG PETSA'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Petsa ng pagtatapos \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Petsa ng Pagtatapos'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'PUMILI NG HANAY'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Petsa ng pagsisimula \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Petsa ng Pagsisimula'; @override String get dateSeparator => '/'; @@ -8271,16 +9030,16 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Itago ang mga account'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Lumipat sa input'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Invalid ang format.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Invalid ang hanay.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -8376,7 +9135,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Mga row bawat page:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'I-SAVE'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -8388,7 +9147,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'PILIIN LAHAT'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Pumili ng taon'; @override String get selectedRowCountTitleFew => null; @@ -8442,10 +9201,10 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Pumili ng mga minuto'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Petsa'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Hanay ng Petsa'; @override String get viewLicensesButtonLabel => 'TINGNAN ANG MGA LISENSYA'; @@ -8493,7 +9252,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Retour'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Passer à l\'agenda'; @override String get cancelButtonLabel => 'ANNULER'; @@ -8517,31 +9276,31 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get cutButtonLabel => 'COUPER'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'mm/jj/aaaa'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Saisir une date'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Hors de portée.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'SÉLECTIONNER UNE DATE'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Date de fin : \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Date de fin'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'SÉLECTIONNER UNE PLAGE'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Date de début : \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Date de début'; @override String get dateSeparator => '/'; @@ -8565,16 +9324,16 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Masquer les comptes'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Passer à la saisie'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Format non valide.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Plage non valide.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -8670,7 +9429,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Lignes par page :'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'ENREGISTRER'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -8682,7 +9441,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'TOUT SÉLECTIONNER'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Sélectionner une année'; @override String get selectedRowCountTitleFew => null; @@ -8739,7 +9498,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get unspecifiedDate => 'Date'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Plage de dates'; @override String get viewLicensesButtonLabel => 'AFFICHER LES LICENCES'; @@ -8774,6 +9533,30 @@ class MaterialLocalizationFrCa extends MaterialLocalizationFr { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get dateRangePickerHelpText => 'SÉLECTIONNER LA PLAGE'; + + @override + String get datePickerHelpText => 'SÉLECTIONNER LA DATE'; + + @override + String get invalidDateRangeLabel => 'Plage incorrecte.'; + + @override + String get invalidDateFormatLabel => 'Format incorrect'; + + @override + String get inputDateModeButtonLabel => 'Passer à l\'entrée'; + + @override + String get dateInputLabel => 'Entrer une date'; + + @override + String get unspecifiedDateRange => 'Période'; + + @override + String get dateHelpText => 'jj-mm-aaaa'; + @override String get pageRowsInfoTitleRaw => '\$firstRow à \$lastRow sur \$rowCount'; @@ -8847,7 +9630,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Atrás'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Cambiar ao modo de calendario'; @override String get cancelButtonLabel => 'CANCELAR'; @@ -8871,31 +9654,31 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get cutButtonLabel => 'CORTAR'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'mm/dd/aaaa'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Introduce a data'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'A data está fóra do intervalo.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'SELECCIONAR UNHA DATA'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Data de finalización: \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Data de finalización'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'SELECCIONAR UN INTERVALO DE DATAS'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Data de inicio: \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Data de inicio'; @override String get dateSeparator => '/'; @@ -8919,16 +9702,16 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Ocultar contas'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Cambiar ao modo de introdución de texto'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'O formato non é válido.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'O intervalo de datas non é válido.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -9024,7 +9807,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Filas por páxina:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'GARDAR'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -9036,7 +9819,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'SELECCIONAR TODO'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Seleccionar ano'; @override String get selectedRowCountTitleFew => null; @@ -9090,10 +9873,10 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Seleccionar minutos'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Data'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Intervalo de datas'; @override String get viewLicensesButtonLabel => 'VER LICENZAS'; @@ -9141,7 +9924,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Zurück'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Zum Kalender wechseln'; @override String get cancelButtonLabel => 'ABBRECHEN'; @@ -9165,31 +9948,31 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get cutButtonLabel => 'AUSSCHNEIDEN'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'tt.mm.jjjj'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Datum eingeben'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Außerhalb des Zeitraums.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'DATUM AUSWÄHLEN'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Enddatum \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Enddatum'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'ZEITRAUM AUSWÄHLEN'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Startdatum \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Startdatum'; @override String get dateSeparator => '/'; @@ -9213,16 +9996,16 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Konten ausblenden'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Zur Texteingabe wechseln'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Ungültiges Format.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Ungültiger Zeitraum.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -9318,7 +10101,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Zeilen pro Seite:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'SPEICHERN'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -9330,7 +10113,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'ALLE AUSWÄHLEN'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Jahr auswählen'; @override String get selectedRowCountTitleFew => null; @@ -9384,10 +10167,10 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Minuten auswählen'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Datum'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Zeitraum'; @override String get viewLicensesButtonLabel => 'LIZENZEN ANZEIGEN'; @@ -9435,7 +10218,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get backButtonTooltip => 'પાછળ'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'કૅલેન્ડર મોડ પર સ્વિચ કરો'; @override String get cancelButtonLabel => 'રદ કરો'; @@ -9459,31 +10242,31 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get cutButtonLabel => 'કાપો'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'dd/mm/yyyy'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'તારીખ દાખલ કરો'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'રેંજમાં નથી.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'તારીખ પસંદ કરો'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'સમાપ્તિની તારીખ \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'સમાપ્તિની તારીખ'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'રેંજ પસંદ કરો'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'શરૂ કરવાની તારીખ \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'શરૂ કરવાની તારીખ'; @override String get dateSeparator => '/'; @@ -9507,16 +10290,16 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'એકાઉન્ટ છુપાવો'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'ઇનપુટ મોડ પર સ્વિચ કરો'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'અમાન્ય ફોર્મેટ.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'અમાન્ય રેંજ.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -9612,7 +10395,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'પેજ દીઠ પંક્તિઓ:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'સાચવો'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -9624,7 +10407,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'બધા પસંદ કરો'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'વર્ષ પસંદ કરો'; @override String get selectedRowCountTitleFew => null; @@ -9678,10 +10461,10 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'મિનિટ પસંદ કરો'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'તારીખ'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'તારીખ રેંજ'; @override String get viewLicensesButtonLabel => 'લાઇસન્સ જુઓ'; @@ -9729,7 +10512,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get backButtonTooltip => 'הקודם'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'מעבר למצב היומן'; @override String get cancelButtonLabel => 'ביטול'; @@ -9753,31 +10536,31 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get cutButtonLabel => 'גזירה'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'dd/mm/yyyy'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'יש להזין תאריך'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'מחוץ לטווח.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'בחירת תאריך'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'תאריך סיום: \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'תאריך סיום'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'בחירת טווח'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'תאריך התחלה: \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'תאריך התחלה'; @override String get dateSeparator => '/'; @@ -9801,16 +10584,16 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'הסתרת החשבונות'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'מעבר למצב הקלט'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'פורמט לא חוקי.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'טווח לא תקף.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -9906,7 +10689,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'שורות בכל דף:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'שמירה'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -9918,7 +10701,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'בחירת הכול'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'בחירת שנה'; @override String get selectedRowCountTitleFew => null; @@ -9972,10 +10755,10 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'בחירת דקות'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'תאריך'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'טווח תאריכים'; @override String get viewLicensesButtonLabel => 'הצגת הרישיונות'; @@ -10023,7 +10806,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get backButtonTooltip => 'वापस जाएं'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'कैलेंडर पर जाएं'; @override String get cancelButtonLabel => 'रद्द करें'; @@ -10047,31 +10830,31 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get cutButtonLabel => 'कट करें'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'dd/mm/yyyy'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'तारीख डालें'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'सीमा से ज़्यादा.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'तारीख चुनें'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'खत्म होने की तारीख \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'खत्म होने की तारीख'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'सीमा चुनें'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'शुरू होने की तारीख \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'शुरू होने की तारीख'; @override String get dateSeparator => '/'; @@ -10095,16 +10878,16 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'खाते छिपाएं'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'इनपुट पर जाएं'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'अमान्य फ़ॉर्मैट.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'तारीख की अमान्य सीमा.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -10200,7 +10983,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'हर पेज में पंक्तियों की संख्या:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'सेव करें'; @override ScriptCategory get scriptCategory => ScriptCategory.dense; @@ -10212,7 +10995,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'सभी चुनें'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'साल चुनें'; @override String get selectedRowCountTitleFew => null; @@ -10266,10 +11049,10 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'मिनट के हिसाब से समय चुनें'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'तारीख'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'तारीख की सीमा'; @override String get viewLicensesButtonLabel => 'लाइसेंस देखें'; @@ -10317,7 +11100,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Natrag'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Prijeđite na kalendar'; @override String get cancelButtonLabel => 'ODUSTANI'; @@ -10341,31 +11124,31 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get cutButtonLabel => 'IZREŽI'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'mm/dd/gggg'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Unesite datum'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Izvan raspona.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'ODABERITE DATUM'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Datum završetka \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Datum završetka'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'ODABERITE RASPON'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Datum početka \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Datum početka'; @override String get dateSeparator => '/'; @@ -10389,16 +11172,16 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Sakrijte račune'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Prijeđite na unos'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Format nije važeći.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Raspon nije važeći.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -10494,7 +11277,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Redaka po stranici:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'SPREMI'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -10506,7 +11289,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'ODABERI SVE'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Odaberite godinu'; @override String get selectedRowCountTitleFew => 'Odabrane su \$selectedRowCount stavke'; @@ -10560,10 +11343,10 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Odaberite minute'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Datum'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Datumski raspon'; @override String get viewLicensesButtonLabel => 'PRIKAŽI LICENCE'; @@ -10611,7 +11394,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Vissza'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Váltás naptárra'; @override String get cancelButtonLabel => 'MÉGSE'; @@ -10635,31 +11418,31 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get cutButtonLabel => 'KIVÁGÁS'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'hh/nn/éééé'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Adja meg a dátumot'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Tartományon kívül.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'DÁTUM KIVÁLASZTÁSA'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Befejezés dátuma: \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Befejezés dátuma'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'TARTOMÁNY KIJELÖLÉSE'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Kezdés dátuma: \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Kezdés dátuma'; @override String get dateSeparator => '/'; @@ -10683,16 +11466,16 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Fiókok elrejtése'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Váltás bevitelre'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Érvénytelen formátum.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Érvénytelen tartomány.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -10788,7 +11571,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Oldalankénti sorszám:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'MENTÉS'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -10800,7 +11583,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'AZ ÖSSZES KIJELÖLÉSE'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Válassza ki az évet'; @override String get selectedRowCountTitleFew => null; @@ -10854,10 +11637,10 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Perc kiválasztása'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Dátum'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Dátumtartomány'; @override String get viewLicensesButtonLabel => 'LICENCEK MEGTEKINTÉSE'; @@ -10905,7 +11688,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Հետ'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Անցնել օրացույցին'; @override String get cancelButtonLabel => 'ՉԵՂԱՐԿԵԼ'; @@ -10929,31 +11712,31 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get cutButtonLabel => 'ԿՏՐԵԼ'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'օօ.աա.տտտտ'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Մուտքագրել ամսաթիվ'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Թույլատրելի ընդգրկույթից դուրս է։'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'ԸՆՏՐԵԼ ԱՄՍԱԹԻՎ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Ավարտի ամսաթիվը՝ \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Ավարտի ամսաթիվը'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'ԸՆՏՐԵԼ ԺԱՄԱՆԱԿԱՀԱՏՎԱԾ'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Մեկնարկի ամսաթիվը՝ \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Մեկնարկի ամսաթիվը'; @override String get dateSeparator => '/'; @@ -10977,16 +11760,16 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Թաքցնել հաշիվները'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Անցնել ներածման ռեժիմին'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Ձևաչափն անվավեր է։'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Ժամանակահատվածն անվավեր է:'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -11082,7 +11865,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Մեկ էջի տողերը՝'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'ՊԱՀԵԼ'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -11094,7 +11877,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'ՆՇԵԼ ԲՈԼՈՐԸ'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Ընտրել տարին'; @override String get selectedRowCountTitleFew => 'Ընտրված է \$selectedRowCount օբյեկտ'; @@ -11148,10 +11931,10 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Ընտրեք րոպեները'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Ամսաթիվ'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Ժամանակահատված'; @override String get viewLicensesButtonLabel => 'ԴԻՏԵԼ ԱՐՏՈՆԱԳՐԵՐԸ'; @@ -11199,7 +11982,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Kembali'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Beralih ke kalender'; @override String get cancelButtonLabel => 'BATAL'; @@ -11223,31 +12006,31 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get cutButtonLabel => 'POTONG'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'hh/bb/tttt'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Masukkan Tanggal'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Di luar rentang.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'PILIH TANGGAL'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Tanggal akhir \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Tanggal Akhir'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'PILIH RENTANG'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Tanggal mulai \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Tanggal Mulai'; @override String get dateSeparator => '/'; @@ -11271,16 +12054,16 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Sembunyikan akun'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Beralih ke masukan'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Format tidak valid.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Rentang tidak valid.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -11376,7 +12159,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Baris per halaman:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'SIMPAN'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -11388,7 +12171,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'PILIH SEMUA'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Pilih tahun'; @override String get selectedRowCountTitleFew => null; @@ -11442,10 +12225,10 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Pilih menit'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Tanggal'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Rentang tanggal'; @override String get viewLicensesButtonLabel => 'LIHAT LISENSI'; @@ -11493,7 +12276,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Til baka'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Skipta yfir í dagatal'; @override String get cancelButtonLabel => 'HÆTTA'; @@ -11517,31 +12300,31 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get cutButtonLabel => 'KLIPPA'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'mm/dd/áááá'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Slá inn dagsetningu'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Utan sviðs.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'VELJA DAGSETNINGU'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Lokadagur \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Lokadagur'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'VELJA SVIÐ'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Upphafsdagur \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Upphafsdagur'; @override String get dateSeparator => '/'; @@ -11565,16 +12348,16 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Fela reikninga'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Skipta yfir í innslátt'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Ógilt snið.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Ógilt svið.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -11670,7 +12453,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Línur á síðu:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'VISTA'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -11682,7 +12465,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'VELJA ALLT'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Velja ár'; @override String get selectedRowCountTitleFew => null; @@ -11736,10 +12519,10 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Velja mínútur'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Dagsetning'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Tímabil'; @override String get viewLicensesButtonLabel => 'SKOÐA LEYFI'; @@ -11787,7 +12570,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Indietro'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Passa al calendario'; @override String get cancelButtonLabel => 'ANNULLA'; @@ -11811,31 +12594,31 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get cutButtonLabel => 'TAGLIA'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'mm/gg/aaaa'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Inserisci data'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Fuori intervallo.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'SELEZIONA DATA'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Data di fine \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Data di fine'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'SELEZIONA INTERVALLO'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Data di inizio \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Data di inizio'; @override String get dateSeparator => '/'; @@ -11859,16 +12642,16 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Nascondi account'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Passa alla modalità di immissione'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Formato non valido.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Intervallo non valido.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -11964,7 +12747,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Righe per pagina:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'SALVA'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -11976,7 +12759,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'SELEZIONA TUTTO'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Seleziona anno'; @override String get selectedRowCountTitleFew => null; @@ -12030,10 +12813,10 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Seleziona i minuti'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Data'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Intervallo di date'; @override String get viewLicensesButtonLabel => 'VISUALIZZA LICENZE'; @@ -12081,7 +12864,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get backButtonTooltip => '戻る'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'カレンダーに切り替え'; @override String get cancelButtonLabel => 'キャンセル'; @@ -12105,31 +12888,31 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get cutButtonLabel => '切り取り'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'yyyy/mm/dd'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => '日付を入力'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => '範囲外です。'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => '日付の選択'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => '終了日 \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => '終了日'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => '期間の選択'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => '開始日 \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => '開始日'; @override String get dateSeparator => '/'; @@ -12153,16 +12936,16 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'アカウントを非表示'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => '入力に切り替え'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => '形式が無効です。'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => '範囲が無効です。'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -12258,7 +13041,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'ページあたりの行数:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => '保存'; @override ScriptCategory get scriptCategory => ScriptCategory.dense; @@ -12270,7 +13053,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'すべて選択'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => '年を選択'; @override String get selectedRowCountTitleFew => null; @@ -12324,10 +13107,10 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => '分を選択'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => '日付'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => '期間'; @override String get viewLicensesButtonLabel => 'ライセンスを表示'; @@ -12375,7 +13158,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get backButtonTooltip => 'უკან'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'კალენდარზე გადართვა'; @override String get cancelButtonLabel => 'გაუქმება'; @@ -12399,31 +13182,31 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get cutButtonLabel => 'ამოჭრა'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'დდ/თთ/წწწწ'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'შეიყვანეთ თარიღი'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'დიაპაზონს მიღმაა.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'აირჩიეთ თარიღი'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'დასრულების თარიღია \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'დასრულების თარიღი'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'აირჩიეთ დიაპაზონი'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'დაწყების თარიღია \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'დაწყების თარიღი'; @override String get dateSeparator => '/'; @@ -12447,16 +13230,16 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'ანგარიშების დამალვა'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'შეყვანაზე გადართვა'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'ფორმატი არასწორია.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'დიაპაზონი არასწორია.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -12552,7 +13335,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'მწკრივი გვერდზე:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'შენახვა'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -12564,7 +13347,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'ყველას არჩევა'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'აირჩიეთ წელი'; @override String get selectedRowCountTitleFew => null; @@ -12618,10 +13401,10 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'აირჩიეთ წუთები'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'თარიღი'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'თარიღების დიაპაზონი'; @override String get viewLicensesButtonLabel => 'ლიცენზიების ნახვა'; @@ -12669,7 +13452,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Артқа'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Күнтізбеге ауысу'; @override String get cancelButtonLabel => 'БАС ТАРТУ'; @@ -12693,31 +13476,31 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get cutButtonLabel => 'ҚИЮ'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'ай/күн/жыл'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Күнді енгізу'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Ауқымнан тыc.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'КҮНДІ ТАҢДАУ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Аяқталу күні \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Аяқталу күні'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'АУҚЫМДЫ ТАҢДАУ'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Басталу күні \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Басталу күні'; @override String get dateSeparator => '/'; @@ -12741,16 +13524,16 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Есептік жазбаларды жасыру'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Мәтін енгізуге ауысу'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Формат жарамсыз.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Ауқым жарамсыз.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -12846,7 +13629,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Әр беттегі жолдар саны:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'САҚТАУ'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -12858,7 +13641,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'БАРЛЫҒЫН ТАҢДАУ'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Жылды таңдау'; @override String get selectedRowCountTitleFew => null; @@ -12912,10 +13695,10 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Минуттарды таңдаңыз'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Күн'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Күндер ауқымы'; @override String get viewLicensesButtonLabel => 'ЛИЦЕНЗИЯЛАРДЫ КӨРУ'; @@ -12963,7 +13746,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get backButtonTooltip => 'ថយក្រោយ'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'ប្ដូរទៅ​ប្រតិទិន'; @override String get cancelButtonLabel => 'បោះបង់'; @@ -12987,31 +13770,31 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get cutButtonLabel => 'កាត់'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'ខែ/ថ្ងៃ/ឆ្នាំ'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'បញ្ចូល​កាលបរិច្ឆេទ'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'ក្រៅចន្លោះ។'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'ជ្រើសរើស​កាល​បរិច្ឆេទ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'កាលបរិច្ឆេទ​បញ្ចប់ \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'កាលបរិច្ឆេទ​បញ្ចប់'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'ជ្រើស​រើស​ចន្លោះ'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'កាលបរិច្ឆេទ​ចាប់ផ្ដើម \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'កាលបរិច្ឆេទ​ចាប់ផ្ដើម'; @override String get dateSeparator => '/'; @@ -13035,16 +13818,16 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'លាក់គណនី'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'ប្ដូរទៅ​ការបញ្ចូល'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'ទម្រង់មិន​ត្រឹមត្រូវទេ។'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'ចន្លោះ​មិនត្រឹមត្រូវទេ។'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -13140,7 +13923,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'ជួរ​ដេក​ក្នុង​មួយ​ទំព័រ៖'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'រក្សាទុក'; @override ScriptCategory get scriptCategory => ScriptCategory.dense; @@ -13152,7 +13935,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'ជ្រើសរើស​ទាំង​អស់'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'ជ្រើសរើសឆ្នាំ'; @override String get selectedRowCountTitleFew => null; @@ -13206,10 +13989,10 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'ជ្រើសរើស​នាទី'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'កាលបរិច្ឆេទ'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'ចន្លោះ​កាលបរិច្ឆេទ'; @override String get viewLicensesButtonLabel => 'មើលអាជ្ញាបណ្ណ'; @@ -13257,7 +14040,7 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { String get backButtonTooltip => '\u{cb9}\u{cbf}\u{c82}\u{ca4}\u{cbf}\u{cb0}\u{cc1}\u{c97}\u{cbf}'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => '\u{c95}\u{ccd}\u{caf}\u{cbe}\u{cb2}\u{cc6}\u{c82}\u{ca1}\u{cb0}\u{ccd}\u{200c}\u{c97}\u{cc6}\u{20}\u{cac}\u{ca6}\u{cb2}\u{cbf}\u{cb8}\u{cbf}'; @override String get cancelButtonLabel => '\u{cb0}\u{ca6}\u{ccd}\u{ca6}\u{cc1}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; @@ -13284,28 +14067,28 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { String get dateHelpText => 'mm/dd/yyyy'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => '\u{ca6}\u{cbf}\u{ca8}\u{cbe}\u{c82}\u{c95}\u{20}\u{ca8}\u{cae}\u{cc2}\u{ca6}\u{cbf}\u{cb8}\u{cbf}'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => '\u{cb5}\u{ccd}\u{caf}\u{cbe}\u{caa}\u{ccd}\u{ca4}\u{cbf}\u{caf}\u{20}\u{cb9}\u{cca}\u{cb0}\u{c97}\u{cbf}\u{ca6}\u{cc6}'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => '\u{ca6}\u{cbf}\u{ca8}\u{cbe}\u{c82}\u{c95}\u{cb5}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{c86}\u{caf}\u{ccd}\u{c95}\u{cc6}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => '\u{cae}\u{cc1}\u{c95}\u{ccd}\u{ca4}\u{cbe}\u{caf}\u{20}\u{ca6}\u{cbf}\u{ca8}\u{cbe}\u{c82}\u{c95}\u{20}\u{24}\u{66}\u{75}\u{6c}\u{6c}\u{44}\u{61}\u{74}\u{65}'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => '\u{c85}\u{c82}\u{ca4}\u{cbf}\u{cae}\u{20}\u{ca6}\u{cbf}\u{ca8}\u{cbe}\u{c82}\u{c95}'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => '\u{cb6}\u{ccd}\u{cb0}\u{cc7}\u{ca3}\u{cbf}\u{caf}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{c86}\u{caf}\u{ccd}\u{c95}\u{cc6}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => '\u{caa}\u{ccd}\u{cb0}\u{cbe}\u{cb0}\u{c82}\u{cad}\u{20}\u{ca6}\u{cbf}\u{ca8}\u{cbe}\u{c82}\u{c95}\u{20}\u{24}\u{66}\u{75}\u{6c}\u{6c}\u{44}\u{61}\u{74}\u{65}'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => '\u{caa}\u{ccd}\u{cb0}\u{cbe}\u{cb0}\u{c82}\u{cad}\u{20}\u{ca6}\u{cbf}\u{ca8}\u{cbe}\u{c82}\u{c95}'; @override String get dateSeparator => '/'; @@ -13329,16 +14112,16 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { String get hideAccountsLabel => '\u{c96}\u{cbe}\u{ca4}\u{cc6}\u{c97}\u{cb3}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{cae}\u{cb0}\u{cc6}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => '\u{c87}\u{ca8}\u{ccd}\u{200c}\u{caa}\u{cc1}\u{c9f}\u{ccd}\u{200c}\u{c97}\u{cc6}\u{20}\u{cac}\u{ca6}\u{cb2}\u{cbf}\u{cb8}\u{cbf}'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => '\u{c85}\u{cae}\u{cbe}\u{ca8}\u{ccd}\u{caf}\u{cb5}\u{cbe}\u{ca6}\u{20}\u{cab}\u{cbe}\u{cb0}\u{ccd}\u{cae}\u{ccd}\u{caf}\u{cbe}\u{c9f}\u{ccd}\u{2e}'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => '\u{c85}\u{cae}\u{cbe}\u{ca8}\u{ccd}\u{caf}\u{20}\u{cb6}\u{ccd}\u{cb0}\u{cc7}\u{ca3}\u{cbf}\u{2e}'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -13434,7 +14217,7 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { String get rowsPerPageTitle => '\u{caa}\u{ccd}\u{cb0}\u{ca4}\u{cbf}\u{20}\u{caa}\u{cc1}\u{c9f}\u{c95}\u{ccd}\u{c95}\u{cc6}\u{20}\u{cb8}\u{cbe}\u{cb2}\u{cc1}\u{c97}\u{cb3}\u{cc1}\u{3a}'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => '\u{c89}\u{cb3}\u{cbf}\u{cb8}\u{cbf}'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -13446,7 +14229,7 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { String get selectAllButtonLabel => '\u{c8e}\u{cb2}\u{ccd}\u{cb2}\u{cb5}\u{ca8}\u{ccd}\u{ca8}\u{cc2}\u{20}\u{c86}\u{caf}\u{ccd}\u{c95}\u{cc6}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => '\u{cb5}\u{cb0}\u{ccd}\u{cb7}\u{cb5}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{c86}\u{caf}\u{ccd}\u{c95}\u{cc6}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; @override String get selectedRowCountTitleFew => null; @@ -13500,10 +14283,10 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => '\u{ca8}\u{cbf}\u{cae}\u{cbf}\u{cb7}\u{c97}\u{cb3}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{c86}\u{caf}\u{ccd}\u{c95}\u{cc6}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => '\u{ca6}\u{cbf}\u{ca8}\u{cbe}\u{c82}\u{c95}'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => '\u{ca6}\u{cbf}\u{ca8}\u{cbe}\u{c82}\u{c95}\u{20}\u{cb5}\u{ccd}\u{caf}\u{cbe}\u{caa}\u{ccd}\u{ca4}\u{cbf}'; @override String get viewLicensesButtonLabel => '\u{caa}\u{cb0}\u{cb5}\u{cbe}\u{ca8}\u{c97}\u{cbf}\u{c97}\u{cb3}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{cb5}\u{cbf}\u{cd5}\u{c95}\u{ccd}\u{cb7}\u{cbf}\u{cb8}\u{cbf}'; @@ -13551,7 +14334,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get backButtonTooltip => '뒤로'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => '캘린더 모드로 전환'; @override String get cancelButtonLabel => '취소'; @@ -13575,31 +14358,31 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get cutButtonLabel => '잘라내기'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'yyyy/mm/dd'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => '날짜 입력'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => '범위를 벗어났습니다.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => '날짜 선택'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => '종료일 \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => '종료일'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => '범위 선택'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => '시작일 \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => '시작일'; @override String get dateSeparator => '/'; @@ -13623,16 +14406,16 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get hideAccountsLabel => '계정 숨기기'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => '입력 모드로 전환'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => '형식이 잘못되었습니다.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => '날짜 범위가 잘못되었습니다.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -13728,7 +14511,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get rowsPerPageTitle => '페이지당 행 수:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => '저장'; @override ScriptCategory get scriptCategory => ScriptCategory.dense; @@ -13740,7 +14523,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get selectAllButtonLabel => '전체 선택'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => '연도 선택'; @override String get selectedRowCountTitleFew => null; @@ -13794,10 +14577,10 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => '분 선택'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => '날짜'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => '기간'; @override String get viewLicensesButtonLabel => '라이선스 보기'; @@ -13845,7 +14628,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Артка'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Жылнаамага которулуңуз'; @override String get cancelButtonLabel => 'ЖОККО ЧЫГАРУУ'; @@ -13869,31 +14652,31 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get cutButtonLabel => 'КЕСҮҮ'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'аа/кк/жжжж'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Күндү киргизүү'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Аракет чегинен тышкары.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'КҮНДҮ ТАНДОО'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Аяктоо күнү \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Аяктоо күнү'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'ДИАПАЗОНДУ ТАНДОО'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Баштоо күнү \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Баштоо күнү'; @override String get dateSeparator => '/'; @@ -13917,16 +14700,16 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Аккаунттарды жашыруу'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Терип киргизүү режимине которулуңуз'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Жараксыз формат.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Жараксыз диапазон.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -14022,7 +14805,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Бир бетте көрсөтүлүүчү саптардын саны:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'САКТОО'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -14034,7 +14817,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'БААРЫН ТАНДОО'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Жылды тандоо'; @override String get selectedRowCountTitleFew => null; @@ -14088,10 +14871,10 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Мүнөттөрдү тандаңыз'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Күн'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Даталар диапазону'; @override String get viewLicensesButtonLabel => 'УРУКСАТТАМАЛАРДЫ КӨРҮҮ'; @@ -14139,7 +14922,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get backButtonTooltip => 'ກັບຄືນ'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'ສະຫຼັບໄປປະຕິທິນ'; @override String get cancelButtonLabel => 'ຍົກເລີກ'; @@ -14163,31 +14946,31 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get cutButtonLabel => 'ຕັດ'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'ດດ/ວວ/ປປປປ'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'ໃສ່ວັນທີ'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'ຢູ່ນອກໄລຍະ.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'ເລືອກວັນທີ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'ວັນທີສິ້ນສຸດ \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'ວັນທີສິ້ນສຸດ'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'ເລືອກໄລຍະ'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'ວັນທີເລີ່ມຕົ້ນ \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'ວັນທີເລີ່ມຕົ້ນ'; @override String get dateSeparator => '/'; @@ -14211,16 +14994,16 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'ເຊື່ອງບັນຊີ'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'ສະຫຼັບໄປການປ້ອນຂໍ້ມູນ'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'ຮູບແບບບໍ່ຖືກຕ້ອງ.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'ໄລຍະບໍ່ຖືກຕ້ອງ.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -14316,7 +15099,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'ແຖວຕໍ່ໜ້າ:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'ບັນທຶກ'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -14328,7 +15111,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'ເລືອກທັງໝົດ'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'ເລືອກ​ປີ'; @override String get selectedRowCountTitleFew => null; @@ -14382,10 +15165,10 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'ເລືອກນາທີ'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'ວັນທີ'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'ຊ່ວງວັນທີ'; @override String get viewLicensesButtonLabel => 'ເບິ່ງໃບອະນຸຍາດ'; @@ -14433,7 +15216,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Atgal'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Perjungti į kalendorių'; @override String get cancelButtonLabel => 'ATŠAUKTI'; @@ -14460,28 +15243,28 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get dateHelpText => 'mm/dd/yyyy'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Įveskite datą'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Nepatenka į diapazoną.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'PASIRINKITE DATĄ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Pabaigos data: \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Pabaigos data'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'PASIRINKITE DIAPAZONĄ'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Pradžios data: \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Pradžios data'; @override String get dateSeparator => '/'; @@ -14505,16 +15288,16 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Slėpti paskyras'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Perjungti į įvestį'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Netinkamas formatas.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Netinkamas diapazonas.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -14610,7 +15393,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Eilučių puslapyje:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'IŠSAUGOTI'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -14622,7 +15405,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'PASIRINKTI VISKĄ'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Pasirinkite metus'; @override String get selectedRowCountTitleFew => 'Pasirinkti \$selectedRowCount elementai'; @@ -14676,10 +15459,10 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Pasirinkite minutes'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Data'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Dienų seka'; @override String get viewLicensesButtonLabel => 'PERŽIŪRĖTI LICENCIJAS'; @@ -14727,7 +15510,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Atpakaļ'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Pārslēgties uz kalendāru'; @override String get cancelButtonLabel => 'ATCELT'; @@ -14751,31 +15534,31 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get cutButtonLabel => 'IZGRIEZT'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'dd/mm/gggg'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Ievadiet datumu'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Ārpus diapazona.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'ATLASIET DATUMU'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Beigu datums: \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Beigu datums'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'ATLASIET DIAPAZONU'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Sākuma datums: \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Sākuma datums'; @override String get dateSeparator => '/'; @@ -14799,16 +15582,16 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Slēpt kontus'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Pārslēgties uz ievadi'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Nederīgs formāts.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Nederīgs diapazons.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -14904,7 +15687,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Rindas lapā:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'SAGLABĀT'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -14916,7 +15699,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'ATLASĪT VISU'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Atlasiet gadu'; @override String get selectedRowCountTitleFew => null; @@ -14970,10 +15753,10 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Atlasiet minūtes'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Datums'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Datumu diapazons'; @override String get viewLicensesButtonLabel => 'SKATĪT LICENCES'; @@ -15021,7 +15804,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Назад'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Префрли на календар'; @override String get cancelButtonLabel => 'ОТКАЖИ'; @@ -15048,28 +15831,28 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get dateHelpText => 'mm/dd/yyyy'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Внесете датум'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Надвор од опсег.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'ИЗБЕРЕТЕ ДАТУМ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Краен датум \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Краен датум'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'ИЗБЕРЕТЕ ОПСЕГ'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Датум на започнување \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Датум на започнување'; @override String get dateSeparator => '/'; @@ -15093,16 +15876,16 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Сокриј сметки'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Префрли на внесување'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Неважечки формат.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Погрешен опсег.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -15198,7 +15981,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Редови на страница:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'ЗАЧУВАЈ'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -15210,7 +15993,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'ИЗБЕРИ ГИ СИТЕ'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Изберете година'; @override String get selectedRowCountTitleFew => null; @@ -15264,10 +16047,10 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Изберете минути'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Датум'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Временски период'; @override String get viewLicensesButtonLabel => 'ПРИКАЖИ ЛИЦЕНЦИ'; @@ -15315,7 +16098,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get backButtonTooltip => 'മടങ്ങുക'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'കലണ്ടറിലേക്ക് മാറുക'; @override String get cancelButtonLabel => 'റദ്ദാക്കുക'; @@ -15342,28 +16125,28 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get dateHelpText => 'mm/dd/yyyy'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'തീയതി നൽകുക'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'സാധുവായ ശ്രേണിക്ക് പുറത്താണ്.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'തീയതി തിരഞ്ഞെടുക്കുക'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'അവസാനിക്കുന്ന തീയതി \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'അവസാനിക്കുന്ന തീയതി'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'ശ്രേണി തിരഞ്ഞെടുക്കുക'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'ആരംഭിക്കുന്ന തീയതി \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'ആരംഭിക്കുന്ന തീയതി'; @override String get dateSeparator => '/'; @@ -15387,16 +16170,16 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'അക്കൗണ്ടുകൾ മറയ്‌ക്കുക'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'ഇൻപുട്ടിലേക്ക് മാറുക'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'തെറ്റായ ഫോർമാറ്റ്.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'തെറ്റായ ശ്രേണി.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -15492,7 +16275,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'ഓരോ പേജിലുമുള്ള വരികൾ:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'സംരക്ഷിക്കുക'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -15504,7 +16287,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'എല്ലാം തിരഞ്ഞെടുക്കുക'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'വർഷം തിരഞ്ഞെടുക്കുക'; @override String get selectedRowCountTitleFew => null; @@ -15558,10 +16341,10 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'മിനിറ്റ് തിരഞ്ഞെടുക്കുക'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'തീയതി'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'തീയതി ശ്രേണി'; @override String get viewLicensesButtonLabel => 'ലൈസൻസുകൾ കാണുക'; @@ -15609,7 +16392,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Буцах'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Календарь луу сэлгэх'; @override String get cancelButtonLabel => 'БОЛИХ'; @@ -15633,31 +16416,31 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get cutButtonLabel => 'ТАСЛАХ'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'сар/өдөр/жил'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Огноо оруулах'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Интервалаас гадуур байна.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'ОГНОО СОНГОХ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Дуусах огноо \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Дуусах огноо'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'ИНТЕРВАЛ СОНГОХ'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Эхлэх огноо \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Эхлэх огноо'; @override String get dateSeparator => '/'; @@ -15681,16 +16464,16 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Бүртгэлүүдийг нуух'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Оролт руу сэлгэх'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Буруу формат байна.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Буруу интервал байна.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -15786,7 +16569,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Хуудсан дахь мөрийн тоо:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'ХАДГАЛАХ'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -15798,7 +16581,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'БҮГДИЙГ СОНГОХ'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Жил сонгох'; @override String get selectedRowCountTitleFew => null; @@ -15852,10 +16635,10 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Минут сонгоно уу'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Огноо'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Хугацааны интервал'; @override String get viewLicensesButtonLabel => 'ЛИЦЕНЗИЙГ ХАРАХ'; @@ -15903,7 +16686,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get backButtonTooltip => 'मागे'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'कॅलेंडरवर स्विच करा'; @override String get cancelButtonLabel => 'रद्द करा'; @@ -15927,31 +16710,31 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get cutButtonLabel => 'कट करा'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'dd/mm/yyyy'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'तारीख एंटर करा'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'श्रेणीच्या बाहेर आहे.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'तारीख निवडा'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'संपण्याची तारीख \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'संपण्याची तारीख'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'श्रेणी निवडा'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'सुरू होण्याची तारीख \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'सुरू होण्याची तारीख'; @override String get dateSeparator => '/'; @@ -15975,16 +16758,16 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'खाती लपवा'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'इनपुटवर स्विच करा'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'फॉरमॅट चुकीचा आहे.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'श्रेणी चुकीची आहे.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -16080,7 +16863,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'प्रति पेज पंक्ती:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'सेव्ह करा'; @override ScriptCategory get scriptCategory => ScriptCategory.dense; @@ -16092,7 +16875,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'सर्व निवडा'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'वर्ष निवडा'; @override String get selectedRowCountTitleFew => null; @@ -16146,10 +16929,10 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'मिनिटे निवडा'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'तारीख'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'तारीख श्रेणी'; @override String get viewLicensesButtonLabel => 'परवाने पाहा'; @@ -16197,7 +16980,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Kembali'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Tukar kepada kalendar'; @override String get cancelButtonLabel => 'BATAL'; @@ -16221,31 +17004,31 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get cutButtonLabel => 'POTONG'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'bb/hh/tttt'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Masukkan Tarikh'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Di luar julat.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'PILIH TARIKH'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Tarikh tamat ialah \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Tarikh Tamat'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'PILIH JULAT'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Tarikh mula ialah \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Tarikh Mula'; @override String get dateSeparator => '/'; @@ -16269,16 +17052,16 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Sembunyikan akaun'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Tukar kepada input'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Format tidak sah.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Julat tidak sah.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -16374,7 +17157,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Baris setiap halaman:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'SIMPAN'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -16386,7 +17169,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'PILIH SEMUA'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Pilih tahun'; @override String get selectedRowCountTitleFew => null; @@ -16440,10 +17223,10 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Pilih minit'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Tarikh'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Julat Tarikh'; @override String get viewLicensesButtonLabel => 'LIHAT LESEN'; @@ -16491,7 +17274,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get backButtonTooltip => 'နောက်သို့'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'ပြက္ခဒိန်သို့ ပြောင်းရန်'; @override String get cancelButtonLabel => 'မလုပ်တော့'; @@ -16518,28 +17301,28 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get dateHelpText => 'mm/dd/yyyy'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'ရက်စွဲ ထည့်ရန်'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'အပိုင်းအခြား ပြင်ပတွင်ဖြစ်နေသည်။'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'ရက်စွဲရွေးပါ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'ပြီးဆုံးရက်စွဲ \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'ပြီးဆုံးရက်စွဲ'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'အပိုင်းအခြား ရွေးရန်'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'စတင်သည့် ရက်စွဲ \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'စတင်သည့် ရက်စွဲ'; @override String get dateSeparator => '/'; @@ -16563,16 +17346,16 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'အကောင့်များကို ဝှက်ရန်'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'ထည့်သွင်းမှုသို့ ပြောင်းရန်'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'ဖော်မက် မမှန်ကန်ပါ။'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'အပိုင်းအခြား မမှန်ပါ။'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -16668,7 +17451,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'စာတစ်မျက်နှာပါ လိုင်းအရေအတွက်−'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'သိမ်းရန်'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -16680,7 +17463,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'အားလုံး ရွေးရန်'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'ခုနှစ် ရွေးရန်'; @override String get selectedRowCountTitleFew => null; @@ -16734,10 +17517,10 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'မိနစ်ကို ရွေးပါ'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'ရက်စွဲ'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'ရက်အပိုင်းအခြား'; @override String get viewLicensesButtonLabel => 'လိုင်စင်များကို ကြည့်ရန်'; @@ -16815,7 +17598,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get backButtonTooltip => 'पछाडि जानुहोस्'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'पात्रो मोड प्रयोग गर्नुहोस्'; @override String get cancelButtonLabel => 'रद्द गर्नुहोस्'; @@ -16842,28 +17625,28 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get dateHelpText => 'mm/dd/yyyy'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'मिति प्रविष्टि गर्नुहोस्'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'दायराभन्दा बाहिर'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'मिति चयन गर्नुहोस्'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'समाप्त हुने मिति \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'समाप्त हुने मिति'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'दायरा चयन गर्नुहोस्'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'सुरु हुने मिति \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'सुरु हुने मिति'; @override String get dateSeparator => '/'; @@ -16887,16 +17670,16 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'खाताहरू लुकाउनुहोस्'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'इनपुट मोड प्रयोग गर्नुहोस्'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'अवैध ढाँचा।'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'अवैध दायरा।'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -16992,7 +17775,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'प्रत्येक पृष्ठमा रहेका पङ्क्तिहरूको सङ्ख्या:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'सुरक्षित गर्नुहोस्'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -17004,7 +17787,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'सबै चयन गर्नुहोस्'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'वर्ष छान्नुहोस्'; @override String get selectedRowCountTitleFew => null; @@ -17058,10 +17841,10 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'मिनेट चयन गर्नुहोस्'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'मिति'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'मितिको दायरा'; @override String get viewLicensesButtonLabel => 'इजाजतपत्रहरू हेर्नुहोस्'; @@ -17109,7 +17892,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Terug'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Overschakelen naar kalender'; @override String get cancelButtonLabel => 'ANNULEREN'; @@ -17133,31 +17916,31 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get cutButtonLabel => 'KNIPPEN'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'dd-mm-jjjj'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Datum opgeven'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Buiten bereik.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'DATUM SELECTEREN'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Einddatum \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Einddatum'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'PERIODE SELECTEREN'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Startdatum \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Startdatum'; @override String get dateSeparator => '/'; @@ -17181,16 +17964,16 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Accounts verbergen'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Overschakelen naar invoer'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Ongeldige indeling.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Ongeldige periode.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -17286,7 +18069,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Rijen per pagina:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'OPSLAAN'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -17298,7 +18081,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'ALLES SELECTEREN'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Jaar selecteren'; @override String get selectedRowCountTitleFew => null; @@ -17352,10 +18135,10 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Minuten selecteren'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Datum'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Periode'; @override String get viewLicensesButtonLabel => 'LICENTIES BEKIJKEN'; @@ -17403,7 +18186,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Tilbake'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Bytt til kalender'; @override String get cancelButtonLabel => 'AVBRYT'; @@ -17427,31 +18210,31 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get cutButtonLabel => 'KLIPP UT'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'mm/dd/åååå'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Skriv inn datoen'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Utenfor perioden.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'VELG DATOEN'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Sluttdato \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Sluttdato'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'VELG PERIODEN'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Startdato \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Startdato'; @override String get dateSeparator => '/'; @@ -17475,16 +18258,16 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Skjul kontoer'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Bytt til innskriving'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Ugyldig format.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Ugyldig periode.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -17580,7 +18363,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Rader per side:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'LAGRE'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -17592,7 +18375,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'VELG ALLE'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Velg året'; @override String get selectedRowCountTitleFew => null; @@ -17646,10 +18429,10 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Angi minutter'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Dato'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Datoperiode'; @override String get viewLicensesButtonLabel => 'SE LISENSER'; @@ -17697,7 +18480,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get backButtonTooltip => 'ପଛକୁ ଫେରନ୍ତୁ'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'କ୍ୟାଲେଣ୍ଡରକୁ ସ୍ୱିଚ୍ କରନ୍ତୁ'; @override String get cancelButtonLabel => 'ବାତିଲ୍ କରନ୍ତୁ'; @@ -17724,28 +18507,28 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get dateHelpText => 'mm/dd/yyyy'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'ତାରିଖ ଲେଖନ୍ତୁ'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'ସୀମା ବାହାରେ।'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'ତାରିଖ ଚୟନ କରନ୍ତୁ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'ଶେଷ ତାରିଖ \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'ଶେଷ ତାରିଖ'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'ସୀମା ଚୟନ କରନ୍ତୁ'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'ଆରମ୍ଭ ତାରିଖ \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'ଆରମ୍ଭ ତାରିଖ'; @override String get dateSeparator => '/'; @@ -17769,16 +18552,16 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'ଆକାଉଣ୍ଟଗୁଡ଼ିକୁ ଲୁଚାନ୍ତୁ'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'ଇନପୁଟକୁ ସ୍ୱିଚ୍ କରନ୍ତୁ'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'ଅବୈଧ ଫର୍ମାଟ୍।'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'ଅବୈଧ ସୀମା।'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -17874,7 +18657,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'ପୃଷ୍ଠା ପିଛା ଧାଡ଼ି:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'ସେଭ୍ କରନ୍ତୁ'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -17886,7 +18669,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'ସମସ୍ତ ଚୟନ କରନ୍ତୁ'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'ବର୍ଷ ଚୟନ କରନ୍ତୁ'; @override String get selectedRowCountTitleFew => null; @@ -17940,10 +18723,10 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'ମିନିଟ୍ ଚୟନ କରନ୍ତୁ'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'ତାରିଖ'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'ତାରିଖ ସୀମା'; @override String get viewLicensesButtonLabel => 'ଲାଇସେନ୍ସ ଦେଖାନ୍ତୁ'; @@ -17991,7 +18774,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get backButtonTooltip => 'ਪਿੱਛੇ'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'ਕੈਲੰਡਰ \'ਤੇ ਜਾਓ'; @override String get cancelButtonLabel => 'ਰੱਦ ਕਰੋ'; @@ -18018,28 +18801,28 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get dateHelpText => 'mm/dd/yyyy'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'ਤਾਰੀਖ ਦਾਖਲ ਕਰੋ'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'ਰੇਂਜ-ਤੋਂ-ਬਾਹਰ।'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'ਤਾਰੀਖ ਚੁਣੋ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'ਸਮਾਪਤੀ ਦੀ ਤਾਰੀਖ \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'ਸਮਾਪਤੀ ਦੀ ਤਾਰੀਖ'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'ਰੇਂਜ ਚੁਣੋ'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'ਸ਼ੁਰੂਆਤੀ ਤਾਰੀਖ \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'ਸ਼ੁਰੂਆਤੀ ਤਾਰੀਖ'; @override String get dateSeparator => '/'; @@ -18063,16 +18846,16 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'ਖਾਤੇ ਲੁਕਾਓ'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'ਇਨਪੁੱਟ \'ਤੇ ਜਾਓ'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'ਅਵੈਧ ਫਾਰਮੈਟ।'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'ਅਵੈਧ ਰੇਂਜ।'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -18168,7 +18951,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'ਹਰ ਪੰਨੇ \'ਤੇ ਕਤਾਰਾਂ:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'ਰੱਖਿਅਤ ਕਰੋ'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -18180,7 +18963,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'ਸਭ ਚੁਣੋ'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'ਸਾਲ ਚੁਣੋ'; @override String get selectedRowCountTitleFew => null; @@ -18234,10 +19017,10 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'ਮਿੰਟ ਚੁਣੋ'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'ਤਾਰੀਖ'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'ਤਾਰੀਖ ਦੀ ਰੇਂਜ'; @override String get viewLicensesButtonLabel => 'ਲਾਇਸੰਸ ਦੇਖੋ'; @@ -18285,7 +19068,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Wstecz'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Przełącz na kalendarz'; @override String get cancelButtonLabel => 'ANULUJ'; @@ -18309,34 +19092,34 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get cutButtonLabel => 'WYTNIJ'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'dd.mm.rrrr'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Wpisz datę'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Poza zakresem.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'WYBIERZ DATĘ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Data zakończenia: \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Data zakończenia'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'WYBIERZ ZAKRES'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Data rozpoczęcia: \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Data rozpoczęcia'; @override - String get dateSeparator => '/'; + String get dateSeparator => '.'; @override String get deleteButtonTooltip => 'Usuń'; @@ -18357,16 +19140,16 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Ukryj konta'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Przełącz na wpisywanie'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Nieprawidłowy format.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Nieprawidłowy zakres.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -18462,7 +19245,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Wiersze na stronie:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'ZAPISZ'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -18474,7 +19257,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'ZAZNACZ WSZYSTKO'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Wybierz rok'; @override String get selectedRowCountTitleFew => '\$selectedRowCount wybrane elementy'; @@ -18528,10 +19311,10 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Wybierz minuty'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Data'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Zakres dat'; @override String get viewLicensesButtonLabel => 'WYŚWIETL LICENCJE'; @@ -18873,7 +19656,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Voltar'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Mudar para agenda'; @override String get cancelButtonLabel => 'CANCELAR'; @@ -18897,31 +19680,31 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get cutButtonLabel => 'RECORTAR'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'dd/mm/aaaa'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Inserir data'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Fora de alcance.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'SELECIONAR DATA'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Data de término \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Data de término'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'SELECIONAR INTERVALO'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Data de início \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Data de início'; @override String get dateSeparator => '/'; @@ -18945,16 +19728,16 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Ocultar contas'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Mudar para modo de entrada'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Formato inválido.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Intervalo inválido.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -19050,7 +19833,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Linhas por página:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'SALVAR'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -19062,7 +19845,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'SELECIONAR TUDO'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Selecione o ano'; @override String get selectedRowCountTitleFew => null; @@ -19116,10 +19899,10 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Selecione os minutos'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Data'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Período'; @override String get viewLicensesButtonLabel => 'VER LICENÇAS'; @@ -19154,6 +19937,36 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get dateInputLabel => 'Introduzir data'; + + @override + String get calendarModeButtonLabel => 'Mude para o calendário'; + + @override + String get saveButtonLabel => 'GUARDAR'; + + @override + String get dateOutOfRangeLabel => 'Fora do intervalo.'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'Data de conclusão: \$fullDate'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Data de início: \$fullDate'; + + @override + String get dateRangeEndLabel => 'Data de conclusão'; + + @override + String get inputDateModeButtonLabel => 'Mude para a introdução'; + + @override + String get unspecifiedDateRange => 'Intervalo de datas'; + + @override + String get selectYearSemanticsLabel => 'Selecionar ano'; + @override String get tabLabelRaw => 'Separador \$tabIndex de \$tabCount'; @@ -19251,7 +20064,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Înapoi'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Comutați la calendar'; @override String get cancelButtonLabel => 'ANULAȚI'; @@ -19275,31 +20088,31 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get cutButtonLabel => 'DECUPAȚI'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'zz/ll/aaaa'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Introduceți data'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Fără acoperire.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'SELECTAȚI DATA'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Data de încheiere: \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Data de încheiere'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'SELECTAȚI UN INTERVAL'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Data de începere: \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Data de începere'; @override String get dateSeparator => '/'; @@ -19323,16 +20136,16 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Ascundeți conturile'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Comutați la introducerea textului'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Format nevalid.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Interval nevalid.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -19428,7 +20241,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Rânduri pe pagină:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'SALVAȚI'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -19440,7 +20253,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'SELECTAȚI TOATE'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Selectați anul'; @override String get selectedRowCountTitleFew => '\$selectedRowCount articole selectate'; @@ -19494,10 +20307,10 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Selectați minutele'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Data'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Interval de date'; @override String get viewLicensesButtonLabel => 'VEDEȚI LICENȚELE'; @@ -19545,7 +20358,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Назад'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Переключиться на календарь'; @override String get cancelButtonLabel => 'ОТМЕНА'; @@ -19569,34 +20382,34 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get cutButtonLabel => 'ВЫРЕЗАТЬ'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'дд.мм.гггг'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Введите дату'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Дата находится вне допустимого диапазона.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'ВЫБЕРИТЕ ДАТУ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Дата окончания: \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Дата окончания'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'ВЫБЕРИТЕ ДИАПАЗОН ДАТ'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Дата начала: \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Дата начала'; @override - String get dateSeparator => '/'; + String get dateSeparator => '.'; @override String get deleteButtonTooltip => 'Удалить'; @@ -19617,16 +20430,16 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Скрыть аккаунты'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Переключиться на ручной ввод'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Недопустимый формат даты.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Недопустимый диапазон.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -19722,7 +20535,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Строк на странице:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'СОХРАНИТЬ'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -19734,7 +20547,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'ВЫБРАТЬ ВСЕ'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Выберите год'; @override String get selectedRowCountTitleFew => 'Выбрано \$selectedRowCount объекта'; @@ -19788,10 +20601,10 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Выберите минуты'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Дата'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Диапазон дат'; @override String get viewLicensesButtonLabel => 'ЛИЦЕНЗИИ'; @@ -19839,7 +20652,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get backButtonTooltip => 'ආපසු'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'දින දර්ශනය වෙත මාරු වන්න'; @override String get cancelButtonLabel => 'අවලංගු කරන්න'; @@ -19866,28 +20679,28 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get dateHelpText => 'mm/dd/yyyy'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'දිනය ඇතුළු කරන්න'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'පරාසයෙන් පිටත.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'දිනය තෝරන්න'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'අවසන් වන දිනය \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'අවසන් වන දිනය'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'පරාසය තෝරන්න'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'ආරම්භක දිනය \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'ආරම්භක දිනය'; @override String get dateSeparator => '/'; @@ -19911,16 +20724,16 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'ගිණුම් සඟවන්න'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'ආදානය වෙත මාරු වන්න'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'අවලංගු ආකෘතියකි.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'අවලංගු පරාසයකි.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -20016,7 +20829,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'පිටුවකට පේළි:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'සුරකින්න'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -20028,7 +20841,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'සියල්ල තෝරන්න'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'වර්ෂය තෝරන්න'; @override String get selectedRowCountTitleFew => null; @@ -20082,10 +20895,10 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'මිනිත්තු ගණන තෝරන්න'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'දිනය'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'දින පරාසය'; @override String get viewLicensesButtonLabel => 'බලපත්‍ර බලන්න'; @@ -20133,7 +20946,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Späť'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Prepnúť na kalendár'; @override String get cancelButtonLabel => 'ZRUŠIŤ'; @@ -20160,28 +20973,28 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get dateHelpText => 'mm/dd/yyyy'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Zadajte dátum'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Mimo rozsahu.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'VYBERTE DÁTUM'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Dátum ukončenia \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Dátum ukončenia'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'VYBERTE ROZSAH'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Dátum začatia \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Dátum začatia'; @override String get dateSeparator => '/'; @@ -20205,16 +21018,16 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Skryť účty'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Prepnúť na zadávanie'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Neplatný formát.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Neplatný rozsah.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -20310,7 +21123,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Počet riadkov na stránku:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'ULOŽIŤ'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -20322,7 +21135,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'VYBRAŤ VŠETKO'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Vyberte rok'; @override String get selectedRowCountTitleFew => '\$selectedRowCount vybraté položky'; @@ -20376,10 +21189,10 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Vybrať minúty'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Dátum'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Obdobie'; @override String get viewLicensesButtonLabel => 'ZOBRAZIŤ LICENCIE'; @@ -20427,7 +21240,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Nazaj'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Preklop na koledar'; @override String get cancelButtonLabel => 'PREKLIČI'; @@ -20451,31 +21264,31 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get cutButtonLabel => 'IZREŽI'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'dd/mm/llll'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Vnesite datum'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Zunaj dovoljenega obdobja'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'IZBIRA DATUMA'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Končni datum \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Končni datum'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'IZBIRA OBDOBJA'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Začetni datum \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Začetni datum'; @override String get dateSeparator => '/'; @@ -20499,16 +21312,16 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Skrivanje računov'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Preklop na vnos'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Neveljavna oblika'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Neveljavno obdobje'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -20604,7 +21417,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Vrstice na stran:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'SHRANI'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -20616,7 +21429,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'IZBERI VSE'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Izberite leto'; @override String get selectedRowCountTitleFew => 'Izbrani so \$selectedRowCount elementi'; @@ -20670,10 +21483,10 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Izberite minute'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Datum'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Časovno obdobje'; @override String get viewLicensesButtonLabel => 'PRIKAŽI LICENCE'; @@ -20721,7 +21534,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Prapa'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Kalo te kalendari'; @override String get cancelButtonLabel => 'ANULO'; @@ -20745,34 +21558,34 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get cutButtonLabel => 'PRIT'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'dd.mm.yyyy'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Vendos datën'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Jashtë rrezes.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'ZGJIDH DATËN'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Data e mbarimit: \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Data e mbarimit'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'ZGJIDH GAMËN'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Data e fillimit: \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Data e fillimit'; @override - String get dateSeparator => '/'; + String get dateSeparator => '.'; @override String get deleteButtonTooltip => 'Fshi'; @@ -20793,16 +21606,16 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Fshih llogaritë'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Kalo te hyrja'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Format i pavlefshëm.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Gamë e pavlefshme.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -20898,7 +21711,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Rreshtat për faqe:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'RUAJ'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -20910,7 +21723,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'ZGJIDHI TË GJITHA'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Zgjidh vitin'; @override String get selectedRowCountTitleFew => null; @@ -20964,10 +21777,10 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Zgjidh minutat'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Data'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Gama e datave'; @override String get viewLicensesButtonLabel => 'SHIKO LICENCAT'; @@ -21015,7 +21828,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Назад'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Пређите на календар'; @override String get cancelButtonLabel => 'ОТКАЖИ'; @@ -21039,31 +21852,31 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get cutButtonLabel => 'ИСЕЦИ'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'дд/мм/гггг'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Унесите датум'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Изван периода.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'ИЗАБЕРИТЕ ДАТУМ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Датум завршетка: \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Датум завршетка'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'ИЗАБЕРИТЕ ПЕРИОД'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Датум почетка: \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Датум почетка'; @override String get dateSeparator => '/'; @@ -21087,16 +21900,16 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Сакриј налоге'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Пређите на унос'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Формат је неважећи.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Период је неважећи.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -21192,7 +22005,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Редова по страници:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'САЧУВАЈ'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -21204,7 +22017,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'ИЗАБЕРИ СВЕ'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Изаберите годину'; @override String get selectedRowCountTitleFew => 'Изабране су \$selectedRowCount ставке'; @@ -21258,10 +22071,10 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Изаберите минуте'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Датум'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Период'; @override String get viewLicensesButtonLabel => 'ПРИКАЖИ ЛИЦЕНЦЕ'; @@ -21338,6 +22151,9 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { @override String get backButtonTooltip => 'Nazad'; + @override + String get calendarModeButtonLabel => 'Pređite na kalendar'; + @override String get cancelButtonLabel => 'OTKAŽI'; @@ -21359,6 +22175,33 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { @override String get cutButtonLabel => 'ISECI'; + @override + String get dateHelpText => 'dd/mm/gggg'; + + @override + String get dateInputLabel => 'Unesite datum'; + + @override + String get dateOutOfRangeLabel => 'Izvan perioda.'; + + @override + String get datePickerHelpText => 'IZABERITE DATUM'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'Datum završetka: \$fullDate'; + + @override + String get dateRangeEndLabel => 'Datum završetka'; + + @override + String get dateRangePickerHelpText => 'IZABERITE PERIOD'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Datum početka: \$fullDate'; + + @override + String get dateRangeStartLabel => 'Datum početka'; + @override String get deleteButtonTooltip => 'Izbrišite'; @@ -21374,6 +22217,15 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { @override String get hideAccountsLabel => 'Sakrij naloge'; + @override + String get inputDateModeButtonLabel => 'Pređite na unos'; + + @override + String get invalidDateFormatLabel => 'Format je nevažeći.'; + + @override + String get invalidDateRangeLabel => 'Period je nevažeći.'; + @override String get licensesPageTitle => 'Licence'; @@ -21449,12 +22301,18 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { @override String get rowsPerPageTitle => 'Redova po stranici:'; + @override + String get saveButtonLabel => 'SAČUVAJ'; + @override String get searchFieldLabel => 'Pretražite'; @override String get selectAllButtonLabel => 'IZABERI SVE'; + @override + String get selectYearSemanticsLabel => 'Izaberite godinu'; + @override String get selectedRowCountTitleFew => 'Izabrane su \$selectedRowCount stavke'; @@ -21482,6 +22340,12 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { @override String get timePickerMinuteModeAnnouncement => 'Izaberite minute'; + @override + String get unspecifiedDate => 'Datum'; + + @override + String get unspecifiedDateRange => 'Period'; + @override String get viewLicensesButtonLabel => 'PRIKAŽI LICENCE'; } @@ -21528,7 +22392,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Tillbaka'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Byt till kalender'; @override String get cancelButtonLabel => 'AVBRYT'; @@ -21552,31 +22416,31 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get cutButtonLabel => 'KLIPP UT'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'mm/dd/åååå'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Ange datum'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Utanför intervallet.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'VÄLJ DATUM'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Slutdatum \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Slutdatum'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'VÄLJ INTERVALL'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Startdatum \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Startdatum'; @override String get dateSeparator => '/'; @@ -21600,16 +22464,16 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Dölj konton'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Byt till inmatning'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Ogiltigt format.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Ogiltigt intervall.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -21705,7 +22569,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Rader per sida:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'SPARA'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -21717,7 +22581,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'MARKERA ALLA'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Välj år'; @override String get selectedRowCountTitleFew => null; @@ -21771,10 +22635,10 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Välj minuter'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Datum'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Datumintervall'; @override String get viewLicensesButtonLabel => 'VISA LICENSER'; @@ -21822,7 +22686,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Rudi Nyuma'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Badili utumie hali ya kalenda'; @override String get cancelButtonLabel => 'GHAIRI'; @@ -21846,31 +22710,31 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get cutButtonLabel => 'KATA'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'dd/mm/yyyy'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Weka Tarehe'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Umechagua tarehe iliyo nje ya kipindi.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'CHAGUA TAREHE'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Tarehe ya kumalizika \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Tarehe ya Kumalizika'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'CHAGUA KIPINDI'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Tarehe ya kuanza \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Tarehe ya Kuanza'; @override String get dateSeparator => '/'; @@ -21894,16 +22758,16 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Ficha akaunti'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Badili utumie hali ya kuweka maandishi'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Muundo si sahihi.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Kipindi si sahihi.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -21999,7 +22863,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Safu mlalo kwa kila ukurasa:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'HIFADHI'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -22011,7 +22875,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'CHAGUA ZOTE'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Chagua mwaka'; @override String get selectedRowCountTitleFew => null; @@ -22065,10 +22929,10 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Chagua dakika'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Tarehe'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Kipindi'; @override String get viewLicensesButtonLabel => 'ANGALIA LESENI'; @@ -22116,7 +22980,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get backButtonTooltip => 'முந்தைய பக்கம்'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'கேலெண்டருக்கு மாற்று'; @override String get cancelButtonLabel => 'ரத்துசெய்'; @@ -22143,28 +23007,28 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get dateHelpText => 'mm/dd/yyyy'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'தேதியை உள்ளிடுக'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'வரம்பிற்கு வெளியே உள்ளது.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'தேதியைத் தேர்ந்தெடுக்கவும்'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'முடிவுத் தேதி \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'முடிவுத் தேதி'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'வரம்பைத் தேர்ந்தெடுக்கவும்'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'தொடங்கும் தேதி \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'தொடங்கும் தேதி'; @override String get dateSeparator => '/'; @@ -22188,16 +23052,16 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'கணக்குகளை மறைக்கும்'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'உள்ளீட்டுக்கு மாற்று'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'தவறான வடிவம்.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'தவறான வரம்பு.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -22293,7 +23157,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'ஒரு பக்கத்திற்கான வரிசைகள்:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'சேமி'; @override ScriptCategory get scriptCategory => ScriptCategory.dense; @@ -22305,7 +23169,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'அனைத்தையும் தேர்ந்தெடு'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'ஆண்டைத் தேர்ந்தெடுக்கவும்'; @override String get selectedRowCountTitleFew => null; @@ -22359,10 +23223,10 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'நிமிடங்களைத் தேர்ந்தெடுக்கவும்'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'தேதி'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'தேதி வரம்பு'; @override String get viewLicensesButtonLabel => 'உரிமங்களைக் காட்டு'; @@ -22410,7 +23274,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get backButtonTooltip => 'వెనుకకు'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'క్యాలెండర్‌కు మారండి'; @override String get cancelButtonLabel => 'రద్దు చేయి'; @@ -22437,28 +23301,28 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get dateHelpText => 'mm/dd/yyyy'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'తేదీని ఎంటర్ చేయండి'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'పరిధి వెలుపల ఉంది.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'తేదీని ఎంచుకోండి'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'ముగింపు తేదీ \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'ముగింపు తేదీ'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'పరిధిని ఎంచుకోండి'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'ప్రారంభ తేదీ \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'ప్రారంభ తేదీ'; @override String get dateSeparator => '/'; @@ -22482,16 +23346,16 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'ఖాతాలను దాచు'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'ఇన్‌పుట్‌కు మారండి'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'ఫార్మాట్ చెల్లదు.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'పరిధి చెల్లదు.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -22587,7 +23451,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'పేజీకి ఉండే అడ్డు వరుసలు:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'సేవ్ చేయి'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -22599,7 +23463,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'అన్నింటినీ ఎంచుకోండి'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'సంవత్సరాన్ని ఎంచుకోండి'; @override String get selectedRowCountTitleFew => null; @@ -22653,10 +23517,10 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'నిమిషాలను ఎంచుకోండి'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'తేదీ'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'తేదీల పరిధి'; @override String get viewLicensesButtonLabel => 'లైసెన్స్‌లను చూడండి'; @@ -22704,7 +23568,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get backButtonTooltip => 'กลับ'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'เปลี่ยนเป็นปฏิทิน'; @override String get cancelButtonLabel => 'ยกเลิก'; @@ -22728,31 +23592,31 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get cutButtonLabel => 'ตัด'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'ดด/วว/ปปปป'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'ป้อนวันที่'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'ไม่อยู่ในช่วง'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'เลือกวันที่'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'วันที่สิ้นสุด \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'วันที่สิ้นสุด'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'เลือกช่วง'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'วันที่เริ่มต้น \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'วันที่เริ่มต้น'; @override String get dateSeparator => '/'; @@ -22776,16 +23640,16 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'ซ่อนบัญชี'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'เปลี่ยนเป็นโหมดป้อนข้อความ'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'รูปแบบไม่ถูกต้อง'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'ช่วงไม่ถูกต้อง'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -22881,7 +23745,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'แถวต่อหน้า:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'บันทึก'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -22893,7 +23757,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'เลือกทั้งหมด'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'เลือกปี'; @override String get selectedRowCountTitleFew => null; @@ -22947,10 +23811,10 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'เลือกนาที'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'วันที่'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'ช่วงวันที่'; @override String get viewLicensesButtonLabel => 'ดูใบอนุญาต'; @@ -22998,7 +23862,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Bumalik'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Lumipat sa kalendaryo'; @override String get cancelButtonLabel => 'KANSELAHIN'; @@ -23025,28 +23889,28 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get dateHelpText => 'mm/dd/yyyy'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Ilagay ang Petsa'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Wala sa hanay.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'PUMILI NG PETSA'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Petsa ng pagtatapos \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Petsa ng Pagtatapos'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'PUMILI NG HANAY'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Petsa ng pagsisimula \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Petsa ng Pagsisimula'; @override String get dateSeparator => '/'; @@ -23070,16 +23934,16 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Itago ang mga account'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Lumipat sa input'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Invalid ang format.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Invalid ang hanay.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -23175,7 +24039,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Mga row bawat page:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'I-SAVE'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -23187,7 +24051,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'PILIIN LAHAT'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Pumili ng taon'; @override String get selectedRowCountTitleFew => null; @@ -23241,10 +24105,10 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Pumili ng mga minuto'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Petsa'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Hanay ng Petsa'; @override String get viewLicensesButtonLabel => 'TINGNAN ANG MGA LISENSYA'; @@ -23292,7 +24156,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Geri'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Takvime geç'; @override String get cancelButtonLabel => 'İPTAL'; @@ -23316,31 +24180,31 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get cutButtonLabel => 'KES'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'aa/gg/yyyy'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Tarih Girin'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Kapsama alanı dışında.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'TARİH SEÇİN'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Bitiş tarihi \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Bitiş Tarihi'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'ARALIK SEÇİN'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Başlangıç tarihi \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Başlangıç Tarihi'; @override String get dateSeparator => '/'; @@ -23364,16 +24228,16 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Hesapları gizle'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Girişe geç'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Geçersiz biçim.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Geçersiz aralık.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -23469,7 +24333,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Sayfa başına satır sayısı:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'KAYDET'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -23481,7 +24345,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'TÜMÜNÜ SEÇ'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Yılı seçin'; @override String get selectedRowCountTitleFew => null; @@ -23535,10 +24399,10 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Dakikayı seçin'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Tarih'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Tarih Aralığı'; @override String get viewLicensesButtonLabel => 'LİSANSLARI GÖSTER'; @@ -23586,7 +24450,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Назад'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Перейти до календаря'; @override String get cancelButtonLabel => 'СКАСУВАТИ'; @@ -23610,31 +24474,31 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get cutButtonLabel => 'ВИРІЗАТИ'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'дд/мм/рррр'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Введіть дату'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'За межами діапазону.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'ВИБРАТИ ДАТУ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Дата завершення \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Дата завершення'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'ВИБРАТИ ДІАПАЗОН'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Дата початку \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Дата початку'; @override String get dateSeparator => '/'; @@ -23658,16 +24522,16 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Сховати облікові записи'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Ввести вручну'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Недійсний формат.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Недійсний діапазон.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -23763,7 +24627,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Рядків на сторінці:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'ЗБЕРЕГТИ'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -23775,7 +24639,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'ВИБРАТИ ВСІ'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Виберіть рік'; @override String get selectedRowCountTitleFew => 'Вибрано \$selectedRowCount елементи'; @@ -23829,10 +24693,10 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Виберіть хвилини'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Дата'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Діапазон дат'; @override String get viewLicensesButtonLabel => 'ПЕРЕГЛЯНУТИ ЛІЦЕНЗІЇ'; @@ -23880,7 +24744,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get backButtonTooltip => 'پیچھے'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'کیلنڈر پر سوئچ کریں'; @override String get cancelButtonLabel => 'منسوخ کریں'; @@ -23904,31 +24768,31 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get cutButtonLabel => 'کٹ کریں'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'dd/mm/yy'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'تاریخ درج کریں'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'حد سے باہر۔'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'تاریخ منتخب کریں'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'تاریخ اختتام \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'تاریخ اختتام'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'حد منتخب کریں'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'تاریخ آغاز \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'تاریخ آغاز'; @override String get dateSeparator => '/'; @@ -23952,16 +24816,16 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'اکاؤنٹس چھپائیں'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'ان پٹ پر سوئچ کریں'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'غلط فارمیٹ۔'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'غلط رینج۔'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -24057,7 +24921,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'قطاریں فی صفحہ:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'محفوظ کریں'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -24069,7 +24933,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'سبھی منتخب کریں'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'سال منتخب کریں'; @override String get selectedRowCountTitleFew => null; @@ -24123,10 +24987,10 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'منٹ منتخب کریں'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'تاریخ'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'تاریخ کی حد'; @override String get viewLicensesButtonLabel => 'لائسنسز دیکھیں'; @@ -24174,7 +25038,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Orqaga'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Taqvimda ochish'; @override String get cancelButtonLabel => 'BEKOR QILISH'; @@ -24201,28 +25065,28 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get dateHelpText => 'mm/dd/yyyy'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Sanani kiriting'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Diapazondan tashqarida.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'SANANI TANLANG'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Tugash sanasi: \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Tugash sanasi'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'ORALIQNI TANLANG'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Boshlanish sanasi: \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Boshlanish sanasi'; @override String get dateSeparator => '/'; @@ -24246,16 +25110,16 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Hisoblarni berkitish'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Mustaqil kiritish'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Yaroqsiz format.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Yaroqsiz oraliq.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -24351,7 +25215,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Har bir sahifadagi qatorlar soni:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'SAQLASH'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -24363,7 +25227,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'BARCHASINI TANLASH'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Yilni tanlang'; @override String get selectedRowCountTitleFew => null; @@ -24417,10 +25281,10 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Daqiqani tanlang'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Sana'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Sana oraligʻi'; @override String get viewLicensesButtonLabel => 'Litsenziyalarni koʻrish'; @@ -24468,7 +25332,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Quay lại'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Chuyển sang lịch'; @override String get cancelButtonLabel => 'HỦY'; @@ -24495,28 +25359,28 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get dateHelpText => 'mm/dd/yyyy'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Nhập ngày'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Ngoài phạm vi.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'CHỌN NGÀY'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Ngày kết thúc \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Ngày kết thúc'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'CHỌN PHẠM VI'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Ngày bắt đầu \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Ngày bắt đầu'; @override String get dateSeparator => '/'; @@ -24540,16 +25404,16 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Ẩn tài khoản'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Chuyển sang chế độ nhập'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Định dạng không hợp lệ.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Phạm vi không hợp lệ.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -24645,7 +25509,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Số hàng mỗi trang:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'LƯU'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -24657,7 +25521,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'CHỌN TẤT CẢ'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Chọn năm'; @override String get selectedRowCountTitleFew => null; @@ -24711,10 +25575,10 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Chọn phút'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Ngày'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Phạm vi ngày'; @override String get viewLicensesButtonLabel => 'XEM GIẤY PHÉP'; @@ -24762,7 +25626,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get backButtonTooltip => '返回'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => '切换到日历模式'; @override String get cancelButtonLabel => '取消'; @@ -24789,28 +25653,28 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get dateHelpText => 'mm/dd/yyyy'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => '输入日期'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => '超出范围。'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => '选择日期'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => '结束日期为 \$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => '结束日期'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => '选择范围'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => '开始日期为 \$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => '开始日期'; @override String get dateSeparator => '/'; @@ -24834,16 +25698,16 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get hideAccountsLabel => '隐藏帐号'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => '切换到输入模式'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => '格式无效。'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => '范围无效。'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -24939,7 +25803,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get rowsPerPageTitle => '每页行数:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => '保存'; @override ScriptCategory get scriptCategory => ScriptCategory.dense; @@ -24951,7 +25815,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get selectAllButtonLabel => '全选'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => '选择年份'; @override String get selectedRowCountTitleFew => null; @@ -25005,10 +25869,10 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => '选择分钟'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => '日期'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => '日期范围'; @override String get viewLicensesButtonLabel => '查看许可'; @@ -25079,6 +25943,9 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { @override String get alertDialogLabel => '通知'; + @override + String get calendarModeButtonLabel => '切換至日曆'; + @override String get closeButtonLabel => '關閉'; @@ -25097,6 +25964,33 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { @override String get cutButtonLabel => '剪下'; + @override + String get dateHelpText => 'yyyy/mm/dd'; + + @override + String get dateInputLabel => '輸入日期'; + + @override + String get dateOutOfRangeLabel => '超出範圍。'; + + @override + String get datePickerHelpText => '選取日期'; + + @override + String get dateRangeEndDateSemanticLabelRaw => '結束日期係 \$fullDate'; + + @override + String get dateRangeEndLabel => '結束日期'; + + @override + String get dateRangePickerHelpText => '選取範圍'; + + @override + String get dateRangeStartDateSemanticLabelRaw => '開始日期係 \$fullDate'; + + @override + String get dateRangeStartLabel => '開始日期'; + @override String get deleteButtonTooltip => '刪除'; @@ -25112,6 +26006,15 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { @override String get hideAccountsLabel => '隱藏帳戶'; + @override + String get inputDateModeButtonLabel => '切換至輸入'; + + @override + String get invalidDateFormatLabel => '格式無效。'; + + @override + String get invalidDateRangeLabel => '範圍無效。'; + @override String get licensesPageTitle => '授權'; @@ -25178,12 +26081,18 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { @override String get rowsPerPageTitle => '每頁列數:'; + @override + String get saveButtonLabel => '儲存'; + @override String get searchFieldLabel => '搜尋'; @override String get selectAllButtonLabel => '全選'; + @override + String get selectYearSemanticsLabel => '揀年份'; + @override String get selectedRowCountTitleOne => '已選取 1 個項目'; @@ -25208,6 +26117,9 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { @override String get timePickerMinuteModeAnnouncement => '揀選分鐘'; + @override + String get unspecifiedDateRange => '日期範圍'; + @override String get viewLicensesButtonLabel => '查看授權'; } @@ -25271,6 +26183,24 @@ class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get calendarModeButtonLabel => '切換到日曆模式'; + + @override + String get dateRangeEndDateSemanticLabelRaw => '結束日期為 \$fullDate'; + + @override + String get dateRangeStartDateSemanticLabelRaw => '開始日期為 \$fullDate'; + + @override + String get inputDateModeButtonLabel => '切換到輸入模式'; + + @override + String get selectYearSemanticsLabel => '選取年份'; + + @override + String get dateHelpText => 'mm/dd/yyyy'; + @override String get tabLabelRaw => '第 \$tabIndex 個分頁 (共 \$tabCount 個)'; @@ -25353,7 +26283,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Emuva'; @override - String get calendarModeButtonLabel => 'Switch to calendar'; + String get calendarModeButtonLabel => 'Shintshela kukhalenda'; @override String get cancelButtonLabel => 'KHANSELA'; @@ -25380,28 +26310,28 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get dateHelpText => 'mm/dd/yyyy'; @override - String get dateInputLabel => 'Enter Date'; + String get dateInputLabel => 'Faka idethi'; @override - String get dateOutOfRangeLabel => 'Out of range.'; + String get dateOutOfRangeLabel => 'Ikude kubanga.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'KHETHA IDETHI'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Idethi yokuphela umhla ka-\$fullDate'; @override - String get dateRangeEndLabel => 'End Date'; + String get dateRangeEndLabel => 'Idethi yokugcina'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'KHETHA IBANGA'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Idethi yokuqala umhla ka-\$fullDate'; @override - String get dateRangeStartLabel => 'Start Date'; + String get dateRangeStartLabel => 'Idethi yokuqala'; @override String get dateSeparator => '/'; @@ -25425,16 +26355,16 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'Fihla ama-akhawunti'; @override - String get inputDateModeButtonLabel => 'Switch to input'; + String get inputDateModeButtonLabel => 'Shintshela kokokufaka'; @override String get inputTimeModeButtonLabel => 'Switch to text input mode'; @override - String get invalidDateFormatLabel => 'Invalid format.'; + String get invalidDateFormatLabel => 'Ifomethi engavumelekile.'; @override - String get invalidDateRangeLabel => 'Invalid range.'; + String get invalidDateRangeLabel => 'Ibanga elingavumelekile.'; @override String get invalidTimeLabel => 'Enter a valid time'; @@ -25530,7 +26460,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Imigqa ekhasini ngalinye:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'LONDOLOZA'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -25542,7 +26472,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get selectAllButtonLabel => 'KHETHA KONKE'; @override - String get selectYearSemanticsLabel => 'Select year'; + String get selectYearSemanticsLabel => 'Khetha unyaka'; @override String get selectedRowCountTitleFew => null; @@ -25596,10 +26526,10 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get timePickerMinuteModeAnnouncement => 'Khetha amaminithi'; @override - String get unspecifiedDate => 'Date'; + String get unspecifiedDate => 'Idethi'; @override - String get unspecifiedDateRange => 'Date Range'; + String get unspecifiedDateRange => 'Ibanga ledethi'; @override String get viewLicensesButtonLabel => 'Buka amalayisense'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_af.arb b/packages/flutter_localizations/lib/src/l10n/material_af.arb index f23d81f18c96..3aa0f29a5010 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_af.arb @@ -53,23 +53,23 @@ "refreshIndicatorSemanticLabel": "Herlaai", "moreButtonTooltip": "Nog", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "dd-mm-jjjj", + "selectYearSemanticsLabel": "Kies jaar", + "unspecifiedDate": "Datum", + "unspecifiedDateRange": "Datumreeks", + "dateInputLabel": "Voer datum in", + "dateRangeStartLabel": "Begindatum", + "dateRangeEndLabel": "Einddatum", + "dateRangeStartDateSemanticLabel": "Begindatum $fullDate", + "dateRangeEndDateSemanticLabel": "Einddatum $fullDate", + "invalidDateFormatLabel": "Ongeldige formaat.", + "invalidDateRangeLabel": "Ongeldige reeks.", + "dateOutOfRangeLabel": "Buite reeks.", + "saveButtonLabel": "STOOR", + "datePickerHelpText": "KIES DATUM", + "dateRangePickerHelpText": "KIES REEKS", + "calendarModeButtonLabel": "Skakel oor na kalender", + "inputDateModeButtonLabel": "Skakel oor na invoer", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_am.arb b/packages/flutter_localizations/lib/src/l10n/material_am.arb index 407a7d078365..0c667e958b50 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_am.arb @@ -53,23 +53,23 @@ "refreshIndicatorSemanticLabel": "አድስ", "moreButtonTooltip": "ተጨማሪ", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "ወወ/ቀቀ/ዓዓዓዓ", + "selectYearSemanticsLabel": "ዓመት ይምረጡ", + "unspecifiedDate": "ቀን", + "unspecifiedDateRange": "የቀኖች ርዝመት", + "dateInputLabel": "ቀን ያስገቡ", + "dateRangeStartLabel": "የመጀመሪያ ቀን", + "dateRangeEndLabel": "የመጨረሻ ቀን", + "dateRangeStartDateSemanticLabel": "የመጀመሪያ ቀን $fullDate", + "dateRangeEndDateSemanticLabel": "የማብቂያ ቀን $fullDate", + "invalidDateFormatLabel": "ልክ ያልሆነ ቅርጸት።", + "invalidDateRangeLabel": "ልክ ያልኾነ ክልል።", + "dateOutOfRangeLabel": "ከክልል ውጪ።", + "saveButtonLabel": "አስቀምጥ", + "datePickerHelpText": "ቀን ይምረጡ", + "dateRangePickerHelpText": "ክልል ይምረጡ", + "calendarModeButtonLabel": "ወደ የቀን መቁጠሪያ ቀይር", + "inputDateModeButtonLabel": "ወደ ግቤት ቀይር", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index 2781435f8b09..2d393291d2ed 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -18,7 +18,7 @@ "nextPageTooltip": "الصفحة التالية", "previousPageTooltip": "الصفحة السابقة", "showMenuTooltip": "عرض القائمة", - "aboutListTileTitle": "حول \"$applicationName\"", + "aboutListTileTitle": "لمحة عن \"$applicationName\"", "licensesPageTitle": "التراخيص", "pageRowsInfoTitle": "من $firstRow إلى $lastRow من إجمالي $rowCount", "pageRowsInfoTitleApproximate": "من $firstRow إلى $lastRow من إجمالي $rowCount تقريبًا", @@ -61,23 +61,23 @@ "refreshIndicatorSemanticLabel": "إعادة تحميل", "moreButtonTooltip": "المزيد", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "dd/mm/yyyy", + "selectYearSemanticsLabel": "اختيار العام", + "unspecifiedDate": "التاريخ", + "unspecifiedDateRange": "النطاق الزمني", + "dateInputLabel": "إدخال التاريخ", + "dateRangeStartLabel": "تاريخ البدء", + "dateRangeEndLabel": "تاريخ الانتهاء", + "dateRangeStartDateSemanticLabel": "تاريخ البدء $fullDate", + "dateRangeEndDateSemanticLabel": "تاريخ الانتهاء $fullDate", + "invalidDateFormatLabel": "التنسيق غير صالح.", + "invalidDateRangeLabel": "النطاق غير صالح.", + "dateOutOfRangeLabel": "التاريخ خارج النطاق.", + "saveButtonLabel": "حفظ", + "datePickerHelpText": "اختيار التاريخ", + "dateRangePickerHelpText": "اختيار النطاق", + "calendarModeButtonLabel": "التبديل إلى التقويم", + "inputDateModeButtonLabel": "التبديل إلى الإدخال", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_as.arb b/packages/flutter_localizations/lib/src/l10n/material_as.arb index 860211d110b6..c23db3e04b55 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_as.arb @@ -54,22 +54,22 @@ "moreButtonTooltip": "অধিক", "dateSeparator": "/", "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "selectYearSemanticsLabel": "বছৰ বাছনি কৰক", + "unspecifiedDate": "তাৰিখ", + "unspecifiedDateRange": "তাৰিখৰ পৰিসৰ", + "dateInputLabel": "তাৰিখটো দিয়ক", + "dateRangeStartLabel": "আৰম্ভণিৰ তাৰিখ", + "dateRangeEndLabel": "সমাপ্তিৰ তাৰিখ", + "dateRangeStartDateSemanticLabel": "আৰম্ভণিৰ তাৰিখ $fullDate", + "dateRangeEndDateSemanticLabel": "সমাপ্তিৰ তাৰিখ $fullDate", + "invalidDateFormatLabel": "অমান্য ফৰ্মেট।", + "invalidDateRangeLabel": "অমান্য পৰিসৰ।", + "dateOutOfRangeLabel": "সীমাৰ বাহিৰত।", + "saveButtonLabel": "ছেভ কৰক", + "datePickerHelpText": "তাৰিখ বাছনি কৰক", + "dateRangePickerHelpText": "পৰিসৰ বাছনি কৰক", + "calendarModeButtonLabel": "কেলেণ্ডাৰলৈ সলনি কৰক", + "inputDateModeButtonLabel": "ইনপুটলৈ সলনি কৰক", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_az.arb b/packages/flutter_localizations/lib/src/l10n/material_az.arb index 7464f75768c4..ce05c04c1791 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_az.arb @@ -53,23 +53,23 @@ "refreshIndicatorSemanticLabel": "Yeniləyin", "moreButtonTooltip": "Daha çox", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "aa/gg/iiii", + "selectYearSemanticsLabel": "İl seçin", + "unspecifiedDate": "Tarix", + "unspecifiedDateRange": "Tarix aralığı", + "dateInputLabel": "Tarix daxil edin", + "dateRangeStartLabel": "Başlama tarixi", + "dateRangeEndLabel": "Bitmə tarixi", + "dateRangeStartDateSemanticLabel": "Başlama tarixi: $fullDate", + "dateRangeEndDateSemanticLabel": "Bitmə tarixi: $fullDate", + "invalidDateFormatLabel": "Yanlış format.", + "invalidDateRangeLabel": "Yanlış aralıq.", + "dateOutOfRangeLabel": "Aralıqdan kənar.", + "saveButtonLabel": "YADDA SAXLAYIN", + "datePickerHelpText": "TARİX SEÇİN", + "dateRangePickerHelpText": "ARALIQ SEÇİN", + "calendarModeButtonLabel": "Təqvimə keçin", + "inputDateModeButtonLabel": "Daxiletməyə keçin", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_be.arb b/packages/flutter_localizations/lib/src/l10n/material_be.arb index fd541eb0d483..08bc657f1336 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_be.arb @@ -57,23 +57,23 @@ "refreshIndicatorSemanticLabel": "Абнавіць", "moreButtonTooltip": "Яшчэ", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "мм/дд/гггг", + "selectYearSemanticsLabel": "Выберыце год", + "unspecifiedDate": "Дата", + "unspecifiedDateRange": "Дыяпазон дат", + "dateInputLabel": "Увядзіце дату", + "dateRangeStartLabel": "Дата пачатку", + "dateRangeEndLabel": "Дата заканчэння", + "dateRangeStartDateSemanticLabel": "Дата пачатку: $fullDate", + "dateRangeEndDateSemanticLabel": "Дата заканчэння: $fullDate", + "invalidDateFormatLabel": "Няправільны фармат.", + "invalidDateRangeLabel": "Няправільны дыяпазон.", + "dateOutOfRangeLabel": "Па-за межамі дыяпазону.", + "saveButtonLabel": "ЗАХАВАЦЬ", + "datePickerHelpText": "ВЫБАР ДАТЫ", + "dateRangePickerHelpText": "ВЫБАР ДЫЯПАЗОНУ", + "calendarModeButtonLabel": "Пераключыцца на каляндар", + "inputDateModeButtonLabel": "Пераключыцца на ўвод тэксту", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_bg.arb b/packages/flutter_localizations/lib/src/l10n/material_bg.arb index 6baaa38c67e2..8e12748e2c1a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bg.arb @@ -54,23 +54,23 @@ "refreshIndicatorSemanticLabel": "Опресняване", "moreButtonTooltip": "Още", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "дд/мм/гггг", + "selectYearSemanticsLabel": "Избиране на година", + "unspecifiedDate": "Дата", + "unspecifiedDateRange": "Период от време", + "dateInputLabel": "Въвеждане на дата", + "dateRangeStartLabel": "Начална дата", + "dateRangeEndLabel": "Крайна дата", + "dateRangeStartDateSemanticLabel": "Начална дата: $fullDate", + "dateRangeEndDateSemanticLabel": "Крайна дата: $fullDate", + "invalidDateFormatLabel": "Невалиден формат.", + "invalidDateRangeLabel": "Невалиден период от време.", + "dateOutOfRangeLabel": "Извън валидния период от време.", + "saveButtonLabel": "ЗАПАЗВАНЕ", + "datePickerHelpText": "ИЗБИРАНЕ НА ДАТА", + "dateRangePickerHelpText": "ИЗБИРАНЕ НА ПЕРИОД ОТ ВРЕМЕ", + "calendarModeButtonLabel": "Превключване към календара", + "inputDateModeButtonLabel": "Превключване към въвеждане", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_bn.arb b/packages/flutter_localizations/lib/src/l10n/material_bn.arb index 0c79f92e0944..562f231b7a76 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bn.arb @@ -53,23 +53,23 @@ "refreshIndicatorSemanticLabel": "রিফ্রেশ করুন", "moreButtonTooltip": "আরও", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "dd/mm/yyyy", + "selectYearSemanticsLabel": "বছর বেছে নিন", + "unspecifiedDate": "তারিখ", + "unspecifiedDateRange": "তারিখের ব্যাপ্তি", + "dateInputLabel": "তারিখ লিখুন", + "dateRangeStartLabel": "শুরুর তারিখ", + "dateRangeEndLabel": "শেষ হওয়ার তারিখ", + "dateRangeStartDateSemanticLabel": "শুরুর তারিখ $fullDate", + "dateRangeEndDateSemanticLabel": "শেষ হওয়ার তারিখ $fullDate", + "invalidDateFormatLabel": "ভুল ফর্ম্যাট।", + "invalidDateRangeLabel": "তারিখ সঠিক নয়।", + "dateOutOfRangeLabel": "তারিখের ব্যাপ্তির বাইরে।", + "saveButtonLabel": "সেভ করুন", + "datePickerHelpText": "তারিখ বেছে নিন", + "dateRangePickerHelpText": "তারিখের ব্যাপ্তি বেছে নিন", + "calendarModeButtonLabel": "ক্যালেন্ডার মোডে বদল করুন", + "inputDateModeButtonLabel": "ইনপুট মোডে বদল করুন", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_bs.arb b/packages/flutter_localizations/lib/src/l10n/material_bs.arb index 73f4a3e0c403..fca524d773bd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bs.arb @@ -56,23 +56,23 @@ "refreshIndicatorSemanticLabel": "Osvježi", "moreButtonTooltip": "Više", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "mm/dd/gggg", + "selectYearSemanticsLabel": "Odaberite godinu", + "unspecifiedDate": "Datum", + "unspecifiedDateRange": "Raspon datuma", + "dateInputLabel": "Unesite datum", + "dateRangeStartLabel": "Datum početka", + "dateRangeEndLabel": "Datum završetka", + "dateRangeStartDateSemanticLabel": "Datum početka: $fullDate", + "dateRangeEndDateSemanticLabel": "Datum završetka: $fullDate", + "invalidDateFormatLabel": "Nevažeći format.", + "invalidDateRangeLabel": "Nevažeći raspon.", + "dateOutOfRangeLabel": "Izvan raspona.", + "saveButtonLabel": "SAČUVAJ", + "datePickerHelpText": "ODABERITE DATUM", + "dateRangePickerHelpText": "ODABERITE RASPON", + "calendarModeButtonLabel": "Prebacite na kalendar", + "inputDateModeButtonLabel": "Prebacite na unos teksta", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ca.arb b/packages/flutter_localizations/lib/src/l10n/material_ca.arb index 873fd339f0f2..e796774c8c52 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ca.arb @@ -54,23 +54,23 @@ "refreshIndicatorSemanticLabel": "Actualitza", "moreButtonTooltip": "Més", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "mm/dd/aaaa", + "selectYearSemanticsLabel": "Selecciona un any", + "unspecifiedDate": "Data", + "unspecifiedDateRange": "Interval de dates", + "dateInputLabel": "Introdueix una data", + "dateRangeStartLabel": "Data d'inici", + "dateRangeEndLabel": "Data de finalització", + "dateRangeStartDateSemanticLabel": "Data d'inici $fullDate", + "dateRangeEndDateSemanticLabel": "Data de finalització $fullDate", + "invalidDateFormatLabel": "El format no és vàlid.", + "invalidDateRangeLabel": "L'interval no és vàlid.", + "dateOutOfRangeLabel": "Fora de l'abast.", + "saveButtonLabel": "DESA", + "datePickerHelpText": "SELECCIONA LA DATA", + "dateRangePickerHelpText": "SELECCIONA L'INTERVAL", + "calendarModeButtonLabel": "Canvia al calendari", + "inputDateModeButtonLabel": "Canvia a introducció de text", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_cs.arb b/packages/flutter_localizations/lib/src/l10n/material_cs.arb index 3cefdf261e7c..7294211af7c2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cs.arb @@ -58,23 +58,23 @@ "refreshIndicatorSemanticLabel": "Obnovit", "moreButtonTooltip": "Více", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "mm/dd/rrrr", + "selectYearSemanticsLabel": "Vyberte rok", + "unspecifiedDate": "Datum", + "unspecifiedDateRange": "Období", + "dateInputLabel": "Zadejte datum", + "dateRangeStartLabel": "Datum zahájení", + "dateRangeEndLabel": "Datum ukončení", + "dateRangeStartDateSemanticLabel": "Datum zahájení $fullDate", + "dateRangeEndDateSemanticLabel": "Datum ukončení $fullDate", + "invalidDateFormatLabel": "Neplatný formát.", + "invalidDateRangeLabel": "Neplatný rozsah.", + "dateOutOfRangeLabel": "Mimo rozsah.", + "saveButtonLabel": "ULOŽIT", + "datePickerHelpText": "VYBERTE DATUM", + "dateRangePickerHelpText": "VYBERTE ROZSAH", + "calendarModeButtonLabel": "Přepnout na kalendář", + "inputDateModeButtonLabel": "Přepnout na zadávání", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_da.arb b/packages/flutter_localizations/lib/src/l10n/material_da.arb index e9f5441e6d25..640798c59b1a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_da.arb @@ -54,23 +54,23 @@ "refreshIndicatorSemanticLabel": "Opdater", "moreButtonTooltip": "Mere", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "mm/dd/åååå", + "selectYearSemanticsLabel": "Vælg år", + "unspecifiedDate": "Dato", + "unspecifiedDateRange": "Datointerval", + "dateInputLabel": "Angiv en dato", + "dateRangeStartLabel": "Startdato", + "dateRangeEndLabel": "Slutdato", + "dateRangeStartDateSemanticLabel": "Startdato $fullDate", + "dateRangeEndDateSemanticLabel": "Slutdato $fullDate", + "invalidDateFormatLabel": "Ugyldigt format.", + "invalidDateRangeLabel": "Ugyldigt interval.", + "dateOutOfRangeLabel": "Uden for rækkevidde.", + "saveButtonLabel": "GEM", + "datePickerHelpText": "VÆLG DATO", + "dateRangePickerHelpText": "VÆLG OMRÅDE", + "calendarModeButtonLabel": "Skift til kalender", + "inputDateModeButtonLabel": "Skift til input", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index 052816eca20b..d9c2fab50d5b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -55,23 +55,23 @@ "refreshIndicatorSemanticLabel": "Aktualisieren", "moreButtonTooltip": "Mehr", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "tt.mm.jjjj", + "selectYearSemanticsLabel": "Jahr auswählen", + "unspecifiedDate": "Datum", + "unspecifiedDateRange": "Zeitraum", + "dateInputLabel": "Datum eingeben", + "dateRangeStartLabel": "Startdatum", + "dateRangeEndLabel": "Enddatum", + "dateRangeStartDateSemanticLabel": "Startdatum $fullDate", + "dateRangeEndDateSemanticLabel": "Enddatum $fullDate", + "invalidDateFormatLabel": "Ungültiges Format.", + "invalidDateRangeLabel": "Ungültiger Zeitraum.", + "dateOutOfRangeLabel": "Außerhalb des Zeitraums.", + "saveButtonLabel": "SPEICHERN", + "datePickerHelpText": "DATUM AUSWÄHLEN", + "dateRangePickerHelpText": "ZEITRAUM AUSWÄHLEN", + "calendarModeButtonLabel": "Zum Kalender wechseln", + "inputDateModeButtonLabel": "Zur Texteingabe wechseln", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb index f5893dd4fec9..bb10cd705744 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb @@ -1,4 +1,22 @@ { + "dateSeparator": "/", + "dateInputLabel": "Datum eingeben", + "calendarModeButtonLabel": "Zum Kalender wechseln", + "dateRangePickerHelpText": "ZEITRAUM AUSWÄHLEN", + "datePickerHelpText": "DATUM AUSWÄHLEN", + "saveButtonLabel": "SPEICHERN", + "dateOutOfRangeLabel": "Ausserhalb des Zeitraums.", + "invalidDateRangeLabel": "Ungültiger Zeitraum.", + "invalidDateFormatLabel": "Ungültiges Format.", + "dateRangeEndDateSemanticLabel": "Enddatum $fullDate", + "dateRangeStartDateSemanticLabel": "Startdatum $fullDate", + "dateRangeEndLabel": "Enddatum", + "dateRangeStartLabel": "Startdatum", + "inputDateModeButtonLabel": "Zur Texteingabe wechseln", + "unspecifiedDateRange": "Zeitraum", + "unspecifiedDate": "Datum", + "selectYearSemanticsLabel": "Jahr auswählen", + "dateHelpText": "tt.mm.jjjj", "moreButtonTooltip": "Mehr", "tabLabel": "Tab $tabIndex von $tabCount", "showAccountsLabel": "Konten anzeigen", diff --git a/packages/flutter_localizations/lib/src/l10n/material_el.arb b/packages/flutter_localizations/lib/src/l10n/material_el.arb index b3f1e27ca456..e0f0b1e9da7a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_el.arb @@ -54,23 +54,23 @@ "refreshIndicatorSemanticLabel": "Ανανέωση", "moreButtonTooltip": "Περισσότερα", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "μμ/ηη/εεεε", + "selectYearSemanticsLabel": "Επιλογή έτους", + "unspecifiedDate": "Ημερομηνία", + "unspecifiedDateRange": "Εύρος ημερομηνιών", + "dateInputLabel": "Εισαγωγή ημερομηνίας", + "dateRangeStartLabel": "Ημερομηνία έναρξης", + "dateRangeEndLabel": "Ημερομηνία λήξης", + "dateRangeStartDateSemanticLabel": "Ημερομηνία έναρξης $fullDate", + "dateRangeEndDateSemanticLabel": "Ημερομηνία λήξης $fullDate", + "invalidDateFormatLabel": "Μη έγκυρη μορφή.", + "invalidDateRangeLabel": "Μη έγκυρο εύρος.", + "dateOutOfRangeLabel": "Εκτός εύρους τιμών.", + "saveButtonLabel": "ΑΠΟΘΗΚΕΥΣΗ", + "datePickerHelpText": "ΕΠΙΛΟΓΗ ΗΜΕΡΟΜΗΝΙΑΣ", + "dateRangePickerHelpText": "ΕΠΙΛΟΓΗ ΕΥΡΟΥΣ", + "calendarModeButtonLabel": "Εναλλαγή σε ημερολόγιο", + "inputDateModeButtonLabel": "Εναλλαγή σε καταχώριση", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb index 8fa0d443d617..c2a9f1481da1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb @@ -1,4 +1,22 @@ { + "dateSeparator": "/", + "dateInputLabel": "Enter date", + "calendarModeButtonLabel": "Switch to calendar", + "dateRangePickerHelpText": "SELECT RANGE", + "datePickerHelpText": "SELECT DATE", + "saveButtonLabel": "SAVE", + "dateOutOfRangeLabel": "Out of range.", + "invalidDateRangeLabel": "Invalid range.", + "invalidDateFormatLabel": "Invalid format.", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndLabel": "End date", + "dateRangeStartLabel": "Start date", + "inputDateModeButtonLabel": "Switch to input", + "unspecifiedDateRange": "Date range", + "unspecifiedDate": "Date", + "selectYearSemanticsLabel": "Select year", + "dateHelpText": "mm/dd/yyyy", "moreButtonTooltip": "More", "tabLabel": "Tab $tabIndex of $tabCount", "showAccountsLabel": "Show accounts", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb index 8fa0d443d617..c2a9f1481da1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb @@ -1,4 +1,22 @@ { + "dateSeparator": "/", + "dateInputLabel": "Enter date", + "calendarModeButtonLabel": "Switch to calendar", + "dateRangePickerHelpText": "SELECT RANGE", + "datePickerHelpText": "SELECT DATE", + "saveButtonLabel": "SAVE", + "dateOutOfRangeLabel": "Out of range.", + "invalidDateRangeLabel": "Invalid range.", + "invalidDateFormatLabel": "Invalid format.", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndLabel": "End date", + "dateRangeStartLabel": "Start date", + "inputDateModeButtonLabel": "Switch to input", + "unspecifiedDateRange": "Date range", + "unspecifiedDate": "Date", + "selectYearSemanticsLabel": "Select year", + "dateHelpText": "mm/dd/yyyy", "moreButtonTooltip": "More", "tabLabel": "Tab $tabIndex of $tabCount", "showAccountsLabel": "Show accounts", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb index 33ecc7b53f7e..872a9f492183 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb @@ -1,4 +1,22 @@ { + "dateSeparator": "/", + "dateInputLabel": "Enter date", + "calendarModeButtonLabel": "Switch to calendar", + "dateRangePickerHelpText": "SELECT RANGE", + "datePickerHelpText": "SELECT DATE", + "saveButtonLabel": "SAVE", + "dateOutOfRangeLabel": "Out of range.", + "invalidDateRangeLabel": "Invalid range.", + "invalidDateFormatLabel": "Invalid format.", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndLabel": "End date", + "dateRangeStartLabel": "Start date", + "inputDateModeButtonLabel": "Switch to input", + "unspecifiedDateRange": "Date range", + "unspecifiedDate": "Date", + "selectYearSemanticsLabel": "Select year", + "dateHelpText": "mm/dd/yyyy", "moreButtonTooltip": "More", "tabLabel": "Tab $tabIndex of $tabCount", "showAccountsLabel": "Show accounts", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb index 33ecc7b53f7e..872a9f492183 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb @@ -1,4 +1,22 @@ { + "dateSeparator": "/", + "dateInputLabel": "Enter date", + "calendarModeButtonLabel": "Switch to calendar", + "dateRangePickerHelpText": "SELECT RANGE", + "datePickerHelpText": "SELECT DATE", + "saveButtonLabel": "SAVE", + "dateOutOfRangeLabel": "Out of range.", + "invalidDateRangeLabel": "Invalid range.", + "invalidDateFormatLabel": "Invalid format.", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndLabel": "End date", + "dateRangeStartLabel": "Start date", + "inputDateModeButtonLabel": "Switch to input", + "unspecifiedDateRange": "Date range", + "unspecifiedDate": "Date", + "selectYearSemanticsLabel": "Select year", + "dateHelpText": "mm/dd/yyyy", "moreButtonTooltip": "More", "tabLabel": "Tab $tabIndex of $tabCount", "showAccountsLabel": "Show accounts", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb index 8fa0d443d617..c2a9f1481da1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb @@ -1,4 +1,22 @@ { + "dateSeparator": "/", + "dateInputLabel": "Enter date", + "calendarModeButtonLabel": "Switch to calendar", + "dateRangePickerHelpText": "SELECT RANGE", + "datePickerHelpText": "SELECT DATE", + "saveButtonLabel": "SAVE", + "dateOutOfRangeLabel": "Out of range.", + "invalidDateRangeLabel": "Invalid range.", + "invalidDateFormatLabel": "Invalid format.", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndLabel": "End date", + "dateRangeStartLabel": "Start date", + "inputDateModeButtonLabel": "Switch to input", + "unspecifiedDateRange": "Date range", + "unspecifiedDate": "Date", + "selectYearSemanticsLabel": "Select year", + "dateHelpText": "mm/dd/yyyy", "moreButtonTooltip": "More", "tabLabel": "Tab $tabIndex of $tabCount", "showAccountsLabel": "Show accounts", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb b/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb index 93f9ec6ff24a..0300e8c22ee0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb @@ -1,4 +1,22 @@ { + "dateSeparator": "/", + "dateInputLabel": "Enter date", + "calendarModeButtonLabel": "Switch to calendar", + "dateRangePickerHelpText": "SELECT RANGE", + "datePickerHelpText": "SELECT DATE", + "saveButtonLabel": "SAVE", + "dateOutOfRangeLabel": "Out of range.", + "invalidDateRangeLabel": "Invalid range.", + "invalidDateFormatLabel": "Invalid format.", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndLabel": "End date", + "dateRangeStartLabel": "Start date", + "inputDateModeButtonLabel": "Switch to input", + "unspecifiedDateRange": "Date range", + "unspecifiedDate": "Date", + "selectYearSemanticsLabel": "Select year", + "dateHelpText": "mm/dd/yyyy", "moreButtonTooltip": "More", "scriptCategory": "English-like", "timeOfDayFormat": "h:mm a", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb index 8fa0d443d617..c2a9f1481da1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb @@ -1,4 +1,22 @@ { + "dateSeparator": "/", + "dateInputLabel": "Enter date", + "calendarModeButtonLabel": "Switch to calendar", + "dateRangePickerHelpText": "SELECT RANGE", + "datePickerHelpText": "SELECT DATE", + "saveButtonLabel": "SAVE", + "dateOutOfRangeLabel": "Out of range.", + "invalidDateRangeLabel": "Invalid range.", + "invalidDateFormatLabel": "Invalid format.", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndLabel": "End date", + "dateRangeStartLabel": "Start date", + "inputDateModeButtonLabel": "Switch to input", + "unspecifiedDateRange": "Date range", + "unspecifiedDate": "Date", + "selectYearSemanticsLabel": "Select year", + "dateHelpText": "mm/dd/yyyy", "moreButtonTooltip": "More", "tabLabel": "Tab $tabIndex of $tabCount", "showAccountsLabel": "Show accounts", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb index 33ecc7b53f7e..872a9f492183 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb @@ -1,4 +1,22 @@ { + "dateSeparator": "/", + "dateInputLabel": "Enter date", + "calendarModeButtonLabel": "Switch to calendar", + "dateRangePickerHelpText": "SELECT RANGE", + "datePickerHelpText": "SELECT DATE", + "saveButtonLabel": "SAVE", + "dateOutOfRangeLabel": "Out of range.", + "invalidDateRangeLabel": "Invalid range.", + "invalidDateFormatLabel": "Invalid format.", + "dateRangeEndDateSemanticLabel": "End date $fullDate", + "dateRangeStartDateSemanticLabel": "Start date $fullDate", + "dateRangeEndLabel": "End date", + "dateRangeStartLabel": "Start date", + "inputDateModeButtonLabel": "Switch to input", + "unspecifiedDateRange": "Date range", + "unspecifiedDate": "Date", + "selectYearSemanticsLabel": "Select year", + "dateHelpText": "mm/dd/yyyy", "moreButtonTooltip": "More", "tabLabel": "Tab $tabIndex of $tabCount", "showAccountsLabel": "Show accounts", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index ca10551e75bd..b24bccafaa90 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -55,23 +55,23 @@ "refreshIndicatorSemanticLabel": "Actualizar", "moreButtonTooltip": "Más", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "mm/dd/aaaa", + "selectYearSemanticsLabel": "Seleccionar año", + "unspecifiedDate": "Fecha", + "unspecifiedDateRange": "Periodo", + "dateInputLabel": "Introduce una fecha", + "dateRangeStartLabel": "Fecha de inicio", + "dateRangeEndLabel": "Fecha de finalización", + "dateRangeStartDateSemanticLabel": "Fecha de inicio $fullDate", + "dateRangeEndDateSemanticLabel": "Fecha de finalización $fullDate", + "invalidDateFormatLabel": "Formato no válido.", + "invalidDateRangeLabel": "Periodo no válido.", + "dateOutOfRangeLabel": "Fuera del periodo válido.", + "saveButtonLabel": "GUARDAR", + "datePickerHelpText": "SELECCIONAR FECHA", + "dateRangePickerHelpText": "SELECCIONAR PERIODO", + "calendarModeButtonLabel": "Cambiar a calendario", + "inputDateModeButtonLabel": "Cambiar a cuadro de texto", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb index 3a61caef2823..c7fd75f16530 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb @@ -1,4 +1,22 @@ { + "dateSeparator": "/", + "dateInputLabel": "Ingresar fecha", + "calendarModeButtonLabel": "Cambiar al calendario", + "dateRangePickerHelpText": "SELECCIONAR PERÍODO", + "datePickerHelpText": "SELECCIONAR FECHA", + "saveButtonLabel": "GUARDAR", + "dateOutOfRangeLabel": "Fuera de rango", + "invalidDateRangeLabel": "El rango no es válido.", + "invalidDateFormatLabel": "El formato no es válido.", + "dateRangeEndDateSemanticLabel": "Fecha de finalización: $fullDate", + "dateRangeStartDateSemanticLabel": "Fecha de inicio: $fullDate", + "dateRangeEndLabel": "Fecha de finalización", + "dateRangeStartLabel": "Fecha de inicio", + "inputDateModeButtonLabel": "Cambiar a modo de entrada", + "unspecifiedDateRange": "Período", + "unspecifiedDate": "Fecha", + "selectYearSemanticsLabel": "Seleccionar año", + "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb index 3a61caef2823..c7fd75f16530 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb @@ -1,4 +1,22 @@ { + "dateSeparator": "/", + "dateInputLabel": "Ingresar fecha", + "calendarModeButtonLabel": "Cambiar al calendario", + "dateRangePickerHelpText": "SELECCIONAR PERÍODO", + "datePickerHelpText": "SELECCIONAR FECHA", + "saveButtonLabel": "GUARDAR", + "dateOutOfRangeLabel": "Fuera de rango", + "invalidDateRangeLabel": "El rango no es válido.", + "invalidDateFormatLabel": "El formato no es válido.", + "dateRangeEndDateSemanticLabel": "Fecha de finalización: $fullDate", + "dateRangeStartDateSemanticLabel": "Fecha de inicio: $fullDate", + "dateRangeEndLabel": "Fecha de finalización", + "dateRangeStartLabel": "Fecha de inicio", + "inputDateModeButtonLabel": "Cambiar a modo de entrada", + "unspecifiedDateRange": "Período", + "unspecifiedDate": "Fecha", + "selectYearSemanticsLabel": "Seleccionar año", + "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb index 4232927e9dfd..7ddb56bc90af 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb @@ -1,4 +1,22 @@ { + "dateSeparator": "/", + "dateInputLabel": "Ingresar fecha", + "calendarModeButtonLabel": "Cambiar al calendario", + "dateRangePickerHelpText": "SELECCIONAR PERÍODO", + "datePickerHelpText": "SELECCIONAR FECHA", + "saveButtonLabel": "GUARDAR", + "dateOutOfRangeLabel": "Fuera de rango", + "invalidDateRangeLabel": "El rango no es válido.", + "invalidDateFormatLabel": "El formato no es válido.", + "dateRangeEndDateSemanticLabel": "Fecha de finalización: $fullDate", + "dateRangeStartDateSemanticLabel": "Fecha de inicio: $fullDate", + "dateRangeEndLabel": "Fecha de finalización", + "dateRangeStartLabel": "Fecha de inicio", + "inputDateModeButtonLabel": "Cambiar a modo de entrada", + "unspecifiedDateRange": "Período", + "unspecifiedDate": "Fecha", + "selectYearSemanticsLabel": "Seleccionar año", + "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", "reorderItemDown": "Mover hacia abajo", "reorderItemLeft": "Mover hacia la izquierda", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb index 4232927e9dfd..7ddb56bc90af 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb @@ -1,4 +1,22 @@ { + "dateSeparator": "/", + "dateInputLabel": "Ingresar fecha", + "calendarModeButtonLabel": "Cambiar al calendario", + "dateRangePickerHelpText": "SELECCIONAR PERÍODO", + "datePickerHelpText": "SELECCIONAR FECHA", + "saveButtonLabel": "GUARDAR", + "dateOutOfRangeLabel": "Fuera de rango", + "invalidDateRangeLabel": "El rango no es válido.", + "invalidDateFormatLabel": "El formato no es válido.", + "dateRangeEndDateSemanticLabel": "Fecha de finalización: $fullDate", + "dateRangeStartDateSemanticLabel": "Fecha de inicio: $fullDate", + "dateRangeEndLabel": "Fecha de finalización", + "dateRangeStartLabel": "Fecha de inicio", + "inputDateModeButtonLabel": "Cambiar a modo de entrada", + "unspecifiedDateRange": "Período", + "unspecifiedDate": "Fecha", + "selectYearSemanticsLabel": "Seleccionar año", + "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", "reorderItemDown": "Mover hacia abajo", "reorderItemLeft": "Mover hacia la izquierda", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb index 4232927e9dfd..7ddb56bc90af 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb @@ -1,4 +1,22 @@ { + "dateSeparator": "/", + "dateInputLabel": "Ingresar fecha", + "calendarModeButtonLabel": "Cambiar al calendario", + "dateRangePickerHelpText": "SELECCIONAR PERÍODO", + "datePickerHelpText": "SELECCIONAR FECHA", + "saveButtonLabel": "GUARDAR", + "dateOutOfRangeLabel": "Fuera de rango", + "invalidDateRangeLabel": "El rango no es válido.", + "invalidDateFormatLabel": "El formato no es válido.", + "dateRangeEndDateSemanticLabel": "Fecha de finalización: $fullDate", + "dateRangeStartDateSemanticLabel": "Fecha de inicio: $fullDate", + "dateRangeEndLabel": "Fecha de finalización", + "dateRangeStartLabel": "Fecha de inicio", + "inputDateModeButtonLabel": "Cambiar a modo de entrada", + "unspecifiedDateRange": "Período", + "unspecifiedDate": "Fecha", + "selectYearSemanticsLabel": "Seleccionar año", + "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", "reorderItemDown": "Mover hacia abajo", "reorderItemLeft": "Mover hacia la izquierda", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb index 4232927e9dfd..7ddb56bc90af 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb @@ -1,4 +1,22 @@ { + "dateSeparator": "/", + "dateInputLabel": "Ingresar fecha", + "calendarModeButtonLabel": "Cambiar al calendario", + "dateRangePickerHelpText": "SELECCIONAR PERÍODO", + "datePickerHelpText": "SELECCIONAR FECHA", + "saveButtonLabel": "GUARDAR", + "dateOutOfRangeLabel": "Fuera de rango", + "invalidDateRangeLabel": "El rango no es válido.", + "invalidDateFormatLabel": "El formato no es válido.", + "dateRangeEndDateSemanticLabel": "Fecha de finalización: $fullDate", + "dateRangeStartDateSemanticLabel": "Fecha de inicio: $fullDate", + "dateRangeEndLabel": "Fecha de finalización", + "dateRangeStartLabel": "Fecha de inicio", + "inputDateModeButtonLabel": "Cambiar a modo de entrada", + "unspecifiedDateRange": "Período", + "unspecifiedDate": "Fecha", + "selectYearSemanticsLabel": "Seleccionar año", + "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", "reorderItemDown": "Mover hacia abajo", "reorderItemLeft": "Mover hacia la izquierda", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb index 4232927e9dfd..7ddb56bc90af 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb @@ -1,4 +1,22 @@ { + "dateSeparator": "/", + "dateInputLabel": "Ingresar fecha", + "calendarModeButtonLabel": "Cambiar al calendario", + "dateRangePickerHelpText": "SELECCIONAR PERÍODO", + "datePickerHelpText": "SELECCIONAR FECHA", + "saveButtonLabel": "GUARDAR", + "dateOutOfRangeLabel": "Fuera de rango", + "invalidDateRangeLabel": "El rango no es válido.", + "invalidDateFormatLabel": "El formato no es válido.", + "dateRangeEndDateSemanticLabel": "Fecha de finalización: $fullDate", + "dateRangeStartDateSemanticLabel": "Fecha de inicio: $fullDate", + "dateRangeEndLabel": "Fecha de finalización", + "dateRangeStartLabel": "Fecha de inicio", + "inputDateModeButtonLabel": "Cambiar a modo de entrada", + "unspecifiedDateRange": "Período", + "unspecifiedDate": "Fecha", + "selectYearSemanticsLabel": "Seleccionar año", + "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", "reorderItemDown": "Mover hacia abajo", "reorderItemLeft": "Mover hacia la izquierda", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb index 4232927e9dfd..7ddb56bc90af 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb @@ -1,4 +1,22 @@ { + "dateSeparator": "/", + "dateInputLabel": "Ingresar fecha", + "calendarModeButtonLabel": "Cambiar al calendario", + "dateRangePickerHelpText": "SELECCIONAR PERÍODO", + "datePickerHelpText": "SELECCIONAR FECHA", + "saveButtonLabel": "GUARDAR", + "dateOutOfRangeLabel": "Fuera de rango", + "invalidDateRangeLabel": "El rango no es válido.", + "invalidDateFormatLabel": "El formato no es válido.", + "dateRangeEndDateSemanticLabel": "Fecha de finalización: $fullDate", + "dateRangeStartDateSemanticLabel": "Fecha de inicio: $fullDate", + "dateRangeEndLabel": "Fecha de finalización", + "dateRangeStartLabel": "Fecha de inicio", + "inputDateModeButtonLabel": "Cambiar a modo de entrada", + "unspecifiedDateRange": "Período", + "unspecifiedDate": "Fecha", + "selectYearSemanticsLabel": "Seleccionar año", + "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", "reorderItemDown": "Mover hacia abajo", "reorderItemLeft": "Mover hacia la izquierda", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb index 4232927e9dfd..7ddb56bc90af 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb @@ -1,4 +1,22 @@ { + "dateSeparator": "/", + "dateInputLabel": "Ingresar fecha", + "calendarModeButtonLabel": "Cambiar al calendario", + "dateRangePickerHelpText": "SELECCIONAR PERÍODO", + "datePickerHelpText": "SELECCIONAR FECHA", + "saveButtonLabel": "GUARDAR", + "dateOutOfRangeLabel": "Fuera de rango", + "invalidDateRangeLabel": "El rango no es válido.", + "invalidDateFormatLabel": "El formato no es válido.", + "dateRangeEndDateSemanticLabel": "Fecha de finalización: $fullDate", + "dateRangeStartDateSemanticLabel": "Fecha de inicio: $fullDate", + "dateRangeEndLabel": "Fecha de finalización", + "dateRangeStartLabel": "Fecha de inicio", + "inputDateModeButtonLabel": "Cambiar a modo de entrada", + "unspecifiedDateRange": "Período", + "unspecifiedDate": "Fecha", + "selectYearSemanticsLabel": "Seleccionar año", + "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", "reorderItemDown": "Mover hacia abajo", "reorderItemLeft": "Mover hacia la izquierda", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb index 4232927e9dfd..7ddb56bc90af 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb @@ -1,4 +1,22 @@ { + "dateSeparator": "/", + "dateInputLabel": "Ingresar fecha", + "calendarModeButtonLabel": "Cambiar al calendario", + "dateRangePickerHelpText": "SELECCIONAR PERÍODO", + "datePickerHelpText": "SELECCIONAR FECHA", + "saveButtonLabel": "GUARDAR", + "dateOutOfRangeLabel": "Fuera de rango", + "invalidDateRangeLabel": "El rango no es válido.", + "invalidDateFormatLabel": "El formato no es válido.", + "dateRangeEndDateSemanticLabel": "Fecha de finalización: $fullDate", + "dateRangeStartDateSemanticLabel": "Fecha de inicio: $fullDate", + "dateRangeEndLabel": "Fecha de finalización", + "dateRangeStartLabel": "Fecha de inicio", + "inputDateModeButtonLabel": "Cambiar a modo de entrada", + "unspecifiedDateRange": "Período", + "unspecifiedDate": "Fecha", + "selectYearSemanticsLabel": "Seleccionar año", + "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", "reorderItemDown": "Mover hacia abajo", "reorderItemLeft": "Mover hacia la izquierda", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb index 4232927e9dfd..7ddb56bc90af 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb @@ -1,4 +1,22 @@ { + "dateSeparator": "/", + "dateInputLabel": "Ingresar fecha", + "calendarModeButtonLabel": "Cambiar al calendario", + "dateRangePickerHelpText": "SELECCIONAR PERÍODO", + "datePickerHelpText": "SELECCIONAR FECHA", + "saveButtonLabel": "GUARDAR", + "dateOutOfRangeLabel": "Fuera de rango", + "invalidDateRangeLabel": "El rango no es válido.", + "invalidDateFormatLabel": "El formato no es válido.", + "dateRangeEndDateSemanticLabel": "Fecha de finalización: $fullDate", + "dateRangeStartDateSemanticLabel": "Fecha de inicio: $fullDate", + "dateRangeEndLabel": "Fecha de finalización", + "dateRangeStartLabel": "Fecha de inicio", + "inputDateModeButtonLabel": "Cambiar a modo de entrada", + "unspecifiedDateRange": "Período", + "unspecifiedDate": "Fecha", + "selectYearSemanticsLabel": "Seleccionar año", + "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", "reorderItemDown": "Mover hacia abajo", "reorderItemLeft": "Mover hacia la izquierda", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb index 4232927e9dfd..7ddb56bc90af 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb @@ -1,4 +1,22 @@ { + "dateSeparator": "/", + "dateInputLabel": "Ingresar fecha", + "calendarModeButtonLabel": "Cambiar al calendario", + "dateRangePickerHelpText": "SELECCIONAR PERÍODO", + "datePickerHelpText": "SELECCIONAR FECHA", + "saveButtonLabel": "GUARDAR", + "dateOutOfRangeLabel": "Fuera de rango", + "invalidDateRangeLabel": "El rango no es válido.", + "invalidDateFormatLabel": "El formato no es válido.", + "dateRangeEndDateSemanticLabel": "Fecha de finalización: $fullDate", + "dateRangeStartDateSemanticLabel": "Fecha de inicio: $fullDate", + "dateRangeEndLabel": "Fecha de finalización", + "dateRangeStartLabel": "Fecha de inicio", + "inputDateModeButtonLabel": "Cambiar a modo de entrada", + "unspecifiedDateRange": "Período", + "unspecifiedDate": "Fecha", + "selectYearSemanticsLabel": "Seleccionar año", + "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", "reorderItemDown": "Mover hacia abajo", "reorderItemLeft": "Mover hacia la izquierda", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb index 4232927e9dfd..7ddb56bc90af 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb @@ -1,4 +1,22 @@ { + "dateSeparator": "/", + "dateInputLabel": "Ingresar fecha", + "calendarModeButtonLabel": "Cambiar al calendario", + "dateRangePickerHelpText": "SELECCIONAR PERÍODO", + "datePickerHelpText": "SELECCIONAR FECHA", + "saveButtonLabel": "GUARDAR", + "dateOutOfRangeLabel": "Fuera de rango", + "invalidDateRangeLabel": "El rango no es válido.", + "invalidDateFormatLabel": "El formato no es válido.", + "dateRangeEndDateSemanticLabel": "Fecha de finalización: $fullDate", + "dateRangeStartDateSemanticLabel": "Fecha de inicio: $fullDate", + "dateRangeEndLabel": "Fecha de finalización", + "dateRangeStartLabel": "Fecha de inicio", + "inputDateModeButtonLabel": "Cambiar a modo de entrada", + "unspecifiedDateRange": "Período", + "unspecifiedDate": "Fecha", + "selectYearSemanticsLabel": "Seleccionar año", + "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", "reorderItemDown": "Mover hacia abajo", "reorderItemLeft": "Mover hacia la izquierda", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb index 4232927e9dfd..7ddb56bc90af 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb @@ -1,4 +1,22 @@ { + "dateSeparator": "/", + "dateInputLabel": "Ingresar fecha", + "calendarModeButtonLabel": "Cambiar al calendario", + "dateRangePickerHelpText": "SELECCIONAR PERÍODO", + "datePickerHelpText": "SELECCIONAR FECHA", + "saveButtonLabel": "GUARDAR", + "dateOutOfRangeLabel": "Fuera de rango", + "invalidDateRangeLabel": "El rango no es válido.", + "invalidDateFormatLabel": "El formato no es válido.", + "dateRangeEndDateSemanticLabel": "Fecha de finalización: $fullDate", + "dateRangeStartDateSemanticLabel": "Fecha de inicio: $fullDate", + "dateRangeEndLabel": "Fecha de finalización", + "dateRangeStartLabel": "Fecha de inicio", + "inputDateModeButtonLabel": "Cambiar a modo de entrada", + "unspecifiedDateRange": "Período", + "unspecifiedDate": "Fecha", + "selectYearSemanticsLabel": "Seleccionar año", + "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", "reorderItemDown": "Mover hacia abajo", "reorderItemLeft": "Mover hacia la izquierda", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb index 4232927e9dfd..7ddb56bc90af 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb @@ -1,4 +1,22 @@ { + "dateSeparator": "/", + "dateInputLabel": "Ingresar fecha", + "calendarModeButtonLabel": "Cambiar al calendario", + "dateRangePickerHelpText": "SELECCIONAR PERÍODO", + "datePickerHelpText": "SELECCIONAR FECHA", + "saveButtonLabel": "GUARDAR", + "dateOutOfRangeLabel": "Fuera de rango", + "invalidDateRangeLabel": "El rango no es válido.", + "invalidDateFormatLabel": "El formato no es válido.", + "dateRangeEndDateSemanticLabel": "Fecha de finalización: $fullDate", + "dateRangeStartDateSemanticLabel": "Fecha de inicio: $fullDate", + "dateRangeEndLabel": "Fecha de finalización", + "dateRangeStartLabel": "Fecha de inicio", + "inputDateModeButtonLabel": "Cambiar a modo de entrada", + "unspecifiedDateRange": "Período", + "unspecifiedDate": "Fecha", + "selectYearSemanticsLabel": "Seleccionar año", + "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", "reorderItemDown": "Mover hacia abajo", "reorderItemLeft": "Mover hacia la izquierda", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb index 4232927e9dfd..7ddb56bc90af 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb @@ -1,4 +1,22 @@ { + "dateSeparator": "/", + "dateInputLabel": "Ingresar fecha", + "calendarModeButtonLabel": "Cambiar al calendario", + "dateRangePickerHelpText": "SELECCIONAR PERÍODO", + "datePickerHelpText": "SELECCIONAR FECHA", + "saveButtonLabel": "GUARDAR", + "dateOutOfRangeLabel": "Fuera de rango", + "invalidDateRangeLabel": "El rango no es válido.", + "invalidDateFormatLabel": "El formato no es válido.", + "dateRangeEndDateSemanticLabel": "Fecha de finalización: $fullDate", + "dateRangeStartDateSemanticLabel": "Fecha de inicio: $fullDate", + "dateRangeEndLabel": "Fecha de finalización", + "dateRangeStartLabel": "Fecha de inicio", + "inputDateModeButtonLabel": "Cambiar a modo de entrada", + "unspecifiedDateRange": "Período", + "unspecifiedDate": "Fecha", + "selectYearSemanticsLabel": "Seleccionar año", + "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", "reorderItemDown": "Mover hacia abajo", "reorderItemLeft": "Mover hacia la izquierda", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb index 4232927e9dfd..7ddb56bc90af 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb @@ -1,4 +1,22 @@ { + "dateSeparator": "/", + "dateInputLabel": "Ingresar fecha", + "calendarModeButtonLabel": "Cambiar al calendario", + "dateRangePickerHelpText": "SELECCIONAR PERÍODO", + "datePickerHelpText": "SELECCIONAR FECHA", + "saveButtonLabel": "GUARDAR", + "dateOutOfRangeLabel": "Fuera de rango", + "invalidDateRangeLabel": "El rango no es válido.", + "invalidDateFormatLabel": "El formato no es válido.", + "dateRangeEndDateSemanticLabel": "Fecha de finalización: $fullDate", + "dateRangeStartDateSemanticLabel": "Fecha de inicio: $fullDate", + "dateRangeEndLabel": "Fecha de finalización", + "dateRangeStartLabel": "Fecha de inicio", + "inputDateModeButtonLabel": "Cambiar a modo de entrada", + "unspecifiedDateRange": "Período", + "unspecifiedDate": "Fecha", + "selectYearSemanticsLabel": "Seleccionar año", + "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", "reorderItemDown": "Mover hacia abajo", "reorderItemLeft": "Mover hacia la izquierda", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb index 444296d9f4d1..05b51019f0ce 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb @@ -1,4 +1,22 @@ { + "dateSeparator": "/", + "dateInputLabel": "Ingresar fecha", + "calendarModeButtonLabel": "Cambiar al calendario", + "dateRangePickerHelpText": "SELECCIONAR PERÍODO", + "datePickerHelpText": "SELECCIONAR FECHA", + "saveButtonLabel": "GUARDAR", + "dateOutOfRangeLabel": "Fuera de rango", + "invalidDateRangeLabel": "El rango no es válido.", + "invalidDateFormatLabel": "El formato no es válido.", + "dateRangeEndDateSemanticLabel": "Fecha de finalización: $fullDate", + "dateRangeStartDateSemanticLabel": "Fecha de inicio: $fullDate", + "dateRangeEndLabel": "Fecha de finalización", + "dateRangeStartLabel": "Fecha de inicio", + "inputDateModeButtonLabel": "Cambiar a modo de entrada", + "unspecifiedDateRange": "Período", + "unspecifiedDate": "Fecha", + "selectYearSemanticsLabel": "Seleccionar año", + "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", "reorderItemDown": "Mover hacia abajo", "reorderItemLeft": "Mover hacia la izquierda", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb index 4232927e9dfd..7ddb56bc90af 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb @@ -1,4 +1,22 @@ { + "dateSeparator": "/", + "dateInputLabel": "Ingresar fecha", + "calendarModeButtonLabel": "Cambiar al calendario", + "dateRangePickerHelpText": "SELECCIONAR PERÍODO", + "datePickerHelpText": "SELECCIONAR FECHA", + "saveButtonLabel": "GUARDAR", + "dateOutOfRangeLabel": "Fuera de rango", + "invalidDateRangeLabel": "El rango no es válido.", + "invalidDateFormatLabel": "El formato no es válido.", + "dateRangeEndDateSemanticLabel": "Fecha de finalización: $fullDate", + "dateRangeStartDateSemanticLabel": "Fecha de inicio: $fullDate", + "dateRangeEndLabel": "Fecha de finalización", + "dateRangeStartLabel": "Fecha de inicio", + "inputDateModeButtonLabel": "Cambiar a modo de entrada", + "unspecifiedDateRange": "Período", + "unspecifiedDate": "Fecha", + "selectYearSemanticsLabel": "Seleccionar año", + "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", "reorderItemDown": "Mover hacia abajo", "reorderItemLeft": "Mover hacia la izquierda", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb index 4232927e9dfd..7ddb56bc90af 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb @@ -1,4 +1,22 @@ { + "dateSeparator": "/", + "dateInputLabel": "Ingresar fecha", + "calendarModeButtonLabel": "Cambiar al calendario", + "dateRangePickerHelpText": "SELECCIONAR PERÍODO", + "datePickerHelpText": "SELECCIONAR FECHA", + "saveButtonLabel": "GUARDAR", + "dateOutOfRangeLabel": "Fuera de rango", + "invalidDateRangeLabel": "El rango no es válido.", + "invalidDateFormatLabel": "El formato no es válido.", + "dateRangeEndDateSemanticLabel": "Fecha de finalización: $fullDate", + "dateRangeStartDateSemanticLabel": "Fecha de inicio: $fullDate", + "dateRangeEndLabel": "Fecha de finalización", + "dateRangeStartLabel": "Fecha de inicio", + "inputDateModeButtonLabel": "Cambiar a modo de entrada", + "unspecifiedDateRange": "Período", + "unspecifiedDate": "Fecha", + "selectYearSemanticsLabel": "Seleccionar año", + "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", "reorderItemDown": "Mover hacia abajo", "reorderItemLeft": "Mover hacia la izquierda", diff --git a/packages/flutter_localizations/lib/src/l10n/material_et.arb b/packages/flutter_localizations/lib/src/l10n/material_et.arb index 296b0676ee27..475602ab7cf1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_et.arb @@ -54,23 +54,23 @@ "refreshIndicatorSemanticLabel": "Värskendamine", "moreButtonTooltip": "Rohkem", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "kk/pp/aaaa", + "selectYearSemanticsLabel": "Valige aasta", + "unspecifiedDate": "Kuupäev", + "unspecifiedDateRange": "Kuupäevavahemik", + "dateInputLabel": "Sisestage kuupäev", + "dateRangeStartLabel": "Alguskuupäev", + "dateRangeEndLabel": "Lõppkuupäev", + "dateRangeStartDateSemanticLabel": "Alguskuupäev: $fullDate", + "dateRangeEndDateSemanticLabel": "Lõppkuupäev: $fullDate", + "invalidDateFormatLabel": "Sobimatu vorming.", + "invalidDateRangeLabel": "Sobimatu vahemik.", + "dateOutOfRangeLabel": "Vahemikust väljas.", + "saveButtonLabel": "SALVESTA", + "datePickerHelpText": "VALIGE KUUPÄEV", + "dateRangePickerHelpText": "VALIGE VAHEMIK", + "calendarModeButtonLabel": "Kalendrile lülitumine", + "inputDateModeButtonLabel": "Sisestusrežiimile lülitumine", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_eu.arb b/packages/flutter_localizations/lib/src/l10n/material_eu.arb index 143cac81b8cd..6821d84d87a5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_eu.arb @@ -53,23 +53,23 @@ "refreshIndicatorSemanticLabel": "Freskatu", "moreButtonTooltip": "Gehiago", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "hh/ee/uuuu", + "selectYearSemanticsLabel": "Hautatu urtea", + "unspecifiedDate": "Data", + "unspecifiedDateRange": "Data tartea", + "dateInputLabel": "Idatzi data", + "dateRangeStartLabel": "Hasiera-data", + "dateRangeEndLabel": "Amaiera-data", + "dateRangeStartDateSemanticLabel": "Hasiera-data: $fullDate", + "dateRangeEndDateSemanticLabel": "Amaiera-data: $fullDate", + "invalidDateFormatLabel": "Formatuak ez du balio.", + "invalidDateRangeLabel": "Tarteak ez du balio.", + "dateOutOfRangeLabel": "Barrutitik kanpo.", + "saveButtonLabel": "GORDE", + "datePickerHelpText": "HAUTATU DATA", + "dateRangePickerHelpText": "HAUTATU BARRUTIA", + "calendarModeButtonLabel": "Aldatu egutegiaren modura", + "inputDateModeButtonLabel": "Aldatu datak aukeratzeko modura", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index 3fc8805391d4..35e0f500f85b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -54,23 +54,23 @@ "refreshIndicatorSemanticLabel": "بازخوانی", "moreButtonTooltip": "بیشتر", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "روز/ماه/سال", + "selectYearSemanticsLabel": "انتخاب سال", + "unspecifiedDate": "تاریخ", + "unspecifiedDateRange": "محدوده تاریخ", + "dateInputLabel": "تاریخ را وارد کنید", + "dateRangeStartLabel": "تاریخ شروع", + "dateRangeEndLabel": "تاریخ پایان", + "dateRangeStartDateSemanticLabel": "تاریخ شروع $fullDate", + "dateRangeEndDateSemanticLabel": "تاریخ پایان $fullDate", + "invalidDateFormatLabel": "قالب نامعتبر است.", + "invalidDateRangeLabel": "محدوده نامعتبر است.", + "dateOutOfRangeLabel": "خارج از محدوده.", + "saveButtonLabel": "ذخیره", + "datePickerHelpText": "انتخاب تاریخ", + "dateRangePickerHelpText": "انتخاب محدوده", + "calendarModeButtonLabel": "رفتن به تقویم", + "inputDateModeButtonLabel": "رفتن به ورودی", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_fi.arb b/packages/flutter_localizations/lib/src/l10n/material_fi.arb index ef80e538ae6d..1642f91b0bfb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fi.arb @@ -54,23 +54,23 @@ "refreshIndicatorSemanticLabel": "Päivitys", "moreButtonTooltip": "Lisää", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "kk/pp/vvvv", + "selectYearSemanticsLabel": "Valitse vuosi", + "unspecifiedDate": "Päivämäärä", + "unspecifiedDateRange": "Ajanjakso", + "dateInputLabel": "Lisää päivämäärä", + "dateRangeStartLabel": "Alkamispäivä", + "dateRangeEndLabel": "Päättymispäivä", + "dateRangeStartDateSemanticLabel": "Alkamispäivä $fullDate", + "dateRangeEndDateSemanticLabel": "Päättymispäivä $fullDate", + "invalidDateFormatLabel": "Virheellinen muoto", + "invalidDateRangeLabel": "Virheellinen päivämääräväli", + "dateOutOfRangeLabel": "Päivämäärä ei kelpaa", + "saveButtonLabel": "TALLENNA", + "datePickerHelpText": "VALITSE PÄIVÄMÄÄRÄ", + "dateRangePickerHelpText": "VALITSE PÄIVÄMÄÄRÄVÄLI", + "calendarModeButtonLabel": "Vaihda kalenteriin", + "inputDateModeButtonLabel": "Vaihda tekstinsyöttöön", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_fil.arb b/packages/flutter_localizations/lib/src/l10n/material_fil.arb index ea8855659980..3bc51255902e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fil.arb @@ -55,22 +55,22 @@ "moreButtonTooltip": "Higit Pa", "dateSeparator": "/", "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "selectYearSemanticsLabel": "Pumili ng taon", + "unspecifiedDate": "Petsa", + "unspecifiedDateRange": "Hanay ng Petsa", + "dateInputLabel": "Ilagay ang Petsa", + "dateRangeStartLabel": "Petsa ng Pagsisimula", + "dateRangeEndLabel": "Petsa ng Pagtatapos", + "dateRangeStartDateSemanticLabel": "Petsa ng pagsisimula $fullDate", + "dateRangeEndDateSemanticLabel": "Petsa ng pagtatapos $fullDate", + "invalidDateFormatLabel": "Invalid ang format.", + "invalidDateRangeLabel": "Invalid ang hanay.", + "dateOutOfRangeLabel": "Wala sa hanay.", + "saveButtonLabel": "I-SAVE", + "datePickerHelpText": "PUMILI NG PETSA", + "dateRangePickerHelpText": "PUMILI NG HANAY", + "calendarModeButtonLabel": "Lumipat sa kalendaryo", + "inputDateModeButtonLabel": "Lumipat sa input", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index 758f2a397613..a7b5ad39b541 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -55,23 +55,23 @@ "refreshIndicatorSemanticLabel": "Actualiser", "moreButtonTooltip": "Plus", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", + "dateHelpText": "mm/jj/aaaa", + "selectYearSemanticsLabel": "Sélectionner une année", "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "unspecifiedDateRange": "Plage de dates", + "dateInputLabel": "Saisir une date", + "dateRangeStartLabel": "Date de début", + "dateRangeEndLabel": "Date de fin", + "dateRangeStartDateSemanticLabel": "Date de début : $fullDate", + "dateRangeEndDateSemanticLabel": "Date de fin : $fullDate", + "invalidDateFormatLabel": "Format non valide.", + "invalidDateRangeLabel": "Plage non valide.", + "dateOutOfRangeLabel": "Hors de portée.", + "saveButtonLabel": "ENREGISTRER", + "datePickerHelpText": "SÉLECTIONNER UNE DATE", + "dateRangePickerHelpText": "SÉLECTIONNER UNE PLAGE", + "calendarModeButtonLabel": "Passer à l'agenda", + "inputDateModeButtonLabel": "Passer à la saisie", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb b/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb index aeaa211c4aa7..536494c461e7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb @@ -1,4 +1,22 @@ { + "dateSeparator": "/", + "dateRangeStartLabel": "Date de début", + "calendarModeButtonLabel": "Passer à l'agenda", + "dateRangePickerHelpText": "SÉLECTIONNER LA PLAGE", + "datePickerHelpText": "SÉLECTIONNER LA DATE", + "saveButtonLabel": "ENREGISTRER", + "dateOutOfRangeLabel": "Hors de portée.", + "invalidDateRangeLabel": "Plage incorrecte.", + "invalidDateFormatLabel": "Format incorrect", + "dateRangeEndDateSemanticLabel": "Date de fin : $fullDate", + "dateRangeStartDateSemanticLabel": "Date de début : $fullDate", + "dateRangeEndLabel": "Date de fin", + "inputDateModeButtonLabel": "Passer à l'entrée", + "dateInputLabel": "Entrer une date", + "unspecifiedDateRange": "Période", + "unspecifiedDate": "Date", + "selectYearSemanticsLabel": "Sélectionner une année", + "dateHelpText": "jj-mm-aaaa", "moreButtonTooltip": "Plus", "selectedRowCountTitleOne": "1 élément sélectionné", "remainingTextFieldCharacterCountOther": "$remainingCount caractères restants", diff --git a/packages/flutter_localizations/lib/src/l10n/material_gl.arb b/packages/flutter_localizations/lib/src/l10n/material_gl.arb index 9d7f8b5853ee..20d2822abfc0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gl.arb @@ -55,23 +55,23 @@ "refreshIndicatorSemanticLabel": "Actualizar", "moreButtonTooltip": "Máis", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "mm/dd/aaaa", + "selectYearSemanticsLabel": "Seleccionar ano", + "unspecifiedDate": "Data", + "unspecifiedDateRange": "Intervalo de datas", + "dateInputLabel": "Introduce a data", + "dateRangeStartLabel": "Data de inicio", + "dateRangeEndLabel": "Data de finalización", + "dateRangeStartDateSemanticLabel": "Data de inicio: $fullDate", + "dateRangeEndDateSemanticLabel": "Data de finalización: $fullDate", + "invalidDateFormatLabel": "O formato non é válido.", + "invalidDateRangeLabel": "O intervalo de datas non é válido.", + "dateOutOfRangeLabel": "A data está fóra do intervalo.", + "saveButtonLabel": "GARDAR", + "datePickerHelpText": "SELECCIONAR UNHA DATA", + "dateRangePickerHelpText": "SELECCIONAR UN INTERVALO DE DATAS", + "calendarModeButtonLabel": "Cambiar ao modo de calendario", + "inputDateModeButtonLabel": "Cambiar ao modo de introdución de texto", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index f3a745abe871..35848ed6871f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -54,23 +54,23 @@ "refreshIndicatorSemanticLabel": "Aktualisieren", "moreButtonTooltip": "Mehr", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "tt.mm.jjjj", + "selectYearSemanticsLabel": "Jahr auswählen", + "unspecifiedDate": "Datum", + "unspecifiedDateRange": "Zeitraum", + "dateInputLabel": "Datum eingeben", + "dateRangeStartLabel": "Startdatum", + "dateRangeEndLabel": "Enddatum", + "dateRangeStartDateSemanticLabel": "Startdatum $fullDate", + "dateRangeEndDateSemanticLabel": "Enddatum $fullDate", + "invalidDateFormatLabel": "Ungültiges Format.", + "invalidDateRangeLabel": "Ungültiger Zeitraum.", + "dateOutOfRangeLabel": "Außerhalb des Zeitraums.", + "saveButtonLabel": "SPEICHERN", + "datePickerHelpText": "DATUM AUSWÄHLEN", + "dateRangePickerHelpText": "ZEITRAUM AUSWÄHLEN", + "calendarModeButtonLabel": "Zum Kalender wechseln", + "inputDateModeButtonLabel": "Zur Texteingabe wechseln", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_gu.arb b/packages/flutter_localizations/lib/src/l10n/material_gu.arb index 0dc26cf0ebd2..9c049cc8d1e9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gu.arb @@ -53,23 +53,23 @@ "refreshIndicatorSemanticLabel": "રિફ્રેશ કરો", "moreButtonTooltip": "વધુ", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "dd/mm/yyyy", + "selectYearSemanticsLabel": "વર્ષ પસંદ કરો", + "unspecifiedDate": "તારીખ", + "unspecifiedDateRange": "તારીખ રેંજ", + "dateInputLabel": "તારીખ દાખલ કરો", + "dateRangeStartLabel": "શરૂ કરવાની તારીખ", + "dateRangeEndLabel": "સમાપ્તિની તારીખ", + "dateRangeStartDateSemanticLabel": "શરૂ કરવાની તારીખ $fullDate", + "dateRangeEndDateSemanticLabel": "સમાપ્તિની તારીખ $fullDate", + "invalidDateFormatLabel": "અમાન્ય ફોર્મેટ.", + "invalidDateRangeLabel": "અમાન્ય રેંજ.", + "dateOutOfRangeLabel": "રેંજમાં નથી.", + "saveButtonLabel": "સાચવો", + "datePickerHelpText": "તારીખ પસંદ કરો", + "dateRangePickerHelpText": "રેંજ પસંદ કરો", + "calendarModeButtonLabel": "કૅલેન્ડર મોડ પર સ્વિચ કરો", + "inputDateModeButtonLabel": "ઇનપુટ મોડ પર સ્વિચ કરો", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index fab46c5eb61a..8fc9d72abd84 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -58,23 +58,23 @@ "refreshIndicatorSemanticLabel": "רענון", "moreButtonTooltip": "עוד", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "dd/mm/yyyy", + "selectYearSemanticsLabel": "בחירת שנה", + "unspecifiedDate": "תאריך", + "unspecifiedDateRange": "טווח תאריכים", + "dateInputLabel": "יש להזין תאריך", + "dateRangeStartLabel": "תאריך התחלה", + "dateRangeEndLabel": "תאריך סיום", + "dateRangeStartDateSemanticLabel": "תאריך התחלה: $fullDate", + "dateRangeEndDateSemanticLabel": "תאריך סיום: $fullDate", + "invalidDateFormatLabel": "פורמט לא חוקי.", + "invalidDateRangeLabel": "טווח לא תקף.", + "dateOutOfRangeLabel": "מחוץ לטווח.", + "saveButtonLabel": "שמירה", + "datePickerHelpText": "בחירת תאריך", + "dateRangePickerHelpText": "בחירת טווח", + "calendarModeButtonLabel": "מעבר למצב היומן", + "inputDateModeButtonLabel": "מעבר למצב הקלט", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_hi.arb b/packages/flutter_localizations/lib/src/l10n/material_hi.arb index fc7e0fa0fc09..8e47ad8f35aa 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hi.arb @@ -54,23 +54,23 @@ "refreshIndicatorSemanticLabel": "रीफ़्रेश करें", "moreButtonTooltip": "ज़्यादा", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "dd/mm/yyyy", + "selectYearSemanticsLabel": "साल चुनें", + "unspecifiedDate": "तारीख", + "unspecifiedDateRange": "तारीख की सीमा", + "dateInputLabel": "तारीख डालें", + "dateRangeStartLabel": "शुरू होने की तारीख", + "dateRangeEndLabel": "खत्म होने की तारीख", + "dateRangeStartDateSemanticLabel": "शुरू होने की तारीख $fullDate", + "dateRangeEndDateSemanticLabel": "खत्म होने की तारीख $fullDate", + "invalidDateFormatLabel": "अमान्य फ़ॉर्मैट.", + "invalidDateRangeLabel": "तारीख की अमान्य सीमा.", + "dateOutOfRangeLabel": "सीमा से ज़्यादा.", + "saveButtonLabel": "सेव करें", + "datePickerHelpText": "तारीख चुनें", + "dateRangePickerHelpText": "सीमा चुनें", + "calendarModeButtonLabel": "कैलेंडर पर जाएं", + "inputDateModeButtonLabel": "इनपुट पर जाएं", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_hr.arb b/packages/flutter_localizations/lib/src/l10n/material_hr.arb index 197fdb03b836..b31c62774052 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hr.arb @@ -56,23 +56,23 @@ "refreshIndicatorSemanticLabel": "Osvježi", "moreButtonTooltip": "Više", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "mm/dd/gggg", + "selectYearSemanticsLabel": "Odaberite godinu", + "unspecifiedDate": "Datum", + "unspecifiedDateRange": "Datumski raspon", + "dateInputLabel": "Unesite datum", + "dateRangeStartLabel": "Datum početka", + "dateRangeEndLabel": "Datum završetka", + "dateRangeStartDateSemanticLabel": "Datum početka $fullDate", + "dateRangeEndDateSemanticLabel": "Datum završetka $fullDate", + "invalidDateFormatLabel": "Format nije važeći.", + "invalidDateRangeLabel": "Raspon nije važeći.", + "dateOutOfRangeLabel": "Izvan raspona.", + "saveButtonLabel": "SPREMI", + "datePickerHelpText": "ODABERITE DATUM", + "dateRangePickerHelpText": "ODABERITE RASPON", + "calendarModeButtonLabel": "Prijeđite na kalendar", + "inputDateModeButtonLabel": "Prijeđite na unos", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_hu.arb b/packages/flutter_localizations/lib/src/l10n/material_hu.arb index 5ac807c9b5a9..7164fb39980f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hu.arb @@ -54,23 +54,23 @@ "refreshIndicatorSemanticLabel": "Frissítés", "moreButtonTooltip": "Több", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "hh/nn/éééé", + "selectYearSemanticsLabel": "Válassza ki az évet", + "unspecifiedDate": "Dátum", + "unspecifiedDateRange": "Dátumtartomány", + "dateInputLabel": "Adja meg a dátumot", + "dateRangeStartLabel": "Kezdés dátuma", + "dateRangeEndLabel": "Befejezés dátuma", + "dateRangeStartDateSemanticLabel": "Kezdés dátuma: $fullDate", + "dateRangeEndDateSemanticLabel": "Befejezés dátuma: $fullDate", + "invalidDateFormatLabel": "Érvénytelen formátum.", + "invalidDateRangeLabel": "Érvénytelen tartomány.", + "dateOutOfRangeLabel": "Tartományon kívül.", + "saveButtonLabel": "MENTÉS", + "datePickerHelpText": "DÁTUM KIVÁLASZTÁSA", + "dateRangePickerHelpText": "TARTOMÁNY KIJELÖLÉSE", + "calendarModeButtonLabel": "Váltás naptárra", + "inputDateModeButtonLabel": "Váltás bevitelre", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_hy.arb b/packages/flutter_localizations/lib/src/l10n/material_hy.arb index c1d63722e518..aa52fa45a415 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hy.arb @@ -59,23 +59,23 @@ "refreshIndicatorSemanticLabel": "Թարմացնել", "moreButtonTooltip": "Այլ", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "օօ.աա.տտտտ", + "selectYearSemanticsLabel": "Ընտրել տարին", + "unspecifiedDate": "Ամսաթիվ", + "unspecifiedDateRange": "Ժամանակահատված", + "dateInputLabel": "Մուտքագրել ամսաթիվ", + "dateRangeStartLabel": "Մեկնարկի ամսաթիվը", + "dateRangeEndLabel": "Ավարտի ամսաթիվը", + "dateRangeStartDateSemanticLabel": "Մեկնարկի ամսաթիվը՝ $fullDate", + "dateRangeEndDateSemanticLabel": "Ավարտի ամսաթիվը՝ $fullDate", + "invalidDateFormatLabel": "Ձևաչափն անվավեր է։", + "invalidDateRangeLabel": "Ժամանակահատվածն անվավեր է:", + "dateOutOfRangeLabel": "Թույլատրելի ընդգրկույթից դուրս է։", + "saveButtonLabel": "ՊԱՀԵԼ", + "datePickerHelpText": "ԸՆՏՐԵԼ ԱՄՍԱԹԻՎ", + "dateRangePickerHelpText": "ԸՆՏՐԵԼ ԺԱՄԱՆԱԿԱՀԱՏՎԱԾ", + "calendarModeButtonLabel": "Անցնել օրացույցին", + "inputDateModeButtonLabel": "Անցնել ներածման ռեժիմին", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_id.arb b/packages/flutter_localizations/lib/src/l10n/material_id.arb index 1495423192e7..203ee9b8a3be 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_id.arb @@ -54,23 +54,23 @@ "refreshIndicatorSemanticLabel": "Memuat ulang", "moreButtonTooltip": "Lainnya", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "hh/bb/tttt", + "selectYearSemanticsLabel": "Pilih tahun", + "unspecifiedDate": "Tanggal", + "unspecifiedDateRange": "Rentang tanggal", + "dateInputLabel": "Masukkan Tanggal", + "dateRangeStartLabel": "Tanggal Mulai", + "dateRangeEndLabel": "Tanggal Akhir", + "dateRangeStartDateSemanticLabel": "Tanggal mulai $fullDate", + "dateRangeEndDateSemanticLabel": "Tanggal akhir $fullDate", + "invalidDateFormatLabel": "Format tidak valid.", + "invalidDateRangeLabel": "Rentang tidak valid.", + "dateOutOfRangeLabel": "Di luar rentang.", + "saveButtonLabel": "SIMPAN", + "datePickerHelpText": "PILIH TANGGAL", + "dateRangePickerHelpText": "PILIH RENTANG", + "calendarModeButtonLabel": "Beralih ke kalender", + "inputDateModeButtonLabel": "Beralih ke masukan", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_is.arb b/packages/flutter_localizations/lib/src/l10n/material_is.arb index b5c093369ab6..6402b22d6af0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_is.arb @@ -53,23 +53,23 @@ "refreshIndicatorSemanticLabel": "Endurnýja", "moreButtonTooltip": "Meira", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "mm/dd/áááá", + "selectYearSemanticsLabel": "Velja ár", + "unspecifiedDate": "Dagsetning", + "unspecifiedDateRange": "Tímabil", + "dateInputLabel": "Slá inn dagsetningu", + "dateRangeStartLabel": "Upphafsdagur", + "dateRangeEndLabel": "Lokadagur", + "dateRangeStartDateSemanticLabel": "Upphafsdagur $fullDate", + "dateRangeEndDateSemanticLabel": "Lokadagur $fullDate", + "invalidDateFormatLabel": "Ógilt snið.", + "invalidDateRangeLabel": "Ógilt svið.", + "dateOutOfRangeLabel": "Utan sviðs.", + "saveButtonLabel": "VISTA", + "datePickerHelpText": "VELJA DAGSETNINGU", + "dateRangePickerHelpText": "VELJA SVIÐ", + "calendarModeButtonLabel": "Skipta yfir í dagatal", + "inputDateModeButtonLabel": "Skipta yfir í innslátt", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index d13d73e0786c..bb7fc2033948 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -54,23 +54,23 @@ "refreshIndicatorSemanticLabel": "Aggiorna", "moreButtonTooltip": "Altro", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "mm/gg/aaaa", + "selectYearSemanticsLabel": "Seleziona anno", + "unspecifiedDate": "Data", + "unspecifiedDateRange": "Intervallo di date", + "dateInputLabel": "Inserisci data", + "dateRangeStartLabel": "Data di inizio", + "dateRangeEndLabel": "Data di fine", + "dateRangeStartDateSemanticLabel": "Data di inizio $fullDate", + "dateRangeEndDateSemanticLabel": "Data di fine $fullDate", + "invalidDateFormatLabel": "Formato non valido.", + "invalidDateRangeLabel": "Intervallo non valido.", + "dateOutOfRangeLabel": "Fuori intervallo.", + "saveButtonLabel": "SALVA", + "datePickerHelpText": "SELEZIONA DATA", + "dateRangePickerHelpText": "SELEZIONA INTERVALLO", + "calendarModeButtonLabel": "Passa al calendario", + "inputDateModeButtonLabel": "Passa alla modalità di immissione", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index a5eee94b1ae8..c8aaedd96478 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -54,23 +54,23 @@ "refreshIndicatorSemanticLabel": "更新", "moreButtonTooltip": "その他", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "yyyy/mm/dd", + "selectYearSemanticsLabel": "年を選択", + "unspecifiedDate": "日付", + "unspecifiedDateRange": "期間", + "dateInputLabel": "日付を入力", + "dateRangeStartLabel": "開始日", + "dateRangeEndLabel": "終了日", + "dateRangeStartDateSemanticLabel": "開始日 $fullDate", + "dateRangeEndDateSemanticLabel": "終了日 $fullDate", + "invalidDateFormatLabel": "形式が無効です。", + "invalidDateRangeLabel": "範囲が無効です。", + "dateOutOfRangeLabel": "範囲外です。", + "saveButtonLabel": "保存", + "datePickerHelpText": "日付の選択", + "dateRangePickerHelpText": "期間の選択", + "calendarModeButtonLabel": "カレンダーに切り替え", + "inputDateModeButtonLabel": "入力に切り替え", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ka.arb b/packages/flutter_localizations/lib/src/l10n/material_ka.arb index 72bbd19fc8e5..b3e12ffba572 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ka.arb @@ -53,23 +53,23 @@ "refreshIndicatorSemanticLabel": "განახლება", "moreButtonTooltip": "მეტი", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "დდ/თთ/წწწწ", + "selectYearSemanticsLabel": "აირჩიეთ წელი", + "unspecifiedDate": "თარიღი", + "unspecifiedDateRange": "თარიღების დიაპაზონი", + "dateInputLabel": "შეიყვანეთ თარიღი", + "dateRangeStartLabel": "დაწყების თარიღი", + "dateRangeEndLabel": "დასრულების თარიღი", + "dateRangeStartDateSemanticLabel": "დაწყების თარიღია $fullDate", + "dateRangeEndDateSemanticLabel": "დასრულების თარიღია $fullDate", + "invalidDateFormatLabel": "ფორმატი არასწორია.", + "invalidDateRangeLabel": "დიაპაზონი არასწორია.", + "dateOutOfRangeLabel": "დიაპაზონს მიღმაა.", + "saveButtonLabel": "შენახვა", + "datePickerHelpText": "აირჩიეთ თარიღი", + "dateRangePickerHelpText": "აირჩიეთ დიაპაზონი", + "calendarModeButtonLabel": "კალენდარზე გადართვა", + "inputDateModeButtonLabel": "შეყვანაზე გადართვა", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_kk.arb b/packages/flutter_localizations/lib/src/l10n/material_kk.arb index f75cee3de85e..1a087b0ec047 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kk.arb @@ -55,23 +55,23 @@ "refreshIndicatorSemanticLabel": "Жаңарту", "moreButtonTooltip": "Жаю", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "ай/күн/жыл", + "selectYearSemanticsLabel": "Жылды таңдау", + "unspecifiedDate": "Күн", + "unspecifiedDateRange": "Күндер ауқымы", + "dateInputLabel": "Күнді енгізу", + "dateRangeStartLabel": "Басталу күні", + "dateRangeEndLabel": "Аяқталу күні", + "dateRangeStartDateSemanticLabel": "Басталу күні $fullDate", + "dateRangeEndDateSemanticLabel": "Аяқталу күні $fullDate", + "invalidDateFormatLabel": "Формат жарамсыз.", + "invalidDateRangeLabel": "Ауқым жарамсыз.", + "dateOutOfRangeLabel": "Ауқымнан тыc.", + "saveButtonLabel": "САҚТАУ", + "datePickerHelpText": "КҮНДІ ТАҢДАУ", + "dateRangePickerHelpText": "АУҚЫМДЫ ТАҢДАУ", + "calendarModeButtonLabel": "Күнтізбеге ауысу", + "inputDateModeButtonLabel": "Мәтін енгізуге ауысу", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_km.arb b/packages/flutter_localizations/lib/src/l10n/material_km.arb index b647a18dca1d..33680b278c06 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_km.arb @@ -54,23 +54,23 @@ "refreshIndicatorSemanticLabel": "ផ្ទុកឡើងវិញ", "moreButtonTooltip": "ច្រើន​ទៀត", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "ខែ/ថ្ងៃ/ឆ្នាំ", + "selectYearSemanticsLabel": "ជ្រើសរើសឆ្នាំ", + "unspecifiedDate": "កាលបរិច្ឆេទ", + "unspecifiedDateRange": "ចន្លោះ​កាលបរិច្ឆេទ", + "dateInputLabel": "បញ្ចូល​កាលបរិច្ឆេទ", + "dateRangeStartLabel": "កាលបរិច្ឆេទ​ចាប់ផ្ដើម", + "dateRangeEndLabel": "កាលបរិច្ឆេទ​បញ្ចប់", + "dateRangeStartDateSemanticLabel": "កាលបរិច្ឆេទ​ចាប់ផ្ដើម $fullDate", + "dateRangeEndDateSemanticLabel": "កាលបរិច្ឆេទ​បញ្ចប់ $fullDate", + "invalidDateFormatLabel": "ទម្រង់មិន​ត្រឹមត្រូវទេ។", + "invalidDateRangeLabel": "ចន្លោះ​មិនត្រឹមត្រូវទេ។", + "dateOutOfRangeLabel": "ក្រៅចន្លោះ។", + "saveButtonLabel": "រក្សាទុក", + "datePickerHelpText": "ជ្រើសរើស​កាល​បរិច្ឆេទ", + "dateRangePickerHelpText": "ជ្រើស​រើស​ចន្លោះ", + "calendarModeButtonLabel": "ប្ដូរទៅ​ប្រតិទិន", + "inputDateModeButtonLabel": "ប្ដូរទៅ​ការបញ្ចូល", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_kn.arb b/packages/flutter_localizations/lib/src/l10n/material_kn.arb index f6cf00c127bc..537d903855da 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kn.arb @@ -54,22 +54,22 @@ "moreButtonTooltip": "\u0c87\u0ca8\u0ccd\u0ca8\u0cb7\u0ccd\u0c9f\u0cc1", "dateSeparator": "\u002f", "dateHelpText": "\u006d\u006d\u002f\u0064\u0064\u002f\u0079\u0079\u0079\u0079", - "selectYearSemanticsLabel": "\u0053\u0065\u006c\u0065\u0063\u0074\u0020\u0079\u0065\u0061\u0072", - "unspecifiedDate": "\u0044\u0061\u0074\u0065", - "unspecifiedDateRange": "\u0044\u0061\u0074\u0065\u0020\u0052\u0061\u006e\u0067\u0065", - "dateInputLabel": "\u0045\u006e\u0074\u0065\u0072\u0020\u0044\u0061\u0074\u0065", - "dateRangeStartLabel": "\u0053\u0074\u0061\u0072\u0074\u0020\u0044\u0061\u0074\u0065", - "dateRangeEndLabel": "\u0045\u006e\u0064\u0020\u0044\u0061\u0074\u0065", - "dateRangeStartDateSemanticLabel": "\u0053\u0074\u0061\u0072\u0074\u0020\u0064\u0061\u0074\u0065\u0020\u0024\u0066\u0075\u006c\u006c\u0044\u0061\u0074\u0065", - "dateRangeEndDateSemanticLabel": "\u0045\u006e\u0064\u0020\u0064\u0061\u0074\u0065\u0020\u0024\u0066\u0075\u006c\u006c\u0044\u0061\u0074\u0065", - "invalidDateFormatLabel": "\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0066\u006f\u0072\u006d\u0061\u0074\u002e", - "invalidDateRangeLabel": "\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0061\u006e\u0067\u0065\u002e", - "dateOutOfRangeLabel": "\u004f\u0075\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u002e", - "saveButtonLabel": "\u0053\u0041\u0056\u0045", - "datePickerHelpText": "\u0053\u0045\u004c\u0045\u0043\u0054\u0020\u0044\u0041\u0054\u0045", - "dateRangePickerHelpText": "\u0053\u0045\u004c\u0045\u0043\u0054\u0020\u0052\u0041\u004e\u0047\u0045", - "calendarModeButtonLabel": "\u0053\u0077\u0069\u0074\u0063\u0068\u0020\u0074\u006f\u0020\u0063\u0061\u006c\u0065\u006e\u0064\u0061\u0072", - "inputDateModeButtonLabel": "\u0053\u0077\u0069\u0074\u0063\u0068\u0020\u0074\u006f\u0020\u0069\u006e\u0070\u0075\u0074", + "selectYearSemanticsLabel": "\u0cb5\u0cb0\u0ccd\u0cb7\u0cb5\u0ca8\u0ccd\u0ca8\u0cc1\u0020\u0c86\u0caf\u0ccd\u0c95\u0cc6\u0cae\u0cbe\u0ca1\u0cbf", + "unspecifiedDate": "\u0ca6\u0cbf\u0ca8\u0cbe\u0c82\u0c95", + "unspecifiedDateRange": "\u0ca6\u0cbf\u0ca8\u0cbe\u0c82\u0c95\u0020\u0cb5\u0ccd\u0caf\u0cbe\u0caa\u0ccd\u0ca4\u0cbf", + "dateInputLabel": "\u0ca6\u0cbf\u0ca8\u0cbe\u0c82\u0c95\u0020\u0ca8\u0cae\u0cc2\u0ca6\u0cbf\u0cb8\u0cbf", + "dateRangeStartLabel": "\u0caa\u0ccd\u0cb0\u0cbe\u0cb0\u0c82\u0cad\u0020\u0ca6\u0cbf\u0ca8\u0cbe\u0c82\u0c95", + "dateRangeEndLabel": "\u0c85\u0c82\u0ca4\u0cbf\u0cae\u0020\u0ca6\u0cbf\u0ca8\u0cbe\u0c82\u0c95", + "dateRangeStartDateSemanticLabel": "\u0caa\u0ccd\u0cb0\u0cbe\u0cb0\u0c82\u0cad\u0020\u0ca6\u0cbf\u0ca8\u0cbe\u0c82\u0c95\u0020\u0024\u0066\u0075\u006c\u006c\u0044\u0061\u0074\u0065", + "dateRangeEndDateSemanticLabel": "\u0cae\u0cc1\u0c95\u0ccd\u0ca4\u0cbe\u0caf\u0020\u0ca6\u0cbf\u0ca8\u0cbe\u0c82\u0c95\u0020\u0024\u0066\u0075\u006c\u006c\u0044\u0061\u0074\u0065", + "invalidDateFormatLabel": "\u0c85\u0cae\u0cbe\u0ca8\u0ccd\u0caf\u0cb5\u0cbe\u0ca6\u0020\u0cab\u0cbe\u0cb0\u0ccd\u0cae\u0ccd\u0caf\u0cbe\u0c9f\u0ccd\u002e", + "invalidDateRangeLabel": "\u0c85\u0cae\u0cbe\u0ca8\u0ccd\u0caf\u0020\u0cb6\u0ccd\u0cb0\u0cc7\u0ca3\u0cbf\u002e", + "dateOutOfRangeLabel": "\u0cb5\u0ccd\u0caf\u0cbe\u0caa\u0ccd\u0ca4\u0cbf\u0caf\u0020\u0cb9\u0cca\u0cb0\u0c97\u0cbf\u0ca6\u0cc6", + "saveButtonLabel": "\u0c89\u0cb3\u0cbf\u0cb8\u0cbf", + "datePickerHelpText": "\u0ca6\u0cbf\u0ca8\u0cbe\u0c82\u0c95\u0cb5\u0ca8\u0ccd\u0ca8\u0cc1\u0020\u0c86\u0caf\u0ccd\u0c95\u0cc6\u0cae\u0cbe\u0ca1\u0cbf", + "dateRangePickerHelpText": "\u0cb6\u0ccd\u0cb0\u0cc7\u0ca3\u0cbf\u0caf\u0ca8\u0ccd\u0ca8\u0cc1\u0020\u0c86\u0caf\u0ccd\u0c95\u0cc6\u0cae\u0cbe\u0ca1\u0cbf", + "calendarModeButtonLabel": "\u0c95\u0ccd\u0caf\u0cbe\u0cb2\u0cc6\u0c82\u0ca1\u0cb0\u0ccd\u200c\u0c97\u0cc6\u0020\u0cac\u0ca6\u0cb2\u0cbf\u0cb8\u0cbf", + "inputDateModeButtonLabel": "\u0c87\u0ca8\u0ccd\u200c\u0caa\u0cc1\u0c9f\u0ccd\u200c\u0c97\u0cc6\u0020\u0cac\u0ca6\u0cb2\u0cbf\u0cb8\u0cbf", "licensesPackageDetailTextOne": "\u0031\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065", "licensesPackageDetailTextOther": "\u0024\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0043\u006f\u0075\u006e\u0074\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0073", "timePickerDialHelpText": "\u0053\u0045\u004c\u0045\u0043\u0054\u0020\u0054\u0049\u004d\u0045", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index dfa55ef89156..9ad64ccd21ae 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -54,23 +54,23 @@ "refreshIndicatorSemanticLabel": "새로고침", "moreButtonTooltip": "더보기", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "yyyy/mm/dd", + "selectYearSemanticsLabel": "연도 선택", + "unspecifiedDate": "날짜", + "unspecifiedDateRange": "기간", + "dateInputLabel": "날짜 입력", + "dateRangeStartLabel": "시작일", + "dateRangeEndLabel": "종료일", + "dateRangeStartDateSemanticLabel": "시작일 $fullDate", + "dateRangeEndDateSemanticLabel": "종료일 $fullDate", + "invalidDateFormatLabel": "형식이 잘못되었습니다.", + "invalidDateRangeLabel": "날짜 범위가 잘못되었습니다.", + "dateOutOfRangeLabel": "범위를 벗어났습니다.", + "saveButtonLabel": "저장", + "datePickerHelpText": "날짜 선택", + "dateRangePickerHelpText": "범위 선택", + "calendarModeButtonLabel": "캘린더 모드로 전환", + "inputDateModeButtonLabel": "입력 모드로 전환", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ky.arb b/packages/flutter_localizations/lib/src/l10n/material_ky.arb index dacc99eef603..5191ee5b8bf2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ky.arb @@ -53,23 +53,23 @@ "refreshIndicatorSemanticLabel": "Жаңыртуу", "moreButtonTooltip": "Дагы", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "аа/кк/жжжж", + "selectYearSemanticsLabel": "Жылды тандоо", + "unspecifiedDate": "Күн", + "unspecifiedDateRange": "Даталар диапазону", + "dateInputLabel": "Күндү киргизүү", + "dateRangeStartLabel": "Баштоо күнү", + "dateRangeEndLabel": "Аяктоо күнү", + "dateRangeStartDateSemanticLabel": "Баштоо күнү $fullDate", + "dateRangeEndDateSemanticLabel": "Аяктоо күнү $fullDate", + "invalidDateFormatLabel": "Жараксыз формат.", + "invalidDateRangeLabel": "Жараксыз диапазон.", + "dateOutOfRangeLabel": "Аракет чегинен тышкары.", + "saveButtonLabel": "САКТОО", + "datePickerHelpText": "КҮНДҮ ТАНДОО", + "dateRangePickerHelpText": "ДИАПАЗОНДУ ТАНДОО", + "calendarModeButtonLabel": "Жылнаамага которулуңуз", + "inputDateModeButtonLabel": "Терип киргизүү режимине которулуңуз", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_lo.arb b/packages/flutter_localizations/lib/src/l10n/material_lo.arb index 9257a02da9bc..2197e4a69dd5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lo.arb @@ -53,23 +53,23 @@ "refreshIndicatorSemanticLabel": "ໂຫຼດຄືນໃໝ່", "moreButtonTooltip": "ເພີ່ມເຕີມ", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "ດດ/ວວ/ປປປປ", + "selectYearSemanticsLabel": "ເລືອກ​ປີ", + "unspecifiedDate": "ວັນທີ", + "unspecifiedDateRange": "ຊ່ວງວັນທີ", + "dateInputLabel": "ໃສ່ວັນທີ", + "dateRangeStartLabel": "ວັນທີເລີ່ມຕົ້ນ", + "dateRangeEndLabel": "ວັນທີສິ້ນສຸດ", + "dateRangeStartDateSemanticLabel": "ວັນທີເລີ່ມຕົ້ນ $fullDate", + "dateRangeEndDateSemanticLabel": "ວັນທີສິ້ນສຸດ $fullDate", + "invalidDateFormatLabel": "ຮູບແບບບໍ່ຖືກຕ້ອງ.", + "invalidDateRangeLabel": "ໄລຍະບໍ່ຖືກຕ້ອງ.", + "dateOutOfRangeLabel": "ຢູ່ນອກໄລຍະ.", + "saveButtonLabel": "ບັນທຶກ", + "datePickerHelpText": "ເລືອກວັນທີ", + "dateRangePickerHelpText": "ເລືອກໄລຍະ", + "calendarModeButtonLabel": "ສະຫຼັບໄປປະຕິທິນ", + "inputDateModeButtonLabel": "ສະຫຼັບໄປການປ້ອນຂໍ້ມູນ", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_lt.arb b/packages/flutter_localizations/lib/src/l10n/material_lt.arb index b2074851fac7..93a2261a17c5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lt.arb @@ -59,22 +59,22 @@ "moreButtonTooltip": "Daugiau", "dateSeparator": "/", "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "selectYearSemanticsLabel": "Pasirinkite metus", + "unspecifiedDate": "Data", + "unspecifiedDateRange": "Dienų seka", + "dateInputLabel": "Įveskite datą", + "dateRangeStartLabel": "Pradžios data", + "dateRangeEndLabel": "Pabaigos data", + "dateRangeStartDateSemanticLabel": "Pradžios data: $fullDate", + "dateRangeEndDateSemanticLabel": "Pabaigos data: $fullDate", + "invalidDateFormatLabel": "Netinkamas formatas.", + "invalidDateRangeLabel": "Netinkamas diapazonas.", + "dateOutOfRangeLabel": "Nepatenka į diapazoną.", + "saveButtonLabel": "IŠSAUGOTI", + "datePickerHelpText": "PASIRINKITE DATĄ", + "dateRangePickerHelpText": "PASIRINKITE DIAPAZONĄ", + "calendarModeButtonLabel": "Perjungti į kalendorių", + "inputDateModeButtonLabel": "Perjungti į įvestį", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_lv.arb b/packages/flutter_localizations/lib/src/l10n/material_lv.arb index 2bfff981ae9f..ff153e0b3f2d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lv.arb @@ -55,23 +55,23 @@ "refreshIndicatorSemanticLabel": "Atsvaidzināt", "moreButtonTooltip": "Vairāk", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "dd/mm/gggg", + "selectYearSemanticsLabel": "Atlasiet gadu", + "unspecifiedDate": "Datums", + "unspecifiedDateRange": "Datumu diapazons", + "dateInputLabel": "Ievadiet datumu", + "dateRangeStartLabel": "Sākuma datums", + "dateRangeEndLabel": "Beigu datums", + "dateRangeStartDateSemanticLabel": "Sākuma datums: $fullDate", + "dateRangeEndDateSemanticLabel": "Beigu datums: $fullDate", + "invalidDateFormatLabel": "Nederīgs formāts.", + "invalidDateRangeLabel": "Nederīgs diapazons.", + "dateOutOfRangeLabel": "Ārpus diapazona.", + "saveButtonLabel": "SAGLABĀT", + "datePickerHelpText": "ATLASIET DATUMU", + "dateRangePickerHelpText": "ATLASIET DIAPAZONU", + "calendarModeButtonLabel": "Pārslēgties uz kalendāru", + "inputDateModeButtonLabel": "Pārslēgties uz ievadi", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_mk.arb b/packages/flutter_localizations/lib/src/l10n/material_mk.arb index 9bab6686e031..cd31074b0040 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mk.arb @@ -54,22 +54,22 @@ "moreButtonTooltip": "Уште", "dateSeparator": "/", "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "selectYearSemanticsLabel": "Изберете година", + "unspecifiedDate": "Датум", + "unspecifiedDateRange": "Временски период", + "dateInputLabel": "Внесете датум", + "dateRangeStartLabel": "Датум на започнување", + "dateRangeEndLabel": "Краен датум", + "dateRangeStartDateSemanticLabel": "Датум на започнување $fullDate", + "dateRangeEndDateSemanticLabel": "Краен датум $fullDate", + "invalidDateFormatLabel": "Неважечки формат.", + "invalidDateRangeLabel": "Погрешен опсег.", + "dateOutOfRangeLabel": "Надвор од опсег.", + "saveButtonLabel": "ЗАЧУВАЈ", + "datePickerHelpText": "ИЗБЕРЕТЕ ДАТУМ", + "dateRangePickerHelpText": "ИЗБЕРЕТЕ ОПСЕГ", + "calendarModeButtonLabel": "Префрли на календар", + "inputDateModeButtonLabel": "Префрли на внесување", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ml.arb b/packages/flutter_localizations/lib/src/l10n/material_ml.arb index a6fee6393065..965ba628235e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ml.arb @@ -54,22 +54,22 @@ "moreButtonTooltip": "കൂടുതൽ", "dateSeparator": "/", "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "selectYearSemanticsLabel": "വർഷം തിരഞ്ഞെടുക്കുക", + "unspecifiedDate": "തീയതി", + "unspecifiedDateRange": "തീയതി ശ്രേണി", + "dateInputLabel": "തീയതി നൽകുക", + "dateRangeStartLabel": "ആരംഭിക്കുന്ന തീയതി", + "dateRangeEndLabel": "അവസാനിക്കുന്ന തീയതി", + "dateRangeStartDateSemanticLabel": "ആരംഭിക്കുന്ന തീയതി $fullDate", + "dateRangeEndDateSemanticLabel": "അവസാനിക്കുന്ന തീയതി $fullDate", + "invalidDateFormatLabel": "തെറ്റായ ഫോർമാറ്റ്.", + "invalidDateRangeLabel": "തെറ്റായ ശ്രേണി.", + "dateOutOfRangeLabel": "സാധുവായ ശ്രേണിക്ക് പുറത്താണ്.", + "saveButtonLabel": "സംരക്ഷിക്കുക", + "datePickerHelpText": "തീയതി തിരഞ്ഞെടുക്കുക", + "dateRangePickerHelpText": "ശ്രേണി തിരഞ്ഞെടുക്കുക", + "calendarModeButtonLabel": "കലണ്ടറിലേക്ക് മാറുക", + "inputDateModeButtonLabel": "ഇൻപുട്ടിലേക്ക് മാറുക", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_mn.arb b/packages/flutter_localizations/lib/src/l10n/material_mn.arb index 638f16553fd7..eb31a496c5bd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mn.arb @@ -55,23 +55,23 @@ "refreshIndicatorSemanticLabel": "Сэргээх", "moreButtonTooltip": "Бусад", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "сар/өдөр/жил", + "selectYearSemanticsLabel": "Жил сонгох", + "unspecifiedDate": "Огноо", + "unspecifiedDateRange": "Хугацааны интервал", + "dateInputLabel": "Огноо оруулах", + "dateRangeStartLabel": "Эхлэх огноо", + "dateRangeEndLabel": "Дуусах огноо", + "dateRangeStartDateSemanticLabel": "Эхлэх огноо $fullDate", + "dateRangeEndDateSemanticLabel": "Дуусах огноо $fullDate", + "invalidDateFormatLabel": "Буруу формат байна.", + "invalidDateRangeLabel": "Буруу интервал байна.", + "dateOutOfRangeLabel": "Интервалаас гадуур байна.", + "saveButtonLabel": "ХАДГАЛАХ", + "datePickerHelpText": "ОГНОО СОНГОХ", + "dateRangePickerHelpText": "ИНТЕРВАЛ СОНГОХ", + "calendarModeButtonLabel": "Календарь луу сэлгэх", + "inputDateModeButtonLabel": "Оролт руу сэлгэх", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_mr.arb b/packages/flutter_localizations/lib/src/l10n/material_mr.arb index 09d5a7773477..46a5c5df6a2a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mr.arb @@ -55,23 +55,23 @@ "refreshIndicatorSemanticLabel": "रिफ्रेश करा", "moreButtonTooltip": "आणखी", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "dd/mm/yyyy", + "selectYearSemanticsLabel": "वर्ष निवडा", + "unspecifiedDate": "तारीख", + "unspecifiedDateRange": "तारीख श्रेणी", + "dateInputLabel": "तारीख एंटर करा", + "dateRangeStartLabel": "सुरू होण्याची तारीख", + "dateRangeEndLabel": "संपण्याची तारीख", + "dateRangeStartDateSemanticLabel": "सुरू होण्याची तारीख $fullDate", + "dateRangeEndDateSemanticLabel": "संपण्याची तारीख $fullDate", + "invalidDateFormatLabel": "फॉरमॅट चुकीचा आहे.", + "invalidDateRangeLabel": "श्रेणी चुकीची आहे.", + "dateOutOfRangeLabel": "श्रेणीच्या बाहेर आहे.", + "saveButtonLabel": "सेव्ह करा", + "datePickerHelpText": "तारीख निवडा", + "dateRangePickerHelpText": "श्रेणी निवडा", + "calendarModeButtonLabel": "कॅलेंडरवर स्विच करा", + "inputDateModeButtonLabel": "इनपुटवर स्विच करा", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ms.arb b/packages/flutter_localizations/lib/src/l10n/material_ms.arb index 9a6756e898ea..2a831f803585 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ms.arb @@ -55,23 +55,23 @@ "refreshIndicatorSemanticLabel": "Muat semula", "moreButtonTooltip": "Lagi", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "bb/hh/tttt", + "selectYearSemanticsLabel": "Pilih tahun", + "unspecifiedDate": "Tarikh", + "unspecifiedDateRange": "Julat Tarikh", + "dateInputLabel": "Masukkan Tarikh", + "dateRangeStartLabel": "Tarikh Mula", + "dateRangeEndLabel": "Tarikh Tamat", + "dateRangeStartDateSemanticLabel": "Tarikh mula ialah $fullDate", + "dateRangeEndDateSemanticLabel": "Tarikh tamat ialah $fullDate", + "invalidDateFormatLabel": "Format tidak sah.", + "invalidDateRangeLabel": "Julat tidak sah.", + "dateOutOfRangeLabel": "Di luar julat.", + "saveButtonLabel": "SIMPAN", + "datePickerHelpText": "PILIH TARIKH", + "dateRangePickerHelpText": "PILIH JULAT", + "calendarModeButtonLabel": "Tukar kepada kalendar", + "inputDateModeButtonLabel": "Tukar kepada input", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_my.arb b/packages/flutter_localizations/lib/src/l10n/material_my.arb index 2bff720bb7e7..f5a779377209 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_my.arb @@ -54,22 +54,22 @@ "moreButtonTooltip": "နောက်ထပ်", "dateSeparator": "/", "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "selectYearSemanticsLabel": "ခုနှစ် ရွေးရန်", + "unspecifiedDate": "ရက်စွဲ", + "unspecifiedDateRange": "ရက်အပိုင်းအခြား", + "dateInputLabel": "ရက်စွဲ ထည့်ရန်", + "dateRangeStartLabel": "စတင်သည့် ရက်စွဲ", + "dateRangeEndLabel": "ပြီးဆုံးရက်စွဲ", + "dateRangeStartDateSemanticLabel": "စတင်သည့် ရက်စွဲ $fullDate", + "dateRangeEndDateSemanticLabel": "ပြီးဆုံးရက်စွဲ $fullDate", + "invalidDateFormatLabel": "ဖော်မက် မမှန်ကန်ပါ။", + "invalidDateRangeLabel": "အပိုင်းအခြား မမှန်ပါ။", + "dateOutOfRangeLabel": "အပိုင်းအခြား ပြင်ပတွင်ဖြစ်နေသည်။", + "saveButtonLabel": "သိမ်းရန်", + "datePickerHelpText": "ရက်စွဲရွေးပါ", + "dateRangePickerHelpText": "အပိုင်းအခြား ရွေးရန်", + "calendarModeButtonLabel": "ပြက္ခဒိန်သို့ ပြောင်းရန်", + "inputDateModeButtonLabel": "ထည့်သွင်းမှုသို့ ပြောင်းရန်", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ne.arb b/packages/flutter_localizations/lib/src/l10n/material_ne.arb index b3e0949008d0..97900f68514f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ne.arb @@ -54,22 +54,22 @@ "moreButtonTooltip": "थप", "dateSeparator": "/", "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "selectYearSemanticsLabel": "वर्ष छान्नुहोस्", + "unspecifiedDate": "मिति", + "unspecifiedDateRange": "मितिको दायरा", + "dateInputLabel": "मिति प्रविष्टि गर्नुहोस्", + "dateRangeStartLabel": "सुरु हुने मिति", + "dateRangeEndLabel": "समाप्त हुने मिति", + "dateRangeStartDateSemanticLabel": "सुरु हुने मिति $fullDate", + "dateRangeEndDateSemanticLabel": "समाप्त हुने मिति $fullDate", + "invalidDateFormatLabel": "अवैध ढाँचा।", + "invalidDateRangeLabel": "अवैध दायरा।", + "dateOutOfRangeLabel": "दायराभन्दा बाहिर", + "saveButtonLabel": "सुरक्षित गर्नुहोस्", + "datePickerHelpText": "मिति चयन गर्नुहोस्", + "dateRangePickerHelpText": "दायरा चयन गर्नुहोस्", + "calendarModeButtonLabel": "पात्रो मोड प्रयोग गर्नुहोस्", + "inputDateModeButtonLabel": "इनपुट मोड प्रयोग गर्नुहोस्", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index f8d40cb366a7..d4f7c0d2c3b2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -54,23 +54,23 @@ "refreshIndicatorSemanticLabel": "Vernieuwen", "moreButtonTooltip": "Meer", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "dd-mm-jjjj", + "selectYearSemanticsLabel": "Jaar selecteren", + "unspecifiedDate": "Datum", + "unspecifiedDateRange": "Periode", + "dateInputLabel": "Datum opgeven", + "dateRangeStartLabel": "Startdatum", + "dateRangeEndLabel": "Einddatum", + "dateRangeStartDateSemanticLabel": "Startdatum $fullDate", + "dateRangeEndDateSemanticLabel": "Einddatum $fullDate", + "invalidDateFormatLabel": "Ongeldige indeling.", + "invalidDateRangeLabel": "Ongeldige periode.", + "dateOutOfRangeLabel": "Buiten bereik.", + "saveButtonLabel": "OPSLAAN", + "datePickerHelpText": "DATUM SELECTEREN", + "dateRangePickerHelpText": "PERIODE SELECTEREN", + "calendarModeButtonLabel": "Overschakelen naar kalender", + "inputDateModeButtonLabel": "Overschakelen naar invoer", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_no.arb b/packages/flutter_localizations/lib/src/l10n/material_no.arb index 4515a2d1b2cc..1391d47f9c2e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_no.arb @@ -54,23 +54,23 @@ "remainingTextFieldCharacterCountOther": "$remainingCount tegn gjenstår", "refreshIndicatorSemanticLabel": "Laster inn på nytt", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "mm/dd/åååå", + "selectYearSemanticsLabel": "Velg året", + "unspecifiedDate": "Dato", + "unspecifiedDateRange": "Datoperiode", + "dateInputLabel": "Skriv inn datoen", + "dateRangeStartLabel": "Startdato", + "dateRangeEndLabel": "Sluttdato", + "dateRangeStartDateSemanticLabel": "Startdato $fullDate", + "dateRangeEndDateSemanticLabel": "Sluttdato $fullDate", + "invalidDateFormatLabel": "Ugyldig format.", + "invalidDateRangeLabel": "Ugyldig periode.", + "dateOutOfRangeLabel": "Utenfor perioden.", + "saveButtonLabel": "LAGRE", + "datePickerHelpText": "VELG DATOEN", + "dateRangePickerHelpText": "VELG PERIODEN", + "calendarModeButtonLabel": "Bytt til kalender", + "inputDateModeButtonLabel": "Bytt til innskriving", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_or.arb b/packages/flutter_localizations/lib/src/l10n/material_or.arb index c174ca7129cf..7b7a9da8466a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_or.arb @@ -54,22 +54,22 @@ "moreButtonTooltip": "ଅଧିକ", "dateSeparator": "/", "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "selectYearSemanticsLabel": "ବର୍ଷ ଚୟନ କରନ୍ତୁ", + "unspecifiedDate": "ତାରିଖ", + "unspecifiedDateRange": "ତାରିଖ ସୀମା", + "dateInputLabel": "ତାରିଖ ଲେଖନ୍ତୁ", + "dateRangeStartLabel": "ଆରମ୍ଭ ତାରିଖ", + "dateRangeEndLabel": "ଶେଷ ତାରିଖ", + "dateRangeStartDateSemanticLabel": "ଆରମ୍ଭ ତାରିଖ $fullDate", + "dateRangeEndDateSemanticLabel": "ଶେଷ ତାରିଖ $fullDate", + "invalidDateFormatLabel": "ଅବୈଧ ଫର୍ମାଟ୍।", + "invalidDateRangeLabel": "ଅବୈଧ ସୀମା।", + "dateOutOfRangeLabel": "ସୀମା ବାହାରେ।", + "saveButtonLabel": "ସେଭ୍ କରନ୍ତୁ", + "datePickerHelpText": "ତାରିଖ ଚୟନ କରନ୍ତୁ", + "dateRangePickerHelpText": "ସୀମା ଚୟନ କରନ୍ତୁ", + "calendarModeButtonLabel": "କ୍ୟାଲେଣ୍ଡରକୁ ସ୍ୱିଚ୍ କରନ୍ତୁ", + "inputDateModeButtonLabel": "ଇନପୁଟକୁ ସ୍ୱିଚ୍ କରନ୍ତୁ", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_pa.arb b/packages/flutter_localizations/lib/src/l10n/material_pa.arb index d2b545048f6c..620530c0ef80 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pa.arb @@ -54,22 +54,22 @@ "moreButtonTooltip": "ਹੋਰ", "dateSeparator": "/", "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "selectYearSemanticsLabel": "ਸਾਲ ਚੁਣੋ", + "unspecifiedDate": "ਤਾਰੀਖ", + "unspecifiedDateRange": "ਤਾਰੀਖ ਦੀ ਰੇਂਜ", + "dateInputLabel": "ਤਾਰੀਖ ਦਾਖਲ ਕਰੋ", + "dateRangeStartLabel": "ਸ਼ੁਰੂਆਤੀ ਤਾਰੀਖ", + "dateRangeEndLabel": "ਸਮਾਪਤੀ ਦੀ ਤਾਰੀਖ", + "dateRangeStartDateSemanticLabel": "ਸ਼ੁਰੂਆਤੀ ਤਾਰੀਖ $fullDate", + "dateRangeEndDateSemanticLabel": "ਸਮਾਪਤੀ ਦੀ ਤਾਰੀਖ $fullDate", + "invalidDateFormatLabel": "ਅਵੈਧ ਫਾਰਮੈਟ।", + "invalidDateRangeLabel": "ਅਵੈਧ ਰੇਂਜ।", + "dateOutOfRangeLabel": "ਰੇਂਜ-ਤੋਂ-ਬਾਹਰ।", + "saveButtonLabel": "ਰੱਖਿਅਤ ਕਰੋ", + "datePickerHelpText": "ਤਾਰੀਖ ਚੁਣੋ", + "dateRangePickerHelpText": "ਰੇਂਜ ਚੁਣੋ", + "calendarModeButtonLabel": "ਕੈਲੰਡਰ 'ਤੇ ਜਾਓ", + "inputDateModeButtonLabel": "ਇਨਪੁੱਟ 'ਤੇ ਜਾਓ", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index b56780b8d11b..e325f08c475b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -57,24 +57,24 @@ "remainingTextFieldCharacterCountOther": "Pozostało $remainingCount znaków", "refreshIndicatorSemanticLabel": "Odśwież", "moreButtonTooltip": "Więcej", - "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateSeparator": ".", + "dateHelpText": "dd.mm.rrrr", + "selectYearSemanticsLabel": "Wybierz rok", + "unspecifiedDate": "Data", + "unspecifiedDateRange": "Zakres dat", + "dateInputLabel": "Wpisz datę", + "dateRangeStartLabel": "Data rozpoczęcia", + "dateRangeEndLabel": "Data zakończenia", + "dateRangeStartDateSemanticLabel": "Data rozpoczęcia: $fullDate", + "dateRangeEndDateSemanticLabel": "Data zakończenia: $fullDate", + "invalidDateFormatLabel": "Nieprawidłowy format.", + "invalidDateRangeLabel": "Nieprawidłowy zakres.", + "dateOutOfRangeLabel": "Poza zakresem.", + "saveButtonLabel": "ZAPISZ", + "datePickerHelpText": "WYBIERZ DATĘ", + "dateRangePickerHelpText": "WYBIERZ ZAKRES", + "calendarModeButtonLabel": "Przełącz na kalendarz", + "inputDateModeButtonLabel": "Przełącz na wpisywanie", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index 2dec57457bc0..96a5dc83ae74 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -56,23 +56,23 @@ "refreshIndicatorSemanticLabel": "Atualizar", "moreButtonTooltip": "Mais", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "dd/mm/aaaa", + "selectYearSemanticsLabel": "Selecione o ano", + "unspecifiedDate": "Data", + "unspecifiedDateRange": "Período", + "dateInputLabel": "Inserir data", + "dateRangeStartLabel": "Data de início", + "dateRangeEndLabel": "Data de término", + "dateRangeStartDateSemanticLabel": "Data de início $fullDate", + "dateRangeEndDateSemanticLabel": "Data de término $fullDate", + "invalidDateFormatLabel": "Formato inválido.", + "invalidDateRangeLabel": "Intervalo inválido.", + "dateOutOfRangeLabel": "Fora de alcance.", + "saveButtonLabel": "SALVAR", + "datePickerHelpText": "SELECIONAR DATA", + "dateRangePickerHelpText": "SELECIONAR INTERVALO", + "calendarModeButtonLabel": "Mudar para agenda", + "inputDateModeButtonLabel": "Mudar para modo de entrada", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb index 0862264ef5cf..a4701da5b1c2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb @@ -1,4 +1,22 @@ { + "dateSeparator": "/", + "dateInputLabel": "Introduzir data", + "calendarModeButtonLabel": "Mude para o calendário", + "dateRangePickerHelpText": "SELECIONAR INTERVALO", + "datePickerHelpText": "SELECIONAR DATA", + "saveButtonLabel": "GUARDAR", + "dateOutOfRangeLabel": "Fora do intervalo.", + "invalidDateRangeLabel": "Intervalo inválido.", + "invalidDateFormatLabel": "Formato inválido.", + "dateRangeEndDateSemanticLabel": "Data de conclusão: $fullDate", + "dateRangeStartDateSemanticLabel": "Data de início: $fullDate", + "dateRangeEndLabel": "Data de conclusão", + "dateRangeStartLabel": "Data de início", + "inputDateModeButtonLabel": "Mude para a introdução", + "unspecifiedDateRange": "Intervalo de datas", + "unspecifiedDate": "Data", + "selectYearSemanticsLabel": "Selecionar ano", + "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Mais", "tabLabel": "Separador $tabIndex de $tabCount", "showAccountsLabel": "Mostrar contas", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/flutter_localizations/lib/src/l10n/material_ro.arb index 0339db8d424a..eb04713a5aff 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ro.arb @@ -57,23 +57,23 @@ "refreshIndicatorSemanticLabel": "Actualizați", "moreButtonTooltip": "Mai multe", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "zz/ll/aaaa", + "selectYearSemanticsLabel": "Selectați anul", + "unspecifiedDate": "Data", + "unspecifiedDateRange": "Interval de date", + "dateInputLabel": "Introduceți data", + "dateRangeStartLabel": "Data de începere", + "dateRangeEndLabel": "Data de încheiere", + "dateRangeStartDateSemanticLabel": "Data de începere: $fullDate", + "dateRangeEndDateSemanticLabel": "Data de încheiere: $fullDate", + "invalidDateFormatLabel": "Format nevalid.", + "invalidDateRangeLabel": "Interval nevalid.", + "dateOutOfRangeLabel": "Fără acoperire.", + "saveButtonLabel": "SALVAȚI", + "datePickerHelpText": "SELECTAȚI DATA", + "dateRangePickerHelpText": "SELECTAȚI UN INTERVAL", + "calendarModeButtonLabel": "Comutați la calendar", + "inputDateModeButtonLabel": "Comutați la introducerea textului", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index b635e4d95940..d9c471322bf5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -58,24 +58,24 @@ "remainingTextFieldCharacterCountOther": "Осталось $remainingCount символа", "refreshIndicatorSemanticLabel": "Обновление", "moreButtonTooltip": "Ещё", - "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateSeparator": ".", + "dateHelpText": "дд.мм.гггг", + "selectYearSemanticsLabel": "Выберите год", + "unspecifiedDate": "Дата", + "unspecifiedDateRange": "Диапазон дат", + "dateInputLabel": "Введите дату", + "dateRangeStartLabel": "Дата начала", + "dateRangeEndLabel": "Дата окончания", + "dateRangeStartDateSemanticLabel": "Дата начала: $fullDate", + "dateRangeEndDateSemanticLabel": "Дата окончания: $fullDate", + "invalidDateFormatLabel": "Недопустимый формат даты.", + "invalidDateRangeLabel": "Недопустимый диапазон.", + "dateOutOfRangeLabel": "Дата находится вне допустимого диапазона.", + "saveButtonLabel": "СОХРАНИТЬ", + "datePickerHelpText": "ВЫБЕРИТЕ ДАТУ", + "dateRangePickerHelpText": "ВЫБЕРИТЕ ДИАПАЗОН ДАТ", + "calendarModeButtonLabel": "Переключиться на календарь", + "inputDateModeButtonLabel": "Переключиться на ручной ввод", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_si.arb b/packages/flutter_localizations/lib/src/l10n/material_si.arb index 374e28503b73..074d23d7f40d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_si.arb @@ -54,22 +54,22 @@ "moreButtonTooltip": "තව", "dateSeparator": "/", "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "selectYearSemanticsLabel": "වර්ෂය තෝරන්න", + "unspecifiedDate": "දිනය", + "unspecifiedDateRange": "දින පරාසය", + "dateInputLabel": "දිනය ඇතුළු කරන්න", + "dateRangeStartLabel": "ආරම්භක දිනය", + "dateRangeEndLabel": "අවසන් වන දිනය", + "dateRangeStartDateSemanticLabel": "ආරම්භක දිනය $fullDate", + "dateRangeEndDateSemanticLabel": "අවසන් වන දිනය $fullDate", + "invalidDateFormatLabel": "අවලංගු ආකෘතියකි.", + "invalidDateRangeLabel": "අවලංගු පරාසයකි.", + "dateOutOfRangeLabel": "පරාසයෙන් පිටත.", + "saveButtonLabel": "සුරකින්න", + "datePickerHelpText": "දිනය තෝරන්න", + "dateRangePickerHelpText": "පරාසය තෝරන්න", + "calendarModeButtonLabel": "දින දර්ශනය වෙත මාරු වන්න", + "inputDateModeButtonLabel": "ආදානය වෙත මාරු වන්න", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sk.arb b/packages/flutter_localizations/lib/src/l10n/material_sk.arb index 1f8053530f12..770729f781d5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sk.arb @@ -59,22 +59,22 @@ "moreButtonTooltip": "Viac", "dateSeparator": "/", "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "selectYearSemanticsLabel": "Vyberte rok", + "unspecifiedDate": "Dátum", + "unspecifiedDateRange": "Obdobie", + "dateInputLabel": "Zadajte dátum", + "dateRangeStartLabel": "Dátum začatia", + "dateRangeEndLabel": "Dátum ukončenia", + "dateRangeStartDateSemanticLabel": "Dátum začatia $fullDate", + "dateRangeEndDateSemanticLabel": "Dátum ukončenia $fullDate", + "invalidDateFormatLabel": "Neplatný formát.", + "invalidDateRangeLabel": "Neplatný rozsah.", + "dateOutOfRangeLabel": "Mimo rozsahu.", + "saveButtonLabel": "ULOŽIŤ", + "datePickerHelpText": "VYBERTE DÁTUM", + "dateRangePickerHelpText": "VYBERTE ROZSAH", + "calendarModeButtonLabel": "Prepnúť na kalendár", + "inputDateModeButtonLabel": "Prepnúť na zadávanie", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sl.arb b/packages/flutter_localizations/lib/src/l10n/material_sl.arb index a8ebe45e6cbc..867bffd0a49e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sl.arb @@ -58,23 +58,23 @@ "refreshIndicatorSemanticLabel": "Osveži", "moreButtonTooltip": "Več", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "dd/mm/llll", + "selectYearSemanticsLabel": "Izberite leto", + "unspecifiedDate": "Datum", + "unspecifiedDateRange": "Časovno obdobje", + "dateInputLabel": "Vnesite datum", + "dateRangeStartLabel": "Začetni datum", + "dateRangeEndLabel": "Končni datum", + "dateRangeStartDateSemanticLabel": "Začetni datum $fullDate", + "dateRangeEndDateSemanticLabel": "Končni datum $fullDate", + "invalidDateFormatLabel": "Neveljavna oblika", + "invalidDateRangeLabel": "Neveljavno obdobje", + "dateOutOfRangeLabel": "Zunaj dovoljenega obdobja", + "saveButtonLabel": "SHRANI", + "datePickerHelpText": "IZBIRA DATUMA", + "dateRangePickerHelpText": "IZBIRA OBDOBJA", + "calendarModeButtonLabel": "Preklop na koledar", + "inputDateModeButtonLabel": "Preklop na vnos", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sq.arb b/packages/flutter_localizations/lib/src/l10n/material_sq.arb index 3150a5a18b1a..a7ae541d38a5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sq.arb @@ -52,24 +52,24 @@ "remainingTextFieldCharacterCountOther": "$remainingCount karaktere të mbetura", "refreshIndicatorSemanticLabel": "Rifresko", "moreButtonTooltip": "Më shumë", - "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateSeparator": ".", + "dateHelpText": "dd.mm.yyyy", + "selectYearSemanticsLabel": "Zgjidh vitin", + "unspecifiedDate": "Data", + "unspecifiedDateRange": "Gama e datave", + "dateInputLabel": "Vendos datën", + "dateRangeStartLabel": "Data e fillimit", + "dateRangeEndLabel": "Data e mbarimit", + "dateRangeStartDateSemanticLabel": "Data e fillimit: $fullDate", + "dateRangeEndDateSemanticLabel": "Data e mbarimit: $fullDate", + "invalidDateFormatLabel": "Format i pavlefshëm.", + "invalidDateRangeLabel": "Gamë e pavlefshme.", + "dateOutOfRangeLabel": "Jashtë rrezes.", + "saveButtonLabel": "RUAJ", + "datePickerHelpText": "ZGJIDH DATËN", + "dateRangePickerHelpText": "ZGJIDH GAMËN", + "calendarModeButtonLabel": "Kalo te kalendari", + "inputDateModeButtonLabel": "Kalo te hyrja", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr.arb b/packages/flutter_localizations/lib/src/l10n/material_sr.arb index 25101cbb7c1f..eb31b4c0d21c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr.arb @@ -56,23 +56,23 @@ "refreshIndicatorSemanticLabel": "Освежи", "moreButtonTooltip": "Још", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "дд/мм/гггг", + "selectYearSemanticsLabel": "Изаберите годину", + "unspecifiedDate": "Датум", + "unspecifiedDateRange": "Период", + "dateInputLabel": "Унесите датум", + "dateRangeStartLabel": "Датум почетка", + "dateRangeEndLabel": "Датум завршетка", + "dateRangeStartDateSemanticLabel": "Датум почетка: $fullDate", + "dateRangeEndDateSemanticLabel": "Датум завршетка: $fullDate", + "invalidDateFormatLabel": "Формат је неважећи.", + "invalidDateRangeLabel": "Период је неважећи.", + "dateOutOfRangeLabel": "Изван периода.", + "saveButtonLabel": "САЧУВАЈ", + "datePickerHelpText": "ИЗАБЕРИТЕ ДАТУМ", + "dateRangePickerHelpText": "ИЗАБЕРИТЕ ПЕРИОД", + "calendarModeButtonLabel": "Пређите на календар", + "inputDateModeButtonLabel": "Пређите на унос", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb b/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb index cb4d33853577..70de5608ff7a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb @@ -1,4 +1,22 @@ { + "dateSeparator": "/", + "dateInputLabel": "Unesite datum", + "calendarModeButtonLabel": "Pređite na kalendar", + "dateRangePickerHelpText": "IZABERITE PERIOD", + "datePickerHelpText": "IZABERITE DATUM", + "saveButtonLabel": "SAČUVAJ", + "dateOutOfRangeLabel": "Izvan perioda.", + "invalidDateRangeLabel": "Period je nevažeći.", + "invalidDateFormatLabel": "Format je nevažeći.", + "dateRangeEndDateSemanticLabel": "Datum završetka: $fullDate", + "dateRangeStartDateSemanticLabel": "Datum početka: $fullDate", + "dateRangeEndLabel": "Datum završetka", + "dateRangeStartLabel": "Datum početka", + "inputDateModeButtonLabel": "Pređite na unos", + "unspecifiedDateRange": "Period", + "unspecifiedDate": "Datum", + "selectYearSemanticsLabel": "Izaberite godinu", + "dateHelpText": "dd/mm/gggg", "moreButtonTooltip": "Još", "remainingTextFieldCharacterCountFew": "Preostala su $remainingCount znaka", "scriptCategory": "English-like", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sv.arb b/packages/flutter_localizations/lib/src/l10n/material_sv.arb index 408a78e310bd..31ff600261d9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sv.arb @@ -54,23 +54,23 @@ "refreshIndicatorSemanticLabel": "Uppdatera", "moreButtonTooltip": "Mer", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "mm/dd/åååå", + "selectYearSemanticsLabel": "Välj år", + "unspecifiedDate": "Datum", + "unspecifiedDateRange": "Datumintervall", + "dateInputLabel": "Ange datum", + "dateRangeStartLabel": "Startdatum", + "dateRangeEndLabel": "Slutdatum", + "dateRangeStartDateSemanticLabel": "Startdatum $fullDate", + "dateRangeEndDateSemanticLabel": "Slutdatum $fullDate", + "invalidDateFormatLabel": "Ogiltigt format.", + "invalidDateRangeLabel": "Ogiltigt intervall.", + "dateOutOfRangeLabel": "Utanför intervallet.", + "saveButtonLabel": "SPARA", + "datePickerHelpText": "VÄLJ DATUM", + "dateRangePickerHelpText": "VÄLJ INTERVALL", + "calendarModeButtonLabel": "Byt till kalender", + "inputDateModeButtonLabel": "Byt till inmatning", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sw.arb b/packages/flutter_localizations/lib/src/l10n/material_sw.arb index 294990373186..4202368082b0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sw.arb @@ -55,23 +55,23 @@ "refreshIndicatorSemanticLabel": "Onyesha upya", "moreButtonTooltip": "Zaidi", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "dd/mm/yyyy", + "selectYearSemanticsLabel": "Chagua mwaka", + "unspecifiedDate": "Tarehe", + "unspecifiedDateRange": "Kipindi", + "dateInputLabel": "Weka Tarehe", + "dateRangeStartLabel": "Tarehe ya Kuanza", + "dateRangeEndLabel": "Tarehe ya Kumalizika", + "dateRangeStartDateSemanticLabel": "Tarehe ya kuanza $fullDate", + "dateRangeEndDateSemanticLabel": "Tarehe ya kumalizika $fullDate", + "invalidDateFormatLabel": "Muundo si sahihi.", + "invalidDateRangeLabel": "Kipindi si sahihi.", + "dateOutOfRangeLabel": "Umechagua tarehe iliyo nje ya kipindi.", + "saveButtonLabel": "HIFADHI", + "datePickerHelpText": "CHAGUA TAREHE", + "dateRangePickerHelpText": "CHAGUA KIPINDI", + "calendarModeButtonLabel": "Badili utumie hali ya kalenda", + "inputDateModeButtonLabel": "Badili utumie hali ya kuweka maandishi", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ta.arb b/packages/flutter_localizations/lib/src/l10n/material_ta.arb index b9cb375224ff..0d10a883f1ea 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ta.arb @@ -56,22 +56,22 @@ "moreButtonTooltip": "மேலும்", "dateSeparator": "/", "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "selectYearSemanticsLabel": "ஆண்டைத் தேர்ந்தெடுக்கவும்", + "unspecifiedDate": "தேதி", + "unspecifiedDateRange": "தேதி வரம்பு", + "dateInputLabel": "தேதியை உள்ளிடுக", + "dateRangeStartLabel": "தொடங்கும் தேதி", + "dateRangeEndLabel": "முடிவுத் தேதி", + "dateRangeStartDateSemanticLabel": "தொடங்கும் தேதி $fullDate", + "dateRangeEndDateSemanticLabel": "முடிவுத் தேதி $fullDate", + "invalidDateFormatLabel": "தவறான வடிவம்.", + "invalidDateRangeLabel": "தவறான வரம்பு.", + "dateOutOfRangeLabel": "வரம்பிற்கு வெளியே உள்ளது.", + "saveButtonLabel": "சேமி", + "datePickerHelpText": "தேதியைத் தேர்ந்தெடுக்கவும்", + "dateRangePickerHelpText": "வரம்பைத் தேர்ந்தெடுக்கவும்", + "calendarModeButtonLabel": "கேலெண்டருக்கு மாற்று", + "inputDateModeButtonLabel": "உள்ளீட்டுக்கு மாற்று", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_te.arb b/packages/flutter_localizations/lib/src/l10n/material_te.arb index 8ba1530e8cb7..3c7b0b201ede 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_te.arb @@ -54,22 +54,22 @@ "moreButtonTooltip": "మరిన్ని", "dateSeparator": "/", "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "selectYearSemanticsLabel": "సంవత్సరాన్ని ఎంచుకోండి", + "unspecifiedDate": "తేదీ", + "unspecifiedDateRange": "తేదీల పరిధి", + "dateInputLabel": "తేదీని ఎంటర్ చేయండి", + "dateRangeStartLabel": "ప్రారంభ తేదీ", + "dateRangeEndLabel": "ముగింపు తేదీ", + "dateRangeStartDateSemanticLabel": "ప్రారంభ తేదీ $fullDate", + "dateRangeEndDateSemanticLabel": "ముగింపు తేదీ $fullDate", + "invalidDateFormatLabel": "ఫార్మాట్ చెల్లదు.", + "invalidDateRangeLabel": "పరిధి చెల్లదు.", + "dateOutOfRangeLabel": "పరిధి వెలుపల ఉంది.", + "saveButtonLabel": "సేవ్ చేయి", + "datePickerHelpText": "తేదీని ఎంచుకోండి", + "dateRangePickerHelpText": "పరిధిని ఎంచుకోండి", + "calendarModeButtonLabel": "క్యాలెండర్‌కు మారండి", + "inputDateModeButtonLabel": "ఇన్‌పుట్‌కు మారండి", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/flutter_localizations/lib/src/l10n/material_th.arb index fff7ddee70e6..b3ec0df7165c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_th.arb @@ -54,23 +54,23 @@ "refreshIndicatorSemanticLabel": "รีเฟรช", "moreButtonTooltip": "เพิ่มเติม", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "ดด/วว/ปปปป", + "selectYearSemanticsLabel": "เลือกปี", + "unspecifiedDate": "วันที่", + "unspecifiedDateRange": "ช่วงวันที่", + "dateInputLabel": "ป้อนวันที่", + "dateRangeStartLabel": "วันที่เริ่มต้น", + "dateRangeEndLabel": "วันที่สิ้นสุด", + "dateRangeStartDateSemanticLabel": "วันที่เริ่มต้น $fullDate", + "dateRangeEndDateSemanticLabel": "วันที่สิ้นสุด $fullDate", + "invalidDateFormatLabel": "รูปแบบไม่ถูกต้อง", + "invalidDateRangeLabel": "ช่วงไม่ถูกต้อง", + "dateOutOfRangeLabel": "ไม่อยู่ในช่วง", + "saveButtonLabel": "บันทึก", + "datePickerHelpText": "เลือกวันที่", + "dateRangePickerHelpText": "เลือกช่วง", + "calendarModeButtonLabel": "เปลี่ยนเป็นปฏิทิน", + "inputDateModeButtonLabel": "เปลี่ยนเป็นโหมดป้อนข้อความ", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_tl.arb b/packages/flutter_localizations/lib/src/l10n/material_tl.arb index ea8855659980..3bc51255902e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tl.arb @@ -55,22 +55,22 @@ "moreButtonTooltip": "Higit Pa", "dateSeparator": "/", "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "selectYearSemanticsLabel": "Pumili ng taon", + "unspecifiedDate": "Petsa", + "unspecifiedDateRange": "Hanay ng Petsa", + "dateInputLabel": "Ilagay ang Petsa", + "dateRangeStartLabel": "Petsa ng Pagsisimula", + "dateRangeEndLabel": "Petsa ng Pagtatapos", + "dateRangeStartDateSemanticLabel": "Petsa ng pagsisimula $fullDate", + "dateRangeEndDateSemanticLabel": "Petsa ng pagtatapos $fullDate", + "invalidDateFormatLabel": "Invalid ang format.", + "invalidDateRangeLabel": "Invalid ang hanay.", + "dateOutOfRangeLabel": "Wala sa hanay.", + "saveButtonLabel": "I-SAVE", + "datePickerHelpText": "PUMILI NG PETSA", + "dateRangePickerHelpText": "PUMILI NG HANAY", + "calendarModeButtonLabel": "Lumipat sa kalendaryo", + "inputDateModeButtonLabel": "Lumipat sa input", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index 9eb8cf7e9541..9e310d8f798b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -54,23 +54,23 @@ "refreshIndicatorSemanticLabel": "Yenile", "moreButtonTooltip": "Diğer", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "aa/gg/yyyy", + "selectYearSemanticsLabel": "Yılı seçin", + "unspecifiedDate": "Tarih", + "unspecifiedDateRange": "Tarih Aralığı", + "dateInputLabel": "Tarih Girin", + "dateRangeStartLabel": "Başlangıç Tarihi", + "dateRangeEndLabel": "Bitiş Tarihi", + "dateRangeStartDateSemanticLabel": "Başlangıç tarihi $fullDate", + "dateRangeEndDateSemanticLabel": "Bitiş tarihi $fullDate", + "invalidDateFormatLabel": "Geçersiz biçim.", + "invalidDateRangeLabel": "Geçersiz aralık.", + "dateOutOfRangeLabel": "Kapsama alanı dışında.", + "saveButtonLabel": "KAYDET", + "datePickerHelpText": "TARİH SEÇİN", + "dateRangePickerHelpText": "ARALIK SEÇİN", + "calendarModeButtonLabel": "Takvime geç", + "inputDateModeButtonLabel": "Girişe geç", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_uk.arb b/packages/flutter_localizations/lib/src/l10n/material_uk.arb index 031bf6047c10..92ec77673e1f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uk.arb @@ -58,23 +58,23 @@ "refreshIndicatorSemanticLabel": "Оновити", "moreButtonTooltip": "Інші", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "дд/мм/рррр", + "selectYearSemanticsLabel": "Виберіть рік", + "unspecifiedDate": "Дата", + "unspecifiedDateRange": "Діапазон дат", + "dateInputLabel": "Введіть дату", + "dateRangeStartLabel": "Дата початку", + "dateRangeEndLabel": "Дата завершення", + "dateRangeStartDateSemanticLabel": "Дата початку $fullDate", + "dateRangeEndDateSemanticLabel": "Дата завершення $fullDate", + "invalidDateFormatLabel": "Недійсний формат.", + "invalidDateRangeLabel": "Недійсний діапазон.", + "dateOutOfRangeLabel": "За межами діапазону.", + "saveButtonLabel": "ЗБЕРЕГТИ", + "datePickerHelpText": "ВИБРАТИ ДАТУ", + "dateRangePickerHelpText": "ВИБРАТИ ДІАПАЗОН", + "calendarModeButtonLabel": "Перейти до календаря", + "inputDateModeButtonLabel": "Ввести вручну", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index 4423a596af8a..eea8417f0067 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -54,23 +54,23 @@ "refreshIndicatorSemanticLabel": "ریفریش کریں", "moreButtonTooltip": "مزید", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "dateHelpText": "dd/mm/yy", + "selectYearSemanticsLabel": "سال منتخب کریں", + "unspecifiedDate": "تاریخ", + "unspecifiedDateRange": "تاریخ کی حد", + "dateInputLabel": "تاریخ درج کریں", + "dateRangeStartLabel": "تاریخ آغاز", + "dateRangeEndLabel": "تاریخ اختتام", + "dateRangeStartDateSemanticLabel": "تاریخ آغاز $fullDate", + "dateRangeEndDateSemanticLabel": "تاریخ اختتام $fullDate", + "invalidDateFormatLabel": "غلط فارمیٹ۔", + "invalidDateRangeLabel": "غلط رینج۔", + "dateOutOfRangeLabel": "حد سے باہر۔", + "saveButtonLabel": "محفوظ کریں", + "datePickerHelpText": "تاریخ منتخب کریں", + "dateRangePickerHelpText": "حد منتخب کریں", + "calendarModeButtonLabel": "کیلنڈر پر سوئچ کریں", + "inputDateModeButtonLabel": "ان پٹ پر سوئچ کریں", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_uz.arb b/packages/flutter_localizations/lib/src/l10n/material_uz.arb index 5270b96b3c63..385b7814fca5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uz.arb @@ -54,22 +54,22 @@ "moreButtonTooltip": "Yana", "dateSeparator": "/", "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "selectYearSemanticsLabel": "Yilni tanlang", + "unspecifiedDate": "Sana", + "unspecifiedDateRange": "Sana oraligʻi", + "dateInputLabel": "Sanani kiriting", + "dateRangeStartLabel": "Boshlanish sanasi", + "dateRangeEndLabel": "Tugash sanasi", + "dateRangeStartDateSemanticLabel": "Boshlanish sanasi: $fullDate", + "dateRangeEndDateSemanticLabel": "Tugash sanasi: $fullDate", + "invalidDateFormatLabel": "Yaroqsiz format.", + "invalidDateRangeLabel": "Yaroqsiz oraliq.", + "dateOutOfRangeLabel": "Diapazondan tashqarida.", + "saveButtonLabel": "SAQLASH", + "datePickerHelpText": "SANANI TANLANG", + "dateRangePickerHelpText": "ORALIQNI TANLANG", + "calendarModeButtonLabel": "Taqvimda ochish", + "inputDateModeButtonLabel": "Mustaqil kiritish", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_vi.arb b/packages/flutter_localizations/lib/src/l10n/material_vi.arb index c48dce5e1c5a..290a6dafa683 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_vi.arb @@ -55,22 +55,22 @@ "moreButtonTooltip": "Thêm", "dateSeparator": "/", "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "selectYearSemanticsLabel": "Chọn năm", + "unspecifiedDate": "Ngày", + "unspecifiedDateRange": "Phạm vi ngày", + "dateInputLabel": "Nhập ngày", + "dateRangeStartLabel": "Ngày bắt đầu", + "dateRangeEndLabel": "Ngày kết thúc", + "dateRangeStartDateSemanticLabel": "Ngày bắt đầu $fullDate", + "dateRangeEndDateSemanticLabel": "Ngày kết thúc $fullDate", + "invalidDateFormatLabel": "Định dạng không hợp lệ.", + "invalidDateRangeLabel": "Phạm vi không hợp lệ.", + "dateOutOfRangeLabel": "Ngoài phạm vi.", + "saveButtonLabel": "LƯU", + "datePickerHelpText": "CHỌN NGÀY", + "dateRangePickerHelpText": "CHỌN PHẠM VI", + "calendarModeButtonLabel": "Chuyển sang lịch", + "inputDateModeButtonLabel": "Chuyển sang chế độ nhập", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index 0ed21d0f8352..f4613d8162f4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -55,22 +55,22 @@ "moreButtonTooltip": "更多", "dateSeparator": "/", "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "selectYearSemanticsLabel": "选择年份", + "unspecifiedDate": "日期", + "unspecifiedDateRange": "日期范围", + "dateInputLabel": "输入日期", + "dateRangeStartLabel": "开始日期", + "dateRangeEndLabel": "结束日期", + "dateRangeStartDateSemanticLabel": "开始日期为 $fullDate", + "dateRangeEndDateSemanticLabel": "结束日期为 $fullDate", + "invalidDateFormatLabel": "格式无效。", + "invalidDateRangeLabel": "范围无效。", + "dateOutOfRangeLabel": "超出范围。", + "saveButtonLabel": "保存", + "datePickerHelpText": "选择日期", + "dateRangePickerHelpText": "选择范围", + "calendarModeButtonLabel": "切换到日历模式", + "inputDateModeButtonLabel": "切换到输入模式", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb index bf9055783a5c..34b09a2609bf 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb @@ -1,4 +1,22 @@ { + "dateSeparator": "/", + "dateInputLabel": "輸入日期", + "calendarModeButtonLabel": "切換至日曆", + "dateRangePickerHelpText": "選取範圍", + "datePickerHelpText": "選取日期", + "saveButtonLabel": "儲存", + "dateOutOfRangeLabel": "超出範圍。", + "invalidDateRangeLabel": "範圍無效。", + "invalidDateFormatLabel": "格式無效。", + "dateRangeEndDateSemanticLabel": "結束日期係 $fullDate", + "dateRangeStartDateSemanticLabel": "開始日期係 $fullDate", + "dateRangeEndLabel": "結束日期", + "dateRangeStartLabel": "開始日期", + "inputDateModeButtonLabel": "切換至輸入", + "unspecifiedDateRange": "日期範圍", + "unspecifiedDate": "日期", + "selectYearSemanticsLabel": "揀年份", + "dateHelpText": "yyyy/mm/dd", "moreButtonTooltip": "更多", "tabLabel": "第 $tabIndex 個標籤,總共 $tabCount 個", "showAccountsLabel": "顯示帳戶", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb index 9f8920e2d6c8..5331842cdfc2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb @@ -1,4 +1,22 @@ { + "dateSeparator": "/", + "dateInputLabel": "輸入日期", + "calendarModeButtonLabel": "切換到日曆模式", + "dateRangePickerHelpText": "選取範圍", + "datePickerHelpText": "選取日期", + "saveButtonLabel": "儲存", + "dateOutOfRangeLabel": "超出範圍。", + "invalidDateRangeLabel": "範圍無效。", + "invalidDateFormatLabel": "格式無效。", + "dateRangeEndDateSemanticLabel": "結束日期為 $fullDate", + "dateRangeStartDateSemanticLabel": "開始日期為 $fullDate", + "dateRangeEndLabel": "結束日期", + "dateRangeStartLabel": "開始日期", + "inputDateModeButtonLabel": "切換到輸入模式", + "unspecifiedDateRange": "日期範圍", + "unspecifiedDate": "日期", + "selectYearSemanticsLabel": "選取年份", + "dateHelpText": "mm/dd/yyyy", "moreButtonTooltip": "更多", "tabLabel": "第 $tabIndex 個分頁 (共 $tabCount 個)", "showAccountsLabel": "顯示帳戶", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zu.arb b/packages/flutter_localizations/lib/src/l10n/material_zu.arb index 3fd9a95998bc..06de51dd17ac 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zu.arb @@ -54,22 +54,22 @@ "moreButtonTooltip": "Okuningi", "dateSeparator": "/", "dateHelpText": "mm/dd/yyyy", - "selectYearSemanticsLabel": "Select year", - "unspecifiedDate": "Date", - "unspecifiedDateRange": "Date Range", - "dateInputLabel": "Enter Date", - "dateRangeStartLabel": "Start Date", - "dateRangeEndLabel": "End Date", - "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndDateSemanticLabel": "End date $fullDate", - "invalidDateFormatLabel": "Invalid format.", - "invalidDateRangeLabel": "Invalid range.", - "dateOutOfRangeLabel": "Out of range.", - "saveButtonLabel": "SAVE", - "datePickerHelpText": "SELECT DATE", - "dateRangePickerHelpText": "SELECT RANGE", - "calendarModeButtonLabel": "Switch to calendar", - "inputDateModeButtonLabel": "Switch to input", + "selectYearSemanticsLabel": "Khetha unyaka", + "unspecifiedDate": "Idethi", + "unspecifiedDateRange": "Ibanga ledethi", + "dateInputLabel": "Faka idethi", + "dateRangeStartLabel": "Idethi yokuqala", + "dateRangeEndLabel": "Idethi yokugcina", + "dateRangeStartDateSemanticLabel": "Idethi yokuqala umhla ka-$fullDate", + "dateRangeEndDateSemanticLabel": "Idethi yokuphela umhla ka-$fullDate", + "invalidDateFormatLabel": "Ifomethi engavumelekile.", + "invalidDateRangeLabel": "Ibanga elingavumelekile.", + "dateOutOfRangeLabel": "Ikude kubanga.", + "saveButtonLabel": "LONDOLOZA", + "datePickerHelpText": "KHETHA IDETHI", + "dateRangePickerHelpText": "KHETHA IBANGA", + "calendarModeButtonLabel": "Shintshela kukhalenda", + "inputDateModeButtonLabel": "Shintshela kokokufaka", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", From c3f6970c77d94610b865a8ff594527ded112c9bf Mon Sep 17 00:00:00 2001 From: Greg Spencer Date: Tue, 30 Jun 2020 09:15:04 -0700 Subject: [PATCH 145/327] New license page with fix for zero licenses. (#60552) This amends #57588 by adding code that also handles the zero license case, and adds translation strings for that. --- .../generated_material_localizations.dart | 255 ++++++++++++++++++ .../lib/src/l10n/material_af.arb | 7 +- .../lib/src/l10n/material_am.arb | 7 +- .../lib/src/l10n/material_ar.arb | 7 +- .../lib/src/l10n/material_as.arb | 7 +- .../lib/src/l10n/material_az.arb | 7 +- .../lib/src/l10n/material_be.arb | 7 +- .../lib/src/l10n/material_bg.arb | 7 +- .../lib/src/l10n/material_bn.arb | 7 +- .../lib/src/l10n/material_bs.arb | 7 +- .../lib/src/l10n/material_ca.arb | 7 +- .../lib/src/l10n/material_cs.arb | 7 +- .../lib/src/l10n/material_da.arb | 7 +- .../lib/src/l10n/material_de.arb | 7 +- .../lib/src/l10n/material_el.arb | 7 +- .../lib/src/l10n/material_en.arb | 3 +- .../lib/src/l10n/material_en_AU.arb | 1 + .../lib/src/l10n/material_en_CA.arb | 1 + .../lib/src/l10n/material_en_GB.arb | 1 + .../lib/src/l10n/material_en_IE.arb | 1 + .../lib/src/l10n/material_en_IN.arb | 1 + .../lib/src/l10n/material_en_NZ.arb | 1 + .../lib/src/l10n/material_en_SG.arb | 1 + .../lib/src/l10n/material_en_ZA.arb | 1 + .../lib/src/l10n/material_es.arb | 7 +- .../lib/src/l10n/material_et.arb | 7 +- .../lib/src/l10n/material_eu.arb | 7 +- .../lib/src/l10n/material_fa.arb | 7 +- .../lib/src/l10n/material_fi.arb | 7 +- .../lib/src/l10n/material_fil.arb | 7 +- .../lib/src/l10n/material_fr.arb | 7 +- .../lib/src/l10n/material_gl.arb | 7 +- .../lib/src/l10n/material_gsw.arb | 7 +- .../lib/src/l10n/material_gu.arb | 7 +- .../lib/src/l10n/material_he.arb | 7 +- .../lib/src/l10n/material_hi.arb | 7 +- .../lib/src/l10n/material_hr.arb | 7 +- .../lib/src/l10n/material_hu.arb | 7 +- .../lib/src/l10n/material_hy.arb | 7 +- .../lib/src/l10n/material_id.arb | 7 +- .../lib/src/l10n/material_is.arb | 7 +- .../lib/src/l10n/material_it.arb | 7 +- .../lib/src/l10n/material_ja.arb | 7 +- .../lib/src/l10n/material_ka.arb | 7 +- .../lib/src/l10n/material_kk.arb | 7 +- .../lib/src/l10n/material_km.arb | 7 +- .../lib/src/l10n/material_kn.arb | 7 +- .../lib/src/l10n/material_ko.arb | 7 +- .../lib/src/l10n/material_ky.arb | 7 +- .../lib/src/l10n/material_lo.arb | 7 +- .../lib/src/l10n/material_lt.arb | 7 +- .../lib/src/l10n/material_lv.arb | 7 +- .../lib/src/l10n/material_mk.arb | 7 +- .../lib/src/l10n/material_ml.arb | 7 +- .../lib/src/l10n/material_mn.arb | 7 +- .../lib/src/l10n/material_mr.arb | 7 +- .../lib/src/l10n/material_ms.arb | 7 +- .../lib/src/l10n/material_my.arb | 7 +- .../lib/src/l10n/material_ne.arb | 7 +- .../lib/src/l10n/material_nl.arb | 7 +- .../lib/src/l10n/material_no.arb | 7 +- .../lib/src/l10n/material_or.arb | 7 +- .../lib/src/l10n/material_pa.arb | 7 +- .../lib/src/l10n/material_pl.arb | 7 +- .../lib/src/l10n/material_ps.arb | 7 +- .../lib/src/l10n/material_pt.arb | 7 +- .../lib/src/l10n/material_ro.arb | 7 +- .../lib/src/l10n/material_ru.arb | 7 +- .../lib/src/l10n/material_si.arb | 7 +- .../lib/src/l10n/material_sk.arb | 7 +- .../lib/src/l10n/material_sl.arb | 7 +- .../lib/src/l10n/material_sq.arb | 7 +- .../lib/src/l10n/material_sr.arb | 7 +- .../lib/src/l10n/material_sv.arb | 7 +- .../lib/src/l10n/material_sw.arb | 7 +- .../lib/src/l10n/material_ta.arb | 7 +- .../lib/src/l10n/material_te.arb | 7 +- .../lib/src/l10n/material_th.arb | 7 +- .../lib/src/l10n/material_tl.arb | 7 +- .../lib/src/l10n/material_tr.arb | 7 +- .../lib/src/l10n/material_uk.arb | 7 +- .../lib/src/l10n/material_ur.arb | 7 +- .../lib/src/l10n/material_uz.arb | 7 +- .../lib/src/l10n/material_vi.arb | 7 +- .../lib/src/l10n/material_zh.arb | 7 +- .../lib/src/l10n/material_zu.arb | 7 +- 86 files changed, 569 insertions(+), 229 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index cb50ad677ef2..52e79196c652 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -155,6 +155,9 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Lisensies'; @@ -449,6 +452,9 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'ፈቃዶች'; @@ -743,6 +749,9 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'التراخيص'; @@ -1037,6 +1046,9 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'অনুজ্ঞাপত্ৰসমূহ'; @@ -1331,6 +1343,9 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Lisenziyalar'; @@ -1625,6 +1640,9 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Ліцэнзіі'; @@ -1919,6 +1937,9 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Лицензи'; @@ -2213,6 +2234,9 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'লাইসেন্স'; @@ -2507,6 +2531,9 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Licence'; @@ -2801,6 +2828,9 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Llicències'; @@ -3095,6 +3125,9 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Licence'; @@ -3389,6 +3422,9 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Licenser'; @@ -3683,6 +3719,9 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Lizenzen'; @@ -4016,6 +4055,9 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Άδειες'; @@ -4310,6 +4352,9 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Licenses'; @@ -4514,6 +4559,9 @@ class MaterialLocalizationEnAu extends MaterialLocalizationEn { @override String get licensesPageTitle => 'Licences'; + @override + String get licensesPackageDetailTextZero => 'No licences'; + @override String get licensesPackageDetailTextOne => '1 licence'; @@ -4592,6 +4640,9 @@ class MaterialLocalizationEnCa extends MaterialLocalizationEn { @override String get licensesPageTitle => 'Licences'; + @override + String get licensesPackageDetailTextZero => 'No licences'; + @override String get licensesPackageDetailTextOne => '1 licence'; @@ -4682,6 +4733,9 @@ class MaterialLocalizationEnGb extends MaterialLocalizationEn { @override String get licensesPageTitle => 'Licences'; + @override + String get licensesPackageDetailTextZero => 'No licences'; + @override String get licensesPackageDetailTextOne => '1 licence'; @@ -4763,6 +4817,9 @@ class MaterialLocalizationEnIe extends MaterialLocalizationEn { @override String get licensesPageTitle => 'Licences'; + @override + String get licensesPackageDetailTextZero => 'No licences'; + @override String get licensesPackageDetailTextOne => '1 licence'; @@ -4832,6 +4889,9 @@ class MaterialLocalizationEnIn extends MaterialLocalizationEn { @override String get licensesPageTitle => 'Licences'; + @override + String get licensesPackageDetailTextZero => 'No licences'; + @override String get licensesPackageDetailTextOne => '1 licence'; @@ -4910,6 +4970,9 @@ class MaterialLocalizationEnNz extends MaterialLocalizationEn { @override String get licensesPageTitle => 'Licences'; + @override + String get licensesPackageDetailTextZero => 'No licences'; + @override String get licensesPackageDetailTextOne => '1 licence'; @@ -4988,6 +5051,9 @@ class MaterialLocalizationEnSg extends MaterialLocalizationEn { @override String get licensesPageTitle => 'Licences'; + @override + String get licensesPackageDetailTextZero => 'No licences'; + @override String get licensesPackageDetailTextOne => '1 licence'; @@ -5078,6 +5144,9 @@ class MaterialLocalizationEnZa extends MaterialLocalizationEn { @override String get licensesPageTitle => 'Licences'; + @override + String get licensesPackageDetailTextZero => 'No licences'; + @override String get licensesPackageDetailTextOne => '1 licence'; @@ -5237,6 +5306,9 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Licencias'; @@ -7874,6 +7946,9 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Litsentsid'; @@ -8168,6 +8243,9 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Lizentziak'; @@ -8462,6 +8540,9 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'مجوزها'; @@ -8756,6 +8837,9 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Lisenssit'; @@ -9050,6 +9134,9 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Mga Lisensya'; @@ -9344,6 +9431,9 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Licences'; @@ -9722,6 +9812,9 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Licenzas'; @@ -10016,6 +10109,9 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Lizenzen'; @@ -10310,6 +10406,9 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'લાઇસન્સ'; @@ -10604,6 +10703,9 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'רישיונות'; @@ -10898,6 +11000,9 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'लाइसेंस'; @@ -11192,6 +11297,9 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Licence'; @@ -11486,6 +11594,9 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Licencek'; @@ -11780,6 +11891,9 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Արտոնագրեր'; @@ -12074,6 +12188,9 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Lisensi'; @@ -12368,6 +12485,9 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Leyfi'; @@ -12662,6 +12782,9 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Licenze'; @@ -12956,6 +13079,9 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'ライセンス'; @@ -13250,6 +13376,9 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'ლიცენზიები'; @@ -13544,6 +13673,9 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Лицензиялар'; @@ -13838,6 +13970,9 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'អាជ្ញាបណ្ណ'; @@ -14132,6 +14267,9 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => '\u{caa}\u{cb0}\u{cb5}\u{cbe}\u{ca8}\u{c97}\u{cbf}\u{c97}\u{cb3}\u{cc1}'; @@ -14426,6 +14564,9 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => '라이선스'; @@ -14720,6 +14861,9 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Уруксаттамалар'; @@ -15014,6 +15158,9 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'ໃບອະນຸຍາດ'; @@ -15308,6 +15455,9 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Licencijos'; @@ -15602,6 +15752,9 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Licences'; @@ -15896,6 +16049,9 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Лиценци'; @@ -16190,6 +16346,9 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'ലൈസൻസുകൾ'; @@ -16484,6 +16643,9 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Лиценз'; @@ -16778,6 +16940,9 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'परवाने'; @@ -17072,6 +17237,9 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Lesen'; @@ -17366,6 +17534,9 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'လိုင်စင်များ'; @@ -17690,6 +17861,9 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'इजाजतपत्रहरू'; @@ -17984,6 +18158,9 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Licenties'; @@ -18278,6 +18455,9 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Lisenser'; @@ -18572,6 +18752,9 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'ଲାଇସେନ୍ସଗୁଡ଼କ'; @@ -18866,6 +19049,9 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'ਲਾਇਸੰਸ'; @@ -19160,6 +19346,9 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Licencje'; @@ -19454,6 +19643,9 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'جوازونه'; @@ -19748,6 +19940,9 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Licenças'; @@ -20156,6 +20351,9 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Licențe'; @@ -20450,6 +20648,9 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Лицензии'; @@ -20744,6 +20945,9 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'බලපත්‍ර'; @@ -21038,6 +21242,9 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Licencie'; @@ -21332,6 +21539,9 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Licence'; @@ -21626,6 +21836,9 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Licencat'; @@ -21920,6 +22133,9 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Лиценце'; @@ -22484,6 +22700,9 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Licenser'; @@ -22778,6 +22997,9 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Leseni'; @@ -23072,6 +23294,9 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'உரிமங்கள்'; @@ -23366,6 +23591,9 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'లైసెన్స్‌లు'; @@ -23660,6 +23888,9 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'ใบอนุญาต'; @@ -23954,6 +24185,9 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Mga Lisensya'; @@ -24248,6 +24482,9 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Lisanslar'; @@ -24542,6 +24779,9 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Ліцензії'; @@ -24836,6 +25076,9 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'لائسنسز'; @@ -25130,6 +25373,9 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Litsenziyalar'; @@ -25424,6 +25670,9 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Giấy phép'; @@ -25718,6 +25967,9 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => '许可'; @@ -26375,6 +26627,9 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextZero => 'No licenses'; + @override String get licensesPageTitle => 'Amalayisense'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_af.arb b/packages/flutter_localizations/lib/src/l10n/material_af.arb index 3aa0f29a5010..da7920cc5638 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_af.arb @@ -70,13 +70,14 @@ "dateRangePickerHelpText": "KIES REEKS", "calendarModeButtonLabel": "Skakel oor na kalender", "inputDateModeButtonLabel": "Skakel oor na invoer", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_am.arb b/packages/flutter_localizations/lib/src/l10n/material_am.arb index 0c667e958b50..bb466179a763 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_am.arb @@ -70,13 +70,14 @@ "dateRangePickerHelpText": "ክልል ይምረጡ", "calendarModeButtonLabel": "ወደ የቀን መቁጠሪያ ቀይር", "inputDateModeButtonLabel": "ወደ ግቤት ቀይር", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index 2d393291d2ed..b4873ae8517d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -78,13 +78,14 @@ "dateRangePickerHelpText": "اختيار النطاق", "calendarModeButtonLabel": "التبديل إلى التقويم", "inputDateModeButtonLabel": "التبديل إلى الإدخال", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_as.arb b/packages/flutter_localizations/lib/src/l10n/material_as.arb index c23db3e04b55..37209621520b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_as.arb @@ -70,13 +70,14 @@ "dateRangePickerHelpText": "পৰিসৰ বাছনি কৰক", "calendarModeButtonLabel": "কেলেণ্ডাৰলৈ সলনি কৰক", "inputDateModeButtonLabel": "ইনপুটলৈ সলনি কৰক", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_az.arb b/packages/flutter_localizations/lib/src/l10n/material_az.arb index ce05c04c1791..232dfb4e4790 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_az.arb @@ -70,13 +70,14 @@ "dateRangePickerHelpText": "ARALIQ SEÇİN", "calendarModeButtonLabel": "Təqvimə keçin", "inputDateModeButtonLabel": "Daxiletməyə keçin", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_be.arb b/packages/flutter_localizations/lib/src/l10n/material_be.arb index 08bc657f1336..0b8b761aec65 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_be.arb @@ -74,13 +74,14 @@ "dateRangePickerHelpText": "ВЫБАР ДЫЯПАЗОНУ", "calendarModeButtonLabel": "Пераключыцца на каляндар", "inputDateModeButtonLabel": "Пераключыцца на ўвод тэксту", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bg.arb b/packages/flutter_localizations/lib/src/l10n/material_bg.arb index 8e12748e2c1a..018089d8877f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bg.arb @@ -71,13 +71,14 @@ "dateRangePickerHelpText": "ИЗБИРАНЕ НА ПЕРИОД ОТ ВРЕМЕ", "calendarModeButtonLabel": "Превключване към календара", "inputDateModeButtonLabel": "Превключване към въвеждане", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bn.arb b/packages/flutter_localizations/lib/src/l10n/material_bn.arb index 562f231b7a76..a237caaa8b3e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bn.arb @@ -70,13 +70,14 @@ "dateRangePickerHelpText": "তারিখের ব্যাপ্তি বেছে নিন", "calendarModeButtonLabel": "ক্যালেন্ডার মোডে বদল করুন", "inputDateModeButtonLabel": "ইনপুট মোডে বদল করুন", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bs.arb b/packages/flutter_localizations/lib/src/l10n/material_bs.arb index fca524d773bd..f687d9e33c3a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bs.arb @@ -73,13 +73,14 @@ "dateRangePickerHelpText": "ODABERITE RASPON", "calendarModeButtonLabel": "Prebacite na kalendar", "inputDateModeButtonLabel": "Prebacite na unos teksta", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ca.arb b/packages/flutter_localizations/lib/src/l10n/material_ca.arb index e796774c8c52..2e273919823d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ca.arb @@ -71,13 +71,14 @@ "dateRangePickerHelpText": "SELECCIONA L'INTERVAL", "calendarModeButtonLabel": "Canvia al calendari", "inputDateModeButtonLabel": "Canvia a introducció de text", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_cs.arb b/packages/flutter_localizations/lib/src/l10n/material_cs.arb index 7294211af7c2..b53c755897be 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cs.arb @@ -75,13 +75,14 @@ "dateRangePickerHelpText": "VYBERTE ROZSAH", "calendarModeButtonLabel": "Přepnout na kalendář", "inputDateModeButtonLabel": "Přepnout na zadávání", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_da.arb b/packages/flutter_localizations/lib/src/l10n/material_da.arb index 640798c59b1a..97b10c7d20a5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_da.arb @@ -71,13 +71,14 @@ "dateRangePickerHelpText": "VÆLG OMRÅDE", "calendarModeButtonLabel": "Skift til kalender", "inputDateModeButtonLabel": "Skift til input", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index d9c2fab50d5b..771024daa96e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -72,13 +72,14 @@ "dateRangePickerHelpText": "ZEITRAUM AUSWÄHLEN", "calendarModeButtonLabel": "Zum Kalender wechseln", "inputDateModeButtonLabel": "Zur Texteingabe wechseln", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_el.arb b/packages/flutter_localizations/lib/src/l10n/material_el.arb index e0f0b1e9da7a..a38960f44e01 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_el.arb @@ -71,13 +71,14 @@ "dateRangePickerHelpText": "ΕΠΙΛΟΓΗ ΕΥΡΟΥΣ", "calendarModeButtonLabel": "Εναλλαγή σε ημερολόγιο", "inputDateModeButtonLabel": "Εναλλαγή σε καταχώριση", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index 3253324743fc..c8ed4f83d15e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -72,10 +72,11 @@ "description": "The title for the Flutter licenses page." }, + "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 license", "licensesPackageDetailTextOther": "$licenseCount licenses", "@licensesPackageDetailText": { - "description": "The subtitle and detail text for a package displayed on the Flutter licenses page. The value of $licenseCount is an integer which indicates the number of licenses the package has. A zero value is not allowed.", + "description": "The subtitle and detail text for a package displayed on the Flutter licenses page. The value of $licenseCount is an integer which indicates the number of licenses the package has.", "plural": "licenseCount" }, diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb index c2a9f1481da1..6a25126071c3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb @@ -37,6 +37,7 @@ "showMenuTooltip": "Show menu", "aboutListTileTitle": "About $applicationName", "licensesPageTitle": "Licences", + "licensesPackageDetailTextZero": "No licences", "licensesPackageDetailTextOne": "1 licence", "licensesPackageDetailTextOther": "$licenseCount licences", "pageRowsInfoTitle": "$firstRow–$lastRow of $rowCount", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb index c2a9f1481da1..6a25126071c3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb @@ -37,6 +37,7 @@ "showMenuTooltip": "Show menu", "aboutListTileTitle": "About $applicationName", "licensesPageTitle": "Licences", + "licensesPackageDetailTextZero": "No licences", "licensesPackageDetailTextOne": "1 licence", "licensesPackageDetailTextOther": "$licenseCount licences", "pageRowsInfoTitle": "$firstRow–$lastRow of $rowCount", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb index 872a9f492183..71de5ac108ea 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb @@ -37,6 +37,7 @@ "aboutListTileTitle": "About $applicationName", "backButtonTooltip": "Back", "licensesPageTitle": "Licences", + "licensesPackageDetailTextZero": "No licences", "licensesPackageDetailTextOne": "1 licence", "licensesPackageDetailTextOther": "$licenseCount licences", "okButtonLabel": "OK", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb index 872a9f492183..71de5ac108ea 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb @@ -37,6 +37,7 @@ "aboutListTileTitle": "About $applicationName", "backButtonTooltip": "Back", "licensesPageTitle": "Licences", + "licensesPackageDetailTextZero": "No licences", "licensesPackageDetailTextOne": "1 licence", "licensesPackageDetailTextOther": "$licenseCount licences", "okButtonLabel": "OK", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb index c2a9f1481da1..6a25126071c3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb @@ -37,6 +37,7 @@ "showMenuTooltip": "Show menu", "aboutListTileTitle": "About $applicationName", "licensesPageTitle": "Licences", + "licensesPackageDetailTextZero": "No licences", "licensesPackageDetailTextOne": "1 licence", "licensesPackageDetailTextOther": "$licenseCount licences", "pageRowsInfoTitle": "$firstRow–$lastRow of $rowCount", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb b/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb index 0300e8c22ee0..41dab599e232 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb @@ -31,6 +31,7 @@ "showMenuTooltip": "Show menu", "aboutListTileTitle": "About $applicationName", "licensesPageTitle": "Licences", + "licensesPackageDetailTextZero": "No licences", "licensesPackageDetailTextOne": "1 licence", "licensesPackageDetailTextOther": "$licenseCount licences", "pageRowsInfoTitle": "$firstRow–$lastRow of $rowCount", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb index c2a9f1481da1..6a25126071c3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb @@ -37,6 +37,7 @@ "showMenuTooltip": "Show menu", "aboutListTileTitle": "About $applicationName", "licensesPageTitle": "Licences", + "licensesPackageDetailTextZero": "No licences", "licensesPackageDetailTextOne": "1 licence", "licensesPackageDetailTextOther": "$licenseCount licences", "pageRowsInfoTitle": "$firstRow–$lastRow of $rowCount", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb index 872a9f492183..71de5ac108ea 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb @@ -37,6 +37,7 @@ "aboutListTileTitle": "About $applicationName", "backButtonTooltip": "Back", "licensesPageTitle": "Licences", + "licensesPackageDetailTextZero": "No licences", "licensesPackageDetailTextOne": "1 licence", "licensesPackageDetailTextOther": "$licenseCount licences", "okButtonLabel": "OK", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index b24bccafaa90..f4d1b7948f8b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -72,13 +72,14 @@ "dateRangePickerHelpText": "SELECCIONAR PERIODO", "calendarModeButtonLabel": "Cambiar a calendario", "inputDateModeButtonLabel": "Cambiar a cuadro de texto", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_et.arb b/packages/flutter_localizations/lib/src/l10n/material_et.arb index 475602ab7cf1..fc59a95db0ee 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_et.arb @@ -71,13 +71,14 @@ "dateRangePickerHelpText": "VALIGE VAHEMIK", "calendarModeButtonLabel": "Kalendrile lülitumine", "inputDateModeButtonLabel": "Sisestusrežiimile lülitumine", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_eu.arb b/packages/flutter_localizations/lib/src/l10n/material_eu.arb index 6821d84d87a5..eb95d6d78a7c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_eu.arb @@ -70,13 +70,14 @@ "dateRangePickerHelpText": "HAUTATU BARRUTIA", "calendarModeButtonLabel": "Aldatu egutegiaren modura", "inputDateModeButtonLabel": "Aldatu datak aukeratzeko modura", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index 35e0f500f85b..ca847c93cf41 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -71,13 +71,14 @@ "dateRangePickerHelpText": "انتخاب محدوده", "calendarModeButtonLabel": "رفتن به تقویم", "inputDateModeButtonLabel": "رفتن به ورودی", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fi.arb b/packages/flutter_localizations/lib/src/l10n/material_fi.arb index 1642f91b0bfb..7747e86c6edd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fi.arb @@ -71,13 +71,14 @@ "dateRangePickerHelpText": "VALITSE PÄIVÄMÄÄRÄVÄLI", "calendarModeButtonLabel": "Vaihda kalenteriin", "inputDateModeButtonLabel": "Vaihda tekstinsyöttöön", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fil.arb b/packages/flutter_localizations/lib/src/l10n/material_fil.arb index 3bc51255902e..7ef88f24316b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fil.arb @@ -71,13 +71,14 @@ "dateRangePickerHelpText": "PUMILI NG HANAY", "calendarModeButtonLabel": "Lumipat sa kalendaryo", "inputDateModeButtonLabel": "Lumipat sa input", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index a7b5ad39b541..08cee1021592 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -72,13 +72,14 @@ "dateRangePickerHelpText": "SÉLECTIONNER UNE PLAGE", "calendarModeButtonLabel": "Passer à l'agenda", "inputDateModeButtonLabel": "Passer à la saisie", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gl.arb b/packages/flutter_localizations/lib/src/l10n/material_gl.arb index 20d2822abfc0..5a06a782ea5c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gl.arb @@ -72,13 +72,14 @@ "dateRangePickerHelpText": "SELECCIONAR UN INTERVALO DE DATAS", "calendarModeButtonLabel": "Cambiar ao modo de calendario", "inputDateModeButtonLabel": "Cambiar ao modo de introdución de texto", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index 35848ed6871f..816113204942 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -71,13 +71,14 @@ "dateRangePickerHelpText": "ZEITRAUM AUSWÄHLEN", "calendarModeButtonLabel": "Zum Kalender wechseln", "inputDateModeButtonLabel": "Zur Texteingabe wechseln", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gu.arb b/packages/flutter_localizations/lib/src/l10n/material_gu.arb index 9c049cc8d1e9..637eb8e1ed37 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gu.arb @@ -70,13 +70,14 @@ "dateRangePickerHelpText": "રેંજ પસંદ કરો", "calendarModeButtonLabel": "કૅલેન્ડર મોડ પર સ્વિચ કરો", "inputDateModeButtonLabel": "ઇનપુટ મોડ પર સ્વિચ કરો", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index 8fc9d72abd84..abbd2b76e79f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -75,13 +75,14 @@ "dateRangePickerHelpText": "בחירת טווח", "calendarModeButtonLabel": "מעבר למצב היומן", "inputDateModeButtonLabel": "מעבר למצב הקלט", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hi.arb b/packages/flutter_localizations/lib/src/l10n/material_hi.arb index 8e47ad8f35aa..64e45add8d7f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hi.arb @@ -71,13 +71,14 @@ "dateRangePickerHelpText": "सीमा चुनें", "calendarModeButtonLabel": "कैलेंडर पर जाएं", "inputDateModeButtonLabel": "इनपुट पर जाएं", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hr.arb b/packages/flutter_localizations/lib/src/l10n/material_hr.arb index b31c62774052..edc6f99e1869 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hr.arb @@ -73,13 +73,14 @@ "dateRangePickerHelpText": "ODABERITE RASPON", "calendarModeButtonLabel": "Prijeđite na kalendar", "inputDateModeButtonLabel": "Prijeđite na unos", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hu.arb b/packages/flutter_localizations/lib/src/l10n/material_hu.arb index 7164fb39980f..d9ac98cc4f7c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hu.arb @@ -71,13 +71,14 @@ "dateRangePickerHelpText": "TARTOMÁNY KIJELÖLÉSE", "calendarModeButtonLabel": "Váltás naptárra", "inputDateModeButtonLabel": "Váltás bevitelre", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hy.arb b/packages/flutter_localizations/lib/src/l10n/material_hy.arb index aa52fa45a415..d5b25b96803e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hy.arb @@ -76,13 +76,14 @@ "dateRangePickerHelpText": "ԸՆՏՐԵԼ ԺԱՄԱՆԱԿԱՀԱՏՎԱԾ", "calendarModeButtonLabel": "Անցնել օրացույցին", "inputDateModeButtonLabel": "Անցնել ներածման ռեժիմին", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_id.arb b/packages/flutter_localizations/lib/src/l10n/material_id.arb index 203ee9b8a3be..91d4877ecd09 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_id.arb @@ -71,13 +71,14 @@ "dateRangePickerHelpText": "PILIH RENTANG", "calendarModeButtonLabel": "Beralih ke kalender", "inputDateModeButtonLabel": "Beralih ke masukan", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_is.arb b/packages/flutter_localizations/lib/src/l10n/material_is.arb index 6402b22d6af0..4e2eb7977bb7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_is.arb @@ -70,13 +70,14 @@ "dateRangePickerHelpText": "VELJA SVIÐ", "calendarModeButtonLabel": "Skipta yfir í dagatal", "inputDateModeButtonLabel": "Skipta yfir í innslátt", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index bb7fc2033948..beb05c02da54 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -71,13 +71,14 @@ "dateRangePickerHelpText": "SELEZIONA INTERVALLO", "calendarModeButtonLabel": "Passa al calendario", "inputDateModeButtonLabel": "Passa alla modalità di immissione", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index c8aaedd96478..53a74e8c4b6d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -71,13 +71,14 @@ "dateRangePickerHelpText": "期間の選択", "calendarModeButtonLabel": "カレンダーに切り替え", "inputDateModeButtonLabel": "入力に切り替え", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ka.arb b/packages/flutter_localizations/lib/src/l10n/material_ka.arb index b3e12ffba572..94f4c9438c71 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ka.arb @@ -70,13 +70,14 @@ "dateRangePickerHelpText": "აირჩიეთ დიაპაზონი", "calendarModeButtonLabel": "კალენდარზე გადართვა", "inputDateModeButtonLabel": "შეყვანაზე გადართვა", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kk.arb b/packages/flutter_localizations/lib/src/l10n/material_kk.arb index 1a087b0ec047..61a7bb316daf 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kk.arb @@ -72,13 +72,14 @@ "dateRangePickerHelpText": "АУҚЫМДЫ ТАҢДАУ", "calendarModeButtonLabel": "Күнтізбеге ауысу", "inputDateModeButtonLabel": "Мәтін енгізуге ауысу", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_km.arb b/packages/flutter_localizations/lib/src/l10n/material_km.arb index 33680b278c06..3e35d4d36e68 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_km.arb @@ -71,13 +71,14 @@ "dateRangePickerHelpText": "ជ្រើស​រើស​ចន្លោះ", "calendarModeButtonLabel": "ប្ដូរទៅ​ប្រតិទិន", "inputDateModeButtonLabel": "ប្ដូរទៅ​ការបញ្ចូល", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kn.arb b/packages/flutter_localizations/lib/src/l10n/material_kn.arb index 537d903855da..da6944eb8dd9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kn.arb @@ -70,13 +70,14 @@ "dateRangePickerHelpText": "\u0cb6\u0ccd\u0cb0\u0cc7\u0ca3\u0cbf\u0caf\u0ca8\u0ccd\u0ca8\u0cc1\u0020\u0c86\u0caf\u0ccd\u0c95\u0cc6\u0cae\u0cbe\u0ca1\u0cbf", "calendarModeButtonLabel": "\u0c95\u0ccd\u0caf\u0cbe\u0cb2\u0cc6\u0c82\u0ca1\u0cb0\u0ccd\u200c\u0c97\u0cc6\u0020\u0cac\u0ca6\u0cb2\u0cbf\u0cb8\u0cbf", "inputDateModeButtonLabel": "\u0c87\u0ca8\u0ccd\u200c\u0caa\u0cc1\u0c9f\u0ccd\u200c\u0c97\u0cc6\u0020\u0cac\u0ca6\u0cb2\u0cbf\u0cb8\u0cbf", - "licensesPackageDetailTextOne": "\u0031\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065", - "licensesPackageDetailTextOther": "\u0024\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0043\u006f\u0075\u006e\u0074\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0073", "timePickerDialHelpText": "\u0053\u0045\u004c\u0045\u0043\u0054\u0020\u0054\u0049\u004d\u0045", "timePickerInputHelpText": "\u0045\u004e\u0054\u0045\u0052\u0020\u0054\u0049\u004d\u0045", "timePickerHourLabel": "\u0048\u006f\u0075\u0072", "timePickerMinuteLabel": "\u004d\u0069\u006e\u0075\u0074\u0065", "invalidTimeLabel": "\u0045\u006e\u0074\u0065\u0072\u0020\u0061\u0020\u0076\u0061\u006c\u0069\u0064\u0020\u0074\u0069\u006d\u0065", "dialModeButtonLabel": "\u0053\u0077\u0069\u0074\u0063\u0068\u0020\u0074\u006f\u0020\u0064\u0069\u0061\u006c\u0020\u0070\u0069\u0063\u006b\u0065\u0072\u0020\u006d\u006f\u0064\u0065", - "inputTimeModeButtonLabel": "\u0053\u0077\u0069\u0074\u0063\u0068\u0020\u0074\u006f\u0020\u0074\u0065\u0078\u0074\u0020\u0069\u006e\u0070\u0075\u0074\u0020\u006d\u006f\u0064\u0065" + "inputTimeModeButtonLabel": "\u0053\u0077\u0069\u0074\u0063\u0068\u0020\u0074\u006f\u0020\u0074\u0065\u0078\u0074\u0020\u0069\u006e\u0070\u0075\u0074\u0020\u006d\u006f\u0064\u0065", + "licensesPackageDetailTextZero": "\u004e\u006f\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0073", + "licensesPackageDetailTextOne": "\u0031\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065", + "licensesPackageDetailTextOther": "\u0024\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0043\u006f\u0075\u006e\u0074\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0073" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index 9ad64ccd21ae..81863993aa96 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -71,13 +71,14 @@ "dateRangePickerHelpText": "범위 선택", "calendarModeButtonLabel": "캘린더 모드로 전환", "inputDateModeButtonLabel": "입력 모드로 전환", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ky.arb b/packages/flutter_localizations/lib/src/l10n/material_ky.arb index 5191ee5b8bf2..577d45774afa 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ky.arb @@ -70,13 +70,14 @@ "dateRangePickerHelpText": "ДИАПАЗОНДУ ТАНДОО", "calendarModeButtonLabel": "Жылнаамага которулуңуз", "inputDateModeButtonLabel": "Терип киргизүү режимине которулуңуз", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lo.arb b/packages/flutter_localizations/lib/src/l10n/material_lo.arb index 2197e4a69dd5..d7077dc562d7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lo.arb @@ -70,13 +70,14 @@ "dateRangePickerHelpText": "ເລືອກໄລຍະ", "calendarModeButtonLabel": "ສະຫຼັບໄປປະຕິທິນ", "inputDateModeButtonLabel": "ສະຫຼັບໄປການປ້ອນຂໍ້ມູນ", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lt.arb b/packages/flutter_localizations/lib/src/l10n/material_lt.arb index 93a2261a17c5..3b5c99290691 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lt.arb @@ -75,13 +75,14 @@ "dateRangePickerHelpText": "PASIRINKITE DIAPAZONĄ", "calendarModeButtonLabel": "Perjungti į kalendorių", "inputDateModeButtonLabel": "Perjungti į įvestį", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lv.arb b/packages/flutter_localizations/lib/src/l10n/material_lv.arb index ff153e0b3f2d..7672b2ec05ec 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lv.arb @@ -72,13 +72,14 @@ "dateRangePickerHelpText": "ATLASIET DIAPAZONU", "calendarModeButtonLabel": "Pārslēgties uz kalendāru", "inputDateModeButtonLabel": "Pārslēgties uz ievadi", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mk.arb b/packages/flutter_localizations/lib/src/l10n/material_mk.arb index cd31074b0040..b3b2c9bec462 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mk.arb @@ -70,13 +70,14 @@ "dateRangePickerHelpText": "ИЗБЕРЕТЕ ОПСЕГ", "calendarModeButtonLabel": "Префрли на календар", "inputDateModeButtonLabel": "Префрли на внесување", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ml.arb b/packages/flutter_localizations/lib/src/l10n/material_ml.arb index 965ba628235e..b571d2a29cd9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ml.arb @@ -70,13 +70,14 @@ "dateRangePickerHelpText": "ശ്രേണി തിരഞ്ഞെടുക്കുക", "calendarModeButtonLabel": "കലണ്ടറിലേക്ക് മാറുക", "inputDateModeButtonLabel": "ഇൻപുട്ടിലേക്ക് മാറുക", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mn.arb b/packages/flutter_localizations/lib/src/l10n/material_mn.arb index eb31a496c5bd..6bd0141b75c7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mn.arb @@ -72,13 +72,14 @@ "dateRangePickerHelpText": "ИНТЕРВАЛ СОНГОХ", "calendarModeButtonLabel": "Календарь луу сэлгэх", "inputDateModeButtonLabel": "Оролт руу сэлгэх", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mr.arb b/packages/flutter_localizations/lib/src/l10n/material_mr.arb index 46a5c5df6a2a..b8db7be80720 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mr.arb @@ -72,13 +72,14 @@ "dateRangePickerHelpText": "श्रेणी निवडा", "calendarModeButtonLabel": "कॅलेंडरवर स्विच करा", "inputDateModeButtonLabel": "इनपुटवर स्विच करा", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ms.arb b/packages/flutter_localizations/lib/src/l10n/material_ms.arb index 2a831f803585..c5a8b67f205a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ms.arb @@ -72,13 +72,14 @@ "dateRangePickerHelpText": "PILIH JULAT", "calendarModeButtonLabel": "Tukar kepada kalendar", "inputDateModeButtonLabel": "Tukar kepada input", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_my.arb b/packages/flutter_localizations/lib/src/l10n/material_my.arb index f5a779377209..594a442d071f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_my.arb @@ -70,13 +70,14 @@ "dateRangePickerHelpText": "အပိုင်းအခြား ရွေးရန်", "calendarModeButtonLabel": "ပြက္ခဒိန်သို့ ပြောင်းရန်", "inputDateModeButtonLabel": "ထည့်သွင်းမှုသို့ ပြောင်းရန်", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ne.arb b/packages/flutter_localizations/lib/src/l10n/material_ne.arb index 97900f68514f..a32200535078 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ne.arb @@ -70,13 +70,14 @@ "dateRangePickerHelpText": "दायरा चयन गर्नुहोस्", "calendarModeButtonLabel": "पात्रो मोड प्रयोग गर्नुहोस्", "inputDateModeButtonLabel": "इनपुट मोड प्रयोग गर्नुहोस्", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index d4f7c0d2c3b2..78aaf808c659 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -71,13 +71,14 @@ "dateRangePickerHelpText": "PERIODE SELECTEREN", "calendarModeButtonLabel": "Overschakelen naar kalender", "inputDateModeButtonLabel": "Overschakelen naar invoer", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_no.arb b/packages/flutter_localizations/lib/src/l10n/material_no.arb index 1391d47f9c2e..353a00c495bb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_no.arb @@ -71,13 +71,14 @@ "dateRangePickerHelpText": "VELG PERIODEN", "calendarModeButtonLabel": "Bytt til kalender", "inputDateModeButtonLabel": "Bytt til innskriving", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_or.arb b/packages/flutter_localizations/lib/src/l10n/material_or.arb index 7b7a9da8466a..7eef92f2904e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_or.arb @@ -70,13 +70,14 @@ "dateRangePickerHelpText": "ସୀମା ଚୟନ କରନ୍ତୁ", "calendarModeButtonLabel": "କ୍ୟାଲେଣ୍ଡରକୁ ସ୍ୱିଚ୍ କରନ୍ତୁ", "inputDateModeButtonLabel": "ଇନପୁଟକୁ ସ୍ୱିଚ୍ କରନ୍ତୁ", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pa.arb b/packages/flutter_localizations/lib/src/l10n/material_pa.arb index 620530c0ef80..915b0d33dcfd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pa.arb @@ -70,13 +70,14 @@ "dateRangePickerHelpText": "ਰੇਂਜ ਚੁਣੋ", "calendarModeButtonLabel": "ਕੈਲੰਡਰ 'ਤੇ ਜਾਓ", "inputDateModeButtonLabel": "ਇਨਪੁੱਟ 'ਤੇ ਜਾਓ", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index e325f08c475b..552c53765347 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -75,13 +75,14 @@ "dateRangePickerHelpText": "WYBIERZ ZAKRES", "calendarModeButtonLabel": "Przełącz na kalendarz", "inputDateModeButtonLabel": "Przełącz na wpisywanie", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ps.arb b/packages/flutter_localizations/lib/src/l10n/material_ps.arb index de812647694f..0f0790bd418c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ps.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ps.arb @@ -70,13 +70,14 @@ "dateRangePickerHelpText": "SELECT RANGE", "calendarModeButtonLabel": "Switch to calendar", "inputDateModeButtonLabel": "Switch to input", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index 96a5dc83ae74..914606d896de 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -73,13 +73,14 @@ "dateRangePickerHelpText": "SELECIONAR INTERVALO", "calendarModeButtonLabel": "Mudar para agenda", "inputDateModeButtonLabel": "Mudar para modo de entrada", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/flutter_localizations/lib/src/l10n/material_ro.arb index eb04713a5aff..e8483da9cb64 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ro.arb @@ -74,13 +74,14 @@ "dateRangePickerHelpText": "SELECTAȚI UN INTERVAL", "calendarModeButtonLabel": "Comutați la calendar", "inputDateModeButtonLabel": "Comutați la introducerea textului", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index d9c471322bf5..0c72dbeb7d0a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -76,13 +76,14 @@ "dateRangePickerHelpText": "ВЫБЕРИТЕ ДИАПАЗОН ДАТ", "calendarModeButtonLabel": "Переключиться на календарь", "inputDateModeButtonLabel": "Переключиться на ручной ввод", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_si.arb b/packages/flutter_localizations/lib/src/l10n/material_si.arb index 074d23d7f40d..a6981481f248 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_si.arb @@ -70,13 +70,14 @@ "dateRangePickerHelpText": "පරාසය තෝරන්න", "calendarModeButtonLabel": "දින දර්ශනය වෙත මාරු වන්න", "inputDateModeButtonLabel": "ආදානය වෙත මාරු වන්න", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sk.arb b/packages/flutter_localizations/lib/src/l10n/material_sk.arb index 770729f781d5..0d5b33e7b701 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sk.arb @@ -75,13 +75,14 @@ "dateRangePickerHelpText": "VYBERTE ROZSAH", "calendarModeButtonLabel": "Prepnúť na kalendár", "inputDateModeButtonLabel": "Prepnúť na zadávanie", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sl.arb b/packages/flutter_localizations/lib/src/l10n/material_sl.arb index 867bffd0a49e..bffc7fc6906a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sl.arb @@ -75,13 +75,14 @@ "dateRangePickerHelpText": "IZBIRA OBDOBJA", "calendarModeButtonLabel": "Preklop na koledar", "inputDateModeButtonLabel": "Preklop na vnos", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sq.arb b/packages/flutter_localizations/lib/src/l10n/material_sq.arb index a7ae541d38a5..0c845607689a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sq.arb @@ -70,13 +70,14 @@ "dateRangePickerHelpText": "ZGJIDH GAMËN", "calendarModeButtonLabel": "Kalo te kalendari", "inputDateModeButtonLabel": "Kalo te hyrja", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr.arb b/packages/flutter_localizations/lib/src/l10n/material_sr.arb index eb31b4c0d21c..bd173f38cd3a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr.arb @@ -73,13 +73,14 @@ "dateRangePickerHelpText": "ИЗАБЕРИТЕ ПЕРИОД", "calendarModeButtonLabel": "Пређите на календар", "inputDateModeButtonLabel": "Пређите на унос", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sv.arb b/packages/flutter_localizations/lib/src/l10n/material_sv.arb index 31ff600261d9..5d95449618cb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sv.arb @@ -71,13 +71,14 @@ "dateRangePickerHelpText": "VÄLJ INTERVALL", "calendarModeButtonLabel": "Byt till kalender", "inputDateModeButtonLabel": "Byt till inmatning", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sw.arb b/packages/flutter_localizations/lib/src/l10n/material_sw.arb index 4202368082b0..af3384681420 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sw.arb @@ -72,13 +72,14 @@ "dateRangePickerHelpText": "CHAGUA KIPINDI", "calendarModeButtonLabel": "Badili utumie hali ya kalenda", "inputDateModeButtonLabel": "Badili utumie hali ya kuweka maandishi", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ta.arb b/packages/flutter_localizations/lib/src/l10n/material_ta.arb index 0d10a883f1ea..bc812b7153f3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ta.arb @@ -72,13 +72,14 @@ "dateRangePickerHelpText": "வரம்பைத் தேர்ந்தெடுக்கவும்", "calendarModeButtonLabel": "கேலெண்டருக்கு மாற்று", "inputDateModeButtonLabel": "உள்ளீட்டுக்கு மாற்று", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_te.arb b/packages/flutter_localizations/lib/src/l10n/material_te.arb index 3c7b0b201ede..87f2ebd2fabc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_te.arb @@ -70,13 +70,14 @@ "dateRangePickerHelpText": "పరిధిని ఎంచుకోండి", "calendarModeButtonLabel": "క్యాలెండర్‌కు మారండి", "inputDateModeButtonLabel": "ఇన్‌పుట్‌కు మారండి", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/flutter_localizations/lib/src/l10n/material_th.arb index b3ec0df7165c..19df6a67b384 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_th.arb @@ -71,13 +71,14 @@ "dateRangePickerHelpText": "เลือกช่วง", "calendarModeButtonLabel": "เปลี่ยนเป็นปฏิทิน", "inputDateModeButtonLabel": "เปลี่ยนเป็นโหมดป้อนข้อความ", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tl.arb b/packages/flutter_localizations/lib/src/l10n/material_tl.arb index 3bc51255902e..7ef88f24316b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tl.arb @@ -71,13 +71,14 @@ "dateRangePickerHelpText": "PUMILI NG HANAY", "calendarModeButtonLabel": "Lumipat sa kalendaryo", "inputDateModeButtonLabel": "Lumipat sa input", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index 9e310d8f798b..106ec5f5cede 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -71,13 +71,14 @@ "dateRangePickerHelpText": "ARALIK SEÇİN", "calendarModeButtonLabel": "Takvime geç", "inputDateModeButtonLabel": "Girişe geç", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uk.arb b/packages/flutter_localizations/lib/src/l10n/material_uk.arb index 92ec77673e1f..cbae1be9196a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uk.arb @@ -75,13 +75,14 @@ "dateRangePickerHelpText": "ВИБРАТИ ДІАПАЗОН", "calendarModeButtonLabel": "Перейти до календаря", "inputDateModeButtonLabel": "Ввести вручну", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index eea8417f0067..dfc806b4f9e9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -71,13 +71,14 @@ "dateRangePickerHelpText": "حد منتخب کریں", "calendarModeButtonLabel": "کیلنڈر پر سوئچ کریں", "inputDateModeButtonLabel": "ان پٹ پر سوئچ کریں", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uz.arb b/packages/flutter_localizations/lib/src/l10n/material_uz.arb index 385b7814fca5..94c8ff763cbf 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uz.arb @@ -70,13 +70,14 @@ "dateRangePickerHelpText": "ORALIQNI TANLANG", "calendarModeButtonLabel": "Taqvimda ochish", "inputDateModeButtonLabel": "Mustaqil kiritish", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_vi.arb b/packages/flutter_localizations/lib/src/l10n/material_vi.arb index 290a6dafa683..807f3de8b94f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_vi.arb @@ -71,13 +71,14 @@ "dateRangePickerHelpText": "CHỌN PHẠM VI", "calendarModeButtonLabel": "Chuyển sang lịch", "inputDateModeButtonLabel": "Chuyển sang chế độ nhập", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index f4613d8162f4..7fa2f6525c9d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -71,13 +71,14 @@ "dateRangePickerHelpText": "选择范围", "calendarModeButtonLabel": "切换到日历模式", "inputDateModeButtonLabel": "切换到输入模式", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zu.arb b/packages/flutter_localizations/lib/src/l10n/material_zu.arb index 06de51dd17ac..afd5a466b422 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zu.arb @@ -70,13 +70,14 @@ "dateRangePickerHelpText": "KHETHA IBANGA", "calendarModeButtonLabel": "Shintshela kukhalenda", "inputDateModeButtonLabel": "Shintshela kokokufaka", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses", "timePickerDialHelpText": "SELECT TIME", "timePickerInputHelpText": "ENTER TIME", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode" + "inputTimeModeButtonLabel": "Switch to text input mode", + "licensesPackageDetailTextZero": "No licenses", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses" } From 6b38427e9501750dd45f3a5a7957e2473c581053 Mon Sep 17 00:00:00 2001 From: Shi-Hao Hong Date: Thu, 9 Jul 2020 15:52:19 +0800 Subject: [PATCH 146/327] Fix and address Inconsistencies with Pashto support (#60600) * Normalize Pashto incomplete translations * Add comment to README.md about incomplete Pashto support --- .../bin/gen_missing_localizations.dart | 4 +-- .../generated_material_localizations.dart | 26 +++++++++---------- .../lib/src/l10n/material_ps.arb | 26 +++++++++---------- 3 files changed, 28 insertions(+), 28 deletions(-) diff --git a/dev/tools/localization/bin/gen_missing_localizations.dart b/dev/tools/localization/bin/gen_missing_localizations.dart index 9dffe582b80e..d505e659f53b 100644 --- a/dev/tools/localization/bin/gen_missing_localizations.dart +++ b/dev/tools/localization/bin/gen_missing_localizations.dart @@ -6,8 +6,8 @@ // entries that are included in the English arb files. This is useful when // adding new resources for localization. You can just add the appropriate // entries to the English arb file and then run this script. It will then check -// all of the other language locale arb files and update them with new 'TBD' -// entries for any missing resources. These will be picked up by the localization +// all of the other language locale arb files and update them with the English +// source for any missing resources. These will be picked up by the localization // team and then translated. // // ## Usage diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index 52e79196c652..f3697044f134 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -19563,7 +19563,7 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'بنده'; @override - String get collapsedIconTapHint => 'TBD'; + String get collapsedIconTapHint => 'Expand'; @override String get continueButtonLabel => 'منځپانګې'; @@ -19617,7 +19617,7 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { String get drawerLabel => 'د نیویگیشن مینو'; @override - String get expandedIconTapHint => 'TBD'; + String get expandedIconTapHint => 'Collapse'; @override String get hideAccountsLabel => 'حسابونه پټ کړئ'; @@ -19653,7 +19653,7 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { String get modalBarrierDismissLabel => 'رد کړه'; @override - String get moreButtonTooltip => 'TBD'; + String get moreButtonTooltip => 'More'; @override String get nextMonthTooltip => 'بله میاشت'; @@ -19689,7 +19689,7 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { String get previousPageTooltip => 'مخکینی مخ'; @override - String get refreshIndicatorSemanticLabel => 'TBD'; + String get refreshIndicatorSemanticLabel => 'Refresh'; @override String get remainingTextFieldCharacterCountFew => null; @@ -19698,34 +19698,34 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => 'TBD'; + String get remainingTextFieldCharacterCountOne => '1 character remaining'; @override - String get remainingTextFieldCharacterCountOther => 'TBD'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount characters remaining'; @override String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'TBD'; + String get remainingTextFieldCharacterCountZero => 'No characters remaining'; @override - String get reorderItemDown => 'TBD'; + String get reorderItemDown => 'Move down'; @override - String get reorderItemLeft => 'TBD'; + String get reorderItemLeft => 'Move left'; @override - String get reorderItemRight => 'TBD'; + String get reorderItemRight => 'Move right'; @override - String get reorderItemToEnd => 'TBD'; + String get reorderItemToEnd => 'Move to the end'; @override - String get reorderItemToStart => 'TBD'; + String get reorderItemToStart => 'Move to the start'; @override - String get reorderItemUp => 'TBD'; + String get reorderItemUp => 'Move up'; @override String get rowsPerPageTitle => 'د هرې پاڼې پاڼې:'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_ps.arb b/packages/flutter_localizations/lib/src/l10n/material_ps.arb index 0f0790bd418c..44fc2d0ad465 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ps.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ps.arb @@ -39,19 +39,19 @@ "dialogLabel": "خبرې اترې", "alertDialogLabel": "خبرتیا", "searchFieldLabel": "لټون", - "reorderItemToStart": "TBD", - "reorderItemToEnd": "TBD", - "reorderItemUp": "TBD", - "reorderItemDown": "TBD", - "reorderItemLeft": "TBD", - "reorderItemRight": "TBD", - "expandedIconTapHint": "TBD", - "collapsedIconTapHint": "TBD", - "remainingTextFieldCharacterCountZero": "TBD", - "remainingTextFieldCharacterCountOne": "TBD", - "remainingTextFieldCharacterCountOther": "TBD", - "refreshIndicatorSemanticLabel": "TBD", - "moreButtonTooltip": "TBD", + "moreButtonTooltip": "More", + "reorderItemToStart": "Move to the start", + "reorderItemToEnd": "Move to the end", + "reorderItemUp": "Move up", + "reorderItemDown": "Move down", + "reorderItemLeft": "Move left", + "reorderItemRight": "Move right", + "expandedIconTapHint": "Collapse", + "collapsedIconTapHint": "Expand", + "remainingTextFieldCharacterCountZero": "No characters remaining", + "remainingTextFieldCharacterCountOne": "1 character remaining", + "remainingTextFieldCharacterCountOther": "$remainingCount characters remaining", + "refreshIndicatorSemanticLabel": "Refresh", "dateSeparator": "/", "dateHelpText": "mm/dd/yyyy", "selectYearSemanticsLabel": "Select year", From 7afe9df4102c90f814f8d35169a32126890ed898 Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Tue, 28 Jul 2020 16:11:04 -0700 Subject: [PATCH 147/327] Make dartdoc warnings fatal (& cleanup of warnings) (#62367) --- .../lib/src/cupertino_localizations.dart | 3 +-- .../lib/src/material_localizations.dart | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/packages/flutter_localizations/lib/src/cupertino_localizations.dart b/packages/flutter_localizations/lib/src/cupertino_localizations.dart index 584862192d35..0f318d28f1dc 100644 --- a/packages/flutter_localizations/lib/src/cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/cupertino_localizations.dart @@ -361,8 +361,7 @@ abstract class GlobalCupertinoLocalizations implements CupertinoLocalizations { ).replaceFirst(r'$second', _decimalFormat.format(second)); } - /// A [LocalizationsDelegate] that uses [GlobalCupertinoLocalizations.load] - /// to create an instance of this class. + /// A [LocalizationsDelegate] for [CupertinoLocalizations]. /// /// Most internationalized apps will use [GlobalCupertinoLocalizations.delegates] /// as the value of [CupertinoApp.localizationsDelegates] to include diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 49b3edfe072e..b1d66dd155c4 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -79,7 +79,7 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { /// 4. The [intl.DateFormat] for [formatMediumDate]. /// 5. The [intl.DateFormat] for [formatFullDate]. /// 6. The [intl.DateFormat] for [formatMonthYear]. - /// 7. The [int.DateFormat] for [formatShortMonthDay]. + /// 7. The [intl.DateFormat] for [formatShortMonthDay]. /// 8. The [NumberFormat] for [formatDecimal] (also used by [formatHour] and /// [formatTimeOfDay] when [timeOfDayFormat] doesn't use [HourFormat.HH]). /// 9. The [NumberFormat] for [formatHour] and the hour part of @@ -667,8 +667,7 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { @override ScriptCategory get scriptCategory; - /// A [LocalizationsDelegate] that uses [GlobalMaterialLocalizations.load] - /// to create an instance of this class. + /// A [LocalizationsDelegate] for [MaterialLocalizations]. /// /// Most internationalized apps will use [GlobalMaterialLocalizations.delegates] /// as the value of [MaterialApp.localizationsDelegates] to include From c3563a9fd3b123b2da8a75bbedd24a3f63819f84 Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Thu, 30 Jul 2020 12:01:04 -0700 Subject: [PATCH 148/327] Random unresolved doc reference fixes I missed before (#62582) --- .../lib/src/material_localizations.dart | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index b1d66dd155c4..465d3b0b8b05 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -74,12 +74,12 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { /// /// 1. The string that would be returned by [Intl.canonicalizedLocale] for /// the locale. - /// 2. The [intl.DateFormat] for [formatYear]. - /// 3. The [int.DateFormat] for [formatShortDate]. - /// 4. The [intl.DateFormat] for [formatMediumDate]. - /// 5. The [intl.DateFormat] for [formatFullDate]. - /// 6. The [intl.DateFormat] for [formatMonthYear]. - /// 7. The [intl.DateFormat] for [formatShortMonthDay]. + /// 2. The [DateFormat] for [formatYear]. + /// 3. The [DateFormat] for [formatShortDate]. + /// 4. The [DateFormat] for [formatMediumDate]. + /// 5. The [DateFormat] for [formatFullDate]. + /// 6. The [DateFormat] for [formatMonthYear]. + /// 7. The [DateFormat] for [formatShortMonthDay]. /// 8. The [NumberFormat] for [formatDecimal] (also used by [formatHour] and /// [formatTimeOfDay] when [timeOfDayFormat] doesn't use [HourFormat.HH]). /// 9. The [NumberFormat] for [formatHour] and the hour part of From 00b7babdaacdc7240aa3233daf86f30132b33d8e Mon Sep 17 00:00:00 2001 From: Darren Austin Date: Mon, 3 Aug 2020 16:31:05 -0700 Subject: [PATCH 149/327] Fix test lifecycle clean up for screen size and semantics. (#62761) --- .../flutter_localizations/test/material/date_picker_test.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/flutter_localizations/test/material/date_picker_test.dart b/packages/flutter_localizations/test/material/date_picker_test.dart index 172ea2039610..af1cc74e5c99 100644 --- a/packages/flutter_localizations/test/material/date_picker_test.dart +++ b/packages/flutter_localizations/test/material/date_picker_test.dart @@ -232,7 +232,9 @@ void main() { Future _showPicker(WidgetTester tester, Locale locale, Size size) async { tester.binding.window.physicalSizeTestValue = size; + addTearDown(tester.binding.window.clearPhysicalSizeTestValue); tester.binding.window.devicePixelRatioTestValue = 1.0; + addTearDown(tester.binding.window.clearDevicePixelRatioTestValue); await tester.pumpWidget( MaterialApp( home: Builder( From 03a54c9d81d34f933bb95fa3ab5d5f06ca78f5fa Mon Sep 17 00:00:00 2001 From: Rami <2364772+rami-a@users.noreply.github.com> Date: Tue, 4 Aug 2020 15:41:05 -0400 Subject: [PATCH 150/327] Address misc time picker design issues (#62803) --- .../test/material/time_picker_test.dart | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages/flutter_localizations/test/material/time_picker_test.dart b/packages/flutter_localizations/test/material/time_picker_test.dart index 47a7df722dc4..48c4d0b8b0ec 100644 --- a/packages/flutter_localizations/test/material/time_picker_test.dart +++ b/packages/flutter_localizations/test/material/time_picker_test.dart @@ -78,6 +78,7 @@ void main() { const Locale('es', 'ES'), //'H:mm' const Locale('fr', 'CA'), //'HH \'h\' mm' const Locale('zh', 'ZH'), //'ah:mm' + const Locale('fa', 'IR'), //'H:mm' but RTL ]; for (final Locale locale in locales) { @@ -114,6 +115,12 @@ void main() { expect(dayPeriodLeftOffset, lessThan(hourLeftOffset)); expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); + } else if (locale == const Locale('fa', 'IR')) { + // Even though this is an RTL locale, the hours and minutes positions should remain the same. + expect(stringFragmentText.data, ':'); + expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); + expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); + expect(dayPeriodControlFinder, findsNothing); } await tester.tapAt(Offset(center.dx, center.dy - 50.0)); await finishPicker(tester); @@ -143,6 +150,7 @@ void main() { const Locale('es', 'ES'), //'H:mm' const Locale('fr', 'CA'), //'HH \'h\' mm' const Locale('zh', 'ZH'), //'ah:mm' + const Locale('fa', 'IR'), //'H:mm' but RTL ]; for (final Locale locale in locales) { @@ -184,6 +192,12 @@ void main() { expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); expect(hourLeftOffset, dayPeriodLeftOffset); expect(hourTopOffset, greaterThan(dayPeriodTopOffset)); + } else if (locale == const Locale('fa', 'IR')) { + // Even though this is an RTL locale, the hours and minutes positions should remain the same. + expect(stringFragmentText.data, ':'); + expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); + expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); + expect(dayPeriodControlFinder, findsNothing); } await tester.tapAt(Offset(center.dx, center.dy - 50.0)); await finishPicker(tester); From d26ac2a593bed3be6b313e837b608f217e555551 Mon Sep 17 00:00:00 2001 From: Shi-Hao Hong Date: Thu, 6 Aug 2020 10:41:04 +0800 Subject: [PATCH 151/327] Update to the latest localizations (#63026) --- .../generated_material_localizations.dart | 3042 +++++++++++------ .../lib/src/l10n/material_af.arb | 26 +- .../lib/src/l10n/material_am.arb | 18 +- .../lib/src/l10n/material_ar.arb | 23 +- .../lib/src/l10n/material_as.arb | 18 +- .../lib/src/l10n/material_az.arb | 26 +- .../lib/src/l10n/material_be.arb | 28 +- .../lib/src/l10n/material_bg.arb | 26 +- .../lib/src/l10n/material_bn.arb | 18 +- .../lib/src/l10n/material_bs.arb | 27 +- .../lib/src/l10n/material_ca.arb | 26 +- .../lib/src/l10n/material_cs.arb | 28 +- .../lib/src/l10n/material_da.arb | 26 +- .../lib/src/l10n/material_de.arb | 26 +- .../lib/src/l10n/material_de_CH.arb | 19 +- .../lib/src/l10n/material_el.arb | 26 +- .../lib/src/l10n/material_en_AU.arb | 15 +- .../lib/src/l10n/material_en_CA.arb | 15 +- .../lib/src/l10n/material_en_GB.arb | 15 +- .../lib/src/l10n/material_en_IE.arb | 15 +- .../lib/src/l10n/material_en_IN.arb | 15 +- .../lib/src/l10n/material_en_NZ.arb | 15 +- .../lib/src/l10n/material_en_SG.arb | 15 +- .../lib/src/l10n/material_en_ZA.arb | 15 +- .../lib/src/l10n/material_es.arb | 26 +- .../lib/src/l10n/material_es_419.arb | 17 +- .../lib/src/l10n/material_es_AR.arb | 17 +- .../lib/src/l10n/material_es_BO.arb | 17 +- .../lib/src/l10n/material_es_CL.arb | 17 +- .../lib/src/l10n/material_es_CO.arb | 17 +- .../lib/src/l10n/material_es_CR.arb | 17 +- .../lib/src/l10n/material_es_DO.arb | 17 +- .../lib/src/l10n/material_es_EC.arb | 17 +- .../lib/src/l10n/material_es_GT.arb | 17 +- .../lib/src/l10n/material_es_HN.arb | 17 +- .../lib/src/l10n/material_es_MX.arb | 17 +- .../lib/src/l10n/material_es_NI.arb | 17 +- .../lib/src/l10n/material_es_PA.arb | 17 +- .../lib/src/l10n/material_es_PE.arb | 17 +- .../lib/src/l10n/material_es_PR.arb | 17 +- .../lib/src/l10n/material_es_PY.arb | 17 +- .../lib/src/l10n/material_es_SV.arb | 17 +- .../lib/src/l10n/material_es_US.arb | 17 +- .../lib/src/l10n/material_es_UY.arb | 17 +- .../lib/src/l10n/material_es_VE.arb | 17 +- .../lib/src/l10n/material_et.arb | 26 +- .../lib/src/l10n/material_eu.arb | 26 +- .../lib/src/l10n/material_fa.arb | 18 +- .../lib/src/l10n/material_fi.arb | 26 +- .../lib/src/l10n/material_fil.arb | 26 +- .../lib/src/l10n/material_fr.arb | 24 +- .../lib/src/l10n/material_fr_CA.arb | 17 +- .../lib/src/l10n/material_gl.arb | 26 +- .../lib/src/l10n/material_gsw.arb | 26 +- .../lib/src/l10n/material_gu.arb | 18 +- .../lib/src/l10n/material_he.arb | 20 +- .../lib/src/l10n/material_hi.arb | 22 +- .../lib/src/l10n/material_hr.arb | 27 +- .../lib/src/l10n/material_hu.arb | 26 +- .../lib/src/l10n/material_hy.arb | 26 +- .../lib/src/l10n/material_id.arb | 26 +- .../lib/src/l10n/material_is.arb | 26 +- .../lib/src/l10n/material_it.arb | 26 +- .../lib/src/l10n/material_ja.arb | 18 +- .../lib/src/l10n/material_ka.arb | 18 +- .../lib/src/l10n/material_kk.arb | 26 +- .../lib/src/l10n/material_km.arb | 20 +- .../lib/src/l10n/material_kn.arb | 20 +- .../lib/src/l10n/material_ko.arb | 20 +- .../lib/src/l10n/material_ky.arb | 26 +- .../lib/src/l10n/material_lo.arb | 18 +- .../lib/src/l10n/material_lt.arb | 28 +- .../lib/src/l10n/material_lv.arb | 28 +- .../lib/src/l10n/material_mk.arb | 26 +- .../lib/src/l10n/material_ml.arb | 18 +- .../lib/src/l10n/material_mn.arb | 26 +- .../lib/src/l10n/material_mr.arb | 18 +- .../lib/src/l10n/material_ms.arb | 26 +- .../lib/src/l10n/material_my.arb | 18 +- .../lib/src/l10n/material_ne.arb | 20 +- .../lib/src/l10n/material_nl.arb | 26 +- .../lib/src/l10n/material_no.arb | 26 +- .../lib/src/l10n/material_or.arb | 20 +- .../lib/src/l10n/material_pa.arb | 18 +- .../lib/src/l10n/material_pl.arb | 28 +- .../lib/src/l10n/material_pt.arb | 26 +- .../lib/src/l10n/material_pt_PT.arb | 17 +- .../lib/src/l10n/material_ro.arb | 27 +- .../lib/src/l10n/material_ru.arb | 28 +- .../lib/src/l10n/material_si.arb | 18 +- .../lib/src/l10n/material_sk.arb | 28 +- .../lib/src/l10n/material_sl.arb | 28 +- .../lib/src/l10n/material_sq.arb | 26 +- .../lib/src/l10n/material_sr.arb | 27 +- .../lib/src/l10n/material_sr_Latn.arb | 18 +- .../lib/src/l10n/material_sv.arb | 26 +- .../lib/src/l10n/material_sw.arb | 26 +- .../lib/src/l10n/material_ta.arb | 18 +- .../lib/src/l10n/material_te.arb | 18 +- .../lib/src/l10n/material_th.arb | 18 +- .../lib/src/l10n/material_tl.arb | 26 +- .../lib/src/l10n/material_tr.arb | 26 +- .../lib/src/l10n/material_uk.arb | 28 +- .../lib/src/l10n/material_ur.arb | 20 +- .../lib/src/l10n/material_uz.arb | 26 +- .../lib/src/l10n/material_vi.arb | 26 +- .../lib/src/l10n/material_zh.arb | 18 +- .../lib/src/l10n/material_zh_HK.arb | 11 +- .../lib/src/l10n/material_zh_TW.arb | 9 + .../lib/src/l10n/material_zu.arb | 26 +- 110 files changed, 3318 insertions(+), 2060 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index f3697044f134..8d7fb1192543 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -81,10 +81,10 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get continueButtonLabel => 'GAAN VOORT'; @override - String get copyButtonLabel => 'KOPIEER'; + String get copyButtonLabel => 'Kopieer'; @override - String get cutButtonLabel => 'KNIP'; + String get cutButtonLabel => 'Knip'; @override String get dateHelpText => 'dd-mm-jjjj'; @@ -120,7 +120,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Vee uit'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Skakel oor na wyserplaatkiesermodus'; @override String get dialogLabel => 'Dialoog'; @@ -138,7 +138,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Skakel oor na invoer'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Skakel oor na teksinvoermodus'; @override String get invalidDateFormatLabel => 'Ongeldige formaat.'; @@ -147,13 +147,22 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Ongeldige reeks.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Voer \'n geldige tyd in'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 lisensie'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount lisensies'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -186,7 +195,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow van ongeveer \$rowCount'; @override - String get pasteButtonLabel => 'PLAK'; + String get pasteButtonLabel => 'Plak'; @override String get popupMenuLabel => 'Opspringkieslys'; @@ -252,7 +261,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Soek'; @override - String get selectAllButtonLabel => 'KIES ALLES'; + String get selectAllButtonLabel => 'Kies alles'; @override String get selectYearSemanticsLabel => 'Kies jaar'; @@ -291,19 +300,19 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'KIES TYD'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Uur'; @override String get timePickerHourModeAnnouncement => 'Kies ure'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'VOER TYD IN'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'Minuut'; @override String get timePickerMinuteModeAnnouncement => 'Kies minute'; @@ -417,7 +426,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'ሰርዝ'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'ወደ መደወያ መራጭ ሁነታ ቀይር'; @override String get dialogLabel => 'መገናኛ'; @@ -435,7 +444,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'ወደ ግቤት ቀይር'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'ወደ ጽሑፍ ግቤት ሁነታ ቀይር'; @override String get invalidDateFormatLabel => 'ልክ ያልሆነ ቅርጸት።'; @@ -444,13 +453,22 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'ልክ ያልኾነ ክልል።'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'የሚሠራ ሰዓት ያስገቡ'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 ፈቃድ'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount ፈቃዶች'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -588,19 +606,19 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'ጊዜ ይምረጡ'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'ሰዓት'; @override String get timePickerHourModeAnnouncement => 'ሰዓታትን ምረጥ'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'ሰዓት ያስገቡ'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'ደቂቃ'; @override String get timePickerMinuteModeAnnouncement => 'ደቂቃዎችን ይምረጡ'; @@ -714,7 +732,7 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'حذف'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'التبديل إلى وضع \"منتقي قُرص الساعة\"'; @override String get dialogLabel => 'مربع حوار'; @@ -732,7 +750,7 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'التبديل إلى الإدخال'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'التبديل إلى وضع \"إدخال النص\"'; @override String get invalidDateFormatLabel => 'التنسيق غير صالح.'; @@ -741,16 +759,25 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'النطاق غير صالح.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'يُرجى إدخال وقت صالح.'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => '\$licenseCount تراخيص'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => '\$licenseCount ترخيصًا'; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String get licensesPackageDetailTextOne => 'ترخيص واحد'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount ترخيص'; + + @override + String get licensesPackageDetailTextTwo => 'ترخيصان (\$licenseCount)'; + + @override + String get licensesPackageDetailTextZero => 'ما مِن تراخيص'; @override String get licensesPageTitle => 'التراخيص'; @@ -885,19 +912,19 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'اختيار الوقت'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'ساعة'; @override String get timePickerHourModeAnnouncement => 'اختيار الساعات'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'إدخال الوقت'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'دقيقة'; @override String get timePickerMinuteModeAnnouncement => 'اختيار الدقائق'; @@ -1011,7 +1038,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'মচক'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'ডায়েল বাছনিকৰ্তাৰ ম’ডলৈ সলনি কৰক'; @override String get dialogLabel => 'ডায়ল\'গ'; @@ -1029,7 +1056,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'ইনপুটলৈ সলনি কৰক'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'পাঠ ইনপুটৰ ম’ডলৈ সলনি কৰক'; @override String get invalidDateFormatLabel => 'অমান্য ফৰ্মেট।'; @@ -1038,13 +1065,22 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'অমান্য পৰিসৰ।'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'এটা মান্য সময় দিয়ক'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '১ খন অনুজ্ঞাপত্ৰ'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount খন অনুজ্ঞাপত্ৰ'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -1182,19 +1218,19 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'সময় বাছনি কৰক'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'ঘণ্টা'; @override String get timePickerHourModeAnnouncement => 'সময় বাছনি কৰক'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'সময় দিয়ক'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'মিনিট'; @override String get timePickerMinuteModeAnnouncement => 'মিনিট বাছনি কৰক'; @@ -1269,10 +1305,10 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get continueButtonLabel => 'DAVAM EDİN'; @override - String get copyButtonLabel => 'KOPYALAYIN'; + String get copyButtonLabel => 'Kopyalayın'; @override - String get cutButtonLabel => 'KƏSİN'; + String get cutButtonLabel => 'Kəsin'; @override String get dateHelpText => 'aa/gg/iiii'; @@ -1308,7 +1344,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Silin'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Yığım seçici rejiminə keçin'; @override String get dialogLabel => 'Dialoq'; @@ -1326,7 +1362,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Daxiletməyə keçin'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Mətn daxiletmə rejiminə keçin'; @override String get invalidDateFormatLabel => 'Yanlış format.'; @@ -1335,13 +1371,22 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Yanlış aralıq.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Düzgün vaxt daxil edin'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 lisenziya'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount lisenziya'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -1374,7 +1419,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow/ təxminən \$rowCount'; @override - String get pasteButtonLabel => 'YERLƏŞDİRİN'; + String get pasteButtonLabel => 'Yerləşdirin'; @override String get popupMenuLabel => 'Popap menyusu'; @@ -1440,7 +1485,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Axtarın'; @override - String get selectAllButtonLabel => 'HAMISINI SEÇİN'; + String get selectAllButtonLabel => 'Hamısını seçin'; @override String get selectYearSemanticsLabel => 'İl seçin'; @@ -1479,19 +1524,19 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'VAXT SEÇİN'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Saat'; @override String get timePickerHourModeAnnouncement => 'Saat seçin'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'VAXTI DAXİL EDİN'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'Dəqiqə'; @override String get timePickerMinuteModeAnnouncement => 'Dəqiqə seçin'; @@ -1566,10 +1611,10 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get continueButtonLabel => 'ПРАЦЯГНУЦЬ'; @override - String get copyButtonLabel => 'КАПІРАВАЦЬ'; + String get copyButtonLabel => 'Капіраваць'; @override - String get cutButtonLabel => 'ВЫРАЗАЦЬ'; + String get cutButtonLabel => 'Выразаць'; @override String get dateHelpText => 'мм/дд/гггг'; @@ -1605,7 +1650,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Выдаліць'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Пераход у рэжым выбару часу'; @override String get dialogLabel => 'Дыялогавае акно'; @@ -1623,7 +1668,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Пераключыцца на ўвод тэксту'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Пераход у рэжым уводу тэксту'; @override String get invalidDateFormatLabel => 'Няправільны фармат.'; @@ -1632,13 +1677,22 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Няправільны дыяпазон.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Увядзіце дапушчальны час'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => '\$licenseCount ліцэнзіі'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => '\$licenseCount ліцэнзій'; + + @override + String get licensesPackageDetailTextOne => '1 ліцэнзія'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount ліцэнзіі'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -1671,7 +1725,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow з прыблізна \$rowCount'; @override - String get pasteButtonLabel => 'УСТАВІЦЬ'; + String get pasteButtonLabel => 'Уставіць'; @override String get popupMenuLabel => 'Меню ўсплывальнага акна'; @@ -1737,7 +1791,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Пошук'; @override - String get selectAllButtonLabel => 'ВЫБРАЦЬ УСЕ'; + String get selectAllButtonLabel => 'Выбраць усе'; @override String get selectYearSemanticsLabel => 'Выберыце год'; @@ -1776,19 +1830,19 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'ВЫБЕРЫЦЕ ЧАС'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Гадзіна'; @override String get timePickerHourModeAnnouncement => 'Выберыце гадзіны'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'УВЯДЗІЦЕ ЧАС'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'Хвіліна'; @override String get timePickerMinuteModeAnnouncement => 'Выберыце хвіліны'; @@ -1863,10 +1917,10 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get continueButtonLabel => 'НАПРЕД'; @override - String get copyButtonLabel => 'КОПИРАНЕ'; + String get copyButtonLabel => 'Копиране'; @override - String get cutButtonLabel => 'ИЗРЯЗВАНЕ'; + String get cutButtonLabel => 'Изрязване'; @override String get dateHelpText => 'дд/мм/гггг'; @@ -1902,7 +1956,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Изтриване'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Превключване към режим за избор на циферблат'; @override String get dialogLabel => 'Диалогов прозорец'; @@ -1920,7 +1974,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Превключване към въвеждане'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Превключване към режим за въвеждане на текст'; @override String get invalidDateFormatLabel => 'Невалиден формат.'; @@ -1929,13 +1983,22 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Невалиден период от време.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Въведете валиден час'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 лиценз'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount лиценза'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -1968,7 +2031,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow – \$lastRow от около \$rowCount'; @override - String get pasteButtonLabel => 'ПОСТАВЯНЕ'; + String get pasteButtonLabel => 'Поставяне'; @override String get popupMenuLabel => 'Изскачащо меню'; @@ -2034,7 +2097,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Търсене'; @override - String get selectAllButtonLabel => 'ИЗБИРАНЕ НА ВСИЧКО'; + String get selectAllButtonLabel => 'Избиране на всички'; @override String get selectYearSemanticsLabel => 'Избиране на година'; @@ -2073,19 +2136,19 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'ИЗБЕРЕТЕ ЧАС'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Час'; @override String get timePickerHourModeAnnouncement => 'Избиране на часове'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'ВЪВЕДЕТЕ ЧАС'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'Минута'; @override String get timePickerMinuteModeAnnouncement => 'Избиране на минути'; @@ -2199,7 +2262,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'মুছে দিন'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'ডায়াল বেছে নেওয়ার মোডে পাল্টান'; @override String get dialogLabel => 'ডায়ালগ'; @@ -2217,7 +2280,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'ইনপুট মোডে বদল করুন'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'টেক্সট ইনপুট মোডে পাল্টান'; @override String get invalidDateFormatLabel => 'ভুল ফর্ম্যাট।'; @@ -2226,13 +2289,22 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'তারিখ সঠিক নয়।'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'সঠিক সময় লিখুন'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '১টি লাইসেন্স'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCountটি লাইসেন্স'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -2370,19 +2442,19 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'সময় বেছে নিন'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'ঘণ্টা'; @override String get timePickerHourModeAnnouncement => 'ঘণ্টা বেছে নিন'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'সময় লিখুন'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'মিনিট'; @override String get timePickerMinuteModeAnnouncement => 'মিনিট বেছে নিন'; @@ -2457,10 +2529,10 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get continueButtonLabel => 'NASTAVI'; @override - String get copyButtonLabel => 'KOPIRAJ'; + String get copyButtonLabel => 'Kopiraj'; @override - String get cutButtonLabel => 'IZREŽI'; + String get cutButtonLabel => 'Izreži'; @override String get dateHelpText => 'mm/dd/gggg'; @@ -2496,7 +2568,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Brisanje'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Prebacivanje na način rada alata za biranje'; @override String get dialogLabel => 'Dijaloški okvir'; @@ -2514,7 +2586,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Prebacite na unos teksta'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Prebacivanje na način rada unosa teksta'; @override String get invalidDateFormatLabel => 'Nevažeći format.'; @@ -2523,13 +2595,22 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Nevažeći raspon.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Unesite ispravno vrijeme'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => '\$licenseCount licence'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 licenca'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenci'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -2562,7 +2643,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow od oko \$rowCount'; @override - String get pasteButtonLabel => 'ZALIJEPI'; + String get pasteButtonLabel => 'Zalijepi'; @override String get popupMenuLabel => 'Skočni meni'; @@ -2628,7 +2709,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Pretražite'; @override - String get selectAllButtonLabel => 'ODABERI SVE'; + String get selectAllButtonLabel => 'Odaberi sve'; @override String get selectYearSemanticsLabel => 'Odaberite godinu'; @@ -2667,19 +2748,19 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'ODABERITE VRIJEME'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Sat'; @override String get timePickerHourModeAnnouncement => 'Odaberite sat'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'UNESITE VRIJEME'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'Minuta'; @override String get timePickerMinuteModeAnnouncement => 'Odaberite minute'; @@ -2754,10 +2835,10 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get continueButtonLabel => 'CONTINUA'; @override - String get copyButtonLabel => 'COPIA'; + String get copyButtonLabel => 'Copia'; @override - String get cutButtonLabel => 'RETALLA'; + String get cutButtonLabel => 'Retalla'; @override String get dateHelpText => 'mm/dd/aaaa'; @@ -2793,7 +2874,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Suprimeix'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Canvia al mode de selector de dial'; @override String get dialogLabel => 'Diàleg'; @@ -2811,7 +2892,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Canvia a introducció de text'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Canvia al mode d\'introducció de text'; @override String get invalidDateFormatLabel => 'El format no és vàlid.'; @@ -2820,13 +2901,22 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'L\'interval no és vàlid.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Introdueix una hora vàlida'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 llicència'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount llicències'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -2859,7 +2949,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow-\$lastRow d\'aproximadament \$rowCount'; @override - String get pasteButtonLabel => 'ENGANXA'; + String get pasteButtonLabel => 'Enganxa'; @override String get popupMenuLabel => 'Menú emergent'; @@ -2925,7 +3015,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Cerca'; @override - String get selectAllButtonLabel => 'SELECCIONA-HO TOT'; + String get selectAllButtonLabel => 'Selecciona-ho tot'; @override String get selectYearSemanticsLabel => 'Selecciona un any'; @@ -2964,19 +3054,19 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'SELECCIONA L\'HORA'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Hora'; @override String get timePickerHourModeAnnouncement => 'Selecciona les hores'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'INTRODUEIX L\'HORA'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'Minut'; @override String get timePickerMinuteModeAnnouncement => 'Selecciona els minuts'; @@ -3051,10 +3141,10 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get continueButtonLabel => 'POKRAČOVAT'; @override - String get copyButtonLabel => 'KOPÍROVAT'; + String get copyButtonLabel => 'Kopírovat'; @override - String get cutButtonLabel => 'VYJMOUT'; + String get cutButtonLabel => 'Vyjmout'; @override String get dateHelpText => 'mm/dd/rrrr'; @@ -3090,7 +3180,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Smazat'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Přepnout na režim výběru času'; @override String get dialogLabel => 'Dialogové okno'; @@ -3108,7 +3198,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Přepnout na zadávání'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Přepnout na režim zadávání textu'; @override String get invalidDateFormatLabel => 'Neplatný formát.'; @@ -3117,13 +3207,22 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Neplatný rozsah.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Zadejte platný čas'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => '\$licenseCount licence'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => '\$licenseCount licence'; + + @override + String get licensesPackageDetailTextOne => '1 licence'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licencí'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -3156,7 +3255,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow z asi \$rowCount'; @override - String get pasteButtonLabel => 'VLOŽIT'; + String get pasteButtonLabel => 'Vložit'; @override String get popupMenuLabel => 'Vyskakovací nabídka'; @@ -3222,7 +3321,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Hledat'; @override - String get selectAllButtonLabel => 'VYBRAT VŠE'; + String get selectAllButtonLabel => 'Vybrat vše'; @override String get selectYearSemanticsLabel => 'Vyberte rok'; @@ -3261,19 +3360,19 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'VYBERTE ČAS'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Hodina'; @override String get timePickerHourModeAnnouncement => 'Vyberte hodiny'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'ZADEJTE ČAS'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'Minuta'; @override String get timePickerMinuteModeAnnouncement => 'Vyberte minuty'; @@ -3348,10 +3447,10 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get continueButtonLabel => 'FORTSÆT'; @override - String get copyButtonLabel => 'KOPIÉR'; + String get copyButtonLabel => 'Kopiér'; @override - String get cutButtonLabel => 'KLIP'; + String get cutButtonLabel => 'Klip'; @override String get dateHelpText => 'mm/dd/åååå'; @@ -3387,7 +3486,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Slet'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Skift til urskivevælger'; @override String get dialogLabel => 'Dialogboks'; @@ -3405,7 +3504,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Skift til input'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Skift til indtastning'; @override String get invalidDateFormatLabel => 'Ugyldigt format.'; @@ -3414,13 +3513,22 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Ugyldigt interval.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Angiv et gyldigt tidspunkt'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 licens'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenser'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -3453,7 +3561,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow-\$lastRow af ca. \$rowCount'; @override - String get pasteButtonLabel => 'SÆT IND'; + String get pasteButtonLabel => 'Sæt ind'; @override String get popupMenuLabel => 'Pop op-menu'; @@ -3519,7 +3627,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Søg'; @override - String get selectAllButtonLabel => 'VÆLG ALLE'; + String get selectAllButtonLabel => 'Markér alt'; @override String get selectYearSemanticsLabel => 'Vælg år'; @@ -3558,19 +3666,19 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'VÆLG TIDSPUNKT'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Time'; @override String get timePickerHourModeAnnouncement => 'Vælg timer'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'ANGIV TIDSPUNKT'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'Minut'; @override String get timePickerMinuteModeAnnouncement => 'Vælg minutter'; @@ -3645,10 +3753,10 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get continueButtonLabel => 'WEITER'; @override - String get copyButtonLabel => 'KOPIEREN'; + String get copyButtonLabel => 'Kopieren'; @override - String get cutButtonLabel => 'AUSSCHNEIDEN'; + String get cutButtonLabel => 'Ausschneiden'; @override String get dateHelpText => 'tt.mm.jjjj'; @@ -3678,13 +3786,13 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get dateRangeStartLabel => 'Startdatum'; @override - String get dateSeparator => '/'; + String get dateSeparator => '.'; @override String get deleteButtonTooltip => 'Löschen'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Zur Uhrzeitauswahl wechseln'; @override String get dialogLabel => 'Dialogfeld'; @@ -3702,7 +3810,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Zur Texteingabe wechseln'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Zum Texteingabemodus wechseln'; @override String get invalidDateFormatLabel => 'Ungültiges Format.'; @@ -3711,13 +3819,22 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Ungültiger Zeitraum.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Gib eine gültige Uhrzeit ein'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 Lizenz'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount Lizenzen'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -3750,7 +3867,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow von etwa \$rowCount'; @override - String get pasteButtonLabel => 'EINFÜGEN'; + String get pasteButtonLabel => 'Einsetzen'; @override String get popupMenuLabel => 'Pop-up-Menü'; @@ -3816,7 +3933,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Suchen'; @override - String get selectAllButtonLabel => 'ALLE AUSWÄHLEN'; + String get selectAllButtonLabel => 'Alle auswählen'; @override String get selectYearSemanticsLabel => 'Jahr auswählen'; @@ -3855,16 +3972,16 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'UHRZEIT AUSWÄHLEN'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Stunde'; @override String get timePickerHourModeAnnouncement => 'Stunden auswählen'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'ZEIT EINGEBEN'; @override String get timePickerMinuteLabel => 'Minute'; @@ -3981,10 +4098,10 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get continueButtonLabel => 'ΣΥΝΕΧΕΙΑ'; @override - String get copyButtonLabel => 'ΑΝΤΙΓΡΑΦΗ'; + String get copyButtonLabel => 'Αντιγραφή'; @override - String get cutButtonLabel => 'ΑΠΟΚΟΠΗ'; + String get cutButtonLabel => 'Αποκοπή'; @override String get dateHelpText => 'μμ/ηη/εεεε'; @@ -4020,7 +4137,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Διαγραφή'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Εναλλαγή στη λειτουργία επιλογέα κλήσης'; @override String get dialogLabel => 'Παράθυρο διαλόγου'; @@ -4038,7 +4155,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Εναλλαγή σε καταχώριση'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Εναλλαγή στη λειτουργία εισαγωγής κειμένου'; @override String get invalidDateFormatLabel => 'Μη έγκυρη μορφή.'; @@ -4047,13 +4164,22 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Μη έγκυρο εύρος.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Εισαγάγετε μια έγκυρη ώρα'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 άδεια'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount άδειες'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -4086,7 +4212,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow-\$lastRow από περίπου \$rowCount'; @override - String get pasteButtonLabel => 'ΕΠΙΚΟΛΛΗΣΗ'; + String get pasteButtonLabel => 'Επικόλληση'; @override String get popupMenuLabel => 'Αναδυόμενο μενού'; @@ -4152,7 +4278,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Αναζήτηση'; @override - String get selectAllButtonLabel => 'ΕΠΙΛΟΓΗ ΟΛΩΝ'; + String get selectAllButtonLabel => 'Επιλογή όλων'; @override String get selectYearSemanticsLabel => 'Επιλογή έτους'; @@ -4191,19 +4317,19 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'ΕΠΙΛΟΓΗ ΩΡΑΣ'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Ώρα'; @override String get timePickerHourModeAnnouncement => 'Επιλογή ωρών'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'ΕΙΣΑΓΩΓΗ ΩΡΑΣ'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'Λεπτό'; @override String get timePickerMinuteModeAnnouncement => 'Επιλογή λεπτών'; @@ -4346,12 +4472,21 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Enter a valid time'; + @override + String get licensesPackageDetailTextFew => null; + + @override + String get licensesPackageDetailTextMany => null; + @override String get licensesPackageDetailTextOne => '1 license'; @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextTwo => null; + @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -4568,18 +4703,6 @@ class MaterialLocalizationEnAu extends MaterialLocalizationEn { @override String get licensesPackageDetailTextOther => '\$licenseCount licences'; - @override - String get copyButtonLabel => 'COPY'; - - @override - String get cutButtonLabel => 'CUT'; - - @override - String get pasteButtonLabel => 'PASTE'; - - @override - String get selectAllButtonLabel => 'SELECT ALL'; - @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @@ -4649,18 +4772,6 @@ class MaterialLocalizationEnCa extends MaterialLocalizationEn { @override String get licensesPackageDetailTextOther => '\$licenseCount licences'; - @override - String get copyButtonLabel => 'COPY'; - - @override - String get cutButtonLabel => 'CUT'; - - @override - String get pasteButtonLabel => 'PASTE'; - - @override - String get selectAllButtonLabel => 'SELECT ALL'; - @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @@ -4721,12 +4832,6 @@ class MaterialLocalizationEnGb extends MaterialLocalizationEn { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; - @override - String get copyButtonLabel => 'COPY'; - - @override - String get selectAllButtonLabel => 'SELECT ALL'; - @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @@ -4742,12 +4847,6 @@ class MaterialLocalizationEnGb extends MaterialLocalizationEn { @override String get licensesPackageDetailTextOther => '\$licenseCount licences'; - @override - String get pasteButtonLabel => 'PASTE'; - - @override - String get cutButtonLabel => 'CUT'; - @override String get popupMenuLabel => 'Pop-up menu'; @@ -4805,12 +4904,6 @@ class MaterialLocalizationEnIe extends MaterialLocalizationEn { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; - @override - String get copyButtonLabel => 'COPY'; - - @override - String get selectAllButtonLabel => 'SELECT ALL'; - @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @@ -4826,12 +4919,6 @@ class MaterialLocalizationEnIe extends MaterialLocalizationEn { @override String get licensesPackageDetailTextOther => '\$licenseCount licences'; - @override - String get pasteButtonLabel => 'PASTE'; - - @override - String get cutButtonLabel => 'CUT'; - @override String get popupMenuLabel => 'Pop-up menu'; @@ -4899,28 +4986,16 @@ class MaterialLocalizationEnIn extends MaterialLocalizationEn { String get licensesPackageDetailTextOther => '\$licenseCount licences'; @override - String get copyButtonLabel => 'COPY'; + String get viewLicensesButtonLabel => 'VIEW LICENCES'; @override - String get cutButtonLabel => 'CUT'; + String get popupMenuLabel => 'Pop-up menu'; @override - String get pasteButtonLabel => 'PASTE'; + String get dialogLabel => 'Dialogue'; @override - String get selectAllButtonLabel => 'SELECT ALL'; - - @override - String get viewLicensesButtonLabel => 'VIEW LICENCES'; - - @override - String get popupMenuLabel => 'Pop-up menu'; - - @override - String get dialogLabel => 'Dialogue'; - - @override - String get reorderItemLeft => 'Move to the left'; + String get reorderItemLeft => 'Move to the left'; @override String get reorderItemRight => 'Move to the right'; @@ -4979,18 +5054,6 @@ class MaterialLocalizationEnNz extends MaterialLocalizationEn { @override String get licensesPackageDetailTextOther => '\$licenseCount licences'; - @override - String get copyButtonLabel => 'COPY'; - - @override - String get cutButtonLabel => 'CUT'; - - @override - String get pasteButtonLabel => 'PASTE'; - - @override - String get selectAllButtonLabel => 'SELECT ALL'; - @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @@ -5060,18 +5123,6 @@ class MaterialLocalizationEnSg extends MaterialLocalizationEn { @override String get licensesPackageDetailTextOther => '\$licenseCount licences'; - @override - String get copyButtonLabel => 'COPY'; - - @override - String get cutButtonLabel => 'CUT'; - - @override - String get pasteButtonLabel => 'PASTE'; - - @override - String get selectAllButtonLabel => 'SELECT ALL'; - @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @@ -5132,12 +5183,6 @@ class MaterialLocalizationEnZa extends MaterialLocalizationEn { @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; - @override - String get copyButtonLabel => 'COPY'; - - @override - String get selectAllButtonLabel => 'SELECT ALL'; - @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @@ -5153,12 +5198,6 @@ class MaterialLocalizationEnZa extends MaterialLocalizationEn { @override String get licensesPackageDetailTextOther => '\$licenseCount licences'; - @override - String get pasteButtonLabel => 'PASTE'; - - @override - String get cutButtonLabel => 'CUT'; - @override String get popupMenuLabel => 'Pop-up menu'; @@ -5232,10 +5271,10 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get continueButtonLabel => 'CONTINUAR'; @override - String get copyButtonLabel => 'COPIAR'; + String get copyButtonLabel => 'Copiar'; @override - String get cutButtonLabel => 'CORTAR'; + String get cutButtonLabel => 'Cortar'; @override String get dateHelpText => 'mm/dd/aaaa'; @@ -5271,7 +5310,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Eliminar'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Cambiar al modo de selección de hora'; @override String get dialogLabel => 'Cuadro de diálogo'; @@ -5289,7 +5328,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Cambiar a cuadro de texto'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Cambiar al modo de introducción de texto'; @override String get invalidDateFormatLabel => 'Formato no válido.'; @@ -5298,13 +5337,22 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Periodo no válido.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Indica una hora válida'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 licencia'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -5337,7 +5385,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow‑\$lastRow de aproximadamente \$rowCount'; @override - String get pasteButtonLabel => 'PEGAR'; + String get pasteButtonLabel => 'Pegar'; @override String get popupMenuLabel => 'Menú emergente'; @@ -5403,7 +5451,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Buscar'; @override - String get selectAllButtonLabel => 'SELECCIONAR TODOS'; + String get selectAllButtonLabel => 'Seleccionar todo'; @override String get selectYearSemanticsLabel => 'Seleccionar año'; @@ -5442,19 +5490,19 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'SELECCIONAR HORA'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Hora'; @override String get timePickerHourModeAnnouncement => 'Seleccionar horas'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'INTRODUCIR HORA'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'Minuto'; @override String get timePickerMinuteModeAnnouncement => 'Seleccionar minutos'; @@ -5498,6 +5546,21 @@ class MaterialLocalizationEs419 extends MaterialLocalizationEs { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get licensesPackageDetailTextOne => '1 licencia'; + + @override + String get timePickerInputHelpText => 'INGRESAR HORA'; + + @override + String get invalidTimeLabel => 'Ingresa una hora válida'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + + @override + String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; + @override String get dateInputLabel => 'Ingresar fecha'; @@ -5564,9 +5627,6 @@ class MaterialLocalizationEs419 extends MaterialLocalizationEs { @override String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; - @override - String get selectAllButtonLabel => 'SELECCIONAR TODO'; - @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -5615,6 +5675,21 @@ class MaterialLocalizationEsAr extends MaterialLocalizationEs { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get licensesPackageDetailTextOne => '1 licencia'; + + @override + String get timePickerInputHelpText => 'INGRESAR HORA'; + + @override + String get invalidTimeLabel => 'Ingresa una hora válida'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + + @override + String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; + @override String get dateInputLabel => 'Ingresar fecha'; @@ -5681,9 +5756,6 @@ class MaterialLocalizationEsAr extends MaterialLocalizationEs { @override String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; - @override - String get selectAllButtonLabel => 'SELECCIONAR TODO'; - @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -5732,6 +5804,21 @@ class MaterialLocalizationEsBo extends MaterialLocalizationEs { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get licensesPackageDetailTextOne => '1 licencia'; + + @override + String get timePickerInputHelpText => 'INGRESAR HORA'; + + @override + String get invalidTimeLabel => 'Ingresa una hora válida'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + + @override + String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; + @override String get dateInputLabel => 'Ingresar fecha'; @@ -5801,9 +5888,6 @@ class MaterialLocalizationEsBo extends MaterialLocalizationEs { @override String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; - @override - String get selectAllButtonLabel => 'SELECCIONAR TODO'; - @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -5849,6 +5933,21 @@ class MaterialLocalizationEsCl extends MaterialLocalizationEs { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get licensesPackageDetailTextOne => '1 licencia'; + + @override + String get timePickerInputHelpText => 'INGRESAR HORA'; + + @override + String get invalidTimeLabel => 'Ingresa una hora válida'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + + @override + String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; + @override String get dateInputLabel => 'Ingresar fecha'; @@ -5918,9 +6017,6 @@ class MaterialLocalizationEsCl extends MaterialLocalizationEs { @override String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; - @override - String get selectAllButtonLabel => 'SELECCIONAR TODO'; - @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -5966,6 +6062,21 @@ class MaterialLocalizationEsCo extends MaterialLocalizationEs { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get licensesPackageDetailTextOne => '1 licencia'; + + @override + String get timePickerInputHelpText => 'INGRESAR HORA'; + + @override + String get invalidTimeLabel => 'Ingresa una hora válida'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + + @override + String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; + @override String get dateInputLabel => 'Ingresar fecha'; @@ -6035,9 +6146,6 @@ class MaterialLocalizationEsCo extends MaterialLocalizationEs { @override String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; - @override - String get selectAllButtonLabel => 'SELECCIONAR TODO'; - @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -6083,6 +6191,21 @@ class MaterialLocalizationEsCr extends MaterialLocalizationEs { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get licensesPackageDetailTextOne => '1 licencia'; + + @override + String get timePickerInputHelpText => 'INGRESAR HORA'; + + @override + String get invalidTimeLabel => 'Ingresa una hora válida'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + + @override + String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; + @override String get dateInputLabel => 'Ingresar fecha'; @@ -6152,9 +6275,6 @@ class MaterialLocalizationEsCr extends MaterialLocalizationEs { @override String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; - @override - String get selectAllButtonLabel => 'SELECCIONAR TODO'; - @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -6200,6 +6320,21 @@ class MaterialLocalizationEsDo extends MaterialLocalizationEs { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get licensesPackageDetailTextOne => '1 licencia'; + + @override + String get timePickerInputHelpText => 'INGRESAR HORA'; + + @override + String get invalidTimeLabel => 'Ingresa una hora válida'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + + @override + String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; + @override String get dateInputLabel => 'Ingresar fecha'; @@ -6269,9 +6404,6 @@ class MaterialLocalizationEsDo extends MaterialLocalizationEs { @override String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; - @override - String get selectAllButtonLabel => 'SELECCIONAR TODO'; - @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -6317,6 +6449,21 @@ class MaterialLocalizationEsEc extends MaterialLocalizationEs { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get licensesPackageDetailTextOne => '1 licencia'; + + @override + String get timePickerInputHelpText => 'INGRESAR HORA'; + + @override + String get invalidTimeLabel => 'Ingresa una hora válida'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + + @override + String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; + @override String get dateInputLabel => 'Ingresar fecha'; @@ -6386,9 +6533,6 @@ class MaterialLocalizationEsEc extends MaterialLocalizationEs { @override String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; - @override - String get selectAllButtonLabel => 'SELECCIONAR TODO'; - @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -6434,6 +6578,21 @@ class MaterialLocalizationEsGt extends MaterialLocalizationEs { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get licensesPackageDetailTextOne => '1 licencia'; + + @override + String get timePickerInputHelpText => 'INGRESAR HORA'; + + @override + String get invalidTimeLabel => 'Ingresa una hora válida'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + + @override + String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; + @override String get dateInputLabel => 'Ingresar fecha'; @@ -6503,9 +6662,6 @@ class MaterialLocalizationEsGt extends MaterialLocalizationEs { @override String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; - @override - String get selectAllButtonLabel => 'SELECCIONAR TODO'; - @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -6551,6 +6707,21 @@ class MaterialLocalizationEsHn extends MaterialLocalizationEs { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get licensesPackageDetailTextOne => '1 licencia'; + + @override + String get timePickerInputHelpText => 'INGRESAR HORA'; + + @override + String get invalidTimeLabel => 'Ingresa una hora válida'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + + @override + String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; + @override String get dateInputLabel => 'Ingresar fecha'; @@ -6620,9 +6791,6 @@ class MaterialLocalizationEsHn extends MaterialLocalizationEs { @override String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; - @override - String get selectAllButtonLabel => 'SELECCIONAR TODO'; - @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -6668,6 +6836,21 @@ class MaterialLocalizationEsMx extends MaterialLocalizationEs { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get licensesPackageDetailTextOne => '1 licencia'; + + @override + String get timePickerInputHelpText => 'INGRESAR HORA'; + + @override + String get invalidTimeLabel => 'Ingresa una hora válida'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + + @override + String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; + @override String get dateInputLabel => 'Ingresar fecha'; @@ -6737,9 +6920,6 @@ class MaterialLocalizationEsMx extends MaterialLocalizationEs { @override String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; - @override - String get selectAllButtonLabel => 'SELECCIONAR TODO'; - @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -6785,6 +6965,21 @@ class MaterialLocalizationEsNi extends MaterialLocalizationEs { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get licensesPackageDetailTextOne => '1 licencia'; + + @override + String get timePickerInputHelpText => 'INGRESAR HORA'; + + @override + String get invalidTimeLabel => 'Ingresa una hora válida'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + + @override + String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; + @override String get dateInputLabel => 'Ingresar fecha'; @@ -6854,9 +7049,6 @@ class MaterialLocalizationEsNi extends MaterialLocalizationEs { @override String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; - @override - String get selectAllButtonLabel => 'SELECCIONAR TODO'; - @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -6902,6 +7094,21 @@ class MaterialLocalizationEsPa extends MaterialLocalizationEs { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get licensesPackageDetailTextOne => '1 licencia'; + + @override + String get timePickerInputHelpText => 'INGRESAR HORA'; + + @override + String get invalidTimeLabel => 'Ingresa una hora válida'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + + @override + String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; + @override String get dateInputLabel => 'Ingresar fecha'; @@ -6971,9 +7178,6 @@ class MaterialLocalizationEsPa extends MaterialLocalizationEs { @override String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; - @override - String get selectAllButtonLabel => 'SELECCIONAR TODO'; - @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -7019,6 +7223,21 @@ class MaterialLocalizationEsPe extends MaterialLocalizationEs { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get licensesPackageDetailTextOne => '1 licencia'; + + @override + String get timePickerInputHelpText => 'INGRESAR HORA'; + + @override + String get invalidTimeLabel => 'Ingresa una hora válida'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + + @override + String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; + @override String get dateInputLabel => 'Ingresar fecha'; @@ -7088,9 +7307,6 @@ class MaterialLocalizationEsPe extends MaterialLocalizationEs { @override String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; - @override - String get selectAllButtonLabel => 'SELECCIONAR TODO'; - @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -7136,6 +7352,21 @@ class MaterialLocalizationEsPr extends MaterialLocalizationEs { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get licensesPackageDetailTextOne => '1 licencia'; + + @override + String get timePickerInputHelpText => 'INGRESAR HORA'; + + @override + String get invalidTimeLabel => 'Ingresa una hora válida'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + + @override + String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; + @override String get dateInputLabel => 'Ingresar fecha'; @@ -7205,9 +7436,6 @@ class MaterialLocalizationEsPr extends MaterialLocalizationEs { @override String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; - @override - String get selectAllButtonLabel => 'SELECCIONAR TODO'; - @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -7253,6 +7481,21 @@ class MaterialLocalizationEsPy extends MaterialLocalizationEs { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get licensesPackageDetailTextOne => '1 licencia'; + + @override + String get timePickerInputHelpText => 'INGRESAR HORA'; + + @override + String get invalidTimeLabel => 'Ingresa una hora válida'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + + @override + String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; + @override String get dateInputLabel => 'Ingresar fecha'; @@ -7322,9 +7565,6 @@ class MaterialLocalizationEsPy extends MaterialLocalizationEs { @override String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; - @override - String get selectAllButtonLabel => 'SELECCIONAR TODO'; - @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -7370,6 +7610,21 @@ class MaterialLocalizationEsSv extends MaterialLocalizationEs { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get licensesPackageDetailTextOne => '1 licencia'; + + @override + String get timePickerInputHelpText => 'INGRESAR HORA'; + + @override + String get invalidTimeLabel => 'Ingresa una hora válida'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + + @override + String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; + @override String get dateInputLabel => 'Ingresar fecha'; @@ -7439,9 +7694,6 @@ class MaterialLocalizationEsSv extends MaterialLocalizationEs { @override String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; - @override - String get selectAllButtonLabel => 'SELECCIONAR TODO'; - @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -7487,6 +7739,21 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get licensesPackageDetailTextOne => '1 licencia'; + + @override + String get timePickerInputHelpText => 'INGRESAR HORA'; + + @override + String get invalidTimeLabel => 'Ingresa una hora válida'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + + @override + String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; + @override String get dateInputLabel => 'Ingresar fecha'; @@ -7538,9 +7805,6 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { @override String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; - @override - String get selectAllButtonLabel => 'SELECCIONAR TODO'; - @override String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; @@ -7607,6 +7871,21 @@ class MaterialLocalizationEsUy extends MaterialLocalizationEs { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get licensesPackageDetailTextOne => '1 licencia'; + + @override + String get timePickerInputHelpText => 'INGRESAR HORA'; + + @override + String get invalidTimeLabel => 'Ingresa una hora válida'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + + @override + String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; + @override String get dateInputLabel => 'Ingresar fecha'; @@ -7676,9 +7955,6 @@ class MaterialLocalizationEsUy extends MaterialLocalizationEs { @override String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; - @override - String get selectAllButtonLabel => 'SELECCIONAR TODO'; - @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -7724,6 +8000,21 @@ class MaterialLocalizationEsVe extends MaterialLocalizationEs { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get licensesPackageDetailTextOne => '1 licencia'; + + @override + String get timePickerInputHelpText => 'INGRESAR HORA'; + + @override + String get invalidTimeLabel => 'Ingresa una hora válida'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + + @override + String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; + @override String get dateInputLabel => 'Ingresar fecha'; @@ -7793,9 +8084,6 @@ class MaterialLocalizationEsVe extends MaterialLocalizationEs { @override String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; - @override - String get selectAllButtonLabel => 'SELECCIONAR TODO'; - @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -7872,10 +8160,10 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get continueButtonLabel => 'JÄTKA'; @override - String get copyButtonLabel => 'KOPEERI'; + String get copyButtonLabel => 'Kopeeri'; @override - String get cutButtonLabel => 'LÕIKA'; + String get cutButtonLabel => 'Lõika'; @override String get dateHelpText => 'kk/pp/aaaa'; @@ -7911,7 +8199,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Kustuta'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Lülitumine valikuketta režiimile'; @override String get dialogLabel => 'Dialoog'; @@ -7929,7 +8217,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Sisestusrežiimile lülitumine'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Lülitumine tekstisisestusrežiimile'; @override String get invalidDateFormatLabel => 'Sobimatu vorming.'; @@ -7938,13 +8226,22 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Sobimatu vahemik.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Sisestage sobiv kellaaeg'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 litsents'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount litsentsi'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -7977,7 +8274,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow umbes \$rowCount-st'; @override - String get pasteButtonLabel => 'KLEEBI'; + String get pasteButtonLabel => 'Kleebi'; @override String get popupMenuLabel => 'Hüpikmenüü'; @@ -8043,7 +8340,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Otsing'; @override - String get selectAllButtonLabel => 'VALI KÕIK'; + String get selectAllButtonLabel => 'Vali kõik'; @override String get selectYearSemanticsLabel => 'Valige aasta'; @@ -8082,19 +8379,19 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'VALIGE AEG'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Tund'; @override String get timePickerHourModeAnnouncement => 'Tundide valimine'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'SISESTAGE AEG'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'Minut'; @override String get timePickerMinuteModeAnnouncement => 'Minutite valimine'; @@ -8169,10 +8466,10 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get continueButtonLabel => 'EGIN AURRERA'; @override - String get copyButtonLabel => 'KOPIATU'; + String get copyButtonLabel => 'Kopiatu'; @override - String get cutButtonLabel => 'EBAKI'; + String get cutButtonLabel => 'Ebaki'; @override String get dateHelpText => 'hh/ee/uuuu'; @@ -8208,7 +8505,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Ezabatu'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Aldatu esfera hautatzeko modura'; @override String get dialogLabel => 'Leihoa'; @@ -8226,7 +8523,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Aldatu datak aukeratzeko modura'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Aldatu testua idazteko modura'; @override String get invalidDateFormatLabel => 'Formatuak ez du balio.'; @@ -8235,13 +8532,22 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Tarteak ez du balio.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Idatzi balio duen ordu bat'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 lizentzia'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount lizentzia'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -8274,7 +8580,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow - \$lastRow / \$rowCount'; @override - String get pasteButtonLabel => 'ITSATSI'; + String get pasteButtonLabel => 'Itsatsi'; @override String get popupMenuLabel => 'Menu gainerakorra'; @@ -8340,7 +8646,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Bilatu'; @override - String get selectAllButtonLabel => 'HAUTATU GUZTIAK'; + String get selectAllButtonLabel => 'Hautatu guztiak'; @override String get selectYearSemanticsLabel => 'Hautatu urtea'; @@ -8379,19 +8685,19 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'HAUTATU ORDUA'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Ordua'; @override String get timePickerHourModeAnnouncement => 'Hautatu orduak'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'IDATZI ORDUA'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'Minutua'; @override String get timePickerMinuteModeAnnouncement => 'Hautatu minutuak'; @@ -8505,7 +8811,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'حذف'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'رفتن به حالت انتخابگر صفحه ساعت'; @override String get dialogLabel => 'کادر گفتگو'; @@ -8523,7 +8829,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'رفتن به ورودی'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'رفتن به حالت ورودی نوشتاری'; @override String get invalidDateFormatLabel => 'قالب نامعتبر است.'; @@ -8532,13 +8838,22 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'محدوده نامعتبر است.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'زمان معتبری وارد کنید'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '۱ پروانه'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount پروانه'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -8676,19 +8991,19 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'انتخاب زمان'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'ساعت'; @override String get timePickerHourModeAnnouncement => 'انتخاب ساعت'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'زمان را وارد کنید'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'دقیقه'; @override String get timePickerMinuteModeAnnouncement => 'انتخاب دقیقه'; @@ -8763,10 +9078,10 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get continueButtonLabel => 'JATKA'; @override - String get copyButtonLabel => 'COPY'; + String get copyButtonLabel => 'Kopioi'; @override - String get cutButtonLabel => 'LEIKKAA'; + String get cutButtonLabel => 'Leikkaa'; @override String get dateHelpText => 'kk/pp/vvvv'; @@ -8802,7 +9117,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Poista'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Valitse kellotauluvalitsin'; @override String get dialogLabel => 'Valintaikkuna'; @@ -8820,7 +9135,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Vaihda tekstinsyöttöön'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Valitse syöttötavaksi teksti'; @override String get invalidDateFormatLabel => 'Virheellinen muoto'; @@ -8829,13 +9144,22 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Virheellinen päivämääräväli'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Lisää kelvollinen aika'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 lisenssi'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount lisenssiä'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -8868,7 +9192,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow/~\$rowCount'; @override - String get pasteButtonLabel => 'Sijoita'; + String get pasteButtonLabel => 'Liitä'; @override String get popupMenuLabel => 'Ponnahdusvalikko'; @@ -8934,7 +9258,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Haku'; @override - String get selectAllButtonLabel => 'VALITSE KAIKKI'; + String get selectAllButtonLabel => 'Valitse kaikki'; @override String get selectYearSemanticsLabel => 'Valitse vuosi'; @@ -8973,19 +9297,19 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'VALITSE AIKA'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Tunti'; @override String get timePickerHourModeAnnouncement => 'Valitse tunnit'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'LISÄÄ AIKA'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'Minuutti'; @override String get timePickerMinuteModeAnnouncement => 'Valitse minuutit'; @@ -9060,10 +9384,10 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get continueButtonLabel => 'MAGPATULOY'; @override - String get copyButtonLabel => 'KOPYAHIN'; + String get copyButtonLabel => 'Kopyahin'; @override - String get cutButtonLabel => 'I-CUT'; + String get cutButtonLabel => 'I-cut'; @override String get dateHelpText => 'mm/dd/yyyy'; @@ -9099,7 +9423,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'I-delete'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Lumipat sa dial picker mode'; @override String get dialogLabel => 'Dialog'; @@ -9117,7 +9441,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Lumipat sa input'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Lumipat sa text input mode'; @override String get invalidDateFormatLabel => 'Invalid ang format.'; @@ -9126,13 +9450,22 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Invalid ang hanay.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Maglagay ng valid na oras'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 lisensya'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount na lisensya'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -9165,7 +9498,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow ng humigit kumulang \$rowCount'; @override - String get pasteButtonLabel => 'I-PASTE'; + String get pasteButtonLabel => 'I-paste'; @override String get popupMenuLabel => 'Popup na menu'; @@ -9231,7 +9564,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Maghanap'; @override - String get selectAllButtonLabel => 'PILIIN LAHAT'; + String get selectAllButtonLabel => 'Piliin lahat'; @override String get selectYearSemanticsLabel => 'Pumili ng taon'; @@ -9270,19 +9603,19 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'PUMILI NG ORAS'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Oras'; @override String get timePickerHourModeAnnouncement => 'Pumili ng mga oras'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'MAGLAGAY NG ORAS'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'Minuto'; @override String get timePickerMinuteModeAnnouncement => 'Pumili ng mga minuto'; @@ -9357,10 +9690,10 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get continueButtonLabel => 'CONTINUER'; @override - String get copyButtonLabel => 'COPIER'; + String get copyButtonLabel => 'Copier'; @override - String get cutButtonLabel => 'COUPER'; + String get cutButtonLabel => 'Couper'; @override String get dateHelpText => 'mm/jj/aaaa'; @@ -9396,7 +9729,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Supprimer'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Passer au mode de sélection via le cadran'; @override String get dialogLabel => 'Boîte de dialogue'; @@ -9414,7 +9747,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Passer à la saisie'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Passer au mode de saisie au format texte'; @override String get invalidDateFormatLabel => 'Format non valide.'; @@ -9423,13 +9756,22 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Plage non valide.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Veuillez indiquer une heure valide'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 licence'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licences'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -9462,7 +9804,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow – \$lastRow sur environ \$rowCount'; @override - String get pasteButtonLabel => 'COLLER'; + String get pasteButtonLabel => 'Coller'; @override String get popupMenuLabel => 'Menu contextuel'; @@ -9528,7 +9870,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Rechercher'; @override - String get selectAllButtonLabel => 'TOUT SÉLECTIONNER'; + String get selectAllButtonLabel => 'Tout sélectionner'; @override String get selectYearSemanticsLabel => 'Sélectionner une année'; @@ -9567,16 +9909,16 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'SÉLECTIONNER UNE HEURE'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Heure'; @override String get timePickerHourModeAnnouncement => 'Sélectionner une heure'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'SAISIR UNE HEURE'; @override String get timePickerMinuteLabel => 'Minute'; @@ -9623,6 +9965,24 @@ class MaterialLocalizationFrCa extends MaterialLocalizationFr { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get invalidTimeLabel => 'Entrez une heure valide'; + + @override + String get timePickerDialHelpText => 'SÉLECTIONNER L\'HEURE'; + + @override + String get timePickerInputHelpText => 'ENTRER L\'HEURE'; + + @override + String get timePickerMinuteLabel => 'Minutes'; + + @override + String get dialModeButtonLabel => 'Passer au mode de sélection du cadran'; + + @override + String get inputTimeModeButtonLabel => 'Passer au mode d\'entrée Texte'; + @override String get dateRangePickerHelpText => 'SÉLECTIONNER LA PLAGE'; @@ -9738,10 +10098,10 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get continueButtonLabel => 'CONTINUAR'; @override - String get copyButtonLabel => 'COPIAR'; + String get copyButtonLabel => 'Copiar'; @override - String get cutButtonLabel => 'CORTAR'; + String get cutButtonLabel => 'Cortar'; @override String get dateHelpText => 'mm/dd/aaaa'; @@ -9777,7 +10137,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Eliminar'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Cambiar a modo de selector en esfera'; @override String get dialogLabel => 'Cadro de diálogo'; @@ -9795,7 +10155,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Cambiar ao modo de introdución de texto'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Cambiar ao modo de escritura dos números'; @override String get invalidDateFormatLabel => 'O formato non é válido.'; @@ -9804,13 +10164,22 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'O intervalo de datas non é válido.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Escribe unha hora válida'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 licenza'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenzas'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -9843,7 +10212,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow-\$lastRow de aproximadamente \$rowCount'; @override - String get pasteButtonLabel => 'PEGAR'; + String get pasteButtonLabel => 'Pegar'; @override String get popupMenuLabel => 'Menú emerxente'; @@ -9909,7 +10278,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Buscar'; @override - String get selectAllButtonLabel => 'SELECCIONAR TODO'; + String get selectAllButtonLabel => 'Seleccionar todo'; @override String get selectYearSemanticsLabel => 'Seleccionar ano'; @@ -9948,19 +10317,19 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'SELECCIONA A HORA'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Hora'; @override String get timePickerHourModeAnnouncement => 'Seleccionar horas'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'INDICA A HORA'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'Minuto'; @override String get timePickerMinuteModeAnnouncement => 'Seleccionar minutos'; @@ -10035,10 +10404,10 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get continueButtonLabel => 'WEITER'; @override - String get copyButtonLabel => 'KOPIEREN'; + String get copyButtonLabel => 'Kopieren'; @override - String get cutButtonLabel => 'AUSSCHNEIDEN'; + String get cutButtonLabel => 'Ausschneiden'; @override String get dateHelpText => 'tt.mm.jjjj'; @@ -10068,13 +10437,13 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get dateRangeStartLabel => 'Startdatum'; @override - String get dateSeparator => '/'; + String get dateSeparator => '.'; @override String get deleteButtonTooltip => 'Löschen'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Zur Uhrzeitauswahl wechseln'; @override String get dialogLabel => 'Dialogfeld'; @@ -10092,7 +10461,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Zur Texteingabe wechseln'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Zum Texteingabemodus wechseln'; @override String get invalidDateFormatLabel => 'Ungültiges Format.'; @@ -10101,13 +10470,22 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Ungültiger Zeitraum.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Gib eine gültige Uhrzeit ein'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 Lizenz'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount Lizenzen'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -10140,7 +10518,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow von etwa \$rowCount'; @override - String get pasteButtonLabel => 'EINFÜGEN'; + String get pasteButtonLabel => 'Einsetzen'; @override String get popupMenuLabel => 'Pop-up-Menü'; @@ -10206,7 +10584,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Suchen'; @override - String get selectAllButtonLabel => 'ALLE AUSWÄHLEN'; + String get selectAllButtonLabel => 'Alle auswählen'; @override String get selectYearSemanticsLabel => 'Jahr auswählen'; @@ -10245,16 +10623,16 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'UHRZEIT AUSWÄHLEN'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Stunde'; @override String get timePickerHourModeAnnouncement => 'Stunden auswählen'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'ZEIT EINGEBEN'; @override String get timePickerMinuteLabel => 'Minute'; @@ -10371,7 +10749,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'ડિલીટ કરો'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'ડાયલ પિકર મોડ પર સ્વિચ કરો'; @override String get dialogLabel => 'સંવાદ'; @@ -10389,7 +10767,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'ઇનપુટ મોડ પર સ્વિચ કરો'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'ટેક્સ્ટ ઇનપુટ મોડ પર સ્વિચ કરો'; @override String get invalidDateFormatLabel => 'અમાન્ય ફોર્મેટ.'; @@ -10398,13 +10776,22 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'અમાન્ય રેંજ.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'માન્ય સમય દાખલ કરો'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 લાઇસન્સ'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount લાઇસન્સ'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -10542,19 +10929,19 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'સમય પસંદ કરો'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'કલાક'; @override String get timePickerHourModeAnnouncement => 'કલાક પસંદ કરો'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'સમય દાખલ કરો'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'મિનિટ'; @override String get timePickerMinuteModeAnnouncement => 'મિનિટ પસંદ કરો'; @@ -10668,7 +11055,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'מחיקה'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'מעבר לבחירה באמצעות חוגה'; @override String get dialogLabel => 'תיבת דו-שיח'; @@ -10686,7 +11073,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'מעבר למצב הקלט'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'מעבר להזנת טקסט'; @override String get invalidDateFormatLabel => 'פורמט לא חוקי.'; @@ -10695,13 +11082,22 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'טווח לא תקף.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'יש להזין שעה תקינה'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => '\$licenseCount רישיונות'; + + @override + String get licensesPackageDetailTextOne => 'רישיון אחד'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount רישיונות'; + + @override + String get licensesPackageDetailTextTwo => '\$licenseCount רישיונות'; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -10839,19 +11235,19 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'בחירת שעה'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'שעה'; @override String get timePickerHourModeAnnouncement => 'בחירת שעות'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'הזנת שעה'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'דקות'; @override String get timePickerMinuteModeAnnouncement => 'בחירת דקות'; @@ -10929,7 +11325,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get copyButtonLabel => 'कॉपी करें'; @override - String get cutButtonLabel => 'कट करें'; + String get cutButtonLabel => 'काटें'; @override String get dateHelpText => 'dd/mm/yyyy'; @@ -10965,7 +11361,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'मिटाएं'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'डायल पिकर मोड पर स्विच करें'; @override String get dialogLabel => 'संवाद'; @@ -10983,7 +11379,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'इनपुट पर जाएं'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'टेक्स्ट के इनपुट मोड पर स्विच करें'; @override String get invalidDateFormatLabel => 'अमान्य फ़ॉर्मैट.'; @@ -10992,13 +11388,22 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'तारीख की अमान्य सीमा.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'मान्य समय डालें'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 लाइसेंस'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount लाइसेंस'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -11097,7 +11502,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get searchFieldLabel => 'खोजें'; @override - String get selectAllButtonLabel => 'सभी चुनें'; + String get selectAllButtonLabel => 'सभी को चुनें'; @override String get selectYearSemanticsLabel => 'साल चुनें'; @@ -11136,19 +11541,19 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'समय क्षेत्र चुनें'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'घंटा'; @override String get timePickerHourModeAnnouncement => 'घंटे के हिसाब से समय चुनें'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'समय डालें'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'मिनट'; @override String get timePickerMinuteModeAnnouncement => 'मिनट के हिसाब से समय चुनें'; @@ -11223,10 +11628,10 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get continueButtonLabel => 'NASTAVI'; @override - String get copyButtonLabel => 'KOPIRAJ'; + String get copyButtonLabel => 'Kopiraj'; @override - String get cutButtonLabel => 'IZREŽI'; + String get cutButtonLabel => 'Izreži'; @override String get dateHelpText => 'mm/dd/gggg'; @@ -11262,7 +11667,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Brisanje'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Prijelaz na način alata za odabir biranja'; @override String get dialogLabel => 'Dijalog'; @@ -11280,7 +11685,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Prijeđite na unos'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Prijelaz na način unosa teksta'; @override String get invalidDateFormatLabel => 'Format nije važeći.'; @@ -11289,13 +11694,22 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Raspon nije važeći.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Unesite važeće vrijeme'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => '\$licenseCount licence'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 licenca'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenci'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -11328,7 +11742,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow – \$lastRow od otprilike \$rowCount'; @override - String get pasteButtonLabel => 'ZALIJEPI'; + String get pasteButtonLabel => 'Zalijepi'; @override String get popupMenuLabel => 'Skočni izbornik'; @@ -11394,7 +11808,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Pretražite'; @override - String get selectAllButtonLabel => 'ODABERI SVE'; + String get selectAllButtonLabel => 'Odaberi sve'; @override String get selectYearSemanticsLabel => 'Odaberite godinu'; @@ -11433,19 +11847,19 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'ODABERITE VRIJEME'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Sat'; @override String get timePickerHourModeAnnouncement => 'Odaberite sate'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'UNESITE VRIJEME'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'Minuta'; @override String get timePickerMinuteModeAnnouncement => 'Odaberite minute'; @@ -11520,10 +11934,10 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get continueButtonLabel => 'TOVÁBB'; @override - String get copyButtonLabel => 'MÁSOLÁS'; + String get copyButtonLabel => 'Másolás'; @override - String get cutButtonLabel => 'KIVÁGÁS'; + String get cutButtonLabel => 'Kivágás'; @override String get dateHelpText => 'hh/nn/éééé'; @@ -11559,7 +11973,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Törlés'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Váltás időpontválasztó módra'; @override String get dialogLabel => 'Párbeszédablak'; @@ -11577,7 +11991,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Váltás bevitelre'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Váltás szövegbeviteli módra'; @override String get invalidDateFormatLabel => 'Érvénytelen formátum.'; @@ -11586,13 +12000,22 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Érvénytelen tartomány.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Érvényes formátumban adja meg az időt'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 licenc'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenc'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -11625,7 +12048,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => 'Körülbelül \$rowCount/\$firstRow–\$lastRow.'; @override - String get pasteButtonLabel => 'BEILLESZTÉS'; + String get pasteButtonLabel => 'Beillesztés'; @override String get popupMenuLabel => 'Előugró menü'; @@ -11691,7 +12114,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Keresés'; @override - String get selectAllButtonLabel => 'AZ ÖSSZES KIJELÖLÉSE'; + String get selectAllButtonLabel => 'Összes kijelölése'; @override String get selectYearSemanticsLabel => 'Válassza ki az évet'; @@ -11730,19 +12153,19 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'IDŐPONT KIVÁLASZTÁSA'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Óra'; @override String get timePickerHourModeAnnouncement => 'Óra kiválasztása'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'IDŐPONT MEGADÁSA'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'Perc'; @override String get timePickerMinuteModeAnnouncement => 'Perc kiválasztása'; @@ -11817,10 +12240,10 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get continueButtonLabel => 'ՇԱՐՈՒՆԱԿԵԼ'; @override - String get copyButtonLabel => 'ՊԱՏՃԵՆԵԼ'; + String get copyButtonLabel => 'Պատճենել'; @override - String get cutButtonLabel => 'ԿՏՐԵԼ'; + String get cutButtonLabel => 'Կտրել'; @override String get dateHelpText => 'օօ.աա.տտտտ'; @@ -11856,7 +12279,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Ջնջել'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Անցնել թվերի ընտրման ռեժիմին'; @override String get dialogLabel => 'Երկխոսության պատուհան'; @@ -11874,7 +12297,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Անցնել ներածման ռեժիմին'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Անցնել տեքստի մուտքագրման ռեժիմին'; @override String get invalidDateFormatLabel => 'Ձևաչափն անվավեր է։'; @@ -11883,13 +12306,22 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Ժամանակահատվածն անվավեր է:'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Մուտքագրեք վավեր ժամ'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 լիցենզիա'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount լիցենզիա'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -11922,7 +12354,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow մոտավորապես \$rowCount-ից'; @override - String get pasteButtonLabel => 'ՏԵՂԱԴՐԵԼ'; + String get pasteButtonLabel => 'Տեղադրել'; @override String get popupMenuLabel => 'Ելնող ընտրացանկ'; @@ -11988,7 +12420,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Որոնել'; @override - String get selectAllButtonLabel => 'ՆՇԵԼ ԲՈԼՈՐԸ'; + String get selectAllButtonLabel => 'Նշել բոլորը'; @override String get selectYearSemanticsLabel => 'Ընտրել տարին'; @@ -12027,19 +12459,19 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'ԸՆՏՐԵՔ ԺԱՄԸ'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Ժամ'; @override String get timePickerHourModeAnnouncement => 'Ընտրեք ժամը'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'ՄՈՒՏՔԱԳՐԵՔ ԺԱՄԸ'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'Րոպե'; @override String get timePickerMinuteModeAnnouncement => 'Ընտրեք րոպեները'; @@ -12114,10 +12546,10 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get continueButtonLabel => 'LANJUTKAN'; @override - String get copyButtonLabel => 'SALIN'; + String get copyButtonLabel => 'Salin'; @override - String get cutButtonLabel => 'POTONG'; + String get cutButtonLabel => 'Potong'; @override String get dateHelpText => 'hh/bb/tttt'; @@ -12153,7 +12585,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Hapus'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Beralih ke mode tampilan jam'; @override String get dialogLabel => 'Dialog'; @@ -12171,7 +12603,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Beralih ke masukan'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Beralih ke mode input teks'; @override String get invalidDateFormatLabel => 'Format tidak valid.'; @@ -12180,13 +12612,22 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Rentang tidak valid.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Masukkan waktu yang valid'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 lisensi'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount lisensi'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -12219,7 +12660,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow dari kira-kira \$rowCount'; @override - String get pasteButtonLabel => 'TEMPEL'; + String get pasteButtonLabel => 'Tempel'; @override String get popupMenuLabel => 'Menu pop-up'; @@ -12285,7 +12726,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Telusuri'; @override - String get selectAllButtonLabel => 'PILIH SEMUA'; + String get selectAllButtonLabel => 'Pilih semua'; @override String get selectYearSemanticsLabel => 'Pilih tahun'; @@ -12324,19 +12765,19 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'PILIH WAKTU'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Jam'; @override String get timePickerHourModeAnnouncement => 'Pilih jam'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'MASUKKAN WAKTU'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'Menit'; @override String get timePickerMinuteModeAnnouncement => 'Pilih menit'; @@ -12411,10 +12852,10 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get continueButtonLabel => 'HALDA ÁFRAM'; @override - String get copyButtonLabel => 'AFRITA'; + String get copyButtonLabel => 'Afrita'; @override - String get cutButtonLabel => 'KLIPPA'; + String get cutButtonLabel => 'Klippa'; @override String get dateHelpText => 'mm/dd/áááá'; @@ -12450,7 +12891,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Eyða'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Skiptu yfir í skífuval'; @override String get dialogLabel => 'Gluggi'; @@ -12468,7 +12909,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Skipta yfir í innslátt'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Skiptu yfir í textainnslátt'; @override String get invalidDateFormatLabel => 'Ógilt snið.'; @@ -12477,13 +12918,22 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Ógilt svið.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Færðu inn gildan tíma'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 leyfi'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount leyfi'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -12516,7 +12966,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow – \$lastRow af um það bil \$rowCount'; @override - String get pasteButtonLabel => 'LÍMA'; + String get pasteButtonLabel => 'Líma'; @override String get popupMenuLabel => 'Sprettivalmynd'; @@ -12582,7 +13032,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Leit'; @override - String get selectAllButtonLabel => 'VELJA ALLT'; + String get selectAllButtonLabel => 'Velja allt'; @override String get selectYearSemanticsLabel => 'Velja ár'; @@ -12621,19 +13071,19 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'VELJA TÍMA'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Klukkustund'; @override String get timePickerHourModeAnnouncement => 'Velja klukkustundir'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'FÆRA INN TÍMA'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'Mínúta'; @override String get timePickerMinuteModeAnnouncement => 'Velja mínútur'; @@ -12708,10 +13158,10 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get continueButtonLabel => 'CONTINUA'; @override - String get copyButtonLabel => 'COPIA'; + String get copyButtonLabel => 'Copia'; @override - String get cutButtonLabel => 'TAGLIA'; + String get cutButtonLabel => 'Taglia'; @override String get dateHelpText => 'mm/gg/aaaa'; @@ -12747,7 +13197,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Elimina'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Passa alla modalità selettore del quadrante'; @override String get dialogLabel => 'Finestra di dialogo'; @@ -12765,7 +13215,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Passa alla modalità di immissione'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Passa alla modalità immissione testo'; @override String get invalidDateFormatLabel => 'Formato non valido.'; @@ -12774,13 +13224,22 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Intervallo non valido.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Inserisci un orario valido'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 licenza'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenze'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -12813,7 +13272,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow-\$lastRow di circa \$rowCount'; @override - String get pasteButtonLabel => 'INCOLLA'; + String get pasteButtonLabel => 'Incolla'; @override String get popupMenuLabel => 'Menu popup'; @@ -12879,7 +13338,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Cerca'; @override - String get selectAllButtonLabel => 'SELEZIONA TUTTO'; + String get selectAllButtonLabel => 'Seleziona tutto'; @override String get selectYearSemanticsLabel => 'Seleziona anno'; @@ -12918,19 +13377,19 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'SELEZIONA L\'ORA'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Ora'; @override String get timePickerHourModeAnnouncement => 'Seleziona le ore'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'INSERISCI L\'ORA'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'Minuto'; @override String get timePickerMinuteModeAnnouncement => 'Seleziona i minuti'; @@ -13044,7 +13503,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get deleteButtonTooltip => '削除'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'ダイヤル選択ツール モードに切り替えます'; @override String get dialogLabel => 'ダイアログ'; @@ -13062,7 +13521,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => '入力に切り替え'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'テキスト入力モードに切り替えます'; @override String get invalidDateFormatLabel => '形式が無効です。'; @@ -13071,13 +13530,22 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => '範囲が無効です。'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => '有効な時刻を入力してください'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => 'ライセンス: 1 件'; + + @override + String get licensesPackageDetailTextOther => 'ライセンス: \$licenseCount 件'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -13215,19 +13683,19 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => '時刻の選択'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => '時'; @override String get timePickerHourModeAnnouncement => '時間を選択'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => '時刻の入力'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => '分'; @override String get timePickerMinuteModeAnnouncement => '分を選択'; @@ -13341,7 +13809,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'წაშლა'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'ციფერბლატის რეჟიმზე გადართვა'; @override String get dialogLabel => 'დიალოგი'; @@ -13359,7 +13827,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'შეყვანაზე გადართვა'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'ტექსტის შეყვანის რეჟიმზე გადართვა'; @override String get invalidDateFormatLabel => 'ფორმატი არასწორია.'; @@ -13368,13 +13836,22 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'დიაპაზონი არასწორია.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'შეიყვანეთ სწორი დრო'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 ლიცენზია'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount ლიცენზია'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -13512,19 +13989,19 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'აირჩიეთ დრო'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'საათი'; @override String get timePickerHourModeAnnouncement => 'აირჩიეთ საათები'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'შეიყვანეთ დრო'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'წუთი'; @override String get timePickerMinuteModeAnnouncement => 'აირჩიეთ წუთები'; @@ -13599,10 +14076,10 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get continueButtonLabel => 'ЖАЛҒАСТЫРУ'; @override - String get copyButtonLabel => 'КӨШІРУ'; + String get copyButtonLabel => 'Көшіру'; @override - String get cutButtonLabel => 'ҚИЮ'; + String get cutButtonLabel => 'Қию'; @override String get dateHelpText => 'ай/күн/жыл'; @@ -13638,7 +14115,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Жою'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Таңдау режиміне ауысу'; @override String get dialogLabel => 'Диалогтық терезе'; @@ -13656,7 +14133,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Мәтін енгізуге ауысу'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Мәтін енгізу режиміне ауысу'; @override String get invalidDateFormatLabel => 'Формат жарамсыз.'; @@ -13665,13 +14142,22 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Ауқым жарамсыз.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Жарамды уақыт мәліметін енгізіңіз.'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 лицензия'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount лицензия'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -13704,7 +14190,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => 'Шамамен \$rowCount ішінен \$firstRow–\$lastRow'; @override - String get pasteButtonLabel => 'ҚОЮ'; + String get pasteButtonLabel => 'Қою'; @override String get popupMenuLabel => 'Қалқымалы терезе мәзірі'; @@ -13770,7 +14256,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Іздеу'; @override - String get selectAllButtonLabel => 'БАРЛЫҒЫН ТАҢДАУ'; + String get selectAllButtonLabel => 'Барлығын таңдау'; @override String get selectYearSemanticsLabel => 'Жылды таңдау'; @@ -13809,19 +14295,19 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'УАҚЫТТЫ ТАҢДАҢЫЗ'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Сағат'; @override String get timePickerHourModeAnnouncement => 'Сағаттарды таңдаңыз'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'УАҚЫТТЫ ЕНГІЗІҢІЗ'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'Mинут'; @override String get timePickerMinuteModeAnnouncement => 'Минуттарды таңдаңыз'; @@ -13935,7 +14421,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'លុប'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'ប្ដូរទៅមុខងារផ្ទាំង​ជ្រើសរើសលេខ'; @override String get dialogLabel => 'ប្រអប់'; @@ -13953,7 +14439,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'ប្ដូរទៅ​ការបញ្ចូល'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'ប្ដូរទៅ​មុខងារ​បញ្ចូល​អក្សរ'; @override String get invalidDateFormatLabel => 'ទម្រង់មិន​ត្រឹមត្រូវទេ។'; @@ -13962,13 +14448,22 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'ចន្លោះ​មិនត្រឹមត្រូវទេ។'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'បញ្ចូលពេលវេលា​ដែល​ត្រឹមត្រូវ'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => 'អាជ្ញាបណ្ណ 1'; + + @override + String get licensesPackageDetailTextOther => 'អាជ្ញាបណ្ណ \$licenseCount'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -14067,7 +14562,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get searchFieldLabel => 'ស្វែងរក'; @override - String get selectAllButtonLabel => 'ជ្រើសរើស​ទាំង​អស់'; + String get selectAllButtonLabel => 'ជ្រើសរើស​ទាំងអស់'; @override String get selectYearSemanticsLabel => 'ជ្រើសរើសឆ្នាំ'; @@ -14106,19 +14601,19 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'ជ្រើសរើស​ពេលវេលា'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'ម៉ោង'; @override String get timePickerHourModeAnnouncement => 'ជ្រើសរើស​ម៉ោង'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'បញ្ចូលពេលវេលា'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'នាទី​'; @override String get timePickerMinuteModeAnnouncement => 'ជ្រើសរើស​នាទី'; @@ -14232,7 +14727,7 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { String get deleteButtonTooltip => '\u{c85}\u{cb3}\u{cbf}\u{cb8}\u{cbf}'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => '\u{ca1}\u{caf}\u{cb2}\u{ccd}\u{20}\u{caa}\u{cbf}\u{c95}\u{cb0}\u{ccd}\u{200c}\u{20}\u{cae}\u{ccb}\u{ca1}\u{ccd}\u{200c}\u{c97}\u{cc6}\u{20}\u{cac}\u{ca6}\u{cb2}\u{cbe}\u{caf}\u{cbf}\u{cb8}\u{cbf}'; @override String get dialogLabel => '\u{ca1}\u{cc8}\u{cb2}\u{cbe}\u{c97}\u{ccd}'; @@ -14250,7 +14745,7 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => '\u{c87}\u{ca8}\u{ccd}\u{200c}\u{caa}\u{cc1}\u{c9f}\u{ccd}\u{200c}\u{c97}\u{cc6}\u{20}\u{cac}\u{ca6}\u{cb2}\u{cbf}\u{cb8}\u{cbf}'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => '\u{caa}\u{ca0}\u{ccd}\u{caf}\u{20}\u{c87}\u{ca8}\u{ccd}\u{200c}\u{caa}\u{cc1}\u{c9f}\u{ccd}\u{20}\u{cae}\u{ccb}\u{ca1}\u{ccd}\u{200c}\u{c97}\u{cc6}\u{20}\u{cac}\u{ca6}\u{cb2}\u{cbe}\u{caf}\u{cbf}\u{cb8}\u{cbf}'; @override String get invalidDateFormatLabel => '\u{c85}\u{cae}\u{cbe}\u{ca8}\u{ccd}\u{caf}\u{cb5}\u{cbe}\u{ca6}\u{20}\u{cab}\u{cbe}\u{cb0}\u{ccd}\u{cae}\u{ccd}\u{caf}\u{cbe}\u{c9f}\u{ccd}\u{2e}'; @@ -14259,13 +14754,22 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => '\u{c85}\u{cae}\u{cbe}\u{ca8}\u{ccd}\u{caf}\u{20}\u{cb6}\u{ccd}\u{cb0}\u{cc7}\u{ca3}\u{cbf}\u{2e}'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => '\u{cae}\u{cbe}\u{ca8}\u{ccd}\u{caf}\u{cb5}\u{cbe}\u{ca6}\u{20}\u{cb8}\u{cae}\u{caf}\u{cb5}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{ca8}\u{cae}\u{cc2}\u{ca6}\u{cbf}\u{cb8}\u{cbf}'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '\u{31}\u{20}\u{caa}\u{cb0}\u{cb5}\u{cbe}\u{ca8}\u{c97}\u{cbf}'; + + @override + String get licensesPackageDetailTextOther => '\u{24}\u{6c}\u{69}\u{63}\u{65}\u{6e}\u{73}\u{65}\u{43}\u{6f}\u{75}\u{6e}\u{74}\u{20}\u{caa}\u{cb0}\u{cb5}\u{cbe}\u{ca8}\u{c97}\u{cbf}\u{c97}\u{cb3}\u{cc1}'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -14364,7 +14868,7 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { String get searchFieldLabel => '\u{cb9}\u{cc1}\u{ca1}\u{cc1}\u{c95}\u{cbf}'; @override - String get selectAllButtonLabel => '\u{c8e}\u{cb2}\u{ccd}\u{cb2}\u{cb5}\u{ca8}\u{ccd}\u{ca8}\u{cc2}\u{20}\u{c86}\u{caf}\u{ccd}\u{c95}\u{cc6}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; + String get selectAllButtonLabel => '\u{c8e}\u{cb2}\u{ccd}\u{cb2}\u{cb5}\u{ca8}\u{ccd}\u{ca8}\u{cc2}\u{20}\u{c86}\u{caf}\u{ccd}\u{c95}\u{cc6}\u{20}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; @override String get selectYearSemanticsLabel => '\u{cb5}\u{cb0}\u{ccd}\u{cb7}\u{cb5}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{c86}\u{caf}\u{ccd}\u{c95}\u{cc6}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; @@ -14403,19 +14907,19 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => '\u{cb8}\u{cae}\u{caf}\u{cb5}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{c86}\u{caf}\u{ccd}\u{c95}\u{cc6}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => '\u{c97}\u{c82}\u{c9f}\u{cc6}'; @override String get timePickerHourModeAnnouncement => '\u{c97}\u{c82}\u{c9f}\u{cc6}\u{c97}\u{cb3}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{c86}\u{caf}\u{ccd}\u{c95}\u{cc6}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => '\u{cb8}\u{cae}\u{caf}\u{cb5}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{ca8}\u{cae}\u{cc2}\u{ca6}\u{cbf}\u{cb8}\u{cbf}'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => '\u{ca8}\u{cbf}\u{cae}\u{cbf}\u{cb7}'; @override String get timePickerMinuteModeAnnouncement => '\u{ca8}\u{cbf}\u{cae}\u{cbf}\u{cb7}\u{c97}\u{cb3}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{c86}\u{caf}\u{ccd}\u{c95}\u{cc6}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; @@ -14493,7 +14997,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get copyButtonLabel => '복사'; @override - String get cutButtonLabel => '잘라내기'; + String get cutButtonLabel => '잘라냄'; @override String get dateHelpText => 'yyyy/mm/dd'; @@ -14529,7 +15033,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get deleteButtonTooltip => '삭제'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => '다이얼 선택 모드로 전환'; @override String get dialogLabel => '대화상자'; @@ -14547,7 +15051,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => '입력 모드로 전환'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => '텍스트 입력 모드로 전환'; @override String get invalidDateFormatLabel => '형식이 잘못되었습니다.'; @@ -14556,13 +15060,22 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => '날짜 범위가 잘못되었습니다.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => '유효한 시간을 입력하세요.'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '라이선스 1개'; + + @override + String get licensesPackageDetailTextOther => '라이선스 \$licenseCount개'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -14700,19 +15213,19 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => '시간 선택'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => '시간'; @override String get timePickerHourModeAnnouncement => '시간 선택'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => '시간 입력'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => '분'; @override String get timePickerMinuteModeAnnouncement => '분 선택'; @@ -14787,10 +15300,10 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get continueButtonLabel => 'УЛАНТУУ'; @override - String get copyButtonLabel => 'КӨЧҮРҮҮ'; + String get copyButtonLabel => 'Көчүрүү'; @override - String get cutButtonLabel => 'КЕСҮҮ'; + String get cutButtonLabel => 'Кесүү'; @override String get dateHelpText => 'аа/кк/жжжж'; @@ -14826,7 +15339,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Жок кылуу'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Терүүнү тандагыч режимине которулуу'; @override String get dialogLabel => 'Диалог'; @@ -14844,7 +15357,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Терип киргизүү режимине которулуңуз'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Текст киргизүү режимине которулуу'; @override String get invalidDateFormatLabel => 'Жараксыз формат.'; @@ -14853,13 +15366,22 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Жараксыз диапазон.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Убакытты туура көрсөтүңүз'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 уруксаттама'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount уруксаттама'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -14892,7 +15414,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => 'Болжол менен \$rowCount ичинен \$firstRow–\$lastRow'; @override - String get pasteButtonLabel => 'ЧАПТОО'; + String get pasteButtonLabel => 'Чаптоо'; @override String get popupMenuLabel => 'Калкып чыгуучу меню'; @@ -14958,7 +15480,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Издөө'; @override - String get selectAllButtonLabel => 'БААРЫН ТАНДОО'; + String get selectAllButtonLabel => 'Баарын тандоо'; @override String get selectYearSemanticsLabel => 'Жылды тандоо'; @@ -14997,19 +15519,19 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'УБАКЫТ ТАНДОО'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Саат'; @override String get timePickerHourModeAnnouncement => 'Саатты тандаңыз'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'УБАКЫТ КИРГИЗҮҮ'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'Мүнөт'; @override String get timePickerMinuteModeAnnouncement => 'Мүнөттөрдү тандаңыз'; @@ -15123,7 +15645,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'ລຶບ'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'ສະຫຼັບໄປໃຊ້ໂໝດເລືອກຕົວເລກ'; @override String get dialogLabel => 'ຂໍ້ຄວາມ'; @@ -15141,7 +15663,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'ສະຫຼັບໄປການປ້ອນຂໍ້ມູນ'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'ສະຫຼັບໄປໃຊ້ໂໝດປ້ອນຂໍ້ຄວາມ'; @override String get invalidDateFormatLabel => 'ຮູບແບບບໍ່ຖືກຕ້ອງ.'; @@ -15150,13 +15672,22 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'ໄລຍະບໍ່ຖືກຕ້ອງ.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'ລະບຸເວລາທີ່ຖືກຕ້ອງ'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 ໃບອະນຸຍາດ'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount ໃບອະນຸຍາດ'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -15294,19 +15825,19 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'ເລືອກເວລາ'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'ຊົ່ວໂມງ'; @override String get timePickerHourModeAnnouncement => 'ເລືອກໂມງ'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'ລະບຸເວລາ'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'ນາທີ'; @override String get timePickerMinuteModeAnnouncement => 'ເລືອກນາທີ'; @@ -15381,10 +15912,10 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get continueButtonLabel => 'TĘSTI'; @override - String get copyButtonLabel => 'KOPIJUOTI'; + String get copyButtonLabel => 'Kopijuoti'; @override - String get cutButtonLabel => 'IŠKIRPTI'; + String get cutButtonLabel => 'Iškirpti'; @override String get dateHelpText => 'mm/dd/yyyy'; @@ -15420,7 +15951,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Ištrinti'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Perjungti į ciferblato parinkiklio režimą'; @override String get dialogLabel => 'Dialogo langas'; @@ -15438,7 +15969,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Perjungti į įvestį'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Perjungti į teksto įvesties režimą'; @override String get invalidDateFormatLabel => 'Netinkamas formatas.'; @@ -15447,13 +15978,22 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Netinkamas diapazonas.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Įveskite tinkamą laiką'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => '\$licenseCount licencijos'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => '\$licenseCount licencijos'; + + @override + String get licensesPackageDetailTextOne => '1 licencija'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licencijų'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -15486,7 +16026,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow iš maždaug \$rowCount'; @override - String get pasteButtonLabel => 'ĮKLIJUOTI'; + String get pasteButtonLabel => 'Įklijuoti'; @override String get popupMenuLabel => 'Iššokantysis meniu'; @@ -15552,7 +16092,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Paieška'; @override - String get selectAllButtonLabel => 'PASIRINKTI VISKĄ'; + String get selectAllButtonLabel => 'Pasirinkti viską'; @override String get selectYearSemanticsLabel => 'Pasirinkite metus'; @@ -15591,19 +16131,19 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'PASIRINKITE LAIKĄ'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Valandos'; @override String get timePickerHourModeAnnouncement => 'Pasirinkite valandas'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'ĮVESKITE LAIKĄ'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'Minutės'; @override String get timePickerMinuteModeAnnouncement => 'Pasirinkite minutes'; @@ -15678,10 +16218,10 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get continueButtonLabel => 'TURPINĀT'; @override - String get copyButtonLabel => 'KOPĒT'; + String get copyButtonLabel => 'Kopēt'; @override - String get cutButtonLabel => 'IZGRIEZT'; + String get cutButtonLabel => 'Izgriezt'; @override String get dateHelpText => 'dd/mm/gggg'; @@ -15717,7 +16257,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Dzēst'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Pārslēgties uz ciparnīcas atlasītāja režīmu'; @override String get dialogLabel => 'Dialoglodziņš'; @@ -15735,7 +16275,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Pārslēgties uz ievadi'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Pārslēgties uz teksta ievades režīmu'; @override String get invalidDateFormatLabel => 'Nederīgs formāts.'; @@ -15744,16 +16284,25 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Nederīgs diapazons.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Ievadiet derīgu laiku.'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String get licensesPackageDetailTextOne => '1 licence'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licences'; + + @override + String get licensesPackageDetailTextTwo => null; + + @override + String get licensesPackageDetailTextZero => 'Nav licenču'; @override String get licensesPageTitle => 'Licences'; @@ -15783,7 +16332,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow.–\$lastRow. no aptuveni \$rowCount'; @override - String get pasteButtonLabel => 'IELĪMĒT'; + String get pasteButtonLabel => 'Ielīmēt'; @override String get popupMenuLabel => 'Uznirstošā izvēlne'; @@ -15849,7 +16398,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Meklēt'; @override - String get selectAllButtonLabel => 'ATLASĪT VISU'; + String get selectAllButtonLabel => 'Atlasīt visu'; @override String get selectYearSemanticsLabel => 'Atlasiet gadu'; @@ -15888,19 +16437,19 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'ATLASIET LAIKU'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Stunda'; @override String get timePickerHourModeAnnouncement => 'Atlasiet stundas'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'IEVADIET LAIKU'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'Minūte'; @override String get timePickerMinuteModeAnnouncement => 'Atlasiet minūtes'; @@ -15975,10 +16524,10 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get continueButtonLabel => 'ПРОДОЛЖИ'; @override - String get copyButtonLabel => 'КОПИРАЈ'; + String get copyButtonLabel => 'Копирај'; @override - String get cutButtonLabel => 'ИСЕЧИ'; + String get cutButtonLabel => 'Исечи'; @override String get dateHelpText => 'mm/dd/yyyy'; @@ -16014,7 +16563,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Избриши'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Префрлете се на режим на избирач'; @override String get dialogLabel => 'Дијалог'; @@ -16032,7 +16581,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Префрли на внесување'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Префрлете се на режим за внесување текст'; @override String get invalidDateFormatLabel => 'Неважечки формат.'; @@ -16041,13 +16590,22 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Погрешен опсег.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Внесете важечко време'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 лиценца'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount лиценци'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -16080,7 +16638,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow - \$lastRow од приближно \$rowCount'; @override - String get pasteButtonLabel => 'ЗАЛЕПИ'; + String get pasteButtonLabel => 'Залепи'; @override String get popupMenuLabel => 'Скокачко мени'; @@ -16146,7 +16704,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Пребарувајте'; @override - String get selectAllButtonLabel => 'ИЗБЕРИ ГИ СИТЕ'; + String get selectAllButtonLabel => 'Избери ги сите'; @override String get selectYearSemanticsLabel => 'Изберете година'; @@ -16185,19 +16743,19 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'ИЗБЕРЕТЕ ВРЕМЕ'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Час'; @override String get timePickerHourModeAnnouncement => 'Изберете часови'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'ВНЕСЕТЕ ВРЕМЕ'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'Минута'; @override String get timePickerMinuteModeAnnouncement => 'Изберете минути'; @@ -16311,7 +16869,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'ഇല്ലാതാക്കുക'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'ഡയൽ പിക്കർ മോഡിലേക്ക് മാറുക'; @override String get dialogLabel => 'ഡയലോഗ്'; @@ -16329,7 +16887,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'ഇൻപുട്ടിലേക്ക് മാറുക'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'ടെക്‌സ്‌റ്റ് ഇൻപുട്ട് മോഡിലേക്ക് മാറുക'; @override String get invalidDateFormatLabel => 'തെറ്റായ ഫോർമാറ്റ്.'; @@ -16338,13 +16896,22 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'തെറ്റായ ശ്രേണി.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'സാധുവായ സമയം നൽകുക'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => 'ഒരു ലൈസൻസ്'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount ലൈസൻസുകൾ'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -16482,19 +17049,19 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'സമയം തിരഞ്ഞെടുക്കുക'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'മണിക്കൂർ'; @override String get timePickerHourModeAnnouncement => 'മണിക്കൂർ തിരഞ്ഞെടുക്കുക'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'സമയം നൽകുക'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'മിനിറ്റ്'; @override String get timePickerMinuteModeAnnouncement => 'മിനിറ്റ് തിരഞ്ഞെടുക്കുക'; @@ -16569,10 +17136,10 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get continueButtonLabel => 'ҮРГЭЛЖЛҮҮЛЭХ'; @override - String get copyButtonLabel => 'ХУУЛАХ'; + String get copyButtonLabel => 'Хуулах'; @override - String get cutButtonLabel => 'ТАСЛАХ'; + String get cutButtonLabel => 'Таслах'; @override String get dateHelpText => 'сар/өдөр/жил'; @@ -16608,7 +17175,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Устгах'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Цаг сонгогч горим руу сэлгэх'; @override String get dialogLabel => 'Харилцах цонх'; @@ -16626,7 +17193,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Оролт руу сэлгэх'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Текст оруулах горим руу сэлгэх'; @override String get invalidDateFormatLabel => 'Буруу формат байна.'; @@ -16635,13 +17202,22 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Буруу интервал байна.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Цагийг зөв оруулна уу'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 лиценз'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount лиценз'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -16674,7 +17250,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => 'Ойролцоогоор \$rowCount-н \$firstRow–\$lastRow'; @override - String get pasteButtonLabel => 'БУУЛГАХ'; + String get pasteButtonLabel => 'Буулгах'; @override String get popupMenuLabel => 'Попап цэс'; @@ -16740,7 +17316,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Хайх'; @override - String get selectAllButtonLabel => 'БҮГДИЙГ СОНГОХ'; + String get selectAllButtonLabel => 'Бүгдийг сонгох'; @override String get selectYearSemanticsLabel => 'Жил сонгох'; @@ -16779,19 +17355,19 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'ЦАГ СОНГОХ'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Цаг'; @override String get timePickerHourModeAnnouncement => 'Цаг сонгоно уу'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'ЦАГ ОРУУЛАХ'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'Минут'; @override String get timePickerMinuteModeAnnouncement => 'Минут сонгоно уу'; @@ -16905,7 +17481,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'हटवा'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'डायल पिकर मोडवर स्विच करा'; @override String get dialogLabel => 'डायलॉग'; @@ -16923,7 +17499,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'इनपुटवर स्विच करा'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'मजकूर इनपुट मोडवर स्विच करा'; @override String get invalidDateFormatLabel => 'फॉरमॅट चुकीचा आहे.'; @@ -16932,13 +17508,22 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'श्रेणी चुकीची आहे.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'योग्य वेळ एंटर करा'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => 'एक परवाना'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount परवाने'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -17076,19 +17661,19 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'वेळ निवडा'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'तास'; @override String get timePickerHourModeAnnouncement => 'तास निवडा'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'वेळ एंटर करा'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'मिनिट'; @override String get timePickerMinuteModeAnnouncement => 'मिनिटे निवडा'; @@ -17163,10 +17748,10 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get continueButtonLabel => 'TERUSKAN'; @override - String get copyButtonLabel => 'SALIN'; + String get copyButtonLabel => 'Salin'; @override - String get cutButtonLabel => 'POTONG'; + String get cutButtonLabel => 'Potong'; @override String get dateHelpText => 'bb/hh/tttt'; @@ -17202,7 +17787,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Padam'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Beralih kepada mod pemilih dail'; @override String get dialogLabel => 'Dialog'; @@ -17220,7 +17805,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Tukar kepada input'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Beralih kepada mod input teks'; @override String get invalidDateFormatLabel => 'Format tidak sah.'; @@ -17229,13 +17814,22 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Julat tidak sah.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Masukkan masa yang sah'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 lesen'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount lesen'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -17268,7 +17862,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow dari kira-kira \$rowCount'; @override - String get pasteButtonLabel => 'TAMPAL'; + String get pasteButtonLabel => 'Tampal'; @override String get popupMenuLabel => 'Menu pop timbul'; @@ -17334,7 +17928,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Cari'; @override - String get selectAllButtonLabel => 'PILIH SEMUA'; + String get selectAllButtonLabel => 'Pilih semua'; @override String get selectYearSemanticsLabel => 'Pilih tahun'; @@ -17373,19 +17967,19 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'PILIH MASA'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Jam'; @override String get timePickerHourModeAnnouncement => 'Pilih jam'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'MASUKKAN MASA'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'Minit'; @override String get timePickerMinuteModeAnnouncement => 'Pilih minit'; @@ -17499,7 +18093,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'ဖျက်ရန်'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'နံပါတ်ရွေးချယ်ခြင်းမုဒ်သို့ ပြောင်းရန်'; @override String get dialogLabel => 'ဒိုင်ယာလော့'; @@ -17517,7 +18111,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'ထည့်သွင်းမှုသို့ ပြောင်းရန်'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'စာသား ထည့်သွင်းမှုမုဒ်သို့ ပြောင်းရန်'; @override String get invalidDateFormatLabel => 'ဖော်မက် မမှန်ကန်ပါ။'; @@ -17526,13 +18120,22 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'အပိုင်းအခြား မမှန်ပါ။'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'မှန်ကန်သည့်အချိန် ထည့်ပါ'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => 'လိုင်စင် 1 ခု'; + + @override + String get licensesPackageDetailTextOther => 'လိုင်စင် \$licenseCount ခု'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -17670,19 +18273,19 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'အချိန်ရွေးရန်'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'နာရီ'; @override String get timePickerHourModeAnnouncement => 'နာရီကို ရွေးပါ'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'အချိန်ထည့်ရန်'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'မိနစ်'; @override String get timePickerMinuteModeAnnouncement => 'မိနစ်ကို ရွေးပါ'; @@ -17826,7 +18429,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'मेट्नुहोस्'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'डायल चयनकर्ता मोड प्रयोग गर्नुहोस्'; @override String get dialogLabel => 'संवाद'; @@ -17844,7 +18447,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'इनपुट मोड प्रयोग गर्नुहोस्'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'पाठ इनपुट मोड प्रयोग गर्नुहोस्'; @override String get invalidDateFormatLabel => 'अवैध ढाँचा।'; @@ -17853,13 +18456,22 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'अवैध दायरा।'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'वैध समय प्रविष्टि गर्नुहोस्'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => 'एउटा इजाजतपत्र'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount वटा इजाजतपत्र'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -17958,7 +18570,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get searchFieldLabel => 'खोज्नुहोस्'; @override - String get selectAllButtonLabel => 'सबै चयन गर्नुहोस्'; + String get selectAllButtonLabel => 'सबै बटनहरू चयन गर्नुहोस्'; @override String get selectYearSemanticsLabel => 'वर्ष छान्नुहोस्'; @@ -17997,19 +18609,19 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'समय चयन गर्नुहोस्'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'घन्टा'; @override String get timePickerHourModeAnnouncement => 'घन्टा चयन गर्नुहोस्'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'समय प्रविष्टि गर्नुहोस्'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'मिनेट'; @override String get timePickerMinuteModeAnnouncement => 'मिनेट चयन गर्नुहोस्'; @@ -18084,10 +18696,10 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get continueButtonLabel => 'DOORGAAN'; @override - String get copyButtonLabel => 'KOPIËREN'; + String get copyButtonLabel => 'Kopiëren'; @override - String get cutButtonLabel => 'KNIPPEN'; + String get cutButtonLabel => 'Knippen'; @override String get dateHelpText => 'dd-mm-jjjj'; @@ -18123,7 +18735,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Verwijderen'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Overschakelen naar klok'; @override String get dialogLabel => 'Dialoogvenster'; @@ -18141,7 +18753,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Overschakelen naar invoer'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Overschakelen naar tekstinvoer'; @override String get invalidDateFormatLabel => 'Ongeldige indeling.'; @@ -18150,13 +18762,22 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Ongeldige periode.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Geef een geldige tijd op'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 licentie'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenties'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -18189,7 +18810,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow-\$lastRow van ongeveer \$rowCount'; @override - String get pasteButtonLabel => 'PLAKKEN'; + String get pasteButtonLabel => 'Plakken'; @override String get popupMenuLabel => 'Pop-upmenu'; @@ -18255,7 +18876,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Zoeken'; @override - String get selectAllButtonLabel => 'ALLES SELECTEREN'; + String get selectAllButtonLabel => 'Alles selecteren'; @override String get selectYearSemanticsLabel => 'Jaar selecteren'; @@ -18294,19 +18915,19 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'TIJD SELECTEREN'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Uur'; @override String get timePickerHourModeAnnouncement => 'Uren selecteren'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'TIJD OPGEVEN'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'Minuut'; @override String get timePickerMinuteModeAnnouncement => 'Minuten selecteren'; @@ -18381,10 +19002,10 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get continueButtonLabel => 'FORTSETT'; @override - String get copyButtonLabel => 'KOPIÉR'; + String get copyButtonLabel => 'Kopiér'; @override - String get cutButtonLabel => 'KLIPP UT'; + String get cutButtonLabel => 'Klipp ut'; @override String get dateHelpText => 'mm/dd/åååå'; @@ -18420,7 +19041,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Slett'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Bytt til modus for valg fra urskive'; @override String get dialogLabel => 'Dialogboks'; @@ -18438,7 +19059,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Bytt til innskriving'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Bytt til tekstinndatamodus'; @override String get invalidDateFormatLabel => 'Ugyldig format.'; @@ -18447,13 +19068,22 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Ugyldig periode.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Angi et gyldig klokkeslett'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 lisens'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount lisenser'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -18486,7 +19116,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow av omtrent \$rowCount'; @override - String get pasteButtonLabel => 'LIM INN'; + String get pasteButtonLabel => 'Lim inn'; @override String get popupMenuLabel => 'Forgrunnsmeny'; @@ -18552,7 +19182,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Søk'; @override - String get selectAllButtonLabel => 'VELG ALLE'; + String get selectAllButtonLabel => 'Velg alle'; @override String get selectYearSemanticsLabel => 'Velg året'; @@ -18591,19 +19221,19 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'VELG KLOKKESLETT'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Time'; @override String get timePickerHourModeAnnouncement => 'Angi timer'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'ANGI ET KLOKKESLETT'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'Minutt'; @override String get timePickerMinuteModeAnnouncement => 'Angi minutter'; @@ -18717,7 +19347,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'ଡିଲିଟ୍ କରନ୍ତୁ'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'ଡାଏଲ୍ ପିକର୍ ମୋଡକୁ ସ୍ୱିଚ୍ କରନ୍ତୁ'; @override String get dialogLabel => 'ଡାୟଲଗ୍'; @@ -18735,7 +19365,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'ଇନପୁଟକୁ ସ୍ୱିଚ୍ କରନ୍ତୁ'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'ଟେକ୍ସଟ୍ ଇନପୁଟ୍ ମୋଡକୁ ସ୍ୱିଚ୍ କରନ୍ତୁ'; @override String get invalidDateFormatLabel => 'ଅବୈଧ ଫର୍ମାଟ୍।'; @@ -18744,13 +19374,22 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'ଅବୈଧ ସୀମା।'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'ଏକ ବୈଧ ସମୟ ଲେଖନ୍ତୁ'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1ଟି ଲାଇସେନ୍ସ'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCountଟି ଲାଇସେନ୍ସ'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -18849,7 +19488,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get searchFieldLabel => 'ଖୋଜନ୍ତୁ'; @override - String get selectAllButtonLabel => 'ସମସ୍ତ ଚୟନ କରନ୍ତୁ'; + String get selectAllButtonLabel => 'ସବୁ ଚୟନ କରନ୍ତୁ'; @override String get selectYearSemanticsLabel => 'ବର୍ଷ ଚୟନ କରନ୍ତୁ'; @@ -18888,19 +19527,19 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'ସମୟ ଚୟନ କରନ୍ତୁ'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'ଘଣ୍ଟା'; @override String get timePickerHourModeAnnouncement => 'ଘଣ୍ଟା ଚୟନ କରନ୍ତୁ'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'ସମୟ ଲେଖନ୍ତୁ'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'ମିନିଟ୍'; @override String get timePickerMinuteModeAnnouncement => 'ମିନିଟ୍ ଚୟନ କରନ୍ତୁ'; @@ -19014,7 +19653,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'ਮਿਟਾਓ'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'ਡਾਇਲ ਚੋਣਕਾਰ ਮੋਡ \'ਤੇ ਜਾਓ'; @override String get dialogLabel => 'ਵਿੰਡੋ'; @@ -19032,7 +19671,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'ਇਨਪੁੱਟ \'ਤੇ ਜਾਓ'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'ਲਿਖਤ ਇਨਪੁੱਟ ਮੋਡ \'ਤੇ ਜਾਓ'; @override String get invalidDateFormatLabel => 'ਅਵੈਧ ਫਾਰਮੈਟ।'; @@ -19041,13 +19680,22 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'ਅਵੈਧ ਰੇਂਜ।'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'ਵੈਧ ਸਮਾਂ ਦਾਖਲ ਕਰੋ'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 ਲਾਇਸੰਸ'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount ਲਾਇਸੰਸ'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -19185,19 +19833,19 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'ਸਮਾਂ ਚੁਣੋ'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'ਘੰਟਾ'; @override String get timePickerHourModeAnnouncement => 'ਘੰਟੇ ਚੁਣੋ'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'ਸਮਾਂ ਦਾਖਲ ਕਰੋ'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'ਮਿੰਟ'; @override String get timePickerMinuteModeAnnouncement => 'ਮਿੰਟ ਚੁਣੋ'; @@ -19272,10 +19920,10 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get continueButtonLabel => 'DALEJ'; @override - String get copyButtonLabel => 'KOPIUJ'; + String get copyButtonLabel => 'Kopiuj'; @override - String get cutButtonLabel => 'WYTNIJ'; + String get cutButtonLabel => 'Wytnij'; @override String get dateHelpText => 'dd.mm.rrrr'; @@ -19311,7 +19959,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Usuń'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Włącz tryb selektora'; @override String get dialogLabel => 'Okno dialogowe'; @@ -19329,7 +19977,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Przełącz na wpisywanie'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Włącz tryb wprowadzania tekstu'; @override String get invalidDateFormatLabel => 'Nieprawidłowy format.'; @@ -19338,13 +19986,22 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Nieprawidłowy zakres.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Wpisz prawidłową godzinę'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => '\$licenseCount licencje'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => '\$licenseCount licencji'; + + @override + String get licensesPackageDetailTextOne => '1 licencja'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licencji'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -19377,7 +20034,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow z około \$rowCount'; @override - String get pasteButtonLabel => 'WKLEJ'; + String get pasteButtonLabel => 'Wklej'; @override String get popupMenuLabel => 'Menu kontekstowe'; @@ -19443,7 +20100,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Szukaj'; @override - String get selectAllButtonLabel => 'ZAZNACZ WSZYSTKO'; + String get selectAllButtonLabel => 'Zaznacz wszystko'; @override String get selectYearSemanticsLabel => 'Wybierz rok'; @@ -19482,19 +20139,19 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'WYBIERZ GODZINĘ'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Godzina'; @override String get timePickerHourModeAnnouncement => 'Wybierz godziny'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'WPISZ GODZINĘ'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'Minuta'; @override String get timePickerMinuteModeAnnouncement => 'Wybierz minuty'; @@ -19637,12 +20294,21 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Enter a valid time'; + @override + String get licensesPackageDetailTextFew => null; + + @override + String get licensesPackageDetailTextMany => null; + @override String get licensesPackageDetailTextOne => '1 license'; @override String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + @override + String get licensesPackageDetailTextTwo => null; + @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -19866,10 +20532,10 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get continueButtonLabel => 'CONTINUAR'; @override - String get copyButtonLabel => 'COPIAR'; + String get copyButtonLabel => 'Copiar'; @override - String get cutButtonLabel => 'RECORTAR'; + String get cutButtonLabel => 'Cortar'; @override String get dateHelpText => 'dd/mm/aaaa'; @@ -19905,7 +20571,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Excluir'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Alternar para o modo de seleção de discagem'; @override String get dialogLabel => 'Caixa de diálogo'; @@ -19923,7 +20589,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Mudar para modo de entrada'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Alternar para o modo de entrada de texto'; @override String get invalidDateFormatLabel => 'Formato inválido.'; @@ -19932,13 +20598,22 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Intervalo inválido.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Insira um horário válido'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 licença'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenças'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -19971,7 +20646,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow – \$lastRow de aproximadamente \$rowCount'; @override - String get pasteButtonLabel => 'COLAR'; + String get pasteButtonLabel => 'Colar'; @override String get popupMenuLabel => 'Menu pop-up'; @@ -20037,7 +20712,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Pesquisa'; @override - String get selectAllButtonLabel => 'SELECIONAR TUDO'; + String get selectAllButtonLabel => 'Selecionar tudo'; @override String get selectYearSemanticsLabel => 'Selecione o ano'; @@ -20076,19 +20751,19 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'SELECIONAR HORÁRIO'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Hora'; @override String get timePickerHourModeAnnouncement => 'Selecione as horas'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'INSERIR HORÁRIO'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'Minuto'; @override String get timePickerMinuteModeAnnouncement => 'Selecione os minutos'; @@ -20132,6 +20807,21 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get dialModeButtonLabel => 'Mude para o modo de seletor de mostrador'; + + @override + String get timePickerDialHelpText => 'SELECIONAR HORA'; + + @override + String get timePickerInputHelpText => 'INTRODUZIR HORA'; + + @override + String get invalidTimeLabel => 'Introduza uma hora válida.'; + + @override + String get inputTimeModeButtonLabel => 'Mude para o método de introdução de texto'; + @override String get dateInputLabel => 'Introduzir data'; @@ -20192,9 +20882,6 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { @override String get pageRowsInfoTitleApproximateRaw => '\$firstRow a \$lastRow de cerca de \$rowCount'; - @override - String get cutButtonLabel => 'CORTAR'; - @override String get okButtonLabel => 'OK'; @@ -20277,10 +20964,10 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get continueButtonLabel => 'CONTINUAȚI'; @override - String get copyButtonLabel => 'COPIAȚI'; + String get copyButtonLabel => 'Copiați'; @override - String get cutButtonLabel => 'DECUPAȚI'; + String get cutButtonLabel => 'Decupați'; @override String get dateHelpText => 'zz/ll/aaaa'; @@ -20316,7 +21003,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Ștergeți'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Comutați la modul selector cadran'; @override String get dialogLabel => 'Casetă de dialog'; @@ -20334,7 +21021,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Comutați la introducerea textului'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Comutați la modul de introducere a textului'; @override String get invalidDateFormatLabel => 'Format nevalid.'; @@ -20343,13 +21030,22 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Interval nevalid.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Introduceți o oră validă'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => '\$licenseCount licențe'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => 'O licență'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount de licențe'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -20382,7 +21078,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow din aproximativ \$rowCount'; @override - String get pasteButtonLabel => 'INSERAȚI'; + String get pasteButtonLabel => 'Inserați'; @override String get popupMenuLabel => 'Meniu pop-up'; @@ -20448,7 +21144,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Căutați'; @override - String get selectAllButtonLabel => 'SELECTAȚI TOATE'; + String get selectAllButtonLabel => 'Selectați tot'; @override String get selectYearSemanticsLabel => 'Selectați anul'; @@ -20487,19 +21183,19 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'SELECTAȚI ORA'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Oră'; @override String get timePickerHourModeAnnouncement => 'Selectați orele'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'INTRODUCEȚI ORA'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'Minut'; @override String get timePickerMinuteModeAnnouncement => 'Selectați minutele'; @@ -20574,10 +21270,10 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get continueButtonLabel => 'ПРОДОЛЖИТЬ'; @override - String get copyButtonLabel => 'КОПИРОВАТЬ'; + String get copyButtonLabel => 'Копировать'; @override - String get cutButtonLabel => 'ВЫРЕЗАТЬ'; + String get cutButtonLabel => 'Вырезать'; @override String get dateHelpText => 'дд.мм.гггг'; @@ -20613,7 +21309,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Удалить'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Перейти в режим выбора времени'; @override String get dialogLabel => 'Диалоговое окно'; @@ -20631,7 +21327,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Переключиться на ручной ввод'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Перейти в режим ввода текста'; @override String get invalidDateFormatLabel => 'Недопустимый формат даты.'; @@ -20640,13 +21336,22 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Недопустимый диапазон.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Указано недопустимое время.'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => '\$licenseCount лицензии'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => '\$licenseCount лицензий'; + + @override + String get licensesPackageDetailTextOne => '1 лицензия'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount лицензии'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -20679,7 +21384,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow из примерно \$rowCount'; @override - String get pasteButtonLabel => 'ВСТАВИТЬ'; + String get pasteButtonLabel => 'Вставить'; @override String get popupMenuLabel => 'Всплывающее меню'; @@ -20745,7 +21450,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Поиск'; @override - String get selectAllButtonLabel => 'ВЫБРАТЬ ВСЕ'; + String get selectAllButtonLabel => 'Выбрать все'; @override String get selectYearSemanticsLabel => 'Выберите год'; @@ -20784,19 +21489,19 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'ВЫБЕРИТЕ ВРЕМЯ'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Часы'; @override String get timePickerHourModeAnnouncement => 'Выберите часы'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'ВВЕДИТЕ ВРЕМЯ'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'Минуты'; @override String get timePickerMinuteModeAnnouncement => 'Выберите минуты'; @@ -20910,7 +21615,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'මකන්න'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'ඩයලන තෝරක ප්‍රකාරයට මාරු කරන්න'; @override String get dialogLabel => 'සංවාදය'; @@ -20928,7 +21633,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'ආදානය වෙත මාරු වන්න'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'පෙළ ආදාන ප්‍රකාරයට මාරු කරන්න'; @override String get invalidDateFormatLabel => 'අවලංගු ආකෘතියකි.'; @@ -20937,13 +21642,22 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'අවලංගු පරාසයකි.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'වලංගු වේලාවක් ඇතුළු කරන්න'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => 'බලපත්‍ර 1'; + + @override + String get licensesPackageDetailTextOther => 'බලපත්‍ර \$licenseCount'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -21081,19 +21795,19 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'වේලාව තෝරන්න'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'පැය'; @override String get timePickerHourModeAnnouncement => 'පැය ගණන තෝරන්න'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'දිනය ඇතුළු කරන්න'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'මිනිත්තු'; @override String get timePickerMinuteModeAnnouncement => 'මිනිත්තු ගණන තෝරන්න'; @@ -21168,10 +21882,10 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get continueButtonLabel => 'POKRAČOVAŤ'; @override - String get copyButtonLabel => 'KOPÍROVAŤ'; + String get copyButtonLabel => 'Kopírovať'; @override - String get cutButtonLabel => 'VYSTRIHNÚŤ'; + String get cutButtonLabel => 'Vystrihnúť'; @override String get dateHelpText => 'mm/dd/yyyy'; @@ -21207,7 +21921,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Odstrániť'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Prepnúť na režim výberu času'; @override String get dialogLabel => 'Dialógové okno'; @@ -21225,7 +21939,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Prepnúť na zadávanie'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Prepnúť na textový režim vstupu'; @override String get invalidDateFormatLabel => 'Neplatný formát.'; @@ -21234,13 +21948,22 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Neplatný rozsah.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Zadajte platný čas'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => '\$licenseCount licencie'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => '\$licenseCount licenses'; + + @override + String get licensesPackageDetailTextOne => '1 licencia'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licencií'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -21273,7 +21996,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow – \$lastRow z približne \$rowCount'; @override - String get pasteButtonLabel => 'PRILEPIŤ'; + String get pasteButtonLabel => 'Prilepiť'; @override String get popupMenuLabel => 'Kontextová ponuka'; @@ -21339,7 +22062,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Hľadať'; @override - String get selectAllButtonLabel => 'VYBRAŤ VŠETKO'; + String get selectAllButtonLabel => 'Vybrať všetko'; @override String get selectYearSemanticsLabel => 'Vyberte rok'; @@ -21378,19 +22101,19 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'VYBERTE ČAS'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Hodina'; @override String get timePickerHourModeAnnouncement => 'Vybrať hodiny'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'ZADAJTE ČAS'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'Minúta'; @override String get timePickerMinuteModeAnnouncement => 'Vybrať minúty'; @@ -21465,10 +22188,10 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get continueButtonLabel => 'NAPREJ'; @override - String get copyButtonLabel => 'KOPIRAJ'; + String get copyButtonLabel => 'Kopiraj'; @override - String get cutButtonLabel => 'IZREŽI'; + String get cutButtonLabel => 'Izreži'; @override String get dateHelpText => 'dd/mm/llll'; @@ -21504,7 +22227,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Brisanje'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Preklop na način izbirnika s številčnico'; @override String get dialogLabel => 'Pogovorno okno'; @@ -21522,7 +22245,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Preklop na vnos'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Preklop na način vnosa besedila'; @override String get invalidDateFormatLabel => 'Neveljavna oblika'; @@ -21531,13 +22254,22 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Neveljavno obdobje'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Vnesite veljaven čas'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => '\$licenseCount licence'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 licenca'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenc'; + + @override + String get licensesPackageDetailTextTwo => '\$licenseCount licenci'; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -21570,7 +22302,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow od približno \$rowCount'; @override - String get pasteButtonLabel => 'PRILEPI'; + String get pasteButtonLabel => 'Prilepi'; @override String get popupMenuLabel => 'Pojavni meni'; @@ -21636,7 +22368,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Iskanje'; @override - String get selectAllButtonLabel => 'IZBERI VSE'; + String get selectAllButtonLabel => 'Izberi vse'; @override String get selectYearSemanticsLabel => 'Izberite leto'; @@ -21675,19 +22407,19 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'IZBERITE ČAS'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Ura'; @override String get timePickerHourModeAnnouncement => 'Izberite ure'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'VNESITE ČAS'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'Minuta'; @override String get timePickerMinuteModeAnnouncement => 'Izberite minute'; @@ -21762,10 +22494,10 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get continueButtonLabel => 'VAZHDO'; @override - String get copyButtonLabel => 'KOPJO'; + String get copyButtonLabel => 'Kopjo'; @override - String get cutButtonLabel => 'PRIT'; + String get cutButtonLabel => 'Prit'; @override String get dateHelpText => 'dd.mm.yyyy'; @@ -21801,7 +22533,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Fshi'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Kalo te modaliteti i zgjedhësit të orës'; @override String get dialogLabel => 'Dialogu'; @@ -21819,7 +22551,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Kalo te hyrja'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Kalo te modaliteti i hyrjes së tekstit'; @override String get invalidDateFormatLabel => 'Format i pavlefshëm.'; @@ -21828,13 +22560,22 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Gamë e pavlefshme.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Fut një kohë të vlefshme'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 licencë'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenca'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -21867,7 +22608,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow nga rreth \$rowCount'; @override - String get pasteButtonLabel => 'NGJIT'; + String get pasteButtonLabel => 'Ngjit'; @override String get popupMenuLabel => 'Menyja kërcyese'; @@ -21933,7 +22674,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Kërko'; @override - String get selectAllButtonLabel => 'ZGJIDHI TË GJITHA'; + String get selectAllButtonLabel => 'Zgjidh të gjitha'; @override String get selectYearSemanticsLabel => 'Zgjidh vitin'; @@ -21972,19 +22713,19 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'ZGJIDH ORËN'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Ora'; @override String get timePickerHourModeAnnouncement => 'Zgjidh orët'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'VENDOS ORËN'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'Minuta'; @override String get timePickerMinuteModeAnnouncement => 'Zgjidh minutat'; @@ -22059,10 +22800,10 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get continueButtonLabel => 'НАСТАВИ'; @override - String get copyButtonLabel => 'КОПИРАЈ'; + String get copyButtonLabel => 'Копирај'; @override - String get cutButtonLabel => 'ИСЕЦИ'; + String get cutButtonLabel => 'Исеци'; @override String get dateHelpText => 'дд/мм/гггг'; @@ -22098,7 +22839,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Избришите'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Пређите на режим бирача бројчаника'; @override String get dialogLabel => 'Дијалог'; @@ -22116,22 +22857,31 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Пређите на унос'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Пређите на режим уноса текста'; + + @override + String get invalidDateFormatLabel => 'Формат је неважећи.'; + + @override + String get invalidDateRangeLabel => 'Период је неважећи.'; + + @override + String get invalidTimeLabel => 'Унесите важеће време'; @override - String get invalidDateFormatLabel => 'Формат је неважећи.'; + String get licensesPackageDetailTextFew => '\$licenseCount лиценце'; @override - String get invalidDateRangeLabel => 'Период је неважећи.'; + String get licensesPackageDetailTextMany => null; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get licensesPackageDetailTextOne => '1 лиценца'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextOther => '\$licenseCount лиценци'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -22164,7 +22914,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow – \$lastRow oд приближно \$rowCount'; @override - String get pasteButtonLabel => 'НАЛЕПИ'; + String get pasteButtonLabel => 'Налепи'; @override String get popupMenuLabel => 'Искачући мени'; @@ -22230,7 +22980,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Претражите'; @override - String get selectAllButtonLabel => 'ИЗАБЕРИ СВЕ'; + String get selectAllButtonLabel => 'Изабери све'; @override String get selectYearSemanticsLabel => 'Изаберите годину'; @@ -22269,19 +23019,19 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'ИЗАБЕРИТЕ ВРЕМЕ'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Сат'; @override String get timePickerHourModeAnnouncement => 'Изаберите сате'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'УНЕСИТЕ ВРЕМЕ'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'Минут'; @override String get timePickerMinuteModeAnnouncement => 'Изаберите минуте'; @@ -22386,10 +23136,10 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get continueButtonLabel => 'NASTAVI'; @override - String get copyButtonLabel => 'KOPIRAJ'; + String get copyButtonLabel => 'Kopiraj'; @override - String get cutButtonLabel => 'ISECI'; + String get cutButtonLabel => 'Iseci'; @override String get dateHelpText => 'dd/mm/gggg'; @@ -22421,6 +23171,9 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { @override String get deleteButtonTooltip => 'Izbrišite'; + @override + String get dialModeButtonLabel => 'Pređite na režim birača brojčanika'; + @override String get dialogLabel => 'Dijalog'; @@ -22436,12 +23189,27 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { @override String get inputDateModeButtonLabel => 'Pređite na unos'; + @override + String get inputTimeModeButtonLabel => 'Pređite na režim unosa teksta'; + @override String get invalidDateFormatLabel => 'Format je nevažeći.'; @override String get invalidDateRangeLabel => 'Period je nevažeći.'; + @override + String get invalidTimeLabel => 'Unesite važeće vreme'; + + @override + String get licensesPackageDetailTextFew => '\$licenseCount licence'; + + @override + String get licensesPackageDetailTextOne => '1 licenca'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenci'; + @override String get licensesPageTitle => 'Licence'; @@ -22470,7 +23238,7 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get pageRowsInfoTitleApproximateRaw => '\$firstRow – \$lastRow od približno \$rowCount'; @override - String get pasteButtonLabel => 'NALEPI'; + String get pasteButtonLabel => 'Nalepi'; @override String get popupMenuLabel => 'Iskačući meni'; @@ -22524,7 +23292,7 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get searchFieldLabel => 'Pretražite'; @override - String get selectAllButtonLabel => 'IZABERI SVE'; + String get selectAllButtonLabel => 'Izaberi sve'; @override String get selectYearSemanticsLabel => 'Izaberite godinu'; @@ -22550,9 +23318,21 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { @override String get tabLabelRaw => '\$tabIndex. kartica od \$tabCount'; + @override + String get timePickerDialHelpText => 'IZABERITE VREME'; + + @override + String get timePickerHourLabel => 'Sat'; + @override String get timePickerHourModeAnnouncement => 'Izaberite sate'; + @override + String get timePickerInputHelpText => 'UNESITE VREME'; + + @override + String get timePickerMinuteLabel => 'Minut'; + @override String get timePickerMinuteModeAnnouncement => 'Izaberite minute'; @@ -22626,10 +23406,10 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get continueButtonLabel => 'FORTSÄTT'; @override - String get copyButtonLabel => 'KOPIERA'; + String get copyButtonLabel => 'Kopiera'; @override - String get cutButtonLabel => 'KLIPP UT'; + String get cutButtonLabel => 'Klipp ut'; @override String get dateHelpText => 'mm/dd/åååå'; @@ -22665,7 +23445,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Radera'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Byt till läget urtavleväljare'; @override String get dialogLabel => 'Dialogruta'; @@ -22683,7 +23463,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Byt till inmatning'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Byt till text som inmatningsläge'; @override String get invalidDateFormatLabel => 'Ogiltigt format.'; @@ -22692,13 +23472,22 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Ogiltigt intervall.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Ange en giltig tid'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 licens'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount licenser'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -22731,7 +23520,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow av ungefär \$rowCount'; @override - String get pasteButtonLabel => 'KLISTRA IN'; + String get pasteButtonLabel => 'Klistra in'; @override String get popupMenuLabel => 'Popup-meny'; @@ -22797,7 +23586,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Sök'; @override - String get selectAllButtonLabel => 'MARKERA ALLA'; + String get selectAllButtonLabel => 'Markera allt'; @override String get selectYearSemanticsLabel => 'Välj år'; @@ -22836,19 +23625,19 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'VÄLJ TID'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Timme'; @override String get timePickerHourModeAnnouncement => 'Välj timmar'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'ANGE TID'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'Minut'; @override String get timePickerMinuteModeAnnouncement => 'Välj minuter'; @@ -22923,10 +23712,10 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get continueButtonLabel => 'ENDELEA'; @override - String get copyButtonLabel => 'NAKILI'; + String get copyButtonLabel => 'Nakili'; @override - String get cutButtonLabel => 'KATA'; + String get cutButtonLabel => 'Kata'; @override String get dateHelpText => 'dd/mm/yyyy'; @@ -22962,7 +23751,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Futa'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Badilisha ili utumie hali ya kiteuzi cha kupiga simu'; @override String get dialogLabel => 'Kidirisha'; @@ -22980,7 +23769,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Badili utumie hali ya kuweka maandishi'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Tumia programu ya kuingiza data ya maandishi'; @override String get invalidDateFormatLabel => 'Muundo si sahihi.'; @@ -22989,13 +23778,22 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Kipindi si sahihi.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Weka saa sahihi'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => 'Leseni moja'; + + @override + String get licensesPackageDetailTextOther => 'Leseni \$licenseCount'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -23028,7 +23826,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow hadi \$lastRow kati ya takriban \$rowCount'; @override - String get pasteButtonLabel => 'BANDIKA'; + String get pasteButtonLabel => 'Bandika'; @override String get popupMenuLabel => 'Menyu ibukizi'; @@ -23094,7 +23892,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Tafuta'; @override - String get selectAllButtonLabel => 'CHAGUA ZOTE'; + String get selectAllButtonLabel => 'Chagua vyote'; @override String get selectYearSemanticsLabel => 'Chagua mwaka'; @@ -23133,19 +23931,19 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'CHAGUA SAA'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Saa'; @override String get timePickerHourModeAnnouncement => 'Chagua saa'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'WEKA SAA'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'Dakika'; @override String get timePickerMinuteModeAnnouncement => 'Chagua dakika'; @@ -23259,7 +24057,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'நீக்கு'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'டயல் தேர்வுக் கருவி பயன்முறைக்கு மாற்றும்'; @override String get dialogLabel => 'உரையாடல்'; @@ -23277,7 +24075,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'உள்ளீட்டுக்கு மாற்று'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'உரை உள்ளீட்டு முறைக்கு மாற்றும்'; @override String get invalidDateFormatLabel => 'தவறான வடிவம்.'; @@ -23286,13 +24084,22 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'தவறான வரம்பு.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'சரியான நேரத்தை உள்ளிடவும்'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 உரிமம்'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount உரிமங்கள்'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -23430,19 +24237,19 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'நேரத்தைத் தேர்வுசெய்க'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'மணிநேரம்'; @override String get timePickerHourModeAnnouncement => 'மணிநேரத்தைத் தேர்ந்தெடுக்கவும்'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'நேரத்தை உள்ளிடுக'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'நிமிடம்'; @override String get timePickerMinuteModeAnnouncement => 'நிமிடங்களைத் தேர்ந்தெடுக்கவும்'; @@ -23556,7 +24363,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'తొలగించు'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'డయల్ పికర్ మోడ్‌కు మారుస్తుంది'; @override String get dialogLabel => 'డైలాగ్'; @@ -23574,7 +24381,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'ఇన్‌పుట్‌కు మారండి'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'టెక్స్ట్ ఇన్‌పుట్ మోడ్‌కు మారుస్తుంది'; @override String get invalidDateFormatLabel => 'ఫార్మాట్ చెల్లదు.'; @@ -23583,13 +24390,22 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'పరిధి చెల్లదు.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'చెల్లుబాటు అయ్యే సమయాన్ని ఎంటర్ చేయండి'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 లైసెన్స్'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount లైసెన్స్‌లు'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -23727,19 +24543,19 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'సమయాన్ని ఎంచుకోండి'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'గంట'; @override String get timePickerHourModeAnnouncement => 'గంటలను ఎంచుకోండి'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'సమయాన్ని ఎంటర్ చేయండి'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'నిమిషం'; @override String get timePickerMinuteModeAnnouncement => 'నిమిషాలను ఎంచుకోండి'; @@ -23853,7 +24669,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'ลบ'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'สลับไปใช้โหมดเครื่องมือเลือกแบบหมุน'; @override String get dialogLabel => 'กล่องโต้ตอบ'; @@ -23871,7 +24687,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'เปลี่ยนเป็นโหมดป้อนข้อความ'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'สลับไปใช้โหมดป้อนข้อมูลข้อความ'; @override String get invalidDateFormatLabel => 'รูปแบบไม่ถูกต้อง'; @@ -23880,13 +24696,22 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'ช่วงไม่ถูกต้อง'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'ป้อนเวลาที่ถูกต้อง'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => 'ใบอนุญาต 1 ใบ'; + + @override + String get licensesPackageDetailTextOther => 'ใบอนุญาต \$licenseCount ใบ'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -24024,19 +24849,19 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'เลือกเวลา'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'ชั่วโมง'; @override String get timePickerHourModeAnnouncement => 'เลือกชั่วโมง'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'ป้อนเวลา'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'นาที'; @override String get timePickerMinuteModeAnnouncement => 'เลือกนาที'; @@ -24111,10 +24936,10 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get continueButtonLabel => 'MAGPATULOY'; @override - String get copyButtonLabel => 'KOPYAHIN'; + String get copyButtonLabel => 'Kopyahin'; @override - String get cutButtonLabel => 'I-CUT'; + String get cutButtonLabel => 'I-cut'; @override String get dateHelpText => 'mm/dd/yyyy'; @@ -24150,7 +24975,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'I-delete'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Lumipat sa dial picker mode'; @override String get dialogLabel => 'Dialog'; @@ -24168,7 +24993,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Lumipat sa input'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Lumipat sa text input mode'; @override String get invalidDateFormatLabel => 'Invalid ang format.'; @@ -24177,13 +25002,22 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Invalid ang hanay.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Maglagay ng valid na oras'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 lisensya'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount na lisensya'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -24216,7 +25050,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow ng humigit kumulang \$rowCount'; @override - String get pasteButtonLabel => 'I-PASTE'; + String get pasteButtonLabel => 'I-paste'; @override String get popupMenuLabel => 'Popup na menu'; @@ -24282,7 +25116,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Maghanap'; @override - String get selectAllButtonLabel => 'PILIIN LAHAT'; + String get selectAllButtonLabel => 'Piliin lahat'; @override String get selectYearSemanticsLabel => 'Pumili ng taon'; @@ -24321,19 +25155,19 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'PUMILI NG ORAS'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Oras'; @override String get timePickerHourModeAnnouncement => 'Pumili ng mga oras'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'MAGLAGAY NG ORAS'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'Minuto'; @override String get timePickerMinuteModeAnnouncement => 'Pumili ng mga minuto'; @@ -24408,10 +25242,10 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get continueButtonLabel => 'DEVAM'; @override - String get copyButtonLabel => 'KOPYALA'; + String get copyButtonLabel => 'Kopyala'; @override - String get cutButtonLabel => 'KES'; + String get cutButtonLabel => 'Kes'; @override String get dateHelpText => 'aa/gg/yyyy'; @@ -24447,7 +25281,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Sil'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Dairesel seçici moduna geç'; @override String get dialogLabel => 'İletişim kutusu'; @@ -24465,7 +25299,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Girişe geç'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Metin giriş moduna geç'; @override String get invalidDateFormatLabel => 'Geçersiz biçim.'; @@ -24474,13 +25308,22 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Geçersiz aralık.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Geçerli bir saat girin'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 lisans'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount lisans'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -24513,7 +25356,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow-\$lastRow / \$rowCount'; @override - String get pasteButtonLabel => 'YAPIŞTIR'; + String get pasteButtonLabel => 'Yapıştır'; @override String get popupMenuLabel => 'Popup menü'; @@ -24579,7 +25422,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Ara'; @override - String get selectAllButtonLabel => 'TÜMÜNÜ SEÇ'; + String get selectAllButtonLabel => 'Tümünü seç'; @override String get selectYearSemanticsLabel => 'Yılı seçin'; @@ -24618,19 +25461,19 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'SAATİ SEÇİN'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Saat'; @override String get timePickerHourModeAnnouncement => 'Saati seçin'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'SAATİ GİRİN'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'Dakika'; @override String get timePickerMinuteModeAnnouncement => 'Dakikayı seçin'; @@ -24705,10 +25548,10 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get continueButtonLabel => 'ПРОДОВЖИТИ'; @override - String get copyButtonLabel => 'КОПІЮВАТИ'; + String get copyButtonLabel => 'Копіювати'; @override - String get cutButtonLabel => 'ВИРІЗАТИ'; + String get cutButtonLabel => 'Вирізати'; @override String get dateHelpText => 'дд/мм/рррр'; @@ -24744,7 +25587,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Видалити'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Перейти в режим вибору на циферблаті'; @override String get dialogLabel => 'Вікно'; @@ -24762,7 +25605,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Ввести вручну'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Перейти в режим введення цифр'; @override String get invalidDateFormatLabel => 'Недійсний формат.'; @@ -24771,13 +25614,22 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Недійсний діапазон.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Введіть дійсний час'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => '\$licenseCount ліцензії'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => '\$licenseCount ліцензій'; + + @override + String get licensesPackageDetailTextOne => '1 ліцензія'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount ліцензії'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -24810,7 +25662,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow з приблизно \$rowCount'; @override - String get pasteButtonLabel => 'ВСТАВИТИ'; + String get pasteButtonLabel => 'Вставити'; @override String get popupMenuLabel => 'Спливаюче меню'; @@ -24876,7 +25728,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Пошук'; @override - String get selectAllButtonLabel => 'ВИБРАТИ ВСІ'; + String get selectAllButtonLabel => 'Вибрати всі'; @override String get selectYearSemanticsLabel => 'Виберіть рік'; @@ -24915,19 +25767,19 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'ВИБЕРІТЬ ЧАС'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Години'; @override String get timePickerHourModeAnnouncement => 'Виберіть години'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'ВВЕДІТЬ ЧАС'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'Хвилини'; @override String get timePickerMinuteModeAnnouncement => 'Виберіть хвилини'; @@ -25041,7 +25893,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'حذف کریں'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'ڈائل منتخب کنندہ وضع پر سوئچ کریں'; @override String get dialogLabel => 'ڈائلاگ'; @@ -25059,7 +25911,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'ان پٹ پر سوئچ کریں'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'ٹیکسٹ ان پٹ وضع پر سوئچ کریں'; @override String get invalidDateFormatLabel => 'غلط فارمیٹ۔'; @@ -25068,13 +25920,22 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'غلط رینج۔'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'درست وقت درج کریں'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 لائسنس'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount لائسنسز'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -25173,7 +26034,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get searchFieldLabel => 'تلاش'; @override - String get selectAllButtonLabel => 'سبھی منتخب کریں'; + String get selectAllButtonLabel => 'سبھی کو منتخب کریں'; @override String get selectYearSemanticsLabel => 'سال منتخب کریں'; @@ -25212,19 +26073,19 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'وقت منتخب کریں'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'گھنٹہ'; @override String get timePickerHourModeAnnouncement => 'گھنٹے منتخب کریں'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'وقت درج کریں'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'منٹ'; @override String get timePickerMinuteModeAnnouncement => 'منٹ منتخب کریں'; @@ -25299,10 +26160,10 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get continueButtonLabel => 'DAVOM ETISH'; @override - String get copyButtonLabel => 'NUSXA OLISH'; + String get copyButtonLabel => 'Nusxa olish'; @override - String get cutButtonLabel => 'KESIB OLISH'; + String get cutButtonLabel => 'Kesib olish'; @override String get dateHelpText => 'mm/dd/yyyy'; @@ -25338,7 +26199,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Olib tashlash'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Vaqtni burab tanlash rejimi'; @override String get dialogLabel => 'Muloqot oynasi'; @@ -25356,7 +26217,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Mustaqil kiritish'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Vaqtni yozib tanlash rejimi'; @override String get invalidDateFormatLabel => 'Yaroqsiz format.'; @@ -25365,13 +26226,22 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Yaroqsiz oraliq.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Vaqt xato kiritildi'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 ta litsenziya'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount ta litsenziya'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -25404,7 +26274,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow, jami: \$rowCount'; @override - String get pasteButtonLabel => 'JOYLASH'; + String get pasteButtonLabel => 'Joylash'; @override String get popupMenuLabel => 'Pop-ap menyusi'; @@ -25470,7 +26340,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Qidirish'; @override - String get selectAllButtonLabel => 'BARCHASINI TANLASH'; + String get selectAllButtonLabel => 'Hammasi'; @override String get selectYearSemanticsLabel => 'Yilni tanlang'; @@ -25509,19 +26379,19 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'VAQTNI TANLANG'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Soat'; @override String get timePickerHourModeAnnouncement => 'Soatni tanlang'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'VAQTNI KIRITING'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'Daqiqa'; @override String get timePickerMinuteModeAnnouncement => 'Daqiqani tanlang'; @@ -25596,10 +26466,10 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get continueButtonLabel => 'TIẾP TỤC'; @override - String get copyButtonLabel => 'SAO CHÉP'; + String get copyButtonLabel => 'Sao chép'; @override - String get cutButtonLabel => 'CẮT'; + String get cutButtonLabel => 'Cắt'; @override String get dateHelpText => 'mm/dd/yyyy'; @@ -25635,7 +26505,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Xóa'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Chuyển sang chế độ chọn mặt đồng hồ'; @override String get dialogLabel => 'Hộp thoại'; @@ -25653,7 +26523,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Chuyển sang chế độ nhập'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Chuyển sang chế độ nhập văn bản'; @override String get invalidDateFormatLabel => 'Định dạng không hợp lệ.'; @@ -25662,13 +26532,22 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Phạm vi không hợp lệ.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Nhập thời gian hợp lệ'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 giấy phép'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount giấy phép'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -25701,7 +26580,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow trong tổng số khoảng \$rowCount'; @override - String get pasteButtonLabel => 'DÁN'; + String get pasteButtonLabel => 'Dán'; @override String get popupMenuLabel => 'Menu bật lên'; @@ -25767,7 +26646,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Tìm kiếm'; @override - String get selectAllButtonLabel => 'CHỌN TẤT CẢ'; + String get selectAllButtonLabel => 'Chọn tất cả'; @override String get selectYearSemanticsLabel => 'Chọn năm'; @@ -25806,19 +26685,19 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'CHỌN THỜI GIAN'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Giờ'; @override String get timePickerHourModeAnnouncement => 'Chọn giờ'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'NHẬP THỜI GIAN'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'Phút'; @override String get timePickerMinuteModeAnnouncement => 'Chọn phút'; @@ -25932,7 +26811,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get deleteButtonTooltip => '删除'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => '切换到表盘选择器模式'; @override String get dialogLabel => '对话框'; @@ -25950,7 +26829,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => '切换到输入模式'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => '切换到文本输入模式'; @override String get invalidDateFormatLabel => '格式无效。'; @@ -25959,13 +26838,22 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => '范围无效。'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => '请输入有效的时间'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 份许可'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount 份许可'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -26103,19 +26991,19 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => '选择时间'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => '小时'; @override String get timePickerHourModeAnnouncement => '选择小时'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => '输入时间'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => '分钟'; @override String get timePickerMinuteModeAnnouncement => '选择分钟'; @@ -26246,6 +27134,9 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { @override String get deleteButtonTooltip => '刪除'; + @override + String get dialModeButtonLabel => '切換至鐘面點選器模式'; + @override String get dialogLabel => '對話方塊'; @@ -26261,12 +27152,24 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { @override String get inputDateModeButtonLabel => '切換至輸入'; + @override + String get inputTimeModeButtonLabel => '切換至文字輸入模式'; + @override String get invalidDateFormatLabel => '格式無效。'; @override String get invalidDateRangeLabel => '範圍無效。'; + @override + String get invalidTimeLabel => '請輸入有效的時間'; + + @override + String get licensesPackageDetailTextOne => '1 項授權'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount 項授權'; + @override String get licensesPageTitle => '授權'; @@ -26340,7 +27243,7 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get searchFieldLabel => '搜尋'; @override - String get selectAllButtonLabel => '全選'; + String get selectAllButtonLabel => '全部選取'; @override String get selectYearSemanticsLabel => '揀年份'; @@ -26363,9 +27266,21 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { @override String get tabLabelRaw => '第 \$tabIndex 個標籤,總共 \$tabCount 個'; + @override + String get timePickerDialHelpText => '選取時間'; + + @override + String get timePickerHourLabel => '小時'; + @override String get timePickerHourModeAnnouncement => '揀選小時'; + @override + String get timePickerInputHelpText => '輸入時間'; + + @override + String get timePickerMinuteLabel => '分鐘'; + @override String get timePickerMinuteModeAnnouncement => '揀選分鐘'; @@ -26435,6 +27350,21 @@ class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get dialModeButtonLabel => '切換至鐘面挑選器模式'; + + @override + String get licensesPackageDetailTextOne => '1 個授權'; + + @override + String get timePickerHourLabel => '時'; + + @override + String get timePickerMinuteLabel => '分'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount 個授權'; + @override String get calendarModeButtonLabel => '切換到日曆模式'; @@ -26471,6 +27401,9 @@ class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { @override String get pageRowsInfoTitleApproximateRaw => '第 \$firstRow - \$lastRow 列 (總共約 \$rowCount 列)'; + @override + String get selectAllButtonLabel => '全選'; + @override String get timePickerHourModeAnnouncement => '選取小時數'; @@ -26553,10 +27486,10 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get continueButtonLabel => 'QHUBEKA'; @override - String get copyButtonLabel => 'KOPISHA'; + String get copyButtonLabel => 'Kopisha'; @override - String get cutButtonLabel => 'SIKA'; + String get cutButtonLabel => 'Sika'; @override String get dateHelpText => 'mm/dd/yyyy'; @@ -26592,7 +27525,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Susa'; @override - String get dialModeButtonLabel => 'Switch to dial picker mode'; + String get dialModeButtonLabel => 'Shintshela kwimodi yesikhi sokudayela'; @override String get dialogLabel => 'Ingxoxo'; @@ -26610,7 +27543,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Shintshela kokokufaka'; @override - String get inputTimeModeButtonLabel => 'Switch to text input mode'; + String get inputTimeModeButtonLabel => 'Shintshela kwimodi yokufaka yombhalo'; @override String get invalidDateFormatLabel => 'Ifomethi engavumelekile.'; @@ -26619,13 +27552,22 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Ibanga elingavumelekile.'; @override - String get invalidTimeLabel => 'Enter a valid time'; + String get invalidTimeLabel => 'Faka igama elivumelekile'; @override - String get licensesPackageDetailTextOne => '1 license'; + String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => 'ilayisense e-1'; + + @override + String get licensesPackageDetailTextOther => 'amalayisense angu-\$licenseCount'; + + @override + String get licensesPackageDetailTextTwo => null; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -26658,7 +27600,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow cishe kokungu-\$rowCount'; @override - String get pasteButtonLabel => 'NAMATHISELA'; + String get pasteButtonLabel => 'Namathisela'; @override String get popupMenuLabel => 'Imenyu ye-popup'; @@ -26724,7 +27666,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Sesha'; @override - String get selectAllButtonLabel => 'KHETHA KONKE'; + String get selectAllButtonLabel => 'Khetha konke'; @override String get selectYearSemanticsLabel => 'Khetha unyaka'; @@ -26763,19 +27705,19 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'KHETHA ISIKHATHI'; @override - String get timePickerHourLabel => 'Hour'; + String get timePickerHourLabel => 'Ihora'; @override String get timePickerHourModeAnnouncement => 'Khetha amahora'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'FAKA ISIKHATHI'; @override - String get timePickerMinuteLabel => 'Minute'; + String get timePickerMinuteLabel => 'Iminithi'; @override String get timePickerMinuteModeAnnouncement => 'Khetha amaminithi'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_af.arb b/packages/flutter_localizations/lib/src/l10n/material_af.arb index da7920cc5638..7c53e643e24a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_af.arb @@ -21,11 +21,11 @@ "cancelButtonLabel": "KANSELLEER", "closeButtonLabel": "MAAK TOE", "continueButtonLabel": "GAAN VOORT", - "copyButtonLabel": "KOPIEER", - "cutButtonLabel": "KNIP", + "copyButtonLabel": "Kopieer", + "cutButtonLabel": "Knip", "okButtonLabel": "OK", - "pasteButtonLabel": "PLAK", - "selectAllButtonLabel": "KIES ALLES", + "pasteButtonLabel": "Plak", + "selectAllButtonLabel": "Kies alles", "viewLicensesButtonLabel": "BEKYK LISENSIES", "anteMeridiemAbbreviation": "vm.", "postMeridiemAbbreviation": "nm.", @@ -70,14 +70,14 @@ "dateRangePickerHelpText": "KIES REEKS", "calendarModeButtonLabel": "Skakel oor na kalender", "inputDateModeButtonLabel": "Skakel oor na invoer", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "KIES TYD", + "timePickerInputHelpText": "VOER TYD IN", + "timePickerHourLabel": "Uur", + "timePickerMinuteLabel": "Minuut", + "invalidTimeLabel": "Voer 'n geldige tyd in", + "dialModeButtonLabel": "Skakel oor na wyserplaatkiesermodus", + "inputTimeModeButtonLabel": "Skakel oor na teksinvoermodus", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 lisensie", + "licensesPackageDetailTextOther": "$licenseCount lisensies" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_am.arb b/packages/flutter_localizations/lib/src/l10n/material_am.arb index bb466179a763..eb6a88a1feac 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_am.arb @@ -70,14 +70,14 @@ "dateRangePickerHelpText": "ክልል ይምረጡ", "calendarModeButtonLabel": "ወደ የቀን መቁጠሪያ ቀይር", "inputDateModeButtonLabel": "ወደ ግቤት ቀይር", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "ጊዜ ይምረጡ", + "timePickerInputHelpText": "ሰዓት ያስገቡ", + "timePickerHourLabel": "ሰዓት", + "timePickerMinuteLabel": "ደቂቃ", + "invalidTimeLabel": "የሚሠራ ሰዓት ያስገቡ", + "dialModeButtonLabel": "ወደ መደወያ መራጭ ሁነታ ቀይር", + "inputTimeModeButtonLabel": "ወደ ጽሑፍ ግቤት ሁነታ ቀይር", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 ፈቃድ", + "licensesPackageDetailTextOther": "$licenseCount ፈቃዶች" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index b4873ae8517d..18fd56fad773 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -1,4 +1,7 @@ { + "licensesPackageDetailTextTwo": "ترخيصان ($licenseCount)", + "licensesPackageDetailTextMany": "$licenseCount ترخيصًا", + "licensesPackageDetailTextFew": "$licenseCount تراخيص", "remainingTextFieldCharacterCountTwo": "حرفان ($remainingCount) متبقيان", "remainingTextFieldCharacterCountMany": "$remainingCount حرفًا متبقيًا", "remainingTextFieldCharacterCountFew": "$remainingCount أحرف متبقية", @@ -78,14 +81,14 @@ "dateRangePickerHelpText": "اختيار النطاق", "calendarModeButtonLabel": "التبديل إلى التقويم", "inputDateModeButtonLabel": "التبديل إلى الإدخال", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", - "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "timePickerDialHelpText": "اختيار الوقت", + "timePickerInputHelpText": "إدخال الوقت", + "timePickerHourLabel": "ساعة", + "timePickerMinuteLabel": "دقيقة", + "invalidTimeLabel": "يُرجى إدخال وقت صالح.", + "dialModeButtonLabel": "التبديل إلى وضع \"منتقي قُرص الساعة\"", + "inputTimeModeButtonLabel": "التبديل إلى وضع \"إدخال النص\"", + "licensesPackageDetailTextZero": "ما مِن تراخيص", + "licensesPackageDetailTextOne": "ترخيص واحد", + "licensesPackageDetailTextOther": "$licenseCount ترخيص" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_as.arb b/packages/flutter_localizations/lib/src/l10n/material_as.arb index 37209621520b..f02613e84ee6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_as.arb @@ -70,14 +70,14 @@ "dateRangePickerHelpText": "পৰিসৰ বাছনি কৰক", "calendarModeButtonLabel": "কেলেণ্ডাৰলৈ সলনি কৰক", "inputDateModeButtonLabel": "ইনপুটলৈ সলনি কৰক", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "সময় বাছনি কৰক", + "timePickerInputHelpText": "সময় দিয়ক", + "timePickerHourLabel": "ঘণ্টা", + "timePickerMinuteLabel": "মিনিট", + "invalidTimeLabel": "এটা মান্য সময় দিয়ক", + "dialModeButtonLabel": "ডায়েল বাছনিকৰ্তাৰ ম’ডলৈ সলনি কৰক", + "inputTimeModeButtonLabel": "পাঠ ইনপুটৰ ম’ডলৈ সলনি কৰক", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "১ খন অনুজ্ঞাপত্ৰ", + "licensesPackageDetailTextOther": "$licenseCount খন অনুজ্ঞাপত্ৰ" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_az.arb b/packages/flutter_localizations/lib/src/l10n/material_az.arb index 232dfb4e4790..76f9c9396315 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_az.arb @@ -21,11 +21,11 @@ "cancelButtonLabel": "LƏĞV EDİN", "closeButtonLabel": "BAĞLAYIN", "continueButtonLabel": "DAVAM EDİN", - "copyButtonLabel": "KOPYALAYIN", - "cutButtonLabel": "KƏSİN", + "copyButtonLabel": "Kopyalayın", + "cutButtonLabel": "Kəsin", "okButtonLabel": "OK", - "pasteButtonLabel": "YERLƏŞDİRİN", - "selectAllButtonLabel": "HAMISINI SEÇİN", + "pasteButtonLabel": "Yerləşdirin", + "selectAllButtonLabel": "Hamısını seçin", "viewLicensesButtonLabel": "LİSENZİYALARA BAXIN", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", @@ -70,14 +70,14 @@ "dateRangePickerHelpText": "ARALIQ SEÇİN", "calendarModeButtonLabel": "Təqvimə keçin", "inputDateModeButtonLabel": "Daxiletməyə keçin", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "VAXT SEÇİN", + "timePickerInputHelpText": "VAXTI DAXİL EDİN", + "timePickerHourLabel": "Saat", + "timePickerMinuteLabel": "Dəqiqə", + "invalidTimeLabel": "Düzgün vaxt daxil edin", + "dialModeButtonLabel": "Yığım seçici rejiminə keçin", + "inputTimeModeButtonLabel": "Mətn daxiletmə rejiminə keçin", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 lisenziya", + "licensesPackageDetailTextOther": "$licenseCount lisenziya" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_be.arb b/packages/flutter_localizations/lib/src/l10n/material_be.arb index 0b8b761aec65..a835ed451e9f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_be.arb @@ -1,4 +1,6 @@ { + "licensesPackageDetailTextFew": "$licenseCount ліцэнзіі", + "licensesPackageDetailTextMany": "$licenseCount ліцэнзій", "scriptCategory": "English-like", "timeOfDayFormat": "H:mm", "remainingTextFieldCharacterCountFew": "Засталося $remainingCount сімвалы", @@ -25,11 +27,11 @@ "cancelButtonLabel": "СКАСАВАЦЬ", "closeButtonLabel": "ЗАКРЫЦЬ", "continueButtonLabel": "ПРАЦЯГНУЦЬ", - "copyButtonLabel": "КАПІРАВАЦЬ", - "cutButtonLabel": "ВЫРАЗАЦЬ", + "copyButtonLabel": "Капіраваць", + "cutButtonLabel": "Выразаць", "okButtonLabel": "ОК", - "pasteButtonLabel": "УСТАВІЦЬ", - "selectAllButtonLabel": "ВЫБРАЦЬ УСЕ", + "pasteButtonLabel": "Уставіць", + "selectAllButtonLabel": "Выбраць усе", "viewLicensesButtonLabel": "ПАКАЗАЦЬ ЛІЦЭНЗІІ", "anteMeridiemAbbreviation": "раніцы", "postMeridiemAbbreviation": "вечара", @@ -74,14 +76,14 @@ "dateRangePickerHelpText": "ВЫБАР ДЫЯПАЗОНУ", "calendarModeButtonLabel": "Пераключыцца на каляндар", "inputDateModeButtonLabel": "Пераключыцца на ўвод тэксту", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "ВЫБЕРЫЦЕ ЧАС", + "timePickerInputHelpText": "УВЯДЗІЦЕ ЧАС", + "timePickerHourLabel": "Гадзіна", + "timePickerMinuteLabel": "Хвіліна", + "invalidTimeLabel": "Увядзіце дапушчальны час", + "dialModeButtonLabel": "Пераход у рэжым выбару часу", + "inputTimeModeButtonLabel": "Пераход у рэжым уводу тэксту", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 ліцэнзія", + "licensesPackageDetailTextOther": "$licenseCount ліцэнзіі" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bg.arb b/packages/flutter_localizations/lib/src/l10n/material_bg.arb index 018089d8877f..0361ea07bf01 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bg.arb @@ -21,11 +21,11 @@ "cancelButtonLabel": "ОТКАЗ", "closeButtonLabel": "ЗАТВАРЯНЕ", "continueButtonLabel": "НАПРЕД", - "copyButtonLabel": "КОПИРАНЕ", - "cutButtonLabel": "ИЗРЯЗВАНЕ", + "copyButtonLabel": "Копиране", + "cutButtonLabel": "Изрязване", "okButtonLabel": "OK", - "pasteButtonLabel": "ПОСТАВЯНЕ", - "selectAllButtonLabel": "ИЗБИРАНЕ НА ВСИЧКО", + "pasteButtonLabel": "Поставяне", + "selectAllButtonLabel": "Избиране на всички", "viewLicensesButtonLabel": "ПРЕГЛЕД НА ЛИЦЕНЗИТЕ", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", @@ -71,14 +71,14 @@ "dateRangePickerHelpText": "ИЗБИРАНЕ НА ПЕРИОД ОТ ВРЕМЕ", "calendarModeButtonLabel": "Превключване към календара", "inputDateModeButtonLabel": "Превключване към въвеждане", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "ИЗБЕРЕТЕ ЧАС", + "timePickerInputHelpText": "ВЪВЕДЕТЕ ЧАС", + "timePickerHourLabel": "Час", + "timePickerMinuteLabel": "Минута", + "invalidTimeLabel": "Въведете валиден час", + "dialModeButtonLabel": "Превключване към режим за избор на циферблат", + "inputTimeModeButtonLabel": "Превключване към режим за въвеждане на текст", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 лиценз", + "licensesPackageDetailTextOther": "$licenseCount лиценза" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bn.arb b/packages/flutter_localizations/lib/src/l10n/material_bn.arb index a237caaa8b3e..fd65512fe5bb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bn.arb @@ -70,14 +70,14 @@ "dateRangePickerHelpText": "তারিখের ব্যাপ্তি বেছে নিন", "calendarModeButtonLabel": "ক্যালেন্ডার মোডে বদল করুন", "inputDateModeButtonLabel": "ইনপুট মোডে বদল করুন", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "সময় বেছে নিন", + "timePickerInputHelpText": "সময় লিখুন", + "timePickerHourLabel": "ঘণ্টা", + "timePickerMinuteLabel": "মিনিট", + "invalidTimeLabel": "সঠিক সময় লিখুন", + "dialModeButtonLabel": "ডায়াল বেছে নেওয়ার মোডে পাল্টান", + "inputTimeModeButtonLabel": "টেক্সট ইনপুট মোডে পাল্টান", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "১টি লাইসেন্স", + "licensesPackageDetailTextOther": "$licenseCountটি লাইসেন্স" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bs.arb b/packages/flutter_localizations/lib/src/l10n/material_bs.arb index f687d9e33c3a..5a69e2a8c4b7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bs.arb @@ -1,4 +1,5 @@ { + "licensesPackageDetailTextFew": "$licenseCount licence", "remainingTextFieldCharacterCountFew": "Još $remainingCount znaka", "scriptCategory": "English-like", "timeOfDayFormat": "HH:mm", @@ -23,11 +24,11 @@ "cancelButtonLabel": "OTKAŽI", "closeButtonLabel": "ZATVORI", "continueButtonLabel": "NASTAVI", - "copyButtonLabel": "KOPIRAJ", - "cutButtonLabel": "IZREŽI", + "copyButtonLabel": "Kopiraj", + "cutButtonLabel": "Izreži", "okButtonLabel": "Uredu", - "pasteButtonLabel": "ZALIJEPI", - "selectAllButtonLabel": "ODABERI SVE", + "pasteButtonLabel": "Zalijepi", + "selectAllButtonLabel": "Odaberi sve", "viewLicensesButtonLabel": "PRIKAŽI LICENCE", "anteMeridiemAbbreviation": "prijepodne", "postMeridiemAbbreviation": "poslijepodne", @@ -73,14 +74,14 @@ "dateRangePickerHelpText": "ODABERITE RASPON", "calendarModeButtonLabel": "Prebacite na kalendar", "inputDateModeButtonLabel": "Prebacite na unos teksta", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "ODABERITE VRIJEME", + "timePickerInputHelpText": "UNESITE VRIJEME", + "timePickerHourLabel": "Sat", + "timePickerMinuteLabel": "Minuta", + "invalidTimeLabel": "Unesite ispravno vrijeme", + "dialModeButtonLabel": "Prebacivanje na način rada alata za biranje", + "inputTimeModeButtonLabel": "Prebacivanje na način rada unosa teksta", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 licenca", + "licensesPackageDetailTextOther": "$licenseCount licenci" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ca.arb b/packages/flutter_localizations/lib/src/l10n/material_ca.arb index 2e273919823d..cf51aacead30 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ca.arb @@ -21,11 +21,11 @@ "cancelButtonLabel": "CANCEL·LA", "closeButtonLabel": "TANCA", "continueButtonLabel": "CONTINUA", - "copyButtonLabel": "COPIA", - "cutButtonLabel": "RETALLA", + "copyButtonLabel": "Copia", + "cutButtonLabel": "Retalla", "okButtonLabel": "D'ACORD", - "pasteButtonLabel": "ENGANXA", - "selectAllButtonLabel": "SELECCIONA-HO TOT", + "pasteButtonLabel": "Enganxa", + "selectAllButtonLabel": "Selecciona-ho tot", "viewLicensesButtonLabel": "MOSTRA LES LLICÈNCIES", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", @@ -71,14 +71,14 @@ "dateRangePickerHelpText": "SELECCIONA L'INTERVAL", "calendarModeButtonLabel": "Canvia al calendari", "inputDateModeButtonLabel": "Canvia a introducció de text", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "SELECCIONA L'HORA", + "timePickerInputHelpText": "INTRODUEIX L'HORA", + "timePickerHourLabel": "Hora", + "timePickerMinuteLabel": "Minut", + "invalidTimeLabel": "Introdueix una hora vàlida", + "dialModeButtonLabel": "Canvia al mode de selector de dial", + "inputTimeModeButtonLabel": "Canvia al mode d'introducció de text", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 llicència", + "licensesPackageDetailTextOther": "$licenseCount llicències" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_cs.arb b/packages/flutter_localizations/lib/src/l10n/material_cs.arb index b53c755897be..8873beffcc2d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cs.arb @@ -1,4 +1,6 @@ { + "licensesPackageDetailTextFew": "$licenseCount licence", + "licensesPackageDetailTextMany": "$licenseCount licence", "remainingTextFieldCharacterCountFew": "Zbývají $remainingCount znaky", "remainingTextFieldCharacterCountMany": "Zbývá $remainingCount znaku", "scriptCategory": "English-like", @@ -25,11 +27,11 @@ "cancelButtonLabel": "ZRUŠIT", "closeButtonLabel": "ZAVŘÍT", "continueButtonLabel": "POKRAČOVAT", - "copyButtonLabel": "KOPÍROVAT", - "cutButtonLabel": "VYJMOUT", + "copyButtonLabel": "Kopírovat", + "cutButtonLabel": "Vyjmout", "okButtonLabel": "OK", - "pasteButtonLabel": "VLOŽIT", - "selectAllButtonLabel": "VYBRAT VŠE", + "pasteButtonLabel": "Vložit", + "selectAllButtonLabel": "Vybrat vše", "viewLicensesButtonLabel": "ZOBRAZIT LICENCE", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", @@ -75,14 +77,14 @@ "dateRangePickerHelpText": "VYBERTE ROZSAH", "calendarModeButtonLabel": "Přepnout na kalendář", "inputDateModeButtonLabel": "Přepnout na zadávání", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "VYBERTE ČAS", + "timePickerInputHelpText": "ZADEJTE ČAS", + "timePickerHourLabel": "Hodina", + "timePickerMinuteLabel": "Minuta", + "invalidTimeLabel": "Zadejte platný čas", + "dialModeButtonLabel": "Přepnout na režim výběru času", + "inputTimeModeButtonLabel": "Přepnout na režim zadávání textu", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 licence", + "licensesPackageDetailTextOther": "$licenseCount licencí" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_da.arb b/packages/flutter_localizations/lib/src/l10n/material_da.arb index 97b10c7d20a5..ccc91c31bdf1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_da.arb @@ -21,11 +21,11 @@ "cancelButtonLabel": "ANNULLER", "closeButtonLabel": "LUK", "continueButtonLabel": "FORTSÆT", - "copyButtonLabel": "KOPIÉR", - "cutButtonLabel": "KLIP", + "copyButtonLabel": "Kopiér", + "cutButtonLabel": "Klip", "okButtonLabel": "OK", - "pasteButtonLabel": "SÆT IND", - "selectAllButtonLabel": "VÆLG ALLE", + "pasteButtonLabel": "Sæt ind", + "selectAllButtonLabel": "Markér alt", "viewLicensesButtonLabel": "SE LICENSER", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", @@ -71,14 +71,14 @@ "dateRangePickerHelpText": "VÆLG OMRÅDE", "calendarModeButtonLabel": "Skift til kalender", "inputDateModeButtonLabel": "Skift til input", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "VÆLG TIDSPUNKT", + "timePickerInputHelpText": "ANGIV TIDSPUNKT", + "timePickerHourLabel": "Time", + "timePickerMinuteLabel": "Minut", + "invalidTimeLabel": "Angiv et gyldigt tidspunkt", + "dialModeButtonLabel": "Skift til urskivevælger", + "inputTimeModeButtonLabel": "Skift til indtastning", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 licens", + "licensesPackageDetailTextOther": "$licenseCount licenser" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index 771024daa96e..cd75b971cbb4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -22,11 +22,11 @@ "cancelButtonLabel": "ABBRECHEN", "closeButtonLabel": "SCHLIEẞEN", "continueButtonLabel": "WEITER", - "copyButtonLabel": "KOPIEREN", - "cutButtonLabel": "AUSSCHNEIDEN", + "copyButtonLabel": "Kopieren", + "cutButtonLabel": "Ausschneiden", "okButtonLabel": "OK", - "pasteButtonLabel": "EINFÜGEN", - "selectAllButtonLabel": "ALLE AUSWÄHLEN", + "pasteButtonLabel": "Einsetzen", + "selectAllButtonLabel": "Alle auswählen", "viewLicensesButtonLabel": "LIZENZEN ANZEIGEN", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", @@ -54,7 +54,7 @@ "remainingTextFieldCharacterCountOther": "Noch $remainingCount Zeichen", "refreshIndicatorSemanticLabel": "Aktualisieren", "moreButtonTooltip": "Mehr", - "dateSeparator": "/", + "dateSeparator": ".", "dateHelpText": "tt.mm.jjjj", "selectYearSemanticsLabel": "Jahr auswählen", "unspecifiedDate": "Datum", @@ -72,14 +72,14 @@ "dateRangePickerHelpText": "ZEITRAUM AUSWÄHLEN", "calendarModeButtonLabel": "Zum Kalender wechseln", "inputDateModeButtonLabel": "Zur Texteingabe wechseln", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", + "timePickerDialHelpText": "UHRZEIT AUSWÄHLEN", + "timePickerInputHelpText": "ZEIT EINGEBEN", + "timePickerHourLabel": "Stunde", "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "invalidTimeLabel": "Gib eine gültige Uhrzeit ein", + "dialModeButtonLabel": "Zur Uhrzeitauswahl wechseln", + "inputTimeModeButtonLabel": "Zum Texteingabemodus wechseln", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 Lizenz", + "licensesPackageDetailTextOther": "$licenseCount Lizenzen" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb index bb10cd705744..3ffe1e47f207 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb @@ -1,5 +1,14 @@ { - "dateSeparator": "/", + "dialModeButtonLabel": "Zur Uhrzeitauswahl wechseln", + "licensesPackageDetailTextOne": "1 Lizenz", + "timePickerDialHelpText": "UHRZEIT AUSWÄHLEN", + "timePickerInputHelpText": "ZEIT EINGEBEN", + "timePickerHourLabel": "Stunde", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Gib eine gültige Uhrzeit ein", + "licensesPackageDetailTextOther": "$licenseCount Lizenzen", + "inputTimeModeButtonLabel": "Zum Texteingabemodus wechseln", + "dateSeparator": ".", "dateInputLabel": "Datum eingeben", "calendarModeButtonLabel": "Zum Kalender wechseln", "dateRangePickerHelpText": "ZEITRAUM AUSWÄHLEN", @@ -45,11 +54,11 @@ "cancelButtonLabel": "ABBRECHEN", "closeButtonLabel": "SCHLIEẞEN", "continueButtonLabel": "WEITER", - "copyButtonLabel": "KOPIEREN", - "cutButtonLabel": "AUSSCHNEIDEN", + "copyButtonLabel": "Kopieren", + "cutButtonLabel": "Ausschneiden", "okButtonLabel": "OK", - "pasteButtonLabel": "EINFÜGEN", - "selectAllButtonLabel": "ALLE AUSWÄHLEN", + "pasteButtonLabel": "Einsetzen", + "selectAllButtonLabel": "Alle auswählen", "viewLicensesButtonLabel": "LIZENZEN ANZEIGEN", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", diff --git a/packages/flutter_localizations/lib/src/l10n/material_el.arb b/packages/flutter_localizations/lib/src/l10n/material_el.arb index a38960f44e01..ce282fafcbd6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_el.arb @@ -21,11 +21,11 @@ "cancelButtonLabel": "ΑΚΥΡΩΣΗ", "closeButtonLabel": "ΚΛΕΙΣΙΜΟ", "continueButtonLabel": "ΣΥΝΕΧΕΙΑ", - "copyButtonLabel": "ΑΝΤΙΓΡΑΦΗ", - "cutButtonLabel": "ΑΠΟΚΟΠΗ", + "copyButtonLabel": "Αντιγραφή", + "cutButtonLabel": "Αποκοπή", "okButtonLabel": "ΟΚ", - "pasteButtonLabel": "ΕΠΙΚΟΛΛΗΣΗ", - "selectAllButtonLabel": "ΕΠΙΛΟΓΗ ΟΛΩΝ", + "pasteButtonLabel": "Επικόλληση", + "selectAllButtonLabel": "Επιλογή όλων", "viewLicensesButtonLabel": "ΠΡΟΒΟΛΗ ΑΔΕΙΩΝ", "anteMeridiemAbbreviation": "π.μ.", "postMeridiemAbbreviation": "μ.μ.", @@ -71,14 +71,14 @@ "dateRangePickerHelpText": "ΕΠΙΛΟΓΗ ΕΥΡΟΥΣ", "calendarModeButtonLabel": "Εναλλαγή σε ημερολόγιο", "inputDateModeButtonLabel": "Εναλλαγή σε καταχώριση", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "ΕΠΙΛΟΓΗ ΩΡΑΣ", + "timePickerInputHelpText": "ΕΙΣΑΓΩΓΗ ΩΡΑΣ", + "timePickerHourLabel": "Ώρα", + "timePickerMinuteLabel": "Λεπτό", + "invalidTimeLabel": "Εισαγάγετε μια έγκυρη ώρα", + "dialModeButtonLabel": "Εναλλαγή στη λειτουργία επιλογέα κλήσης", + "inputTimeModeButtonLabel": "Εναλλαγή στη λειτουργία εισαγωγής κειμένου", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 άδεια", + "licensesPackageDetailTextOther": "$licenseCount άδειες" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb index 6a25126071c3..827585ff1bbd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb @@ -1,4 +1,11 @@ { + "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "SELECT TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "timePickerInputHelpText": "ENTER TIME", "dateSeparator": "/", "dateInputLabel": "Enter date", "calendarModeButtonLabel": "Switch to calendar", @@ -48,11 +55,11 @@ "cancelButtonLabel": "CANCEL", "closeButtonLabel": "CLOSE", "continueButtonLabel": "CONTINUE", - "copyButtonLabel": "COPY", - "cutButtonLabel": "CUT", + "copyButtonLabel": "Copy", + "cutButtonLabel": "Cut", "okButtonLabel": "OK", - "pasteButtonLabel": "PASTE", - "selectAllButtonLabel": "SELECT ALL", + "pasteButtonLabel": "Paste", + "selectAllButtonLabel": "Select all", "viewLicensesButtonLabel": "VIEW LICENCES", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb index 6a25126071c3..827585ff1bbd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb @@ -1,4 +1,11 @@ { + "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "SELECT TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "timePickerInputHelpText": "ENTER TIME", "dateSeparator": "/", "dateInputLabel": "Enter date", "calendarModeButtonLabel": "Switch to calendar", @@ -48,11 +55,11 @@ "cancelButtonLabel": "CANCEL", "closeButtonLabel": "CLOSE", "continueButtonLabel": "CONTINUE", - "copyButtonLabel": "COPY", - "cutButtonLabel": "CUT", + "copyButtonLabel": "Copy", + "cutButtonLabel": "Cut", "okButtonLabel": "OK", - "pasteButtonLabel": "PASTE", - "selectAllButtonLabel": "SELECT ALL", + "pasteButtonLabel": "Paste", + "selectAllButtonLabel": "Select all", "viewLicensesButtonLabel": "VIEW LICENCES", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb index 71de5ac108ea..12ba07bc8118 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb @@ -1,4 +1,11 @@ { + "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "SELECT TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "timePickerInputHelpText": "ENTER TIME", "dateSeparator": "/", "dateInputLabel": "Enter date", "calendarModeButtonLabel": "Switch to calendar", @@ -28,10 +35,10 @@ "timeOfDayFormat": "HH:mm", "nextMonthTooltip": "Next month", "pageRowsInfoTitleApproximate": "$firstRow–$lastRow of about $rowCount", - "copyButtonLabel": "COPY", + "copyButtonLabel": "Copy", "closeButtonTooltip": "Close", "deleteButtonTooltip": "Delete", - "selectAllButtonLabel": "SELECT ALL", + "selectAllButtonLabel": "Select all", "viewLicensesButtonLabel": "VIEW LICENCES", "rowsPerPageTitle": "Rows per page:", "aboutListTileTitle": "About $applicationName", @@ -41,10 +48,10 @@ "licensesPackageDetailTextOne": "1 licence", "licensesPackageDetailTextOther": "$licenseCount licences", "okButtonLabel": "OK", - "pasteButtonLabel": "PASTE", + "pasteButtonLabel": "Paste", "previousMonthTooltip": "Previous month", "closeButtonLabel": "CLOSE", - "cutButtonLabel": "CUT", + "cutButtonLabel": "Cut", "continueButtonLabel": "CONTINUE", "nextPageTooltip": "Next page", "openAppDrawerTooltip": "Open navigation menu", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb index 71de5ac108ea..12ba07bc8118 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb @@ -1,4 +1,11 @@ { + "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "SELECT TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "timePickerInputHelpText": "ENTER TIME", "dateSeparator": "/", "dateInputLabel": "Enter date", "calendarModeButtonLabel": "Switch to calendar", @@ -28,10 +35,10 @@ "timeOfDayFormat": "HH:mm", "nextMonthTooltip": "Next month", "pageRowsInfoTitleApproximate": "$firstRow–$lastRow of about $rowCount", - "copyButtonLabel": "COPY", + "copyButtonLabel": "Copy", "closeButtonTooltip": "Close", "deleteButtonTooltip": "Delete", - "selectAllButtonLabel": "SELECT ALL", + "selectAllButtonLabel": "Select all", "viewLicensesButtonLabel": "VIEW LICENCES", "rowsPerPageTitle": "Rows per page:", "aboutListTileTitle": "About $applicationName", @@ -41,10 +48,10 @@ "licensesPackageDetailTextOne": "1 licence", "licensesPackageDetailTextOther": "$licenseCount licences", "okButtonLabel": "OK", - "pasteButtonLabel": "PASTE", + "pasteButtonLabel": "Paste", "previousMonthTooltip": "Previous month", "closeButtonLabel": "CLOSE", - "cutButtonLabel": "CUT", + "cutButtonLabel": "Cut", "continueButtonLabel": "CONTINUE", "nextPageTooltip": "Next page", "openAppDrawerTooltip": "Open navigation menu", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb index 6a25126071c3..827585ff1bbd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb @@ -1,4 +1,11 @@ { + "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "SELECT TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "timePickerInputHelpText": "ENTER TIME", "dateSeparator": "/", "dateInputLabel": "Enter date", "calendarModeButtonLabel": "Switch to calendar", @@ -48,11 +55,11 @@ "cancelButtonLabel": "CANCEL", "closeButtonLabel": "CLOSE", "continueButtonLabel": "CONTINUE", - "copyButtonLabel": "COPY", - "cutButtonLabel": "CUT", + "copyButtonLabel": "Copy", + "cutButtonLabel": "Cut", "okButtonLabel": "OK", - "pasteButtonLabel": "PASTE", - "selectAllButtonLabel": "SELECT ALL", + "pasteButtonLabel": "Paste", + "selectAllButtonLabel": "Select all", "viewLicensesButtonLabel": "VIEW LICENCES", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb b/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb index 41dab599e232..cc1658f4281b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb @@ -1,4 +1,11 @@ { + "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "SELECT TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "timePickerInputHelpText": "ENTER TIME", "dateSeparator": "/", "dateInputLabel": "Enter date", "calendarModeButtonLabel": "Switch to calendar", @@ -43,11 +50,11 @@ "cancelButtonLabel": "CANCEL", "closeButtonLabel": "CLOSE", "continueButtonLabel": "CONTINUE", - "copyButtonLabel": "COPY", - "cutButtonLabel": "CUT", + "copyButtonLabel": "Copy", + "cutButtonLabel": "Cut", "okButtonLabel": "OK", - "pasteButtonLabel": "PASTE", - "selectAllButtonLabel": "SELECT ALL", + "pasteButtonLabel": "Paste", + "selectAllButtonLabel": "Select all", "viewLicensesButtonLabel": "VIEW LICENCES", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb index 6a25126071c3..827585ff1bbd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb @@ -1,4 +1,11 @@ { + "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "SELECT TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "timePickerInputHelpText": "ENTER TIME", "dateSeparator": "/", "dateInputLabel": "Enter date", "calendarModeButtonLabel": "Switch to calendar", @@ -48,11 +55,11 @@ "cancelButtonLabel": "CANCEL", "closeButtonLabel": "CLOSE", "continueButtonLabel": "CONTINUE", - "copyButtonLabel": "COPY", - "cutButtonLabel": "CUT", + "copyButtonLabel": "Copy", + "cutButtonLabel": "Cut", "okButtonLabel": "OK", - "pasteButtonLabel": "PASTE", - "selectAllButtonLabel": "SELECT ALL", + "pasteButtonLabel": "Paste", + "selectAllButtonLabel": "Select all", "viewLicensesButtonLabel": "VIEW LICENCES", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb index 71de5ac108ea..12ba07bc8118 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb @@ -1,4 +1,11 @@ { + "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "SELECT TIME", + "timePickerHourLabel": "Hour", + "timePickerMinuteLabel": "Minute", + "invalidTimeLabel": "Enter a valid time", + "dialModeButtonLabel": "Switch to dial picker mode", + "timePickerInputHelpText": "ENTER TIME", "dateSeparator": "/", "dateInputLabel": "Enter date", "calendarModeButtonLabel": "Switch to calendar", @@ -28,10 +35,10 @@ "timeOfDayFormat": "HH:mm", "nextMonthTooltip": "Next month", "pageRowsInfoTitleApproximate": "$firstRow–$lastRow of about $rowCount", - "copyButtonLabel": "COPY", + "copyButtonLabel": "Copy", "closeButtonTooltip": "Close", "deleteButtonTooltip": "Delete", - "selectAllButtonLabel": "SELECT ALL", + "selectAllButtonLabel": "Select all", "viewLicensesButtonLabel": "VIEW LICENCES", "rowsPerPageTitle": "Rows per page:", "aboutListTileTitle": "About $applicationName", @@ -41,10 +48,10 @@ "licensesPackageDetailTextOne": "1 licence", "licensesPackageDetailTextOther": "$licenseCount licences", "okButtonLabel": "OK", - "pasteButtonLabel": "PASTE", + "pasteButtonLabel": "Paste", "previousMonthTooltip": "Previous month", "closeButtonLabel": "CLOSE", - "cutButtonLabel": "CUT", + "cutButtonLabel": "Cut", "continueButtonLabel": "CONTINUE", "nextPageTooltip": "Next page", "openAppDrawerTooltip": "Open navigation menu", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index f4d1b7948f8b..9134d6421c55 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -22,11 +22,11 @@ "cancelButtonLabel": "CANCELAR", "closeButtonLabel": "CERRAR", "continueButtonLabel": "CONTINUAR", - "copyButtonLabel": "COPIAR", - "cutButtonLabel": "CORTAR", + "copyButtonLabel": "Copiar", + "cutButtonLabel": "Cortar", "okButtonLabel": "ACEPTAR", - "pasteButtonLabel": "PEGAR", - "selectAllButtonLabel": "SELECCIONAR TODOS", + "pasteButtonLabel": "Pegar", + "selectAllButtonLabel": "Seleccionar todo", "viewLicensesButtonLabel": "VER LICENCIAS", "anteMeridiemAbbreviation": "a. m.", "postMeridiemAbbreviation": "p. m.", @@ -72,14 +72,14 @@ "dateRangePickerHelpText": "SELECCIONAR PERIODO", "calendarModeButtonLabel": "Cambiar a calendario", "inputDateModeButtonLabel": "Cambiar a cuadro de texto", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "SELECCIONAR HORA", + "timePickerInputHelpText": "INTRODUCIR HORA", + "timePickerHourLabel": "Hora", + "timePickerMinuteLabel": "Minuto", + "invalidTimeLabel": "Indica una hora válida", + "dialModeButtonLabel": "Cambiar al modo de selección de hora", + "inputTimeModeButtonLabel": "Cambiar al modo de introducción de texto", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 licencia", + "licensesPackageDetailTextOther": "$licenseCount licencias" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb index c7fd75f16530..4c9b4d9dc58a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb @@ -1,4 +1,13 @@ { + "dialModeButtonLabel": "Cambiar al modo de selección de hora", + "licensesPackageDetailTextOne": "1 licencia", + "timePickerDialHelpText": "SELECCIONAR HORA", + "timePickerInputHelpText": "INGRESAR HORA", + "timePickerHourLabel": "Hora", + "timePickerMinuteLabel": "Minuto", + "invalidTimeLabel": "Ingresa una hora válida", + "licensesPackageDetailTextOther": "$licenseCount licencias", + "inputTimeModeButtonLabel": "Cambiar al modo de entrada de texto", "dateSeparator": "/", "dateInputLabel": "Ingresar fecha", "calendarModeButtonLabel": "Cambiar al calendario", @@ -44,11 +53,11 @@ "cancelButtonLabel": "CANCELAR", "closeButtonLabel": "CERRAR", "continueButtonLabel": "CONTINUAR", - "copyButtonLabel": "COPIAR", - "cutButtonLabel": "CORTAR", + "copyButtonLabel": "Copiar", + "cutButtonLabel": "Cortar", "okButtonLabel": "ACEPTAR", - "pasteButtonLabel": "PEGAR", - "selectAllButtonLabel": "SELECCIONAR TODO", + "pasteButtonLabel": "Pegar", + "selectAllButtonLabel": "Seleccionar todo", "viewLicensesButtonLabel": "VER LICENCIAS", "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb index c7fd75f16530..4c9b4d9dc58a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb @@ -1,4 +1,13 @@ { + "dialModeButtonLabel": "Cambiar al modo de selección de hora", + "licensesPackageDetailTextOne": "1 licencia", + "timePickerDialHelpText": "SELECCIONAR HORA", + "timePickerInputHelpText": "INGRESAR HORA", + "timePickerHourLabel": "Hora", + "timePickerMinuteLabel": "Minuto", + "invalidTimeLabel": "Ingresa una hora válida", + "licensesPackageDetailTextOther": "$licenseCount licencias", + "inputTimeModeButtonLabel": "Cambiar al modo de entrada de texto", "dateSeparator": "/", "dateInputLabel": "Ingresar fecha", "calendarModeButtonLabel": "Cambiar al calendario", @@ -44,11 +53,11 @@ "cancelButtonLabel": "CANCELAR", "closeButtonLabel": "CERRAR", "continueButtonLabel": "CONTINUAR", - "copyButtonLabel": "COPIAR", - "cutButtonLabel": "CORTAR", + "copyButtonLabel": "Copiar", + "cutButtonLabel": "Cortar", "okButtonLabel": "ACEPTAR", - "pasteButtonLabel": "PEGAR", - "selectAllButtonLabel": "SELECCIONAR TODO", + "pasteButtonLabel": "Pegar", + "selectAllButtonLabel": "Seleccionar todo", "viewLicensesButtonLabel": "VER LICENCIAS", "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb index 7ddb56bc90af..7552cdd0f25f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb @@ -1,4 +1,13 @@ { + "dialModeButtonLabel": "Cambiar al modo de selección de hora", + "licensesPackageDetailTextOne": "1 licencia", + "timePickerDialHelpText": "SELECCIONAR HORA", + "timePickerInputHelpText": "INGRESAR HORA", + "timePickerHourLabel": "Hora", + "timePickerMinuteLabel": "Minuto", + "invalidTimeLabel": "Ingresa una hora válida", + "licensesPackageDetailTextOther": "$licenseCount licencias", + "inputTimeModeButtonLabel": "Cambiar al modo de entrada de texto", "dateSeparator": "/", "dateInputLabel": "Ingresar fecha", "calendarModeButtonLabel": "Cambiar al calendario", @@ -50,11 +59,11 @@ "cancelButtonLabel": "CANCELAR", "closeButtonLabel": "CERRAR", "continueButtonLabel": "CONTINUAR", - "copyButtonLabel": "COPIAR", - "cutButtonLabel": "CORTAR", + "copyButtonLabel": "Copiar", + "cutButtonLabel": "Cortar", "okButtonLabel": "ACEPTAR", - "pasteButtonLabel": "PEGAR", - "selectAllButtonLabel": "SELECCIONAR TODO", + "pasteButtonLabel": "Pegar", + "selectAllButtonLabel": "Seleccionar todo", "viewLicensesButtonLabel": "VER LICENCIAS", "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb index 7ddb56bc90af..7552cdd0f25f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb @@ -1,4 +1,13 @@ { + "dialModeButtonLabel": "Cambiar al modo de selección de hora", + "licensesPackageDetailTextOne": "1 licencia", + "timePickerDialHelpText": "SELECCIONAR HORA", + "timePickerInputHelpText": "INGRESAR HORA", + "timePickerHourLabel": "Hora", + "timePickerMinuteLabel": "Minuto", + "invalidTimeLabel": "Ingresa una hora válida", + "licensesPackageDetailTextOther": "$licenseCount licencias", + "inputTimeModeButtonLabel": "Cambiar al modo de entrada de texto", "dateSeparator": "/", "dateInputLabel": "Ingresar fecha", "calendarModeButtonLabel": "Cambiar al calendario", @@ -50,11 +59,11 @@ "cancelButtonLabel": "CANCELAR", "closeButtonLabel": "CERRAR", "continueButtonLabel": "CONTINUAR", - "copyButtonLabel": "COPIAR", - "cutButtonLabel": "CORTAR", + "copyButtonLabel": "Copiar", + "cutButtonLabel": "Cortar", "okButtonLabel": "ACEPTAR", - "pasteButtonLabel": "PEGAR", - "selectAllButtonLabel": "SELECCIONAR TODO", + "pasteButtonLabel": "Pegar", + "selectAllButtonLabel": "Seleccionar todo", "viewLicensesButtonLabel": "VER LICENCIAS", "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb index 7ddb56bc90af..7552cdd0f25f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb @@ -1,4 +1,13 @@ { + "dialModeButtonLabel": "Cambiar al modo de selección de hora", + "licensesPackageDetailTextOne": "1 licencia", + "timePickerDialHelpText": "SELECCIONAR HORA", + "timePickerInputHelpText": "INGRESAR HORA", + "timePickerHourLabel": "Hora", + "timePickerMinuteLabel": "Minuto", + "invalidTimeLabel": "Ingresa una hora válida", + "licensesPackageDetailTextOther": "$licenseCount licencias", + "inputTimeModeButtonLabel": "Cambiar al modo de entrada de texto", "dateSeparator": "/", "dateInputLabel": "Ingresar fecha", "calendarModeButtonLabel": "Cambiar al calendario", @@ -50,11 +59,11 @@ "cancelButtonLabel": "CANCELAR", "closeButtonLabel": "CERRAR", "continueButtonLabel": "CONTINUAR", - "copyButtonLabel": "COPIAR", - "cutButtonLabel": "CORTAR", + "copyButtonLabel": "Copiar", + "cutButtonLabel": "Cortar", "okButtonLabel": "ACEPTAR", - "pasteButtonLabel": "PEGAR", - "selectAllButtonLabel": "SELECCIONAR TODO", + "pasteButtonLabel": "Pegar", + "selectAllButtonLabel": "Seleccionar todo", "viewLicensesButtonLabel": "VER LICENCIAS", "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb index 7ddb56bc90af..7552cdd0f25f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb @@ -1,4 +1,13 @@ { + "dialModeButtonLabel": "Cambiar al modo de selección de hora", + "licensesPackageDetailTextOne": "1 licencia", + "timePickerDialHelpText": "SELECCIONAR HORA", + "timePickerInputHelpText": "INGRESAR HORA", + "timePickerHourLabel": "Hora", + "timePickerMinuteLabel": "Minuto", + "invalidTimeLabel": "Ingresa una hora válida", + "licensesPackageDetailTextOther": "$licenseCount licencias", + "inputTimeModeButtonLabel": "Cambiar al modo de entrada de texto", "dateSeparator": "/", "dateInputLabel": "Ingresar fecha", "calendarModeButtonLabel": "Cambiar al calendario", @@ -50,11 +59,11 @@ "cancelButtonLabel": "CANCELAR", "closeButtonLabel": "CERRAR", "continueButtonLabel": "CONTINUAR", - "copyButtonLabel": "COPIAR", - "cutButtonLabel": "CORTAR", + "copyButtonLabel": "Copiar", + "cutButtonLabel": "Cortar", "okButtonLabel": "ACEPTAR", - "pasteButtonLabel": "PEGAR", - "selectAllButtonLabel": "SELECCIONAR TODO", + "pasteButtonLabel": "Pegar", + "selectAllButtonLabel": "Seleccionar todo", "viewLicensesButtonLabel": "VER LICENCIAS", "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb index 7ddb56bc90af..7552cdd0f25f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb @@ -1,4 +1,13 @@ { + "dialModeButtonLabel": "Cambiar al modo de selección de hora", + "licensesPackageDetailTextOne": "1 licencia", + "timePickerDialHelpText": "SELECCIONAR HORA", + "timePickerInputHelpText": "INGRESAR HORA", + "timePickerHourLabel": "Hora", + "timePickerMinuteLabel": "Minuto", + "invalidTimeLabel": "Ingresa una hora válida", + "licensesPackageDetailTextOther": "$licenseCount licencias", + "inputTimeModeButtonLabel": "Cambiar al modo de entrada de texto", "dateSeparator": "/", "dateInputLabel": "Ingresar fecha", "calendarModeButtonLabel": "Cambiar al calendario", @@ -50,11 +59,11 @@ "cancelButtonLabel": "CANCELAR", "closeButtonLabel": "CERRAR", "continueButtonLabel": "CONTINUAR", - "copyButtonLabel": "COPIAR", - "cutButtonLabel": "CORTAR", + "copyButtonLabel": "Copiar", + "cutButtonLabel": "Cortar", "okButtonLabel": "ACEPTAR", - "pasteButtonLabel": "PEGAR", - "selectAllButtonLabel": "SELECCIONAR TODO", + "pasteButtonLabel": "Pegar", + "selectAllButtonLabel": "Seleccionar todo", "viewLicensesButtonLabel": "VER LICENCIAS", "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb index 7ddb56bc90af..7552cdd0f25f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb @@ -1,4 +1,13 @@ { + "dialModeButtonLabel": "Cambiar al modo de selección de hora", + "licensesPackageDetailTextOne": "1 licencia", + "timePickerDialHelpText": "SELECCIONAR HORA", + "timePickerInputHelpText": "INGRESAR HORA", + "timePickerHourLabel": "Hora", + "timePickerMinuteLabel": "Minuto", + "invalidTimeLabel": "Ingresa una hora válida", + "licensesPackageDetailTextOther": "$licenseCount licencias", + "inputTimeModeButtonLabel": "Cambiar al modo de entrada de texto", "dateSeparator": "/", "dateInputLabel": "Ingresar fecha", "calendarModeButtonLabel": "Cambiar al calendario", @@ -50,11 +59,11 @@ "cancelButtonLabel": "CANCELAR", "closeButtonLabel": "CERRAR", "continueButtonLabel": "CONTINUAR", - "copyButtonLabel": "COPIAR", - "cutButtonLabel": "CORTAR", + "copyButtonLabel": "Copiar", + "cutButtonLabel": "Cortar", "okButtonLabel": "ACEPTAR", - "pasteButtonLabel": "PEGAR", - "selectAllButtonLabel": "SELECCIONAR TODO", + "pasteButtonLabel": "Pegar", + "selectAllButtonLabel": "Seleccionar todo", "viewLicensesButtonLabel": "VER LICENCIAS", "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb index 7ddb56bc90af..7552cdd0f25f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb @@ -1,4 +1,13 @@ { + "dialModeButtonLabel": "Cambiar al modo de selección de hora", + "licensesPackageDetailTextOne": "1 licencia", + "timePickerDialHelpText": "SELECCIONAR HORA", + "timePickerInputHelpText": "INGRESAR HORA", + "timePickerHourLabel": "Hora", + "timePickerMinuteLabel": "Minuto", + "invalidTimeLabel": "Ingresa una hora válida", + "licensesPackageDetailTextOther": "$licenseCount licencias", + "inputTimeModeButtonLabel": "Cambiar al modo de entrada de texto", "dateSeparator": "/", "dateInputLabel": "Ingresar fecha", "calendarModeButtonLabel": "Cambiar al calendario", @@ -50,11 +59,11 @@ "cancelButtonLabel": "CANCELAR", "closeButtonLabel": "CERRAR", "continueButtonLabel": "CONTINUAR", - "copyButtonLabel": "COPIAR", - "cutButtonLabel": "CORTAR", + "copyButtonLabel": "Copiar", + "cutButtonLabel": "Cortar", "okButtonLabel": "ACEPTAR", - "pasteButtonLabel": "PEGAR", - "selectAllButtonLabel": "SELECCIONAR TODO", + "pasteButtonLabel": "Pegar", + "selectAllButtonLabel": "Seleccionar todo", "viewLicensesButtonLabel": "VER LICENCIAS", "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb index 7ddb56bc90af..7552cdd0f25f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb @@ -1,4 +1,13 @@ { + "dialModeButtonLabel": "Cambiar al modo de selección de hora", + "licensesPackageDetailTextOne": "1 licencia", + "timePickerDialHelpText": "SELECCIONAR HORA", + "timePickerInputHelpText": "INGRESAR HORA", + "timePickerHourLabel": "Hora", + "timePickerMinuteLabel": "Minuto", + "invalidTimeLabel": "Ingresa una hora válida", + "licensesPackageDetailTextOther": "$licenseCount licencias", + "inputTimeModeButtonLabel": "Cambiar al modo de entrada de texto", "dateSeparator": "/", "dateInputLabel": "Ingresar fecha", "calendarModeButtonLabel": "Cambiar al calendario", @@ -50,11 +59,11 @@ "cancelButtonLabel": "CANCELAR", "closeButtonLabel": "CERRAR", "continueButtonLabel": "CONTINUAR", - "copyButtonLabel": "COPIAR", - "cutButtonLabel": "CORTAR", + "copyButtonLabel": "Copiar", + "cutButtonLabel": "Cortar", "okButtonLabel": "ACEPTAR", - "pasteButtonLabel": "PEGAR", - "selectAllButtonLabel": "SELECCIONAR TODO", + "pasteButtonLabel": "Pegar", + "selectAllButtonLabel": "Seleccionar todo", "viewLicensesButtonLabel": "VER LICENCIAS", "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb index 7ddb56bc90af..7552cdd0f25f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb @@ -1,4 +1,13 @@ { + "dialModeButtonLabel": "Cambiar al modo de selección de hora", + "licensesPackageDetailTextOne": "1 licencia", + "timePickerDialHelpText": "SELECCIONAR HORA", + "timePickerInputHelpText": "INGRESAR HORA", + "timePickerHourLabel": "Hora", + "timePickerMinuteLabel": "Minuto", + "invalidTimeLabel": "Ingresa una hora válida", + "licensesPackageDetailTextOther": "$licenseCount licencias", + "inputTimeModeButtonLabel": "Cambiar al modo de entrada de texto", "dateSeparator": "/", "dateInputLabel": "Ingresar fecha", "calendarModeButtonLabel": "Cambiar al calendario", @@ -50,11 +59,11 @@ "cancelButtonLabel": "CANCELAR", "closeButtonLabel": "CERRAR", "continueButtonLabel": "CONTINUAR", - "copyButtonLabel": "COPIAR", - "cutButtonLabel": "CORTAR", + "copyButtonLabel": "Copiar", + "cutButtonLabel": "Cortar", "okButtonLabel": "ACEPTAR", - "pasteButtonLabel": "PEGAR", - "selectAllButtonLabel": "SELECCIONAR TODO", + "pasteButtonLabel": "Pegar", + "selectAllButtonLabel": "Seleccionar todo", "viewLicensesButtonLabel": "VER LICENCIAS", "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb index 7ddb56bc90af..7552cdd0f25f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb @@ -1,4 +1,13 @@ { + "dialModeButtonLabel": "Cambiar al modo de selección de hora", + "licensesPackageDetailTextOne": "1 licencia", + "timePickerDialHelpText": "SELECCIONAR HORA", + "timePickerInputHelpText": "INGRESAR HORA", + "timePickerHourLabel": "Hora", + "timePickerMinuteLabel": "Minuto", + "invalidTimeLabel": "Ingresa una hora válida", + "licensesPackageDetailTextOther": "$licenseCount licencias", + "inputTimeModeButtonLabel": "Cambiar al modo de entrada de texto", "dateSeparator": "/", "dateInputLabel": "Ingresar fecha", "calendarModeButtonLabel": "Cambiar al calendario", @@ -50,11 +59,11 @@ "cancelButtonLabel": "CANCELAR", "closeButtonLabel": "CERRAR", "continueButtonLabel": "CONTINUAR", - "copyButtonLabel": "COPIAR", - "cutButtonLabel": "CORTAR", + "copyButtonLabel": "Copiar", + "cutButtonLabel": "Cortar", "okButtonLabel": "ACEPTAR", - "pasteButtonLabel": "PEGAR", - "selectAllButtonLabel": "SELECCIONAR TODO", + "pasteButtonLabel": "Pegar", + "selectAllButtonLabel": "Seleccionar todo", "viewLicensesButtonLabel": "VER LICENCIAS", "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb index 7ddb56bc90af..7552cdd0f25f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb @@ -1,4 +1,13 @@ { + "dialModeButtonLabel": "Cambiar al modo de selección de hora", + "licensesPackageDetailTextOne": "1 licencia", + "timePickerDialHelpText": "SELECCIONAR HORA", + "timePickerInputHelpText": "INGRESAR HORA", + "timePickerHourLabel": "Hora", + "timePickerMinuteLabel": "Minuto", + "invalidTimeLabel": "Ingresa una hora válida", + "licensesPackageDetailTextOther": "$licenseCount licencias", + "inputTimeModeButtonLabel": "Cambiar al modo de entrada de texto", "dateSeparator": "/", "dateInputLabel": "Ingresar fecha", "calendarModeButtonLabel": "Cambiar al calendario", @@ -50,11 +59,11 @@ "cancelButtonLabel": "CANCELAR", "closeButtonLabel": "CERRAR", "continueButtonLabel": "CONTINUAR", - "copyButtonLabel": "COPIAR", - "cutButtonLabel": "CORTAR", + "copyButtonLabel": "Copiar", + "cutButtonLabel": "Cortar", "okButtonLabel": "ACEPTAR", - "pasteButtonLabel": "PEGAR", - "selectAllButtonLabel": "SELECCIONAR TODO", + "pasteButtonLabel": "Pegar", + "selectAllButtonLabel": "Seleccionar todo", "viewLicensesButtonLabel": "VER LICENCIAS", "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb index 7ddb56bc90af..7552cdd0f25f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb @@ -1,4 +1,13 @@ { + "dialModeButtonLabel": "Cambiar al modo de selección de hora", + "licensesPackageDetailTextOne": "1 licencia", + "timePickerDialHelpText": "SELECCIONAR HORA", + "timePickerInputHelpText": "INGRESAR HORA", + "timePickerHourLabel": "Hora", + "timePickerMinuteLabel": "Minuto", + "invalidTimeLabel": "Ingresa una hora válida", + "licensesPackageDetailTextOther": "$licenseCount licencias", + "inputTimeModeButtonLabel": "Cambiar al modo de entrada de texto", "dateSeparator": "/", "dateInputLabel": "Ingresar fecha", "calendarModeButtonLabel": "Cambiar al calendario", @@ -50,11 +59,11 @@ "cancelButtonLabel": "CANCELAR", "closeButtonLabel": "CERRAR", "continueButtonLabel": "CONTINUAR", - "copyButtonLabel": "COPIAR", - "cutButtonLabel": "CORTAR", + "copyButtonLabel": "Copiar", + "cutButtonLabel": "Cortar", "okButtonLabel": "ACEPTAR", - "pasteButtonLabel": "PEGAR", - "selectAllButtonLabel": "SELECCIONAR TODO", + "pasteButtonLabel": "Pegar", + "selectAllButtonLabel": "Seleccionar todo", "viewLicensesButtonLabel": "VER LICENCIAS", "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb index 7ddb56bc90af..7552cdd0f25f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb @@ -1,4 +1,13 @@ { + "dialModeButtonLabel": "Cambiar al modo de selección de hora", + "licensesPackageDetailTextOne": "1 licencia", + "timePickerDialHelpText": "SELECCIONAR HORA", + "timePickerInputHelpText": "INGRESAR HORA", + "timePickerHourLabel": "Hora", + "timePickerMinuteLabel": "Minuto", + "invalidTimeLabel": "Ingresa una hora válida", + "licensesPackageDetailTextOther": "$licenseCount licencias", + "inputTimeModeButtonLabel": "Cambiar al modo de entrada de texto", "dateSeparator": "/", "dateInputLabel": "Ingresar fecha", "calendarModeButtonLabel": "Cambiar al calendario", @@ -50,11 +59,11 @@ "cancelButtonLabel": "CANCELAR", "closeButtonLabel": "CERRAR", "continueButtonLabel": "CONTINUAR", - "copyButtonLabel": "COPIAR", - "cutButtonLabel": "CORTAR", + "copyButtonLabel": "Copiar", + "cutButtonLabel": "Cortar", "okButtonLabel": "ACEPTAR", - "pasteButtonLabel": "PEGAR", - "selectAllButtonLabel": "SELECCIONAR TODO", + "pasteButtonLabel": "Pegar", + "selectAllButtonLabel": "Seleccionar todo", "viewLicensesButtonLabel": "VER LICENCIAS", "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb index 7ddb56bc90af..7552cdd0f25f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb @@ -1,4 +1,13 @@ { + "dialModeButtonLabel": "Cambiar al modo de selección de hora", + "licensesPackageDetailTextOne": "1 licencia", + "timePickerDialHelpText": "SELECCIONAR HORA", + "timePickerInputHelpText": "INGRESAR HORA", + "timePickerHourLabel": "Hora", + "timePickerMinuteLabel": "Minuto", + "invalidTimeLabel": "Ingresa una hora válida", + "licensesPackageDetailTextOther": "$licenseCount licencias", + "inputTimeModeButtonLabel": "Cambiar al modo de entrada de texto", "dateSeparator": "/", "dateInputLabel": "Ingresar fecha", "calendarModeButtonLabel": "Cambiar al calendario", @@ -50,11 +59,11 @@ "cancelButtonLabel": "CANCELAR", "closeButtonLabel": "CERRAR", "continueButtonLabel": "CONTINUAR", - "copyButtonLabel": "COPIAR", - "cutButtonLabel": "CORTAR", + "copyButtonLabel": "Copiar", + "cutButtonLabel": "Cortar", "okButtonLabel": "ACEPTAR", - "pasteButtonLabel": "PEGAR", - "selectAllButtonLabel": "SELECCIONAR TODO", + "pasteButtonLabel": "Pegar", + "selectAllButtonLabel": "Seleccionar todo", "viewLicensesButtonLabel": "VER LICENCIAS", "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb index 7ddb56bc90af..7552cdd0f25f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb @@ -1,4 +1,13 @@ { + "dialModeButtonLabel": "Cambiar al modo de selección de hora", + "licensesPackageDetailTextOne": "1 licencia", + "timePickerDialHelpText": "SELECCIONAR HORA", + "timePickerInputHelpText": "INGRESAR HORA", + "timePickerHourLabel": "Hora", + "timePickerMinuteLabel": "Minuto", + "invalidTimeLabel": "Ingresa una hora válida", + "licensesPackageDetailTextOther": "$licenseCount licencias", + "inputTimeModeButtonLabel": "Cambiar al modo de entrada de texto", "dateSeparator": "/", "dateInputLabel": "Ingresar fecha", "calendarModeButtonLabel": "Cambiar al calendario", @@ -50,11 +59,11 @@ "cancelButtonLabel": "CANCELAR", "closeButtonLabel": "CERRAR", "continueButtonLabel": "CONTINUAR", - "copyButtonLabel": "COPIAR", - "cutButtonLabel": "CORTAR", + "copyButtonLabel": "Copiar", + "cutButtonLabel": "Cortar", "okButtonLabel": "ACEPTAR", - "pasteButtonLabel": "PEGAR", - "selectAllButtonLabel": "SELECCIONAR TODO", + "pasteButtonLabel": "Pegar", + "selectAllButtonLabel": "Seleccionar todo", "viewLicensesButtonLabel": "VER LICENCIAS", "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb index 05b51019f0ce..5c0e3c4910c6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb @@ -1,4 +1,13 @@ { + "dialModeButtonLabel": "Cambiar al modo de selección de hora", + "licensesPackageDetailTextOne": "1 licencia", + "timePickerDialHelpText": "SELECCIONAR HORA", + "timePickerInputHelpText": "INGRESAR HORA", + "timePickerHourLabel": "Hora", + "timePickerMinuteLabel": "Minuto", + "invalidTimeLabel": "Ingresa una hora válida", + "licensesPackageDetailTextOther": "$licenseCount licencias", + "inputTimeModeButtonLabel": "Cambiar al modo de entrada de texto", "dateSeparator": "/", "dateInputLabel": "Ingresar fecha", "calendarModeButtonLabel": "Cambiar al calendario", @@ -32,9 +41,9 @@ "deleteButtonTooltip": "Borrar", "nextMonthTooltip": "Próximo mes", "pageRowsInfoTitleApproximate": "$firstRow–$lastRow de aproximadamente $rowCount", - "copyButtonLabel": "COPIAR", + "copyButtonLabel": "Copiar", "closeButtonTooltip": "Cerrar", - "selectAllButtonLabel": "SELECCIONAR TODO", + "selectAllButtonLabel": "Seleccionar todo", "timePickerMinuteModeAnnouncement": "Seleccionar minutos", "viewLicensesButtonLabel": "VER LICENCIAS", "rowsPerPageTitle": "Filas por página:", @@ -42,10 +51,10 @@ "backButtonTooltip": "Atrás", "licensesPageTitle": "Licencias", "okButtonLabel": "ACEPTAR", - "pasteButtonLabel": "PEGAR", + "pasteButtonLabel": "Pegar", "previousMonthTooltip": "Mes anterior", "closeButtonLabel": "CERRAR", - "cutButtonLabel": "CORTAR", + "cutButtonLabel": "Cortar", "continueButtonLabel": "CONTINUAR", "timePickerHourModeAnnouncement": "Seleccionar horas", "nextPageTooltip": "Próxima página", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb index 7ddb56bc90af..7552cdd0f25f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb @@ -1,4 +1,13 @@ { + "dialModeButtonLabel": "Cambiar al modo de selección de hora", + "licensesPackageDetailTextOne": "1 licencia", + "timePickerDialHelpText": "SELECCIONAR HORA", + "timePickerInputHelpText": "INGRESAR HORA", + "timePickerHourLabel": "Hora", + "timePickerMinuteLabel": "Minuto", + "invalidTimeLabel": "Ingresa una hora válida", + "licensesPackageDetailTextOther": "$licenseCount licencias", + "inputTimeModeButtonLabel": "Cambiar al modo de entrada de texto", "dateSeparator": "/", "dateInputLabel": "Ingresar fecha", "calendarModeButtonLabel": "Cambiar al calendario", @@ -50,11 +59,11 @@ "cancelButtonLabel": "CANCELAR", "closeButtonLabel": "CERRAR", "continueButtonLabel": "CONTINUAR", - "copyButtonLabel": "COPIAR", - "cutButtonLabel": "CORTAR", + "copyButtonLabel": "Copiar", + "cutButtonLabel": "Cortar", "okButtonLabel": "ACEPTAR", - "pasteButtonLabel": "PEGAR", - "selectAllButtonLabel": "SELECCIONAR TODO", + "pasteButtonLabel": "Pegar", + "selectAllButtonLabel": "Seleccionar todo", "viewLicensesButtonLabel": "VER LICENCIAS", "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb index 7ddb56bc90af..7552cdd0f25f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb @@ -1,4 +1,13 @@ { + "dialModeButtonLabel": "Cambiar al modo de selección de hora", + "licensesPackageDetailTextOne": "1 licencia", + "timePickerDialHelpText": "SELECCIONAR HORA", + "timePickerInputHelpText": "INGRESAR HORA", + "timePickerHourLabel": "Hora", + "timePickerMinuteLabel": "Minuto", + "invalidTimeLabel": "Ingresa una hora válida", + "licensesPackageDetailTextOther": "$licenseCount licencias", + "inputTimeModeButtonLabel": "Cambiar al modo de entrada de texto", "dateSeparator": "/", "dateInputLabel": "Ingresar fecha", "calendarModeButtonLabel": "Cambiar al calendario", @@ -50,11 +59,11 @@ "cancelButtonLabel": "CANCELAR", "closeButtonLabel": "CERRAR", "continueButtonLabel": "CONTINUAR", - "copyButtonLabel": "COPIAR", - "cutButtonLabel": "CORTAR", + "copyButtonLabel": "Copiar", + "cutButtonLabel": "Cortar", "okButtonLabel": "ACEPTAR", - "pasteButtonLabel": "PEGAR", - "selectAllButtonLabel": "SELECCIONAR TODO", + "pasteButtonLabel": "Pegar", + "selectAllButtonLabel": "Seleccionar todo", "viewLicensesButtonLabel": "VER LICENCIAS", "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", diff --git a/packages/flutter_localizations/lib/src/l10n/material_et.arb b/packages/flutter_localizations/lib/src/l10n/material_et.arb index fc59a95db0ee..245f4274628f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_et.arb @@ -21,11 +21,11 @@ "cancelButtonLabel": "TÜHISTA", "closeButtonLabel": "SULE", "continueButtonLabel": "JÄTKA", - "copyButtonLabel": "KOPEERI", - "cutButtonLabel": "LÕIKA", + "copyButtonLabel": "Kopeeri", + "cutButtonLabel": "Lõika", "okButtonLabel": "OK", - "pasteButtonLabel": "KLEEBI", - "selectAllButtonLabel": "VALI KÕIK", + "pasteButtonLabel": "Kleebi", + "selectAllButtonLabel": "Vali kõik", "viewLicensesButtonLabel": "KUVA LITSENTSID", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", @@ -71,14 +71,14 @@ "dateRangePickerHelpText": "VALIGE VAHEMIK", "calendarModeButtonLabel": "Kalendrile lülitumine", "inputDateModeButtonLabel": "Sisestusrežiimile lülitumine", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "VALIGE AEG", + "timePickerInputHelpText": "SISESTAGE AEG", + "timePickerHourLabel": "Tund", + "timePickerMinuteLabel": "Minut", + "invalidTimeLabel": "Sisestage sobiv kellaaeg", + "dialModeButtonLabel": "Lülitumine valikuketta režiimile", + "inputTimeModeButtonLabel": "Lülitumine tekstisisestusrežiimile", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 litsents", + "licensesPackageDetailTextOther": "$licenseCount litsentsi" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_eu.arb b/packages/flutter_localizations/lib/src/l10n/material_eu.arb index eb95d6d78a7c..f7131aba0f85 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_eu.arb @@ -21,11 +21,11 @@ "cancelButtonLabel": "UTZI", "closeButtonLabel": "ITXI", "continueButtonLabel": "EGIN AURRERA", - "copyButtonLabel": "KOPIATU", - "cutButtonLabel": "EBAKI", + "copyButtonLabel": "Kopiatu", + "cutButtonLabel": "Ebaki", "okButtonLabel": "Ados", - "pasteButtonLabel": "ITSATSI", - "selectAllButtonLabel": "HAUTATU GUZTIAK", + "pasteButtonLabel": "Itsatsi", + "selectAllButtonLabel": "Hautatu guztiak", "viewLicensesButtonLabel": "IKUSI LIZENTZIAK", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", @@ -70,14 +70,14 @@ "dateRangePickerHelpText": "HAUTATU BARRUTIA", "calendarModeButtonLabel": "Aldatu egutegiaren modura", "inputDateModeButtonLabel": "Aldatu datak aukeratzeko modura", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "HAUTATU ORDUA", + "timePickerInputHelpText": "IDATZI ORDUA", + "timePickerHourLabel": "Ordua", + "timePickerMinuteLabel": "Minutua", + "invalidTimeLabel": "Idatzi balio duen ordu bat", + "dialModeButtonLabel": "Aldatu esfera hautatzeko modura", + "inputTimeModeButtonLabel": "Aldatu testua idazteko modura", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 lizentzia", + "licensesPackageDetailTextOther": "$licenseCount lizentzia" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index ca847c93cf41..7050b1d57cab 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -71,14 +71,14 @@ "dateRangePickerHelpText": "انتخاب محدوده", "calendarModeButtonLabel": "رفتن به تقویم", "inputDateModeButtonLabel": "رفتن به ورودی", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "انتخاب زمان", + "timePickerInputHelpText": "زمان را وارد کنید", + "timePickerHourLabel": "ساعت", + "timePickerMinuteLabel": "دقیقه", + "invalidTimeLabel": "زمان معتبری وارد کنید", + "dialModeButtonLabel": "رفتن به حالت انتخابگر صفحه ساعت", + "inputTimeModeButtonLabel": "رفتن به حالت ورودی نوشتاری", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "۱ پروانه", + "licensesPackageDetailTextOther": "$licenseCount پروانه" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fi.arb b/packages/flutter_localizations/lib/src/l10n/material_fi.arb index 7747e86c6edd..7a71c257f14c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fi.arb @@ -21,11 +21,11 @@ "cancelButtonLabel": "PERUUTA", "closeButtonLabel": "SULJE", "continueButtonLabel": "JATKA", - "copyButtonLabel": "COPY", - "cutButtonLabel": "LEIKKAA", + "copyButtonLabel": "Kopioi", + "cutButtonLabel": "Leikkaa", "okButtonLabel": "OK", - "pasteButtonLabel": "Sijoita", - "selectAllButtonLabel": "VALITSE KAIKKI", + "pasteButtonLabel": "Liitä", + "selectAllButtonLabel": "Valitse kaikki", "viewLicensesButtonLabel": "NÄYTÄ KÄYTTÖOIKEUDET", "anteMeridiemAbbreviation": "ap", "postMeridiemAbbreviation": "ip", @@ -71,14 +71,14 @@ "dateRangePickerHelpText": "VALITSE PÄIVÄMÄÄRÄVÄLI", "calendarModeButtonLabel": "Vaihda kalenteriin", "inputDateModeButtonLabel": "Vaihda tekstinsyöttöön", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "VALITSE AIKA", + "timePickerInputHelpText": "LISÄÄ AIKA", + "timePickerHourLabel": "Tunti", + "timePickerMinuteLabel": "Minuutti", + "invalidTimeLabel": "Lisää kelvollinen aika", + "dialModeButtonLabel": "Valitse kellotauluvalitsin", + "inputTimeModeButtonLabel": "Valitse syöttötavaksi teksti", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 lisenssi", + "licensesPackageDetailTextOther": "$licenseCount lisenssiä" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fil.arb b/packages/flutter_localizations/lib/src/l10n/material_fil.arb index 7ef88f24316b..3d650a6dd81d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fil.arb @@ -21,11 +21,11 @@ "cancelButtonLabel": "KANSELAHIN", "closeButtonLabel": "ISARA", "continueButtonLabel": "MAGPATULOY", - "copyButtonLabel": "KOPYAHIN", - "cutButtonLabel": "I-CUT", + "copyButtonLabel": "Kopyahin", + "cutButtonLabel": "I-cut", "okButtonLabel": "OK", - "pasteButtonLabel": "I-PASTE", - "selectAllButtonLabel": "PILIIN LAHAT", + "pasteButtonLabel": "I-paste", + "selectAllButtonLabel": "Piliin lahat", "viewLicensesButtonLabel": "TINGNAN ANG MGA LISENSYA", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", @@ -71,14 +71,14 @@ "dateRangePickerHelpText": "PUMILI NG HANAY", "calendarModeButtonLabel": "Lumipat sa kalendaryo", "inputDateModeButtonLabel": "Lumipat sa input", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "PUMILI NG ORAS", + "timePickerInputHelpText": "MAGLAGAY NG ORAS", + "timePickerHourLabel": "Oras", + "timePickerMinuteLabel": "Minuto", + "invalidTimeLabel": "Maglagay ng valid na oras", + "dialModeButtonLabel": "Lumipat sa dial picker mode", + "inputTimeModeButtonLabel": "Lumipat sa text input mode", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 lisensya", + "licensesPackageDetailTextOther": "$licenseCount na lisensya" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index 08cee1021592..74ea8e53f3ab 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -22,11 +22,11 @@ "cancelButtonLabel": "ANNULER", "closeButtonLabel": "FERMER", "continueButtonLabel": "CONTINUER", - "copyButtonLabel": "COPIER", - "cutButtonLabel": "COUPER", + "copyButtonLabel": "Copier", + "cutButtonLabel": "Couper", "okButtonLabel": "OK", - "pasteButtonLabel": "COLLER", - "selectAllButtonLabel": "TOUT SÉLECTIONNER", + "pasteButtonLabel": "Coller", + "selectAllButtonLabel": "Tout sélectionner", "viewLicensesButtonLabel": "AFFICHER LES LICENCES", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", @@ -72,14 +72,14 @@ "dateRangePickerHelpText": "SÉLECTIONNER UNE PLAGE", "calendarModeButtonLabel": "Passer à l'agenda", "inputDateModeButtonLabel": "Passer à la saisie", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", + "timePickerDialHelpText": "SÉLECTIONNER UNE HEURE", + "timePickerInputHelpText": "SAISIR UNE HEURE", + "timePickerHourLabel": "Heure", "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "invalidTimeLabel": "Veuillez indiquer une heure valide", + "dialModeButtonLabel": "Passer au mode de sélection via le cadran", + "inputTimeModeButtonLabel": "Passer au mode de saisie au format texte", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 licence", + "licensesPackageDetailTextOther": "$licenseCount licences" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb b/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb index 536494c461e7..0d57c468aa0e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb @@ -1,4 +1,13 @@ { + "invalidTimeLabel": "Entrez une heure valide", + "licensesPackageDetailTextOne": "1 licence", + "timePickerDialHelpText": "SÉLECTIONNER L'HEURE", + "timePickerInputHelpText": "ENTRER L'HEURE", + "timePickerHourLabel": "Heure", + "timePickerMinuteLabel": "Minutes", + "licensesPackageDetailTextOther": "$licenseCount licences", + "dialModeButtonLabel": "Passer au mode de sélection du cadran", + "inputTimeModeButtonLabel": "Passer au mode d'entrée Texte", "dateSeparator": "/", "dateRangeStartLabel": "Date de début", "calendarModeButtonLabel": "Passer à l'agenda", @@ -40,11 +49,11 @@ "cancelButtonLabel": "ANNULER", "closeButtonLabel": "FERMER", "continueButtonLabel": "CONTINUER", - "copyButtonLabel": "COPIER", - "cutButtonLabel": "COUPER", + "copyButtonLabel": "Copier", + "cutButtonLabel": "Couper", "okButtonLabel": "OK", - "pasteButtonLabel": "COLLER", - "selectAllButtonLabel": "TOUT SÉLECTIONNER", + "pasteButtonLabel": "Coller", + "selectAllButtonLabel": "Tout sélectionner", "viewLicensesButtonLabel": "AFFICHER LES LICENCES", "anteMeridiemAbbreviation": "am", "postMeridiemAbbreviation": "pm", diff --git a/packages/flutter_localizations/lib/src/l10n/material_gl.arb b/packages/flutter_localizations/lib/src/l10n/material_gl.arb index 5a06a782ea5c..4800b75b7af4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gl.arb @@ -22,11 +22,11 @@ "cancelButtonLabel": "CANCELAR", "closeButtonLabel": "PECHAR", "continueButtonLabel": "CONTINUAR", - "copyButtonLabel": "COPIAR", - "cutButtonLabel": "CORTAR", + "copyButtonLabel": "Copiar", + "cutButtonLabel": "Cortar", "okButtonLabel": "Aceptar", - "pasteButtonLabel": "PEGAR", - "selectAllButtonLabel": "SELECCIONAR TODO", + "pasteButtonLabel": "Pegar", + "selectAllButtonLabel": "Seleccionar todo", "viewLicensesButtonLabel": "VER LICENZAS", "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", @@ -72,14 +72,14 @@ "dateRangePickerHelpText": "SELECCIONAR UN INTERVALO DE DATAS", "calendarModeButtonLabel": "Cambiar ao modo de calendario", "inputDateModeButtonLabel": "Cambiar ao modo de introdución de texto", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "SELECCIONA A HORA", + "timePickerInputHelpText": "INDICA A HORA", + "timePickerHourLabel": "Hora", + "timePickerMinuteLabel": "Minuto", + "invalidTimeLabel": "Escribe unha hora válida", + "dialModeButtonLabel": "Cambiar a modo de selector en esfera", + "inputTimeModeButtonLabel": "Cambiar ao modo de escritura dos números", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 licenza", + "licensesPackageDetailTextOther": "$licenseCount licenzas" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index 816113204942..fa0c2290cc4d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -26,11 +26,11 @@ "cancelButtonLabel": "ABBRECHEN", "closeButtonLabel": "SCHLIEẞEN", "continueButtonLabel": "WEITER", - "copyButtonLabel": "KOPIEREN", - "cutButtonLabel": "AUSSCHNEIDEN", + "copyButtonLabel": "Kopieren", + "cutButtonLabel": "Ausschneiden", "okButtonLabel": "OK", - "pasteButtonLabel": "EINFÜGEN", - "selectAllButtonLabel": "ALLE AUSWÄHLEN", + "pasteButtonLabel": "Einsetzen", + "selectAllButtonLabel": "Alle auswählen", "viewLicensesButtonLabel": "LIZENZEN ANZEIGEN", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", @@ -53,7 +53,7 @@ "remainingTextFieldCharacterCountOther": "Noch $remainingCount Zeichen", "refreshIndicatorSemanticLabel": "Aktualisieren", "moreButtonTooltip": "Mehr", - "dateSeparator": "/", + "dateSeparator": ".", "dateHelpText": "tt.mm.jjjj", "selectYearSemanticsLabel": "Jahr auswählen", "unspecifiedDate": "Datum", @@ -71,14 +71,14 @@ "dateRangePickerHelpText": "ZEITRAUM AUSWÄHLEN", "calendarModeButtonLabel": "Zum Kalender wechseln", "inputDateModeButtonLabel": "Zur Texteingabe wechseln", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", + "timePickerDialHelpText": "UHRZEIT AUSWÄHLEN", + "timePickerInputHelpText": "ZEIT EINGEBEN", + "timePickerHourLabel": "Stunde", "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "invalidTimeLabel": "Gib eine gültige Uhrzeit ein", + "dialModeButtonLabel": "Zur Uhrzeitauswahl wechseln", + "inputTimeModeButtonLabel": "Zum Texteingabemodus wechseln", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 Lizenz", + "licensesPackageDetailTextOther": "$licenseCount Lizenzen" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gu.arb b/packages/flutter_localizations/lib/src/l10n/material_gu.arb index 637eb8e1ed37..893049d8370e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gu.arb @@ -70,14 +70,14 @@ "dateRangePickerHelpText": "રેંજ પસંદ કરો", "calendarModeButtonLabel": "કૅલેન્ડર મોડ પર સ્વિચ કરો", "inputDateModeButtonLabel": "ઇનપુટ મોડ પર સ્વિચ કરો", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "સમય પસંદ કરો", + "timePickerInputHelpText": "સમય દાખલ કરો", + "timePickerHourLabel": "કલાક", + "timePickerMinuteLabel": "મિનિટ", + "invalidTimeLabel": "માન્ય સમય દાખલ કરો", + "dialModeButtonLabel": "ડાયલ પિકર મોડ પર સ્વિચ કરો", + "inputTimeModeButtonLabel": "ટેક્સ્ટ ઇનપુટ મોડ પર સ્વિચ કરો", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 લાઇસન્સ", + "licensesPackageDetailTextOther": "$licenseCount લાઇસન્સ" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index abbd2b76e79f..00dc91a18803 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -1,4 +1,6 @@ { + "licensesPackageDetailTextTwo": "$licenseCount רישיונות", + "licensesPackageDetailTextMany": "$licenseCount רישיונות", "remainingTextFieldCharacterCountTwo": "נותרו $remainingCount תווים", "remainingTextFieldCharacterCountMany": "נותרו $remainingCount תווים", "scriptCategory": "English-like", @@ -75,14 +77,14 @@ "dateRangePickerHelpText": "בחירת טווח", "calendarModeButtonLabel": "מעבר למצב היומן", "inputDateModeButtonLabel": "מעבר למצב הקלט", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "בחירת שעה", + "timePickerInputHelpText": "הזנת שעה", + "timePickerHourLabel": "שעה", + "timePickerMinuteLabel": "דקות", + "invalidTimeLabel": "יש להזין שעה תקינה", + "dialModeButtonLabel": "מעבר לבחירה באמצעות חוגה", + "inputTimeModeButtonLabel": "מעבר להזנת טקסט", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "רישיון אחד", + "licensesPackageDetailTextOther": "$licenseCount רישיונות" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hi.arb b/packages/flutter_localizations/lib/src/l10n/material_hi.arb index 64e45add8d7f..74b65da79507 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hi.arb @@ -22,10 +22,10 @@ "closeButtonLabel": "बंद करें", "continueButtonLabel": "जारी रखें", "copyButtonLabel": "कॉपी करें", - "cutButtonLabel": "कट करें", + "cutButtonLabel": "काटें", "okButtonLabel": "ठीक है", "pasteButtonLabel": "चिपकाएं", - "selectAllButtonLabel": "सभी चुनें", + "selectAllButtonLabel": "सभी को चुनें", "viewLicensesButtonLabel": "लाइसेंस देखें", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", @@ -71,14 +71,14 @@ "dateRangePickerHelpText": "सीमा चुनें", "calendarModeButtonLabel": "कैलेंडर पर जाएं", "inputDateModeButtonLabel": "इनपुट पर जाएं", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "समय क्षेत्र चुनें", + "timePickerInputHelpText": "समय डालें", + "timePickerHourLabel": "घंटा", + "timePickerMinuteLabel": "मिनट", + "invalidTimeLabel": "मान्य समय डालें", + "dialModeButtonLabel": "डायल पिकर मोड पर स्विच करें", + "inputTimeModeButtonLabel": "टेक्स्ट के इनपुट मोड पर स्विच करें", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 लाइसेंस", + "licensesPackageDetailTextOther": "$licenseCount लाइसेंस" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hr.arb b/packages/flutter_localizations/lib/src/l10n/material_hr.arb index edc6f99e1869..9b9a1e4e04b6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hr.arb @@ -1,4 +1,5 @@ { + "licensesPackageDetailTextFew": "$licenseCount licence", "remainingTextFieldCharacterCountFew": "Preostala su $remainingCount znaka", "scriptCategory": "English-like", "timeOfDayFormat": "HH:mm", @@ -23,11 +24,11 @@ "cancelButtonLabel": "ODUSTANI", "closeButtonLabel": "ZATVORI", "continueButtonLabel": "NASTAVI", - "copyButtonLabel": "KOPIRAJ", - "cutButtonLabel": "IZREŽI", + "copyButtonLabel": "Kopiraj", + "cutButtonLabel": "Izreži", "okButtonLabel": "U REDU", - "pasteButtonLabel": "ZALIJEPI", - "selectAllButtonLabel": "ODABERI SVE", + "pasteButtonLabel": "Zalijepi", + "selectAllButtonLabel": "Odaberi sve", "viewLicensesButtonLabel": "PRIKAŽI LICENCE", "anteMeridiemAbbreviation": "prijepodne", "postMeridiemAbbreviation": "popodne", @@ -73,14 +74,14 @@ "dateRangePickerHelpText": "ODABERITE RASPON", "calendarModeButtonLabel": "Prijeđite na kalendar", "inputDateModeButtonLabel": "Prijeđite na unos", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "ODABERITE VRIJEME", + "timePickerInputHelpText": "UNESITE VRIJEME", + "timePickerHourLabel": "Sat", + "timePickerMinuteLabel": "Minuta", + "invalidTimeLabel": "Unesite važeće vrijeme", + "dialModeButtonLabel": "Prijelaz na način alata za odabir biranja", + "inputTimeModeButtonLabel": "Prijelaz na način unosa teksta", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 licenca", + "licensesPackageDetailTextOther": "$licenseCount licenci" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hu.arb b/packages/flutter_localizations/lib/src/l10n/material_hu.arb index d9ac98cc4f7c..b9adac16b39e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hu.arb @@ -21,11 +21,11 @@ "cancelButtonLabel": "MÉGSE", "closeButtonLabel": "BEZÁRÁS", "continueButtonLabel": "TOVÁBB", - "copyButtonLabel": "MÁSOLÁS", - "cutButtonLabel": "KIVÁGÁS", + "copyButtonLabel": "Másolás", + "cutButtonLabel": "Kivágás", "okButtonLabel": "OK", - "pasteButtonLabel": "BEILLESZTÉS", - "selectAllButtonLabel": "AZ ÖSSZES KIJELÖLÉSE", + "pasteButtonLabel": "Beillesztés", + "selectAllButtonLabel": "Összes kijelölése", "viewLicensesButtonLabel": "LICENCEK MEGTEKINTÉSE", "anteMeridiemAbbreviation": "de.", "postMeridiemAbbreviation": "du.", @@ -71,14 +71,14 @@ "dateRangePickerHelpText": "TARTOMÁNY KIJELÖLÉSE", "calendarModeButtonLabel": "Váltás naptárra", "inputDateModeButtonLabel": "Váltás bevitelre", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "IDŐPONT KIVÁLASZTÁSA", + "timePickerInputHelpText": "IDŐPONT MEGADÁSA", + "timePickerHourLabel": "Óra", + "timePickerMinuteLabel": "Perc", + "invalidTimeLabel": "Érvényes formátumban adja meg az időt", + "dialModeButtonLabel": "Váltás időpontválasztó módra", + "inputTimeModeButtonLabel": "Váltás szövegbeviteli módra", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 licenc", + "licensesPackageDetailTextOther": "$licenseCount licenc" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hy.arb b/packages/flutter_localizations/lib/src/l10n/material_hy.arb index d5b25b96803e..d560a3f63f2f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hy.arb @@ -26,11 +26,11 @@ "cancelButtonLabel": "ՉԵՂԱՐԿԵԼ", "closeButtonLabel": "ՓԱԿԵԼ", "continueButtonLabel": "ՇԱՐՈՒՆԱԿԵԼ", - "copyButtonLabel": "ՊԱՏՃԵՆԵԼ", - "cutButtonLabel": "ԿՏՐԵԼ", + "copyButtonLabel": "Պատճենել", + "cutButtonLabel": "Կտրել", "okButtonLabel": "Եղավ", - "pasteButtonLabel": "ՏԵՂԱԴՐԵԼ", - "selectAllButtonLabel": "ՆՇԵԼ ԲՈԼՈՐԸ", + "pasteButtonLabel": "Տեղադրել", + "selectAllButtonLabel": "Նշել բոլորը", "viewLicensesButtonLabel": "ԴԻՏԵԼ ԱՐՏՈՆԱԳՐԵՐԸ", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", @@ -76,14 +76,14 @@ "dateRangePickerHelpText": "ԸՆՏՐԵԼ ԺԱՄԱՆԱԿԱՀԱՏՎԱԾ", "calendarModeButtonLabel": "Անցնել օրացույցին", "inputDateModeButtonLabel": "Անցնել ներածման ռեժիմին", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "ԸՆՏՐԵՔ ԺԱՄԸ", + "timePickerInputHelpText": "ՄՈՒՏՔԱԳՐԵՔ ԺԱՄԸ", + "timePickerHourLabel": "Ժամ", + "timePickerMinuteLabel": "Րոպե", + "invalidTimeLabel": "Մուտքագրեք վավեր ժամ", + "dialModeButtonLabel": "Անցնել թվերի ընտրման ռեժիմին", + "inputTimeModeButtonLabel": "Անցնել տեքստի մուտքագրման ռեժիմին", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 լիցենզիա", + "licensesPackageDetailTextOther": "$licenseCount լիցենզիա" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_id.arb b/packages/flutter_localizations/lib/src/l10n/material_id.arb index 91d4877ecd09..95dea322d5a7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_id.arb @@ -21,11 +21,11 @@ "cancelButtonLabel": "BATAL", "closeButtonLabel": "TUTUP", "continueButtonLabel": "LANJUTKAN", - "copyButtonLabel": "SALIN", - "cutButtonLabel": "POTONG", + "copyButtonLabel": "Salin", + "cutButtonLabel": "Potong", "okButtonLabel": "OKE", - "pasteButtonLabel": "TEMPEL", - "selectAllButtonLabel": "PILIH SEMUA", + "pasteButtonLabel": "Tempel", + "selectAllButtonLabel": "Pilih semua", "viewLicensesButtonLabel": "LIHAT LISENSI", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", @@ -71,14 +71,14 @@ "dateRangePickerHelpText": "PILIH RENTANG", "calendarModeButtonLabel": "Beralih ke kalender", "inputDateModeButtonLabel": "Beralih ke masukan", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "PILIH WAKTU", + "timePickerInputHelpText": "MASUKKAN WAKTU", + "timePickerHourLabel": "Jam", + "timePickerMinuteLabel": "Menit", + "invalidTimeLabel": "Masukkan waktu yang valid", + "dialModeButtonLabel": "Beralih ke mode tampilan jam", + "inputTimeModeButtonLabel": "Beralih ke mode input teks", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 lisensi", + "licensesPackageDetailTextOther": "$licenseCount lisensi" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_is.arb b/packages/flutter_localizations/lib/src/l10n/material_is.arb index 4e2eb7977bb7..c401ec3c7a37 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_is.arb @@ -21,11 +21,11 @@ "cancelButtonLabel": "HÆTTA", "closeButtonLabel": "LOKA", "continueButtonLabel": "HALDA ÁFRAM", - "copyButtonLabel": "AFRITA", - "cutButtonLabel": "KLIPPA", + "copyButtonLabel": "Afrita", + "cutButtonLabel": "Klippa", "okButtonLabel": "Í lagi", - "pasteButtonLabel": "LÍMA", - "selectAllButtonLabel": "VELJA ALLT", + "pasteButtonLabel": "Líma", + "selectAllButtonLabel": "Velja allt", "viewLicensesButtonLabel": "SKOÐA LEYFI", "anteMeridiemAbbreviation": "f.h.", "postMeridiemAbbreviation": "e.h.", @@ -70,14 +70,14 @@ "dateRangePickerHelpText": "VELJA SVIÐ", "calendarModeButtonLabel": "Skipta yfir í dagatal", "inputDateModeButtonLabel": "Skipta yfir í innslátt", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "VELJA TÍMA", + "timePickerInputHelpText": "FÆRA INN TÍMA", + "timePickerHourLabel": "Klukkustund", + "timePickerMinuteLabel": "Mínúta", + "invalidTimeLabel": "Færðu inn gildan tíma", + "dialModeButtonLabel": "Skiptu yfir í skífuval", + "inputTimeModeButtonLabel": "Skiptu yfir í textainnslátt", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 leyfi", + "licensesPackageDetailTextOther": "$licenseCount leyfi" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index beb05c02da54..7d70145b7a12 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -21,11 +21,11 @@ "cancelButtonLabel": "ANNULLA", "closeButtonLabel": "CHIUDI", "continueButtonLabel": "CONTINUA", - "copyButtonLabel": "COPIA", - "cutButtonLabel": "TAGLIA", + "copyButtonLabel": "Copia", + "cutButtonLabel": "Taglia", "okButtonLabel": "OK", - "pasteButtonLabel": "INCOLLA", - "selectAllButtonLabel": "SELEZIONA TUTTO", + "pasteButtonLabel": "Incolla", + "selectAllButtonLabel": "Seleziona tutto", "viewLicensesButtonLabel": "VISUALIZZA LICENZE", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", @@ -71,14 +71,14 @@ "dateRangePickerHelpText": "SELEZIONA INTERVALLO", "calendarModeButtonLabel": "Passa al calendario", "inputDateModeButtonLabel": "Passa alla modalità di immissione", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "SELEZIONA L'ORA", + "timePickerInputHelpText": "INSERISCI L'ORA", + "timePickerHourLabel": "Ora", + "timePickerMinuteLabel": "Minuto", + "invalidTimeLabel": "Inserisci un orario valido", + "dialModeButtonLabel": "Passa alla modalità selettore del quadrante", + "inputTimeModeButtonLabel": "Passa alla modalità immissione testo", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 licenza", + "licensesPackageDetailTextOther": "$licenseCount licenze" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index 53a74e8c4b6d..5ade805e8063 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -71,14 +71,14 @@ "dateRangePickerHelpText": "期間の選択", "calendarModeButtonLabel": "カレンダーに切り替え", "inputDateModeButtonLabel": "入力に切り替え", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "時刻の選択", + "timePickerInputHelpText": "時刻の入力", + "timePickerHourLabel": "時", + "timePickerMinuteLabel": "分", + "invalidTimeLabel": "有効な時刻を入力してください", + "dialModeButtonLabel": "ダイヤル選択ツール モードに切り替えます", + "inputTimeModeButtonLabel": "テキスト入力モードに切り替えます", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "ライセンス: 1 件", + "licensesPackageDetailTextOther": "ライセンス: $licenseCount 件" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ka.arb b/packages/flutter_localizations/lib/src/l10n/material_ka.arb index 94f4c9438c71..f3f53cef79ff 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ka.arb @@ -70,14 +70,14 @@ "dateRangePickerHelpText": "აირჩიეთ დიაპაზონი", "calendarModeButtonLabel": "კალენდარზე გადართვა", "inputDateModeButtonLabel": "შეყვანაზე გადართვა", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "აირჩიეთ დრო", + "timePickerInputHelpText": "შეიყვანეთ დრო", + "timePickerHourLabel": "საათი", + "timePickerMinuteLabel": "წუთი", + "invalidTimeLabel": "შეიყვანეთ სწორი დრო", + "dialModeButtonLabel": "ციფერბლატის რეჟიმზე გადართვა", + "inputTimeModeButtonLabel": "ტექსტის შეყვანის რეჟიმზე გადართვა", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 ლიცენზია", + "licensesPackageDetailTextOther": "$licenseCount ლიცენზია" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kk.arb b/packages/flutter_localizations/lib/src/l10n/material_kk.arb index 61a7bb316daf..a5dac1c57cd1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kk.arb @@ -23,11 +23,11 @@ "cancelButtonLabel": "БАС ТАРТУ", "closeButtonLabel": "ЖАБУ", "continueButtonLabel": "ЖАЛҒАСТЫРУ", - "copyButtonLabel": "КӨШІРУ", - "cutButtonLabel": "ҚИЮ", + "copyButtonLabel": "Көшіру", + "cutButtonLabel": "Қию", "okButtonLabel": "Иә", - "pasteButtonLabel": "ҚОЮ", - "selectAllButtonLabel": "БАРЛЫҒЫН ТАҢДАУ", + "pasteButtonLabel": "Қою", + "selectAllButtonLabel": "Барлығын таңдау", "viewLicensesButtonLabel": "ЛИЦЕНЗИЯЛАРДЫ КӨРУ", "anteMeridiemAbbreviation": "түстен кейін", "postMeridiemAbbreviation": "түстен кейін", @@ -72,14 +72,14 @@ "dateRangePickerHelpText": "АУҚЫМДЫ ТАҢДАУ", "calendarModeButtonLabel": "Күнтізбеге ауысу", "inputDateModeButtonLabel": "Мәтін енгізуге ауысу", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "УАҚЫТТЫ ТАҢДАҢЫЗ", + "timePickerInputHelpText": "УАҚЫТТЫ ЕНГІЗІҢІЗ", + "timePickerHourLabel": "Сағат", + "timePickerMinuteLabel": "Mинут", + "invalidTimeLabel": "Жарамды уақыт мәліметін енгізіңіз.", + "dialModeButtonLabel": "Таңдау режиміне ауысу", + "inputTimeModeButtonLabel": "Мәтін енгізу режиміне ауысу", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 лицензия", + "licensesPackageDetailTextOther": "$licenseCount лицензия" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_km.arb b/packages/flutter_localizations/lib/src/l10n/material_km.arb index 3e35d4d36e68..3f017cf427cc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_km.arb @@ -25,7 +25,7 @@ "cutButtonLabel": "កាត់", "okButtonLabel": "យល់ព្រម", "pasteButtonLabel": "ដាក់​ចូល", - "selectAllButtonLabel": "ជ្រើសរើស​ទាំង​អស់", + "selectAllButtonLabel": "ជ្រើសរើស​ទាំងអស់", "viewLicensesButtonLabel": "មើលអាជ្ញាបណ្ណ", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", @@ -71,14 +71,14 @@ "dateRangePickerHelpText": "ជ្រើស​រើស​ចន្លោះ", "calendarModeButtonLabel": "ប្ដូរទៅ​ប្រតិទិន", "inputDateModeButtonLabel": "ប្ដូរទៅ​ការបញ្ចូល", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "ជ្រើសរើស​ពេលវេលា", + "timePickerInputHelpText": "បញ្ចូលពេលវេលា", + "timePickerHourLabel": "ម៉ោង", + "timePickerMinuteLabel": "នាទី​", + "invalidTimeLabel": "បញ្ចូលពេលវេលា​ដែល​ត្រឹមត្រូវ", + "dialModeButtonLabel": "ប្ដូរទៅមុខងារផ្ទាំង​ជ្រើសរើសលេខ", + "inputTimeModeButtonLabel": "ប្ដូរទៅ​មុខងារ​បញ្ចូល​អក្សរ", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "អាជ្ញាបណ្ណ 1", + "licensesPackageDetailTextOther": "អាជ្ញាបណ្ណ $licenseCount" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kn.arb b/packages/flutter_localizations/lib/src/l10n/material_kn.arb index da6944eb8dd9..b0fc42ed8269 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kn.arb @@ -25,7 +25,7 @@ "cutButtonLabel": "\u0c95\u0ca4\u0ccd\u0ca4\u0cb0\u0cbf\u0cb8\u0cbf", "okButtonLabel": "\u0cb8\u0cb0\u0cbf", "pasteButtonLabel": "\u0c85\u0c82\u0c9f\u0cbf\u0cb8\u0cbf", - "selectAllButtonLabel": "\u0c8e\u0cb2\u0ccd\u0cb2\u0cb5\u0ca8\u0ccd\u0ca8\u0cc2\u0020\u0c86\u0caf\u0ccd\u0c95\u0cc6\u0cae\u0cbe\u0ca1\u0cbf", + "selectAllButtonLabel": "\u0c8e\u0cb2\u0ccd\u0cb2\u0cb5\u0ca8\u0ccd\u0ca8\u0cc2\u0020\u0c86\u0caf\u0ccd\u0c95\u0cc6\u0020\u0cae\u0cbe\u0ca1\u0cbf", "viewLicensesButtonLabel": "\u0caa\u0cb0\u0cb5\u0cbe\u0ca8\u0c97\u0cbf\u0c97\u0cb3\u0ca8\u0ccd\u0ca8\u0cc1\u0020\u0cb5\u0cbf\u0cd5\u0c95\u0ccd\u0cb7\u0cbf\u0cb8\u0cbf", "anteMeridiemAbbreviation": "\u0cac\u0cc6\u0cb3\u0cbf\u0c97\u0ccd\u0c97\u0cc6", "postMeridiemAbbreviation": "\u0cb8\u0c82\u0c9c\u0cc6", @@ -70,14 +70,14 @@ "dateRangePickerHelpText": "\u0cb6\u0ccd\u0cb0\u0cc7\u0ca3\u0cbf\u0caf\u0ca8\u0ccd\u0ca8\u0cc1\u0020\u0c86\u0caf\u0ccd\u0c95\u0cc6\u0cae\u0cbe\u0ca1\u0cbf", "calendarModeButtonLabel": "\u0c95\u0ccd\u0caf\u0cbe\u0cb2\u0cc6\u0c82\u0ca1\u0cb0\u0ccd\u200c\u0c97\u0cc6\u0020\u0cac\u0ca6\u0cb2\u0cbf\u0cb8\u0cbf", "inputDateModeButtonLabel": "\u0c87\u0ca8\u0ccd\u200c\u0caa\u0cc1\u0c9f\u0ccd\u200c\u0c97\u0cc6\u0020\u0cac\u0ca6\u0cb2\u0cbf\u0cb8\u0cbf", - "timePickerDialHelpText": "\u0053\u0045\u004c\u0045\u0043\u0054\u0020\u0054\u0049\u004d\u0045", - "timePickerInputHelpText": "\u0045\u004e\u0054\u0045\u0052\u0020\u0054\u0049\u004d\u0045", - "timePickerHourLabel": "\u0048\u006f\u0075\u0072", - "timePickerMinuteLabel": "\u004d\u0069\u006e\u0075\u0074\u0065", - "invalidTimeLabel": "\u0045\u006e\u0074\u0065\u0072\u0020\u0061\u0020\u0076\u0061\u006c\u0069\u0064\u0020\u0074\u0069\u006d\u0065", - "dialModeButtonLabel": "\u0053\u0077\u0069\u0074\u0063\u0068\u0020\u0074\u006f\u0020\u0064\u0069\u0061\u006c\u0020\u0070\u0069\u0063\u006b\u0065\u0072\u0020\u006d\u006f\u0064\u0065", - "inputTimeModeButtonLabel": "\u0053\u0077\u0069\u0074\u0063\u0068\u0020\u0074\u006f\u0020\u0074\u0065\u0078\u0074\u0020\u0069\u006e\u0070\u0075\u0074\u0020\u006d\u006f\u0064\u0065", + "timePickerDialHelpText": "\u0cb8\u0cae\u0caf\u0cb5\u0ca8\u0ccd\u0ca8\u0cc1\u0020\u0c86\u0caf\u0ccd\u0c95\u0cc6\u0cae\u0cbe\u0ca1\u0cbf", + "timePickerInputHelpText": "\u0cb8\u0cae\u0caf\u0cb5\u0ca8\u0ccd\u0ca8\u0cc1\u0020\u0ca8\u0cae\u0cc2\u0ca6\u0cbf\u0cb8\u0cbf", + "timePickerHourLabel": "\u0c97\u0c82\u0c9f\u0cc6", + "timePickerMinuteLabel": "\u0ca8\u0cbf\u0cae\u0cbf\u0cb7", + "invalidTimeLabel": "\u0cae\u0cbe\u0ca8\u0ccd\u0caf\u0cb5\u0cbe\u0ca6\u0020\u0cb8\u0cae\u0caf\u0cb5\u0ca8\u0ccd\u0ca8\u0cc1\u0020\u0ca8\u0cae\u0cc2\u0ca6\u0cbf\u0cb8\u0cbf", + "dialModeButtonLabel": "\u0ca1\u0caf\u0cb2\u0ccd\u0020\u0caa\u0cbf\u0c95\u0cb0\u0ccd\u200c\u0020\u0cae\u0ccb\u0ca1\u0ccd\u200c\u0c97\u0cc6\u0020\u0cac\u0ca6\u0cb2\u0cbe\u0caf\u0cbf\u0cb8\u0cbf", + "inputTimeModeButtonLabel": "\u0caa\u0ca0\u0ccd\u0caf\u0020\u0c87\u0ca8\u0ccd\u200c\u0caa\u0cc1\u0c9f\u0ccd\u0020\u0cae\u0ccb\u0ca1\u0ccd\u200c\u0c97\u0cc6\u0020\u0cac\u0ca6\u0cb2\u0cbe\u0caf\u0cbf\u0cb8\u0cbf", "licensesPackageDetailTextZero": "\u004e\u006f\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0073", - "licensesPackageDetailTextOne": "\u0031\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065", - "licensesPackageDetailTextOther": "\u0024\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0043\u006f\u0075\u006e\u0074\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0073" + "licensesPackageDetailTextOne": "\u0031\u0020\u0caa\u0cb0\u0cb5\u0cbe\u0ca8\u0c97\u0cbf", + "licensesPackageDetailTextOther": "\u0024\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0043\u006f\u0075\u006e\u0074\u0020\u0caa\u0cb0\u0cb5\u0cbe\u0ca8\u0c97\u0cbf\u0c97\u0cb3\u0cc1" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index 81863993aa96..8df9e2b8ce56 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -22,7 +22,7 @@ "closeButtonLabel": "닫기", "continueButtonLabel": "계속", "copyButtonLabel": "복사", - "cutButtonLabel": "잘라내기", + "cutButtonLabel": "잘라냄", "okButtonLabel": "확인", "pasteButtonLabel": "붙여넣기", "selectAllButtonLabel": "전체 선택", @@ -71,14 +71,14 @@ "dateRangePickerHelpText": "범위 선택", "calendarModeButtonLabel": "캘린더 모드로 전환", "inputDateModeButtonLabel": "입력 모드로 전환", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "시간 선택", + "timePickerInputHelpText": "시간 입력", + "timePickerHourLabel": "시간", + "timePickerMinuteLabel": "분", + "invalidTimeLabel": "유효한 시간을 입력하세요.", + "dialModeButtonLabel": "다이얼 선택 모드로 전환", + "inputTimeModeButtonLabel": "텍스트 입력 모드로 전환", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "라이선스 1개", + "licensesPackageDetailTextOther": "라이선스 $licenseCount개" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ky.arb b/packages/flutter_localizations/lib/src/l10n/material_ky.arb index 577d45774afa..f20451ebad76 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ky.arb @@ -21,11 +21,11 @@ "cancelButtonLabel": "ЖОККО ЧЫГАРУУ", "closeButtonLabel": "ЖАБУУ", "continueButtonLabel": "УЛАНТУУ", - "copyButtonLabel": "КӨЧҮРҮҮ", - "cutButtonLabel": "КЕСҮҮ", + "copyButtonLabel": "Көчүрүү", + "cutButtonLabel": "Кесүү", "okButtonLabel": "Макул", - "pasteButtonLabel": "ЧАПТОО", - "selectAllButtonLabel": "БААРЫН ТАНДОО", + "pasteButtonLabel": "Чаптоо", + "selectAllButtonLabel": "Баарын тандоо", "viewLicensesButtonLabel": "УРУКСАТТАМАЛАРДЫ КӨРҮҮ", "anteMeridiemAbbreviation": "түшкө чейин", "postMeridiemAbbreviation": "түштөн кийин", @@ -70,14 +70,14 @@ "dateRangePickerHelpText": "ДИАПАЗОНДУ ТАНДОО", "calendarModeButtonLabel": "Жылнаамага которулуңуз", "inputDateModeButtonLabel": "Терип киргизүү режимине которулуңуз", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "УБАКЫТ ТАНДОО", + "timePickerInputHelpText": "УБАКЫТ КИРГИЗҮҮ", + "timePickerHourLabel": "Саат", + "timePickerMinuteLabel": "Мүнөт", + "invalidTimeLabel": "Убакытты туура көрсөтүңүз", + "dialModeButtonLabel": "Терүүнү тандагыч режимине которулуу", + "inputTimeModeButtonLabel": "Текст киргизүү режимине которулуу", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 уруксаттама", + "licensesPackageDetailTextOther": "$licenseCount уруксаттама" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lo.arb b/packages/flutter_localizations/lib/src/l10n/material_lo.arb index d7077dc562d7..900bd7519d83 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lo.arb @@ -70,14 +70,14 @@ "dateRangePickerHelpText": "ເລືອກໄລຍະ", "calendarModeButtonLabel": "ສະຫຼັບໄປປະຕິທິນ", "inputDateModeButtonLabel": "ສະຫຼັບໄປການປ້ອນຂໍ້ມູນ", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "ເລືອກເວລາ", + "timePickerInputHelpText": "ລະບຸເວລາ", + "timePickerHourLabel": "ຊົ່ວໂມງ", + "timePickerMinuteLabel": "ນາທີ", + "invalidTimeLabel": "ລະບຸເວລາທີ່ຖືກຕ້ອງ", + "dialModeButtonLabel": "ສະຫຼັບໄປໃຊ້ໂໝດເລືອກຕົວເລກ", + "inputTimeModeButtonLabel": "ສະຫຼັບໄປໃຊ້ໂໝດປ້ອນຂໍ້ຄວາມ", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 ໃບອະນຸຍາດ", + "licensesPackageDetailTextOther": "$licenseCount ໃບອະນຸຍາດ" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lt.arb b/packages/flutter_localizations/lib/src/l10n/material_lt.arb index 3b5c99290691..a7f9358b98b4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lt.arb @@ -1,4 +1,6 @@ { + "licensesPackageDetailTextFew": "$licenseCount licencijos", + "licensesPackageDetailTextMany": "$licenseCount licencijos", "remainingTextFieldCharacterCountFew": "Liko $remainingCount simboliai", "remainingTextFieldCharacterCountMany": "Liko $remainingCount simbolio", "scriptCategory": "English-like", @@ -25,11 +27,11 @@ "cancelButtonLabel": "ATŠAUKTI", "closeButtonLabel": "UŽDARYTI", "continueButtonLabel": "TĘSTI", - "copyButtonLabel": "KOPIJUOTI", - "cutButtonLabel": "IŠKIRPTI", + "copyButtonLabel": "Kopijuoti", + "cutButtonLabel": "Iškirpti", "okButtonLabel": "GERAI", - "pasteButtonLabel": "ĮKLIJUOTI", - "selectAllButtonLabel": "PASIRINKTI VISKĄ", + "pasteButtonLabel": "Įklijuoti", + "selectAllButtonLabel": "Pasirinkti viską", "viewLicensesButtonLabel": "PERŽIŪRĖTI LICENCIJAS", "anteMeridiemAbbreviation": "priešpiet", "postMeridiemAbbreviation": "popiet", @@ -75,14 +77,14 @@ "dateRangePickerHelpText": "PASIRINKITE DIAPAZONĄ", "calendarModeButtonLabel": "Perjungti į kalendorių", "inputDateModeButtonLabel": "Perjungti į įvestį", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "PASIRINKITE LAIKĄ", + "timePickerInputHelpText": "ĮVESKITE LAIKĄ", + "timePickerHourLabel": "Valandos", + "timePickerMinuteLabel": "Minutės", + "invalidTimeLabel": "Įveskite tinkamą laiką", + "dialModeButtonLabel": "Perjungti į ciferblato parinkiklio režimą", + "inputTimeModeButtonLabel": "Perjungti į teksto įvesties režimą", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 licencija", + "licensesPackageDetailTextOther": "$licenseCount licencijų" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lv.arb b/packages/flutter_localizations/lib/src/l10n/material_lv.arb index 7672b2ec05ec..a11be09ec4c2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lv.arb @@ -22,11 +22,11 @@ "cancelButtonLabel": "ATCELT", "closeButtonLabel": "AIZVĒRT", "continueButtonLabel": "TURPINĀT", - "copyButtonLabel": "KOPĒT", - "cutButtonLabel": "IZGRIEZT", + "copyButtonLabel": "Kopēt", + "cutButtonLabel": "Izgriezt", "okButtonLabel": "LABI", - "pasteButtonLabel": "IELĪMĒT", - "selectAllButtonLabel": "ATLASĪT VISU", + "pasteButtonLabel": "Ielīmēt", + "selectAllButtonLabel": "Atlasīt visu", "viewLicensesButtonLabel": "SKATĪT LICENCES", "anteMeridiemAbbreviation": "priekšpusdienā", "postMeridiemAbbreviation": "pēcpusdienā", @@ -72,14 +72,14 @@ "dateRangePickerHelpText": "ATLASIET DIAPAZONU", "calendarModeButtonLabel": "Pārslēgties uz kalendāru", "inputDateModeButtonLabel": "Pārslēgties uz ievadi", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", - "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "timePickerDialHelpText": "ATLASIET LAIKU", + "timePickerInputHelpText": "IEVADIET LAIKU", + "timePickerHourLabel": "Stunda", + "timePickerMinuteLabel": "Minūte", + "invalidTimeLabel": "Ievadiet derīgu laiku.", + "dialModeButtonLabel": "Pārslēgties uz ciparnīcas atlasītāja režīmu", + "inputTimeModeButtonLabel": "Pārslēgties uz teksta ievades režīmu", + "licensesPackageDetailTextZero": "Nav licenču", + "licensesPackageDetailTextOne": "1 licence", + "licensesPackageDetailTextOther": "$licenseCount licences" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mk.arb b/packages/flutter_localizations/lib/src/l10n/material_mk.arb index b3b2c9bec462..467868888e29 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mk.arb @@ -21,11 +21,11 @@ "cancelButtonLabel": "ОТКАЖИ", "closeButtonLabel": "ЗАТВОРИ", "continueButtonLabel": "ПРОДОЛЖИ", - "copyButtonLabel": "КОПИРАЈ", - "cutButtonLabel": "ИСЕЧИ", + "copyButtonLabel": "Копирај", + "cutButtonLabel": "Исечи", "okButtonLabel": "Во ред", - "pasteButtonLabel": "ЗАЛЕПИ", - "selectAllButtonLabel": "ИЗБЕРИ ГИ СИТЕ", + "pasteButtonLabel": "Залепи", + "selectAllButtonLabel": "Избери ги сите", "viewLicensesButtonLabel": "ПРИКАЖИ ЛИЦЕНЦИ", "anteMeridiemAbbreviation": "ПРЕТПЛАДНЕ", "postMeridiemAbbreviation": "ПОПЛАДНЕ", @@ -70,14 +70,14 @@ "dateRangePickerHelpText": "ИЗБЕРЕТЕ ОПСЕГ", "calendarModeButtonLabel": "Префрли на календар", "inputDateModeButtonLabel": "Префрли на внесување", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "ИЗБЕРЕТЕ ВРЕМЕ", + "timePickerInputHelpText": "ВНЕСЕТЕ ВРЕМЕ", + "timePickerHourLabel": "Час", + "timePickerMinuteLabel": "Минута", + "invalidTimeLabel": "Внесете важечко време", + "dialModeButtonLabel": "Префрлете се на режим на избирач", + "inputTimeModeButtonLabel": "Префрлете се на режим за внесување текст", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 лиценца", + "licensesPackageDetailTextOther": "$licenseCount лиценци" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ml.arb b/packages/flutter_localizations/lib/src/l10n/material_ml.arb index b571d2a29cd9..c4c2817f8c8c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ml.arb @@ -70,14 +70,14 @@ "dateRangePickerHelpText": "ശ്രേണി തിരഞ്ഞെടുക്കുക", "calendarModeButtonLabel": "കലണ്ടറിലേക്ക് മാറുക", "inputDateModeButtonLabel": "ഇൻപുട്ടിലേക്ക് മാറുക", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "സമയം തിരഞ്ഞെടുക്കുക", + "timePickerInputHelpText": "സമയം നൽകുക", + "timePickerHourLabel": "മണിക്കൂർ", + "timePickerMinuteLabel": "മിനിറ്റ്", + "invalidTimeLabel": "സാധുവായ സമയം നൽകുക", + "dialModeButtonLabel": "ഡയൽ പിക്കർ മോഡിലേക്ക് മാറുക", + "inputTimeModeButtonLabel": "ടെക്‌സ്‌റ്റ് ഇൻപുട്ട് മോഡിലേക്ക് മാറുക", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "ഒരു ലൈസൻസ്", + "licensesPackageDetailTextOther": "$licenseCount ലൈസൻസുകൾ" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mn.arb b/packages/flutter_localizations/lib/src/l10n/material_mn.arb index 6bd0141b75c7..25af094d5697 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mn.arb @@ -22,11 +22,11 @@ "cancelButtonLabel": "БОЛИХ", "closeButtonLabel": "ХААХ", "continueButtonLabel": "ҮРГЭЛЖЛҮҮЛЭХ", - "copyButtonLabel": "ХУУЛАХ", - "cutButtonLabel": "ТАСЛАХ", + "copyButtonLabel": "Хуулах", + "cutButtonLabel": "Таслах", "okButtonLabel": "OK", - "pasteButtonLabel": "БУУЛГАХ", - "selectAllButtonLabel": "БҮГДИЙГ СОНГОХ", + "pasteButtonLabel": "Буулгах", + "selectAllButtonLabel": "Бүгдийг сонгох", "viewLicensesButtonLabel": "ЛИЦЕНЗИЙГ ХАРАХ", "anteMeridiemAbbreviation": "ӨГЛӨӨ", "postMeridiemAbbreviation": "ОРОЙ", @@ -72,14 +72,14 @@ "dateRangePickerHelpText": "ИНТЕРВАЛ СОНГОХ", "calendarModeButtonLabel": "Календарь луу сэлгэх", "inputDateModeButtonLabel": "Оролт руу сэлгэх", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "ЦАГ СОНГОХ", + "timePickerInputHelpText": "ЦАГ ОРУУЛАХ", + "timePickerHourLabel": "Цаг", + "timePickerMinuteLabel": "Минут", + "invalidTimeLabel": "Цагийг зөв оруулна уу", + "dialModeButtonLabel": "Цаг сонгогч горим руу сэлгэх", + "inputTimeModeButtonLabel": "Текст оруулах горим руу сэлгэх", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 лиценз", + "licensesPackageDetailTextOther": "$licenseCount лиценз" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mr.arb b/packages/flutter_localizations/lib/src/l10n/material_mr.arb index b8db7be80720..d919ba1ae9fe 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mr.arb @@ -72,14 +72,14 @@ "dateRangePickerHelpText": "श्रेणी निवडा", "calendarModeButtonLabel": "कॅलेंडरवर स्विच करा", "inputDateModeButtonLabel": "इनपुटवर स्विच करा", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "वेळ निवडा", + "timePickerInputHelpText": "वेळ एंटर करा", + "timePickerHourLabel": "तास", + "timePickerMinuteLabel": "मिनिट", + "invalidTimeLabel": "योग्य वेळ एंटर करा", + "dialModeButtonLabel": "डायल पिकर मोडवर स्विच करा", + "inputTimeModeButtonLabel": "मजकूर इनपुट मोडवर स्विच करा", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "एक परवाना", + "licensesPackageDetailTextOther": "$licenseCount परवाने" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ms.arb b/packages/flutter_localizations/lib/src/l10n/material_ms.arb index c5a8b67f205a..305d1bd35b72 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ms.arb @@ -22,11 +22,11 @@ "cancelButtonLabel": "BATAL", "closeButtonLabel": "TUTUP", "continueButtonLabel": "TERUSKAN", - "copyButtonLabel": "SALIN", - "cutButtonLabel": "POTONG", + "copyButtonLabel": "Salin", + "cutButtonLabel": "Potong", "okButtonLabel": "OK", - "pasteButtonLabel": "TAMPAL", - "selectAllButtonLabel": "PILIH SEMUA", + "pasteButtonLabel": "Tampal", + "selectAllButtonLabel": "Pilih semua", "viewLicensesButtonLabel": "LIHAT LESEN", "anteMeridiemAbbreviation": "PG", "postMeridiemAbbreviation": "PTG", @@ -72,14 +72,14 @@ "dateRangePickerHelpText": "PILIH JULAT", "calendarModeButtonLabel": "Tukar kepada kalendar", "inputDateModeButtonLabel": "Tukar kepada input", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "PILIH MASA", + "timePickerInputHelpText": "MASUKKAN MASA", + "timePickerHourLabel": "Jam", + "timePickerMinuteLabel": "Minit", + "invalidTimeLabel": "Masukkan masa yang sah", + "dialModeButtonLabel": "Beralih kepada mod pemilih dail", + "inputTimeModeButtonLabel": "Beralih kepada mod input teks", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 lesen", + "licensesPackageDetailTextOther": "$licenseCount lesen" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_my.arb b/packages/flutter_localizations/lib/src/l10n/material_my.arb index 594a442d071f..a7a53d335531 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_my.arb @@ -70,14 +70,14 @@ "dateRangePickerHelpText": "အပိုင်းအခြား ရွေးရန်", "calendarModeButtonLabel": "ပြက္ခဒိန်သို့ ပြောင်းရန်", "inputDateModeButtonLabel": "ထည့်သွင်းမှုသို့ ပြောင်းရန်", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "အချိန်ရွေးရန်", + "timePickerInputHelpText": "အချိန်ထည့်ရန်", + "timePickerHourLabel": "နာရီ", + "timePickerMinuteLabel": "မိနစ်", + "invalidTimeLabel": "မှန်ကန်သည့်အချိန် ထည့်ပါ", + "dialModeButtonLabel": "နံပါတ်ရွေးချယ်ခြင်းမုဒ်သို့ ပြောင်းရန်", + "inputTimeModeButtonLabel": "စာသား ထည့်သွင်းမှုမုဒ်သို့ ပြောင်းရန်", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "လိုင်စင် 1 ခု", + "licensesPackageDetailTextOther": "လိုင်စင် $licenseCount ခု" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ne.arb b/packages/flutter_localizations/lib/src/l10n/material_ne.arb index a32200535078..0827d10e4a34 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ne.arb @@ -25,7 +25,7 @@ "cutButtonLabel": "काट्नुहोस्", "okButtonLabel": "ठिक छ", "pasteButtonLabel": "टाँस्नुहोस्", - "selectAllButtonLabel": "सबै चयन गर्नुहोस्", + "selectAllButtonLabel": "सबै बटनहरू चयन गर्नुहोस्", "viewLicensesButtonLabel": "इजाजतपत्रहरू हेर्नुहोस्", "anteMeridiemAbbreviation": "पूर्वाह्न", "postMeridiemAbbreviation": "अपराह्न", @@ -70,14 +70,14 @@ "dateRangePickerHelpText": "दायरा चयन गर्नुहोस्", "calendarModeButtonLabel": "पात्रो मोड प्रयोग गर्नुहोस्", "inputDateModeButtonLabel": "इनपुट मोड प्रयोग गर्नुहोस्", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "समय चयन गर्नुहोस्", + "timePickerInputHelpText": "समय प्रविष्टि गर्नुहोस्", + "timePickerHourLabel": "घन्टा", + "timePickerMinuteLabel": "मिनेट", + "invalidTimeLabel": "वैध समय प्रविष्टि गर्नुहोस्", + "dialModeButtonLabel": "डायल चयनकर्ता मोड प्रयोग गर्नुहोस्", + "inputTimeModeButtonLabel": "पाठ इनपुट मोड प्रयोग गर्नुहोस्", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "एउटा इजाजतपत्र", + "licensesPackageDetailTextOther": "$licenseCount वटा इजाजतपत्र" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index 78aaf808c659..908ec96d2544 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -21,11 +21,11 @@ "cancelButtonLabel": "ANNULEREN", "closeButtonLabel": "SLUITEN", "continueButtonLabel": "DOORGAAN", - "copyButtonLabel": "KOPIËREN", - "cutButtonLabel": "KNIPPEN", + "copyButtonLabel": "Kopiëren", + "cutButtonLabel": "Knippen", "okButtonLabel": "OK", - "pasteButtonLabel": "PLAKKEN", - "selectAllButtonLabel": "ALLES SELECTEREN", + "pasteButtonLabel": "Plakken", + "selectAllButtonLabel": "Alles selecteren", "viewLicensesButtonLabel": "LICENTIES BEKIJKEN", "anteMeridiemAbbreviation": "am", "postMeridiemAbbreviation": "pm", @@ -71,14 +71,14 @@ "dateRangePickerHelpText": "PERIODE SELECTEREN", "calendarModeButtonLabel": "Overschakelen naar kalender", "inputDateModeButtonLabel": "Overschakelen naar invoer", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "TIJD SELECTEREN", + "timePickerInputHelpText": "TIJD OPGEVEN", + "timePickerHourLabel": "Uur", + "timePickerMinuteLabel": "Minuut", + "invalidTimeLabel": "Geef een geldige tijd op", + "dialModeButtonLabel": "Overschakelen naar klok", + "inputTimeModeButtonLabel": "Overschakelen naar tekstinvoer", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 licentie", + "licensesPackageDetailTextOther": "$licenseCount licenties" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_no.arb b/packages/flutter_localizations/lib/src/l10n/material_no.arb index 353a00c495bb..652f79bb7ef1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_no.arb @@ -22,11 +22,11 @@ "cancelButtonLabel": "AVBRYT", "closeButtonLabel": "LUKK", "continueButtonLabel": "FORTSETT", - "copyButtonLabel": "KOPIÉR", - "cutButtonLabel": "KLIPP UT", + "copyButtonLabel": "Kopiér", + "cutButtonLabel": "Klipp ut", "okButtonLabel": "OK", - "pasteButtonLabel": "LIM INN", - "selectAllButtonLabel": "VELG ALLE", + "pasteButtonLabel": "Lim inn", + "selectAllButtonLabel": "Velg alle", "viewLicensesButtonLabel": "SE LISENSER", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", @@ -71,14 +71,14 @@ "dateRangePickerHelpText": "VELG PERIODEN", "calendarModeButtonLabel": "Bytt til kalender", "inputDateModeButtonLabel": "Bytt til innskriving", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "VELG KLOKKESLETT", + "timePickerInputHelpText": "ANGI ET KLOKKESLETT", + "timePickerHourLabel": "Time", + "timePickerMinuteLabel": "Minutt", + "invalidTimeLabel": "Angi et gyldig klokkeslett", + "dialModeButtonLabel": "Bytt til modus for valg fra urskive", + "inputTimeModeButtonLabel": "Bytt til tekstinndatamodus", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 lisens", + "licensesPackageDetailTextOther": "$licenseCount lisenser" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_or.arb b/packages/flutter_localizations/lib/src/l10n/material_or.arb index 7eef92f2904e..34a247128068 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_or.arb @@ -25,7 +25,7 @@ "cutButtonLabel": "କଟ୍ କରନ୍ତୁ", "okButtonLabel": "ଠିକ୍ ଅଛି", "pasteButtonLabel": "ପେଷ୍ଟ କରନ୍ତୁ", - "selectAllButtonLabel": "ସମସ୍ତ ଚୟନ କରନ୍ତୁ", + "selectAllButtonLabel": "ସବୁ ଚୟନ କରନ୍ତୁ", "viewLicensesButtonLabel": "ଲାଇସେନ୍ସ ଦେଖାନ୍ତୁ", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", @@ -70,14 +70,14 @@ "dateRangePickerHelpText": "ସୀମା ଚୟନ କରନ୍ତୁ", "calendarModeButtonLabel": "କ୍ୟାଲେଣ୍ଡରକୁ ସ୍ୱିଚ୍ କରନ୍ତୁ", "inputDateModeButtonLabel": "ଇନପୁଟକୁ ସ୍ୱିଚ୍ କରନ୍ତୁ", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "ସମୟ ଚୟନ କରନ୍ତୁ", + "timePickerInputHelpText": "ସମୟ ଲେଖନ୍ତୁ", + "timePickerHourLabel": "ଘଣ୍ଟା", + "timePickerMinuteLabel": "ମିନିଟ୍", + "invalidTimeLabel": "ଏକ ବୈଧ ସମୟ ଲେଖନ୍ତୁ", + "dialModeButtonLabel": "ଡାଏଲ୍ ପିକର୍ ମୋଡକୁ ସ୍ୱିଚ୍ କରନ୍ତୁ", + "inputTimeModeButtonLabel": "ଟେକ୍ସଟ୍ ଇନପୁଟ୍ ମୋଡକୁ ସ୍ୱିଚ୍ କରନ୍ତୁ", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1ଟି ଲାଇସେନ୍ସ", + "licensesPackageDetailTextOther": "$licenseCountଟି ଲାଇସେନ୍ସ" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pa.arb b/packages/flutter_localizations/lib/src/l10n/material_pa.arb index 915b0d33dcfd..04357941418d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pa.arb @@ -70,14 +70,14 @@ "dateRangePickerHelpText": "ਰੇਂਜ ਚੁਣੋ", "calendarModeButtonLabel": "ਕੈਲੰਡਰ 'ਤੇ ਜਾਓ", "inputDateModeButtonLabel": "ਇਨਪੁੱਟ 'ਤੇ ਜਾਓ", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "ਸਮਾਂ ਚੁਣੋ", + "timePickerInputHelpText": "ਸਮਾਂ ਦਾਖਲ ਕਰੋ", + "timePickerHourLabel": "ਘੰਟਾ", + "timePickerMinuteLabel": "ਮਿੰਟ", + "invalidTimeLabel": "ਵੈਧ ਸਮਾਂ ਦਾਖਲ ਕਰੋ", + "dialModeButtonLabel": "ਡਾਇਲ ਚੋਣਕਾਰ ਮੋਡ 'ਤੇ ਜਾਓ", + "inputTimeModeButtonLabel": "ਲਿਖਤ ਇਨਪੁੱਟ ਮੋਡ 'ਤੇ ਜਾਓ", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 ਲਾਇਸੰਸ", + "licensesPackageDetailTextOther": "$licenseCount ਲਾਇਸੰਸ" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index 552c53765347..a5b84b10ed12 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -1,4 +1,6 @@ { + "licensesPackageDetailTextFew": "$licenseCount licencje", + "licensesPackageDetailTextMany": "$licenseCount licencji", "remainingTextFieldCharacterCountFew": "Pozostały $remainingCount znaki", "remainingTextFieldCharacterCountMany": "Pozostało $remainingCount znaków", "scriptCategory": "English-like", @@ -25,11 +27,11 @@ "cancelButtonLabel": "ANULUJ", "closeButtonLabel": "ZAMKNIJ", "continueButtonLabel": "DALEJ", - "copyButtonLabel": "KOPIUJ", - "cutButtonLabel": "WYTNIJ", + "copyButtonLabel": "Kopiuj", + "cutButtonLabel": "Wytnij", "okButtonLabel": "OK", - "pasteButtonLabel": "WKLEJ", - "selectAllButtonLabel": "ZAZNACZ WSZYSTKO", + "pasteButtonLabel": "Wklej", + "selectAllButtonLabel": "Zaznacz wszystko", "viewLicensesButtonLabel": "WYŚWIETL LICENCJE", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", @@ -75,14 +77,14 @@ "dateRangePickerHelpText": "WYBIERZ ZAKRES", "calendarModeButtonLabel": "Przełącz na kalendarz", "inputDateModeButtonLabel": "Przełącz na wpisywanie", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "WYBIERZ GODZINĘ", + "timePickerInputHelpText": "WPISZ GODZINĘ", + "timePickerHourLabel": "Godzina", + "timePickerMinuteLabel": "Minuta", + "invalidTimeLabel": "Wpisz prawidłową godzinę", + "dialModeButtonLabel": "Włącz tryb selektora", + "inputTimeModeButtonLabel": "Włącz tryb wprowadzania tekstu", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 licencja", + "licensesPackageDetailTextOther": "$licenseCount licencji" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index 914606d896de..a4aaca4bf64d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -25,11 +25,11 @@ "cancelButtonLabel": "CANCELAR", "closeButtonLabel": "FECHAR", "continueButtonLabel": "CONTINUAR", - "copyButtonLabel": "COPIAR", - "cutButtonLabel": "RECORTAR", + "copyButtonLabel": "Copiar", + "cutButtonLabel": "Cortar", "okButtonLabel": "Ok", - "pasteButtonLabel": "COLAR", - "selectAllButtonLabel": "SELECIONAR TUDO", + "pasteButtonLabel": "Colar", + "selectAllButtonLabel": "Selecionar tudo", "viewLicensesButtonLabel": "VER LICENÇAS", "timePickerHourModeAnnouncement": "Selecione as horas", "timePickerMinuteModeAnnouncement": "Selecione os minutos", @@ -73,14 +73,14 @@ "dateRangePickerHelpText": "SELECIONAR INTERVALO", "calendarModeButtonLabel": "Mudar para agenda", "inputDateModeButtonLabel": "Mudar para modo de entrada", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "SELECIONAR HORÁRIO", + "timePickerInputHelpText": "INSERIR HORÁRIO", + "timePickerHourLabel": "Hora", + "timePickerMinuteLabel": "Minuto", + "invalidTimeLabel": "Insira um horário válido", + "dialModeButtonLabel": "Alternar para o modo de seleção de discagem", + "inputTimeModeButtonLabel": "Alternar para o modo de entrada de texto", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 licença", + "licensesPackageDetailTextOther": "$licenseCount licenças" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb index a4701da5b1c2..a55c24689bae 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb @@ -1,4 +1,13 @@ { + "dialModeButtonLabel": "Mude para o modo de seletor de mostrador", + "licensesPackageDetailTextOne": "1 licença", + "timePickerDialHelpText": "SELECIONAR HORA", + "timePickerInputHelpText": "INTRODUZIR HORA", + "timePickerHourLabel": "Hora", + "timePickerMinuteLabel": "Minuto", + "invalidTimeLabel": "Introduza uma hora válida.", + "licensesPackageDetailTextOther": "$licenseCount licenças", + "inputTimeModeButtonLabel": "Mude para o método de introdução de texto", "dateSeparator": "/", "dateInputLabel": "Introduzir data", "calendarModeButtonLabel": "Mude para o calendário", @@ -45,11 +54,11 @@ "cancelButtonLabel": "CANCELAR", "closeButtonLabel": "FECHAR", "continueButtonLabel": "CONTINUAR", - "copyButtonLabel": "COPIAR", - "cutButtonLabel": "CORTAR", + "copyButtonLabel": "Copiar", + "cutButtonLabel": "Cortar", "okButtonLabel": "OK", - "pasteButtonLabel": "COLAR", - "selectAllButtonLabel": "SELECIONAR TUDO", + "pasteButtonLabel": "Colar", + "selectAllButtonLabel": "Selecionar tudo", "viewLicensesButtonLabel": "VER LICENÇAS", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/flutter_localizations/lib/src/l10n/material_ro.arb index e8483da9cb64..a1b3403b092e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ro.arb @@ -1,4 +1,5 @@ { + "licensesPackageDetailTextFew": "$licenseCount licențe", "remainingTextFieldCharacterCountFew": "$remainingCount caractere rămase", "selectedRowCountTitleFew": "$selectedRowCount articole selectate", "scriptCategory": "English-like", @@ -24,11 +25,11 @@ "cancelButtonLabel": "ANULAȚI", "closeButtonLabel": "ÎNCHIDEȚI", "continueButtonLabel": "CONTINUAȚI", - "copyButtonLabel": "COPIAȚI", - "cutButtonLabel": "DECUPAȚI", + "copyButtonLabel": "Copiați", + "cutButtonLabel": "Decupați", "okButtonLabel": "OK", - "pasteButtonLabel": "INSERAȚI", - "selectAllButtonLabel": "SELECTAȚI TOATE", + "pasteButtonLabel": "Inserați", + "selectAllButtonLabel": "Selectați tot", "viewLicensesButtonLabel": "VEDEȚI LICENȚELE", "anteMeridiemAbbreviation": "a.m.", "postMeridiemAbbreviation": "p.m.", @@ -74,14 +75,14 @@ "dateRangePickerHelpText": "SELECTAȚI UN INTERVAL", "calendarModeButtonLabel": "Comutați la calendar", "inputDateModeButtonLabel": "Comutați la introducerea textului", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "SELECTAȚI ORA", + "timePickerInputHelpText": "INTRODUCEȚI ORA", + "timePickerHourLabel": "Oră", + "timePickerMinuteLabel": "Minut", + "invalidTimeLabel": "Introduceți o oră validă", + "dialModeButtonLabel": "Comutați la modul selector cadran", + "inputTimeModeButtonLabel": "Comutați la modul de introducere a textului", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "O licență", + "licensesPackageDetailTextOther": "$licenseCount de licențe" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index 0c72dbeb7d0a..150a64ea1501 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -1,4 +1,6 @@ { + "licensesPackageDetailTextFew": "$licenseCount лицензии", + "licensesPackageDetailTextMany": "$licenseCount лицензий", "remainingTextFieldCharacterCountFew": "Осталось $remainingCount символа", "remainingTextFieldCharacterCountMany": "Осталось $remainingCount символов", "scriptCategory": "English-like", @@ -26,11 +28,11 @@ "cancelButtonLabel": "ОТМЕНА", "closeButtonLabel": "ЗАКРЫТЬ", "continueButtonLabel": "ПРОДОЛЖИТЬ", - "copyButtonLabel": "КОПИРОВАТЬ", - "cutButtonLabel": "ВЫРЕЗАТЬ", + "copyButtonLabel": "Копировать", + "cutButtonLabel": "Вырезать", "okButtonLabel": "ОК", - "pasteButtonLabel": "ВСТАВИТЬ", - "selectAllButtonLabel": "ВЫБРАТЬ ВСЕ", + "pasteButtonLabel": "Вставить", + "selectAllButtonLabel": "Выбрать все", "viewLicensesButtonLabel": "ЛИЦЕНЗИИ", "anteMeridiemAbbreviation": "АМ", "postMeridiemAbbreviation": "PM", @@ -76,14 +78,14 @@ "dateRangePickerHelpText": "ВЫБЕРИТЕ ДИАПАЗОН ДАТ", "calendarModeButtonLabel": "Переключиться на календарь", "inputDateModeButtonLabel": "Переключиться на ручной ввод", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "ВЫБЕРИТЕ ВРЕМЯ", + "timePickerInputHelpText": "ВВЕДИТЕ ВРЕМЯ", + "timePickerHourLabel": "Часы", + "timePickerMinuteLabel": "Минуты", + "invalidTimeLabel": "Указано недопустимое время.", + "dialModeButtonLabel": "Перейти в режим выбора времени", + "inputTimeModeButtonLabel": "Перейти в режим ввода текста", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 лицензия", + "licensesPackageDetailTextOther": "$licenseCount лицензии" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_si.arb b/packages/flutter_localizations/lib/src/l10n/material_si.arb index a6981481f248..9c9e4b05946d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_si.arb @@ -70,14 +70,14 @@ "dateRangePickerHelpText": "පරාසය තෝරන්න", "calendarModeButtonLabel": "දින දර්ශනය වෙත මාරු වන්න", "inputDateModeButtonLabel": "ආදානය වෙත මාරු වන්න", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "වේලාව තෝරන්න", + "timePickerInputHelpText": "දිනය ඇතුළු කරන්න", + "timePickerHourLabel": "පැය", + "timePickerMinuteLabel": "මිනිත්තු", + "invalidTimeLabel": "වලංගු වේලාවක් ඇතුළු කරන්න", + "dialModeButtonLabel": "ඩයලන තෝරක ප්‍රකාරයට මාරු කරන්න", + "inputTimeModeButtonLabel": "පෙළ ආදාන ප්‍රකාරයට මාරු කරන්න", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "බලපත්‍ර 1", + "licensesPackageDetailTextOther": "බලපත්‍ර $licenseCount" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sk.arb b/packages/flutter_localizations/lib/src/l10n/material_sk.arb index 0d5b33e7b701..923829052223 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sk.arb @@ -1,4 +1,6 @@ { + "licensesPackageDetailTextFew": "$licenseCount licencie", + "licensesPackageDetailTextMany": "$licenseCount licenses", "remainingTextFieldCharacterCountFew": "Zostávajú $remainingCount znaky", "remainingTextFieldCharacterCountMany": "$remainingCount characters remaining", "scriptCategory": "English-like", @@ -25,11 +27,11 @@ "cancelButtonLabel": "ZRUŠIŤ", "closeButtonLabel": "ZAVRIEŤ", "continueButtonLabel": "POKRAČOVAŤ", - "copyButtonLabel": "KOPÍROVAŤ", - "cutButtonLabel": "VYSTRIHNÚŤ", + "copyButtonLabel": "Kopírovať", + "cutButtonLabel": "Vystrihnúť", "okButtonLabel": "OK", - "pasteButtonLabel": "PRILEPIŤ", - "selectAllButtonLabel": "VYBRAŤ VŠETKO", + "pasteButtonLabel": "Prilepiť", + "selectAllButtonLabel": "Vybrať všetko", "viewLicensesButtonLabel": "ZOBRAZIŤ LICENCIE", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", @@ -75,14 +77,14 @@ "dateRangePickerHelpText": "VYBERTE ROZSAH", "calendarModeButtonLabel": "Prepnúť na kalendár", "inputDateModeButtonLabel": "Prepnúť na zadávanie", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "VYBERTE ČAS", + "timePickerInputHelpText": "ZADAJTE ČAS", + "timePickerHourLabel": "Hodina", + "timePickerMinuteLabel": "Minúta", + "invalidTimeLabel": "Zadajte platný čas", + "dialModeButtonLabel": "Prepnúť na režim výberu času", + "inputTimeModeButtonLabel": "Prepnúť na textový režim vstupu", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 licencia", + "licensesPackageDetailTextOther": "$licenseCount licencií" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sl.arb b/packages/flutter_localizations/lib/src/l10n/material_sl.arb index bffc7fc6906a..c6e0bd7a6c0d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sl.arb @@ -1,4 +1,6 @@ { + "licensesPackageDetailTextTwo": "$licenseCount licenci", + "licensesPackageDetailTextFew": "$licenseCount licence", "remainingTextFieldCharacterCountTwo": "Še $remainingCount znaka", "remainingTextFieldCharacterCountFew": "Še $remainingCount znaki", "scriptCategory": "English-like", @@ -25,11 +27,11 @@ "cancelButtonLabel": "PREKLIČI", "closeButtonLabel": "ZAPRI", "continueButtonLabel": "NAPREJ", - "copyButtonLabel": "KOPIRAJ", - "cutButtonLabel": "IZREŽI", + "copyButtonLabel": "Kopiraj", + "cutButtonLabel": "Izreži", "okButtonLabel": "V REDU", - "pasteButtonLabel": "PRILEPI", - "selectAllButtonLabel": "IZBERI VSE", + "pasteButtonLabel": "Prilepi", + "selectAllButtonLabel": "Izberi vse", "viewLicensesButtonLabel": "PRIKAŽI LICENCE", "anteMeridiemAbbreviation": "DOP.", "postMeridiemAbbreviation": "POP.", @@ -75,14 +77,14 @@ "dateRangePickerHelpText": "IZBIRA OBDOBJA", "calendarModeButtonLabel": "Preklop na koledar", "inputDateModeButtonLabel": "Preklop na vnos", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "IZBERITE ČAS", + "timePickerInputHelpText": "VNESITE ČAS", + "timePickerHourLabel": "Ura", + "timePickerMinuteLabel": "Minuta", + "invalidTimeLabel": "Vnesite veljaven čas", + "dialModeButtonLabel": "Preklop na način izbirnika s številčnico", + "inputTimeModeButtonLabel": "Preklop na način vnosa besedila", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 licenca", + "licensesPackageDetailTextOther": "$licenseCount licenc" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sq.arb b/packages/flutter_localizations/lib/src/l10n/material_sq.arb index 0c845607689a..c9fab9cc6ed4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sq.arb @@ -21,11 +21,11 @@ "cancelButtonLabel": "ANULO", "closeButtonLabel": "MBYLL", "continueButtonLabel": "VAZHDO", - "copyButtonLabel": "KOPJO", - "cutButtonLabel": "PRIT", + "copyButtonLabel": "Kopjo", + "cutButtonLabel": "Prit", "okButtonLabel": "Në rregull", - "pasteButtonLabel": "NGJIT", - "selectAllButtonLabel": "ZGJIDHI TË GJITHA", + "pasteButtonLabel": "Ngjit", + "selectAllButtonLabel": "Zgjidh të gjitha", "viewLicensesButtonLabel": "SHIKO LICENCAT", "anteMeridiemAbbreviation": "paradite", "postMeridiemAbbreviation": "pasdite", @@ -70,14 +70,14 @@ "dateRangePickerHelpText": "ZGJIDH GAMËN", "calendarModeButtonLabel": "Kalo te kalendari", "inputDateModeButtonLabel": "Kalo te hyrja", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "ZGJIDH ORËN", + "timePickerInputHelpText": "VENDOS ORËN", + "timePickerHourLabel": "Ora", + "timePickerMinuteLabel": "Minuta", + "invalidTimeLabel": "Fut një kohë të vlefshme", + "dialModeButtonLabel": "Kalo te modaliteti i zgjedhësit të orës", + "inputTimeModeButtonLabel": "Kalo te modaliteti i hyrjes së tekstit", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 licencë", + "licensesPackageDetailTextOther": "$licenseCount licenca" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr.arb b/packages/flutter_localizations/lib/src/l10n/material_sr.arb index bd173f38cd3a..2dd5e96b4183 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr.arb @@ -1,4 +1,5 @@ { + "licensesPackageDetailTextFew": "$licenseCount лиценце", "remainingTextFieldCharacterCountFew": "Преостала су $remainingCount знака", "scriptCategory": "English-like", "timeOfDayFormat": "HH:mm", @@ -23,11 +24,11 @@ "cancelButtonLabel": "ОТКАЖИ", "closeButtonLabel": "ЗАТВОРИ", "continueButtonLabel": "НАСТАВИ", - "copyButtonLabel": "КОПИРАЈ", - "cutButtonLabel": "ИСЕЦИ", + "copyButtonLabel": "Копирај", + "cutButtonLabel": "Исеци", "okButtonLabel": "Потврди", - "pasteButtonLabel": "НАЛЕПИ", - "selectAllButtonLabel": "ИЗАБЕРИ СВЕ", + "pasteButtonLabel": "Налепи", + "selectAllButtonLabel": "Изабери све", "viewLicensesButtonLabel": "ПРИКАЖИ ЛИЦЕНЦЕ", "anteMeridiemAbbreviation": "пре подне", "postMeridiemAbbreviation": "по подне", @@ -73,14 +74,14 @@ "dateRangePickerHelpText": "ИЗАБЕРИТЕ ПЕРИОД", "calendarModeButtonLabel": "Пређите на календар", "inputDateModeButtonLabel": "Пређите на унос", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "ИЗАБЕРИТЕ ВРЕМЕ", + "timePickerInputHelpText": "УНЕСИТЕ ВРЕМЕ", + "timePickerHourLabel": "Сат", + "timePickerMinuteLabel": "Минут", + "invalidTimeLabel": "Унесите важеће време", + "dialModeButtonLabel": "Пређите на режим бирача бројчаника", + "inputTimeModeButtonLabel": "Пређите на режим уноса текста", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 лиценца", + "licensesPackageDetailTextOther": "$licenseCount лиценци" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb b/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb index 70de5608ff7a..11579ff2f693 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb @@ -1,4 +1,14 @@ { + "invalidTimeLabel": "Unesite važeće vreme", + "licensesPackageDetailTextOne": "1 licenca", + "licensesPackageDetailTextOther": "$licenseCount licenci", + "timePickerDialHelpText": "IZABERITE VREME", + "timePickerInputHelpText": "UNESITE VREME", + "timePickerHourLabel": "Sat", + "timePickerMinuteLabel": "Minut", + "licensesPackageDetailTextFew": "$licenseCount licence", + "dialModeButtonLabel": "Pređite na režim birača brojčanika", + "inputTimeModeButtonLabel": "Pređite na režim unosa teksta", "dateSeparator": "/", "dateInputLabel": "Unesite datum", "calendarModeButtonLabel": "Pređite na kalendar", @@ -42,11 +52,11 @@ "cancelButtonLabel": "OTKAŽI", "closeButtonLabel": "ZATVORI", "continueButtonLabel": "NASTAVI", - "copyButtonLabel": "KOPIRAJ", - "cutButtonLabel": "ISECI", + "copyButtonLabel": "Kopiraj", + "cutButtonLabel": "Iseci", "okButtonLabel": "Potvrdi", - "pasteButtonLabel": "NALEPI", - "selectAllButtonLabel": "IZABERI SVE", + "pasteButtonLabel": "Nalepi", + "selectAllButtonLabel": "Izaberi sve", "viewLicensesButtonLabel": "PRIKAŽI LICENCE", "anteMeridiemAbbreviation": "pre podne", "postMeridiemAbbreviation": "po podne", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sv.arb b/packages/flutter_localizations/lib/src/l10n/material_sv.arb index 5d95449618cb..4a3d7eb8c96d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sv.arb @@ -21,11 +21,11 @@ "cancelButtonLabel": "AVBRYT", "closeButtonLabel": "STÄNG", "continueButtonLabel": "FORTSÄTT", - "copyButtonLabel": "KOPIERA", - "cutButtonLabel": "KLIPP UT", + "copyButtonLabel": "Kopiera", + "cutButtonLabel": "Klipp ut", "okButtonLabel": "OK", - "pasteButtonLabel": "KLISTRA IN", - "selectAllButtonLabel": "MARKERA ALLA", + "pasteButtonLabel": "Klistra in", + "selectAllButtonLabel": "Markera allt", "viewLicensesButtonLabel": "VISA LICENSER", "anteMeridiemAbbreviation": "FM", "postMeridiemAbbreviation": "EM", @@ -71,14 +71,14 @@ "dateRangePickerHelpText": "VÄLJ INTERVALL", "calendarModeButtonLabel": "Byt till kalender", "inputDateModeButtonLabel": "Byt till inmatning", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "VÄLJ TID", + "timePickerInputHelpText": "ANGE TID", + "timePickerHourLabel": "Timme", + "timePickerMinuteLabel": "Minut", + "invalidTimeLabel": "Ange en giltig tid", + "dialModeButtonLabel": "Byt till läget urtavleväljare", + "inputTimeModeButtonLabel": "Byt till text som inmatningsläge", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 licens", + "licensesPackageDetailTextOther": "$licenseCount licenser" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sw.arb b/packages/flutter_localizations/lib/src/l10n/material_sw.arb index af3384681420..c2937873b2ce 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sw.arb @@ -22,11 +22,11 @@ "cancelButtonLabel": "GHAIRI", "closeButtonLabel": "FUNGA", "continueButtonLabel": "ENDELEA", - "copyButtonLabel": "NAKILI", - "cutButtonLabel": "KATA", + "copyButtonLabel": "Nakili", + "cutButtonLabel": "Kata", "okButtonLabel": "Sawa", - "pasteButtonLabel": "BANDIKA", - "selectAllButtonLabel": "CHAGUA ZOTE", + "pasteButtonLabel": "Bandika", + "selectAllButtonLabel": "Chagua vyote", "viewLicensesButtonLabel": "ANGALIA LESENI", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", @@ -72,14 +72,14 @@ "dateRangePickerHelpText": "CHAGUA KIPINDI", "calendarModeButtonLabel": "Badili utumie hali ya kalenda", "inputDateModeButtonLabel": "Badili utumie hali ya kuweka maandishi", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "CHAGUA SAA", + "timePickerInputHelpText": "WEKA SAA", + "timePickerHourLabel": "Saa", + "timePickerMinuteLabel": "Dakika", + "invalidTimeLabel": "Weka saa sahihi", + "dialModeButtonLabel": "Badilisha ili utumie hali ya kiteuzi cha kupiga simu", + "inputTimeModeButtonLabel": "Tumia programu ya kuingiza data ya maandishi", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "Leseni moja", + "licensesPackageDetailTextOther": "Leseni $licenseCount" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ta.arb b/packages/flutter_localizations/lib/src/l10n/material_ta.arb index bc812b7153f3..108c134c96e7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ta.arb @@ -72,14 +72,14 @@ "dateRangePickerHelpText": "வரம்பைத் தேர்ந்தெடுக்கவும்", "calendarModeButtonLabel": "கேலெண்டருக்கு மாற்று", "inputDateModeButtonLabel": "உள்ளீட்டுக்கு மாற்று", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "நேரத்தைத் தேர்வுசெய்க", + "timePickerInputHelpText": "நேரத்தை உள்ளிடுக", + "timePickerHourLabel": "மணிநேரம்", + "timePickerMinuteLabel": "நிமிடம்", + "invalidTimeLabel": "சரியான நேரத்தை உள்ளிடவும்", + "dialModeButtonLabel": "டயல் தேர்வுக் கருவி பயன்முறைக்கு மாற்றும்", + "inputTimeModeButtonLabel": "உரை உள்ளீட்டு முறைக்கு மாற்றும்", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 உரிமம்", + "licensesPackageDetailTextOther": "$licenseCount உரிமங்கள்" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_te.arb b/packages/flutter_localizations/lib/src/l10n/material_te.arb index 87f2ebd2fabc..73e303a0092a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_te.arb @@ -70,14 +70,14 @@ "dateRangePickerHelpText": "పరిధిని ఎంచుకోండి", "calendarModeButtonLabel": "క్యాలెండర్‌కు మారండి", "inputDateModeButtonLabel": "ఇన్‌పుట్‌కు మారండి", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "సమయాన్ని ఎంచుకోండి", + "timePickerInputHelpText": "సమయాన్ని ఎంటర్ చేయండి", + "timePickerHourLabel": "గంట", + "timePickerMinuteLabel": "నిమిషం", + "invalidTimeLabel": "చెల్లుబాటు అయ్యే సమయాన్ని ఎంటర్ చేయండి", + "dialModeButtonLabel": "డయల్ పికర్ మోడ్‌కు మారుస్తుంది", + "inputTimeModeButtonLabel": "టెక్స్ట్ ఇన్‌పుట్ మోడ్‌కు మారుస్తుంది", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 లైసెన్స్", + "licensesPackageDetailTextOther": "$licenseCount లైసెన్స్‌లు" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/flutter_localizations/lib/src/l10n/material_th.arb index 19df6a67b384..2b2dcf3f0898 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_th.arb @@ -71,14 +71,14 @@ "dateRangePickerHelpText": "เลือกช่วง", "calendarModeButtonLabel": "เปลี่ยนเป็นปฏิทิน", "inputDateModeButtonLabel": "เปลี่ยนเป็นโหมดป้อนข้อความ", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "เลือกเวลา", + "timePickerInputHelpText": "ป้อนเวลา", + "timePickerHourLabel": "ชั่วโมง", + "timePickerMinuteLabel": "นาที", + "invalidTimeLabel": "ป้อนเวลาที่ถูกต้อง", + "dialModeButtonLabel": "สลับไปใช้โหมดเครื่องมือเลือกแบบหมุน", + "inputTimeModeButtonLabel": "สลับไปใช้โหมดป้อนข้อมูลข้อความ", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "ใบอนุญาต 1 ใบ", + "licensesPackageDetailTextOther": "ใบอนุญาต $licenseCount ใบ" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tl.arb b/packages/flutter_localizations/lib/src/l10n/material_tl.arb index 7ef88f24316b..3d650a6dd81d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tl.arb @@ -21,11 +21,11 @@ "cancelButtonLabel": "KANSELAHIN", "closeButtonLabel": "ISARA", "continueButtonLabel": "MAGPATULOY", - "copyButtonLabel": "KOPYAHIN", - "cutButtonLabel": "I-CUT", + "copyButtonLabel": "Kopyahin", + "cutButtonLabel": "I-cut", "okButtonLabel": "OK", - "pasteButtonLabel": "I-PASTE", - "selectAllButtonLabel": "PILIIN LAHAT", + "pasteButtonLabel": "I-paste", + "selectAllButtonLabel": "Piliin lahat", "viewLicensesButtonLabel": "TINGNAN ANG MGA LISENSYA", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", @@ -71,14 +71,14 @@ "dateRangePickerHelpText": "PUMILI NG HANAY", "calendarModeButtonLabel": "Lumipat sa kalendaryo", "inputDateModeButtonLabel": "Lumipat sa input", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "PUMILI NG ORAS", + "timePickerInputHelpText": "MAGLAGAY NG ORAS", + "timePickerHourLabel": "Oras", + "timePickerMinuteLabel": "Minuto", + "invalidTimeLabel": "Maglagay ng valid na oras", + "dialModeButtonLabel": "Lumipat sa dial picker mode", + "inputTimeModeButtonLabel": "Lumipat sa text input mode", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 lisensya", + "licensesPackageDetailTextOther": "$licenseCount na lisensya" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index 106ec5f5cede..a45848368608 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -21,11 +21,11 @@ "cancelButtonLabel": "İPTAL", "closeButtonLabel": "KAPAT", "continueButtonLabel": "DEVAM", - "copyButtonLabel": "KOPYALA", - "cutButtonLabel": "KES", + "copyButtonLabel": "Kopyala", + "cutButtonLabel": "Kes", "okButtonLabel": "Tamam", - "pasteButtonLabel": "YAPIŞTIR", - "selectAllButtonLabel": "TÜMÜNÜ SEÇ", + "pasteButtonLabel": "Yapıştır", + "selectAllButtonLabel": "Tümünü seç", "viewLicensesButtonLabel": "LİSANSLARI GÖSTER", "anteMeridiemAbbreviation": "ÖÖ", "postMeridiemAbbreviation": "ÖS", @@ -71,14 +71,14 @@ "dateRangePickerHelpText": "ARALIK SEÇİN", "calendarModeButtonLabel": "Takvime geç", "inputDateModeButtonLabel": "Girişe geç", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "SAATİ SEÇİN", + "timePickerInputHelpText": "SAATİ GİRİN", + "timePickerHourLabel": "Saat", + "timePickerMinuteLabel": "Dakika", + "invalidTimeLabel": "Geçerli bir saat girin", + "dialModeButtonLabel": "Dairesel seçici moduna geç", + "inputTimeModeButtonLabel": "Metin giriş moduna geç", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 lisans", + "licensesPackageDetailTextOther": "$licenseCount lisans" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uk.arb b/packages/flutter_localizations/lib/src/l10n/material_uk.arb index cbae1be9196a..625f9bba464c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uk.arb @@ -1,4 +1,6 @@ { + "licensesPackageDetailTextFew": "$licenseCount ліцензії", + "licensesPackageDetailTextMany": "$licenseCount ліцензій", "remainingTextFieldCharacterCountFew": "Залишилося $remainingCount символи", "remainingTextFieldCharacterCountMany": "Залишилося $remainingCount символів", "scriptCategory": "English-like", @@ -25,11 +27,11 @@ "cancelButtonLabel": "СКАСУВАТИ", "closeButtonLabel": "ЗАКРИТИ", "continueButtonLabel": "ПРОДОВЖИТИ", - "copyButtonLabel": "КОПІЮВАТИ", - "cutButtonLabel": "ВИРІЗАТИ", + "copyButtonLabel": "Копіювати", + "cutButtonLabel": "Вирізати", "okButtonLabel": "OK", - "pasteButtonLabel": "ВСТАВИТИ", - "selectAllButtonLabel": "ВИБРАТИ ВСІ", + "pasteButtonLabel": "Вставити", + "selectAllButtonLabel": "Вибрати всі", "viewLicensesButtonLabel": "ПЕРЕГЛЯНУТИ ЛІЦЕНЗІЇ", "anteMeridiemAbbreviation": "дп", "postMeridiemAbbreviation": "пп", @@ -75,14 +77,14 @@ "dateRangePickerHelpText": "ВИБРАТИ ДІАПАЗОН", "calendarModeButtonLabel": "Перейти до календаря", "inputDateModeButtonLabel": "Ввести вручну", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "ВИБЕРІТЬ ЧАС", + "timePickerInputHelpText": "ВВЕДІТЬ ЧАС", + "timePickerHourLabel": "Години", + "timePickerMinuteLabel": "Хвилини", + "invalidTimeLabel": "Введіть дійсний час", + "dialModeButtonLabel": "Перейти в режим вибору на циферблаті", + "inputTimeModeButtonLabel": "Перейти в режим введення цифр", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 ліцензія", + "licensesPackageDetailTextOther": "$licenseCount ліцензії" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index dfc806b4f9e9..40153df0fd63 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -25,7 +25,7 @@ "cutButtonLabel": "کٹ کریں", "okButtonLabel": "ٹھیک ہے", "pasteButtonLabel": "پیسٹ کریں", - "selectAllButtonLabel": "سبھی منتخب کریں", + "selectAllButtonLabel": "سبھی کو منتخب کریں", "viewLicensesButtonLabel": "لائسنسز دیکھیں", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", @@ -71,14 +71,14 @@ "dateRangePickerHelpText": "حد منتخب کریں", "calendarModeButtonLabel": "کیلنڈر پر سوئچ کریں", "inputDateModeButtonLabel": "ان پٹ پر سوئچ کریں", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "وقت منتخب کریں", + "timePickerInputHelpText": "وقت درج کریں", + "timePickerHourLabel": "گھنٹہ", + "timePickerMinuteLabel": "منٹ", + "invalidTimeLabel": "درست وقت درج کریں", + "dialModeButtonLabel": "ڈائل منتخب کنندہ وضع پر سوئچ کریں", + "inputTimeModeButtonLabel": "ٹیکسٹ ان پٹ وضع پر سوئچ کریں", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 لائسنس", + "licensesPackageDetailTextOther": "$licenseCount لائسنسز" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uz.arb b/packages/flutter_localizations/lib/src/l10n/material_uz.arb index 94c8ff763cbf..bdcda1d5a572 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uz.arb @@ -21,11 +21,11 @@ "cancelButtonLabel": "BEKOR QILISH", "closeButtonLabel": "YOPISH", "continueButtonLabel": "DAVOM ETISH", - "copyButtonLabel": "NUSXA OLISH", - "cutButtonLabel": "KESIB OLISH", + "copyButtonLabel": "Nusxa olish", + "cutButtonLabel": "Kesib olish", "okButtonLabel": "OK", - "pasteButtonLabel": "JOYLASH", - "selectAllButtonLabel": "BARCHASINI TANLASH", + "pasteButtonLabel": "Joylash", + "selectAllButtonLabel": "Hammasi", "viewLicensesButtonLabel": "Litsenziyalarni koʻrish", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", @@ -70,14 +70,14 @@ "dateRangePickerHelpText": "ORALIQNI TANLANG", "calendarModeButtonLabel": "Taqvimda ochish", "inputDateModeButtonLabel": "Mustaqil kiritish", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "VAQTNI TANLANG", + "timePickerInputHelpText": "VAQTNI KIRITING", + "timePickerHourLabel": "Soat", + "timePickerMinuteLabel": "Daqiqa", + "invalidTimeLabel": "Vaqt xato kiritildi", + "dialModeButtonLabel": "Vaqtni burab tanlash rejimi", + "inputTimeModeButtonLabel": "Vaqtni yozib tanlash rejimi", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 ta litsenziya", + "licensesPackageDetailTextOther": "$licenseCount ta litsenziya" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_vi.arb b/packages/flutter_localizations/lib/src/l10n/material_vi.arb index 807f3de8b94f..ccd8ea599405 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_vi.arb @@ -21,11 +21,11 @@ "cancelButtonLabel": "HỦY", "closeButtonLabel": "ĐÓNG", "continueButtonLabel": "TIẾP TỤC", - "copyButtonLabel": "SAO CHÉP", - "cutButtonLabel": "CẮT", + "copyButtonLabel": "Sao chép", + "cutButtonLabel": "Cắt", "okButtonLabel": "OK", - "pasteButtonLabel": "DÁN", - "selectAllButtonLabel": "CHỌN TẤT CẢ", + "pasteButtonLabel": "Dán", + "selectAllButtonLabel": "Chọn tất cả", "viewLicensesButtonLabel": "XEM GIẤY PHÉP", "anteMeridiemAbbreviation": "SÁNG", "postMeridiemAbbreviation": "CHIỀU", @@ -71,14 +71,14 @@ "dateRangePickerHelpText": "CHỌN PHẠM VI", "calendarModeButtonLabel": "Chuyển sang lịch", "inputDateModeButtonLabel": "Chuyển sang chế độ nhập", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "CHỌN THỜI GIAN", + "timePickerInputHelpText": "NHẬP THỜI GIAN", + "timePickerHourLabel": "Giờ", + "timePickerMinuteLabel": "Phút", + "invalidTimeLabel": "Nhập thời gian hợp lệ", + "dialModeButtonLabel": "Chuyển sang chế độ chọn mặt đồng hồ", + "inputTimeModeButtonLabel": "Chuyển sang chế độ nhập văn bản", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 giấy phép", + "licensesPackageDetailTextOther": "$licenseCount giấy phép" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index 7fa2f6525c9d..3619b3e24b15 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -71,14 +71,14 @@ "dateRangePickerHelpText": "选择范围", "calendarModeButtonLabel": "切换到日历模式", "inputDateModeButtonLabel": "切换到输入模式", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "选择时间", + "timePickerInputHelpText": "输入时间", + "timePickerHourLabel": "小时", + "timePickerMinuteLabel": "分钟", + "invalidTimeLabel": "请输入有效的时间", + "dialModeButtonLabel": "切换到表盘选择器模式", + "inputTimeModeButtonLabel": "切换到文本输入模式", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "1 份许可", + "licensesPackageDetailTextOther": "$licenseCount 份许可" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb index 34b09a2609bf..7cc963bfa382 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb @@ -1,4 +1,13 @@ { + "dialModeButtonLabel": "切換至鐘面點選器模式", + "licensesPackageDetailTextOne": "1 項授權", + "timePickerDialHelpText": "選取時間", + "timePickerInputHelpText": "輸入時間", + "timePickerHourLabel": "小時", + "timePickerMinuteLabel": "分鐘", + "invalidTimeLabel": "請輸入有效的時間", + "licensesPackageDetailTextOther": "$licenseCount 項授權", + "inputTimeModeButtonLabel": "切換至文字輸入模式", "dateSeparator": "/", "dateInputLabel": "輸入日期", "calendarModeButtonLabel": "切換至日曆", @@ -48,7 +57,7 @@ "cutButtonLabel": "剪下", "okButtonLabel": "確定", "pasteButtonLabel": "貼上", - "selectAllButtonLabel": "全選", + "selectAllButtonLabel": "全部選取", "viewLicensesButtonLabel": "查看授權", "anteMeridiemAbbreviation": "上午", "postMeridiemAbbreviation": "下午", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb index 5331842cdfc2..6d80d3bc4df2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb @@ -1,4 +1,13 @@ { + "dialModeButtonLabel": "切換至鐘面挑選器模式", + "licensesPackageDetailTextOne": "1 個授權", + "timePickerDialHelpText": "選取時間", + "timePickerInputHelpText": "輸入時間", + "timePickerHourLabel": "時", + "timePickerMinuteLabel": "分", + "invalidTimeLabel": "請輸入有效的時間", + "licensesPackageDetailTextOther": "$licenseCount 個授權", + "inputTimeModeButtonLabel": "切換至文字輸入模式", "dateSeparator": "/", "dateInputLabel": "輸入日期", "calendarModeButtonLabel": "切換到日曆模式", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zu.arb b/packages/flutter_localizations/lib/src/l10n/material_zu.arb index afd5a466b422..bcc03d5d6a5d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zu.arb @@ -21,11 +21,11 @@ "cancelButtonLabel": "KHANSELA", "closeButtonLabel": "VALA", "continueButtonLabel": "QHUBEKA", - "copyButtonLabel": "KOPISHA", - "cutButtonLabel": "SIKA", + "copyButtonLabel": "Kopisha", + "cutButtonLabel": "Sika", "okButtonLabel": "KULUNGILE", - "pasteButtonLabel": "NAMATHISELA", - "selectAllButtonLabel": "KHETHA KONKE", + "pasteButtonLabel": "Namathisela", + "selectAllButtonLabel": "Khetha konke", "viewLicensesButtonLabel": "Buka amalayisense", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", @@ -70,14 +70,14 @@ "dateRangePickerHelpText": "KHETHA IBANGA", "calendarModeButtonLabel": "Shintshela kukhalenda", "inputDateModeButtonLabel": "Shintshela kokokufaka", - "timePickerDialHelpText": "SELECT TIME", - "timePickerInputHelpText": "ENTER TIME", - "timePickerHourLabel": "Hour", - "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Enter a valid time", - "dialModeButtonLabel": "Switch to dial picker mode", - "inputTimeModeButtonLabel": "Switch to text input mode", + "timePickerDialHelpText": "KHETHA ISIKHATHI", + "timePickerInputHelpText": "FAKA ISIKHATHI", + "timePickerHourLabel": "Ihora", + "timePickerMinuteLabel": "Iminithi", + "invalidTimeLabel": "Faka igama elivumelekile", + "dialModeButtonLabel": "Shintshela kwimodi yesikhi sokudayela", + "inputTimeModeButtonLabel": "Shintshela kwimodi yokufaka yombhalo", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOne": "ilayisense e-1", + "licensesPackageDetailTextOther": "amalayisense angu-$licenseCount" } From 5b70df850ddb77a82c3bac1b7870744c946d5703 Mon Sep 17 00:00:00 2001 From: Darren Austin Date: Thu, 6 Aug 2020 08:15:25 -0700 Subject: [PATCH 152/327] Updated tests to use new button classes. (#63040) --- .../test/material/date_picker_test.dart | 8 ++++---- .../test/material/time_picker_test.dart | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/flutter_localizations/test/material/date_picker_test.dart b/packages/flutter_localizations/test/material/date_picker_test.dart index af1cc74e5c99..0e429a23be97 100644 --- a/packages/flutter_localizations/test/material/date_picker_test.dart +++ b/packages/flutter_localizations/test/material/date_picker_test.dart @@ -104,7 +104,7 @@ void main() { home: Material( child: Builder( builder: (BuildContext context) { - return FlatButton( + return TextButton( onPressed: () async { await showDatePicker( context: context, @@ -147,7 +147,7 @@ void main() { home: Material( child: Builder( builder: (BuildContext context) { - return FlatButton( + return TextButton( onPressed: () async { await showDatePicker( context: context, @@ -187,7 +187,7 @@ void main() { home: Material( child: Builder( builder: (BuildContext context) { - return FlatButton( + return TextButton( onPressed: () async { await showDatePicker( context: context, @@ -242,7 +242,7 @@ void main() { return Localizations( locale: locale, delegates: GlobalMaterialLocalizations.delegates, - child: RaisedButton( + child: TextButton( child: const Text('X'), onPressed: () { showDatePicker( diff --git a/packages/flutter_localizations/test/material/time_picker_test.dart b/packages/flutter_localizations/test/material/time_picker_test.dart index 48c4d0b8b0ec..870d06c9fbf8 100644 --- a/packages/flutter_localizations/test/material/time_picker_test.dart +++ b/packages/flutter_localizations/test/material/time_picker_test.dart @@ -23,7 +23,7 @@ class _TimePickerLauncher extends StatelessWidget { child: Center( child: Builder( builder: (BuildContext context) { - return RaisedButton( + return ElevatedButton( child: const Text('X'), onPressed: () async { onChanged(await showTimePicker( @@ -52,7 +52,7 @@ Future startPicker( } Future finishPicker(WidgetTester tester) async { - final MaterialLocalizations materialLocalizations = MaterialLocalizations.of(tester.element(find.byType(RaisedButton))); + final MaterialLocalizations materialLocalizations = MaterialLocalizations.of(tester.element(find.byType(ElevatedButton))); await tester.tap(find.text(materialLocalizations.okButtonLabel)); await tester.pumpAndSettle(const Duration(seconds: 1)); } @@ -248,7 +248,7 @@ void main() { child: Navigator( onGenerateRoute: (RouteSettings settings) { return MaterialPageRoute(builder: (BuildContext context) { - return FlatButton( + return TextButton( onPressed: () { showTimePicker(context: context, initialTime: const TimeOfDay(hour: 7, minute: 0)); }, From 108b8a681c97859ba1f5ff1968e21fc8e76862a2 Mon Sep 17 00:00:00 2001 From: Shi-Hao Hong Date: Wed, 12 Aug 2020 07:29:17 +0800 Subject: [PATCH 153/327] Remove Special Handling of Norwegian Locales (#63034) * Regenerate _no.arb and _nb.arb from scratch * Revert no <--> nb synonym logic --- .../localization/bin/gen_localizations.dart | 26 -- .../lib/src/l10n/cupertino_nb.arb | 24 ++ .../lib/src/l10n/cupertino_no.arb | 2 +- .../generated_cupertino_localizations.dart | 134 +++++++- .../generated_material_localizations.dart | 288 +++++++++++++++++- .../lib/src/l10n/material_nb.arb | 82 +++++ .../lib/src/l10n/material_no.arb | 44 ++- .../test/material/date_time_test.dart | 14 - .../test/material/translations_test.dart | 32 -- 9 files changed, 540 insertions(+), 106 deletions(-) create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_nb.arb diff --git a/dev/tools/localization/bin/gen_localizations.dart b/dev/tools/localization/bin/gen_localizations.dart index 4bf9fc40a47f..d6df4cb63acb 100644 --- a/dev/tools/localization/bin/gen_localizations.dart +++ b/dev/tools/localization/bin/gen_localizations.dart @@ -78,11 +78,6 @@ String generateArbBasedLocalizationSubclasses({ assert(supportedLanguagesConstant.isNotEmpty); assert(supportedLanguagesDocMacro.isNotEmpty); - // See https://github.com/flutter/flutter/issues/53036 for context on why - // 'no' is being used as a synonym for 'nb'. It only uses this synonym - // if 'nb' is not detected as a valid arb file. - bool isNbSynonymOfNo = false; - final StringBuffer output = StringBuffer(); output.writeln(generateHeader('dart dev/tools/localization/bin/gen_localizations.dart --overwrite')); @@ -108,12 +103,6 @@ String generateArbBasedLocalizationSubclasses({ allResourceIdentifiers.addAll(localeToResources[locale].keys.toList()..sort()); } - if (languageToLocales['no'] != null && languageToLocales['nb'] == null) { - languageToLocales['nb'] ??= []; - languageToLocales['nb'].add(LocaleInfo.fromString('nb')); - isNbSynonymOfNo = true; - } - // We generate one class per supported language (e.g. // `MaterialLocalizationEn`). These implement everything that is needed by the // superclass (e.g. GlobalMaterialLocalizations). @@ -144,21 +133,6 @@ String generateArbBasedLocalizationSubclasses({ for (final String languageName in languageCodes) { final LocaleInfo languageLocale = LocaleInfo.fromString(languageName); - // See https://github.com/flutter/flutter/issues/53036 for context on why - // 'no' is being used as a synonym for 'nb'. It only uses this synonym - // if 'nb' is not detected as a valid arb file. - if (languageName == 'nb' && isNbSynonymOfNo) { - output.writeln(generateClassDeclaration( - languageLocale, - generatedClassPrefix, - '${generatedClassPrefix}No'), - ); - output.writeln(generateConstructor(languageLocale)); - output.writeln('}'); - supportedLocales.writeln('/// * `$languageName` - ${describeLocale(languageName)}, which, in this library, is a synonym of `no`'); - continue; - } - output.writeln(generateClassDeclaration(languageLocale, generatedClassPrefix, baseClass)); output.writeln(generateConstructor(languageLocale)); diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb new file mode 100644 index 000000000000..005bd88fb3bb --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb @@ -0,0 +1,24 @@ +{ + "datePickerHourSemanticsLabelOne": "$hour null-null", + "datePickerHourSemanticsLabelOther": "$hour null-null", + "datePickerMinuteSemanticsLabelOne": "1 minutt", + "datePickerMinuteSemanticsLabelOther": "$minute minutter", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "todayLabel": "I dag", + "alertDialogLabel": "Varsel", + "tabSemanticsLabel": "Fane $tabIndex av $tabCount", + "timerPickerHourLabelOne": "time", + "timerPickerHourLabelOther": "timer", + "timerPickerMinuteLabelOne": "min.", + "timerPickerMinuteLabelOther": "min.", + "timerPickerSecondLabelOne": "sek.", + "timerPickerSecondLabelOther": "sek.", + "cutButtonLabel": "Klipp ut", + "copyButtonLabel": "Kopiér", + "pasteButtonLabel": "Lim inn", + "selectAllButtonLabel": "Velg alle", + "modalBarrierDismissLabel": "Avvis" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb index 7c36c4a84bad..005bd88fb3bb 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb @@ -9,6 +9,7 @@ "postMeridiemAbbreviation": "PM", "todayLabel": "I dag", "alertDialogLabel": "Varsel", + "tabSemanticsLabel": "Fane $tabIndex av $tabCount", "timerPickerHourLabelOne": "time", "timerPickerHourLabelOther": "timer", "timerPickerMinuteLabelOne": "min.", @@ -19,6 +20,5 @@ "copyButtonLabel": "Kopiér", "pasteButtonLabel": "Lim inn", "selectAllButtonLabel": "Velg alle", - "tabSemanticsLabel": "Fane $tabIndex av $tabCount", "modalBarrierDismissLabel": "Avvis" } diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index ac0e96896698..acca93f548a3 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -8783,7 +8783,7 @@ class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { } /// The translations for Norwegian Bokmål (`nb`). -class CupertinoLocalizationNb extends CupertinoLocalizationNo { +class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { /// Create an instance of the translation bundle for Norwegian Bokmål. /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. @@ -8808,6 +8808,132 @@ class CupertinoLocalizationNb extends CupertinoLocalizationNo { singleDigitSecondFormat: singleDigitSecondFormat, decimalFormat: decimalFormat, ); + + @override + String get alertDialogLabel => 'Varsel'; + + @override + String get anteMeridiemAbbreviation => 'AM'; + + @override + String get copyButtonLabel => 'Kopiér'; + + @override + String get cutButtonLabel => 'Klipp ut'; + + @override + String get datePickerDateOrderString => 'dmy'; + + @override + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; + + @override + String get datePickerHourSemanticsLabelFew => null; + + @override + String get datePickerHourSemanticsLabelMany => null; + + @override + String get datePickerHourSemanticsLabelOne => '\$hour null-null'; + + @override + String get datePickerHourSemanticsLabelOther => '\$hour null-null'; + + @override + String get datePickerHourSemanticsLabelTwo => null; + + @override + String get datePickerHourSemanticsLabelZero => null; + + @override + String get datePickerMinuteSemanticsLabelFew => null; + + @override + String get datePickerMinuteSemanticsLabelMany => null; + + @override + String get datePickerMinuteSemanticsLabelOne => '1 minutt'; + + @override + String get datePickerMinuteSemanticsLabelOther => '\$minute minutter'; + + @override + String get datePickerMinuteSemanticsLabelTwo => null; + + @override + String get datePickerMinuteSemanticsLabelZero => null; + + @override + String get modalBarrierDismissLabel => 'Avvis'; + + @override + String get pasteButtonLabel => 'Lim inn'; + + @override + String get postMeridiemAbbreviation => 'PM'; + + @override + String get selectAllButtonLabel => 'Velg alle'; + + @override + String get tabSemanticsLabelRaw => 'Fane \$tabIndex av \$tabCount'; + + @override + String get timerPickerHourLabelFew => null; + + @override + String get timerPickerHourLabelMany => null; + + @override + String get timerPickerHourLabelOne => 'time'; + + @override + String get timerPickerHourLabelOther => 'timer'; + + @override + String get timerPickerHourLabelTwo => null; + + @override + String get timerPickerHourLabelZero => null; + + @override + String get timerPickerMinuteLabelFew => null; + + @override + String get timerPickerMinuteLabelMany => null; + + @override + String get timerPickerMinuteLabelOne => 'min.'; + + @override + String get timerPickerMinuteLabelOther => 'min.'; + + @override + String get timerPickerMinuteLabelTwo => null; + + @override + String get timerPickerMinuteLabelZero => null; + + @override + String get timerPickerSecondLabelFew => null; + + @override + String get timerPickerSecondLabelMany => null; + + @override + String get timerPickerSecondLabelOne => 'sek.'; + + @override + String get timerPickerSecondLabelOther => 'sek.'; + + @override + String get timerPickerSecondLabelTwo => null; + + @override + String get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => 'I dag'; } /// The translations for Nepali (`ne`). @@ -13479,7 +13605,7 @@ final Set kCupertinoSupportedLanguages = HashSet.from(const 'Om \$applicationName'; + + @override + String get alertDialogLabel => 'Varsel'; + + @override + String get anteMeridiemAbbreviation => 'AM'; + + @override + String get backButtonTooltip => 'Tilbake'; + + @override + String get calendarModeButtonLabel => 'Bytt til kalender'; + + @override + String get cancelButtonLabel => 'AVBRYT'; + + @override + String get closeButtonLabel => 'LUKK'; + + @override + String get closeButtonTooltip => 'Lukk'; + + @override + String get collapsedIconTapHint => 'Vis'; + + @override + String get continueButtonLabel => 'FORTSETT'; + + @override + String get copyButtonLabel => 'Kopiér'; + + @override + String get cutButtonLabel => 'Klipp ut'; + + @override + String get dateHelpText => 'mm/dd/åååå'; + + @override + String get dateInputLabel => 'Skriv inn datoen'; + + @override + String get dateOutOfRangeLabel => 'Utenfor perioden.'; + + @override + String get datePickerHelpText => 'VELG DATOEN'; + + @override + String get dateRangeEndDateSemanticLabelRaw => 'Sluttdato \$fullDate'; + + @override + String get dateRangeEndLabel => 'Sluttdato'; + + @override + String get dateRangePickerHelpText => 'VELG PERIODEN'; + + @override + String get dateRangeStartDateSemanticLabelRaw => 'Startdato \$fullDate'; + + @override + String get dateRangeStartLabel => 'Startdato'; + + @override + String get dateSeparator => '/'; + + @override + String get deleteButtonTooltip => 'Slett'; + + @override + String get dialModeButtonLabel => 'Bytt til modus for valg fra urskive'; + + @override + String get dialogLabel => 'Dialogboks'; + + @override + String get drawerLabel => 'Navigasjonsmeny'; + + @override + String get expandedIconTapHint => 'Skjul'; + + @override + String get hideAccountsLabel => 'Skjul kontoer'; + + @override + String get inputDateModeButtonLabel => 'Bytt til innskriving'; + + @override + String get inputTimeModeButtonLabel => 'Bytt til tekstinndatamodus'; + + @override + String get invalidDateFormatLabel => 'Ugyldig format.'; + + @override + String get invalidDateRangeLabel => 'Ugyldig periode.'; + + @override + String get invalidTimeLabel => 'Angi et gyldig klokkeslett'; + + @override + String get licensesPackageDetailTextFew => null; + + @override + String get licensesPackageDetailTextMany => null; + + @override + String get licensesPackageDetailTextOne => '1 lisens'; + + @override + String get licensesPackageDetailTextOther => '\$licenseCount lisenser'; + + @override + String get licensesPackageDetailTextTwo => null; + + @override + String get licensesPackageDetailTextZero => null; + + @override + String get licensesPageTitle => 'Lisenser'; + + @override + String get modalBarrierDismissLabel => 'Avvis'; + + @override + String get moreButtonTooltip => 'Mer'; + + @override + String get nextMonthTooltip => 'Neste måned'; + + @override + String get nextPageTooltip => 'Neste side'; + + @override + String get okButtonLabel => 'OK'; + + @override + String get openAppDrawerTooltip => 'Åpne navigasjonsmenyen'; + + @override + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow av \$rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow av omtrent \$rowCount'; + + @override + String get pasteButtonLabel => 'Lim inn'; + + @override + String get popupMenuLabel => 'Forgrunnsmeny'; + + @override + String get postMeridiemAbbreviation => 'PM'; + + @override + String get previousMonthTooltip => 'Forrige måned'; + + @override + String get previousPageTooltip => 'Forrige side'; + + @override + String get refreshIndicatorSemanticLabel => 'Laster inn på nytt'; + + @override + String get remainingTextFieldCharacterCountFew => null; + + @override + String get remainingTextFieldCharacterCountMany => null; + + @override + String get remainingTextFieldCharacterCountOne => '1 tegn gjenstår'; + + @override + String get remainingTextFieldCharacterCountOther => '\$remainingCount tegn gjenstår'; + + @override + String get remainingTextFieldCharacterCountTwo => null; + + @override + String get remainingTextFieldCharacterCountZero => null; + + @override + String get reorderItemDown => 'Flytt ned'; + + @override + String get reorderItemLeft => 'Flytt til venstre'; + + @override + String get reorderItemRight => 'Flytt til høyre'; + + @override + String get reorderItemToEnd => 'Flytt til slutten'; + + @override + String get reorderItemToStart => 'Flytt til starten'; + + @override + String get reorderItemUp => 'Flytt opp'; + + @override + String get rowsPerPageTitle => 'Rader per side:'; + + @override + String get saveButtonLabel => 'LAGRE'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => 'Søk'; + + @override + String get selectAllButtonLabel => 'Velg alle'; + + @override + String get selectYearSemanticsLabel => 'Velg året'; + + @override + String get selectedRowCountTitleFew => null; + + @override + String get selectedRowCountTitleMany => null; + + @override + String get selectedRowCountTitleOne => '1 element er valgt'; + + @override + String get selectedRowCountTitleOther => '\$selectedRowCount elementer er valgt'; + + @override + String get selectedRowCountTitleTwo => null; + + @override + String get selectedRowCountTitleZero => null; + + @override + String get showAccountsLabel => 'Vis kontoer'; + + @override + String get showMenuTooltip => 'Vis meny'; + + @override + String get signedInLabel => 'Pålogget'; + + @override + String get tabLabelRaw => 'Fane \$tabIndex av \$tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerDialHelpText => 'VELG KLOKKESLETT'; + + @override + String get timePickerHourLabel => 'Time'; + + @override + String get timePickerHourModeAnnouncement => 'Angi timer'; + + @override + String get timePickerInputHelpText => 'ANGI ET KLOKKESLETT'; + + @override + String get timePickerMinuteLabel => 'Minutt'; + + @override + String get timePickerMinuteModeAnnouncement => 'Angi minutter'; + + @override + String get unspecifiedDate => 'Dato'; + + @override + String get unspecifiedDateRange => 'Datoperiode'; + + @override + String get viewLicensesButtonLabel => 'SE LISENSER'; } /// The translations for Nepali (`ne`). @@ -19086,7 +19362,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String get licensesPackageDetailTextZero => null; @override String get licensesPageTitle => 'Lisenser'; @@ -19149,7 +19425,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'TBD'; + String get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'Flytt ned'; @@ -27883,7 +28159,7 @@ final Set kMaterialSupportedLanguages = HashSet.from(const formatHour(WidgetTester tester, Locale locale, TimeOfDay timeOfDay) async { final Completer completer = Completer(); diff --git a/packages/flutter_localizations/test/material/translations_test.dart b/packages/flutter_localizations/test/material/translations_test.dart index 4db88cd0ade0..c4a14f601cef 100644 --- a/packages/flutter_localizations/test/material/translations_test.dart +++ b/packages/flutter_localizations/test/material/translations_test.dart @@ -472,38 +472,6 @@ void main() { expect(localizations.okButtonLabel, '確定'); }); - // Regression test for https://github.com/flutter/flutter/issues/53036. - testWidgets('`nb` uses `no` as its synonym when `nb` arb file is not present', (WidgetTester tester) async { - final File nbMaterialArbFile = File( - path.join(rootDirectoryPath, 'lib', 'src', 'l10n', 'material_nb.arb'), - ); - final File noMaterialArbFile = File( - path.join(rootDirectoryPath, 'lib', 'src', 'l10n', 'material_no.arb'), - ); - - // No need to run test if `nb` arb file exists or if `no` arb file does not exist. - if (noMaterialArbFile.existsSync() && !nbMaterialArbFile.existsSync()) { - Locale locale = const Locale.fromSubtags(languageCode: 'no', scriptCode: null, countryCode: null); - expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); - MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); - - final String alertDialogLabelNo = localizations.alertDialogLabel; - final String anteMeridiemAbbreviationNo = localizations.anteMeridiemAbbreviation; - final String closeButtonLabelNo = localizations.closeButtonLabel; - final String okButtonLabelNo = localizations.okButtonLabel; - - locale = const Locale.fromSubtags(languageCode: 'nb', scriptCode: null, countryCode: null); - expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); - localizations = await GlobalMaterialLocalizations.delegate.load(locale); - expect(localizations, isA()); - expect(localizations.alertDialogLabel, alertDialogLabelNo); - expect(localizations.anteMeridiemAbbreviation, anteMeridiemAbbreviationNo); - expect(localizations.closeButtonLabel, closeButtonLabelNo); - expect(localizations.okButtonLabel, okButtonLabelNo); - } - }); - // Regression test for https://github.com/flutter/flutter/issues/36704. testWidgets('kn arb file should be properly Unicode escaped', (WidgetTester tester) async { final File file = File( From 69031684864f5282251b95a771150f3c6eb9f103 Mon Sep 17 00:00:00 2001 From: Rami <2364772+rami-a@users.noreply.github.com> Date: Thu, 13 Aug 2020 14:16:15 -0400 Subject: [PATCH 154/327] Ensure time picker input mode lays out correctly in RTL (#63599) --- .../test/material/time_picker_test.dart | 76 ++++++++++++++++++- 1 file changed, 75 insertions(+), 1 deletion(-) diff --git a/packages/flutter_localizations/test/material/time_picker_test.dart b/packages/flutter_localizations/test/material/time_picker_test.dart index 870d06c9fbf8..2d079941594c 100644 --- a/packages/flutter_localizations/test/material/time_picker_test.dart +++ b/packages/flutter_localizations/test/material/time_picker_test.dart @@ -8,10 +8,16 @@ import 'package:flutter_localizations/flutter_localizations.dart'; import 'package:flutter_test/flutter_test.dart'; class _TimePickerLauncher extends StatelessWidget { - const _TimePickerLauncher({ Key key, this.onChanged, this.locale }) : super(key: key); + const _TimePickerLauncher({ + Key key, + this.onChanged, + this.locale, + this.entryMode = TimePickerEntryMode.dial, + }) : super(key: key); final ValueChanged onChanged; final Locale locale; + final TimePickerEntryMode entryMode; @override Widget build(BuildContext context) { @@ -28,6 +34,7 @@ class _TimePickerLauncher extends StatelessWidget { onPressed: () async { onChanged(await showTimePicker( context: context, + initialEntryMode: entryMode, initialTime: const TimeOfDay(hour: 7, minute: 0), )); }, @@ -207,6 +214,73 @@ void main() { tester.binding.window.devicePixelRatioTestValue = null; }); + testWidgets('can localize input mode in all known formats', (WidgetTester tester) async { + final Finder stringFragmentTextFinder = find.descendant( + of: find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_StringFragment'), + matching: find.byType(Text), + ).first; + final Finder hourControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_HourTextField'); + final Finder minuteControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_MinuteTextField'); + final Finder dayPeriodControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_DayPeriodControl'); + + // TODO(yjbanov): also test `HH.mm` (in_ID), `a h:mm` (ko_KR) and `HH:mm น.` (th_TH) when we have .arb files for them + final List locales = [ + const Locale('en', 'US'), //'h:mm a' + const Locale('en', 'GB'), //'HH:mm' + const Locale('es', 'ES'), //'H:mm' + const Locale('fr', 'CA'), //'HH \'h\' mm' + const Locale('zh', 'ZH'), //'ah:mm' + const Locale('fa', 'IR'), //'H:mm' but RTL + ]; + + for (final Locale locale in locales) { + await tester.pumpWidget(_TimePickerLauncher(onChanged: (TimeOfDay time) { }, locale: locale, entryMode: TimePickerEntryMode.input)); + await tester.tap(find.text('X')); + await tester.pumpAndSettle(const Duration(seconds: 1)); + + final Text stringFragmentText = tester.widget(stringFragmentTextFinder); + final double hourLeftOffset = tester.getTopLeft(hourControlFinder).dx; + final double minuteLeftOffset = tester.getTopLeft(minuteControlFinder).dx; + final double stringFragmentLeftOffset = tester.getTopLeft(stringFragmentTextFinder).dx; + + if (locale == const Locale('en', 'US')) { + final double dayPeriodLeftOffset = tester.getTopLeft(dayPeriodControlFinder).dx; + expect(stringFragmentText.data, ':'); + expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); + expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); + expect(minuteLeftOffset, lessThan(dayPeriodLeftOffset)); + } else if (locale == const Locale('en', 'GB')) { + expect(stringFragmentText.data, ':'); + expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); + expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); + expect(dayPeriodControlFinder, findsNothing); + } else if (locale == const Locale('es', 'ES')) { + expect(stringFragmentText.data, ':'); + expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); + expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); + expect(dayPeriodControlFinder, findsNothing); + } else if (locale == const Locale('fr', 'CA')) { + expect(stringFragmentText.data, 'h'); + expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); + expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); + expect(dayPeriodControlFinder, findsNothing); + } else if (locale == const Locale('zh', 'ZH')) { + final double dayPeriodLeftOffset = tester.getTopLeft(dayPeriodControlFinder).dx; + expect(stringFragmentText.data, ':'); + expect(dayPeriodLeftOffset, lessThan(hourLeftOffset)); + expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); + expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); + } else if (locale == const Locale('fa', 'IR')) { + // Even though this is an RTL locale, the hours and minutes positions should remain the same. + expect(stringFragmentText.data, ':'); + expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); + expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); + expect(dayPeriodControlFinder, findsNothing); + } + await finishPicker(tester); + } + }); + testWidgets('uses single-ring 24-hour dial for all formats', (WidgetTester tester) async { const List locales = [ Locale('en', 'US'), // h From 5ba994fcc338ce1e53e0ed5b237293e14a352a12 Mon Sep 17 00:00:00 2001 From: Mehmet Fidanboylu Date: Tue, 18 Aug 2020 14:15:50 -0700 Subject: [PATCH 155/327] Revert "Ensure time picker input mode lays out correctly in RTL (#63599)" (#64094) This reverts commit 69031684864f5282251b95a771150f3c6eb9f103. --- .../test/material/time_picker_test.dart | 76 +------------------ 1 file changed, 1 insertion(+), 75 deletions(-) diff --git a/packages/flutter_localizations/test/material/time_picker_test.dart b/packages/flutter_localizations/test/material/time_picker_test.dart index 2d079941594c..870d06c9fbf8 100644 --- a/packages/flutter_localizations/test/material/time_picker_test.dart +++ b/packages/flutter_localizations/test/material/time_picker_test.dart @@ -8,16 +8,10 @@ import 'package:flutter_localizations/flutter_localizations.dart'; import 'package:flutter_test/flutter_test.dart'; class _TimePickerLauncher extends StatelessWidget { - const _TimePickerLauncher({ - Key key, - this.onChanged, - this.locale, - this.entryMode = TimePickerEntryMode.dial, - }) : super(key: key); + const _TimePickerLauncher({ Key key, this.onChanged, this.locale }) : super(key: key); final ValueChanged onChanged; final Locale locale; - final TimePickerEntryMode entryMode; @override Widget build(BuildContext context) { @@ -34,7 +28,6 @@ class _TimePickerLauncher extends StatelessWidget { onPressed: () async { onChanged(await showTimePicker( context: context, - initialEntryMode: entryMode, initialTime: const TimeOfDay(hour: 7, minute: 0), )); }, @@ -214,73 +207,6 @@ void main() { tester.binding.window.devicePixelRatioTestValue = null; }); - testWidgets('can localize input mode in all known formats', (WidgetTester tester) async { - final Finder stringFragmentTextFinder = find.descendant( - of: find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_StringFragment'), - matching: find.byType(Text), - ).first; - final Finder hourControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_HourTextField'); - final Finder minuteControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_MinuteTextField'); - final Finder dayPeriodControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_DayPeriodControl'); - - // TODO(yjbanov): also test `HH.mm` (in_ID), `a h:mm` (ko_KR) and `HH:mm น.` (th_TH) when we have .arb files for them - final List locales = [ - const Locale('en', 'US'), //'h:mm a' - const Locale('en', 'GB'), //'HH:mm' - const Locale('es', 'ES'), //'H:mm' - const Locale('fr', 'CA'), //'HH \'h\' mm' - const Locale('zh', 'ZH'), //'ah:mm' - const Locale('fa', 'IR'), //'H:mm' but RTL - ]; - - for (final Locale locale in locales) { - await tester.pumpWidget(_TimePickerLauncher(onChanged: (TimeOfDay time) { }, locale: locale, entryMode: TimePickerEntryMode.input)); - await tester.tap(find.text('X')); - await tester.pumpAndSettle(const Duration(seconds: 1)); - - final Text stringFragmentText = tester.widget(stringFragmentTextFinder); - final double hourLeftOffset = tester.getTopLeft(hourControlFinder).dx; - final double minuteLeftOffset = tester.getTopLeft(minuteControlFinder).dx; - final double stringFragmentLeftOffset = tester.getTopLeft(stringFragmentTextFinder).dx; - - if (locale == const Locale('en', 'US')) { - final double dayPeriodLeftOffset = tester.getTopLeft(dayPeriodControlFinder).dx; - expect(stringFragmentText.data, ':'); - expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); - expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); - expect(minuteLeftOffset, lessThan(dayPeriodLeftOffset)); - } else if (locale == const Locale('en', 'GB')) { - expect(stringFragmentText.data, ':'); - expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); - expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); - expect(dayPeriodControlFinder, findsNothing); - } else if (locale == const Locale('es', 'ES')) { - expect(stringFragmentText.data, ':'); - expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); - expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); - expect(dayPeriodControlFinder, findsNothing); - } else if (locale == const Locale('fr', 'CA')) { - expect(stringFragmentText.data, 'h'); - expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); - expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); - expect(dayPeriodControlFinder, findsNothing); - } else if (locale == const Locale('zh', 'ZH')) { - final double dayPeriodLeftOffset = tester.getTopLeft(dayPeriodControlFinder).dx; - expect(stringFragmentText.data, ':'); - expect(dayPeriodLeftOffset, lessThan(hourLeftOffset)); - expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); - expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); - } else if (locale == const Locale('fa', 'IR')) { - // Even though this is an RTL locale, the hours and minutes positions should remain the same. - expect(stringFragmentText.data, ':'); - expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); - expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); - expect(dayPeriodControlFinder, findsNothing); - } - await finishPicker(tester); - } - }); - testWidgets('uses single-ring 24-hour dial for all formats', (WidgetTester tester) async { const List locales = [ Locale('en', 'US'), // h From 4bca120333062b7fd39460f3d72f5ce0224d4bb8 Mon Sep 17 00:00:00 2001 From: Rami <2364772+rami-a@users.noreply.github.com> Date: Wed, 19 Aug 2020 09:30:28 -0400 Subject: [PATCH 156/327] [Material] Relanding fix to ensure time picker input mode lays out correctly in RTL (#64097) --- .../test/material/time_picker_test.dart | 76 ++++++++++++++++++- 1 file changed, 75 insertions(+), 1 deletion(-) diff --git a/packages/flutter_localizations/test/material/time_picker_test.dart b/packages/flutter_localizations/test/material/time_picker_test.dart index 870d06c9fbf8..2d079941594c 100644 --- a/packages/flutter_localizations/test/material/time_picker_test.dart +++ b/packages/flutter_localizations/test/material/time_picker_test.dart @@ -8,10 +8,16 @@ import 'package:flutter_localizations/flutter_localizations.dart'; import 'package:flutter_test/flutter_test.dart'; class _TimePickerLauncher extends StatelessWidget { - const _TimePickerLauncher({ Key key, this.onChanged, this.locale }) : super(key: key); + const _TimePickerLauncher({ + Key key, + this.onChanged, + this.locale, + this.entryMode = TimePickerEntryMode.dial, + }) : super(key: key); final ValueChanged onChanged; final Locale locale; + final TimePickerEntryMode entryMode; @override Widget build(BuildContext context) { @@ -28,6 +34,7 @@ class _TimePickerLauncher extends StatelessWidget { onPressed: () async { onChanged(await showTimePicker( context: context, + initialEntryMode: entryMode, initialTime: const TimeOfDay(hour: 7, minute: 0), )); }, @@ -207,6 +214,73 @@ void main() { tester.binding.window.devicePixelRatioTestValue = null; }); + testWidgets('can localize input mode in all known formats', (WidgetTester tester) async { + final Finder stringFragmentTextFinder = find.descendant( + of: find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_StringFragment'), + matching: find.byType(Text), + ).first; + final Finder hourControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_HourTextField'); + final Finder minuteControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_MinuteTextField'); + final Finder dayPeriodControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_DayPeriodControl'); + + // TODO(yjbanov): also test `HH.mm` (in_ID), `a h:mm` (ko_KR) and `HH:mm น.` (th_TH) when we have .arb files for them + final List locales = [ + const Locale('en', 'US'), //'h:mm a' + const Locale('en', 'GB'), //'HH:mm' + const Locale('es', 'ES'), //'H:mm' + const Locale('fr', 'CA'), //'HH \'h\' mm' + const Locale('zh', 'ZH'), //'ah:mm' + const Locale('fa', 'IR'), //'H:mm' but RTL + ]; + + for (final Locale locale in locales) { + await tester.pumpWidget(_TimePickerLauncher(onChanged: (TimeOfDay time) { }, locale: locale, entryMode: TimePickerEntryMode.input)); + await tester.tap(find.text('X')); + await tester.pumpAndSettle(const Duration(seconds: 1)); + + final Text stringFragmentText = tester.widget(stringFragmentTextFinder); + final double hourLeftOffset = tester.getTopLeft(hourControlFinder).dx; + final double minuteLeftOffset = tester.getTopLeft(minuteControlFinder).dx; + final double stringFragmentLeftOffset = tester.getTopLeft(stringFragmentTextFinder).dx; + + if (locale == const Locale('en', 'US')) { + final double dayPeriodLeftOffset = tester.getTopLeft(dayPeriodControlFinder).dx; + expect(stringFragmentText.data, ':'); + expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); + expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); + expect(minuteLeftOffset, lessThan(dayPeriodLeftOffset)); + } else if (locale == const Locale('en', 'GB')) { + expect(stringFragmentText.data, ':'); + expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); + expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); + expect(dayPeriodControlFinder, findsNothing); + } else if (locale == const Locale('es', 'ES')) { + expect(stringFragmentText.data, ':'); + expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); + expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); + expect(dayPeriodControlFinder, findsNothing); + } else if (locale == const Locale('fr', 'CA')) { + expect(stringFragmentText.data, 'h'); + expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); + expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); + expect(dayPeriodControlFinder, findsNothing); + } else if (locale == const Locale('zh', 'ZH')) { + final double dayPeriodLeftOffset = tester.getTopLeft(dayPeriodControlFinder).dx; + expect(stringFragmentText.data, ':'); + expect(dayPeriodLeftOffset, lessThan(hourLeftOffset)); + expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); + expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); + } else if (locale == const Locale('fa', 'IR')) { + // Even though this is an RTL locale, the hours and minutes positions should remain the same. + expect(stringFragmentText.data, ':'); + expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); + expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); + expect(dayPeriodControlFinder, findsNothing); + } + await finishPicker(tester); + } + }); + testWidgets('uses single-ring 24-hour dial for all formats', (WidgetTester tester) async { const List locales = [ Locale('en', 'US'), // h From 4600b98a145c0c1c882d47bafb46c737b8ed2439 Mon Sep 17 00:00:00 2001 From: Michael R Fairhurst Date: Wed, 16 Sep 2020 14:14:06 -0700 Subject: [PATCH 157/327] Remove unused 'dart:async' imports. (#65568) --- .../flutter_localizations/lib/src/cupertino_localizations.dart | 2 -- .../flutter_localizations/lib/src/material_localizations.dart | 2 -- 2 files changed, 4 deletions(-) diff --git a/packages/flutter_localizations/lib/src/cupertino_localizations.dart b/packages/flutter_localizations/lib/src/cupertino_localizations.dart index 0f318d28f1dc..b13d8b13968e 100644 --- a/packages/flutter_localizations/lib/src/cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/cupertino_localizations.dart @@ -2,8 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -import 'dart:async'; - import 'package:flutter/cupertino.dart'; import 'package:flutter/foundation.dart'; import 'package:intl/intl.dart' as intl; diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 465d3b0b8b05..09b41b866330 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -2,8 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -import 'dart:async'; - import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:intl/intl.dart' as intl; From a87755f52a31d07af44b3a1aa458a454cece6fb0 Mon Sep 17 00:00:00 2001 From: Shi-Hao Hong Date: Wed, 23 Sep 2020 22:17:02 +0800 Subject: [PATCH 158/327] Update localizations (#65993) --- .../generated_material_localizations.dart | 26 +++++++++---------- .../lib/src/l10n/material_af.arb | 2 +- .../lib/src/l10n/material_bn.arb | 2 +- .../lib/src/l10n/material_bs.arb | 4 +-- .../lib/src/l10n/material_cs.arb | 4 +-- .../lib/src/l10n/material_fr.arb | 2 +- .../lib/src/l10n/material_hu.arb | 4 +-- .../lib/src/l10n/material_hy.arb | 2 +- .../lib/src/l10n/material_nl.arb | 2 +- .../lib/src/l10n/material_sk.arb | 4 +-- 10 files changed, 26 insertions(+), 26 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index 2341bd044464..3b08b2114fc4 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -114,7 +114,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get dateRangeStartLabel => 'Begindatum'; @override - String get dateSeparator => '/'; + String get dateSeparator => '-'; @override String get deleteButtonTooltip => 'Vee uit'; @@ -2400,7 +2400,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { ScriptCategory get scriptCategory => ScriptCategory.tall; @override - String get searchFieldLabel => 'সার্চ'; + String get searchFieldLabel => 'খুঁজুন'; @override String get selectAllButtonLabel => 'সব বেছে নিন'; @@ -2679,7 +2679,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountZero => 'TBD'; @override - String get reorderItemDown => 'Pomjeri prema dolje'; + String get reorderItemDown => 'Pomjeri nadolje'; @override String get reorderItemLeft => 'Pomjeri lijevo'; @@ -2694,7 +2694,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get reorderItemToStart => 'Pomjerite na početak'; @override - String get reorderItemUp => 'Pomjeri prema gore'; + String get reorderItemUp => 'Pomjeri nagore'; @override String get rowsPerPageTitle => 'Broj redova po stranici:'; @@ -3147,7 +3147,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get cutButtonLabel => 'Vyjmout'; @override - String get dateHelpText => 'mm/dd/rrrr'; + String get dateHelpText => 'mm.dd.rrrr'; @override String get dateInputLabel => 'Zadejte datum'; @@ -3174,7 +3174,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get dateRangeStartLabel => 'Datum zahájení'; @override - String get dateSeparator => '/'; + String get dateSeparator => '.'; @override String get deleteButtonTooltip => 'Smazat'; @@ -9696,7 +9696,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get cutButtonLabel => 'Couper'; @override - String get dateHelpText => 'mm/jj/aaaa'; + String get dateHelpText => 'jj/mm/aaaa'; @override String get dateInputLabel => 'Saisir une date'; @@ -11940,7 +11940,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get cutButtonLabel => 'Kivágás'; @override - String get dateHelpText => 'hh/nn/éééé'; + String get dateHelpText => 'hh.nn.éééé'; @override String get dateInputLabel => 'Adja meg a dátumot'; @@ -11967,7 +11967,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get dateRangeStartLabel => 'Kezdés dátuma'; @override - String get dateSeparator => '/'; + String get dateSeparator => '.'; @override String get deleteButtonTooltip => 'Törlés'; @@ -12273,7 +12273,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get dateRangeStartLabel => 'Մեկնարկի ամսաթիվը'; @override - String get dateSeparator => '/'; + String get dateSeparator => '.'; @override String get deleteButtonTooltip => 'Ջնջել'; @@ -19005,7 +19005,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get dateRangeStartLabel => 'Startdatum'; @override - String get dateSeparator => '/'; + String get dateSeparator => '-'; @override String get deleteButtonTooltip => 'Verwijderen'; @@ -22164,7 +22164,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get cutButtonLabel => 'Vystrihnúť'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'mm.dd.yyyy'; @override String get dateInputLabel => 'Zadajte dátum'; @@ -22191,7 +22191,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get dateRangeStartLabel => 'Dátum začatia'; @override - String get dateSeparator => '/'; + String get dateSeparator => '.'; @override String get deleteButtonTooltip => 'Odstrániť'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_af.arb b/packages/flutter_localizations/lib/src/l10n/material_af.arb index 7c53e643e24a..f44b83f86a5f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_af.arb @@ -52,7 +52,7 @@ "remainingTextFieldCharacterCountOther": "$remainingCount karakters oor", "refreshIndicatorSemanticLabel": "Herlaai", "moreButtonTooltip": "Nog", - "dateSeparator": "/", + "dateSeparator": "-", "dateHelpText": "dd-mm-jjjj", "selectYearSemanticsLabel": "Kies jaar", "unspecifiedDate": "Datum", diff --git a/packages/flutter_localizations/lib/src/l10n/material_bn.arb b/packages/flutter_localizations/lib/src/l10n/material_bn.arb index fd65512fe5bb..1b5d06043251 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bn.arb @@ -39,7 +39,7 @@ "popupMenuLabel": "পপ-আপ মেনু", "dialogLabel": "ডায়ালগ", "alertDialogLabel": "সতর্কতা", - "searchFieldLabel": "সার্চ", + "searchFieldLabel": "খুঁজুন", "reorderItemToStart": "চালু করতে সরান", "reorderItemToEnd": "একদম শেষের দিকে যান", "reorderItemUp": "উপরের দিকে সরান", diff --git a/packages/flutter_localizations/lib/src/l10n/material_bs.arb b/packages/flutter_localizations/lib/src/l10n/material_bs.arb index 5a69e2a8c4b7..9e9f0da3f3f7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bs.arb @@ -45,8 +45,8 @@ "searchFieldLabel": "Pretražite", "reorderItemToStart": "Pomjerite na početak", "reorderItemToEnd": "Pomjerite na kraj", - "reorderItemUp": "Pomjeri prema gore", - "reorderItemDown": "Pomjeri prema dolje", + "reorderItemUp": "Pomjeri nagore", + "reorderItemDown": "Pomjeri nadolje", "reorderItemLeft": "Pomjeri lijevo", "reorderItemRight": "Pomjeri desno", "expandedIconTapHint": "Suzi", diff --git a/packages/flutter_localizations/lib/src/l10n/material_cs.arb b/packages/flutter_localizations/lib/src/l10n/material_cs.arb index 8873beffcc2d..8afc3d9e77f3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cs.arb @@ -59,8 +59,8 @@ "remainingTextFieldCharacterCountOther": "Zbývá $remainingCount znaků", "refreshIndicatorSemanticLabel": "Obnovit", "moreButtonTooltip": "Více", - "dateSeparator": "/", - "dateHelpText": "mm/dd/rrrr", + "dateSeparator": ".", + "dateHelpText": "mm.dd.rrrr", "selectYearSemanticsLabel": "Vyberte rok", "unspecifiedDate": "Datum", "unspecifiedDateRange": "Období", diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index 74ea8e53f3ab..22842adda352 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -55,7 +55,7 @@ "refreshIndicatorSemanticLabel": "Actualiser", "moreButtonTooltip": "Plus", "dateSeparator": "/", - "dateHelpText": "mm/jj/aaaa", + "dateHelpText": "jj/mm/aaaa", "selectYearSemanticsLabel": "Sélectionner une année", "unspecifiedDate": "Date", "unspecifiedDateRange": "Plage de dates", diff --git a/packages/flutter_localizations/lib/src/l10n/material_hu.arb b/packages/flutter_localizations/lib/src/l10n/material_hu.arb index b9adac16b39e..462932478430 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hu.arb @@ -53,8 +53,8 @@ "remainingTextFieldCharacterCountOther": "$remainingCount karakter maradt", "refreshIndicatorSemanticLabel": "Frissítés", "moreButtonTooltip": "Több", - "dateSeparator": "/", - "dateHelpText": "hh/nn/éééé", + "dateSeparator": ".", + "dateHelpText": "hh.nn.éééé", "selectYearSemanticsLabel": "Válassza ki az évet", "unspecifiedDate": "Dátum", "unspecifiedDateRange": "Dátumtartomány", diff --git a/packages/flutter_localizations/lib/src/l10n/material_hy.arb b/packages/flutter_localizations/lib/src/l10n/material_hy.arb index d560a3f63f2f..cd010470a93e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hy.arb @@ -58,7 +58,7 @@ "remainingTextFieldCharacterCountOther": "Մնացել է $remainingCount նիշ", "refreshIndicatorSemanticLabel": "Թարմացնել", "moreButtonTooltip": "Այլ", - "dateSeparator": "/", + "dateSeparator": ".", "dateHelpText": "օօ.աա.տտտտ", "selectYearSemanticsLabel": "Ընտրել տարին", "unspecifiedDate": "Ամսաթիվ", diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index 908ec96d2544..0edf63720cfc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -53,7 +53,7 @@ "remainingTextFieldCharacterCountOther": "$remainingCount tekens resterend", "refreshIndicatorSemanticLabel": "Vernieuwen", "moreButtonTooltip": "Meer", - "dateSeparator": "/", + "dateSeparator": "-", "dateHelpText": "dd-mm-jjjj", "selectYearSemanticsLabel": "Jaar selecteren", "unspecifiedDate": "Datum", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sk.arb b/packages/flutter_localizations/lib/src/l10n/material_sk.arb index 923829052223..074dcaf14e42 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sk.arb @@ -59,8 +59,8 @@ "remainingTextFieldCharacterCountOther": "Zostáva $remainingCount znakov", "refreshIndicatorSemanticLabel": "Obnoviť", "moreButtonTooltip": "Viac", - "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", + "dateSeparator": ".", + "dateHelpText": "mm.dd.yyyy", "selectYearSemanticsLabel": "Vyberte rok", "unspecifiedDate": "Dátum", "unspecifiedDateRange": "Obdobie", From c8c5472d3524cee66961cf0d993d7712ecd6bdd5 Mon Sep 17 00:00:00 2001 From: YeungKC Date: Thu, 8 Oct 2020 04:12:12 +0800 Subject: [PATCH 159/327] Update the cupertino picker visuals (#65501) --- .../lib/src/cupertino_localizations.dart | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/packages/flutter_localizations/lib/src/cupertino_localizations.dart b/packages/flutter_localizations/lib/src/cupertino_localizations.dart index b13d8b13968e..76ab77c94c64 100644 --- a/packages/flutter_localizations/lib/src/cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/cupertino_localizations.dart @@ -305,6 +305,16 @@ abstract class GlobalCupertinoLocalizations implements CupertinoLocalizations { ).replaceFirst(r'$hour', _decimalFormat.format(hour)); } + @override + List get timerPickerHourLabels => [ + timerPickerHourLabelZero, + timerPickerHourLabelOne, + timerPickerHourLabelTwo, + timerPickerHourLabelFew, + timerPickerHourLabelMany, + timerPickerHourLabelOther, + ]; + /// Subclasses should provide the optional zero pluralization of [timerPickerMinuteLabel] based on the ARB file. @protected String get timerPickerMinuteLabelZero => null; /// Subclasses should provide the optional one pluralization of [timerPickerMinuteLabel] based on the ARB file. @@ -332,6 +342,16 @@ abstract class GlobalCupertinoLocalizations implements CupertinoLocalizations { ).replaceFirst(r'$minute', _decimalFormat.format(minute)); } + @override + List get timerPickerMinuteLabels => [ + timerPickerMinuteLabelZero, + timerPickerMinuteLabelOne, + timerPickerMinuteLabelTwo, + timerPickerMinuteLabelFew, + timerPickerMinuteLabelMany, + timerPickerMinuteLabelOther, + ]; + /// Subclasses should provide the optional zero pluralization of [timerPickerSecondLabel] based on the ARB file. @protected String get timerPickerSecondLabelZero => null; /// Subclasses should provide the optional one pluralization of [timerPickerSecondLabel] based on the ARB file. @@ -359,6 +379,16 @@ abstract class GlobalCupertinoLocalizations implements CupertinoLocalizations { ).replaceFirst(r'$second', _decimalFormat.format(second)); } + @override + List get timerPickerSecondLabels => [ + timerPickerSecondLabelZero, + timerPickerSecondLabelOne, + timerPickerSecondLabelTwo, + timerPickerSecondLabelFew, + timerPickerSecondLabelMany, + timerPickerSecondLabelOther, + ]; + /// A [LocalizationsDelegate] for [CupertinoLocalizations]. /// /// Most internationalized apps will use [GlobalCupertinoLocalizations.delegates] From 5648d3061c0356c1ef48d7208c1d8c6e490634c4 Mon Sep 17 00:00:00 2001 From: Shi-Hao Hong Date: Tue, 13 Oct 2020 07:56:10 +0800 Subject: [PATCH 160/327] Expose date symbols and patterns for en_US in framework (#67900) * Expose date symbols and patterns for en_US in framework --- .../test/material/date_time_test.dart | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/packages/flutter_localizations/test/material/date_time_test.dart b/packages/flutter_localizations/test/material/date_time_test.dart index 0b7960630a28..1b475f27d835 100644 --- a/packages/flutter_localizations/test/material/date_time_test.dart +++ b/packages/flutter_localizations/test/material/date_time_test.dart @@ -7,6 +7,7 @@ import 'dart:async'; import 'package:flutter/material.dart'; import 'package:flutter_localizations/flutter_localizations.dart'; import 'package:flutter_test/flutter_test.dart'; +import 'package:intl/intl.dart'; void main() { group(GlobalMaterialLocalizations, () { @@ -159,6 +160,28 @@ void main() { }); }); }); + + // Regression test for https://github.com/flutter/flutter/issues/67644. + testWidgets('en_US is initialized correctly by Flutter when DateFormat is used', (WidgetTester tester) async { + DateFormat dateFormat; + + await tester.pumpWidget(MaterialApp( + supportedLocales: const [ + Locale('en', 'US'), + ], + locale: const Locale('en', 'US'), + localizationsDelegates: const >[ + GlobalMaterialLocalizations.delegate, + ], + home: Builder(builder: (BuildContext context) { + dateFormat = DateFormat('EEE, d MMM yyyy HH:mm:ss', 'en_US'); + + return Container(); + }), + )); + + expect(dateFormat?.locale, 'en_US'); + }); } enum DateType { year, medium, full, monthYear } From a1965393eb44d21b01d7e40be5a542397257922f Mon Sep 17 00:00:00 2001 From: Alexandre Ardhuin Date: Fri, 16 Oct 2020 00:37:04 +0200 Subject: [PATCH 161/327] Sync lints (#68136) --- dev/tools/localization/language_subtag_registry.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev/tools/localization/language_subtag_registry.dart b/dev/tools/localization/language_subtag_registry.dart index 278b62a41d0d..6372d6dfca6f 100644 --- a/dev/tools/localization/language_subtag_registry.dart +++ b/dev/tools/localization/language_subtag_registry.dart @@ -3,7 +3,8 @@ // found in the LICENSE file. /// Cache of https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry. -const String languageSubtagRegistry = '''File-Date: 2020-03-16 +const String languageSubtagRegistry = ''' +File-Date: 2020-03-16 %% Type: language Subtag: aa From a3c2526b6fadd33f3b68b3e818a438b14ed06bf2 Mon Sep 17 00:00:00 2001 From: Alexandre Ardhuin Date: Wed, 21 Oct 2020 16:34:24 +0200 Subject: [PATCH 162/327] enable unnecessary_string_escapes and use_raw_strings (#68302) --- .../localization/localizations_utils.dart | 33 +- .../generated_cupertino_localizations.dart | 834 +++---- .../generated_material_localizations.dart | 1978 ++++++++--------- 3 files changed, 1429 insertions(+), 1416 deletions(-) diff --git a/dev/tools/localization/localizations_utils.dart b/dev/tools/localization/localizations_utils.dart index 5df1f6a88efa..3cde523f2950 100644 --- a/dev/tools/localization/localizations_utils.dart +++ b/dev/tools/localization/localizations_utils.dart @@ -390,6 +390,19 @@ class $classNamePrefix$camelCaseName extends $superClass {'''; /// foo$bar = 'foo\$bar' /// ``` String generateString(String value) { + if (['\n', '\f', '\t', '\r', '\b'].every((String pattern) => !value.contains(pattern))) { + final bool hasDollar = value.contains(r'$'); + final bool hasBackslash = value.contains(r'\'); + final bool hasQuote = value.contains("'"); + final bool hasDoubleQuote = value.contains('"'); + if (!hasQuote) { + return hasBackslash || hasDollar ? "r'$value'" : "'$value'"; + } + if (!hasDoubleQuote) { + return hasBackslash || hasDollar ? 'r"$value"' : '"$value"'; + } + } + const String backslash = '__BACKSLASH__'; assert( !value.contains(backslash), @@ -401,17 +414,17 @@ String generateString(String value) { value = value // Replace backslashes with a placeholder for now to properly parse // other special characters. - .replaceAll('\\', backslash) - .replaceAll('\$', '\\\$') - .replaceAll("'", "\\'") - .replaceAll('"', '\\"') - .replaceAll('\n', '\\n') - .replaceAll('\f', '\\f') - .replaceAll('\t', '\\t') - .replaceAll('\r', '\\r') - .replaceAll('\b', '\\b') + .replaceAll(r'\', backslash) + .replaceAll(r'$', r'\$') + .replaceAll("'", r"\'") + .replaceAll('"', r'\"') + .replaceAll('\n', r'\n') + .replaceAll('\f', r'\f') + .replaceAll('\t', r'\t') + .replaceAll('\r', r'\r') + .replaceAll('\b', r'\b') // Reintroduce escaped backslashes into generated Dart string. - .replaceAll(backslash, '\\\\'); + .replaceAll(backslash, r'\\'); return "'$value'"; } diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index acca93f548a3..24f671bd7c11 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -73,10 +73,10 @@ class CupertinoLocalizationAf extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour uur'; + String get datePickerHourSemanticsLabelOne => r'$hour uur'; @override - String get datePickerHourSemanticsLabelOther => '\$hour uur'; + String get datePickerHourSemanticsLabelOther => r'$hour uur'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -94,7 +94,7 @@ class CupertinoLocalizationAf extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minuut'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minute'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minute'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -115,7 +115,7 @@ class CupertinoLocalizationAf extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Kies alles'; @override - String get tabSemanticsLabelRaw => 'Oortjie \$tabIndex van \$tabCount'; + String get tabSemanticsLabelRaw => r'Oortjie $tabIndex van $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -227,10 +227,10 @@ class CupertinoLocalizationAm extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour ሰዓት'; + String get datePickerHourSemanticsLabelOne => r'$hour ሰዓት'; @override - String get datePickerHourSemanticsLabelOther => '\$hour ሰዓት'; + String get datePickerHourSemanticsLabelOther => r'$hour ሰዓት'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -248,7 +248,7 @@ class CupertinoLocalizationAm extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 ደቂቃ'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute ደቂቃዎች'; + String get datePickerMinuteSemanticsLabelOther => r'$minute ደቂቃዎች'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -269,7 +269,7 @@ class CupertinoLocalizationAm extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'ሁሉንም ምረጥ'; @override - String get tabSemanticsLabelRaw => 'ትር \$tabIndex ከ\$tabCount'; + String get tabSemanticsLabelRaw => r'ትር $tabIndex ከ$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -375,40 +375,40 @@ class CupertinoLocalizationAr extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => '\$hour بالضبط'; + String get datePickerHourSemanticsLabelFew => r'$hour بالضبط'; @override - String get datePickerHourSemanticsLabelMany => '\$hour بالضبط'; + String get datePickerHourSemanticsLabelMany => r'$hour بالضبط'; @override - String get datePickerHourSemanticsLabelOne => '\$hour بالضبط'; + String get datePickerHourSemanticsLabelOne => r'$hour بالضبط'; @override - String get datePickerHourSemanticsLabelOther => '\$hour بالضبط'; + String get datePickerHourSemanticsLabelOther => r'$hour بالضبط'; @override - String get datePickerHourSemanticsLabelTwo => '\$hour بالضبط'; + String get datePickerHourSemanticsLabelTwo => r'$hour بالضبط'; @override - String get datePickerHourSemanticsLabelZero => '\$hour بالضبط'; + String get datePickerHourSemanticsLabelZero => r'$hour بالضبط'; @override - String get datePickerMinuteSemanticsLabelFew => '\$minute دقائق'; + String get datePickerMinuteSemanticsLabelFew => r'$minute دقائق'; @override - String get datePickerMinuteSemanticsLabelMany => '\$minute دقيقة​'; + String get datePickerMinuteSemanticsLabelMany => r'$minute دقيقة​'; @override String get datePickerMinuteSemanticsLabelOne => 'دقيقة واحدة'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute دقيقة​'; + String get datePickerMinuteSemanticsLabelOther => r'$minute دقيقة​'; @override - String get datePickerMinuteSemanticsLabelTwo => 'دقيقتان (\$minute)'; + String get datePickerMinuteSemanticsLabelTwo => r'دقيقتان ($minute)'; @override - String get datePickerMinuteSemanticsLabelZero => '\$minute دقيقة​'; + String get datePickerMinuteSemanticsLabelZero => r'$minute دقيقة​'; @override String get modalBarrierDismissLabel => 'رفض'; @@ -423,7 +423,7 @@ class CupertinoLocalizationAr extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'اختيار الكل'; @override - String get tabSemanticsLabelRaw => 'علامة التبويب \$tabIndex من \$tabCount'; + String get tabSemanticsLabelRaw => r'علامة التبويب $tabIndex من $tabCount'; @override String get timerPickerHourLabelFew => 'ساعات'; @@ -535,10 +535,10 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour বাজিছে'; + String get datePickerHourSemanticsLabelOne => r'$hour বাজিছে'; @override - String get datePickerHourSemanticsLabelOther => '\$hour বাজিছে'; + String get datePickerHourSemanticsLabelOther => r'$hour বাজিছে'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -556,7 +556,7 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '১মিনিট'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minuteমিনিট'; + String get datePickerMinuteSemanticsLabelOther => r'$minuteমিনিট'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -568,7 +568,7 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { String get modalBarrierDismissLabel => 'অগ্ৰাহ্য কৰক'; @override - String get pasteButtonLabel => 'পে\'ষ্ট কৰক'; + String get pasteButtonLabel => "পে'ষ্ট কৰক"; @override String get postMeridiemAbbreviation => 'অপৰাহ্ন'; @@ -577,7 +577,7 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'সকলো বাছনি কৰক'; @override - String get tabSemanticsLabelRaw => '\$tabCount টা টেবৰ \$tabIndex নম্বৰটো'; + String get tabSemanticsLabelRaw => r'$tabCount টা টেবৰ $tabIndex নম্বৰটো'; @override String get timerPickerHourLabelFew => null; @@ -689,10 +689,10 @@ class CupertinoLocalizationAz extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => 'Saat \$hour'; + String get datePickerHourSemanticsLabelOne => r'Saat $hour'; @override - String get datePickerHourSemanticsLabelOther => 'Saat \$hour'; + String get datePickerHourSemanticsLabelOther => r'Saat $hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -710,7 +710,7 @@ class CupertinoLocalizationAz extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 dəqiqə'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute dəqiqə'; + String get datePickerMinuteSemanticsLabelOther => r'$minute dəqiqə'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -731,7 +731,7 @@ class CupertinoLocalizationAz extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Hamısını seçin'; @override - String get tabSemanticsLabelRaw => 'Tab \$tabIndex/\$tabCount'; + String get tabSemanticsLabelRaw => r'Tab $tabIndex/$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -837,16 +837,16 @@ class CupertinoLocalizationBe extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => '\$hour гадзіны нуль хвілін'; + String get datePickerHourSemanticsLabelFew => r'$hour гадзіны нуль хвілін'; @override - String get datePickerHourSemanticsLabelMany => '\$hour гадзін нуль хвілін'; + String get datePickerHourSemanticsLabelMany => r'$hour гадзін нуль хвілін'; @override - String get datePickerHourSemanticsLabelOne => '\$hour гадзіна нуль хвілін'; + String get datePickerHourSemanticsLabelOne => r'$hour гадзіна нуль хвілін'; @override - String get datePickerHourSemanticsLabelOther => '\$hour гадзіны нуль хвілін'; + String get datePickerHourSemanticsLabelOther => r'$hour гадзіны нуль хвілін'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -855,16 +855,16 @@ class CupertinoLocalizationBe extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => '\$minute хвіліны'; + String get datePickerMinuteSemanticsLabelFew => r'$minute хвіліны'; @override - String get datePickerMinuteSemanticsLabelMany => '\$minute хвілін'; + String get datePickerMinuteSemanticsLabelMany => r'$minute хвілін'; @override String get datePickerMinuteSemanticsLabelOne => '1 хвіліна'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute хвіліны'; + String get datePickerMinuteSemanticsLabelOther => r'$minute хвіліны'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -885,7 +885,7 @@ class CupertinoLocalizationBe extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Выбраць усе'; @override - String get tabSemanticsLabelRaw => 'Укладка \$tabIndex з \$tabCount'; + String get tabSemanticsLabelRaw => r'Укладка $tabIndex з $tabCount'; @override String get timerPickerHourLabelFew => 'гадзіны'; @@ -997,10 +997,10 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour часа'; + String get datePickerHourSemanticsLabelOne => r'$hour часа'; @override - String get datePickerHourSemanticsLabelOther => '\$hour часа'; + String get datePickerHourSemanticsLabelOther => r'$hour часа'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -1018,7 +1018,7 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 минута'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute минути'; + String get datePickerMinuteSemanticsLabelOther => r'$minute минути'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -1039,7 +1039,7 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Избиране на всички'; @override - String get tabSemanticsLabelRaw => 'Раздел \$tabIndex от \$tabCount'; + String get tabSemanticsLabelRaw => r'Раздел $tabIndex от $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -1151,10 +1151,10 @@ class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hourটা বাজে'; + String get datePickerHourSemanticsLabelOne => r'$hourটা বাজে'; @override - String get datePickerHourSemanticsLabelOther => '\$hourটা বাজে'; + String get datePickerHourSemanticsLabelOther => r'$hourটা বাজে'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -1172,7 +1172,7 @@ class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '১ মিনিট'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute মিনিট'; + String get datePickerMinuteSemanticsLabelOther => r'$minute মিনিট'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -1193,7 +1193,7 @@ class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'সব বেছে নিন'; @override - String get tabSemanticsLabelRaw => '\$tabCount-এর মধ্যে \$tabIndex নম্বর ট্যাব'; + String get tabSemanticsLabelRaw => r'$tabCount-এর মধ্যে $tabIndex নম্বর ট্যাব'; @override String get timerPickerHourLabelFew => null; @@ -1299,16 +1299,16 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => '\$hour sata'; + String get datePickerHourSemanticsLabelFew => r'$hour sata'; @override String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour sat'; + String get datePickerHourSemanticsLabelOne => r'$hour sat'; @override - String get datePickerHourSemanticsLabelOther => '\$hour sati'; + String get datePickerHourSemanticsLabelOther => r'$hour sati'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -1317,7 +1317,7 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => '\$minute minute'; + String get datePickerMinuteSemanticsLabelFew => r'$minute minute'; @override String get datePickerMinuteSemanticsLabelMany => null; @@ -1326,7 +1326,7 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minuta'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minuta'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minuta'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -1347,7 +1347,7 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Odaberi sve'; @override - String get tabSemanticsLabelRaw => 'Kartica \$tabIndex od \$tabCount'; + String get tabSemanticsLabelRaw => r'Kartica $tabIndex od $tabCount'; @override String get timerPickerHourLabelFew => 'sata'; @@ -1459,10 +1459,10 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour en punt'; + String get datePickerHourSemanticsLabelOne => r'$hour en punt'; @override - String get datePickerHourSemanticsLabelOther => '\$hour en punt'; + String get datePickerHourSemanticsLabelOther => r'$hour en punt'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -1480,7 +1480,7 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minut'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minuts'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minuts'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -1501,7 +1501,7 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Selecciona-ho tot'; @override - String get tabSemanticsLabelRaw => 'Pestanya \$tabIndex de \$tabCount'; + String get tabSemanticsLabelRaw => r'Pestanya $tabIndex de $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -1607,16 +1607,16 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => '\$hour hodiny'; + String get datePickerHourSemanticsLabelFew => r'$hour hodiny'; @override - String get datePickerHourSemanticsLabelMany => '\$hour hodiny'; + String get datePickerHourSemanticsLabelMany => r'$hour hodiny'; @override - String get datePickerHourSemanticsLabelOne => '\$hour hodina'; + String get datePickerHourSemanticsLabelOne => r'$hour hodina'; @override - String get datePickerHourSemanticsLabelOther => '\$hour hodin'; + String get datePickerHourSemanticsLabelOther => r'$hour hodin'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -1625,16 +1625,16 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => '\$minute minuty'; + String get datePickerMinuteSemanticsLabelFew => r'$minute minuty'; @override - String get datePickerMinuteSemanticsLabelMany => '\$minute minuty'; + String get datePickerMinuteSemanticsLabelMany => r'$minute minuty'; @override String get datePickerMinuteSemanticsLabelOne => '1 minuta'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minut'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minut'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -1655,7 +1655,7 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Vybrat vše'; @override - String get tabSemanticsLabelRaw => 'Karta \$tabIndex z \$tabCount'; + String get tabSemanticsLabelRaw => r'Karta $tabIndex z $tabCount'; @override String get timerPickerHourLabelFew => 'hodiny'; @@ -1767,10 +1767,10 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => 'klokken \$hour'; + String get datePickerHourSemanticsLabelOne => r'klokken $hour'; @override - String get datePickerHourSemanticsLabelOther => 'klokken \$hour'; + String get datePickerHourSemanticsLabelOther => r'klokken $hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -1788,7 +1788,7 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minut'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minutter'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minutter'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -1809,7 +1809,7 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Vælg alle'; @override - String get tabSemanticsLabelRaw => 'Fane \$tabIndex af \$tabCount'; + String get tabSemanticsLabelRaw => r'Fane $tabIndex af $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -1921,10 +1921,10 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour Uhr'; + String get datePickerHourSemanticsLabelOne => r'$hour Uhr'; @override - String get datePickerHourSemanticsLabelOther => '\$hour Uhr'; + String get datePickerHourSemanticsLabelOther => r'$hour Uhr'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -1942,7 +1942,7 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 Minute'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute Minuten'; + String get datePickerMinuteSemanticsLabelOther => r'$minute Minuten'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -1963,7 +1963,7 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Alles auswählen'; @override - String get tabSemanticsLabelRaw => 'Tab \$tabIndex von \$tabCount'; + String get tabSemanticsLabelRaw => r'Tab $tabIndex von $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -2106,10 +2106,10 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour ακριβώς'; + String get datePickerHourSemanticsLabelOne => r'$hour ακριβώς'; @override - String get datePickerHourSemanticsLabelOther => '\$hour ακριβώς'; + String get datePickerHourSemanticsLabelOther => r'$hour ακριβώς'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -2127,7 +2127,7 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 λεπτό'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute λεπτά'; + String get datePickerMinuteSemanticsLabelOther => r'$minute λεπτά'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -2148,7 +2148,7 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Επιλογή όλων'; @override - String get tabSemanticsLabelRaw => 'Καρτέλα \$tabIndex από \$tabCount'; + String get tabSemanticsLabelRaw => r'Καρτέλα $tabIndex από $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -2260,10 +2260,10 @@ class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour o\'clock'; + String get datePickerHourSemanticsLabelOne => r"$hour o'clock"; @override - String get datePickerHourSemanticsLabelOther => '\$hour o\'clock'; + String get datePickerHourSemanticsLabelOther => r"$hour o'clock"; @override String get datePickerHourSemanticsLabelTwo => null; @@ -2281,7 +2281,7 @@ class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minute'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minutes'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minutes'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -2302,7 +2302,7 @@ class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Select All'; @override - String get tabSemanticsLabelRaw => 'Tab \$tabIndex of \$tabCount'; + String get tabSemanticsLabelRaw => r'Tab $tabIndex of $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -2686,10 +2686,10 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => '\$hour en punto'; + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -2707,7 +2707,7 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minuto'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minutos'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minutos'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -2728,7 +2728,7 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Seleccionar todos'; @override - String get tabSemanticsLabelRaw => 'Pestaña \$tabIndex de \$tabCount'; + String get tabSemanticsLabelRaw => r'Pestaña $tabIndex de $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -2816,10 +2816,10 @@ class CupertinoLocalizationEs419 extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => '\$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => '\$hour en punto'; + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -2859,10 +2859,10 @@ class CupertinoLocalizationEsAr extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => '\$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => '\$hour en punto'; + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -2902,10 +2902,10 @@ class CupertinoLocalizationEsBo extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => '\$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => '\$hour en punto'; + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -2945,10 +2945,10 @@ class CupertinoLocalizationEsCl extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => '\$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => '\$hour en punto'; + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -2988,10 +2988,10 @@ class CupertinoLocalizationEsCo extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => '\$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => '\$hour en punto'; + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3031,10 +3031,10 @@ class CupertinoLocalizationEsCr extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => '\$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => '\$hour en punto'; + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3074,10 +3074,10 @@ class CupertinoLocalizationEsDo extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => '\$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => '\$hour en punto'; + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3117,10 +3117,10 @@ class CupertinoLocalizationEsEc extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => '\$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => '\$hour en punto'; + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3160,10 +3160,10 @@ class CupertinoLocalizationEsGt extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => '\$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => '\$hour en punto'; + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3203,10 +3203,10 @@ class CupertinoLocalizationEsHn extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => '\$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => '\$hour en punto'; + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3246,10 +3246,10 @@ class CupertinoLocalizationEsMx extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => '\$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => '\$hour en punto'; + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3289,10 +3289,10 @@ class CupertinoLocalizationEsNi extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => '\$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => '\$hour en punto'; + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3332,10 +3332,10 @@ class CupertinoLocalizationEsPa extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => '\$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => '\$hour en punto'; + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3375,10 +3375,10 @@ class CupertinoLocalizationEsPe extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => '\$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => '\$hour en punto'; + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3418,10 +3418,10 @@ class CupertinoLocalizationEsPr extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => '\$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => '\$hour en punto'; + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3461,10 +3461,10 @@ class CupertinoLocalizationEsPy extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => '\$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => '\$hour en punto'; + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3504,10 +3504,10 @@ class CupertinoLocalizationEsSv extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => '\$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => '\$hour en punto'; + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3547,10 +3547,10 @@ class CupertinoLocalizationEsUs extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => '\$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => '\$hour en punto'; + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3590,10 +3590,10 @@ class CupertinoLocalizationEsUy extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => '\$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => '\$hour en punto'; + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3633,10 +3633,10 @@ class CupertinoLocalizationEsVe extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => '\$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => '\$hour en punto'; + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3700,10 +3700,10 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => 'Kell \$hour'; + String get datePickerHourSemanticsLabelOne => r'Kell $hour'; @override - String get datePickerHourSemanticsLabelOther => 'Kell \$hour'; + String get datePickerHourSemanticsLabelOther => r'Kell $hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -3721,7 +3721,7 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minut'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minutit'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minutit'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -3742,7 +3742,7 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Vali kõik'; @override - String get tabSemanticsLabelRaw => '\$tabIndex. vaheleht \$tabCount-st'; + String get tabSemanticsLabelRaw => r'$tabIndex. vaheleht $tabCount-st'; @override String get timerPickerHourLabelFew => null; @@ -3854,10 +3854,10 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => 'Ordu\$houra da'; + String get datePickerHourSemanticsLabelOne => r'Ordu$houra da'; @override - String get datePickerHourSemanticsLabelOther => '\$hourak dira'; + String get datePickerHourSemanticsLabelOther => r'$hourak dira'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -3875,7 +3875,7 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => 'Minutu bat'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minutu'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minutu'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -3896,7 +3896,7 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Hautatu guztiak'; @override - String get tabSemanticsLabelRaw => '\$tabIndex/\$tabCount fitxa'; + String get tabSemanticsLabelRaw => r'$tabIndex/$tabCount fitxa'; @override String get timerPickerHourLabelFew => null; @@ -4008,10 +4008,10 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => 'ساعت \$hour'; + String get datePickerHourSemanticsLabelOne => r'ساعت $hour'; @override - String get datePickerHourSemanticsLabelOther => 'ساعت \$hour'; + String get datePickerHourSemanticsLabelOther => r'ساعت $hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -4029,7 +4029,7 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '۱ دقیقه'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute دقیقه'; + String get datePickerMinuteSemanticsLabelOther => r'$minute دقیقه'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -4050,7 +4050,7 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'انتخاب همه'; @override - String get tabSemanticsLabelRaw => 'برگه \$tabIndex از \$tabCount'; + String get tabSemanticsLabelRaw => r'برگه $tabIndex از $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -4162,10 +4162,10 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => 'klo \$hour'; + String get datePickerHourSemanticsLabelOne => r'klo $hour'; @override - String get datePickerHourSemanticsLabelOther => 'klo \$hour'; + String get datePickerHourSemanticsLabelOther => r'klo $hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -4183,7 +4183,7 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minuutti'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minuuttia'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minuuttia'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -4204,7 +4204,7 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Valitse kaikki'; @override - String get tabSemanticsLabelRaw => 'Välilehti \$tabIndex/\$tabCount'; + String get tabSemanticsLabelRaw => r'Välilehti $tabIndex/$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -4316,10 +4316,10 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => 'Ala \$hour'; + String get datePickerHourSemanticsLabelOne => r'Ala $hour'; @override - String get datePickerHourSemanticsLabelOther => 'Alas \$hour'; + String get datePickerHourSemanticsLabelOther => r'Alas $hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -4337,7 +4337,7 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minuto'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute na minuto'; + String get datePickerMinuteSemanticsLabelOther => r'$minute na minuto'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -4358,7 +4358,7 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Piliin Lahat'; @override - String get tabSemanticsLabelRaw => 'Tab \$tabIndex ng \$tabCount'; + String get tabSemanticsLabelRaw => r'Tab $tabIndex ng $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -4470,10 +4470,10 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour heure'; + String get datePickerHourSemanticsLabelOne => r'$hour heure'; @override - String get datePickerHourSemanticsLabelOther => '\$hour heures'; + String get datePickerHourSemanticsLabelOther => r'$hour heures'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -4491,7 +4491,7 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minute'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minutes'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minutes'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -4512,7 +4512,7 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Tout sélect.'; @override - String get tabSemanticsLabelRaw => 'Onglet \$tabIndex sur \$tabCount'; + String get tabSemanticsLabelRaw => r'Onglet $tabIndex sur $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -4569,7 +4569,7 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => 'aujourd\'hui'; + String get todayLabel => "aujourd'hui"; } /// The translations for French, as used in Canada (`fr_CA`). @@ -4600,10 +4600,10 @@ class CupertinoLocalizationFrCa extends CupertinoLocalizationFr { ); @override - String get datePickerHourSemanticsLabelOne => '\$hour heure'; + String get datePickerHourSemanticsLabelOne => r'$hour heure'; @override - String get datePickerHourSemanticsLabelOther => '\$hour heures'; + String get datePickerHourSemanticsLabelOther => r'$hour heures'; @override String get anteMeridiemAbbreviation => 'am'; @@ -4612,7 +4612,7 @@ class CupertinoLocalizationFrCa extends CupertinoLocalizationFr { String get postMeridiemAbbreviation => 'pm'; @override - String get todayLabel => 'Aujourd\'hui'; + String get todayLabel => "Aujourd'hui"; @override String get timerPickerMinuteLabelOne => 'min'; @@ -4676,10 +4676,10 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => '\$hour en punto'; + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -4697,7 +4697,7 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minuto'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minutos'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minutos'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -4718,7 +4718,7 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Seleccionar todo'; @override - String get tabSemanticsLabelRaw => 'Pestana \$tabIndex de \$tabCount'; + String get tabSemanticsLabelRaw => r'Pestana $tabIndex de $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -4830,10 +4830,10 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour Uhr'; + String get datePickerHourSemanticsLabelOne => r'$hour Uhr'; @override - String get datePickerHourSemanticsLabelOther => '\$hour Uhr'; + String get datePickerHourSemanticsLabelOther => r'$hour Uhr'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -4851,7 +4851,7 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 Minute'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute Minuten'; + String get datePickerMinuteSemanticsLabelOther => r'$minute Minuten'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -4872,7 +4872,7 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Alles auswählen'; @override - String get tabSemanticsLabelRaw => 'Tab \$tabIndex von \$tabCount'; + String get tabSemanticsLabelRaw => r'Tab $tabIndex von $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -4984,10 +4984,10 @@ class CupertinoLocalizationGu extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour વાગ્યો છે'; + String get datePickerHourSemanticsLabelOne => r'$hour વાગ્યો છે'; @override - String get datePickerHourSemanticsLabelOther => '\$hour વાગ્યા છે'; + String get datePickerHourSemanticsLabelOther => r'$hour વાગ્યા છે'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -5005,7 +5005,7 @@ class CupertinoLocalizationGu extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 મિનિટ'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute મિનિટ'; + String get datePickerMinuteSemanticsLabelOther => r'$minute મિનિટ'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -5026,7 +5026,7 @@ class CupertinoLocalizationGu extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'બધા પસંદ કરો'; @override - String get tabSemanticsLabelRaw => '\$tabCountમાંથી \$tabIndex ટૅબ'; + String get tabSemanticsLabelRaw => r'$tabCountમાંથી $tabIndex ટૅબ'; @override String get timerPickerHourLabelFew => null; @@ -5135,16 +5135,16 @@ class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => '\$hour בדיוק'; + String get datePickerHourSemanticsLabelMany => r'$hour בדיוק'; @override - String get datePickerHourSemanticsLabelOne => '\$hour בדיוק'; + String get datePickerHourSemanticsLabelOne => r'$hour בדיוק'; @override - String get datePickerHourSemanticsLabelOther => '\$hour בדיוק'; + String get datePickerHourSemanticsLabelOther => r'$hour בדיוק'; @override - String get datePickerHourSemanticsLabelTwo => '\$hour בדיוק'; + String get datePickerHourSemanticsLabelTwo => r'$hour בדיוק'; @override String get datePickerHourSemanticsLabelZero => null; @@ -5153,16 +5153,16 @@ class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => '\$minute דקות'; + String get datePickerMinuteSemanticsLabelMany => r'$minute דקות'; @override String get datePickerMinuteSemanticsLabelOne => 'דקה אחת'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute דקות'; + String get datePickerMinuteSemanticsLabelOther => r'$minute דקות'; @override - String get datePickerMinuteSemanticsLabelTwo => '\$minute דקות'; + String get datePickerMinuteSemanticsLabelTwo => r'$minute דקות'; @override String get datePickerMinuteSemanticsLabelZero => null; @@ -5180,7 +5180,7 @@ class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'בחירת הכול'; @override - String get tabSemanticsLabelRaw => 'כרטיסייה \$tabIndex מתוך \$tabCount'; + String get tabSemanticsLabelRaw => r'כרטיסייה $tabIndex מתוך $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -5292,10 +5292,10 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour बजे'; + String get datePickerHourSemanticsLabelOne => r'$hour बजे'; @override - String get datePickerHourSemanticsLabelOther => '\$hour बजे'; + String get datePickerHourSemanticsLabelOther => r'$hour बजे'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -5313,7 +5313,7 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 मिनट'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute मिनट'; + String get datePickerMinuteSemanticsLabelOther => r'$minute मिनट'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -5334,7 +5334,7 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'सभी चुनें'; @override - String get tabSemanticsLabelRaw => '\$tabCount का टैब \$tabIndex'; + String get tabSemanticsLabelRaw => r'$tabCount का टैब $tabIndex'; @override String get timerPickerHourLabelFew => null; @@ -5440,16 +5440,16 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => '\$hour sata'; + String get datePickerHourSemanticsLabelFew => r'$hour sata'; @override String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour sat'; + String get datePickerHourSemanticsLabelOne => r'$hour sat'; @override - String get datePickerHourSemanticsLabelOther => '\$hour sati'; + String get datePickerHourSemanticsLabelOther => r'$hour sati'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -5458,7 +5458,7 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => '\$minute minute'; + String get datePickerMinuteSemanticsLabelFew => r'$minute minute'; @override String get datePickerMinuteSemanticsLabelMany => null; @@ -5467,7 +5467,7 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => 'Jedna minuta'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minuta'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minuta'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -5488,7 +5488,7 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Odaberi sve'; @override - String get tabSemanticsLabelRaw => 'Kartica \$tabIndex od \$tabCount'; + String get tabSemanticsLabelRaw => r'Kartica $tabIndex od $tabCount'; @override String get timerPickerHourLabelFew => 'sata'; @@ -5600,10 +5600,10 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour óra'; + String get datePickerHourSemanticsLabelOne => r'$hour óra'; @override - String get datePickerHourSemanticsLabelOther => '\$hour óra'; + String get datePickerHourSemanticsLabelOther => r'$hour óra'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -5621,7 +5621,7 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 perc'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute perc'; + String get datePickerMinuteSemanticsLabelOther => r'$minute perc'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -5642,7 +5642,7 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Összes kijelölése'; @override - String get tabSemanticsLabelRaw => '\$tabCount/\$tabIndex. lap'; + String get tabSemanticsLabelRaw => r'$tabCount/$tabIndex. lap'; @override String get timerPickerHourLabelFew => null; @@ -5754,10 +5754,10 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour:00'; + String get datePickerHourSemanticsLabelOne => r'$hour:00'; @override - String get datePickerHourSemanticsLabelOther => '\$hour:00'; + String get datePickerHourSemanticsLabelOther => r'$hour:00'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -5775,7 +5775,7 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 րոպե'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute րոպե'; + String get datePickerMinuteSemanticsLabelOther => r'$minute րոպե'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -5796,7 +5796,7 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Նշել բոլորը'; @override - String get tabSemanticsLabelRaw => 'Ներդիր \$tabIndex՝ \$tabCount-ից'; + String get tabSemanticsLabelRaw => r'Ներդիր $tabIndex՝ $tabCount-ից'; @override String get timerPickerHourLabelFew => null; @@ -5908,10 +5908,10 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour tepat'; + String get datePickerHourSemanticsLabelOne => r'$hour tepat'; @override - String get datePickerHourSemanticsLabelOther => '\$hour tepat'; + String get datePickerHourSemanticsLabelOther => r'$hour tepat'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -5929,7 +5929,7 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 menit'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute menit'; + String get datePickerMinuteSemanticsLabelOther => r'$minute menit'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -5950,7 +5950,7 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Pilih Semua'; @override - String get tabSemanticsLabelRaw => 'Tab \$tabIndex dari \$tabCount'; + String get tabSemanticsLabelRaw => r'Tab $tabIndex dari $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -6062,10 +6062,10 @@ class CupertinoLocalizationIs extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => 'klukkan \$hour'; + String get datePickerHourSemanticsLabelOne => r'klukkan $hour'; @override - String get datePickerHourSemanticsLabelOther => 'klukkan \$hour'; + String get datePickerHourSemanticsLabelOther => r'klukkan $hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -6083,7 +6083,7 @@ class CupertinoLocalizationIs extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 mínúta'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute mínútur'; + String get datePickerMinuteSemanticsLabelOther => r'$minute mínútur'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -6104,7 +6104,7 @@ class CupertinoLocalizationIs extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Velja allt'; @override - String get tabSemanticsLabelRaw => 'Flipi \$tabIndex af \$tabCount'; + String get tabSemanticsLabelRaw => r'Flipi $tabIndex af $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -6216,10 +6216,10 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour in punto'; + String get datePickerHourSemanticsLabelOne => r'$hour in punto'; @override - String get datePickerHourSemanticsLabelOther => '\$hour in punto'; + String get datePickerHourSemanticsLabelOther => r'$hour in punto'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -6237,7 +6237,7 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minuto'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minuti'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minuti'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -6258,7 +6258,7 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Seleziona tutto'; @override - String get tabSemanticsLabelRaw => 'Scheda \$tabIndex di \$tabCount'; + String get tabSemanticsLabelRaw => r'Scheda $tabIndex di $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -6370,10 +6370,10 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour時'; + String get datePickerHourSemanticsLabelOne => r'$hour時'; @override - String get datePickerHourSemanticsLabelOther => '\$hour時'; + String get datePickerHourSemanticsLabelOther => r'$hour時'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -6391,7 +6391,7 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1分'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute分'; + String get datePickerMinuteSemanticsLabelOther => r'$minute分'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -6412,7 +6412,7 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'すべて選択'; @override - String get tabSemanticsLabelRaw => 'タブ: \$tabIndex/\$tabCount'; + String get tabSemanticsLabelRaw => r'タブ: $tabIndex/$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -6524,10 +6524,10 @@ class CupertinoLocalizationKa extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour საათი'; + String get datePickerHourSemanticsLabelOne => r'$hour საათი'; @override - String get datePickerHourSemanticsLabelOther => '\$hour საათი'; + String get datePickerHourSemanticsLabelOther => r'$hour საათი'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -6545,7 +6545,7 @@ class CupertinoLocalizationKa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 წუთი'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute წუთი'; + String get datePickerMinuteSemanticsLabelOther => r'$minute წუთი'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -6566,7 +6566,7 @@ class CupertinoLocalizationKa extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'ყველას არჩევა'; @override - String get tabSemanticsLabelRaw => 'ჩანართი \$tabIndex / \$tabCount-დან'; + String get tabSemanticsLabelRaw => r'ჩანართი $tabIndex / $tabCount-დან'; @override String get timerPickerHourLabelFew => null; @@ -6678,10 +6678,10 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => 'Сағат: \$hour'; + String get datePickerHourSemanticsLabelOne => r'Сағат: $hour'; @override - String get datePickerHourSemanticsLabelOther => 'Сағат: \$hour'; + String get datePickerHourSemanticsLabelOther => r'Сағат: $hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -6699,7 +6699,7 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 минут'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute минут'; + String get datePickerMinuteSemanticsLabelOther => r'$minute минут'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -6720,7 +6720,7 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Барлығын таңдау'; @override - String get tabSemanticsLabelRaw => 'Қойынды: \$tabIndex/\$tabCount'; + String get tabSemanticsLabelRaw => r'Қойынды: $tabIndex/$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -6832,10 +6832,10 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => 'ម៉ោង \$hour'; + String get datePickerHourSemanticsLabelOne => r'ម៉ោង $hour'; @override - String get datePickerHourSemanticsLabelOther => 'ម៉ោង \$hour'; + String get datePickerHourSemanticsLabelOther => r'ម៉ោង $hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -6853,7 +6853,7 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 នាទី'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute នាទី'; + String get datePickerMinuteSemanticsLabelOther => r'$minute នាទី'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -6874,7 +6874,7 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'ជ្រើសរើស​ទាំងអស់'; @override - String get tabSemanticsLabelRaw => 'ផ្ទាំងទី \$tabIndex នៃ \$tabCount'; + String get tabSemanticsLabelRaw => r'ផ្ទាំងទី $tabIndex នៃ $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -7140,10 +7140,10 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour시 정각'; + String get datePickerHourSemanticsLabelOne => r'$hour시 정각'; @override - String get datePickerHourSemanticsLabelOther => '\$hour시 정각'; + String get datePickerHourSemanticsLabelOther => r'$hour시 정각'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -7161,7 +7161,7 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1분'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute분'; + String get datePickerMinuteSemanticsLabelOther => r'$minute분'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -7182,7 +7182,7 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => '전체 선택'; @override - String get tabSemanticsLabelRaw => '탭 \$tabCount개 중 \$tabIndex번째'; + String get tabSemanticsLabelRaw => r'탭 $tabCount개 중 $tabIndex번째'; @override String get timerPickerHourLabelFew => null; @@ -7294,10 +7294,10 @@ class CupertinoLocalizationKy extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => 'Саат \$hour'; + String get datePickerHourSemanticsLabelOne => r'Саат $hour'; @override - String get datePickerHourSemanticsLabelOther => 'Саат \$hour'; + String get datePickerHourSemanticsLabelOther => r'Саат $hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -7315,7 +7315,7 @@ class CupertinoLocalizationKy extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 мүнөт'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute мүнөт'; + String get datePickerMinuteSemanticsLabelOther => r'$minute мүнөт'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -7336,7 +7336,7 @@ class CupertinoLocalizationKy extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Баарын тандоо'; @override - String get tabSemanticsLabelRaw => '\$tabCount ичинен \$tabIndex-өтмөк'; + String get tabSemanticsLabelRaw => r'$tabCount ичинен $tabIndex-өтмөк'; @override String get timerPickerHourLabelFew => null; @@ -7448,10 +7448,10 @@ class CupertinoLocalizationLo extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour ໂມງກົງ'; + String get datePickerHourSemanticsLabelOne => r'$hour ໂມງກົງ'; @override - String get datePickerHourSemanticsLabelOther => '\$hour ໂມງກົງ'; + String get datePickerHourSemanticsLabelOther => r'$hour ໂມງກົງ'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -7469,7 +7469,7 @@ class CupertinoLocalizationLo extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 ນາທີ'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute ນາທີ'; + String get datePickerMinuteSemanticsLabelOther => r'$minute ນາທີ'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -7490,7 +7490,7 @@ class CupertinoLocalizationLo extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'ເລືອກທັງໝົດ'; @override - String get tabSemanticsLabelRaw => 'ແຖບທີ \$tabIndex ຈາກທັງໝົດ \$tabCount'; + String get tabSemanticsLabelRaw => r'ແຖບທີ $tabIndex ຈາກທັງໝົດ $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -7596,16 +7596,16 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => '\$hour val.'; + String get datePickerHourSemanticsLabelFew => r'$hour val.'; @override - String get datePickerHourSemanticsLabelMany => '\$hour val.'; + String get datePickerHourSemanticsLabelMany => r'$hour val.'; @override - String get datePickerHourSemanticsLabelOne => '\$hour val.'; + String get datePickerHourSemanticsLabelOne => r'$hour val.'; @override - String get datePickerHourSemanticsLabelOther => '\$hour val.'; + String get datePickerHourSemanticsLabelOther => r'$hour val.'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -7614,16 +7614,16 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => '\$minute min.'; + String get datePickerMinuteSemanticsLabelFew => r'$minute min.'; @override - String get datePickerMinuteSemanticsLabelMany => '\$minute min.'; + String get datePickerMinuteSemanticsLabelMany => r'$minute min.'; @override String get datePickerMinuteSemanticsLabelOne => '1 min.'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute min.'; + String get datePickerMinuteSemanticsLabelOther => r'$minute min.'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -7644,7 +7644,7 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Pasirinkti viską'; @override - String get tabSemanticsLabelRaw => '\$tabIndex skirtukas iš \$tabCount'; + String get tabSemanticsLabelRaw => r'$tabIndex skirtukas iš $tabCount'; @override String get timerPickerHourLabelFew => 'val.'; @@ -7756,16 +7756,16 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => 'plkst. \$hour'; + String get datePickerHourSemanticsLabelOne => r'plkst. $hour'; @override - String get datePickerHourSemanticsLabelOther => 'plkst. \$hour'; + String get datePickerHourSemanticsLabelOther => r'plkst. $hour'; @override String get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => 'plkst. \$hour'; + String get datePickerHourSemanticsLabelZero => r'plkst. $hour'; @override String get datePickerMinuteSemanticsLabelFew => null; @@ -7777,13 +7777,13 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minūte'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minūtes'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minūtes'; @override String get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => '\$minute minūtes'; + String get datePickerMinuteSemanticsLabelZero => r'$minute minūtes'; @override String get modalBarrierDismissLabel => 'Nerādīt'; @@ -7798,7 +7798,7 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Atlasīt visu'; @override - String get tabSemanticsLabelRaw => '\$tabIndex. cilne no \$tabCount'; + String get tabSemanticsLabelRaw => r'$tabIndex. cilne no $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -7910,10 +7910,10 @@ class CupertinoLocalizationMk extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour часот'; + String get datePickerHourSemanticsLabelOne => r'$hour часот'; @override - String get datePickerHourSemanticsLabelOther => '\$hour часот'; + String get datePickerHourSemanticsLabelOther => r'$hour часот'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -7931,7 +7931,7 @@ class CupertinoLocalizationMk extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 минута'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute минути'; + String get datePickerMinuteSemanticsLabelOther => r'$minute минути'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -7952,7 +7952,7 @@ class CupertinoLocalizationMk extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Избери ги сите'; @override - String get tabSemanticsLabelRaw => 'Картичка \$tabIndex од \$tabCount'; + String get tabSemanticsLabelRaw => r'Картичка $tabIndex од $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -8064,10 +8064,10 @@ class CupertinoLocalizationMl extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour മണി'; + String get datePickerHourSemanticsLabelOne => r'$hour മണി'; @override - String get datePickerHourSemanticsLabelOther => '\$hour മണി'; + String get datePickerHourSemanticsLabelOther => r'$hour മണി'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -8085,7 +8085,7 @@ class CupertinoLocalizationMl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => 'ഒരു മിനിറ്റ്'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute മിനിറ്റ്'; + String get datePickerMinuteSemanticsLabelOther => r'$minute മിനിറ്റ്'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -8106,7 +8106,7 @@ class CupertinoLocalizationMl extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'എല്ലാം തിരഞ്ഞെടുക്കുക'; @override - String get tabSemanticsLabelRaw => '\$tabCount ടാബിൽ \$tabIndex-ാമത്തേത്'; + String get tabSemanticsLabelRaw => r'$tabCount ടാബിൽ $tabIndex-ാമത്തേത്'; @override String get timerPickerHourLabelFew => null; @@ -8218,10 +8218,10 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour цаг'; + String get datePickerHourSemanticsLabelOne => r'$hour цаг'; @override - String get datePickerHourSemanticsLabelOther => '\$hour цаг'; + String get datePickerHourSemanticsLabelOther => r'$hour цаг'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -8239,7 +8239,7 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 минут'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute минут'; + String get datePickerMinuteSemanticsLabelOther => r'$minute минут'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -8260,7 +8260,7 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Бүгдийг сонгох'; @override - String get tabSemanticsLabelRaw => '\$tabCount-н \$tabIndex-р таб'; + String get tabSemanticsLabelRaw => r'$tabCount-н $tabIndex-р таб'; @override String get timerPickerHourLabelFew => null; @@ -8372,10 +8372,10 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour वाजता'; + String get datePickerHourSemanticsLabelOne => r'$hour वाजता'; @override - String get datePickerHourSemanticsLabelOther => '\$hour वाजता'; + String get datePickerHourSemanticsLabelOther => r'$hour वाजता'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -8393,7 +8393,7 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => 'एक मिनिट'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute मिनिटे'; + String get datePickerMinuteSemanticsLabelOther => r'$minute मिनिटे'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -8414,7 +8414,7 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'सर्व निवडा'; @override - String get tabSemanticsLabelRaw => '\$tabCount पैकी \$tabIndex टॅब'; + String get tabSemanticsLabelRaw => r'$tabCount पैकी $tabIndex टॅब'; @override String get timerPickerHourLabelFew => null; @@ -8526,10 +8526,10 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => 'Pukul \$hour'; + String get datePickerHourSemanticsLabelOne => r'Pukul $hour'; @override - String get datePickerHourSemanticsLabelOther => 'Pukul \$hour'; + String get datePickerHourSemanticsLabelOther => r'Pukul $hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -8547,7 +8547,7 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minit'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minit'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minit'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -8568,7 +8568,7 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Pilih Semua'; @override - String get tabSemanticsLabelRaw => 'Tab \$tabIndex daripada \$tabCount'; + String get tabSemanticsLabelRaw => r'Tab $tabIndex daripada $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -8680,10 +8680,10 @@ class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour နာရီ'; + String get datePickerHourSemanticsLabelOne => r'$hour နာရီ'; @override - String get datePickerHourSemanticsLabelOther => '\$hour နာရီ'; + String get datePickerHourSemanticsLabelOther => r'$hour နာရီ'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -8701,7 +8701,7 @@ class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '၁ မိနစ်'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute မိနစ်'; + String get datePickerMinuteSemanticsLabelOther => r'$minute မိနစ်'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -8722,7 +8722,7 @@ class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'အားလုံး ရွေးရန်'; @override - String get tabSemanticsLabelRaw => 'တဘ် \$tabCount ခုအနက် \$tabIndex ခု'; + String get tabSemanticsLabelRaw => r'တဘ် $tabCount ခုအနက် $tabIndex ခု'; @override String get timerPickerHourLabelFew => null; @@ -8834,10 +8834,10 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour null-null'; + String get datePickerHourSemanticsLabelOne => r'$hour null-null'; @override - String get datePickerHourSemanticsLabelOther => '\$hour null-null'; + String get datePickerHourSemanticsLabelOther => r'$hour null-null'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -8855,7 +8855,7 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minutt'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minutter'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minutter'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -8876,7 +8876,7 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Velg alle'; @override - String get tabSemanticsLabelRaw => 'Fane \$tabIndex av \$tabCount'; + String get tabSemanticsLabelRaw => r'Fane $tabIndex av $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -8988,10 +8988,10 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour बजे'; + String get datePickerHourSemanticsLabelOne => r'$hour बजे'; @override - String get datePickerHourSemanticsLabelOther => '\$hour बजे'; + String get datePickerHourSemanticsLabelOther => r'$hour बजे'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -9009,7 +9009,7 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '१ मिनेट'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute मिनेट'; + String get datePickerMinuteSemanticsLabelOther => r'$minute मिनेट'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -9030,7 +9030,7 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'सबै चयन गर्नुहोस्'; @override - String get tabSemanticsLabelRaw => '\$tabCount मध्ये \$tabIndex ट्याब'; + String get tabSemanticsLabelRaw => r'$tabCount मध्ये $tabIndex ट्याब'; @override String get timerPickerHourLabelFew => null; @@ -9142,10 +9142,10 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour uur'; + String get datePickerHourSemanticsLabelOne => r'$hour uur'; @override - String get datePickerHourSemanticsLabelOther => '\$hour uur'; + String get datePickerHourSemanticsLabelOther => r'$hour uur'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -9163,7 +9163,7 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minuut'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minuten'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minuten'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -9184,7 +9184,7 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Alles selecteren'; @override - String get tabSemanticsLabelRaw => 'Tabblad \$tabIndex van \$tabCount'; + String get tabSemanticsLabelRaw => r'Tabblad $tabIndex van $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -9296,10 +9296,10 @@ class CupertinoLocalizationNo extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour null-null'; + String get datePickerHourSemanticsLabelOne => r'$hour null-null'; @override - String get datePickerHourSemanticsLabelOther => '\$hour null-null'; + String get datePickerHourSemanticsLabelOther => r'$hour null-null'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -9317,7 +9317,7 @@ class CupertinoLocalizationNo extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minutt'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minutter'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minutter'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -9338,7 +9338,7 @@ class CupertinoLocalizationNo extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Velg alle'; @override - String get tabSemanticsLabelRaw => 'Fane \$tabIndex av \$tabCount'; + String get tabSemanticsLabelRaw => r'Fane $tabIndex av $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -9450,10 +9450,10 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hourଟା'; + String get datePickerHourSemanticsLabelOne => r'$hourଟା'; @override - String get datePickerHourSemanticsLabelOther => '\$hourଟା'; + String get datePickerHourSemanticsLabelOther => r'$hourଟା'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -9471,7 +9471,7 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 ମିନିଟ୍'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute ମିନିଟ୍'; + String get datePickerMinuteSemanticsLabelOther => r'$minute ମିନିଟ୍'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -9492,7 +9492,7 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'ସମସ୍ତ ଚୟନ କରନ୍ତୁ'; @override - String get tabSemanticsLabelRaw => '\$tabCountର \$tabIndex ଟାବ୍'; + String get tabSemanticsLabelRaw => r'$tabCountର $tabIndex ଟାବ୍'; @override String get timerPickerHourLabelFew => null; @@ -9604,10 +9604,10 @@ class CupertinoLocalizationPa extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour ਵਜੇ'; + String get datePickerHourSemanticsLabelOne => r'$hour ਵਜੇ'; @override - String get datePickerHourSemanticsLabelOther => '\$hour ਵਜੇ'; + String get datePickerHourSemanticsLabelOther => r'$hour ਵਜੇ'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -9625,7 +9625,7 @@ class CupertinoLocalizationPa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 ਮਿੰਟ'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute ਮਿੰਟ'; + String get datePickerMinuteSemanticsLabelOther => r'$minute ਮਿੰਟ'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -9646,7 +9646,7 @@ class CupertinoLocalizationPa extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'ਸਭ ਚੁਣੋ'; @override - String get tabSemanticsLabelRaw => '\$tabCount ਵਿੱਚੋਂ \$tabIndex ਟੈਬ'; + String get tabSemanticsLabelRaw => r'$tabCount ਵਿੱਚੋਂ $tabIndex ਟੈਬ'; @override String get timerPickerHourLabelFew => null; @@ -9752,16 +9752,16 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => '\$hour'; + String get datePickerHourSemanticsLabelFew => r'$hour'; @override - String get datePickerHourSemanticsLabelMany => '\$hour'; + String get datePickerHourSemanticsLabelMany => r'$hour'; @override - String get datePickerHourSemanticsLabelOne => '\$hour'; + String get datePickerHourSemanticsLabelOne => r'$hour'; @override - String get datePickerHourSemanticsLabelOther => '\$hour'; + String get datePickerHourSemanticsLabelOther => r'$hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -9770,16 +9770,16 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => '\$minute minuty'; + String get datePickerMinuteSemanticsLabelFew => r'$minute minuty'; @override - String get datePickerMinuteSemanticsLabelMany => '\$minute minut'; + String get datePickerMinuteSemanticsLabelMany => r'$minute minut'; @override String get datePickerMinuteSemanticsLabelOne => '1 minuta'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minuty'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minuty'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -9800,7 +9800,7 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Wybierz wszystkie'; @override - String get tabSemanticsLabelRaw => 'Karta \$tabIndex z \$tabCount'; + String get tabSemanticsLabelRaw => r'Karta $tabIndex z $tabCount'; @override String get timerPickerHourLabelFew => 'godziny'; @@ -9912,10 +9912,10 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour hora'; + String get datePickerHourSemanticsLabelOne => r'$hour hora'; @override - String get datePickerHourSemanticsLabelOther => '\$hour horas'; + String get datePickerHourSemanticsLabelOther => r'$hour horas'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -9933,7 +9933,7 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minuto'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minutos'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minutos'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -9954,7 +9954,7 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Selecionar Tudo'; @override - String get tabSemanticsLabelRaw => 'Guia \$tabIndex de \$tabCount'; + String get tabSemanticsLabelRaw => r'Guia $tabIndex de $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -10042,10 +10042,10 @@ class CupertinoLocalizationPtPt extends CupertinoLocalizationPt { ); @override - String get tabSemanticsLabelRaw => 'Separador \$tabIndex de \$tabCount'; + String get tabSemanticsLabelRaw => r'Separador $tabIndex de $tabCount'; @override - String get datePickerHourSemanticsLabelOther => '\$hour hora'; + String get datePickerHourSemanticsLabelOther => r'$hour hora'; @override String get timerPickerSecondLabelOne => 'seg'; @@ -10106,16 +10106,16 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => 'Ora \$hour'; + String get datePickerHourSemanticsLabelFew => r'Ora $hour'; @override String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => 'Ora \$hour'; + String get datePickerHourSemanticsLabelOne => r'Ora $hour'; @override - String get datePickerHourSemanticsLabelOther => 'Ora \$hour'; + String get datePickerHourSemanticsLabelOther => r'Ora $hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -10124,7 +10124,7 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => '\$minute minute'; + String get datePickerMinuteSemanticsLabelFew => r'$minute minute'; @override String get datePickerMinuteSemanticsLabelMany => null; @@ -10133,7 +10133,7 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minut'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute de minute'; + String get datePickerMinuteSemanticsLabelOther => r'$minute de minute'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -10154,7 +10154,7 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Selectați-le pe toate'; @override - String get tabSemanticsLabelRaw => 'Fila \$tabIndex din \$tabCount'; + String get tabSemanticsLabelRaw => r'Fila $tabIndex din $tabCount'; @override String get timerPickerHourLabelFew => 'ore'; @@ -10260,16 +10260,16 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => '\$hour часа'; + String get datePickerHourSemanticsLabelFew => r'$hour часа'; @override - String get datePickerHourSemanticsLabelMany => '\$hour часов'; + String get datePickerHourSemanticsLabelMany => r'$hour часов'; @override - String get datePickerHourSemanticsLabelOne => '\$hour час'; + String get datePickerHourSemanticsLabelOne => r'$hour час'; @override - String get datePickerHourSemanticsLabelOther => '\$hour часа'; + String get datePickerHourSemanticsLabelOther => r'$hour часа'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -10278,16 +10278,16 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => '\$minute минуты'; + String get datePickerMinuteSemanticsLabelFew => r'$minute минуты'; @override - String get datePickerMinuteSemanticsLabelMany => '\$minute минут'; + String get datePickerMinuteSemanticsLabelMany => r'$minute минут'; @override String get datePickerMinuteSemanticsLabelOne => '1 минута'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute минуты'; + String get datePickerMinuteSemanticsLabelOther => r'$minute минуты'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -10308,7 +10308,7 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Выбрать все'; @override - String get tabSemanticsLabelRaw => 'Вкладка \$tabIndex из \$tabCount'; + String get tabSemanticsLabelRaw => r'Вкладка $tabIndex из $tabCount'; @override String get timerPickerHourLabelFew => 'часа'; @@ -10420,10 +10420,10 @@ class CupertinoLocalizationSi extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hourයි'; + String get datePickerHourSemanticsLabelOne => r'$hourයි'; @override - String get datePickerHourSemanticsLabelOther => '\$hourයි'; + String get datePickerHourSemanticsLabelOther => r'$hourයි'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -10441,7 +10441,7 @@ class CupertinoLocalizationSi extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => 'මිනිත්තු 1'; @override - String get datePickerMinuteSemanticsLabelOther => 'මිනිත්තු \$minute'; + String get datePickerMinuteSemanticsLabelOther => r'මිනිත්තු $minute'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -10462,7 +10462,7 @@ class CupertinoLocalizationSi extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'සියල්ල තෝරන්න'; @override - String get tabSemanticsLabelRaw => 'ටැබ \$tabCount න් \$tabIndex'; + String get tabSemanticsLabelRaw => r'ටැබ $tabCount න් $tabIndex'; @override String get timerPickerHourLabelFew => null; @@ -10568,16 +10568,16 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => '\$hour hodiny'; + String get datePickerHourSemanticsLabelFew => r'$hour hodiny'; @override - String get datePickerHourSemanticsLabelMany => '\$hour hodiny'; + String get datePickerHourSemanticsLabelMany => r'$hour hodiny'; @override - String get datePickerHourSemanticsLabelOne => '\$hour hodina'; + String get datePickerHourSemanticsLabelOne => r'$hour hodina'; @override - String get datePickerHourSemanticsLabelOther => '\$hour hodín'; + String get datePickerHourSemanticsLabelOther => r'$hour hodín'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -10586,16 +10586,16 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => '\$minute minúty'; + String get datePickerMinuteSemanticsLabelFew => r'$minute minúty'; @override - String get datePickerMinuteSemanticsLabelMany => '\$minute minúty'; + String get datePickerMinuteSemanticsLabelMany => r'$minute minúty'; @override String get datePickerMinuteSemanticsLabelOne => '1 minúta'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minút'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minút'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -10616,7 +10616,7 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Vybrať všetko'; @override - String get tabSemanticsLabelRaw => 'Karta \$tabIndex z \$tabCount'; + String get tabSemanticsLabelRaw => r'Karta $tabIndex z $tabCount'; @override String get timerPickerHourLabelFew => 'hodiny'; @@ -10722,25 +10722,25 @@ class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => '\$hour'; + String get datePickerHourSemanticsLabelFew => r'$hour'; @override String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour'; + String get datePickerHourSemanticsLabelOne => r'$hour'; @override - String get datePickerHourSemanticsLabelOther => '\$hour'; + String get datePickerHourSemanticsLabelOther => r'$hour'; @override - String get datePickerHourSemanticsLabelTwo => '\$hour'; + String get datePickerHourSemanticsLabelTwo => r'$hour'; @override String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => '\$minute minute'; + String get datePickerMinuteSemanticsLabelFew => r'$minute minute'; @override String get datePickerMinuteSemanticsLabelMany => null; @@ -10749,10 +10749,10 @@ class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minuta'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minut'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minut'; @override - String get datePickerMinuteSemanticsLabelTwo => '\$minute minuti'; + String get datePickerMinuteSemanticsLabelTwo => r'$minute minuti'; @override String get datePickerMinuteSemanticsLabelZero => null; @@ -10770,7 +10770,7 @@ class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Izberi vse'; @override - String get tabSemanticsLabelRaw => 'Zavihek \$tabIndex od \$tabCount'; + String get tabSemanticsLabelRaw => r'Zavihek $tabIndex od $tabCount'; @override String get timerPickerHourLabelFew => 'ure'; @@ -10882,10 +10882,10 @@ class CupertinoLocalizationSq extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour fiks'; + String get datePickerHourSemanticsLabelOne => r'$hour fiks'; @override - String get datePickerHourSemanticsLabelOther => '\$hour fiks'; + String get datePickerHourSemanticsLabelOther => r'$hour fiks'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -10903,7 +10903,7 @@ class CupertinoLocalizationSq extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minutë'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minuta'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minuta'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -10924,7 +10924,7 @@ class CupertinoLocalizationSq extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Zgjidhi të gjitha'; @override - String get tabSemanticsLabelRaw => 'Skeda \$tabIndex nga \$tabCount'; + String get tabSemanticsLabelRaw => r'Skeda $tabIndex nga $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -11030,16 +11030,16 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => '\$hour сата'; + String get datePickerHourSemanticsLabelFew => r'$hour сата'; @override String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour сат'; + String get datePickerHourSemanticsLabelOne => r'$hour сат'; @override - String get datePickerHourSemanticsLabelOther => '\$hour сати'; + String get datePickerHourSemanticsLabelOther => r'$hour сати'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -11048,7 +11048,7 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => '\$minute минута'; + String get datePickerMinuteSemanticsLabelFew => r'$minute минута'; @override String get datePickerMinuteSemanticsLabelMany => null; @@ -11057,7 +11057,7 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 минут'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute минута'; + String get datePickerMinuteSemanticsLabelOther => r'$minute минута'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -11078,7 +11078,7 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Изабери све'; @override - String get tabSemanticsLabelRaw => '\$tabIndex. картица од \$tabCount'; + String get tabSemanticsLabelRaw => r'$tabIndex. картица од $tabCount'; @override String get timerPickerHourLabelFew => 'сата'; @@ -11206,22 +11206,22 @@ class CupertinoLocalizationSrLatn extends CupertinoLocalizationSr { String get cutButtonLabel => 'Iseci'; @override - String get datePickerHourSemanticsLabelFew => '\$hour sata'; + String get datePickerHourSemanticsLabelFew => r'$hour sata'; @override - String get datePickerHourSemanticsLabelOne => '\$hour sat'; + String get datePickerHourSemanticsLabelOne => r'$hour sat'; @override - String get datePickerHourSemanticsLabelOther => '\$hour sati'; + String get datePickerHourSemanticsLabelOther => r'$hour sati'; @override - String get datePickerMinuteSemanticsLabelFew => '\$minute minuta'; + String get datePickerMinuteSemanticsLabelFew => r'$minute minuta'; @override String get datePickerMinuteSemanticsLabelOne => '1 minut'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minuta'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minuta'; @override String get modalBarrierDismissLabel => 'Odbaci'; @@ -11236,7 +11236,7 @@ class CupertinoLocalizationSrLatn extends CupertinoLocalizationSr { String get selectAllButtonLabel => 'Izaberi sve'; @override - String get tabSemanticsLabelRaw => '\$tabIndex. kartica od \$tabCount'; + String get tabSemanticsLabelRaw => r'$tabIndex. kartica od $tabCount'; @override String get timerPickerHourLabelFew => 'sata'; @@ -11321,10 +11321,10 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => 'Klockan \$hour'; + String get datePickerHourSemanticsLabelOne => r'Klockan $hour'; @override - String get datePickerHourSemanticsLabelOther => 'Klockan \$hour'; + String get datePickerHourSemanticsLabelOther => r'Klockan $hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -11342,7 +11342,7 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minut'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minuter'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minuter'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -11363,7 +11363,7 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Markera alla'; @override - String get tabSemanticsLabelRaw => 'Flik \$tabIndex av \$tabCount'; + String get tabSemanticsLabelRaw => r'Flik $tabIndex av $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -11475,10 +11475,10 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => 'Saa \$hour kamili'; + String get datePickerHourSemanticsLabelOne => r'Saa $hour kamili'; @override - String get datePickerHourSemanticsLabelOther => 'Saa \$hour kamili'; + String get datePickerHourSemanticsLabelOther => r'Saa $hour kamili'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -11496,7 +11496,7 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => 'Dakika 1'; @override - String get datePickerMinuteSemanticsLabelOther => 'Dakika \$minute'; + String get datePickerMinuteSemanticsLabelOther => r'Dakika $minute'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -11517,7 +11517,7 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Teua Zote'; @override - String get tabSemanticsLabelRaw => 'Kichupo cha \$tabIndex kati ya \$tabCount'; + String get tabSemanticsLabelRaw => r'Kichupo cha $tabIndex kati ya $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -11629,10 +11629,10 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour மணி'; + String get datePickerHourSemanticsLabelOne => r'$hour மணி'; @override - String get datePickerHourSemanticsLabelOther => '\$hour மணி'; + String get datePickerHourSemanticsLabelOther => r'$hour மணி'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -11650,7 +11650,7 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 நிமிடம்'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute நிமிடங்கள்'; + String get datePickerMinuteSemanticsLabelOther => r'$minute நிமிடங்கள்'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -11671,7 +11671,7 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'எல்லாம் தேர்ந்தெடு'; @override - String get tabSemanticsLabelRaw => 'தாவல் \$tabIndex / \$tabCount'; + String get tabSemanticsLabelRaw => r'தாவல் $tabIndex / $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -11783,10 +11783,10 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour అవుతుంది'; + String get datePickerHourSemanticsLabelOne => r'$hour అవుతుంది'; @override - String get datePickerHourSemanticsLabelOther => '\$hour అవుతుంది'; + String get datePickerHourSemanticsLabelOther => r'$hour అవుతుంది'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -11804,7 +11804,7 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 నిమిషం'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute నిమిషాలు'; + String get datePickerMinuteSemanticsLabelOther => r'$minute నిమిషాలు'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -11825,7 +11825,7 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'అన్నింటినీ ఎంచుకోండి'; @override - String get tabSemanticsLabelRaw => '\$tabCountలో \$tabIndexవ ట్యాబ్'; + String get tabSemanticsLabelRaw => r'$tabCountలో $tabIndexవ ట్యాబ్'; @override String get timerPickerHourLabelFew => null; @@ -11937,10 +11937,10 @@ class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour นาฬิกา'; + String get datePickerHourSemanticsLabelOne => r'$hour นาฬิกา'; @override - String get datePickerHourSemanticsLabelOther => '\$hour นาฬิกา'; + String get datePickerHourSemanticsLabelOther => r'$hour นาฬิกา'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -11958,7 +11958,7 @@ class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 นาที'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute นาที'; + String get datePickerMinuteSemanticsLabelOther => r'$minute นาที'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -11979,7 +11979,7 @@ class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'เลือกทั้งหมด'; @override - String get tabSemanticsLabelRaw => 'แท็บที่ \$tabIndex จาก \$tabCount'; + String get tabSemanticsLabelRaw => r'แท็บที่ $tabIndex จาก $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -12091,10 +12091,10 @@ class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => 'Ala \$hour'; + String get datePickerHourSemanticsLabelOne => r'Ala $hour'; @override - String get datePickerHourSemanticsLabelOther => 'Alas \$hour'; + String get datePickerHourSemanticsLabelOther => r'Alas $hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -12112,7 +12112,7 @@ class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minuto'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute na minuto'; + String get datePickerMinuteSemanticsLabelOther => r'$minute na minuto'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -12133,7 +12133,7 @@ class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Piliin Lahat'; @override - String get tabSemanticsLabelRaw => 'Tab \$tabIndex ng \$tabCount'; + String get tabSemanticsLabelRaw => r'Tab $tabIndex ng $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -12245,10 +12245,10 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => 'Saat \$hour'; + String get datePickerHourSemanticsLabelOne => r'Saat $hour'; @override - String get datePickerHourSemanticsLabelOther => 'Saat \$hour'; + String get datePickerHourSemanticsLabelOther => r'Saat $hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -12266,7 +12266,7 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 dakika'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute dakika'; + String get datePickerMinuteSemanticsLabelOther => r'$minute dakika'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -12287,7 +12287,7 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Tümünü Seç'; @override - String get tabSemanticsLabelRaw => 'Sekme \$tabIndex/\$tabCount'; + String get tabSemanticsLabelRaw => r'Sekme $tabIndex/$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -12393,16 +12393,16 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => '\$hour години'; + String get datePickerHourSemanticsLabelFew => r'$hour години'; @override - String get datePickerHourSemanticsLabelMany => '\$hour годин'; + String get datePickerHourSemanticsLabelMany => r'$hour годин'; @override - String get datePickerHourSemanticsLabelOne => '\$hour година'; + String get datePickerHourSemanticsLabelOne => r'$hour година'; @override - String get datePickerHourSemanticsLabelOther => '\$hour години'; + String get datePickerHourSemanticsLabelOther => r'$hour години'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -12411,16 +12411,16 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => '\$minute хвилини'; + String get datePickerMinuteSemanticsLabelFew => r'$minute хвилини'; @override - String get datePickerMinuteSemanticsLabelMany => '\$minute хвилин'; + String get datePickerMinuteSemanticsLabelMany => r'$minute хвилин'; @override String get datePickerMinuteSemanticsLabelOne => '1 хвилина'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute хвилини'; + String get datePickerMinuteSemanticsLabelOther => r'$minute хвилини'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -12441,7 +12441,7 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Вибрати все'; @override - String get tabSemanticsLabelRaw => 'Вкладка \$tabIndex з \$tabCount'; + String get tabSemanticsLabelRaw => r'Вкладка $tabIndex з $tabCount'; @override String get timerPickerHourLabelFew => 'години'; @@ -12553,10 +12553,10 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour بجے'; + String get datePickerHourSemanticsLabelOne => r'$hour بجے'; @override - String get datePickerHourSemanticsLabelOther => '\$hour بجے'; + String get datePickerHourSemanticsLabelOther => r'$hour بجے'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -12574,7 +12574,7 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 منٹ'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute منٹس'; + String get datePickerMinuteSemanticsLabelOther => r'$minute منٹس'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -12595,7 +12595,7 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'سبھی منتخب کریں'; @override - String get tabSemanticsLabelRaw => '\$tabCount میں سے \$tabIndex ٹیب'; + String get tabSemanticsLabelRaw => r'$tabCount میں سے $tabIndex ٹیب'; @override String get timerPickerHourLabelFew => null; @@ -12707,10 +12707,10 @@ class CupertinoLocalizationUz extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour soat'; + String get datePickerHourSemanticsLabelOne => r'$hour soat'; @override - String get datePickerHourSemanticsLabelOther => '\$hour soat'; + String get datePickerHourSemanticsLabelOther => r'$hour soat'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -12728,7 +12728,7 @@ class CupertinoLocalizationUz extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 daqiqa'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute daqiqa'; + String get datePickerMinuteSemanticsLabelOther => r'$minute daqiqa'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -12749,7 +12749,7 @@ class CupertinoLocalizationUz extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Barchasini tanlash'; @override - String get tabSemanticsLabelRaw => '\$tabCount varaqdan \$tabIndex'; + String get tabSemanticsLabelRaw => r'$tabCount varaqdan $tabIndex'; @override String get timerPickerHourLabelFew => null; @@ -12861,10 +12861,10 @@ class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour giờ'; + String get datePickerHourSemanticsLabelOne => r'$hour giờ'; @override - String get datePickerHourSemanticsLabelOther => '\$hour giờ'; + String get datePickerHourSemanticsLabelOther => r'$hour giờ'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -12882,7 +12882,7 @@ class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 phút'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute phút'; + String get datePickerMinuteSemanticsLabelOther => r'$minute phút'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -12903,7 +12903,7 @@ class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Chọn tất cả'; @override - String get tabSemanticsLabelRaw => 'Thẻ \$tabIndex/\$tabCount'; + String get tabSemanticsLabelRaw => r'Thẻ $tabIndex/$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -13015,10 +13015,10 @@ class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour 点'; + String get datePickerHourSemanticsLabelOne => r'$hour 点'; @override - String get datePickerHourSemanticsLabelOther => '\$hour 点'; + String get datePickerHourSemanticsLabelOther => r'$hour 点'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -13036,7 +13036,7 @@ class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 分钟'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute 分钟'; + String get datePickerMinuteSemanticsLabelOther => r'$minute 分钟'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -13057,7 +13057,7 @@ class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => '全选'; @override - String get tabSemanticsLabelRaw => '第 \$tabIndex 个标签,共 \$tabCount 个'; + String get tabSemanticsLabelRaw => r'第 $tabIndex 个标签,共 $tabCount 个'; @override String get timerPickerHourLabelFew => null; @@ -13185,16 +13185,16 @@ class CupertinoLocalizationZhHant extends CupertinoLocalizationZh { String get datePickerDateTimeOrderString => 'date_dayPeriod_time'; @override - String get datePickerHourSemanticsLabelOne => '\$hour 點'; + String get datePickerHourSemanticsLabelOne => r'$hour 點'; @override - String get datePickerHourSemanticsLabelOther => '\$hour 點'; + String get datePickerHourSemanticsLabelOther => r'$hour 點'; @override String get datePickerMinuteSemanticsLabelOne => '1 分鐘'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute 分鐘'; + String get datePickerMinuteSemanticsLabelOther => r'$minute 分鐘'; @override String get modalBarrierDismissLabel => '拒絕'; @@ -13206,7 +13206,7 @@ class CupertinoLocalizationZhHant extends CupertinoLocalizationZh { String get selectAllButtonLabel => '全選'; @override - String get tabSemanticsLabelRaw => '\$tabCount 個分頁中嘅第 \$tabIndex 個'; + String get tabSemanticsLabelRaw => r'$tabCount 個分頁中嘅第 $tabIndex 個'; @override String get timerPickerHourLabelOne => '小時'; @@ -13277,13 +13277,13 @@ class CupertinoLocalizationZhHantTw extends CupertinoLocalizationZhHant { ); @override - String get tabSemanticsLabelRaw => '第 \$tabIndex 個分頁標籤,共 \$tabCount 個'; + String get tabSemanticsLabelRaw => r'第 $tabIndex 個分頁標籤,共 $tabCount 個'; @override String get datePickerMinuteSemanticsLabelOne => '1 分'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute 分'; + String get datePickerMinuteSemanticsLabelOther => r'$minute 分'; @override String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @@ -13353,10 +13353,10 @@ class CupertinoLocalizationZu extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour ezimpondweni'; + String get datePickerHourSemanticsLabelOne => r'$hour ezimpondweni'; @override - String get datePickerHourSemanticsLabelOther => '\$hour ezimpondweni'; + String get datePickerHourSemanticsLabelOther => r'$hour ezimpondweni'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -13374,7 +13374,7 @@ class CupertinoLocalizationZu extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 iminithi'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute amaminithi'; + String get datePickerMinuteSemanticsLabelOther => r'$minute amaminithi'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -13395,7 +13395,7 @@ class CupertinoLocalizationZu extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Khetha konke'; @override - String get tabSemanticsLabelRaw => 'Ithebhu \$tabIndex kwangu-\$tabCount'; + String get tabSemanticsLabelRaw => r'Ithebhu $tabIndex kwangu-$tabCount'; @override String get timerPickerHourLabelFew => null; diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index 3b08b2114fc4..ab0202104b7d 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -51,7 +51,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Meer oor \$applicationName'; + String get aboutListTileTitleRaw => r'Meer oor $applicationName'; @override String get alertDialogLabel => 'Opletberig'; @@ -99,7 +99,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get datePickerHelpText => 'KIES DATUM'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Einddatum \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Einddatum $fullDate'; @override String get dateRangeEndLabel => 'Einddatum'; @@ -108,7 +108,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'KIES REEKS'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Begindatum \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Begindatum $fullDate'; @override String get dateRangeStartLabel => 'Begindatum'; @@ -147,7 +147,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Ongeldige reeks.'; @override - String get invalidTimeLabel => 'Voer \'n geldige tyd in'; + String get invalidTimeLabel => "Voer 'n geldige tyd in"; @override String get licensesPackageDetailTextFew => null; @@ -159,7 +159,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 lisensie'; @override - String get licensesPackageDetailTextOther => '\$licenseCount lisensies'; + String get licensesPackageDetailTextOther => r'$licenseCount lisensies'; @override String get licensesPackageDetailTextTwo => null; @@ -189,10 +189,10 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Maak navigasiekieslys oop'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow van \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow van $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow van ongeveer \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow van ongeveer $rowCount'; @override String get pasteButtonLabel => 'Plak'; @@ -222,7 +222,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 karakter oor'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount karakters oor'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount karakters oor'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -276,7 +276,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 item is gekies'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount items is gekies'; + String get selectedRowCountTitleOther => r'$selectedRowCount items is gekies'; @override String get selectedRowCountTitleTwo => null; @@ -294,7 +294,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get signedInLabel => 'Aangemeld'; @override - String get tabLabelRaw => 'Oortjie \$tabIndex van \$tabCount'; + String get tabLabelRaw => r'Oortjie $tabIndex van $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -357,7 +357,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'ስለ \$applicationName'; + String get aboutListTileTitleRaw => r'ስለ $applicationName'; @override String get alertDialogLabel => 'ማንቂያ'; @@ -405,7 +405,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ቀን ይምረጡ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'የማብቂያ ቀን \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'የማብቂያ ቀን $fullDate'; @override String get dateRangeEndLabel => 'የመጨረሻ ቀን'; @@ -414,7 +414,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ክልል ይምረጡ'; @override - String get dateRangeStartDateSemanticLabelRaw => 'የመጀመሪያ ቀን \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'የመጀመሪያ ቀን $fullDate'; @override String get dateRangeStartLabel => 'የመጀመሪያ ቀን'; @@ -465,7 +465,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 ፈቃድ'; @override - String get licensesPackageDetailTextOther => '\$licenseCount ፈቃዶች'; + String get licensesPackageDetailTextOther => r'$licenseCount ፈቃዶች'; @override String get licensesPackageDetailTextTwo => null; @@ -495,10 +495,10 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'የዳሰሳ ምናሌን ክፈት'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow ከ\$rowCount ውስጥ'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow ከ$rowCount ውስጥ'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow ከ\$rowCount ያህል ውስጥ'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow ከ$rowCount ያህል ውስጥ'; @override String get pasteButtonLabel => 'ለጥፍ'; @@ -528,7 +528,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 ቁምፊ ይቀራል'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount ቁምፊዎች ይቀራሉ'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount ቁምፊዎች ይቀራሉ'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -582,7 +582,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 ንጥል ተመርጧል'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount ንጥሎች ተመርጠዋል'; + String get selectedRowCountTitleOther => r'$selectedRowCount ንጥሎች ተመርጠዋል'; @override String get selectedRowCountTitleTwo => null; @@ -600,7 +600,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get signedInLabel => 'በመለያ ገብቷል'; @override - String get tabLabelRaw => 'ትር \$tabIndex ከ\$tabCount'; + String get tabLabelRaw => r'ትር $tabIndex ከ$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -663,7 +663,7 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'لمحة عن \"\$applicationName\"'; + String get aboutListTileTitleRaw => r'لمحة عن "$applicationName"'; @override String get alertDialogLabel => 'تنبيه'; @@ -711,7 +711,7 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get datePickerHelpText => 'اختيار التاريخ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'تاريخ الانتهاء \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'تاريخ الانتهاء $fullDate'; @override String get dateRangeEndLabel => 'تاريخ الانتهاء'; @@ -720,7 +720,7 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'اختيار النطاق'; @override - String get dateRangeStartDateSemanticLabelRaw => 'تاريخ البدء \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'تاريخ البدء $fullDate'; @override String get dateRangeStartLabel => 'تاريخ البدء'; @@ -732,7 +732,7 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'حذف'; @override - String get dialModeButtonLabel => 'التبديل إلى وضع \"منتقي قُرص الساعة\"'; + String get dialModeButtonLabel => 'التبديل إلى وضع "منتقي قُرص الساعة"'; @override String get dialogLabel => 'مربع حوار'; @@ -750,7 +750,7 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'التبديل إلى الإدخال'; @override - String get inputTimeModeButtonLabel => 'التبديل إلى وضع \"إدخال النص\"'; + String get inputTimeModeButtonLabel => 'التبديل إلى وضع "إدخال النص"'; @override String get invalidDateFormatLabel => 'التنسيق غير صالح.'; @@ -762,19 +762,19 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'يُرجى إدخال وقت صالح.'; @override - String get licensesPackageDetailTextFew => '\$licenseCount تراخيص'; + String get licensesPackageDetailTextFew => r'$licenseCount تراخيص'; @override - String get licensesPackageDetailTextMany => '\$licenseCount ترخيصًا'; + String get licensesPackageDetailTextMany => r'$licenseCount ترخيصًا'; @override String get licensesPackageDetailTextOne => 'ترخيص واحد'; @override - String get licensesPackageDetailTextOther => '\$licenseCount ترخيص'; + String get licensesPackageDetailTextOther => r'$licenseCount ترخيص'; @override - String get licensesPackageDetailTextTwo => 'ترخيصان (\$licenseCount)'; + String get licensesPackageDetailTextTwo => r'ترخيصان ($licenseCount)'; @override String get licensesPackageDetailTextZero => 'ما مِن تراخيص'; @@ -801,10 +801,10 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'فتح قائمة التنقل'; @override - String get pageRowsInfoTitleRaw => 'من \$firstRow إلى \$lastRow من إجمالي \$rowCount'; + String get pageRowsInfoTitleRaw => r'من $firstRow إلى $lastRow من إجمالي $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => 'من \$firstRow إلى \$lastRow من إجمالي \$rowCount تقريبًا'; + String get pageRowsInfoTitleApproximateRaw => r'من $firstRow إلى $lastRow من إجمالي $rowCount تقريبًا'; @override String get pasteButtonLabel => 'لصق'; @@ -825,19 +825,19 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'إعادة تحميل'; @override - String get remainingTextFieldCharacterCountFew => '\$remainingCount أحرف متبقية'; + String get remainingTextFieldCharacterCountFew => r'$remainingCount أحرف متبقية'; @override - String get remainingTextFieldCharacterCountMany => '\$remainingCount حرفًا متبقيًا'; + String get remainingTextFieldCharacterCountMany => r'$remainingCount حرفًا متبقيًا'; @override String get remainingTextFieldCharacterCountOne => 'حرف واحد متبقٍ'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount حرف متبقٍ'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount حرف متبقٍ'; @override - String get remainingTextFieldCharacterCountTwo => 'حرفان (\$remainingCount) متبقيان'; + String get remainingTextFieldCharacterCountTwo => r'حرفان ($remainingCount) متبقيان'; @override String get remainingTextFieldCharacterCountZero => 'لا أحرف متبقية'; @@ -879,19 +879,19 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'اختيار العام'; @override - String get selectedRowCountTitleFew => 'تم اختيار \$selectedRowCount عنصر'; + String get selectedRowCountTitleFew => r'تم اختيار $selectedRowCount عنصر'; @override - String get selectedRowCountTitleMany => 'تم اختيار \$selectedRowCount عنصرًا'; + String get selectedRowCountTitleMany => r'تم اختيار $selectedRowCount عنصرًا'; @override String get selectedRowCountTitleOne => 'تم اختيار عنصر واحد'; @override - String get selectedRowCountTitleOther => 'تم اختيار \$selectedRowCount عنصر'; + String get selectedRowCountTitleOther => r'تم اختيار $selectedRowCount عنصر'; @override - String get selectedRowCountTitleTwo => 'تم اختيار عنصرين (\$selectedRowCount)'; + String get selectedRowCountTitleTwo => r'تم اختيار عنصرين ($selectedRowCount)'; @override String get selectedRowCountTitleZero => 'لم يتم اختيار أي عنصر'; @@ -906,7 +906,7 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get signedInLabel => 'تم تسجيل الدخول'; @override - String get tabLabelRaw => 'علامة التبويب \$tabIndex من \$tabCount'; + String get tabLabelRaw => r'علامة التبويب $tabIndex من $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @@ -969,7 +969,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationNameৰ বিষয়ে'; + String get aboutListTileTitleRaw => r'$applicationNameৰ বিষয়ে'; @override String get alertDialogLabel => 'সতৰ্কবাৰ্তা'; @@ -1017,7 +1017,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get datePickerHelpText => 'তাৰিখ বাছনি কৰক'; @override - String get dateRangeEndDateSemanticLabelRaw => 'সমাপ্তিৰ তাৰিখ \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'সমাপ্তিৰ তাৰিখ $fullDate'; @override String get dateRangeEndLabel => 'সমাপ্তিৰ তাৰিখ'; @@ -1026,7 +1026,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'পৰিসৰ বাছনি কৰক'; @override - String get dateRangeStartDateSemanticLabelRaw => 'আৰম্ভণিৰ তাৰিখ \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'আৰম্ভণিৰ তাৰিখ $fullDate'; @override String get dateRangeStartLabel => 'আৰম্ভণিৰ তাৰিখ'; @@ -1041,7 +1041,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get dialModeButtonLabel => 'ডায়েল বাছনিকৰ্তাৰ ম’ডলৈ সলনি কৰক'; @override - String get dialogLabel => 'ডায়ল\'গ'; + String get dialogLabel => "ডায়ল'গ"; @override String get drawerLabel => 'নেভিগেশ্বন মেনু'; @@ -1077,7 +1077,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '১ খন অনুজ্ঞাপত্ৰ'; @override - String get licensesPackageDetailTextOther => '\$licenseCount খন অনুজ্ঞাপত্ৰ'; + String get licensesPackageDetailTextOther => r'$licenseCount খন অনুজ্ঞাপত্ৰ'; @override String get licensesPackageDetailTextTwo => null; @@ -1107,16 +1107,16 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'নেভিগেশ্বন মেনু খোলক'; @override - String get pageRowsInfoTitleRaw => '\$rowCountৰ \$firstRow–\$lastRow'; + String get pageRowsInfoTitleRaw => r'$rowCountৰ $firstRow–$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => '\$rowCountৰ \$firstRow–\$lastRow'; + String get pageRowsInfoTitleApproximateRaw => r'$rowCountৰ $firstRow–$lastRow'; @override - String get pasteButtonLabel => 'পে\'ষ্ট কৰক'; + String get pasteButtonLabel => "পে'ষ্ট কৰক"; @override - String get popupMenuLabel => 'প\'পআপ মেনু'; + String get popupMenuLabel => "প'পআপ মেনু"; @override String get postMeridiemAbbreviation => 'অপৰাহ্ন'; @@ -1140,7 +1140,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '১টা বর্ণ বাকী আছে'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCountটা বর্ণ বাকী আছে'; + String get remainingTextFieldCharacterCountOther => r'$remainingCountটা বর্ণ বাকী আছে'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -1191,10 +1191,10 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '১টা বস্তু বাছনি কৰা হ\'ল'; + String get selectedRowCountTitleOne => "১টা বস্তু বাছনি কৰা হ'ল"; @override - String get selectedRowCountTitleOther => '\$selectedRowCountটা বস্তু বাছনি কৰা হ’ল'; + String get selectedRowCountTitleOther => r'$selectedRowCountটা বস্তু বাছনি কৰা হ’ল'; @override String get selectedRowCountTitleTwo => null; @@ -1212,7 +1212,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get signedInLabel => 'ছাইন ইন কৰা হ’ল'; @override - String get tabLabelRaw => '\$tabCountৰ \$tabIndexটা টেব'; + String get tabLabelRaw => r'$tabCountৰ $tabIndexটা টেব'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -1275,7 +1275,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName haqqında'; + String get aboutListTileTitleRaw => r'$applicationName haqqında'; @override String get alertDialogLabel => 'Bildiriş'; @@ -1323,7 +1323,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get datePickerHelpText => 'TARİX SEÇİN'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Bitmə tarixi: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Bitmə tarixi: $fullDate'; @override String get dateRangeEndLabel => 'Bitmə tarixi'; @@ -1332,7 +1332,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ARALIQ SEÇİN'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Başlama tarixi: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Başlama tarixi: $fullDate'; @override String get dateRangeStartLabel => 'Başlama tarixi'; @@ -1383,7 +1383,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 lisenziya'; @override - String get licensesPackageDetailTextOther => '\$licenseCount lisenziya'; + String get licensesPackageDetailTextOther => r'$licenseCount lisenziya'; @override String get licensesPackageDetailTextTwo => null; @@ -1413,10 +1413,10 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Naviqasiya menyusunu açın'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow/\$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow/$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow/ təxminən \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow/ təxminən $rowCount'; @override String get pasteButtonLabel => 'Yerləşdirin'; @@ -1446,7 +1446,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 simvol qalır'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount simvol qalır'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount simvol qalır'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -1500,7 +1500,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 element seçildi'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount element seçildi'; + String get selectedRowCountTitleOther => r'$selectedRowCount element seçildi'; @override String get selectedRowCountTitleTwo => null; @@ -1518,7 +1518,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get signedInLabel => 'Daxil olundu'; @override - String get tabLabelRaw => '\$tabIndex/\$tabCount tab'; + String get tabLabelRaw => r'$tabIndex/$tabCount tab'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -1581,7 +1581,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Інфармацыя пра праграму \"\$applicationName\"'; + String get aboutListTileTitleRaw => r'Інфармацыя пра праграму "$applicationName"'; @override String get alertDialogLabel => 'Абвестка'; @@ -1629,7 +1629,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ВЫБАР ДАТЫ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Дата заканчэння: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Дата заканчэння: $fullDate'; @override String get dateRangeEndLabel => 'Дата заканчэння'; @@ -1638,7 +1638,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ВЫБАР ДЫЯПАЗОНУ'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Дата пачатку: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Дата пачатку: $fullDate'; @override String get dateRangeStartLabel => 'Дата пачатку'; @@ -1680,16 +1680,16 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Увядзіце дапушчальны час'; @override - String get licensesPackageDetailTextFew => '\$licenseCount ліцэнзіі'; + String get licensesPackageDetailTextFew => r'$licenseCount ліцэнзіі'; @override - String get licensesPackageDetailTextMany => '\$licenseCount ліцэнзій'; + String get licensesPackageDetailTextMany => r'$licenseCount ліцэнзій'; @override String get licensesPackageDetailTextOne => '1 ліцэнзія'; @override - String get licensesPackageDetailTextOther => '\$licenseCount ліцэнзіі'; + String get licensesPackageDetailTextOther => r'$licenseCount ліцэнзіі'; @override String get licensesPackageDetailTextTwo => null; @@ -1719,10 +1719,10 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Адкрыць меню навігацыі'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow з \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow з $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow з прыблізна \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow з прыблізна $rowCount'; @override String get pasteButtonLabel => 'Уставіць'; @@ -1743,16 +1743,16 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Абнавіць'; @override - String get remainingTextFieldCharacterCountFew => 'Засталося \$remainingCount сімвалы'; + String get remainingTextFieldCharacterCountFew => r'Засталося $remainingCount сімвалы'; @override - String get remainingTextFieldCharacterCountMany => 'Засталося \$remainingCount сімвалаў'; + String get remainingTextFieldCharacterCountMany => r'Засталося $remainingCount сімвалаў'; @override String get remainingTextFieldCharacterCountOne => 'Застаўся 1 сімвал'; @override - String get remainingTextFieldCharacterCountOther => 'Засталося \$remainingCount сімвала'; + String get remainingTextFieldCharacterCountOther => r'Засталося $remainingCount сімвала'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -1797,16 +1797,16 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Выберыце год'; @override - String get selectedRowCountTitleFew => 'Выбрана \$selectedRowCount элементы'; + String get selectedRowCountTitleFew => r'Выбрана $selectedRowCount элементы'; @override - String get selectedRowCountTitleMany => 'Выбрана \$selectedRowCount элементаў'; + String get selectedRowCountTitleMany => r'Выбрана $selectedRowCount элементаў'; @override String get selectedRowCountTitleOne => 'Выбраны 1 элемент'; @override - String get selectedRowCountTitleOther => 'Выбрана \$selectedRowCount элемента'; + String get selectedRowCountTitleOther => r'Выбрана $selectedRowCount элемента'; @override String get selectedRowCountTitleTwo => null; @@ -1824,7 +1824,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get signedInLabel => 'Уваход выкананы'; @override - String get tabLabelRaw => 'Укладка \$tabIndex з \$tabCount'; + String get tabLabelRaw => r'Укладка $tabIndex з $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -1887,7 +1887,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Всичко за \$applicationName'; + String get aboutListTileTitleRaw => r'Всичко за $applicationName'; @override String get alertDialogLabel => 'Сигнал'; @@ -1935,7 +1935,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ИЗБИРАНЕ НА ДАТА'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Крайна дата: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Крайна дата: $fullDate'; @override String get dateRangeEndLabel => 'Крайна дата'; @@ -1944,7 +1944,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ИЗБИРАНЕ НА ПЕРИОД ОТ ВРЕМЕ'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Начална дата: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Начална дата: $fullDate'; @override String get dateRangeStartLabel => 'Начална дата'; @@ -1995,7 +1995,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 лиценз'; @override - String get licensesPackageDetailTextOther => '\$licenseCount лиценза'; + String get licensesPackageDetailTextOther => r'$licenseCount лиценза'; @override String get licensesPackageDetailTextTwo => null; @@ -2025,10 +2025,10 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Отваряне на менюто за навигация'; @override - String get pageRowsInfoTitleRaw => '\$firstRow – \$lastRow от \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow от $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow – \$lastRow от около \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow от около $rowCount'; @override String get pasteButtonLabel => 'Поставяне'; @@ -2058,7 +2058,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Остава 1 знак'; @override - String get remainingTextFieldCharacterCountOther => 'Остават \$remainingCount знака'; + String get remainingTextFieldCharacterCountOther => r'Остават $remainingCount знака'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -2112,7 +2112,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Избран е 1 елемент'; @override - String get selectedRowCountTitleOther => 'Избрани са \$selectedRowCount елемента'; + String get selectedRowCountTitleOther => r'Избрани са $selectedRowCount елемента'; @override String get selectedRowCountTitleTwo => null; @@ -2130,7 +2130,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get signedInLabel => 'В профила си сте'; @override - String get tabLabelRaw => 'Раздел \$tabIndex от \$tabCount'; + String get tabLabelRaw => r'Раздел $tabIndex от $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -2193,7 +2193,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName সম্পর্কে'; + String get aboutListTileTitleRaw => r'$applicationName সম্পর্কে'; @override String get alertDialogLabel => 'সতর্কতা'; @@ -2241,7 +2241,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get datePickerHelpText => 'তারিখ বেছে নিন'; @override - String get dateRangeEndDateSemanticLabelRaw => 'শেষ হওয়ার তারিখ \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'শেষ হওয়ার তারিখ $fullDate'; @override String get dateRangeEndLabel => 'শেষ হওয়ার তারিখ'; @@ -2250,7 +2250,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'তারিখের ব্যাপ্তি বেছে নিন'; @override - String get dateRangeStartDateSemanticLabelRaw => 'শুরুর তারিখ \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'শুরুর তারিখ $fullDate'; @override String get dateRangeStartLabel => 'শুরুর তারিখ'; @@ -2301,7 +2301,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '১টি লাইসেন্স'; @override - String get licensesPackageDetailTextOther => '\$licenseCountটি লাইসেন্স'; + String get licensesPackageDetailTextOther => r'$licenseCountটি লাইসেন্স'; @override String get licensesPackageDetailTextTwo => null; @@ -2331,10 +2331,10 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'নেভিগেশন মেনু খুলুন'; @override - String get pageRowsInfoTitleRaw => '\$rowCountটির মধ্যে \$firstRow-\$lastRow'; + String get pageRowsInfoTitleRaw => r'$rowCountটির মধ্যে $firstRow-$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => 'প্রায় \$rowCountটির মধ্যে \$firstRow-\$lastRow নম্বর'; + String get pageRowsInfoTitleApproximateRaw => r'প্রায় $rowCountটির মধ্যে $firstRow-$lastRow নম্বর'; @override String get pasteButtonLabel => 'পেস্ট করুন'; @@ -2364,7 +2364,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'আর ১টি অক্ষর লেখা যাবে'; @override - String get remainingTextFieldCharacterCountOther => 'আর \$remainingCountটি অক্ষর লেখা যাবে'; + String get remainingTextFieldCharacterCountOther => r'আর $remainingCountটি অক্ষর লেখা যাবে'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -2418,7 +2418,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '১টি আইটেম বেছে নেওয়া হয়েছে'; @override - String get selectedRowCountTitleOther => '\$selectedRowCountটি আইটেম বেছে নেওয়া হয়েছে'; + String get selectedRowCountTitleOther => r'$selectedRowCountটি আইটেম বেছে নেওয়া হয়েছে'; @override String get selectedRowCountTitleTwo => null; @@ -2436,7 +2436,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get signedInLabel => 'সাইন-ইন করা হয়েছে'; @override - String get tabLabelRaw => '\$tabCount-এর মধ্যে \$tabIndexটি ট্যাব'; + String get tabLabelRaw => r'$tabCount-এর মধ্যে $tabIndexটি ট্যাব'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -2499,7 +2499,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'O aplikaciji \$applicationName'; + String get aboutListTileTitleRaw => r'O aplikaciji $applicationName'; @override String get alertDialogLabel => 'Upozorenje'; @@ -2547,7 +2547,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ODABERITE DATUM'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Datum završetka: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Datum završetka: $fullDate'; @override String get dateRangeEndLabel => 'Datum završetka'; @@ -2556,7 +2556,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ODABERITE RASPON'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Datum početka: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Datum početka: $fullDate'; @override String get dateRangeStartLabel => 'Datum početka'; @@ -2598,7 +2598,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Unesite ispravno vrijeme'; @override - String get licensesPackageDetailTextFew => '\$licenseCount licence'; + String get licensesPackageDetailTextFew => r'$licenseCount licence'; @override String get licensesPackageDetailTextMany => null; @@ -2607,7 +2607,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 licenca'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenci'; + String get licensesPackageDetailTextOther => r'$licenseCount licenci'; @override String get licensesPackageDetailTextTwo => null; @@ -2637,10 +2637,10 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Otvorite meni za navigaciju'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow od \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow od $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow od oko \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow od oko $rowCount'; @override String get pasteButtonLabel => 'Zalijepi'; @@ -2661,7 +2661,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Osvježi'; @override - String get remainingTextFieldCharacterCountFew => 'Još \$remainingCount znaka'; + String get remainingTextFieldCharacterCountFew => r'Još $remainingCount znaka'; @override String get remainingTextFieldCharacterCountMany => null; @@ -2670,7 +2670,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Još jedan znak'; @override - String get remainingTextFieldCharacterCountOther => 'Još \$remainingCount znakova'; + String get remainingTextFieldCharacterCountOther => r'Još $remainingCount znakova'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -2715,7 +2715,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Odaberite godinu'; @override - String get selectedRowCountTitleFew => 'Odabrane su \$selectedRowCount stavke'; + String get selectedRowCountTitleFew => r'Odabrane su $selectedRowCount stavke'; @override String get selectedRowCountTitleMany => null; @@ -2724,7 +2724,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Odabrana je jedna stavka'; @override - String get selectedRowCountTitleOther => 'Odabrano je \$selectedRowCount stavki'; + String get selectedRowCountTitleOther => r'Odabrano je $selectedRowCount stavki'; @override String get selectedRowCountTitleTwo => null; @@ -2742,7 +2742,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get signedInLabel => 'Prijavljeni ste'; @override - String get tabLabelRaw => '\$tabIndex. kartica od \$tabCount'; + String get tabLabelRaw => r'$tabIndex. kartica od $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -2805,7 +2805,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Sobre \$applicationName'; + String get aboutListTileTitleRaw => r'Sobre $applicationName'; @override String get alertDialogLabel => 'Alerta'; @@ -2847,25 +2847,25 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get dateInputLabel => 'Introdueix una data'; @override - String get dateOutOfRangeLabel => 'Fora de l\'abast.'; + String get dateOutOfRangeLabel => "Fora de l'abast."; @override String get datePickerHelpText => 'SELECCIONA LA DATA'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Data de finalització \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Data de finalització $fullDate'; @override String get dateRangeEndLabel => 'Data de finalització'; @override - String get dateRangePickerHelpText => 'SELECCIONA L\'INTERVAL'; + String get dateRangePickerHelpText => "SELECCIONA L'INTERVAL"; @override - String get dateRangeStartDateSemanticLabelRaw => 'Data d\'inici \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r"Data d'inici $fullDate"; @override - String get dateRangeStartLabel => 'Data d\'inici'; + String get dateRangeStartLabel => "Data d'inici"; @override String get dateSeparator => '/'; @@ -2892,13 +2892,13 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Canvia a introducció de text'; @override - String get inputTimeModeButtonLabel => 'Canvia al mode d\'introducció de text'; + String get inputTimeModeButtonLabel => "Canvia al mode d'introducció de text"; @override String get invalidDateFormatLabel => 'El format no és vàlid.'; @override - String get invalidDateRangeLabel => 'L\'interval no és vàlid.'; + String get invalidDateRangeLabel => "L'interval no és vàlid."; @override String get invalidTimeLabel => 'Introdueix una hora vàlida'; @@ -2913,7 +2913,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 llicència'; @override - String get licensesPackageDetailTextOther => '\$licenseCount llicències'; + String get licensesPackageDetailTextOther => r'$licenseCount llicències'; @override String get licensesPackageDetailTextTwo => null; @@ -2937,16 +2937,16 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get nextPageTooltip => 'Pàgina següent'; @override - String get okButtonLabel => 'D\'ACORD'; + String get okButtonLabel => "D'ACORD"; @override String get openAppDrawerTooltip => 'Obre el menú de navegació'; @override - String get pageRowsInfoTitleRaw => '\$firstRow-\$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow-\$lastRow d\'aproximadament \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r"$firstRow-$lastRow d'aproximadament $rowCount"; @override String get pasteButtonLabel => 'Enganxa'; @@ -2976,7 +2976,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Queda 1 caràcter'; @override - String get remainingTextFieldCharacterCountOther => 'Queden \$remainingCount caràcters'; + String get remainingTextFieldCharacterCountOther => r'Queden $remainingCount caràcters'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -2988,7 +2988,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get reorderItemDown => 'Mou avall'; @override - String get reorderItemLeft => 'Mou cap a l\'esquerra'; + String get reorderItemLeft => "Mou cap a l'esquerra"; @override String get reorderItemRight => 'Mou cap a la dreta'; @@ -3027,10 +3027,10 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => 'S\'ha seleccionat 1 element'; + String get selectedRowCountTitleOne => "S'ha seleccionat 1 element"; @override - String get selectedRowCountTitleOther => 'S\'han seleccionat \$selectedRowCount elements'; + String get selectedRowCountTitleOther => r"S'han seleccionat $selectedRowCount elements"; @override String get selectedRowCountTitleTwo => null; @@ -3048,13 +3048,13 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get signedInLabel => 'Sessió iniciada'; @override - String get tabLabelRaw => 'Pestanya \$tabIndex de \$tabCount'; + String get tabLabelRaw => r'Pestanya $tabIndex de $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'SELECCIONA L\'HORA'; + String get timePickerDialHelpText => "SELECCIONA L'HORA"; @override String get timePickerHourLabel => 'Hora'; @@ -3063,7 +3063,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Selecciona les hores'; @override - String get timePickerInputHelpText => 'INTRODUEIX L\'HORA'; + String get timePickerInputHelpText => "INTRODUEIX L'HORA"; @override String get timePickerMinuteLabel => 'Minut'; @@ -3111,7 +3111,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'O aplikaci \$applicationName'; + String get aboutListTileTitleRaw => r'O aplikaci $applicationName'; @override String get alertDialogLabel => 'Upozornění'; @@ -3159,7 +3159,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get datePickerHelpText => 'VYBERTE DATUM'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Datum ukončení \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Datum ukončení $fullDate'; @override String get dateRangeEndLabel => 'Datum ukončení'; @@ -3168,7 +3168,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'VYBERTE ROZSAH'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Datum zahájení \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Datum zahájení $fullDate'; @override String get dateRangeStartLabel => 'Datum zahájení'; @@ -3210,16 +3210,16 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Zadejte platný čas'; @override - String get licensesPackageDetailTextFew => '\$licenseCount licence'; + String get licensesPackageDetailTextFew => r'$licenseCount licence'; @override - String get licensesPackageDetailTextMany => '\$licenseCount licence'; + String get licensesPackageDetailTextMany => r'$licenseCount licence'; @override String get licensesPackageDetailTextOne => '1 licence'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencí'; + String get licensesPackageDetailTextOther => r'$licenseCount licencí'; @override String get licensesPackageDetailTextTwo => null; @@ -3249,10 +3249,10 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Otevřít navigační nabídku'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow z \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow z $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow z asi \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow z asi $rowCount'; @override String get pasteButtonLabel => 'Vložit'; @@ -3273,16 +3273,16 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Obnovit'; @override - String get remainingTextFieldCharacterCountFew => 'Zbývají \$remainingCount znaky'; + String get remainingTextFieldCharacterCountFew => r'Zbývají $remainingCount znaky'; @override - String get remainingTextFieldCharacterCountMany => 'Zbývá \$remainingCount znaku'; + String get remainingTextFieldCharacterCountMany => r'Zbývá $remainingCount znaku'; @override String get remainingTextFieldCharacterCountOne => 'Zbývá 1 znak'; @override - String get remainingTextFieldCharacterCountOther => 'Zbývá \$remainingCount znaků'; + String get remainingTextFieldCharacterCountOther => r'Zbývá $remainingCount znaků'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -3327,16 +3327,16 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Vyberte rok'; @override - String get selectedRowCountTitleFew => 'Jsou vybrány \$selectedRowCount položky'; + String get selectedRowCountTitleFew => r'Jsou vybrány $selectedRowCount položky'; @override - String get selectedRowCountTitleMany => 'Je vybráno \$selectedRowCount položky'; + String get selectedRowCountTitleMany => r'Je vybráno $selectedRowCount položky'; @override String get selectedRowCountTitleOne => 'Je vybrána 1 položka'; @override - String get selectedRowCountTitleOther => 'Je vybráno \$selectedRowCount položek'; + String get selectedRowCountTitleOther => r'Je vybráno $selectedRowCount položek'; @override String get selectedRowCountTitleTwo => null; @@ -3354,7 +3354,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get signedInLabel => 'Uživatel přihlášen'; @override - String get tabLabelRaw => 'Karta \$tabIndex z \$tabCount'; + String get tabLabelRaw => r'Karta $tabIndex z $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -3417,7 +3417,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Om \$applicationName'; + String get aboutListTileTitleRaw => r'Om $applicationName'; @override String get alertDialogLabel => 'Underretning'; @@ -3465,7 +3465,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get datePickerHelpText => 'VÆLG DATO'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Slutdato \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Slutdato $fullDate'; @override String get dateRangeEndLabel => 'Slutdato'; @@ -3474,7 +3474,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'VÆLG OMRÅDE'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Startdato \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Startdato $fullDate'; @override String get dateRangeStartLabel => 'Startdato'; @@ -3525,7 +3525,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 licens'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenser'; + String get licensesPackageDetailTextOther => r'$licenseCount licenser'; @override String get licensesPackageDetailTextTwo => null; @@ -3555,10 +3555,10 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Åbn navigationsmenuen'; @override - String get pageRowsInfoTitleRaw => '\$firstRow-\$lastRow af \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow af $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow-\$lastRow af ca. \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow af ca. $rowCount'; @override String get pasteButtonLabel => 'Sæt ind'; @@ -3588,7 +3588,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Ét tegn tilbage'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount tegn tilbage'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount tegn tilbage'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -3642,7 +3642,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 element er valgt'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount elementer er valgt'; + String get selectedRowCountTitleOther => r'$selectedRowCount elementer er valgt'; @override String get selectedRowCountTitleTwo => null; @@ -3660,7 +3660,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get signedInLabel => 'Logget ind'; @override - String get tabLabelRaw => 'Fane \$tabIndex af \$tabCount'; + String get tabLabelRaw => r'Fane $tabIndex af $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -3723,7 +3723,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Über \$applicationName'; + String get aboutListTileTitleRaw => r'Über $applicationName'; @override String get alertDialogLabel => 'Benachrichtigung'; @@ -3771,7 +3771,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get datePickerHelpText => 'DATUM AUSWÄHLEN'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Enddatum \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Enddatum $fullDate'; @override String get dateRangeEndLabel => 'Enddatum'; @@ -3780,7 +3780,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ZEITRAUM AUSWÄHLEN'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Startdatum \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Startdatum $fullDate'; @override String get dateRangeStartLabel => 'Startdatum'; @@ -3831,7 +3831,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 Lizenz'; @override - String get licensesPackageDetailTextOther => '\$licenseCount Lizenzen'; + String get licensesPackageDetailTextOther => r'$licenseCount Lizenzen'; @override String get licensesPackageDetailTextTwo => null; @@ -3861,10 +3861,10 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Navigationsmenü öffnen'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow von \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow von $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow von etwa \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow von etwa $rowCount'; @override String get pasteButtonLabel => 'Einsetzen'; @@ -3894,7 +3894,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Noch 1 Zeichen'; @override - String get remainingTextFieldCharacterCountOther => 'Noch \$remainingCount Zeichen'; + String get remainingTextFieldCharacterCountOther => r'Noch $remainingCount Zeichen'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -3948,7 +3948,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 Element ausgewählt'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount Elemente ausgewählt'; + String get selectedRowCountTitleOther => r'$selectedRowCount Elemente ausgewählt'; @override String get selectedRowCountTitleTwo => null; @@ -3966,7 +3966,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get signedInLabel => 'Angemeldet'; @override - String get tabLabelRaw => 'Tab \$tabIndex von \$tabCount'; + String get tabLabelRaw => r'Tab $tabIndex von $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -4068,7 +4068,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Σχετικά με την εφαρμογή \$applicationName'; + String get aboutListTileTitleRaw => r'Σχετικά με την εφαρμογή $applicationName'; @override String get alertDialogLabel => 'Ειδοποίηση'; @@ -4116,7 +4116,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ΕΠΙΛΟΓΗ ΗΜΕΡΟΜΗΝΙΑΣ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Ημερομηνία λήξης \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Ημερομηνία λήξης $fullDate'; @override String get dateRangeEndLabel => 'Ημερομηνία λήξης'; @@ -4125,7 +4125,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ΕΠΙΛΟΓΗ ΕΥΡΟΥΣ'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Ημερομηνία έναρξης \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Ημερομηνία έναρξης $fullDate'; @override String get dateRangeStartLabel => 'Ημερομηνία έναρξης'; @@ -4176,7 +4176,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 άδεια'; @override - String get licensesPackageDetailTextOther => '\$licenseCount άδειες'; + String get licensesPackageDetailTextOther => r'$licenseCount άδειες'; @override String get licensesPackageDetailTextTwo => null; @@ -4206,10 +4206,10 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Άνοιγμα μενού πλοήγησης'; @override - String get pageRowsInfoTitleRaw => '\$firstRow-\$lastRow από \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow από $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow-\$lastRow από περίπου \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow από περίπου $rowCount'; @override String get pasteButtonLabel => 'Επικόλληση'; @@ -4239,7 +4239,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'απομένει 1 χαρακτήρας'; @override - String get remainingTextFieldCharacterCountOther => 'απομένουν \$remainingCount χαρακτήρες'; + String get remainingTextFieldCharacterCountOther => r'απομένουν $remainingCount χαρακτήρες'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -4293,7 +4293,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Επιλέχθηκε 1 στοιχείο'; @override - String get selectedRowCountTitleOther => 'Επιλέχθηκαν \$selectedRowCount στοιχεία'; + String get selectedRowCountTitleOther => r'Επιλέχθηκαν $selectedRowCount στοιχεία'; @override String get selectedRowCountTitleTwo => null; @@ -4311,7 +4311,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get signedInLabel => 'Σε σύνδεση'; @override - String get tabLabelRaw => 'Καρτέλα \$tabIndex από \$tabCount'; + String get tabLabelRaw => r'Καρτέλα $tabIndex από $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -4374,7 +4374,7 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'About \$applicationName'; + String get aboutListTileTitleRaw => r'About $applicationName'; @override String get alertDialogLabel => 'Alert'; @@ -4422,7 +4422,7 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get datePickerHelpText => 'SELECT DATE'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'End date $fullDate'; @override String get dateRangeEndLabel => 'End Date'; @@ -4431,7 +4431,7 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'SELECT RANGE'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Start date $fullDate'; @override String get dateRangeStartLabel => 'Start Date'; @@ -4482,7 +4482,7 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 license'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextOther => r'$licenseCount licenses'; @override String get licensesPackageDetailTextTwo => null; @@ -4512,10 +4512,10 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Open navigation menu'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow of \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow of $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow of about \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow of about $rowCount'; @override String get pasteButtonLabel => 'Paste'; @@ -4545,7 +4545,7 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 character remaining'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount characters remaining'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount characters remaining'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -4599,7 +4599,7 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 item selected'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount items selected'; + String get selectedRowCountTitleOther => r'$selectedRowCount items selected'; @override String get selectedRowCountTitleTwo => null; @@ -4617,7 +4617,7 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get signedInLabel => 'Signed in'; @override - String get tabLabelRaw => 'Tab \$tabIndex of \$tabCount'; + String get tabLabelRaw => r'Tab $tabIndex of $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @@ -4701,7 +4701,7 @@ class MaterialLocalizationEnAu extends MaterialLocalizationEn { String get licensesPackageDetailTextOne => '1 licence'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licences'; + String get licensesPackageDetailTextOther => r'$licenseCount licences'; @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @@ -4770,7 +4770,7 @@ class MaterialLocalizationEnCa extends MaterialLocalizationEn { String get licensesPackageDetailTextOne => '1 licence'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licences'; + String get licensesPackageDetailTextOther => r'$licenseCount licences'; @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @@ -4845,7 +4845,7 @@ class MaterialLocalizationEnGb extends MaterialLocalizationEn { String get licensesPackageDetailTextOne => '1 licence'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licences'; + String get licensesPackageDetailTextOther => r'$licenseCount licences'; @override String get popupMenuLabel => 'Pop-up menu'; @@ -4917,7 +4917,7 @@ class MaterialLocalizationEnIe extends MaterialLocalizationEn { String get licensesPackageDetailTextOne => '1 licence'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licences'; + String get licensesPackageDetailTextOther => r'$licenseCount licences'; @override String get popupMenuLabel => 'Pop-up menu'; @@ -4983,7 +4983,7 @@ class MaterialLocalizationEnIn extends MaterialLocalizationEn { String get licensesPackageDetailTextOne => '1 licence'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licences'; + String get licensesPackageDetailTextOther => r'$licenseCount licences'; @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @@ -5052,7 +5052,7 @@ class MaterialLocalizationEnNz extends MaterialLocalizationEn { String get licensesPackageDetailTextOne => '1 licence'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licences'; + String get licensesPackageDetailTextOther => r'$licenseCount licences'; @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @@ -5121,7 +5121,7 @@ class MaterialLocalizationEnSg extends MaterialLocalizationEn { String get licensesPackageDetailTextOne => '1 licence'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licences'; + String get licensesPackageDetailTextOther => r'$licenseCount licences'; @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @@ -5196,7 +5196,7 @@ class MaterialLocalizationEnZa extends MaterialLocalizationEn { String get licensesPackageDetailTextOne => '1 licence'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licences'; + String get licensesPackageDetailTextOther => r'$licenseCount licences'; @override String get popupMenuLabel => 'Pop-up menu'; @@ -5241,7 +5241,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Sobre \$applicationName'; + String get aboutListTileTitleRaw => r'Sobre $applicationName'; @override String get alertDialogLabel => 'Alerta'; @@ -5289,7 +5289,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get datePickerHelpText => 'SELECCIONAR FECHA'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización $fullDate'; @override String get dateRangeEndLabel => 'Fecha de finalización'; @@ -5298,7 +5298,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'SELECCIONAR PERIODO'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio $fullDate'; @override String get dateRangeStartLabel => 'Fecha de inicio'; @@ -5349,7 +5349,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 licencia'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + String get licensesPackageDetailTextOther => r'$licenseCount licencias'; @override String get licensesPackageDetailTextTwo => null; @@ -5379,10 +5379,10 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Abrir el menú de navegación'; @override - String get pageRowsInfoTitleRaw => '\$firstRow‑\$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow‑$lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow‑\$lastRow de aproximadamente \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow‑$lastRow de aproximadamente $rowCount'; @override String get pasteButtonLabel => 'Pegar'; @@ -5412,7 +5412,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter.'; @override - String get remainingTextFieldCharacterCountOther => 'Quedan \$remainingCount caracteres'; + String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -5466,7 +5466,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 elemento seleccionado'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount elementos seleccionados'; + String get selectedRowCountTitleOther => r'$selectedRowCount elementos seleccionados'; @override String get selectedRowCountTitleTwo => null; @@ -5484,7 +5484,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get signedInLabel => 'Sesión iniciada'; @override - String get tabLabelRaw => 'Pestaña \$tabIndex de \$tabCount'; + String get tabLabelRaw => r'Pestaña $tabIndex de $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -5556,7 +5556,7 @@ class MaterialLocalizationEs419 extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + String get licensesPackageDetailTextOther => r'$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -5580,10 +5580,10 @@ class MaterialLocalizationEs419 extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -5613,19 +5613,19 @@ class MaterialLocalizationEs419 extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -5685,7 +5685,7 @@ class MaterialLocalizationEsAr extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + String get licensesPackageDetailTextOther => r'$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -5709,10 +5709,10 @@ class MaterialLocalizationEsAr extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -5742,19 +5742,19 @@ class MaterialLocalizationEsAr extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -5814,7 +5814,7 @@ class MaterialLocalizationEsBo extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + String get licensesPackageDetailTextOther => r'$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -5838,10 +5838,10 @@ class MaterialLocalizationEsBo extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -5874,19 +5874,19 @@ class MaterialLocalizationEsBo extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -5943,7 +5943,7 @@ class MaterialLocalizationEsCl extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + String get licensesPackageDetailTextOther => r'$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -5967,10 +5967,10 @@ class MaterialLocalizationEsCl extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -6003,19 +6003,19 @@ class MaterialLocalizationEsCl extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -6072,7 +6072,7 @@ class MaterialLocalizationEsCo extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + String get licensesPackageDetailTextOther => r'$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -6096,10 +6096,10 @@ class MaterialLocalizationEsCo extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -6132,19 +6132,19 @@ class MaterialLocalizationEsCo extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -6201,7 +6201,7 @@ class MaterialLocalizationEsCr extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + String get licensesPackageDetailTextOther => r'$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -6225,10 +6225,10 @@ class MaterialLocalizationEsCr extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -6261,19 +6261,19 @@ class MaterialLocalizationEsCr extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -6330,7 +6330,7 @@ class MaterialLocalizationEsDo extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + String get licensesPackageDetailTextOther => r'$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -6354,10 +6354,10 @@ class MaterialLocalizationEsDo extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -6390,19 +6390,19 @@ class MaterialLocalizationEsDo extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -6459,7 +6459,7 @@ class MaterialLocalizationEsEc extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + String get licensesPackageDetailTextOther => r'$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -6483,10 +6483,10 @@ class MaterialLocalizationEsEc extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -6519,19 +6519,19 @@ class MaterialLocalizationEsEc extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -6588,7 +6588,7 @@ class MaterialLocalizationEsGt extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + String get licensesPackageDetailTextOther => r'$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -6612,10 +6612,10 @@ class MaterialLocalizationEsGt extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -6648,19 +6648,19 @@ class MaterialLocalizationEsGt extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -6717,7 +6717,7 @@ class MaterialLocalizationEsHn extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + String get licensesPackageDetailTextOther => r'$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -6741,10 +6741,10 @@ class MaterialLocalizationEsHn extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -6777,19 +6777,19 @@ class MaterialLocalizationEsHn extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -6846,7 +6846,7 @@ class MaterialLocalizationEsMx extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + String get licensesPackageDetailTextOther => r'$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -6870,10 +6870,10 @@ class MaterialLocalizationEsMx extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -6906,19 +6906,19 @@ class MaterialLocalizationEsMx extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -6975,7 +6975,7 @@ class MaterialLocalizationEsNi extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + String get licensesPackageDetailTextOther => r'$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -6999,10 +6999,10 @@ class MaterialLocalizationEsNi extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -7035,19 +7035,19 @@ class MaterialLocalizationEsNi extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -7104,7 +7104,7 @@ class MaterialLocalizationEsPa extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + String get licensesPackageDetailTextOther => r'$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -7128,10 +7128,10 @@ class MaterialLocalizationEsPa extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -7164,19 +7164,19 @@ class MaterialLocalizationEsPa extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -7233,7 +7233,7 @@ class MaterialLocalizationEsPe extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + String get licensesPackageDetailTextOther => r'$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -7257,10 +7257,10 @@ class MaterialLocalizationEsPe extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -7293,19 +7293,19 @@ class MaterialLocalizationEsPe extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -7362,7 +7362,7 @@ class MaterialLocalizationEsPr extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + String get licensesPackageDetailTextOther => r'$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -7386,10 +7386,10 @@ class MaterialLocalizationEsPr extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -7422,19 +7422,19 @@ class MaterialLocalizationEsPr extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -7491,7 +7491,7 @@ class MaterialLocalizationEsPy extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + String get licensesPackageDetailTextOther => r'$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -7515,10 +7515,10 @@ class MaterialLocalizationEsPy extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -7551,19 +7551,19 @@ class MaterialLocalizationEsPy extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -7620,7 +7620,7 @@ class MaterialLocalizationEsSv extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + String get licensesPackageDetailTextOther => r'$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -7644,10 +7644,10 @@ class MaterialLocalizationEsSv extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -7680,19 +7680,19 @@ class MaterialLocalizationEsSv extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -7749,7 +7749,7 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + String get licensesPackageDetailTextOther => r'$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -7773,10 +7773,10 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -7803,10 +7803,10 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { String get nextMonthTooltip => 'Próximo mes'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override - String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @override String get nextPageTooltip => 'Próxima página'; @@ -7815,13 +7815,13 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { String get openAppDrawerTooltip => 'Abrir menú de navegación'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @@ -7881,7 +7881,7 @@ class MaterialLocalizationEsUy extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + String get licensesPackageDetailTextOther => r'$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -7905,10 +7905,10 @@ class MaterialLocalizationEsUy extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -7941,19 +7941,19 @@ class MaterialLocalizationEsUy extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -8010,7 +8010,7 @@ class MaterialLocalizationEsVe extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + String get licensesPackageDetailTextOther => r'$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -8034,10 +8034,10 @@ class MaterialLocalizationEsVe extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -8070,19 +8070,19 @@ class MaterialLocalizationEsVe extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -8130,7 +8130,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Teave rakenduse \$applicationName kohta'; + String get aboutListTileTitleRaw => r'Teave rakenduse $applicationName kohta'; @override String get alertDialogLabel => 'Märguanne'; @@ -8178,7 +8178,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get datePickerHelpText => 'VALIGE KUUPÄEV'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Lõppkuupäev: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Lõppkuupäev: $fullDate'; @override String get dateRangeEndLabel => 'Lõppkuupäev'; @@ -8187,7 +8187,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'VALIGE VAHEMIK'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Alguskuupäev: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Alguskuupäev: $fullDate'; @override String get dateRangeStartLabel => 'Alguskuupäev'; @@ -8238,7 +8238,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 litsents'; @override - String get licensesPackageDetailTextOther => '\$licenseCount litsentsi'; + String get licensesPackageDetailTextOther => r'$licenseCount litsentsi'; @override String get licensesPackageDetailTextTwo => null; @@ -8268,10 +8268,10 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Ava navigeerimismenüü'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow \$rowCount-st'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow $rowCount-st'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow umbes \$rowCount-st'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow umbes $rowCount-st'; @override String get pasteButtonLabel => 'Kleebi'; @@ -8301,7 +8301,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Jäänud on 1 tähemärk'; @override - String get remainingTextFieldCharacterCountOther => 'Jäänud on \$remainingCount tähemärki'; + String get remainingTextFieldCharacterCountOther => r'Jäänud on $remainingCount tähemärki'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -8355,7 +8355,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Valitud on 1 üksus'; @override - String get selectedRowCountTitleOther => 'Valitud on \$selectedRowCount üksust'; + String get selectedRowCountTitleOther => r'Valitud on $selectedRowCount üksust'; @override String get selectedRowCountTitleTwo => null; @@ -8373,7 +8373,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get signedInLabel => 'Sisse logitud'; @override - String get tabLabelRaw => '\$tabIndex. vahekaart \$tabCount-st'; + String get tabLabelRaw => r'$tabIndex. vahekaart $tabCount-st'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -8436,7 +8436,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName aplikazioari buruz'; + String get aboutListTileTitleRaw => r'$applicationName aplikazioari buruz'; @override String get alertDialogLabel => 'Alerta'; @@ -8484,7 +8484,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get datePickerHelpText => 'HAUTATU DATA'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Amaiera-data: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Amaiera-data: $fullDate'; @override String get dateRangeEndLabel => 'Amaiera-data'; @@ -8493,7 +8493,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'HAUTATU BARRUTIA'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Hasiera-data: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Hasiera-data: $fullDate'; @override String get dateRangeStartLabel => 'Hasiera-data'; @@ -8544,7 +8544,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 lizentzia'; @override - String get licensesPackageDetailTextOther => '\$licenseCount lizentzia'; + String get licensesPackageDetailTextOther => r'$licenseCount lizentzia'; @override String get licensesPackageDetailTextTwo => null; @@ -8574,10 +8574,10 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Ireki nabigazio-menua'; @override - String get pageRowsInfoTitleRaw => '\$firstRow - \$lastRow / \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow - $lastRow / $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow - \$lastRow / \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow - $lastRow / $rowCount'; @override String get pasteButtonLabel => 'Itsatsi'; @@ -8607,7 +8607,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 karaktere geratzen da'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount karaktere geratzen dira'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount karaktere geratzen dira'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -8661,7 +8661,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 elementu hautatu da'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount elementu hautatu dira'; + String get selectedRowCountTitleOther => r'$selectedRowCount elementu hautatu dira'; @override String get selectedRowCountTitleTwo => null; @@ -8679,7 +8679,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get signedInLabel => 'Hasi da saioa'; @override - String get tabLabelRaw => '\$tabIndex/\$tabCount fitxa'; + String get tabLabelRaw => r'$tabIndex/$tabCount fitxa'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -8742,7 +8742,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'درباره \$applicationName'; + String get aboutListTileTitleRaw => r'درباره $applicationName'; @override String get alertDialogLabel => 'هشدار'; @@ -8790,7 +8790,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get datePickerHelpText => 'انتخاب تاریخ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'تاریخ پایان \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'تاریخ پایان $fullDate'; @override String get dateRangeEndLabel => 'تاریخ پایان'; @@ -8799,7 +8799,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'انتخاب محدوده'; @override - String get dateRangeStartDateSemanticLabelRaw => 'تاریخ شروع \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'تاریخ شروع $fullDate'; @override String get dateRangeStartLabel => 'تاریخ شروع'; @@ -8850,7 +8850,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '۱ پروانه'; @override - String get licensesPackageDetailTextOther => '\$licenseCount پروانه'; + String get licensesPackageDetailTextOther => r'$licenseCount پروانه'; @override String get licensesPackageDetailTextTwo => null; @@ -8880,10 +8880,10 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'باز کردن منوی پیمایش'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow از \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow از $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow از حدود \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow از حدود $rowCount'; @override String get pasteButtonLabel => 'جای‌گذاری'; @@ -8913,7 +8913,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '۱ نویسه باقی مانده است'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount نویسه باقی مانده است'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount نویسه باقی مانده است'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -8967,7 +8967,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '۱ مورد انتخاب شد'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount مورد انتخاب شدند'; + String get selectedRowCountTitleOther => r'$selectedRowCount مورد انتخاب شدند'; @override String get selectedRowCountTitleTwo => null; @@ -8985,7 +8985,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get signedInLabel => 'واردشده به سیستم'; @override - String get tabLabelRaw => 'برگه \$tabIndex از \$tabCount'; + String get tabLabelRaw => r'برگه $tabIndex از $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -9048,7 +9048,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Tietoja: \$applicationName'; + String get aboutListTileTitleRaw => r'Tietoja: $applicationName'; @override String get alertDialogLabel => 'Ilmoitus'; @@ -9096,7 +9096,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get datePickerHelpText => 'VALITSE PÄIVÄMÄÄRÄ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Päättymispäivä \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Päättymispäivä $fullDate'; @override String get dateRangeEndLabel => 'Päättymispäivä'; @@ -9105,7 +9105,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'VALITSE PÄIVÄMÄÄRÄVÄLI'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Alkamispäivä \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Alkamispäivä $fullDate'; @override String get dateRangeStartLabel => 'Alkamispäivä'; @@ -9156,7 +9156,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 lisenssi'; @override - String get licensesPackageDetailTextOther => '\$licenseCount lisenssiä'; + String get licensesPackageDetailTextOther => r'$licenseCount lisenssiä'; @override String get licensesPackageDetailTextTwo => null; @@ -9186,10 +9186,10 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Avaa navigointivalikko'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow/\$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow/$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow/~\$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow/~$rowCount'; @override String get pasteButtonLabel => 'Liitä'; @@ -9219,7 +9219,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 merkki jäljellä'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount merkkiä jäljellä'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount merkkiä jäljellä'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -9273,7 +9273,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 kohde valittu'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount kohdetta valittu'; + String get selectedRowCountTitleOther => r'$selectedRowCount kohdetta valittu'; @override String get selectedRowCountTitleTwo => null; @@ -9291,7 +9291,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get signedInLabel => 'Kirjautunut sisään'; @override - String get tabLabelRaw => 'Välilehti \$tabIndex/\$tabCount'; + String get tabLabelRaw => r'Välilehti $tabIndex/$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -9354,7 +9354,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Tungkol sa \$applicationName'; + String get aboutListTileTitleRaw => r'Tungkol sa $applicationName'; @override String get alertDialogLabel => 'Alerto'; @@ -9402,7 +9402,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get datePickerHelpText => 'PUMILI NG PETSA'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Petsa ng pagtatapos \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Petsa ng pagtatapos $fullDate'; @override String get dateRangeEndLabel => 'Petsa ng Pagtatapos'; @@ -9411,7 +9411,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'PUMILI NG HANAY'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Petsa ng pagsisimula \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Petsa ng pagsisimula $fullDate'; @override String get dateRangeStartLabel => 'Petsa ng Pagsisimula'; @@ -9462,7 +9462,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 lisensya'; @override - String get licensesPackageDetailTextOther => '\$licenseCount na lisensya'; + String get licensesPackageDetailTextOther => r'$licenseCount na lisensya'; @override String get licensesPackageDetailTextTwo => null; @@ -9492,10 +9492,10 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Buksan ang menu ng navigation'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow ng \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow ng $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow ng humigit kumulang \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow ng humigit kumulang $rowCount'; @override String get pasteButtonLabel => 'I-paste'; @@ -9525,7 +9525,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 character ang natitira'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount na character ang natitira'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount na character ang natitira'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -9579,7 +9579,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 item ang napili'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount na item ang napili'; + String get selectedRowCountTitleOther => r'$selectedRowCount na item ang napili'; @override String get selectedRowCountTitleTwo => null; @@ -9597,7 +9597,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get signedInLabel => 'Naka-sign in'; @override - String get tabLabelRaw => 'Tab \$tabIndex ng \$tabCount'; + String get tabLabelRaw => r'Tab $tabIndex ng $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -9660,7 +9660,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'À propos de \$applicationName'; + String get aboutListTileTitleRaw => r'À propos de $applicationName'; @override String get alertDialogLabel => 'Alerte'; @@ -9672,7 +9672,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Retour'; @override - String get calendarModeButtonLabel => 'Passer à l\'agenda'; + String get calendarModeButtonLabel => "Passer à l'agenda"; @override String get cancelButtonLabel => 'ANNULER'; @@ -9708,7 +9708,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get datePickerHelpText => 'SÉLECTIONNER UNE DATE'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Date de fin : \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Date de fin : $fullDate'; @override String get dateRangeEndLabel => 'Date de fin'; @@ -9717,7 +9717,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'SÉLECTIONNER UNE PLAGE'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Date de début : \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Date de début : $fullDate'; @override String get dateRangeStartLabel => 'Date de début'; @@ -9768,7 +9768,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 licence'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licences'; + String get licensesPackageDetailTextOther => r'$licenseCount licences'; @override String get licensesPackageDetailTextTwo => null; @@ -9798,10 +9798,10 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Ouvrir le menu de navigation'; @override - String get pageRowsInfoTitleRaw => '\$firstRow – \$lastRow sur \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow sur $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow – \$lastRow sur environ \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow sur environ $rowCount'; @override String get pasteButtonLabel => 'Coller'; @@ -9831,7 +9831,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 caractère restant'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount caractères restants'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount caractères restants'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -9885,7 +9885,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 élément sélectionné'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount éléments sélectionnés'; + String get selectedRowCountTitleOther => r'$selectedRowCount éléments sélectionnés'; @override String get selectedRowCountTitleTwo => null; @@ -9903,7 +9903,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get signedInLabel => 'Connecté'; @override - String get tabLabelRaw => 'Onglet \$tabIndex sur \$tabCount'; + String get tabLabelRaw => r'Onglet $tabIndex sur $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -9969,10 +9969,10 @@ class MaterialLocalizationFrCa extends MaterialLocalizationFr { String get invalidTimeLabel => 'Entrez une heure valide'; @override - String get timePickerDialHelpText => 'SÉLECTIONNER L\'HEURE'; + String get timePickerDialHelpText => "SÉLECTIONNER L'HEURE"; @override - String get timePickerInputHelpText => 'ENTRER L\'HEURE'; + String get timePickerInputHelpText => "ENTRER L'HEURE"; @override String get timePickerMinuteLabel => 'Minutes'; @@ -9981,7 +9981,7 @@ class MaterialLocalizationFrCa extends MaterialLocalizationFr { String get dialModeButtonLabel => 'Passer au mode de sélection du cadran'; @override - String get inputTimeModeButtonLabel => 'Passer au mode d\'entrée Texte'; + String get inputTimeModeButtonLabel => "Passer au mode d'entrée Texte"; @override String get dateRangePickerHelpText => 'SÉLECTIONNER LA PLAGE'; @@ -9996,7 +9996,7 @@ class MaterialLocalizationFrCa extends MaterialLocalizationFr { String get invalidDateFormatLabel => 'Format incorrect'; @override - String get inputDateModeButtonLabel => 'Passer à l\'entrée'; + String get inputDateModeButtonLabel => "Passer à l'entrée"; @override String get dateInputLabel => 'Entrer une date'; @@ -10008,13 +10008,13 @@ class MaterialLocalizationFrCa extends MaterialLocalizationFr { String get dateHelpText => 'jj-mm-aaaa'; @override - String get pageRowsInfoTitleRaw => '\$firstRow à \$lastRow sur \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow à $lastRow sur $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow à \$lastRow sur environ \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow à $lastRow sur environ $rowCount'; @override - String get tabLabelRaw => 'Onglet \$tabIndex sur \$tabCount'; + String get tabLabelRaw => r'Onglet $tabIndex sur $tabCount'; @override String get anteMeridiemAbbreviation => 'am'; @@ -10068,7 +10068,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Acerca de: \$applicationName'; + String get aboutListTileTitleRaw => r'Acerca de: $applicationName'; @override String get alertDialogLabel => 'Alerta'; @@ -10116,7 +10116,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get datePickerHelpText => 'SELECCIONAR UNHA DATA'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Data de finalización: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Data de finalización: $fullDate'; @override String get dateRangeEndLabel => 'Data de finalización'; @@ -10125,7 +10125,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'SELECCIONAR UN INTERVALO DE DATAS'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Data de inicio: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Data de inicio: $fullDate'; @override String get dateRangeStartLabel => 'Data de inicio'; @@ -10176,7 +10176,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 licenza'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenzas'; + String get licensesPackageDetailTextOther => r'$licenseCount licenzas'; @override String get licensesPackageDetailTextTwo => null; @@ -10206,10 +10206,10 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Abrir menú de navegación'; @override - String get pageRowsInfoTitleRaw => '\$firstRow-\$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow-\$lastRow de aproximadamente \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow de aproximadamente $rowCount'; @override String get pasteButtonLabel => 'Pegar'; @@ -10239,7 +10239,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 carácter restante'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount caracteres restantes'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount caracteres restantes'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -10293,7 +10293,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Seleccionouse 1 elemento'; @override - String get selectedRowCountTitleOther => 'Seleccionáronse \$selectedRowCount elementos'; + String get selectedRowCountTitleOther => r'Seleccionáronse $selectedRowCount elementos'; @override String get selectedRowCountTitleTwo => null; @@ -10311,7 +10311,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get signedInLabel => 'Sesión iniciada'; @override - String get tabLabelRaw => 'Pestana \$tabIndex de \$tabCount'; + String get tabLabelRaw => r'Pestana $tabIndex de $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -10374,7 +10374,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Über \$applicationName'; + String get aboutListTileTitleRaw => r'Über $applicationName'; @override String get alertDialogLabel => 'Benachrichtigung'; @@ -10422,7 +10422,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get datePickerHelpText => 'DATUM AUSWÄHLEN'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Enddatum \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Enddatum $fullDate'; @override String get dateRangeEndLabel => 'Enddatum'; @@ -10431,7 +10431,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ZEITRAUM AUSWÄHLEN'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Startdatum \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Startdatum $fullDate'; @override String get dateRangeStartLabel => 'Startdatum'; @@ -10482,7 +10482,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 Lizenz'; @override - String get licensesPackageDetailTextOther => '\$licenseCount Lizenzen'; + String get licensesPackageDetailTextOther => r'$licenseCount Lizenzen'; @override String get licensesPackageDetailTextTwo => null; @@ -10512,10 +10512,10 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Navigationsmenü öffnen'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow von \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow von $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow von etwa \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow von etwa $rowCount'; @override String get pasteButtonLabel => 'Einsetzen'; @@ -10545,7 +10545,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Noch 1 Zeichen'; @override - String get remainingTextFieldCharacterCountOther => 'Noch \$remainingCount Zeichen'; + String get remainingTextFieldCharacterCountOther => r'Noch $remainingCount Zeichen'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -10599,7 +10599,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 Element ausgewählt'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount Elemente ausgewählt'; + String get selectedRowCountTitleOther => r'$selectedRowCount Elemente ausgewählt'; @override String get selectedRowCountTitleTwo => null; @@ -10617,7 +10617,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get signedInLabel => 'Angemeldet'; @override - String get tabLabelRaw => 'Tab \$tabIndex von \$tabCount'; + String get tabLabelRaw => r'Tab $tabIndex von $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -10680,7 +10680,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName વિશે'; + String get aboutListTileTitleRaw => r'$applicationName વિશે'; @override String get alertDialogLabel => 'અલર્ટ'; @@ -10728,7 +10728,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get datePickerHelpText => 'તારીખ પસંદ કરો'; @override - String get dateRangeEndDateSemanticLabelRaw => 'સમાપ્તિની તારીખ \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'સમાપ્તિની તારીખ $fullDate'; @override String get dateRangeEndLabel => 'સમાપ્તિની તારીખ'; @@ -10737,7 +10737,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'રેંજ પસંદ કરો'; @override - String get dateRangeStartDateSemanticLabelRaw => 'શરૂ કરવાની તારીખ \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'શરૂ કરવાની તારીખ $fullDate'; @override String get dateRangeStartLabel => 'શરૂ કરવાની તારીખ'; @@ -10788,7 +10788,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 લાઇસન્સ'; @override - String get licensesPackageDetailTextOther => '\$licenseCount લાઇસન્સ'; + String get licensesPackageDetailTextOther => r'$licenseCount લાઇસન્સ'; @override String get licensesPackageDetailTextTwo => null; @@ -10818,10 +10818,10 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'નૅવિગેશન મેનૂ ખોલો'; @override - String get pageRowsInfoTitleRaw => '\$rowCountમાંથી \$firstRow–\$lastRow'; + String get pageRowsInfoTitleRaw => r'$rowCountમાંથી $firstRow–$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => 'આશરે \$rowCountમાંથી \$firstRow–\$lastRow'; + String get pageRowsInfoTitleApproximateRaw => r'આશરે $rowCountમાંથી $firstRow–$lastRow'; @override String get pasteButtonLabel => 'પેસ્ટ કરો'; @@ -10851,7 +10851,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 અક્ષર બાકી'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount અક્ષર બાકી'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount અક્ષર બાકી'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -10905,7 +10905,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 આઇટમ પસંદ કરી'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount આઇટમ પસંદ કરી'; + String get selectedRowCountTitleOther => r'$selectedRowCount આઇટમ પસંદ કરી'; @override String get selectedRowCountTitleTwo => null; @@ -10923,7 +10923,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get signedInLabel => 'આમાં સાઇન ઇન કર્યું છે'; @override - String get tabLabelRaw => '\$tabCountમાંથી \$tabIndex ટૅબ'; + String get tabLabelRaw => r'$tabCountમાંથી $tabIndex ટૅબ'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -10986,7 +10986,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'מידע על \$applicationName'; + String get aboutListTileTitleRaw => r'מידע על $applicationName'; @override String get alertDialogLabel => 'התראה'; @@ -11034,7 +11034,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get datePickerHelpText => 'בחירת תאריך'; @override - String get dateRangeEndDateSemanticLabelRaw => 'תאריך סיום: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'תאריך סיום: $fullDate'; @override String get dateRangeEndLabel => 'תאריך סיום'; @@ -11043,7 +11043,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'בחירת טווח'; @override - String get dateRangeStartDateSemanticLabelRaw => 'תאריך התחלה: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'תאריך התחלה: $fullDate'; @override String get dateRangeStartLabel => 'תאריך התחלה'; @@ -11088,16 +11088,16 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => '\$licenseCount רישיונות'; + String get licensesPackageDetailTextMany => r'$licenseCount רישיונות'; @override String get licensesPackageDetailTextOne => 'רישיון אחד'; @override - String get licensesPackageDetailTextOther => '\$licenseCount רישיונות'; + String get licensesPackageDetailTextOther => r'$licenseCount רישיונות'; @override - String get licensesPackageDetailTextTwo => '\$licenseCount רישיונות'; + String get licensesPackageDetailTextTwo => r'$licenseCount רישיונות'; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -11124,10 +11124,10 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'פתיחה של תפריט הניווט'; @override - String get pageRowsInfoTitleRaw => '\$lastRow–\$firstRow מתוך \$rowCount'; + String get pageRowsInfoTitleRaw => r'$lastRow–$firstRow מתוך $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$lastRow–\$firstRow מתוך כ-\$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$lastRow–$firstRow מתוך כ-$rowCount'; @override String get pasteButtonLabel => 'הדבקה'; @@ -11151,16 +11151,16 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => 'נותרו \$remainingCount תווים'; + String get remainingTextFieldCharacterCountMany => r'נותרו $remainingCount תווים'; @override String get remainingTextFieldCharacterCountOne => 'נותר תו אחד'; @override - String get remainingTextFieldCharacterCountOther => 'נותרו \$remainingCount תווים'; + String get remainingTextFieldCharacterCountOther => r'נותרו $remainingCount תווים'; @override - String get remainingTextFieldCharacterCountTwo => 'נותרו \$remainingCount תווים'; + String get remainingTextFieldCharacterCountTwo => r'נותרו $remainingCount תווים'; @override String get remainingTextFieldCharacterCountZero => 'TBD'; @@ -11205,16 +11205,16 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => '\$selectedRowCount פריטים נבחרו'; + String get selectedRowCountTitleMany => r'$selectedRowCount פריטים נבחרו'; @override String get selectedRowCountTitleOne => 'פריט אחד נבחר'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount פריטים נבחרו'; + String get selectedRowCountTitleOther => r'$selectedRowCount פריטים נבחרו'; @override - String get selectedRowCountTitleTwo => '\$selectedRowCount פריטים נבחרו'; + String get selectedRowCountTitleTwo => r'$selectedRowCount פריטים נבחרו'; @override String get selectedRowCountTitleZero => null; @@ -11229,7 +11229,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get signedInLabel => 'מחובר'; @override - String get tabLabelRaw => 'כרטיסייה \$tabIndex מתוך \$tabCount'; + String get tabLabelRaw => r'כרטיסייה $tabIndex מתוך $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -11292,7 +11292,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName के बारे में जानकारी'; + String get aboutListTileTitleRaw => r'$applicationName के बारे में जानकारी'; @override String get alertDialogLabel => 'अलर्ट'; @@ -11340,7 +11340,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get datePickerHelpText => 'तारीख चुनें'; @override - String get dateRangeEndDateSemanticLabelRaw => 'खत्म होने की तारीख \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'खत्म होने की तारीख $fullDate'; @override String get dateRangeEndLabel => 'खत्म होने की तारीख'; @@ -11349,7 +11349,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'सीमा चुनें'; @override - String get dateRangeStartDateSemanticLabelRaw => 'शुरू होने की तारीख \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'शुरू होने की तारीख $fullDate'; @override String get dateRangeStartLabel => 'शुरू होने की तारीख'; @@ -11400,7 +11400,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 लाइसेंस'; @override - String get licensesPackageDetailTextOther => '\$licenseCount लाइसेंस'; + String get licensesPackageDetailTextOther => r'$licenseCount लाइसेंस'; @override String get licensesPackageDetailTextTwo => null; @@ -11430,10 +11430,10 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'नेविगेशन मेन्यू खोलें'; @override - String get pageRowsInfoTitleRaw => '\$rowCount का \$firstRow–\$lastRow'; + String get pageRowsInfoTitleRaw => r'$rowCount का $firstRow–$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => '\$rowCount में से करीब \$firstRow–\$lastRow'; + String get pageRowsInfoTitleApproximateRaw => r'$rowCount में से करीब $firstRow–$lastRow'; @override String get pasteButtonLabel => 'चिपकाएं'; @@ -11463,7 +11463,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'एक वर्ण आैर डाला जा सकता है'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount वर्ण आैर डाले जा सकते हैं'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount वर्ण आैर डाले जा सकते हैं'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -11517,7 +11517,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 चीज़ चुनी गई'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount चीज़ें चुनी गईं'; + String get selectedRowCountTitleOther => r'$selectedRowCount चीज़ें चुनी गईं'; @override String get selectedRowCountTitleTwo => null; @@ -11535,7 +11535,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get signedInLabel => 'साइन इन किया हुआ है'; @override - String get tabLabelRaw => '\$tabCount का टैब \$tabIndex'; + String get tabLabelRaw => r'$tabCount का टैब $tabIndex'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; @@ -11598,7 +11598,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'O aplikaciji \$applicationName'; + String get aboutListTileTitleRaw => r'O aplikaciji $applicationName'; @override String get alertDialogLabel => 'Upozorenje'; @@ -11646,7 +11646,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ODABERITE DATUM'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Datum završetka \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Datum završetka $fullDate'; @override String get dateRangeEndLabel => 'Datum završetka'; @@ -11655,7 +11655,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ODABERITE RASPON'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Datum početka \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Datum početka $fullDate'; @override String get dateRangeStartLabel => 'Datum početka'; @@ -11697,7 +11697,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Unesite važeće vrijeme'; @override - String get licensesPackageDetailTextFew => '\$licenseCount licence'; + String get licensesPackageDetailTextFew => r'$licenseCount licence'; @override String get licensesPackageDetailTextMany => null; @@ -11706,7 +11706,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 licenca'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenci'; + String get licensesPackageDetailTextOther => r'$licenseCount licenci'; @override String get licensesPackageDetailTextTwo => null; @@ -11736,10 +11736,10 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Otvaranje izbornika za navigaciju'; @override - String get pageRowsInfoTitleRaw => '\$firstRow – \$lastRow od \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow od $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow – \$lastRow od otprilike \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow od otprilike $rowCount'; @override String get pasteButtonLabel => 'Zalijepi'; @@ -11760,7 +11760,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Osvježi'; @override - String get remainingTextFieldCharacterCountFew => 'Preostala su \$remainingCount znaka'; + String get remainingTextFieldCharacterCountFew => r'Preostala su $remainingCount znaka'; @override String get remainingTextFieldCharacterCountMany => null; @@ -11769,7 +11769,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Preostao je 1 znak'; @override - String get remainingTextFieldCharacterCountOther => 'Preostalo je \$remainingCount znakova'; + String get remainingTextFieldCharacterCountOther => r'Preostalo je $remainingCount znakova'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -11814,7 +11814,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Odaberite godinu'; @override - String get selectedRowCountTitleFew => 'Odabrane su \$selectedRowCount stavke'; + String get selectedRowCountTitleFew => r'Odabrane su $selectedRowCount stavke'; @override String get selectedRowCountTitleMany => null; @@ -11823,7 +11823,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Odabrana je jedna stavka'; @override - String get selectedRowCountTitleOther => 'Odabrano je \$selectedRowCount stavki'; + String get selectedRowCountTitleOther => r'Odabrano je $selectedRowCount stavki'; @override String get selectedRowCountTitleTwo => null; @@ -11841,7 +11841,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get signedInLabel => 'Prijavljeni korisnik'; @override - String get tabLabelRaw => 'Kartica \$tabIndex od \$tabCount'; + String get tabLabelRaw => r'Kartica $tabIndex od $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -11904,7 +11904,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'A(z) \$applicationName névjegye'; + String get aboutListTileTitleRaw => r'A(z) $applicationName névjegye'; @override String get alertDialogLabel => 'Értesítés'; @@ -11952,7 +11952,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get datePickerHelpText => 'DÁTUM KIVÁLASZTÁSA'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Befejezés dátuma: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Befejezés dátuma: $fullDate'; @override String get dateRangeEndLabel => 'Befejezés dátuma'; @@ -11961,7 +11961,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'TARTOMÁNY KIJELÖLÉSE'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Kezdés dátuma: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Kezdés dátuma: $fullDate'; @override String get dateRangeStartLabel => 'Kezdés dátuma'; @@ -12012,7 +12012,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 licenc'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenc'; + String get licensesPackageDetailTextOther => r'$licenseCount licenc'; @override String get licensesPackageDetailTextTwo => null; @@ -12042,10 +12042,10 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Navigációs menü megnyitása'; @override - String get pageRowsInfoTitleRaw => '\$rowCount/\$firstRow–\$lastRow.'; + String get pageRowsInfoTitleRaw => r'$rowCount/$firstRow–$lastRow.'; @override - String get pageRowsInfoTitleApproximateRaw => 'Körülbelül \$rowCount/\$firstRow–\$lastRow.'; + String get pageRowsInfoTitleApproximateRaw => r'Körülbelül $rowCount/$firstRow–$lastRow.'; @override String get pasteButtonLabel => 'Beillesztés'; @@ -12075,7 +12075,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 karakter maradt'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount karakter maradt'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount karakter maradt'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -12129,7 +12129,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 elem kiválasztva'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount elem kiválasztva'; + String get selectedRowCountTitleOther => r'$selectedRowCount elem kiválasztva'; @override String get selectedRowCountTitleTwo => null; @@ -12147,7 +12147,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get signedInLabel => 'Bejelentkezve'; @override - String get tabLabelRaw => '\$tabCount/\$tabIndex. lap'; + String get tabLabelRaw => r'$tabCount/$tabIndex. lap'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -12210,7 +12210,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName հավելվածի մասին'; + String get aboutListTileTitleRaw => r'$applicationName հավելվածի մասին'; @override String get alertDialogLabel => 'Ծանուցում'; @@ -12258,7 +12258,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ԸՆՏՐԵԼ ԱՄՍԱԹԻՎ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Ավարտի ամսաթիվը՝ \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Ավարտի ամսաթիվը՝ $fullDate'; @override String get dateRangeEndLabel => 'Ավարտի ամսաթիվը'; @@ -12267,7 +12267,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ԸՆՏՐԵԼ ԺԱՄԱՆԱԿԱՀԱՏՎԱԾ'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Մեկնարկի ամսաթիվը՝ \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Մեկնարկի ամսաթիվը՝ $fullDate'; @override String get dateRangeStartLabel => 'Մեկնարկի ամսաթիվը'; @@ -12318,7 +12318,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 լիցենզիա'; @override - String get licensesPackageDetailTextOther => '\$licenseCount լիցենզիա'; + String get licensesPackageDetailTextOther => r'$licenseCount լիցենզիա'; @override String get licensesPackageDetailTextTwo => null; @@ -12348,10 +12348,10 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Բացել նավարկման ընտրացանկը'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow \$rowCount-ից'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow $rowCount-ից'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow մոտավորապես \$rowCount-ից'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow մոտավորապես $rowCount-ից'; @override String get pasteButtonLabel => 'Տեղադրել'; @@ -12372,16 +12372,16 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Թարմացնել'; @override - String get remainingTextFieldCharacterCountFew => 'Մնաց \$remainingCount նիշ'; + String get remainingTextFieldCharacterCountFew => r'Մնաց $remainingCount նիշ'; @override - String get remainingTextFieldCharacterCountMany => 'Մնաց \$remainingCount նիշ'; + String get remainingTextFieldCharacterCountMany => r'Մնաց $remainingCount նիշ'; @override String get remainingTextFieldCharacterCountOne => 'Մնացել է 1 նիշ'; @override - String get remainingTextFieldCharacterCountOther => 'Մնացել է \$remainingCount նիշ'; + String get remainingTextFieldCharacterCountOther => r'Մնացել է $remainingCount նիշ'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -12426,16 +12426,16 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Ընտրել տարին'; @override - String get selectedRowCountTitleFew => 'Ընտրված է \$selectedRowCount օբյեկտ'; + String get selectedRowCountTitleFew => r'Ընտրված է $selectedRowCount օբյեկտ'; @override - String get selectedRowCountTitleMany => 'Ընտրված է \$selectedRowCount օբյեկտ'; + String get selectedRowCountTitleMany => r'Ընտրված է $selectedRowCount օբյեկտ'; @override String get selectedRowCountTitleOne => 'Ընտրվել է 1 տարր'; @override - String get selectedRowCountTitleOther => 'Ընտրվել է \$selectedRowCount տարր'; + String get selectedRowCountTitleOther => r'Ընտրվել է $selectedRowCount տարր'; @override String get selectedRowCountTitleTwo => null; @@ -12453,7 +12453,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get signedInLabel => 'Դուք մուտք եք գործել'; @override - String get tabLabelRaw => 'Ներդիր \$tabIndex՝ \$tabCount-ից'; + String get tabLabelRaw => r'Ներդիր $tabIndex՝ $tabCount-ից'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -12516,7 +12516,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Tentang \$applicationName'; + String get aboutListTileTitleRaw => r'Tentang $applicationName'; @override String get alertDialogLabel => 'Notifikasi'; @@ -12564,7 +12564,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get datePickerHelpText => 'PILIH TANGGAL'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Tanggal akhir \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Tanggal akhir $fullDate'; @override String get dateRangeEndLabel => 'Tanggal Akhir'; @@ -12573,7 +12573,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'PILIH RENTANG'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Tanggal mulai \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Tanggal mulai $fullDate'; @override String get dateRangeStartLabel => 'Tanggal Mulai'; @@ -12624,7 +12624,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 lisensi'; @override - String get licensesPackageDetailTextOther => '\$licenseCount lisensi'; + String get licensesPackageDetailTextOther => r'$licenseCount lisensi'; @override String get licensesPackageDetailTextTwo => null; @@ -12654,10 +12654,10 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Buka menu navigasi'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow dari \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow dari $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow dari kira-kira \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow dari kira-kira $rowCount'; @override String get pasteButtonLabel => 'Tempel'; @@ -12687,7 +12687,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Sisa 1 karakter'; @override - String get remainingTextFieldCharacterCountOther => 'Sisa \$remainingCount karakter'; + String get remainingTextFieldCharacterCountOther => r'Sisa $remainingCount karakter'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -12741,7 +12741,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 item dipilih'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount item dipilih'; + String get selectedRowCountTitleOther => r'$selectedRowCount item dipilih'; @override String get selectedRowCountTitleTwo => null; @@ -12759,7 +12759,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get signedInLabel => 'Telah login'; @override - String get tabLabelRaw => 'Tab \$tabIndex dari \$tabCount'; + String get tabLabelRaw => r'Tab $tabIndex dari $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -12822,7 +12822,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Um \$applicationName'; + String get aboutListTileTitleRaw => r'Um $applicationName'; @override String get alertDialogLabel => 'Tilkynning'; @@ -12870,7 +12870,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get datePickerHelpText => 'VELJA DAGSETNINGU'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Lokadagur \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Lokadagur $fullDate'; @override String get dateRangeEndLabel => 'Lokadagur'; @@ -12879,7 +12879,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'VELJA SVIÐ'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Upphafsdagur \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Upphafsdagur $fullDate'; @override String get dateRangeStartLabel => 'Upphafsdagur'; @@ -12930,7 +12930,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 leyfi'; @override - String get licensesPackageDetailTextOther => '\$licenseCount leyfi'; + String get licensesPackageDetailTextOther => r'$licenseCount leyfi'; @override String get licensesPackageDetailTextTwo => null; @@ -12960,10 +12960,10 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Opna yfirlitsvalmynd'; @override - String get pageRowsInfoTitleRaw => '\$firstRow – \$lastRow af \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow af $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow – \$lastRow af um það bil \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow af um það bil $rowCount'; @override String get pasteButtonLabel => 'Líma'; @@ -12993,7 +12993,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 stafur eftir'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount stafir eftir'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount stafir eftir'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -13047,7 +13047,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 atriði valið'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount atriði valin'; + String get selectedRowCountTitleOther => r'$selectedRowCount atriði valin'; @override String get selectedRowCountTitleTwo => null; @@ -13065,7 +13065,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get signedInLabel => 'Innskráð(ur)'; @override - String get tabLabelRaw => 'Flipi \$tabIndex af \$tabCount'; + String get tabLabelRaw => r'Flipi $tabIndex af $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -13128,7 +13128,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Informazioni su \$applicationName'; + String get aboutListTileTitleRaw => r'Informazioni su $applicationName'; @override String get alertDialogLabel => 'Avviso'; @@ -13176,7 +13176,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get datePickerHelpText => 'SELEZIONA DATA'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Data di fine \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Data di fine $fullDate'; @override String get dateRangeEndLabel => 'Data di fine'; @@ -13185,7 +13185,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'SELEZIONA INTERVALLO'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Data di inizio \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Data di inizio $fullDate'; @override String get dateRangeStartLabel => 'Data di inizio'; @@ -13236,7 +13236,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 licenza'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenze'; + String get licensesPackageDetailTextOther => r'$licenseCount licenze'; @override String get licensesPackageDetailTextTwo => null; @@ -13266,10 +13266,10 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Apri il menu di navigazione'; @override - String get pageRowsInfoTitleRaw => '\$firstRow-\$lastRow di \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow di $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow-\$lastRow di circa \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow di circa $rowCount'; @override String get pasteButtonLabel => 'Incolla'; @@ -13299,7 +13299,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 carattere rimanente'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount caratteri rimanenti'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount caratteri rimanenti'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -13320,7 +13320,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get reorderItemToEnd => 'Sposta alla fine'; @override - String get reorderItemToStart => 'Sposta all\'inizio'; + String get reorderItemToStart => "Sposta all'inizio"; @override String get reorderItemUp => 'Sposta su'; @@ -13353,7 +13353,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 elemento selezionato'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount elementi selezionati'; + String get selectedRowCountTitleOther => r'$selectedRowCount elementi selezionati'; @override String get selectedRowCountTitleTwo => null; @@ -13371,13 +13371,13 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get signedInLabel => 'Connesso'; @override - String get tabLabelRaw => 'Scheda \$tabIndex di \$tabCount'; + String get tabLabelRaw => r'Scheda $tabIndex di $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'SELEZIONA L\'ORA'; + String get timePickerDialHelpText => "SELEZIONA L'ORA"; @override String get timePickerHourLabel => 'Ora'; @@ -13386,7 +13386,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Seleziona le ore'; @override - String get timePickerInputHelpText => 'INSERISCI L\'ORA'; + String get timePickerInputHelpText => "INSERISCI L'ORA"; @override String get timePickerMinuteLabel => 'Minuto'; @@ -13434,7 +13434,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName について'; + String get aboutListTileTitleRaw => r'$applicationName について'; @override String get alertDialogLabel => '通知'; @@ -13482,7 +13482,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get datePickerHelpText => '日付の選択'; @override - String get dateRangeEndDateSemanticLabelRaw => '終了日 \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'終了日 $fullDate'; @override String get dateRangeEndLabel => '終了日'; @@ -13491,7 +13491,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => '期間の選択'; @override - String get dateRangeStartDateSemanticLabelRaw => '開始日 \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'開始日 $fullDate'; @override String get dateRangeStartLabel => '開始日'; @@ -13542,7 +13542,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => 'ライセンス: 1 件'; @override - String get licensesPackageDetailTextOther => 'ライセンス: \$licenseCount 件'; + String get licensesPackageDetailTextOther => r'ライセンス: $licenseCount 件'; @override String get licensesPackageDetailTextTwo => null; @@ -13572,10 +13572,10 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'ナビゲーション メニューを開く'; @override - String get pageRowsInfoTitleRaw => '\$firstRow - \$lastRow 行(合計 \$rowCount 行)'; + String get pageRowsInfoTitleRaw => r'$firstRow - $lastRow 行(合計 $rowCount 行)'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow – \$lastRow 行(合計約 \$rowCount 行)'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow 行(合計約 $rowCount 行)'; @override String get pasteButtonLabel => '貼り付け'; @@ -13605,7 +13605,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '残り 1 文字(半角相当)'; @override - String get remainingTextFieldCharacterCountOther => '残り \$remainingCount 文字(半角相当)'; + String get remainingTextFieldCharacterCountOther => r'残り $remainingCount 文字(半角相当)'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -13659,7 +13659,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 件のアイテムを選択中'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount 件のアイテムを選択中'; + String get selectedRowCountTitleOther => r'$selectedRowCount 件のアイテムを選択中'; @override String get selectedRowCountTitleTwo => null; @@ -13677,7 +13677,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get signedInLabel => 'ログイン中'; @override - String get tabLabelRaw => 'タブ: \$tabIndex/\$tabCount'; + String get tabLabelRaw => r'タブ: $tabIndex/$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -13740,7 +13740,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName-ის შესახებ'; + String get aboutListTileTitleRaw => r'$applicationName-ის შესახებ'; @override String get alertDialogLabel => 'გაფრთხილება'; @@ -13788,7 +13788,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get datePickerHelpText => 'აირჩიეთ თარიღი'; @override - String get dateRangeEndDateSemanticLabelRaw => 'დასრულების თარიღია \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'დასრულების თარიღია $fullDate'; @override String get dateRangeEndLabel => 'დასრულების თარიღი'; @@ -13797,7 +13797,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'აირჩიეთ დიაპაზონი'; @override - String get dateRangeStartDateSemanticLabelRaw => 'დაწყების თარიღია \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'დაწყების თარიღია $fullDate'; @override String get dateRangeStartLabel => 'დაწყების თარიღი'; @@ -13848,7 +13848,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 ლიცენზია'; @override - String get licensesPackageDetailTextOther => '\$licenseCount ლიცენზია'; + String get licensesPackageDetailTextOther => r'$licenseCount ლიცენზია'; @override String get licensesPackageDetailTextTwo => null; @@ -13878,10 +13878,10 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'სანავიგაციო მენიუს გახსნა'; @override - String get pageRowsInfoTitleRaw => '\$firstRow-\$lastRow / \$rowCount-დან'; + String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow / $rowCount-დან'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow-\$lastRow / დაახლოებით \$rowCount-დან'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow / დაახლოებით $rowCount-დან'; @override String get pasteButtonLabel => 'ჩასმა'; @@ -13911,7 +13911,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'დარჩა 1 სიმბოლო'; @override - String get remainingTextFieldCharacterCountOther => 'დარჩა \$remainingCount სიმბოლო'; + String get remainingTextFieldCharacterCountOther => r'დარჩა $remainingCount სიმბოლო'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -13965,7 +13965,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'არჩეულია 1 ერთეული'; @override - String get selectedRowCountTitleOther => 'არჩეულია \$selectedRowCount ერთეული'; + String get selectedRowCountTitleOther => r'არჩეულია $selectedRowCount ერთეული'; @override String get selectedRowCountTitleTwo => null; @@ -13983,7 +13983,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get signedInLabel => 'შესული'; @override - String get tabLabelRaw => 'ჩანართი \$tabIndex / \$tabCount-დან'; + String get tabLabelRaw => r'ჩანართი $tabIndex / $tabCount-დან'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -14046,7 +14046,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName туралы'; + String get aboutListTileTitleRaw => r'$applicationName туралы'; @override String get alertDialogLabel => 'Дабыл'; @@ -14094,7 +14094,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get datePickerHelpText => 'КҮНДІ ТАҢДАУ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Аяқталу күні \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Аяқталу күні $fullDate'; @override String get dateRangeEndLabel => 'Аяқталу күні'; @@ -14103,7 +14103,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'АУҚЫМДЫ ТАҢДАУ'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Басталу күні \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Басталу күні $fullDate'; @override String get dateRangeStartLabel => 'Басталу күні'; @@ -14154,7 +14154,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 лицензия'; @override - String get licensesPackageDetailTextOther => '\$licenseCount лицензия'; + String get licensesPackageDetailTextOther => r'$licenseCount лицензия'; @override String get licensesPackageDetailTextTwo => null; @@ -14184,10 +14184,10 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Навигация мәзірін ашу'; @override - String get pageRowsInfoTitleRaw => '\$rowCount ішінен \$firstRow–\$lastRow'; + String get pageRowsInfoTitleRaw => r'$rowCount ішінен $firstRow–$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => 'Шамамен \$rowCount ішінен \$firstRow–\$lastRow'; + String get pageRowsInfoTitleApproximateRaw => r'Шамамен $rowCount ішінен $firstRow–$lastRow'; @override String get pasteButtonLabel => 'Қою'; @@ -14217,7 +14217,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 таңба қалды.'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount таңба қалды.'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount таңба қалды.'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -14271,7 +14271,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 элемент таңдалды.'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount элемент таңдалды.'; + String get selectedRowCountTitleOther => r'$selectedRowCount элемент таңдалды.'; @override String get selectedRowCountTitleTwo => null; @@ -14289,7 +14289,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get signedInLabel => 'Есептік жазбаға кірген'; @override - String get tabLabelRaw => '\$tabCount/\$tabIndex қойынды'; + String get tabLabelRaw => r'$tabCount/$tabIndex қойынды'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -14352,7 +14352,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'អំពី \$applicationName'; + String get aboutListTileTitleRaw => r'អំពី $applicationName'; @override String get alertDialogLabel => 'ជូនដំណឹង'; @@ -14400,7 +14400,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ជ្រើសរើស​កាល​បរិច្ឆេទ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'កាលបរិច្ឆេទ​បញ្ចប់ \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'កាលបរិច្ឆេទ​បញ្ចប់ $fullDate'; @override String get dateRangeEndLabel => 'កាលបរិច្ឆេទ​បញ្ចប់'; @@ -14409,7 +14409,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ជ្រើស​រើស​ចន្លោះ'; @override - String get dateRangeStartDateSemanticLabelRaw => 'កាលបរិច្ឆេទ​ចាប់ផ្ដើម \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'កាលបរិច្ឆេទ​ចាប់ផ្ដើម $fullDate'; @override String get dateRangeStartLabel => 'កាលបរិច្ឆេទ​ចាប់ផ្ដើម'; @@ -14460,7 +14460,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => 'អាជ្ញាបណ្ណ 1'; @override - String get licensesPackageDetailTextOther => 'អាជ្ញាបណ្ណ \$licenseCount'; + String get licensesPackageDetailTextOther => r'អាជ្ញាបណ្ណ $licenseCount'; @override String get licensesPackageDetailTextTwo => null; @@ -14490,10 +14490,10 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'បើក​ម៉ឺនុយរុករក'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow ក្នុង​ចំណោម​ \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow ក្នុង​ចំណោម​ $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow ក្នុង​ចំណោម​ប្រហែល \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow ក្នុង​ចំណោម​ប្រហែល $rowCount'; @override String get pasteButtonLabel => 'ដាក់​ចូល'; @@ -14523,7 +14523,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'នៅសល់​ 1 តួ​ទៀត'; @override - String get remainingTextFieldCharacterCountOther => 'នៅសល់ \$remainingCount តួ​ទៀត'; + String get remainingTextFieldCharacterCountOther => r'នៅសល់ $remainingCount តួ​ទៀត'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -14577,7 +14577,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'បាន​ជ្រើស​រើស​ធាតុ 1'; @override - String get selectedRowCountTitleOther => 'បាន​ជ្រើស​រើស​ធាតុ \$selectedRowCount'; + String get selectedRowCountTitleOther => r'បាន​ជ្រើស​រើស​ធាតុ $selectedRowCount'; @override String get selectedRowCountTitleTwo => null; @@ -14595,7 +14595,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get signedInLabel => 'បានចូល​គណនី'; @override - String get tabLabelRaw => 'ផ្ទាំង \$tabIndex ក្នុង​ចំណោម​ \$tabCount'; + String get tabLabelRaw => r'ផ្ទាំង $tabIndex ក្នុង​ចំណោម​ $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @@ -14964,7 +14964,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName 정보'; + String get aboutListTileTitleRaw => r'$applicationName 정보'; @override String get alertDialogLabel => '알림'; @@ -15012,7 +15012,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get datePickerHelpText => '날짜 선택'; @override - String get dateRangeEndDateSemanticLabelRaw => '종료일 \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'종료일 $fullDate'; @override String get dateRangeEndLabel => '종료일'; @@ -15021,7 +15021,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => '범위 선택'; @override - String get dateRangeStartDateSemanticLabelRaw => '시작일 \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'시작일 $fullDate'; @override String get dateRangeStartLabel => '시작일'; @@ -15072,7 +15072,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '라이선스 1개'; @override - String get licensesPackageDetailTextOther => '라이선스 \$licenseCount개'; + String get licensesPackageDetailTextOther => r'라이선스 $licenseCount개'; @override String get licensesPackageDetailTextTwo => null; @@ -15102,10 +15102,10 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => '탐색 메뉴 열기'; @override - String get pageRowsInfoTitleRaw => '\$rowCount행 중 \$firstRow~\$lastRow행'; + String get pageRowsInfoTitleRaw => r'$rowCount행 중 $firstRow~$lastRow행'; @override - String get pageRowsInfoTitleApproximateRaw => '약 \$rowCount행 중 \$firstRow~\$lastRow행'; + String get pageRowsInfoTitleApproximateRaw => r'약 $rowCount행 중 $firstRow~$lastRow행'; @override String get pasteButtonLabel => '붙여넣기'; @@ -15135,7 +15135,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1자 남음'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount자 남음'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount자 남음'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -15189,7 +15189,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '항목 1개 선택됨'; @override - String get selectedRowCountTitleOther => '항목 \$selectedRowCount개 선택됨'; + String get selectedRowCountTitleOther => r'항목 $selectedRowCount개 선택됨'; @override String get selectedRowCountTitleTwo => null; @@ -15207,7 +15207,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get signedInLabel => '로그인됨'; @override - String get tabLabelRaw => '탭 \$tabCount개 중 \$tabIndex번째'; + String get tabLabelRaw => r'탭 $tabCount개 중 $tabIndex번째'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; @@ -15270,7 +15270,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName каналы жөнүндө'; + String get aboutListTileTitleRaw => r'$applicationName каналы жөнүндө'; @override String get alertDialogLabel => 'Эскертүү'; @@ -15318,7 +15318,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get datePickerHelpText => 'КҮНДҮ ТАНДОО'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Аяктоо күнү \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Аяктоо күнү $fullDate'; @override String get dateRangeEndLabel => 'Аяктоо күнү'; @@ -15327,7 +15327,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ДИАПАЗОНДУ ТАНДОО'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Баштоо күнү \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Баштоо күнү $fullDate'; @override String get dateRangeStartLabel => 'Баштоо күнү'; @@ -15378,7 +15378,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 уруксаттама'; @override - String get licensesPackageDetailTextOther => '\$licenseCount уруксаттама'; + String get licensesPackageDetailTextOther => r'$licenseCount уруксаттама'; @override String get licensesPackageDetailTextTwo => null; @@ -15408,10 +15408,10 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Чабыттоо менюсун ачуу'; @override - String get pageRowsInfoTitleRaw => '\$rowCount ичинен \$firstRow–\$lastRow'; + String get pageRowsInfoTitleRaw => r'$rowCount ичинен $firstRow–$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => 'Болжол менен \$rowCount ичинен \$firstRow–\$lastRow'; + String get pageRowsInfoTitleApproximateRaw => r'Болжол менен $rowCount ичинен $firstRow–$lastRow'; @override String get pasteButtonLabel => 'Чаптоо'; @@ -15441,7 +15441,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 белги калды'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount белги калды'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount белги калды'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -15495,7 +15495,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 нерсе тандалды'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount нерсе тандалды'; + String get selectedRowCountTitleOther => r'$selectedRowCount нерсе тандалды'; @override String get selectedRowCountTitleTwo => null; @@ -15513,7 +15513,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get signedInLabel => 'Аккаунтуңузга кирдиңиз'; @override - String get tabLabelRaw => '\$tabCount кыналма ичинен \$tabIndex'; + String get tabLabelRaw => r'$tabCount кыналма ичинен $tabIndex'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -15576,7 +15576,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'ກ່ຽວກັບ \$applicationName'; + String get aboutListTileTitleRaw => r'ກ່ຽວກັບ $applicationName'; @override String get alertDialogLabel => 'ການເຕືອນ'; @@ -15624,7 +15624,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ເລືອກວັນທີ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'ວັນທີສິ້ນສຸດ \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'ວັນທີສິ້ນສຸດ $fullDate'; @override String get dateRangeEndLabel => 'ວັນທີສິ້ນສຸດ'; @@ -15633,7 +15633,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ເລືອກໄລຍະ'; @override - String get dateRangeStartDateSemanticLabelRaw => 'ວັນທີເລີ່ມຕົ້ນ \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'ວັນທີເລີ່ມຕົ້ນ $fullDate'; @override String get dateRangeStartLabel => 'ວັນທີເລີ່ມຕົ້ນ'; @@ -15684,7 +15684,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 ໃບອະນຸຍາດ'; @override - String get licensesPackageDetailTextOther => '\$licenseCount ໃບອະນຸຍາດ'; + String get licensesPackageDetailTextOther => r'$licenseCount ໃບອະນຸຍາດ'; @override String get licensesPackageDetailTextTwo => null; @@ -15714,10 +15714,10 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'ເປີດເມນູການນຳທາງ'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow ຈາກທັງໝົດ \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow ຈາກທັງໝົດ $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow ຈາກປະມານ \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow ຈາກປະມານ $rowCount'; @override String get pasteButtonLabel => 'ວາງ'; @@ -15747,7 +15747,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'ຍັງອີກ 1 ຕົວອັກສອນ'; @override - String get remainingTextFieldCharacterCountOther => 'ຍັງອີກ \$remainingCount ຕົວອັກສອນ'; + String get remainingTextFieldCharacterCountOther => r'ຍັງອີກ $remainingCount ຕົວອັກສອນ'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -15801,7 +15801,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'ເລືອກ 1 ລາຍການແລ້ວ'; @override - String get selectedRowCountTitleOther => 'ເລືອກ \$selectedRowCount ລາຍການແລ້ວ'; + String get selectedRowCountTitleOther => r'ເລືອກ $selectedRowCount ລາຍການແລ້ວ'; @override String get selectedRowCountTitleTwo => null; @@ -15819,7 +15819,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get signedInLabel => 'ເຂົ້າສູ່ລະບົບແລ້ວ'; @override - String get tabLabelRaw => 'ແຖບທີ \$tabIndex ຈາກທັງໝົດ \$tabCount'; + String get tabLabelRaw => r'ແຖບທີ $tabIndex ຈາກທັງໝົດ $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -15882,7 +15882,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Apie „\$applicationName“'; + String get aboutListTileTitleRaw => r'Apie „$applicationName“'; @override String get alertDialogLabel => 'Įspėjimas'; @@ -15930,7 +15930,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get datePickerHelpText => 'PASIRINKITE DATĄ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Pabaigos data: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Pabaigos data: $fullDate'; @override String get dateRangeEndLabel => 'Pabaigos data'; @@ -15939,7 +15939,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'PASIRINKITE DIAPAZONĄ'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Pradžios data: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Pradžios data: $fullDate'; @override String get dateRangeStartLabel => 'Pradžios data'; @@ -15981,16 +15981,16 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Įveskite tinkamą laiką'; @override - String get licensesPackageDetailTextFew => '\$licenseCount licencijos'; + String get licensesPackageDetailTextFew => r'$licenseCount licencijos'; @override - String get licensesPackageDetailTextMany => '\$licenseCount licencijos'; + String get licensesPackageDetailTextMany => r'$licenseCount licencijos'; @override String get licensesPackageDetailTextOne => '1 licencija'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencijų'; + String get licensesPackageDetailTextOther => r'$licenseCount licencijų'; @override String get licensesPackageDetailTextTwo => null; @@ -16020,10 +16020,10 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Atidaryti naršymo meniu'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow iš \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow iš $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow iš maždaug \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow iš maždaug $rowCount'; @override String get pasteButtonLabel => 'Įklijuoti'; @@ -16044,16 +16044,16 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Atnaujinti'; @override - String get remainingTextFieldCharacterCountFew => 'Liko \$remainingCount simboliai'; + String get remainingTextFieldCharacterCountFew => r'Liko $remainingCount simboliai'; @override - String get remainingTextFieldCharacterCountMany => 'Liko \$remainingCount simbolio'; + String get remainingTextFieldCharacterCountMany => r'Liko $remainingCount simbolio'; @override String get remainingTextFieldCharacterCountOne => 'Liko 1 simbolis'; @override - String get remainingTextFieldCharacterCountOther => 'Liko \$remainingCount simbolių'; + String get remainingTextFieldCharacterCountOther => r'Liko $remainingCount simbolių'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -16098,16 +16098,16 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Pasirinkite metus'; @override - String get selectedRowCountTitleFew => 'Pasirinkti \$selectedRowCount elementai'; + String get selectedRowCountTitleFew => r'Pasirinkti $selectedRowCount elementai'; @override - String get selectedRowCountTitleMany => 'Pasirinkta \$selectedRowCount elemento'; + String get selectedRowCountTitleMany => r'Pasirinkta $selectedRowCount elemento'; @override String get selectedRowCountTitleOne => 'Pasirinktas 1 elementas'; @override - String get selectedRowCountTitleOther => 'Pasirinkta \$selectedRowCount elementų'; + String get selectedRowCountTitleOther => r'Pasirinkta $selectedRowCount elementų'; @override String get selectedRowCountTitleTwo => null; @@ -16125,7 +16125,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get signedInLabel => 'Prisijungta'; @override - String get tabLabelRaw => '\$tabIndex skirtukas iš \$tabCount'; + String get tabLabelRaw => r'$tabIndex skirtukas iš $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -16188,7 +16188,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Par \$applicationName'; + String get aboutListTileTitleRaw => r'Par $applicationName'; @override String get alertDialogLabel => 'Brīdinājums'; @@ -16236,7 +16236,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ATLASIET DATUMU'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Beigu datums: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Beigu datums: $fullDate'; @override String get dateRangeEndLabel => 'Beigu datums'; @@ -16245,7 +16245,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ATLASIET DIAPAZONU'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Sākuma datums: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Sākuma datums: $fullDate'; @override String get dateRangeStartLabel => 'Sākuma datums'; @@ -16296,7 +16296,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 licence'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licences'; + String get licensesPackageDetailTextOther => r'$licenseCount licences'; @override String get licensesPackageDetailTextTwo => null; @@ -16326,10 +16326,10 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Atvērt navigācijas izvēlni'; @override - String get pageRowsInfoTitleRaw => '\$firstRow.–\$lastRow. no \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow.–$lastRow. no $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow.–\$lastRow. no aptuveni \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow.–$lastRow. no aptuveni $rowCount'; @override String get pasteButtonLabel => 'Ielīmēt'; @@ -16359,7 +16359,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Atlikusi 1 rakstzīme.'; @override - String get remainingTextFieldCharacterCountOther => 'Atlikušas \$remainingCount rakstzīmes.'; + String get remainingTextFieldCharacterCountOther => r'Atlikušas $remainingCount rakstzīmes.'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -16413,7 +16413,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Atlasīts 1 vienums'; @override - String get selectedRowCountTitleOther => 'Atlasīti \$selectedRowCount vienumi'; + String get selectedRowCountTitleOther => r'Atlasīti $selectedRowCount vienumi'; @override String get selectedRowCountTitleTwo => null; @@ -16431,7 +16431,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get signedInLabel => 'Esat pierakstījies'; @override - String get tabLabelRaw => '\$tabIndex. cilne no \$tabCount'; + String get tabLabelRaw => r'$tabIndex. cilne no $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -16494,7 +16494,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'За \$applicationName'; + String get aboutListTileTitleRaw => r'За $applicationName'; @override String get alertDialogLabel => 'Предупредување'; @@ -16542,7 +16542,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ИЗБЕРЕТЕ ДАТУМ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Краен датум \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Краен датум $fullDate'; @override String get dateRangeEndLabel => 'Краен датум'; @@ -16551,7 +16551,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ИЗБЕРЕТЕ ОПСЕГ'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Датум на започнување \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Датум на започнување $fullDate'; @override String get dateRangeStartLabel => 'Датум на започнување'; @@ -16602,7 +16602,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 лиценца'; @override - String get licensesPackageDetailTextOther => '\$licenseCount лиценци'; + String get licensesPackageDetailTextOther => r'$licenseCount лиценци'; @override String get licensesPackageDetailTextTwo => null; @@ -16632,10 +16632,10 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Отворете го менито за навигација'; @override - String get pageRowsInfoTitleRaw => '\$firstRow - \$lastRow од \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow - $lastRow од $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow - \$lastRow од приближно \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow - $lastRow од приближно $rowCount'; @override String get pasteButtonLabel => 'Залепи'; @@ -16665,7 +16665,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Преостанува уште 1 знак'; @override - String get remainingTextFieldCharacterCountOther => 'Преостануваат уште \$remainingCount знаци'; + String get remainingTextFieldCharacterCountOther => r'Преостануваат уште $remainingCount знаци'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -16719,7 +16719,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Избрана е 1 ставка'; @override - String get selectedRowCountTitleOther => 'Избрани се \$selectedRowCount ставки'; + String get selectedRowCountTitleOther => r'Избрани се $selectedRowCount ставки'; @override String get selectedRowCountTitleTwo => null; @@ -16737,7 +16737,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get signedInLabel => 'Најавени сте'; @override - String get tabLabelRaw => 'Картичка \$tabIndex од \$tabCount'; + String get tabLabelRaw => r'Картичка $tabIndex од $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -16800,7 +16800,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName എന്നതിനെക്കുറിച്ച്'; + String get aboutListTileTitleRaw => r'$applicationName എന്നതിനെക്കുറിച്ച്'; @override String get alertDialogLabel => 'മുന്നറിയിപ്പ്'; @@ -16848,7 +16848,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get datePickerHelpText => 'തീയതി തിരഞ്ഞെടുക്കുക'; @override - String get dateRangeEndDateSemanticLabelRaw => 'അവസാനിക്കുന്ന തീയതി \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'അവസാനിക്കുന്ന തീയതി $fullDate'; @override String get dateRangeEndLabel => 'അവസാനിക്കുന്ന തീയതി'; @@ -16857,7 +16857,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ശ്രേണി തിരഞ്ഞെടുക്കുക'; @override - String get dateRangeStartDateSemanticLabelRaw => 'ആരംഭിക്കുന്ന തീയതി \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'ആരംഭിക്കുന്ന തീയതി $fullDate'; @override String get dateRangeStartLabel => 'ആരംഭിക്കുന്ന തീയതി'; @@ -16908,7 +16908,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => 'ഒരു ലൈസൻസ്'; @override - String get licensesPackageDetailTextOther => '\$licenseCount ലൈസൻസുകൾ'; + String get licensesPackageDetailTextOther => r'$licenseCount ലൈസൻസുകൾ'; @override String get licensesPackageDetailTextTwo => null; @@ -16938,10 +16938,10 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'നാവിഗേഷൻ മെനു തുറക്കുക'; @override - String get pageRowsInfoTitleRaw => '\$rowCount-ൽ \$firstRow –\$lastRow'; + String get pageRowsInfoTitleRaw => r'$rowCount-ൽ $firstRow –$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => 'ഏകദേശം \$rowCount-ൽ \$firstRow –\$lastRow'; + String get pageRowsInfoTitleApproximateRaw => r'ഏകദേശം $rowCount-ൽ $firstRow –$lastRow'; @override String get pasteButtonLabel => 'ഒട്ടിക്കുക'; @@ -16971,7 +16971,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'ഒരു പ്രതീകം ശേഷിക്കുന്നു'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount പ്രതീകങ്ങൾ ശേഷിക്കുന്നു'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount പ്രതീകങ്ങൾ ശേഷിക്കുന്നു'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -17025,7 +17025,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'ഒരു ഇനം തിരഞ്ഞെടുത്തു'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount ഇനങ്ങൾ തിരഞ്ഞെടുത്തു'; + String get selectedRowCountTitleOther => r'$selectedRowCount ഇനങ്ങൾ തിരഞ്ഞെടുത്തു'; @override String get selectedRowCountTitleTwo => null; @@ -17043,7 +17043,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get signedInLabel => 'സൈൻ ഇൻ ചെയ്‌തു'; @override - String get tabLabelRaw => '\$tabCount-ൽ \$tabIndex'; + String get tabLabelRaw => r'$tabCount-ൽ $tabIndex'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -17106,7 +17106,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName-н тухай'; + String get aboutListTileTitleRaw => r'$applicationName-н тухай'; @override String get alertDialogLabel => 'Сэрэмжлүүлэг'; @@ -17154,7 +17154,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ОГНОО СОНГОХ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Дуусах огноо \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Дуусах огноо $fullDate'; @override String get dateRangeEndLabel => 'Дуусах огноо'; @@ -17163,7 +17163,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ИНТЕРВАЛ СОНГОХ'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Эхлэх огноо \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Эхлэх огноо $fullDate'; @override String get dateRangeStartLabel => 'Эхлэх огноо'; @@ -17214,7 +17214,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 лиценз'; @override - String get licensesPackageDetailTextOther => '\$licenseCount лиценз'; + String get licensesPackageDetailTextOther => r'$licenseCount лиценз'; @override String get licensesPackageDetailTextTwo => null; @@ -17244,10 +17244,10 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Навигацийн цэсийг нээх'; @override - String get pageRowsInfoTitleRaw => '\$rowCount-н \$firstRow–\$lastRow'; + String get pageRowsInfoTitleRaw => r'$rowCount-н $firstRow–$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => 'Ойролцоогоор \$rowCount-н \$firstRow–\$lastRow'; + String get pageRowsInfoTitleApproximateRaw => r'Ойролцоогоор $rowCount-н $firstRow–$lastRow'; @override String get pasteButtonLabel => 'Буулгах'; @@ -17277,7 +17277,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 тэмдэгт үлдсэн'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount тэмдэгт үлдсэн'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount тэмдэгт үлдсэн'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -17331,7 +17331,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 зүйл сонгосон'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount зүйл сонгосон'; + String get selectedRowCountTitleOther => r'$selectedRowCount зүйл сонгосон'; @override String get selectedRowCountTitleTwo => null; @@ -17349,7 +17349,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get signedInLabel => 'Нэвтэрсэн'; @override - String get tabLabelRaw => '\$tabCount-н \$tabIndex-р таб'; + String get tabLabelRaw => r'$tabCount-н $tabIndex-р таб'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -17412,7 +17412,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName बद्दल'; + String get aboutListTileTitleRaw => r'$applicationName बद्दल'; @override String get alertDialogLabel => 'सूचना'; @@ -17460,7 +17460,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get datePickerHelpText => 'तारीख निवडा'; @override - String get dateRangeEndDateSemanticLabelRaw => 'संपण्याची तारीख \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'संपण्याची तारीख $fullDate'; @override String get dateRangeEndLabel => 'संपण्याची तारीख'; @@ -17469,7 +17469,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'श्रेणी निवडा'; @override - String get dateRangeStartDateSemanticLabelRaw => 'सुरू होण्याची तारीख \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'सुरू होण्याची तारीख $fullDate'; @override String get dateRangeStartLabel => 'सुरू होण्याची तारीख'; @@ -17520,7 +17520,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => 'एक परवाना'; @override - String get licensesPackageDetailTextOther => '\$licenseCount परवाने'; + String get licensesPackageDetailTextOther => r'$licenseCount परवाने'; @override String get licensesPackageDetailTextTwo => null; @@ -17550,10 +17550,10 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'नेव्हिगेशन मेनू उघडा'; @override - String get pageRowsInfoTitleRaw => '\$rowCount पैकी \$firstRow–\$lastRow'; + String get pageRowsInfoTitleRaw => r'$rowCount पैकी $firstRow–$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => '\$rowCount च्या बद्दल \$firstRow–\$lastRow'; + String get pageRowsInfoTitleApproximateRaw => r'$rowCount च्या बद्दल $firstRow–$lastRow'; @override String get pasteButtonLabel => 'पेस्ट करा'; @@ -17583,7 +17583,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'एक वर्ण शिल्लक'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount वर्ण शिल्लक'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount वर्ण शिल्लक'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -17637,7 +17637,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'एक आयटम निवडला'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount आयटम निवडले'; + String get selectedRowCountTitleOther => r'$selectedRowCount आयटम निवडले'; @override String get selectedRowCountTitleTwo => null; @@ -17655,7 +17655,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get signedInLabel => 'साइन इन केले आहे'; @override - String get tabLabelRaw => '\$tabCount पैकी \$tabIndex टॅब'; + String get tabLabelRaw => r'$tabCount पैकी $tabIndex टॅब'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @@ -17718,7 +17718,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Perihal \$applicationName'; + String get aboutListTileTitleRaw => r'Perihal $applicationName'; @override String get alertDialogLabel => 'Makluman'; @@ -17766,7 +17766,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get datePickerHelpText => 'PILIH TARIKH'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Tarikh tamat ialah \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Tarikh tamat ialah $fullDate'; @override String get dateRangeEndLabel => 'Tarikh Tamat'; @@ -17775,7 +17775,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'PILIH JULAT'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Tarikh mula ialah \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Tarikh mula ialah $fullDate'; @override String get dateRangeStartLabel => 'Tarikh Mula'; @@ -17826,7 +17826,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 lesen'; @override - String get licensesPackageDetailTextOther => '\$licenseCount lesen'; + String get licensesPackageDetailTextOther => r'$licenseCount lesen'; @override String get licensesPackageDetailTextTwo => null; @@ -17856,10 +17856,10 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Buka menu navigasi'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow dari \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow dari $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow dari kira-kira \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow dari kira-kira $rowCount'; @override String get pasteButtonLabel => 'Tampal'; @@ -17889,7 +17889,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 aksara lagi'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount aksara lagi'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount aksara lagi'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -17943,7 +17943,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 item dipilih'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount item dipilih'; + String get selectedRowCountTitleOther => r'$selectedRowCount item dipilih'; @override String get selectedRowCountTitleTwo => null; @@ -17961,7 +17961,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get signedInLabel => 'Dilog masuk'; @override - String get tabLabelRaw => 'Tab \$tabIndex dari \$tabCount'; + String get tabLabelRaw => r'Tab $tabIndex dari $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @@ -18024,7 +18024,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName အကြောင်း'; + String get aboutListTileTitleRaw => r'$applicationName အကြောင်း'; @override String get alertDialogLabel => 'သတိပေးချက်'; @@ -18072,7 +18072,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ရက်စွဲရွေးပါ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'ပြီးဆုံးရက်စွဲ \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'ပြီးဆုံးရက်စွဲ $fullDate'; @override String get dateRangeEndLabel => 'ပြီးဆုံးရက်စွဲ'; @@ -18081,7 +18081,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'အပိုင်းအခြား ရွေးရန်'; @override - String get dateRangeStartDateSemanticLabelRaw => 'စတင်သည့် ရက်စွဲ \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'စတင်သည့် ရက်စွဲ $fullDate'; @override String get dateRangeStartLabel => 'စတင်သည့် ရက်စွဲ'; @@ -18132,7 +18132,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => 'လိုင်စင် 1 ခု'; @override - String get licensesPackageDetailTextOther => 'လိုင်စင် \$licenseCount ခု'; + String get licensesPackageDetailTextOther => r'လိုင်စင် $licenseCount ခု'; @override String get licensesPackageDetailTextTwo => null; @@ -18162,10 +18162,10 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'လမ်းညွှန်မီနူးကို ဖွင့်ရန်'; @override - String get pageRowsInfoTitleRaw => '\$rowCount အနက် \$firstRow–\$lastRow'; + String get pageRowsInfoTitleRaw => r'$rowCount အနက် $firstRow–$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => '\$rowCount ခန့်မှ \$firstRow–\$lastRow'; + String get pageRowsInfoTitleApproximateRaw => r'$rowCount ခန့်မှ $firstRow–$lastRow'; @override String get pasteButtonLabel => 'ကူးထည့်ရန်'; @@ -18195,7 +18195,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'အက္ခရာ ၁ လုံးကျန်သည်'; @override - String get remainingTextFieldCharacterCountOther => 'အက္ခရာ \$remainingCount လုံးကျန်သည်'; + String get remainingTextFieldCharacterCountOther => r'အက္ခရာ $remainingCount လုံးကျန်သည်'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -18249,7 +18249,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '၁ ခု ရွေးထားသည်'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount ခု ရွေးထားသည်'; + String get selectedRowCountTitleOther => r'$selectedRowCount ခု ရွေးထားသည်'; @override String get selectedRowCountTitleTwo => null; @@ -18267,7 +18267,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get signedInLabel => 'လက်မှတ်ထိုး ဝင်ထားသည်'; @override - String get tabLabelRaw => 'တဘ် \$tabCount အနက် \$tabIndex ခု'; + String get tabLabelRaw => r'တဘ် $tabCount အနက် $tabIndex ခု'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -18330,7 +18330,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Om \$applicationName'; + String get aboutListTileTitleRaw => r'Om $applicationName'; @override String get alertDialogLabel => 'Varsel'; @@ -18378,7 +18378,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get datePickerHelpText => 'VELG DATOEN'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Sluttdato \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Sluttdato $fullDate'; @override String get dateRangeEndLabel => 'Sluttdato'; @@ -18387,7 +18387,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'VELG PERIODEN'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Startdato \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Startdato $fullDate'; @override String get dateRangeStartLabel => 'Startdato'; @@ -18438,7 +18438,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 lisens'; @override - String get licensesPackageDetailTextOther => '\$licenseCount lisenser'; + String get licensesPackageDetailTextOther => r'$licenseCount lisenser'; @override String get licensesPackageDetailTextTwo => null; @@ -18468,10 +18468,10 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Åpne navigasjonsmenyen'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow av \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow av $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow av omtrent \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow av omtrent $rowCount'; @override String get pasteButtonLabel => 'Lim inn'; @@ -18501,7 +18501,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 tegn gjenstår'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount tegn gjenstår'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount tegn gjenstår'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -18555,7 +18555,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 element er valgt'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount elementer er valgt'; + String get selectedRowCountTitleOther => r'$selectedRowCount elementer er valgt'; @override String get selectedRowCountTitleTwo => null; @@ -18573,7 +18573,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get signedInLabel => 'Pålogget'; @override - String get tabLabelRaw => 'Fane \$tabIndex av \$tabCount'; + String get tabLabelRaw => r'Fane $tabIndex av $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -18636,7 +18636,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName बारे'; + String get aboutListTileTitleRaw => r'$applicationName बारे'; @override String get alertDialogLabel => 'अलर्ट'; @@ -18684,7 +18684,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get datePickerHelpText => 'मिति चयन गर्नुहोस्'; @override - String get dateRangeEndDateSemanticLabelRaw => 'समाप्त हुने मिति \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'समाप्त हुने मिति $fullDate'; @override String get dateRangeEndLabel => 'समाप्त हुने मिति'; @@ -18693,7 +18693,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'दायरा चयन गर्नुहोस्'; @override - String get dateRangeStartDateSemanticLabelRaw => 'सुरु हुने मिति \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'सुरु हुने मिति $fullDate'; @override String get dateRangeStartLabel => 'सुरु हुने मिति'; @@ -18744,7 +18744,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => 'एउटा इजाजतपत्र'; @override - String get licensesPackageDetailTextOther => '\$licenseCount वटा इजाजतपत्र'; + String get licensesPackageDetailTextOther => r'$licenseCount वटा इजाजतपत्र'; @override String get licensesPackageDetailTextTwo => null; @@ -18774,10 +18774,10 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'नेभिगेसन मेनु खोल्नुहोस्'; @override - String get pageRowsInfoTitleRaw => '\$rowCount मध्ये \$firstRow–\$lastRow'; + String get pageRowsInfoTitleRaw => r'$rowCount मध्ये $firstRow–$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => 'लगभग \$rowCount को \$firstRow–\$lastRow'; + String get pageRowsInfoTitleApproximateRaw => r'लगभग $rowCount को $firstRow–$lastRow'; @override String get pasteButtonLabel => 'टाँस्नुहोस्'; @@ -18807,7 +18807,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '१ वर्ण बाँकी'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount वर्णहरू बाँकी'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount वर्णहरू बाँकी'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -18861,7 +18861,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '१ वस्तु चयन गरियो'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount वस्तुहरू चयन गरिए'; + String get selectedRowCountTitleOther => r'$selectedRowCount वस्तुहरू चयन गरिए'; @override String get selectedRowCountTitleTwo => null; @@ -18879,7 +18879,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get signedInLabel => 'साइन इन गरियो'; @override - String get tabLabelRaw => '\$tabCount मध्ये \$tabIndex ट्याब'; + String get tabLabelRaw => r'$tabCount मध्ये $tabIndex ट्याब'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -18942,7 +18942,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Over \$applicationName'; + String get aboutListTileTitleRaw => r'Over $applicationName'; @override String get alertDialogLabel => 'Melding'; @@ -18990,7 +18990,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get datePickerHelpText => 'DATUM SELECTEREN'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Einddatum \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Einddatum $fullDate'; @override String get dateRangeEndLabel => 'Einddatum'; @@ -18999,7 +18999,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'PERIODE SELECTEREN'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Startdatum \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Startdatum $fullDate'; @override String get dateRangeStartLabel => 'Startdatum'; @@ -19050,7 +19050,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 licentie'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenties'; + String get licensesPackageDetailTextOther => r'$licenseCount licenties'; @override String get licensesPackageDetailTextTwo => null; @@ -19080,10 +19080,10 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Navigatiemenu openen'; @override - String get pageRowsInfoTitleRaw => '\$firstRow-\$lastRow van \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow van $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow-\$lastRow van ongeveer \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow van ongeveer $rowCount'; @override String get pasteButtonLabel => 'Plakken'; @@ -19113,7 +19113,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 teken resterend'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount tekens resterend'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount tekens resterend'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -19167,7 +19167,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 item geselecteerd'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount items geselecteerd'; + String get selectedRowCountTitleOther => r'$selectedRowCount items geselecteerd'; @override String get selectedRowCountTitleTwo => null; @@ -19185,7 +19185,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get signedInLabel => 'Ingelogd'; @override - String get tabLabelRaw => 'Tabblad \$tabIndex van \$tabCount'; + String get tabLabelRaw => r'Tabblad $tabIndex van $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -19248,7 +19248,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Om \$applicationName'; + String get aboutListTileTitleRaw => r'Om $applicationName'; @override String get alertDialogLabel => 'Varsel'; @@ -19296,7 +19296,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get datePickerHelpText => 'VELG DATOEN'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Sluttdato \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Sluttdato $fullDate'; @override String get dateRangeEndLabel => 'Sluttdato'; @@ -19305,7 +19305,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'VELG PERIODEN'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Startdato \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Startdato $fullDate'; @override String get dateRangeStartLabel => 'Startdato'; @@ -19356,7 +19356,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 lisens'; @override - String get licensesPackageDetailTextOther => '\$licenseCount lisenser'; + String get licensesPackageDetailTextOther => r'$licenseCount lisenser'; @override String get licensesPackageDetailTextTwo => null; @@ -19386,10 +19386,10 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Åpne navigasjonsmenyen'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow av \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow av $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow av omtrent \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow av omtrent $rowCount'; @override String get pasteButtonLabel => 'Lim inn'; @@ -19419,7 +19419,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 tegn gjenstår'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount tegn gjenstår'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount tegn gjenstår'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -19473,7 +19473,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 element er valgt'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount elementer er valgt'; + String get selectedRowCountTitleOther => r'$selectedRowCount elementer er valgt'; @override String get selectedRowCountTitleTwo => null; @@ -19491,7 +19491,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get signedInLabel => 'Pålogget'; @override - String get tabLabelRaw => 'Fane \$tabIndex av \$tabCount'; + String get tabLabelRaw => r'Fane $tabIndex av $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -19554,7 +19554,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName ବିଷୟରେ'; + String get aboutListTileTitleRaw => r'$applicationName ବିଷୟରେ'; @override String get alertDialogLabel => 'ଆଲର୍ଟ'; @@ -19602,7 +19602,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ତାରିଖ ଚୟନ କରନ୍ତୁ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'ଶେଷ ତାରିଖ \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'ଶେଷ ତାରିଖ $fullDate'; @override String get dateRangeEndLabel => 'ଶେଷ ତାରିଖ'; @@ -19611,7 +19611,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ସୀମା ଚୟନ କରନ୍ତୁ'; @override - String get dateRangeStartDateSemanticLabelRaw => 'ଆରମ୍ଭ ତାରିଖ \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'ଆରମ୍ଭ ତାରିଖ $fullDate'; @override String get dateRangeStartLabel => 'ଆରମ୍ଭ ତାରିଖ'; @@ -19662,7 +19662,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1ଟି ଲାଇସେନ୍ସ'; @override - String get licensesPackageDetailTextOther => '\$licenseCountଟି ଲାଇସେନ୍ସ'; + String get licensesPackageDetailTextOther => r'$licenseCountଟି ଲାଇସେନ୍ସ'; @override String get licensesPackageDetailTextTwo => null; @@ -19692,10 +19692,10 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'ନାଭିଗେସନ୍ ମେନୁ ଖୋଲନ୍ତୁ'; @override - String get pageRowsInfoTitleRaw => '\$rowCountର \$firstRow–\$lastRow'; + String get pageRowsInfoTitleRaw => r'$rowCountର $firstRow–$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => 'ପାଖାପାଖି \$rowCountର \$firstRow–\$lastRow'; + String get pageRowsInfoTitleApproximateRaw => r'ପାଖାପାଖି $rowCountର $firstRow–$lastRow'; @override String get pasteButtonLabel => 'ପେଷ୍ଟ କରନ୍ତୁ'; @@ -19725,7 +19725,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1ଟି ଅକ୍ଷର ବାକି ଅଛି'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCountଟି ଅକ୍ଷର ବାକି ଅଛି'; + String get remainingTextFieldCharacterCountOther => r'$remainingCountଟି ଅକ୍ଷର ବାକି ଅଛି'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -19779,7 +19779,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1ଟି ଆଇଟମ୍ ଚୟନ କରାଯାଇଛି'; @override - String get selectedRowCountTitleOther => '\$selectedRowCountଟି ଆଇଟମ୍ ଚୟନ କରାଯାଇଛି'; + String get selectedRowCountTitleOther => r'$selectedRowCountଟି ଆଇଟମ୍ ଚୟନ କରାଯାଇଛି'; @override String get selectedRowCountTitleTwo => null; @@ -19797,7 +19797,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get signedInLabel => 'ସାଇନ୍ ଇନ୍ କରାଯାଇଛି'; @override - String get tabLabelRaw => '\$tabCountର \$tabIndex ଟାବ୍'; + String get tabLabelRaw => r'$tabCountର $tabIndex ଟାବ୍'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -19860,7 +19860,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName ਬਾਰੇ'; + String get aboutListTileTitleRaw => r'$applicationName ਬਾਰੇ'; @override String get alertDialogLabel => 'ਸੁਚੇਤਨਾ'; @@ -19872,7 +19872,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get backButtonTooltip => 'ਪਿੱਛੇ'; @override - String get calendarModeButtonLabel => 'ਕੈਲੰਡਰ \'ਤੇ ਜਾਓ'; + String get calendarModeButtonLabel => "ਕੈਲੰਡਰ 'ਤੇ ਜਾਓ"; @override String get cancelButtonLabel => 'ਰੱਦ ਕਰੋ'; @@ -19908,7 +19908,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ਤਾਰੀਖ ਚੁਣੋ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'ਸਮਾਪਤੀ ਦੀ ਤਾਰੀਖ \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'ਸਮਾਪਤੀ ਦੀ ਤਾਰੀਖ $fullDate'; @override String get dateRangeEndLabel => 'ਸਮਾਪਤੀ ਦੀ ਤਾਰੀਖ'; @@ -19917,7 +19917,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ਰੇਂਜ ਚੁਣੋ'; @override - String get dateRangeStartDateSemanticLabelRaw => 'ਸ਼ੁਰੂਆਤੀ ਤਾਰੀਖ \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'ਸ਼ੁਰੂਆਤੀ ਤਾਰੀਖ $fullDate'; @override String get dateRangeStartLabel => 'ਸ਼ੁਰੂਆਤੀ ਤਾਰੀਖ'; @@ -19929,7 +19929,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'ਮਿਟਾਓ'; @override - String get dialModeButtonLabel => 'ਡਾਇਲ ਚੋਣਕਾਰ ਮੋਡ \'ਤੇ ਜਾਓ'; + String get dialModeButtonLabel => "ਡਾਇਲ ਚੋਣਕਾਰ ਮੋਡ 'ਤੇ ਜਾਓ"; @override String get dialogLabel => 'ਵਿੰਡੋ'; @@ -19944,10 +19944,10 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'ਖਾਤੇ ਲੁਕਾਓ'; @override - String get inputDateModeButtonLabel => 'ਇਨਪੁੱਟ \'ਤੇ ਜਾਓ'; + String get inputDateModeButtonLabel => "ਇਨਪੁੱਟ 'ਤੇ ਜਾਓ"; @override - String get inputTimeModeButtonLabel => 'ਲਿਖਤ ਇਨਪੁੱਟ ਮੋਡ \'ਤੇ ਜਾਓ'; + String get inputTimeModeButtonLabel => "ਲਿਖਤ ਇਨਪੁੱਟ ਮੋਡ 'ਤੇ ਜਾਓ"; @override String get invalidDateFormatLabel => 'ਅਵੈਧ ਫਾਰਮੈਟ।'; @@ -19968,7 +19968,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 ਲਾਇਸੰਸ'; @override - String get licensesPackageDetailTextOther => '\$licenseCount ਲਾਇਸੰਸ'; + String get licensesPackageDetailTextOther => r'$licenseCount ਲਾਇਸੰਸ'; @override String get licensesPackageDetailTextTwo => null; @@ -19998,10 +19998,10 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'ਨੈਵੀਗੇਸ਼ਨ ਮੀਨੂ ਖੋਲ੍ਹੋ'; @override - String get pageRowsInfoTitleRaw => '\$rowCount ਵਿੱਚੋਂ \$firstRow–\$lastRow'; + String get pageRowsInfoTitleRaw => r'$rowCount ਵਿੱਚੋਂ $firstRow–$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => 'ਲਗਭਗ \$rowCount ਵਿੱਚੋਂ \$firstRow–\$lastRow'; + String get pageRowsInfoTitleApproximateRaw => r'ਲਗਭਗ $rowCount ਵਿੱਚੋਂ $firstRow–$lastRow'; @override String get pasteButtonLabel => 'ਪੇਸਟ ਕਰੋ'; @@ -20031,7 +20031,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 ਅੱਖਰ-ਚਿੰਨ੍ਹ ਬਾਕੀ'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount ਅੱਖਰ-ਚਿੰਨ੍ਹ ਬਾਕੀ'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount ਅੱਖਰ-ਚਿੰਨ੍ਹ ਬਾਕੀ'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -20058,7 +20058,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get reorderItemUp => 'ਉੱਪਰ ਲਿਜਾਓ'; @override - String get rowsPerPageTitle => 'ਹਰ ਪੰਨੇ \'ਤੇ ਕਤਾਰਾਂ:'; + String get rowsPerPageTitle => "ਹਰ ਪੰਨੇ 'ਤੇ ਕਤਾਰਾਂ:"; @override String get saveButtonLabel => 'ਰੱਖਿਅਤ ਕਰੋ'; @@ -20085,7 +20085,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 ਆਈਟਮ ਚੁਣੀ ਗਈ'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount ਆਈਟਮਾਂ ਚੁਣੀਆਂ ਗਈਆਂ'; + String get selectedRowCountTitleOther => r'$selectedRowCount ਆਈਟਮਾਂ ਚੁਣੀਆਂ ਗਈਆਂ'; @override String get selectedRowCountTitleTwo => null; @@ -20103,7 +20103,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get signedInLabel => 'ਸਾਈਨ-ਇਨ ਕੀਤਾ ਗਿਆ'; @override - String get tabLabelRaw => '\$tabCount ਵਿੱਚੋਂ \$tabIndex ਟੈਬ'; + String get tabLabelRaw => r'$tabCount ਵਿੱਚੋਂ $tabIndex ਟੈਬ'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -20166,7 +20166,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName – informacje'; + String get aboutListTileTitleRaw => r'$applicationName – informacje'; @override String get alertDialogLabel => 'Alert'; @@ -20214,7 +20214,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get datePickerHelpText => 'WYBIERZ DATĘ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Data zakończenia: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Data zakończenia: $fullDate'; @override String get dateRangeEndLabel => 'Data zakończenia'; @@ -20223,7 +20223,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'WYBIERZ ZAKRES'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Data rozpoczęcia: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Data rozpoczęcia: $fullDate'; @override String get dateRangeStartLabel => 'Data rozpoczęcia'; @@ -20265,16 +20265,16 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Wpisz prawidłową godzinę'; @override - String get licensesPackageDetailTextFew => '\$licenseCount licencje'; + String get licensesPackageDetailTextFew => r'$licenseCount licencje'; @override - String get licensesPackageDetailTextMany => '\$licenseCount licencji'; + String get licensesPackageDetailTextMany => r'$licenseCount licencji'; @override String get licensesPackageDetailTextOne => '1 licencja'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencji'; + String get licensesPackageDetailTextOther => r'$licenseCount licencji'; @override String get licensesPackageDetailTextTwo => null; @@ -20304,10 +20304,10 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Otwórz menu nawigacyjne'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow z \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow z $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow z około \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow z około $rowCount'; @override String get pasteButtonLabel => 'Wklej'; @@ -20328,16 +20328,16 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Odśwież'; @override - String get remainingTextFieldCharacterCountFew => 'Pozostały \$remainingCount znaki'; + String get remainingTextFieldCharacterCountFew => r'Pozostały $remainingCount znaki'; @override - String get remainingTextFieldCharacterCountMany => 'Pozostało \$remainingCount znaków'; + String get remainingTextFieldCharacterCountMany => r'Pozostało $remainingCount znaków'; @override String get remainingTextFieldCharacterCountOne => 'Jeszcze 1 znak'; @override - String get remainingTextFieldCharacterCountOther => 'Pozostało \$remainingCount znaków'; + String get remainingTextFieldCharacterCountOther => r'Pozostało $remainingCount znaków'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -20382,16 +20382,16 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Wybierz rok'; @override - String get selectedRowCountTitleFew => '\$selectedRowCount wybrane elementy'; + String get selectedRowCountTitleFew => r'$selectedRowCount wybrane elementy'; @override - String get selectedRowCountTitleMany => '\$selectedRowCount wybranych elementów'; + String get selectedRowCountTitleMany => r'$selectedRowCount wybranych elementów'; @override String get selectedRowCountTitleOne => '1 wybrany element'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount wybranych elementów'; + String get selectedRowCountTitleOther => r'$selectedRowCount wybranych elementów'; @override String get selectedRowCountTitleTwo => null; @@ -20409,7 +20409,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get signedInLabel => 'Zalogowani użytkownicy'; @override - String get tabLabelRaw => 'Karta \$tabIndex z \$tabCount'; + String get tabLabelRaw => r'Karta $tabIndex z $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -20472,7 +20472,7 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'د \$applicationName په اړه'; + String get aboutListTileTitleRaw => r'د $applicationName په اړه'; @override String get alertDialogLabel => 'خبرتیا'; @@ -20520,7 +20520,7 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { String get datePickerHelpText => 'SELECT DATE'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'End date $fullDate'; @override String get dateRangeEndLabel => 'End Date'; @@ -20529,7 +20529,7 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'SELECT RANGE'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Start date $fullDate'; @override String get dateRangeStartLabel => 'Start Date'; @@ -20580,7 +20580,7 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 license'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextOther => r'$licenseCount licenses'; @override String get licensesPackageDetailTextTwo => null; @@ -20610,10 +20610,10 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'د پرانیستی نیینګ مینو'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow د \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow د $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow څخه \$rowCount د'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow څخه $rowCount د'; @override String get pasteButtonLabel => 'پیټ کړئ'; @@ -20643,7 +20643,7 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 character remaining'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount characters remaining'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount characters remaining'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -20697,7 +20697,7 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => null; @override - String get selectedRowCountTitleOther => '\$selectedRowCount توکي غوره شوي'; + String get selectedRowCountTitleOther => r'$selectedRowCount توکي غوره شوي'; @override String get selectedRowCountTitleTwo => null; @@ -20715,7 +20715,7 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { String get signedInLabel => 'ننوتل'; @override - String get tabLabelRaw => '\$tabIndex د \$tabCount'; + String get tabLabelRaw => r'$tabIndex د $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -20778,7 +20778,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Sobre o app \$applicationName'; + String get aboutListTileTitleRaw => r'Sobre o app $applicationName'; @override String get alertDialogLabel => 'Alerta'; @@ -20826,7 +20826,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get datePickerHelpText => 'SELECIONAR DATA'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Data de término \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Data de término $fullDate'; @override String get dateRangeEndLabel => 'Data de término'; @@ -20835,7 +20835,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'SELECIONAR INTERVALO'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Data de início \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Data de início $fullDate'; @override String get dateRangeStartLabel => 'Data de início'; @@ -20886,7 +20886,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 licença'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenças'; + String get licensesPackageDetailTextOther => r'$licenseCount licenças'; @override String get licensesPackageDetailTextTwo => null; @@ -20916,10 +20916,10 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Abrir menu de navegação'; @override - String get pageRowsInfoTitleRaw => '\$firstRow – \$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow – \$lastRow de aproximadamente \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow de aproximadamente $rowCount'; @override String get pasteButtonLabel => 'Colar'; @@ -20949,7 +20949,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 caractere restante'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount caracteres restantes'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount caracteres restantes'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -21003,7 +21003,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 item selecionado'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount itens selecionados'; + String get selectedRowCountTitleOther => r'$selectedRowCount itens selecionados'; @override String get selectedRowCountTitleTwo => null; @@ -21021,7 +21021,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get signedInLabel => 'Conectado a'; @override - String get tabLabelRaw => 'Guia \$tabIndex de \$tabCount'; + String get tabLabelRaw => r'Guia $tabIndex de $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -21111,10 +21111,10 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { String get dateOutOfRangeLabel => 'Fora do intervalo.'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Data de conclusão: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Data de conclusão: $fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Data de início: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Data de início: $fullDate'; @override String get dateRangeEndLabel => 'Data de conclusão'; @@ -21129,7 +21129,7 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { String get selectYearSemanticsLabel => 'Selecionar ano'; @override - String get tabLabelRaw => 'Separador \$tabIndex de \$tabCount'; + String get tabLabelRaw => r'Separador $tabIndex de $tabCount'; @override String get signedInLabel => 'Com sessão iniciada'; @@ -21150,13 +21150,13 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { String get nextPageTooltip => 'Página seguinte'; @override - String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @override - String get pageRowsInfoTitleRaw => '\$firstRow a \$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow a $lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow a \$lastRow de cerca de \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow a $lastRow de cerca de $rowCount'; @override String get okButtonLabel => 'OK'; @@ -21177,7 +21177,7 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { String get remainingTextFieldCharacterCountOne => 'Resta 1 caráter'; @override - String get remainingTextFieldCharacterCountOther => 'Restam \$remainingCount carateres'; + String get remainingTextFieldCharacterCountOther => r'Restam $remainingCount carateres'; } /// The translations for Romanian Moldavian Moldovan (`ro`). @@ -21210,7 +21210,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Despre \$applicationName'; + String get aboutListTileTitleRaw => r'Despre $applicationName'; @override String get alertDialogLabel => 'Alertă'; @@ -21258,7 +21258,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get datePickerHelpText => 'SELECTAȚI DATA'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Data de încheiere: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Data de încheiere: $fullDate'; @override String get dateRangeEndLabel => 'Data de încheiere'; @@ -21267,7 +21267,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'SELECTAȚI UN INTERVAL'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Data de începere: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Data de începere: $fullDate'; @override String get dateRangeStartLabel => 'Data de începere'; @@ -21309,7 +21309,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Introduceți o oră validă'; @override - String get licensesPackageDetailTextFew => '\$licenseCount licențe'; + String get licensesPackageDetailTextFew => r'$licenseCount licențe'; @override String get licensesPackageDetailTextMany => null; @@ -21318,7 +21318,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => 'O licență'; @override - String get licensesPackageDetailTextOther => '\$licenseCount de licențe'; + String get licensesPackageDetailTextOther => r'$licenseCount de licențe'; @override String get licensesPackageDetailTextTwo => null; @@ -21348,10 +21348,10 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Deschideți meniul de navigare'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow din \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow din $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow din aproximativ \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow din aproximativ $rowCount'; @override String get pasteButtonLabel => 'Inserați'; @@ -21372,7 +21372,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Actualizați'; @override - String get remainingTextFieldCharacterCountFew => '\$remainingCount caractere rămase'; + String get remainingTextFieldCharacterCountFew => r'$remainingCount caractere rămase'; @override String get remainingTextFieldCharacterCountMany => null; @@ -21381,7 +21381,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'un caracter rămas'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount de caractere rămase'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount de caractere rămase'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -21426,7 +21426,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Selectați anul'; @override - String get selectedRowCountTitleFew => '\$selectedRowCount articole selectate'; + String get selectedRowCountTitleFew => r'$selectedRowCount articole selectate'; @override String get selectedRowCountTitleMany => null; @@ -21435,7 +21435,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Un articol selectat'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount de articole selectate'; + String get selectedRowCountTitleOther => r'$selectedRowCount de articole selectate'; @override String get selectedRowCountTitleTwo => null; @@ -21453,7 +21453,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get signedInLabel => 'V-ați conectat'; @override - String get tabLabelRaw => 'Fila \$tabIndex din \$tabCount'; + String get tabLabelRaw => r'Fila $tabIndex din $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -21516,7 +21516,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName: сведения'; + String get aboutListTileTitleRaw => r'$applicationName: сведения'; @override String get alertDialogLabel => 'Оповещение'; @@ -21564,7 +21564,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ВЫБЕРИТЕ ДАТУ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Дата окончания: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Дата окончания: $fullDate'; @override String get dateRangeEndLabel => 'Дата окончания'; @@ -21573,7 +21573,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ВЫБЕРИТЕ ДИАПАЗОН ДАТ'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Дата начала: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Дата начала: $fullDate'; @override String get dateRangeStartLabel => 'Дата начала'; @@ -21615,16 +21615,16 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Указано недопустимое время.'; @override - String get licensesPackageDetailTextFew => '\$licenseCount лицензии'; + String get licensesPackageDetailTextFew => r'$licenseCount лицензии'; @override - String get licensesPackageDetailTextMany => '\$licenseCount лицензий'; + String get licensesPackageDetailTextMany => r'$licenseCount лицензий'; @override String get licensesPackageDetailTextOne => '1 лицензия'; @override - String get licensesPackageDetailTextOther => '\$licenseCount лицензии'; + String get licensesPackageDetailTextOther => r'$licenseCount лицензии'; @override String get licensesPackageDetailTextTwo => null; @@ -21654,10 +21654,10 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Открыть меню навигации'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow из \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow из $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow из примерно \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow из примерно $rowCount'; @override String get pasteButtonLabel => 'Вставить'; @@ -21678,16 +21678,16 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Обновление'; @override - String get remainingTextFieldCharacterCountFew => 'Осталось \$remainingCount символа'; + String get remainingTextFieldCharacterCountFew => r'Осталось $remainingCount символа'; @override - String get remainingTextFieldCharacterCountMany => 'Осталось \$remainingCount символов'; + String get remainingTextFieldCharacterCountMany => r'Осталось $remainingCount символов'; @override String get remainingTextFieldCharacterCountOne => 'Остался 1 символ'; @override - String get remainingTextFieldCharacterCountOther => 'Осталось \$remainingCount символа'; + String get remainingTextFieldCharacterCountOther => r'Осталось $remainingCount символа'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -21732,16 +21732,16 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Выберите год'; @override - String get selectedRowCountTitleFew => 'Выбрано \$selectedRowCount объекта'; + String get selectedRowCountTitleFew => r'Выбрано $selectedRowCount объекта'; @override - String get selectedRowCountTitleMany => 'Выбрано \$selectedRowCount объектов'; + String get selectedRowCountTitleMany => r'Выбрано $selectedRowCount объектов'; @override String get selectedRowCountTitleOne => 'Выбран 1 объект'; @override - String get selectedRowCountTitleOther => 'Выбрано \$selectedRowCount объекта'; + String get selectedRowCountTitleOther => r'Выбрано $selectedRowCount объекта'; @override String get selectedRowCountTitleTwo => null; @@ -21759,7 +21759,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get signedInLabel => 'Вход выполнен'; @override - String get tabLabelRaw => 'Вкладка \$tabIndex из \$tabCount'; + String get tabLabelRaw => r'Вкладка $tabIndex из $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -21822,7 +21822,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName ගැන'; + String get aboutListTileTitleRaw => r'$applicationName ගැන'; @override String get alertDialogLabel => 'ඇඟවීම'; @@ -21870,7 +21870,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get datePickerHelpText => 'දිනය තෝරන්න'; @override - String get dateRangeEndDateSemanticLabelRaw => 'අවසන් වන දිනය \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'අවසන් වන දිනය $fullDate'; @override String get dateRangeEndLabel => 'අවසන් වන දිනය'; @@ -21879,7 +21879,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'පරාසය තෝරන්න'; @override - String get dateRangeStartDateSemanticLabelRaw => 'ආරම්භක දිනය \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'ආරම්භක දිනය $fullDate'; @override String get dateRangeStartLabel => 'ආරම්භක දිනය'; @@ -21930,7 +21930,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => 'බලපත්‍ර 1'; @override - String get licensesPackageDetailTextOther => 'බලපත්‍ර \$licenseCount'; + String get licensesPackageDetailTextOther => r'බලපත්‍ර $licenseCount'; @override String get licensesPackageDetailTextTwo => null; @@ -21960,10 +21960,10 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'සංචාලන මෙනුව විවෘත කරන්න'; @override - String get pageRowsInfoTitleRaw => '\$rowCountන් \$firstRow–\$lastRow'; + String get pageRowsInfoTitleRaw => r'$rowCountන් $firstRow–$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => '\$rowCountකින් පමණ \$firstRow–\$lastRow'; + String get pageRowsInfoTitleApproximateRaw => r'$rowCountකින් පමණ $firstRow–$lastRow'; @override String get pasteButtonLabel => 'අලවන්න'; @@ -21993,7 +21993,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'අනුලකුණු 1ක් ඉතිරිය'; @override - String get remainingTextFieldCharacterCountOther => 'අනුලකුණු \$remainingCountක් ඉතිරිය'; + String get remainingTextFieldCharacterCountOther => r'අනුලකුණු $remainingCountක් ඉතිරිය'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -22047,7 +22047,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'අයිතම 1ක් තෝරන ලදී'; @override - String get selectedRowCountTitleOther => 'අයිතම \$selectedRowCountක් තෝරන ලදී'; + String get selectedRowCountTitleOther => r'අයිතම $selectedRowCountක් තෝරන ලදී'; @override String get selectedRowCountTitleTwo => null; @@ -22065,7 +22065,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get signedInLabel => 'පුරන ලදී'; @override - String get tabLabelRaw => 'ටැබ \$tabIndexකින් \$tabCount'; + String get tabLabelRaw => r'ටැබ $tabIndexකින් $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -22128,7 +22128,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName – informácie'; + String get aboutListTileTitleRaw => r'$applicationName – informácie'; @override String get alertDialogLabel => 'Upozornenie'; @@ -22176,7 +22176,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get datePickerHelpText => 'VYBERTE DÁTUM'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Dátum ukončenia \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Dátum ukončenia $fullDate'; @override String get dateRangeEndLabel => 'Dátum ukončenia'; @@ -22185,7 +22185,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'VYBERTE ROZSAH'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Dátum začatia \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Dátum začatia $fullDate'; @override String get dateRangeStartLabel => 'Dátum začatia'; @@ -22227,16 +22227,16 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Zadajte platný čas'; @override - String get licensesPackageDetailTextFew => '\$licenseCount licencie'; + String get licensesPackageDetailTextFew => r'$licenseCount licencie'; @override - String get licensesPackageDetailTextMany => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => r'$licenseCount licenses'; @override String get licensesPackageDetailTextOne => '1 licencia'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencií'; + String get licensesPackageDetailTextOther => r'$licenseCount licencií'; @override String get licensesPackageDetailTextTwo => null; @@ -22266,10 +22266,10 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Otvoriť navigačnú ponuku'; @override - String get pageRowsInfoTitleRaw => '\$firstRow – \$lastRow z \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow z $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow – \$lastRow z približne \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow z približne $rowCount'; @override String get pasteButtonLabel => 'Prilepiť'; @@ -22290,16 +22290,16 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Obnoviť'; @override - String get remainingTextFieldCharacterCountFew => 'Zostávajú \$remainingCount znaky'; + String get remainingTextFieldCharacterCountFew => r'Zostávajú $remainingCount znaky'; @override - String get remainingTextFieldCharacterCountMany => '\$remainingCount characters remaining'; + String get remainingTextFieldCharacterCountMany => r'$remainingCount characters remaining'; @override String get remainingTextFieldCharacterCountOne => 'Zostáva 1 znak'; @override - String get remainingTextFieldCharacterCountOther => 'Zostáva \$remainingCount znakov'; + String get remainingTextFieldCharacterCountOther => r'Zostáva $remainingCount znakov'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -22344,16 +22344,16 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Vyberte rok'; @override - String get selectedRowCountTitleFew => '\$selectedRowCount vybraté položky'; + String get selectedRowCountTitleFew => r'$selectedRowCount vybraté položky'; @override - String get selectedRowCountTitleMany => '\$selectedRowCount items selected'; + String get selectedRowCountTitleMany => r'$selectedRowCount items selected'; @override String get selectedRowCountTitleOne => '1 vybratá položka'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount vybratých položiek'; + String get selectedRowCountTitleOther => r'$selectedRowCount vybratých položiek'; @override String get selectedRowCountTitleTwo => null; @@ -22371,7 +22371,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get signedInLabel => 'Prihlásili ste sa'; @override - String get tabLabelRaw => 'Karta \$tabIndex z \$tabCount'; + String get tabLabelRaw => r'Karta $tabIndex z $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -22434,7 +22434,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'O aplikaciji \$applicationName'; + String get aboutListTileTitleRaw => r'O aplikaciji $applicationName'; @override String get alertDialogLabel => 'Opozorilo'; @@ -22482,7 +22482,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get datePickerHelpText => 'IZBIRA DATUMA'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Končni datum \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Končni datum $fullDate'; @override String get dateRangeEndLabel => 'Končni datum'; @@ -22491,7 +22491,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'IZBIRA OBDOBJA'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Začetni datum \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Začetni datum $fullDate'; @override String get dateRangeStartLabel => 'Začetni datum'; @@ -22533,7 +22533,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Vnesite veljaven čas'; @override - String get licensesPackageDetailTextFew => '\$licenseCount licence'; + String get licensesPackageDetailTextFew => r'$licenseCount licence'; @override String get licensesPackageDetailTextMany => null; @@ -22542,10 +22542,10 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 licenca'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenc'; + String get licensesPackageDetailTextOther => r'$licenseCount licenc'; @override - String get licensesPackageDetailTextTwo => '\$licenseCount licenci'; + String get licensesPackageDetailTextTwo => r'$licenseCount licenci'; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -22572,10 +22572,10 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Odpiranje menija za krmarjenje'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow od \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow od $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow od približno \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow od približno $rowCount'; @override String get pasteButtonLabel => 'Prilepi'; @@ -22596,7 +22596,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Osveži'; @override - String get remainingTextFieldCharacterCountFew => 'Še \$remainingCount znaki'; + String get remainingTextFieldCharacterCountFew => r'Še $remainingCount znaki'; @override String get remainingTextFieldCharacterCountMany => null; @@ -22605,10 +22605,10 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Še 1 znak'; @override - String get remainingTextFieldCharacterCountOther => 'Še \$remainingCount znakov'; + String get remainingTextFieldCharacterCountOther => r'Še $remainingCount znakov'; @override - String get remainingTextFieldCharacterCountTwo => 'Še \$remainingCount znaka'; + String get remainingTextFieldCharacterCountTwo => r'Še $remainingCount znaka'; @override String get remainingTextFieldCharacterCountZero => 'TBD'; @@ -22650,7 +22650,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Izberite leto'; @override - String get selectedRowCountTitleFew => 'Izbrani so \$selectedRowCount elementi'; + String get selectedRowCountTitleFew => r'Izbrani so $selectedRowCount elementi'; @override String get selectedRowCountTitleMany => null; @@ -22659,10 +22659,10 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Izbran je 1 element'; @override - String get selectedRowCountTitleOther => 'Izbranih je \$selectedRowCount elementov'; + String get selectedRowCountTitleOther => r'Izbranih je $selectedRowCount elementov'; @override - String get selectedRowCountTitleTwo => 'Izbrana sta \$selectedRowCount elementa'; + String get selectedRowCountTitleTwo => r'Izbrana sta $selectedRowCount elementa'; @override String get selectedRowCountTitleZero => null; @@ -22677,7 +22677,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get signedInLabel => 'Prijavljen'; @override - String get tabLabelRaw => 'Zavihek \$tabIndex od \$tabCount'; + String get tabLabelRaw => r'Zavihek $tabIndex od $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -22740,7 +22740,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Rreth \$applicationName'; + String get aboutListTileTitleRaw => r'Rreth $applicationName'; @override String get alertDialogLabel => 'Sinjalizim'; @@ -22788,7 +22788,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ZGJIDH DATËN'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Data e mbarimit: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Data e mbarimit: $fullDate'; @override String get dateRangeEndLabel => 'Data e mbarimit'; @@ -22797,7 +22797,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ZGJIDH GAMËN'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Data e fillimit: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Data e fillimit: $fullDate'; @override String get dateRangeStartLabel => 'Data e fillimit'; @@ -22848,7 +22848,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 licencë'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenca'; + String get licensesPackageDetailTextOther => r'$licenseCount licenca'; @override String get licensesPackageDetailTextTwo => null; @@ -22878,10 +22878,10 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Hap menynë e navigimit'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow nga \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow nga $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow nga rreth \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow nga rreth $rowCount'; @override String get pasteButtonLabel => 'Ngjit'; @@ -22911,7 +22911,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 karakter i mbetur'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount karaktere të mbetura'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount karaktere të mbetura'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -22965,7 +22965,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'U zgjodh 1 artikull'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount artikuj u zgjodhën'; + String get selectedRowCountTitleOther => r'$selectedRowCount artikuj u zgjodhën'; @override String get selectedRowCountTitleTwo => null; @@ -22983,7 +22983,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get signedInLabel => 'Je identifikuar'; @override - String get tabLabelRaw => 'Skeda \$tabIndex nga \$tabCount'; + String get tabLabelRaw => r'Skeda $tabIndex nga $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -23046,7 +23046,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'О апликацији \$applicationName'; + String get aboutListTileTitleRaw => r'О апликацији $applicationName'; @override String get alertDialogLabel => 'Обавештење'; @@ -23094,7 +23094,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ИЗАБЕРИТЕ ДАТУМ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Датум завршетка: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Датум завршетка: $fullDate'; @override String get dateRangeEndLabel => 'Датум завршетка'; @@ -23103,7 +23103,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ИЗАБЕРИТЕ ПЕРИОД'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Датум почетка: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Датум почетка: $fullDate'; @override String get dateRangeStartLabel => 'Датум почетка'; @@ -23145,7 +23145,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Унесите важеће време'; @override - String get licensesPackageDetailTextFew => '\$licenseCount лиценце'; + String get licensesPackageDetailTextFew => r'$licenseCount лиценце'; @override String get licensesPackageDetailTextMany => null; @@ -23154,7 +23154,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 лиценца'; @override - String get licensesPackageDetailTextOther => '\$licenseCount лиценци'; + String get licensesPackageDetailTextOther => r'$licenseCount лиценци'; @override String get licensesPackageDetailTextTwo => null; @@ -23184,10 +23184,10 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Отворите мени за навигацију'; @override - String get pageRowsInfoTitleRaw => '\$firstRow – \$lastRow oд \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow oд $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow – \$lastRow oд приближно \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow oд приближно $rowCount'; @override String get pasteButtonLabel => 'Налепи'; @@ -23208,7 +23208,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Освежи'; @override - String get remainingTextFieldCharacterCountFew => 'Преостала су \$remainingCount знака'; + String get remainingTextFieldCharacterCountFew => r'Преостала су $remainingCount знака'; @override String get remainingTextFieldCharacterCountMany => null; @@ -23217,7 +23217,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Преостао је 1 знак'; @override - String get remainingTextFieldCharacterCountOther => 'Преостало је \$remainingCount знакова'; + String get remainingTextFieldCharacterCountOther => r'Преостало је $remainingCount знакова'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -23262,7 +23262,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Изаберите годину'; @override - String get selectedRowCountTitleFew => 'Изабране су \$selectedRowCount ставке'; + String get selectedRowCountTitleFew => r'Изабране су $selectedRowCount ставке'; @override String get selectedRowCountTitleMany => null; @@ -23271,7 +23271,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Изабрана је 1 ставка'; @override - String get selectedRowCountTitleOther => 'Изабрано је \$selectedRowCount ставки'; + String get selectedRowCountTitleOther => r'Изабрано је $selectedRowCount ставки'; @override String get selectedRowCountTitleTwo => null; @@ -23289,7 +23289,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get signedInLabel => 'Пријављени сте'; @override - String get tabLabelRaw => '\$tabIndex. картица од \$tabCount'; + String get tabLabelRaw => r'$tabIndex. картица од $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -23382,7 +23382,7 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { ); @override - String get aboutListTileTitleRaw => 'O aplikaciji \$applicationName'; + String get aboutListTileTitleRaw => r'O aplikaciji $applicationName'; @override String get alertDialogLabel => 'Obaveštenje'; @@ -23430,7 +23430,7 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get datePickerHelpText => 'IZABERITE DATUM'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Datum završetka: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Datum završetka: $fullDate'; @override String get dateRangeEndLabel => 'Datum završetka'; @@ -23439,7 +23439,7 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get dateRangePickerHelpText => 'IZABERITE PERIOD'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Datum početka: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Datum početka: $fullDate'; @override String get dateRangeStartLabel => 'Datum početka'; @@ -23478,13 +23478,13 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get invalidTimeLabel => 'Unesite važeće vreme'; @override - String get licensesPackageDetailTextFew => '\$licenseCount licence'; + String get licensesPackageDetailTextFew => r'$licenseCount licence'; @override String get licensesPackageDetailTextOne => '1 licenca'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenci'; + String get licensesPackageDetailTextOther => r'$licenseCount licenci'; @override String get licensesPageTitle => 'Licence'; @@ -23508,10 +23508,10 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get openAppDrawerTooltip => 'Otvorite meni za navigaciju'; @override - String get pageRowsInfoTitleRaw => '\$firstRow – \$lastRow od \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow od $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow – \$lastRow od približno \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow od približno $rowCount'; @override String get pasteButtonLabel => 'Nalepi'; @@ -23532,13 +23532,13 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get refreshIndicatorSemanticLabel => 'Osveži'; @override - String get remainingTextFieldCharacterCountFew => 'Preostala su \$remainingCount znaka'; + String get remainingTextFieldCharacterCountFew => r'Preostala su $remainingCount znaka'; @override String get remainingTextFieldCharacterCountOne => 'Preostao je 1 znak'; @override - String get remainingTextFieldCharacterCountOther => 'Preostalo je \$remainingCount znakova'; + String get remainingTextFieldCharacterCountOther => r'Preostalo je $remainingCount znakova'; @override String get reorderItemDown => 'Pomerite nadole'; @@ -23574,13 +23574,13 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get selectYearSemanticsLabel => 'Izaberite godinu'; @override - String get selectedRowCountTitleFew => 'Izabrane su \$selectedRowCount stavke'; + String get selectedRowCountTitleFew => r'Izabrane su $selectedRowCount stavke'; @override String get selectedRowCountTitleOne => 'Izabrana je 1 stavka'; @override - String get selectedRowCountTitleOther => 'Izabrano je \$selectedRowCount stavki'; + String get selectedRowCountTitleOther => r'Izabrano je $selectedRowCount stavki'; @override String get showAccountsLabel => 'Prikaži naloge'; @@ -23592,7 +23592,7 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get signedInLabel => 'Prijavljeni ste'; @override - String get tabLabelRaw => '\$tabIndex. kartica od \$tabCount'; + String get tabLabelRaw => r'$tabIndex. kartica od $tabCount'; @override String get timePickerDialHelpText => 'IZABERITE VREME'; @@ -23652,7 +23652,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Om \$applicationName'; + String get aboutListTileTitleRaw => r'Om $applicationName'; @override String get alertDialogLabel => 'Varning'; @@ -23700,7 +23700,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get datePickerHelpText => 'VÄLJ DATUM'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Slutdatum \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Slutdatum $fullDate'; @override String get dateRangeEndLabel => 'Slutdatum'; @@ -23709,7 +23709,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'VÄLJ INTERVALL'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Startdatum \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Startdatum $fullDate'; @override String get dateRangeStartLabel => 'Startdatum'; @@ -23760,7 +23760,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 licens'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenser'; + String get licensesPackageDetailTextOther => r'$licenseCount licenser'; @override String get licensesPackageDetailTextTwo => null; @@ -23790,10 +23790,10 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Öppna navigeringsmenyn'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow av \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow av $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow av ungefär \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow av ungefär $rowCount'; @override String get pasteButtonLabel => 'Klistra in'; @@ -23823,7 +23823,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 tecken kvar'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount tecken kvar'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount tecken kvar'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -23877,7 +23877,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 objekt har markerats'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount objekt har markerats'; + String get selectedRowCountTitleOther => r'$selectedRowCount objekt har markerats'; @override String get selectedRowCountTitleTwo => null; @@ -23895,7 +23895,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get signedInLabel => 'Inloggad'; @override - String get tabLabelRaw => 'Flik \$tabIndex av \$tabCount'; + String get tabLabelRaw => r'Flik $tabIndex av $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -23958,7 +23958,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Kuhusu \$applicationName'; + String get aboutListTileTitleRaw => r'Kuhusu $applicationName'; @override String get alertDialogLabel => 'Arifa'; @@ -24006,7 +24006,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get datePickerHelpText => 'CHAGUA TAREHE'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Tarehe ya kumalizika \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Tarehe ya kumalizika $fullDate'; @override String get dateRangeEndLabel => 'Tarehe ya Kumalizika'; @@ -24015,7 +24015,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'CHAGUA KIPINDI'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Tarehe ya kuanza \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Tarehe ya kuanza $fullDate'; @override String get dateRangeStartLabel => 'Tarehe ya Kuanza'; @@ -24066,7 +24066,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => 'Leseni moja'; @override - String get licensesPackageDetailTextOther => 'Leseni \$licenseCount'; + String get licensesPackageDetailTextOther => r'Leseni $licenseCount'; @override String get licensesPackageDetailTextTwo => null; @@ -24096,10 +24096,10 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Fungua menyu ya kusogeza'; @override - String get pageRowsInfoTitleRaw => '\$firstRow hadi \$lastRow kati ya \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow hadi $lastRow kati ya $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow hadi \$lastRow kati ya takriban \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow hadi $lastRow kati ya takriban $rowCount'; @override String get pasteButtonLabel => 'Bandika'; @@ -24129,7 +24129,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Imesalia herufi 1'; @override - String get remainingTextFieldCharacterCountOther => 'Zimesalia herufi \$remainingCount'; + String get remainingTextFieldCharacterCountOther => r'Zimesalia herufi $remainingCount'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -24183,7 +24183,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Umechagua kipengee 1'; @override - String get selectedRowCountTitleOther => 'Umechagua vipengee \$selectedRowCount'; + String get selectedRowCountTitleOther => r'Umechagua vipengee $selectedRowCount'; @override String get selectedRowCountTitleTwo => null; @@ -24201,7 +24201,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get signedInLabel => 'Umeingia katika akaunti'; @override - String get tabLabelRaw => 'Kichupo cha \$tabIndex kati ya \$tabCount'; + String get tabLabelRaw => r'Kichupo cha $tabIndex kati ya $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @@ -24264,7 +24264,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName பற்றி'; + String get aboutListTileTitleRaw => r'$applicationName பற்றி'; @override String get alertDialogLabel => 'விழிப்பூட்டல்'; @@ -24312,7 +24312,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get datePickerHelpText => 'தேதியைத் தேர்ந்தெடுக்கவும்'; @override - String get dateRangeEndDateSemanticLabelRaw => 'முடிவுத் தேதி \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'முடிவுத் தேதி $fullDate'; @override String get dateRangeEndLabel => 'முடிவுத் தேதி'; @@ -24321,7 +24321,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'வரம்பைத் தேர்ந்தெடுக்கவும்'; @override - String get dateRangeStartDateSemanticLabelRaw => 'தொடங்கும் தேதி \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'தொடங்கும் தேதி $fullDate'; @override String get dateRangeStartLabel => 'தொடங்கும் தேதி'; @@ -24372,7 +24372,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 உரிமம்'; @override - String get licensesPackageDetailTextOther => '\$licenseCount உரிமங்கள்'; + String get licensesPackageDetailTextOther => r'$licenseCount உரிமங்கள்'; @override String get licensesPackageDetailTextTwo => null; @@ -24402,10 +24402,10 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'வழிசெலுத்தல் மெனுவைத் திற'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow / \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow / $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow / \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow / $rowCount'; @override String get pasteButtonLabel => 'ஒட்டு'; @@ -24435,7 +24435,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 எழுத்து மீதமுள்ளது'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount எழுத்துகள் மீதமுள்ளன'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount எழுத்துகள் மீதமுள்ளன'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -24489,7 +24489,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 வரிசை தேர்ந்தெடுக்கப்பட்டது'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount வரிசைகள் தேர்ந்தெடுக்கப்பட்டன'; + String get selectedRowCountTitleOther => r'$selectedRowCount வரிசைகள் தேர்ந்தெடுக்கப்பட்டன'; @override String get selectedRowCountTitleTwo => null; @@ -24507,7 +24507,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get signedInLabel => 'உள்நுழைந்துள்ளீர்கள்'; @override - String get tabLabelRaw => 'தாவல் \$tabIndex / \$tabCount'; + String get tabLabelRaw => r'தாவல் $tabIndex / $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; @@ -24570,7 +24570,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName గురించి'; + String get aboutListTileTitleRaw => r'$applicationName గురించి'; @override String get alertDialogLabel => 'అలర్ట్'; @@ -24618,7 +24618,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get datePickerHelpText => 'తేదీని ఎంచుకోండి'; @override - String get dateRangeEndDateSemanticLabelRaw => 'ముగింపు తేదీ \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'ముగింపు తేదీ $fullDate'; @override String get dateRangeEndLabel => 'ముగింపు తేదీ'; @@ -24627,7 +24627,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'పరిధిని ఎంచుకోండి'; @override - String get dateRangeStartDateSemanticLabelRaw => 'ప్రారంభ తేదీ \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'ప్రారంభ తేదీ $fullDate'; @override String get dateRangeStartLabel => 'ప్రారంభ తేదీ'; @@ -24678,7 +24678,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 లైసెన్స్'; @override - String get licensesPackageDetailTextOther => '\$licenseCount లైసెన్స్‌లు'; + String get licensesPackageDetailTextOther => r'$licenseCount లైసెన్స్‌లు'; @override String get licensesPackageDetailTextTwo => null; @@ -24708,10 +24708,10 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'నావిగేషన్ మెనూను తెరువు'; @override - String get pageRowsInfoTitleRaw => '\$rowCountలో \$firstRow - \$lastRow'; + String get pageRowsInfoTitleRaw => r'$rowCountలో $firstRow - $lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => '\$rowCountలో \$firstRow–\$lastRow'; + String get pageRowsInfoTitleApproximateRaw => r'$rowCountలో $firstRow–$lastRow'; @override String get pasteButtonLabel => 'అతికించు'; @@ -24741,7 +24741,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 అక్షరం మిగిలి ఉంది'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount అక్షరాలు మిగిలి ఉన్నాయి'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount అక్షరాలు మిగిలి ఉన్నాయి'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -24795,7 +24795,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 అంశం ఎంచుకోబడింది'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount అంశాలు ఎంచుకోబడ్డాయి'; + String get selectedRowCountTitleOther => r'$selectedRowCount అంశాలు ఎంచుకోబడ్డాయి'; @override String get selectedRowCountTitleTwo => null; @@ -24813,7 +24813,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get signedInLabel => 'సైన్ ఇన్ చేసారు'; @override - String get tabLabelRaw => '\$tabCountలో \$tabIndexవ ట్యాబ్'; + String get tabLabelRaw => r'$tabCountలో $tabIndexవ ట్యాబ్'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -24876,7 +24876,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'เกี่ยวกับ \$applicationName'; + String get aboutListTileTitleRaw => r'เกี่ยวกับ $applicationName'; @override String get alertDialogLabel => 'การแจ้งเตือน'; @@ -24924,7 +24924,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get datePickerHelpText => 'เลือกวันที่'; @override - String get dateRangeEndDateSemanticLabelRaw => 'วันที่สิ้นสุด \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'วันที่สิ้นสุด $fullDate'; @override String get dateRangeEndLabel => 'วันที่สิ้นสุด'; @@ -24933,7 +24933,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'เลือกช่วง'; @override - String get dateRangeStartDateSemanticLabelRaw => 'วันที่เริ่มต้น \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'วันที่เริ่มต้น $fullDate'; @override String get dateRangeStartLabel => 'วันที่เริ่มต้น'; @@ -24984,7 +24984,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => 'ใบอนุญาต 1 ใบ'; @override - String get licensesPackageDetailTextOther => 'ใบอนุญาต \$licenseCount ใบ'; + String get licensesPackageDetailTextOther => r'ใบอนุญาต $licenseCount ใบ'; @override String get licensesPackageDetailTextTwo => null; @@ -25014,10 +25014,10 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'เปิดเมนูการนำทาง'; @override - String get pageRowsInfoTitleRaw => '\$firstRow-\$lastRow จาก \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow จาก $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow จากประมาณ \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow จากประมาณ $rowCount'; @override String get pasteButtonLabel => 'วาง'; @@ -25047,7 +25047,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'เหลือ 1 อักขระ'; @override - String get remainingTextFieldCharacterCountOther => 'เหลือ \$remainingCount อักขระ'; + String get remainingTextFieldCharacterCountOther => r'เหลือ $remainingCount อักขระ'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -25101,7 +25101,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'เลือกแล้ว 1 รายการ'; @override - String get selectedRowCountTitleOther => 'เลือกแล้ว \$selectedRowCount รายการ'; + String get selectedRowCountTitleOther => r'เลือกแล้ว $selectedRowCount รายการ'; @override String get selectedRowCountTitleTwo => null; @@ -25119,7 +25119,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get signedInLabel => 'ลงชื่อเข้าใช้'; @override - String get tabLabelRaw => 'แท็บที่ \$tabIndex จาก \$tabCount'; + String get tabLabelRaw => r'แท็บที่ $tabIndex จาก $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; @@ -25182,7 +25182,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Tungkol sa \$applicationName'; + String get aboutListTileTitleRaw => r'Tungkol sa $applicationName'; @override String get alertDialogLabel => 'Alerto'; @@ -25230,7 +25230,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get datePickerHelpText => 'PUMILI NG PETSA'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Petsa ng pagtatapos \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Petsa ng pagtatapos $fullDate'; @override String get dateRangeEndLabel => 'Petsa ng Pagtatapos'; @@ -25239,7 +25239,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'PUMILI NG HANAY'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Petsa ng pagsisimula \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Petsa ng pagsisimula $fullDate'; @override String get dateRangeStartLabel => 'Petsa ng Pagsisimula'; @@ -25290,7 +25290,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 lisensya'; @override - String get licensesPackageDetailTextOther => '\$licenseCount na lisensya'; + String get licensesPackageDetailTextOther => r'$licenseCount na lisensya'; @override String get licensesPackageDetailTextTwo => null; @@ -25320,10 +25320,10 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Buksan ang menu ng navigation'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow ng \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow ng $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow ng humigit kumulang \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow ng humigit kumulang $rowCount'; @override String get pasteButtonLabel => 'I-paste'; @@ -25353,7 +25353,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 character ang natitira'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount na character ang natitira'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount na character ang natitira'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -25407,7 +25407,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 item ang napili'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount na item ang napili'; + String get selectedRowCountTitleOther => r'$selectedRowCount na item ang napili'; @override String get selectedRowCountTitleTwo => null; @@ -25425,7 +25425,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get signedInLabel => 'Naka-sign in'; @override - String get tabLabelRaw => 'Tab \$tabIndex ng \$tabCount'; + String get tabLabelRaw => r'Tab $tabIndex ng $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -25488,7 +25488,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName Hakkında'; + String get aboutListTileTitleRaw => r'$applicationName Hakkında'; @override String get alertDialogLabel => 'Uyarı'; @@ -25536,7 +25536,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get datePickerHelpText => 'TARİH SEÇİN'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Bitiş tarihi \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Bitiş tarihi $fullDate'; @override String get dateRangeEndLabel => 'Bitiş Tarihi'; @@ -25545,7 +25545,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ARALIK SEÇİN'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Başlangıç tarihi \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Başlangıç tarihi $fullDate'; @override String get dateRangeStartLabel => 'Başlangıç Tarihi'; @@ -25596,7 +25596,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 lisans'; @override - String get licensesPackageDetailTextOther => '\$licenseCount lisans'; + String get licensesPackageDetailTextOther => r'$licenseCount lisans'; @override String get licensesPackageDetailTextTwo => null; @@ -25626,10 +25626,10 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Gezinme menüsünü aç'; @override - String get pageRowsInfoTitleRaw => '\$firstRow-\$lastRow / \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow / $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow-\$lastRow / \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow / $rowCount'; @override String get pasteButtonLabel => 'Yapıştır'; @@ -25659,7 +25659,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 karakter kaldı'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount karakter kaldı'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount karakter kaldı'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -25713,7 +25713,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 öğe seçildi'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount öğe seçildi'; + String get selectedRowCountTitleOther => r'$selectedRowCount öğe seçildi'; @override String get selectedRowCountTitleTwo => null; @@ -25731,7 +25731,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get signedInLabel => 'Oturum açıldı'; @override - String get tabLabelRaw => 'Sekme \$tabIndex / \$tabCount'; + String get tabLabelRaw => r'Sekme $tabIndex / $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -25794,7 +25794,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Про додаток \$applicationName'; + String get aboutListTileTitleRaw => r'Про додаток $applicationName'; @override String get alertDialogLabel => 'Сповіщення'; @@ -25842,7 +25842,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ВИБРАТИ ДАТУ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Дата завершення \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Дата завершення $fullDate'; @override String get dateRangeEndLabel => 'Дата завершення'; @@ -25851,7 +25851,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ВИБРАТИ ДІАПАЗОН'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Дата початку \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Дата початку $fullDate'; @override String get dateRangeStartLabel => 'Дата початку'; @@ -25893,16 +25893,16 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Введіть дійсний час'; @override - String get licensesPackageDetailTextFew => '\$licenseCount ліцензії'; + String get licensesPackageDetailTextFew => r'$licenseCount ліцензії'; @override - String get licensesPackageDetailTextMany => '\$licenseCount ліцензій'; + String get licensesPackageDetailTextMany => r'$licenseCount ліцензій'; @override String get licensesPackageDetailTextOne => '1 ліцензія'; @override - String get licensesPackageDetailTextOther => '\$licenseCount ліцензії'; + String get licensesPackageDetailTextOther => r'$licenseCount ліцензії'; @override String get licensesPackageDetailTextTwo => null; @@ -25932,10 +25932,10 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Відкрити меню навігації'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow з \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow з $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow з приблизно \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow з приблизно $rowCount'; @override String get pasteButtonLabel => 'Вставити'; @@ -25956,16 +25956,16 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Оновити'; @override - String get remainingTextFieldCharacterCountFew => 'Залишилося \$remainingCount символи'; + String get remainingTextFieldCharacterCountFew => r'Залишилося $remainingCount символи'; @override - String get remainingTextFieldCharacterCountMany => 'Залишилося \$remainingCount символів'; + String get remainingTextFieldCharacterCountMany => r'Залишилося $remainingCount символів'; @override String get remainingTextFieldCharacterCountOne => 'Залишився 1 символ'; @override - String get remainingTextFieldCharacterCountOther => 'Залишилося \$remainingCount символу'; + String get remainingTextFieldCharacterCountOther => r'Залишилося $remainingCount символу'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -26010,16 +26010,16 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Виберіть рік'; @override - String get selectedRowCountTitleFew => 'Вибрано \$selectedRowCount елементи'; + String get selectedRowCountTitleFew => r'Вибрано $selectedRowCount елементи'; @override - String get selectedRowCountTitleMany => 'Вибрано \$selectedRowCount елементів'; + String get selectedRowCountTitleMany => r'Вибрано $selectedRowCount елементів'; @override String get selectedRowCountTitleOne => 'Вибрано 1 елемент'; @override - String get selectedRowCountTitleOther => 'Вибрано \$selectedRowCount елемента'; + String get selectedRowCountTitleOther => r'Вибрано $selectedRowCount елемента'; @override String get selectedRowCountTitleTwo => null; @@ -26037,7 +26037,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get signedInLabel => 'Ви ввійшли'; @override - String get tabLabelRaw => 'Вкладка \$tabIndex з \$tabCount'; + String get tabLabelRaw => r'Вкладка $tabIndex з $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -26100,7 +26100,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName کے بارے میں'; + String get aboutListTileTitleRaw => r'$applicationName کے بارے میں'; @override String get alertDialogLabel => 'الرٹ'; @@ -26148,7 +26148,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get datePickerHelpText => 'تاریخ منتخب کریں'; @override - String get dateRangeEndDateSemanticLabelRaw => 'تاریخ اختتام \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'تاریخ اختتام $fullDate'; @override String get dateRangeEndLabel => 'تاریخ اختتام'; @@ -26157,7 +26157,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'حد منتخب کریں'; @override - String get dateRangeStartDateSemanticLabelRaw => 'تاریخ آغاز \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'تاریخ آغاز $fullDate'; @override String get dateRangeStartLabel => 'تاریخ آغاز'; @@ -26208,7 +26208,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 لائسنس'; @override - String get licensesPackageDetailTextOther => '\$licenseCount لائسنسز'; + String get licensesPackageDetailTextOther => r'$licenseCount لائسنسز'; @override String get licensesPackageDetailTextTwo => null; @@ -26238,10 +26238,10 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'نیویگیشن مینو کھولیں'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow از \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow از $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow \$rowCount میں سے تقریباً'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow $rowCount میں سے تقریباً'; @override String get pasteButtonLabel => 'پیسٹ کریں'; @@ -26271,7 +26271,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 حرف باقی ہے'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount حروف باقی ہیں'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount حروف باقی ہیں'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -26325,7 +26325,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 آئٹم منتخب کیا گیا'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount آئٹمز منتخب کیے گئے'; + String get selectedRowCountTitleOther => r'$selectedRowCount آئٹمز منتخب کیے گئے'; @override String get selectedRowCountTitleTwo => null; @@ -26343,7 +26343,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get signedInLabel => 'سائن ان کردہ ہے'; @override - String get tabLabelRaw => '\$tabCount میں سے \$tabIndex ٹیب'; + String get tabLabelRaw => r'$tabCount میں سے $tabIndex ٹیب'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @@ -26406,7 +26406,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName haqida'; + String get aboutListTileTitleRaw => r'$applicationName haqida'; @override String get alertDialogLabel => 'Ogohlantirish'; @@ -26454,7 +26454,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get datePickerHelpText => 'SANANI TANLANG'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Tugash sanasi: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Tugash sanasi: $fullDate'; @override String get dateRangeEndLabel => 'Tugash sanasi'; @@ -26463,7 +26463,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ORALIQNI TANLANG'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Boshlanish sanasi: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Boshlanish sanasi: $fullDate'; @override String get dateRangeStartLabel => 'Boshlanish sanasi'; @@ -26514,7 +26514,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 ta litsenziya'; @override - String get licensesPackageDetailTextOther => '\$licenseCount ta litsenziya'; + String get licensesPackageDetailTextOther => r'$licenseCount ta litsenziya'; @override String get licensesPackageDetailTextTwo => null; @@ -26544,10 +26544,10 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Navigatsiya menyusini ochish'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow, jami: \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow, jami: $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow, jami: \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow, jami: $rowCount'; @override String get pasteButtonLabel => 'Joylash'; @@ -26577,7 +26577,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 ta belgi qoldi'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount ta belgi qoldi'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount ta belgi qoldi'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -26631,7 +26631,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 ta element tanlandi'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount ta element tanlandi'; + String get selectedRowCountTitleOther => r'$selectedRowCount ta element tanlandi'; @override String get selectedRowCountTitleTwo => null; @@ -26649,7 +26649,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get signedInLabel => 'Hisobingizga kirgansiz'; @override - String get tabLabelRaw => '\$tabCount varaqdan \$tabIndex'; + String get tabLabelRaw => r'$tabCount varaqdan $tabIndex'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -26712,7 +26712,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Giới thiệu về \$applicationName'; + String get aboutListTileTitleRaw => r'Giới thiệu về $applicationName'; @override String get alertDialogLabel => 'Thông báo'; @@ -26760,7 +26760,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get datePickerHelpText => 'CHỌN NGÀY'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Ngày kết thúc \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Ngày kết thúc $fullDate'; @override String get dateRangeEndLabel => 'Ngày kết thúc'; @@ -26769,7 +26769,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'CHỌN PHẠM VI'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Ngày bắt đầu \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Ngày bắt đầu $fullDate'; @override String get dateRangeStartLabel => 'Ngày bắt đầu'; @@ -26820,7 +26820,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 giấy phép'; @override - String get licensesPackageDetailTextOther => '\$licenseCount giấy phép'; + String get licensesPackageDetailTextOther => r'$licenseCount giấy phép'; @override String get licensesPackageDetailTextTwo => null; @@ -26850,10 +26850,10 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Mở menu di chuyển'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow trong tổng số \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow trong tổng số $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow trong tổng số khoảng \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow trong tổng số khoảng $rowCount'; @override String get pasteButtonLabel => 'Dán'; @@ -26883,7 +26883,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Còn lại 1 ký tự'; @override - String get remainingTextFieldCharacterCountOther => 'Còn lại \$remainingCount ký tự'; + String get remainingTextFieldCharacterCountOther => r'Còn lại $remainingCount ký tự'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -26937,7 +26937,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Đã chọn 1 mục'; @override - String get selectedRowCountTitleOther => 'Đã chọn \$selectedRowCount mục'; + String get selectedRowCountTitleOther => r'Đã chọn $selectedRowCount mục'; @override String get selectedRowCountTitleTwo => null; @@ -26955,7 +26955,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get signedInLabel => 'Đã đăng nhập'; @override - String get tabLabelRaw => 'Tab \$tabIndex trong tổng số \$tabCount'; + String get tabLabelRaw => r'Tab $tabIndex trong tổng số $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -27018,7 +27018,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '关于\$applicationName'; + String get aboutListTileTitleRaw => r'关于$applicationName'; @override String get alertDialogLabel => '提醒'; @@ -27066,7 +27066,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get datePickerHelpText => '选择日期'; @override - String get dateRangeEndDateSemanticLabelRaw => '结束日期为 \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'结束日期为 $fullDate'; @override String get dateRangeEndLabel => '结束日期'; @@ -27075,7 +27075,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => '选择范围'; @override - String get dateRangeStartDateSemanticLabelRaw => '开始日期为 \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'开始日期为 $fullDate'; @override String get dateRangeStartLabel => '开始日期'; @@ -27126,7 +27126,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 份许可'; @override - String get licensesPackageDetailTextOther => '\$licenseCount 份许可'; + String get licensesPackageDetailTextOther => r'$licenseCount 份许可'; @override String get licensesPackageDetailTextTwo => null; @@ -27156,10 +27156,10 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => '打开导航菜单'; @override - String get pageRowsInfoTitleRaw => '第 \$firstRow-\$lastRow 行(共 \$rowCount 行)'; + String get pageRowsInfoTitleRaw => r'第 $firstRow-$lastRow 行(共 $rowCount 行)'; @override - String get pageRowsInfoTitleApproximateRaw => '第 \$firstRow-\$lastRow 行(共约 \$rowCount 行)'; + String get pageRowsInfoTitleApproximateRaw => r'第 $firstRow-$lastRow 行(共约 $rowCount 行)'; @override String get pasteButtonLabel => '粘贴'; @@ -27189,7 +27189,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '还可输入 1 个字符'; @override - String get remainingTextFieldCharacterCountOther => '还可输入 \$remainingCount 个字符'; + String get remainingTextFieldCharacterCountOther => r'还可输入 $remainingCount 个字符'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -27243,7 +27243,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '已选择 1 项内容'; @override - String get selectedRowCountTitleOther => '已选择 \$selectedRowCount 项内容'; + String get selectedRowCountTitleOther => r'已选择 $selectedRowCount 项内容'; @override String get selectedRowCountTitleTwo => null; @@ -27261,7 +27261,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get signedInLabel => '已登录'; @override - String get tabLabelRaw => '第 \$tabIndex 个标签,共 \$tabCount 个'; + String get tabLabelRaw => r'第 $tabIndex 个标签,共 $tabCount 个'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; @@ -27354,7 +27354,7 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { ); @override - String get aboutListTileTitleRaw => '關於\$applicationName'; + String get aboutListTileTitleRaw => r'關於$applicationName'; @override String get alertDialogLabel => '通知'; @@ -27393,7 +27393,7 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get datePickerHelpText => '選取日期'; @override - String get dateRangeEndDateSemanticLabelRaw => '結束日期係 \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'結束日期係 $fullDate'; @override String get dateRangeEndLabel => '結束日期'; @@ -27402,7 +27402,7 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get dateRangePickerHelpText => '選取範圍'; @override - String get dateRangeStartDateSemanticLabelRaw => '開始日期係 \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'開始日期係 $fullDate'; @override String get dateRangeStartLabel => '開始日期'; @@ -27444,7 +27444,7 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get licensesPackageDetailTextOne => '1 項授權'; @override - String get licensesPackageDetailTextOther => '\$licenseCount 項授權'; + String get licensesPackageDetailTextOther => r'$licenseCount 項授權'; @override String get licensesPageTitle => '授權'; @@ -27465,10 +27465,10 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get openAppDrawerTooltip => '開啟導覽選單'; @override - String get pageRowsInfoTitleRaw => '第 \$firstRow 至 \$lastRow 列,共 \$rowCount 列'; + String get pageRowsInfoTitleRaw => r'第 $firstRow 至 $lastRow 列,共 $rowCount 列'; @override - String get pageRowsInfoTitleApproximateRaw => '第 \$firstRow 至 \$lastRow 列,共約 \$rowCount 列'; + String get pageRowsInfoTitleApproximateRaw => r'第 $firstRow 至 $lastRow 列,共約 $rowCount 列'; @override String get pasteButtonLabel => '貼上'; @@ -27489,7 +27489,7 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get remainingTextFieldCharacterCountOne => '尚餘 1 個字元'; @override - String get remainingTextFieldCharacterCountOther => '尚餘 \$remainingCount 個字元'; + String get remainingTextFieldCharacterCountOther => r'尚餘 $remainingCount 個字元'; @override String get reorderItemDown => '向下移'; @@ -27528,7 +27528,7 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get selectedRowCountTitleOne => '已選取 1 個項目'; @override - String get selectedRowCountTitleOther => '已選取 \$selectedRowCount 個項目'; + String get selectedRowCountTitleOther => r'已選取 $selectedRowCount 個項目'; @override String get showAccountsLabel => '顯示帳戶'; @@ -27540,7 +27540,7 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get signedInLabel => '已登入'; @override - String get tabLabelRaw => '第 \$tabIndex 個標籤,總共 \$tabCount 個'; + String get tabLabelRaw => r'第 $tabIndex 個標籤,總共 $tabCount 個'; @override String get timePickerDialHelpText => '選取時間'; @@ -27639,16 +27639,16 @@ class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { String get timePickerMinuteLabel => '分'; @override - String get licensesPackageDetailTextOther => '\$licenseCount 個授權'; + String get licensesPackageDetailTextOther => r'$licenseCount 個授權'; @override String get calendarModeButtonLabel => '切換到日曆模式'; @override - String get dateRangeEndDateSemanticLabelRaw => '結束日期為 \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'結束日期為 $fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => '開始日期為 \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'開始日期為 $fullDate'; @override String get inputDateModeButtonLabel => '切換到輸入模式'; @@ -27660,7 +27660,7 @@ class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { String get dateHelpText => 'mm/dd/yyyy'; @override - String get tabLabelRaw => '第 \$tabIndex 個分頁 (共 \$tabCount 個)'; + String get tabLabelRaw => r'第 $tabIndex 個分頁 (共 $tabCount 個)'; @override String get modalBarrierDismissLabel => '關閉'; @@ -27669,13 +27669,13 @@ class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { String get signedInLabel => '已登入帳戶'; @override - String get aboutListTileTitleRaw => '關於「\$applicationName」'; + String get aboutListTileTitleRaw => r'關於「$applicationName」'; @override - String get pageRowsInfoTitleRaw => '第 \$firstRow - \$lastRow 列 (總共 \$rowCount 列)'; + String get pageRowsInfoTitleRaw => r'第 $firstRow - $lastRow 列 (總共 $rowCount 列)'; @override - String get pageRowsInfoTitleApproximateRaw => '第 \$firstRow - \$lastRow 列 (總共約 \$rowCount 列)'; + String get pageRowsInfoTitleApproximateRaw => r'第 $firstRow - $lastRow 列 (總共約 $rowCount 列)'; @override String get selectAllButtonLabel => '全選'; @@ -27699,7 +27699,7 @@ class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { String get remainingTextFieldCharacterCountOne => '還可輸入 1 個字元'; @override - String get remainingTextFieldCharacterCountOther => '還可輸入 \$remainingCount 個字元'; + String get remainingTextFieldCharacterCountOther => r'還可輸入 $remainingCount 個字元'; } /// The translations for Zulu (`zu`). @@ -27732,7 +27732,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Mayelana no-\$applicationName'; + String get aboutListTileTitleRaw => r'Mayelana no-$applicationName'; @override String get alertDialogLabel => 'Isexwayiso'; @@ -27780,7 +27780,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get datePickerHelpText => 'KHETHA IDETHI'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Idethi yokuphela umhla ka-\$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Idethi yokuphela umhla ka-$fullDate'; @override String get dateRangeEndLabel => 'Idethi yokugcina'; @@ -27789,7 +27789,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'KHETHA IBANGA'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Idethi yokuqala umhla ka-\$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Idethi yokuqala umhla ka-$fullDate'; @override String get dateRangeStartLabel => 'Idethi yokuqala'; @@ -27840,7 +27840,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => 'ilayisense e-1'; @override - String get licensesPackageDetailTextOther => 'amalayisense angu-\$licenseCount'; + String get licensesPackageDetailTextOther => r'amalayisense angu-$licenseCount'; @override String get licensesPackageDetailTextTwo => null; @@ -27870,10 +27870,10 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Vula imenyu yokuzulazula'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow kokungu-\$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow kokungu-$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow cishe kokungu-\$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow cishe kokungu-$rowCount'; @override String get pasteButtonLabel => 'Namathisela'; @@ -27903,7 +27903,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 uhlamvu olusele'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount izinhlamvu ezisele'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount izinhlamvu ezisele'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -27957,7 +27957,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 into ekhethiwe'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount izinto ezikhethiwe'; + String get selectedRowCountTitleOther => r'$selectedRowCount izinto ezikhethiwe'; @override String get selectedRowCountTitleTwo => null; @@ -27975,7 +27975,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get signedInLabel => 'Ungene ngemvume'; @override - String get tabLabelRaw => 'Ithebhu \$tabIndex kwangu-\$tabCount'; + String get tabLabelRaw => r'Ithebhu $tabIndex kwangu-$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; From fe4cf4129b5cdb3b14f2d6abcb429d5e3031669a Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Wed, 21 Oct 2020 08:16:13 -0700 Subject: [PATCH 163/327] Revert "enable unnecessary_string_escapes and use_raw_strings (#68302)" (#68714) This reverts commit a3c2526b6fadd33f3b68b3e818a438b14ed06bf2. --- .../localization/localizations_utils.dart | 33 +- .../generated_cupertino_localizations.dart | 834 +++---- .../generated_material_localizations.dart | 1978 ++++++++--------- 3 files changed, 1416 insertions(+), 1429 deletions(-) diff --git a/dev/tools/localization/localizations_utils.dart b/dev/tools/localization/localizations_utils.dart index 3cde523f2950..5df1f6a88efa 100644 --- a/dev/tools/localization/localizations_utils.dart +++ b/dev/tools/localization/localizations_utils.dart @@ -390,19 +390,6 @@ class $classNamePrefix$camelCaseName extends $superClass {'''; /// foo$bar = 'foo\$bar' /// ``` String generateString(String value) { - if (['\n', '\f', '\t', '\r', '\b'].every((String pattern) => !value.contains(pattern))) { - final bool hasDollar = value.contains(r'$'); - final bool hasBackslash = value.contains(r'\'); - final bool hasQuote = value.contains("'"); - final bool hasDoubleQuote = value.contains('"'); - if (!hasQuote) { - return hasBackslash || hasDollar ? "r'$value'" : "'$value'"; - } - if (!hasDoubleQuote) { - return hasBackslash || hasDollar ? 'r"$value"' : '"$value"'; - } - } - const String backslash = '__BACKSLASH__'; assert( !value.contains(backslash), @@ -414,17 +401,17 @@ String generateString(String value) { value = value // Replace backslashes with a placeholder for now to properly parse // other special characters. - .replaceAll(r'\', backslash) - .replaceAll(r'$', r'\$') - .replaceAll("'", r"\'") - .replaceAll('"', r'\"') - .replaceAll('\n', r'\n') - .replaceAll('\f', r'\f') - .replaceAll('\t', r'\t') - .replaceAll('\r', r'\r') - .replaceAll('\b', r'\b') + .replaceAll('\\', backslash) + .replaceAll('\$', '\\\$') + .replaceAll("'", "\\'") + .replaceAll('"', '\\"') + .replaceAll('\n', '\\n') + .replaceAll('\f', '\\f') + .replaceAll('\t', '\\t') + .replaceAll('\r', '\\r') + .replaceAll('\b', '\\b') // Reintroduce escaped backslashes into generated Dart string. - .replaceAll(backslash, r'\\'); + .replaceAll(backslash, '\\\\'); return "'$value'"; } diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index 24f671bd7c11..acca93f548a3 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -73,10 +73,10 @@ class CupertinoLocalizationAf extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour uur'; + String get datePickerHourSemanticsLabelOne => '\$hour uur'; @override - String get datePickerHourSemanticsLabelOther => r'$hour uur'; + String get datePickerHourSemanticsLabelOther => '\$hour uur'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -94,7 +94,7 @@ class CupertinoLocalizationAf extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minuut'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minute'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minute'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -115,7 +115,7 @@ class CupertinoLocalizationAf extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Kies alles'; @override - String get tabSemanticsLabelRaw => r'Oortjie $tabIndex van $tabCount'; + String get tabSemanticsLabelRaw => 'Oortjie \$tabIndex van \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -227,10 +227,10 @@ class CupertinoLocalizationAm extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour ሰዓት'; + String get datePickerHourSemanticsLabelOne => '\$hour ሰዓት'; @override - String get datePickerHourSemanticsLabelOther => r'$hour ሰዓት'; + String get datePickerHourSemanticsLabelOther => '\$hour ሰዓት'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -248,7 +248,7 @@ class CupertinoLocalizationAm extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 ደቂቃ'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute ደቂቃዎች'; + String get datePickerMinuteSemanticsLabelOther => '\$minute ደቂቃዎች'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -269,7 +269,7 @@ class CupertinoLocalizationAm extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'ሁሉንም ምረጥ'; @override - String get tabSemanticsLabelRaw => r'ትር $tabIndex ከ$tabCount'; + String get tabSemanticsLabelRaw => 'ትር \$tabIndex ከ\$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -375,40 +375,40 @@ class CupertinoLocalizationAr extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour بالضبط'; + String get datePickerHourSemanticsLabelFew => '\$hour بالضبط'; @override - String get datePickerHourSemanticsLabelMany => r'$hour بالضبط'; + String get datePickerHourSemanticsLabelMany => '\$hour بالضبط'; @override - String get datePickerHourSemanticsLabelOne => r'$hour بالضبط'; + String get datePickerHourSemanticsLabelOne => '\$hour بالضبط'; @override - String get datePickerHourSemanticsLabelOther => r'$hour بالضبط'; + String get datePickerHourSemanticsLabelOther => '\$hour بالضبط'; @override - String get datePickerHourSemanticsLabelTwo => r'$hour بالضبط'; + String get datePickerHourSemanticsLabelTwo => '\$hour بالضبط'; @override - String get datePickerHourSemanticsLabelZero => r'$hour بالضبط'; + String get datePickerHourSemanticsLabelZero => '\$hour بالضبط'; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute دقائق'; + String get datePickerMinuteSemanticsLabelFew => '\$minute دقائق'; @override - String get datePickerMinuteSemanticsLabelMany => r'$minute دقيقة​'; + String get datePickerMinuteSemanticsLabelMany => '\$minute دقيقة​'; @override String get datePickerMinuteSemanticsLabelOne => 'دقيقة واحدة'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute دقيقة​'; + String get datePickerMinuteSemanticsLabelOther => '\$minute دقيقة​'; @override - String get datePickerMinuteSemanticsLabelTwo => r'دقيقتان ($minute)'; + String get datePickerMinuteSemanticsLabelTwo => 'دقيقتان (\$minute)'; @override - String get datePickerMinuteSemanticsLabelZero => r'$minute دقيقة​'; + String get datePickerMinuteSemanticsLabelZero => '\$minute دقيقة​'; @override String get modalBarrierDismissLabel => 'رفض'; @@ -423,7 +423,7 @@ class CupertinoLocalizationAr extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'اختيار الكل'; @override - String get tabSemanticsLabelRaw => r'علامة التبويب $tabIndex من $tabCount'; + String get tabSemanticsLabelRaw => 'علامة التبويب \$tabIndex من \$tabCount'; @override String get timerPickerHourLabelFew => 'ساعات'; @@ -535,10 +535,10 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour বাজিছে'; + String get datePickerHourSemanticsLabelOne => '\$hour বাজিছে'; @override - String get datePickerHourSemanticsLabelOther => r'$hour বাজিছে'; + String get datePickerHourSemanticsLabelOther => '\$hour বাজিছে'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -556,7 +556,7 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '১মিনিট'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minuteমিনিট'; + String get datePickerMinuteSemanticsLabelOther => '\$minuteমিনিট'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -568,7 +568,7 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { String get modalBarrierDismissLabel => 'অগ্ৰাহ্য কৰক'; @override - String get pasteButtonLabel => "পে'ষ্ট কৰক"; + String get pasteButtonLabel => 'পে\'ষ্ট কৰক'; @override String get postMeridiemAbbreviation => 'অপৰাহ্ন'; @@ -577,7 +577,7 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'সকলো বাছনি কৰক'; @override - String get tabSemanticsLabelRaw => r'$tabCount টা টেবৰ $tabIndex নম্বৰটো'; + String get tabSemanticsLabelRaw => '\$tabCount টা টেবৰ \$tabIndex নম্বৰটো'; @override String get timerPickerHourLabelFew => null; @@ -689,10 +689,10 @@ class CupertinoLocalizationAz extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'Saat $hour'; + String get datePickerHourSemanticsLabelOne => 'Saat \$hour'; @override - String get datePickerHourSemanticsLabelOther => r'Saat $hour'; + String get datePickerHourSemanticsLabelOther => 'Saat \$hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -710,7 +710,7 @@ class CupertinoLocalizationAz extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 dəqiqə'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute dəqiqə'; + String get datePickerMinuteSemanticsLabelOther => '\$minute dəqiqə'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -731,7 +731,7 @@ class CupertinoLocalizationAz extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Hamısını seçin'; @override - String get tabSemanticsLabelRaw => r'Tab $tabIndex/$tabCount'; + String get tabSemanticsLabelRaw => 'Tab \$tabIndex/\$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -837,16 +837,16 @@ class CupertinoLocalizationBe extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour гадзіны нуль хвілін'; + String get datePickerHourSemanticsLabelFew => '\$hour гадзіны нуль хвілін'; @override - String get datePickerHourSemanticsLabelMany => r'$hour гадзін нуль хвілін'; + String get datePickerHourSemanticsLabelMany => '\$hour гадзін нуль хвілін'; @override - String get datePickerHourSemanticsLabelOne => r'$hour гадзіна нуль хвілін'; + String get datePickerHourSemanticsLabelOne => '\$hour гадзіна нуль хвілін'; @override - String get datePickerHourSemanticsLabelOther => r'$hour гадзіны нуль хвілін'; + String get datePickerHourSemanticsLabelOther => '\$hour гадзіны нуль хвілін'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -855,16 +855,16 @@ class CupertinoLocalizationBe extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute хвіліны'; + String get datePickerMinuteSemanticsLabelFew => '\$minute хвіліны'; @override - String get datePickerMinuteSemanticsLabelMany => r'$minute хвілін'; + String get datePickerMinuteSemanticsLabelMany => '\$minute хвілін'; @override String get datePickerMinuteSemanticsLabelOne => '1 хвіліна'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute хвіліны'; + String get datePickerMinuteSemanticsLabelOther => '\$minute хвіліны'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -885,7 +885,7 @@ class CupertinoLocalizationBe extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Выбраць усе'; @override - String get tabSemanticsLabelRaw => r'Укладка $tabIndex з $tabCount'; + String get tabSemanticsLabelRaw => 'Укладка \$tabIndex з \$tabCount'; @override String get timerPickerHourLabelFew => 'гадзіны'; @@ -997,10 +997,10 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour часа'; + String get datePickerHourSemanticsLabelOne => '\$hour часа'; @override - String get datePickerHourSemanticsLabelOther => r'$hour часа'; + String get datePickerHourSemanticsLabelOther => '\$hour часа'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -1018,7 +1018,7 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 минута'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute минути'; + String get datePickerMinuteSemanticsLabelOther => '\$minute минути'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -1039,7 +1039,7 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Избиране на всички'; @override - String get tabSemanticsLabelRaw => r'Раздел $tabIndex от $tabCount'; + String get tabSemanticsLabelRaw => 'Раздел \$tabIndex от \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -1151,10 +1151,10 @@ class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hourটা বাজে'; + String get datePickerHourSemanticsLabelOne => '\$hourটা বাজে'; @override - String get datePickerHourSemanticsLabelOther => r'$hourটা বাজে'; + String get datePickerHourSemanticsLabelOther => '\$hourটা বাজে'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -1172,7 +1172,7 @@ class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '১ মিনিট'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute মিনিট'; + String get datePickerMinuteSemanticsLabelOther => '\$minute মিনিট'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -1193,7 +1193,7 @@ class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'সব বেছে নিন'; @override - String get tabSemanticsLabelRaw => r'$tabCount-এর মধ্যে $tabIndex নম্বর ট্যাব'; + String get tabSemanticsLabelRaw => '\$tabCount-এর মধ্যে \$tabIndex নম্বর ট্যাব'; @override String get timerPickerHourLabelFew => null; @@ -1299,16 +1299,16 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour sata'; + String get datePickerHourSemanticsLabelFew => '\$hour sata'; @override String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour sat'; + String get datePickerHourSemanticsLabelOne => '\$hour sat'; @override - String get datePickerHourSemanticsLabelOther => r'$hour sati'; + String get datePickerHourSemanticsLabelOther => '\$hour sati'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -1317,7 +1317,7 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute minute'; + String get datePickerMinuteSemanticsLabelFew => '\$minute minute'; @override String get datePickerMinuteSemanticsLabelMany => null; @@ -1326,7 +1326,7 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minuta'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minuta'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minuta'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -1347,7 +1347,7 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Odaberi sve'; @override - String get tabSemanticsLabelRaw => r'Kartica $tabIndex od $tabCount'; + String get tabSemanticsLabelRaw => 'Kartica \$tabIndex od \$tabCount'; @override String get timerPickerHourLabelFew => 'sata'; @@ -1459,10 +1459,10 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour en punt'; + String get datePickerHourSemanticsLabelOne => '\$hour en punt'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punt'; + String get datePickerHourSemanticsLabelOther => '\$hour en punt'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -1480,7 +1480,7 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minut'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minuts'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minuts'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -1501,7 +1501,7 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Selecciona-ho tot'; @override - String get tabSemanticsLabelRaw => r'Pestanya $tabIndex de $tabCount'; + String get tabSemanticsLabelRaw => 'Pestanya \$tabIndex de \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -1607,16 +1607,16 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour hodiny'; + String get datePickerHourSemanticsLabelFew => '\$hour hodiny'; @override - String get datePickerHourSemanticsLabelMany => r'$hour hodiny'; + String get datePickerHourSemanticsLabelMany => '\$hour hodiny'; @override - String get datePickerHourSemanticsLabelOne => r'$hour hodina'; + String get datePickerHourSemanticsLabelOne => '\$hour hodina'; @override - String get datePickerHourSemanticsLabelOther => r'$hour hodin'; + String get datePickerHourSemanticsLabelOther => '\$hour hodin'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -1625,16 +1625,16 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute minuty'; + String get datePickerMinuteSemanticsLabelFew => '\$minute minuty'; @override - String get datePickerMinuteSemanticsLabelMany => r'$minute minuty'; + String get datePickerMinuteSemanticsLabelMany => '\$minute minuty'; @override String get datePickerMinuteSemanticsLabelOne => '1 minuta'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minut'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minut'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -1655,7 +1655,7 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Vybrat vše'; @override - String get tabSemanticsLabelRaw => r'Karta $tabIndex z $tabCount'; + String get tabSemanticsLabelRaw => 'Karta \$tabIndex z \$tabCount'; @override String get timerPickerHourLabelFew => 'hodiny'; @@ -1767,10 +1767,10 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'klokken $hour'; + String get datePickerHourSemanticsLabelOne => 'klokken \$hour'; @override - String get datePickerHourSemanticsLabelOther => r'klokken $hour'; + String get datePickerHourSemanticsLabelOther => 'klokken \$hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -1788,7 +1788,7 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minut'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minutter'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minutter'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -1809,7 +1809,7 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Vælg alle'; @override - String get tabSemanticsLabelRaw => r'Fane $tabIndex af $tabCount'; + String get tabSemanticsLabelRaw => 'Fane \$tabIndex af \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -1921,10 +1921,10 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour Uhr'; + String get datePickerHourSemanticsLabelOne => '\$hour Uhr'; @override - String get datePickerHourSemanticsLabelOther => r'$hour Uhr'; + String get datePickerHourSemanticsLabelOther => '\$hour Uhr'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -1942,7 +1942,7 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 Minute'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute Minuten'; + String get datePickerMinuteSemanticsLabelOther => '\$minute Minuten'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -1963,7 +1963,7 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Alles auswählen'; @override - String get tabSemanticsLabelRaw => r'Tab $tabIndex von $tabCount'; + String get tabSemanticsLabelRaw => 'Tab \$tabIndex von \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -2106,10 +2106,10 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour ακριβώς'; + String get datePickerHourSemanticsLabelOne => '\$hour ακριβώς'; @override - String get datePickerHourSemanticsLabelOther => r'$hour ακριβώς'; + String get datePickerHourSemanticsLabelOther => '\$hour ακριβώς'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -2127,7 +2127,7 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 λεπτό'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute λεπτά'; + String get datePickerMinuteSemanticsLabelOther => '\$minute λεπτά'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -2148,7 +2148,7 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Επιλογή όλων'; @override - String get tabSemanticsLabelRaw => r'Καρτέλα $tabIndex από $tabCount'; + String get tabSemanticsLabelRaw => 'Καρτέλα \$tabIndex από \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -2260,10 +2260,10 @@ class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r"$hour o'clock"; + String get datePickerHourSemanticsLabelOne => '\$hour o\'clock'; @override - String get datePickerHourSemanticsLabelOther => r"$hour o'clock"; + String get datePickerHourSemanticsLabelOther => '\$hour o\'clock'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -2281,7 +2281,7 @@ class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minute'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minutes'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minutes'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -2302,7 +2302,7 @@ class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Select All'; @override - String get tabSemanticsLabelRaw => r'Tab $tabIndex of $tabCount'; + String get tabSemanticsLabelRaw => 'Tab \$tabIndex of \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -2686,10 +2686,10 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => '\$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOther => '\$hour en punto'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -2707,7 +2707,7 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minuto'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minutos'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minutos'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -2728,7 +2728,7 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Seleccionar todos'; @override - String get tabSemanticsLabelRaw => r'Pestaña $tabIndex de $tabCount'; + String get tabSemanticsLabelRaw => 'Pestaña \$tabIndex de \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -2816,10 +2816,10 @@ class CupertinoLocalizationEs419 extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => '\$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOther => '\$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -2859,10 +2859,10 @@ class CupertinoLocalizationEsAr extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => '\$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOther => '\$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -2902,10 +2902,10 @@ class CupertinoLocalizationEsBo extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => '\$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOther => '\$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -2945,10 +2945,10 @@ class CupertinoLocalizationEsCl extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => '\$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOther => '\$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -2988,10 +2988,10 @@ class CupertinoLocalizationEsCo extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => '\$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOther => '\$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3031,10 +3031,10 @@ class CupertinoLocalizationEsCr extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => '\$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOther => '\$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3074,10 +3074,10 @@ class CupertinoLocalizationEsDo extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => '\$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOther => '\$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3117,10 +3117,10 @@ class CupertinoLocalizationEsEc extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => '\$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOther => '\$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3160,10 +3160,10 @@ class CupertinoLocalizationEsGt extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => '\$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOther => '\$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3203,10 +3203,10 @@ class CupertinoLocalizationEsHn extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => '\$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOther => '\$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3246,10 +3246,10 @@ class CupertinoLocalizationEsMx extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => '\$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOther => '\$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3289,10 +3289,10 @@ class CupertinoLocalizationEsNi extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => '\$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOther => '\$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3332,10 +3332,10 @@ class CupertinoLocalizationEsPa extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => '\$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOther => '\$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3375,10 +3375,10 @@ class CupertinoLocalizationEsPe extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => '\$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOther => '\$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3418,10 +3418,10 @@ class CupertinoLocalizationEsPr extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => '\$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOther => '\$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3461,10 +3461,10 @@ class CupertinoLocalizationEsPy extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => '\$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOther => '\$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3504,10 +3504,10 @@ class CupertinoLocalizationEsSv extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => '\$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOther => '\$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3547,10 +3547,10 @@ class CupertinoLocalizationEsUs extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => '\$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOther => '\$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3590,10 +3590,10 @@ class CupertinoLocalizationEsUy extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => '\$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOther => '\$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3633,10 +3633,10 @@ class CupertinoLocalizationEsVe extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => '\$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOther => '\$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3700,10 +3700,10 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'Kell $hour'; + String get datePickerHourSemanticsLabelOne => 'Kell \$hour'; @override - String get datePickerHourSemanticsLabelOther => r'Kell $hour'; + String get datePickerHourSemanticsLabelOther => 'Kell \$hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -3721,7 +3721,7 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minut'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minutit'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minutit'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -3742,7 +3742,7 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Vali kõik'; @override - String get tabSemanticsLabelRaw => r'$tabIndex. vaheleht $tabCount-st'; + String get tabSemanticsLabelRaw => '\$tabIndex. vaheleht \$tabCount-st'; @override String get timerPickerHourLabelFew => null; @@ -3854,10 +3854,10 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'Ordu$houra da'; + String get datePickerHourSemanticsLabelOne => 'Ordu\$houra da'; @override - String get datePickerHourSemanticsLabelOther => r'$hourak dira'; + String get datePickerHourSemanticsLabelOther => '\$hourak dira'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -3875,7 +3875,7 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => 'Minutu bat'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minutu'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minutu'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -3896,7 +3896,7 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Hautatu guztiak'; @override - String get tabSemanticsLabelRaw => r'$tabIndex/$tabCount fitxa'; + String get tabSemanticsLabelRaw => '\$tabIndex/\$tabCount fitxa'; @override String get timerPickerHourLabelFew => null; @@ -4008,10 +4008,10 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'ساعت $hour'; + String get datePickerHourSemanticsLabelOne => 'ساعت \$hour'; @override - String get datePickerHourSemanticsLabelOther => r'ساعت $hour'; + String get datePickerHourSemanticsLabelOther => 'ساعت \$hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -4029,7 +4029,7 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '۱ دقیقه'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute دقیقه'; + String get datePickerMinuteSemanticsLabelOther => '\$minute دقیقه'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -4050,7 +4050,7 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'انتخاب همه'; @override - String get tabSemanticsLabelRaw => r'برگه $tabIndex از $tabCount'; + String get tabSemanticsLabelRaw => 'برگه \$tabIndex از \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -4162,10 +4162,10 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'klo $hour'; + String get datePickerHourSemanticsLabelOne => 'klo \$hour'; @override - String get datePickerHourSemanticsLabelOther => r'klo $hour'; + String get datePickerHourSemanticsLabelOther => 'klo \$hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -4183,7 +4183,7 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minuutti'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minuuttia'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minuuttia'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -4204,7 +4204,7 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Valitse kaikki'; @override - String get tabSemanticsLabelRaw => r'Välilehti $tabIndex/$tabCount'; + String get tabSemanticsLabelRaw => 'Välilehti \$tabIndex/\$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -4316,10 +4316,10 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'Ala $hour'; + String get datePickerHourSemanticsLabelOne => 'Ala \$hour'; @override - String get datePickerHourSemanticsLabelOther => r'Alas $hour'; + String get datePickerHourSemanticsLabelOther => 'Alas \$hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -4337,7 +4337,7 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minuto'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute na minuto'; + String get datePickerMinuteSemanticsLabelOther => '\$minute na minuto'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -4358,7 +4358,7 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Piliin Lahat'; @override - String get tabSemanticsLabelRaw => r'Tab $tabIndex ng $tabCount'; + String get tabSemanticsLabelRaw => 'Tab \$tabIndex ng \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -4470,10 +4470,10 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour heure'; + String get datePickerHourSemanticsLabelOne => '\$hour heure'; @override - String get datePickerHourSemanticsLabelOther => r'$hour heures'; + String get datePickerHourSemanticsLabelOther => '\$hour heures'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -4491,7 +4491,7 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minute'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minutes'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minutes'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -4512,7 +4512,7 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Tout sélect.'; @override - String get tabSemanticsLabelRaw => r'Onglet $tabIndex sur $tabCount'; + String get tabSemanticsLabelRaw => 'Onglet \$tabIndex sur \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -4569,7 +4569,7 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => "aujourd'hui"; + String get todayLabel => 'aujourd\'hui'; } /// The translations for French, as used in Canada (`fr_CA`). @@ -4600,10 +4600,10 @@ class CupertinoLocalizationFrCa extends CupertinoLocalizationFr { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour heure'; + String get datePickerHourSemanticsLabelOne => '\$hour heure'; @override - String get datePickerHourSemanticsLabelOther => r'$hour heures'; + String get datePickerHourSemanticsLabelOther => '\$hour heures'; @override String get anteMeridiemAbbreviation => 'am'; @@ -4612,7 +4612,7 @@ class CupertinoLocalizationFrCa extends CupertinoLocalizationFr { String get postMeridiemAbbreviation => 'pm'; @override - String get todayLabel => "Aujourd'hui"; + String get todayLabel => 'Aujourd\'hui'; @override String get timerPickerMinuteLabelOne => 'min'; @@ -4676,10 +4676,10 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String get datePickerHourSemanticsLabelOne => '\$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => r'$hour en punto'; + String get datePickerHourSemanticsLabelOther => '\$hour en punto'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -4697,7 +4697,7 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minuto'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minutos'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minutos'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -4718,7 +4718,7 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Seleccionar todo'; @override - String get tabSemanticsLabelRaw => r'Pestana $tabIndex de $tabCount'; + String get tabSemanticsLabelRaw => 'Pestana \$tabIndex de \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -4830,10 +4830,10 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour Uhr'; + String get datePickerHourSemanticsLabelOne => '\$hour Uhr'; @override - String get datePickerHourSemanticsLabelOther => r'$hour Uhr'; + String get datePickerHourSemanticsLabelOther => '\$hour Uhr'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -4851,7 +4851,7 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 Minute'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute Minuten'; + String get datePickerMinuteSemanticsLabelOther => '\$minute Minuten'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -4872,7 +4872,7 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Alles auswählen'; @override - String get tabSemanticsLabelRaw => r'Tab $tabIndex von $tabCount'; + String get tabSemanticsLabelRaw => 'Tab \$tabIndex von \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -4984,10 +4984,10 @@ class CupertinoLocalizationGu extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour વાગ્યો છે'; + String get datePickerHourSemanticsLabelOne => '\$hour વાગ્યો છે'; @override - String get datePickerHourSemanticsLabelOther => r'$hour વાગ્યા છે'; + String get datePickerHourSemanticsLabelOther => '\$hour વાગ્યા છે'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -5005,7 +5005,7 @@ class CupertinoLocalizationGu extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 મિનિટ'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute મિનિટ'; + String get datePickerMinuteSemanticsLabelOther => '\$minute મિનિટ'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -5026,7 +5026,7 @@ class CupertinoLocalizationGu extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'બધા પસંદ કરો'; @override - String get tabSemanticsLabelRaw => r'$tabCountમાંથી $tabIndex ટૅબ'; + String get tabSemanticsLabelRaw => '\$tabCountમાંથી \$tabIndex ટૅબ'; @override String get timerPickerHourLabelFew => null; @@ -5135,16 +5135,16 @@ class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => r'$hour בדיוק'; + String get datePickerHourSemanticsLabelMany => '\$hour בדיוק'; @override - String get datePickerHourSemanticsLabelOne => r'$hour בדיוק'; + String get datePickerHourSemanticsLabelOne => '\$hour בדיוק'; @override - String get datePickerHourSemanticsLabelOther => r'$hour בדיוק'; + String get datePickerHourSemanticsLabelOther => '\$hour בדיוק'; @override - String get datePickerHourSemanticsLabelTwo => r'$hour בדיוק'; + String get datePickerHourSemanticsLabelTwo => '\$hour בדיוק'; @override String get datePickerHourSemanticsLabelZero => null; @@ -5153,16 +5153,16 @@ class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => r'$minute דקות'; + String get datePickerMinuteSemanticsLabelMany => '\$minute דקות'; @override String get datePickerMinuteSemanticsLabelOne => 'דקה אחת'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute דקות'; + String get datePickerMinuteSemanticsLabelOther => '\$minute דקות'; @override - String get datePickerMinuteSemanticsLabelTwo => r'$minute דקות'; + String get datePickerMinuteSemanticsLabelTwo => '\$minute דקות'; @override String get datePickerMinuteSemanticsLabelZero => null; @@ -5180,7 +5180,7 @@ class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'בחירת הכול'; @override - String get tabSemanticsLabelRaw => r'כרטיסייה $tabIndex מתוך $tabCount'; + String get tabSemanticsLabelRaw => 'כרטיסייה \$tabIndex מתוך \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -5292,10 +5292,10 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour बजे'; + String get datePickerHourSemanticsLabelOne => '\$hour बजे'; @override - String get datePickerHourSemanticsLabelOther => r'$hour बजे'; + String get datePickerHourSemanticsLabelOther => '\$hour बजे'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -5313,7 +5313,7 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 मिनट'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute मिनट'; + String get datePickerMinuteSemanticsLabelOther => '\$minute मिनट'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -5334,7 +5334,7 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'सभी चुनें'; @override - String get tabSemanticsLabelRaw => r'$tabCount का टैब $tabIndex'; + String get tabSemanticsLabelRaw => '\$tabCount का टैब \$tabIndex'; @override String get timerPickerHourLabelFew => null; @@ -5440,16 +5440,16 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour sata'; + String get datePickerHourSemanticsLabelFew => '\$hour sata'; @override String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour sat'; + String get datePickerHourSemanticsLabelOne => '\$hour sat'; @override - String get datePickerHourSemanticsLabelOther => r'$hour sati'; + String get datePickerHourSemanticsLabelOther => '\$hour sati'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -5458,7 +5458,7 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute minute'; + String get datePickerMinuteSemanticsLabelFew => '\$minute minute'; @override String get datePickerMinuteSemanticsLabelMany => null; @@ -5467,7 +5467,7 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => 'Jedna minuta'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minuta'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minuta'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -5488,7 +5488,7 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Odaberi sve'; @override - String get tabSemanticsLabelRaw => r'Kartica $tabIndex od $tabCount'; + String get tabSemanticsLabelRaw => 'Kartica \$tabIndex od \$tabCount'; @override String get timerPickerHourLabelFew => 'sata'; @@ -5600,10 +5600,10 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour óra'; + String get datePickerHourSemanticsLabelOne => '\$hour óra'; @override - String get datePickerHourSemanticsLabelOther => r'$hour óra'; + String get datePickerHourSemanticsLabelOther => '\$hour óra'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -5621,7 +5621,7 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 perc'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute perc'; + String get datePickerMinuteSemanticsLabelOther => '\$minute perc'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -5642,7 +5642,7 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Összes kijelölése'; @override - String get tabSemanticsLabelRaw => r'$tabCount/$tabIndex. lap'; + String get tabSemanticsLabelRaw => '\$tabCount/\$tabIndex. lap'; @override String get timerPickerHourLabelFew => null; @@ -5754,10 +5754,10 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour:00'; + String get datePickerHourSemanticsLabelOne => '\$hour:00'; @override - String get datePickerHourSemanticsLabelOther => r'$hour:00'; + String get datePickerHourSemanticsLabelOther => '\$hour:00'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -5775,7 +5775,7 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 րոպե'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute րոպե'; + String get datePickerMinuteSemanticsLabelOther => '\$minute րոպե'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -5796,7 +5796,7 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Նշել բոլորը'; @override - String get tabSemanticsLabelRaw => r'Ներդիր $tabIndex՝ $tabCount-ից'; + String get tabSemanticsLabelRaw => 'Ներդիր \$tabIndex՝ \$tabCount-ից'; @override String get timerPickerHourLabelFew => null; @@ -5908,10 +5908,10 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour tepat'; + String get datePickerHourSemanticsLabelOne => '\$hour tepat'; @override - String get datePickerHourSemanticsLabelOther => r'$hour tepat'; + String get datePickerHourSemanticsLabelOther => '\$hour tepat'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -5929,7 +5929,7 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 menit'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute menit'; + String get datePickerMinuteSemanticsLabelOther => '\$minute menit'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -5950,7 +5950,7 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Pilih Semua'; @override - String get tabSemanticsLabelRaw => r'Tab $tabIndex dari $tabCount'; + String get tabSemanticsLabelRaw => 'Tab \$tabIndex dari \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -6062,10 +6062,10 @@ class CupertinoLocalizationIs extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'klukkan $hour'; + String get datePickerHourSemanticsLabelOne => 'klukkan \$hour'; @override - String get datePickerHourSemanticsLabelOther => r'klukkan $hour'; + String get datePickerHourSemanticsLabelOther => 'klukkan \$hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -6083,7 +6083,7 @@ class CupertinoLocalizationIs extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 mínúta'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute mínútur'; + String get datePickerMinuteSemanticsLabelOther => '\$minute mínútur'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -6104,7 +6104,7 @@ class CupertinoLocalizationIs extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Velja allt'; @override - String get tabSemanticsLabelRaw => r'Flipi $tabIndex af $tabCount'; + String get tabSemanticsLabelRaw => 'Flipi \$tabIndex af \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -6216,10 +6216,10 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour in punto'; + String get datePickerHourSemanticsLabelOne => '\$hour in punto'; @override - String get datePickerHourSemanticsLabelOther => r'$hour in punto'; + String get datePickerHourSemanticsLabelOther => '\$hour in punto'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -6237,7 +6237,7 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minuto'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minuti'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minuti'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -6258,7 +6258,7 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Seleziona tutto'; @override - String get tabSemanticsLabelRaw => r'Scheda $tabIndex di $tabCount'; + String get tabSemanticsLabelRaw => 'Scheda \$tabIndex di \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -6370,10 +6370,10 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour時'; + String get datePickerHourSemanticsLabelOne => '\$hour時'; @override - String get datePickerHourSemanticsLabelOther => r'$hour時'; + String get datePickerHourSemanticsLabelOther => '\$hour時'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -6391,7 +6391,7 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1分'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute分'; + String get datePickerMinuteSemanticsLabelOther => '\$minute分'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -6412,7 +6412,7 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'すべて選択'; @override - String get tabSemanticsLabelRaw => r'タブ: $tabIndex/$tabCount'; + String get tabSemanticsLabelRaw => 'タブ: \$tabIndex/\$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -6524,10 +6524,10 @@ class CupertinoLocalizationKa extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour საათი'; + String get datePickerHourSemanticsLabelOne => '\$hour საათი'; @override - String get datePickerHourSemanticsLabelOther => r'$hour საათი'; + String get datePickerHourSemanticsLabelOther => '\$hour საათი'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -6545,7 +6545,7 @@ class CupertinoLocalizationKa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 წუთი'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute წუთი'; + String get datePickerMinuteSemanticsLabelOther => '\$minute წუთი'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -6566,7 +6566,7 @@ class CupertinoLocalizationKa extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'ყველას არჩევა'; @override - String get tabSemanticsLabelRaw => r'ჩანართი $tabIndex / $tabCount-დან'; + String get tabSemanticsLabelRaw => 'ჩანართი \$tabIndex / \$tabCount-დან'; @override String get timerPickerHourLabelFew => null; @@ -6678,10 +6678,10 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'Сағат: $hour'; + String get datePickerHourSemanticsLabelOne => 'Сағат: \$hour'; @override - String get datePickerHourSemanticsLabelOther => r'Сағат: $hour'; + String get datePickerHourSemanticsLabelOther => 'Сағат: \$hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -6699,7 +6699,7 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 минут'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute минут'; + String get datePickerMinuteSemanticsLabelOther => '\$minute минут'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -6720,7 +6720,7 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Барлығын таңдау'; @override - String get tabSemanticsLabelRaw => r'Қойынды: $tabIndex/$tabCount'; + String get tabSemanticsLabelRaw => 'Қойынды: \$tabIndex/\$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -6832,10 +6832,10 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'ម៉ោង $hour'; + String get datePickerHourSemanticsLabelOne => 'ម៉ោង \$hour'; @override - String get datePickerHourSemanticsLabelOther => r'ម៉ោង $hour'; + String get datePickerHourSemanticsLabelOther => 'ម៉ោង \$hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -6853,7 +6853,7 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 នាទី'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute នាទី'; + String get datePickerMinuteSemanticsLabelOther => '\$minute នាទី'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -6874,7 +6874,7 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'ជ្រើសរើស​ទាំងអស់'; @override - String get tabSemanticsLabelRaw => r'ផ្ទាំងទី $tabIndex នៃ $tabCount'; + String get tabSemanticsLabelRaw => 'ផ្ទាំងទី \$tabIndex នៃ \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -7140,10 +7140,10 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour시 정각'; + String get datePickerHourSemanticsLabelOne => '\$hour시 정각'; @override - String get datePickerHourSemanticsLabelOther => r'$hour시 정각'; + String get datePickerHourSemanticsLabelOther => '\$hour시 정각'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -7161,7 +7161,7 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1분'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute분'; + String get datePickerMinuteSemanticsLabelOther => '\$minute분'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -7182,7 +7182,7 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => '전체 선택'; @override - String get tabSemanticsLabelRaw => r'탭 $tabCount개 중 $tabIndex번째'; + String get tabSemanticsLabelRaw => '탭 \$tabCount개 중 \$tabIndex번째'; @override String get timerPickerHourLabelFew => null; @@ -7294,10 +7294,10 @@ class CupertinoLocalizationKy extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'Саат $hour'; + String get datePickerHourSemanticsLabelOne => 'Саат \$hour'; @override - String get datePickerHourSemanticsLabelOther => r'Саат $hour'; + String get datePickerHourSemanticsLabelOther => 'Саат \$hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -7315,7 +7315,7 @@ class CupertinoLocalizationKy extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 мүнөт'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute мүнөт'; + String get datePickerMinuteSemanticsLabelOther => '\$minute мүнөт'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -7336,7 +7336,7 @@ class CupertinoLocalizationKy extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Баарын тандоо'; @override - String get tabSemanticsLabelRaw => r'$tabCount ичинен $tabIndex-өтмөк'; + String get tabSemanticsLabelRaw => '\$tabCount ичинен \$tabIndex-өтмөк'; @override String get timerPickerHourLabelFew => null; @@ -7448,10 +7448,10 @@ class CupertinoLocalizationLo extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour ໂມງກົງ'; + String get datePickerHourSemanticsLabelOne => '\$hour ໂມງກົງ'; @override - String get datePickerHourSemanticsLabelOther => r'$hour ໂມງກົງ'; + String get datePickerHourSemanticsLabelOther => '\$hour ໂມງກົງ'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -7469,7 +7469,7 @@ class CupertinoLocalizationLo extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 ນາທີ'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute ນາທີ'; + String get datePickerMinuteSemanticsLabelOther => '\$minute ນາທີ'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -7490,7 +7490,7 @@ class CupertinoLocalizationLo extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'ເລືອກທັງໝົດ'; @override - String get tabSemanticsLabelRaw => r'ແຖບທີ $tabIndex ຈາກທັງໝົດ $tabCount'; + String get tabSemanticsLabelRaw => 'ແຖບທີ \$tabIndex ຈາກທັງໝົດ \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -7596,16 +7596,16 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour val.'; + String get datePickerHourSemanticsLabelFew => '\$hour val.'; @override - String get datePickerHourSemanticsLabelMany => r'$hour val.'; + String get datePickerHourSemanticsLabelMany => '\$hour val.'; @override - String get datePickerHourSemanticsLabelOne => r'$hour val.'; + String get datePickerHourSemanticsLabelOne => '\$hour val.'; @override - String get datePickerHourSemanticsLabelOther => r'$hour val.'; + String get datePickerHourSemanticsLabelOther => '\$hour val.'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -7614,16 +7614,16 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute min.'; + String get datePickerMinuteSemanticsLabelFew => '\$minute min.'; @override - String get datePickerMinuteSemanticsLabelMany => r'$minute min.'; + String get datePickerMinuteSemanticsLabelMany => '\$minute min.'; @override String get datePickerMinuteSemanticsLabelOne => '1 min.'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute min.'; + String get datePickerMinuteSemanticsLabelOther => '\$minute min.'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -7644,7 +7644,7 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Pasirinkti viską'; @override - String get tabSemanticsLabelRaw => r'$tabIndex skirtukas iš $tabCount'; + String get tabSemanticsLabelRaw => '\$tabIndex skirtukas iš \$tabCount'; @override String get timerPickerHourLabelFew => 'val.'; @@ -7756,16 +7756,16 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'plkst. $hour'; + String get datePickerHourSemanticsLabelOne => 'plkst. \$hour'; @override - String get datePickerHourSemanticsLabelOther => r'plkst. $hour'; + String get datePickerHourSemanticsLabelOther => 'plkst. \$hour'; @override String get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => r'plkst. $hour'; + String get datePickerHourSemanticsLabelZero => 'plkst. \$hour'; @override String get datePickerMinuteSemanticsLabelFew => null; @@ -7777,13 +7777,13 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minūte'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minūtes'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minūtes'; @override String get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => r'$minute minūtes'; + String get datePickerMinuteSemanticsLabelZero => '\$minute minūtes'; @override String get modalBarrierDismissLabel => 'Nerādīt'; @@ -7798,7 +7798,7 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Atlasīt visu'; @override - String get tabSemanticsLabelRaw => r'$tabIndex. cilne no $tabCount'; + String get tabSemanticsLabelRaw => '\$tabIndex. cilne no \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -7910,10 +7910,10 @@ class CupertinoLocalizationMk extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour часот'; + String get datePickerHourSemanticsLabelOne => '\$hour часот'; @override - String get datePickerHourSemanticsLabelOther => r'$hour часот'; + String get datePickerHourSemanticsLabelOther => '\$hour часот'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -7931,7 +7931,7 @@ class CupertinoLocalizationMk extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 минута'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute минути'; + String get datePickerMinuteSemanticsLabelOther => '\$minute минути'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -7952,7 +7952,7 @@ class CupertinoLocalizationMk extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Избери ги сите'; @override - String get tabSemanticsLabelRaw => r'Картичка $tabIndex од $tabCount'; + String get tabSemanticsLabelRaw => 'Картичка \$tabIndex од \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -8064,10 +8064,10 @@ class CupertinoLocalizationMl extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour മണി'; + String get datePickerHourSemanticsLabelOne => '\$hour മണി'; @override - String get datePickerHourSemanticsLabelOther => r'$hour മണി'; + String get datePickerHourSemanticsLabelOther => '\$hour മണി'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -8085,7 +8085,7 @@ class CupertinoLocalizationMl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => 'ഒരു മിനിറ്റ്'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute മിനിറ്റ്'; + String get datePickerMinuteSemanticsLabelOther => '\$minute മിനിറ്റ്'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -8106,7 +8106,7 @@ class CupertinoLocalizationMl extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'എല്ലാം തിരഞ്ഞെടുക്കുക'; @override - String get tabSemanticsLabelRaw => r'$tabCount ടാബിൽ $tabIndex-ാമത്തേത്'; + String get tabSemanticsLabelRaw => '\$tabCount ടാബിൽ \$tabIndex-ാമത്തേത്'; @override String get timerPickerHourLabelFew => null; @@ -8218,10 +8218,10 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour цаг'; + String get datePickerHourSemanticsLabelOne => '\$hour цаг'; @override - String get datePickerHourSemanticsLabelOther => r'$hour цаг'; + String get datePickerHourSemanticsLabelOther => '\$hour цаг'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -8239,7 +8239,7 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 минут'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute минут'; + String get datePickerMinuteSemanticsLabelOther => '\$minute минут'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -8260,7 +8260,7 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Бүгдийг сонгох'; @override - String get tabSemanticsLabelRaw => r'$tabCount-н $tabIndex-р таб'; + String get tabSemanticsLabelRaw => '\$tabCount-н \$tabIndex-р таб'; @override String get timerPickerHourLabelFew => null; @@ -8372,10 +8372,10 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour वाजता'; + String get datePickerHourSemanticsLabelOne => '\$hour वाजता'; @override - String get datePickerHourSemanticsLabelOther => r'$hour वाजता'; + String get datePickerHourSemanticsLabelOther => '\$hour वाजता'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -8393,7 +8393,7 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => 'एक मिनिट'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute मिनिटे'; + String get datePickerMinuteSemanticsLabelOther => '\$minute मिनिटे'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -8414,7 +8414,7 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'सर्व निवडा'; @override - String get tabSemanticsLabelRaw => r'$tabCount पैकी $tabIndex टॅब'; + String get tabSemanticsLabelRaw => '\$tabCount पैकी \$tabIndex टॅब'; @override String get timerPickerHourLabelFew => null; @@ -8526,10 +8526,10 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'Pukul $hour'; + String get datePickerHourSemanticsLabelOne => 'Pukul \$hour'; @override - String get datePickerHourSemanticsLabelOther => r'Pukul $hour'; + String get datePickerHourSemanticsLabelOther => 'Pukul \$hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -8547,7 +8547,7 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minit'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minit'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minit'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -8568,7 +8568,7 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Pilih Semua'; @override - String get tabSemanticsLabelRaw => r'Tab $tabIndex daripada $tabCount'; + String get tabSemanticsLabelRaw => 'Tab \$tabIndex daripada \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -8680,10 +8680,10 @@ class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour နာရီ'; + String get datePickerHourSemanticsLabelOne => '\$hour နာရီ'; @override - String get datePickerHourSemanticsLabelOther => r'$hour နာရီ'; + String get datePickerHourSemanticsLabelOther => '\$hour နာရီ'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -8701,7 +8701,7 @@ class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '၁ မိနစ်'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute မိနစ်'; + String get datePickerMinuteSemanticsLabelOther => '\$minute မိနစ်'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -8722,7 +8722,7 @@ class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'အားလုံး ရွေးရန်'; @override - String get tabSemanticsLabelRaw => r'တဘ် $tabCount ခုအနက် $tabIndex ခု'; + String get tabSemanticsLabelRaw => 'တဘ် \$tabCount ခုအနက် \$tabIndex ခု'; @override String get timerPickerHourLabelFew => null; @@ -8834,10 +8834,10 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour null-null'; + String get datePickerHourSemanticsLabelOne => '\$hour null-null'; @override - String get datePickerHourSemanticsLabelOther => r'$hour null-null'; + String get datePickerHourSemanticsLabelOther => '\$hour null-null'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -8855,7 +8855,7 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minutt'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minutter'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minutter'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -8876,7 +8876,7 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Velg alle'; @override - String get tabSemanticsLabelRaw => r'Fane $tabIndex av $tabCount'; + String get tabSemanticsLabelRaw => 'Fane \$tabIndex av \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -8988,10 +8988,10 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour बजे'; + String get datePickerHourSemanticsLabelOne => '\$hour बजे'; @override - String get datePickerHourSemanticsLabelOther => r'$hour बजे'; + String get datePickerHourSemanticsLabelOther => '\$hour बजे'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -9009,7 +9009,7 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '१ मिनेट'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute मिनेट'; + String get datePickerMinuteSemanticsLabelOther => '\$minute मिनेट'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -9030,7 +9030,7 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'सबै चयन गर्नुहोस्'; @override - String get tabSemanticsLabelRaw => r'$tabCount मध्ये $tabIndex ट्याब'; + String get tabSemanticsLabelRaw => '\$tabCount मध्ये \$tabIndex ट्याब'; @override String get timerPickerHourLabelFew => null; @@ -9142,10 +9142,10 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour uur'; + String get datePickerHourSemanticsLabelOne => '\$hour uur'; @override - String get datePickerHourSemanticsLabelOther => r'$hour uur'; + String get datePickerHourSemanticsLabelOther => '\$hour uur'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -9163,7 +9163,7 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minuut'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minuten'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minuten'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -9184,7 +9184,7 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Alles selecteren'; @override - String get tabSemanticsLabelRaw => r'Tabblad $tabIndex van $tabCount'; + String get tabSemanticsLabelRaw => 'Tabblad \$tabIndex van \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -9296,10 +9296,10 @@ class CupertinoLocalizationNo extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour null-null'; + String get datePickerHourSemanticsLabelOne => '\$hour null-null'; @override - String get datePickerHourSemanticsLabelOther => r'$hour null-null'; + String get datePickerHourSemanticsLabelOther => '\$hour null-null'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -9317,7 +9317,7 @@ class CupertinoLocalizationNo extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minutt'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minutter'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minutter'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -9338,7 +9338,7 @@ class CupertinoLocalizationNo extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Velg alle'; @override - String get tabSemanticsLabelRaw => r'Fane $tabIndex av $tabCount'; + String get tabSemanticsLabelRaw => 'Fane \$tabIndex av \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -9450,10 +9450,10 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hourଟା'; + String get datePickerHourSemanticsLabelOne => '\$hourଟା'; @override - String get datePickerHourSemanticsLabelOther => r'$hourଟା'; + String get datePickerHourSemanticsLabelOther => '\$hourଟା'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -9471,7 +9471,7 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 ମିନିଟ୍'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute ମିନିଟ୍'; + String get datePickerMinuteSemanticsLabelOther => '\$minute ମିନିଟ୍'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -9492,7 +9492,7 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'ସମସ୍ତ ଚୟନ କରନ୍ତୁ'; @override - String get tabSemanticsLabelRaw => r'$tabCountର $tabIndex ଟାବ୍'; + String get tabSemanticsLabelRaw => '\$tabCountର \$tabIndex ଟାବ୍'; @override String get timerPickerHourLabelFew => null; @@ -9604,10 +9604,10 @@ class CupertinoLocalizationPa extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour ਵਜੇ'; + String get datePickerHourSemanticsLabelOne => '\$hour ਵਜੇ'; @override - String get datePickerHourSemanticsLabelOther => r'$hour ਵਜੇ'; + String get datePickerHourSemanticsLabelOther => '\$hour ਵਜੇ'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -9625,7 +9625,7 @@ class CupertinoLocalizationPa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 ਮਿੰਟ'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute ਮਿੰਟ'; + String get datePickerMinuteSemanticsLabelOther => '\$minute ਮਿੰਟ'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -9646,7 +9646,7 @@ class CupertinoLocalizationPa extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'ਸਭ ਚੁਣੋ'; @override - String get tabSemanticsLabelRaw => r'$tabCount ਵਿੱਚੋਂ $tabIndex ਟੈਬ'; + String get tabSemanticsLabelRaw => '\$tabCount ਵਿੱਚੋਂ \$tabIndex ਟੈਬ'; @override String get timerPickerHourLabelFew => null; @@ -9752,16 +9752,16 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour'; + String get datePickerHourSemanticsLabelFew => '\$hour'; @override - String get datePickerHourSemanticsLabelMany => r'$hour'; + String get datePickerHourSemanticsLabelMany => '\$hour'; @override - String get datePickerHourSemanticsLabelOne => r'$hour'; + String get datePickerHourSemanticsLabelOne => '\$hour'; @override - String get datePickerHourSemanticsLabelOther => r'$hour'; + String get datePickerHourSemanticsLabelOther => '\$hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -9770,16 +9770,16 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute minuty'; + String get datePickerMinuteSemanticsLabelFew => '\$minute minuty'; @override - String get datePickerMinuteSemanticsLabelMany => r'$minute minut'; + String get datePickerMinuteSemanticsLabelMany => '\$minute minut'; @override String get datePickerMinuteSemanticsLabelOne => '1 minuta'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minuty'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minuty'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -9800,7 +9800,7 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Wybierz wszystkie'; @override - String get tabSemanticsLabelRaw => r'Karta $tabIndex z $tabCount'; + String get tabSemanticsLabelRaw => 'Karta \$tabIndex z \$tabCount'; @override String get timerPickerHourLabelFew => 'godziny'; @@ -9912,10 +9912,10 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour hora'; + String get datePickerHourSemanticsLabelOne => '\$hour hora'; @override - String get datePickerHourSemanticsLabelOther => r'$hour horas'; + String get datePickerHourSemanticsLabelOther => '\$hour horas'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -9933,7 +9933,7 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minuto'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minutos'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minutos'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -9954,7 +9954,7 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Selecionar Tudo'; @override - String get tabSemanticsLabelRaw => r'Guia $tabIndex de $tabCount'; + String get tabSemanticsLabelRaw => 'Guia \$tabIndex de \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -10042,10 +10042,10 @@ class CupertinoLocalizationPtPt extends CupertinoLocalizationPt { ); @override - String get tabSemanticsLabelRaw => r'Separador $tabIndex de $tabCount'; + String get tabSemanticsLabelRaw => 'Separador \$tabIndex de \$tabCount'; @override - String get datePickerHourSemanticsLabelOther => r'$hour hora'; + String get datePickerHourSemanticsLabelOther => '\$hour hora'; @override String get timerPickerSecondLabelOne => 'seg'; @@ -10106,16 +10106,16 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'Ora $hour'; + String get datePickerHourSemanticsLabelFew => 'Ora \$hour'; @override String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'Ora $hour'; + String get datePickerHourSemanticsLabelOne => 'Ora \$hour'; @override - String get datePickerHourSemanticsLabelOther => r'Ora $hour'; + String get datePickerHourSemanticsLabelOther => 'Ora \$hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -10124,7 +10124,7 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute minute'; + String get datePickerMinuteSemanticsLabelFew => '\$minute minute'; @override String get datePickerMinuteSemanticsLabelMany => null; @@ -10133,7 +10133,7 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minut'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute de minute'; + String get datePickerMinuteSemanticsLabelOther => '\$minute de minute'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -10154,7 +10154,7 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Selectați-le pe toate'; @override - String get tabSemanticsLabelRaw => r'Fila $tabIndex din $tabCount'; + String get tabSemanticsLabelRaw => 'Fila \$tabIndex din \$tabCount'; @override String get timerPickerHourLabelFew => 'ore'; @@ -10260,16 +10260,16 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour часа'; + String get datePickerHourSemanticsLabelFew => '\$hour часа'; @override - String get datePickerHourSemanticsLabelMany => r'$hour часов'; + String get datePickerHourSemanticsLabelMany => '\$hour часов'; @override - String get datePickerHourSemanticsLabelOne => r'$hour час'; + String get datePickerHourSemanticsLabelOne => '\$hour час'; @override - String get datePickerHourSemanticsLabelOther => r'$hour часа'; + String get datePickerHourSemanticsLabelOther => '\$hour часа'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -10278,16 +10278,16 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute минуты'; + String get datePickerMinuteSemanticsLabelFew => '\$minute минуты'; @override - String get datePickerMinuteSemanticsLabelMany => r'$minute минут'; + String get datePickerMinuteSemanticsLabelMany => '\$minute минут'; @override String get datePickerMinuteSemanticsLabelOne => '1 минута'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute минуты'; + String get datePickerMinuteSemanticsLabelOther => '\$minute минуты'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -10308,7 +10308,7 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Выбрать все'; @override - String get tabSemanticsLabelRaw => r'Вкладка $tabIndex из $tabCount'; + String get tabSemanticsLabelRaw => 'Вкладка \$tabIndex из \$tabCount'; @override String get timerPickerHourLabelFew => 'часа'; @@ -10420,10 +10420,10 @@ class CupertinoLocalizationSi extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hourයි'; + String get datePickerHourSemanticsLabelOne => '\$hourයි'; @override - String get datePickerHourSemanticsLabelOther => r'$hourයි'; + String get datePickerHourSemanticsLabelOther => '\$hourයි'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -10441,7 +10441,7 @@ class CupertinoLocalizationSi extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => 'මිනිත්තු 1'; @override - String get datePickerMinuteSemanticsLabelOther => r'මිනිත්තු $minute'; + String get datePickerMinuteSemanticsLabelOther => 'මිනිත්තු \$minute'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -10462,7 +10462,7 @@ class CupertinoLocalizationSi extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'සියල්ල තෝරන්න'; @override - String get tabSemanticsLabelRaw => r'ටැබ $tabCount න් $tabIndex'; + String get tabSemanticsLabelRaw => 'ටැබ \$tabCount න් \$tabIndex'; @override String get timerPickerHourLabelFew => null; @@ -10568,16 +10568,16 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour hodiny'; + String get datePickerHourSemanticsLabelFew => '\$hour hodiny'; @override - String get datePickerHourSemanticsLabelMany => r'$hour hodiny'; + String get datePickerHourSemanticsLabelMany => '\$hour hodiny'; @override - String get datePickerHourSemanticsLabelOne => r'$hour hodina'; + String get datePickerHourSemanticsLabelOne => '\$hour hodina'; @override - String get datePickerHourSemanticsLabelOther => r'$hour hodín'; + String get datePickerHourSemanticsLabelOther => '\$hour hodín'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -10586,16 +10586,16 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute minúty'; + String get datePickerMinuteSemanticsLabelFew => '\$minute minúty'; @override - String get datePickerMinuteSemanticsLabelMany => r'$minute minúty'; + String get datePickerMinuteSemanticsLabelMany => '\$minute minúty'; @override String get datePickerMinuteSemanticsLabelOne => '1 minúta'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minút'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minút'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -10616,7 +10616,7 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Vybrať všetko'; @override - String get tabSemanticsLabelRaw => r'Karta $tabIndex z $tabCount'; + String get tabSemanticsLabelRaw => 'Karta \$tabIndex z \$tabCount'; @override String get timerPickerHourLabelFew => 'hodiny'; @@ -10722,25 +10722,25 @@ class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour'; + String get datePickerHourSemanticsLabelFew => '\$hour'; @override String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour'; + String get datePickerHourSemanticsLabelOne => '\$hour'; @override - String get datePickerHourSemanticsLabelOther => r'$hour'; + String get datePickerHourSemanticsLabelOther => '\$hour'; @override - String get datePickerHourSemanticsLabelTwo => r'$hour'; + String get datePickerHourSemanticsLabelTwo => '\$hour'; @override String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute minute'; + String get datePickerMinuteSemanticsLabelFew => '\$minute minute'; @override String get datePickerMinuteSemanticsLabelMany => null; @@ -10749,10 +10749,10 @@ class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minuta'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minut'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minut'; @override - String get datePickerMinuteSemanticsLabelTwo => r'$minute minuti'; + String get datePickerMinuteSemanticsLabelTwo => '\$minute minuti'; @override String get datePickerMinuteSemanticsLabelZero => null; @@ -10770,7 +10770,7 @@ class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Izberi vse'; @override - String get tabSemanticsLabelRaw => r'Zavihek $tabIndex od $tabCount'; + String get tabSemanticsLabelRaw => 'Zavihek \$tabIndex od \$tabCount'; @override String get timerPickerHourLabelFew => 'ure'; @@ -10882,10 +10882,10 @@ class CupertinoLocalizationSq extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour fiks'; + String get datePickerHourSemanticsLabelOne => '\$hour fiks'; @override - String get datePickerHourSemanticsLabelOther => r'$hour fiks'; + String get datePickerHourSemanticsLabelOther => '\$hour fiks'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -10903,7 +10903,7 @@ class CupertinoLocalizationSq extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minutë'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minuta'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minuta'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -10924,7 +10924,7 @@ class CupertinoLocalizationSq extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Zgjidhi të gjitha'; @override - String get tabSemanticsLabelRaw => r'Skeda $tabIndex nga $tabCount'; + String get tabSemanticsLabelRaw => 'Skeda \$tabIndex nga \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -11030,16 +11030,16 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour сата'; + String get datePickerHourSemanticsLabelFew => '\$hour сата'; @override String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour сат'; + String get datePickerHourSemanticsLabelOne => '\$hour сат'; @override - String get datePickerHourSemanticsLabelOther => r'$hour сати'; + String get datePickerHourSemanticsLabelOther => '\$hour сати'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -11048,7 +11048,7 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute минута'; + String get datePickerMinuteSemanticsLabelFew => '\$minute минута'; @override String get datePickerMinuteSemanticsLabelMany => null; @@ -11057,7 +11057,7 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 минут'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute минута'; + String get datePickerMinuteSemanticsLabelOther => '\$minute минута'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -11078,7 +11078,7 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Изабери све'; @override - String get tabSemanticsLabelRaw => r'$tabIndex. картица од $tabCount'; + String get tabSemanticsLabelRaw => '\$tabIndex. картица од \$tabCount'; @override String get timerPickerHourLabelFew => 'сата'; @@ -11206,22 +11206,22 @@ class CupertinoLocalizationSrLatn extends CupertinoLocalizationSr { String get cutButtonLabel => 'Iseci'; @override - String get datePickerHourSemanticsLabelFew => r'$hour sata'; + String get datePickerHourSemanticsLabelFew => '\$hour sata'; @override - String get datePickerHourSemanticsLabelOne => r'$hour sat'; + String get datePickerHourSemanticsLabelOne => '\$hour sat'; @override - String get datePickerHourSemanticsLabelOther => r'$hour sati'; + String get datePickerHourSemanticsLabelOther => '\$hour sati'; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute minuta'; + String get datePickerMinuteSemanticsLabelFew => '\$minute minuta'; @override String get datePickerMinuteSemanticsLabelOne => '1 minut'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minuta'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minuta'; @override String get modalBarrierDismissLabel => 'Odbaci'; @@ -11236,7 +11236,7 @@ class CupertinoLocalizationSrLatn extends CupertinoLocalizationSr { String get selectAllButtonLabel => 'Izaberi sve'; @override - String get tabSemanticsLabelRaw => r'$tabIndex. kartica od $tabCount'; + String get tabSemanticsLabelRaw => '\$tabIndex. kartica od \$tabCount'; @override String get timerPickerHourLabelFew => 'sata'; @@ -11321,10 +11321,10 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'Klockan $hour'; + String get datePickerHourSemanticsLabelOne => 'Klockan \$hour'; @override - String get datePickerHourSemanticsLabelOther => r'Klockan $hour'; + String get datePickerHourSemanticsLabelOther => 'Klockan \$hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -11342,7 +11342,7 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minut'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minuter'; + String get datePickerMinuteSemanticsLabelOther => '\$minute minuter'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -11363,7 +11363,7 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Markera alla'; @override - String get tabSemanticsLabelRaw => r'Flik $tabIndex av $tabCount'; + String get tabSemanticsLabelRaw => 'Flik \$tabIndex av \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -11475,10 +11475,10 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'Saa $hour kamili'; + String get datePickerHourSemanticsLabelOne => 'Saa \$hour kamili'; @override - String get datePickerHourSemanticsLabelOther => r'Saa $hour kamili'; + String get datePickerHourSemanticsLabelOther => 'Saa \$hour kamili'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -11496,7 +11496,7 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => 'Dakika 1'; @override - String get datePickerMinuteSemanticsLabelOther => r'Dakika $minute'; + String get datePickerMinuteSemanticsLabelOther => 'Dakika \$minute'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -11517,7 +11517,7 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Teua Zote'; @override - String get tabSemanticsLabelRaw => r'Kichupo cha $tabIndex kati ya $tabCount'; + String get tabSemanticsLabelRaw => 'Kichupo cha \$tabIndex kati ya \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -11629,10 +11629,10 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour மணி'; + String get datePickerHourSemanticsLabelOne => '\$hour மணி'; @override - String get datePickerHourSemanticsLabelOther => r'$hour மணி'; + String get datePickerHourSemanticsLabelOther => '\$hour மணி'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -11650,7 +11650,7 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 நிமிடம்'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute நிமிடங்கள்'; + String get datePickerMinuteSemanticsLabelOther => '\$minute நிமிடங்கள்'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -11671,7 +11671,7 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'எல்லாம் தேர்ந்தெடு'; @override - String get tabSemanticsLabelRaw => r'தாவல் $tabIndex / $tabCount'; + String get tabSemanticsLabelRaw => 'தாவல் \$tabIndex / \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -11783,10 +11783,10 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour అవుతుంది'; + String get datePickerHourSemanticsLabelOne => '\$hour అవుతుంది'; @override - String get datePickerHourSemanticsLabelOther => r'$hour అవుతుంది'; + String get datePickerHourSemanticsLabelOther => '\$hour అవుతుంది'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -11804,7 +11804,7 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 నిమిషం'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute నిమిషాలు'; + String get datePickerMinuteSemanticsLabelOther => '\$minute నిమిషాలు'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -11825,7 +11825,7 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'అన్నింటినీ ఎంచుకోండి'; @override - String get tabSemanticsLabelRaw => r'$tabCountలో $tabIndexవ ట్యాబ్'; + String get tabSemanticsLabelRaw => '\$tabCountలో \$tabIndexవ ట్యాబ్'; @override String get timerPickerHourLabelFew => null; @@ -11937,10 +11937,10 @@ class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour นาฬิกา'; + String get datePickerHourSemanticsLabelOne => '\$hour นาฬิกา'; @override - String get datePickerHourSemanticsLabelOther => r'$hour นาฬิกา'; + String get datePickerHourSemanticsLabelOther => '\$hour นาฬิกา'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -11958,7 +11958,7 @@ class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 นาที'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute นาที'; + String get datePickerMinuteSemanticsLabelOther => '\$minute นาที'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -11979,7 +11979,7 @@ class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'เลือกทั้งหมด'; @override - String get tabSemanticsLabelRaw => r'แท็บที่ $tabIndex จาก $tabCount'; + String get tabSemanticsLabelRaw => 'แท็บที่ \$tabIndex จาก \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -12091,10 +12091,10 @@ class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'Ala $hour'; + String get datePickerHourSemanticsLabelOne => 'Ala \$hour'; @override - String get datePickerHourSemanticsLabelOther => r'Alas $hour'; + String get datePickerHourSemanticsLabelOther => 'Alas \$hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -12112,7 +12112,7 @@ class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minuto'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute na minuto'; + String get datePickerMinuteSemanticsLabelOther => '\$minute na minuto'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -12133,7 +12133,7 @@ class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Piliin Lahat'; @override - String get tabSemanticsLabelRaw => r'Tab $tabIndex ng $tabCount'; + String get tabSemanticsLabelRaw => 'Tab \$tabIndex ng \$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -12245,10 +12245,10 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'Saat $hour'; + String get datePickerHourSemanticsLabelOne => 'Saat \$hour'; @override - String get datePickerHourSemanticsLabelOther => r'Saat $hour'; + String get datePickerHourSemanticsLabelOther => 'Saat \$hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -12266,7 +12266,7 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 dakika'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute dakika'; + String get datePickerMinuteSemanticsLabelOther => '\$minute dakika'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -12287,7 +12287,7 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Tümünü Seç'; @override - String get tabSemanticsLabelRaw => r'Sekme $tabIndex/$tabCount'; + String get tabSemanticsLabelRaw => 'Sekme \$tabIndex/\$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -12393,16 +12393,16 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour години'; + String get datePickerHourSemanticsLabelFew => '\$hour години'; @override - String get datePickerHourSemanticsLabelMany => r'$hour годин'; + String get datePickerHourSemanticsLabelMany => '\$hour годин'; @override - String get datePickerHourSemanticsLabelOne => r'$hour година'; + String get datePickerHourSemanticsLabelOne => '\$hour година'; @override - String get datePickerHourSemanticsLabelOther => r'$hour години'; + String get datePickerHourSemanticsLabelOther => '\$hour години'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -12411,16 +12411,16 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute хвилини'; + String get datePickerMinuteSemanticsLabelFew => '\$minute хвилини'; @override - String get datePickerMinuteSemanticsLabelMany => r'$minute хвилин'; + String get datePickerMinuteSemanticsLabelMany => '\$minute хвилин'; @override String get datePickerMinuteSemanticsLabelOne => '1 хвилина'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute хвилини'; + String get datePickerMinuteSemanticsLabelOther => '\$minute хвилини'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -12441,7 +12441,7 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Вибрати все'; @override - String get tabSemanticsLabelRaw => r'Вкладка $tabIndex з $tabCount'; + String get tabSemanticsLabelRaw => 'Вкладка \$tabIndex з \$tabCount'; @override String get timerPickerHourLabelFew => 'години'; @@ -12553,10 +12553,10 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour بجے'; + String get datePickerHourSemanticsLabelOne => '\$hour بجے'; @override - String get datePickerHourSemanticsLabelOther => r'$hour بجے'; + String get datePickerHourSemanticsLabelOther => '\$hour بجے'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -12574,7 +12574,7 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 منٹ'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute منٹس'; + String get datePickerMinuteSemanticsLabelOther => '\$minute منٹس'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -12595,7 +12595,7 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'سبھی منتخب کریں'; @override - String get tabSemanticsLabelRaw => r'$tabCount میں سے $tabIndex ٹیب'; + String get tabSemanticsLabelRaw => '\$tabCount میں سے \$tabIndex ٹیب'; @override String get timerPickerHourLabelFew => null; @@ -12707,10 +12707,10 @@ class CupertinoLocalizationUz extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour soat'; + String get datePickerHourSemanticsLabelOne => '\$hour soat'; @override - String get datePickerHourSemanticsLabelOther => r'$hour soat'; + String get datePickerHourSemanticsLabelOther => '\$hour soat'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -12728,7 +12728,7 @@ class CupertinoLocalizationUz extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 daqiqa'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute daqiqa'; + String get datePickerMinuteSemanticsLabelOther => '\$minute daqiqa'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -12749,7 +12749,7 @@ class CupertinoLocalizationUz extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Barchasini tanlash'; @override - String get tabSemanticsLabelRaw => r'$tabCount varaqdan $tabIndex'; + String get tabSemanticsLabelRaw => '\$tabCount varaqdan \$tabIndex'; @override String get timerPickerHourLabelFew => null; @@ -12861,10 +12861,10 @@ class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour giờ'; + String get datePickerHourSemanticsLabelOne => '\$hour giờ'; @override - String get datePickerHourSemanticsLabelOther => r'$hour giờ'; + String get datePickerHourSemanticsLabelOther => '\$hour giờ'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -12882,7 +12882,7 @@ class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 phút'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute phút'; + String get datePickerMinuteSemanticsLabelOther => '\$minute phút'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -12903,7 +12903,7 @@ class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Chọn tất cả'; @override - String get tabSemanticsLabelRaw => r'Thẻ $tabIndex/$tabCount'; + String get tabSemanticsLabelRaw => 'Thẻ \$tabIndex/\$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -13015,10 +13015,10 @@ class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour 点'; + String get datePickerHourSemanticsLabelOne => '\$hour 点'; @override - String get datePickerHourSemanticsLabelOther => r'$hour 点'; + String get datePickerHourSemanticsLabelOther => '\$hour 点'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -13036,7 +13036,7 @@ class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 分钟'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute 分钟'; + String get datePickerMinuteSemanticsLabelOther => '\$minute 分钟'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -13057,7 +13057,7 @@ class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => '全选'; @override - String get tabSemanticsLabelRaw => r'第 $tabIndex 个标签,共 $tabCount 个'; + String get tabSemanticsLabelRaw => '第 \$tabIndex 个标签,共 \$tabCount 个'; @override String get timerPickerHourLabelFew => null; @@ -13185,16 +13185,16 @@ class CupertinoLocalizationZhHant extends CupertinoLocalizationZh { String get datePickerDateTimeOrderString => 'date_dayPeriod_time'; @override - String get datePickerHourSemanticsLabelOne => r'$hour 點'; + String get datePickerHourSemanticsLabelOne => '\$hour 點'; @override - String get datePickerHourSemanticsLabelOther => r'$hour 點'; + String get datePickerHourSemanticsLabelOther => '\$hour 點'; @override String get datePickerMinuteSemanticsLabelOne => '1 分鐘'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute 分鐘'; + String get datePickerMinuteSemanticsLabelOther => '\$minute 分鐘'; @override String get modalBarrierDismissLabel => '拒絕'; @@ -13206,7 +13206,7 @@ class CupertinoLocalizationZhHant extends CupertinoLocalizationZh { String get selectAllButtonLabel => '全選'; @override - String get tabSemanticsLabelRaw => r'$tabCount 個分頁中嘅第 $tabIndex 個'; + String get tabSemanticsLabelRaw => '\$tabCount 個分頁中嘅第 \$tabIndex 個'; @override String get timerPickerHourLabelOne => '小時'; @@ -13277,13 +13277,13 @@ class CupertinoLocalizationZhHantTw extends CupertinoLocalizationZhHant { ); @override - String get tabSemanticsLabelRaw => r'第 $tabIndex 個分頁標籤,共 $tabCount 個'; + String get tabSemanticsLabelRaw => '第 \$tabIndex 個分頁標籤,共 \$tabCount 個'; @override String get datePickerMinuteSemanticsLabelOne => '1 分'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute 分'; + String get datePickerMinuteSemanticsLabelOther => '\$minute 分'; @override String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @@ -13353,10 +13353,10 @@ class CupertinoLocalizationZu extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour ezimpondweni'; + String get datePickerHourSemanticsLabelOne => '\$hour ezimpondweni'; @override - String get datePickerHourSemanticsLabelOther => r'$hour ezimpondweni'; + String get datePickerHourSemanticsLabelOther => '\$hour ezimpondweni'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -13374,7 +13374,7 @@ class CupertinoLocalizationZu extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 iminithi'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute amaminithi'; + String get datePickerMinuteSemanticsLabelOther => '\$minute amaminithi'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -13395,7 +13395,7 @@ class CupertinoLocalizationZu extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Khetha konke'; @override - String get tabSemanticsLabelRaw => r'Ithebhu $tabIndex kwangu-$tabCount'; + String get tabSemanticsLabelRaw => 'Ithebhu \$tabIndex kwangu-\$tabCount'; @override String get timerPickerHourLabelFew => null; diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index ab0202104b7d..3b08b2114fc4 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -51,7 +51,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Meer oor $applicationName'; + String get aboutListTileTitleRaw => 'Meer oor \$applicationName'; @override String get alertDialogLabel => 'Opletberig'; @@ -99,7 +99,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get datePickerHelpText => 'KIES DATUM'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Einddatum $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Einddatum \$fullDate'; @override String get dateRangeEndLabel => 'Einddatum'; @@ -108,7 +108,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'KIES REEKS'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Begindatum $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Begindatum \$fullDate'; @override String get dateRangeStartLabel => 'Begindatum'; @@ -147,7 +147,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Ongeldige reeks.'; @override - String get invalidTimeLabel => "Voer 'n geldige tyd in"; + String get invalidTimeLabel => 'Voer \'n geldige tyd in'; @override String get licensesPackageDetailTextFew => null; @@ -159,7 +159,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 lisensie'; @override - String get licensesPackageDetailTextOther => r'$licenseCount lisensies'; + String get licensesPackageDetailTextOther => '\$licenseCount lisensies'; @override String get licensesPackageDetailTextTwo => null; @@ -189,10 +189,10 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Maak navigasiekieslys oop'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow van $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow van \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow van ongeveer $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow van ongeveer \$rowCount'; @override String get pasteButtonLabel => 'Plak'; @@ -222,7 +222,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 karakter oor'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount karakters oor'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount karakters oor'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -276,7 +276,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 item is gekies'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount items is gekies'; + String get selectedRowCountTitleOther => '\$selectedRowCount items is gekies'; @override String get selectedRowCountTitleTwo => null; @@ -294,7 +294,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get signedInLabel => 'Aangemeld'; @override - String get tabLabelRaw => r'Oortjie $tabIndex van $tabCount'; + String get tabLabelRaw => 'Oortjie \$tabIndex van \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -357,7 +357,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'ስለ $applicationName'; + String get aboutListTileTitleRaw => 'ስለ \$applicationName'; @override String get alertDialogLabel => 'ማንቂያ'; @@ -405,7 +405,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ቀን ይምረጡ'; @override - String get dateRangeEndDateSemanticLabelRaw => r'የማብቂያ ቀን $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'የማብቂያ ቀን \$fullDate'; @override String get dateRangeEndLabel => 'የመጨረሻ ቀን'; @@ -414,7 +414,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ክልል ይምረጡ'; @override - String get dateRangeStartDateSemanticLabelRaw => r'የመጀመሪያ ቀን $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'የመጀመሪያ ቀን \$fullDate'; @override String get dateRangeStartLabel => 'የመጀመሪያ ቀን'; @@ -465,7 +465,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 ፈቃድ'; @override - String get licensesPackageDetailTextOther => r'$licenseCount ፈቃዶች'; + String get licensesPackageDetailTextOther => '\$licenseCount ፈቃዶች'; @override String get licensesPackageDetailTextTwo => null; @@ -495,10 +495,10 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'የዳሰሳ ምናሌን ክፈት'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow ከ$rowCount ውስጥ'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow ከ\$rowCount ውስጥ'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow ከ$rowCount ያህል ውስጥ'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow ከ\$rowCount ያህል ውስጥ'; @override String get pasteButtonLabel => 'ለጥፍ'; @@ -528,7 +528,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 ቁምፊ ይቀራል'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount ቁምፊዎች ይቀራሉ'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount ቁምፊዎች ይቀራሉ'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -582,7 +582,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 ንጥል ተመርጧል'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount ንጥሎች ተመርጠዋል'; + String get selectedRowCountTitleOther => '\$selectedRowCount ንጥሎች ተመርጠዋል'; @override String get selectedRowCountTitleTwo => null; @@ -600,7 +600,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get signedInLabel => 'በመለያ ገብቷል'; @override - String get tabLabelRaw => r'ትር $tabIndex ከ$tabCount'; + String get tabLabelRaw => 'ትር \$tabIndex ከ\$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -663,7 +663,7 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'لمحة عن "$applicationName"'; + String get aboutListTileTitleRaw => 'لمحة عن \"\$applicationName\"'; @override String get alertDialogLabel => 'تنبيه'; @@ -711,7 +711,7 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get datePickerHelpText => 'اختيار التاريخ'; @override - String get dateRangeEndDateSemanticLabelRaw => r'تاريخ الانتهاء $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'تاريخ الانتهاء \$fullDate'; @override String get dateRangeEndLabel => 'تاريخ الانتهاء'; @@ -720,7 +720,7 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'اختيار النطاق'; @override - String get dateRangeStartDateSemanticLabelRaw => r'تاريخ البدء $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'تاريخ البدء \$fullDate'; @override String get dateRangeStartLabel => 'تاريخ البدء'; @@ -732,7 +732,7 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'حذف'; @override - String get dialModeButtonLabel => 'التبديل إلى وضع "منتقي قُرص الساعة"'; + String get dialModeButtonLabel => 'التبديل إلى وضع \"منتقي قُرص الساعة\"'; @override String get dialogLabel => 'مربع حوار'; @@ -750,7 +750,7 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'التبديل إلى الإدخال'; @override - String get inputTimeModeButtonLabel => 'التبديل إلى وضع "إدخال النص"'; + String get inputTimeModeButtonLabel => 'التبديل إلى وضع \"إدخال النص\"'; @override String get invalidDateFormatLabel => 'التنسيق غير صالح.'; @@ -762,19 +762,19 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'يُرجى إدخال وقت صالح.'; @override - String get licensesPackageDetailTextFew => r'$licenseCount تراخيص'; + String get licensesPackageDetailTextFew => '\$licenseCount تراخيص'; @override - String get licensesPackageDetailTextMany => r'$licenseCount ترخيصًا'; + String get licensesPackageDetailTextMany => '\$licenseCount ترخيصًا'; @override String get licensesPackageDetailTextOne => 'ترخيص واحد'; @override - String get licensesPackageDetailTextOther => r'$licenseCount ترخيص'; + String get licensesPackageDetailTextOther => '\$licenseCount ترخيص'; @override - String get licensesPackageDetailTextTwo => r'ترخيصان ($licenseCount)'; + String get licensesPackageDetailTextTwo => 'ترخيصان (\$licenseCount)'; @override String get licensesPackageDetailTextZero => 'ما مِن تراخيص'; @@ -801,10 +801,10 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'فتح قائمة التنقل'; @override - String get pageRowsInfoTitleRaw => r'من $firstRow إلى $lastRow من إجمالي $rowCount'; + String get pageRowsInfoTitleRaw => 'من \$firstRow إلى \$lastRow من إجمالي \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'من $firstRow إلى $lastRow من إجمالي $rowCount تقريبًا'; + String get pageRowsInfoTitleApproximateRaw => 'من \$firstRow إلى \$lastRow من إجمالي \$rowCount تقريبًا'; @override String get pasteButtonLabel => 'لصق'; @@ -825,19 +825,19 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'إعادة تحميل'; @override - String get remainingTextFieldCharacterCountFew => r'$remainingCount أحرف متبقية'; + String get remainingTextFieldCharacterCountFew => '\$remainingCount أحرف متبقية'; @override - String get remainingTextFieldCharacterCountMany => r'$remainingCount حرفًا متبقيًا'; + String get remainingTextFieldCharacterCountMany => '\$remainingCount حرفًا متبقيًا'; @override String get remainingTextFieldCharacterCountOne => 'حرف واحد متبقٍ'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount حرف متبقٍ'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount حرف متبقٍ'; @override - String get remainingTextFieldCharacterCountTwo => r'حرفان ($remainingCount) متبقيان'; + String get remainingTextFieldCharacterCountTwo => 'حرفان (\$remainingCount) متبقيان'; @override String get remainingTextFieldCharacterCountZero => 'لا أحرف متبقية'; @@ -879,19 +879,19 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'اختيار العام'; @override - String get selectedRowCountTitleFew => r'تم اختيار $selectedRowCount عنصر'; + String get selectedRowCountTitleFew => 'تم اختيار \$selectedRowCount عنصر'; @override - String get selectedRowCountTitleMany => r'تم اختيار $selectedRowCount عنصرًا'; + String get selectedRowCountTitleMany => 'تم اختيار \$selectedRowCount عنصرًا'; @override String get selectedRowCountTitleOne => 'تم اختيار عنصر واحد'; @override - String get selectedRowCountTitleOther => r'تم اختيار $selectedRowCount عنصر'; + String get selectedRowCountTitleOther => 'تم اختيار \$selectedRowCount عنصر'; @override - String get selectedRowCountTitleTwo => r'تم اختيار عنصرين ($selectedRowCount)'; + String get selectedRowCountTitleTwo => 'تم اختيار عنصرين (\$selectedRowCount)'; @override String get selectedRowCountTitleZero => 'لم يتم اختيار أي عنصر'; @@ -906,7 +906,7 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get signedInLabel => 'تم تسجيل الدخول'; @override - String get tabLabelRaw => r'علامة التبويب $tabIndex من $tabCount'; + String get tabLabelRaw => 'علامة التبويب \$tabIndex من \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @@ -969,7 +969,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationNameৰ বিষয়ে'; + String get aboutListTileTitleRaw => '\$applicationNameৰ বিষয়ে'; @override String get alertDialogLabel => 'সতৰ্কবাৰ্তা'; @@ -1017,7 +1017,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get datePickerHelpText => 'তাৰিখ বাছনি কৰক'; @override - String get dateRangeEndDateSemanticLabelRaw => r'সমাপ্তিৰ তাৰিখ $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'সমাপ্তিৰ তাৰিখ \$fullDate'; @override String get dateRangeEndLabel => 'সমাপ্তিৰ তাৰিখ'; @@ -1026,7 +1026,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'পৰিসৰ বাছনি কৰক'; @override - String get dateRangeStartDateSemanticLabelRaw => r'আৰম্ভণিৰ তাৰিখ $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'আৰম্ভণিৰ তাৰিখ \$fullDate'; @override String get dateRangeStartLabel => 'আৰম্ভণিৰ তাৰিখ'; @@ -1041,7 +1041,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get dialModeButtonLabel => 'ডায়েল বাছনিকৰ্তাৰ ম’ডলৈ সলনি কৰক'; @override - String get dialogLabel => "ডায়ল'গ"; + String get dialogLabel => 'ডায়ল\'গ'; @override String get drawerLabel => 'নেভিগেশ্বন মেনু'; @@ -1077,7 +1077,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '১ খন অনুজ্ঞাপত্ৰ'; @override - String get licensesPackageDetailTextOther => r'$licenseCount খন অনুজ্ঞাপত্ৰ'; + String get licensesPackageDetailTextOther => '\$licenseCount খন অনুজ্ঞাপত্ৰ'; @override String get licensesPackageDetailTextTwo => null; @@ -1107,16 +1107,16 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'নেভিগেশ্বন মেনু খোলক'; @override - String get pageRowsInfoTitleRaw => r'$rowCountৰ $firstRow–$lastRow'; + String get pageRowsInfoTitleRaw => '\$rowCountৰ \$firstRow–\$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'$rowCountৰ $firstRow–$lastRow'; + String get pageRowsInfoTitleApproximateRaw => '\$rowCountৰ \$firstRow–\$lastRow'; @override - String get pasteButtonLabel => "পে'ষ্ট কৰক"; + String get pasteButtonLabel => 'পে\'ষ্ট কৰক'; @override - String get popupMenuLabel => "প'পআপ মেনু"; + String get popupMenuLabel => 'প\'পআপ মেনু'; @override String get postMeridiemAbbreviation => 'অপৰাহ্ন'; @@ -1140,7 +1140,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '১টা বর্ণ বাকী আছে'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCountটা বর্ণ বাকী আছে'; + String get remainingTextFieldCharacterCountOther => '\$remainingCountটা বর্ণ বাকী আছে'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -1191,10 +1191,10 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => "১টা বস্তু বাছনি কৰা হ'ল"; + String get selectedRowCountTitleOne => '১টা বস্তু বাছনি কৰা হ\'ল'; @override - String get selectedRowCountTitleOther => r'$selectedRowCountটা বস্তু বাছনি কৰা হ’ল'; + String get selectedRowCountTitleOther => '\$selectedRowCountটা বস্তু বাছনি কৰা হ’ল'; @override String get selectedRowCountTitleTwo => null; @@ -1212,7 +1212,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get signedInLabel => 'ছাইন ইন কৰা হ’ল'; @override - String get tabLabelRaw => r'$tabCountৰ $tabIndexটা টেব'; + String get tabLabelRaw => '\$tabCountৰ \$tabIndexটা টেব'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -1275,7 +1275,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName haqqında'; + String get aboutListTileTitleRaw => '\$applicationName haqqında'; @override String get alertDialogLabel => 'Bildiriş'; @@ -1323,7 +1323,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get datePickerHelpText => 'TARİX SEÇİN'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Bitmə tarixi: $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Bitmə tarixi: \$fullDate'; @override String get dateRangeEndLabel => 'Bitmə tarixi'; @@ -1332,7 +1332,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ARALIQ SEÇİN'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Başlama tarixi: $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Başlama tarixi: \$fullDate'; @override String get dateRangeStartLabel => 'Başlama tarixi'; @@ -1383,7 +1383,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 lisenziya'; @override - String get licensesPackageDetailTextOther => r'$licenseCount lisenziya'; + String get licensesPackageDetailTextOther => '\$licenseCount lisenziya'; @override String get licensesPackageDetailTextTwo => null; @@ -1413,10 +1413,10 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Naviqasiya menyusunu açın'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow/$rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow/\$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow/ təxminən $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow/ təxminən \$rowCount'; @override String get pasteButtonLabel => 'Yerləşdirin'; @@ -1446,7 +1446,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 simvol qalır'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount simvol qalır'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount simvol qalır'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -1500,7 +1500,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 element seçildi'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount element seçildi'; + String get selectedRowCountTitleOther => '\$selectedRowCount element seçildi'; @override String get selectedRowCountTitleTwo => null; @@ -1518,7 +1518,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get signedInLabel => 'Daxil olundu'; @override - String get tabLabelRaw => r'$tabIndex/$tabCount tab'; + String get tabLabelRaw => '\$tabIndex/\$tabCount tab'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -1581,7 +1581,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Інфармацыя пра праграму "$applicationName"'; + String get aboutListTileTitleRaw => 'Інфармацыя пра праграму \"\$applicationName\"'; @override String get alertDialogLabel => 'Абвестка'; @@ -1629,7 +1629,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ВЫБАР ДАТЫ'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Дата заканчэння: $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Дата заканчэння: \$fullDate'; @override String get dateRangeEndLabel => 'Дата заканчэння'; @@ -1638,7 +1638,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ВЫБАР ДЫЯПАЗОНУ'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Дата пачатку: $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Дата пачатку: \$fullDate'; @override String get dateRangeStartLabel => 'Дата пачатку'; @@ -1680,16 +1680,16 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Увядзіце дапушчальны час'; @override - String get licensesPackageDetailTextFew => r'$licenseCount ліцэнзіі'; + String get licensesPackageDetailTextFew => '\$licenseCount ліцэнзіі'; @override - String get licensesPackageDetailTextMany => r'$licenseCount ліцэнзій'; + String get licensesPackageDetailTextMany => '\$licenseCount ліцэнзій'; @override String get licensesPackageDetailTextOne => '1 ліцэнзія'; @override - String get licensesPackageDetailTextOther => r'$licenseCount ліцэнзіі'; + String get licensesPackageDetailTextOther => '\$licenseCount ліцэнзіі'; @override String get licensesPackageDetailTextTwo => null; @@ -1719,10 +1719,10 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Адкрыць меню навігацыі'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow з $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow з \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow з прыблізна $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow з прыблізна \$rowCount'; @override String get pasteButtonLabel => 'Уставіць'; @@ -1743,16 +1743,16 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Абнавіць'; @override - String get remainingTextFieldCharacterCountFew => r'Засталося $remainingCount сімвалы'; + String get remainingTextFieldCharacterCountFew => 'Засталося \$remainingCount сімвалы'; @override - String get remainingTextFieldCharacterCountMany => r'Засталося $remainingCount сімвалаў'; + String get remainingTextFieldCharacterCountMany => 'Засталося \$remainingCount сімвалаў'; @override String get remainingTextFieldCharacterCountOne => 'Застаўся 1 сімвал'; @override - String get remainingTextFieldCharacterCountOther => r'Засталося $remainingCount сімвала'; + String get remainingTextFieldCharacterCountOther => 'Засталося \$remainingCount сімвала'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -1797,16 +1797,16 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Выберыце год'; @override - String get selectedRowCountTitleFew => r'Выбрана $selectedRowCount элементы'; + String get selectedRowCountTitleFew => 'Выбрана \$selectedRowCount элементы'; @override - String get selectedRowCountTitleMany => r'Выбрана $selectedRowCount элементаў'; + String get selectedRowCountTitleMany => 'Выбрана \$selectedRowCount элементаў'; @override String get selectedRowCountTitleOne => 'Выбраны 1 элемент'; @override - String get selectedRowCountTitleOther => r'Выбрана $selectedRowCount элемента'; + String get selectedRowCountTitleOther => 'Выбрана \$selectedRowCount элемента'; @override String get selectedRowCountTitleTwo => null; @@ -1824,7 +1824,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get signedInLabel => 'Уваход выкананы'; @override - String get tabLabelRaw => r'Укладка $tabIndex з $tabCount'; + String get tabLabelRaw => 'Укладка \$tabIndex з \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -1887,7 +1887,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Всичко за $applicationName'; + String get aboutListTileTitleRaw => 'Всичко за \$applicationName'; @override String get alertDialogLabel => 'Сигнал'; @@ -1935,7 +1935,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ИЗБИРАНЕ НА ДАТА'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Крайна дата: $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Крайна дата: \$fullDate'; @override String get dateRangeEndLabel => 'Крайна дата'; @@ -1944,7 +1944,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ИЗБИРАНЕ НА ПЕРИОД ОТ ВРЕМЕ'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Начална дата: $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Начална дата: \$fullDate'; @override String get dateRangeStartLabel => 'Начална дата'; @@ -1995,7 +1995,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 лиценз'; @override - String get licensesPackageDetailTextOther => r'$licenseCount лиценза'; + String get licensesPackageDetailTextOther => '\$licenseCount лиценза'; @override String get licensesPackageDetailTextTwo => null; @@ -2025,10 +2025,10 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Отваряне на менюто за навигация'; @override - String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow от $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow – \$lastRow от \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow от около $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow – \$lastRow от около \$rowCount'; @override String get pasteButtonLabel => 'Поставяне'; @@ -2058,7 +2058,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Остава 1 знак'; @override - String get remainingTextFieldCharacterCountOther => r'Остават $remainingCount знака'; + String get remainingTextFieldCharacterCountOther => 'Остават \$remainingCount знака'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -2112,7 +2112,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Избран е 1 елемент'; @override - String get selectedRowCountTitleOther => r'Избрани са $selectedRowCount елемента'; + String get selectedRowCountTitleOther => 'Избрани са \$selectedRowCount елемента'; @override String get selectedRowCountTitleTwo => null; @@ -2130,7 +2130,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get signedInLabel => 'В профила си сте'; @override - String get tabLabelRaw => r'Раздел $tabIndex от $tabCount'; + String get tabLabelRaw => 'Раздел \$tabIndex от \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -2193,7 +2193,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName সম্পর্কে'; + String get aboutListTileTitleRaw => '\$applicationName সম্পর্কে'; @override String get alertDialogLabel => 'সতর্কতা'; @@ -2241,7 +2241,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get datePickerHelpText => 'তারিখ বেছে নিন'; @override - String get dateRangeEndDateSemanticLabelRaw => r'শেষ হওয়ার তারিখ $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'শেষ হওয়ার তারিখ \$fullDate'; @override String get dateRangeEndLabel => 'শেষ হওয়ার তারিখ'; @@ -2250,7 +2250,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'তারিখের ব্যাপ্তি বেছে নিন'; @override - String get dateRangeStartDateSemanticLabelRaw => r'শুরুর তারিখ $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'শুরুর তারিখ \$fullDate'; @override String get dateRangeStartLabel => 'শুরুর তারিখ'; @@ -2301,7 +2301,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '১টি লাইসেন্স'; @override - String get licensesPackageDetailTextOther => r'$licenseCountটি লাইসেন্স'; + String get licensesPackageDetailTextOther => '\$licenseCountটি লাইসেন্স'; @override String get licensesPackageDetailTextTwo => null; @@ -2331,10 +2331,10 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'নেভিগেশন মেনু খুলুন'; @override - String get pageRowsInfoTitleRaw => r'$rowCountটির মধ্যে $firstRow-$lastRow'; + String get pageRowsInfoTitleRaw => '\$rowCountটির মধ্যে \$firstRow-\$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'প্রায় $rowCountটির মধ্যে $firstRow-$lastRow নম্বর'; + String get pageRowsInfoTitleApproximateRaw => 'প্রায় \$rowCountটির মধ্যে \$firstRow-\$lastRow নম্বর'; @override String get pasteButtonLabel => 'পেস্ট করুন'; @@ -2364,7 +2364,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'আর ১টি অক্ষর লেখা যাবে'; @override - String get remainingTextFieldCharacterCountOther => r'আর $remainingCountটি অক্ষর লেখা যাবে'; + String get remainingTextFieldCharacterCountOther => 'আর \$remainingCountটি অক্ষর লেখা যাবে'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -2418,7 +2418,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '১টি আইটেম বেছে নেওয়া হয়েছে'; @override - String get selectedRowCountTitleOther => r'$selectedRowCountটি আইটেম বেছে নেওয়া হয়েছে'; + String get selectedRowCountTitleOther => '\$selectedRowCountটি আইটেম বেছে নেওয়া হয়েছে'; @override String get selectedRowCountTitleTwo => null; @@ -2436,7 +2436,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get signedInLabel => 'সাইন-ইন করা হয়েছে'; @override - String get tabLabelRaw => r'$tabCount-এর মধ্যে $tabIndexটি ট্যাব'; + String get tabLabelRaw => '\$tabCount-এর মধ্যে \$tabIndexটি ট্যাব'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -2499,7 +2499,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'O aplikaciji $applicationName'; + String get aboutListTileTitleRaw => 'O aplikaciji \$applicationName'; @override String get alertDialogLabel => 'Upozorenje'; @@ -2547,7 +2547,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ODABERITE DATUM'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Datum završetka: $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Datum završetka: \$fullDate'; @override String get dateRangeEndLabel => 'Datum završetka'; @@ -2556,7 +2556,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ODABERITE RASPON'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Datum početka: $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Datum početka: \$fullDate'; @override String get dateRangeStartLabel => 'Datum početka'; @@ -2598,7 +2598,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Unesite ispravno vrijeme'; @override - String get licensesPackageDetailTextFew => r'$licenseCount licence'; + String get licensesPackageDetailTextFew => '\$licenseCount licence'; @override String get licensesPackageDetailTextMany => null; @@ -2607,7 +2607,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 licenca'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licenci'; + String get licensesPackageDetailTextOther => '\$licenseCount licenci'; @override String get licensesPackageDetailTextTwo => null; @@ -2637,10 +2637,10 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Otvorite meni za navigaciju'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow od $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow od \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow od oko $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow od oko \$rowCount'; @override String get pasteButtonLabel => 'Zalijepi'; @@ -2661,7 +2661,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Osvježi'; @override - String get remainingTextFieldCharacterCountFew => r'Još $remainingCount znaka'; + String get remainingTextFieldCharacterCountFew => 'Još \$remainingCount znaka'; @override String get remainingTextFieldCharacterCountMany => null; @@ -2670,7 +2670,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Još jedan znak'; @override - String get remainingTextFieldCharacterCountOther => r'Još $remainingCount znakova'; + String get remainingTextFieldCharacterCountOther => 'Još \$remainingCount znakova'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -2715,7 +2715,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Odaberite godinu'; @override - String get selectedRowCountTitleFew => r'Odabrane su $selectedRowCount stavke'; + String get selectedRowCountTitleFew => 'Odabrane su \$selectedRowCount stavke'; @override String get selectedRowCountTitleMany => null; @@ -2724,7 +2724,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Odabrana je jedna stavka'; @override - String get selectedRowCountTitleOther => r'Odabrano je $selectedRowCount stavki'; + String get selectedRowCountTitleOther => 'Odabrano je \$selectedRowCount stavki'; @override String get selectedRowCountTitleTwo => null; @@ -2742,7 +2742,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get signedInLabel => 'Prijavljeni ste'; @override - String get tabLabelRaw => r'$tabIndex. kartica od $tabCount'; + String get tabLabelRaw => '\$tabIndex. kartica od \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -2805,7 +2805,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Sobre $applicationName'; + String get aboutListTileTitleRaw => 'Sobre \$applicationName'; @override String get alertDialogLabel => 'Alerta'; @@ -2847,25 +2847,25 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get dateInputLabel => 'Introdueix una data'; @override - String get dateOutOfRangeLabel => "Fora de l'abast."; + String get dateOutOfRangeLabel => 'Fora de l\'abast.'; @override String get datePickerHelpText => 'SELECCIONA LA DATA'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Data de finalització $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Data de finalització \$fullDate'; @override String get dateRangeEndLabel => 'Data de finalització'; @override - String get dateRangePickerHelpText => "SELECCIONA L'INTERVAL"; + String get dateRangePickerHelpText => 'SELECCIONA L\'INTERVAL'; @override - String get dateRangeStartDateSemanticLabelRaw => r"Data d'inici $fullDate"; + String get dateRangeStartDateSemanticLabelRaw => 'Data d\'inici \$fullDate'; @override - String get dateRangeStartLabel => "Data d'inici"; + String get dateRangeStartLabel => 'Data d\'inici'; @override String get dateSeparator => '/'; @@ -2892,13 +2892,13 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Canvia a introducció de text'; @override - String get inputTimeModeButtonLabel => "Canvia al mode d'introducció de text"; + String get inputTimeModeButtonLabel => 'Canvia al mode d\'introducció de text'; @override String get invalidDateFormatLabel => 'El format no és vàlid.'; @override - String get invalidDateRangeLabel => "L'interval no és vàlid."; + String get invalidDateRangeLabel => 'L\'interval no és vàlid.'; @override String get invalidTimeLabel => 'Introdueix una hora vàlida'; @@ -2913,7 +2913,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 llicència'; @override - String get licensesPackageDetailTextOther => r'$licenseCount llicències'; + String get licensesPackageDetailTextOther => '\$licenseCount llicències'; @override String get licensesPackageDetailTextTwo => null; @@ -2937,16 +2937,16 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get nextPageTooltip => 'Pàgina següent'; @override - String get okButtonLabel => "D'ACORD"; + String get okButtonLabel => 'D\'ACORD'; @override String get openAppDrawerTooltip => 'Obre el menú de navegació'; @override - String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow-\$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r"$firstRow-$lastRow d'aproximadament $rowCount"; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow-\$lastRow d\'aproximadament \$rowCount'; @override String get pasteButtonLabel => 'Enganxa'; @@ -2976,7 +2976,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Queda 1 caràcter'; @override - String get remainingTextFieldCharacterCountOther => r'Queden $remainingCount caràcters'; + String get remainingTextFieldCharacterCountOther => 'Queden \$remainingCount caràcters'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -2988,7 +2988,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get reorderItemDown => 'Mou avall'; @override - String get reorderItemLeft => "Mou cap a l'esquerra"; + String get reorderItemLeft => 'Mou cap a l\'esquerra'; @override String get reorderItemRight => 'Mou cap a la dreta'; @@ -3027,10 +3027,10 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => "S'ha seleccionat 1 element"; + String get selectedRowCountTitleOne => 'S\'ha seleccionat 1 element'; @override - String get selectedRowCountTitleOther => r"S'han seleccionat $selectedRowCount elements"; + String get selectedRowCountTitleOther => 'S\'han seleccionat \$selectedRowCount elements'; @override String get selectedRowCountTitleTwo => null; @@ -3048,13 +3048,13 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get signedInLabel => 'Sessió iniciada'; @override - String get tabLabelRaw => r'Pestanya $tabIndex de $tabCount'; + String get tabLabelRaw => 'Pestanya \$tabIndex de \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => "SELECCIONA L'HORA"; + String get timePickerDialHelpText => 'SELECCIONA L\'HORA'; @override String get timePickerHourLabel => 'Hora'; @@ -3063,7 +3063,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Selecciona les hores'; @override - String get timePickerInputHelpText => "INTRODUEIX L'HORA"; + String get timePickerInputHelpText => 'INTRODUEIX L\'HORA'; @override String get timePickerMinuteLabel => 'Minut'; @@ -3111,7 +3111,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'O aplikaci $applicationName'; + String get aboutListTileTitleRaw => 'O aplikaci \$applicationName'; @override String get alertDialogLabel => 'Upozornění'; @@ -3159,7 +3159,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get datePickerHelpText => 'VYBERTE DATUM'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Datum ukončení $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Datum ukončení \$fullDate'; @override String get dateRangeEndLabel => 'Datum ukončení'; @@ -3168,7 +3168,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'VYBERTE ROZSAH'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Datum zahájení $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Datum zahájení \$fullDate'; @override String get dateRangeStartLabel => 'Datum zahájení'; @@ -3210,16 +3210,16 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Zadejte platný čas'; @override - String get licensesPackageDetailTextFew => r'$licenseCount licence'; + String get licensesPackageDetailTextFew => '\$licenseCount licence'; @override - String get licensesPackageDetailTextMany => r'$licenseCount licence'; + String get licensesPackageDetailTextMany => '\$licenseCount licence'; @override String get licensesPackageDetailTextOne => '1 licence'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licencí'; + String get licensesPackageDetailTextOther => '\$licenseCount licencí'; @override String get licensesPackageDetailTextTwo => null; @@ -3249,10 +3249,10 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Otevřít navigační nabídku'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow z $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow z \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow z asi $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow z asi \$rowCount'; @override String get pasteButtonLabel => 'Vložit'; @@ -3273,16 +3273,16 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Obnovit'; @override - String get remainingTextFieldCharacterCountFew => r'Zbývají $remainingCount znaky'; + String get remainingTextFieldCharacterCountFew => 'Zbývají \$remainingCount znaky'; @override - String get remainingTextFieldCharacterCountMany => r'Zbývá $remainingCount znaku'; + String get remainingTextFieldCharacterCountMany => 'Zbývá \$remainingCount znaku'; @override String get remainingTextFieldCharacterCountOne => 'Zbývá 1 znak'; @override - String get remainingTextFieldCharacterCountOther => r'Zbývá $remainingCount znaků'; + String get remainingTextFieldCharacterCountOther => 'Zbývá \$remainingCount znaků'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -3327,16 +3327,16 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Vyberte rok'; @override - String get selectedRowCountTitleFew => r'Jsou vybrány $selectedRowCount položky'; + String get selectedRowCountTitleFew => 'Jsou vybrány \$selectedRowCount položky'; @override - String get selectedRowCountTitleMany => r'Je vybráno $selectedRowCount položky'; + String get selectedRowCountTitleMany => 'Je vybráno \$selectedRowCount položky'; @override String get selectedRowCountTitleOne => 'Je vybrána 1 položka'; @override - String get selectedRowCountTitleOther => r'Je vybráno $selectedRowCount položek'; + String get selectedRowCountTitleOther => 'Je vybráno \$selectedRowCount položek'; @override String get selectedRowCountTitleTwo => null; @@ -3354,7 +3354,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get signedInLabel => 'Uživatel přihlášen'; @override - String get tabLabelRaw => r'Karta $tabIndex z $tabCount'; + String get tabLabelRaw => 'Karta \$tabIndex z \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -3417,7 +3417,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Om $applicationName'; + String get aboutListTileTitleRaw => 'Om \$applicationName'; @override String get alertDialogLabel => 'Underretning'; @@ -3465,7 +3465,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get datePickerHelpText => 'VÆLG DATO'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Slutdato $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Slutdato \$fullDate'; @override String get dateRangeEndLabel => 'Slutdato'; @@ -3474,7 +3474,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'VÆLG OMRÅDE'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Startdato $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Startdato \$fullDate'; @override String get dateRangeStartLabel => 'Startdato'; @@ -3525,7 +3525,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 licens'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licenser'; + String get licensesPackageDetailTextOther => '\$licenseCount licenser'; @override String get licensesPackageDetailTextTwo => null; @@ -3555,10 +3555,10 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Åbn navigationsmenuen'; @override - String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow af $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow-\$lastRow af \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow af ca. $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow-\$lastRow af ca. \$rowCount'; @override String get pasteButtonLabel => 'Sæt ind'; @@ -3588,7 +3588,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Ét tegn tilbage'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount tegn tilbage'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount tegn tilbage'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -3642,7 +3642,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 element er valgt'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount elementer er valgt'; + String get selectedRowCountTitleOther => '\$selectedRowCount elementer er valgt'; @override String get selectedRowCountTitleTwo => null; @@ -3660,7 +3660,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get signedInLabel => 'Logget ind'; @override - String get tabLabelRaw => r'Fane $tabIndex af $tabCount'; + String get tabLabelRaw => 'Fane \$tabIndex af \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -3723,7 +3723,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Über $applicationName'; + String get aboutListTileTitleRaw => 'Über \$applicationName'; @override String get alertDialogLabel => 'Benachrichtigung'; @@ -3771,7 +3771,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get datePickerHelpText => 'DATUM AUSWÄHLEN'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Enddatum $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Enddatum \$fullDate'; @override String get dateRangeEndLabel => 'Enddatum'; @@ -3780,7 +3780,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ZEITRAUM AUSWÄHLEN'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Startdatum $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Startdatum \$fullDate'; @override String get dateRangeStartLabel => 'Startdatum'; @@ -3831,7 +3831,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 Lizenz'; @override - String get licensesPackageDetailTextOther => r'$licenseCount Lizenzen'; + String get licensesPackageDetailTextOther => '\$licenseCount Lizenzen'; @override String get licensesPackageDetailTextTwo => null; @@ -3861,10 +3861,10 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Navigationsmenü öffnen'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow von $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow von \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow von etwa $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow von etwa \$rowCount'; @override String get pasteButtonLabel => 'Einsetzen'; @@ -3894,7 +3894,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Noch 1 Zeichen'; @override - String get remainingTextFieldCharacterCountOther => r'Noch $remainingCount Zeichen'; + String get remainingTextFieldCharacterCountOther => 'Noch \$remainingCount Zeichen'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -3948,7 +3948,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 Element ausgewählt'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount Elemente ausgewählt'; + String get selectedRowCountTitleOther => '\$selectedRowCount Elemente ausgewählt'; @override String get selectedRowCountTitleTwo => null; @@ -3966,7 +3966,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get signedInLabel => 'Angemeldet'; @override - String get tabLabelRaw => r'Tab $tabIndex von $tabCount'; + String get tabLabelRaw => 'Tab \$tabIndex von \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -4068,7 +4068,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Σχετικά με την εφαρμογή $applicationName'; + String get aboutListTileTitleRaw => 'Σχετικά με την εφαρμογή \$applicationName'; @override String get alertDialogLabel => 'Ειδοποίηση'; @@ -4116,7 +4116,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ΕΠΙΛΟΓΗ ΗΜΕΡΟΜΗΝΙΑΣ'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Ημερομηνία λήξης $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Ημερομηνία λήξης \$fullDate'; @override String get dateRangeEndLabel => 'Ημερομηνία λήξης'; @@ -4125,7 +4125,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ΕΠΙΛΟΓΗ ΕΥΡΟΥΣ'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Ημερομηνία έναρξης $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Ημερομηνία έναρξης \$fullDate'; @override String get dateRangeStartLabel => 'Ημερομηνία έναρξης'; @@ -4176,7 +4176,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 άδεια'; @override - String get licensesPackageDetailTextOther => r'$licenseCount άδειες'; + String get licensesPackageDetailTextOther => '\$licenseCount άδειες'; @override String get licensesPackageDetailTextTwo => null; @@ -4206,10 +4206,10 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Άνοιγμα μενού πλοήγησης'; @override - String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow από $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow-\$lastRow από \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow από περίπου $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow-\$lastRow από περίπου \$rowCount'; @override String get pasteButtonLabel => 'Επικόλληση'; @@ -4239,7 +4239,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'απομένει 1 χαρακτήρας'; @override - String get remainingTextFieldCharacterCountOther => r'απομένουν $remainingCount χαρακτήρες'; + String get remainingTextFieldCharacterCountOther => 'απομένουν \$remainingCount χαρακτήρες'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -4293,7 +4293,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Επιλέχθηκε 1 στοιχείο'; @override - String get selectedRowCountTitleOther => r'Επιλέχθηκαν $selectedRowCount στοιχεία'; + String get selectedRowCountTitleOther => 'Επιλέχθηκαν \$selectedRowCount στοιχεία'; @override String get selectedRowCountTitleTwo => null; @@ -4311,7 +4311,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get signedInLabel => 'Σε σύνδεση'; @override - String get tabLabelRaw => r'Καρτέλα $tabIndex από $tabCount'; + String get tabLabelRaw => 'Καρτέλα \$tabIndex από \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -4374,7 +4374,7 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'About $applicationName'; + String get aboutListTileTitleRaw => 'About \$applicationName'; @override String get alertDialogLabel => 'Alert'; @@ -4422,7 +4422,7 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get datePickerHelpText => 'SELECT DATE'; @override - String get dateRangeEndDateSemanticLabelRaw => r'End date $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; @override String get dateRangeEndLabel => 'End Date'; @@ -4431,7 +4431,7 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'SELECT RANGE'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Start date $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; @override String get dateRangeStartLabel => 'Start Date'; @@ -4482,7 +4482,7 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 license'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licenses'; + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; @override String get licensesPackageDetailTextTwo => null; @@ -4512,10 +4512,10 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Open navigation menu'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow of $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow of \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow of about $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow of about \$rowCount'; @override String get pasteButtonLabel => 'Paste'; @@ -4545,7 +4545,7 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 character remaining'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount characters remaining'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount characters remaining'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -4599,7 +4599,7 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 item selected'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount items selected'; + String get selectedRowCountTitleOther => '\$selectedRowCount items selected'; @override String get selectedRowCountTitleTwo => null; @@ -4617,7 +4617,7 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get signedInLabel => 'Signed in'; @override - String get tabLabelRaw => r'Tab $tabIndex of $tabCount'; + String get tabLabelRaw => 'Tab \$tabIndex of \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @@ -4701,7 +4701,7 @@ class MaterialLocalizationEnAu extends MaterialLocalizationEn { String get licensesPackageDetailTextOne => '1 licence'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licences'; + String get licensesPackageDetailTextOther => '\$licenseCount licences'; @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @@ -4770,7 +4770,7 @@ class MaterialLocalizationEnCa extends MaterialLocalizationEn { String get licensesPackageDetailTextOne => '1 licence'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licences'; + String get licensesPackageDetailTextOther => '\$licenseCount licences'; @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @@ -4845,7 +4845,7 @@ class MaterialLocalizationEnGb extends MaterialLocalizationEn { String get licensesPackageDetailTextOne => '1 licence'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licences'; + String get licensesPackageDetailTextOther => '\$licenseCount licences'; @override String get popupMenuLabel => 'Pop-up menu'; @@ -4917,7 +4917,7 @@ class MaterialLocalizationEnIe extends MaterialLocalizationEn { String get licensesPackageDetailTextOne => '1 licence'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licences'; + String get licensesPackageDetailTextOther => '\$licenseCount licences'; @override String get popupMenuLabel => 'Pop-up menu'; @@ -4983,7 +4983,7 @@ class MaterialLocalizationEnIn extends MaterialLocalizationEn { String get licensesPackageDetailTextOne => '1 licence'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licences'; + String get licensesPackageDetailTextOther => '\$licenseCount licences'; @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @@ -5052,7 +5052,7 @@ class MaterialLocalizationEnNz extends MaterialLocalizationEn { String get licensesPackageDetailTextOne => '1 licence'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licences'; + String get licensesPackageDetailTextOther => '\$licenseCount licences'; @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @@ -5121,7 +5121,7 @@ class MaterialLocalizationEnSg extends MaterialLocalizationEn { String get licensesPackageDetailTextOne => '1 licence'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licences'; + String get licensesPackageDetailTextOther => '\$licenseCount licences'; @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @@ -5196,7 +5196,7 @@ class MaterialLocalizationEnZa extends MaterialLocalizationEn { String get licensesPackageDetailTextOne => '1 licence'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licences'; + String get licensesPackageDetailTextOther => '\$licenseCount licences'; @override String get popupMenuLabel => 'Pop-up menu'; @@ -5241,7 +5241,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Sobre $applicationName'; + String get aboutListTileTitleRaw => 'Sobre \$applicationName'; @override String get alertDialogLabel => 'Alerta'; @@ -5289,7 +5289,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get datePickerHelpText => 'SELECCIONAR FECHA'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización \$fullDate'; @override String get dateRangeEndLabel => 'Fecha de finalización'; @@ -5298,7 +5298,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'SELECCIONAR PERIODO'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio \$fullDate'; @override String get dateRangeStartLabel => 'Fecha de inicio'; @@ -5349,7 +5349,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 licencia'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licencias'; + String get licensesPackageDetailTextOther => '\$licenseCount licencias'; @override String get licensesPackageDetailTextTwo => null; @@ -5379,10 +5379,10 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Abrir el menú de navegación'; @override - String get pageRowsInfoTitleRaw => r'$firstRow‑$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow‑\$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow‑$lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow‑\$lastRow de aproximadamente \$rowCount'; @override String get pasteButtonLabel => 'Pegar'; @@ -5412,7 +5412,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter.'; @override - String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; + String get remainingTextFieldCharacterCountOther => 'Quedan \$remainingCount caracteres'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -5466,7 +5466,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 elemento seleccionado'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount elementos seleccionados'; + String get selectedRowCountTitleOther => '\$selectedRowCount elementos seleccionados'; @override String get selectedRowCountTitleTwo => null; @@ -5484,7 +5484,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get signedInLabel => 'Sesión iniciada'; @override - String get tabLabelRaw => r'Pestaña $tabIndex de $tabCount'; + String get tabLabelRaw => 'Pestaña \$tabIndex de \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -5556,7 +5556,7 @@ class MaterialLocalizationEs419 extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licencias'; + String get licensesPackageDetailTextOther => '\$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -5580,10 +5580,10 @@ class MaterialLocalizationEs419 extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -5613,19 +5613,19 @@ class MaterialLocalizationEs419 extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -5685,7 +5685,7 @@ class MaterialLocalizationEsAr extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licencias'; + String get licensesPackageDetailTextOther => '\$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -5709,10 +5709,10 @@ class MaterialLocalizationEsAr extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -5742,19 +5742,19 @@ class MaterialLocalizationEsAr extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -5814,7 +5814,7 @@ class MaterialLocalizationEsBo extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licencias'; + String get licensesPackageDetailTextOther => '\$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -5838,10 +5838,10 @@ class MaterialLocalizationEsBo extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -5874,19 +5874,19 @@ class MaterialLocalizationEsBo extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -5943,7 +5943,7 @@ class MaterialLocalizationEsCl extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licencias'; + String get licensesPackageDetailTextOther => '\$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -5967,10 +5967,10 @@ class MaterialLocalizationEsCl extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -6003,19 +6003,19 @@ class MaterialLocalizationEsCl extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -6072,7 +6072,7 @@ class MaterialLocalizationEsCo extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licencias'; + String get licensesPackageDetailTextOther => '\$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -6096,10 +6096,10 @@ class MaterialLocalizationEsCo extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -6132,19 +6132,19 @@ class MaterialLocalizationEsCo extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -6201,7 +6201,7 @@ class MaterialLocalizationEsCr extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licencias'; + String get licensesPackageDetailTextOther => '\$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -6225,10 +6225,10 @@ class MaterialLocalizationEsCr extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -6261,19 +6261,19 @@ class MaterialLocalizationEsCr extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -6330,7 +6330,7 @@ class MaterialLocalizationEsDo extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licencias'; + String get licensesPackageDetailTextOther => '\$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -6354,10 +6354,10 @@ class MaterialLocalizationEsDo extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -6390,19 +6390,19 @@ class MaterialLocalizationEsDo extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -6459,7 +6459,7 @@ class MaterialLocalizationEsEc extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licencias'; + String get licensesPackageDetailTextOther => '\$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -6483,10 +6483,10 @@ class MaterialLocalizationEsEc extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -6519,19 +6519,19 @@ class MaterialLocalizationEsEc extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -6588,7 +6588,7 @@ class MaterialLocalizationEsGt extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licencias'; + String get licensesPackageDetailTextOther => '\$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -6612,10 +6612,10 @@ class MaterialLocalizationEsGt extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -6648,19 +6648,19 @@ class MaterialLocalizationEsGt extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -6717,7 +6717,7 @@ class MaterialLocalizationEsHn extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licencias'; + String get licensesPackageDetailTextOther => '\$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -6741,10 +6741,10 @@ class MaterialLocalizationEsHn extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -6777,19 +6777,19 @@ class MaterialLocalizationEsHn extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -6846,7 +6846,7 @@ class MaterialLocalizationEsMx extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licencias'; + String get licensesPackageDetailTextOther => '\$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -6870,10 +6870,10 @@ class MaterialLocalizationEsMx extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -6906,19 +6906,19 @@ class MaterialLocalizationEsMx extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -6975,7 +6975,7 @@ class MaterialLocalizationEsNi extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licencias'; + String get licensesPackageDetailTextOther => '\$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -6999,10 +6999,10 @@ class MaterialLocalizationEsNi extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -7035,19 +7035,19 @@ class MaterialLocalizationEsNi extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -7104,7 +7104,7 @@ class MaterialLocalizationEsPa extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licencias'; + String get licensesPackageDetailTextOther => '\$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -7128,10 +7128,10 @@ class MaterialLocalizationEsPa extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -7164,19 +7164,19 @@ class MaterialLocalizationEsPa extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -7233,7 +7233,7 @@ class MaterialLocalizationEsPe extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licencias'; + String get licensesPackageDetailTextOther => '\$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -7257,10 +7257,10 @@ class MaterialLocalizationEsPe extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -7293,19 +7293,19 @@ class MaterialLocalizationEsPe extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -7362,7 +7362,7 @@ class MaterialLocalizationEsPr extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licencias'; + String get licensesPackageDetailTextOther => '\$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -7386,10 +7386,10 @@ class MaterialLocalizationEsPr extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -7422,19 +7422,19 @@ class MaterialLocalizationEsPr extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -7491,7 +7491,7 @@ class MaterialLocalizationEsPy extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licencias'; + String get licensesPackageDetailTextOther => '\$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -7515,10 +7515,10 @@ class MaterialLocalizationEsPy extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -7551,19 +7551,19 @@ class MaterialLocalizationEsPy extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -7620,7 +7620,7 @@ class MaterialLocalizationEsSv extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licencias'; + String get licensesPackageDetailTextOther => '\$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -7644,10 +7644,10 @@ class MaterialLocalizationEsSv extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -7680,19 +7680,19 @@ class MaterialLocalizationEsSv extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -7749,7 +7749,7 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licencias'; + String get licensesPackageDetailTextOther => '\$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -7773,10 +7773,10 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -7803,10 +7803,10 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { String get nextMonthTooltip => 'Próximo mes'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; @override String get nextPageTooltip => 'Próxima página'; @@ -7815,13 +7815,13 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { String get openAppDrawerTooltip => 'Abrir menú de navegación'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @@ -7881,7 +7881,7 @@ class MaterialLocalizationEsUy extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licencias'; + String get licensesPackageDetailTextOther => '\$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -7905,10 +7905,10 @@ class MaterialLocalizationEsUy extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -7941,19 +7941,19 @@ class MaterialLocalizationEsUy extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -8010,7 +8010,7 @@ class MaterialLocalizationEsVe extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licencias'; + String get licensesPackageDetailTextOther => '\$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -8034,10 +8034,10 @@ class MaterialLocalizationEsVe extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -8070,19 +8070,19 @@ class MaterialLocalizationEsVe extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; + String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -8130,7 +8130,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Teave rakenduse $applicationName kohta'; + String get aboutListTileTitleRaw => 'Teave rakenduse \$applicationName kohta'; @override String get alertDialogLabel => 'Märguanne'; @@ -8178,7 +8178,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get datePickerHelpText => 'VALIGE KUUPÄEV'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Lõppkuupäev: $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Lõppkuupäev: \$fullDate'; @override String get dateRangeEndLabel => 'Lõppkuupäev'; @@ -8187,7 +8187,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'VALIGE VAHEMIK'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Alguskuupäev: $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Alguskuupäev: \$fullDate'; @override String get dateRangeStartLabel => 'Alguskuupäev'; @@ -8238,7 +8238,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 litsents'; @override - String get licensesPackageDetailTextOther => r'$licenseCount litsentsi'; + String get licensesPackageDetailTextOther => '\$licenseCount litsentsi'; @override String get licensesPackageDetailTextTwo => null; @@ -8268,10 +8268,10 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Ava navigeerimismenüü'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow $rowCount-st'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow \$rowCount-st'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow umbes $rowCount-st'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow umbes \$rowCount-st'; @override String get pasteButtonLabel => 'Kleebi'; @@ -8301,7 +8301,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Jäänud on 1 tähemärk'; @override - String get remainingTextFieldCharacterCountOther => r'Jäänud on $remainingCount tähemärki'; + String get remainingTextFieldCharacterCountOther => 'Jäänud on \$remainingCount tähemärki'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -8355,7 +8355,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Valitud on 1 üksus'; @override - String get selectedRowCountTitleOther => r'Valitud on $selectedRowCount üksust'; + String get selectedRowCountTitleOther => 'Valitud on \$selectedRowCount üksust'; @override String get selectedRowCountTitleTwo => null; @@ -8373,7 +8373,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get signedInLabel => 'Sisse logitud'; @override - String get tabLabelRaw => r'$tabIndex. vahekaart $tabCount-st'; + String get tabLabelRaw => '\$tabIndex. vahekaart \$tabCount-st'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -8436,7 +8436,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName aplikazioari buruz'; + String get aboutListTileTitleRaw => '\$applicationName aplikazioari buruz'; @override String get alertDialogLabel => 'Alerta'; @@ -8484,7 +8484,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get datePickerHelpText => 'HAUTATU DATA'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Amaiera-data: $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Amaiera-data: \$fullDate'; @override String get dateRangeEndLabel => 'Amaiera-data'; @@ -8493,7 +8493,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'HAUTATU BARRUTIA'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Hasiera-data: $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Hasiera-data: \$fullDate'; @override String get dateRangeStartLabel => 'Hasiera-data'; @@ -8544,7 +8544,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 lizentzia'; @override - String get licensesPackageDetailTextOther => r'$licenseCount lizentzia'; + String get licensesPackageDetailTextOther => '\$licenseCount lizentzia'; @override String get licensesPackageDetailTextTwo => null; @@ -8574,10 +8574,10 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Ireki nabigazio-menua'; @override - String get pageRowsInfoTitleRaw => r'$firstRow - $lastRow / $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow - \$lastRow / \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow - $lastRow / $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow - \$lastRow / \$rowCount'; @override String get pasteButtonLabel => 'Itsatsi'; @@ -8607,7 +8607,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 karaktere geratzen da'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount karaktere geratzen dira'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount karaktere geratzen dira'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -8661,7 +8661,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 elementu hautatu da'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount elementu hautatu dira'; + String get selectedRowCountTitleOther => '\$selectedRowCount elementu hautatu dira'; @override String get selectedRowCountTitleTwo => null; @@ -8679,7 +8679,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get signedInLabel => 'Hasi da saioa'; @override - String get tabLabelRaw => r'$tabIndex/$tabCount fitxa'; + String get tabLabelRaw => '\$tabIndex/\$tabCount fitxa'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -8742,7 +8742,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'درباره $applicationName'; + String get aboutListTileTitleRaw => 'درباره \$applicationName'; @override String get alertDialogLabel => 'هشدار'; @@ -8790,7 +8790,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get datePickerHelpText => 'انتخاب تاریخ'; @override - String get dateRangeEndDateSemanticLabelRaw => r'تاریخ پایان $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'تاریخ پایان \$fullDate'; @override String get dateRangeEndLabel => 'تاریخ پایان'; @@ -8799,7 +8799,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'انتخاب محدوده'; @override - String get dateRangeStartDateSemanticLabelRaw => r'تاریخ شروع $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'تاریخ شروع \$fullDate'; @override String get dateRangeStartLabel => 'تاریخ شروع'; @@ -8850,7 +8850,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '۱ پروانه'; @override - String get licensesPackageDetailTextOther => r'$licenseCount پروانه'; + String get licensesPackageDetailTextOther => '\$licenseCount پروانه'; @override String get licensesPackageDetailTextTwo => null; @@ -8880,10 +8880,10 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'باز کردن منوی پیمایش'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow از $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow از \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow از حدود $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow از حدود \$rowCount'; @override String get pasteButtonLabel => 'جای‌گذاری'; @@ -8913,7 +8913,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '۱ نویسه باقی مانده است'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount نویسه باقی مانده است'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount نویسه باقی مانده است'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -8967,7 +8967,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '۱ مورد انتخاب شد'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount مورد انتخاب شدند'; + String get selectedRowCountTitleOther => '\$selectedRowCount مورد انتخاب شدند'; @override String get selectedRowCountTitleTwo => null; @@ -8985,7 +8985,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get signedInLabel => 'واردشده به سیستم'; @override - String get tabLabelRaw => r'برگه $tabIndex از $tabCount'; + String get tabLabelRaw => 'برگه \$tabIndex از \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -9048,7 +9048,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Tietoja: $applicationName'; + String get aboutListTileTitleRaw => 'Tietoja: \$applicationName'; @override String get alertDialogLabel => 'Ilmoitus'; @@ -9096,7 +9096,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get datePickerHelpText => 'VALITSE PÄIVÄMÄÄRÄ'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Päättymispäivä $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Päättymispäivä \$fullDate'; @override String get dateRangeEndLabel => 'Päättymispäivä'; @@ -9105,7 +9105,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'VALITSE PÄIVÄMÄÄRÄVÄLI'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Alkamispäivä $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Alkamispäivä \$fullDate'; @override String get dateRangeStartLabel => 'Alkamispäivä'; @@ -9156,7 +9156,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 lisenssi'; @override - String get licensesPackageDetailTextOther => r'$licenseCount lisenssiä'; + String get licensesPackageDetailTextOther => '\$licenseCount lisenssiä'; @override String get licensesPackageDetailTextTwo => null; @@ -9186,10 +9186,10 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Avaa navigointivalikko'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow/$rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow/\$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow/~$rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow/~\$rowCount'; @override String get pasteButtonLabel => 'Liitä'; @@ -9219,7 +9219,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 merkki jäljellä'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount merkkiä jäljellä'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount merkkiä jäljellä'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -9273,7 +9273,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 kohde valittu'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount kohdetta valittu'; + String get selectedRowCountTitleOther => '\$selectedRowCount kohdetta valittu'; @override String get selectedRowCountTitleTwo => null; @@ -9291,7 +9291,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get signedInLabel => 'Kirjautunut sisään'; @override - String get tabLabelRaw => r'Välilehti $tabIndex/$tabCount'; + String get tabLabelRaw => 'Välilehti \$tabIndex/\$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -9354,7 +9354,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Tungkol sa $applicationName'; + String get aboutListTileTitleRaw => 'Tungkol sa \$applicationName'; @override String get alertDialogLabel => 'Alerto'; @@ -9402,7 +9402,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get datePickerHelpText => 'PUMILI NG PETSA'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Petsa ng pagtatapos $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Petsa ng pagtatapos \$fullDate'; @override String get dateRangeEndLabel => 'Petsa ng Pagtatapos'; @@ -9411,7 +9411,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'PUMILI NG HANAY'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Petsa ng pagsisimula $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Petsa ng pagsisimula \$fullDate'; @override String get dateRangeStartLabel => 'Petsa ng Pagsisimula'; @@ -9462,7 +9462,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 lisensya'; @override - String get licensesPackageDetailTextOther => r'$licenseCount na lisensya'; + String get licensesPackageDetailTextOther => '\$licenseCount na lisensya'; @override String get licensesPackageDetailTextTwo => null; @@ -9492,10 +9492,10 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Buksan ang menu ng navigation'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow ng $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow ng \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow ng humigit kumulang $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow ng humigit kumulang \$rowCount'; @override String get pasteButtonLabel => 'I-paste'; @@ -9525,7 +9525,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 character ang natitira'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount na character ang natitira'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount na character ang natitira'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -9579,7 +9579,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 item ang napili'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount na item ang napili'; + String get selectedRowCountTitleOther => '\$selectedRowCount na item ang napili'; @override String get selectedRowCountTitleTwo => null; @@ -9597,7 +9597,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get signedInLabel => 'Naka-sign in'; @override - String get tabLabelRaw => r'Tab $tabIndex ng $tabCount'; + String get tabLabelRaw => 'Tab \$tabIndex ng \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -9660,7 +9660,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'À propos de $applicationName'; + String get aboutListTileTitleRaw => 'À propos de \$applicationName'; @override String get alertDialogLabel => 'Alerte'; @@ -9672,7 +9672,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Retour'; @override - String get calendarModeButtonLabel => "Passer à l'agenda"; + String get calendarModeButtonLabel => 'Passer à l\'agenda'; @override String get cancelButtonLabel => 'ANNULER'; @@ -9708,7 +9708,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get datePickerHelpText => 'SÉLECTIONNER UNE DATE'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Date de fin : $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Date de fin : \$fullDate'; @override String get dateRangeEndLabel => 'Date de fin'; @@ -9717,7 +9717,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'SÉLECTIONNER UNE PLAGE'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Date de début : $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Date de début : \$fullDate'; @override String get dateRangeStartLabel => 'Date de début'; @@ -9768,7 +9768,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 licence'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licences'; + String get licensesPackageDetailTextOther => '\$licenseCount licences'; @override String get licensesPackageDetailTextTwo => null; @@ -9798,10 +9798,10 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Ouvrir le menu de navigation'; @override - String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow sur $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow – \$lastRow sur \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow sur environ $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow – \$lastRow sur environ \$rowCount'; @override String get pasteButtonLabel => 'Coller'; @@ -9831,7 +9831,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 caractère restant'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount caractères restants'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount caractères restants'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -9885,7 +9885,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 élément sélectionné'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount éléments sélectionnés'; + String get selectedRowCountTitleOther => '\$selectedRowCount éléments sélectionnés'; @override String get selectedRowCountTitleTwo => null; @@ -9903,7 +9903,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get signedInLabel => 'Connecté'; @override - String get tabLabelRaw => r'Onglet $tabIndex sur $tabCount'; + String get tabLabelRaw => 'Onglet \$tabIndex sur \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -9969,10 +9969,10 @@ class MaterialLocalizationFrCa extends MaterialLocalizationFr { String get invalidTimeLabel => 'Entrez une heure valide'; @override - String get timePickerDialHelpText => "SÉLECTIONNER L'HEURE"; + String get timePickerDialHelpText => 'SÉLECTIONNER L\'HEURE'; @override - String get timePickerInputHelpText => "ENTRER L'HEURE"; + String get timePickerInputHelpText => 'ENTRER L\'HEURE'; @override String get timePickerMinuteLabel => 'Minutes'; @@ -9981,7 +9981,7 @@ class MaterialLocalizationFrCa extends MaterialLocalizationFr { String get dialModeButtonLabel => 'Passer au mode de sélection du cadran'; @override - String get inputTimeModeButtonLabel => "Passer au mode d'entrée Texte"; + String get inputTimeModeButtonLabel => 'Passer au mode d\'entrée Texte'; @override String get dateRangePickerHelpText => 'SÉLECTIONNER LA PLAGE'; @@ -9996,7 +9996,7 @@ class MaterialLocalizationFrCa extends MaterialLocalizationFr { String get invalidDateFormatLabel => 'Format incorrect'; @override - String get inputDateModeButtonLabel => "Passer à l'entrée"; + String get inputDateModeButtonLabel => 'Passer à l\'entrée'; @override String get dateInputLabel => 'Entrer une date'; @@ -10008,13 +10008,13 @@ class MaterialLocalizationFrCa extends MaterialLocalizationFr { String get dateHelpText => 'jj-mm-aaaa'; @override - String get pageRowsInfoTitleRaw => r'$firstRow à $lastRow sur $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow à \$lastRow sur \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow à $lastRow sur environ $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow à \$lastRow sur environ \$rowCount'; @override - String get tabLabelRaw => r'Onglet $tabIndex sur $tabCount'; + String get tabLabelRaw => 'Onglet \$tabIndex sur \$tabCount'; @override String get anteMeridiemAbbreviation => 'am'; @@ -10068,7 +10068,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Acerca de: $applicationName'; + String get aboutListTileTitleRaw => 'Acerca de: \$applicationName'; @override String get alertDialogLabel => 'Alerta'; @@ -10116,7 +10116,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get datePickerHelpText => 'SELECCIONAR UNHA DATA'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Data de finalización: $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Data de finalización: \$fullDate'; @override String get dateRangeEndLabel => 'Data de finalización'; @@ -10125,7 +10125,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'SELECCIONAR UN INTERVALO DE DATAS'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Data de inicio: $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Data de inicio: \$fullDate'; @override String get dateRangeStartLabel => 'Data de inicio'; @@ -10176,7 +10176,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 licenza'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licenzas'; + String get licensesPackageDetailTextOther => '\$licenseCount licenzas'; @override String get licensesPackageDetailTextTwo => null; @@ -10206,10 +10206,10 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Abrir menú de navegación'; @override - String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow-\$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow-\$lastRow de aproximadamente \$rowCount'; @override String get pasteButtonLabel => 'Pegar'; @@ -10239,7 +10239,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 carácter restante'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount caracteres restantes'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount caracteres restantes'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -10293,7 +10293,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Seleccionouse 1 elemento'; @override - String get selectedRowCountTitleOther => r'Seleccionáronse $selectedRowCount elementos'; + String get selectedRowCountTitleOther => 'Seleccionáronse \$selectedRowCount elementos'; @override String get selectedRowCountTitleTwo => null; @@ -10311,7 +10311,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get signedInLabel => 'Sesión iniciada'; @override - String get tabLabelRaw => r'Pestana $tabIndex de $tabCount'; + String get tabLabelRaw => 'Pestana \$tabIndex de \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -10374,7 +10374,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Über $applicationName'; + String get aboutListTileTitleRaw => 'Über \$applicationName'; @override String get alertDialogLabel => 'Benachrichtigung'; @@ -10422,7 +10422,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get datePickerHelpText => 'DATUM AUSWÄHLEN'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Enddatum $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Enddatum \$fullDate'; @override String get dateRangeEndLabel => 'Enddatum'; @@ -10431,7 +10431,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ZEITRAUM AUSWÄHLEN'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Startdatum $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Startdatum \$fullDate'; @override String get dateRangeStartLabel => 'Startdatum'; @@ -10482,7 +10482,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 Lizenz'; @override - String get licensesPackageDetailTextOther => r'$licenseCount Lizenzen'; + String get licensesPackageDetailTextOther => '\$licenseCount Lizenzen'; @override String get licensesPackageDetailTextTwo => null; @@ -10512,10 +10512,10 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Navigationsmenü öffnen'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow von $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow von \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow von etwa $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow von etwa \$rowCount'; @override String get pasteButtonLabel => 'Einsetzen'; @@ -10545,7 +10545,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Noch 1 Zeichen'; @override - String get remainingTextFieldCharacterCountOther => r'Noch $remainingCount Zeichen'; + String get remainingTextFieldCharacterCountOther => 'Noch \$remainingCount Zeichen'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -10599,7 +10599,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 Element ausgewählt'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount Elemente ausgewählt'; + String get selectedRowCountTitleOther => '\$selectedRowCount Elemente ausgewählt'; @override String get selectedRowCountTitleTwo => null; @@ -10617,7 +10617,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get signedInLabel => 'Angemeldet'; @override - String get tabLabelRaw => r'Tab $tabIndex von $tabCount'; + String get tabLabelRaw => 'Tab \$tabIndex von \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -10680,7 +10680,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName વિશે'; + String get aboutListTileTitleRaw => '\$applicationName વિશે'; @override String get alertDialogLabel => 'અલર્ટ'; @@ -10728,7 +10728,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get datePickerHelpText => 'તારીખ પસંદ કરો'; @override - String get dateRangeEndDateSemanticLabelRaw => r'સમાપ્તિની તારીખ $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'સમાપ્તિની તારીખ \$fullDate'; @override String get dateRangeEndLabel => 'સમાપ્તિની તારીખ'; @@ -10737,7 +10737,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'રેંજ પસંદ કરો'; @override - String get dateRangeStartDateSemanticLabelRaw => r'શરૂ કરવાની તારીખ $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'શરૂ કરવાની તારીખ \$fullDate'; @override String get dateRangeStartLabel => 'શરૂ કરવાની તારીખ'; @@ -10788,7 +10788,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 લાઇસન્સ'; @override - String get licensesPackageDetailTextOther => r'$licenseCount લાઇસન્સ'; + String get licensesPackageDetailTextOther => '\$licenseCount લાઇસન્સ'; @override String get licensesPackageDetailTextTwo => null; @@ -10818,10 +10818,10 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'નૅવિગેશન મેનૂ ખોલો'; @override - String get pageRowsInfoTitleRaw => r'$rowCountમાંથી $firstRow–$lastRow'; + String get pageRowsInfoTitleRaw => '\$rowCountમાંથી \$firstRow–\$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'આશરે $rowCountમાંથી $firstRow–$lastRow'; + String get pageRowsInfoTitleApproximateRaw => 'આશરે \$rowCountમાંથી \$firstRow–\$lastRow'; @override String get pasteButtonLabel => 'પેસ્ટ કરો'; @@ -10851,7 +10851,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 અક્ષર બાકી'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount અક્ષર બાકી'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount અક્ષર બાકી'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -10905,7 +10905,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 આઇટમ પસંદ કરી'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount આઇટમ પસંદ કરી'; + String get selectedRowCountTitleOther => '\$selectedRowCount આઇટમ પસંદ કરી'; @override String get selectedRowCountTitleTwo => null; @@ -10923,7 +10923,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get signedInLabel => 'આમાં સાઇન ઇન કર્યું છે'; @override - String get tabLabelRaw => r'$tabCountમાંથી $tabIndex ટૅબ'; + String get tabLabelRaw => '\$tabCountમાંથી \$tabIndex ટૅબ'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -10986,7 +10986,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'מידע על $applicationName'; + String get aboutListTileTitleRaw => 'מידע על \$applicationName'; @override String get alertDialogLabel => 'התראה'; @@ -11034,7 +11034,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get datePickerHelpText => 'בחירת תאריך'; @override - String get dateRangeEndDateSemanticLabelRaw => r'תאריך סיום: $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'תאריך סיום: \$fullDate'; @override String get dateRangeEndLabel => 'תאריך סיום'; @@ -11043,7 +11043,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'בחירת טווח'; @override - String get dateRangeStartDateSemanticLabelRaw => r'תאריך התחלה: $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'תאריך התחלה: \$fullDate'; @override String get dateRangeStartLabel => 'תאריך התחלה'; @@ -11088,16 +11088,16 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => r'$licenseCount רישיונות'; + String get licensesPackageDetailTextMany => '\$licenseCount רישיונות'; @override String get licensesPackageDetailTextOne => 'רישיון אחד'; @override - String get licensesPackageDetailTextOther => r'$licenseCount רישיונות'; + String get licensesPackageDetailTextOther => '\$licenseCount רישיונות'; @override - String get licensesPackageDetailTextTwo => r'$licenseCount רישיונות'; + String get licensesPackageDetailTextTwo => '\$licenseCount רישיונות'; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -11124,10 +11124,10 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'פתיחה של תפריט הניווט'; @override - String get pageRowsInfoTitleRaw => r'$lastRow–$firstRow מתוך $rowCount'; + String get pageRowsInfoTitleRaw => '\$lastRow–\$firstRow מתוך \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$lastRow–$firstRow מתוך כ-$rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$lastRow–\$firstRow מתוך כ-\$rowCount'; @override String get pasteButtonLabel => 'הדבקה'; @@ -11151,16 +11151,16 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => r'נותרו $remainingCount תווים'; + String get remainingTextFieldCharacterCountMany => 'נותרו \$remainingCount תווים'; @override String get remainingTextFieldCharacterCountOne => 'נותר תו אחד'; @override - String get remainingTextFieldCharacterCountOther => r'נותרו $remainingCount תווים'; + String get remainingTextFieldCharacterCountOther => 'נותרו \$remainingCount תווים'; @override - String get remainingTextFieldCharacterCountTwo => r'נותרו $remainingCount תווים'; + String get remainingTextFieldCharacterCountTwo => 'נותרו \$remainingCount תווים'; @override String get remainingTextFieldCharacterCountZero => 'TBD'; @@ -11205,16 +11205,16 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => r'$selectedRowCount פריטים נבחרו'; + String get selectedRowCountTitleMany => '\$selectedRowCount פריטים נבחרו'; @override String get selectedRowCountTitleOne => 'פריט אחד נבחר'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount פריטים נבחרו'; + String get selectedRowCountTitleOther => '\$selectedRowCount פריטים נבחרו'; @override - String get selectedRowCountTitleTwo => r'$selectedRowCount פריטים נבחרו'; + String get selectedRowCountTitleTwo => '\$selectedRowCount פריטים נבחרו'; @override String get selectedRowCountTitleZero => null; @@ -11229,7 +11229,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get signedInLabel => 'מחובר'; @override - String get tabLabelRaw => r'כרטיסייה $tabIndex מתוך $tabCount'; + String get tabLabelRaw => 'כרטיסייה \$tabIndex מתוך \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -11292,7 +11292,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName के बारे में जानकारी'; + String get aboutListTileTitleRaw => '\$applicationName के बारे में जानकारी'; @override String get alertDialogLabel => 'अलर्ट'; @@ -11340,7 +11340,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get datePickerHelpText => 'तारीख चुनें'; @override - String get dateRangeEndDateSemanticLabelRaw => r'खत्म होने की तारीख $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'खत्म होने की तारीख \$fullDate'; @override String get dateRangeEndLabel => 'खत्म होने की तारीख'; @@ -11349,7 +11349,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'सीमा चुनें'; @override - String get dateRangeStartDateSemanticLabelRaw => r'शुरू होने की तारीख $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'शुरू होने की तारीख \$fullDate'; @override String get dateRangeStartLabel => 'शुरू होने की तारीख'; @@ -11400,7 +11400,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 लाइसेंस'; @override - String get licensesPackageDetailTextOther => r'$licenseCount लाइसेंस'; + String get licensesPackageDetailTextOther => '\$licenseCount लाइसेंस'; @override String get licensesPackageDetailTextTwo => null; @@ -11430,10 +11430,10 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'नेविगेशन मेन्यू खोलें'; @override - String get pageRowsInfoTitleRaw => r'$rowCount का $firstRow–$lastRow'; + String get pageRowsInfoTitleRaw => '\$rowCount का \$firstRow–\$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'$rowCount में से करीब $firstRow–$lastRow'; + String get pageRowsInfoTitleApproximateRaw => '\$rowCount में से करीब \$firstRow–\$lastRow'; @override String get pasteButtonLabel => 'चिपकाएं'; @@ -11463,7 +11463,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'एक वर्ण आैर डाला जा सकता है'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount वर्ण आैर डाले जा सकते हैं'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount वर्ण आैर डाले जा सकते हैं'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -11517,7 +11517,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 चीज़ चुनी गई'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount चीज़ें चुनी गईं'; + String get selectedRowCountTitleOther => '\$selectedRowCount चीज़ें चुनी गईं'; @override String get selectedRowCountTitleTwo => null; @@ -11535,7 +11535,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get signedInLabel => 'साइन इन किया हुआ है'; @override - String get tabLabelRaw => r'$tabCount का टैब $tabIndex'; + String get tabLabelRaw => '\$tabCount का टैब \$tabIndex'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; @@ -11598,7 +11598,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'O aplikaciji $applicationName'; + String get aboutListTileTitleRaw => 'O aplikaciji \$applicationName'; @override String get alertDialogLabel => 'Upozorenje'; @@ -11646,7 +11646,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ODABERITE DATUM'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Datum završetka $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Datum završetka \$fullDate'; @override String get dateRangeEndLabel => 'Datum završetka'; @@ -11655,7 +11655,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ODABERITE RASPON'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Datum početka $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Datum početka \$fullDate'; @override String get dateRangeStartLabel => 'Datum početka'; @@ -11697,7 +11697,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Unesite važeće vrijeme'; @override - String get licensesPackageDetailTextFew => r'$licenseCount licence'; + String get licensesPackageDetailTextFew => '\$licenseCount licence'; @override String get licensesPackageDetailTextMany => null; @@ -11706,7 +11706,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 licenca'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licenci'; + String get licensesPackageDetailTextOther => '\$licenseCount licenci'; @override String get licensesPackageDetailTextTwo => null; @@ -11736,10 +11736,10 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Otvaranje izbornika za navigaciju'; @override - String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow od $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow – \$lastRow od \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow od otprilike $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow – \$lastRow od otprilike \$rowCount'; @override String get pasteButtonLabel => 'Zalijepi'; @@ -11760,7 +11760,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Osvježi'; @override - String get remainingTextFieldCharacterCountFew => r'Preostala su $remainingCount znaka'; + String get remainingTextFieldCharacterCountFew => 'Preostala su \$remainingCount znaka'; @override String get remainingTextFieldCharacterCountMany => null; @@ -11769,7 +11769,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Preostao je 1 znak'; @override - String get remainingTextFieldCharacterCountOther => r'Preostalo je $remainingCount znakova'; + String get remainingTextFieldCharacterCountOther => 'Preostalo je \$remainingCount znakova'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -11814,7 +11814,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Odaberite godinu'; @override - String get selectedRowCountTitleFew => r'Odabrane su $selectedRowCount stavke'; + String get selectedRowCountTitleFew => 'Odabrane su \$selectedRowCount stavke'; @override String get selectedRowCountTitleMany => null; @@ -11823,7 +11823,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Odabrana je jedna stavka'; @override - String get selectedRowCountTitleOther => r'Odabrano je $selectedRowCount stavki'; + String get selectedRowCountTitleOther => 'Odabrano je \$selectedRowCount stavki'; @override String get selectedRowCountTitleTwo => null; @@ -11841,7 +11841,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get signedInLabel => 'Prijavljeni korisnik'; @override - String get tabLabelRaw => r'Kartica $tabIndex od $tabCount'; + String get tabLabelRaw => 'Kartica \$tabIndex od \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -11904,7 +11904,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'A(z) $applicationName névjegye'; + String get aboutListTileTitleRaw => 'A(z) \$applicationName névjegye'; @override String get alertDialogLabel => 'Értesítés'; @@ -11952,7 +11952,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get datePickerHelpText => 'DÁTUM KIVÁLASZTÁSA'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Befejezés dátuma: $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Befejezés dátuma: \$fullDate'; @override String get dateRangeEndLabel => 'Befejezés dátuma'; @@ -11961,7 +11961,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'TARTOMÁNY KIJELÖLÉSE'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Kezdés dátuma: $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Kezdés dátuma: \$fullDate'; @override String get dateRangeStartLabel => 'Kezdés dátuma'; @@ -12012,7 +12012,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 licenc'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licenc'; + String get licensesPackageDetailTextOther => '\$licenseCount licenc'; @override String get licensesPackageDetailTextTwo => null; @@ -12042,10 +12042,10 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Navigációs menü megnyitása'; @override - String get pageRowsInfoTitleRaw => r'$rowCount/$firstRow–$lastRow.'; + String get pageRowsInfoTitleRaw => '\$rowCount/\$firstRow–\$lastRow.'; @override - String get pageRowsInfoTitleApproximateRaw => r'Körülbelül $rowCount/$firstRow–$lastRow.'; + String get pageRowsInfoTitleApproximateRaw => 'Körülbelül \$rowCount/\$firstRow–\$lastRow.'; @override String get pasteButtonLabel => 'Beillesztés'; @@ -12075,7 +12075,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 karakter maradt'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount karakter maradt'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount karakter maradt'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -12129,7 +12129,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 elem kiválasztva'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount elem kiválasztva'; + String get selectedRowCountTitleOther => '\$selectedRowCount elem kiválasztva'; @override String get selectedRowCountTitleTwo => null; @@ -12147,7 +12147,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get signedInLabel => 'Bejelentkezve'; @override - String get tabLabelRaw => r'$tabCount/$tabIndex. lap'; + String get tabLabelRaw => '\$tabCount/\$tabIndex. lap'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -12210,7 +12210,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName հավելվածի մասին'; + String get aboutListTileTitleRaw => '\$applicationName հավելվածի մասին'; @override String get alertDialogLabel => 'Ծանուցում'; @@ -12258,7 +12258,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ԸՆՏՐԵԼ ԱՄՍԱԹԻՎ'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Ավարտի ամսաթիվը՝ $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Ավարտի ամսաթիվը՝ \$fullDate'; @override String get dateRangeEndLabel => 'Ավարտի ամսաթիվը'; @@ -12267,7 +12267,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ԸՆՏՐԵԼ ԺԱՄԱՆԱԿԱՀԱՏՎԱԾ'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Մեկնարկի ամսաթիվը՝ $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Մեկնարկի ամսաթիվը՝ \$fullDate'; @override String get dateRangeStartLabel => 'Մեկնարկի ամսաթիվը'; @@ -12318,7 +12318,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 լիցենզիա'; @override - String get licensesPackageDetailTextOther => r'$licenseCount լիցենզիա'; + String get licensesPackageDetailTextOther => '\$licenseCount լիցենզիա'; @override String get licensesPackageDetailTextTwo => null; @@ -12348,10 +12348,10 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Բացել նավարկման ընտրացանկը'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow $rowCount-ից'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow \$rowCount-ից'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow մոտավորապես $rowCount-ից'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow մոտավորապես \$rowCount-ից'; @override String get pasteButtonLabel => 'Տեղադրել'; @@ -12372,16 +12372,16 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Թարմացնել'; @override - String get remainingTextFieldCharacterCountFew => r'Մնաց $remainingCount նիշ'; + String get remainingTextFieldCharacterCountFew => 'Մնաց \$remainingCount նիշ'; @override - String get remainingTextFieldCharacterCountMany => r'Մնաց $remainingCount նիշ'; + String get remainingTextFieldCharacterCountMany => 'Մնաց \$remainingCount նիշ'; @override String get remainingTextFieldCharacterCountOne => 'Մնացել է 1 նիշ'; @override - String get remainingTextFieldCharacterCountOther => r'Մնացել է $remainingCount նիշ'; + String get remainingTextFieldCharacterCountOther => 'Մնացել է \$remainingCount նիշ'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -12426,16 +12426,16 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Ընտրել տարին'; @override - String get selectedRowCountTitleFew => r'Ընտրված է $selectedRowCount օբյեկտ'; + String get selectedRowCountTitleFew => 'Ընտրված է \$selectedRowCount օբյեկտ'; @override - String get selectedRowCountTitleMany => r'Ընտրված է $selectedRowCount օբյեկտ'; + String get selectedRowCountTitleMany => 'Ընտրված է \$selectedRowCount օբյեկտ'; @override String get selectedRowCountTitleOne => 'Ընտրվել է 1 տարր'; @override - String get selectedRowCountTitleOther => r'Ընտրվել է $selectedRowCount տարր'; + String get selectedRowCountTitleOther => 'Ընտրվել է \$selectedRowCount տարր'; @override String get selectedRowCountTitleTwo => null; @@ -12453,7 +12453,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get signedInLabel => 'Դուք մուտք եք գործել'; @override - String get tabLabelRaw => r'Ներդիր $tabIndex՝ $tabCount-ից'; + String get tabLabelRaw => 'Ներդիր \$tabIndex՝ \$tabCount-ից'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -12516,7 +12516,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Tentang $applicationName'; + String get aboutListTileTitleRaw => 'Tentang \$applicationName'; @override String get alertDialogLabel => 'Notifikasi'; @@ -12564,7 +12564,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get datePickerHelpText => 'PILIH TANGGAL'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Tanggal akhir $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Tanggal akhir \$fullDate'; @override String get dateRangeEndLabel => 'Tanggal Akhir'; @@ -12573,7 +12573,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'PILIH RENTANG'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Tanggal mulai $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Tanggal mulai \$fullDate'; @override String get dateRangeStartLabel => 'Tanggal Mulai'; @@ -12624,7 +12624,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 lisensi'; @override - String get licensesPackageDetailTextOther => r'$licenseCount lisensi'; + String get licensesPackageDetailTextOther => '\$licenseCount lisensi'; @override String get licensesPackageDetailTextTwo => null; @@ -12654,10 +12654,10 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Buka menu navigasi'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow dari $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow dari \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow dari kira-kira $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow dari kira-kira \$rowCount'; @override String get pasteButtonLabel => 'Tempel'; @@ -12687,7 +12687,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Sisa 1 karakter'; @override - String get remainingTextFieldCharacterCountOther => r'Sisa $remainingCount karakter'; + String get remainingTextFieldCharacterCountOther => 'Sisa \$remainingCount karakter'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -12741,7 +12741,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 item dipilih'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount item dipilih'; + String get selectedRowCountTitleOther => '\$selectedRowCount item dipilih'; @override String get selectedRowCountTitleTwo => null; @@ -12759,7 +12759,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get signedInLabel => 'Telah login'; @override - String get tabLabelRaw => r'Tab $tabIndex dari $tabCount'; + String get tabLabelRaw => 'Tab \$tabIndex dari \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -12822,7 +12822,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Um $applicationName'; + String get aboutListTileTitleRaw => 'Um \$applicationName'; @override String get alertDialogLabel => 'Tilkynning'; @@ -12870,7 +12870,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get datePickerHelpText => 'VELJA DAGSETNINGU'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Lokadagur $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Lokadagur \$fullDate'; @override String get dateRangeEndLabel => 'Lokadagur'; @@ -12879,7 +12879,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'VELJA SVIÐ'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Upphafsdagur $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Upphafsdagur \$fullDate'; @override String get dateRangeStartLabel => 'Upphafsdagur'; @@ -12930,7 +12930,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 leyfi'; @override - String get licensesPackageDetailTextOther => r'$licenseCount leyfi'; + String get licensesPackageDetailTextOther => '\$licenseCount leyfi'; @override String get licensesPackageDetailTextTwo => null; @@ -12960,10 +12960,10 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Opna yfirlitsvalmynd'; @override - String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow af $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow – \$lastRow af \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow af um það bil $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow – \$lastRow af um það bil \$rowCount'; @override String get pasteButtonLabel => 'Líma'; @@ -12993,7 +12993,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 stafur eftir'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount stafir eftir'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount stafir eftir'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -13047,7 +13047,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 atriði valið'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount atriði valin'; + String get selectedRowCountTitleOther => '\$selectedRowCount atriði valin'; @override String get selectedRowCountTitleTwo => null; @@ -13065,7 +13065,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get signedInLabel => 'Innskráð(ur)'; @override - String get tabLabelRaw => r'Flipi $tabIndex af $tabCount'; + String get tabLabelRaw => 'Flipi \$tabIndex af \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -13128,7 +13128,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Informazioni su $applicationName'; + String get aboutListTileTitleRaw => 'Informazioni su \$applicationName'; @override String get alertDialogLabel => 'Avviso'; @@ -13176,7 +13176,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get datePickerHelpText => 'SELEZIONA DATA'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Data di fine $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Data di fine \$fullDate'; @override String get dateRangeEndLabel => 'Data di fine'; @@ -13185,7 +13185,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'SELEZIONA INTERVALLO'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Data di inizio $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Data di inizio \$fullDate'; @override String get dateRangeStartLabel => 'Data di inizio'; @@ -13236,7 +13236,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 licenza'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licenze'; + String get licensesPackageDetailTextOther => '\$licenseCount licenze'; @override String get licensesPackageDetailTextTwo => null; @@ -13266,10 +13266,10 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Apri il menu di navigazione'; @override - String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow di $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow-\$lastRow di \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow di circa $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow-\$lastRow di circa \$rowCount'; @override String get pasteButtonLabel => 'Incolla'; @@ -13299,7 +13299,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 carattere rimanente'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount caratteri rimanenti'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount caratteri rimanenti'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -13320,7 +13320,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get reorderItemToEnd => 'Sposta alla fine'; @override - String get reorderItemToStart => "Sposta all'inizio"; + String get reorderItemToStart => 'Sposta all\'inizio'; @override String get reorderItemUp => 'Sposta su'; @@ -13353,7 +13353,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 elemento selezionato'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount elementi selezionati'; + String get selectedRowCountTitleOther => '\$selectedRowCount elementi selezionati'; @override String get selectedRowCountTitleTwo => null; @@ -13371,13 +13371,13 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get signedInLabel => 'Connesso'; @override - String get tabLabelRaw => r'Scheda $tabIndex di $tabCount'; + String get tabLabelRaw => 'Scheda \$tabIndex di \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => "SELEZIONA L'ORA"; + String get timePickerDialHelpText => 'SELEZIONA L\'ORA'; @override String get timePickerHourLabel => 'Ora'; @@ -13386,7 +13386,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Seleziona le ore'; @override - String get timePickerInputHelpText => "INSERISCI L'ORA"; + String get timePickerInputHelpText => 'INSERISCI L\'ORA'; @override String get timePickerMinuteLabel => 'Minuto'; @@ -13434,7 +13434,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName について'; + String get aboutListTileTitleRaw => '\$applicationName について'; @override String get alertDialogLabel => '通知'; @@ -13482,7 +13482,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get datePickerHelpText => '日付の選択'; @override - String get dateRangeEndDateSemanticLabelRaw => r'終了日 $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => '終了日 \$fullDate'; @override String get dateRangeEndLabel => '終了日'; @@ -13491,7 +13491,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => '期間の選択'; @override - String get dateRangeStartDateSemanticLabelRaw => r'開始日 $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => '開始日 \$fullDate'; @override String get dateRangeStartLabel => '開始日'; @@ -13542,7 +13542,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => 'ライセンス: 1 件'; @override - String get licensesPackageDetailTextOther => r'ライセンス: $licenseCount 件'; + String get licensesPackageDetailTextOther => 'ライセンス: \$licenseCount 件'; @override String get licensesPackageDetailTextTwo => null; @@ -13572,10 +13572,10 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'ナビゲーション メニューを開く'; @override - String get pageRowsInfoTitleRaw => r'$firstRow - $lastRow 行(合計 $rowCount 行)'; + String get pageRowsInfoTitleRaw => '\$firstRow - \$lastRow 行(合計 \$rowCount 行)'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow 行(合計約 $rowCount 行)'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow – \$lastRow 行(合計約 \$rowCount 行)'; @override String get pasteButtonLabel => '貼り付け'; @@ -13605,7 +13605,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '残り 1 文字(半角相当)'; @override - String get remainingTextFieldCharacterCountOther => r'残り $remainingCount 文字(半角相当)'; + String get remainingTextFieldCharacterCountOther => '残り \$remainingCount 文字(半角相当)'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -13659,7 +13659,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 件のアイテムを選択中'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount 件のアイテムを選択中'; + String get selectedRowCountTitleOther => '\$selectedRowCount 件のアイテムを選択中'; @override String get selectedRowCountTitleTwo => null; @@ -13677,7 +13677,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get signedInLabel => 'ログイン中'; @override - String get tabLabelRaw => r'タブ: $tabIndex/$tabCount'; + String get tabLabelRaw => 'タブ: \$tabIndex/\$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -13740,7 +13740,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName-ის შესახებ'; + String get aboutListTileTitleRaw => '\$applicationName-ის შესახებ'; @override String get alertDialogLabel => 'გაფრთხილება'; @@ -13788,7 +13788,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get datePickerHelpText => 'აირჩიეთ თარიღი'; @override - String get dateRangeEndDateSemanticLabelRaw => r'დასრულების თარიღია $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'დასრულების თარიღია \$fullDate'; @override String get dateRangeEndLabel => 'დასრულების თარიღი'; @@ -13797,7 +13797,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'აირჩიეთ დიაპაზონი'; @override - String get dateRangeStartDateSemanticLabelRaw => r'დაწყების თარიღია $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'დაწყების თარიღია \$fullDate'; @override String get dateRangeStartLabel => 'დაწყების თარიღი'; @@ -13848,7 +13848,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 ლიცენზია'; @override - String get licensesPackageDetailTextOther => r'$licenseCount ლიცენზია'; + String get licensesPackageDetailTextOther => '\$licenseCount ლიცენზია'; @override String get licensesPackageDetailTextTwo => null; @@ -13878,10 +13878,10 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'სანავიგაციო მენიუს გახსნა'; @override - String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow / $rowCount-დან'; + String get pageRowsInfoTitleRaw => '\$firstRow-\$lastRow / \$rowCount-დან'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow / დაახლოებით $rowCount-დან'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow-\$lastRow / დაახლოებით \$rowCount-დან'; @override String get pasteButtonLabel => 'ჩასმა'; @@ -13911,7 +13911,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'დარჩა 1 სიმბოლო'; @override - String get remainingTextFieldCharacterCountOther => r'დარჩა $remainingCount სიმბოლო'; + String get remainingTextFieldCharacterCountOther => 'დარჩა \$remainingCount სიმბოლო'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -13965,7 +13965,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'არჩეულია 1 ერთეული'; @override - String get selectedRowCountTitleOther => r'არჩეულია $selectedRowCount ერთეული'; + String get selectedRowCountTitleOther => 'არჩეულია \$selectedRowCount ერთეული'; @override String get selectedRowCountTitleTwo => null; @@ -13983,7 +13983,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get signedInLabel => 'შესული'; @override - String get tabLabelRaw => r'ჩანართი $tabIndex / $tabCount-დან'; + String get tabLabelRaw => 'ჩანართი \$tabIndex / \$tabCount-დან'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -14046,7 +14046,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName туралы'; + String get aboutListTileTitleRaw => '\$applicationName туралы'; @override String get alertDialogLabel => 'Дабыл'; @@ -14094,7 +14094,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get datePickerHelpText => 'КҮНДІ ТАҢДАУ'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Аяқталу күні $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Аяқталу күні \$fullDate'; @override String get dateRangeEndLabel => 'Аяқталу күні'; @@ -14103,7 +14103,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'АУҚЫМДЫ ТАҢДАУ'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Басталу күні $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Басталу күні \$fullDate'; @override String get dateRangeStartLabel => 'Басталу күні'; @@ -14154,7 +14154,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 лицензия'; @override - String get licensesPackageDetailTextOther => r'$licenseCount лицензия'; + String get licensesPackageDetailTextOther => '\$licenseCount лицензия'; @override String get licensesPackageDetailTextTwo => null; @@ -14184,10 +14184,10 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Навигация мәзірін ашу'; @override - String get pageRowsInfoTitleRaw => r'$rowCount ішінен $firstRow–$lastRow'; + String get pageRowsInfoTitleRaw => '\$rowCount ішінен \$firstRow–\$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'Шамамен $rowCount ішінен $firstRow–$lastRow'; + String get pageRowsInfoTitleApproximateRaw => 'Шамамен \$rowCount ішінен \$firstRow–\$lastRow'; @override String get pasteButtonLabel => 'Қою'; @@ -14217,7 +14217,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 таңба қалды.'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount таңба қалды.'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount таңба қалды.'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -14271,7 +14271,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 элемент таңдалды.'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount элемент таңдалды.'; + String get selectedRowCountTitleOther => '\$selectedRowCount элемент таңдалды.'; @override String get selectedRowCountTitleTwo => null; @@ -14289,7 +14289,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get signedInLabel => 'Есептік жазбаға кірген'; @override - String get tabLabelRaw => r'$tabCount/$tabIndex қойынды'; + String get tabLabelRaw => '\$tabCount/\$tabIndex қойынды'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -14352,7 +14352,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'អំពី $applicationName'; + String get aboutListTileTitleRaw => 'អំពី \$applicationName'; @override String get alertDialogLabel => 'ជូនដំណឹង'; @@ -14400,7 +14400,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ជ្រើសរើស​កាល​បរិច្ឆេទ'; @override - String get dateRangeEndDateSemanticLabelRaw => r'កាលបរិច្ឆេទ​បញ្ចប់ $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'កាលបរិច្ឆេទ​បញ្ចប់ \$fullDate'; @override String get dateRangeEndLabel => 'កាលបរិច្ឆេទ​បញ្ចប់'; @@ -14409,7 +14409,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ជ្រើស​រើស​ចន្លោះ'; @override - String get dateRangeStartDateSemanticLabelRaw => r'កាលបរិច្ឆេទ​ចាប់ផ្ដើម $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'កាលបរិច្ឆេទ​ចាប់ផ្ដើម \$fullDate'; @override String get dateRangeStartLabel => 'កាលបរិច្ឆេទ​ចាប់ផ្ដើម'; @@ -14460,7 +14460,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => 'អាជ្ញាបណ្ណ 1'; @override - String get licensesPackageDetailTextOther => r'អាជ្ញាបណ្ណ $licenseCount'; + String get licensesPackageDetailTextOther => 'អាជ្ញាបណ្ណ \$licenseCount'; @override String get licensesPackageDetailTextTwo => null; @@ -14490,10 +14490,10 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'បើក​ម៉ឺនុយរុករក'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow ក្នុង​ចំណោម​ $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow ក្នុង​ចំណោម​ \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow ក្នុង​ចំណោម​ប្រហែល $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow ក្នុង​ចំណោម​ប្រហែល \$rowCount'; @override String get pasteButtonLabel => 'ដាក់​ចូល'; @@ -14523,7 +14523,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'នៅសល់​ 1 តួ​ទៀត'; @override - String get remainingTextFieldCharacterCountOther => r'នៅសល់ $remainingCount តួ​ទៀត'; + String get remainingTextFieldCharacterCountOther => 'នៅសល់ \$remainingCount តួ​ទៀត'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -14577,7 +14577,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'បាន​ជ្រើស​រើស​ធាតុ 1'; @override - String get selectedRowCountTitleOther => r'បាន​ជ្រើស​រើស​ធាតុ $selectedRowCount'; + String get selectedRowCountTitleOther => 'បាន​ជ្រើស​រើស​ធាតុ \$selectedRowCount'; @override String get selectedRowCountTitleTwo => null; @@ -14595,7 +14595,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get signedInLabel => 'បានចូល​គណនី'; @override - String get tabLabelRaw => r'ផ្ទាំង $tabIndex ក្នុង​ចំណោម​ $tabCount'; + String get tabLabelRaw => 'ផ្ទាំង \$tabIndex ក្នុង​ចំណោម​ \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @@ -14964,7 +14964,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName 정보'; + String get aboutListTileTitleRaw => '\$applicationName 정보'; @override String get alertDialogLabel => '알림'; @@ -15012,7 +15012,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get datePickerHelpText => '날짜 선택'; @override - String get dateRangeEndDateSemanticLabelRaw => r'종료일 $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => '종료일 \$fullDate'; @override String get dateRangeEndLabel => '종료일'; @@ -15021,7 +15021,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => '범위 선택'; @override - String get dateRangeStartDateSemanticLabelRaw => r'시작일 $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => '시작일 \$fullDate'; @override String get dateRangeStartLabel => '시작일'; @@ -15072,7 +15072,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '라이선스 1개'; @override - String get licensesPackageDetailTextOther => r'라이선스 $licenseCount개'; + String get licensesPackageDetailTextOther => '라이선스 \$licenseCount개'; @override String get licensesPackageDetailTextTwo => null; @@ -15102,10 +15102,10 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => '탐색 메뉴 열기'; @override - String get pageRowsInfoTitleRaw => r'$rowCount행 중 $firstRow~$lastRow행'; + String get pageRowsInfoTitleRaw => '\$rowCount행 중 \$firstRow~\$lastRow행'; @override - String get pageRowsInfoTitleApproximateRaw => r'약 $rowCount행 중 $firstRow~$lastRow행'; + String get pageRowsInfoTitleApproximateRaw => '약 \$rowCount행 중 \$firstRow~\$lastRow행'; @override String get pasteButtonLabel => '붙여넣기'; @@ -15135,7 +15135,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1자 남음'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount자 남음'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount자 남음'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -15189,7 +15189,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '항목 1개 선택됨'; @override - String get selectedRowCountTitleOther => r'항목 $selectedRowCount개 선택됨'; + String get selectedRowCountTitleOther => '항목 \$selectedRowCount개 선택됨'; @override String get selectedRowCountTitleTwo => null; @@ -15207,7 +15207,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get signedInLabel => '로그인됨'; @override - String get tabLabelRaw => r'탭 $tabCount개 중 $tabIndex번째'; + String get tabLabelRaw => '탭 \$tabCount개 중 \$tabIndex번째'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; @@ -15270,7 +15270,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName каналы жөнүндө'; + String get aboutListTileTitleRaw => '\$applicationName каналы жөнүндө'; @override String get alertDialogLabel => 'Эскертүү'; @@ -15318,7 +15318,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get datePickerHelpText => 'КҮНДҮ ТАНДОО'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Аяктоо күнү $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Аяктоо күнү \$fullDate'; @override String get dateRangeEndLabel => 'Аяктоо күнү'; @@ -15327,7 +15327,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ДИАПАЗОНДУ ТАНДОО'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Баштоо күнү $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Баштоо күнү \$fullDate'; @override String get dateRangeStartLabel => 'Баштоо күнү'; @@ -15378,7 +15378,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 уруксаттама'; @override - String get licensesPackageDetailTextOther => r'$licenseCount уруксаттама'; + String get licensesPackageDetailTextOther => '\$licenseCount уруксаттама'; @override String get licensesPackageDetailTextTwo => null; @@ -15408,10 +15408,10 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Чабыттоо менюсун ачуу'; @override - String get pageRowsInfoTitleRaw => r'$rowCount ичинен $firstRow–$lastRow'; + String get pageRowsInfoTitleRaw => '\$rowCount ичинен \$firstRow–\$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'Болжол менен $rowCount ичинен $firstRow–$lastRow'; + String get pageRowsInfoTitleApproximateRaw => 'Болжол менен \$rowCount ичинен \$firstRow–\$lastRow'; @override String get pasteButtonLabel => 'Чаптоо'; @@ -15441,7 +15441,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 белги калды'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount белги калды'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount белги калды'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -15495,7 +15495,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 нерсе тандалды'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount нерсе тандалды'; + String get selectedRowCountTitleOther => '\$selectedRowCount нерсе тандалды'; @override String get selectedRowCountTitleTwo => null; @@ -15513,7 +15513,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get signedInLabel => 'Аккаунтуңузга кирдиңиз'; @override - String get tabLabelRaw => r'$tabCount кыналма ичинен $tabIndex'; + String get tabLabelRaw => '\$tabCount кыналма ичинен \$tabIndex'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -15576,7 +15576,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'ກ່ຽວກັບ $applicationName'; + String get aboutListTileTitleRaw => 'ກ່ຽວກັບ \$applicationName'; @override String get alertDialogLabel => 'ການເຕືອນ'; @@ -15624,7 +15624,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ເລືອກວັນທີ'; @override - String get dateRangeEndDateSemanticLabelRaw => r'ວັນທີສິ້ນສຸດ $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'ວັນທີສິ້ນສຸດ \$fullDate'; @override String get dateRangeEndLabel => 'ວັນທີສິ້ນສຸດ'; @@ -15633,7 +15633,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ເລືອກໄລຍະ'; @override - String get dateRangeStartDateSemanticLabelRaw => r'ວັນທີເລີ່ມຕົ້ນ $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'ວັນທີເລີ່ມຕົ້ນ \$fullDate'; @override String get dateRangeStartLabel => 'ວັນທີເລີ່ມຕົ້ນ'; @@ -15684,7 +15684,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 ໃບອະນຸຍາດ'; @override - String get licensesPackageDetailTextOther => r'$licenseCount ໃບອະນຸຍາດ'; + String get licensesPackageDetailTextOther => '\$licenseCount ໃບອະນຸຍາດ'; @override String get licensesPackageDetailTextTwo => null; @@ -15714,10 +15714,10 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'ເປີດເມນູການນຳທາງ'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow ຈາກທັງໝົດ $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow ຈາກທັງໝົດ \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow ຈາກປະມານ $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow ຈາກປະມານ \$rowCount'; @override String get pasteButtonLabel => 'ວາງ'; @@ -15747,7 +15747,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'ຍັງອີກ 1 ຕົວອັກສອນ'; @override - String get remainingTextFieldCharacterCountOther => r'ຍັງອີກ $remainingCount ຕົວອັກສອນ'; + String get remainingTextFieldCharacterCountOther => 'ຍັງອີກ \$remainingCount ຕົວອັກສອນ'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -15801,7 +15801,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'ເລືອກ 1 ລາຍການແລ້ວ'; @override - String get selectedRowCountTitleOther => r'ເລືອກ $selectedRowCount ລາຍການແລ້ວ'; + String get selectedRowCountTitleOther => 'ເລືອກ \$selectedRowCount ລາຍການແລ້ວ'; @override String get selectedRowCountTitleTwo => null; @@ -15819,7 +15819,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get signedInLabel => 'ເຂົ້າສູ່ລະບົບແລ້ວ'; @override - String get tabLabelRaw => r'ແຖບທີ $tabIndex ຈາກທັງໝົດ $tabCount'; + String get tabLabelRaw => 'ແຖບທີ \$tabIndex ຈາກທັງໝົດ \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -15882,7 +15882,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Apie „$applicationName“'; + String get aboutListTileTitleRaw => 'Apie „\$applicationName“'; @override String get alertDialogLabel => 'Įspėjimas'; @@ -15930,7 +15930,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get datePickerHelpText => 'PASIRINKITE DATĄ'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Pabaigos data: $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Pabaigos data: \$fullDate'; @override String get dateRangeEndLabel => 'Pabaigos data'; @@ -15939,7 +15939,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'PASIRINKITE DIAPAZONĄ'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Pradžios data: $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Pradžios data: \$fullDate'; @override String get dateRangeStartLabel => 'Pradžios data'; @@ -15981,16 +15981,16 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Įveskite tinkamą laiką'; @override - String get licensesPackageDetailTextFew => r'$licenseCount licencijos'; + String get licensesPackageDetailTextFew => '\$licenseCount licencijos'; @override - String get licensesPackageDetailTextMany => r'$licenseCount licencijos'; + String get licensesPackageDetailTextMany => '\$licenseCount licencijos'; @override String get licensesPackageDetailTextOne => '1 licencija'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licencijų'; + String get licensesPackageDetailTextOther => '\$licenseCount licencijų'; @override String get licensesPackageDetailTextTwo => null; @@ -16020,10 +16020,10 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Atidaryti naršymo meniu'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow iš $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow iš \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow iš maždaug $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow iš maždaug \$rowCount'; @override String get pasteButtonLabel => 'Įklijuoti'; @@ -16044,16 +16044,16 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Atnaujinti'; @override - String get remainingTextFieldCharacterCountFew => r'Liko $remainingCount simboliai'; + String get remainingTextFieldCharacterCountFew => 'Liko \$remainingCount simboliai'; @override - String get remainingTextFieldCharacterCountMany => r'Liko $remainingCount simbolio'; + String get remainingTextFieldCharacterCountMany => 'Liko \$remainingCount simbolio'; @override String get remainingTextFieldCharacterCountOne => 'Liko 1 simbolis'; @override - String get remainingTextFieldCharacterCountOther => r'Liko $remainingCount simbolių'; + String get remainingTextFieldCharacterCountOther => 'Liko \$remainingCount simbolių'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -16098,16 +16098,16 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Pasirinkite metus'; @override - String get selectedRowCountTitleFew => r'Pasirinkti $selectedRowCount elementai'; + String get selectedRowCountTitleFew => 'Pasirinkti \$selectedRowCount elementai'; @override - String get selectedRowCountTitleMany => r'Pasirinkta $selectedRowCount elemento'; + String get selectedRowCountTitleMany => 'Pasirinkta \$selectedRowCount elemento'; @override String get selectedRowCountTitleOne => 'Pasirinktas 1 elementas'; @override - String get selectedRowCountTitleOther => r'Pasirinkta $selectedRowCount elementų'; + String get selectedRowCountTitleOther => 'Pasirinkta \$selectedRowCount elementų'; @override String get selectedRowCountTitleTwo => null; @@ -16125,7 +16125,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get signedInLabel => 'Prisijungta'; @override - String get tabLabelRaw => r'$tabIndex skirtukas iš $tabCount'; + String get tabLabelRaw => '\$tabIndex skirtukas iš \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -16188,7 +16188,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Par $applicationName'; + String get aboutListTileTitleRaw => 'Par \$applicationName'; @override String get alertDialogLabel => 'Brīdinājums'; @@ -16236,7 +16236,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ATLASIET DATUMU'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Beigu datums: $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Beigu datums: \$fullDate'; @override String get dateRangeEndLabel => 'Beigu datums'; @@ -16245,7 +16245,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ATLASIET DIAPAZONU'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Sākuma datums: $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Sākuma datums: \$fullDate'; @override String get dateRangeStartLabel => 'Sākuma datums'; @@ -16296,7 +16296,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 licence'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licences'; + String get licensesPackageDetailTextOther => '\$licenseCount licences'; @override String get licensesPackageDetailTextTwo => null; @@ -16326,10 +16326,10 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Atvērt navigācijas izvēlni'; @override - String get pageRowsInfoTitleRaw => r'$firstRow.–$lastRow. no $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow.–\$lastRow. no \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow.–$lastRow. no aptuveni $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow.–\$lastRow. no aptuveni \$rowCount'; @override String get pasteButtonLabel => 'Ielīmēt'; @@ -16359,7 +16359,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Atlikusi 1 rakstzīme.'; @override - String get remainingTextFieldCharacterCountOther => r'Atlikušas $remainingCount rakstzīmes.'; + String get remainingTextFieldCharacterCountOther => 'Atlikušas \$remainingCount rakstzīmes.'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -16413,7 +16413,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Atlasīts 1 vienums'; @override - String get selectedRowCountTitleOther => r'Atlasīti $selectedRowCount vienumi'; + String get selectedRowCountTitleOther => 'Atlasīti \$selectedRowCount vienumi'; @override String get selectedRowCountTitleTwo => null; @@ -16431,7 +16431,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get signedInLabel => 'Esat pierakstījies'; @override - String get tabLabelRaw => r'$tabIndex. cilne no $tabCount'; + String get tabLabelRaw => '\$tabIndex. cilne no \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -16494,7 +16494,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'За $applicationName'; + String get aboutListTileTitleRaw => 'За \$applicationName'; @override String get alertDialogLabel => 'Предупредување'; @@ -16542,7 +16542,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ИЗБЕРЕТЕ ДАТУМ'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Краен датум $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Краен датум \$fullDate'; @override String get dateRangeEndLabel => 'Краен датум'; @@ -16551,7 +16551,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ИЗБЕРЕТЕ ОПСЕГ'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Датум на започнување $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Датум на започнување \$fullDate'; @override String get dateRangeStartLabel => 'Датум на започнување'; @@ -16602,7 +16602,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 лиценца'; @override - String get licensesPackageDetailTextOther => r'$licenseCount лиценци'; + String get licensesPackageDetailTextOther => '\$licenseCount лиценци'; @override String get licensesPackageDetailTextTwo => null; @@ -16632,10 +16632,10 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Отворете го менито за навигација'; @override - String get pageRowsInfoTitleRaw => r'$firstRow - $lastRow од $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow - \$lastRow од \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow - $lastRow од приближно $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow - \$lastRow од приближно \$rowCount'; @override String get pasteButtonLabel => 'Залепи'; @@ -16665,7 +16665,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Преостанува уште 1 знак'; @override - String get remainingTextFieldCharacterCountOther => r'Преостануваат уште $remainingCount знаци'; + String get remainingTextFieldCharacterCountOther => 'Преостануваат уште \$remainingCount знаци'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -16719,7 +16719,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Избрана е 1 ставка'; @override - String get selectedRowCountTitleOther => r'Избрани се $selectedRowCount ставки'; + String get selectedRowCountTitleOther => 'Избрани се \$selectedRowCount ставки'; @override String get selectedRowCountTitleTwo => null; @@ -16737,7 +16737,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get signedInLabel => 'Најавени сте'; @override - String get tabLabelRaw => r'Картичка $tabIndex од $tabCount'; + String get tabLabelRaw => 'Картичка \$tabIndex од \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -16800,7 +16800,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName എന്നതിനെക്കുറിച്ച്'; + String get aboutListTileTitleRaw => '\$applicationName എന്നതിനെക്കുറിച്ച്'; @override String get alertDialogLabel => 'മുന്നറിയിപ്പ്'; @@ -16848,7 +16848,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get datePickerHelpText => 'തീയതി തിരഞ്ഞെടുക്കുക'; @override - String get dateRangeEndDateSemanticLabelRaw => r'അവസാനിക്കുന്ന തീയതി $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'അവസാനിക്കുന്ന തീയതി \$fullDate'; @override String get dateRangeEndLabel => 'അവസാനിക്കുന്ന തീയതി'; @@ -16857,7 +16857,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ശ്രേണി തിരഞ്ഞെടുക്കുക'; @override - String get dateRangeStartDateSemanticLabelRaw => r'ആരംഭിക്കുന്ന തീയതി $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'ആരംഭിക്കുന്ന തീയതി \$fullDate'; @override String get dateRangeStartLabel => 'ആരംഭിക്കുന്ന തീയതി'; @@ -16908,7 +16908,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => 'ഒരു ലൈസൻസ്'; @override - String get licensesPackageDetailTextOther => r'$licenseCount ലൈസൻസുകൾ'; + String get licensesPackageDetailTextOther => '\$licenseCount ലൈസൻസുകൾ'; @override String get licensesPackageDetailTextTwo => null; @@ -16938,10 +16938,10 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'നാവിഗേഷൻ മെനു തുറക്കുക'; @override - String get pageRowsInfoTitleRaw => r'$rowCount-ൽ $firstRow –$lastRow'; + String get pageRowsInfoTitleRaw => '\$rowCount-ൽ \$firstRow –\$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'ഏകദേശം $rowCount-ൽ $firstRow –$lastRow'; + String get pageRowsInfoTitleApproximateRaw => 'ഏകദേശം \$rowCount-ൽ \$firstRow –\$lastRow'; @override String get pasteButtonLabel => 'ഒട്ടിക്കുക'; @@ -16971,7 +16971,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'ഒരു പ്രതീകം ശേഷിക്കുന്നു'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount പ്രതീകങ്ങൾ ശേഷിക്കുന്നു'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount പ്രതീകങ്ങൾ ശേഷിക്കുന്നു'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -17025,7 +17025,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'ഒരു ഇനം തിരഞ്ഞെടുത്തു'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount ഇനങ്ങൾ തിരഞ്ഞെടുത്തു'; + String get selectedRowCountTitleOther => '\$selectedRowCount ഇനങ്ങൾ തിരഞ്ഞെടുത്തു'; @override String get selectedRowCountTitleTwo => null; @@ -17043,7 +17043,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get signedInLabel => 'സൈൻ ഇൻ ചെയ്‌തു'; @override - String get tabLabelRaw => r'$tabCount-ൽ $tabIndex'; + String get tabLabelRaw => '\$tabCount-ൽ \$tabIndex'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -17106,7 +17106,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName-н тухай'; + String get aboutListTileTitleRaw => '\$applicationName-н тухай'; @override String get alertDialogLabel => 'Сэрэмжлүүлэг'; @@ -17154,7 +17154,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ОГНОО СОНГОХ'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Дуусах огноо $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Дуусах огноо \$fullDate'; @override String get dateRangeEndLabel => 'Дуусах огноо'; @@ -17163,7 +17163,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ИНТЕРВАЛ СОНГОХ'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Эхлэх огноо $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Эхлэх огноо \$fullDate'; @override String get dateRangeStartLabel => 'Эхлэх огноо'; @@ -17214,7 +17214,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 лиценз'; @override - String get licensesPackageDetailTextOther => r'$licenseCount лиценз'; + String get licensesPackageDetailTextOther => '\$licenseCount лиценз'; @override String get licensesPackageDetailTextTwo => null; @@ -17244,10 +17244,10 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Навигацийн цэсийг нээх'; @override - String get pageRowsInfoTitleRaw => r'$rowCount-н $firstRow–$lastRow'; + String get pageRowsInfoTitleRaw => '\$rowCount-н \$firstRow–\$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'Ойролцоогоор $rowCount-н $firstRow–$lastRow'; + String get pageRowsInfoTitleApproximateRaw => 'Ойролцоогоор \$rowCount-н \$firstRow–\$lastRow'; @override String get pasteButtonLabel => 'Буулгах'; @@ -17277,7 +17277,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 тэмдэгт үлдсэн'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount тэмдэгт үлдсэн'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount тэмдэгт үлдсэн'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -17331,7 +17331,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 зүйл сонгосон'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount зүйл сонгосон'; + String get selectedRowCountTitleOther => '\$selectedRowCount зүйл сонгосон'; @override String get selectedRowCountTitleTwo => null; @@ -17349,7 +17349,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get signedInLabel => 'Нэвтэрсэн'; @override - String get tabLabelRaw => r'$tabCount-н $tabIndex-р таб'; + String get tabLabelRaw => '\$tabCount-н \$tabIndex-р таб'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -17412,7 +17412,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName बद्दल'; + String get aboutListTileTitleRaw => '\$applicationName बद्दल'; @override String get alertDialogLabel => 'सूचना'; @@ -17460,7 +17460,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get datePickerHelpText => 'तारीख निवडा'; @override - String get dateRangeEndDateSemanticLabelRaw => r'संपण्याची तारीख $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'संपण्याची तारीख \$fullDate'; @override String get dateRangeEndLabel => 'संपण्याची तारीख'; @@ -17469,7 +17469,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'श्रेणी निवडा'; @override - String get dateRangeStartDateSemanticLabelRaw => r'सुरू होण्याची तारीख $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'सुरू होण्याची तारीख \$fullDate'; @override String get dateRangeStartLabel => 'सुरू होण्याची तारीख'; @@ -17520,7 +17520,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => 'एक परवाना'; @override - String get licensesPackageDetailTextOther => r'$licenseCount परवाने'; + String get licensesPackageDetailTextOther => '\$licenseCount परवाने'; @override String get licensesPackageDetailTextTwo => null; @@ -17550,10 +17550,10 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'नेव्हिगेशन मेनू उघडा'; @override - String get pageRowsInfoTitleRaw => r'$rowCount पैकी $firstRow–$lastRow'; + String get pageRowsInfoTitleRaw => '\$rowCount पैकी \$firstRow–\$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'$rowCount च्या बद्दल $firstRow–$lastRow'; + String get pageRowsInfoTitleApproximateRaw => '\$rowCount च्या बद्दल \$firstRow–\$lastRow'; @override String get pasteButtonLabel => 'पेस्ट करा'; @@ -17583,7 +17583,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'एक वर्ण शिल्लक'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount वर्ण शिल्लक'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount वर्ण शिल्लक'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -17637,7 +17637,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'एक आयटम निवडला'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount आयटम निवडले'; + String get selectedRowCountTitleOther => '\$selectedRowCount आयटम निवडले'; @override String get selectedRowCountTitleTwo => null; @@ -17655,7 +17655,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get signedInLabel => 'साइन इन केले आहे'; @override - String get tabLabelRaw => r'$tabCount पैकी $tabIndex टॅब'; + String get tabLabelRaw => '\$tabCount पैकी \$tabIndex टॅब'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @@ -17718,7 +17718,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Perihal $applicationName'; + String get aboutListTileTitleRaw => 'Perihal \$applicationName'; @override String get alertDialogLabel => 'Makluman'; @@ -17766,7 +17766,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get datePickerHelpText => 'PILIH TARIKH'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Tarikh tamat ialah $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Tarikh tamat ialah \$fullDate'; @override String get dateRangeEndLabel => 'Tarikh Tamat'; @@ -17775,7 +17775,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'PILIH JULAT'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Tarikh mula ialah $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Tarikh mula ialah \$fullDate'; @override String get dateRangeStartLabel => 'Tarikh Mula'; @@ -17826,7 +17826,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 lesen'; @override - String get licensesPackageDetailTextOther => r'$licenseCount lesen'; + String get licensesPackageDetailTextOther => '\$licenseCount lesen'; @override String get licensesPackageDetailTextTwo => null; @@ -17856,10 +17856,10 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Buka menu navigasi'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow dari $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow dari \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow dari kira-kira $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow dari kira-kira \$rowCount'; @override String get pasteButtonLabel => 'Tampal'; @@ -17889,7 +17889,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 aksara lagi'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount aksara lagi'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount aksara lagi'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -17943,7 +17943,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 item dipilih'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount item dipilih'; + String get selectedRowCountTitleOther => '\$selectedRowCount item dipilih'; @override String get selectedRowCountTitleTwo => null; @@ -17961,7 +17961,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get signedInLabel => 'Dilog masuk'; @override - String get tabLabelRaw => r'Tab $tabIndex dari $tabCount'; + String get tabLabelRaw => 'Tab \$tabIndex dari \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @@ -18024,7 +18024,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName အကြောင်း'; + String get aboutListTileTitleRaw => '\$applicationName အကြောင်း'; @override String get alertDialogLabel => 'သတိပေးချက်'; @@ -18072,7 +18072,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ရက်စွဲရွေးပါ'; @override - String get dateRangeEndDateSemanticLabelRaw => r'ပြီးဆုံးရက်စွဲ $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'ပြီးဆုံးရက်စွဲ \$fullDate'; @override String get dateRangeEndLabel => 'ပြီးဆုံးရက်စွဲ'; @@ -18081,7 +18081,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'အပိုင်းအခြား ရွေးရန်'; @override - String get dateRangeStartDateSemanticLabelRaw => r'စတင်သည့် ရက်စွဲ $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'စတင်သည့် ရက်စွဲ \$fullDate'; @override String get dateRangeStartLabel => 'စတင်သည့် ရက်စွဲ'; @@ -18132,7 +18132,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => 'လိုင်စင် 1 ခု'; @override - String get licensesPackageDetailTextOther => r'လိုင်စင် $licenseCount ခု'; + String get licensesPackageDetailTextOther => 'လိုင်စင် \$licenseCount ခု'; @override String get licensesPackageDetailTextTwo => null; @@ -18162,10 +18162,10 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'လမ်းညွှန်မီနူးကို ဖွင့်ရန်'; @override - String get pageRowsInfoTitleRaw => r'$rowCount အနက် $firstRow–$lastRow'; + String get pageRowsInfoTitleRaw => '\$rowCount အနက် \$firstRow–\$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'$rowCount ခန့်မှ $firstRow–$lastRow'; + String get pageRowsInfoTitleApproximateRaw => '\$rowCount ခန့်မှ \$firstRow–\$lastRow'; @override String get pasteButtonLabel => 'ကူးထည့်ရန်'; @@ -18195,7 +18195,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'အက္ခရာ ၁ လုံးကျန်သည်'; @override - String get remainingTextFieldCharacterCountOther => r'အက္ခရာ $remainingCount လုံးကျန်သည်'; + String get remainingTextFieldCharacterCountOther => 'အက္ခရာ \$remainingCount လုံးကျန်သည်'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -18249,7 +18249,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '၁ ခု ရွေးထားသည်'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount ခု ရွေးထားသည်'; + String get selectedRowCountTitleOther => '\$selectedRowCount ခု ရွေးထားသည်'; @override String get selectedRowCountTitleTwo => null; @@ -18267,7 +18267,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get signedInLabel => 'လက်မှတ်ထိုး ဝင်ထားသည်'; @override - String get tabLabelRaw => r'တဘ် $tabCount အနက် $tabIndex ခု'; + String get tabLabelRaw => 'တဘ် \$tabCount အနက် \$tabIndex ခု'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -18330,7 +18330,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Om $applicationName'; + String get aboutListTileTitleRaw => 'Om \$applicationName'; @override String get alertDialogLabel => 'Varsel'; @@ -18378,7 +18378,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get datePickerHelpText => 'VELG DATOEN'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Sluttdato $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Sluttdato \$fullDate'; @override String get dateRangeEndLabel => 'Sluttdato'; @@ -18387,7 +18387,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'VELG PERIODEN'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Startdato $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Startdato \$fullDate'; @override String get dateRangeStartLabel => 'Startdato'; @@ -18438,7 +18438,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 lisens'; @override - String get licensesPackageDetailTextOther => r'$licenseCount lisenser'; + String get licensesPackageDetailTextOther => '\$licenseCount lisenser'; @override String get licensesPackageDetailTextTwo => null; @@ -18468,10 +18468,10 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Åpne navigasjonsmenyen'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow av $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow av \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow av omtrent $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow av omtrent \$rowCount'; @override String get pasteButtonLabel => 'Lim inn'; @@ -18501,7 +18501,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 tegn gjenstår'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount tegn gjenstår'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount tegn gjenstår'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -18555,7 +18555,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 element er valgt'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount elementer er valgt'; + String get selectedRowCountTitleOther => '\$selectedRowCount elementer er valgt'; @override String get selectedRowCountTitleTwo => null; @@ -18573,7 +18573,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get signedInLabel => 'Pålogget'; @override - String get tabLabelRaw => r'Fane $tabIndex av $tabCount'; + String get tabLabelRaw => 'Fane \$tabIndex av \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -18636,7 +18636,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName बारे'; + String get aboutListTileTitleRaw => '\$applicationName बारे'; @override String get alertDialogLabel => 'अलर्ट'; @@ -18684,7 +18684,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get datePickerHelpText => 'मिति चयन गर्नुहोस्'; @override - String get dateRangeEndDateSemanticLabelRaw => r'समाप्त हुने मिति $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'समाप्त हुने मिति \$fullDate'; @override String get dateRangeEndLabel => 'समाप्त हुने मिति'; @@ -18693,7 +18693,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'दायरा चयन गर्नुहोस्'; @override - String get dateRangeStartDateSemanticLabelRaw => r'सुरु हुने मिति $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'सुरु हुने मिति \$fullDate'; @override String get dateRangeStartLabel => 'सुरु हुने मिति'; @@ -18744,7 +18744,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => 'एउटा इजाजतपत्र'; @override - String get licensesPackageDetailTextOther => r'$licenseCount वटा इजाजतपत्र'; + String get licensesPackageDetailTextOther => '\$licenseCount वटा इजाजतपत्र'; @override String get licensesPackageDetailTextTwo => null; @@ -18774,10 +18774,10 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'नेभिगेसन मेनु खोल्नुहोस्'; @override - String get pageRowsInfoTitleRaw => r'$rowCount मध्ये $firstRow–$lastRow'; + String get pageRowsInfoTitleRaw => '\$rowCount मध्ये \$firstRow–\$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'लगभग $rowCount को $firstRow–$lastRow'; + String get pageRowsInfoTitleApproximateRaw => 'लगभग \$rowCount को \$firstRow–\$lastRow'; @override String get pasteButtonLabel => 'टाँस्नुहोस्'; @@ -18807,7 +18807,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '१ वर्ण बाँकी'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount वर्णहरू बाँकी'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount वर्णहरू बाँकी'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -18861,7 +18861,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '१ वस्तु चयन गरियो'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount वस्तुहरू चयन गरिए'; + String get selectedRowCountTitleOther => '\$selectedRowCount वस्तुहरू चयन गरिए'; @override String get selectedRowCountTitleTwo => null; @@ -18879,7 +18879,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get signedInLabel => 'साइन इन गरियो'; @override - String get tabLabelRaw => r'$tabCount मध्ये $tabIndex ट्याब'; + String get tabLabelRaw => '\$tabCount मध्ये \$tabIndex ट्याब'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -18942,7 +18942,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Over $applicationName'; + String get aboutListTileTitleRaw => 'Over \$applicationName'; @override String get alertDialogLabel => 'Melding'; @@ -18990,7 +18990,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get datePickerHelpText => 'DATUM SELECTEREN'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Einddatum $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Einddatum \$fullDate'; @override String get dateRangeEndLabel => 'Einddatum'; @@ -18999,7 +18999,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'PERIODE SELECTEREN'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Startdatum $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Startdatum \$fullDate'; @override String get dateRangeStartLabel => 'Startdatum'; @@ -19050,7 +19050,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 licentie'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licenties'; + String get licensesPackageDetailTextOther => '\$licenseCount licenties'; @override String get licensesPackageDetailTextTwo => null; @@ -19080,10 +19080,10 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Navigatiemenu openen'; @override - String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow van $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow-\$lastRow van \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow van ongeveer $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow-\$lastRow van ongeveer \$rowCount'; @override String get pasteButtonLabel => 'Plakken'; @@ -19113,7 +19113,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 teken resterend'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount tekens resterend'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount tekens resterend'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -19167,7 +19167,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 item geselecteerd'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount items geselecteerd'; + String get selectedRowCountTitleOther => '\$selectedRowCount items geselecteerd'; @override String get selectedRowCountTitleTwo => null; @@ -19185,7 +19185,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get signedInLabel => 'Ingelogd'; @override - String get tabLabelRaw => r'Tabblad $tabIndex van $tabCount'; + String get tabLabelRaw => 'Tabblad \$tabIndex van \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -19248,7 +19248,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Om $applicationName'; + String get aboutListTileTitleRaw => 'Om \$applicationName'; @override String get alertDialogLabel => 'Varsel'; @@ -19296,7 +19296,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get datePickerHelpText => 'VELG DATOEN'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Sluttdato $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Sluttdato \$fullDate'; @override String get dateRangeEndLabel => 'Sluttdato'; @@ -19305,7 +19305,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'VELG PERIODEN'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Startdato $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Startdato \$fullDate'; @override String get dateRangeStartLabel => 'Startdato'; @@ -19356,7 +19356,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 lisens'; @override - String get licensesPackageDetailTextOther => r'$licenseCount lisenser'; + String get licensesPackageDetailTextOther => '\$licenseCount lisenser'; @override String get licensesPackageDetailTextTwo => null; @@ -19386,10 +19386,10 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Åpne navigasjonsmenyen'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow av $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow av \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow av omtrent $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow av omtrent \$rowCount'; @override String get pasteButtonLabel => 'Lim inn'; @@ -19419,7 +19419,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 tegn gjenstår'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount tegn gjenstår'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount tegn gjenstår'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -19473,7 +19473,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 element er valgt'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount elementer er valgt'; + String get selectedRowCountTitleOther => '\$selectedRowCount elementer er valgt'; @override String get selectedRowCountTitleTwo => null; @@ -19491,7 +19491,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get signedInLabel => 'Pålogget'; @override - String get tabLabelRaw => r'Fane $tabIndex av $tabCount'; + String get tabLabelRaw => 'Fane \$tabIndex av \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -19554,7 +19554,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName ବିଷୟରେ'; + String get aboutListTileTitleRaw => '\$applicationName ବିଷୟରେ'; @override String get alertDialogLabel => 'ଆଲର୍ଟ'; @@ -19602,7 +19602,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ତାରିଖ ଚୟନ କରନ୍ତୁ'; @override - String get dateRangeEndDateSemanticLabelRaw => r'ଶେଷ ତାରିଖ $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'ଶେଷ ତାରିଖ \$fullDate'; @override String get dateRangeEndLabel => 'ଶେଷ ତାରିଖ'; @@ -19611,7 +19611,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ସୀମା ଚୟନ କରନ୍ତୁ'; @override - String get dateRangeStartDateSemanticLabelRaw => r'ଆରମ୍ଭ ତାରିଖ $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'ଆରମ୍ଭ ତାରିଖ \$fullDate'; @override String get dateRangeStartLabel => 'ଆରମ୍ଭ ତାରିଖ'; @@ -19662,7 +19662,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1ଟି ଲାଇସେନ୍ସ'; @override - String get licensesPackageDetailTextOther => r'$licenseCountଟି ଲାଇସେନ୍ସ'; + String get licensesPackageDetailTextOther => '\$licenseCountଟି ଲାଇସେନ୍ସ'; @override String get licensesPackageDetailTextTwo => null; @@ -19692,10 +19692,10 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'ନାଭିଗେସନ୍ ମେନୁ ଖୋଲନ୍ତୁ'; @override - String get pageRowsInfoTitleRaw => r'$rowCountର $firstRow–$lastRow'; + String get pageRowsInfoTitleRaw => '\$rowCountର \$firstRow–\$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'ପାଖାପାଖି $rowCountର $firstRow–$lastRow'; + String get pageRowsInfoTitleApproximateRaw => 'ପାଖାପାଖି \$rowCountର \$firstRow–\$lastRow'; @override String get pasteButtonLabel => 'ପେଷ୍ଟ କରନ୍ତୁ'; @@ -19725,7 +19725,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1ଟି ଅକ୍ଷର ବାକି ଅଛି'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCountଟି ଅକ୍ଷର ବାକି ଅଛି'; + String get remainingTextFieldCharacterCountOther => '\$remainingCountଟି ଅକ୍ଷର ବାକି ଅଛି'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -19779,7 +19779,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1ଟି ଆଇଟମ୍ ଚୟନ କରାଯାଇଛି'; @override - String get selectedRowCountTitleOther => r'$selectedRowCountଟି ଆଇଟମ୍ ଚୟନ କରାଯାଇଛି'; + String get selectedRowCountTitleOther => '\$selectedRowCountଟି ଆଇଟମ୍ ଚୟନ କରାଯାଇଛି'; @override String get selectedRowCountTitleTwo => null; @@ -19797,7 +19797,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get signedInLabel => 'ସାଇନ୍ ଇନ୍ କରାଯାଇଛି'; @override - String get tabLabelRaw => r'$tabCountର $tabIndex ଟାବ୍'; + String get tabLabelRaw => '\$tabCountର \$tabIndex ଟାବ୍'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -19860,7 +19860,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName ਬਾਰੇ'; + String get aboutListTileTitleRaw => '\$applicationName ਬਾਰੇ'; @override String get alertDialogLabel => 'ਸੁਚੇਤਨਾ'; @@ -19872,7 +19872,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get backButtonTooltip => 'ਪਿੱਛੇ'; @override - String get calendarModeButtonLabel => "ਕੈਲੰਡਰ 'ਤੇ ਜਾਓ"; + String get calendarModeButtonLabel => 'ਕੈਲੰਡਰ \'ਤੇ ਜਾਓ'; @override String get cancelButtonLabel => 'ਰੱਦ ਕਰੋ'; @@ -19908,7 +19908,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ਤਾਰੀਖ ਚੁਣੋ'; @override - String get dateRangeEndDateSemanticLabelRaw => r'ਸਮਾਪਤੀ ਦੀ ਤਾਰੀਖ $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'ਸਮਾਪਤੀ ਦੀ ਤਾਰੀਖ \$fullDate'; @override String get dateRangeEndLabel => 'ਸਮਾਪਤੀ ਦੀ ਤਾਰੀਖ'; @@ -19917,7 +19917,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ਰੇਂਜ ਚੁਣੋ'; @override - String get dateRangeStartDateSemanticLabelRaw => r'ਸ਼ੁਰੂਆਤੀ ਤਾਰੀਖ $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'ਸ਼ੁਰੂਆਤੀ ਤਾਰੀਖ \$fullDate'; @override String get dateRangeStartLabel => 'ਸ਼ੁਰੂਆਤੀ ਤਾਰੀਖ'; @@ -19929,7 +19929,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'ਮਿਟਾਓ'; @override - String get dialModeButtonLabel => "ਡਾਇਲ ਚੋਣਕਾਰ ਮੋਡ 'ਤੇ ਜਾਓ"; + String get dialModeButtonLabel => 'ਡਾਇਲ ਚੋਣਕਾਰ ਮੋਡ \'ਤੇ ਜਾਓ'; @override String get dialogLabel => 'ਵਿੰਡੋ'; @@ -19944,10 +19944,10 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'ਖਾਤੇ ਲੁਕਾਓ'; @override - String get inputDateModeButtonLabel => "ਇਨਪੁੱਟ 'ਤੇ ਜਾਓ"; + String get inputDateModeButtonLabel => 'ਇਨਪੁੱਟ \'ਤੇ ਜਾਓ'; @override - String get inputTimeModeButtonLabel => "ਲਿਖਤ ਇਨਪੁੱਟ ਮੋਡ 'ਤੇ ਜਾਓ"; + String get inputTimeModeButtonLabel => 'ਲਿਖਤ ਇਨਪੁੱਟ ਮੋਡ \'ਤੇ ਜਾਓ'; @override String get invalidDateFormatLabel => 'ਅਵੈਧ ਫਾਰਮੈਟ।'; @@ -19968,7 +19968,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 ਲਾਇਸੰਸ'; @override - String get licensesPackageDetailTextOther => r'$licenseCount ਲਾਇਸੰਸ'; + String get licensesPackageDetailTextOther => '\$licenseCount ਲਾਇਸੰਸ'; @override String get licensesPackageDetailTextTwo => null; @@ -19998,10 +19998,10 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'ਨੈਵੀਗੇਸ਼ਨ ਮੀਨੂ ਖੋਲ੍ਹੋ'; @override - String get pageRowsInfoTitleRaw => r'$rowCount ਵਿੱਚੋਂ $firstRow–$lastRow'; + String get pageRowsInfoTitleRaw => '\$rowCount ਵਿੱਚੋਂ \$firstRow–\$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'ਲਗਭਗ $rowCount ਵਿੱਚੋਂ $firstRow–$lastRow'; + String get pageRowsInfoTitleApproximateRaw => 'ਲਗਭਗ \$rowCount ਵਿੱਚੋਂ \$firstRow–\$lastRow'; @override String get pasteButtonLabel => 'ਪੇਸਟ ਕਰੋ'; @@ -20031,7 +20031,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 ਅੱਖਰ-ਚਿੰਨ੍ਹ ਬਾਕੀ'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount ਅੱਖਰ-ਚਿੰਨ੍ਹ ਬਾਕੀ'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount ਅੱਖਰ-ਚਿੰਨ੍ਹ ਬਾਕੀ'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -20058,7 +20058,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get reorderItemUp => 'ਉੱਪਰ ਲਿਜਾਓ'; @override - String get rowsPerPageTitle => "ਹਰ ਪੰਨੇ 'ਤੇ ਕਤਾਰਾਂ:"; + String get rowsPerPageTitle => 'ਹਰ ਪੰਨੇ \'ਤੇ ਕਤਾਰਾਂ:'; @override String get saveButtonLabel => 'ਰੱਖਿਅਤ ਕਰੋ'; @@ -20085,7 +20085,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 ਆਈਟਮ ਚੁਣੀ ਗਈ'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount ਆਈਟਮਾਂ ਚੁਣੀਆਂ ਗਈਆਂ'; + String get selectedRowCountTitleOther => '\$selectedRowCount ਆਈਟਮਾਂ ਚੁਣੀਆਂ ਗਈਆਂ'; @override String get selectedRowCountTitleTwo => null; @@ -20103,7 +20103,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get signedInLabel => 'ਸਾਈਨ-ਇਨ ਕੀਤਾ ਗਿਆ'; @override - String get tabLabelRaw => r'$tabCount ਵਿੱਚੋਂ $tabIndex ਟੈਬ'; + String get tabLabelRaw => '\$tabCount ਵਿੱਚੋਂ \$tabIndex ਟੈਬ'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -20166,7 +20166,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName – informacje'; + String get aboutListTileTitleRaw => '\$applicationName – informacje'; @override String get alertDialogLabel => 'Alert'; @@ -20214,7 +20214,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get datePickerHelpText => 'WYBIERZ DATĘ'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Data zakończenia: $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Data zakończenia: \$fullDate'; @override String get dateRangeEndLabel => 'Data zakończenia'; @@ -20223,7 +20223,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'WYBIERZ ZAKRES'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Data rozpoczęcia: $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Data rozpoczęcia: \$fullDate'; @override String get dateRangeStartLabel => 'Data rozpoczęcia'; @@ -20265,16 +20265,16 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Wpisz prawidłową godzinę'; @override - String get licensesPackageDetailTextFew => r'$licenseCount licencje'; + String get licensesPackageDetailTextFew => '\$licenseCount licencje'; @override - String get licensesPackageDetailTextMany => r'$licenseCount licencji'; + String get licensesPackageDetailTextMany => '\$licenseCount licencji'; @override String get licensesPackageDetailTextOne => '1 licencja'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licencji'; + String get licensesPackageDetailTextOther => '\$licenseCount licencji'; @override String get licensesPackageDetailTextTwo => null; @@ -20304,10 +20304,10 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Otwórz menu nawigacyjne'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow z $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow z \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow z około $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow z około \$rowCount'; @override String get pasteButtonLabel => 'Wklej'; @@ -20328,16 +20328,16 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Odśwież'; @override - String get remainingTextFieldCharacterCountFew => r'Pozostały $remainingCount znaki'; + String get remainingTextFieldCharacterCountFew => 'Pozostały \$remainingCount znaki'; @override - String get remainingTextFieldCharacterCountMany => r'Pozostało $remainingCount znaków'; + String get remainingTextFieldCharacterCountMany => 'Pozostało \$remainingCount znaków'; @override String get remainingTextFieldCharacterCountOne => 'Jeszcze 1 znak'; @override - String get remainingTextFieldCharacterCountOther => r'Pozostało $remainingCount znaków'; + String get remainingTextFieldCharacterCountOther => 'Pozostało \$remainingCount znaków'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -20382,16 +20382,16 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Wybierz rok'; @override - String get selectedRowCountTitleFew => r'$selectedRowCount wybrane elementy'; + String get selectedRowCountTitleFew => '\$selectedRowCount wybrane elementy'; @override - String get selectedRowCountTitleMany => r'$selectedRowCount wybranych elementów'; + String get selectedRowCountTitleMany => '\$selectedRowCount wybranych elementów'; @override String get selectedRowCountTitleOne => '1 wybrany element'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount wybranych elementów'; + String get selectedRowCountTitleOther => '\$selectedRowCount wybranych elementów'; @override String get selectedRowCountTitleTwo => null; @@ -20409,7 +20409,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get signedInLabel => 'Zalogowani użytkownicy'; @override - String get tabLabelRaw => r'Karta $tabIndex z $tabCount'; + String get tabLabelRaw => 'Karta \$tabIndex z \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -20472,7 +20472,7 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'د $applicationName په اړه'; + String get aboutListTileTitleRaw => 'د \$applicationName په اړه'; @override String get alertDialogLabel => 'خبرتیا'; @@ -20520,7 +20520,7 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { String get datePickerHelpText => 'SELECT DATE'; @override - String get dateRangeEndDateSemanticLabelRaw => r'End date $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; @override String get dateRangeEndLabel => 'End Date'; @@ -20529,7 +20529,7 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'SELECT RANGE'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Start date $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; @override String get dateRangeStartLabel => 'Start Date'; @@ -20580,7 +20580,7 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 license'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licenses'; + String get licensesPackageDetailTextOther => '\$licenseCount licenses'; @override String get licensesPackageDetailTextTwo => null; @@ -20610,10 +20610,10 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'د پرانیستی نیینګ مینو'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow د $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow د \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow څخه $rowCount د'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow څخه \$rowCount د'; @override String get pasteButtonLabel => 'پیټ کړئ'; @@ -20643,7 +20643,7 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 character remaining'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount characters remaining'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount characters remaining'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -20697,7 +20697,7 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => null; @override - String get selectedRowCountTitleOther => r'$selectedRowCount توکي غوره شوي'; + String get selectedRowCountTitleOther => '\$selectedRowCount توکي غوره شوي'; @override String get selectedRowCountTitleTwo => null; @@ -20715,7 +20715,7 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { String get signedInLabel => 'ننوتل'; @override - String get tabLabelRaw => r'$tabIndex د $tabCount'; + String get tabLabelRaw => '\$tabIndex د \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -20778,7 +20778,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Sobre o app $applicationName'; + String get aboutListTileTitleRaw => 'Sobre o app \$applicationName'; @override String get alertDialogLabel => 'Alerta'; @@ -20826,7 +20826,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get datePickerHelpText => 'SELECIONAR DATA'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Data de término $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Data de término \$fullDate'; @override String get dateRangeEndLabel => 'Data de término'; @@ -20835,7 +20835,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'SELECIONAR INTERVALO'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Data de início $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Data de início \$fullDate'; @override String get dateRangeStartLabel => 'Data de início'; @@ -20886,7 +20886,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 licença'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licenças'; + String get licensesPackageDetailTextOther => '\$licenseCount licenças'; @override String get licensesPackageDetailTextTwo => null; @@ -20916,10 +20916,10 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Abrir menu de navegação'; @override - String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow – \$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow de aproximadamente $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow – \$lastRow de aproximadamente \$rowCount'; @override String get pasteButtonLabel => 'Colar'; @@ -20949,7 +20949,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 caractere restante'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount caracteres restantes'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount caracteres restantes'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -21003,7 +21003,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 item selecionado'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount itens selecionados'; + String get selectedRowCountTitleOther => '\$selectedRowCount itens selecionados'; @override String get selectedRowCountTitleTwo => null; @@ -21021,7 +21021,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get signedInLabel => 'Conectado a'; @override - String get tabLabelRaw => r'Guia $tabIndex de $tabCount'; + String get tabLabelRaw => 'Guia \$tabIndex de \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -21111,10 +21111,10 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { String get dateOutOfRangeLabel => 'Fora do intervalo.'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Data de conclusão: $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Data de conclusão: \$fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Data de início: $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Data de início: \$fullDate'; @override String get dateRangeEndLabel => 'Data de conclusão'; @@ -21129,7 +21129,7 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { String get selectYearSemanticsLabel => 'Selecionar ano'; @override - String get tabLabelRaw => r'Separador $tabIndex de $tabCount'; + String get tabLabelRaw => 'Separador \$tabIndex de \$tabCount'; @override String get signedInLabel => 'Com sessão iniciada'; @@ -21150,13 +21150,13 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { String get nextPageTooltip => 'Página seguinte'; @override - String get aboutListTileTitleRaw => r'Acerca de $applicationName'; + String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; @override - String get pageRowsInfoTitleRaw => r'$firstRow a $lastRow de $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow a \$lastRow de \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow a $lastRow de cerca de $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow a \$lastRow de cerca de \$rowCount'; @override String get okButtonLabel => 'OK'; @@ -21177,7 +21177,7 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { String get remainingTextFieldCharacterCountOne => 'Resta 1 caráter'; @override - String get remainingTextFieldCharacterCountOther => r'Restam $remainingCount carateres'; + String get remainingTextFieldCharacterCountOther => 'Restam \$remainingCount carateres'; } /// The translations for Romanian Moldavian Moldovan (`ro`). @@ -21210,7 +21210,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Despre $applicationName'; + String get aboutListTileTitleRaw => 'Despre \$applicationName'; @override String get alertDialogLabel => 'Alertă'; @@ -21258,7 +21258,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get datePickerHelpText => 'SELECTAȚI DATA'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Data de încheiere: $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Data de încheiere: \$fullDate'; @override String get dateRangeEndLabel => 'Data de încheiere'; @@ -21267,7 +21267,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'SELECTAȚI UN INTERVAL'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Data de începere: $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Data de începere: \$fullDate'; @override String get dateRangeStartLabel => 'Data de începere'; @@ -21309,7 +21309,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Introduceți o oră validă'; @override - String get licensesPackageDetailTextFew => r'$licenseCount licențe'; + String get licensesPackageDetailTextFew => '\$licenseCount licențe'; @override String get licensesPackageDetailTextMany => null; @@ -21318,7 +21318,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => 'O licență'; @override - String get licensesPackageDetailTextOther => r'$licenseCount de licențe'; + String get licensesPackageDetailTextOther => '\$licenseCount de licențe'; @override String get licensesPackageDetailTextTwo => null; @@ -21348,10 +21348,10 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Deschideți meniul de navigare'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow din $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow din \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow din aproximativ $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow din aproximativ \$rowCount'; @override String get pasteButtonLabel => 'Inserați'; @@ -21372,7 +21372,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Actualizați'; @override - String get remainingTextFieldCharacterCountFew => r'$remainingCount caractere rămase'; + String get remainingTextFieldCharacterCountFew => '\$remainingCount caractere rămase'; @override String get remainingTextFieldCharacterCountMany => null; @@ -21381,7 +21381,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'un caracter rămas'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount de caractere rămase'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount de caractere rămase'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -21426,7 +21426,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Selectați anul'; @override - String get selectedRowCountTitleFew => r'$selectedRowCount articole selectate'; + String get selectedRowCountTitleFew => '\$selectedRowCount articole selectate'; @override String get selectedRowCountTitleMany => null; @@ -21435,7 +21435,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Un articol selectat'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount de articole selectate'; + String get selectedRowCountTitleOther => '\$selectedRowCount de articole selectate'; @override String get selectedRowCountTitleTwo => null; @@ -21453,7 +21453,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get signedInLabel => 'V-ați conectat'; @override - String get tabLabelRaw => r'Fila $tabIndex din $tabCount'; + String get tabLabelRaw => 'Fila \$tabIndex din \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -21516,7 +21516,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName: сведения'; + String get aboutListTileTitleRaw => '\$applicationName: сведения'; @override String get alertDialogLabel => 'Оповещение'; @@ -21564,7 +21564,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ВЫБЕРИТЕ ДАТУ'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Дата окончания: $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Дата окончания: \$fullDate'; @override String get dateRangeEndLabel => 'Дата окончания'; @@ -21573,7 +21573,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ВЫБЕРИТЕ ДИАПАЗОН ДАТ'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Дата начала: $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Дата начала: \$fullDate'; @override String get dateRangeStartLabel => 'Дата начала'; @@ -21615,16 +21615,16 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Указано недопустимое время.'; @override - String get licensesPackageDetailTextFew => r'$licenseCount лицензии'; + String get licensesPackageDetailTextFew => '\$licenseCount лицензии'; @override - String get licensesPackageDetailTextMany => r'$licenseCount лицензий'; + String get licensesPackageDetailTextMany => '\$licenseCount лицензий'; @override String get licensesPackageDetailTextOne => '1 лицензия'; @override - String get licensesPackageDetailTextOther => r'$licenseCount лицензии'; + String get licensesPackageDetailTextOther => '\$licenseCount лицензии'; @override String get licensesPackageDetailTextTwo => null; @@ -21654,10 +21654,10 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Открыть меню навигации'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow из $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow из \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow из примерно $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow из примерно \$rowCount'; @override String get pasteButtonLabel => 'Вставить'; @@ -21678,16 +21678,16 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Обновление'; @override - String get remainingTextFieldCharacterCountFew => r'Осталось $remainingCount символа'; + String get remainingTextFieldCharacterCountFew => 'Осталось \$remainingCount символа'; @override - String get remainingTextFieldCharacterCountMany => r'Осталось $remainingCount символов'; + String get remainingTextFieldCharacterCountMany => 'Осталось \$remainingCount символов'; @override String get remainingTextFieldCharacterCountOne => 'Остался 1 символ'; @override - String get remainingTextFieldCharacterCountOther => r'Осталось $remainingCount символа'; + String get remainingTextFieldCharacterCountOther => 'Осталось \$remainingCount символа'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -21732,16 +21732,16 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Выберите год'; @override - String get selectedRowCountTitleFew => r'Выбрано $selectedRowCount объекта'; + String get selectedRowCountTitleFew => 'Выбрано \$selectedRowCount объекта'; @override - String get selectedRowCountTitleMany => r'Выбрано $selectedRowCount объектов'; + String get selectedRowCountTitleMany => 'Выбрано \$selectedRowCount объектов'; @override String get selectedRowCountTitleOne => 'Выбран 1 объект'; @override - String get selectedRowCountTitleOther => r'Выбрано $selectedRowCount объекта'; + String get selectedRowCountTitleOther => 'Выбрано \$selectedRowCount объекта'; @override String get selectedRowCountTitleTwo => null; @@ -21759,7 +21759,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get signedInLabel => 'Вход выполнен'; @override - String get tabLabelRaw => r'Вкладка $tabIndex из $tabCount'; + String get tabLabelRaw => 'Вкладка \$tabIndex из \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -21822,7 +21822,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName ගැන'; + String get aboutListTileTitleRaw => '\$applicationName ගැන'; @override String get alertDialogLabel => 'ඇඟවීම'; @@ -21870,7 +21870,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get datePickerHelpText => 'දිනය තෝරන්න'; @override - String get dateRangeEndDateSemanticLabelRaw => r'අවසන් වන දිනය $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'අවසන් වන දිනය \$fullDate'; @override String get dateRangeEndLabel => 'අවසන් වන දිනය'; @@ -21879,7 +21879,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'පරාසය තෝරන්න'; @override - String get dateRangeStartDateSemanticLabelRaw => r'ආරම්භක දිනය $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'ආරම්භක දිනය \$fullDate'; @override String get dateRangeStartLabel => 'ආරම්භක දිනය'; @@ -21930,7 +21930,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => 'බලපත්‍ර 1'; @override - String get licensesPackageDetailTextOther => r'බලපත්‍ර $licenseCount'; + String get licensesPackageDetailTextOther => 'බලපත්‍ර \$licenseCount'; @override String get licensesPackageDetailTextTwo => null; @@ -21960,10 +21960,10 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'සංචාලන මෙනුව විවෘත කරන්න'; @override - String get pageRowsInfoTitleRaw => r'$rowCountන් $firstRow–$lastRow'; + String get pageRowsInfoTitleRaw => '\$rowCountන් \$firstRow–\$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'$rowCountකින් පමණ $firstRow–$lastRow'; + String get pageRowsInfoTitleApproximateRaw => '\$rowCountකින් පමණ \$firstRow–\$lastRow'; @override String get pasteButtonLabel => 'අලවන්න'; @@ -21993,7 +21993,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'අනුලකුණු 1ක් ඉතිරිය'; @override - String get remainingTextFieldCharacterCountOther => r'අනුලකුණු $remainingCountක් ඉතිරිය'; + String get remainingTextFieldCharacterCountOther => 'අනුලකුණු \$remainingCountක් ඉතිරිය'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -22047,7 +22047,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'අයිතම 1ක් තෝරන ලදී'; @override - String get selectedRowCountTitleOther => r'අයිතම $selectedRowCountක් තෝරන ලදී'; + String get selectedRowCountTitleOther => 'අයිතම \$selectedRowCountක් තෝරන ලදී'; @override String get selectedRowCountTitleTwo => null; @@ -22065,7 +22065,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get signedInLabel => 'පුරන ලදී'; @override - String get tabLabelRaw => r'ටැබ $tabIndexකින් $tabCount'; + String get tabLabelRaw => 'ටැබ \$tabIndexකින් \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -22128,7 +22128,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName – informácie'; + String get aboutListTileTitleRaw => '\$applicationName – informácie'; @override String get alertDialogLabel => 'Upozornenie'; @@ -22176,7 +22176,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get datePickerHelpText => 'VYBERTE DÁTUM'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Dátum ukončenia $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Dátum ukončenia \$fullDate'; @override String get dateRangeEndLabel => 'Dátum ukončenia'; @@ -22185,7 +22185,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'VYBERTE ROZSAH'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Dátum začatia $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Dátum začatia \$fullDate'; @override String get dateRangeStartLabel => 'Dátum začatia'; @@ -22227,16 +22227,16 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Zadajte platný čas'; @override - String get licensesPackageDetailTextFew => r'$licenseCount licencie'; + String get licensesPackageDetailTextFew => '\$licenseCount licencie'; @override - String get licensesPackageDetailTextMany => r'$licenseCount licenses'; + String get licensesPackageDetailTextMany => '\$licenseCount licenses'; @override String get licensesPackageDetailTextOne => '1 licencia'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licencií'; + String get licensesPackageDetailTextOther => '\$licenseCount licencií'; @override String get licensesPackageDetailTextTwo => null; @@ -22266,10 +22266,10 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Otvoriť navigačnú ponuku'; @override - String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow z $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow – \$lastRow z \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow z približne $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow – \$lastRow z približne \$rowCount'; @override String get pasteButtonLabel => 'Prilepiť'; @@ -22290,16 +22290,16 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Obnoviť'; @override - String get remainingTextFieldCharacterCountFew => r'Zostávajú $remainingCount znaky'; + String get remainingTextFieldCharacterCountFew => 'Zostávajú \$remainingCount znaky'; @override - String get remainingTextFieldCharacterCountMany => r'$remainingCount characters remaining'; + String get remainingTextFieldCharacterCountMany => '\$remainingCount characters remaining'; @override String get remainingTextFieldCharacterCountOne => 'Zostáva 1 znak'; @override - String get remainingTextFieldCharacterCountOther => r'Zostáva $remainingCount znakov'; + String get remainingTextFieldCharacterCountOther => 'Zostáva \$remainingCount znakov'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -22344,16 +22344,16 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Vyberte rok'; @override - String get selectedRowCountTitleFew => r'$selectedRowCount vybraté položky'; + String get selectedRowCountTitleFew => '\$selectedRowCount vybraté položky'; @override - String get selectedRowCountTitleMany => r'$selectedRowCount items selected'; + String get selectedRowCountTitleMany => '\$selectedRowCount items selected'; @override String get selectedRowCountTitleOne => '1 vybratá položka'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount vybratých položiek'; + String get selectedRowCountTitleOther => '\$selectedRowCount vybratých položiek'; @override String get selectedRowCountTitleTwo => null; @@ -22371,7 +22371,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get signedInLabel => 'Prihlásili ste sa'; @override - String get tabLabelRaw => r'Karta $tabIndex z $tabCount'; + String get tabLabelRaw => 'Karta \$tabIndex z \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -22434,7 +22434,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'O aplikaciji $applicationName'; + String get aboutListTileTitleRaw => 'O aplikaciji \$applicationName'; @override String get alertDialogLabel => 'Opozorilo'; @@ -22482,7 +22482,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get datePickerHelpText => 'IZBIRA DATUMA'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Končni datum $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Končni datum \$fullDate'; @override String get dateRangeEndLabel => 'Končni datum'; @@ -22491,7 +22491,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'IZBIRA OBDOBJA'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Začetni datum $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Začetni datum \$fullDate'; @override String get dateRangeStartLabel => 'Začetni datum'; @@ -22533,7 +22533,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Vnesite veljaven čas'; @override - String get licensesPackageDetailTextFew => r'$licenseCount licence'; + String get licensesPackageDetailTextFew => '\$licenseCount licence'; @override String get licensesPackageDetailTextMany => null; @@ -22542,10 +22542,10 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 licenca'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licenc'; + String get licensesPackageDetailTextOther => '\$licenseCount licenc'; @override - String get licensesPackageDetailTextTwo => r'$licenseCount licenci'; + String get licensesPackageDetailTextTwo => '\$licenseCount licenci'; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -22572,10 +22572,10 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Odpiranje menija za krmarjenje'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow od $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow od \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow od približno $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow od približno \$rowCount'; @override String get pasteButtonLabel => 'Prilepi'; @@ -22596,7 +22596,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Osveži'; @override - String get remainingTextFieldCharacterCountFew => r'Še $remainingCount znaki'; + String get remainingTextFieldCharacterCountFew => 'Še \$remainingCount znaki'; @override String get remainingTextFieldCharacterCountMany => null; @@ -22605,10 +22605,10 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Še 1 znak'; @override - String get remainingTextFieldCharacterCountOther => r'Še $remainingCount znakov'; + String get remainingTextFieldCharacterCountOther => 'Še \$remainingCount znakov'; @override - String get remainingTextFieldCharacterCountTwo => r'Še $remainingCount znaka'; + String get remainingTextFieldCharacterCountTwo => 'Še \$remainingCount znaka'; @override String get remainingTextFieldCharacterCountZero => 'TBD'; @@ -22650,7 +22650,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Izberite leto'; @override - String get selectedRowCountTitleFew => r'Izbrani so $selectedRowCount elementi'; + String get selectedRowCountTitleFew => 'Izbrani so \$selectedRowCount elementi'; @override String get selectedRowCountTitleMany => null; @@ -22659,10 +22659,10 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Izbran je 1 element'; @override - String get selectedRowCountTitleOther => r'Izbranih je $selectedRowCount elementov'; + String get selectedRowCountTitleOther => 'Izbranih je \$selectedRowCount elementov'; @override - String get selectedRowCountTitleTwo => r'Izbrana sta $selectedRowCount elementa'; + String get selectedRowCountTitleTwo => 'Izbrana sta \$selectedRowCount elementa'; @override String get selectedRowCountTitleZero => null; @@ -22677,7 +22677,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get signedInLabel => 'Prijavljen'; @override - String get tabLabelRaw => r'Zavihek $tabIndex od $tabCount'; + String get tabLabelRaw => 'Zavihek \$tabIndex od \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -22740,7 +22740,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Rreth $applicationName'; + String get aboutListTileTitleRaw => 'Rreth \$applicationName'; @override String get alertDialogLabel => 'Sinjalizim'; @@ -22788,7 +22788,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ZGJIDH DATËN'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Data e mbarimit: $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Data e mbarimit: \$fullDate'; @override String get dateRangeEndLabel => 'Data e mbarimit'; @@ -22797,7 +22797,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ZGJIDH GAMËN'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Data e fillimit: $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Data e fillimit: \$fullDate'; @override String get dateRangeStartLabel => 'Data e fillimit'; @@ -22848,7 +22848,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 licencë'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licenca'; + String get licensesPackageDetailTextOther => '\$licenseCount licenca'; @override String get licensesPackageDetailTextTwo => null; @@ -22878,10 +22878,10 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Hap menynë e navigimit'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow nga $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow nga \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow nga rreth $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow nga rreth \$rowCount'; @override String get pasteButtonLabel => 'Ngjit'; @@ -22911,7 +22911,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 karakter i mbetur'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount karaktere të mbetura'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount karaktere të mbetura'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -22965,7 +22965,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'U zgjodh 1 artikull'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount artikuj u zgjodhën'; + String get selectedRowCountTitleOther => '\$selectedRowCount artikuj u zgjodhën'; @override String get selectedRowCountTitleTwo => null; @@ -22983,7 +22983,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get signedInLabel => 'Je identifikuar'; @override - String get tabLabelRaw => r'Skeda $tabIndex nga $tabCount'; + String get tabLabelRaw => 'Skeda \$tabIndex nga \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -23046,7 +23046,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'О апликацији $applicationName'; + String get aboutListTileTitleRaw => 'О апликацији \$applicationName'; @override String get alertDialogLabel => 'Обавештење'; @@ -23094,7 +23094,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ИЗАБЕРИТЕ ДАТУМ'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Датум завршетка: $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Датум завршетка: \$fullDate'; @override String get dateRangeEndLabel => 'Датум завршетка'; @@ -23103,7 +23103,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ИЗАБЕРИТЕ ПЕРИОД'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Датум почетка: $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Датум почетка: \$fullDate'; @override String get dateRangeStartLabel => 'Датум почетка'; @@ -23145,7 +23145,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Унесите важеће време'; @override - String get licensesPackageDetailTextFew => r'$licenseCount лиценце'; + String get licensesPackageDetailTextFew => '\$licenseCount лиценце'; @override String get licensesPackageDetailTextMany => null; @@ -23154,7 +23154,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 лиценца'; @override - String get licensesPackageDetailTextOther => r'$licenseCount лиценци'; + String get licensesPackageDetailTextOther => '\$licenseCount лиценци'; @override String get licensesPackageDetailTextTwo => null; @@ -23184,10 +23184,10 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Отворите мени за навигацију'; @override - String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow oд $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow – \$lastRow oд \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow oд приближно $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow – \$lastRow oд приближно \$rowCount'; @override String get pasteButtonLabel => 'Налепи'; @@ -23208,7 +23208,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Освежи'; @override - String get remainingTextFieldCharacterCountFew => r'Преостала су $remainingCount знака'; + String get remainingTextFieldCharacterCountFew => 'Преостала су \$remainingCount знака'; @override String get remainingTextFieldCharacterCountMany => null; @@ -23217,7 +23217,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Преостао је 1 знак'; @override - String get remainingTextFieldCharacterCountOther => r'Преостало је $remainingCount знакова'; + String get remainingTextFieldCharacterCountOther => 'Преостало је \$remainingCount знакова'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -23262,7 +23262,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Изаберите годину'; @override - String get selectedRowCountTitleFew => r'Изабране су $selectedRowCount ставке'; + String get selectedRowCountTitleFew => 'Изабране су \$selectedRowCount ставке'; @override String get selectedRowCountTitleMany => null; @@ -23271,7 +23271,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Изабрана је 1 ставка'; @override - String get selectedRowCountTitleOther => r'Изабрано је $selectedRowCount ставки'; + String get selectedRowCountTitleOther => 'Изабрано је \$selectedRowCount ставки'; @override String get selectedRowCountTitleTwo => null; @@ -23289,7 +23289,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get signedInLabel => 'Пријављени сте'; @override - String get tabLabelRaw => r'$tabIndex. картица од $tabCount'; + String get tabLabelRaw => '\$tabIndex. картица од \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -23382,7 +23382,7 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { ); @override - String get aboutListTileTitleRaw => r'O aplikaciji $applicationName'; + String get aboutListTileTitleRaw => 'O aplikaciji \$applicationName'; @override String get alertDialogLabel => 'Obaveštenje'; @@ -23430,7 +23430,7 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get datePickerHelpText => 'IZABERITE DATUM'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Datum završetka: $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Datum završetka: \$fullDate'; @override String get dateRangeEndLabel => 'Datum završetka'; @@ -23439,7 +23439,7 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get dateRangePickerHelpText => 'IZABERITE PERIOD'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Datum početka: $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Datum početka: \$fullDate'; @override String get dateRangeStartLabel => 'Datum početka'; @@ -23478,13 +23478,13 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get invalidTimeLabel => 'Unesite važeće vreme'; @override - String get licensesPackageDetailTextFew => r'$licenseCount licence'; + String get licensesPackageDetailTextFew => '\$licenseCount licence'; @override String get licensesPackageDetailTextOne => '1 licenca'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licenci'; + String get licensesPackageDetailTextOther => '\$licenseCount licenci'; @override String get licensesPageTitle => 'Licence'; @@ -23508,10 +23508,10 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get openAppDrawerTooltip => 'Otvorite meni za navigaciju'; @override - String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow od $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow – \$lastRow od \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow od približno $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow – \$lastRow od približno \$rowCount'; @override String get pasteButtonLabel => 'Nalepi'; @@ -23532,13 +23532,13 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get refreshIndicatorSemanticLabel => 'Osveži'; @override - String get remainingTextFieldCharacterCountFew => r'Preostala su $remainingCount znaka'; + String get remainingTextFieldCharacterCountFew => 'Preostala su \$remainingCount znaka'; @override String get remainingTextFieldCharacterCountOne => 'Preostao je 1 znak'; @override - String get remainingTextFieldCharacterCountOther => r'Preostalo je $remainingCount znakova'; + String get remainingTextFieldCharacterCountOther => 'Preostalo je \$remainingCount znakova'; @override String get reorderItemDown => 'Pomerite nadole'; @@ -23574,13 +23574,13 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get selectYearSemanticsLabel => 'Izaberite godinu'; @override - String get selectedRowCountTitleFew => r'Izabrane su $selectedRowCount stavke'; + String get selectedRowCountTitleFew => 'Izabrane su \$selectedRowCount stavke'; @override String get selectedRowCountTitleOne => 'Izabrana je 1 stavka'; @override - String get selectedRowCountTitleOther => r'Izabrano je $selectedRowCount stavki'; + String get selectedRowCountTitleOther => 'Izabrano je \$selectedRowCount stavki'; @override String get showAccountsLabel => 'Prikaži naloge'; @@ -23592,7 +23592,7 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get signedInLabel => 'Prijavljeni ste'; @override - String get tabLabelRaw => r'$tabIndex. kartica od $tabCount'; + String get tabLabelRaw => '\$tabIndex. kartica od \$tabCount'; @override String get timePickerDialHelpText => 'IZABERITE VREME'; @@ -23652,7 +23652,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Om $applicationName'; + String get aboutListTileTitleRaw => 'Om \$applicationName'; @override String get alertDialogLabel => 'Varning'; @@ -23700,7 +23700,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get datePickerHelpText => 'VÄLJ DATUM'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Slutdatum $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Slutdatum \$fullDate'; @override String get dateRangeEndLabel => 'Slutdatum'; @@ -23709,7 +23709,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'VÄLJ INTERVALL'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Startdatum $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Startdatum \$fullDate'; @override String get dateRangeStartLabel => 'Startdatum'; @@ -23760,7 +23760,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 licens'; @override - String get licensesPackageDetailTextOther => r'$licenseCount licenser'; + String get licensesPackageDetailTextOther => '\$licenseCount licenser'; @override String get licensesPackageDetailTextTwo => null; @@ -23790,10 +23790,10 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Öppna navigeringsmenyn'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow av $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow av \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow av ungefär $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow av ungefär \$rowCount'; @override String get pasteButtonLabel => 'Klistra in'; @@ -23823,7 +23823,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 tecken kvar'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount tecken kvar'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount tecken kvar'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -23877,7 +23877,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 objekt har markerats'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount objekt har markerats'; + String get selectedRowCountTitleOther => '\$selectedRowCount objekt har markerats'; @override String get selectedRowCountTitleTwo => null; @@ -23895,7 +23895,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get signedInLabel => 'Inloggad'; @override - String get tabLabelRaw => r'Flik $tabIndex av $tabCount'; + String get tabLabelRaw => 'Flik \$tabIndex av \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -23958,7 +23958,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Kuhusu $applicationName'; + String get aboutListTileTitleRaw => 'Kuhusu \$applicationName'; @override String get alertDialogLabel => 'Arifa'; @@ -24006,7 +24006,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get datePickerHelpText => 'CHAGUA TAREHE'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Tarehe ya kumalizika $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Tarehe ya kumalizika \$fullDate'; @override String get dateRangeEndLabel => 'Tarehe ya Kumalizika'; @@ -24015,7 +24015,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'CHAGUA KIPINDI'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Tarehe ya kuanza $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Tarehe ya kuanza \$fullDate'; @override String get dateRangeStartLabel => 'Tarehe ya Kuanza'; @@ -24066,7 +24066,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => 'Leseni moja'; @override - String get licensesPackageDetailTextOther => r'Leseni $licenseCount'; + String get licensesPackageDetailTextOther => 'Leseni \$licenseCount'; @override String get licensesPackageDetailTextTwo => null; @@ -24096,10 +24096,10 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Fungua menyu ya kusogeza'; @override - String get pageRowsInfoTitleRaw => r'$firstRow hadi $lastRow kati ya $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow hadi \$lastRow kati ya \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow hadi $lastRow kati ya takriban $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow hadi \$lastRow kati ya takriban \$rowCount'; @override String get pasteButtonLabel => 'Bandika'; @@ -24129,7 +24129,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Imesalia herufi 1'; @override - String get remainingTextFieldCharacterCountOther => r'Zimesalia herufi $remainingCount'; + String get remainingTextFieldCharacterCountOther => 'Zimesalia herufi \$remainingCount'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -24183,7 +24183,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Umechagua kipengee 1'; @override - String get selectedRowCountTitleOther => r'Umechagua vipengee $selectedRowCount'; + String get selectedRowCountTitleOther => 'Umechagua vipengee \$selectedRowCount'; @override String get selectedRowCountTitleTwo => null; @@ -24201,7 +24201,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get signedInLabel => 'Umeingia katika akaunti'; @override - String get tabLabelRaw => r'Kichupo cha $tabIndex kati ya $tabCount'; + String get tabLabelRaw => 'Kichupo cha \$tabIndex kati ya \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @@ -24264,7 +24264,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName பற்றி'; + String get aboutListTileTitleRaw => '\$applicationName பற்றி'; @override String get alertDialogLabel => 'விழிப்பூட்டல்'; @@ -24312,7 +24312,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get datePickerHelpText => 'தேதியைத் தேர்ந்தெடுக்கவும்'; @override - String get dateRangeEndDateSemanticLabelRaw => r'முடிவுத் தேதி $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'முடிவுத் தேதி \$fullDate'; @override String get dateRangeEndLabel => 'முடிவுத் தேதி'; @@ -24321,7 +24321,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'வரம்பைத் தேர்ந்தெடுக்கவும்'; @override - String get dateRangeStartDateSemanticLabelRaw => r'தொடங்கும் தேதி $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'தொடங்கும் தேதி \$fullDate'; @override String get dateRangeStartLabel => 'தொடங்கும் தேதி'; @@ -24372,7 +24372,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 உரிமம்'; @override - String get licensesPackageDetailTextOther => r'$licenseCount உரிமங்கள்'; + String get licensesPackageDetailTextOther => '\$licenseCount உரிமங்கள்'; @override String get licensesPackageDetailTextTwo => null; @@ -24402,10 +24402,10 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'வழிசெலுத்தல் மெனுவைத் திற'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow / $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow / \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow / $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow / \$rowCount'; @override String get pasteButtonLabel => 'ஒட்டு'; @@ -24435,7 +24435,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 எழுத்து மீதமுள்ளது'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount எழுத்துகள் மீதமுள்ளன'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount எழுத்துகள் மீதமுள்ளன'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -24489,7 +24489,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 வரிசை தேர்ந்தெடுக்கப்பட்டது'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount வரிசைகள் தேர்ந்தெடுக்கப்பட்டன'; + String get selectedRowCountTitleOther => '\$selectedRowCount வரிசைகள் தேர்ந்தெடுக்கப்பட்டன'; @override String get selectedRowCountTitleTwo => null; @@ -24507,7 +24507,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get signedInLabel => 'உள்நுழைந்துள்ளீர்கள்'; @override - String get tabLabelRaw => r'தாவல் $tabIndex / $tabCount'; + String get tabLabelRaw => 'தாவல் \$tabIndex / \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; @@ -24570,7 +24570,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName గురించి'; + String get aboutListTileTitleRaw => '\$applicationName గురించి'; @override String get alertDialogLabel => 'అలర్ట్'; @@ -24618,7 +24618,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get datePickerHelpText => 'తేదీని ఎంచుకోండి'; @override - String get dateRangeEndDateSemanticLabelRaw => r'ముగింపు తేదీ $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'ముగింపు తేదీ \$fullDate'; @override String get dateRangeEndLabel => 'ముగింపు తేదీ'; @@ -24627,7 +24627,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'పరిధిని ఎంచుకోండి'; @override - String get dateRangeStartDateSemanticLabelRaw => r'ప్రారంభ తేదీ $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'ప్రారంభ తేదీ \$fullDate'; @override String get dateRangeStartLabel => 'ప్రారంభ తేదీ'; @@ -24678,7 +24678,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 లైసెన్స్'; @override - String get licensesPackageDetailTextOther => r'$licenseCount లైసెన్స్‌లు'; + String get licensesPackageDetailTextOther => '\$licenseCount లైసెన్స్‌లు'; @override String get licensesPackageDetailTextTwo => null; @@ -24708,10 +24708,10 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'నావిగేషన్ మెనూను తెరువు'; @override - String get pageRowsInfoTitleRaw => r'$rowCountలో $firstRow - $lastRow'; + String get pageRowsInfoTitleRaw => '\$rowCountలో \$firstRow - \$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'$rowCountలో $firstRow–$lastRow'; + String get pageRowsInfoTitleApproximateRaw => '\$rowCountలో \$firstRow–\$lastRow'; @override String get pasteButtonLabel => 'అతికించు'; @@ -24741,7 +24741,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 అక్షరం మిగిలి ఉంది'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount అక్షరాలు మిగిలి ఉన్నాయి'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount అక్షరాలు మిగిలి ఉన్నాయి'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -24795,7 +24795,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 అంశం ఎంచుకోబడింది'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount అంశాలు ఎంచుకోబడ్డాయి'; + String get selectedRowCountTitleOther => '\$selectedRowCount అంశాలు ఎంచుకోబడ్డాయి'; @override String get selectedRowCountTitleTwo => null; @@ -24813,7 +24813,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get signedInLabel => 'సైన్ ఇన్ చేసారు'; @override - String get tabLabelRaw => r'$tabCountలో $tabIndexవ ట్యాబ్'; + String get tabLabelRaw => '\$tabCountలో \$tabIndexవ ట్యాబ్'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -24876,7 +24876,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'เกี่ยวกับ $applicationName'; + String get aboutListTileTitleRaw => 'เกี่ยวกับ \$applicationName'; @override String get alertDialogLabel => 'การแจ้งเตือน'; @@ -24924,7 +24924,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get datePickerHelpText => 'เลือกวันที่'; @override - String get dateRangeEndDateSemanticLabelRaw => r'วันที่สิ้นสุด $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'วันที่สิ้นสุด \$fullDate'; @override String get dateRangeEndLabel => 'วันที่สิ้นสุด'; @@ -24933,7 +24933,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'เลือกช่วง'; @override - String get dateRangeStartDateSemanticLabelRaw => r'วันที่เริ่มต้น $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'วันที่เริ่มต้น \$fullDate'; @override String get dateRangeStartLabel => 'วันที่เริ่มต้น'; @@ -24984,7 +24984,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => 'ใบอนุญาต 1 ใบ'; @override - String get licensesPackageDetailTextOther => r'ใบอนุญาต $licenseCount ใบ'; + String get licensesPackageDetailTextOther => 'ใบอนุญาต \$licenseCount ใบ'; @override String get licensesPackageDetailTextTwo => null; @@ -25014,10 +25014,10 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'เปิดเมนูการนำทาง'; @override - String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow จาก $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow-\$lastRow จาก \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow จากประมาณ $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow จากประมาณ \$rowCount'; @override String get pasteButtonLabel => 'วาง'; @@ -25047,7 +25047,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'เหลือ 1 อักขระ'; @override - String get remainingTextFieldCharacterCountOther => r'เหลือ $remainingCount อักขระ'; + String get remainingTextFieldCharacterCountOther => 'เหลือ \$remainingCount อักขระ'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -25101,7 +25101,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'เลือกแล้ว 1 รายการ'; @override - String get selectedRowCountTitleOther => r'เลือกแล้ว $selectedRowCount รายการ'; + String get selectedRowCountTitleOther => 'เลือกแล้ว \$selectedRowCount รายการ'; @override String get selectedRowCountTitleTwo => null; @@ -25119,7 +25119,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get signedInLabel => 'ลงชื่อเข้าใช้'; @override - String get tabLabelRaw => r'แท็บที่ $tabIndex จาก $tabCount'; + String get tabLabelRaw => 'แท็บที่ \$tabIndex จาก \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; @@ -25182,7 +25182,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Tungkol sa $applicationName'; + String get aboutListTileTitleRaw => 'Tungkol sa \$applicationName'; @override String get alertDialogLabel => 'Alerto'; @@ -25230,7 +25230,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get datePickerHelpText => 'PUMILI NG PETSA'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Petsa ng pagtatapos $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Petsa ng pagtatapos \$fullDate'; @override String get dateRangeEndLabel => 'Petsa ng Pagtatapos'; @@ -25239,7 +25239,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'PUMILI NG HANAY'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Petsa ng pagsisimula $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Petsa ng pagsisimula \$fullDate'; @override String get dateRangeStartLabel => 'Petsa ng Pagsisimula'; @@ -25290,7 +25290,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 lisensya'; @override - String get licensesPackageDetailTextOther => r'$licenseCount na lisensya'; + String get licensesPackageDetailTextOther => '\$licenseCount na lisensya'; @override String get licensesPackageDetailTextTwo => null; @@ -25320,10 +25320,10 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Buksan ang menu ng navigation'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow ng $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow ng \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow ng humigit kumulang $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow ng humigit kumulang \$rowCount'; @override String get pasteButtonLabel => 'I-paste'; @@ -25353,7 +25353,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 character ang natitira'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount na character ang natitira'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount na character ang natitira'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -25407,7 +25407,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 item ang napili'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount na item ang napili'; + String get selectedRowCountTitleOther => '\$selectedRowCount na item ang napili'; @override String get selectedRowCountTitleTwo => null; @@ -25425,7 +25425,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get signedInLabel => 'Naka-sign in'; @override - String get tabLabelRaw => r'Tab $tabIndex ng $tabCount'; + String get tabLabelRaw => 'Tab \$tabIndex ng \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -25488,7 +25488,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName Hakkında'; + String get aboutListTileTitleRaw => '\$applicationName Hakkında'; @override String get alertDialogLabel => 'Uyarı'; @@ -25536,7 +25536,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get datePickerHelpText => 'TARİH SEÇİN'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Bitiş tarihi $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Bitiş tarihi \$fullDate'; @override String get dateRangeEndLabel => 'Bitiş Tarihi'; @@ -25545,7 +25545,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ARALIK SEÇİN'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Başlangıç tarihi $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Başlangıç tarihi \$fullDate'; @override String get dateRangeStartLabel => 'Başlangıç Tarihi'; @@ -25596,7 +25596,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 lisans'; @override - String get licensesPackageDetailTextOther => r'$licenseCount lisans'; + String get licensesPackageDetailTextOther => '\$licenseCount lisans'; @override String get licensesPackageDetailTextTwo => null; @@ -25626,10 +25626,10 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Gezinme menüsünü aç'; @override - String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow / $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow-\$lastRow / \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow / $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow-\$lastRow / \$rowCount'; @override String get pasteButtonLabel => 'Yapıştır'; @@ -25659,7 +25659,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 karakter kaldı'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount karakter kaldı'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount karakter kaldı'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -25713,7 +25713,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 öğe seçildi'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount öğe seçildi'; + String get selectedRowCountTitleOther => '\$selectedRowCount öğe seçildi'; @override String get selectedRowCountTitleTwo => null; @@ -25731,7 +25731,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get signedInLabel => 'Oturum açıldı'; @override - String get tabLabelRaw => r'Sekme $tabIndex / $tabCount'; + String get tabLabelRaw => 'Sekme \$tabIndex / \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -25794,7 +25794,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Про додаток $applicationName'; + String get aboutListTileTitleRaw => 'Про додаток \$applicationName'; @override String get alertDialogLabel => 'Сповіщення'; @@ -25842,7 +25842,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ВИБРАТИ ДАТУ'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Дата завершення $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Дата завершення \$fullDate'; @override String get dateRangeEndLabel => 'Дата завершення'; @@ -25851,7 +25851,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ВИБРАТИ ДІАПАЗОН'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Дата початку $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Дата початку \$fullDate'; @override String get dateRangeStartLabel => 'Дата початку'; @@ -25893,16 +25893,16 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Введіть дійсний час'; @override - String get licensesPackageDetailTextFew => r'$licenseCount ліцензії'; + String get licensesPackageDetailTextFew => '\$licenseCount ліцензії'; @override - String get licensesPackageDetailTextMany => r'$licenseCount ліцензій'; + String get licensesPackageDetailTextMany => '\$licenseCount ліцензій'; @override String get licensesPackageDetailTextOne => '1 ліцензія'; @override - String get licensesPackageDetailTextOther => r'$licenseCount ліцензії'; + String get licensesPackageDetailTextOther => '\$licenseCount ліцензії'; @override String get licensesPackageDetailTextTwo => null; @@ -25932,10 +25932,10 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Відкрити меню навігації'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow з $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow з \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow з приблизно $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow з приблизно \$rowCount'; @override String get pasteButtonLabel => 'Вставити'; @@ -25956,16 +25956,16 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Оновити'; @override - String get remainingTextFieldCharacterCountFew => r'Залишилося $remainingCount символи'; + String get remainingTextFieldCharacterCountFew => 'Залишилося \$remainingCount символи'; @override - String get remainingTextFieldCharacterCountMany => r'Залишилося $remainingCount символів'; + String get remainingTextFieldCharacterCountMany => 'Залишилося \$remainingCount символів'; @override String get remainingTextFieldCharacterCountOne => 'Залишився 1 символ'; @override - String get remainingTextFieldCharacterCountOther => r'Залишилося $remainingCount символу'; + String get remainingTextFieldCharacterCountOther => 'Залишилося \$remainingCount символу'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -26010,16 +26010,16 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Виберіть рік'; @override - String get selectedRowCountTitleFew => r'Вибрано $selectedRowCount елементи'; + String get selectedRowCountTitleFew => 'Вибрано \$selectedRowCount елементи'; @override - String get selectedRowCountTitleMany => r'Вибрано $selectedRowCount елементів'; + String get selectedRowCountTitleMany => 'Вибрано \$selectedRowCount елементів'; @override String get selectedRowCountTitleOne => 'Вибрано 1 елемент'; @override - String get selectedRowCountTitleOther => r'Вибрано $selectedRowCount елемента'; + String get selectedRowCountTitleOther => 'Вибрано \$selectedRowCount елемента'; @override String get selectedRowCountTitleTwo => null; @@ -26037,7 +26037,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get signedInLabel => 'Ви ввійшли'; @override - String get tabLabelRaw => r'Вкладка $tabIndex з $tabCount'; + String get tabLabelRaw => 'Вкладка \$tabIndex з \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -26100,7 +26100,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName کے بارے میں'; + String get aboutListTileTitleRaw => '\$applicationName کے بارے میں'; @override String get alertDialogLabel => 'الرٹ'; @@ -26148,7 +26148,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get datePickerHelpText => 'تاریخ منتخب کریں'; @override - String get dateRangeEndDateSemanticLabelRaw => r'تاریخ اختتام $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'تاریخ اختتام \$fullDate'; @override String get dateRangeEndLabel => 'تاریخ اختتام'; @@ -26157,7 +26157,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'حد منتخب کریں'; @override - String get dateRangeStartDateSemanticLabelRaw => r'تاریخ آغاز $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'تاریخ آغاز \$fullDate'; @override String get dateRangeStartLabel => 'تاریخ آغاز'; @@ -26208,7 +26208,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 لائسنس'; @override - String get licensesPackageDetailTextOther => r'$licenseCount لائسنسز'; + String get licensesPackageDetailTextOther => '\$licenseCount لائسنسز'; @override String get licensesPackageDetailTextTwo => null; @@ -26238,10 +26238,10 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'نیویگیشن مینو کھولیں'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow از $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow از \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow $rowCount میں سے تقریباً'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow \$rowCount میں سے تقریباً'; @override String get pasteButtonLabel => 'پیسٹ کریں'; @@ -26271,7 +26271,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 حرف باقی ہے'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount حروف باقی ہیں'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount حروف باقی ہیں'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -26325,7 +26325,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 آئٹم منتخب کیا گیا'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount آئٹمز منتخب کیے گئے'; + String get selectedRowCountTitleOther => '\$selectedRowCount آئٹمز منتخب کیے گئے'; @override String get selectedRowCountTitleTwo => null; @@ -26343,7 +26343,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get signedInLabel => 'سائن ان کردہ ہے'; @override - String get tabLabelRaw => r'$tabCount میں سے $tabIndex ٹیب'; + String get tabLabelRaw => '\$tabCount میں سے \$tabIndex ٹیب'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @@ -26406,7 +26406,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'$applicationName haqida'; + String get aboutListTileTitleRaw => '\$applicationName haqida'; @override String get alertDialogLabel => 'Ogohlantirish'; @@ -26454,7 +26454,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get datePickerHelpText => 'SANANI TANLANG'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Tugash sanasi: $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Tugash sanasi: \$fullDate'; @override String get dateRangeEndLabel => 'Tugash sanasi'; @@ -26463,7 +26463,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ORALIQNI TANLANG'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Boshlanish sanasi: $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Boshlanish sanasi: \$fullDate'; @override String get dateRangeStartLabel => 'Boshlanish sanasi'; @@ -26514,7 +26514,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 ta litsenziya'; @override - String get licensesPackageDetailTextOther => r'$licenseCount ta litsenziya'; + String get licensesPackageDetailTextOther => '\$licenseCount ta litsenziya'; @override String get licensesPackageDetailTextTwo => null; @@ -26544,10 +26544,10 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Navigatsiya menyusini ochish'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow, jami: $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow, jami: \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow, jami: $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow, jami: \$rowCount'; @override String get pasteButtonLabel => 'Joylash'; @@ -26577,7 +26577,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 ta belgi qoldi'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount ta belgi qoldi'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount ta belgi qoldi'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -26631,7 +26631,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 ta element tanlandi'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount ta element tanlandi'; + String get selectedRowCountTitleOther => '\$selectedRowCount ta element tanlandi'; @override String get selectedRowCountTitleTwo => null; @@ -26649,7 +26649,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get signedInLabel => 'Hisobingizga kirgansiz'; @override - String get tabLabelRaw => r'$tabCount varaqdan $tabIndex'; + String get tabLabelRaw => '\$tabCount varaqdan \$tabIndex'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -26712,7 +26712,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Giới thiệu về $applicationName'; + String get aboutListTileTitleRaw => 'Giới thiệu về \$applicationName'; @override String get alertDialogLabel => 'Thông báo'; @@ -26760,7 +26760,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get datePickerHelpText => 'CHỌN NGÀY'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Ngày kết thúc $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Ngày kết thúc \$fullDate'; @override String get dateRangeEndLabel => 'Ngày kết thúc'; @@ -26769,7 +26769,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'CHỌN PHẠM VI'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Ngày bắt đầu $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Ngày bắt đầu \$fullDate'; @override String get dateRangeStartLabel => 'Ngày bắt đầu'; @@ -26820,7 +26820,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 giấy phép'; @override - String get licensesPackageDetailTextOther => r'$licenseCount giấy phép'; + String get licensesPackageDetailTextOther => '\$licenseCount giấy phép'; @override String get licensesPackageDetailTextTwo => null; @@ -26850,10 +26850,10 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Mở menu di chuyển'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow trong tổng số $rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow trong tổng số \$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow trong tổng số khoảng $rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow trong tổng số khoảng \$rowCount'; @override String get pasteButtonLabel => 'Dán'; @@ -26883,7 +26883,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Còn lại 1 ký tự'; @override - String get remainingTextFieldCharacterCountOther => r'Còn lại $remainingCount ký tự'; + String get remainingTextFieldCharacterCountOther => 'Còn lại \$remainingCount ký tự'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -26937,7 +26937,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Đã chọn 1 mục'; @override - String get selectedRowCountTitleOther => r'Đã chọn $selectedRowCount mục'; + String get selectedRowCountTitleOther => 'Đã chọn \$selectedRowCount mục'; @override String get selectedRowCountTitleTwo => null; @@ -26955,7 +26955,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get signedInLabel => 'Đã đăng nhập'; @override - String get tabLabelRaw => r'Tab $tabIndex trong tổng số $tabCount'; + String get tabLabelRaw => 'Tab \$tabIndex trong tổng số \$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -27018,7 +27018,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'关于$applicationName'; + String get aboutListTileTitleRaw => '关于\$applicationName'; @override String get alertDialogLabel => '提醒'; @@ -27066,7 +27066,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get datePickerHelpText => '选择日期'; @override - String get dateRangeEndDateSemanticLabelRaw => r'结束日期为 $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => '结束日期为 \$fullDate'; @override String get dateRangeEndLabel => '结束日期'; @@ -27075,7 +27075,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => '选择范围'; @override - String get dateRangeStartDateSemanticLabelRaw => r'开始日期为 $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => '开始日期为 \$fullDate'; @override String get dateRangeStartLabel => '开始日期'; @@ -27126,7 +27126,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 份许可'; @override - String get licensesPackageDetailTextOther => r'$licenseCount 份许可'; + String get licensesPackageDetailTextOther => '\$licenseCount 份许可'; @override String get licensesPackageDetailTextTwo => null; @@ -27156,10 +27156,10 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => '打开导航菜单'; @override - String get pageRowsInfoTitleRaw => r'第 $firstRow-$lastRow 行(共 $rowCount 行)'; + String get pageRowsInfoTitleRaw => '第 \$firstRow-\$lastRow 行(共 \$rowCount 行)'; @override - String get pageRowsInfoTitleApproximateRaw => r'第 $firstRow-$lastRow 行(共约 $rowCount 行)'; + String get pageRowsInfoTitleApproximateRaw => '第 \$firstRow-\$lastRow 行(共约 \$rowCount 行)'; @override String get pasteButtonLabel => '粘贴'; @@ -27189,7 +27189,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '还可输入 1 个字符'; @override - String get remainingTextFieldCharacterCountOther => r'还可输入 $remainingCount 个字符'; + String get remainingTextFieldCharacterCountOther => '还可输入 \$remainingCount 个字符'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -27243,7 +27243,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '已选择 1 项内容'; @override - String get selectedRowCountTitleOther => r'已选择 $selectedRowCount 项内容'; + String get selectedRowCountTitleOther => '已选择 \$selectedRowCount 项内容'; @override String get selectedRowCountTitleTwo => null; @@ -27261,7 +27261,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get signedInLabel => '已登录'; @override - String get tabLabelRaw => r'第 $tabIndex 个标签,共 $tabCount 个'; + String get tabLabelRaw => '第 \$tabIndex 个标签,共 \$tabCount 个'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; @@ -27354,7 +27354,7 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { ); @override - String get aboutListTileTitleRaw => r'關於$applicationName'; + String get aboutListTileTitleRaw => '關於\$applicationName'; @override String get alertDialogLabel => '通知'; @@ -27393,7 +27393,7 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get datePickerHelpText => '選取日期'; @override - String get dateRangeEndDateSemanticLabelRaw => r'結束日期係 $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => '結束日期係 \$fullDate'; @override String get dateRangeEndLabel => '結束日期'; @@ -27402,7 +27402,7 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get dateRangePickerHelpText => '選取範圍'; @override - String get dateRangeStartDateSemanticLabelRaw => r'開始日期係 $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => '開始日期係 \$fullDate'; @override String get dateRangeStartLabel => '開始日期'; @@ -27444,7 +27444,7 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get licensesPackageDetailTextOne => '1 項授權'; @override - String get licensesPackageDetailTextOther => r'$licenseCount 項授權'; + String get licensesPackageDetailTextOther => '\$licenseCount 項授權'; @override String get licensesPageTitle => '授權'; @@ -27465,10 +27465,10 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get openAppDrawerTooltip => '開啟導覽選單'; @override - String get pageRowsInfoTitleRaw => r'第 $firstRow 至 $lastRow 列,共 $rowCount 列'; + String get pageRowsInfoTitleRaw => '第 \$firstRow 至 \$lastRow 列,共 \$rowCount 列'; @override - String get pageRowsInfoTitleApproximateRaw => r'第 $firstRow 至 $lastRow 列,共約 $rowCount 列'; + String get pageRowsInfoTitleApproximateRaw => '第 \$firstRow 至 \$lastRow 列,共約 \$rowCount 列'; @override String get pasteButtonLabel => '貼上'; @@ -27489,7 +27489,7 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get remainingTextFieldCharacterCountOne => '尚餘 1 個字元'; @override - String get remainingTextFieldCharacterCountOther => r'尚餘 $remainingCount 個字元'; + String get remainingTextFieldCharacterCountOther => '尚餘 \$remainingCount 個字元'; @override String get reorderItemDown => '向下移'; @@ -27528,7 +27528,7 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get selectedRowCountTitleOne => '已選取 1 個項目'; @override - String get selectedRowCountTitleOther => r'已選取 $selectedRowCount 個項目'; + String get selectedRowCountTitleOther => '已選取 \$selectedRowCount 個項目'; @override String get showAccountsLabel => '顯示帳戶'; @@ -27540,7 +27540,7 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get signedInLabel => '已登入'; @override - String get tabLabelRaw => r'第 $tabIndex 個標籤,總共 $tabCount 個'; + String get tabLabelRaw => '第 \$tabIndex 個標籤,總共 \$tabCount 個'; @override String get timePickerDialHelpText => '選取時間'; @@ -27639,16 +27639,16 @@ class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { String get timePickerMinuteLabel => '分'; @override - String get licensesPackageDetailTextOther => r'$licenseCount 個授權'; + String get licensesPackageDetailTextOther => '\$licenseCount 個授權'; @override String get calendarModeButtonLabel => '切換到日曆模式'; @override - String get dateRangeEndDateSemanticLabelRaw => r'結束日期為 $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => '結束日期為 \$fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => r'開始日期為 $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => '開始日期為 \$fullDate'; @override String get inputDateModeButtonLabel => '切換到輸入模式'; @@ -27660,7 +27660,7 @@ class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { String get dateHelpText => 'mm/dd/yyyy'; @override - String get tabLabelRaw => r'第 $tabIndex 個分頁 (共 $tabCount 個)'; + String get tabLabelRaw => '第 \$tabIndex 個分頁 (共 \$tabCount 個)'; @override String get modalBarrierDismissLabel => '關閉'; @@ -27669,13 +27669,13 @@ class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { String get signedInLabel => '已登入帳戶'; @override - String get aboutListTileTitleRaw => r'關於「$applicationName」'; + String get aboutListTileTitleRaw => '關於「\$applicationName」'; @override - String get pageRowsInfoTitleRaw => r'第 $firstRow - $lastRow 列 (總共 $rowCount 列)'; + String get pageRowsInfoTitleRaw => '第 \$firstRow - \$lastRow 列 (總共 \$rowCount 列)'; @override - String get pageRowsInfoTitleApproximateRaw => r'第 $firstRow - $lastRow 列 (總共約 $rowCount 列)'; + String get pageRowsInfoTitleApproximateRaw => '第 \$firstRow - \$lastRow 列 (總共約 \$rowCount 列)'; @override String get selectAllButtonLabel => '全選'; @@ -27699,7 +27699,7 @@ class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { String get remainingTextFieldCharacterCountOne => '還可輸入 1 個字元'; @override - String get remainingTextFieldCharacterCountOther => r'還可輸入 $remainingCount 個字元'; + String get remainingTextFieldCharacterCountOther => '還可輸入 \$remainingCount 個字元'; } /// The translations for Zulu (`zu`). @@ -27732,7 +27732,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => r'Mayelana no-$applicationName'; + String get aboutListTileTitleRaw => 'Mayelana no-\$applicationName'; @override String get alertDialogLabel => 'Isexwayiso'; @@ -27780,7 +27780,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get datePickerHelpText => 'KHETHA IDETHI'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Idethi yokuphela umhla ka-$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => 'Idethi yokuphela umhla ka-\$fullDate'; @override String get dateRangeEndLabel => 'Idethi yokugcina'; @@ -27789,7 +27789,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'KHETHA IBANGA'; @override - String get dateRangeStartDateSemanticLabelRaw => r'Idethi yokuqala umhla ka-$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => 'Idethi yokuqala umhla ka-\$fullDate'; @override String get dateRangeStartLabel => 'Idethi yokuqala'; @@ -27840,7 +27840,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => 'ilayisense e-1'; @override - String get licensesPackageDetailTextOther => r'amalayisense angu-$licenseCount'; + String get licensesPackageDetailTextOther => 'amalayisense angu-\$licenseCount'; @override String get licensesPackageDetailTextTwo => null; @@ -27870,10 +27870,10 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Vula imenyu yokuzulazula'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow kokungu-$rowCount'; + String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow kokungu-\$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow cishe kokungu-$rowCount'; + String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow cishe kokungu-\$rowCount'; @override String get pasteButtonLabel => 'Namathisela'; @@ -27903,7 +27903,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 uhlamvu olusele'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount izinhlamvu ezisele'; + String get remainingTextFieldCharacterCountOther => '\$remainingCount izinhlamvu ezisele'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -27957,7 +27957,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 into ekhethiwe'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount izinto ezikhethiwe'; + String get selectedRowCountTitleOther => '\$selectedRowCount izinto ezikhethiwe'; @override String get selectedRowCountTitleTwo => null; @@ -27975,7 +27975,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get signedInLabel => 'Ungene ngemvume'; @override - String get tabLabelRaw => r'Ithebhu $tabIndex kwangu-$tabCount'; + String get tabLabelRaw => 'Ithebhu \$tabIndex kwangu-\$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; From 55ac390a73d23f676f56552aa92479d1cdb968bc Mon Sep 17 00:00:00 2001 From: Alexandre Ardhuin Date: Mon, 26 Oct 2020 20:42:05 +0100 Subject: [PATCH 164/327] enable unnecessary_string_escapes and use_raw_strings (#68302) (#69025) --- .../localization/localizations_utils.dart | 33 +- .../generated_cupertino_localizations.dart | 834 +++---- .../generated_material_localizations.dart | 1978 ++++++++--------- 3 files changed, 1429 insertions(+), 1416 deletions(-) diff --git a/dev/tools/localization/localizations_utils.dart b/dev/tools/localization/localizations_utils.dart index 5df1f6a88efa..3cde523f2950 100644 --- a/dev/tools/localization/localizations_utils.dart +++ b/dev/tools/localization/localizations_utils.dart @@ -390,6 +390,19 @@ class $classNamePrefix$camelCaseName extends $superClass {'''; /// foo$bar = 'foo\$bar' /// ``` String generateString(String value) { + if (['\n', '\f', '\t', '\r', '\b'].every((String pattern) => !value.contains(pattern))) { + final bool hasDollar = value.contains(r'$'); + final bool hasBackslash = value.contains(r'\'); + final bool hasQuote = value.contains("'"); + final bool hasDoubleQuote = value.contains('"'); + if (!hasQuote) { + return hasBackslash || hasDollar ? "r'$value'" : "'$value'"; + } + if (!hasDoubleQuote) { + return hasBackslash || hasDollar ? 'r"$value"' : '"$value"'; + } + } + const String backslash = '__BACKSLASH__'; assert( !value.contains(backslash), @@ -401,17 +414,17 @@ String generateString(String value) { value = value // Replace backslashes with a placeholder for now to properly parse // other special characters. - .replaceAll('\\', backslash) - .replaceAll('\$', '\\\$') - .replaceAll("'", "\\'") - .replaceAll('"', '\\"') - .replaceAll('\n', '\\n') - .replaceAll('\f', '\\f') - .replaceAll('\t', '\\t') - .replaceAll('\r', '\\r') - .replaceAll('\b', '\\b') + .replaceAll(r'\', backslash) + .replaceAll(r'$', r'\$') + .replaceAll("'", r"\'") + .replaceAll('"', r'\"') + .replaceAll('\n', r'\n') + .replaceAll('\f', r'\f') + .replaceAll('\t', r'\t') + .replaceAll('\r', r'\r') + .replaceAll('\b', r'\b') // Reintroduce escaped backslashes into generated Dart string. - .replaceAll(backslash, '\\\\'); + .replaceAll(backslash, r'\\'); return "'$value'"; } diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index acca93f548a3..24f671bd7c11 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -73,10 +73,10 @@ class CupertinoLocalizationAf extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour uur'; + String get datePickerHourSemanticsLabelOne => r'$hour uur'; @override - String get datePickerHourSemanticsLabelOther => '\$hour uur'; + String get datePickerHourSemanticsLabelOther => r'$hour uur'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -94,7 +94,7 @@ class CupertinoLocalizationAf extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minuut'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minute'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minute'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -115,7 +115,7 @@ class CupertinoLocalizationAf extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Kies alles'; @override - String get tabSemanticsLabelRaw => 'Oortjie \$tabIndex van \$tabCount'; + String get tabSemanticsLabelRaw => r'Oortjie $tabIndex van $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -227,10 +227,10 @@ class CupertinoLocalizationAm extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour ሰዓት'; + String get datePickerHourSemanticsLabelOne => r'$hour ሰዓት'; @override - String get datePickerHourSemanticsLabelOther => '\$hour ሰዓት'; + String get datePickerHourSemanticsLabelOther => r'$hour ሰዓት'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -248,7 +248,7 @@ class CupertinoLocalizationAm extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 ደቂቃ'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute ደቂቃዎች'; + String get datePickerMinuteSemanticsLabelOther => r'$minute ደቂቃዎች'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -269,7 +269,7 @@ class CupertinoLocalizationAm extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'ሁሉንም ምረጥ'; @override - String get tabSemanticsLabelRaw => 'ትር \$tabIndex ከ\$tabCount'; + String get tabSemanticsLabelRaw => r'ትር $tabIndex ከ$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -375,40 +375,40 @@ class CupertinoLocalizationAr extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => '\$hour بالضبط'; + String get datePickerHourSemanticsLabelFew => r'$hour بالضبط'; @override - String get datePickerHourSemanticsLabelMany => '\$hour بالضبط'; + String get datePickerHourSemanticsLabelMany => r'$hour بالضبط'; @override - String get datePickerHourSemanticsLabelOne => '\$hour بالضبط'; + String get datePickerHourSemanticsLabelOne => r'$hour بالضبط'; @override - String get datePickerHourSemanticsLabelOther => '\$hour بالضبط'; + String get datePickerHourSemanticsLabelOther => r'$hour بالضبط'; @override - String get datePickerHourSemanticsLabelTwo => '\$hour بالضبط'; + String get datePickerHourSemanticsLabelTwo => r'$hour بالضبط'; @override - String get datePickerHourSemanticsLabelZero => '\$hour بالضبط'; + String get datePickerHourSemanticsLabelZero => r'$hour بالضبط'; @override - String get datePickerMinuteSemanticsLabelFew => '\$minute دقائق'; + String get datePickerMinuteSemanticsLabelFew => r'$minute دقائق'; @override - String get datePickerMinuteSemanticsLabelMany => '\$minute دقيقة​'; + String get datePickerMinuteSemanticsLabelMany => r'$minute دقيقة​'; @override String get datePickerMinuteSemanticsLabelOne => 'دقيقة واحدة'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute دقيقة​'; + String get datePickerMinuteSemanticsLabelOther => r'$minute دقيقة​'; @override - String get datePickerMinuteSemanticsLabelTwo => 'دقيقتان (\$minute)'; + String get datePickerMinuteSemanticsLabelTwo => r'دقيقتان ($minute)'; @override - String get datePickerMinuteSemanticsLabelZero => '\$minute دقيقة​'; + String get datePickerMinuteSemanticsLabelZero => r'$minute دقيقة​'; @override String get modalBarrierDismissLabel => 'رفض'; @@ -423,7 +423,7 @@ class CupertinoLocalizationAr extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'اختيار الكل'; @override - String get tabSemanticsLabelRaw => 'علامة التبويب \$tabIndex من \$tabCount'; + String get tabSemanticsLabelRaw => r'علامة التبويب $tabIndex من $tabCount'; @override String get timerPickerHourLabelFew => 'ساعات'; @@ -535,10 +535,10 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour বাজিছে'; + String get datePickerHourSemanticsLabelOne => r'$hour বাজিছে'; @override - String get datePickerHourSemanticsLabelOther => '\$hour বাজিছে'; + String get datePickerHourSemanticsLabelOther => r'$hour বাজিছে'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -556,7 +556,7 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '১মিনিট'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minuteমিনিট'; + String get datePickerMinuteSemanticsLabelOther => r'$minuteমিনিট'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -568,7 +568,7 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { String get modalBarrierDismissLabel => 'অগ্ৰাহ্য কৰক'; @override - String get pasteButtonLabel => 'পে\'ষ্ট কৰক'; + String get pasteButtonLabel => "পে'ষ্ট কৰক"; @override String get postMeridiemAbbreviation => 'অপৰাহ্ন'; @@ -577,7 +577,7 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'সকলো বাছনি কৰক'; @override - String get tabSemanticsLabelRaw => '\$tabCount টা টেবৰ \$tabIndex নম্বৰটো'; + String get tabSemanticsLabelRaw => r'$tabCount টা টেবৰ $tabIndex নম্বৰটো'; @override String get timerPickerHourLabelFew => null; @@ -689,10 +689,10 @@ class CupertinoLocalizationAz extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => 'Saat \$hour'; + String get datePickerHourSemanticsLabelOne => r'Saat $hour'; @override - String get datePickerHourSemanticsLabelOther => 'Saat \$hour'; + String get datePickerHourSemanticsLabelOther => r'Saat $hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -710,7 +710,7 @@ class CupertinoLocalizationAz extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 dəqiqə'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute dəqiqə'; + String get datePickerMinuteSemanticsLabelOther => r'$minute dəqiqə'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -731,7 +731,7 @@ class CupertinoLocalizationAz extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Hamısını seçin'; @override - String get tabSemanticsLabelRaw => 'Tab \$tabIndex/\$tabCount'; + String get tabSemanticsLabelRaw => r'Tab $tabIndex/$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -837,16 +837,16 @@ class CupertinoLocalizationBe extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => '\$hour гадзіны нуль хвілін'; + String get datePickerHourSemanticsLabelFew => r'$hour гадзіны нуль хвілін'; @override - String get datePickerHourSemanticsLabelMany => '\$hour гадзін нуль хвілін'; + String get datePickerHourSemanticsLabelMany => r'$hour гадзін нуль хвілін'; @override - String get datePickerHourSemanticsLabelOne => '\$hour гадзіна нуль хвілін'; + String get datePickerHourSemanticsLabelOne => r'$hour гадзіна нуль хвілін'; @override - String get datePickerHourSemanticsLabelOther => '\$hour гадзіны нуль хвілін'; + String get datePickerHourSemanticsLabelOther => r'$hour гадзіны нуль хвілін'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -855,16 +855,16 @@ class CupertinoLocalizationBe extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => '\$minute хвіліны'; + String get datePickerMinuteSemanticsLabelFew => r'$minute хвіліны'; @override - String get datePickerMinuteSemanticsLabelMany => '\$minute хвілін'; + String get datePickerMinuteSemanticsLabelMany => r'$minute хвілін'; @override String get datePickerMinuteSemanticsLabelOne => '1 хвіліна'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute хвіліны'; + String get datePickerMinuteSemanticsLabelOther => r'$minute хвіліны'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -885,7 +885,7 @@ class CupertinoLocalizationBe extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Выбраць усе'; @override - String get tabSemanticsLabelRaw => 'Укладка \$tabIndex з \$tabCount'; + String get tabSemanticsLabelRaw => r'Укладка $tabIndex з $tabCount'; @override String get timerPickerHourLabelFew => 'гадзіны'; @@ -997,10 +997,10 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour часа'; + String get datePickerHourSemanticsLabelOne => r'$hour часа'; @override - String get datePickerHourSemanticsLabelOther => '\$hour часа'; + String get datePickerHourSemanticsLabelOther => r'$hour часа'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -1018,7 +1018,7 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 минута'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute минути'; + String get datePickerMinuteSemanticsLabelOther => r'$minute минути'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -1039,7 +1039,7 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Избиране на всички'; @override - String get tabSemanticsLabelRaw => 'Раздел \$tabIndex от \$tabCount'; + String get tabSemanticsLabelRaw => r'Раздел $tabIndex от $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -1151,10 +1151,10 @@ class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hourটা বাজে'; + String get datePickerHourSemanticsLabelOne => r'$hourটা বাজে'; @override - String get datePickerHourSemanticsLabelOther => '\$hourটা বাজে'; + String get datePickerHourSemanticsLabelOther => r'$hourটা বাজে'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -1172,7 +1172,7 @@ class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '১ মিনিট'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute মিনিট'; + String get datePickerMinuteSemanticsLabelOther => r'$minute মিনিট'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -1193,7 +1193,7 @@ class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'সব বেছে নিন'; @override - String get tabSemanticsLabelRaw => '\$tabCount-এর মধ্যে \$tabIndex নম্বর ট্যাব'; + String get tabSemanticsLabelRaw => r'$tabCount-এর মধ্যে $tabIndex নম্বর ট্যাব'; @override String get timerPickerHourLabelFew => null; @@ -1299,16 +1299,16 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => '\$hour sata'; + String get datePickerHourSemanticsLabelFew => r'$hour sata'; @override String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour sat'; + String get datePickerHourSemanticsLabelOne => r'$hour sat'; @override - String get datePickerHourSemanticsLabelOther => '\$hour sati'; + String get datePickerHourSemanticsLabelOther => r'$hour sati'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -1317,7 +1317,7 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => '\$minute minute'; + String get datePickerMinuteSemanticsLabelFew => r'$minute minute'; @override String get datePickerMinuteSemanticsLabelMany => null; @@ -1326,7 +1326,7 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minuta'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minuta'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minuta'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -1347,7 +1347,7 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Odaberi sve'; @override - String get tabSemanticsLabelRaw => 'Kartica \$tabIndex od \$tabCount'; + String get tabSemanticsLabelRaw => r'Kartica $tabIndex od $tabCount'; @override String get timerPickerHourLabelFew => 'sata'; @@ -1459,10 +1459,10 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour en punt'; + String get datePickerHourSemanticsLabelOne => r'$hour en punt'; @override - String get datePickerHourSemanticsLabelOther => '\$hour en punt'; + String get datePickerHourSemanticsLabelOther => r'$hour en punt'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -1480,7 +1480,7 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minut'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minuts'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minuts'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -1501,7 +1501,7 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Selecciona-ho tot'; @override - String get tabSemanticsLabelRaw => 'Pestanya \$tabIndex de \$tabCount'; + String get tabSemanticsLabelRaw => r'Pestanya $tabIndex de $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -1607,16 +1607,16 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => '\$hour hodiny'; + String get datePickerHourSemanticsLabelFew => r'$hour hodiny'; @override - String get datePickerHourSemanticsLabelMany => '\$hour hodiny'; + String get datePickerHourSemanticsLabelMany => r'$hour hodiny'; @override - String get datePickerHourSemanticsLabelOne => '\$hour hodina'; + String get datePickerHourSemanticsLabelOne => r'$hour hodina'; @override - String get datePickerHourSemanticsLabelOther => '\$hour hodin'; + String get datePickerHourSemanticsLabelOther => r'$hour hodin'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -1625,16 +1625,16 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => '\$minute minuty'; + String get datePickerMinuteSemanticsLabelFew => r'$minute minuty'; @override - String get datePickerMinuteSemanticsLabelMany => '\$minute minuty'; + String get datePickerMinuteSemanticsLabelMany => r'$minute minuty'; @override String get datePickerMinuteSemanticsLabelOne => '1 minuta'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minut'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minut'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -1655,7 +1655,7 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Vybrat vše'; @override - String get tabSemanticsLabelRaw => 'Karta \$tabIndex z \$tabCount'; + String get tabSemanticsLabelRaw => r'Karta $tabIndex z $tabCount'; @override String get timerPickerHourLabelFew => 'hodiny'; @@ -1767,10 +1767,10 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => 'klokken \$hour'; + String get datePickerHourSemanticsLabelOne => r'klokken $hour'; @override - String get datePickerHourSemanticsLabelOther => 'klokken \$hour'; + String get datePickerHourSemanticsLabelOther => r'klokken $hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -1788,7 +1788,7 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minut'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minutter'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minutter'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -1809,7 +1809,7 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Vælg alle'; @override - String get tabSemanticsLabelRaw => 'Fane \$tabIndex af \$tabCount'; + String get tabSemanticsLabelRaw => r'Fane $tabIndex af $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -1921,10 +1921,10 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour Uhr'; + String get datePickerHourSemanticsLabelOne => r'$hour Uhr'; @override - String get datePickerHourSemanticsLabelOther => '\$hour Uhr'; + String get datePickerHourSemanticsLabelOther => r'$hour Uhr'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -1942,7 +1942,7 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 Minute'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute Minuten'; + String get datePickerMinuteSemanticsLabelOther => r'$minute Minuten'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -1963,7 +1963,7 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Alles auswählen'; @override - String get tabSemanticsLabelRaw => 'Tab \$tabIndex von \$tabCount'; + String get tabSemanticsLabelRaw => r'Tab $tabIndex von $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -2106,10 +2106,10 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour ακριβώς'; + String get datePickerHourSemanticsLabelOne => r'$hour ακριβώς'; @override - String get datePickerHourSemanticsLabelOther => '\$hour ακριβώς'; + String get datePickerHourSemanticsLabelOther => r'$hour ακριβώς'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -2127,7 +2127,7 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 λεπτό'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute λεπτά'; + String get datePickerMinuteSemanticsLabelOther => r'$minute λεπτά'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -2148,7 +2148,7 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Επιλογή όλων'; @override - String get tabSemanticsLabelRaw => 'Καρτέλα \$tabIndex από \$tabCount'; + String get tabSemanticsLabelRaw => r'Καρτέλα $tabIndex από $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -2260,10 +2260,10 @@ class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour o\'clock'; + String get datePickerHourSemanticsLabelOne => r"$hour o'clock"; @override - String get datePickerHourSemanticsLabelOther => '\$hour o\'clock'; + String get datePickerHourSemanticsLabelOther => r"$hour o'clock"; @override String get datePickerHourSemanticsLabelTwo => null; @@ -2281,7 +2281,7 @@ class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minute'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minutes'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minutes'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -2302,7 +2302,7 @@ class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Select All'; @override - String get tabSemanticsLabelRaw => 'Tab \$tabIndex of \$tabCount'; + String get tabSemanticsLabelRaw => r'Tab $tabIndex of $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -2686,10 +2686,10 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => '\$hour en punto'; + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -2707,7 +2707,7 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minuto'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minutos'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minutos'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -2728,7 +2728,7 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Seleccionar todos'; @override - String get tabSemanticsLabelRaw => 'Pestaña \$tabIndex de \$tabCount'; + String get tabSemanticsLabelRaw => r'Pestaña $tabIndex de $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -2816,10 +2816,10 @@ class CupertinoLocalizationEs419 extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => '\$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => '\$hour en punto'; + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -2859,10 +2859,10 @@ class CupertinoLocalizationEsAr extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => '\$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => '\$hour en punto'; + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -2902,10 +2902,10 @@ class CupertinoLocalizationEsBo extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => '\$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => '\$hour en punto'; + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -2945,10 +2945,10 @@ class CupertinoLocalizationEsCl extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => '\$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => '\$hour en punto'; + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -2988,10 +2988,10 @@ class CupertinoLocalizationEsCo extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => '\$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => '\$hour en punto'; + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3031,10 +3031,10 @@ class CupertinoLocalizationEsCr extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => '\$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => '\$hour en punto'; + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3074,10 +3074,10 @@ class CupertinoLocalizationEsDo extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => '\$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => '\$hour en punto'; + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3117,10 +3117,10 @@ class CupertinoLocalizationEsEc extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => '\$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => '\$hour en punto'; + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3160,10 +3160,10 @@ class CupertinoLocalizationEsGt extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => '\$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => '\$hour en punto'; + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3203,10 +3203,10 @@ class CupertinoLocalizationEsHn extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => '\$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => '\$hour en punto'; + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3246,10 +3246,10 @@ class CupertinoLocalizationEsMx extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => '\$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => '\$hour en punto'; + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3289,10 +3289,10 @@ class CupertinoLocalizationEsNi extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => '\$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => '\$hour en punto'; + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3332,10 +3332,10 @@ class CupertinoLocalizationEsPa extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => '\$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => '\$hour en punto'; + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3375,10 +3375,10 @@ class CupertinoLocalizationEsPe extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => '\$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => '\$hour en punto'; + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3418,10 +3418,10 @@ class CupertinoLocalizationEsPr extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => '\$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => '\$hour en punto'; + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3461,10 +3461,10 @@ class CupertinoLocalizationEsPy extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => '\$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => '\$hour en punto'; + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3504,10 +3504,10 @@ class CupertinoLocalizationEsSv extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => '\$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => '\$hour en punto'; + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3547,10 +3547,10 @@ class CupertinoLocalizationEsUs extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => '\$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => '\$hour en punto'; + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3590,10 +3590,10 @@ class CupertinoLocalizationEsUy extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => '\$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => '\$hour en punto'; + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3633,10 +3633,10 @@ class CupertinoLocalizationEsVe extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => '\$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => '\$hour en punto'; + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -3700,10 +3700,10 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => 'Kell \$hour'; + String get datePickerHourSemanticsLabelOne => r'Kell $hour'; @override - String get datePickerHourSemanticsLabelOther => 'Kell \$hour'; + String get datePickerHourSemanticsLabelOther => r'Kell $hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -3721,7 +3721,7 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minut'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minutit'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minutit'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -3742,7 +3742,7 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Vali kõik'; @override - String get tabSemanticsLabelRaw => '\$tabIndex. vaheleht \$tabCount-st'; + String get tabSemanticsLabelRaw => r'$tabIndex. vaheleht $tabCount-st'; @override String get timerPickerHourLabelFew => null; @@ -3854,10 +3854,10 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => 'Ordu\$houra da'; + String get datePickerHourSemanticsLabelOne => r'Ordu$houra da'; @override - String get datePickerHourSemanticsLabelOther => '\$hourak dira'; + String get datePickerHourSemanticsLabelOther => r'$hourak dira'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -3875,7 +3875,7 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => 'Minutu bat'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minutu'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minutu'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -3896,7 +3896,7 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Hautatu guztiak'; @override - String get tabSemanticsLabelRaw => '\$tabIndex/\$tabCount fitxa'; + String get tabSemanticsLabelRaw => r'$tabIndex/$tabCount fitxa'; @override String get timerPickerHourLabelFew => null; @@ -4008,10 +4008,10 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => 'ساعت \$hour'; + String get datePickerHourSemanticsLabelOne => r'ساعت $hour'; @override - String get datePickerHourSemanticsLabelOther => 'ساعت \$hour'; + String get datePickerHourSemanticsLabelOther => r'ساعت $hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -4029,7 +4029,7 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '۱ دقیقه'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute دقیقه'; + String get datePickerMinuteSemanticsLabelOther => r'$minute دقیقه'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -4050,7 +4050,7 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'انتخاب همه'; @override - String get tabSemanticsLabelRaw => 'برگه \$tabIndex از \$tabCount'; + String get tabSemanticsLabelRaw => r'برگه $tabIndex از $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -4162,10 +4162,10 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => 'klo \$hour'; + String get datePickerHourSemanticsLabelOne => r'klo $hour'; @override - String get datePickerHourSemanticsLabelOther => 'klo \$hour'; + String get datePickerHourSemanticsLabelOther => r'klo $hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -4183,7 +4183,7 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minuutti'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minuuttia'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minuuttia'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -4204,7 +4204,7 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Valitse kaikki'; @override - String get tabSemanticsLabelRaw => 'Välilehti \$tabIndex/\$tabCount'; + String get tabSemanticsLabelRaw => r'Välilehti $tabIndex/$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -4316,10 +4316,10 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => 'Ala \$hour'; + String get datePickerHourSemanticsLabelOne => r'Ala $hour'; @override - String get datePickerHourSemanticsLabelOther => 'Alas \$hour'; + String get datePickerHourSemanticsLabelOther => r'Alas $hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -4337,7 +4337,7 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minuto'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute na minuto'; + String get datePickerMinuteSemanticsLabelOther => r'$minute na minuto'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -4358,7 +4358,7 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Piliin Lahat'; @override - String get tabSemanticsLabelRaw => 'Tab \$tabIndex ng \$tabCount'; + String get tabSemanticsLabelRaw => r'Tab $tabIndex ng $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -4470,10 +4470,10 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour heure'; + String get datePickerHourSemanticsLabelOne => r'$hour heure'; @override - String get datePickerHourSemanticsLabelOther => '\$hour heures'; + String get datePickerHourSemanticsLabelOther => r'$hour heures'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -4491,7 +4491,7 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minute'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minutes'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minutes'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -4512,7 +4512,7 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Tout sélect.'; @override - String get tabSemanticsLabelRaw => 'Onglet \$tabIndex sur \$tabCount'; + String get tabSemanticsLabelRaw => r'Onglet $tabIndex sur $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -4569,7 +4569,7 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { String get timerPickerSecondLabelZero => null; @override - String get todayLabel => 'aujourd\'hui'; + String get todayLabel => "aujourd'hui"; } /// The translations for French, as used in Canada (`fr_CA`). @@ -4600,10 +4600,10 @@ class CupertinoLocalizationFrCa extends CupertinoLocalizationFr { ); @override - String get datePickerHourSemanticsLabelOne => '\$hour heure'; + String get datePickerHourSemanticsLabelOne => r'$hour heure'; @override - String get datePickerHourSemanticsLabelOther => '\$hour heures'; + String get datePickerHourSemanticsLabelOther => r'$hour heures'; @override String get anteMeridiemAbbreviation => 'am'; @@ -4612,7 +4612,7 @@ class CupertinoLocalizationFrCa extends CupertinoLocalizationFr { String get postMeridiemAbbreviation => 'pm'; @override - String get todayLabel => 'Aujourd\'hui'; + String get todayLabel => "Aujourd'hui"; @override String get timerPickerMinuteLabelOne => 'min'; @@ -4676,10 +4676,10 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour en punto'; + String get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override - String get datePickerHourSemanticsLabelOther => '\$hour en punto'; + String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -4697,7 +4697,7 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minuto'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minutos'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minutos'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -4718,7 +4718,7 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Seleccionar todo'; @override - String get tabSemanticsLabelRaw => 'Pestana \$tabIndex de \$tabCount'; + String get tabSemanticsLabelRaw => r'Pestana $tabIndex de $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -4830,10 +4830,10 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour Uhr'; + String get datePickerHourSemanticsLabelOne => r'$hour Uhr'; @override - String get datePickerHourSemanticsLabelOther => '\$hour Uhr'; + String get datePickerHourSemanticsLabelOther => r'$hour Uhr'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -4851,7 +4851,7 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 Minute'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute Minuten'; + String get datePickerMinuteSemanticsLabelOther => r'$minute Minuten'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -4872,7 +4872,7 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Alles auswählen'; @override - String get tabSemanticsLabelRaw => 'Tab \$tabIndex von \$tabCount'; + String get tabSemanticsLabelRaw => r'Tab $tabIndex von $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -4984,10 +4984,10 @@ class CupertinoLocalizationGu extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour વાગ્યો છે'; + String get datePickerHourSemanticsLabelOne => r'$hour વાગ્યો છે'; @override - String get datePickerHourSemanticsLabelOther => '\$hour વાગ્યા છે'; + String get datePickerHourSemanticsLabelOther => r'$hour વાગ્યા છે'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -5005,7 +5005,7 @@ class CupertinoLocalizationGu extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 મિનિટ'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute મિનિટ'; + String get datePickerMinuteSemanticsLabelOther => r'$minute મિનિટ'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -5026,7 +5026,7 @@ class CupertinoLocalizationGu extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'બધા પસંદ કરો'; @override - String get tabSemanticsLabelRaw => '\$tabCountમાંથી \$tabIndex ટૅબ'; + String get tabSemanticsLabelRaw => r'$tabCountમાંથી $tabIndex ટૅબ'; @override String get timerPickerHourLabelFew => null; @@ -5135,16 +5135,16 @@ class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => '\$hour בדיוק'; + String get datePickerHourSemanticsLabelMany => r'$hour בדיוק'; @override - String get datePickerHourSemanticsLabelOne => '\$hour בדיוק'; + String get datePickerHourSemanticsLabelOne => r'$hour בדיוק'; @override - String get datePickerHourSemanticsLabelOther => '\$hour בדיוק'; + String get datePickerHourSemanticsLabelOther => r'$hour בדיוק'; @override - String get datePickerHourSemanticsLabelTwo => '\$hour בדיוק'; + String get datePickerHourSemanticsLabelTwo => r'$hour בדיוק'; @override String get datePickerHourSemanticsLabelZero => null; @@ -5153,16 +5153,16 @@ class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => '\$minute דקות'; + String get datePickerMinuteSemanticsLabelMany => r'$minute דקות'; @override String get datePickerMinuteSemanticsLabelOne => 'דקה אחת'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute דקות'; + String get datePickerMinuteSemanticsLabelOther => r'$minute דקות'; @override - String get datePickerMinuteSemanticsLabelTwo => '\$minute דקות'; + String get datePickerMinuteSemanticsLabelTwo => r'$minute דקות'; @override String get datePickerMinuteSemanticsLabelZero => null; @@ -5180,7 +5180,7 @@ class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'בחירת הכול'; @override - String get tabSemanticsLabelRaw => 'כרטיסייה \$tabIndex מתוך \$tabCount'; + String get tabSemanticsLabelRaw => r'כרטיסייה $tabIndex מתוך $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -5292,10 +5292,10 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour बजे'; + String get datePickerHourSemanticsLabelOne => r'$hour बजे'; @override - String get datePickerHourSemanticsLabelOther => '\$hour बजे'; + String get datePickerHourSemanticsLabelOther => r'$hour बजे'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -5313,7 +5313,7 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 मिनट'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute मिनट'; + String get datePickerMinuteSemanticsLabelOther => r'$minute मिनट'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -5334,7 +5334,7 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'सभी चुनें'; @override - String get tabSemanticsLabelRaw => '\$tabCount का टैब \$tabIndex'; + String get tabSemanticsLabelRaw => r'$tabCount का टैब $tabIndex'; @override String get timerPickerHourLabelFew => null; @@ -5440,16 +5440,16 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => '\$hour sata'; + String get datePickerHourSemanticsLabelFew => r'$hour sata'; @override String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour sat'; + String get datePickerHourSemanticsLabelOne => r'$hour sat'; @override - String get datePickerHourSemanticsLabelOther => '\$hour sati'; + String get datePickerHourSemanticsLabelOther => r'$hour sati'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -5458,7 +5458,7 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => '\$minute minute'; + String get datePickerMinuteSemanticsLabelFew => r'$minute minute'; @override String get datePickerMinuteSemanticsLabelMany => null; @@ -5467,7 +5467,7 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => 'Jedna minuta'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minuta'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minuta'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -5488,7 +5488,7 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Odaberi sve'; @override - String get tabSemanticsLabelRaw => 'Kartica \$tabIndex od \$tabCount'; + String get tabSemanticsLabelRaw => r'Kartica $tabIndex od $tabCount'; @override String get timerPickerHourLabelFew => 'sata'; @@ -5600,10 +5600,10 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour óra'; + String get datePickerHourSemanticsLabelOne => r'$hour óra'; @override - String get datePickerHourSemanticsLabelOther => '\$hour óra'; + String get datePickerHourSemanticsLabelOther => r'$hour óra'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -5621,7 +5621,7 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 perc'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute perc'; + String get datePickerMinuteSemanticsLabelOther => r'$minute perc'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -5642,7 +5642,7 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Összes kijelölése'; @override - String get tabSemanticsLabelRaw => '\$tabCount/\$tabIndex. lap'; + String get tabSemanticsLabelRaw => r'$tabCount/$tabIndex. lap'; @override String get timerPickerHourLabelFew => null; @@ -5754,10 +5754,10 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour:00'; + String get datePickerHourSemanticsLabelOne => r'$hour:00'; @override - String get datePickerHourSemanticsLabelOther => '\$hour:00'; + String get datePickerHourSemanticsLabelOther => r'$hour:00'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -5775,7 +5775,7 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 րոպե'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute րոպե'; + String get datePickerMinuteSemanticsLabelOther => r'$minute րոպե'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -5796,7 +5796,7 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Նշել բոլորը'; @override - String get tabSemanticsLabelRaw => 'Ներդիր \$tabIndex՝ \$tabCount-ից'; + String get tabSemanticsLabelRaw => r'Ներդիր $tabIndex՝ $tabCount-ից'; @override String get timerPickerHourLabelFew => null; @@ -5908,10 +5908,10 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour tepat'; + String get datePickerHourSemanticsLabelOne => r'$hour tepat'; @override - String get datePickerHourSemanticsLabelOther => '\$hour tepat'; + String get datePickerHourSemanticsLabelOther => r'$hour tepat'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -5929,7 +5929,7 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 menit'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute menit'; + String get datePickerMinuteSemanticsLabelOther => r'$minute menit'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -5950,7 +5950,7 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Pilih Semua'; @override - String get tabSemanticsLabelRaw => 'Tab \$tabIndex dari \$tabCount'; + String get tabSemanticsLabelRaw => r'Tab $tabIndex dari $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -6062,10 +6062,10 @@ class CupertinoLocalizationIs extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => 'klukkan \$hour'; + String get datePickerHourSemanticsLabelOne => r'klukkan $hour'; @override - String get datePickerHourSemanticsLabelOther => 'klukkan \$hour'; + String get datePickerHourSemanticsLabelOther => r'klukkan $hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -6083,7 +6083,7 @@ class CupertinoLocalizationIs extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 mínúta'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute mínútur'; + String get datePickerMinuteSemanticsLabelOther => r'$minute mínútur'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -6104,7 +6104,7 @@ class CupertinoLocalizationIs extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Velja allt'; @override - String get tabSemanticsLabelRaw => 'Flipi \$tabIndex af \$tabCount'; + String get tabSemanticsLabelRaw => r'Flipi $tabIndex af $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -6216,10 +6216,10 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour in punto'; + String get datePickerHourSemanticsLabelOne => r'$hour in punto'; @override - String get datePickerHourSemanticsLabelOther => '\$hour in punto'; + String get datePickerHourSemanticsLabelOther => r'$hour in punto'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -6237,7 +6237,7 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minuto'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minuti'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minuti'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -6258,7 +6258,7 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Seleziona tutto'; @override - String get tabSemanticsLabelRaw => 'Scheda \$tabIndex di \$tabCount'; + String get tabSemanticsLabelRaw => r'Scheda $tabIndex di $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -6370,10 +6370,10 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour時'; + String get datePickerHourSemanticsLabelOne => r'$hour時'; @override - String get datePickerHourSemanticsLabelOther => '\$hour時'; + String get datePickerHourSemanticsLabelOther => r'$hour時'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -6391,7 +6391,7 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1分'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute分'; + String get datePickerMinuteSemanticsLabelOther => r'$minute分'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -6412,7 +6412,7 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'すべて選択'; @override - String get tabSemanticsLabelRaw => 'タブ: \$tabIndex/\$tabCount'; + String get tabSemanticsLabelRaw => r'タブ: $tabIndex/$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -6524,10 +6524,10 @@ class CupertinoLocalizationKa extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour საათი'; + String get datePickerHourSemanticsLabelOne => r'$hour საათი'; @override - String get datePickerHourSemanticsLabelOther => '\$hour საათი'; + String get datePickerHourSemanticsLabelOther => r'$hour საათი'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -6545,7 +6545,7 @@ class CupertinoLocalizationKa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 წუთი'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute წუთი'; + String get datePickerMinuteSemanticsLabelOther => r'$minute წუთი'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -6566,7 +6566,7 @@ class CupertinoLocalizationKa extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'ყველას არჩევა'; @override - String get tabSemanticsLabelRaw => 'ჩანართი \$tabIndex / \$tabCount-დან'; + String get tabSemanticsLabelRaw => r'ჩანართი $tabIndex / $tabCount-დან'; @override String get timerPickerHourLabelFew => null; @@ -6678,10 +6678,10 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => 'Сағат: \$hour'; + String get datePickerHourSemanticsLabelOne => r'Сағат: $hour'; @override - String get datePickerHourSemanticsLabelOther => 'Сағат: \$hour'; + String get datePickerHourSemanticsLabelOther => r'Сағат: $hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -6699,7 +6699,7 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 минут'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute минут'; + String get datePickerMinuteSemanticsLabelOther => r'$minute минут'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -6720,7 +6720,7 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Барлығын таңдау'; @override - String get tabSemanticsLabelRaw => 'Қойынды: \$tabIndex/\$tabCount'; + String get tabSemanticsLabelRaw => r'Қойынды: $tabIndex/$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -6832,10 +6832,10 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => 'ម៉ោង \$hour'; + String get datePickerHourSemanticsLabelOne => r'ម៉ោង $hour'; @override - String get datePickerHourSemanticsLabelOther => 'ម៉ោង \$hour'; + String get datePickerHourSemanticsLabelOther => r'ម៉ោង $hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -6853,7 +6853,7 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 នាទី'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute នាទី'; + String get datePickerMinuteSemanticsLabelOther => r'$minute នាទី'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -6874,7 +6874,7 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'ជ្រើសរើស​ទាំងអស់'; @override - String get tabSemanticsLabelRaw => 'ផ្ទាំងទី \$tabIndex នៃ \$tabCount'; + String get tabSemanticsLabelRaw => r'ផ្ទាំងទី $tabIndex នៃ $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -7140,10 +7140,10 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour시 정각'; + String get datePickerHourSemanticsLabelOne => r'$hour시 정각'; @override - String get datePickerHourSemanticsLabelOther => '\$hour시 정각'; + String get datePickerHourSemanticsLabelOther => r'$hour시 정각'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -7161,7 +7161,7 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1분'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute분'; + String get datePickerMinuteSemanticsLabelOther => r'$minute분'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -7182,7 +7182,7 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => '전체 선택'; @override - String get tabSemanticsLabelRaw => '탭 \$tabCount개 중 \$tabIndex번째'; + String get tabSemanticsLabelRaw => r'탭 $tabCount개 중 $tabIndex번째'; @override String get timerPickerHourLabelFew => null; @@ -7294,10 +7294,10 @@ class CupertinoLocalizationKy extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => 'Саат \$hour'; + String get datePickerHourSemanticsLabelOne => r'Саат $hour'; @override - String get datePickerHourSemanticsLabelOther => 'Саат \$hour'; + String get datePickerHourSemanticsLabelOther => r'Саат $hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -7315,7 +7315,7 @@ class CupertinoLocalizationKy extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 мүнөт'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute мүнөт'; + String get datePickerMinuteSemanticsLabelOther => r'$minute мүнөт'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -7336,7 +7336,7 @@ class CupertinoLocalizationKy extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Баарын тандоо'; @override - String get tabSemanticsLabelRaw => '\$tabCount ичинен \$tabIndex-өтмөк'; + String get tabSemanticsLabelRaw => r'$tabCount ичинен $tabIndex-өтмөк'; @override String get timerPickerHourLabelFew => null; @@ -7448,10 +7448,10 @@ class CupertinoLocalizationLo extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour ໂມງກົງ'; + String get datePickerHourSemanticsLabelOne => r'$hour ໂມງກົງ'; @override - String get datePickerHourSemanticsLabelOther => '\$hour ໂມງກົງ'; + String get datePickerHourSemanticsLabelOther => r'$hour ໂມງກົງ'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -7469,7 +7469,7 @@ class CupertinoLocalizationLo extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 ນາທີ'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute ນາທີ'; + String get datePickerMinuteSemanticsLabelOther => r'$minute ນາທີ'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -7490,7 +7490,7 @@ class CupertinoLocalizationLo extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'ເລືອກທັງໝົດ'; @override - String get tabSemanticsLabelRaw => 'ແຖບທີ \$tabIndex ຈາກທັງໝົດ \$tabCount'; + String get tabSemanticsLabelRaw => r'ແຖບທີ $tabIndex ຈາກທັງໝົດ $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -7596,16 +7596,16 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => '\$hour val.'; + String get datePickerHourSemanticsLabelFew => r'$hour val.'; @override - String get datePickerHourSemanticsLabelMany => '\$hour val.'; + String get datePickerHourSemanticsLabelMany => r'$hour val.'; @override - String get datePickerHourSemanticsLabelOne => '\$hour val.'; + String get datePickerHourSemanticsLabelOne => r'$hour val.'; @override - String get datePickerHourSemanticsLabelOther => '\$hour val.'; + String get datePickerHourSemanticsLabelOther => r'$hour val.'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -7614,16 +7614,16 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => '\$minute min.'; + String get datePickerMinuteSemanticsLabelFew => r'$minute min.'; @override - String get datePickerMinuteSemanticsLabelMany => '\$minute min.'; + String get datePickerMinuteSemanticsLabelMany => r'$minute min.'; @override String get datePickerMinuteSemanticsLabelOne => '1 min.'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute min.'; + String get datePickerMinuteSemanticsLabelOther => r'$minute min.'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -7644,7 +7644,7 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Pasirinkti viską'; @override - String get tabSemanticsLabelRaw => '\$tabIndex skirtukas iš \$tabCount'; + String get tabSemanticsLabelRaw => r'$tabIndex skirtukas iš $tabCount'; @override String get timerPickerHourLabelFew => 'val.'; @@ -7756,16 +7756,16 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => 'plkst. \$hour'; + String get datePickerHourSemanticsLabelOne => r'plkst. $hour'; @override - String get datePickerHourSemanticsLabelOther => 'plkst. \$hour'; + String get datePickerHourSemanticsLabelOther => r'plkst. $hour'; @override String get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => 'plkst. \$hour'; + String get datePickerHourSemanticsLabelZero => r'plkst. $hour'; @override String get datePickerMinuteSemanticsLabelFew => null; @@ -7777,13 +7777,13 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minūte'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minūtes'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minūtes'; @override String get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => '\$minute minūtes'; + String get datePickerMinuteSemanticsLabelZero => r'$minute minūtes'; @override String get modalBarrierDismissLabel => 'Nerādīt'; @@ -7798,7 +7798,7 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Atlasīt visu'; @override - String get tabSemanticsLabelRaw => '\$tabIndex. cilne no \$tabCount'; + String get tabSemanticsLabelRaw => r'$tabIndex. cilne no $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -7910,10 +7910,10 @@ class CupertinoLocalizationMk extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour часот'; + String get datePickerHourSemanticsLabelOne => r'$hour часот'; @override - String get datePickerHourSemanticsLabelOther => '\$hour часот'; + String get datePickerHourSemanticsLabelOther => r'$hour часот'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -7931,7 +7931,7 @@ class CupertinoLocalizationMk extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 минута'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute минути'; + String get datePickerMinuteSemanticsLabelOther => r'$minute минути'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -7952,7 +7952,7 @@ class CupertinoLocalizationMk extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Избери ги сите'; @override - String get tabSemanticsLabelRaw => 'Картичка \$tabIndex од \$tabCount'; + String get tabSemanticsLabelRaw => r'Картичка $tabIndex од $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -8064,10 +8064,10 @@ class CupertinoLocalizationMl extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour മണി'; + String get datePickerHourSemanticsLabelOne => r'$hour മണി'; @override - String get datePickerHourSemanticsLabelOther => '\$hour മണി'; + String get datePickerHourSemanticsLabelOther => r'$hour മണി'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -8085,7 +8085,7 @@ class CupertinoLocalizationMl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => 'ഒരു മിനിറ്റ്'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute മിനിറ്റ്'; + String get datePickerMinuteSemanticsLabelOther => r'$minute മിനിറ്റ്'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -8106,7 +8106,7 @@ class CupertinoLocalizationMl extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'എല്ലാം തിരഞ്ഞെടുക്കുക'; @override - String get tabSemanticsLabelRaw => '\$tabCount ടാബിൽ \$tabIndex-ാമത്തേത്'; + String get tabSemanticsLabelRaw => r'$tabCount ടാബിൽ $tabIndex-ാമത്തേത്'; @override String get timerPickerHourLabelFew => null; @@ -8218,10 +8218,10 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour цаг'; + String get datePickerHourSemanticsLabelOne => r'$hour цаг'; @override - String get datePickerHourSemanticsLabelOther => '\$hour цаг'; + String get datePickerHourSemanticsLabelOther => r'$hour цаг'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -8239,7 +8239,7 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 минут'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute минут'; + String get datePickerMinuteSemanticsLabelOther => r'$minute минут'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -8260,7 +8260,7 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Бүгдийг сонгох'; @override - String get tabSemanticsLabelRaw => '\$tabCount-н \$tabIndex-р таб'; + String get tabSemanticsLabelRaw => r'$tabCount-н $tabIndex-р таб'; @override String get timerPickerHourLabelFew => null; @@ -8372,10 +8372,10 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour वाजता'; + String get datePickerHourSemanticsLabelOne => r'$hour वाजता'; @override - String get datePickerHourSemanticsLabelOther => '\$hour वाजता'; + String get datePickerHourSemanticsLabelOther => r'$hour वाजता'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -8393,7 +8393,7 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => 'एक मिनिट'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute मिनिटे'; + String get datePickerMinuteSemanticsLabelOther => r'$minute मिनिटे'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -8414,7 +8414,7 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'सर्व निवडा'; @override - String get tabSemanticsLabelRaw => '\$tabCount पैकी \$tabIndex टॅब'; + String get tabSemanticsLabelRaw => r'$tabCount पैकी $tabIndex टॅब'; @override String get timerPickerHourLabelFew => null; @@ -8526,10 +8526,10 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => 'Pukul \$hour'; + String get datePickerHourSemanticsLabelOne => r'Pukul $hour'; @override - String get datePickerHourSemanticsLabelOther => 'Pukul \$hour'; + String get datePickerHourSemanticsLabelOther => r'Pukul $hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -8547,7 +8547,7 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minit'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minit'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minit'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -8568,7 +8568,7 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Pilih Semua'; @override - String get tabSemanticsLabelRaw => 'Tab \$tabIndex daripada \$tabCount'; + String get tabSemanticsLabelRaw => r'Tab $tabIndex daripada $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -8680,10 +8680,10 @@ class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour နာရီ'; + String get datePickerHourSemanticsLabelOne => r'$hour နာရီ'; @override - String get datePickerHourSemanticsLabelOther => '\$hour နာရီ'; + String get datePickerHourSemanticsLabelOther => r'$hour နာရီ'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -8701,7 +8701,7 @@ class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '၁ မိနစ်'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute မိနစ်'; + String get datePickerMinuteSemanticsLabelOther => r'$minute မိနစ်'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -8722,7 +8722,7 @@ class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'အားလုံး ရွေးရန်'; @override - String get tabSemanticsLabelRaw => 'တဘ် \$tabCount ခုအနက် \$tabIndex ခု'; + String get tabSemanticsLabelRaw => r'တဘ် $tabCount ခုအနက် $tabIndex ခု'; @override String get timerPickerHourLabelFew => null; @@ -8834,10 +8834,10 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour null-null'; + String get datePickerHourSemanticsLabelOne => r'$hour null-null'; @override - String get datePickerHourSemanticsLabelOther => '\$hour null-null'; + String get datePickerHourSemanticsLabelOther => r'$hour null-null'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -8855,7 +8855,7 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minutt'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minutter'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minutter'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -8876,7 +8876,7 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Velg alle'; @override - String get tabSemanticsLabelRaw => 'Fane \$tabIndex av \$tabCount'; + String get tabSemanticsLabelRaw => r'Fane $tabIndex av $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -8988,10 +8988,10 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour बजे'; + String get datePickerHourSemanticsLabelOne => r'$hour बजे'; @override - String get datePickerHourSemanticsLabelOther => '\$hour बजे'; + String get datePickerHourSemanticsLabelOther => r'$hour बजे'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -9009,7 +9009,7 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '१ मिनेट'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute मिनेट'; + String get datePickerMinuteSemanticsLabelOther => r'$minute मिनेट'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -9030,7 +9030,7 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'सबै चयन गर्नुहोस्'; @override - String get tabSemanticsLabelRaw => '\$tabCount मध्ये \$tabIndex ट्याब'; + String get tabSemanticsLabelRaw => r'$tabCount मध्ये $tabIndex ट्याब'; @override String get timerPickerHourLabelFew => null; @@ -9142,10 +9142,10 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour uur'; + String get datePickerHourSemanticsLabelOne => r'$hour uur'; @override - String get datePickerHourSemanticsLabelOther => '\$hour uur'; + String get datePickerHourSemanticsLabelOther => r'$hour uur'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -9163,7 +9163,7 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minuut'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minuten'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minuten'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -9184,7 +9184,7 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Alles selecteren'; @override - String get tabSemanticsLabelRaw => 'Tabblad \$tabIndex van \$tabCount'; + String get tabSemanticsLabelRaw => r'Tabblad $tabIndex van $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -9296,10 +9296,10 @@ class CupertinoLocalizationNo extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour null-null'; + String get datePickerHourSemanticsLabelOne => r'$hour null-null'; @override - String get datePickerHourSemanticsLabelOther => '\$hour null-null'; + String get datePickerHourSemanticsLabelOther => r'$hour null-null'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -9317,7 +9317,7 @@ class CupertinoLocalizationNo extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minutt'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minutter'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minutter'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -9338,7 +9338,7 @@ class CupertinoLocalizationNo extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Velg alle'; @override - String get tabSemanticsLabelRaw => 'Fane \$tabIndex av \$tabCount'; + String get tabSemanticsLabelRaw => r'Fane $tabIndex av $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -9450,10 +9450,10 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hourଟା'; + String get datePickerHourSemanticsLabelOne => r'$hourଟା'; @override - String get datePickerHourSemanticsLabelOther => '\$hourଟା'; + String get datePickerHourSemanticsLabelOther => r'$hourଟା'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -9471,7 +9471,7 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 ମିନିଟ୍'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute ମିନିଟ୍'; + String get datePickerMinuteSemanticsLabelOther => r'$minute ମିନିଟ୍'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -9492,7 +9492,7 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'ସମସ୍ତ ଚୟନ କରନ୍ତୁ'; @override - String get tabSemanticsLabelRaw => '\$tabCountର \$tabIndex ଟାବ୍'; + String get tabSemanticsLabelRaw => r'$tabCountର $tabIndex ଟାବ୍'; @override String get timerPickerHourLabelFew => null; @@ -9604,10 +9604,10 @@ class CupertinoLocalizationPa extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour ਵਜੇ'; + String get datePickerHourSemanticsLabelOne => r'$hour ਵਜੇ'; @override - String get datePickerHourSemanticsLabelOther => '\$hour ਵਜੇ'; + String get datePickerHourSemanticsLabelOther => r'$hour ਵਜੇ'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -9625,7 +9625,7 @@ class CupertinoLocalizationPa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 ਮਿੰਟ'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute ਮਿੰਟ'; + String get datePickerMinuteSemanticsLabelOther => r'$minute ਮਿੰਟ'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -9646,7 +9646,7 @@ class CupertinoLocalizationPa extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'ਸਭ ਚੁਣੋ'; @override - String get tabSemanticsLabelRaw => '\$tabCount ਵਿੱਚੋਂ \$tabIndex ਟੈਬ'; + String get tabSemanticsLabelRaw => r'$tabCount ਵਿੱਚੋਂ $tabIndex ਟੈਬ'; @override String get timerPickerHourLabelFew => null; @@ -9752,16 +9752,16 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => '\$hour'; + String get datePickerHourSemanticsLabelFew => r'$hour'; @override - String get datePickerHourSemanticsLabelMany => '\$hour'; + String get datePickerHourSemanticsLabelMany => r'$hour'; @override - String get datePickerHourSemanticsLabelOne => '\$hour'; + String get datePickerHourSemanticsLabelOne => r'$hour'; @override - String get datePickerHourSemanticsLabelOther => '\$hour'; + String get datePickerHourSemanticsLabelOther => r'$hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -9770,16 +9770,16 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => '\$minute minuty'; + String get datePickerMinuteSemanticsLabelFew => r'$minute minuty'; @override - String get datePickerMinuteSemanticsLabelMany => '\$minute minut'; + String get datePickerMinuteSemanticsLabelMany => r'$minute minut'; @override String get datePickerMinuteSemanticsLabelOne => '1 minuta'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minuty'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minuty'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -9800,7 +9800,7 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Wybierz wszystkie'; @override - String get tabSemanticsLabelRaw => 'Karta \$tabIndex z \$tabCount'; + String get tabSemanticsLabelRaw => r'Karta $tabIndex z $tabCount'; @override String get timerPickerHourLabelFew => 'godziny'; @@ -9912,10 +9912,10 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour hora'; + String get datePickerHourSemanticsLabelOne => r'$hour hora'; @override - String get datePickerHourSemanticsLabelOther => '\$hour horas'; + String get datePickerHourSemanticsLabelOther => r'$hour horas'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -9933,7 +9933,7 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minuto'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minutos'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minutos'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -9954,7 +9954,7 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Selecionar Tudo'; @override - String get tabSemanticsLabelRaw => 'Guia \$tabIndex de \$tabCount'; + String get tabSemanticsLabelRaw => r'Guia $tabIndex de $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -10042,10 +10042,10 @@ class CupertinoLocalizationPtPt extends CupertinoLocalizationPt { ); @override - String get tabSemanticsLabelRaw => 'Separador \$tabIndex de \$tabCount'; + String get tabSemanticsLabelRaw => r'Separador $tabIndex de $tabCount'; @override - String get datePickerHourSemanticsLabelOther => '\$hour hora'; + String get datePickerHourSemanticsLabelOther => r'$hour hora'; @override String get timerPickerSecondLabelOne => 'seg'; @@ -10106,16 +10106,16 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => 'Ora \$hour'; + String get datePickerHourSemanticsLabelFew => r'Ora $hour'; @override String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => 'Ora \$hour'; + String get datePickerHourSemanticsLabelOne => r'Ora $hour'; @override - String get datePickerHourSemanticsLabelOther => 'Ora \$hour'; + String get datePickerHourSemanticsLabelOther => r'Ora $hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -10124,7 +10124,7 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => '\$minute minute'; + String get datePickerMinuteSemanticsLabelFew => r'$minute minute'; @override String get datePickerMinuteSemanticsLabelMany => null; @@ -10133,7 +10133,7 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minut'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute de minute'; + String get datePickerMinuteSemanticsLabelOther => r'$minute de minute'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -10154,7 +10154,7 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Selectați-le pe toate'; @override - String get tabSemanticsLabelRaw => 'Fila \$tabIndex din \$tabCount'; + String get tabSemanticsLabelRaw => r'Fila $tabIndex din $tabCount'; @override String get timerPickerHourLabelFew => 'ore'; @@ -10260,16 +10260,16 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => '\$hour часа'; + String get datePickerHourSemanticsLabelFew => r'$hour часа'; @override - String get datePickerHourSemanticsLabelMany => '\$hour часов'; + String get datePickerHourSemanticsLabelMany => r'$hour часов'; @override - String get datePickerHourSemanticsLabelOne => '\$hour час'; + String get datePickerHourSemanticsLabelOne => r'$hour час'; @override - String get datePickerHourSemanticsLabelOther => '\$hour часа'; + String get datePickerHourSemanticsLabelOther => r'$hour часа'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -10278,16 +10278,16 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => '\$minute минуты'; + String get datePickerMinuteSemanticsLabelFew => r'$minute минуты'; @override - String get datePickerMinuteSemanticsLabelMany => '\$minute минут'; + String get datePickerMinuteSemanticsLabelMany => r'$minute минут'; @override String get datePickerMinuteSemanticsLabelOne => '1 минута'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute минуты'; + String get datePickerMinuteSemanticsLabelOther => r'$minute минуты'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -10308,7 +10308,7 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Выбрать все'; @override - String get tabSemanticsLabelRaw => 'Вкладка \$tabIndex из \$tabCount'; + String get tabSemanticsLabelRaw => r'Вкладка $tabIndex из $tabCount'; @override String get timerPickerHourLabelFew => 'часа'; @@ -10420,10 +10420,10 @@ class CupertinoLocalizationSi extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hourයි'; + String get datePickerHourSemanticsLabelOne => r'$hourයි'; @override - String get datePickerHourSemanticsLabelOther => '\$hourයි'; + String get datePickerHourSemanticsLabelOther => r'$hourයි'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -10441,7 +10441,7 @@ class CupertinoLocalizationSi extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => 'මිනිත්තු 1'; @override - String get datePickerMinuteSemanticsLabelOther => 'මිනිත්තු \$minute'; + String get datePickerMinuteSemanticsLabelOther => r'මිනිත්තු $minute'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -10462,7 +10462,7 @@ class CupertinoLocalizationSi extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'සියල්ල තෝරන්න'; @override - String get tabSemanticsLabelRaw => 'ටැබ \$tabCount න් \$tabIndex'; + String get tabSemanticsLabelRaw => r'ටැබ $tabCount න් $tabIndex'; @override String get timerPickerHourLabelFew => null; @@ -10568,16 +10568,16 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => '\$hour hodiny'; + String get datePickerHourSemanticsLabelFew => r'$hour hodiny'; @override - String get datePickerHourSemanticsLabelMany => '\$hour hodiny'; + String get datePickerHourSemanticsLabelMany => r'$hour hodiny'; @override - String get datePickerHourSemanticsLabelOne => '\$hour hodina'; + String get datePickerHourSemanticsLabelOne => r'$hour hodina'; @override - String get datePickerHourSemanticsLabelOther => '\$hour hodín'; + String get datePickerHourSemanticsLabelOther => r'$hour hodín'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -10586,16 +10586,16 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => '\$minute minúty'; + String get datePickerMinuteSemanticsLabelFew => r'$minute minúty'; @override - String get datePickerMinuteSemanticsLabelMany => '\$minute minúty'; + String get datePickerMinuteSemanticsLabelMany => r'$minute minúty'; @override String get datePickerMinuteSemanticsLabelOne => '1 minúta'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minút'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minút'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -10616,7 +10616,7 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Vybrať všetko'; @override - String get tabSemanticsLabelRaw => 'Karta \$tabIndex z \$tabCount'; + String get tabSemanticsLabelRaw => r'Karta $tabIndex z $tabCount'; @override String get timerPickerHourLabelFew => 'hodiny'; @@ -10722,25 +10722,25 @@ class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => '\$hour'; + String get datePickerHourSemanticsLabelFew => r'$hour'; @override String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour'; + String get datePickerHourSemanticsLabelOne => r'$hour'; @override - String get datePickerHourSemanticsLabelOther => '\$hour'; + String get datePickerHourSemanticsLabelOther => r'$hour'; @override - String get datePickerHourSemanticsLabelTwo => '\$hour'; + String get datePickerHourSemanticsLabelTwo => r'$hour'; @override String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => '\$minute minute'; + String get datePickerMinuteSemanticsLabelFew => r'$minute minute'; @override String get datePickerMinuteSemanticsLabelMany => null; @@ -10749,10 +10749,10 @@ class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minuta'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minut'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minut'; @override - String get datePickerMinuteSemanticsLabelTwo => '\$minute minuti'; + String get datePickerMinuteSemanticsLabelTwo => r'$minute minuti'; @override String get datePickerMinuteSemanticsLabelZero => null; @@ -10770,7 +10770,7 @@ class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Izberi vse'; @override - String get tabSemanticsLabelRaw => 'Zavihek \$tabIndex od \$tabCount'; + String get tabSemanticsLabelRaw => r'Zavihek $tabIndex od $tabCount'; @override String get timerPickerHourLabelFew => 'ure'; @@ -10882,10 +10882,10 @@ class CupertinoLocalizationSq extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour fiks'; + String get datePickerHourSemanticsLabelOne => r'$hour fiks'; @override - String get datePickerHourSemanticsLabelOther => '\$hour fiks'; + String get datePickerHourSemanticsLabelOther => r'$hour fiks'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -10903,7 +10903,7 @@ class CupertinoLocalizationSq extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minutë'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minuta'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minuta'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -10924,7 +10924,7 @@ class CupertinoLocalizationSq extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Zgjidhi të gjitha'; @override - String get tabSemanticsLabelRaw => 'Skeda \$tabIndex nga \$tabCount'; + String get tabSemanticsLabelRaw => r'Skeda $tabIndex nga $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -11030,16 +11030,16 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => '\$hour сата'; + String get datePickerHourSemanticsLabelFew => r'$hour сата'; @override String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour сат'; + String get datePickerHourSemanticsLabelOne => r'$hour сат'; @override - String get datePickerHourSemanticsLabelOther => '\$hour сати'; + String get datePickerHourSemanticsLabelOther => r'$hour сати'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -11048,7 +11048,7 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => '\$minute минута'; + String get datePickerMinuteSemanticsLabelFew => r'$minute минута'; @override String get datePickerMinuteSemanticsLabelMany => null; @@ -11057,7 +11057,7 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 минут'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute минута'; + String get datePickerMinuteSemanticsLabelOther => r'$minute минута'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -11078,7 +11078,7 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Изабери све'; @override - String get tabSemanticsLabelRaw => '\$tabIndex. картица од \$tabCount'; + String get tabSemanticsLabelRaw => r'$tabIndex. картица од $tabCount'; @override String get timerPickerHourLabelFew => 'сата'; @@ -11206,22 +11206,22 @@ class CupertinoLocalizationSrLatn extends CupertinoLocalizationSr { String get cutButtonLabel => 'Iseci'; @override - String get datePickerHourSemanticsLabelFew => '\$hour sata'; + String get datePickerHourSemanticsLabelFew => r'$hour sata'; @override - String get datePickerHourSemanticsLabelOne => '\$hour sat'; + String get datePickerHourSemanticsLabelOne => r'$hour sat'; @override - String get datePickerHourSemanticsLabelOther => '\$hour sati'; + String get datePickerHourSemanticsLabelOther => r'$hour sati'; @override - String get datePickerMinuteSemanticsLabelFew => '\$minute minuta'; + String get datePickerMinuteSemanticsLabelFew => r'$minute minuta'; @override String get datePickerMinuteSemanticsLabelOne => '1 minut'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minuta'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minuta'; @override String get modalBarrierDismissLabel => 'Odbaci'; @@ -11236,7 +11236,7 @@ class CupertinoLocalizationSrLatn extends CupertinoLocalizationSr { String get selectAllButtonLabel => 'Izaberi sve'; @override - String get tabSemanticsLabelRaw => '\$tabIndex. kartica od \$tabCount'; + String get tabSemanticsLabelRaw => r'$tabIndex. kartica od $tabCount'; @override String get timerPickerHourLabelFew => 'sata'; @@ -11321,10 +11321,10 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => 'Klockan \$hour'; + String get datePickerHourSemanticsLabelOne => r'Klockan $hour'; @override - String get datePickerHourSemanticsLabelOther => 'Klockan \$hour'; + String get datePickerHourSemanticsLabelOther => r'Klockan $hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -11342,7 +11342,7 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minut'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute minuter'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minuter'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -11363,7 +11363,7 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Markera alla'; @override - String get tabSemanticsLabelRaw => 'Flik \$tabIndex av \$tabCount'; + String get tabSemanticsLabelRaw => r'Flik $tabIndex av $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -11475,10 +11475,10 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => 'Saa \$hour kamili'; + String get datePickerHourSemanticsLabelOne => r'Saa $hour kamili'; @override - String get datePickerHourSemanticsLabelOther => 'Saa \$hour kamili'; + String get datePickerHourSemanticsLabelOther => r'Saa $hour kamili'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -11496,7 +11496,7 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => 'Dakika 1'; @override - String get datePickerMinuteSemanticsLabelOther => 'Dakika \$minute'; + String get datePickerMinuteSemanticsLabelOther => r'Dakika $minute'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -11517,7 +11517,7 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Teua Zote'; @override - String get tabSemanticsLabelRaw => 'Kichupo cha \$tabIndex kati ya \$tabCount'; + String get tabSemanticsLabelRaw => r'Kichupo cha $tabIndex kati ya $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -11629,10 +11629,10 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour மணி'; + String get datePickerHourSemanticsLabelOne => r'$hour மணி'; @override - String get datePickerHourSemanticsLabelOther => '\$hour மணி'; + String get datePickerHourSemanticsLabelOther => r'$hour மணி'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -11650,7 +11650,7 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 நிமிடம்'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute நிமிடங்கள்'; + String get datePickerMinuteSemanticsLabelOther => r'$minute நிமிடங்கள்'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -11671,7 +11671,7 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'எல்லாம் தேர்ந்தெடு'; @override - String get tabSemanticsLabelRaw => 'தாவல் \$tabIndex / \$tabCount'; + String get tabSemanticsLabelRaw => r'தாவல் $tabIndex / $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -11783,10 +11783,10 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour అవుతుంది'; + String get datePickerHourSemanticsLabelOne => r'$hour అవుతుంది'; @override - String get datePickerHourSemanticsLabelOther => '\$hour అవుతుంది'; + String get datePickerHourSemanticsLabelOther => r'$hour అవుతుంది'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -11804,7 +11804,7 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 నిమిషం'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute నిమిషాలు'; + String get datePickerMinuteSemanticsLabelOther => r'$minute నిమిషాలు'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -11825,7 +11825,7 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'అన్నింటినీ ఎంచుకోండి'; @override - String get tabSemanticsLabelRaw => '\$tabCountలో \$tabIndexవ ట్యాబ్'; + String get tabSemanticsLabelRaw => r'$tabCountలో $tabIndexవ ట్యాబ్'; @override String get timerPickerHourLabelFew => null; @@ -11937,10 +11937,10 @@ class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour นาฬิกา'; + String get datePickerHourSemanticsLabelOne => r'$hour นาฬิกา'; @override - String get datePickerHourSemanticsLabelOther => '\$hour นาฬิกา'; + String get datePickerHourSemanticsLabelOther => r'$hour นาฬิกา'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -11958,7 +11958,7 @@ class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 นาที'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute นาที'; + String get datePickerMinuteSemanticsLabelOther => r'$minute นาที'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -11979,7 +11979,7 @@ class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'เลือกทั้งหมด'; @override - String get tabSemanticsLabelRaw => 'แท็บที่ \$tabIndex จาก \$tabCount'; + String get tabSemanticsLabelRaw => r'แท็บที่ $tabIndex จาก $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -12091,10 +12091,10 @@ class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => 'Ala \$hour'; + String get datePickerHourSemanticsLabelOne => r'Ala $hour'; @override - String get datePickerHourSemanticsLabelOther => 'Alas \$hour'; + String get datePickerHourSemanticsLabelOther => r'Alas $hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -12112,7 +12112,7 @@ class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 minuto'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute na minuto'; + String get datePickerMinuteSemanticsLabelOther => r'$minute na minuto'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -12133,7 +12133,7 @@ class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Piliin Lahat'; @override - String get tabSemanticsLabelRaw => 'Tab \$tabIndex ng \$tabCount'; + String get tabSemanticsLabelRaw => r'Tab $tabIndex ng $tabCount'; @override String get timerPickerHourLabelFew => null; @@ -12245,10 +12245,10 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => 'Saat \$hour'; + String get datePickerHourSemanticsLabelOne => r'Saat $hour'; @override - String get datePickerHourSemanticsLabelOther => 'Saat \$hour'; + String get datePickerHourSemanticsLabelOther => r'Saat $hour'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -12266,7 +12266,7 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 dakika'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute dakika'; + String get datePickerMinuteSemanticsLabelOther => r'$minute dakika'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -12287,7 +12287,7 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Tümünü Seç'; @override - String get tabSemanticsLabelRaw => 'Sekme \$tabIndex/\$tabCount'; + String get tabSemanticsLabelRaw => r'Sekme $tabIndex/$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -12393,16 +12393,16 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => '\$hour години'; + String get datePickerHourSemanticsLabelFew => r'$hour години'; @override - String get datePickerHourSemanticsLabelMany => '\$hour годин'; + String get datePickerHourSemanticsLabelMany => r'$hour годин'; @override - String get datePickerHourSemanticsLabelOne => '\$hour година'; + String get datePickerHourSemanticsLabelOne => r'$hour година'; @override - String get datePickerHourSemanticsLabelOther => '\$hour години'; + String get datePickerHourSemanticsLabelOther => r'$hour години'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -12411,16 +12411,16 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => '\$minute хвилини'; + String get datePickerMinuteSemanticsLabelFew => r'$minute хвилини'; @override - String get datePickerMinuteSemanticsLabelMany => '\$minute хвилин'; + String get datePickerMinuteSemanticsLabelMany => r'$minute хвилин'; @override String get datePickerMinuteSemanticsLabelOne => '1 хвилина'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute хвилини'; + String get datePickerMinuteSemanticsLabelOther => r'$minute хвилини'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -12441,7 +12441,7 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Вибрати все'; @override - String get tabSemanticsLabelRaw => 'Вкладка \$tabIndex з \$tabCount'; + String get tabSemanticsLabelRaw => r'Вкладка $tabIndex з $tabCount'; @override String get timerPickerHourLabelFew => 'години'; @@ -12553,10 +12553,10 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour بجے'; + String get datePickerHourSemanticsLabelOne => r'$hour بجے'; @override - String get datePickerHourSemanticsLabelOther => '\$hour بجے'; + String get datePickerHourSemanticsLabelOther => r'$hour بجے'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -12574,7 +12574,7 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 منٹ'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute منٹس'; + String get datePickerMinuteSemanticsLabelOther => r'$minute منٹس'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -12595,7 +12595,7 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'سبھی منتخب کریں'; @override - String get tabSemanticsLabelRaw => '\$tabCount میں سے \$tabIndex ٹیب'; + String get tabSemanticsLabelRaw => r'$tabCount میں سے $tabIndex ٹیب'; @override String get timerPickerHourLabelFew => null; @@ -12707,10 +12707,10 @@ class CupertinoLocalizationUz extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour soat'; + String get datePickerHourSemanticsLabelOne => r'$hour soat'; @override - String get datePickerHourSemanticsLabelOther => '\$hour soat'; + String get datePickerHourSemanticsLabelOther => r'$hour soat'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -12728,7 +12728,7 @@ class CupertinoLocalizationUz extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 daqiqa'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute daqiqa'; + String get datePickerMinuteSemanticsLabelOther => r'$minute daqiqa'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -12749,7 +12749,7 @@ class CupertinoLocalizationUz extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Barchasini tanlash'; @override - String get tabSemanticsLabelRaw => '\$tabCount varaqdan \$tabIndex'; + String get tabSemanticsLabelRaw => r'$tabCount varaqdan $tabIndex'; @override String get timerPickerHourLabelFew => null; @@ -12861,10 +12861,10 @@ class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour giờ'; + String get datePickerHourSemanticsLabelOne => r'$hour giờ'; @override - String get datePickerHourSemanticsLabelOther => '\$hour giờ'; + String get datePickerHourSemanticsLabelOther => r'$hour giờ'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -12882,7 +12882,7 @@ class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 phút'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute phút'; + String get datePickerMinuteSemanticsLabelOther => r'$minute phút'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -12903,7 +12903,7 @@ class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Chọn tất cả'; @override - String get tabSemanticsLabelRaw => 'Thẻ \$tabIndex/\$tabCount'; + String get tabSemanticsLabelRaw => r'Thẻ $tabIndex/$tabCount'; @override String get timerPickerHourLabelFew => null; @@ -13015,10 +13015,10 @@ class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour 点'; + String get datePickerHourSemanticsLabelOne => r'$hour 点'; @override - String get datePickerHourSemanticsLabelOther => '\$hour 点'; + String get datePickerHourSemanticsLabelOther => r'$hour 点'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -13036,7 +13036,7 @@ class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 分钟'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute 分钟'; + String get datePickerMinuteSemanticsLabelOther => r'$minute 分钟'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -13057,7 +13057,7 @@ class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => '全选'; @override - String get tabSemanticsLabelRaw => '第 \$tabIndex 个标签,共 \$tabCount 个'; + String get tabSemanticsLabelRaw => r'第 $tabIndex 个标签,共 $tabCount 个'; @override String get timerPickerHourLabelFew => null; @@ -13185,16 +13185,16 @@ class CupertinoLocalizationZhHant extends CupertinoLocalizationZh { String get datePickerDateTimeOrderString => 'date_dayPeriod_time'; @override - String get datePickerHourSemanticsLabelOne => '\$hour 點'; + String get datePickerHourSemanticsLabelOne => r'$hour 點'; @override - String get datePickerHourSemanticsLabelOther => '\$hour 點'; + String get datePickerHourSemanticsLabelOther => r'$hour 點'; @override String get datePickerMinuteSemanticsLabelOne => '1 分鐘'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute 分鐘'; + String get datePickerMinuteSemanticsLabelOther => r'$minute 分鐘'; @override String get modalBarrierDismissLabel => '拒絕'; @@ -13206,7 +13206,7 @@ class CupertinoLocalizationZhHant extends CupertinoLocalizationZh { String get selectAllButtonLabel => '全選'; @override - String get tabSemanticsLabelRaw => '\$tabCount 個分頁中嘅第 \$tabIndex 個'; + String get tabSemanticsLabelRaw => r'$tabCount 個分頁中嘅第 $tabIndex 個'; @override String get timerPickerHourLabelOne => '小時'; @@ -13277,13 +13277,13 @@ class CupertinoLocalizationZhHantTw extends CupertinoLocalizationZhHant { ); @override - String get tabSemanticsLabelRaw => '第 \$tabIndex 個分頁標籤,共 \$tabCount 個'; + String get tabSemanticsLabelRaw => r'第 $tabIndex 個分頁標籤,共 $tabCount 個'; @override String get datePickerMinuteSemanticsLabelOne => '1 分'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute 分'; + String get datePickerMinuteSemanticsLabelOther => r'$minute 分'; @override String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @@ -13353,10 +13353,10 @@ class CupertinoLocalizationZu extends GlobalCupertinoLocalizations { String get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\$hour ezimpondweni'; + String get datePickerHourSemanticsLabelOne => r'$hour ezimpondweni'; @override - String get datePickerHourSemanticsLabelOther => '\$hour ezimpondweni'; + String get datePickerHourSemanticsLabelOther => r'$hour ezimpondweni'; @override String get datePickerHourSemanticsLabelTwo => null; @@ -13374,7 +13374,7 @@ class CupertinoLocalizationZu extends GlobalCupertinoLocalizations { String get datePickerMinuteSemanticsLabelOne => '1 iminithi'; @override - String get datePickerMinuteSemanticsLabelOther => '\$minute amaminithi'; + String get datePickerMinuteSemanticsLabelOther => r'$minute amaminithi'; @override String get datePickerMinuteSemanticsLabelTwo => null; @@ -13395,7 +13395,7 @@ class CupertinoLocalizationZu extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Khetha konke'; @override - String get tabSemanticsLabelRaw => 'Ithebhu \$tabIndex kwangu-\$tabCount'; + String get tabSemanticsLabelRaw => r'Ithebhu $tabIndex kwangu-$tabCount'; @override String get timerPickerHourLabelFew => null; diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index 3b08b2114fc4..ab0202104b7d 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -51,7 +51,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Meer oor \$applicationName'; + String get aboutListTileTitleRaw => r'Meer oor $applicationName'; @override String get alertDialogLabel => 'Opletberig'; @@ -99,7 +99,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get datePickerHelpText => 'KIES DATUM'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Einddatum \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Einddatum $fullDate'; @override String get dateRangeEndLabel => 'Einddatum'; @@ -108,7 +108,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'KIES REEKS'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Begindatum \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Begindatum $fullDate'; @override String get dateRangeStartLabel => 'Begindatum'; @@ -147,7 +147,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Ongeldige reeks.'; @override - String get invalidTimeLabel => 'Voer \'n geldige tyd in'; + String get invalidTimeLabel => "Voer 'n geldige tyd in"; @override String get licensesPackageDetailTextFew => null; @@ -159,7 +159,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 lisensie'; @override - String get licensesPackageDetailTextOther => '\$licenseCount lisensies'; + String get licensesPackageDetailTextOther => r'$licenseCount lisensies'; @override String get licensesPackageDetailTextTwo => null; @@ -189,10 +189,10 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Maak navigasiekieslys oop'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow van \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow van $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow van ongeveer \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow van ongeveer $rowCount'; @override String get pasteButtonLabel => 'Plak'; @@ -222,7 +222,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 karakter oor'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount karakters oor'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount karakters oor'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -276,7 +276,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 item is gekies'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount items is gekies'; + String get selectedRowCountTitleOther => r'$selectedRowCount items is gekies'; @override String get selectedRowCountTitleTwo => null; @@ -294,7 +294,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get signedInLabel => 'Aangemeld'; @override - String get tabLabelRaw => 'Oortjie \$tabIndex van \$tabCount'; + String get tabLabelRaw => r'Oortjie $tabIndex van $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -357,7 +357,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'ስለ \$applicationName'; + String get aboutListTileTitleRaw => r'ስለ $applicationName'; @override String get alertDialogLabel => 'ማንቂያ'; @@ -405,7 +405,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ቀን ይምረጡ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'የማብቂያ ቀን \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'የማብቂያ ቀን $fullDate'; @override String get dateRangeEndLabel => 'የመጨረሻ ቀን'; @@ -414,7 +414,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ክልል ይምረጡ'; @override - String get dateRangeStartDateSemanticLabelRaw => 'የመጀመሪያ ቀን \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'የመጀመሪያ ቀን $fullDate'; @override String get dateRangeStartLabel => 'የመጀመሪያ ቀን'; @@ -465,7 +465,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 ፈቃድ'; @override - String get licensesPackageDetailTextOther => '\$licenseCount ፈቃዶች'; + String get licensesPackageDetailTextOther => r'$licenseCount ፈቃዶች'; @override String get licensesPackageDetailTextTwo => null; @@ -495,10 +495,10 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'የዳሰሳ ምናሌን ክፈት'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow ከ\$rowCount ውስጥ'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow ከ$rowCount ውስጥ'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow ከ\$rowCount ያህል ውስጥ'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow ከ$rowCount ያህል ውስጥ'; @override String get pasteButtonLabel => 'ለጥፍ'; @@ -528,7 +528,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 ቁምፊ ይቀራል'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount ቁምፊዎች ይቀራሉ'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount ቁምፊዎች ይቀራሉ'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -582,7 +582,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 ንጥል ተመርጧል'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount ንጥሎች ተመርጠዋል'; + String get selectedRowCountTitleOther => r'$selectedRowCount ንጥሎች ተመርጠዋል'; @override String get selectedRowCountTitleTwo => null; @@ -600,7 +600,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get signedInLabel => 'በመለያ ገብቷል'; @override - String get tabLabelRaw => 'ትር \$tabIndex ከ\$tabCount'; + String get tabLabelRaw => r'ትር $tabIndex ከ$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -663,7 +663,7 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'لمحة عن \"\$applicationName\"'; + String get aboutListTileTitleRaw => r'لمحة عن "$applicationName"'; @override String get alertDialogLabel => 'تنبيه'; @@ -711,7 +711,7 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get datePickerHelpText => 'اختيار التاريخ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'تاريخ الانتهاء \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'تاريخ الانتهاء $fullDate'; @override String get dateRangeEndLabel => 'تاريخ الانتهاء'; @@ -720,7 +720,7 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'اختيار النطاق'; @override - String get dateRangeStartDateSemanticLabelRaw => 'تاريخ البدء \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'تاريخ البدء $fullDate'; @override String get dateRangeStartLabel => 'تاريخ البدء'; @@ -732,7 +732,7 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'حذف'; @override - String get dialModeButtonLabel => 'التبديل إلى وضع \"منتقي قُرص الساعة\"'; + String get dialModeButtonLabel => 'التبديل إلى وضع "منتقي قُرص الساعة"'; @override String get dialogLabel => 'مربع حوار'; @@ -750,7 +750,7 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'التبديل إلى الإدخال'; @override - String get inputTimeModeButtonLabel => 'التبديل إلى وضع \"إدخال النص\"'; + String get inputTimeModeButtonLabel => 'التبديل إلى وضع "إدخال النص"'; @override String get invalidDateFormatLabel => 'التنسيق غير صالح.'; @@ -762,19 +762,19 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'يُرجى إدخال وقت صالح.'; @override - String get licensesPackageDetailTextFew => '\$licenseCount تراخيص'; + String get licensesPackageDetailTextFew => r'$licenseCount تراخيص'; @override - String get licensesPackageDetailTextMany => '\$licenseCount ترخيصًا'; + String get licensesPackageDetailTextMany => r'$licenseCount ترخيصًا'; @override String get licensesPackageDetailTextOne => 'ترخيص واحد'; @override - String get licensesPackageDetailTextOther => '\$licenseCount ترخيص'; + String get licensesPackageDetailTextOther => r'$licenseCount ترخيص'; @override - String get licensesPackageDetailTextTwo => 'ترخيصان (\$licenseCount)'; + String get licensesPackageDetailTextTwo => r'ترخيصان ($licenseCount)'; @override String get licensesPackageDetailTextZero => 'ما مِن تراخيص'; @@ -801,10 +801,10 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'فتح قائمة التنقل'; @override - String get pageRowsInfoTitleRaw => 'من \$firstRow إلى \$lastRow من إجمالي \$rowCount'; + String get pageRowsInfoTitleRaw => r'من $firstRow إلى $lastRow من إجمالي $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => 'من \$firstRow إلى \$lastRow من إجمالي \$rowCount تقريبًا'; + String get pageRowsInfoTitleApproximateRaw => r'من $firstRow إلى $lastRow من إجمالي $rowCount تقريبًا'; @override String get pasteButtonLabel => 'لصق'; @@ -825,19 +825,19 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'إعادة تحميل'; @override - String get remainingTextFieldCharacterCountFew => '\$remainingCount أحرف متبقية'; + String get remainingTextFieldCharacterCountFew => r'$remainingCount أحرف متبقية'; @override - String get remainingTextFieldCharacterCountMany => '\$remainingCount حرفًا متبقيًا'; + String get remainingTextFieldCharacterCountMany => r'$remainingCount حرفًا متبقيًا'; @override String get remainingTextFieldCharacterCountOne => 'حرف واحد متبقٍ'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount حرف متبقٍ'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount حرف متبقٍ'; @override - String get remainingTextFieldCharacterCountTwo => 'حرفان (\$remainingCount) متبقيان'; + String get remainingTextFieldCharacterCountTwo => r'حرفان ($remainingCount) متبقيان'; @override String get remainingTextFieldCharacterCountZero => 'لا أحرف متبقية'; @@ -879,19 +879,19 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'اختيار العام'; @override - String get selectedRowCountTitleFew => 'تم اختيار \$selectedRowCount عنصر'; + String get selectedRowCountTitleFew => r'تم اختيار $selectedRowCount عنصر'; @override - String get selectedRowCountTitleMany => 'تم اختيار \$selectedRowCount عنصرًا'; + String get selectedRowCountTitleMany => r'تم اختيار $selectedRowCount عنصرًا'; @override String get selectedRowCountTitleOne => 'تم اختيار عنصر واحد'; @override - String get selectedRowCountTitleOther => 'تم اختيار \$selectedRowCount عنصر'; + String get selectedRowCountTitleOther => r'تم اختيار $selectedRowCount عنصر'; @override - String get selectedRowCountTitleTwo => 'تم اختيار عنصرين (\$selectedRowCount)'; + String get selectedRowCountTitleTwo => r'تم اختيار عنصرين ($selectedRowCount)'; @override String get selectedRowCountTitleZero => 'لم يتم اختيار أي عنصر'; @@ -906,7 +906,7 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get signedInLabel => 'تم تسجيل الدخول'; @override - String get tabLabelRaw => 'علامة التبويب \$tabIndex من \$tabCount'; + String get tabLabelRaw => r'علامة التبويب $tabIndex من $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @@ -969,7 +969,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationNameৰ বিষয়ে'; + String get aboutListTileTitleRaw => r'$applicationNameৰ বিষয়ে'; @override String get alertDialogLabel => 'সতৰ্কবাৰ্তা'; @@ -1017,7 +1017,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get datePickerHelpText => 'তাৰিখ বাছনি কৰক'; @override - String get dateRangeEndDateSemanticLabelRaw => 'সমাপ্তিৰ তাৰিখ \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'সমাপ্তিৰ তাৰিখ $fullDate'; @override String get dateRangeEndLabel => 'সমাপ্তিৰ তাৰিখ'; @@ -1026,7 +1026,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'পৰিসৰ বাছনি কৰক'; @override - String get dateRangeStartDateSemanticLabelRaw => 'আৰম্ভণিৰ তাৰিখ \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'আৰম্ভণিৰ তাৰিখ $fullDate'; @override String get dateRangeStartLabel => 'আৰম্ভণিৰ তাৰিখ'; @@ -1041,7 +1041,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get dialModeButtonLabel => 'ডায়েল বাছনিকৰ্তাৰ ম’ডলৈ সলনি কৰক'; @override - String get dialogLabel => 'ডায়ল\'গ'; + String get dialogLabel => "ডায়ল'গ"; @override String get drawerLabel => 'নেভিগেশ্বন মেনু'; @@ -1077,7 +1077,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '১ খন অনুজ্ঞাপত্ৰ'; @override - String get licensesPackageDetailTextOther => '\$licenseCount খন অনুজ্ঞাপত্ৰ'; + String get licensesPackageDetailTextOther => r'$licenseCount খন অনুজ্ঞাপত্ৰ'; @override String get licensesPackageDetailTextTwo => null; @@ -1107,16 +1107,16 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'নেভিগেশ্বন মেনু খোলক'; @override - String get pageRowsInfoTitleRaw => '\$rowCountৰ \$firstRow–\$lastRow'; + String get pageRowsInfoTitleRaw => r'$rowCountৰ $firstRow–$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => '\$rowCountৰ \$firstRow–\$lastRow'; + String get pageRowsInfoTitleApproximateRaw => r'$rowCountৰ $firstRow–$lastRow'; @override - String get pasteButtonLabel => 'পে\'ষ্ট কৰক'; + String get pasteButtonLabel => "পে'ষ্ট কৰক"; @override - String get popupMenuLabel => 'প\'পআপ মেনু'; + String get popupMenuLabel => "প'পআপ মেনু"; @override String get postMeridiemAbbreviation => 'অপৰাহ্ন'; @@ -1140,7 +1140,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '১টা বর্ণ বাকী আছে'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCountটা বর্ণ বাকী আছে'; + String get remainingTextFieldCharacterCountOther => r'$remainingCountটা বর্ণ বাকী আছে'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -1191,10 +1191,10 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '১টা বস্তু বাছনি কৰা হ\'ল'; + String get selectedRowCountTitleOne => "১টা বস্তু বাছনি কৰা হ'ল"; @override - String get selectedRowCountTitleOther => '\$selectedRowCountটা বস্তু বাছনি কৰা হ’ল'; + String get selectedRowCountTitleOther => r'$selectedRowCountটা বস্তু বাছনি কৰা হ’ল'; @override String get selectedRowCountTitleTwo => null; @@ -1212,7 +1212,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get signedInLabel => 'ছাইন ইন কৰা হ’ল'; @override - String get tabLabelRaw => '\$tabCountৰ \$tabIndexটা টেব'; + String get tabLabelRaw => r'$tabCountৰ $tabIndexটা টেব'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -1275,7 +1275,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName haqqında'; + String get aboutListTileTitleRaw => r'$applicationName haqqında'; @override String get alertDialogLabel => 'Bildiriş'; @@ -1323,7 +1323,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get datePickerHelpText => 'TARİX SEÇİN'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Bitmə tarixi: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Bitmə tarixi: $fullDate'; @override String get dateRangeEndLabel => 'Bitmə tarixi'; @@ -1332,7 +1332,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ARALIQ SEÇİN'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Başlama tarixi: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Başlama tarixi: $fullDate'; @override String get dateRangeStartLabel => 'Başlama tarixi'; @@ -1383,7 +1383,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 lisenziya'; @override - String get licensesPackageDetailTextOther => '\$licenseCount lisenziya'; + String get licensesPackageDetailTextOther => r'$licenseCount lisenziya'; @override String get licensesPackageDetailTextTwo => null; @@ -1413,10 +1413,10 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Naviqasiya menyusunu açın'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow/\$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow/$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow/ təxminən \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow/ təxminən $rowCount'; @override String get pasteButtonLabel => 'Yerləşdirin'; @@ -1446,7 +1446,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 simvol qalır'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount simvol qalır'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount simvol qalır'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -1500,7 +1500,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 element seçildi'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount element seçildi'; + String get selectedRowCountTitleOther => r'$selectedRowCount element seçildi'; @override String get selectedRowCountTitleTwo => null; @@ -1518,7 +1518,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get signedInLabel => 'Daxil olundu'; @override - String get tabLabelRaw => '\$tabIndex/\$tabCount tab'; + String get tabLabelRaw => r'$tabIndex/$tabCount tab'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -1581,7 +1581,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Інфармацыя пра праграму \"\$applicationName\"'; + String get aboutListTileTitleRaw => r'Інфармацыя пра праграму "$applicationName"'; @override String get alertDialogLabel => 'Абвестка'; @@ -1629,7 +1629,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ВЫБАР ДАТЫ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Дата заканчэння: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Дата заканчэння: $fullDate'; @override String get dateRangeEndLabel => 'Дата заканчэння'; @@ -1638,7 +1638,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ВЫБАР ДЫЯПАЗОНУ'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Дата пачатку: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Дата пачатку: $fullDate'; @override String get dateRangeStartLabel => 'Дата пачатку'; @@ -1680,16 +1680,16 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Увядзіце дапушчальны час'; @override - String get licensesPackageDetailTextFew => '\$licenseCount ліцэнзіі'; + String get licensesPackageDetailTextFew => r'$licenseCount ліцэнзіі'; @override - String get licensesPackageDetailTextMany => '\$licenseCount ліцэнзій'; + String get licensesPackageDetailTextMany => r'$licenseCount ліцэнзій'; @override String get licensesPackageDetailTextOne => '1 ліцэнзія'; @override - String get licensesPackageDetailTextOther => '\$licenseCount ліцэнзіі'; + String get licensesPackageDetailTextOther => r'$licenseCount ліцэнзіі'; @override String get licensesPackageDetailTextTwo => null; @@ -1719,10 +1719,10 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Адкрыць меню навігацыі'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow з \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow з $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow з прыблізна \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow з прыблізна $rowCount'; @override String get pasteButtonLabel => 'Уставіць'; @@ -1743,16 +1743,16 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Абнавіць'; @override - String get remainingTextFieldCharacterCountFew => 'Засталося \$remainingCount сімвалы'; + String get remainingTextFieldCharacterCountFew => r'Засталося $remainingCount сімвалы'; @override - String get remainingTextFieldCharacterCountMany => 'Засталося \$remainingCount сімвалаў'; + String get remainingTextFieldCharacterCountMany => r'Засталося $remainingCount сімвалаў'; @override String get remainingTextFieldCharacterCountOne => 'Застаўся 1 сімвал'; @override - String get remainingTextFieldCharacterCountOther => 'Засталося \$remainingCount сімвала'; + String get remainingTextFieldCharacterCountOther => r'Засталося $remainingCount сімвала'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -1797,16 +1797,16 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Выберыце год'; @override - String get selectedRowCountTitleFew => 'Выбрана \$selectedRowCount элементы'; + String get selectedRowCountTitleFew => r'Выбрана $selectedRowCount элементы'; @override - String get selectedRowCountTitleMany => 'Выбрана \$selectedRowCount элементаў'; + String get selectedRowCountTitleMany => r'Выбрана $selectedRowCount элементаў'; @override String get selectedRowCountTitleOne => 'Выбраны 1 элемент'; @override - String get selectedRowCountTitleOther => 'Выбрана \$selectedRowCount элемента'; + String get selectedRowCountTitleOther => r'Выбрана $selectedRowCount элемента'; @override String get selectedRowCountTitleTwo => null; @@ -1824,7 +1824,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get signedInLabel => 'Уваход выкананы'; @override - String get tabLabelRaw => 'Укладка \$tabIndex з \$tabCount'; + String get tabLabelRaw => r'Укладка $tabIndex з $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -1887,7 +1887,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Всичко за \$applicationName'; + String get aboutListTileTitleRaw => r'Всичко за $applicationName'; @override String get alertDialogLabel => 'Сигнал'; @@ -1935,7 +1935,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ИЗБИРАНЕ НА ДАТА'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Крайна дата: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Крайна дата: $fullDate'; @override String get dateRangeEndLabel => 'Крайна дата'; @@ -1944,7 +1944,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ИЗБИРАНЕ НА ПЕРИОД ОТ ВРЕМЕ'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Начална дата: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Начална дата: $fullDate'; @override String get dateRangeStartLabel => 'Начална дата'; @@ -1995,7 +1995,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 лиценз'; @override - String get licensesPackageDetailTextOther => '\$licenseCount лиценза'; + String get licensesPackageDetailTextOther => r'$licenseCount лиценза'; @override String get licensesPackageDetailTextTwo => null; @@ -2025,10 +2025,10 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Отваряне на менюто за навигация'; @override - String get pageRowsInfoTitleRaw => '\$firstRow – \$lastRow от \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow от $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow – \$lastRow от около \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow от около $rowCount'; @override String get pasteButtonLabel => 'Поставяне'; @@ -2058,7 +2058,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Остава 1 знак'; @override - String get remainingTextFieldCharacterCountOther => 'Остават \$remainingCount знака'; + String get remainingTextFieldCharacterCountOther => r'Остават $remainingCount знака'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -2112,7 +2112,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Избран е 1 елемент'; @override - String get selectedRowCountTitleOther => 'Избрани са \$selectedRowCount елемента'; + String get selectedRowCountTitleOther => r'Избрани са $selectedRowCount елемента'; @override String get selectedRowCountTitleTwo => null; @@ -2130,7 +2130,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get signedInLabel => 'В профила си сте'; @override - String get tabLabelRaw => 'Раздел \$tabIndex от \$tabCount'; + String get tabLabelRaw => r'Раздел $tabIndex от $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -2193,7 +2193,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName সম্পর্কে'; + String get aboutListTileTitleRaw => r'$applicationName সম্পর্কে'; @override String get alertDialogLabel => 'সতর্কতা'; @@ -2241,7 +2241,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get datePickerHelpText => 'তারিখ বেছে নিন'; @override - String get dateRangeEndDateSemanticLabelRaw => 'শেষ হওয়ার তারিখ \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'শেষ হওয়ার তারিখ $fullDate'; @override String get dateRangeEndLabel => 'শেষ হওয়ার তারিখ'; @@ -2250,7 +2250,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'তারিখের ব্যাপ্তি বেছে নিন'; @override - String get dateRangeStartDateSemanticLabelRaw => 'শুরুর তারিখ \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'শুরুর তারিখ $fullDate'; @override String get dateRangeStartLabel => 'শুরুর তারিখ'; @@ -2301,7 +2301,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '১টি লাইসেন্স'; @override - String get licensesPackageDetailTextOther => '\$licenseCountটি লাইসেন্স'; + String get licensesPackageDetailTextOther => r'$licenseCountটি লাইসেন্স'; @override String get licensesPackageDetailTextTwo => null; @@ -2331,10 +2331,10 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'নেভিগেশন মেনু খুলুন'; @override - String get pageRowsInfoTitleRaw => '\$rowCountটির মধ্যে \$firstRow-\$lastRow'; + String get pageRowsInfoTitleRaw => r'$rowCountটির মধ্যে $firstRow-$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => 'প্রায় \$rowCountটির মধ্যে \$firstRow-\$lastRow নম্বর'; + String get pageRowsInfoTitleApproximateRaw => r'প্রায় $rowCountটির মধ্যে $firstRow-$lastRow নম্বর'; @override String get pasteButtonLabel => 'পেস্ট করুন'; @@ -2364,7 +2364,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'আর ১টি অক্ষর লেখা যাবে'; @override - String get remainingTextFieldCharacterCountOther => 'আর \$remainingCountটি অক্ষর লেখা যাবে'; + String get remainingTextFieldCharacterCountOther => r'আর $remainingCountটি অক্ষর লেখা যাবে'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -2418,7 +2418,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '১টি আইটেম বেছে নেওয়া হয়েছে'; @override - String get selectedRowCountTitleOther => '\$selectedRowCountটি আইটেম বেছে নেওয়া হয়েছে'; + String get selectedRowCountTitleOther => r'$selectedRowCountটি আইটেম বেছে নেওয়া হয়েছে'; @override String get selectedRowCountTitleTwo => null; @@ -2436,7 +2436,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get signedInLabel => 'সাইন-ইন করা হয়েছে'; @override - String get tabLabelRaw => '\$tabCount-এর মধ্যে \$tabIndexটি ট্যাব'; + String get tabLabelRaw => r'$tabCount-এর মধ্যে $tabIndexটি ট্যাব'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -2499,7 +2499,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'O aplikaciji \$applicationName'; + String get aboutListTileTitleRaw => r'O aplikaciji $applicationName'; @override String get alertDialogLabel => 'Upozorenje'; @@ -2547,7 +2547,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ODABERITE DATUM'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Datum završetka: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Datum završetka: $fullDate'; @override String get dateRangeEndLabel => 'Datum završetka'; @@ -2556,7 +2556,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ODABERITE RASPON'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Datum početka: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Datum početka: $fullDate'; @override String get dateRangeStartLabel => 'Datum početka'; @@ -2598,7 +2598,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Unesite ispravno vrijeme'; @override - String get licensesPackageDetailTextFew => '\$licenseCount licence'; + String get licensesPackageDetailTextFew => r'$licenseCount licence'; @override String get licensesPackageDetailTextMany => null; @@ -2607,7 +2607,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 licenca'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenci'; + String get licensesPackageDetailTextOther => r'$licenseCount licenci'; @override String get licensesPackageDetailTextTwo => null; @@ -2637,10 +2637,10 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Otvorite meni za navigaciju'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow od \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow od $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow od oko \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow od oko $rowCount'; @override String get pasteButtonLabel => 'Zalijepi'; @@ -2661,7 +2661,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Osvježi'; @override - String get remainingTextFieldCharacterCountFew => 'Još \$remainingCount znaka'; + String get remainingTextFieldCharacterCountFew => r'Još $remainingCount znaka'; @override String get remainingTextFieldCharacterCountMany => null; @@ -2670,7 +2670,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Još jedan znak'; @override - String get remainingTextFieldCharacterCountOther => 'Još \$remainingCount znakova'; + String get remainingTextFieldCharacterCountOther => r'Još $remainingCount znakova'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -2715,7 +2715,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Odaberite godinu'; @override - String get selectedRowCountTitleFew => 'Odabrane su \$selectedRowCount stavke'; + String get selectedRowCountTitleFew => r'Odabrane su $selectedRowCount stavke'; @override String get selectedRowCountTitleMany => null; @@ -2724,7 +2724,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Odabrana je jedna stavka'; @override - String get selectedRowCountTitleOther => 'Odabrano je \$selectedRowCount stavki'; + String get selectedRowCountTitleOther => r'Odabrano je $selectedRowCount stavki'; @override String get selectedRowCountTitleTwo => null; @@ -2742,7 +2742,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get signedInLabel => 'Prijavljeni ste'; @override - String get tabLabelRaw => '\$tabIndex. kartica od \$tabCount'; + String get tabLabelRaw => r'$tabIndex. kartica od $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -2805,7 +2805,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Sobre \$applicationName'; + String get aboutListTileTitleRaw => r'Sobre $applicationName'; @override String get alertDialogLabel => 'Alerta'; @@ -2847,25 +2847,25 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get dateInputLabel => 'Introdueix una data'; @override - String get dateOutOfRangeLabel => 'Fora de l\'abast.'; + String get dateOutOfRangeLabel => "Fora de l'abast."; @override String get datePickerHelpText => 'SELECCIONA LA DATA'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Data de finalització \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Data de finalització $fullDate'; @override String get dateRangeEndLabel => 'Data de finalització'; @override - String get dateRangePickerHelpText => 'SELECCIONA L\'INTERVAL'; + String get dateRangePickerHelpText => "SELECCIONA L'INTERVAL"; @override - String get dateRangeStartDateSemanticLabelRaw => 'Data d\'inici \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r"Data d'inici $fullDate"; @override - String get dateRangeStartLabel => 'Data d\'inici'; + String get dateRangeStartLabel => "Data d'inici"; @override String get dateSeparator => '/'; @@ -2892,13 +2892,13 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Canvia a introducció de text'; @override - String get inputTimeModeButtonLabel => 'Canvia al mode d\'introducció de text'; + String get inputTimeModeButtonLabel => "Canvia al mode d'introducció de text"; @override String get invalidDateFormatLabel => 'El format no és vàlid.'; @override - String get invalidDateRangeLabel => 'L\'interval no és vàlid.'; + String get invalidDateRangeLabel => "L'interval no és vàlid."; @override String get invalidTimeLabel => 'Introdueix una hora vàlida'; @@ -2913,7 +2913,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 llicència'; @override - String get licensesPackageDetailTextOther => '\$licenseCount llicències'; + String get licensesPackageDetailTextOther => r'$licenseCount llicències'; @override String get licensesPackageDetailTextTwo => null; @@ -2937,16 +2937,16 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get nextPageTooltip => 'Pàgina següent'; @override - String get okButtonLabel => 'D\'ACORD'; + String get okButtonLabel => "D'ACORD"; @override String get openAppDrawerTooltip => 'Obre el menú de navegació'; @override - String get pageRowsInfoTitleRaw => '\$firstRow-\$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow-\$lastRow d\'aproximadament \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r"$firstRow-$lastRow d'aproximadament $rowCount"; @override String get pasteButtonLabel => 'Enganxa'; @@ -2976,7 +2976,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Queda 1 caràcter'; @override - String get remainingTextFieldCharacterCountOther => 'Queden \$remainingCount caràcters'; + String get remainingTextFieldCharacterCountOther => r'Queden $remainingCount caràcters'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -2988,7 +2988,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get reorderItemDown => 'Mou avall'; @override - String get reorderItemLeft => 'Mou cap a l\'esquerra'; + String get reorderItemLeft => "Mou cap a l'esquerra"; @override String get reorderItemRight => 'Mou cap a la dreta'; @@ -3027,10 +3027,10 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => 'S\'ha seleccionat 1 element'; + String get selectedRowCountTitleOne => "S'ha seleccionat 1 element"; @override - String get selectedRowCountTitleOther => 'S\'han seleccionat \$selectedRowCount elements'; + String get selectedRowCountTitleOther => r"S'han seleccionat $selectedRowCount elements"; @override String get selectedRowCountTitleTwo => null; @@ -3048,13 +3048,13 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get signedInLabel => 'Sessió iniciada'; @override - String get tabLabelRaw => 'Pestanya \$tabIndex de \$tabCount'; + String get tabLabelRaw => r'Pestanya $tabIndex de $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'SELECCIONA L\'HORA'; + String get timePickerDialHelpText => "SELECCIONA L'HORA"; @override String get timePickerHourLabel => 'Hora'; @@ -3063,7 +3063,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Selecciona les hores'; @override - String get timePickerInputHelpText => 'INTRODUEIX L\'HORA'; + String get timePickerInputHelpText => "INTRODUEIX L'HORA"; @override String get timePickerMinuteLabel => 'Minut'; @@ -3111,7 +3111,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'O aplikaci \$applicationName'; + String get aboutListTileTitleRaw => r'O aplikaci $applicationName'; @override String get alertDialogLabel => 'Upozornění'; @@ -3159,7 +3159,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get datePickerHelpText => 'VYBERTE DATUM'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Datum ukončení \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Datum ukončení $fullDate'; @override String get dateRangeEndLabel => 'Datum ukončení'; @@ -3168,7 +3168,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'VYBERTE ROZSAH'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Datum zahájení \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Datum zahájení $fullDate'; @override String get dateRangeStartLabel => 'Datum zahájení'; @@ -3210,16 +3210,16 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Zadejte platný čas'; @override - String get licensesPackageDetailTextFew => '\$licenseCount licence'; + String get licensesPackageDetailTextFew => r'$licenseCount licence'; @override - String get licensesPackageDetailTextMany => '\$licenseCount licence'; + String get licensesPackageDetailTextMany => r'$licenseCount licence'; @override String get licensesPackageDetailTextOne => '1 licence'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencí'; + String get licensesPackageDetailTextOther => r'$licenseCount licencí'; @override String get licensesPackageDetailTextTwo => null; @@ -3249,10 +3249,10 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Otevřít navigační nabídku'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow z \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow z $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow z asi \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow z asi $rowCount'; @override String get pasteButtonLabel => 'Vložit'; @@ -3273,16 +3273,16 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Obnovit'; @override - String get remainingTextFieldCharacterCountFew => 'Zbývají \$remainingCount znaky'; + String get remainingTextFieldCharacterCountFew => r'Zbývají $remainingCount znaky'; @override - String get remainingTextFieldCharacterCountMany => 'Zbývá \$remainingCount znaku'; + String get remainingTextFieldCharacterCountMany => r'Zbývá $remainingCount znaku'; @override String get remainingTextFieldCharacterCountOne => 'Zbývá 1 znak'; @override - String get remainingTextFieldCharacterCountOther => 'Zbývá \$remainingCount znaků'; + String get remainingTextFieldCharacterCountOther => r'Zbývá $remainingCount znaků'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -3327,16 +3327,16 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Vyberte rok'; @override - String get selectedRowCountTitleFew => 'Jsou vybrány \$selectedRowCount položky'; + String get selectedRowCountTitleFew => r'Jsou vybrány $selectedRowCount položky'; @override - String get selectedRowCountTitleMany => 'Je vybráno \$selectedRowCount položky'; + String get selectedRowCountTitleMany => r'Je vybráno $selectedRowCount položky'; @override String get selectedRowCountTitleOne => 'Je vybrána 1 položka'; @override - String get selectedRowCountTitleOther => 'Je vybráno \$selectedRowCount položek'; + String get selectedRowCountTitleOther => r'Je vybráno $selectedRowCount položek'; @override String get selectedRowCountTitleTwo => null; @@ -3354,7 +3354,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get signedInLabel => 'Uživatel přihlášen'; @override - String get tabLabelRaw => 'Karta \$tabIndex z \$tabCount'; + String get tabLabelRaw => r'Karta $tabIndex z $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -3417,7 +3417,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Om \$applicationName'; + String get aboutListTileTitleRaw => r'Om $applicationName'; @override String get alertDialogLabel => 'Underretning'; @@ -3465,7 +3465,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get datePickerHelpText => 'VÆLG DATO'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Slutdato \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Slutdato $fullDate'; @override String get dateRangeEndLabel => 'Slutdato'; @@ -3474,7 +3474,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'VÆLG OMRÅDE'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Startdato \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Startdato $fullDate'; @override String get dateRangeStartLabel => 'Startdato'; @@ -3525,7 +3525,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 licens'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenser'; + String get licensesPackageDetailTextOther => r'$licenseCount licenser'; @override String get licensesPackageDetailTextTwo => null; @@ -3555,10 +3555,10 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Åbn navigationsmenuen'; @override - String get pageRowsInfoTitleRaw => '\$firstRow-\$lastRow af \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow af $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow-\$lastRow af ca. \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow af ca. $rowCount'; @override String get pasteButtonLabel => 'Sæt ind'; @@ -3588,7 +3588,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Ét tegn tilbage'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount tegn tilbage'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount tegn tilbage'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -3642,7 +3642,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 element er valgt'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount elementer er valgt'; + String get selectedRowCountTitleOther => r'$selectedRowCount elementer er valgt'; @override String get selectedRowCountTitleTwo => null; @@ -3660,7 +3660,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get signedInLabel => 'Logget ind'; @override - String get tabLabelRaw => 'Fane \$tabIndex af \$tabCount'; + String get tabLabelRaw => r'Fane $tabIndex af $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -3723,7 +3723,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Über \$applicationName'; + String get aboutListTileTitleRaw => r'Über $applicationName'; @override String get alertDialogLabel => 'Benachrichtigung'; @@ -3771,7 +3771,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get datePickerHelpText => 'DATUM AUSWÄHLEN'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Enddatum \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Enddatum $fullDate'; @override String get dateRangeEndLabel => 'Enddatum'; @@ -3780,7 +3780,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ZEITRAUM AUSWÄHLEN'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Startdatum \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Startdatum $fullDate'; @override String get dateRangeStartLabel => 'Startdatum'; @@ -3831,7 +3831,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 Lizenz'; @override - String get licensesPackageDetailTextOther => '\$licenseCount Lizenzen'; + String get licensesPackageDetailTextOther => r'$licenseCount Lizenzen'; @override String get licensesPackageDetailTextTwo => null; @@ -3861,10 +3861,10 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Navigationsmenü öffnen'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow von \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow von $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow von etwa \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow von etwa $rowCount'; @override String get pasteButtonLabel => 'Einsetzen'; @@ -3894,7 +3894,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Noch 1 Zeichen'; @override - String get remainingTextFieldCharacterCountOther => 'Noch \$remainingCount Zeichen'; + String get remainingTextFieldCharacterCountOther => r'Noch $remainingCount Zeichen'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -3948,7 +3948,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 Element ausgewählt'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount Elemente ausgewählt'; + String get selectedRowCountTitleOther => r'$selectedRowCount Elemente ausgewählt'; @override String get selectedRowCountTitleTwo => null; @@ -3966,7 +3966,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get signedInLabel => 'Angemeldet'; @override - String get tabLabelRaw => 'Tab \$tabIndex von \$tabCount'; + String get tabLabelRaw => r'Tab $tabIndex von $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -4068,7 +4068,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Σχετικά με την εφαρμογή \$applicationName'; + String get aboutListTileTitleRaw => r'Σχετικά με την εφαρμογή $applicationName'; @override String get alertDialogLabel => 'Ειδοποίηση'; @@ -4116,7 +4116,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ΕΠΙΛΟΓΗ ΗΜΕΡΟΜΗΝΙΑΣ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Ημερομηνία λήξης \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Ημερομηνία λήξης $fullDate'; @override String get dateRangeEndLabel => 'Ημερομηνία λήξης'; @@ -4125,7 +4125,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ΕΠΙΛΟΓΗ ΕΥΡΟΥΣ'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Ημερομηνία έναρξης \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Ημερομηνία έναρξης $fullDate'; @override String get dateRangeStartLabel => 'Ημερομηνία έναρξης'; @@ -4176,7 +4176,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 άδεια'; @override - String get licensesPackageDetailTextOther => '\$licenseCount άδειες'; + String get licensesPackageDetailTextOther => r'$licenseCount άδειες'; @override String get licensesPackageDetailTextTwo => null; @@ -4206,10 +4206,10 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Άνοιγμα μενού πλοήγησης'; @override - String get pageRowsInfoTitleRaw => '\$firstRow-\$lastRow από \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow από $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow-\$lastRow από περίπου \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow από περίπου $rowCount'; @override String get pasteButtonLabel => 'Επικόλληση'; @@ -4239,7 +4239,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'απομένει 1 χαρακτήρας'; @override - String get remainingTextFieldCharacterCountOther => 'απομένουν \$remainingCount χαρακτήρες'; + String get remainingTextFieldCharacterCountOther => r'απομένουν $remainingCount χαρακτήρες'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -4293,7 +4293,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Επιλέχθηκε 1 στοιχείο'; @override - String get selectedRowCountTitleOther => 'Επιλέχθηκαν \$selectedRowCount στοιχεία'; + String get selectedRowCountTitleOther => r'Επιλέχθηκαν $selectedRowCount στοιχεία'; @override String get selectedRowCountTitleTwo => null; @@ -4311,7 +4311,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get signedInLabel => 'Σε σύνδεση'; @override - String get tabLabelRaw => 'Καρτέλα \$tabIndex από \$tabCount'; + String get tabLabelRaw => r'Καρτέλα $tabIndex από $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -4374,7 +4374,7 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'About \$applicationName'; + String get aboutListTileTitleRaw => r'About $applicationName'; @override String get alertDialogLabel => 'Alert'; @@ -4422,7 +4422,7 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get datePickerHelpText => 'SELECT DATE'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'End date $fullDate'; @override String get dateRangeEndLabel => 'End Date'; @@ -4431,7 +4431,7 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'SELECT RANGE'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Start date $fullDate'; @override String get dateRangeStartLabel => 'Start Date'; @@ -4482,7 +4482,7 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 license'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextOther => r'$licenseCount licenses'; @override String get licensesPackageDetailTextTwo => null; @@ -4512,10 +4512,10 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Open navigation menu'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow of \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow of $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow of about \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow of about $rowCount'; @override String get pasteButtonLabel => 'Paste'; @@ -4545,7 +4545,7 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 character remaining'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount characters remaining'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount characters remaining'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -4599,7 +4599,7 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 item selected'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount items selected'; + String get selectedRowCountTitleOther => r'$selectedRowCount items selected'; @override String get selectedRowCountTitleTwo => null; @@ -4617,7 +4617,7 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get signedInLabel => 'Signed in'; @override - String get tabLabelRaw => 'Tab \$tabIndex of \$tabCount'; + String get tabLabelRaw => r'Tab $tabIndex of $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @@ -4701,7 +4701,7 @@ class MaterialLocalizationEnAu extends MaterialLocalizationEn { String get licensesPackageDetailTextOne => '1 licence'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licences'; + String get licensesPackageDetailTextOther => r'$licenseCount licences'; @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @@ -4770,7 +4770,7 @@ class MaterialLocalizationEnCa extends MaterialLocalizationEn { String get licensesPackageDetailTextOne => '1 licence'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licences'; + String get licensesPackageDetailTextOther => r'$licenseCount licences'; @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @@ -4845,7 +4845,7 @@ class MaterialLocalizationEnGb extends MaterialLocalizationEn { String get licensesPackageDetailTextOne => '1 licence'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licences'; + String get licensesPackageDetailTextOther => r'$licenseCount licences'; @override String get popupMenuLabel => 'Pop-up menu'; @@ -4917,7 +4917,7 @@ class MaterialLocalizationEnIe extends MaterialLocalizationEn { String get licensesPackageDetailTextOne => '1 licence'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licences'; + String get licensesPackageDetailTextOther => r'$licenseCount licences'; @override String get popupMenuLabel => 'Pop-up menu'; @@ -4983,7 +4983,7 @@ class MaterialLocalizationEnIn extends MaterialLocalizationEn { String get licensesPackageDetailTextOne => '1 licence'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licences'; + String get licensesPackageDetailTextOther => r'$licenseCount licences'; @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @@ -5052,7 +5052,7 @@ class MaterialLocalizationEnNz extends MaterialLocalizationEn { String get licensesPackageDetailTextOne => '1 licence'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licences'; + String get licensesPackageDetailTextOther => r'$licenseCount licences'; @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @@ -5121,7 +5121,7 @@ class MaterialLocalizationEnSg extends MaterialLocalizationEn { String get licensesPackageDetailTextOne => '1 licence'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licences'; + String get licensesPackageDetailTextOther => r'$licenseCount licences'; @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @@ -5196,7 +5196,7 @@ class MaterialLocalizationEnZa extends MaterialLocalizationEn { String get licensesPackageDetailTextOne => '1 licence'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licences'; + String get licensesPackageDetailTextOther => r'$licenseCount licences'; @override String get popupMenuLabel => 'Pop-up menu'; @@ -5241,7 +5241,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Sobre \$applicationName'; + String get aboutListTileTitleRaw => r'Sobre $applicationName'; @override String get alertDialogLabel => 'Alerta'; @@ -5289,7 +5289,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get datePickerHelpText => 'SELECCIONAR FECHA'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización $fullDate'; @override String get dateRangeEndLabel => 'Fecha de finalización'; @@ -5298,7 +5298,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'SELECCIONAR PERIODO'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio $fullDate'; @override String get dateRangeStartLabel => 'Fecha de inicio'; @@ -5349,7 +5349,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 licencia'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + String get licensesPackageDetailTextOther => r'$licenseCount licencias'; @override String get licensesPackageDetailTextTwo => null; @@ -5379,10 +5379,10 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Abrir el menú de navegación'; @override - String get pageRowsInfoTitleRaw => '\$firstRow‑\$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow‑$lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow‑\$lastRow de aproximadamente \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow‑$lastRow de aproximadamente $rowCount'; @override String get pasteButtonLabel => 'Pegar'; @@ -5412,7 +5412,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter.'; @override - String get remainingTextFieldCharacterCountOther => 'Quedan \$remainingCount caracteres'; + String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -5466,7 +5466,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 elemento seleccionado'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount elementos seleccionados'; + String get selectedRowCountTitleOther => r'$selectedRowCount elementos seleccionados'; @override String get selectedRowCountTitleTwo => null; @@ -5484,7 +5484,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get signedInLabel => 'Sesión iniciada'; @override - String get tabLabelRaw => 'Pestaña \$tabIndex de \$tabCount'; + String get tabLabelRaw => r'Pestaña $tabIndex de $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -5556,7 +5556,7 @@ class MaterialLocalizationEs419 extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + String get licensesPackageDetailTextOther => r'$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -5580,10 +5580,10 @@ class MaterialLocalizationEs419 extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -5613,19 +5613,19 @@ class MaterialLocalizationEs419 extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -5685,7 +5685,7 @@ class MaterialLocalizationEsAr extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + String get licensesPackageDetailTextOther => r'$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -5709,10 +5709,10 @@ class MaterialLocalizationEsAr extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -5742,19 +5742,19 @@ class MaterialLocalizationEsAr extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -5814,7 +5814,7 @@ class MaterialLocalizationEsBo extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + String get licensesPackageDetailTextOther => r'$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -5838,10 +5838,10 @@ class MaterialLocalizationEsBo extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -5874,19 +5874,19 @@ class MaterialLocalizationEsBo extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -5943,7 +5943,7 @@ class MaterialLocalizationEsCl extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + String get licensesPackageDetailTextOther => r'$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -5967,10 +5967,10 @@ class MaterialLocalizationEsCl extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -6003,19 +6003,19 @@ class MaterialLocalizationEsCl extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -6072,7 +6072,7 @@ class MaterialLocalizationEsCo extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + String get licensesPackageDetailTextOther => r'$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -6096,10 +6096,10 @@ class MaterialLocalizationEsCo extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -6132,19 +6132,19 @@ class MaterialLocalizationEsCo extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -6201,7 +6201,7 @@ class MaterialLocalizationEsCr extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + String get licensesPackageDetailTextOther => r'$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -6225,10 +6225,10 @@ class MaterialLocalizationEsCr extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -6261,19 +6261,19 @@ class MaterialLocalizationEsCr extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -6330,7 +6330,7 @@ class MaterialLocalizationEsDo extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + String get licensesPackageDetailTextOther => r'$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -6354,10 +6354,10 @@ class MaterialLocalizationEsDo extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -6390,19 +6390,19 @@ class MaterialLocalizationEsDo extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -6459,7 +6459,7 @@ class MaterialLocalizationEsEc extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + String get licensesPackageDetailTextOther => r'$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -6483,10 +6483,10 @@ class MaterialLocalizationEsEc extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -6519,19 +6519,19 @@ class MaterialLocalizationEsEc extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -6588,7 +6588,7 @@ class MaterialLocalizationEsGt extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + String get licensesPackageDetailTextOther => r'$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -6612,10 +6612,10 @@ class MaterialLocalizationEsGt extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -6648,19 +6648,19 @@ class MaterialLocalizationEsGt extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -6717,7 +6717,7 @@ class MaterialLocalizationEsHn extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + String get licensesPackageDetailTextOther => r'$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -6741,10 +6741,10 @@ class MaterialLocalizationEsHn extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -6777,19 +6777,19 @@ class MaterialLocalizationEsHn extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -6846,7 +6846,7 @@ class MaterialLocalizationEsMx extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + String get licensesPackageDetailTextOther => r'$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -6870,10 +6870,10 @@ class MaterialLocalizationEsMx extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -6906,19 +6906,19 @@ class MaterialLocalizationEsMx extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -6975,7 +6975,7 @@ class MaterialLocalizationEsNi extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + String get licensesPackageDetailTextOther => r'$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -6999,10 +6999,10 @@ class MaterialLocalizationEsNi extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -7035,19 +7035,19 @@ class MaterialLocalizationEsNi extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -7104,7 +7104,7 @@ class MaterialLocalizationEsPa extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + String get licensesPackageDetailTextOther => r'$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -7128,10 +7128,10 @@ class MaterialLocalizationEsPa extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -7164,19 +7164,19 @@ class MaterialLocalizationEsPa extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -7233,7 +7233,7 @@ class MaterialLocalizationEsPe extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + String get licensesPackageDetailTextOther => r'$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -7257,10 +7257,10 @@ class MaterialLocalizationEsPe extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -7293,19 +7293,19 @@ class MaterialLocalizationEsPe extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -7362,7 +7362,7 @@ class MaterialLocalizationEsPr extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + String get licensesPackageDetailTextOther => r'$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -7386,10 +7386,10 @@ class MaterialLocalizationEsPr extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -7422,19 +7422,19 @@ class MaterialLocalizationEsPr extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -7491,7 +7491,7 @@ class MaterialLocalizationEsPy extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + String get licensesPackageDetailTextOther => r'$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -7515,10 +7515,10 @@ class MaterialLocalizationEsPy extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -7551,19 +7551,19 @@ class MaterialLocalizationEsPy extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -7620,7 +7620,7 @@ class MaterialLocalizationEsSv extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + String get licensesPackageDetailTextOther => r'$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -7644,10 +7644,10 @@ class MaterialLocalizationEsSv extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -7680,19 +7680,19 @@ class MaterialLocalizationEsSv extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -7749,7 +7749,7 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + String get licensesPackageDetailTextOther => r'$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -7773,10 +7773,10 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -7803,10 +7803,10 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { String get nextMonthTooltip => 'Próximo mes'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override - String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @override String get nextPageTooltip => 'Próxima página'; @@ -7815,13 +7815,13 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { String get openAppDrawerTooltip => 'Abrir menú de navegación'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @@ -7881,7 +7881,7 @@ class MaterialLocalizationEsUy extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + String get licensesPackageDetailTextOther => r'$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -7905,10 +7905,10 @@ class MaterialLocalizationEsUy extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -7941,19 +7941,19 @@ class MaterialLocalizationEsUy extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -8010,7 +8010,7 @@ class MaterialLocalizationEsVe extends MaterialLocalizationEs { String get invalidTimeLabel => 'Ingresa una hora válida'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencias'; + String get licensesPackageDetailTextOther => r'$licenseCount licencias'; @override String get inputTimeModeButtonLabel => 'Cambiar al modo de entrada de texto'; @@ -8034,10 +8034,10 @@ class MaterialLocalizationEsVe extends MaterialLocalizationEs { String get invalidDateFormatLabel => 'El formato no es válido.'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Fecha de finalización: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización: $fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Fecha de inicio: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio: $fullDate'; @override String get inputDateModeButtonLabel => 'Cambiar a modo de entrada'; @@ -8070,19 +8070,19 @@ class MaterialLocalizationEsVe extends MaterialLocalizationEs { String get nextPageTooltip => 'Próxima página'; @override - String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow de aproximadamente \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override - String get selectedRowCountTitleOther => 'Se seleccionaron \$selectedRowCount elementos'; + String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @override String get anteMeridiemAbbreviation => 'a.m.'; @@ -8130,7 +8130,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Teave rakenduse \$applicationName kohta'; + String get aboutListTileTitleRaw => r'Teave rakenduse $applicationName kohta'; @override String get alertDialogLabel => 'Märguanne'; @@ -8178,7 +8178,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get datePickerHelpText => 'VALIGE KUUPÄEV'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Lõppkuupäev: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Lõppkuupäev: $fullDate'; @override String get dateRangeEndLabel => 'Lõppkuupäev'; @@ -8187,7 +8187,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'VALIGE VAHEMIK'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Alguskuupäev: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Alguskuupäev: $fullDate'; @override String get dateRangeStartLabel => 'Alguskuupäev'; @@ -8238,7 +8238,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 litsents'; @override - String get licensesPackageDetailTextOther => '\$licenseCount litsentsi'; + String get licensesPackageDetailTextOther => r'$licenseCount litsentsi'; @override String get licensesPackageDetailTextTwo => null; @@ -8268,10 +8268,10 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Ava navigeerimismenüü'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow \$rowCount-st'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow $rowCount-st'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow umbes \$rowCount-st'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow umbes $rowCount-st'; @override String get pasteButtonLabel => 'Kleebi'; @@ -8301,7 +8301,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Jäänud on 1 tähemärk'; @override - String get remainingTextFieldCharacterCountOther => 'Jäänud on \$remainingCount tähemärki'; + String get remainingTextFieldCharacterCountOther => r'Jäänud on $remainingCount tähemärki'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -8355,7 +8355,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Valitud on 1 üksus'; @override - String get selectedRowCountTitleOther => 'Valitud on \$selectedRowCount üksust'; + String get selectedRowCountTitleOther => r'Valitud on $selectedRowCount üksust'; @override String get selectedRowCountTitleTwo => null; @@ -8373,7 +8373,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get signedInLabel => 'Sisse logitud'; @override - String get tabLabelRaw => '\$tabIndex. vahekaart \$tabCount-st'; + String get tabLabelRaw => r'$tabIndex. vahekaart $tabCount-st'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -8436,7 +8436,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName aplikazioari buruz'; + String get aboutListTileTitleRaw => r'$applicationName aplikazioari buruz'; @override String get alertDialogLabel => 'Alerta'; @@ -8484,7 +8484,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get datePickerHelpText => 'HAUTATU DATA'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Amaiera-data: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Amaiera-data: $fullDate'; @override String get dateRangeEndLabel => 'Amaiera-data'; @@ -8493,7 +8493,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'HAUTATU BARRUTIA'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Hasiera-data: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Hasiera-data: $fullDate'; @override String get dateRangeStartLabel => 'Hasiera-data'; @@ -8544,7 +8544,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 lizentzia'; @override - String get licensesPackageDetailTextOther => '\$licenseCount lizentzia'; + String get licensesPackageDetailTextOther => r'$licenseCount lizentzia'; @override String get licensesPackageDetailTextTwo => null; @@ -8574,10 +8574,10 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Ireki nabigazio-menua'; @override - String get pageRowsInfoTitleRaw => '\$firstRow - \$lastRow / \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow - $lastRow / $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow - \$lastRow / \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow - $lastRow / $rowCount'; @override String get pasteButtonLabel => 'Itsatsi'; @@ -8607,7 +8607,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 karaktere geratzen da'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount karaktere geratzen dira'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount karaktere geratzen dira'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -8661,7 +8661,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 elementu hautatu da'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount elementu hautatu dira'; + String get selectedRowCountTitleOther => r'$selectedRowCount elementu hautatu dira'; @override String get selectedRowCountTitleTwo => null; @@ -8679,7 +8679,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get signedInLabel => 'Hasi da saioa'; @override - String get tabLabelRaw => '\$tabIndex/\$tabCount fitxa'; + String get tabLabelRaw => r'$tabIndex/$tabCount fitxa'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -8742,7 +8742,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'درباره \$applicationName'; + String get aboutListTileTitleRaw => r'درباره $applicationName'; @override String get alertDialogLabel => 'هشدار'; @@ -8790,7 +8790,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get datePickerHelpText => 'انتخاب تاریخ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'تاریخ پایان \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'تاریخ پایان $fullDate'; @override String get dateRangeEndLabel => 'تاریخ پایان'; @@ -8799,7 +8799,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'انتخاب محدوده'; @override - String get dateRangeStartDateSemanticLabelRaw => 'تاریخ شروع \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'تاریخ شروع $fullDate'; @override String get dateRangeStartLabel => 'تاریخ شروع'; @@ -8850,7 +8850,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '۱ پروانه'; @override - String get licensesPackageDetailTextOther => '\$licenseCount پروانه'; + String get licensesPackageDetailTextOther => r'$licenseCount پروانه'; @override String get licensesPackageDetailTextTwo => null; @@ -8880,10 +8880,10 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'باز کردن منوی پیمایش'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow از \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow از $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow از حدود \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow از حدود $rowCount'; @override String get pasteButtonLabel => 'جای‌گذاری'; @@ -8913,7 +8913,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '۱ نویسه باقی مانده است'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount نویسه باقی مانده است'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount نویسه باقی مانده است'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -8967,7 +8967,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '۱ مورد انتخاب شد'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount مورد انتخاب شدند'; + String get selectedRowCountTitleOther => r'$selectedRowCount مورد انتخاب شدند'; @override String get selectedRowCountTitleTwo => null; @@ -8985,7 +8985,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get signedInLabel => 'واردشده به سیستم'; @override - String get tabLabelRaw => 'برگه \$tabIndex از \$tabCount'; + String get tabLabelRaw => r'برگه $tabIndex از $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -9048,7 +9048,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Tietoja: \$applicationName'; + String get aboutListTileTitleRaw => r'Tietoja: $applicationName'; @override String get alertDialogLabel => 'Ilmoitus'; @@ -9096,7 +9096,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get datePickerHelpText => 'VALITSE PÄIVÄMÄÄRÄ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Päättymispäivä \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Päättymispäivä $fullDate'; @override String get dateRangeEndLabel => 'Päättymispäivä'; @@ -9105,7 +9105,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'VALITSE PÄIVÄMÄÄRÄVÄLI'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Alkamispäivä \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Alkamispäivä $fullDate'; @override String get dateRangeStartLabel => 'Alkamispäivä'; @@ -9156,7 +9156,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 lisenssi'; @override - String get licensesPackageDetailTextOther => '\$licenseCount lisenssiä'; + String get licensesPackageDetailTextOther => r'$licenseCount lisenssiä'; @override String get licensesPackageDetailTextTwo => null; @@ -9186,10 +9186,10 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Avaa navigointivalikko'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow/\$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow/$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow/~\$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow/~$rowCount'; @override String get pasteButtonLabel => 'Liitä'; @@ -9219,7 +9219,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 merkki jäljellä'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount merkkiä jäljellä'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount merkkiä jäljellä'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -9273,7 +9273,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 kohde valittu'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount kohdetta valittu'; + String get selectedRowCountTitleOther => r'$selectedRowCount kohdetta valittu'; @override String get selectedRowCountTitleTwo => null; @@ -9291,7 +9291,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get signedInLabel => 'Kirjautunut sisään'; @override - String get tabLabelRaw => 'Välilehti \$tabIndex/\$tabCount'; + String get tabLabelRaw => r'Välilehti $tabIndex/$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -9354,7 +9354,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Tungkol sa \$applicationName'; + String get aboutListTileTitleRaw => r'Tungkol sa $applicationName'; @override String get alertDialogLabel => 'Alerto'; @@ -9402,7 +9402,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get datePickerHelpText => 'PUMILI NG PETSA'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Petsa ng pagtatapos \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Petsa ng pagtatapos $fullDate'; @override String get dateRangeEndLabel => 'Petsa ng Pagtatapos'; @@ -9411,7 +9411,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'PUMILI NG HANAY'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Petsa ng pagsisimula \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Petsa ng pagsisimula $fullDate'; @override String get dateRangeStartLabel => 'Petsa ng Pagsisimula'; @@ -9462,7 +9462,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 lisensya'; @override - String get licensesPackageDetailTextOther => '\$licenseCount na lisensya'; + String get licensesPackageDetailTextOther => r'$licenseCount na lisensya'; @override String get licensesPackageDetailTextTwo => null; @@ -9492,10 +9492,10 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Buksan ang menu ng navigation'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow ng \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow ng $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow ng humigit kumulang \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow ng humigit kumulang $rowCount'; @override String get pasteButtonLabel => 'I-paste'; @@ -9525,7 +9525,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 character ang natitira'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount na character ang natitira'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount na character ang natitira'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -9579,7 +9579,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 item ang napili'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount na item ang napili'; + String get selectedRowCountTitleOther => r'$selectedRowCount na item ang napili'; @override String get selectedRowCountTitleTwo => null; @@ -9597,7 +9597,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get signedInLabel => 'Naka-sign in'; @override - String get tabLabelRaw => 'Tab \$tabIndex ng \$tabCount'; + String get tabLabelRaw => r'Tab $tabIndex ng $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -9660,7 +9660,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'À propos de \$applicationName'; + String get aboutListTileTitleRaw => r'À propos de $applicationName'; @override String get alertDialogLabel => 'Alerte'; @@ -9672,7 +9672,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Retour'; @override - String get calendarModeButtonLabel => 'Passer à l\'agenda'; + String get calendarModeButtonLabel => "Passer à l'agenda"; @override String get cancelButtonLabel => 'ANNULER'; @@ -9708,7 +9708,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get datePickerHelpText => 'SÉLECTIONNER UNE DATE'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Date de fin : \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Date de fin : $fullDate'; @override String get dateRangeEndLabel => 'Date de fin'; @@ -9717,7 +9717,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'SÉLECTIONNER UNE PLAGE'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Date de début : \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Date de début : $fullDate'; @override String get dateRangeStartLabel => 'Date de début'; @@ -9768,7 +9768,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 licence'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licences'; + String get licensesPackageDetailTextOther => r'$licenseCount licences'; @override String get licensesPackageDetailTextTwo => null; @@ -9798,10 +9798,10 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Ouvrir le menu de navigation'; @override - String get pageRowsInfoTitleRaw => '\$firstRow – \$lastRow sur \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow sur $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow – \$lastRow sur environ \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow sur environ $rowCount'; @override String get pasteButtonLabel => 'Coller'; @@ -9831,7 +9831,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 caractère restant'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount caractères restants'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount caractères restants'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -9885,7 +9885,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 élément sélectionné'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount éléments sélectionnés'; + String get selectedRowCountTitleOther => r'$selectedRowCount éléments sélectionnés'; @override String get selectedRowCountTitleTwo => null; @@ -9903,7 +9903,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get signedInLabel => 'Connecté'; @override - String get tabLabelRaw => 'Onglet \$tabIndex sur \$tabCount'; + String get tabLabelRaw => r'Onglet $tabIndex sur $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -9969,10 +9969,10 @@ class MaterialLocalizationFrCa extends MaterialLocalizationFr { String get invalidTimeLabel => 'Entrez une heure valide'; @override - String get timePickerDialHelpText => 'SÉLECTIONNER L\'HEURE'; + String get timePickerDialHelpText => "SÉLECTIONNER L'HEURE"; @override - String get timePickerInputHelpText => 'ENTRER L\'HEURE'; + String get timePickerInputHelpText => "ENTRER L'HEURE"; @override String get timePickerMinuteLabel => 'Minutes'; @@ -9981,7 +9981,7 @@ class MaterialLocalizationFrCa extends MaterialLocalizationFr { String get dialModeButtonLabel => 'Passer au mode de sélection du cadran'; @override - String get inputTimeModeButtonLabel => 'Passer au mode d\'entrée Texte'; + String get inputTimeModeButtonLabel => "Passer au mode d'entrée Texte"; @override String get dateRangePickerHelpText => 'SÉLECTIONNER LA PLAGE'; @@ -9996,7 +9996,7 @@ class MaterialLocalizationFrCa extends MaterialLocalizationFr { String get invalidDateFormatLabel => 'Format incorrect'; @override - String get inputDateModeButtonLabel => 'Passer à l\'entrée'; + String get inputDateModeButtonLabel => "Passer à l'entrée"; @override String get dateInputLabel => 'Entrer une date'; @@ -10008,13 +10008,13 @@ class MaterialLocalizationFrCa extends MaterialLocalizationFr { String get dateHelpText => 'jj-mm-aaaa'; @override - String get pageRowsInfoTitleRaw => '\$firstRow à \$lastRow sur \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow à $lastRow sur $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow à \$lastRow sur environ \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow à $lastRow sur environ $rowCount'; @override - String get tabLabelRaw => 'Onglet \$tabIndex sur \$tabCount'; + String get tabLabelRaw => r'Onglet $tabIndex sur $tabCount'; @override String get anteMeridiemAbbreviation => 'am'; @@ -10068,7 +10068,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Acerca de: \$applicationName'; + String get aboutListTileTitleRaw => r'Acerca de: $applicationName'; @override String get alertDialogLabel => 'Alerta'; @@ -10116,7 +10116,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get datePickerHelpText => 'SELECCIONAR UNHA DATA'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Data de finalización: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Data de finalización: $fullDate'; @override String get dateRangeEndLabel => 'Data de finalización'; @@ -10125,7 +10125,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'SELECCIONAR UN INTERVALO DE DATAS'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Data de inicio: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Data de inicio: $fullDate'; @override String get dateRangeStartLabel => 'Data de inicio'; @@ -10176,7 +10176,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 licenza'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenzas'; + String get licensesPackageDetailTextOther => r'$licenseCount licenzas'; @override String get licensesPackageDetailTextTwo => null; @@ -10206,10 +10206,10 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Abrir menú de navegación'; @override - String get pageRowsInfoTitleRaw => '\$firstRow-\$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow-\$lastRow de aproximadamente \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow de aproximadamente $rowCount'; @override String get pasteButtonLabel => 'Pegar'; @@ -10239,7 +10239,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 carácter restante'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount caracteres restantes'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount caracteres restantes'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -10293,7 +10293,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Seleccionouse 1 elemento'; @override - String get selectedRowCountTitleOther => 'Seleccionáronse \$selectedRowCount elementos'; + String get selectedRowCountTitleOther => r'Seleccionáronse $selectedRowCount elementos'; @override String get selectedRowCountTitleTwo => null; @@ -10311,7 +10311,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get signedInLabel => 'Sesión iniciada'; @override - String get tabLabelRaw => 'Pestana \$tabIndex de \$tabCount'; + String get tabLabelRaw => r'Pestana $tabIndex de $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -10374,7 +10374,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Über \$applicationName'; + String get aboutListTileTitleRaw => r'Über $applicationName'; @override String get alertDialogLabel => 'Benachrichtigung'; @@ -10422,7 +10422,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get datePickerHelpText => 'DATUM AUSWÄHLEN'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Enddatum \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Enddatum $fullDate'; @override String get dateRangeEndLabel => 'Enddatum'; @@ -10431,7 +10431,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ZEITRAUM AUSWÄHLEN'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Startdatum \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Startdatum $fullDate'; @override String get dateRangeStartLabel => 'Startdatum'; @@ -10482,7 +10482,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 Lizenz'; @override - String get licensesPackageDetailTextOther => '\$licenseCount Lizenzen'; + String get licensesPackageDetailTextOther => r'$licenseCount Lizenzen'; @override String get licensesPackageDetailTextTwo => null; @@ -10512,10 +10512,10 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Navigationsmenü öffnen'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow von \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow von $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow von etwa \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow von etwa $rowCount'; @override String get pasteButtonLabel => 'Einsetzen'; @@ -10545,7 +10545,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Noch 1 Zeichen'; @override - String get remainingTextFieldCharacterCountOther => 'Noch \$remainingCount Zeichen'; + String get remainingTextFieldCharacterCountOther => r'Noch $remainingCount Zeichen'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -10599,7 +10599,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 Element ausgewählt'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount Elemente ausgewählt'; + String get selectedRowCountTitleOther => r'$selectedRowCount Elemente ausgewählt'; @override String get selectedRowCountTitleTwo => null; @@ -10617,7 +10617,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get signedInLabel => 'Angemeldet'; @override - String get tabLabelRaw => 'Tab \$tabIndex von \$tabCount'; + String get tabLabelRaw => r'Tab $tabIndex von $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -10680,7 +10680,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName વિશે'; + String get aboutListTileTitleRaw => r'$applicationName વિશે'; @override String get alertDialogLabel => 'અલર્ટ'; @@ -10728,7 +10728,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get datePickerHelpText => 'તારીખ પસંદ કરો'; @override - String get dateRangeEndDateSemanticLabelRaw => 'સમાપ્તિની તારીખ \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'સમાપ્તિની તારીખ $fullDate'; @override String get dateRangeEndLabel => 'સમાપ્તિની તારીખ'; @@ -10737,7 +10737,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'રેંજ પસંદ કરો'; @override - String get dateRangeStartDateSemanticLabelRaw => 'શરૂ કરવાની તારીખ \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'શરૂ કરવાની તારીખ $fullDate'; @override String get dateRangeStartLabel => 'શરૂ કરવાની તારીખ'; @@ -10788,7 +10788,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 લાઇસન્સ'; @override - String get licensesPackageDetailTextOther => '\$licenseCount લાઇસન્સ'; + String get licensesPackageDetailTextOther => r'$licenseCount લાઇસન્સ'; @override String get licensesPackageDetailTextTwo => null; @@ -10818,10 +10818,10 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'નૅવિગેશન મેનૂ ખોલો'; @override - String get pageRowsInfoTitleRaw => '\$rowCountમાંથી \$firstRow–\$lastRow'; + String get pageRowsInfoTitleRaw => r'$rowCountમાંથી $firstRow–$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => 'આશરે \$rowCountમાંથી \$firstRow–\$lastRow'; + String get pageRowsInfoTitleApproximateRaw => r'આશરે $rowCountમાંથી $firstRow–$lastRow'; @override String get pasteButtonLabel => 'પેસ્ટ કરો'; @@ -10851,7 +10851,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 અક્ષર બાકી'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount અક્ષર બાકી'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount અક્ષર બાકી'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -10905,7 +10905,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 આઇટમ પસંદ કરી'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount આઇટમ પસંદ કરી'; + String get selectedRowCountTitleOther => r'$selectedRowCount આઇટમ પસંદ કરી'; @override String get selectedRowCountTitleTwo => null; @@ -10923,7 +10923,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get signedInLabel => 'આમાં સાઇન ઇન કર્યું છે'; @override - String get tabLabelRaw => '\$tabCountમાંથી \$tabIndex ટૅબ'; + String get tabLabelRaw => r'$tabCountમાંથી $tabIndex ટૅબ'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -10986,7 +10986,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'מידע על \$applicationName'; + String get aboutListTileTitleRaw => r'מידע על $applicationName'; @override String get alertDialogLabel => 'התראה'; @@ -11034,7 +11034,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get datePickerHelpText => 'בחירת תאריך'; @override - String get dateRangeEndDateSemanticLabelRaw => 'תאריך סיום: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'תאריך סיום: $fullDate'; @override String get dateRangeEndLabel => 'תאריך סיום'; @@ -11043,7 +11043,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'בחירת טווח'; @override - String get dateRangeStartDateSemanticLabelRaw => 'תאריך התחלה: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'תאריך התחלה: $fullDate'; @override String get dateRangeStartLabel => 'תאריך התחלה'; @@ -11088,16 +11088,16 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => '\$licenseCount רישיונות'; + String get licensesPackageDetailTextMany => r'$licenseCount רישיונות'; @override String get licensesPackageDetailTextOne => 'רישיון אחד'; @override - String get licensesPackageDetailTextOther => '\$licenseCount רישיונות'; + String get licensesPackageDetailTextOther => r'$licenseCount רישיונות'; @override - String get licensesPackageDetailTextTwo => '\$licenseCount רישיונות'; + String get licensesPackageDetailTextTwo => r'$licenseCount רישיונות'; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -11124,10 +11124,10 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'פתיחה של תפריט הניווט'; @override - String get pageRowsInfoTitleRaw => '\$lastRow–\$firstRow מתוך \$rowCount'; + String get pageRowsInfoTitleRaw => r'$lastRow–$firstRow מתוך $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$lastRow–\$firstRow מתוך כ-\$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$lastRow–$firstRow מתוך כ-$rowCount'; @override String get pasteButtonLabel => 'הדבקה'; @@ -11151,16 +11151,16 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => 'נותרו \$remainingCount תווים'; + String get remainingTextFieldCharacterCountMany => r'נותרו $remainingCount תווים'; @override String get remainingTextFieldCharacterCountOne => 'נותר תו אחד'; @override - String get remainingTextFieldCharacterCountOther => 'נותרו \$remainingCount תווים'; + String get remainingTextFieldCharacterCountOther => r'נותרו $remainingCount תווים'; @override - String get remainingTextFieldCharacterCountTwo => 'נותרו \$remainingCount תווים'; + String get remainingTextFieldCharacterCountTwo => r'נותרו $remainingCount תווים'; @override String get remainingTextFieldCharacterCountZero => 'TBD'; @@ -11205,16 +11205,16 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => '\$selectedRowCount פריטים נבחרו'; + String get selectedRowCountTitleMany => r'$selectedRowCount פריטים נבחרו'; @override String get selectedRowCountTitleOne => 'פריט אחד נבחר'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount פריטים נבחרו'; + String get selectedRowCountTitleOther => r'$selectedRowCount פריטים נבחרו'; @override - String get selectedRowCountTitleTwo => '\$selectedRowCount פריטים נבחרו'; + String get selectedRowCountTitleTwo => r'$selectedRowCount פריטים נבחרו'; @override String get selectedRowCountTitleZero => null; @@ -11229,7 +11229,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get signedInLabel => 'מחובר'; @override - String get tabLabelRaw => 'כרטיסייה \$tabIndex מתוך \$tabCount'; + String get tabLabelRaw => r'כרטיסייה $tabIndex מתוך $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -11292,7 +11292,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName के बारे में जानकारी'; + String get aboutListTileTitleRaw => r'$applicationName के बारे में जानकारी'; @override String get alertDialogLabel => 'अलर्ट'; @@ -11340,7 +11340,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get datePickerHelpText => 'तारीख चुनें'; @override - String get dateRangeEndDateSemanticLabelRaw => 'खत्म होने की तारीख \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'खत्म होने की तारीख $fullDate'; @override String get dateRangeEndLabel => 'खत्म होने की तारीख'; @@ -11349,7 +11349,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'सीमा चुनें'; @override - String get dateRangeStartDateSemanticLabelRaw => 'शुरू होने की तारीख \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'शुरू होने की तारीख $fullDate'; @override String get dateRangeStartLabel => 'शुरू होने की तारीख'; @@ -11400,7 +11400,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 लाइसेंस'; @override - String get licensesPackageDetailTextOther => '\$licenseCount लाइसेंस'; + String get licensesPackageDetailTextOther => r'$licenseCount लाइसेंस'; @override String get licensesPackageDetailTextTwo => null; @@ -11430,10 +11430,10 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'नेविगेशन मेन्यू खोलें'; @override - String get pageRowsInfoTitleRaw => '\$rowCount का \$firstRow–\$lastRow'; + String get pageRowsInfoTitleRaw => r'$rowCount का $firstRow–$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => '\$rowCount में से करीब \$firstRow–\$lastRow'; + String get pageRowsInfoTitleApproximateRaw => r'$rowCount में से करीब $firstRow–$lastRow'; @override String get pasteButtonLabel => 'चिपकाएं'; @@ -11463,7 +11463,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'एक वर्ण आैर डाला जा सकता है'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount वर्ण आैर डाले जा सकते हैं'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount वर्ण आैर डाले जा सकते हैं'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -11517,7 +11517,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 चीज़ चुनी गई'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount चीज़ें चुनी गईं'; + String get selectedRowCountTitleOther => r'$selectedRowCount चीज़ें चुनी गईं'; @override String get selectedRowCountTitleTwo => null; @@ -11535,7 +11535,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get signedInLabel => 'साइन इन किया हुआ है'; @override - String get tabLabelRaw => '\$tabCount का टैब \$tabIndex'; + String get tabLabelRaw => r'$tabCount का टैब $tabIndex'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; @@ -11598,7 +11598,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'O aplikaciji \$applicationName'; + String get aboutListTileTitleRaw => r'O aplikaciji $applicationName'; @override String get alertDialogLabel => 'Upozorenje'; @@ -11646,7 +11646,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ODABERITE DATUM'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Datum završetka \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Datum završetka $fullDate'; @override String get dateRangeEndLabel => 'Datum završetka'; @@ -11655,7 +11655,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ODABERITE RASPON'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Datum početka \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Datum početka $fullDate'; @override String get dateRangeStartLabel => 'Datum početka'; @@ -11697,7 +11697,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Unesite važeće vrijeme'; @override - String get licensesPackageDetailTextFew => '\$licenseCount licence'; + String get licensesPackageDetailTextFew => r'$licenseCount licence'; @override String get licensesPackageDetailTextMany => null; @@ -11706,7 +11706,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 licenca'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenci'; + String get licensesPackageDetailTextOther => r'$licenseCount licenci'; @override String get licensesPackageDetailTextTwo => null; @@ -11736,10 +11736,10 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Otvaranje izbornika za navigaciju'; @override - String get pageRowsInfoTitleRaw => '\$firstRow – \$lastRow od \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow od $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow – \$lastRow od otprilike \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow od otprilike $rowCount'; @override String get pasteButtonLabel => 'Zalijepi'; @@ -11760,7 +11760,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Osvježi'; @override - String get remainingTextFieldCharacterCountFew => 'Preostala su \$remainingCount znaka'; + String get remainingTextFieldCharacterCountFew => r'Preostala su $remainingCount znaka'; @override String get remainingTextFieldCharacterCountMany => null; @@ -11769,7 +11769,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Preostao je 1 znak'; @override - String get remainingTextFieldCharacterCountOther => 'Preostalo je \$remainingCount znakova'; + String get remainingTextFieldCharacterCountOther => r'Preostalo je $remainingCount znakova'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -11814,7 +11814,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Odaberite godinu'; @override - String get selectedRowCountTitleFew => 'Odabrane su \$selectedRowCount stavke'; + String get selectedRowCountTitleFew => r'Odabrane su $selectedRowCount stavke'; @override String get selectedRowCountTitleMany => null; @@ -11823,7 +11823,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Odabrana je jedna stavka'; @override - String get selectedRowCountTitleOther => 'Odabrano je \$selectedRowCount stavki'; + String get selectedRowCountTitleOther => r'Odabrano je $selectedRowCount stavki'; @override String get selectedRowCountTitleTwo => null; @@ -11841,7 +11841,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get signedInLabel => 'Prijavljeni korisnik'; @override - String get tabLabelRaw => 'Kartica \$tabIndex od \$tabCount'; + String get tabLabelRaw => r'Kartica $tabIndex od $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -11904,7 +11904,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'A(z) \$applicationName névjegye'; + String get aboutListTileTitleRaw => r'A(z) $applicationName névjegye'; @override String get alertDialogLabel => 'Értesítés'; @@ -11952,7 +11952,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get datePickerHelpText => 'DÁTUM KIVÁLASZTÁSA'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Befejezés dátuma: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Befejezés dátuma: $fullDate'; @override String get dateRangeEndLabel => 'Befejezés dátuma'; @@ -11961,7 +11961,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'TARTOMÁNY KIJELÖLÉSE'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Kezdés dátuma: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Kezdés dátuma: $fullDate'; @override String get dateRangeStartLabel => 'Kezdés dátuma'; @@ -12012,7 +12012,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 licenc'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenc'; + String get licensesPackageDetailTextOther => r'$licenseCount licenc'; @override String get licensesPackageDetailTextTwo => null; @@ -12042,10 +12042,10 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Navigációs menü megnyitása'; @override - String get pageRowsInfoTitleRaw => '\$rowCount/\$firstRow–\$lastRow.'; + String get pageRowsInfoTitleRaw => r'$rowCount/$firstRow–$lastRow.'; @override - String get pageRowsInfoTitleApproximateRaw => 'Körülbelül \$rowCount/\$firstRow–\$lastRow.'; + String get pageRowsInfoTitleApproximateRaw => r'Körülbelül $rowCount/$firstRow–$lastRow.'; @override String get pasteButtonLabel => 'Beillesztés'; @@ -12075,7 +12075,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 karakter maradt'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount karakter maradt'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount karakter maradt'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -12129,7 +12129,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 elem kiválasztva'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount elem kiválasztva'; + String get selectedRowCountTitleOther => r'$selectedRowCount elem kiválasztva'; @override String get selectedRowCountTitleTwo => null; @@ -12147,7 +12147,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get signedInLabel => 'Bejelentkezve'; @override - String get tabLabelRaw => '\$tabCount/\$tabIndex. lap'; + String get tabLabelRaw => r'$tabCount/$tabIndex. lap'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -12210,7 +12210,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName հավելվածի մասին'; + String get aboutListTileTitleRaw => r'$applicationName հավելվածի մասին'; @override String get alertDialogLabel => 'Ծանուցում'; @@ -12258,7 +12258,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ԸՆՏՐԵԼ ԱՄՍԱԹԻՎ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Ավարտի ամսաթիվը՝ \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Ավարտի ամսաթիվը՝ $fullDate'; @override String get dateRangeEndLabel => 'Ավարտի ամսաթիվը'; @@ -12267,7 +12267,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ԸՆՏՐԵԼ ԺԱՄԱՆԱԿԱՀԱՏՎԱԾ'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Մեկնարկի ամսաթիվը՝ \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Մեկնարկի ամսաթիվը՝ $fullDate'; @override String get dateRangeStartLabel => 'Մեկնարկի ամսաթիվը'; @@ -12318,7 +12318,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 լիցենզիա'; @override - String get licensesPackageDetailTextOther => '\$licenseCount լիցենզիա'; + String get licensesPackageDetailTextOther => r'$licenseCount լիցենզիա'; @override String get licensesPackageDetailTextTwo => null; @@ -12348,10 +12348,10 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Բացել նավարկման ընտրացանկը'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow \$rowCount-ից'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow $rowCount-ից'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow մոտավորապես \$rowCount-ից'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow մոտավորապես $rowCount-ից'; @override String get pasteButtonLabel => 'Տեղադրել'; @@ -12372,16 +12372,16 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Թարմացնել'; @override - String get remainingTextFieldCharacterCountFew => 'Մնաց \$remainingCount նիշ'; + String get remainingTextFieldCharacterCountFew => r'Մնաց $remainingCount նիշ'; @override - String get remainingTextFieldCharacterCountMany => 'Մնաց \$remainingCount նիշ'; + String get remainingTextFieldCharacterCountMany => r'Մնաց $remainingCount նիշ'; @override String get remainingTextFieldCharacterCountOne => 'Մնացել է 1 նիշ'; @override - String get remainingTextFieldCharacterCountOther => 'Մնացել է \$remainingCount նիշ'; + String get remainingTextFieldCharacterCountOther => r'Մնացել է $remainingCount նիշ'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -12426,16 +12426,16 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Ընտրել տարին'; @override - String get selectedRowCountTitleFew => 'Ընտրված է \$selectedRowCount օբյեկտ'; + String get selectedRowCountTitleFew => r'Ընտրված է $selectedRowCount օբյեկտ'; @override - String get selectedRowCountTitleMany => 'Ընտրված է \$selectedRowCount օբյեկտ'; + String get selectedRowCountTitleMany => r'Ընտրված է $selectedRowCount օբյեկտ'; @override String get selectedRowCountTitleOne => 'Ընտրվել է 1 տարր'; @override - String get selectedRowCountTitleOther => 'Ընտրվել է \$selectedRowCount տարր'; + String get selectedRowCountTitleOther => r'Ընտրվել է $selectedRowCount տարր'; @override String get selectedRowCountTitleTwo => null; @@ -12453,7 +12453,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get signedInLabel => 'Դուք մուտք եք գործել'; @override - String get tabLabelRaw => 'Ներդիր \$tabIndex՝ \$tabCount-ից'; + String get tabLabelRaw => r'Ներդիր $tabIndex՝ $tabCount-ից'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -12516,7 +12516,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Tentang \$applicationName'; + String get aboutListTileTitleRaw => r'Tentang $applicationName'; @override String get alertDialogLabel => 'Notifikasi'; @@ -12564,7 +12564,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get datePickerHelpText => 'PILIH TANGGAL'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Tanggal akhir \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Tanggal akhir $fullDate'; @override String get dateRangeEndLabel => 'Tanggal Akhir'; @@ -12573,7 +12573,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'PILIH RENTANG'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Tanggal mulai \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Tanggal mulai $fullDate'; @override String get dateRangeStartLabel => 'Tanggal Mulai'; @@ -12624,7 +12624,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 lisensi'; @override - String get licensesPackageDetailTextOther => '\$licenseCount lisensi'; + String get licensesPackageDetailTextOther => r'$licenseCount lisensi'; @override String get licensesPackageDetailTextTwo => null; @@ -12654,10 +12654,10 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Buka menu navigasi'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow dari \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow dari $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow dari kira-kira \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow dari kira-kira $rowCount'; @override String get pasteButtonLabel => 'Tempel'; @@ -12687,7 +12687,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Sisa 1 karakter'; @override - String get remainingTextFieldCharacterCountOther => 'Sisa \$remainingCount karakter'; + String get remainingTextFieldCharacterCountOther => r'Sisa $remainingCount karakter'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -12741,7 +12741,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 item dipilih'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount item dipilih'; + String get selectedRowCountTitleOther => r'$selectedRowCount item dipilih'; @override String get selectedRowCountTitleTwo => null; @@ -12759,7 +12759,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get signedInLabel => 'Telah login'; @override - String get tabLabelRaw => 'Tab \$tabIndex dari \$tabCount'; + String get tabLabelRaw => r'Tab $tabIndex dari $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -12822,7 +12822,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Um \$applicationName'; + String get aboutListTileTitleRaw => r'Um $applicationName'; @override String get alertDialogLabel => 'Tilkynning'; @@ -12870,7 +12870,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get datePickerHelpText => 'VELJA DAGSETNINGU'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Lokadagur \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Lokadagur $fullDate'; @override String get dateRangeEndLabel => 'Lokadagur'; @@ -12879,7 +12879,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'VELJA SVIÐ'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Upphafsdagur \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Upphafsdagur $fullDate'; @override String get dateRangeStartLabel => 'Upphafsdagur'; @@ -12930,7 +12930,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 leyfi'; @override - String get licensesPackageDetailTextOther => '\$licenseCount leyfi'; + String get licensesPackageDetailTextOther => r'$licenseCount leyfi'; @override String get licensesPackageDetailTextTwo => null; @@ -12960,10 +12960,10 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Opna yfirlitsvalmynd'; @override - String get pageRowsInfoTitleRaw => '\$firstRow – \$lastRow af \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow af $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow – \$lastRow af um það bil \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow af um það bil $rowCount'; @override String get pasteButtonLabel => 'Líma'; @@ -12993,7 +12993,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 stafur eftir'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount stafir eftir'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount stafir eftir'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -13047,7 +13047,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 atriði valið'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount atriði valin'; + String get selectedRowCountTitleOther => r'$selectedRowCount atriði valin'; @override String get selectedRowCountTitleTwo => null; @@ -13065,7 +13065,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get signedInLabel => 'Innskráð(ur)'; @override - String get tabLabelRaw => 'Flipi \$tabIndex af \$tabCount'; + String get tabLabelRaw => r'Flipi $tabIndex af $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -13128,7 +13128,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Informazioni su \$applicationName'; + String get aboutListTileTitleRaw => r'Informazioni su $applicationName'; @override String get alertDialogLabel => 'Avviso'; @@ -13176,7 +13176,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get datePickerHelpText => 'SELEZIONA DATA'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Data di fine \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Data di fine $fullDate'; @override String get dateRangeEndLabel => 'Data di fine'; @@ -13185,7 +13185,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'SELEZIONA INTERVALLO'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Data di inizio \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Data di inizio $fullDate'; @override String get dateRangeStartLabel => 'Data di inizio'; @@ -13236,7 +13236,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 licenza'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenze'; + String get licensesPackageDetailTextOther => r'$licenseCount licenze'; @override String get licensesPackageDetailTextTwo => null; @@ -13266,10 +13266,10 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Apri il menu di navigazione'; @override - String get pageRowsInfoTitleRaw => '\$firstRow-\$lastRow di \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow di $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow-\$lastRow di circa \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow di circa $rowCount'; @override String get pasteButtonLabel => 'Incolla'; @@ -13299,7 +13299,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 carattere rimanente'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount caratteri rimanenti'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount caratteri rimanenti'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -13320,7 +13320,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get reorderItemToEnd => 'Sposta alla fine'; @override - String get reorderItemToStart => 'Sposta all\'inizio'; + String get reorderItemToStart => "Sposta all'inizio"; @override String get reorderItemUp => 'Sposta su'; @@ -13353,7 +13353,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 elemento selezionato'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount elementi selezionati'; + String get selectedRowCountTitleOther => r'$selectedRowCount elementi selezionati'; @override String get selectedRowCountTitleTwo => null; @@ -13371,13 +13371,13 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get signedInLabel => 'Connesso'; @override - String get tabLabelRaw => 'Scheda \$tabIndex di \$tabCount'; + String get tabLabelRaw => r'Scheda $tabIndex di $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'SELEZIONA L\'ORA'; + String get timePickerDialHelpText => "SELEZIONA L'ORA"; @override String get timePickerHourLabel => 'Ora'; @@ -13386,7 +13386,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Seleziona le ore'; @override - String get timePickerInputHelpText => 'INSERISCI L\'ORA'; + String get timePickerInputHelpText => "INSERISCI L'ORA"; @override String get timePickerMinuteLabel => 'Minuto'; @@ -13434,7 +13434,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName について'; + String get aboutListTileTitleRaw => r'$applicationName について'; @override String get alertDialogLabel => '通知'; @@ -13482,7 +13482,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get datePickerHelpText => '日付の選択'; @override - String get dateRangeEndDateSemanticLabelRaw => '終了日 \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'終了日 $fullDate'; @override String get dateRangeEndLabel => '終了日'; @@ -13491,7 +13491,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => '期間の選択'; @override - String get dateRangeStartDateSemanticLabelRaw => '開始日 \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'開始日 $fullDate'; @override String get dateRangeStartLabel => '開始日'; @@ -13542,7 +13542,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => 'ライセンス: 1 件'; @override - String get licensesPackageDetailTextOther => 'ライセンス: \$licenseCount 件'; + String get licensesPackageDetailTextOther => r'ライセンス: $licenseCount 件'; @override String get licensesPackageDetailTextTwo => null; @@ -13572,10 +13572,10 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'ナビゲーション メニューを開く'; @override - String get pageRowsInfoTitleRaw => '\$firstRow - \$lastRow 行(合計 \$rowCount 行)'; + String get pageRowsInfoTitleRaw => r'$firstRow - $lastRow 行(合計 $rowCount 行)'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow – \$lastRow 行(合計約 \$rowCount 行)'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow 行(合計約 $rowCount 行)'; @override String get pasteButtonLabel => '貼り付け'; @@ -13605,7 +13605,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '残り 1 文字(半角相当)'; @override - String get remainingTextFieldCharacterCountOther => '残り \$remainingCount 文字(半角相当)'; + String get remainingTextFieldCharacterCountOther => r'残り $remainingCount 文字(半角相当)'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -13659,7 +13659,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 件のアイテムを選択中'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount 件のアイテムを選択中'; + String get selectedRowCountTitleOther => r'$selectedRowCount 件のアイテムを選択中'; @override String get selectedRowCountTitleTwo => null; @@ -13677,7 +13677,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get signedInLabel => 'ログイン中'; @override - String get tabLabelRaw => 'タブ: \$tabIndex/\$tabCount'; + String get tabLabelRaw => r'タブ: $tabIndex/$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -13740,7 +13740,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName-ის შესახებ'; + String get aboutListTileTitleRaw => r'$applicationName-ის შესახებ'; @override String get alertDialogLabel => 'გაფრთხილება'; @@ -13788,7 +13788,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get datePickerHelpText => 'აირჩიეთ თარიღი'; @override - String get dateRangeEndDateSemanticLabelRaw => 'დასრულების თარიღია \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'დასრულების თარიღია $fullDate'; @override String get dateRangeEndLabel => 'დასრულების თარიღი'; @@ -13797,7 +13797,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'აირჩიეთ დიაპაზონი'; @override - String get dateRangeStartDateSemanticLabelRaw => 'დაწყების თარიღია \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'დაწყების თარიღია $fullDate'; @override String get dateRangeStartLabel => 'დაწყების თარიღი'; @@ -13848,7 +13848,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 ლიცენზია'; @override - String get licensesPackageDetailTextOther => '\$licenseCount ლიცენზია'; + String get licensesPackageDetailTextOther => r'$licenseCount ლიცენზია'; @override String get licensesPackageDetailTextTwo => null; @@ -13878,10 +13878,10 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'სანავიგაციო მენიუს გახსნა'; @override - String get pageRowsInfoTitleRaw => '\$firstRow-\$lastRow / \$rowCount-დან'; + String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow / $rowCount-დან'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow-\$lastRow / დაახლოებით \$rowCount-დან'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow / დაახლოებით $rowCount-დან'; @override String get pasteButtonLabel => 'ჩასმა'; @@ -13911,7 +13911,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'დარჩა 1 სიმბოლო'; @override - String get remainingTextFieldCharacterCountOther => 'დარჩა \$remainingCount სიმბოლო'; + String get remainingTextFieldCharacterCountOther => r'დარჩა $remainingCount სიმბოლო'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -13965,7 +13965,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'არჩეულია 1 ერთეული'; @override - String get selectedRowCountTitleOther => 'არჩეულია \$selectedRowCount ერთეული'; + String get selectedRowCountTitleOther => r'არჩეულია $selectedRowCount ერთეული'; @override String get selectedRowCountTitleTwo => null; @@ -13983,7 +13983,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get signedInLabel => 'შესული'; @override - String get tabLabelRaw => 'ჩანართი \$tabIndex / \$tabCount-დან'; + String get tabLabelRaw => r'ჩანართი $tabIndex / $tabCount-დან'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -14046,7 +14046,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName туралы'; + String get aboutListTileTitleRaw => r'$applicationName туралы'; @override String get alertDialogLabel => 'Дабыл'; @@ -14094,7 +14094,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get datePickerHelpText => 'КҮНДІ ТАҢДАУ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Аяқталу күні \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Аяқталу күні $fullDate'; @override String get dateRangeEndLabel => 'Аяқталу күні'; @@ -14103,7 +14103,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'АУҚЫМДЫ ТАҢДАУ'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Басталу күні \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Басталу күні $fullDate'; @override String get dateRangeStartLabel => 'Басталу күні'; @@ -14154,7 +14154,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 лицензия'; @override - String get licensesPackageDetailTextOther => '\$licenseCount лицензия'; + String get licensesPackageDetailTextOther => r'$licenseCount лицензия'; @override String get licensesPackageDetailTextTwo => null; @@ -14184,10 +14184,10 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Навигация мәзірін ашу'; @override - String get pageRowsInfoTitleRaw => '\$rowCount ішінен \$firstRow–\$lastRow'; + String get pageRowsInfoTitleRaw => r'$rowCount ішінен $firstRow–$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => 'Шамамен \$rowCount ішінен \$firstRow–\$lastRow'; + String get pageRowsInfoTitleApproximateRaw => r'Шамамен $rowCount ішінен $firstRow–$lastRow'; @override String get pasteButtonLabel => 'Қою'; @@ -14217,7 +14217,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 таңба қалды.'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount таңба қалды.'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount таңба қалды.'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -14271,7 +14271,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 элемент таңдалды.'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount элемент таңдалды.'; + String get selectedRowCountTitleOther => r'$selectedRowCount элемент таңдалды.'; @override String get selectedRowCountTitleTwo => null; @@ -14289,7 +14289,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get signedInLabel => 'Есептік жазбаға кірген'; @override - String get tabLabelRaw => '\$tabCount/\$tabIndex қойынды'; + String get tabLabelRaw => r'$tabCount/$tabIndex қойынды'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -14352,7 +14352,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'អំពី \$applicationName'; + String get aboutListTileTitleRaw => r'អំពី $applicationName'; @override String get alertDialogLabel => 'ជូនដំណឹង'; @@ -14400,7 +14400,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ជ្រើសរើស​កាល​បរិច្ឆេទ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'កាលបរិច្ឆេទ​បញ្ចប់ \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'កាលបរិច្ឆេទ​បញ្ចប់ $fullDate'; @override String get dateRangeEndLabel => 'កាលបរិច្ឆេទ​បញ្ចប់'; @@ -14409,7 +14409,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ជ្រើស​រើស​ចន្លោះ'; @override - String get dateRangeStartDateSemanticLabelRaw => 'កាលបរិច្ឆេទ​ចាប់ផ្ដើម \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'កាលបរិច្ឆេទ​ចាប់ផ្ដើម $fullDate'; @override String get dateRangeStartLabel => 'កាលបរិច្ឆេទ​ចាប់ផ្ដើម'; @@ -14460,7 +14460,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => 'អាជ្ញាបណ្ណ 1'; @override - String get licensesPackageDetailTextOther => 'អាជ្ញាបណ្ណ \$licenseCount'; + String get licensesPackageDetailTextOther => r'អាជ្ញាបណ្ណ $licenseCount'; @override String get licensesPackageDetailTextTwo => null; @@ -14490,10 +14490,10 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'បើក​ម៉ឺនុយរុករក'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow ក្នុង​ចំណោម​ \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow ក្នុង​ចំណោម​ $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow ក្នុង​ចំណោម​ប្រហែល \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow ក្នុង​ចំណោម​ប្រហែល $rowCount'; @override String get pasteButtonLabel => 'ដាក់​ចូល'; @@ -14523,7 +14523,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'នៅសល់​ 1 តួ​ទៀត'; @override - String get remainingTextFieldCharacterCountOther => 'នៅសល់ \$remainingCount តួ​ទៀត'; + String get remainingTextFieldCharacterCountOther => r'នៅសល់ $remainingCount តួ​ទៀត'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -14577,7 +14577,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'បាន​ជ្រើស​រើស​ធាតុ 1'; @override - String get selectedRowCountTitleOther => 'បាន​ជ្រើស​រើស​ធាតុ \$selectedRowCount'; + String get selectedRowCountTitleOther => r'បាន​ជ្រើស​រើស​ធាតុ $selectedRowCount'; @override String get selectedRowCountTitleTwo => null; @@ -14595,7 +14595,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get signedInLabel => 'បានចូល​គណនី'; @override - String get tabLabelRaw => 'ផ្ទាំង \$tabIndex ក្នុង​ចំណោម​ \$tabCount'; + String get tabLabelRaw => r'ផ្ទាំង $tabIndex ក្នុង​ចំណោម​ $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @@ -14964,7 +14964,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName 정보'; + String get aboutListTileTitleRaw => r'$applicationName 정보'; @override String get alertDialogLabel => '알림'; @@ -15012,7 +15012,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get datePickerHelpText => '날짜 선택'; @override - String get dateRangeEndDateSemanticLabelRaw => '종료일 \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'종료일 $fullDate'; @override String get dateRangeEndLabel => '종료일'; @@ -15021,7 +15021,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => '범위 선택'; @override - String get dateRangeStartDateSemanticLabelRaw => '시작일 \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'시작일 $fullDate'; @override String get dateRangeStartLabel => '시작일'; @@ -15072,7 +15072,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '라이선스 1개'; @override - String get licensesPackageDetailTextOther => '라이선스 \$licenseCount개'; + String get licensesPackageDetailTextOther => r'라이선스 $licenseCount개'; @override String get licensesPackageDetailTextTwo => null; @@ -15102,10 +15102,10 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => '탐색 메뉴 열기'; @override - String get pageRowsInfoTitleRaw => '\$rowCount행 중 \$firstRow~\$lastRow행'; + String get pageRowsInfoTitleRaw => r'$rowCount행 중 $firstRow~$lastRow행'; @override - String get pageRowsInfoTitleApproximateRaw => '약 \$rowCount행 중 \$firstRow~\$lastRow행'; + String get pageRowsInfoTitleApproximateRaw => r'약 $rowCount행 중 $firstRow~$lastRow행'; @override String get pasteButtonLabel => '붙여넣기'; @@ -15135,7 +15135,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1자 남음'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount자 남음'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount자 남음'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -15189,7 +15189,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '항목 1개 선택됨'; @override - String get selectedRowCountTitleOther => '항목 \$selectedRowCount개 선택됨'; + String get selectedRowCountTitleOther => r'항목 $selectedRowCount개 선택됨'; @override String get selectedRowCountTitleTwo => null; @@ -15207,7 +15207,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get signedInLabel => '로그인됨'; @override - String get tabLabelRaw => '탭 \$tabCount개 중 \$tabIndex번째'; + String get tabLabelRaw => r'탭 $tabCount개 중 $tabIndex번째'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; @@ -15270,7 +15270,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName каналы жөнүндө'; + String get aboutListTileTitleRaw => r'$applicationName каналы жөнүндө'; @override String get alertDialogLabel => 'Эскертүү'; @@ -15318,7 +15318,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get datePickerHelpText => 'КҮНДҮ ТАНДОО'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Аяктоо күнү \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Аяктоо күнү $fullDate'; @override String get dateRangeEndLabel => 'Аяктоо күнү'; @@ -15327,7 +15327,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ДИАПАЗОНДУ ТАНДОО'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Баштоо күнү \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Баштоо күнү $fullDate'; @override String get dateRangeStartLabel => 'Баштоо күнү'; @@ -15378,7 +15378,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 уруксаттама'; @override - String get licensesPackageDetailTextOther => '\$licenseCount уруксаттама'; + String get licensesPackageDetailTextOther => r'$licenseCount уруксаттама'; @override String get licensesPackageDetailTextTwo => null; @@ -15408,10 +15408,10 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Чабыттоо менюсун ачуу'; @override - String get pageRowsInfoTitleRaw => '\$rowCount ичинен \$firstRow–\$lastRow'; + String get pageRowsInfoTitleRaw => r'$rowCount ичинен $firstRow–$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => 'Болжол менен \$rowCount ичинен \$firstRow–\$lastRow'; + String get pageRowsInfoTitleApproximateRaw => r'Болжол менен $rowCount ичинен $firstRow–$lastRow'; @override String get pasteButtonLabel => 'Чаптоо'; @@ -15441,7 +15441,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 белги калды'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount белги калды'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount белги калды'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -15495,7 +15495,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 нерсе тандалды'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount нерсе тандалды'; + String get selectedRowCountTitleOther => r'$selectedRowCount нерсе тандалды'; @override String get selectedRowCountTitleTwo => null; @@ -15513,7 +15513,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get signedInLabel => 'Аккаунтуңузга кирдиңиз'; @override - String get tabLabelRaw => '\$tabCount кыналма ичинен \$tabIndex'; + String get tabLabelRaw => r'$tabCount кыналма ичинен $tabIndex'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -15576,7 +15576,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'ກ່ຽວກັບ \$applicationName'; + String get aboutListTileTitleRaw => r'ກ່ຽວກັບ $applicationName'; @override String get alertDialogLabel => 'ການເຕືອນ'; @@ -15624,7 +15624,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ເລືອກວັນທີ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'ວັນທີສິ້ນສຸດ \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'ວັນທີສິ້ນສຸດ $fullDate'; @override String get dateRangeEndLabel => 'ວັນທີສິ້ນສຸດ'; @@ -15633,7 +15633,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ເລືອກໄລຍະ'; @override - String get dateRangeStartDateSemanticLabelRaw => 'ວັນທີເລີ່ມຕົ້ນ \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'ວັນທີເລີ່ມຕົ້ນ $fullDate'; @override String get dateRangeStartLabel => 'ວັນທີເລີ່ມຕົ້ນ'; @@ -15684,7 +15684,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 ໃບອະນຸຍາດ'; @override - String get licensesPackageDetailTextOther => '\$licenseCount ໃບອະນຸຍາດ'; + String get licensesPackageDetailTextOther => r'$licenseCount ໃບອະນຸຍາດ'; @override String get licensesPackageDetailTextTwo => null; @@ -15714,10 +15714,10 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'ເປີດເມນູການນຳທາງ'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow ຈາກທັງໝົດ \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow ຈາກທັງໝົດ $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow ຈາກປະມານ \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow ຈາກປະມານ $rowCount'; @override String get pasteButtonLabel => 'ວາງ'; @@ -15747,7 +15747,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'ຍັງອີກ 1 ຕົວອັກສອນ'; @override - String get remainingTextFieldCharacterCountOther => 'ຍັງອີກ \$remainingCount ຕົວອັກສອນ'; + String get remainingTextFieldCharacterCountOther => r'ຍັງອີກ $remainingCount ຕົວອັກສອນ'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -15801,7 +15801,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'ເລືອກ 1 ລາຍການແລ້ວ'; @override - String get selectedRowCountTitleOther => 'ເລືອກ \$selectedRowCount ລາຍການແລ້ວ'; + String get selectedRowCountTitleOther => r'ເລືອກ $selectedRowCount ລາຍການແລ້ວ'; @override String get selectedRowCountTitleTwo => null; @@ -15819,7 +15819,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get signedInLabel => 'ເຂົ້າສູ່ລະບົບແລ້ວ'; @override - String get tabLabelRaw => 'ແຖບທີ \$tabIndex ຈາກທັງໝົດ \$tabCount'; + String get tabLabelRaw => r'ແຖບທີ $tabIndex ຈາກທັງໝົດ $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -15882,7 +15882,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Apie „\$applicationName“'; + String get aboutListTileTitleRaw => r'Apie „$applicationName“'; @override String get alertDialogLabel => 'Įspėjimas'; @@ -15930,7 +15930,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get datePickerHelpText => 'PASIRINKITE DATĄ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Pabaigos data: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Pabaigos data: $fullDate'; @override String get dateRangeEndLabel => 'Pabaigos data'; @@ -15939,7 +15939,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'PASIRINKITE DIAPAZONĄ'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Pradžios data: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Pradžios data: $fullDate'; @override String get dateRangeStartLabel => 'Pradžios data'; @@ -15981,16 +15981,16 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Įveskite tinkamą laiką'; @override - String get licensesPackageDetailTextFew => '\$licenseCount licencijos'; + String get licensesPackageDetailTextFew => r'$licenseCount licencijos'; @override - String get licensesPackageDetailTextMany => '\$licenseCount licencijos'; + String get licensesPackageDetailTextMany => r'$licenseCount licencijos'; @override String get licensesPackageDetailTextOne => '1 licencija'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencijų'; + String get licensesPackageDetailTextOther => r'$licenseCount licencijų'; @override String get licensesPackageDetailTextTwo => null; @@ -16020,10 +16020,10 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Atidaryti naršymo meniu'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow iš \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow iš $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow iš maždaug \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow iš maždaug $rowCount'; @override String get pasteButtonLabel => 'Įklijuoti'; @@ -16044,16 +16044,16 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Atnaujinti'; @override - String get remainingTextFieldCharacterCountFew => 'Liko \$remainingCount simboliai'; + String get remainingTextFieldCharacterCountFew => r'Liko $remainingCount simboliai'; @override - String get remainingTextFieldCharacterCountMany => 'Liko \$remainingCount simbolio'; + String get remainingTextFieldCharacterCountMany => r'Liko $remainingCount simbolio'; @override String get remainingTextFieldCharacterCountOne => 'Liko 1 simbolis'; @override - String get remainingTextFieldCharacterCountOther => 'Liko \$remainingCount simbolių'; + String get remainingTextFieldCharacterCountOther => r'Liko $remainingCount simbolių'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -16098,16 +16098,16 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Pasirinkite metus'; @override - String get selectedRowCountTitleFew => 'Pasirinkti \$selectedRowCount elementai'; + String get selectedRowCountTitleFew => r'Pasirinkti $selectedRowCount elementai'; @override - String get selectedRowCountTitleMany => 'Pasirinkta \$selectedRowCount elemento'; + String get selectedRowCountTitleMany => r'Pasirinkta $selectedRowCount elemento'; @override String get selectedRowCountTitleOne => 'Pasirinktas 1 elementas'; @override - String get selectedRowCountTitleOther => 'Pasirinkta \$selectedRowCount elementų'; + String get selectedRowCountTitleOther => r'Pasirinkta $selectedRowCount elementų'; @override String get selectedRowCountTitleTwo => null; @@ -16125,7 +16125,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get signedInLabel => 'Prisijungta'; @override - String get tabLabelRaw => '\$tabIndex skirtukas iš \$tabCount'; + String get tabLabelRaw => r'$tabIndex skirtukas iš $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -16188,7 +16188,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Par \$applicationName'; + String get aboutListTileTitleRaw => r'Par $applicationName'; @override String get alertDialogLabel => 'Brīdinājums'; @@ -16236,7 +16236,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ATLASIET DATUMU'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Beigu datums: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Beigu datums: $fullDate'; @override String get dateRangeEndLabel => 'Beigu datums'; @@ -16245,7 +16245,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ATLASIET DIAPAZONU'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Sākuma datums: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Sākuma datums: $fullDate'; @override String get dateRangeStartLabel => 'Sākuma datums'; @@ -16296,7 +16296,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 licence'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licences'; + String get licensesPackageDetailTextOther => r'$licenseCount licences'; @override String get licensesPackageDetailTextTwo => null; @@ -16326,10 +16326,10 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Atvērt navigācijas izvēlni'; @override - String get pageRowsInfoTitleRaw => '\$firstRow.–\$lastRow. no \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow.–$lastRow. no $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow.–\$lastRow. no aptuveni \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow.–$lastRow. no aptuveni $rowCount'; @override String get pasteButtonLabel => 'Ielīmēt'; @@ -16359,7 +16359,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Atlikusi 1 rakstzīme.'; @override - String get remainingTextFieldCharacterCountOther => 'Atlikušas \$remainingCount rakstzīmes.'; + String get remainingTextFieldCharacterCountOther => r'Atlikušas $remainingCount rakstzīmes.'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -16413,7 +16413,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Atlasīts 1 vienums'; @override - String get selectedRowCountTitleOther => 'Atlasīti \$selectedRowCount vienumi'; + String get selectedRowCountTitleOther => r'Atlasīti $selectedRowCount vienumi'; @override String get selectedRowCountTitleTwo => null; @@ -16431,7 +16431,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get signedInLabel => 'Esat pierakstījies'; @override - String get tabLabelRaw => '\$tabIndex. cilne no \$tabCount'; + String get tabLabelRaw => r'$tabIndex. cilne no $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -16494,7 +16494,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'За \$applicationName'; + String get aboutListTileTitleRaw => r'За $applicationName'; @override String get alertDialogLabel => 'Предупредување'; @@ -16542,7 +16542,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ИЗБЕРЕТЕ ДАТУМ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Краен датум \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Краен датум $fullDate'; @override String get dateRangeEndLabel => 'Краен датум'; @@ -16551,7 +16551,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ИЗБЕРЕТЕ ОПСЕГ'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Датум на започнување \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Датум на започнување $fullDate'; @override String get dateRangeStartLabel => 'Датум на започнување'; @@ -16602,7 +16602,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 лиценца'; @override - String get licensesPackageDetailTextOther => '\$licenseCount лиценци'; + String get licensesPackageDetailTextOther => r'$licenseCount лиценци'; @override String get licensesPackageDetailTextTwo => null; @@ -16632,10 +16632,10 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Отворете го менито за навигација'; @override - String get pageRowsInfoTitleRaw => '\$firstRow - \$lastRow од \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow - $lastRow од $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow - \$lastRow од приближно \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow - $lastRow од приближно $rowCount'; @override String get pasteButtonLabel => 'Залепи'; @@ -16665,7 +16665,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Преостанува уште 1 знак'; @override - String get remainingTextFieldCharacterCountOther => 'Преостануваат уште \$remainingCount знаци'; + String get remainingTextFieldCharacterCountOther => r'Преостануваат уште $remainingCount знаци'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -16719,7 +16719,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Избрана е 1 ставка'; @override - String get selectedRowCountTitleOther => 'Избрани се \$selectedRowCount ставки'; + String get selectedRowCountTitleOther => r'Избрани се $selectedRowCount ставки'; @override String get selectedRowCountTitleTwo => null; @@ -16737,7 +16737,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get signedInLabel => 'Најавени сте'; @override - String get tabLabelRaw => 'Картичка \$tabIndex од \$tabCount'; + String get tabLabelRaw => r'Картичка $tabIndex од $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -16800,7 +16800,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName എന്നതിനെക്കുറിച്ച്'; + String get aboutListTileTitleRaw => r'$applicationName എന്നതിനെക്കുറിച്ച്'; @override String get alertDialogLabel => 'മുന്നറിയിപ്പ്'; @@ -16848,7 +16848,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get datePickerHelpText => 'തീയതി തിരഞ്ഞെടുക്കുക'; @override - String get dateRangeEndDateSemanticLabelRaw => 'അവസാനിക്കുന്ന തീയതി \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'അവസാനിക്കുന്ന തീയതി $fullDate'; @override String get dateRangeEndLabel => 'അവസാനിക്കുന്ന തീയതി'; @@ -16857,7 +16857,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ശ്രേണി തിരഞ്ഞെടുക്കുക'; @override - String get dateRangeStartDateSemanticLabelRaw => 'ആരംഭിക്കുന്ന തീയതി \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'ആരംഭിക്കുന്ന തീയതി $fullDate'; @override String get dateRangeStartLabel => 'ആരംഭിക്കുന്ന തീയതി'; @@ -16908,7 +16908,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => 'ഒരു ലൈസൻസ്'; @override - String get licensesPackageDetailTextOther => '\$licenseCount ലൈസൻസുകൾ'; + String get licensesPackageDetailTextOther => r'$licenseCount ലൈസൻസുകൾ'; @override String get licensesPackageDetailTextTwo => null; @@ -16938,10 +16938,10 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'നാവിഗേഷൻ മെനു തുറക്കുക'; @override - String get pageRowsInfoTitleRaw => '\$rowCount-ൽ \$firstRow –\$lastRow'; + String get pageRowsInfoTitleRaw => r'$rowCount-ൽ $firstRow –$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => 'ഏകദേശം \$rowCount-ൽ \$firstRow –\$lastRow'; + String get pageRowsInfoTitleApproximateRaw => r'ഏകദേശം $rowCount-ൽ $firstRow –$lastRow'; @override String get pasteButtonLabel => 'ഒട്ടിക്കുക'; @@ -16971,7 +16971,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'ഒരു പ്രതീകം ശേഷിക്കുന്നു'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount പ്രതീകങ്ങൾ ശേഷിക്കുന്നു'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount പ്രതീകങ്ങൾ ശേഷിക്കുന്നു'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -17025,7 +17025,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'ഒരു ഇനം തിരഞ്ഞെടുത്തു'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount ഇനങ്ങൾ തിരഞ്ഞെടുത്തു'; + String get selectedRowCountTitleOther => r'$selectedRowCount ഇനങ്ങൾ തിരഞ്ഞെടുത്തു'; @override String get selectedRowCountTitleTwo => null; @@ -17043,7 +17043,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get signedInLabel => 'സൈൻ ഇൻ ചെയ്‌തു'; @override - String get tabLabelRaw => '\$tabCount-ൽ \$tabIndex'; + String get tabLabelRaw => r'$tabCount-ൽ $tabIndex'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -17106,7 +17106,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName-н тухай'; + String get aboutListTileTitleRaw => r'$applicationName-н тухай'; @override String get alertDialogLabel => 'Сэрэмжлүүлэг'; @@ -17154,7 +17154,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ОГНОО СОНГОХ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Дуусах огноо \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Дуусах огноо $fullDate'; @override String get dateRangeEndLabel => 'Дуусах огноо'; @@ -17163,7 +17163,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ИНТЕРВАЛ СОНГОХ'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Эхлэх огноо \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Эхлэх огноо $fullDate'; @override String get dateRangeStartLabel => 'Эхлэх огноо'; @@ -17214,7 +17214,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 лиценз'; @override - String get licensesPackageDetailTextOther => '\$licenseCount лиценз'; + String get licensesPackageDetailTextOther => r'$licenseCount лиценз'; @override String get licensesPackageDetailTextTwo => null; @@ -17244,10 +17244,10 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Навигацийн цэсийг нээх'; @override - String get pageRowsInfoTitleRaw => '\$rowCount-н \$firstRow–\$lastRow'; + String get pageRowsInfoTitleRaw => r'$rowCount-н $firstRow–$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => 'Ойролцоогоор \$rowCount-н \$firstRow–\$lastRow'; + String get pageRowsInfoTitleApproximateRaw => r'Ойролцоогоор $rowCount-н $firstRow–$lastRow'; @override String get pasteButtonLabel => 'Буулгах'; @@ -17277,7 +17277,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 тэмдэгт үлдсэн'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount тэмдэгт үлдсэн'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount тэмдэгт үлдсэн'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -17331,7 +17331,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 зүйл сонгосон'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount зүйл сонгосон'; + String get selectedRowCountTitleOther => r'$selectedRowCount зүйл сонгосон'; @override String get selectedRowCountTitleTwo => null; @@ -17349,7 +17349,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get signedInLabel => 'Нэвтэрсэн'; @override - String get tabLabelRaw => '\$tabCount-н \$tabIndex-р таб'; + String get tabLabelRaw => r'$tabCount-н $tabIndex-р таб'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -17412,7 +17412,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName बद्दल'; + String get aboutListTileTitleRaw => r'$applicationName बद्दल'; @override String get alertDialogLabel => 'सूचना'; @@ -17460,7 +17460,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get datePickerHelpText => 'तारीख निवडा'; @override - String get dateRangeEndDateSemanticLabelRaw => 'संपण्याची तारीख \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'संपण्याची तारीख $fullDate'; @override String get dateRangeEndLabel => 'संपण्याची तारीख'; @@ -17469,7 +17469,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'श्रेणी निवडा'; @override - String get dateRangeStartDateSemanticLabelRaw => 'सुरू होण्याची तारीख \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'सुरू होण्याची तारीख $fullDate'; @override String get dateRangeStartLabel => 'सुरू होण्याची तारीख'; @@ -17520,7 +17520,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => 'एक परवाना'; @override - String get licensesPackageDetailTextOther => '\$licenseCount परवाने'; + String get licensesPackageDetailTextOther => r'$licenseCount परवाने'; @override String get licensesPackageDetailTextTwo => null; @@ -17550,10 +17550,10 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'नेव्हिगेशन मेनू उघडा'; @override - String get pageRowsInfoTitleRaw => '\$rowCount पैकी \$firstRow–\$lastRow'; + String get pageRowsInfoTitleRaw => r'$rowCount पैकी $firstRow–$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => '\$rowCount च्या बद्दल \$firstRow–\$lastRow'; + String get pageRowsInfoTitleApproximateRaw => r'$rowCount च्या बद्दल $firstRow–$lastRow'; @override String get pasteButtonLabel => 'पेस्ट करा'; @@ -17583,7 +17583,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'एक वर्ण शिल्लक'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount वर्ण शिल्लक'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount वर्ण शिल्लक'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -17637,7 +17637,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'एक आयटम निवडला'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount आयटम निवडले'; + String get selectedRowCountTitleOther => r'$selectedRowCount आयटम निवडले'; @override String get selectedRowCountTitleTwo => null; @@ -17655,7 +17655,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get signedInLabel => 'साइन इन केले आहे'; @override - String get tabLabelRaw => '\$tabCount पैकी \$tabIndex टॅब'; + String get tabLabelRaw => r'$tabCount पैकी $tabIndex टॅब'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @@ -17718,7 +17718,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Perihal \$applicationName'; + String get aboutListTileTitleRaw => r'Perihal $applicationName'; @override String get alertDialogLabel => 'Makluman'; @@ -17766,7 +17766,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get datePickerHelpText => 'PILIH TARIKH'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Tarikh tamat ialah \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Tarikh tamat ialah $fullDate'; @override String get dateRangeEndLabel => 'Tarikh Tamat'; @@ -17775,7 +17775,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'PILIH JULAT'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Tarikh mula ialah \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Tarikh mula ialah $fullDate'; @override String get dateRangeStartLabel => 'Tarikh Mula'; @@ -17826,7 +17826,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 lesen'; @override - String get licensesPackageDetailTextOther => '\$licenseCount lesen'; + String get licensesPackageDetailTextOther => r'$licenseCount lesen'; @override String get licensesPackageDetailTextTwo => null; @@ -17856,10 +17856,10 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Buka menu navigasi'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow dari \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow dari $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow dari kira-kira \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow dari kira-kira $rowCount'; @override String get pasteButtonLabel => 'Tampal'; @@ -17889,7 +17889,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 aksara lagi'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount aksara lagi'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount aksara lagi'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -17943,7 +17943,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 item dipilih'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount item dipilih'; + String get selectedRowCountTitleOther => r'$selectedRowCount item dipilih'; @override String get selectedRowCountTitleTwo => null; @@ -17961,7 +17961,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get signedInLabel => 'Dilog masuk'; @override - String get tabLabelRaw => 'Tab \$tabIndex dari \$tabCount'; + String get tabLabelRaw => r'Tab $tabIndex dari $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @@ -18024,7 +18024,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName အကြောင်း'; + String get aboutListTileTitleRaw => r'$applicationName အကြောင်း'; @override String get alertDialogLabel => 'သတိပေးချက်'; @@ -18072,7 +18072,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ရက်စွဲရွေးပါ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'ပြီးဆုံးရက်စွဲ \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'ပြီးဆုံးရက်စွဲ $fullDate'; @override String get dateRangeEndLabel => 'ပြီးဆုံးရက်စွဲ'; @@ -18081,7 +18081,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'အပိုင်းအခြား ရွေးရန်'; @override - String get dateRangeStartDateSemanticLabelRaw => 'စတင်သည့် ရက်စွဲ \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'စတင်သည့် ရက်စွဲ $fullDate'; @override String get dateRangeStartLabel => 'စတင်သည့် ရက်စွဲ'; @@ -18132,7 +18132,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => 'လိုင်စင် 1 ခု'; @override - String get licensesPackageDetailTextOther => 'လိုင်စင် \$licenseCount ခု'; + String get licensesPackageDetailTextOther => r'လိုင်စင် $licenseCount ခု'; @override String get licensesPackageDetailTextTwo => null; @@ -18162,10 +18162,10 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'လမ်းညွှန်မီနူးကို ဖွင့်ရန်'; @override - String get pageRowsInfoTitleRaw => '\$rowCount အနက် \$firstRow–\$lastRow'; + String get pageRowsInfoTitleRaw => r'$rowCount အနက် $firstRow–$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => '\$rowCount ခန့်မှ \$firstRow–\$lastRow'; + String get pageRowsInfoTitleApproximateRaw => r'$rowCount ခန့်မှ $firstRow–$lastRow'; @override String get pasteButtonLabel => 'ကူးထည့်ရန်'; @@ -18195,7 +18195,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'အက္ခရာ ၁ လုံးကျန်သည်'; @override - String get remainingTextFieldCharacterCountOther => 'အက္ခရာ \$remainingCount လုံးကျန်သည်'; + String get remainingTextFieldCharacterCountOther => r'အက္ခရာ $remainingCount လုံးကျန်သည်'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -18249,7 +18249,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '၁ ခု ရွေးထားသည်'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount ခု ရွေးထားသည်'; + String get selectedRowCountTitleOther => r'$selectedRowCount ခု ရွေးထားသည်'; @override String get selectedRowCountTitleTwo => null; @@ -18267,7 +18267,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get signedInLabel => 'လက်မှတ်ထိုး ဝင်ထားသည်'; @override - String get tabLabelRaw => 'တဘ် \$tabCount အနက် \$tabIndex ခု'; + String get tabLabelRaw => r'တဘ် $tabCount အနက် $tabIndex ခု'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -18330,7 +18330,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Om \$applicationName'; + String get aboutListTileTitleRaw => r'Om $applicationName'; @override String get alertDialogLabel => 'Varsel'; @@ -18378,7 +18378,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get datePickerHelpText => 'VELG DATOEN'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Sluttdato \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Sluttdato $fullDate'; @override String get dateRangeEndLabel => 'Sluttdato'; @@ -18387,7 +18387,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'VELG PERIODEN'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Startdato \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Startdato $fullDate'; @override String get dateRangeStartLabel => 'Startdato'; @@ -18438,7 +18438,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 lisens'; @override - String get licensesPackageDetailTextOther => '\$licenseCount lisenser'; + String get licensesPackageDetailTextOther => r'$licenseCount lisenser'; @override String get licensesPackageDetailTextTwo => null; @@ -18468,10 +18468,10 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Åpne navigasjonsmenyen'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow av \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow av $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow av omtrent \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow av omtrent $rowCount'; @override String get pasteButtonLabel => 'Lim inn'; @@ -18501,7 +18501,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 tegn gjenstår'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount tegn gjenstår'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount tegn gjenstår'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -18555,7 +18555,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 element er valgt'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount elementer er valgt'; + String get selectedRowCountTitleOther => r'$selectedRowCount elementer er valgt'; @override String get selectedRowCountTitleTwo => null; @@ -18573,7 +18573,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get signedInLabel => 'Pålogget'; @override - String get tabLabelRaw => 'Fane \$tabIndex av \$tabCount'; + String get tabLabelRaw => r'Fane $tabIndex av $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -18636,7 +18636,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName बारे'; + String get aboutListTileTitleRaw => r'$applicationName बारे'; @override String get alertDialogLabel => 'अलर्ट'; @@ -18684,7 +18684,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get datePickerHelpText => 'मिति चयन गर्नुहोस्'; @override - String get dateRangeEndDateSemanticLabelRaw => 'समाप्त हुने मिति \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'समाप्त हुने मिति $fullDate'; @override String get dateRangeEndLabel => 'समाप्त हुने मिति'; @@ -18693,7 +18693,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'दायरा चयन गर्नुहोस्'; @override - String get dateRangeStartDateSemanticLabelRaw => 'सुरु हुने मिति \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'सुरु हुने मिति $fullDate'; @override String get dateRangeStartLabel => 'सुरु हुने मिति'; @@ -18744,7 +18744,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => 'एउटा इजाजतपत्र'; @override - String get licensesPackageDetailTextOther => '\$licenseCount वटा इजाजतपत्र'; + String get licensesPackageDetailTextOther => r'$licenseCount वटा इजाजतपत्र'; @override String get licensesPackageDetailTextTwo => null; @@ -18774,10 +18774,10 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'नेभिगेसन मेनु खोल्नुहोस्'; @override - String get pageRowsInfoTitleRaw => '\$rowCount मध्ये \$firstRow–\$lastRow'; + String get pageRowsInfoTitleRaw => r'$rowCount मध्ये $firstRow–$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => 'लगभग \$rowCount को \$firstRow–\$lastRow'; + String get pageRowsInfoTitleApproximateRaw => r'लगभग $rowCount को $firstRow–$lastRow'; @override String get pasteButtonLabel => 'टाँस्नुहोस्'; @@ -18807,7 +18807,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '१ वर्ण बाँकी'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount वर्णहरू बाँकी'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount वर्णहरू बाँकी'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -18861,7 +18861,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '१ वस्तु चयन गरियो'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount वस्तुहरू चयन गरिए'; + String get selectedRowCountTitleOther => r'$selectedRowCount वस्तुहरू चयन गरिए'; @override String get selectedRowCountTitleTwo => null; @@ -18879,7 +18879,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get signedInLabel => 'साइन इन गरियो'; @override - String get tabLabelRaw => '\$tabCount मध्ये \$tabIndex ट्याब'; + String get tabLabelRaw => r'$tabCount मध्ये $tabIndex ट्याब'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -18942,7 +18942,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Over \$applicationName'; + String get aboutListTileTitleRaw => r'Over $applicationName'; @override String get alertDialogLabel => 'Melding'; @@ -18990,7 +18990,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get datePickerHelpText => 'DATUM SELECTEREN'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Einddatum \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Einddatum $fullDate'; @override String get dateRangeEndLabel => 'Einddatum'; @@ -18999,7 +18999,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'PERIODE SELECTEREN'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Startdatum \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Startdatum $fullDate'; @override String get dateRangeStartLabel => 'Startdatum'; @@ -19050,7 +19050,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 licentie'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenties'; + String get licensesPackageDetailTextOther => r'$licenseCount licenties'; @override String get licensesPackageDetailTextTwo => null; @@ -19080,10 +19080,10 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Navigatiemenu openen'; @override - String get pageRowsInfoTitleRaw => '\$firstRow-\$lastRow van \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow van $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow-\$lastRow van ongeveer \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow van ongeveer $rowCount'; @override String get pasteButtonLabel => 'Plakken'; @@ -19113,7 +19113,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 teken resterend'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount tekens resterend'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount tekens resterend'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -19167,7 +19167,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 item geselecteerd'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount items geselecteerd'; + String get selectedRowCountTitleOther => r'$selectedRowCount items geselecteerd'; @override String get selectedRowCountTitleTwo => null; @@ -19185,7 +19185,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get signedInLabel => 'Ingelogd'; @override - String get tabLabelRaw => 'Tabblad \$tabIndex van \$tabCount'; + String get tabLabelRaw => r'Tabblad $tabIndex van $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -19248,7 +19248,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Om \$applicationName'; + String get aboutListTileTitleRaw => r'Om $applicationName'; @override String get alertDialogLabel => 'Varsel'; @@ -19296,7 +19296,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get datePickerHelpText => 'VELG DATOEN'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Sluttdato \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Sluttdato $fullDate'; @override String get dateRangeEndLabel => 'Sluttdato'; @@ -19305,7 +19305,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'VELG PERIODEN'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Startdato \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Startdato $fullDate'; @override String get dateRangeStartLabel => 'Startdato'; @@ -19356,7 +19356,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 lisens'; @override - String get licensesPackageDetailTextOther => '\$licenseCount lisenser'; + String get licensesPackageDetailTextOther => r'$licenseCount lisenser'; @override String get licensesPackageDetailTextTwo => null; @@ -19386,10 +19386,10 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Åpne navigasjonsmenyen'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow av \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow av $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow av omtrent \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow av omtrent $rowCount'; @override String get pasteButtonLabel => 'Lim inn'; @@ -19419,7 +19419,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 tegn gjenstår'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount tegn gjenstår'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount tegn gjenstår'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -19473,7 +19473,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 element er valgt'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount elementer er valgt'; + String get selectedRowCountTitleOther => r'$selectedRowCount elementer er valgt'; @override String get selectedRowCountTitleTwo => null; @@ -19491,7 +19491,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get signedInLabel => 'Pålogget'; @override - String get tabLabelRaw => 'Fane \$tabIndex av \$tabCount'; + String get tabLabelRaw => r'Fane $tabIndex av $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -19554,7 +19554,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName ବିଷୟରେ'; + String get aboutListTileTitleRaw => r'$applicationName ବିଷୟରେ'; @override String get alertDialogLabel => 'ଆଲର୍ଟ'; @@ -19602,7 +19602,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ତାରିଖ ଚୟନ କରନ୍ତୁ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'ଶେଷ ତାରିଖ \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'ଶେଷ ତାରିଖ $fullDate'; @override String get dateRangeEndLabel => 'ଶେଷ ତାରିଖ'; @@ -19611,7 +19611,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ସୀମା ଚୟନ କରନ୍ତୁ'; @override - String get dateRangeStartDateSemanticLabelRaw => 'ଆରମ୍ଭ ତାରିଖ \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'ଆରମ୍ଭ ତାରିଖ $fullDate'; @override String get dateRangeStartLabel => 'ଆରମ୍ଭ ତାରିଖ'; @@ -19662,7 +19662,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1ଟି ଲାଇସେନ୍ସ'; @override - String get licensesPackageDetailTextOther => '\$licenseCountଟି ଲାଇସେନ୍ସ'; + String get licensesPackageDetailTextOther => r'$licenseCountଟି ଲାଇସେନ୍ସ'; @override String get licensesPackageDetailTextTwo => null; @@ -19692,10 +19692,10 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'ନାଭିଗେସନ୍ ମେନୁ ଖୋଲନ୍ତୁ'; @override - String get pageRowsInfoTitleRaw => '\$rowCountର \$firstRow–\$lastRow'; + String get pageRowsInfoTitleRaw => r'$rowCountର $firstRow–$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => 'ପାଖାପାଖି \$rowCountର \$firstRow–\$lastRow'; + String get pageRowsInfoTitleApproximateRaw => r'ପାଖାପାଖି $rowCountର $firstRow–$lastRow'; @override String get pasteButtonLabel => 'ପେଷ୍ଟ କରନ୍ତୁ'; @@ -19725,7 +19725,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1ଟି ଅକ୍ଷର ବାକି ଅଛି'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCountଟି ଅକ୍ଷର ବାକି ଅଛି'; + String get remainingTextFieldCharacterCountOther => r'$remainingCountଟି ଅକ୍ଷର ବାକି ଅଛି'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -19779,7 +19779,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1ଟି ଆଇଟମ୍ ଚୟନ କରାଯାଇଛି'; @override - String get selectedRowCountTitleOther => '\$selectedRowCountଟି ଆଇଟମ୍ ଚୟନ କରାଯାଇଛି'; + String get selectedRowCountTitleOther => r'$selectedRowCountଟି ଆଇଟମ୍ ଚୟନ କରାଯାଇଛି'; @override String get selectedRowCountTitleTwo => null; @@ -19797,7 +19797,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get signedInLabel => 'ସାଇନ୍ ଇନ୍ କରାଯାଇଛି'; @override - String get tabLabelRaw => '\$tabCountର \$tabIndex ଟାବ୍'; + String get tabLabelRaw => r'$tabCountର $tabIndex ଟାବ୍'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -19860,7 +19860,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName ਬਾਰੇ'; + String get aboutListTileTitleRaw => r'$applicationName ਬਾਰੇ'; @override String get alertDialogLabel => 'ਸੁਚੇਤਨਾ'; @@ -19872,7 +19872,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get backButtonTooltip => 'ਪਿੱਛੇ'; @override - String get calendarModeButtonLabel => 'ਕੈਲੰਡਰ \'ਤੇ ਜਾਓ'; + String get calendarModeButtonLabel => "ਕੈਲੰਡਰ 'ਤੇ ਜਾਓ"; @override String get cancelButtonLabel => 'ਰੱਦ ਕਰੋ'; @@ -19908,7 +19908,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ਤਾਰੀਖ ਚੁਣੋ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'ਸਮਾਪਤੀ ਦੀ ਤਾਰੀਖ \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'ਸਮਾਪਤੀ ਦੀ ਤਾਰੀਖ $fullDate'; @override String get dateRangeEndLabel => 'ਸਮਾਪਤੀ ਦੀ ਤਾਰੀਖ'; @@ -19917,7 +19917,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ਰੇਂਜ ਚੁਣੋ'; @override - String get dateRangeStartDateSemanticLabelRaw => 'ਸ਼ੁਰੂਆਤੀ ਤਾਰੀਖ \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'ਸ਼ੁਰੂਆਤੀ ਤਾਰੀਖ $fullDate'; @override String get dateRangeStartLabel => 'ਸ਼ੁਰੂਆਤੀ ਤਾਰੀਖ'; @@ -19929,7 +19929,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'ਮਿਟਾਓ'; @override - String get dialModeButtonLabel => 'ਡਾਇਲ ਚੋਣਕਾਰ ਮੋਡ \'ਤੇ ਜਾਓ'; + String get dialModeButtonLabel => "ਡਾਇਲ ਚੋਣਕਾਰ ਮੋਡ 'ਤੇ ਜਾਓ"; @override String get dialogLabel => 'ਵਿੰਡੋ'; @@ -19944,10 +19944,10 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'ਖਾਤੇ ਲੁਕਾਓ'; @override - String get inputDateModeButtonLabel => 'ਇਨਪੁੱਟ \'ਤੇ ਜਾਓ'; + String get inputDateModeButtonLabel => "ਇਨਪੁੱਟ 'ਤੇ ਜਾਓ"; @override - String get inputTimeModeButtonLabel => 'ਲਿਖਤ ਇਨਪੁੱਟ ਮੋਡ \'ਤੇ ਜਾਓ'; + String get inputTimeModeButtonLabel => "ਲਿਖਤ ਇਨਪੁੱਟ ਮੋਡ 'ਤੇ ਜਾਓ"; @override String get invalidDateFormatLabel => 'ਅਵੈਧ ਫਾਰਮੈਟ।'; @@ -19968,7 +19968,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 ਲਾਇਸੰਸ'; @override - String get licensesPackageDetailTextOther => '\$licenseCount ਲਾਇਸੰਸ'; + String get licensesPackageDetailTextOther => r'$licenseCount ਲਾਇਸੰਸ'; @override String get licensesPackageDetailTextTwo => null; @@ -19998,10 +19998,10 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'ਨੈਵੀਗੇਸ਼ਨ ਮੀਨੂ ਖੋਲ੍ਹੋ'; @override - String get pageRowsInfoTitleRaw => '\$rowCount ਵਿੱਚੋਂ \$firstRow–\$lastRow'; + String get pageRowsInfoTitleRaw => r'$rowCount ਵਿੱਚੋਂ $firstRow–$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => 'ਲਗਭਗ \$rowCount ਵਿੱਚੋਂ \$firstRow–\$lastRow'; + String get pageRowsInfoTitleApproximateRaw => r'ਲਗਭਗ $rowCount ਵਿੱਚੋਂ $firstRow–$lastRow'; @override String get pasteButtonLabel => 'ਪੇਸਟ ਕਰੋ'; @@ -20031,7 +20031,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 ਅੱਖਰ-ਚਿੰਨ੍ਹ ਬਾਕੀ'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount ਅੱਖਰ-ਚਿੰਨ੍ਹ ਬਾਕੀ'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount ਅੱਖਰ-ਚਿੰਨ੍ਹ ਬਾਕੀ'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -20058,7 +20058,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get reorderItemUp => 'ਉੱਪਰ ਲਿਜਾਓ'; @override - String get rowsPerPageTitle => 'ਹਰ ਪੰਨੇ \'ਤੇ ਕਤਾਰਾਂ:'; + String get rowsPerPageTitle => "ਹਰ ਪੰਨੇ 'ਤੇ ਕਤਾਰਾਂ:"; @override String get saveButtonLabel => 'ਰੱਖਿਅਤ ਕਰੋ'; @@ -20085,7 +20085,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 ਆਈਟਮ ਚੁਣੀ ਗਈ'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount ਆਈਟਮਾਂ ਚੁਣੀਆਂ ਗਈਆਂ'; + String get selectedRowCountTitleOther => r'$selectedRowCount ਆਈਟਮਾਂ ਚੁਣੀਆਂ ਗਈਆਂ'; @override String get selectedRowCountTitleTwo => null; @@ -20103,7 +20103,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get signedInLabel => 'ਸਾਈਨ-ਇਨ ਕੀਤਾ ਗਿਆ'; @override - String get tabLabelRaw => '\$tabCount ਵਿੱਚੋਂ \$tabIndex ਟੈਬ'; + String get tabLabelRaw => r'$tabCount ਵਿੱਚੋਂ $tabIndex ਟੈਬ'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -20166,7 +20166,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName – informacje'; + String get aboutListTileTitleRaw => r'$applicationName – informacje'; @override String get alertDialogLabel => 'Alert'; @@ -20214,7 +20214,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get datePickerHelpText => 'WYBIERZ DATĘ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Data zakończenia: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Data zakończenia: $fullDate'; @override String get dateRangeEndLabel => 'Data zakończenia'; @@ -20223,7 +20223,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'WYBIERZ ZAKRES'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Data rozpoczęcia: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Data rozpoczęcia: $fullDate'; @override String get dateRangeStartLabel => 'Data rozpoczęcia'; @@ -20265,16 +20265,16 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Wpisz prawidłową godzinę'; @override - String get licensesPackageDetailTextFew => '\$licenseCount licencje'; + String get licensesPackageDetailTextFew => r'$licenseCount licencje'; @override - String get licensesPackageDetailTextMany => '\$licenseCount licencji'; + String get licensesPackageDetailTextMany => r'$licenseCount licencji'; @override String get licensesPackageDetailTextOne => '1 licencja'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencji'; + String get licensesPackageDetailTextOther => r'$licenseCount licencji'; @override String get licensesPackageDetailTextTwo => null; @@ -20304,10 +20304,10 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Otwórz menu nawigacyjne'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow z \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow z $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow z około \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow z około $rowCount'; @override String get pasteButtonLabel => 'Wklej'; @@ -20328,16 +20328,16 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Odśwież'; @override - String get remainingTextFieldCharacterCountFew => 'Pozostały \$remainingCount znaki'; + String get remainingTextFieldCharacterCountFew => r'Pozostały $remainingCount znaki'; @override - String get remainingTextFieldCharacterCountMany => 'Pozostało \$remainingCount znaków'; + String get remainingTextFieldCharacterCountMany => r'Pozostało $remainingCount znaków'; @override String get remainingTextFieldCharacterCountOne => 'Jeszcze 1 znak'; @override - String get remainingTextFieldCharacterCountOther => 'Pozostało \$remainingCount znaków'; + String get remainingTextFieldCharacterCountOther => r'Pozostało $remainingCount znaków'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -20382,16 +20382,16 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Wybierz rok'; @override - String get selectedRowCountTitleFew => '\$selectedRowCount wybrane elementy'; + String get selectedRowCountTitleFew => r'$selectedRowCount wybrane elementy'; @override - String get selectedRowCountTitleMany => '\$selectedRowCount wybranych elementów'; + String get selectedRowCountTitleMany => r'$selectedRowCount wybranych elementów'; @override String get selectedRowCountTitleOne => '1 wybrany element'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount wybranych elementów'; + String get selectedRowCountTitleOther => r'$selectedRowCount wybranych elementów'; @override String get selectedRowCountTitleTwo => null; @@ -20409,7 +20409,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get signedInLabel => 'Zalogowani użytkownicy'; @override - String get tabLabelRaw => 'Karta \$tabIndex z \$tabCount'; + String get tabLabelRaw => r'Karta $tabIndex z $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -20472,7 +20472,7 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'د \$applicationName په اړه'; + String get aboutListTileTitleRaw => r'د $applicationName په اړه'; @override String get alertDialogLabel => 'خبرتیا'; @@ -20520,7 +20520,7 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { String get datePickerHelpText => 'SELECT DATE'; @override - String get dateRangeEndDateSemanticLabelRaw => 'End date \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'End date $fullDate'; @override String get dateRangeEndLabel => 'End Date'; @@ -20529,7 +20529,7 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'SELECT RANGE'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Start date \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Start date $fullDate'; @override String get dateRangeStartLabel => 'Start Date'; @@ -20580,7 +20580,7 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 license'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenses'; + String get licensesPackageDetailTextOther => r'$licenseCount licenses'; @override String get licensesPackageDetailTextTwo => null; @@ -20610,10 +20610,10 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'د پرانیستی نیینګ مینو'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow د \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow د $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow څخه \$rowCount د'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow څخه $rowCount د'; @override String get pasteButtonLabel => 'پیټ کړئ'; @@ -20643,7 +20643,7 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 character remaining'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount characters remaining'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount characters remaining'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -20697,7 +20697,7 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => null; @override - String get selectedRowCountTitleOther => '\$selectedRowCount توکي غوره شوي'; + String get selectedRowCountTitleOther => r'$selectedRowCount توکي غوره شوي'; @override String get selectedRowCountTitleTwo => null; @@ -20715,7 +20715,7 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { String get signedInLabel => 'ننوتل'; @override - String get tabLabelRaw => '\$tabIndex د \$tabCount'; + String get tabLabelRaw => r'$tabIndex د $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -20778,7 +20778,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Sobre o app \$applicationName'; + String get aboutListTileTitleRaw => r'Sobre o app $applicationName'; @override String get alertDialogLabel => 'Alerta'; @@ -20826,7 +20826,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get datePickerHelpText => 'SELECIONAR DATA'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Data de término \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Data de término $fullDate'; @override String get dateRangeEndLabel => 'Data de término'; @@ -20835,7 +20835,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'SELECIONAR INTERVALO'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Data de início \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Data de início $fullDate'; @override String get dateRangeStartLabel => 'Data de início'; @@ -20886,7 +20886,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 licença'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenças'; + String get licensesPackageDetailTextOther => r'$licenseCount licenças'; @override String get licensesPackageDetailTextTwo => null; @@ -20916,10 +20916,10 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Abrir menu de navegação'; @override - String get pageRowsInfoTitleRaw => '\$firstRow – \$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow – \$lastRow de aproximadamente \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow de aproximadamente $rowCount'; @override String get pasteButtonLabel => 'Colar'; @@ -20949,7 +20949,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 caractere restante'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount caracteres restantes'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount caracteres restantes'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -21003,7 +21003,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 item selecionado'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount itens selecionados'; + String get selectedRowCountTitleOther => r'$selectedRowCount itens selecionados'; @override String get selectedRowCountTitleTwo => null; @@ -21021,7 +21021,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get signedInLabel => 'Conectado a'; @override - String get tabLabelRaw => 'Guia \$tabIndex de \$tabCount'; + String get tabLabelRaw => r'Guia $tabIndex de $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -21111,10 +21111,10 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { String get dateOutOfRangeLabel => 'Fora do intervalo.'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Data de conclusão: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Data de conclusão: $fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Data de início: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Data de início: $fullDate'; @override String get dateRangeEndLabel => 'Data de conclusão'; @@ -21129,7 +21129,7 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { String get selectYearSemanticsLabel => 'Selecionar ano'; @override - String get tabLabelRaw => 'Separador \$tabIndex de \$tabCount'; + String get tabLabelRaw => r'Separador $tabIndex de $tabCount'; @override String get signedInLabel => 'Com sessão iniciada'; @@ -21150,13 +21150,13 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { String get nextPageTooltip => 'Página seguinte'; @override - String get aboutListTileTitleRaw => 'Acerca de \$applicationName'; + String get aboutListTileTitleRaw => r'Acerca de $applicationName'; @override - String get pageRowsInfoTitleRaw => '\$firstRow a \$lastRow de \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow a $lastRow de $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow a \$lastRow de cerca de \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow a $lastRow de cerca de $rowCount'; @override String get okButtonLabel => 'OK'; @@ -21177,7 +21177,7 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { String get remainingTextFieldCharacterCountOne => 'Resta 1 caráter'; @override - String get remainingTextFieldCharacterCountOther => 'Restam \$remainingCount carateres'; + String get remainingTextFieldCharacterCountOther => r'Restam $remainingCount carateres'; } /// The translations for Romanian Moldavian Moldovan (`ro`). @@ -21210,7 +21210,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Despre \$applicationName'; + String get aboutListTileTitleRaw => r'Despre $applicationName'; @override String get alertDialogLabel => 'Alertă'; @@ -21258,7 +21258,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get datePickerHelpText => 'SELECTAȚI DATA'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Data de încheiere: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Data de încheiere: $fullDate'; @override String get dateRangeEndLabel => 'Data de încheiere'; @@ -21267,7 +21267,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'SELECTAȚI UN INTERVAL'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Data de începere: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Data de începere: $fullDate'; @override String get dateRangeStartLabel => 'Data de începere'; @@ -21309,7 +21309,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Introduceți o oră validă'; @override - String get licensesPackageDetailTextFew => '\$licenseCount licențe'; + String get licensesPackageDetailTextFew => r'$licenseCount licențe'; @override String get licensesPackageDetailTextMany => null; @@ -21318,7 +21318,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => 'O licență'; @override - String get licensesPackageDetailTextOther => '\$licenseCount de licențe'; + String get licensesPackageDetailTextOther => r'$licenseCount de licențe'; @override String get licensesPackageDetailTextTwo => null; @@ -21348,10 +21348,10 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Deschideți meniul de navigare'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow din \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow din $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow din aproximativ \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow din aproximativ $rowCount'; @override String get pasteButtonLabel => 'Inserați'; @@ -21372,7 +21372,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Actualizați'; @override - String get remainingTextFieldCharacterCountFew => '\$remainingCount caractere rămase'; + String get remainingTextFieldCharacterCountFew => r'$remainingCount caractere rămase'; @override String get remainingTextFieldCharacterCountMany => null; @@ -21381,7 +21381,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'un caracter rămas'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount de caractere rămase'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount de caractere rămase'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -21426,7 +21426,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Selectați anul'; @override - String get selectedRowCountTitleFew => '\$selectedRowCount articole selectate'; + String get selectedRowCountTitleFew => r'$selectedRowCount articole selectate'; @override String get selectedRowCountTitleMany => null; @@ -21435,7 +21435,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Un articol selectat'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount de articole selectate'; + String get selectedRowCountTitleOther => r'$selectedRowCount de articole selectate'; @override String get selectedRowCountTitleTwo => null; @@ -21453,7 +21453,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get signedInLabel => 'V-ați conectat'; @override - String get tabLabelRaw => 'Fila \$tabIndex din \$tabCount'; + String get tabLabelRaw => r'Fila $tabIndex din $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -21516,7 +21516,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName: сведения'; + String get aboutListTileTitleRaw => r'$applicationName: сведения'; @override String get alertDialogLabel => 'Оповещение'; @@ -21564,7 +21564,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ВЫБЕРИТЕ ДАТУ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Дата окончания: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Дата окончания: $fullDate'; @override String get dateRangeEndLabel => 'Дата окончания'; @@ -21573,7 +21573,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ВЫБЕРИТЕ ДИАПАЗОН ДАТ'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Дата начала: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Дата начала: $fullDate'; @override String get dateRangeStartLabel => 'Дата начала'; @@ -21615,16 +21615,16 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Указано недопустимое время.'; @override - String get licensesPackageDetailTextFew => '\$licenseCount лицензии'; + String get licensesPackageDetailTextFew => r'$licenseCount лицензии'; @override - String get licensesPackageDetailTextMany => '\$licenseCount лицензий'; + String get licensesPackageDetailTextMany => r'$licenseCount лицензий'; @override String get licensesPackageDetailTextOne => '1 лицензия'; @override - String get licensesPackageDetailTextOther => '\$licenseCount лицензии'; + String get licensesPackageDetailTextOther => r'$licenseCount лицензии'; @override String get licensesPackageDetailTextTwo => null; @@ -21654,10 +21654,10 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Открыть меню навигации'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow из \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow из $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow из примерно \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow из примерно $rowCount'; @override String get pasteButtonLabel => 'Вставить'; @@ -21678,16 +21678,16 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Обновление'; @override - String get remainingTextFieldCharacterCountFew => 'Осталось \$remainingCount символа'; + String get remainingTextFieldCharacterCountFew => r'Осталось $remainingCount символа'; @override - String get remainingTextFieldCharacterCountMany => 'Осталось \$remainingCount символов'; + String get remainingTextFieldCharacterCountMany => r'Осталось $remainingCount символов'; @override String get remainingTextFieldCharacterCountOne => 'Остался 1 символ'; @override - String get remainingTextFieldCharacterCountOther => 'Осталось \$remainingCount символа'; + String get remainingTextFieldCharacterCountOther => r'Осталось $remainingCount символа'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -21732,16 +21732,16 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Выберите год'; @override - String get selectedRowCountTitleFew => 'Выбрано \$selectedRowCount объекта'; + String get selectedRowCountTitleFew => r'Выбрано $selectedRowCount объекта'; @override - String get selectedRowCountTitleMany => 'Выбрано \$selectedRowCount объектов'; + String get selectedRowCountTitleMany => r'Выбрано $selectedRowCount объектов'; @override String get selectedRowCountTitleOne => 'Выбран 1 объект'; @override - String get selectedRowCountTitleOther => 'Выбрано \$selectedRowCount объекта'; + String get selectedRowCountTitleOther => r'Выбрано $selectedRowCount объекта'; @override String get selectedRowCountTitleTwo => null; @@ -21759,7 +21759,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get signedInLabel => 'Вход выполнен'; @override - String get tabLabelRaw => 'Вкладка \$tabIndex из \$tabCount'; + String get tabLabelRaw => r'Вкладка $tabIndex из $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -21822,7 +21822,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName ගැන'; + String get aboutListTileTitleRaw => r'$applicationName ගැන'; @override String get alertDialogLabel => 'ඇඟවීම'; @@ -21870,7 +21870,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get datePickerHelpText => 'දිනය තෝරන්න'; @override - String get dateRangeEndDateSemanticLabelRaw => 'අවසන් වන දිනය \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'අවසන් වන දිනය $fullDate'; @override String get dateRangeEndLabel => 'අවසන් වන දිනය'; @@ -21879,7 +21879,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'පරාසය තෝරන්න'; @override - String get dateRangeStartDateSemanticLabelRaw => 'ආරම්භක දිනය \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'ආරම්භක දිනය $fullDate'; @override String get dateRangeStartLabel => 'ආරම්භක දිනය'; @@ -21930,7 +21930,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => 'බලපත්‍ර 1'; @override - String get licensesPackageDetailTextOther => 'බලපත්‍ර \$licenseCount'; + String get licensesPackageDetailTextOther => r'බලපත්‍ර $licenseCount'; @override String get licensesPackageDetailTextTwo => null; @@ -21960,10 +21960,10 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'සංචාලන මෙනුව විවෘත කරන්න'; @override - String get pageRowsInfoTitleRaw => '\$rowCountන් \$firstRow–\$lastRow'; + String get pageRowsInfoTitleRaw => r'$rowCountන් $firstRow–$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => '\$rowCountකින් පමණ \$firstRow–\$lastRow'; + String get pageRowsInfoTitleApproximateRaw => r'$rowCountකින් පමණ $firstRow–$lastRow'; @override String get pasteButtonLabel => 'අලවන්න'; @@ -21993,7 +21993,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'අනුලකුණු 1ක් ඉතිරිය'; @override - String get remainingTextFieldCharacterCountOther => 'අනුලකුණු \$remainingCountක් ඉතිරිය'; + String get remainingTextFieldCharacterCountOther => r'අනුලකුණු $remainingCountක් ඉතිරිය'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -22047,7 +22047,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'අයිතම 1ක් තෝරන ලදී'; @override - String get selectedRowCountTitleOther => 'අයිතම \$selectedRowCountක් තෝරන ලදී'; + String get selectedRowCountTitleOther => r'අයිතම $selectedRowCountක් තෝරන ලදී'; @override String get selectedRowCountTitleTwo => null; @@ -22065,7 +22065,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get signedInLabel => 'පුරන ලදී'; @override - String get tabLabelRaw => 'ටැබ \$tabIndexකින් \$tabCount'; + String get tabLabelRaw => r'ටැබ $tabIndexකින් $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -22128,7 +22128,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName – informácie'; + String get aboutListTileTitleRaw => r'$applicationName – informácie'; @override String get alertDialogLabel => 'Upozornenie'; @@ -22176,7 +22176,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get datePickerHelpText => 'VYBERTE DÁTUM'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Dátum ukončenia \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Dátum ukončenia $fullDate'; @override String get dateRangeEndLabel => 'Dátum ukončenia'; @@ -22185,7 +22185,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'VYBERTE ROZSAH'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Dátum začatia \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Dátum začatia $fullDate'; @override String get dateRangeStartLabel => 'Dátum začatia'; @@ -22227,16 +22227,16 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Zadajte platný čas'; @override - String get licensesPackageDetailTextFew => '\$licenseCount licencie'; + String get licensesPackageDetailTextFew => r'$licenseCount licencie'; @override - String get licensesPackageDetailTextMany => '\$licenseCount licenses'; + String get licensesPackageDetailTextMany => r'$licenseCount licenses'; @override String get licensesPackageDetailTextOne => '1 licencia'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licencií'; + String get licensesPackageDetailTextOther => r'$licenseCount licencií'; @override String get licensesPackageDetailTextTwo => null; @@ -22266,10 +22266,10 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Otvoriť navigačnú ponuku'; @override - String get pageRowsInfoTitleRaw => '\$firstRow – \$lastRow z \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow z $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow – \$lastRow z približne \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow z približne $rowCount'; @override String get pasteButtonLabel => 'Prilepiť'; @@ -22290,16 +22290,16 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Obnoviť'; @override - String get remainingTextFieldCharacterCountFew => 'Zostávajú \$remainingCount znaky'; + String get remainingTextFieldCharacterCountFew => r'Zostávajú $remainingCount znaky'; @override - String get remainingTextFieldCharacterCountMany => '\$remainingCount characters remaining'; + String get remainingTextFieldCharacterCountMany => r'$remainingCount characters remaining'; @override String get remainingTextFieldCharacterCountOne => 'Zostáva 1 znak'; @override - String get remainingTextFieldCharacterCountOther => 'Zostáva \$remainingCount znakov'; + String get remainingTextFieldCharacterCountOther => r'Zostáva $remainingCount znakov'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -22344,16 +22344,16 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Vyberte rok'; @override - String get selectedRowCountTitleFew => '\$selectedRowCount vybraté položky'; + String get selectedRowCountTitleFew => r'$selectedRowCount vybraté položky'; @override - String get selectedRowCountTitleMany => '\$selectedRowCount items selected'; + String get selectedRowCountTitleMany => r'$selectedRowCount items selected'; @override String get selectedRowCountTitleOne => '1 vybratá položka'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount vybratých položiek'; + String get selectedRowCountTitleOther => r'$selectedRowCount vybratých položiek'; @override String get selectedRowCountTitleTwo => null; @@ -22371,7 +22371,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get signedInLabel => 'Prihlásili ste sa'; @override - String get tabLabelRaw => 'Karta \$tabIndex z \$tabCount'; + String get tabLabelRaw => r'Karta $tabIndex z $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -22434,7 +22434,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'O aplikaciji \$applicationName'; + String get aboutListTileTitleRaw => r'O aplikaciji $applicationName'; @override String get alertDialogLabel => 'Opozorilo'; @@ -22482,7 +22482,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get datePickerHelpText => 'IZBIRA DATUMA'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Končni datum \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Končni datum $fullDate'; @override String get dateRangeEndLabel => 'Končni datum'; @@ -22491,7 +22491,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'IZBIRA OBDOBJA'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Začetni datum \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Začetni datum $fullDate'; @override String get dateRangeStartLabel => 'Začetni datum'; @@ -22533,7 +22533,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Vnesite veljaven čas'; @override - String get licensesPackageDetailTextFew => '\$licenseCount licence'; + String get licensesPackageDetailTextFew => r'$licenseCount licence'; @override String get licensesPackageDetailTextMany => null; @@ -22542,10 +22542,10 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 licenca'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenc'; + String get licensesPackageDetailTextOther => r'$licenseCount licenc'; @override - String get licensesPackageDetailTextTwo => '\$licenseCount licenci'; + String get licensesPackageDetailTextTwo => r'$licenseCount licenci'; @override String get licensesPackageDetailTextZero => 'No licenses'; @@ -22572,10 +22572,10 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Odpiranje menija za krmarjenje'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow od \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow od $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow od približno \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow od približno $rowCount'; @override String get pasteButtonLabel => 'Prilepi'; @@ -22596,7 +22596,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Osveži'; @override - String get remainingTextFieldCharacterCountFew => 'Še \$remainingCount znaki'; + String get remainingTextFieldCharacterCountFew => r'Še $remainingCount znaki'; @override String get remainingTextFieldCharacterCountMany => null; @@ -22605,10 +22605,10 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Še 1 znak'; @override - String get remainingTextFieldCharacterCountOther => 'Še \$remainingCount znakov'; + String get remainingTextFieldCharacterCountOther => r'Še $remainingCount znakov'; @override - String get remainingTextFieldCharacterCountTwo => 'Še \$remainingCount znaka'; + String get remainingTextFieldCharacterCountTwo => r'Še $remainingCount znaka'; @override String get remainingTextFieldCharacterCountZero => 'TBD'; @@ -22650,7 +22650,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Izberite leto'; @override - String get selectedRowCountTitleFew => 'Izbrani so \$selectedRowCount elementi'; + String get selectedRowCountTitleFew => r'Izbrani so $selectedRowCount elementi'; @override String get selectedRowCountTitleMany => null; @@ -22659,10 +22659,10 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Izbran je 1 element'; @override - String get selectedRowCountTitleOther => 'Izbranih je \$selectedRowCount elementov'; + String get selectedRowCountTitleOther => r'Izbranih je $selectedRowCount elementov'; @override - String get selectedRowCountTitleTwo => 'Izbrana sta \$selectedRowCount elementa'; + String get selectedRowCountTitleTwo => r'Izbrana sta $selectedRowCount elementa'; @override String get selectedRowCountTitleZero => null; @@ -22677,7 +22677,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get signedInLabel => 'Prijavljen'; @override - String get tabLabelRaw => 'Zavihek \$tabIndex od \$tabCount'; + String get tabLabelRaw => r'Zavihek $tabIndex od $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -22740,7 +22740,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Rreth \$applicationName'; + String get aboutListTileTitleRaw => r'Rreth $applicationName'; @override String get alertDialogLabel => 'Sinjalizim'; @@ -22788,7 +22788,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ZGJIDH DATËN'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Data e mbarimit: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Data e mbarimit: $fullDate'; @override String get dateRangeEndLabel => 'Data e mbarimit'; @@ -22797,7 +22797,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ZGJIDH GAMËN'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Data e fillimit: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Data e fillimit: $fullDate'; @override String get dateRangeStartLabel => 'Data e fillimit'; @@ -22848,7 +22848,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 licencë'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenca'; + String get licensesPackageDetailTextOther => r'$licenseCount licenca'; @override String get licensesPackageDetailTextTwo => null; @@ -22878,10 +22878,10 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Hap menynë e navigimit'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow nga \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow nga $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow nga rreth \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow nga rreth $rowCount'; @override String get pasteButtonLabel => 'Ngjit'; @@ -22911,7 +22911,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 karakter i mbetur'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount karaktere të mbetura'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount karaktere të mbetura'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -22965,7 +22965,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'U zgjodh 1 artikull'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount artikuj u zgjodhën'; + String get selectedRowCountTitleOther => r'$selectedRowCount artikuj u zgjodhën'; @override String get selectedRowCountTitleTwo => null; @@ -22983,7 +22983,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get signedInLabel => 'Je identifikuar'; @override - String get tabLabelRaw => 'Skeda \$tabIndex nga \$tabCount'; + String get tabLabelRaw => r'Skeda $tabIndex nga $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -23046,7 +23046,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'О апликацији \$applicationName'; + String get aboutListTileTitleRaw => r'О апликацији $applicationName'; @override String get alertDialogLabel => 'Обавештење'; @@ -23094,7 +23094,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ИЗАБЕРИТЕ ДАТУМ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Датум завршетка: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Датум завршетка: $fullDate'; @override String get dateRangeEndLabel => 'Датум завршетка'; @@ -23103,7 +23103,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ИЗАБЕРИТЕ ПЕРИОД'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Датум почетка: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Датум почетка: $fullDate'; @override String get dateRangeStartLabel => 'Датум почетка'; @@ -23145,7 +23145,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Унесите важеће време'; @override - String get licensesPackageDetailTextFew => '\$licenseCount лиценце'; + String get licensesPackageDetailTextFew => r'$licenseCount лиценце'; @override String get licensesPackageDetailTextMany => null; @@ -23154,7 +23154,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 лиценца'; @override - String get licensesPackageDetailTextOther => '\$licenseCount лиценци'; + String get licensesPackageDetailTextOther => r'$licenseCount лиценци'; @override String get licensesPackageDetailTextTwo => null; @@ -23184,10 +23184,10 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Отворите мени за навигацију'; @override - String get pageRowsInfoTitleRaw => '\$firstRow – \$lastRow oд \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow oд $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow – \$lastRow oд приближно \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow oд приближно $rowCount'; @override String get pasteButtonLabel => 'Налепи'; @@ -23208,7 +23208,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Освежи'; @override - String get remainingTextFieldCharacterCountFew => 'Преостала су \$remainingCount знака'; + String get remainingTextFieldCharacterCountFew => r'Преостала су $remainingCount знака'; @override String get remainingTextFieldCharacterCountMany => null; @@ -23217,7 +23217,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Преостао је 1 знак'; @override - String get remainingTextFieldCharacterCountOther => 'Преостало је \$remainingCount знакова'; + String get remainingTextFieldCharacterCountOther => r'Преостало је $remainingCount знакова'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -23262,7 +23262,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Изаберите годину'; @override - String get selectedRowCountTitleFew => 'Изабране су \$selectedRowCount ставке'; + String get selectedRowCountTitleFew => r'Изабране су $selectedRowCount ставке'; @override String get selectedRowCountTitleMany => null; @@ -23271,7 +23271,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Изабрана је 1 ставка'; @override - String get selectedRowCountTitleOther => 'Изабрано је \$selectedRowCount ставки'; + String get selectedRowCountTitleOther => r'Изабрано је $selectedRowCount ставки'; @override String get selectedRowCountTitleTwo => null; @@ -23289,7 +23289,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get signedInLabel => 'Пријављени сте'; @override - String get tabLabelRaw => '\$tabIndex. картица од \$tabCount'; + String get tabLabelRaw => r'$tabIndex. картица од $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -23382,7 +23382,7 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { ); @override - String get aboutListTileTitleRaw => 'O aplikaciji \$applicationName'; + String get aboutListTileTitleRaw => r'O aplikaciji $applicationName'; @override String get alertDialogLabel => 'Obaveštenje'; @@ -23430,7 +23430,7 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get datePickerHelpText => 'IZABERITE DATUM'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Datum završetka: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Datum završetka: $fullDate'; @override String get dateRangeEndLabel => 'Datum završetka'; @@ -23439,7 +23439,7 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get dateRangePickerHelpText => 'IZABERITE PERIOD'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Datum početka: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Datum početka: $fullDate'; @override String get dateRangeStartLabel => 'Datum početka'; @@ -23478,13 +23478,13 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get invalidTimeLabel => 'Unesite važeće vreme'; @override - String get licensesPackageDetailTextFew => '\$licenseCount licence'; + String get licensesPackageDetailTextFew => r'$licenseCount licence'; @override String get licensesPackageDetailTextOne => '1 licenca'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenci'; + String get licensesPackageDetailTextOther => r'$licenseCount licenci'; @override String get licensesPageTitle => 'Licence'; @@ -23508,10 +23508,10 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get openAppDrawerTooltip => 'Otvorite meni za navigaciju'; @override - String get pageRowsInfoTitleRaw => '\$firstRow – \$lastRow od \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow – $lastRow od $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow – \$lastRow od približno \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow – $lastRow od približno $rowCount'; @override String get pasteButtonLabel => 'Nalepi'; @@ -23532,13 +23532,13 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get refreshIndicatorSemanticLabel => 'Osveži'; @override - String get remainingTextFieldCharacterCountFew => 'Preostala su \$remainingCount znaka'; + String get remainingTextFieldCharacterCountFew => r'Preostala su $remainingCount znaka'; @override String get remainingTextFieldCharacterCountOne => 'Preostao je 1 znak'; @override - String get remainingTextFieldCharacterCountOther => 'Preostalo je \$remainingCount znakova'; + String get remainingTextFieldCharacterCountOther => r'Preostalo je $remainingCount znakova'; @override String get reorderItemDown => 'Pomerite nadole'; @@ -23574,13 +23574,13 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get selectYearSemanticsLabel => 'Izaberite godinu'; @override - String get selectedRowCountTitleFew => 'Izabrane su \$selectedRowCount stavke'; + String get selectedRowCountTitleFew => r'Izabrane su $selectedRowCount stavke'; @override String get selectedRowCountTitleOne => 'Izabrana je 1 stavka'; @override - String get selectedRowCountTitleOther => 'Izabrano je \$selectedRowCount stavki'; + String get selectedRowCountTitleOther => r'Izabrano je $selectedRowCount stavki'; @override String get showAccountsLabel => 'Prikaži naloge'; @@ -23592,7 +23592,7 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get signedInLabel => 'Prijavljeni ste'; @override - String get tabLabelRaw => '\$tabIndex. kartica od \$tabCount'; + String get tabLabelRaw => r'$tabIndex. kartica od $tabCount'; @override String get timePickerDialHelpText => 'IZABERITE VREME'; @@ -23652,7 +23652,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Om \$applicationName'; + String get aboutListTileTitleRaw => r'Om $applicationName'; @override String get alertDialogLabel => 'Varning'; @@ -23700,7 +23700,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get datePickerHelpText => 'VÄLJ DATUM'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Slutdatum \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Slutdatum $fullDate'; @override String get dateRangeEndLabel => 'Slutdatum'; @@ -23709,7 +23709,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'VÄLJ INTERVALL'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Startdatum \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Startdatum $fullDate'; @override String get dateRangeStartLabel => 'Startdatum'; @@ -23760,7 +23760,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 licens'; @override - String get licensesPackageDetailTextOther => '\$licenseCount licenser'; + String get licensesPackageDetailTextOther => r'$licenseCount licenser'; @override String get licensesPackageDetailTextTwo => null; @@ -23790,10 +23790,10 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Öppna navigeringsmenyn'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow av \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow av $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow av ungefär \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow av ungefär $rowCount'; @override String get pasteButtonLabel => 'Klistra in'; @@ -23823,7 +23823,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 tecken kvar'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount tecken kvar'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount tecken kvar'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -23877,7 +23877,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 objekt har markerats'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount objekt har markerats'; + String get selectedRowCountTitleOther => r'$selectedRowCount objekt har markerats'; @override String get selectedRowCountTitleTwo => null; @@ -23895,7 +23895,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get signedInLabel => 'Inloggad'; @override - String get tabLabelRaw => 'Flik \$tabIndex av \$tabCount'; + String get tabLabelRaw => r'Flik $tabIndex av $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -23958,7 +23958,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Kuhusu \$applicationName'; + String get aboutListTileTitleRaw => r'Kuhusu $applicationName'; @override String get alertDialogLabel => 'Arifa'; @@ -24006,7 +24006,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get datePickerHelpText => 'CHAGUA TAREHE'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Tarehe ya kumalizika \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Tarehe ya kumalizika $fullDate'; @override String get dateRangeEndLabel => 'Tarehe ya Kumalizika'; @@ -24015,7 +24015,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'CHAGUA KIPINDI'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Tarehe ya kuanza \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Tarehe ya kuanza $fullDate'; @override String get dateRangeStartLabel => 'Tarehe ya Kuanza'; @@ -24066,7 +24066,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => 'Leseni moja'; @override - String get licensesPackageDetailTextOther => 'Leseni \$licenseCount'; + String get licensesPackageDetailTextOther => r'Leseni $licenseCount'; @override String get licensesPackageDetailTextTwo => null; @@ -24096,10 +24096,10 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Fungua menyu ya kusogeza'; @override - String get pageRowsInfoTitleRaw => '\$firstRow hadi \$lastRow kati ya \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow hadi $lastRow kati ya $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow hadi \$lastRow kati ya takriban \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow hadi $lastRow kati ya takriban $rowCount'; @override String get pasteButtonLabel => 'Bandika'; @@ -24129,7 +24129,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Imesalia herufi 1'; @override - String get remainingTextFieldCharacterCountOther => 'Zimesalia herufi \$remainingCount'; + String get remainingTextFieldCharacterCountOther => r'Zimesalia herufi $remainingCount'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -24183,7 +24183,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Umechagua kipengee 1'; @override - String get selectedRowCountTitleOther => 'Umechagua vipengee \$selectedRowCount'; + String get selectedRowCountTitleOther => r'Umechagua vipengee $selectedRowCount'; @override String get selectedRowCountTitleTwo => null; @@ -24201,7 +24201,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get signedInLabel => 'Umeingia katika akaunti'; @override - String get tabLabelRaw => 'Kichupo cha \$tabIndex kati ya \$tabCount'; + String get tabLabelRaw => r'Kichupo cha $tabIndex kati ya $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @@ -24264,7 +24264,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName பற்றி'; + String get aboutListTileTitleRaw => r'$applicationName பற்றி'; @override String get alertDialogLabel => 'விழிப்பூட்டல்'; @@ -24312,7 +24312,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get datePickerHelpText => 'தேதியைத் தேர்ந்தெடுக்கவும்'; @override - String get dateRangeEndDateSemanticLabelRaw => 'முடிவுத் தேதி \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'முடிவுத் தேதி $fullDate'; @override String get dateRangeEndLabel => 'முடிவுத் தேதி'; @@ -24321,7 +24321,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'வரம்பைத் தேர்ந்தெடுக்கவும்'; @override - String get dateRangeStartDateSemanticLabelRaw => 'தொடங்கும் தேதி \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'தொடங்கும் தேதி $fullDate'; @override String get dateRangeStartLabel => 'தொடங்கும் தேதி'; @@ -24372,7 +24372,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 உரிமம்'; @override - String get licensesPackageDetailTextOther => '\$licenseCount உரிமங்கள்'; + String get licensesPackageDetailTextOther => r'$licenseCount உரிமங்கள்'; @override String get licensesPackageDetailTextTwo => null; @@ -24402,10 +24402,10 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'வழிசெலுத்தல் மெனுவைத் திற'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow / \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow / $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow / \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow / $rowCount'; @override String get pasteButtonLabel => 'ஒட்டு'; @@ -24435,7 +24435,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 எழுத்து மீதமுள்ளது'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount எழுத்துகள் மீதமுள்ளன'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount எழுத்துகள் மீதமுள்ளன'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -24489,7 +24489,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 வரிசை தேர்ந்தெடுக்கப்பட்டது'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount வரிசைகள் தேர்ந்தெடுக்கப்பட்டன'; + String get selectedRowCountTitleOther => r'$selectedRowCount வரிசைகள் தேர்ந்தெடுக்கப்பட்டன'; @override String get selectedRowCountTitleTwo => null; @@ -24507,7 +24507,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get signedInLabel => 'உள்நுழைந்துள்ளீர்கள்'; @override - String get tabLabelRaw => 'தாவல் \$tabIndex / \$tabCount'; + String get tabLabelRaw => r'தாவல் $tabIndex / $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; @@ -24570,7 +24570,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName గురించి'; + String get aboutListTileTitleRaw => r'$applicationName గురించి'; @override String get alertDialogLabel => 'అలర్ట్'; @@ -24618,7 +24618,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get datePickerHelpText => 'తేదీని ఎంచుకోండి'; @override - String get dateRangeEndDateSemanticLabelRaw => 'ముగింపు తేదీ \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'ముగింపు తేదీ $fullDate'; @override String get dateRangeEndLabel => 'ముగింపు తేదీ'; @@ -24627,7 +24627,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'పరిధిని ఎంచుకోండి'; @override - String get dateRangeStartDateSemanticLabelRaw => 'ప్రారంభ తేదీ \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'ప్రారంభ తేదీ $fullDate'; @override String get dateRangeStartLabel => 'ప్రారంభ తేదీ'; @@ -24678,7 +24678,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 లైసెన్స్'; @override - String get licensesPackageDetailTextOther => '\$licenseCount లైసెన్స్‌లు'; + String get licensesPackageDetailTextOther => r'$licenseCount లైసెన్స్‌లు'; @override String get licensesPackageDetailTextTwo => null; @@ -24708,10 +24708,10 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'నావిగేషన్ మెనూను తెరువు'; @override - String get pageRowsInfoTitleRaw => '\$rowCountలో \$firstRow - \$lastRow'; + String get pageRowsInfoTitleRaw => r'$rowCountలో $firstRow - $lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => '\$rowCountలో \$firstRow–\$lastRow'; + String get pageRowsInfoTitleApproximateRaw => r'$rowCountలో $firstRow–$lastRow'; @override String get pasteButtonLabel => 'అతికించు'; @@ -24741,7 +24741,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 అక్షరం మిగిలి ఉంది'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount అక్షరాలు మిగిలి ఉన్నాయి'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount అక్షరాలు మిగిలి ఉన్నాయి'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -24795,7 +24795,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 అంశం ఎంచుకోబడింది'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount అంశాలు ఎంచుకోబడ్డాయి'; + String get selectedRowCountTitleOther => r'$selectedRowCount అంశాలు ఎంచుకోబడ్డాయి'; @override String get selectedRowCountTitleTwo => null; @@ -24813,7 +24813,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get signedInLabel => 'సైన్ ఇన్ చేసారు'; @override - String get tabLabelRaw => '\$tabCountలో \$tabIndexవ ట్యాబ్'; + String get tabLabelRaw => r'$tabCountలో $tabIndexవ ట్యాబ్'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -24876,7 +24876,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'เกี่ยวกับ \$applicationName'; + String get aboutListTileTitleRaw => r'เกี่ยวกับ $applicationName'; @override String get alertDialogLabel => 'การแจ้งเตือน'; @@ -24924,7 +24924,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get datePickerHelpText => 'เลือกวันที่'; @override - String get dateRangeEndDateSemanticLabelRaw => 'วันที่สิ้นสุด \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'วันที่สิ้นสุด $fullDate'; @override String get dateRangeEndLabel => 'วันที่สิ้นสุด'; @@ -24933,7 +24933,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'เลือกช่วง'; @override - String get dateRangeStartDateSemanticLabelRaw => 'วันที่เริ่มต้น \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'วันที่เริ่มต้น $fullDate'; @override String get dateRangeStartLabel => 'วันที่เริ่มต้น'; @@ -24984,7 +24984,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => 'ใบอนุญาต 1 ใบ'; @override - String get licensesPackageDetailTextOther => 'ใบอนุญาต \$licenseCount ใบ'; + String get licensesPackageDetailTextOther => r'ใบอนุญาต $licenseCount ใบ'; @override String get licensesPackageDetailTextTwo => null; @@ -25014,10 +25014,10 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'เปิดเมนูการนำทาง'; @override - String get pageRowsInfoTitleRaw => '\$firstRow-\$lastRow จาก \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow จาก $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow จากประมาณ \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow จากประมาณ $rowCount'; @override String get pasteButtonLabel => 'วาง'; @@ -25047,7 +25047,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'เหลือ 1 อักขระ'; @override - String get remainingTextFieldCharacterCountOther => 'เหลือ \$remainingCount อักขระ'; + String get remainingTextFieldCharacterCountOther => r'เหลือ $remainingCount อักขระ'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -25101,7 +25101,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'เลือกแล้ว 1 รายการ'; @override - String get selectedRowCountTitleOther => 'เลือกแล้ว \$selectedRowCount รายการ'; + String get selectedRowCountTitleOther => r'เลือกแล้ว $selectedRowCount รายการ'; @override String get selectedRowCountTitleTwo => null; @@ -25119,7 +25119,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get signedInLabel => 'ลงชื่อเข้าใช้'; @override - String get tabLabelRaw => 'แท็บที่ \$tabIndex จาก \$tabCount'; + String get tabLabelRaw => r'แท็บที่ $tabIndex จาก $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; @@ -25182,7 +25182,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Tungkol sa \$applicationName'; + String get aboutListTileTitleRaw => r'Tungkol sa $applicationName'; @override String get alertDialogLabel => 'Alerto'; @@ -25230,7 +25230,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get datePickerHelpText => 'PUMILI NG PETSA'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Petsa ng pagtatapos \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Petsa ng pagtatapos $fullDate'; @override String get dateRangeEndLabel => 'Petsa ng Pagtatapos'; @@ -25239,7 +25239,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'PUMILI NG HANAY'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Petsa ng pagsisimula \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Petsa ng pagsisimula $fullDate'; @override String get dateRangeStartLabel => 'Petsa ng Pagsisimula'; @@ -25290,7 +25290,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 lisensya'; @override - String get licensesPackageDetailTextOther => '\$licenseCount na lisensya'; + String get licensesPackageDetailTextOther => r'$licenseCount na lisensya'; @override String get licensesPackageDetailTextTwo => null; @@ -25320,10 +25320,10 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Buksan ang menu ng navigation'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow ng \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow ng $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow ng humigit kumulang \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow ng humigit kumulang $rowCount'; @override String get pasteButtonLabel => 'I-paste'; @@ -25353,7 +25353,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 character ang natitira'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount na character ang natitira'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount na character ang natitira'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -25407,7 +25407,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 item ang napili'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount na item ang napili'; + String get selectedRowCountTitleOther => r'$selectedRowCount na item ang napili'; @override String get selectedRowCountTitleTwo => null; @@ -25425,7 +25425,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get signedInLabel => 'Naka-sign in'; @override - String get tabLabelRaw => 'Tab \$tabIndex ng \$tabCount'; + String get tabLabelRaw => r'Tab $tabIndex ng $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -25488,7 +25488,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName Hakkında'; + String get aboutListTileTitleRaw => r'$applicationName Hakkında'; @override String get alertDialogLabel => 'Uyarı'; @@ -25536,7 +25536,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get datePickerHelpText => 'TARİH SEÇİN'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Bitiş tarihi \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Bitiş tarihi $fullDate'; @override String get dateRangeEndLabel => 'Bitiş Tarihi'; @@ -25545,7 +25545,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ARALIK SEÇİN'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Başlangıç tarihi \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Başlangıç tarihi $fullDate'; @override String get dateRangeStartLabel => 'Başlangıç Tarihi'; @@ -25596,7 +25596,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 lisans'; @override - String get licensesPackageDetailTextOther => '\$licenseCount lisans'; + String get licensesPackageDetailTextOther => r'$licenseCount lisans'; @override String get licensesPackageDetailTextTwo => null; @@ -25626,10 +25626,10 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Gezinme menüsünü aç'; @override - String get pageRowsInfoTitleRaw => '\$firstRow-\$lastRow / \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow / $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow-\$lastRow / \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow / $rowCount'; @override String get pasteButtonLabel => 'Yapıştır'; @@ -25659,7 +25659,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 karakter kaldı'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount karakter kaldı'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount karakter kaldı'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -25713,7 +25713,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 öğe seçildi'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount öğe seçildi'; + String get selectedRowCountTitleOther => r'$selectedRowCount öğe seçildi'; @override String get selectedRowCountTitleTwo => null; @@ -25731,7 +25731,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get signedInLabel => 'Oturum açıldı'; @override - String get tabLabelRaw => 'Sekme \$tabIndex / \$tabCount'; + String get tabLabelRaw => r'Sekme $tabIndex / $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -25794,7 +25794,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Про додаток \$applicationName'; + String get aboutListTileTitleRaw => r'Про додаток $applicationName'; @override String get alertDialogLabel => 'Сповіщення'; @@ -25842,7 +25842,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ВИБРАТИ ДАТУ'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Дата завершення \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Дата завершення $fullDate'; @override String get dateRangeEndLabel => 'Дата завершення'; @@ -25851,7 +25851,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ВИБРАТИ ДІАПАЗОН'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Дата початку \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Дата початку $fullDate'; @override String get dateRangeStartLabel => 'Дата початку'; @@ -25893,16 +25893,16 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Введіть дійсний час'; @override - String get licensesPackageDetailTextFew => '\$licenseCount ліцензії'; + String get licensesPackageDetailTextFew => r'$licenseCount ліцензії'; @override - String get licensesPackageDetailTextMany => '\$licenseCount ліцензій'; + String get licensesPackageDetailTextMany => r'$licenseCount ліцензій'; @override String get licensesPackageDetailTextOne => '1 ліцензія'; @override - String get licensesPackageDetailTextOther => '\$licenseCount ліцензії'; + String get licensesPackageDetailTextOther => r'$licenseCount ліцензії'; @override String get licensesPackageDetailTextTwo => null; @@ -25932,10 +25932,10 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Відкрити меню навігації'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow з \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow з $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow з приблизно \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow з приблизно $rowCount'; @override String get pasteButtonLabel => 'Вставити'; @@ -25956,16 +25956,16 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Оновити'; @override - String get remainingTextFieldCharacterCountFew => 'Залишилося \$remainingCount символи'; + String get remainingTextFieldCharacterCountFew => r'Залишилося $remainingCount символи'; @override - String get remainingTextFieldCharacterCountMany => 'Залишилося \$remainingCount символів'; + String get remainingTextFieldCharacterCountMany => r'Залишилося $remainingCount символів'; @override String get remainingTextFieldCharacterCountOne => 'Залишився 1 символ'; @override - String get remainingTextFieldCharacterCountOther => 'Залишилося \$remainingCount символу'; + String get remainingTextFieldCharacterCountOther => r'Залишилося $remainingCount символу'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -26010,16 +26010,16 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Виберіть рік'; @override - String get selectedRowCountTitleFew => 'Вибрано \$selectedRowCount елементи'; + String get selectedRowCountTitleFew => r'Вибрано $selectedRowCount елементи'; @override - String get selectedRowCountTitleMany => 'Вибрано \$selectedRowCount елементів'; + String get selectedRowCountTitleMany => r'Вибрано $selectedRowCount елементів'; @override String get selectedRowCountTitleOne => 'Вибрано 1 елемент'; @override - String get selectedRowCountTitleOther => 'Вибрано \$selectedRowCount елемента'; + String get selectedRowCountTitleOther => r'Вибрано $selectedRowCount елемента'; @override String get selectedRowCountTitleTwo => null; @@ -26037,7 +26037,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get signedInLabel => 'Ви ввійшли'; @override - String get tabLabelRaw => 'Вкладка \$tabIndex з \$tabCount'; + String get tabLabelRaw => r'Вкладка $tabIndex з $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -26100,7 +26100,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName کے بارے میں'; + String get aboutListTileTitleRaw => r'$applicationName کے بارے میں'; @override String get alertDialogLabel => 'الرٹ'; @@ -26148,7 +26148,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get datePickerHelpText => 'تاریخ منتخب کریں'; @override - String get dateRangeEndDateSemanticLabelRaw => 'تاریخ اختتام \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'تاریخ اختتام $fullDate'; @override String get dateRangeEndLabel => 'تاریخ اختتام'; @@ -26157,7 +26157,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'حد منتخب کریں'; @override - String get dateRangeStartDateSemanticLabelRaw => 'تاریخ آغاز \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'تاریخ آغاز $fullDate'; @override String get dateRangeStartLabel => 'تاریخ آغاز'; @@ -26208,7 +26208,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 لائسنس'; @override - String get licensesPackageDetailTextOther => '\$licenseCount لائسنسز'; + String get licensesPackageDetailTextOther => r'$licenseCount لائسنسز'; @override String get licensesPackageDetailTextTwo => null; @@ -26238,10 +26238,10 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'نیویگیشن مینو کھولیں'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow از \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow از $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow \$rowCount میں سے تقریباً'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow $rowCount میں سے تقریباً'; @override String get pasteButtonLabel => 'پیسٹ کریں'; @@ -26271,7 +26271,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 حرف باقی ہے'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount حروف باقی ہیں'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount حروف باقی ہیں'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -26325,7 +26325,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 آئٹم منتخب کیا گیا'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount آئٹمز منتخب کیے گئے'; + String get selectedRowCountTitleOther => r'$selectedRowCount آئٹمز منتخب کیے گئے'; @override String get selectedRowCountTitleTwo => null; @@ -26343,7 +26343,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get signedInLabel => 'سائن ان کردہ ہے'; @override - String get tabLabelRaw => '\$tabCount میں سے \$tabIndex ٹیب'; + String get tabLabelRaw => r'$tabCount میں سے $tabIndex ٹیب'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @@ -26406,7 +26406,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '\$applicationName haqida'; + String get aboutListTileTitleRaw => r'$applicationName haqida'; @override String get alertDialogLabel => 'Ogohlantirish'; @@ -26454,7 +26454,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get datePickerHelpText => 'SANANI TANLANG'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Tugash sanasi: \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Tugash sanasi: $fullDate'; @override String get dateRangeEndLabel => 'Tugash sanasi'; @@ -26463,7 +26463,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ORALIQNI TANLANG'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Boshlanish sanasi: \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Boshlanish sanasi: $fullDate'; @override String get dateRangeStartLabel => 'Boshlanish sanasi'; @@ -26514,7 +26514,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 ta litsenziya'; @override - String get licensesPackageDetailTextOther => '\$licenseCount ta litsenziya'; + String get licensesPackageDetailTextOther => r'$licenseCount ta litsenziya'; @override String get licensesPackageDetailTextTwo => null; @@ -26544,10 +26544,10 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Navigatsiya menyusini ochish'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow, jami: \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow, jami: $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow, jami: \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow, jami: $rowCount'; @override String get pasteButtonLabel => 'Joylash'; @@ -26577,7 +26577,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 ta belgi qoldi'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount ta belgi qoldi'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount ta belgi qoldi'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -26631,7 +26631,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 ta element tanlandi'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount ta element tanlandi'; + String get selectedRowCountTitleOther => r'$selectedRowCount ta element tanlandi'; @override String get selectedRowCountTitleTwo => null; @@ -26649,7 +26649,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get signedInLabel => 'Hisobingizga kirgansiz'; @override - String get tabLabelRaw => '\$tabCount varaqdan \$tabIndex'; + String get tabLabelRaw => r'$tabCount varaqdan $tabIndex'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -26712,7 +26712,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Giới thiệu về \$applicationName'; + String get aboutListTileTitleRaw => r'Giới thiệu về $applicationName'; @override String get alertDialogLabel => 'Thông báo'; @@ -26760,7 +26760,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get datePickerHelpText => 'CHỌN NGÀY'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Ngày kết thúc \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Ngày kết thúc $fullDate'; @override String get dateRangeEndLabel => 'Ngày kết thúc'; @@ -26769,7 +26769,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'CHỌN PHẠM VI'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Ngày bắt đầu \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Ngày bắt đầu $fullDate'; @override String get dateRangeStartLabel => 'Ngày bắt đầu'; @@ -26820,7 +26820,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 giấy phép'; @override - String get licensesPackageDetailTextOther => '\$licenseCount giấy phép'; + String get licensesPackageDetailTextOther => r'$licenseCount giấy phép'; @override String get licensesPackageDetailTextTwo => null; @@ -26850,10 +26850,10 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Mở menu di chuyển'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow trong tổng số \$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow trong tổng số $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow trong tổng số khoảng \$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow trong tổng số khoảng $rowCount'; @override String get pasteButtonLabel => 'Dán'; @@ -26883,7 +26883,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => 'Còn lại 1 ký tự'; @override - String get remainingTextFieldCharacterCountOther => 'Còn lại \$remainingCount ký tự'; + String get remainingTextFieldCharacterCountOther => r'Còn lại $remainingCount ký tự'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -26937,7 +26937,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => 'Đã chọn 1 mục'; @override - String get selectedRowCountTitleOther => 'Đã chọn \$selectedRowCount mục'; + String get selectedRowCountTitleOther => r'Đã chọn $selectedRowCount mục'; @override String get selectedRowCountTitleTwo => null; @@ -26955,7 +26955,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get signedInLabel => 'Đã đăng nhập'; @override - String get tabLabelRaw => 'Tab \$tabIndex trong tổng số \$tabCount'; + String get tabLabelRaw => r'Tab $tabIndex trong tổng số $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -27018,7 +27018,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => '关于\$applicationName'; + String get aboutListTileTitleRaw => r'关于$applicationName'; @override String get alertDialogLabel => '提醒'; @@ -27066,7 +27066,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get datePickerHelpText => '选择日期'; @override - String get dateRangeEndDateSemanticLabelRaw => '结束日期为 \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'结束日期为 $fullDate'; @override String get dateRangeEndLabel => '结束日期'; @@ -27075,7 +27075,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => '选择范围'; @override - String get dateRangeStartDateSemanticLabelRaw => '开始日期为 \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'开始日期为 $fullDate'; @override String get dateRangeStartLabel => '开始日期'; @@ -27126,7 +27126,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => '1 份许可'; @override - String get licensesPackageDetailTextOther => '\$licenseCount 份许可'; + String get licensesPackageDetailTextOther => r'$licenseCount 份许可'; @override String get licensesPackageDetailTextTwo => null; @@ -27156,10 +27156,10 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => '打开导航菜单'; @override - String get pageRowsInfoTitleRaw => '第 \$firstRow-\$lastRow 行(共 \$rowCount 行)'; + String get pageRowsInfoTitleRaw => r'第 $firstRow-$lastRow 行(共 $rowCount 行)'; @override - String get pageRowsInfoTitleApproximateRaw => '第 \$firstRow-\$lastRow 行(共约 \$rowCount 行)'; + String get pageRowsInfoTitleApproximateRaw => r'第 $firstRow-$lastRow 行(共约 $rowCount 行)'; @override String get pasteButtonLabel => '粘贴'; @@ -27189,7 +27189,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '还可输入 1 个字符'; @override - String get remainingTextFieldCharacterCountOther => '还可输入 \$remainingCount 个字符'; + String get remainingTextFieldCharacterCountOther => r'还可输入 $remainingCount 个字符'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -27243,7 +27243,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '已选择 1 项内容'; @override - String get selectedRowCountTitleOther => '已选择 \$selectedRowCount 项内容'; + String get selectedRowCountTitleOther => r'已选择 $selectedRowCount 项内容'; @override String get selectedRowCountTitleTwo => null; @@ -27261,7 +27261,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get signedInLabel => '已登录'; @override - String get tabLabelRaw => '第 \$tabIndex 个标签,共 \$tabCount 个'; + String get tabLabelRaw => r'第 $tabIndex 个标签,共 $tabCount 个'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; @@ -27354,7 +27354,7 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { ); @override - String get aboutListTileTitleRaw => '關於\$applicationName'; + String get aboutListTileTitleRaw => r'關於$applicationName'; @override String get alertDialogLabel => '通知'; @@ -27393,7 +27393,7 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get datePickerHelpText => '選取日期'; @override - String get dateRangeEndDateSemanticLabelRaw => '結束日期係 \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'結束日期係 $fullDate'; @override String get dateRangeEndLabel => '結束日期'; @@ -27402,7 +27402,7 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get dateRangePickerHelpText => '選取範圍'; @override - String get dateRangeStartDateSemanticLabelRaw => '開始日期係 \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'開始日期係 $fullDate'; @override String get dateRangeStartLabel => '開始日期'; @@ -27444,7 +27444,7 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get licensesPackageDetailTextOne => '1 項授權'; @override - String get licensesPackageDetailTextOther => '\$licenseCount 項授權'; + String get licensesPackageDetailTextOther => r'$licenseCount 項授權'; @override String get licensesPageTitle => '授權'; @@ -27465,10 +27465,10 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get openAppDrawerTooltip => '開啟導覽選單'; @override - String get pageRowsInfoTitleRaw => '第 \$firstRow 至 \$lastRow 列,共 \$rowCount 列'; + String get pageRowsInfoTitleRaw => r'第 $firstRow 至 $lastRow 列,共 $rowCount 列'; @override - String get pageRowsInfoTitleApproximateRaw => '第 \$firstRow 至 \$lastRow 列,共約 \$rowCount 列'; + String get pageRowsInfoTitleApproximateRaw => r'第 $firstRow 至 $lastRow 列,共約 $rowCount 列'; @override String get pasteButtonLabel => '貼上'; @@ -27489,7 +27489,7 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get remainingTextFieldCharacterCountOne => '尚餘 1 個字元'; @override - String get remainingTextFieldCharacterCountOther => '尚餘 \$remainingCount 個字元'; + String get remainingTextFieldCharacterCountOther => r'尚餘 $remainingCount 個字元'; @override String get reorderItemDown => '向下移'; @@ -27528,7 +27528,7 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get selectedRowCountTitleOne => '已選取 1 個項目'; @override - String get selectedRowCountTitleOther => '已選取 \$selectedRowCount 個項目'; + String get selectedRowCountTitleOther => r'已選取 $selectedRowCount 個項目'; @override String get showAccountsLabel => '顯示帳戶'; @@ -27540,7 +27540,7 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get signedInLabel => '已登入'; @override - String get tabLabelRaw => '第 \$tabIndex 個標籤,總共 \$tabCount 個'; + String get tabLabelRaw => r'第 $tabIndex 個標籤,總共 $tabCount 個'; @override String get timePickerDialHelpText => '選取時間'; @@ -27639,16 +27639,16 @@ class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { String get timePickerMinuteLabel => '分'; @override - String get licensesPackageDetailTextOther => '\$licenseCount 個授權'; + String get licensesPackageDetailTextOther => r'$licenseCount 個授權'; @override String get calendarModeButtonLabel => '切換到日曆模式'; @override - String get dateRangeEndDateSemanticLabelRaw => '結束日期為 \$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'結束日期為 $fullDate'; @override - String get dateRangeStartDateSemanticLabelRaw => '開始日期為 \$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'開始日期為 $fullDate'; @override String get inputDateModeButtonLabel => '切換到輸入模式'; @@ -27660,7 +27660,7 @@ class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { String get dateHelpText => 'mm/dd/yyyy'; @override - String get tabLabelRaw => '第 \$tabIndex 個分頁 (共 \$tabCount 個)'; + String get tabLabelRaw => r'第 $tabIndex 個分頁 (共 $tabCount 個)'; @override String get modalBarrierDismissLabel => '關閉'; @@ -27669,13 +27669,13 @@ class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { String get signedInLabel => '已登入帳戶'; @override - String get aboutListTileTitleRaw => '關於「\$applicationName」'; + String get aboutListTileTitleRaw => r'關於「$applicationName」'; @override - String get pageRowsInfoTitleRaw => '第 \$firstRow - \$lastRow 列 (總共 \$rowCount 列)'; + String get pageRowsInfoTitleRaw => r'第 $firstRow - $lastRow 列 (總共 $rowCount 列)'; @override - String get pageRowsInfoTitleApproximateRaw => '第 \$firstRow - \$lastRow 列 (總共約 \$rowCount 列)'; + String get pageRowsInfoTitleApproximateRaw => r'第 $firstRow - $lastRow 列 (總共約 $rowCount 列)'; @override String get selectAllButtonLabel => '全選'; @@ -27699,7 +27699,7 @@ class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { String get remainingTextFieldCharacterCountOne => '還可輸入 1 個字元'; @override - String get remainingTextFieldCharacterCountOther => '還可輸入 \$remainingCount 個字元'; + String get remainingTextFieldCharacterCountOther => r'還可輸入 $remainingCount 個字元'; } /// The translations for Zulu (`zu`). @@ -27732,7 +27732,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { ); @override - String get aboutListTileTitleRaw => 'Mayelana no-\$applicationName'; + String get aboutListTileTitleRaw => r'Mayelana no-$applicationName'; @override String get alertDialogLabel => 'Isexwayiso'; @@ -27780,7 +27780,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get datePickerHelpText => 'KHETHA IDETHI'; @override - String get dateRangeEndDateSemanticLabelRaw => 'Idethi yokuphela umhla ka-\$fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Idethi yokuphela umhla ka-$fullDate'; @override String get dateRangeEndLabel => 'Idethi yokugcina'; @@ -27789,7 +27789,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'KHETHA IBANGA'; @override - String get dateRangeStartDateSemanticLabelRaw => 'Idethi yokuqala umhla ka-\$fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'Idethi yokuqala umhla ka-$fullDate'; @override String get dateRangeStartLabel => 'Idethi yokuqala'; @@ -27840,7 +27840,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get licensesPackageDetailTextOne => 'ilayisense e-1'; @override - String get licensesPackageDetailTextOther => 'amalayisense angu-\$licenseCount'; + String get licensesPackageDetailTextOther => r'amalayisense angu-$licenseCount'; @override String get licensesPackageDetailTextTwo => null; @@ -27870,10 +27870,10 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'Vula imenyu yokuzulazula'; @override - String get pageRowsInfoTitleRaw => '\$firstRow–\$lastRow kokungu-\$rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow kokungu-$rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => '\$firstRow–\$lastRow cishe kokungu-\$rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow cishe kokungu-$rowCount'; @override String get pasteButtonLabel => 'Namathisela'; @@ -27903,7 +27903,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get remainingTextFieldCharacterCountOne => '1 uhlamvu olusele'; @override - String get remainingTextFieldCharacterCountOther => '\$remainingCount izinhlamvu ezisele'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount izinhlamvu ezisele'; @override String get remainingTextFieldCharacterCountTwo => null; @@ -27957,7 +27957,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get selectedRowCountTitleOne => '1 into ekhethiwe'; @override - String get selectedRowCountTitleOther => '\$selectedRowCount izinto ezikhethiwe'; + String get selectedRowCountTitleOther => r'$selectedRowCount izinto ezikhethiwe'; @override String get selectedRowCountTitleTwo => null; @@ -27975,7 +27975,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get signedInLabel => 'Ungene ngemvume'; @override - String get tabLabelRaw => 'Ithebhu \$tabIndex kwangu-\$tabCount'; + String get tabLabelRaw => r'Ithebhu $tabIndex kwangu-$tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; From 2acab7b21635de741feaf87cd864b1125af14169 Mon Sep 17 00:00:00 2001 From: Daniel Edrisian Date: Tue, 27 Oct 2020 06:37:03 -0700 Subject: [PATCH 165/327] Added CupertinoSearchTextField (#68074) --- .../lib/src/l10n/cupertino_af.arb | 3 +- .../lib/src/l10n/cupertino_am.arb | 3 +- .../lib/src/l10n/cupertino_ar.arb | 3 +- .../lib/src/l10n/cupertino_as.arb | 3 +- .../lib/src/l10n/cupertino_az.arb | 3 +- .../lib/src/l10n/cupertino_be.arb | 3 +- .../lib/src/l10n/cupertino_bg.arb | 3 +- .../lib/src/l10n/cupertino_bn.arb | 3 +- .../lib/src/l10n/cupertino_bs.arb | 3 +- .../lib/src/l10n/cupertino_ca.arb | 3 +- .../lib/src/l10n/cupertino_cs.arb | 3 +- .../lib/src/l10n/cupertino_da.arb | 3 +- .../lib/src/l10n/cupertino_de.arb | 3 +- .../lib/src/l10n/cupertino_el.arb | 3 +- .../lib/src/l10n/cupertino_en.arb | 5 + .../lib/src/l10n/cupertino_es.arb | 3 +- .../lib/src/l10n/cupertino_et.arb | 3 +- .../lib/src/l10n/cupertino_eu.arb | 3 +- .../lib/src/l10n/cupertino_fa.arb | 3 +- .../lib/src/l10n/cupertino_fi.arb | 3 +- .../lib/src/l10n/cupertino_fil.arb | 3 +- .../lib/src/l10n/cupertino_fr.arb | 3 +- .../lib/src/l10n/cupertino_gl.arb | 3 +- .../lib/src/l10n/cupertino_gsw.arb | 3 +- .../lib/src/l10n/cupertino_gu.arb | 3 +- .../lib/src/l10n/cupertino_he.arb | 3 +- .../lib/src/l10n/cupertino_hi.arb | 3 +- .../lib/src/l10n/cupertino_hr.arb | 3 +- .../lib/src/l10n/cupertino_hu.arb | 3 +- .../lib/src/l10n/cupertino_hy.arb | 3 +- .../lib/src/l10n/cupertino_id.arb | 3 +- .../lib/src/l10n/cupertino_is.arb | 3 +- .../lib/src/l10n/cupertino_it.arb | 3 +- .../lib/src/l10n/cupertino_ja.arb | 3 +- .../lib/src/l10n/cupertino_ka.arb | 3 +- .../lib/src/l10n/cupertino_kk.arb | 3 +- .../lib/src/l10n/cupertino_km.arb | 3 +- .../lib/src/l10n/cupertino_kn.arb | 3 +- .../lib/src/l10n/cupertino_ko.arb | 3 +- .../lib/src/l10n/cupertino_ky.arb | 3 +- .../lib/src/l10n/cupertino_lo.arb | 3 +- .../lib/src/l10n/cupertino_lt.arb | 3 +- .../lib/src/l10n/cupertino_lv.arb | 3 +- .../lib/src/l10n/cupertino_mk.arb | 3 +- .../lib/src/l10n/cupertino_ml.arb | 3 +- .../lib/src/l10n/cupertino_mn.arb | 3 +- .../lib/src/l10n/cupertino_mr.arb | 3 +- .../lib/src/l10n/cupertino_ms.arb | 3 +- .../lib/src/l10n/cupertino_my.arb | 3 +- .../lib/src/l10n/cupertino_nb.arb | 3 +- .../lib/src/l10n/cupertino_ne.arb | 3 +- .../lib/src/l10n/cupertino_nl.arb | 3 +- .../lib/src/l10n/cupertino_no.arb | 3 +- .../lib/src/l10n/cupertino_or.arb | 3 +- .../lib/src/l10n/cupertino_pa.arb | 3 +- .../lib/src/l10n/cupertino_pl.arb | 3 +- .../lib/src/l10n/cupertino_pt.arb | 3 +- .../lib/src/l10n/cupertino_ro.arb | 3 +- .../lib/src/l10n/cupertino_ru.arb | 3 +- .../lib/src/l10n/cupertino_si.arb | 3 +- .../lib/src/l10n/cupertino_sk.arb | 3 +- .../lib/src/l10n/cupertino_sl.arb | 3 +- .../lib/src/l10n/cupertino_sq.arb | 3 +- .../lib/src/l10n/cupertino_sr.arb | 3 +- .../lib/src/l10n/cupertino_sv.arb | 3 +- .../lib/src/l10n/cupertino_sw.arb | 3 +- .../lib/src/l10n/cupertino_ta.arb | 3 +- .../lib/src/l10n/cupertino_te.arb | 3 +- .../lib/src/l10n/cupertino_th.arb | 3 +- .../lib/src/l10n/cupertino_tl.arb | 3 +- .../lib/src/l10n/cupertino_tr.arb | 3 +- .../lib/src/l10n/cupertino_uk.arb | 3 +- .../lib/src/l10n/cupertino_ur.arb | 3 +- .../lib/src/l10n/cupertino_uz.arb | 3 +- .../lib/src/l10n/cupertino_vi.arb | 3 +- .../lib/src/l10n/cupertino_zh.arb | 3 +- .../lib/src/l10n/cupertino_zu.arb | 3 +- .../generated_cupertino_localizations.dart | 231 ++++++++++++++++++ 78 files changed, 388 insertions(+), 76 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb index 2e04e4947e3b..74d7e40355d9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "Plak", "selectAllButtonLabel": "Kies alles", "tabSemanticsLabel": "Oortjie $tabIndex van $tabCount", - "modalBarrierDismissLabel": "Maak toe" + "modalBarrierDismissLabel": "Maak toe", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb index 18d34fe45884..05579da38d07 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "ለጥፍ", "selectAllButtonLabel": "ሁሉንም ምረጥ", "tabSemanticsLabel": "ትር $tabIndex ከ$tabCount", - "modalBarrierDismissLabel": "አሰናብት" + "modalBarrierDismissLabel": "አሰናብት", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb index dd56a885d15c..2767a2529be6 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb @@ -40,5 +40,6 @@ "pasteButtonLabel": "لصق", "selectAllButtonLabel": "اختيار الكل", "tabSemanticsLabel": "علامة التبويب $tabIndex من $tabCount", - "modalBarrierDismissLabel": "رفض" + "modalBarrierDismissLabel": "رفض", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb index 8528315bb85b..59eac8ae9020 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "পে'ষ্ট কৰক", "selectAllButtonLabel": "সকলো বাছনি কৰক", "tabSemanticsLabel": "$tabCount টা টেবৰ $tabIndex নম্বৰটো", - "modalBarrierDismissLabel": "অগ্ৰাহ্য কৰক" + "modalBarrierDismissLabel": "অগ্ৰাহ্য কৰক", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb index ce1bc09bfe88..a17156575675 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "Yerləşdirin", "selectAllButtonLabel": "Hamısını seçin", "tabSemanticsLabel": "Tab $tabIndex/$tabCount", - "modalBarrierDismissLabel": "İmtina edin" + "modalBarrierDismissLabel": "İmtina edin", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb index 304f686c5c8e..49759ae52459 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb @@ -30,5 +30,6 @@ "pasteButtonLabel": "Уставіць", "selectAllButtonLabel": "Выбраць усе", "tabSemanticsLabel": "Укладка $tabIndex з $tabCount", - "modalBarrierDismissLabel": "Адхіліць" + "modalBarrierDismissLabel": "Адхіліць", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb index b48b739b0227..7bd7f566eec9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "Поставяне", "selectAllButtonLabel": "Избиране на всички", "tabSemanticsLabel": "Раздел $tabIndex от $tabCount", - "modalBarrierDismissLabel": "Отхвърляне" + "modalBarrierDismissLabel": "Отхвърляне", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb index 707beb942f22..91cc3e5b0adf 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "পেস্ট করুন", "selectAllButtonLabel": "সব বেছে নিন", "tabSemanticsLabel": "$tabCount-এর মধ্যে $tabIndex নম্বর ট্যাব", - "modalBarrierDismissLabel": "খারিজ করুন" + "modalBarrierDismissLabel": "খারিজ করুন", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb index 379fb7b7e825..3d1b030a565d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb @@ -25,5 +25,6 @@ "pasteButtonLabel": "Zalijepi", "selectAllButtonLabel": "Odaberi sve", "tabSemanticsLabel": "Kartica $tabIndex od $tabCount", - "modalBarrierDismissLabel": "Odbaci" + "modalBarrierDismissLabel": "Odbaci", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb index bed0a114512c..53a5dd2e8663 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "Enganxa", "selectAllButtonLabel": "Selecciona-ho tot", "tabSemanticsLabel": "Pestanya $tabIndex de $tabCount", - "modalBarrierDismissLabel": "Ignora" + "modalBarrierDismissLabel": "Ignora", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb index bb045d02cc85..d7f37d68ffb4 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb @@ -30,5 +30,6 @@ "pasteButtonLabel": "Vložit", "selectAllButtonLabel": "Vybrat vše", "tabSemanticsLabel": "Karta $tabIndex z $tabCount", - "modalBarrierDismissLabel": "Zavřít" + "modalBarrierDismissLabel": "Zavřít", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb index ecd67e92ee74..70e1d0bc8f71 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "Sæt ind", "selectAllButtonLabel": "Vælg alle", "tabSemanticsLabel": "Fane $tabIndex af $tabCount", - "modalBarrierDismissLabel": "Afvis" + "modalBarrierDismissLabel": "Afvis", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb index 7ca581e35821..5a9b8a190d85 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "Einsetzen", "selectAllButtonLabel": "Alles auswählen", "tabSemanticsLabel": "Tab $tabIndex von $tabCount", - "modalBarrierDismissLabel": "Schließen" + "modalBarrierDismissLabel": "Schließen", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb index bbe36f38b6e4..65f1a72a61a7 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "Επικόλληση", "selectAllButtonLabel": "Επιλογή όλων", "tabSemanticsLabel": "Καρτέλα $tabIndex από $tabCount", - "modalBarrierDismissLabel": "Παράβλεψη" + "modalBarrierDismissLabel": "Παράβλεψη", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb index 29fd8b2c1ccf..759a1ce18ef6 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb @@ -90,6 +90,11 @@ "description": "The label for select-all buttons and menu items. The reference abbreviation is what iOS shows on text selection toolbars." }, + "searchTextFieldPlaceholerLabel": "Search", + "@searchTextFieldPlaceholerLabel": { + "description": "The default placeholder used in [CupertinoSearchTextField]." + }, + "modalBarrierDismissLabel": "Dismiss", "@modalBarrierDismissLabel": { "description": "Label read out by accessibility tools (VoiceOver) for a modal barrier to indicate that a tap dismisses the barrier. A modal barrier can, for example, be found behind an alert or popup to block user interaction with elements behind it." diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb index a696c860a878..8da95d25a808 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "Pegar", "selectAllButtonLabel": "Seleccionar todos", "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", - "modalBarrierDismissLabel": "Cerrar" + "modalBarrierDismissLabel": "Cerrar", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb index f0f06facf0e3..80295fe861ad 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "Kleebi", "selectAllButtonLabel": "Vali kõik", "tabSemanticsLabel": "$tabIndex. vaheleht $tabCount-st", - "modalBarrierDismissLabel": "Loobu" + "modalBarrierDismissLabel": "Loobu", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb index 8cd14c2473b6..bf19c0016ec1 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "Itsatsi", "selectAllButtonLabel": "Hautatu guztiak", "tabSemanticsLabel": "$tabIndex/$tabCount fitxa", - "modalBarrierDismissLabel": "Baztertu" + "modalBarrierDismissLabel": "Baztertu", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb index 963384a69f1d..25e0ff5115c7 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "جای‌گذاری", "selectAllButtonLabel": "انتخاب همه", "tabSemanticsLabel": "برگه $tabIndex از $tabCount", - "modalBarrierDismissLabel": "نپذیرفتن" + "modalBarrierDismissLabel": "نپذیرفتن", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb index 8357cbb0a712..3a6ae7c88055 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "Liitä", "selectAllButtonLabel": "Valitse kaikki", "tabSemanticsLabel": "Välilehti $tabIndex/$tabCount", - "modalBarrierDismissLabel": "Ohita" + "modalBarrierDismissLabel": "Ohita", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb index caef67631add..9f6485edb588 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "I-paste", "selectAllButtonLabel": "Piliin Lahat", "tabSemanticsLabel": "Tab $tabIndex ng $tabCount", - "modalBarrierDismissLabel": "I-dismiss" + "modalBarrierDismissLabel": "I-dismiss", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb index facb5dae5266..34d05aa0584d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "Coller", "selectAllButtonLabel": "Tout sélect.", "tabSemanticsLabel": "Onglet $tabIndex sur $tabCount", - "modalBarrierDismissLabel": "Ignorer" + "modalBarrierDismissLabel": "Ignorer", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb index d1ab0351a3fd..9d89174f38e9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "Pegar", "selectAllButtonLabel": "Seleccionar todo", "tabSemanticsLabel": "Pestana $tabIndex de $tabCount", - "modalBarrierDismissLabel": "Ignorar" + "modalBarrierDismissLabel": "Ignorar", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb index 7ca581e35821..5a9b8a190d85 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "Einsetzen", "selectAllButtonLabel": "Alles auswählen", "tabSemanticsLabel": "Tab $tabIndex von $tabCount", - "modalBarrierDismissLabel": "Schließen" + "modalBarrierDismissLabel": "Schließen", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb index 8f617229f817..e5d264396ee1 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "પેસ્ટ કરો", "selectAllButtonLabel": "બધા પસંદ કરો", "tabSemanticsLabel": "$tabCountમાંથી $tabIndex ટૅબ", - "modalBarrierDismissLabel": "છોડી દો" + "modalBarrierDismissLabel": "છોડી દો", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb index 1e2ab753bd93..bf06d782e7cf 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb @@ -30,5 +30,6 @@ "pasteButtonLabel": "הדבקה", "selectAllButtonLabel": "בחירת הכול", "tabSemanticsLabel": "כרטיסייה $tabIndex מתוך $tabCount", - "modalBarrierDismissLabel": "סגירה" + "modalBarrierDismissLabel": "סגירה", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb index b5316923e744..c23dd49eeba2 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "चिपकाएं", "selectAllButtonLabel": "सभी चुनें", "tabSemanticsLabel": "$tabCount का टैब $tabIndex", - "modalBarrierDismissLabel": "खारिज करें" + "modalBarrierDismissLabel": "खारिज करें", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb index e05a68fe4e83..a1b5d66bca69 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb @@ -25,5 +25,6 @@ "pasteButtonLabel": "Zalijepi", "selectAllButtonLabel": "Odaberi sve", "tabSemanticsLabel": "Kartica $tabIndex od $tabCount", - "modalBarrierDismissLabel": "Odbaci" + "modalBarrierDismissLabel": "Odbaci", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb index c6c8b7b9eba3..6b6591a1e31b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "Beillesztés", "selectAllButtonLabel": "Összes kijelölése", "tabSemanticsLabel": "$tabCount/$tabIndex. lap", - "modalBarrierDismissLabel": "Elvetés" + "modalBarrierDismissLabel": "Elvetés", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb index e12ad0f6fc3b..27e4aa27151b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "Տեղադրել", "selectAllButtonLabel": "Նշել բոլորը", "tabSemanticsLabel": "Ներդիր $tabIndex՝ $tabCount-ից", - "modalBarrierDismissLabel": "Փակել" + "modalBarrierDismissLabel": "Փակել", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb index 5fcc2c4ecc71..1feae0b0992b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "Tempel", "selectAllButtonLabel": "Pilih Semua", "tabSemanticsLabel": "Tab $tabIndex dari $tabCount", - "modalBarrierDismissLabel": "Tutup" + "modalBarrierDismissLabel": "Tutup", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb index ddf50c23ba8a..55e0d4d6b523 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "Líma", "selectAllButtonLabel": "Velja allt", "tabSemanticsLabel": "Flipi $tabIndex af $tabCount", - "modalBarrierDismissLabel": "Hunsa" + "modalBarrierDismissLabel": "Hunsa", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb index a969272f73d5..a1207b1aeca9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "Incolla", "selectAllButtonLabel": "Seleziona tutto", "tabSemanticsLabel": "Scheda $tabIndex di $tabCount", - "modalBarrierDismissLabel": "Ignora" + "modalBarrierDismissLabel": "Ignora", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb index 46b748ef30c9..163dca663d64 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "貼り付け", "selectAllButtonLabel": "すべて選択", "tabSemanticsLabel": "タブ: $tabIndex/$tabCount", - "modalBarrierDismissLabel": "閉じる" + "modalBarrierDismissLabel": "閉じる", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb index f07aa760e27a..5dd8fc91461c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "ჩასმა", "selectAllButtonLabel": "ყველას არჩევა", "tabSemanticsLabel": "ჩანართი $tabIndex / $tabCount-დან", - "modalBarrierDismissLabel": "დახურვა" + "modalBarrierDismissLabel": "დახურვა", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb index caf700df3348..faaeb2ed7311 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "Қою", "selectAllButtonLabel": "Барлығын таңдау", "tabSemanticsLabel": "Қойынды: $tabIndex/$tabCount", - "modalBarrierDismissLabel": "Жабу" + "modalBarrierDismissLabel": "Жабу", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb index 176d6661f77a..e9b450bb079b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "ដាក់​ចូល", "selectAllButtonLabel": "ជ្រើសរើស​ទាំងអស់", "tabSemanticsLabel": "ផ្ទាំងទី $tabIndex នៃ $tabCount", - "modalBarrierDismissLabel": "ច្រាន​ចោល" + "modalBarrierDismissLabel": "ច្រាន​ចោល", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb index 7c200adb472a..c886d1a8493a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "\u0c85\u0c82\u0c9f\u0cbf\u0cb8\u0cbf", "selectAllButtonLabel": "\u0c8e\u0cb2\u0ccd\u0cb2\u0cb5\u0ca8\u0ccd\u0ca8\u0cc2\u0020\u0c86\u0caf\u0ccd\u0c95\u0cc6\u0cae\u0cbe\u0ca1\u0cbf", "modalBarrierDismissLabel": "\u0cb5\u0c9c\u0cbe\u0c97\u0cca\u0cb3\u0cbf\u0cb8\u0cbf", - "tabSemanticsLabel": "\u0024\u0074\u0061\u0062\u0043\u006f\u0075\u006e\u0074\u0020\u0cb0\u0cb2\u0ccd\u0cb2\u0cbf\u0ca8\u0020\u0024\u0074\u0061\u0062\u0049\u006e\u0064\u0065\u0078\u0020\u0c9f\u0ccd\u0caf\u0cbe\u0cac\u0ccd" + "tabSemanticsLabel": "\u0024\u0074\u0061\u0062\u0043\u006f\u0075\u006e\u0074\u0020\u0cb0\u0cb2\u0ccd\u0cb2\u0cbf\u0ca8\u0020\u0024\u0074\u0061\u0062\u0049\u006e\u0064\u0065\u0078\u0020\u0c9f\u0ccd\u0caf\u0cbe\u0cac\u0ccd", + "searchTextFieldPlaceholerLabel": "\u0053\u0065\u0061\u0072\u0063\u0068" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb index 45b30b489e63..f324f9b1c821 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "붙여넣기", "selectAllButtonLabel": "전체 선택", "tabSemanticsLabel": "탭 $tabCount개 중 $tabIndex번째", - "modalBarrierDismissLabel": "닫기" + "modalBarrierDismissLabel": "닫기", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb index 615ea50d9261..4f275522ba54 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "Чаптоо", "selectAllButtonLabel": "Баарын тандоо", "tabSemanticsLabel": "$tabCount ичинен $tabIndex-өтмөк", - "modalBarrierDismissLabel": "Жабуу" + "modalBarrierDismissLabel": "Жабуу", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb index 1f60a5cae7a7..49423baee913 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "ວາງ", "selectAllButtonLabel": "ເລືອກທັງໝົດ", "tabSemanticsLabel": "ແຖບທີ $tabIndex ຈາກທັງໝົດ $tabCount", - "modalBarrierDismissLabel": "ປິດໄວ້" + "modalBarrierDismissLabel": "ປິດໄວ້", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb index c9554753a6ee..0bb43cab525d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb @@ -30,5 +30,6 @@ "pasteButtonLabel": "Įklijuoti", "selectAllButtonLabel": "Pasirinkti viską", "tabSemanticsLabel": "$tabIndex skirtukas iš $tabCount", - "modalBarrierDismissLabel": "Atsisakyti" + "modalBarrierDismissLabel": "Atsisakyti", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb index 1d8599ee71de..1723074a235e 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb @@ -25,5 +25,6 @@ "pasteButtonLabel": "Ielīmēt", "selectAllButtonLabel": "Atlasīt visu", "tabSemanticsLabel": "$tabIndex. cilne no $tabCount", - "modalBarrierDismissLabel": "Nerādīt" + "modalBarrierDismissLabel": "Nerādīt", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb index 6b9afe541772..c67fa690ecea 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "Залепи", "selectAllButtonLabel": "Избери ги сите", "tabSemanticsLabel": "Картичка $tabIndex од $tabCount", - "modalBarrierDismissLabel": "Отфрли" + "modalBarrierDismissLabel": "Отфрли", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb index 1d2b66bf93bf..4ec77bd6d24d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "ഒട്ടിക്കുക", "selectAllButtonLabel": "എല്ലാം തിരഞ്ഞെടുക്കുക", "tabSemanticsLabel": "$tabCount ടാബിൽ $tabIndex-ാമത്തേത്", - "modalBarrierDismissLabel": "നിരസിക്കുക" + "modalBarrierDismissLabel": "നിരസിക്കുക", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb index 8f656322e85c..b699da690a18 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "Буулгах", "selectAllButtonLabel": "Бүгдийг сонгох", "tabSemanticsLabel": "$tabCount-н $tabIndex-р таб", - "modalBarrierDismissLabel": "Үл хэрэгсэх" + "modalBarrierDismissLabel": "Үл хэрэгсэх", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb index e96b246e1a4a..20cd66c55d0d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "पेस्ट करा", "selectAllButtonLabel": "सर्व निवडा", "tabSemanticsLabel": "$tabCount पैकी $tabIndex टॅब", - "modalBarrierDismissLabel": "डिसमिस करा" + "modalBarrierDismissLabel": "डिसमिस करा", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb index 8968ab045920..ffca2c119995 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "Tampal", "selectAllButtonLabel": "Pilih Semua", "tabSemanticsLabel": "Tab $tabIndex daripada $tabCount", - "modalBarrierDismissLabel": "Tolak" + "modalBarrierDismissLabel": "Tolak", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb index ab2148865b8f..c2893f6015a2 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "ကူးထည့်ရန်", "selectAllButtonLabel": "အားလုံး ရွေးရန်", "tabSemanticsLabel": "တဘ် $tabCount ခုအနက် $tabIndex ခု", - "modalBarrierDismissLabel": "ပယ်ရန်" + "modalBarrierDismissLabel": "ပယ်ရန်", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb index 005bd88fb3bb..1e48d96cf728 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb @@ -20,5 +20,6 @@ "copyButtonLabel": "Kopiér", "pasteButtonLabel": "Lim inn", "selectAllButtonLabel": "Velg alle", - "modalBarrierDismissLabel": "Avvis" + "modalBarrierDismissLabel": "Avvis", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb index 9149ee6b2899..66bd78b587c4 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "टाँस्नुहोस्", "selectAllButtonLabel": "सबै चयन गर्नुहोस्", "tabSemanticsLabel": "$tabCount मध्ये $tabIndex ट्याब", - "modalBarrierDismissLabel": "खारेज गर्नुहोस्" + "modalBarrierDismissLabel": "खारेज गर्नुहोस्", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb index b8297013ac52..5c15e4cdbe67 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "Plakken", "selectAllButtonLabel": "Alles selecteren", "tabSemanticsLabel": "Tabblad $tabIndex van $tabCount", - "modalBarrierDismissLabel": "Sluiten" + "modalBarrierDismissLabel": "Sluiten", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb index 005bd88fb3bb..1e48d96cf728 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb @@ -20,5 +20,6 @@ "copyButtonLabel": "Kopiér", "pasteButtonLabel": "Lim inn", "selectAllButtonLabel": "Velg alle", - "modalBarrierDismissLabel": "Avvis" + "modalBarrierDismissLabel": "Avvis", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb index 174eaaa21b48..f6264fdebbd4 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "ପେଷ୍ଟ କରନ୍ତୁ", "selectAllButtonLabel": "ସମସ୍ତ ଚୟନ କରନ୍ତୁ", "tabSemanticsLabel": "$tabCountର $tabIndex ଟାବ୍", - "modalBarrierDismissLabel": "ଖାରଜ କରନ୍ତୁ" + "modalBarrierDismissLabel": "ଖାରଜ କରନ୍ତୁ", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb index 65e951a858f3..80029728e766 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "ਪੇਸਟ ਕਰੋ", "selectAllButtonLabel": "ਸਭ ਚੁਣੋ", "tabSemanticsLabel": "$tabCount ਵਿੱਚੋਂ $tabIndex ਟੈਬ", - "modalBarrierDismissLabel": "ਖਾਰਜ ਕਰੋ" + "modalBarrierDismissLabel": "ਖਾਰਜ ਕਰੋ", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb index ed59deba23c3..d86dad64ee1a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb @@ -30,5 +30,6 @@ "pasteButtonLabel": "Wklej", "selectAllButtonLabel": "Wybierz wszystkie", "tabSemanticsLabel": "Karta $tabIndex z $tabCount", - "modalBarrierDismissLabel": "Zamknij" + "modalBarrierDismissLabel": "Zamknij", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb index 30a97e2c4e82..c8e87731c7b0 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "Colar", "selectAllButtonLabel": "Selecionar Tudo", "tabSemanticsLabel": "Guia $tabIndex de $tabCount", - "modalBarrierDismissLabel": "Dispensar" + "modalBarrierDismissLabel": "Dispensar", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb index 9ddb7b87632c..3c5cd8431961 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb @@ -25,5 +25,6 @@ "pasteButtonLabel": "Inserați", "selectAllButtonLabel": "Selectați-le pe toate", "tabSemanticsLabel": "Fila $tabIndex din $tabCount", - "modalBarrierDismissLabel": "Închideți" + "modalBarrierDismissLabel": "Închideți", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb index d74225d058e6..42b6f73a3cd9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb @@ -30,5 +30,6 @@ "pasteButtonLabel": "Вставить", "selectAllButtonLabel": "Выбрать все", "tabSemanticsLabel": "Вкладка $tabIndex из $tabCount", - "modalBarrierDismissLabel": "Закрыть" + "modalBarrierDismissLabel": "Закрыть", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb index e3421bfc0e36..42ba0c63b4c4 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "අලවන්න", "selectAllButtonLabel": "සියල්ල තෝරන්න", "tabSemanticsLabel": "ටැබ $tabCount න් $tabIndex", - "modalBarrierDismissLabel": "ඉවත ලන්න" + "modalBarrierDismissLabel": "ඉවත ලන්න", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb index f8f6e20c39dc..f5933b2bf3ef 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb @@ -30,5 +30,6 @@ "pasteButtonLabel": "Prilepiť", "selectAllButtonLabel": "Vybrať všetko", "tabSemanticsLabel": "Karta $tabIndex z $tabCount", - "modalBarrierDismissLabel": "Odmietnuť" + "modalBarrierDismissLabel": "Odmietnuť", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb index 8fb80c5cbbea..741875373797 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb @@ -30,5 +30,6 @@ "pasteButtonLabel": "Prilepi", "selectAllButtonLabel": "Izberi vse", "tabSemanticsLabel": "Zavihek $tabIndex od $tabCount", - "modalBarrierDismissLabel": "Opusti" + "modalBarrierDismissLabel": "Opusti", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb index 9df2c70c4420..6ac7e33c29b9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "Ngjit", "selectAllButtonLabel": "Zgjidhi të gjitha", "tabSemanticsLabel": "Skeda $tabIndex nga $tabCount", - "modalBarrierDismissLabel": "Hiq" + "modalBarrierDismissLabel": "Hiq", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb index 2de4d841abf5..60397984e38d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb @@ -25,5 +25,6 @@ "pasteButtonLabel": "Налепи", "selectAllButtonLabel": "Изабери све", "tabSemanticsLabel": "$tabIndex. картица од $tabCount", - "modalBarrierDismissLabel": "Одбаци" + "modalBarrierDismissLabel": "Одбаци", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb index 3cbcdf99203d..870b4d83b84f 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "Klistra in", "selectAllButtonLabel": "Markera alla", "tabSemanticsLabel": "Flik $tabIndex av $tabCount", - "modalBarrierDismissLabel": "Stäng" + "modalBarrierDismissLabel": "Stäng", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb index e499cc596593..97ea537810bb 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "Bandika", "selectAllButtonLabel": "Teua Zote", "tabSemanticsLabel": "Kichupo cha $tabIndex kati ya $tabCount", - "modalBarrierDismissLabel": "Ondoa" + "modalBarrierDismissLabel": "Ondoa", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb index 5fdeb4e9b621..913546f1295c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "ஒட்டு", "selectAllButtonLabel": "எல்லாம் தேர்ந்தெடு", "tabSemanticsLabel": "தாவல் $tabIndex / $tabCount", - "modalBarrierDismissLabel": "நிராகரிக்கும்" + "modalBarrierDismissLabel": "நிராகரிக்கும்", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb index 16703ee6a486..15fdac503246 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "అతికించు", "selectAllButtonLabel": "అన్నింటినీ ఎంచుకోండి", "tabSemanticsLabel": "$tabCountలో $tabIndexవ ట్యాబ్", - "modalBarrierDismissLabel": "విస్మరించు" + "modalBarrierDismissLabel": "విస్మరించు", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb index 8daafd7463a9..2e85f11a8d51 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "วาง", "selectAllButtonLabel": "เลือกทั้งหมด", "tabSemanticsLabel": "แท็บที่ $tabIndex จาก $tabCount", - "modalBarrierDismissLabel": "ปิด" + "modalBarrierDismissLabel": "ปิด", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb index caef67631add..9f6485edb588 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "I-paste", "selectAllButtonLabel": "Piliin Lahat", "tabSemanticsLabel": "Tab $tabIndex ng $tabCount", - "modalBarrierDismissLabel": "I-dismiss" + "modalBarrierDismissLabel": "I-dismiss", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb index d600403eb2f7..84b4a490f1a8 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "Yapıştır", "selectAllButtonLabel": "Tümünü Seç", "tabSemanticsLabel": "Sekme $tabIndex/$tabCount", - "modalBarrierDismissLabel": "Kapat" + "modalBarrierDismissLabel": "Kapat", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb index f3756cfd8c30..696f4866cb14 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb @@ -30,5 +30,6 @@ "pasteButtonLabel": "Вставити", "selectAllButtonLabel": "Вибрати все", "tabSemanticsLabel": "Вкладка $tabIndex з $tabCount", - "modalBarrierDismissLabel": "Закрити" + "modalBarrierDismissLabel": "Закрити", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb index 1edca7048c1d..752a50837196 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "پیسٹ کریں", "selectAllButtonLabel": "سبھی منتخب کریں", "tabSemanticsLabel": "$tabCount میں سے $tabIndex ٹیب", - "modalBarrierDismissLabel": "برخاست کریں" + "modalBarrierDismissLabel": "برخاست کریں", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb index 144227538224..88f21c36a5da 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "Joylash", "selectAllButtonLabel": "Barchasini tanlash", "tabSemanticsLabel": "$tabCount varaqdan $tabIndex", - "modalBarrierDismissLabel": "Yopish" + "modalBarrierDismissLabel": "Yopish", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb index ef5ff7ddd994..66549d47b08e 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "Dán", "selectAllButtonLabel": "Chọn tất cả", "tabSemanticsLabel": "Thẻ $tabIndex/$tabCount", - "modalBarrierDismissLabel": "Bỏ qua" + "modalBarrierDismissLabel": "Bỏ qua", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb index 12afee45edb6..5c6fa5938d54 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "粘贴", "selectAllButtonLabel": "全选", "tabSemanticsLabel": "第 $tabIndex 个标签,共 $tabCount 个", - "modalBarrierDismissLabel": "关闭" + "modalBarrierDismissLabel": "关闭", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb index 5a7961ff7f62..56c1a25aac99 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb @@ -20,5 +20,6 @@ "pasteButtonLabel": "Namathisela", "selectAllButtonLabel": "Khetha konke", "tabSemanticsLabel": "Ithebhu $tabIndex kwangu-$tabCount", - "modalBarrierDismissLabel": "Cashisa" + "modalBarrierDismissLabel": "Cashisa", + "searchTextFieldPlaceholerLabel": "Search" } diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index 24f671bd7c11..a769b179d98a 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -111,6 +111,9 @@ class CupertinoLocalizationAf extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'nm.'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Kies alles'; @@ -265,6 +268,9 @@ class CupertinoLocalizationAm extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'ከሰዓት'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'ሁሉንም ምረጥ'; @@ -419,6 +425,9 @@ class CupertinoLocalizationAr extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'م'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'اختيار الكل'; @@ -573,6 +582,9 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'অপৰাহ্ন'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'সকলো বাছনি কৰক'; @@ -727,6 +739,9 @@ class CupertinoLocalizationAz extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'PM'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Hamısını seçin'; @@ -881,6 +896,9 @@ class CupertinoLocalizationBe extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'вечара'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Выбраць усе'; @@ -1035,6 +1053,9 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'PM'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Избиране на всички'; @@ -1189,6 +1210,9 @@ class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'PM'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'সব বেছে নিন'; @@ -1343,6 +1367,9 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'poslijepodne'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Odaberi sve'; @@ -1497,6 +1524,9 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'PM'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Selecciona-ho tot'; @@ -1651,6 +1681,9 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'PM'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Vybrat vše'; @@ -1805,6 +1838,9 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'PM'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Vælg alle'; @@ -1959,6 +1995,9 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'PM'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Alles auswählen'; @@ -2144,6 +2183,9 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'μ.μ.'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Επιλογή όλων'; @@ -2298,6 +2340,9 @@ class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'PM'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Select All'; @@ -2724,6 +2769,9 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'p. m.'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Seleccionar todos'; @@ -3738,6 +3786,9 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'PM'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Vali kõik'; @@ -3892,6 +3943,9 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'PM'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Hautatu guztiak'; @@ -4046,6 +4100,9 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'ب.ظ.'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'انتخاب همه'; @@ -4200,6 +4257,9 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'ip'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Valitse kaikki'; @@ -4354,6 +4414,9 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'PM'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Piliin Lahat'; @@ -4508,6 +4571,9 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'PM'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Tout sélect.'; @@ -4714,6 +4780,9 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'p.m.'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Seleccionar todo'; @@ -4868,6 +4937,9 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'PM'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Alles auswählen'; @@ -5022,6 +5094,9 @@ class CupertinoLocalizationGu extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'PM'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'બધા પસંદ કરો'; @@ -5176,6 +5251,9 @@ class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'PM'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'בחירת הכול'; @@ -5330,6 +5408,9 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'PM'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'सभी चुनें'; @@ -5484,6 +5565,9 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'popodne'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Odaberi sve'; @@ -5638,6 +5722,9 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'du.'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Összes kijelölése'; @@ -5792,6 +5879,9 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'PM'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Նշել բոլորը'; @@ -5946,6 +6036,9 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'PM'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Pilih Semua'; @@ -6100,6 +6193,9 @@ class CupertinoLocalizationIs extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'e.h.'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Velja allt'; @@ -6254,6 +6350,9 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'PM'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Seleziona tutto'; @@ -6408,6 +6507,9 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'PM'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'すべて選択'; @@ -6562,6 +6664,9 @@ class CupertinoLocalizationKa extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'PM'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'ყველას არჩევა'; @@ -6716,6 +6821,9 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'түстен кейін'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Барлығын таңдау'; @@ -6870,6 +6978,9 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'PM'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'ជ្រើសរើស​ទាំងអស់'; @@ -7024,6 +7135,9 @@ class CupertinoLocalizationKn extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => '\u{cb8}\u{c82}\u{c9c}\u{cc6}'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => '\u{c8e}\u{cb2}\u{ccd}\u{cb2}\u{cb5}\u{ca8}\u{ccd}\u{ca8}\u{cc2}\u{20}\u{c86}\u{caf}\u{ccd}\u{c95}\u{cc6}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; @@ -7178,6 +7292,9 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => '오후'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => '전체 선택'; @@ -7332,6 +7449,9 @@ class CupertinoLocalizationKy extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'түштөн кийин'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Баарын тандоо'; @@ -7486,6 +7606,9 @@ class CupertinoLocalizationLo extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'ຫຼັງທ່ຽງ'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'ເລືອກທັງໝົດ'; @@ -7640,6 +7763,9 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'popiet'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Pasirinkti viską'; @@ -7794,6 +7920,9 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'pēcpusdienā'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Atlasīt visu'; @@ -7948,6 +8077,9 @@ class CupertinoLocalizationMk extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'ПОПЛАДНЕ'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Избери ги сите'; @@ -8102,6 +8234,9 @@ class CupertinoLocalizationMl extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'PM'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'എല്ലാം തിരഞ്ഞെടുക്കുക'; @@ -8256,6 +8391,9 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'ОРОЙ'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Бүгдийг сонгох'; @@ -8410,6 +8548,9 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'PM'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'सर्व निवडा'; @@ -8564,6 +8705,9 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'PTG'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Pilih Semua'; @@ -8718,6 +8862,9 @@ class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'PM'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'အားလုံး ရွေးရန်'; @@ -8872,6 +9019,9 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'PM'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Velg alle'; @@ -9026,6 +9176,9 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'अपराह्न'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'सबै चयन गर्नुहोस्'; @@ -9180,6 +9333,9 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'pm'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Alles selecteren'; @@ -9334,6 +9490,9 @@ class CupertinoLocalizationNo extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'PM'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Velg alle'; @@ -9488,6 +9647,9 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'PM'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'ସମସ୍ତ ଚୟନ କରନ୍ତୁ'; @@ -9642,6 +9804,9 @@ class CupertinoLocalizationPa extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'PM'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'ਸਭ ਚੁਣੋ'; @@ -9796,6 +9961,9 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'PM'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Wybierz wszystkie'; @@ -9950,6 +10118,9 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'PM'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Selecionar Tudo'; @@ -10150,6 +10321,9 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'p.m.'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Selectați-le pe toate'; @@ -10304,6 +10478,9 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'PM'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Выбрать все'; @@ -10458,6 +10635,9 @@ class CupertinoLocalizationSi extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'ප.ව.'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'සියල්ල තෝරන්න'; @@ -10612,6 +10792,9 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'PM'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Vybrať všetko'; @@ -10766,6 +10949,9 @@ class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'POP.'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Izberi vse'; @@ -10920,6 +11106,9 @@ class CupertinoLocalizationSq extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'pasdite'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Zgjidhi të gjitha'; @@ -11074,6 +11263,9 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'по подне'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Изабери све'; @@ -11359,6 +11551,9 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'EM'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Markera alla'; @@ -11513,6 +11708,9 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'PM'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Teua Zote'; @@ -11667,6 +11865,9 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'PM'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'எல்லாம் தேர்ந்தெடு'; @@ -11821,6 +12022,9 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'PM'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'అన్నింటినీ ఎంచుకోండి'; @@ -11975,6 +12179,9 @@ class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'PM'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'เลือกทั้งหมด'; @@ -12129,6 +12336,9 @@ class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'PM'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Piliin Lahat'; @@ -12283,6 +12493,9 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'ÖS'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Tümünü Seç'; @@ -12437,6 +12650,9 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'пп'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Вибрати все'; @@ -12591,6 +12807,9 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'PM'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'سبھی منتخب کریں'; @@ -12745,6 +12964,9 @@ class CupertinoLocalizationUz extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'PM'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Barchasini tanlash'; @@ -12899,6 +13121,9 @@ class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'CHIỀU'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Chọn tất cả'; @@ -13053,6 +13278,9 @@ class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => '下午'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => '全选'; @@ -13391,6 +13619,9 @@ class CupertinoLocalizationZu extends GlobalCupertinoLocalizations { @override String get postMeridiemAbbreviation => 'PM'; + @override + String get searchTextFieldPlaceholerLabel => 'Search'; + @override String get selectAllButtonLabel => 'Khetha konke'; From fc98b9009845da8d744c8116bd6c7536e999be07 Mon Sep 17 00:00:00 2001 From: Shi-Hao Hong Date: Sat, 31 Oct 2020 19:24:53 +0800 Subject: [PATCH 166/327] [gen_l10n] Fix unintended use of raw string in generateString (#69382) * Fix failing tests from introducing raw string generation in gen_l10n tool --- dev/tools/localization/localizations_utils.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev/tools/localization/localizations_utils.dart b/dev/tools/localization/localizations_utils.dart index 3cde523f2950..63ea14e804e1 100644 --- a/dev/tools/localization/localizations_utils.dart +++ b/dev/tools/localization/localizations_utils.dart @@ -378,9 +378,9 @@ class $classNamePrefix$camelCaseName extends $superClass {'''; /// /// This function is used by tools that take in a JSON-formatted file to /// generate Dart code. For this reason, characters with special meaning -/// in JSON files. For example, the backspace character (\b) have to be -/// properly escaped by this function so that the generated Dart code -/// correctly represents this character: +/// in JSON files are escaped. For example, the backspace character (\b) +/// has to be properly escaped by this function so that the generated +/// Dart code correctly represents this character: /// ``` /// foo\bar => 'foo\\bar' /// foo\nbar => 'foo\\nbar' From 217841f7c08cc92061dd940c4c7a9a10f2697c7e Mon Sep 17 00:00:00 2001 From: xster Date: Tue, 10 Nov 2020 20:56:06 -0800 Subject: [PATCH 167/327] Update cupertino and material translations (#70157) --- .../lib/src/l10n/cupertino_af.arb | 2 +- .../lib/src/l10n/cupertino_am.arb | 2 +- .../lib/src/l10n/cupertino_ar.arb | 2 +- .../lib/src/l10n/cupertino_as.arb | 2 +- .../lib/src/l10n/cupertino_az.arb | 2 +- .../lib/src/l10n/cupertino_be.arb | 2 +- .../lib/src/l10n/cupertino_bg.arb | 2 +- .../lib/src/l10n/cupertino_bn.arb | 2 +- .../lib/src/l10n/cupertino_bs.arb | 2 +- .../lib/src/l10n/cupertino_ca.arb | 2 +- .../lib/src/l10n/cupertino_cs.arb | 2 +- .../lib/src/l10n/cupertino_da.arb | 2 +- .../lib/src/l10n/cupertino_de.arb | 2 +- .../lib/src/l10n/cupertino_de_CH.arb | 1 + .../lib/src/l10n/cupertino_el.arb | 2 +- .../lib/src/l10n/cupertino_en.arb | 6 +- .../lib/src/l10n/cupertino_en_AU.arb | 1 + .../lib/src/l10n/cupertino_en_CA.arb | 1 + .../lib/src/l10n/cupertino_en_GB.arb | 1 + .../lib/src/l10n/cupertino_en_IE.arb | 1 + .../lib/src/l10n/cupertino_en_IN.arb | 1 + .../lib/src/l10n/cupertino_en_NZ.arb | 1 + .../lib/src/l10n/cupertino_en_SG.arb | 1 + .../lib/src/l10n/cupertino_en_ZA.arb | 1 + .../lib/src/l10n/cupertino_es.arb | 2 +- .../lib/src/l10n/cupertino_es_419.arb | 1 + .../lib/src/l10n/cupertino_es_AR.arb | 1 + .../lib/src/l10n/cupertino_es_BO.arb | 1 + .../lib/src/l10n/cupertino_es_CL.arb | 1 + .../lib/src/l10n/cupertino_es_CO.arb | 1 + .../lib/src/l10n/cupertino_es_CR.arb | 1 + .../lib/src/l10n/cupertino_es_DO.arb | 1 + .../lib/src/l10n/cupertino_es_EC.arb | 1 + .../lib/src/l10n/cupertino_es_GT.arb | 1 + .../lib/src/l10n/cupertino_es_HN.arb | 1 + .../lib/src/l10n/cupertino_es_MX.arb | 1 + .../lib/src/l10n/cupertino_es_NI.arb | 1 + .../lib/src/l10n/cupertino_es_PA.arb | 1 + .../lib/src/l10n/cupertino_es_PE.arb | 1 + .../lib/src/l10n/cupertino_es_PR.arb | 1 + .../lib/src/l10n/cupertino_es_PY.arb | 1 + .../lib/src/l10n/cupertino_es_SV.arb | 1 + .../lib/src/l10n/cupertino_es_US.arb | 1 + .../lib/src/l10n/cupertino_es_UY.arb | 1 + .../lib/src/l10n/cupertino_es_VE.arb | 1 + .../lib/src/l10n/cupertino_et.arb | 2 +- .../lib/src/l10n/cupertino_eu.arb | 2 +- .../lib/src/l10n/cupertino_fa.arb | 2 +- .../lib/src/l10n/cupertino_fi.arb | 2 +- .../lib/src/l10n/cupertino_fil.arb | 2 +- .../lib/src/l10n/cupertino_fr.arb | 2 +- .../lib/src/l10n/cupertino_fr_CA.arb | 1 + .../lib/src/l10n/cupertino_gl.arb | 2 +- .../lib/src/l10n/cupertino_gsw.arb | 2 +- .../lib/src/l10n/cupertino_gu.arb | 2 +- .../lib/src/l10n/cupertino_he.arb | 2 +- .../lib/src/l10n/cupertino_hi.arb | 2 +- .../lib/src/l10n/cupertino_hr.arb | 2 +- .../lib/src/l10n/cupertino_hu.arb | 2 +- .../lib/src/l10n/cupertino_hy.arb | 2 +- .../lib/src/l10n/cupertino_id.arb | 2 +- .../lib/src/l10n/cupertino_is.arb | 2 +- .../lib/src/l10n/cupertino_it.arb | 2 +- .../lib/src/l10n/cupertino_ja.arb | 4 +- .../lib/src/l10n/cupertino_ka.arb | 2 +- .../lib/src/l10n/cupertino_kk.arb | 2 +- .../lib/src/l10n/cupertino_km.arb | 2 +- .../lib/src/l10n/cupertino_kn.arb | 2 +- .../lib/src/l10n/cupertino_ko.arb | 2 +- .../lib/src/l10n/cupertino_ky.arb | 2 +- .../lib/src/l10n/cupertino_lo.arb | 2 +- .../lib/src/l10n/cupertino_lt.arb | 2 +- .../lib/src/l10n/cupertino_lv.arb | 2 +- .../lib/src/l10n/cupertino_mk.arb | 2 +- .../lib/src/l10n/cupertino_ml.arb | 2 +- .../lib/src/l10n/cupertino_mn.arb | 2 +- .../lib/src/l10n/cupertino_mr.arb | 2 +- .../lib/src/l10n/cupertino_ms.arb | 2 +- .../lib/src/l10n/cupertino_my.arb | 2 +- .../lib/src/l10n/cupertino_nb.arb | 2 +- .../lib/src/l10n/cupertino_ne.arb | 2 +- .../lib/src/l10n/cupertino_nl.arb | 2 +- .../lib/src/l10n/cupertino_no.arb | 2 +- .../lib/src/l10n/cupertino_or.arb | 2 +- .../lib/src/l10n/cupertino_pa.arb | 2 +- .../lib/src/l10n/cupertino_pl.arb | 2 +- .../lib/src/l10n/cupertino_pt.arb | 2 +- .../lib/src/l10n/cupertino_pt_PT.arb | 1 + .../lib/src/l10n/cupertino_ro.arb | 2 +- .../lib/src/l10n/cupertino_ru.arb | 2 +- .../lib/src/l10n/cupertino_si.arb | 2 +- .../lib/src/l10n/cupertino_sk.arb | 2 +- .../lib/src/l10n/cupertino_sl.arb | 2 +- .../lib/src/l10n/cupertino_sq.arb | 2 +- .../lib/src/l10n/cupertino_sr.arb | 2 +- .../lib/src/l10n/cupertino_sr_Latn.arb | 1 + .../lib/src/l10n/cupertino_sv.arb | 2 +- .../lib/src/l10n/cupertino_sw.arb | 2 +- .../lib/src/l10n/cupertino_ta.arb | 2 +- .../lib/src/l10n/cupertino_te.arb | 2 +- .../lib/src/l10n/cupertino_th.arb | 2 +- .../lib/src/l10n/cupertino_tl.arb | 2 +- .../lib/src/l10n/cupertino_tr.arb | 2 +- .../lib/src/l10n/cupertino_uk.arb | 2 +- .../lib/src/l10n/cupertino_ur.arb | 2 +- .../lib/src/l10n/cupertino_uz.arb | 2 +- .../lib/src/l10n/cupertino_vi.arb | 2 +- .../lib/src/l10n/cupertino_zh.arb | 2 +- .../lib/src/l10n/cupertino_zh_HK.arb | 1 + .../lib/src/l10n/cupertino_zh_TW.arb | 1 + .../lib/src/l10n/cupertino_zu.arb | 2 +- .../generated_cupertino_localizations.dart | 162 +++++++++--------- .../generated_material_localizations.dart | 58 +++---- .../lib/src/l10n/material_az.arb | 2 +- .../lib/src/l10n/material_be.arb | 2 +- .../lib/src/l10n/material_bg.arb | 2 +- .../lib/src/l10n/material_bs.arb | 2 +- .../lib/src/l10n/material_da.arb | 2 +- .../lib/src/l10n/material_et.arb | 2 +- .../lib/src/l10n/material_he.arb | 2 +- .../lib/src/l10n/material_hr.arb | 2 +- .../lib/src/l10n/material_ka.arb | 2 +- .../lib/src/l10n/material_kk.arb | 2 +- .../lib/src/l10n/material_ko.arb | 2 +- .../lib/src/l10n/material_ky.arb | 2 +- .../lib/src/l10n/material_lt.arb | 2 +- .../lib/src/l10n/material_lv.arb | 2 +- .../lib/src/l10n/material_mk.arb | 2 +- .../lib/src/l10n/material_mn.arb | 2 +- .../lib/src/l10n/material_my.arb | 2 +- .../lib/src/l10n/material_nb.arb | 2 +- .../lib/src/l10n/material_ne.arb | 2 +- .../lib/src/l10n/material_no.arb | 2 +- .../lib/src/l10n/material_or.arb | 2 +- .../lib/src/l10n/material_ro.arb | 2 +- .../lib/src/l10n/material_si.arb | 2 +- .../lib/src/l10n/material_sl.arb | 2 +- .../lib/src/l10n/material_sr.arb | 2 +- .../lib/src/l10n/material_sr_Latn.arb | 2 +- .../lib/src/l10n/material_sv.arb | 2 +- .../lib/src/l10n/material_tr.arb | 2 +- .../lib/src/l10n/material_uk.arb | 2 +- .../lib/src/l10n/material_zu.arb | 2 +- 143 files changed, 257 insertions(+), 217 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb index 74d7e40355d9..5033574cc93c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "Kies alles", "tabSemanticsLabel": "Oortjie $tabIndex van $tabCount", "modalBarrierDismissLabel": "Maak toe", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Soek" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb index 05579da38d07..752ffa1a7b40 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "ሁሉንም ምረጥ", "tabSemanticsLabel": "ትር $tabIndex ከ$tabCount", "modalBarrierDismissLabel": "አሰናብት", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "ይፈልጉ" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb index 2767a2529be6..2c66c1ca529c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb @@ -41,5 +41,5 @@ "selectAllButtonLabel": "اختيار الكل", "tabSemanticsLabel": "علامة التبويب $tabIndex من $tabCount", "modalBarrierDismissLabel": "رفض", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "بحث" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb index 59eac8ae9020..576d441b2fcc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "সকলো বাছনি কৰক", "tabSemanticsLabel": "$tabCount টা টেবৰ $tabIndex নম্বৰটো", "modalBarrierDismissLabel": "অগ্ৰাহ্য কৰক", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "সন্ধান কৰক" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb index a17156575675..4eb4625d8bef 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "Hamısını seçin", "tabSemanticsLabel": "Tab $tabIndex/$tabCount", "modalBarrierDismissLabel": "İmtina edin", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Axtarış" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb index 49759ae52459..b40baa93d137 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb @@ -31,5 +31,5 @@ "selectAllButtonLabel": "Выбраць усе", "tabSemanticsLabel": "Укладка $tabIndex з $tabCount", "modalBarrierDismissLabel": "Адхіліць", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Пошук" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb index 7bd7f566eec9..3f75acba320e 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "Избиране на всички", "tabSemanticsLabel": "Раздел $tabIndex от $tabCount", "modalBarrierDismissLabel": "Отхвърляне", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Търсете" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb index 91cc3e5b0adf..de2cafc9d131 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "সব বেছে নিন", "tabSemanticsLabel": "$tabCount-এর মধ্যে $tabIndex নম্বর ট্যাব", "modalBarrierDismissLabel": "খারিজ করুন", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "খুঁজুন" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb index 3d1b030a565d..c14648477372 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb @@ -26,5 +26,5 @@ "selectAllButtonLabel": "Odaberi sve", "tabSemanticsLabel": "Kartica $tabIndex od $tabCount", "modalBarrierDismissLabel": "Odbaci", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Pretraživanje" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb index 53a5dd2e8663..8078df13f71d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "Selecciona-ho tot", "tabSemanticsLabel": "Pestanya $tabIndex de $tabCount", "modalBarrierDismissLabel": "Ignora", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Cerca" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb index d7f37d68ffb4..1d3303209392 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb @@ -31,5 +31,5 @@ "selectAllButtonLabel": "Vybrat vše", "tabSemanticsLabel": "Karta $tabIndex z $tabCount", "modalBarrierDismissLabel": "Zavřít", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Hledat" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb index 70e1d0bc8f71..71a2651c1806 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "Vælg alle", "tabSemanticsLabel": "Fane $tabIndex af $tabCount", "modalBarrierDismissLabel": "Afvis", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Søg" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb index 5a9b8a190d85..67946cab2417 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "Alles auswählen", "tabSemanticsLabel": "Tab $tabIndex von $tabCount", "modalBarrierDismissLabel": "Schließen", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Suche" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_de_CH.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_de_CH.arb index 9a7ba7d25be7..c8a48d470b41 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_de_CH.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_de_CH.arb @@ -1,4 +1,5 @@ { + "searchTextFieldPlaceholderLabel": "Suche", "datePickerHourSemanticsLabelOne": "$hour Uhr", "datePickerHourSemanticsLabelOther": "$hour Uhr", "datePickerMinuteSemanticsLabelOne": "1 Minute", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb index 65f1a72a61a7..243737082826 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "Επιλογή όλων", "tabSemanticsLabel": "Καρτέλα $tabIndex από $tabCount", "modalBarrierDismissLabel": "Παράβλεψη", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Αναζήτηση" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb index 759a1ce18ef6..b0f15e744995 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb @@ -90,9 +90,9 @@ "description": "The label for select-all buttons and menu items. The reference abbreviation is what iOS shows on text selection toolbars." }, - "searchTextFieldPlaceholerLabel": "Search", - "@searchTextFieldPlaceholerLabel": { - "description": "The default placeholder used in [CupertinoSearchTextField]." + "searchTextFieldPlaceholderLabel": "Search", + "@searchTextFieldPlaceholderLabel": { + "description": "The default placeholder label used in an iOS styled search bar." }, "modalBarrierDismissLabel": "Dismiss", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_AU.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_AU.arb index 2446f1f98989..a9fac71f82f0 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_AU.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_AU.arb @@ -1,4 +1,5 @@ { + "searchTextFieldPlaceholderLabel": "Search", "tabSemanticsLabel": "Tab $tabIndex of $tabCount", "datePickerHourSemanticsLabelOne": "$hour o'clock", "datePickerHourSemanticsLabelOther": "$hour o'clock", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_CA.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_CA.arb index 2446f1f98989..a9fac71f82f0 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_CA.arb @@ -1,4 +1,5 @@ { + "searchTextFieldPlaceholderLabel": "Search", "tabSemanticsLabel": "Tab $tabIndex of $tabCount", "datePickerHourSemanticsLabelOne": "$hour o'clock", "datePickerHourSemanticsLabelOther": "$hour o'clock", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_GB.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_GB.arb index 2446f1f98989..a9fac71f82f0 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_GB.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_GB.arb @@ -1,4 +1,5 @@ { + "searchTextFieldPlaceholderLabel": "Search", "tabSemanticsLabel": "Tab $tabIndex of $tabCount", "datePickerHourSemanticsLabelOne": "$hour o'clock", "datePickerHourSemanticsLabelOther": "$hour o'clock", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_IE.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_IE.arb index 2446f1f98989..a9fac71f82f0 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_IE.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_IE.arb @@ -1,4 +1,5 @@ { + "searchTextFieldPlaceholderLabel": "Search", "tabSemanticsLabel": "Tab $tabIndex of $tabCount", "datePickerHourSemanticsLabelOne": "$hour o'clock", "datePickerHourSemanticsLabelOther": "$hour o'clock", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_IN.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_IN.arb index 2446f1f98989..a9fac71f82f0 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_IN.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_IN.arb @@ -1,4 +1,5 @@ { + "searchTextFieldPlaceholderLabel": "Search", "tabSemanticsLabel": "Tab $tabIndex of $tabCount", "datePickerHourSemanticsLabelOne": "$hour o'clock", "datePickerHourSemanticsLabelOther": "$hour o'clock", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_NZ.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_NZ.arb index 2446f1f98989..a9fac71f82f0 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_NZ.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_NZ.arb @@ -1,4 +1,5 @@ { + "searchTextFieldPlaceholderLabel": "Search", "tabSemanticsLabel": "Tab $tabIndex of $tabCount", "datePickerHourSemanticsLabelOne": "$hour o'clock", "datePickerHourSemanticsLabelOther": "$hour o'clock", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_SG.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_SG.arb index 2446f1f98989..a9fac71f82f0 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_SG.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_SG.arb @@ -1,4 +1,5 @@ { + "searchTextFieldPlaceholderLabel": "Search", "tabSemanticsLabel": "Tab $tabIndex of $tabCount", "datePickerHourSemanticsLabelOne": "$hour o'clock", "datePickerHourSemanticsLabelOther": "$hour o'clock", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_ZA.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_ZA.arb index 2446f1f98989..a9fac71f82f0 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_ZA.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_ZA.arb @@ -1,4 +1,5 @@ { + "searchTextFieldPlaceholderLabel": "Search", "tabSemanticsLabel": "Tab $tabIndex of $tabCount", "datePickerHourSemanticsLabelOne": "$hour o'clock", "datePickerHourSemanticsLabelOther": "$hour o'clock", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb index 8da95d25a808..a1585a3e29c4 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "Seleccionar todos", "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "modalBarrierDismissLabel": "Cerrar", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Buscar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb index 1c8df97be4dd..eca276c0b091 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb @@ -1,4 +1,5 @@ { + "searchTextFieldPlaceholderLabel": "Buscar", "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", "datePickerHourSemanticsLabelOther": "$hour en punto", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb index 1c8df97be4dd..eca276c0b091 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb @@ -1,4 +1,5 @@ { + "searchTextFieldPlaceholderLabel": "Buscar", "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", "datePickerHourSemanticsLabelOther": "$hour en punto", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb index 1c8df97be4dd..eca276c0b091 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb @@ -1,4 +1,5 @@ { + "searchTextFieldPlaceholderLabel": "Buscar", "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", "datePickerHourSemanticsLabelOther": "$hour en punto", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb index 1c8df97be4dd..eca276c0b091 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb @@ -1,4 +1,5 @@ { + "searchTextFieldPlaceholderLabel": "Buscar", "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", "datePickerHourSemanticsLabelOther": "$hour en punto", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb index 1c8df97be4dd..eca276c0b091 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb @@ -1,4 +1,5 @@ { + "searchTextFieldPlaceholderLabel": "Buscar", "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", "datePickerHourSemanticsLabelOther": "$hour en punto", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb index 1c8df97be4dd..eca276c0b091 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb @@ -1,4 +1,5 @@ { + "searchTextFieldPlaceholderLabel": "Buscar", "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", "datePickerHourSemanticsLabelOther": "$hour en punto", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb index 1c8df97be4dd..eca276c0b091 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb @@ -1,4 +1,5 @@ { + "searchTextFieldPlaceholderLabel": "Buscar", "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", "datePickerHourSemanticsLabelOther": "$hour en punto", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb index 1c8df97be4dd..eca276c0b091 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb @@ -1,4 +1,5 @@ { + "searchTextFieldPlaceholderLabel": "Buscar", "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", "datePickerHourSemanticsLabelOther": "$hour en punto", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb index 1c8df97be4dd..eca276c0b091 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb @@ -1,4 +1,5 @@ { + "searchTextFieldPlaceholderLabel": "Buscar", "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", "datePickerHourSemanticsLabelOther": "$hour en punto", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb index 1c8df97be4dd..eca276c0b091 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb @@ -1,4 +1,5 @@ { + "searchTextFieldPlaceholderLabel": "Buscar", "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", "datePickerHourSemanticsLabelOther": "$hour en punto", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb index 1c8df97be4dd..eca276c0b091 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb @@ -1,4 +1,5 @@ { + "searchTextFieldPlaceholderLabel": "Buscar", "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", "datePickerHourSemanticsLabelOther": "$hour en punto", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb index 1c8df97be4dd..eca276c0b091 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb @@ -1,4 +1,5 @@ { + "searchTextFieldPlaceholderLabel": "Buscar", "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", "datePickerHourSemanticsLabelOther": "$hour en punto", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb index 1c8df97be4dd..eca276c0b091 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb @@ -1,4 +1,5 @@ { + "searchTextFieldPlaceholderLabel": "Buscar", "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", "datePickerHourSemanticsLabelOther": "$hour en punto", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb index 1c8df97be4dd..eca276c0b091 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb @@ -1,4 +1,5 @@ { + "searchTextFieldPlaceholderLabel": "Buscar", "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", "datePickerHourSemanticsLabelOther": "$hour en punto", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb index 1c8df97be4dd..eca276c0b091 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb @@ -1,4 +1,5 @@ { + "searchTextFieldPlaceholderLabel": "Buscar", "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", "datePickerHourSemanticsLabelOther": "$hour en punto", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb index 1c8df97be4dd..eca276c0b091 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb @@ -1,4 +1,5 @@ { + "searchTextFieldPlaceholderLabel": "Buscar", "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", "datePickerHourSemanticsLabelOther": "$hour en punto", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb index 1c8df97be4dd..eca276c0b091 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb @@ -1,4 +1,5 @@ { + "searchTextFieldPlaceholderLabel": "Buscar", "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", "datePickerHourSemanticsLabelOther": "$hour en punto", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb index 1c8df97be4dd..eca276c0b091 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb @@ -1,4 +1,5 @@ { + "searchTextFieldPlaceholderLabel": "Buscar", "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", "datePickerHourSemanticsLabelOther": "$hour en punto", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb index 1c8df97be4dd..eca276c0b091 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb @@ -1,4 +1,5 @@ { + "searchTextFieldPlaceholderLabel": "Buscar", "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", "datePickerHourSemanticsLabelOther": "$hour en punto", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb index 1c8df97be4dd..eca276c0b091 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb @@ -1,4 +1,5 @@ { + "searchTextFieldPlaceholderLabel": "Buscar", "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", "datePickerHourSemanticsLabelOther": "$hour en punto", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb index 80295fe861ad..f59244fd72de 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "Vali kõik", "tabSemanticsLabel": "$tabIndex. vaheleht $tabCount-st", "modalBarrierDismissLabel": "Loobu", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Otsige" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb index bf19c0016ec1..445d91888d92 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "Hautatu guztiak", "tabSemanticsLabel": "$tabIndex/$tabCount fitxa", "modalBarrierDismissLabel": "Baztertu", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Bilatu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb index 25e0ff5115c7..a73cb078bc6c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "انتخاب همه", "tabSemanticsLabel": "برگه $tabIndex از $tabCount", "modalBarrierDismissLabel": "نپذیرفتن", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "جستجو" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb index 3a6ae7c88055..30b6af1e1c72 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "Valitse kaikki", "tabSemanticsLabel": "Välilehti $tabIndex/$tabCount", "modalBarrierDismissLabel": "Ohita", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Haku" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb index 9f6485edb588..802a9dfe4ad4 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "Piliin Lahat", "tabSemanticsLabel": "Tab $tabIndex ng $tabCount", "modalBarrierDismissLabel": "I-dismiss", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Maghanap" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb index 34d05aa0584d..312afc58b25d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "Tout sélect.", "tabSemanticsLabel": "Onglet $tabIndex sur $tabCount", "modalBarrierDismissLabel": "Ignorer", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Rechercher" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fr_CA.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fr_CA.arb index 2cbfd085e921..e127661efbd4 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fr_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fr_CA.arb @@ -1,4 +1,5 @@ { + "searchTextFieldPlaceholderLabel": "Rechercher", "tabSemanticsLabel": "Onglet $tabIndex sur $tabCount", "datePickerHourSemanticsLabelOne": "$hour heure", "datePickerHourSemanticsLabelOther": "$hour heures", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb index 9d89174f38e9..072c9356d040 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "Seleccionar todo", "tabSemanticsLabel": "Pestana $tabIndex de $tabCount", "modalBarrierDismissLabel": "Ignorar", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Busca" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb index 5a9b8a190d85..67946cab2417 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "Alles auswählen", "tabSemanticsLabel": "Tab $tabIndex von $tabCount", "modalBarrierDismissLabel": "Schließen", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Suche" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb index e5d264396ee1..70360183c499 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "બધા પસંદ કરો", "tabSemanticsLabel": "$tabCountમાંથી $tabIndex ટૅબ", "modalBarrierDismissLabel": "છોડી દો", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "શોધો" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb index bf06d782e7cf..a8d4b71219eb 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb @@ -31,5 +31,5 @@ "selectAllButtonLabel": "בחירת הכול", "tabSemanticsLabel": "כרטיסייה $tabIndex מתוך $tabCount", "modalBarrierDismissLabel": "סגירה", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "חיפוש" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb index c23dd49eeba2..8966b84eb1f8 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "सभी चुनें", "tabSemanticsLabel": "$tabCount का टैब $tabIndex", "modalBarrierDismissLabel": "खारिज करें", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "खोजें" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb index a1b5d66bca69..650b8320a2ac 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb @@ -26,5 +26,5 @@ "selectAllButtonLabel": "Odaberi sve", "tabSemanticsLabel": "Kartica $tabIndex od $tabCount", "modalBarrierDismissLabel": "Odbaci", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Pretraživanje" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb index 6b6591a1e31b..7c43b9ec9d86 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "Összes kijelölése", "tabSemanticsLabel": "$tabCount/$tabIndex. lap", "modalBarrierDismissLabel": "Elvetés", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Keresés" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb index 27e4aa27151b..7f2bb28476ce 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "Նշել բոլորը", "tabSemanticsLabel": "Ներդիր $tabIndex՝ $tabCount-ից", "modalBarrierDismissLabel": "Փակել", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Որոնեք" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb index 1feae0b0992b..489bb0bfc00a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "Pilih Semua", "tabSemanticsLabel": "Tab $tabIndex dari $tabCount", "modalBarrierDismissLabel": "Tutup", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Telusuri" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb index 55e0d4d6b523..65d68b000898 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "Velja allt", "tabSemanticsLabel": "Flipi $tabIndex af $tabCount", "modalBarrierDismissLabel": "Hunsa", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Leit" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb index a1207b1aeca9..97aced6d30d5 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "Seleziona tutto", "tabSemanticsLabel": "Scheda $tabIndex di $tabCount", "modalBarrierDismissLabel": "Ignora", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Cerca" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb index 163dca663d64..6c064362b870 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb @@ -3,7 +3,7 @@ "datePickerHourSemanticsLabelOther": "$hour時", "datePickerMinuteSemanticsLabelOne": "1分", "datePickerMinuteSemanticsLabelOther": "$minute分", - "datePickerDateOrder": "mdy", + "datePickerDateOrder": "ymd", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", @@ -21,5 +21,5 @@ "selectAllButtonLabel": "すべて選択", "tabSemanticsLabel": "タブ: $tabIndex/$tabCount", "modalBarrierDismissLabel": "閉じる", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "検索" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb index 5dd8fc91461c..0a0a740e8ab8 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "ყველას არჩევა", "tabSemanticsLabel": "ჩანართი $tabIndex / $tabCount-დან", "modalBarrierDismissLabel": "დახურვა", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "ძიება" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb index faaeb2ed7311..9ab51cdc1889 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "Барлығын таңдау", "tabSemanticsLabel": "Қойынды: $tabIndex/$tabCount", "modalBarrierDismissLabel": "Жабу", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Іздеу" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb index e9b450bb079b..1a8068d71521 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "ជ្រើសរើស​ទាំងអស់", "tabSemanticsLabel": "ផ្ទាំងទី $tabIndex នៃ $tabCount", "modalBarrierDismissLabel": "ច្រាន​ចោល", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "ស្វែងរក" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb index c886d1a8493a..8b0087e5dd97 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "\u0c8e\u0cb2\u0ccd\u0cb2\u0cb5\u0ca8\u0ccd\u0ca8\u0cc2\u0020\u0c86\u0caf\u0ccd\u0c95\u0cc6\u0cae\u0cbe\u0ca1\u0cbf", "modalBarrierDismissLabel": "\u0cb5\u0c9c\u0cbe\u0c97\u0cca\u0cb3\u0cbf\u0cb8\u0cbf", "tabSemanticsLabel": "\u0024\u0074\u0061\u0062\u0043\u006f\u0075\u006e\u0074\u0020\u0cb0\u0cb2\u0ccd\u0cb2\u0cbf\u0ca8\u0020\u0024\u0074\u0061\u0062\u0049\u006e\u0064\u0065\u0078\u0020\u0c9f\u0ccd\u0caf\u0cbe\u0cac\u0ccd", - "searchTextFieldPlaceholerLabel": "\u0053\u0065\u0061\u0072\u0063\u0068" + "searchTextFieldPlaceholderLabel": "\u0cb9\u0cc1\u0ca1\u0cc1\u0c95\u0cbf" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb index f324f9b1c821..dab0ce26cbc2 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "전체 선택", "tabSemanticsLabel": "탭 $tabCount개 중 $tabIndex번째", "modalBarrierDismissLabel": "닫기", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "검색" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb index 4f275522ba54..8362dac92588 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "Баарын тандоо", "tabSemanticsLabel": "$tabCount ичинен $tabIndex-өтмөк", "modalBarrierDismissLabel": "Жабуу", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Издөө" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb index 49423baee913..f70c7bd3c646 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "ເລືອກທັງໝົດ", "tabSemanticsLabel": "ແຖບທີ $tabIndex ຈາກທັງໝົດ $tabCount", "modalBarrierDismissLabel": "ປິດໄວ້", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "ຊອກຫາ" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb index 0bb43cab525d..85f79f283ee6 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb @@ -31,5 +31,5 @@ "selectAllButtonLabel": "Pasirinkti viską", "tabSemanticsLabel": "$tabIndex skirtukas iš $tabCount", "modalBarrierDismissLabel": "Atsisakyti", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Ieškoti" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb index 1723074a235e..a9b07376a82f 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb @@ -26,5 +26,5 @@ "selectAllButtonLabel": "Atlasīt visu", "tabSemanticsLabel": "$tabIndex. cilne no $tabCount", "modalBarrierDismissLabel": "Nerādīt", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Meklēt" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb index c67fa690ecea..d0f8dea9158a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "Избери ги сите", "tabSemanticsLabel": "Картичка $tabIndex од $tabCount", "modalBarrierDismissLabel": "Отфрли", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Пребарувајте" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb index 4ec77bd6d24d..39e13089e3f4 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "എല്ലാം തിരഞ്ഞെടുക്കുക", "tabSemanticsLabel": "$tabCount ടാബിൽ $tabIndex-ാമത്തേത്", "modalBarrierDismissLabel": "നിരസിക്കുക", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "തിരയുക" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb index b699da690a18..c6a46c42a01b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "Бүгдийг сонгох", "tabSemanticsLabel": "$tabCount-н $tabIndex-р таб", "modalBarrierDismissLabel": "Үл хэрэгсэх", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Хайх" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb index 20cd66c55d0d..33c2bd4e371d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "सर्व निवडा", "tabSemanticsLabel": "$tabCount पैकी $tabIndex टॅब", "modalBarrierDismissLabel": "डिसमिस करा", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "शोधा" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb index ffca2c119995..9fcc6b560fbe 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "Pilih Semua", "tabSemanticsLabel": "Tab $tabIndex daripada $tabCount", "modalBarrierDismissLabel": "Tolak", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Cari" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb index c2893f6015a2..d0cf7c01f669 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "အားလုံး ရွေးရန်", "tabSemanticsLabel": "တဘ် $tabCount ခုအနက် $tabIndex ခု", "modalBarrierDismissLabel": "ပယ်ရန်", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "ရှာရန်" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb index 1e48d96cf728..79f2d4a53f93 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb @@ -21,5 +21,5 @@ "pasteButtonLabel": "Lim inn", "selectAllButtonLabel": "Velg alle", "modalBarrierDismissLabel": "Avvis", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Søk" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb index 66bd78b587c4..6921824cc537 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "सबै चयन गर्नुहोस्", "tabSemanticsLabel": "$tabCount मध्ये $tabIndex ट्याब", "modalBarrierDismissLabel": "खारेज गर्नुहोस्", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "खोज" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb index 5c15e4cdbe67..d198c512a59a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "Alles selecteren", "tabSemanticsLabel": "Tabblad $tabIndex van $tabCount", "modalBarrierDismissLabel": "Sluiten", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Zoeken" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb index 1e48d96cf728..79f2d4a53f93 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb @@ -21,5 +21,5 @@ "pasteButtonLabel": "Lim inn", "selectAllButtonLabel": "Velg alle", "modalBarrierDismissLabel": "Avvis", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Søk" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb index f6264fdebbd4..9c9f3d424472 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "ସମସ୍ତ ଚୟନ କରନ୍ତୁ", "tabSemanticsLabel": "$tabCountର $tabIndex ଟାବ୍", "modalBarrierDismissLabel": "ଖାରଜ କରନ୍ତୁ", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "ସନ୍ଧାନ କରନ୍ତୁ" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb index 80029728e766..60daf3276fd6 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "ਸਭ ਚੁਣੋ", "tabSemanticsLabel": "$tabCount ਵਿੱਚੋਂ $tabIndex ਟੈਬ", "modalBarrierDismissLabel": "ਖਾਰਜ ਕਰੋ", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "ਖੋਜੋ" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb index d86dad64ee1a..29d5a5ff8815 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb @@ -31,5 +31,5 @@ "selectAllButtonLabel": "Wybierz wszystkie", "tabSemanticsLabel": "Karta $tabIndex z $tabCount", "modalBarrierDismissLabel": "Zamknij", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Szukaj" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb index c8e87731c7b0..0b0145321f12 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "Selecionar Tudo", "tabSemanticsLabel": "Guia $tabIndex de $tabCount", "modalBarrierDismissLabel": "Dispensar", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Pesquisar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb index 96e3876e335a..deff4f4d092b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb @@ -1,4 +1,5 @@ { + "searchTextFieldPlaceholderLabel": "Pesquisar", "tabSemanticsLabel": "Separador $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour hora", "datePickerHourSemanticsLabelOther": "$hour hora", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb index 3c5cd8431961..f472c4316988 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb @@ -26,5 +26,5 @@ "selectAllButtonLabel": "Selectați-le pe toate", "tabSemanticsLabel": "Fila $tabIndex din $tabCount", "modalBarrierDismissLabel": "Închideți", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Căutați" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb index 42b6f73a3cd9..b15bbce37989 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb @@ -31,5 +31,5 @@ "selectAllButtonLabel": "Выбрать все", "tabSemanticsLabel": "Вкладка $tabIndex из $tabCount", "modalBarrierDismissLabel": "Закрыть", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Поиск" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb index 42ba0c63b4c4..48a7ecd2071a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "සියල්ල තෝරන්න", "tabSemanticsLabel": "ටැබ $tabCount න් $tabIndex", "modalBarrierDismissLabel": "ඉවත ලන්න", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "සෙවීම" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb index f5933b2bf3ef..85cbb3f77201 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb @@ -31,5 +31,5 @@ "selectAllButtonLabel": "Vybrať všetko", "tabSemanticsLabel": "Karta $tabIndex z $tabCount", "modalBarrierDismissLabel": "Odmietnuť", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Hľadať" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb index 741875373797..760edc4c44c4 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb @@ -31,5 +31,5 @@ "selectAllButtonLabel": "Izberi vse", "tabSemanticsLabel": "Zavihek $tabIndex od $tabCount", "modalBarrierDismissLabel": "Opusti", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Iskanje" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb index 6ac7e33c29b9..c2dd55675c80 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "Zgjidhi të gjitha", "tabSemanticsLabel": "Skeda $tabIndex nga $tabCount", "modalBarrierDismissLabel": "Hiq", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Kërko" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb index 60397984e38d..7c658fc88e62 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb @@ -26,5 +26,5 @@ "selectAllButtonLabel": "Изабери све", "tabSemanticsLabel": "$tabIndex. картица од $tabCount", "modalBarrierDismissLabel": "Одбаци", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Претрага" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb index 1b97381b512b..13c737a25377 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb @@ -1,4 +1,5 @@ { + "searchTextFieldPlaceholderLabel": "Pretraga", "tabSemanticsLabel": "$tabIndex. kartica od $tabCount", "datePickerHourSemanticsLabelFew": "$hour sata", "datePickerMinuteSemanticsLabelFew": "$minute minuta", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb index 870b4d83b84f..a06376c7706f 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "Markera alla", "tabSemanticsLabel": "Flik $tabIndex av $tabCount", "modalBarrierDismissLabel": "Stäng", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Sök" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb index 97ea537810bb..06da012f1f5a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "Teua Zote", "tabSemanticsLabel": "Kichupo cha $tabIndex kati ya $tabCount", "modalBarrierDismissLabel": "Ondoa", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Tafuta" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb index 913546f1295c..e47f74917de4 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "எல்லாம் தேர்ந்தெடு", "tabSemanticsLabel": "தாவல் $tabIndex / $tabCount", "modalBarrierDismissLabel": "நிராகரிக்கும்", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "தேடுக" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb index 15fdac503246..2eb5891948f0 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "అన్నింటినీ ఎంచుకోండి", "tabSemanticsLabel": "$tabCountలో $tabIndexవ ట్యాబ్", "modalBarrierDismissLabel": "విస్మరించు", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "సెర్చ్ చేయండి" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb index 2e85f11a8d51..cfc4abd3eee2 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "เลือกทั้งหมด", "tabSemanticsLabel": "แท็บที่ $tabIndex จาก $tabCount", "modalBarrierDismissLabel": "ปิด", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "ค้นหา" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb index 9f6485edb588..802a9dfe4ad4 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "Piliin Lahat", "tabSemanticsLabel": "Tab $tabIndex ng $tabCount", "modalBarrierDismissLabel": "I-dismiss", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Maghanap" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb index 84b4a490f1a8..c98038395578 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "Tümünü Seç", "tabSemanticsLabel": "Sekme $tabIndex/$tabCount", "modalBarrierDismissLabel": "Kapat", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Ara" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb index 696f4866cb14..927982870fd5 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb @@ -31,5 +31,5 @@ "selectAllButtonLabel": "Вибрати все", "tabSemanticsLabel": "Вкладка $tabIndex з $tabCount", "modalBarrierDismissLabel": "Закрити", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Пошук" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb index 752a50837196..f78b6cc8bb22 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "سبھی منتخب کریں", "tabSemanticsLabel": "$tabCount میں سے $tabIndex ٹیب", "modalBarrierDismissLabel": "برخاست کریں", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "تلاش کریں" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb index 88f21c36a5da..1f74687faa45 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "Barchasini tanlash", "tabSemanticsLabel": "$tabCount varaqdan $tabIndex", "modalBarrierDismissLabel": "Yopish", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Qidiruv" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb index 66549d47b08e..27a28bd6441a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "Chọn tất cả", "tabSemanticsLabel": "Thẻ $tabIndex/$tabCount", "modalBarrierDismissLabel": "Bỏ qua", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Tìm kiếm" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb index 5c6fa5938d54..f8daa6c31060 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "全选", "tabSemanticsLabel": "第 $tabIndex 个标签,共 $tabCount 个", "modalBarrierDismissLabel": "关闭", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "搜索" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb index d562b03b610e..4f518784300e 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb @@ -1,4 +1,5 @@ { + "searchTextFieldPlaceholderLabel": "搜尋", "tabSemanticsLabel": "$tabCount 個分頁中嘅第 $tabIndex 個", "datePickerHourSemanticsLabelOne": "$hour 點", "datePickerHourSemanticsLabelOther": "$hour 點", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb index fdeb4240c7af..a3dd35c7cee2 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb @@ -1,4 +1,5 @@ { + "searchTextFieldPlaceholderLabel": "搜尋", "tabSemanticsLabel": "第 $tabIndex 個分頁標籤,共 $tabCount 個", "datePickerHourSemanticsLabelOne": "$hour 點", "datePickerHourSemanticsLabelOther": "$hour 點", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb index 56c1a25aac99..29120c9050bd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "Khetha konke", "tabSemanticsLabel": "Ithebhu $tabIndex kwangu-$tabCount", "modalBarrierDismissLabel": "Cashisa", - "searchTextFieldPlaceholerLabel": "Search" + "searchTextFieldPlaceholderLabel": "Sesha" } diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index a769b179d98a..a73f865d6c1c 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -112,7 +112,7 @@ class CupertinoLocalizationAf extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'nm.'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Soek'; @override String get selectAllButtonLabel => 'Kies alles'; @@ -269,7 +269,7 @@ class CupertinoLocalizationAm extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'ከሰዓት'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'ይፈልጉ'; @override String get selectAllButtonLabel => 'ሁሉንም ምረጥ'; @@ -426,7 +426,7 @@ class CupertinoLocalizationAr extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'م'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'بحث'; @override String get selectAllButtonLabel => 'اختيار الكل'; @@ -583,7 +583,7 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'অপৰাহ্ন'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'সন্ধান কৰক'; @override String get selectAllButtonLabel => 'সকলো বাছনি কৰক'; @@ -740,7 +740,7 @@ class CupertinoLocalizationAz extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Axtarış'; @override String get selectAllButtonLabel => 'Hamısını seçin'; @@ -897,7 +897,7 @@ class CupertinoLocalizationBe extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'вечара'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Пошук'; @override String get selectAllButtonLabel => 'Выбраць усе'; @@ -1054,7 +1054,7 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Търсете'; @override String get selectAllButtonLabel => 'Избиране на всички'; @@ -1211,7 +1211,7 @@ class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'খুঁজুন'; @override String get selectAllButtonLabel => 'সব বেছে নিন'; @@ -1368,7 +1368,7 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'poslijepodne'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Pretraživanje'; @override String get selectAllButtonLabel => 'Odaberi sve'; @@ -1525,7 +1525,7 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Cerca'; @override String get selectAllButtonLabel => 'Selecciona-ho tot'; @@ -1682,7 +1682,7 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Hledat'; @override String get selectAllButtonLabel => 'Vybrat vše'; @@ -1839,7 +1839,7 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Søg'; @override String get selectAllButtonLabel => 'Vælg alle'; @@ -1996,7 +1996,7 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Suche'; @override String get selectAllButtonLabel => 'Alles auswählen'; @@ -2184,7 +2184,7 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'μ.μ.'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Αναζήτηση'; @override String get selectAllButtonLabel => 'Επιλογή όλων'; @@ -2341,7 +2341,7 @@ class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Search'; @override String get selectAllButtonLabel => 'Select All'; @@ -2770,7 +2770,7 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'p. m.'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Buscar'; @override String get selectAllButtonLabel => 'Seleccionar todos'; @@ -3787,7 +3787,7 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Otsige'; @override String get selectAllButtonLabel => 'Vali kõik'; @@ -3944,7 +3944,7 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Bilatu'; @override String get selectAllButtonLabel => 'Hautatu guztiak'; @@ -4101,7 +4101,7 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'ب.ظ.'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'جستجو'; @override String get selectAllButtonLabel => 'انتخاب همه'; @@ -4258,7 +4258,7 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'ip'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Haku'; @override String get selectAllButtonLabel => 'Valitse kaikki'; @@ -4415,7 +4415,7 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Maghanap'; @override String get selectAllButtonLabel => 'Piliin Lahat'; @@ -4572,7 +4572,7 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Rechercher'; @override String get selectAllButtonLabel => 'Tout sélect.'; @@ -4781,7 +4781,7 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'p.m.'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Busca'; @override String get selectAllButtonLabel => 'Seleccionar todo'; @@ -4938,7 +4938,7 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Suche'; @override String get selectAllButtonLabel => 'Alles auswählen'; @@ -5095,7 +5095,7 @@ class CupertinoLocalizationGu extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'શોધો'; @override String get selectAllButtonLabel => 'બધા પસંદ કરો'; @@ -5252,7 +5252,7 @@ class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'חיפוש'; @override String get selectAllButtonLabel => 'בחירת הכול'; @@ -5409,7 +5409,7 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'खोजें'; @override String get selectAllButtonLabel => 'सभी चुनें'; @@ -5566,7 +5566,7 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'popodne'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Pretraživanje'; @override String get selectAllButtonLabel => 'Odaberi sve'; @@ -5723,7 +5723,7 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'du.'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Keresés'; @override String get selectAllButtonLabel => 'Összes kijelölése'; @@ -5880,7 +5880,7 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Որոնեք'; @override String get selectAllButtonLabel => 'Նշել բոլորը'; @@ -6037,7 +6037,7 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Telusuri'; @override String get selectAllButtonLabel => 'Pilih Semua'; @@ -6194,7 +6194,7 @@ class CupertinoLocalizationIs extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'e.h.'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Leit'; @override String get selectAllButtonLabel => 'Velja allt'; @@ -6351,7 +6351,7 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Cerca'; @override String get selectAllButtonLabel => 'Seleziona tutto'; @@ -6457,7 +6457,7 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { String get cutButtonLabel => '切り取り'; @override - String get datePickerDateOrderString => 'mdy'; + String get datePickerDateOrderString => 'ymd'; @override String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @@ -6508,7 +6508,7 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => '検索'; @override String get selectAllButtonLabel => 'すべて選択'; @@ -6665,7 +6665,7 @@ class CupertinoLocalizationKa extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'ძიება'; @override String get selectAllButtonLabel => 'ყველას არჩევა'; @@ -6822,7 +6822,7 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'түстен кейін'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Іздеу'; @override String get selectAllButtonLabel => 'Барлығын таңдау'; @@ -6979,7 +6979,7 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'ស្វែងរក'; @override String get selectAllButtonLabel => 'ជ្រើសរើស​ទាំងអស់'; @@ -7136,7 +7136,7 @@ class CupertinoLocalizationKn extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => '\u{cb8}\u{c82}\u{c9c}\u{cc6}'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => '\u{cb9}\u{cc1}\u{ca1}\u{cc1}\u{c95}\u{cbf}'; @override String get selectAllButtonLabel => '\u{c8e}\u{cb2}\u{ccd}\u{cb2}\u{cb5}\u{ca8}\u{ccd}\u{ca8}\u{cc2}\u{20}\u{c86}\u{caf}\u{ccd}\u{c95}\u{cc6}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; @@ -7293,7 +7293,7 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => '오후'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => '검색'; @override String get selectAllButtonLabel => '전체 선택'; @@ -7450,7 +7450,7 @@ class CupertinoLocalizationKy extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'түштөн кийин'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Издөө'; @override String get selectAllButtonLabel => 'Баарын тандоо'; @@ -7607,7 +7607,7 @@ class CupertinoLocalizationLo extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'ຫຼັງທ່ຽງ'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'ຊອກຫາ'; @override String get selectAllButtonLabel => 'ເລືອກທັງໝົດ'; @@ -7764,7 +7764,7 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'popiet'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Ieškoti'; @override String get selectAllButtonLabel => 'Pasirinkti viską'; @@ -7921,7 +7921,7 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'pēcpusdienā'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Meklēt'; @override String get selectAllButtonLabel => 'Atlasīt visu'; @@ -8078,7 +8078,7 @@ class CupertinoLocalizationMk extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'ПОПЛАДНЕ'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Пребарувајте'; @override String get selectAllButtonLabel => 'Избери ги сите'; @@ -8235,7 +8235,7 @@ class CupertinoLocalizationMl extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'തിരയുക'; @override String get selectAllButtonLabel => 'എല്ലാം തിരഞ്ഞെടുക്കുക'; @@ -8392,7 +8392,7 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'ОРОЙ'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Хайх'; @override String get selectAllButtonLabel => 'Бүгдийг сонгох'; @@ -8549,7 +8549,7 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'शोधा'; @override String get selectAllButtonLabel => 'सर्व निवडा'; @@ -8706,7 +8706,7 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PTG'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Cari'; @override String get selectAllButtonLabel => 'Pilih Semua'; @@ -8863,7 +8863,7 @@ class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'ရှာရန်'; @override String get selectAllButtonLabel => 'အားလုံး ရွေးရန်'; @@ -9020,7 +9020,7 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Søk'; @override String get selectAllButtonLabel => 'Velg alle'; @@ -9177,7 +9177,7 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'अपराह्न'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'खोज'; @override String get selectAllButtonLabel => 'सबै चयन गर्नुहोस्'; @@ -9334,7 +9334,7 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'pm'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Zoeken'; @override String get selectAllButtonLabel => 'Alles selecteren'; @@ -9491,7 +9491,7 @@ class CupertinoLocalizationNo extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Søk'; @override String get selectAllButtonLabel => 'Velg alle'; @@ -9648,7 +9648,7 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'ସନ୍ଧାନ କରନ୍ତୁ'; @override String get selectAllButtonLabel => 'ସମସ୍ତ ଚୟନ କରନ୍ତୁ'; @@ -9805,7 +9805,7 @@ class CupertinoLocalizationPa extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'ਖੋਜੋ'; @override String get selectAllButtonLabel => 'ਸਭ ਚੁਣੋ'; @@ -9962,7 +9962,7 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Szukaj'; @override String get selectAllButtonLabel => 'Wybierz wszystkie'; @@ -10119,7 +10119,7 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Pesquisar'; @override String get selectAllButtonLabel => 'Selecionar Tudo'; @@ -10322,7 +10322,7 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'p.m.'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Căutați'; @override String get selectAllButtonLabel => 'Selectați-le pe toate'; @@ -10479,7 +10479,7 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Поиск'; @override String get selectAllButtonLabel => 'Выбрать все'; @@ -10636,7 +10636,7 @@ class CupertinoLocalizationSi extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'ප.ව.'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'සෙවීම'; @override String get selectAllButtonLabel => 'සියල්ල තෝරන්න'; @@ -10793,7 +10793,7 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Hľadať'; @override String get selectAllButtonLabel => 'Vybrať všetko'; @@ -10950,7 +10950,7 @@ class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'POP.'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Iskanje'; @override String get selectAllButtonLabel => 'Izberi vse'; @@ -11107,7 +11107,7 @@ class CupertinoLocalizationSq extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'pasdite'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Kërko'; @override String get selectAllButtonLabel => 'Zgjidhi të gjitha'; @@ -11264,7 +11264,7 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'по подне'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Претрага'; @override String get selectAllButtonLabel => 'Изабери све'; @@ -11424,6 +11424,9 @@ class CupertinoLocalizationSrLatn extends CupertinoLocalizationSr { @override String get postMeridiemAbbreviation => 'po podne'; + @override + String get searchTextFieldPlaceholderLabel => 'Pretraga'; + @override String get selectAllButtonLabel => 'Izaberi sve'; @@ -11552,7 +11555,7 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'EM'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Sök'; @override String get selectAllButtonLabel => 'Markera alla'; @@ -11709,7 +11712,7 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Tafuta'; @override String get selectAllButtonLabel => 'Teua Zote'; @@ -11866,7 +11869,7 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'தேடுக'; @override String get selectAllButtonLabel => 'எல்லாம் தேர்ந்தெடு'; @@ -12023,7 +12026,7 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'సెర్చ్ చేయండి'; @override String get selectAllButtonLabel => 'అన్నింటినీ ఎంచుకోండి'; @@ -12180,7 +12183,7 @@ class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'ค้นหา'; @override String get selectAllButtonLabel => 'เลือกทั้งหมด'; @@ -12337,7 +12340,7 @@ class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Maghanap'; @override String get selectAllButtonLabel => 'Piliin Lahat'; @@ -12494,7 +12497,7 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'ÖS'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Ara'; @override String get selectAllButtonLabel => 'Tümünü Seç'; @@ -12651,7 +12654,7 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'пп'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Пошук'; @override String get selectAllButtonLabel => 'Вибрати все'; @@ -12808,7 +12811,7 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'تلاش کریں'; @override String get selectAllButtonLabel => 'سبھی منتخب کریں'; @@ -12965,7 +12968,7 @@ class CupertinoLocalizationUz extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Qidiruv'; @override String get selectAllButtonLabel => 'Barchasini tanlash'; @@ -13122,7 +13125,7 @@ class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'CHIỀU'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Tìm kiếm'; @override String get selectAllButtonLabel => 'Chọn tất cả'; @@ -13279,7 +13282,7 @@ class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => '下午'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => '搜索'; @override String get selectAllButtonLabel => '全选'; @@ -13430,6 +13433,9 @@ class CupertinoLocalizationZhHant extends CupertinoLocalizationZh { @override String get pasteButtonLabel => '貼上'; + @override + String get searchTextFieldPlaceholderLabel => '搜尋'; + @override String get selectAllButtonLabel => '全選'; @@ -13620,7 +13626,7 @@ class CupertinoLocalizationZu extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholerLabel => 'Search'; + String get searchTextFieldPlaceholderLabel => 'Sesha'; @override String get selectAllButtonLabel => 'Khetha konke'; diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index ab0202104b7d..99481e557ae2 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -1338,7 +1338,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get dateRangeStartLabel => 'Başlama tarixi'; @override - String get dateSeparator => '/'; + String get dateSeparator => '.'; @override String get deleteButtonTooltip => 'Silin'; @@ -1644,7 +1644,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get dateRangeStartLabel => 'Дата пачатку'; @override - String get dateSeparator => '/'; + String get dateSeparator => '.'; @override String get deleteButtonTooltip => 'Выдаліць'; @@ -1950,7 +1950,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get dateRangeStartLabel => 'Начална дата'; @override - String get dateSeparator => '/'; + String get dateSeparator => '.'; @override String get deleteButtonTooltip => 'Изтриване'; @@ -2562,7 +2562,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get dateRangeStartLabel => 'Datum početka'; @override - String get dateSeparator => '/'; + String get dateSeparator => '.'; @override String get deleteButtonTooltip => 'Brisanje'; @@ -3480,7 +3480,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get dateRangeStartLabel => 'Startdato'; @override - String get dateSeparator => '/'; + String get dateSeparator => '.'; @override String get deleteButtonTooltip => 'Slet'; @@ -8193,7 +8193,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get dateRangeStartLabel => 'Alguskuupäev'; @override - String get dateSeparator => '/'; + String get dateSeparator => '.'; @override String get deleteButtonTooltip => 'Kustuta'; @@ -11049,7 +11049,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get dateRangeStartLabel => 'תאריך התחלה'; @override - String get dateSeparator => '/'; + String get dateSeparator => '.'; @override String get deleteButtonTooltip => 'מחיקה'; @@ -11661,7 +11661,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get dateRangeStartLabel => 'Datum početka'; @override - String get dateSeparator => '/'; + String get dateSeparator => '.'; @override String get deleteButtonTooltip => 'Brisanje'; @@ -13803,7 +13803,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get dateRangeStartLabel => 'დაწყების თარიღი'; @override - String get dateSeparator => '/'; + String get dateSeparator => '.'; @override String get deleteButtonTooltip => 'წაშლა'; @@ -14109,7 +14109,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get dateRangeStartLabel => 'Басталу күні'; @override - String get dateSeparator => '/'; + String get dateSeparator => '.'; @override String get deleteButtonTooltip => 'Жою'; @@ -15027,7 +15027,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get dateRangeStartLabel => '시작일'; @override - String get dateSeparator => '/'; + String get dateSeparator => '.'; @override String get deleteButtonTooltip => '삭제'; @@ -15333,7 +15333,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get dateRangeStartLabel => 'Баштоо күнү'; @override - String get dateSeparator => '/'; + String get dateSeparator => '.'; @override String get deleteButtonTooltip => 'Жок кылуу'; @@ -15945,7 +15945,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get dateRangeStartLabel => 'Pradžios data'; @override - String get dateSeparator => '/'; + String get dateSeparator => '.'; @override String get deleteButtonTooltip => 'Ištrinti'; @@ -16251,7 +16251,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get dateRangeStartLabel => 'Sākuma datums'; @override - String get dateSeparator => '/'; + String get dateSeparator => '.'; @override String get deleteButtonTooltip => 'Dzēst'; @@ -16557,7 +16557,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get dateRangeStartLabel => 'Датум на започнување'; @override - String get dateSeparator => '/'; + String get dateSeparator => '.'; @override String get deleteButtonTooltip => 'Избриши'; @@ -17169,7 +17169,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get dateRangeStartLabel => 'Эхлэх огноо'; @override - String get dateSeparator => '/'; + String get dateSeparator => '.'; @override String get deleteButtonTooltip => 'Устгах'; @@ -18087,7 +18087,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get dateRangeStartLabel => 'စတင်သည့် ရက်စွဲ'; @override - String get dateSeparator => '/'; + String get dateSeparator => '-'; @override String get deleteButtonTooltip => 'ဖျက်ရန်'; @@ -18393,7 +18393,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get dateRangeStartLabel => 'Startdato'; @override - String get dateSeparator => '/'; + String get dateSeparator => '.'; @override String get deleteButtonTooltip => 'Slett'; @@ -18699,7 +18699,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get dateRangeStartLabel => 'सुरु हुने मिति'; @override - String get dateSeparator => '/'; + String get dateSeparator => '.'; @override String get deleteButtonTooltip => 'मेट्नुहोस्'; @@ -19311,7 +19311,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get dateRangeStartLabel => 'Startdato'; @override - String get dateSeparator => '/'; + String get dateSeparator => '.'; @override String get deleteButtonTooltip => 'Slett'; @@ -19761,7 +19761,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { ScriptCategory get scriptCategory => ScriptCategory.tall; @override - String get searchFieldLabel => 'ଖୋଜନ୍ତୁ'; + String get searchFieldLabel => 'ସନ୍ଧାନ କରନ୍ତୁ'; @override String get selectAllButtonLabel => 'ସବୁ ଚୟନ କରନ୍ତୁ'; @@ -21273,7 +21273,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get dateRangeStartLabel => 'Data de începere'; @override - String get dateSeparator => '/'; + String get dateSeparator => '.'; @override String get deleteButtonTooltip => 'Ștergeți'; @@ -21885,7 +21885,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get dateRangeStartLabel => 'ආරම්භක දිනය'; @override - String get dateSeparator => '/'; + String get dateSeparator => '.'; @override String get deleteButtonTooltip => 'මකන්න'; @@ -22497,7 +22497,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get dateRangeStartLabel => 'Začetni datum'; @override - String get dateSeparator => '/'; + String get dateSeparator => '. '; @override String get deleteButtonTooltip => 'Brisanje'; @@ -23109,7 +23109,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get dateRangeStartLabel => 'Датум почетка'; @override - String get dateSeparator => '/'; + String get dateSeparator => '.'; @override String get deleteButtonTooltip => 'Избришите'; @@ -23715,7 +23715,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get dateRangeStartLabel => 'Startdatum'; @override - String get dateSeparator => '/'; + String get dateSeparator => '.'; @override String get deleteButtonTooltip => 'Radera'; @@ -25551,7 +25551,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get dateRangeStartLabel => 'Başlangıç Tarihi'; @override - String get dateSeparator => '/'; + String get dateSeparator => '.'; @override String get deleteButtonTooltip => 'Sil'; @@ -25857,7 +25857,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get dateRangeStartLabel => 'Дата початку'; @override - String get dateSeparator => '/'; + String get dateSeparator => '.'; @override String get deleteButtonTooltip => 'Видалити'; @@ -27795,7 +27795,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get dateRangeStartLabel => 'Idethi yokuqala'; @override - String get dateSeparator => '/'; + String get dateSeparator => '.'; @override String get deleteButtonTooltip => 'Susa'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_az.arb b/packages/flutter_localizations/lib/src/l10n/material_az.arb index 76f9c9396315..6d04e7076b23 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_az.arb @@ -52,7 +52,7 @@ "remainingTextFieldCharacterCountOther": "$remainingCount simvol qalır", "refreshIndicatorSemanticLabel": "Yeniləyin", "moreButtonTooltip": "Daha çox", - "dateSeparator": "/", + "dateSeparator": ".", "dateHelpText": "aa/gg/iiii", "selectYearSemanticsLabel": "İl seçin", "unspecifiedDate": "Tarix", diff --git a/packages/flutter_localizations/lib/src/l10n/material_be.arb b/packages/flutter_localizations/lib/src/l10n/material_be.arb index a835ed451e9f..c91676bc30d0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_be.arb @@ -58,7 +58,7 @@ "remainingTextFieldCharacterCountOther": "Засталося $remainingCount сімвала", "refreshIndicatorSemanticLabel": "Абнавіць", "moreButtonTooltip": "Яшчэ", - "dateSeparator": "/", + "dateSeparator": ".", "dateHelpText": "мм/дд/гггг", "selectYearSemanticsLabel": "Выберыце год", "unspecifiedDate": "Дата", diff --git a/packages/flutter_localizations/lib/src/l10n/material_bg.arb b/packages/flutter_localizations/lib/src/l10n/material_bg.arb index 0361ea07bf01..460701cdf92b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bg.arb @@ -53,7 +53,7 @@ "remainingTextFieldCharacterCountOther": "Остават $remainingCount знака", "refreshIndicatorSemanticLabel": "Опресняване", "moreButtonTooltip": "Още", - "dateSeparator": "/", + "dateSeparator": ".", "dateHelpText": "дд/мм/гггг", "selectYearSemanticsLabel": "Избиране на година", "unspecifiedDate": "Дата", diff --git a/packages/flutter_localizations/lib/src/l10n/material_bs.arb b/packages/flutter_localizations/lib/src/l10n/material_bs.arb index 9e9f0da3f3f7..600edf54d677 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bs.arb @@ -56,7 +56,7 @@ "remainingTextFieldCharacterCountOther": "Još $remainingCount znakova", "refreshIndicatorSemanticLabel": "Osvježi", "moreButtonTooltip": "Više", - "dateSeparator": "/", + "dateSeparator": ".", "dateHelpText": "mm/dd/gggg", "selectYearSemanticsLabel": "Odaberite godinu", "unspecifiedDate": "Datum", diff --git a/packages/flutter_localizations/lib/src/l10n/material_da.arb b/packages/flutter_localizations/lib/src/l10n/material_da.arb index ccc91c31bdf1..03e42213fee6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_da.arb @@ -53,7 +53,7 @@ "remainingTextFieldCharacterCountOther": "$remainingCount tegn tilbage", "refreshIndicatorSemanticLabel": "Opdater", "moreButtonTooltip": "Mere", - "dateSeparator": "/", + "dateSeparator": ".", "dateHelpText": "mm/dd/åååå", "selectYearSemanticsLabel": "Vælg år", "unspecifiedDate": "Dato", diff --git a/packages/flutter_localizations/lib/src/l10n/material_et.arb b/packages/flutter_localizations/lib/src/l10n/material_et.arb index 245f4274628f..165e45fb7e45 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_et.arb @@ -53,7 +53,7 @@ "remainingTextFieldCharacterCountOther": "Jäänud on $remainingCount tähemärki", "refreshIndicatorSemanticLabel": "Värskendamine", "moreButtonTooltip": "Rohkem", - "dateSeparator": "/", + "dateSeparator": ".", "dateHelpText": "kk/pp/aaaa", "selectYearSemanticsLabel": "Valige aasta", "unspecifiedDate": "Kuupäev", diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index 00dc91a18803..77906fe0d19d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -59,7 +59,7 @@ "remainingTextFieldCharacterCountOther": "נותרו $remainingCount תווים", "refreshIndicatorSemanticLabel": "רענון", "moreButtonTooltip": "עוד", - "dateSeparator": "/", + "dateSeparator": ".", "dateHelpText": "dd/mm/yyyy", "selectYearSemanticsLabel": "בחירת שנה", "unspecifiedDate": "תאריך", diff --git a/packages/flutter_localizations/lib/src/l10n/material_hr.arb b/packages/flutter_localizations/lib/src/l10n/material_hr.arb index 9b9a1e4e04b6..c3d27025f3a6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hr.arb @@ -56,7 +56,7 @@ "remainingTextFieldCharacterCountOther": "Preostalo je $remainingCount znakova", "refreshIndicatorSemanticLabel": "Osvježi", "moreButtonTooltip": "Više", - "dateSeparator": "/", + "dateSeparator": ".", "dateHelpText": "mm/dd/gggg", "selectYearSemanticsLabel": "Odaberite godinu", "unspecifiedDate": "Datum", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ka.arb b/packages/flutter_localizations/lib/src/l10n/material_ka.arb index f3f53cef79ff..e0b983c307be 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ka.arb @@ -52,7 +52,7 @@ "remainingTextFieldCharacterCountOther": "დარჩა $remainingCount სიმბოლო", "refreshIndicatorSemanticLabel": "განახლება", "moreButtonTooltip": "მეტი", - "dateSeparator": "/", + "dateSeparator": ".", "dateHelpText": "დდ/თთ/წწწწ", "selectYearSemanticsLabel": "აირჩიეთ წელი", "unspecifiedDate": "თარიღი", diff --git a/packages/flutter_localizations/lib/src/l10n/material_kk.arb b/packages/flutter_localizations/lib/src/l10n/material_kk.arb index a5dac1c57cd1..b0e73e1f0c87 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kk.arb @@ -54,7 +54,7 @@ "remainingTextFieldCharacterCountOther": "$remainingCount таңба қалды.", "refreshIndicatorSemanticLabel": "Жаңарту", "moreButtonTooltip": "Жаю", - "dateSeparator": "/", + "dateSeparator": ".", "dateHelpText": "ай/күн/жыл", "selectYearSemanticsLabel": "Жылды таңдау", "unspecifiedDate": "Күн", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index 8df9e2b8ce56..19ce31880406 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -53,7 +53,7 @@ "remainingTextFieldCharacterCountOther": "$remainingCount자 남음", "refreshIndicatorSemanticLabel": "새로고침", "moreButtonTooltip": "더보기", - "dateSeparator": "/", + "dateSeparator": ".", "dateHelpText": "yyyy/mm/dd", "selectYearSemanticsLabel": "연도 선택", "unspecifiedDate": "날짜", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ky.arb b/packages/flutter_localizations/lib/src/l10n/material_ky.arb index f20451ebad76..9281c6f11d10 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ky.arb @@ -52,7 +52,7 @@ "remainingTextFieldCharacterCountOther": "$remainingCount белги калды", "refreshIndicatorSemanticLabel": "Жаңыртуу", "moreButtonTooltip": "Дагы", - "dateSeparator": "/", + "dateSeparator": ".", "dateHelpText": "аа/кк/жжжж", "selectYearSemanticsLabel": "Жылды тандоо", "unspecifiedDate": "Күн", diff --git a/packages/flutter_localizations/lib/src/l10n/material_lt.arb b/packages/flutter_localizations/lib/src/l10n/material_lt.arb index a7f9358b98b4..000e4f703985 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lt.arb @@ -59,7 +59,7 @@ "remainingTextFieldCharacterCountOther": "Liko $remainingCount simbolių", "refreshIndicatorSemanticLabel": "Atnaujinti", "moreButtonTooltip": "Daugiau", - "dateSeparator": "/", + "dateSeparator": ".", "dateHelpText": "mm/dd/yyyy", "selectYearSemanticsLabel": "Pasirinkite metus", "unspecifiedDate": "Data", diff --git a/packages/flutter_localizations/lib/src/l10n/material_lv.arb b/packages/flutter_localizations/lib/src/l10n/material_lv.arb index a11be09ec4c2..7efd47bbbb9d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lv.arb @@ -54,7 +54,7 @@ "remainingTextFieldCharacterCountOther": "Atlikušas $remainingCount rakstzīmes.", "refreshIndicatorSemanticLabel": "Atsvaidzināt", "moreButtonTooltip": "Vairāk", - "dateSeparator": "/", + "dateSeparator": ".", "dateHelpText": "dd/mm/gggg", "selectYearSemanticsLabel": "Atlasiet gadu", "unspecifiedDate": "Datums", diff --git a/packages/flutter_localizations/lib/src/l10n/material_mk.arb b/packages/flutter_localizations/lib/src/l10n/material_mk.arb index 467868888e29..b65e937d9d78 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mk.arb @@ -52,7 +52,7 @@ "remainingTextFieldCharacterCountOther": "Преостануваат уште $remainingCount знаци", "refreshIndicatorSemanticLabel": "Освежи", "moreButtonTooltip": "Уште", - "dateSeparator": "/", + "dateSeparator": ".", "dateHelpText": "mm/dd/yyyy", "selectYearSemanticsLabel": "Изберете година", "unspecifiedDate": "Датум", diff --git a/packages/flutter_localizations/lib/src/l10n/material_mn.arb b/packages/flutter_localizations/lib/src/l10n/material_mn.arb index 25af094d5697..02f812bc7f30 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mn.arb @@ -54,7 +54,7 @@ "remainingTextFieldCharacterCountOther": "$remainingCount тэмдэгт үлдсэн", "refreshIndicatorSemanticLabel": "Сэргээх", "moreButtonTooltip": "Бусад", - "dateSeparator": "/", + "dateSeparator": ".", "dateHelpText": "сар/өдөр/жил", "selectYearSemanticsLabel": "Жил сонгох", "unspecifiedDate": "Огноо", diff --git a/packages/flutter_localizations/lib/src/l10n/material_my.arb b/packages/flutter_localizations/lib/src/l10n/material_my.arb index a7a53d335531..5c8e095b59e9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_my.arb @@ -52,7 +52,7 @@ "remainingTextFieldCharacterCountOther": "အက္ခရာ $remainingCount လုံးကျန်သည်", "refreshIndicatorSemanticLabel": "ပြန်လည်စတင်ရန်", "moreButtonTooltip": "နောက်ထပ်", - "dateSeparator": "/", + "dateSeparator": "-", "dateHelpText": "mm/dd/yyyy", "selectYearSemanticsLabel": "ခုနှစ် ရွေးရန်", "unspecifiedDate": "ရက်စွဲ", diff --git a/packages/flutter_localizations/lib/src/l10n/material_nb.arb b/packages/flutter_localizations/lib/src/l10n/material_nb.arb index 73f775b11798..083988811ae9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nb.arb @@ -35,7 +35,7 @@ "timePickerHourModeAnnouncement": "Angi timer", "timePickerMinuteModeAnnouncement": "Angi minutter", "modalBarrierDismissLabel": "Avvis", - "dateSeparator": "/", + "dateSeparator": ".", "dateHelpText": "mm/dd/åååå", "selectYearSemanticsLabel": "Velg året", "unspecifiedDate": "Dato", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ne.arb b/packages/flutter_localizations/lib/src/l10n/material_ne.arb index 0827d10e4a34..23ac7893dfa6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ne.arb @@ -52,7 +52,7 @@ "remainingTextFieldCharacterCountOther": "$remainingCount वर्णहरू बाँकी", "refreshIndicatorSemanticLabel": "पुनः ताजा गर्नुहोस्", "moreButtonTooltip": "थप", - "dateSeparator": "/", + "dateSeparator": ".", "dateHelpText": "mm/dd/yyyy", "selectYearSemanticsLabel": "वर्ष छान्नुहोस्", "unspecifiedDate": "मिति", diff --git a/packages/flutter_localizations/lib/src/l10n/material_no.arb b/packages/flutter_localizations/lib/src/l10n/material_no.arb index 73f775b11798..083988811ae9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_no.arb @@ -35,7 +35,7 @@ "timePickerHourModeAnnouncement": "Angi timer", "timePickerMinuteModeAnnouncement": "Angi minutter", "modalBarrierDismissLabel": "Avvis", - "dateSeparator": "/", + "dateSeparator": ".", "dateHelpText": "mm/dd/åååå", "selectYearSemanticsLabel": "Velg året", "unspecifiedDate": "Dato", diff --git a/packages/flutter_localizations/lib/src/l10n/material_or.arb b/packages/flutter_localizations/lib/src/l10n/material_or.arb index 34a247128068..572cf1276680 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_or.arb @@ -39,7 +39,7 @@ "popupMenuLabel": "ପପ୍-ଅପ୍ ମେନୁ", "dialogLabel": "ଡାୟଲଗ୍", "alertDialogLabel": "ଆଲର୍ଟ", - "searchFieldLabel": "ଖୋଜନ୍ତୁ", + "searchFieldLabel": "ସନ୍ଧାନ କରନ୍ତୁ", "reorderItemToStart": "ଆରମ୍ଭକୁ ଯାଆନ୍ତୁ", "reorderItemToEnd": "ଶେଷକୁ ଯାଆନ୍ତୁ", "reorderItemUp": "ଉପରକୁ ନିଅନ୍ତୁ", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/flutter_localizations/lib/src/l10n/material_ro.arb index a1b3403b092e..ed64fa831370 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ro.arb @@ -57,7 +57,7 @@ "remainingTextFieldCharacterCountOther": "$remainingCount de caractere rămase", "refreshIndicatorSemanticLabel": "Actualizați", "moreButtonTooltip": "Mai multe", - "dateSeparator": "/", + "dateSeparator": ".", "dateHelpText": "zz/ll/aaaa", "selectYearSemanticsLabel": "Selectați anul", "unspecifiedDate": "Data", diff --git a/packages/flutter_localizations/lib/src/l10n/material_si.arb b/packages/flutter_localizations/lib/src/l10n/material_si.arb index 9c9e4b05946d..4a48a14f36dc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_si.arb @@ -52,7 +52,7 @@ "remainingTextFieldCharacterCountOther": "අනුලකුණු $remainingCountක් ඉතිරිය", "refreshIndicatorSemanticLabel": "නැවුම් කරන්න", "moreButtonTooltip": "තව", - "dateSeparator": "/", + "dateSeparator": ".", "dateHelpText": "mm/dd/yyyy", "selectYearSemanticsLabel": "වර්ෂය තෝරන්න", "unspecifiedDate": "දිනය", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sl.arb b/packages/flutter_localizations/lib/src/l10n/material_sl.arb index c6e0bd7a6c0d..ed9e5859513c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sl.arb @@ -59,7 +59,7 @@ "remainingTextFieldCharacterCountOther": "Še $remainingCount znakov", "refreshIndicatorSemanticLabel": "Osveži", "moreButtonTooltip": "Več", - "dateSeparator": "/", + "dateSeparator": ". ", "dateHelpText": "dd/mm/llll", "selectYearSemanticsLabel": "Izberite leto", "unspecifiedDate": "Datum", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr.arb b/packages/flutter_localizations/lib/src/l10n/material_sr.arb index 2dd5e96b4183..7824202b5930 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr.arb @@ -56,7 +56,7 @@ "remainingTextFieldCharacterCountOther": "Преостало је $remainingCount знакова", "refreshIndicatorSemanticLabel": "Освежи", "moreButtonTooltip": "Још", - "dateSeparator": "/", + "dateSeparator": ".", "dateHelpText": "дд/мм/гггг", "selectYearSemanticsLabel": "Изаберите годину", "unspecifiedDate": "Датум", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb b/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb index 11579ff2f693..4b8b04f73120 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb @@ -9,7 +9,7 @@ "licensesPackageDetailTextFew": "$licenseCount licence", "dialModeButtonLabel": "Pređite na režim birača brojčanika", "inputTimeModeButtonLabel": "Pređite na režim unosa teksta", - "dateSeparator": "/", + "dateSeparator": ".", "dateInputLabel": "Unesite datum", "calendarModeButtonLabel": "Pređite na kalendar", "dateRangePickerHelpText": "IZABERITE PERIOD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sv.arb b/packages/flutter_localizations/lib/src/l10n/material_sv.arb index 4a3d7eb8c96d..002217e8b02d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sv.arb @@ -53,7 +53,7 @@ "remainingTextFieldCharacterCountOther": "$remainingCount tecken kvar", "refreshIndicatorSemanticLabel": "Uppdatera", "moreButtonTooltip": "Mer", - "dateSeparator": "/", + "dateSeparator": ".", "dateHelpText": "mm/dd/åååå", "selectYearSemanticsLabel": "Välj år", "unspecifiedDate": "Datum", diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index a45848368608..0a4a3fbbf9c9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -53,7 +53,7 @@ "remainingTextFieldCharacterCountOther": "$remainingCount karakter kaldı", "refreshIndicatorSemanticLabel": "Yenile", "moreButtonTooltip": "Diğer", - "dateSeparator": "/", + "dateSeparator": ".", "dateHelpText": "aa/gg/yyyy", "selectYearSemanticsLabel": "Yılı seçin", "unspecifiedDate": "Tarih", diff --git a/packages/flutter_localizations/lib/src/l10n/material_uk.arb b/packages/flutter_localizations/lib/src/l10n/material_uk.arb index 625f9bba464c..bc4dc4cbd27f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uk.arb @@ -59,7 +59,7 @@ "remainingTextFieldCharacterCountOther": "Залишилося $remainingCount символу", "refreshIndicatorSemanticLabel": "Оновити", "moreButtonTooltip": "Інші", - "dateSeparator": "/", + "dateSeparator": ".", "dateHelpText": "дд/мм/рррр", "selectYearSemanticsLabel": "Виберіть рік", "unspecifiedDate": "Дата", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zu.arb b/packages/flutter_localizations/lib/src/l10n/material_zu.arb index bcc03d5d6a5d..da61725444b0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zu.arb @@ -52,7 +52,7 @@ "remainingTextFieldCharacterCountOther": "$remainingCount izinhlamvu ezisele", "refreshIndicatorSemanticLabel": "Vuselela", "moreButtonTooltip": "Okuningi", - "dateSeparator": "/", + "dateSeparator": ".", "dateHelpText": "mm/dd/yyyy", "selectYearSemanticsLabel": "Khetha unyaka", "unspecifiedDate": "Idethi", From 8d0f8832dc9fec6e0242cf7ac3f0624594873a0f Mon Sep 17 00:00:00 2001 From: Darren Austin Date: Thu, 12 Nov 2020 15:13:51 -0800 Subject: [PATCH 168/327] Migrate flutter_localizations to null safety. (#68645) Migrate flutter_localizations to null safety. --- .../localization/bin/gen_localizations.dart | 11 +- .../gen_cupertino_localizations.dart | 19 +- .../gen_material_localizations.dart | 21 +- .../localization/localizations_validator.dart | 5 +- .../lib/src/cupertino_localizations.dart | 160 +- .../lib/src/l10n/cupertino_en.arb | 75 + .../generated_cupertino_localizations.dart | 5755 ++++++++--------- .../generated_material_localizations.dart | 4553 +++++++------ .../lib/src/l10n/material_en.arb | 45 + .../lib/src/l10n/material_ps.arb | 2 + .../lib/src/material_localizations.dart | 72 +- .../test/material/date_picker_test.dart | 16 +- .../test/material/date_time_test.dart | 4 +- .../test/material/time_picker_test.dart | 36 +- 14 files changed, 5447 insertions(+), 5327 deletions(-) diff --git a/dev/tools/localization/bin/gen_localizations.dart b/dev/tools/localization/bin/gen_localizations.dart index d6df4cb63acb..2adc8f020661 100644 --- a/dev/tools/localization/bin/gen_localizations.dart +++ b/dev/tools/localization/bin/gen_localizations.dart @@ -382,15 +382,20 @@ $factoryDeclaration /// /// Used by [generateGetter] below. String generateType(Map attributes) { + bool optional = false; + String type = 'String'; if (attributes != null) { + optional = attributes.containsKey('optional'); switch (attributes['x-flutter-type'] as String) { case 'icuShortTimePattern': - return 'TimeOfDayFormat'; + type = 'TimeOfDayFormat'; + break; case 'scriptCategory': - return 'ScriptCategory'; + type = 'ScriptCategory'; + break; } } - return 'String'; + return type + (optional ? '?' : ''); } /// Returns the appropriate name for getters with the given attributes. diff --git a/dev/tools/localization/gen_cupertino_localizations.dart b/dev/tools/localization/gen_cupertino_localizations.dart index 3a9d59ad0c13..8e281096f2e1 100644 --- a/dev/tools/localization/gen_cupertino_localizations.dart +++ b/dev/tools/localization/gen_cupertino_localizations.dart @@ -16,7 +16,6 @@ HeaderGenerator generateCupertinoHeader = (String regenerateInstructions) { import 'dart:collection'; -import 'package:flutter/foundation.dart'; import 'package:flutter/cupertino.dart'; import 'package:intl/intl.dart' as intl; @@ -40,14 +39,14 @@ ConstructorGenerator generateCupertinoConstructor = (LocaleInfo locale) { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalization${locale.camelCase()}({ String localeName = '$localeName', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -64,7 +63,7 @@ ConstructorGenerator generateCupertinoConstructor = (LocaleInfo locale) { const String cupertinoFactoryName = 'getCupertinoTranslation'; const String cupertinoFactoryDeclaration = ''' -GlobalCupertinoLocalizations getCupertinoTranslation( +GlobalCupertinoLocalizations? getCupertinoTranslation( Locale locale, intl.DateFormat fullYearFormat, intl.DateFormat dayFormat, diff --git a/dev/tools/localization/gen_material_localizations.dart b/dev/tools/localization/gen_material_localizations.dart index e22c09fd84fc..3e2a0cbb2326 100644 --- a/dev/tools/localization/gen_material_localizations.dart +++ b/dev/tools/localization/gen_material_localizations.dart @@ -16,7 +16,6 @@ HeaderGenerator generateMaterialHeader = (String regenerateInstructions) { import 'dart:collection'; -import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:intl/intl.dart' as intl; @@ -40,15 +39,15 @@ ConstructorGenerator generateMaterialConstructor = (LocaleInfo locale) { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalization${locale.camelCase()}({ String localeName = '$localeName', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -66,7 +65,7 @@ ConstructorGenerator generateMaterialConstructor = (LocaleInfo locale) { const String materialFactoryName = 'getMaterialTranslation'; const String materialFactoryDeclaration = ''' -GlobalMaterialLocalizations getMaterialTranslation( +GlobalMaterialLocalizations? getMaterialTranslation( Locale locale, intl.DateFormat fullYearFormat, intl.DateFormat compactDateFormat, diff --git a/dev/tools/localization/localizations_validator.dart b/dev/tools/localization/localizations_validator.dart index e6f456005702..ef0e78bfe59a 100644 --- a/dev/tools/localization/localizations_validator.dart +++ b/dev/tools/localization/localizations_validator.dart @@ -67,8 +67,9 @@ void validateEnglishLocalizations(File file) { continue; } + final bool optional = atResource.containsKey('optional'); final String description = atResource['description'] as String; - if (description == null) + if (description == null && !optional) errorMessages.writeln('No description specified for $atResourceId'); final String plural = atResource['plural'] as String; @@ -78,7 +79,7 @@ void validateEnglishLocalizations(File file) { if (!bundle.containsKey(resourceIdOther)) errorMessages.writeln('Default plural resource $resourceIdOther undefined'); } else { - if (!bundle.containsKey(resourceId)) + if (!optional && !bundle.containsKey(resourceId)) errorMessages.writeln('No matching $resourceId defined for $atResourceId'); } } diff --git a/packages/flutter_localizations/lib/src/cupertino_localizations.dart b/packages/flutter_localizations/lib/src/cupertino_localizations.dart index 76ab77c94c64..212061e94f6d 100644 --- a/packages/flutter_localizations/lib/src/cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/cupertino_localizations.dart @@ -54,15 +54,15 @@ abstract class GlobalCupertinoLocalizations implements CupertinoLocalizations { /// The remaining '*Format' arguments uses the intl package to provide /// [DateFormat] configurations for the `localeName`. const GlobalCupertinoLocalizations({ - @required String localeName, - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required String localeName, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : assert(localeName != null), _localeName = localeName, assert(fullYearFormat != null), @@ -127,20 +127,20 @@ abstract class GlobalCupertinoLocalizations implements CupertinoLocalizations { } /// Subclasses should provide the optional zero pluralization of [datePickerHourSemanticsLabel] based on the ARB file. - @protected String get datePickerHourSemanticsLabelZero => null; + @protected String? get datePickerHourSemanticsLabelZero => null; /// Subclasses should provide the optional one pluralization of [datePickerHourSemanticsLabel] based on the ARB file. - @protected String get datePickerHourSemanticsLabelOne => null; + @protected String? get datePickerHourSemanticsLabelOne => null; /// Subclasses should provide the optional two pluralization of [datePickerHourSemanticsLabel] based on the ARB file. - @protected String get datePickerHourSemanticsLabelTwo => null; + @protected String? get datePickerHourSemanticsLabelTwo => null; /// Subclasses should provide the optional few pluralization of [datePickerHourSemanticsLabel] based on the ARB file. - @protected String get datePickerHourSemanticsLabelFew => null; + @protected String? get datePickerHourSemanticsLabelFew => null; /// Subclasses should provide the optional many pluralization of [datePickerHourSemanticsLabel] based on the ARB file. - @protected String get datePickerHourSemanticsLabelMany => null; + @protected String? get datePickerHourSemanticsLabelMany => null; /// Subclasses should provide the required other pluralization of [datePickerHourSemanticsLabel] based on the ARB file. - @protected String get datePickerHourSemanticsLabelOther; + @protected String? get datePickerHourSemanticsLabelOther; @override - String datePickerHourSemanticsLabel(int hour) { + String? datePickerHourSemanticsLabel(int hour) { return intl.Intl.pluralLogic( hour, zero: datePickerHourSemanticsLabelZero, @@ -150,24 +150,24 @@ abstract class GlobalCupertinoLocalizations implements CupertinoLocalizations { many: datePickerHourSemanticsLabelMany, other: datePickerHourSemanticsLabelOther, locale: _localeName, - ).replaceFirst(r'$hour', _decimalFormat.format(hour)); + )?.replaceFirst(r'$hour', _decimalFormat.format(hour)); } /// Subclasses should provide the optional zero pluralization of [datePickerMinuteSemanticsLabel] based on the ARB file. - @protected String get datePickerMinuteSemanticsLabelZero => null; + @protected String? get datePickerMinuteSemanticsLabelZero => null; /// Subclasses should provide the optional one pluralization of [datePickerMinuteSemanticsLabel] based on the ARB file. - @protected String get datePickerMinuteSemanticsLabelOne => null; + @protected String? get datePickerMinuteSemanticsLabelOne => null; /// Subclasses should provide the optional two pluralization of [datePickerMinuteSemanticsLabel] based on the ARB file. - @protected String get datePickerMinuteSemanticsLabelTwo => null; + @protected String? get datePickerMinuteSemanticsLabelTwo => null; /// Subclasses should provide the optional few pluralization of [datePickerMinuteSemanticsLabel] based on the ARB file. - @protected String get datePickerMinuteSemanticsLabelFew => null; + @protected String? get datePickerMinuteSemanticsLabelFew => null; /// Subclasses should provide the optional many pluralization of [datePickerMinuteSemanticsLabel] based on the ARB file. - @protected String get datePickerMinuteSemanticsLabelMany => null; + @protected String? get datePickerMinuteSemanticsLabelMany => null; /// Subclasses should provide the required other pluralization of [datePickerMinuteSemanticsLabel] based on the ARB file. - @protected String get datePickerMinuteSemanticsLabelOther; + @protected String? get datePickerMinuteSemanticsLabelOther; @override - String datePickerMinuteSemanticsLabel(int minute) { + String? datePickerMinuteSemanticsLabel(int minute) { return intl.Intl.pluralLogic( minute, zero: datePickerMinuteSemanticsLabelZero, @@ -177,7 +177,7 @@ abstract class GlobalCupertinoLocalizations implements CupertinoLocalizations { many: datePickerMinuteSemanticsLabelMany, other: datePickerMinuteSemanticsLabelOther, locale: _localeName, - ).replaceFirst(r'$minute', _decimalFormat.format(minute)); + )?.replaceFirst(r'$minute', _decimalFormat.format(minute)); } /// A string describing the [DatePickerDateOrder] enum value. @@ -210,7 +210,7 @@ abstract class GlobalCupertinoLocalizations implements CupertinoLocalizations { "locale $_localeName.\nNon conforming string for $_localeName's " '.arb file', ); - return null; + return DatePickerDateOrder.mdy; } } @@ -244,7 +244,7 @@ abstract class GlobalCupertinoLocalizations implements CupertinoLocalizations { "for locale $_localeName.\nNon conforming string for $_localeName's " '.arb file', ); - return null; + return DatePickerDateTimeOrder.date_time_dayPeriod; } } @@ -254,7 +254,7 @@ abstract class GlobalCupertinoLocalizations implements CupertinoLocalizations { String get tabSemanticsLabelRaw; @override - String tabSemanticsLabel({ int tabIndex, int tabCount }) { + String tabSemanticsLabel({ required int tabIndex, required int tabCount }) { assert(tabIndex >= 1); assert(tabCount >= 1); final String template = tabSemanticsLabelRaw; @@ -279,20 +279,20 @@ abstract class GlobalCupertinoLocalizations implements CupertinoLocalizations { } /// Subclasses should provide the optional zero pluralization of [timerPickerHourLabel] based on the ARB file. - @protected String get timerPickerHourLabelZero => null; + @protected String? get timerPickerHourLabelZero => null; /// Subclasses should provide the optional one pluralization of [timerPickerHourLabel] based on the ARB file. - @protected String get timerPickerHourLabelOne => null; + @protected String? get timerPickerHourLabelOne => null; /// Subclasses should provide the optional two pluralization of [timerPickerHourLabel] based on the ARB file. - @protected String get timerPickerHourLabelTwo => null; + @protected String? get timerPickerHourLabelTwo => null; /// Subclasses should provide the optional few pluralization of [timerPickerHourLabel] based on the ARB file. - @protected String get timerPickerHourLabelFew => null; + @protected String? get timerPickerHourLabelFew => null; /// Subclasses should provide the optional many pluralization of [timerPickerHourLabel] based on the ARB file. - @protected String get timerPickerHourLabelMany => null; + @protected String? get timerPickerHourLabelMany => null; /// Subclasses should provide the required other pluralization of [timerPickerHourLabel] based on the ARB file. - @protected String get timerPickerHourLabelOther; + @protected String? get timerPickerHourLabelOther; @override - String timerPickerHourLabel(int hour) { + String? timerPickerHourLabel(int hour) { return intl.Intl.pluralLogic( hour, zero: timerPickerHourLabelZero, @@ -302,34 +302,34 @@ abstract class GlobalCupertinoLocalizations implements CupertinoLocalizations { many: timerPickerHourLabelMany, other: timerPickerHourLabelOther, locale: _localeName, - ).replaceFirst(r'$hour', _decimalFormat.format(hour)); + )?.replaceFirst(r'$hour', _decimalFormat.format(hour)); } @override List get timerPickerHourLabels => [ - timerPickerHourLabelZero, - timerPickerHourLabelOne, - timerPickerHourLabelTwo, - timerPickerHourLabelFew, - timerPickerHourLabelMany, - timerPickerHourLabelOther, + if (timerPickerHourLabelZero != null) timerPickerHourLabelZero!, + if (timerPickerHourLabelOne != null) timerPickerHourLabelOne!, + if (timerPickerHourLabelTwo != null) timerPickerHourLabelTwo!, + if (timerPickerHourLabelFew != null) timerPickerHourLabelFew!, + if (timerPickerHourLabelMany != null) timerPickerHourLabelMany!, + if (timerPickerHourLabelOther != null) timerPickerHourLabelOther!, ]; /// Subclasses should provide the optional zero pluralization of [timerPickerMinuteLabel] based on the ARB file. - @protected String get timerPickerMinuteLabelZero => null; + @protected String? get timerPickerMinuteLabelZero => null; /// Subclasses should provide the optional one pluralization of [timerPickerMinuteLabel] based on the ARB file. - @protected String get timerPickerMinuteLabelOne => null; + @protected String? get timerPickerMinuteLabelOne => null; /// Subclasses should provide the optional two pluralization of [timerPickerMinuteLabel] based on the ARB file. - @protected String get timerPickerMinuteLabelTwo => null; + @protected String? get timerPickerMinuteLabelTwo => null; /// Subclasses should provide the optional few pluralization of [timerPickerMinuteLabel] based on the ARB file. - @protected String get timerPickerMinuteLabelFew => null; + @protected String? get timerPickerMinuteLabelFew => null; /// Subclasses should provide the optional many pluralization of [timerPickerMinuteLabel] based on the ARB file. - @protected String get timerPickerMinuteLabelMany => null; + @protected String? get timerPickerMinuteLabelMany => null; /// Subclasses should provide the required other pluralization of [timerPickerMinuteLabel] based on the ARB file. - @protected String get timerPickerMinuteLabelOther; + @protected String? get timerPickerMinuteLabelOther; @override - String timerPickerMinuteLabel(int minute) { + String? timerPickerMinuteLabel(int minute) { return intl.Intl.pluralLogic( minute, zero: timerPickerMinuteLabelZero, @@ -339,34 +339,34 @@ abstract class GlobalCupertinoLocalizations implements CupertinoLocalizations { many: timerPickerMinuteLabelMany, other: timerPickerMinuteLabelOther, locale: _localeName, - ).replaceFirst(r'$minute', _decimalFormat.format(minute)); + )?.replaceFirst(r'$minute', _decimalFormat.format(minute)); } @override List get timerPickerMinuteLabels => [ - timerPickerMinuteLabelZero, - timerPickerMinuteLabelOne, - timerPickerMinuteLabelTwo, - timerPickerMinuteLabelFew, - timerPickerMinuteLabelMany, - timerPickerMinuteLabelOther, + if (timerPickerMinuteLabelZero != null) timerPickerMinuteLabelZero!, + if (timerPickerMinuteLabelOne != null) timerPickerMinuteLabelOne!, + if (timerPickerMinuteLabelTwo != null) timerPickerMinuteLabelTwo!, + if (timerPickerMinuteLabelFew != null) timerPickerMinuteLabelFew!, + if (timerPickerMinuteLabelMany != null) timerPickerMinuteLabelMany!, + if (timerPickerMinuteLabelOther != null) timerPickerMinuteLabelOther!, ]; /// Subclasses should provide the optional zero pluralization of [timerPickerSecondLabel] based on the ARB file. - @protected String get timerPickerSecondLabelZero => null; + @protected String? get timerPickerSecondLabelZero => null; /// Subclasses should provide the optional one pluralization of [timerPickerSecondLabel] based on the ARB file. - @protected String get timerPickerSecondLabelOne => null; + @protected String? get timerPickerSecondLabelOne => null; /// Subclasses should provide the optional two pluralization of [timerPickerSecondLabel] based on the ARB file. - @protected String get timerPickerSecondLabelTwo => null; + @protected String? get timerPickerSecondLabelTwo => null; /// Subclasses should provide the optional few pluralization of [timerPickerSecondLabel] based on the ARB file. - @protected String get timerPickerSecondLabelFew => null; + @protected String? get timerPickerSecondLabelFew => null; /// Subclasses should provide the optional many pluralization of [timerPickerSecondLabel] based on the ARB file. - @protected String get timerPickerSecondLabelMany => null; + @protected String? get timerPickerSecondLabelMany => null; /// Subclasses should provide the required other pluralization of [timerPickerSecondLabel] based on the ARB file. - @protected String get timerPickerSecondLabelOther; + @protected String? get timerPickerSecondLabelOther; @override - String timerPickerSecondLabel(int second) { + String? timerPickerSecondLabel(int second) { return intl.Intl.pluralLogic( second, zero: timerPickerSecondLabelZero, @@ -376,17 +376,17 @@ abstract class GlobalCupertinoLocalizations implements CupertinoLocalizations { many: timerPickerSecondLabelMany, other: timerPickerSecondLabelOther, locale: _localeName, - ).replaceFirst(r'$second', _decimalFormat.format(second)); + )?.replaceFirst(r'$second', _decimalFormat.format(second)); } @override List get timerPickerSecondLabels => [ - timerPickerSecondLabelZero, - timerPickerSecondLabelOne, - timerPickerSecondLabelTwo, - timerPickerSecondLabelFew, - timerPickerSecondLabelMany, - timerPickerSecondLabelOther, + if (timerPickerSecondLabelZero != null) timerPickerSecondLabelZero!, + if (timerPickerSecondLabelOne != null) timerPickerSecondLabelOne!, + if (timerPickerSecondLabelTwo != null) timerPickerSecondLabelTwo!, + if (timerPickerSecondLabelFew != null) timerPickerSecondLabelFew!, + if (timerPickerSecondLabelMany != null) timerPickerSecondLabelMany!, + if (timerPickerSecondLabelOther != null) timerPickerSecondLabelOther!, ]; /// A [LocalizationsDelegate] for [CupertinoLocalizations]. @@ -444,18 +444,18 @@ class _GlobalCupertinoLocalizationsDelegate extends LocalizationsDelegate 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour uur'; + String? get datePickerHourSemanticsLabelOne => r'$hour uur'; @override String get datePickerHourSemanticsLabelOther => r'$hour uur'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 minuut'; + String? get datePickerMinuteSemanticsLabelOne => '1 minuut'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minute'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Maak toe'; @@ -121,58 +120,58 @@ class CupertinoLocalizationAf extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'Oortjie $tabIndex van $tabCount'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'uur'; + String? get timerPickerHourLabelOne => 'uur'; @override String get timerPickerHourLabelOther => 'uur'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'min.'; + String? get timerPickerMinuteLabelOne => 'min.'; @override String get timerPickerMinuteLabelOther => 'min.'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'sek.'; + String? get timerPickerSecondLabelOne => 'sek.'; @override String get timerPickerSecondLabelOther => 'sek.'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'Vandag'; @@ -185,14 +184,14 @@ class CupertinoLocalizationAm extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationAm({ String localeName = 'am', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -224,40 +223,40 @@ class CupertinoLocalizationAm extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour ሰዓት'; + String? get datePickerHourSemanticsLabelOne => r'$hour ሰዓት'; @override String get datePickerHourSemanticsLabelOther => r'$hour ሰዓት'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 ደቂቃ'; + String? get datePickerMinuteSemanticsLabelOne => '1 ደቂቃ'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute ደቂቃዎች'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'አሰናብት'; @@ -278,58 +277,58 @@ class CupertinoLocalizationAm extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'ትር $tabIndex ከ$tabCount'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'ሰዓት'; + String? get timerPickerHourLabelOne => 'ሰዓት'; @override String get timerPickerHourLabelOther => 'ሰዓቶች'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'ደቂቃ'; + String? get timerPickerMinuteLabelOne => 'ደቂቃ'; @override String get timerPickerMinuteLabelOther => 'ደቂቃ'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'ሴኮ'; + String? get timerPickerSecondLabelOne => 'ሴኮ'; @override String get timerPickerSecondLabelOther => 'ሴኮ'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'ዛሬ'; @@ -342,14 +341,14 @@ class CupertinoLocalizationAr extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationAr({ String localeName = 'ar', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -381,40 +380,40 @@ class CupertinoLocalizationAr extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour بالضبط'; + String? get datePickerHourSemanticsLabelFew => r'$hour بالضبط'; @override - String get datePickerHourSemanticsLabelMany => r'$hour بالضبط'; + String? get datePickerHourSemanticsLabelMany => r'$hour بالضبط'; @override - String get datePickerHourSemanticsLabelOne => r'$hour بالضبط'; + String? get datePickerHourSemanticsLabelOne => r'$hour بالضبط'; @override String get datePickerHourSemanticsLabelOther => r'$hour بالضبط'; @override - String get datePickerHourSemanticsLabelTwo => r'$hour بالضبط'; + String? get datePickerHourSemanticsLabelTwo => r'$hour بالضبط'; @override - String get datePickerHourSemanticsLabelZero => r'$hour بالضبط'; + String? get datePickerHourSemanticsLabelZero => r'$hour بالضبط'; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute دقائق'; + String? get datePickerMinuteSemanticsLabelFew => r'$minute دقائق'; @override - String get datePickerMinuteSemanticsLabelMany => r'$minute دقيقة​'; + String? get datePickerMinuteSemanticsLabelMany => r'$minute دقيقة​'; @override - String get datePickerMinuteSemanticsLabelOne => 'دقيقة واحدة'; + String? get datePickerMinuteSemanticsLabelOne => 'دقيقة واحدة'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute دقيقة​'; @override - String get datePickerMinuteSemanticsLabelTwo => r'دقيقتان ($minute)'; + String? get datePickerMinuteSemanticsLabelTwo => r'دقيقتان ($minute)'; @override - String get datePickerMinuteSemanticsLabelZero => r'$minute دقيقة​'; + String? get datePickerMinuteSemanticsLabelZero => r'$minute دقيقة​'; @override String get modalBarrierDismissLabel => 'رفض'; @@ -435,58 +434,58 @@ class CupertinoLocalizationAr extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'علامة التبويب $tabIndex من $tabCount'; @override - String get timerPickerHourLabelFew => 'ساعات'; + String? get timerPickerHourLabelFew => 'ساعات'; @override - String get timerPickerHourLabelMany => 'ساعة'; + String? get timerPickerHourLabelMany => 'ساعة'; @override - String get timerPickerHourLabelOne => 'ساعة'; + String? get timerPickerHourLabelOne => 'ساعة'; @override String get timerPickerHourLabelOther => 'ساعة'; @override - String get timerPickerHourLabelTwo => 'ساعتان'; + String? get timerPickerHourLabelTwo => 'ساعتان'; @override - String get timerPickerHourLabelZero => 'ساعة'; + String? get timerPickerHourLabelZero => 'ساعة'; @override - String get timerPickerMinuteLabelFew => 'دقائق'; + String? get timerPickerMinuteLabelFew => 'دقائق'; @override - String get timerPickerMinuteLabelMany => 'دقيقة'; + String? get timerPickerMinuteLabelMany => 'دقيقة'; @override - String get timerPickerMinuteLabelOne => 'دقيقة واحدة'; + String? get timerPickerMinuteLabelOne => 'دقيقة واحدة'; @override String get timerPickerMinuteLabelOther => 'دقيقة'; @override - String get timerPickerMinuteLabelTwo => 'دقيقتان'; + String? get timerPickerMinuteLabelTwo => 'دقيقتان'; @override - String get timerPickerMinuteLabelZero => 'دقيقة'; + String? get timerPickerMinuteLabelZero => 'دقيقة'; @override - String get timerPickerSecondLabelFew => 'ثوانٍ'; + String? get timerPickerSecondLabelFew => 'ثوانٍ'; @override - String get timerPickerSecondLabelMany => 'ثانية'; + String? get timerPickerSecondLabelMany => 'ثانية'; @override - String get timerPickerSecondLabelOne => 'ثانية واحدة'; + String? get timerPickerSecondLabelOne => 'ثانية واحدة'; @override String get timerPickerSecondLabelOther => 'ثانية'; @override - String get timerPickerSecondLabelTwo => 'ثانيتان'; + String? get timerPickerSecondLabelTwo => 'ثانيتان'; @override - String get timerPickerSecondLabelZero => 'ثانية'; + String? get timerPickerSecondLabelZero => 'ثانية'; @override String get todayLabel => 'اليوم'; @@ -499,14 +498,14 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationAs({ String localeName = 'as', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -538,40 +537,40 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour বাজিছে'; + String? get datePickerHourSemanticsLabelOne => r'$hour বাজিছে'; @override String get datePickerHourSemanticsLabelOther => r'$hour বাজিছে'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '১মিনিট'; + String? get datePickerMinuteSemanticsLabelOne => '১মিনিট'; @override String get datePickerMinuteSemanticsLabelOther => r'$minuteমিনিট'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'অগ্ৰাহ্য কৰক'; @@ -592,58 +591,58 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'$tabCount টা টেবৰ $tabIndex নম্বৰটো'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'ঘণ্টা'; + String? get timerPickerHourLabelOne => 'ঘণ্টা'; @override String get timerPickerHourLabelOther => 'ঘণ্টা'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'মিনিট।'; + String? get timerPickerMinuteLabelOne => 'মিনিট।'; @override String get timerPickerMinuteLabelOther => 'মিনিট।'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'ছেকেণ্ড।'; + String? get timerPickerSecondLabelOne => 'ছেকেণ্ড।'; @override String get timerPickerSecondLabelOther => 'ছেকেণ্ড।'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'আজি'; @@ -656,14 +655,14 @@ class CupertinoLocalizationAz extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationAz({ String localeName = 'az', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -695,40 +694,40 @@ class CupertinoLocalizationAz extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'Saat $hour'; + String? get datePickerHourSemanticsLabelOne => r'Saat $hour'; @override String get datePickerHourSemanticsLabelOther => r'Saat $hour'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 dəqiqə'; + String? get datePickerMinuteSemanticsLabelOne => '1 dəqiqə'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute dəqiqə'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'İmtina edin'; @@ -749,58 +748,58 @@ class CupertinoLocalizationAz extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'Tab $tabIndex/$tabCount'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'saat'; + String? get timerPickerHourLabelOne => 'saat'; @override String get timerPickerHourLabelOther => 'saat'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'dəq.'; + String? get timerPickerMinuteLabelOne => 'dəq.'; @override String get timerPickerMinuteLabelOther => 'dəq.'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'san.'; + String? get timerPickerSecondLabelOne => 'san.'; @override String get timerPickerSecondLabelOther => 'san.'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'Bu gün'; @@ -813,14 +812,14 @@ class CupertinoLocalizationBe extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationBe({ String localeName = 'be', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -852,40 +851,40 @@ class CupertinoLocalizationBe extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour гадзіны нуль хвілін'; + String? get datePickerHourSemanticsLabelFew => r'$hour гадзіны нуль хвілін'; @override - String get datePickerHourSemanticsLabelMany => r'$hour гадзін нуль хвілін'; + String? get datePickerHourSemanticsLabelMany => r'$hour гадзін нуль хвілін'; @override - String get datePickerHourSemanticsLabelOne => r'$hour гадзіна нуль хвілін'; + String? get datePickerHourSemanticsLabelOne => r'$hour гадзіна нуль хвілін'; @override String get datePickerHourSemanticsLabelOther => r'$hour гадзіны нуль хвілін'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute хвіліны'; + String? get datePickerMinuteSemanticsLabelFew => r'$minute хвіліны'; @override - String get datePickerMinuteSemanticsLabelMany => r'$minute хвілін'; + String? get datePickerMinuteSemanticsLabelMany => r'$minute хвілін'; @override - String get datePickerMinuteSemanticsLabelOne => '1 хвіліна'; + String? get datePickerMinuteSemanticsLabelOne => '1 хвіліна'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute хвіліны'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Адхіліць'; @@ -906,58 +905,58 @@ class CupertinoLocalizationBe extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'Укладка $tabIndex з $tabCount'; @override - String get timerPickerHourLabelFew => 'гадзіны'; + String? get timerPickerHourLabelFew => 'гадзіны'; @override - String get timerPickerHourLabelMany => 'гадзін'; + String? get timerPickerHourLabelMany => 'гадзін'; @override - String get timerPickerHourLabelOne => 'гадзіна'; + String? get timerPickerHourLabelOne => 'гадзіна'; @override String get timerPickerHourLabelOther => 'гадзіны'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => 'хв'; + String? get timerPickerMinuteLabelFew => 'хв'; @override - String get timerPickerMinuteLabelMany => 'хв'; + String? get timerPickerMinuteLabelMany => 'хв'; @override - String get timerPickerMinuteLabelOne => 'хв'; + String? get timerPickerMinuteLabelOne => 'хв'; @override String get timerPickerMinuteLabelOther => 'хв'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => 'с'; + String? get timerPickerSecondLabelFew => 'с'; @override - String get timerPickerSecondLabelMany => 'с'; + String? get timerPickerSecondLabelMany => 'с'; @override - String get timerPickerSecondLabelOne => 'с'; + String? get timerPickerSecondLabelOne => 'с'; @override String get timerPickerSecondLabelOther => 'с'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'Сёння'; @@ -970,14 +969,14 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationBg({ String localeName = 'bg', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -1009,40 +1008,40 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour часа'; + String? get datePickerHourSemanticsLabelOne => r'$hour часа'; @override String get datePickerHourSemanticsLabelOther => r'$hour часа'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 минута'; + String? get datePickerMinuteSemanticsLabelOne => '1 минута'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute минути'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Отхвърляне'; @@ -1063,58 +1062,58 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'Раздел $tabIndex от $tabCount'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'час'; + String? get timerPickerHourLabelOne => 'час'; @override String get timerPickerHourLabelOther => 'часа'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'мин'; + String? get timerPickerMinuteLabelOne => 'мин'; @override String get timerPickerMinuteLabelOther => 'мин'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'сек'; + String? get timerPickerSecondLabelOne => 'сек'; @override String get timerPickerSecondLabelOther => 'сек'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'Днес'; @@ -1127,14 +1126,14 @@ class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationBn({ String localeName = 'bn', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -1166,40 +1165,40 @@ class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hourটা বাজে'; + String? get datePickerHourSemanticsLabelOne => r'$hourটা বাজে'; @override String get datePickerHourSemanticsLabelOther => r'$hourটা বাজে'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '১ মিনিট'; + String? get datePickerMinuteSemanticsLabelOne => '১ মিনিট'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute মিনিট'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'খারিজ করুন'; @@ -1220,58 +1219,58 @@ class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'$tabCount-এর মধ্যে $tabIndex নম্বর ট্যাব'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'ঘণ্টা'; + String? get timerPickerHourLabelOne => 'ঘণ্টা'; @override String get timerPickerHourLabelOther => 'ঘণ্টা'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'মিনিট।'; + String? get timerPickerMinuteLabelOne => 'মিনিট।'; @override String get timerPickerMinuteLabelOther => 'মিনিট।'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'সেকেন্ড।'; + String? get timerPickerSecondLabelOne => 'সেকেন্ড।'; @override String get timerPickerSecondLabelOther => 'সেকেন্ড।'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'আজ'; @@ -1284,14 +1283,14 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationBs({ String localeName = 'bs', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -1323,40 +1322,40 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour sata'; + String? get datePickerHourSemanticsLabelFew => r'$hour sata'; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour sat'; + String? get datePickerHourSemanticsLabelOne => r'$hour sat'; @override String get datePickerHourSemanticsLabelOther => r'$hour sati'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute minute'; + String? get datePickerMinuteSemanticsLabelFew => r'$minute minute'; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 minuta'; + String? get datePickerMinuteSemanticsLabelOne => '1 minuta'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minuta'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Odbaci'; @@ -1377,58 +1376,58 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'Kartica $tabIndex od $tabCount'; @override - String get timerPickerHourLabelFew => 'sata'; + String? get timerPickerHourLabelFew => 'sata'; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'sat'; + String? get timerPickerHourLabelOne => 'sat'; @override String get timerPickerHourLabelOther => 'sati'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => 'min.'; + String? get timerPickerMinuteLabelFew => 'min.'; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'min.'; + String? get timerPickerMinuteLabelOne => 'min.'; @override String get timerPickerMinuteLabelOther => 'min.'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => 'sec.'; + String? get timerPickerSecondLabelFew => 'sec.'; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'sec.'; + String? get timerPickerSecondLabelOne => 'sec.'; @override String get timerPickerSecondLabelOther => 'sec.'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'Danas'; @@ -1441,14 +1440,14 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationCa({ String localeName = 'ca', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -1480,40 +1479,40 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour en punt'; + String? get datePickerHourSemanticsLabelOne => r'$hour en punt'; @override String get datePickerHourSemanticsLabelOther => r'$hour en punt'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 minut'; + String? get datePickerMinuteSemanticsLabelOne => '1 minut'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minuts'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Ignora'; @@ -1534,58 +1533,58 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'Pestanya $tabIndex de $tabCount'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'hora'; + String? get timerPickerHourLabelOne => 'hora'; @override String get timerPickerHourLabelOther => 'hores'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'min'; + String? get timerPickerMinuteLabelOne => 'min'; @override String get timerPickerMinuteLabelOther => 'min'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 's'; + String? get timerPickerSecondLabelOne => 's'; @override String get timerPickerSecondLabelOther => 's'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'Avui'; @@ -1598,14 +1597,14 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationCs({ String localeName = 'cs', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -1637,40 +1636,40 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour hodiny'; + String? get datePickerHourSemanticsLabelFew => r'$hour hodiny'; @override - String get datePickerHourSemanticsLabelMany => r'$hour hodiny'; + String? get datePickerHourSemanticsLabelMany => r'$hour hodiny'; @override - String get datePickerHourSemanticsLabelOne => r'$hour hodina'; + String? get datePickerHourSemanticsLabelOne => r'$hour hodina'; @override String get datePickerHourSemanticsLabelOther => r'$hour hodin'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute minuty'; + String? get datePickerMinuteSemanticsLabelFew => r'$minute minuty'; @override - String get datePickerMinuteSemanticsLabelMany => r'$minute minuty'; + String? get datePickerMinuteSemanticsLabelMany => r'$minute minuty'; @override - String get datePickerMinuteSemanticsLabelOne => '1 minuta'; + String? get datePickerMinuteSemanticsLabelOne => '1 minuta'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minut'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Zavřít'; @@ -1691,58 +1690,58 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'Karta $tabIndex z $tabCount'; @override - String get timerPickerHourLabelFew => 'hodiny'; + String? get timerPickerHourLabelFew => 'hodiny'; @override - String get timerPickerHourLabelMany => 'hodiny'; + String? get timerPickerHourLabelMany => 'hodiny'; @override - String get timerPickerHourLabelOne => 'hodina'; + String? get timerPickerHourLabelOne => 'hodina'; @override String get timerPickerHourLabelOther => 'hodin'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => 'min'; + String? get timerPickerMinuteLabelFew => 'min'; @override - String get timerPickerMinuteLabelMany => 'min'; + String? get timerPickerMinuteLabelMany => 'min'; @override - String get timerPickerMinuteLabelOne => 'min'; + String? get timerPickerMinuteLabelOne => 'min'; @override String get timerPickerMinuteLabelOther => 'min'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => 's'; + String? get timerPickerSecondLabelFew => 's'; @override - String get timerPickerSecondLabelMany => 's'; + String? get timerPickerSecondLabelMany => 's'; @override - String get timerPickerSecondLabelOne => 's'; + String? get timerPickerSecondLabelOne => 's'; @override String get timerPickerSecondLabelOther => 's'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'Dnes'; @@ -1755,14 +1754,14 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationDa({ String localeName = 'da', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -1794,40 +1793,40 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'klokken $hour'; + String? get datePickerHourSemanticsLabelOne => r'klokken $hour'; @override String get datePickerHourSemanticsLabelOther => r'klokken $hour'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 minut'; + String? get datePickerMinuteSemanticsLabelOne => '1 minut'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minutter'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Afvis'; @@ -1848,58 +1847,58 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'Fane $tabIndex af $tabCount'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'time'; + String? get timerPickerHourLabelOne => 'time'; @override String get timerPickerHourLabelOther => 'timer'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'min.'; + String? get timerPickerMinuteLabelOne => 'min.'; @override String get timerPickerMinuteLabelOther => 'min.'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'sek.'; + String? get timerPickerSecondLabelOne => 'sek.'; @override String get timerPickerSecondLabelOther => 'sek.'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'I dag'; @@ -1912,14 +1911,14 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationDe({ String localeName = 'de', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -1951,40 +1950,40 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour Uhr'; + String? get datePickerHourSemanticsLabelOne => r'$hour Uhr'; @override String get datePickerHourSemanticsLabelOther => r'$hour Uhr'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 Minute'; + String? get datePickerMinuteSemanticsLabelOne => '1 Minute'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute Minuten'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Schließen'; @@ -2005,58 +2004,58 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'Tab $tabIndex von $tabCount'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'Stunde'; + String? get timerPickerHourLabelOne => 'Stunde'; @override String get timerPickerHourLabelOther => 'Stunden'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'Min.'; + String? get timerPickerMinuteLabelOne => 'Min.'; @override String get timerPickerMinuteLabelOther => 'Min.'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 's'; + String? get timerPickerSecondLabelOne => 's'; @override String get timerPickerSecondLabelOther => 's'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'Heute'; @@ -2069,14 +2068,14 @@ class CupertinoLocalizationDeCh extends CupertinoLocalizationDe { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationDeCh({ String localeName = 'de_CH', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -2100,14 +2099,14 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEl({ String localeName = 'el', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -2139,40 +2138,40 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour ακριβώς'; + String? get datePickerHourSemanticsLabelOne => r'$hour ακριβώς'; @override String get datePickerHourSemanticsLabelOther => r'$hour ακριβώς'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 λεπτό'; + String? get datePickerMinuteSemanticsLabelOne => '1 λεπτό'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute λεπτά'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Παράβλεψη'; @@ -2193,58 +2192,58 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'Καρτέλα $tabIndex από $tabCount'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'ώρα'; + String? get timerPickerHourLabelOne => 'ώρα'; @override String get timerPickerHourLabelOther => 'ώρες'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'λεπ.'; + String? get timerPickerMinuteLabelOne => 'λεπ.'; @override String get timerPickerMinuteLabelOther => 'λεπ.'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'δευτ.'; + String? get timerPickerSecondLabelOne => 'δευτ.'; @override String get timerPickerSecondLabelOther => 'δευτ.'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'Σήμερα'; @@ -2257,14 +2256,14 @@ class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEn({ String localeName = 'en', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -2296,40 +2295,40 @@ class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r"$hour o'clock"; + String? get datePickerHourSemanticsLabelOne => r"$hour o'clock"; @override String get datePickerHourSemanticsLabelOther => r"$hour o'clock"; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 minute'; + String? get datePickerMinuteSemanticsLabelOne => '1 minute'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minutes'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Dismiss'; @@ -2350,58 +2349,58 @@ class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'Tab $tabIndex of $tabCount'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'hour'; + String? get timerPickerHourLabelOne => 'hour'; @override String get timerPickerHourLabelOther => 'hours'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'min.'; + String? get timerPickerMinuteLabelOne => 'min.'; @override String get timerPickerMinuteLabelOther => 'min.'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'sec.'; + String? get timerPickerSecondLabelOne => 'sec.'; @override String get timerPickerSecondLabelOther => 'sec.'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'Today'; @@ -2414,14 +2413,14 @@ class CupertinoLocalizationEnAu extends CupertinoLocalizationEn { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEnAu({ String localeName = 'en_AU', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -2448,14 +2447,14 @@ class CupertinoLocalizationEnCa extends CupertinoLocalizationEn { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEnCa({ String localeName = 'en_CA', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -2482,14 +2481,14 @@ class CupertinoLocalizationEnGb extends CupertinoLocalizationEn { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEnGb({ String localeName = 'en_GB', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -2516,14 +2515,14 @@ class CupertinoLocalizationEnIe extends CupertinoLocalizationEn { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEnIe({ String localeName = 'en_IE', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -2550,14 +2549,14 @@ class CupertinoLocalizationEnIn extends CupertinoLocalizationEn { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEnIn({ String localeName = 'en_IN', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -2584,14 +2583,14 @@ class CupertinoLocalizationEnNz extends CupertinoLocalizationEn { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEnNz({ String localeName = 'en_NZ', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -2618,14 +2617,14 @@ class CupertinoLocalizationEnSg extends CupertinoLocalizationEn { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEnSg({ String localeName = 'en_SG', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -2652,14 +2651,14 @@ class CupertinoLocalizationEnZa extends CupertinoLocalizationEn { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEnZa({ String localeName = 'en_ZA', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -2686,14 +2685,14 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEs({ String localeName = 'es', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -2725,40 +2724,40 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 minuto'; + String? get datePickerMinuteSemanticsLabelOne => '1 minuto'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minutos'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Cerrar'; @@ -2779,58 +2778,58 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'Pestaña $tabIndex de $tabCount'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'hora'; + String? get timerPickerHourLabelOne => 'hora'; @override String get timerPickerHourLabelOther => 'horas'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'min'; + String? get timerPickerMinuteLabelOne => 'min'; @override String get timerPickerMinuteLabelOther => 'min'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 's'; + String? get timerPickerSecondLabelOne => 's'; @override String get timerPickerSecondLabelOther => 's'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'Hoy'; @@ -2843,14 +2842,14 @@ class CupertinoLocalizationEs419 extends CupertinoLocalizationEs { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEs419({ String localeName = 'es_419', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -2864,7 +2863,7 @@ class CupertinoLocalizationEs419 extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @@ -2886,14 +2885,14 @@ class CupertinoLocalizationEsAr extends CupertinoLocalizationEs { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEsAr({ String localeName = 'es_AR', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -2907,7 +2906,7 @@ class CupertinoLocalizationEsAr extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @@ -2929,14 +2928,14 @@ class CupertinoLocalizationEsBo extends CupertinoLocalizationEs { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEsBo({ String localeName = 'es_BO', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -2950,7 +2949,7 @@ class CupertinoLocalizationEsBo extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @@ -2972,14 +2971,14 @@ class CupertinoLocalizationEsCl extends CupertinoLocalizationEs { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEsCl({ String localeName = 'es_CL', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -2993,7 +2992,7 @@ class CupertinoLocalizationEsCl extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @@ -3015,14 +3014,14 @@ class CupertinoLocalizationEsCo extends CupertinoLocalizationEs { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEsCo({ String localeName = 'es_CO', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -3036,7 +3035,7 @@ class CupertinoLocalizationEsCo extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @@ -3058,14 +3057,14 @@ class CupertinoLocalizationEsCr extends CupertinoLocalizationEs { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEsCr({ String localeName = 'es_CR', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -3079,7 +3078,7 @@ class CupertinoLocalizationEsCr extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @@ -3101,14 +3100,14 @@ class CupertinoLocalizationEsDo extends CupertinoLocalizationEs { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEsDo({ String localeName = 'es_DO', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -3122,7 +3121,7 @@ class CupertinoLocalizationEsDo extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @@ -3144,14 +3143,14 @@ class CupertinoLocalizationEsEc extends CupertinoLocalizationEs { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEsEc({ String localeName = 'es_EC', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -3165,7 +3164,7 @@ class CupertinoLocalizationEsEc extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @@ -3187,14 +3186,14 @@ class CupertinoLocalizationEsGt extends CupertinoLocalizationEs { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEsGt({ String localeName = 'es_GT', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -3208,7 +3207,7 @@ class CupertinoLocalizationEsGt extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @@ -3230,14 +3229,14 @@ class CupertinoLocalizationEsHn extends CupertinoLocalizationEs { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEsHn({ String localeName = 'es_HN', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -3251,7 +3250,7 @@ class CupertinoLocalizationEsHn extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @@ -3273,14 +3272,14 @@ class CupertinoLocalizationEsMx extends CupertinoLocalizationEs { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEsMx({ String localeName = 'es_MX', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -3294,7 +3293,7 @@ class CupertinoLocalizationEsMx extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @@ -3316,14 +3315,14 @@ class CupertinoLocalizationEsNi extends CupertinoLocalizationEs { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEsNi({ String localeName = 'es_NI', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -3337,7 +3336,7 @@ class CupertinoLocalizationEsNi extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @@ -3359,14 +3358,14 @@ class CupertinoLocalizationEsPa extends CupertinoLocalizationEs { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEsPa({ String localeName = 'es_PA', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -3380,7 +3379,7 @@ class CupertinoLocalizationEsPa extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @@ -3402,14 +3401,14 @@ class CupertinoLocalizationEsPe extends CupertinoLocalizationEs { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEsPe({ String localeName = 'es_PE', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -3423,7 +3422,7 @@ class CupertinoLocalizationEsPe extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @@ -3445,14 +3444,14 @@ class CupertinoLocalizationEsPr extends CupertinoLocalizationEs { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEsPr({ String localeName = 'es_PR', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -3466,7 +3465,7 @@ class CupertinoLocalizationEsPr extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @@ -3488,14 +3487,14 @@ class CupertinoLocalizationEsPy extends CupertinoLocalizationEs { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEsPy({ String localeName = 'es_PY', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -3509,7 +3508,7 @@ class CupertinoLocalizationEsPy extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @@ -3531,14 +3530,14 @@ class CupertinoLocalizationEsSv extends CupertinoLocalizationEs { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEsSv({ String localeName = 'es_SV', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -3552,7 +3551,7 @@ class CupertinoLocalizationEsSv extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @@ -3574,14 +3573,14 @@ class CupertinoLocalizationEsUs extends CupertinoLocalizationEs { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEsUs({ String localeName = 'es_US', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -3595,7 +3594,7 @@ class CupertinoLocalizationEsUs extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @@ -3617,14 +3616,14 @@ class CupertinoLocalizationEsUy extends CupertinoLocalizationEs { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEsUy({ String localeName = 'es_UY', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -3638,7 +3637,7 @@ class CupertinoLocalizationEsUy extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @@ -3660,14 +3659,14 @@ class CupertinoLocalizationEsVe extends CupertinoLocalizationEs { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEsVe({ String localeName = 'es_VE', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -3681,7 +3680,7 @@ class CupertinoLocalizationEsVe extends CupertinoLocalizationEs { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @@ -3703,14 +3702,14 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEt({ String localeName = 'et', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -3742,40 +3741,40 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'Kell $hour'; + String? get datePickerHourSemanticsLabelOne => r'Kell $hour'; @override String get datePickerHourSemanticsLabelOther => r'Kell $hour'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 minut'; + String? get datePickerMinuteSemanticsLabelOne => '1 minut'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minutit'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Loobu'; @@ -3796,58 +3795,58 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'$tabIndex. vaheleht $tabCount-st'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'tund'; + String? get timerPickerHourLabelOne => 'tund'; @override String get timerPickerHourLabelOther => 'tundi'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'min'; + String? get timerPickerMinuteLabelOne => 'min'; @override String get timerPickerMinuteLabelOther => 'min'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 's'; + String? get timerPickerSecondLabelOne => 's'; @override String get timerPickerSecondLabelOther => 's'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'Täna'; @@ -3860,14 +3859,14 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEu({ String localeName = 'eu', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -3899,40 +3898,40 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'Ordu$houra da'; + String? get datePickerHourSemanticsLabelOne => r'Ordu$houra da'; @override String get datePickerHourSemanticsLabelOther => r'$hourak dira'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => 'Minutu bat'; + String? get datePickerMinuteSemanticsLabelOne => 'Minutu bat'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minutu'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Baztertu'; @@ -3953,58 +3952,58 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'$tabIndex/$tabCount fitxa'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'ordu'; + String? get timerPickerHourLabelOne => 'ordu'; @override String get timerPickerHourLabelOther => 'ordu'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'min.'; + String? get timerPickerMinuteLabelOne => 'min.'; @override String get timerPickerMinuteLabelOther => 'min.'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 's'; + String? get timerPickerSecondLabelOne => 's'; @override String get timerPickerSecondLabelOther => 's'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'Gaur'; @@ -4017,14 +4016,14 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationFa({ String localeName = 'fa', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -4056,40 +4055,40 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'ساعت $hour'; + String? get datePickerHourSemanticsLabelOne => r'ساعت $hour'; @override String get datePickerHourSemanticsLabelOther => r'ساعت $hour'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '۱ دقیقه'; + String? get datePickerMinuteSemanticsLabelOne => '۱ دقیقه'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute دقیقه'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'نپذیرفتن'; @@ -4110,58 +4109,58 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'برگه $tabIndex از $tabCount'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'ساعت'; + String? get timerPickerHourLabelOne => 'ساعت'; @override String get timerPickerHourLabelOther => 'ساعت'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'دقیقه'; + String? get timerPickerMinuteLabelOne => 'دقیقه'; @override String get timerPickerMinuteLabelOther => 'دقیقه'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'ثانیه'; + String? get timerPickerSecondLabelOne => 'ثانیه'; @override String get timerPickerSecondLabelOther => 'ثانیه'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'امروز'; @@ -4174,14 +4173,14 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationFi({ String localeName = 'fi', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -4213,40 +4212,40 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'klo $hour'; + String? get datePickerHourSemanticsLabelOne => r'klo $hour'; @override String get datePickerHourSemanticsLabelOther => r'klo $hour'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 minuutti'; + String? get datePickerMinuteSemanticsLabelOne => '1 minuutti'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minuuttia'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Ohita'; @@ -4267,58 +4266,58 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'Välilehti $tabIndex/$tabCount'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'tunti'; + String? get timerPickerHourLabelOne => 'tunti'; @override String get timerPickerHourLabelOther => 'tuntia'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'min'; + String? get timerPickerMinuteLabelOne => 'min'; @override String get timerPickerMinuteLabelOther => 'min'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 's'; + String? get timerPickerSecondLabelOne => 's'; @override String get timerPickerSecondLabelOther => 's'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'Tänään'; @@ -4331,14 +4330,14 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationFil({ String localeName = 'fil', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -4370,40 +4369,40 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'Ala $hour'; + String? get datePickerHourSemanticsLabelOne => r'Ala $hour'; @override String get datePickerHourSemanticsLabelOther => r'Alas $hour'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 minuto'; + String? get datePickerMinuteSemanticsLabelOne => '1 minuto'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute na minuto'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'I-dismiss'; @@ -4424,58 +4423,58 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'Tab $tabIndex ng $tabCount'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'oras'; + String? get timerPickerHourLabelOne => 'oras'; @override String get timerPickerHourLabelOther => 'na oras'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'min.'; + String? get timerPickerMinuteLabelOne => 'min.'; @override String get timerPickerMinuteLabelOther => 'na min.'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'seg.'; + String? get timerPickerSecondLabelOne => 'seg.'; @override String get timerPickerSecondLabelOther => 'na seg.'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'Ngayon'; @@ -4488,14 +4487,14 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationFr({ String localeName = 'fr', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -4527,40 +4526,40 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour heure'; + String? get datePickerHourSemanticsLabelOne => r'$hour heure'; @override String get datePickerHourSemanticsLabelOther => r'$hour heures'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 minute'; + String? get datePickerMinuteSemanticsLabelOne => '1 minute'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minutes'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Ignorer'; @@ -4581,58 +4580,58 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'Onglet $tabIndex sur $tabCount'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'heure'; + String? get timerPickerHourLabelOne => 'heure'; @override String get timerPickerHourLabelOther => 'heures'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'minute'; + String? get timerPickerMinuteLabelOne => 'minute'; @override String get timerPickerMinuteLabelOther => 'minutes'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 's'; + String? get timerPickerSecondLabelOne => 's'; @override String get timerPickerSecondLabelOther => 's'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => "aujourd'hui"; @@ -4645,14 +4644,14 @@ class CupertinoLocalizationFrCa extends CupertinoLocalizationFr { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationFrCa({ String localeName = 'fr_CA', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -4666,7 +4665,7 @@ class CupertinoLocalizationFrCa extends CupertinoLocalizationFr { ); @override - String get datePickerHourSemanticsLabelOne => r'$hour heure'; + String? get datePickerHourSemanticsLabelOne => r'$hour heure'; @override String get datePickerHourSemanticsLabelOther => r'$hour heures'; @@ -4681,7 +4680,7 @@ class CupertinoLocalizationFrCa extends CupertinoLocalizationFr { String get todayLabel => "Aujourd'hui"; @override - String get timerPickerMinuteLabelOne => 'min'; + String? get timerPickerMinuteLabelOne => 'min'; @override String get timerPickerMinuteLabelOther => 'min'; @@ -4697,14 +4696,14 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationGl({ String localeName = 'gl', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -4736,40 +4735,40 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour en punto'; + String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @override String get datePickerHourSemanticsLabelOther => r'$hour en punto'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 minuto'; + String? get datePickerMinuteSemanticsLabelOne => '1 minuto'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minutos'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Ignorar'; @@ -4790,58 +4789,58 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'Pestana $tabIndex de $tabCount'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'hora'; + String? get timerPickerHourLabelOne => 'hora'; @override String get timerPickerHourLabelOther => 'horas'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'min'; + String? get timerPickerMinuteLabelOne => 'min'; @override String get timerPickerMinuteLabelOther => 'min'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 's'; + String? get timerPickerSecondLabelOne => 's'; @override String get timerPickerSecondLabelOther => 's'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'Hoxe'; @@ -4854,14 +4853,14 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationGsw({ String localeName = 'gsw', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -4893,40 +4892,40 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour Uhr'; + String? get datePickerHourSemanticsLabelOne => r'$hour Uhr'; @override String get datePickerHourSemanticsLabelOther => r'$hour Uhr'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 Minute'; + String? get datePickerMinuteSemanticsLabelOne => '1 Minute'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute Minuten'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Schließen'; @@ -4947,58 +4946,58 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'Tab $tabIndex von $tabCount'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'Stunde'; + String? get timerPickerHourLabelOne => 'Stunde'; @override String get timerPickerHourLabelOther => 'Stunden'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'Min.'; + String? get timerPickerMinuteLabelOne => 'Min.'; @override String get timerPickerMinuteLabelOther => 'Min.'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 's'; + String? get timerPickerSecondLabelOne => 's'; @override String get timerPickerSecondLabelOther => 's'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'Heute'; @@ -5011,14 +5010,14 @@ class CupertinoLocalizationGu extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationGu({ String localeName = 'gu', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -5050,40 +5049,40 @@ class CupertinoLocalizationGu extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour વાગ્યો છે'; + String? get datePickerHourSemanticsLabelOne => r'$hour વાગ્યો છે'; @override String get datePickerHourSemanticsLabelOther => r'$hour વાગ્યા છે'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 મિનિટ'; + String? get datePickerMinuteSemanticsLabelOne => '1 મિનિટ'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute મિનિટ'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'છોડી દો'; @@ -5104,58 +5103,58 @@ class CupertinoLocalizationGu extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'$tabCountમાંથી $tabIndex ટૅબ'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'કલાક'; + String? get timerPickerHourLabelOne => 'કલાક'; @override String get timerPickerHourLabelOther => 'કલાક'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'મિનિટ'; + String? get timerPickerMinuteLabelOne => 'મિનિટ'; @override String get timerPickerMinuteLabelOther => 'મિનિટ'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'સેકન્ડ'; + String? get timerPickerSecondLabelOne => 'સેકન્ડ'; @override String get timerPickerSecondLabelOther => 'સેકન્ડ'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'આજે'; @@ -5168,14 +5167,14 @@ class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationHe({ String localeName = 'he', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -5207,40 +5206,40 @@ class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => r'$hour בדיוק'; + String? get datePickerHourSemanticsLabelMany => r'$hour בדיוק'; @override - String get datePickerHourSemanticsLabelOne => r'$hour בדיוק'; + String? get datePickerHourSemanticsLabelOne => r'$hour בדיוק'; @override String get datePickerHourSemanticsLabelOther => r'$hour בדיוק'; @override - String get datePickerHourSemanticsLabelTwo => r'$hour בדיוק'; + String? get datePickerHourSemanticsLabelTwo => r'$hour בדיוק'; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => r'$minute דקות'; + String? get datePickerMinuteSemanticsLabelMany => r'$minute דקות'; @override - String get datePickerMinuteSemanticsLabelOne => 'דקה אחת'; + String? get datePickerMinuteSemanticsLabelOne => 'דקה אחת'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute דקות'; @override - String get datePickerMinuteSemanticsLabelTwo => r'$minute דקות'; + String? get datePickerMinuteSemanticsLabelTwo => r'$minute דקות'; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'סגירה'; @@ -5261,58 +5260,58 @@ class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'כרטיסייה $tabIndex מתוך $tabCount'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => 'שעות'; + String? get timerPickerHourLabelMany => 'שעות'; @override - String get timerPickerHourLabelOne => 'שעה'; + String? get timerPickerHourLabelOne => 'שעה'; @override String get timerPickerHourLabelOther => 'שעות'; @override - String get timerPickerHourLabelTwo => 'שעות'; + String? get timerPickerHourLabelTwo => 'שעות'; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => 'דק’'; + String? get timerPickerMinuteLabelMany => 'דק’'; @override - String get timerPickerMinuteLabelOne => 'דק’'; + String? get timerPickerMinuteLabelOne => 'דק’'; @override String get timerPickerMinuteLabelOther => 'דק’'; @override - String get timerPickerMinuteLabelTwo => 'דק’'; + String? get timerPickerMinuteLabelTwo => 'דק’'; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => 'שנ’'; + String? get timerPickerSecondLabelMany => 'שנ’'; @override - String get timerPickerSecondLabelOne => 'שנ’'; + String? get timerPickerSecondLabelOne => 'שנ’'; @override String get timerPickerSecondLabelOther => 'שנ’'; @override - String get timerPickerSecondLabelTwo => 'שנ’'; + String? get timerPickerSecondLabelTwo => 'שנ’'; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'היום'; @@ -5325,14 +5324,14 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationHi({ String localeName = 'hi', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -5364,40 +5363,40 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour बजे'; + String? get datePickerHourSemanticsLabelOne => r'$hour बजे'; @override String get datePickerHourSemanticsLabelOther => r'$hour बजे'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 मिनट'; + String? get datePickerMinuteSemanticsLabelOne => '1 मिनट'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute मिनट'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'खारिज करें'; @@ -5418,58 +5417,58 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'$tabCount का टैब $tabIndex'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'घंटा'; + String? get timerPickerHourLabelOne => 'घंटा'; @override String get timerPickerHourLabelOther => 'घंटे'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'मिनट'; + String? get timerPickerMinuteLabelOne => 'मिनट'; @override String get timerPickerMinuteLabelOther => 'मिनट'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'सेकंड'; + String? get timerPickerSecondLabelOne => 'सेकंड'; @override String get timerPickerSecondLabelOther => 'सेकंड'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'आज'; @@ -5482,14 +5481,14 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationHr({ String localeName = 'hr', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -5521,40 +5520,40 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour sata'; + String? get datePickerHourSemanticsLabelFew => r'$hour sata'; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour sat'; + String? get datePickerHourSemanticsLabelOne => r'$hour sat'; @override String get datePickerHourSemanticsLabelOther => r'$hour sati'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute minute'; + String? get datePickerMinuteSemanticsLabelFew => r'$minute minute'; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => 'Jedna minuta'; + String? get datePickerMinuteSemanticsLabelOne => 'Jedna minuta'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minuta'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Odbaci'; @@ -5575,58 +5574,58 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'Kartica $tabIndex od $tabCount'; @override - String get timerPickerHourLabelFew => 'sata'; + String? get timerPickerHourLabelFew => 'sata'; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'sat'; + String? get timerPickerHourLabelOne => 'sat'; @override String get timerPickerHourLabelOther => 'sati'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => 'min'; + String? get timerPickerMinuteLabelFew => 'min'; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'min'; + String? get timerPickerMinuteLabelOne => 'min'; @override String get timerPickerMinuteLabelOther => 'min'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => 's'; + String? get timerPickerSecondLabelFew => 's'; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 's'; + String? get timerPickerSecondLabelOne => 's'; @override String get timerPickerSecondLabelOther => 's'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'Danas'; @@ -5639,14 +5638,14 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationHu({ String localeName = 'hu', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -5678,40 +5677,40 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_dayPeriod_time'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour óra'; + String? get datePickerHourSemanticsLabelOne => r'$hour óra'; @override String get datePickerHourSemanticsLabelOther => r'$hour óra'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 perc'; + String? get datePickerMinuteSemanticsLabelOne => '1 perc'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute perc'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Elvetés'; @@ -5732,58 +5731,58 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'$tabCount/$tabIndex. lap'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'óra'; + String? get timerPickerHourLabelOne => 'óra'; @override String get timerPickerHourLabelOther => 'óra'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'perc'; + String? get timerPickerMinuteLabelOne => 'perc'; @override String get timerPickerMinuteLabelOther => 'perc'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'mp'; + String? get timerPickerSecondLabelOne => 'mp'; @override String get timerPickerSecondLabelOther => 'mp'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'Ma'; @@ -5796,14 +5795,14 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationHy({ String localeName = 'hy', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -5835,40 +5834,40 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour:00'; + String? get datePickerHourSemanticsLabelOne => r'$hour:00'; @override String get datePickerHourSemanticsLabelOther => r'$hour:00'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 րոպե'; + String? get datePickerMinuteSemanticsLabelOne => '1 րոպե'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute րոպե'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Փակել'; @@ -5889,58 +5888,58 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'Ներդիր $tabIndex՝ $tabCount-ից'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'ժամ'; + String? get timerPickerHourLabelOne => 'ժամ'; @override String get timerPickerHourLabelOther => 'ժամ'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'րոպե'; + String? get timerPickerMinuteLabelOne => 'րոպե'; @override String get timerPickerMinuteLabelOther => 'րոպե'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'վրկ'; + String? get timerPickerSecondLabelOne => 'վրկ'; @override String get timerPickerSecondLabelOther => 'վրկ'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'Այսօր'; @@ -5953,14 +5952,14 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationId({ String localeName = 'id', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -5992,40 +5991,40 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour tepat'; + String? get datePickerHourSemanticsLabelOne => r'$hour tepat'; @override String get datePickerHourSemanticsLabelOther => r'$hour tepat'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 menit'; + String? get datePickerMinuteSemanticsLabelOne => '1 menit'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute menit'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Tutup'; @@ -6046,58 +6045,58 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'Tab $tabIndex dari $tabCount'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'jam'; + String? get timerPickerHourLabelOne => 'jam'; @override String get timerPickerHourLabelOther => 'jam'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'mnt.'; + String? get timerPickerMinuteLabelOne => 'mnt.'; @override String get timerPickerMinuteLabelOther => 'mnt.'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'dtk.'; + String? get timerPickerSecondLabelOne => 'dtk.'; @override String get timerPickerSecondLabelOther => 'dtk.'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'Hari ini'; @@ -6110,14 +6109,14 @@ class CupertinoLocalizationIs extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationIs({ String localeName = 'is', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -6149,40 +6148,40 @@ class CupertinoLocalizationIs extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'klukkan $hour'; + String? get datePickerHourSemanticsLabelOne => r'klukkan $hour'; @override String get datePickerHourSemanticsLabelOther => r'klukkan $hour'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 mínúta'; + String? get datePickerMinuteSemanticsLabelOne => '1 mínúta'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute mínútur'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Hunsa'; @@ -6203,58 +6202,58 @@ class CupertinoLocalizationIs extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'Flipi $tabIndex af $tabCount'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'klukkustund'; + String? get timerPickerHourLabelOne => 'klukkustund'; @override String get timerPickerHourLabelOther => 'klukkustundir'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'mín.'; + String? get timerPickerMinuteLabelOne => 'mín.'; @override String get timerPickerMinuteLabelOther => 'mín.'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'sek.'; + String? get timerPickerSecondLabelOne => 'sek.'; @override String get timerPickerSecondLabelOther => 'sek.'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'Í dag'; @@ -6267,14 +6266,14 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationIt({ String localeName = 'it', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -6306,40 +6305,40 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour in punto'; + String? get datePickerHourSemanticsLabelOne => r'$hour in punto'; @override String get datePickerHourSemanticsLabelOther => r'$hour in punto'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 minuto'; + String? get datePickerMinuteSemanticsLabelOne => '1 minuto'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minuti'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Ignora'; @@ -6360,58 +6359,58 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'Scheda $tabIndex di $tabCount'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'ora'; + String? get timerPickerHourLabelOne => 'ora'; @override String get timerPickerHourLabelOther => 'ore'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'min.'; + String? get timerPickerMinuteLabelOne => 'min.'; @override String get timerPickerMinuteLabelOther => 'min.'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'sec.'; + String? get timerPickerSecondLabelOne => 'sec.'; @override String get timerPickerSecondLabelOther => 'sec.'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'Oggi'; @@ -6424,14 +6423,14 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationJa({ String localeName = 'ja', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -6463,40 +6462,40 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour時'; + String? get datePickerHourSemanticsLabelOne => r'$hour時'; @override String get datePickerHourSemanticsLabelOther => r'$hour時'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1分'; + String? get datePickerMinuteSemanticsLabelOne => '1分'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute分'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => '閉じる'; @@ -6517,58 +6516,58 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'タブ: $tabIndex/$tabCount'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => '時間'; + String? get timerPickerHourLabelOne => '時間'; @override String get timerPickerHourLabelOther => '時間'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => '分'; + String? get timerPickerMinuteLabelOne => '分'; @override String get timerPickerMinuteLabelOther => '分'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => '秒'; + String? get timerPickerSecondLabelOne => '秒'; @override String get timerPickerSecondLabelOther => '秒'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => '今日'; @@ -6581,14 +6580,14 @@ class CupertinoLocalizationKa extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationKa({ String localeName = 'ka', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -6620,40 +6619,40 @@ class CupertinoLocalizationKa extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_dayPeriod_time'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour საათი'; + String? get datePickerHourSemanticsLabelOne => r'$hour საათი'; @override String get datePickerHourSemanticsLabelOther => r'$hour საათი'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 წუთი'; + String? get datePickerMinuteSemanticsLabelOne => '1 წუთი'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute წუთი'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'დახურვა'; @@ -6674,58 +6673,58 @@ class CupertinoLocalizationKa extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'ჩანართი $tabIndex / $tabCount-დან'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'საათი'; + String? get timerPickerHourLabelOne => 'საათი'; @override String get timerPickerHourLabelOther => 'საათი'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'წთ'; + String? get timerPickerMinuteLabelOne => 'წთ'; @override String get timerPickerMinuteLabelOther => 'წთ'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'წმ'; + String? get timerPickerSecondLabelOne => 'წმ'; @override String get timerPickerSecondLabelOther => 'წმ'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'დღეს'; @@ -6738,14 +6737,14 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationKk({ String localeName = 'kk', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -6777,40 +6776,40 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'Сағат: $hour'; + String? get datePickerHourSemanticsLabelOne => r'Сағат: $hour'; @override String get datePickerHourSemanticsLabelOther => r'Сағат: $hour'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 минут'; + String? get datePickerMinuteSemanticsLabelOne => '1 минут'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute минут'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Жабу'; @@ -6831,58 +6830,58 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'Қойынды: $tabIndex/$tabCount'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'сағат'; + String? get timerPickerHourLabelOne => 'сағат'; @override String get timerPickerHourLabelOther => 'сағат'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'мин'; + String? get timerPickerMinuteLabelOne => 'мин'; @override String get timerPickerMinuteLabelOther => 'мин'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'сек'; + String? get timerPickerSecondLabelOne => 'сек'; @override String get timerPickerSecondLabelOther => 'сек'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'Бүгін'; @@ -6895,14 +6894,14 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationKm({ String localeName = 'km', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -6934,40 +6933,40 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'ម៉ោង $hour'; + String? get datePickerHourSemanticsLabelOne => r'ម៉ោង $hour'; @override String get datePickerHourSemanticsLabelOther => r'ម៉ោង $hour'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 នាទី'; + String? get datePickerMinuteSemanticsLabelOne => '1 នាទី'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute នាទី'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'ច្រាន​ចោល'; @@ -6988,58 +6987,58 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'ផ្ទាំងទី $tabIndex នៃ $tabCount'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'ម៉ោង'; + String? get timerPickerHourLabelOne => 'ម៉ោង'; @override String get timerPickerHourLabelOther => 'ម៉ោង'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'នាទី'; + String? get timerPickerMinuteLabelOne => 'នាទី'; @override String get timerPickerMinuteLabelOther => 'នាទី'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'វិនាទី'; + String? get timerPickerSecondLabelOne => 'វិនាទី'; @override String get timerPickerSecondLabelOther => 'វិនាទី'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'ថ្ងៃនេះ'; @@ -7052,14 +7051,14 @@ class CupertinoLocalizationKn extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationKn({ String localeName = 'kn', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -7091,40 +7090,40 @@ class CupertinoLocalizationKn extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => '\u{24}\u{68}\u{6f}\u{75}\u{72}\u{20}\u{c97}\u{c82}\u{c9f}\u{cc6}'; + String? get datePickerHourSemanticsLabelOne => '\u{24}\u{68}\u{6f}\u{75}\u{72}\u{20}\u{c97}\u{c82}\u{c9f}\u{cc6}'; @override String get datePickerHourSemanticsLabelOther => '\u{24}\u{68}\u{6f}\u{75}\u{72}\u{20}\u{c97}\u{c82}\u{c9f}\u{cc6}'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '\u{31}\u{20}\u{ca8}\u{cbf}\u{cae}\u{cbf}\u{cb7}'; + String? get datePickerMinuteSemanticsLabelOne => '\u{31}\u{20}\u{ca8}\u{cbf}\u{cae}\u{cbf}\u{cb7}'; @override String get datePickerMinuteSemanticsLabelOther => '\u{24}\u{6d}\u{69}\u{6e}\u{75}\u{74}\u{65}\u{20}\u{ca8}\u{cbf}\u{cae}\u{cbf}\u{cb7}\u{c97}\u{cb3}\u{cc1}'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => '\u{cb5}\u{c9c}\u{cbe}\u{c97}\u{cca}\u{cb3}\u{cbf}\u{cb8}\u{cbf}'; @@ -7145,58 +7144,58 @@ class CupertinoLocalizationKn extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => '\u{24}\u{74}\u{61}\u{62}\u{43}\u{6f}\u{75}\u{6e}\u{74}\u{20}\u{cb0}\u{cb2}\u{ccd}\u{cb2}\u{cbf}\u{ca8}\u{20}\u{24}\u{74}\u{61}\u{62}\u{49}\u{6e}\u{64}\u{65}\u{78}\u{20}\u{c9f}\u{ccd}\u{caf}\u{cbe}\u{cac}\u{ccd}'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => '\u{c97}\u{c82}\u{c9f}\u{cc6}'; + String? get timerPickerHourLabelOne => '\u{c97}\u{c82}\u{c9f}\u{cc6}'; @override String get timerPickerHourLabelOther => '\u{c97}\u{c82}\u{c9f}\u{cc6}\u{c97}\u{cb3}\u{cc1}'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => '\u{ca8}\u{cbf}\u{cae}\u{cbf}\u{2e}'; + String? get timerPickerMinuteLabelOne => '\u{ca8}\u{cbf}\u{cae}\u{cbf}\u{2e}'; @override String get timerPickerMinuteLabelOther => '\u{ca8}\u{cbf}\u{cae}\u{cbf}\u{2e}'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => '\u{cb8}\u{cc6}\u{2e}'; + String? get timerPickerSecondLabelOne => '\u{cb8}\u{cc6}\u{2e}'; @override String get timerPickerSecondLabelOther => '\u{cb8}\u{cc6}\u{2e}'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => '\u{c87}\u{c82}\u{ca6}\u{cc1}'; @@ -7209,14 +7208,14 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationKo({ String localeName = 'ko', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -7248,40 +7247,40 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour시 정각'; + String? get datePickerHourSemanticsLabelOne => r'$hour시 정각'; @override String get datePickerHourSemanticsLabelOther => r'$hour시 정각'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1분'; + String? get datePickerMinuteSemanticsLabelOne => '1분'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute분'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => '닫기'; @@ -7302,58 +7301,58 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'탭 $tabCount개 중 $tabIndex번째'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => '시간'; + String? get timerPickerHourLabelOne => '시간'; @override String get timerPickerHourLabelOther => '시간'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => '분'; + String? get timerPickerMinuteLabelOne => '분'; @override String get timerPickerMinuteLabelOther => '분'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => '초'; + String? get timerPickerSecondLabelOne => '초'; @override String get timerPickerSecondLabelOther => '초'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => '오늘'; @@ -7366,14 +7365,14 @@ class CupertinoLocalizationKy extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationKy({ String localeName = 'ky', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -7405,40 +7404,40 @@ class CupertinoLocalizationKy extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'Саат $hour'; + String? get datePickerHourSemanticsLabelOne => r'Саат $hour'; @override String get datePickerHourSemanticsLabelOther => r'Саат $hour'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 мүнөт'; + String? get datePickerMinuteSemanticsLabelOne => '1 мүнөт'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute мүнөт'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Жабуу'; @@ -7459,58 +7458,58 @@ class CupertinoLocalizationKy extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'$tabCount ичинен $tabIndex-өтмөк'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'саат'; + String? get timerPickerHourLabelOne => 'саат'; @override String get timerPickerHourLabelOther => 'саат'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'мүн.'; + String? get timerPickerMinuteLabelOne => 'мүн.'; @override String get timerPickerMinuteLabelOther => 'мүн.'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'сек.'; + String? get timerPickerSecondLabelOne => 'сек.'; @override String get timerPickerSecondLabelOther => 'сек.'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'Бүгүн'; @@ -7523,14 +7522,14 @@ class CupertinoLocalizationLo extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationLo({ String localeName = 'lo', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -7562,40 +7561,40 @@ class CupertinoLocalizationLo extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour ໂມງກົງ'; + String? get datePickerHourSemanticsLabelOne => r'$hour ໂມງກົງ'; @override String get datePickerHourSemanticsLabelOther => r'$hour ໂມງກົງ'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 ນາທີ'; + String? get datePickerMinuteSemanticsLabelOne => '1 ນາທີ'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute ນາທີ'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'ປິດໄວ້'; @@ -7616,58 +7615,58 @@ class CupertinoLocalizationLo extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'ແຖບທີ $tabIndex ຈາກທັງໝົດ $tabCount'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'ຊົ່ວໂມງ'; + String? get timerPickerHourLabelOne => 'ຊົ່ວໂມງ'; @override String get timerPickerHourLabelOther => 'ຊົ່ວໂມງ'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'ນທ.'; + String? get timerPickerMinuteLabelOne => 'ນທ.'; @override String get timerPickerMinuteLabelOther => 'ນທ.'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'ວິ.'; + String? get timerPickerSecondLabelOne => 'ວິ.'; @override String get timerPickerSecondLabelOther => 'ວິ.'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'ມື້ນີ້'; @@ -7680,14 +7679,14 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationLt({ String localeName = 'lt', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -7719,40 +7718,40 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour val.'; + String? get datePickerHourSemanticsLabelFew => r'$hour val.'; @override - String get datePickerHourSemanticsLabelMany => r'$hour val.'; + String? get datePickerHourSemanticsLabelMany => r'$hour val.'; @override - String get datePickerHourSemanticsLabelOne => r'$hour val.'; + String? get datePickerHourSemanticsLabelOne => r'$hour val.'; @override String get datePickerHourSemanticsLabelOther => r'$hour val.'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute min.'; + String? get datePickerMinuteSemanticsLabelFew => r'$minute min.'; @override - String get datePickerMinuteSemanticsLabelMany => r'$minute min.'; + String? get datePickerMinuteSemanticsLabelMany => r'$minute min.'; @override - String get datePickerMinuteSemanticsLabelOne => '1 min.'; + String? get datePickerMinuteSemanticsLabelOne => '1 min.'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute min.'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Atsisakyti'; @@ -7773,58 +7772,58 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'$tabIndex skirtukas iš $tabCount'; @override - String get timerPickerHourLabelFew => 'val.'; + String? get timerPickerHourLabelFew => 'val.'; @override - String get timerPickerHourLabelMany => 'val.'; + String? get timerPickerHourLabelMany => 'val.'; @override - String get timerPickerHourLabelOne => 'val.'; + String? get timerPickerHourLabelOne => 'val.'; @override String get timerPickerHourLabelOther => 'val.'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => 'min.'; + String? get timerPickerMinuteLabelFew => 'min.'; @override - String get timerPickerMinuteLabelMany => 'min.'; + String? get timerPickerMinuteLabelMany => 'min.'; @override - String get timerPickerMinuteLabelOne => 'min.'; + String? get timerPickerMinuteLabelOne => 'min.'; @override String get timerPickerMinuteLabelOther => 'min.'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => 'sek.'; + String? get timerPickerSecondLabelFew => 'sek.'; @override - String get timerPickerSecondLabelMany => 'sek.'; + String? get timerPickerSecondLabelMany => 'sek.'; @override - String get timerPickerSecondLabelOne => 'sek.'; + String? get timerPickerSecondLabelOne => 'sek.'; @override String get timerPickerSecondLabelOther => 'sek.'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'Šiandien'; @@ -7837,14 +7836,14 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationLv({ String localeName = 'lv', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -7876,40 +7875,40 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'plkst. $hour'; + String? get datePickerHourSemanticsLabelOne => r'plkst. $hour'; @override String get datePickerHourSemanticsLabelOther => r'plkst. $hour'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => r'plkst. $hour'; + String? get datePickerHourSemanticsLabelZero => r'plkst. $hour'; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 minūte'; + String? get datePickerMinuteSemanticsLabelOne => '1 minūte'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minūtes'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => r'$minute minūtes'; + String? get datePickerMinuteSemanticsLabelZero => r'$minute minūtes'; @override String get modalBarrierDismissLabel => 'Nerādīt'; @@ -7930,58 +7929,58 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'$tabIndex. cilne no $tabCount'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'h'; + String? get timerPickerHourLabelOne => 'h'; @override String get timerPickerHourLabelOther => 'h'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => 'h'; + String? get timerPickerHourLabelZero => 'h'; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'min'; + String? get timerPickerMinuteLabelOne => 'min'; @override String get timerPickerMinuteLabelOther => 'min'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => 'min'; + String? get timerPickerMinuteLabelZero => 'min'; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 's'; + String? get timerPickerSecondLabelOne => 's'; @override String get timerPickerSecondLabelOther => 's'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => 's'; + String? get timerPickerSecondLabelZero => 's'; @override String get todayLabel => 'Šodien'; @@ -7994,14 +7993,14 @@ class CupertinoLocalizationMk extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationMk({ String localeName = 'mk', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -8033,40 +8032,40 @@ class CupertinoLocalizationMk extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour часот'; + String? get datePickerHourSemanticsLabelOne => r'$hour часот'; @override String get datePickerHourSemanticsLabelOther => r'$hour часот'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 минута'; + String? get datePickerMinuteSemanticsLabelOne => '1 минута'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute минути'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Отфрли'; @@ -8087,58 +8086,58 @@ class CupertinoLocalizationMk extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'Картичка $tabIndex од $tabCount'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'час'; + String? get timerPickerHourLabelOne => 'час'; @override String get timerPickerHourLabelOther => 'часа'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'мин.'; + String? get timerPickerMinuteLabelOne => 'мин.'; @override String get timerPickerMinuteLabelOther => 'мин.'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'сек.'; + String? get timerPickerSecondLabelOne => 'сек.'; @override String get timerPickerSecondLabelOther => 'сек.'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'Денес'; @@ -8151,14 +8150,14 @@ class CupertinoLocalizationMl extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationMl({ String localeName = 'ml', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -8190,40 +8189,40 @@ class CupertinoLocalizationMl extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour മണി'; + String? get datePickerHourSemanticsLabelOne => r'$hour മണി'; @override String get datePickerHourSemanticsLabelOther => r'$hour മണി'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => 'ഒരു മിനിറ്റ്'; + String? get datePickerMinuteSemanticsLabelOne => 'ഒരു മിനിറ്റ്'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute മിനിറ്റ്'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'നിരസിക്കുക'; @@ -8244,58 +8243,58 @@ class CupertinoLocalizationMl extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'$tabCount ടാബിൽ $tabIndex-ാമത്തേത്'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'മണിക്കൂർ'; + String? get timerPickerHourLabelOne => 'മണിക്കൂർ'; @override String get timerPickerHourLabelOther => 'മണിക്കൂർ'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'മിനിറ്റ്'; + String? get timerPickerMinuteLabelOne => 'മിനിറ്റ്'; @override String get timerPickerMinuteLabelOther => 'മിനിറ്റ്'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'സെക്കൻഡ്'; + String? get timerPickerSecondLabelOne => 'സെക്കൻഡ്'; @override String get timerPickerSecondLabelOther => 'സെക്കൻഡ്'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'ഇന്ന്'; @@ -8308,14 +8307,14 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationMn({ String localeName = 'mn', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -8347,40 +8346,40 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour цаг'; + String? get datePickerHourSemanticsLabelOne => r'$hour цаг'; @override String get datePickerHourSemanticsLabelOther => r'$hour цаг'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 минут'; + String? get datePickerMinuteSemanticsLabelOne => '1 минут'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute минут'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Үл хэрэгсэх'; @@ -8401,58 +8400,58 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'$tabCount-н $tabIndex-р таб'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'цаг'; + String? get timerPickerHourLabelOne => 'цаг'; @override String get timerPickerHourLabelOther => 'цаг'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'минут.'; + String? get timerPickerMinuteLabelOne => 'минут.'; @override String get timerPickerMinuteLabelOther => 'минут.'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'секунд.'; + String? get timerPickerSecondLabelOne => 'секунд.'; @override String get timerPickerSecondLabelOther => 'секунд.'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'Өнөөдөр'; @@ -8465,14 +8464,14 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationMr({ String localeName = 'mr', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -8504,40 +8503,40 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour वाजता'; + String? get datePickerHourSemanticsLabelOne => r'$hour वाजता'; @override String get datePickerHourSemanticsLabelOther => r'$hour वाजता'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => 'एक मिनिट'; + String? get datePickerMinuteSemanticsLabelOne => 'एक मिनिट'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute मिनिटे'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'डिसमिस करा'; @@ -8558,58 +8557,58 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'$tabCount पैकी $tabIndex टॅब'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'तास'; + String? get timerPickerHourLabelOne => 'तास'; @override String get timerPickerHourLabelOther => 'तास'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'मि.'; + String? get timerPickerMinuteLabelOne => 'मि.'; @override String get timerPickerMinuteLabelOther => 'मि.'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'से.'; + String? get timerPickerSecondLabelOne => 'से.'; @override String get timerPickerSecondLabelOther => 'से.'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'आज'; @@ -8622,14 +8621,14 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationMs({ String localeName = 'ms', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -8661,40 +8660,40 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'Pukul $hour'; + String? get datePickerHourSemanticsLabelOne => r'Pukul $hour'; @override String get datePickerHourSemanticsLabelOther => r'Pukul $hour'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 minit'; + String? get datePickerMinuteSemanticsLabelOne => '1 minit'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minit'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Tolak'; @@ -8715,58 +8714,58 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'Tab $tabIndex daripada $tabCount'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'jam'; + String? get timerPickerHourLabelOne => 'jam'; @override String get timerPickerHourLabelOther => 'jam'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'minit'; + String? get timerPickerMinuteLabelOne => 'minit'; @override String get timerPickerMinuteLabelOther => 'minit'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'saat'; + String? get timerPickerSecondLabelOne => 'saat'; @override String get timerPickerSecondLabelOther => 'saat'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'Hari ini'; @@ -8779,14 +8778,14 @@ class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationMy({ String localeName = 'my', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -8818,40 +8817,40 @@ class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour နာရီ'; + String? get datePickerHourSemanticsLabelOne => r'$hour နာရီ'; @override String get datePickerHourSemanticsLabelOther => r'$hour နာရီ'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '၁ မိနစ်'; + String? get datePickerMinuteSemanticsLabelOne => '၁ မိနစ်'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute မိနစ်'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'ပယ်ရန်'; @@ -8872,58 +8871,58 @@ class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'တဘ် $tabCount ခုအနက် $tabIndex ခု'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'နာရီ'; + String? get timerPickerHourLabelOne => 'နာရီ'; @override String get timerPickerHourLabelOther => 'နာရီ'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'မိနစ်'; + String? get timerPickerMinuteLabelOne => 'မိနစ်'; @override String get timerPickerMinuteLabelOther => 'မိနစ်'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'စက္ကန့်'; + String? get timerPickerSecondLabelOne => 'စက္ကန့်'; @override String get timerPickerSecondLabelOther => 'စက္ကန့်'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'ယနေ့'; @@ -8936,14 +8935,14 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationNb({ String localeName = 'nb', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -8975,40 +8974,40 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour null-null'; + String? get datePickerHourSemanticsLabelOne => r'$hour null-null'; @override String get datePickerHourSemanticsLabelOther => r'$hour null-null'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 minutt'; + String? get datePickerMinuteSemanticsLabelOne => '1 minutt'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minutter'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Avvis'; @@ -9029,58 +9028,58 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'Fane $tabIndex av $tabCount'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'time'; + String? get timerPickerHourLabelOne => 'time'; @override String get timerPickerHourLabelOther => 'timer'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'min.'; + String? get timerPickerMinuteLabelOne => 'min.'; @override String get timerPickerMinuteLabelOther => 'min.'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'sek.'; + String? get timerPickerSecondLabelOne => 'sek.'; @override String get timerPickerSecondLabelOther => 'sek.'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'I dag'; @@ -9093,14 +9092,14 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationNe({ String localeName = 'ne', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -9132,40 +9131,40 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour बजे'; + String? get datePickerHourSemanticsLabelOne => r'$hour बजे'; @override String get datePickerHourSemanticsLabelOther => r'$hour बजे'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '१ मिनेट'; + String? get datePickerMinuteSemanticsLabelOne => '१ मिनेट'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute मिनेट'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'खारेज गर्नुहोस्'; @@ -9186,58 +9185,58 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'$tabCount मध्ये $tabIndex ट्याब'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'घन्टा'; + String? get timerPickerHourLabelOne => 'घन्टा'; @override String get timerPickerHourLabelOther => 'घन्टा'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'मिनेट'; + String? get timerPickerMinuteLabelOne => 'मिनेट'; @override String get timerPickerMinuteLabelOther => 'मिनेट'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'सेकेन्ड'; + String? get timerPickerSecondLabelOne => 'सेकेन्ड'; @override String get timerPickerSecondLabelOther => 'सेकेन्ड'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'आज'; @@ -9250,14 +9249,14 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationNl({ String localeName = 'nl', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -9289,40 +9288,40 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour uur'; + String? get datePickerHourSemanticsLabelOne => r'$hour uur'; @override String get datePickerHourSemanticsLabelOther => r'$hour uur'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 minuut'; + String? get datePickerMinuteSemanticsLabelOne => '1 minuut'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minuten'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Sluiten'; @@ -9343,58 +9342,58 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'Tabblad $tabIndex van $tabCount'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'uur'; + String? get timerPickerHourLabelOne => 'uur'; @override String get timerPickerHourLabelOther => 'uur'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'min.'; + String? get timerPickerMinuteLabelOne => 'min.'; @override String get timerPickerMinuteLabelOther => 'min.'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'sec.'; + String? get timerPickerSecondLabelOne => 'sec.'; @override String get timerPickerSecondLabelOther => 'sec.'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'Vandaag'; @@ -9407,14 +9406,14 @@ class CupertinoLocalizationNo extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationNo({ String localeName = 'no', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -9446,40 +9445,40 @@ class CupertinoLocalizationNo extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour null-null'; + String? get datePickerHourSemanticsLabelOne => r'$hour null-null'; @override String get datePickerHourSemanticsLabelOther => r'$hour null-null'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 minutt'; + String? get datePickerMinuteSemanticsLabelOne => '1 minutt'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minutter'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Avvis'; @@ -9500,58 +9499,58 @@ class CupertinoLocalizationNo extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'Fane $tabIndex av $tabCount'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'time'; + String? get timerPickerHourLabelOne => 'time'; @override String get timerPickerHourLabelOther => 'timer'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'min.'; + String? get timerPickerMinuteLabelOne => 'min.'; @override String get timerPickerMinuteLabelOther => 'min.'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'sek.'; + String? get timerPickerSecondLabelOne => 'sek.'; @override String get timerPickerSecondLabelOther => 'sek.'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'I dag'; @@ -9564,14 +9563,14 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationOr({ String localeName = 'or', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -9603,40 +9602,40 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hourଟା'; + String? get datePickerHourSemanticsLabelOne => r'$hourଟା'; @override String get datePickerHourSemanticsLabelOther => r'$hourଟା'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 ମିନିଟ୍'; + String? get datePickerMinuteSemanticsLabelOne => '1 ମିନିଟ୍'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute ମିନିଟ୍'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'ଖାରଜ କରନ୍ତୁ'; @@ -9657,58 +9656,58 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'$tabCountର $tabIndex ଟାବ୍'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'ଘଣ୍ଟା'; + String? get timerPickerHourLabelOne => 'ଘଣ୍ଟା'; @override String get timerPickerHourLabelOther => 'ଘଣ୍ଟା'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'ମିନିଟ୍'; + String? get timerPickerMinuteLabelOne => 'ମିନିଟ୍'; @override String get timerPickerMinuteLabelOther => 'ମିନିଟ୍'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'ସେକେଣ୍ଡ'; + String? get timerPickerSecondLabelOne => 'ସେକେଣ୍ଡ'; @override String get timerPickerSecondLabelOther => 'ସେକେଣ୍ଡ'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'ଆଜି'; @@ -9721,14 +9720,14 @@ class CupertinoLocalizationPa extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationPa({ String localeName = 'pa', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -9760,40 +9759,40 @@ class CupertinoLocalizationPa extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour ਵਜੇ'; + String? get datePickerHourSemanticsLabelOne => r'$hour ਵਜੇ'; @override String get datePickerHourSemanticsLabelOther => r'$hour ਵਜੇ'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 ਮਿੰਟ'; + String? get datePickerMinuteSemanticsLabelOne => '1 ਮਿੰਟ'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute ਮਿੰਟ'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'ਖਾਰਜ ਕਰੋ'; @@ -9814,58 +9813,58 @@ class CupertinoLocalizationPa extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'$tabCount ਵਿੱਚੋਂ $tabIndex ਟੈਬ'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'ਘੰਟਾ'; + String? get timerPickerHourLabelOne => 'ਘੰਟਾ'; @override String get timerPickerHourLabelOther => 'ਘੰਟੇ'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'ਮਿੰ.'; + String? get timerPickerMinuteLabelOne => 'ਮਿੰ.'; @override String get timerPickerMinuteLabelOther => 'ਮਿੰ.'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'ਸਕਿੰ.'; + String? get timerPickerSecondLabelOne => 'ਸਕਿੰ.'; @override String get timerPickerSecondLabelOther => 'ਸਕਿੰ.'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'ਅੱਜ'; @@ -9878,14 +9877,14 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationPl({ String localeName = 'pl', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -9917,40 +9916,40 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour'; + String? get datePickerHourSemanticsLabelFew => r'$hour'; @override - String get datePickerHourSemanticsLabelMany => r'$hour'; + String? get datePickerHourSemanticsLabelMany => r'$hour'; @override - String get datePickerHourSemanticsLabelOne => r'$hour'; + String? get datePickerHourSemanticsLabelOne => r'$hour'; @override String get datePickerHourSemanticsLabelOther => r'$hour'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute minuty'; + String? get datePickerMinuteSemanticsLabelFew => r'$minute minuty'; @override - String get datePickerMinuteSemanticsLabelMany => r'$minute minut'; + String? get datePickerMinuteSemanticsLabelMany => r'$minute minut'; @override - String get datePickerMinuteSemanticsLabelOne => '1 minuta'; + String? get datePickerMinuteSemanticsLabelOne => '1 minuta'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minuty'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Zamknij'; @@ -9971,58 +9970,58 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'Karta $tabIndex z $tabCount'; @override - String get timerPickerHourLabelFew => 'godziny'; + String? get timerPickerHourLabelFew => 'godziny'; @override - String get timerPickerHourLabelMany => 'godzin'; + String? get timerPickerHourLabelMany => 'godzin'; @override - String get timerPickerHourLabelOne => 'godzina'; + String? get timerPickerHourLabelOne => 'godzina'; @override String get timerPickerHourLabelOther => 'godziny'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => 'min'; + String? get timerPickerMinuteLabelFew => 'min'; @override - String get timerPickerMinuteLabelMany => 'min'; + String? get timerPickerMinuteLabelMany => 'min'; @override - String get timerPickerMinuteLabelOne => 'min'; + String? get timerPickerMinuteLabelOne => 'min'; @override String get timerPickerMinuteLabelOther => 'min'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => 's'; + String? get timerPickerSecondLabelFew => 's'; @override - String get timerPickerSecondLabelMany => 's'; + String? get timerPickerSecondLabelMany => 's'; @override - String get timerPickerSecondLabelOne => 's'; + String? get timerPickerSecondLabelOne => 's'; @override String get timerPickerSecondLabelOther => 's'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'Dziś'; @@ -10035,14 +10034,14 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationPt({ String localeName = 'pt', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -10074,40 +10073,40 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour hora'; + String? get datePickerHourSemanticsLabelOne => r'$hour hora'; @override String get datePickerHourSemanticsLabelOther => r'$hour horas'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 minuto'; + String? get datePickerMinuteSemanticsLabelOne => '1 minuto'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minutos'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Dispensar'; @@ -10128,58 +10127,58 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'Guia $tabIndex de $tabCount'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'hora'; + String? get timerPickerHourLabelOne => 'hora'; @override String get timerPickerHourLabelOther => 'horas'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'min'; + String? get timerPickerMinuteLabelOne => 'min'; @override String get timerPickerMinuteLabelOther => 'min'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 's'; + String? get timerPickerSecondLabelOne => 's'; @override String get timerPickerSecondLabelOther => 's'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'Hoje'; @@ -10192,14 +10191,14 @@ class CupertinoLocalizationPtPt extends CupertinoLocalizationPt { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationPtPt({ String localeName = 'pt_PT', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -10219,7 +10218,7 @@ class CupertinoLocalizationPtPt extends CupertinoLocalizationPt { String get datePickerHourSemanticsLabelOther => r'$hour hora'; @override - String get timerPickerSecondLabelOne => 'seg'; + String? get timerPickerSecondLabelOne => 'seg'; @override String get timerPickerSecondLabelOther => 'seg'; @@ -10238,14 +10237,14 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationRo({ String localeName = 'ro', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -10277,40 +10276,40 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'Ora $hour'; + String? get datePickerHourSemanticsLabelFew => r'Ora $hour'; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'Ora $hour'; + String? get datePickerHourSemanticsLabelOne => r'Ora $hour'; @override String get datePickerHourSemanticsLabelOther => r'Ora $hour'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute minute'; + String? get datePickerMinuteSemanticsLabelFew => r'$minute minute'; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 minut'; + String? get datePickerMinuteSemanticsLabelOne => '1 minut'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute de minute'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Închideți'; @@ -10331,58 +10330,58 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'Fila $tabIndex din $tabCount'; @override - String get timerPickerHourLabelFew => 'ore'; + String? get timerPickerHourLabelFew => 'ore'; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'oră'; + String? get timerPickerHourLabelOne => 'oră'; @override String get timerPickerHourLabelOther => 'de ore'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => 'min.'; + String? get timerPickerMinuteLabelFew => 'min.'; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'min.'; + String? get timerPickerMinuteLabelOne => 'min.'; @override String get timerPickerMinuteLabelOther => 'min.'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => 'sec.'; + String? get timerPickerSecondLabelFew => 'sec.'; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'sec.'; + String? get timerPickerSecondLabelOne => 'sec.'; @override String get timerPickerSecondLabelOther => 'sec.'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'Azi'; @@ -10395,14 +10394,14 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationRu({ String localeName = 'ru', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -10434,40 +10433,40 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour часа'; + String? get datePickerHourSemanticsLabelFew => r'$hour часа'; @override - String get datePickerHourSemanticsLabelMany => r'$hour часов'; + String? get datePickerHourSemanticsLabelMany => r'$hour часов'; @override - String get datePickerHourSemanticsLabelOne => r'$hour час'; + String? get datePickerHourSemanticsLabelOne => r'$hour час'; @override String get datePickerHourSemanticsLabelOther => r'$hour часа'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute минуты'; + String? get datePickerMinuteSemanticsLabelFew => r'$minute минуты'; @override - String get datePickerMinuteSemanticsLabelMany => r'$minute минут'; + String? get datePickerMinuteSemanticsLabelMany => r'$minute минут'; @override - String get datePickerMinuteSemanticsLabelOne => '1 минута'; + String? get datePickerMinuteSemanticsLabelOne => '1 минута'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute минуты'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Закрыть'; @@ -10488,58 +10487,58 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'Вкладка $tabIndex из $tabCount'; @override - String get timerPickerHourLabelFew => 'часа'; + String? get timerPickerHourLabelFew => 'часа'; @override - String get timerPickerHourLabelMany => 'часов'; + String? get timerPickerHourLabelMany => 'часов'; @override - String get timerPickerHourLabelOne => 'час'; + String? get timerPickerHourLabelOne => 'час'; @override String get timerPickerHourLabelOther => 'часа'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => 'мин.'; + String? get timerPickerMinuteLabelFew => 'мин.'; @override - String get timerPickerMinuteLabelMany => 'мин.'; + String? get timerPickerMinuteLabelMany => 'мин.'; @override - String get timerPickerMinuteLabelOne => 'мин.'; + String? get timerPickerMinuteLabelOne => 'мин.'; @override String get timerPickerMinuteLabelOther => 'мин.'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => 'сек.'; + String? get timerPickerSecondLabelFew => 'сек.'; @override - String get timerPickerSecondLabelMany => 'сек.'; + String? get timerPickerSecondLabelMany => 'сек.'; @override - String get timerPickerSecondLabelOne => 'сек.'; + String? get timerPickerSecondLabelOne => 'сек.'; @override String get timerPickerSecondLabelOther => 'сек.'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'Сегодня'; @@ -10552,14 +10551,14 @@ class CupertinoLocalizationSi extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationSi({ String localeName = 'si', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -10591,40 +10590,40 @@ class CupertinoLocalizationSi extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_dayPeriod_time'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hourයි'; + String? get datePickerHourSemanticsLabelOne => r'$hourයි'; @override String get datePickerHourSemanticsLabelOther => r'$hourයි'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => 'මිනිත්තු 1'; + String? get datePickerMinuteSemanticsLabelOne => 'මිනිත්තු 1'; @override String get datePickerMinuteSemanticsLabelOther => r'මිනිත්තු $minute'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'ඉවත ලන්න'; @@ -10645,58 +10644,58 @@ class CupertinoLocalizationSi extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'ටැබ $tabCount න් $tabIndex'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'පැය'; + String? get timerPickerHourLabelOne => 'පැය'; @override String get timerPickerHourLabelOther => 'පැය'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'මිනි.'; + String? get timerPickerMinuteLabelOne => 'මිනි.'; @override String get timerPickerMinuteLabelOther => 'මිනි.'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'තත්.'; + String? get timerPickerSecondLabelOne => 'තත්.'; @override String get timerPickerSecondLabelOther => 'තත්.'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'අද'; @@ -10709,14 +10708,14 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationSk({ String localeName = 'sk', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -10748,40 +10747,40 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour hodiny'; + String? get datePickerHourSemanticsLabelFew => r'$hour hodiny'; @override - String get datePickerHourSemanticsLabelMany => r'$hour hodiny'; + String? get datePickerHourSemanticsLabelMany => r'$hour hodiny'; @override - String get datePickerHourSemanticsLabelOne => r'$hour hodina'; + String? get datePickerHourSemanticsLabelOne => r'$hour hodina'; @override String get datePickerHourSemanticsLabelOther => r'$hour hodín'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute minúty'; + String? get datePickerMinuteSemanticsLabelFew => r'$minute minúty'; @override - String get datePickerMinuteSemanticsLabelMany => r'$minute minúty'; + String? get datePickerMinuteSemanticsLabelMany => r'$minute minúty'; @override - String get datePickerMinuteSemanticsLabelOne => '1 minúta'; + String? get datePickerMinuteSemanticsLabelOne => '1 minúta'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minút'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Odmietnuť'; @@ -10802,58 +10801,58 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'Karta $tabIndex z $tabCount'; @override - String get timerPickerHourLabelFew => 'hodiny'; + String? get timerPickerHourLabelFew => 'hodiny'; @override - String get timerPickerHourLabelMany => 'hodiny'; + String? get timerPickerHourLabelMany => 'hodiny'; @override - String get timerPickerHourLabelOne => 'hodina'; + String? get timerPickerHourLabelOne => 'hodina'; @override String get timerPickerHourLabelOther => 'hodín'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => 'min'; + String? get timerPickerMinuteLabelFew => 'min'; @override - String get timerPickerMinuteLabelMany => 'min'; + String? get timerPickerMinuteLabelMany => 'min'; @override - String get timerPickerMinuteLabelOne => 'min'; + String? get timerPickerMinuteLabelOne => 'min'; @override String get timerPickerMinuteLabelOther => 'min'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => 's'; + String? get timerPickerSecondLabelFew => 's'; @override - String get timerPickerSecondLabelMany => 's'; + String? get timerPickerSecondLabelMany => 's'; @override - String get timerPickerSecondLabelOne => 's'; + String? get timerPickerSecondLabelOne => 's'; @override String get timerPickerSecondLabelOther => 's'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'Dnes'; @@ -10866,14 +10865,14 @@ class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationSl({ String localeName = 'sl', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -10905,40 +10904,40 @@ class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour'; + String? get datePickerHourSemanticsLabelFew => r'$hour'; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour'; + String? get datePickerHourSemanticsLabelOne => r'$hour'; @override String get datePickerHourSemanticsLabelOther => r'$hour'; @override - String get datePickerHourSemanticsLabelTwo => r'$hour'; + String? get datePickerHourSemanticsLabelTwo => r'$hour'; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute minute'; + String? get datePickerMinuteSemanticsLabelFew => r'$minute minute'; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 minuta'; + String? get datePickerMinuteSemanticsLabelOne => '1 minuta'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minut'; @override - String get datePickerMinuteSemanticsLabelTwo => r'$minute minuti'; + String? get datePickerMinuteSemanticsLabelTwo => r'$minute minuti'; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Opusti'; @@ -10959,58 +10958,58 @@ class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'Zavihek $tabIndex od $tabCount'; @override - String get timerPickerHourLabelFew => 'ure'; + String? get timerPickerHourLabelFew => 'ure'; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'ura'; + String? get timerPickerHourLabelOne => 'ura'; @override String get timerPickerHourLabelOther => 'ure'; @override - String get timerPickerHourLabelTwo => 'ure'; + String? get timerPickerHourLabelTwo => 'ure'; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => 'min'; + String? get timerPickerMinuteLabelFew => 'min'; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'min'; + String? get timerPickerMinuteLabelOne => 'min'; @override String get timerPickerMinuteLabelOther => 'min'; @override - String get timerPickerMinuteLabelTwo => 'min'; + String? get timerPickerMinuteLabelTwo => 'min'; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => 's'; + String? get timerPickerSecondLabelFew => 's'; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 's'; + String? get timerPickerSecondLabelOne => 's'; @override String get timerPickerSecondLabelOther => 's'; @override - String get timerPickerSecondLabelTwo => 's'; + String? get timerPickerSecondLabelTwo => 's'; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'Danes'; @@ -11023,14 +11022,14 @@ class CupertinoLocalizationSq extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationSq({ String localeName = 'sq', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -11062,40 +11061,40 @@ class CupertinoLocalizationSq extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour fiks'; + String? get datePickerHourSemanticsLabelOne => r'$hour fiks'; @override String get datePickerHourSemanticsLabelOther => r'$hour fiks'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 minutë'; + String? get datePickerMinuteSemanticsLabelOne => '1 minutë'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minuta'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Hiq'; @@ -11116,58 +11115,58 @@ class CupertinoLocalizationSq extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'Skeda $tabIndex nga $tabCount'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'orë'; + String? get timerPickerHourLabelOne => 'orë'; @override String get timerPickerHourLabelOther => 'orë'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'min.'; + String? get timerPickerMinuteLabelOne => 'min.'; @override String get timerPickerMinuteLabelOther => 'min.'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'sek.'; + String? get timerPickerSecondLabelOne => 'sek.'; @override String get timerPickerSecondLabelOther => 'sek.'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'Sot'; @@ -11180,14 +11179,14 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationSr({ String localeName = 'sr', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -11219,40 +11218,40 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour сата'; + String? get datePickerHourSemanticsLabelFew => r'$hour сата'; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour сат'; + String? get datePickerHourSemanticsLabelOne => r'$hour сат'; @override String get datePickerHourSemanticsLabelOther => r'$hour сати'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute минута'; + String? get datePickerMinuteSemanticsLabelFew => r'$minute минута'; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 минут'; + String? get datePickerMinuteSemanticsLabelOne => '1 минут'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute минута'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Одбаци'; @@ -11273,58 +11272,58 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'$tabIndex. картица од $tabCount'; @override - String get timerPickerHourLabelFew => 'сата'; + String? get timerPickerHourLabelFew => 'сата'; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'сат'; + String? get timerPickerHourLabelOne => 'сат'; @override String get timerPickerHourLabelOther => 'сати'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => 'мин'; + String? get timerPickerMinuteLabelFew => 'мин'; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'мин'; + String? get timerPickerMinuteLabelOne => 'мин'; @override String get timerPickerMinuteLabelOther => 'мин'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => 'сек'; + String? get timerPickerSecondLabelFew => 'сек'; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'сек'; + String? get timerPickerSecondLabelOne => 'сек'; @override String get timerPickerSecondLabelOther => 'сек'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'Данас'; @@ -11337,14 +11336,14 @@ class CupertinoLocalizationSrCyrl extends CupertinoLocalizationSr { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationSrCyrl({ String localeName = 'sr_Cyrl', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -11365,14 +11364,14 @@ class CupertinoLocalizationSrLatn extends CupertinoLocalizationSr { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationSrLatn({ String localeName = 'sr_Latn', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -11398,19 +11397,19 @@ class CupertinoLocalizationSrLatn extends CupertinoLocalizationSr { String get cutButtonLabel => 'Iseci'; @override - String get datePickerHourSemanticsLabelFew => r'$hour sata'; + String? get datePickerHourSemanticsLabelFew => r'$hour sata'; @override - String get datePickerHourSemanticsLabelOne => r'$hour sat'; + String? get datePickerHourSemanticsLabelOne => r'$hour sat'; @override String get datePickerHourSemanticsLabelOther => r'$hour sati'; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute minuta'; + String? get datePickerMinuteSemanticsLabelFew => r'$minute minuta'; @override - String get datePickerMinuteSemanticsLabelOne => '1 minut'; + String? get datePickerMinuteSemanticsLabelOne => '1 minut'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minuta'; @@ -11434,28 +11433,28 @@ class CupertinoLocalizationSrLatn extends CupertinoLocalizationSr { String get tabSemanticsLabelRaw => r'$tabIndex. kartica od $tabCount'; @override - String get timerPickerHourLabelFew => 'sata'; + String? get timerPickerHourLabelFew => 'sata'; @override - String get timerPickerHourLabelOne => 'sat'; + String? get timerPickerHourLabelOne => 'sat'; @override String get timerPickerHourLabelOther => 'sati'; @override - String get timerPickerMinuteLabelFew => 'min'; + String? get timerPickerMinuteLabelFew => 'min'; @override - String get timerPickerMinuteLabelOne => 'min'; + String? get timerPickerMinuteLabelOne => 'min'; @override String get timerPickerMinuteLabelOther => 'min'; @override - String get timerPickerSecondLabelFew => 'sek'; + String? get timerPickerSecondLabelFew => 'sek'; @override - String get timerPickerSecondLabelOne => 'sek'; + String? get timerPickerSecondLabelOne => 'sek'; @override String get timerPickerSecondLabelOther => 'sek'; @@ -11471,14 +11470,14 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationSv({ String localeName = 'sv', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -11510,40 +11509,40 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'Klockan $hour'; + String? get datePickerHourSemanticsLabelOne => r'Klockan $hour'; @override String get datePickerHourSemanticsLabelOther => r'Klockan $hour'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 minut'; + String? get datePickerMinuteSemanticsLabelOne => '1 minut'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute minuter'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Stäng'; @@ -11564,58 +11563,58 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'Flik $tabIndex av $tabCount'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'timme'; + String? get timerPickerHourLabelOne => 'timme'; @override String get timerPickerHourLabelOther => 'timmar'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'min'; + String? get timerPickerMinuteLabelOne => 'min'; @override String get timerPickerMinuteLabelOther => 'min'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'sek'; + String? get timerPickerSecondLabelOne => 'sek'; @override String get timerPickerSecondLabelOther => 'sek'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'I dag'; @@ -11628,14 +11627,14 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationSw({ String localeName = 'sw', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -11667,40 +11666,40 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'Saa $hour kamili'; + String? get datePickerHourSemanticsLabelOne => r'Saa $hour kamili'; @override String get datePickerHourSemanticsLabelOther => r'Saa $hour kamili'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => 'Dakika 1'; + String? get datePickerMinuteSemanticsLabelOne => 'Dakika 1'; @override String get datePickerMinuteSemanticsLabelOther => r'Dakika $minute'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Ondoa'; @@ -11721,58 +11720,58 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'Kichupo cha $tabIndex kati ya $tabCount'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'saa'; + String? get timerPickerHourLabelOne => 'saa'; @override String get timerPickerHourLabelOther => 'saa'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'dakika'; + String? get timerPickerMinuteLabelOne => 'dakika'; @override String get timerPickerMinuteLabelOther => 'dakika'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'sekunde'; + String? get timerPickerSecondLabelOne => 'sekunde'; @override String get timerPickerSecondLabelOther => 'sekunde'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'Leo'; @@ -11785,14 +11784,14 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationTa({ String localeName = 'ta', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -11824,40 +11823,40 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour மணி'; + String? get datePickerHourSemanticsLabelOne => r'$hour மணி'; @override String get datePickerHourSemanticsLabelOther => r'$hour மணி'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 நிமிடம்'; + String? get datePickerMinuteSemanticsLabelOne => '1 நிமிடம்'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute நிமிடங்கள்'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'நிராகரிக்கும்'; @@ -11878,58 +11877,58 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'தாவல் $tabIndex / $tabCount'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'மணிநேரம்'; + String? get timerPickerHourLabelOne => 'மணிநேரம்'; @override String get timerPickerHourLabelOther => 'மணிநேரம்'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'நிமி.'; + String? get timerPickerMinuteLabelOne => 'நிமி.'; @override String get timerPickerMinuteLabelOther => 'நிமி.'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'வி.'; + String? get timerPickerSecondLabelOne => 'வி.'; @override String get timerPickerSecondLabelOther => 'வி.'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'இன்று'; @@ -11942,14 +11941,14 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationTe({ String localeName = 'te', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -11981,40 +11980,40 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour అవుతుంది'; + String? get datePickerHourSemanticsLabelOne => r'$hour అవుతుంది'; @override String get datePickerHourSemanticsLabelOther => r'$hour అవుతుంది'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 నిమిషం'; + String? get datePickerMinuteSemanticsLabelOne => '1 నిమిషం'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute నిమిషాలు'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'విస్మరించు'; @@ -12035,58 +12034,58 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'$tabCountలో $tabIndexవ ట్యాబ్'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'గంట'; + String? get timerPickerHourLabelOne => 'గంట'; @override String get timerPickerHourLabelOther => 'గంటలు'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'నిమి.'; + String? get timerPickerMinuteLabelOne => 'నిమి.'; @override String get timerPickerMinuteLabelOther => 'నిమి.'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'సెకన్లు.'; + String? get timerPickerSecondLabelOne => 'సెకన్లు.'; @override String get timerPickerSecondLabelOther => 'సెకన్లు.'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'ఈరోజు'; @@ -12099,14 +12098,14 @@ class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationTh({ String localeName = 'th', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -12138,40 +12137,40 @@ class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour นาฬิกา'; + String? get datePickerHourSemanticsLabelOne => r'$hour นาฬิกา'; @override String get datePickerHourSemanticsLabelOther => r'$hour นาฬิกา'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 นาที'; + String? get datePickerMinuteSemanticsLabelOne => '1 นาที'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute นาที'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'ปิด'; @@ -12192,58 +12191,58 @@ class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'แท็บที่ $tabIndex จาก $tabCount'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'ชั่วโมง'; + String? get timerPickerHourLabelOne => 'ชั่วโมง'; @override String get timerPickerHourLabelOther => 'ชั่วโมง'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'นาที'; + String? get timerPickerMinuteLabelOne => 'นาที'; @override String get timerPickerMinuteLabelOther => 'นาที'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'วินาที'; + String? get timerPickerSecondLabelOne => 'วินาที'; @override String get timerPickerSecondLabelOther => 'วินาที'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'วันนี้'; @@ -12256,14 +12255,14 @@ class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationTl({ String localeName = 'tl', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -12295,40 +12294,40 @@ class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'Ala $hour'; + String? get datePickerHourSemanticsLabelOne => r'Ala $hour'; @override String get datePickerHourSemanticsLabelOther => r'Alas $hour'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 minuto'; + String? get datePickerMinuteSemanticsLabelOne => '1 minuto'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute na minuto'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'I-dismiss'; @@ -12349,58 +12348,58 @@ class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'Tab $tabIndex ng $tabCount'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'oras'; + String? get timerPickerHourLabelOne => 'oras'; @override String get timerPickerHourLabelOther => 'na oras'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'min.'; + String? get timerPickerMinuteLabelOne => 'min.'; @override String get timerPickerMinuteLabelOther => 'na min.'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'seg.'; + String? get timerPickerSecondLabelOne => 'seg.'; @override String get timerPickerSecondLabelOther => 'na seg.'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'Ngayon'; @@ -12413,14 +12412,14 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationTr({ String localeName = 'tr', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -12452,40 +12451,40 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'Saat $hour'; + String? get datePickerHourSemanticsLabelOne => r'Saat $hour'; @override String get datePickerHourSemanticsLabelOther => r'Saat $hour'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 dakika'; + String? get datePickerMinuteSemanticsLabelOne => '1 dakika'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute dakika'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Kapat'; @@ -12506,58 +12505,58 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'Sekme $tabIndex/$tabCount'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'saat'; + String? get timerPickerHourLabelOne => 'saat'; @override String get timerPickerHourLabelOther => 'saat'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'dk.'; + String? get timerPickerMinuteLabelOne => 'dk.'; @override String get timerPickerMinuteLabelOther => 'dk.'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'sn.'; + String? get timerPickerSecondLabelOne => 'sn.'; @override String get timerPickerSecondLabelOther => 'sn.'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'Bugün'; @@ -12570,14 +12569,14 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationUk({ String localeName = 'uk', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -12609,40 +12608,40 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => r'$hour години'; + String? get datePickerHourSemanticsLabelFew => r'$hour години'; @override - String get datePickerHourSemanticsLabelMany => r'$hour годин'; + String? get datePickerHourSemanticsLabelMany => r'$hour годин'; @override - String get datePickerHourSemanticsLabelOne => r'$hour година'; + String? get datePickerHourSemanticsLabelOne => r'$hour година'; @override String get datePickerHourSemanticsLabelOther => r'$hour години'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => r'$minute хвилини'; + String? get datePickerMinuteSemanticsLabelFew => r'$minute хвилини'; @override - String get datePickerMinuteSemanticsLabelMany => r'$minute хвилин'; + String? get datePickerMinuteSemanticsLabelMany => r'$minute хвилин'; @override - String get datePickerMinuteSemanticsLabelOne => '1 хвилина'; + String? get datePickerMinuteSemanticsLabelOne => '1 хвилина'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute хвилини'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Закрити'; @@ -12663,58 +12662,58 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'Вкладка $tabIndex з $tabCount'; @override - String get timerPickerHourLabelFew => 'години'; + String? get timerPickerHourLabelFew => 'години'; @override - String get timerPickerHourLabelMany => 'годин'; + String? get timerPickerHourLabelMany => 'годин'; @override - String get timerPickerHourLabelOne => 'година'; + String? get timerPickerHourLabelOne => 'година'; @override String get timerPickerHourLabelOther => 'години'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => 'хв'; + String? get timerPickerMinuteLabelFew => 'хв'; @override - String get timerPickerMinuteLabelMany => 'хв'; + String? get timerPickerMinuteLabelMany => 'хв'; @override - String get timerPickerMinuteLabelOne => 'хв'; + String? get timerPickerMinuteLabelOne => 'хв'; @override String get timerPickerMinuteLabelOther => 'хв'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => 'с'; + String? get timerPickerSecondLabelFew => 'с'; @override - String get timerPickerSecondLabelMany => 'с'; + String? get timerPickerSecondLabelMany => 'с'; @override - String get timerPickerSecondLabelOne => 'с'; + String? get timerPickerSecondLabelOne => 'с'; @override String get timerPickerSecondLabelOther => 'с'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'Сьогодні'; @@ -12727,14 +12726,14 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationUr({ String localeName = 'ur', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -12766,40 +12765,40 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour بجے'; + String? get datePickerHourSemanticsLabelOne => r'$hour بجے'; @override String get datePickerHourSemanticsLabelOther => r'$hour بجے'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 منٹ'; + String? get datePickerMinuteSemanticsLabelOne => '1 منٹ'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute منٹس'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'برخاست کریں'; @@ -12820,58 +12819,58 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'$tabCount میں سے $tabIndex ٹیب'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'گھنٹہ'; + String? get timerPickerHourLabelOne => 'گھنٹہ'; @override String get timerPickerHourLabelOther => 'گھنٹے'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'منٹ۔'; + String? get timerPickerMinuteLabelOne => 'منٹ۔'; @override String get timerPickerMinuteLabelOther => 'منٹ۔'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'سیکنڈ۔'; + String? get timerPickerSecondLabelOne => 'سیکنڈ۔'; @override String get timerPickerSecondLabelOther => 'سیکنڈ۔'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'آج'; @@ -12884,14 +12883,14 @@ class CupertinoLocalizationUz extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationUz({ String localeName = 'uz', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -12923,40 +12922,40 @@ class CupertinoLocalizationUz extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour soat'; + String? get datePickerHourSemanticsLabelOne => r'$hour soat'; @override String get datePickerHourSemanticsLabelOther => r'$hour soat'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 daqiqa'; + String? get datePickerMinuteSemanticsLabelOne => '1 daqiqa'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute daqiqa'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Yopish'; @@ -12977,58 +12976,58 @@ class CupertinoLocalizationUz extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'$tabCount varaqdan $tabIndex'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'soat'; + String? get timerPickerHourLabelOne => 'soat'; @override String get timerPickerHourLabelOther => 'soat'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'daqiqa'; + String? get timerPickerMinuteLabelOne => 'daqiqa'; @override String get timerPickerMinuteLabelOther => 'daqiqa'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'soniya'; + String? get timerPickerSecondLabelOne => 'soniya'; @override String get timerPickerSecondLabelOther => 'soniya'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'Bugun'; @@ -13041,14 +13040,14 @@ class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationVi({ String localeName = 'vi', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -13080,40 +13079,40 @@ class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour giờ'; + String? get datePickerHourSemanticsLabelOne => r'$hour giờ'; @override String get datePickerHourSemanticsLabelOther => r'$hour giờ'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 phút'; + String? get datePickerMinuteSemanticsLabelOne => '1 phút'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute phút'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Bỏ qua'; @@ -13134,58 +13133,58 @@ class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'Thẻ $tabIndex/$tabCount'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'giờ'; + String? get timerPickerHourLabelOne => 'giờ'; @override String get timerPickerHourLabelOther => 'giờ'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'phút'; + String? get timerPickerMinuteLabelOne => 'phút'; @override String get timerPickerMinuteLabelOther => 'phút'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'giây'; + String? get timerPickerSecondLabelOne => 'giây'; @override String get timerPickerSecondLabelOther => 'giây'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'Hôm nay'; @@ -13198,14 +13197,14 @@ class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationZh({ String localeName = 'zh', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -13237,40 +13236,40 @@ class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour 点'; + String? get datePickerHourSemanticsLabelOne => r'$hour 点'; @override String get datePickerHourSemanticsLabelOther => r'$hour 点'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 分钟'; + String? get datePickerMinuteSemanticsLabelOne => '1 分钟'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute 分钟'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => '关闭'; @@ -13291,58 +13290,58 @@ class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'第 $tabIndex 个标签,共 $tabCount 个'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => '小时'; + String? get timerPickerHourLabelOne => '小时'; @override String get timerPickerHourLabelOther => '小时'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => '分钟'; + String? get timerPickerMinuteLabelOne => '分钟'; @override String get timerPickerMinuteLabelOther => '分钟'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => '秒'; + String? get timerPickerSecondLabelOne => '秒'; @override String get timerPickerSecondLabelOther => '秒'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => '今天'; @@ -13355,14 +13354,14 @@ class CupertinoLocalizationZhHans extends CupertinoLocalizationZh { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationZhHans({ String localeName = 'zh_Hans', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -13383,14 +13382,14 @@ class CupertinoLocalizationZhHant extends CupertinoLocalizationZh { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationZhHant({ String localeName = 'zh_Hant', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -13416,13 +13415,13 @@ class CupertinoLocalizationZhHant extends CupertinoLocalizationZh { String get datePickerDateTimeOrderString => 'date_dayPeriod_time'; @override - String get datePickerHourSemanticsLabelOne => r'$hour 點'; + String? get datePickerHourSemanticsLabelOne => r'$hour 點'; @override String get datePickerHourSemanticsLabelOther => r'$hour 點'; @override - String get datePickerMinuteSemanticsLabelOne => '1 分鐘'; + String? get datePickerMinuteSemanticsLabelOne => '1 分鐘'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute 分鐘'; @@ -13443,13 +13442,13 @@ class CupertinoLocalizationZhHant extends CupertinoLocalizationZh { String get tabSemanticsLabelRaw => r'$tabCount 個分頁中嘅第 $tabIndex 個'; @override - String get timerPickerHourLabelOne => '小時'; + String? get timerPickerHourLabelOne => '小時'; @override String get timerPickerHourLabelOther => '小時'; @override - String get timerPickerMinuteLabelOne => '分鐘'; + String? get timerPickerMinuteLabelOne => '分鐘'; @override String get timerPickerMinuteLabelOther => '分鐘'; @@ -13462,14 +13461,14 @@ class CupertinoLocalizationZhHantHk extends CupertinoLocalizationZhHant { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationZhHantHk({ String localeName = 'zh_Hant_HK', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -13490,14 +13489,14 @@ class CupertinoLocalizationZhHantTw extends CupertinoLocalizationZhHant { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationZhHantTw({ String localeName = 'zh_Hant_TW', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -13514,7 +13513,7 @@ class CupertinoLocalizationZhHantTw extends CupertinoLocalizationZhHant { String get tabSemanticsLabelRaw => r'第 $tabIndex 個分頁標籤,共 $tabCount 個'; @override - String get datePickerMinuteSemanticsLabelOne => '1 分'; + String? get datePickerMinuteSemanticsLabelOne => '1 分'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute 分'; @@ -13526,7 +13525,7 @@ class CupertinoLocalizationZhHantTw extends CupertinoLocalizationZhHant { String get alertDialogLabel => '快訊'; @override - String get timerPickerMinuteLabelOne => '分'; + String? get timerPickerMinuteLabelOne => '分'; @override String get timerPickerMinuteLabelOther => '分'; @@ -13542,14 +13541,14 @@ class CupertinoLocalizationZu extends GlobalCupertinoLocalizations { /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationZu({ String localeName = 'zu', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat dayFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat singleDigitHourFormat, - @required intl.DateFormat singleDigitMinuteFormat, - @required intl.DateFormat doubleDigitMinuteFormat, - @required intl.DateFormat singleDigitSecondFormat, - @required intl.NumberFormat decimalFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat dayFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat singleDigitHourFormat, + required intl.DateFormat singleDigitMinuteFormat, + required intl.DateFormat doubleDigitMinuteFormat, + required intl.DateFormat singleDigitSecondFormat, + required intl.NumberFormat decimalFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -13581,40 +13580,40 @@ class CupertinoLocalizationZu extends GlobalCupertinoLocalizations { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get datePickerHourSemanticsLabelFew => null; + String? get datePickerHourSemanticsLabelFew => null; @override - String get datePickerHourSemanticsLabelMany => null; + String? get datePickerHourSemanticsLabelMany => null; @override - String get datePickerHourSemanticsLabelOne => r'$hour ezimpondweni'; + String? get datePickerHourSemanticsLabelOne => r'$hour ezimpondweni'; @override String get datePickerHourSemanticsLabelOther => r'$hour ezimpondweni'; @override - String get datePickerHourSemanticsLabelTwo => null; + String? get datePickerHourSemanticsLabelTwo => null; @override - String get datePickerHourSemanticsLabelZero => null; + String? get datePickerHourSemanticsLabelZero => null; @override - String get datePickerMinuteSemanticsLabelFew => null; + String? get datePickerMinuteSemanticsLabelFew => null; @override - String get datePickerMinuteSemanticsLabelMany => null; + String? get datePickerMinuteSemanticsLabelMany => null; @override - String get datePickerMinuteSemanticsLabelOne => '1 iminithi'; + String? get datePickerMinuteSemanticsLabelOne => '1 iminithi'; @override String get datePickerMinuteSemanticsLabelOther => r'$minute amaminithi'; @override - String get datePickerMinuteSemanticsLabelTwo => null; + String? get datePickerMinuteSemanticsLabelTwo => null; @override - String get datePickerMinuteSemanticsLabelZero => null; + String? get datePickerMinuteSemanticsLabelZero => null; @override String get modalBarrierDismissLabel => 'Cashisa'; @@ -13635,58 +13634,58 @@ class CupertinoLocalizationZu extends GlobalCupertinoLocalizations { String get tabSemanticsLabelRaw => r'Ithebhu $tabIndex kwangu-$tabCount'; @override - String get timerPickerHourLabelFew => null; + String? get timerPickerHourLabelFew => null; @override - String get timerPickerHourLabelMany => null; + String? get timerPickerHourLabelMany => null; @override - String get timerPickerHourLabelOne => 'ihora'; + String? get timerPickerHourLabelOne => 'ihora'; @override String get timerPickerHourLabelOther => 'amahora'; @override - String get timerPickerHourLabelTwo => null; + String? get timerPickerHourLabelTwo => null; @override - String get timerPickerHourLabelZero => null; + String? get timerPickerHourLabelZero => null; @override - String get timerPickerMinuteLabelFew => null; + String? get timerPickerMinuteLabelFew => null; @override - String get timerPickerMinuteLabelMany => null; + String? get timerPickerMinuteLabelMany => null; @override - String get timerPickerMinuteLabelOne => 'iminithi.'; + String? get timerPickerMinuteLabelOne => 'iminithi.'; @override String get timerPickerMinuteLabelOther => 'iminithi.'; @override - String get timerPickerMinuteLabelTwo => null; + String? get timerPickerMinuteLabelTwo => null; @override - String get timerPickerMinuteLabelZero => null; + String? get timerPickerMinuteLabelZero => null; @override - String get timerPickerSecondLabelFew => null; + String? get timerPickerSecondLabelFew => null; @override - String get timerPickerSecondLabelMany => null; + String? get timerPickerSecondLabelMany => null; @override - String get timerPickerSecondLabelOne => 'isekhondi.'; + String? get timerPickerSecondLabelOne => 'isekhondi.'; @override String get timerPickerSecondLabelOther => 'isekhondi.'; @override - String get timerPickerSecondLabelTwo => null; + String? get timerPickerSecondLabelTwo => null; @override - String get timerPickerSecondLabelZero => null; + String? get timerPickerSecondLabelZero => null; @override String get todayLabel => 'Namuhla'; @@ -13874,7 +13873,7 @@ final Set kCupertinoSupportedLanguages = HashSet.from(const "Voer 'n geldige tyd in"; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 lisensie'; + String? get licensesPackageDetailTextOne => '1 lisensie'; @override String get licensesPackageDetailTextOther => r'$licenseCount lisensies'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Lisensies'; @@ -213,22 +212,22 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Herlaai'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => '1 karakter oor'; + String? get remainingTextFieldCharacterCountOne => '1 karakter oor'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount karakters oor'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => null; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'Skuif af'; @@ -267,22 +266,22 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Kies jaar'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '1 item is gekies'; + String? get selectedRowCountTitleOne => '1 item is gekies'; @override String get selectedRowCountTitleOther => r'$selectedRowCount items is gekies'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'Wys rekeninge'; @@ -334,15 +333,15 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationAm({ String localeName = 'am', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -456,22 +455,22 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'የሚሠራ ሰዓት ያስገቡ'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 ፈቃድ'; + String? get licensesPackageDetailTextOne => '1 ፈቃድ'; @override String get licensesPackageDetailTextOther => r'$licenseCount ፈቃዶች'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'ፈቃዶች'; @@ -519,22 +518,22 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'አድስ'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => '1 ቁምፊ ይቀራል'; + String? get remainingTextFieldCharacterCountOne => '1 ቁምፊ ይቀራል'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount ቁምፊዎች ይቀራሉ'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => null; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'ወደ ታች ውሰድ'; @@ -573,22 +572,22 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'ዓመት ይምረጡ'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '1 ንጥል ተመርጧል'; + String? get selectedRowCountTitleOne => '1 ንጥል ተመርጧል'; @override String get selectedRowCountTitleOther => r'$selectedRowCount ንጥሎች ተመርጠዋል'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'መለያዎችን አሳይ'; @@ -640,15 +639,15 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationAr({ String localeName = 'ar', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -762,22 +761,22 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'يُرجى إدخال وقت صالح.'; @override - String get licensesPackageDetailTextFew => r'$licenseCount تراخيص'; + String? get licensesPackageDetailTextFew => r'$licenseCount تراخيص'; @override - String get licensesPackageDetailTextMany => r'$licenseCount ترخيصًا'; + String? get licensesPackageDetailTextMany => r'$licenseCount ترخيصًا'; @override - String get licensesPackageDetailTextOne => 'ترخيص واحد'; + String? get licensesPackageDetailTextOne => 'ترخيص واحد'; @override String get licensesPackageDetailTextOther => r'$licenseCount ترخيص'; @override - String get licensesPackageDetailTextTwo => r'ترخيصان ($licenseCount)'; + String? get licensesPackageDetailTextTwo => r'ترخيصان ($licenseCount)'; @override - String get licensesPackageDetailTextZero => 'ما مِن تراخيص'; + String? get licensesPackageDetailTextZero => 'ما مِن تراخيص'; @override String get licensesPageTitle => 'التراخيص'; @@ -825,22 +824,22 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'إعادة تحميل'; @override - String get remainingTextFieldCharacterCountFew => r'$remainingCount أحرف متبقية'; + String? get remainingTextFieldCharacterCountFew => r'$remainingCount أحرف متبقية'; @override - String get remainingTextFieldCharacterCountMany => r'$remainingCount حرفًا متبقيًا'; + String? get remainingTextFieldCharacterCountMany => r'$remainingCount حرفًا متبقيًا'; @override - String get remainingTextFieldCharacterCountOne => 'حرف واحد متبقٍ'; + String? get remainingTextFieldCharacterCountOne => 'حرف واحد متبقٍ'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount حرف متبقٍ'; @override - String get remainingTextFieldCharacterCountTwo => r'حرفان ($remainingCount) متبقيان'; + String? get remainingTextFieldCharacterCountTwo => r'حرفان ($remainingCount) متبقيان'; @override - String get remainingTextFieldCharacterCountZero => 'لا أحرف متبقية'; + String? get remainingTextFieldCharacterCountZero => 'لا أحرف متبقية'; @override String get reorderItemDown => 'نقل لأسفل'; @@ -879,22 +878,22 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'اختيار العام'; @override - String get selectedRowCountTitleFew => r'تم اختيار $selectedRowCount عنصر'; + String? get selectedRowCountTitleFew => r'تم اختيار $selectedRowCount عنصر'; @override - String get selectedRowCountTitleMany => r'تم اختيار $selectedRowCount عنصرًا'; + String? get selectedRowCountTitleMany => r'تم اختيار $selectedRowCount عنصرًا'; @override - String get selectedRowCountTitleOne => 'تم اختيار عنصر واحد'; + String? get selectedRowCountTitleOne => 'تم اختيار عنصر واحد'; @override String get selectedRowCountTitleOther => r'تم اختيار $selectedRowCount عنصر'; @override - String get selectedRowCountTitleTwo => r'تم اختيار عنصرين ($selectedRowCount)'; + String? get selectedRowCountTitleTwo => r'تم اختيار عنصرين ($selectedRowCount)'; @override - String get selectedRowCountTitleZero => 'لم يتم اختيار أي عنصر'; + String? get selectedRowCountTitleZero => 'لم يتم اختيار أي عنصر'; @override String get showAccountsLabel => 'إظهار الحسابات'; @@ -946,15 +945,15 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationAs({ String localeName = 'as', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -1068,22 +1067,22 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'এটা মান্য সময় দিয়ক'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '১ খন অনুজ্ঞাপত্ৰ'; + String? get licensesPackageDetailTextOne => '১ খন অনুজ্ঞাপত্ৰ'; @override String get licensesPackageDetailTextOther => r'$licenseCount খন অনুজ্ঞাপত্ৰ'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'অনুজ্ঞাপত্ৰসমূহ'; @@ -1131,22 +1130,22 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'ৰিফ্ৰেশ্ব কৰক'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => '১টা বর্ণ বাকী আছে'; + String? get remainingTextFieldCharacterCountOne => '১টা বর্ণ বাকী আছে'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCountটা বর্ণ বাকী আছে'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => null; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'তললৈ স্থানান্তৰ কৰক'; @@ -1185,22 +1184,22 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'বছৰ বাছনি কৰক'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => "১টা বস্তু বাছনি কৰা হ'ল"; + String? get selectedRowCountTitleOne => "১টা বস্তু বাছনি কৰা হ'ল"; @override String get selectedRowCountTitleOther => r'$selectedRowCountটা বস্তু বাছনি কৰা হ’ল'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'একাউণ্টসমূহ দেখুৱাওক'; @@ -1252,15 +1251,15 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationAz({ String localeName = 'az', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -1374,22 +1373,22 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Düzgün vaxt daxil edin'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 lisenziya'; + String? get licensesPackageDetailTextOne => '1 lisenziya'; @override String get licensesPackageDetailTextOther => r'$licenseCount lisenziya'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Lisenziyalar'; @@ -1437,22 +1436,22 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Yeniləyin'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => '1 simvol qalır'; + String? get remainingTextFieldCharacterCountOne => '1 simvol qalır'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount simvol qalır'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => null; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'Aşağı köçürün'; @@ -1491,22 +1490,22 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'İl seçin'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '1 element seçildi'; + String? get selectedRowCountTitleOne => '1 element seçildi'; @override String get selectedRowCountTitleOther => r'$selectedRowCount element seçildi'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'Hesabları göstərin'; @@ -1558,15 +1557,15 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationBe({ String localeName = 'be', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -1680,22 +1679,22 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Увядзіце дапушчальны час'; @override - String get licensesPackageDetailTextFew => r'$licenseCount ліцэнзіі'; + String? get licensesPackageDetailTextFew => r'$licenseCount ліцэнзіі'; @override - String get licensesPackageDetailTextMany => r'$licenseCount ліцэнзій'; + String? get licensesPackageDetailTextMany => r'$licenseCount ліцэнзій'; @override - String get licensesPackageDetailTextOne => '1 ліцэнзія'; + String? get licensesPackageDetailTextOne => '1 ліцэнзія'; @override String get licensesPackageDetailTextOther => r'$licenseCount ліцэнзіі'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Ліцэнзіі'; @@ -1743,22 +1742,22 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Абнавіць'; @override - String get remainingTextFieldCharacterCountFew => r'Засталося $remainingCount сімвалы'; + String? get remainingTextFieldCharacterCountFew => r'Засталося $remainingCount сімвалы'; @override - String get remainingTextFieldCharacterCountMany => r'Засталося $remainingCount сімвалаў'; + String? get remainingTextFieldCharacterCountMany => r'Засталося $remainingCount сімвалаў'; @override - String get remainingTextFieldCharacterCountOne => 'Застаўся 1 сімвал'; + String? get remainingTextFieldCharacterCountOne => 'Застаўся 1 сімвал'; @override String get remainingTextFieldCharacterCountOther => r'Засталося $remainingCount сімвала'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => null; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'Перамясціць уніз'; @@ -1797,22 +1796,22 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Выберыце год'; @override - String get selectedRowCountTitleFew => r'Выбрана $selectedRowCount элементы'; + String? get selectedRowCountTitleFew => r'Выбрана $selectedRowCount элементы'; @override - String get selectedRowCountTitleMany => r'Выбрана $selectedRowCount элементаў'; + String? get selectedRowCountTitleMany => r'Выбрана $selectedRowCount элементаў'; @override - String get selectedRowCountTitleOne => 'Выбраны 1 элемент'; + String? get selectedRowCountTitleOne => 'Выбраны 1 элемент'; @override String get selectedRowCountTitleOther => r'Выбрана $selectedRowCount элемента'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'Паказаць уліковыя запісы'; @@ -1864,15 +1863,15 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationBg({ String localeName = 'bg', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -1986,22 +1985,22 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Въведете валиден час'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 лиценз'; + String? get licensesPackageDetailTextOne => '1 лиценз'; @override String get licensesPackageDetailTextOther => r'$licenseCount лиценза'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Лицензи'; @@ -2049,22 +2048,22 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Опресняване'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => 'Остава 1 знак'; + String? get remainingTextFieldCharacterCountOne => 'Остава 1 знак'; @override String get remainingTextFieldCharacterCountOther => r'Остават $remainingCount знака'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => 'TBD'; @override String get reorderItemDown => 'Преместване надолу'; @@ -2103,22 +2102,22 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Избиране на година'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => 'Избран е 1 елемент'; + String? get selectedRowCountTitleOne => 'Избран е 1 елемент'; @override String get selectedRowCountTitleOther => r'Избрани са $selectedRowCount елемента'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'Показване на профилите'; @@ -2170,15 +2169,15 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationBn({ String localeName = 'bn', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -2292,22 +2291,22 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'সঠিক সময় লিখুন'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '১টি লাইসেন্স'; + String? get licensesPackageDetailTextOne => '১টি লাইসেন্স'; @override String get licensesPackageDetailTextOther => r'$licenseCountটি লাইসেন্স'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'লাইসেন্স'; @@ -2355,22 +2354,22 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'রিফ্রেশ করুন'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => 'আর ১টি অক্ষর লেখা যাবে'; + String? get remainingTextFieldCharacterCountOne => 'আর ১টি অক্ষর লেখা যাবে'; @override String get remainingTextFieldCharacterCountOther => r'আর $remainingCountটি অক্ষর লেখা যাবে'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => null; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'নিচের দিকে সরান'; @@ -2409,22 +2408,22 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'বছর বেছে নিন'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '১টি আইটেম বেছে নেওয়া হয়েছে'; + String? get selectedRowCountTitleOne => '১টি আইটেম বেছে নেওয়া হয়েছে'; @override String get selectedRowCountTitleOther => r'$selectedRowCountটি আইটেম বেছে নেওয়া হয়েছে'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'অ্যাকাউন্টগুলি দেখান'; @@ -2476,15 +2475,15 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationBs({ String localeName = 'bs', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -2598,22 +2597,22 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Unesite ispravno vrijeme'; @override - String get licensesPackageDetailTextFew => r'$licenseCount licence'; + String? get licensesPackageDetailTextFew => r'$licenseCount licence'; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 licenca'; + String? get licensesPackageDetailTextOne => '1 licenca'; @override String get licensesPackageDetailTextOther => r'$licenseCount licenci'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Licence'; @@ -2661,22 +2660,22 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Osvježi'; @override - String get remainingTextFieldCharacterCountFew => r'Još $remainingCount znaka'; + String? get remainingTextFieldCharacterCountFew => r'Još $remainingCount znaka'; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => 'Još jedan znak'; + String? get remainingTextFieldCharacterCountOne => 'Još jedan znak'; @override String get remainingTextFieldCharacterCountOther => r'Još $remainingCount znakova'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => 'TBD'; @override String get reorderItemDown => 'Pomjeri nadolje'; @@ -2715,22 +2714,22 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Odaberite godinu'; @override - String get selectedRowCountTitleFew => r'Odabrane su $selectedRowCount stavke'; + String? get selectedRowCountTitleFew => r'Odabrane su $selectedRowCount stavke'; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => 'Odabrana je jedna stavka'; + String? get selectedRowCountTitleOne => 'Odabrana je jedna stavka'; @override String get selectedRowCountTitleOther => r'Odabrano je $selectedRowCount stavki'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'Prikaži račune'; @@ -2782,15 +2781,15 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationCa({ String localeName = 'ca', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -2904,22 +2903,22 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Introdueix una hora vàlida'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 llicència'; + String? get licensesPackageDetailTextOne => '1 llicència'; @override String get licensesPackageDetailTextOther => r'$licenseCount llicències'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Llicències'; @@ -2967,22 +2966,22 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Actualitza'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => 'Queda 1 caràcter'; + String? get remainingTextFieldCharacterCountOne => 'Queda 1 caràcter'; @override String get remainingTextFieldCharacterCountOther => r'Queden $remainingCount caràcters'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => 'TBD'; @override String get reorderItemDown => 'Mou avall'; @@ -3021,22 +3020,22 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Selecciona un any'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => "S'ha seleccionat 1 element"; + String? get selectedRowCountTitleOne => "S'ha seleccionat 1 element"; @override String get selectedRowCountTitleOther => r"S'han seleccionat $selectedRowCount elements"; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'Mostra els comptes'; @@ -3088,15 +3087,15 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationCs({ String localeName = 'cs', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -3210,22 +3209,22 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Zadejte platný čas'; @override - String get licensesPackageDetailTextFew => r'$licenseCount licence'; + String? get licensesPackageDetailTextFew => r'$licenseCount licence'; @override - String get licensesPackageDetailTextMany => r'$licenseCount licence'; + String? get licensesPackageDetailTextMany => r'$licenseCount licence'; @override - String get licensesPackageDetailTextOne => '1 licence'; + String? get licensesPackageDetailTextOne => '1 licence'; @override String get licensesPackageDetailTextOther => r'$licenseCount licencí'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Licence'; @@ -3273,22 +3272,22 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Obnovit'; @override - String get remainingTextFieldCharacterCountFew => r'Zbývají $remainingCount znaky'; + String? get remainingTextFieldCharacterCountFew => r'Zbývají $remainingCount znaky'; @override - String get remainingTextFieldCharacterCountMany => r'Zbývá $remainingCount znaku'; + String? get remainingTextFieldCharacterCountMany => r'Zbývá $remainingCount znaku'; @override - String get remainingTextFieldCharacterCountOne => 'Zbývá 1 znak'; + String? get remainingTextFieldCharacterCountOne => 'Zbývá 1 znak'; @override String get remainingTextFieldCharacterCountOther => r'Zbývá $remainingCount znaků'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => 'TBD'; @override String get reorderItemDown => 'Přesunout dolů'; @@ -3327,22 +3326,22 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Vyberte rok'; @override - String get selectedRowCountTitleFew => r'Jsou vybrány $selectedRowCount položky'; + String? get selectedRowCountTitleFew => r'Jsou vybrány $selectedRowCount položky'; @override - String get selectedRowCountTitleMany => r'Je vybráno $selectedRowCount položky'; + String? get selectedRowCountTitleMany => r'Je vybráno $selectedRowCount položky'; @override - String get selectedRowCountTitleOne => 'Je vybrána 1 položka'; + String? get selectedRowCountTitleOne => 'Je vybrána 1 položka'; @override String get selectedRowCountTitleOther => r'Je vybráno $selectedRowCount položek'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'Zobrazit účty'; @@ -3394,15 +3393,15 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationDa({ String localeName = 'da', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -3516,22 +3515,22 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Angiv et gyldigt tidspunkt'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 licens'; + String? get licensesPackageDetailTextOne => '1 licens'; @override String get licensesPackageDetailTextOther => r'$licenseCount licenser'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Licenser'; @@ -3579,22 +3578,22 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Opdater'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => 'Ét tegn tilbage'; + String? get remainingTextFieldCharacterCountOne => 'Ét tegn tilbage'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount tegn tilbage'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => 'TBD'; @override String get reorderItemDown => 'Flyt ned'; @@ -3633,22 +3632,22 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Vælg år'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '1 element er valgt'; + String? get selectedRowCountTitleOne => '1 element er valgt'; @override String get selectedRowCountTitleOther => r'$selectedRowCount elementer er valgt'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'Vis konti'; @@ -3700,15 +3699,15 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationDe({ String localeName = 'de', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -3822,22 +3821,22 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Gib eine gültige Uhrzeit ein'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 Lizenz'; + String? get licensesPackageDetailTextOne => '1 Lizenz'; @override String get licensesPackageDetailTextOther => r'$licenseCount Lizenzen'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Lizenzen'; @@ -3885,22 +3884,22 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Aktualisieren'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => 'Noch 1 Zeichen'; + String? get remainingTextFieldCharacterCountOne => 'Noch 1 Zeichen'; @override String get remainingTextFieldCharacterCountOther => r'Noch $remainingCount Zeichen'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => 'TBD'; @override String get reorderItemDown => 'Nach unten verschieben'; @@ -3939,22 +3938,22 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Jahr auswählen'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '1 Element ausgewählt'; + String? get selectedRowCountTitleOne => '1 Element ausgewählt'; @override String get selectedRowCountTitleOther => r'$selectedRowCount Elemente ausgewählt'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => 'Keine Objekte ausgewählt'; + String? get selectedRowCountTitleZero => 'Keine Objekte ausgewählt'; @override String get showAccountsLabel => 'Konten anzeigen'; @@ -4006,15 +4005,15 @@ class MaterialLocalizationDeCh extends MaterialLocalizationDe { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationDeCh({ String localeName = 'de_CH', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -4045,15 +4044,15 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEl({ String localeName = 'el', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -4167,22 +4166,22 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Εισαγάγετε μια έγκυρη ώρα'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 άδεια'; + String? get licensesPackageDetailTextOne => '1 άδεια'; @override String get licensesPackageDetailTextOther => r'$licenseCount άδειες'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Άδειες'; @@ -4230,22 +4229,22 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Ανανέωση'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => 'απομένει 1 χαρακτήρας'; + String? get remainingTextFieldCharacterCountOne => 'απομένει 1 χαρακτήρας'; @override String get remainingTextFieldCharacterCountOther => r'απομένουν $remainingCount χαρακτήρες'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => 'TBD'; @override String get reorderItemDown => 'Μετακίνηση προς τα κάτω'; @@ -4284,22 +4283,22 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Επιλογή έτους'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => 'Επιλέχθηκε 1 στοιχείο'; + String? get selectedRowCountTitleOne => 'Επιλέχθηκε 1 στοιχείο'; @override String get selectedRowCountTitleOther => r'Επιλέχθηκαν $selectedRowCount στοιχεία'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'Εμφάνιση λογαριασμών'; @@ -4351,15 +4350,15 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEn({ String localeName = 'en', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -4473,22 +4472,22 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Enter a valid time'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 license'; + String? get licensesPackageDetailTextOne => '1 license'; @override String get licensesPackageDetailTextOther => r'$licenseCount licenses'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Licenses'; @@ -4536,22 +4535,22 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Refresh'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => '1 character remaining'; + String? get remainingTextFieldCharacterCountOne => '1 character remaining'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount characters remaining'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'No characters remaining'; + String? get remainingTextFieldCharacterCountZero => 'No characters remaining'; @override String get reorderItemDown => 'Move down'; @@ -4590,22 +4589,22 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Select year'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '1 item selected'; + String? get selectedRowCountTitleOne => '1 item selected'; @override String get selectedRowCountTitleOther => r'$selectedRowCount items selected'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => 'No items selected'; + String? get selectedRowCountTitleZero => 'No items selected'; @override String get showAccountsLabel => 'Show accounts'; @@ -4657,15 +4656,15 @@ class MaterialLocalizationEnAu extends MaterialLocalizationEn { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEnAu({ String localeName = 'en_AU', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -4695,10 +4694,10 @@ class MaterialLocalizationEnAu extends MaterialLocalizationEn { String get licensesPageTitle => 'Licences'; @override - String get licensesPackageDetailTextZero => 'No licences'; + String? get licensesPackageDetailTextZero => 'No licences'; @override - String get licensesPackageDetailTextOne => '1 licence'; + String? get licensesPackageDetailTextOne => '1 licence'; @override String get licensesPackageDetailTextOther => r'$licenseCount licences'; @@ -4726,15 +4725,15 @@ class MaterialLocalizationEnCa extends MaterialLocalizationEn { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEnCa({ String localeName = 'en_CA', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -4764,10 +4763,10 @@ class MaterialLocalizationEnCa extends MaterialLocalizationEn { String get licensesPageTitle => 'Licences'; @override - String get licensesPackageDetailTextZero => 'No licences'; + String? get licensesPackageDetailTextZero => 'No licences'; @override - String get licensesPackageDetailTextOne => '1 licence'; + String? get licensesPackageDetailTextOne => '1 licence'; @override String get licensesPackageDetailTextOther => r'$licenseCount licences'; @@ -4795,15 +4794,15 @@ class MaterialLocalizationEnGb extends MaterialLocalizationEn { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEnGb({ String localeName = 'en_GB', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -4839,10 +4838,10 @@ class MaterialLocalizationEnGb extends MaterialLocalizationEn { String get licensesPageTitle => 'Licences'; @override - String get licensesPackageDetailTextZero => 'No licences'; + String? get licensesPackageDetailTextZero => 'No licences'; @override - String get licensesPackageDetailTextOne => '1 licence'; + String? get licensesPackageDetailTextOne => '1 licence'; @override String get licensesPackageDetailTextOther => r'$licenseCount licences'; @@ -4867,15 +4866,15 @@ class MaterialLocalizationEnIe extends MaterialLocalizationEn { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEnIe({ String localeName = 'en_IE', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -4911,10 +4910,10 @@ class MaterialLocalizationEnIe extends MaterialLocalizationEn { String get licensesPageTitle => 'Licences'; @override - String get licensesPackageDetailTextZero => 'No licences'; + String? get licensesPackageDetailTextZero => 'No licences'; @override - String get licensesPackageDetailTextOne => '1 licence'; + String? get licensesPackageDetailTextOne => '1 licence'; @override String get licensesPackageDetailTextOther => r'$licenseCount licences'; @@ -4939,15 +4938,15 @@ class MaterialLocalizationEnIn extends MaterialLocalizationEn { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEnIn({ String localeName = 'en_IN', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -4977,10 +4976,10 @@ class MaterialLocalizationEnIn extends MaterialLocalizationEn { String get licensesPageTitle => 'Licences'; @override - String get licensesPackageDetailTextZero => 'No licences'; + String? get licensesPackageDetailTextZero => 'No licences'; @override - String get licensesPackageDetailTextOne => '1 licence'; + String? get licensesPackageDetailTextOne => '1 licence'; @override String get licensesPackageDetailTextOther => r'$licenseCount licences'; @@ -5008,15 +5007,15 @@ class MaterialLocalizationEnNz extends MaterialLocalizationEn { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEnNz({ String localeName = 'en_NZ', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -5046,10 +5045,10 @@ class MaterialLocalizationEnNz extends MaterialLocalizationEn { String get licensesPageTitle => 'Licences'; @override - String get licensesPackageDetailTextZero => 'No licences'; + String? get licensesPackageDetailTextZero => 'No licences'; @override - String get licensesPackageDetailTextOne => '1 licence'; + String? get licensesPackageDetailTextOne => '1 licence'; @override String get licensesPackageDetailTextOther => r'$licenseCount licences'; @@ -5077,15 +5076,15 @@ class MaterialLocalizationEnSg extends MaterialLocalizationEn { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEnSg({ String localeName = 'en_SG', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -5115,10 +5114,10 @@ class MaterialLocalizationEnSg extends MaterialLocalizationEn { String get licensesPageTitle => 'Licences'; @override - String get licensesPackageDetailTextZero => 'No licences'; + String? get licensesPackageDetailTextZero => 'No licences'; @override - String get licensesPackageDetailTextOne => '1 licence'; + String? get licensesPackageDetailTextOne => '1 licence'; @override String get licensesPackageDetailTextOther => r'$licenseCount licences'; @@ -5146,15 +5145,15 @@ class MaterialLocalizationEnZa extends MaterialLocalizationEn { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEnZa({ String localeName = 'en_ZA', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -5190,10 +5189,10 @@ class MaterialLocalizationEnZa extends MaterialLocalizationEn { String get licensesPageTitle => 'Licences'; @override - String get licensesPackageDetailTextZero => 'No licences'; + String? get licensesPackageDetailTextZero => 'No licences'; @override - String get licensesPackageDetailTextOne => '1 licence'; + String? get licensesPackageDetailTextOne => '1 licence'; @override String get licensesPackageDetailTextOther => r'$licenseCount licences'; @@ -5218,15 +5217,15 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEs({ String localeName = 'es', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -5340,22 +5339,22 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Indica una hora válida'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 licencia'; + String? get licensesPackageDetailTextOne => '1 licencia'; @override String get licensesPackageDetailTextOther => r'$licenseCount licencias'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Licencias'; @@ -5403,22 +5402,22 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Actualizar'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => 'Queda 1 carácter.'; + String? get remainingTextFieldCharacterCountOne => 'Queda 1 carácter.'; @override String get remainingTextFieldCharacterCountOther => r'Quedan $remainingCount caracteres'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => 'TBD'; @override String get reorderItemDown => 'Mover hacia abajo'; @@ -5457,22 +5456,22 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Seleccionar año'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '1 elemento seleccionado'; + String? get selectedRowCountTitleOne => '1 elemento seleccionado'; @override String get selectedRowCountTitleOther => r'$selectedRowCount elementos seleccionados'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => 'No se han seleccionado elementos'; + String? get selectedRowCountTitleZero => 'No se han seleccionado elementos'; @override String get showAccountsLabel => 'Mostrar cuentas'; @@ -5524,15 +5523,15 @@ class MaterialLocalizationEs419 extends MaterialLocalizationEs { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEs419({ String localeName = 'es_419', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -5547,7 +5546,7 @@ class MaterialLocalizationEs419 extends MaterialLocalizationEs { ); @override - String get licensesPackageDetailTextOne => '1 licencia'; + String? get licensesPackageDetailTextOne => '1 licencia'; @override String get timePickerInputHelpText => 'INGRESAR HORA'; @@ -5622,7 +5621,7 @@ class MaterialLocalizationEs419 extends MaterialLocalizationEs { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override - String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; + String? get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @@ -5653,15 +5652,15 @@ class MaterialLocalizationEsAr extends MaterialLocalizationEs { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEsAr({ String localeName = 'es_AR', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -5676,7 +5675,7 @@ class MaterialLocalizationEsAr extends MaterialLocalizationEs { ); @override - String get licensesPackageDetailTextOne => '1 licencia'; + String? get licensesPackageDetailTextOne => '1 licencia'; @override String get timePickerInputHelpText => 'INGRESAR HORA'; @@ -5751,7 +5750,7 @@ class MaterialLocalizationEsAr extends MaterialLocalizationEs { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override - String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; + String? get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @@ -5782,15 +5781,15 @@ class MaterialLocalizationEsBo extends MaterialLocalizationEs { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEsBo({ String localeName = 'es_BO', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -5805,7 +5804,7 @@ class MaterialLocalizationEsBo extends MaterialLocalizationEs { ); @override - String get licensesPackageDetailTextOne => '1 licencia'; + String? get licensesPackageDetailTextOne => '1 licencia'; @override String get timePickerInputHelpText => 'INGRESAR HORA'; @@ -5883,7 +5882,7 @@ class MaterialLocalizationEsBo extends MaterialLocalizationEs { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override - String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; + String? get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @@ -5911,15 +5910,15 @@ class MaterialLocalizationEsCl extends MaterialLocalizationEs { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEsCl({ String localeName = 'es_CL', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -5934,7 +5933,7 @@ class MaterialLocalizationEsCl extends MaterialLocalizationEs { ); @override - String get licensesPackageDetailTextOne => '1 licencia'; + String? get licensesPackageDetailTextOne => '1 licencia'; @override String get timePickerInputHelpText => 'INGRESAR HORA'; @@ -6012,7 +6011,7 @@ class MaterialLocalizationEsCl extends MaterialLocalizationEs { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override - String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; + String? get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @@ -6040,15 +6039,15 @@ class MaterialLocalizationEsCo extends MaterialLocalizationEs { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEsCo({ String localeName = 'es_CO', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -6063,7 +6062,7 @@ class MaterialLocalizationEsCo extends MaterialLocalizationEs { ); @override - String get licensesPackageDetailTextOne => '1 licencia'; + String? get licensesPackageDetailTextOne => '1 licencia'; @override String get timePickerInputHelpText => 'INGRESAR HORA'; @@ -6141,7 +6140,7 @@ class MaterialLocalizationEsCo extends MaterialLocalizationEs { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override - String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; + String? get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @@ -6169,15 +6168,15 @@ class MaterialLocalizationEsCr extends MaterialLocalizationEs { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEsCr({ String localeName = 'es_CR', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -6192,7 +6191,7 @@ class MaterialLocalizationEsCr extends MaterialLocalizationEs { ); @override - String get licensesPackageDetailTextOne => '1 licencia'; + String? get licensesPackageDetailTextOne => '1 licencia'; @override String get timePickerInputHelpText => 'INGRESAR HORA'; @@ -6270,7 +6269,7 @@ class MaterialLocalizationEsCr extends MaterialLocalizationEs { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override - String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; + String? get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @@ -6298,15 +6297,15 @@ class MaterialLocalizationEsDo extends MaterialLocalizationEs { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEsDo({ String localeName = 'es_DO', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -6321,7 +6320,7 @@ class MaterialLocalizationEsDo extends MaterialLocalizationEs { ); @override - String get licensesPackageDetailTextOne => '1 licencia'; + String? get licensesPackageDetailTextOne => '1 licencia'; @override String get timePickerInputHelpText => 'INGRESAR HORA'; @@ -6399,7 +6398,7 @@ class MaterialLocalizationEsDo extends MaterialLocalizationEs { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override - String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; + String? get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @@ -6427,15 +6426,15 @@ class MaterialLocalizationEsEc extends MaterialLocalizationEs { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEsEc({ String localeName = 'es_EC', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -6450,7 +6449,7 @@ class MaterialLocalizationEsEc extends MaterialLocalizationEs { ); @override - String get licensesPackageDetailTextOne => '1 licencia'; + String? get licensesPackageDetailTextOne => '1 licencia'; @override String get timePickerInputHelpText => 'INGRESAR HORA'; @@ -6528,7 +6527,7 @@ class MaterialLocalizationEsEc extends MaterialLocalizationEs { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override - String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; + String? get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @@ -6556,15 +6555,15 @@ class MaterialLocalizationEsGt extends MaterialLocalizationEs { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEsGt({ String localeName = 'es_GT', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -6579,7 +6578,7 @@ class MaterialLocalizationEsGt extends MaterialLocalizationEs { ); @override - String get licensesPackageDetailTextOne => '1 licencia'; + String? get licensesPackageDetailTextOne => '1 licencia'; @override String get timePickerInputHelpText => 'INGRESAR HORA'; @@ -6657,7 +6656,7 @@ class MaterialLocalizationEsGt extends MaterialLocalizationEs { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override - String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; + String? get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @@ -6685,15 +6684,15 @@ class MaterialLocalizationEsHn extends MaterialLocalizationEs { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEsHn({ String localeName = 'es_HN', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -6708,7 +6707,7 @@ class MaterialLocalizationEsHn extends MaterialLocalizationEs { ); @override - String get licensesPackageDetailTextOne => '1 licencia'; + String? get licensesPackageDetailTextOne => '1 licencia'; @override String get timePickerInputHelpText => 'INGRESAR HORA'; @@ -6786,7 +6785,7 @@ class MaterialLocalizationEsHn extends MaterialLocalizationEs { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override - String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; + String? get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @@ -6814,15 +6813,15 @@ class MaterialLocalizationEsMx extends MaterialLocalizationEs { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEsMx({ String localeName = 'es_MX', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -6837,7 +6836,7 @@ class MaterialLocalizationEsMx extends MaterialLocalizationEs { ); @override - String get licensesPackageDetailTextOne => '1 licencia'; + String? get licensesPackageDetailTextOne => '1 licencia'; @override String get timePickerInputHelpText => 'INGRESAR HORA'; @@ -6915,7 +6914,7 @@ class MaterialLocalizationEsMx extends MaterialLocalizationEs { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override - String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; + String? get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @@ -6943,15 +6942,15 @@ class MaterialLocalizationEsNi extends MaterialLocalizationEs { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEsNi({ String localeName = 'es_NI', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -6966,7 +6965,7 @@ class MaterialLocalizationEsNi extends MaterialLocalizationEs { ); @override - String get licensesPackageDetailTextOne => '1 licencia'; + String? get licensesPackageDetailTextOne => '1 licencia'; @override String get timePickerInputHelpText => 'INGRESAR HORA'; @@ -7044,7 +7043,7 @@ class MaterialLocalizationEsNi extends MaterialLocalizationEs { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override - String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; + String? get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @@ -7072,15 +7071,15 @@ class MaterialLocalizationEsPa extends MaterialLocalizationEs { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEsPa({ String localeName = 'es_PA', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -7095,7 +7094,7 @@ class MaterialLocalizationEsPa extends MaterialLocalizationEs { ); @override - String get licensesPackageDetailTextOne => '1 licencia'; + String? get licensesPackageDetailTextOne => '1 licencia'; @override String get timePickerInputHelpText => 'INGRESAR HORA'; @@ -7173,7 +7172,7 @@ class MaterialLocalizationEsPa extends MaterialLocalizationEs { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override - String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; + String? get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @@ -7201,15 +7200,15 @@ class MaterialLocalizationEsPe extends MaterialLocalizationEs { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEsPe({ String localeName = 'es_PE', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -7224,7 +7223,7 @@ class MaterialLocalizationEsPe extends MaterialLocalizationEs { ); @override - String get licensesPackageDetailTextOne => '1 licencia'; + String? get licensesPackageDetailTextOne => '1 licencia'; @override String get timePickerInputHelpText => 'INGRESAR HORA'; @@ -7302,7 +7301,7 @@ class MaterialLocalizationEsPe extends MaterialLocalizationEs { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override - String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; + String? get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @@ -7330,15 +7329,15 @@ class MaterialLocalizationEsPr extends MaterialLocalizationEs { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEsPr({ String localeName = 'es_PR', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -7353,7 +7352,7 @@ class MaterialLocalizationEsPr extends MaterialLocalizationEs { ); @override - String get licensesPackageDetailTextOne => '1 licencia'; + String? get licensesPackageDetailTextOne => '1 licencia'; @override String get timePickerInputHelpText => 'INGRESAR HORA'; @@ -7431,7 +7430,7 @@ class MaterialLocalizationEsPr extends MaterialLocalizationEs { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override - String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; + String? get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @@ -7459,15 +7458,15 @@ class MaterialLocalizationEsPy extends MaterialLocalizationEs { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEsPy({ String localeName = 'es_PY', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -7482,7 +7481,7 @@ class MaterialLocalizationEsPy extends MaterialLocalizationEs { ); @override - String get licensesPackageDetailTextOne => '1 licencia'; + String? get licensesPackageDetailTextOne => '1 licencia'; @override String get timePickerInputHelpText => 'INGRESAR HORA'; @@ -7560,7 +7559,7 @@ class MaterialLocalizationEsPy extends MaterialLocalizationEs { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override - String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; + String? get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @@ -7588,15 +7587,15 @@ class MaterialLocalizationEsSv extends MaterialLocalizationEs { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEsSv({ String localeName = 'es_SV', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -7611,7 +7610,7 @@ class MaterialLocalizationEsSv extends MaterialLocalizationEs { ); @override - String get licensesPackageDetailTextOne => '1 licencia'; + String? get licensesPackageDetailTextOne => '1 licencia'; @override String get timePickerInputHelpText => 'INGRESAR HORA'; @@ -7689,7 +7688,7 @@ class MaterialLocalizationEsSv extends MaterialLocalizationEs { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override - String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; + String? get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @@ -7717,15 +7716,15 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEsUs({ String localeName = 'es_US', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -7740,7 +7739,7 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { ); @override - String get licensesPackageDetailTextOne => '1 licencia'; + String? get licensesPackageDetailTextOne => '1 licencia'; @override String get timePickerInputHelpText => 'INGRESAR HORA'; @@ -7818,7 +7817,7 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow de $rowCount'; @override - String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; + String? get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @@ -7849,15 +7848,15 @@ class MaterialLocalizationEsUy extends MaterialLocalizationEs { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEsUy({ String localeName = 'es_UY', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -7872,7 +7871,7 @@ class MaterialLocalizationEsUy extends MaterialLocalizationEs { ); @override - String get licensesPackageDetailTextOne => '1 licencia'; + String? get licensesPackageDetailTextOne => '1 licencia'; @override String get timePickerInputHelpText => 'INGRESAR HORA'; @@ -7950,7 +7949,7 @@ class MaterialLocalizationEsUy extends MaterialLocalizationEs { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override - String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; + String? get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @@ -7978,15 +7977,15 @@ class MaterialLocalizationEsVe extends MaterialLocalizationEs { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEsVe({ String localeName = 'es_VE', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -8001,7 +8000,7 @@ class MaterialLocalizationEsVe extends MaterialLocalizationEs { ); @override - String get licensesPackageDetailTextOne => '1 licencia'; + String? get licensesPackageDetailTextOne => '1 licencia'; @override String get timePickerInputHelpText => 'INGRESAR HORA'; @@ -8079,7 +8078,7 @@ class MaterialLocalizationEsVe extends MaterialLocalizationEs { String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de aproximadamente $rowCount'; @override - String get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; + String? get selectedRowCountTitleOne => 'Se seleccionó 1 elemento'; @override String get selectedRowCountTitleOther => r'Se seleccionaron $selectedRowCount elementos'; @@ -8107,15 +8106,15 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEt({ String localeName = 'et', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -8229,22 +8228,22 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Sisestage sobiv kellaaeg'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 litsents'; + String? get licensesPackageDetailTextOne => '1 litsents'; @override String get licensesPackageDetailTextOther => r'$licenseCount litsentsi'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Litsentsid'; @@ -8292,22 +8291,22 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Värskendamine'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => 'Jäänud on 1 tähemärk'; + String? get remainingTextFieldCharacterCountOne => 'Jäänud on 1 tähemärk'; @override String get remainingTextFieldCharacterCountOther => r'Jäänud on $remainingCount tähemärki'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => 'TBD'; @override String get reorderItemDown => 'Teisalda alla'; @@ -8346,22 +8345,22 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Valige aasta'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => 'Valitud on 1 üksus'; + String? get selectedRowCountTitleOne => 'Valitud on 1 üksus'; @override String get selectedRowCountTitleOther => r'Valitud on $selectedRowCount üksust'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'Kuva kontod'; @@ -8413,15 +8412,15 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEu({ String localeName = 'eu', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -8535,22 +8534,22 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Idatzi balio duen ordu bat'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 lizentzia'; + String? get licensesPackageDetailTextOne => '1 lizentzia'; @override String get licensesPackageDetailTextOther => r'$licenseCount lizentzia'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Lizentziak'; @@ -8598,22 +8597,22 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Freskatu'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => '1 karaktere geratzen da'; + String? get remainingTextFieldCharacterCountOne => '1 karaktere geratzen da'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount karaktere geratzen dira'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => null; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'Eraman behera'; @@ -8652,22 +8651,22 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Hautatu urtea'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '1 elementu hautatu da'; + String? get selectedRowCountTitleOne => '1 elementu hautatu da'; @override String get selectedRowCountTitleOther => r'$selectedRowCount elementu hautatu dira'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'Erakutsi kontuak'; @@ -8719,15 +8718,15 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationFa({ String localeName = 'fa', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -8841,22 +8840,22 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'زمان معتبری وارد کنید'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '۱ پروانه'; + String? get licensesPackageDetailTextOne => '۱ پروانه'; @override String get licensesPackageDetailTextOther => r'$licenseCount پروانه'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'مجوزها'; @@ -8904,22 +8903,22 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'بازخوانی'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => '۱ نویسه باقی مانده است'; + String? get remainingTextFieldCharacterCountOne => '۱ نویسه باقی مانده است'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount نویسه باقی مانده است'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => 'TBD'; @override String get reorderItemDown => 'انتقال به پایین'; @@ -8958,22 +8957,22 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'انتخاب سال'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '۱ مورد انتخاب شد'; + String? get selectedRowCountTitleOne => '۱ مورد انتخاب شد'; @override String get selectedRowCountTitleOther => r'$selectedRowCount مورد انتخاب شدند'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'نشان دادن حساب‌ها'; @@ -9025,15 +9024,15 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationFi({ String localeName = 'fi', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -9147,22 +9146,22 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Lisää kelvollinen aika'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 lisenssi'; + String? get licensesPackageDetailTextOne => '1 lisenssi'; @override String get licensesPackageDetailTextOther => r'$licenseCount lisenssiä'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Lisenssit'; @@ -9210,22 +9209,22 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Päivitys'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => '1 merkki jäljellä'; + String? get remainingTextFieldCharacterCountOne => '1 merkki jäljellä'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount merkkiä jäljellä'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => 'TBD'; @override String get reorderItemDown => 'Siirrä alas'; @@ -9264,22 +9263,22 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Valitse vuosi'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '1 kohde valittu'; + String? get selectedRowCountTitleOne => '1 kohde valittu'; @override String get selectedRowCountTitleOther => r'$selectedRowCount kohdetta valittu'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'Näytä tilit'; @@ -9331,15 +9330,15 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationFil({ String localeName = 'fil', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -9453,22 +9452,22 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Maglagay ng valid na oras'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 lisensya'; + String? get licensesPackageDetailTextOne => '1 lisensya'; @override String get licensesPackageDetailTextOther => r'$licenseCount na lisensya'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Mga Lisensya'; @@ -9516,22 +9515,22 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Nagre-refresh'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => '1 character ang natitira'; + String? get remainingTextFieldCharacterCountOne => '1 character ang natitira'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount na character ang natitira'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => 'TBD'; @override String get reorderItemDown => 'Ilipat pababa'; @@ -9570,22 +9569,22 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Pumili ng taon'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '1 item ang napili'; + String? get selectedRowCountTitleOne => '1 item ang napili'; @override String get selectedRowCountTitleOther => r'$selectedRowCount na item ang napili'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'Ipakita ang mga account'; @@ -9637,15 +9636,15 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationFr({ String localeName = 'fr', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -9759,22 +9758,22 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Veuillez indiquer une heure valide'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 licence'; + String? get licensesPackageDetailTextOne => '1 licence'; @override String get licensesPackageDetailTextOther => r'$licenseCount licences'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Licences'; @@ -9822,22 +9821,22 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Actualiser'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => '1 caractère restant'; + String? get remainingTextFieldCharacterCountOne => '1 caractère restant'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount caractères restants'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => 'TBD'; @override String get reorderItemDown => 'Déplacer vers le bas'; @@ -9876,22 +9875,22 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Sélectionner une année'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '1 élément sélectionné'; + String? get selectedRowCountTitleOne => '1 élément sélectionné'; @override String get selectedRowCountTitleOther => r'$selectedRowCount éléments sélectionnés'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => 'Aucun élément sélectionné'; + String? get selectedRowCountTitleZero => 'Aucun élément sélectionné'; @override String get showAccountsLabel => 'Afficher les comptes'; @@ -9943,15 +9942,15 @@ class MaterialLocalizationFrCa extends MaterialLocalizationFr { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationFrCa({ String localeName = 'fr_CA', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -10045,15 +10044,15 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationGl({ String localeName = 'gl', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -10167,22 +10166,22 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Escribe unha hora válida'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 licenza'; + String? get licensesPackageDetailTextOne => '1 licenza'; @override String get licensesPackageDetailTextOther => r'$licenseCount licenzas'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Licenzas'; @@ -10230,22 +10229,22 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Actualizar'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => '1 carácter restante'; + String? get remainingTextFieldCharacterCountOne => '1 carácter restante'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount caracteres restantes'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => 'TBD'; @override String get reorderItemDown => 'Mover cara abaixo'; @@ -10284,22 +10283,22 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Seleccionar ano'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => 'Seleccionouse 1 elemento'; + String? get selectedRowCountTitleOne => 'Seleccionouse 1 elemento'; @override String get selectedRowCountTitleOther => r'Seleccionáronse $selectedRowCount elementos'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => 'Non se seleccionaron elementos'; + String? get selectedRowCountTitleZero => 'Non se seleccionaron elementos'; @override String get showAccountsLabel => 'Mostrar contas'; @@ -10351,15 +10350,15 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationGsw({ String localeName = 'gsw', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -10473,22 +10472,22 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Gib eine gültige Uhrzeit ein'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 Lizenz'; + String? get licensesPackageDetailTextOne => '1 Lizenz'; @override String get licensesPackageDetailTextOther => r'$licenseCount Lizenzen'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Lizenzen'; @@ -10536,22 +10535,22 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Aktualisieren'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => 'Noch 1 Zeichen'; + String? get remainingTextFieldCharacterCountOne => 'Noch 1 Zeichen'; @override String get remainingTextFieldCharacterCountOther => r'Noch $remainingCount Zeichen'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => 'TBD'; @override String get reorderItemDown => 'Nach unten verschieben'; @@ -10590,22 +10589,22 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Jahr auswählen'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '1 Element ausgewählt'; + String? get selectedRowCountTitleOne => '1 Element ausgewählt'; @override String get selectedRowCountTitleOther => r'$selectedRowCount Elemente ausgewählt'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'Konten anzeigen'; @@ -10657,15 +10656,15 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationGu({ String localeName = 'gu', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -10779,22 +10778,22 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'માન્ય સમય દાખલ કરો'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 લાઇસન્સ'; + String? get licensesPackageDetailTextOne => '1 લાઇસન્સ'; @override String get licensesPackageDetailTextOther => r'$licenseCount લાઇસન્સ'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'લાઇસન્સ'; @@ -10842,22 +10841,22 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'રિફ્રેશ કરો'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => '1 અક્ષર બાકી'; + String? get remainingTextFieldCharacterCountOne => '1 અક્ષર બાકી'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount અક્ષર બાકી'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => null; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'નીચે ખસેડો'; @@ -10896,22 +10895,22 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'વર્ષ પસંદ કરો'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '1 આઇટમ પસંદ કરી'; + String? get selectedRowCountTitleOne => '1 આઇટમ પસંદ કરી'; @override String get selectedRowCountTitleOther => r'$selectedRowCount આઇટમ પસંદ કરી'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'એકાઉન્ટ બતાવો'; @@ -10963,15 +10962,15 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationHe({ String localeName = 'he', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -11085,22 +11084,22 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'יש להזין שעה תקינה'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => r'$licenseCount רישיונות'; + String? get licensesPackageDetailTextMany => r'$licenseCount רישיונות'; @override - String get licensesPackageDetailTextOne => 'רישיון אחד'; + String? get licensesPackageDetailTextOne => 'רישיון אחד'; @override String get licensesPackageDetailTextOther => r'$licenseCount רישיונות'; @override - String get licensesPackageDetailTextTwo => r'$licenseCount רישיונות'; + String? get licensesPackageDetailTextTwo => r'$licenseCount רישיונות'; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'רישיונות'; @@ -11148,22 +11147,22 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'רענון'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => r'נותרו $remainingCount תווים'; + String? get remainingTextFieldCharacterCountMany => r'נותרו $remainingCount תווים'; @override - String get remainingTextFieldCharacterCountOne => 'נותר תו אחד'; + String? get remainingTextFieldCharacterCountOne => 'נותר תו אחד'; @override String get remainingTextFieldCharacterCountOther => r'נותרו $remainingCount תווים'; @override - String get remainingTextFieldCharacterCountTwo => r'נותרו $remainingCount תווים'; + String? get remainingTextFieldCharacterCountTwo => r'נותרו $remainingCount תווים'; @override - String get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => 'TBD'; @override String get reorderItemDown => 'העברה למטה'; @@ -11202,22 +11201,22 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'בחירת שנה'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => r'$selectedRowCount פריטים נבחרו'; + String? get selectedRowCountTitleMany => r'$selectedRowCount פריטים נבחרו'; @override - String get selectedRowCountTitleOne => 'פריט אחד נבחר'; + String? get selectedRowCountTitleOne => 'פריט אחד נבחר'; @override String get selectedRowCountTitleOther => r'$selectedRowCount פריטים נבחרו'; @override - String get selectedRowCountTitleTwo => r'$selectedRowCount פריטים נבחרו'; + String? get selectedRowCountTitleTwo => r'$selectedRowCount פריטים נבחרו'; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'הצגת החשבונות'; @@ -11269,15 +11268,15 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationHi({ String localeName = 'hi', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -11391,22 +11390,22 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'मान्य समय डालें'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 लाइसेंस'; + String? get licensesPackageDetailTextOne => '1 लाइसेंस'; @override String get licensesPackageDetailTextOther => r'$licenseCount लाइसेंस'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'लाइसेंस'; @@ -11454,22 +11453,22 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'रीफ़्रेश करें'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => 'एक वर्ण आैर डाला जा सकता है'; + String? get remainingTextFieldCharacterCountOne => 'एक वर्ण आैर डाला जा सकता है'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount वर्ण आैर डाले जा सकते हैं'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => 'TBD'; @override String get reorderItemDown => 'नीचे ले जाएं'; @@ -11508,22 +11507,22 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'साल चुनें'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '1 चीज़ चुनी गई'; + String? get selectedRowCountTitleOne => '1 चीज़ चुनी गई'; @override String get selectedRowCountTitleOther => r'$selectedRowCount चीज़ें चुनी गईं'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'खाते दिखाएं'; @@ -11575,15 +11574,15 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationHr({ String localeName = 'hr', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -11697,22 +11696,22 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Unesite važeće vrijeme'; @override - String get licensesPackageDetailTextFew => r'$licenseCount licence'; + String? get licensesPackageDetailTextFew => r'$licenseCount licence'; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 licenca'; + String? get licensesPackageDetailTextOne => '1 licenca'; @override String get licensesPackageDetailTextOther => r'$licenseCount licenci'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Licence'; @@ -11760,22 +11759,22 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Osvježi'; @override - String get remainingTextFieldCharacterCountFew => r'Preostala su $remainingCount znaka'; + String? get remainingTextFieldCharacterCountFew => r'Preostala su $remainingCount znaka'; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => 'Preostao je 1 znak'; + String? get remainingTextFieldCharacterCountOne => 'Preostao je 1 znak'; @override String get remainingTextFieldCharacterCountOther => r'Preostalo je $remainingCount znakova'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => 'TBD'; @override String get reorderItemDown => 'Pomakni prema dolje'; @@ -11814,22 +11813,22 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Odaberite godinu'; @override - String get selectedRowCountTitleFew => r'Odabrane su $selectedRowCount stavke'; + String? get selectedRowCountTitleFew => r'Odabrane su $selectedRowCount stavke'; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => 'Odabrana je jedna stavka'; + String? get selectedRowCountTitleOne => 'Odabrana je jedna stavka'; @override String get selectedRowCountTitleOther => r'Odabrano je $selectedRowCount stavki'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'Prikažite račune'; @@ -11881,15 +11880,15 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationHu({ String localeName = 'hu', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -12003,22 +12002,22 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Érvényes formátumban adja meg az időt'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 licenc'; + String? get licensesPackageDetailTextOne => '1 licenc'; @override String get licensesPackageDetailTextOther => r'$licenseCount licenc'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Licencek'; @@ -12066,22 +12065,22 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Frissítés'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => '1 karakter maradt'; + String? get remainingTextFieldCharacterCountOne => '1 karakter maradt'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount karakter maradt'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => 'TBD'; @override String get reorderItemDown => 'Áthelyezés lefelé'; @@ -12120,22 +12119,22 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Válassza ki az évet'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '1 elem kiválasztva'; + String? get selectedRowCountTitleOne => '1 elem kiválasztva'; @override String get selectedRowCountTitleOther => r'$selectedRowCount elem kiválasztva'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'Fiókok megjelenítése'; @@ -12187,15 +12186,15 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationHy({ String localeName = 'hy', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -12309,22 +12308,22 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Մուտքագրեք վավեր ժամ'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 լիցենզիա'; + String? get licensesPackageDetailTextOne => '1 լիցենզիա'; @override String get licensesPackageDetailTextOther => r'$licenseCount լիցենզիա'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Արտոնագրեր'; @@ -12372,22 +12371,22 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Թարմացնել'; @override - String get remainingTextFieldCharacterCountFew => r'Մնաց $remainingCount նիշ'; + String? get remainingTextFieldCharacterCountFew => r'Մնաց $remainingCount նիշ'; @override - String get remainingTextFieldCharacterCountMany => r'Մնաց $remainingCount նիշ'; + String? get remainingTextFieldCharacterCountMany => r'Մնաց $remainingCount նիշ'; @override - String get remainingTextFieldCharacterCountOne => 'Մնացել է 1 նիշ'; + String? get remainingTextFieldCharacterCountOne => 'Մնացել է 1 նիշ'; @override String get remainingTextFieldCharacterCountOther => r'Մնացել է $remainingCount նիշ'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'Նիշի հնարավորություն չկա'; + String? get remainingTextFieldCharacterCountZero => 'Նիշի հնարավորություն չկա'; @override String get reorderItemDown => 'Տեղափոխել ներքև'; @@ -12426,22 +12425,22 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Ընտրել տարին'; @override - String get selectedRowCountTitleFew => r'Ընտրված է $selectedRowCount օբյեկտ'; + String? get selectedRowCountTitleFew => r'Ընտրված է $selectedRowCount օբյեկտ'; @override - String get selectedRowCountTitleMany => r'Ընտրված է $selectedRowCount օբյեկտ'; + String? get selectedRowCountTitleMany => r'Ընտրված է $selectedRowCount օբյեկտ'; @override - String get selectedRowCountTitleOne => 'Ընտրվել է 1 տարր'; + String? get selectedRowCountTitleOne => 'Ընտրվել է 1 տարր'; @override String get selectedRowCountTitleOther => r'Ընտրվել է $selectedRowCount տարր'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => 'Տողերը ընտրված չեն'; + String? get selectedRowCountTitleZero => 'Տողերը ընտրված չեն'; @override String get showAccountsLabel => 'Ցույց տալ հաշիվները'; @@ -12493,15 +12492,15 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationId({ String localeName = 'id', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -12615,22 +12614,22 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Masukkan waktu yang valid'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 lisensi'; + String? get licensesPackageDetailTextOne => '1 lisensi'; @override String get licensesPackageDetailTextOther => r'$licenseCount lisensi'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Lisensi'; @@ -12678,22 +12677,22 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Memuat ulang'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => 'Sisa 1 karakter'; + String? get remainingTextFieldCharacterCountOne => 'Sisa 1 karakter'; @override String get remainingTextFieldCharacterCountOther => r'Sisa $remainingCount karakter'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => 'TBD'; @override String get reorderItemDown => 'Turunkan'; @@ -12732,22 +12731,22 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Pilih tahun'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '1 item dipilih'; + String? get selectedRowCountTitleOne => '1 item dipilih'; @override String get selectedRowCountTitleOther => r'$selectedRowCount item dipilih'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'Tampilkan akun'; @@ -12799,15 +12798,15 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationIs({ String localeName = 'is', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -12921,22 +12920,22 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Færðu inn gildan tíma'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 leyfi'; + String? get licensesPackageDetailTextOne => '1 leyfi'; @override String get licensesPackageDetailTextOther => r'$licenseCount leyfi'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Leyfi'; @@ -12984,22 +12983,22 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Endurnýja'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => '1 stafur eftir'; + String? get remainingTextFieldCharacterCountOne => '1 stafur eftir'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount stafir eftir'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => null; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'Færa niður'; @@ -13038,22 +13037,22 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Velja ár'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '1 atriði valið'; + String? get selectedRowCountTitleOne => '1 atriði valið'; @override String get selectedRowCountTitleOther => r'$selectedRowCount atriði valin'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'Sýna reikninga'; @@ -13105,15 +13104,15 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationIt({ String localeName = 'it', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -13227,22 +13226,22 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Inserisci un orario valido'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 licenza'; + String? get licensesPackageDetailTextOne => '1 licenza'; @override String get licensesPackageDetailTextOther => r'$licenseCount licenze'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Licenze'; @@ -13290,22 +13289,22 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Aggiorna'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => '1 carattere rimanente'; + String? get remainingTextFieldCharacterCountOne => '1 carattere rimanente'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount caratteri rimanenti'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => 'TBD'; @override String get reorderItemDown => 'Sposta giù'; @@ -13344,22 +13343,22 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Seleziona anno'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '1 elemento selezionato'; + String? get selectedRowCountTitleOne => '1 elemento selezionato'; @override String get selectedRowCountTitleOther => r'$selectedRowCount elementi selezionati'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'Mostra account'; @@ -13411,15 +13410,15 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationJa({ String localeName = 'ja', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -13533,22 +13532,22 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get invalidTimeLabel => '有効な時刻を入力してください'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => 'ライセンス: 1 件'; + String? get licensesPackageDetailTextOne => 'ライセンス: 1 件'; @override String get licensesPackageDetailTextOther => r'ライセンス: $licenseCount 件'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'ライセンス'; @@ -13596,22 +13595,22 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => '更新'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => '残り 1 文字(半角相当)'; + String? get remainingTextFieldCharacterCountOne => '残り 1 文字(半角相当)'; @override String get remainingTextFieldCharacterCountOther => r'残り $remainingCount 文字(半角相当)'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => 'TBD'; @override String get reorderItemDown => '下に移動'; @@ -13650,22 +13649,22 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => '年を選択'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '1 件のアイテムを選択中'; + String? get selectedRowCountTitleOne => '1 件のアイテムを選択中'; @override String get selectedRowCountTitleOther => r'$selectedRowCount 件のアイテムを選択中'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'アカウントを表示'; @@ -13717,15 +13716,15 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationKa({ String localeName = 'ka', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -13839,22 +13838,22 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'შეიყვანეთ სწორი დრო'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 ლიცენზია'; + String? get licensesPackageDetailTextOne => '1 ლიცენზია'; @override String get licensesPackageDetailTextOther => r'$licenseCount ლიცენზია'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'ლიცენზიები'; @@ -13902,22 +13901,22 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'განახლება'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => 'დარჩა 1 სიმბოლო'; + String? get remainingTextFieldCharacterCountOne => 'დარჩა 1 სიმბოლო'; @override String get remainingTextFieldCharacterCountOther => r'დარჩა $remainingCount სიმბოლო'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => null; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'ქვემოთ გადატანა'; @@ -13956,22 +13955,22 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'აირჩიეთ წელი'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => 'არჩეულია 1 ერთეული'; + String? get selectedRowCountTitleOne => 'არჩეულია 1 ერთეული'; @override String get selectedRowCountTitleOther => r'არჩეულია $selectedRowCount ერთეული'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'ანგარიშების ჩვენება'; @@ -14023,15 +14022,15 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationKk({ String localeName = 'kk', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -14145,22 +14144,22 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Жарамды уақыт мәліметін енгізіңіз.'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 лицензия'; + String? get licensesPackageDetailTextOne => '1 лицензия'; @override String get licensesPackageDetailTextOther => r'$licenseCount лицензия'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Лицензиялар'; @@ -14208,22 +14207,22 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Жаңарту'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => '1 таңба қалды.'; + String? get remainingTextFieldCharacterCountOne => '1 таңба қалды.'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount таңба қалды.'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'Таңбалар қалмады'; + String? get remainingTextFieldCharacterCountZero => 'Таңбалар қалмады'; @override String get reorderItemDown => 'Төменге жылжыту'; @@ -14262,22 +14261,22 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Жылды таңдау'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '1 элемент таңдалды.'; + String? get selectedRowCountTitleOne => '1 элемент таңдалды.'; @override String get selectedRowCountTitleOther => r'$selectedRowCount элемент таңдалды.'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => 'Тармақ таңдалмаған'; + String? get selectedRowCountTitleZero => 'Тармақ таңдалмаған'; @override String get showAccountsLabel => 'Есептік жазбаларды көрсету'; @@ -14329,15 +14328,15 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationKm({ String localeName = 'km', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -14451,22 +14450,22 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'បញ្ចូលពេលវេលា​ដែល​ត្រឹមត្រូវ'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => 'អាជ្ញាបណ្ណ 1'; + String? get licensesPackageDetailTextOne => 'អាជ្ញាបណ្ណ 1'; @override String get licensesPackageDetailTextOther => r'អាជ្ញាបណ្ណ $licenseCount'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'អាជ្ញាបណ្ណ'; @@ -14514,22 +14513,22 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'ផ្ទុកឡើងវិញ'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => 'នៅសល់​ 1 តួ​ទៀត'; + String? get remainingTextFieldCharacterCountOne => 'នៅសល់​ 1 តួ​ទៀត'; @override String get remainingTextFieldCharacterCountOther => r'នៅសល់ $remainingCount តួ​ទៀត'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => 'TBD'; @override String get reorderItemDown => 'ផ្លាស់ទី​ចុះ​ក្រោម'; @@ -14568,22 +14567,22 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'ជ្រើសរើសឆ្នាំ'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => 'បាន​ជ្រើស​រើស​ធាតុ 1'; + String? get selectedRowCountTitleOne => 'បាន​ជ្រើស​រើស​ធាតុ 1'; @override String get selectedRowCountTitleOther => r'បាន​ជ្រើស​រើស​ធាតុ $selectedRowCount'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'បង្ហាញគណនី'; @@ -14635,15 +14634,15 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationKn({ String localeName = 'kn', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -14757,22 +14756,22 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { String get invalidTimeLabel => '\u{cae}\u{cbe}\u{ca8}\u{ccd}\u{caf}\u{cb5}\u{cbe}\u{ca6}\u{20}\u{cb8}\u{cae}\u{caf}\u{cb5}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{ca8}\u{cae}\u{cc2}\u{ca6}\u{cbf}\u{cb8}\u{cbf}'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '\u{31}\u{20}\u{caa}\u{cb0}\u{cb5}\u{cbe}\u{ca8}\u{c97}\u{cbf}'; + String? get licensesPackageDetailTextOne => '\u{31}\u{20}\u{caa}\u{cb0}\u{cb5}\u{cbe}\u{ca8}\u{c97}\u{cbf}'; @override String get licensesPackageDetailTextOther => '\u{24}\u{6c}\u{69}\u{63}\u{65}\u{6e}\u{73}\u{65}\u{43}\u{6f}\u{75}\u{6e}\u{74}\u{20}\u{caa}\u{cb0}\u{cb5}\u{cbe}\u{ca8}\u{c97}\u{cbf}\u{c97}\u{cb3}\u{cc1}'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => '\u{caa}\u{cb0}\u{cb5}\u{cbe}\u{ca8}\u{c97}\u{cbf}\u{c97}\u{cb3}\u{cc1}'; @@ -14820,22 +14819,22 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => '\u{cb0}\u{cbf}\u{cab}\u{ccd}\u{cb0}\u{cc6}\u{cb6}\u{ccd}\u{20}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => '\u{31}\u{20}\u{c85}\u{c95}\u{ccd}\u{cb7}\u{cb0}\u{20}\u{c89}\u{cb3}\u{cbf}\u{ca6}\u{cbf}\u{ca6}\u{cc6}'; + String? get remainingTextFieldCharacterCountOne => '\u{31}\u{20}\u{c85}\u{c95}\u{ccd}\u{cb7}\u{cb0}\u{20}\u{c89}\u{cb3}\u{cbf}\u{ca6}\u{cbf}\u{ca6}\u{cc6}'; @override String get remainingTextFieldCharacterCountOther => '\u{24}\u{72}\u{65}\u{6d}\u{61}\u{69}\u{6e}\u{69}\u{6e}\u{67}\u{43}\u{6f}\u{75}\u{6e}\u{74}\u{20}\u{c85}\u{c95}\u{ccd}\u{cb7}\u{cb0}\u{c97}\u{cb3}\u{cc1}\u{20}\u{c89}\u{cb3}\u{cbf}\u{ca6}\u{cbf}\u{cb5}\u{cc6}'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => null; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => '\u{c95}\u{cc6}\u{cb3}\u{c97}\u{cc6}\u{20}\u{cb8}\u{cb0}\u{cbf}\u{cb8}\u{cbf}'; @@ -14874,22 +14873,22 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => '\u{cb5}\u{cb0}\u{ccd}\u{cb7}\u{cb5}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{c86}\u{caf}\u{ccd}\u{c95}\u{cc6}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '\u{31}\u{20}\u{c90}\u{c9f}\u{c82}\u{20}\u{c86}\u{caf}\u{ccd}\u{c95}\u{cc6}\u{20}\u{cae}\u{cbe}\u{ca1}\u{cb2}\u{cbe}\u{c97}\u{cbf}\u{ca6}\u{cc6}'; + String? get selectedRowCountTitleOne => '\u{31}\u{20}\u{c90}\u{c9f}\u{c82}\u{20}\u{c86}\u{caf}\u{ccd}\u{c95}\u{cc6}\u{20}\u{cae}\u{cbe}\u{ca1}\u{cb2}\u{cbe}\u{c97}\u{cbf}\u{ca6}\u{cc6}'; @override String get selectedRowCountTitleOther => '\u{24}\u{73}\u{65}\u{6c}\u{65}\u{63}\u{74}\u{65}\u{64}\u{52}\u{6f}\u{77}\u{43}\u{6f}\u{75}\u{6e}\u{74}\u{20}\u{c90}\u{c9f}\u{c82}\u{c97}\u{cb3}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{c86}\u{caf}\u{ccd}\u{c95}\u{cc6}\u{20}\u{cae}\u{cbe}\u{ca1}\u{cb2}\u{cbe}\u{c97}\u{cbf}\u{ca6}\u{cc6}'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => '\u{c96}\u{cbe}\u{ca4}\u{cc6}\u{c97}\u{cb3}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{ca4}\u{ccb}\u{cb0}\u{cbf}\u{cb8}\u{cbf}'; @@ -14941,15 +14940,15 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationKo({ String localeName = 'ko', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -15063,22 +15062,22 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get invalidTimeLabel => '유효한 시간을 입력하세요.'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '라이선스 1개'; + String? get licensesPackageDetailTextOne => '라이선스 1개'; @override String get licensesPackageDetailTextOther => r'라이선스 $licenseCount개'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => '라이선스'; @@ -15126,22 +15125,22 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => '새로고침'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => '1자 남음'; + String? get remainingTextFieldCharacterCountOne => '1자 남음'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount자 남음'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => 'TBD'; @override String get reorderItemDown => '아래로 이동'; @@ -15180,22 +15179,22 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => '연도 선택'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '항목 1개 선택됨'; + String? get selectedRowCountTitleOne => '항목 1개 선택됨'; @override String get selectedRowCountTitleOther => r'항목 $selectedRowCount개 선택됨'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => '계정 표시'; @@ -15247,15 +15246,15 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationKy({ String localeName = 'ky', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -15369,22 +15368,22 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Убакытты туура көрсөтүңүз'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 уруксаттама'; + String? get licensesPackageDetailTextOne => '1 уруксаттама'; @override String get licensesPackageDetailTextOther => r'$licenseCount уруксаттама'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Уруксаттамалар'; @@ -15432,22 +15431,22 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Жаңыртуу'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => '1 белги калды'; + String? get remainingTextFieldCharacterCountOne => '1 белги калды'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount белги калды'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => null; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'Төмөн жылдыруу'; @@ -15486,22 +15485,22 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Жылды тандоо'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '1 нерсе тандалды'; + String? get selectedRowCountTitleOne => '1 нерсе тандалды'; @override String get selectedRowCountTitleOther => r'$selectedRowCount нерсе тандалды'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'Аккаунттарды көрсөтүү'; @@ -15553,15 +15552,15 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationLo({ String localeName = 'lo', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -15675,22 +15674,22 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'ລະບຸເວລາທີ່ຖືກຕ້ອງ'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 ໃບອະນຸຍາດ'; + String? get licensesPackageDetailTextOne => '1 ໃບອະນຸຍາດ'; @override String get licensesPackageDetailTextOther => r'$licenseCount ໃບອະນຸຍາດ'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'ໃບອະນຸຍາດ'; @@ -15738,22 +15737,22 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'ໂຫຼດຄືນໃໝ່'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => 'ຍັງອີກ 1 ຕົວອັກສອນ'; + String? get remainingTextFieldCharacterCountOne => 'ຍັງອີກ 1 ຕົວອັກສອນ'; @override String get remainingTextFieldCharacterCountOther => r'ຍັງອີກ $remainingCount ຕົວອັກສອນ'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => null; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'ຍ້າຍລົງ'; @@ -15792,22 +15791,22 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'ເລືອກ​ປີ'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => 'ເລືອກ 1 ລາຍການແລ້ວ'; + String? get selectedRowCountTitleOne => 'ເລືອກ 1 ລາຍການແລ້ວ'; @override String get selectedRowCountTitleOther => r'ເລືອກ $selectedRowCount ລາຍການແລ້ວ'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'ສະແດງບັນຊີ'; @@ -15859,15 +15858,15 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationLt({ String localeName = 'lt', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -15981,22 +15980,22 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Įveskite tinkamą laiką'; @override - String get licensesPackageDetailTextFew => r'$licenseCount licencijos'; + String? get licensesPackageDetailTextFew => r'$licenseCount licencijos'; @override - String get licensesPackageDetailTextMany => r'$licenseCount licencijos'; + String? get licensesPackageDetailTextMany => r'$licenseCount licencijos'; @override - String get licensesPackageDetailTextOne => '1 licencija'; + String? get licensesPackageDetailTextOne => '1 licencija'; @override String get licensesPackageDetailTextOther => r'$licenseCount licencijų'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Licencijos'; @@ -16044,22 +16043,22 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Atnaujinti'; @override - String get remainingTextFieldCharacterCountFew => r'Liko $remainingCount simboliai'; + String? get remainingTextFieldCharacterCountFew => r'Liko $remainingCount simboliai'; @override - String get remainingTextFieldCharacterCountMany => r'Liko $remainingCount simbolio'; + String? get remainingTextFieldCharacterCountMany => r'Liko $remainingCount simbolio'; @override - String get remainingTextFieldCharacterCountOne => 'Liko 1 simbolis'; + String? get remainingTextFieldCharacterCountOne => 'Liko 1 simbolis'; @override String get remainingTextFieldCharacterCountOther => r'Liko $remainingCount simbolių'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => 'TBD'; @override String get reorderItemDown => 'Perkelti žemyn'; @@ -16098,22 +16097,22 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Pasirinkite metus'; @override - String get selectedRowCountTitleFew => r'Pasirinkti $selectedRowCount elementai'; + String? get selectedRowCountTitleFew => r'Pasirinkti $selectedRowCount elementai'; @override - String get selectedRowCountTitleMany => r'Pasirinkta $selectedRowCount elemento'; + String? get selectedRowCountTitleMany => r'Pasirinkta $selectedRowCount elemento'; @override - String get selectedRowCountTitleOne => 'Pasirinktas 1 elementas'; + String? get selectedRowCountTitleOne => 'Pasirinktas 1 elementas'; @override String get selectedRowCountTitleOther => r'Pasirinkta $selectedRowCount elementų'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'Rodyti paskyras'; @@ -16165,15 +16164,15 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationLv({ String localeName = 'lv', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -16287,22 +16286,22 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Ievadiet derīgu laiku.'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 licence'; + String? get licensesPackageDetailTextOne => '1 licence'; @override String get licensesPackageDetailTextOther => r'$licenseCount licences'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'Nav licenču'; + String? get licensesPackageDetailTextZero => 'Nav licenču'; @override String get licensesPageTitle => 'Licences'; @@ -16350,22 +16349,22 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Atsvaidzināt'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => 'Atlikusi 1 rakstzīme.'; + String? get remainingTextFieldCharacterCountOne => 'Atlikusi 1 rakstzīme.'; @override String get remainingTextFieldCharacterCountOther => r'Atlikušas $remainingCount rakstzīmes.'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'Nav atlikusi neviena rakstzīme.'; + String? get remainingTextFieldCharacterCountZero => 'Nav atlikusi neviena rakstzīme.'; @override String get reorderItemDown => 'Pārvietot uz leju'; @@ -16404,22 +16403,22 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Atlasiet gadu'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => 'Atlasīts 1 vienums'; + String? get selectedRowCountTitleOne => 'Atlasīts 1 vienums'; @override String get selectedRowCountTitleOther => r'Atlasīti $selectedRowCount vienumi'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => 'Nav atlasītu vienumu'; + String? get selectedRowCountTitleZero => 'Nav atlasītu vienumu'; @override String get showAccountsLabel => 'Rādīt kontus'; @@ -16471,15 +16470,15 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationMk({ String localeName = 'mk', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -16593,22 +16592,22 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Внесете важечко време'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 лиценца'; + String? get licensesPackageDetailTextOne => '1 лиценца'; @override String get licensesPackageDetailTextOther => r'$licenseCount лиценци'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Лиценци'; @@ -16656,22 +16655,22 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Освежи'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => 'Преостанува уште 1 знак'; + String? get remainingTextFieldCharacterCountOne => 'Преостанува уште 1 знак'; @override String get remainingTextFieldCharacterCountOther => r'Преостануваат уште $remainingCount знаци'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => null; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'Преместете надолу'; @@ -16710,22 +16709,22 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Изберете година'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => 'Избрана е 1 ставка'; + String? get selectedRowCountTitleOne => 'Избрана е 1 ставка'; @override String get selectedRowCountTitleOther => r'Избрани се $selectedRowCount ставки'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'Прикажи сметки'; @@ -16777,15 +16776,15 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationMl({ String localeName = 'ml', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -16899,22 +16898,22 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'സാധുവായ സമയം നൽകുക'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => 'ഒരു ലൈസൻസ്'; + String? get licensesPackageDetailTextOne => 'ഒരു ലൈസൻസ്'; @override String get licensesPackageDetailTextOther => r'$licenseCount ലൈസൻസുകൾ'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'ലൈസൻസുകൾ'; @@ -16962,22 +16961,22 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'പുതുക്കിയെടുക്കുക'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => 'ഒരു പ്രതീകം ശേഷിക്കുന്നു'; + String? get remainingTextFieldCharacterCountOne => 'ഒരു പ്രതീകം ശേഷിക്കുന്നു'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount പ്രതീകങ്ങൾ ശേഷിക്കുന്നു'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => null; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'താഴോട്ട് നീക്കുക'; @@ -17016,22 +17015,22 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'വർഷം തിരഞ്ഞെടുക്കുക'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => 'ഒരു ഇനം തിരഞ്ഞെടുത്തു'; + String? get selectedRowCountTitleOne => 'ഒരു ഇനം തിരഞ്ഞെടുത്തു'; @override String get selectedRowCountTitleOther => r'$selectedRowCount ഇനങ്ങൾ തിരഞ്ഞെടുത്തു'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'അക്കൗണ്ടുകൾ കാണിക്കുക'; @@ -17083,15 +17082,15 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationMn({ String localeName = 'mn', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -17205,22 +17204,22 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Цагийг зөв оруулна уу'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 лиценз'; + String? get licensesPackageDetailTextOne => '1 лиценз'; @override String get licensesPackageDetailTextOther => r'$licenseCount лиценз'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Лиценз'; @@ -17268,22 +17267,22 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Сэргээх'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => '1 тэмдэгт үлдсэн'; + String? get remainingTextFieldCharacterCountOne => '1 тэмдэгт үлдсэн'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount тэмдэгт үлдсэн'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'No characters remaining'; + String? get remainingTextFieldCharacterCountZero => 'No characters remaining'; @override String get reorderItemDown => 'Доош зөөх'; @@ -17322,22 +17321,22 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Жил сонгох'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '1 зүйл сонгосон'; + String? get selectedRowCountTitleOne => '1 зүйл сонгосон'; @override String get selectedRowCountTitleOther => r'$selectedRowCount зүйл сонгосон'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => 'Бичлэг сонгоогүй байна'; + String? get selectedRowCountTitleZero => 'Бичлэг сонгоогүй байна'; @override String get showAccountsLabel => 'Бүртгэлүүдийг харуулах'; @@ -17389,15 +17388,15 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationMr({ String localeName = 'mr', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -17511,22 +17510,22 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'योग्य वेळ एंटर करा'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => 'एक परवाना'; + String? get licensesPackageDetailTextOne => 'एक परवाना'; @override String get licensesPackageDetailTextOther => r'$licenseCount परवाने'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'परवाने'; @@ -17574,22 +17573,22 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'रिफ्रेश करा'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => 'एक वर्ण शिल्लक'; + String? get remainingTextFieldCharacterCountOne => 'एक वर्ण शिल्लक'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount वर्ण शिल्लक'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'कोणतेही वर्ण शिल्लक नाहीत'; + String? get remainingTextFieldCharacterCountZero => 'कोणतेही वर्ण शिल्लक नाहीत'; @override String get reorderItemDown => 'खाली हलवा'; @@ -17628,22 +17627,22 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'वर्ष निवडा'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => 'एक आयटम निवडला'; + String? get selectedRowCountTitleOne => 'एक आयटम निवडला'; @override String get selectedRowCountTitleOther => r'$selectedRowCount आयटम निवडले'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => 'कोणतेही आयटम निवडलेले नाहीत'; + String? get selectedRowCountTitleZero => 'कोणतेही आयटम निवडलेले नाहीत'; @override String get showAccountsLabel => 'खाती दर्शवा'; @@ -17695,15 +17694,15 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationMs({ String localeName = 'ms', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -17817,22 +17816,22 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Masukkan masa yang sah'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 lesen'; + String? get licensesPackageDetailTextOne => '1 lesen'; @override String get licensesPackageDetailTextOther => r'$licenseCount lesen'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Lesen'; @@ -17880,22 +17879,22 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Muat semula'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => '1 aksara lagi'; + String? get remainingTextFieldCharacterCountOne => '1 aksara lagi'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount aksara lagi'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => 'TBD'; @override String get reorderItemDown => 'Alih ke bawah'; @@ -17934,22 +17933,22 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Pilih tahun'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '1 item dipilih'; + String? get selectedRowCountTitleOne => '1 item dipilih'; @override String get selectedRowCountTitleOther => r'$selectedRowCount item dipilih'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => 'Tiada item dipilih'; + String? get selectedRowCountTitleZero => 'Tiada item dipilih'; @override String get showAccountsLabel => 'Tunjukkan akaun'; @@ -18001,15 +18000,15 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationMy({ String localeName = 'my', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -18123,22 +18122,22 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'မှန်ကန်သည့်အချိန် ထည့်ပါ'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => 'လိုင်စင် 1 ခု'; + String? get licensesPackageDetailTextOne => 'လိုင်စင် 1 ခု'; @override String get licensesPackageDetailTextOther => r'လိုင်စင် $licenseCount ခု'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'လိုင်စင်များ'; @@ -18186,22 +18185,22 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'ပြန်လည်စတင်ရန်'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => 'အက္ခရာ ၁ လုံးကျန်သည်'; + String? get remainingTextFieldCharacterCountOne => 'အက္ခရာ ၁ လုံးကျန်သည်'; @override String get remainingTextFieldCharacterCountOther => r'အက္ခရာ $remainingCount လုံးကျန်သည်'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => null; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'အောက်သို့ရွှေ့ရန်'; @@ -18240,22 +18239,22 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'ခုနှစ် ရွေးရန်'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '၁ ခု ရွေးထားသည်'; + String? get selectedRowCountTitleOne => '၁ ခု ရွေးထားသည်'; @override String get selectedRowCountTitleOther => r'$selectedRowCount ခု ရွေးထားသည်'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'အကောင့်များကို ပြရန်'; @@ -18307,15 +18306,15 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationNb({ String localeName = 'nb', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -18429,22 +18428,22 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Angi et gyldig klokkeslett'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 lisens'; + String? get licensesPackageDetailTextOne => '1 lisens'; @override String get licensesPackageDetailTextOther => r'$licenseCount lisenser'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => null; + String? get licensesPackageDetailTextZero => null; @override String get licensesPageTitle => 'Lisenser'; @@ -18492,22 +18491,22 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Laster inn på nytt'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => '1 tegn gjenstår'; + String? get remainingTextFieldCharacterCountOne => '1 tegn gjenstår'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount tegn gjenstår'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => null; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'Flytt ned'; @@ -18546,22 +18545,22 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Velg året'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '1 element er valgt'; + String? get selectedRowCountTitleOne => '1 element er valgt'; @override String get selectedRowCountTitleOther => r'$selectedRowCount elementer er valgt'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'Vis kontoer'; @@ -18613,15 +18612,15 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationNe({ String localeName = 'ne', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -18735,22 +18734,22 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'वैध समय प्रविष्टि गर्नुहोस्'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => 'एउटा इजाजतपत्र'; + String? get licensesPackageDetailTextOne => 'एउटा इजाजतपत्र'; @override String get licensesPackageDetailTextOther => r'$licenseCount वटा इजाजतपत्र'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'इजाजतपत्रहरू'; @@ -18798,22 +18797,22 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'पुनः ताजा गर्नुहोस्'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => '१ वर्ण बाँकी'; + String? get remainingTextFieldCharacterCountOne => '१ वर्ण बाँकी'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount वर्णहरू बाँकी'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => null; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'तल सार्नुहोस्'; @@ -18852,22 +18851,22 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'वर्ष छान्नुहोस्'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '१ वस्तु चयन गरियो'; + String? get selectedRowCountTitleOne => '१ वस्तु चयन गरियो'; @override String get selectedRowCountTitleOther => r'$selectedRowCount वस्तुहरू चयन गरिए'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'खाताहरू देखाउनुहोस्'; @@ -18919,15 +18918,15 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationNl({ String localeName = 'nl', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -19041,22 +19040,22 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Geef een geldige tijd op'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 licentie'; + String? get licensesPackageDetailTextOne => '1 licentie'; @override String get licensesPackageDetailTextOther => r'$licenseCount licenties'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Licenties'; @@ -19104,22 +19103,22 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Vernieuwen'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => '1 teken resterend'; + String? get remainingTextFieldCharacterCountOne => '1 teken resterend'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount tekens resterend'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => 'TBD'; @override String get reorderItemDown => 'Omlaag verplaatsen'; @@ -19158,22 +19157,22 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Jaar selecteren'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '1 item geselecteerd'; + String? get selectedRowCountTitleOne => '1 item geselecteerd'; @override String get selectedRowCountTitleOther => r'$selectedRowCount items geselecteerd'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'Accounts weergeven'; @@ -19225,15 +19224,15 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationNo({ String localeName = 'no', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -19347,22 +19346,22 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Angi et gyldig klokkeslett'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 lisens'; + String? get licensesPackageDetailTextOne => '1 lisens'; @override String get licensesPackageDetailTextOther => r'$licenseCount lisenser'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => null; + String? get licensesPackageDetailTextZero => null; @override String get licensesPageTitle => 'Lisenser'; @@ -19410,22 +19409,22 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Laster inn på nytt'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => '1 tegn gjenstår'; + String? get remainingTextFieldCharacterCountOne => '1 tegn gjenstår'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount tegn gjenstår'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => null; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'Flytt ned'; @@ -19464,22 +19463,22 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Velg året'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '1 element er valgt'; + String? get selectedRowCountTitleOne => '1 element er valgt'; @override String get selectedRowCountTitleOther => r'$selectedRowCount elementer er valgt'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'Vis kontoer'; @@ -19531,15 +19530,15 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationOr({ String localeName = 'or', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -19653,22 +19652,22 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'ଏକ ବୈଧ ସମୟ ଲେଖନ୍ତୁ'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1ଟି ଲାଇସେନ୍ସ'; + String? get licensesPackageDetailTextOne => '1ଟି ଲାଇସେନ୍ସ'; @override String get licensesPackageDetailTextOther => r'$licenseCountଟି ଲାଇସେନ୍ସ'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'ଲାଇସେନ୍ସଗୁଡ଼କ'; @@ -19716,22 +19715,22 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'ରିଫ୍ରେସ୍ କରନ୍ତୁ'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => '1ଟି ଅକ୍ଷର ବାକି ଅଛି'; + String? get remainingTextFieldCharacterCountOne => '1ଟି ଅକ୍ଷର ବାକି ଅଛି'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCountଟି ଅକ୍ଷର ବାକି ଅଛି'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => null; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'ତଳକୁ ଯାଆନ୍ତୁ'; @@ -19770,22 +19769,22 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'ବର୍ଷ ଚୟନ କରନ୍ତୁ'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '1ଟି ଆଇଟମ୍ ଚୟନ କରାଯାଇଛି'; + String? get selectedRowCountTitleOne => '1ଟି ଆଇଟମ୍ ଚୟନ କରାଯାଇଛି'; @override String get selectedRowCountTitleOther => r'$selectedRowCountଟି ଆଇଟମ୍ ଚୟନ କରାଯାଇଛି'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'ଆକାଉଣ୍ଟ ଦେଖାନ୍ତୁ'; @@ -19837,15 +19836,15 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationPa({ String localeName = 'pa', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -19959,22 +19958,22 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'ਵੈਧ ਸਮਾਂ ਦਾਖਲ ਕਰੋ'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 ਲਾਇਸੰਸ'; + String? get licensesPackageDetailTextOne => '1 ਲਾਇਸੰਸ'; @override String get licensesPackageDetailTextOther => r'$licenseCount ਲਾਇਸੰਸ'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'ਲਾਇਸੰਸ'; @@ -20022,22 +20021,22 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'ਰਿਫ੍ਰੈਸ਼ ਕਰੋ'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => '1 ਅੱਖਰ-ਚਿੰਨ੍ਹ ਬਾਕੀ'; + String? get remainingTextFieldCharacterCountOne => '1 ਅੱਖਰ-ਚਿੰਨ੍ਹ ਬਾਕੀ'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount ਅੱਖਰ-ਚਿੰਨ੍ਹ ਬਾਕੀ'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => null; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'ਹੇਠਾਂ ਲਿਜਾਓ'; @@ -20076,22 +20075,22 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'ਸਾਲ ਚੁਣੋ'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '1 ਆਈਟਮ ਚੁਣੀ ਗਈ'; + String? get selectedRowCountTitleOne => '1 ਆਈਟਮ ਚੁਣੀ ਗਈ'; @override String get selectedRowCountTitleOther => r'$selectedRowCount ਆਈਟਮਾਂ ਚੁਣੀਆਂ ਗਈਆਂ'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'ਖਾਤੇ ਦਿਖਾਓ'; @@ -20143,15 +20142,15 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationPl({ String localeName = 'pl', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -20265,22 +20264,22 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Wpisz prawidłową godzinę'; @override - String get licensesPackageDetailTextFew => r'$licenseCount licencje'; + String? get licensesPackageDetailTextFew => r'$licenseCount licencje'; @override - String get licensesPackageDetailTextMany => r'$licenseCount licencji'; + String? get licensesPackageDetailTextMany => r'$licenseCount licencji'; @override - String get licensesPackageDetailTextOne => '1 licencja'; + String? get licensesPackageDetailTextOne => '1 licencja'; @override String get licensesPackageDetailTextOther => r'$licenseCount licencji'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Licencje'; @@ -20328,22 +20327,22 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Odśwież'; @override - String get remainingTextFieldCharacterCountFew => r'Pozostały $remainingCount znaki'; + String? get remainingTextFieldCharacterCountFew => r'Pozostały $remainingCount znaki'; @override - String get remainingTextFieldCharacterCountMany => r'Pozostało $remainingCount znaków'; + String? get remainingTextFieldCharacterCountMany => r'Pozostało $remainingCount znaków'; @override - String get remainingTextFieldCharacterCountOne => 'Jeszcze 1 znak'; + String? get remainingTextFieldCharacterCountOne => 'Jeszcze 1 znak'; @override String get remainingTextFieldCharacterCountOther => r'Pozostało $remainingCount znaków'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => 'TBD'; @override String get reorderItemDown => 'Przenieś w dół'; @@ -20382,22 +20381,22 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Wybierz rok'; @override - String get selectedRowCountTitleFew => r'$selectedRowCount wybrane elementy'; + String? get selectedRowCountTitleFew => r'$selectedRowCount wybrane elementy'; @override - String get selectedRowCountTitleMany => r'$selectedRowCount wybranych elementów'; + String? get selectedRowCountTitleMany => r'$selectedRowCount wybranych elementów'; @override - String get selectedRowCountTitleOne => '1 wybrany element'; + String? get selectedRowCountTitleOne => '1 wybrany element'; @override String get selectedRowCountTitleOther => r'$selectedRowCount wybranych elementów'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'Pokaż konta'; @@ -20449,15 +20448,15 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationPs({ String localeName = 'ps', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -20478,7 +20477,7 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { String get alertDialogLabel => 'خبرتیا'; @override - String get anteMeridiemAbbreviation => null; + String get anteMeridiemAbbreviation => 'AM'; @override String get backButtonTooltip => 'شاته'; @@ -20571,22 +20570,22 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Enter a valid time'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 license'; + String? get licensesPackageDetailTextOne => '1 license'; @override String get licensesPackageDetailTextOther => r'$licenseCount licenses'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'جوازونه'; @@ -20622,7 +20621,7 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { String get popupMenuLabel => 'د پاپ اپ مینو'; @override - String get postMeridiemAbbreviation => null; + String get postMeridiemAbbreviation => 'PM'; @override String get previousMonthTooltip => 'تیره میاشت'; @@ -20634,22 +20633,22 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Refresh'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => '1 character remaining'; + String? get remainingTextFieldCharacterCountOne => '1 character remaining'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount characters remaining'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'No characters remaining'; + String? get remainingTextFieldCharacterCountZero => 'No characters remaining'; @override String get reorderItemDown => 'Move down'; @@ -20688,22 +20687,22 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Select year'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => null; + String? get selectedRowCountTitleOne => null; @override String get selectedRowCountTitleOther => r'$selectedRowCount توکي غوره شوي'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'حسابونه ښکاره کړئ'; @@ -20755,15 +20754,15 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationPt({ String localeName = 'pt', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -20877,22 +20876,22 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Insira um horário válido'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 licença'; + String? get licensesPackageDetailTextOne => '1 licença'; @override String get licensesPackageDetailTextOther => r'$licenseCount licenças'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Licenças'; @@ -20940,22 +20939,22 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Atualizar'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => '1 caractere restante'; + String? get remainingTextFieldCharacterCountOne => '1 caractere restante'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount caracteres restantes'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => 'TBD'; @override String get reorderItemDown => 'Mover para baixo'; @@ -20994,22 +20993,22 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Selecione o ano'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '1 item selecionado'; + String? get selectedRowCountTitleOne => '1 item selecionado'; @override String get selectedRowCountTitleOther => r'$selectedRowCount itens selecionados'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'Mostrar contas'; @@ -21061,15 +21060,15 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationPtPt({ String localeName = 'pt_PT', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -21174,7 +21173,7 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { String get expandedIconTapHint => 'Reduzir'; @override - String get remainingTextFieldCharacterCountOne => 'Resta 1 caráter'; + String? get remainingTextFieldCharacterCountOne => 'Resta 1 caráter'; @override String get remainingTextFieldCharacterCountOther => r'Restam $remainingCount carateres'; @@ -21187,15 +21186,15 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationRo({ String localeName = 'ro', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -21309,22 +21308,22 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Introduceți o oră validă'; @override - String get licensesPackageDetailTextFew => r'$licenseCount licențe'; + String? get licensesPackageDetailTextFew => r'$licenseCount licențe'; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => 'O licență'; + String? get licensesPackageDetailTextOne => 'O licență'; @override String get licensesPackageDetailTextOther => r'$licenseCount de licențe'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Licențe'; @@ -21372,22 +21371,22 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Actualizați'; @override - String get remainingTextFieldCharacterCountFew => r'$remainingCount caractere rămase'; + String? get remainingTextFieldCharacterCountFew => r'$remainingCount caractere rămase'; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => 'un caracter rămas'; + String? get remainingTextFieldCharacterCountOne => 'un caracter rămas'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount de caractere rămase'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => 'TBD'; @override String get reorderItemDown => 'Mutați în jos'; @@ -21426,22 +21425,22 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Selectați anul'; @override - String get selectedRowCountTitleFew => r'$selectedRowCount articole selectate'; + String? get selectedRowCountTitleFew => r'$selectedRowCount articole selectate'; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => 'Un articol selectat'; + String? get selectedRowCountTitleOne => 'Un articol selectat'; @override String get selectedRowCountTitleOther => r'$selectedRowCount de articole selectate'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => 'Nu există elemente selectate'; + String? get selectedRowCountTitleZero => 'Nu există elemente selectate'; @override String get showAccountsLabel => 'Afișați conturile'; @@ -21493,15 +21492,15 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationRu({ String localeName = 'ru', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -21615,22 +21614,22 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Указано недопустимое время.'; @override - String get licensesPackageDetailTextFew => r'$licenseCount лицензии'; + String? get licensesPackageDetailTextFew => r'$licenseCount лицензии'; @override - String get licensesPackageDetailTextMany => r'$licenseCount лицензий'; + String? get licensesPackageDetailTextMany => r'$licenseCount лицензий'; @override - String get licensesPackageDetailTextOne => '1 лицензия'; + String? get licensesPackageDetailTextOne => '1 лицензия'; @override String get licensesPackageDetailTextOther => r'$licenseCount лицензии'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Лицензии'; @@ -21678,22 +21677,22 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Обновление'; @override - String get remainingTextFieldCharacterCountFew => r'Осталось $remainingCount символа'; + String? get remainingTextFieldCharacterCountFew => r'Осталось $remainingCount символа'; @override - String get remainingTextFieldCharacterCountMany => r'Осталось $remainingCount символов'; + String? get remainingTextFieldCharacterCountMany => r'Осталось $remainingCount символов'; @override - String get remainingTextFieldCharacterCountOne => 'Остался 1 символ'; + String? get remainingTextFieldCharacterCountOne => 'Остался 1 символ'; @override String get remainingTextFieldCharacterCountOther => r'Осталось $remainingCount символа'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => 'TBD'; @override String get reorderItemDown => 'Переместить вниз'; @@ -21732,22 +21731,22 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Выберите год'; @override - String get selectedRowCountTitleFew => r'Выбрано $selectedRowCount объекта'; + String? get selectedRowCountTitleFew => r'Выбрано $selectedRowCount объекта'; @override - String get selectedRowCountTitleMany => r'Выбрано $selectedRowCount объектов'; + String? get selectedRowCountTitleMany => r'Выбрано $selectedRowCount объектов'; @override - String get selectedRowCountTitleOne => 'Выбран 1 объект'; + String? get selectedRowCountTitleOne => 'Выбран 1 объект'; @override String get selectedRowCountTitleOther => r'Выбрано $selectedRowCount объекта'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => 'Строки не выбраны'; + String? get selectedRowCountTitleZero => 'Строки не выбраны'; @override String get showAccountsLabel => 'Показать аккаунты'; @@ -21799,15 +21798,15 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationSi({ String localeName = 'si', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -21921,22 +21920,22 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'වලංගු වේලාවක් ඇතුළු කරන්න'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => 'බලපත්‍ර 1'; + String? get licensesPackageDetailTextOne => 'බලපත්‍ර 1'; @override String get licensesPackageDetailTextOther => r'බලපත්‍ර $licenseCount'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'බලපත්‍ර'; @@ -21984,22 +21983,22 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'නැවුම් කරන්න'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => 'අනුලකුණු 1ක් ඉතිරිය'; + String? get remainingTextFieldCharacterCountOne => 'අනුලකුණු 1ක් ඉතිරිය'; @override String get remainingTextFieldCharacterCountOther => r'අනුලකුණු $remainingCountක් ඉතිරිය'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => null; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'පහළට ගෙන යන්න'; @@ -22038,22 +22037,22 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'වර්ෂය තෝරන්න'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => 'අයිතම 1ක් තෝරන ලදී'; + String? get selectedRowCountTitleOne => 'අයිතම 1ක් තෝරන ලදී'; @override String get selectedRowCountTitleOther => r'අයිතම $selectedRowCountක් තෝරන ලදී'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'ගිණුම් පෙන්වන්න'; @@ -22105,15 +22104,15 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationSk({ String localeName = 'sk', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -22227,22 +22226,22 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Zadajte platný čas'; @override - String get licensesPackageDetailTextFew => r'$licenseCount licencie'; + String? get licensesPackageDetailTextFew => r'$licenseCount licencie'; @override - String get licensesPackageDetailTextMany => r'$licenseCount licenses'; + String? get licensesPackageDetailTextMany => r'$licenseCount licenses'; @override - String get licensesPackageDetailTextOne => '1 licencia'; + String? get licensesPackageDetailTextOne => '1 licencia'; @override String get licensesPackageDetailTextOther => r'$licenseCount licencií'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Licencie'; @@ -22290,22 +22289,22 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Obnoviť'; @override - String get remainingTextFieldCharacterCountFew => r'Zostávajú $remainingCount znaky'; + String? get remainingTextFieldCharacterCountFew => r'Zostávajú $remainingCount znaky'; @override - String get remainingTextFieldCharacterCountMany => r'$remainingCount characters remaining'; + String? get remainingTextFieldCharacterCountMany => r'$remainingCount characters remaining'; @override - String get remainingTextFieldCharacterCountOne => 'Zostáva 1 znak'; + String? get remainingTextFieldCharacterCountOne => 'Zostáva 1 znak'; @override String get remainingTextFieldCharacterCountOther => r'Zostáva $remainingCount znakov'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => 'TBD'; @override String get reorderItemDown => 'Presunúť nadol'; @@ -22344,22 +22343,22 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Vyberte rok'; @override - String get selectedRowCountTitleFew => r'$selectedRowCount vybraté položky'; + String? get selectedRowCountTitleFew => r'$selectedRowCount vybraté položky'; @override - String get selectedRowCountTitleMany => r'$selectedRowCount items selected'; + String? get selectedRowCountTitleMany => r'$selectedRowCount items selected'; @override - String get selectedRowCountTitleOne => '1 vybratá položka'; + String? get selectedRowCountTitleOne => '1 vybratá položka'; @override String get selectedRowCountTitleOther => r'$selectedRowCount vybratých položiek'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'Zobraziť účty'; @@ -22411,15 +22410,15 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationSl({ String localeName = 'sl', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -22533,22 +22532,22 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Vnesite veljaven čas'; @override - String get licensesPackageDetailTextFew => r'$licenseCount licence'; + String? get licensesPackageDetailTextFew => r'$licenseCount licence'; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 licenca'; + String? get licensesPackageDetailTextOne => '1 licenca'; @override String get licensesPackageDetailTextOther => r'$licenseCount licenc'; @override - String get licensesPackageDetailTextTwo => r'$licenseCount licenci'; + String? get licensesPackageDetailTextTwo => r'$licenseCount licenci'; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Licence'; @@ -22596,22 +22595,22 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Osveži'; @override - String get remainingTextFieldCharacterCountFew => r'Še $remainingCount znaki'; + String? get remainingTextFieldCharacterCountFew => r'Še $remainingCount znaki'; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => 'Še 1 znak'; + String? get remainingTextFieldCharacterCountOne => 'Še 1 znak'; @override String get remainingTextFieldCharacterCountOther => r'Še $remainingCount znakov'; @override - String get remainingTextFieldCharacterCountTwo => r'Še $remainingCount znaka'; + String? get remainingTextFieldCharacterCountTwo => r'Še $remainingCount znaka'; @override - String get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => 'TBD'; @override String get reorderItemDown => 'Premakni navzdol'; @@ -22650,22 +22649,22 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Izberite leto'; @override - String get selectedRowCountTitleFew => r'Izbrani so $selectedRowCount elementi'; + String? get selectedRowCountTitleFew => r'Izbrani so $selectedRowCount elementi'; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => 'Izbran je 1 element'; + String? get selectedRowCountTitleOne => 'Izbran je 1 element'; @override String get selectedRowCountTitleOther => r'Izbranih je $selectedRowCount elementov'; @override - String get selectedRowCountTitleTwo => r'Izbrana sta $selectedRowCount elementa'; + String? get selectedRowCountTitleTwo => r'Izbrana sta $selectedRowCount elementa'; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'Prikaz računov'; @@ -22717,15 +22716,15 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationSq({ String localeName = 'sq', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -22839,22 +22838,22 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Fut një kohë të vlefshme'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 licencë'; + String? get licensesPackageDetailTextOne => '1 licencë'; @override String get licensesPackageDetailTextOther => r'$licenseCount licenca'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Licencat'; @@ -22902,22 +22901,22 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Rifresko'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => '1 karakter i mbetur'; + String? get remainingTextFieldCharacterCountOne => '1 karakter i mbetur'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount karaktere të mbetura'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => null; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'Lëvize poshtë'; @@ -22956,22 +22955,22 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Zgjidh vitin'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => 'U zgjodh 1 artikull'; + String? get selectedRowCountTitleOne => 'U zgjodh 1 artikull'; @override String get selectedRowCountTitleOther => r'$selectedRowCount artikuj u zgjodhën'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'Shfaq llogaritë'; @@ -23023,15 +23022,15 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationSr({ String localeName = 'sr', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -23145,22 +23144,22 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Унесите важеће време'; @override - String get licensesPackageDetailTextFew => r'$licenseCount лиценце'; + String? get licensesPackageDetailTextFew => r'$licenseCount лиценце'; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 лиценца'; + String? get licensesPackageDetailTextOne => '1 лиценца'; @override String get licensesPackageDetailTextOther => r'$licenseCount лиценци'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Лиценце'; @@ -23208,22 +23207,22 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Освежи'; @override - String get remainingTextFieldCharacterCountFew => r'Преостала су $remainingCount знака'; + String? get remainingTextFieldCharacterCountFew => r'Преостала су $remainingCount знака'; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => 'Преостао је 1 знак'; + String? get remainingTextFieldCharacterCountOne => 'Преостао је 1 знак'; @override String get remainingTextFieldCharacterCountOther => r'Преостало је $remainingCount знакова'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => 'TBD'; @override String get reorderItemDown => 'Померите надоле'; @@ -23262,22 +23261,22 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Изаберите годину'; @override - String get selectedRowCountTitleFew => r'Изабране су $selectedRowCount ставке'; + String? get selectedRowCountTitleFew => r'Изабране су $selectedRowCount ставке'; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => 'Изабрана је 1 ставка'; + String? get selectedRowCountTitleOne => 'Изабрана је 1 ставка'; @override String get selectedRowCountTitleOther => r'Изабрано је $selectedRowCount ставки'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'Прикажи налоге'; @@ -23329,15 +23328,15 @@ class MaterialLocalizationSrCyrl extends MaterialLocalizationSr { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationSrCyrl({ String localeName = 'sr_Cyrl', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -23359,15 +23358,15 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationSrLatn({ String localeName = 'sr_Latn', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -23478,10 +23477,10 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get invalidTimeLabel => 'Unesite važeće vreme'; @override - String get licensesPackageDetailTextFew => r'$licenseCount licence'; + String? get licensesPackageDetailTextFew => r'$licenseCount licence'; @override - String get licensesPackageDetailTextOne => '1 licenca'; + String? get licensesPackageDetailTextOne => '1 licenca'; @override String get licensesPackageDetailTextOther => r'$licenseCount licenci'; @@ -23532,10 +23531,10 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get refreshIndicatorSemanticLabel => 'Osveži'; @override - String get remainingTextFieldCharacterCountFew => r'Preostala su $remainingCount znaka'; + String? get remainingTextFieldCharacterCountFew => r'Preostala su $remainingCount znaka'; @override - String get remainingTextFieldCharacterCountOne => 'Preostao je 1 znak'; + String? get remainingTextFieldCharacterCountOne => 'Preostao je 1 znak'; @override String get remainingTextFieldCharacterCountOther => r'Preostalo je $remainingCount znakova'; @@ -23574,10 +23573,10 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get selectYearSemanticsLabel => 'Izaberite godinu'; @override - String get selectedRowCountTitleFew => r'Izabrane su $selectedRowCount stavke'; + String? get selectedRowCountTitleFew => r'Izabrane su $selectedRowCount stavke'; @override - String get selectedRowCountTitleOne => 'Izabrana je 1 stavka'; + String? get selectedRowCountTitleOne => 'Izabrana je 1 stavka'; @override String get selectedRowCountTitleOther => r'Izabrano je $selectedRowCount stavki'; @@ -23629,15 +23628,15 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationSv({ String localeName = 'sv', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -23751,22 +23750,22 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Ange en giltig tid'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 licens'; + String? get licensesPackageDetailTextOne => '1 licens'; @override String get licensesPackageDetailTextOther => r'$licenseCount licenser'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Licenser'; @@ -23814,22 +23813,22 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Uppdatera'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => '1 tecken kvar'; + String? get remainingTextFieldCharacterCountOne => '1 tecken kvar'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount tecken kvar'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => 'TBD'; @override String get reorderItemDown => 'Flytta nedåt'; @@ -23868,22 +23867,22 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Välj år'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '1 objekt har markerats'; + String? get selectedRowCountTitleOne => '1 objekt har markerats'; @override String get selectedRowCountTitleOther => r'$selectedRowCount objekt har markerats'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'Visa konton'; @@ -23935,15 +23934,15 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationSw({ String localeName = 'sw', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -24057,22 +24056,22 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Weka saa sahihi'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => 'Leseni moja'; + String? get licensesPackageDetailTextOne => 'Leseni moja'; @override String get licensesPackageDetailTextOther => r'Leseni $licenseCount'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Leseni'; @@ -24120,22 +24119,22 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Onyesha upya'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => 'Imesalia herufi 1'; + String? get remainingTextFieldCharacterCountOne => 'Imesalia herufi 1'; @override String get remainingTextFieldCharacterCountOther => r'Zimesalia herufi $remainingCount'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'Hapana herufi zilizo baki'; + String? get remainingTextFieldCharacterCountZero => 'Hapana herufi zilizo baki'; @override String get reorderItemDown => 'Sogeza chini'; @@ -24174,22 +24173,22 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Chagua mwaka'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => 'Umechagua kipengee 1'; + String? get selectedRowCountTitleOne => 'Umechagua kipengee 1'; @override String get selectedRowCountTitleOther => r'Umechagua vipengee $selectedRowCount'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => 'Hamna kilicho chaguliwa'; + String? get selectedRowCountTitleZero => 'Hamna kilicho chaguliwa'; @override String get showAccountsLabel => 'Onyesha akaunti'; @@ -24241,15 +24240,15 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationTa({ String localeName = 'ta', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -24363,22 +24362,22 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'சரியான நேரத்தை உள்ளிடவும்'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 உரிமம்'; + String? get licensesPackageDetailTextOne => '1 உரிமம்'; @override String get licensesPackageDetailTextOther => r'$licenseCount உரிமங்கள்'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'உரிமங்கள்'; @@ -24426,22 +24425,22 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'ரெஃப்ரெஷ் செய்யும்'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => '1 எழுத்து மீதமுள்ளது'; + String? get remainingTextFieldCharacterCountOne => '1 எழுத்து மீதமுள்ளது'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount எழுத்துகள் மீதமுள்ளன'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'எழுத்துக்கள் எதுவும் இல்லை'; + String? get remainingTextFieldCharacterCountZero => 'எழுத்துக்கள் எதுவும் இல்லை'; @override String get reorderItemDown => 'கீழே நகர்த்தவும்'; @@ -24480,22 +24479,22 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'ஆண்டைத் தேர்ந்தெடுக்கவும்'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '1 வரிசை தேர்ந்தெடுக்கப்பட்டது'; + String? get selectedRowCountTitleOne => '1 வரிசை தேர்ந்தெடுக்கப்பட்டது'; @override String get selectedRowCountTitleOther => r'$selectedRowCount வரிசைகள் தேர்ந்தெடுக்கப்பட்டன'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => 'எந்த வரிசையும் தேர்ந்தெடுக்கவில்லை'; + String? get selectedRowCountTitleZero => 'எந்த வரிசையும் தேர்ந்தெடுக்கவில்லை'; @override String get showAccountsLabel => 'கணக்குகளைக் காட்டும்'; @@ -24547,15 +24546,15 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationTe({ String localeName = 'te', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -24669,22 +24668,22 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'చెల్లుబాటు అయ్యే సమయాన్ని ఎంటర్ చేయండి'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 లైసెన్స్'; + String? get licensesPackageDetailTextOne => '1 లైసెన్స్'; @override String get licensesPackageDetailTextOther => r'$licenseCount లైసెన్స్‌లు'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'లైసెన్స్‌లు'; @@ -24732,22 +24731,22 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'రిఫ్రెష్ చేయి'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => '1 అక్షరం మిగిలి ఉంది'; + String? get remainingTextFieldCharacterCountOne => '1 అక్షరం మిగిలి ఉంది'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount అక్షరాలు మిగిలి ఉన్నాయి'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => null; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'కిందికు జరుపు'; @@ -24786,22 +24785,22 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'సంవత్సరాన్ని ఎంచుకోండి'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '1 అంశం ఎంచుకోబడింది'; + String? get selectedRowCountTitleOne => '1 అంశం ఎంచుకోబడింది'; @override String get selectedRowCountTitleOther => r'$selectedRowCount అంశాలు ఎంచుకోబడ్డాయి'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'ఖాతాలను చూపు'; @@ -24853,15 +24852,15 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationTh({ String localeName = 'th', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -24975,22 +24974,22 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'ป้อนเวลาที่ถูกต้อง'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => 'ใบอนุญาต 1 ใบ'; + String? get licensesPackageDetailTextOne => 'ใบอนุญาต 1 ใบ'; @override String get licensesPackageDetailTextOther => r'ใบอนุญาต $licenseCount ใบ'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'ใบอนุญาต'; @@ -25038,22 +25037,22 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'รีเฟรช'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => 'เหลือ 1 อักขระ'; + String? get remainingTextFieldCharacterCountOne => 'เหลือ 1 อักขระ'; @override String get remainingTextFieldCharacterCountOther => r'เหลือ $remainingCount อักขระ'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => 'TBD'; @override String get reorderItemDown => 'ย้ายลง'; @@ -25092,22 +25091,22 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'เลือกปี'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => 'เลือกแล้ว 1 รายการ'; + String? get selectedRowCountTitleOne => 'เลือกแล้ว 1 รายการ'; @override String get selectedRowCountTitleOther => r'เลือกแล้ว $selectedRowCount รายการ'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'แสดงบัญชี'; @@ -25159,15 +25158,15 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationTl({ String localeName = 'tl', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -25281,22 +25280,22 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Maglagay ng valid na oras'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 lisensya'; + String? get licensesPackageDetailTextOne => '1 lisensya'; @override String get licensesPackageDetailTextOther => r'$licenseCount na lisensya'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Mga Lisensya'; @@ -25344,22 +25343,22 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Nagre-refresh'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => '1 character ang natitira'; + String? get remainingTextFieldCharacterCountOne => '1 character ang natitira'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount na character ang natitira'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => 'TBD'; @override String get reorderItemDown => 'Ilipat pababa'; @@ -25398,22 +25397,22 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Pumili ng taon'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '1 item ang napili'; + String? get selectedRowCountTitleOne => '1 item ang napili'; @override String get selectedRowCountTitleOther => r'$selectedRowCount na item ang napili'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'Ipakita ang mga account'; @@ -25465,15 +25464,15 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationTr({ String localeName = 'tr', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -25587,22 +25586,22 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Geçerli bir saat girin'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 lisans'; + String? get licensesPackageDetailTextOne => '1 lisans'; @override String get licensesPackageDetailTextOther => r'$licenseCount lisans'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Lisanslar'; @@ -25650,22 +25649,22 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Yenile'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => '1 karakter kaldı'; + String? get remainingTextFieldCharacterCountOne => '1 karakter kaldı'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount karakter kaldı'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => 'TBD'; @override String get reorderItemDown => 'Aşağı taşı'; @@ -25704,22 +25703,22 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Yılı seçin'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '1 öğe seçildi'; + String? get selectedRowCountTitleOne => '1 öğe seçildi'; @override String get selectedRowCountTitleOther => r'$selectedRowCount öğe seçildi'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'Hesapları göster'; @@ -25771,15 +25770,15 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationUk({ String localeName = 'uk', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -25893,22 +25892,22 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Введіть дійсний час'; @override - String get licensesPackageDetailTextFew => r'$licenseCount ліцензії'; + String? get licensesPackageDetailTextFew => r'$licenseCount ліцензії'; @override - String get licensesPackageDetailTextMany => r'$licenseCount ліцензій'; + String? get licensesPackageDetailTextMany => r'$licenseCount ліцензій'; @override - String get licensesPackageDetailTextOne => '1 ліцензія'; + String? get licensesPackageDetailTextOne => '1 ліцензія'; @override String get licensesPackageDetailTextOther => r'$licenseCount ліцензії'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Ліцензії'; @@ -25956,22 +25955,22 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Оновити'; @override - String get remainingTextFieldCharacterCountFew => r'Залишилося $remainingCount символи'; + String? get remainingTextFieldCharacterCountFew => r'Залишилося $remainingCount символи'; @override - String get remainingTextFieldCharacterCountMany => r'Залишилося $remainingCount символів'; + String? get remainingTextFieldCharacterCountMany => r'Залишилося $remainingCount символів'; @override - String get remainingTextFieldCharacterCountOne => 'Залишився 1 символ'; + String? get remainingTextFieldCharacterCountOne => 'Залишився 1 символ'; @override String get remainingTextFieldCharacterCountOther => r'Залишилося $remainingCount символу'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => 'TBD'; @override String get reorderItemDown => 'Перемістити вниз'; @@ -26010,22 +26009,22 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Виберіть рік'; @override - String get selectedRowCountTitleFew => r'Вибрано $selectedRowCount елементи'; + String? get selectedRowCountTitleFew => r'Вибрано $selectedRowCount елементи'; @override - String get selectedRowCountTitleMany => r'Вибрано $selectedRowCount елементів'; + String? get selectedRowCountTitleMany => r'Вибрано $selectedRowCount елементів'; @override - String get selectedRowCountTitleOne => 'Вибрано 1 елемент'; + String? get selectedRowCountTitleOne => 'Вибрано 1 елемент'; @override String get selectedRowCountTitleOther => r'Вибрано $selectedRowCount елемента'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'Показати облікові записи'; @@ -26077,15 +26076,15 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationUr({ String localeName = 'ur', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -26199,22 +26198,22 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'درست وقت درج کریں'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 لائسنس'; + String? get licensesPackageDetailTextOne => '1 لائسنس'; @override String get licensesPackageDetailTextOther => r'$licenseCount لائسنسز'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'لائسنسز'; @@ -26262,22 +26261,22 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'ریفریش کریں'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => '1 حرف باقی ہے'; + String? get remainingTextFieldCharacterCountOne => '1 حرف باقی ہے'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount حروف باقی ہیں'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => 'TBD'; @override String get reorderItemDown => 'نیچے منتقل کریں'; @@ -26316,22 +26315,22 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'سال منتخب کریں'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '1 آئٹم منتخب کیا گیا'; + String? get selectedRowCountTitleOne => '1 آئٹم منتخب کیا گیا'; @override String get selectedRowCountTitleOther => r'$selectedRowCount آئٹمز منتخب کیے گئے'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'اکاؤنٹس دکھائیں'; @@ -26383,15 +26382,15 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationUz({ String localeName = 'uz', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -26505,22 +26504,22 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Vaqt xato kiritildi'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 ta litsenziya'; + String? get licensesPackageDetailTextOne => '1 ta litsenziya'; @override String get licensesPackageDetailTextOther => r'$licenseCount ta litsenziya'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Litsenziyalar'; @@ -26568,22 +26567,22 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Yangilash'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => '1 ta belgi qoldi'; + String? get remainingTextFieldCharacterCountOne => '1 ta belgi qoldi'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount ta belgi qoldi'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => null; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'Pastga siljitish'; @@ -26622,22 +26621,22 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Yilni tanlang'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '1 ta element tanlandi'; + String? get selectedRowCountTitleOne => '1 ta element tanlandi'; @override String get selectedRowCountTitleOther => r'$selectedRowCount ta element tanlandi'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'Hisoblarni koʻrsatish'; @@ -26689,15 +26688,15 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationVi({ String localeName = 'vi', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -26811,22 +26810,22 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Nhập thời gian hợp lệ'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 giấy phép'; + String? get licensesPackageDetailTextOne => '1 giấy phép'; @override String get licensesPackageDetailTextOther => r'$licenseCount giấy phép'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Giấy phép'; @@ -26874,22 +26873,22 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Làm mới'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => 'Còn lại 1 ký tự'; + String? get remainingTextFieldCharacterCountOne => 'Còn lại 1 ký tự'; @override String get remainingTextFieldCharacterCountOther => r'Còn lại $remainingCount ký tự'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => 'TBD'; @override String get reorderItemDown => 'Di chuyển xuống'; @@ -26928,22 +26927,22 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Chọn năm'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => 'Đã chọn 1 mục'; + String? get selectedRowCountTitleOne => 'Đã chọn 1 mục'; @override String get selectedRowCountTitleOther => r'Đã chọn $selectedRowCount mục'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'Hiển thị tài khoản'; @@ -26995,15 +26994,15 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationZh({ String localeName = 'zh', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -27117,22 +27116,22 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get invalidTimeLabel => '请输入有效的时间'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => '1 份许可'; + String? get licensesPackageDetailTextOne => '1 份许可'; @override String get licensesPackageDetailTextOther => r'$licenseCount 份许可'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => '许可'; @@ -27180,22 +27179,22 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => '刷新'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => '还可输入 1 个字符'; + String? get remainingTextFieldCharacterCountOne => '还可输入 1 个字符'; @override String get remainingTextFieldCharacterCountOther => r'还可输入 $remainingCount 个字符'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => 'TBD'; @override String get reorderItemDown => '下移'; @@ -27234,22 +27233,22 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => '选择年份'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '已选择 1 项内容'; + String? get selectedRowCountTitleOne => '已选择 1 项内容'; @override String get selectedRowCountTitleOther => r'已选择 $selectedRowCount 项内容'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => '显示帐号'; @@ -27301,15 +27300,15 @@ class MaterialLocalizationZhHans extends MaterialLocalizationZh { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationZhHans({ String localeName = 'zh_Hans', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -27331,15 +27330,15 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationZhHant({ String localeName = 'zh_Hant', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -27441,7 +27440,7 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get invalidTimeLabel => '請輸入有效的時間'; @override - String get licensesPackageDetailTextOne => '1 項授權'; + String? get licensesPackageDetailTextOne => '1 項授權'; @override String get licensesPackageDetailTextOther => r'$licenseCount 項授權'; @@ -27486,7 +27485,7 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get refreshIndicatorSemanticLabel => '重新整理'; @override - String get remainingTextFieldCharacterCountOne => '尚餘 1 個字元'; + String? get remainingTextFieldCharacterCountOne => '尚餘 1 個字元'; @override String get remainingTextFieldCharacterCountOther => r'尚餘 $remainingCount 個字元'; @@ -27525,7 +27524,7 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get selectYearSemanticsLabel => '揀年份'; @override - String get selectedRowCountTitleOne => '已選取 1 個項目'; + String? get selectedRowCountTitleOne => '已選取 1 個項目'; @override String get selectedRowCountTitleOther => r'已選取 $selectedRowCount 個項目'; @@ -27574,15 +27573,15 @@ class MaterialLocalizationZhHantHk extends MaterialLocalizationZhHant { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationZhHantHk({ String localeName = 'zh_Hant_HK', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -27604,15 +27603,15 @@ class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationZhHantTw({ String localeName = 'zh_Hant_TW', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -27630,7 +27629,7 @@ class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { String get dialModeButtonLabel => '切換至鐘面挑選器模式'; @override - String get licensesPackageDetailTextOne => '1 個授權'; + String? get licensesPackageDetailTextOne => '1 個授權'; @override String get timePickerHourLabel => '時'; @@ -27696,7 +27695,7 @@ class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { String get reorderItemToEnd => '移至結尾'; @override - String get remainingTextFieldCharacterCountOne => '還可輸入 1 個字元'; + String? get remainingTextFieldCharacterCountOne => '還可輸入 1 個字元'; @override String get remainingTextFieldCharacterCountOther => r'還可輸入 $remainingCount 個字元'; @@ -27709,15 +27708,15 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationZu({ String localeName = 'zu', - @required intl.DateFormat fullYearFormat, - @required intl.DateFormat compactDateFormat, - @required intl.DateFormat shortDateFormat, - @required intl.DateFormat mediumDateFormat, - @required intl.DateFormat longDateFormat, - @required intl.DateFormat yearMonthFormat, - @required intl.DateFormat shortMonthDayFormat, - @required intl.NumberFormat decimalFormat, - @required intl.NumberFormat twoDigitZeroPaddedFormat, + required intl.DateFormat fullYearFormat, + required intl.DateFormat compactDateFormat, + required intl.DateFormat shortDateFormat, + required intl.DateFormat mediumDateFormat, + required intl.DateFormat longDateFormat, + required intl.DateFormat yearMonthFormat, + required intl.DateFormat shortMonthDayFormat, + required intl.NumberFormat decimalFormat, + required intl.NumberFormat twoDigitZeroPaddedFormat, }) : super( localeName: localeName, fullYearFormat: fullYearFormat, @@ -27831,22 +27830,22 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Faka igama elivumelekile'; @override - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; @override - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; @override - String get licensesPackageDetailTextOne => 'ilayisense e-1'; + String? get licensesPackageDetailTextOne => 'ilayisense e-1'; @override String get licensesPackageDetailTextOther => r'amalayisense angu-$licenseCount'; @override - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; @override - String get licensesPackageDetailTextZero => 'No licenses'; + String? get licensesPackageDetailTextZero => 'No licenses'; @override String get licensesPageTitle => 'Amalayisense'; @@ -27894,22 +27893,22 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get refreshIndicatorSemanticLabel => 'Vuselela'; @override - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; @override - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; @override - String get remainingTextFieldCharacterCountOne => '1 uhlamvu olusele'; + String? get remainingTextFieldCharacterCountOne => '1 uhlamvu olusele'; @override String get remainingTextFieldCharacterCountOther => r'$remainingCount izinhlamvu ezisele'; @override - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; @override - String get remainingTextFieldCharacterCountZero => null; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'Iya phansi'; @@ -27948,22 +27947,22 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Khetha unyaka'; @override - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; @override - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; @override - String get selectedRowCountTitleOne => '1 into ekhethiwe'; + String? get selectedRowCountTitleOne => '1 into ekhethiwe'; @override String get selectedRowCountTitleOther => r'$selectedRowCount izinto ezikhethiwe'; @override - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; @override - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; @override String get showAccountsLabel => 'Bonisa ama-akhawunti'; @@ -28192,7 +28191,7 @@ final Set kMaterialSupportedLanguages = HashSet.from(const = 1); assert(tabCount >= 1); final String template = tabLabelRaw; @@ -325,7 +322,7 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { /// * [selectedRowCountTitleMany], the "many" form /// * [selectedRowCountTitleOther], the "other" form @protected - String get selectedRowCountTitleZero => null; + String? get selectedRowCountTitleZero => null; /// The "one" form of [selectedRowCountTitle]. /// @@ -340,7 +337,7 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { /// * [selectedRowCountTitleMany], the "many" form /// * [selectedRowCountTitleOther], the "other" form @protected - String get selectedRowCountTitleOne => null; + String? get selectedRowCountTitleOne => null; /// The "two" form of [selectedRowCountTitle]. /// @@ -355,7 +352,7 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { /// * [selectedRowCountTitleMany], the "many" form /// * [selectedRowCountTitleOther], the "other" form @protected - String get selectedRowCountTitleTwo => null; + String? get selectedRowCountTitleTwo => null; /// The "few" form of [selectedRowCountTitle]. /// @@ -370,7 +367,7 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { /// * [selectedRowCountTitleMany], the "many" form /// * [selectedRowCountTitleOther], the "other" form @protected - String get selectedRowCountTitleFew => null; + String? get selectedRowCountTitleFew => null; /// The "many" form of [selectedRowCountTitle]. /// @@ -385,7 +382,7 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { /// * [selectedRowCountTitleFew], the "few" form /// * [selectedRowCountTitleOther], the "other" form @protected - String get selectedRowCountTitleMany => null; + String? get selectedRowCountTitleMany => null; /// The "other" form of [selectedRowCountTitle]. /// @@ -458,7 +455,7 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { /// * [licensesPackageDetailTextMany], the "many" form /// * [licensesPackageDetailTextOther], the "other" form @protected - String get licensesPackageDetailTextZero => null; + String? get licensesPackageDetailTextZero => null; /// The "one" form of [licensesPackageDetailText]. /// @@ -473,7 +470,7 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { /// * [licensesPackageDetailTextMany], the "many" form /// * [licensesPackageDetailTextOther], the "other" form @protected - String get licensesPackageDetailTextOne => null; + String? get licensesPackageDetailTextOne => null; /// The "two" form of [licensesPackageDetailText]. /// @@ -489,7 +486,7 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { /// * [licensesPackageDetailTextMany], the "many" form /// * [licensesPackageDetailTextOther], the "other" form @protected - String get licensesPackageDetailTextTwo => null; + String? get licensesPackageDetailTextTwo => null; /// The "many" form of [licensesPackageDetailText]. /// @@ -505,7 +502,7 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { /// * [licensesPackageDetailTextMany], the "many" form /// * [licensesPackageDetailTextOther], the "other" form @protected - String get licensesPackageDetailTextMany => null; + String? get licensesPackageDetailTextMany => null; /// The "few" form of [licensesPackageDetailText]. /// @@ -521,7 +518,7 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { /// * [licensesPackageDetailTextMany], the "many" form /// * [licensesPackageDetailTextOther], the "other" form @protected - String get licensesPackageDetailTextFew => null; + String? get licensesPackageDetailTextFew => null; /// The "other" form of [licensesPackageDetailText]. /// @@ -555,7 +552,7 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { /// The "zero" form of [remainingTextFieldCharacterCount]. /// - /// This form is required. + /// This form is optional. /// /// See also: /// @@ -567,7 +564,7 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { /// * [remainingTextFieldCharacterCountMany], the "many" form /// * [remainingTextFieldCharacterCountOther], the "other" form @protected - String get remainingTextFieldCharacterCountZero; + String? get remainingTextFieldCharacterCountZero => null; /// The "one" form of [remainingTextFieldCharacterCount]. /// @@ -582,7 +579,7 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { /// * [remainingTextFieldCharacterCountMany], the "many" form /// * [remainingTextFieldCharacterCountOther], the "other" form @protected - String get remainingTextFieldCharacterCountOne => null; + String? get remainingTextFieldCharacterCountOne => null; /// The "two" form of [remainingTextFieldCharacterCount]. /// @@ -598,7 +595,7 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { /// * [remainingTextFieldCharacterCountMany], the "many" form /// * [remainingTextFieldCharacterCountOther], the "other" form @protected - String get remainingTextFieldCharacterCountTwo => null; + String? get remainingTextFieldCharacterCountTwo => null; /// The "many" form of [remainingTextFieldCharacterCount]. /// @@ -614,7 +611,7 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { /// * [remainingTextFieldCharacterCountMany], the "many" form /// * [remainingTextFieldCharacterCountOther], the "other" form @protected - String get remainingTextFieldCharacterCountMany => null; + String? get remainingTextFieldCharacterCountMany => null; /// The "few" form of [remainingTextFieldCharacterCount]. /// @@ -630,7 +627,7 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { /// * [remainingTextFieldCharacterCountMany], the "many" form /// * [remainingTextFieldCharacterCountOther], the "other" form @protected - String get remainingTextFieldCharacterCountFew => null; + String? get remainingTextFieldCharacterCountFew => null; /// The "other" form of [remainingTextFieldCharacterCount]. /// @@ -714,7 +711,6 @@ TimeOfDayFormat _get24HourVersionOf(TimeOfDayFormat original) { case TimeOfDayFormat.a_space_h_colon_mm: return TimeOfDayFormat.HH_colon_mm; } - return TimeOfDayFormat.HH_colon_mm; } class _MaterialLocalizationsDelegate extends LocalizationsDelegate { @@ -795,7 +791,7 @@ class _MaterialLocalizationsDelegate extends LocalizationsDelegate expectedDaysOfWeek = testLocales[locale]['expectedDaysOfWeek'] as List; - final List expectedDaysOfMonth = testLocales[locale]['expectedDaysOfMonth'] as List; - final String expectedMonthYearHeader = testLocales[locale]['expectedMonthYearHeader'] as String; - final TextDirection textDirection = testLocales[locale]['textDirection'] as TextDirection; + final List expectedDaysOfWeek = testLocales[locale]!['expectedDaysOfWeek'] as List; + final List expectedDaysOfMonth = testLocales[locale]!['expectedDaysOfMonth'] as List; + final String expectedMonthYearHeader = testLocales[locale]!['expectedMonthYearHeader'] as String; + final TextDirection textDirection = testLocales[locale]!['textDirection'] as TextDirection; final DateTime baseDate = DateTime(2017, 9, 27); await _pumpBoilerplate(tester, CalendarDatePicker( @@ -72,7 +72,7 @@ void main() { expect(find.text(dayOfWeek), findsWidgets); } - Offset previousCellOffset; + Offset? previousCellOffset; for (final String dayOfMonth in expectedDaysOfMonth) { final Finder dayCell = find.descendant(of: find.byType(GridView), matching: find.text(dayOfMonth)); expect(dayCell, findsOneWidget); diff --git a/packages/flutter_localizations/test/material/date_time_test.dart b/packages/flutter_localizations/test/material/date_time_test.dart index 1b475f27d835..7022a7a4ad3c 100644 --- a/packages/flutter_localizations/test/material/date_time_test.dart +++ b/packages/flutter_localizations/test/material/date_time_test.dart @@ -163,7 +163,7 @@ void main() { // Regression test for https://github.com/flutter/flutter/issues/67644. testWidgets('en_US is initialized correctly by Flutter when DateFormat is used', (WidgetTester tester) async { - DateFormat dateFormat; + late DateFormat dateFormat; await tester.pumpWidget(MaterialApp( supportedLocales: const [ @@ -180,7 +180,7 @@ void main() { }), )); - expect(dateFormat?.locale, 'en_US'); + expect(dateFormat.locale, 'en_US'); }); } diff --git a/packages/flutter_localizations/test/material/time_picker_test.dart b/packages/flutter_localizations/test/material/time_picker_test.dart index 2d079941594c..5b3787c912c9 100644 --- a/packages/flutter_localizations/test/material/time_picker_test.dart +++ b/packages/flutter_localizations/test/material/time_picker_test.dart @@ -9,13 +9,13 @@ import 'package:flutter_test/flutter_test.dart'; class _TimePickerLauncher extends StatelessWidget { const _TimePickerLauncher({ - Key key, + Key? key, this.onChanged, - this.locale, + required this.locale, this.entryMode = TimePickerEntryMode.dial, }) : super(key: key); - final ValueChanged onChanged; + final ValueChanged? onChanged; final Locale locale; final TimePickerEntryMode entryMode; @@ -32,7 +32,7 @@ class _TimePickerLauncher extends StatelessWidget { return ElevatedButton( child: const Text('X'), onPressed: () async { - onChanged(await showTimePicker( + onChanged?.call(await showTimePicker( context: context, initialEntryMode: entryMode, initialTime: const TimeOfDay(hour: 7, minute: 0), @@ -49,7 +49,7 @@ class _TimePickerLauncher extends StatelessWidget { Future startPicker( WidgetTester tester, - ValueChanged onChanged, { + ValueChanged onChanged, { Locale locale = const Locale('en', 'US'), }) async { await tester.pumpWidget(_TimePickerLauncher(onChanged: onChanged, locale: locale,)); @@ -89,7 +89,7 @@ void main() { ]; for (final Locale locale in locales) { - final Offset center = await startPicker(tester, (TimeOfDay time) { }, locale: locale); + final Offset center = await startPicker(tester, (TimeOfDay? time) { }, locale: locale); final Text stringFragmentText = tester.widget(stringFragmentTextFinder); final double hourLeftOffset = tester.getTopLeft(hourControlFinder).dx; final double minuteLeftOffset = tester.getTopLeft(minuteControlFinder).dx; @@ -133,8 +133,8 @@ void main() { await finishPicker(tester); } - tester.binding.window.physicalSizeTestValue = null; - tester.binding.window.devicePixelRatioTestValue = null; + tester.binding.window.clearPhysicalSizeTestValue(); + tester.binding.window.clearDevicePixelRatioTestValue(); }); testWidgets('can localize the header in all known formats - landscape', (WidgetTester tester) async { @@ -161,7 +161,7 @@ void main() { ]; for (final Locale locale in locales) { - final Offset center = await startPicker(tester, (TimeOfDay time) { }, locale: locale); + final Offset center = await startPicker(tester, (TimeOfDay? time) { }, locale: locale); final Text stringFragmentText = tester.widget(stringFragmentTextFinder); final double hourLeftOffset = tester.getTopLeft(hourControlFinder).dx; final double hourTopOffset = tester.getTopLeft(hourControlFinder).dy; @@ -210,8 +210,8 @@ void main() { await finishPicker(tester); } - tester.binding.window.physicalSizeTestValue = null; - tester.binding.window.devicePixelRatioTestValue = null; + tester.binding.window.clearPhysicalSizeTestValue(); + tester.binding.window.clearDevicePixelRatioTestValue(); }); testWidgets('can localize input mode in all known formats', (WidgetTester tester) async { @@ -234,7 +234,7 @@ void main() { ]; for (final Locale locale in locales) { - await tester.pumpWidget(_TimePickerLauncher(onChanged: (TimeOfDay time) { }, locale: locale, entryMode: TimePickerEntryMode.input)); + await tester.pumpWidget(_TimePickerLauncher(onChanged: (TimeOfDay? time) { }, locale: locale, entryMode: TimePickerEntryMode.input)); await tester.tap(find.text('X')); await tester.pumpAndSettle(const Duration(seconds: 1)); @@ -292,8 +292,8 @@ void main() { // 12:00 AM position. Because there's only one ring, no matter where you // tap the time will be the same. for (int i = 1; i < 10; i++) { - TimeOfDay result; - final Offset center = await startPicker(tester, (TimeOfDay time) { result = time; }, locale: locale); + TimeOfDay? result; + final Offset center = await startPicker(tester, (TimeOfDay? time) { result = time; }, locale: locale); final Size size = tester.getSize(find.byKey(const Key('time-picker-dial'))); final double dy = (size.height / 2.0 / 10) * i; await tester.tapAt(Offset(center.dx, center.dy - dy)); @@ -348,13 +348,13 @@ void main() { final dynamic dialPainter = dialPaint.painter; final List primaryLabels = dialPainter.primaryLabels as List; expect( - primaryLabels.map((dynamic tp) => ((tp.painter as TextPainter).text as TextSpan).text), + primaryLabels.map((dynamic tp) => ((tp.painter as TextPainter).text! as TextSpan).text!), labels12To11, ); final List secondaryLabels = dialPainter.secondaryLabels as List; expect( - secondaryLabels.map((dynamic tp) => ((tp.painter as TextPainter).text as TextSpan).text), + secondaryLabels.map((dynamic tp) => ((tp.painter as TextPainter).text! as TextSpan).text!), labels12To11, ); }); @@ -366,13 +366,13 @@ void main() { final dynamic dialPainter = dialPaint.painter; final List primaryLabels = dialPainter.primaryLabels as List; expect( - primaryLabels.map((dynamic tp) => ((tp.painter as TextPainter).text as TextSpan).text), + primaryLabels.map((dynamic tp) => ((tp.painter as TextPainter).text! as TextSpan).text!), labels00To22TwoDigit, ); final List secondaryLabels = dialPainter.secondaryLabels as List; expect( - secondaryLabels.map((dynamic tp) => ((tp.painter as TextPainter).text as TextSpan).text), + secondaryLabels.map((dynamic tp) => ((tp.painter as TextPainter).text! as TextSpan).text!), labels00To22TwoDigit, ); }); From 9e079119e219782f5e5fa4503d0a2bbf32cdab58 Mon Sep 17 00:00:00 2001 From: Shi-Hao Hong Date: Mon, 25 Jan 2021 14:46:07 -0800 Subject: [PATCH 169/327] Update localizations (#74635) --- .../lib/src/l10n/cupertino_am.arb | 2 +- .../lib/src/l10n/cupertino_az.arb | 2 +- .../lib/src/l10n/cupertino_bg.arb | 2 +- .../lib/src/l10n/cupertino_bn.arb | 2 +- .../lib/src/l10n/cupertino_eu.arb | 2 +- .../lib/src/l10n/cupertino_fi.arb | 2 +- .../lib/src/l10n/cupertino_fil.arb | 2 +- .../lib/src/l10n/cupertino_gl.arb | 2 +- .../lib/src/l10n/cupertino_hy.arb | 2 +- .../lib/src/l10n/cupertino_lt.arb | 2 +- .../lib/src/l10n/cupertino_lv.arb | 2 +- .../lib/src/l10n/cupertino_ne.arb | 2 +- .../lib/src/l10n/cupertino_pt_PT.arb | 2 +- .../lib/src/l10n/cupertino_sr.arb | 2 +- .../lib/src/l10n/cupertino_sr_Latn.arb | 2 +- .../lib/src/l10n/cupertino_te.arb | 2 +- .../lib/src/l10n/cupertino_tl.arb | 2 +- .../generated_cupertino_localizations.dart | 35 ++++---- .../generated_material_localizations.dart | 82 +++++++++---------- .../lib/src/l10n/material_ar.arb | 2 +- .../lib/src/l10n/material_az.arb | 2 +- .../lib/src/l10n/material_be.arb | 2 +- .../lib/src/l10n/material_bg.arb | 2 +- .../lib/src/l10n/material_bs.arb | 2 +- .../lib/src/l10n/material_da.arb | 2 +- .../lib/src/l10n/material_et.arb | 2 +- .../lib/src/l10n/material_eu.arb | 2 +- .../lib/src/l10n/material_fi.arb | 2 +- .../lib/src/l10n/material_he.arb | 2 +- .../lib/src/l10n/material_hr.arb | 2 +- .../lib/src/l10n/material_hu.arb | 2 +- .../lib/src/l10n/material_is.arb | 2 +- .../lib/src/l10n/material_ka.arb | 2 +- .../lib/src/l10n/material_kk.arb | 2 +- .../lib/src/l10n/material_km.arb | 2 +- .../lib/src/l10n/material_ko.arb | 2 +- .../lib/src/l10n/material_ky.arb | 2 +- .../lib/src/l10n/material_lt.arb | 2 +- .../lib/src/l10n/material_mk.arb | 2 +- .../lib/src/l10n/material_mn.arb | 6 +- .../lib/src/l10n/material_my.arb | 2 +- .../lib/src/l10n/material_nb.arb | 2 +- .../lib/src/l10n/material_ne.arb | 2 +- .../lib/src/l10n/material_no.arb | 2 +- .../lib/src/l10n/material_ro.arb | 2 +- .../lib/src/l10n/material_si.arb | 2 +- .../lib/src/l10n/material_sl.arb | 2 +- .../lib/src/l10n/material_sr.arb | 2 +- .../lib/src/l10n/material_sr_Latn.arb | 2 +- .../lib/src/l10n/material_sv.arb | 2 +- .../lib/src/l10n/material_te.arb | 4 +- .../lib/src/l10n/material_tr.arb | 2 +- .../lib/src/l10n/material_uk.arb | 2 +- .../lib/src/l10n/material_ur.arb | 2 +- .../lib/src/l10n/material_zh.arb | 2 +- .../lib/src/l10n/material_zh_HK.arb | 2 +- .../lib/src/l10n/material_zh_TW.arb | 2 +- 57 files changed, 118 insertions(+), 115 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb index 752ffa1a7b40..6a5a54c0bb4f 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "ሁሉንም ምረጥ", "tabSemanticsLabel": "ትር $tabIndex ከ$tabCount", "modalBarrierDismissLabel": "አሰናብት", - "searchTextFieldPlaceholderLabel": "ይፈልጉ" + "searchTextFieldPlaceholderLabel": "ፍለጋ" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb index 4eb4625d8bef..cd1a081e6c53 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "Hamısını seçin", "tabSemanticsLabel": "Tab $tabIndex/$tabCount", "modalBarrierDismissLabel": "İmtina edin", - "searchTextFieldPlaceholderLabel": "Axtarış" + "searchTextFieldPlaceholderLabel": "Axtarın" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb index 3f75acba320e..aa7941d440c7 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "Избиране на всички", "tabSemanticsLabel": "Раздел $tabIndex от $tabCount", "modalBarrierDismissLabel": "Отхвърляне", - "searchTextFieldPlaceholderLabel": "Търсете" + "searchTextFieldPlaceholderLabel": "Търсене" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb index de2cafc9d131..9fc15d17bc7c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "সব বেছে নিন", "tabSemanticsLabel": "$tabCount-এর মধ্যে $tabIndex নম্বর ট্যাব", "modalBarrierDismissLabel": "খারিজ করুন", - "searchTextFieldPlaceholderLabel": "খুঁজুন" + "searchTextFieldPlaceholderLabel": "সার্চ করুন" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb index 445d91888d92..070580cd0a63 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "Hautatu guztiak", "tabSemanticsLabel": "$tabIndex/$tabCount fitxa", "modalBarrierDismissLabel": "Baztertu", - "searchTextFieldPlaceholderLabel": "Bilatu" + "searchTextFieldPlaceholderLabel": "Bilaketa" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb index 30b6af1e1c72..007fa34dccba 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "Valitse kaikki", "tabSemanticsLabel": "Välilehti $tabIndex/$tabCount", "modalBarrierDismissLabel": "Ohita", - "searchTextFieldPlaceholderLabel": "Haku" + "searchTextFieldPlaceholderLabel": "Hae" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb index 802a9dfe4ad4..8d3ae083f853 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "Piliin Lahat", "tabSemanticsLabel": "Tab $tabIndex ng $tabCount", "modalBarrierDismissLabel": "I-dismiss", - "searchTextFieldPlaceholderLabel": "Maghanap" + "searchTextFieldPlaceholderLabel": "Hanapin" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb index 072c9356d040..7b6e7c1a7357 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "Seleccionar todo", "tabSemanticsLabel": "Pestana $tabIndex de $tabCount", "modalBarrierDismissLabel": "Ignorar", - "searchTextFieldPlaceholderLabel": "Busca" + "searchTextFieldPlaceholderLabel": "Fai unha busca" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb index 7f2bb28476ce..496670061e36 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "Նշել բոլորը", "tabSemanticsLabel": "Ներդիր $tabIndex՝ $tabCount-ից", "modalBarrierDismissLabel": "Փակել", - "searchTextFieldPlaceholderLabel": "Որոնեք" + "searchTextFieldPlaceholderLabel": "Որոնում" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb index 85f79f283ee6..979ac9f3be77 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb @@ -31,5 +31,5 @@ "selectAllButtonLabel": "Pasirinkti viską", "tabSemanticsLabel": "$tabIndex skirtukas iš $tabCount", "modalBarrierDismissLabel": "Atsisakyti", - "searchTextFieldPlaceholderLabel": "Ieškoti" + "searchTextFieldPlaceholderLabel": "Paieška" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb index a9b07376a82f..8eff67022741 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb @@ -26,5 +26,5 @@ "selectAllButtonLabel": "Atlasīt visu", "tabSemanticsLabel": "$tabIndex. cilne no $tabCount", "modalBarrierDismissLabel": "Nerādīt", - "searchTextFieldPlaceholderLabel": "Meklēt" + "searchTextFieldPlaceholderLabel": "Meklēšana" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb index 6921824cc537..e1d087e0f8d8 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "सबै चयन गर्नुहोस्", "tabSemanticsLabel": "$tabCount मध्ये $tabIndex ट्याब", "modalBarrierDismissLabel": "खारेज गर्नुहोस्", - "searchTextFieldPlaceholderLabel": "खोज" + "searchTextFieldPlaceholderLabel": "खोज्नुहोस्" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb index deff4f4d092b..8b9610777212 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb @@ -1,5 +1,5 @@ { - "searchTextFieldPlaceholderLabel": "Pesquisar", + "searchTextFieldPlaceholderLabel": "Pesquise", "tabSemanticsLabel": "Separador $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour hora", "datePickerHourSemanticsLabelOther": "$hour hora", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb index 7c658fc88e62..90cd68c3d913 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb @@ -26,5 +26,5 @@ "selectAllButtonLabel": "Изабери све", "tabSemanticsLabel": "$tabIndex. картица од $tabCount", "modalBarrierDismissLabel": "Одбаци", - "searchTextFieldPlaceholderLabel": "Претрага" + "searchTextFieldPlaceholderLabel": "Претражите" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb index 13c737a25377..3adac6d344c0 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb @@ -1,5 +1,5 @@ { - "searchTextFieldPlaceholderLabel": "Pretraga", + "searchTextFieldPlaceholderLabel": "Pretražite", "tabSemanticsLabel": "$tabIndex. kartica od $tabCount", "datePickerHourSemanticsLabelFew": "$hour sata", "datePickerMinuteSemanticsLabelFew": "$minute minuta", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb index 2eb5891948f0..e3f366bb4416 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "అన్నింటినీ ఎంచుకోండి", "tabSemanticsLabel": "$tabCountలో $tabIndexవ ట్యాబ్", "modalBarrierDismissLabel": "విస్మరించు", - "searchTextFieldPlaceholderLabel": "సెర్చ్ చేయండి" + "searchTextFieldPlaceholderLabel": "సెర్చ్ చేయి" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb index 802a9dfe4ad4..8d3ae083f853 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "Piliin Lahat", "tabSemanticsLabel": "Tab $tabIndex ng $tabCount", "modalBarrierDismissLabel": "I-dismiss", - "searchTextFieldPlaceholderLabel": "Maghanap" + "searchTextFieldPlaceholderLabel": "Hanapin" } diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index 3f292bb5c485..a1b5504c4320 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -268,7 +268,7 @@ class CupertinoLocalizationAm extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'ከሰዓት'; @override - String get searchTextFieldPlaceholderLabel => 'ይፈልጉ'; + String get searchTextFieldPlaceholderLabel => 'ፍለጋ'; @override String get selectAllButtonLabel => 'ሁሉንም ምረጥ'; @@ -739,7 +739,7 @@ class CupertinoLocalizationAz extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholderLabel => 'Axtarış'; + String get searchTextFieldPlaceholderLabel => 'Axtarın'; @override String get selectAllButtonLabel => 'Hamısını seçin'; @@ -1053,7 +1053,7 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholderLabel => 'Търсете'; + String get searchTextFieldPlaceholderLabel => 'Търсене'; @override String get selectAllButtonLabel => 'Избиране на всички'; @@ -1210,7 +1210,7 @@ class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholderLabel => 'খুঁজুন'; + String get searchTextFieldPlaceholderLabel => 'সার্চ করুন'; @override String get selectAllButtonLabel => 'সব বেছে নিন'; @@ -3943,7 +3943,7 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholderLabel => 'Bilatu'; + String get searchTextFieldPlaceholderLabel => 'Bilaketa'; @override String get selectAllButtonLabel => 'Hautatu guztiak'; @@ -4257,7 +4257,7 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'ip'; @override - String get searchTextFieldPlaceholderLabel => 'Haku'; + String get searchTextFieldPlaceholderLabel => 'Hae'; @override String get selectAllButtonLabel => 'Valitse kaikki'; @@ -4414,7 +4414,7 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholderLabel => 'Maghanap'; + String get searchTextFieldPlaceholderLabel => 'Hanapin'; @override String get selectAllButtonLabel => 'Piliin Lahat'; @@ -4780,7 +4780,7 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'p.m.'; @override - String get searchTextFieldPlaceholderLabel => 'Busca'; + String get searchTextFieldPlaceholderLabel => 'Fai unha busca'; @override String get selectAllButtonLabel => 'Seleccionar todo'; @@ -5879,7 +5879,7 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholderLabel => 'Որոնեք'; + String get searchTextFieldPlaceholderLabel => 'Որոնում'; @override String get selectAllButtonLabel => 'Նշել բոլորը'; @@ -7763,7 +7763,7 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'popiet'; @override - String get searchTextFieldPlaceholderLabel => 'Ieškoti'; + String get searchTextFieldPlaceholderLabel => 'Paieška'; @override String get selectAllButtonLabel => 'Pasirinkti viską'; @@ -7920,7 +7920,7 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'pēcpusdienā'; @override - String get searchTextFieldPlaceholderLabel => 'Meklēt'; + String get searchTextFieldPlaceholderLabel => 'Meklēšana'; @override String get selectAllButtonLabel => 'Atlasīt visu'; @@ -9176,7 +9176,7 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'अपराह्न'; @override - String get searchTextFieldPlaceholderLabel => 'खोज'; + String get searchTextFieldPlaceholderLabel => 'खोज्नुहोस्'; @override String get selectAllButtonLabel => 'सबै चयन गर्नुहोस्'; @@ -10211,6 +10211,9 @@ class CupertinoLocalizationPtPt extends CupertinoLocalizationPt { decimalFormat: decimalFormat, ); + @override + String get searchTextFieldPlaceholderLabel => 'Pesquise'; + @override String get tabSemanticsLabelRaw => r'Separador $tabIndex de $tabCount'; @@ -11263,7 +11266,7 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'по подне'; @override - String get searchTextFieldPlaceholderLabel => 'Претрага'; + String get searchTextFieldPlaceholderLabel => 'Претражите'; @override String get selectAllButtonLabel => 'Изабери све'; @@ -11424,7 +11427,7 @@ class CupertinoLocalizationSrLatn extends CupertinoLocalizationSr { String get postMeridiemAbbreviation => 'po podne'; @override - String get searchTextFieldPlaceholderLabel => 'Pretraga'; + String get searchTextFieldPlaceholderLabel => 'Pretražite'; @override String get selectAllButtonLabel => 'Izaberi sve'; @@ -12025,7 +12028,7 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholderLabel => 'సెర్చ్ చేయండి'; + String get searchTextFieldPlaceholderLabel => 'సెర్చ్ చేయి'; @override String get selectAllButtonLabel => 'అన్నింటినీ ఎంచుకోండి'; @@ -12339,7 +12342,7 @@ class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholderLabel => 'Maghanap'; + String get searchTextFieldPlaceholderLabel => 'Hanapin'; @override String get selectAllButtonLabel => 'Piliin Lahat'; diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index 61f5bb1261ff..4efa9982bfa7 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -698,7 +698,7 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get cutButtonLabel => 'قص'; @override - String get dateHelpText => 'dd/mm/yyyy'; + String get dateHelpText => 'yyyy/mm/dd'; @override String get dateInputLabel => 'إدخال التاريخ'; @@ -1310,7 +1310,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get cutButtonLabel => 'Kəsin'; @override - String get dateHelpText => 'aa/gg/iiii'; + String get dateHelpText => 'aa.gg.iiii'; @override String get dateInputLabel => 'Tarix daxil edin'; @@ -1616,7 +1616,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get cutButtonLabel => 'Выразаць'; @override - String get dateHelpText => 'мм/дд/гггг'; + String get dateHelpText => 'дд.мм.гггг'; @override String get dateInputLabel => 'Увядзіце дату'; @@ -1922,7 +1922,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get cutButtonLabel => 'Изрязване'; @override - String get dateHelpText => 'дд/мм/гггг'; + String get dateHelpText => 'дд.мм.гггг'; @override String get dateInputLabel => 'Въвеждане на дата'; @@ -2534,7 +2534,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get cutButtonLabel => 'Izreži'; @override - String get dateHelpText => 'mm/dd/gggg'; + String get dateHelpText => 'dd. mm. gggg.'; @override String get dateInputLabel => 'Unesite datum'; @@ -3452,7 +3452,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get cutButtonLabel => 'Klip'; @override - String get dateHelpText => 'mm/dd/åååå'; + String get dateHelpText => 'dd/mm/åååå'; @override String get dateInputLabel => 'Angiv en dato'; @@ -8165,7 +8165,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get cutButtonLabel => 'Lõika'; @override - String get dateHelpText => 'kk/pp/aaaa'; + String get dateHelpText => 'pp.kk.aaaa'; @override String get dateInputLabel => 'Sisestage kuupäev'; @@ -8471,7 +8471,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get cutButtonLabel => 'Ebaki'; @override - String get dateHelpText => 'hh/ee/uuuu'; + String get dateHelpText => 'uuuu/hh/ee'; @override String get dateInputLabel => 'Idatzi data'; @@ -9083,7 +9083,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get cutButtonLabel => 'Leikkaa'; @override - String get dateHelpText => 'kk/pp/vvvv'; + String get dateHelpText => 'pp/kk/vvvv'; @override String get dateInputLabel => 'Lisää päivämäärä'; @@ -11021,7 +11021,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get cutButtonLabel => 'גזירה'; @override - String get dateHelpText => 'dd/mm/yyyy'; + String get dateHelpText => 'dd.mm.yyyy'; @override String get dateInputLabel => 'יש להזין תאריך'; @@ -11633,7 +11633,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get cutButtonLabel => 'Izreži'; @override - String get dateHelpText => 'mm/dd/gggg'; + String get dateHelpText => 'dd. mm. gggg.'; @override String get dateInputLabel => 'Unesite datum'; @@ -11939,7 +11939,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get cutButtonLabel => 'Kivágás'; @override - String get dateHelpText => 'hh.nn.éééé'; + String get dateHelpText => 'éééé. hh. nn.'; @override String get dateInputLabel => 'Adja meg a dátumot'; @@ -12857,7 +12857,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get cutButtonLabel => 'Klippa'; @override - String get dateHelpText => 'mm/dd/áááá'; + String get dateHelpText => 'dd.mm.áááá'; @override String get dateInputLabel => 'Slá inn dagsetningu'; @@ -13775,7 +13775,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get cutButtonLabel => 'ამოჭრა'; @override - String get dateHelpText => 'დდ/თთ/წწწწ'; + String get dateHelpText => 'დდ.თთ.წწწწ'; @override String get dateInputLabel => 'შეიყვანეთ თარიღი'; @@ -14081,7 +14081,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get cutButtonLabel => 'Қию'; @override - String get dateHelpText => 'ай/күн/жыл'; + String get dateHelpText => 'кк.аа.жжжж'; @override String get dateInputLabel => 'Күнді енгізу'; @@ -14387,7 +14387,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get cutButtonLabel => 'កាត់'; @override - String get dateHelpText => 'ខែ/ថ្ងៃ/ឆ្នាំ'; + String get dateHelpText => 'ថ្ងៃ/ខែ/ឆ្នាំ'; @override String get dateInputLabel => 'បញ្ចូល​កាលបរិច្ឆេទ'; @@ -14999,7 +14999,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get cutButtonLabel => '잘라냄'; @override - String get dateHelpText => 'yyyy/mm/dd'; + String get dateHelpText => 'yyyy.mm.dd'; @override String get dateInputLabel => '날짜 입력'; @@ -15305,7 +15305,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get cutButtonLabel => 'Кесүү'; @override - String get dateHelpText => 'аа/кк/жжжж'; + String get dateHelpText => 'кк.аа.жжжж'; @override String get dateInputLabel => 'Күндү киргизүү'; @@ -15917,7 +15917,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get cutButtonLabel => 'Iškirpti'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'yyyy/mm/dd/'; @override String get dateInputLabel => 'Įveskite datą'; @@ -16529,7 +16529,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get cutButtonLabel => 'Исечи'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'dd.mm.yyyy'; @override String get dateInputLabel => 'Внесете датум'; @@ -17141,7 +17141,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get cutButtonLabel => 'Таслах'; @override - String get dateHelpText => 'сар/өдөр/жил'; + String get dateHelpText => 'жжжж.сс.өө'; @override String get dateInputLabel => 'Огноо оруулах'; @@ -17180,7 +17180,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get dialogLabel => 'Харилцах цонх'; @override - String get drawerLabel => 'Навигацийн цэс'; + String get drawerLabel => 'Навигацын цэс'; @override String get expandedIconTapHint => 'Буулгах'; @@ -17240,7 +17240,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get okButtonLabel => 'OK'; @override - String get openAppDrawerTooltip => 'Навигацийн цэсийг нээх'; + String get openAppDrawerTooltip => 'Навигацын цэсийг нээх'; @override String get pageRowsInfoTitleRaw => r'$rowCount-н $firstRow–$lastRow'; @@ -18059,7 +18059,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get cutButtonLabel => 'ဖြတ်ယူရန်'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'dd-mm-yyyy'; @override String get dateInputLabel => 'ရက်စွဲ ထည့်ရန်'; @@ -18365,7 +18365,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get cutButtonLabel => 'Klipp ut'; @override - String get dateHelpText => 'mm/dd/åååå'; + String get dateHelpText => 'dd.mm.åååå'; @override String get dateInputLabel => 'Skriv inn datoen'; @@ -18671,7 +18671,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get cutButtonLabel => 'काट्नुहोस्'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'yyyy/mm/dd'; @override String get dateInputLabel => 'मिति प्रविष्टि गर्नुहोस्'; @@ -19283,7 +19283,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get cutButtonLabel => 'Klipp ut'; @override - String get dateHelpText => 'mm/dd/åååå'; + String get dateHelpText => 'dd.mm.åååå'; @override String get dateInputLabel => 'Skriv inn datoen'; @@ -21245,7 +21245,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get cutButtonLabel => 'Decupați'; @override - String get dateHelpText => 'zz/ll/aaaa'; + String get dateHelpText => 'zz.ll.aaaa'; @override String get dateInputLabel => 'Introduceți data'; @@ -21857,7 +21857,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get cutButtonLabel => 'කපන්න'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'mm.dd.yyyy'; @override String get dateInputLabel => 'දිනය ඇතුළු කරන්න'; @@ -22469,7 +22469,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get cutButtonLabel => 'Izreži'; @override - String get dateHelpText => 'dd/mm/llll'; + String get dateHelpText => 'dd. mm. llll'; @override String get dateInputLabel => 'Vnesite datum'; @@ -23081,7 +23081,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get cutButtonLabel => 'Исеци'; @override - String get dateHelpText => 'дд/мм/гггг'; + String get dateHelpText => 'дд.мм.гггг.'; @override String get dateInputLabel => 'Унесите датум'; @@ -23417,7 +23417,7 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get cutButtonLabel => 'Iseci'; @override - String get dateHelpText => 'dd/mm/gggg'; + String get dateHelpText => 'dd.mm.gggg.'; @override String get dateInputLabel => 'Unesite datum'; @@ -23687,7 +23687,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get cutButtonLabel => 'Klipp ut'; @override - String get dateHelpText => 'mm/dd/åååå'; + String get dateHelpText => 'åååå-mm-dd'; @override String get dateInputLabel => 'Ange datum'; @@ -24644,7 +24644,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get dialogLabel => 'డైలాగ్'; @override - String get drawerLabel => 'నావిగేషన్ మెను'; + String get drawerLabel => 'నావిగేషన్ మెనూ'; @override String get expandedIconTapHint => 'కుదించు'; @@ -24716,7 +24716,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get pasteButtonLabel => 'అతికించు'; @override - String get popupMenuLabel => 'పాప్‌అప్ మెను'; + String get popupMenuLabel => 'పాప్‌అప్ మెనూ'; @override String get postMeridiemAbbreviation => 'PM'; @@ -25523,7 +25523,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get cutButtonLabel => 'Kes'; @override - String get dateHelpText => 'aa/gg/yyyy'; + String get dateHelpText => 'gg.aa.yyyy'; @override String get dateInputLabel => 'Tarih Girin'; @@ -25829,7 +25829,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get cutButtonLabel => 'Вирізати'; @override - String get dateHelpText => 'дд/мм/рррр'; + String get dateHelpText => 'дд.мм.рррр'; @override String get dateInputLabel => 'Введіть дату'; @@ -26135,7 +26135,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get cutButtonLabel => 'کٹ کریں'; @override - String get dateHelpText => 'dd/mm/yy'; + String get dateHelpText => 'dd/mm/yyyy'; @override String get dateInputLabel => 'تاریخ درج کریں'; @@ -27053,7 +27053,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get cutButtonLabel => '剪切'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'yyyy/mm/dd'; @override String get dateInputLabel => '输入日期'; @@ -27380,7 +27380,7 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get cutButtonLabel => '剪下'; @override - String get dateHelpText => 'yyyy/mm/dd'; + String get dateHelpText => 'dd/mm/yyyy'; @override String get dateInputLabel => '輸入日期'; @@ -27656,7 +27656,7 @@ class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { String get selectYearSemanticsLabel => '選取年份'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'yyyy/mm/dd'; @override String get tabLabelRaw => r'第 $tabIndex 個分頁 (共 $tabCount 個)'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index 18fd56fad773..a6b9528ad61a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -64,7 +64,7 @@ "refreshIndicatorSemanticLabel": "إعادة تحميل", "moreButtonTooltip": "المزيد", "dateSeparator": "/", - "dateHelpText": "dd/mm/yyyy", + "dateHelpText": "yyyy/mm/dd", "selectYearSemanticsLabel": "اختيار العام", "unspecifiedDate": "التاريخ", "unspecifiedDateRange": "النطاق الزمني", diff --git a/packages/flutter_localizations/lib/src/l10n/material_az.arb b/packages/flutter_localizations/lib/src/l10n/material_az.arb index 6d04e7076b23..5ea8e2e99daa 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_az.arb @@ -53,7 +53,7 @@ "refreshIndicatorSemanticLabel": "Yeniləyin", "moreButtonTooltip": "Daha çox", "dateSeparator": ".", - "dateHelpText": "aa/gg/iiii", + "dateHelpText": "aa.gg.iiii", "selectYearSemanticsLabel": "İl seçin", "unspecifiedDate": "Tarix", "unspecifiedDateRange": "Tarix aralığı", diff --git a/packages/flutter_localizations/lib/src/l10n/material_be.arb b/packages/flutter_localizations/lib/src/l10n/material_be.arb index c91676bc30d0..7c03216d7be6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_be.arb @@ -59,7 +59,7 @@ "refreshIndicatorSemanticLabel": "Абнавіць", "moreButtonTooltip": "Яшчэ", "dateSeparator": ".", - "dateHelpText": "мм/дд/гггг", + "dateHelpText": "дд.мм.гггг", "selectYearSemanticsLabel": "Выберыце год", "unspecifiedDate": "Дата", "unspecifiedDateRange": "Дыяпазон дат", diff --git a/packages/flutter_localizations/lib/src/l10n/material_bg.arb b/packages/flutter_localizations/lib/src/l10n/material_bg.arb index 460701cdf92b..4adcebc83ff5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bg.arb @@ -54,7 +54,7 @@ "refreshIndicatorSemanticLabel": "Опресняване", "moreButtonTooltip": "Още", "dateSeparator": ".", - "dateHelpText": "дд/мм/гггг", + "dateHelpText": "дд.мм.гггг", "selectYearSemanticsLabel": "Избиране на година", "unspecifiedDate": "Дата", "unspecifiedDateRange": "Период от време", diff --git a/packages/flutter_localizations/lib/src/l10n/material_bs.arb b/packages/flutter_localizations/lib/src/l10n/material_bs.arb index 600edf54d677..babc41278ea2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bs.arb @@ -57,7 +57,7 @@ "refreshIndicatorSemanticLabel": "Osvježi", "moreButtonTooltip": "Više", "dateSeparator": ".", - "dateHelpText": "mm/dd/gggg", + "dateHelpText": "dd. mm. gggg.", "selectYearSemanticsLabel": "Odaberite godinu", "unspecifiedDate": "Datum", "unspecifiedDateRange": "Raspon datuma", diff --git a/packages/flutter_localizations/lib/src/l10n/material_da.arb b/packages/flutter_localizations/lib/src/l10n/material_da.arb index 03e42213fee6..d1a101d033a9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_da.arb @@ -54,7 +54,7 @@ "refreshIndicatorSemanticLabel": "Opdater", "moreButtonTooltip": "Mere", "dateSeparator": ".", - "dateHelpText": "mm/dd/åååå", + "dateHelpText": "dd/mm/åååå", "selectYearSemanticsLabel": "Vælg år", "unspecifiedDate": "Dato", "unspecifiedDateRange": "Datointerval", diff --git a/packages/flutter_localizations/lib/src/l10n/material_et.arb b/packages/flutter_localizations/lib/src/l10n/material_et.arb index 165e45fb7e45..e5c47412538a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_et.arb @@ -54,7 +54,7 @@ "refreshIndicatorSemanticLabel": "Värskendamine", "moreButtonTooltip": "Rohkem", "dateSeparator": ".", - "dateHelpText": "kk/pp/aaaa", + "dateHelpText": "pp.kk.aaaa", "selectYearSemanticsLabel": "Valige aasta", "unspecifiedDate": "Kuupäev", "unspecifiedDateRange": "Kuupäevavahemik", diff --git a/packages/flutter_localizations/lib/src/l10n/material_eu.arb b/packages/flutter_localizations/lib/src/l10n/material_eu.arb index f7131aba0f85..41f625640126 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_eu.arb @@ -53,7 +53,7 @@ "refreshIndicatorSemanticLabel": "Freskatu", "moreButtonTooltip": "Gehiago", "dateSeparator": "/", - "dateHelpText": "hh/ee/uuuu", + "dateHelpText": "uuuu/hh/ee", "selectYearSemanticsLabel": "Hautatu urtea", "unspecifiedDate": "Data", "unspecifiedDateRange": "Data tartea", diff --git a/packages/flutter_localizations/lib/src/l10n/material_fi.arb b/packages/flutter_localizations/lib/src/l10n/material_fi.arb index 7a71c257f14c..a181cd87fcf8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fi.arb @@ -54,7 +54,7 @@ "refreshIndicatorSemanticLabel": "Päivitys", "moreButtonTooltip": "Lisää", "dateSeparator": "/", - "dateHelpText": "kk/pp/vvvv", + "dateHelpText": "pp/kk/vvvv", "selectYearSemanticsLabel": "Valitse vuosi", "unspecifiedDate": "Päivämäärä", "unspecifiedDateRange": "Ajanjakso", diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index 77906fe0d19d..73d5a26693e9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -60,7 +60,7 @@ "refreshIndicatorSemanticLabel": "רענון", "moreButtonTooltip": "עוד", "dateSeparator": ".", - "dateHelpText": "dd/mm/yyyy", + "dateHelpText": "dd.mm.yyyy", "selectYearSemanticsLabel": "בחירת שנה", "unspecifiedDate": "תאריך", "unspecifiedDateRange": "טווח תאריכים", diff --git a/packages/flutter_localizations/lib/src/l10n/material_hr.arb b/packages/flutter_localizations/lib/src/l10n/material_hr.arb index c3d27025f3a6..b40508307d53 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hr.arb @@ -57,7 +57,7 @@ "refreshIndicatorSemanticLabel": "Osvježi", "moreButtonTooltip": "Više", "dateSeparator": ".", - "dateHelpText": "mm/dd/gggg", + "dateHelpText": "dd. mm. gggg.", "selectYearSemanticsLabel": "Odaberite godinu", "unspecifiedDate": "Datum", "unspecifiedDateRange": "Datumski raspon", diff --git a/packages/flutter_localizations/lib/src/l10n/material_hu.arb b/packages/flutter_localizations/lib/src/l10n/material_hu.arb index 462932478430..4261c79dc1c8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hu.arb @@ -54,7 +54,7 @@ "refreshIndicatorSemanticLabel": "Frissítés", "moreButtonTooltip": "Több", "dateSeparator": ".", - "dateHelpText": "hh.nn.éééé", + "dateHelpText": "éééé. hh. nn.", "selectYearSemanticsLabel": "Válassza ki az évet", "unspecifiedDate": "Dátum", "unspecifiedDateRange": "Dátumtartomány", diff --git a/packages/flutter_localizations/lib/src/l10n/material_is.arb b/packages/flutter_localizations/lib/src/l10n/material_is.arb index c401ec3c7a37..8a7c5449856c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_is.arb @@ -53,7 +53,7 @@ "refreshIndicatorSemanticLabel": "Endurnýja", "moreButtonTooltip": "Meira", "dateSeparator": "/", - "dateHelpText": "mm/dd/áááá", + "dateHelpText": "dd.mm.áááá", "selectYearSemanticsLabel": "Velja ár", "unspecifiedDate": "Dagsetning", "unspecifiedDateRange": "Tímabil", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ka.arb b/packages/flutter_localizations/lib/src/l10n/material_ka.arb index e0b983c307be..1b256fd4fc05 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ka.arb @@ -53,7 +53,7 @@ "refreshIndicatorSemanticLabel": "განახლება", "moreButtonTooltip": "მეტი", "dateSeparator": ".", - "dateHelpText": "დდ/თთ/წწწწ", + "dateHelpText": "დდ.თთ.წწწწ", "selectYearSemanticsLabel": "აირჩიეთ წელი", "unspecifiedDate": "თარიღი", "unspecifiedDateRange": "თარიღების დიაპაზონი", diff --git a/packages/flutter_localizations/lib/src/l10n/material_kk.arb b/packages/flutter_localizations/lib/src/l10n/material_kk.arb index b0e73e1f0c87..056843dd102c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kk.arb @@ -55,7 +55,7 @@ "refreshIndicatorSemanticLabel": "Жаңарту", "moreButtonTooltip": "Жаю", "dateSeparator": ".", - "dateHelpText": "ай/күн/жыл", + "dateHelpText": "кк.аа.жжжж", "selectYearSemanticsLabel": "Жылды таңдау", "unspecifiedDate": "Күн", "unspecifiedDateRange": "Күндер ауқымы", diff --git a/packages/flutter_localizations/lib/src/l10n/material_km.arb b/packages/flutter_localizations/lib/src/l10n/material_km.arb index 3f017cf427cc..9a1454b7c344 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_km.arb @@ -54,7 +54,7 @@ "refreshIndicatorSemanticLabel": "ផ្ទុកឡើងវិញ", "moreButtonTooltip": "ច្រើន​ទៀត", "dateSeparator": "/", - "dateHelpText": "ខែ/ថ្ងៃ/ឆ្នាំ", + "dateHelpText": "ថ្ងៃ/ខែ/ឆ្នាំ", "selectYearSemanticsLabel": "ជ្រើសរើសឆ្នាំ", "unspecifiedDate": "កាលបរិច្ឆេទ", "unspecifiedDateRange": "ចន្លោះ​កាលបរិច្ឆេទ", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index 19ce31880406..49f30a210a1d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -54,7 +54,7 @@ "refreshIndicatorSemanticLabel": "새로고침", "moreButtonTooltip": "더보기", "dateSeparator": ".", - "dateHelpText": "yyyy/mm/dd", + "dateHelpText": "yyyy.mm.dd", "selectYearSemanticsLabel": "연도 선택", "unspecifiedDate": "날짜", "unspecifiedDateRange": "기간", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ky.arb b/packages/flutter_localizations/lib/src/l10n/material_ky.arb index 9281c6f11d10..b1bcd1ea810d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ky.arb @@ -53,7 +53,7 @@ "refreshIndicatorSemanticLabel": "Жаңыртуу", "moreButtonTooltip": "Дагы", "dateSeparator": ".", - "dateHelpText": "аа/кк/жжжж", + "dateHelpText": "кк.аа.жжжж", "selectYearSemanticsLabel": "Жылды тандоо", "unspecifiedDate": "Күн", "unspecifiedDateRange": "Даталар диапазону", diff --git a/packages/flutter_localizations/lib/src/l10n/material_lt.arb b/packages/flutter_localizations/lib/src/l10n/material_lt.arb index 000e4f703985..f6bb9794ec80 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lt.arb @@ -60,7 +60,7 @@ "refreshIndicatorSemanticLabel": "Atnaujinti", "moreButtonTooltip": "Daugiau", "dateSeparator": ".", - "dateHelpText": "mm/dd/yyyy", + "dateHelpText": "yyyy/mm/dd/", "selectYearSemanticsLabel": "Pasirinkite metus", "unspecifiedDate": "Data", "unspecifiedDateRange": "Dienų seka", diff --git a/packages/flutter_localizations/lib/src/l10n/material_mk.arb b/packages/flutter_localizations/lib/src/l10n/material_mk.arb index b65e937d9d78..152a1de13869 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mk.arb @@ -53,7 +53,7 @@ "refreshIndicatorSemanticLabel": "Освежи", "moreButtonTooltip": "Уште", "dateSeparator": ".", - "dateHelpText": "mm/dd/yyyy", + "dateHelpText": "dd.mm.yyyy", "selectYearSemanticsLabel": "Изберете година", "unspecifiedDate": "Датум", "unspecifiedDateRange": "Временски период", diff --git a/packages/flutter_localizations/lib/src/l10n/material_mn.arb b/packages/flutter_localizations/lib/src/l10n/material_mn.arb index 02f812bc7f30..0fd7aae979c9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mn.arb @@ -1,7 +1,7 @@ { "scriptCategory": "English-like", "timeOfDayFormat": "HH:mm", - "openAppDrawerTooltip": "Навигацийн цэсийг нээх", + "openAppDrawerTooltip": "Навигацын цэсийг нээх", "backButtonTooltip": "Буцах", "closeButtonTooltip": "Хаах", "deleteButtonTooltip": "Устгах", @@ -36,7 +36,7 @@ "signedInLabel": "Нэвтэрсэн", "hideAccountsLabel": "Бүртгэлүүдийг нуух", "showAccountsLabel": "Бүртгэлүүдийг харуулах", - "drawerLabel": "Навигацийн цэс", + "drawerLabel": "Навигацын цэс", "popupMenuLabel": "Попап цэс", "dialogLabel": "Харилцах цонх", "alertDialogLabel": "Сэрэмжлүүлэг", @@ -55,7 +55,7 @@ "refreshIndicatorSemanticLabel": "Сэргээх", "moreButtonTooltip": "Бусад", "dateSeparator": ".", - "dateHelpText": "сар/өдөр/жил", + "dateHelpText": "жжжж.сс.өө", "selectYearSemanticsLabel": "Жил сонгох", "unspecifiedDate": "Огноо", "unspecifiedDateRange": "Хугацааны интервал", diff --git a/packages/flutter_localizations/lib/src/l10n/material_my.arb b/packages/flutter_localizations/lib/src/l10n/material_my.arb index 5c8e095b59e9..c9ba01f53e4e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_my.arb @@ -53,7 +53,7 @@ "refreshIndicatorSemanticLabel": "ပြန်လည်စတင်ရန်", "moreButtonTooltip": "နောက်ထပ်", "dateSeparator": "-", - "dateHelpText": "mm/dd/yyyy", + "dateHelpText": "dd-mm-yyyy", "selectYearSemanticsLabel": "ခုနှစ် ရွေးရန်", "unspecifiedDate": "ရက်စွဲ", "unspecifiedDateRange": "ရက်အပိုင်းအခြား", diff --git a/packages/flutter_localizations/lib/src/l10n/material_nb.arb b/packages/flutter_localizations/lib/src/l10n/material_nb.arb index 083988811ae9..a4c52dbc838a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nb.arb @@ -36,7 +36,7 @@ "timePickerMinuteModeAnnouncement": "Angi minutter", "modalBarrierDismissLabel": "Avvis", "dateSeparator": ".", - "dateHelpText": "mm/dd/åååå", + "dateHelpText": "dd.mm.åååå", "selectYearSemanticsLabel": "Velg året", "unspecifiedDate": "Dato", "unspecifiedDateRange": "Datoperiode", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ne.arb b/packages/flutter_localizations/lib/src/l10n/material_ne.arb index 23ac7893dfa6..90cbc6b323cf 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ne.arb @@ -53,7 +53,7 @@ "refreshIndicatorSemanticLabel": "पुनः ताजा गर्नुहोस्", "moreButtonTooltip": "थप", "dateSeparator": ".", - "dateHelpText": "mm/dd/yyyy", + "dateHelpText": "yyyy/mm/dd", "selectYearSemanticsLabel": "वर्ष छान्नुहोस्", "unspecifiedDate": "मिति", "unspecifiedDateRange": "मितिको दायरा", diff --git a/packages/flutter_localizations/lib/src/l10n/material_no.arb b/packages/flutter_localizations/lib/src/l10n/material_no.arb index 083988811ae9..a4c52dbc838a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_no.arb @@ -36,7 +36,7 @@ "timePickerMinuteModeAnnouncement": "Angi minutter", "modalBarrierDismissLabel": "Avvis", "dateSeparator": ".", - "dateHelpText": "mm/dd/åååå", + "dateHelpText": "dd.mm.åååå", "selectYearSemanticsLabel": "Velg året", "unspecifiedDate": "Dato", "unspecifiedDateRange": "Datoperiode", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/flutter_localizations/lib/src/l10n/material_ro.arb index ed64fa831370..a3e0d5474f85 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ro.arb @@ -58,7 +58,7 @@ "refreshIndicatorSemanticLabel": "Actualizați", "moreButtonTooltip": "Mai multe", "dateSeparator": ".", - "dateHelpText": "zz/ll/aaaa", + "dateHelpText": "zz.ll.aaaa", "selectYearSemanticsLabel": "Selectați anul", "unspecifiedDate": "Data", "unspecifiedDateRange": "Interval de date", diff --git a/packages/flutter_localizations/lib/src/l10n/material_si.arb b/packages/flutter_localizations/lib/src/l10n/material_si.arb index 4a48a14f36dc..a13e760e3de0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_si.arb @@ -53,7 +53,7 @@ "refreshIndicatorSemanticLabel": "නැවුම් කරන්න", "moreButtonTooltip": "තව", "dateSeparator": ".", - "dateHelpText": "mm/dd/yyyy", + "dateHelpText": "mm.dd.yyyy", "selectYearSemanticsLabel": "වර්ෂය තෝරන්න", "unspecifiedDate": "දිනය", "unspecifiedDateRange": "දින පරාසය", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sl.arb b/packages/flutter_localizations/lib/src/l10n/material_sl.arb index ed9e5859513c..147300fb13f9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sl.arb @@ -60,7 +60,7 @@ "refreshIndicatorSemanticLabel": "Osveži", "moreButtonTooltip": "Več", "dateSeparator": ". ", - "dateHelpText": "dd/mm/llll", + "dateHelpText": "dd. mm. llll", "selectYearSemanticsLabel": "Izberite leto", "unspecifiedDate": "Datum", "unspecifiedDateRange": "Časovno obdobje", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr.arb b/packages/flutter_localizations/lib/src/l10n/material_sr.arb index 7824202b5930..212171f7549b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr.arb @@ -57,7 +57,7 @@ "refreshIndicatorSemanticLabel": "Освежи", "moreButtonTooltip": "Још", "dateSeparator": ".", - "dateHelpText": "дд/мм/гггг", + "dateHelpText": "дд.мм.гггг.", "selectYearSemanticsLabel": "Изаберите годину", "unspecifiedDate": "Датум", "unspecifiedDateRange": "Период", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb b/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb index 4b8b04f73120..70d957f158ec 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb @@ -26,7 +26,7 @@ "unspecifiedDateRange": "Period", "unspecifiedDate": "Datum", "selectYearSemanticsLabel": "Izaberite godinu", - "dateHelpText": "dd/mm/gggg", + "dateHelpText": "dd.mm.gggg.", "moreButtonTooltip": "Još", "remainingTextFieldCharacterCountFew": "Preostala su $remainingCount znaka", "scriptCategory": "English-like", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sv.arb b/packages/flutter_localizations/lib/src/l10n/material_sv.arb index 002217e8b02d..ec7878f5fa14 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sv.arb @@ -54,7 +54,7 @@ "refreshIndicatorSemanticLabel": "Uppdatera", "moreButtonTooltip": "Mer", "dateSeparator": ".", - "dateHelpText": "mm/dd/åååå", + "dateHelpText": "åååå-mm-dd", "selectYearSemanticsLabel": "Välj år", "unspecifiedDate": "Datum", "unspecifiedDateRange": "Datumintervall", diff --git a/packages/flutter_localizations/lib/src/l10n/material_te.arb b/packages/flutter_localizations/lib/src/l10n/material_te.arb index 73e303a0092a..42f3a8f17ec2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_te.arb @@ -35,8 +35,8 @@ "signedInLabel": "సైన్ ఇన్ చేసారు", "hideAccountsLabel": "ఖాతాలను దాచు", "showAccountsLabel": "ఖాతాలను చూపు", - "drawerLabel": "నావిగేషన్ మెను", - "popupMenuLabel": "పాప్‌అప్ మెను", + "drawerLabel": "నావిగేషన్ మెనూ", + "popupMenuLabel": "పాప్‌అప్ మెనూ", "dialogLabel": "డైలాగ్", "alertDialogLabel": "అలర్ట్", "searchFieldLabel": "వెతుకు", diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index 0a4a3fbbf9c9..0551354d613d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -54,7 +54,7 @@ "refreshIndicatorSemanticLabel": "Yenile", "moreButtonTooltip": "Diğer", "dateSeparator": ".", - "dateHelpText": "aa/gg/yyyy", + "dateHelpText": "gg.aa.yyyy", "selectYearSemanticsLabel": "Yılı seçin", "unspecifiedDate": "Tarih", "unspecifiedDateRange": "Tarih Aralığı", diff --git a/packages/flutter_localizations/lib/src/l10n/material_uk.arb b/packages/flutter_localizations/lib/src/l10n/material_uk.arb index bc4dc4cbd27f..e844fd405fd7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uk.arb @@ -60,7 +60,7 @@ "refreshIndicatorSemanticLabel": "Оновити", "moreButtonTooltip": "Інші", "dateSeparator": ".", - "dateHelpText": "дд/мм/рррр", + "dateHelpText": "дд.мм.рррр", "selectYearSemanticsLabel": "Виберіть рік", "unspecifiedDate": "Дата", "unspecifiedDateRange": "Діапазон дат", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index 40153df0fd63..097c3c0db7b0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -54,7 +54,7 @@ "refreshIndicatorSemanticLabel": "ریفریش کریں", "moreButtonTooltip": "مزید", "dateSeparator": "/", - "dateHelpText": "dd/mm/yy", + "dateHelpText": "dd/mm/yyyy", "selectYearSemanticsLabel": "سال منتخب کریں", "unspecifiedDate": "تاریخ", "unspecifiedDateRange": "تاریخ کی حد", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index 3619b3e24b15..ff84e1f824ce 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -54,7 +54,7 @@ "refreshIndicatorSemanticLabel": "刷新", "moreButtonTooltip": "更多", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", + "dateHelpText": "yyyy/mm/dd", "selectYearSemanticsLabel": "选择年份", "unspecifiedDate": "日期", "unspecifiedDateRange": "日期范围", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb index 7cc963bfa382..e625c86e5361 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb @@ -25,7 +25,7 @@ "unspecifiedDateRange": "日期範圍", "unspecifiedDate": "日期", "selectYearSemanticsLabel": "揀年份", - "dateHelpText": "yyyy/mm/dd", + "dateHelpText": "dd/mm/yyyy", "moreButtonTooltip": "更多", "tabLabel": "第 $tabIndex 個標籤,總共 $tabCount 個", "showAccountsLabel": "顯示帳戶", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb index 6d80d3bc4df2..7ef077b99b4e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb @@ -25,7 +25,7 @@ "unspecifiedDateRange": "日期範圍", "unspecifiedDate": "日期", "selectYearSemanticsLabel": "選取年份", - "dateHelpText": "mm/dd/yyyy", + "dateHelpText": "yyyy/mm/dd", "moreButtonTooltip": "更多", "tabLabel": "第 $tabIndex 個分頁 (共 $tabCount 個)", "showAccountsLabel": "顯示帳戶", From 09c6b61a9d1e05b699aa3ed828be1eb8089db7e7 Mon Sep 17 00:00:00 2001 From: Jia Hao Date: Tue, 26 Jan 2021 14:34:03 +0800 Subject: [PATCH 170/327] [flutter_tools] Make setting of CWD consistent for flutter test (#74622) --- .../flutter_localizations/test/cupertino/translations_test.dart | 2 +- .../flutter_localizations/test/material/translations_test.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/flutter_localizations/test/cupertino/translations_test.dart b/packages/flutter_localizations/test/cupertino/translations_test.dart index a9d7d690b631..fcf3b8175fac 100644 --- a/packages/flutter_localizations/test/cupertino/translations_test.dart +++ b/packages/flutter_localizations/test/cupertino/translations_test.dart @@ -13,7 +13,7 @@ import 'package:flutter_test/flutter_test.dart'; import '../test_utils.dart'; -final String rootDirectoryPath = Directory.current.parent.path; +final String rootDirectoryPath = Directory.current.path; void main() { for (final String language in kCupertinoSupportedLanguages) { diff --git a/packages/flutter_localizations/test/material/translations_test.dart b/packages/flutter_localizations/test/material/translations_test.dart index c4a14f601cef..610f73cbdad9 100644 --- a/packages/flutter_localizations/test/material/translations_test.dart +++ b/packages/flutter_localizations/test/material/translations_test.dart @@ -13,7 +13,7 @@ import 'package:flutter_test/flutter_test.dart'; import '../test_utils.dart'; -final String rootDirectoryPath = Directory.current.parent.path; +final String rootDirectoryPath = Directory.current.path; void main() { for (final String language in kMaterialSupportedLanguages) { From ee22d484274b0b326331b799a673dc42b8a07d12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20L=C3=BCbeck?= Date: Mon, 1 Feb 2021 21:06:06 -0500 Subject: [PATCH 171/327] Adds First/Last buttons to PaginatedDataTable (#73964) --- .../generated_material_localizations.dart | 468 ++++++++++++++++++ .../lib/src/l10n/material_af.arb | 2 + .../lib/src/l10n/material_am.arb | 2 + .../lib/src/l10n/material_ar.arb | 2 + .../lib/src/l10n/material_as.arb | 2 + .../lib/src/l10n/material_az.arb | 2 + .../lib/src/l10n/material_be.arb | 2 + .../lib/src/l10n/material_bg.arb | 2 + .../lib/src/l10n/material_bn.arb | 2 + .../lib/src/l10n/material_bs.arb | 2 + .../lib/src/l10n/material_ca.arb | 2 + .../lib/src/l10n/material_cs.arb | 2 + .../lib/src/l10n/material_da.arb | 2 + .../lib/src/l10n/material_de.arb | 2 + .../lib/src/l10n/material_de_CH.arb | 2 + .../lib/src/l10n/material_el.arb | 2 + .../lib/src/l10n/material_en.arb | 10 + .../lib/src/l10n/material_en_AU.arb | 2 + .../lib/src/l10n/material_en_CA.arb | 2 + .../lib/src/l10n/material_en_GB.arb | 2 + .../lib/src/l10n/material_en_IE.arb | 2 + .../lib/src/l10n/material_en_IN.arb | 2 + .../lib/src/l10n/material_en_NZ.arb | 2 + .../lib/src/l10n/material_en_SG.arb | 2 + .../lib/src/l10n/material_en_ZA.arb | 2 + .../lib/src/l10n/material_es.arb | 2 + .../lib/src/l10n/material_es_419.arb | 2 + .../lib/src/l10n/material_es_AR.arb | 2 + .../lib/src/l10n/material_es_BO.arb | 2 + .../lib/src/l10n/material_es_CL.arb | 2 + .../lib/src/l10n/material_es_CO.arb | 2 + .../lib/src/l10n/material_es_CR.arb | 2 + .../lib/src/l10n/material_es_DO.arb | 2 + .../lib/src/l10n/material_es_EC.arb | 2 + .../lib/src/l10n/material_es_GT.arb | 2 + .../lib/src/l10n/material_es_HN.arb | 2 + .../lib/src/l10n/material_es_MX.arb | 2 + .../lib/src/l10n/material_es_NI.arb | 2 + .../lib/src/l10n/material_es_PA.arb | 2 + .../lib/src/l10n/material_es_PE.arb | 2 + .../lib/src/l10n/material_es_PR.arb | 2 + .../lib/src/l10n/material_es_PY.arb | 2 + .../lib/src/l10n/material_es_SV.arb | 2 + .../lib/src/l10n/material_es_US.arb | 2 + .../lib/src/l10n/material_es_UY.arb | 2 + .../lib/src/l10n/material_es_VE.arb | 2 + .../lib/src/l10n/material_et.arb | 2 + .../lib/src/l10n/material_eu.arb | 2 + .../lib/src/l10n/material_fa.arb | 2 + .../lib/src/l10n/material_fi.arb | 2 + .../lib/src/l10n/material_fil.arb | 2 + .../lib/src/l10n/material_fr.arb | 2 + .../lib/src/l10n/material_fr_CA.arb | 2 + .../lib/src/l10n/material_gl.arb | 2 + .../lib/src/l10n/material_gsw.arb | 2 + .../lib/src/l10n/material_gu.arb | 2 + .../lib/src/l10n/material_he.arb | 2 + .../lib/src/l10n/material_hi.arb | 2 + .../lib/src/l10n/material_hr.arb | 2 + .../lib/src/l10n/material_hu.arb | 2 + .../lib/src/l10n/material_hy.arb | 2 + .../lib/src/l10n/material_id.arb | 2 + .../lib/src/l10n/material_is.arb | 2 + .../lib/src/l10n/material_it.arb | 2 + .../lib/src/l10n/material_ja.arb | 2 + .../lib/src/l10n/material_ka.arb | 2 + .../lib/src/l10n/material_kk.arb | 2 + .../lib/src/l10n/material_km.arb | 2 + .../lib/src/l10n/material_kn.arb | 2 + .../lib/src/l10n/material_ko.arb | 2 + .../lib/src/l10n/material_ky.arb | 2 + .../lib/src/l10n/material_lo.arb | 2 + .../lib/src/l10n/material_lt.arb | 2 + .../lib/src/l10n/material_lv.arb | 2 + .../lib/src/l10n/material_mk.arb | 2 + .../lib/src/l10n/material_ml.arb | 2 + .../lib/src/l10n/material_mn.arb | 2 + .../lib/src/l10n/material_mr.arb | 2 + .../lib/src/l10n/material_ms.arb | 2 + .../lib/src/l10n/material_my.arb | 2 + .../lib/src/l10n/material_nb.arb | 2 + .../lib/src/l10n/material_ne.arb | 2 + .../lib/src/l10n/material_nl.arb | 2 + .../lib/src/l10n/material_no.arb | 2 + .../lib/src/l10n/material_or.arb | 2 + .../lib/src/l10n/material_pa.arb | 2 + .../lib/src/l10n/material_pl.arb | 2 + .../lib/src/l10n/material_ps.arb | 2 + .../lib/src/l10n/material_pt.arb | 2 + .../lib/src/l10n/material_pt_PT.arb | 2 + .../lib/src/l10n/material_ro.arb | 2 + .../lib/src/l10n/material_ru.arb | 2 + .../lib/src/l10n/material_si.arb | 2 + .../lib/src/l10n/material_sk.arb | 2 + .../lib/src/l10n/material_sl.arb | 2 + .../lib/src/l10n/material_sq.arb | 2 + .../lib/src/l10n/material_sr.arb | 2 + .../lib/src/l10n/material_sr_Latn.arb | 2 + .../lib/src/l10n/material_sv.arb | 2 + .../lib/src/l10n/material_sw.arb | 2 + .../lib/src/l10n/material_ta.arb | 2 + .../lib/src/l10n/material_te.arb | 2 + .../lib/src/l10n/material_th.arb | 2 + .../lib/src/l10n/material_tl.arb | 2 + .../lib/src/l10n/material_tr.arb | 2 + .../lib/src/l10n/material_uk.arb | 2 + .../lib/src/l10n/material_ur.arb | 2 + .../lib/src/l10n/material_uz.arb | 2 + .../lib/src/l10n/material_vi.arb | 2 + .../lib/src/l10n/material_zh.arb | 2 + .../lib/src/l10n/material_zh_HK.arb | 2 + .../lib/src/l10n/material_zh_TW.arb | 2 + .../lib/src/l10n/material_zu.arb | 2 + .../test/material/translations_test.dart | 2 + 114 files changed, 702 insertions(+) diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index 4efa9982bfa7..43d8c03aa4a1 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -130,6 +130,9 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Vou in'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Versteek rekeninge'; @@ -148,6 +151,9 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => "Voer 'n geldige tyd in"; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -436,6 +442,9 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'ሰብስብ'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'መለያዎችን ደብቅ'; @@ -454,6 +463,9 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'የሚሠራ ሰዓት ያስገቡ'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -742,6 +754,9 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'تصغير'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'إخفاء الحسابات'; @@ -760,6 +775,9 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'يُرجى إدخال وقت صالح.'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => r'$licenseCount تراخيص'; @@ -1048,6 +1066,9 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'সংকোচন কৰক'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'একাউণ্টসমূহ লুকুৱাওক'; @@ -1066,6 +1087,9 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'এটা মান্য সময় দিয়ক'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -1354,6 +1378,9 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Yığcamlaşdırın'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Hesabları gizlədin'; @@ -1372,6 +1399,9 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Düzgün vaxt daxil edin'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -1660,6 +1690,9 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Згарнуць'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Схаваць уліковыя запісы'; @@ -1678,6 +1711,9 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Увядзіце дапушчальны час'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => r'$licenseCount ліцэнзіі'; @@ -1966,6 +2002,9 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Свиване'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Скриване на профилите'; @@ -1984,6 +2023,9 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Въведете валиден час'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -2272,6 +2314,9 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'আড়াল করুন'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'অ্যাকাউন্টগুলি লুকান'; @@ -2290,6 +2335,9 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'সঠিক সময় লিখুন'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -2578,6 +2626,9 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Suzi'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Sakrij račune'; @@ -2596,6 +2647,9 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Unesite ispravno vrijeme'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => r'$licenseCount licence'; @@ -2884,6 +2938,9 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Replega'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Amaga els comptes'; @@ -2902,6 +2959,9 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Introdueix una hora vàlida'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -3190,6 +3250,9 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Sbalit'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Skrýt účty'; @@ -3208,6 +3271,9 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Zadejte platný čas'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => r'$licenseCount licence'; @@ -3496,6 +3562,9 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Skjul'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Skjul konti'; @@ -3514,6 +3583,9 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Angiv et gyldigt tidspunkt'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -3802,6 +3874,9 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Minimieren'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Konten ausblenden'; @@ -3820,6 +3895,9 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Gib eine gültige Uhrzeit ein'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -4147,6 +4225,9 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Σύμπτυξη'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Απόκρυψη λογαριασμών'; @@ -4165,6 +4246,9 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Εισαγάγετε μια έγκυρη ώρα'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -4453,6 +4537,9 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Collapse'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Hide accounts'; @@ -4471,6 +4558,9 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Enter a valid time'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -5320,6 +5410,9 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Ocultar'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Ocultar cuentas'; @@ -5338,6 +5431,9 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Indica una hora válida'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -8209,6 +8305,9 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Ahenda'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Peida kontod'; @@ -8227,6 +8326,9 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Sisestage sobiv kellaaeg'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -8515,6 +8617,9 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Tolestu'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Ezkutatu kontuak'; @@ -8533,6 +8638,9 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Idatzi balio duen ordu bat'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -8821,6 +8929,9 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'کوچک کردن'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'پنهان کردن حساب‌ها'; @@ -8839,6 +8950,9 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'زمان معتبری وارد کنید'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -9127,6 +9241,9 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Tiivistä'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Piilota tilit'; @@ -9145,6 +9262,9 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Lisää kelvollinen aika'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -9433,6 +9553,9 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'I-collapse'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Itago ang mga account'; @@ -9451,6 +9574,9 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Maglagay ng valid na oras'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -9739,6 +9865,9 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Réduire'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Masquer les comptes'; @@ -9757,6 +9886,9 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Veuillez indiquer une heure valide'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -10147,6 +10279,9 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Contraer'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Ocultar contas'; @@ -10165,6 +10300,9 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Escribe unha hora válida'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -10453,6 +10591,9 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Minimieren'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Konten ausblenden'; @@ -10471,6 +10612,9 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Gib eine gültige Uhrzeit ein'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -10759,6 +10903,9 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'સંકુચિત કરો'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'એકાઉન્ટ છુપાવો'; @@ -10777,6 +10924,9 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'માન્ય સમય દાખલ કરો'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -11065,6 +11215,9 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'כיווץ'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'הסתרת החשבונות'; @@ -11083,6 +11236,9 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'יש להזין שעה תקינה'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -11371,6 +11527,9 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'छोटा करें'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'खाते छिपाएं'; @@ -11389,6 +11548,9 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'मान्य समय डालें'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -11677,6 +11839,9 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Sažmi'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Sakrijte račune'; @@ -11695,6 +11860,9 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Unesite važeće vrijeme'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => r'$licenseCount licence'; @@ -11983,6 +12151,9 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Összecsukás'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Fiókok elrejtése'; @@ -12001,6 +12172,9 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Érvényes formátumban adja meg az időt'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -12289,6 +12463,9 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Ծալել'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Թաքցնել հաշիվները'; @@ -12307,6 +12484,9 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Մուտքագրեք վավեր ժամ'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -12595,6 +12775,9 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Ciutkan'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Sembunyikan akun'; @@ -12613,6 +12796,9 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Masukkan waktu yang valid'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -12901,6 +13087,9 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Draga saman'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Fela reikninga'; @@ -12919,6 +13108,9 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Færðu inn gildan tíma'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -13207,6 +13399,9 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Comprimi'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Nascondi account'; @@ -13225,6 +13420,9 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Inserisci un orario valido'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -13513,6 +13711,9 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => '折りたたむ'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'アカウントを非表示'; @@ -13531,6 +13732,9 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => '有効な時刻を入力してください'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -13819,6 +14023,9 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'ჩაკეცვა'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'ანგარიშების დამალვა'; @@ -13837,6 +14044,9 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'შეიყვანეთ სწორი დრო'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -14125,6 +14335,9 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Жию'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Есептік жазбаларды жасыру'; @@ -14143,6 +14356,9 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Жарамды уақыт мәліметін енгізіңіз.'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -14431,6 +14647,9 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'បង្រួម'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'លាក់គណនី'; @@ -14449,6 +14668,9 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'បញ្ចូលពេលវេលា​ដែល​ត្រឹមត្រូវ'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -14737,6 +14959,9 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => '\u{c95}\u{cc1}\u{c97}\u{ccd}\u{c97}\u{cbf}\u{cb8}\u{cbf}'; + @override + String get firstPageTooltip => 'First Page'; + @override String get hideAccountsLabel => '\u{c96}\u{cbe}\u{ca4}\u{cc6}\u{c97}\u{cb3}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{cae}\u{cb0}\u{cc6}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; @@ -14755,6 +14980,9 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => '\u{cae}\u{cbe}\u{ca8}\u{ccd}\u{caf}\u{cb5}\u{cbe}\u{ca6}\u{20}\u{cb8}\u{cae}\u{caf}\u{cb5}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{ca8}\u{cae}\u{cc2}\u{ca6}\u{cbf}\u{cb8}\u{cbf}'; + @override + String get lastPageTooltip => 'Last Page'; + @override String? get licensesPackageDetailTextFew => null; @@ -15043,6 +15271,9 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => '접기'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => '계정 숨기기'; @@ -15061,6 +15292,9 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => '유효한 시간을 입력하세요.'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -15349,6 +15583,9 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Жыйыштыруу'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Аккаунттарды жашыруу'; @@ -15367,6 +15604,9 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Убакытты туура көрсөтүңүз'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -15655,6 +15895,9 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'ຫຍໍ້ເຂົ້າ'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'ເຊື່ອງບັນຊີ'; @@ -15673,6 +15916,9 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'ລະບຸເວລາທີ່ຖືກຕ້ອງ'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -15961,6 +16207,9 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Sutraukti'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Slėpti paskyras'; @@ -15979,6 +16228,9 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Įveskite tinkamą laiką'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => r'$licenseCount licencijos'; @@ -16267,6 +16519,9 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Sakļaut'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Slēpt kontus'; @@ -16285,6 +16540,9 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Ievadiet derīgu laiku.'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -16573,6 +16831,9 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Собери'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Сокриј сметки'; @@ -16591,6 +16852,9 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Внесете важечко време'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -16879,6 +17143,9 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'ചുരുക്കുക'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'അക്കൗണ്ടുകൾ മറയ്‌ക്കുക'; @@ -16897,6 +17164,9 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'സാധുവായ സമയം നൽകുക'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -17185,6 +17455,9 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Буулгах'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Бүртгэлүүдийг нуух'; @@ -17203,6 +17476,9 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Цагийг зөв оруулна уу'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -17491,6 +17767,9 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'कोलॅप्स करा'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'खाती लपवा'; @@ -17509,6 +17788,9 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'योग्य वेळ एंटर करा'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -17797,6 +18079,9 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Runtuhkan'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Sembunyikan akaun'; @@ -17815,6 +18100,9 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Masukkan masa yang sah'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -18103,6 +18391,9 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'လျှော့ပြရန်'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'အကောင့်များကို ဝှက်ရန်'; @@ -18121,6 +18412,9 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'မှန်ကန်သည့်အချိန် ထည့်ပါ'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -18409,6 +18703,9 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Skjul'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Skjul kontoer'; @@ -18427,6 +18724,9 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Angi et gyldig klokkeslett'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -18715,6 +19015,9 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'संक्षिप्त गर्नुहोस्'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'खाताहरू लुकाउनुहोस्'; @@ -18733,6 +19036,9 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'वैध समय प्रविष्टि गर्नुहोस्'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -19021,6 +19327,9 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Samenvouwen'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Accounts verbergen'; @@ -19039,6 +19348,9 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Geef een geldige tijd op'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -19327,6 +19639,9 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Skjul'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Skjul kontoer'; @@ -19345,6 +19660,9 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Angi et gyldig klokkeslett'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -19633,6 +19951,9 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'ସଙ୍କୁଚିତ କରନ୍ତୁ'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'ଆକାଉଣ୍ଟଗୁଡ଼ିକୁ ଲୁଚାନ୍ତୁ'; @@ -19651,6 +19972,9 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'ଏକ ବୈଧ ସମୟ ଲେଖନ୍ତୁ'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -19939,6 +20263,9 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'ਸਮੇਟੋ'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'ਖਾਤੇ ਲੁਕਾਓ'; @@ -19957,6 +20284,9 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'ਵੈਧ ਸਮਾਂ ਦਾਖਲ ਕਰੋ'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -20245,6 +20575,9 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Zwiń'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Ukryj konta'; @@ -20263,6 +20596,9 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Wpisz prawidłową godzinę'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => r'$licenseCount licencje'; @@ -20551,6 +20887,9 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Collapse'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'حسابونه پټ کړئ'; @@ -20569,6 +20908,9 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Enter a valid time'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -20857,6 +21199,9 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Recolher'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Ocultar contas'; @@ -20875,6 +21220,9 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Insira um horário válido'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -21289,6 +21637,9 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Restrângeți'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Ascundeți conturile'; @@ -21307,6 +21658,9 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Introduceți o oră validă'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => r'$licenseCount licențe'; @@ -21595,6 +21949,9 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Свернуть'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Скрыть аккаунты'; @@ -21613,6 +21970,9 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Указано недопустимое время.'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => r'$licenseCount лицензии'; @@ -21901,6 +22261,9 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'හකුළන්න'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'ගිණුම් සඟවන්න'; @@ -21919,6 +22282,9 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'වලංගු වේලාවක් ඇතුළු කරන්න'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -22207,6 +22573,9 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Zbaliť'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Skryť účty'; @@ -22225,6 +22594,9 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Zadajte platný čas'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => r'$licenseCount licencie'; @@ -22513,6 +22885,9 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Strniti'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Skrivanje računov'; @@ -22531,6 +22906,9 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Vnesite veljaven čas'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => r'$licenseCount licence'; @@ -22819,6 +23197,9 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Palos'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Fshih llogaritë'; @@ -22837,6 +23218,9 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Fut një kohë të vlefshme'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -23125,6 +23509,9 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Скупи'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Сакриј налоге'; @@ -23143,6 +23530,9 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Унесите важеће време'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => r'$licenseCount лиценце'; @@ -23731,6 +24121,9 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Dölj'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Dölj konton'; @@ -23749,6 +24142,9 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Ange en giltig tid'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -24037,6 +24433,9 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Kunja'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Ficha akaunti'; @@ -24055,6 +24454,9 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Weka saa sahihi'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -24343,6 +24745,9 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'சுருக்கும்'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'கணக்குகளை மறைக்கும்'; @@ -24361,6 +24766,9 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'சரியான நேரத்தை உள்ளிடவும்'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -24649,6 +25057,9 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'కుదించు'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'ఖాతాలను దాచు'; @@ -24667,6 +25078,9 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'చెల్లుబాటు అయ్యే సమయాన్ని ఎంటర్ చేయండి'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -24955,6 +25369,9 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'ยุบ'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'ซ่อนบัญชี'; @@ -24973,6 +25390,9 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'ป้อนเวลาที่ถูกต้อง'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -25261,6 +25681,9 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'I-collapse'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Itago ang mga account'; @@ -25279,6 +25702,9 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Maglagay ng valid na oras'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -25567,6 +25993,9 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Daralt'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Hesapları gizle'; @@ -25585,6 +26014,9 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Geçerli bir saat girin'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -25873,6 +26305,9 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Згорнути'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Сховати облікові записи'; @@ -25891,6 +26326,9 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Введіть дійсний час'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => r'$licenseCount ліцензії'; @@ -26179,6 +26617,9 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'سکیڑیں'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'اکاؤنٹس چھپائیں'; @@ -26197,6 +26638,9 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'درست وقت درج کریں'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -26485,6 +26929,9 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Kichraytirish'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Hisoblarni berkitish'; @@ -26503,6 +26950,9 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Vaqt xato kiritildi'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -26791,6 +27241,9 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Thu gọn'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Ẩn tài khoản'; @@ -26809,6 +27262,9 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Nhập thời gian hợp lệ'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -27097,6 +27553,9 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => '收起'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => '隐藏帐号'; @@ -27115,6 +27574,9 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => '请输入有效的时间'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; @@ -27811,6 +28273,9 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { @override String get expandedIconTapHint => 'Goqa'; + @override + String get firstPageTooltip => 'First page'; + @override String get hideAccountsLabel => 'Fihla ama-akhawunti'; @@ -27829,6 +28294,9 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Faka igama elivumelekile'; + @override + String get lastPageTooltip => 'Last page'; + @override String? get licensesPackageDetailTextFew => null; diff --git a/packages/flutter_localizations/lib/src/l10n/material_af.arb b/packages/flutter_localizations/lib/src/l10n/material_af.arb index f44b83f86a5f..4172db7fe36b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_af.arb @@ -9,6 +9,8 @@ "previousMonthTooltip": "Vorige maand", "nextPageTooltip": "Volgende bladsy", "previousPageTooltip": "Vorige bladsy", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Wys kieslys", "aboutListTileTitle": "Meer oor $applicationName", "licensesPageTitle": "Lisensies", diff --git a/packages/flutter_localizations/lib/src/l10n/material_am.arb b/packages/flutter_localizations/lib/src/l10n/material_am.arb index eb6a88a1feac..ccc9bbd70ae2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_am.arb @@ -8,6 +8,8 @@ "nextMonthTooltip": "ቀጣይ ወር", "previousMonthTooltip": "ቀዳሚ ወር", "nextPageTooltip": "ቀጣይ ገጽ", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "previousPageTooltip": "ቀዳሚ ገጽ", "showMenuTooltip": "ምናሌን አሳይ", "aboutListTileTitle": "ስለ $applicationName", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index a6b9528ad61a..947bc7de4268 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -20,6 +20,8 @@ "previousMonthTooltip": "الشهر السابق", "nextPageTooltip": "الصفحة التالية", "previousPageTooltip": "الصفحة السابقة", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "عرض القائمة", "aboutListTileTitle": "لمحة عن \"$applicationName\"", "licensesPageTitle": "التراخيص", diff --git a/packages/flutter_localizations/lib/src/l10n/material_as.arb b/packages/flutter_localizations/lib/src/l10n/material_as.arb index f02613e84ee6..1f86e14b6598 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_as.arb @@ -8,6 +8,8 @@ "nextMonthTooltip": "পৰৱৰ্তী মাহ", "previousMonthTooltip": "পূৰ্বৱৰ্তী মাহ", "nextPageTooltip": "পৰৱৰ্তী পৃষ্ঠা", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "previousPageTooltip": "পূৰ্বৱৰ্তী পৃষ্ঠা", "showMenuTooltip": "মেনুখন দেখুৱাওক", "aboutListTileTitle": "$applicationNameৰ বিষয়ে", diff --git a/packages/flutter_localizations/lib/src/l10n/material_az.arb b/packages/flutter_localizations/lib/src/l10n/material_az.arb index 5ea8e2e99daa..f445ec94d6c1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_az.arb @@ -8,6 +8,8 @@ "nextMonthTooltip": "Növbəti ay", "previousMonthTooltip": "Keçən ay", "nextPageTooltip": "Növbəti səhifə", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "previousPageTooltip": "Əvvəlki səhifə", "showMenuTooltip": "Menyunu göstərin", "aboutListTileTitle": "$applicationName haqqında", diff --git a/packages/flutter_localizations/lib/src/l10n/material_be.arb b/packages/flutter_localizations/lib/src/l10n/material_be.arb index 7c03216d7be6..e5784da2da1a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_be.arb @@ -14,6 +14,8 @@ "nextMonthTooltip": "Наступны месяц", "previousMonthTooltip": "Папярэдні месяц", "nextPageTooltip": "Наступная старонка", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "previousPageTooltip": "Папярэдняя старонка", "showMenuTooltip": "Паказаць меню", "aboutListTileTitle": "Інфармацыя пра праграму \"$applicationName\"", diff --git a/packages/flutter_localizations/lib/src/l10n/material_bg.arb b/packages/flutter_localizations/lib/src/l10n/material_bg.arb index 4adcebc83ff5..9ab4d690d9c7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bg.arb @@ -8,6 +8,8 @@ "nextMonthTooltip": "Следващият месец", "previousMonthTooltip": "Предишният месец", "nextPageTooltip": "Следващата страница", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "previousPageTooltip": "Предишната страница", "showMenuTooltip": "Показване на менюто", "aboutListTileTitle": "Всичко за $applicationName", diff --git a/packages/flutter_localizations/lib/src/l10n/material_bn.arb b/packages/flutter_localizations/lib/src/l10n/material_bn.arb index 1b5d06043251..4648d7ccdd2f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bn.arb @@ -8,6 +8,8 @@ "nextMonthTooltip": "পরের মাস", "previousMonthTooltip": "আগের মাস", "nextPageTooltip": "পরের পৃষ্ঠা", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "previousPageTooltip": "আগের পৃষ্ঠা", "showMenuTooltip": "মেনু দেখান", "aboutListTileTitle": "$applicationName সম্পর্কে", diff --git a/packages/flutter_localizations/lib/src/l10n/material_bs.arb b/packages/flutter_localizations/lib/src/l10n/material_bs.arb index babc41278ea2..710b5bd51e90 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bs.arb @@ -11,6 +11,8 @@ "nextMonthTooltip": "Sljedeći mjesec", "previousMonthTooltip": "Prethodni mjesec", "nextPageTooltip": "Sljedeća stranica", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "previousPageTooltip": "Prethodna stranica", "showMenuTooltip": "Prikaži meni", "aboutListTileTitle": "O aplikaciji $applicationName", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ca.arb b/packages/flutter_localizations/lib/src/l10n/material_ca.arb index cf51aacead30..cd2b4f14e90a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ca.arb @@ -8,6 +8,8 @@ "nextMonthTooltip": "Mes següent", "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Pàgina següent", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "previousPageTooltip": "Pàgina anterior", "showMenuTooltip": "Mostra el menú", "aboutListTileTitle": "Sobre $applicationName", diff --git a/packages/flutter_localizations/lib/src/l10n/material_cs.arb b/packages/flutter_localizations/lib/src/l10n/material_cs.arb index 8afc3d9e77f3..728388a11081 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cs.arb @@ -14,6 +14,8 @@ "nextMonthTooltip": "Další měsíc", "previousMonthTooltip": "Předchozí měsíc", "nextPageTooltip": "Další stránka", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "previousPageTooltip": "Předchozí stránka", "showMenuTooltip": "Zobrazit nabídku", "aboutListTileTitle": "O aplikaci $applicationName", diff --git a/packages/flutter_localizations/lib/src/l10n/material_da.arb b/packages/flutter_localizations/lib/src/l10n/material_da.arb index d1a101d033a9..9227d4ec923c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_da.arb @@ -9,6 +9,8 @@ "previousMonthTooltip": "Forrige måned", "nextPageTooltip": "Næste side", "previousPageTooltip": "Forrige side", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Vis menu", "aboutListTileTitle": "Om $applicationName", "licensesPageTitle": "Licenser", diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index cd75b971cbb4..fca3e6d32f04 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -9,6 +9,8 @@ "previousMonthTooltip": "Vorheriger Monat", "nextPageTooltip": "Nächste Seite", "previousPageTooltip": "Vorherige Seite", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Menü anzeigen", "aboutListTileTitle": "Über $applicationName", "licensesPageTitle": "Lizenzen", diff --git a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb index 3ffe1e47f207..43bec6d263cc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb @@ -43,6 +43,8 @@ "previousMonthTooltip": "Vorheriger Monat", "nextPageTooltip": "Nächste Seite", "previousPageTooltip": "Vorherige Seite", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Menü anzeigen", "aboutListTileTitle": "Über $applicationName", "licensesPageTitle": "Lizenzen", diff --git a/packages/flutter_localizations/lib/src/l10n/material_el.arb b/packages/flutter_localizations/lib/src/l10n/material_el.arb index ce282fafcbd6..bba7efc5eff6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_el.arb @@ -9,6 +9,8 @@ "previousMonthTooltip": "Προηγούμενος μήνας", "nextPageTooltip": "Επόμενη σελίδα", "previousPageTooltip": "Προηγούμενη σελίδα", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Εμφάνιση μενού", "aboutListTileTitle": "Σχετικά με την εφαρμογή $applicationName", "licensesPageTitle": "Άδειες", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index dbd08f1ad812..ed3a1046adc5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -56,6 +56,16 @@ "description": "The tooltip for the button that sends the user to the previous page of a paginated data table." }, + "firstPageTooltip": "First page", + "@firstPageTooltip": { + "description": "The tooltip for the button that sends the user to the first page of a paginated data table." + }, + + "lastPageTooltip": "Last page", + "@lastPageTooltip": { + "description": "The tooltip for the button that sends the user to the last page of a paginated data table." + }, + "showMenuTooltip": "Show menu", "@showMenuTooltip": { "description": "The tooltip for the button that shows a popup menu." diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb index 827585ff1bbd..22b4a6f17469 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb @@ -41,6 +41,8 @@ "previousMonthTooltip": "Previous month", "nextPageTooltip": "Next page", "previousPageTooltip": "Previous page", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Show menu", "aboutListTileTitle": "About $applicationName", "licensesPageTitle": "Licences", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb index 827585ff1bbd..22b4a6f17469 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb @@ -41,6 +41,8 @@ "previousMonthTooltip": "Previous month", "nextPageTooltip": "Next page", "previousPageTooltip": "Previous page", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Show menu", "aboutListTileTitle": "About $applicationName", "licensesPageTitle": "Licences", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb index 12ba07bc8118..0d0ae8b62e41 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb @@ -56,6 +56,8 @@ "nextPageTooltip": "Next page", "openAppDrawerTooltip": "Open navigation menu", "previousPageTooltip": "Previous page", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "cancelButtonLabel": "CANCEL", "pageRowsInfoTitle": "$firstRow–$lastRow of $rowCount", "selectedRowCountTitleOne": "1 item selected", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb index 12ba07bc8118..0d0ae8b62e41 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb @@ -56,6 +56,8 @@ "nextPageTooltip": "Next page", "openAppDrawerTooltip": "Open navigation menu", "previousPageTooltip": "Previous page", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "cancelButtonLabel": "CANCEL", "pageRowsInfoTitle": "$firstRow–$lastRow of $rowCount", "selectedRowCountTitleOne": "1 item selected", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb index 827585ff1bbd..22b4a6f17469 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb @@ -41,6 +41,8 @@ "previousMonthTooltip": "Previous month", "nextPageTooltip": "Next page", "previousPageTooltip": "Previous page", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Show menu", "aboutListTileTitle": "About $applicationName", "licensesPageTitle": "Licences", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb b/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb index cc1658f4281b..e1608f6b3abd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb @@ -35,6 +35,8 @@ "previousMonthTooltip": "Previous month", "nextPageTooltip": "Next page", "previousPageTooltip": "Previous page", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Show menu", "aboutListTileTitle": "About $applicationName", "licensesPageTitle": "Licences", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb index 827585ff1bbd..22b4a6f17469 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb @@ -41,6 +41,8 @@ "previousMonthTooltip": "Previous month", "nextPageTooltip": "Next page", "previousPageTooltip": "Previous page", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Show menu", "aboutListTileTitle": "About $applicationName", "licensesPageTitle": "Licences", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb index 12ba07bc8118..0d0ae8b62e41 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb @@ -56,6 +56,8 @@ "nextPageTooltip": "Next page", "openAppDrawerTooltip": "Open navigation menu", "previousPageTooltip": "Previous page", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "cancelButtonLabel": "CANCEL", "pageRowsInfoTitle": "$firstRow–$lastRow of $rowCount", "selectedRowCountTitleOne": "1 item selected", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index 9134d6421c55..d2bbd5b4f775 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -9,6 +9,8 @@ "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Página siguiente", "previousPageTooltip": "Página anterior", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Mostrar menú", "aboutListTileTitle": "Sobre $applicationName", "licensesPageTitle": "Licencias", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb index 4c9b4d9dc58a..b4df803e3e5c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb @@ -42,6 +42,8 @@ "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Próxima página", "previousPageTooltip": "Página anterior", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Mostrar menú", "aboutListTileTitle": "Acerca de $applicationName", "licensesPageTitle": "Licencias", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb index 4c9b4d9dc58a..b4df803e3e5c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb @@ -42,6 +42,8 @@ "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Próxima página", "previousPageTooltip": "Página anterior", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Mostrar menú", "aboutListTileTitle": "Acerca de $applicationName", "licensesPageTitle": "Licencias", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb index 7552cdd0f25f..1f330cd345d1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb @@ -48,6 +48,8 @@ "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Próxima página", "previousPageTooltip": "Página anterior", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Mostrar menú", "aboutListTileTitle": "Acerca de $applicationName", "licensesPageTitle": "Licencias", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb index 7552cdd0f25f..1f330cd345d1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb @@ -48,6 +48,8 @@ "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Próxima página", "previousPageTooltip": "Página anterior", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Mostrar menú", "aboutListTileTitle": "Acerca de $applicationName", "licensesPageTitle": "Licencias", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb index 7552cdd0f25f..1f330cd345d1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb @@ -48,6 +48,8 @@ "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Próxima página", "previousPageTooltip": "Página anterior", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Mostrar menú", "aboutListTileTitle": "Acerca de $applicationName", "licensesPageTitle": "Licencias", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb index 7552cdd0f25f..1f330cd345d1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb @@ -48,6 +48,8 @@ "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Próxima página", "previousPageTooltip": "Página anterior", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Mostrar menú", "aboutListTileTitle": "Acerca de $applicationName", "licensesPageTitle": "Licencias", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb index 7552cdd0f25f..1f330cd345d1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb @@ -48,6 +48,8 @@ "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Próxima página", "previousPageTooltip": "Página anterior", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Mostrar menú", "aboutListTileTitle": "Acerca de $applicationName", "licensesPageTitle": "Licencias", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb index 7552cdd0f25f..1f330cd345d1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb @@ -48,6 +48,8 @@ "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Próxima página", "previousPageTooltip": "Página anterior", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Mostrar menú", "aboutListTileTitle": "Acerca de $applicationName", "licensesPageTitle": "Licencias", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb index 7552cdd0f25f..1f330cd345d1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb @@ -48,6 +48,8 @@ "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Próxima página", "previousPageTooltip": "Página anterior", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Mostrar menú", "aboutListTileTitle": "Acerca de $applicationName", "licensesPageTitle": "Licencias", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb index 7552cdd0f25f..1f330cd345d1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb @@ -48,6 +48,8 @@ "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Próxima página", "previousPageTooltip": "Página anterior", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Mostrar menú", "aboutListTileTitle": "Acerca de $applicationName", "licensesPageTitle": "Licencias", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb index 7552cdd0f25f..1f330cd345d1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb @@ -48,6 +48,8 @@ "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Próxima página", "previousPageTooltip": "Página anterior", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Mostrar menú", "aboutListTileTitle": "Acerca de $applicationName", "licensesPageTitle": "Licencias", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb index 7552cdd0f25f..1f330cd345d1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb @@ -48,6 +48,8 @@ "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Próxima página", "previousPageTooltip": "Página anterior", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Mostrar menú", "aboutListTileTitle": "Acerca de $applicationName", "licensesPageTitle": "Licencias", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb index 7552cdd0f25f..1f330cd345d1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb @@ -48,6 +48,8 @@ "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Próxima página", "previousPageTooltip": "Página anterior", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Mostrar menú", "aboutListTileTitle": "Acerca de $applicationName", "licensesPageTitle": "Licencias", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb index 7552cdd0f25f..1f330cd345d1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb @@ -48,6 +48,8 @@ "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Próxima página", "previousPageTooltip": "Página anterior", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Mostrar menú", "aboutListTileTitle": "Acerca de $applicationName", "licensesPageTitle": "Licencias", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb index 7552cdd0f25f..1f330cd345d1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb @@ -48,6 +48,8 @@ "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Próxima página", "previousPageTooltip": "Página anterior", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Mostrar menú", "aboutListTileTitle": "Acerca de $applicationName", "licensesPageTitle": "Licencias", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb index 7552cdd0f25f..1f330cd345d1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb @@ -48,6 +48,8 @@ "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Próxima página", "previousPageTooltip": "Página anterior", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Mostrar menú", "aboutListTileTitle": "Acerca de $applicationName", "licensesPageTitle": "Licencias", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb index 7552cdd0f25f..1f330cd345d1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb @@ -48,6 +48,8 @@ "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Próxima página", "previousPageTooltip": "Página anterior", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Mostrar menú", "aboutListTileTitle": "Acerca de $applicationName", "licensesPageTitle": "Licencias", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb index 5c0e3c4910c6..505db7ef05dd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb @@ -60,6 +60,8 @@ "nextPageTooltip": "Próxima página", "openAppDrawerTooltip": "Abrir menú de navegación", "previousPageTooltip": "Página anterior", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "cancelButtonLabel": "CANCELAR", "pageRowsInfoTitle": "$firstRow–$lastRow de $rowCount", "selectedRowCountTitleOne": "Se seleccionó 1 elemento", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb index 7552cdd0f25f..1f330cd345d1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb @@ -48,6 +48,8 @@ "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Próxima página", "previousPageTooltip": "Página anterior", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Mostrar menú", "aboutListTileTitle": "Acerca de $applicationName", "licensesPageTitle": "Licencias", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb index 7552cdd0f25f..1f330cd345d1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb @@ -48,6 +48,8 @@ "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Próxima página", "previousPageTooltip": "Página anterior", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Mostrar menú", "aboutListTileTitle": "Acerca de $applicationName", "licensesPageTitle": "Licencias", diff --git a/packages/flutter_localizations/lib/src/l10n/material_et.arb b/packages/flutter_localizations/lib/src/l10n/material_et.arb index e5c47412538a..e477a7fa7161 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_et.arb @@ -9,6 +9,8 @@ "previousMonthTooltip": "Eelmine kuu", "nextPageTooltip": "Järgmine leht", "previousPageTooltip": "Eelmine leht", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Kuva menüü", "aboutListTileTitle": "Teave rakenduse $applicationName kohta", "licensesPageTitle": "Litsentsid", diff --git a/packages/flutter_localizations/lib/src/l10n/material_eu.arb b/packages/flutter_localizations/lib/src/l10n/material_eu.arb index 41f625640126..3ba849391a95 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_eu.arb @@ -9,6 +9,8 @@ "previousMonthTooltip": "Aurreko hilabetea", "nextPageTooltip": "Hurrengo orria", "previousPageTooltip": "Aurreko orria", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Erakutsi menua", "aboutListTileTitle": "$applicationName aplikazioari buruz", "licensesPageTitle": "Lizentziak", diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index 7050b1d57cab..088bae919fb3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -10,6 +10,8 @@ "previousMonthTooltip": "ماه قبل", "nextPageTooltip": "صفحه بعد", "previousPageTooltip": "صفحه قبل", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "نمایش منو", "aboutListTileTitle": "درباره $applicationName", "licensesPageTitle": "مجوزها", diff --git a/packages/flutter_localizations/lib/src/l10n/material_fi.arb b/packages/flutter_localizations/lib/src/l10n/material_fi.arb index a181cd87fcf8..4ed8fa4f8430 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fi.arb @@ -9,6 +9,8 @@ "previousMonthTooltip": "Edellinen kuukausi", "nextPageTooltip": "Seuraava sivu", "previousPageTooltip": "Edellinen sivu", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Näytä valikko", "aboutListTileTitle": "Tietoja: $applicationName", "licensesPageTitle": "Lisenssit", diff --git a/packages/flutter_localizations/lib/src/l10n/material_fil.arb b/packages/flutter_localizations/lib/src/l10n/material_fil.arb index 3d650a6dd81d..80a7441df74a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fil.arb @@ -9,6 +9,8 @@ "previousMonthTooltip": "Nakaraang buwan", "nextPageTooltip": "Susunod na page", "previousPageTooltip": "Nakaraang page", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Ipakita ang menu", "aboutListTileTitle": "Tungkol sa $applicationName", "licensesPageTitle": "Mga Lisensya", diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index 22842adda352..72bfc20c55ee 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -9,6 +9,8 @@ "previousMonthTooltip": "Mois précédent", "nextPageTooltip": "Page suivante", "previousPageTooltip": "Page précédente", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Afficher le menu", "aboutListTileTitle": "À propos de $applicationName", "licensesPageTitle": "Licences", diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb b/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb index 0d57c468aa0e..0abebe631ecd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb @@ -37,6 +37,8 @@ "previousMonthTooltip": "Mois précédent", "nextPageTooltip": "Page suivante", "previousPageTooltip": "Page précédente", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Afficher le menu", "aboutListTileTitle": "À propos de $applicationName", "licensesPageTitle": "Licences", diff --git a/packages/flutter_localizations/lib/src/l10n/material_gl.arb b/packages/flutter_localizations/lib/src/l10n/material_gl.arb index 4800b75b7af4..64c8780fa9f9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gl.arb @@ -9,6 +9,8 @@ "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Páxina seguinte", "previousPageTooltip": "Páxina anterior", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Mostrar menú", "aboutListTileTitle": "Acerca de: $applicationName", "licensesPageTitle": "Licenzas", diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index fa0c2290cc4d..40f1a46b997a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -15,6 +15,8 @@ "previousMonthTooltip": "Vorheriger Monat", "nextPageTooltip": "Nächste Seite", "previousPageTooltip": "Vorherige Seite", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Menü anzeigen", "aboutListTileTitle": "Über $applicationName", "licensesPageTitle": "Lizenzen", diff --git a/packages/flutter_localizations/lib/src/l10n/material_gu.arb b/packages/flutter_localizations/lib/src/l10n/material_gu.arb index 893049d8370e..696e6fc46e03 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gu.arb @@ -9,6 +9,8 @@ "previousMonthTooltip": "પાછલો મહિનો", "nextPageTooltip": "આગલું પેજ", "previousPageTooltip": "પાછલું પેજ", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "મેનૂ બતાવો", "aboutListTileTitle": "$applicationName વિશે", "licensesPageTitle": "લાઇસન્સ", diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index 73d5a26693e9..57964e98c837 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -16,6 +16,8 @@ "previousMonthTooltip": "החודש הקודם", "nextPageTooltip": "הדף הבא", "previousPageTooltip": "הדף הקודם", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "הצגת התפריט", "aboutListTileTitle": "מידע על $applicationName", "licensesPageTitle": "רישיונות", diff --git a/packages/flutter_localizations/lib/src/l10n/material_hi.arb b/packages/flutter_localizations/lib/src/l10n/material_hi.arb index 74b65da79507..41d55553a5a5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hi.arb @@ -9,6 +9,8 @@ "previousMonthTooltip": "पिछला महीना", "nextPageTooltip": "अगला पेज", "previousPageTooltip": "पिछला पेज", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "मेन्यू दिखाएं", "aboutListTileTitle": "$applicationName के बारे में जानकारी", "licensesPageTitle": "लाइसेंस", diff --git a/packages/flutter_localizations/lib/src/l10n/material_hr.arb b/packages/flutter_localizations/lib/src/l10n/material_hr.arb index b40508307d53..1f2f4559fe7a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hr.arb @@ -12,6 +12,8 @@ "previousMonthTooltip": "Prethodni mjesec", "nextPageTooltip": "Sljedeća stranica", "previousPageTooltip": "Prethodna stranica", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Prikaz izbornika", "aboutListTileTitle": "O aplikaciji $applicationName", "licensesPageTitle": "Licence", diff --git a/packages/flutter_localizations/lib/src/l10n/material_hu.arb b/packages/flutter_localizations/lib/src/l10n/material_hu.arb index 4261c79dc1c8..ba022e356765 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hu.arb @@ -9,6 +9,8 @@ "previousMonthTooltip": "Előző hónap", "nextPageTooltip": "Következő oldal", "previousPageTooltip": "Előző oldal", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Menü megjelenítése", "aboutListTileTitle": "A(z) $applicationName névjegye", "licensesPageTitle": "Licencek", diff --git a/packages/flutter_localizations/lib/src/l10n/material_hy.arb b/packages/flutter_localizations/lib/src/l10n/material_hy.arb index cd010470a93e..07af165c0159 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hy.arb @@ -13,6 +13,8 @@ "previousMonthTooltip": "Նախորդ ամիս", "nextPageTooltip": "Հաջորդ էջ", "previousPageTooltip": "Նախորդ էջ", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Ցույց տալ ընտրացանկը", "pageRowsInfoTitle": "$firstRow–$lastRow $rowCount-ից", "pageRowsInfoTitleApproximate": "$firstRow–$lastRow մոտավորապես $rowCount-ից", diff --git a/packages/flutter_localizations/lib/src/l10n/material_id.arb b/packages/flutter_localizations/lib/src/l10n/material_id.arb index 95dea322d5a7..1f70f3069f1d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_id.arb @@ -9,6 +9,8 @@ "previousMonthTooltip": "Bulan sebelumnya", "nextPageTooltip": "Halaman berikutnya", "previousPageTooltip": "Halaman sebelumnya", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Tampilkan menu", "aboutListTileTitle": "Tentang $applicationName", "licensesPageTitle": "Lisensi", diff --git a/packages/flutter_localizations/lib/src/l10n/material_is.arb b/packages/flutter_localizations/lib/src/l10n/material_is.arb index 8a7c5449856c..5a9faf1d2aa3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_is.arb @@ -9,6 +9,8 @@ "previousMonthTooltip": "Fyrri mánuður", "nextPageTooltip": "Næsta síða", "previousPageTooltip": "Fyrri síða", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Sýna valmynd", "aboutListTileTitle": "Um $applicationName", "licensesPageTitle": "Leyfi", diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index 7d70145b7a12..aa1ee75fe6d3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -10,6 +10,8 @@ "previousMonthTooltip": "Mese precedente", "nextPageTooltip": "Pagina successiva", "previousPageTooltip": "Pagina precedente", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Mostra il menu", "aboutListTileTitle": "Informazioni su $applicationName", "licensesPageTitle": "Licenze", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index 5ade805e8063..6afc4722350c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -10,6 +10,8 @@ "previousMonthTooltip": "前月", "nextPageTooltip": "次のページ", "previousPageTooltip": "前のページ", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "メニューを表示", "aboutListTileTitle": "$applicationName について", "licensesPageTitle": "ライセンス", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ka.arb b/packages/flutter_localizations/lib/src/l10n/material_ka.arb index 1b256fd4fc05..2a13f0f60188 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ka.arb @@ -9,6 +9,8 @@ "previousMonthTooltip": "წინა თვე", "nextPageTooltip": "შემდეგი გვერდი", "previousPageTooltip": "წინა გვერდი", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "მენიუს ჩვენება", "aboutListTileTitle": "$applicationName-ის შესახებ", "licensesPageTitle": "ლიცენზიები", diff --git a/packages/flutter_localizations/lib/src/l10n/material_kk.arb b/packages/flutter_localizations/lib/src/l10n/material_kk.arb index 056843dd102c..38edcac29ff8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kk.arb @@ -11,6 +11,8 @@ "previousMonthTooltip": "Өткен ай", "nextPageTooltip": "Келесі бет", "previousPageTooltip": "Алдыңғы бет", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Мәзірді көрсету", "aboutListTileTitle": "$applicationName туралы", "licensesPageTitle": "Лицензиялар", diff --git a/packages/flutter_localizations/lib/src/l10n/material_km.arb b/packages/flutter_localizations/lib/src/l10n/material_km.arb index 9a1454b7c344..22b87b907fe2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_km.arb @@ -9,6 +9,8 @@ "previousMonthTooltip": "ខែមុន", "nextPageTooltip": "ទំព័របន្ទាប់", "previousPageTooltip": "ទំព័រមុន", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "បង្ហាញ​ម៉ឺនុយ", "aboutListTileTitle": "អំពី $applicationName", "licensesPageTitle": "អាជ្ញាបណ្ណ", diff --git a/packages/flutter_localizations/lib/src/l10n/material_kn.arb b/packages/flutter_localizations/lib/src/l10n/material_kn.arb index b0fc42ed8269..3e2caf927d58 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kn.arb @@ -9,6 +9,8 @@ "previousMonthTooltip": "\u0cb9\u0cbf\u0c82\u0ca6\u0cbf\u0ca8\u0020\u0ca4\u0cbf\u0c82\u0c97\u0cb3\u0cc1", "nextPageTooltip": "\u0cae\u0cc1\u0c82\u0ca6\u0cbf\u0ca8\u0020\u0caa\u0cc1\u0c9f", "previousPageTooltip": "\u0cb9\u0cbf\u0c82\u0ca6\u0cbf\u0ca8\u0020\u0caa\u0cc1\u0c9f", + "firstPageTooltip": "\u0046\u0069\u0072\u0073\u0074\u0020\u0050\u0061\u0067\u0065", + "lastPageTooltip": "\u004c\u0061\u0073\u0074\u0020\u0050\u0061\u0067\u0065", "showMenuTooltip": "\u0cae\u0cc6\u0ca8\u0cc1\u0020\u0ca4\u0ccb\u0cb0\u0cbf\u0cb8\u0cbf", "aboutListTileTitle": "\u0024\u0061\u0070\u0070\u006c\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u004e\u0061\u006d\u0065\u0020\u0cac\u0c97\u0ccd\u0c97\u0cc6", "licensesPageTitle": "\u0caa\u0cb0\u0cb5\u0cbe\u0ca8\u0c97\u0cbf\u0c97\u0cb3\u0cc1", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index 49f30a210a1d..121264fe80ef 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -9,6 +9,8 @@ "previousMonthTooltip": "지난달", "nextPageTooltip": "다음 페이지", "previousPageTooltip": "이전 페이지", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "메뉴 표시", "aboutListTileTitle": "$applicationName 정보", "licensesPageTitle": "라이선스", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ky.arb b/packages/flutter_localizations/lib/src/l10n/material_ky.arb index b1bcd1ea810d..4d1f340de13f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ky.arb @@ -9,6 +9,8 @@ "previousMonthTooltip": "Мурунку ай", "nextPageTooltip": "Кийинки бет", "previousPageTooltip": "Мурунку бет", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Менюну көрсөтүү", "aboutListTileTitle": "$applicationName каналы жөнүндө", "licensesPageTitle": "Уруксаттамалар", diff --git a/packages/flutter_localizations/lib/src/l10n/material_lo.arb b/packages/flutter_localizations/lib/src/l10n/material_lo.arb index 900bd7519d83..7c09d3c72755 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lo.arb @@ -9,6 +9,8 @@ "previousMonthTooltip": "ເດືອນແລ້ວ", "nextPageTooltip": "ໜ້າຕໍ່ໄປ", "previousPageTooltip": "ໜ້າກ່ອນໜ້າ", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "ສະແດງເມນູ", "aboutListTileTitle": "ກ່ຽວກັບ $applicationName", "licensesPageTitle": "ໃບອະນຸຍາດ", diff --git a/packages/flutter_localizations/lib/src/l10n/material_lt.arb b/packages/flutter_localizations/lib/src/l10n/material_lt.arb index f6bb9794ec80..2bb22e24910a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lt.arb @@ -15,6 +15,8 @@ "previousMonthTooltip": "Ankstesnis mėnuo", "nextPageTooltip": "Kitas puslapis", "previousPageTooltip": "Ankstesnis puslapis", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Rodyti meniu", "aboutListTileTitle": "Apie „$applicationName“", "licensesPageTitle": "Licencijos", diff --git a/packages/flutter_localizations/lib/src/l10n/material_lv.arb b/packages/flutter_localizations/lib/src/l10n/material_lv.arb index 7efd47bbbb9d..d0fb8e19e4a2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lv.arb @@ -9,6 +9,8 @@ "previousMonthTooltip": "Iepriekšējais mēnesis", "nextPageTooltip": "Nākamā lapa", "previousPageTooltip": "Iepriekšējā lapa", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Rādīt izvēlni", "aboutListTileTitle": "Par $applicationName", "licensesPageTitle": "Licences", diff --git a/packages/flutter_localizations/lib/src/l10n/material_mk.arb b/packages/flutter_localizations/lib/src/l10n/material_mk.arb index 152a1de13869..cf6ace654132 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mk.arb @@ -9,6 +9,8 @@ "previousMonthTooltip": "Претходниот месец", "nextPageTooltip": "Следна страница", "previousPageTooltip": "Претходна страница", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Прикажи мени", "aboutListTileTitle": "За $applicationName", "licensesPageTitle": "Лиценци", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ml.arb b/packages/flutter_localizations/lib/src/l10n/material_ml.arb index c4c2817f8c8c..d4fa475a148a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ml.arb @@ -9,6 +9,8 @@ "previousMonthTooltip": "മുമ്പത്തെ മാസം", "nextPageTooltip": "അടുത്ത പേജ്", "previousPageTooltip": "മുമ്പത്തെ പേജ്", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "മെനു കാണിക്കുക", "aboutListTileTitle": "$applicationName എന്നതിനെക്കുറിച്ച്", "licensesPageTitle": "ലൈസൻസുകൾ", diff --git a/packages/flutter_localizations/lib/src/l10n/material_mn.arb b/packages/flutter_localizations/lib/src/l10n/material_mn.arb index 0fd7aae979c9..dd7305542820 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mn.arb @@ -9,6 +9,8 @@ "previousMonthTooltip": "Өмнөх сар", "nextPageTooltip": "Дараах хуудас", "previousPageTooltip": "Өмнөх хуудас", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Цэсийг харуулах", "aboutListTileTitle": "$applicationName-н тухай", "licensesPageTitle": "Лиценз", diff --git a/packages/flutter_localizations/lib/src/l10n/material_mr.arb b/packages/flutter_localizations/lib/src/l10n/material_mr.arb index d919ba1ae9fe..da182934c0ac 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mr.arb @@ -9,6 +9,8 @@ "previousMonthTooltip": "मागील महिना", "nextPageTooltip": "पुढील पेज", "previousPageTooltip": "मागील पेज", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "मेनू दाखवा", "aboutListTileTitle": "$applicationName बद्दल", "licensesPageTitle": "परवाने", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ms.arb b/packages/flutter_localizations/lib/src/l10n/material_ms.arb index 305d1bd35b72..a4a54cb88051 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ms.arb @@ -9,6 +9,8 @@ "previousMonthTooltip": "Bulan sebelumnya", "nextPageTooltip": "Halaman seterusnya", "previousPageTooltip": "Halaman sebelumnya", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Tunjukkan menu", "aboutListTileTitle": "Perihal $applicationName", "licensesPageTitle": "Lesen", diff --git a/packages/flutter_localizations/lib/src/l10n/material_my.arb b/packages/flutter_localizations/lib/src/l10n/material_my.arb index c9ba01f53e4e..060b75e570aa 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_my.arb @@ -9,6 +9,8 @@ "previousMonthTooltip": "ယခင်လ", "nextPageTooltip": "နောက်စာမျက်နှာ", "previousPageTooltip": "ယခင်စာမျက်နှာ", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "မီနူး ပြရန်", "aboutListTileTitle": "$applicationName အကြောင်း", "licensesPageTitle": "လိုင်စင်များ", diff --git a/packages/flutter_localizations/lib/src/l10n/material_nb.arb b/packages/flutter_localizations/lib/src/l10n/material_nb.arb index a4c52dbc838a..f5d507fa5ee2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nb.arb @@ -10,6 +10,8 @@ "previousMonthTooltip": "Forrige måned", "nextPageTooltip": "Neste side", "previousPageTooltip": "Forrige side", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Vis meny", "aboutListTileTitle": "Om $applicationName", "licensesPageTitle": "Lisenser", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ne.arb b/packages/flutter_localizations/lib/src/l10n/material_ne.arb index 90cbc6b323cf..4a50dc0f6362 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ne.arb @@ -9,6 +9,8 @@ "previousMonthTooltip": "अघिल्लो महिना", "nextPageTooltip": "अर्को पृष्ठ", "previousPageTooltip": "अघिल्लो पृष्ठ", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "मेनु देखाउनुहोस्", "aboutListTileTitle": "$applicationName बारे", "licensesPageTitle": "इजाजतपत्रहरू", diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index 0edf63720cfc..663a7370fd02 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -9,6 +9,8 @@ "previousMonthTooltip": "Vorige maand", "nextPageTooltip": "Volgende pagina", "previousPageTooltip": "Vorige pagina", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Menu weergeven", "aboutListTileTitle": "Over $applicationName", "licensesPageTitle": "Licenties", diff --git a/packages/flutter_localizations/lib/src/l10n/material_no.arb b/packages/flutter_localizations/lib/src/l10n/material_no.arb index a4c52dbc838a..f5d507fa5ee2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_no.arb @@ -10,6 +10,8 @@ "previousMonthTooltip": "Forrige måned", "nextPageTooltip": "Neste side", "previousPageTooltip": "Forrige side", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Vis meny", "aboutListTileTitle": "Om $applicationName", "licensesPageTitle": "Lisenser", diff --git a/packages/flutter_localizations/lib/src/l10n/material_or.arb b/packages/flutter_localizations/lib/src/l10n/material_or.arb index 572cf1276680..cc97b53c3eae 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_or.arb @@ -9,6 +9,8 @@ "previousMonthTooltip": "ପୂର୍ବ ମାସ", "nextPageTooltip": "ପରବର୍ତ୍ତୀ ପେଜ୍", "previousPageTooltip": "ପୂର୍ବବର୍ତ୍ତୀ ପେଜ୍", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "ମେନୁ ଦେଖାନ୍ତୁ", "aboutListTileTitle": "$applicationName ବିଷୟରେ", "licensesPageTitle": "ଲାଇସେନ୍ସଗୁଡ଼କ", diff --git a/packages/flutter_localizations/lib/src/l10n/material_pa.arb b/packages/flutter_localizations/lib/src/l10n/material_pa.arb index 04357941418d..c3790b5ecab5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pa.arb @@ -9,6 +9,8 @@ "previousMonthTooltip": "ਪਿਛਲਾ ਮਹੀਨਾ", "nextPageTooltip": "ਅਗਲਾ ਪੰਨਾ", "previousPageTooltip": "ਪਿਛਲਾ ਪੰਨਾ", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "ਮੀਨੂ ਦਿਖਾਓ", "aboutListTileTitle": "$applicationName ਬਾਰੇ", "licensesPageTitle": "ਲਾਇਸੰਸ", diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index a5b84b10ed12..35c017c68920 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -15,6 +15,8 @@ "previousMonthTooltip": "Poprzedni miesiąc", "nextPageTooltip": "Następna strona", "previousPageTooltip": "Poprzednia strona", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Pokaż menu", "aboutListTileTitle": "$applicationName – informacje", "licensesPageTitle": "Licencje", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ps.arb b/packages/flutter_localizations/lib/src/l10n/material_ps.arb index 1e37bb05efc3..6d1ad94c1337 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ps.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ps.arb @@ -13,6 +13,8 @@ "previousMonthTooltip": "تیره میاشت", "nextPageTooltip": "بله پاڼه", "previousPageTooltip": "مخکینی مخ", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "غورنۍ ښودل", "aboutListTileTitle": "د $applicationName په اړه", "licensesPageTitle": "جوازونه", diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index a4aaca4bf64d..6e66a2543f80 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -14,6 +14,8 @@ "previousMonthTooltip": "Mês anterior", "nextPageTooltip": "Próxima página", "previousPageTooltip": "Página anterior", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Mostrar menu", "aboutListTileTitle": "Sobre o app $applicationName", "licensesPageTitle": "Licenças", diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb index a55c24689bae..d9b21a9fdf29 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb @@ -43,6 +43,8 @@ "previousMonthTooltip": "Mês anterior", "nextPageTooltip": "Página seguinte", "previousPageTooltip": "Página anterior", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Mostrar menu", "aboutListTileTitle": "Acerca de $applicationName", "licensesPageTitle": "Licenças", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/flutter_localizations/lib/src/l10n/material_ro.arb index a3e0d5474f85..04827bd47888 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ro.arb @@ -12,6 +12,8 @@ "previousMonthTooltip": "Luna trecută", "nextPageTooltip": "Pagina următoare", "previousPageTooltip": "Pagina anterioară", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Afișați meniul", "aboutListTileTitle": "Despre $applicationName", "licensesPageTitle": "Licențe", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index 150a64ea1501..230759f370ac 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -15,6 +15,8 @@ "previousMonthTooltip": "Предыдущий месяц", "nextPageTooltip": "Следующая страница", "previousPageTooltip": "Предыдущая страница", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Показать меню", "pageRowsInfoTitle": "$firstRow–$lastRow из $rowCount", "pageRowsInfoTitleApproximate": "$firstRow–$lastRow из примерно $rowCount", diff --git a/packages/flutter_localizations/lib/src/l10n/material_si.arb b/packages/flutter_localizations/lib/src/l10n/material_si.arb index a13e760e3de0..0274314b99f5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_si.arb @@ -9,6 +9,8 @@ "previousMonthTooltip": "පෙර මාසය", "nextPageTooltip": "ඊළඟ පිටුව", "previousPageTooltip": "පෙර පිටුව", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "මෙනුව පෙන්වන්න", "aboutListTileTitle": "$applicationName ගැන", "licensesPageTitle": "බලපත්‍ර", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sk.arb b/packages/flutter_localizations/lib/src/l10n/material_sk.arb index 074dcaf14e42..60ce63aafb8f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sk.arb @@ -15,6 +15,8 @@ "previousMonthTooltip": "Predošlý mesiac", "nextPageTooltip": "Ďalšia strana", "previousPageTooltip": "Predchádzajúca stránka", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Zobraziť ponuku", "aboutListTileTitle": "$applicationName – informácie", "licensesPageTitle": "Licencie", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sl.arb b/packages/flutter_localizations/lib/src/l10n/material_sl.arb index 147300fb13f9..9c424b382e43 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sl.arb @@ -15,6 +15,8 @@ "previousMonthTooltip": "Prejšnji mesec", "nextPageTooltip": "Naslednja stran", "previousPageTooltip": "Prejšnja stran", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Prikaz menija", "aboutListTileTitle": "O aplikaciji $applicationName", "licensesPageTitle": "Licence", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sq.arb b/packages/flutter_localizations/lib/src/l10n/material_sq.arb index c9fab9cc6ed4..bb70242ce130 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sq.arb @@ -9,6 +9,8 @@ "previousMonthTooltip": "Muaji i mëparshëm", "nextPageTooltip": "Faqja tjetër", "previousPageTooltip": "Faqja e mëparshme", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Shfaq menynë", "aboutListTileTitle": "Rreth $applicationName", "licensesPageTitle": "Licencat", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr.arb b/packages/flutter_localizations/lib/src/l10n/material_sr.arb index 212171f7549b..8f3d0a77370e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr.arb @@ -12,6 +12,8 @@ "previousMonthTooltip": "Претходни месец", "nextPageTooltip": "Следећа страница", "previousPageTooltip": "Претходна страница", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Прикажи мени", "aboutListTileTitle": "О апликацији $applicationName", "licensesPageTitle": "Лиценце", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb b/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb index 70d957f158ec..1aa690b50527 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb @@ -40,6 +40,8 @@ "previousMonthTooltip": "Prethodni mesec", "nextPageTooltip": "Sledeća stranica", "previousPageTooltip": "Prethodna stranica", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Prikaži meni", "aboutListTileTitle": "O aplikaciji $applicationName", "licensesPageTitle": "Licence", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sv.arb b/packages/flutter_localizations/lib/src/l10n/material_sv.arb index ec7878f5fa14..2206bb258b9b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sv.arb @@ -9,6 +9,8 @@ "previousMonthTooltip": "Föregående månad", "nextPageTooltip": "Nästa sida", "previousPageTooltip": "Föregående sida", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Visa meny", "aboutListTileTitle": "Om $applicationName", "licensesPageTitle": "Licenser", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sw.arb b/packages/flutter_localizations/lib/src/l10n/material_sw.arb index c2937873b2ce..12a9cb54ed40 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sw.arb @@ -9,6 +9,8 @@ "previousMonthTooltip": "Mwezi uliopita", "nextPageTooltip": "Ukurasa unaofuata", "previousPageTooltip": "Ukurasa uliotangulia", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Onyesha menyu", "aboutListTileTitle": "Kuhusu $applicationName", "licensesPageTitle": "Leseni", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ta.arb b/packages/flutter_localizations/lib/src/l10n/material_ta.arb index 108c134c96e7..7f8371ca2793 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ta.arb @@ -7,6 +7,8 @@ "continueButtonLabel": "தொடர்க", "nextPageTooltip": "அடுத்த பக்கம்", "previousPageTooltip": "முந்தைய பக்கம்", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "searchFieldLabel": "தேடல்", "reorderItemToStart": "தொடக்கத்திற்கு நகர்த்தவும்", "reorderItemToEnd": "இறுதிக்கு நகர்த்தவும்", diff --git a/packages/flutter_localizations/lib/src/l10n/material_te.arb b/packages/flutter_localizations/lib/src/l10n/material_te.arb index 42f3a8f17ec2..a4ca6d653a90 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_te.arb @@ -9,6 +9,8 @@ "previousMonthTooltip": "మునుపటి నెల", "nextPageTooltip": "తర్వాత పేజీ", "previousPageTooltip": "మునుపటి పేజీ", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "మెనూను చూపు", "aboutListTileTitle": "$applicationName గురించి", "licensesPageTitle": "లైసెన్స్‌లు", diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/flutter_localizations/lib/src/l10n/material_th.arb index 2b2dcf3f0898..f2d63c7c02a1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_th.arb @@ -9,6 +9,8 @@ "previousMonthTooltip": "เดือนที่แล้ว", "nextPageTooltip": "หน้าถัดไป", "previousPageTooltip": "หน้าก่อน", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "แสดงเมนู", "aboutListTileTitle": "เกี่ยวกับ $applicationName", "licensesPageTitle": "ใบอนุญาต", diff --git a/packages/flutter_localizations/lib/src/l10n/material_tl.arb b/packages/flutter_localizations/lib/src/l10n/material_tl.arb index 3d650a6dd81d..80a7441df74a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tl.arb @@ -9,6 +9,8 @@ "previousMonthTooltip": "Nakaraang buwan", "nextPageTooltip": "Susunod na page", "previousPageTooltip": "Nakaraang page", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Ipakita ang menu", "aboutListTileTitle": "Tungkol sa $applicationName", "licensesPageTitle": "Mga Lisensya", diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index 0551354d613d..56761b027e16 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -9,6 +9,8 @@ "previousMonthTooltip": "Önceki ay", "nextPageTooltip": "Sonraki sayfa", "previousPageTooltip": "Önceki sayfa", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Menüyü göster", "aboutListTileTitle": "$applicationName Hakkında", "licensesPageTitle": "Lisanslar", diff --git a/packages/flutter_localizations/lib/src/l10n/material_uk.arb b/packages/flutter_localizations/lib/src/l10n/material_uk.arb index e844fd405fd7..6196bddc2b83 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uk.arb @@ -15,6 +15,8 @@ "previousMonthTooltip": "Попередній місяць", "nextPageTooltip": "Наступна сторінка", "previousPageTooltip": "Попередня сторінка", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Показати меню", "aboutListTileTitle": "Про додаток $applicationName", "licensesPageTitle": "Ліцензії", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index 097c3c0db7b0..0dee9333f54f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -10,6 +10,8 @@ "previousMonthTooltip": "پچھلا مہینہ", "nextPageTooltip": "اگلا صفحہ", "previousPageTooltip": "گزشتہ صفحہ", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "مینو دکھائیں", "aboutListTileTitle": "$applicationName کے بارے میں", "licensesPageTitle": "لائسنسز", diff --git a/packages/flutter_localizations/lib/src/l10n/material_uz.arb b/packages/flutter_localizations/lib/src/l10n/material_uz.arb index bdcda1d5a572..67ea408d444a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uz.arb @@ -9,6 +9,8 @@ "previousMonthTooltip": "Avvalgi oy", "nextPageTooltip": "Keyingi sahifa", "previousPageTooltip": "Avvalgi sahifa", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Menyuni koʻrsatish", "aboutListTileTitle": "$applicationName haqida", "licensesPageTitle": "Litsenziyalar", diff --git a/packages/flutter_localizations/lib/src/l10n/material_vi.arb b/packages/flutter_localizations/lib/src/l10n/material_vi.arb index ccd8ea599405..6c06890d5757 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_vi.arb @@ -9,6 +9,8 @@ "previousMonthTooltip": "Tháng trước", "nextPageTooltip": "Trang tiếp theo", "previousPageTooltip": "Trang trước", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Hiển thị menu", "aboutListTileTitle": "Giới thiệu về $applicationName", "licensesPageTitle": "Giấy phép", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index ff84e1f824ce..3c4791478359 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -6,6 +6,8 @@ "backButtonTooltip": "返回", "nextPageTooltip": "下一页", "previousPageTooltip": "上一页", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "显示菜单", "aboutListTileTitle": "关于$applicationName", "licensesPageTitle": "许可", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb index e625c86e5361..84dc60cb5190 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb @@ -42,6 +42,8 @@ "previousMonthTooltip": "上個月", "nextPageTooltip": "下一頁", "previousPageTooltip": "上一頁", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "顯示選單", "aboutListTileTitle": "關於$applicationName", "licensesPageTitle": "授權", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb index 7ef077b99b4e..cd44d2cf0855 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb @@ -42,6 +42,8 @@ "previousMonthTooltip": "上個月", "nextPageTooltip": "下一頁", "previousPageTooltip": "上一頁", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "顯示選單", "aboutListTileTitle": "關於「$applicationName」", "licensesPageTitle": "授權", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zu.arb b/packages/flutter_localizations/lib/src/l10n/material_zu.arb index da61725444b0..3d89a0979775 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zu.arb @@ -9,6 +9,8 @@ "previousMonthTooltip": "Inyanga edlule", "nextPageTooltip": "Ikhasi elilandelayo", "previousPageTooltip": "Ikhasi elidlule", + "firstPageTooltip": "First page", + "lastPageTooltip": "Last page", "showMenuTooltip": "Bonisa imenyu", "aboutListTileTitle": "Mayelana no-$applicationName", "licensesPageTitle": "Amalayisense", diff --git a/packages/flutter_localizations/test/material/translations_test.dart b/packages/flutter_localizations/test/material/translations_test.dart index 610f73cbdad9..2781dd0a4d41 100644 --- a/packages/flutter_localizations/test/material/translations_test.dart +++ b/packages/flutter_localizations/test/material/translations_test.dart @@ -31,6 +31,8 @@ void main() { expect(localizations.previousMonthTooltip, isNotNull); expect(localizations.nextPageTooltip, isNotNull); expect(localizations.previousPageTooltip, isNotNull); + expect(localizations.firstPageTooltip, isNotNull); + expect(localizations.lastPageTooltip, isNotNull); expect(localizations.showMenuTooltip, isNotNull); expect(localizations.licensesPageTitle, isNotNull); expect(localizations.rowsPerPageTitle, isNotNull); From 0290fc3682b78cd449b578ef40be8d56d7cca661 Mon Sep 17 00:00:00 2001 From: Sam Rawlins Date: Fri, 19 Feb 2021 17:36:02 -0800 Subject: [PATCH 172/327] Remove "unnecessary" imports. (#76159) --- .../flutter_localizations/test/material/time_picker_test.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/flutter_localizations/test/material/time_picker_test.dart b/packages/flutter_localizations/test/material/time_picker_test.dart index 5b3787c912c9..1033efd2494c 100644 --- a/packages/flutter_localizations/test/material/time_picker_test.dart +++ b/packages/flutter_localizations/test/material/time_picker_test.dart @@ -2,7 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:flutter_localizations/flutter_localizations.dart'; import 'package:flutter_test/flutter_test.dart'; From a995b9d1b3c54aa40ce1fef6ce0bec0fcbfb0c4d Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Fri, 5 Mar 2021 18:29:04 -0800 Subject: [PATCH 173/327] enable prefer_function_declarations_over_variables lint (#77398) --- dev/tools/localization/gen_cupertino_localizations.dart | 8 ++++---- dev/tools/localization/gen_material_localizations.dart | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dev/tools/localization/gen_cupertino_localizations.dart b/dev/tools/localization/gen_cupertino_localizations.dart index 8e281096f2e1..f93b012354e9 100644 --- a/dev/tools/localization/gen_cupertino_localizations.dart +++ b/dev/tools/localization/gen_cupertino_localizations.dart @@ -4,7 +4,7 @@ import 'localizations_utils.dart'; -HeaderGenerator generateCupertinoHeader = (String regenerateInstructions) { +String generateCupertinoHeader(String regenerateInstructions) { return ''' // Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be @@ -27,11 +27,11 @@ import '../cupertino_localizations.dart'; // These classes are constructed by the [getCupertinoTranslation] method at the // bottom of this file, and used by the [_GlobalCupertinoLocalizationsDelegate.load] // method defined in `flutter_localizations/lib/src/cupertino_localizations.dart`.'''; -}; +} /// Returns the source of the constructor for a GlobalCupertinoLocalizations /// subclass. -ConstructorGenerator generateCupertinoConstructor = (LocaleInfo locale) { +String generateCupertinoConstructor(LocaleInfo locale) { final String localeName = locale.originalString; return ''' /// Create an instance of the translation bundle for ${describeLocale(localeName)}. @@ -58,7 +58,7 @@ ConstructorGenerator generateCupertinoConstructor = (LocaleInfo locale) { singleDigitSecondFormat: singleDigitSecondFormat, decimalFormat: decimalFormat, );'''; -}; +} const String cupertinoFactoryName = 'getCupertinoTranslation'; diff --git a/dev/tools/localization/gen_material_localizations.dart b/dev/tools/localization/gen_material_localizations.dart index 3e2a0cbb2326..31170cc1b234 100644 --- a/dev/tools/localization/gen_material_localizations.dart +++ b/dev/tools/localization/gen_material_localizations.dart @@ -4,7 +4,7 @@ import 'localizations_utils.dart'; -HeaderGenerator generateMaterialHeader = (String regenerateInstructions) { +String generateMaterialHeader(String regenerateInstructions) { return ''' // Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be @@ -27,11 +27,11 @@ import '../material_localizations.dart'; // These classes are constructed by the [getMaterialTranslation] method at the // bottom of this file, and used by the [_MaterialLocalizationsDelegate.load] // method defined in `flutter_localizations/lib/src/material_localizations.dart`.'''; -}; +} /// Returns the source of the constructor for a GlobalMaterialLocalizations /// subclass. -ConstructorGenerator generateMaterialConstructor = (LocaleInfo locale) { +String generateMaterialConstructor(LocaleInfo locale) { final String localeName = locale.originalString; return ''' /// Create an instance of the translation bundle for ${describeLocale(localeName)}. @@ -60,7 +60,7 @@ ConstructorGenerator generateMaterialConstructor = (LocaleInfo locale) { decimalFormat: decimalFormat, twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, );'''; -}; +} const String materialFactoryName = 'getMaterialTranslation'; From e70b05b8010a070e6b4c345af369e8eab5f530c0 Mon Sep 17 00:00:00 2001 From: Shi-Hao Hong Date: Tue, 23 Mar 2021 09:23:43 +0800 Subject: [PATCH 174/327] Typo fixes (#78755) --- packages/flutter_localizations/lib/src/l10n/material_en.arb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index ed3a1046adc5..7e3d7e0a0c20 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -248,17 +248,17 @@ "dateInputLabel": "Enter Date", "@dateInputLabel": { - "description": "The label used to describe the input text field used in in the date picker." + "description": "The label used to describe the input text field used in the date picker." }, "dateRangeStartLabel": "Start Date", "@dateRangeStartLabel": { - "description": "The label used to describe the starting date input text field used in in the date range picker." + "description": "The label used to describe the starting date input text field used in the date range picker." }, "dateRangeEndLabel": "End Date", "@dateRangeEndLabel": { - "description": "The label used to describe the ending date input text field used in in the date range picker." + "description": "The label used to describe the ending date input text field used in the date range picker." }, "dateRangeStartDateSemanticLabel": "Start date $fullDate", From 4b2d9ff820d1b57cdcd996ac83e19643ed719c9e Mon Sep 17 00:00:00 2001 From: "Ray Rischpater, KF6GPE" Date: Fri, 16 Apr 2021 11:09:02 -0700 Subject: [PATCH 175/327] l10n updates (#80541) --- .../generated_material_localizations.dart | 331 ++++++++++-------- .../lib/src/l10n/material_af.arb | 4 +- .../lib/src/l10n/material_am.arb | 4 +- .../lib/src/l10n/material_ar.arb | 4 +- .../lib/src/l10n/material_as.arb | 4 +- .../lib/src/l10n/material_az.arb | 4 +- .../lib/src/l10n/material_be.arb | 4 +- .../lib/src/l10n/material_bg.arb | 4 +- .../lib/src/l10n/material_bn.arb | 4 +- .../lib/src/l10n/material_bs.arb | 4 +- .../lib/src/l10n/material_ca.arb | 4 +- .../lib/src/l10n/material_cs.arb | 4 +- .../lib/src/l10n/material_da.arb | 4 +- .../lib/src/l10n/material_de.arb | 6 +- .../lib/src/l10n/material_el.arb | 4 +- .../lib/src/l10n/material_es.arb | 4 +- .../lib/src/l10n/material_es_419.arb | 4 +- .../lib/src/l10n/material_es_AR.arb | 4 +- .../lib/src/l10n/material_es_BO.arb | 4 +- .../lib/src/l10n/material_es_CL.arb | 4 +- .../lib/src/l10n/material_es_CO.arb | 4 +- .../lib/src/l10n/material_es_CR.arb | 4 +- .../lib/src/l10n/material_es_DO.arb | 4 +- .../lib/src/l10n/material_es_EC.arb | 4 +- .../lib/src/l10n/material_es_GT.arb | 4 +- .../lib/src/l10n/material_es_HN.arb | 4 +- .../lib/src/l10n/material_es_MX.arb | 4 +- .../lib/src/l10n/material_es_NI.arb | 4 +- .../lib/src/l10n/material_es_PA.arb | 4 +- .../lib/src/l10n/material_es_PE.arb | 4 +- .../lib/src/l10n/material_es_PR.arb | 4 +- .../lib/src/l10n/material_es_PY.arb | 4 +- .../lib/src/l10n/material_es_SV.arb | 4 +- .../lib/src/l10n/material_es_US.arb | 4 +- .../lib/src/l10n/material_es_UY.arb | 4 +- .../lib/src/l10n/material_es_VE.arb | 4 +- .../lib/src/l10n/material_et.arb | 4 +- .../lib/src/l10n/material_eu.arb | 4 +- .../lib/src/l10n/material_fa.arb | 4 +- .../lib/src/l10n/material_fi.arb | 4 +- .../lib/src/l10n/material_fil.arb | 4 +- .../lib/src/l10n/material_fr.arb | 4 +- .../lib/src/l10n/material_fr_CA.arb | 4 +- .../lib/src/l10n/material_gl.arb | 4 +- .../lib/src/l10n/material_gsw.arb | 6 +- .../lib/src/l10n/material_gu.arb | 4 +- .../lib/src/l10n/material_he.arb | 4 +- .../lib/src/l10n/material_hi.arb | 4 +- .../lib/src/l10n/material_hr.arb | 4 +- .../lib/src/l10n/material_hu.arb | 4 +- .../lib/src/l10n/material_hy.arb | 4 +- .../lib/src/l10n/material_id.arb | 4 +- .../lib/src/l10n/material_is.arb | 4 +- .../lib/src/l10n/material_it.arb | 4 +- .../lib/src/l10n/material_ja.arb | 4 +- .../lib/src/l10n/material_ka.arb | 4 +- .../lib/src/l10n/material_kk.arb | 4 +- .../lib/src/l10n/material_km.arb | 4 +- .../lib/src/l10n/material_kn.arb | 4 +- .../lib/src/l10n/material_ko.arb | 4 +- .../lib/src/l10n/material_ky.arb | 4 +- .../lib/src/l10n/material_lo.arb | 4 +- .../lib/src/l10n/material_lt.arb | 4 +- .../lib/src/l10n/material_lv.arb | 4 +- .../lib/src/l10n/material_mk.arb | 4 +- .../lib/src/l10n/material_ml.arb | 4 +- .../lib/src/l10n/material_mn.arb | 4 +- .../lib/src/l10n/material_mr.arb | 4 +- .../lib/src/l10n/material_ms.arb | 4 +- .../lib/src/l10n/material_my.arb | 4 +- .../lib/src/l10n/material_nb.arb | 4 +- .../lib/src/l10n/material_ne.arb | 6 +- .../lib/src/l10n/material_nl.arb | 4 +- .../lib/src/l10n/material_no.arb | 4 +- .../lib/src/l10n/material_or.arb | 4 +- .../lib/src/l10n/material_pa.arb | 4 +- .../lib/src/l10n/material_pl.arb | 4 +- .../lib/src/l10n/material_pt.arb | 4 +- .../lib/src/l10n/material_pt_PT.arb | 4 +- .../lib/src/l10n/material_ro.arb | 4 +- .../lib/src/l10n/material_ru.arb | 4 +- .../lib/src/l10n/material_si.arb | 4 +- .../lib/src/l10n/material_sk.arb | 4 +- .../lib/src/l10n/material_sl.arb | 4 +- .../lib/src/l10n/material_sq.arb | 4 +- .../lib/src/l10n/material_sr.arb | 4 +- .../lib/src/l10n/material_sr_Latn.arb | 4 +- .../lib/src/l10n/material_sv.arb | 4 +- .../lib/src/l10n/material_sw.arb | 4 +- .../lib/src/l10n/material_ta.arb | 4 +- .../lib/src/l10n/material_te.arb | 4 +- .../lib/src/l10n/material_th.arb | 4 +- .../lib/src/l10n/material_tl.arb | 4 +- .../lib/src/l10n/material_tr.arb | 4 +- .../lib/src/l10n/material_uk.arb | 4 +- .../lib/src/l10n/material_ur.arb | 4 +- .../lib/src/l10n/material_uz.arb | 4 +- .../lib/src/l10n/material_vi.arb | 4 +- .../lib/src/l10n/material_zh.arb | 4 +- .../lib/src/l10n/material_zh_HK.arb | 4 +- .../lib/src/l10n/material_zh_TW.arb | 4 +- .../lib/src/l10n/material_zu.arb | 4 +- .../test/material/translations_test.dart | 15 + 103 files changed, 396 insertions(+), 360 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index 43d8c03aa4a1..c2168c507ee7 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -131,7 +131,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Vou in'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Eerste bladsy'; @override String get hideAccountsLabel => 'Versteek rekeninge'; @@ -152,7 +152,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get invalidTimeLabel => "Voer 'n geldige tyd in"; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Laaste bladsy'; @override String? get licensesPackageDetailTextFew => null; @@ -443,7 +443,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'ሰብስብ'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'የመጀመሪያው ገጽ'; @override String get hideAccountsLabel => 'መለያዎችን ደብቅ'; @@ -464,7 +464,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'የሚሠራ ሰዓት ያስገቡ'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'የመጨረሻው ገጽ'; @override String? get licensesPackageDetailTextFew => null; @@ -755,7 +755,7 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'تصغير'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'الصفحة الأولى'; @override String get hideAccountsLabel => 'إخفاء الحسابات'; @@ -776,7 +776,7 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'يُرجى إدخال وقت صالح.'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'الصفحة الأخيرة'; @override String? get licensesPackageDetailTextFew => r'$licenseCount تراخيص'; @@ -1067,7 +1067,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'সংকোচন কৰক'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'প্রথম পৃষ্ঠা'; @override String get hideAccountsLabel => 'একাউণ্টসমূহ লুকুৱাওক'; @@ -1088,7 +1088,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'এটা মান্য সময় দিয়ক'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'অন্তিম পৃষ্ঠা'; @override String? get licensesPackageDetailTextFew => null; @@ -1379,7 +1379,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Yığcamlaşdırın'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Birinci səhifə'; @override String get hideAccountsLabel => 'Hesabları gizlədin'; @@ -1400,7 +1400,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Düzgün vaxt daxil edin'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Son səhifə'; @override String? get licensesPackageDetailTextFew => null; @@ -1691,7 +1691,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Згарнуць'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'На першую старонку'; @override String get hideAccountsLabel => 'Схаваць уліковыя запісы'; @@ -1712,7 +1712,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Увядзіце дапушчальны час'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'На апошнюю старонку'; @override String? get licensesPackageDetailTextFew => r'$licenseCount ліцэнзіі'; @@ -2003,7 +2003,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Свиване'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Първа страница'; @override String get hideAccountsLabel => 'Скриване на профилите'; @@ -2024,7 +2024,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Въведете валиден час'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Последна страница'; @override String? get licensesPackageDetailTextFew => null; @@ -2315,7 +2315,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'আড়াল করুন'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'প্রথম পৃষ্ঠা'; @override String get hideAccountsLabel => 'অ্যাকাউন্টগুলি লুকান'; @@ -2336,7 +2336,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'সঠিক সময় লিখুন'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'শেষ পৃষ্ঠা'; @override String? get licensesPackageDetailTextFew => null; @@ -2627,7 +2627,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Suzi'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Prva stranica'; @override String get hideAccountsLabel => 'Sakrij račune'; @@ -2648,7 +2648,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Unesite ispravno vrijeme'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Posljednja stranica'; @override String? get licensesPackageDetailTextFew => r'$licenseCount licence'; @@ -2939,7 +2939,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Replega'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Primera pàgina'; @override String get hideAccountsLabel => 'Amaga els comptes'; @@ -2960,7 +2960,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Introdueix una hora vàlida'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Darrera pàgina'; @override String? get licensesPackageDetailTextFew => null; @@ -3251,7 +3251,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Sbalit'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'První stránka'; @override String get hideAccountsLabel => 'Skrýt účty'; @@ -3272,7 +3272,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Zadejte platný čas'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Poslední stránka'; @override String? get licensesPackageDetailTextFew => r'$licenseCount licence'; @@ -3563,7 +3563,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Skjul'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Første side'; @override String get hideAccountsLabel => 'Skjul konti'; @@ -3584,7 +3584,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Angiv et gyldigt tidspunkt'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Sidste side'; @override String? get licensesPackageDetailTextFew => null; @@ -3875,7 +3875,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Minimieren'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Erste Seite'; @override String get hideAccountsLabel => 'Konten ausblenden'; @@ -3893,10 +3893,10 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Ungültiger Zeitraum.'; @override - String get invalidTimeLabel => 'Gib eine gültige Uhrzeit ein'; + String get invalidTimeLabel => 'Geben Sie eine gültige Uhrzeit ein'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Letzte Seite'; @override String? get licensesPackageDetailTextFew => null; @@ -4105,12 +4105,21 @@ class MaterialLocalizationDeCh extends MaterialLocalizationDe { twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, ); + @override + String get invalidTimeLabel => 'Gib eine gültige Uhrzeit ein'; + @override String get dateOutOfRangeLabel => 'Ausserhalb des Zeitraums.'; @override String get closeButtonTooltip => 'Schliessen'; + @override + String get firstPageTooltip => 'First page'; + + @override + String get lastPageTooltip => 'Last page'; + @override String get modalBarrierDismissLabel => 'Schliessen'; } @@ -4226,7 +4235,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Σύμπτυξη'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Πρώτη σελίδα'; @override String get hideAccountsLabel => 'Απόκρυψη λογαριασμών'; @@ -4247,7 +4256,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Εισαγάγετε μια έγκυρη ώρα'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Τελευταία σελίδα'; @override String? get licensesPackageDetailTextFew => null; @@ -5411,7 +5420,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Ocultar'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Primera página'; @override String get hideAccountsLabel => 'Ocultar cuentas'; @@ -5432,7 +5441,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Indica una hora válida'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Última página'; @override String? get licensesPackageDetailTextFew => null; @@ -8306,7 +8315,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Ahenda'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Esimene leht'; @override String get hideAccountsLabel => 'Peida kontod'; @@ -8327,7 +8336,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Sisestage sobiv kellaaeg'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Viimane leht'; @override String? get licensesPackageDetailTextFew => null; @@ -8618,7 +8627,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Tolestu'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Lehenengo orria'; @override String get hideAccountsLabel => 'Ezkutatu kontuak'; @@ -8639,7 +8648,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Idatzi balio duen ordu bat'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Azken orria'; @override String? get licensesPackageDetailTextFew => null; @@ -8930,7 +8939,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'کوچک کردن'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'صفحه اول'; @override String get hideAccountsLabel => 'پنهان کردن حساب‌ها'; @@ -8951,7 +8960,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'زمان معتبری وارد کنید'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'صفحه آخر'; @override String? get licensesPackageDetailTextFew => null; @@ -9242,7 +9251,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Tiivistä'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Ensimmäinen sivu'; @override String get hideAccountsLabel => 'Piilota tilit'; @@ -9263,7 +9272,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Lisää kelvollinen aika'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Viimeinen sivu'; @override String? get licensesPackageDetailTextFew => null; @@ -9554,7 +9563,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'I-collapse'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Unang page'; @override String get hideAccountsLabel => 'Itago ang mga account'; @@ -9575,7 +9584,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Maglagay ng valid na oras'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Huling page'; @override String? get licensesPackageDetailTextFew => null; @@ -9866,7 +9875,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Réduire'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Première page'; @override String get hideAccountsLabel => 'Masquer les comptes'; @@ -9887,7 +9896,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Veuillez indiquer une heure valide'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Dernière page'; @override String? get licensesPackageDetailTextFew => null; @@ -10280,7 +10289,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Contraer'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Primeira páxina'; @override String get hideAccountsLabel => 'Ocultar contas'; @@ -10301,7 +10310,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Escribe unha hora válida'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Última páxina'; @override String? get licensesPackageDetailTextFew => null; @@ -10592,7 +10601,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Minimieren'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Erste Seite'; @override String get hideAccountsLabel => 'Konten ausblenden'; @@ -10610,10 +10619,10 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get invalidDateRangeLabel => 'Ungültiger Zeitraum.'; @override - String get invalidTimeLabel => 'Gib eine gültige Uhrzeit ein'; + String get invalidTimeLabel => 'Geben Sie eine gültige Uhrzeit ein'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Letzte Seite'; @override String? get licensesPackageDetailTextFew => null; @@ -10904,7 +10913,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'સંકુચિત કરો'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'પહેલું પેજ'; @override String get hideAccountsLabel => 'એકાઉન્ટ છુપાવો'; @@ -10925,7 +10934,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'માન્ય સમય દાખલ કરો'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'છેલ્લું પેજ'; @override String? get licensesPackageDetailTextFew => null; @@ -11216,7 +11225,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'כיווץ'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'לדף הראשון'; @override String get hideAccountsLabel => 'הסתרת החשבונות'; @@ -11237,7 +11246,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'יש להזין שעה תקינה'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'לדף האחרון'; @override String? get licensesPackageDetailTextFew => null; @@ -11528,7 +11537,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'छोटा करें'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'पहला पेज'; @override String get hideAccountsLabel => 'खाते छिपाएं'; @@ -11549,7 +11558,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'मान्य समय डालें'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'आखिरी पेज'; @override String? get licensesPackageDetailTextFew => null; @@ -11840,7 +11849,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Sažmi'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Prva stranica'; @override String get hideAccountsLabel => 'Sakrijte račune'; @@ -11861,7 +11870,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Unesite važeće vrijeme'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Posljednja stranica'; @override String? get licensesPackageDetailTextFew => r'$licenseCount licence'; @@ -12152,7 +12161,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Összecsukás'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Első oldal'; @override String get hideAccountsLabel => 'Fiókok elrejtése'; @@ -12173,7 +12182,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Érvényes formátumban adja meg az időt'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Utolsó oldal'; @override String? get licensesPackageDetailTextFew => null; @@ -12464,7 +12473,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Ծալել'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Առաջին էջ'; @override String get hideAccountsLabel => 'Թաքցնել հաշիվները'; @@ -12485,7 +12494,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Մուտքագրեք վավեր ժամ'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Վերջին էջ'; @override String? get licensesPackageDetailTextFew => null; @@ -12776,7 +12785,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Ciutkan'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Halaman pertama'; @override String get hideAccountsLabel => 'Sembunyikan akun'; @@ -12797,7 +12806,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Masukkan waktu yang valid'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Halaman terakhir'; @override String? get licensesPackageDetailTextFew => null; @@ -13088,7 +13097,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Draga saman'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Fyrsta síða'; @override String get hideAccountsLabel => 'Fela reikninga'; @@ -13109,7 +13118,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Færðu inn gildan tíma'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Síðasta síða'; @override String? get licensesPackageDetailTextFew => null; @@ -13400,7 +13409,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Comprimi'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Prima pagina'; @override String get hideAccountsLabel => 'Nascondi account'; @@ -13421,7 +13430,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Inserisci un orario valido'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Ultima pagina'; @override String? get licensesPackageDetailTextFew => null; @@ -13712,7 +13721,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get expandedIconTapHint => '折りたたむ'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => '最初のページ'; @override String get hideAccountsLabel => 'アカウントを非表示'; @@ -13733,7 +13742,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get invalidTimeLabel => '有効な時刻を入力してください'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => '最後のページ'; @override String? get licensesPackageDetailTextFew => null; @@ -14024,7 +14033,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'ჩაკეცვა'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'პირველი გვერდი'; @override String get hideAccountsLabel => 'ანგარიშების დამალვა'; @@ -14045,7 +14054,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'შეიყვანეთ სწორი დრო'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'ბოლო გვერდი'; @override String? get licensesPackageDetailTextFew => null; @@ -14336,7 +14345,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Жию'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Бірінші бет'; @override String get hideAccountsLabel => 'Есептік жазбаларды жасыру'; @@ -14357,7 +14366,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Жарамды уақыт мәліметін енгізіңіз.'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Соңғы бет'; @override String? get licensesPackageDetailTextFew => null; @@ -14648,7 +14657,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'បង្រួម'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'ទំព័រ​ដំបូង'; @override String get hideAccountsLabel => 'លាក់គណនី'; @@ -14669,7 +14678,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'បញ្ចូលពេលវេលា​ដែល​ត្រឹមត្រូវ'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'ទំព័រ​ចុង​ក្រោយ'; @override String? get licensesPackageDetailTextFew => null; @@ -14960,7 +14969,7 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { String get expandedIconTapHint => '\u{c95}\u{cc1}\u{c97}\u{ccd}\u{c97}\u{cbf}\u{cb8}\u{cbf}'; @override - String get firstPageTooltip => 'First Page'; + String get firstPageTooltip => '\u{cae}\u{cca}\u{ca6}\u{cb2}\u{20}\u{caa}\u{cc1}\u{c9f}'; @override String get hideAccountsLabel => '\u{c96}\u{cbe}\u{ca4}\u{cc6}\u{c97}\u{cb3}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{cae}\u{cb0}\u{cc6}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; @@ -14981,7 +14990,7 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { String get invalidTimeLabel => '\u{cae}\u{cbe}\u{ca8}\u{ccd}\u{caf}\u{cb5}\u{cbe}\u{ca6}\u{20}\u{cb8}\u{cae}\u{caf}\u{cb5}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{ca8}\u{cae}\u{cc2}\u{ca6}\u{cbf}\u{cb8}\u{cbf}'; @override - String get lastPageTooltip => 'Last Page'; + String get lastPageTooltip => '\u{c95}\u{cca}\u{ca8}\u{cc6}\u{caf}\u{20}\u{caa}\u{cc1}\u{c9f}'; @override String? get licensesPackageDetailTextFew => null; @@ -15272,7 +15281,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get expandedIconTapHint => '접기'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => '첫 페이지'; @override String get hideAccountsLabel => '계정 숨기기'; @@ -15293,7 +15302,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get invalidTimeLabel => '유효한 시간을 입력하세요.'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => '마지막 페이지'; @override String? get licensesPackageDetailTextFew => null; @@ -15584,7 +15593,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Жыйыштыруу'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Биринчи бет'; @override String get hideAccountsLabel => 'Аккаунттарды жашыруу'; @@ -15605,7 +15614,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Убакытты туура көрсөтүңүз'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Акыркы бет'; @override String? get licensesPackageDetailTextFew => null; @@ -15896,7 +15905,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'ຫຍໍ້ເຂົ້າ'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'ໜ້າທຳອິດ'; @override String get hideAccountsLabel => 'ເຊື່ອງບັນຊີ'; @@ -15917,7 +15926,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'ລະບຸເວລາທີ່ຖືກຕ້ອງ'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'ໜ້າສຸດທ້າຍ'; @override String? get licensesPackageDetailTextFew => null; @@ -16208,7 +16217,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Sutraukti'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Pirmas puslapis'; @override String get hideAccountsLabel => 'Slėpti paskyras'; @@ -16229,7 +16238,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Įveskite tinkamą laiką'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Paskutinis puslapis'; @override String? get licensesPackageDetailTextFew => r'$licenseCount licencijos'; @@ -16520,7 +16529,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Sakļaut'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Pirmā lapa'; @override String get hideAccountsLabel => 'Slēpt kontus'; @@ -16541,7 +16550,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Ievadiet derīgu laiku.'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Pēdējā lapa'; @override String? get licensesPackageDetailTextFew => null; @@ -16832,7 +16841,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Собери'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Прва страница'; @override String get hideAccountsLabel => 'Сокриј сметки'; @@ -16853,7 +16862,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Внесете важечко време'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Последна страница'; @override String? get licensesPackageDetailTextFew => null; @@ -17144,7 +17153,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'ചുരുക്കുക'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'ആദ്യ പേജ്'; @override String get hideAccountsLabel => 'അക്കൗണ്ടുകൾ മറയ്‌ക്കുക'; @@ -17165,7 +17174,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'സാധുവായ സമയം നൽകുക'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'അവസാന പേജ്'; @override String? get licensesPackageDetailTextFew => null; @@ -17456,7 +17465,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Буулгах'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Эхний хуудас'; @override String get hideAccountsLabel => 'Бүртгэлүүдийг нуух'; @@ -17477,7 +17486,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Цагийг зөв оруулна уу'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Сүүлийн хуудас'; @override String? get licensesPackageDetailTextFew => null; @@ -17768,7 +17777,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'कोलॅप्स करा'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'पहिले पेज'; @override String get hideAccountsLabel => 'खाती लपवा'; @@ -17789,7 +17798,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'योग्य वेळ एंटर करा'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'शेवटचे पेज'; @override String? get licensesPackageDetailTextFew => null; @@ -18080,7 +18089,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Runtuhkan'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Halaman pertama'; @override String get hideAccountsLabel => 'Sembunyikan akaun'; @@ -18101,7 +18110,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Masukkan masa yang sah'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Halaman terakhir'; @override String? get licensesPackageDetailTextFew => null; @@ -18392,7 +18401,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'လျှော့ပြရန်'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'ပထမ စာမျက်နှာ'; @override String get hideAccountsLabel => 'အကောင့်များကို ဝှက်ရန်'; @@ -18413,7 +18422,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'မှန်ကန်သည့်အချိန် ထည့်ပါ'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'နောက်ဆုံး စာမျက်နှာ'; @override String? get licensesPackageDetailTextFew => null; @@ -18704,7 +18713,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Skjul'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Første side'; @override String get hideAccountsLabel => 'Skjul kontoer'; @@ -18725,7 +18734,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Angi et gyldig klokkeslett'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Siste side'; @override String? get licensesPackageDetailTextFew => null; @@ -19016,7 +19025,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'संक्षिप्त गर्नुहोस्'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'प्रथम पेज'; @override String get hideAccountsLabel => 'खाताहरू लुकाउनुहोस्'; @@ -19037,7 +19046,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'वैध समय प्रविष्टि गर्नुहोस्'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'अन्तिम पेज'; @override String? get licensesPackageDetailTextFew => null; @@ -19142,7 +19151,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'प्रत्येक पृष्ठमा रहेका पङ्क्तिहरूको सङ्ख्या:'; @override - String get saveButtonLabel => 'सुरक्षित गर्नुहोस्'; + String get saveButtonLabel => 'सेभ गर्नुहोस्'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -19328,7 +19337,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Samenvouwen'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Eerste pagina'; @override String get hideAccountsLabel => 'Accounts verbergen'; @@ -19349,7 +19358,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Geef een geldige tijd op'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Laatste pagina'; @override String? get licensesPackageDetailTextFew => null; @@ -19640,7 +19649,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Skjul'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Første side'; @override String get hideAccountsLabel => 'Skjul kontoer'; @@ -19661,7 +19670,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Angi et gyldig klokkeslett'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Siste side'; @override String? get licensesPackageDetailTextFew => null; @@ -19952,7 +19961,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'ସଙ୍କୁଚିତ କରନ୍ତୁ'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'ପ୍ରଥମ ପୃଷ୍ଠା'; @override String get hideAccountsLabel => 'ଆକାଉଣ୍ଟଗୁଡ଼ିକୁ ଲୁଚାନ୍ତୁ'; @@ -19973,7 +19982,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'ଏକ ବୈଧ ସମୟ ଲେଖନ୍ତୁ'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'ଶେଷ ପୃଷ୍ଠା'; @override String? get licensesPackageDetailTextFew => null; @@ -20264,7 +20273,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'ਸਮੇਟੋ'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'ਪਹਿਲਾ ਪੰਨਾ'; @override String get hideAccountsLabel => 'ਖਾਤੇ ਲੁਕਾਓ'; @@ -20285,7 +20294,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'ਵੈਧ ਸਮਾਂ ਦਾਖਲ ਕਰੋ'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'ਆਖਰੀ ਪੰਨਾ'; @override String? get licensesPackageDetailTextFew => null; @@ -20576,7 +20585,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Zwiń'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Pierwsza strona'; @override String get hideAccountsLabel => 'Ukryj konta'; @@ -20597,7 +20606,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Wpisz prawidłową godzinę'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Ostatnia strona'; @override String? get licensesPackageDetailTextFew => r'$licenseCount licencje'; @@ -21200,7 +21209,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Recolher'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Primeira página'; @override String get hideAccountsLabel => 'Ocultar contas'; @@ -21221,7 +21230,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Insira um horário válido'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Última página'; @override String? get licensesPackageDetailTextFew => null; @@ -21638,7 +21647,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Restrângeți'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Prima pagină'; @override String get hideAccountsLabel => 'Ascundeți conturile'; @@ -21659,7 +21668,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Introduceți o oră validă'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Ultima pagină'; @override String? get licensesPackageDetailTextFew => r'$licenseCount licențe'; @@ -21950,7 +21959,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Свернуть'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Первая страница'; @override String get hideAccountsLabel => 'Скрыть аккаунты'; @@ -21971,7 +21980,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Указано недопустимое время.'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Последняя страница'; @override String? get licensesPackageDetailTextFew => r'$licenseCount лицензии'; @@ -22262,7 +22271,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'හකුළන්න'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'පළමු පිටුව'; @override String get hideAccountsLabel => 'ගිණුම් සඟවන්න'; @@ -22283,7 +22292,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'වලංගු වේලාවක් ඇතුළු කරන්න'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'අවසන් පිටුව'; @override String? get licensesPackageDetailTextFew => null; @@ -22574,7 +22583,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Zbaliť'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Prvá strana'; @override String get hideAccountsLabel => 'Skryť účty'; @@ -22595,7 +22604,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Zadajte platný čas'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Posledná strana'; @override String? get licensesPackageDetailTextFew => r'$licenseCount licencie'; @@ -22886,7 +22895,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Strniti'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Prva stran'; @override String get hideAccountsLabel => 'Skrivanje računov'; @@ -22907,7 +22916,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Vnesite veljaven čas'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Zadnja stran'; @override String? get licensesPackageDetailTextFew => r'$licenseCount licence'; @@ -23198,7 +23207,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Palos'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Faqja e parë'; @override String get hideAccountsLabel => 'Fshih llogaritë'; @@ -23219,7 +23228,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Fut një kohë të vlefshme'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Faqja e fundit'; @override String? get licensesPackageDetailTextFew => null; @@ -23510,7 +23519,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Скупи'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Прва страница'; @override String get hideAccountsLabel => 'Сакриј налоге'; @@ -23531,7 +23540,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Унесите важеће време'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Последња страница'; @override String? get licensesPackageDetailTextFew => r'$licenseCount лиценце'; @@ -23848,6 +23857,9 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { @override String get expandedIconTapHint => 'Skupi'; + @override + String get firstPageTooltip => 'Prva stranica'; + @override String get hideAccountsLabel => 'Sakrij naloge'; @@ -23866,6 +23878,9 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { @override String get invalidTimeLabel => 'Unesite važeće vreme'; + @override + String get lastPageTooltip => 'Poslednja stranica'; + @override String? get licensesPackageDetailTextFew => r'$licenseCount licence'; @@ -24122,7 +24137,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Dölj'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Första sidan'; @override String get hideAccountsLabel => 'Dölj konton'; @@ -24143,7 +24158,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Ange en giltig tid'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Sista sidan'; @override String? get licensesPackageDetailTextFew => null; @@ -24434,7 +24449,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Kunja'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Ukurasa wa kwanza'; @override String get hideAccountsLabel => 'Ficha akaunti'; @@ -24455,7 +24470,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Weka saa sahihi'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Ukurasa wa mwisho'; @override String? get licensesPackageDetailTextFew => null; @@ -24746,7 +24761,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'சுருக்கும்'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'முதல் பக்கத்திற்குச் செல்லும்'; @override String get hideAccountsLabel => 'கணக்குகளை மறைக்கும்'; @@ -24767,7 +24782,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'சரியான நேரத்தை உள்ளிடவும்'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'கடைசிப் பக்கத்திற்குச் செல்லும்'; @override String? get licensesPackageDetailTextFew => null; @@ -25058,7 +25073,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'కుదించు'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'మొదటి పేజీ'; @override String get hideAccountsLabel => 'ఖాతాలను దాచు'; @@ -25079,7 +25094,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'చెల్లుబాటు అయ్యే సమయాన్ని ఎంటర్ చేయండి'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'చివరి పేజీ'; @override String? get licensesPackageDetailTextFew => null; @@ -25370,7 +25385,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'ยุบ'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'หน้าแรก'; @override String get hideAccountsLabel => 'ซ่อนบัญชี'; @@ -25391,7 +25406,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'ป้อนเวลาที่ถูกต้อง'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'หน้าสุดท้าย'; @override String? get licensesPackageDetailTextFew => null; @@ -25682,7 +25697,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'I-collapse'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Unang page'; @override String get hideAccountsLabel => 'Itago ang mga account'; @@ -25703,7 +25718,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Maglagay ng valid na oras'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Huling page'; @override String? get licensesPackageDetailTextFew => null; @@ -25994,7 +26009,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Daralt'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'İlk sayfa'; @override String get hideAccountsLabel => 'Hesapları gizle'; @@ -26015,7 +26030,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Geçerli bir saat girin'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Son sayfa'; @override String? get licensesPackageDetailTextFew => null; @@ -26306,7 +26321,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Згорнути'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Перша сторінка'; @override String get hideAccountsLabel => 'Сховати облікові записи'; @@ -26327,7 +26342,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Введіть дійсний час'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Остання сторінка'; @override String? get licensesPackageDetailTextFew => r'$licenseCount ліцензії'; @@ -26618,7 +26633,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'سکیڑیں'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'پہلا صفحہ'; @override String get hideAccountsLabel => 'اکاؤنٹس چھپائیں'; @@ -26639,7 +26654,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'درست وقت درج کریں'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'آخری صفحہ'; @override String? get licensesPackageDetailTextFew => null; @@ -26930,7 +26945,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Kichraytirish'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Birinchi sahifa'; @override String get hideAccountsLabel => 'Hisoblarni berkitish'; @@ -26951,7 +26966,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Vaqt xato kiritildi'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Oxirgi sahifa'; @override String? get licensesPackageDetailTextFew => null; @@ -27242,7 +27257,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Thu gọn'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Trang đầu'; @override String get hideAccountsLabel => 'Ẩn tài khoản'; @@ -27263,7 +27278,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Nhập thời gian hợp lệ'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Trang cuối'; @override String? get licensesPackageDetailTextFew => null; @@ -27554,7 +27569,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get expandedIconTapHint => '收起'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => '第一页'; @override String get hideAccountsLabel => '隐藏帐号'; @@ -27575,7 +27590,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get invalidTimeLabel => '请输入有效的时间'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => '最后一页'; @override String? get licensesPackageDetailTextFew => null; @@ -27883,6 +27898,9 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { @override String get expandedIconTapHint => '收合'; + @override + String get firstPageTooltip => '第一頁'; + @override String get hideAccountsLabel => '隱藏帳戶'; @@ -27901,6 +27919,9 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { @override String get invalidTimeLabel => '請輸入有效的時間'; + @override + String get lastPageTooltip => '最後一頁'; + @override String? get licensesPackageDetailTextOne => '1 項授權'; @@ -28274,7 +28295,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Goqa'; @override - String get firstPageTooltip => 'First page'; + String get firstPageTooltip => 'Ikhasi lokuqala'; @override String get hideAccountsLabel => 'Fihla ama-akhawunti'; @@ -28295,7 +28316,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Faka igama elivumelekile'; @override - String get lastPageTooltip => 'Last page'; + String get lastPageTooltip => 'Ikhasi lokugcina'; @override String? get licensesPackageDetailTextFew => null; diff --git a/packages/flutter_localizations/lib/src/l10n/material_af.arb b/packages/flutter_localizations/lib/src/l10n/material_af.arb index 4172db7fe36b..b84b5ab820d7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_af.arb @@ -9,8 +9,8 @@ "previousMonthTooltip": "Vorige maand", "nextPageTooltip": "Volgende bladsy", "previousPageTooltip": "Vorige bladsy", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Eerste bladsy", + "lastPageTooltip": "Laaste bladsy", "showMenuTooltip": "Wys kieslys", "aboutListTileTitle": "Meer oor $applicationName", "licensesPageTitle": "Lisensies", diff --git a/packages/flutter_localizations/lib/src/l10n/material_am.arb b/packages/flutter_localizations/lib/src/l10n/material_am.arb index ccc9bbd70ae2..ecdac54fb4ce 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_am.arb @@ -8,8 +8,8 @@ "nextMonthTooltip": "ቀጣይ ወር", "previousMonthTooltip": "ቀዳሚ ወር", "nextPageTooltip": "ቀጣይ ገጽ", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "የመጀመሪያው ገጽ", + "lastPageTooltip": "የመጨረሻው ገጽ", "previousPageTooltip": "ቀዳሚ ገጽ", "showMenuTooltip": "ምናሌን አሳይ", "aboutListTileTitle": "ስለ $applicationName", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index 947bc7de4268..615ad30e0231 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -20,8 +20,8 @@ "previousMonthTooltip": "الشهر السابق", "nextPageTooltip": "الصفحة التالية", "previousPageTooltip": "الصفحة السابقة", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "الصفحة الأولى", + "lastPageTooltip": "الصفحة الأخيرة", "showMenuTooltip": "عرض القائمة", "aboutListTileTitle": "لمحة عن \"$applicationName\"", "licensesPageTitle": "التراخيص", diff --git a/packages/flutter_localizations/lib/src/l10n/material_as.arb b/packages/flutter_localizations/lib/src/l10n/material_as.arb index 1f86e14b6598..f43d4984bc7d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_as.arb @@ -8,8 +8,8 @@ "nextMonthTooltip": "পৰৱৰ্তী মাহ", "previousMonthTooltip": "পূৰ্বৱৰ্তী মাহ", "nextPageTooltip": "পৰৱৰ্তী পৃষ্ঠা", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "প্রথম পৃষ্ঠা", + "lastPageTooltip": "অন্তিম পৃষ্ঠা", "previousPageTooltip": "পূৰ্বৱৰ্তী পৃষ্ঠা", "showMenuTooltip": "মেনুখন দেখুৱাওক", "aboutListTileTitle": "$applicationNameৰ বিষয়ে", diff --git a/packages/flutter_localizations/lib/src/l10n/material_az.arb b/packages/flutter_localizations/lib/src/l10n/material_az.arb index f445ec94d6c1..a1da36eb95d9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_az.arb @@ -8,8 +8,8 @@ "nextMonthTooltip": "Növbəti ay", "previousMonthTooltip": "Keçən ay", "nextPageTooltip": "Növbəti səhifə", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Birinci səhifə", + "lastPageTooltip": "Son səhifə", "previousPageTooltip": "Əvvəlki səhifə", "showMenuTooltip": "Menyunu göstərin", "aboutListTileTitle": "$applicationName haqqında", diff --git a/packages/flutter_localizations/lib/src/l10n/material_be.arb b/packages/flutter_localizations/lib/src/l10n/material_be.arb index e5784da2da1a..d27b9b0bb6b5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_be.arb @@ -14,8 +14,8 @@ "nextMonthTooltip": "Наступны месяц", "previousMonthTooltip": "Папярэдні месяц", "nextPageTooltip": "Наступная старонка", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "На першую старонку", + "lastPageTooltip": "На апошнюю старонку", "previousPageTooltip": "Папярэдняя старонка", "showMenuTooltip": "Паказаць меню", "aboutListTileTitle": "Інфармацыя пра праграму \"$applicationName\"", diff --git a/packages/flutter_localizations/lib/src/l10n/material_bg.arb b/packages/flutter_localizations/lib/src/l10n/material_bg.arb index 9ab4d690d9c7..81cbb8273f72 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bg.arb @@ -8,8 +8,8 @@ "nextMonthTooltip": "Следващият месец", "previousMonthTooltip": "Предишният месец", "nextPageTooltip": "Следващата страница", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Първа страница", + "lastPageTooltip": "Последна страница", "previousPageTooltip": "Предишната страница", "showMenuTooltip": "Показване на менюто", "aboutListTileTitle": "Всичко за $applicationName", diff --git a/packages/flutter_localizations/lib/src/l10n/material_bn.arb b/packages/flutter_localizations/lib/src/l10n/material_bn.arb index 4648d7ccdd2f..2c14f0000822 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bn.arb @@ -8,8 +8,8 @@ "nextMonthTooltip": "পরের মাস", "previousMonthTooltip": "আগের মাস", "nextPageTooltip": "পরের পৃষ্ঠা", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "প্রথম পৃষ্ঠা", + "lastPageTooltip": "শেষ পৃষ্ঠা", "previousPageTooltip": "আগের পৃষ্ঠা", "showMenuTooltip": "মেনু দেখান", "aboutListTileTitle": "$applicationName সম্পর্কে", diff --git a/packages/flutter_localizations/lib/src/l10n/material_bs.arb b/packages/flutter_localizations/lib/src/l10n/material_bs.arb index 710b5bd51e90..5cf79effc86f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bs.arb @@ -11,8 +11,8 @@ "nextMonthTooltip": "Sljedeći mjesec", "previousMonthTooltip": "Prethodni mjesec", "nextPageTooltip": "Sljedeća stranica", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Prva stranica", + "lastPageTooltip": "Posljednja stranica", "previousPageTooltip": "Prethodna stranica", "showMenuTooltip": "Prikaži meni", "aboutListTileTitle": "O aplikaciji $applicationName", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ca.arb b/packages/flutter_localizations/lib/src/l10n/material_ca.arb index cd2b4f14e90a..ce2018bda0ae 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ca.arb @@ -8,8 +8,8 @@ "nextMonthTooltip": "Mes següent", "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Pàgina següent", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Primera pàgina", + "lastPageTooltip": "Darrera pàgina", "previousPageTooltip": "Pàgina anterior", "showMenuTooltip": "Mostra el menú", "aboutListTileTitle": "Sobre $applicationName", diff --git a/packages/flutter_localizations/lib/src/l10n/material_cs.arb b/packages/flutter_localizations/lib/src/l10n/material_cs.arb index 728388a11081..77a7a60c7340 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cs.arb @@ -14,8 +14,8 @@ "nextMonthTooltip": "Další měsíc", "previousMonthTooltip": "Předchozí měsíc", "nextPageTooltip": "Další stránka", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "První stránka", + "lastPageTooltip": "Poslední stránka", "previousPageTooltip": "Předchozí stránka", "showMenuTooltip": "Zobrazit nabídku", "aboutListTileTitle": "O aplikaci $applicationName", diff --git a/packages/flutter_localizations/lib/src/l10n/material_da.arb b/packages/flutter_localizations/lib/src/l10n/material_da.arb index 9227d4ec923c..168960ec0ccd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_da.arb @@ -9,8 +9,8 @@ "previousMonthTooltip": "Forrige måned", "nextPageTooltip": "Næste side", "previousPageTooltip": "Forrige side", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Første side", + "lastPageTooltip": "Sidste side", "showMenuTooltip": "Vis menu", "aboutListTileTitle": "Om $applicationName", "licensesPageTitle": "Licenser", diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index fca3e6d32f04..91f3013fdabe 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -9,8 +9,8 @@ "previousMonthTooltip": "Vorheriger Monat", "nextPageTooltip": "Nächste Seite", "previousPageTooltip": "Vorherige Seite", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Erste Seite", + "lastPageTooltip": "Letzte Seite", "showMenuTooltip": "Menü anzeigen", "aboutListTileTitle": "Über $applicationName", "licensesPageTitle": "Lizenzen", @@ -78,7 +78,7 @@ "timePickerInputHelpText": "ZEIT EINGEBEN", "timePickerHourLabel": "Stunde", "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Gib eine gültige Uhrzeit ein", + "invalidTimeLabel": "Geben Sie eine gültige Uhrzeit ein", "dialModeButtonLabel": "Zur Uhrzeitauswahl wechseln", "inputTimeModeButtonLabel": "Zum Texteingabemodus wechseln", "licensesPackageDetailTextZero": "No licenses", diff --git a/packages/flutter_localizations/lib/src/l10n/material_el.arb b/packages/flutter_localizations/lib/src/l10n/material_el.arb index bba7efc5eff6..0b16e67c3763 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_el.arb @@ -9,8 +9,8 @@ "previousMonthTooltip": "Προηγούμενος μήνας", "nextPageTooltip": "Επόμενη σελίδα", "previousPageTooltip": "Προηγούμενη σελίδα", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Πρώτη σελίδα", + "lastPageTooltip": "Τελευταία σελίδα", "showMenuTooltip": "Εμφάνιση μενού", "aboutListTileTitle": "Σχετικά με την εφαρμογή $applicationName", "licensesPageTitle": "Άδειες", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index d2bbd5b4f775..d2571a4d4db7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -9,8 +9,8 @@ "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Página siguiente", "previousPageTooltip": "Página anterior", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Primera página", + "lastPageTooltip": "Última página", "showMenuTooltip": "Mostrar menú", "aboutListTileTitle": "Sobre $applicationName", "licensesPageTitle": "Licencias", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb index b4df803e3e5c..587846aee757 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb @@ -42,8 +42,8 @@ "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Próxima página", "previousPageTooltip": "Página anterior", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Primera página", + "lastPageTooltip": "Última página", "showMenuTooltip": "Mostrar menú", "aboutListTileTitle": "Acerca de $applicationName", "licensesPageTitle": "Licencias", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb index b4df803e3e5c..587846aee757 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb @@ -42,8 +42,8 @@ "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Próxima página", "previousPageTooltip": "Página anterior", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Primera página", + "lastPageTooltip": "Última página", "showMenuTooltip": "Mostrar menú", "aboutListTileTitle": "Acerca de $applicationName", "licensesPageTitle": "Licencias", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb index 1f330cd345d1..d0240e917f68 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb @@ -48,8 +48,8 @@ "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Próxima página", "previousPageTooltip": "Página anterior", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Primera página", + "lastPageTooltip": "Última página", "showMenuTooltip": "Mostrar menú", "aboutListTileTitle": "Acerca de $applicationName", "licensesPageTitle": "Licencias", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb index 1f330cd345d1..d0240e917f68 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb @@ -48,8 +48,8 @@ "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Próxima página", "previousPageTooltip": "Página anterior", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Primera página", + "lastPageTooltip": "Última página", "showMenuTooltip": "Mostrar menú", "aboutListTileTitle": "Acerca de $applicationName", "licensesPageTitle": "Licencias", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb index 1f330cd345d1..d0240e917f68 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb @@ -48,8 +48,8 @@ "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Próxima página", "previousPageTooltip": "Página anterior", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Primera página", + "lastPageTooltip": "Última página", "showMenuTooltip": "Mostrar menú", "aboutListTileTitle": "Acerca de $applicationName", "licensesPageTitle": "Licencias", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb index 1f330cd345d1..d0240e917f68 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb @@ -48,8 +48,8 @@ "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Próxima página", "previousPageTooltip": "Página anterior", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Primera página", + "lastPageTooltip": "Última página", "showMenuTooltip": "Mostrar menú", "aboutListTileTitle": "Acerca de $applicationName", "licensesPageTitle": "Licencias", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb index 1f330cd345d1..d0240e917f68 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb @@ -48,8 +48,8 @@ "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Próxima página", "previousPageTooltip": "Página anterior", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Primera página", + "lastPageTooltip": "Última página", "showMenuTooltip": "Mostrar menú", "aboutListTileTitle": "Acerca de $applicationName", "licensesPageTitle": "Licencias", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb index 1f330cd345d1..d0240e917f68 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb @@ -48,8 +48,8 @@ "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Próxima página", "previousPageTooltip": "Página anterior", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Primera página", + "lastPageTooltip": "Última página", "showMenuTooltip": "Mostrar menú", "aboutListTileTitle": "Acerca de $applicationName", "licensesPageTitle": "Licencias", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb index 1f330cd345d1..d0240e917f68 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb @@ -48,8 +48,8 @@ "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Próxima página", "previousPageTooltip": "Página anterior", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Primera página", + "lastPageTooltip": "Última página", "showMenuTooltip": "Mostrar menú", "aboutListTileTitle": "Acerca de $applicationName", "licensesPageTitle": "Licencias", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb index 1f330cd345d1..d0240e917f68 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb @@ -48,8 +48,8 @@ "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Próxima página", "previousPageTooltip": "Página anterior", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Primera página", + "lastPageTooltip": "Última página", "showMenuTooltip": "Mostrar menú", "aboutListTileTitle": "Acerca de $applicationName", "licensesPageTitle": "Licencias", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb index 1f330cd345d1..d0240e917f68 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb @@ -48,8 +48,8 @@ "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Próxima página", "previousPageTooltip": "Página anterior", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Primera página", + "lastPageTooltip": "Última página", "showMenuTooltip": "Mostrar menú", "aboutListTileTitle": "Acerca de $applicationName", "licensesPageTitle": "Licencias", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb index 1f330cd345d1..d0240e917f68 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb @@ -48,8 +48,8 @@ "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Próxima página", "previousPageTooltip": "Página anterior", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Primera página", + "lastPageTooltip": "Última página", "showMenuTooltip": "Mostrar menú", "aboutListTileTitle": "Acerca de $applicationName", "licensesPageTitle": "Licencias", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb index 1f330cd345d1..d0240e917f68 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb @@ -48,8 +48,8 @@ "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Próxima página", "previousPageTooltip": "Página anterior", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Primera página", + "lastPageTooltip": "Última página", "showMenuTooltip": "Mostrar menú", "aboutListTileTitle": "Acerca de $applicationName", "licensesPageTitle": "Licencias", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb index 1f330cd345d1..d0240e917f68 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb @@ -48,8 +48,8 @@ "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Próxima página", "previousPageTooltip": "Página anterior", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Primera página", + "lastPageTooltip": "Última página", "showMenuTooltip": "Mostrar menú", "aboutListTileTitle": "Acerca de $applicationName", "licensesPageTitle": "Licencias", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb index 1f330cd345d1..d0240e917f68 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb @@ -48,8 +48,8 @@ "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Próxima página", "previousPageTooltip": "Página anterior", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Primera página", + "lastPageTooltip": "Última página", "showMenuTooltip": "Mostrar menú", "aboutListTileTitle": "Acerca de $applicationName", "licensesPageTitle": "Licencias", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb index 1f330cd345d1..d0240e917f68 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb @@ -48,8 +48,8 @@ "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Próxima página", "previousPageTooltip": "Página anterior", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Primera página", + "lastPageTooltip": "Última página", "showMenuTooltip": "Mostrar menú", "aboutListTileTitle": "Acerca de $applicationName", "licensesPageTitle": "Licencias", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb index 1f330cd345d1..d0240e917f68 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb @@ -48,8 +48,8 @@ "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Próxima página", "previousPageTooltip": "Página anterior", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Primera página", + "lastPageTooltip": "Última página", "showMenuTooltip": "Mostrar menú", "aboutListTileTitle": "Acerca de $applicationName", "licensesPageTitle": "Licencias", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb index 505db7ef05dd..aece204f0363 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb @@ -60,8 +60,8 @@ "nextPageTooltip": "Próxima página", "openAppDrawerTooltip": "Abrir menú de navegación", "previousPageTooltip": "Página anterior", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Primera página", + "lastPageTooltip": "Última página", "cancelButtonLabel": "CANCELAR", "pageRowsInfoTitle": "$firstRow–$lastRow de $rowCount", "selectedRowCountTitleOne": "Se seleccionó 1 elemento", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb index 1f330cd345d1..d0240e917f68 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb @@ -48,8 +48,8 @@ "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Próxima página", "previousPageTooltip": "Página anterior", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Primera página", + "lastPageTooltip": "Última página", "showMenuTooltip": "Mostrar menú", "aboutListTileTitle": "Acerca de $applicationName", "licensesPageTitle": "Licencias", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb index 1f330cd345d1..d0240e917f68 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb @@ -48,8 +48,8 @@ "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Próxima página", "previousPageTooltip": "Página anterior", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Primera página", + "lastPageTooltip": "Última página", "showMenuTooltip": "Mostrar menú", "aboutListTileTitle": "Acerca de $applicationName", "licensesPageTitle": "Licencias", diff --git a/packages/flutter_localizations/lib/src/l10n/material_et.arb b/packages/flutter_localizations/lib/src/l10n/material_et.arb index e477a7fa7161..be8412222fde 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_et.arb @@ -9,8 +9,8 @@ "previousMonthTooltip": "Eelmine kuu", "nextPageTooltip": "Järgmine leht", "previousPageTooltip": "Eelmine leht", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Esimene leht", + "lastPageTooltip": "Viimane leht", "showMenuTooltip": "Kuva menüü", "aboutListTileTitle": "Teave rakenduse $applicationName kohta", "licensesPageTitle": "Litsentsid", diff --git a/packages/flutter_localizations/lib/src/l10n/material_eu.arb b/packages/flutter_localizations/lib/src/l10n/material_eu.arb index 3ba849391a95..98cb7ed9dbf8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_eu.arb @@ -9,8 +9,8 @@ "previousMonthTooltip": "Aurreko hilabetea", "nextPageTooltip": "Hurrengo orria", "previousPageTooltip": "Aurreko orria", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Lehenengo orria", + "lastPageTooltip": "Azken orria", "showMenuTooltip": "Erakutsi menua", "aboutListTileTitle": "$applicationName aplikazioari buruz", "licensesPageTitle": "Lizentziak", diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index 088bae919fb3..3c98c32ead3c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -10,8 +10,8 @@ "previousMonthTooltip": "ماه قبل", "nextPageTooltip": "صفحه بعد", "previousPageTooltip": "صفحه قبل", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "صفحه اول", + "lastPageTooltip": "صفحه آخر", "showMenuTooltip": "نمایش منو", "aboutListTileTitle": "درباره $applicationName", "licensesPageTitle": "مجوزها", diff --git a/packages/flutter_localizations/lib/src/l10n/material_fi.arb b/packages/flutter_localizations/lib/src/l10n/material_fi.arb index 4ed8fa4f8430..20570013a641 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fi.arb @@ -9,8 +9,8 @@ "previousMonthTooltip": "Edellinen kuukausi", "nextPageTooltip": "Seuraava sivu", "previousPageTooltip": "Edellinen sivu", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Ensimmäinen sivu", + "lastPageTooltip": "Viimeinen sivu", "showMenuTooltip": "Näytä valikko", "aboutListTileTitle": "Tietoja: $applicationName", "licensesPageTitle": "Lisenssit", diff --git a/packages/flutter_localizations/lib/src/l10n/material_fil.arb b/packages/flutter_localizations/lib/src/l10n/material_fil.arb index 80a7441df74a..feb5e4da7b6b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fil.arb @@ -9,8 +9,8 @@ "previousMonthTooltip": "Nakaraang buwan", "nextPageTooltip": "Susunod na page", "previousPageTooltip": "Nakaraang page", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Unang page", + "lastPageTooltip": "Huling page", "showMenuTooltip": "Ipakita ang menu", "aboutListTileTitle": "Tungkol sa $applicationName", "licensesPageTitle": "Mga Lisensya", diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index 72bfc20c55ee..859f41263214 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -9,8 +9,8 @@ "previousMonthTooltip": "Mois précédent", "nextPageTooltip": "Page suivante", "previousPageTooltip": "Page précédente", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Première page", + "lastPageTooltip": "Dernière page", "showMenuTooltip": "Afficher le menu", "aboutListTileTitle": "À propos de $applicationName", "licensesPageTitle": "Licences", diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb b/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb index 0abebe631ecd..1f9861cb895a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb @@ -37,8 +37,8 @@ "previousMonthTooltip": "Mois précédent", "nextPageTooltip": "Page suivante", "previousPageTooltip": "Page précédente", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Première page", + "lastPageTooltip": "Dernière page", "showMenuTooltip": "Afficher le menu", "aboutListTileTitle": "À propos de $applicationName", "licensesPageTitle": "Licences", diff --git a/packages/flutter_localizations/lib/src/l10n/material_gl.arb b/packages/flutter_localizations/lib/src/l10n/material_gl.arb index 64c8780fa9f9..bef32803346a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gl.arb @@ -9,8 +9,8 @@ "previousMonthTooltip": "Mes anterior", "nextPageTooltip": "Páxina seguinte", "previousPageTooltip": "Páxina anterior", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Primeira páxina", + "lastPageTooltip": "Última páxina", "showMenuTooltip": "Mostrar menú", "aboutListTileTitle": "Acerca de: $applicationName", "licensesPageTitle": "Licenzas", diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index 40f1a46b997a..77dcba33f2fe 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -15,8 +15,8 @@ "previousMonthTooltip": "Vorheriger Monat", "nextPageTooltip": "Nächste Seite", "previousPageTooltip": "Vorherige Seite", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Erste Seite", + "lastPageTooltip": "Letzte Seite", "showMenuTooltip": "Menü anzeigen", "aboutListTileTitle": "Über $applicationName", "licensesPageTitle": "Lizenzen", @@ -77,7 +77,7 @@ "timePickerInputHelpText": "ZEIT EINGEBEN", "timePickerHourLabel": "Stunde", "timePickerMinuteLabel": "Minute", - "invalidTimeLabel": "Gib eine gültige Uhrzeit ein", + "invalidTimeLabel": "Geben Sie eine gültige Uhrzeit ein", "dialModeButtonLabel": "Zur Uhrzeitauswahl wechseln", "inputTimeModeButtonLabel": "Zum Texteingabemodus wechseln", "licensesPackageDetailTextZero": "No licenses", diff --git a/packages/flutter_localizations/lib/src/l10n/material_gu.arb b/packages/flutter_localizations/lib/src/l10n/material_gu.arb index 696e6fc46e03..c682b7996ef0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gu.arb @@ -9,8 +9,8 @@ "previousMonthTooltip": "પાછલો મહિનો", "nextPageTooltip": "આગલું પેજ", "previousPageTooltip": "પાછલું પેજ", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "પહેલું પેજ", + "lastPageTooltip": "છેલ્લું પેજ", "showMenuTooltip": "મેનૂ બતાવો", "aboutListTileTitle": "$applicationName વિશે", "licensesPageTitle": "લાઇસન્સ", diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index 57964e98c837..ec632b5a25ca 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -16,8 +16,8 @@ "previousMonthTooltip": "החודש הקודם", "nextPageTooltip": "הדף הבא", "previousPageTooltip": "הדף הקודם", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "לדף הראשון", + "lastPageTooltip": "לדף האחרון", "showMenuTooltip": "הצגת התפריט", "aboutListTileTitle": "מידע על $applicationName", "licensesPageTitle": "רישיונות", diff --git a/packages/flutter_localizations/lib/src/l10n/material_hi.arb b/packages/flutter_localizations/lib/src/l10n/material_hi.arb index 41d55553a5a5..4eb94cf691d4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hi.arb @@ -9,8 +9,8 @@ "previousMonthTooltip": "पिछला महीना", "nextPageTooltip": "अगला पेज", "previousPageTooltip": "पिछला पेज", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "पहला पेज", + "lastPageTooltip": "आखिरी पेज", "showMenuTooltip": "मेन्यू दिखाएं", "aboutListTileTitle": "$applicationName के बारे में जानकारी", "licensesPageTitle": "लाइसेंस", diff --git a/packages/flutter_localizations/lib/src/l10n/material_hr.arb b/packages/flutter_localizations/lib/src/l10n/material_hr.arb index 1f2f4559fe7a..7bc1cdb49d56 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hr.arb @@ -12,8 +12,8 @@ "previousMonthTooltip": "Prethodni mjesec", "nextPageTooltip": "Sljedeća stranica", "previousPageTooltip": "Prethodna stranica", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Prva stranica", + "lastPageTooltip": "Posljednja stranica", "showMenuTooltip": "Prikaz izbornika", "aboutListTileTitle": "O aplikaciji $applicationName", "licensesPageTitle": "Licence", diff --git a/packages/flutter_localizations/lib/src/l10n/material_hu.arb b/packages/flutter_localizations/lib/src/l10n/material_hu.arb index ba022e356765..2cfa3bef018d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hu.arb @@ -9,8 +9,8 @@ "previousMonthTooltip": "Előző hónap", "nextPageTooltip": "Következő oldal", "previousPageTooltip": "Előző oldal", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Első oldal", + "lastPageTooltip": "Utolsó oldal", "showMenuTooltip": "Menü megjelenítése", "aboutListTileTitle": "A(z) $applicationName névjegye", "licensesPageTitle": "Licencek", diff --git a/packages/flutter_localizations/lib/src/l10n/material_hy.arb b/packages/flutter_localizations/lib/src/l10n/material_hy.arb index 07af165c0159..a7e611cecc4d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hy.arb @@ -13,8 +13,8 @@ "previousMonthTooltip": "Նախորդ ամիս", "nextPageTooltip": "Հաջորդ էջ", "previousPageTooltip": "Նախորդ էջ", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Առաջին էջ", + "lastPageTooltip": "Վերջին էջ", "showMenuTooltip": "Ցույց տալ ընտրացանկը", "pageRowsInfoTitle": "$firstRow–$lastRow $rowCount-ից", "pageRowsInfoTitleApproximate": "$firstRow–$lastRow մոտավորապես $rowCount-ից", diff --git a/packages/flutter_localizations/lib/src/l10n/material_id.arb b/packages/flutter_localizations/lib/src/l10n/material_id.arb index 1f70f3069f1d..51b819d0cbba 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_id.arb @@ -9,8 +9,8 @@ "previousMonthTooltip": "Bulan sebelumnya", "nextPageTooltip": "Halaman berikutnya", "previousPageTooltip": "Halaman sebelumnya", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Halaman pertama", + "lastPageTooltip": "Halaman terakhir", "showMenuTooltip": "Tampilkan menu", "aboutListTileTitle": "Tentang $applicationName", "licensesPageTitle": "Lisensi", diff --git a/packages/flutter_localizations/lib/src/l10n/material_is.arb b/packages/flutter_localizations/lib/src/l10n/material_is.arb index 5a9faf1d2aa3..bfe5519ea1bd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_is.arb @@ -9,8 +9,8 @@ "previousMonthTooltip": "Fyrri mánuður", "nextPageTooltip": "Næsta síða", "previousPageTooltip": "Fyrri síða", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Fyrsta síða", + "lastPageTooltip": "Síðasta síða", "showMenuTooltip": "Sýna valmynd", "aboutListTileTitle": "Um $applicationName", "licensesPageTitle": "Leyfi", diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index aa1ee75fe6d3..70f4e663a6d2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -10,8 +10,8 @@ "previousMonthTooltip": "Mese precedente", "nextPageTooltip": "Pagina successiva", "previousPageTooltip": "Pagina precedente", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Prima pagina", + "lastPageTooltip": "Ultima pagina", "showMenuTooltip": "Mostra il menu", "aboutListTileTitle": "Informazioni su $applicationName", "licensesPageTitle": "Licenze", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index 6afc4722350c..68a8c6490332 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -10,8 +10,8 @@ "previousMonthTooltip": "前月", "nextPageTooltip": "次のページ", "previousPageTooltip": "前のページ", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "最初のページ", + "lastPageTooltip": "最後のページ", "showMenuTooltip": "メニューを表示", "aboutListTileTitle": "$applicationName について", "licensesPageTitle": "ライセンス", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ka.arb b/packages/flutter_localizations/lib/src/l10n/material_ka.arb index 2a13f0f60188..b0f6e0060117 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ka.arb @@ -9,8 +9,8 @@ "previousMonthTooltip": "წინა თვე", "nextPageTooltip": "შემდეგი გვერდი", "previousPageTooltip": "წინა გვერდი", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "პირველი გვერდი", + "lastPageTooltip": "ბოლო გვერდი", "showMenuTooltip": "მენიუს ჩვენება", "aboutListTileTitle": "$applicationName-ის შესახებ", "licensesPageTitle": "ლიცენზიები", diff --git a/packages/flutter_localizations/lib/src/l10n/material_kk.arb b/packages/flutter_localizations/lib/src/l10n/material_kk.arb index 38edcac29ff8..957054b6de2b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kk.arb @@ -11,8 +11,8 @@ "previousMonthTooltip": "Өткен ай", "nextPageTooltip": "Келесі бет", "previousPageTooltip": "Алдыңғы бет", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Бірінші бет", + "lastPageTooltip": "Соңғы бет", "showMenuTooltip": "Мәзірді көрсету", "aboutListTileTitle": "$applicationName туралы", "licensesPageTitle": "Лицензиялар", diff --git a/packages/flutter_localizations/lib/src/l10n/material_km.arb b/packages/flutter_localizations/lib/src/l10n/material_km.arb index 22b87b907fe2..76c35e5bf036 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_km.arb @@ -9,8 +9,8 @@ "previousMonthTooltip": "ខែមុន", "nextPageTooltip": "ទំព័របន្ទាប់", "previousPageTooltip": "ទំព័រមុន", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "ទំព័រ​ដំបូង", + "lastPageTooltip": "ទំព័រ​ចុង​ក្រោយ", "showMenuTooltip": "បង្ហាញ​ម៉ឺនុយ", "aboutListTileTitle": "អំពី $applicationName", "licensesPageTitle": "អាជ្ញាបណ្ណ", diff --git a/packages/flutter_localizations/lib/src/l10n/material_kn.arb b/packages/flutter_localizations/lib/src/l10n/material_kn.arb index 3e2caf927d58..29bf31485c97 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kn.arb @@ -9,8 +9,8 @@ "previousMonthTooltip": "\u0cb9\u0cbf\u0c82\u0ca6\u0cbf\u0ca8\u0020\u0ca4\u0cbf\u0c82\u0c97\u0cb3\u0cc1", "nextPageTooltip": "\u0cae\u0cc1\u0c82\u0ca6\u0cbf\u0ca8\u0020\u0caa\u0cc1\u0c9f", "previousPageTooltip": "\u0cb9\u0cbf\u0c82\u0ca6\u0cbf\u0ca8\u0020\u0caa\u0cc1\u0c9f", - "firstPageTooltip": "\u0046\u0069\u0072\u0073\u0074\u0020\u0050\u0061\u0067\u0065", - "lastPageTooltip": "\u004c\u0061\u0073\u0074\u0020\u0050\u0061\u0067\u0065", + "firstPageTooltip": "\u0cae\u0cca\u0ca6\u0cb2\u0020\u0caa\u0cc1\u0c9f", + "lastPageTooltip": "\u0c95\u0cca\u0ca8\u0cc6\u0caf\u0020\u0caa\u0cc1\u0c9f", "showMenuTooltip": "\u0cae\u0cc6\u0ca8\u0cc1\u0020\u0ca4\u0ccb\u0cb0\u0cbf\u0cb8\u0cbf", "aboutListTileTitle": "\u0024\u0061\u0070\u0070\u006c\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u004e\u0061\u006d\u0065\u0020\u0cac\u0c97\u0ccd\u0c97\u0cc6", "licensesPageTitle": "\u0caa\u0cb0\u0cb5\u0cbe\u0ca8\u0c97\u0cbf\u0c97\u0cb3\u0cc1", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index 121264fe80ef..6a8f9223f1b8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -9,8 +9,8 @@ "previousMonthTooltip": "지난달", "nextPageTooltip": "다음 페이지", "previousPageTooltip": "이전 페이지", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "첫 페이지", + "lastPageTooltip": "마지막 페이지", "showMenuTooltip": "메뉴 표시", "aboutListTileTitle": "$applicationName 정보", "licensesPageTitle": "라이선스", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ky.arb b/packages/flutter_localizations/lib/src/l10n/material_ky.arb index 4d1f340de13f..e1691a98269d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ky.arb @@ -9,8 +9,8 @@ "previousMonthTooltip": "Мурунку ай", "nextPageTooltip": "Кийинки бет", "previousPageTooltip": "Мурунку бет", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Биринчи бет", + "lastPageTooltip": "Акыркы бет", "showMenuTooltip": "Менюну көрсөтүү", "aboutListTileTitle": "$applicationName каналы жөнүндө", "licensesPageTitle": "Уруксаттамалар", diff --git a/packages/flutter_localizations/lib/src/l10n/material_lo.arb b/packages/flutter_localizations/lib/src/l10n/material_lo.arb index 7c09d3c72755..8f512431c007 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lo.arb @@ -9,8 +9,8 @@ "previousMonthTooltip": "ເດືອນແລ້ວ", "nextPageTooltip": "ໜ້າຕໍ່ໄປ", "previousPageTooltip": "ໜ້າກ່ອນໜ້າ", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "ໜ້າທຳອິດ", + "lastPageTooltip": "ໜ້າສຸດທ້າຍ", "showMenuTooltip": "ສະແດງເມນູ", "aboutListTileTitle": "ກ່ຽວກັບ $applicationName", "licensesPageTitle": "ໃບອະນຸຍາດ", diff --git a/packages/flutter_localizations/lib/src/l10n/material_lt.arb b/packages/flutter_localizations/lib/src/l10n/material_lt.arb index 2bb22e24910a..4524e21b5992 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lt.arb @@ -15,8 +15,8 @@ "previousMonthTooltip": "Ankstesnis mėnuo", "nextPageTooltip": "Kitas puslapis", "previousPageTooltip": "Ankstesnis puslapis", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Pirmas puslapis", + "lastPageTooltip": "Paskutinis puslapis", "showMenuTooltip": "Rodyti meniu", "aboutListTileTitle": "Apie „$applicationName“", "licensesPageTitle": "Licencijos", diff --git a/packages/flutter_localizations/lib/src/l10n/material_lv.arb b/packages/flutter_localizations/lib/src/l10n/material_lv.arb index d0fb8e19e4a2..3d35eb902ab7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lv.arb @@ -9,8 +9,8 @@ "previousMonthTooltip": "Iepriekšējais mēnesis", "nextPageTooltip": "Nākamā lapa", "previousPageTooltip": "Iepriekšējā lapa", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Pirmā lapa", + "lastPageTooltip": "Pēdējā lapa", "showMenuTooltip": "Rādīt izvēlni", "aboutListTileTitle": "Par $applicationName", "licensesPageTitle": "Licences", diff --git a/packages/flutter_localizations/lib/src/l10n/material_mk.arb b/packages/flutter_localizations/lib/src/l10n/material_mk.arb index cf6ace654132..99ca62759663 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mk.arb @@ -9,8 +9,8 @@ "previousMonthTooltip": "Претходниот месец", "nextPageTooltip": "Следна страница", "previousPageTooltip": "Претходна страница", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Прва страница", + "lastPageTooltip": "Последна страница", "showMenuTooltip": "Прикажи мени", "aboutListTileTitle": "За $applicationName", "licensesPageTitle": "Лиценци", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ml.arb b/packages/flutter_localizations/lib/src/l10n/material_ml.arb index d4fa475a148a..c2340cc15fd5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ml.arb @@ -9,8 +9,8 @@ "previousMonthTooltip": "മുമ്പത്തെ മാസം", "nextPageTooltip": "അടുത്ത പേജ്", "previousPageTooltip": "മുമ്പത്തെ പേജ്", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "ആദ്യ പേജ്", + "lastPageTooltip": "അവസാന പേജ്", "showMenuTooltip": "മെനു കാണിക്കുക", "aboutListTileTitle": "$applicationName എന്നതിനെക്കുറിച്ച്", "licensesPageTitle": "ലൈസൻസുകൾ", diff --git a/packages/flutter_localizations/lib/src/l10n/material_mn.arb b/packages/flutter_localizations/lib/src/l10n/material_mn.arb index dd7305542820..06281c579949 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mn.arb @@ -9,8 +9,8 @@ "previousMonthTooltip": "Өмнөх сар", "nextPageTooltip": "Дараах хуудас", "previousPageTooltip": "Өмнөх хуудас", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Эхний хуудас", + "lastPageTooltip": "Сүүлийн хуудас", "showMenuTooltip": "Цэсийг харуулах", "aboutListTileTitle": "$applicationName-н тухай", "licensesPageTitle": "Лиценз", diff --git a/packages/flutter_localizations/lib/src/l10n/material_mr.arb b/packages/flutter_localizations/lib/src/l10n/material_mr.arb index da182934c0ac..a6c18f7389a2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mr.arb @@ -9,8 +9,8 @@ "previousMonthTooltip": "मागील महिना", "nextPageTooltip": "पुढील पेज", "previousPageTooltip": "मागील पेज", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "पहिले पेज", + "lastPageTooltip": "शेवटचे पेज", "showMenuTooltip": "मेनू दाखवा", "aboutListTileTitle": "$applicationName बद्दल", "licensesPageTitle": "परवाने", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ms.arb b/packages/flutter_localizations/lib/src/l10n/material_ms.arb index a4a54cb88051..5df3452156f7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ms.arb @@ -9,8 +9,8 @@ "previousMonthTooltip": "Bulan sebelumnya", "nextPageTooltip": "Halaman seterusnya", "previousPageTooltip": "Halaman sebelumnya", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Halaman pertama", + "lastPageTooltip": "Halaman terakhir", "showMenuTooltip": "Tunjukkan menu", "aboutListTileTitle": "Perihal $applicationName", "licensesPageTitle": "Lesen", diff --git a/packages/flutter_localizations/lib/src/l10n/material_my.arb b/packages/flutter_localizations/lib/src/l10n/material_my.arb index 060b75e570aa..7be42c6a8c80 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_my.arb @@ -9,8 +9,8 @@ "previousMonthTooltip": "ယခင်လ", "nextPageTooltip": "နောက်စာမျက်နှာ", "previousPageTooltip": "ယခင်စာမျက်နှာ", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "ပထမ စာမျက်နှာ", + "lastPageTooltip": "နောက်ဆုံး စာမျက်နှာ", "showMenuTooltip": "မီနူး ပြရန်", "aboutListTileTitle": "$applicationName အကြောင်း", "licensesPageTitle": "လိုင်စင်များ", diff --git a/packages/flutter_localizations/lib/src/l10n/material_nb.arb b/packages/flutter_localizations/lib/src/l10n/material_nb.arb index f5d507fa5ee2..0562aa5dc503 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nb.arb @@ -10,8 +10,8 @@ "previousMonthTooltip": "Forrige måned", "nextPageTooltip": "Neste side", "previousPageTooltip": "Forrige side", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Første side", + "lastPageTooltip": "Siste side", "showMenuTooltip": "Vis meny", "aboutListTileTitle": "Om $applicationName", "licensesPageTitle": "Lisenser", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ne.arb b/packages/flutter_localizations/lib/src/l10n/material_ne.arb index 4a50dc0f6362..3807449aba93 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ne.arb @@ -9,8 +9,8 @@ "previousMonthTooltip": "अघिल्लो महिना", "nextPageTooltip": "अर्को पृष्ठ", "previousPageTooltip": "अघिल्लो पृष्ठ", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "प्रथम पेज", + "lastPageTooltip": "अन्तिम पेज", "showMenuTooltip": "मेनु देखाउनुहोस्", "aboutListTileTitle": "$applicationName बारे", "licensesPageTitle": "इजाजतपत्रहरू", @@ -67,7 +67,7 @@ "invalidDateFormatLabel": "अवैध ढाँचा।", "invalidDateRangeLabel": "अवैध दायरा।", "dateOutOfRangeLabel": "दायराभन्दा बाहिर", - "saveButtonLabel": "सुरक्षित गर्नुहोस्", + "saveButtonLabel": "सेभ गर्नुहोस्", "datePickerHelpText": "मिति चयन गर्नुहोस्", "dateRangePickerHelpText": "दायरा चयन गर्नुहोस्", "calendarModeButtonLabel": "पात्रो मोड प्रयोग गर्नुहोस्", diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index 663a7370fd02..5309bf1e86c4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -9,8 +9,8 @@ "previousMonthTooltip": "Vorige maand", "nextPageTooltip": "Volgende pagina", "previousPageTooltip": "Vorige pagina", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Eerste pagina", + "lastPageTooltip": "Laatste pagina", "showMenuTooltip": "Menu weergeven", "aboutListTileTitle": "Over $applicationName", "licensesPageTitle": "Licenties", diff --git a/packages/flutter_localizations/lib/src/l10n/material_no.arb b/packages/flutter_localizations/lib/src/l10n/material_no.arb index f5d507fa5ee2..0562aa5dc503 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_no.arb @@ -10,8 +10,8 @@ "previousMonthTooltip": "Forrige måned", "nextPageTooltip": "Neste side", "previousPageTooltip": "Forrige side", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Første side", + "lastPageTooltip": "Siste side", "showMenuTooltip": "Vis meny", "aboutListTileTitle": "Om $applicationName", "licensesPageTitle": "Lisenser", diff --git a/packages/flutter_localizations/lib/src/l10n/material_or.arb b/packages/flutter_localizations/lib/src/l10n/material_or.arb index cc97b53c3eae..44d703a9d970 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_or.arb @@ -9,8 +9,8 @@ "previousMonthTooltip": "ପୂର୍ବ ମାସ", "nextPageTooltip": "ପରବର୍ତ୍ତୀ ପେଜ୍", "previousPageTooltip": "ପୂର୍ବବର୍ତ୍ତୀ ପେଜ୍", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "ପ୍ରଥମ ପୃଷ୍ଠା", + "lastPageTooltip": "ଶେଷ ପୃଷ୍ଠା", "showMenuTooltip": "ମେନୁ ଦେଖାନ୍ତୁ", "aboutListTileTitle": "$applicationName ବିଷୟରେ", "licensesPageTitle": "ଲାଇସେନ୍ସଗୁଡ଼କ", diff --git a/packages/flutter_localizations/lib/src/l10n/material_pa.arb b/packages/flutter_localizations/lib/src/l10n/material_pa.arb index c3790b5ecab5..e6c9b2723c7e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pa.arb @@ -9,8 +9,8 @@ "previousMonthTooltip": "ਪਿਛਲਾ ਮਹੀਨਾ", "nextPageTooltip": "ਅਗਲਾ ਪੰਨਾ", "previousPageTooltip": "ਪਿਛਲਾ ਪੰਨਾ", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "ਪਹਿਲਾ ਪੰਨਾ", + "lastPageTooltip": "ਆਖਰੀ ਪੰਨਾ", "showMenuTooltip": "ਮੀਨੂ ਦਿਖਾਓ", "aboutListTileTitle": "$applicationName ਬਾਰੇ", "licensesPageTitle": "ਲਾਇਸੰਸ", diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index 35c017c68920..b998dca54202 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -15,8 +15,8 @@ "previousMonthTooltip": "Poprzedni miesiąc", "nextPageTooltip": "Następna strona", "previousPageTooltip": "Poprzednia strona", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Pierwsza strona", + "lastPageTooltip": "Ostatnia strona", "showMenuTooltip": "Pokaż menu", "aboutListTileTitle": "$applicationName – informacje", "licensesPageTitle": "Licencje", diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index 6e66a2543f80..c0de0eb5f994 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -14,8 +14,8 @@ "previousMonthTooltip": "Mês anterior", "nextPageTooltip": "Próxima página", "previousPageTooltip": "Página anterior", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Primeira página", + "lastPageTooltip": "Última página", "showMenuTooltip": "Mostrar menu", "aboutListTileTitle": "Sobre o app $applicationName", "licensesPageTitle": "Licenças", diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb index d9b21a9fdf29..05e295c83e58 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb @@ -43,8 +43,8 @@ "previousMonthTooltip": "Mês anterior", "nextPageTooltip": "Página seguinte", "previousPageTooltip": "Página anterior", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Primeira página", + "lastPageTooltip": "Última página", "showMenuTooltip": "Mostrar menu", "aboutListTileTitle": "Acerca de $applicationName", "licensesPageTitle": "Licenças", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/flutter_localizations/lib/src/l10n/material_ro.arb index 04827bd47888..45c90d0425c2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ro.arb @@ -12,8 +12,8 @@ "previousMonthTooltip": "Luna trecută", "nextPageTooltip": "Pagina următoare", "previousPageTooltip": "Pagina anterioară", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Prima pagină", + "lastPageTooltip": "Ultima pagină", "showMenuTooltip": "Afișați meniul", "aboutListTileTitle": "Despre $applicationName", "licensesPageTitle": "Licențe", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index 230759f370ac..97dc4fada100 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -15,8 +15,8 @@ "previousMonthTooltip": "Предыдущий месяц", "nextPageTooltip": "Следующая страница", "previousPageTooltip": "Предыдущая страница", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Первая страница", + "lastPageTooltip": "Последняя страница", "showMenuTooltip": "Показать меню", "pageRowsInfoTitle": "$firstRow–$lastRow из $rowCount", "pageRowsInfoTitleApproximate": "$firstRow–$lastRow из примерно $rowCount", diff --git a/packages/flutter_localizations/lib/src/l10n/material_si.arb b/packages/flutter_localizations/lib/src/l10n/material_si.arb index 0274314b99f5..0704fcdd6d59 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_si.arb @@ -9,8 +9,8 @@ "previousMonthTooltip": "පෙර මාසය", "nextPageTooltip": "ඊළඟ පිටුව", "previousPageTooltip": "පෙර පිටුව", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "පළමු පිටුව", + "lastPageTooltip": "අවසන් පිටුව", "showMenuTooltip": "මෙනුව පෙන්වන්න", "aboutListTileTitle": "$applicationName ගැන", "licensesPageTitle": "බලපත්‍ර", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sk.arb b/packages/flutter_localizations/lib/src/l10n/material_sk.arb index 60ce63aafb8f..e79a8cdcd52d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sk.arb @@ -15,8 +15,8 @@ "previousMonthTooltip": "Predošlý mesiac", "nextPageTooltip": "Ďalšia strana", "previousPageTooltip": "Predchádzajúca stránka", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Prvá strana", + "lastPageTooltip": "Posledná strana", "showMenuTooltip": "Zobraziť ponuku", "aboutListTileTitle": "$applicationName – informácie", "licensesPageTitle": "Licencie", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sl.arb b/packages/flutter_localizations/lib/src/l10n/material_sl.arb index 9c424b382e43..c00b0d679c5c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sl.arb @@ -15,8 +15,8 @@ "previousMonthTooltip": "Prejšnji mesec", "nextPageTooltip": "Naslednja stran", "previousPageTooltip": "Prejšnja stran", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Prva stran", + "lastPageTooltip": "Zadnja stran", "showMenuTooltip": "Prikaz menija", "aboutListTileTitle": "O aplikaciji $applicationName", "licensesPageTitle": "Licence", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sq.arb b/packages/flutter_localizations/lib/src/l10n/material_sq.arb index bb70242ce130..bc06165d795b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sq.arb @@ -9,8 +9,8 @@ "previousMonthTooltip": "Muaji i mëparshëm", "nextPageTooltip": "Faqja tjetër", "previousPageTooltip": "Faqja e mëparshme", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Faqja e parë", + "lastPageTooltip": "Faqja e fundit", "showMenuTooltip": "Shfaq menynë", "aboutListTileTitle": "Rreth $applicationName", "licensesPageTitle": "Licencat", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr.arb b/packages/flutter_localizations/lib/src/l10n/material_sr.arb index 8f3d0a77370e..02bf6257f3cd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr.arb @@ -12,8 +12,8 @@ "previousMonthTooltip": "Претходни месец", "nextPageTooltip": "Следећа страница", "previousPageTooltip": "Претходна страница", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Прва страница", + "lastPageTooltip": "Последња страница", "showMenuTooltip": "Прикажи мени", "aboutListTileTitle": "О апликацији $applicationName", "licensesPageTitle": "Лиценце", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb b/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb index 1aa690b50527..368f49bf48fd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb @@ -40,8 +40,8 @@ "previousMonthTooltip": "Prethodni mesec", "nextPageTooltip": "Sledeća stranica", "previousPageTooltip": "Prethodna stranica", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Prva stranica", + "lastPageTooltip": "Poslednja stranica", "showMenuTooltip": "Prikaži meni", "aboutListTileTitle": "O aplikaciji $applicationName", "licensesPageTitle": "Licence", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sv.arb b/packages/flutter_localizations/lib/src/l10n/material_sv.arb index 2206bb258b9b..8aada377e4c6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sv.arb @@ -9,8 +9,8 @@ "previousMonthTooltip": "Föregående månad", "nextPageTooltip": "Nästa sida", "previousPageTooltip": "Föregående sida", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Första sidan", + "lastPageTooltip": "Sista sidan", "showMenuTooltip": "Visa meny", "aboutListTileTitle": "Om $applicationName", "licensesPageTitle": "Licenser", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sw.arb b/packages/flutter_localizations/lib/src/l10n/material_sw.arb index 12a9cb54ed40..25f2c061b3a8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sw.arb @@ -9,8 +9,8 @@ "previousMonthTooltip": "Mwezi uliopita", "nextPageTooltip": "Ukurasa unaofuata", "previousPageTooltip": "Ukurasa uliotangulia", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Ukurasa wa kwanza", + "lastPageTooltip": "Ukurasa wa mwisho", "showMenuTooltip": "Onyesha menyu", "aboutListTileTitle": "Kuhusu $applicationName", "licensesPageTitle": "Leseni", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ta.arb b/packages/flutter_localizations/lib/src/l10n/material_ta.arb index 7f8371ca2793..3664ebb2c8e2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ta.arb @@ -7,8 +7,8 @@ "continueButtonLabel": "தொடர்க", "nextPageTooltip": "அடுத்த பக்கம்", "previousPageTooltip": "முந்தைய பக்கம்", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "முதல் பக்கத்திற்குச் செல்லும்", + "lastPageTooltip": "கடைசிப் பக்கத்திற்குச் செல்லும்", "searchFieldLabel": "தேடல்", "reorderItemToStart": "தொடக்கத்திற்கு நகர்த்தவும்", "reorderItemToEnd": "இறுதிக்கு நகர்த்தவும்", diff --git a/packages/flutter_localizations/lib/src/l10n/material_te.arb b/packages/flutter_localizations/lib/src/l10n/material_te.arb index a4ca6d653a90..27e1e32a2cfb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_te.arb @@ -9,8 +9,8 @@ "previousMonthTooltip": "మునుపటి నెల", "nextPageTooltip": "తర్వాత పేజీ", "previousPageTooltip": "మునుపటి పేజీ", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "మొదటి పేజీ", + "lastPageTooltip": "చివరి పేజీ", "showMenuTooltip": "మెనూను చూపు", "aboutListTileTitle": "$applicationName గురించి", "licensesPageTitle": "లైసెన్స్‌లు", diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/flutter_localizations/lib/src/l10n/material_th.arb index f2d63c7c02a1..0935be5fd10b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_th.arb @@ -9,8 +9,8 @@ "previousMonthTooltip": "เดือนที่แล้ว", "nextPageTooltip": "หน้าถัดไป", "previousPageTooltip": "หน้าก่อน", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "หน้าแรก", + "lastPageTooltip": "หน้าสุดท้าย", "showMenuTooltip": "แสดงเมนู", "aboutListTileTitle": "เกี่ยวกับ $applicationName", "licensesPageTitle": "ใบอนุญาต", diff --git a/packages/flutter_localizations/lib/src/l10n/material_tl.arb b/packages/flutter_localizations/lib/src/l10n/material_tl.arb index 80a7441df74a..feb5e4da7b6b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tl.arb @@ -9,8 +9,8 @@ "previousMonthTooltip": "Nakaraang buwan", "nextPageTooltip": "Susunod na page", "previousPageTooltip": "Nakaraang page", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Unang page", + "lastPageTooltip": "Huling page", "showMenuTooltip": "Ipakita ang menu", "aboutListTileTitle": "Tungkol sa $applicationName", "licensesPageTitle": "Mga Lisensya", diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index 56761b027e16..3489e08f4b52 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -9,8 +9,8 @@ "previousMonthTooltip": "Önceki ay", "nextPageTooltip": "Sonraki sayfa", "previousPageTooltip": "Önceki sayfa", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "İlk sayfa", + "lastPageTooltip": "Son sayfa", "showMenuTooltip": "Menüyü göster", "aboutListTileTitle": "$applicationName Hakkında", "licensesPageTitle": "Lisanslar", diff --git a/packages/flutter_localizations/lib/src/l10n/material_uk.arb b/packages/flutter_localizations/lib/src/l10n/material_uk.arb index 6196bddc2b83..00e0bd42bf17 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uk.arb @@ -15,8 +15,8 @@ "previousMonthTooltip": "Попередній місяць", "nextPageTooltip": "Наступна сторінка", "previousPageTooltip": "Попередня сторінка", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Перша сторінка", + "lastPageTooltip": "Остання сторінка", "showMenuTooltip": "Показати меню", "aboutListTileTitle": "Про додаток $applicationName", "licensesPageTitle": "Ліцензії", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index 0dee9333f54f..707d6b44bb25 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -10,8 +10,8 @@ "previousMonthTooltip": "پچھلا مہینہ", "nextPageTooltip": "اگلا صفحہ", "previousPageTooltip": "گزشتہ صفحہ", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "پہلا صفحہ", + "lastPageTooltip": "آخری صفحہ", "showMenuTooltip": "مینو دکھائیں", "aboutListTileTitle": "$applicationName کے بارے میں", "licensesPageTitle": "لائسنسز", diff --git a/packages/flutter_localizations/lib/src/l10n/material_uz.arb b/packages/flutter_localizations/lib/src/l10n/material_uz.arb index 67ea408d444a..20be58f7c978 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uz.arb @@ -9,8 +9,8 @@ "previousMonthTooltip": "Avvalgi oy", "nextPageTooltip": "Keyingi sahifa", "previousPageTooltip": "Avvalgi sahifa", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Birinchi sahifa", + "lastPageTooltip": "Oxirgi sahifa", "showMenuTooltip": "Menyuni koʻrsatish", "aboutListTileTitle": "$applicationName haqida", "licensesPageTitle": "Litsenziyalar", diff --git a/packages/flutter_localizations/lib/src/l10n/material_vi.arb b/packages/flutter_localizations/lib/src/l10n/material_vi.arb index 6c06890d5757..02b194168306 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_vi.arb @@ -9,8 +9,8 @@ "previousMonthTooltip": "Tháng trước", "nextPageTooltip": "Trang tiếp theo", "previousPageTooltip": "Trang trước", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Trang đầu", + "lastPageTooltip": "Trang cuối", "showMenuTooltip": "Hiển thị menu", "aboutListTileTitle": "Giới thiệu về $applicationName", "licensesPageTitle": "Giấy phép", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index 3c4791478359..528d7ff57d04 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -6,8 +6,8 @@ "backButtonTooltip": "返回", "nextPageTooltip": "下一页", "previousPageTooltip": "上一页", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "第一页", + "lastPageTooltip": "最后一页", "showMenuTooltip": "显示菜单", "aboutListTileTitle": "关于$applicationName", "licensesPageTitle": "许可", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb index 84dc60cb5190..94870ff02422 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb @@ -42,8 +42,8 @@ "previousMonthTooltip": "上個月", "nextPageTooltip": "下一頁", "previousPageTooltip": "上一頁", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "第一頁", + "lastPageTooltip": "最後一頁", "showMenuTooltip": "顯示選單", "aboutListTileTitle": "關於$applicationName", "licensesPageTitle": "授權", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb index cd44d2cf0855..44bda902db74 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb @@ -42,8 +42,8 @@ "previousMonthTooltip": "上個月", "nextPageTooltip": "下一頁", "previousPageTooltip": "上一頁", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "第一頁", + "lastPageTooltip": "最後一頁", "showMenuTooltip": "顯示選單", "aboutListTileTitle": "關於「$applicationName」", "licensesPageTitle": "授權", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zu.arb b/packages/flutter_localizations/lib/src/l10n/material_zu.arb index 3d89a0979775..ed0a5f33b2dc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zu.arb @@ -9,8 +9,8 @@ "previousMonthTooltip": "Inyanga edlule", "nextPageTooltip": "Ikhasi elilandelayo", "previousPageTooltip": "Ikhasi elidlule", - "firstPageTooltip": "First page", - "lastPageTooltip": "Last page", + "firstPageTooltip": "Ikhasi lokuqala", + "lastPageTooltip": "Ikhasi lokugcina", "showMenuTooltip": "Bonisa imenyu", "aboutListTileTitle": "Mayelana no-$applicationName", "licensesPageTitle": "Amalayisense", diff --git a/packages/flutter_localizations/test/material/translations_test.dart b/packages/flutter_localizations/test/material/translations_test.dart index 2781dd0a4d41..e6f4b2dfffa4 100644 --- a/packages/flutter_localizations/test/material/translations_test.dart +++ b/packages/flutter_localizations/test/material/translations_test.dart @@ -100,6 +100,21 @@ void main() { }); } + testWidgets('translations spot check', (WidgetTester tester) async { + Locale locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: null, countryCode: null); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations, isA()); + expect(localizations.firstPageTooltip, '第一页'); + expect(localizations.lastPageTooltip, '最后一页'); + + locale = const Locale.fromSubtags(languageCode: 'zu', scriptCode: null, countryCode: null); + localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + expect(localizations.firstPageTooltip, 'Ikhasi lokuqala'); + expect(localizations.lastPageTooltip, 'Ikhasi lokugcina'); + }); + testWidgets('spot check selectedRowCount translations', (WidgetTester tester) async { MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(const Locale('en')); expect(localizations.selectedRowCountTitle(0), 'No items selected'); From 2db062fee0673b554935febc41f2bead8cbe2eec Mon Sep 17 00:00:00 2001 From: Phil Quitslund Date: Wed, 21 Apr 2021 13:49:03 -0700 Subject: [PATCH 176/327] fix sort_directives violations (#80817) --- dev/tools/localization/bin/gen_localizations.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev/tools/localization/bin/gen_localizations.dart b/dev/tools/localization/bin/gen_localizations.dart index 2adc8f020661..75a23d82f5c3 100644 --- a/dev/tools/localization/bin/gen_localizations.dart +++ b/dev/tools/localization/bin/gen_localizations.dart @@ -42,14 +42,13 @@ import 'dart:io'; -import 'package:path/path.dart' as path; import 'package:meta/meta.dart'; +import 'package:path/path.dart' as path; import '../gen_cupertino_localizations.dart'; import '../gen_material_localizations.dart'; import '../localizations_utils.dart'; import '../localizations_validator.dart'; - import 'encode_kn_arb_files.dart'; /// This is the core of this script; it generates the code used for translations. From 946c0213cbae34b319d558ef9a9d5255edf34e51 Mon Sep 17 00:00:00 2001 From: Phil Quitslund Date: Thu, 22 Apr 2021 10:14:02 -0700 Subject: [PATCH 177/327] sort directives (#80901) --- .../test/cupertino/translations_test.dart | 3 +-- .../flutter_localizations/test/material/date_picker_test.dart | 3 +-- .../flutter_localizations/test/material/translations_test.dart | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/packages/flutter_localizations/test/cupertino/translations_test.dart b/packages/flutter_localizations/test/cupertino/translations_test.dart index fcf3b8175fac..b2004f60d539 100644 --- a/packages/flutter_localizations/test/cupertino/translations_test.dart +++ b/packages/flutter_localizations/test/cupertino/translations_test.dart @@ -5,11 +5,10 @@ import 'dart:convert'; import 'dart:io'; -import 'package:path/path.dart' as path; - import 'package:flutter/cupertino.dart'; import 'package:flutter_localizations/flutter_localizations.dart'; import 'package:flutter_test/flutter_test.dart'; +import 'package:path/path.dart' as path; import '../test_utils.dart'; diff --git a/packages/flutter_localizations/test/material/date_picker_test.dart b/packages/flutter_localizations/test/material/date_picker_test.dart index 605768f4e9ff..adfbdbbeae23 100644 --- a/packages/flutter_localizations/test/material/date_picker_test.dart +++ b/packages/flutter_localizations/test/material/date_picker_test.dart @@ -2,11 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -import 'package:intl/intl.dart' as intl; - import 'package:flutter/material.dart'; import 'package:flutter_localizations/flutter_localizations.dart'; import 'package:flutter_test/flutter_test.dart'; +import 'package:intl/intl.dart' as intl; void main() { late DateTime firstDate; diff --git a/packages/flutter_localizations/test/material/translations_test.dart b/packages/flutter_localizations/test/material/translations_test.dart index e6f4b2dfffa4..c31792e972bb 100644 --- a/packages/flutter_localizations/test/material/translations_test.dart +++ b/packages/flutter_localizations/test/material/translations_test.dart @@ -5,11 +5,10 @@ import 'dart:convert'; import 'dart:io'; -import 'package:path/path.dart' as path; - import 'package:flutter/material.dart'; import 'package:flutter_localizations/flutter_localizations.dart'; import 'package:flutter_test/flutter_test.dart'; +import 'package:path/path.dart' as path; import '../test_utils.dart'; From 2067d305102eec157cd6e664cbcfba58045c7946 Mon Sep 17 00:00:00 2001 From: Christopher Fujino Date: Fri, 23 Apr 2021 20:24:03 -0700 Subject: [PATCH 178/327] begin migrating //flutter/dev/tools to null-safety (#80834) --- dev/tools/localization/bin/encode_kn_arb_files.dart | 2 ++ dev/tools/localization/bin/gen_localizations.dart | 2 ++ dev/tools/localization/bin/gen_missing_localizations.dart | 2 ++ dev/tools/localization/gen_cupertino_localizations.dart | 2 ++ dev/tools/localization/gen_material_localizations.dart | 2 ++ dev/tools/localization/localizations_utils.dart | 2 ++ dev/tools/localization/localizations_validator.dart | 2 ++ 7 files changed, 14 insertions(+) diff --git a/dev/tools/localization/bin/encode_kn_arb_files.dart b/dev/tools/localization/bin/encode_kn_arb_files.dart index f974215c544c..d2cb20f52b38 100644 --- a/dev/tools/localization/bin/encode_kn_arb_files.dart +++ b/dev/tools/localization/bin/encode_kn_arb_files.dart @@ -13,6 +13,8 @@ // This utility is run by `gen_localizations.dart` if --overwrite is passed // in as an option. +// @dart = 2.8 + import 'dart:convert'; import 'dart:io'; diff --git a/dev/tools/localization/bin/gen_localizations.dart b/dev/tools/localization/bin/gen_localizations.dart index 75a23d82f5c3..975c2785173c 100644 --- a/dev/tools/localization/bin/gen_localizations.dart +++ b/dev/tools/localization/bin/gen_localizations.dart @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +// @dart = 2.8 + // This program generates a getMaterialTranslation() and a // getCupertinoTranslation() function that look up the translations provided by // the arb files. The returned value is a generated instance of a diff --git a/dev/tools/localization/bin/gen_missing_localizations.dart b/dev/tools/localization/bin/gen_missing_localizations.dart index d505e659f53b..c4ca16252be7 100644 --- a/dev/tools/localization/bin/gen_missing_localizations.dart +++ b/dev/tools/localization/bin/gen_missing_localizations.dart @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +// @dart = 2.8 + // This program updates the language locale arb files with any missing resource // entries that are included in the English arb files. This is useful when // adding new resources for localization. You can just add the appropriate diff --git a/dev/tools/localization/gen_cupertino_localizations.dart b/dev/tools/localization/gen_cupertino_localizations.dart index f93b012354e9..e1f4968ea476 100644 --- a/dev/tools/localization/gen_cupertino_localizations.dart +++ b/dev/tools/localization/gen_cupertino_localizations.dart @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +// @dart = 2.8 + import 'localizations_utils.dart'; String generateCupertinoHeader(String regenerateInstructions) { diff --git a/dev/tools/localization/gen_material_localizations.dart b/dev/tools/localization/gen_material_localizations.dart index 31170cc1b234..528cd8c8ae5c 100644 --- a/dev/tools/localization/gen_material_localizations.dart +++ b/dev/tools/localization/gen_material_localizations.dart @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +// @dart = 2.8 + import 'localizations_utils.dart'; String generateMaterialHeader(String regenerateInstructions) { diff --git a/dev/tools/localization/localizations_utils.dart b/dev/tools/localization/localizations_utils.dart index 63ea14e804e1..ae1e4451c9f5 100644 --- a/dev/tools/localization/localizations_utils.dart +++ b/dev/tools/localization/localizations_utils.dart @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +// @dart = 2.8 + import 'dart:convert'; import 'dart:io'; diff --git a/dev/tools/localization/localizations_validator.dart b/dev/tools/localization/localizations_validator.dart index ef0e78bfe59a..640320c839a5 100644 --- a/dev/tools/localization/localizations_validator.dart +++ b/dev/tools/localization/localizations_validator.dart @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +// @dart = 2.8 + import 'dart:convert' show json; import 'dart:io'; From f9f1b857b30ccdcb062f8bba1e7692991a822921 Mon Sep 17 00:00:00 2001 From: Alexandre Ardhuin Date: Thu, 27 May 2021 22:39:03 +0200 Subject: [PATCH 179/327] fix lint from an improved unnecessary_parenthesis (#83433) --- dev/tools/localization/bin/gen_localizations.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/tools/localization/bin/gen_localizations.dart b/dev/tools/localization/bin/gen_localizations.dart index 975c2785173c..faa4899b4aad 100644 --- a/dev/tools/localization/bin/gen_localizations.dart +++ b/dev/tools/localization/bin/gen_localizations.dart @@ -271,7 +271,7 @@ $factoryDeclaration if (languageToLocales[language].length == 1) { output.writeln(''' case '$language': - return $generatedClassPrefix${(languageToLocales[language][0]).camelCase()}($factoryArguments);'''); + return $generatedClassPrefix${languageToLocales[language][0].camelCase()}($factoryArguments);'''); } else if (!languageToScriptCodes.containsKey(language)) { // Does not distinguish between scripts. Switch on countryCode directly. output.writeln(''' case '$language': { From 5f47f481ca058cd431d994228d6be2bcd3986f36 Mon Sep 17 00:00:00 2001 From: Alexandre Ardhuin Date: Tue, 1 Jun 2021 20:14:06 +0200 Subject: [PATCH 180/327] enable lint prefer_interpolation_to_compose_strings (#83407) --- .../localization/bin/gen_localizations.dart | 16 ++++++++-------- dev/tools/localization/localizations_utils.dart | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/dev/tools/localization/bin/gen_localizations.dart b/dev/tools/localization/bin/gen_localizations.dart index faa4899b4aad..45db77e29be4 100644 --- a/dev/tools/localization/bin/gen_localizations.dart +++ b/dev/tools/localization/bin/gen_localizations.dart @@ -95,7 +95,7 @@ String generateArbBasedLocalizationSubclasses({ languageToScriptCodes[locale.languageCode].add(locale.scriptCode); } if (locale.countryCode != null && locale.scriptCode != null) { - final LocaleInfo key = LocaleInfo.fromString(locale.languageCode + '_' + locale.scriptCode); + final LocaleInfo key = LocaleInfo.fromString('${locale.languageCode}_${locale.scriptCode}'); languageAndScriptToCountryCodes[key] ??= {}; languageAndScriptToCountryCodes[key].add(locale.countryCode); } @@ -150,7 +150,7 @@ String generateArbBasedLocalizationSubclasses({ // Language has scriptCodes, so we need to properly fallback countries to corresponding // script default values before language default values. for (final String scriptCode in languageToScriptCodes[languageName]) { - final LocaleInfo scriptBaseLocale = LocaleInfo.fromString(languageName + '_' + scriptCode); + final LocaleInfo scriptBaseLocale = LocaleInfo.fromString('${languageName}_$scriptCode'); output.writeln(generateClassDeclaration( scriptBaseLocale, generatedClassPrefix, @@ -170,7 +170,7 @@ String generateArbBasedLocalizationSubclasses({ for (final LocaleInfo locale in localeCodes) { if (locale.originalString == languageName) continue; - if (locale.originalString == languageName + '_' + scriptCode) + if (locale.originalString == '${languageName}_$scriptCode') continue; if (locale.scriptCode != scriptCode) continue; @@ -217,12 +217,12 @@ String generateArbBasedLocalizationSubclasses({ } } - final String scriptCodeMessage = scriptCodeCount == 0 ? '' : ' and $scriptCodeCount script' + (scriptCodeCount == 1 ? '' : 's'); + final String scriptCodeMessage = scriptCodeCount == 0 ? '' : ' and $scriptCodeCount script${scriptCodeCount == 1 ? '' : 's'}'; if (countryCodeCount == 0) { if (scriptCodeCount == 0) supportedLocales.writeln('/// * `$languageName` - ${describeLocale(languageName)}'); else - supportedLocales.writeln('/// * `$languageName` - ${describeLocale(languageName)} (plus $scriptCodeCount script' + (scriptCodeCount == 1 ? '' : 's') + ')'); + supportedLocales.writeln('/// * `$languageName` - ${describeLocale(languageName)} (plus $scriptCodeCount script${scriptCodeCount == 1 ? '' : 's'})'); } else if (countryCodeCount == 1) { supportedLocales.writeln('/// * `$languageName` - ${describeLocale(languageName)} (plus one country variation$scriptCodeMessage)'); @@ -295,7 +295,7 @@ $factoryDeclaration case '$language': { switch (locale.scriptCode) {'''); for (final String scriptCode in languageToScriptCodes[language]) { - final LocaleInfo scriptLocale = LocaleInfo.fromString(language + '_' + scriptCode); + final LocaleInfo scriptLocale = LocaleInfo.fromString('${language}_$scriptCode'); output.writeln(''' case '$scriptCode': {'''); if (languageAndScriptToCountryCodes.containsKey(scriptLocale)) { @@ -458,7 +458,7 @@ String generateValue(String value, Map attributes, LocaleInfo l throw Exception( '"$value" is not one of the ICU short time patterns supported ' 'by the material library. Here is the list of supported ' - 'patterns:\n ' + _icuTimeOfDayToEnum.keys.join('\n ') + 'patterns:\n ${_icuTimeOfDayToEnum.keys.join('\n ')}' ); } return _icuTimeOfDayToEnum[value]; @@ -467,7 +467,7 @@ String generateValue(String value, Map attributes, LocaleInfo l throw Exception( '"$value" is not one of the scriptCategory values supported ' 'by the material library. Here is the list of supported ' - 'values:\n ' + _scriptCategoryToEnum.keys.join('\n ') + 'values:\n ${_scriptCategoryToEnum.keys.join('\n ')}' ); } return _scriptCategoryToEnum[value]; diff --git a/dev/tools/localization/localizations_utils.dart b/dev/tools/localization/localizations_utils.dart index ae1e4451c9f5..fbf9bbcb3379 100644 --- a/dev/tools/localization/localizations_utils.dart +++ b/dev/tools/localization/localizations_utils.dart @@ -96,9 +96,9 @@ class LocaleInfo implements Comparable { // Update the base string to reflect assumed scriptCodes. originalString = languageCode; if (scriptCode != null) - originalString += '_' + scriptCode; + originalString += '_$scriptCode'; if (countryCode != null) - originalString += '_' + countryCode; + originalString += '_$countryCode'; } return LocaleInfo( @@ -202,7 +202,7 @@ void loadMatchingArbsIntoBundleMaps({ // Add an assumed locale to default to when there is no info on scriptOnly locales. locale = LocaleInfo.fromString(localeString, deriveScriptCode: true); if (locale.scriptCode != null) { - final LocaleInfo scriptLocale = LocaleInfo.fromString(locale.languageCode + '_' + locale.scriptCode); + final LocaleInfo scriptLocale = LocaleInfo.fromString('${locale.languageCode}_${locale.scriptCode}'); if (!localeToResources.containsKey(scriptLocale)) { assumedLocales.add(scriptLocale); localeToResources[scriptLocale] ??= {}; From e8410e07e10f15322f5885ac36bd41c41826a831 Mon Sep 17 00:00:00 2001 From: "Ray Rischpater, KF6GPE" Date: Wed, 2 Jun 2021 14:33:49 -0700 Subject: [PATCH 181/327] l10n updates for June beta (#83826) Co-authored-by: Shi Hao Hong --- .../flutter_localizations/lib/src/l10n/cupertino_bs.arb | 6 +++--- .../flutter_localizations/lib/src/l10n/cupertino_da.arb | 2 +- .../lib/src/l10n/generated_cupertino_localizations.dart | 8 ++++---- .../lib/src/l10n/generated_material_localizations.dart | 6 +++--- .../flutter_localizations/lib/src/l10n/material_da.arb | 2 +- .../flutter_localizations/lib/src/l10n/material_hy.arb | 4 ++-- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb index c14648477372..1954ba63b5f5 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb @@ -2,7 +2,7 @@ "datePickerHourSemanticsLabelFew": "$hour sata", "datePickerMinuteSemanticsLabelFew": "$minute minute", "timerPickerHourLabelFew": "sata", - "timerPickerMinuteLabelFew": "min.", + "timerPickerMinuteLabelFew": "min", "timerPickerSecondLabelFew": "sec.", "datePickerHourSemanticsLabelOne": "$hour sat", "datePickerHourSemanticsLabelOther": "$hour sati", @@ -16,8 +16,8 @@ "alertDialogLabel": "Upozorenje", "timerPickerHourLabelOne": "sat", "timerPickerHourLabelOther": "sati", - "timerPickerMinuteLabelOne": "min.", - "timerPickerMinuteLabelOther": "min.", + "timerPickerMinuteLabelOne": "min", + "timerPickerMinuteLabelOther": "min", "timerPickerSecondLabelOne": "sec.", "timerPickerSecondLabelOther": "sec.", "cutButtonLabel": "Izreži", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb index 71a2651c1806..bc0eed5f6789 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb @@ -17,7 +17,7 @@ "timerPickerSecondLabelOther": "sek.", "cutButtonLabel": "Klip", "copyButtonLabel": "Kopiér", - "pasteButtonLabel": "Sæt ind", + "pasteButtonLabel": "Indsæt", "selectAllButtonLabel": "Vælg alle", "tabSemanticsLabel": "Fane $tabIndex af $tabCount", "modalBarrierDismissLabel": "Afvis", diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index a1b5504c4320..b2edf1783271 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -1394,16 +1394,16 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { String? get timerPickerHourLabelZero => null; @override - String? get timerPickerMinuteLabelFew => 'min.'; + String? get timerPickerMinuteLabelFew => 'min'; @override String? get timerPickerMinuteLabelMany => null; @override - String? get timerPickerMinuteLabelOne => 'min.'; + String? get timerPickerMinuteLabelOne => 'min'; @override - String get timerPickerMinuteLabelOther => 'min.'; + String get timerPickerMinuteLabelOther => 'min'; @override String? get timerPickerMinuteLabelTwo => null; @@ -1832,7 +1832,7 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { String get modalBarrierDismissLabel => 'Afvis'; @override - String get pasteButtonLabel => 'Sæt ind'; + String get pasteButtonLabel => 'Indsæt'; @override String get postMeridiemAbbreviation => 'PM'; diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index c2168c507ee7..b06b37e5555b 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -3632,7 +3632,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$firstRow-$lastRow af ca. $rowCount'; @override - String get pasteButtonLabel => 'Sæt ind'; + String get pasteButtonLabel => 'Indsæt'; @override String get popupMenuLabel => 'Pop op-menu'; @@ -12467,7 +12467,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get dialogLabel => 'Երկխոսության պատուհան'; @override - String get drawerLabel => 'Նավարկման ընտրացանկ'; + String get drawerLabel => 'Նավիգացիայի ընտրացանկ'; @override String get expandedIconTapHint => 'Ծալել'; @@ -12533,7 +12533,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get okButtonLabel => 'Եղավ'; @override - String get openAppDrawerTooltip => 'Բացել նավարկման ընտրացանկը'; + String get openAppDrawerTooltip => 'Բացել նավիգացիայի ընտրացանկը'; @override String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow $rowCount-ից'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_da.arb b/packages/flutter_localizations/lib/src/l10n/material_da.arb index 168960ec0ccd..e5d44eb17413 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_da.arb @@ -26,7 +26,7 @@ "copyButtonLabel": "Kopiér", "cutButtonLabel": "Klip", "okButtonLabel": "OK", - "pasteButtonLabel": "Sæt ind", + "pasteButtonLabel": "Indsæt", "selectAllButtonLabel": "Markér alt", "viewLicensesButtonLabel": "SE LICENSER", "anteMeridiemAbbreviation": "AM", diff --git a/packages/flutter_localizations/lib/src/l10n/material_hy.arb b/packages/flutter_localizations/lib/src/l10n/material_hy.arb index a7e611cecc4d..3bd5e9f622df 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hy.arb @@ -5,7 +5,7 @@ "timeOfDayFormat": "H:mm", "selectedRowCountTitleFew": "Ընտրված է $selectedRowCount օբյեկտ", "selectedRowCountTitleMany": "Ընտրված է $selectedRowCount օբյեկտ", - "openAppDrawerTooltip": "Բացել նավարկման ընտրացանկը", + "openAppDrawerTooltip": "Բացել նավիգացիայի ընտրացանկը", "backButtonTooltip": "Հետ", "closeButtonTooltip": "Փակել", "deleteButtonTooltip": "Ջնջել", @@ -42,7 +42,7 @@ "hideAccountsLabel": "Թաքցնել հաշիվները", "showAccountsLabel": "Ցույց տալ հաշիվները", "modalBarrierDismissLabel": "Փակել", - "drawerLabel": "Նավարկման ընտրացանկ", + "drawerLabel": "Նավիգացիայի ընտրացանկ", "popupMenuLabel": "Ելնող ընտրացանկ", "dialogLabel": "Երկխոսության պատուհան", "alertDialogLabel": "Ծանուցում", From f070cf29320abd94ba17c543b05bbaa22dcc54fd Mon Sep 17 00:00:00 2001 From: Alexandre Ardhuin Date: Wed, 9 Jun 2021 16:54:02 +0200 Subject: [PATCH 182/327] alignment of doc comments and annotations (#84256) --- .../lib/src/cupertino_localizations.dart | 90 ++++++++++++------- 1 file changed, 60 insertions(+), 30 deletions(-) diff --git a/packages/flutter_localizations/lib/src/cupertino_localizations.dart b/packages/flutter_localizations/lib/src/cupertino_localizations.dart index 212061e94f6d..d171ecd196d5 100644 --- a/packages/flutter_localizations/lib/src/cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/cupertino_localizations.dart @@ -127,17 +127,23 @@ abstract class GlobalCupertinoLocalizations implements CupertinoLocalizations { } /// Subclasses should provide the optional zero pluralization of [datePickerHourSemanticsLabel] based on the ARB file. - @protected String? get datePickerHourSemanticsLabelZero => null; + @protected + String? get datePickerHourSemanticsLabelZero => null; /// Subclasses should provide the optional one pluralization of [datePickerHourSemanticsLabel] based on the ARB file. - @protected String? get datePickerHourSemanticsLabelOne => null; + @protected + String? get datePickerHourSemanticsLabelOne => null; /// Subclasses should provide the optional two pluralization of [datePickerHourSemanticsLabel] based on the ARB file. - @protected String? get datePickerHourSemanticsLabelTwo => null; + @protected + String? get datePickerHourSemanticsLabelTwo => null; /// Subclasses should provide the optional few pluralization of [datePickerHourSemanticsLabel] based on the ARB file. - @protected String? get datePickerHourSemanticsLabelFew => null; + @protected + String? get datePickerHourSemanticsLabelFew => null; /// Subclasses should provide the optional many pluralization of [datePickerHourSemanticsLabel] based on the ARB file. - @protected String? get datePickerHourSemanticsLabelMany => null; + @protected + String? get datePickerHourSemanticsLabelMany => null; /// Subclasses should provide the required other pluralization of [datePickerHourSemanticsLabel] based on the ARB file. - @protected String? get datePickerHourSemanticsLabelOther; + @protected + String? get datePickerHourSemanticsLabelOther; @override String? datePickerHourSemanticsLabel(int hour) { @@ -154,17 +160,23 @@ abstract class GlobalCupertinoLocalizations implements CupertinoLocalizations { } /// Subclasses should provide the optional zero pluralization of [datePickerMinuteSemanticsLabel] based on the ARB file. - @protected String? get datePickerMinuteSemanticsLabelZero => null; + @protected + String? get datePickerMinuteSemanticsLabelZero => null; /// Subclasses should provide the optional one pluralization of [datePickerMinuteSemanticsLabel] based on the ARB file. - @protected String? get datePickerMinuteSemanticsLabelOne => null; + @protected + String? get datePickerMinuteSemanticsLabelOne => null; /// Subclasses should provide the optional two pluralization of [datePickerMinuteSemanticsLabel] based on the ARB file. - @protected String? get datePickerMinuteSemanticsLabelTwo => null; + @protected + String? get datePickerMinuteSemanticsLabelTwo => null; /// Subclasses should provide the optional few pluralization of [datePickerMinuteSemanticsLabel] based on the ARB file. - @protected String? get datePickerMinuteSemanticsLabelFew => null; + @protected + String? get datePickerMinuteSemanticsLabelFew => null; /// Subclasses should provide the optional many pluralization of [datePickerMinuteSemanticsLabel] based on the ARB file. - @protected String? get datePickerMinuteSemanticsLabelMany => null; + @protected + String? get datePickerMinuteSemanticsLabelMany => null; /// Subclasses should provide the required other pluralization of [datePickerMinuteSemanticsLabel] based on the ARB file. - @protected String? get datePickerMinuteSemanticsLabelOther; + @protected + String? get datePickerMinuteSemanticsLabelOther; @override String? datePickerMinuteSemanticsLabel(int minute) { @@ -279,17 +291,23 @@ abstract class GlobalCupertinoLocalizations implements CupertinoLocalizations { } /// Subclasses should provide the optional zero pluralization of [timerPickerHourLabel] based on the ARB file. - @protected String? get timerPickerHourLabelZero => null; + @protected + String? get timerPickerHourLabelZero => null; /// Subclasses should provide the optional one pluralization of [timerPickerHourLabel] based on the ARB file. - @protected String? get timerPickerHourLabelOne => null; + @protected + String? get timerPickerHourLabelOne => null; /// Subclasses should provide the optional two pluralization of [timerPickerHourLabel] based on the ARB file. - @protected String? get timerPickerHourLabelTwo => null; + @protected + String? get timerPickerHourLabelTwo => null; /// Subclasses should provide the optional few pluralization of [timerPickerHourLabel] based on the ARB file. - @protected String? get timerPickerHourLabelFew => null; + @protected + String? get timerPickerHourLabelFew => null; /// Subclasses should provide the optional many pluralization of [timerPickerHourLabel] based on the ARB file. - @protected String? get timerPickerHourLabelMany => null; + @protected + String? get timerPickerHourLabelMany => null; /// Subclasses should provide the required other pluralization of [timerPickerHourLabel] based on the ARB file. - @protected String? get timerPickerHourLabelOther; + @protected + String? get timerPickerHourLabelOther; @override String? timerPickerHourLabel(int hour) { @@ -316,17 +334,23 @@ abstract class GlobalCupertinoLocalizations implements CupertinoLocalizations { ]; /// Subclasses should provide the optional zero pluralization of [timerPickerMinuteLabel] based on the ARB file. - @protected String? get timerPickerMinuteLabelZero => null; + @protected + String? get timerPickerMinuteLabelZero => null; /// Subclasses should provide the optional one pluralization of [timerPickerMinuteLabel] based on the ARB file. - @protected String? get timerPickerMinuteLabelOne => null; + @protected + String? get timerPickerMinuteLabelOne => null; /// Subclasses should provide the optional two pluralization of [timerPickerMinuteLabel] based on the ARB file. - @protected String? get timerPickerMinuteLabelTwo => null; + @protected + String? get timerPickerMinuteLabelTwo => null; /// Subclasses should provide the optional few pluralization of [timerPickerMinuteLabel] based on the ARB file. - @protected String? get timerPickerMinuteLabelFew => null; + @protected + String? get timerPickerMinuteLabelFew => null; /// Subclasses should provide the optional many pluralization of [timerPickerMinuteLabel] based on the ARB file. - @protected String? get timerPickerMinuteLabelMany => null; + @protected + String? get timerPickerMinuteLabelMany => null; /// Subclasses should provide the required other pluralization of [timerPickerMinuteLabel] based on the ARB file. - @protected String? get timerPickerMinuteLabelOther; + @protected + String? get timerPickerMinuteLabelOther; @override String? timerPickerMinuteLabel(int minute) { @@ -353,17 +377,23 @@ abstract class GlobalCupertinoLocalizations implements CupertinoLocalizations { ]; /// Subclasses should provide the optional zero pluralization of [timerPickerSecondLabel] based on the ARB file. - @protected String? get timerPickerSecondLabelZero => null; + @protected + String? get timerPickerSecondLabelZero => null; /// Subclasses should provide the optional one pluralization of [timerPickerSecondLabel] based on the ARB file. - @protected String? get timerPickerSecondLabelOne => null; + @protected + String? get timerPickerSecondLabelOne => null; /// Subclasses should provide the optional two pluralization of [timerPickerSecondLabel] based on the ARB file. - @protected String? get timerPickerSecondLabelTwo => null; + @protected + String? get timerPickerSecondLabelTwo => null; /// Subclasses should provide the optional few pluralization of [timerPickerSecondLabel] based on the ARB file. - @protected String? get timerPickerSecondLabelFew => null; + @protected + String? get timerPickerSecondLabelFew => null; /// Subclasses should provide the optional many pluralization of [timerPickerSecondLabel] based on the ARB file. - @protected String? get timerPickerSecondLabelMany => null; + @protected + String? get timerPickerSecondLabelMany => null; /// Subclasses should provide the required other pluralization of [timerPickerSecondLabel] based on the ARB file. - @protected String? get timerPickerSecondLabelOther; + @protected + String? get timerPickerSecondLabelOther; @override String? timerPickerSecondLabel(int second) { From 2c6c55bd869861b9ad0625b080a8d0e3c2793751 Mon Sep 17 00:00:00 2001 From: Abhishek Ghaskata Date: Mon, 14 Jun 2021 23:53:09 +0530 Subject: [PATCH 183/327] migrate localization to null safety (#84064) migrate localization to null safety --- .../localization/bin/encode_kn_arb_files.dart | 2 - .../bin/gen_missing_localizations.dart | 8 ++- .../gen_cupertino_localizations.dart | 2 - .../gen_material_localizations.dart | 2 - .../localization/localizations_utils.dart | 52 +++++++++---------- .../localization/localizations_validator.dart | 18 +++---- 6 files changed, 36 insertions(+), 48 deletions(-) diff --git a/dev/tools/localization/bin/encode_kn_arb_files.dart b/dev/tools/localization/bin/encode_kn_arb_files.dart index d2cb20f52b38..f974215c544c 100644 --- a/dev/tools/localization/bin/encode_kn_arb_files.dart +++ b/dev/tools/localization/bin/encode_kn_arb_files.dart @@ -13,8 +13,6 @@ // This utility is run by `gen_localizations.dart` if --overwrite is passed // in as an option. -// @dart = 2.8 - import 'dart:convert'; import 'dart:io'; diff --git a/dev/tools/localization/bin/gen_missing_localizations.dart b/dev/tools/localization/bin/gen_missing_localizations.dart index c4ca16252be7..671504224eaa 100644 --- a/dev/tools/localization/bin/gen_missing_localizations.dart +++ b/dev/tools/localization/bin/gen_missing_localizations.dart @@ -2,8 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -// @dart = 2.8 - // This program updates the language locale arb files with any missing resource // entries that are included in the English arb files. This is useful when // adding new resources for localization. You can just add the appropriate @@ -68,10 +66,10 @@ bool intentionallyOmitted(String key, Map bundle) { /// Whether `key` corresponds to one of the plural variations of a key with /// the same prefix and suffix "Other". bool isPluralVariation(String key, Map bundle) { - final Match pluralMatch = kPluralRegexp.firstMatch(key); + final Match? pluralMatch = kPluralRegexp.firstMatch(key); if (pluralMatch == null) return false; - final String prefix = pluralMatch[1]; + final String prefix = pluralMatch[1]!; return bundle.containsKey('${prefix}Other'); } @@ -85,7 +83,7 @@ void updateMissingResources(String localizationPath, String groupPrefix) { for (final FileSystemEntity entity in localizationDir.listSync().toList()..sort(sortFilesByPath)) { final String entityPath = entity.path; if (FileSystemEntity.isFileSync(entityPath) && filenamePattern.hasMatch(entityPath)) { - final String localeString = filenamePattern.firstMatch(entityPath)[1]; + final String localeString = filenamePattern.firstMatch(entityPath)![1]!; final LocaleInfo locale = LocaleInfo.fromString(localeString); // Only look at top-level language locales diff --git a/dev/tools/localization/gen_cupertino_localizations.dart b/dev/tools/localization/gen_cupertino_localizations.dart index e1f4968ea476..f93b012354e9 100644 --- a/dev/tools/localization/gen_cupertino_localizations.dart +++ b/dev/tools/localization/gen_cupertino_localizations.dart @@ -2,8 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -// @dart = 2.8 - import 'localizations_utils.dart'; String generateCupertinoHeader(String regenerateInstructions) { diff --git a/dev/tools/localization/gen_material_localizations.dart b/dev/tools/localization/gen_material_localizations.dart index 528cd8c8ae5c..31170cc1b234 100644 --- a/dev/tools/localization/gen_material_localizations.dart +++ b/dev/tools/localization/gen_material_localizations.dart @@ -2,8 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -// @dart = 2.8 - import 'localizations_utils.dart'; String generateMaterialHeader(String regenerateInstructions) { diff --git a/dev/tools/localization/localizations_utils.dart b/dev/tools/localization/localizations_utils.dart index fbf9bbcb3379..12097498c910 100644 --- a/dev/tools/localization/localizations_utils.dart +++ b/dev/tools/localization/localizations_utils.dart @@ -2,8 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -// @dart = 2.8 - import 'dart:convert'; import 'dart:io'; @@ -23,11 +21,11 @@ int sortFilesByPath (FileSystemEntity a, FileSystemEntity b) { @immutable class LocaleInfo implements Comparable { const LocaleInfo({ - this.languageCode, + required this.languageCode, this.scriptCode, this.countryCode, - this.length, - this.originalString, + required this.length, + required this.originalString, }); /// Simple parser. Expects the locale string to be in the form of 'language_script_COUNTRY' @@ -42,8 +40,8 @@ class LocaleInfo implements Comparable { final List codes = locale.split('_'); // [language, script, country] assert(codes.isNotEmpty && codes.length < 4); final String languageCode = codes[0]; - String scriptCode; - String countryCode; + String? scriptCode; + String? countryCode; int length = codes.length; String originalString = locale; if (codes.length == 2) { @@ -111,8 +109,8 @@ class LocaleInfo implements Comparable { } final String languageCode; - final String scriptCode; - final String countryCode; + final String? scriptCode; + final String? countryCode; final int length; // The number of fields. Ranges from 1-3. final String originalString; // Original un-parsed locale string. @@ -148,10 +146,10 @@ class LocaleInfo implements Comparable { /// Parse the data for a locale from a file, and store it in the [attributes] /// and [resources] keys. void loadMatchingArbsIntoBundleMaps({ - @required Directory directory, - @required RegExp filenamePattern, - @required Map> localeToResources, - @required Map> localeToResourceAttributes, + required Directory directory, + required RegExp filenamePattern, + required Map> localeToResources, + required Map> localeToResourceAttributes, }) { assert(directory != null); assert(filenamePattern != null); @@ -169,13 +167,13 @@ void loadMatchingArbsIntoBundleMaps({ for (final FileSystemEntity entity in directory.listSync().toList()..sort(sortFilesByPath)) { final String entityPath = entity.path; if (FileSystemEntity.isFileSync(entityPath) && filenamePattern.hasMatch(entityPath)) { - final String localeString = filenamePattern.firstMatch(entityPath)[1]; + final String localeString = filenamePattern.firstMatch(entityPath)![1]!; final File arbFile = File(entityPath); // Helper method to fill the maps with the correct data from file. void populateResources(LocaleInfo locale, File file) { - final Map resources = localeToResources[locale]; - final Map attributes = localeToResourceAttributes[locale]; + final Map resources = localeToResources[locale]!; + final Map attributes = localeToResourceAttributes[locale]!; final Map bundle = json.decode(file.readAsStringSync()) as Map; for (final String key in bundle.keys) { // The ARB file resource "attributes" for foo are called @foo. @@ -258,9 +256,9 @@ GeneratorOptions parseArgs(List rawArgs) { class GeneratorOptions { GeneratorOptions({ - @required this.writeToFile, - @required this.materialOnly, - @required this.cupertinoOnly, + required this.writeToFile, + required this.materialOnly, + required this.cupertinoOnly, }); final bool writeToFile; @@ -271,7 +269,7 @@ class GeneratorOptions { // See also //master/tools/gen_locale.dart in the engine repo. Map> _parseSection(String section) { final Map> result = >{}; - List lastHeading; + late List lastHeading; for (final String line in section.split('\n')) { if (line == '') continue; @@ -285,7 +283,7 @@ Map> _parseSection(String section) { final String name = line.substring(0, colon); final String value = line.substring(colon + 2); lastHeading = result.putIfAbsent(name, () => []); - result[name].add(value); + result[name]!.add(value); } return result; } @@ -304,11 +302,11 @@ void precacheLanguageAndRegionTags() { languageSubtagRegistry.split('%%').skip(1).map>>(_parseSection).toList(); for (final Map> section in sections) { assert(section.containsKey('Type'), section.toString()); - final String type = section['Type'].single; + final String type = section['Type']!.single; if (type == 'language' || type == 'region' || type == 'script') { assert(section.containsKey('Subtag') && section.containsKey('Description'), section.toString()); - final String subtag = section['Subtag'].single; - String description = section['Description'].join(' '); + final String subtag = section['Subtag']!.single; + String description = section['Description']!.join(' '); if (description.startsWith('United ')) description = 'the $description'; if (description.contains(kParentheticalPrefix)) @@ -336,10 +334,10 @@ String describeLocale(String tag) { final List subtags = tag.split('_'); assert(subtags.isNotEmpty); assert(_languages.containsKey(subtags[0])); - final String language = _languages[subtags[0]]; + final String language = _languages[subtags[0]]!; String output = language; - String region; - String script; + String? region; + String? script; if (subtags.length == 2) { region = _regions[subtags[1]]; script = _scripts[subtags[1]]; diff --git a/dev/tools/localization/localizations_validator.dart b/dev/tools/localization/localizations_validator.dart index 640320c839a5..4714516730e2 100644 --- a/dev/tools/localization/localizations_validator.dart +++ b/dev/tools/localization/localizations_validator.dart @@ -2,8 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -// @dart = 2.8 - import 'dart:convert' show json; import 'dart:io'; @@ -62,7 +60,7 @@ void validateEnglishLocalizations(File file) { continue; final dynamic atResourceValue = bundle[atResourceId]; - final Map atResource = + final Map? atResource = atResourceValue is Map ? atResourceValue : null; if (atResource == null) { errorMessages.writeln('A map value was not specified for $atResourceId'); @@ -103,12 +101,12 @@ void validateLocalizations( Map> localeToResources, Map> localeToAttributes, ) { - final Map canonicalLocalizations = localeToResources[LocaleInfo.fromString('en')]; + final Map canonicalLocalizations = localeToResources[LocaleInfo.fromString('en')]!; final Set canonicalKeys = Set.from(canonicalLocalizations.keys); final StringBuffer errorMessages = StringBuffer(); bool explainMissingKeys = false; for (final LocaleInfo locale in localeToResources.keys) { - final Map resources = localeToResources[locale]; + final Map resources = localeToResources[locale]!; // Whether `key` corresponds to one of the plural variations of a key with // the same prefix and suffix "Other". @@ -116,10 +114,10 @@ void validateLocalizations( // Many languages require only a subset of these variations, so we do not // require them so long as the "Other" variation exists. bool isPluralVariation(String key) { - final Match pluralMatch = kPluralRegexp.firstMatch(key); + final Match? pluralMatch = kPluralRegexp.firstMatch(key); if (pluralMatch == null) return false; - final String prefix = pluralMatch[1]; + final String? prefix = pluralMatch[1]; return resources.containsKey('${prefix}Other'); } @@ -135,10 +133,10 @@ void validateLocalizations( // For language-level locales only, check that they have a complete list of // keys, or opted out of using certain ones. if (locale.length == 1) { - final Map attributes = localeToAttributes[locale]; - final List missingKeys = []; + final Map? attributes = localeToAttributes[locale]; + final List missingKeys = []; for (final String missingKey in canonicalKeys.difference(keys)) { - final dynamic attribute = attributes[missingKey]; + final dynamic attribute = attributes?[missingKey]; final bool intentionallyOmitted = attribute is Map && attribute.containsKey('notUsed'); if (!intentionallyOmitted && !isPluralVariation(missingKey)) missingKeys.add(missingKey); From 53fd415b52f153638f5e271e6078a00da4b9ce9b Mon Sep 17 00:00:00 2001 From: Greg Spencer Date: Mon, 14 Jun 2021 14:16:57 -0700 Subject: [PATCH 184/327] Turn on avoid_dynamic_calls lint, except packages/flutter tests, make appropriate changes. (#84476) This adds avoid_dynamic_calls to the list of lints, and fixes all instances where it was violated. Importantly, this lint is NOT turned on for flutter/packages/test, because those changes are happening in another PR: #84478 --- .../test/material/time_picker_test.dart | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/flutter_localizations/test/material/time_picker_test.dart b/packages/flutter_localizations/test/material/time_picker_test.dart index 1033efd2494c..ca34c32b3680 100644 --- a/packages/flutter_localizations/test/material/time_picker_test.dart +++ b/packages/flutter_localizations/test/material/time_picker_test.dart @@ -345,14 +345,18 @@ void main() { final CustomPaint dialPaint = tester.widget(find.byKey(const ValueKey('time-picker-dial'))); final dynamic dialPainter = dialPaint.painter; + // ignore: avoid_dynamic_calls final List primaryLabels = dialPainter.primaryLabels as List; expect( + // ignore: avoid_dynamic_calls primaryLabels.map((dynamic tp) => ((tp.painter as TextPainter).text! as TextSpan).text!), labels12To11, ); + // ignore: avoid_dynamic_calls final List secondaryLabels = dialPainter.secondaryLabels as List; expect( + // ignore: avoid_dynamic_calls secondaryLabels.map((dynamic tp) => ((tp.painter as TextPainter).text! as TextSpan).text!), labels12To11, ); @@ -363,14 +367,18 @@ void main() { final CustomPaint dialPaint = tester.widget(find.byKey(const ValueKey('time-picker-dial'))); final dynamic dialPainter = dialPaint.painter; + // ignore: avoid_dynamic_calls final List primaryLabels = dialPainter.primaryLabels as List; expect( + // ignore: avoid_dynamic_calls primaryLabels.map((dynamic tp) => ((tp.painter as TextPainter).text! as TextSpan).text!), labels00To22TwoDigit, ); + // ignore: avoid_dynamic_calls final List secondaryLabels = dialPainter.secondaryLabels as List; expect( + // ignore: avoid_dynamic_calls secondaryLabels.map((dynamic tp) => ((tp.painter as TextPainter).text! as TextSpan).text!), labels00To22TwoDigit, ); From 0985ac572876334137496d783ed5a27c0ba8b428 Mon Sep 17 00:00:00 2001 From: greymag Date: Wed, 16 Jun 2021 23:39:05 +0300 Subject: [PATCH 185/327] Remove stripping scriptCodes for localization. (#83903) --- .../test/material/date_time_test.dart | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages/flutter_localizations/test/material/date_time_test.dart b/packages/flutter_localizations/test/material/date_time_test.dart index 7022a7a4ad3c..39f56f4e3851 100644 --- a/packages/flutter_localizations/test/material/date_time_test.dart +++ b/packages/flutter_localizations/test/material/date_time_test.dart @@ -158,6 +158,23 @@ void main() { expect(formatted[DateType.full], 'Mittwoch, 1. August 2018'); expect(formatted[DateType.monthYear], 'August 2018'); }); + + testWidgets('formats dates in Serbian', (WidgetTester tester) async { + final Map formatted = await formatDate(tester, const Locale('sr'), DateTime(2018, 8, 1)); + expect(formatted[DateType.year], '2018.'); + expect(formatted[DateType.medium], 'сре 1. авг'); + expect(formatted[DateType.full], 'среда, 1. август 2018.'); + expect(formatted[DateType.monthYear], 'август 2018.'); + }); + + testWidgets('formats dates in Serbian (Latin)', (WidgetTester tester) async { + final Map formatted = await formatDate(tester, + const Locale.fromSubtags(languageCode:'sr', scriptCode: 'Latn'), DateTime(2018, 8, 1)); + expect(formatted[DateType.year], '2018.'); + expect(formatted[DateType.medium], 'sre 1. avg'); + expect(formatted[DateType.full], 'sreda, 1. avgust 2018.'); + expect(formatted[DateType.monthYear], 'avgust 2018.'); + }); }); }); From 78af2426900b1911b4bdc82a8c4753226591c78a Mon Sep 17 00:00:00 2001 From: Dan Field Date: Sat, 26 Jun 2021 17:36:04 -0700 Subject: [PATCH 186/327] Audit hashCode overrides outside of packages/flutter (#85370) --- dev/tools/localization/localizations_utils.dart | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev/tools/localization/localizations_utils.dart b/dev/tools/localization/localizations_utils.dart index 12097498c910..e3373dce2cf0 100644 --- a/dev/tools/localization/localizations_utils.dart +++ b/dev/tools/localization/localizations_utils.dart @@ -128,9 +128,7 @@ class LocaleInfo implements Comparable { } @override - int get hashCode { - return originalString.hashCode; - } + int get hashCode => originalString.hashCode; @override String toString() { From 8a77bbfa230d1b8a1979640e13c4fe62328ebd64 Mon Sep 17 00:00:00 2001 From: Ren You Date: Mon, 28 Jun 2021 09:55:31 -0700 Subject: [PATCH 187/327] Revert "Audit hashCode overrides outside of packages/flutter (#85370)" (#85451) This reverts commit 78af2426900b1911b4bdc82a8c4753226591c78a. --- dev/tools/localization/localizations_utils.dart | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev/tools/localization/localizations_utils.dart b/dev/tools/localization/localizations_utils.dart index e3373dce2cf0..12097498c910 100644 --- a/dev/tools/localization/localizations_utils.dart +++ b/dev/tools/localization/localizations_utils.dart @@ -128,7 +128,9 @@ class LocaleInfo implements Comparable { } @override - int get hashCode => originalString.hashCode; + int get hashCode { + return originalString.hashCode; + } @override String toString() { From 979f1b3cd9b9f1acdf44d7f52bac5ebd2cedfa5f Mon Sep 17 00:00:00 2001 From: Dan Field Date: Wed, 30 Jun 2021 09:46:54 -0700 Subject: [PATCH 188/327] Revert "Revert "Audit hashCode overrides outside of packages/flutter (#85370)" (#85451)" (#85567) This reverts commit 8a77bbfa230d1b8a1979640e13c4fe62328ebd64. --- dev/tools/localization/localizations_utils.dart | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev/tools/localization/localizations_utils.dart b/dev/tools/localization/localizations_utils.dart index 12097498c910..e3373dce2cf0 100644 --- a/dev/tools/localization/localizations_utils.dart +++ b/dev/tools/localization/localizations_utils.dart @@ -128,9 +128,7 @@ class LocaleInfo implements Comparable { } @override - int get hashCode { - return originalString.hashCode; - } + int get hashCode => originalString.hashCode; @override String toString() { From 1c1f2b24e6b8738f75d75058726ecb12c1560a73 Mon Sep 17 00:00:00 2001 From: Christopher Fujino Date: Thu, 8 Jul 2021 15:06:04 -0700 Subject: [PATCH 189/327] Migrate gen_localizations to null-safety (#86051) --- .../localization/bin/gen_localizations.dart | 105 +++++++++--------- .../localization/localizations_validator.dart | 4 +- 2 files changed, 53 insertions(+), 56 deletions(-) diff --git a/dev/tools/localization/bin/gen_localizations.dart b/dev/tools/localization/bin/gen_localizations.dart index 45db77e29be4..ff3624ec9569 100644 --- a/dev/tools/localization/bin/gen_localizations.dart +++ b/dev/tools/localization/bin/gen_localizations.dart @@ -2,8 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -// @dart = 2.8 - // This program generates a getMaterialTranslation() and a // getCupertinoTranslation() function that look up the translations provided by // the arb files. The returned value is a generated instance of a @@ -44,7 +42,6 @@ import 'dart:io'; -import 'package:meta/meta.dart'; import 'package:path/path.dart' as path; import '../gen_cupertino_localizations.dart'; @@ -55,17 +52,17 @@ import 'encode_kn_arb_files.dart'; /// This is the core of this script; it generates the code used for translations. String generateArbBasedLocalizationSubclasses({ - @required Map> localeToResources, - @required Map> localeToResourceAttributes, - @required String generatedClassPrefix, - @required String baseClass, - @required HeaderGenerator generateHeader, - @required ConstructorGenerator generateConstructor, - @required String factoryName, - @required String factoryDeclaration, - @required String factoryArguments, - @required String supportedLanguagesConstant, - @required String supportedLanguagesDocMacro, + required Map> localeToResources, + required Map> localeToResourceAttributes, + required String generatedClassPrefix, + required String baseClass, + required HeaderGenerator generateHeader, + required ConstructorGenerator generateConstructor, + required String factoryName, + required String factoryDeclaration, + required String factoryArguments, + required String supportedLanguagesConstant, + required String supportedLanguagesDocMacro, }) { assert(localeToResources != null); assert(localeToResourceAttributes != null); @@ -92,16 +89,16 @@ String generateArbBasedLocalizationSubclasses({ for (final LocaleInfo locale in localeToResources.keys.toList()..sort()) { if (locale.scriptCode != null) { languageToScriptCodes[locale.languageCode] ??= {}; - languageToScriptCodes[locale.languageCode].add(locale.scriptCode); + languageToScriptCodes[locale.languageCode]!.add(locale.scriptCode!); } if (locale.countryCode != null && locale.scriptCode != null) { final LocaleInfo key = LocaleInfo.fromString('${locale.languageCode}_${locale.scriptCode}'); languageAndScriptToCountryCodes[key] ??= {}; - languageAndScriptToCountryCodes[key].add(locale.countryCode); + languageAndScriptToCountryCodes[key]!.add(locale.countryCode!); } languageToLocales[locale.languageCode] ??= []; - languageToLocales[locale.languageCode].add(locale); - allResourceIdentifiers.addAll(localeToResources[locale].keys.toList()..sort()); + languageToLocales[locale.languageCode]!.add(locale); + allResourceIdentifiers.addAll(localeToResources[locale]!.keys.toList()..sort()); } // We generate one class per supported language (e.g. @@ -137,19 +134,19 @@ String generateArbBasedLocalizationSubclasses({ output.writeln(generateClassDeclaration(languageLocale, generatedClassPrefix, baseClass)); output.writeln(generateConstructor(languageLocale)); - final Map languageResources = localeToResources[languageLocale]; + final Map languageResources = localeToResources[languageLocale]!; for (final String key in allKeys) { - final Map attributes = localeToResourceAttributes[canonicalLocale][key] as Map; + final Map? attributes = localeToResourceAttributes[canonicalLocale]![key] as Map?; output.writeln(generateGetter(key, languageResources[key], attributes, languageLocale)); } output.writeln('}'); int countryCodeCount = 0; int scriptCodeCount = 0; if (languageToScriptCodes.containsKey(languageName)) { - scriptCodeCount = languageToScriptCodes[languageName].length; + scriptCodeCount = languageToScriptCodes[languageName]!.length; // Language has scriptCodes, so we need to properly fallback countries to corresponding // script default values before language default values. - for (final String scriptCode in languageToScriptCodes[languageName]) { + for (final String scriptCode in languageToScriptCodes[languageName]!) { final LocaleInfo scriptBaseLocale = LocaleInfo.fromString('${languageName}_$scriptCode'); output.writeln(generateClassDeclaration( scriptBaseLocale, @@ -157,16 +154,16 @@ String generateArbBasedLocalizationSubclasses({ '$generatedClassPrefix${languageLocale.camelCase()}', )); output.writeln(generateConstructor(scriptBaseLocale)); - final Map scriptResources = localeToResources[scriptBaseLocale]; + final Map scriptResources = localeToResources[scriptBaseLocale]!; for (final String key in scriptResources.keys.toList()..sort()) { if (languageResources[key] == scriptResources[key]) continue; - final Map attributes = localeToResourceAttributes[canonicalLocale][key] as Map; + final Map? attributes = localeToResourceAttributes[canonicalLocale]![key] as Map?; output.writeln(generateGetter(key, scriptResources[key], attributes, languageLocale)); } output.writeln('}'); - final List localeCodes = languageToLocales[languageName]..sort(); + final List localeCodes = languageToLocales[languageName]!..sort(); for (final LocaleInfo locale in localeCodes) { if (locale.originalString == languageName) continue; @@ -181,12 +178,12 @@ String generateArbBasedLocalizationSubclasses({ '$generatedClassPrefix${scriptBaseLocale.camelCase()}', )); output.writeln(generateConstructor(locale)); - final Map localeResources = localeToResources[locale]; + final Map localeResources = localeToResources[locale]!; for (final String key in localeResources.keys) { // When script fallback contains the key, we compare to it instead of language fallback. if (scriptResources.containsKey(key) ? scriptResources[key] == localeResources[key] : languageResources[key] == localeResources[key]) continue; - final Map attributes = localeToResourceAttributes[canonicalLocale][key] as Map; + final Map? attributes = localeToResourceAttributes[canonicalLocale]![key] as Map?; output.writeln(generateGetter(key, localeResources[key], attributes, languageLocale)); } output.writeln('}'); @@ -195,12 +192,12 @@ String generateArbBasedLocalizationSubclasses({ } else { // No scriptCode. Here, we do not compare against script default (because it // doesn't exist). - final List localeCodes = languageToLocales[languageName]..sort(); + final List localeCodes = languageToLocales[languageName]!..sort(); for (final LocaleInfo locale in localeCodes) { if (locale.originalString == languageName) continue; countryCodeCount += 1; - final Map localeResources = localeToResources[locale]; + final Map localeResources = localeToResources[locale]!; output.writeln(generateClassDeclaration( locale, generatedClassPrefix, @@ -210,7 +207,7 @@ String generateArbBasedLocalizationSubclasses({ for (final String key in localeResources.keys) { if (languageResources[key] == localeResources[key]) continue; - final Map attributes = localeToResourceAttributes[canonicalLocale][key] as Map; + final Map? attributes = localeToResourceAttributes[canonicalLocale]![key] as Map?; output.writeln(generateGetter(key, localeResources[key], attributes, languageLocale)); } output.writeln('}'); @@ -268,19 +265,19 @@ $factoryDeclaration switch (locale.languageCode) {'''); for (final String language in languageToLocales.keys) { // Only one instance of the language. - if (languageToLocales[language].length == 1) { + if (languageToLocales[language]!.length == 1) { output.writeln(''' case '$language': - return $generatedClassPrefix${languageToLocales[language][0].camelCase()}($factoryArguments);'''); + return $generatedClassPrefix${languageToLocales[language]![0].camelCase()}($factoryArguments);'''); } else if (!languageToScriptCodes.containsKey(language)) { // Does not distinguish between scripts. Switch on countryCode directly. output.writeln(''' case '$language': { switch (locale.countryCode) {'''); - for (final LocaleInfo locale in languageToLocales[language]) { + for (final LocaleInfo locale in languageToLocales[language]!) { if (locale.originalString == language) continue; assert(locale.length > 1); - final String countryCode = locale.countryCode; + final String countryCode = locale.countryCode!; output.writeln(''' case '$countryCode': return $generatedClassPrefix${locale.camelCase()}($factoryArguments);'''); @@ -294,14 +291,14 @@ $factoryDeclaration output.writeln(''' case '$language': { switch (locale.scriptCode) {'''); - for (final String scriptCode in languageToScriptCodes[language]) { + for (final String scriptCode in languageToScriptCodes[language]!) { final LocaleInfo scriptLocale = LocaleInfo.fromString('${language}_$scriptCode'); output.writeln(''' case '$scriptCode': {'''); if (languageAndScriptToCountryCodes.containsKey(scriptLocale)) { output.writeln(''' switch (locale.countryCode) {'''); - for (final LocaleInfo locale in languageToLocales[language]) { + for (final LocaleInfo locale in languageToLocales[language]!) { if (locale.countryCode == null) continue; else @@ -310,7 +307,7 @@ $factoryDeclaration continue; if (locale.scriptCode != scriptCode && locale.scriptCode != null) continue; - final String countryCode = locale.countryCode; + final String countryCode = locale.countryCode!; output.writeln(''' case '$countryCode': return $generatedClassPrefix${locale.camelCase()}($factoryArguments);'''); @@ -319,7 +316,7 @@ $factoryDeclaration // Return a fallback locale that matches scriptCode, but not countryCode. // // Explicitly defined scriptCode fallback: - if (languageToLocales[language].contains(scriptLocale)) { + if (languageToLocales[language]!.contains(scriptLocale)) { if (languageAndScriptToCountryCodes.containsKey(scriptLocale)) { output.writeln(''' }'''); @@ -330,7 +327,7 @@ $factoryDeclaration } else { // Not Explicitly defined, fallback to first locale with the same language and // script: - for (final LocaleInfo locale in languageToLocales[language]) { + for (final LocaleInfo locale in languageToLocales[language]!) { if (locale.scriptCode != scriptCode) continue; if (languageAndScriptToCountryCodes.containsKey(scriptLocale)) { @@ -349,13 +346,13 @@ $factoryDeclaration if (hasCountryCode) { output.writeln(''' switch (locale.countryCode) {'''); - for (final LocaleInfo locale in languageToLocales[language]) { + for (final LocaleInfo locale in languageToLocales[language]!) { if (locale.originalString == language) continue; assert(locale.length > 1); if (locale.countryCode == null) continue; - final String countryCode = locale.countryCode; + final String countryCode = locale.countryCode!; output.writeln(''' case '$countryCode': return $generatedClassPrefix${locale.camelCase()}($factoryArguments);'''); @@ -382,12 +379,12 @@ $factoryDeclaration /// Typically "String", but some (e.g. "timeOfDayFormat") return enums. /// /// Used by [generateGetter] below. -String generateType(Map attributes) { +String generateType(Map? attributes) { bool optional = false; String type = 'String'; if (attributes != null) { optional = attributes.containsKey('optional'); - switch (attributes['x-flutter-type'] as String) { + switch (attributes['x-flutter-type'] as String?) { case 'icuShortTimePattern': type = 'TimeOfDayFormat'; break; @@ -406,11 +403,11 @@ String generateType(Map attributes) { /// those we have to therefore provide an alternate name. /// /// Used by [generateGetter] below. -String generateKey(String key, Map attributes) { +String generateKey(String key, Map? attributes) { if (attributes != null) { if (attributes.containsKey('parameters')) return '${key}Raw'; - switch (attributes['x-flutter-type'] as String) { + switch (attributes['x-flutter-type'] as String?) { case 'icuShortTimePattern': return '${key}Raw'; } @@ -447,12 +444,12 @@ const Map _scriptCategoryToEnum = { /// it. /// /// Used by [generateGetter] below. -String generateValue(String value, Map attributes, LocaleInfo locale) { +String? generateValue(String? value, Map? attributes, LocaleInfo locale) { if (value == null) return null; // cupertino_en.arb doesn't use x-flutter-type. if (attributes != null) { - switch (attributes['x-flutter-type'] as String) { + switch (attributes['x-flutter-type'] as String?) { case 'icuShortTimePattern': if (!_icuTimeOfDayToEnum.containsKey(value)) { throw Exception( @@ -479,14 +476,14 @@ String generateValue(String value, Map attributes, LocaleInfo l /// Combines [generateType], [generateKey], and [generateValue] to return /// the source of getters for the GlobalMaterialLocalizations subclass. /// The locale is the locale for which the getter is being generated. -String generateGetter(String key, String value, Map attributes, LocaleInfo locale) { +String generateGetter(String key, String? value, Map? attributes, LocaleInfo locale) { final String type = generateType(attributes); key = generateKey(key, attributes); - value = generateValue(value, attributes, locale); + final String? generatedValue = generateValue(value, attributes, locale); return ''' @override - $type get $key => $value;'''; + $type get $key => $generatedValue;'''; } void main(List rawArgs) { @@ -551,7 +548,7 @@ void main(List rawArgs) { exitWithError('$exception'); } - final String materialLocalizations = options.writeToFile || !options.cupertinoOnly + final String? materialLocalizations = options.writeToFile || !options.cupertinoOnly ? generateArbBasedLocalizationSubclasses( localeToResources: materialLocaleToResources, localeToResourceAttributes: materialLocaleToResourceAttributes, @@ -566,7 +563,7 @@ void main(List rawArgs) { supportedLanguagesDocMacro: materialSupportedLanguagesDocMacro, ) : null; - final String cupertinoLocalizations = options.writeToFile || !options.materialOnly + final String? cupertinoLocalizations = options.writeToFile || !options.materialOnly ? generateArbBasedLocalizationSubclasses( localeToResources: cupertinoLocaleToResources, localeToResourceAttributes: cupertinoLocaleToResourceAttributes, @@ -584,9 +581,9 @@ void main(List rawArgs) { if (options.writeToFile) { final File materialLocalizationsFile = File(path.join(directory.path, 'generated_material_localizations.dart')); - materialLocalizationsFile.writeAsStringSync(materialLocalizations, flush: true); + materialLocalizationsFile.writeAsStringSync(materialLocalizations!, flush: true); final File cupertinoLocalizationsFile = File(path.join(directory.path, 'generated_cupertino_localizations.dart')); - cupertinoLocalizationsFile.writeAsStringSync(cupertinoLocalizations, flush: true); + cupertinoLocalizationsFile.writeAsStringSync(cupertinoLocalizations!, flush: true); } else { if (!options.cupertinoOnly) { stdout.write(materialLocalizations); diff --git a/dev/tools/localization/localizations_validator.dart b/dev/tools/localization/localizations_validator.dart index 4714516730e2..68d34164f8e5 100644 --- a/dev/tools/localization/localizations_validator.dart +++ b/dev/tools/localization/localizations_validator.dart @@ -68,11 +68,11 @@ void validateEnglishLocalizations(File file) { } final bool optional = atResource.containsKey('optional'); - final String description = atResource['description'] as String; + final String? description = atResource['description'] as String?; if (description == null && !optional) errorMessages.writeln('No description specified for $atResourceId'); - final String plural = atResource['plural'] as String; + final String? plural = atResource['plural'] as String?; final String resourceId = atResourceId.substring(1); if (plural != null) { final String resourceIdOther = '${resourceId}Other'; From 502d187b24eec19d75149ef328dc1c22d1e90224 Mon Sep 17 00:00:00 2001 From: Todd Volkert Date: Mon, 16 Aug 2021 22:51:16 -0700 Subject: [PATCH 190/327] l10n updates for August beta (#88328) --- .../lib/src/l10n/generated_material_localizations.dart | 4 ++-- packages/flutter_localizations/lib/src/l10n/material_mr.arb | 2 +- packages/flutter_localizations/lib/src/l10n/material_te.arb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index b06b37e5555b..4868677cbbb0 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -17975,7 +17975,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'तारीख श्रेणी'; @override - String get viewLicensesButtonLabel => 'परवाने पाहा'; + String get viewLicensesButtonLabel => 'परवाने पहा'; } /// The translations for Malay (`ms`). @@ -25238,7 +25238,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get showMenuTooltip => 'మెనూను చూపు'; @override - String get signedInLabel => 'సైన్ ఇన్ చేసారు'; + String get signedInLabel => 'సైన్ ఇన్ చేశారు'; @override String get tabLabelRaw => r'$tabCountలో $tabIndexవ ట్యాబ్'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_mr.arb b/packages/flutter_localizations/lib/src/l10n/material_mr.arb index a6c18f7389a2..e4d6756a28b5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mr.arb @@ -29,7 +29,7 @@ "okButtonLabel": "ओके", "pasteButtonLabel": "पेस्ट करा", "selectAllButtonLabel": "सर्व निवडा", - "viewLicensesButtonLabel": "परवाने पाहा", + "viewLicensesButtonLabel": "परवाने पहा", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", "timePickerHourModeAnnouncement": "तास निवडा", diff --git a/packages/flutter_localizations/lib/src/l10n/material_te.arb b/packages/flutter_localizations/lib/src/l10n/material_te.arb index 27e1e32a2cfb..bfda85c7b590 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_te.arb @@ -34,7 +34,7 @@ "timePickerHourModeAnnouncement": "గంటలను ఎంచుకోండి", "timePickerMinuteModeAnnouncement": "నిమిషాలను ఎంచుకోండి", "modalBarrierDismissLabel": "విస్మరించు", - "signedInLabel": "సైన్ ఇన్ చేసారు", + "signedInLabel": "సైన్ ఇన్ చేశారు", "hideAccountsLabel": "ఖాతాలను దాచు", "showAccountsLabel": "ఖాతాలను చూపు", "drawerLabel": "నావిగేషన్ మెనూ", From 85bb38a9e44de788617f801ed2d702d7ebd5be4e Mon Sep 17 00:00:00 2001 From: Fernando Moraes Date: Fri, 1 Oct 2021 18:28:04 -0300 Subject: [PATCH 191/327] Update TabPageSelector Semantics Label Localization (#87430) --- .../test/material/tabs_test.dart | 58 +++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 packages/flutter_localizations/test/material/tabs_test.dart diff --git a/packages/flutter_localizations/test/material/tabs_test.dart b/packages/flutter_localizations/test/material/tabs_test.dart new file mode 100644 index 000000000000..25c739cab6ba --- /dev/null +++ b/packages/flutter_localizations/test/material/tabs_test.dart @@ -0,0 +1,58 @@ +// Copyright 2014 The Flutter Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +import 'dart:ui'; + +import 'package:flutter/material.dart'; +import 'package:flutter_localizations/flutter_localizations.dart'; +import 'package:flutter_test/flutter_test.dart'; + +void main() { + testWidgets('Test semantics of TabPageSelector in pt-BR', + (WidgetTester tester) async { + final TabController controller = TabController( + vsync: const TestVSync(), + length: 2, + initialIndex: 0, + ); + + await tester.pumpWidget( + Localizations( + locale: const Locale('pt', 'BR'), + delegates: const >[ + GlobalMaterialLocalizations.delegate, + GlobalWidgetsLocalizations.delegate, + ], + child: Directionality( + textDirection: TextDirection.ltr, + child: Material( + child: Column( + children: [ + TabBar( + controller: controller, + indicatorWeight: 30.0, + tabs: const [Tab(text: 'TAB1'), Tab(text: 'TAB2')], + ), + Flexible( + child: TabBarView( + controller: controller, + children: const [Text('PAGE1'), Text('PAGE2')], + ), + ), + Expanded(child: TabPageSelector(controller: controller)), + ], + ), + ), + ), + ), + ); + + final SemanticsHandle handle = tester.ensureSemantics(); + + expect(tester.getSemantics(find.byType(TabPageSelector)), + matchesSemantics(label: 'Guia 1 de 2')); + + handle.dispose(); + }); +} From d6e14bcb0bd01947721eb5f48fcde659aac14a8e Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Thu, 7 Oct 2021 20:13:02 -0700 Subject: [PATCH 192/327] Enable avoid_redundant_argument_values lint (#91409) --- .../localization/localizations_utils.dart | 5 +- .../test/cupertino/translations_test.dart | 4 +- .../test/material/date_picker_test.dart | 5 +- .../test/material/date_time_test.dart | 11 +-- .../test/material/tabs_test.dart | 1 - .../test/material/translations_test.dart | 88 +++++++++---------- 6 files changed, 52 insertions(+), 62 deletions(-) diff --git a/dev/tools/localization/localizations_utils.dart b/dev/tools/localization/localizations_utils.dart index e3373dce2cf0..e6d29cb8d513 100644 --- a/dev/tools/localization/localizations_utils.dart +++ b/dev/tools/localization/localizations_utils.dart @@ -118,7 +118,7 @@ class LocaleInfo implements Comparable { return originalString .split('_') .map((String part) => part.substring(0, 1).toUpperCase() + part.substring(1).toLowerCase()) - .join(''); + .join(); } @override @@ -232,17 +232,14 @@ GeneratorOptions parseArgs(List rawArgs) { ..addFlag( 'overwrite', abbr: 'w', - defaultsTo: false, ) ..addFlag( 'material', help: 'Whether to print the generated classes for the Material package only. Ignored when --overwrite is passed.', - defaultsTo: false, ) ..addFlag( 'cupertino', help: 'Whether to print the generated classes for the Cupertino package only. Ignored when --overwrite is passed.', - defaultsTo: false, ); final argslib.ArgResults args = argParser.parse(rawArgs); final bool writeToFile = args['overwrite'] as bool; diff --git a/packages/flutter_localizations/test/cupertino/translations_test.dart b/packages/flutter_localizations/test/cupertino/translations_test.dart index b2004f60d539..73d8ec3770f9 100644 --- a/packages/flutter_localizations/test/cupertino/translations_test.dart +++ b/packages/flutter_localizations/test/cupertino/translations_test.dart @@ -144,7 +144,7 @@ void main() { if (noCupertinoArbFile.existsSync() && !nbCupertinoArbFile.existsSync()) { - Locale locale = const Locale.fromSubtags(languageCode: 'no', scriptCode: null, countryCode: null); + Locale locale = const Locale.fromSubtags(languageCode: 'no'); expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); CupertinoLocalizations localizations = await GlobalCupertinoLocalizations.delegate.load(locale); expect(localizations, isA()); @@ -153,7 +153,7 @@ void main() { final String copyButtonLabelNo = localizations.copyButtonLabel; final String cutButtonLabelNo = localizations.cutButtonLabel; - locale = const Locale.fromSubtags(languageCode: 'nb', scriptCode: null, countryCode: null); + locale = const Locale.fromSubtags(languageCode: 'nb'); expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalCupertinoLocalizations.delegate.load(locale); expect(localizations, isA()); diff --git a/packages/flutter_localizations/test/material/date_picker_test.dart b/packages/flutter_localizations/test/material/date_picker_test.dart index adfbdbbeae23..5872eba38955 100644 --- a/packages/flutter_localizations/test/material/date_picker_test.dart +++ b/packages/flutter_localizations/test/material/date_picker_test.dart @@ -13,7 +13,7 @@ void main() { late DateTime initialDate; setUp(() { - firstDate = DateTime(2001, DateTime.january, 1); + firstDate = DateTime(2001, DateTime.january); lastDate = DateTime(2031, DateTime.december, 31); initialDate = DateTime(2016, DateTime.january, 15); }); @@ -140,9 +140,6 @@ void main() { testWidgets('textDirection parameter overrides ambient textDirection', (WidgetTester tester) async { await tester.pumpWidget(MaterialApp( locale: const Locale('en', 'US'), - supportedLocales: const [ - Locale('en', 'US'), - ], home: Material( child: Builder( builder: (BuildContext context) { diff --git a/packages/flutter_localizations/test/material/date_time_test.dart b/packages/flutter_localizations/test/material/date_time_test.dart index 39f56f4e3851..0c5c9dc2e8f8 100644 --- a/packages/flutter_localizations/test/material/date_time_test.dart +++ b/packages/flutter_localizations/test/material/date_time_test.dart @@ -144,7 +144,7 @@ void main() { } testWidgets('formats dates in English', (WidgetTester tester) async { - final Map formatted = await formatDate(tester, const Locale('en'), DateTime(2018, 8, 1)); + final Map formatted = await formatDate(tester, const Locale('en'), DateTime(2018, 8)); expect(formatted[DateType.year], '2018'); expect(formatted[DateType.medium], 'Wed, Aug 1'); expect(formatted[DateType.full], 'Wednesday, August 1, 2018'); @@ -152,7 +152,7 @@ void main() { }); testWidgets('formats dates in German', (WidgetTester tester) async { - final Map formatted = await formatDate(tester, const Locale('de'), DateTime(2018, 8, 1)); + final Map formatted = await formatDate(tester, const Locale('de'), DateTime(2018, 8)); expect(formatted[DateType.year], '2018'); expect(formatted[DateType.medium], 'Mi., 1. Aug.'); expect(formatted[DateType.full], 'Mittwoch, 1. August 2018'); @@ -160,7 +160,7 @@ void main() { }); testWidgets('formats dates in Serbian', (WidgetTester tester) async { - final Map formatted = await formatDate(tester, const Locale('sr'), DateTime(2018, 8, 1)); + final Map formatted = await formatDate(tester, const Locale('sr'), DateTime(2018, 8)); expect(formatted[DateType.year], '2018.'); expect(formatted[DateType.medium], 'сре 1. авг'); expect(formatted[DateType.full], 'среда, 1. август 2018.'); @@ -169,7 +169,7 @@ void main() { testWidgets('formats dates in Serbian (Latin)', (WidgetTester tester) async { final Map formatted = await formatDate(tester, - const Locale.fromSubtags(languageCode:'sr', scriptCode: 'Latn'), DateTime(2018, 8, 1)); + const Locale.fromSubtags(languageCode:'sr', scriptCode: 'Latn'), DateTime(2018, 8)); expect(formatted[DateType.year], '2018.'); expect(formatted[DateType.medium], 'sre 1. avg'); expect(formatted[DateType.full], 'sreda, 1. avgust 2018.'); @@ -183,9 +183,6 @@ void main() { late DateFormat dateFormat; await tester.pumpWidget(MaterialApp( - supportedLocales: const [ - Locale('en', 'US'), - ], locale: const Locale('en', 'US'), localizationsDelegates: const >[ GlobalMaterialLocalizations.delegate, diff --git a/packages/flutter_localizations/test/material/tabs_test.dart b/packages/flutter_localizations/test/material/tabs_test.dart index 25c739cab6ba..e4e16647f330 100644 --- a/packages/flutter_localizations/test/material/tabs_test.dart +++ b/packages/flutter_localizations/test/material/tabs_test.dart @@ -14,7 +14,6 @@ void main() { final TabController controller = TabController( vsync: const TestVSync(), length: 2, - initialIndex: 0, ); await tester.pumpWidget( diff --git a/packages/flutter_localizations/test/material/translations_test.dart b/packages/flutter_localizations/test/material/translations_test.dart index c31792e972bb..38583e82455b 100644 --- a/packages/flutter_localizations/test/material/translations_test.dart +++ b/packages/flutter_localizations/test/material/translations_test.dart @@ -88,10 +88,10 @@ void main() { expect(localizations.formatHour(const TimeOfDay(hour: 10, minute: 0)), isNotNull); expect(localizations.formatMinute(const TimeOfDay(hour: 10, minute: 0)), isNotNull); - expect(localizations.formatYear(DateTime(2018, 8, 1)), isNotNull); - expect(localizations.formatMediumDate(DateTime(2018, 8, 1)), isNotNull); - expect(localizations.formatFullDate(DateTime(2018, 8, 1)), isNotNull); - expect(localizations.formatMonthYear(DateTime(2018, 8, 1)), isNotNull); + expect(localizations.formatYear(DateTime(2018, 8)), isNotNull); + expect(localizations.formatMediumDate(DateTime(2018, 8)), isNotNull); + expect(localizations.formatFullDate(DateTime(2018, 8)), isNotNull); + expect(localizations.formatMonthYear(DateTime(2018, 8)), isNotNull); expect(localizations.narrowWeekdays, isNotNull); expect(localizations.narrowWeekdays.length, 7); expect(localizations.formatDecimal(123), isNotNull); @@ -100,14 +100,14 @@ void main() { } testWidgets('translations spot check', (WidgetTester tester) async { - Locale locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: null, countryCode: null); + Locale locale = const Locale.fromSubtags(languageCode: 'zh'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); expect(localizations.firstPageTooltip, '第一页'); expect(localizations.lastPageTooltip, '最后一页'); - locale = const Locale.fromSubtags(languageCode: 'zu', scriptCode: null, countryCode: null); + locale = const Locale.fromSubtags(languageCode: 'zu'); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); expect(localizations.firstPageTooltip, 'Ikhasi lokuqala'); @@ -181,7 +181,7 @@ void main() { }); testWidgets('Chinese resolution', (WidgetTester tester) async { - Locale locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: null, countryCode: null); + Locale locale = const Locale.fromSubtags(languageCode: 'zh'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); @@ -191,22 +191,22 @@ void main() { localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: null, countryCode: 'HK'); + locale = const Locale.fromSubtags(languageCode: 'zh', countryCode: 'HK'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: null, countryCode: 'TW'); + locale = const Locale.fromSubtags(languageCode: 'zh', countryCode: 'TW'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hans', countryCode: null); + locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hans'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hant', countryCode: null); + locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hant'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); @@ -236,7 +236,7 @@ void main() { localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: null, countryCode: 'US'); + locale = const Locale.fromSubtags(languageCode: 'zh', countryCode: 'US'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); @@ -251,7 +251,7 @@ void main() { localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: 'TW'); + locale = const Locale.fromSubtags(languageCode: 'en', countryCode: 'TW'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); @@ -261,34 +261,34 @@ void main() { localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: null, countryCode: 'RU'); + locale = const Locale.fromSubtags(languageCode: 'zh', countryCode: 'RU'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Cyrl', countryCode: null); + locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Cyrl'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); }); testWidgets('Serbian resolution', (WidgetTester tester) async { - Locale locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: null, countryCode: null); + Locale locale = const Locale.fromSubtags(languageCode: 'sr'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: 'Cyrl', countryCode: null); + locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: 'Cyrl'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: 'Latn', countryCode: null); + locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: 'Latn'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: null, countryCode: 'SR'); + locale = const Locale.fromSubtags(languageCode: 'sr', countryCode: 'SR'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); @@ -313,49 +313,49 @@ void main() { localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: null, countryCode: 'US'); + locale = const Locale.fromSubtags(languageCode: 'sr', countryCode: 'US'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); }); testWidgets('Misc resolution', (WidgetTester tester) async { - Locale locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: null); + Locale locale = const Locale.fromSubtags(languageCode: 'en'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: 'Cyrl', countryCode: null); + locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: 'Cyrl'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: 'US'); + locale = const Locale.fromSubtags(languageCode: 'en', countryCode: 'US'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: 'AU'); + locale = const Locale.fromSubtags(languageCode: 'en', countryCode: 'AU'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: 'GB'); + locale = const Locale.fromSubtags(languageCode: 'en', countryCode: 'GB'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: 'SG'); + locale = const Locale.fromSubtags(languageCode: 'en', countryCode: 'SG'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: 'MX'); + locale = const Locale.fromSubtags(languageCode: 'en', countryCode: 'MX'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: 'Hant', countryCode: null); + locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: 'Hant'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); @@ -370,37 +370,37 @@ void main() { localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: null, countryCode: null); + locale = const Locale.fromSubtags(languageCode: 'es'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: null, countryCode: '419'); + locale = const Locale.fromSubtags(languageCode: 'es', countryCode: '419'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: null, countryCode: 'MX'); + locale = const Locale.fromSubtags(languageCode: 'es', countryCode: 'MX'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: null, countryCode: 'US'); + locale = const Locale.fromSubtags(languageCode: 'es', countryCode: 'US'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: null, countryCode: 'AR'); + locale = const Locale.fromSubtags(languageCode: 'es', countryCode: 'AR'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: null, countryCode: 'ES'); + locale = const Locale.fromSubtags(languageCode: 'es', countryCode: 'ES'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: 'Latn', countryCode: null); + locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: 'Latn'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); @@ -410,39 +410,39 @@ void main() { localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'fr', scriptCode: null, countryCode: null); + locale = const Locale.fromSubtags(languageCode: 'fr'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'fr', scriptCode: null, countryCode: 'CA'); + locale = const Locale.fromSubtags(languageCode: 'fr', countryCode: 'CA'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'de', scriptCode: null, countryCode: null); + locale = const Locale.fromSubtags(languageCode: 'de'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'de', scriptCode: null, countryCode: 'CH'); + locale = const Locale.fromSubtags(languageCode: 'de', countryCode: 'CH'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'th', scriptCode: null, countryCode: null); + locale = const Locale.fromSubtags(languageCode: 'th'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'ru', scriptCode: null, countryCode: null); + locale = const Locale.fromSubtags(languageCode: 'ru'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); }); testWidgets('Chinese translations spot check', (WidgetTester tester) async { - Locale locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: null, countryCode: null); + Locale locale = const Locale.fromSubtags(languageCode: 'zh'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); @@ -451,7 +451,7 @@ void main() { expect(localizations.closeButtonLabel, '关闭'); expect(localizations.okButtonLabel, '确定'); - locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hans', countryCode: null); + locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hans'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); @@ -460,7 +460,7 @@ void main() { expect(localizations.closeButtonLabel, '关闭'); expect(localizations.okButtonLabel, '确定'); - locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hant', countryCode: null); + locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hant'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); From a5638b0b86c36647b27f9e15d2a2bf20ac675788 Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Thu, 7 Oct 2021 21:11:07 -0700 Subject: [PATCH 193/327] Revert "Enable avoid_redundant_argument_values lint (#91409)" (#91461) This reverts commit d6e14bcb0bd01947721eb5f48fcde659aac14a8e. --- .../localization/localizations_utils.dart | 5 +- .../test/cupertino/translations_test.dart | 4 +- .../test/material/date_picker_test.dart | 5 +- .../test/material/date_time_test.dart | 11 ++- .../test/material/tabs_test.dart | 1 + .../test/material/translations_test.dart | 88 +++++++++---------- 6 files changed, 62 insertions(+), 52 deletions(-) diff --git a/dev/tools/localization/localizations_utils.dart b/dev/tools/localization/localizations_utils.dart index e6d29cb8d513..e3373dce2cf0 100644 --- a/dev/tools/localization/localizations_utils.dart +++ b/dev/tools/localization/localizations_utils.dart @@ -118,7 +118,7 @@ class LocaleInfo implements Comparable { return originalString .split('_') .map((String part) => part.substring(0, 1).toUpperCase() + part.substring(1).toLowerCase()) - .join(); + .join(''); } @override @@ -232,14 +232,17 @@ GeneratorOptions parseArgs(List rawArgs) { ..addFlag( 'overwrite', abbr: 'w', + defaultsTo: false, ) ..addFlag( 'material', help: 'Whether to print the generated classes for the Material package only. Ignored when --overwrite is passed.', + defaultsTo: false, ) ..addFlag( 'cupertino', help: 'Whether to print the generated classes for the Cupertino package only. Ignored when --overwrite is passed.', + defaultsTo: false, ); final argslib.ArgResults args = argParser.parse(rawArgs); final bool writeToFile = args['overwrite'] as bool; diff --git a/packages/flutter_localizations/test/cupertino/translations_test.dart b/packages/flutter_localizations/test/cupertino/translations_test.dart index 73d8ec3770f9..b2004f60d539 100644 --- a/packages/flutter_localizations/test/cupertino/translations_test.dart +++ b/packages/flutter_localizations/test/cupertino/translations_test.dart @@ -144,7 +144,7 @@ void main() { if (noCupertinoArbFile.existsSync() && !nbCupertinoArbFile.existsSync()) { - Locale locale = const Locale.fromSubtags(languageCode: 'no'); + Locale locale = const Locale.fromSubtags(languageCode: 'no', scriptCode: null, countryCode: null); expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); CupertinoLocalizations localizations = await GlobalCupertinoLocalizations.delegate.load(locale); expect(localizations, isA()); @@ -153,7 +153,7 @@ void main() { final String copyButtonLabelNo = localizations.copyButtonLabel; final String cutButtonLabelNo = localizations.cutButtonLabel; - locale = const Locale.fromSubtags(languageCode: 'nb'); + locale = const Locale.fromSubtags(languageCode: 'nb', scriptCode: null, countryCode: null); expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalCupertinoLocalizations.delegate.load(locale); expect(localizations, isA()); diff --git a/packages/flutter_localizations/test/material/date_picker_test.dart b/packages/flutter_localizations/test/material/date_picker_test.dart index 5872eba38955..adfbdbbeae23 100644 --- a/packages/flutter_localizations/test/material/date_picker_test.dart +++ b/packages/flutter_localizations/test/material/date_picker_test.dart @@ -13,7 +13,7 @@ void main() { late DateTime initialDate; setUp(() { - firstDate = DateTime(2001, DateTime.january); + firstDate = DateTime(2001, DateTime.january, 1); lastDate = DateTime(2031, DateTime.december, 31); initialDate = DateTime(2016, DateTime.january, 15); }); @@ -140,6 +140,9 @@ void main() { testWidgets('textDirection parameter overrides ambient textDirection', (WidgetTester tester) async { await tester.pumpWidget(MaterialApp( locale: const Locale('en', 'US'), + supportedLocales: const [ + Locale('en', 'US'), + ], home: Material( child: Builder( builder: (BuildContext context) { diff --git a/packages/flutter_localizations/test/material/date_time_test.dart b/packages/flutter_localizations/test/material/date_time_test.dart index 0c5c9dc2e8f8..39f56f4e3851 100644 --- a/packages/flutter_localizations/test/material/date_time_test.dart +++ b/packages/flutter_localizations/test/material/date_time_test.dart @@ -144,7 +144,7 @@ void main() { } testWidgets('formats dates in English', (WidgetTester tester) async { - final Map formatted = await formatDate(tester, const Locale('en'), DateTime(2018, 8)); + final Map formatted = await formatDate(tester, const Locale('en'), DateTime(2018, 8, 1)); expect(formatted[DateType.year], '2018'); expect(formatted[DateType.medium], 'Wed, Aug 1'); expect(formatted[DateType.full], 'Wednesday, August 1, 2018'); @@ -152,7 +152,7 @@ void main() { }); testWidgets('formats dates in German', (WidgetTester tester) async { - final Map formatted = await formatDate(tester, const Locale('de'), DateTime(2018, 8)); + final Map formatted = await formatDate(tester, const Locale('de'), DateTime(2018, 8, 1)); expect(formatted[DateType.year], '2018'); expect(formatted[DateType.medium], 'Mi., 1. Aug.'); expect(formatted[DateType.full], 'Mittwoch, 1. August 2018'); @@ -160,7 +160,7 @@ void main() { }); testWidgets('formats dates in Serbian', (WidgetTester tester) async { - final Map formatted = await formatDate(tester, const Locale('sr'), DateTime(2018, 8)); + final Map formatted = await formatDate(tester, const Locale('sr'), DateTime(2018, 8, 1)); expect(formatted[DateType.year], '2018.'); expect(formatted[DateType.medium], 'сре 1. авг'); expect(formatted[DateType.full], 'среда, 1. август 2018.'); @@ -169,7 +169,7 @@ void main() { testWidgets('formats dates in Serbian (Latin)', (WidgetTester tester) async { final Map formatted = await formatDate(tester, - const Locale.fromSubtags(languageCode:'sr', scriptCode: 'Latn'), DateTime(2018, 8)); + const Locale.fromSubtags(languageCode:'sr', scriptCode: 'Latn'), DateTime(2018, 8, 1)); expect(formatted[DateType.year], '2018.'); expect(formatted[DateType.medium], 'sre 1. avg'); expect(formatted[DateType.full], 'sreda, 1. avgust 2018.'); @@ -183,6 +183,9 @@ void main() { late DateFormat dateFormat; await tester.pumpWidget(MaterialApp( + supportedLocales: const [ + Locale('en', 'US'), + ], locale: const Locale('en', 'US'), localizationsDelegates: const >[ GlobalMaterialLocalizations.delegate, diff --git a/packages/flutter_localizations/test/material/tabs_test.dart b/packages/flutter_localizations/test/material/tabs_test.dart index e4e16647f330..25c739cab6ba 100644 --- a/packages/flutter_localizations/test/material/tabs_test.dart +++ b/packages/flutter_localizations/test/material/tabs_test.dart @@ -14,6 +14,7 @@ void main() { final TabController controller = TabController( vsync: const TestVSync(), length: 2, + initialIndex: 0, ); await tester.pumpWidget( diff --git a/packages/flutter_localizations/test/material/translations_test.dart b/packages/flutter_localizations/test/material/translations_test.dart index 38583e82455b..c31792e972bb 100644 --- a/packages/flutter_localizations/test/material/translations_test.dart +++ b/packages/flutter_localizations/test/material/translations_test.dart @@ -88,10 +88,10 @@ void main() { expect(localizations.formatHour(const TimeOfDay(hour: 10, minute: 0)), isNotNull); expect(localizations.formatMinute(const TimeOfDay(hour: 10, minute: 0)), isNotNull); - expect(localizations.formatYear(DateTime(2018, 8)), isNotNull); - expect(localizations.formatMediumDate(DateTime(2018, 8)), isNotNull); - expect(localizations.formatFullDate(DateTime(2018, 8)), isNotNull); - expect(localizations.formatMonthYear(DateTime(2018, 8)), isNotNull); + expect(localizations.formatYear(DateTime(2018, 8, 1)), isNotNull); + expect(localizations.formatMediumDate(DateTime(2018, 8, 1)), isNotNull); + expect(localizations.formatFullDate(DateTime(2018, 8, 1)), isNotNull); + expect(localizations.formatMonthYear(DateTime(2018, 8, 1)), isNotNull); expect(localizations.narrowWeekdays, isNotNull); expect(localizations.narrowWeekdays.length, 7); expect(localizations.formatDecimal(123), isNotNull); @@ -100,14 +100,14 @@ void main() { } testWidgets('translations spot check', (WidgetTester tester) async { - Locale locale = const Locale.fromSubtags(languageCode: 'zh'); + Locale locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: null, countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); expect(localizations.firstPageTooltip, '第一页'); expect(localizations.lastPageTooltip, '最后一页'); - locale = const Locale.fromSubtags(languageCode: 'zu'); + locale = const Locale.fromSubtags(languageCode: 'zu', scriptCode: null, countryCode: null); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); expect(localizations.firstPageTooltip, 'Ikhasi lokuqala'); @@ -181,7 +181,7 @@ void main() { }); testWidgets('Chinese resolution', (WidgetTester tester) async { - Locale locale = const Locale.fromSubtags(languageCode: 'zh'); + Locale locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: null, countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); @@ -191,22 +191,22 @@ void main() { localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'zh', countryCode: 'HK'); + locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: null, countryCode: 'HK'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'zh', countryCode: 'TW'); + locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: null, countryCode: 'TW'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hans'); + locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hans', countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hant'); + locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hant', countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); @@ -236,7 +236,7 @@ void main() { localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'zh', countryCode: 'US'); + locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: null, countryCode: 'US'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); @@ -251,7 +251,7 @@ void main() { localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'en', countryCode: 'TW'); + locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: 'TW'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); @@ -261,34 +261,34 @@ void main() { localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'zh', countryCode: 'RU'); + locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: null, countryCode: 'RU'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Cyrl'); + locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Cyrl', countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); }); testWidgets('Serbian resolution', (WidgetTester tester) async { - Locale locale = const Locale.fromSubtags(languageCode: 'sr'); + Locale locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: null, countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: 'Cyrl'); + locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: 'Cyrl', countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: 'Latn'); + locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: 'Latn', countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'sr', countryCode: 'SR'); + locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: null, countryCode: 'SR'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); @@ -313,49 +313,49 @@ void main() { localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'sr', countryCode: 'US'); + locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: null, countryCode: 'US'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); }); testWidgets('Misc resolution', (WidgetTester tester) async { - Locale locale = const Locale.fromSubtags(languageCode: 'en'); + Locale locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: 'Cyrl'); + locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: 'Cyrl', countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'en', countryCode: 'US'); + locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: 'US'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'en', countryCode: 'AU'); + locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: 'AU'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'en', countryCode: 'GB'); + locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: 'GB'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'en', countryCode: 'SG'); + locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: 'SG'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'en', countryCode: 'MX'); + locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: 'MX'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: 'Hant'); + locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: 'Hant', countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); @@ -370,37 +370,37 @@ void main() { localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'es'); + locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: null, countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'es', countryCode: '419'); + locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: null, countryCode: '419'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'es', countryCode: 'MX'); + locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: null, countryCode: 'MX'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'es', countryCode: 'US'); + locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: null, countryCode: 'US'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'es', countryCode: 'AR'); + locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: null, countryCode: 'AR'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'es', countryCode: 'ES'); + locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: null, countryCode: 'ES'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: 'Latn'); + locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: 'Latn', countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); @@ -410,39 +410,39 @@ void main() { localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'fr'); + locale = const Locale.fromSubtags(languageCode: 'fr', scriptCode: null, countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'fr', countryCode: 'CA'); + locale = const Locale.fromSubtags(languageCode: 'fr', scriptCode: null, countryCode: 'CA'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'de'); + locale = const Locale.fromSubtags(languageCode: 'de', scriptCode: null, countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'de', countryCode: 'CH'); + locale = const Locale.fromSubtags(languageCode: 'de', scriptCode: null, countryCode: 'CH'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'th'); + locale = const Locale.fromSubtags(languageCode: 'th', scriptCode: null, countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'ru'); + locale = const Locale.fromSubtags(languageCode: 'ru', scriptCode: null, countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); }); testWidgets('Chinese translations spot check', (WidgetTester tester) async { - Locale locale = const Locale.fromSubtags(languageCode: 'zh'); + Locale locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: null, countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); @@ -451,7 +451,7 @@ void main() { expect(localizations.closeButtonLabel, '关闭'); expect(localizations.okButtonLabel, '确定'); - locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hans'); + locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hans', countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); @@ -460,7 +460,7 @@ void main() { expect(localizations.closeButtonLabel, '关闭'); expect(localizations.okButtonLabel, '确定'); - locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hant'); + locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hant', countryCode: null); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); From 270a77a307c1bed03e270e65e8ec5080c3340263 Mon Sep 17 00:00:00 2001 From: Konstantin Scheglov Date: Fri, 8 Oct 2021 09:58:05 -0600 Subject: [PATCH 194/327] Fix avoid_renaming_method_parameters for pending analyzer change. (#85482) --- .../lib/src/material_localizations.dart | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index d55180f4c76a..abe442c2db7f 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -246,8 +246,8 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { String get dateRangeStartDateSemanticLabelRaw; @override - String dateRangeStartDateSemanticLabel(String fullDate) { - return dateRangeStartDateSemanticLabelRaw.replaceFirst(r'$fullDate', fullDate); + String dateRangeStartDateSemanticLabel(String formattedDate) { + return dateRangeStartDateSemanticLabelRaw.replaceFirst(r'$fullDate', formattedDate); } /// The raw version of [dateRangeEndDateSemanticLabel], with `$fullDate` verbatim @@ -256,8 +256,8 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { String get dateRangeEndDateSemanticLabelRaw; @override - String dateRangeEndDateSemanticLabel(String fullDate) { - return dateRangeEndDateSemanticLabelRaw.replaceFirst(r'$fullDate', fullDate); + String dateRangeEndDateSemanticLabel(String formattedDate) { + return dateRangeEndDateSemanticLabelRaw.replaceFirst(r'$fullDate', formattedDate); } /// The raw version of [aboutListTileTitle], with `$applicationName` verbatim @@ -646,9 +646,9 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { String get remainingTextFieldCharacterCountOther; @override - String remainingTextFieldCharacterCount(int remainingCount) { + String remainingTextFieldCharacterCount(int remaining) { return intl.Intl.pluralLogic( - remainingCount, + remaining, zero: remainingTextFieldCharacterCountZero, one: remainingTextFieldCharacterCountOne, two: remainingTextFieldCharacterCountTwo, @@ -656,7 +656,7 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { few: remainingTextFieldCharacterCountFew, other: remainingTextFieldCharacterCountOther, locale: _localeName, - ).replaceFirst(r'$remainingCount', formatDecimal(remainingCount)); + ).replaceFirst(r'$remainingCount', formatDecimal(remaining)); } @override From 21af2c9f3a3625d3118a829aa7cc3ba49d9a6942 Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Fri, 8 Oct 2021 09:25:14 -0700 Subject: [PATCH 195/327] Enable avoid_redundant_argument_values lint (#91409) (#91462) --- .../localization/localizations_utils.dart | 5 +- .../test/cupertino/translations_test.dart | 4 +- .../test/material/date_picker_test.dart | 5 +- .../test/material/date_time_test.dart | 11 +-- .../test/material/tabs_test.dart | 1 - .../test/material/translations_test.dart | 88 +++++++++---------- 6 files changed, 52 insertions(+), 62 deletions(-) diff --git a/dev/tools/localization/localizations_utils.dart b/dev/tools/localization/localizations_utils.dart index e3373dce2cf0..e6d29cb8d513 100644 --- a/dev/tools/localization/localizations_utils.dart +++ b/dev/tools/localization/localizations_utils.dart @@ -118,7 +118,7 @@ class LocaleInfo implements Comparable { return originalString .split('_') .map((String part) => part.substring(0, 1).toUpperCase() + part.substring(1).toLowerCase()) - .join(''); + .join(); } @override @@ -232,17 +232,14 @@ GeneratorOptions parseArgs(List rawArgs) { ..addFlag( 'overwrite', abbr: 'w', - defaultsTo: false, ) ..addFlag( 'material', help: 'Whether to print the generated classes for the Material package only. Ignored when --overwrite is passed.', - defaultsTo: false, ) ..addFlag( 'cupertino', help: 'Whether to print the generated classes for the Cupertino package only. Ignored when --overwrite is passed.', - defaultsTo: false, ); final argslib.ArgResults args = argParser.parse(rawArgs); final bool writeToFile = args['overwrite'] as bool; diff --git a/packages/flutter_localizations/test/cupertino/translations_test.dart b/packages/flutter_localizations/test/cupertino/translations_test.dart index b2004f60d539..73d8ec3770f9 100644 --- a/packages/flutter_localizations/test/cupertino/translations_test.dart +++ b/packages/flutter_localizations/test/cupertino/translations_test.dart @@ -144,7 +144,7 @@ void main() { if (noCupertinoArbFile.existsSync() && !nbCupertinoArbFile.existsSync()) { - Locale locale = const Locale.fromSubtags(languageCode: 'no', scriptCode: null, countryCode: null); + Locale locale = const Locale.fromSubtags(languageCode: 'no'); expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); CupertinoLocalizations localizations = await GlobalCupertinoLocalizations.delegate.load(locale); expect(localizations, isA()); @@ -153,7 +153,7 @@ void main() { final String copyButtonLabelNo = localizations.copyButtonLabel; final String cutButtonLabelNo = localizations.cutButtonLabel; - locale = const Locale.fromSubtags(languageCode: 'nb', scriptCode: null, countryCode: null); + locale = const Locale.fromSubtags(languageCode: 'nb'); expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalCupertinoLocalizations.delegate.load(locale); expect(localizations, isA()); diff --git a/packages/flutter_localizations/test/material/date_picker_test.dart b/packages/flutter_localizations/test/material/date_picker_test.dart index adfbdbbeae23..5872eba38955 100644 --- a/packages/flutter_localizations/test/material/date_picker_test.dart +++ b/packages/flutter_localizations/test/material/date_picker_test.dart @@ -13,7 +13,7 @@ void main() { late DateTime initialDate; setUp(() { - firstDate = DateTime(2001, DateTime.january, 1); + firstDate = DateTime(2001, DateTime.january); lastDate = DateTime(2031, DateTime.december, 31); initialDate = DateTime(2016, DateTime.january, 15); }); @@ -140,9 +140,6 @@ void main() { testWidgets('textDirection parameter overrides ambient textDirection', (WidgetTester tester) async { await tester.pumpWidget(MaterialApp( locale: const Locale('en', 'US'), - supportedLocales: const [ - Locale('en', 'US'), - ], home: Material( child: Builder( builder: (BuildContext context) { diff --git a/packages/flutter_localizations/test/material/date_time_test.dart b/packages/flutter_localizations/test/material/date_time_test.dart index 39f56f4e3851..0c5c9dc2e8f8 100644 --- a/packages/flutter_localizations/test/material/date_time_test.dart +++ b/packages/flutter_localizations/test/material/date_time_test.dart @@ -144,7 +144,7 @@ void main() { } testWidgets('formats dates in English', (WidgetTester tester) async { - final Map formatted = await formatDate(tester, const Locale('en'), DateTime(2018, 8, 1)); + final Map formatted = await formatDate(tester, const Locale('en'), DateTime(2018, 8)); expect(formatted[DateType.year], '2018'); expect(formatted[DateType.medium], 'Wed, Aug 1'); expect(formatted[DateType.full], 'Wednesday, August 1, 2018'); @@ -152,7 +152,7 @@ void main() { }); testWidgets('formats dates in German', (WidgetTester tester) async { - final Map formatted = await formatDate(tester, const Locale('de'), DateTime(2018, 8, 1)); + final Map formatted = await formatDate(tester, const Locale('de'), DateTime(2018, 8)); expect(formatted[DateType.year], '2018'); expect(formatted[DateType.medium], 'Mi., 1. Aug.'); expect(formatted[DateType.full], 'Mittwoch, 1. August 2018'); @@ -160,7 +160,7 @@ void main() { }); testWidgets('formats dates in Serbian', (WidgetTester tester) async { - final Map formatted = await formatDate(tester, const Locale('sr'), DateTime(2018, 8, 1)); + final Map formatted = await formatDate(tester, const Locale('sr'), DateTime(2018, 8)); expect(formatted[DateType.year], '2018.'); expect(formatted[DateType.medium], 'сре 1. авг'); expect(formatted[DateType.full], 'среда, 1. август 2018.'); @@ -169,7 +169,7 @@ void main() { testWidgets('formats dates in Serbian (Latin)', (WidgetTester tester) async { final Map formatted = await formatDate(tester, - const Locale.fromSubtags(languageCode:'sr', scriptCode: 'Latn'), DateTime(2018, 8, 1)); + const Locale.fromSubtags(languageCode:'sr', scriptCode: 'Latn'), DateTime(2018, 8)); expect(formatted[DateType.year], '2018.'); expect(formatted[DateType.medium], 'sre 1. avg'); expect(formatted[DateType.full], 'sreda, 1. avgust 2018.'); @@ -183,9 +183,6 @@ void main() { late DateFormat dateFormat; await tester.pumpWidget(MaterialApp( - supportedLocales: const [ - Locale('en', 'US'), - ], locale: const Locale('en', 'US'), localizationsDelegates: const >[ GlobalMaterialLocalizations.delegate, diff --git a/packages/flutter_localizations/test/material/tabs_test.dart b/packages/flutter_localizations/test/material/tabs_test.dart index 25c739cab6ba..e4e16647f330 100644 --- a/packages/flutter_localizations/test/material/tabs_test.dart +++ b/packages/flutter_localizations/test/material/tabs_test.dart @@ -14,7 +14,6 @@ void main() { final TabController controller = TabController( vsync: const TestVSync(), length: 2, - initialIndex: 0, ); await tester.pumpWidget( diff --git a/packages/flutter_localizations/test/material/translations_test.dart b/packages/flutter_localizations/test/material/translations_test.dart index c31792e972bb..38583e82455b 100644 --- a/packages/flutter_localizations/test/material/translations_test.dart +++ b/packages/flutter_localizations/test/material/translations_test.dart @@ -88,10 +88,10 @@ void main() { expect(localizations.formatHour(const TimeOfDay(hour: 10, minute: 0)), isNotNull); expect(localizations.formatMinute(const TimeOfDay(hour: 10, minute: 0)), isNotNull); - expect(localizations.formatYear(DateTime(2018, 8, 1)), isNotNull); - expect(localizations.formatMediumDate(DateTime(2018, 8, 1)), isNotNull); - expect(localizations.formatFullDate(DateTime(2018, 8, 1)), isNotNull); - expect(localizations.formatMonthYear(DateTime(2018, 8, 1)), isNotNull); + expect(localizations.formatYear(DateTime(2018, 8)), isNotNull); + expect(localizations.formatMediumDate(DateTime(2018, 8)), isNotNull); + expect(localizations.formatFullDate(DateTime(2018, 8)), isNotNull); + expect(localizations.formatMonthYear(DateTime(2018, 8)), isNotNull); expect(localizations.narrowWeekdays, isNotNull); expect(localizations.narrowWeekdays.length, 7); expect(localizations.formatDecimal(123), isNotNull); @@ -100,14 +100,14 @@ void main() { } testWidgets('translations spot check', (WidgetTester tester) async { - Locale locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: null, countryCode: null); + Locale locale = const Locale.fromSubtags(languageCode: 'zh'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); expect(localizations.firstPageTooltip, '第一页'); expect(localizations.lastPageTooltip, '最后一页'); - locale = const Locale.fromSubtags(languageCode: 'zu', scriptCode: null, countryCode: null); + locale = const Locale.fromSubtags(languageCode: 'zu'); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); expect(localizations.firstPageTooltip, 'Ikhasi lokuqala'); @@ -181,7 +181,7 @@ void main() { }); testWidgets('Chinese resolution', (WidgetTester tester) async { - Locale locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: null, countryCode: null); + Locale locale = const Locale.fromSubtags(languageCode: 'zh'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); @@ -191,22 +191,22 @@ void main() { localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: null, countryCode: 'HK'); + locale = const Locale.fromSubtags(languageCode: 'zh', countryCode: 'HK'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: null, countryCode: 'TW'); + locale = const Locale.fromSubtags(languageCode: 'zh', countryCode: 'TW'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hans', countryCode: null); + locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hans'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hant', countryCode: null); + locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hant'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); @@ -236,7 +236,7 @@ void main() { localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: null, countryCode: 'US'); + locale = const Locale.fromSubtags(languageCode: 'zh', countryCode: 'US'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); @@ -251,7 +251,7 @@ void main() { localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: 'TW'); + locale = const Locale.fromSubtags(languageCode: 'en', countryCode: 'TW'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); @@ -261,34 +261,34 @@ void main() { localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: null, countryCode: 'RU'); + locale = const Locale.fromSubtags(languageCode: 'zh', countryCode: 'RU'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Cyrl', countryCode: null); + locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Cyrl'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); }); testWidgets('Serbian resolution', (WidgetTester tester) async { - Locale locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: null, countryCode: null); + Locale locale = const Locale.fromSubtags(languageCode: 'sr'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: 'Cyrl', countryCode: null); + locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: 'Cyrl'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: 'Latn', countryCode: null); + locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: 'Latn'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: null, countryCode: 'SR'); + locale = const Locale.fromSubtags(languageCode: 'sr', countryCode: 'SR'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); @@ -313,49 +313,49 @@ void main() { localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'sr', scriptCode: null, countryCode: 'US'); + locale = const Locale.fromSubtags(languageCode: 'sr', countryCode: 'US'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); }); testWidgets('Misc resolution', (WidgetTester tester) async { - Locale locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: null); + Locale locale = const Locale.fromSubtags(languageCode: 'en'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: 'Cyrl', countryCode: null); + locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: 'Cyrl'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: 'US'); + locale = const Locale.fromSubtags(languageCode: 'en', countryCode: 'US'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: 'AU'); + locale = const Locale.fromSubtags(languageCode: 'en', countryCode: 'AU'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: 'GB'); + locale = const Locale.fromSubtags(languageCode: 'en', countryCode: 'GB'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: 'SG'); + locale = const Locale.fromSubtags(languageCode: 'en', countryCode: 'SG'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: null, countryCode: 'MX'); + locale = const Locale.fromSubtags(languageCode: 'en', countryCode: 'MX'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: 'Hant', countryCode: null); + locale = const Locale.fromSubtags(languageCode: 'en', scriptCode: 'Hant'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); @@ -370,37 +370,37 @@ void main() { localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: null, countryCode: null); + locale = const Locale.fromSubtags(languageCode: 'es'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: null, countryCode: '419'); + locale = const Locale.fromSubtags(languageCode: 'es', countryCode: '419'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: null, countryCode: 'MX'); + locale = const Locale.fromSubtags(languageCode: 'es', countryCode: 'MX'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: null, countryCode: 'US'); + locale = const Locale.fromSubtags(languageCode: 'es', countryCode: 'US'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: null, countryCode: 'AR'); + locale = const Locale.fromSubtags(languageCode: 'es', countryCode: 'AR'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: null, countryCode: 'ES'); + locale = const Locale.fromSubtags(languageCode: 'es', countryCode: 'ES'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: 'Latn', countryCode: null); + locale = const Locale.fromSubtags(languageCode: 'es', scriptCode: 'Latn'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); @@ -410,39 +410,39 @@ void main() { localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'fr', scriptCode: null, countryCode: null); + locale = const Locale.fromSubtags(languageCode: 'fr'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'fr', scriptCode: null, countryCode: 'CA'); + locale = const Locale.fromSubtags(languageCode: 'fr', countryCode: 'CA'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'de', scriptCode: null, countryCode: null); + locale = const Locale.fromSubtags(languageCode: 'de'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'de', scriptCode: null, countryCode: 'CH'); + locale = const Locale.fromSubtags(languageCode: 'de', countryCode: 'CH'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'th', scriptCode: null, countryCode: null); + locale = const Locale.fromSubtags(languageCode: 'th'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - locale = const Locale.fromSubtags(languageCode: 'ru', scriptCode: null, countryCode: null); + locale = const Locale.fromSubtags(languageCode: 'ru'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); }); testWidgets('Chinese translations spot check', (WidgetTester tester) async { - Locale locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: null, countryCode: null); + Locale locale = const Locale.fromSubtags(languageCode: 'zh'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); @@ -451,7 +451,7 @@ void main() { expect(localizations.closeButtonLabel, '关闭'); expect(localizations.okButtonLabel, '确定'); - locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hans', countryCode: null); + locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hans'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); @@ -460,7 +460,7 @@ void main() { expect(localizations.closeButtonLabel, '关闭'); expect(localizations.okButtonLabel, '确定'); - locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hant', countryCode: null); + locale = const Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hant'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); From 26a50f73b58341f8d690622cc90f9895be7d9b69 Mon Sep 17 00:00:00 2001 From: godofredoc Date: Tue, 2 Nov 2021 16:08:06 -0700 Subject: [PATCH 196/327] Update flutter localizations. (#92923) --- .../lib/src/l10n/cupertino_uk.arb | 2 +- .../l10n/generated_cupertino_localizations.dart | 2 +- .../l10n/generated_material_localizations.dart | 15 +++++++++------ .../lib/src/l10n/material_kk.arb | 6 +++--- .../lib/src/l10n/material_nl.arb | 4 ++-- .../lib/src/l10n/material_pt.arb | 2 +- 6 files changed, 17 insertions(+), 14 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb index 927982870fd5..759c6a00f027 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb @@ -31,5 +31,5 @@ "selectAllButtonLabel": "Вибрати все", "tabSemanticsLabel": "Вкладка $tabIndex з $tabCount", "modalBarrierDismissLabel": "Закрити", - "searchTextFieldPlaceholderLabel": "Пошук" + "searchTextFieldPlaceholderLabel": "Шукайте" } diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index b2edf1783271..23a232b0fe26 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -12656,7 +12656,7 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'пп'; @override - String get searchTextFieldPlaceholderLabel => 'Пошук'; + String get searchTextFieldPlaceholderLabel => 'Шукайте'; @override String get selectAllButtonLabel => 'Вибрати все'; diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index 4868677cbbb0..4bae28a1a9a8 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -14348,7 +14348,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get firstPageTooltip => 'Бірінші бет'; @override - String get hideAccountsLabel => 'Есептік жазбаларды жасыру'; + String get hideAccountsLabel => 'Аккаунттарды жасыру'; @override String get inputDateModeButtonLabel => 'Мәтін енгізуге ауысу'; @@ -14504,13 +14504,13 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => 'Тармақ таңдалмаған'; @override - String get showAccountsLabel => 'Есептік жазбаларды көрсету'; + String get showAccountsLabel => 'Аккаунттарды көрсету'; @override String get showMenuTooltip => 'Мәзірді көрсету'; @override - String get signedInLabel => 'Есептік жазбаға кірген'; + String get signedInLabel => 'Аккаунтқа кірген'; @override String get tabLabelRaw => r'$tabCount/$tabIndex қойынды'; @@ -19496,10 +19496,10 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get showAccountsLabel => 'Accounts weergeven'; + String get showAccountsLabel => 'Accounts tonen'; @override - String get showMenuTooltip => 'Menu weergeven'; + String get showMenuTooltip => 'Menu tonen'; @override String get signedInLabel => 'Ingelogd'; @@ -21152,7 +21152,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Fechar'; @override - String get collapsedIconTapHint => 'Expandir'; + String get collapsedIconTapHint => 'Abrir'; @override String get continueButtonLabel => 'CONTINUAR'; @@ -21529,6 +21529,9 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { @override String get expandedIconTapHint => 'Reduzir'; + @override + String get collapsedIconTapHint => 'Expandir'; + @override String? get remainingTextFieldCharacterCountOne => 'Resta 1 caráter'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_kk.arb b/packages/flutter_localizations/lib/src/l10n/material_kk.arb index 957054b6de2b..892737b084aa 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kk.arb @@ -36,9 +36,9 @@ "timePickerHourModeAnnouncement": "Сағаттарды таңдаңыз", "timePickerMinuteModeAnnouncement": "Минуттарды таңдаңыз", "modalBarrierDismissLabel": "Жабу", - "signedInLabel": "Есептік жазбаға кірген", - "hideAccountsLabel": "Есептік жазбаларды жасыру", - "showAccountsLabel": "Есептік жазбаларды көрсету", + "signedInLabel": "Аккаунтқа кірген", + "hideAccountsLabel": "Аккаунттарды жасыру", + "showAccountsLabel": "Аккаунттарды көрсету", "drawerLabel": "Навигация мәзірі", "popupMenuLabel": "Қалқымалы терезе мәзірі", "dialogLabel": "Диалогтық терезе", diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index 5309bf1e86c4..6f9b420b27cc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -11,7 +11,7 @@ "previousPageTooltip": "Vorige pagina", "firstPageTooltip": "Eerste pagina", "lastPageTooltip": "Laatste pagina", - "showMenuTooltip": "Menu weergeven", + "showMenuTooltip": "Menu tonen", "aboutListTileTitle": "Over $applicationName", "licensesPageTitle": "Licenties", "pageRowsInfoTitle": "$firstRow-$lastRow van $rowCount", @@ -35,7 +35,7 @@ "timePickerMinuteModeAnnouncement": "Minuten selecteren", "signedInLabel": "Ingelogd", "hideAccountsLabel": "Accounts verbergen", - "showAccountsLabel": "Accounts weergeven", + "showAccountsLabel": "Accounts tonen", "modalBarrierDismissLabel": "Sluiten", "drawerLabel": "Navigatiemenu", "popupMenuLabel": "Pop-upmenu", diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index c0de0eb5f994..b45eb99bf3b8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -51,7 +51,7 @@ "reorderItemLeft": "Mover para a esquerda", "reorderItemRight": "Mover para a direita", "expandedIconTapHint": "Recolher", - "collapsedIconTapHint": "Expandir", + "collapsedIconTapHint": "Abrir", "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 caractere restante", "remainingTextFieldCharacterCountOther": "$remainingCount caracteres restantes", From 393cd698993b1e29d95cbbe4b63b6333f17eb3de Mon Sep 17 00:00:00 2001 From: Konstantin Scheglov Date: Wed, 3 Nov 2021 11:26:24 -0700 Subject: [PATCH 197/327] Fix a few prefer_const_declarations and avoid_redundant_argument_values. (#92929) --- .../flutter_localizations/test/material/date_picker_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter_localizations/test/material/date_picker_test.dart b/packages/flutter_localizations/test/material/date_picker_test.dart index 5872eba38955..bcbe59deb0a9 100644 --- a/packages/flutter_localizations/test/material/date_picker_test.dart +++ b/packages/flutter_localizations/test/material/date_picker_test.dart @@ -13,7 +13,7 @@ void main() { late DateTime initialDate; setUp(() { - firstDate = DateTime(2001, DateTime.january); + firstDate = DateTime(2001); lastDate = DateTime(2031, DateTime.december, 31); initialDate = DateTime(2016, DateTime.january, 15); }); From 35d1ec17f747ebc9379d5ab8b6716dc9e32de8a2 Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Tue, 30 Nov 2021 17:24:05 -0800 Subject: [PATCH 198/327] Use `FlutterError.reportError` instead of `debugPrint` for l10n warning (#93076) --- .../test/material/date_time_test.dart | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/packages/flutter_localizations/test/material/date_time_test.dart b/packages/flutter_localizations/test/material/date_time_test.dart index 0c5c9dc2e8f8..9db3e8c1838b 100644 --- a/packages/flutter_localizations/test/material/date_time_test.dart +++ b/packages/flutter_localizations/test/material/date_time_test.dart @@ -35,9 +35,7 @@ void main() { await tester.pumpWidget(MaterialApp( supportedLocales: [locale], locale: locale, - localizationsDelegates: const >[ - GlobalMaterialLocalizations.delegate, - ], + localizationsDelegates: GlobalMaterialLocalizations.delegates, home: Builder(builder: (BuildContext context) { completer.complete(MaterialLocalizations.of(context).formatHour(timeOfDay)); return Container(); @@ -82,9 +80,7 @@ void main() { await tester.pumpWidget(MaterialApp( supportedLocales: [locale], locale: locale, - localizationsDelegates: const >[ - GlobalMaterialLocalizations.delegate, - ], + localizationsDelegates: GlobalMaterialLocalizations.delegates, home: Builder(builder: (BuildContext context) { completer.complete(MaterialLocalizations.of(context).formatTimeOfDay(timeOfDay)); return Container(); @@ -126,9 +122,7 @@ void main() { await tester.pumpWidget(MaterialApp( supportedLocales: [locale], locale: locale, - localizationsDelegates: const >[ - GlobalMaterialLocalizations.delegate, - ], + localizationsDelegates: GlobalMaterialLocalizations.delegates, home: Builder(builder: (BuildContext context) { final MaterialLocalizations localizations = MaterialLocalizations.of(context); completer.complete({ @@ -184,12 +178,9 @@ void main() { await tester.pumpWidget(MaterialApp( locale: const Locale('en', 'US'), - localizationsDelegates: const >[ - GlobalMaterialLocalizations.delegate, - ], + localizationsDelegates: GlobalMaterialLocalizations.delegates, home: Builder(builder: (BuildContext context) { dateFormat = DateFormat('EEE, d MMM yyyy HH:mm:ss', 'en_US'); - return Container(); }), )); From 8e306ae422ded093c93c5210787a6392af45f224 Mon Sep 17 00:00:00 2001 From: Greg Spencer Date: Wed, 2 Mar 2022 18:56:47 -0800 Subject: [PATCH 199/327] Add material localizations for keyboard keys used for shortcut descriptions in menus. (#99020) This change adds some localizations for keyboard keys that will be used in creating shortcut descriptions in menus. --- .../generated_material_localizations.dart | 14484 +++++++++++++++- .../lib/src/l10n/material_af.arb | 60 +- .../lib/src/l10n/material_am.arb | 60 +- .../lib/src/l10n/material_ar.arb | 60 +- .../lib/src/l10n/material_as.arb | 60 +- .../lib/src/l10n/material_az.arb | 60 +- .../lib/src/l10n/material_be.arb | 60 +- .../lib/src/l10n/material_bg.arb | 60 +- .../lib/src/l10n/material_bn.arb | 60 +- .../lib/src/l10n/material_bs.arb | 60 +- .../lib/src/l10n/material_ca.arb | 60 +- .../lib/src/l10n/material_cs.arb | 60 +- .../lib/src/l10n/material_da.arb | 60 +- .../lib/src/l10n/material_de.arb | 60 +- .../lib/src/l10n/material_el.arb | 60 +- .../lib/src/l10n/material_en.arb | 290 + .../lib/src/l10n/material_es.arb | 60 +- .../lib/src/l10n/material_et.arb | 60 +- .../lib/src/l10n/material_eu.arb | 60 +- .../lib/src/l10n/material_fa.arb | 60 +- .../lib/src/l10n/material_fi.arb | 60 +- .../lib/src/l10n/material_fil.arb | 60 +- .../lib/src/l10n/material_fr.arb | 60 +- .../lib/src/l10n/material_gl.arb | 60 +- .../lib/src/l10n/material_gsw.arb | 60 +- .../lib/src/l10n/material_gu.arb | 60 +- .../lib/src/l10n/material_he.arb | 60 +- .../lib/src/l10n/material_hi.arb | 60 +- .../lib/src/l10n/material_hr.arb | 60 +- .../lib/src/l10n/material_hu.arb | 60 +- .../lib/src/l10n/material_hy.arb | 60 +- .../lib/src/l10n/material_id.arb | 60 +- .../lib/src/l10n/material_is.arb | 60 +- .../lib/src/l10n/material_it.arb | 60 +- .../lib/src/l10n/material_ja.arb | 60 +- .../lib/src/l10n/material_ka.arb | 60 +- .../lib/src/l10n/material_kk.arb | 60 +- .../lib/src/l10n/material_km.arb | 60 +- .../lib/src/l10n/material_kn.arb | 60 +- .../lib/src/l10n/material_ko.arb | 60 +- .../lib/src/l10n/material_ky.arb | 60 +- .../lib/src/l10n/material_lo.arb | 60 +- .../lib/src/l10n/material_lt.arb | 60 +- .../lib/src/l10n/material_lv.arb | 60 +- .../lib/src/l10n/material_mk.arb | 60 +- .../lib/src/l10n/material_ml.arb | 60 +- .../lib/src/l10n/material_mn.arb | 60 +- .../lib/src/l10n/material_mr.arb | 60 +- .../lib/src/l10n/material_ms.arb | 60 +- .../lib/src/l10n/material_my.arb | 60 +- .../lib/src/l10n/material_nb.arb | 60 +- .../lib/src/l10n/material_ne.arb | 60 +- .../lib/src/l10n/material_nl.arb | 60 +- .../lib/src/l10n/material_no.arb | 60 +- .../lib/src/l10n/material_or.arb | 60 +- .../lib/src/l10n/material_pa.arb | 60 +- .../lib/src/l10n/material_pl.arb | 60 +- .../lib/src/l10n/material_ps.arb | 60 +- .../lib/src/l10n/material_pt.arb | 60 +- .../lib/src/l10n/material_ro.arb | 60 +- .../lib/src/l10n/material_ru.arb | 60 +- .../lib/src/l10n/material_si.arb | 60 +- .../lib/src/l10n/material_sk.arb | 60 +- .../lib/src/l10n/material_sl.arb | 60 +- .../lib/src/l10n/material_sq.arb | 60 +- .../lib/src/l10n/material_sr.arb | 60 +- .../lib/src/l10n/material_sv.arb | 60 +- .../lib/src/l10n/material_sw.arb | 60 +- .../lib/src/l10n/material_ta.arb | 60 +- .../lib/src/l10n/material_te.arb | 60 +- .../lib/src/l10n/material_th.arb | 60 +- .../lib/src/l10n/material_tl.arb | 60 +- .../lib/src/l10n/material_tr.arb | 60 +- .../lib/src/l10n/material_uk.arb | 60 +- .../lib/src/l10n/material_ur.arb | 60 +- .../lib/src/l10n/material_uz.arb | 60 +- .../lib/src/l10n/material_vi.arb | 60 +- .../lib/src/l10n/material_zh.arb | 60 +- .../lib/src/l10n/material_zu.arb | 60 +- 79 files changed, 18861 insertions(+), 533 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index 4bae28a1a9a8..f551a7281ed8 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -151,6 +151,180 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => "Voer 'n geldige tyd in"; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'Laaste bladsy'; @@ -463,6 +637,180 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'የሚሠራ ሰዓት ያስገቡ'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'የመጨረሻው ገጽ'; @@ -776,76 +1124,250 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'يُرجى إدخال وقت صالح.'; @override - String get lastPageTooltip => 'الصفحة الأخيرة'; + String get keyboardKeyAlt => 'Alt'; @override - String? get licensesPackageDetailTextFew => r'$licenseCount تراخيص'; + String get keyboardKeyAltGraph => 'AltGr'; @override - String? get licensesPackageDetailTextMany => r'$licenseCount ترخيصًا'; + String get keyboardKeyBackspace => 'Backspace'; @override - String? get licensesPackageDetailTextOne => 'ترخيص واحد'; + String get keyboardKeyCapsLock => 'Caps Lock'; @override - String get licensesPackageDetailTextOther => r'$licenseCount ترخيص'; + String get keyboardKeyChannelDown => 'Channel Down'; @override - String? get licensesPackageDetailTextTwo => r'ترخيصان ($licenseCount)'; + String get keyboardKeyChannelUp => 'Channel Up'; @override - String? get licensesPackageDetailTextZero => 'ما مِن تراخيص'; + String get keyboardKeyControl => 'Ctrl'; @override - String get licensesPageTitle => 'التراخيص'; + String get keyboardKeyDelete => 'Del'; @override - String get modalBarrierDismissLabel => 'رفض'; + String get keyboardKeyEisu => 'Eisū'; @override - String get moreButtonTooltip => 'المزيد'; + String get keyboardKeyEject => 'Eject'; @override - String get nextMonthTooltip => 'الشهر التالي'; + String get keyboardKeyEnd => 'End'; @override - String get nextPageTooltip => 'الصفحة التالية'; + String get keyboardKeyEscape => 'Esc'; @override - String get okButtonLabel => 'حسنًا'; + String get keyboardKeyFn => 'Fn'; @override - String get openAppDrawerTooltip => 'فتح قائمة التنقل'; + String get keyboardKeyHangulMode => 'Hangul Mode'; @override - String get pageRowsInfoTitleRaw => r'من $firstRow إلى $lastRow من إجمالي $rowCount'; + String get keyboardKeyHanjaMode => 'Hanja Mode'; @override - String get pageRowsInfoTitleApproximateRaw => r'من $firstRow إلى $lastRow من إجمالي $rowCount تقريبًا'; + String get keyboardKeyHankaku => 'Hankaku'; @override - String get pasteButtonLabel => 'لصق'; + String get keyboardKeyHiragana => 'Hiragana'; @override - String get popupMenuLabel => 'قائمة منبثقة'; + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; @override - String get postMeridiemAbbreviation => 'م'; + String get keyboardKeyHome => 'Home'; @override - String get previousMonthTooltip => 'الشهر السابق'; + String get keyboardKeyInsert => 'Insert'; @override - String get previousPageTooltip => 'الصفحة السابقة'; + String get keyboardKeyKanaMode => 'Kana Mode'; @override - String get refreshIndicatorSemanticLabel => 'إعادة تحميل'; + String get keyboardKeyKanjiMode => 'Kanji Mode'; @override - String? get remainingTextFieldCharacterCountFew => r'$remainingCount أحرف متبقية'; + String get keyboardKeyKatakana => 'Katakana'; @override - String? get remainingTextFieldCharacterCountMany => r'$remainingCount حرفًا متبقيًا'; + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + + @override + String get lastPageTooltip => 'الصفحة الأخيرة'; + + @override + String? get licensesPackageDetailTextFew => r'$licenseCount تراخيص'; + + @override + String? get licensesPackageDetailTextMany => r'$licenseCount ترخيصًا'; + + @override + String? get licensesPackageDetailTextOne => 'ترخيص واحد'; + + @override + String get licensesPackageDetailTextOther => r'$licenseCount ترخيص'; + + @override + String? get licensesPackageDetailTextTwo => r'ترخيصان ($licenseCount)'; + + @override + String? get licensesPackageDetailTextZero => 'ما مِن تراخيص'; + + @override + String get licensesPageTitle => 'التراخيص'; + + @override + String get modalBarrierDismissLabel => 'رفض'; + + @override + String get moreButtonTooltip => 'المزيد'; + + @override + String get nextMonthTooltip => 'الشهر التالي'; + + @override + String get nextPageTooltip => 'الصفحة التالية'; + + @override + String get okButtonLabel => 'حسنًا'; + + @override + String get openAppDrawerTooltip => 'فتح قائمة التنقل'; + + @override + String get pageRowsInfoTitleRaw => r'من $firstRow إلى $lastRow من إجمالي $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'من $firstRow إلى $lastRow من إجمالي $rowCount تقريبًا'; + + @override + String get pasteButtonLabel => 'لصق'; + + @override + String get popupMenuLabel => 'قائمة منبثقة'; + + @override + String get postMeridiemAbbreviation => 'م'; + + @override + String get previousMonthTooltip => 'الشهر السابق'; + + @override + String get previousPageTooltip => 'الصفحة السابقة'; + + @override + String get refreshIndicatorSemanticLabel => 'إعادة تحميل'; + + @override + String? get remainingTextFieldCharacterCountFew => r'$remainingCount أحرف متبقية'; + + @override + String? get remainingTextFieldCharacterCountMany => r'$remainingCount حرفًا متبقيًا'; @override String? get remainingTextFieldCharacterCountOne => 'حرف واحد متبقٍ'; @@ -1087,6 +1609,180 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'এটা মান্য সময় দিয়ক'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'অন্তিম পৃষ্ঠা'; @@ -1399,6 +2095,180 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Düzgün vaxt daxil edin'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'Son səhifə'; @@ -1711,6 +2581,180 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Увядзіце дапушчальны час'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'На апошнюю старонку'; @@ -2023,6 +3067,180 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Въведете валиден час'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'Последна страница'; @@ -2264,76 +3482,250 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get continueButtonLabel => 'চালিয়ে যান'; @override - String get copyButtonLabel => 'কপি করুন'; + String get copyButtonLabel => 'কপি করুন'; + + @override + String get cutButtonLabel => 'কাট করুন'; + + @override + String get dateHelpText => 'dd/mm/yyyy'; + + @override + String get dateInputLabel => 'তারিখ লিখুন'; + + @override + String get dateOutOfRangeLabel => 'তারিখের ব্যাপ্তির বাইরে।'; + + @override + String get datePickerHelpText => 'তারিখ বেছে নিন'; + + @override + String get dateRangeEndDateSemanticLabelRaw => r'শেষ হওয়ার তারিখ $fullDate'; + + @override + String get dateRangeEndLabel => 'শেষ হওয়ার তারিখ'; + + @override + String get dateRangePickerHelpText => 'তারিখের ব্যাপ্তি বেছে নিন'; + + @override + String get dateRangeStartDateSemanticLabelRaw => r'শুরুর তারিখ $fullDate'; + + @override + String get dateRangeStartLabel => 'শুরুর তারিখ'; + + @override + String get dateSeparator => '/'; + + @override + String get deleteButtonTooltip => 'মুছে দিন'; + + @override + String get dialModeButtonLabel => 'ডায়াল বেছে নেওয়ার মোডে পাল্টান'; + + @override + String get dialogLabel => 'ডায়ালগ'; + + @override + String get drawerLabel => 'নেভিগেশান মেনু'; + + @override + String get expandedIconTapHint => 'আড়াল করুন'; + + @override + String get firstPageTooltip => 'প্রথম পৃষ্ঠা'; + + @override + String get hideAccountsLabel => 'অ্যাকাউন্টগুলি লুকান'; + + @override + String get inputDateModeButtonLabel => 'ইনপুট মোডে বদল করুন'; + + @override + String get inputTimeModeButtonLabel => 'টেক্সট ইনপুট মোডে পাল্টান'; + + @override + String get invalidDateFormatLabel => 'ভুল ফর্ম্যাট।'; + + @override + String get invalidDateRangeLabel => 'তারিখ সঠিক নয়।'; + + @override + String get invalidTimeLabel => 'সঠিক সময় লিখুন'; + + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; @override - String get cutButtonLabel => 'কাট করুন'; + String get keyboardKeyNumpad8 => 'Num 8'; @override - String get dateHelpText => 'dd/mm/yyyy'; + String get keyboardKeyNumpad9 => 'Num 9'; @override - String get dateInputLabel => 'তারিখ লিখুন'; + String get keyboardKeyNumpadAdd => 'Num +'; @override - String get dateOutOfRangeLabel => 'তারিখের ব্যাপ্তির বাইরে।'; + String get keyboardKeyNumpadComma => 'Num ,'; @override - String get datePickerHelpText => 'তারিখ বেছে নিন'; + String get keyboardKeyNumpadDecimal => 'Num .'; @override - String get dateRangeEndDateSemanticLabelRaw => r'শেষ হওয়ার তারিখ $fullDate'; + String get keyboardKeyNumpadDivide => 'Num /'; @override - String get dateRangeEndLabel => 'শেষ হওয়ার তারিখ'; + String get keyboardKeyNumpadEnter => 'Num Enter'; @override - String get dateRangePickerHelpText => 'তারিখের ব্যাপ্তি বেছে নিন'; + String get keyboardKeyNumpadEqual => 'Num ='; @override - String get dateRangeStartDateSemanticLabelRaw => r'শুরুর তারিখ $fullDate'; + String get keyboardKeyNumpadMultiply => 'Num *'; @override - String get dateRangeStartLabel => 'শুরুর তারিখ'; + String get keyboardKeyNumpadParenLeft => 'Num ('; @override - String get dateSeparator => '/'; + String get keyboardKeyNumpadParenRight => 'Num )'; @override - String get deleteButtonTooltip => 'মুছে দিন'; + String get keyboardKeyNumpadSubtract => 'Num -'; @override - String get dialModeButtonLabel => 'ডায়াল বেছে নেওয়ার মোডে পাল্টান'; + String get keyboardKeyPageDown => 'PgDown'; @override - String get dialogLabel => 'ডায়ালগ'; + String get keyboardKeyPageUp => 'PgUp'; @override - String get drawerLabel => 'নেভিগেশান মেনু'; + String get keyboardKeyPower => 'Power'; @override - String get expandedIconTapHint => 'আড়াল করুন'; + String get keyboardKeyPowerOff => 'Power Off'; @override - String get firstPageTooltip => 'প্রথম পৃষ্ঠা'; + String get keyboardKeyPrintScreen => 'Print Screen'; @override - String get hideAccountsLabel => 'অ্যাকাউন্টগুলি লুকান'; + String get keyboardKeyRomaji => 'Romaji'; @override - String get inputDateModeButtonLabel => 'ইনপুট মোডে বদল করুন'; + String get keyboardKeyScrollLock => 'Scroll Lock'; @override - String get inputTimeModeButtonLabel => 'টেক্সট ইনপুট মোডে পাল্টান'; + String get keyboardKeySelect => 'Select'; @override - String get invalidDateFormatLabel => 'ভুল ফর্ম্যাট।'; + String get keyboardKeySpace => 'Space'; @override - String get invalidDateRangeLabel => 'তারিখ সঠিক নয়।'; + String get keyboardKeyZenkaku => 'Zenkaku'; @override - String get invalidTimeLabel => 'সঠিক সময় লিখুন'; + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; @override String get lastPageTooltip => 'শেষ পৃষ্ঠা'; @@ -2647,6 +4039,180 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Unesite ispravno vrijeme'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'Posljednja stranica'; @@ -2959,6 +4525,180 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Introdueix una hora vàlida'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'Darrera pàgina'; @@ -3271,6 +5011,180 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Zadejte platný čas'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'Poslední stránka'; @@ -3512,76 +5426,250 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get continueButtonLabel => 'FORTSÆT'; @override - String get copyButtonLabel => 'Kopiér'; + String get copyButtonLabel => 'Kopiér'; + + @override + String get cutButtonLabel => 'Klip'; + + @override + String get dateHelpText => 'dd/mm/åååå'; + + @override + String get dateInputLabel => 'Angiv en dato'; + + @override + String get dateOutOfRangeLabel => 'Uden for rækkevidde.'; + + @override + String get datePickerHelpText => 'VÆLG DATO'; + + @override + String get dateRangeEndDateSemanticLabelRaw => r'Slutdato $fullDate'; + + @override + String get dateRangeEndLabel => 'Slutdato'; + + @override + String get dateRangePickerHelpText => 'VÆLG OMRÅDE'; + + @override + String get dateRangeStartDateSemanticLabelRaw => r'Startdato $fullDate'; + + @override + String get dateRangeStartLabel => 'Startdato'; + + @override + String get dateSeparator => '.'; + + @override + String get deleteButtonTooltip => 'Slet'; + + @override + String get dialModeButtonLabel => 'Skift til urskivevælger'; + + @override + String get dialogLabel => 'Dialogboks'; + + @override + String get drawerLabel => 'Navigationsmenu'; + + @override + String get expandedIconTapHint => 'Skjul'; + + @override + String get firstPageTooltip => 'Første side'; + + @override + String get hideAccountsLabel => 'Skjul konti'; + + @override + String get inputDateModeButtonLabel => 'Skift til input'; + + @override + String get inputTimeModeButtonLabel => 'Skift til indtastning'; + + @override + String get invalidDateFormatLabel => 'Ugyldigt format.'; + + @override + String get invalidDateRangeLabel => 'Ugyldigt interval.'; + + @override + String get invalidTimeLabel => 'Angiv et gyldigt tidspunkt'; + + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; @override - String get cutButtonLabel => 'Klip'; + String get keyboardKeyNumpad8 => 'Num 8'; @override - String get dateHelpText => 'dd/mm/åååå'; + String get keyboardKeyNumpad9 => 'Num 9'; @override - String get dateInputLabel => 'Angiv en dato'; + String get keyboardKeyNumpadAdd => 'Num +'; @override - String get dateOutOfRangeLabel => 'Uden for rækkevidde.'; + String get keyboardKeyNumpadComma => 'Num ,'; @override - String get datePickerHelpText => 'VÆLG DATO'; + String get keyboardKeyNumpadDecimal => 'Num .'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Slutdato $fullDate'; + String get keyboardKeyNumpadDivide => 'Num /'; @override - String get dateRangeEndLabel => 'Slutdato'; + String get keyboardKeyNumpadEnter => 'Num Enter'; @override - String get dateRangePickerHelpText => 'VÆLG OMRÅDE'; + String get keyboardKeyNumpadEqual => 'Num ='; @override - String get dateRangeStartDateSemanticLabelRaw => r'Startdato $fullDate'; + String get keyboardKeyNumpadMultiply => 'Num *'; @override - String get dateRangeStartLabel => 'Startdato'; + String get keyboardKeyNumpadParenLeft => 'Num ('; @override - String get dateSeparator => '.'; + String get keyboardKeyNumpadParenRight => 'Num )'; @override - String get deleteButtonTooltip => 'Slet'; + String get keyboardKeyNumpadSubtract => 'Num -'; @override - String get dialModeButtonLabel => 'Skift til urskivevælger'; + String get keyboardKeyPageDown => 'PgDown'; @override - String get dialogLabel => 'Dialogboks'; + String get keyboardKeyPageUp => 'PgUp'; @override - String get drawerLabel => 'Navigationsmenu'; + String get keyboardKeyPower => 'Power'; @override - String get expandedIconTapHint => 'Skjul'; + String get keyboardKeyPowerOff => 'Power Off'; @override - String get firstPageTooltip => 'Første side'; + String get keyboardKeyPrintScreen => 'Print Screen'; @override - String get hideAccountsLabel => 'Skjul konti'; + String get keyboardKeyRomaji => 'Romaji'; @override - String get inputDateModeButtonLabel => 'Skift til input'; + String get keyboardKeyScrollLock => 'Scroll Lock'; @override - String get inputTimeModeButtonLabel => 'Skift til indtastning'; + String get keyboardKeySelect => 'Select'; @override - String get invalidDateFormatLabel => 'Ugyldigt format.'; + String get keyboardKeySpace => 'Space'; @override - String get invalidDateRangeLabel => 'Ugyldigt interval.'; + String get keyboardKeyZenkaku => 'Zenkaku'; @override - String get invalidTimeLabel => 'Angiv et gyldigt tidspunkt'; + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; @override String get lastPageTooltip => 'Sidste side'; @@ -3895,6 +5983,180 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Geben Sie eine gültige Uhrzeit ein'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'Letzte Seite'; @@ -4255,6 +6517,180 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Εισαγάγετε μια έγκυρη ώρα'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'Τελευταία σελίδα'; @@ -4567,6 +7003,180 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Enter a valid time'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'Last page'; @@ -5369,76 +7979,250 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get continueButtonLabel => 'CONTINUAR'; @override - String get copyButtonLabel => 'Copiar'; + String get copyButtonLabel => 'Copiar'; + + @override + String get cutButtonLabel => 'Cortar'; + + @override + String get dateHelpText => 'mm/dd/aaaa'; + + @override + String get dateInputLabel => 'Introduce una fecha'; + + @override + String get dateOutOfRangeLabel => 'Fuera del periodo válido.'; + + @override + String get datePickerHelpText => 'SELECCIONAR FECHA'; + + @override + String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización $fullDate'; + + @override + String get dateRangeEndLabel => 'Fecha de finalización'; + + @override + String get dateRangePickerHelpText => 'SELECCIONAR PERIODO'; + + @override + String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio $fullDate'; + + @override + String get dateRangeStartLabel => 'Fecha de inicio'; + + @override + String get dateSeparator => '/'; + + @override + String get deleteButtonTooltip => 'Eliminar'; + + @override + String get dialModeButtonLabel => 'Cambiar al modo de selección de hora'; + + @override + String get dialogLabel => 'Cuadro de diálogo'; + + @override + String get drawerLabel => 'Menú de navegación'; + + @override + String get expandedIconTapHint => 'Ocultar'; + + @override + String get firstPageTooltip => 'Primera página'; + + @override + String get hideAccountsLabel => 'Ocultar cuentas'; + + @override + String get inputDateModeButtonLabel => 'Cambiar a cuadro de texto'; + + @override + String get inputTimeModeButtonLabel => 'Cambiar al modo de introducción de texto'; + + @override + String get invalidDateFormatLabel => 'Formato no válido.'; + + @override + String get invalidDateRangeLabel => 'Periodo no válido.'; + + @override + String get invalidTimeLabel => 'Indica una hora válida'; + + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; @override - String get cutButtonLabel => 'Cortar'; + String get keyboardKeyNumpad8 => 'Num 8'; @override - String get dateHelpText => 'mm/dd/aaaa'; + String get keyboardKeyNumpad9 => 'Num 9'; @override - String get dateInputLabel => 'Introduce una fecha'; + String get keyboardKeyNumpadAdd => 'Num +'; @override - String get dateOutOfRangeLabel => 'Fuera del periodo válido.'; + String get keyboardKeyNumpadComma => 'Num ,'; @override - String get datePickerHelpText => 'SELECCIONAR FECHA'; + String get keyboardKeyNumpadDecimal => 'Num .'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización $fullDate'; + String get keyboardKeyNumpadDivide => 'Num /'; @override - String get dateRangeEndLabel => 'Fecha de finalización'; + String get keyboardKeyNumpadEnter => 'Num Enter'; @override - String get dateRangePickerHelpText => 'SELECCIONAR PERIODO'; + String get keyboardKeyNumpadEqual => 'Num ='; @override - String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio $fullDate'; + String get keyboardKeyNumpadMultiply => 'Num *'; @override - String get dateRangeStartLabel => 'Fecha de inicio'; + String get keyboardKeyNumpadParenLeft => 'Num ('; @override - String get dateSeparator => '/'; + String get keyboardKeyNumpadParenRight => 'Num )'; @override - String get deleteButtonTooltip => 'Eliminar'; + String get keyboardKeyNumpadSubtract => 'Num -'; @override - String get dialModeButtonLabel => 'Cambiar al modo de selección de hora'; + String get keyboardKeyPageDown => 'PgDown'; @override - String get dialogLabel => 'Cuadro de diálogo'; + String get keyboardKeyPageUp => 'PgUp'; @override - String get drawerLabel => 'Menú de navegación'; + String get keyboardKeyPower => 'Power'; @override - String get expandedIconTapHint => 'Ocultar'; + String get keyboardKeyPowerOff => 'Power Off'; @override - String get firstPageTooltip => 'Primera página'; + String get keyboardKeyPrintScreen => 'Print Screen'; @override - String get hideAccountsLabel => 'Ocultar cuentas'; + String get keyboardKeyRomaji => 'Romaji'; @override - String get inputDateModeButtonLabel => 'Cambiar a cuadro de texto'; + String get keyboardKeyScrollLock => 'Scroll Lock'; @override - String get inputTimeModeButtonLabel => 'Cambiar al modo de introducción de texto'; + String get keyboardKeySelect => 'Select'; @override - String get invalidDateFormatLabel => 'Formato no válido.'; + String get keyboardKeySpace => 'Space'; @override - String get invalidDateRangeLabel => 'Periodo no válido.'; + String get keyboardKeyZenkaku => 'Zenkaku'; @override - String get invalidTimeLabel => 'Indica una hora válida'; + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; @override String get lastPageTooltip => 'Última página'; @@ -8335,6 +11119,180 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Sisestage sobiv kellaaeg'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'Viimane leht'; @@ -8647,6 +11605,180 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Idatzi balio duen ordu bat'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'Azken orria'; @@ -8959,6 +12091,180 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'زمان معتبری وارد کنید'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'صفحه آخر'; @@ -9200,76 +12506,250 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get continueButtonLabel => 'JATKA'; @override - String get copyButtonLabel => 'Kopioi'; + String get copyButtonLabel => 'Kopioi'; + + @override + String get cutButtonLabel => 'Leikkaa'; + + @override + String get dateHelpText => 'pp/kk/vvvv'; + + @override + String get dateInputLabel => 'Lisää päivämäärä'; + + @override + String get dateOutOfRangeLabel => 'Päivämäärä ei kelpaa'; + + @override + String get datePickerHelpText => 'VALITSE PÄIVÄMÄÄRÄ'; + + @override + String get dateRangeEndDateSemanticLabelRaw => r'Päättymispäivä $fullDate'; + + @override + String get dateRangeEndLabel => 'Päättymispäivä'; + + @override + String get dateRangePickerHelpText => 'VALITSE PÄIVÄMÄÄRÄVÄLI'; + + @override + String get dateRangeStartDateSemanticLabelRaw => r'Alkamispäivä $fullDate'; + + @override + String get dateRangeStartLabel => 'Alkamispäivä'; + + @override + String get dateSeparator => '/'; + + @override + String get deleteButtonTooltip => 'Poista'; + + @override + String get dialModeButtonLabel => 'Valitse kellotauluvalitsin'; + + @override + String get dialogLabel => 'Valintaikkuna'; + + @override + String get drawerLabel => 'Navigointivalikko'; + + @override + String get expandedIconTapHint => 'Tiivistä'; + + @override + String get firstPageTooltip => 'Ensimmäinen sivu'; + + @override + String get hideAccountsLabel => 'Piilota tilit'; + + @override + String get inputDateModeButtonLabel => 'Vaihda tekstinsyöttöön'; + + @override + String get inputTimeModeButtonLabel => 'Valitse syöttötavaksi teksti'; + + @override + String get invalidDateFormatLabel => 'Virheellinen muoto'; + + @override + String get invalidDateRangeLabel => 'Virheellinen päivämääräväli'; + + @override + String get invalidTimeLabel => 'Lisää kelvollinen aika'; + + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; @override - String get cutButtonLabel => 'Leikkaa'; + String get keyboardKeyNumpad8 => 'Num 8'; @override - String get dateHelpText => 'pp/kk/vvvv'; + String get keyboardKeyNumpad9 => 'Num 9'; @override - String get dateInputLabel => 'Lisää päivämäärä'; + String get keyboardKeyNumpadAdd => 'Num +'; @override - String get dateOutOfRangeLabel => 'Päivämäärä ei kelpaa'; + String get keyboardKeyNumpadComma => 'Num ,'; @override - String get datePickerHelpText => 'VALITSE PÄIVÄMÄÄRÄ'; + String get keyboardKeyNumpadDecimal => 'Num .'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Päättymispäivä $fullDate'; + String get keyboardKeyNumpadDivide => 'Num /'; @override - String get dateRangeEndLabel => 'Päättymispäivä'; + String get keyboardKeyNumpadEnter => 'Num Enter'; @override - String get dateRangePickerHelpText => 'VALITSE PÄIVÄMÄÄRÄVÄLI'; + String get keyboardKeyNumpadEqual => 'Num ='; @override - String get dateRangeStartDateSemanticLabelRaw => r'Alkamispäivä $fullDate'; + String get keyboardKeyNumpadMultiply => 'Num *'; @override - String get dateRangeStartLabel => 'Alkamispäivä'; + String get keyboardKeyNumpadParenLeft => 'Num ('; @override - String get dateSeparator => '/'; + String get keyboardKeyNumpadParenRight => 'Num )'; @override - String get deleteButtonTooltip => 'Poista'; + String get keyboardKeyNumpadSubtract => 'Num -'; @override - String get dialModeButtonLabel => 'Valitse kellotauluvalitsin'; + String get keyboardKeyPageDown => 'PgDown'; @override - String get dialogLabel => 'Valintaikkuna'; + String get keyboardKeyPageUp => 'PgUp'; @override - String get drawerLabel => 'Navigointivalikko'; + String get keyboardKeyPower => 'Power'; @override - String get expandedIconTapHint => 'Tiivistä'; + String get keyboardKeyPowerOff => 'Power Off'; @override - String get firstPageTooltip => 'Ensimmäinen sivu'; + String get keyboardKeyPrintScreen => 'Print Screen'; @override - String get hideAccountsLabel => 'Piilota tilit'; + String get keyboardKeyRomaji => 'Romaji'; @override - String get inputDateModeButtonLabel => 'Vaihda tekstinsyöttöön'; + String get keyboardKeyScrollLock => 'Scroll Lock'; @override - String get inputTimeModeButtonLabel => 'Valitse syöttötavaksi teksti'; + String get keyboardKeySelect => 'Select'; @override - String get invalidDateFormatLabel => 'Virheellinen muoto'; + String get keyboardKeySpace => 'Space'; @override - String get invalidDateRangeLabel => 'Virheellinen päivämääräväli'; + String get keyboardKeyZenkaku => 'Zenkaku'; @override - String get invalidTimeLabel => 'Lisää kelvollinen aika'; + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; @override String get lastPageTooltip => 'Viimeinen sivu'; @@ -9583,6 +13063,180 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Maglagay ng valid na oras'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'Huling page'; @@ -9895,6 +13549,180 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Veuillez indiquer une heure valide'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'Dernière page'; @@ -10309,6 +14137,180 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Escribe unha hora válida'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'Última páxina'; @@ -10550,76 +14552,250 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get continueButtonLabel => 'WEITER'; @override - String get copyButtonLabel => 'Kopieren'; + String get copyButtonLabel => 'Kopieren'; + + @override + String get cutButtonLabel => 'Ausschneiden'; + + @override + String get dateHelpText => 'tt.mm.jjjj'; + + @override + String get dateInputLabel => 'Datum eingeben'; + + @override + String get dateOutOfRangeLabel => 'Außerhalb des Zeitraums.'; + + @override + String get datePickerHelpText => 'DATUM AUSWÄHLEN'; + + @override + String get dateRangeEndDateSemanticLabelRaw => r'Enddatum $fullDate'; + + @override + String get dateRangeEndLabel => 'Enddatum'; + + @override + String get dateRangePickerHelpText => 'ZEITRAUM AUSWÄHLEN'; + + @override + String get dateRangeStartDateSemanticLabelRaw => r'Startdatum $fullDate'; + + @override + String get dateRangeStartLabel => 'Startdatum'; + + @override + String get dateSeparator => '.'; + + @override + String get deleteButtonTooltip => 'Löschen'; + + @override + String get dialModeButtonLabel => 'Zur Uhrzeitauswahl wechseln'; + + @override + String get dialogLabel => 'Dialogfeld'; + + @override + String get drawerLabel => 'Navigationsmenü'; + + @override + String get expandedIconTapHint => 'Minimieren'; + + @override + String get firstPageTooltip => 'Erste Seite'; + + @override + String get hideAccountsLabel => 'Konten ausblenden'; + + @override + String get inputDateModeButtonLabel => 'Zur Texteingabe wechseln'; + + @override + String get inputTimeModeButtonLabel => 'Zum Texteingabemodus wechseln'; + + @override + String get invalidDateFormatLabel => 'Ungültiges Format.'; + + @override + String get invalidDateRangeLabel => 'Ungültiger Zeitraum.'; + + @override + String get invalidTimeLabel => 'Geben Sie eine gültige Uhrzeit ein'; + + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; @override - String get cutButtonLabel => 'Ausschneiden'; + String get keyboardKeyNumpad8 => 'Num 8'; @override - String get dateHelpText => 'tt.mm.jjjj'; + String get keyboardKeyNumpad9 => 'Num 9'; @override - String get dateInputLabel => 'Datum eingeben'; + String get keyboardKeyNumpadAdd => 'Num +'; @override - String get dateOutOfRangeLabel => 'Außerhalb des Zeitraums.'; + String get keyboardKeyNumpadComma => 'Num ,'; @override - String get datePickerHelpText => 'DATUM AUSWÄHLEN'; + String get keyboardKeyNumpadDecimal => 'Num .'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Enddatum $fullDate'; + String get keyboardKeyNumpadDivide => 'Num /'; @override - String get dateRangeEndLabel => 'Enddatum'; + String get keyboardKeyNumpadEnter => 'Num Enter'; @override - String get dateRangePickerHelpText => 'ZEITRAUM AUSWÄHLEN'; + String get keyboardKeyNumpadEqual => 'Num ='; @override - String get dateRangeStartDateSemanticLabelRaw => r'Startdatum $fullDate'; + String get keyboardKeyNumpadMultiply => 'Num *'; @override - String get dateRangeStartLabel => 'Startdatum'; + String get keyboardKeyNumpadParenLeft => 'Num ('; @override - String get dateSeparator => '.'; + String get keyboardKeyNumpadParenRight => 'Num )'; @override - String get deleteButtonTooltip => 'Löschen'; + String get keyboardKeyNumpadSubtract => 'Num -'; @override - String get dialModeButtonLabel => 'Zur Uhrzeitauswahl wechseln'; + String get keyboardKeyPageDown => 'PgDown'; @override - String get dialogLabel => 'Dialogfeld'; + String get keyboardKeyPageUp => 'PgUp'; @override - String get drawerLabel => 'Navigationsmenü'; + String get keyboardKeyPower => 'Power'; @override - String get expandedIconTapHint => 'Minimieren'; + String get keyboardKeyPowerOff => 'Power Off'; @override - String get firstPageTooltip => 'Erste Seite'; + String get keyboardKeyPrintScreen => 'Print Screen'; @override - String get hideAccountsLabel => 'Konten ausblenden'; + String get keyboardKeyRomaji => 'Romaji'; @override - String get inputDateModeButtonLabel => 'Zur Texteingabe wechseln'; + String get keyboardKeyScrollLock => 'Scroll Lock'; @override - String get inputTimeModeButtonLabel => 'Zum Texteingabemodus wechseln'; + String get keyboardKeySelect => 'Select'; @override - String get invalidDateFormatLabel => 'Ungültiges Format.'; + String get keyboardKeySpace => 'Space'; @override - String get invalidDateRangeLabel => 'Ungültiger Zeitraum.'; + String get keyboardKeyZenkaku => 'Zenkaku'; @override - String get invalidTimeLabel => 'Geben Sie eine gültige Uhrzeit ein'; + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; @override String get lastPageTooltip => 'Letzte Seite'; @@ -10933,6 +15109,180 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'માન્ય સમય દાખલ કરો'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'છેલ્લું પેજ'; @@ -11245,6 +15595,180 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'יש להזין שעה תקינה'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'לדף האחרון'; @@ -11557,6 +16081,180 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'मान्य समय डालें'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'आखिरी पेज'; @@ -11798,76 +16496,250 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get continueButtonLabel => 'NASTAVI'; @override - String get copyButtonLabel => 'Kopiraj'; + String get copyButtonLabel => 'Kopiraj'; + + @override + String get cutButtonLabel => 'Izreži'; + + @override + String get dateHelpText => 'dd. mm. gggg.'; + + @override + String get dateInputLabel => 'Unesite datum'; + + @override + String get dateOutOfRangeLabel => 'Izvan raspona.'; + + @override + String get datePickerHelpText => 'ODABERITE DATUM'; + + @override + String get dateRangeEndDateSemanticLabelRaw => r'Datum završetka $fullDate'; + + @override + String get dateRangeEndLabel => 'Datum završetka'; + + @override + String get dateRangePickerHelpText => 'ODABERITE RASPON'; + + @override + String get dateRangeStartDateSemanticLabelRaw => r'Datum početka $fullDate'; + + @override + String get dateRangeStartLabel => 'Datum početka'; + + @override + String get dateSeparator => '.'; + + @override + String get deleteButtonTooltip => 'Brisanje'; + + @override + String get dialModeButtonLabel => 'Prijelaz na način alata za odabir biranja'; + + @override + String get dialogLabel => 'Dijalog'; + + @override + String get drawerLabel => 'Navigacijski izbornik'; + + @override + String get expandedIconTapHint => 'Sažmi'; + + @override + String get firstPageTooltip => 'Prva stranica'; + + @override + String get hideAccountsLabel => 'Sakrijte račune'; + + @override + String get inputDateModeButtonLabel => 'Prijeđite na unos'; + + @override + String get inputTimeModeButtonLabel => 'Prijelaz na način unosa teksta'; + + @override + String get invalidDateFormatLabel => 'Format nije važeći.'; + + @override + String get invalidDateRangeLabel => 'Raspon nije važeći.'; + + @override + String get invalidTimeLabel => 'Unesite važeće vrijeme'; + + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; @override - String get cutButtonLabel => 'Izreži'; + String get keyboardKeyNumpad8 => 'Num 8'; @override - String get dateHelpText => 'dd. mm. gggg.'; + String get keyboardKeyNumpad9 => 'Num 9'; @override - String get dateInputLabel => 'Unesite datum'; + String get keyboardKeyNumpadAdd => 'Num +'; @override - String get dateOutOfRangeLabel => 'Izvan raspona.'; + String get keyboardKeyNumpadComma => 'Num ,'; @override - String get datePickerHelpText => 'ODABERITE DATUM'; + String get keyboardKeyNumpadDecimal => 'Num .'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Datum završetka $fullDate'; + String get keyboardKeyNumpadDivide => 'Num /'; @override - String get dateRangeEndLabel => 'Datum završetka'; + String get keyboardKeyNumpadEnter => 'Num Enter'; @override - String get dateRangePickerHelpText => 'ODABERITE RASPON'; + String get keyboardKeyNumpadEqual => 'Num ='; @override - String get dateRangeStartDateSemanticLabelRaw => r'Datum početka $fullDate'; + String get keyboardKeyNumpadMultiply => 'Num *'; @override - String get dateRangeStartLabel => 'Datum početka'; + String get keyboardKeyNumpadParenLeft => 'Num ('; @override - String get dateSeparator => '.'; + String get keyboardKeyNumpadParenRight => 'Num )'; @override - String get deleteButtonTooltip => 'Brisanje'; + String get keyboardKeyNumpadSubtract => 'Num -'; @override - String get dialModeButtonLabel => 'Prijelaz na način alata za odabir biranja'; + String get keyboardKeyPageDown => 'PgDown'; @override - String get dialogLabel => 'Dijalog'; + String get keyboardKeyPageUp => 'PgUp'; @override - String get drawerLabel => 'Navigacijski izbornik'; + String get keyboardKeyPower => 'Power'; @override - String get expandedIconTapHint => 'Sažmi'; + String get keyboardKeyPowerOff => 'Power Off'; @override - String get firstPageTooltip => 'Prva stranica'; + String get keyboardKeyPrintScreen => 'Print Screen'; @override - String get hideAccountsLabel => 'Sakrijte račune'; + String get keyboardKeyRomaji => 'Romaji'; @override - String get inputDateModeButtonLabel => 'Prijeđite na unos'; + String get keyboardKeyScrollLock => 'Scroll Lock'; @override - String get inputTimeModeButtonLabel => 'Prijelaz na način unosa teksta'; + String get keyboardKeySelect => 'Select'; @override - String get invalidDateFormatLabel => 'Format nije važeći.'; + String get keyboardKeySpace => 'Space'; @override - String get invalidDateRangeLabel => 'Raspon nije važeći.'; + String get keyboardKeyZenkaku => 'Zenkaku'; @override - String get invalidTimeLabel => 'Unesite važeće vrijeme'; + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; @override String get lastPageTooltip => 'Posljednja stranica'; @@ -12181,6 +17053,180 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Érvényes formátumban adja meg az időt'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'Utolsó oldal'; @@ -12493,6 +17539,180 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Մուտքագրեք վավեր ժամ'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'Վերջին էջ'; @@ -12805,6 +18025,180 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Masukkan waktu yang valid'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'Halaman terakhir'; @@ -13046,76 +18440,250 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get continueButtonLabel => 'HALDA ÁFRAM'; @override - String get copyButtonLabel => 'Afrita'; + String get copyButtonLabel => 'Afrita'; + + @override + String get cutButtonLabel => 'Klippa'; + + @override + String get dateHelpText => 'dd.mm.áááá'; + + @override + String get dateInputLabel => 'Slá inn dagsetningu'; + + @override + String get dateOutOfRangeLabel => 'Utan sviðs.'; + + @override + String get datePickerHelpText => 'VELJA DAGSETNINGU'; + + @override + String get dateRangeEndDateSemanticLabelRaw => r'Lokadagur $fullDate'; + + @override + String get dateRangeEndLabel => 'Lokadagur'; + + @override + String get dateRangePickerHelpText => 'VELJA SVIÐ'; + + @override + String get dateRangeStartDateSemanticLabelRaw => r'Upphafsdagur $fullDate'; + + @override + String get dateRangeStartLabel => 'Upphafsdagur'; + + @override + String get dateSeparator => '/'; + + @override + String get deleteButtonTooltip => 'Eyða'; + + @override + String get dialModeButtonLabel => 'Skiptu yfir í skífuval'; + + @override + String get dialogLabel => 'Gluggi'; + + @override + String get drawerLabel => 'Yfirlitsvalmynd'; + + @override + String get expandedIconTapHint => 'Draga saman'; + + @override + String get firstPageTooltip => 'Fyrsta síða'; + + @override + String get hideAccountsLabel => 'Fela reikninga'; + + @override + String get inputDateModeButtonLabel => 'Skipta yfir í innslátt'; + + @override + String get inputTimeModeButtonLabel => 'Skiptu yfir í textainnslátt'; + + @override + String get invalidDateFormatLabel => 'Ógilt snið.'; + + @override + String get invalidDateRangeLabel => 'Ógilt svið.'; + + @override + String get invalidTimeLabel => 'Færðu inn gildan tíma'; + + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; @override - String get cutButtonLabel => 'Klippa'; + String get keyboardKeyNumpad8 => 'Num 8'; @override - String get dateHelpText => 'dd.mm.áááá'; + String get keyboardKeyNumpad9 => 'Num 9'; @override - String get dateInputLabel => 'Slá inn dagsetningu'; + String get keyboardKeyNumpadAdd => 'Num +'; @override - String get dateOutOfRangeLabel => 'Utan sviðs.'; + String get keyboardKeyNumpadComma => 'Num ,'; @override - String get datePickerHelpText => 'VELJA DAGSETNINGU'; + String get keyboardKeyNumpadDecimal => 'Num .'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Lokadagur $fullDate'; + String get keyboardKeyNumpadDivide => 'Num /'; @override - String get dateRangeEndLabel => 'Lokadagur'; + String get keyboardKeyNumpadEnter => 'Num Enter'; @override - String get dateRangePickerHelpText => 'VELJA SVIÐ'; + String get keyboardKeyNumpadEqual => 'Num ='; @override - String get dateRangeStartDateSemanticLabelRaw => r'Upphafsdagur $fullDate'; + String get keyboardKeyNumpadMultiply => 'Num *'; @override - String get dateRangeStartLabel => 'Upphafsdagur'; + String get keyboardKeyNumpadParenLeft => 'Num ('; @override - String get dateSeparator => '/'; + String get keyboardKeyNumpadParenRight => 'Num )'; @override - String get deleteButtonTooltip => 'Eyða'; + String get keyboardKeyNumpadSubtract => 'Num -'; @override - String get dialModeButtonLabel => 'Skiptu yfir í skífuval'; + String get keyboardKeyPageDown => 'PgDown'; @override - String get dialogLabel => 'Gluggi'; + String get keyboardKeyPageUp => 'PgUp'; @override - String get drawerLabel => 'Yfirlitsvalmynd'; + String get keyboardKeyPower => 'Power'; @override - String get expandedIconTapHint => 'Draga saman'; + String get keyboardKeyPowerOff => 'Power Off'; @override - String get firstPageTooltip => 'Fyrsta síða'; + String get keyboardKeyPrintScreen => 'Print Screen'; @override - String get hideAccountsLabel => 'Fela reikninga'; + String get keyboardKeyRomaji => 'Romaji'; @override - String get inputDateModeButtonLabel => 'Skipta yfir í innslátt'; + String get keyboardKeyScrollLock => 'Scroll Lock'; @override - String get inputTimeModeButtonLabel => 'Skiptu yfir í textainnslátt'; + String get keyboardKeySelect => 'Select'; @override - String get invalidDateFormatLabel => 'Ógilt snið.'; + String get keyboardKeySpace => 'Space'; @override - String get invalidDateRangeLabel => 'Ógilt svið.'; + String get keyboardKeyZenkaku => 'Zenkaku'; @override - String get invalidTimeLabel => 'Færðu inn gildan tíma'; + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; @override String get lastPageTooltip => 'Síðasta síða'; @@ -13429,6 +18997,180 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Inserisci un orario valido'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'Ultima pagina'; @@ -13741,6 +19483,180 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => '有効な時刻を入力してください'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => '最後のページ'; @@ -14053,6 +19969,180 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'შეიყვანეთ სწორი დრო'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'ბოლო გვერდი'; @@ -14294,76 +20384,250 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get continueButtonLabel => 'ЖАЛҒАСТЫРУ'; @override - String get copyButtonLabel => 'Көшіру'; + String get copyButtonLabel => 'Көшіру'; + + @override + String get cutButtonLabel => 'Қию'; + + @override + String get dateHelpText => 'кк.аа.жжжж'; + + @override + String get dateInputLabel => 'Күнді енгізу'; + + @override + String get dateOutOfRangeLabel => 'Ауқымнан тыc.'; + + @override + String get datePickerHelpText => 'КҮНДІ ТАҢДАУ'; + + @override + String get dateRangeEndDateSemanticLabelRaw => r'Аяқталу күні $fullDate'; + + @override + String get dateRangeEndLabel => 'Аяқталу күні'; + + @override + String get dateRangePickerHelpText => 'АУҚЫМДЫ ТАҢДАУ'; + + @override + String get dateRangeStartDateSemanticLabelRaw => r'Басталу күні $fullDate'; + + @override + String get dateRangeStartLabel => 'Басталу күні'; + + @override + String get dateSeparator => '.'; + + @override + String get deleteButtonTooltip => 'Жою'; + + @override + String get dialModeButtonLabel => 'Таңдау режиміне ауысу'; + + @override + String get dialogLabel => 'Диалогтық терезе'; + + @override + String get drawerLabel => 'Навигация мәзірі'; + + @override + String get expandedIconTapHint => 'Жию'; + + @override + String get firstPageTooltip => 'Бірінші бет'; + + @override + String get hideAccountsLabel => 'Аккаунттарды жасыру'; + + @override + String get inputDateModeButtonLabel => 'Мәтін енгізуге ауысу'; + + @override + String get inputTimeModeButtonLabel => 'Мәтін енгізу режиміне ауысу'; + + @override + String get invalidDateFormatLabel => 'Формат жарамсыз.'; + + @override + String get invalidDateRangeLabel => 'Ауқым жарамсыз.'; + + @override + String get invalidTimeLabel => 'Жарамды уақыт мәліметін енгізіңіз.'; + + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; @override - String get cutButtonLabel => 'Қию'; + String get keyboardKeyNumpad8 => 'Num 8'; @override - String get dateHelpText => 'кк.аа.жжжж'; + String get keyboardKeyNumpad9 => 'Num 9'; @override - String get dateInputLabel => 'Күнді енгізу'; + String get keyboardKeyNumpadAdd => 'Num +'; @override - String get dateOutOfRangeLabel => 'Ауқымнан тыc.'; + String get keyboardKeyNumpadComma => 'Num ,'; @override - String get datePickerHelpText => 'КҮНДІ ТАҢДАУ'; + String get keyboardKeyNumpadDecimal => 'Num .'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Аяқталу күні $fullDate'; + String get keyboardKeyNumpadDivide => 'Num /'; @override - String get dateRangeEndLabel => 'Аяқталу күні'; + String get keyboardKeyNumpadEnter => 'Num Enter'; @override - String get dateRangePickerHelpText => 'АУҚЫМДЫ ТАҢДАУ'; + String get keyboardKeyNumpadEqual => 'Num ='; @override - String get dateRangeStartDateSemanticLabelRaw => r'Басталу күні $fullDate'; + String get keyboardKeyNumpadMultiply => 'Num *'; @override - String get dateRangeStartLabel => 'Басталу күні'; + String get keyboardKeyNumpadParenLeft => 'Num ('; @override - String get dateSeparator => '.'; + String get keyboardKeyNumpadParenRight => 'Num )'; @override - String get deleteButtonTooltip => 'Жою'; + String get keyboardKeyNumpadSubtract => 'Num -'; @override - String get dialModeButtonLabel => 'Таңдау режиміне ауысу'; + String get keyboardKeyPageDown => 'PgDown'; @override - String get dialogLabel => 'Диалогтық терезе'; + String get keyboardKeyPageUp => 'PgUp'; @override - String get drawerLabel => 'Навигация мәзірі'; + String get keyboardKeyPower => 'Power'; @override - String get expandedIconTapHint => 'Жию'; + String get keyboardKeyPowerOff => 'Power Off'; @override - String get firstPageTooltip => 'Бірінші бет'; + String get keyboardKeyPrintScreen => 'Print Screen'; @override - String get hideAccountsLabel => 'Аккаунттарды жасыру'; + String get keyboardKeyRomaji => 'Romaji'; @override - String get inputDateModeButtonLabel => 'Мәтін енгізуге ауысу'; + String get keyboardKeyScrollLock => 'Scroll Lock'; @override - String get inputTimeModeButtonLabel => 'Мәтін енгізу режиміне ауысу'; + String get keyboardKeySelect => 'Select'; @override - String get invalidDateFormatLabel => 'Формат жарамсыз.'; + String get keyboardKeySpace => 'Space'; @override - String get invalidDateRangeLabel => 'Ауқым жарамсыз.'; + String get keyboardKeyZenkaku => 'Zenkaku'; @override - String get invalidTimeLabel => 'Жарамды уақыт мәліметін енгізіңіз.'; + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; @override String get lastPageTooltip => 'Соңғы бет'; @@ -14677,6 +20941,180 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'បញ្ចូលពេលវេលា​ដែល​ត្រឹមត្រូវ'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'ទំព័រ​ចុង​ក្រោយ'; @@ -14989,6 +21427,180 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => '\u{cae}\u{cbe}\u{ca8}\u{ccd}\u{caf}\u{cb5}\u{cbe}\u{ca6}\u{20}\u{cb8}\u{cae}\u{caf}\u{cb5}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{ca8}\u{cae}\u{cc2}\u{ca6}\u{cbf}\u{cb8}\u{cbf}'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => '\u{45}\u{69}\u{73}\u{16b}'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => '\u{c95}\u{cca}\u{ca8}\u{cc6}\u{caf}\u{20}\u{caa}\u{cc1}\u{c9f}'; @@ -15301,6 +21913,180 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => '유효한 시간을 입력하세요.'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => '마지막 페이지'; @@ -15542,76 +22328,250 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get continueButtonLabel => 'УЛАНТУУ'; @override - String get copyButtonLabel => 'Көчүрүү'; + String get copyButtonLabel => 'Көчүрүү'; + + @override + String get cutButtonLabel => 'Кесүү'; + + @override + String get dateHelpText => 'кк.аа.жжжж'; + + @override + String get dateInputLabel => 'Күндү киргизүү'; + + @override + String get dateOutOfRangeLabel => 'Аракет чегинен тышкары.'; + + @override + String get datePickerHelpText => 'КҮНДҮ ТАНДОО'; + + @override + String get dateRangeEndDateSemanticLabelRaw => r'Аяктоо күнү $fullDate'; + + @override + String get dateRangeEndLabel => 'Аяктоо күнү'; + + @override + String get dateRangePickerHelpText => 'ДИАПАЗОНДУ ТАНДОО'; + + @override + String get dateRangeStartDateSemanticLabelRaw => r'Баштоо күнү $fullDate'; + + @override + String get dateRangeStartLabel => 'Баштоо күнү'; + + @override + String get dateSeparator => '.'; + + @override + String get deleteButtonTooltip => 'Жок кылуу'; + + @override + String get dialModeButtonLabel => 'Терүүнү тандагыч режимине которулуу'; + + @override + String get dialogLabel => 'Диалог'; + + @override + String get drawerLabel => 'Чабыттоо менюсу'; + + @override + String get expandedIconTapHint => 'Жыйыштыруу'; + + @override + String get firstPageTooltip => 'Биринчи бет'; + + @override + String get hideAccountsLabel => 'Аккаунттарды жашыруу'; + + @override + String get inputDateModeButtonLabel => 'Терип киргизүү режимине которулуңуз'; + + @override + String get inputTimeModeButtonLabel => 'Текст киргизүү режимине которулуу'; + + @override + String get invalidDateFormatLabel => 'Жараксыз формат.'; + + @override + String get invalidDateRangeLabel => 'Жараксыз диапазон.'; + + @override + String get invalidTimeLabel => 'Убакытты туура көрсөтүңүз'; + + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; @override - String get cutButtonLabel => 'Кесүү'; + String get keyboardKeyNumpad8 => 'Num 8'; @override - String get dateHelpText => 'кк.аа.жжжж'; + String get keyboardKeyNumpad9 => 'Num 9'; @override - String get dateInputLabel => 'Күндү киргизүү'; + String get keyboardKeyNumpadAdd => 'Num +'; @override - String get dateOutOfRangeLabel => 'Аракет чегинен тышкары.'; + String get keyboardKeyNumpadComma => 'Num ,'; @override - String get datePickerHelpText => 'КҮНДҮ ТАНДОО'; + String get keyboardKeyNumpadDecimal => 'Num .'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Аяктоо күнү $fullDate'; + String get keyboardKeyNumpadDivide => 'Num /'; @override - String get dateRangeEndLabel => 'Аяктоо күнү'; + String get keyboardKeyNumpadEnter => 'Num Enter'; @override - String get dateRangePickerHelpText => 'ДИАПАЗОНДУ ТАНДОО'; + String get keyboardKeyNumpadEqual => 'Num ='; @override - String get dateRangeStartDateSemanticLabelRaw => r'Баштоо күнү $fullDate'; + String get keyboardKeyNumpadMultiply => 'Num *'; @override - String get dateRangeStartLabel => 'Баштоо күнү'; + String get keyboardKeyNumpadParenLeft => 'Num ('; @override - String get dateSeparator => '.'; + String get keyboardKeyNumpadParenRight => 'Num )'; @override - String get deleteButtonTooltip => 'Жок кылуу'; + String get keyboardKeyNumpadSubtract => 'Num -'; @override - String get dialModeButtonLabel => 'Терүүнү тандагыч режимине которулуу'; + String get keyboardKeyPageDown => 'PgDown'; @override - String get dialogLabel => 'Диалог'; + String get keyboardKeyPageUp => 'PgUp'; @override - String get drawerLabel => 'Чабыттоо менюсу'; + String get keyboardKeyPower => 'Power'; @override - String get expandedIconTapHint => 'Жыйыштыруу'; + String get keyboardKeyPowerOff => 'Power Off'; @override - String get firstPageTooltip => 'Биринчи бет'; + String get keyboardKeyPrintScreen => 'Print Screen'; @override - String get hideAccountsLabel => 'Аккаунттарды жашыруу'; + String get keyboardKeyRomaji => 'Romaji'; @override - String get inputDateModeButtonLabel => 'Терип киргизүү режимине которулуңуз'; + String get keyboardKeyScrollLock => 'Scroll Lock'; @override - String get inputTimeModeButtonLabel => 'Текст киргизүү режимине которулуу'; + String get keyboardKeySelect => 'Select'; @override - String get invalidDateFormatLabel => 'Жараксыз формат.'; + String get keyboardKeySpace => 'Space'; @override - String get invalidDateRangeLabel => 'Жараксыз диапазон.'; + String get keyboardKeyZenkaku => 'Zenkaku'; @override - String get invalidTimeLabel => 'Убакытты туура көрсөтүңүз'; + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; @override String get lastPageTooltip => 'Акыркы бет'; @@ -15925,6 +22885,180 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'ລະບຸເວລາທີ່ຖືກຕ້ອງ'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'ໜ້າສຸດທ້າຍ'; @@ -16237,6 +23371,180 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Įveskite tinkamą laiką'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'Paskutinis puslapis'; @@ -16549,6 +23857,180 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Ievadiet derīgu laiku.'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'Pēdējā lapa'; @@ -16790,76 +24272,250 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get continueButtonLabel => 'ПРОДОЛЖИ'; @override - String get copyButtonLabel => 'Копирај'; + String get copyButtonLabel => 'Копирај'; + + @override + String get cutButtonLabel => 'Исечи'; + + @override + String get dateHelpText => 'dd.mm.yyyy'; + + @override + String get dateInputLabel => 'Внесете датум'; + + @override + String get dateOutOfRangeLabel => 'Надвор од опсег.'; + + @override + String get datePickerHelpText => 'ИЗБЕРЕТЕ ДАТУМ'; + + @override + String get dateRangeEndDateSemanticLabelRaw => r'Краен датум $fullDate'; + + @override + String get dateRangeEndLabel => 'Краен датум'; + + @override + String get dateRangePickerHelpText => 'ИЗБЕРЕТЕ ОПСЕГ'; + + @override + String get dateRangeStartDateSemanticLabelRaw => r'Датум на започнување $fullDate'; + + @override + String get dateRangeStartLabel => 'Датум на започнување'; + + @override + String get dateSeparator => '.'; + + @override + String get deleteButtonTooltip => 'Избриши'; + + @override + String get dialModeButtonLabel => 'Префрлете се на режим на избирач'; + + @override + String get dialogLabel => 'Дијалог'; + + @override + String get drawerLabel => 'Мени за навигација'; + + @override + String get expandedIconTapHint => 'Собери'; + + @override + String get firstPageTooltip => 'Прва страница'; + + @override + String get hideAccountsLabel => 'Сокриј сметки'; + + @override + String get inputDateModeButtonLabel => 'Префрли на внесување'; + + @override + String get inputTimeModeButtonLabel => 'Префрлете се на режим за внесување текст'; + + @override + String get invalidDateFormatLabel => 'Неважечки формат.'; + + @override + String get invalidDateRangeLabel => 'Погрешен опсег.'; + + @override + String get invalidTimeLabel => 'Внесете важечко време'; + + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; @override - String get cutButtonLabel => 'Исечи'; + String get keyboardKeyNumpad8 => 'Num 8'; @override - String get dateHelpText => 'dd.mm.yyyy'; + String get keyboardKeyNumpad9 => 'Num 9'; @override - String get dateInputLabel => 'Внесете датум'; + String get keyboardKeyNumpadAdd => 'Num +'; @override - String get dateOutOfRangeLabel => 'Надвор од опсег.'; + String get keyboardKeyNumpadComma => 'Num ,'; @override - String get datePickerHelpText => 'ИЗБЕРЕТЕ ДАТУМ'; + String get keyboardKeyNumpadDecimal => 'Num .'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Краен датум $fullDate'; + String get keyboardKeyNumpadDivide => 'Num /'; @override - String get dateRangeEndLabel => 'Краен датум'; + String get keyboardKeyNumpadEnter => 'Num Enter'; @override - String get dateRangePickerHelpText => 'ИЗБЕРЕТЕ ОПСЕГ'; + String get keyboardKeyNumpadEqual => 'Num ='; @override - String get dateRangeStartDateSemanticLabelRaw => r'Датум на започнување $fullDate'; + String get keyboardKeyNumpadMultiply => 'Num *'; @override - String get dateRangeStartLabel => 'Датум на започнување'; + String get keyboardKeyNumpadParenLeft => 'Num ('; @override - String get dateSeparator => '.'; + String get keyboardKeyNumpadParenRight => 'Num )'; @override - String get deleteButtonTooltip => 'Избриши'; + String get keyboardKeyNumpadSubtract => 'Num -'; @override - String get dialModeButtonLabel => 'Префрлете се на режим на избирач'; + String get keyboardKeyPageDown => 'PgDown'; @override - String get dialogLabel => 'Дијалог'; + String get keyboardKeyPageUp => 'PgUp'; @override - String get drawerLabel => 'Мени за навигација'; + String get keyboardKeyPower => 'Power'; @override - String get expandedIconTapHint => 'Собери'; + String get keyboardKeyPowerOff => 'Power Off'; @override - String get firstPageTooltip => 'Прва страница'; + String get keyboardKeyPrintScreen => 'Print Screen'; @override - String get hideAccountsLabel => 'Сокриј сметки'; + String get keyboardKeyRomaji => 'Romaji'; @override - String get inputDateModeButtonLabel => 'Префрли на внесување'; + String get keyboardKeyScrollLock => 'Scroll Lock'; @override - String get inputTimeModeButtonLabel => 'Префрлете се на режим за внесување текст'; + String get keyboardKeySelect => 'Select'; @override - String get invalidDateFormatLabel => 'Неважечки формат.'; + String get keyboardKeySpace => 'Space'; @override - String get invalidDateRangeLabel => 'Погрешен опсег.'; + String get keyboardKeyZenkaku => 'Zenkaku'; @override - String get invalidTimeLabel => 'Внесете важечко време'; + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; @override String get lastPageTooltip => 'Последна страница'; @@ -17173,6 +24829,180 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'സാധുവായ സമയം നൽകുക'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'അവസാന പേജ്'; @@ -17485,6 +25315,180 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Цагийг зөв оруулна уу'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'Сүүлийн хуудас'; @@ -17797,6 +25801,180 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'योग्य वेळ एंटर करा'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'शेवटचे पेज'; @@ -18038,76 +26216,250 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get continueButtonLabel => 'TERUSKAN'; @override - String get copyButtonLabel => 'Salin'; + String get copyButtonLabel => 'Salin'; + + @override + String get cutButtonLabel => 'Potong'; + + @override + String get dateHelpText => 'bb/hh/tttt'; + + @override + String get dateInputLabel => 'Masukkan Tarikh'; + + @override + String get dateOutOfRangeLabel => 'Di luar julat.'; + + @override + String get datePickerHelpText => 'PILIH TARIKH'; + + @override + String get dateRangeEndDateSemanticLabelRaw => r'Tarikh tamat ialah $fullDate'; + + @override + String get dateRangeEndLabel => 'Tarikh Tamat'; + + @override + String get dateRangePickerHelpText => 'PILIH JULAT'; + + @override + String get dateRangeStartDateSemanticLabelRaw => r'Tarikh mula ialah $fullDate'; + + @override + String get dateRangeStartLabel => 'Tarikh Mula'; + + @override + String get dateSeparator => '/'; + + @override + String get deleteButtonTooltip => 'Padam'; + + @override + String get dialModeButtonLabel => 'Beralih kepada mod pemilih dail'; + + @override + String get dialogLabel => 'Dialog'; + + @override + String get drawerLabel => 'Menu navigasi'; + + @override + String get expandedIconTapHint => 'Runtuhkan'; + + @override + String get firstPageTooltip => 'Halaman pertama'; + + @override + String get hideAccountsLabel => 'Sembunyikan akaun'; + + @override + String get inputDateModeButtonLabel => 'Tukar kepada input'; + + @override + String get inputTimeModeButtonLabel => 'Beralih kepada mod input teks'; + + @override + String get invalidDateFormatLabel => 'Format tidak sah.'; + + @override + String get invalidDateRangeLabel => 'Julat tidak sah.'; + + @override + String get invalidTimeLabel => 'Masukkan masa yang sah'; + + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; @override - String get cutButtonLabel => 'Potong'; + String get keyboardKeyNumpad8 => 'Num 8'; @override - String get dateHelpText => 'bb/hh/tttt'; + String get keyboardKeyNumpad9 => 'Num 9'; @override - String get dateInputLabel => 'Masukkan Tarikh'; + String get keyboardKeyNumpadAdd => 'Num +'; @override - String get dateOutOfRangeLabel => 'Di luar julat.'; + String get keyboardKeyNumpadComma => 'Num ,'; @override - String get datePickerHelpText => 'PILIH TARIKH'; + String get keyboardKeyNumpadDecimal => 'Num .'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Tarikh tamat ialah $fullDate'; + String get keyboardKeyNumpadDivide => 'Num /'; @override - String get dateRangeEndLabel => 'Tarikh Tamat'; + String get keyboardKeyNumpadEnter => 'Num Enter'; @override - String get dateRangePickerHelpText => 'PILIH JULAT'; + String get keyboardKeyNumpadEqual => 'Num ='; @override - String get dateRangeStartDateSemanticLabelRaw => r'Tarikh mula ialah $fullDate'; + String get keyboardKeyNumpadMultiply => 'Num *'; @override - String get dateRangeStartLabel => 'Tarikh Mula'; + String get keyboardKeyNumpadParenLeft => 'Num ('; @override - String get dateSeparator => '/'; + String get keyboardKeyNumpadParenRight => 'Num )'; @override - String get deleteButtonTooltip => 'Padam'; + String get keyboardKeyNumpadSubtract => 'Num -'; @override - String get dialModeButtonLabel => 'Beralih kepada mod pemilih dail'; + String get keyboardKeyPageDown => 'PgDown'; @override - String get dialogLabel => 'Dialog'; + String get keyboardKeyPageUp => 'PgUp'; @override - String get drawerLabel => 'Menu navigasi'; + String get keyboardKeyPower => 'Power'; @override - String get expandedIconTapHint => 'Runtuhkan'; + String get keyboardKeyPowerOff => 'Power Off'; @override - String get firstPageTooltip => 'Halaman pertama'; + String get keyboardKeyPrintScreen => 'Print Screen'; @override - String get hideAccountsLabel => 'Sembunyikan akaun'; + String get keyboardKeyRomaji => 'Romaji'; @override - String get inputDateModeButtonLabel => 'Tukar kepada input'; + String get keyboardKeyScrollLock => 'Scroll Lock'; @override - String get inputTimeModeButtonLabel => 'Beralih kepada mod input teks'; + String get keyboardKeySelect => 'Select'; @override - String get invalidDateFormatLabel => 'Format tidak sah.'; + String get keyboardKeySpace => 'Space'; @override - String get invalidDateRangeLabel => 'Julat tidak sah.'; + String get keyboardKeyZenkaku => 'Zenkaku'; @override - String get invalidTimeLabel => 'Masukkan masa yang sah'; + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; @override String get lastPageTooltip => 'Halaman terakhir'; @@ -18421,6 +26773,180 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'မှန်ကန်သည့်အချိန် ထည့်ပါ'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'နောက်ဆုံး စာမျက်နှာ'; @@ -18733,6 +27259,180 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Angi et gyldig klokkeslett'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'Siste side'; @@ -19045,6 +27745,180 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'वैध समय प्रविष्टि गर्नुहोस्'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'अन्तिम पेज'; @@ -19286,76 +28160,250 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get continueButtonLabel => 'DOORGAAN'; @override - String get copyButtonLabel => 'Kopiëren'; + String get copyButtonLabel => 'Kopiëren'; + + @override + String get cutButtonLabel => 'Knippen'; + + @override + String get dateHelpText => 'dd-mm-jjjj'; + + @override + String get dateInputLabel => 'Datum opgeven'; + + @override + String get dateOutOfRangeLabel => 'Buiten bereik.'; + + @override + String get datePickerHelpText => 'DATUM SELECTEREN'; + + @override + String get dateRangeEndDateSemanticLabelRaw => r'Einddatum $fullDate'; + + @override + String get dateRangeEndLabel => 'Einddatum'; + + @override + String get dateRangePickerHelpText => 'PERIODE SELECTEREN'; + + @override + String get dateRangeStartDateSemanticLabelRaw => r'Startdatum $fullDate'; + + @override + String get dateRangeStartLabel => 'Startdatum'; + + @override + String get dateSeparator => '-'; + + @override + String get deleteButtonTooltip => 'Verwijderen'; + + @override + String get dialModeButtonLabel => 'Overschakelen naar klok'; + + @override + String get dialogLabel => 'Dialoogvenster'; + + @override + String get drawerLabel => 'Navigatiemenu'; + + @override + String get expandedIconTapHint => 'Samenvouwen'; + + @override + String get firstPageTooltip => 'Eerste pagina'; + + @override + String get hideAccountsLabel => 'Accounts verbergen'; + + @override + String get inputDateModeButtonLabel => 'Overschakelen naar invoer'; + + @override + String get inputTimeModeButtonLabel => 'Overschakelen naar tekstinvoer'; + + @override + String get invalidDateFormatLabel => 'Ongeldige indeling.'; + + @override + String get invalidDateRangeLabel => 'Ongeldige periode.'; + + @override + String get invalidTimeLabel => 'Geef een geldige tijd op'; + + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; @override - String get cutButtonLabel => 'Knippen'; + String get keyboardKeyNumpad8 => 'Num 8'; @override - String get dateHelpText => 'dd-mm-jjjj'; + String get keyboardKeyNumpad9 => 'Num 9'; @override - String get dateInputLabel => 'Datum opgeven'; + String get keyboardKeyNumpadAdd => 'Num +'; @override - String get dateOutOfRangeLabel => 'Buiten bereik.'; + String get keyboardKeyNumpadComma => 'Num ,'; @override - String get datePickerHelpText => 'DATUM SELECTEREN'; + String get keyboardKeyNumpadDecimal => 'Num .'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Einddatum $fullDate'; + String get keyboardKeyNumpadDivide => 'Num /'; @override - String get dateRangeEndLabel => 'Einddatum'; + String get keyboardKeyNumpadEnter => 'Num Enter'; @override - String get dateRangePickerHelpText => 'PERIODE SELECTEREN'; + String get keyboardKeyNumpadEqual => 'Num ='; @override - String get dateRangeStartDateSemanticLabelRaw => r'Startdatum $fullDate'; + String get keyboardKeyNumpadMultiply => 'Num *'; @override - String get dateRangeStartLabel => 'Startdatum'; + String get keyboardKeyNumpadParenLeft => 'Num ('; @override - String get dateSeparator => '-'; + String get keyboardKeyNumpadParenRight => 'Num )'; @override - String get deleteButtonTooltip => 'Verwijderen'; + String get keyboardKeyNumpadSubtract => 'Num -'; @override - String get dialModeButtonLabel => 'Overschakelen naar klok'; + String get keyboardKeyPageDown => 'PgDown'; @override - String get dialogLabel => 'Dialoogvenster'; + String get keyboardKeyPageUp => 'PgUp'; @override - String get drawerLabel => 'Navigatiemenu'; + String get keyboardKeyPower => 'Power'; @override - String get expandedIconTapHint => 'Samenvouwen'; + String get keyboardKeyPowerOff => 'Power Off'; @override - String get firstPageTooltip => 'Eerste pagina'; + String get keyboardKeyPrintScreen => 'Print Screen'; @override - String get hideAccountsLabel => 'Accounts verbergen'; + String get keyboardKeyRomaji => 'Romaji'; @override - String get inputDateModeButtonLabel => 'Overschakelen naar invoer'; + String get keyboardKeyScrollLock => 'Scroll Lock'; @override - String get inputTimeModeButtonLabel => 'Overschakelen naar tekstinvoer'; + String get keyboardKeySelect => 'Select'; @override - String get invalidDateFormatLabel => 'Ongeldige indeling.'; + String get keyboardKeySpace => 'Space'; @override - String get invalidDateRangeLabel => 'Ongeldige periode.'; + String get keyboardKeyZenkaku => 'Zenkaku'; @override - String get invalidTimeLabel => 'Geef een geldige tijd op'; + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; @override String get lastPageTooltip => 'Laatste pagina'; @@ -19669,6 +28717,180 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Angi et gyldig klokkeslett'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'Siste side'; @@ -19981,6 +29203,180 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'ଏକ ବୈଧ ସମୟ ଲେଖନ୍ତୁ'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'ଶେଷ ପୃଷ୍ଠା'; @@ -20293,6 +29689,180 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'ਵੈਧ ਸਮਾਂ ਦਾਖਲ ਕਰੋ'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'ਆਖਰੀ ਪੰਨਾ'; @@ -20534,76 +30104,250 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get continueButtonLabel => 'DALEJ'; @override - String get copyButtonLabel => 'Kopiuj'; + String get copyButtonLabel => 'Kopiuj'; + + @override + String get cutButtonLabel => 'Wytnij'; + + @override + String get dateHelpText => 'dd.mm.rrrr'; + + @override + String get dateInputLabel => 'Wpisz datę'; + + @override + String get dateOutOfRangeLabel => 'Poza zakresem.'; + + @override + String get datePickerHelpText => 'WYBIERZ DATĘ'; + + @override + String get dateRangeEndDateSemanticLabelRaw => r'Data zakończenia: $fullDate'; + + @override + String get dateRangeEndLabel => 'Data zakończenia'; + + @override + String get dateRangePickerHelpText => 'WYBIERZ ZAKRES'; + + @override + String get dateRangeStartDateSemanticLabelRaw => r'Data rozpoczęcia: $fullDate'; + + @override + String get dateRangeStartLabel => 'Data rozpoczęcia'; + + @override + String get dateSeparator => '.'; + + @override + String get deleteButtonTooltip => 'Usuń'; + + @override + String get dialModeButtonLabel => 'Włącz tryb selektora'; + + @override + String get dialogLabel => 'Okno dialogowe'; + + @override + String get drawerLabel => 'Menu nawigacyjne'; + + @override + String get expandedIconTapHint => 'Zwiń'; + + @override + String get firstPageTooltip => 'Pierwsza strona'; + + @override + String get hideAccountsLabel => 'Ukryj konta'; + + @override + String get inputDateModeButtonLabel => 'Przełącz na wpisywanie'; + + @override + String get inputTimeModeButtonLabel => 'Włącz tryb wprowadzania tekstu'; + + @override + String get invalidDateFormatLabel => 'Nieprawidłowy format.'; + + @override + String get invalidDateRangeLabel => 'Nieprawidłowy zakres.'; + + @override + String get invalidTimeLabel => 'Wpisz prawidłową godzinę'; + + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; @override - String get cutButtonLabel => 'Wytnij'; + String get keyboardKeyNumpad8 => 'Num 8'; @override - String get dateHelpText => 'dd.mm.rrrr'; + String get keyboardKeyNumpad9 => 'Num 9'; @override - String get dateInputLabel => 'Wpisz datę'; + String get keyboardKeyNumpadAdd => 'Num +'; @override - String get dateOutOfRangeLabel => 'Poza zakresem.'; + String get keyboardKeyNumpadComma => 'Num ,'; @override - String get datePickerHelpText => 'WYBIERZ DATĘ'; + String get keyboardKeyNumpadDecimal => 'Num .'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Data zakończenia: $fullDate'; + String get keyboardKeyNumpadDivide => 'Num /'; @override - String get dateRangeEndLabel => 'Data zakończenia'; + String get keyboardKeyNumpadEnter => 'Num Enter'; @override - String get dateRangePickerHelpText => 'WYBIERZ ZAKRES'; + String get keyboardKeyNumpadEqual => 'Num ='; @override - String get dateRangeStartDateSemanticLabelRaw => r'Data rozpoczęcia: $fullDate'; + String get keyboardKeyNumpadMultiply => 'Num *'; @override - String get dateRangeStartLabel => 'Data rozpoczęcia'; + String get keyboardKeyNumpadParenLeft => 'Num ('; @override - String get dateSeparator => '.'; + String get keyboardKeyNumpadParenRight => 'Num )'; @override - String get deleteButtonTooltip => 'Usuń'; + String get keyboardKeyNumpadSubtract => 'Num -'; @override - String get dialModeButtonLabel => 'Włącz tryb selektora'; + String get keyboardKeyPageDown => 'PgDown'; @override - String get dialogLabel => 'Okno dialogowe'; + String get keyboardKeyPageUp => 'PgUp'; @override - String get drawerLabel => 'Menu nawigacyjne'; + String get keyboardKeyPower => 'Power'; @override - String get expandedIconTapHint => 'Zwiń'; + String get keyboardKeyPowerOff => 'Power Off'; @override - String get firstPageTooltip => 'Pierwsza strona'; + String get keyboardKeyPrintScreen => 'Print Screen'; @override - String get hideAccountsLabel => 'Ukryj konta'; + String get keyboardKeyRomaji => 'Romaji'; @override - String get inputDateModeButtonLabel => 'Przełącz na wpisywanie'; + String get keyboardKeyScrollLock => 'Scroll Lock'; @override - String get inputTimeModeButtonLabel => 'Włącz tryb wprowadzania tekstu'; + String get keyboardKeySelect => 'Select'; @override - String get invalidDateFormatLabel => 'Nieprawidłowy format.'; + String get keyboardKeySpace => 'Space'; @override - String get invalidDateRangeLabel => 'Nieprawidłowy zakres.'; + String get keyboardKeyZenkaku => 'Zenkaku'; @override - String get invalidTimeLabel => 'Wpisz prawidłową godzinę'; + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; @override String get lastPageTooltip => 'Ostatnia strona'; @@ -20917,6 +30661,180 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Enter a valid time'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'Last page'; @@ -21229,6 +31147,180 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Insira um horário válido'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'Última página'; @@ -21670,6 +31762,180 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Introduceți o oră validă'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'Ultima pagină'; @@ -21911,76 +32177,250 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get continueButtonLabel => 'ПРОДОЛЖИТЬ'; @override - String get copyButtonLabel => 'Копировать'; + String get copyButtonLabel => 'Копировать'; + + @override + String get cutButtonLabel => 'Вырезать'; + + @override + String get dateHelpText => 'дд.мм.гггг'; + + @override + String get dateInputLabel => 'Введите дату'; + + @override + String get dateOutOfRangeLabel => 'Дата находится вне допустимого диапазона.'; + + @override + String get datePickerHelpText => 'ВЫБЕРИТЕ ДАТУ'; + + @override + String get dateRangeEndDateSemanticLabelRaw => r'Дата окончания: $fullDate'; + + @override + String get dateRangeEndLabel => 'Дата окончания'; + + @override + String get dateRangePickerHelpText => 'ВЫБЕРИТЕ ДИАПАЗОН ДАТ'; + + @override + String get dateRangeStartDateSemanticLabelRaw => r'Дата начала: $fullDate'; + + @override + String get dateRangeStartLabel => 'Дата начала'; + + @override + String get dateSeparator => '.'; + + @override + String get deleteButtonTooltip => 'Удалить'; + + @override + String get dialModeButtonLabel => 'Перейти в режим выбора времени'; + + @override + String get dialogLabel => 'Диалоговое окно'; + + @override + String get drawerLabel => 'Меню навигации'; + + @override + String get expandedIconTapHint => 'Свернуть'; + + @override + String get firstPageTooltip => 'Первая страница'; + + @override + String get hideAccountsLabel => 'Скрыть аккаунты'; + + @override + String get inputDateModeButtonLabel => 'Переключиться на ручной ввод'; + + @override + String get inputTimeModeButtonLabel => 'Перейти в режим ввода текста'; + + @override + String get invalidDateFormatLabel => 'Недопустимый формат даты.'; + + @override + String get invalidDateRangeLabel => 'Недопустимый диапазон.'; + + @override + String get invalidTimeLabel => 'Указано недопустимое время.'; + + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; @override - String get cutButtonLabel => 'Вырезать'; + String get keyboardKeyNumpad8 => 'Num 8'; @override - String get dateHelpText => 'дд.мм.гггг'; + String get keyboardKeyNumpad9 => 'Num 9'; @override - String get dateInputLabel => 'Введите дату'; + String get keyboardKeyNumpadAdd => 'Num +'; @override - String get dateOutOfRangeLabel => 'Дата находится вне допустимого диапазона.'; + String get keyboardKeyNumpadComma => 'Num ,'; @override - String get datePickerHelpText => 'ВЫБЕРИТЕ ДАТУ'; + String get keyboardKeyNumpadDecimal => 'Num .'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Дата окончания: $fullDate'; + String get keyboardKeyNumpadDivide => 'Num /'; @override - String get dateRangeEndLabel => 'Дата окончания'; + String get keyboardKeyNumpadEnter => 'Num Enter'; @override - String get dateRangePickerHelpText => 'ВЫБЕРИТЕ ДИАПАЗОН ДАТ'; + String get keyboardKeyNumpadEqual => 'Num ='; @override - String get dateRangeStartDateSemanticLabelRaw => r'Дата начала: $fullDate'; + String get keyboardKeyNumpadMultiply => 'Num *'; @override - String get dateRangeStartLabel => 'Дата начала'; + String get keyboardKeyNumpadParenLeft => 'Num ('; @override - String get dateSeparator => '.'; + String get keyboardKeyNumpadParenRight => 'Num )'; @override - String get deleteButtonTooltip => 'Удалить'; + String get keyboardKeyNumpadSubtract => 'Num -'; @override - String get dialModeButtonLabel => 'Перейти в режим выбора времени'; + String get keyboardKeyPageDown => 'PgDown'; @override - String get dialogLabel => 'Диалоговое окно'; + String get keyboardKeyPageUp => 'PgUp'; @override - String get drawerLabel => 'Меню навигации'; + String get keyboardKeyPower => 'Power'; @override - String get expandedIconTapHint => 'Свернуть'; + String get keyboardKeyPowerOff => 'Power Off'; @override - String get firstPageTooltip => 'Первая страница'; + String get keyboardKeyPrintScreen => 'Print Screen'; @override - String get hideAccountsLabel => 'Скрыть аккаунты'; + String get keyboardKeyRomaji => 'Romaji'; @override - String get inputDateModeButtonLabel => 'Переключиться на ручной ввод'; + String get keyboardKeyScrollLock => 'Scroll Lock'; @override - String get inputTimeModeButtonLabel => 'Перейти в режим ввода текста'; + String get keyboardKeySelect => 'Select'; @override - String get invalidDateFormatLabel => 'Недопустимый формат даты.'; + String get keyboardKeySpace => 'Space'; @override - String get invalidDateRangeLabel => 'Недопустимый диапазон.'; + String get keyboardKeyZenkaku => 'Zenkaku'; @override - String get invalidTimeLabel => 'Указано недопустимое время.'; + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; @override String get lastPageTooltip => 'Последняя страница'; @@ -22294,6 +32734,180 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'වලංගු වේලාවක් ඇතුළු කරන්න'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'අවසන් පිටුව'; @@ -22606,6 +33220,180 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Zadajte platný čas'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'Posledná strana'; @@ -22918,6 +33706,180 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Vnesite veljaven čas'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'Zadnja stran'; @@ -23159,76 +34121,250 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get continueButtonLabel => 'VAZHDO'; @override - String get copyButtonLabel => 'Kopjo'; + String get copyButtonLabel => 'Kopjo'; + + @override + String get cutButtonLabel => 'Prit'; + + @override + String get dateHelpText => 'dd.mm.yyyy'; + + @override + String get dateInputLabel => 'Vendos datën'; + + @override + String get dateOutOfRangeLabel => 'Jashtë rrezes.'; + + @override + String get datePickerHelpText => 'ZGJIDH DATËN'; + + @override + String get dateRangeEndDateSemanticLabelRaw => r'Data e mbarimit: $fullDate'; + + @override + String get dateRangeEndLabel => 'Data e mbarimit'; + + @override + String get dateRangePickerHelpText => 'ZGJIDH GAMËN'; + + @override + String get dateRangeStartDateSemanticLabelRaw => r'Data e fillimit: $fullDate'; + + @override + String get dateRangeStartLabel => 'Data e fillimit'; + + @override + String get dateSeparator => '.'; + + @override + String get deleteButtonTooltip => 'Fshi'; + + @override + String get dialModeButtonLabel => 'Kalo te modaliteti i zgjedhësit të orës'; + + @override + String get dialogLabel => 'Dialogu'; + + @override + String get drawerLabel => 'Menyja e navigimit'; + + @override + String get expandedIconTapHint => 'Palos'; + + @override + String get firstPageTooltip => 'Faqja e parë'; + + @override + String get hideAccountsLabel => 'Fshih llogaritë'; + + @override + String get inputDateModeButtonLabel => 'Kalo te hyrja'; + + @override + String get inputTimeModeButtonLabel => 'Kalo te modaliteti i hyrjes së tekstit'; + + @override + String get invalidDateFormatLabel => 'Format i pavlefshëm.'; + + @override + String get invalidDateRangeLabel => 'Gamë e pavlefshme.'; + + @override + String get invalidTimeLabel => 'Fut një kohë të vlefshme'; + + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; @override - String get cutButtonLabel => 'Prit'; + String get keyboardKeyNumpad8 => 'Num 8'; @override - String get dateHelpText => 'dd.mm.yyyy'; + String get keyboardKeyNumpad9 => 'Num 9'; @override - String get dateInputLabel => 'Vendos datën'; + String get keyboardKeyNumpadAdd => 'Num +'; @override - String get dateOutOfRangeLabel => 'Jashtë rrezes.'; + String get keyboardKeyNumpadComma => 'Num ,'; @override - String get datePickerHelpText => 'ZGJIDH DATËN'; + String get keyboardKeyNumpadDecimal => 'Num .'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Data e mbarimit: $fullDate'; + String get keyboardKeyNumpadDivide => 'Num /'; @override - String get dateRangeEndLabel => 'Data e mbarimit'; + String get keyboardKeyNumpadEnter => 'Num Enter'; @override - String get dateRangePickerHelpText => 'ZGJIDH GAMËN'; + String get keyboardKeyNumpadEqual => 'Num ='; @override - String get dateRangeStartDateSemanticLabelRaw => r'Data e fillimit: $fullDate'; + String get keyboardKeyNumpadMultiply => 'Num *'; @override - String get dateRangeStartLabel => 'Data e fillimit'; + String get keyboardKeyNumpadParenLeft => 'Num ('; @override - String get dateSeparator => '.'; + String get keyboardKeyNumpadParenRight => 'Num )'; @override - String get deleteButtonTooltip => 'Fshi'; + String get keyboardKeyNumpadSubtract => 'Num -'; @override - String get dialModeButtonLabel => 'Kalo te modaliteti i zgjedhësit të orës'; + String get keyboardKeyPageDown => 'PgDown'; @override - String get dialogLabel => 'Dialogu'; + String get keyboardKeyPageUp => 'PgUp'; @override - String get drawerLabel => 'Menyja e navigimit'; + String get keyboardKeyPower => 'Power'; @override - String get expandedIconTapHint => 'Palos'; + String get keyboardKeyPowerOff => 'Power Off'; @override - String get firstPageTooltip => 'Faqja e parë'; + String get keyboardKeyPrintScreen => 'Print Screen'; @override - String get hideAccountsLabel => 'Fshih llogaritë'; + String get keyboardKeyRomaji => 'Romaji'; @override - String get inputDateModeButtonLabel => 'Kalo te hyrja'; + String get keyboardKeyScrollLock => 'Scroll Lock'; @override - String get inputTimeModeButtonLabel => 'Kalo te modaliteti i hyrjes së tekstit'; + String get keyboardKeySelect => 'Select'; @override - String get invalidDateFormatLabel => 'Format i pavlefshëm.'; + String get keyboardKeySpace => 'Space'; @override - String get invalidDateRangeLabel => 'Gamë e pavlefshme.'; + String get keyboardKeyZenkaku => 'Zenkaku'; @override - String get invalidTimeLabel => 'Fut një kohë të vlefshme'; + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; @override String get lastPageTooltip => 'Faqja e fundit'; @@ -23542,6 +34678,180 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Унесите важеће време'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'Последња страница'; @@ -24160,6 +35470,180 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Ange en giltig tid'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'Sista sidan'; @@ -24472,6 +35956,180 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Weka saa sahihi'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'Ukurasa wa mwisho'; @@ -24713,76 +36371,250 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get continueButtonLabel => 'தொடர்க'; @override - String get copyButtonLabel => 'நகலெடு'; + String get copyButtonLabel => 'நகலெடு'; + + @override + String get cutButtonLabel => 'வெட்டு'; + + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'தேதியை உள்ளிடுக'; + + @override + String get dateOutOfRangeLabel => 'வரம்பிற்கு வெளியே உள்ளது.'; + + @override + String get datePickerHelpText => 'தேதியைத் தேர்ந்தெடுக்கவும்'; + + @override + String get dateRangeEndDateSemanticLabelRaw => r'முடிவுத் தேதி $fullDate'; + + @override + String get dateRangeEndLabel => 'முடிவுத் தேதி'; + + @override + String get dateRangePickerHelpText => 'வரம்பைத் தேர்ந்தெடுக்கவும்'; + + @override + String get dateRangeStartDateSemanticLabelRaw => r'தொடங்கும் தேதி $fullDate'; + + @override + String get dateRangeStartLabel => 'தொடங்கும் தேதி'; + + @override + String get dateSeparator => '/'; + + @override + String get deleteButtonTooltip => 'நீக்கு'; + + @override + String get dialModeButtonLabel => 'டயல் தேர்வுக் கருவி பயன்முறைக்கு மாற்றும்'; + + @override + String get dialogLabel => 'உரையாடல்'; + + @override + String get drawerLabel => 'வழிசெலுத்தல் மெனு'; + + @override + String get expandedIconTapHint => 'சுருக்கும்'; + + @override + String get firstPageTooltip => 'முதல் பக்கத்திற்குச் செல்லும்'; + + @override + String get hideAccountsLabel => 'கணக்குகளை மறைக்கும்'; + + @override + String get inputDateModeButtonLabel => 'உள்ளீட்டுக்கு மாற்று'; + + @override + String get inputTimeModeButtonLabel => 'உரை உள்ளீட்டு முறைக்கு மாற்றும்'; + + @override + String get invalidDateFormatLabel => 'தவறான வடிவம்.'; + + @override + String get invalidDateRangeLabel => 'தவறான வரம்பு.'; + + @override + String get invalidTimeLabel => 'சரியான நேரத்தை உள்ளிடவும்'; + + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; @override - String get cutButtonLabel => 'வெட்டு'; + String get keyboardKeyNumpad8 => 'Num 8'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get keyboardKeyNumpad9 => 'Num 9'; @override - String get dateInputLabel => 'தேதியை உள்ளிடுக'; + String get keyboardKeyNumpadAdd => 'Num +'; @override - String get dateOutOfRangeLabel => 'வரம்பிற்கு வெளியே உள்ளது.'; + String get keyboardKeyNumpadComma => 'Num ,'; @override - String get datePickerHelpText => 'தேதியைத் தேர்ந்தெடுக்கவும்'; + String get keyboardKeyNumpadDecimal => 'Num .'; @override - String get dateRangeEndDateSemanticLabelRaw => r'முடிவுத் தேதி $fullDate'; + String get keyboardKeyNumpadDivide => 'Num /'; @override - String get dateRangeEndLabel => 'முடிவுத் தேதி'; + String get keyboardKeyNumpadEnter => 'Num Enter'; @override - String get dateRangePickerHelpText => 'வரம்பைத் தேர்ந்தெடுக்கவும்'; + String get keyboardKeyNumpadEqual => 'Num ='; @override - String get dateRangeStartDateSemanticLabelRaw => r'தொடங்கும் தேதி $fullDate'; + String get keyboardKeyNumpadMultiply => 'Num *'; @override - String get dateRangeStartLabel => 'தொடங்கும் தேதி'; + String get keyboardKeyNumpadParenLeft => 'Num ('; @override - String get dateSeparator => '/'; + String get keyboardKeyNumpadParenRight => 'Num )'; @override - String get deleteButtonTooltip => 'நீக்கு'; + String get keyboardKeyNumpadSubtract => 'Num -'; @override - String get dialModeButtonLabel => 'டயல் தேர்வுக் கருவி பயன்முறைக்கு மாற்றும்'; + String get keyboardKeyPageDown => 'PgDown'; @override - String get dialogLabel => 'உரையாடல்'; + String get keyboardKeyPageUp => 'PgUp'; @override - String get drawerLabel => 'வழிசெலுத்தல் மெனு'; + String get keyboardKeyPower => 'Power'; @override - String get expandedIconTapHint => 'சுருக்கும்'; + String get keyboardKeyPowerOff => 'Power Off'; @override - String get firstPageTooltip => 'முதல் பக்கத்திற்குச் செல்லும்'; + String get keyboardKeyPrintScreen => 'Print Screen'; @override - String get hideAccountsLabel => 'கணக்குகளை மறைக்கும்'; + String get keyboardKeyRomaji => 'Romaji'; @override - String get inputDateModeButtonLabel => 'உள்ளீட்டுக்கு மாற்று'; + String get keyboardKeyScrollLock => 'Scroll Lock'; @override - String get inputTimeModeButtonLabel => 'உரை உள்ளீட்டு முறைக்கு மாற்றும்'; + String get keyboardKeySelect => 'Select'; @override - String get invalidDateFormatLabel => 'தவறான வடிவம்.'; + String get keyboardKeySpace => 'Space'; @override - String get invalidDateRangeLabel => 'தவறான வரம்பு.'; + String get keyboardKeyZenkaku => 'Zenkaku'; @override - String get invalidTimeLabel => 'சரியான நேரத்தை உள்ளிடவும்'; + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; @override String get lastPageTooltip => 'கடைசிப் பக்கத்திற்குச் செல்லும்'; @@ -25096,6 +36928,180 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'చెల్లుబాటు అయ్యే సమయాన్ని ఎంటర్ చేయండి'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'చివరి పేజీ'; @@ -25408,6 +37414,180 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'ป้อนเวลาที่ถูกต้อง'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'หน้าสุดท้าย'; @@ -25720,6 +37900,180 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Maglagay ng valid na oras'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'Huling page'; @@ -25961,76 +38315,250 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get continueButtonLabel => 'DEVAM'; @override - String get copyButtonLabel => 'Kopyala'; + String get copyButtonLabel => 'Kopyala'; + + @override + String get cutButtonLabel => 'Kes'; + + @override + String get dateHelpText => 'gg.aa.yyyy'; + + @override + String get dateInputLabel => 'Tarih Girin'; + + @override + String get dateOutOfRangeLabel => 'Kapsama alanı dışında.'; + + @override + String get datePickerHelpText => 'TARİH SEÇİN'; + + @override + String get dateRangeEndDateSemanticLabelRaw => r'Bitiş tarihi $fullDate'; + + @override + String get dateRangeEndLabel => 'Bitiş Tarihi'; + + @override + String get dateRangePickerHelpText => 'ARALIK SEÇİN'; + + @override + String get dateRangeStartDateSemanticLabelRaw => r'Başlangıç tarihi $fullDate'; + + @override + String get dateRangeStartLabel => 'Başlangıç Tarihi'; + + @override + String get dateSeparator => '.'; + + @override + String get deleteButtonTooltip => 'Sil'; + + @override + String get dialModeButtonLabel => 'Dairesel seçici moduna geç'; + + @override + String get dialogLabel => 'İletişim kutusu'; + + @override + String get drawerLabel => 'Gezinme menüsü'; + + @override + String get expandedIconTapHint => 'Daralt'; + + @override + String get firstPageTooltip => 'İlk sayfa'; + + @override + String get hideAccountsLabel => 'Hesapları gizle'; + + @override + String get inputDateModeButtonLabel => 'Girişe geç'; + + @override + String get inputTimeModeButtonLabel => 'Metin giriş moduna geç'; + + @override + String get invalidDateFormatLabel => 'Geçersiz biçim.'; + + @override + String get invalidDateRangeLabel => 'Geçersiz aralık.'; + + @override + String get invalidTimeLabel => 'Geçerli bir saat girin'; + + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; @override - String get cutButtonLabel => 'Kes'; + String get keyboardKeyNumpad8 => 'Num 8'; @override - String get dateHelpText => 'gg.aa.yyyy'; + String get keyboardKeyNumpad9 => 'Num 9'; @override - String get dateInputLabel => 'Tarih Girin'; + String get keyboardKeyNumpadAdd => 'Num +'; @override - String get dateOutOfRangeLabel => 'Kapsama alanı dışında.'; + String get keyboardKeyNumpadComma => 'Num ,'; @override - String get datePickerHelpText => 'TARİH SEÇİN'; + String get keyboardKeyNumpadDecimal => 'Num .'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Bitiş tarihi $fullDate'; + String get keyboardKeyNumpadDivide => 'Num /'; @override - String get dateRangeEndLabel => 'Bitiş Tarihi'; + String get keyboardKeyNumpadEnter => 'Num Enter'; @override - String get dateRangePickerHelpText => 'ARALIK SEÇİN'; + String get keyboardKeyNumpadEqual => 'Num ='; @override - String get dateRangeStartDateSemanticLabelRaw => r'Başlangıç tarihi $fullDate'; + String get keyboardKeyNumpadMultiply => 'Num *'; @override - String get dateRangeStartLabel => 'Başlangıç Tarihi'; + String get keyboardKeyNumpadParenLeft => 'Num ('; @override - String get dateSeparator => '.'; + String get keyboardKeyNumpadParenRight => 'Num )'; @override - String get deleteButtonTooltip => 'Sil'; + String get keyboardKeyNumpadSubtract => 'Num -'; @override - String get dialModeButtonLabel => 'Dairesel seçici moduna geç'; + String get keyboardKeyPageDown => 'PgDown'; @override - String get dialogLabel => 'İletişim kutusu'; + String get keyboardKeyPageUp => 'PgUp'; @override - String get drawerLabel => 'Gezinme menüsü'; + String get keyboardKeyPower => 'Power'; @override - String get expandedIconTapHint => 'Daralt'; + String get keyboardKeyPowerOff => 'Power Off'; @override - String get firstPageTooltip => 'İlk sayfa'; + String get keyboardKeyPrintScreen => 'Print Screen'; @override - String get hideAccountsLabel => 'Hesapları gizle'; + String get keyboardKeyRomaji => 'Romaji'; @override - String get inputDateModeButtonLabel => 'Girişe geç'; + String get keyboardKeyScrollLock => 'Scroll Lock'; @override - String get inputTimeModeButtonLabel => 'Metin giriş moduna geç'; + String get keyboardKeySelect => 'Select'; @override - String get invalidDateFormatLabel => 'Geçersiz biçim.'; + String get keyboardKeySpace => 'Space'; @override - String get invalidDateRangeLabel => 'Geçersiz aralık.'; + String get keyboardKeyZenkaku => 'Zenkaku'; @override - String get invalidTimeLabel => 'Geçerli bir saat girin'; + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; @override String get lastPageTooltip => 'Son sayfa'; @@ -26344,6 +38872,180 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Введіть дійсний час'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'Остання сторінка'; @@ -26656,6 +39358,180 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'درست وقت درج کریں'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'آخری صفحہ'; @@ -26968,6 +39844,180 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Vaqt xato kiritildi'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'Oxirgi sahifa'; @@ -27209,76 +40259,250 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get continueButtonLabel => 'TIẾP TỤC'; @override - String get copyButtonLabel => 'Sao chép'; + String get copyButtonLabel => 'Sao chép'; + + @override + String get cutButtonLabel => 'Cắt'; + + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'Nhập ngày'; + + @override + String get dateOutOfRangeLabel => 'Ngoài phạm vi.'; + + @override + String get datePickerHelpText => 'CHỌN NGÀY'; + + @override + String get dateRangeEndDateSemanticLabelRaw => r'Ngày kết thúc $fullDate'; + + @override + String get dateRangeEndLabel => 'Ngày kết thúc'; + + @override + String get dateRangePickerHelpText => 'CHỌN PHẠM VI'; + + @override + String get dateRangeStartDateSemanticLabelRaw => r'Ngày bắt đầu $fullDate'; + + @override + String get dateRangeStartLabel => 'Ngày bắt đầu'; + + @override + String get dateSeparator => '/'; + + @override + String get deleteButtonTooltip => 'Xóa'; + + @override + String get dialModeButtonLabel => 'Chuyển sang chế độ chọn mặt đồng hồ'; + + @override + String get dialogLabel => 'Hộp thoại'; + + @override + String get drawerLabel => 'Menu di chuyển'; + + @override + String get expandedIconTapHint => 'Thu gọn'; + + @override + String get firstPageTooltip => 'Trang đầu'; + + @override + String get hideAccountsLabel => 'Ẩn tài khoản'; + + @override + String get inputDateModeButtonLabel => 'Chuyển sang chế độ nhập'; + + @override + String get inputTimeModeButtonLabel => 'Chuyển sang chế độ nhập văn bản'; + + @override + String get invalidDateFormatLabel => 'Định dạng không hợp lệ.'; + + @override + String get invalidDateRangeLabel => 'Phạm vi không hợp lệ.'; + + @override + String get invalidTimeLabel => 'Nhập thời gian hợp lệ'; + + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; @override - String get cutButtonLabel => 'Cắt'; + String get keyboardKeyNumpad8 => 'Num 8'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get keyboardKeyNumpad9 => 'Num 9'; @override - String get dateInputLabel => 'Nhập ngày'; + String get keyboardKeyNumpadAdd => 'Num +'; @override - String get dateOutOfRangeLabel => 'Ngoài phạm vi.'; + String get keyboardKeyNumpadComma => 'Num ,'; @override - String get datePickerHelpText => 'CHỌN NGÀY'; + String get keyboardKeyNumpadDecimal => 'Num .'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Ngày kết thúc $fullDate'; + String get keyboardKeyNumpadDivide => 'Num /'; @override - String get dateRangeEndLabel => 'Ngày kết thúc'; + String get keyboardKeyNumpadEnter => 'Num Enter'; @override - String get dateRangePickerHelpText => 'CHỌN PHẠM VI'; + String get keyboardKeyNumpadEqual => 'Num ='; @override - String get dateRangeStartDateSemanticLabelRaw => r'Ngày bắt đầu $fullDate'; + String get keyboardKeyNumpadMultiply => 'Num *'; @override - String get dateRangeStartLabel => 'Ngày bắt đầu'; + String get keyboardKeyNumpadParenLeft => 'Num ('; @override - String get dateSeparator => '/'; + String get keyboardKeyNumpadParenRight => 'Num )'; @override - String get deleteButtonTooltip => 'Xóa'; + String get keyboardKeyNumpadSubtract => 'Num -'; @override - String get dialModeButtonLabel => 'Chuyển sang chế độ chọn mặt đồng hồ'; + String get keyboardKeyPageDown => 'PgDown'; @override - String get dialogLabel => 'Hộp thoại'; + String get keyboardKeyPageUp => 'PgUp'; @override - String get drawerLabel => 'Menu di chuyển'; + String get keyboardKeyPower => 'Power'; @override - String get expandedIconTapHint => 'Thu gọn'; + String get keyboardKeyPowerOff => 'Power Off'; @override - String get firstPageTooltip => 'Trang đầu'; + String get keyboardKeyPrintScreen => 'Print Screen'; @override - String get hideAccountsLabel => 'Ẩn tài khoản'; + String get keyboardKeyRomaji => 'Romaji'; @override - String get inputDateModeButtonLabel => 'Chuyển sang chế độ nhập'; + String get keyboardKeyScrollLock => 'Scroll Lock'; @override - String get inputTimeModeButtonLabel => 'Chuyển sang chế độ nhập văn bản'; + String get keyboardKeySelect => 'Select'; @override - String get invalidDateFormatLabel => 'Định dạng không hợp lệ.'; + String get keyboardKeySpace => 'Space'; @override - String get invalidDateRangeLabel => 'Phạm vi không hợp lệ.'; + String get keyboardKeyZenkaku => 'Zenkaku'; @override - String get invalidTimeLabel => 'Nhập thời gian hợp lệ'; + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; @override String get lastPageTooltip => 'Trang cuối'; @@ -27592,6 +40816,180 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => '请输入有效的时间'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => '最后一页'; @@ -28318,6 +41716,180 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { @override String get invalidTimeLabel => 'Faka igama elivumelekile'; + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHangulMode => 'Hangul Mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja Mode'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyKanaMode => 'Kana Mode'; + + @override + String get keyboardKeyKanjiMode => 'Kanji Mode'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => 'Ikhasi lokugcina'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_af.arb b/packages/flutter_localizations/lib/src/l10n/material_af.arb index b84b5ab820d7..f824796a95e5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_af.arb @@ -81,5 +81,63 @@ "inputTimeModeButtonLabel": "Skakel oor na teksinvoermodus", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 lisensie", - "licensesPackageDetailTextOther": "$licenseCount lisensies" + "licensesPackageDetailTextOther": "$licenseCount lisensies", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_am.arb b/packages/flutter_localizations/lib/src/l10n/material_am.arb index ecdac54fb4ce..bc924a4d80df 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_am.arb @@ -81,5 +81,63 @@ "inputTimeModeButtonLabel": "ወደ ጽሑፍ ግቤት ሁነታ ቀይር", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 ፈቃድ", - "licensesPackageDetailTextOther": "$licenseCount ፈቃዶች" + "licensesPackageDetailTextOther": "$licenseCount ፈቃዶች", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index 615ad30e0231..df299e71ecc1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -92,5 +92,63 @@ "inputTimeModeButtonLabel": "التبديل إلى وضع \"إدخال النص\"", "licensesPackageDetailTextZero": "ما مِن تراخيص", "licensesPackageDetailTextOne": "ترخيص واحد", - "licensesPackageDetailTextOther": "$licenseCount ترخيص" + "licensesPackageDetailTextOther": "$licenseCount ترخيص", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_as.arb b/packages/flutter_localizations/lib/src/l10n/material_as.arb index f43d4984bc7d..55e552109bca 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_as.arb @@ -81,5 +81,63 @@ "inputTimeModeButtonLabel": "পাঠ ইনপুটৰ ম’ডলৈ সলনি কৰক", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "১ খন অনুজ্ঞাপত্ৰ", - "licensesPackageDetailTextOther": "$licenseCount খন অনুজ্ঞাপত্ৰ" + "licensesPackageDetailTextOther": "$licenseCount খন অনুজ্ঞাপত্ৰ", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_az.arb b/packages/flutter_localizations/lib/src/l10n/material_az.arb index a1da36eb95d9..0f72e231cc32 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_az.arb @@ -81,5 +81,63 @@ "inputTimeModeButtonLabel": "Mətn daxiletmə rejiminə keçin", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 lisenziya", - "licensesPackageDetailTextOther": "$licenseCount lisenziya" + "licensesPackageDetailTextOther": "$licenseCount lisenziya", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_be.arb b/packages/flutter_localizations/lib/src/l10n/material_be.arb index d27b9b0bb6b5..572ab12f4d09 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_be.arb @@ -87,5 +87,63 @@ "inputTimeModeButtonLabel": "Пераход у рэжым уводу тэксту", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 ліцэнзія", - "licensesPackageDetailTextOther": "$licenseCount ліцэнзіі" + "licensesPackageDetailTextOther": "$licenseCount ліцэнзіі", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bg.arb b/packages/flutter_localizations/lib/src/l10n/material_bg.arb index 81cbb8273f72..d3999e7269ee 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bg.arb @@ -82,5 +82,63 @@ "inputTimeModeButtonLabel": "Превключване към режим за въвеждане на текст", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 лиценз", - "licensesPackageDetailTextOther": "$licenseCount лиценза" + "licensesPackageDetailTextOther": "$licenseCount лиценза", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bn.arb b/packages/flutter_localizations/lib/src/l10n/material_bn.arb index 2c14f0000822..0d75e3497989 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bn.arb @@ -81,5 +81,63 @@ "inputTimeModeButtonLabel": "টেক্সট ইনপুট মোডে পাল্টান", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "১টি লাইসেন্স", - "licensesPackageDetailTextOther": "$licenseCountটি লাইসেন্স" + "licensesPackageDetailTextOther": "$licenseCountটি লাইসেন্স", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bs.arb b/packages/flutter_localizations/lib/src/l10n/material_bs.arb index 5cf79effc86f..50109e2a0e06 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bs.arb @@ -85,5 +85,63 @@ "inputTimeModeButtonLabel": "Prebacivanje na način rada unosa teksta", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 licenca", - "licensesPackageDetailTextOther": "$licenseCount licenci" + "licensesPackageDetailTextOther": "$licenseCount licenci", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ca.arb b/packages/flutter_localizations/lib/src/l10n/material_ca.arb index ce2018bda0ae..496bcb550f3c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ca.arb @@ -82,5 +82,63 @@ "inputTimeModeButtonLabel": "Canvia al mode d'introducció de text", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 llicència", - "licensesPackageDetailTextOther": "$licenseCount llicències" + "licensesPackageDetailTextOther": "$licenseCount llicències", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_cs.arb b/packages/flutter_localizations/lib/src/l10n/material_cs.arb index 77a7a60c7340..f061ca8a5036 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cs.arb @@ -88,5 +88,63 @@ "inputTimeModeButtonLabel": "Přepnout na režim zadávání textu", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 licence", - "licensesPackageDetailTextOther": "$licenseCount licencí" + "licensesPackageDetailTextOther": "$licenseCount licencí", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_da.arb b/packages/flutter_localizations/lib/src/l10n/material_da.arb index e5d44eb17413..037224633661 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_da.arb @@ -82,5 +82,63 @@ "inputTimeModeButtonLabel": "Skift til indtastning", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 licens", - "licensesPackageDetailTextOther": "$licenseCount licenser" + "licensesPackageDetailTextOther": "$licenseCount licenser", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index 91f3013fdabe..0ab516c37711 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -83,5 +83,63 @@ "inputTimeModeButtonLabel": "Zum Texteingabemodus wechseln", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 Lizenz", - "licensesPackageDetailTextOther": "$licenseCount Lizenzen" + "licensesPackageDetailTextOther": "$licenseCount Lizenzen", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_el.arb b/packages/flutter_localizations/lib/src/l10n/material_el.arb index 0b16e67c3763..54c031b6a037 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_el.arb @@ -82,5 +82,63 @@ "inputTimeModeButtonLabel": "Εναλλαγή στη λειτουργία εισαγωγής κειμένου", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 άδεια", - "licensesPackageDetailTextOther": "$licenseCount άδειες" + "licensesPackageDetailTextOther": "$licenseCount άδειες", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index 7e3d7e0a0c20..cbfb2832a69f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -454,5 +454,295 @@ "refreshIndicatorSemanticLabel": "Refresh", "@refreshIndicatorSemanticLabel": { "description": "The verb which describes what happens when a RefreshIndicator is displayed on screen. This is used by TalkBack on Android to announce that a refresh is happening." + }, + + "keyboardKeyAlt": "Alt", + "@keyboardKeyAlt": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Alt' (alt) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale." + }, + + "keyboardKeyAltGraph": "AltGr", + "@keyboardKeyAltGraph": { + "description": "Part of a keyboard shortcut label for the keyboard key 'AltGr' (altGraph) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale." + }, + + "keyboardKeyBackspace": "Backspace", + "@keyboardKeyBackspace": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Backspace' (backspace) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale." + }, + + "keyboardKeyCapsLock": "Caps Lock", + "@keyboardKeyCapsLock": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Caps Lock' (capsLock) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale." + }, + + "keyboardKeyChannelDown": "Channel Down", + "@keyboardKeyChannelDown": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Channel Down' (channelDown) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale." + }, + + "keyboardKeyChannelUp": "Channel Up", + "@keyboardKeyChannelUp": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Channel Up' (channelUp) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale." + }, + + "keyboardKeyControl": "Ctrl", + "@keyboardKeyControl": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Ctrl' (control) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale." + }, + + "keyboardKeyDelete": "Del", + "@keyboardKeyDelete": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Del' (delete) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale." + }, + + "keyboardKeyEisu": "Eisū", + "@keyboardKeyEisu": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Eisū' (eisu) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. Only appears on Japanese keyboards, often as 英数." + }, + + "keyboardKeyEject": "Eject", + "@keyboardKeyEject": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Eject' (eject) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale." + }, + + "keyboardKeyEnd": "End", + "@keyboardKeyEnd": { + "description": "Part of a keyboard shortcut label for the keyboard key 'End' (end) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale." + }, + + "keyboardKeyEscape": "Esc", + "@keyboardKeyEscape": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Esc' (escape) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale." + }, + + "keyboardKeyFn": "Fn", + "@keyboardKeyFn": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Fn' (fn) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale." + }, + + "keyboardKeyHangulMode": "Hangul Mode", + "@keyboardKeyHangulMode": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Hangul Mode' (hangulMode) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. Typically only appears on a Korean keyboard." + }, + + "keyboardKeyHanjaMode": "Hanja Mode", + "@keyboardKeyHanjaMode": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Hanja Mode' (hanjaMode) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. Typically only appears on a Korean keyboard with the name 한자" + }, + + "keyboardKeyHankaku": "Hankaku", + "@keyboardKeyHankaku": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Hankaku' (hankaku) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. Only appears on Japanese keyboards with the name '半角' to switch to half-width mode." + }, + + "keyboardKeyHiragana": "Hiragana", + "@keyboardKeyHiragana": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Hiragana' (hiragana) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. Only appears on Japanese keyboards, with the name 'ひらがな' for switching to Hiragana mode." + }, + + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "@keyboardKeyHiraganaKatakana": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Hiragana Katakana' (hiraganaKatakana) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. Only appears on Japanese keyboards with the name 'ひらがな / カタカナ / ローマ字', to switch between Katakana, Hiragana, and Romanji." + }, + + "keyboardKeyHome": "Home", + "@keyboardKeyHome": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Home' (home) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale." + }, + + "keyboardKeyInsert": "Insert", + "@keyboardKeyInsert": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Insert' (insert) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale." + }, + + "keyboardKeyKanaMode": "Kana Mode", + "@keyboardKeyKanaMode": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Kana Mode' (kanaMode) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. Usually found on macOS Japanese keyboards with the name 'かな', to switch to Kana mode." + }, + + "keyboardKeyKanjiMode": "Kanji Mode", + "@keyboardKeyKanjiMode": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Kanji Mode' (kanjiMode) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. Found only on Japanese keyboards with the name '漢字', to switch to Kanji mode." + }, + + "keyboardKeyKatakana": "Katakana", + "@keyboardKeyKatakana": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Katakana' (katakana) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. Found only on Japanese keyboards with the name 'カタカナ', to switch to Katakana mode." + }, + + "keyboardKeyMeta": "Meta", + "@keyboardKeyMeta": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Meta' (meta) to be displayed in an application menu next to the menu item that this keyboard key triggers on non-macOS and non-Windows hosts. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This key is usually designated by a Windows logo on non-macOS keyboards." + }, + + "keyboardKeyMetaMacOs": "Command", + "@keyboardKeyMetaMacOs": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Command' (meta) to be displayed in an application menu next to the menu item that this keyboard key triggers on a macOS host. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This key is usually designated by a ⌘ symbol on macOS keyboards." + }, + + "keyboardKeyMetaWindows": "Win", + "@keyboardKeyMetaWindows": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Windows' (meta) to be displayed in an application menu next to the menu item that this keyboard key triggers on a Windows host. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This key is usually designated by a Windows logo on keyboards." + }, + + "keyboardKeyNumLock": "Num Lock", + "@keyboardKeyNumLock": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Num Lock' (numLock) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale." + }, + + "keyboardKeyNumpad1": "Num 1", + "@keyboardKeyNumpad1": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Num 1' (numpad1) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is a regular number '1', but on the number pad, accessed with the NumLock on." + }, + + "keyboardKeyNumpad2": "Num 2", + "@keyboardKeyNumpad2": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Num 2' (numpad2) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is a regular number '2', but on the number pad, accessed with the NumLock on." + }, + + "keyboardKeyNumpad3": "Num 3", + "@keyboardKeyNumpad3": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Num 3' (numpad3) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is a regular number '3', but on the number pad, accessed with the NumLock on." + }, + + "keyboardKeyNumpad4": "Num 4", + "@keyboardKeyNumpad4": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Num 4' (numpad4) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is a regular number '4', but on the number pad, accessed with the NumLock on." + }, + + "keyboardKeyNumpad5": "Num 5", + "@keyboardKeyNumpad5": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Num 5' (numpad5) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is a regular number '5', but on the number pad, accessed with the NumLock on." + }, + + "keyboardKeyNumpad6": "Num 6", + "@keyboardKeyNumpad6": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Num 6' (numpad6) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is a regular number '6', but on the number pad, accessed with the NumLock on." + }, + + "keyboardKeyNumpad7": "Num 7", + "@keyboardKeyNumpad7": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Num 7' (numpad7) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is a regular number '7', but on the number pad, accessed with the NumLock on." + }, + + "keyboardKeyNumpad8": "Num 8", + "@keyboardKeyNumpad8": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Num 8' (numpad8) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is a regular number '8', but on the number pad, accessed with the NumLock on." + }, + + "keyboardKeyNumpad9": "Num 9", + "@keyboardKeyNumpad9": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Num 9' (numpad9) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is a regular number '9', but on the number pad, accessed with the NumLock on." + }, + + "keyboardKeyNumpad0": "Num 0", + "@keyboardKeyNumpad0": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Num 0' (numpad0) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is a regular number '0', but on the number pad, accessed with the NumLock on." + }, + + "keyboardKeyNumpadAdd": "Num +", + "@keyboardKeyNumpadAdd": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Num +' (numpadAdd) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is a regular '+', but on the number pad, accessed with the NumLock on." + }, + + "keyboardKeyNumpadComma": "Num ,", + "@keyboardKeyNumpadComma": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Num ,' (numpadComma) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is a regular ',', but on the number pad, accessed with the NumLock on." + }, + + "keyboardKeyNumpadDecimal": "Num .", + "@keyboardKeyNumpadDecimal": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Num .' (numpadDecimal) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is a regular '.', but on the number pad, accessed with the NumLock on." + }, + + "keyboardKeyNumpadDivide": "Num /", + "@keyboardKeyNumpadDivide": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Num /' (numpadDivide) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is a regular '/', but on the number pad, accessed with the NumLock on." + }, + + "keyboardKeyNumpadEnter": "Num Enter", + "@keyboardKeyNumpadEnter": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Num Enter' (numpadEnter) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is a regular Enter key, but on the number pad, accessed with the NumLock on." + }, + + "keyboardKeyNumpadEqual": "Num =", + "@keyboardKeyNumpadEqual": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Num =' (numpadEqual) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is a regular '=', but on the number pad, accessed with the NumLock on." + }, + + "keyboardKeyNumpadMultiply": "Num *", + "@keyboardKeyNumpadMultiply": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Num *' (numpadMultiply) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is a regular '*', but on the number pad, accessed with the NumLock on." + }, + + "keyboardKeyNumpadParenLeft": "Num (", + "@keyboardKeyNumpadParenLeft": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Num (' (numpadParenLeft) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is a regular '(', but on the number pad, accessed with the NumLock on." + }, + + "keyboardKeyNumpadParenRight": "Num )", + "@keyboardKeyNumpadParenRight": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Num )' (numpadParenRight) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is a regular ')', but on the number pad, accessed with the NumLock on." + }, + + "keyboardKeyNumpadSubtract": "Num -", + "@keyboardKeyNumpadSubtract": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Num -' (numpadSubtract) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is a regular '-', but on the number pad, accessed with the NumLock on." + }, + + "keyboardKeyPageDown": "PgDown", + "@keyboardKeyPageDown": { + "description": "Part of a keyboard shortcut label for the keyboard key 'PgDown' (pageDown) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale." + }, + + "keyboardKeyPageUp": "PgUp", + "@keyboardKeyPageUp": { + "description": "Part of a keyboard shortcut label for the keyboard key 'PgUp' (pageUp) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale." + }, + + "keyboardKeyPower": "Power", + "@keyboardKeyPower": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Power' (power) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. The key typically turns the computer off and on." + }, + + "keyboardKeyPowerOff": "Power Off", + "@keyboardKeyPowerOff": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Power Off' (powerOff) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. The key typically turns off the computer." + }, + + "keyboardKeyPrintScreen": "Print Screen", + "@keyboardKeyPrintScreen": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Print Screen' (printScreen) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale." + }, + + "keyboardKeyRomaji": "Romaji", + "@keyboardKeyRomaji": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Romaji' (romaji) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. Found on a Japanese keyboard with the name 'ローマ字', to switch to Romanji mode." + }, + + "keyboardKeyScrollLock": "Scroll Lock", + "@keyboardKeyScrollLock": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Scroll Lock' (scrollLock) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale." + }, + + "keyboardKeySelect": "Select", + "@keyboardKeySelect": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Select' (select) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale." + }, + + "keyboardKeySpace": "Space", + "@keyboardKeySpace": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Space' (space) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is the space bar key." + }, + + "keyboardKeyZenkaku": "Zenkaku", + "@keyboardKeyZenkaku": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Zenkaku' (zenkaku) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is only found on Japanese keyboards with the name '全角' to switch to Zenkaku mode." + }, + + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "@keyboardKeyZenkakuHankaku": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Zenkaku Hankaku' (zenkakuHankaku) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is only found on Japanese keyboards with the name '半角 / 全角 / 漢字', to switch between modes." } } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index d2571a4d4db7..4bd01a2b1e25 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -83,5 +83,63 @@ "inputTimeModeButtonLabel": "Cambiar al modo de introducción de texto", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 licencia", - "licensesPackageDetailTextOther": "$licenseCount licencias" + "licensesPackageDetailTextOther": "$licenseCount licencias", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_et.arb b/packages/flutter_localizations/lib/src/l10n/material_et.arb index be8412222fde..780f3f2526ab 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_et.arb @@ -82,5 +82,63 @@ "inputTimeModeButtonLabel": "Lülitumine tekstisisestusrežiimile", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 litsents", - "licensesPackageDetailTextOther": "$licenseCount litsentsi" + "licensesPackageDetailTextOther": "$licenseCount litsentsi", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_eu.arb b/packages/flutter_localizations/lib/src/l10n/material_eu.arb index 98cb7ed9dbf8..53d438a45631 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_eu.arb @@ -81,5 +81,63 @@ "inputTimeModeButtonLabel": "Aldatu testua idazteko modura", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 lizentzia", - "licensesPackageDetailTextOther": "$licenseCount lizentzia" + "licensesPackageDetailTextOther": "$licenseCount lizentzia", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index 3c98c32ead3c..bed8819ed6df 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -82,5 +82,63 @@ "inputTimeModeButtonLabel": "رفتن به حالت ورودی نوشتاری", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "۱ پروانه", - "licensesPackageDetailTextOther": "$licenseCount پروانه" + "licensesPackageDetailTextOther": "$licenseCount پروانه", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fi.arb b/packages/flutter_localizations/lib/src/l10n/material_fi.arb index 20570013a641..fc2726a13c86 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fi.arb @@ -82,5 +82,63 @@ "inputTimeModeButtonLabel": "Valitse syöttötavaksi teksti", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 lisenssi", - "licensesPackageDetailTextOther": "$licenseCount lisenssiä" + "licensesPackageDetailTextOther": "$licenseCount lisenssiä", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fil.arb b/packages/flutter_localizations/lib/src/l10n/material_fil.arb index feb5e4da7b6b..7d401e47ad32 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fil.arb @@ -82,5 +82,63 @@ "inputTimeModeButtonLabel": "Lumipat sa text input mode", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 lisensya", - "licensesPackageDetailTextOther": "$licenseCount na lisensya" + "licensesPackageDetailTextOther": "$licenseCount na lisensya", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index 859f41263214..a0bac1e3aff2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -83,5 +83,63 @@ "inputTimeModeButtonLabel": "Passer au mode de saisie au format texte", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 licence", - "licensesPackageDetailTextOther": "$licenseCount licences" + "licensesPackageDetailTextOther": "$licenseCount licences", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gl.arb b/packages/flutter_localizations/lib/src/l10n/material_gl.arb index bef32803346a..b23101535c9f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gl.arb @@ -83,5 +83,63 @@ "inputTimeModeButtonLabel": "Cambiar ao modo de escritura dos números", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 licenza", - "licensesPackageDetailTextOther": "$licenseCount licenzas" + "licensesPackageDetailTextOther": "$licenseCount licenzas", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index 77dcba33f2fe..110f5b1fba4f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -82,5 +82,63 @@ "inputTimeModeButtonLabel": "Zum Texteingabemodus wechseln", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 Lizenz", - "licensesPackageDetailTextOther": "$licenseCount Lizenzen" + "licensesPackageDetailTextOther": "$licenseCount Lizenzen", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gu.arb b/packages/flutter_localizations/lib/src/l10n/material_gu.arb index c682b7996ef0..ea8c9dc02b55 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gu.arb @@ -81,5 +81,63 @@ "inputTimeModeButtonLabel": "ટેક્સ્ટ ઇનપુટ મોડ પર સ્વિચ કરો", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 લાઇસન્સ", - "licensesPackageDetailTextOther": "$licenseCount લાઇસન્સ" + "licensesPackageDetailTextOther": "$licenseCount લાઇસન્સ", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index ec632b5a25ca..56ae255ac3d0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -88,5 +88,63 @@ "inputTimeModeButtonLabel": "מעבר להזנת טקסט", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "רישיון אחד", - "licensesPackageDetailTextOther": "$licenseCount רישיונות" + "licensesPackageDetailTextOther": "$licenseCount רישיונות", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hi.arb b/packages/flutter_localizations/lib/src/l10n/material_hi.arb index 4eb94cf691d4..9961ca985e11 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hi.arb @@ -82,5 +82,63 @@ "inputTimeModeButtonLabel": "टेक्स्ट के इनपुट मोड पर स्विच करें", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 लाइसेंस", - "licensesPackageDetailTextOther": "$licenseCount लाइसेंस" + "licensesPackageDetailTextOther": "$licenseCount लाइसेंस", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hr.arb b/packages/flutter_localizations/lib/src/l10n/material_hr.arb index 7bc1cdb49d56..d281d6ac6b10 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hr.arb @@ -85,5 +85,63 @@ "inputTimeModeButtonLabel": "Prijelaz na način unosa teksta", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 licenca", - "licensesPackageDetailTextOther": "$licenseCount licenci" + "licensesPackageDetailTextOther": "$licenseCount licenci", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hu.arb b/packages/flutter_localizations/lib/src/l10n/material_hu.arb index 2cfa3bef018d..e48d8d276c56 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hu.arb @@ -82,5 +82,63 @@ "inputTimeModeButtonLabel": "Váltás szövegbeviteli módra", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 licenc", - "licensesPackageDetailTextOther": "$licenseCount licenc" + "licensesPackageDetailTextOther": "$licenseCount licenc", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hy.arb b/packages/flutter_localizations/lib/src/l10n/material_hy.arb index 3bd5e9f622df..442f9abe6d58 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hy.arb @@ -87,5 +87,63 @@ "inputTimeModeButtonLabel": "Անցնել տեքստի մուտքագրման ռեժիմին", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 լիցենզիա", - "licensesPackageDetailTextOther": "$licenseCount լիցենզիա" + "licensesPackageDetailTextOther": "$licenseCount լիցենզիա", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_id.arb b/packages/flutter_localizations/lib/src/l10n/material_id.arb index 51b819d0cbba..0a1f81820f67 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_id.arb @@ -82,5 +82,63 @@ "inputTimeModeButtonLabel": "Beralih ke mode input teks", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 lisensi", - "licensesPackageDetailTextOther": "$licenseCount lisensi" + "licensesPackageDetailTextOther": "$licenseCount lisensi", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_is.arb b/packages/flutter_localizations/lib/src/l10n/material_is.arb index bfe5519ea1bd..9bd0a59c76ff 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_is.arb @@ -81,5 +81,63 @@ "inputTimeModeButtonLabel": "Skiptu yfir í textainnslátt", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 leyfi", - "licensesPackageDetailTextOther": "$licenseCount leyfi" + "licensesPackageDetailTextOther": "$licenseCount leyfi", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index 70f4e663a6d2..76a0f6dc2e21 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -82,5 +82,63 @@ "inputTimeModeButtonLabel": "Passa alla modalità immissione testo", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 licenza", - "licensesPackageDetailTextOther": "$licenseCount licenze" + "licensesPackageDetailTextOther": "$licenseCount licenze", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index 68a8c6490332..ae0f1fc8dd6d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -82,5 +82,63 @@ "inputTimeModeButtonLabel": "テキスト入力モードに切り替えます", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "ライセンス: 1 件", - "licensesPackageDetailTextOther": "ライセンス: $licenseCount 件" + "licensesPackageDetailTextOther": "ライセンス: $licenseCount 件", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ka.arb b/packages/flutter_localizations/lib/src/l10n/material_ka.arb index b0f6e0060117..85f52c2875e7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ka.arb @@ -81,5 +81,63 @@ "inputTimeModeButtonLabel": "ტექსტის შეყვანის რეჟიმზე გადართვა", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 ლიცენზია", - "licensesPackageDetailTextOther": "$licenseCount ლიცენზია" + "licensesPackageDetailTextOther": "$licenseCount ლიცენზია", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kk.arb b/packages/flutter_localizations/lib/src/l10n/material_kk.arb index 892737b084aa..7c67e35aadc4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kk.arb @@ -83,5 +83,63 @@ "inputTimeModeButtonLabel": "Мәтін енгізу режиміне ауысу", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 лицензия", - "licensesPackageDetailTextOther": "$licenseCount лицензия" + "licensesPackageDetailTextOther": "$licenseCount лицензия", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_km.arb b/packages/flutter_localizations/lib/src/l10n/material_km.arb index 76c35e5bf036..27d27307a249 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_km.arb @@ -82,5 +82,63 @@ "inputTimeModeButtonLabel": "ប្ដូរទៅ​មុខងារ​បញ្ចូល​អក្សរ", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "អាជ្ញាបណ្ណ 1", - "licensesPackageDetailTextOther": "អាជ្ញាបណ្ណ $licenseCount" + "licensesPackageDetailTextOther": "អាជ្ញាបណ្ណ $licenseCount", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kn.arb b/packages/flutter_localizations/lib/src/l10n/material_kn.arb index 29bf31485c97..a0e6b30ccac8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kn.arb @@ -81,5 +81,63 @@ "inputTimeModeButtonLabel": "\u0caa\u0ca0\u0ccd\u0caf\u0020\u0c87\u0ca8\u0ccd\u200c\u0caa\u0cc1\u0c9f\u0ccd\u0020\u0cae\u0ccb\u0ca1\u0ccd\u200c\u0c97\u0cc6\u0020\u0cac\u0ca6\u0cb2\u0cbe\u0caf\u0cbf\u0cb8\u0cbf", "licensesPackageDetailTextZero": "\u004e\u006f\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0073", "licensesPackageDetailTextOne": "\u0031\u0020\u0caa\u0cb0\u0cb5\u0cbe\u0ca8\u0c97\u0cbf", - "licensesPackageDetailTextOther": "\u0024\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0043\u006f\u0075\u006e\u0074\u0020\u0caa\u0cb0\u0cb5\u0cbe\u0ca8\u0c97\u0cbf\u0c97\u0cb3\u0cc1" + "licensesPackageDetailTextOther": "\u0024\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0043\u006f\u0075\u006e\u0074\u0020\u0caa\u0cb0\u0cb5\u0cbe\u0ca8\u0c97\u0cbf\u0c97\u0cb3\u0cc1", + "keyboardKeyAlt": "\u0041\u006c\u0074", + "keyboardKeyAltGraph": "\u0041\u006c\u0074\u0047\u0072", + "keyboardKeyBackspace": "\u0042\u0061\u0063\u006b\u0073\u0070\u0061\u0063\u0065", + "keyboardKeyCapsLock": "\u0043\u0061\u0070\u0073\u0020\u004c\u006f\u0063\u006b", + "keyboardKeyChannelDown": "\u0043\u0068\u0061\u006e\u006e\u0065\u006c\u0020\u0044\u006f\u0077\u006e", + "keyboardKeyChannelUp": "\u0043\u0068\u0061\u006e\u006e\u0065\u006c\u0020\u0055\u0070", + "keyboardKeyControl": "\u0043\u0074\u0072\u006c", + "keyboardKeyDelete": "\u0044\u0065\u006c", + "keyboardKeyEisu": "\u0045\u0069\u0073\u016b", + "keyboardKeyEject": "\u0045\u006a\u0065\u0063\u0074", + "keyboardKeyEnd": "\u0045\u006e\u0064", + "keyboardKeyEscape": "\u0045\u0073\u0063", + "keyboardKeyFn": "\u0046\u006e", + "keyboardKeyHangulMode": "\u0048\u0061\u006e\u0067\u0075\u006c\u0020\u004d\u006f\u0064\u0065", + "keyboardKeyHanjaMode": "\u0048\u0061\u006e\u006a\u0061\u0020\u004d\u006f\u0064\u0065", + "keyboardKeyHankaku": "\u0048\u0061\u006e\u006b\u0061\u006b\u0075", + "keyboardKeyHiragana": "\u0048\u0069\u0072\u0061\u0067\u0061\u006e\u0061", + "keyboardKeyHiraganaKatakana": "\u0048\u0069\u0072\u0061\u0067\u0061\u006e\u0061\u0020\u004b\u0061\u0074\u0061\u006b\u0061\u006e\u0061", + "keyboardKeyHome": "\u0048\u006f\u006d\u0065", + "keyboardKeyInsert": "\u0049\u006e\u0073\u0065\u0072\u0074", + "keyboardKeyKanaMode": "\u004b\u0061\u006e\u0061\u0020\u004d\u006f\u0064\u0065", + "keyboardKeyKanjiMode": "\u004b\u0061\u006e\u006a\u0069\u0020\u004d\u006f\u0064\u0065", + "keyboardKeyKatakana": "\u004b\u0061\u0074\u0061\u006b\u0061\u006e\u0061", + "keyboardKeyMeta": "\u004d\u0065\u0074\u0061", + "keyboardKeyNumLock": "\u004e\u0075\u006d\u0020\u004c\u006f\u0063\u006b", + "keyboardKeyNumpad1": "\u004e\u0075\u006d\u0020\u0031", + "keyboardKeyNumpad2": "\u004e\u0075\u006d\u0020\u0032", + "keyboardKeyNumpad3": "\u004e\u0075\u006d\u0020\u0033", + "keyboardKeyNumpad4": "\u004e\u0075\u006d\u0020\u0034", + "keyboardKeyNumpad5": "\u004e\u0075\u006d\u0020\u0035", + "keyboardKeyNumpad6": "\u004e\u0075\u006d\u0020\u0036", + "keyboardKeyNumpad7": "\u004e\u0075\u006d\u0020\u0037", + "keyboardKeyNumpad8": "\u004e\u0075\u006d\u0020\u0038", + "keyboardKeyNumpad9": "\u004e\u0075\u006d\u0020\u0039", + "keyboardKeyNumpad0": "\u004e\u0075\u006d\u0020\u0030", + "keyboardKeyNumpadAdd": "\u004e\u0075\u006d\u0020\u002b", + "keyboardKeyNumpadComma": "\u004e\u0075\u006d\u0020\u002c", + "keyboardKeyNumpadDecimal": "\u004e\u0075\u006d\u0020\u002e", + "keyboardKeyNumpadDivide": "\u004e\u0075\u006d\u0020\u002f", + "keyboardKeyNumpadEnter": "\u004e\u0075\u006d\u0020\u0045\u006e\u0074\u0065\u0072", + "keyboardKeyNumpadEqual": "\u004e\u0075\u006d\u0020\u003d", + "keyboardKeyNumpadMultiply": "\u004e\u0075\u006d\u0020\u002a", + "keyboardKeyNumpadParenLeft": "\u004e\u0075\u006d\u0020\u0028", + "keyboardKeyNumpadParenRight": "\u004e\u0075\u006d\u0020\u0029", + "keyboardKeyNumpadSubtract": "\u004e\u0075\u006d\u0020\u002d", + "keyboardKeyPageDown": "\u0050\u0067\u0044\u006f\u0077\u006e", + "keyboardKeyPageUp": "\u0050\u0067\u0055\u0070", + "keyboardKeyPower": "\u0050\u006f\u0077\u0065\u0072", + "keyboardKeyPowerOff": "\u0050\u006f\u0077\u0065\u0072\u0020\u004f\u0066\u0066", + "keyboardKeyPrintScreen": "\u0050\u0072\u0069\u006e\u0074\u0020\u0053\u0063\u0072\u0065\u0065\u006e", + "keyboardKeyRomaji": "\u0052\u006f\u006d\u0061\u006a\u0069", + "keyboardKeyScrollLock": "\u0053\u0063\u0072\u006f\u006c\u006c\u0020\u004c\u006f\u0063\u006b", + "keyboardKeySelect": "\u0053\u0065\u006c\u0065\u0063\u0074", + "keyboardKeySpace": "\u0053\u0070\u0061\u0063\u0065", + "keyboardKeyZenkaku": "\u005a\u0065\u006e\u006b\u0061\u006b\u0075", + "keyboardKeyZenkakuHankaku": "\u005a\u0065\u006e\u006b\u0061\u006b\u0075\u0020\u0048\u0061\u006e\u006b\u0061\u006b\u0075", + "keyboardKeyMetaMacOs": "\u0043\u006f\u006d\u006d\u0061\u006e\u0064", + "keyboardKeyMetaWindows": "\u0057\u0069\u006e" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index 6a8f9223f1b8..13f73c5910b8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -82,5 +82,63 @@ "inputTimeModeButtonLabel": "텍스트 입력 모드로 전환", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "라이선스 1개", - "licensesPackageDetailTextOther": "라이선스 $licenseCount개" + "licensesPackageDetailTextOther": "라이선스 $licenseCount개", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ky.arb b/packages/flutter_localizations/lib/src/l10n/material_ky.arb index e1691a98269d..d20e50fd445c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ky.arb @@ -81,5 +81,63 @@ "inputTimeModeButtonLabel": "Текст киргизүү режимине которулуу", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 уруксаттама", - "licensesPackageDetailTextOther": "$licenseCount уруксаттама" + "licensesPackageDetailTextOther": "$licenseCount уруксаттама", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lo.arb b/packages/flutter_localizations/lib/src/l10n/material_lo.arb index 8f512431c007..7b598af30e7d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lo.arb @@ -81,5 +81,63 @@ "inputTimeModeButtonLabel": "ສະຫຼັບໄປໃຊ້ໂໝດປ້ອນຂໍ້ຄວາມ", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 ໃບອະນຸຍາດ", - "licensesPackageDetailTextOther": "$licenseCount ໃບອະນຸຍາດ" + "licensesPackageDetailTextOther": "$licenseCount ໃບອະນຸຍາດ", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lt.arb b/packages/flutter_localizations/lib/src/l10n/material_lt.arb index 4524e21b5992..58cbaca6b60b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lt.arb @@ -88,5 +88,63 @@ "inputTimeModeButtonLabel": "Perjungti į teksto įvesties režimą", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 licencija", - "licensesPackageDetailTextOther": "$licenseCount licencijų" + "licensesPackageDetailTextOther": "$licenseCount licencijų", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lv.arb b/packages/flutter_localizations/lib/src/l10n/material_lv.arb index 3d35eb902ab7..f3e2dc30f862 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lv.arb @@ -83,5 +83,63 @@ "inputTimeModeButtonLabel": "Pārslēgties uz teksta ievades režīmu", "licensesPackageDetailTextZero": "Nav licenču", "licensesPackageDetailTextOne": "1 licence", - "licensesPackageDetailTextOther": "$licenseCount licences" + "licensesPackageDetailTextOther": "$licenseCount licences", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mk.arb b/packages/flutter_localizations/lib/src/l10n/material_mk.arb index 99ca62759663..5898248b584d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mk.arb @@ -81,5 +81,63 @@ "inputTimeModeButtonLabel": "Префрлете се на режим за внесување текст", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 лиценца", - "licensesPackageDetailTextOther": "$licenseCount лиценци" + "licensesPackageDetailTextOther": "$licenseCount лиценци", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ml.arb b/packages/flutter_localizations/lib/src/l10n/material_ml.arb index c2340cc15fd5..f32bc4fa3b84 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ml.arb @@ -81,5 +81,63 @@ "inputTimeModeButtonLabel": "ടെക്‌സ്‌റ്റ് ഇൻപുട്ട് മോഡിലേക്ക് മാറുക", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "ഒരു ലൈസൻസ്", - "licensesPackageDetailTextOther": "$licenseCount ലൈസൻസുകൾ" + "licensesPackageDetailTextOther": "$licenseCount ലൈസൻസുകൾ", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mn.arb b/packages/flutter_localizations/lib/src/l10n/material_mn.arb index 06281c579949..e410863311eb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mn.arb @@ -83,5 +83,63 @@ "inputTimeModeButtonLabel": "Текст оруулах горим руу сэлгэх", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 лиценз", - "licensesPackageDetailTextOther": "$licenseCount лиценз" + "licensesPackageDetailTextOther": "$licenseCount лиценз", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mr.arb b/packages/flutter_localizations/lib/src/l10n/material_mr.arb index e4d6756a28b5..d0a103b5f304 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mr.arb @@ -83,5 +83,63 @@ "inputTimeModeButtonLabel": "मजकूर इनपुट मोडवर स्विच करा", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "एक परवाना", - "licensesPackageDetailTextOther": "$licenseCount परवाने" + "licensesPackageDetailTextOther": "$licenseCount परवाने", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ms.arb b/packages/flutter_localizations/lib/src/l10n/material_ms.arb index 5df3452156f7..e6f66e3a78f0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ms.arb @@ -83,5 +83,63 @@ "inputTimeModeButtonLabel": "Beralih kepada mod input teks", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 lesen", - "licensesPackageDetailTextOther": "$licenseCount lesen" + "licensesPackageDetailTextOther": "$licenseCount lesen", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_my.arb b/packages/flutter_localizations/lib/src/l10n/material_my.arb index 7be42c6a8c80..6d98aaf284bc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_my.arb @@ -81,5 +81,63 @@ "inputTimeModeButtonLabel": "စာသား ထည့်သွင်းမှုမုဒ်သို့ ပြောင်းရန်", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "လိုင်စင် 1 ခု", - "licensesPackageDetailTextOther": "လိုင်စင် $licenseCount ခု" + "licensesPackageDetailTextOther": "လိုင်စင် $licenseCount ခု", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nb.arb b/packages/flutter_localizations/lib/src/l10n/material_nb.arb index 0562aa5dc503..c0c760fa71f9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nb.arb @@ -80,5 +80,63 @@ "collapsedIconTapHint": "Vis", "remainingTextFieldCharacterCountOne": "1 tegn gjenstår", "remainingTextFieldCharacterCountOther": "$remainingCount tegn gjenstår", - "refreshIndicatorSemanticLabel": "Laster inn på nytt" + "refreshIndicatorSemanticLabel": "Laster inn på nytt", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ne.arb b/packages/flutter_localizations/lib/src/l10n/material_ne.arb index 3807449aba93..91a1f0e962ab 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ne.arb @@ -81,5 +81,63 @@ "inputTimeModeButtonLabel": "पाठ इनपुट मोड प्रयोग गर्नुहोस्", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "एउटा इजाजतपत्र", - "licensesPackageDetailTextOther": "$licenseCount वटा इजाजतपत्र" + "licensesPackageDetailTextOther": "$licenseCount वटा इजाजतपत्र", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index 6f9b420b27cc..e260a76e8821 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -82,5 +82,63 @@ "inputTimeModeButtonLabel": "Overschakelen naar tekstinvoer", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 licentie", - "licensesPackageDetailTextOther": "$licenseCount licenties" + "licensesPackageDetailTextOther": "$licenseCount licenties", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_no.arb b/packages/flutter_localizations/lib/src/l10n/material_no.arb index 0562aa5dc503..c0c760fa71f9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_no.arb @@ -80,5 +80,63 @@ "collapsedIconTapHint": "Vis", "remainingTextFieldCharacterCountOne": "1 tegn gjenstår", "remainingTextFieldCharacterCountOther": "$remainingCount tegn gjenstår", - "refreshIndicatorSemanticLabel": "Laster inn på nytt" + "refreshIndicatorSemanticLabel": "Laster inn på nytt", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_or.arb b/packages/flutter_localizations/lib/src/l10n/material_or.arb index 44d703a9d970..b62cfffb4d29 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_or.arb @@ -81,5 +81,63 @@ "inputTimeModeButtonLabel": "ଟେକ୍ସଟ୍ ଇନପୁଟ୍ ମୋଡକୁ ସ୍ୱିଚ୍ କରନ୍ତୁ", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1ଟି ଲାଇସେନ୍ସ", - "licensesPackageDetailTextOther": "$licenseCountଟି ଲାଇସେନ୍ସ" + "licensesPackageDetailTextOther": "$licenseCountଟି ଲାଇସେନ୍ସ", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pa.arb b/packages/flutter_localizations/lib/src/l10n/material_pa.arb index e6c9b2723c7e..9850db73a2bb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pa.arb @@ -81,5 +81,63 @@ "inputTimeModeButtonLabel": "ਲਿਖਤ ਇਨਪੁੱਟ ਮੋਡ 'ਤੇ ਜਾਓ", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 ਲਾਇਸੰਸ", - "licensesPackageDetailTextOther": "$licenseCount ਲਾਇਸੰਸ" + "licensesPackageDetailTextOther": "$licenseCount ਲਾਇਸੰਸ", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index b998dca54202..e871c6cc61c9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -88,5 +88,63 @@ "inputTimeModeButtonLabel": "Włącz tryb wprowadzania tekstu", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 licencja", - "licensesPackageDetailTextOther": "$licenseCount licencji" + "licensesPackageDetailTextOther": "$licenseCount licencji", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ps.arb b/packages/flutter_localizations/lib/src/l10n/material_ps.arb index 6d1ad94c1337..2fd614a8586e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ps.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ps.arb @@ -83,5 +83,63 @@ "inputTimeModeButtonLabel": "Switch to text input mode", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 license", - "licensesPackageDetailTextOther": "$licenseCount licenses" + "licensesPackageDetailTextOther": "$licenseCount licenses", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index b45eb99bf3b8..f2d1a75f368b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -84,5 +84,63 @@ "inputTimeModeButtonLabel": "Alternar para o modo de entrada de texto", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 licença", - "licensesPackageDetailTextOther": "$licenseCount licenças" + "licensesPackageDetailTextOther": "$licenseCount licenças", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/flutter_localizations/lib/src/l10n/material_ro.arb index 45c90d0425c2..374c08022ca4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ro.arb @@ -86,5 +86,63 @@ "inputTimeModeButtonLabel": "Comutați la modul de introducere a textului", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "O licență", - "licensesPackageDetailTextOther": "$licenseCount de licențe" + "licensesPackageDetailTextOther": "$licenseCount de licențe", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index 97dc4fada100..b98e71b4c43b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -89,5 +89,63 @@ "inputTimeModeButtonLabel": "Перейти в режим ввода текста", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 лицензия", - "licensesPackageDetailTextOther": "$licenseCount лицензии" + "licensesPackageDetailTextOther": "$licenseCount лицензии", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_si.arb b/packages/flutter_localizations/lib/src/l10n/material_si.arb index 0704fcdd6d59..cae2437d86cc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_si.arb @@ -81,5 +81,63 @@ "inputTimeModeButtonLabel": "පෙළ ආදාන ප්‍රකාරයට මාරු කරන්න", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "බලපත්‍ර 1", - "licensesPackageDetailTextOther": "බලපත්‍ර $licenseCount" + "licensesPackageDetailTextOther": "බලපත්‍ර $licenseCount", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sk.arb b/packages/flutter_localizations/lib/src/l10n/material_sk.arb index e79a8cdcd52d..cc453f0b3f73 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sk.arb @@ -88,5 +88,63 @@ "inputTimeModeButtonLabel": "Prepnúť na textový režim vstupu", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 licencia", - "licensesPackageDetailTextOther": "$licenseCount licencií" + "licensesPackageDetailTextOther": "$licenseCount licencií", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sl.arb b/packages/flutter_localizations/lib/src/l10n/material_sl.arb index c00b0d679c5c..9ba372d0a058 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sl.arb @@ -88,5 +88,63 @@ "inputTimeModeButtonLabel": "Preklop na način vnosa besedila", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 licenca", - "licensesPackageDetailTextOther": "$licenseCount licenc" + "licensesPackageDetailTextOther": "$licenseCount licenc", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sq.arb b/packages/flutter_localizations/lib/src/l10n/material_sq.arb index bc06165d795b..5582ae3e6607 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sq.arb @@ -81,5 +81,63 @@ "inputTimeModeButtonLabel": "Kalo te modaliteti i hyrjes së tekstit", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 licencë", - "licensesPackageDetailTextOther": "$licenseCount licenca" + "licensesPackageDetailTextOther": "$licenseCount licenca", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr.arb b/packages/flutter_localizations/lib/src/l10n/material_sr.arb index 02bf6257f3cd..de1e9f219234 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr.arb @@ -85,5 +85,63 @@ "inputTimeModeButtonLabel": "Пређите на режим уноса текста", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 лиценца", - "licensesPackageDetailTextOther": "$licenseCount лиценци" + "licensesPackageDetailTextOther": "$licenseCount лиценци", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sv.arb b/packages/flutter_localizations/lib/src/l10n/material_sv.arb index 8aada377e4c6..9b7440237bc9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sv.arb @@ -82,5 +82,63 @@ "inputTimeModeButtonLabel": "Byt till text som inmatningsläge", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 licens", - "licensesPackageDetailTextOther": "$licenseCount licenser" + "licensesPackageDetailTextOther": "$licenseCount licenser", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sw.arb b/packages/flutter_localizations/lib/src/l10n/material_sw.arb index 25f2c061b3a8..a611e1bb9571 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sw.arb @@ -83,5 +83,63 @@ "inputTimeModeButtonLabel": "Tumia programu ya kuingiza data ya maandishi", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "Leseni moja", - "licensesPackageDetailTextOther": "Leseni $licenseCount" + "licensesPackageDetailTextOther": "Leseni $licenseCount", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ta.arb b/packages/flutter_localizations/lib/src/l10n/material_ta.arb index 3664ebb2c8e2..926f845d3203 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ta.arb @@ -83,5 +83,63 @@ "inputTimeModeButtonLabel": "உரை உள்ளீட்டு முறைக்கு மாற்றும்", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 உரிமம்", - "licensesPackageDetailTextOther": "$licenseCount உரிமங்கள்" + "licensesPackageDetailTextOther": "$licenseCount உரிமங்கள்", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_te.arb b/packages/flutter_localizations/lib/src/l10n/material_te.arb index bfda85c7b590..3fa774fcab74 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_te.arb @@ -81,5 +81,63 @@ "inputTimeModeButtonLabel": "టెక్స్ట్ ఇన్‌పుట్ మోడ్‌కు మారుస్తుంది", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 లైసెన్స్", - "licensesPackageDetailTextOther": "$licenseCount లైసెన్స్‌లు" + "licensesPackageDetailTextOther": "$licenseCount లైసెన్స్‌లు", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/flutter_localizations/lib/src/l10n/material_th.arb index 0935be5fd10b..09be4ae80b60 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_th.arb @@ -82,5 +82,63 @@ "inputTimeModeButtonLabel": "สลับไปใช้โหมดป้อนข้อมูลข้อความ", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "ใบอนุญาต 1 ใบ", - "licensesPackageDetailTextOther": "ใบอนุญาต $licenseCount ใบ" + "licensesPackageDetailTextOther": "ใบอนุญาต $licenseCount ใบ", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tl.arb b/packages/flutter_localizations/lib/src/l10n/material_tl.arb index feb5e4da7b6b..7d401e47ad32 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tl.arb @@ -82,5 +82,63 @@ "inputTimeModeButtonLabel": "Lumipat sa text input mode", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 lisensya", - "licensesPackageDetailTextOther": "$licenseCount na lisensya" + "licensesPackageDetailTextOther": "$licenseCount na lisensya", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index 3489e08f4b52..880fc71cea2a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -82,5 +82,63 @@ "inputTimeModeButtonLabel": "Metin giriş moduna geç", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 lisans", - "licensesPackageDetailTextOther": "$licenseCount lisans" + "licensesPackageDetailTextOther": "$licenseCount lisans", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uk.arb b/packages/flutter_localizations/lib/src/l10n/material_uk.arb index 00e0bd42bf17..fba0e2963060 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uk.arb @@ -88,5 +88,63 @@ "inputTimeModeButtonLabel": "Перейти в режим введення цифр", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 ліцензія", - "licensesPackageDetailTextOther": "$licenseCount ліцензії" + "licensesPackageDetailTextOther": "$licenseCount ліцензії", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index 707d6b44bb25..3e6a65d57efa 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -82,5 +82,63 @@ "inputTimeModeButtonLabel": "ٹیکسٹ ان پٹ وضع پر سوئچ کریں", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 لائسنس", - "licensesPackageDetailTextOther": "$licenseCount لائسنسز" + "licensesPackageDetailTextOther": "$licenseCount لائسنسز", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uz.arb b/packages/flutter_localizations/lib/src/l10n/material_uz.arb index 20be58f7c978..33ff3a244405 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uz.arb @@ -81,5 +81,63 @@ "inputTimeModeButtonLabel": "Vaqtni yozib tanlash rejimi", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 ta litsenziya", - "licensesPackageDetailTextOther": "$licenseCount ta litsenziya" + "licensesPackageDetailTextOther": "$licenseCount ta litsenziya", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_vi.arb b/packages/flutter_localizations/lib/src/l10n/material_vi.arb index 02b194168306..701dad70786b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_vi.arb @@ -82,5 +82,63 @@ "inputTimeModeButtonLabel": "Chuyển sang chế độ nhập văn bản", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 giấy phép", - "licensesPackageDetailTextOther": "$licenseCount giấy phép" + "licensesPackageDetailTextOther": "$licenseCount giấy phép", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index 528d7ff57d04..ef29dc2cb38a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -82,5 +82,63 @@ "inputTimeModeButtonLabel": "切换到文本输入模式", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 份许可", - "licensesPackageDetailTextOther": "$licenseCount 份许可" + "licensesPackageDetailTextOther": "$licenseCount 份许可", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zu.arb b/packages/flutter_localizations/lib/src/l10n/material_zu.arb index ed0a5f33b2dc..6f2ea44dce36 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zu.arb @@ -81,5 +81,63 @@ "inputTimeModeButtonLabel": "Shintshela kwimodi yokufaka yombhalo", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "ilayisense e-1", - "licensesPackageDetailTextOther": "amalayisense angu-$licenseCount" + "licensesPackageDetailTextOther": "amalayisense angu-$licenseCount", + "keyboardKeyAlt": "Alt", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyControl": "Ctrl", + "keyboardKeyDelete": "Del", + "keyboardKeyEisu": "Eisū", + "keyboardKeyEject": "Eject", + "keyboardKeyEnd": "End", + "keyboardKeyEscape": "Esc", + "keyboardKeyFn": "Fn", + "keyboardKeyHangulMode": "Hangul Mode", + "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHome": "Home", + "keyboardKeyInsert": "Insert", + "keyboardKeyKanaMode": "Kana Mode", + "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win" } From a8e1bd5dc25ee050eab56fd3f288d200ed80da8f Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Wed, 30 Mar 2022 12:20:14 -0700 Subject: [PATCH 200/327] migrate generated i18n code to super params (#101065) --- .../gen_cupertino_localizations.dart | 30 +- .../gen_material_localizations.dart | 33 +- .../generated_cupertino_localizations.dart | 3420 +++++---------- .../generated_material_localizations.dart | 3795 ++++++----------- 4 files changed, 2426 insertions(+), 4852 deletions(-) diff --git a/dev/tools/localization/gen_cupertino_localizations.dart b/dev/tools/localization/gen_cupertino_localizations.dart index f93b012354e9..26408bdaca7c 100644 --- a/dev/tools/localization/gen_cupertino_localizations.dart +++ b/dev/tools/localization/gen_cupertino_localizations.dart @@ -38,26 +38,16 @@ String generateCupertinoConstructor(LocaleInfo locale) { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalization${locale.camelCase()}({ - String localeName = '$localeName', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - );'''; + super.localeName = '$localeName', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + });'''; } const String cupertinoFactoryName = 'getCupertinoTranslation'; diff --git a/dev/tools/localization/gen_material_localizations.dart b/dev/tools/localization/gen_material_localizations.dart index 31170cc1b234..dfd2daebd52d 100644 --- a/dev/tools/localization/gen_material_localizations.dart +++ b/dev/tools/localization/gen_material_localizations.dart @@ -38,28 +38,17 @@ String generateMaterialConstructor(LocaleInfo locale) { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalization${locale.camelCase()}({ - String localeName = '$localeName', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - );'''; + super.localeName = '$localeName', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + });'''; } const String materialFactoryName = 'getMaterialTranslation'; diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index 23a232b0fe26..cb24a7ca70de 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -26,26 +26,16 @@ class CupertinoLocalizationAf extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationAf({ - String localeName = 'af', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'af', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Opletberig'; @@ -183,26 +173,16 @@ class CupertinoLocalizationAm extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationAm({ - String localeName = 'am', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'am', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'ማንቂያ'; @@ -340,26 +320,16 @@ class CupertinoLocalizationAr extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationAr({ - String localeName = 'ar', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'ar', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'تنبيه'; @@ -497,26 +467,16 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationAs({ - String localeName = 'as', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'as', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'সতৰ্কবাৰ্তা'; @@ -654,26 +614,16 @@ class CupertinoLocalizationAz extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationAz({ - String localeName = 'az', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'az', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Bildiriş'; @@ -811,26 +761,16 @@ class CupertinoLocalizationBe extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationBe({ - String localeName = 'be', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'be', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Абвестка'; @@ -968,26 +908,16 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationBg({ - String localeName = 'bg', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'bg', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Сигнал'; @@ -1125,26 +1055,16 @@ class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationBn({ - String localeName = 'bn', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'bn', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'সতর্কতা'; @@ -1282,26 +1202,16 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationBs({ - String localeName = 'bs', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'bs', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Upozorenje'; @@ -1439,26 +1349,16 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationCa({ - String localeName = 'ca', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'ca', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Alerta'; @@ -1596,26 +1496,16 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationCs({ - String localeName = 'cs', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'cs', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Upozornění'; @@ -1753,26 +1643,16 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationDa({ - String localeName = 'da', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'da', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Underretning'; @@ -1910,26 +1790,16 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationDe({ - String localeName = 'de', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'de', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Benachrichtigung'; @@ -2067,26 +1937,16 @@ class CupertinoLocalizationDeCh extends CupertinoLocalizationDe { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationDeCh({ - String localeName = 'de_CH', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'de_CH', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get modalBarrierDismissLabel => 'Schliessen'; @@ -2098,26 +1958,16 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEl({ - String localeName = 'el', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'el', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Ειδοποίηση'; @@ -2255,26 +2105,16 @@ class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEn({ - String localeName = 'en', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'en', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Alert'; @@ -2412,26 +2252,16 @@ class CupertinoLocalizationEnAu extends CupertinoLocalizationEn { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEnAu({ - String localeName = 'en_AU', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'en_AU', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get datePickerDateOrderString => 'dmy'; @@ -2446,26 +2276,16 @@ class CupertinoLocalizationEnCa extends CupertinoLocalizationEn { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEnCa({ - String localeName = 'en_CA', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'en_CA', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get datePickerDateOrderString => 'dmy'; @@ -2480,26 +2300,16 @@ class CupertinoLocalizationEnGb extends CupertinoLocalizationEn { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEnGb({ - String localeName = 'en_GB', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'en_GB', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get datePickerDateOrderString => 'dmy'; @@ -2514,26 +2324,16 @@ class CupertinoLocalizationEnIe extends CupertinoLocalizationEn { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEnIe({ - String localeName = 'en_IE', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'en_IE', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get datePickerDateOrderString => 'dmy'; @@ -2548,26 +2348,16 @@ class CupertinoLocalizationEnIn extends CupertinoLocalizationEn { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEnIn({ - String localeName = 'en_IN', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'en_IN', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get datePickerDateOrderString => 'dmy'; @@ -2582,26 +2372,16 @@ class CupertinoLocalizationEnNz extends CupertinoLocalizationEn { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEnNz({ - String localeName = 'en_NZ', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'en_NZ', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get datePickerDateOrderString => 'dmy'; @@ -2616,26 +2396,16 @@ class CupertinoLocalizationEnSg extends CupertinoLocalizationEn { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEnSg({ - String localeName = 'en_SG', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'en_SG', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get datePickerDateOrderString => 'dmy'; @@ -2650,26 +2420,16 @@ class CupertinoLocalizationEnZa extends CupertinoLocalizationEn { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEnZa({ - String localeName = 'en_ZA', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'en_ZA', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get datePickerDateOrderString => 'dmy'; @@ -2684,26 +2444,16 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEs({ - String localeName = 'es', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'es', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Alerta'; @@ -2841,26 +2591,16 @@ class CupertinoLocalizationEs419 extends CupertinoLocalizationEs { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEs419({ - String localeName = 'es_419', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'es_419', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @@ -2884,26 +2624,16 @@ class CupertinoLocalizationEsAr extends CupertinoLocalizationEs { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEsAr({ - String localeName = 'es_AR', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'es_AR', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @@ -2927,26 +2657,16 @@ class CupertinoLocalizationEsBo extends CupertinoLocalizationEs { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEsBo({ - String localeName = 'es_BO', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'es_BO', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @@ -2970,26 +2690,16 @@ class CupertinoLocalizationEsCl extends CupertinoLocalizationEs { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEsCl({ - String localeName = 'es_CL', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'es_CL', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @@ -3013,26 +2723,16 @@ class CupertinoLocalizationEsCo extends CupertinoLocalizationEs { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEsCo({ - String localeName = 'es_CO', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'es_CO', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @@ -3056,26 +2756,16 @@ class CupertinoLocalizationEsCr extends CupertinoLocalizationEs { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEsCr({ - String localeName = 'es_CR', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'es_CR', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @@ -3099,26 +2789,16 @@ class CupertinoLocalizationEsDo extends CupertinoLocalizationEs { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEsDo({ - String localeName = 'es_DO', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'es_DO', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @@ -3142,26 +2822,16 @@ class CupertinoLocalizationEsEc extends CupertinoLocalizationEs { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEsEc({ - String localeName = 'es_EC', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'es_EC', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @@ -3185,26 +2855,16 @@ class CupertinoLocalizationEsGt extends CupertinoLocalizationEs { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEsGt({ - String localeName = 'es_GT', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'es_GT', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @@ -3228,26 +2888,16 @@ class CupertinoLocalizationEsHn extends CupertinoLocalizationEs { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEsHn({ - String localeName = 'es_HN', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'es_HN', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @@ -3271,26 +2921,16 @@ class CupertinoLocalizationEsMx extends CupertinoLocalizationEs { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEsMx({ - String localeName = 'es_MX', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'es_MX', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @@ -3314,26 +2954,16 @@ class CupertinoLocalizationEsNi extends CupertinoLocalizationEs { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEsNi({ - String localeName = 'es_NI', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'es_NI', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @@ -3357,26 +2987,16 @@ class CupertinoLocalizationEsPa extends CupertinoLocalizationEs { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEsPa({ - String localeName = 'es_PA', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'es_PA', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @@ -3400,26 +3020,16 @@ class CupertinoLocalizationEsPe extends CupertinoLocalizationEs { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEsPe({ - String localeName = 'es_PE', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'es_PE', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @@ -3443,26 +3053,16 @@ class CupertinoLocalizationEsPr extends CupertinoLocalizationEs { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEsPr({ - String localeName = 'es_PR', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'es_PR', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @@ -3486,26 +3086,16 @@ class CupertinoLocalizationEsPy extends CupertinoLocalizationEs { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEsPy({ - String localeName = 'es_PY', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'es_PY', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @@ -3529,26 +3119,16 @@ class CupertinoLocalizationEsSv extends CupertinoLocalizationEs { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEsSv({ - String localeName = 'es_SV', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'es_SV', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @@ -3572,26 +3152,16 @@ class CupertinoLocalizationEsUs extends CupertinoLocalizationEs { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEsUs({ - String localeName = 'es_US', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'es_US', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @@ -3615,26 +3185,16 @@ class CupertinoLocalizationEsUy extends CupertinoLocalizationEs { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEsUy({ - String localeName = 'es_UY', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'es_UY', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @@ -3658,26 +3218,16 @@ class CupertinoLocalizationEsVe extends CupertinoLocalizationEs { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEsVe({ - String localeName = 'es_VE', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'es_VE', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @@ -3701,26 +3251,16 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEt({ - String localeName = 'et', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'et', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Märguanne'; @@ -3858,26 +3398,16 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationEu({ - String localeName = 'eu', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'eu', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Alerta'; @@ -4015,26 +3545,16 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationFa({ - String localeName = 'fa', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'fa', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'هشدار'; @@ -4172,26 +3692,16 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationFi({ - String localeName = 'fi', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'fi', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Ilmoitus'; @@ -4329,26 +3839,16 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationFil({ - String localeName = 'fil', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'fil', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Alerto'; @@ -4486,26 +3986,16 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationFr({ - String localeName = 'fr', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'fr', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Alerte'; @@ -4643,26 +4133,16 @@ class CupertinoLocalizationFrCa extends CupertinoLocalizationFr { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationFrCa({ - String localeName = 'fr_CA', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'fr_CA', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String? get datePickerHourSemanticsLabelOne => r'$hour heure'; @@ -4695,26 +4175,16 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationGl({ - String localeName = 'gl', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'gl', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Alerta'; @@ -4852,26 +4322,16 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationGsw({ - String localeName = 'gsw', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'gsw', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Benachrichtigung'; @@ -5009,26 +4469,16 @@ class CupertinoLocalizationGu extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationGu({ - String localeName = 'gu', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'gu', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'અલર્ટ'; @@ -5166,26 +4616,16 @@ class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationHe({ - String localeName = 'he', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'he', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'התראה'; @@ -5323,26 +4763,16 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationHi({ - String localeName = 'hi', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'hi', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'अलर्ट'; @@ -5480,26 +4910,16 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationHr({ - String localeName = 'hr', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'hr', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Upozorenje'; @@ -5637,26 +5057,16 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationHu({ - String localeName = 'hu', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'hu', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Értesítés'; @@ -5794,26 +5204,16 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationHy({ - String localeName = 'hy', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'hy', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Ծանուցում'; @@ -5951,26 +5351,16 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationId({ - String localeName = 'id', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'id', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Notifikasi'; @@ -6108,26 +5498,16 @@ class CupertinoLocalizationIs extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationIs({ - String localeName = 'is', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'is', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Tilkynning'; @@ -6265,26 +5645,16 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationIt({ - String localeName = 'it', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'it', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Avviso'; @@ -6422,26 +5792,16 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationJa({ - String localeName = 'ja', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'ja', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => '通知'; @@ -6579,26 +5939,16 @@ class CupertinoLocalizationKa extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationKa({ - String localeName = 'ka', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'ka', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'გაფრთხილება'; @@ -6736,26 +6086,16 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationKk({ - String localeName = 'kk', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'kk', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Дабыл'; @@ -6893,26 +6233,16 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationKm({ - String localeName = 'km', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'km', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'ជូនដំណឹង'; @@ -7050,26 +6380,16 @@ class CupertinoLocalizationKn extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationKn({ - String localeName = 'kn', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'kn', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => '\u{c8e}\u{c9a}\u{ccd}\u{c9a}\u{cb0}\u{cbf}\u{c95}\u{cc6}'; @@ -7207,26 +6527,16 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationKo({ - String localeName = 'ko', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'ko', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => '알림'; @@ -7364,26 +6674,16 @@ class CupertinoLocalizationKy extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationKy({ - String localeName = 'ky', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'ky', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Эскертүү'; @@ -7521,26 +6821,16 @@ class CupertinoLocalizationLo extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationLo({ - String localeName = 'lo', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'lo', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'ການເຕືອນ'; @@ -7678,26 +6968,16 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationLt({ - String localeName = 'lt', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'lt', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Įspėjimas'; @@ -7835,26 +7115,16 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationLv({ - String localeName = 'lv', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'lv', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Brīdinājums'; @@ -7992,26 +7262,16 @@ class CupertinoLocalizationMk extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationMk({ - String localeName = 'mk', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'mk', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Предупредување'; @@ -8149,26 +7409,16 @@ class CupertinoLocalizationMl extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationMl({ - String localeName = 'ml', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'ml', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'മുന്നറിയിപ്പ്'; @@ -8306,26 +7556,16 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationMn({ - String localeName = 'mn', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'mn', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Сэрэмжлүүлэг'; @@ -8463,26 +7703,16 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationMr({ - String localeName = 'mr', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'mr', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'सूचना'; @@ -8620,26 +7850,16 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationMs({ - String localeName = 'ms', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'ms', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Makluman'; @@ -8777,26 +7997,16 @@ class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationMy({ - String localeName = 'my', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'my', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'သတိပေးချက်'; @@ -8934,26 +8144,16 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationNb({ - String localeName = 'nb', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'nb', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Varsel'; @@ -9091,26 +8291,16 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationNe({ - String localeName = 'ne', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'ne', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'अलर्ट'; @@ -9248,26 +8438,16 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationNl({ - String localeName = 'nl', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'nl', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Melding'; @@ -9405,26 +8585,16 @@ class CupertinoLocalizationNo extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationNo({ - String localeName = 'no', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'no', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Varsel'; @@ -9562,26 +8732,16 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationOr({ - String localeName = 'or', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'or', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'ଆଲର୍ଟ'; @@ -9719,26 +8879,16 @@ class CupertinoLocalizationPa extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationPa({ - String localeName = 'pa', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'pa', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'ਸੁਚੇਤਨਾ'; @@ -9876,26 +9026,16 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationPl({ - String localeName = 'pl', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'pl', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Alert'; @@ -10033,26 +9173,16 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationPt({ - String localeName = 'pt', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'pt', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Alerta'; @@ -10190,26 +9320,16 @@ class CupertinoLocalizationPtPt extends CupertinoLocalizationPt { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationPtPt({ - String localeName = 'pt_PT', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'pt_PT', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get searchTextFieldPlaceholderLabel => 'Pesquise'; @@ -10239,26 +9359,16 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationRo({ - String localeName = 'ro', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'ro', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Alertă'; @@ -10396,26 +9506,16 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationRu({ - String localeName = 'ru', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'ru', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Оповещение'; @@ -10553,26 +9653,16 @@ class CupertinoLocalizationSi extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationSi({ - String localeName = 'si', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'si', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'ඇඟවීම'; @@ -10710,26 +9800,16 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationSk({ - String localeName = 'sk', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'sk', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Upozornenie'; @@ -10867,26 +9947,16 @@ class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationSl({ - String localeName = 'sl', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'sl', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Opozorilo'; @@ -11024,26 +10094,16 @@ class CupertinoLocalizationSq extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationSq({ - String localeName = 'sq', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'sq', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Sinjalizim'; @@ -11181,26 +10241,16 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationSr({ - String localeName = 'sr', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'sr', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Обавештење'; @@ -11338,26 +10388,16 @@ class CupertinoLocalizationSrCyrl extends CupertinoLocalizationSr { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationSrCyrl({ - String localeName = 'sr_Cyrl', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'sr_Cyrl', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); } /// The translations for Serbian, using the Latin script (`sr_Latn`). @@ -11366,26 +10406,16 @@ class CupertinoLocalizationSrLatn extends CupertinoLocalizationSr { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationSrLatn({ - String localeName = 'sr_Latn', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'sr_Latn', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Obaveštenje'; @@ -11472,26 +10502,16 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationSv({ - String localeName = 'sv', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'sv', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Varning'; @@ -11629,26 +10649,16 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationSw({ - String localeName = 'sw', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'sw', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Arifa'; @@ -11786,26 +10796,16 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationTa({ - String localeName = 'ta', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'ta', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'விழிப்பூட்டல்'; @@ -11943,26 +10943,16 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationTe({ - String localeName = 'te', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'te', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'అలర్ట్'; @@ -12100,26 +11090,16 @@ class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationTh({ - String localeName = 'th', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'th', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'การแจ้งเตือน'; @@ -12257,26 +11237,16 @@ class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationTl({ - String localeName = 'tl', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'tl', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Alerto'; @@ -12414,26 +11384,16 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationTr({ - String localeName = 'tr', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'tr', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Uyarı'; @@ -12571,26 +11531,16 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationUk({ - String localeName = 'uk', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'uk', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Сповіщення'; @@ -12728,26 +11678,16 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationUr({ - String localeName = 'ur', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'ur', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'الرٹ'; @@ -12885,26 +11825,16 @@ class CupertinoLocalizationUz extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationUz({ - String localeName = 'uz', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'uz', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Ogohlantirish'; @@ -13042,26 +11972,16 @@ class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationVi({ - String localeName = 'vi', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'vi', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Thông báo'; @@ -13199,26 +12119,16 @@ class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationZh({ - String localeName = 'zh', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'zh', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => '提醒'; @@ -13356,26 +12266,16 @@ class CupertinoLocalizationZhHans extends CupertinoLocalizationZh { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationZhHans({ - String localeName = 'zh_Hans', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'zh_Hans', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); } /// The translations for Chinese, using the Han script (`zh_Hant`). @@ -13384,26 +12284,16 @@ class CupertinoLocalizationZhHant extends CupertinoLocalizationZh { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationZhHant({ - String localeName = 'zh_Hant', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'zh_Hant', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => '通知'; @@ -13463,26 +12353,16 @@ class CupertinoLocalizationZhHantHk extends CupertinoLocalizationZhHant { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationZhHantHk({ - String localeName = 'zh_Hant_HK', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'zh_Hant_HK', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); } /// The translations for Chinese, as used in Taiwan, using the Han script (`zh_Hant_TW`). @@ -13491,26 +12371,16 @@ class CupertinoLocalizationZhHantTw extends CupertinoLocalizationZhHant { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationZhHantTw({ - String localeName = 'zh_Hant_TW', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'zh_Hant_TW', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get tabSemanticsLabelRaw => r'第 $tabIndex 個分頁標籤,共 $tabCount 個'; @@ -13543,26 +12413,16 @@ class CupertinoLocalizationZu extends GlobalCupertinoLocalizations { /// /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. const CupertinoLocalizationZu({ - String localeName = 'zu', - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - dayFormat: dayFormat, - mediumDateFormat: mediumDateFormat, - singleDigitHourFormat: singleDigitHourFormat, - singleDigitMinuteFormat: singleDigitMinuteFormat, - doubleDigitMinuteFormat: doubleDigitMinuteFormat, - singleDigitSecondFormat: singleDigitSecondFormat, - decimalFormat: decimalFormat, - ); + super.localeName = 'zu', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); @override String get alertDialogLabel => 'Isexwayiso'; diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index f551a7281ed8..fd1e101e699c 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -26,28 +26,17 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationAf({ - String localeName = 'af', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'af', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'Meer oor $applicationName'; @@ -512,28 +501,17 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationAm({ - String localeName = 'am', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'am', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'ስለ $applicationName'; @@ -998,28 +976,17 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationAr({ - String localeName = 'ar', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'ar', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'لمحة عن "$applicationName"'; @@ -1484,28 +1451,17 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationAs({ - String localeName = 'as', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'as', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'$applicationNameৰ বিষয়ে'; @@ -1970,28 +1926,17 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationAz({ - String localeName = 'az', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'az', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'$applicationName haqqında'; @@ -2456,28 +2401,17 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationBe({ - String localeName = 'be', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'be', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'Інфармацыя пра праграму "$applicationName"'; @@ -2942,28 +2876,17 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationBg({ - String localeName = 'bg', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'bg', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'Всичко за $applicationName'; @@ -3428,28 +3351,17 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationBn({ - String localeName = 'bn', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'bn', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'$applicationName সম্পর্কে'; @@ -3914,28 +3826,17 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationBs({ - String localeName = 'bs', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'bs', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'O aplikaciji $applicationName'; @@ -4400,28 +4301,17 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationCa({ - String localeName = 'ca', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'ca', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'Sobre $applicationName'; @@ -4886,28 +4776,17 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationCs({ - String localeName = 'cs', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'cs', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'O aplikaci $applicationName'; @@ -5372,28 +5251,17 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationDa({ - String localeName = 'da', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'da', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'Om $applicationName'; @@ -5858,28 +5726,17 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationDe({ - String localeName = 'de', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'de', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'Über $applicationName'; @@ -6344,28 +6201,17 @@ class MaterialLocalizationDeCh extends MaterialLocalizationDe { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationDeCh({ - String localeName = 'de_CH', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'de_CH', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get invalidTimeLabel => 'Gib eine gültige Uhrzeit ein'; @@ -6392,28 +6238,17 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEl({ - String localeName = 'el', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'el', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'Σχετικά με την εφαρμογή $applicationName'; @@ -6878,28 +6713,17 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEn({ - String localeName = 'en', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'en', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'About $applicationName'; @@ -7364,28 +7188,17 @@ class MaterialLocalizationEnAu extends MaterialLocalizationEn { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEnAu({ - String localeName = 'en_AU', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'en_AU', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get dateInputLabel => 'Enter date'; @@ -7433,28 +7246,17 @@ class MaterialLocalizationEnCa extends MaterialLocalizationEn { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEnCa({ - String localeName = 'en_CA', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'en_CA', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get dateInputLabel => 'Enter date'; @@ -7502,28 +7304,17 @@ class MaterialLocalizationEnGb extends MaterialLocalizationEn { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEnGb({ - String localeName = 'en_GB', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'en_GB', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get dateInputLabel => 'Enter date'; @@ -7574,28 +7365,17 @@ class MaterialLocalizationEnIe extends MaterialLocalizationEn { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEnIe({ - String localeName = 'en_IE', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'en_IE', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get dateInputLabel => 'Enter date'; @@ -7646,28 +7426,17 @@ class MaterialLocalizationEnIn extends MaterialLocalizationEn { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEnIn({ - String localeName = 'en_IN', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'en_IN', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get dateInputLabel => 'Enter date'; @@ -7715,28 +7484,17 @@ class MaterialLocalizationEnNz extends MaterialLocalizationEn { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEnNz({ - String localeName = 'en_NZ', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'en_NZ', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get dateInputLabel => 'Enter date'; @@ -7784,28 +7542,17 @@ class MaterialLocalizationEnSg extends MaterialLocalizationEn { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEnSg({ - String localeName = 'en_SG', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'en_SG', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get dateInputLabel => 'Enter date'; @@ -7853,28 +7600,17 @@ class MaterialLocalizationEnZa extends MaterialLocalizationEn { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEnZa({ - String localeName = 'en_ZA', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'en_ZA', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get dateInputLabel => 'Enter date'; @@ -7925,28 +7661,17 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEs({ - String localeName = 'es', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'es', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'Sobre $applicationName'; @@ -8411,28 +8136,17 @@ class MaterialLocalizationEs419 extends MaterialLocalizationEs { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEs419({ - String localeName = 'es_419', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'es_419', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String? get licensesPackageDetailTextOne => '1 licencia'; @@ -8540,28 +8254,17 @@ class MaterialLocalizationEsAr extends MaterialLocalizationEs { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEsAr({ - String localeName = 'es_AR', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'es_AR', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String? get licensesPackageDetailTextOne => '1 licencia'; @@ -8669,28 +8372,17 @@ class MaterialLocalizationEsBo extends MaterialLocalizationEs { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEsBo({ - String localeName = 'es_BO', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'es_BO', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String? get licensesPackageDetailTextOne => '1 licencia'; @@ -8798,28 +8490,17 @@ class MaterialLocalizationEsCl extends MaterialLocalizationEs { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEsCl({ - String localeName = 'es_CL', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'es_CL', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String? get licensesPackageDetailTextOne => '1 licencia'; @@ -8927,28 +8608,17 @@ class MaterialLocalizationEsCo extends MaterialLocalizationEs { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEsCo({ - String localeName = 'es_CO', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'es_CO', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String? get licensesPackageDetailTextOne => '1 licencia'; @@ -9056,28 +8726,17 @@ class MaterialLocalizationEsCr extends MaterialLocalizationEs { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEsCr({ - String localeName = 'es_CR', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'es_CR', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String? get licensesPackageDetailTextOne => '1 licencia'; @@ -9185,28 +8844,17 @@ class MaterialLocalizationEsDo extends MaterialLocalizationEs { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEsDo({ - String localeName = 'es_DO', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'es_DO', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String? get licensesPackageDetailTextOne => '1 licencia'; @@ -9314,28 +8962,17 @@ class MaterialLocalizationEsEc extends MaterialLocalizationEs { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEsEc({ - String localeName = 'es_EC', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'es_EC', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String? get licensesPackageDetailTextOne => '1 licencia'; @@ -9443,28 +9080,17 @@ class MaterialLocalizationEsGt extends MaterialLocalizationEs { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEsGt({ - String localeName = 'es_GT', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'es_GT', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String? get licensesPackageDetailTextOne => '1 licencia'; @@ -9572,28 +9198,17 @@ class MaterialLocalizationEsHn extends MaterialLocalizationEs { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEsHn({ - String localeName = 'es_HN', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'es_HN', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String? get licensesPackageDetailTextOne => '1 licencia'; @@ -9701,28 +9316,17 @@ class MaterialLocalizationEsMx extends MaterialLocalizationEs { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEsMx({ - String localeName = 'es_MX', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'es_MX', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String? get licensesPackageDetailTextOne => '1 licencia'; @@ -9830,28 +9434,17 @@ class MaterialLocalizationEsNi extends MaterialLocalizationEs { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEsNi({ - String localeName = 'es_NI', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'es_NI', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String? get licensesPackageDetailTextOne => '1 licencia'; @@ -9959,28 +9552,17 @@ class MaterialLocalizationEsPa extends MaterialLocalizationEs { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEsPa({ - String localeName = 'es_PA', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'es_PA', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String? get licensesPackageDetailTextOne => '1 licencia'; @@ -10088,28 +9670,17 @@ class MaterialLocalizationEsPe extends MaterialLocalizationEs { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEsPe({ - String localeName = 'es_PE', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'es_PE', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String? get licensesPackageDetailTextOne => '1 licencia'; @@ -10217,28 +9788,17 @@ class MaterialLocalizationEsPr extends MaterialLocalizationEs { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEsPr({ - String localeName = 'es_PR', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'es_PR', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String? get licensesPackageDetailTextOne => '1 licencia'; @@ -10346,28 +9906,17 @@ class MaterialLocalizationEsPy extends MaterialLocalizationEs { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEsPy({ - String localeName = 'es_PY', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'es_PY', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String? get licensesPackageDetailTextOne => '1 licencia'; @@ -10475,28 +10024,17 @@ class MaterialLocalizationEsSv extends MaterialLocalizationEs { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEsSv({ - String localeName = 'es_SV', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'es_SV', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String? get licensesPackageDetailTextOne => '1 licencia'; @@ -10604,28 +10142,17 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEsUs({ - String localeName = 'es_US', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'es_US', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String? get licensesPackageDetailTextOne => '1 licencia'; @@ -10736,28 +10263,17 @@ class MaterialLocalizationEsUy extends MaterialLocalizationEs { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEsUy({ - String localeName = 'es_UY', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'es_UY', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String? get licensesPackageDetailTextOne => '1 licencia'; @@ -10865,28 +10381,17 @@ class MaterialLocalizationEsVe extends MaterialLocalizationEs { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEsVe({ - String localeName = 'es_VE', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'es_VE', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String? get licensesPackageDetailTextOne => '1 licencia'; @@ -10994,28 +10499,17 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEt({ - String localeName = 'et', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'et', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'Teave rakenduse $applicationName kohta'; @@ -11480,28 +10974,17 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationEu({ - String localeName = 'eu', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'eu', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'$applicationName aplikazioari buruz'; @@ -11966,28 +11449,17 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationFa({ - String localeName = 'fa', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'fa', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'درباره $applicationName'; @@ -12452,28 +11924,17 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationFi({ - String localeName = 'fi', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'fi', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'Tietoja: $applicationName'; @@ -12938,28 +12399,17 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationFil({ - String localeName = 'fil', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'fil', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'Tungkol sa $applicationName'; @@ -13424,28 +12874,17 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationFr({ - String localeName = 'fr', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'fr', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'À propos de $applicationName'; @@ -13910,28 +13349,17 @@ class MaterialLocalizationFrCa extends MaterialLocalizationFr { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationFrCa({ - String localeName = 'fr_CA', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'fr_CA', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get invalidTimeLabel => 'Entrez une heure valide'; @@ -14012,28 +13440,17 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationGl({ - String localeName = 'gl', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'gl', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'Acerca de: $applicationName'; @@ -14498,28 +13915,17 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationGsw({ - String localeName = 'gsw', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'gsw', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'Über $applicationName'; @@ -14984,28 +14390,17 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationGu({ - String localeName = 'gu', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'gu', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'$applicationName વિશે'; @@ -15470,28 +14865,17 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationHe({ - String localeName = 'he', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'he', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'מידע על $applicationName'; @@ -15956,28 +15340,17 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationHi({ - String localeName = 'hi', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'hi', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'$applicationName के बारे में जानकारी'; @@ -16442,28 +15815,17 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationHr({ - String localeName = 'hr', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'hr', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'O aplikaciji $applicationName'; @@ -16928,28 +16290,17 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationHu({ - String localeName = 'hu', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'hu', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'A(z) $applicationName névjegye'; @@ -17414,28 +16765,17 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationHy({ - String localeName = 'hy', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'hy', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'$applicationName հավելվածի մասին'; @@ -17900,28 +17240,17 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationId({ - String localeName = 'id', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'id', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'Tentang $applicationName'; @@ -18386,28 +17715,17 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationIs({ - String localeName = 'is', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'is', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'Um $applicationName'; @@ -18872,28 +18190,17 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationIt({ - String localeName = 'it', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'it', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'Informazioni su $applicationName'; @@ -19358,28 +18665,17 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationJa({ - String localeName = 'ja', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'ja', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'$applicationName について'; @@ -19844,28 +19140,17 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationKa({ - String localeName = 'ka', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'ka', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'$applicationName-ის შესახებ'; @@ -20330,28 +19615,17 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationKk({ - String localeName = 'kk', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'kk', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'$applicationName туралы'; @@ -20816,28 +20090,17 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationKm({ - String localeName = 'km', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'km', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'អំពី $applicationName'; @@ -21302,28 +20565,17 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationKn({ - String localeName = 'kn', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'kn', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => '\u{24}\u{61}\u{70}\u{70}\u{6c}\u{69}\u{63}\u{61}\u{74}\u{69}\u{6f}\u{6e}\u{4e}\u{61}\u{6d}\u{65}\u{20}\u{cac}\u{c97}\u{ccd}\u{c97}\u{cc6}'; @@ -21788,28 +21040,17 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationKo({ - String localeName = 'ko', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'ko', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'$applicationName 정보'; @@ -22274,28 +21515,17 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationKy({ - String localeName = 'ky', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'ky', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'$applicationName каналы жөнүндө'; @@ -22760,28 +21990,17 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationLo({ - String localeName = 'lo', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'lo', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'ກ່ຽວກັບ $applicationName'; @@ -23246,28 +22465,17 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationLt({ - String localeName = 'lt', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'lt', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'Apie „$applicationName“'; @@ -23732,28 +22940,17 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationLv({ - String localeName = 'lv', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'lv', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'Par $applicationName'; @@ -24218,28 +23415,17 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationMk({ - String localeName = 'mk', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'mk', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'За $applicationName'; @@ -24704,28 +23890,17 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationMl({ - String localeName = 'ml', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'ml', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'$applicationName എന്നതിനെക്കുറിച്ച്'; @@ -25190,28 +24365,17 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationMn({ - String localeName = 'mn', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'mn', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'$applicationName-н тухай'; @@ -25676,28 +24840,17 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationMr({ - String localeName = 'mr', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'mr', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'$applicationName बद्दल'; @@ -26162,28 +25315,17 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationMs({ - String localeName = 'ms', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'ms', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'Perihal $applicationName'; @@ -26648,28 +25790,17 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationMy({ - String localeName = 'my', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'my', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'$applicationName အကြောင်း'; @@ -27134,28 +26265,17 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationNb({ - String localeName = 'nb', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'nb', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'Om $applicationName'; @@ -27620,28 +26740,17 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationNe({ - String localeName = 'ne', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'ne', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'$applicationName बारे'; @@ -28106,28 +27215,17 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationNl({ - String localeName = 'nl', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'nl', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'Over $applicationName'; @@ -28592,28 +27690,17 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationNo({ - String localeName = 'no', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'no', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'Om $applicationName'; @@ -29078,28 +28165,17 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationOr({ - String localeName = 'or', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'or', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'$applicationName ବିଷୟରେ'; @@ -29564,28 +28640,17 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationPa({ - String localeName = 'pa', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'pa', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'$applicationName ਬਾਰੇ'; @@ -30050,28 +29115,17 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationPl({ - String localeName = 'pl', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'pl', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'$applicationName – informacje'; @@ -30536,28 +29590,17 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationPs({ - String localeName = 'ps', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'ps', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'د $applicationName په اړه'; @@ -31022,28 +30065,17 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationPt({ - String localeName = 'pt', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'pt', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'Sobre o app $applicationName'; @@ -31508,28 +30540,17 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationPtPt({ - String localeName = 'pt_PT', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'pt_PT', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get dialModeButtonLabel => 'Mude para o modo de seletor de mostrador'; @@ -31637,28 +30658,17 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationRo({ - String localeName = 'ro', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'ro', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'Despre $applicationName'; @@ -32123,28 +31133,17 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationRu({ - String localeName = 'ru', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'ru', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'$applicationName: сведения'; @@ -32609,28 +31608,17 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationSi({ - String localeName = 'si', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'si', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'$applicationName ගැන'; @@ -33095,28 +32083,17 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationSk({ - String localeName = 'sk', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'sk', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'$applicationName – informácie'; @@ -33581,28 +32558,17 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationSl({ - String localeName = 'sl', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'sl', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'O aplikaciji $applicationName'; @@ -34067,28 +33033,17 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationSq({ - String localeName = 'sq', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'sq', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'Rreth $applicationName'; @@ -34553,28 +33508,17 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationSr({ - String localeName = 'sr', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'sr', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'О апликацији $applicationName'; @@ -35039,28 +33983,17 @@ class MaterialLocalizationSrCyrl extends MaterialLocalizationSr { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationSrCyrl({ - String localeName = 'sr_Cyrl', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'sr_Cyrl', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); } /// The translations for Serbian, using the Latin script (`sr_Latn`). @@ -35069,28 +34002,17 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationSrLatn({ - String localeName = 'sr_Latn', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'sr_Latn', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'O aplikaciji $applicationName'; @@ -35345,28 +34267,17 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationSv({ - String localeName = 'sv', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'sv', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'Om $applicationName'; @@ -35831,28 +34742,17 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationSw({ - String localeName = 'sw', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'sw', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'Kuhusu $applicationName'; @@ -36317,28 +35217,17 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationTa({ - String localeName = 'ta', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'ta', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'$applicationName பற்றி'; @@ -36803,28 +35692,17 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationTe({ - String localeName = 'te', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'te', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'$applicationName గురించి'; @@ -37289,28 +36167,17 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationTh({ - String localeName = 'th', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'th', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'เกี่ยวกับ $applicationName'; @@ -37775,28 +36642,17 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationTl({ - String localeName = 'tl', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'tl', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'Tungkol sa $applicationName'; @@ -38261,28 +37117,17 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationTr({ - String localeName = 'tr', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'tr', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'$applicationName Hakkında'; @@ -38747,28 +37592,17 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationUk({ - String localeName = 'uk', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'uk', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'Про додаток $applicationName'; @@ -39233,28 +38067,17 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationUr({ - String localeName = 'ur', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'ur', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'$applicationName کے بارے میں'; @@ -39719,28 +38542,17 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationUz({ - String localeName = 'uz', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'uz', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'$applicationName haqida'; @@ -40205,28 +39017,17 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationVi({ - String localeName = 'vi', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'vi', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'Giới thiệu về $applicationName'; @@ -40691,28 +39492,17 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationZh({ - String localeName = 'zh', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'zh', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'关于$applicationName'; @@ -41177,28 +39967,17 @@ class MaterialLocalizationZhHans extends MaterialLocalizationZh { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationZhHans({ - String localeName = 'zh_Hans', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'zh_Hans', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); } /// The translations for Chinese, using the Han script (`zh_Hant`). @@ -41207,28 +39986,17 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationZhHant({ - String localeName = 'zh_Hant', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'zh_Hant', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'關於$applicationName'; @@ -41456,28 +40224,17 @@ class MaterialLocalizationZhHantHk extends MaterialLocalizationZhHant { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationZhHantHk({ - String localeName = 'zh_Hant_HK', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'zh_Hant_HK', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); } /// The translations for Chinese, as used in Taiwan, using the Han script (`zh_Hant_TW`). @@ -41486,28 +40243,17 @@ class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationZhHantTw({ - String localeName = 'zh_Hant_TW', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'zh_Hant_TW', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get dialModeButtonLabel => '切換至鐘面挑選器模式'; @@ -41591,28 +40337,17 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { /// /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. const MaterialLocalizationZu({ - String localeName = 'zu', - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : super( - localeName: localeName, - fullYearFormat: fullYearFormat, - compactDateFormat: compactDateFormat, - shortDateFormat: shortDateFormat, - mediumDateFormat: mediumDateFormat, - longDateFormat: longDateFormat, - yearMonthFormat: yearMonthFormat, - shortMonthDayFormat: shortMonthDayFormat, - decimalFormat: decimalFormat, - twoDigitZeroPaddedFormat: twoDigitZeroPaddedFormat, - ); + super.localeName = 'zu', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); @override String get aboutListTileTitleRaw => r'Mayelana no-$applicationName'; From 4bbd7f206e09f633a412267f47ef10a3e68c2169 Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Wed, 30 Mar 2022 15:31:59 -0700 Subject: [PATCH 201/327] Prepare `packages` (minus tools,framework) for `use_super_parameters` (#100510) --- .../flutter_localizations/test/material/time_picker_test.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/flutter_localizations/test/material/time_picker_test.dart b/packages/flutter_localizations/test/material/time_picker_test.dart index ca34c32b3680..4c5cd1d8e335 100644 --- a/packages/flutter_localizations/test/material/time_picker_test.dart +++ b/packages/flutter_localizations/test/material/time_picker_test.dart @@ -8,11 +8,10 @@ import 'package:flutter_test/flutter_test.dart'; class _TimePickerLauncher extends StatelessWidget { const _TimePickerLauncher({ - Key? key, this.onChanged, required this.locale, this.entryMode = TimePickerEntryMode.dial, - }) : super(key: key); + }); final ValueChanged? onChanged; final Locale locale; From 74d8b06083c9fad67e576a23508341e66e7360db Mon Sep 17 00:00:00 2001 From: godofredoc Date: Mon, 4 Apr 2022 16:55:26 -0700 Subject: [PATCH 202/327] Roll i10n localizations. (#101310) --- .../lib/src/l10n/cupertino_eu.arb | 2 +- .../generated_cupertino_localizations.dart | 2 +- .../generated_material_localizations.dart | 4200 +++++++++++------ .../lib/src/l10n/material_af.arb | 2 +- .../lib/src/l10n/material_am.arb | 50 +- .../lib/src/l10n/material_ar.arb | 60 +- .../lib/src/l10n/material_as.arb | 84 +- .../lib/src/l10n/material_az.arb | 86 +- .../lib/src/l10n/material_be.arb | 16 +- .../lib/src/l10n/material_bg.arb | 24 +- .../lib/src/l10n/material_bn.arb | 32 +- .../lib/src/l10n/material_bs.arb | 30 +- .../lib/src/l10n/material_ca.arb | 90 +- .../lib/src/l10n/material_cs.arb | 28 +- .../lib/src/l10n/material_da.arb | 20 +- .../lib/src/l10n/material_de.arb | 88 +- .../lib/src/l10n/material_el.arb | 22 +- .../lib/src/l10n/material_en_AU.arb | 58 + .../lib/src/l10n/material_en_CA.arb | 58 + .../lib/src/l10n/material_en_GB.arb | 58 + .../lib/src/l10n/material_en_IE.arb | 58 + .../lib/src/l10n/material_en_IN.arb | 58 + .../lib/src/l10n/material_en_NZ.arb | 58 + .../lib/src/l10n/material_en_SG.arb | 58 + .../lib/src/l10n/material_en_ZA.arb | 58 + .../lib/src/l10n/material_es.arb | 48 +- .../lib/src/l10n/material_es_419.arb | 58 + .../lib/src/l10n/material_es_AR.arb | 58 + .../lib/src/l10n/material_es_BO.arb | 58 + .../lib/src/l10n/material_es_CL.arb | 58 + .../lib/src/l10n/material_es_CO.arb | 58 + .../lib/src/l10n/material_es_CR.arb | 58 + .../lib/src/l10n/material_es_DO.arb | 58 + .../lib/src/l10n/material_es_EC.arb | 58 + .../lib/src/l10n/material_es_GT.arb | 58 + .../lib/src/l10n/material_es_HN.arb | 58 + .../lib/src/l10n/material_es_MX.arb | 58 + .../lib/src/l10n/material_es_NI.arb | 58 + .../lib/src/l10n/material_es_PA.arb | 58 + .../lib/src/l10n/material_es_PE.arb | 58 + .../lib/src/l10n/material_es_PR.arb | 58 + .../lib/src/l10n/material_es_PY.arb | 58 + .../lib/src/l10n/material_es_SV.arb | 58 + .../lib/src/l10n/material_es_US.arb | 58 + .../lib/src/l10n/material_es_UY.arb | 58 + .../lib/src/l10n/material_es_VE.arb | 58 + .../lib/src/l10n/material_et.arb | 48 +- .../lib/src/l10n/material_eu.arb | 98 +- .../lib/src/l10n/material_fa.arb | 114 +- .../lib/src/l10n/material_fi.arb | 32 +- .../lib/src/l10n/material_fil.arb | 6 +- .../lib/src/l10n/material_fr.arb | 92 +- .../lib/src/l10n/material_fr_CA.arb | 58 + .../lib/src/l10n/material_gl.arb | 50 +- .../lib/src/l10n/material_gsw.arb | 88 +- .../lib/src/l10n/material_he.arb | 28 +- .../lib/src/l10n/material_hr.arb | 68 +- .../lib/src/l10n/material_hu.arb | 22 +- .../lib/src/l10n/material_hy.arb | 20 +- .../lib/src/l10n/material_is.arb | 26 +- .../lib/src/l10n/material_it.arb | 46 +- .../lib/src/l10n/material_ja.arb | 80 +- .../lib/src/l10n/material_ka.arb | 26 +- .../lib/src/l10n/material_kk.arb | 32 +- .../lib/src/l10n/material_ko.arb | 42 +- .../lib/src/l10n/material_ky.arb | 28 +- .../lib/src/l10n/material_lo.arb | 52 +- .../lib/src/l10n/material_lt.arb | 62 +- .../lib/src/l10n/material_lv.arb | 24 +- .../lib/src/l10n/material_ml.arb | 2 +- .../lib/src/l10n/material_mn.arb | 28 +- .../lib/src/l10n/material_mr.arb | 54 +- .../lib/src/l10n/material_ms.arb | 24 +- .../lib/src/l10n/material_my.arb | 80 +- .../lib/src/l10n/material_nb.arb | 36 +- .../lib/src/l10n/material_nl.arb | 22 +- .../lib/src/l10n/material_no.arb | 36 +- .../lib/src/l10n/material_pl.arb | 62 +- .../lib/src/l10n/material_pt.arb | 24 +- .../lib/src/l10n/material_pt_PT.arb | 58 + .../lib/src/l10n/material_ro.arb | 54 +- .../lib/src/l10n/material_ru.arb | 40 +- .../lib/src/l10n/material_sk.arb | 20 +- .../lib/src/l10n/material_sl.arb | 106 +- .../lib/src/l10n/material_sq.arb | 2 +- .../lib/src/l10n/material_sr.arb | 34 +- .../lib/src/l10n/material_sr_Latn.arb | 58 + .../lib/src/l10n/material_sv.arb | 30 +- .../lib/src/l10n/material_sw.arb | 10 +- .../lib/src/l10n/material_th.arb | 64 +- .../lib/src/l10n/material_tl.arb | 6 +- .../lib/src/l10n/material_tr.arb | 30 +- .../lib/src/l10n/material_uk.arb | 34 +- .../lib/src/l10n/material_ur.arb | 18 +- .../lib/src/l10n/material_uz.arb | 14 +- .../lib/src/l10n/material_vi.arb | 58 +- .../lib/src/l10n/material_zh.arb | 80 +- .../lib/src/l10n/material_zh_HK.arb | 58 + .../lib/src/l10n/material_zh_TW.arb | 58 + .../lib/src/l10n/material_zu.arb | 16 +- 100 files changed, 6113 insertions(+), 2753 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb index 070580cd0a63..445d91888d92 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb @@ -21,5 +21,5 @@ "selectAllButtonLabel": "Hautatu guztiak", "tabSemanticsLabel": "$tabIndex/$tabCount fitxa", "modalBarrierDismissLabel": "Baztertu", - "searchTextFieldPlaceholderLabel": "Bilaketa" + "searchTextFieldPlaceholderLabel": "Bilatu" } diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index cb24a7ca70de..8eab60a3c05c 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -3473,7 +3473,7 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholderLabel => 'Bilaketa'; + String get searchTextFieldPlaceholderLabel => 'Bilatu'; @override String get selectAllButtonLabel => 'Hautatu guztiak'; diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index fd1e101e699c..34f869e5b403 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -306,7 +306,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Select'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'Spasie'; @override String get keyboardKeyZenkaku => 'Zenkaku'; @@ -622,16 +622,16 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get keyboardKeyAltGraph => 'AltGr'; @override - String get keyboardKeyBackspace => 'Backspace'; + String get keyboardKeyBackspace => 'የኋሊት መደምሰሻ'; @override String get keyboardKeyCapsLock => 'Caps Lock'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => 'ጣቢያ ወደ ታች'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => 'ጣቢያ ወደ ላይ'; @override String get keyboardKeyControl => 'Ctrl'; @@ -643,10 +643,10 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get keyboardKeyEisu => 'Eisū'; @override - String get keyboardKeyEject => 'Eject'; + String get keyboardKeyEject => 'አስወጣ'; @override - String get keyboardKeyEnd => 'End'; + String get keyboardKeyEnd => 'ጨርስ'; @override String get keyboardKeyEscape => 'Esc'; @@ -655,40 +655,40 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'የሃንጉል ሁነታ'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'የሃንጃ ሁነታ'; @override - String get keyboardKeyHankaku => 'Hankaku'; + String get keyboardKeyHankaku => 'ሃንካኩ'; @override - String get keyboardKeyHiragana => 'Hiragana'; + String get keyboardKeyHiragana => 'ሂራጋና'; @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + String get keyboardKeyHiraganaKatakana => 'ሂራጋና ካታካና'; @override - String get keyboardKeyHome => 'Home'; + String get keyboardKeyHome => 'መነሻ'; @override - String get keyboardKeyInsert => 'Insert'; + String get keyboardKeyInsert => 'አስገባ'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'የካና ሁነታ'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'የካንጂ ሁነታ'; @override - String get keyboardKeyKatakana => 'Katakana'; + String get keyboardKeyKatakana => 'ካታካና'; @override - String get keyboardKeyMeta => 'Meta'; + String get keyboardKeyMeta => 'ሜታ'; @override - String get keyboardKeyMetaMacOs => 'Command'; + String get keyboardKeyMetaMacOs => 'ትዕዛዝ'; @override String get keyboardKeyMetaWindows => 'Win'; @@ -736,7 +736,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get keyboardKeyNumpadDecimal => 'Num .'; @override - String get keyboardKeyNumpadDivide => 'Num /'; + String get keyboardKeyNumpadDivide => '+NUM'; @override String get keyboardKeyNumpadEnter => 'Num Enter'; @@ -763,31 +763,31 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get keyboardKeyPageUp => 'PgUp'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'ኃይል'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'ኃይል አጥፋ'; @override String get keyboardKeyPrintScreen => 'Print Screen'; @override - String get keyboardKeyRomaji => 'Romaji'; + String get keyboardKeyRomaji => 'ሮማጂ'; @override String get keyboardKeyScrollLock => 'Scroll Lock'; @override - String get keyboardKeySelect => 'Select'; + String get keyboardKeySelect => 'ምረጥ'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'ክፍተት'; @override - String get keyboardKeyZenkaku => 'Zenkaku'; + String get keyboardKeyZenkaku => 'ዜንካኩ'; @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + String get keyboardKeyZenkakuHankaku => 'ዜንካኩ ሃንካኩ'; @override String get lastPageTooltip => 'የመጨረሻው ገጽ'; @@ -1103,10 +1103,10 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get keyboardKeyCapsLock => 'Caps Lock'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => 'القناة التالية'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => 'القناة السابقة'; @override String get keyboardKeyControl => 'Ctrl'; @@ -1130,10 +1130,10 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'وضع Hangul (هانغول)'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'وضع Hanja (هانجا)'; @override String get keyboardKeyHankaku => 'Hankaku'; @@ -1151,10 +1151,10 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get keyboardKeyInsert => 'Insert'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'وضع Kana (كانا)'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'وضع Kanji (كانجي)'; @override String get keyboardKeyKatakana => 'Katakana'; @@ -1172,64 +1172,64 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get keyboardKeyNumLock => 'Num Lock'; @override - String get keyboardKeyNumpad0 => 'Num 0'; + String get keyboardKeyNumpad0 => 'الرقم 0'; @override - String get keyboardKeyNumpad1 => 'Num 1'; + String get keyboardKeyNumpad1 => 'الرقم 1'; @override - String get keyboardKeyNumpad2 => 'Num 2'; + String get keyboardKeyNumpad2 => 'الرقم 2'; @override - String get keyboardKeyNumpad3 => 'Num 3'; + String get keyboardKeyNumpad3 => 'الرقم 3'; @override - String get keyboardKeyNumpad4 => 'Num 4'; + String get keyboardKeyNumpad4 => 'الرقم 4'; @override - String get keyboardKeyNumpad5 => 'Num 5'; + String get keyboardKeyNumpad5 => 'الرقم 5'; @override - String get keyboardKeyNumpad6 => 'Num 6'; + String get keyboardKeyNumpad6 => 'الرقم 6'; @override - String get keyboardKeyNumpad7 => 'Num 7'; + String get keyboardKeyNumpad7 => 'الرقم 7'; @override - String get keyboardKeyNumpad8 => 'Num 8'; + String get keyboardKeyNumpad8 => 'الرقم 8'; @override - String get keyboardKeyNumpad9 => 'Num 9'; + String get keyboardKeyNumpad9 => 'الرقم 9'; @override - String get keyboardKeyNumpadAdd => 'Num +'; + String get keyboardKeyNumpadAdd => 'علامة الجمع +'; @override - String get keyboardKeyNumpadComma => 'Num ,'; + String get keyboardKeyNumpadComma => 'الفاصلة ,'; @override - String get keyboardKeyNumpadDecimal => 'Num .'; + String get keyboardKeyNumpadDecimal => 'النقطة .'; @override - String get keyboardKeyNumpadDivide => 'Num /'; + String get keyboardKeyNumpadDivide => 'علامة القسمة /'; @override - String get keyboardKeyNumpadEnter => 'Num Enter'; + String get keyboardKeyNumpadEnter => 'المفتاح Enter'; @override - String get keyboardKeyNumpadEqual => 'Num ='; + String get keyboardKeyNumpadEqual => 'علامة التساوي ='; @override - String get keyboardKeyNumpadMultiply => 'Num *'; + String get keyboardKeyNumpadMultiply => 'علامة الضرب *'; @override - String get keyboardKeyNumpadParenLeft => 'Num ('; + String get keyboardKeyNumpadParenLeft => 'القوس الأيسر )'; @override - String get keyboardKeyNumpadParenRight => 'Num )'; + String get keyboardKeyNumpadParenRight => 'القوس الأيمن ('; @override - String get keyboardKeyNumpadSubtract => 'Num -'; + String get keyboardKeyNumpadSubtract => 'علامة الطرح -'; @override String get keyboardKeyPageDown => 'PgDown'; @@ -1238,10 +1238,10 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get keyboardKeyPageUp => 'PgUp'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'زر التشغيل'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'زر الإطفاء'; @override String get keyboardKeyPrintScreen => 'Print Screen'; @@ -1253,10 +1253,10 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get keyboardKeyScrollLock => 'Scroll Lock'; @override - String get keyboardKeySelect => 'Select'; + String get keyboardKeySelect => 'مفتاح الاختيار'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'مفتاح المسافة'; @override String get keyboardKeyZenkaku => 'Zenkaku'; @@ -1572,16 +1572,16 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get keyboardKeyAltGraph => 'AltGr'; @override - String get keyboardKeyBackspace => 'Backspace'; + String get keyboardKeyBackspace => 'বেকস্পেচ'; @override - String get keyboardKeyCapsLock => 'Caps Lock'; + String get keyboardKeyCapsLock => 'কেপ্‌ছ লক'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => 'চেনেল ডাউন'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => 'চেনেল আপ'; @override String get keyboardKeyControl => 'Ctrl'; @@ -1593,7 +1593,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get keyboardKeyEisu => 'Eisū'; @override - String get keyboardKeyEject => 'Eject'; + String get keyboardKeyEject => 'ইজেক্ট'; @override String get keyboardKeyEnd => 'End'; @@ -1605,19 +1605,19 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'হাঙুল ম’ড'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'হাঞ্জা ম’ড'; @override - String get keyboardKeyHankaku => 'Hankaku'; + String get keyboardKeyHankaku => 'হানকাকু'; @override - String get keyboardKeyHiragana => 'Hiragana'; + String get keyboardKeyHiragana => 'হিৰাগানা'; @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + String get keyboardKeyHiraganaKatakana => 'হিৰাগানা কাটাকানা'; @override String get keyboardKeyHome => 'Home'; @@ -1626,16 +1626,16 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get keyboardKeyInsert => 'Insert'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'কানা ম’ড'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'কাঞ্জি ম’ড'; @override - String get keyboardKeyKatakana => 'Katakana'; + String get keyboardKeyKatakana => 'কাটাকানা'; @override - String get keyboardKeyMeta => 'Meta'; + String get keyboardKeyMeta => 'মেটা'; @override String get keyboardKeyMetaMacOs => 'Command'; @@ -1647,64 +1647,64 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get keyboardKeyNumLock => 'Num Lock'; @override - String get keyboardKeyNumpad0 => 'Num 0'; + String get keyboardKeyNumpad0 => 'নং ০'; @override - String get keyboardKeyNumpad1 => 'Num 1'; + String get keyboardKeyNumpad1 => 'নং ১'; @override - String get keyboardKeyNumpad2 => 'Num 2'; + String get keyboardKeyNumpad2 => 'নং ২'; @override - String get keyboardKeyNumpad3 => 'Num 3'; + String get keyboardKeyNumpad3 => 'নং ৩'; @override - String get keyboardKeyNumpad4 => 'Num 4'; + String get keyboardKeyNumpad4 => 'নং ৪'; @override - String get keyboardKeyNumpad5 => 'Num 5'; + String get keyboardKeyNumpad5 => 'নং ৫'; @override - String get keyboardKeyNumpad6 => 'Num 6'; + String get keyboardKeyNumpad6 => 'নং ৬'; @override - String get keyboardKeyNumpad7 => 'Num 7'; + String get keyboardKeyNumpad7 => 'নং ৭'; @override - String get keyboardKeyNumpad8 => 'Num 8'; + String get keyboardKeyNumpad8 => 'নং ৮'; @override - String get keyboardKeyNumpad9 => 'Num 9'; + String get keyboardKeyNumpad9 => 'নং ৯'; @override - String get keyboardKeyNumpadAdd => 'Num +'; + String get keyboardKeyNumpadAdd => 'নং +'; @override - String get keyboardKeyNumpadComma => 'Num ,'; + String get keyboardKeyNumpadComma => 'নং ,'; @override - String get keyboardKeyNumpadDecimal => 'Num .'; + String get keyboardKeyNumpadDecimal => 'নং .'; @override - String get keyboardKeyNumpadDivide => 'Num /'; + String get keyboardKeyNumpadDivide => 'নং /'; @override String get keyboardKeyNumpadEnter => 'Num Enter'; @override - String get keyboardKeyNumpadEqual => 'Num ='; + String get keyboardKeyNumpadEqual => 'নং ='; @override - String get keyboardKeyNumpadMultiply => 'Num *'; + String get keyboardKeyNumpadMultiply => 'নং *'; @override - String get keyboardKeyNumpadParenLeft => 'Num ('; + String get keyboardKeyNumpadParenLeft => 'নং ('; @override - String get keyboardKeyNumpadParenRight => 'Num )'; + String get keyboardKeyNumpadParenRight => 'নং )'; @override - String get keyboardKeyNumpadSubtract => 'Num -'; + String get keyboardKeyNumpadSubtract => 'নং -'; @override String get keyboardKeyPageDown => 'PgDown'; @@ -1713,31 +1713,31 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get keyboardKeyPageUp => 'PgUp'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'পাৱাৰ'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'পাৱাৰ অফ'; @override - String get keyboardKeyPrintScreen => 'Print Screen'; + String get keyboardKeyPrintScreen => 'প্ৰিণ্ট স্ক্ৰীন'; @override - String get keyboardKeyRomaji => 'Romaji'; + String get keyboardKeyRomaji => 'ৰ’মাজি'; @override - String get keyboardKeyScrollLock => 'Scroll Lock'; + String get keyboardKeyScrollLock => 'স্ক্ৰ’ল লক'; @override - String get keyboardKeySelect => 'Select'; + String get keyboardKeySelect => 'ছিলেক্ট'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'স্পেচ'; @override - String get keyboardKeyZenkaku => 'Zenkaku'; + String get keyboardKeyZenkaku => 'জেনকাকু'; @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + String get keyboardKeyZenkakuHankaku => 'জেনকাকু হানকাকু'; @override String get lastPageTooltip => 'অন্তিম পৃষ্ঠা'; @@ -2050,13 +2050,13 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get keyboardKeyBackspace => 'Backspace'; @override - String get keyboardKeyCapsLock => 'Caps Lock'; + String get keyboardKeyCapsLock => 'Böyük Hərf'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => 'Aşağıdakı kanala keçin'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => 'Yuxarıdakı kanala keçin'; @override String get keyboardKeyControl => 'Ctrl'; @@ -2068,10 +2068,10 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get keyboardKeyEisu => 'Eisū'; @override - String get keyboardKeyEject => 'Eject'; + String get keyboardKeyEject => 'Çıxarın'; @override - String get keyboardKeyEnd => 'End'; + String get keyboardKeyEnd => 'Son'; @override String get keyboardKeyEscape => 'Esc'; @@ -2080,31 +2080,31 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'Hanqıl rejimi'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'Hanja rejimi'; @override String get keyboardKeyHankaku => 'Hankaku'; @override - String get keyboardKeyHiragana => 'Hiragana'; + String get keyboardKeyHiragana => 'Hiraqana'; @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + String get keyboardKeyHiraganaKatakana => 'Hiraqana Katakana'; @override - String get keyboardKeyHome => 'Home'; + String get keyboardKeyHome => 'Əsas səhifə'; @override - String get keyboardKeyInsert => 'Insert'; + String get keyboardKeyInsert => 'Daxil edin'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'Kana Rejimi'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'Kanji Rejimi'; @override String get keyboardKeyKatakana => 'Katakana'; @@ -2113,100 +2113,100 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get keyboardKeyMeta => 'Meta'; @override - String get keyboardKeyMetaMacOs => 'Command'; + String get keyboardKeyMetaMacOs => 'Əmr'; @override String get keyboardKeyMetaWindows => 'Win'; @override - String get keyboardKeyNumLock => 'Num Lock'; + String get keyboardKeyNumLock => 'Rəqəm'; @override - String get keyboardKeyNumpad0 => 'Num 0'; + String get keyboardKeyNumpad0 => 'Rəq 0'; @override - String get keyboardKeyNumpad1 => 'Num 1'; + String get keyboardKeyNumpad1 => 'Rəq 1'; @override - String get keyboardKeyNumpad2 => 'Num 2'; + String get keyboardKeyNumpad2 => 'Rəq 2'; @override - String get keyboardKeyNumpad3 => 'Num 3'; + String get keyboardKeyNumpad3 => 'Rəq 3'; @override - String get keyboardKeyNumpad4 => 'Num 4'; + String get keyboardKeyNumpad4 => 'Rəq 4'; @override - String get keyboardKeyNumpad5 => 'Num 5'; + String get keyboardKeyNumpad5 => 'Rəq 5'; @override - String get keyboardKeyNumpad6 => 'Num 6'; + String get keyboardKeyNumpad6 => 'Rəq 6'; @override - String get keyboardKeyNumpad7 => 'Num 7'; + String get keyboardKeyNumpad7 => 'Rəq 7'; @override - String get keyboardKeyNumpad8 => 'Num 8'; + String get keyboardKeyNumpad8 => 'Rəq 8'; @override - String get keyboardKeyNumpad9 => 'Num 9'; + String get keyboardKeyNumpad9 => 'Rəq 9'; @override - String get keyboardKeyNumpadAdd => 'Num +'; + String get keyboardKeyNumpadAdd => 'Rəq +'; @override - String get keyboardKeyNumpadComma => 'Num ,'; + String get keyboardKeyNumpadComma => 'Rəq ,'; @override - String get keyboardKeyNumpadDecimal => 'Num .'; + String get keyboardKeyNumpadDecimal => 'Rəq .'; @override - String get keyboardKeyNumpadDivide => 'Num /'; + String get keyboardKeyNumpadDivide => 'Rəq /'; @override - String get keyboardKeyNumpadEnter => 'Num Enter'; + String get keyboardKeyNumpadEnter => 'Rəqəm Daxiletmə'; @override - String get keyboardKeyNumpadEqual => 'Num ='; + String get keyboardKeyNumpadEqual => 'Rəq ='; @override - String get keyboardKeyNumpadMultiply => 'Num *'; + String get keyboardKeyNumpadMultiply => 'Rəq *'; @override - String get keyboardKeyNumpadParenLeft => 'Num ('; + String get keyboardKeyNumpadParenLeft => 'Rəq ('; @override - String get keyboardKeyNumpadParenRight => 'Num )'; + String get keyboardKeyNumpadParenRight => 'Rəq )'; @override - String get keyboardKeyNumpadSubtract => 'Num -'; + String get keyboardKeyNumpadSubtract => 'Rəq -'; @override - String get keyboardKeyPageDown => 'PgDown'; + String get keyboardKeyPageDown => 'Aşağı Səhifə'; @override - String get keyboardKeyPageUp => 'PgUp'; + String get keyboardKeyPageUp => 'Yuxarı Səhifə'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'Qidalanma'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'Söndürmə'; @override - String get keyboardKeyPrintScreen => 'Print Screen'; + String get keyboardKeyPrintScreen => 'Ekran Çapı'; @override String get keyboardKeyRomaji => 'Romaji'; @override - String get keyboardKeyScrollLock => 'Scroll Lock'; + String get keyboardKeyScrollLock => 'Sürüşdürmə'; @override - String get keyboardKeySelect => 'Select'; + String get keyboardKeySelect => 'Seçin'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'Boşluq'; @override String get keyboardKeyZenkaku => 'Zenkaku'; @@ -2528,10 +2528,10 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get keyboardKeyCapsLock => 'Caps Lock'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => 'Наступны канал'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => 'Папярэдні канал'; @override String get keyboardKeyControl => 'Ctrl'; @@ -2543,7 +2543,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get keyboardKeyEisu => 'Eisū'; @override - String get keyboardKeyEject => 'Eject'; + String get keyboardKeyEject => 'Выняць'; @override String get keyboardKeyEnd => 'End'; @@ -2663,25 +2663,25 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get keyboardKeyPageUp => 'PgUp'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'Сілкаванне'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'Выключыць'; @override String get keyboardKeyPrintScreen => 'Print Screen'; @override - String get keyboardKeyRomaji => 'Romaji'; + String get keyboardKeyRomaji => 'Ромадзі'; @override String get keyboardKeyScrollLock => 'Scroll Lock'; @override - String get keyboardKeySelect => 'Select'; + String get keyboardKeySelect => 'Выбраць'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'Прабел'; @override String get keyboardKeyZenkaku => 'Zenkaku'; @@ -3015,7 +3015,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get keyboardKeyDelete => 'Del'; @override - String get keyboardKeyEisu => 'Eisū'; + String get keyboardKeyEisu => 'Ейсу'; @override String get keyboardKeyEject => 'Eject'; @@ -3030,19 +3030,19 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'Режим за хангъл'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'Режим за ханджа'; @override - String get keyboardKeyHankaku => 'Hankaku'; + String get keyboardKeyHankaku => 'Ханкаку'; @override - String get keyboardKeyHiragana => 'Hiragana'; + String get keyboardKeyHiragana => 'Хирагана'; @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + String get keyboardKeyHiraganaKatakana => 'Хирагана катакана'; @override String get keyboardKeyHome => 'Home'; @@ -3051,13 +3051,13 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get keyboardKeyInsert => 'Insert'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'Режим за кана'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'Режим за канджи'; @override - String get keyboardKeyKatakana => 'Katakana'; + String get keyboardKeyKatakana => 'Катакана'; @override String get keyboardKeyMeta => 'Meta'; @@ -3147,7 +3147,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get keyboardKeyPrintScreen => 'Print Screen'; @override - String get keyboardKeyRomaji => 'Romaji'; + String get keyboardKeyRomaji => 'Ромаджи'; @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -3159,10 +3159,10 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get keyboardKeySpace => 'Space'; @override - String get keyboardKeyZenkaku => 'Zenkaku'; + String get keyboardKeyZenkaku => 'Зенкаку'; @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + String get keyboardKeyZenkakuHankaku => 'Зенкаку ханкаку'; @override String get lastPageTooltip => 'Последна страница'; @@ -3478,10 +3478,10 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get keyboardKeyCapsLock => 'Caps Lock'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => 'আগের চ্যানেলে যান'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => 'পরের চ্যানেলে যান'; @override String get keyboardKeyControl => 'Ctrl'; @@ -3493,7 +3493,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get keyboardKeyEisu => 'Eisū'; @override - String get keyboardKeyEject => 'Eject'; + String get keyboardKeyEject => 'ইজেক্ট করুন'; @override String get keyboardKeyEnd => 'End'; @@ -3505,19 +3505,19 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => "'হাঙ্গুল' মোড"; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => "'হাঞ্জা' মোড"; @override - String get keyboardKeyHankaku => 'Hankaku'; + String get keyboardKeyHankaku => 'হানকাকু'; @override - String get keyboardKeyHiragana => 'Hiragana'; + String get keyboardKeyHiragana => 'হিরাগানা'; @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + String get keyboardKeyHiraganaKatakana => 'হিরাগানা কাতাকানা'; @override String get keyboardKeyHome => 'Home'; @@ -3526,16 +3526,16 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get keyboardKeyInsert => 'Insert'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => "'কানা' মোড"; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => "'কাঞ্জি' মোড"; @override - String get keyboardKeyKatakana => 'Katakana'; + String get keyboardKeyKatakana => 'কাতাকানা'; @override - String get keyboardKeyMeta => 'Meta'; + String get keyboardKeyMeta => 'মেটা'; @override String get keyboardKeyMetaMacOs => 'Command'; @@ -3622,22 +3622,22 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get keyboardKeyPrintScreen => 'Print Screen'; @override - String get keyboardKeyRomaji => 'Romaji'; + String get keyboardKeyRomaji => 'রোমাজি'; @override String get keyboardKeyScrollLock => 'Scroll Lock'; @override - String get keyboardKeySelect => 'Select'; + String get keyboardKeySelect => 'বেছে নিন'; @override String get keyboardKeySpace => 'Space'; @override - String get keyboardKeyZenkaku => 'Zenkaku'; + String get keyboardKeyZenkaku => 'জেনকাকু'; @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + String get keyboardKeyZenkakuHankaku => 'জেনকাকু হানকাকু'; @override String get lastPageTooltip => 'শেষ পৃষ্ঠা'; @@ -3944,7 +3944,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get keyboardKeyAlt => 'Alt'; @override - String get keyboardKeyAltGraph => 'AltGr'; + String get keyboardKeyAltGraph => 'Alt Gr'; @override String get keyboardKeyBackspace => 'Backspace'; @@ -3953,10 +3953,10 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get keyboardKeyCapsLock => 'Caps Lock'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => 'prethodni kanal'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => 'sljedeći kanal'; @override String get keyboardKeyControl => 'Ctrl'; @@ -3980,10 +3980,10 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'način rada Hangul'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'način rada Hanja'; @override String get keyboardKeyHankaku => 'Hankaku'; @@ -3992,7 +3992,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get keyboardKeyHiragana => 'Hiragana'; @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + String get keyboardKeyHiraganaKatakana => 'Hiragana katakana'; @override String get keyboardKeyHome => 'Home'; @@ -4001,10 +4001,10 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get keyboardKeyInsert => 'Insert'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'način rada Kana'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'način rada Kanji'; @override String get keyboardKeyKatakana => 'Katakana'; @@ -4082,19 +4082,19 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get keyboardKeyNumpadSubtract => 'Num -'; @override - String get keyboardKeyPageDown => 'PgDown'; + String get keyboardKeyPageDown => 'Pg Down'; @override - String get keyboardKeyPageUp => 'PgUp'; + String get keyboardKeyPageUp => 'Pg Up'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'tipka za uključivanje'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'tipka za isključivanje'; @override - String get keyboardKeyPrintScreen => 'Print Screen'; + String get keyboardKeyPrintScreen => 'Prt Sc'; @override String get keyboardKeyRomaji => 'Romaji'; @@ -4106,13 +4106,13 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Select'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'tipka za razmak'; @override String get keyboardKeyZenkaku => 'Zenkaku'; @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + String get keyboardKeyZenkakuHankaku => 'Zenkaku hankaku'; @override String get lastPageTooltip => 'Posljednja stranica'; @@ -4419,34 +4419,34 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get keyboardKeyAlt => 'Alt'; @override - String get keyboardKeyAltGraph => 'AltGr'; + String get keyboardKeyAltGraph => 'Alt Gr'; @override - String get keyboardKeyBackspace => 'Backspace'; + String get keyboardKeyBackspace => 'Retrocés'; @override - String get keyboardKeyCapsLock => 'Caps Lock'; + String get keyboardKeyCapsLock => 'Bloq Maj'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => 'Canal següent'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => 'Canal anterior'; @override String get keyboardKeyControl => 'Ctrl'; @override - String get keyboardKeyDelete => 'Del'; + String get keyboardKeyDelete => 'Supr'; @override String get keyboardKeyEisu => 'Eisū'; @override - String get keyboardKeyEject => 'Eject'; + String get keyboardKeyEject => 'Expulsa'; @override - String get keyboardKeyEnd => 'End'; + String get keyboardKeyEnd => 'Fi'; @override String get keyboardKeyEscape => 'Esc'; @@ -4455,10 +4455,10 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'Mode hangul'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'Mode hanja'; @override String get keyboardKeyHankaku => 'Hankaku'; @@ -4470,16 +4470,16 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; @override - String get keyboardKeyHome => 'Home'; + String get keyboardKeyHome => 'Inici'; @override - String get keyboardKeyInsert => 'Insert'; + String get keyboardKeyInsert => 'Inser'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'Mode kana'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'Mode kanji'; @override String get keyboardKeyKatakana => 'Katakana'; @@ -4488,100 +4488,100 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get keyboardKeyMeta => 'Meta'; @override - String get keyboardKeyMetaMacOs => 'Command'; + String get keyboardKeyMetaMacOs => 'Ordre'; @override - String get keyboardKeyMetaWindows => 'Win'; + String get keyboardKeyMetaWindows => 'Windows'; @override - String get keyboardKeyNumLock => 'Num Lock'; + String get keyboardKeyNumLock => 'Bloq Núm'; @override - String get keyboardKeyNumpad0 => 'Num 0'; + String get keyboardKeyNumpad0 => 'Núm. 0'; @override - String get keyboardKeyNumpad1 => 'Num 1'; + String get keyboardKeyNumpad1 => 'Núm. 1'; @override - String get keyboardKeyNumpad2 => 'Num 2'; + String get keyboardKeyNumpad2 => 'Núm. 2'; @override - String get keyboardKeyNumpad3 => 'Num 3'; + String get keyboardKeyNumpad3 => 'Núm. 3'; @override - String get keyboardKeyNumpad4 => 'Num 4'; + String get keyboardKeyNumpad4 => 'Núm. 4'; @override - String get keyboardKeyNumpad5 => 'Num 5'; + String get keyboardKeyNumpad5 => 'Núm. 5'; @override - String get keyboardKeyNumpad6 => 'Num 6'; + String get keyboardKeyNumpad6 => 'Núm. 6'; @override - String get keyboardKeyNumpad7 => 'Num 7'; + String get keyboardKeyNumpad7 => 'Núm. 7'; @override - String get keyboardKeyNumpad8 => 'Num 8'; + String get keyboardKeyNumpad8 => 'Núm. 8'; @override - String get keyboardKeyNumpad9 => 'Num 9'; + String get keyboardKeyNumpad9 => 'Núm. 9'; @override - String get keyboardKeyNumpadAdd => 'Num +'; + String get keyboardKeyNumpadAdd => 'Núm. +'; @override - String get keyboardKeyNumpadComma => 'Num ,'; + String get keyboardKeyNumpadComma => 'Núm. ,'; @override - String get keyboardKeyNumpadDecimal => 'Num .'; + String get keyboardKeyNumpadDecimal => 'Núm. .'; @override - String get keyboardKeyNumpadDivide => 'Num /'; + String get keyboardKeyNumpadDivide => 'Núm. /'; @override - String get keyboardKeyNumpadEnter => 'Num Enter'; + String get keyboardKeyNumpadEnter => 'Núm. Retorn'; @override - String get keyboardKeyNumpadEqual => 'Num ='; + String get keyboardKeyNumpadEqual => 'Núm. ='; @override - String get keyboardKeyNumpadMultiply => 'Num *'; + String get keyboardKeyNumpadMultiply => 'Núm. *'; @override - String get keyboardKeyNumpadParenLeft => 'Num ('; + String get keyboardKeyNumpadParenLeft => 'Núm. ('; @override - String get keyboardKeyNumpadParenRight => 'Num )'; + String get keyboardKeyNumpadParenRight => 'Núm. )'; @override - String get keyboardKeyNumpadSubtract => 'Num -'; + String get keyboardKeyNumpadSubtract => 'Núm. -'; @override - String get keyboardKeyPageDown => 'PgDown'; + String get keyboardKeyPageDown => 'Av Pàg'; @override - String get keyboardKeyPageUp => 'PgUp'; + String get keyboardKeyPageUp => 'Re Pàg'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'Engegada'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'Apagada'; @override - String get keyboardKeyPrintScreen => 'Print Screen'; + String get keyboardKeyPrintScreen => 'Impr Pant'; @override String get keyboardKeyRomaji => 'Romaji'; @override - String get keyboardKeyScrollLock => 'Scroll Lock'; + String get keyboardKeyScrollLock => 'Bloq Despl'; @override - String get keyboardKeySelect => 'Select'; + String get keyboardKeySelect => 'Selecciona'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'Espai'; @override String get keyboardKeyZenkaku => 'Zenkaku'; @@ -4903,10 +4903,10 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get keyboardKeyCapsLock => 'Caps Lock'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => 'O kanál dolů'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => 'O kanál nahoru'; @override String get keyboardKeyControl => 'Ctrl'; @@ -4918,7 +4918,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get keyboardKeyEisu => 'Eisū'; @override - String get keyboardKeyEject => 'Eject'; + String get keyboardKeyEject => 'Odpojit'; @override String get keyboardKeyEnd => 'End'; @@ -4930,10 +4930,10 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'Režim korejského písma'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'Režim čínských znaků'; @override String get keyboardKeyHankaku => 'Hankaku'; @@ -4942,7 +4942,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get keyboardKeyHiragana => 'Hiragana'; @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + String get keyboardKeyHiraganaKatakana => 'Hiragana katakana'; @override String get keyboardKeyHome => 'Home'; @@ -4951,10 +4951,10 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get keyboardKeyInsert => 'Insert'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'Režim kana'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'Režim kandži'; @override String get keyboardKeyKatakana => 'Katakana'; @@ -5038,31 +5038,31 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get keyboardKeyPageUp => 'PgUp'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'Vypínač'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'Vypnout'; @override String get keyboardKeyPrintScreen => 'Print Screen'; @override - String get keyboardKeyRomaji => 'Romaji'; + String get keyboardKeyRomaji => 'Rómadži'; @override String get keyboardKeyScrollLock => 'Scroll Lock'; @override - String get keyboardKeySelect => 'Select'; + String get keyboardKeySelect => 'Vybrat'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'Mezera'; @override String get keyboardKeyZenkaku => 'Zenkaku'; @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + String get keyboardKeyZenkakuHankaku => 'Zenkaku hankaku'; @override String get lastPageTooltip => 'Poslední stránka'; @@ -5393,7 +5393,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get keyboardKeyEisu => 'Eisū'; @override - String get keyboardKeyEject => 'Eject'; + String get keyboardKeyEject => 'Skub ud'; @override String get keyboardKeyEnd => 'End'; @@ -5405,10 +5405,10 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'Hangul-tilstand'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'Hanja-tilstand'; @override String get keyboardKeyHankaku => 'Hankaku'; @@ -5426,10 +5426,10 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get keyboardKeyInsert => 'Insert'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'Kana-tilstand'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'Kanji-tilstand'; @override String get keyboardKeyKatakana => 'Katakana'; @@ -5507,16 +5507,16 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get keyboardKeyNumpadSubtract => 'Num -'; @override - String get keyboardKeyPageDown => 'PgDown'; + String get keyboardKeyPageDown => 'PgDn'; @override String get keyboardKeyPageUp => 'PgUp'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'Strøm'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'Sluk'; @override String get keyboardKeyPrintScreen => 'Print Screen'; @@ -5528,10 +5528,10 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get keyboardKeyScrollLock => 'Scroll Lock'; @override - String get keyboardKeySelect => 'Select'; + String get keyboardKeySelect => 'Vælg'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'Mellemrumstasten'; @override String get keyboardKeyZenkaku => 'Zenkaku'; @@ -5847,31 +5847,31 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get keyboardKeyAltGraph => 'AltGr'; @override - String get keyboardKeyBackspace => 'Backspace'; + String get keyboardKeyBackspace => 'Rücktaste'; @override - String get keyboardKeyCapsLock => 'Caps Lock'; + String get keyboardKeyCapsLock => 'Feststelltaste'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => 'Vorheriger Kanal'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => 'Nächster Kanal'; @override - String get keyboardKeyControl => 'Ctrl'; + String get keyboardKeyControl => 'Strg'; @override - String get keyboardKeyDelete => 'Del'; + String get keyboardKeyDelete => 'Entf'; @override String get keyboardKeyEisu => 'Eisū'; @override - String get keyboardKeyEject => 'Eject'; + String get keyboardKeyEject => 'Auswerfen'; @override - String get keyboardKeyEnd => 'End'; + String get keyboardKeyEnd => 'Ende'; @override String get keyboardKeyEscape => 'Esc'; @@ -5880,10 +5880,10 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'Hangul-Modus'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'Hanja-Modus'; @override String get keyboardKeyHankaku => 'Hankaku'; @@ -5895,16 +5895,16 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; @override - String get keyboardKeyHome => 'Home'; + String get keyboardKeyHome => 'Pos1'; @override - String get keyboardKeyInsert => 'Insert'; + String get keyboardKeyInsert => 'Einfg'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'Kana-Modus'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'Kanji-Modus'; @override String get keyboardKeyKatakana => 'Katakana'; @@ -5913,100 +5913,100 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get keyboardKeyMeta => 'Meta'; @override - String get keyboardKeyMetaMacOs => 'Command'; + String get keyboardKeyMetaMacOs => 'Befehl'; @override String get keyboardKeyMetaWindows => 'Win'; @override - String get keyboardKeyNumLock => 'Num Lock'; + String get keyboardKeyNumLock => 'Num'; @override - String get keyboardKeyNumpad0 => 'Num 0'; + String get keyboardKeyNumpad0 => 'Num 0'; @override - String get keyboardKeyNumpad1 => 'Num 1'; + String get keyboardKeyNumpad1 => 'Num 1'; @override - String get keyboardKeyNumpad2 => 'Num 2'; + String get keyboardKeyNumpad2 => 'Num 2'; @override - String get keyboardKeyNumpad3 => 'Num 3'; + String get keyboardKeyNumpad3 => 'Num 3'; @override - String get keyboardKeyNumpad4 => 'Num 4'; + String get keyboardKeyNumpad4 => 'Num 4'; @override - String get keyboardKeyNumpad5 => 'Num 5'; + String get keyboardKeyNumpad5 => 'Num 5'; @override - String get keyboardKeyNumpad6 => 'Num 6'; + String get keyboardKeyNumpad6 => 'Num 6'; @override - String get keyboardKeyNumpad7 => 'Num 7'; + String get keyboardKeyNumpad7 => 'Num 7'; @override - String get keyboardKeyNumpad8 => 'Num 8'; + String get keyboardKeyNumpad8 => 'Num 8'; @override - String get keyboardKeyNumpad9 => 'Num 9'; + String get keyboardKeyNumpad9 => 'Num 9'; @override - String get keyboardKeyNumpadAdd => 'Num +'; + String get keyboardKeyNumpadAdd => 'Num +'; @override - String get keyboardKeyNumpadComma => 'Num ,'; + String get keyboardKeyNumpadComma => 'Num ,'; @override - String get keyboardKeyNumpadDecimal => 'Num .'; + String get keyboardKeyNumpadDecimal => 'Num .'; @override - String get keyboardKeyNumpadDivide => 'Num /'; + String get keyboardKeyNumpadDivide => 'Num /'; @override - String get keyboardKeyNumpadEnter => 'Num Enter'; + String get keyboardKeyNumpadEnter => 'Num Eingabetaste'; @override - String get keyboardKeyNumpadEqual => 'Num ='; + String get keyboardKeyNumpadEqual => 'Num ='; @override - String get keyboardKeyNumpadMultiply => 'Num *'; + String get keyboardKeyNumpadMultiply => 'Num *'; @override - String get keyboardKeyNumpadParenLeft => 'Num ('; + String get keyboardKeyNumpadParenLeft => 'Num ('; @override - String get keyboardKeyNumpadParenRight => 'Num )'; + String get keyboardKeyNumpadParenRight => 'Num )'; @override - String get keyboardKeyNumpadSubtract => 'Num -'; + String get keyboardKeyNumpadSubtract => 'Num -'; @override - String get keyboardKeyPageDown => 'PgDown'; + String get keyboardKeyPageDown => 'Bild ab'; @override - String get keyboardKeyPageUp => 'PgUp'; + String get keyboardKeyPageUp => 'Bild auf'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'Ein/Aus'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'Aus'; @override - String get keyboardKeyPrintScreen => 'Print Screen'; + String get keyboardKeyPrintScreen => 'Druck'; @override String get keyboardKeyRomaji => 'Romaji'; @override - String get keyboardKeyScrollLock => 'Scroll Lock'; + String get keyboardKeyScrollLock => 'Rollen'; @override - String get keyboardKeySelect => 'Select'; + String get keyboardKeySelect => 'Auswählen'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'Leertaste'; @override String get keyboardKeyZenkaku => 'Zenkaku'; @@ -6365,10 +6365,10 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get keyboardKeyCapsLock => 'Caps Lock'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => 'Επόμενο κανάλι'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => 'Προηγούμενο κανάλι'; @override String get keyboardKeyControl => 'Ctrl'; @@ -6380,7 +6380,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get keyboardKeyEisu => 'Eisū'; @override - String get keyboardKeyEject => 'Eject'; + String get keyboardKeyEject => 'Εξαγωγή'; @override String get keyboardKeyEnd => 'End'; @@ -6392,10 +6392,10 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'Λειτουργία Hangul'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'Λειτουργία Hanja'; @override String get keyboardKeyHankaku => 'Hankaku'; @@ -6413,10 +6413,10 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get keyboardKeyInsert => 'Insert'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'Λειτουργία Kana'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'Λειτουργία Kanji'; @override String get keyboardKeyKatakana => 'Katakana'; @@ -6500,10 +6500,10 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get keyboardKeyPageUp => 'PgUp'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'Ενεργοποίηση'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'Απενεργοποίηση'; @override String get keyboardKeyPrintScreen => 'Print Screen'; @@ -6515,10 +6515,10 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get keyboardKeyScrollLock => 'Scroll Lock'; @override - String get keyboardKeySelect => 'Select'; + String get keyboardKeySelect => 'Επιλογή'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'Διάστημα'; @override String get keyboardKeyZenkaku => 'Zenkaku'; @@ -7200,6 +7200,42 @@ class MaterialLocalizationEnAu extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); + @override + String get keyboardKeyCapsLock => 'Caps lock'; + + @override + String get keyboardKeyKanaMode => 'Kana mode'; + + @override + String get keyboardKeyHangulMode => 'Hangul mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja mode'; + + @override + String get keyboardKeyChannelUp => 'Channel up'; + + @override + String get keyboardKeyChannelDown => 'Channel down'; + + @override + String get keyboardKeyKanjiMode => 'Kanji mode'; + + @override + String get keyboardKeyNumLock => 'Num lock'; + + @override + String get keyboardKeyScrollLock => 'Scroll lock'; + + @override + String get keyboardKeyPrintScreen => 'Print screen'; + + @override + String get keyboardKeyPowerOff => 'Power off'; + + @override + String get keyboardKeyNumpadEnter => 'Num enter'; + @override String get dateInputLabel => 'Enter date'; @@ -7258,6 +7294,42 @@ class MaterialLocalizationEnCa extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); + @override + String get keyboardKeyCapsLock => 'Caps lock'; + + @override + String get keyboardKeyKanaMode => 'Kana mode'; + + @override + String get keyboardKeyHangulMode => 'Hangul mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja mode'; + + @override + String get keyboardKeyChannelUp => 'Channel up'; + + @override + String get keyboardKeyChannelDown => 'Channel down'; + + @override + String get keyboardKeyKanjiMode => 'Kanji mode'; + + @override + String get keyboardKeyNumLock => 'Num lock'; + + @override + String get keyboardKeyScrollLock => 'Scroll lock'; + + @override + String get keyboardKeyPrintScreen => 'Print screen'; + + @override + String get keyboardKeyPowerOff => 'Power off'; + + @override + String get keyboardKeyNumpadEnter => 'Num enter'; + @override String get dateInputLabel => 'Enter date'; @@ -7316,6 +7388,42 @@ class MaterialLocalizationEnGb extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); + @override + String get keyboardKeyCapsLock => 'Caps lock'; + + @override + String get keyboardKeyKanaMode => 'Kana mode'; + + @override + String get keyboardKeyHangulMode => 'Hangul mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja mode'; + + @override + String get keyboardKeyChannelUp => 'Channel up'; + + @override + String get keyboardKeyChannelDown => 'Channel down'; + + @override + String get keyboardKeyKanjiMode => 'Kanji mode'; + + @override + String get keyboardKeyNumLock => 'Num lock'; + + @override + String get keyboardKeyScrollLock => 'Scroll lock'; + + @override + String get keyboardKeyPrintScreen => 'Print screen'; + + @override + String get keyboardKeyPowerOff => 'Power off'; + + @override + String get keyboardKeyNumpadEnter => 'Num enter'; + @override String get dateInputLabel => 'Enter date'; @@ -7377,6 +7485,42 @@ class MaterialLocalizationEnIe extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); + @override + String get keyboardKeyCapsLock => 'Caps lock'; + + @override + String get keyboardKeyKanaMode => 'Kana mode'; + + @override + String get keyboardKeyHangulMode => 'Hangul mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja mode'; + + @override + String get keyboardKeyChannelUp => 'Channel up'; + + @override + String get keyboardKeyChannelDown => 'Channel down'; + + @override + String get keyboardKeyKanjiMode => 'Kanji mode'; + + @override + String get keyboardKeyNumLock => 'Num lock'; + + @override + String get keyboardKeyScrollLock => 'Scroll lock'; + + @override + String get keyboardKeyPrintScreen => 'Print screen'; + + @override + String get keyboardKeyPowerOff => 'Power off'; + + @override + String get keyboardKeyNumpadEnter => 'Num enter'; + @override String get dateInputLabel => 'Enter date'; @@ -7438,6 +7582,42 @@ class MaterialLocalizationEnIn extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); + @override + String get keyboardKeyCapsLock => 'Caps lock'; + + @override + String get keyboardKeyKanaMode => 'Kana mode'; + + @override + String get keyboardKeyHangulMode => 'Hangul mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja mode'; + + @override + String get keyboardKeyChannelUp => 'Channel up'; + + @override + String get keyboardKeyChannelDown => 'Channel down'; + + @override + String get keyboardKeyKanjiMode => 'Kanji mode'; + + @override + String get keyboardKeyNumLock => 'Num lock'; + + @override + String get keyboardKeyScrollLock => 'Scroll lock'; + + @override + String get keyboardKeyPrintScreen => 'Print screen'; + + @override + String get keyboardKeyPowerOff => 'Power off'; + + @override + String get keyboardKeyNumpadEnter => 'Num enter'; + @override String get dateInputLabel => 'Enter date'; @@ -7496,6 +7676,42 @@ class MaterialLocalizationEnNz extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); + @override + String get keyboardKeyChannelDown => 'Channel down'; + + @override + String get keyboardKeyKanjiMode => 'Kanji mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja mode'; + + @override + String get keyboardKeyKanaMode => 'Kana mode'; + + @override + String get keyboardKeyHangulMode => 'Hangul mode'; + + @override + String get keyboardKeyChannelUp => 'Channel up'; + + @override + String get keyboardKeyCapsLock => 'Caps lock'; + + @override + String get keyboardKeyNumLock => 'Num lock'; + + @override + String get keyboardKeyScrollLock => 'Scroll lock'; + + @override + String get keyboardKeyPrintScreen => 'Print screen'; + + @override + String get keyboardKeyPowerOff => 'Power off'; + + @override + String get keyboardKeyNumpadEnter => 'Num enter'; + @override String get dateInputLabel => 'Enter date'; @@ -7554,6 +7770,42 @@ class MaterialLocalizationEnSg extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); + @override + String get keyboardKeyCapsLock => 'Caps lock'; + + @override + String get keyboardKeyKanaMode => 'Kana mode'; + + @override + String get keyboardKeyHangulMode => 'Hangul mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja mode'; + + @override + String get keyboardKeyChannelUp => 'Channel up'; + + @override + String get keyboardKeyChannelDown => 'Channel down'; + + @override + String get keyboardKeyKanjiMode => 'Kanji mode'; + + @override + String get keyboardKeyNumLock => 'Num lock'; + + @override + String get keyboardKeyScrollLock => 'Scroll lock'; + + @override + String get keyboardKeyPrintScreen => 'Print screen'; + + @override + String get keyboardKeyPowerOff => 'Power off'; + + @override + String get keyboardKeyNumpadEnter => 'Num enter'; + @override String get dateInputLabel => 'Enter date'; @@ -7612,6 +7864,42 @@ class MaterialLocalizationEnZa extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); + @override + String get keyboardKeyCapsLock => 'Caps lock'; + + @override + String get keyboardKeyKanaMode => 'Kana mode'; + + @override + String get keyboardKeyHangulMode => 'Hangul mode'; + + @override + String get keyboardKeyHanjaMode => 'Hanja mode'; + + @override + String get keyboardKeyChannelUp => 'Channel up'; + + @override + String get keyboardKeyChannelDown => 'Channel down'; + + @override + String get keyboardKeyKanjiMode => 'Kanji mode'; + + @override + String get keyboardKeyNumLock => 'Num lock'; + + @override + String get keyboardKeyScrollLock => 'Scroll lock'; + + @override + String get keyboardKeyPrintScreen => 'Print screen'; + + @override + String get keyboardKeyPowerOff => 'Power off'; + + @override + String get keyboardKeyNumpadEnter => 'Num enter'; + @override String get dateInputLabel => 'Enter date'; @@ -7779,34 +8067,34 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get keyboardKeyAlt => 'Alt'; @override - String get keyboardKeyAltGraph => 'AltGr'; + String get keyboardKeyAltGraph => 'Alt Gr'; @override - String get keyboardKeyBackspace => 'Backspace'; + String get keyboardKeyBackspace => 'Retroceso'; @override - String get keyboardKeyCapsLock => 'Caps Lock'; + String get keyboardKeyCapsLock => 'Bloq Mayús'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => 'Canal siguiente'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => 'Canal anterior'; @override String get keyboardKeyControl => 'Ctrl'; @override - String get keyboardKeyDelete => 'Del'; + String get keyboardKeyDelete => 'Supr'; @override String get keyboardKeyEisu => 'Eisū'; @override - String get keyboardKeyEject => 'Eject'; + String get keyboardKeyEject => 'Expulsar'; @override - String get keyboardKeyEnd => 'End'; + String get keyboardKeyEnd => 'Fin'; @override String get keyboardKeyEscape => 'Esc'; @@ -7815,10 +8103,10 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'Modo Hangul'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'Modo Hanja'; @override String get keyboardKeyHankaku => 'Hankaku'; @@ -7830,16 +8118,16 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; @override - String get keyboardKeyHome => 'Home'; + String get keyboardKeyHome => 'Inicio'; @override String get keyboardKeyInsert => 'Insert'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'Modo Kana'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'Modo Kanji'; @override String get keyboardKeyKatakana => 'Katakana'; @@ -7848,13 +8136,13 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get keyboardKeyMeta => 'Meta'; @override - String get keyboardKeyMetaMacOs => 'Command'; + String get keyboardKeyMetaMacOs => 'Comando'; @override String get keyboardKeyMetaWindows => 'Win'; @override - String get keyboardKeyNumLock => 'Num Lock'; + String get keyboardKeyNumLock => 'Bloq Num'; @override String get keyboardKeyNumpad0 => 'Num 0'; @@ -7899,7 +8187,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get keyboardKeyNumpadDivide => 'Num /'; @override - String get keyboardKeyNumpadEnter => 'Num Enter'; + String get keyboardKeyNumpadEnter => 'Num Intro'; @override String get keyboardKeyNumpadEqual => 'Num ='; @@ -7917,31 +8205,31 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get keyboardKeyNumpadSubtract => 'Num -'; @override - String get keyboardKeyPageDown => 'PgDown'; + String get keyboardKeyPageDown => 'Av Pág'; @override - String get keyboardKeyPageUp => 'PgUp'; + String get keyboardKeyPageUp => 'Re Pág'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'Encendido'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'Apagado'; @override - String get keyboardKeyPrintScreen => 'Print Screen'; + String get keyboardKeyPrintScreen => 'Impr Pant'; @override String get keyboardKeyRomaji => 'Romaji'; @override - String get keyboardKeyScrollLock => 'Scroll Lock'; + String get keyboardKeyScrollLock => 'Bloq Despl'; @override - String get keyboardKeySelect => 'Select'; + String get keyboardKeySelect => 'Selección'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'Espacio'; @override String get keyboardKeyZenkaku => 'Zenkaku'; @@ -8148,6 +8436,51 @@ class MaterialLocalizationEs419 extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get keyboardKeyChannelDown => 'Canal anterior'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana y Katakana'; + + @override + String get keyboardKeyChannelUp => 'Canal siguiente'; + + @override + String get keyboardKeyCapsLock => 'Bloqueo de mayúscula'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyNumLock => 'Bloqueo numérico'; + + @override + String get keyboardKeyPageDown => 'AvPág'; + + @override + String get keyboardKeySpace => 'Barra espaciadora'; + + @override + String get keyboardKeyScrollLock => 'Bloqueo de desplazamiento'; + + @override + String get keyboardKeyPrintScreen => 'Imprimir pantalla'; + + @override + String get keyboardKeyPowerOff => 'Apagar'; + + @override + String get keyboardKeyPower => 'Encender'; + + @override + String get keyboardKeyPageUp => 'RePág'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + @override String? get licensesPackageDetailTextOne => '1 licencia'; @@ -8266,6 +8599,51 @@ class MaterialLocalizationEsAr extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get keyboardKeyChannelDown => 'Canal anterior'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana y Katakana'; + + @override + String get keyboardKeyChannelUp => 'Canal siguiente'; + + @override + String get keyboardKeyCapsLock => 'Bloqueo de mayúscula'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyNumLock => 'Bloqueo numérico'; + + @override + String get keyboardKeyPageDown => 'AvPág'; + + @override + String get keyboardKeySpace => 'Barra espaciadora'; + + @override + String get keyboardKeyScrollLock => 'Bloqueo de desplazamiento'; + + @override + String get keyboardKeyPrintScreen => 'Imprimir pantalla'; + + @override + String get keyboardKeyPowerOff => 'Apagar'; + + @override + String get keyboardKeyPower => 'Encender'; + + @override + String get keyboardKeyPageUp => 'RePág'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + @override String? get licensesPackageDetailTextOne => '1 licencia'; @@ -8384,6 +8762,51 @@ class MaterialLocalizationEsBo extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get keyboardKeyChannelDown => 'Canal anterior'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana y Katakana'; + + @override + String get keyboardKeyChannelUp => 'Canal siguiente'; + + @override + String get keyboardKeyCapsLock => 'Bloqueo de mayúscula'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyNumLock => 'Bloqueo numérico'; + + @override + String get keyboardKeyPageDown => 'AvPág'; + + @override + String get keyboardKeySpace => 'Barra espaciadora'; + + @override + String get keyboardKeyScrollLock => 'Bloqueo de desplazamiento'; + + @override + String get keyboardKeyPrintScreen => 'Imprimir pantalla'; + + @override + String get keyboardKeyPowerOff => 'Apagar'; + + @override + String get keyboardKeyPower => 'Encender'; + + @override + String get keyboardKeyPageUp => 'RePág'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + @override String? get licensesPackageDetailTextOne => '1 licencia'; @@ -8502,6 +8925,51 @@ class MaterialLocalizationEsCl extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get keyboardKeyChannelDown => 'Canal anterior'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana y Katakana'; + + @override + String get keyboardKeyChannelUp => 'Canal siguiente'; + + @override + String get keyboardKeyCapsLock => 'Bloqueo de mayúscula'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyNumLock => 'Bloqueo numérico'; + + @override + String get keyboardKeyPageDown => 'AvPág'; + + @override + String get keyboardKeySpace => 'Barra espaciadora'; + + @override + String get keyboardKeyScrollLock => 'Bloqueo de desplazamiento'; + + @override + String get keyboardKeyPrintScreen => 'Imprimir pantalla'; + + @override + String get keyboardKeyPowerOff => 'Apagar'; + + @override + String get keyboardKeyPower => 'Encender'; + + @override + String get keyboardKeyPageUp => 'RePág'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + @override String? get licensesPackageDetailTextOne => '1 licencia'; @@ -8620,6 +9088,51 @@ class MaterialLocalizationEsCo extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get keyboardKeyChannelDown => 'Canal anterior'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana y Katakana'; + + @override + String get keyboardKeyChannelUp => 'Canal siguiente'; + + @override + String get keyboardKeyCapsLock => 'Bloqueo de mayúscula'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyNumLock => 'Bloqueo numérico'; + + @override + String get keyboardKeyPageDown => 'AvPág'; + + @override + String get keyboardKeySpace => 'Barra espaciadora'; + + @override + String get keyboardKeyScrollLock => 'Bloqueo de desplazamiento'; + + @override + String get keyboardKeyPrintScreen => 'Imprimir pantalla'; + + @override + String get keyboardKeyPowerOff => 'Apagar'; + + @override + String get keyboardKeyPower => 'Encender'; + + @override + String get keyboardKeyPageUp => 'RePág'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + @override String? get licensesPackageDetailTextOne => '1 licencia'; @@ -8738,6 +9251,51 @@ class MaterialLocalizationEsCr extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get keyboardKeyChannelDown => 'Canal anterior'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana y Katakana'; + + @override + String get keyboardKeyChannelUp => 'Canal siguiente'; + + @override + String get keyboardKeyCapsLock => 'Bloqueo de mayúscula'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyNumLock => 'Bloqueo numérico'; + + @override + String get keyboardKeyPageDown => 'AvPág'; + + @override + String get keyboardKeySpace => 'Barra espaciadora'; + + @override + String get keyboardKeyScrollLock => 'Bloqueo de desplazamiento'; + + @override + String get keyboardKeyPrintScreen => 'Imprimir pantalla'; + + @override + String get keyboardKeyPowerOff => 'Apagar'; + + @override + String get keyboardKeyPower => 'Encender'; + + @override + String get keyboardKeyPageUp => 'RePág'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + @override String? get licensesPackageDetailTextOne => '1 licencia'; @@ -8856,6 +9414,51 @@ class MaterialLocalizationEsDo extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get keyboardKeyChannelDown => 'Canal anterior'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana y Katakana'; + + @override + String get keyboardKeyChannelUp => 'Canal siguiente'; + + @override + String get keyboardKeyCapsLock => 'Bloqueo de mayúscula'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyNumLock => 'Bloqueo numérico'; + + @override + String get keyboardKeyPageDown => 'AvPág'; + + @override + String get keyboardKeySpace => 'Barra espaciadora'; + + @override + String get keyboardKeyScrollLock => 'Bloqueo de desplazamiento'; + + @override + String get keyboardKeyPrintScreen => 'Imprimir pantalla'; + + @override + String get keyboardKeyPowerOff => 'Apagar'; + + @override + String get keyboardKeyPower => 'Encender'; + + @override + String get keyboardKeyPageUp => 'RePág'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + @override String? get licensesPackageDetailTextOne => '1 licencia'; @@ -8974,6 +9577,51 @@ class MaterialLocalizationEsEc extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get keyboardKeyChannelDown => 'Canal anterior'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana y Katakana'; + + @override + String get keyboardKeyChannelUp => 'Canal siguiente'; + + @override + String get keyboardKeyCapsLock => 'Bloqueo de mayúscula'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyNumLock => 'Bloqueo numérico'; + + @override + String get keyboardKeyPageDown => 'AvPág'; + + @override + String get keyboardKeySpace => 'Barra espaciadora'; + + @override + String get keyboardKeyScrollLock => 'Bloqueo de desplazamiento'; + + @override + String get keyboardKeyPrintScreen => 'Imprimir pantalla'; + + @override + String get keyboardKeyPowerOff => 'Apagar'; + + @override + String get keyboardKeyPower => 'Encender'; + + @override + String get keyboardKeyPageUp => 'RePág'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + @override String? get licensesPackageDetailTextOne => '1 licencia'; @@ -9092,6 +9740,51 @@ class MaterialLocalizationEsGt extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get keyboardKeyChannelDown => 'Canal anterior'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana y Katakana'; + + @override + String get keyboardKeyChannelUp => 'Canal siguiente'; + + @override + String get keyboardKeyCapsLock => 'Bloqueo de mayúscula'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyNumLock => 'Bloqueo numérico'; + + @override + String get keyboardKeyPageDown => 'AvPág'; + + @override + String get keyboardKeySpace => 'Barra espaciadora'; + + @override + String get keyboardKeyScrollLock => 'Bloqueo de desplazamiento'; + + @override + String get keyboardKeyPrintScreen => 'Imprimir pantalla'; + + @override + String get keyboardKeyPowerOff => 'Apagar'; + + @override + String get keyboardKeyPower => 'Encender'; + + @override + String get keyboardKeyPageUp => 'RePág'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + @override String? get licensesPackageDetailTextOne => '1 licencia'; @@ -9210,6 +9903,51 @@ class MaterialLocalizationEsHn extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get keyboardKeyChannelDown => 'Canal anterior'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana y Katakana'; + + @override + String get keyboardKeyChannelUp => 'Canal siguiente'; + + @override + String get keyboardKeyCapsLock => 'Bloqueo de mayúscula'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyNumLock => 'Bloqueo numérico'; + + @override + String get keyboardKeyPageDown => 'AvPág'; + + @override + String get keyboardKeySpace => 'Barra espaciadora'; + + @override + String get keyboardKeyScrollLock => 'Bloqueo de desplazamiento'; + + @override + String get keyboardKeyPrintScreen => 'Imprimir pantalla'; + + @override + String get keyboardKeyPowerOff => 'Apagar'; + + @override + String get keyboardKeyPower => 'Encender'; + + @override + String get keyboardKeyPageUp => 'RePág'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + @override String? get licensesPackageDetailTextOne => '1 licencia'; @@ -9328,6 +10066,51 @@ class MaterialLocalizationEsMx extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get keyboardKeyChannelDown => 'Canal anterior'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana y Katakana'; + + @override + String get keyboardKeyChannelUp => 'Canal siguiente'; + + @override + String get keyboardKeyCapsLock => 'Bloqueo de mayúscula'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyNumLock => 'Bloqueo numérico'; + + @override + String get keyboardKeyPageDown => 'AvPág'; + + @override + String get keyboardKeySpace => 'Barra espaciadora'; + + @override + String get keyboardKeyScrollLock => 'Bloqueo de desplazamiento'; + + @override + String get keyboardKeyPrintScreen => 'Imprimir pantalla'; + + @override + String get keyboardKeyPowerOff => 'Apagar'; + + @override + String get keyboardKeyPower => 'Encender'; + + @override + String get keyboardKeyPageUp => 'RePág'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + @override String? get licensesPackageDetailTextOne => '1 licencia'; @@ -9446,6 +10229,51 @@ class MaterialLocalizationEsNi extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get keyboardKeyChannelDown => 'Canal anterior'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana y Katakana'; + + @override + String get keyboardKeyChannelUp => 'Canal siguiente'; + + @override + String get keyboardKeyCapsLock => 'Bloqueo de mayúscula'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyNumLock => 'Bloqueo numérico'; + + @override + String get keyboardKeyPageDown => 'AvPág'; + + @override + String get keyboardKeySpace => 'Barra espaciadora'; + + @override + String get keyboardKeyScrollLock => 'Bloqueo de desplazamiento'; + + @override + String get keyboardKeyPrintScreen => 'Imprimir pantalla'; + + @override + String get keyboardKeyPowerOff => 'Apagar'; + + @override + String get keyboardKeyPower => 'Encender'; + + @override + String get keyboardKeyPageUp => 'RePág'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + @override String? get licensesPackageDetailTextOne => '1 licencia'; @@ -9564,6 +10392,51 @@ class MaterialLocalizationEsPa extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get keyboardKeyChannelDown => 'Canal anterior'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana y Katakana'; + + @override + String get keyboardKeyChannelUp => 'Canal siguiente'; + + @override + String get keyboardKeyCapsLock => 'Bloqueo de mayúscula'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyNumLock => 'Bloqueo numérico'; + + @override + String get keyboardKeyPageDown => 'AvPág'; + + @override + String get keyboardKeySpace => 'Barra espaciadora'; + + @override + String get keyboardKeyScrollLock => 'Bloqueo de desplazamiento'; + + @override + String get keyboardKeyPrintScreen => 'Imprimir pantalla'; + + @override + String get keyboardKeyPowerOff => 'Apagar'; + + @override + String get keyboardKeyPower => 'Encender'; + + @override + String get keyboardKeyPageUp => 'RePág'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + @override String? get licensesPackageDetailTextOne => '1 licencia'; @@ -9682,6 +10555,51 @@ class MaterialLocalizationEsPe extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get keyboardKeyChannelDown => 'Canal anterior'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana y Katakana'; + + @override + String get keyboardKeyChannelUp => 'Canal siguiente'; + + @override + String get keyboardKeyCapsLock => 'Bloqueo de mayúscula'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyNumLock => 'Bloqueo numérico'; + + @override + String get keyboardKeyPageDown => 'AvPág'; + + @override + String get keyboardKeySpace => 'Barra espaciadora'; + + @override + String get keyboardKeyScrollLock => 'Bloqueo de desplazamiento'; + + @override + String get keyboardKeyPrintScreen => 'Imprimir pantalla'; + + @override + String get keyboardKeyPowerOff => 'Apagar'; + + @override + String get keyboardKeyPower => 'Encender'; + + @override + String get keyboardKeyPageUp => 'RePág'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + @override String? get licensesPackageDetailTextOne => '1 licencia'; @@ -9800,6 +10718,51 @@ class MaterialLocalizationEsPr extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get keyboardKeyChannelDown => 'Canal anterior'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana y Katakana'; + + @override + String get keyboardKeyChannelUp => 'Canal siguiente'; + + @override + String get keyboardKeyCapsLock => 'Bloqueo de mayúscula'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyNumLock => 'Bloqueo numérico'; + + @override + String get keyboardKeyPageDown => 'AvPág'; + + @override + String get keyboardKeySpace => 'Barra espaciadora'; + + @override + String get keyboardKeyScrollLock => 'Bloqueo de desplazamiento'; + + @override + String get keyboardKeyPrintScreen => 'Imprimir pantalla'; + + @override + String get keyboardKeyPowerOff => 'Apagar'; + + @override + String get keyboardKeyPower => 'Encender'; + + @override + String get keyboardKeyPageUp => 'RePág'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + @override String? get licensesPackageDetailTextOne => '1 licencia'; @@ -9918,6 +10881,51 @@ class MaterialLocalizationEsPy extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get keyboardKeyChannelDown => 'Canal anterior'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana y Katakana'; + + @override + String get keyboardKeyChannelUp => 'Canal siguiente'; + + @override + String get keyboardKeyCapsLock => 'Bloqueo de mayúscula'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyNumLock => 'Bloqueo numérico'; + + @override + String get keyboardKeyPageDown => 'AvPág'; + + @override + String get keyboardKeySpace => 'Barra espaciadora'; + + @override + String get keyboardKeyScrollLock => 'Bloqueo de desplazamiento'; + + @override + String get keyboardKeyPrintScreen => 'Imprimir pantalla'; + + @override + String get keyboardKeyPowerOff => 'Apagar'; + + @override + String get keyboardKeyPower => 'Encender'; + + @override + String get keyboardKeyPageUp => 'RePág'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + @override String? get licensesPackageDetailTextOne => '1 licencia'; @@ -10036,6 +11044,51 @@ class MaterialLocalizationEsSv extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get keyboardKeyChannelDown => 'Canal anterior'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana y Katakana'; + + @override + String get keyboardKeyChannelUp => 'Canal siguiente'; + + @override + String get keyboardKeyCapsLock => 'Bloqueo de mayúscula'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyNumLock => 'Bloqueo numérico'; + + @override + String get keyboardKeyPageDown => 'AvPág'; + + @override + String get keyboardKeySpace => 'Barra espaciadora'; + + @override + String get keyboardKeyScrollLock => 'Bloqueo de desplazamiento'; + + @override + String get keyboardKeyPrintScreen => 'Imprimir pantalla'; + + @override + String get keyboardKeyPowerOff => 'Apagar'; + + @override + String get keyboardKeyPower => 'Encender'; + + @override + String get keyboardKeyPageUp => 'RePág'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + @override String? get licensesPackageDetailTextOne => '1 licencia'; @@ -10154,6 +11207,51 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get keyboardKeyChannelDown => 'Canal anterior'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana y Katakana'; + + @override + String get keyboardKeyChannelUp => 'Canal siguiente'; + + @override + String get keyboardKeyCapsLock => 'Bloqueo de mayúscula'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyNumLock => 'Bloqueo numérico'; + + @override + String get keyboardKeyPageDown => 'AvPág'; + + @override + String get keyboardKeySpace => 'Barra espaciadora'; + + @override + String get keyboardKeyScrollLock => 'Bloqueo de desplazamiento'; + + @override + String get keyboardKeyPrintScreen => 'Imprimir pantalla'; + + @override + String get keyboardKeyPowerOff => 'Apagar'; + + @override + String get keyboardKeyPower => 'Encender'; + + @override + String get keyboardKeyPageUp => 'RePág'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + @override String? get licensesPackageDetailTextOne => '1 licencia'; @@ -10275,6 +11373,51 @@ class MaterialLocalizationEsUy extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get keyboardKeyChannelDown => 'Canal anterior'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana y Katakana'; + + @override + String get keyboardKeyChannelUp => 'Canal siguiente'; + + @override + String get keyboardKeyCapsLock => 'Bloqueo de mayúscula'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyNumLock => 'Bloqueo numérico'; + + @override + String get keyboardKeyPageDown => 'AvPág'; + + @override + String get keyboardKeySpace => 'Barra espaciadora'; + + @override + String get keyboardKeyScrollLock => 'Bloqueo de desplazamiento'; + + @override + String get keyboardKeyPrintScreen => 'Imprimir pantalla'; + + @override + String get keyboardKeyPowerOff => 'Apagar'; + + @override + String get keyboardKeyPower => 'Encender'; + + @override + String get keyboardKeyPageUp => 'RePág'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + @override String? get licensesPackageDetailTextOne => '1 licencia'; @@ -10393,6 +11536,51 @@ class MaterialLocalizationEsVe extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get keyboardKeyChannelDown => 'Canal anterior'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana y Katakana'; + + @override + String get keyboardKeyChannelUp => 'Canal siguiente'; + + @override + String get keyboardKeyCapsLock => 'Bloqueo de mayúscula'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyNumLock => 'Bloqueo numérico'; + + @override + String get keyboardKeyPageDown => 'AvPág'; + + @override + String get keyboardKeySpace => 'Barra espaciadora'; + + @override + String get keyboardKeyScrollLock => 'Bloqueo de desplazamiento'; + + @override + String get keyboardKeyPrintScreen => 'Imprimir pantalla'; + + @override + String get keyboardKeyPowerOff => 'Apagar'; + + @override + String get keyboardKeyPower => 'Encender'; + + @override + String get keyboardKeyPageUp => 'RePág'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + @override String? get licensesPackageDetailTextOne => '1 licencia'; @@ -10620,16 +11808,16 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get keyboardKeyAltGraph => 'AltGr'; @override - String get keyboardKeyBackspace => 'Backspace'; + String get keyboardKeyBackspace => 'Tagasilüke'; @override - String get keyboardKeyCapsLock => 'Caps Lock'; + String get keyboardKeyCapsLock => 'Suurtähelukk'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => 'Kanal madalamale'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => 'Kanal kõrgemale'; @override String get keyboardKeyControl => 'Ctrl'; @@ -10641,10 +11829,10 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get keyboardKeyEisu => 'Eisū'; @override - String get keyboardKeyEject => 'Eject'; + String get keyboardKeyEject => 'Väljuta'; @override - String get keyboardKeyEnd => 'End'; + String get keyboardKeyEnd => 'Lõpp'; @override String get keyboardKeyEscape => 'Esc'; @@ -10653,10 +11841,10 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'Hanguli režiim'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'Hanja režiim'; @override String get keyboardKeyHankaku => 'Hankaku'; @@ -10665,19 +11853,19 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get keyboardKeyHiragana => 'Hiragana'; @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + String get keyboardKeyHiraganaKatakana => 'Hiragana/Katakana'; @override - String get keyboardKeyHome => 'Home'; + String get keyboardKeyHome => 'Avaleht'; @override - String get keyboardKeyInsert => 'Insert'; + String get keyboardKeyInsert => 'Sisesta'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'Kana režiim'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'Kanji režiim'; @override String get keyboardKeyKatakana => 'Katakana'; @@ -10686,13 +11874,13 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get keyboardKeyMeta => 'Meta'; @override - String get keyboardKeyMetaMacOs => 'Command'; + String get keyboardKeyMetaMacOs => 'Käsk'; @override String get keyboardKeyMetaWindows => 'Win'; @override - String get keyboardKeyNumLock => 'Num Lock'; + String get keyboardKeyNumLock => 'Numbrilukk'; @override String get keyboardKeyNumpad0 => 'Num 0'; @@ -10755,37 +11943,37 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get keyboardKeyNumpadSubtract => 'Num -'; @override - String get keyboardKeyPageDown => 'PgDown'; + String get keyboardKeyPageDown => 'Lehe võrra alla'; @override - String get keyboardKeyPageUp => 'PgUp'; + String get keyboardKeyPageUp => 'Lehe võrra üles'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'Toide'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'Väljalülitamine'; @override - String get keyboardKeyPrintScreen => 'Print Screen'; + String get keyboardKeyPrintScreen => 'Jäädvusta ekraanikuva'; @override String get keyboardKeyRomaji => 'Romaji'; @override - String get keyboardKeyScrollLock => 'Scroll Lock'; + String get keyboardKeyScrollLock => 'Kerimislukk'; @override - String get keyboardKeySelect => 'Select'; + String get keyboardKeySelect => 'Vali'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'Tühik'; @override String get keyboardKeyZenkaku => 'Zenkaku'; @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + String get keyboardKeyZenkakuHankaku => 'Zenkaku/Hankaku'; @override String get lastPageTooltip => 'Viimane leht'; @@ -11092,46 +12280,46 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get keyboardKeyAlt => 'Alt'; @override - String get keyboardKeyAltGraph => 'AltGr'; + String get keyboardKeyAltGraph => 'Alt Gr'; @override - String get keyboardKeyBackspace => 'Backspace'; + String get keyboardKeyBackspace => 'Atzera tekla'; @override - String get keyboardKeyCapsLock => 'Caps Lock'; + String get keyboardKeyCapsLock => 'Blok Maius'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => 'Jaitsi kanal bat'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => 'Igo kanal bat'; @override - String get keyboardKeyControl => 'Ctrl'; + String get keyboardKeyControl => 'Ktrl'; @override - String get keyboardKeyDelete => 'Del'; + String get keyboardKeyDelete => 'Ezab'; @override String get keyboardKeyEisu => 'Eisū'; @override - String get keyboardKeyEject => 'Eject'; + String get keyboardKeyEject => 'Kanporatu'; @override - String get keyboardKeyEnd => 'End'; + String get keyboardKeyEnd => 'Amaiera'; @override - String get keyboardKeyEscape => 'Esc'; + String get keyboardKeyEscape => 'Ihes'; @override String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'Hangul modua'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'Hanja modua'; @override String get keyboardKeyHankaku => 'Hankaku'; @@ -11140,19 +12328,19 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get keyboardKeyHiragana => 'Hiragana'; @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + String get keyboardKeyHiraganaKatakana => 'Hiragana eta katakana'; @override - String get keyboardKeyHome => 'Home'; + String get keyboardKeyHome => 'Hasi'; @override - String get keyboardKeyInsert => 'Insert'; + String get keyboardKeyInsert => 'Txertatu'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'Kana modua'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'Kanji modua'; @override String get keyboardKeyKatakana => 'Katakana'; @@ -11161,106 +12349,106 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get keyboardKeyMeta => 'Meta'; @override - String get keyboardKeyMetaMacOs => 'Command'; + String get keyboardKeyMetaMacOs => 'Komandoa'; @override String get keyboardKeyMetaWindows => 'Win'; @override - String get keyboardKeyNumLock => 'Num Lock'; + String get keyboardKeyNumLock => 'Blok Zenb'; @override - String get keyboardKeyNumpad0 => 'Num 0'; + String get keyboardKeyNumpad0 => 'Zenbakizko teklatuko 0'; @override - String get keyboardKeyNumpad1 => 'Num 1'; + String get keyboardKeyNumpad1 => 'Zenbakizko teklatuko 1'; @override - String get keyboardKeyNumpad2 => 'Num 2'; + String get keyboardKeyNumpad2 => 'Zenbakizko teklatuko 2'; @override - String get keyboardKeyNumpad3 => 'Num 3'; + String get keyboardKeyNumpad3 => 'Zenbakizko teklatuko 3'; @override - String get keyboardKeyNumpad4 => 'Num 4'; + String get keyboardKeyNumpad4 => 'Zenbakizko teklatuko 4'; @override - String get keyboardKeyNumpad5 => 'Num 5'; + String get keyboardKeyNumpad5 => 'Zenbakizko teklatuko 5'; @override - String get keyboardKeyNumpad6 => 'Num 6'; + String get keyboardKeyNumpad6 => 'Zenbakizko teklatuko 6'; @override - String get keyboardKeyNumpad7 => 'Num 7'; + String get keyboardKeyNumpad7 => 'Zenbakizko teklatuko 7'; @override - String get keyboardKeyNumpad8 => 'Num 8'; + String get keyboardKeyNumpad8 => 'Zenbakizko teklatuko 8'; @override - String get keyboardKeyNumpad9 => 'Num 9'; + String get keyboardKeyNumpad9 => 'Zenbakizko teklatuko 9'; @override - String get keyboardKeyNumpadAdd => 'Num +'; + String get keyboardKeyNumpadAdd => 'Zenbakizko teklatuko +'; @override - String get keyboardKeyNumpadComma => 'Num ,'; + String get keyboardKeyNumpadComma => 'Zenbakizko teklatuko ,'; @override - String get keyboardKeyNumpadDecimal => 'Num .'; + String get keyboardKeyNumpadDecimal => 'Zenbakizko teklatuko .'; @override - String get keyboardKeyNumpadDivide => 'Num /'; + String get keyboardKeyNumpadDivide => 'Zenbakizko teklatuko /'; @override - String get keyboardKeyNumpadEnter => 'Num Enter'; + String get keyboardKeyNumpadEnter => 'Zenbakizko teklatuko Sartu'; @override - String get keyboardKeyNumpadEqual => 'Num ='; + String get keyboardKeyNumpadEqual => 'Zenbakizko teklatuko ='; @override - String get keyboardKeyNumpadMultiply => 'Num *'; + String get keyboardKeyNumpadMultiply => 'Zenbakizko teklatuko *'; @override - String get keyboardKeyNumpadParenLeft => 'Num ('; + String get keyboardKeyNumpadParenLeft => 'Zenbakizko teklatuko ('; @override - String get keyboardKeyNumpadParenRight => 'Num )'; + String get keyboardKeyNumpadParenRight => 'Zenbakizko teklatuko )'; @override - String get keyboardKeyNumpadSubtract => 'Num -'; + String get keyboardKeyNumpadSubtract => 'Zenbakizko teklatuko -'; @override - String get keyboardKeyPageDown => 'PgDown'; + String get keyboardKeyPageDown => 'OrBeh'; @override - String get keyboardKeyPageUp => 'PgUp'; + String get keyboardKeyPageUp => 'OrGo'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'Piztu/Itzali'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'Itzali'; @override - String get keyboardKeyPrintScreen => 'Print Screen'; + String get keyboardKeyPrintScreen => 'Inp pant'; @override - String get keyboardKeyRomaji => 'Romaji'; + String get keyboardKeyRomaji => 'Rōmaji'; @override - String get keyboardKeyScrollLock => 'Scroll Lock'; + String get keyboardKeyScrollLock => 'Blok Korr'; @override - String get keyboardKeySelect => 'Select'; + String get keyboardKeySelect => 'Hautatu'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'Zuriune-barra'; @override String get keyboardKeyZenkaku => 'Zenkaku'; @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + String get keyboardKeyZenkakuHankaku => 'Zenkaku eta hankaku'; @override String get lastPageTooltip => 'Azken orria'; @@ -11564,178 +12752,178 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'زمان معتبری وارد کنید'; @override - String get keyboardKeyAlt => 'Alt'; + String get keyboardKeyAlt => 'دگرساز'; @override - String get keyboardKeyAltGraph => 'AltGr'; + String get keyboardKeyAltGraph => 'دگرساز راست'; @override - String get keyboardKeyBackspace => 'Backspace'; + String get keyboardKeyBackspace => 'پس‌بَر'; @override - String get keyboardKeyCapsLock => 'Caps Lock'; + String get keyboardKeyCapsLock => 'حالت حروف بزرگ'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => 'کانال پایین'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => 'کانال بالا'; @override - String get keyboardKeyControl => 'Ctrl'; + String get keyboardKeyControl => 'مهار'; @override - String get keyboardKeyDelete => 'Del'; + String get keyboardKeyDelete => 'حذف'; @override - String get keyboardKeyEisu => 'Eisū'; + String get keyboardKeyEisu => 'اِسو'; @override - String get keyboardKeyEject => 'Eject'; + String get keyboardKeyEject => 'خارج کردن'; @override - String get keyboardKeyEnd => 'End'; + String get keyboardKeyEnd => 'پایان'; @override - String get keyboardKeyEscape => 'Esc'; + String get keyboardKeyEscape => 'گریز'; @override - String get keyboardKeyFn => 'Fn'; + String get keyboardKeyFn => 'عملکرد'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'حالت هانگول'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'حالت هانجا'; @override - String get keyboardKeyHankaku => 'Hankaku'; + String get keyboardKeyHankaku => 'هانکاکو'; @override - String get keyboardKeyHiragana => 'Hiragana'; + String get keyboardKeyHiragana => 'هیراگانا'; @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + String get keyboardKeyHiraganaKatakana => 'هیراگانا کاتاکانا'; @override - String get keyboardKeyHome => 'Home'; + String get keyboardKeyHome => 'صفحه اصلی'; @override - String get keyboardKeyInsert => 'Insert'; + String get keyboardKeyInsert => 'درج'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'حالت کانا'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'حالت کانجی'; @override - String get keyboardKeyKatakana => 'Katakana'; + String get keyboardKeyKatakana => 'کاتاکانا'; @override - String get keyboardKeyMeta => 'Meta'; + String get keyboardKeyMeta => 'متا'; @override - String get keyboardKeyMetaMacOs => 'Command'; + String get keyboardKeyMetaMacOs => 'فرمان'; @override String get keyboardKeyMetaWindows => 'Win'; @override - String get keyboardKeyNumLock => 'Num Lock'; + String get keyboardKeyNumLock => 'قفل اعداد'; @override - String get keyboardKeyNumpad0 => 'Num 0'; + String get keyboardKeyNumpad0 => 'عدد ۰'; @override - String get keyboardKeyNumpad1 => 'Num 1'; + String get keyboardKeyNumpad1 => 'عدد ۱'; @override - String get keyboardKeyNumpad2 => 'Num 2'; + String get keyboardKeyNumpad2 => 'عدد ۲'; @override - String get keyboardKeyNumpad3 => 'Num 3'; + String get keyboardKeyNumpad3 => 'عدد ۳'; @override - String get keyboardKeyNumpad4 => 'Num 4'; + String get keyboardKeyNumpad4 => 'عدد ۴'; @override - String get keyboardKeyNumpad5 => 'Num 5'; + String get keyboardKeyNumpad5 => 'عدد ۵'; @override - String get keyboardKeyNumpad6 => 'Num 6'; + String get keyboardKeyNumpad6 => 'عدد ۶'; @override - String get keyboardKeyNumpad7 => 'Num 7'; + String get keyboardKeyNumpad7 => 'عدد ۷'; @override - String get keyboardKeyNumpad8 => 'Num 8'; + String get keyboardKeyNumpad8 => 'عدد ۸'; @override - String get keyboardKeyNumpad9 => 'Num 9'; + String get keyboardKeyNumpad9 => 'عدد ۹'; @override - String get keyboardKeyNumpadAdd => 'Num +'; + String get keyboardKeyNumpadAdd => 'عدد +'; @override - String get keyboardKeyNumpadComma => 'Num ,'; + String get keyboardKeyNumpadComma => 'عدد ,'; @override - String get keyboardKeyNumpadDecimal => 'Num .'; + String get keyboardKeyNumpadDecimal => 'عدد .'; @override - String get keyboardKeyNumpadDivide => 'Num /'; + String get keyboardKeyNumpadDivide => 'عدد /'; @override - String get keyboardKeyNumpadEnter => 'Num Enter'; + String get keyboardKeyNumpadEnter => 'ورود اعداد'; @override - String get keyboardKeyNumpadEqual => 'Num ='; + String get keyboardKeyNumpadEqual => 'عدد ='; @override - String get keyboardKeyNumpadMultiply => 'Num *'; + String get keyboardKeyNumpadMultiply => 'عدد *'; @override - String get keyboardKeyNumpadParenLeft => 'Num ('; + String get keyboardKeyNumpadParenLeft => 'عدد ('; @override - String get keyboardKeyNumpadParenRight => 'Num )'; + String get keyboardKeyNumpadParenRight => 'عدد )'; @override - String get keyboardKeyNumpadSubtract => 'Num -'; + String get keyboardKeyNumpadSubtract => 'عدد -'; @override - String get keyboardKeyPageDown => 'PgDown'; + String get keyboardKeyPageDown => 'صفحه پایین'; @override - String get keyboardKeyPageUp => 'PgUp'; + String get keyboardKeyPageUp => 'صفحه بالا'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'روشن/ خاموش'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'خاموش کردن'; @override - String get keyboardKeyPrintScreen => 'Print Screen'; + String get keyboardKeyPrintScreen => 'چاپ صفحه'; @override - String get keyboardKeyRomaji => 'Romaji'; + String get keyboardKeyRomaji => 'روماجی'; @override - String get keyboardKeyScrollLock => 'Scroll Lock'; + String get keyboardKeyScrollLock => 'قفل پیمایش'; @override - String get keyboardKeySelect => 'Select'; + String get keyboardKeySelect => 'انتخاب'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'فاصله'; @override - String get keyboardKeyZenkaku => 'Zenkaku'; + String get keyboardKeyZenkaku => 'زنکاکو'; @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + String get keyboardKeyZenkakuHankaku => 'زنکاکو هانکاکو'; @override String get lastPageTooltip => 'صفحه آخر'; @@ -12045,16 +13233,16 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get keyboardKeyAltGraph => 'AltGr'; @override - String get keyboardKeyBackspace => 'Backspace'; + String get keyboardKeyBackspace => 'Askelpalautin'; @override String get keyboardKeyCapsLock => 'Caps Lock'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => 'Edellinen kanava'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => 'Seuraava kanava'; @override String get keyboardKeyControl => 'Ctrl'; @@ -12066,10 +13254,10 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get keyboardKeyEisu => 'Eisū'; @override - String get keyboardKeyEject => 'Eject'; + String get keyboardKeyEject => 'Poista'; @override - String get keyboardKeyEnd => 'End'; + String get keyboardKeyEnd => 'Lopeta'; @override String get keyboardKeyEscape => 'Esc'; @@ -12078,10 +13266,10 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'Hangul-tila'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'Hanja-tila'; @override String get keyboardKeyHankaku => 'Hankaku'; @@ -12093,16 +13281,16 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; @override - String get keyboardKeyHome => 'Home'; + String get keyboardKeyHome => 'Etusivu'; @override - String get keyboardKeyInsert => 'Insert'; + String get keyboardKeyInsert => 'Lisää'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'Kana-tila'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'Kanji-tila'; @override String get keyboardKeyKatakana => 'Katakana'; @@ -12111,7 +13299,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get keyboardKeyMeta => 'Meta'; @override - String get keyboardKeyMetaMacOs => 'Command'; + String get keyboardKeyMetaMacOs => 'Komento'; @override String get keyboardKeyMetaWindows => 'Win'; @@ -12186,10 +13374,10 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get keyboardKeyPageUp => 'PgUp'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'Virta'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'Virta pois'; @override String get keyboardKeyPrintScreen => 'Print Screen'; @@ -12201,10 +13389,10 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get keyboardKeyScrollLock => 'Scroll Lock'; @override - String get keyboardKeySelect => 'Select'; + String get keyboardKeySelect => 'Valitse'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'Välilyönti'; @override String get keyboardKeyZenkaku => 'Zenkaku'; @@ -12664,7 +13852,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get keyboardKeyPower => 'Power'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'I-off'; @override String get keyboardKeyPrintScreen => 'Print Screen'; @@ -12676,10 +13864,10 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get keyboardKeyScrollLock => 'Scroll Lock'; @override - String get keyboardKeySelect => 'Select'; + String get keyboardKeySelect => 'Piliin'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'Puwang'; @override String get keyboardKeyZenkaku => 'Zenkaku'; @@ -12992,46 +14180,46 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get keyboardKeyAlt => 'Alt'; @override - String get keyboardKeyAltGraph => 'AltGr'; + String get keyboardKeyAltGraph => 'Alt Gr'; @override - String get keyboardKeyBackspace => 'Backspace'; + String get keyboardKeyBackspace => 'Retour arrière'; @override - String get keyboardKeyCapsLock => 'Caps Lock'; + String get keyboardKeyCapsLock => 'Verr Maj'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => 'Chaîne suivante'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => 'Chaîne précédente'; @override String get keyboardKeyControl => 'Ctrl'; @override - String get keyboardKeyDelete => 'Del'; + String get keyboardKeyDelete => 'Suppr'; @override String get keyboardKeyEisu => 'Eisū'; @override - String get keyboardKeyEject => 'Eject'; + String get keyboardKeyEject => 'Éjecter'; @override - String get keyboardKeyEnd => 'End'; + String get keyboardKeyEnd => 'Fin'; @override - String get keyboardKeyEscape => 'Esc'; + String get keyboardKeyEscape => 'Échap'; @override String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'Mode hangûl'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'Mode hanja'; @override String get keyboardKeyHankaku => 'Hankaku'; @@ -13043,118 +14231,118 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; @override - String get keyboardKeyHome => 'Home'; + String get keyboardKeyHome => 'Accueil'; @override - String get keyboardKeyInsert => 'Insert'; + String get keyboardKeyInsert => 'Insérer'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'Mode Kana'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'Mode Kanji'; @override String get keyboardKeyKatakana => 'Katakana'; @override - String get keyboardKeyMeta => 'Meta'; + String get keyboardKeyMeta => 'Méta'; @override - String get keyboardKeyMetaMacOs => 'Command'; + String get keyboardKeyMetaMacOs => 'Commande'; @override String get keyboardKeyMetaWindows => 'Win'; @override - String get keyboardKeyNumLock => 'Num Lock'; + String get keyboardKeyNumLock => 'Verr Num'; @override - String get keyboardKeyNumpad0 => 'Num 0'; + String get keyboardKeyNumpad0 => 'Num 0'; @override - String get keyboardKeyNumpad1 => 'Num 1'; + String get keyboardKeyNumpad1 => 'Num 1'; @override - String get keyboardKeyNumpad2 => 'Num 2'; + String get keyboardKeyNumpad2 => 'Num 2'; @override - String get keyboardKeyNumpad3 => 'Num 3'; + String get keyboardKeyNumpad3 => 'Num 3'; @override - String get keyboardKeyNumpad4 => 'Num 4'; + String get keyboardKeyNumpad4 => 'Num 4'; @override - String get keyboardKeyNumpad5 => 'Num 5'; + String get keyboardKeyNumpad5 => 'Num 5'; @override - String get keyboardKeyNumpad6 => 'Num 6'; + String get keyboardKeyNumpad6 => 'Num 6'; @override - String get keyboardKeyNumpad7 => 'Num 7'; + String get keyboardKeyNumpad7 => 'Num 7'; @override - String get keyboardKeyNumpad8 => 'Num 8'; + String get keyboardKeyNumpad8 => 'Num 8'; @override - String get keyboardKeyNumpad9 => 'Num 9'; + String get keyboardKeyNumpad9 => 'Num 9'; @override - String get keyboardKeyNumpadAdd => 'Num +'; + String get keyboardKeyNumpadAdd => 'Num +'; @override - String get keyboardKeyNumpadComma => 'Num ,'; + String get keyboardKeyNumpadComma => 'Num ,'; @override - String get keyboardKeyNumpadDecimal => 'Num .'; + String get keyboardKeyNumpadDecimal => 'Num .'; @override - String get keyboardKeyNumpadDivide => 'Num /'; + String get keyboardKeyNumpadDivide => 'Num /'; @override - String get keyboardKeyNumpadEnter => 'Num Enter'; + String get keyboardKeyNumpadEnter => 'Num Entrée'; @override - String get keyboardKeyNumpadEqual => 'Num ='; + String get keyboardKeyNumpadEqual => 'Num ='; @override - String get keyboardKeyNumpadMultiply => 'Num *'; + String get keyboardKeyNumpadMultiply => 'Num *'; @override - String get keyboardKeyNumpadParenLeft => 'Num ('; + String get keyboardKeyNumpadParenLeft => 'Num ('; @override - String get keyboardKeyNumpadParenRight => 'Num )'; + String get keyboardKeyNumpadParenRight => 'Num )'; @override - String get keyboardKeyNumpadSubtract => 'Num -'; + String get keyboardKeyNumpadSubtract => 'Num -'; @override - String get keyboardKeyPageDown => 'PgDown'; + String get keyboardKeyPageDown => 'PgSuiv'; @override - String get keyboardKeyPageUp => 'PgUp'; + String get keyboardKeyPageUp => 'PgPréc'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'Puissance'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'Éteindre'; @override - String get keyboardKeyPrintScreen => 'Print Screen'; + String get keyboardKeyPrintScreen => 'Impr. écran'; @override String get keyboardKeyRomaji => 'Romaji'; @override - String get keyboardKeyScrollLock => 'Scroll Lock'; + String get keyboardKeyScrollLock => 'Arrêt défil'; @override - String get keyboardKeySelect => 'Select'; + String get keyboardKeySelect => 'Sélectionner'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'Espace'; @override String get keyboardKeyZenkaku => 'Zenkaku'; @@ -13361,6 +14549,57 @@ class MaterialLocalizationFrCa extends MaterialLocalizationFr { required super.twoDigitZeroPaddedFormat, }); + @override + String get keyboardKeyChannelDown => 'Chaîne préc.'; + + @override + String get keyboardKeyCapsLock => 'Verr. maj.'; + + @override + String get keyboardKeyNumLock => 'Verr. num.'; + + @override + String get keyboardKeyPrintScreen => "Impression de l'écran"; + + @override + String get keyboardKeyNumpadEnter => 'Num Entrée'; + + @override + String get keyboardKeyInsert => 'Insér.'; + + @override + String get keyboardKeyHanjaMode => 'Mode Hanja'; + + @override + String get keyboardKeyHangulMode => 'Mode Hangul'; + + @override + String get keyboardKeyEscape => 'Échapp.'; + + @override + String get keyboardKeyEject => 'Éject.'; + + @override + String get keyboardKeyChannelUp => 'Chaîne suiv.'; + + @override + String get keyboardKeyPower => 'Alimentation'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeySelect => 'Sélect.'; + + @override + String get keyboardKeyScrollLock => 'Arrêt défilement'; + + @override + String get keyboardKeyPageUp => 'Bas page'; + + @override + String get keyboardKeyPageDown => 'Haut page'; + @override String get invalidTimeLabel => 'Entrez une heure valide'; @@ -13558,34 +14797,34 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get keyboardKeyAlt => 'Alt'; @override - String get keyboardKeyAltGraph => 'AltGr'; + String get keyboardKeyAltGraph => 'Alt Gr'; @override - String get keyboardKeyBackspace => 'Backspace'; + String get keyboardKeyBackspace => 'Retroceso'; @override - String get keyboardKeyCapsLock => 'Caps Lock'; + String get keyboardKeyCapsLock => 'Bloq Maiús'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => 'Canle abaixo'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => 'Canle arriba'; @override String get keyboardKeyControl => 'Ctrl'; @override - String get keyboardKeyDelete => 'Del'; + String get keyboardKeyDelete => 'Supr'; @override String get keyboardKeyEisu => 'Eisū'; @override - String get keyboardKeyEject => 'Eject'; + String get keyboardKeyEject => 'Expulsar'; @override - String get keyboardKeyEnd => 'End'; + String get keyboardKeyEnd => 'Fin'; @override String get keyboardKeyEscape => 'Esc'; @@ -13594,10 +14833,10 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'Modo hangul'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'Modo hanja'; @override String get keyboardKeyHankaku => 'Hankaku'; @@ -13609,16 +14848,16 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; @override - String get keyboardKeyHome => 'Home'; + String get keyboardKeyHome => 'Inicio'; @override - String get keyboardKeyInsert => 'Insert'; + String get keyboardKeyInsert => 'Inserir'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'Modo kana'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'Modo kanji'; @override String get keyboardKeyKatakana => 'Katakana'; @@ -13627,13 +14866,13 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get keyboardKeyMeta => 'Meta'; @override - String get keyboardKeyMetaMacOs => 'Command'; + String get keyboardKeyMetaMacOs => 'Comando'; @override String get keyboardKeyMetaWindows => 'Win'; @override - String get keyboardKeyNumLock => 'Num Lock'; + String get keyboardKeyNumLock => 'Bloq Num'; @override String get keyboardKeyNumpad0 => 'Num 0'; @@ -13678,7 +14917,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get keyboardKeyNumpadDivide => 'Num /'; @override - String get keyboardKeyNumpadEnter => 'Num Enter'; + String get keyboardKeyNumpadEnter => 'Num Intro'; @override String get keyboardKeyNumpadEqual => 'Num ='; @@ -13696,31 +14935,31 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get keyboardKeyNumpadSubtract => 'Num -'; @override - String get keyboardKeyPageDown => 'PgDown'; + String get keyboardKeyPageDown => 'AvPáx'; @override - String get keyboardKeyPageUp => 'PgUp'; + String get keyboardKeyPageUp => 'RePáx'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'Acender'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'Apagar'; @override - String get keyboardKeyPrintScreen => 'Print Screen'; + String get keyboardKeyPrintScreen => 'Imprimir pantalla'; @override String get keyboardKeyRomaji => 'Romaji'; @override - String get keyboardKeyScrollLock => 'Scroll Lock'; + String get keyboardKeyScrollLock => 'Bloq Despr'; @override - String get keyboardKeySelect => 'Select'; + String get keyboardKeySelect => 'Seleccionar'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'Espazo'; @override String get keyboardKeyZenkaku => 'Zenkaku'; @@ -14036,31 +15275,31 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get keyboardKeyAltGraph => 'AltGr'; @override - String get keyboardKeyBackspace => 'Backspace'; + String get keyboardKeyBackspace => 'Rücktaste'; @override - String get keyboardKeyCapsLock => 'Caps Lock'; + String get keyboardKeyCapsLock => 'Feststelltaste'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => 'Vorheriger Kanal'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => 'Nächster Kanal'; @override - String get keyboardKeyControl => 'Ctrl'; + String get keyboardKeyControl => 'Strg'; @override - String get keyboardKeyDelete => 'Del'; + String get keyboardKeyDelete => 'Entf'; @override String get keyboardKeyEisu => 'Eisū'; @override - String get keyboardKeyEject => 'Eject'; + String get keyboardKeyEject => 'Auswerfen'; @override - String get keyboardKeyEnd => 'End'; + String get keyboardKeyEnd => 'Ende'; @override String get keyboardKeyEscape => 'Esc'; @@ -14069,10 +15308,10 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'Hangul-Modus'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'Hanja-Modus'; @override String get keyboardKeyHankaku => 'Hankaku'; @@ -14084,16 +15323,16 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; @override - String get keyboardKeyHome => 'Home'; + String get keyboardKeyHome => 'Pos1'; @override - String get keyboardKeyInsert => 'Insert'; + String get keyboardKeyInsert => 'Einfg'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'Kana-Modus'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'Kanji-Modus'; @override String get keyboardKeyKatakana => 'Katakana'; @@ -14102,100 +15341,100 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get keyboardKeyMeta => 'Meta'; @override - String get keyboardKeyMetaMacOs => 'Command'; + String get keyboardKeyMetaMacOs => 'Befehl'; @override String get keyboardKeyMetaWindows => 'Win'; @override - String get keyboardKeyNumLock => 'Num Lock'; + String get keyboardKeyNumLock => 'Num'; @override - String get keyboardKeyNumpad0 => 'Num 0'; + String get keyboardKeyNumpad0 => 'Num 0'; @override - String get keyboardKeyNumpad1 => 'Num 1'; + String get keyboardKeyNumpad1 => 'Num 1'; @override - String get keyboardKeyNumpad2 => 'Num 2'; + String get keyboardKeyNumpad2 => 'Num 2'; @override - String get keyboardKeyNumpad3 => 'Num 3'; + String get keyboardKeyNumpad3 => 'Num 3'; @override - String get keyboardKeyNumpad4 => 'Num 4'; + String get keyboardKeyNumpad4 => 'Num 4'; @override - String get keyboardKeyNumpad5 => 'Num 5'; + String get keyboardKeyNumpad5 => 'Num 5'; @override - String get keyboardKeyNumpad6 => 'Num 6'; + String get keyboardKeyNumpad6 => 'Num 6'; @override - String get keyboardKeyNumpad7 => 'Num 7'; + String get keyboardKeyNumpad7 => 'Num 7'; @override - String get keyboardKeyNumpad8 => 'Num 8'; + String get keyboardKeyNumpad8 => 'Num 8'; @override - String get keyboardKeyNumpad9 => 'Num 9'; + String get keyboardKeyNumpad9 => 'Num 9'; @override - String get keyboardKeyNumpadAdd => 'Num +'; + String get keyboardKeyNumpadAdd => 'Num +'; @override - String get keyboardKeyNumpadComma => 'Num ,'; + String get keyboardKeyNumpadComma => 'Num ,'; @override - String get keyboardKeyNumpadDecimal => 'Num .'; + String get keyboardKeyNumpadDecimal => 'Num .'; @override - String get keyboardKeyNumpadDivide => 'Num /'; + String get keyboardKeyNumpadDivide => 'Num /'; @override - String get keyboardKeyNumpadEnter => 'Num Enter'; + String get keyboardKeyNumpadEnter => 'Num Eingabetaste'; @override - String get keyboardKeyNumpadEqual => 'Num ='; + String get keyboardKeyNumpadEqual => 'Num ='; @override - String get keyboardKeyNumpadMultiply => 'Num *'; + String get keyboardKeyNumpadMultiply => 'Num *'; @override - String get keyboardKeyNumpadParenLeft => 'Num ('; + String get keyboardKeyNumpadParenLeft => 'Num ('; @override - String get keyboardKeyNumpadParenRight => 'Num )'; + String get keyboardKeyNumpadParenRight => 'Num )'; @override - String get keyboardKeyNumpadSubtract => 'Num -'; + String get keyboardKeyNumpadSubtract => 'Num -'; @override - String get keyboardKeyPageDown => 'PgDown'; + String get keyboardKeyPageDown => 'Bild ab'; @override - String get keyboardKeyPageUp => 'PgUp'; + String get keyboardKeyPageUp => 'Bild auf'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'Ein/Aus'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'Aus'; @override - String get keyboardKeyPrintScreen => 'Print Screen'; + String get keyboardKeyPrintScreen => 'Druck'; @override String get keyboardKeyRomaji => 'Romaji'; @override - String get keyboardKeyScrollLock => 'Scroll Lock'; + String get keyboardKeyScrollLock => 'Rollen'; @override - String get keyboardKeySelect => 'Select'; + String get keyboardKeySelect => 'Auswählen'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'Leertaste'; @override String get keyboardKeyZenkaku => 'Zenkaku'; @@ -15091,46 +16330,46 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get keyboardKeyNumpad9 => 'Num 9'; @override - String get keyboardKeyNumpadAdd => 'Num +'; + String get keyboardKeyNumpadAdd => '+ ‏Num'; @override - String get keyboardKeyNumpadComma => 'Num ,'; + String get keyboardKeyNumpadComma => ', ‏Num'; @override - String get keyboardKeyNumpadDecimal => 'Num .'; + String get keyboardKeyNumpadDecimal => '. ‏Num'; @override - String get keyboardKeyNumpadDivide => 'Num /'; + String get keyboardKeyNumpadDivide => '/ ‏Num'; @override String get keyboardKeyNumpadEnter => 'Num Enter'; @override - String get keyboardKeyNumpadEqual => 'Num ='; + String get keyboardKeyNumpadEqual => '= ‏Num'; @override - String get keyboardKeyNumpadMultiply => 'Num *'; + String get keyboardKeyNumpadMultiply => '* ‏Num'; @override - String get keyboardKeyNumpadParenLeft => 'Num ('; + String get keyboardKeyNumpadParenLeft => ') ‏Num'; @override - String get keyboardKeyNumpadParenRight => 'Num )'; + String get keyboardKeyNumpadParenRight => '( ‏Num'; @override - String get keyboardKeyNumpadSubtract => 'Num -'; + String get keyboardKeyNumpadSubtract => '- ‏Num'; @override - String get keyboardKeyPageDown => 'PgDown'; + String get keyboardKeyPageDown => 'Page Down'; @override - String get keyboardKeyPageUp => 'PgUp'; + String get keyboardKeyPageUp => 'Page Up'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'הפעלה'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'כיבוי'; @override String get keyboardKeyPrintScreen => 'Print Screen'; @@ -15145,7 +16384,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Select'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'רווח'; @override String get keyboardKeyZenkaku => 'Zenkaku'; @@ -15942,10 +17181,10 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get keyboardKeyCapsLock => 'Caps Lock'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => 'Kanal prema dolje'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => 'Kanal prema gore'; @override String get keyboardKeyControl => 'Ctrl'; @@ -15957,10 +17196,10 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get keyboardKeyEisu => 'Eisū'; @override - String get keyboardKeyEject => 'Eject'; + String get keyboardKeyEject => 'Izbaci'; @override - String get keyboardKeyEnd => 'End'; + String get keyboardKeyEnd => 'Kraj'; @override String get keyboardKeyEscape => 'Esc'; @@ -15969,10 +17208,10 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'Način hangul'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'Način hanja'; @override String get keyboardKeyHankaku => 'Hankaku'; @@ -15987,13 +17226,13 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get keyboardKeyHome => 'Home'; @override - String get keyboardKeyInsert => 'Insert'; + String get keyboardKeyInsert => 'Umetni'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'Način kana'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'Način kanji'; @override String get keyboardKeyKatakana => 'Katakana'; @@ -16002,7 +17241,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get keyboardKeyMeta => 'Meta'; @override - String get keyboardKeyMetaMacOs => 'Command'; + String get keyboardKeyMetaMacOs => 'Naredba'; @override String get keyboardKeyMetaWindows => 'Win'; @@ -16011,64 +17250,64 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get keyboardKeyNumLock => 'Num Lock'; @override - String get keyboardKeyNumpad0 => 'Num 0'; + String get keyboardKeyNumpad0 => 'Broj 0'; @override - String get keyboardKeyNumpad1 => 'Num 1'; + String get keyboardKeyNumpad1 => 'Broj 1'; @override - String get keyboardKeyNumpad2 => 'Num 2'; + String get keyboardKeyNumpad2 => 'Broj 2'; @override - String get keyboardKeyNumpad3 => 'Num 3'; + String get keyboardKeyNumpad3 => 'Broj 3'; @override - String get keyboardKeyNumpad4 => 'Num 4'; + String get keyboardKeyNumpad4 => 'Broj 4'; @override - String get keyboardKeyNumpad5 => 'Num 5'; + String get keyboardKeyNumpad5 => 'Broj 5'; @override - String get keyboardKeyNumpad6 => 'Num 6'; + String get keyboardKeyNumpad6 => 'Broj 6'; @override - String get keyboardKeyNumpad7 => 'Num 7'; + String get keyboardKeyNumpad7 => 'Broj 7'; @override - String get keyboardKeyNumpad8 => 'Num 8'; + String get keyboardKeyNumpad8 => 'Broj 8'; @override - String get keyboardKeyNumpad9 => 'Num 9'; + String get keyboardKeyNumpad9 => 'Broj 9'; @override - String get keyboardKeyNumpadAdd => 'Num +'; + String get keyboardKeyNumpadAdd => 'Broj +'; @override - String get keyboardKeyNumpadComma => 'Num ,'; + String get keyboardKeyNumpadComma => 'Broj ,'; @override - String get keyboardKeyNumpadDecimal => 'Num .'; + String get keyboardKeyNumpadDecimal => 'Broj .'; @override - String get keyboardKeyNumpadDivide => 'Num /'; + String get keyboardKeyNumpadDivide => 'Broj /'; @override - String get keyboardKeyNumpadEnter => 'Num Enter'; + String get keyboardKeyNumpadEnter => 'Broj Enter'; @override - String get keyboardKeyNumpadEqual => 'Num ='; + String get keyboardKeyNumpadEqual => 'Broj ='; @override - String get keyboardKeyNumpadMultiply => 'Num *'; + String get keyboardKeyNumpadMultiply => 'Broj *'; @override - String get keyboardKeyNumpadParenLeft => 'Num ('; + String get keyboardKeyNumpadParenLeft => 'Broj ('; @override - String get keyboardKeyNumpadParenRight => 'Num )'; + String get keyboardKeyNumpadParenRight => 'Broj )'; @override - String get keyboardKeyNumpadSubtract => 'Num -'; + String get keyboardKeyNumpadSubtract => 'Broj -'; @override String get keyboardKeyPageDown => 'PgDown'; @@ -16077,10 +17316,10 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get keyboardKeyPageUp => 'PgUp'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'Napajanje'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'Isključivanje'; @override String get keyboardKeyPrintScreen => 'Print Screen'; @@ -16092,10 +17331,10 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get keyboardKeyScrollLock => 'Scroll Lock'; @override - String get keyboardKeySelect => 'Select'; + String get keyboardKeySelect => 'Odaberi'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'Razmaknica'; @override String get keyboardKeyZenkaku => 'Zenkaku'; @@ -16417,10 +17656,10 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get keyboardKeyCapsLock => 'Caps Lock'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => 'Csatorna – le'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => 'Csatorna – fel'; @override String get keyboardKeyControl => 'Ctrl'; @@ -16432,7 +17671,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get keyboardKeyEisu => 'Eisū'; @override - String get keyboardKeyEject => 'Eject'; + String get keyboardKeyEject => 'Kiadás'; @override String get keyboardKeyEnd => 'End'; @@ -16444,10 +17683,10 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'Hangul mód'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'Handzsa mód'; @override String get keyboardKeyHankaku => 'Hankaku'; @@ -16465,10 +17704,10 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get keyboardKeyInsert => 'Insert'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'Kana mód'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'Kandzsi mód'; @override String get keyboardKeyKatakana => 'Katakana'; @@ -16552,10 +17791,10 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get keyboardKeyPageUp => 'PgUp'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'Bekapcsolás'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'Kikapcsolás'; @override String get keyboardKeyPrintScreen => 'Print Screen'; @@ -16567,10 +17806,10 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get keyboardKeyScrollLock => 'Scroll Lock'; @override - String get keyboardKeySelect => 'Select'; + String get keyboardKeySelect => 'Kiválasztás'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'Szóköz'; @override String get keyboardKeyZenkaku => 'Zenkaku'; @@ -16892,10 +18131,10 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get keyboardKeyCapsLock => 'Caps Lock'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => 'Հաջորդ ալիքը'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => 'Նախորդ ալիքը'; @override String get keyboardKeyControl => 'Ctrl'; @@ -16919,10 +18158,10 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'Hangul ռեժիմ'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'Hanja ռեժիմ'; @override String get keyboardKeyHankaku => 'Hankaku'; @@ -16940,10 +18179,10 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get keyboardKeyInsert => 'Insert'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'Kana ռեժիմ'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'Kanji ռեժիմ'; @override String get keyboardKeyKatakana => 'Katakana'; @@ -17027,10 +18266,10 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get keyboardKeyPageUp => 'PgUp'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'Սնուցում'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'Անջատել'; @override String get keyboardKeyPrintScreen => 'Print Screen'; @@ -17042,10 +18281,10 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get keyboardKeyScrollLock => 'Scroll Lock'; @override - String get keyboardKeySelect => 'Select'; + String get keyboardKeySelect => 'Ընտրել'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'Բացատ'; @override String get keyboardKeyZenkaku => 'Zenkaku'; @@ -17836,16 +19075,16 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get keyboardKeyAltGraph => 'AltGr'; @override - String get keyboardKeyBackspace => 'Backspace'; + String get keyboardKeyBackspace => 'Bakklykill'; @override - String get keyboardKeyCapsLock => 'Caps Lock'; + String get keyboardKeyCapsLock => 'Hástafalás'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => 'Niður um rás'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => 'Upp um rás'; @override String get keyboardKeyControl => 'Ctrl'; @@ -17857,7 +19096,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get keyboardKeyEisu => 'Eisū'; @override - String get keyboardKeyEject => 'Eject'; + String get keyboardKeyEject => 'Fjarlægja'; @override String get keyboardKeyEnd => 'End'; @@ -17869,10 +19108,10 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'Hangul-stilling'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'Hanja-stilling'; @override String get keyboardKeyHankaku => 'Hankaku'; @@ -17890,10 +19129,10 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get keyboardKeyInsert => 'Insert'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'Kana-stilling'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'Kanji-stilling'; @override String get keyboardKeyKatakana => 'Katakana'; @@ -17977,10 +19216,10 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get keyboardKeyPageUp => 'PgUp'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'Aflrofi'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'Slökkva'; @override String get keyboardKeyPrintScreen => 'Print Screen'; @@ -17992,10 +19231,10 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get keyboardKeyScrollLock => 'Scroll Lock'; @override - String get keyboardKeySelect => 'Select'; + String get keyboardKeySelect => 'Velja'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'Bil'; @override String get keyboardKeyZenkaku => 'Zenkaku'; @@ -18308,34 +19547,34 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get keyboardKeyAlt => 'Alt'; @override - String get keyboardKeyAltGraph => 'AltGr'; + String get keyboardKeyAltGraph => 'Alt Gr'; @override String get keyboardKeyBackspace => 'Backspace'; @override - String get keyboardKeyCapsLock => 'Caps Lock'; + String get keyboardKeyCapsLock => 'Bloc Maiusc'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => 'Canale giù'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => 'Canale su'; @override String get keyboardKeyControl => 'Ctrl'; @override - String get keyboardKeyDelete => 'Del'; + String get keyboardKeyDelete => 'Canc'; @override String get keyboardKeyEisu => 'Eisū'; @override - String get keyboardKeyEject => 'Eject'; + String get keyboardKeyEject => 'Espelli'; @override - String get keyboardKeyEnd => 'End'; + String get keyboardKeyEnd => 'Fine'; @override String get keyboardKeyEscape => 'Esc'; @@ -18344,10 +19583,10 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'Modalità hangul'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'Modalità hanja'; @override String get keyboardKeyHankaku => 'Hankaku'; @@ -18362,13 +19601,13 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get keyboardKeyHome => 'Home'; @override - String get keyboardKeyInsert => 'Insert'; + String get keyboardKeyInsert => 'Ins'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'Modalità kana'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'Modalità kanji'; @override String get keyboardKeyKatakana => 'Katakana'; @@ -18377,13 +19616,13 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get keyboardKeyMeta => 'Meta'; @override - String get keyboardKeyMetaMacOs => 'Command'; + String get keyboardKeyMetaMacOs => 'Comando'; @override String get keyboardKeyMetaWindows => 'Win'; @override - String get keyboardKeyNumLock => 'Num Lock'; + String get keyboardKeyNumLock => 'Bloc Num'; @override String get keyboardKeyNumpad0 => 'Num 0'; @@ -18428,7 +19667,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get keyboardKeyNumpadDivide => 'Num /'; @override - String get keyboardKeyNumpadEnter => 'Num Enter'; + String get keyboardKeyNumpadEnter => 'Num Invio'; @override String get keyboardKeyNumpadEqual => 'Num ='; @@ -18446,31 +19685,31 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get keyboardKeyNumpadSubtract => 'Num -'; @override - String get keyboardKeyPageDown => 'PgDown'; + String get keyboardKeyPageDown => 'Pag giù'; @override - String get keyboardKeyPageUp => 'PgUp'; + String get keyboardKeyPageUp => 'Pag su'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'Spegni/Accendi'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'Spegni'; @override - String get keyboardKeyPrintScreen => 'Print Screen'; + String get keyboardKeyPrintScreen => 'Stamp'; @override String get keyboardKeyRomaji => 'Romaji'; @override - String get keyboardKeyScrollLock => 'Scroll Lock'; + String get keyboardKeyScrollLock => 'Bloc Scorr'; @override - String get keyboardKeySelect => 'Select'; + String get keyboardKeySelect => 'Seleziona'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'Barra spaziatrice'; @override String get keyboardKeyZenkaku => 'Zenkaku'; @@ -18789,13 +20028,13 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get keyboardKeyBackspace => 'Backspace'; @override - String get keyboardKeyCapsLock => 'Caps Lock'; + String get keyboardKeyCapsLock => 'CapsLock'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => '次のチャンネル'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => '前のチャンネル'; @override String get keyboardKeyControl => 'Ctrl'; @@ -18804,7 +20043,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get keyboardKeyDelete => 'Del'; @override - String get keyboardKeyEisu => 'Eisū'; + String get keyboardKeyEisu => '英数'; @override String get keyboardKeyEject => 'Eject'; @@ -18819,19 +20058,19 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'ハングルモード'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => '漢字(ハンジャ)モード'; @override - String get keyboardKeyHankaku => 'Hankaku'; + String get keyboardKeyHankaku => '半角'; @override - String get keyboardKeyHiragana => 'Hiragana'; + String get keyboardKeyHiragana => 'ひらがな'; @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + String get keyboardKeyHiraganaKatakana => 'かな / カナ / ローマ字'; @override String get keyboardKeyHome => 'Home'; @@ -18840,13 +20079,13 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get keyboardKeyInsert => 'Insert'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'かなモード'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => '漢字モード'; @override - String get keyboardKeyKatakana => 'Katakana'; + String get keyboardKeyKatakana => 'カタカナ'; @override String get keyboardKeyMeta => 'Meta'; @@ -18858,73 +20097,73 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get keyboardKeyMetaWindows => 'Win'; @override - String get keyboardKeyNumLock => 'Num Lock'; + String get keyboardKeyNumLock => 'NumLock'; @override - String get keyboardKeyNumpad0 => 'Num 0'; + String get keyboardKeyNumpad0 => 'テンキー 0'; @override - String get keyboardKeyNumpad1 => 'Num 1'; + String get keyboardKeyNumpad1 => 'テンキー 1'; @override - String get keyboardKeyNumpad2 => 'Num 2'; + String get keyboardKeyNumpad2 => 'テンキー 2'; @override - String get keyboardKeyNumpad3 => 'Num 3'; + String get keyboardKeyNumpad3 => 'テンキー 3'; @override - String get keyboardKeyNumpad4 => 'Num 4'; + String get keyboardKeyNumpad4 => 'テンキー 4'; @override - String get keyboardKeyNumpad5 => 'Num 5'; + String get keyboardKeyNumpad5 => 'テンキー 5'; @override - String get keyboardKeyNumpad6 => 'Num 6'; + String get keyboardKeyNumpad6 => 'テンキー 6'; @override - String get keyboardKeyNumpad7 => 'Num 7'; + String get keyboardKeyNumpad7 => 'テンキー 7'; @override - String get keyboardKeyNumpad8 => 'Num 8'; + String get keyboardKeyNumpad8 => 'テンキー 8'; @override - String get keyboardKeyNumpad9 => 'Num 9'; + String get keyboardKeyNumpad9 => 'テンキー 9'; @override - String get keyboardKeyNumpadAdd => 'Num +'; + String get keyboardKeyNumpadAdd => 'テンキー +'; @override - String get keyboardKeyNumpadComma => 'Num ,'; + String get keyboardKeyNumpadComma => 'テンキー ,'; @override - String get keyboardKeyNumpadDecimal => 'Num .'; + String get keyboardKeyNumpadDecimal => 'テンキー .'; @override - String get keyboardKeyNumpadDivide => 'Num /'; + String get keyboardKeyNumpadDivide => 'テンキー /'; @override - String get keyboardKeyNumpadEnter => 'Num Enter'; + String get keyboardKeyNumpadEnter => 'テンキー Enter'; @override - String get keyboardKeyNumpadEqual => 'Num ='; + String get keyboardKeyNumpadEqual => 'テンキー ='; @override - String get keyboardKeyNumpadMultiply => 'Num *'; + String get keyboardKeyNumpadMultiply => 'テンキー *'; @override - String get keyboardKeyNumpadParenLeft => 'Num ('; + String get keyboardKeyNumpadParenLeft => 'テンキー ('; @override - String get keyboardKeyNumpadParenRight => 'Num )'; + String get keyboardKeyNumpadParenRight => 'テンキー )'; @override - String get keyboardKeyNumpadSubtract => 'Num -'; + String get keyboardKeyNumpadSubtract => 'テンキー -'; @override - String get keyboardKeyPageDown => 'PgDown'; + String get keyboardKeyPageDown => 'PageDown'; @override - String get keyboardKeyPageUp => 'PgUp'; + String get keyboardKeyPageUp => 'PageUp'; @override String get keyboardKeyPower => 'Power'; @@ -18933,13 +20172,13 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get keyboardKeyPowerOff => 'Power Off'; @override - String get keyboardKeyPrintScreen => 'Print Screen'; + String get keyboardKeyPrintScreen => 'Printscreen'; @override - String get keyboardKeyRomaji => 'Romaji'; + String get keyboardKeyRomaji => 'ローマ字'; @override - String get keyboardKeyScrollLock => 'Scroll Lock'; + String get keyboardKeyScrollLock => 'ScrollLock'; @override String get keyboardKeySelect => 'Select'; @@ -18948,10 +20187,10 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get keyboardKeySpace => 'Space'; @override - String get keyboardKeyZenkaku => 'Zenkaku'; + String get keyboardKeyZenkaku => '全角'; @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + String get keyboardKeyZenkakuHankaku => '半 / 全 / 漢字'; @override String get lastPageTooltip => '最後のページ'; @@ -19294,19 +20533,19 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'ჰანგილის რეჟიმი'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'ჰანჯის რეჟიმი'; @override - String get keyboardKeyHankaku => 'Hankaku'; + String get keyboardKeyHankaku => 'ჰანკაკუ'; @override - String get keyboardKeyHiragana => 'Hiragana'; + String get keyboardKeyHiragana => 'ჰირაგანა'; @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + String get keyboardKeyHiraganaKatakana => 'ჰირაგანა კატაკანა'; @override String get keyboardKeyHome => 'Home'; @@ -19315,13 +20554,13 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get keyboardKeyInsert => 'Insert'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'კანას რეჟიმი'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'კანჯის რეჟიმი'; @override - String get keyboardKeyKatakana => 'Katakana'; + String get keyboardKeyKatakana => 'კატაკანა'; @override String get keyboardKeyMeta => 'Meta'; @@ -19402,16 +20641,16 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get keyboardKeyPageUp => 'PgUp'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'ჩართვა'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'გამორთვა'; @override String get keyboardKeyPrintScreen => 'Print Screen'; @override - String get keyboardKeyRomaji => 'Romaji'; + String get keyboardKeyRomaji => 'რომაჯი'; @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -19423,10 +20662,10 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get keyboardKeySpace => 'Space'; @override - String get keyboardKeyZenkaku => 'Zenkaku'; + String get keyboardKeyZenkaku => 'ზენკაკუ'; @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + String get keyboardKeyZenkakuHankaku => 'ზენკაკუ ჰანკაკუ'; @override String get lastPageTooltip => 'ბოლო გვერდი'; @@ -19742,10 +20981,10 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get keyboardKeyCapsLock => 'Caps Lock'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => 'Келесі арна'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => 'Алдыңғы арна'; @override String get keyboardKeyControl => 'Ctrl'; @@ -19769,19 +21008,19 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'Ханғыл режимі'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'Ханжа режимі'; @override - String get keyboardKeyHankaku => 'Hankaku'; + String get keyboardKeyHankaku => 'Ханкаку'; @override - String get keyboardKeyHiragana => 'Hiragana'; + String get keyboardKeyHiragana => 'Хирагана'; @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + String get keyboardKeyHiraganaKatakana => 'Хирагана Катакана'; @override String get keyboardKeyHome => 'Home'; @@ -19790,13 +21029,13 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get keyboardKeyInsert => 'Insert'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'Кана режимі'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'Канжи режимі'; @override - String get keyboardKeyKatakana => 'Katakana'; + String get keyboardKeyKatakana => 'Катакана'; @override String get keyboardKeyMeta => 'Meta'; @@ -19877,16 +21116,16 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get keyboardKeyPageUp => 'PgUp'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'Қуат'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'Қуатты өшіру'; @override String get keyboardKeyPrintScreen => 'Print Screen'; @override - String get keyboardKeyRomaji => 'Romaji'; + String get keyboardKeyRomaji => 'Ромажи'; @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -19895,13 +21134,13 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Select'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'Бос орын'; @override - String get keyboardKeyZenkaku => 'Zenkaku'; + String get keyboardKeyZenkaku => 'Зенкаку'; @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + String get keyboardKeyZenkakuHankaku => 'Зенкаку Ханкаку'; @override String get lastPageTooltip => 'Соңғы бет'; @@ -21161,16 +22400,16 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get keyboardKeyAltGraph => 'AltGr'; @override - String get keyboardKeyBackspace => 'Backspace'; + String get keyboardKeyBackspace => '백스페이스'; @override String get keyboardKeyCapsLock => 'Caps Lock'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => '채널 아래로'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => '채널 위로'; @override String get keyboardKeyControl => 'Ctrl'; @@ -21182,7 +22421,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get keyboardKeyEisu => 'Eisū'; @override - String get keyboardKeyEject => 'Eject'; + String get keyboardKeyEject => '꺼내기'; @override String get keyboardKeyEnd => 'End'; @@ -21194,19 +22433,19 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => '한글 모드'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => '한자 모드'; @override - String get keyboardKeyHankaku => 'Hankaku'; + String get keyboardKeyHankaku => '반각'; @override - String get keyboardKeyHiragana => 'Hiragana'; + String get keyboardKeyHiragana => '히라가나'; @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + String get keyboardKeyHiraganaKatakana => '히라가나 가타카나'; @override String get keyboardKeyHome => 'Home'; @@ -21215,16 +22454,16 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get keyboardKeyInsert => 'Insert'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => '가나 모드'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => '칸지 모드'; @override - String get keyboardKeyKatakana => 'Katakana'; + String get keyboardKeyKatakana => '가타카나'; @override - String get keyboardKeyMeta => 'Meta'; + String get keyboardKeyMeta => '메타'; @override String get keyboardKeyMetaMacOs => 'Command'; @@ -21299,34 +22538,34 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get keyboardKeyPageDown => 'PgDown'; @override - String get keyboardKeyPageUp => 'PgUp'; + String get keyboardKeyPageUp => 'PageUp'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => '전원'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => '종료'; @override String get keyboardKeyPrintScreen => 'Print Screen'; @override - String get keyboardKeyRomaji => 'Romaji'; + String get keyboardKeyRomaji => '로마자'; @override String get keyboardKeyScrollLock => 'Scroll Lock'; @override - String get keyboardKeySelect => 'Select'; + String get keyboardKeySelect => '선택'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => '스페이스'; @override - String get keyboardKeyZenkaku => 'Zenkaku'; + String get keyboardKeyZenkaku => '전각'; @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + String get keyboardKeyZenkakuHankaku => '전각 및 반각'; @override String get lastPageTooltip => '마지막 페이지'; @@ -21669,19 +22908,19 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'Хангул режими'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'Ханжа режими'; @override - String get keyboardKeyHankaku => 'Hankaku'; + String get keyboardKeyHankaku => 'Ханкаку'; @override - String get keyboardKeyHiragana => 'Hiragana'; + String get keyboardKeyHiragana => 'Хирагана'; @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + String get keyboardKeyHiraganaKatakana => 'Хирагана-катакана'; @override String get keyboardKeyHome => 'Home'; @@ -21690,16 +22929,16 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get keyboardKeyInsert => 'Insert'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'Кана режими'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'Канжи режими'; @override - String get keyboardKeyKatakana => 'Katakana'; + String get keyboardKeyKatakana => 'Катакана'; @override - String get keyboardKeyMeta => 'Meta'; + String get keyboardKeyMeta => 'Мета'; @override String get keyboardKeyMetaMacOs => 'Command'; @@ -21786,22 +23025,22 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get keyboardKeyPrintScreen => 'Print Screen'; @override - String get keyboardKeyRomaji => 'Romaji'; + String get keyboardKeyRomaji => 'Ромажи'; @override String get keyboardKeyScrollLock => 'Scroll Lock'; @override - String get keyboardKeySelect => 'Select'; + String get keyboardKeySelect => 'Тандоо'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'Боштук'; @override - String get keyboardKeyZenkaku => 'Zenkaku'; + String get keyboardKeyZenkaku => 'Зенкаку'; @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + String get keyboardKeyZenkakuHankaku => 'Зенкаку-ханкаку'; @override String get lastPageTooltip => 'Акыркы бет'; @@ -22144,10 +23383,10 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'ໂໝດ Hangul'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'ໂໝດ Hanja'; @override String get keyboardKeyHankaku => 'Hankaku'; @@ -22165,10 +23404,10 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get keyboardKeyInsert => 'Insert'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'ໂໝດ Kana'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'ໂໝດ Kanji'; @override String get keyboardKeyKatakana => 'Katakana'; @@ -22186,64 +23425,64 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get keyboardKeyNumLock => 'Num Lock'; @override - String get keyboardKeyNumpad0 => 'Num 0'; + String get keyboardKeyNumpad0 => 'ເລກ 0'; @override - String get keyboardKeyNumpad1 => 'Num 1'; + String get keyboardKeyNumpad1 => 'ເລກ 1'; @override - String get keyboardKeyNumpad2 => 'Num 2'; + String get keyboardKeyNumpad2 => 'ເລກ 2'; @override - String get keyboardKeyNumpad3 => 'Num 3'; + String get keyboardKeyNumpad3 => 'ເລກ 3'; @override - String get keyboardKeyNumpad4 => 'Num 4'; + String get keyboardKeyNumpad4 => 'ເລກ 4'; @override - String get keyboardKeyNumpad5 => 'Num 5'; + String get keyboardKeyNumpad5 => 'ເລກ 5'; @override - String get keyboardKeyNumpad6 => 'Num 6'; + String get keyboardKeyNumpad6 => 'ເລກ 6'; @override - String get keyboardKeyNumpad7 => 'Num 7'; + String get keyboardKeyNumpad7 => 'ເລກ 7'; @override - String get keyboardKeyNumpad8 => 'Num 8'; + String get keyboardKeyNumpad8 => 'ເລກ 8'; @override - String get keyboardKeyNumpad9 => 'Num 9'; + String get keyboardKeyNumpad9 => 'ເລກ 9'; @override - String get keyboardKeyNumpadAdd => 'Num +'; + String get keyboardKeyNumpadAdd => 'ປຸ່ມ +'; @override - String get keyboardKeyNumpadComma => 'Num ,'; + String get keyboardKeyNumpadComma => 'ປຸ່ມ ,'; @override - String get keyboardKeyNumpadDecimal => 'Num .'; + String get keyboardKeyNumpadDecimal => 'ປຸ່ມ .'; @override - String get keyboardKeyNumpadDivide => 'Num /'; + String get keyboardKeyNumpadDivide => 'ປຸ່ມ /'; @override - String get keyboardKeyNumpadEnter => 'Num Enter'; + String get keyboardKeyNumpadEnter => 'ປຸ່ມ Enter'; @override - String get keyboardKeyNumpadEqual => 'Num ='; + String get keyboardKeyNumpadEqual => 'ປຸ່ມ ='; @override - String get keyboardKeyNumpadMultiply => 'Num *'; + String get keyboardKeyNumpadMultiply => 'ປຸ່ມ *'; @override - String get keyboardKeyNumpadParenLeft => 'Num ('; + String get keyboardKeyNumpadParenLeft => 'ປຸ່ມ ('; @override - String get keyboardKeyNumpadParenRight => 'Num )'; + String get keyboardKeyNumpadParenRight => 'ປຸ່ມ )'; @override - String get keyboardKeyNumpadSubtract => 'Num -'; + String get keyboardKeyNumpadSubtract => 'ປຸ່ມ -'; @override String get keyboardKeyPageDown => 'PgDown'; @@ -22252,10 +23491,10 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get keyboardKeyPageUp => 'PgUp'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'ເປີດປິດ'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'ປິດເຄື່ອງ'; @override String get keyboardKeyPrintScreen => 'Print Screen'; @@ -22586,16 +23825,16 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get keyboardKeyAltGraph => 'AltGr'; @override - String get keyboardKeyBackspace => 'Backspace'; + String get keyboardKeyBackspace => 'Naikinimo klavišas'; @override String get keyboardKeyCapsLock => 'Caps Lock'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => 'Ankstesnis kanalas'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => 'Kitas kanalas'; @override String get keyboardKeyControl => 'Ctrl'; @@ -22607,7 +23846,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get keyboardKeyEisu => 'Eisū'; @override - String get keyboardKeyEject => 'Eject'; + String get keyboardKeyEject => 'Išimti'; @override String get keyboardKeyEnd => 'End'; @@ -22619,10 +23858,10 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'Hangul režimas'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'Hanja režimas'; @override String get keyboardKeyHankaku => 'Hankaku'; @@ -22640,10 +23879,10 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get keyboardKeyInsert => 'Insert'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'Kana režimas'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'Kanji režimas'; @override String get keyboardKeyKatakana => 'Katakana'; @@ -22661,64 +23900,64 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get keyboardKeyNumLock => 'Num Lock'; @override - String get keyboardKeyNumpad0 => 'Num 0'; + String get keyboardKeyNumpad0 => 'Skaitm 0'; @override - String get keyboardKeyNumpad1 => 'Num 1'; + String get keyboardKeyNumpad1 => 'Skaitm 1'; @override - String get keyboardKeyNumpad2 => 'Num 2'; + String get keyboardKeyNumpad2 => 'Skaitm 2'; @override - String get keyboardKeyNumpad3 => 'Num 3'; + String get keyboardKeyNumpad3 => 'Skaitm 3'; @override - String get keyboardKeyNumpad4 => 'Num 4'; + String get keyboardKeyNumpad4 => 'Skaitm 4'; @override - String get keyboardKeyNumpad5 => 'Num 5'; + String get keyboardKeyNumpad5 => 'Skaitm 5'; @override - String get keyboardKeyNumpad6 => 'Num 6'; + String get keyboardKeyNumpad6 => 'Skaitm 6'; @override - String get keyboardKeyNumpad7 => 'Num 7'; + String get keyboardKeyNumpad7 => 'Skaitm 7'; @override - String get keyboardKeyNumpad8 => 'Num 8'; + String get keyboardKeyNumpad8 => 'Skaitm 8'; @override - String get keyboardKeyNumpad9 => 'Num 9'; + String get keyboardKeyNumpad9 => 'Skaitm 9'; @override - String get keyboardKeyNumpadAdd => 'Num +'; + String get keyboardKeyNumpadAdd => 'Skaitm +'; @override - String get keyboardKeyNumpadComma => 'Num ,'; + String get keyboardKeyNumpadComma => 'Skaitm ,'; @override - String get keyboardKeyNumpadDecimal => 'Num .'; + String get keyboardKeyNumpadDecimal => 'Skaitm .'; @override - String get keyboardKeyNumpadDivide => 'Num /'; + String get keyboardKeyNumpadDivide => 'Skaitm /'; @override - String get keyboardKeyNumpadEnter => 'Num Enter'; + String get keyboardKeyNumpadEnter => 'Skaitm „Enter“'; @override - String get keyboardKeyNumpadEqual => 'Num ='; + String get keyboardKeyNumpadEqual => 'Skaitm ='; @override - String get keyboardKeyNumpadMultiply => 'Num *'; + String get keyboardKeyNumpadMultiply => 'Skaitm *'; @override - String get keyboardKeyNumpadParenLeft => 'Num ('; + String get keyboardKeyNumpadParenLeft => 'Skaitm ('; @override - String get keyboardKeyNumpadParenRight => 'Num )'; + String get keyboardKeyNumpadParenRight => 'Skaitm )'; @override - String get keyboardKeyNumpadSubtract => 'Num -'; + String get keyboardKeyNumpadSubtract => 'Skaitm -'; @override String get keyboardKeyPageDown => 'PgDown'; @@ -22727,10 +23966,10 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get keyboardKeyPageUp => 'PgUp'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'Maitinimas'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'Išjungti'; @override String get keyboardKeyPrintScreen => 'Print Screen'; @@ -22745,7 +23984,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Select'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'Tarpas'; @override String get keyboardKeyZenkaku => 'Zenkaku'; @@ -23067,10 +24306,10 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get keyboardKeyCapsLock => 'Caps Lock'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => 'Nākamais kanāls'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => 'Iepriekšējais kanāls'; @override String get keyboardKeyControl => 'Ctrl'; @@ -23082,7 +24321,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get keyboardKeyEisu => 'Eisū'; @override - String get keyboardKeyEject => 'Eject'; + String get keyboardKeyEject => 'Izstumt'; @override String get keyboardKeyEnd => 'End'; @@ -23094,10 +24333,10 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'Hangul režīms'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'Hanja režīms'; @override String get keyboardKeyHankaku => 'Hankaku'; @@ -23115,10 +24354,10 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get keyboardKeyInsert => 'Insert'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'Kana režīms'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'Kanji režīms'; @override String get keyboardKeyKatakana => 'Katakana'; @@ -23130,7 +24369,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get keyboardKeyMetaMacOs => 'Command'; @override - String get keyboardKeyMetaWindows => 'Win'; + String get keyboardKeyMetaWindows => 'Windows'; @override String get keyboardKeyNumLock => 'Num Lock'; @@ -23202,10 +24441,10 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get keyboardKeyPageUp => 'PgUp'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'Ieslēgt'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'Izslēgt'; @override String get keyboardKeyPrintScreen => 'Print Screen'; @@ -23217,10 +24456,10 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get keyboardKeyScrollLock => 'Scroll Lock'; @override - String get keyboardKeySelect => 'Select'; + String get keyboardKeySelect => 'Atlasīt'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'Atstarpes taustiņš'; @override String get keyboardKeyZenkaku => 'Zenkaku'; @@ -24242,7 +25481,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get previousPageTooltip => 'മുമ്പത്തെ പേജ്'; @override - String get refreshIndicatorSemanticLabel => 'പുതുക്കിയെടുക്കുക'; + String get refreshIndicatorSemanticLabel => 'റീഫ്രഷ് ചെയ്യുക'; @override String? get remainingTextFieldCharacterCountFew => null; @@ -24519,40 +25758,40 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'Солонгос хэлний горим'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'Hanja горим'; @override String get keyboardKeyHankaku => 'Hankaku'; @override - String get keyboardKeyHiragana => 'Hiragana'; + String get keyboardKeyHiragana => 'Хирагана'; @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + String get keyboardKeyHiraganaKatakana => 'Хирагана Катакана'; @override - String get keyboardKeyHome => 'Home'; + String get keyboardKeyHome => 'Гэр'; @override - String get keyboardKeyInsert => 'Insert'; + String get keyboardKeyInsert => 'Оруулах'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'Kana горим'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'Kanji горим'; @override - String get keyboardKeyKatakana => 'Katakana'; + String get keyboardKeyKatakana => 'Катакана'; @override - String get keyboardKeyMeta => 'Meta'; + String get keyboardKeyMeta => 'Мета'; @override - String get keyboardKeyMetaMacOs => 'Command'; + String get keyboardKeyMetaMacOs => 'Тушаал'; @override String get keyboardKeyMetaWindows => 'Win'; @@ -24627,10 +25866,10 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get keyboardKeyPageUp => 'PgUp'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'Асаах/унтраах товч'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'Унтраах'; @override String get keyboardKeyPrintScreen => 'Print Screen'; @@ -24642,7 +25881,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get keyboardKeyScrollLock => 'Scroll Lock'; @override - String get keyboardKeySelect => 'Select'; + String get keyboardKeySelect => 'Сонгох'; @override String get keyboardKeySpace => 'Space'; @@ -24961,16 +26200,16 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get keyboardKeyAltGraph => 'AltGr'; @override - String get keyboardKeyBackspace => 'Backspace'; + String get keyboardKeyBackspace => 'बॅकस्पेस'; @override - String get keyboardKeyCapsLock => 'Caps Lock'; + String get keyboardKeyCapsLock => 'कॅप्स लॉक'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => 'चॅनल डाउन'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => 'चॅनल अप'; @override String get keyboardKeyControl => 'Ctrl'; @@ -24982,10 +26221,10 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get keyboardKeyEisu => 'Eisū'; @override - String get keyboardKeyEject => 'Eject'; + String get keyboardKeyEject => 'इजेक्ट'; @override - String get keyboardKeyEnd => 'End'; + String get keyboardKeyEnd => 'एंड'; @override String get keyboardKeyEscape => 'Esc'; @@ -24994,40 +26233,40 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'हंगुल मोड'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'हांजा मोड'; @override - String get keyboardKeyHankaku => 'Hankaku'; + String get keyboardKeyHankaku => 'हानकाकू'; @override - String get keyboardKeyHiragana => 'Hiragana'; + String get keyboardKeyHiragana => 'हिरागाना'; @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + String get keyboardKeyHiraganaKatakana => 'हिरागाना काताकाना'; @override - String get keyboardKeyHome => 'Home'; + String get keyboardKeyHome => 'होम'; @override - String get keyboardKeyInsert => 'Insert'; + String get keyboardKeyInsert => 'इन्सर्ट'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'काना मोड'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'कांजी मोड'; @override - String get keyboardKeyKatakana => 'Katakana'; + String get keyboardKeyKatakana => 'काताकाना'; @override - String get keyboardKeyMeta => 'Meta'; + String get keyboardKeyMeta => 'मेटा'; @override - String get keyboardKeyMetaMacOs => 'Command'; + String get keyboardKeyMetaMacOs => 'कमांड'; @override String get keyboardKeyMetaWindows => 'Win'; @@ -25102,31 +26341,31 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get keyboardKeyPageUp => 'PgUp'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'पॉवर'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'पॉवर ऑफ'; @override - String get keyboardKeyPrintScreen => 'Print Screen'; + String get keyboardKeyPrintScreen => 'प्रिंट स्क्रीन'; @override - String get keyboardKeyRomaji => 'Romaji'; + String get keyboardKeyRomaji => 'रोमाजी'; @override - String get keyboardKeyScrollLock => 'Scroll Lock'; + String get keyboardKeyScrollLock => 'स्क्रोल लॉक'; @override - String get keyboardKeySelect => 'Select'; + String get keyboardKeySelect => 'निवडा'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'स्पेस'; @override - String get keyboardKeyZenkaku => 'Zenkaku'; + String get keyboardKeyZenkaku => 'झेनकाकू'; @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + String get keyboardKeyZenkakuHankaku => 'झेनकाकू हानकाकू'; @override String get lastPageTooltip => 'शेवटचे पेज'; @@ -25442,10 +26681,10 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get keyboardKeyCapsLock => 'Caps Lock'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => 'Saluran Bawah'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => 'Saluran ke Atas'; @override String get keyboardKeyControl => 'Ctrl'; @@ -25457,7 +26696,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get keyboardKeyEisu => 'Eisū'; @override - String get keyboardKeyEject => 'Eject'; + String get keyboardKeyEject => 'Keluarkan'; @override String get keyboardKeyEnd => 'End'; @@ -25469,10 +26708,10 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'Mod Hangul'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'Mod Hanja'; @override String get keyboardKeyHankaku => 'Hankaku'; @@ -25490,10 +26729,10 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get keyboardKeyInsert => 'Insert'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'Mod Kana'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'Mod Kanji'; @override String get keyboardKeyKatakana => 'Katakana'; @@ -25502,7 +26741,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get keyboardKeyMeta => 'Meta'; @override - String get keyboardKeyMetaMacOs => 'Command'; + String get keyboardKeyMetaMacOs => 'Perintah'; @override String get keyboardKeyMetaWindows => 'Win'; @@ -25577,10 +26816,10 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get keyboardKeyPageUp => 'PgUp'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'Kuasa'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'Matikan'; @override String get keyboardKeyPrintScreen => 'Print Screen'; @@ -25592,10 +26831,10 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get keyboardKeyScrollLock => 'Scroll Lock'; @override - String get keyboardKeySelect => 'Select'; + String get keyboardKeySelect => 'Pilih'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'Ruang'; @override String get keyboardKeyZenkaku => 'Zenkaku'; @@ -25911,16 +27150,16 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get keyboardKeyAltGraph => 'AltGr'; @override - String get keyboardKeyBackspace => 'Backspace'; + String get keyboardKeyBackspace => 'နောက်ပြန်ခလုတ်'; @override - String get keyboardKeyCapsLock => 'Caps Lock'; + String get keyboardKeyCapsLock => 'စားလုံးကြီးလော့ခ်'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => 'ချန်နယ်အောက်'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => 'ချန်နယ်အပေါ်'; @override String get keyboardKeyControl => 'Ctrl'; @@ -25932,10 +27171,10 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get keyboardKeyEisu => 'Eisū'; @override - String get keyboardKeyEject => 'Eject'; + String get keyboardKeyEject => 'ထုတ်ရန်'; @override - String get keyboardKeyEnd => 'End'; + String get keyboardKeyEnd => 'အဆုံး'; @override String get keyboardKeyEscape => 'Esc'; @@ -25944,10 +27183,10 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'Hangul မုဒ်'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'Hanja မုဒ်'; @override String get keyboardKeyHankaku => 'Hankaku'; @@ -25959,16 +27198,16 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; @override - String get keyboardKeyHome => 'Home'; + String get keyboardKeyHome => 'ပင်မခလုတ်'; @override - String get keyboardKeyInsert => 'Insert'; + String get keyboardKeyInsert => 'ထည့်သွင်းခလုတ်'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'Kana မုဒ်'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'Kanji မုဒ်'; @override String get keyboardKeyKatakana => 'Katakana'; @@ -25977,73 +27216,73 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get keyboardKeyMeta => 'Meta'; @override - String get keyboardKeyMetaMacOs => 'Command'; + String get keyboardKeyMetaMacOs => 'ကွန်မန်း'; @override String get keyboardKeyMetaWindows => 'Win'; @override - String get keyboardKeyNumLock => 'Num Lock'; + String get keyboardKeyNumLock => 'နံပါတ်လော့ခ်'; @override - String get keyboardKeyNumpad0 => 'Num 0'; + String get keyboardKeyNumpad0 => 'နံပါတ် ၀'; @override - String get keyboardKeyNumpad1 => 'Num 1'; + String get keyboardKeyNumpad1 => 'နံပါတ် ၁'; @override - String get keyboardKeyNumpad2 => 'Num 2'; + String get keyboardKeyNumpad2 => 'နံပါတ် ၂'; @override - String get keyboardKeyNumpad3 => 'Num 3'; + String get keyboardKeyNumpad3 => 'နံပါတ် ၃'; @override - String get keyboardKeyNumpad4 => 'Num 4'; + String get keyboardKeyNumpad4 => 'နံပါတ် ၄'; @override - String get keyboardKeyNumpad5 => 'Num 5'; + String get keyboardKeyNumpad5 => 'နံပါတ် ၅'; @override - String get keyboardKeyNumpad6 => 'Num 6'; + String get keyboardKeyNumpad6 => 'နံပါတ် ၆'; @override - String get keyboardKeyNumpad7 => 'Num 7'; + String get keyboardKeyNumpad7 => 'နံပါတ် ၇'; @override - String get keyboardKeyNumpad8 => 'Num 8'; + String get keyboardKeyNumpad8 => 'နံပါတ် ၈'; @override - String get keyboardKeyNumpad9 => 'Num 9'; + String get keyboardKeyNumpad9 => 'နံပါတ် ၉'; @override - String get keyboardKeyNumpadAdd => 'Num +'; + String get keyboardKeyNumpadAdd => 'နံပါတ် +'; @override - String get keyboardKeyNumpadComma => 'Num ,'; + String get keyboardKeyNumpadComma => 'နံပါတ် ၊'; @override - String get keyboardKeyNumpadDecimal => 'Num .'; + String get keyboardKeyNumpadDecimal => 'နံပါတ် ။'; @override - String get keyboardKeyNumpadDivide => 'Num /'; + String get keyboardKeyNumpadDivide => 'နံပါတ် /'; @override - String get keyboardKeyNumpadEnter => 'Num Enter'; + String get keyboardKeyNumpadEnter => 'နံပါတ် Enter ခလုတ်'; @override - String get keyboardKeyNumpadEqual => 'Num ='; + String get keyboardKeyNumpadEqual => 'နံပါတ် ='; @override - String get keyboardKeyNumpadMultiply => 'Num *'; + String get keyboardKeyNumpadMultiply => 'နံပါတ် *'; @override - String get keyboardKeyNumpadParenLeft => 'Num ('; + String get keyboardKeyNumpadParenLeft => 'နံပါတ် ('; @override - String get keyboardKeyNumpadParenRight => 'Num )'; + String get keyboardKeyNumpadParenRight => 'နံပါတ် )'; @override - String get keyboardKeyNumpadSubtract => 'Num -'; + String get keyboardKeyNumpadSubtract => 'နံပါတ် -'; @override String get keyboardKeyPageDown => 'PgDown'; @@ -26052,25 +27291,25 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get keyboardKeyPageUp => 'PgUp'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'ပါဝါခလုတ်'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'စက်ပိတ်ရန်'; @override - String get keyboardKeyPrintScreen => 'Print Screen'; + String get keyboardKeyPrintScreen => 'ပရင့်စခရင်'; @override String get keyboardKeyRomaji => 'Romaji'; @override - String get keyboardKeyScrollLock => 'Scroll Lock'; + String get keyboardKeyScrollLock => 'လှိမ့်သည့်လော့ခ်'; @override - String get keyboardKeySelect => 'Select'; + String get keyboardKeySelect => 'ရွေးရန်'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'နေရာခြားခလုတ်'; @override String get keyboardKeyZenkaku => 'Zenkaku'; @@ -26383,19 +27622,19 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get keyboardKeyAlt => 'Alt'; @override - String get keyboardKeyAltGraph => 'AltGr'; + String get keyboardKeyAltGraph => 'Alt Gr'; @override - String get keyboardKeyBackspace => 'Backspace'; + String get keyboardKeyBackspace => 'Tilbaketast'; @override String get keyboardKeyCapsLock => 'Caps Lock'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => 'Forrige kanal'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => 'Neste kanal'; @override String get keyboardKeyControl => 'Ctrl'; @@ -26407,7 +27646,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get keyboardKeyEisu => 'Eisū'; @override - String get keyboardKeyEject => 'Eject'; + String get keyboardKeyEject => 'Løs ut'; @override String get keyboardKeyEnd => 'End'; @@ -26419,10 +27658,10 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'Hangul-modus'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'Hanja-modus'; @override String get keyboardKeyHankaku => 'Hankaku'; @@ -26431,7 +27670,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get keyboardKeyHiragana => 'Hiragana'; @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + String get keyboardKeyHiraganaKatakana => 'Hiragana katakana'; @override String get keyboardKeyHome => 'Home'; @@ -26440,10 +27679,10 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get keyboardKeyInsert => 'Insert'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'Kana-modus'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'Kanji-modus'; @override String get keyboardKeyKatakana => 'Katakana'; @@ -26452,7 +27691,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get keyboardKeyMeta => 'Meta'; @override - String get keyboardKeyMetaMacOs => 'Command'; + String get keyboardKeyMetaMacOs => 'Kommando'; @override String get keyboardKeyMetaWindows => 'Win'; @@ -26527,31 +27766,31 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get keyboardKeyPageUp => 'PgUp'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'Av/på'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'Slå av'; @override - String get keyboardKeyPrintScreen => 'Print Screen'; + String get keyboardKeyPrintScreen => 'PrtScn'; @override String get keyboardKeyRomaji => 'Romaji'; @override - String get keyboardKeyScrollLock => 'Scroll Lock'; + String get keyboardKeyScrollLock => 'ScrLk'; @override - String get keyboardKeySelect => 'Select'; + String get keyboardKeySelect => 'Velg'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'Mellomrom'; @override String get keyboardKeyZenkaku => 'Zenkaku'; @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + String get keyboardKeyZenkakuHankaku => 'Zenkaku hankaku'; @override String get lastPageTooltip => 'Siste side'; @@ -27342,10 +28581,10 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get keyboardKeyCapsLock => 'Caps Lock'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => 'Kanaal omlaag'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => 'Kanaal omhoog'; @override String get keyboardKeyControl => 'Ctrl'; @@ -27357,7 +28596,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get keyboardKeyEisu => 'Eisū'; @override - String get keyboardKeyEject => 'Eject'; + String get keyboardKeyEject => 'Uitwerpen'; @override String get keyboardKeyEnd => 'End'; @@ -27369,10 +28608,10 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'Hangul-modus'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'Hanja-modus'; @override String get keyboardKeyHankaku => 'Hankaku'; @@ -27390,10 +28629,10 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get keyboardKeyInsert => 'Insert'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'Kana-modus'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'Kanji-modus'; @override String get keyboardKeyKatakana => 'Katakana'; @@ -27477,10 +28716,10 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get keyboardKeyPageUp => 'PgUp'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'Aan/uit'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'Uit'; @override String get keyboardKeyPrintScreen => 'Print Screen'; @@ -27492,10 +28731,10 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get keyboardKeyScrollLock => 'Scroll Lock'; @override - String get keyboardKeySelect => 'Select'; + String get keyboardKeySelect => 'Selecteren'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'Spatie'; @override String get keyboardKeyZenkaku => 'Zenkaku'; @@ -27808,19 +29047,19 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get keyboardKeyAlt => 'Alt'; @override - String get keyboardKeyAltGraph => 'AltGr'; + String get keyboardKeyAltGraph => 'Alt Gr'; @override - String get keyboardKeyBackspace => 'Backspace'; + String get keyboardKeyBackspace => 'Tilbaketast'; @override String get keyboardKeyCapsLock => 'Caps Lock'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => 'Forrige kanal'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => 'Neste kanal'; @override String get keyboardKeyControl => 'Ctrl'; @@ -27832,7 +29071,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get keyboardKeyEisu => 'Eisū'; @override - String get keyboardKeyEject => 'Eject'; + String get keyboardKeyEject => 'Løs ut'; @override String get keyboardKeyEnd => 'End'; @@ -27844,10 +29083,10 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'Hangul-modus'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'Hanja-modus'; @override String get keyboardKeyHankaku => 'Hankaku'; @@ -27856,7 +29095,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get keyboardKeyHiragana => 'Hiragana'; @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + String get keyboardKeyHiraganaKatakana => 'Hiragana katakana'; @override String get keyboardKeyHome => 'Home'; @@ -27865,10 +29104,10 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get keyboardKeyInsert => 'Insert'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'Kana-modus'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'Kanji-modus'; @override String get keyboardKeyKatakana => 'Katakana'; @@ -27877,7 +29116,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get keyboardKeyMeta => 'Meta'; @override - String get keyboardKeyMetaMacOs => 'Command'; + String get keyboardKeyMetaMacOs => 'Kommando'; @override String get keyboardKeyMetaWindows => 'Win'; @@ -27952,31 +29191,31 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get keyboardKeyPageUp => 'PgUp'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'Av/på'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'Slå av'; @override - String get keyboardKeyPrintScreen => 'Print Screen'; + String get keyboardKeyPrintScreen => 'PrtScn'; @override String get keyboardKeyRomaji => 'Romaji'; @override - String get keyboardKeyScrollLock => 'Scroll Lock'; + String get keyboardKeyScrollLock => 'ScrLk'; @override - String get keyboardKeySelect => 'Select'; + String get keyboardKeySelect => 'Velg'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'Mellomrom'; @override String get keyboardKeyZenkaku => 'Zenkaku'; @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + String get keyboardKeyZenkakuHankaku => 'Zenkaku hankaku'; @override String get lastPageTooltip => 'Siste side'; @@ -29242,10 +30481,10 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get keyboardKeyCapsLock => 'Caps Lock'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => 'Poprzedni kanał'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => 'Następny kanał'; @override String get keyboardKeyControl => 'Ctrl'; @@ -29257,7 +30496,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get keyboardKeyEisu => 'Eisū'; @override - String get keyboardKeyEject => 'Eject'; + String get keyboardKeyEject => 'Wysuń'; @override String get keyboardKeyEnd => 'End'; @@ -29269,10 +30508,10 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'Tryb hangul'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'Tryb hanja'; @override String get keyboardKeyHankaku => 'Hankaku'; @@ -29290,10 +30529,10 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get keyboardKeyInsert => 'Insert'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'Tryb kana'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'Tryb kanji'; @override String get keyboardKeyKatakana => 'Katakana'; @@ -29311,82 +30550,82 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get keyboardKeyNumLock => 'Num Lock'; @override - String get keyboardKeyNumpad0 => 'Num 0'; + String get keyboardKeyNumpad0 => 'Num 0'; @override - String get keyboardKeyNumpad1 => 'Num 1'; + String get keyboardKeyNumpad1 => 'Num 1'; @override - String get keyboardKeyNumpad2 => 'Num 2'; + String get keyboardKeyNumpad2 => 'Num 2'; @override - String get keyboardKeyNumpad3 => 'Num 3'; + String get keyboardKeyNumpad3 => 'Num 3'; @override - String get keyboardKeyNumpad4 => 'Num 4'; + String get keyboardKeyNumpad4 => 'Num 4'; @override - String get keyboardKeyNumpad5 => 'Num 5'; + String get keyboardKeyNumpad5 => 'Num 5'; @override - String get keyboardKeyNumpad6 => 'Num 6'; + String get keyboardKeyNumpad6 => 'Num 6'; @override - String get keyboardKeyNumpad7 => 'Num 7'; + String get keyboardKeyNumpad7 => 'Num 7'; @override - String get keyboardKeyNumpad8 => 'Num 8'; + String get keyboardKeyNumpad8 => 'Num 8'; @override - String get keyboardKeyNumpad9 => 'Num 9'; + String get keyboardKeyNumpad9 => 'Num 9'; @override - String get keyboardKeyNumpadAdd => 'Num +'; + String get keyboardKeyNumpadAdd => 'Num +'; @override - String get keyboardKeyNumpadComma => 'Num ,'; + String get keyboardKeyNumpadComma => 'Num ,'; @override - String get keyboardKeyNumpadDecimal => 'Num .'; + String get keyboardKeyNumpadDecimal => 'Num .'; @override - String get keyboardKeyNumpadDivide => 'Num /'; + String get keyboardKeyNumpadDivide => 'Num /'; @override String get keyboardKeyNumpadEnter => 'Num Enter'; @override - String get keyboardKeyNumpadEqual => 'Num ='; + String get keyboardKeyNumpadEqual => 'Num ='; @override - String get keyboardKeyNumpadMultiply => 'Num *'; + String get keyboardKeyNumpadMultiply => 'Num *'; @override - String get keyboardKeyNumpadParenLeft => 'Num ('; + String get keyboardKeyNumpadParenLeft => 'Num ('; @override - String get keyboardKeyNumpadParenRight => 'Num )'; + String get keyboardKeyNumpadParenRight => 'Num )'; @override - String get keyboardKeyNumpadSubtract => 'Num -'; + String get keyboardKeyNumpadSubtract => 'Num -'; @override - String get keyboardKeyPageDown => 'PgDown'; + String get keyboardKeyPageDown => 'PgDn'; @override String get keyboardKeyPageUp => 'PgUp'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'Zasilanie'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'Wyłącz zasilanie'; @override String get keyboardKeyPrintScreen => 'Print Screen'; @override - String get keyboardKeyRomaji => 'Romaji'; + String get keyboardKeyRomaji => 'Rōmaji'; @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -29395,7 +30634,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Select'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'Spacja'; @override String get keyboardKeyZenkaku => 'Zenkaku'; @@ -30192,10 +31431,10 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get keyboardKeyCapsLock => 'Caps Lock'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => 'Canais para baixo'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => 'Canais para cima'; @override String get keyboardKeyControl => 'Ctrl'; @@ -30207,7 +31446,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get keyboardKeyEisu => 'Eisū'; @override - String get keyboardKeyEject => 'Eject'; + String get keyboardKeyEject => 'Ejetar'; @override String get keyboardKeyEnd => 'End'; @@ -30219,10 +31458,10 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'Modo Hangul'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'Modo Hanja'; @override String get keyboardKeyHankaku => 'Hankaku'; @@ -30240,10 +31479,10 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get keyboardKeyInsert => 'Insert'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'Modo Kana'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'Modo Kanji'; @override String get keyboardKeyKatakana => 'Katakana'; @@ -30327,10 +31566,10 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get keyboardKeyPageUp => 'PgUp'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'Liga/desliga'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'Desligar'; @override String get keyboardKeyPrintScreen => 'Print Screen'; @@ -30342,10 +31581,10 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get keyboardKeyScrollLock => 'Scroll Lock'; @override - String get keyboardKeySelect => 'Select'; + String get keyboardKeySelect => 'Selecionar'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'Espaço'; @override String get keyboardKeyZenkaku => 'Zenkaku'; @@ -30390,7 +31629,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get nextPageTooltip => 'Próxima página'; @override - String get okButtonLabel => 'Ok'; + String get okButtonLabel => 'OK'; @override String get openAppDrawerTooltip => 'Abrir menu de navegação'; @@ -30552,6 +31791,39 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { required super.twoDigitZeroPaddedFormat, }); + @override + String get keyboardKeyChannelDown => 'Canal anterior'; + + @override + String get keyboardKeyBackspace => 'Retrocesso'; + + @override + String get keyboardKeyKanjiMode => 'Modo kanji'; + + @override + String get keyboardKeyHanjaMode => 'Modo hanja'; + + @override + String get keyboardKeyKanaMode => 'Modo kana'; + + @override + String get keyboardKeyInsert => 'Inserir'; + + @override + String get keyboardKeyHome => 'Início'; + + @override + String get keyboardKeyEnd => 'Fim'; + + @override + String get keyboardKeyHangulMode => 'Modo hangul'; + + @override + String get keyboardKeyChannelUp => 'Canal seguinte'; + + @override + String get keyboardKeyPower => 'Alimentação'; + @override String get dialModeButtonLabel => 'Mude para o modo de seletor de mostrador'; @@ -30627,9 +31899,6 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { @override String get pageRowsInfoTitleApproximateRaw => r'$firstRow a $lastRow de cerca de $rowCount'; - @override - String get okButtonLabel => 'OK'; - @override String get modalBarrierDismissLabel => 'Ignorar'; @@ -30785,10 +32054,10 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get keyboardKeyCapsLock => 'Caps Lock'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => 'Înapoi'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => 'Înainte'; @override String get keyboardKeyControl => 'Ctrl'; @@ -30812,10 +32081,10 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'Modul Hangul'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'Modul Hanja'; @override String get keyboardKeyHankaku => 'Hankaku'; @@ -30833,10 +32102,10 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get keyboardKeyInsert => 'Insert'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'Modul Kana'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'Modul Kanji'; @override String get keyboardKeyKatakana => 'Katakana'; @@ -30854,64 +32123,64 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get keyboardKeyNumLock => 'Num Lock'; @override - String get keyboardKeyNumpad0 => 'Num 0'; + String get keyboardKeyNumpad0 => '0 de pe tastatura numerică'; @override - String get keyboardKeyNumpad1 => 'Num 1'; + String get keyboardKeyNumpad1 => '1 de pe tastatura numerică'; @override - String get keyboardKeyNumpad2 => 'Num 2'; + String get keyboardKeyNumpad2 => '2 de pe tastatura numerică'; @override - String get keyboardKeyNumpad3 => 'Num 3'; + String get keyboardKeyNumpad3 => '3 de pe tastatura numerică'; @override - String get keyboardKeyNumpad4 => 'Num 4'; + String get keyboardKeyNumpad4 => '4 de pe tastatura numerică'; @override - String get keyboardKeyNumpad5 => 'Num 5'; + String get keyboardKeyNumpad5 => '5 de pe tastatura numerică'; @override - String get keyboardKeyNumpad6 => 'Num 6'; + String get keyboardKeyNumpad6 => '6 de pe tastatura numerică'; @override - String get keyboardKeyNumpad7 => 'Num 7'; + String get keyboardKeyNumpad7 => '7 de pe tastatura numerică'; @override - String get keyboardKeyNumpad8 => 'Num 8'; + String get keyboardKeyNumpad8 => '8 de pe tastatura numerică'; @override - String get keyboardKeyNumpad9 => 'Num 9'; + String get keyboardKeyNumpad9 => '9 de pe tastatura numerică'; @override - String get keyboardKeyNumpadAdd => 'Num +'; + String get keyboardKeyNumpadAdd => '+ de pe tastatura numerică'; @override - String get keyboardKeyNumpadComma => 'Num ,'; + String get keyboardKeyNumpadComma => ', de pe tastatura numerică'; @override - String get keyboardKeyNumpadDecimal => 'Num .'; + String get keyboardKeyNumpadDecimal => '. de pe tastatura numerică'; @override - String get keyboardKeyNumpadDivide => 'Num /'; + String get keyboardKeyNumpadDivide => '/ de pe tastatura numerică'; @override - String get keyboardKeyNumpadEnter => 'Num Enter'; + String get keyboardKeyNumpadEnter => 'Enter de pe tastatura numerică'; @override - String get keyboardKeyNumpadEqual => 'Num ='; + String get keyboardKeyNumpadEqual => '= de pe tastatura numerică'; @override - String get keyboardKeyNumpadMultiply => 'Num *'; + String get keyboardKeyNumpadMultiply => '* de pe tastatura numerică'; @override - String get keyboardKeyNumpadParenLeft => 'Num ('; + String get keyboardKeyNumpadParenLeft => '( de pe tastatura numerică'; @override - String get keyboardKeyNumpadParenRight => 'Num )'; + String get keyboardKeyNumpadParenRight => ') de pe tastatura numerică'; @override - String get keyboardKeyNumpadSubtract => 'Num -'; + String get keyboardKeyNumpadSubtract => '- de pe tastatura numerică'; @override String get keyboardKeyPageDown => 'PgDown'; @@ -30938,7 +32207,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Select'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'Spațiu'; @override String get keyboardKeyZenkaku => 'Zenkaku'; @@ -31260,10 +32529,10 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get keyboardKeyCapsLock => 'Caps Lock'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => 'Следующий канал'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => 'Предыдущий канал'; @override String get keyboardKeyControl => 'Ctrl'; @@ -31272,10 +32541,10 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get keyboardKeyDelete => 'Del'; @override - String get keyboardKeyEisu => 'Eisū'; + String get keyboardKeyEisu => 'Эйсу'; @override - String get keyboardKeyEject => 'Eject'; + String get keyboardKeyEject => 'Извлечь'; @override String get keyboardKeyEnd => 'End'; @@ -31287,19 +32556,19 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'Хангыль'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'Ханча'; @override - String get keyboardKeyHankaku => 'Hankaku'; + String get keyboardKeyHankaku => 'Ханкаку'; @override - String get keyboardKeyHiragana => 'Hiragana'; + String get keyboardKeyHiragana => 'Хирагана'; @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + String get keyboardKeyHiraganaKatakana => 'Хирагана Катакана'; @override String get keyboardKeyHome => 'Home'; @@ -31308,13 +32577,13 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get keyboardKeyInsert => 'Insert'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'Кана'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'Кандзи'; @override - String get keyboardKeyKatakana => 'Katakana'; + String get keyboardKeyKatakana => 'Катакана'; @override String get keyboardKeyMeta => 'Meta'; @@ -31371,7 +32640,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get keyboardKeyNumpadDivide => 'Num /'; @override - String get keyboardKeyNumpadEnter => 'Num Enter'; + String get keyboardKeyNumpadEnter => 'Num Ввод'; @override String get keyboardKeyNumpadEqual => 'Num ='; @@ -31395,31 +32664,31 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get keyboardKeyPageUp => 'PgUp'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'Питание'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'Отключить питание'; @override String get keyboardKeyPrintScreen => 'Print Screen'; @override - String get keyboardKeyRomaji => 'Romaji'; + String get keyboardKeyRomaji => 'Ромадзи'; @override String get keyboardKeyScrollLock => 'Scroll Lock'; @override - String get keyboardKeySelect => 'Select'; + String get keyboardKeySelect => 'Выбрать'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'Пробел'; @override - String get keyboardKeyZenkaku => 'Zenkaku'; + String get keyboardKeyZenkaku => 'Дзэнкаку'; @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + String get keyboardKeyZenkakuHankaku => 'Дзэнкаку Ханкаку'; @override String get lastPageTooltip => 'Последняя страница'; @@ -32210,10 +33479,10 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get keyboardKeyCapsLock => 'Caps Lock'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => 'O kanál nižšie'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => 'O kanál vyššie'; @override String get keyboardKeyControl => 'Ctrl'; @@ -32225,7 +33494,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get keyboardKeyEisu => 'Eisū'; @override - String get keyboardKeyEject => 'Eject'; + String get keyboardKeyEject => 'Odpojiť'; @override String get keyboardKeyEnd => 'End'; @@ -32237,10 +33506,10 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'Režim Hangul'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'Režim Hanja'; @override String get keyboardKeyHankaku => 'Hankaku'; @@ -32258,10 +33527,10 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get keyboardKeyInsert => 'Insert'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'Režim Kana'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'Režim kandži'; @override String get keyboardKeyKatakana => 'Katakana'; @@ -32345,10 +33614,10 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get keyboardKeyPageUp => 'PgUp'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'Vypínač'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'Vypnúť'; @override String get keyboardKeyPrintScreen => 'Print Screen'; @@ -32363,7 +33632,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Select'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'Medzerník'; @override String get keyboardKeyZenkaku => 'Zenkaku'; @@ -32673,73 +33942,73 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'Vnesite veljaven čas'; @override - String get keyboardKeyAlt => 'Alt'; + String get keyboardKeyAlt => 'Alt.'; @override - String get keyboardKeyAltGraph => 'AltGr'; + String get keyboardKeyAltGraph => 'Alt. gr.'; @override - String get keyboardKeyBackspace => 'Backspace'; + String get keyboardKeyBackspace => 'Vračalka'; @override - String get keyboardKeyCapsLock => 'Caps Lock'; + String get keyboardKeyCapsLock => 'Velike črke'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => 'Kanal dol'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => 'Kanal gor'; @override - String get keyboardKeyControl => 'Ctrl'; + String get keyboardKeyControl => 'Ktrl'; @override - String get keyboardKeyDelete => 'Del'; + String get keyboardKeyDelete => 'Odstrani'; @override String get keyboardKeyEisu => 'Eisū'; @override - String get keyboardKeyEject => 'Eject'; + String get keyboardKeyEject => 'Izvrzi'; @override - String get keyboardKeyEnd => 'End'; + String get keyboardKeyEnd => 'Konec'; @override - String get keyboardKeyEscape => 'Esc'; + String get keyboardKeyEscape => 'Izhod'; @override String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'Način hangul'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'Način handža'; @override - String get keyboardKeyHankaku => 'Hankaku'; + String get keyboardKeyHankaku => 'hankaku'; @override - String get keyboardKeyHiragana => 'Hiragana'; + String get keyboardKeyHiragana => 'hiragana'; @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + String get keyboardKeyHiraganaKatakana => 'hiragana katakana'; @override - String get keyboardKeyHome => 'Home'; + String get keyboardKeyHome => 'Začetek'; @override - String get keyboardKeyInsert => 'Insert'; + String get keyboardKeyInsert => 'Vstavi'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'Način kana'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'Način kanji'; @override - String get keyboardKeyKatakana => 'Katakana'; + String get keyboardKeyKatakana => 'katakana'; @override String get keyboardKeyMeta => 'Meta'; @@ -32751,100 +34020,100 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get keyboardKeyMetaWindows => 'Win'; @override - String get keyboardKeyNumLock => 'Num Lock'; + String get keyboardKeyNumLock => 'Vklopi štev.'; @override - String get keyboardKeyNumpad0 => 'Num 0'; + String get keyboardKeyNumpad0 => 'Štev. 0'; @override - String get keyboardKeyNumpad1 => 'Num 1'; + String get keyboardKeyNumpad1 => 'Štev. 1'; @override - String get keyboardKeyNumpad2 => 'Num 2'; + String get keyboardKeyNumpad2 => 'Štev. 2'; @override - String get keyboardKeyNumpad3 => 'Num 3'; + String get keyboardKeyNumpad3 => 'Štev. 3'; @override - String get keyboardKeyNumpad4 => 'Num 4'; + String get keyboardKeyNumpad4 => 'Štev. 4'; @override - String get keyboardKeyNumpad5 => 'Num 5'; + String get keyboardKeyNumpad5 => 'Štev. 5'; @override - String get keyboardKeyNumpad6 => 'Num 6'; + String get keyboardKeyNumpad6 => 'Štev. 6'; @override - String get keyboardKeyNumpad7 => 'Num 7'; + String get keyboardKeyNumpad7 => 'Štev. 7'; @override - String get keyboardKeyNumpad8 => 'Num 8'; + String get keyboardKeyNumpad8 => 'Štev. 8'; @override - String get keyboardKeyNumpad9 => 'Num 9'; + String get keyboardKeyNumpad9 => 'Štev. 9'; @override - String get keyboardKeyNumpadAdd => 'Num +'; + String get keyboardKeyNumpadAdd => 'Štev. +'; @override - String get keyboardKeyNumpadComma => 'Num ,'; + String get keyboardKeyNumpadComma => 'Štev. ,'; @override - String get keyboardKeyNumpadDecimal => 'Num .'; + String get keyboardKeyNumpadDecimal => 'Štev. .'; @override - String get keyboardKeyNumpadDivide => 'Num /'; + String get keyboardKeyNumpadDivide => 'Štev. /'; @override - String get keyboardKeyNumpadEnter => 'Num Enter'; + String get keyboardKeyNumpadEnter => 'Štev. Vnos'; @override - String get keyboardKeyNumpadEqual => 'Num ='; + String get keyboardKeyNumpadEqual => 'Štev. ='; @override - String get keyboardKeyNumpadMultiply => 'Num *'; + String get keyboardKeyNumpadMultiply => 'Štev. *'; @override - String get keyboardKeyNumpadParenLeft => 'Num ('; + String get keyboardKeyNumpadParenLeft => 'Štev. ('; @override - String get keyboardKeyNumpadParenRight => 'Num )'; + String get keyboardKeyNumpadParenRight => 'Štev. )'; @override - String get keyboardKeyNumpadSubtract => 'Num -'; + String get keyboardKeyNumpadSubtract => 'Štev. -'; @override - String get keyboardKeyPageDown => 'PgDown'; + String get keyboardKeyPageDown => 'Stran dol'; @override - String get keyboardKeyPageUp => 'PgUp'; + String get keyboardKeyPageUp => 'Stran gor'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'Vklop'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'Izklop'; @override - String get keyboardKeyPrintScreen => 'Print Screen'; + String get keyboardKeyPrintScreen => 'Zajem zaslona'; @override - String get keyboardKeyRomaji => 'Romaji'; + String get keyboardKeyRomaji => 'Romadži'; @override - String get keyboardKeyScrollLock => 'Scroll Lock'; + String get keyboardKeyScrollLock => 'Vklopi drsenje'; @override - String get keyboardKeySelect => 'Select'; + String get keyboardKeySelect => 'Izberi'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'Preslednica'; @override - String get keyboardKeyZenkaku => 'Zenkaku'; + String get keyboardKeyZenkaku => 'zenkaku'; @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + String get keyboardKeyZenkakuHankaku => 'zenkaku hankaku'; @override String get lastPageTooltip => 'Zadnja stran'; @@ -33169,7 +34438,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get keyboardKeyControl => 'Ctrl'; @override - String get keyboardKeyDelete => 'Del'; + String get keyboardKeyDelete => 'Delete'; @override String get keyboardKeyEisu => 'Eisū'; @@ -33635,10 +34904,10 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get keyboardKeyCapsLock => 'Caps Lock'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => 'Претходни канал'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => 'Следећи канал'; @override String get keyboardKeyControl => 'Ctrl'; @@ -33647,7 +34916,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get keyboardKeyDelete => 'Del'; @override - String get keyboardKeyEisu => 'Eisū'; + String get keyboardKeyEisu => 'Еису'; @override String get keyboardKeyEject => 'Eject'; @@ -33662,19 +34931,19 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'Режим хангул'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'Режим ханџа'; @override - String get keyboardKeyHankaku => 'Hankaku'; + String get keyboardKeyHankaku => 'Ханкаку'; @override - String get keyboardKeyHiragana => 'Hiragana'; + String get keyboardKeyHiragana => 'Хирагана'; @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + String get keyboardKeyHiraganaKatakana => 'Хирагана катакана'; @override String get keyboardKeyHome => 'Home'; @@ -33683,13 +34952,13 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get keyboardKeyInsert => 'Insert'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'Кана режим'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'Канџи режим'; @override - String get keyboardKeyKatakana => 'Katakana'; + String get keyboardKeyKatakana => 'Катакана'; @override String get keyboardKeyMeta => 'Meta'; @@ -33770,16 +35039,16 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get keyboardKeyPageUp => 'PgUp'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'Дугме за укључивање'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'Дугме за искључивање'; @override String get keyboardKeyPrintScreen => 'Print Screen'; @override - String get keyboardKeyRomaji => 'Romaji'; + String get keyboardKeyRomaji => 'Ромађи'; @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -33788,13 +35057,13 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Select'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'Тастер за размак'; @override - String get keyboardKeyZenkaku => 'Zenkaku'; + String get keyboardKeyZenkaku => 'Зенкаку'; @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + String get keyboardKeyZenkakuHankaku => 'Зенкаку ханкаку'; @override String get lastPageTooltip => 'Последња страница'; @@ -34113,6 +35382,57 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { @override String get invalidTimeLabel => 'Unesite važeće vreme'; + @override + String get keyboardKeyChannelDown => 'Prethodni kanal'; + + @override + String get keyboardKeyChannelUp => 'Sledeći kanal'; + + @override + String get keyboardKeyEisu => 'Eisu'; + + @override + String get keyboardKeyHangulMode => 'Režim hangul'; + + @override + String get keyboardKeyHanjaMode => 'Režim handža'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana katakana'; + + @override + String get keyboardKeyKanaMode => 'Kana režim'; + + @override + String get keyboardKeyKanjiMode => 'Kandži režim'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyPower => 'Dugme za uključivanje'; + + @override + String get keyboardKeyPowerOff => 'Dugme za isključivanje'; + + @override + String get keyboardKeyRomaji => 'Romađi'; + + @override + String get keyboardKeySpace => 'Taster za razmak'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku hankaku'; + @override String get lastPageTooltip => 'Poslednja stranica'; @@ -34388,16 +35708,16 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get keyboardKeyAltGraph => 'AltGr'; @override - String get keyboardKeyBackspace => 'Backspace'; + String get keyboardKeyBackspace => 'Backsteg'; @override String get keyboardKeyCapsLock => 'Caps Lock'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => 'Byt kanal nedåt'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => 'Byt kanal uppåt'; @override String get keyboardKeyControl => 'Ctrl'; @@ -34409,7 +35729,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get keyboardKeyEisu => 'Eisū'; @override - String get keyboardKeyEject => 'Eject'; + String get keyboardKeyEject => 'Mata ut'; @override String get keyboardKeyEnd => 'End'; @@ -34421,10 +35741,10 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'Hangul-läge'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'Hanja-läge'; @override String get keyboardKeyHankaku => 'Hankaku'; @@ -34436,16 +35756,16 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; @override - String get keyboardKeyHome => 'Home'; + String get keyboardKeyHome => 'Hem'; @override - String get keyboardKeyInsert => 'Insert'; + String get keyboardKeyInsert => 'Infoga'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'Kana-läge'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'Kanji-läge'; @override String get keyboardKeyKatakana => 'Katakana'; @@ -34454,7 +35774,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get keyboardKeyMeta => 'Meta'; @override - String get keyboardKeyMetaMacOs => 'Command'; + String get keyboardKeyMetaMacOs => 'Kommando'; @override String get keyboardKeyMetaWindows => 'Win'; @@ -34529,10 +35849,10 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get keyboardKeyPageUp => 'PgUp'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'Strömbrytare'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'Stäng av'; @override String get keyboardKeyPrintScreen => 'Print Screen'; @@ -34544,10 +35864,10 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get keyboardKeyScrollLock => 'Scroll Lock'; @override - String get keyboardKeySelect => 'Select'; + String get keyboardKeySelect => 'Välj'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'Blanksteg'; @override String get keyboardKeyZenkaku => 'Zenkaku'; @@ -34896,10 +36216,10 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'Hali ya Hangul'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'Hali ya Hanja'; @override String get keyboardKeyHankaku => 'Hankaku'; @@ -34917,10 +36237,10 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get keyboardKeyInsert => 'Insert'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'Hali ya Kana'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'Hali ya Kanji'; @override String get keyboardKeyKatakana => 'Katakana'; @@ -34998,7 +36318,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get keyboardKeyNumpadSubtract => 'Num -'; @override - String get keyboardKeyPageDown => 'PgDown'; + String get keyboardKeyPageDown => 'Pg-down'; @override String get keyboardKeyPageUp => 'PgUp'; @@ -36321,19 +37641,19 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'โหมดตัวอักษรฮันกึล'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'โหมดตัวอักษรฮันจา'; @override - String get keyboardKeyHankaku => 'Hankaku'; + String get keyboardKeyHankaku => 'ฮันคาคุ'; @override - String get keyboardKeyHiragana => 'Hiragana'; + String get keyboardKeyHiragana => 'ฮิรางานะ'; @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + String get keyboardKeyHiraganaKatakana => 'ฮิรางานะ คาตาคานะ'; @override String get keyboardKeyHome => 'Home'; @@ -36342,13 +37662,13 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get keyboardKeyInsert => 'Insert'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'โหมดตัวอักษรคานะ'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'โหมดตัวอักษรคันจิ'; @override - String get keyboardKeyKatakana => 'Katakana'; + String get keyboardKeyKatakana => 'คาตาคานะ'; @override String get keyboardKeyMeta => 'Meta'; @@ -36363,64 +37683,64 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get keyboardKeyNumLock => 'Num Lock'; @override - String get keyboardKeyNumpad0 => 'Num 0'; + String get keyboardKeyNumpad0 => 'เลข 0'; @override - String get keyboardKeyNumpad1 => 'Num 1'; + String get keyboardKeyNumpad1 => 'เลข 1'; @override - String get keyboardKeyNumpad2 => 'Num 2'; + String get keyboardKeyNumpad2 => 'เลข 2'; @override - String get keyboardKeyNumpad3 => 'Num 3'; + String get keyboardKeyNumpad3 => 'เลข 3'; @override - String get keyboardKeyNumpad4 => 'Num 4'; + String get keyboardKeyNumpad4 => 'เลข 4'; @override - String get keyboardKeyNumpad5 => 'Num 5'; + String get keyboardKeyNumpad5 => 'เลข 5'; @override - String get keyboardKeyNumpad6 => 'Num 6'; + String get keyboardKeyNumpad6 => 'เลข 6'; @override - String get keyboardKeyNumpad7 => 'Num 7'; + String get keyboardKeyNumpad7 => 'เลข 7'; @override - String get keyboardKeyNumpad8 => 'Num 8'; + String get keyboardKeyNumpad8 => 'เลข 8'; @override - String get keyboardKeyNumpad9 => 'Num 9'; + String get keyboardKeyNumpad9 => 'เลข 9'; @override - String get keyboardKeyNumpadAdd => 'Num +'; + String get keyboardKeyNumpadAdd => 'เลข +'; @override - String get keyboardKeyNumpadComma => 'Num ,'; + String get keyboardKeyNumpadComma => 'เลข ,'; @override - String get keyboardKeyNumpadDecimal => 'Num .'; + String get keyboardKeyNumpadDecimal => 'เลข .'; @override - String get keyboardKeyNumpadDivide => 'Num /'; + String get keyboardKeyNumpadDivide => 'เลข /'; @override String get keyboardKeyNumpadEnter => 'Num Enter'; @override - String get keyboardKeyNumpadEqual => 'Num ='; + String get keyboardKeyNumpadEqual => 'เลข ='; @override - String get keyboardKeyNumpadMultiply => 'Num *'; + String get keyboardKeyNumpadMultiply => 'เลข *'; @override - String get keyboardKeyNumpadParenLeft => 'Num ('; + String get keyboardKeyNumpadParenLeft => 'เลข ('; @override - String get keyboardKeyNumpadParenRight => 'Num )'; + String get keyboardKeyNumpadParenRight => 'เลข )'; @override - String get keyboardKeyNumpadSubtract => 'Num -'; + String get keyboardKeyNumpadSubtract => 'เลข -'; @override String get keyboardKeyPageDown => 'PgDown'; @@ -36429,16 +37749,16 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get keyboardKeyPageUp => 'PgUp'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'เปิด/ปิด'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'ปิดเครื่อง'; @override String get keyboardKeyPrintScreen => 'Print Screen'; @override - String get keyboardKeyRomaji => 'Romaji'; + String get keyboardKeyRomaji => 'โรมาจิ'; @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -36450,10 +37770,10 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get keyboardKeySpace => 'Space'; @override - String get keyboardKeyZenkaku => 'Zenkaku'; + String get keyboardKeyZenkaku => 'เซ็นคาคุ'; @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + String get keyboardKeyZenkakuHankaku => 'เซ็นคาคุ ฮันคาคุ'; @override String get lastPageTooltip => 'หน้าสุดท้าย'; @@ -36907,7 +38227,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get keyboardKeyPower => 'Power'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'I-off'; @override String get keyboardKeyPrintScreen => 'Print Screen'; @@ -36919,10 +38239,10 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get keyboardKeyScrollLock => 'Scroll Lock'; @override - String get keyboardKeySelect => 'Select'; + String get keyboardKeySelect => 'Piliin'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'Puwang'; @override String get keyboardKeyZenkaku => 'Zenkaku'; @@ -37238,16 +38558,16 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get keyboardKeyAltGraph => 'AltGr'; @override - String get keyboardKeyBackspace => 'Backspace'; + String get keyboardKeyBackspace => 'Geri Tuşu'; @override String get keyboardKeyCapsLock => 'Caps Lock'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => 'Kanal Aşağı'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => 'Kanal Yukarı'; @override String get keyboardKeyControl => 'Ctrl'; @@ -37259,10 +38579,10 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get keyboardKeyEisu => 'Eisū'; @override - String get keyboardKeyEject => 'Eject'; + String get keyboardKeyEject => 'Çıkar'; @override - String get keyboardKeyEnd => 'End'; + String get keyboardKeyEnd => 'Son'; @override String get keyboardKeyEscape => 'Esc'; @@ -37271,10 +38591,10 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'Hangul Modu'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'Hanja Modu'; @override String get keyboardKeyHankaku => 'Hankaku'; @@ -37292,10 +38612,10 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get keyboardKeyInsert => 'Insert'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'Kana Modu'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'Kanji Modu'; @override String get keyboardKeyKatakana => 'Katakana'; @@ -37304,7 +38624,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get keyboardKeyMeta => 'Meta'; @override - String get keyboardKeyMetaMacOs => 'Command'; + String get keyboardKeyMetaMacOs => 'Komut'; @override String get keyboardKeyMetaWindows => 'Win'; @@ -37379,13 +38699,13 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get keyboardKeyPageUp => 'PgUp'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'Güç'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'Kapat'; @override - String get keyboardKeyPrintScreen => 'Print Screen'; + String get keyboardKeyPrintScreen => 'Ekranı Yazdır'; @override String get keyboardKeyRomaji => 'Romaji'; @@ -37394,10 +38714,10 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get keyboardKeyScrollLock => 'Scroll Lock'; @override - String get keyboardKeySelect => 'Select'; + String get keyboardKeySelect => 'Seç'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'Boşluk'; @override String get keyboardKeyZenkaku => 'Zenkaku'; @@ -37719,10 +39039,10 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get keyboardKeyCapsLock => 'Caps Lock'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => 'Канал униз'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => 'Канал угору'; @override String get keyboardKeyControl => 'Ctrl'; @@ -37734,7 +39054,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get keyboardKeyEisu => 'Eisū'; @override - String get keyboardKeyEject => 'Eject'; + String get keyboardKeyEject => 'Вийняти'; @override String get keyboardKeyEnd => 'End'; @@ -37746,19 +39066,19 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'Режим хангиль'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'Режим ханча'; @override - String get keyboardKeyHankaku => 'Hankaku'; + String get keyboardKeyHankaku => 'Ханкаку'; @override - String get keyboardKeyHiragana => 'Hiragana'; + String get keyboardKeyHiragana => 'Хірагана'; @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + String get keyboardKeyHiraganaKatakana => 'Хірагана/Катакана'; @override String get keyboardKeyHome => 'Home'; @@ -37767,13 +39087,13 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get keyboardKeyInsert => 'Insert'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'Режим кана'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'Режим канджі'; @override - String get keyboardKeyKatakana => 'Katakana'; + String get keyboardKeyKatakana => 'Катакана'; @override String get keyboardKeyMeta => 'Meta'; @@ -37854,16 +39174,16 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get keyboardKeyPageUp => 'PgUp'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'Кнопка живлення'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'Вимкнути живлення'; @override String get keyboardKeyPrintScreen => 'Print Screen'; @override - String get keyboardKeyRomaji => 'Romaji'; + String get keyboardKeyRomaji => 'Ромадзі'; @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -37872,13 +39192,13 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Select'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'Пробіл'; @override - String get keyboardKeyZenkaku => 'Zenkaku'; + String get keyboardKeyZenkaku => 'Зенкаку'; @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + String get keyboardKeyZenkakuHankaku => 'Зенкаку/Ханкаку'; @override String get lastPageTooltip => 'Остання сторінка'; @@ -38293,34 +39613,34 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get keyboardKeyNumpad9 => 'Num 9'; @override - String get keyboardKeyNumpadAdd => 'Num +'; + String get keyboardKeyNumpadAdd => '+ Num'; @override - String get keyboardKeyNumpadComma => 'Num ,'; + String get keyboardKeyNumpadComma => 'Num ,‎'; @override - String get keyboardKeyNumpadDecimal => 'Num .'; + String get keyboardKeyNumpadDecimal => '. Num'; @override - String get keyboardKeyNumpadDivide => 'Num /'; + String get keyboardKeyNumpadDivide => 'Num /‎'; @override String get keyboardKeyNumpadEnter => 'Num Enter'; @override - String get keyboardKeyNumpadEqual => 'Num ='; + String get keyboardKeyNumpadEqual => 'Num =‎'; @override - String get keyboardKeyNumpadMultiply => 'Num *'; + String get keyboardKeyNumpadMultiply => 'Num *‎'; @override - String get keyboardKeyNumpadParenLeft => 'Num ('; + String get keyboardKeyNumpadParenLeft => 'Num (‎'; @override - String get keyboardKeyNumpadParenRight => 'Num )'; + String get keyboardKeyNumpadParenRight => 'Num )‎'; @override - String get keyboardKeyNumpadSubtract => 'Num -'; + String get keyboardKeyNumpadSubtract => 'Num -‎'; @override String get keyboardKeyPageDown => 'PgDown'; @@ -38669,10 +39989,10 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get keyboardKeyCapsLock => 'Caps Lock'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => 'Keyingi kanal'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => 'Avvalgi kanal'; @override String get keyboardKeyControl => 'Ctrl'; @@ -38696,10 +40016,10 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'Hangul rejimi'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'Hanja rejimi'; @override String get keyboardKeyHankaku => 'Hankaku'; @@ -38717,10 +40037,10 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get keyboardKeyInsert => 'Insert'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'Kana rejimi'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'Kanji rejimi'; @override String get keyboardKeyKatakana => 'Katakana'; @@ -38822,7 +40142,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Select'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'Boʻsh joy'; @override String get keyboardKeyZenkaku => 'Zenkaku'; @@ -39144,10 +40464,10 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get keyboardKeyCapsLock => 'Caps Lock'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => 'Giảm kênh'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => 'Tăng kênh'; @override String get keyboardKeyControl => 'Ctrl'; @@ -39171,10 +40491,10 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => 'Chế độ Hangul'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => 'Chế độ Hanja'; @override String get keyboardKeyHankaku => 'Hankaku'; @@ -39192,10 +40512,10 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get keyboardKeyInsert => 'Insert'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'Chế độ Kana'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => 'Chế độ Kanji'; @override String get keyboardKeyKatakana => 'Katakana'; @@ -39213,64 +40533,64 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get keyboardKeyNumLock => 'Num Lock'; @override - String get keyboardKeyNumpad0 => 'Num 0'; + String get keyboardKeyNumpad0 => 'Phím số 0'; @override - String get keyboardKeyNumpad1 => 'Num 1'; + String get keyboardKeyNumpad1 => 'Phím số 1'; @override - String get keyboardKeyNumpad2 => 'Num 2'; + String get keyboardKeyNumpad2 => 'Phím số 2'; @override - String get keyboardKeyNumpad3 => 'Num 3'; + String get keyboardKeyNumpad3 => 'Phím số 3'; @override - String get keyboardKeyNumpad4 => 'Num 4'; + String get keyboardKeyNumpad4 => 'Phím số 4'; @override - String get keyboardKeyNumpad5 => 'Num 5'; + String get keyboardKeyNumpad5 => 'Phím số 5'; @override - String get keyboardKeyNumpad6 => 'Num 6'; + String get keyboardKeyNumpad6 => 'Phím số 6'; @override - String get keyboardKeyNumpad7 => 'Num 7'; + String get keyboardKeyNumpad7 => 'Phím số 7'; @override - String get keyboardKeyNumpad8 => 'Num 8'; + String get keyboardKeyNumpad8 => 'Phím số 8'; @override - String get keyboardKeyNumpad9 => 'Num 9'; + String get keyboardKeyNumpad9 => 'Phím số 9'; @override - String get keyboardKeyNumpadAdd => 'Num +'; + String get keyboardKeyNumpadAdd => 'Phím +'; @override - String get keyboardKeyNumpadComma => 'Num ,'; + String get keyboardKeyNumpadComma => 'Phím ,'; @override - String get keyboardKeyNumpadDecimal => 'Num .'; + String get keyboardKeyNumpadDecimal => 'Phím .'; @override - String get keyboardKeyNumpadDivide => 'Num /'; + String get keyboardKeyNumpadDivide => 'Phím /'; @override - String get keyboardKeyNumpadEnter => 'Num Enter'; + String get keyboardKeyNumpadEnter => 'Phím Enter'; @override - String get keyboardKeyNumpadEqual => 'Num ='; + String get keyboardKeyNumpadEqual => 'Phím ='; @override - String get keyboardKeyNumpadMultiply => 'Num *'; + String get keyboardKeyNumpadMultiply => 'Phím *'; @override - String get keyboardKeyNumpadParenLeft => 'Num ('; + String get keyboardKeyNumpadParenLeft => 'Phím ('; @override - String get keyboardKeyNumpadParenRight => 'Num )'; + String get keyboardKeyNumpadParenRight => 'Phím )'; @override - String get keyboardKeyNumpadSubtract => 'Num -'; + String get keyboardKeyNumpadSubtract => 'Phím -'; @override String get keyboardKeyPageDown => 'PgDown'; @@ -39279,10 +40599,10 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get keyboardKeyPageUp => 'PgUp'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'Nguồn'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'Tắt nguồn'; @override String get keyboardKeyPrintScreen => 'Print Screen'; @@ -39297,7 +40617,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Select'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => 'Phím cách'; @override String get keyboardKeyZenkaku => 'Zenkaku'; @@ -39613,7 +40933,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get keyboardKeyAltGraph => 'AltGr'; @override - String get keyboardKeyBackspace => 'Backspace'; + String get keyboardKeyBackspace => '退格键'; @override String get keyboardKeyCapsLock => 'Caps Lock'; @@ -39631,10 +40951,10 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get keyboardKeyDelete => 'Del'; @override - String get keyboardKeyEisu => 'Eisū'; + String get keyboardKeyEisu => '英数'; @override - String get keyboardKeyEject => 'Eject'; + String get keyboardKeyEject => '弹出'; @override String get keyboardKeyEnd => 'End'; @@ -39646,19 +40966,19 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get keyboardKeyFn => 'Fn'; @override - String get keyboardKeyHangulMode => 'Hangul Mode'; + String get keyboardKeyHangulMode => '한글'; @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; + String get keyboardKeyHanjaMode => '한자'; @override - String get keyboardKeyHankaku => 'Hankaku'; + String get keyboardKeyHankaku => '半角'; @override - String get keyboardKeyHiragana => 'Hiragana'; + String get keyboardKeyHiragana => 'ひらがな'; @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + String get keyboardKeyHiraganaKatakana => 'ひらがな / カタカナ / ローマ字'; @override String get keyboardKeyHome => 'Home'; @@ -39667,19 +40987,19 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get keyboardKeyInsert => 'Insert'; @override - String get keyboardKeyKanaMode => 'Kana Mode'; + String get keyboardKeyKanaMode => 'かな'; @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; + String get keyboardKeyKanjiMode => '漢字'; @override - String get keyboardKeyKatakana => 'Katakana'; + String get keyboardKeyKatakana => 'カタカナ'; @override String get keyboardKeyMeta => 'Meta'; @override - String get keyboardKeyMetaMacOs => 'Command'; + String get keyboardKeyMetaMacOs => '⌘'; @override String get keyboardKeyMetaWindows => 'Win'; @@ -39688,97 +41008,97 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get keyboardKeyNumLock => 'Num Lock'; @override - String get keyboardKeyNumpad0 => 'Num 0'; + String get keyboardKeyNumpad0 => '数字键盘 0'; @override - String get keyboardKeyNumpad1 => 'Num 1'; + String get keyboardKeyNumpad1 => '数字键盘 1'; @override - String get keyboardKeyNumpad2 => 'Num 2'; + String get keyboardKeyNumpad2 => '数字键盘 2'; @override - String get keyboardKeyNumpad3 => 'Num 3'; + String get keyboardKeyNumpad3 => '数字键盘 3'; @override - String get keyboardKeyNumpad4 => 'Num 4'; + String get keyboardKeyNumpad4 => '数字键盘 4'; @override - String get keyboardKeyNumpad5 => 'Num 5'; + String get keyboardKeyNumpad5 => '数字键盘 5'; @override - String get keyboardKeyNumpad6 => 'Num 6'; + String get keyboardKeyNumpad6 => '数字键盘 6'; @override - String get keyboardKeyNumpad7 => 'Num 7'; + String get keyboardKeyNumpad7 => '数字键盘 7'; @override - String get keyboardKeyNumpad8 => 'Num 8'; + String get keyboardKeyNumpad8 => '数字键盘 8'; @override - String get keyboardKeyNumpad9 => 'Num 9'; + String get keyboardKeyNumpad9 => '数字键盘 9'; @override - String get keyboardKeyNumpadAdd => 'Num +'; + String get keyboardKeyNumpadAdd => '数字键盘 +'; @override - String get keyboardKeyNumpadComma => 'Num ,'; + String get keyboardKeyNumpadComma => '数字键盘 ,'; @override - String get keyboardKeyNumpadDecimal => 'Num .'; + String get keyboardKeyNumpadDecimal => '数字键盘 .'; @override - String get keyboardKeyNumpadDivide => 'Num /'; + String get keyboardKeyNumpadDivide => '数字键盘 /'; @override - String get keyboardKeyNumpadEnter => 'Num Enter'; + String get keyboardKeyNumpadEnter => '数字键盘 Enter'; @override - String get keyboardKeyNumpadEqual => 'Num ='; + String get keyboardKeyNumpadEqual => '数字键盘 ='; @override - String get keyboardKeyNumpadMultiply => 'Num *'; + String get keyboardKeyNumpadMultiply => '数字键盘 *'; @override - String get keyboardKeyNumpadParenLeft => 'Num ('; + String get keyboardKeyNumpadParenLeft => '数字键盘 ('; @override - String get keyboardKeyNumpadParenRight => 'Num )'; + String get keyboardKeyNumpadParenRight => '数字键盘 )'; @override - String get keyboardKeyNumpadSubtract => 'Num -'; + String get keyboardKeyNumpadSubtract => '数字键盘 -'; @override - String get keyboardKeyPageDown => 'PgDown'; + String get keyboardKeyPageDown => 'PgDn'; @override String get keyboardKeyPageUp => 'PgUp'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => '电源'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => '关机'; @override String get keyboardKeyPrintScreen => 'Print Screen'; @override - String get keyboardKeyRomaji => 'Romaji'; + String get keyboardKeyRomaji => 'ローマ字'; @override String get keyboardKeyScrollLock => 'Scroll Lock'; @override - String get keyboardKeySelect => 'Select'; + String get keyboardKeySelect => '选择'; @override - String get keyboardKeySpace => 'Space'; + String get keyboardKeySpace => '空格键'; @override - String get keyboardKeyZenkaku => 'Zenkaku'; + String get keyboardKeyZenkaku => '全角'; @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + String get keyboardKeyZenkakuHankaku => '半角 / 全角 / 漢字'; @override String get lastPageTooltip => '最后一页'; @@ -40088,6 +41408,132 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { @override String get invalidTimeLabel => '請輸入有效的時間'; + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyChannelDown => '下一個頻道'; + + @override + String get keyboardKeyChannelUp => '上一個頻道'; + + @override + String get keyboardKeyEisu => 'Eisū'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyHangulMode => 'Hangul 模式'; + + @override + String get keyboardKeyHanjaMode => 'Hanja 模式'; + + @override + String get keyboardKeyHankaku => 'Hankaku'; + + @override + String get keyboardKeyHiragana => 'Hiragana'; + + @override + String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; + + @override + String get keyboardKeyKanaMode => 'Kana 模式'; + + @override + String get keyboardKeyKanjiMode => 'Kanji 模式'; + + @override + String get keyboardKeyKatakana => 'Katakana'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyNumpad0 => '數字鍵盤 0'; + + @override + String get keyboardKeyNumpad1 => '數字鍵盤 1'; + + @override + String get keyboardKeyNumpad2 => '數字鍵盤 2'; + + @override + String get keyboardKeyNumpad3 => '數字鍵盤 3'; + + @override + String get keyboardKeyNumpad4 => '數字鍵盤 4'; + + @override + String get keyboardKeyNumpad5 => '數字鍵盤 5'; + + @override + String get keyboardKeyNumpad6 => '數字鍵盤 6'; + + @override + String get keyboardKeyNumpad7 => '數字鍵盤 7'; + + @override + String get keyboardKeyNumpad8 => '數字鍵盤 8'; + + @override + String get keyboardKeyNumpad9 => '數字鍵盤 9'; + + @override + String get keyboardKeyNumpadAdd => '數字鍵盤 +'; + + @override + String get keyboardKeyNumpadComma => '數字鍵盤 ,'; + + @override + String get keyboardKeyNumpadDecimal => '數字鍵盤 .'; + + @override + String get keyboardKeyNumpadDivide => '數字鍵盤 /'; + + @override + String get keyboardKeyNumpadEnter => '數字鍵盤 Enter'; + + @override + String get keyboardKeyNumpadEqual => '數字鍵盤 ='; + + @override + String get keyboardKeyNumpadMultiply => '數字鍵盤 *'; + + @override + String get keyboardKeyNumpadParenLeft => '數字鍵盤 ('; + + @override + String get keyboardKeyNumpadParenRight => '數字鍵盤 )'; + + @override + String get keyboardKeyNumpadSubtract => '數字鍵盤 -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPower => '電源'; + + @override + String get keyboardKeyPowerOff => '關機'; + + @override + String get keyboardKeyRomaji => 'Romaji'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeySpace => '空格'; + + @override + String get keyboardKeyZenkaku => 'Zenkaku'; + + @override + String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; + @override String get lastPageTooltip => '最後一頁'; @@ -40464,10 +41910,10 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get keyboardKeyCapsLock => 'Caps Lock'; @override - String get keyboardKeyChannelDown => 'Channel Down'; + String get keyboardKeyChannelDown => 'I-Channel Down'; @override - String get keyboardKeyChannelUp => 'Channel Up'; + String get keyboardKeyChannelUp => 'I-Channel Up'; @override String get keyboardKeyControl => 'Ctrl'; @@ -40518,10 +41964,10 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get keyboardKeyKanjiMode => 'Kanji Mode'; @override - String get keyboardKeyKatakana => 'Katakana'; + String get keyboardKeyKatakana => 'I-Katakana'; @override - String get keyboardKeyMeta => 'Meta'; + String get keyboardKeyMeta => 'I-Meta'; @override String get keyboardKeyMetaMacOs => 'Command'; @@ -40599,13 +42045,13 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get keyboardKeyPageUp => 'PgUp'; @override - String get keyboardKeyPower => 'Power'; + String get keyboardKeyPower => 'Amandla'; @override - String get keyboardKeyPowerOff => 'Power Off'; + String get keyboardKeyPowerOff => 'Cisha'; @override - String get keyboardKeyPrintScreen => 'Print Screen'; + String get keyboardKeyPrintScreen => '-Print Screen'; @override String get keyboardKeyRomaji => 'Romaji'; @@ -40614,7 +42060,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get keyboardKeyScrollLock => 'Scroll Lock'; @override - String get keyboardKeySelect => 'Select'; + String get keyboardKeySelect => 'Khetha'; @override String get keyboardKeySpace => 'Space'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_af.arb b/packages/flutter_localizations/lib/src/l10n/material_af.arb index f824796a95e5..35bea198f669 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_af.arb @@ -135,7 +135,7 @@ "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", + "keyboardKeySpace": "Spasie", "keyboardKeyZenkaku": "Zenkaku", "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", diff --git a/packages/flutter_localizations/lib/src/l10n/material_am.arb b/packages/flutter_localizations/lib/src/l10n/material_am.arb index bc924a4d80df..18befb9f3e50 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_am.arb @@ -84,28 +84,28 @@ "licensesPackageDetailTextOther": "$licenseCount ፈቃዶች", "keyboardKeyAlt": "Alt", "keyboardKeyAltGraph": "AltGr", - "keyboardKeyBackspace": "Backspace", + "keyboardKeyBackspace": "የኋሊት መደምሰሻ", "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyChannelDown": "ጣቢያ ወደ ታች", + "keyboardKeyChannelUp": "ጣቢያ ወደ ላይ", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", "keyboardKeyEisu": "Eisū", - "keyboardKeyEject": "Eject", - "keyboardKeyEnd": "End", + "keyboardKeyEject": "አስወጣ", + "keyboardKeyEnd": "ጨርስ", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", - "keyboardKeyHome": "Home", - "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", - "keyboardKeyKatakana": "Katakana", - "keyboardKeyMeta": "Meta", + "keyboardKeyHangulMode": "የሃንጉል ሁነታ", + "keyboardKeyHanjaMode": "የሃንጃ ሁነታ", + "keyboardKeyHankaku": "ሃንካኩ", + "keyboardKeyHiragana": "ሂራጋና", + "keyboardKeyHiraganaKatakana": "ሂራጋና ካታካና", + "keyboardKeyHome": "መነሻ", + "keyboardKeyInsert": "አስገባ", + "keyboardKeyKanaMode": "የካና ሁነታ", + "keyboardKeyKanjiMode": "የካንጂ ሁነታ", + "keyboardKeyKatakana": "ካታካና", + "keyboardKeyMeta": "ሜታ", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", "keyboardKeyNumpad2": "Num 2", @@ -120,7 +120,7 @@ "keyboardKeyNumpadAdd": "Num +", "keyboardKeyNumpadComma": "Num ,", "keyboardKeyNumpadDecimal": "Num .", - "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadDivide": "+NUM", "keyboardKeyNumpadEnter": "Num Enter", "keyboardKeyNumpadEqual": "Num =", "keyboardKeyNumpadMultiply": "Num *", @@ -129,15 +129,15 @@ "keyboardKeyNumpadSubtract": "Num -", "keyboardKeyPageDown": "PgDown", "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPower": "ኃይል", + "keyboardKeyPowerOff": "ኃይል አጥፋ", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", + "keyboardKeyRomaji": "ሮማጂ", "keyboardKeyScrollLock": "Scroll Lock", - "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", - "keyboardKeyMetaMacOs": "Command", + "keyboardKeySelect": "ምረጥ", + "keyboardKeySpace": "ክፍተት", + "keyboardKeyZenkaku": "ዜንካኩ", + "keyboardKeyZenkakuHankaku": "ዜንካኩ ሃንካኩ", + "keyboardKeyMetaMacOs": "ትዕዛዝ", "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index df299e71ecc1..98e605b1e353 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -97,8 +97,8 @@ "keyboardKeyAltGraph": "AltGr", "keyboardKeyBackspace": "Backspace", "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyChannelDown": "القناة التالية", + "keyboardKeyChannelUp": "القناة السابقة", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", "keyboardKeyEisu": "Eisū", @@ -106,47 +106,47 @@ "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHangulMode": "وضع Hangul (هانغول)", + "keyboardKeyHanjaMode": "وضع Hanja (هانجا)", "keyboardKeyHankaku": "Hankaku", "keyboardKeyHiragana": "Hiragana", "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKanaMode": "وضع Kana (كانا)", + "keyboardKeyKanjiMode": "وضع Kanji (كانجي)", "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", - "keyboardKeyNumpad1": "Num 1", - "keyboardKeyNumpad2": "Num 2", - "keyboardKeyNumpad3": "Num 3", - "keyboardKeyNumpad4": "Num 4", - "keyboardKeyNumpad5": "Num 5", - "keyboardKeyNumpad6": "Num 6", - "keyboardKeyNumpad7": "Num 7", - "keyboardKeyNumpad8": "Num 8", - "keyboardKeyNumpad9": "Num 9", - "keyboardKeyNumpad0": "Num 0", - "keyboardKeyNumpadAdd": "Num +", - "keyboardKeyNumpadComma": "Num ,", - "keyboardKeyNumpadDecimal": "Num .", - "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyNumpadEnter": "Num Enter", - "keyboardKeyNumpadEqual": "Num =", - "keyboardKeyNumpadMultiply": "Num *", - "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyNumpadParenRight": "Num )", - "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyNumpad1": "الرقم 1", + "keyboardKeyNumpad2": "الرقم 2", + "keyboardKeyNumpad3": "الرقم 3", + "keyboardKeyNumpad4": "الرقم 4", + "keyboardKeyNumpad5": "الرقم 5", + "keyboardKeyNumpad6": "الرقم 6", + "keyboardKeyNumpad7": "الرقم 7", + "keyboardKeyNumpad8": "الرقم 8", + "keyboardKeyNumpad9": "الرقم 9", + "keyboardKeyNumpad0": "الرقم 0", + "keyboardKeyNumpadAdd": "علامة الجمع +", + "keyboardKeyNumpadComma": "الفاصلة ,", + "keyboardKeyNumpadDecimal": "النقطة .", + "keyboardKeyNumpadDivide": "علامة القسمة /", + "keyboardKeyNumpadEnter": "المفتاح Enter", + "keyboardKeyNumpadEqual": "علامة التساوي =", + "keyboardKeyNumpadMultiply": "علامة الضرب *", + "keyboardKeyNumpadParenLeft": "القوس الأيسر )", + "keyboardKeyNumpadParenRight": "القوس الأيمن (", + "keyboardKeyNumpadSubtract": "علامة الطرح -", "keyboardKeyPageDown": "PgDown", "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPower": "زر التشغيل", + "keyboardKeyPowerOff": "زر الإطفاء", "keyboardKeyPrintScreen": "Print Screen", "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", - "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", + "keyboardKeySelect": "مفتاح الاختيار", + "keyboardKeySpace": "مفتاح المسافة", "keyboardKeyZenkaku": "Zenkaku", "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", diff --git a/packages/flutter_localizations/lib/src/l10n/material_as.arb b/packages/flutter_localizations/lib/src/l10n/material_as.arb index 55e552109bca..f22e88b1bb9a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_as.arb @@ -84,60 +84,60 @@ "licensesPackageDetailTextOther": "$licenseCount খন অনুজ্ঞাপত্ৰ", "keyboardKeyAlt": "Alt", "keyboardKeyAltGraph": "AltGr", - "keyboardKeyBackspace": "Backspace", - "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyBackspace": "বেকস্পেচ", + "keyboardKeyCapsLock": "কেপ্‌ছ লক", + "keyboardKeyChannelDown": "চেনেল ডাউন", + "keyboardKeyChannelUp": "চেনেল আপ", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", "keyboardKeyEisu": "Eisū", - "keyboardKeyEject": "Eject", + "keyboardKeyEject": "ইজেক্ট", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHangulMode": "হাঙুল ম’ড", + "keyboardKeyHanjaMode": "হাঞ্জা ম’ড", + "keyboardKeyHankaku": "হানকাকু", + "keyboardKeyHiragana": "হিৰাগানা", + "keyboardKeyHiraganaKatakana": "হিৰাগানা কাটাকানা", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", - "keyboardKeyKatakana": "Katakana", - "keyboardKeyMeta": "Meta", + "keyboardKeyKanaMode": "কানা ম’ড", + "keyboardKeyKanjiMode": "কাঞ্জি ম’ড", + "keyboardKeyKatakana": "কাটাকানা", + "keyboardKeyMeta": "মেটা", "keyboardKeyNumLock": "Num Lock", - "keyboardKeyNumpad1": "Num 1", - "keyboardKeyNumpad2": "Num 2", - "keyboardKeyNumpad3": "Num 3", - "keyboardKeyNumpad4": "Num 4", - "keyboardKeyNumpad5": "Num 5", - "keyboardKeyNumpad6": "Num 6", - "keyboardKeyNumpad7": "Num 7", - "keyboardKeyNumpad8": "Num 8", - "keyboardKeyNumpad9": "Num 9", - "keyboardKeyNumpad0": "Num 0", - "keyboardKeyNumpadAdd": "Num +", - "keyboardKeyNumpadComma": "Num ,", - "keyboardKeyNumpadDecimal": "Num .", - "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpad1": "নং ১", + "keyboardKeyNumpad2": "নং ২", + "keyboardKeyNumpad3": "নং ৩", + "keyboardKeyNumpad4": "নং ৪", + "keyboardKeyNumpad5": "নং ৫", + "keyboardKeyNumpad6": "নং ৬", + "keyboardKeyNumpad7": "নং ৭", + "keyboardKeyNumpad8": "নং ৮", + "keyboardKeyNumpad9": "নং ৯", + "keyboardKeyNumpad0": "নং ০", + "keyboardKeyNumpadAdd": "নং +", + "keyboardKeyNumpadComma": "নং ,", + "keyboardKeyNumpadDecimal": "নং .", + "keyboardKeyNumpadDivide": "নং /", "keyboardKeyNumpadEnter": "Num Enter", - "keyboardKeyNumpadEqual": "Num =", - "keyboardKeyNumpadMultiply": "Num *", - "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyNumpadParenRight": "Num )", - "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyNumpadEqual": "নং =", + "keyboardKeyNumpadMultiply": "নং *", + "keyboardKeyNumpadParenLeft": "নং (", + "keyboardKeyNumpadParenRight": "নং )", + "keyboardKeyNumpadSubtract": "নং -", "keyboardKeyPageDown": "PgDown", "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", - "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", - "keyboardKeyScrollLock": "Scroll Lock", - "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyPower": "পাৱাৰ", + "keyboardKeyPowerOff": "পাৱাৰ অফ", + "keyboardKeyPrintScreen": "প্ৰিণ্ট স্ক্ৰীন", + "keyboardKeyRomaji": "ৰ’মাজি", + "keyboardKeyScrollLock": "স্ক্ৰ’ল লক", + "keyboardKeySelect": "ছিলেক্ট", + "keyboardKeySpace": "স্পেচ", + "keyboardKeyZenkaku": "জেনকাকু", + "keyboardKeyZenkakuHankaku": "জেনকাকু হানকাকু", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_az.arb b/packages/flutter_localizations/lib/src/l10n/material_az.arb index 0f72e231cc32..d9f1eb954f66 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_az.arb @@ -85,59 +85,59 @@ "keyboardKeyAlt": "Alt", "keyboardKeyAltGraph": "AltGr", "keyboardKeyBackspace": "Backspace", - "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyCapsLock": "Böyük Hərf", + "keyboardKeyChannelDown": "Aşağıdakı kanala keçin", + "keyboardKeyChannelUp": "Yuxarıdakı kanala keçin", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", "keyboardKeyEisu": "Eisū", - "keyboardKeyEject": "Eject", - "keyboardKeyEnd": "End", + "keyboardKeyEject": "Çıxarın", + "keyboardKeyEnd": "Son", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHangulMode": "Hanqıl rejimi", + "keyboardKeyHanjaMode": "Hanja rejimi", "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", - "keyboardKeyHome": "Home", - "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyHiragana": "Hiraqana", + "keyboardKeyHiraganaKatakana": "Hiraqana Katakana", + "keyboardKeyHome": "Əsas səhifə", + "keyboardKeyInsert": "Daxil edin", + "keyboardKeyKanaMode": "Kana Rejimi", + "keyboardKeyKanjiMode": "Kanji Rejimi", "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", - "keyboardKeyNumLock": "Num Lock", - "keyboardKeyNumpad1": "Num 1", - "keyboardKeyNumpad2": "Num 2", - "keyboardKeyNumpad3": "Num 3", - "keyboardKeyNumpad4": "Num 4", - "keyboardKeyNumpad5": "Num 5", - "keyboardKeyNumpad6": "Num 6", - "keyboardKeyNumpad7": "Num 7", - "keyboardKeyNumpad8": "Num 8", - "keyboardKeyNumpad9": "Num 9", - "keyboardKeyNumpad0": "Num 0", - "keyboardKeyNumpadAdd": "Num +", - "keyboardKeyNumpadComma": "Num ,", - "keyboardKeyNumpadDecimal": "Num .", - "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyNumpadEnter": "Num Enter", - "keyboardKeyNumpadEqual": "Num =", - "keyboardKeyNumpadMultiply": "Num *", - "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyNumpadParenRight": "Num )", - "keyboardKeyNumpadSubtract": "Num -", - "keyboardKeyPageDown": "PgDown", - "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", - "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyNumLock": "Rəqəm", + "keyboardKeyNumpad1": "Rəq 1", + "keyboardKeyNumpad2": "Rəq 2", + "keyboardKeyNumpad3": "Rəq 3", + "keyboardKeyNumpad4": "Rəq 4", + "keyboardKeyNumpad5": "Rəq 5", + "keyboardKeyNumpad6": "Rəq 6", + "keyboardKeyNumpad7": "Rəq 7", + "keyboardKeyNumpad8": "Rəq 8", + "keyboardKeyNumpad9": "Rəq 9", + "keyboardKeyNumpad0": "Rəq 0", + "keyboardKeyNumpadAdd": "Rəq +", + "keyboardKeyNumpadComma": "Rəq ,", + "keyboardKeyNumpadDecimal": "Rəq .", + "keyboardKeyNumpadDivide": "Rəq /", + "keyboardKeyNumpadEnter": "Rəqəm Daxiletmə", + "keyboardKeyNumpadEqual": "Rəq =", + "keyboardKeyNumpadMultiply": "Rəq *", + "keyboardKeyNumpadParenLeft": "Rəq (", + "keyboardKeyNumpadParenRight": "Rəq )", + "keyboardKeyNumpadSubtract": "Rəq -", + "keyboardKeyPageDown": "Aşağı Səhifə", + "keyboardKeyPageUp": "Yuxarı Səhifə", + "keyboardKeyPower": "Qidalanma", + "keyboardKeyPowerOff": "Söndürmə", + "keyboardKeyPrintScreen": "Ekran Çapı", "keyboardKeyRomaji": "Romaji", - "keyboardKeyScrollLock": "Scroll Lock", - "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", + "keyboardKeyScrollLock": "Sürüşdürmə", + "keyboardKeySelect": "Seçin", + "keyboardKeySpace": "Boşluq", "keyboardKeyZenkaku": "Zenkaku", "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", - "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaMacOs": "Əmr", "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_be.arb b/packages/flutter_localizations/lib/src/l10n/material_be.arb index 572ab12f4d09..d78aabe5925e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_be.arb @@ -92,12 +92,12 @@ "keyboardKeyAltGraph": "AltGr", "keyboardKeyBackspace": "Backspace", "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyChannelDown": "Наступны канал", + "keyboardKeyChannelUp": "Папярэдні канал", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", "keyboardKeyEisu": "Eisū", - "keyboardKeyEject": "Eject", + "keyboardKeyEject": "Выняць", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", @@ -135,13 +135,13 @@ "keyboardKeyNumpadSubtract": "Num -", "keyboardKeyPageDown": "PgDown", "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPower": "Сілкаванне", + "keyboardKeyPowerOff": "Выключыць", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", + "keyboardKeyRomaji": "Ромадзі", "keyboardKeyScrollLock": "Scroll Lock", - "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", + "keyboardKeySelect": "Выбраць", + "keyboardKeySpace": "Прабел", "keyboardKeyZenkaku": "Zenkaku", "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", diff --git a/packages/flutter_localizations/lib/src/l10n/material_bg.arb b/packages/flutter_localizations/lib/src/l10n/material_bg.arb index d3999e7269ee..6c15b3265e08 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bg.arb @@ -91,21 +91,21 @@ "keyboardKeyChannelUp": "Channel Up", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", + "keyboardKeyEisu": "Ейсу", "keyboardKeyEject": "Eject", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHangulMode": "Режим за хангъл", + "keyboardKeyHanjaMode": "Режим за ханджа", + "keyboardKeyHankaku": "Ханкаку", + "keyboardKeyHiragana": "Хирагана", + "keyboardKeyHiraganaKatakana": "Хирагана катакана", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", - "keyboardKeyKatakana": "Katakana", + "keyboardKeyKanaMode": "Режим за кана", + "keyboardKeyKanjiMode": "Режим за канджи", + "keyboardKeyKatakana": "Катакана", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -133,12 +133,12 @@ "keyboardKeyPower": "Power", "keyboardKeyPowerOff": "Power Off", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", + "keyboardKeyRomaji": "Ромаджи", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", "keyboardKeySpace": "Space", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyZenkaku": "Зенкаку", + "keyboardKeyZenkakuHankaku": "Зенкаку ханкаку", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bn.arb b/packages/flutter_localizations/lib/src/l10n/material_bn.arb index 0d75e3497989..0532794c2826 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bn.arb @@ -86,26 +86,26 @@ "keyboardKeyAltGraph": "AltGr", "keyboardKeyBackspace": "Backspace", "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyChannelDown": "আগের চ্যানেলে যান", + "keyboardKeyChannelUp": "পরের চ্যানেলে যান", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", "keyboardKeyEisu": "Eisū", - "keyboardKeyEject": "Eject", + "keyboardKeyEject": "ইজেক্ট করুন", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHangulMode": "'হাঙ্গুল' মোড", + "keyboardKeyHanjaMode": "'হাঞ্জা' মোড", + "keyboardKeyHankaku": "হানকাকু", + "keyboardKeyHiragana": "হিরাগানা", + "keyboardKeyHiraganaKatakana": "হিরাগানা কাতাকানা", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", - "keyboardKeyKatakana": "Katakana", - "keyboardKeyMeta": "Meta", + "keyboardKeyKanaMode": "'কানা' মোড", + "keyboardKeyKanjiMode": "'কাঞ্জি' মোড", + "keyboardKeyKatakana": "কাতাকানা", + "keyboardKeyMeta": "মেটা", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", "keyboardKeyNumpad2": "Num 2", @@ -132,12 +132,12 @@ "keyboardKeyPower": "Power", "keyboardKeyPowerOff": "Power Off", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", + "keyboardKeyRomaji": "রোমাজি", "keyboardKeyScrollLock": "Scroll Lock", - "keyboardKeySelect": "Select", + "keyboardKeySelect": "বেছে নিন", "keyboardKeySpace": "Space", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyZenkaku": "জেনকাকু", + "keyboardKeyZenkakuHankaku": "জেনকাকু হানকাকু", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bs.arb b/packages/flutter_localizations/lib/src/l10n/material_bs.arb index 50109e2a0e06..10fa8b06db24 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bs.arb @@ -87,11 +87,11 @@ "licensesPackageDetailTextOne": "1 licenca", "licensesPackageDetailTextOther": "$licenseCount licenci", "keyboardKeyAlt": "Alt", - "keyboardKeyAltGraph": "AltGr", + "keyboardKeyAltGraph": "Alt Gr", "keyboardKeyBackspace": "Backspace", "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyChannelDown": "prethodni kanal", + "keyboardKeyChannelUp": "sljedeći kanal", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", "keyboardKeyEisu": "Eisū", @@ -99,15 +99,15 @@ "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHangulMode": "način rada Hangul", + "keyboardKeyHanjaMode": "način rada Hanja", "keyboardKeyHankaku": "Hankaku", "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHiraganaKatakana": "Hiragana katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKanaMode": "način rada Kana", + "keyboardKeyKanjiMode": "način rada Kanji", "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", @@ -131,17 +131,17 @@ "keyboardKeyNumpadParenLeft": "Num (", "keyboardKeyNumpadParenRight": "Num )", "keyboardKeyNumpadSubtract": "Num -", - "keyboardKeyPageDown": "PgDown", - "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", - "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyPageDown": "Pg Down", + "keyboardKeyPageUp": "Pg Up", + "keyboardKeyPower": "tipka za uključivanje", + "keyboardKeyPowerOff": "tipka za isključivanje", + "keyboardKeyPrintScreen": "Prt Sc", "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", + "keyboardKeySpace": "tipka za razmak", "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyZenkakuHankaku": "Zenkaku hankaku", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ca.arb b/packages/flutter_localizations/lib/src/l10n/material_ca.arb index 496bcb550f3c..5c3f24f1a03c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ca.arb @@ -84,61 +84,61 @@ "licensesPackageDetailTextOne": "1 llicència", "licensesPackageDetailTextOther": "$licenseCount llicències", "keyboardKeyAlt": "Alt", - "keyboardKeyAltGraph": "AltGr", - "keyboardKeyBackspace": "Backspace", - "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyAltGraph": "Alt Gr", + "keyboardKeyBackspace": "Retrocés", + "keyboardKeyCapsLock": "Bloq Maj", + "keyboardKeyChannelDown": "Canal següent", + "keyboardKeyChannelUp": "Canal anterior", "keyboardKeyControl": "Ctrl", - "keyboardKeyDelete": "Del", + "keyboardKeyDelete": "Supr", "keyboardKeyEisu": "Eisū", - "keyboardKeyEject": "Eject", - "keyboardKeyEnd": "End", + "keyboardKeyEject": "Expulsa", + "keyboardKeyEnd": "Fi", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHangulMode": "Mode hangul", + "keyboardKeyHanjaMode": "Mode hanja", "keyboardKeyHankaku": "Hankaku", "keyboardKeyHiragana": "Hiragana", "keyboardKeyHiraganaKatakana": "Hiragana Katakana", - "keyboardKeyHome": "Home", - "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyHome": "Inici", + "keyboardKeyInsert": "Inser", + "keyboardKeyKanaMode": "Mode kana", + "keyboardKeyKanjiMode": "Mode kanji", "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", - "keyboardKeyNumLock": "Num Lock", - "keyboardKeyNumpad1": "Num 1", - "keyboardKeyNumpad2": "Num 2", - "keyboardKeyNumpad3": "Num 3", - "keyboardKeyNumpad4": "Num 4", - "keyboardKeyNumpad5": "Num 5", - "keyboardKeyNumpad6": "Num 6", - "keyboardKeyNumpad7": "Num 7", - "keyboardKeyNumpad8": "Num 8", - "keyboardKeyNumpad9": "Num 9", - "keyboardKeyNumpad0": "Num 0", - "keyboardKeyNumpadAdd": "Num +", - "keyboardKeyNumpadComma": "Num ,", - "keyboardKeyNumpadDecimal": "Num .", - "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyNumpadEnter": "Num Enter", - "keyboardKeyNumpadEqual": "Num =", - "keyboardKeyNumpadMultiply": "Num *", - "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyNumpadParenRight": "Num )", - "keyboardKeyNumpadSubtract": "Num -", - "keyboardKeyPageDown": "PgDown", - "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", - "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyNumLock": "Bloq Núm", + "keyboardKeyNumpad1": "Núm. 1", + "keyboardKeyNumpad2": "Núm. 2", + "keyboardKeyNumpad3": "Núm. 3", + "keyboardKeyNumpad4": "Núm. 4", + "keyboardKeyNumpad5": "Núm. 5", + "keyboardKeyNumpad6": "Núm. 6", + "keyboardKeyNumpad7": "Núm. 7", + "keyboardKeyNumpad8": "Núm. 8", + "keyboardKeyNumpad9": "Núm. 9", + "keyboardKeyNumpad0": "Núm. 0", + "keyboardKeyNumpadAdd": "Núm. +", + "keyboardKeyNumpadComma": "Núm. ,", + "keyboardKeyNumpadDecimal": "Núm. .", + "keyboardKeyNumpadDivide": "Núm. /", + "keyboardKeyNumpadEnter": "Núm. Retorn", + "keyboardKeyNumpadEqual": "Núm. =", + "keyboardKeyNumpadMultiply": "Núm. *", + "keyboardKeyNumpadParenLeft": "Núm. (", + "keyboardKeyNumpadParenRight": "Núm. )", + "keyboardKeyNumpadSubtract": "Núm. -", + "keyboardKeyPageDown": "Av Pàg", + "keyboardKeyPageUp": "Re Pàg", + "keyboardKeyPower": "Engegada", + "keyboardKeyPowerOff": "Apagada", + "keyboardKeyPrintScreen": "Impr Pant", "keyboardKeyRomaji": "Romaji", - "keyboardKeyScrollLock": "Scroll Lock", - "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", + "keyboardKeyScrollLock": "Bloq Despl", + "keyboardKeySelect": "Selecciona", + "keyboardKeySpace": "Espai", "keyboardKeyZenkaku": "Zenkaku", "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", - "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaMacOs": "Ordre", + "keyboardKeyMetaWindows": "Windows" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_cs.arb b/packages/flutter_localizations/lib/src/l10n/material_cs.arb index f061ca8a5036..9c8eba08845d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cs.arb @@ -93,24 +93,24 @@ "keyboardKeyAltGraph": "AltGr", "keyboardKeyBackspace": "Backspace", "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyChannelDown": "O kanál dolů", + "keyboardKeyChannelUp": "O kanál nahoru", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", "keyboardKeyEisu": "Eisū", - "keyboardKeyEject": "Eject", + "keyboardKeyEject": "Odpojit", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHangulMode": "Režim korejského písma", + "keyboardKeyHanjaMode": "Režim čínských znaků", "keyboardKeyHankaku": "Hankaku", "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHiraganaKatakana": "Hiragana katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKanaMode": "Režim kana", + "keyboardKeyKanjiMode": "Režim kandži", "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", @@ -136,15 +136,15 @@ "keyboardKeyNumpadSubtract": "Num -", "keyboardKeyPageDown": "PgDown", "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPower": "Vypínač", + "keyboardKeyPowerOff": "Vypnout", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", + "keyboardKeyRomaji": "Rómadži", "keyboardKeyScrollLock": "Scroll Lock", - "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", + "keyboardKeySelect": "Vybrat", + "keyboardKeySpace": "Mezera", "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyZenkakuHankaku": "Zenkaku hankaku", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_da.arb b/packages/flutter_localizations/lib/src/l10n/material_da.arb index 037224633661..630a62c257a6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_da.arb @@ -92,19 +92,19 @@ "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", "keyboardKeyEisu": "Eisū", - "keyboardKeyEject": "Eject", + "keyboardKeyEject": "Skub ud", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHangulMode": "Hangul-tilstand", + "keyboardKeyHanjaMode": "Hanja-tilstand", "keyboardKeyHankaku": "Hankaku", "keyboardKeyHiragana": "Hiragana", "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKanaMode": "Kana-tilstand", + "keyboardKeyKanjiMode": "Kanji-tilstand", "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", @@ -128,15 +128,15 @@ "keyboardKeyNumpadParenLeft": "Num (", "keyboardKeyNumpadParenRight": "Num )", "keyboardKeyNumpadSubtract": "Num -", - "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageDown": "PgDn", "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPower": "Strøm", + "keyboardKeyPowerOff": "Sluk", "keyboardKeyPrintScreen": "Print Screen", "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", - "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", + "keyboardKeySelect": "Vælg", + "keyboardKeySpace": "Mellemrumstasten", "keyboardKeyZenkaku": "Zenkaku", "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index 0ab516c37711..3fdea3d881fb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -86,60 +86,60 @@ "licensesPackageDetailTextOther": "$licenseCount Lizenzen", "keyboardKeyAlt": "Alt", "keyboardKeyAltGraph": "AltGr", - "keyboardKeyBackspace": "Backspace", - "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", - "keyboardKeyControl": "Ctrl", - "keyboardKeyDelete": "Del", + "keyboardKeyBackspace": "Rücktaste", + "keyboardKeyCapsLock": "Feststelltaste", + "keyboardKeyChannelDown": "Vorheriger Kanal", + "keyboardKeyChannelUp": "Nächster Kanal", + "keyboardKeyControl": "Strg", + "keyboardKeyDelete": "Entf", "keyboardKeyEisu": "Eisū", - "keyboardKeyEject": "Eject", - "keyboardKeyEnd": "End", + "keyboardKeyEject": "Auswerfen", + "keyboardKeyEnd": "Ende", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHangulMode": "Hangul-Modus", + "keyboardKeyHanjaMode": "Hanja-Modus", "keyboardKeyHankaku": "Hankaku", "keyboardKeyHiragana": "Hiragana", "keyboardKeyHiraganaKatakana": "Hiragana Katakana", - "keyboardKeyHome": "Home", - "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyHome": "Pos1", + "keyboardKeyInsert": "Einfg", + "keyboardKeyKanaMode": "Kana-Modus", + "keyboardKeyKanjiMode": "Kanji-Modus", "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", - "keyboardKeyNumLock": "Num Lock", - "keyboardKeyNumpad1": "Num 1", - "keyboardKeyNumpad2": "Num 2", - "keyboardKeyNumpad3": "Num 3", - "keyboardKeyNumpad4": "Num 4", - "keyboardKeyNumpad5": "Num 5", - "keyboardKeyNumpad6": "Num 6", - "keyboardKeyNumpad7": "Num 7", - "keyboardKeyNumpad8": "Num 8", - "keyboardKeyNumpad9": "Num 9", - "keyboardKeyNumpad0": "Num 0", - "keyboardKeyNumpadAdd": "Num +", - "keyboardKeyNumpadComma": "Num ,", - "keyboardKeyNumpadDecimal": "Num .", - "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyNumpadEnter": "Num Enter", - "keyboardKeyNumpadEqual": "Num =", - "keyboardKeyNumpadMultiply": "Num *", - "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyNumpadParenRight": "Num )", - "keyboardKeyNumpadSubtract": "Num -", - "keyboardKeyPageDown": "PgDown", - "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", - "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyNumLock": "Num", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Eingabetaste", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "Bild ab", + "keyboardKeyPageUp": "Bild auf", + "keyboardKeyPower": "Ein/Aus", + "keyboardKeyPowerOff": "Aus", + "keyboardKeyPrintScreen": "Druck", "keyboardKeyRomaji": "Romaji", - "keyboardKeyScrollLock": "Scroll Lock", - "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", + "keyboardKeyScrollLock": "Rollen", + "keyboardKeySelect": "Auswählen", + "keyboardKeySpace": "Leertaste", "keyboardKeyZenkaku": "Zenkaku", "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", - "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaMacOs": "Befehl", "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_el.arb b/packages/flutter_localizations/lib/src/l10n/material_el.arb index 54c031b6a037..212b904a44b0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_el.arb @@ -87,24 +87,24 @@ "keyboardKeyAltGraph": "AltGr", "keyboardKeyBackspace": "Backspace", "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyChannelDown": "Επόμενο κανάλι", + "keyboardKeyChannelUp": "Προηγούμενο κανάλι", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", "keyboardKeyEisu": "Eisū", - "keyboardKeyEject": "Eject", + "keyboardKeyEject": "Εξαγωγή", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHangulMode": "Λειτουργία Hangul", + "keyboardKeyHanjaMode": "Λειτουργία Hanja", "keyboardKeyHankaku": "Hankaku", "keyboardKeyHiragana": "Hiragana", "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKanaMode": "Λειτουργία Kana", + "keyboardKeyKanjiMode": "Λειτουργία Kanji", "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", @@ -130,13 +130,13 @@ "keyboardKeyNumpadSubtract": "Num -", "keyboardKeyPageDown": "PgDown", "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPower": "Ενεργοποίηση", + "keyboardKeyPowerOff": "Απενεργοποίηση", "keyboardKeyPrintScreen": "Print Screen", "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", - "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", + "keyboardKeySelect": "Επιλογή", + "keyboardKeySpace": "Διάστημα", "keyboardKeyZenkaku": "Zenkaku", "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb index 22b4a6f17469..a8515339827c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb @@ -1,4 +1,62 @@ { + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyCapsLock": "Caps lock", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyKanaMode": "Kana mode", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyHangulMode": "Hangul mode", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyInsert": "Insert", + "keyboardKeyHome": "Home", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyEject": "Eject", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHanjaMode": "Hanja mode", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyFn": "Fn", + "keyboardKeyEscape": "Esc", + "keyboardKeyEnd": "End", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyEisu": "Eisū", + "keyboardKeyDelete": "Del", + "keyboardKeyControl": "Ctrl", + "keyboardKeyChannelUp": "Channel up", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyChannelDown": "Channel down", + "keyboardKeyBackspace": "Backspace", + "keyboardKeySelect": "Select", + "keyboardKeyAlt": "Alt", + "keyboardKeyKanjiMode": "Kanji mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win", + "keyboardKeyNumLock": "Num lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeySpace": "Space", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyScrollLock": "Scroll lock", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyPrintScreen": "Print screen", + "keyboardKeyPowerOff": "Power off", + "keyboardKeyPower": "Power", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyNumpadEnter": "Num enter", "inputTimeModeButtonLabel": "Switch to text input mode", "timePickerDialHelpText": "SELECT TIME", "timePickerHourLabel": "Hour", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb index 22b4a6f17469..a8515339827c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb @@ -1,4 +1,62 @@ { + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyCapsLock": "Caps lock", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyKanaMode": "Kana mode", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyHangulMode": "Hangul mode", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyInsert": "Insert", + "keyboardKeyHome": "Home", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyEject": "Eject", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHanjaMode": "Hanja mode", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyFn": "Fn", + "keyboardKeyEscape": "Esc", + "keyboardKeyEnd": "End", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyEisu": "Eisū", + "keyboardKeyDelete": "Del", + "keyboardKeyControl": "Ctrl", + "keyboardKeyChannelUp": "Channel up", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyChannelDown": "Channel down", + "keyboardKeyBackspace": "Backspace", + "keyboardKeySelect": "Select", + "keyboardKeyAlt": "Alt", + "keyboardKeyKanjiMode": "Kanji mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win", + "keyboardKeyNumLock": "Num lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeySpace": "Space", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyScrollLock": "Scroll lock", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyPrintScreen": "Print screen", + "keyboardKeyPowerOff": "Power off", + "keyboardKeyPower": "Power", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyNumpadEnter": "Num enter", "inputTimeModeButtonLabel": "Switch to text input mode", "timePickerDialHelpText": "SELECT TIME", "timePickerHourLabel": "Hour", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb index 0d0ae8b62e41..2bee51d272a2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb @@ -1,4 +1,62 @@ { + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyCapsLock": "Caps lock", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyKanaMode": "Kana mode", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyHangulMode": "Hangul mode", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyInsert": "Insert", + "keyboardKeyHome": "Home", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyEject": "Eject", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHanjaMode": "Hanja mode", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyFn": "Fn", + "keyboardKeyEscape": "Esc", + "keyboardKeyEnd": "End", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyEisu": "Eisū", + "keyboardKeyDelete": "Del", + "keyboardKeyControl": "Ctrl", + "keyboardKeyChannelUp": "Channel up", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyChannelDown": "Channel down", + "keyboardKeyBackspace": "Backspace", + "keyboardKeySelect": "Select", + "keyboardKeyAlt": "Alt", + "keyboardKeyKanjiMode": "Kanji mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win", + "keyboardKeyNumLock": "Num lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeySpace": "Space", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyScrollLock": "Scroll lock", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyPrintScreen": "Print screen", + "keyboardKeyPowerOff": "Power off", + "keyboardKeyPower": "Power", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyNumpadEnter": "Num enter", "inputTimeModeButtonLabel": "Switch to text input mode", "timePickerDialHelpText": "SELECT TIME", "timePickerHourLabel": "Hour", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb index 0d0ae8b62e41..2bee51d272a2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb @@ -1,4 +1,62 @@ { + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyCapsLock": "Caps lock", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyKanaMode": "Kana mode", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyHangulMode": "Hangul mode", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyInsert": "Insert", + "keyboardKeyHome": "Home", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyEject": "Eject", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHanjaMode": "Hanja mode", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyFn": "Fn", + "keyboardKeyEscape": "Esc", + "keyboardKeyEnd": "End", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyEisu": "Eisū", + "keyboardKeyDelete": "Del", + "keyboardKeyControl": "Ctrl", + "keyboardKeyChannelUp": "Channel up", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyChannelDown": "Channel down", + "keyboardKeyBackspace": "Backspace", + "keyboardKeySelect": "Select", + "keyboardKeyAlt": "Alt", + "keyboardKeyKanjiMode": "Kanji mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win", + "keyboardKeyNumLock": "Num lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeySpace": "Space", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyScrollLock": "Scroll lock", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyPrintScreen": "Print screen", + "keyboardKeyPowerOff": "Power off", + "keyboardKeyPower": "Power", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyNumpadEnter": "Num enter", "inputTimeModeButtonLabel": "Switch to text input mode", "timePickerDialHelpText": "SELECT TIME", "timePickerHourLabel": "Hour", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb index 22b4a6f17469..a8515339827c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb @@ -1,4 +1,62 @@ { + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyCapsLock": "Caps lock", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyKanaMode": "Kana mode", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyHangulMode": "Hangul mode", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyInsert": "Insert", + "keyboardKeyHome": "Home", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyEject": "Eject", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHanjaMode": "Hanja mode", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyFn": "Fn", + "keyboardKeyEscape": "Esc", + "keyboardKeyEnd": "End", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyEisu": "Eisū", + "keyboardKeyDelete": "Del", + "keyboardKeyControl": "Ctrl", + "keyboardKeyChannelUp": "Channel up", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyChannelDown": "Channel down", + "keyboardKeyBackspace": "Backspace", + "keyboardKeySelect": "Select", + "keyboardKeyAlt": "Alt", + "keyboardKeyKanjiMode": "Kanji mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win", + "keyboardKeyNumLock": "Num lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeySpace": "Space", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyScrollLock": "Scroll lock", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyPrintScreen": "Print screen", + "keyboardKeyPowerOff": "Power off", + "keyboardKeyPower": "Power", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyNumpadEnter": "Num enter", "inputTimeModeButtonLabel": "Switch to text input mode", "timePickerDialHelpText": "SELECT TIME", "timePickerHourLabel": "Hour", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb b/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb index e1608f6b3abd..753ed6cd4a58 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb @@ -1,4 +1,62 @@ { + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyChannelDown": "Channel down", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyKanjiMode": "Kanji mode", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyHanjaMode": "Hanja mode", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyKanaMode": "Kana mode", + "keyboardKeyInsert": "Insert", + "keyboardKeyHome": "Home", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyEnd": "End", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyHangulMode": "Hangul mode", + "keyboardKeyFn": "Fn", + "keyboardKeyEscape": "Esc", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyEject": "Eject", + "keyboardKeyEisu": "Eisū", + "keyboardKeyDelete": "Del", + "keyboardKeyControl": "Ctrl", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyChannelUp": "Channel up", + "keyboardKeyCapsLock": "Caps lock", + "keyboardKeySelect": "Select", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyAlt": "Alt", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win", + "keyboardKeyNumLock": "Num lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeySpace": "Space", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyScrollLock": "Scroll lock", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyPrintScreen": "Print screen", + "keyboardKeyPowerOff": "Power off", + "keyboardKeyPower": "Power", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyNumpadEnter": "Num enter", "inputTimeModeButtonLabel": "Switch to text input mode", "timePickerDialHelpText": "SELECT TIME", "timePickerHourLabel": "Hour", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb index 22b4a6f17469..a8515339827c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb @@ -1,4 +1,62 @@ { + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyCapsLock": "Caps lock", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyKanaMode": "Kana mode", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyHangulMode": "Hangul mode", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyInsert": "Insert", + "keyboardKeyHome": "Home", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyEject": "Eject", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHanjaMode": "Hanja mode", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyFn": "Fn", + "keyboardKeyEscape": "Esc", + "keyboardKeyEnd": "End", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyEisu": "Eisū", + "keyboardKeyDelete": "Del", + "keyboardKeyControl": "Ctrl", + "keyboardKeyChannelUp": "Channel up", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyChannelDown": "Channel down", + "keyboardKeyBackspace": "Backspace", + "keyboardKeySelect": "Select", + "keyboardKeyAlt": "Alt", + "keyboardKeyKanjiMode": "Kanji mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win", + "keyboardKeyNumLock": "Num lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeySpace": "Space", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyScrollLock": "Scroll lock", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyPrintScreen": "Print screen", + "keyboardKeyPowerOff": "Power off", + "keyboardKeyPower": "Power", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyNumpadEnter": "Num enter", "inputTimeModeButtonLabel": "Switch to text input mode", "timePickerDialHelpText": "SELECT TIME", "timePickerHourLabel": "Hour", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb index 0d0ae8b62e41..2bee51d272a2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb @@ -1,4 +1,62 @@ { + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyCapsLock": "Caps lock", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyKanaMode": "Kana mode", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyHangulMode": "Hangul mode", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyInsert": "Insert", + "keyboardKeyHome": "Home", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyEject": "Eject", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHanjaMode": "Hanja mode", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyFn": "Fn", + "keyboardKeyEscape": "Esc", + "keyboardKeyEnd": "End", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyEisu": "Eisū", + "keyboardKeyDelete": "Del", + "keyboardKeyControl": "Ctrl", + "keyboardKeyChannelUp": "Channel up", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyChannelDown": "Channel down", + "keyboardKeyBackspace": "Backspace", + "keyboardKeySelect": "Select", + "keyboardKeyAlt": "Alt", + "keyboardKeyKanjiMode": "Kanji mode", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win", + "keyboardKeyNumLock": "Num lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeySpace": "Space", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyScrollLock": "Scroll lock", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyPrintScreen": "Print screen", + "keyboardKeyPowerOff": "Power off", + "keyboardKeyPower": "Power", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyNumpadEnter": "Num enter", "inputTimeModeButtonLabel": "Switch to text input mode", "timePickerDialHelpText": "SELECT TIME", "timePickerHourLabel": "Hour", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index 4bd01a2b1e25..1c148f6598a4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -85,30 +85,30 @@ "licensesPackageDetailTextOne": "1 licencia", "licensesPackageDetailTextOther": "$licenseCount licencias", "keyboardKeyAlt": "Alt", - "keyboardKeyAltGraph": "AltGr", - "keyboardKeyBackspace": "Backspace", - "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyAltGraph": "Alt Gr", + "keyboardKeyBackspace": "Retroceso", + "keyboardKeyCapsLock": "Bloq Mayús", + "keyboardKeyChannelDown": "Canal siguiente", + "keyboardKeyChannelUp": "Canal anterior", "keyboardKeyControl": "Ctrl", - "keyboardKeyDelete": "Del", + "keyboardKeyDelete": "Supr", "keyboardKeyEisu": "Eisū", - "keyboardKeyEject": "Eject", - "keyboardKeyEnd": "End", + "keyboardKeyEject": "Expulsar", + "keyboardKeyEnd": "Fin", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHangulMode": "Modo Hangul", + "keyboardKeyHanjaMode": "Modo Hanja", "keyboardKeyHankaku": "Hankaku", "keyboardKeyHiragana": "Hiragana", "keyboardKeyHiraganaKatakana": "Hiragana Katakana", - "keyboardKeyHome": "Home", + "keyboardKeyHome": "Inicio", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKanaMode": "Modo Kana", + "keyboardKeyKanjiMode": "Modo Kanji", "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", - "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumLock": "Bloq Num", "keyboardKeyNumpad1": "Num 1", "keyboardKeyNumpad2": "Num 2", "keyboardKeyNumpad3": "Num 3", @@ -123,23 +123,23 @@ "keyboardKeyNumpadComma": "Num ,", "keyboardKeyNumpadDecimal": "Num .", "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEnter": "Num Intro", "keyboardKeyNumpadEqual": "Num =", "keyboardKeyNumpadMultiply": "Num *", "keyboardKeyNumpadParenLeft": "Num (", "keyboardKeyNumpadParenRight": "Num )", "keyboardKeyNumpadSubtract": "Num -", - "keyboardKeyPageDown": "PgDown", - "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", - "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyPageDown": "Av Pág", + "keyboardKeyPageUp": "Re Pág", + "keyboardKeyPower": "Encendido", + "keyboardKeyPowerOff": "Apagado", + "keyboardKeyPrintScreen": "Impr Pant", "keyboardKeyRomaji": "Romaji", - "keyboardKeyScrollLock": "Scroll Lock", - "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", + "keyboardKeyScrollLock": "Bloq Despl", + "keyboardKeySelect": "Selección", + "keyboardKeySpace": "Espacio", "keyboardKeyZenkaku": "Zenkaku", "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", - "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaMacOs": "Comando", "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb index 587846aee757..f1eea4963e72 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb @@ -1,4 +1,62 @@ { + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyChannelDown": "Canal anterior", + "keyboardKeyBackspace": "Retroceso", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyKanjiMode": "Modo Kanji", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyHanjaMode": "Modo Hanja", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyKanaMode": "Modo Kana", + "keyboardKeyInsert": "Insert", + "keyboardKeyHome": "Inicio", + "keyboardKeyHiraganaKatakana": "Hiragana y Katakana", + "keyboardKeyEnd": "Fin", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyHangulMode": "Modo Hangul", + "keyboardKeyFn": "Fn", + "keyboardKeyEscape": "Esc", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyEject": "Expulsar", + "keyboardKeyEisu": "Eisū", + "keyboardKeyDelete": "Supr", + "keyboardKeyControl": "Ctrl", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyChannelUp": "Canal siguiente", + "keyboardKeyCapsLock": "Bloqueo de mayúscula", + "keyboardKeySelect": "Select", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyAlt": "Alt", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyMetaMacOs": "Comando", + "keyboardKeyMetaWindows": "Win", + "keyboardKeyNumLock": "Bloqueo numérico", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyPageDown": "AvPág", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeySpace": "Barra espaciadora", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyScrollLock": "Bloqueo de desplazamiento", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyPrintScreen": "Imprimir pantalla", + "keyboardKeyPowerOff": "Apagar", + "keyboardKeyPower": "Encender", + "keyboardKeyPageUp": "RePág", + "keyboardKeyNumpadEnter": "Num Enter", "dialModeButtonLabel": "Cambiar al modo de selección de hora", "licensesPackageDetailTextOne": "1 licencia", "timePickerDialHelpText": "SELECCIONAR HORA", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb index 587846aee757..f1eea4963e72 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb @@ -1,4 +1,62 @@ { + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyChannelDown": "Canal anterior", + "keyboardKeyBackspace": "Retroceso", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyKanjiMode": "Modo Kanji", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyHanjaMode": "Modo Hanja", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyKanaMode": "Modo Kana", + "keyboardKeyInsert": "Insert", + "keyboardKeyHome": "Inicio", + "keyboardKeyHiraganaKatakana": "Hiragana y Katakana", + "keyboardKeyEnd": "Fin", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyHangulMode": "Modo Hangul", + "keyboardKeyFn": "Fn", + "keyboardKeyEscape": "Esc", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyEject": "Expulsar", + "keyboardKeyEisu": "Eisū", + "keyboardKeyDelete": "Supr", + "keyboardKeyControl": "Ctrl", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyChannelUp": "Canal siguiente", + "keyboardKeyCapsLock": "Bloqueo de mayúscula", + "keyboardKeySelect": "Select", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyAlt": "Alt", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyMetaMacOs": "Comando", + "keyboardKeyMetaWindows": "Win", + "keyboardKeyNumLock": "Bloqueo numérico", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyPageDown": "AvPág", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeySpace": "Barra espaciadora", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyScrollLock": "Bloqueo de desplazamiento", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyPrintScreen": "Imprimir pantalla", + "keyboardKeyPowerOff": "Apagar", + "keyboardKeyPower": "Encender", + "keyboardKeyPageUp": "RePág", + "keyboardKeyNumpadEnter": "Num Enter", "dialModeButtonLabel": "Cambiar al modo de selección de hora", "licensesPackageDetailTextOne": "1 licencia", "timePickerDialHelpText": "SELECCIONAR HORA", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb index d0240e917f68..0bfed569e13d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb @@ -1,4 +1,62 @@ { + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyChannelDown": "Canal anterior", + "keyboardKeyBackspace": "Retroceso", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyKanjiMode": "Modo Kanji", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyHanjaMode": "Modo Hanja", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyKanaMode": "Modo Kana", + "keyboardKeyInsert": "Insert", + "keyboardKeyHome": "Inicio", + "keyboardKeyHiraganaKatakana": "Hiragana y Katakana", + "keyboardKeyEnd": "Fin", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyHangulMode": "Modo Hangul", + "keyboardKeyFn": "Fn", + "keyboardKeyEscape": "Esc", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyEject": "Expulsar", + "keyboardKeyEisu": "Eisū", + "keyboardKeyDelete": "Supr", + "keyboardKeyControl": "Ctrl", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyChannelUp": "Canal siguiente", + "keyboardKeyCapsLock": "Bloqueo de mayúscula", + "keyboardKeySelect": "Select", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyAlt": "Alt", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyMetaMacOs": "Comando", + "keyboardKeyMetaWindows": "Win", + "keyboardKeyNumLock": "Bloqueo numérico", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyPageDown": "AvPág", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeySpace": "Barra espaciadora", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyScrollLock": "Bloqueo de desplazamiento", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyPrintScreen": "Imprimir pantalla", + "keyboardKeyPowerOff": "Apagar", + "keyboardKeyPower": "Encender", + "keyboardKeyPageUp": "RePág", + "keyboardKeyNumpadEnter": "Num Enter", "dialModeButtonLabel": "Cambiar al modo de selección de hora", "licensesPackageDetailTextOne": "1 licencia", "timePickerDialHelpText": "SELECCIONAR HORA", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb index d0240e917f68..0bfed569e13d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb @@ -1,4 +1,62 @@ { + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyChannelDown": "Canal anterior", + "keyboardKeyBackspace": "Retroceso", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyKanjiMode": "Modo Kanji", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyHanjaMode": "Modo Hanja", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyKanaMode": "Modo Kana", + "keyboardKeyInsert": "Insert", + "keyboardKeyHome": "Inicio", + "keyboardKeyHiraganaKatakana": "Hiragana y Katakana", + "keyboardKeyEnd": "Fin", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyHangulMode": "Modo Hangul", + "keyboardKeyFn": "Fn", + "keyboardKeyEscape": "Esc", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyEject": "Expulsar", + "keyboardKeyEisu": "Eisū", + "keyboardKeyDelete": "Supr", + "keyboardKeyControl": "Ctrl", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyChannelUp": "Canal siguiente", + "keyboardKeyCapsLock": "Bloqueo de mayúscula", + "keyboardKeySelect": "Select", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyAlt": "Alt", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyMetaMacOs": "Comando", + "keyboardKeyMetaWindows": "Win", + "keyboardKeyNumLock": "Bloqueo numérico", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyPageDown": "AvPág", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeySpace": "Barra espaciadora", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyScrollLock": "Bloqueo de desplazamiento", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyPrintScreen": "Imprimir pantalla", + "keyboardKeyPowerOff": "Apagar", + "keyboardKeyPower": "Encender", + "keyboardKeyPageUp": "RePág", + "keyboardKeyNumpadEnter": "Num Enter", "dialModeButtonLabel": "Cambiar al modo de selección de hora", "licensesPackageDetailTextOne": "1 licencia", "timePickerDialHelpText": "SELECCIONAR HORA", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb index d0240e917f68..0bfed569e13d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb @@ -1,4 +1,62 @@ { + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyChannelDown": "Canal anterior", + "keyboardKeyBackspace": "Retroceso", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyKanjiMode": "Modo Kanji", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyHanjaMode": "Modo Hanja", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyKanaMode": "Modo Kana", + "keyboardKeyInsert": "Insert", + "keyboardKeyHome": "Inicio", + "keyboardKeyHiraganaKatakana": "Hiragana y Katakana", + "keyboardKeyEnd": "Fin", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyHangulMode": "Modo Hangul", + "keyboardKeyFn": "Fn", + "keyboardKeyEscape": "Esc", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyEject": "Expulsar", + "keyboardKeyEisu": "Eisū", + "keyboardKeyDelete": "Supr", + "keyboardKeyControl": "Ctrl", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyChannelUp": "Canal siguiente", + "keyboardKeyCapsLock": "Bloqueo de mayúscula", + "keyboardKeySelect": "Select", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyAlt": "Alt", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyMetaMacOs": "Comando", + "keyboardKeyMetaWindows": "Win", + "keyboardKeyNumLock": "Bloqueo numérico", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyPageDown": "AvPág", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeySpace": "Barra espaciadora", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyScrollLock": "Bloqueo de desplazamiento", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyPrintScreen": "Imprimir pantalla", + "keyboardKeyPowerOff": "Apagar", + "keyboardKeyPower": "Encender", + "keyboardKeyPageUp": "RePág", + "keyboardKeyNumpadEnter": "Num Enter", "dialModeButtonLabel": "Cambiar al modo de selección de hora", "licensesPackageDetailTextOne": "1 licencia", "timePickerDialHelpText": "SELECCIONAR HORA", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb index d0240e917f68..0bfed569e13d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb @@ -1,4 +1,62 @@ { + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyChannelDown": "Canal anterior", + "keyboardKeyBackspace": "Retroceso", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyKanjiMode": "Modo Kanji", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyHanjaMode": "Modo Hanja", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyKanaMode": "Modo Kana", + "keyboardKeyInsert": "Insert", + "keyboardKeyHome": "Inicio", + "keyboardKeyHiraganaKatakana": "Hiragana y Katakana", + "keyboardKeyEnd": "Fin", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyHangulMode": "Modo Hangul", + "keyboardKeyFn": "Fn", + "keyboardKeyEscape": "Esc", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyEject": "Expulsar", + "keyboardKeyEisu": "Eisū", + "keyboardKeyDelete": "Supr", + "keyboardKeyControl": "Ctrl", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyChannelUp": "Canal siguiente", + "keyboardKeyCapsLock": "Bloqueo de mayúscula", + "keyboardKeySelect": "Select", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyAlt": "Alt", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyMetaMacOs": "Comando", + "keyboardKeyMetaWindows": "Win", + "keyboardKeyNumLock": "Bloqueo numérico", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyPageDown": "AvPág", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeySpace": "Barra espaciadora", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyScrollLock": "Bloqueo de desplazamiento", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyPrintScreen": "Imprimir pantalla", + "keyboardKeyPowerOff": "Apagar", + "keyboardKeyPower": "Encender", + "keyboardKeyPageUp": "RePág", + "keyboardKeyNumpadEnter": "Num Enter", "dialModeButtonLabel": "Cambiar al modo de selección de hora", "licensesPackageDetailTextOne": "1 licencia", "timePickerDialHelpText": "SELECCIONAR HORA", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb index d0240e917f68..0bfed569e13d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb @@ -1,4 +1,62 @@ { + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyChannelDown": "Canal anterior", + "keyboardKeyBackspace": "Retroceso", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyKanjiMode": "Modo Kanji", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyHanjaMode": "Modo Hanja", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyKanaMode": "Modo Kana", + "keyboardKeyInsert": "Insert", + "keyboardKeyHome": "Inicio", + "keyboardKeyHiraganaKatakana": "Hiragana y Katakana", + "keyboardKeyEnd": "Fin", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyHangulMode": "Modo Hangul", + "keyboardKeyFn": "Fn", + "keyboardKeyEscape": "Esc", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyEject": "Expulsar", + "keyboardKeyEisu": "Eisū", + "keyboardKeyDelete": "Supr", + "keyboardKeyControl": "Ctrl", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyChannelUp": "Canal siguiente", + "keyboardKeyCapsLock": "Bloqueo de mayúscula", + "keyboardKeySelect": "Select", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyAlt": "Alt", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyMetaMacOs": "Comando", + "keyboardKeyMetaWindows": "Win", + "keyboardKeyNumLock": "Bloqueo numérico", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyPageDown": "AvPág", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeySpace": "Barra espaciadora", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyScrollLock": "Bloqueo de desplazamiento", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyPrintScreen": "Imprimir pantalla", + "keyboardKeyPowerOff": "Apagar", + "keyboardKeyPower": "Encender", + "keyboardKeyPageUp": "RePág", + "keyboardKeyNumpadEnter": "Num Enter", "dialModeButtonLabel": "Cambiar al modo de selección de hora", "licensesPackageDetailTextOne": "1 licencia", "timePickerDialHelpText": "SELECCIONAR HORA", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb index d0240e917f68..0bfed569e13d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb @@ -1,4 +1,62 @@ { + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyChannelDown": "Canal anterior", + "keyboardKeyBackspace": "Retroceso", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyKanjiMode": "Modo Kanji", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyHanjaMode": "Modo Hanja", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyKanaMode": "Modo Kana", + "keyboardKeyInsert": "Insert", + "keyboardKeyHome": "Inicio", + "keyboardKeyHiraganaKatakana": "Hiragana y Katakana", + "keyboardKeyEnd": "Fin", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyHangulMode": "Modo Hangul", + "keyboardKeyFn": "Fn", + "keyboardKeyEscape": "Esc", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyEject": "Expulsar", + "keyboardKeyEisu": "Eisū", + "keyboardKeyDelete": "Supr", + "keyboardKeyControl": "Ctrl", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyChannelUp": "Canal siguiente", + "keyboardKeyCapsLock": "Bloqueo de mayúscula", + "keyboardKeySelect": "Select", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyAlt": "Alt", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyMetaMacOs": "Comando", + "keyboardKeyMetaWindows": "Win", + "keyboardKeyNumLock": "Bloqueo numérico", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyPageDown": "AvPág", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeySpace": "Barra espaciadora", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyScrollLock": "Bloqueo de desplazamiento", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyPrintScreen": "Imprimir pantalla", + "keyboardKeyPowerOff": "Apagar", + "keyboardKeyPower": "Encender", + "keyboardKeyPageUp": "RePág", + "keyboardKeyNumpadEnter": "Num Enter", "dialModeButtonLabel": "Cambiar al modo de selección de hora", "licensesPackageDetailTextOne": "1 licencia", "timePickerDialHelpText": "SELECCIONAR HORA", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb index d0240e917f68..0bfed569e13d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb @@ -1,4 +1,62 @@ { + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyChannelDown": "Canal anterior", + "keyboardKeyBackspace": "Retroceso", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyKanjiMode": "Modo Kanji", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyHanjaMode": "Modo Hanja", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyKanaMode": "Modo Kana", + "keyboardKeyInsert": "Insert", + "keyboardKeyHome": "Inicio", + "keyboardKeyHiraganaKatakana": "Hiragana y Katakana", + "keyboardKeyEnd": "Fin", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyHangulMode": "Modo Hangul", + "keyboardKeyFn": "Fn", + "keyboardKeyEscape": "Esc", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyEject": "Expulsar", + "keyboardKeyEisu": "Eisū", + "keyboardKeyDelete": "Supr", + "keyboardKeyControl": "Ctrl", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyChannelUp": "Canal siguiente", + "keyboardKeyCapsLock": "Bloqueo de mayúscula", + "keyboardKeySelect": "Select", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyAlt": "Alt", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyMetaMacOs": "Comando", + "keyboardKeyMetaWindows": "Win", + "keyboardKeyNumLock": "Bloqueo numérico", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyPageDown": "AvPág", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeySpace": "Barra espaciadora", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyScrollLock": "Bloqueo de desplazamiento", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyPrintScreen": "Imprimir pantalla", + "keyboardKeyPowerOff": "Apagar", + "keyboardKeyPower": "Encender", + "keyboardKeyPageUp": "RePág", + "keyboardKeyNumpadEnter": "Num Enter", "dialModeButtonLabel": "Cambiar al modo de selección de hora", "licensesPackageDetailTextOne": "1 licencia", "timePickerDialHelpText": "SELECCIONAR HORA", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb index d0240e917f68..0bfed569e13d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb @@ -1,4 +1,62 @@ { + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyChannelDown": "Canal anterior", + "keyboardKeyBackspace": "Retroceso", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyKanjiMode": "Modo Kanji", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyHanjaMode": "Modo Hanja", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyKanaMode": "Modo Kana", + "keyboardKeyInsert": "Insert", + "keyboardKeyHome": "Inicio", + "keyboardKeyHiraganaKatakana": "Hiragana y Katakana", + "keyboardKeyEnd": "Fin", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyHangulMode": "Modo Hangul", + "keyboardKeyFn": "Fn", + "keyboardKeyEscape": "Esc", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyEject": "Expulsar", + "keyboardKeyEisu": "Eisū", + "keyboardKeyDelete": "Supr", + "keyboardKeyControl": "Ctrl", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyChannelUp": "Canal siguiente", + "keyboardKeyCapsLock": "Bloqueo de mayúscula", + "keyboardKeySelect": "Select", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyAlt": "Alt", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyMetaMacOs": "Comando", + "keyboardKeyMetaWindows": "Win", + "keyboardKeyNumLock": "Bloqueo numérico", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyPageDown": "AvPág", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeySpace": "Barra espaciadora", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyScrollLock": "Bloqueo de desplazamiento", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyPrintScreen": "Imprimir pantalla", + "keyboardKeyPowerOff": "Apagar", + "keyboardKeyPower": "Encender", + "keyboardKeyPageUp": "RePág", + "keyboardKeyNumpadEnter": "Num Enter", "dialModeButtonLabel": "Cambiar al modo de selección de hora", "licensesPackageDetailTextOne": "1 licencia", "timePickerDialHelpText": "SELECCIONAR HORA", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb index d0240e917f68..0bfed569e13d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb @@ -1,4 +1,62 @@ { + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyChannelDown": "Canal anterior", + "keyboardKeyBackspace": "Retroceso", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyKanjiMode": "Modo Kanji", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyHanjaMode": "Modo Hanja", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyKanaMode": "Modo Kana", + "keyboardKeyInsert": "Insert", + "keyboardKeyHome": "Inicio", + "keyboardKeyHiraganaKatakana": "Hiragana y Katakana", + "keyboardKeyEnd": "Fin", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyHangulMode": "Modo Hangul", + "keyboardKeyFn": "Fn", + "keyboardKeyEscape": "Esc", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyEject": "Expulsar", + "keyboardKeyEisu": "Eisū", + "keyboardKeyDelete": "Supr", + "keyboardKeyControl": "Ctrl", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyChannelUp": "Canal siguiente", + "keyboardKeyCapsLock": "Bloqueo de mayúscula", + "keyboardKeySelect": "Select", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyAlt": "Alt", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyMetaMacOs": "Comando", + "keyboardKeyMetaWindows": "Win", + "keyboardKeyNumLock": "Bloqueo numérico", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyPageDown": "AvPág", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeySpace": "Barra espaciadora", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyScrollLock": "Bloqueo de desplazamiento", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyPrintScreen": "Imprimir pantalla", + "keyboardKeyPowerOff": "Apagar", + "keyboardKeyPower": "Encender", + "keyboardKeyPageUp": "RePág", + "keyboardKeyNumpadEnter": "Num Enter", "dialModeButtonLabel": "Cambiar al modo de selección de hora", "licensesPackageDetailTextOne": "1 licencia", "timePickerDialHelpText": "SELECCIONAR HORA", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb index d0240e917f68..0bfed569e13d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb @@ -1,4 +1,62 @@ { + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyChannelDown": "Canal anterior", + "keyboardKeyBackspace": "Retroceso", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyKanjiMode": "Modo Kanji", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyHanjaMode": "Modo Hanja", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyKanaMode": "Modo Kana", + "keyboardKeyInsert": "Insert", + "keyboardKeyHome": "Inicio", + "keyboardKeyHiraganaKatakana": "Hiragana y Katakana", + "keyboardKeyEnd": "Fin", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyHangulMode": "Modo Hangul", + "keyboardKeyFn": "Fn", + "keyboardKeyEscape": "Esc", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyEject": "Expulsar", + "keyboardKeyEisu": "Eisū", + "keyboardKeyDelete": "Supr", + "keyboardKeyControl": "Ctrl", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyChannelUp": "Canal siguiente", + "keyboardKeyCapsLock": "Bloqueo de mayúscula", + "keyboardKeySelect": "Select", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyAlt": "Alt", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyMetaMacOs": "Comando", + "keyboardKeyMetaWindows": "Win", + "keyboardKeyNumLock": "Bloqueo numérico", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyPageDown": "AvPág", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeySpace": "Barra espaciadora", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyScrollLock": "Bloqueo de desplazamiento", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyPrintScreen": "Imprimir pantalla", + "keyboardKeyPowerOff": "Apagar", + "keyboardKeyPower": "Encender", + "keyboardKeyPageUp": "RePág", + "keyboardKeyNumpadEnter": "Num Enter", "dialModeButtonLabel": "Cambiar al modo de selección de hora", "licensesPackageDetailTextOne": "1 licencia", "timePickerDialHelpText": "SELECCIONAR HORA", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb index d0240e917f68..0bfed569e13d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb @@ -1,4 +1,62 @@ { + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyChannelDown": "Canal anterior", + "keyboardKeyBackspace": "Retroceso", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyKanjiMode": "Modo Kanji", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyHanjaMode": "Modo Hanja", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyKanaMode": "Modo Kana", + "keyboardKeyInsert": "Insert", + "keyboardKeyHome": "Inicio", + "keyboardKeyHiraganaKatakana": "Hiragana y Katakana", + "keyboardKeyEnd": "Fin", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyHangulMode": "Modo Hangul", + "keyboardKeyFn": "Fn", + "keyboardKeyEscape": "Esc", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyEject": "Expulsar", + "keyboardKeyEisu": "Eisū", + "keyboardKeyDelete": "Supr", + "keyboardKeyControl": "Ctrl", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyChannelUp": "Canal siguiente", + "keyboardKeyCapsLock": "Bloqueo de mayúscula", + "keyboardKeySelect": "Select", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyAlt": "Alt", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyMetaMacOs": "Comando", + "keyboardKeyMetaWindows": "Win", + "keyboardKeyNumLock": "Bloqueo numérico", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyPageDown": "AvPág", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeySpace": "Barra espaciadora", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyScrollLock": "Bloqueo de desplazamiento", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyPrintScreen": "Imprimir pantalla", + "keyboardKeyPowerOff": "Apagar", + "keyboardKeyPower": "Encender", + "keyboardKeyPageUp": "RePág", + "keyboardKeyNumpadEnter": "Num Enter", "dialModeButtonLabel": "Cambiar al modo de selección de hora", "licensesPackageDetailTextOne": "1 licencia", "timePickerDialHelpText": "SELECCIONAR HORA", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb index d0240e917f68..0bfed569e13d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb @@ -1,4 +1,62 @@ { + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyChannelDown": "Canal anterior", + "keyboardKeyBackspace": "Retroceso", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyKanjiMode": "Modo Kanji", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyHanjaMode": "Modo Hanja", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyKanaMode": "Modo Kana", + "keyboardKeyInsert": "Insert", + "keyboardKeyHome": "Inicio", + "keyboardKeyHiraganaKatakana": "Hiragana y Katakana", + "keyboardKeyEnd": "Fin", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyHangulMode": "Modo Hangul", + "keyboardKeyFn": "Fn", + "keyboardKeyEscape": "Esc", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyEject": "Expulsar", + "keyboardKeyEisu": "Eisū", + "keyboardKeyDelete": "Supr", + "keyboardKeyControl": "Ctrl", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyChannelUp": "Canal siguiente", + "keyboardKeyCapsLock": "Bloqueo de mayúscula", + "keyboardKeySelect": "Select", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyAlt": "Alt", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyMetaMacOs": "Comando", + "keyboardKeyMetaWindows": "Win", + "keyboardKeyNumLock": "Bloqueo numérico", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyPageDown": "AvPág", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeySpace": "Barra espaciadora", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyScrollLock": "Bloqueo de desplazamiento", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyPrintScreen": "Imprimir pantalla", + "keyboardKeyPowerOff": "Apagar", + "keyboardKeyPower": "Encender", + "keyboardKeyPageUp": "RePág", + "keyboardKeyNumpadEnter": "Num Enter", "dialModeButtonLabel": "Cambiar al modo de selección de hora", "licensesPackageDetailTextOne": "1 licencia", "timePickerDialHelpText": "SELECCIONAR HORA", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb index d0240e917f68..0bfed569e13d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb @@ -1,4 +1,62 @@ { + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyChannelDown": "Canal anterior", + "keyboardKeyBackspace": "Retroceso", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyKanjiMode": "Modo Kanji", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyHanjaMode": "Modo Hanja", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyKanaMode": "Modo Kana", + "keyboardKeyInsert": "Insert", + "keyboardKeyHome": "Inicio", + "keyboardKeyHiraganaKatakana": "Hiragana y Katakana", + "keyboardKeyEnd": "Fin", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyHangulMode": "Modo Hangul", + "keyboardKeyFn": "Fn", + "keyboardKeyEscape": "Esc", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyEject": "Expulsar", + "keyboardKeyEisu": "Eisū", + "keyboardKeyDelete": "Supr", + "keyboardKeyControl": "Ctrl", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyChannelUp": "Canal siguiente", + "keyboardKeyCapsLock": "Bloqueo de mayúscula", + "keyboardKeySelect": "Select", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyAlt": "Alt", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyMetaMacOs": "Comando", + "keyboardKeyMetaWindows": "Win", + "keyboardKeyNumLock": "Bloqueo numérico", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyPageDown": "AvPág", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeySpace": "Barra espaciadora", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyScrollLock": "Bloqueo de desplazamiento", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyPrintScreen": "Imprimir pantalla", + "keyboardKeyPowerOff": "Apagar", + "keyboardKeyPower": "Encender", + "keyboardKeyPageUp": "RePág", + "keyboardKeyNumpadEnter": "Num Enter", "dialModeButtonLabel": "Cambiar al modo de selección de hora", "licensesPackageDetailTextOne": "1 licencia", "timePickerDialHelpText": "SELECCIONAR HORA", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb index d0240e917f68..0bfed569e13d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb @@ -1,4 +1,62 @@ { + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyChannelDown": "Canal anterior", + "keyboardKeyBackspace": "Retroceso", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyKanjiMode": "Modo Kanji", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyHanjaMode": "Modo Hanja", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyKanaMode": "Modo Kana", + "keyboardKeyInsert": "Insert", + "keyboardKeyHome": "Inicio", + "keyboardKeyHiraganaKatakana": "Hiragana y Katakana", + "keyboardKeyEnd": "Fin", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyHangulMode": "Modo Hangul", + "keyboardKeyFn": "Fn", + "keyboardKeyEscape": "Esc", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyEject": "Expulsar", + "keyboardKeyEisu": "Eisū", + "keyboardKeyDelete": "Supr", + "keyboardKeyControl": "Ctrl", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyChannelUp": "Canal siguiente", + "keyboardKeyCapsLock": "Bloqueo de mayúscula", + "keyboardKeySelect": "Select", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyAlt": "Alt", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyMetaMacOs": "Comando", + "keyboardKeyMetaWindows": "Win", + "keyboardKeyNumLock": "Bloqueo numérico", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyPageDown": "AvPág", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeySpace": "Barra espaciadora", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyScrollLock": "Bloqueo de desplazamiento", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyPrintScreen": "Imprimir pantalla", + "keyboardKeyPowerOff": "Apagar", + "keyboardKeyPower": "Encender", + "keyboardKeyPageUp": "RePág", + "keyboardKeyNumpadEnter": "Num Enter", "dialModeButtonLabel": "Cambiar al modo de selección de hora", "licensesPackageDetailTextOne": "1 licencia", "timePickerDialHelpText": "SELECCIONAR HORA", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb index d0240e917f68..0bfed569e13d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb @@ -1,4 +1,62 @@ { + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyChannelDown": "Canal anterior", + "keyboardKeyBackspace": "Retroceso", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyKanjiMode": "Modo Kanji", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyHanjaMode": "Modo Hanja", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyKanaMode": "Modo Kana", + "keyboardKeyInsert": "Insert", + "keyboardKeyHome": "Inicio", + "keyboardKeyHiraganaKatakana": "Hiragana y Katakana", + "keyboardKeyEnd": "Fin", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyHangulMode": "Modo Hangul", + "keyboardKeyFn": "Fn", + "keyboardKeyEscape": "Esc", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyEject": "Expulsar", + "keyboardKeyEisu": "Eisū", + "keyboardKeyDelete": "Supr", + "keyboardKeyControl": "Ctrl", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyChannelUp": "Canal siguiente", + "keyboardKeyCapsLock": "Bloqueo de mayúscula", + "keyboardKeySelect": "Select", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyAlt": "Alt", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyMetaMacOs": "Comando", + "keyboardKeyMetaWindows": "Win", + "keyboardKeyNumLock": "Bloqueo numérico", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyPageDown": "AvPág", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeySpace": "Barra espaciadora", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyScrollLock": "Bloqueo de desplazamiento", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyPrintScreen": "Imprimir pantalla", + "keyboardKeyPowerOff": "Apagar", + "keyboardKeyPower": "Encender", + "keyboardKeyPageUp": "RePág", + "keyboardKeyNumpadEnter": "Num Enter", "dialModeButtonLabel": "Cambiar al modo de selección de hora", "licensesPackageDetailTextOne": "1 licencia", "timePickerDialHelpText": "SELECCIONAR HORA", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb index aece204f0363..d7257c1a2c3a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb @@ -1,4 +1,62 @@ { + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyChannelDown": "Canal anterior", + "keyboardKeyBackspace": "Retroceso", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyKanjiMode": "Modo Kanji", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyHanjaMode": "Modo Hanja", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyKanaMode": "Modo Kana", + "keyboardKeyInsert": "Insert", + "keyboardKeyHome": "Inicio", + "keyboardKeyHiraganaKatakana": "Hiragana y Katakana", + "keyboardKeyEnd": "Fin", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyHangulMode": "Modo Hangul", + "keyboardKeyFn": "Fn", + "keyboardKeyEscape": "Esc", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyEject": "Expulsar", + "keyboardKeyEisu": "Eisū", + "keyboardKeyDelete": "Supr", + "keyboardKeyControl": "Ctrl", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyChannelUp": "Canal siguiente", + "keyboardKeyCapsLock": "Bloqueo de mayúscula", + "keyboardKeySelect": "Select", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyAlt": "Alt", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyMetaMacOs": "Comando", + "keyboardKeyMetaWindows": "Win", + "keyboardKeyNumLock": "Bloqueo numérico", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyPageDown": "AvPág", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeySpace": "Barra espaciadora", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyScrollLock": "Bloqueo de desplazamiento", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyPrintScreen": "Imprimir pantalla", + "keyboardKeyPowerOff": "Apagar", + "keyboardKeyPower": "Encender", + "keyboardKeyPageUp": "RePág", + "keyboardKeyNumpadEnter": "Num Enter", "dialModeButtonLabel": "Cambiar al modo de selección de hora", "licensesPackageDetailTextOne": "1 licencia", "timePickerDialHelpText": "SELECCIONAR HORA", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb index d0240e917f68..0bfed569e13d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb @@ -1,4 +1,62 @@ { + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyChannelDown": "Canal anterior", + "keyboardKeyBackspace": "Retroceso", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyKanjiMode": "Modo Kanji", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyHanjaMode": "Modo Hanja", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyKanaMode": "Modo Kana", + "keyboardKeyInsert": "Insert", + "keyboardKeyHome": "Inicio", + "keyboardKeyHiraganaKatakana": "Hiragana y Katakana", + "keyboardKeyEnd": "Fin", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyHangulMode": "Modo Hangul", + "keyboardKeyFn": "Fn", + "keyboardKeyEscape": "Esc", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyEject": "Expulsar", + "keyboardKeyEisu": "Eisū", + "keyboardKeyDelete": "Supr", + "keyboardKeyControl": "Ctrl", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyChannelUp": "Canal siguiente", + "keyboardKeyCapsLock": "Bloqueo de mayúscula", + "keyboardKeySelect": "Select", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyAlt": "Alt", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyMetaMacOs": "Comando", + "keyboardKeyMetaWindows": "Win", + "keyboardKeyNumLock": "Bloqueo numérico", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyPageDown": "AvPág", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeySpace": "Barra espaciadora", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyScrollLock": "Bloqueo de desplazamiento", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyPrintScreen": "Imprimir pantalla", + "keyboardKeyPowerOff": "Apagar", + "keyboardKeyPower": "Encender", + "keyboardKeyPageUp": "RePág", + "keyboardKeyNumpadEnter": "Num Enter", "dialModeButtonLabel": "Cambiar al modo de selección de hora", "licensesPackageDetailTextOne": "1 licencia", "timePickerDialHelpText": "SELECCIONAR HORA", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb index d0240e917f68..0bfed569e13d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb @@ -1,4 +1,62 @@ { + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyChannelDown": "Canal anterior", + "keyboardKeyBackspace": "Retroceso", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyKanjiMode": "Modo Kanji", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyHanjaMode": "Modo Hanja", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyKanaMode": "Modo Kana", + "keyboardKeyInsert": "Insert", + "keyboardKeyHome": "Inicio", + "keyboardKeyHiraganaKatakana": "Hiragana y Katakana", + "keyboardKeyEnd": "Fin", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyHangulMode": "Modo Hangul", + "keyboardKeyFn": "Fn", + "keyboardKeyEscape": "Esc", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyEject": "Expulsar", + "keyboardKeyEisu": "Eisū", + "keyboardKeyDelete": "Supr", + "keyboardKeyControl": "Ctrl", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyChannelUp": "Canal siguiente", + "keyboardKeyCapsLock": "Bloqueo de mayúscula", + "keyboardKeySelect": "Select", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyAlt": "Alt", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyMetaMacOs": "Comando", + "keyboardKeyMetaWindows": "Win", + "keyboardKeyNumLock": "Bloqueo numérico", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyPageDown": "AvPág", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeySpace": "Barra espaciadora", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyScrollLock": "Bloqueo de desplazamiento", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyPrintScreen": "Imprimir pantalla", + "keyboardKeyPowerOff": "Apagar", + "keyboardKeyPower": "Encender", + "keyboardKeyPageUp": "RePág", + "keyboardKeyNumpadEnter": "Num Enter", "dialModeButtonLabel": "Cambiar al modo de selección de hora", "licensesPackageDetailTextOne": "1 licencia", "timePickerDialHelpText": "SELECCIONAR HORA", diff --git a/packages/flutter_localizations/lib/src/l10n/material_et.arb b/packages/flutter_localizations/lib/src/l10n/material_et.arb index 780f3f2526ab..8b42436242b3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_et.arb @@ -85,29 +85,29 @@ "licensesPackageDetailTextOther": "$licenseCount litsentsi", "keyboardKeyAlt": "Alt", "keyboardKeyAltGraph": "AltGr", - "keyboardKeyBackspace": "Backspace", - "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyBackspace": "Tagasilüke", + "keyboardKeyCapsLock": "Suurtähelukk", + "keyboardKeyChannelDown": "Kanal madalamale", + "keyboardKeyChannelUp": "Kanal kõrgemale", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", "keyboardKeyEisu": "Eisū", - "keyboardKeyEject": "Eject", - "keyboardKeyEnd": "End", + "keyboardKeyEject": "Väljuta", + "keyboardKeyEnd": "Lõpp", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHangulMode": "Hanguli režiim", + "keyboardKeyHanjaMode": "Hanja režiim", "keyboardKeyHankaku": "Hankaku", "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", - "keyboardKeyHome": "Home", - "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyHiraganaKatakana": "Hiragana/Katakana", + "keyboardKeyHome": "Avaleht", + "keyboardKeyInsert": "Sisesta", + "keyboardKeyKanaMode": "Kana režiim", + "keyboardKeyKanjiMode": "Kanji režiim", "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", - "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumLock": "Numbrilukk", "keyboardKeyNumpad1": "Num 1", "keyboardKeyNumpad2": "Num 2", "keyboardKeyNumpad3": "Num 3", @@ -128,17 +128,17 @@ "keyboardKeyNumpadParenLeft": "Num (", "keyboardKeyNumpadParenRight": "Num )", "keyboardKeyNumpadSubtract": "Num -", - "keyboardKeyPageDown": "PgDown", - "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", - "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyPageDown": "Lehe võrra alla", + "keyboardKeyPageUp": "Lehe võrra üles", + "keyboardKeyPower": "Toide", + "keyboardKeyPowerOff": "Väljalülitamine", + "keyboardKeyPrintScreen": "Jäädvusta ekraanikuva", "keyboardKeyRomaji": "Romaji", - "keyboardKeyScrollLock": "Scroll Lock", - "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", + "keyboardKeyScrollLock": "Kerimislukk", + "keyboardKeySelect": "Vali", + "keyboardKeySpace": "Tühik", "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", - "keyboardKeyMetaMacOs": "Command", + "keyboardKeyZenkakuHankaku": "Zenkaku/Hankaku", + "keyboardKeyMetaMacOs": "Käsk", "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_eu.arb b/packages/flutter_localizations/lib/src/l10n/material_eu.arb index 53d438a45631..feb569885a0d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_eu.arb @@ -83,61 +83,61 @@ "licensesPackageDetailTextOne": "1 lizentzia", "licensesPackageDetailTextOther": "$licenseCount lizentzia", "keyboardKeyAlt": "Alt", - "keyboardKeyAltGraph": "AltGr", - "keyboardKeyBackspace": "Backspace", - "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", - "keyboardKeyControl": "Ctrl", - "keyboardKeyDelete": "Del", + "keyboardKeyAltGraph": "Alt Gr", + "keyboardKeyBackspace": "Atzera tekla", + "keyboardKeyCapsLock": "Blok Maius", + "keyboardKeyChannelDown": "Jaitsi kanal bat", + "keyboardKeyChannelUp": "Igo kanal bat", + "keyboardKeyControl": "Ktrl", + "keyboardKeyDelete": "Ezab", "keyboardKeyEisu": "Eisū", - "keyboardKeyEject": "Eject", - "keyboardKeyEnd": "End", - "keyboardKeyEscape": "Esc", + "keyboardKeyEject": "Kanporatu", + "keyboardKeyEnd": "Amaiera", + "keyboardKeyEscape": "Ihes", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHangulMode": "Hangul modua", + "keyboardKeyHanjaMode": "Hanja modua", "keyboardKeyHankaku": "Hankaku", "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", - "keyboardKeyHome": "Home", - "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyHiraganaKatakana": "Hiragana eta katakana", + "keyboardKeyHome": "Hasi", + "keyboardKeyInsert": "Txertatu", + "keyboardKeyKanaMode": "Kana modua", + "keyboardKeyKanjiMode": "Kanji modua", "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", - "keyboardKeyNumLock": "Num Lock", - "keyboardKeyNumpad1": "Num 1", - "keyboardKeyNumpad2": "Num 2", - "keyboardKeyNumpad3": "Num 3", - "keyboardKeyNumpad4": "Num 4", - "keyboardKeyNumpad5": "Num 5", - "keyboardKeyNumpad6": "Num 6", - "keyboardKeyNumpad7": "Num 7", - "keyboardKeyNumpad8": "Num 8", - "keyboardKeyNumpad9": "Num 9", - "keyboardKeyNumpad0": "Num 0", - "keyboardKeyNumpadAdd": "Num +", - "keyboardKeyNumpadComma": "Num ,", - "keyboardKeyNumpadDecimal": "Num .", - "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyNumpadEnter": "Num Enter", - "keyboardKeyNumpadEqual": "Num =", - "keyboardKeyNumpadMultiply": "Num *", - "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyNumpadParenRight": "Num )", - "keyboardKeyNumpadSubtract": "Num -", - "keyboardKeyPageDown": "PgDown", - "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", - "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", - "keyboardKeyScrollLock": "Scroll Lock", - "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", + "keyboardKeyNumLock": "Blok Zenb", + "keyboardKeyNumpad1": "Zenbakizko teklatuko 1", + "keyboardKeyNumpad2": "Zenbakizko teklatuko 2", + "keyboardKeyNumpad3": "Zenbakizko teklatuko 3", + "keyboardKeyNumpad4": "Zenbakizko teklatuko 4", + "keyboardKeyNumpad5": "Zenbakizko teklatuko 5", + "keyboardKeyNumpad6": "Zenbakizko teklatuko 6", + "keyboardKeyNumpad7": "Zenbakizko teklatuko 7", + "keyboardKeyNumpad8": "Zenbakizko teklatuko 8", + "keyboardKeyNumpad9": "Zenbakizko teklatuko 9", + "keyboardKeyNumpad0": "Zenbakizko teklatuko 0", + "keyboardKeyNumpadAdd": "Zenbakizko teklatuko +", + "keyboardKeyNumpadComma": "Zenbakizko teklatuko ,", + "keyboardKeyNumpadDecimal": "Zenbakizko teklatuko .", + "keyboardKeyNumpadDivide": "Zenbakizko teklatuko /", + "keyboardKeyNumpadEnter": "Zenbakizko teklatuko Sartu", + "keyboardKeyNumpadEqual": "Zenbakizko teklatuko =", + "keyboardKeyNumpadMultiply": "Zenbakizko teklatuko *", + "keyboardKeyNumpadParenLeft": "Zenbakizko teklatuko (", + "keyboardKeyNumpadParenRight": "Zenbakizko teklatuko )", + "keyboardKeyNumpadSubtract": "Zenbakizko teklatuko -", + "keyboardKeyPageDown": "OrBeh", + "keyboardKeyPageUp": "OrGo", + "keyboardKeyPower": "Piztu/Itzali", + "keyboardKeyPowerOff": "Itzali", + "keyboardKeyPrintScreen": "Inp pant", + "keyboardKeyRomaji": "Rōmaji", + "keyboardKeyScrollLock": "Blok Korr", + "keyboardKeySelect": "Hautatu", + "keyboardKeySpace": "Zuriune-barra", "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", - "keyboardKeyMetaMacOs": "Command", + "keyboardKeyZenkakuHankaku": "Zenkaku eta hankaku", + "keyboardKeyMetaMacOs": "Komandoa", "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index bed8819ed6df..55f3838d8ffd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -83,62 +83,62 @@ "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "۱ پروانه", "licensesPackageDetailTextOther": "$licenseCount پروانه", - "keyboardKeyAlt": "Alt", - "keyboardKeyAltGraph": "AltGr", - "keyboardKeyBackspace": "Backspace", - "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", - "keyboardKeyControl": "Ctrl", - "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", - "keyboardKeyEject": "Eject", - "keyboardKeyEnd": "End", - "keyboardKeyEscape": "Esc", - "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", - "keyboardKeyHome": "Home", - "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", - "keyboardKeyKatakana": "Katakana", - "keyboardKeyMeta": "Meta", - "keyboardKeyNumLock": "Num Lock", - "keyboardKeyNumpad1": "Num 1", - "keyboardKeyNumpad2": "Num 2", - "keyboardKeyNumpad3": "Num 3", - "keyboardKeyNumpad4": "Num 4", - "keyboardKeyNumpad5": "Num 5", - "keyboardKeyNumpad6": "Num 6", - "keyboardKeyNumpad7": "Num 7", - "keyboardKeyNumpad8": "Num 8", - "keyboardKeyNumpad9": "Num 9", - "keyboardKeyNumpad0": "Num 0", - "keyboardKeyNumpadAdd": "Num +", - "keyboardKeyNumpadComma": "Num ,", - "keyboardKeyNumpadDecimal": "Num .", - "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyNumpadEnter": "Num Enter", - "keyboardKeyNumpadEqual": "Num =", - "keyboardKeyNumpadMultiply": "Num *", - "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyNumpadParenRight": "Num )", - "keyboardKeyNumpadSubtract": "Num -", - "keyboardKeyPageDown": "PgDown", - "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", - "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", - "keyboardKeyScrollLock": "Scroll Lock", - "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", - "keyboardKeyMetaMacOs": "Command", + "keyboardKeyAlt": "دگرساز", + "keyboardKeyAltGraph": "دگرساز راست", + "keyboardKeyBackspace": "پس‌بَر", + "keyboardKeyCapsLock": "حالت حروف بزرگ", + "keyboardKeyChannelDown": "کانال پایین", + "keyboardKeyChannelUp": "کانال بالا", + "keyboardKeyControl": "مهار", + "keyboardKeyDelete": "حذف", + "keyboardKeyEisu": "اِسو", + "keyboardKeyEject": "خارج کردن", + "keyboardKeyEnd": "پایان", + "keyboardKeyEscape": "گریز", + "keyboardKeyFn": "عملکرد", + "keyboardKeyHangulMode": "حالت هانگول", + "keyboardKeyHanjaMode": "حالت هانجا", + "keyboardKeyHankaku": "هانکاکو", + "keyboardKeyHiragana": "هیراگانا", + "keyboardKeyHiraganaKatakana": "هیراگانا کاتاکانا", + "keyboardKeyHome": "صفحه اصلی", + "keyboardKeyInsert": "درج", + "keyboardKeyKanaMode": "حالت کانا", + "keyboardKeyKanjiMode": "حالت کانجی", + "keyboardKeyKatakana": "کاتاکانا", + "keyboardKeyMeta": "متا", + "keyboardKeyNumLock": "قفل اعداد", + "keyboardKeyNumpad1": "عدد ۱", + "keyboardKeyNumpad2": "عدد ۲", + "keyboardKeyNumpad3": "عدد ۳", + "keyboardKeyNumpad4": "عدد ۴", + "keyboardKeyNumpad5": "عدد ۵", + "keyboardKeyNumpad6": "عدد ۶", + "keyboardKeyNumpad7": "عدد ۷", + "keyboardKeyNumpad8": "عدد ۸", + "keyboardKeyNumpad9": "عدد ۹", + "keyboardKeyNumpad0": "عدد ۰", + "keyboardKeyNumpadAdd": "عدد +", + "keyboardKeyNumpadComma": "عدد ,", + "keyboardKeyNumpadDecimal": "عدد .", + "keyboardKeyNumpadDivide": "عدد /", + "keyboardKeyNumpadEnter": "ورود اعداد", + "keyboardKeyNumpadEqual": "عدد =", + "keyboardKeyNumpadMultiply": "عدد *", + "keyboardKeyNumpadParenLeft": "عدد (", + "keyboardKeyNumpadParenRight": "عدد )", + "keyboardKeyNumpadSubtract": "عدد -", + "keyboardKeyPageDown": "صفحه پایین", + "keyboardKeyPageUp": "صفحه بالا", + "keyboardKeyPower": "روشن/ خاموش", + "keyboardKeyPowerOff": "خاموش کردن", + "keyboardKeyPrintScreen": "چاپ صفحه", + "keyboardKeyRomaji": "روماجی", + "keyboardKeyScrollLock": "قفل پیمایش", + "keyboardKeySelect": "انتخاب", + "keyboardKeySpace": "فاصله", + "keyboardKeyZenkaku": "زنکاکو", + "keyboardKeyZenkakuHankaku": "زنکاکو هانکاکو", + "keyboardKeyMetaMacOs": "فرمان", "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fi.arb b/packages/flutter_localizations/lib/src/l10n/material_fi.arb index fc2726a13c86..08f9622b3b5c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fi.arb @@ -85,26 +85,26 @@ "licensesPackageDetailTextOther": "$licenseCount lisenssiä", "keyboardKeyAlt": "Alt", "keyboardKeyAltGraph": "AltGr", - "keyboardKeyBackspace": "Backspace", + "keyboardKeyBackspace": "Askelpalautin", "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyChannelDown": "Edellinen kanava", + "keyboardKeyChannelUp": "Seuraava kanava", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", "keyboardKeyEisu": "Eisū", - "keyboardKeyEject": "Eject", - "keyboardKeyEnd": "End", + "keyboardKeyEject": "Poista", + "keyboardKeyEnd": "Lopeta", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHangulMode": "Hangul-tila", + "keyboardKeyHanjaMode": "Hanja-tila", "keyboardKeyHankaku": "Hankaku", "keyboardKeyHiragana": "Hiragana", "keyboardKeyHiraganaKatakana": "Hiragana Katakana", - "keyboardKeyHome": "Home", - "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyHome": "Etusivu", + "keyboardKeyInsert": "Lisää", + "keyboardKeyKanaMode": "Kana-tila", + "keyboardKeyKanjiMode": "Kanji-tila", "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", @@ -130,15 +130,15 @@ "keyboardKeyNumpadSubtract": "Num -", "keyboardKeyPageDown": "PgDown", "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPower": "Virta", + "keyboardKeyPowerOff": "Virta pois", "keyboardKeyPrintScreen": "Print Screen", "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", - "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", + "keyboardKeySelect": "Valitse", + "keyboardKeySpace": "Välilyönti", "keyboardKeyZenkaku": "Zenkaku", "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", - "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaMacOs": "Komento", "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fil.arb b/packages/flutter_localizations/lib/src/l10n/material_fil.arb index 7d401e47ad32..9172cc0d834d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fil.arb @@ -131,12 +131,12 @@ "keyboardKeyPageDown": "PgDown", "keyboardKeyPageUp": "PgUp", "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPowerOff": "I-off", "keyboardKeyPrintScreen": "Print Screen", "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", - "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", + "keyboardKeySelect": "Piliin", + "keyboardKeySpace": "Puwang", "keyboardKeyZenkaku": "Zenkaku", "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index a0bac1e3aff2..008e2ebc5b74 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -85,61 +85,61 @@ "licensesPackageDetailTextOne": "1 licence", "licensesPackageDetailTextOther": "$licenseCount licences", "keyboardKeyAlt": "Alt", - "keyboardKeyAltGraph": "AltGr", - "keyboardKeyBackspace": "Backspace", - "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyAltGraph": "Alt Gr", + "keyboardKeyBackspace": "Retour arrière", + "keyboardKeyCapsLock": "Verr Maj", + "keyboardKeyChannelDown": "Chaîne suivante", + "keyboardKeyChannelUp": "Chaîne précédente", "keyboardKeyControl": "Ctrl", - "keyboardKeyDelete": "Del", + "keyboardKeyDelete": "Suppr", "keyboardKeyEisu": "Eisū", - "keyboardKeyEject": "Eject", - "keyboardKeyEnd": "End", - "keyboardKeyEscape": "Esc", + "keyboardKeyEject": "Éjecter", + "keyboardKeyEnd": "Fin", + "keyboardKeyEscape": "Échap", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHangulMode": "Mode hangûl", + "keyboardKeyHanjaMode": "Mode hanja", "keyboardKeyHankaku": "Hankaku", "keyboardKeyHiragana": "Hiragana", "keyboardKeyHiraganaKatakana": "Hiragana Katakana", - "keyboardKeyHome": "Home", - "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyHome": "Accueil", + "keyboardKeyInsert": "Insérer", + "keyboardKeyKanaMode": "Mode Kana", + "keyboardKeyKanjiMode": "Mode Kanji", "keyboardKeyKatakana": "Katakana", - "keyboardKeyMeta": "Meta", - "keyboardKeyNumLock": "Num Lock", - "keyboardKeyNumpad1": "Num 1", - "keyboardKeyNumpad2": "Num 2", - "keyboardKeyNumpad3": "Num 3", - "keyboardKeyNumpad4": "Num 4", - "keyboardKeyNumpad5": "Num 5", - "keyboardKeyNumpad6": "Num 6", - "keyboardKeyNumpad7": "Num 7", - "keyboardKeyNumpad8": "Num 8", - "keyboardKeyNumpad9": "Num 9", - "keyboardKeyNumpad0": "Num 0", - "keyboardKeyNumpadAdd": "Num +", - "keyboardKeyNumpadComma": "Num ,", - "keyboardKeyNumpadDecimal": "Num .", - "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyNumpadEnter": "Num Enter", - "keyboardKeyNumpadEqual": "Num =", - "keyboardKeyNumpadMultiply": "Num *", - "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyNumpadParenRight": "Num )", - "keyboardKeyNumpadSubtract": "Num -", - "keyboardKeyPageDown": "PgDown", - "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", - "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyMeta": "Méta", + "keyboardKeyNumLock": "Verr Num", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Entrée", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgSuiv", + "keyboardKeyPageUp": "PgPréc", + "keyboardKeyPower": "Puissance", + "keyboardKeyPowerOff": "Éteindre", + "keyboardKeyPrintScreen": "Impr. écran", "keyboardKeyRomaji": "Romaji", - "keyboardKeyScrollLock": "Scroll Lock", - "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", + "keyboardKeyScrollLock": "Arrêt défil", + "keyboardKeySelect": "Sélectionner", + "keyboardKeySpace": "Espace", "keyboardKeyZenkaku": "Zenkaku", "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", - "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaMacOs": "Commande", "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb b/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb index 1f9861cb895a..9cce16d004c2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb @@ -1,4 +1,62 @@ { + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyChannelDown": "Chaîne préc.", + "keyboardKeyCapsLock": "Verr. maj.", + "keyboardKeyMetaMacOs": "Commande", + "keyboardKeyMetaWindows": "Win", + "keyboardKeyNumLock": "Verr. num.", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyKanjiMode": "Mode Kanji", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyPrintScreen": "Impression de l'écran", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Entrée", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyEnd": "Fin", + "keyboardKeyKanaMode": "Mode Kana", + "keyboardKeyInsert": "Insér.", + "keyboardKeyHome": "Accueil", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHanjaMode": "Mode Hanja", + "keyboardKeyHangulMode": "Mode Hangul", + "keyboardKeyFn": "Fn", + "keyboardKeyEscape": "Échapp.", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyEject": "Éject.", + "keyboardKeyEisu": "Eisū", + "keyboardKeyDelete": "Suppr", + "keyboardKeyControl": "Ctrl", + "keyboardKeyChannelUp": "Chaîne suiv.", + "keyboardKeyPower": "Alimentation", + "keyboardKeyBackspace": "Retour arrière", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyAlt": "Alt", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeySpace": "Espace", + "keyboardKeySelect": "Sélect.", + "keyboardKeyScrollLock": "Arrêt défilement", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPowerOff": "Éteindre", + "keyboardKeyMeta": "Méta", + "keyboardKeyPageUp": "Bas page", + "keyboardKeyPageDown": "Haut page", + "keyboardKeyNumpad0": "Num 0", "invalidTimeLabel": "Entrez une heure valide", "licensesPackageDetailTextOne": "1 licence", "timePickerDialHelpText": "SÉLECTIONNER L'HEURE", diff --git a/packages/flutter_localizations/lib/src/l10n/material_gl.arb b/packages/flutter_localizations/lib/src/l10n/material_gl.arb index b23101535c9f..c1d5d00c4e80 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gl.arb @@ -85,30 +85,30 @@ "licensesPackageDetailTextOne": "1 licenza", "licensesPackageDetailTextOther": "$licenseCount licenzas", "keyboardKeyAlt": "Alt", - "keyboardKeyAltGraph": "AltGr", - "keyboardKeyBackspace": "Backspace", - "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyAltGraph": "Alt Gr", + "keyboardKeyBackspace": "Retroceso", + "keyboardKeyCapsLock": "Bloq Maiús", + "keyboardKeyChannelDown": "Canle abaixo", + "keyboardKeyChannelUp": "Canle arriba", "keyboardKeyControl": "Ctrl", - "keyboardKeyDelete": "Del", + "keyboardKeyDelete": "Supr", "keyboardKeyEisu": "Eisū", - "keyboardKeyEject": "Eject", - "keyboardKeyEnd": "End", + "keyboardKeyEject": "Expulsar", + "keyboardKeyEnd": "Fin", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHangulMode": "Modo hangul", + "keyboardKeyHanjaMode": "Modo hanja", "keyboardKeyHankaku": "Hankaku", "keyboardKeyHiragana": "Hiragana", "keyboardKeyHiraganaKatakana": "Hiragana Katakana", - "keyboardKeyHome": "Home", - "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyHome": "Inicio", + "keyboardKeyInsert": "Inserir", + "keyboardKeyKanaMode": "Modo kana", + "keyboardKeyKanjiMode": "Modo kanji", "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", - "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumLock": "Bloq Num", "keyboardKeyNumpad1": "Num 1", "keyboardKeyNumpad2": "Num 2", "keyboardKeyNumpad3": "Num 3", @@ -123,23 +123,23 @@ "keyboardKeyNumpadComma": "Num ,", "keyboardKeyNumpadDecimal": "Num .", "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEnter": "Num Intro", "keyboardKeyNumpadEqual": "Num =", "keyboardKeyNumpadMultiply": "Num *", "keyboardKeyNumpadParenLeft": "Num (", "keyboardKeyNumpadParenRight": "Num )", "keyboardKeyNumpadSubtract": "Num -", - "keyboardKeyPageDown": "PgDown", - "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", - "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyPageDown": "AvPáx", + "keyboardKeyPageUp": "RePáx", + "keyboardKeyPower": "Acender", + "keyboardKeyPowerOff": "Apagar", + "keyboardKeyPrintScreen": "Imprimir pantalla", "keyboardKeyRomaji": "Romaji", - "keyboardKeyScrollLock": "Scroll Lock", - "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", + "keyboardKeyScrollLock": "Bloq Despr", + "keyboardKeySelect": "Seleccionar", + "keyboardKeySpace": "Espazo", "keyboardKeyZenkaku": "Zenkaku", "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", - "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaMacOs": "Comando", "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index 110f5b1fba4f..32119d6c9911 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -85,60 +85,60 @@ "licensesPackageDetailTextOther": "$licenseCount Lizenzen", "keyboardKeyAlt": "Alt", "keyboardKeyAltGraph": "AltGr", - "keyboardKeyBackspace": "Backspace", - "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", - "keyboardKeyControl": "Ctrl", - "keyboardKeyDelete": "Del", + "keyboardKeyBackspace": "Rücktaste", + "keyboardKeyCapsLock": "Feststelltaste", + "keyboardKeyChannelDown": "Vorheriger Kanal", + "keyboardKeyChannelUp": "Nächster Kanal", + "keyboardKeyControl": "Strg", + "keyboardKeyDelete": "Entf", "keyboardKeyEisu": "Eisū", - "keyboardKeyEject": "Eject", - "keyboardKeyEnd": "End", + "keyboardKeyEject": "Auswerfen", + "keyboardKeyEnd": "Ende", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHangulMode": "Hangul-Modus", + "keyboardKeyHanjaMode": "Hanja-Modus", "keyboardKeyHankaku": "Hankaku", "keyboardKeyHiragana": "Hiragana", "keyboardKeyHiraganaKatakana": "Hiragana Katakana", - "keyboardKeyHome": "Home", - "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyHome": "Pos1", + "keyboardKeyInsert": "Einfg", + "keyboardKeyKanaMode": "Kana-Modus", + "keyboardKeyKanjiMode": "Kanji-Modus", "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", - "keyboardKeyNumLock": "Num Lock", - "keyboardKeyNumpad1": "Num 1", - "keyboardKeyNumpad2": "Num 2", - "keyboardKeyNumpad3": "Num 3", - "keyboardKeyNumpad4": "Num 4", - "keyboardKeyNumpad5": "Num 5", - "keyboardKeyNumpad6": "Num 6", - "keyboardKeyNumpad7": "Num 7", - "keyboardKeyNumpad8": "Num 8", - "keyboardKeyNumpad9": "Num 9", - "keyboardKeyNumpad0": "Num 0", - "keyboardKeyNumpadAdd": "Num +", - "keyboardKeyNumpadComma": "Num ,", - "keyboardKeyNumpadDecimal": "Num .", - "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyNumpadEnter": "Num Enter", - "keyboardKeyNumpadEqual": "Num =", - "keyboardKeyNumpadMultiply": "Num *", - "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyNumpadParenRight": "Num )", - "keyboardKeyNumpadSubtract": "Num -", - "keyboardKeyPageDown": "PgDown", - "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", - "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyNumLock": "Num", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadEnter": "Num Eingabetaste", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "Bild ab", + "keyboardKeyPageUp": "Bild auf", + "keyboardKeyPower": "Ein/Aus", + "keyboardKeyPowerOff": "Aus", + "keyboardKeyPrintScreen": "Druck", "keyboardKeyRomaji": "Romaji", - "keyboardKeyScrollLock": "Scroll Lock", - "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", + "keyboardKeyScrollLock": "Rollen", + "keyboardKeySelect": "Auswählen", + "keyboardKeySpace": "Leertaste", "keyboardKeyZenkaku": "Zenkaku", "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", - "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaMacOs": "Befehl", "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index 56ae255ac3d0..6c5ba2d934ce 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -124,25 +124,25 @@ "keyboardKeyNumpad8": "Num 8", "keyboardKeyNumpad9": "Num 9", "keyboardKeyNumpad0": "Num 0", - "keyboardKeyNumpadAdd": "Num +", - "keyboardKeyNumpadComma": "Num ,", - "keyboardKeyNumpadDecimal": "Num .", - "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadAdd": "+ ‏Num", + "keyboardKeyNumpadComma": ", ‏Num", + "keyboardKeyNumpadDecimal": ". ‏Num", + "keyboardKeyNumpadDivide": "/ ‏Num", "keyboardKeyNumpadEnter": "Num Enter", - "keyboardKeyNumpadEqual": "Num =", - "keyboardKeyNumpadMultiply": "Num *", - "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyNumpadParenRight": "Num )", - "keyboardKeyNumpadSubtract": "Num -", - "keyboardKeyPageDown": "PgDown", - "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", + "keyboardKeyNumpadEqual": "= ‏Num", + "keyboardKeyNumpadMultiply": "* ‏Num", + "keyboardKeyNumpadParenLeft": ") ‏Num", + "keyboardKeyNumpadParenRight": "( ‏Num", + "keyboardKeyNumpadSubtract": "- ‏Num", + "keyboardKeyPageDown": "Page Down", + "keyboardKeyPageUp": "Page Up", + "keyboardKeyPower": "הפעלה", + "keyboardKeyPowerOff": "כיבוי", "keyboardKeyPrintScreen": "Print Screen", "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", + "keyboardKeySpace": "רווח", "keyboardKeyZenkaku": "Zenkaku", "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", diff --git a/packages/flutter_localizations/lib/src/l10n/material_hr.arb b/packages/flutter_localizations/lib/src/l10n/material_hr.arb index d281d6ac6b10..cfc9c89560a4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hr.arb @@ -90,58 +90,58 @@ "keyboardKeyAltGraph": "AltGr", "keyboardKeyBackspace": "Backspace", "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyChannelDown": "Kanal prema dolje", + "keyboardKeyChannelUp": "Kanal prema gore", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", "keyboardKeyEisu": "Eisū", - "keyboardKeyEject": "Eject", - "keyboardKeyEnd": "End", + "keyboardKeyEject": "Izbaci", + "keyboardKeyEnd": "Kraj", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHangulMode": "Način hangul", + "keyboardKeyHanjaMode": "Način hanja", "keyboardKeyHankaku": "Hankaku", "keyboardKeyHiragana": "Hiragana", "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", - "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyInsert": "Umetni", + "keyboardKeyKanaMode": "Način kana", + "keyboardKeyKanjiMode": "Način kanji", "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", - "keyboardKeyNumpad1": "Num 1", - "keyboardKeyNumpad2": "Num 2", - "keyboardKeyNumpad3": "Num 3", - "keyboardKeyNumpad4": "Num 4", - "keyboardKeyNumpad5": "Num 5", - "keyboardKeyNumpad6": "Num 6", - "keyboardKeyNumpad7": "Num 7", - "keyboardKeyNumpad8": "Num 8", - "keyboardKeyNumpad9": "Num 9", - "keyboardKeyNumpad0": "Num 0", - "keyboardKeyNumpadAdd": "Num +", - "keyboardKeyNumpadComma": "Num ,", - "keyboardKeyNumpadDecimal": "Num .", - "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyNumpadEnter": "Num Enter", - "keyboardKeyNumpadEqual": "Num =", - "keyboardKeyNumpadMultiply": "Num *", - "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyNumpadParenRight": "Num )", - "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyNumpad1": "Broj 1", + "keyboardKeyNumpad2": "Broj 2", + "keyboardKeyNumpad3": "Broj 3", + "keyboardKeyNumpad4": "Broj 4", + "keyboardKeyNumpad5": "Broj 5", + "keyboardKeyNumpad6": "Broj 6", + "keyboardKeyNumpad7": "Broj 7", + "keyboardKeyNumpad8": "Broj 8", + "keyboardKeyNumpad9": "Broj 9", + "keyboardKeyNumpad0": "Broj 0", + "keyboardKeyNumpadAdd": "Broj +", + "keyboardKeyNumpadComma": "Broj ,", + "keyboardKeyNumpadDecimal": "Broj .", + "keyboardKeyNumpadDivide": "Broj /", + "keyboardKeyNumpadEnter": "Broj Enter", + "keyboardKeyNumpadEqual": "Broj =", + "keyboardKeyNumpadMultiply": "Broj *", + "keyboardKeyNumpadParenLeft": "Broj (", + "keyboardKeyNumpadParenRight": "Broj )", + "keyboardKeyNumpadSubtract": "Broj -", "keyboardKeyPageDown": "PgDown", "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPower": "Napajanje", + "keyboardKeyPowerOff": "Isključivanje", "keyboardKeyPrintScreen": "Print Screen", "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", - "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", + "keyboardKeySelect": "Odaberi", + "keyboardKeySpace": "Razmaknica", "keyboardKeyZenkaku": "Zenkaku", "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", - "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaMacOs": "Naredba", "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hu.arb b/packages/flutter_localizations/lib/src/l10n/material_hu.arb index e48d8d276c56..f4a3b41c0296 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hu.arb @@ -87,24 +87,24 @@ "keyboardKeyAltGraph": "AltGr", "keyboardKeyBackspace": "Backspace", "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyChannelDown": "Csatorna – le", + "keyboardKeyChannelUp": "Csatorna – fel", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", "keyboardKeyEisu": "Eisū", - "keyboardKeyEject": "Eject", + "keyboardKeyEject": "Kiadás", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHangulMode": "Hangul mód", + "keyboardKeyHanjaMode": "Handzsa mód", "keyboardKeyHankaku": "Hankaku", "keyboardKeyHiragana": "Hiragana", "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKanaMode": "Kana mód", + "keyboardKeyKanjiMode": "Kandzsi mód", "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", @@ -130,13 +130,13 @@ "keyboardKeyNumpadSubtract": "Num -", "keyboardKeyPageDown": "PgDown", "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPower": "Bekapcsolás", + "keyboardKeyPowerOff": "Kikapcsolás", "keyboardKeyPrintScreen": "Print Screen", "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", - "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", + "keyboardKeySelect": "Kiválasztás", + "keyboardKeySpace": "Szóköz", "keyboardKeyZenkaku": "Zenkaku", "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", diff --git a/packages/flutter_localizations/lib/src/l10n/material_hy.arb b/packages/flutter_localizations/lib/src/l10n/material_hy.arb index 442f9abe6d58..6c93944400c8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hy.arb @@ -92,8 +92,8 @@ "keyboardKeyAltGraph": "AltGr", "keyboardKeyBackspace": "Backspace", "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyChannelDown": "Հաջորդ ալիքը", + "keyboardKeyChannelUp": "Նախորդ ալիքը", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", "keyboardKeyEisu": "Eisū", @@ -101,15 +101,15 @@ "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHangulMode": "Hangul ռեժիմ", + "keyboardKeyHanjaMode": "Hanja ռեժիմ", "keyboardKeyHankaku": "Hankaku", "keyboardKeyHiragana": "Hiragana", "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKanaMode": "Kana ռեժիմ", + "keyboardKeyKanjiMode": "Kanji ռեժիմ", "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", @@ -135,13 +135,13 @@ "keyboardKeyNumpadSubtract": "Num -", "keyboardKeyPageDown": "PgDown", "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPower": "Սնուցում", + "keyboardKeyPowerOff": "Անջատել", "keyboardKeyPrintScreen": "Print Screen", "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", - "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", + "keyboardKeySelect": "Ընտրել", + "keyboardKeySpace": "Բացատ", "keyboardKeyZenkaku": "Zenkaku", "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", diff --git a/packages/flutter_localizations/lib/src/l10n/material_is.arb b/packages/flutter_localizations/lib/src/l10n/material_is.arb index 9bd0a59c76ff..e73d05a88cb1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_is.arb @@ -84,26 +84,26 @@ "licensesPackageDetailTextOther": "$licenseCount leyfi", "keyboardKeyAlt": "Alt", "keyboardKeyAltGraph": "AltGr", - "keyboardKeyBackspace": "Backspace", - "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyBackspace": "Bakklykill", + "keyboardKeyCapsLock": "Hástafalás", + "keyboardKeyChannelDown": "Niður um rás", + "keyboardKeyChannelUp": "Upp um rás", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", "keyboardKeyEisu": "Eisū", - "keyboardKeyEject": "Eject", + "keyboardKeyEject": "Fjarlægja", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHangulMode": "Hangul-stilling", + "keyboardKeyHanjaMode": "Hanja-stilling", "keyboardKeyHankaku": "Hankaku", "keyboardKeyHiragana": "Hiragana", "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKanaMode": "Kana-stilling", + "keyboardKeyKanjiMode": "Kanji-stilling", "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", @@ -129,13 +129,13 @@ "keyboardKeyNumpadSubtract": "Num -", "keyboardKeyPageDown": "PgDown", "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPower": "Aflrofi", + "keyboardKeyPowerOff": "Slökkva", "keyboardKeyPrintScreen": "Print Screen", "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", - "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", + "keyboardKeySelect": "Velja", + "keyboardKeySpace": "Bil", "keyboardKeyZenkaku": "Zenkaku", "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index 76a0f6dc2e21..5d53b7bfd8bf 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -84,30 +84,30 @@ "licensesPackageDetailTextOne": "1 licenza", "licensesPackageDetailTextOther": "$licenseCount licenze", "keyboardKeyAlt": "Alt", - "keyboardKeyAltGraph": "AltGr", + "keyboardKeyAltGraph": "Alt Gr", "keyboardKeyBackspace": "Backspace", - "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyCapsLock": "Bloc Maiusc", + "keyboardKeyChannelDown": "Canale giù", + "keyboardKeyChannelUp": "Canale su", "keyboardKeyControl": "Ctrl", - "keyboardKeyDelete": "Del", + "keyboardKeyDelete": "Canc", "keyboardKeyEisu": "Eisū", - "keyboardKeyEject": "Eject", - "keyboardKeyEnd": "End", + "keyboardKeyEject": "Espelli", + "keyboardKeyEnd": "Fine", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHangulMode": "Modalità hangul", + "keyboardKeyHanjaMode": "Modalità hanja", "keyboardKeyHankaku": "Hankaku", "keyboardKeyHiragana": "Hiragana", "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", - "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyInsert": "Ins", + "keyboardKeyKanaMode": "Modalità kana", + "keyboardKeyKanjiMode": "Modalità kanji", "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", - "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumLock": "Bloc Num", "keyboardKeyNumpad1": "Num 1", "keyboardKeyNumpad2": "Num 2", "keyboardKeyNumpad3": "Num 3", @@ -122,23 +122,23 @@ "keyboardKeyNumpadComma": "Num ,", "keyboardKeyNumpadDecimal": "Num .", "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEnter": "Num Invio", "keyboardKeyNumpadEqual": "Num =", "keyboardKeyNumpadMultiply": "Num *", "keyboardKeyNumpadParenLeft": "Num (", "keyboardKeyNumpadParenRight": "Num )", "keyboardKeyNumpadSubtract": "Num -", - "keyboardKeyPageDown": "PgDown", - "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", - "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyPageDown": "Pag giù", + "keyboardKeyPageUp": "Pag su", + "keyboardKeyPower": "Spegni/Accendi", + "keyboardKeyPowerOff": "Spegni", + "keyboardKeyPrintScreen": "Stamp", "keyboardKeyRomaji": "Romaji", - "keyboardKeyScrollLock": "Scroll Lock", - "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", + "keyboardKeyScrollLock": "Bloc Scorr", + "keyboardKeySelect": "Seleziona", + "keyboardKeySpace": "Barra spaziatrice", "keyboardKeyZenkaku": "Zenkaku", "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", - "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaMacOs": "Comando", "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index ae0f1fc8dd6d..89f3c1c26be8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -86,59 +86,59 @@ "keyboardKeyAlt": "Alt", "keyboardKeyAltGraph": "AltGr", "keyboardKeyBackspace": "Backspace", - "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyCapsLock": "CapsLock", + "keyboardKeyChannelDown": "次のチャンネル", + "keyboardKeyChannelUp": "前のチャンネル", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", + "keyboardKeyEisu": "英数", "keyboardKeyEject": "Eject", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHangulMode": "ハングルモード", + "keyboardKeyHanjaMode": "漢字(ハンジャ)モード", + "keyboardKeyHankaku": "半角", + "keyboardKeyHiragana": "ひらがな", + "keyboardKeyHiraganaKatakana": "かな / カナ / ローマ字", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", - "keyboardKeyKatakana": "Katakana", + "keyboardKeyKanaMode": "かなモード", + "keyboardKeyKanjiMode": "漢字モード", + "keyboardKeyKatakana": "カタカナ", "keyboardKeyMeta": "Meta", - "keyboardKeyNumLock": "Num Lock", - "keyboardKeyNumpad1": "Num 1", - "keyboardKeyNumpad2": "Num 2", - "keyboardKeyNumpad3": "Num 3", - "keyboardKeyNumpad4": "Num 4", - "keyboardKeyNumpad5": "Num 5", - "keyboardKeyNumpad6": "Num 6", - "keyboardKeyNumpad7": "Num 7", - "keyboardKeyNumpad8": "Num 8", - "keyboardKeyNumpad9": "Num 9", - "keyboardKeyNumpad0": "Num 0", - "keyboardKeyNumpadAdd": "Num +", - "keyboardKeyNumpadComma": "Num ,", - "keyboardKeyNumpadDecimal": "Num .", - "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyNumpadEnter": "Num Enter", - "keyboardKeyNumpadEqual": "Num =", - "keyboardKeyNumpadMultiply": "Num *", - "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyNumpadParenRight": "Num )", - "keyboardKeyNumpadSubtract": "Num -", - "keyboardKeyPageDown": "PgDown", - "keyboardKeyPageUp": "PgUp", + "keyboardKeyNumLock": "NumLock", + "keyboardKeyNumpad1": "テンキー 1", + "keyboardKeyNumpad2": "テンキー 2", + "keyboardKeyNumpad3": "テンキー 3", + "keyboardKeyNumpad4": "テンキー 4", + "keyboardKeyNumpad5": "テンキー 5", + "keyboardKeyNumpad6": "テンキー 6", + "keyboardKeyNumpad7": "テンキー 7", + "keyboardKeyNumpad8": "テンキー 8", + "keyboardKeyNumpad9": "テンキー 9", + "keyboardKeyNumpad0": "テンキー 0", + "keyboardKeyNumpadAdd": "テンキー +", + "keyboardKeyNumpadComma": "テンキー ,", + "keyboardKeyNumpadDecimal": "テンキー .", + "keyboardKeyNumpadDivide": "テンキー /", + "keyboardKeyNumpadEnter": "テンキー Enter", + "keyboardKeyNumpadEqual": "テンキー =", + "keyboardKeyNumpadMultiply": "テンキー *", + "keyboardKeyNumpadParenLeft": "テンキー (", + "keyboardKeyNumpadParenRight": "テンキー )", + "keyboardKeyNumpadSubtract": "テンキー -", + "keyboardKeyPageDown": "PageDown", + "keyboardKeyPageUp": "PageUp", "keyboardKeyPower": "Power", "keyboardKeyPowerOff": "Power Off", - "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", - "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeyPrintScreen": "Printscreen", + "keyboardKeyRomaji": "ローマ字", + "keyboardKeyScrollLock": "ScrollLock", "keyboardKeySelect": "Select", "keyboardKeySpace": "Space", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyZenkaku": "全角", + "keyboardKeyZenkakuHankaku": "半 / 全 / 漢字", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ka.arb b/packages/flutter_localizations/lib/src/l10n/material_ka.arb index 85f52c2875e7..d9b6667ecab2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ka.arb @@ -95,16 +95,16 @@ "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHangulMode": "ჰანგილის რეჟიმი", + "keyboardKeyHanjaMode": "ჰანჯის რეჟიმი", + "keyboardKeyHankaku": "ჰანკაკუ", + "keyboardKeyHiragana": "ჰირაგანა", + "keyboardKeyHiraganaKatakana": "ჰირაგანა კატაკანა", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", - "keyboardKeyKatakana": "Katakana", + "keyboardKeyKanaMode": "კანას რეჟიმი", + "keyboardKeyKanjiMode": "კანჯის რეჟიმი", + "keyboardKeyKatakana": "კატაკანა", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -129,15 +129,15 @@ "keyboardKeyNumpadSubtract": "Num -", "keyboardKeyPageDown": "PgDown", "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPower": "ჩართვა", + "keyboardKeyPowerOff": "გამორთვა", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", + "keyboardKeyRomaji": "რომაჯი", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", "keyboardKeySpace": "Space", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyZenkaku": "ზენკაკუ", + "keyboardKeyZenkakuHankaku": "ზენკაკუ ჰანკაკუ", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kk.arb b/packages/flutter_localizations/lib/src/l10n/material_kk.arb index 7c67e35aadc4..ac09f39b8283 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kk.arb @@ -88,8 +88,8 @@ "keyboardKeyAltGraph": "AltGr", "keyboardKeyBackspace": "Backspace", "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyChannelDown": "Келесі арна", + "keyboardKeyChannelUp": "Алдыңғы арна", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", "keyboardKeyEisu": "Eisū", @@ -97,16 +97,16 @@ "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHangulMode": "Ханғыл режимі", + "keyboardKeyHanjaMode": "Ханжа режимі", + "keyboardKeyHankaku": "Ханкаку", + "keyboardKeyHiragana": "Хирагана", + "keyboardKeyHiraganaKatakana": "Хирагана Катакана", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", - "keyboardKeyKatakana": "Katakana", + "keyboardKeyKanaMode": "Кана режимі", + "keyboardKeyKanjiMode": "Канжи режимі", + "keyboardKeyKatakana": "Катакана", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -131,15 +131,15 @@ "keyboardKeyNumpadSubtract": "Num -", "keyboardKeyPageDown": "PgDown", "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPower": "Қуат", + "keyboardKeyPowerOff": "Қуатты өшіру", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", + "keyboardKeyRomaji": "Ромажи", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeySpace": "Бос орын", + "keyboardKeyZenkaku": "Зенкаку", + "keyboardKeyZenkakuHankaku": "Зенкаку Ханкаку", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index 13f73c5910b8..d044927b5dbb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -85,28 +85,28 @@ "licensesPackageDetailTextOther": "라이선스 $licenseCount개", "keyboardKeyAlt": "Alt", "keyboardKeyAltGraph": "AltGr", - "keyboardKeyBackspace": "Backspace", + "keyboardKeyBackspace": "백스페이스", "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyChannelDown": "채널 아래로", + "keyboardKeyChannelUp": "채널 위로", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", "keyboardKeyEisu": "Eisū", - "keyboardKeyEject": "Eject", + "keyboardKeyEject": "꺼내기", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHangulMode": "한글 모드", + "keyboardKeyHanjaMode": "한자 모드", + "keyboardKeyHankaku": "반각", + "keyboardKeyHiragana": "히라가나", + "keyboardKeyHiraganaKatakana": "히라가나 가타카나", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", - "keyboardKeyKatakana": "Katakana", - "keyboardKeyMeta": "Meta", + "keyboardKeyKanaMode": "가나 모드", + "keyboardKeyKanjiMode": "칸지 모드", + "keyboardKeyKatakana": "가타카나", + "keyboardKeyMeta": "메타", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", "keyboardKeyNumpad2": "Num 2", @@ -129,16 +129,16 @@ "keyboardKeyNumpadParenRight": "Num )", "keyboardKeyNumpadSubtract": "Num -", "keyboardKeyPageDown": "PgDown", - "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPageUp": "PageUp", + "keyboardKeyPower": "전원", + "keyboardKeyPowerOff": "종료", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", + "keyboardKeyRomaji": "로마자", "keyboardKeyScrollLock": "Scroll Lock", - "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeySelect": "선택", + "keyboardKeySpace": "스페이스", + "keyboardKeyZenkaku": "전각", + "keyboardKeyZenkakuHankaku": "전각 및 반각", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ky.arb b/packages/flutter_localizations/lib/src/l10n/material_ky.arb index d20e50fd445c..7d1a47e94568 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ky.arb @@ -95,17 +95,17 @@ "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHangulMode": "Хангул режими", + "keyboardKeyHanjaMode": "Ханжа режими", + "keyboardKeyHankaku": "Ханкаку", + "keyboardKeyHiragana": "Хирагана", + "keyboardKeyHiraganaKatakana": "Хирагана-катакана", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", - "keyboardKeyKatakana": "Katakana", - "keyboardKeyMeta": "Meta", + "keyboardKeyKanaMode": "Кана режими", + "keyboardKeyKanjiMode": "Канжи режими", + "keyboardKeyKatakana": "Катакана", + "keyboardKeyMeta": "Мета", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", "keyboardKeyNumpad2": "Num 2", @@ -132,12 +132,12 @@ "keyboardKeyPower": "Power", "keyboardKeyPowerOff": "Power Off", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", + "keyboardKeyRomaji": "Ромажи", "keyboardKeyScrollLock": "Scroll Lock", - "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeySelect": "Тандоо", + "keyboardKeySpace": "Боштук", + "keyboardKeyZenkaku": "Зенкаку", + "keyboardKeyZenkakuHankaku": "Зенкаку-ханкаку", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lo.arb b/packages/flutter_localizations/lib/src/l10n/material_lo.arb index 7b598af30e7d..95a30867b8e1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lo.arb @@ -95,42 +95,42 @@ "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHangulMode": "ໂໝດ Hangul", + "keyboardKeyHanjaMode": "ໂໝດ Hanja", "keyboardKeyHankaku": "Hankaku", "keyboardKeyHiragana": "Hiragana", "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKanaMode": "ໂໝດ Kana", + "keyboardKeyKanjiMode": "ໂໝດ Kanji", "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", - "keyboardKeyNumpad1": "Num 1", - "keyboardKeyNumpad2": "Num 2", - "keyboardKeyNumpad3": "Num 3", - "keyboardKeyNumpad4": "Num 4", - "keyboardKeyNumpad5": "Num 5", - "keyboardKeyNumpad6": "Num 6", - "keyboardKeyNumpad7": "Num 7", - "keyboardKeyNumpad8": "Num 8", - "keyboardKeyNumpad9": "Num 9", - "keyboardKeyNumpad0": "Num 0", - "keyboardKeyNumpadAdd": "Num +", - "keyboardKeyNumpadComma": "Num ,", - "keyboardKeyNumpadDecimal": "Num .", - "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyNumpadEnter": "Num Enter", - "keyboardKeyNumpadEqual": "Num =", - "keyboardKeyNumpadMultiply": "Num *", - "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyNumpadParenRight": "Num )", - "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyNumpad1": "ເລກ 1", + "keyboardKeyNumpad2": "ເລກ 2", + "keyboardKeyNumpad3": "ເລກ 3", + "keyboardKeyNumpad4": "ເລກ 4", + "keyboardKeyNumpad5": "ເລກ 5", + "keyboardKeyNumpad6": "ເລກ 6", + "keyboardKeyNumpad7": "ເລກ 7", + "keyboardKeyNumpad8": "ເລກ 8", + "keyboardKeyNumpad9": "ເລກ 9", + "keyboardKeyNumpad0": "ເລກ 0", + "keyboardKeyNumpadAdd": "ປຸ່ມ +", + "keyboardKeyNumpadComma": "ປຸ່ມ ,", + "keyboardKeyNumpadDecimal": "ປຸ່ມ .", + "keyboardKeyNumpadDivide": "ປຸ່ມ /", + "keyboardKeyNumpadEnter": "ປຸ່ມ Enter", + "keyboardKeyNumpadEqual": "ປຸ່ມ =", + "keyboardKeyNumpadMultiply": "ປຸ່ມ *", + "keyboardKeyNumpadParenLeft": "ປຸ່ມ (", + "keyboardKeyNumpadParenRight": "ປຸ່ມ )", + "keyboardKeyNumpadSubtract": "ປຸ່ມ -", "keyboardKeyPageDown": "PgDown", "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPower": "ເປີດປິດ", + "keyboardKeyPowerOff": "ປິດເຄື່ອງ", "keyboardKeyPrintScreen": "Print Screen", "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", diff --git a/packages/flutter_localizations/lib/src/l10n/material_lt.arb b/packages/flutter_localizations/lib/src/l10n/material_lt.arb index 58cbaca6b60b..d26aeafa6f3a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lt.arb @@ -91,58 +91,58 @@ "licensesPackageDetailTextOther": "$licenseCount licencijų", "keyboardKeyAlt": "Alt", "keyboardKeyAltGraph": "AltGr", - "keyboardKeyBackspace": "Backspace", + "keyboardKeyBackspace": "Naikinimo klavišas", "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyChannelDown": "Ankstesnis kanalas", + "keyboardKeyChannelUp": "Kitas kanalas", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", "keyboardKeyEisu": "Eisū", - "keyboardKeyEject": "Eject", + "keyboardKeyEject": "Išimti", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHangulMode": "Hangul režimas", + "keyboardKeyHanjaMode": "Hanja režimas", "keyboardKeyHankaku": "Hankaku", "keyboardKeyHiragana": "Hiragana", "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKanaMode": "Kana režimas", + "keyboardKeyKanjiMode": "Kanji režimas", "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", - "keyboardKeyNumpad1": "Num 1", - "keyboardKeyNumpad2": "Num 2", - "keyboardKeyNumpad3": "Num 3", - "keyboardKeyNumpad4": "Num 4", - "keyboardKeyNumpad5": "Num 5", - "keyboardKeyNumpad6": "Num 6", - "keyboardKeyNumpad7": "Num 7", - "keyboardKeyNumpad8": "Num 8", - "keyboardKeyNumpad9": "Num 9", - "keyboardKeyNumpad0": "Num 0", - "keyboardKeyNumpadAdd": "Num +", - "keyboardKeyNumpadComma": "Num ,", - "keyboardKeyNumpadDecimal": "Num .", - "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyNumpadEnter": "Num Enter", - "keyboardKeyNumpadEqual": "Num =", - "keyboardKeyNumpadMultiply": "Num *", - "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyNumpadParenRight": "Num )", - "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyNumpad1": "Skaitm 1", + "keyboardKeyNumpad2": "Skaitm 2", + "keyboardKeyNumpad3": "Skaitm 3", + "keyboardKeyNumpad4": "Skaitm 4", + "keyboardKeyNumpad5": "Skaitm 5", + "keyboardKeyNumpad6": "Skaitm 6", + "keyboardKeyNumpad7": "Skaitm 7", + "keyboardKeyNumpad8": "Skaitm 8", + "keyboardKeyNumpad9": "Skaitm 9", + "keyboardKeyNumpad0": "Skaitm 0", + "keyboardKeyNumpadAdd": "Skaitm +", + "keyboardKeyNumpadComma": "Skaitm ,", + "keyboardKeyNumpadDecimal": "Skaitm .", + "keyboardKeyNumpadDivide": "Skaitm /", + "keyboardKeyNumpadEnter": "Skaitm „Enter“", + "keyboardKeyNumpadEqual": "Skaitm =", + "keyboardKeyNumpadMultiply": "Skaitm *", + "keyboardKeyNumpadParenLeft": "Skaitm (", + "keyboardKeyNumpadParenRight": "Skaitm )", + "keyboardKeyNumpadSubtract": "Skaitm -", "keyboardKeyPageDown": "PgDown", "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPower": "Maitinimas", + "keyboardKeyPowerOff": "Išjungti", "keyboardKeyPrintScreen": "Print Screen", "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", + "keyboardKeySpace": "Tarpas", "keyboardKeyZenkaku": "Zenkaku", "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", diff --git a/packages/flutter_localizations/lib/src/l10n/material_lv.arb b/packages/flutter_localizations/lib/src/l10n/material_lv.arb index f3e2dc30f862..ff82a3f0273d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lv.arb @@ -88,24 +88,24 @@ "keyboardKeyAltGraph": "AltGr", "keyboardKeyBackspace": "Backspace", "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyChannelDown": "Nākamais kanāls", + "keyboardKeyChannelUp": "Iepriekšējais kanāls", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", "keyboardKeyEisu": "Eisū", - "keyboardKeyEject": "Eject", + "keyboardKeyEject": "Izstumt", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHangulMode": "Hangul režīms", + "keyboardKeyHanjaMode": "Hanja režīms", "keyboardKeyHankaku": "Hankaku", "keyboardKeyHiragana": "Hiragana", "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKanaMode": "Kana režīms", + "keyboardKeyKanjiMode": "Kanji režīms", "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", @@ -131,15 +131,15 @@ "keyboardKeyNumpadSubtract": "Num -", "keyboardKeyPageDown": "PgDown", "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPower": "Ieslēgt", + "keyboardKeyPowerOff": "Izslēgt", "keyboardKeyPrintScreen": "Print Screen", "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", - "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", + "keyboardKeySelect": "Atlasīt", + "keyboardKeySpace": "Atstarpes taustiņš", "keyboardKeyZenkaku": "Zenkaku", "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Windows" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ml.arb b/packages/flutter_localizations/lib/src/l10n/material_ml.arb index f32bc4fa3b84..1f53679d38f0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ml.arb @@ -52,7 +52,7 @@ "collapsedIconTapHint": "വികസിപ്പിക്കുക", "remainingTextFieldCharacterCountOne": "ഒരു പ്രതീകം ശേഷിക്കുന്നു", "remainingTextFieldCharacterCountOther": "$remainingCount പ്രതീകങ്ങൾ ശേഷിക്കുന്നു", - "refreshIndicatorSemanticLabel": "പുതുക്കിയെടുക്കുക", + "refreshIndicatorSemanticLabel": "റീഫ്രഷ് ചെയ്യുക", "moreButtonTooltip": "കൂടുതൽ", "dateSeparator": "/", "dateHelpText": "mm/dd/yyyy", diff --git a/packages/flutter_localizations/lib/src/l10n/material_mn.arb b/packages/flutter_localizations/lib/src/l10n/material_mn.arb index e410863311eb..70ec9dd704b2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mn.arb @@ -97,17 +97,17 @@ "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHangulMode": "Солонгос хэлний горим", + "keyboardKeyHanjaMode": "Hanja горим", "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", - "keyboardKeyHome": "Home", - "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", - "keyboardKeyKatakana": "Katakana", - "keyboardKeyMeta": "Meta", + "keyboardKeyHiragana": "Хирагана", + "keyboardKeyHiraganaKatakana": "Хирагана Катакана", + "keyboardKeyHome": "Гэр", + "keyboardKeyInsert": "Оруулах", + "keyboardKeyKanaMode": "Kana горим", + "keyboardKeyKanjiMode": "Kanji горим", + "keyboardKeyKatakana": "Катакана", + "keyboardKeyMeta": "Мета", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", "keyboardKeyNumpad2": "Num 2", @@ -131,15 +131,15 @@ "keyboardKeyNumpadSubtract": "Num -", "keyboardKeyPageDown": "PgDown", "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPower": "Асаах/унтраах товч", + "keyboardKeyPowerOff": "Унтраах", "keyboardKeyPrintScreen": "Print Screen", "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", - "keyboardKeySelect": "Select", + "keyboardKeySelect": "Сонгох", "keyboardKeySpace": "Space", "keyboardKeyZenkaku": "Zenkaku", "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", - "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaMacOs": "Тушаал", "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mr.arb b/packages/flutter_localizations/lib/src/l10n/material_mr.arb index d0a103b5f304..7399f307896b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mr.arb @@ -86,28 +86,28 @@ "licensesPackageDetailTextOther": "$licenseCount परवाने", "keyboardKeyAlt": "Alt", "keyboardKeyAltGraph": "AltGr", - "keyboardKeyBackspace": "Backspace", - "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyBackspace": "बॅकस्पेस", + "keyboardKeyCapsLock": "कॅप्स लॉक", + "keyboardKeyChannelDown": "चॅनल डाउन", + "keyboardKeyChannelUp": "चॅनल अप", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", "keyboardKeyEisu": "Eisū", - "keyboardKeyEject": "Eject", - "keyboardKeyEnd": "End", + "keyboardKeyEject": "इजेक्ट", + "keyboardKeyEnd": "एंड", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", - "keyboardKeyHome": "Home", - "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", - "keyboardKeyKatakana": "Katakana", - "keyboardKeyMeta": "Meta", + "keyboardKeyHangulMode": "हंगुल मोड", + "keyboardKeyHanjaMode": "हांजा मोड", + "keyboardKeyHankaku": "हानकाकू", + "keyboardKeyHiragana": "हिरागाना", + "keyboardKeyHiraganaKatakana": "हिरागाना काताकाना", + "keyboardKeyHome": "होम", + "keyboardKeyInsert": "इन्सर्ट", + "keyboardKeyKanaMode": "काना मोड", + "keyboardKeyKanjiMode": "कांजी मोड", + "keyboardKeyKatakana": "काताकाना", + "keyboardKeyMeta": "मेटा", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", "keyboardKeyNumpad2": "Num 2", @@ -131,15 +131,15 @@ "keyboardKeyNumpadSubtract": "Num -", "keyboardKeyPageDown": "PgDown", "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", - "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", - "keyboardKeyScrollLock": "Scroll Lock", - "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", - "keyboardKeyMetaMacOs": "Command", + "keyboardKeyPower": "पॉवर", + "keyboardKeyPowerOff": "पॉवर ऑफ", + "keyboardKeyPrintScreen": "प्रिंट स्क्रीन", + "keyboardKeyRomaji": "रोमाजी", + "keyboardKeyScrollLock": "स्क्रोल लॉक", + "keyboardKeySelect": "निवडा", + "keyboardKeySpace": "स्पेस", + "keyboardKeyZenkaku": "झेनकाकू", + "keyboardKeyZenkakuHankaku": "झेनकाकू हानकाकू", + "keyboardKeyMetaMacOs": "कमांड", "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ms.arb b/packages/flutter_localizations/lib/src/l10n/material_ms.arb index e6f66e3a78f0..faca2a1c54f9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ms.arb @@ -88,24 +88,24 @@ "keyboardKeyAltGraph": "AltGr", "keyboardKeyBackspace": "Backspace", "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyChannelDown": "Saluran Bawah", + "keyboardKeyChannelUp": "Saluran ke Atas", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", "keyboardKeyEisu": "Eisū", - "keyboardKeyEject": "Eject", + "keyboardKeyEject": "Keluarkan", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHangulMode": "Mod Hangul", + "keyboardKeyHanjaMode": "Mod Hanja", "keyboardKeyHankaku": "Hankaku", "keyboardKeyHiragana": "Hiragana", "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKanaMode": "Mod Kana", + "keyboardKeyKanjiMode": "Mod Kanji", "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", @@ -131,15 +131,15 @@ "keyboardKeyNumpadSubtract": "Num -", "keyboardKeyPageDown": "PgDown", "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPower": "Kuasa", + "keyboardKeyPowerOff": "Matikan", "keyboardKeyPrintScreen": "Print Screen", "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", - "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", + "keyboardKeySelect": "Pilih", + "keyboardKeySpace": "Ruang", "keyboardKeyZenkaku": "Zenkaku", "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", - "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaMacOs": "Perintah", "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_my.arb b/packages/flutter_localizations/lib/src/l10n/material_my.arb index 6d98aaf284bc..0a8a4b46631c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_my.arb @@ -84,60 +84,60 @@ "licensesPackageDetailTextOther": "လိုင်စင် $licenseCount ခု", "keyboardKeyAlt": "Alt", "keyboardKeyAltGraph": "AltGr", - "keyboardKeyBackspace": "Backspace", - "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyBackspace": "နောက်ပြန်ခလုတ်", + "keyboardKeyCapsLock": "စားလုံးကြီးလော့ခ်", + "keyboardKeyChannelDown": "ချန်နယ်အောက်", + "keyboardKeyChannelUp": "ချန်နယ်အပေါ်", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", "keyboardKeyEisu": "Eisū", - "keyboardKeyEject": "Eject", - "keyboardKeyEnd": "End", + "keyboardKeyEject": "ထုတ်ရန်", + "keyboardKeyEnd": "အဆုံး", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHangulMode": "Hangul မုဒ်", + "keyboardKeyHanjaMode": "Hanja မုဒ်", "keyboardKeyHankaku": "Hankaku", "keyboardKeyHiragana": "Hiragana", "keyboardKeyHiraganaKatakana": "Hiragana Katakana", - "keyboardKeyHome": "Home", - "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyHome": "ပင်မခလုတ်", + "keyboardKeyInsert": "ထည့်သွင်းခလုတ်", + "keyboardKeyKanaMode": "Kana မုဒ်", + "keyboardKeyKanjiMode": "Kanji မုဒ်", "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", - "keyboardKeyNumLock": "Num Lock", - "keyboardKeyNumpad1": "Num 1", - "keyboardKeyNumpad2": "Num 2", - "keyboardKeyNumpad3": "Num 3", - "keyboardKeyNumpad4": "Num 4", - "keyboardKeyNumpad5": "Num 5", - "keyboardKeyNumpad6": "Num 6", - "keyboardKeyNumpad7": "Num 7", - "keyboardKeyNumpad8": "Num 8", - "keyboardKeyNumpad9": "Num 9", - "keyboardKeyNumpad0": "Num 0", - "keyboardKeyNumpadAdd": "Num +", - "keyboardKeyNumpadComma": "Num ,", - "keyboardKeyNumpadDecimal": "Num .", - "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyNumpadEnter": "Num Enter", - "keyboardKeyNumpadEqual": "Num =", - "keyboardKeyNumpadMultiply": "Num *", - "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyNumpadParenRight": "Num )", - "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyNumLock": "နံပါတ်လော့ခ်", + "keyboardKeyNumpad1": "နံပါတ် ၁", + "keyboardKeyNumpad2": "နံပါတ် ၂", + "keyboardKeyNumpad3": "နံပါတ် ၃", + "keyboardKeyNumpad4": "နံပါတ် ၄", + "keyboardKeyNumpad5": "နံပါတ် ၅", + "keyboardKeyNumpad6": "နံပါတ် ၆", + "keyboardKeyNumpad7": "နံပါတ် ၇", + "keyboardKeyNumpad8": "နံပါတ် ၈", + "keyboardKeyNumpad9": "နံပါတ် ၉", + "keyboardKeyNumpad0": "နံပါတ် ၀", + "keyboardKeyNumpadAdd": "နံပါတ် +", + "keyboardKeyNumpadComma": "နံပါတ် ၊", + "keyboardKeyNumpadDecimal": "နံပါတ် ။", + "keyboardKeyNumpadDivide": "နံပါတ် /", + "keyboardKeyNumpadEnter": "နံပါတ် Enter ခလုတ်", + "keyboardKeyNumpadEqual": "နံပါတ် =", + "keyboardKeyNumpadMultiply": "နံပါတ် *", + "keyboardKeyNumpadParenLeft": "နံပါတ် (", + "keyboardKeyNumpadParenRight": "နံပါတ် )", + "keyboardKeyNumpadSubtract": "နံပါတ် -", "keyboardKeyPageDown": "PgDown", "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", - "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyPower": "ပါဝါခလုတ်", + "keyboardKeyPowerOff": "စက်ပိတ်ရန်", + "keyboardKeyPrintScreen": "ပရင့်စခရင်", "keyboardKeyRomaji": "Romaji", - "keyboardKeyScrollLock": "Scroll Lock", - "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", + "keyboardKeyScrollLock": "လှိမ့်သည့်လော့ခ်", + "keyboardKeySelect": "ရွေးရန်", + "keyboardKeySpace": "နေရာခြားခလုတ်", "keyboardKeyZenkaku": "Zenkaku", "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", - "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaMacOs": "ကွန်မန်း", "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nb.arb b/packages/flutter_localizations/lib/src/l10n/material_nb.arb index c0c760fa71f9..6ab322199b00 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nb.arb @@ -82,27 +82,27 @@ "remainingTextFieldCharacterCountOther": "$remainingCount tegn gjenstår", "refreshIndicatorSemanticLabel": "Laster inn på nytt", "keyboardKeyAlt": "Alt", - "keyboardKeyAltGraph": "AltGr", - "keyboardKeyBackspace": "Backspace", + "keyboardKeyAltGraph": "Alt Gr", + "keyboardKeyBackspace": "Tilbaketast", "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyChannelDown": "Forrige kanal", + "keyboardKeyChannelUp": "Neste kanal", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", "keyboardKeyEisu": "Eisū", - "keyboardKeyEject": "Eject", + "keyboardKeyEject": "Løs ut", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHangulMode": "Hangul-modus", + "keyboardKeyHanjaMode": "Hanja-modus", "keyboardKeyHankaku": "Hankaku", "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHiraganaKatakana": "Hiragana katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKanaMode": "Kana-modus", + "keyboardKeyKanjiMode": "Kanji-modus", "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", @@ -128,15 +128,15 @@ "keyboardKeyNumpadSubtract": "Num -", "keyboardKeyPageDown": "PgDown", "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", - "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyPower": "Av/på", + "keyboardKeyPowerOff": "Slå av", + "keyboardKeyPrintScreen": "PrtScn", "keyboardKeyRomaji": "Romaji", - "keyboardKeyScrollLock": "Scroll Lock", - "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", + "keyboardKeyScrollLock": "ScrLk", + "keyboardKeySelect": "Velg", + "keyboardKeySpace": "Mellomrom", "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", - "keyboardKeyMetaMacOs": "Command", + "keyboardKeyZenkakuHankaku": "Zenkaku hankaku", + "keyboardKeyMetaMacOs": "Kommando", "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index e260a76e8821..02ba94cd3351 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -87,24 +87,24 @@ "keyboardKeyAltGraph": "AltGr", "keyboardKeyBackspace": "Backspace", "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyChannelDown": "Kanaal omlaag", + "keyboardKeyChannelUp": "Kanaal omhoog", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", "keyboardKeyEisu": "Eisū", - "keyboardKeyEject": "Eject", + "keyboardKeyEject": "Uitwerpen", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHangulMode": "Hangul-modus", + "keyboardKeyHanjaMode": "Hanja-modus", "keyboardKeyHankaku": "Hankaku", "keyboardKeyHiragana": "Hiragana", "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKanaMode": "Kana-modus", + "keyboardKeyKanjiMode": "Kanji-modus", "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", @@ -130,13 +130,13 @@ "keyboardKeyNumpadSubtract": "Num -", "keyboardKeyPageDown": "PgDown", "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPower": "Aan/uit", + "keyboardKeyPowerOff": "Uit", "keyboardKeyPrintScreen": "Print Screen", "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", - "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", + "keyboardKeySelect": "Selecteren", + "keyboardKeySpace": "Spatie", "keyboardKeyZenkaku": "Zenkaku", "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", diff --git a/packages/flutter_localizations/lib/src/l10n/material_no.arb b/packages/flutter_localizations/lib/src/l10n/material_no.arb index c0c760fa71f9..6ab322199b00 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_no.arb @@ -82,27 +82,27 @@ "remainingTextFieldCharacterCountOther": "$remainingCount tegn gjenstår", "refreshIndicatorSemanticLabel": "Laster inn på nytt", "keyboardKeyAlt": "Alt", - "keyboardKeyAltGraph": "AltGr", - "keyboardKeyBackspace": "Backspace", + "keyboardKeyAltGraph": "Alt Gr", + "keyboardKeyBackspace": "Tilbaketast", "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyChannelDown": "Forrige kanal", + "keyboardKeyChannelUp": "Neste kanal", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", "keyboardKeyEisu": "Eisū", - "keyboardKeyEject": "Eject", + "keyboardKeyEject": "Løs ut", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHangulMode": "Hangul-modus", + "keyboardKeyHanjaMode": "Hanja-modus", "keyboardKeyHankaku": "Hankaku", "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHiraganaKatakana": "Hiragana katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKanaMode": "Kana-modus", + "keyboardKeyKanjiMode": "Kanji-modus", "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", @@ -128,15 +128,15 @@ "keyboardKeyNumpadSubtract": "Num -", "keyboardKeyPageDown": "PgDown", "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", - "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyPower": "Av/på", + "keyboardKeyPowerOff": "Slå av", + "keyboardKeyPrintScreen": "PrtScn", "keyboardKeyRomaji": "Romaji", - "keyboardKeyScrollLock": "Scroll Lock", - "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", + "keyboardKeyScrollLock": "ScrLk", + "keyboardKeySelect": "Velg", + "keyboardKeySpace": "Mellomrom", "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", - "keyboardKeyMetaMacOs": "Command", + "keyboardKeyZenkakuHankaku": "Zenkaku hankaku", + "keyboardKeyMetaMacOs": "Kommando", "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index e871c6cc61c9..51d1a236778f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -93,56 +93,56 @@ "keyboardKeyAltGraph": "AltGr", "keyboardKeyBackspace": "Backspace", "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyChannelDown": "Poprzedni kanał", + "keyboardKeyChannelUp": "Następny kanał", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", "keyboardKeyEisu": "Eisū", - "keyboardKeyEject": "Eject", + "keyboardKeyEject": "Wysuń", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHangulMode": "Tryb hangul", + "keyboardKeyHanjaMode": "Tryb hanja", "keyboardKeyHankaku": "Hankaku", "keyboardKeyHiragana": "Hiragana", "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKanaMode": "Tryb kana", + "keyboardKeyKanjiMode": "Tryb kanji", "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", - "keyboardKeyNumpad1": "Num 1", - "keyboardKeyNumpad2": "Num 2", - "keyboardKeyNumpad3": "Num 3", - "keyboardKeyNumpad4": "Num 4", - "keyboardKeyNumpad5": "Num 5", - "keyboardKeyNumpad6": "Num 6", - "keyboardKeyNumpad7": "Num 7", - "keyboardKeyNumpad8": "Num 8", - "keyboardKeyNumpad9": "Num 9", - "keyboardKeyNumpad0": "Num 0", - "keyboardKeyNumpadAdd": "Num +", - "keyboardKeyNumpadComma": "Num ,", - "keyboardKeyNumpadDecimal": "Num .", - "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", "keyboardKeyNumpadEnter": "Num Enter", - "keyboardKeyNumpadEqual": "Num =", - "keyboardKeyNumpadMultiply": "Num *", - "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyNumpadParenRight": "Num )", - "keyboardKeyNumpadSubtract": "Num -", - "keyboardKeyPageDown": "PgDown", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyPageDown": "PgDn", "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPower": "Zasilanie", + "keyboardKeyPowerOff": "Wyłącz zasilanie", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", + "keyboardKeyRomaji": "Rōmaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", + "keyboardKeySpace": "Spacja", "keyboardKeyZenkaku": "Zenkaku", "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index f2d1a75f368b..236cbf116da9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -29,7 +29,7 @@ "continueButtonLabel": "CONTINUAR", "copyButtonLabel": "Copiar", "cutButtonLabel": "Cortar", - "okButtonLabel": "Ok", + "okButtonLabel": "OK", "pasteButtonLabel": "Colar", "selectAllButtonLabel": "Selecionar tudo", "viewLicensesButtonLabel": "VER LICENÇAS", @@ -89,24 +89,24 @@ "keyboardKeyAltGraph": "AltGr", "keyboardKeyBackspace": "Backspace", "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyChannelDown": "Canais para baixo", + "keyboardKeyChannelUp": "Canais para cima", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", "keyboardKeyEisu": "Eisū", - "keyboardKeyEject": "Eject", + "keyboardKeyEject": "Ejetar", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHangulMode": "Modo Hangul", + "keyboardKeyHanjaMode": "Modo Hanja", "keyboardKeyHankaku": "Hankaku", "keyboardKeyHiragana": "Hiragana", "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKanaMode": "Modo Kana", + "keyboardKeyKanjiMode": "Modo Kanji", "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", @@ -132,13 +132,13 @@ "keyboardKeyNumpadSubtract": "Num -", "keyboardKeyPageDown": "PgDown", "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPower": "Liga/desliga", + "keyboardKeyPowerOff": "Desligar", "keyboardKeyPrintScreen": "Print Screen", "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", - "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", + "keyboardKeySelect": "Selecionar", + "keyboardKeySpace": "Espaço", "keyboardKeyZenkaku": "Zenkaku", "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb index 05e295c83e58..40544084a7dc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb @@ -1,4 +1,62 @@ { + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyChannelDown": "Canal anterior", + "keyboardKeyBackspace": "Retrocesso", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyKanjiMode": "Modo kanji", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyHanjaMode": "Modo hanja", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyKanaMode": "Modo kana", + "keyboardKeyInsert": "Inserir", + "keyboardKeyHome": "Início", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyEnd": "Fim", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyHangulMode": "Modo hangul", + "keyboardKeyFn": "Fn", + "keyboardKeyEscape": "Esc", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyEject": "Ejetar", + "keyboardKeyEisu": "Eisū", + "keyboardKeyDelete": "Del", + "keyboardKeyControl": "Ctrl", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyChannelUp": "Canal seguinte", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeySelect": "Selecionar", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyAlt": "Alt", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeySpace": "Espaço", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyPowerOff": "Desligar", + "keyboardKeyPower": "Alimentação", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyNumpadEnter": "Num Enter", "dialModeButtonLabel": "Mude para o modo de seletor de mostrador", "licensesPackageDetailTextOne": "1 licença", "timePickerDialHelpText": "SELECIONAR HORA", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/flutter_localizations/lib/src/l10n/material_ro.arb index 374c08022ca4..fa36adad37d1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ro.arb @@ -91,8 +91,8 @@ "keyboardKeyAltGraph": "AltGr", "keyboardKeyBackspace": "Backspace", "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyChannelDown": "Înapoi", + "keyboardKeyChannelUp": "Înainte", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", "keyboardKeyEisu": "Eisū", @@ -100,38 +100,38 @@ "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHangulMode": "Modul Hangul", + "keyboardKeyHanjaMode": "Modul Hanja", "keyboardKeyHankaku": "Hankaku", "keyboardKeyHiragana": "Hiragana", "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKanaMode": "Modul Kana", + "keyboardKeyKanjiMode": "Modul Kanji", "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", - "keyboardKeyNumpad1": "Num 1", - "keyboardKeyNumpad2": "Num 2", - "keyboardKeyNumpad3": "Num 3", - "keyboardKeyNumpad4": "Num 4", - "keyboardKeyNumpad5": "Num 5", - "keyboardKeyNumpad6": "Num 6", - "keyboardKeyNumpad7": "Num 7", - "keyboardKeyNumpad8": "Num 8", - "keyboardKeyNumpad9": "Num 9", - "keyboardKeyNumpad0": "Num 0", - "keyboardKeyNumpadAdd": "Num +", - "keyboardKeyNumpadComma": "Num ,", - "keyboardKeyNumpadDecimal": "Num .", - "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyNumpadEnter": "Num Enter", - "keyboardKeyNumpadEqual": "Num =", - "keyboardKeyNumpadMultiply": "Num *", - "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyNumpadParenRight": "Num )", - "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyNumpad1": "1 de pe tastatura numerică", + "keyboardKeyNumpad2": "2 de pe tastatura numerică", + "keyboardKeyNumpad3": "3 de pe tastatura numerică", + "keyboardKeyNumpad4": "4 de pe tastatura numerică", + "keyboardKeyNumpad5": "5 de pe tastatura numerică", + "keyboardKeyNumpad6": "6 de pe tastatura numerică", + "keyboardKeyNumpad7": "7 de pe tastatura numerică", + "keyboardKeyNumpad8": "8 de pe tastatura numerică", + "keyboardKeyNumpad9": "9 de pe tastatura numerică", + "keyboardKeyNumpad0": "0 de pe tastatura numerică", + "keyboardKeyNumpadAdd": "+ de pe tastatura numerică", + "keyboardKeyNumpadComma": ", de pe tastatura numerică", + "keyboardKeyNumpadDecimal": ". de pe tastatura numerică", + "keyboardKeyNumpadDivide": "/ de pe tastatura numerică", + "keyboardKeyNumpadEnter": "Enter de pe tastatura numerică", + "keyboardKeyNumpadEqual": "= de pe tastatura numerică", + "keyboardKeyNumpadMultiply": "* de pe tastatura numerică", + "keyboardKeyNumpadParenLeft": "( de pe tastatura numerică", + "keyboardKeyNumpadParenRight": ") de pe tastatura numerică", + "keyboardKeyNumpadSubtract": "- de pe tastatura numerică", "keyboardKeyPageDown": "PgDown", "keyboardKeyPageUp": "PgUp", "keyboardKeyPower": "Power", @@ -140,7 +140,7 @@ "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", + "keyboardKeySpace": "Spațiu", "keyboardKeyZenkaku": "Zenkaku", "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index b98e71b4c43b..7156f3b88227 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -94,25 +94,25 @@ "keyboardKeyAltGraph": "AltGr", "keyboardKeyBackspace": "Backspace", "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyChannelDown": "Следующий канал", + "keyboardKeyChannelUp": "Предыдущий канал", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", - "keyboardKeyEject": "Eject", + "keyboardKeyEisu": "Эйсу", + "keyboardKeyEject": "Извлечь", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHangulMode": "Хангыль", + "keyboardKeyHanjaMode": "Ханча", + "keyboardKeyHankaku": "Ханкаку", + "keyboardKeyHiragana": "Хирагана", + "keyboardKeyHiraganaKatakana": "Хирагана Катакана", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", - "keyboardKeyKatakana": "Katakana", + "keyboardKeyKanaMode": "Кана", + "keyboardKeyKanjiMode": "Кандзи", + "keyboardKeyKatakana": "Катакана", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -129,7 +129,7 @@ "keyboardKeyNumpadComma": "Num ,", "keyboardKeyNumpadDecimal": "Num .", "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyNumpadEnter": "Num Enter", + "keyboardKeyNumpadEnter": "Num Ввод", "keyboardKeyNumpadEqual": "Num =", "keyboardKeyNumpadMultiply": "Num *", "keyboardKeyNumpadParenLeft": "Num (", @@ -137,15 +137,15 @@ "keyboardKeyNumpadSubtract": "Num -", "keyboardKeyPageDown": "PgDown", "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPower": "Питание", + "keyboardKeyPowerOff": "Отключить питание", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", + "keyboardKeyRomaji": "Ромадзи", "keyboardKeyScrollLock": "Scroll Lock", - "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeySelect": "Выбрать", + "keyboardKeySpace": "Пробел", + "keyboardKeyZenkaku": "Дзэнкаку", + "keyboardKeyZenkakuHankaku": "Дзэнкаку Ханкаку", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sk.arb b/packages/flutter_localizations/lib/src/l10n/material_sk.arb index cc453f0b3f73..914dd832d9bb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sk.arb @@ -93,24 +93,24 @@ "keyboardKeyAltGraph": "AltGr", "keyboardKeyBackspace": "Backspace", "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyChannelDown": "O kanál nižšie", + "keyboardKeyChannelUp": "O kanál vyššie", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", "keyboardKeyEisu": "Eisū", - "keyboardKeyEject": "Eject", + "keyboardKeyEject": "Odpojiť", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHangulMode": "Režim Hangul", + "keyboardKeyHanjaMode": "Režim Hanja", "keyboardKeyHankaku": "Hankaku", "keyboardKeyHiragana": "Hiragana", "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKanaMode": "Režim Kana", + "keyboardKeyKanjiMode": "Režim kandži", "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", @@ -136,13 +136,13 @@ "keyboardKeyNumpadSubtract": "Num -", "keyboardKeyPageDown": "PgDown", "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPower": "Vypínač", + "keyboardKeyPowerOff": "Vypnúť", "keyboardKeyPrintScreen": "Print Screen", "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", + "keyboardKeySpace": "Medzerník", "keyboardKeyZenkaku": "Zenkaku", "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sl.arb b/packages/flutter_localizations/lib/src/l10n/material_sl.arb index 9ba372d0a058..1639088cb4d9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sl.arb @@ -89,62 +89,62 @@ "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 licenca", "licensesPackageDetailTextOther": "$licenseCount licenc", - "keyboardKeyAlt": "Alt", - "keyboardKeyAltGraph": "AltGr", - "keyboardKeyBackspace": "Backspace", - "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", - "keyboardKeyControl": "Ctrl", - "keyboardKeyDelete": "Del", + "keyboardKeyAlt": "Alt.", + "keyboardKeyAltGraph": "Alt. gr.", + "keyboardKeyBackspace": "Vračalka", + "keyboardKeyCapsLock": "Velike črke", + "keyboardKeyChannelDown": "Kanal dol", + "keyboardKeyChannelUp": "Kanal gor", + "keyboardKeyControl": "Ktrl", + "keyboardKeyDelete": "Odstrani", "keyboardKeyEisu": "Eisū", - "keyboardKeyEject": "Eject", - "keyboardKeyEnd": "End", - "keyboardKeyEscape": "Esc", + "keyboardKeyEject": "Izvrzi", + "keyboardKeyEnd": "Konec", + "keyboardKeyEscape": "Izhod", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", - "keyboardKeyHome": "Home", - "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", - "keyboardKeyKatakana": "Katakana", + "keyboardKeyHangulMode": "Način hangul", + "keyboardKeyHanjaMode": "Način handža", + "keyboardKeyHankaku": "hankaku", + "keyboardKeyHiragana": "hiragana", + "keyboardKeyHiraganaKatakana": "hiragana katakana", + "keyboardKeyHome": "Začetek", + "keyboardKeyInsert": "Vstavi", + "keyboardKeyKanaMode": "Način kana", + "keyboardKeyKanjiMode": "Način kanji", + "keyboardKeyKatakana": "katakana", "keyboardKeyMeta": "Meta", - "keyboardKeyNumLock": "Num Lock", - "keyboardKeyNumpad1": "Num 1", - "keyboardKeyNumpad2": "Num 2", - "keyboardKeyNumpad3": "Num 3", - "keyboardKeyNumpad4": "Num 4", - "keyboardKeyNumpad5": "Num 5", - "keyboardKeyNumpad6": "Num 6", - "keyboardKeyNumpad7": "Num 7", - "keyboardKeyNumpad8": "Num 8", - "keyboardKeyNumpad9": "Num 9", - "keyboardKeyNumpad0": "Num 0", - "keyboardKeyNumpadAdd": "Num +", - "keyboardKeyNumpadComma": "Num ,", - "keyboardKeyNumpadDecimal": "Num .", - "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyNumpadEnter": "Num Enter", - "keyboardKeyNumpadEqual": "Num =", - "keyboardKeyNumpadMultiply": "Num *", - "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyNumpadParenRight": "Num )", - "keyboardKeyNumpadSubtract": "Num -", - "keyboardKeyPageDown": "PgDown", - "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", - "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", - "keyboardKeyScrollLock": "Scroll Lock", - "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyNumLock": "Vklopi štev.", + "keyboardKeyNumpad1": "Štev. 1", + "keyboardKeyNumpad2": "Štev. 2", + "keyboardKeyNumpad3": "Štev. 3", + "keyboardKeyNumpad4": "Štev. 4", + "keyboardKeyNumpad5": "Štev. 5", + "keyboardKeyNumpad6": "Štev. 6", + "keyboardKeyNumpad7": "Štev. 7", + "keyboardKeyNumpad8": "Štev. 8", + "keyboardKeyNumpad9": "Štev. 9", + "keyboardKeyNumpad0": "Štev. 0", + "keyboardKeyNumpadAdd": "Štev. +", + "keyboardKeyNumpadComma": "Štev. ,", + "keyboardKeyNumpadDecimal": "Štev. .", + "keyboardKeyNumpadDivide": "Štev. /", + "keyboardKeyNumpadEnter": "Štev. Vnos", + "keyboardKeyNumpadEqual": "Štev. =", + "keyboardKeyNumpadMultiply": "Štev. *", + "keyboardKeyNumpadParenLeft": "Štev. (", + "keyboardKeyNumpadParenRight": "Štev. )", + "keyboardKeyNumpadSubtract": "Štev. -", + "keyboardKeyPageDown": "Stran dol", + "keyboardKeyPageUp": "Stran gor", + "keyboardKeyPower": "Vklop", + "keyboardKeyPowerOff": "Izklop", + "keyboardKeyPrintScreen": "Zajem zaslona", + "keyboardKeyRomaji": "Romadži", + "keyboardKeyScrollLock": "Vklopi drsenje", + "keyboardKeySelect": "Izberi", + "keyboardKeySpace": "Preslednica", + "keyboardKeyZenkaku": "zenkaku", + "keyboardKeyZenkakuHankaku": "zenkaku hankaku", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sq.arb b/packages/flutter_localizations/lib/src/l10n/material_sq.arb index 5582ae3e6607..d2ece92b84ed 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sq.arb @@ -89,7 +89,7 @@ "keyboardKeyChannelDown": "Channel Down", "keyboardKeyChannelUp": "Channel Up", "keyboardKeyControl": "Ctrl", - "keyboardKeyDelete": "Del", + "keyboardKeyDelete": "Delete", "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Eject", "keyboardKeyEnd": "End", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr.arb b/packages/flutter_localizations/lib/src/l10n/material_sr.arb index de1e9f219234..9c344bf590b8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr.arb @@ -90,25 +90,25 @@ "keyboardKeyAltGraph": "AltGr", "keyboardKeyBackspace": "Backspace", "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyChannelDown": "Претходни канал", + "keyboardKeyChannelUp": "Следећи канал", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", + "keyboardKeyEisu": "Еису", "keyboardKeyEject": "Eject", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHangulMode": "Режим хангул", + "keyboardKeyHanjaMode": "Режим ханџа", + "keyboardKeyHankaku": "Ханкаку", + "keyboardKeyHiragana": "Хирагана", + "keyboardKeyHiraganaKatakana": "Хирагана катакана", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", - "keyboardKeyKatakana": "Katakana", + "keyboardKeyKanaMode": "Кана режим", + "keyboardKeyKanjiMode": "Канџи режим", + "keyboardKeyKatakana": "Катакана", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -133,15 +133,15 @@ "keyboardKeyNumpadSubtract": "Num -", "keyboardKeyPageDown": "PgDown", "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPower": "Дугме за укључивање", + "keyboardKeyPowerOff": "Дугме за искључивање", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", + "keyboardKeyRomaji": "Ромађи", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeySpace": "Тастер за размак", + "keyboardKeyZenkaku": "Зенкаку", + "keyboardKeyZenkakuHankaku": "Зенкаку ханкаку", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb b/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb index 368f49bf48fd..9b7a39bea7c5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb @@ -1,4 +1,62 @@ { + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyInsert": "Insert", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyHome": "Home", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyEscape": "Esc", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyRomaji": "Romađi", + "keyboardKeyHiraganaKatakana": "Hiragana katakana", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyHanjaMode": "Režim handža", + "keyboardKeyHangulMode": "Režim hangul", + "keyboardKeyEject": "Eject", + "keyboardKeyFn": "Fn", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyEnd": "End", + "keyboardKeyZenkakuHankaku": "Zenkaku hankaku", + "keyboardKeyEisu": "Eisu", + "keyboardKeyDelete": "Del", + "keyboardKeyControl": "Ctrl", + "keyboardKeyChannelUp": "Sledeći kanal", + "keyboardKeyChannelDown": "Prethodni kanal", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyAlt": "Alt", + "keyboardKeySelect": "Select", + "keyboardKeyKanaMode": "Kana režim", + "keyboardKeyKanjiMode": "Kandži režim", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeySpace": "Taster za razmak", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyPowerOff": "Dugme za isključivanje", + "keyboardKeyPower": "Dugme za uključivanje", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyNumpadEnter": "Num Enter", "invalidTimeLabel": "Unesite važeće vreme", "licensesPackageDetailTextOne": "1 licenca", "licensesPackageDetailTextOther": "$licenseCount licenci", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sv.arb b/packages/flutter_localizations/lib/src/l10n/material_sv.arb index 9b7440237bc9..becc32b3427a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sv.arb @@ -85,26 +85,26 @@ "licensesPackageDetailTextOther": "$licenseCount licenser", "keyboardKeyAlt": "Alt", "keyboardKeyAltGraph": "AltGr", - "keyboardKeyBackspace": "Backspace", + "keyboardKeyBackspace": "Backsteg", "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyChannelDown": "Byt kanal nedåt", + "keyboardKeyChannelUp": "Byt kanal uppåt", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", "keyboardKeyEisu": "Eisū", - "keyboardKeyEject": "Eject", + "keyboardKeyEject": "Mata ut", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHangulMode": "Hangul-läge", + "keyboardKeyHanjaMode": "Hanja-läge", "keyboardKeyHankaku": "Hankaku", "keyboardKeyHiragana": "Hiragana", "keyboardKeyHiraganaKatakana": "Hiragana Katakana", - "keyboardKeyHome": "Home", - "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyHome": "Hem", + "keyboardKeyInsert": "Infoga", + "keyboardKeyKanaMode": "Kana-läge", + "keyboardKeyKanjiMode": "Kanji-läge", "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", @@ -130,15 +130,15 @@ "keyboardKeyNumpadSubtract": "Num -", "keyboardKeyPageDown": "PgDown", "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPower": "Strömbrytare", + "keyboardKeyPowerOff": "Stäng av", "keyboardKeyPrintScreen": "Print Screen", "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", - "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", + "keyboardKeySelect": "Välj", + "keyboardKeySpace": "Blanksteg", "keyboardKeyZenkaku": "Zenkaku", "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", - "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaMacOs": "Kommando", "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sw.arb b/packages/flutter_localizations/lib/src/l10n/material_sw.arb index a611e1bb9571..f43e709f78a1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sw.arb @@ -97,15 +97,15 @@ "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHangulMode": "Hali ya Hangul", + "keyboardKeyHanjaMode": "Hali ya Hanja", "keyboardKeyHankaku": "Hankaku", "keyboardKeyHiragana": "Hiragana", "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKanaMode": "Hali ya Kana", + "keyboardKeyKanjiMode": "Hali ya Kanji", "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", @@ -129,7 +129,7 @@ "keyboardKeyNumpadParenLeft": "Num (", "keyboardKeyNumpadParenRight": "Num )", "keyboardKeyNumpadSubtract": "Num -", - "keyboardKeyPageDown": "PgDown", + "keyboardKeyPageDown": "Pg-down", "keyboardKeyPageUp": "PgUp", "keyboardKeyPower": "Power", "keyboardKeyPowerOff": "Power Off", diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/flutter_localizations/lib/src/l10n/material_th.arb index 09be4ae80b60..12a3a94aae44 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_th.arb @@ -96,49 +96,49 @@ "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHangulMode": "โหมดตัวอักษรฮันกึล", + "keyboardKeyHanjaMode": "โหมดตัวอักษรฮันจา", + "keyboardKeyHankaku": "ฮันคาคุ", + "keyboardKeyHiragana": "ฮิรางานะ", + "keyboardKeyHiraganaKatakana": "ฮิรางานะ คาตาคานะ", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", - "keyboardKeyKatakana": "Katakana", + "keyboardKeyKanaMode": "โหมดตัวอักษรคานะ", + "keyboardKeyKanjiMode": "โหมดตัวอักษรคันจิ", + "keyboardKeyKatakana": "คาตาคานะ", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", - "keyboardKeyNumpad1": "Num 1", - "keyboardKeyNumpad2": "Num 2", - "keyboardKeyNumpad3": "Num 3", - "keyboardKeyNumpad4": "Num 4", - "keyboardKeyNumpad5": "Num 5", - "keyboardKeyNumpad6": "Num 6", - "keyboardKeyNumpad7": "Num 7", - "keyboardKeyNumpad8": "Num 8", - "keyboardKeyNumpad9": "Num 9", - "keyboardKeyNumpad0": "Num 0", - "keyboardKeyNumpadAdd": "Num +", - "keyboardKeyNumpadComma": "Num ,", - "keyboardKeyNumpadDecimal": "Num .", - "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpad1": "เลข 1", + "keyboardKeyNumpad2": "เลข 2", + "keyboardKeyNumpad3": "เลข 3", + "keyboardKeyNumpad4": "เลข 4", + "keyboardKeyNumpad5": "เลข 5", + "keyboardKeyNumpad6": "เลข 6", + "keyboardKeyNumpad7": "เลข 7", + "keyboardKeyNumpad8": "เลข 8", + "keyboardKeyNumpad9": "เลข 9", + "keyboardKeyNumpad0": "เลข 0", + "keyboardKeyNumpadAdd": "เลข +", + "keyboardKeyNumpadComma": "เลข ,", + "keyboardKeyNumpadDecimal": "เลข .", + "keyboardKeyNumpadDivide": "เลข /", "keyboardKeyNumpadEnter": "Num Enter", - "keyboardKeyNumpadEqual": "Num =", - "keyboardKeyNumpadMultiply": "Num *", - "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyNumpadParenRight": "Num )", - "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyNumpadEqual": "เลข =", + "keyboardKeyNumpadMultiply": "เลข *", + "keyboardKeyNumpadParenLeft": "เลข (", + "keyboardKeyNumpadParenRight": "เลข )", + "keyboardKeyNumpadSubtract": "เลข -", "keyboardKeyPageDown": "PgDown", "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPower": "เปิด/ปิด", + "keyboardKeyPowerOff": "ปิดเครื่อง", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", + "keyboardKeyRomaji": "โรมาจิ", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", "keyboardKeySpace": "Space", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyZenkaku": "เซ็นคาคุ", + "keyboardKeyZenkakuHankaku": "เซ็นคาคุ ฮันคาคุ", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tl.arb b/packages/flutter_localizations/lib/src/l10n/material_tl.arb index 7d401e47ad32..9172cc0d834d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tl.arb @@ -131,12 +131,12 @@ "keyboardKeyPageDown": "PgDown", "keyboardKeyPageUp": "PgUp", "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPowerOff": "I-off", "keyboardKeyPrintScreen": "Print Screen", "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", - "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", + "keyboardKeySelect": "Piliin", + "keyboardKeySpace": "Puwang", "keyboardKeyZenkaku": "Zenkaku", "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index 880fc71cea2a..30a9b327e235 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -85,26 +85,26 @@ "licensesPackageDetailTextOther": "$licenseCount lisans", "keyboardKeyAlt": "Alt", "keyboardKeyAltGraph": "AltGr", - "keyboardKeyBackspace": "Backspace", + "keyboardKeyBackspace": "Geri Tuşu", "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyChannelDown": "Kanal Aşağı", + "keyboardKeyChannelUp": "Kanal Yukarı", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", "keyboardKeyEisu": "Eisū", - "keyboardKeyEject": "Eject", - "keyboardKeyEnd": "End", + "keyboardKeyEject": "Çıkar", + "keyboardKeyEnd": "Son", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHangulMode": "Hangul Modu", + "keyboardKeyHanjaMode": "Hanja Modu", "keyboardKeyHankaku": "Hankaku", "keyboardKeyHiragana": "Hiragana", "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKanaMode": "Kana Modu", + "keyboardKeyKanjiMode": "Kanji Modu", "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", @@ -130,15 +130,15 @@ "keyboardKeyNumpadSubtract": "Num -", "keyboardKeyPageDown": "PgDown", "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", - "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyPower": "Güç", + "keyboardKeyPowerOff": "Kapat", + "keyboardKeyPrintScreen": "Ekranı Yazdır", "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", - "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", + "keyboardKeySelect": "Seç", + "keyboardKeySpace": "Boşluk", "keyboardKeyZenkaku": "Zenkaku", "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", - "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaMacOs": "Komut", "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uk.arb b/packages/flutter_localizations/lib/src/l10n/material_uk.arb index fba0e2963060..5a20cb62d7dd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uk.arb @@ -93,25 +93,25 @@ "keyboardKeyAltGraph": "AltGr", "keyboardKeyBackspace": "Backspace", "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyChannelDown": "Канал униз", + "keyboardKeyChannelUp": "Канал угору", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", "keyboardKeyEisu": "Eisū", - "keyboardKeyEject": "Eject", + "keyboardKeyEject": "Вийняти", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHangulMode": "Режим хангиль", + "keyboardKeyHanjaMode": "Режим ханча", + "keyboardKeyHankaku": "Ханкаку", + "keyboardKeyHiragana": "Хірагана", + "keyboardKeyHiraganaKatakana": "Хірагана/Катакана", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", - "keyboardKeyKatakana": "Katakana", + "keyboardKeyKanaMode": "Режим кана", + "keyboardKeyKanjiMode": "Режим канджі", + "keyboardKeyKatakana": "Катакана", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -136,15 +136,15 @@ "keyboardKeyNumpadSubtract": "Num -", "keyboardKeyPageDown": "PgDown", "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPower": "Кнопка живлення", + "keyboardKeyPowerOff": "Вимкнути живлення", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", + "keyboardKeyRomaji": "Ромадзі", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeySpace": "Пробіл", + "keyboardKeyZenkaku": "Зенкаку", + "keyboardKeyZenkakuHankaku": "Зенкаку/Ханкаку", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index 3e6a65d57efa..924e8ae63756 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -118,16 +118,16 @@ "keyboardKeyNumpad8": "Num 8", "keyboardKeyNumpad9": "Num 9", "keyboardKeyNumpad0": "Num 0", - "keyboardKeyNumpadAdd": "Num +", - "keyboardKeyNumpadComma": "Num ,", - "keyboardKeyNumpadDecimal": "Num .", - "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadAdd": "+ Num", + "keyboardKeyNumpadComma": "Num ,‎", + "keyboardKeyNumpadDecimal": ". Num", + "keyboardKeyNumpadDivide": "Num /‎", "keyboardKeyNumpadEnter": "Num Enter", - "keyboardKeyNumpadEqual": "Num =", - "keyboardKeyNumpadMultiply": "Num *", - "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyNumpadParenRight": "Num )", - "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyNumpadEqual": "Num =‎", + "keyboardKeyNumpadMultiply": "Num *‎", + "keyboardKeyNumpadParenLeft": "Num (‎", + "keyboardKeyNumpadParenRight": "Num )‎", + "keyboardKeyNumpadSubtract": "Num -‎", "keyboardKeyPageDown": "PgDown", "keyboardKeyPageUp": "PgUp", "keyboardKeyPower": "Power", diff --git a/packages/flutter_localizations/lib/src/l10n/material_uz.arb b/packages/flutter_localizations/lib/src/l10n/material_uz.arb index 33ff3a244405..826bfa6a130b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uz.arb @@ -86,8 +86,8 @@ "keyboardKeyAltGraph": "AltGr", "keyboardKeyBackspace": "Backspace", "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyChannelDown": "Keyingi kanal", + "keyboardKeyChannelUp": "Avvalgi kanal", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", "keyboardKeyEisu": "Eisū", @@ -95,15 +95,15 @@ "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHangulMode": "Hangul rejimi", + "keyboardKeyHanjaMode": "Hanja rejimi", "keyboardKeyHankaku": "Hankaku", "keyboardKeyHiragana": "Hiragana", "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKanaMode": "Kana rejimi", + "keyboardKeyKanjiMode": "Kanji rejimi", "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", @@ -135,7 +135,7 @@ "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", + "keyboardKeySpace": "Boʻsh joy", "keyboardKeyZenkaku": "Zenkaku", "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", diff --git a/packages/flutter_localizations/lib/src/l10n/material_vi.arb b/packages/flutter_localizations/lib/src/l10n/material_vi.arb index 701dad70786b..2c1234b92f4a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_vi.arb @@ -87,8 +87,8 @@ "keyboardKeyAltGraph": "AltGr", "keyboardKeyBackspace": "Backspace", "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyChannelDown": "Giảm kênh", + "keyboardKeyChannelUp": "Tăng kênh", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", "keyboardKeyEisu": "Eisū", @@ -96,47 +96,47 @@ "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", + "keyboardKeyHangulMode": "Chế độ Hangul", + "keyboardKeyHanjaMode": "Chế độ Hanja", "keyboardKeyHankaku": "Hankaku", "keyboardKeyHiragana": "Hiragana", "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", + "keyboardKeyKanaMode": "Chế độ Kana", + "keyboardKeyKanjiMode": "Chế độ Kanji", "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", - "keyboardKeyNumpad1": "Num 1", - "keyboardKeyNumpad2": "Num 2", - "keyboardKeyNumpad3": "Num 3", - "keyboardKeyNumpad4": "Num 4", - "keyboardKeyNumpad5": "Num 5", - "keyboardKeyNumpad6": "Num 6", - "keyboardKeyNumpad7": "Num 7", - "keyboardKeyNumpad8": "Num 8", - "keyboardKeyNumpad9": "Num 9", - "keyboardKeyNumpad0": "Num 0", - "keyboardKeyNumpadAdd": "Num +", - "keyboardKeyNumpadComma": "Num ,", - "keyboardKeyNumpadDecimal": "Num .", - "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyNumpadEnter": "Num Enter", - "keyboardKeyNumpadEqual": "Num =", - "keyboardKeyNumpadMultiply": "Num *", - "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyNumpadParenRight": "Num )", - "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyNumpad1": "Phím số 1", + "keyboardKeyNumpad2": "Phím số 2", + "keyboardKeyNumpad3": "Phím số 3", + "keyboardKeyNumpad4": "Phím số 4", + "keyboardKeyNumpad5": "Phím số 5", + "keyboardKeyNumpad6": "Phím số 6", + "keyboardKeyNumpad7": "Phím số 7", + "keyboardKeyNumpad8": "Phím số 8", + "keyboardKeyNumpad9": "Phím số 9", + "keyboardKeyNumpad0": "Phím số 0", + "keyboardKeyNumpadAdd": "Phím +", + "keyboardKeyNumpadComma": "Phím ,", + "keyboardKeyNumpadDecimal": "Phím .", + "keyboardKeyNumpadDivide": "Phím /", + "keyboardKeyNumpadEnter": "Phím Enter", + "keyboardKeyNumpadEqual": "Phím =", + "keyboardKeyNumpadMultiply": "Phím *", + "keyboardKeyNumpadParenLeft": "Phím (", + "keyboardKeyNumpadParenRight": "Phím )", + "keyboardKeyNumpadSubtract": "Phím -", "keyboardKeyPageDown": "PgDown", "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPower": "Nguồn", + "keyboardKeyPowerOff": "Tắt nguồn", "keyboardKeyPrintScreen": "Print Screen", "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", + "keyboardKeySpace": "Phím cách", "keyboardKeyZenkaku": "Zenkaku", "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index ef29dc2cb38a..2f247d851afa 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -85,60 +85,60 @@ "licensesPackageDetailTextOther": "$licenseCount 份许可", "keyboardKeyAlt": "Alt", "keyboardKeyAltGraph": "AltGr", - "keyboardKeyBackspace": "Backspace", + "keyboardKeyBackspace": "退格键", "keyboardKeyCapsLock": "Caps Lock", "keyboardKeyChannelDown": "Channel Down", "keyboardKeyChannelUp": "Channel Up", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", - "keyboardKeyEject": "Eject", + "keyboardKeyEisu": "英数", + "keyboardKeyEject": "弹出", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyHangulMode": "한글", + "keyboardKeyHanjaMode": "한자", + "keyboardKeyHankaku": "半角", + "keyboardKeyHiragana": "ひらがな", + "keyboardKeyHiraganaKatakana": "ひらがな / カタカナ / ローマ字", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", - "keyboardKeyKatakana": "Katakana", + "keyboardKeyKanaMode": "かな", + "keyboardKeyKanjiMode": "漢字", + "keyboardKeyKatakana": "カタカナ", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", - "keyboardKeyNumpad1": "Num 1", - "keyboardKeyNumpad2": "Num 2", - "keyboardKeyNumpad3": "Num 3", - "keyboardKeyNumpad4": "Num 4", - "keyboardKeyNumpad5": "Num 5", - "keyboardKeyNumpad6": "Num 6", - "keyboardKeyNumpad7": "Num 7", - "keyboardKeyNumpad8": "Num 8", - "keyboardKeyNumpad9": "Num 9", - "keyboardKeyNumpad0": "Num 0", - "keyboardKeyNumpadAdd": "Num +", - "keyboardKeyNumpadComma": "Num ,", - "keyboardKeyNumpadDecimal": "Num .", - "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyNumpadEnter": "Num Enter", - "keyboardKeyNumpadEqual": "Num =", - "keyboardKeyNumpadMultiply": "Num *", - "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyNumpadParenRight": "Num )", - "keyboardKeyNumpadSubtract": "Num -", - "keyboardKeyPageDown": "PgDown", + "keyboardKeyNumpad1": "数字键盘 1", + "keyboardKeyNumpad2": "数字键盘 2", + "keyboardKeyNumpad3": "数字键盘 3", + "keyboardKeyNumpad4": "数字键盘 4", + "keyboardKeyNumpad5": "数字键盘 5", + "keyboardKeyNumpad6": "数字键盘 6", + "keyboardKeyNumpad7": "数字键盘 7", + "keyboardKeyNumpad8": "数字键盘 8", + "keyboardKeyNumpad9": "数字键盘 9", + "keyboardKeyNumpad0": "数字键盘 0", + "keyboardKeyNumpadAdd": "数字键盘 +", + "keyboardKeyNumpadComma": "数字键盘 ,", + "keyboardKeyNumpadDecimal": "数字键盘 .", + "keyboardKeyNumpadDivide": "数字键盘 /", + "keyboardKeyNumpadEnter": "数字键盘 Enter", + "keyboardKeyNumpadEqual": "数字键盘 =", + "keyboardKeyNumpadMultiply": "数字键盘 *", + "keyboardKeyNumpadParenLeft": "数字键盘 (", + "keyboardKeyNumpadParenRight": "数字键盘 )", + "keyboardKeyNumpadSubtract": "数字键盘 -", + "keyboardKeyPageDown": "PgDn", "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPower": "电源", + "keyboardKeyPowerOff": "关机", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", + "keyboardKeyRomaji": "ローマ字", "keyboardKeyScrollLock": "Scroll Lock", - "keyboardKeySelect": "Select", - "keyboardKeySpace": "Space", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", - "keyboardKeyMetaMacOs": "Command", + "keyboardKeySelect": "选择", + "keyboardKeySpace": "空格键", + "keyboardKeyZenkaku": "全角", + "keyboardKeyZenkakuHankaku": "半角 / 全角 / 漢字", + "keyboardKeyMetaMacOs": "⌘", "keyboardKeyMetaWindows": "Win" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb index 94870ff02422..0f622fb9a04f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb @@ -1,4 +1,62 @@ { + "keyboardKeyNumpad8": "數字鍵盤 8", + "keyboardKeyChannelDown": "下一個頻道", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyNumpad4": "數字鍵盤 4", + "keyboardKeyNumpad5": "數字鍵盤 5", + "keyboardKeyNumpad6": "數字鍵盤 6", + "keyboardKeyNumpad7": "數字鍵盤 7", + "keyboardKeyNumpad2": "數字鍵盤 2", + "keyboardKeyKanjiMode": "Kanji 模式", + "keyboardKeyNumpad0": "數字鍵盤 0", + "keyboardKeyNumpadAdd": "數字鍵盤 +", + "keyboardKeyNumpadComma": "數字鍵盤 ,", + "keyboardKeyNumpadDecimal": "數字鍵盤 .", + "keyboardKeyNumpadDivide": "數字鍵盤 /", + "keyboardKeyHanjaMode": "Hanja 模式", + "keyboardKeyNumpadEqual": "數字鍵盤 =", + "keyboardKeyNumpadMultiply": "數字鍵盤 *", + "keyboardKeyNumpadParenLeft": "數字鍵盤 (", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyKanaMode": "Kana 模式", + "keyboardKeyInsert": "Insert", + "keyboardKeyHome": "Home", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyEnd": "End", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyNumpadParenRight": "數字鍵盤 )", + "keyboardKeyHangulMode": "Hangul 模式", + "keyboardKeyFn": "Fn", + "keyboardKeyEscape": "Esc", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyEject": "Eject", + "keyboardKeyEisu": "Eisū", + "keyboardKeyDelete": "Del", + "keyboardKeyControl": "Ctrl", + "keyboardKeyNumpadSubtract": "數字鍵盤 -", + "keyboardKeyChannelUp": "上一個頻道", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeySelect": "Select", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyAlt": "Alt", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "數字鍵盤 1", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeySpace": "空格", + "keyboardKeyNumpad3": "數字鍵盤 3", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeyNumpad9": "數字鍵盤 9", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyPowerOff": "關機", + "keyboardKeyPower": "電源", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyNumpadEnter": "數字鍵盤 Enter", "dialModeButtonLabel": "切換至鐘面點選器模式", "licensesPackageDetailTextOne": "1 項授權", "timePickerDialHelpText": "選取時間", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb index 44bda902db74..1894bfc03396 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb @@ -1,4 +1,62 @@ { + "keyboardKeyNumpad8": "數字鍵盤 8", + "keyboardKeyChannelDown": "下一個頻道", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyNumpad4": "數字鍵盤 4", + "keyboardKeyNumpad5": "數字鍵盤 5", + "keyboardKeyNumpad6": "數字鍵盤 6", + "keyboardKeyNumpad7": "數字鍵盤 7", + "keyboardKeyNumpad2": "數字鍵盤 2", + "keyboardKeyKanjiMode": "Kanji 模式", + "keyboardKeyNumpad0": "數字鍵盤 0", + "keyboardKeyNumpadAdd": "數字鍵盤 +", + "keyboardKeyNumpadComma": "數字鍵盤 ,", + "keyboardKeyNumpadDecimal": "數字鍵盤 .", + "keyboardKeyNumpadDivide": "數字鍵盤 /", + "keyboardKeyHanjaMode": "Hanja 模式", + "keyboardKeyNumpadEqual": "數字鍵盤 =", + "keyboardKeyNumpadMultiply": "數字鍵盤 *", + "keyboardKeyNumpadParenLeft": "數字鍵盤 (", + "keyboardKeyRomaji": "Romaji", + "keyboardKeyKanaMode": "Kana 模式", + "keyboardKeyInsert": "Insert", + "keyboardKeyHome": "Home", + "keyboardKeyHiraganaKatakana": "Hiragana Katakana", + "keyboardKeyEnd": "End", + "keyboardKeyHiragana": "Hiragana", + "keyboardKeyHankaku": "Hankaku", + "keyboardKeyNumpadParenRight": "數字鍵盤 )", + "keyboardKeyHangulMode": "Hangul 模式", + "keyboardKeyFn": "Fn", + "keyboardKeyEscape": "Esc", + "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", + "keyboardKeyEject": "Eject", + "keyboardKeyEisu": "Eisū", + "keyboardKeyDelete": "Del", + "keyboardKeyControl": "Ctrl", + "keyboardKeyNumpadSubtract": "數字鍵盤 -", + "keyboardKeyChannelUp": "上一個頻道", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeySelect": "Select", + "keyboardKeyAltGraph": "AltGr", + "keyboardKeyAlt": "Alt", + "keyboardKeyKatakana": "Katakana", + "keyboardKeyMeta": "Meta", + "keyboardKeyMetaMacOs": "Command", + "keyboardKeyMetaWindows": "Win", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "數字鍵盤 1", + "keyboardKeyPageDown": "PgDown", + "keyboardKeyZenkaku": "Zenkaku", + "keyboardKeySpace": "空格", + "keyboardKeyNumpad3": "數字鍵盤 3", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeyNumpad9": "數字鍵盤 9", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyPowerOff": "關機", + "keyboardKeyPower": "電源", + "keyboardKeyPageUp": "PgUp", + "keyboardKeyNumpadEnter": "數字鍵盤 Enter", "dialModeButtonLabel": "切換至鐘面挑選器模式", "licensesPackageDetailTextOne": "1 個授權", "timePickerDialHelpText": "選取時間", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zu.arb b/packages/flutter_localizations/lib/src/l10n/material_zu.arb index 6f2ea44dce36..2100242ea754 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zu.arb @@ -86,8 +86,8 @@ "keyboardKeyAltGraph": "AltGr", "keyboardKeyBackspace": "Backspace", "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "Channel Down", - "keyboardKeyChannelUp": "Channel Up", + "keyboardKeyChannelDown": "I-Channel Down", + "keyboardKeyChannelUp": "I-Channel Up", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", "keyboardKeyEisu": "Eisū", @@ -104,8 +104,8 @@ "keyboardKeyInsert": "Insert", "keyboardKeyKanaMode": "Kana Mode", "keyboardKeyKanjiMode": "Kanji Mode", - "keyboardKeyKatakana": "Katakana", - "keyboardKeyMeta": "Meta", + "keyboardKeyKatakana": "I-Katakana", + "keyboardKeyMeta": "I-Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", "keyboardKeyNumpad2": "Num 2", @@ -129,12 +129,12 @@ "keyboardKeyNumpadSubtract": "Num -", "keyboardKeyPageDown": "PgDown", "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "Power", - "keyboardKeyPowerOff": "Power Off", - "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyPower": "Amandla", + "keyboardKeyPowerOff": "Cisha", + "keyboardKeyPrintScreen": "-Print Screen", "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", - "keyboardKeySelect": "Select", + "keyboardKeySelect": "Khetha", "keyboardKeySpace": "Space", "keyboardKeyZenkaku": "Zenkaku", "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", From b6971f52e41d555df1df4c73fbb98d167516ea93 Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Fri, 8 Apr 2022 12:56:45 -0700 Subject: [PATCH 203/327] Enable unnecessary_import (#101600) --- packages/flutter_localizations/test/material/tabs_test.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/flutter_localizations/test/material/tabs_test.dart b/packages/flutter_localizations/test/material/tabs_test.dart index e4e16647f330..96f74da8232a 100644 --- a/packages/flutter_localizations/test/material/tabs_test.dart +++ b/packages/flutter_localizations/test/material/tabs_test.dart @@ -2,8 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -import 'dart:ui'; - import 'package:flutter/material.dart'; import 'package:flutter_localizations/flutter_localizations.dart'; import 'package:flutter_test/flutter_test.dart'; From 29d809238e145234bfa8ecc6db9bebbd7975cbca Mon Sep 17 00:00:00 2001 From: Jonah Williams Date: Wed, 27 Apr 2022 11:14:05 -0700 Subject: [PATCH 204/327] [intl] speed up localization generation and regenerate symbols (#102614) --- dev/tools/localization/localizations_utils.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/tools/localization/localizations_utils.dart b/dev/tools/localization/localizations_utils.dart index e6d29cb8d513..0767404b49d4 100644 --- a/dev/tools/localization/localizations_utils.dart +++ b/dev/tools/localization/localizations_utils.dart @@ -427,7 +427,7 @@ String generateString(String value) { /// Only used to generate localization strings for the Kannada locale ('kn') because /// some of the localized strings contain characters that can crash Emacs on Linux. /// See packages/flutter_localizations/lib/src/l10n/README for more information. -String generateEncodedString(String locale, String value) { +String generateEncodedString(String? locale, String value) { if (locale != 'kn' || value.runes.every((int code) => code <= 0xFF)) return generateString(value); From 8a2c52fa2ece1b09164352704c91d4e96589e902 Mon Sep 17 00:00:00 2001 From: Phil Quitslund Date: Tue, 3 May 2022 10:29:06 -0700 Subject: [PATCH 205/327] [devicelab, flutter_test, ...] rename local functions with `_`s (#102833) --- .../test/material/date_picker_test.dart | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/flutter_localizations/test/material/date_picker_test.dart b/packages/flutter_localizations/test/material/date_picker_test.dart index bcbe59deb0a9..8487026c0c73 100644 --- a/packages/flutter_localizations/test/material/date_picker_test.dart +++ b/packages/flutter_localizations/test/material/date_picker_test.dart @@ -226,7 +226,7 @@ void main() { const Size kCommonScreenSizePortrait = Size(1070, 1770); const Size kCommonScreenSizeLandscape = Size(1770, 1070); - Future _showPicker(WidgetTester tester, Locale locale, Size size) async { + Future showPicker(WidgetTester tester, Locale locale, Size size) async { tester.binding.window.physicalSizeTestValue = size; addTearDown(tester.binding.window.clearPhysicalSizeTestValue); tester.binding.window.devicePixelRatioTestValue = 1.0; @@ -260,22 +260,22 @@ void main() { // Regression test for https://github.com/flutter/flutter/issues/20171 testWidgets('common screen size - portrait - Chinese', (WidgetTester tester) async { - await _showPicker(tester, const Locale('zh', 'CN'), kCommonScreenSizePortrait); + await showPicker(tester, const Locale('zh', 'CN'), kCommonScreenSizePortrait); expect(tester.takeException(), isNull); }); testWidgets('common screen size - landscape - Chinese', (WidgetTester tester) async { - await _showPicker(tester, const Locale('zh', 'CN'), kCommonScreenSizeLandscape); + await showPicker(tester, const Locale('zh', 'CN'), kCommonScreenSizeLandscape); expect(tester.takeException(), isNull); }); testWidgets('common screen size - portrait - Japanese', (WidgetTester tester) async { - await _showPicker(tester, const Locale('ja', 'JA'), kCommonScreenSizePortrait); + await showPicker(tester, const Locale('ja', 'JA'), kCommonScreenSizePortrait); expect(tester.takeException(), isNull); }); testWidgets('common screen size - landscape - Japanese', (WidgetTester tester) async { - await _showPicker(tester, const Locale('ja', 'JA'), kCommonScreenSizeLandscape); + await showPicker(tester, const Locale('ja', 'JA'), kCommonScreenSizeLandscape); expect(tester.takeException(), isNull); }); }); From c1d196a94268167da919230bc7bc8d26473ca97a Mon Sep 17 00:00:00 2001 From: Greg Spencer Date: Mon, 9 May 2022 09:25:52 -0700 Subject: [PATCH 206/327] Adds `menuBarMenuLabel`, and removes unneeded key localizations (#102100) When I added localizations for shortcut keys, I added some that actually can't be shortcut keys, so I'm removing them again. These are mostly Japanese-specific keys that don't even appear on modern keyboards for the most part. Also, added menuBarMenuLabel for an accessibility label for menu bar menus. I modified the code for the localization generation scripts to add a --remove-undefined flag that will remove any localizations that don't appear in the canonical locale. --- .../localization/bin/gen_localizations.dart | 16 +- .../bin/gen_missing_localizations.dart | 50 +- .../localization/localizations_utils.dart | 24 +- .../localization/localizations_validator.dart | 44 +- .../generated_material_localizations.dart | 3288 ++--------------- .../lib/src/l10n/material_af.arb | 15 +- .../lib/src/l10n/material_am.arb | 15 +- .../lib/src/l10n/material_ar.arb | 15 +- .../lib/src/l10n/material_as.arb | 15 +- .../lib/src/l10n/material_az.arb | 15 +- .../lib/src/l10n/material_be.arb | 15 +- .../lib/src/l10n/material_bg.arb | 15 +- .../lib/src/l10n/material_bn.arb | 15 +- .../lib/src/l10n/material_bs.arb | 15 +- .../lib/src/l10n/material_ca.arb | 15 +- .../lib/src/l10n/material_cs.arb | 15 +- .../lib/src/l10n/material_da.arb | 15 +- .../lib/src/l10n/material_de.arb | 15 +- .../lib/src/l10n/material_el.arb | 15 +- .../lib/src/l10n/material_en.arb | 65 +- .../lib/src/l10n/material_es.arb | 15 +- .../lib/src/l10n/material_et.arb | 15 +- .../lib/src/l10n/material_eu.arb | 15 +- .../lib/src/l10n/material_fa.arb | 15 +- .../lib/src/l10n/material_fi.arb | 15 +- .../lib/src/l10n/material_fil.arb | 15 +- .../lib/src/l10n/material_fr.arb | 15 +- .../lib/src/l10n/material_gl.arb | 15 +- .../lib/src/l10n/material_gsw.arb | 15 +- .../lib/src/l10n/material_gu.arb | 15 +- .../lib/src/l10n/material_he.arb | 15 +- .../lib/src/l10n/material_hi.arb | 15 +- .../lib/src/l10n/material_hr.arb | 15 +- .../lib/src/l10n/material_hu.arb | 15 +- .../lib/src/l10n/material_hy.arb | 15 +- .../lib/src/l10n/material_id.arb | 15 +- .../lib/src/l10n/material_is.arb | 15 +- .../lib/src/l10n/material_it.arb | 15 +- .../lib/src/l10n/material_ja.arb | 15 +- .../lib/src/l10n/material_ka.arb | 15 +- .../lib/src/l10n/material_kk.arb | 15 +- .../lib/src/l10n/material_km.arb | 15 +- .../lib/src/l10n/material_kn.arb | 15 +- .../lib/src/l10n/material_ko.arb | 15 +- .../lib/src/l10n/material_ky.arb | 15 +- .../lib/src/l10n/material_lo.arb | 15 +- .../lib/src/l10n/material_lt.arb | 15 +- .../lib/src/l10n/material_lv.arb | 15 +- .../lib/src/l10n/material_mk.arb | 15 +- .../lib/src/l10n/material_ml.arb | 15 +- .../lib/src/l10n/material_mn.arb | 15 +- .../lib/src/l10n/material_mr.arb | 15 +- .../lib/src/l10n/material_ms.arb | 15 +- .../lib/src/l10n/material_my.arb | 15 +- .../lib/src/l10n/material_nb.arb | 15 +- .../lib/src/l10n/material_ne.arb | 15 +- .../lib/src/l10n/material_nl.arb | 15 +- .../lib/src/l10n/material_no.arb | 15 +- .../lib/src/l10n/material_or.arb | 15 +- .../lib/src/l10n/material_pa.arb | 15 +- .../lib/src/l10n/material_pl.arb | 15 +- .../lib/src/l10n/material_ps.arb | 15 +- .../lib/src/l10n/material_pt.arb | 15 +- .../lib/src/l10n/material_ro.arb | 15 +- .../lib/src/l10n/material_ru.arb | 15 +- .../lib/src/l10n/material_si.arb | 15 +- .../lib/src/l10n/material_sk.arb | 15 +- .../lib/src/l10n/material_sl.arb | 15 +- .../lib/src/l10n/material_sq.arb | 15 +- .../lib/src/l10n/material_sr.arb | 15 +- .../lib/src/l10n/material_sv.arb | 15 +- .../lib/src/l10n/material_sw.arb | 15 +- .../lib/src/l10n/material_ta.arb | 15 +- .../lib/src/l10n/material_te.arb | 15 +- .../lib/src/l10n/material_th.arb | 15 +- .../lib/src/l10n/material_tl.arb | 15 +- .../lib/src/l10n/material_tr.arb | 15 +- .../lib/src/l10n/material_uk.arb | 15 +- .../lib/src/l10n/material_ur.arb | 15 +- .../lib/src/l10n/material_uz.arb | 15 +- .../lib/src/l10n/material_vi.arb | 15 +- .../lib/src/l10n/material_zh.arb | 15 +- .../lib/src/l10n/material_zu.arb | 15 +- 83 files changed, 517 insertions(+), 4125 deletions(-) diff --git a/dev/tools/localization/bin/gen_localizations.dart b/dev/tools/localization/bin/gen_localizations.dart index ff3624ec9569..fad3dc1f1519 100644 --- a/dev/tools/localization/bin/gen_localizations.dart +++ b/dev/tools/localization/bin/gen_localizations.dart @@ -32,6 +32,13 @@ // dart dev/tools/localization/bin/gen_localizations.dart // ``` // +// If you have removed localizations from the canonical localizations, then +// add the '--remove-undefined' flag to also remove them from the other files. +// +// ``` +// dart dev/tools/localization/bin/gen_localizations.dart --remove-undefined +// ``` +// // If the data looks good, use the `-w` or `--overwrite` option to overwrite the // packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart // and packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart file: @@ -542,12 +549,17 @@ void main(List rawArgs) { ); try { - validateLocalizations(materialLocaleToResources, materialLocaleToResourceAttributes); - validateLocalizations(cupertinoLocaleToResources, cupertinoLocaleToResourceAttributes); + validateLocalizations(materialLocaleToResources, materialLocaleToResourceAttributes, removeUndefined: options.removeUndefined); + validateLocalizations(cupertinoLocaleToResources, cupertinoLocaleToResourceAttributes, removeUndefined: options.removeUndefined); } on ValidationError catch (exception) { exitWithError('$exception'); } + if (options.removeUndefined) { + removeUndefinedLocalizations(materialLocaleToResources); + removeUndefinedLocalizations(cupertinoLocaleToResources); + } + final String? materialLocalizations = options.writeToFile || !options.cupertinoOnly ? generateArbBasedLocalizationSubclasses( localeToResources: materialLocaleToResources, diff --git a/dev/tools/localization/bin/gen_missing_localizations.dart b/dev/tools/localization/bin/gen_missing_localizations.dart index 671504224eaa..98ceee274a4e 100644 --- a/dev/tools/localization/bin/gen_missing_localizations.dart +++ b/dev/tools/localization/bin/gen_missing_localizations.dart @@ -27,11 +27,15 @@ import '../localizations_utils.dart'; import '../localizations_validator.dart'; Future main(List rawArgs) async { + bool removeUndefined = false; + if (rawArgs.contains('--remove-undefined')) { + removeUndefined = true; + } checkCwdIsRepoRoot('gen_missing_localizations'); final String localizationPath = path.join('packages', 'flutter_localizations', 'lib', 'src', 'l10n'); - updateMissingResources(localizationPath, 'material'); - updateMissingResources(localizationPath, 'cupertino'); + updateMissingResources(localizationPath, 'material', removeUndefined: removeUndefined); + updateMissingResources(localizationPath, 'cupertino', removeUndefined: removeUndefined); } Map loadBundle(File file) { @@ -73,7 +77,7 @@ bool isPluralVariation(String key, Map bundle) { return bundle.containsKey('${prefix}Other'); } -void updateMissingResources(String localizationPath, String groupPrefix) { +void updateMissingResources(String localizationPath, String groupPrefix, {bool removeUndefined = false}) { final Directory localizationDir = Directory(localizationPath); final RegExp filenamePattern = RegExp('${groupPrefix}_(\\w+)\\.arb'); @@ -91,14 +95,52 @@ void updateMissingResources(String localizationPath, String groupPrefix) { final File arbFile = File(entityPath); final Map localeBundle = loadBundle(arbFile); final Set localeResources = resourceKeys(localeBundle); + // Whether or not the resources were modified and need to be updated. + bool shouldWrite = false; + + // Remove any localizations that are not defined in the canonical + // locale. This allows unused localizations to be removed if + // --remove-undefined is passed. + if (removeUndefined) { + bool isIncluded(String key) { + return !isPluralVariation(key, localeBundle) + && !intentionallyOmitted(key, localeBundle); + } + + // Find any resources in this locale that don't appear in the + // canonical locale, and skipping any which should not be included + // (plurals and intentionally omitted). + final Set extraResources = localeResources + .difference(requiredKeys) + .where(isIncluded) + .toSet(); + + // Remove them. + localeBundle.removeWhere((String key, dynamic value) { + final bool found = extraResources.contains(key); + if (found) { + shouldWrite = true; + } + return found; + }); + if (shouldWrite) { + print('Updating $entityPath by removing extra entries for $extraResources'); + } + } + + // Add in any resources that are in the canonical locale and not present + // in this locale. final Set missingResources = requiredKeys.difference(localeResources).where( (String key) => !isPluralVariation(key, localeBundle) && !intentionallyOmitted(key, localeBundle) ).toSet(); if (missingResources.isNotEmpty) { localeBundle.addEntries(missingResources.map((String k) => MapEntry(k, englishBundle[k].toString()))); + shouldWrite = true; + print('Updating $entityPath with missing entries for $missingResources'); + } + if (shouldWrite) { writeBundle(arbFile, localeBundle); - print('Updated $entityPath with missing entries for $missingResources'); } } } diff --git a/dev/tools/localization/localizations_utils.dart b/dev/tools/localization/localizations_utils.dart index 0767404b49d4..6de8bca70e9c 100644 --- a/dev/tools/localization/localizations_utils.dart +++ b/dev/tools/localization/localizations_utils.dart @@ -229,9 +229,19 @@ void checkCwdIsRepoRoot(String commandName) { GeneratorOptions parseArgs(List rawArgs) { final argslib.ArgParser argParser = argslib.ArgParser() + ..addFlag( + 'help', + abbr: 'h', + help: 'Print the usage message for this command', + ) ..addFlag( 'overwrite', abbr: 'w', + help: 'Overwrite existing localizations', + ) + ..addFlag( + 'remove-undefined', + help: 'Remove any localizations that are not defined in the canonical locale.', ) ..addFlag( 'material', @@ -242,21 +252,33 @@ GeneratorOptions parseArgs(List rawArgs) { help: 'Whether to print the generated classes for the Cupertino package only. Ignored when --overwrite is passed.', ); final argslib.ArgResults args = argParser.parse(rawArgs); + if (args.wasParsed('help') && args['help'] == true) { + stderr.writeln(argParser.usage); + exit(0); + } final bool writeToFile = args['overwrite'] as bool; + final bool removeUndefined = args['remove-undefined'] as bool; final bool materialOnly = args['material'] as bool; final bool cupertinoOnly = args['cupertino'] as bool; - return GeneratorOptions(writeToFile: writeToFile, materialOnly: materialOnly, cupertinoOnly: cupertinoOnly); + return GeneratorOptions( + writeToFile: writeToFile, + materialOnly: materialOnly, + cupertinoOnly: cupertinoOnly, + removeUndefined: removeUndefined, + ); } class GeneratorOptions { GeneratorOptions({ required this.writeToFile, + required this.removeUndefined, required this.materialOnly, required this.cupertinoOnly, }); final bool writeToFile; + final bool removeUndefined; final bool materialOnly; final bool cupertinoOnly; } diff --git a/dev/tools/localization/localizations_validator.dart b/dev/tools/localization/localizations_validator.dart index 68d34164f8e5..0d82ab2249bc 100644 --- a/dev/tools/localization/localizations_validator.dart +++ b/dev/tools/localization/localizations_validator.dart @@ -88,6 +88,41 @@ void validateEnglishLocalizations(File file) { throw ValidationError(errorMessages.toString()); } +/// This removes undefined localizations (localizations that aren't present in +/// the canonical locale anymore) by: +/// +/// 1. Looking up the canonical (English, in this case) localizations. +/// 2. For each locale, getting the resources. +/// 3. Determining the set of keys that aren't plural variations (we're only +/// interested in the base terms being translated and not their variants) +/// 4. Determining the set of invalid keys; that is those that are (non-plural) +/// keys in the resources for this locale, but which _aren't_ keys in the +/// canonical list. +/// 5. Removes the invalid mappings from this resource's locale. +void removeUndefinedLocalizations( + Map> localeToResources, +) { + final Map canonicalLocalizations = localeToResources[LocaleInfo.fromString('en')]!; + final Set canonicalKeys = Set.from(canonicalLocalizations.keys); + + localeToResources.forEach((LocaleInfo locale, Map resources) { + bool isPluralVariation(String key) { + final Match? pluralMatch = kPluralRegexp.firstMatch(key); + if (pluralMatch == null) + return false; + final String? prefix = pluralMatch[1]; + return resources.containsKey('${prefix}Other'); + } + + final Set keys = Set.from( + resources.keys.where((String key) => !isPluralVariation(key)) + ); + + final Set invalidKeys = keys.difference(canonicalKeys); + resources.removeWhere((String key, String value) => invalidKeys.contains(key)); + }); +} + /// Enforces the following invariants in our localizations: /// /// - Resource keys are valid, i.e. they appear in the canonical list. @@ -99,8 +134,9 @@ void validateEnglishLocalizations(File file) { /// If validation fails, throws an exception. void validateLocalizations( Map> localeToResources, - Map> localeToAttributes, -) { + Map> localeToAttributes, { + bool removeUndefined = false, +}) { final Map canonicalLocalizations = localeToResources[LocaleInfo.fromString('en')]!; final Set canonicalKeys = Set.from(canonicalLocalizations.keys); final StringBuffer errorMessages = StringBuffer(); @@ -128,8 +164,10 @@ void validateLocalizations( // Make sure keys are valid (i.e. they also exist in the canonical // localizations) final Set invalidKeys = keys.difference(canonicalKeys); - if (invalidKeys.isNotEmpty) + if (invalidKeys.isNotEmpty && !removeUndefined) { errorMessages.writeln('Locale "$locale" contains invalid resource keys: ${invalidKeys.join(', ')}'); + } + // For language-level locales only, check that they have a complete list of // keys, or opted out of using certain ones. if (locale.length == 1) { diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index 34f869e5b403..c97a4ca35057 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -164,9 +164,6 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Eject'; @@ -179,36 +176,12 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Hangul Mode'; - - @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Kana Mode'; - - @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -296,9 +269,6 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -308,12 +278,6 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Spasie'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'Laaste bladsy'; @@ -338,6 +302,9 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Lisensies'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Maak toe'; @@ -639,9 +606,6 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'አስወጣ'; @@ -654,36 +618,12 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'የሃንጉል ሁነታ'; - - @override - String get keyboardKeyHanjaMode => 'የሃንጃ ሁነታ'; - - @override - String get keyboardKeyHankaku => 'ሃንካኩ'; - - @override - String get keyboardKeyHiragana => 'ሂራጋና'; - - @override - String get keyboardKeyHiraganaKatakana => 'ሂራጋና ካታካና'; - @override String get keyboardKeyHome => 'መነሻ'; @override String get keyboardKeyInsert => 'አስገባ'; - @override - String get keyboardKeyKanaMode => 'የካና ሁነታ'; - - @override - String get keyboardKeyKanjiMode => 'የካንጂ ሁነታ'; - - @override - String get keyboardKeyKatakana => 'ካታካና'; - @override String get keyboardKeyMeta => 'ሜታ'; @@ -771,9 +711,6 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'ሮማጂ'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -783,12 +720,6 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'ክፍተት'; - @override - String get keyboardKeyZenkaku => 'ዜንካኩ'; - - @override - String get keyboardKeyZenkakuHankaku => 'ዜንካኩ ሃንካኩ'; - @override String get lastPageTooltip => 'የመጨረሻው ገጽ'; @@ -813,6 +744,9 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'ፈቃዶች'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'አሰናብት'; @@ -1114,9 +1048,6 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Eject'; @@ -1129,36 +1060,12 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'وضع Hangul (هانغول)'; - - @override - String get keyboardKeyHanjaMode => 'وضع Hanja (هانجا)'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'وضع Kana (كانا)'; - - @override - String get keyboardKeyKanjiMode => 'وضع Kanji (كانجي)'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -1246,9 +1153,6 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -1258,12 +1162,6 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'مفتاح المسافة'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'الصفحة الأخيرة'; @@ -1288,6 +1186,9 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'التراخيص'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'رفض'; @@ -1589,9 +1490,6 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'ইজেক্ট'; @@ -1604,36 +1502,12 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'হাঙুল ম’ড'; - - @override - String get keyboardKeyHanjaMode => 'হাঞ্জা ম’ড'; - - @override - String get keyboardKeyHankaku => 'হানকাকু'; - - @override - String get keyboardKeyHiragana => 'হিৰাগানা'; - - @override - String get keyboardKeyHiraganaKatakana => 'হিৰাগানা কাটাকানা'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'কানা ম’ড'; - - @override - String get keyboardKeyKanjiMode => 'কাঞ্জি ম’ড'; - - @override - String get keyboardKeyKatakana => 'কাটাকানা'; - @override String get keyboardKeyMeta => 'মেটা'; @@ -1721,9 +1595,6 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'প্ৰিণ্ট স্ক্ৰীন'; - @override - String get keyboardKeyRomaji => 'ৰ’মাজি'; - @override String get keyboardKeyScrollLock => 'স্ক্ৰ’ল লক'; @@ -1733,12 +1604,6 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'স্পেচ'; - @override - String get keyboardKeyZenkaku => 'জেনকাকু'; - - @override - String get keyboardKeyZenkakuHankaku => 'জেনকাকু হানকাকু'; - @override String get lastPageTooltip => 'অন্তিম পৃষ্ঠা'; @@ -1763,6 +1628,9 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'অনুজ্ঞাপত্ৰসমূহ'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'অগ্ৰাহ্য কৰক'; @@ -2064,9 +1932,6 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Çıxarın'; @@ -2079,36 +1944,12 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Hanqıl rejimi'; - - @override - String get keyboardKeyHanjaMode => 'Hanja rejimi'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiraqana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiraqana Katakana'; - @override String get keyboardKeyHome => 'Əsas səhifə'; @override String get keyboardKeyInsert => 'Daxil edin'; - @override - String get keyboardKeyKanaMode => 'Kana Rejimi'; - - @override - String get keyboardKeyKanjiMode => 'Kanji Rejimi'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -2196,9 +2037,6 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Ekran Çapı'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Sürüşdürmə'; @@ -2208,12 +2046,6 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Boşluq'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'Son səhifə'; @@ -2238,6 +2070,9 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Lisenziyalar'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'İmtina edin'; @@ -2539,9 +2374,6 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Выняць'; @@ -2554,36 +2386,12 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Hangul Mode'; - - @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Kana Mode'; - - @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -2671,9 +2479,6 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Ромадзі'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -2683,12 +2488,6 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Прабел'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'На апошнюю старонку'; @@ -2713,6 +2512,9 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Ліцэнзіі'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Адхіліць'; @@ -3014,9 +2816,6 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Ейсу'; - @override String get keyboardKeyEject => 'Eject'; @@ -3029,36 +2828,12 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Режим за хангъл'; - - @override - String get keyboardKeyHanjaMode => 'Режим за ханджа'; - - @override - String get keyboardKeyHankaku => 'Ханкаку'; - - @override - String get keyboardKeyHiragana => 'Хирагана'; - - @override - String get keyboardKeyHiraganaKatakana => 'Хирагана катакана'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Режим за кана'; - - @override - String get keyboardKeyKanjiMode => 'Режим за канджи'; - - @override - String get keyboardKeyKatakana => 'Катакана'; - @override String get keyboardKeyMeta => 'Meta'; @@ -3146,9 +2921,6 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Ромаджи'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -3158,12 +2930,6 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Space'; - @override - String get keyboardKeyZenkaku => 'Зенкаку'; - - @override - String get keyboardKeyZenkakuHankaku => 'Зенкаку ханкаку'; - @override String get lastPageTooltip => 'Последна страница'; @@ -3188,6 +2954,9 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Лицензи'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Отхвърляне'; @@ -3489,9 +3258,6 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'ইজেক্ট করুন'; @@ -3504,36 +3270,12 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => "'হাঙ্গুল' মোড"; - - @override - String get keyboardKeyHanjaMode => "'হাঞ্জা' মোড"; - - @override - String get keyboardKeyHankaku => 'হানকাকু'; - - @override - String get keyboardKeyHiragana => 'হিরাগানা'; - - @override - String get keyboardKeyHiraganaKatakana => 'হিরাগানা কাতাকানা'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => "'কানা' মোড"; - - @override - String get keyboardKeyKanjiMode => "'কাঞ্জি' মোড"; - - @override - String get keyboardKeyKatakana => 'কাতাকানা'; - @override String get keyboardKeyMeta => 'মেটা'; @@ -3621,9 +3363,6 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'রোমাজি'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -3633,12 +3372,6 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Space'; - @override - String get keyboardKeyZenkaku => 'জেনকাকু'; - - @override - String get keyboardKeyZenkakuHankaku => 'জেনকাকু হানকাকু'; - @override String get lastPageTooltip => 'শেষ পৃষ্ঠা'; @@ -3663,6 +3396,9 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'লাইসেন্স'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'খারিজ করুন'; @@ -3964,9 +3700,6 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Eject'; @@ -3979,36 +3712,12 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'način rada Hangul'; - - @override - String get keyboardKeyHanjaMode => 'način rada Hanja'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'način rada Kana'; - - @override - String get keyboardKeyKanjiMode => 'način rada Kanji'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -4096,9 +3805,6 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Prt Sc'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -4108,12 +3814,6 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'tipka za razmak'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku hankaku'; - @override String get lastPageTooltip => 'Posljednja stranica'; @@ -4138,6 +3838,9 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Licence'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Odbaci'; @@ -4439,9 +4142,6 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Supr'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Expulsa'; @@ -4454,36 +4154,12 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Mode hangul'; - - @override - String get keyboardKeyHanjaMode => 'Mode hanja'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Inici'; @override String get keyboardKeyInsert => 'Inser'; - @override - String get keyboardKeyKanaMode => 'Mode kana'; - - @override - String get keyboardKeyKanjiMode => 'Mode kanji'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -4571,9 +4247,6 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Impr Pant'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Bloq Despl'; @@ -4583,12 +4256,6 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Espai'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'Darrera pàgina'; @@ -4613,6 +4280,9 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Llicències'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Ignora'; @@ -4914,9 +4584,6 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Odpojit'; @@ -4929,36 +4596,12 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Režim korejského písma'; - - @override - String get keyboardKeyHanjaMode => 'Režim čínských znaků'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Režim kana'; - - @override - String get keyboardKeyKanjiMode => 'Režim kandži'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -5046,9 +4689,6 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Rómadži'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -5058,12 +4698,6 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Mezera'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku hankaku'; - @override String get lastPageTooltip => 'Poslední stránka'; @@ -5088,6 +4722,9 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Licence'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Zavřít'; @@ -5389,9 +5026,6 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Skub ud'; @@ -5404,36 +5038,12 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Hangul-tilstand'; - - @override - String get keyboardKeyHanjaMode => 'Hanja-tilstand'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Kana-tilstand'; - - @override - String get keyboardKeyKanjiMode => 'Kanji-tilstand'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -5521,9 +5131,6 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -5533,12 +5140,6 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Mellemrumstasten'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'Sidste side'; @@ -5563,6 +5164,9 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Licenser'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Afvis'; @@ -5864,9 +5468,6 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Entf'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Auswerfen'; @@ -5879,36 +5480,12 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Hangul-Modus'; - - @override - String get keyboardKeyHanjaMode => 'Hanja-Modus'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Pos1'; @override String get keyboardKeyInsert => 'Einfg'; - @override - String get keyboardKeyKanaMode => 'Kana-Modus'; - - @override - String get keyboardKeyKanjiMode => 'Kanji-Modus'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -5996,9 +5573,6 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Druck'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Rollen'; @@ -6008,12 +5582,6 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Leertaste'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'Letzte Seite'; @@ -6038,6 +5606,9 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Lizenzen'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Schließen'; @@ -6376,9 +5947,6 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Εξαγωγή'; @@ -6391,36 +5959,12 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Λειτουργία Hangul'; - - @override - String get keyboardKeyHanjaMode => 'Λειτουργία Hanja'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Λειτουργία Kana'; - - @override - String get keyboardKeyKanjiMode => 'Λειτουργία Kanji'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -6508,9 +6052,6 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -6520,12 +6061,6 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Διάστημα'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'Τελευταία σελίδα'; @@ -6550,6 +6085,9 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Άδειες'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Παράβλεψη'; @@ -6851,9 +6389,6 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Eject'; @@ -6866,36 +6401,12 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Hangul Mode'; - - @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Kana Mode'; - - @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -6983,9 +6494,6 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -6995,12 +6503,6 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Space'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'Last page'; @@ -7025,6 +6527,9 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Licenses'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Dismiss'; @@ -7203,24 +6708,12 @@ class MaterialLocalizationEnAu extends MaterialLocalizationEn { @override String get keyboardKeyCapsLock => 'Caps lock'; - @override - String get keyboardKeyKanaMode => 'Kana mode'; - - @override - String get keyboardKeyHangulMode => 'Hangul mode'; - - @override - String get keyboardKeyHanjaMode => 'Hanja mode'; - @override String get keyboardKeyChannelUp => 'Channel up'; @override String get keyboardKeyChannelDown => 'Channel down'; - @override - String get keyboardKeyKanjiMode => 'Kanji mode'; - @override String get keyboardKeyNumLock => 'Num lock'; @@ -7297,24 +6790,12 @@ class MaterialLocalizationEnCa extends MaterialLocalizationEn { @override String get keyboardKeyCapsLock => 'Caps lock'; - @override - String get keyboardKeyKanaMode => 'Kana mode'; - - @override - String get keyboardKeyHangulMode => 'Hangul mode'; - - @override - String get keyboardKeyHanjaMode => 'Hanja mode'; - @override String get keyboardKeyChannelUp => 'Channel up'; @override String get keyboardKeyChannelDown => 'Channel down'; - @override - String get keyboardKeyKanjiMode => 'Kanji mode'; - @override String get keyboardKeyNumLock => 'Num lock'; @@ -7391,24 +6872,12 @@ class MaterialLocalizationEnGb extends MaterialLocalizationEn { @override String get keyboardKeyCapsLock => 'Caps lock'; - @override - String get keyboardKeyKanaMode => 'Kana mode'; - - @override - String get keyboardKeyHangulMode => 'Hangul mode'; - - @override - String get keyboardKeyHanjaMode => 'Hanja mode'; - @override String get keyboardKeyChannelUp => 'Channel up'; @override String get keyboardKeyChannelDown => 'Channel down'; - @override - String get keyboardKeyKanjiMode => 'Kanji mode'; - @override String get keyboardKeyNumLock => 'Num lock'; @@ -7488,24 +6957,12 @@ class MaterialLocalizationEnIe extends MaterialLocalizationEn { @override String get keyboardKeyCapsLock => 'Caps lock'; - @override - String get keyboardKeyKanaMode => 'Kana mode'; - - @override - String get keyboardKeyHangulMode => 'Hangul mode'; - - @override - String get keyboardKeyHanjaMode => 'Hanja mode'; - @override String get keyboardKeyChannelUp => 'Channel up'; @override String get keyboardKeyChannelDown => 'Channel down'; - @override - String get keyboardKeyKanjiMode => 'Kanji mode'; - @override String get keyboardKeyNumLock => 'Num lock'; @@ -7585,24 +7042,12 @@ class MaterialLocalizationEnIn extends MaterialLocalizationEn { @override String get keyboardKeyCapsLock => 'Caps lock'; - @override - String get keyboardKeyKanaMode => 'Kana mode'; - - @override - String get keyboardKeyHangulMode => 'Hangul mode'; - - @override - String get keyboardKeyHanjaMode => 'Hanja mode'; - @override String get keyboardKeyChannelUp => 'Channel up'; @override String get keyboardKeyChannelDown => 'Channel down'; - @override - String get keyboardKeyKanjiMode => 'Kanji mode'; - @override String get keyboardKeyNumLock => 'Num lock'; @@ -7679,18 +7124,6 @@ class MaterialLocalizationEnNz extends MaterialLocalizationEn { @override String get keyboardKeyChannelDown => 'Channel down'; - @override - String get keyboardKeyKanjiMode => 'Kanji mode'; - - @override - String get keyboardKeyHanjaMode => 'Hanja mode'; - - @override - String get keyboardKeyKanaMode => 'Kana mode'; - - @override - String get keyboardKeyHangulMode => 'Hangul mode'; - @override String get keyboardKeyChannelUp => 'Channel up'; @@ -7773,24 +7206,12 @@ class MaterialLocalizationEnSg extends MaterialLocalizationEn { @override String get keyboardKeyCapsLock => 'Caps lock'; - @override - String get keyboardKeyKanaMode => 'Kana mode'; - - @override - String get keyboardKeyHangulMode => 'Hangul mode'; - - @override - String get keyboardKeyHanjaMode => 'Hanja mode'; - @override String get keyboardKeyChannelUp => 'Channel up'; @override String get keyboardKeyChannelDown => 'Channel down'; - @override - String get keyboardKeyKanjiMode => 'Kanji mode'; - @override String get keyboardKeyNumLock => 'Num lock'; @@ -7867,24 +7288,12 @@ class MaterialLocalizationEnZa extends MaterialLocalizationEn { @override String get keyboardKeyCapsLock => 'Caps lock'; - @override - String get keyboardKeyKanaMode => 'Kana mode'; - - @override - String get keyboardKeyHangulMode => 'Hangul mode'; - - @override - String get keyboardKeyHanjaMode => 'Hanja mode'; - @override String get keyboardKeyChannelUp => 'Channel up'; @override String get keyboardKeyChannelDown => 'Channel down'; - @override - String get keyboardKeyKanjiMode => 'Kanji mode'; - @override String get keyboardKeyNumLock => 'Num lock'; @@ -8087,9 +7496,6 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Supr'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Expulsar'; @@ -8102,36 +7508,12 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Modo Hangul'; - - @override - String get keyboardKeyHanjaMode => 'Modo Hanja'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Inicio'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Modo Kana'; - - @override - String get keyboardKeyKanjiMode => 'Modo Kanji'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -8219,9 +7601,6 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Impr Pant'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Bloq Despl'; @@ -8231,12 +7610,6 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Espacio'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'Última página'; @@ -8261,6 +7634,9 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Licencias'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Cerrar'; @@ -8439,9 +7815,6 @@ class MaterialLocalizationEs419 extends MaterialLocalizationEs { @override String get keyboardKeyChannelDown => 'Canal anterior'; - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana y Katakana'; - @override String get keyboardKeyChannelUp => 'Canal siguiente'; @@ -8602,9 +7975,6 @@ class MaterialLocalizationEsAr extends MaterialLocalizationEs { @override String get keyboardKeyChannelDown => 'Canal anterior'; - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana y Katakana'; - @override String get keyboardKeyChannelUp => 'Canal siguiente'; @@ -8765,9 +8135,6 @@ class MaterialLocalizationEsBo extends MaterialLocalizationEs { @override String get keyboardKeyChannelDown => 'Canal anterior'; - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana y Katakana'; - @override String get keyboardKeyChannelUp => 'Canal siguiente'; @@ -8928,9 +8295,6 @@ class MaterialLocalizationEsCl extends MaterialLocalizationEs { @override String get keyboardKeyChannelDown => 'Canal anterior'; - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana y Katakana'; - @override String get keyboardKeyChannelUp => 'Canal siguiente'; @@ -9091,9 +8455,6 @@ class MaterialLocalizationEsCo extends MaterialLocalizationEs { @override String get keyboardKeyChannelDown => 'Canal anterior'; - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana y Katakana'; - @override String get keyboardKeyChannelUp => 'Canal siguiente'; @@ -9254,9 +8615,6 @@ class MaterialLocalizationEsCr extends MaterialLocalizationEs { @override String get keyboardKeyChannelDown => 'Canal anterior'; - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana y Katakana'; - @override String get keyboardKeyChannelUp => 'Canal siguiente'; @@ -9417,9 +8775,6 @@ class MaterialLocalizationEsDo extends MaterialLocalizationEs { @override String get keyboardKeyChannelDown => 'Canal anterior'; - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana y Katakana'; - @override String get keyboardKeyChannelUp => 'Canal siguiente'; @@ -9580,9 +8935,6 @@ class MaterialLocalizationEsEc extends MaterialLocalizationEs { @override String get keyboardKeyChannelDown => 'Canal anterior'; - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana y Katakana'; - @override String get keyboardKeyChannelUp => 'Canal siguiente'; @@ -9743,9 +9095,6 @@ class MaterialLocalizationEsGt extends MaterialLocalizationEs { @override String get keyboardKeyChannelDown => 'Canal anterior'; - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana y Katakana'; - @override String get keyboardKeyChannelUp => 'Canal siguiente'; @@ -9906,9 +9255,6 @@ class MaterialLocalizationEsHn extends MaterialLocalizationEs { @override String get keyboardKeyChannelDown => 'Canal anterior'; - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana y Katakana'; - @override String get keyboardKeyChannelUp => 'Canal siguiente'; @@ -10069,9 +9415,6 @@ class MaterialLocalizationEsMx extends MaterialLocalizationEs { @override String get keyboardKeyChannelDown => 'Canal anterior'; - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana y Katakana'; - @override String get keyboardKeyChannelUp => 'Canal siguiente'; @@ -10232,9 +9575,6 @@ class MaterialLocalizationEsNi extends MaterialLocalizationEs { @override String get keyboardKeyChannelDown => 'Canal anterior'; - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana y Katakana'; - @override String get keyboardKeyChannelUp => 'Canal siguiente'; @@ -10395,9 +9735,6 @@ class MaterialLocalizationEsPa extends MaterialLocalizationEs { @override String get keyboardKeyChannelDown => 'Canal anterior'; - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana y Katakana'; - @override String get keyboardKeyChannelUp => 'Canal siguiente'; @@ -10558,9 +9895,6 @@ class MaterialLocalizationEsPe extends MaterialLocalizationEs { @override String get keyboardKeyChannelDown => 'Canal anterior'; - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana y Katakana'; - @override String get keyboardKeyChannelUp => 'Canal siguiente'; @@ -10721,9 +10055,6 @@ class MaterialLocalizationEsPr extends MaterialLocalizationEs { @override String get keyboardKeyChannelDown => 'Canal anterior'; - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana y Katakana'; - @override String get keyboardKeyChannelUp => 'Canal siguiente'; @@ -10884,9 +10215,6 @@ class MaterialLocalizationEsPy extends MaterialLocalizationEs { @override String get keyboardKeyChannelDown => 'Canal anterior'; - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana y Katakana'; - @override String get keyboardKeyChannelUp => 'Canal siguiente'; @@ -11047,9 +10375,6 @@ class MaterialLocalizationEsSv extends MaterialLocalizationEs { @override String get keyboardKeyChannelDown => 'Canal anterior'; - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana y Katakana'; - @override String get keyboardKeyChannelUp => 'Canal siguiente'; @@ -11210,9 +10535,6 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { @override String get keyboardKeyChannelDown => 'Canal anterior'; - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana y Katakana'; - @override String get keyboardKeyChannelUp => 'Canal siguiente'; @@ -11376,9 +10698,6 @@ class MaterialLocalizationEsUy extends MaterialLocalizationEs { @override String get keyboardKeyChannelDown => 'Canal anterior'; - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana y Katakana'; - @override String get keyboardKeyChannelUp => 'Canal siguiente'; @@ -11539,9 +10858,6 @@ class MaterialLocalizationEsVe extends MaterialLocalizationEs { @override String get keyboardKeyChannelDown => 'Canal anterior'; - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana y Katakana'; - @override String get keyboardKeyChannelUp => 'Canal siguiente'; @@ -11825,9 +11141,6 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Väljuta'; @@ -11840,36 +11153,12 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Hanguli režiim'; - - @override - String get keyboardKeyHanjaMode => 'Hanja režiim'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana/Katakana'; - @override String get keyboardKeyHome => 'Avaleht'; @override String get keyboardKeyInsert => 'Sisesta'; - @override - String get keyboardKeyKanaMode => 'Kana režiim'; - - @override - String get keyboardKeyKanjiMode => 'Kanji režiim'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -11957,9 +11246,6 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Jäädvusta ekraanikuva'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Kerimislukk'; @@ -11969,12 +11255,6 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Tühik'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku/Hankaku'; - @override String get lastPageTooltip => 'Viimane leht'; @@ -11999,6 +11279,9 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Litsentsid'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Loobu'; @@ -12300,9 +11583,6 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Ezab'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Kanporatu'; @@ -12315,36 +11595,12 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Hangul modua'; - - @override - String get keyboardKeyHanjaMode => 'Hanja modua'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana eta katakana'; - @override String get keyboardKeyHome => 'Hasi'; @override String get keyboardKeyInsert => 'Txertatu'; - @override - String get keyboardKeyKanaMode => 'Kana modua'; - - @override - String get keyboardKeyKanjiMode => 'Kanji modua'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -12432,9 +11688,6 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Inp pant'; - @override - String get keyboardKeyRomaji => 'Rōmaji'; - @override String get keyboardKeyScrollLock => 'Blok Korr'; @@ -12444,12 +11697,6 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Zuriune-barra'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku eta hankaku'; - @override String get lastPageTooltip => 'Azken orria'; @@ -12474,6 +11721,9 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Lizentziak'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Baztertu'; @@ -12775,9 +12025,6 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'حذف'; - @override - String get keyboardKeyEisu => 'اِسو'; - @override String get keyboardKeyEject => 'خارج کردن'; @@ -12790,36 +12037,12 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'عملکرد'; - @override - String get keyboardKeyHangulMode => 'حالت هانگول'; - - @override - String get keyboardKeyHanjaMode => 'حالت هانجا'; - - @override - String get keyboardKeyHankaku => 'هانکاکو'; - - @override - String get keyboardKeyHiragana => 'هیراگانا'; - - @override - String get keyboardKeyHiraganaKatakana => 'هیراگانا کاتاکانا'; - @override String get keyboardKeyHome => 'صفحه اصلی'; @override String get keyboardKeyInsert => 'درج'; - @override - String get keyboardKeyKanaMode => 'حالت کانا'; - - @override - String get keyboardKeyKanjiMode => 'حالت کانجی'; - - @override - String get keyboardKeyKatakana => 'کاتاکانا'; - @override String get keyboardKeyMeta => 'متا'; @@ -12907,9 +12130,6 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'چاپ صفحه'; - @override - String get keyboardKeyRomaji => 'روماجی'; - @override String get keyboardKeyScrollLock => 'قفل پیمایش'; @@ -12919,12 +12139,6 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'فاصله'; - @override - String get keyboardKeyZenkaku => 'زنکاکو'; - - @override - String get keyboardKeyZenkakuHankaku => 'زنکاکو هانکاکو'; - @override String get lastPageTooltip => 'صفحه آخر'; @@ -12949,6 +12163,9 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'مجوزها'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'نپذیرفتن'; @@ -13250,9 +12467,6 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Poista'; @@ -13265,36 +12479,12 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Hangul-tila'; - - @override - String get keyboardKeyHanjaMode => 'Hanja-tila'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Etusivu'; @override String get keyboardKeyInsert => 'Lisää'; - @override - String get keyboardKeyKanaMode => 'Kana-tila'; - - @override - String get keyboardKeyKanjiMode => 'Kanji-tila'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -13382,9 +12572,6 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -13394,12 +12581,6 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Välilyönti'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'Viimeinen sivu'; @@ -13424,6 +12605,9 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Lisenssit'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Ohita'; @@ -13725,9 +12909,6 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Eject'; @@ -13740,36 +12921,12 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Hangul Mode'; - - @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Kana Mode'; - - @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -13857,9 +13014,6 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -13869,12 +13023,6 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Puwang'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'Huling page'; @@ -13899,6 +13047,9 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Mga Lisensya'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'I-dismiss'; @@ -14200,9 +13351,6 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Suppr'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Éjecter'; @@ -14215,36 +13363,12 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Mode hangûl'; - - @override - String get keyboardKeyHanjaMode => 'Mode hanja'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Accueil'; @override String get keyboardKeyInsert => 'Insérer'; - @override - String get keyboardKeyKanaMode => 'Mode Kana'; - - @override - String get keyboardKeyKanjiMode => 'Mode Kanji'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Méta'; @@ -14332,9 +13456,6 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Impr. écran'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Arrêt défil'; @@ -14344,12 +13465,6 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Espace'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'Dernière page'; @@ -14374,6 +13489,9 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Licences'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Ignorer'; @@ -14567,12 +13685,6 @@ class MaterialLocalizationFrCa extends MaterialLocalizationFr { @override String get keyboardKeyInsert => 'Insér.'; - @override - String get keyboardKeyHanjaMode => 'Mode Hanja'; - - @override - String get keyboardKeyHangulMode => 'Mode Hangul'; - @override String get keyboardKeyEscape => 'Échapp.'; @@ -14817,9 +13929,6 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Supr'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Expulsar'; @@ -14832,36 +13941,12 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Modo hangul'; - - @override - String get keyboardKeyHanjaMode => 'Modo hanja'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Inicio'; @override String get keyboardKeyInsert => 'Inserir'; - @override - String get keyboardKeyKanaMode => 'Modo kana'; - - @override - String get keyboardKeyKanjiMode => 'Modo kanji'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -14949,9 +14034,6 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Imprimir pantalla'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Bloq Despr'; @@ -14961,12 +14043,6 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Espazo'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'Última páxina'; @@ -14991,6 +14067,9 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Licenzas'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Ignorar'; @@ -15292,9 +14371,6 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Entf'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Auswerfen'; @@ -15307,36 +14383,12 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Hangul-Modus'; - - @override - String get keyboardKeyHanjaMode => 'Hanja-Modus'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Pos1'; @override String get keyboardKeyInsert => 'Einfg'; - @override - String get keyboardKeyKanaMode => 'Kana-Modus'; - - @override - String get keyboardKeyKanjiMode => 'Kanji-Modus'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -15424,9 +14476,6 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Druck'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Rollen'; @@ -15436,12 +14485,6 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Leertaste'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'Letzte Seite'; @@ -15466,6 +14509,9 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Lizenzen'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Schließen'; @@ -15767,9 +14813,6 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Eject'; @@ -15782,36 +14825,12 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Hangul Mode'; - - @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Kana Mode'; - - @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -15899,9 +14918,6 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -15911,12 +14927,6 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Space'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'છેલ્લું પેજ'; @@ -15941,6 +14951,9 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'લાઇસન્સ'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'છોડી દો'; @@ -16242,9 +15255,6 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Eject'; @@ -16257,36 +15267,12 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Hangul Mode'; - - @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Kana Mode'; - - @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -16374,9 +15360,6 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -16386,12 +15369,6 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'רווח'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'לדף האחרון'; @@ -16416,6 +15393,9 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'רישיונות'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'סגירה'; @@ -16717,9 +15697,6 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Eject'; @@ -16732,36 +15709,12 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Hangul Mode'; - - @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Kana Mode'; - - @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -16849,9 +15802,6 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -16861,12 +15811,6 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Space'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'आखिरी पेज'; @@ -16891,6 +15835,9 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'लाइसेंस'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'खारिज करें'; @@ -17192,9 +16139,6 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Izbaci'; @@ -17207,36 +16151,12 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Način hangul'; - - @override - String get keyboardKeyHanjaMode => 'Način hanja'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Umetni'; - @override - String get keyboardKeyKanaMode => 'Način kana'; - - @override - String get keyboardKeyKanjiMode => 'Način kanji'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -17324,9 +16244,6 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -17336,12 +16253,6 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Razmaknica'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'Posljednja stranica'; @@ -17366,6 +16277,9 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Licence'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Odbaci'; @@ -17667,9 +16581,6 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Kiadás'; @@ -17682,36 +16593,12 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Hangul mód'; - - @override - String get keyboardKeyHanjaMode => 'Handzsa mód'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Kana mód'; - - @override - String get keyboardKeyKanjiMode => 'Kandzsi mód'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -17799,9 +16686,6 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -17811,12 +16695,6 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Szóköz'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'Utolsó oldal'; @@ -17841,6 +16719,9 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Licencek'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Elvetés'; @@ -18142,9 +17023,6 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Eject'; @@ -18157,36 +17035,12 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Hangul ռեժիմ'; - - @override - String get keyboardKeyHanjaMode => 'Hanja ռեժիմ'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Kana ռեժիմ'; - - @override - String get keyboardKeyKanjiMode => 'Kanji ռեժիմ'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -18274,9 +17128,6 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -18286,12 +17137,6 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Բացատ'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'Վերջին էջ'; @@ -18316,6 +17161,9 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Արտոնագրեր'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Փակել'; @@ -18617,9 +17465,6 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Eject'; @@ -18632,36 +17477,12 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Hangul Mode'; - - @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Kana Mode'; - - @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -18749,9 +17570,6 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -18761,12 +17579,6 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Space'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'Halaman terakhir'; @@ -18791,6 +17603,9 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Lisensi'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Tutup'; @@ -19092,9 +17907,6 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Fjarlægja'; @@ -19107,36 +17919,12 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Hangul-stilling'; - - @override - String get keyboardKeyHanjaMode => 'Hanja-stilling'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Kana-stilling'; - - @override - String get keyboardKeyKanjiMode => 'Kanji-stilling'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -19224,9 +18012,6 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -19236,12 +18021,6 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Bil'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'Síðasta síða'; @@ -19266,6 +18045,9 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Leyfi'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Hunsa'; @@ -19567,9 +18349,6 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Canc'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Espelli'; @@ -19582,36 +18361,12 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Modalità hangul'; - - @override - String get keyboardKeyHanjaMode => 'Modalità hanja'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Ins'; - @override - String get keyboardKeyKanaMode => 'Modalità kana'; - - @override - String get keyboardKeyKanjiMode => 'Modalità kanji'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -19699,9 +18454,6 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Stamp'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Bloc Scorr'; @@ -19711,12 +18463,6 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Barra spaziatrice'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'Ultima pagina'; @@ -19741,6 +18487,9 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Licenze'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Ignora'; @@ -20042,9 +18791,6 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => '英数'; - @override String get keyboardKeyEject => 'Eject'; @@ -20057,36 +18803,12 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'ハングルモード'; - - @override - String get keyboardKeyHanjaMode => '漢字(ハンジャ)モード'; - - @override - String get keyboardKeyHankaku => '半角'; - - @override - String get keyboardKeyHiragana => 'ひらがな'; - - @override - String get keyboardKeyHiraganaKatakana => 'かな / カナ / ローマ字'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'かなモード'; - - @override - String get keyboardKeyKanjiMode => '漢字モード'; - - @override - String get keyboardKeyKatakana => 'カタカナ'; - @override String get keyboardKeyMeta => 'Meta'; @@ -20174,9 +18896,6 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Printscreen'; - @override - String get keyboardKeyRomaji => 'ローマ字'; - @override String get keyboardKeyScrollLock => 'ScrollLock'; @@ -20186,12 +18905,6 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Space'; - @override - String get keyboardKeyZenkaku => '全角'; - - @override - String get keyboardKeyZenkakuHankaku => '半 / 全 / 漢字'; - @override String get lastPageTooltip => '最後のページ'; @@ -20216,6 +18929,9 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'ライセンス'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => '閉じる'; @@ -20517,9 +19233,6 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Eject'; @@ -20532,36 +19245,12 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'ჰანგილის რეჟიმი'; - - @override - String get keyboardKeyHanjaMode => 'ჰანჯის რეჟიმი'; - - @override - String get keyboardKeyHankaku => 'ჰანკაკუ'; - - @override - String get keyboardKeyHiragana => 'ჰირაგანა'; - - @override - String get keyboardKeyHiraganaKatakana => 'ჰირაგანა კატაკანა'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'კანას რეჟიმი'; - - @override - String get keyboardKeyKanjiMode => 'კანჯის რეჟიმი'; - - @override - String get keyboardKeyKatakana => 'კატაკანა'; - @override String get keyboardKeyMeta => 'Meta'; @@ -20649,9 +19338,6 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'რომაჯი'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -20661,12 +19347,6 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Space'; - @override - String get keyboardKeyZenkaku => 'ზენკაკუ'; - - @override - String get keyboardKeyZenkakuHankaku => 'ზენკაკუ ჰანკაკუ'; - @override String get lastPageTooltip => 'ბოლო გვერდი'; @@ -20691,6 +19371,9 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'ლიცენზიები'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'დახურვა'; @@ -20992,9 +19675,6 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Eject'; @@ -21007,36 +19687,12 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Ханғыл режимі'; - - @override - String get keyboardKeyHanjaMode => 'Ханжа режимі'; - - @override - String get keyboardKeyHankaku => 'Ханкаку'; - - @override - String get keyboardKeyHiragana => 'Хирагана'; - - @override - String get keyboardKeyHiraganaKatakana => 'Хирагана Катакана'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Кана режимі'; - - @override - String get keyboardKeyKanjiMode => 'Канжи режимі'; - - @override - String get keyboardKeyKatakana => 'Катакана'; - @override String get keyboardKeyMeta => 'Meta'; @@ -21124,9 +19780,6 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Ромажи'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -21136,12 +19789,6 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Бос орын'; - @override - String get keyboardKeyZenkaku => 'Зенкаку'; - - @override - String get keyboardKeyZenkakuHankaku => 'Зенкаку Ханкаку'; - @override String get lastPageTooltip => 'Соңғы бет'; @@ -21166,6 +19813,9 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Лицензиялар'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Жабу'; @@ -21467,9 +20117,6 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Eject'; @@ -21482,36 +20129,12 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Hangul Mode'; - - @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Kana Mode'; - - @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -21599,9 +20222,6 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -21611,12 +20231,6 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Space'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'ទំព័រ​ចុង​ក្រោយ'; @@ -21641,6 +20255,9 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'អាជ្ញាបណ្ណ'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'ច្រាន​ចោល'; @@ -21942,9 +20559,6 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => '\u{45}\u{69}\u{73}\u{16b}'; - @override String get keyboardKeyEject => 'Eject'; @@ -21957,36 +20571,12 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Hangul Mode'; - - @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Kana Mode'; - - @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -22074,9 +20664,6 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -22086,12 +20673,6 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Space'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => '\u{c95}\u{cca}\u{ca8}\u{cc6}\u{caf}\u{20}\u{caa}\u{cc1}\u{c9f}'; @@ -22116,6 +20697,9 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { @override String get licensesPageTitle => '\u{caa}\u{cb0}\u{cb5}\u{cbe}\u{ca8}\u{c97}\u{cbf}\u{c97}\u{cb3}\u{cc1}'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => '\u{cb5}\u{c9c}\u{cbe}\u{c97}\u{cca}\u{cb3}\u{cbf}\u{cb8}\u{cbf}'; @@ -22417,9 +21001,6 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => '꺼내기'; @@ -22432,36 +21013,12 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => '한글 모드'; - - @override - String get keyboardKeyHanjaMode => '한자 모드'; - - @override - String get keyboardKeyHankaku => '반각'; - - @override - String get keyboardKeyHiragana => '히라가나'; - - @override - String get keyboardKeyHiraganaKatakana => '히라가나 가타카나'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => '가나 모드'; - - @override - String get keyboardKeyKanjiMode => '칸지 모드'; - - @override - String get keyboardKeyKatakana => '가타카나'; - @override String get keyboardKeyMeta => '메타'; @@ -22549,9 +21106,6 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => '로마자'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -22561,12 +21115,6 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => '스페이스'; - @override - String get keyboardKeyZenkaku => '전각'; - - @override - String get keyboardKeyZenkakuHankaku => '전각 및 반각'; - @override String get lastPageTooltip => '마지막 페이지'; @@ -22591,6 +21139,9 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { @override String get licensesPageTitle => '라이선스'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => '닫기'; @@ -22892,9 +21443,6 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Eject'; @@ -22907,36 +21455,12 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Хангул режими'; - - @override - String get keyboardKeyHanjaMode => 'Ханжа режими'; - - @override - String get keyboardKeyHankaku => 'Ханкаку'; - - @override - String get keyboardKeyHiragana => 'Хирагана'; - - @override - String get keyboardKeyHiraganaKatakana => 'Хирагана-катакана'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Кана режими'; - - @override - String get keyboardKeyKanjiMode => 'Канжи режими'; - - @override - String get keyboardKeyKatakana => 'Катакана'; - @override String get keyboardKeyMeta => 'Мета'; @@ -23024,9 +21548,6 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Ромажи'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -23036,12 +21557,6 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Боштук'; - @override - String get keyboardKeyZenkaku => 'Зенкаку'; - - @override - String get keyboardKeyZenkakuHankaku => 'Зенкаку-ханкаку'; - @override String get lastPageTooltip => 'Акыркы бет'; @@ -23066,6 +21581,9 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Уруксаттамалар'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Жабуу'; @@ -23367,9 +21885,6 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Eject'; @@ -23382,36 +21897,12 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'ໂໝດ Hangul'; - - @override - String get keyboardKeyHanjaMode => 'ໂໝດ Hanja'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'ໂໝດ Kana'; - - @override - String get keyboardKeyKanjiMode => 'ໂໝດ Kanji'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -23499,9 +21990,6 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -23511,12 +21999,6 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Space'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'ໜ້າສຸດທ້າຍ'; @@ -23541,6 +22023,9 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'ໃບອະນຸຍາດ'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'ປິດໄວ້'; @@ -23842,9 +22327,6 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Išimti'; @@ -23857,36 +22339,12 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Hangul režimas'; - - @override - String get keyboardKeyHanjaMode => 'Hanja režimas'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Kana režimas'; - - @override - String get keyboardKeyKanjiMode => 'Kanji režimas'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -23974,9 +22432,6 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -23986,12 +22441,6 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Tarpas'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'Paskutinis puslapis'; @@ -24016,6 +22465,9 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Licencijos'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Atsisakyti'; @@ -24317,9 +22769,6 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Izstumt'; @@ -24332,36 +22781,12 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Hangul režīms'; - - @override - String get keyboardKeyHanjaMode => 'Hanja režīms'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Kana režīms'; - - @override - String get keyboardKeyKanjiMode => 'Kanji režīms'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -24449,9 +22874,6 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -24461,12 +22883,6 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Atstarpes taustiņš'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'Pēdējā lapa'; @@ -24491,6 +22907,9 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Licences'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Nerādīt'; @@ -24792,9 +23211,6 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Eject'; @@ -24807,36 +23223,12 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Hangul Mode'; - - @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Kana Mode'; - - @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -24924,9 +23316,6 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -24936,12 +23325,6 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Space'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'Последна страница'; @@ -24966,6 +23349,9 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Лиценци'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Отфрли'; @@ -25267,9 +23653,6 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Eject'; @@ -25282,36 +23665,12 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Hangul Mode'; - - @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Kana Mode'; - - @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -25399,9 +23758,6 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -25411,12 +23767,6 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Space'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'അവസാന പേജ്'; @@ -25441,6 +23791,9 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'ലൈസൻസുകൾ'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'നിരസിക്കുക'; @@ -25742,9 +24095,6 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Eject'; @@ -25757,36 +24107,12 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Солонгос хэлний горим'; - - @override - String get keyboardKeyHanjaMode => 'Hanja горим'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Хирагана'; - - @override - String get keyboardKeyHiraganaKatakana => 'Хирагана Катакана'; - @override String get keyboardKeyHome => 'Гэр'; @override String get keyboardKeyInsert => 'Оруулах'; - @override - String get keyboardKeyKanaMode => 'Kana горим'; - - @override - String get keyboardKeyKanjiMode => 'Kanji горим'; - - @override - String get keyboardKeyKatakana => 'Катакана'; - @override String get keyboardKeyMeta => 'Мета'; @@ -25874,9 +24200,6 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -25886,12 +24209,6 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Space'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'Сүүлийн хуудас'; @@ -25916,6 +24233,9 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Лиценз'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Үл хэрэгсэх'; @@ -26217,9 +24537,6 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'इजेक्ट'; @@ -26232,36 +24549,12 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'हंगुल मोड'; - - @override - String get keyboardKeyHanjaMode => 'हांजा मोड'; - - @override - String get keyboardKeyHankaku => 'हानकाकू'; - - @override - String get keyboardKeyHiragana => 'हिरागाना'; - - @override - String get keyboardKeyHiraganaKatakana => 'हिरागाना काताकाना'; - @override String get keyboardKeyHome => 'होम'; @override String get keyboardKeyInsert => 'इन्सर्ट'; - @override - String get keyboardKeyKanaMode => 'काना मोड'; - - @override - String get keyboardKeyKanjiMode => 'कांजी मोड'; - - @override - String get keyboardKeyKatakana => 'काताकाना'; - @override String get keyboardKeyMeta => 'मेटा'; @@ -26349,9 +24642,6 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'प्रिंट स्क्रीन'; - @override - String get keyboardKeyRomaji => 'रोमाजी'; - @override String get keyboardKeyScrollLock => 'स्क्रोल लॉक'; @@ -26361,12 +24651,6 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'स्पेस'; - @override - String get keyboardKeyZenkaku => 'झेनकाकू'; - - @override - String get keyboardKeyZenkakuHankaku => 'झेनकाकू हानकाकू'; - @override String get lastPageTooltip => 'शेवटचे पेज'; @@ -26391,6 +24675,9 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'परवाने'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'डिसमिस करा'; @@ -26692,9 +24979,6 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Keluarkan'; @@ -26707,36 +24991,12 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Mod Hangul'; - - @override - String get keyboardKeyHanjaMode => 'Mod Hanja'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Mod Kana'; - - @override - String get keyboardKeyKanjiMode => 'Mod Kanji'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -26824,9 +25084,6 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -26836,12 +25093,6 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Ruang'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'Halaman terakhir'; @@ -26866,6 +25117,9 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Lesen'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Tolak'; @@ -27167,9 +25421,6 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'ထုတ်ရန်'; @@ -27182,36 +25433,12 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Hangul မုဒ်'; - - @override - String get keyboardKeyHanjaMode => 'Hanja မုဒ်'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'ပင်မခလုတ်'; @override String get keyboardKeyInsert => 'ထည့်သွင်းခလုတ်'; - @override - String get keyboardKeyKanaMode => 'Kana မုဒ်'; - - @override - String get keyboardKeyKanjiMode => 'Kanji မုဒ်'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -27299,9 +25526,6 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'ပရင့်စခရင်'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'လှိမ့်သည့်လော့ခ်'; @@ -27311,12 +25535,6 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'နေရာခြားခလုတ်'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'နောက်ဆုံး စာမျက်နှာ'; @@ -27341,6 +25559,9 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'လိုင်စင်များ'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'ပယ်ရန်'; @@ -27642,9 +25863,6 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Løs ut'; @@ -27657,36 +25875,12 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Hangul-modus'; - - @override - String get keyboardKeyHanjaMode => 'Hanja-modus'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Kana-modus'; - - @override - String get keyboardKeyKanjiMode => 'Kanji-modus'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -27774,9 +25968,6 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'PrtScn'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'ScrLk'; @@ -27786,12 +25977,6 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Mellomrom'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku hankaku'; - @override String get lastPageTooltip => 'Siste side'; @@ -27816,6 +26001,9 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Lisenser'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Avvis'; @@ -28117,9 +26305,6 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Eject'; @@ -28132,36 +26317,12 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Hangul Mode'; - - @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Kana Mode'; - - @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -28249,9 +26410,6 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -28261,12 +26419,6 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Space'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'अन्तिम पेज'; @@ -28291,6 +26443,9 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'इजाजतपत्रहरू'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'खारेज गर्नुहोस्'; @@ -28592,9 +26747,6 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Uitwerpen'; @@ -28607,36 +26759,12 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Hangul-modus'; - - @override - String get keyboardKeyHanjaMode => 'Hanja-modus'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Kana-modus'; - - @override - String get keyboardKeyKanjiMode => 'Kanji-modus'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -28724,9 +26852,6 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -28736,12 +26861,6 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Spatie'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'Laatste pagina'; @@ -28766,6 +26885,9 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Licenties'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Sluiten'; @@ -29067,9 +27189,6 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Løs ut'; @@ -29082,36 +27201,12 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Hangul-modus'; - - @override - String get keyboardKeyHanjaMode => 'Hanja-modus'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Kana-modus'; - - @override - String get keyboardKeyKanjiMode => 'Kanji-modus'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -29199,9 +27294,6 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'PrtScn'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'ScrLk'; @@ -29211,12 +27303,6 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Mellomrom'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku hankaku'; - @override String get lastPageTooltip => 'Siste side'; @@ -29241,6 +27327,9 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Lisenser'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Avvis'; @@ -29542,9 +27631,6 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Eject'; @@ -29557,36 +27643,12 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Hangul Mode'; - - @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Kana Mode'; - - @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -29674,9 +27736,6 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -29686,12 +27745,6 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Space'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'ଶେଷ ପୃଷ୍ଠା'; @@ -29716,6 +27769,9 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'ଲାଇସେନ୍ସଗୁଡ଼କ'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'ଖାରଜ କରନ୍ତୁ'; @@ -30017,9 +28073,6 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Eject'; @@ -30032,36 +28085,12 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Hangul Mode'; - - @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Kana Mode'; - - @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -30149,9 +28178,6 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -30161,12 +28187,6 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Space'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'ਆਖਰੀ ਪੰਨਾ'; @@ -30191,6 +28211,9 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'ਲਾਇਸੰਸ'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'ਖਾਰਜ ਕਰੋ'; @@ -30492,9 +28515,6 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Wysuń'; @@ -30507,36 +28527,12 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Tryb hangul'; - - @override - String get keyboardKeyHanjaMode => 'Tryb hanja'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Tryb kana'; - - @override - String get keyboardKeyKanjiMode => 'Tryb kanji'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -30624,9 +28620,6 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Rōmaji'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -30636,12 +28629,6 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Spacja'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'Ostatnia strona'; @@ -30666,6 +28653,9 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Licencje'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Zamknij'; @@ -30967,9 +28957,6 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Eject'; @@ -30982,36 +28969,12 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Hangul Mode'; - - @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Kana Mode'; - - @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -31099,9 +29062,6 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -31111,12 +29071,6 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Space'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'Last page'; @@ -31141,6 +29095,9 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'جوازونه'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'رد کړه'; @@ -31442,9 +29399,6 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Ejetar'; @@ -31457,36 +29411,12 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Modo Hangul'; - - @override - String get keyboardKeyHanjaMode => 'Modo Hanja'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Modo Kana'; - - @override - String get keyboardKeyKanjiMode => 'Modo Kanji'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -31574,9 +29504,6 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -31586,12 +29513,6 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Espaço'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'Última página'; @@ -31616,6 +29537,9 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Licenças'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Dispensar'; @@ -31797,15 +29721,6 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { @override String get keyboardKeyBackspace => 'Retrocesso'; - @override - String get keyboardKeyKanjiMode => 'Modo kanji'; - - @override - String get keyboardKeyHanjaMode => 'Modo hanja'; - - @override - String get keyboardKeyKanaMode => 'Modo kana'; - @override String get keyboardKeyInsert => 'Inserir'; @@ -31815,9 +29730,6 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { @override String get keyboardKeyEnd => 'Fim'; - @override - String get keyboardKeyHangulMode => 'Modo hangul'; - @override String get keyboardKeyChannelUp => 'Canal seguinte'; @@ -32065,9 +29977,6 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Eject'; @@ -32080,36 +29989,12 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Modul Hangul'; - - @override - String get keyboardKeyHanjaMode => 'Modul Hanja'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Modul Kana'; - - @override - String get keyboardKeyKanjiMode => 'Modul Kanji'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -32197,9 +30082,6 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -32209,12 +30091,6 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Spațiu'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'Ultima pagină'; @@ -32239,6 +30115,9 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Licențe'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Închideți'; @@ -32540,9 +30419,6 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Эйсу'; - @override String get keyboardKeyEject => 'Извлечь'; @@ -32555,36 +30431,12 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Хангыль'; - - @override - String get keyboardKeyHanjaMode => 'Ханча'; - - @override - String get keyboardKeyHankaku => 'Ханкаку'; - - @override - String get keyboardKeyHiragana => 'Хирагана'; - - @override - String get keyboardKeyHiraganaKatakana => 'Хирагана Катакана'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Кана'; - - @override - String get keyboardKeyKanjiMode => 'Кандзи'; - - @override - String get keyboardKeyKatakana => 'Катакана'; - @override String get keyboardKeyMeta => 'Meta'; @@ -32672,9 +30524,6 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Ромадзи'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -32684,12 +30533,6 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Пробел'; - @override - String get keyboardKeyZenkaku => 'Дзэнкаку'; - - @override - String get keyboardKeyZenkakuHankaku => 'Дзэнкаку Ханкаку'; - @override String get lastPageTooltip => 'Последняя страница'; @@ -32714,6 +30557,9 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Лицензии'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Закрыть'; @@ -33015,9 +30861,6 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Eject'; @@ -33030,36 +30873,12 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Hangul Mode'; - - @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Kana Mode'; - - @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -33147,9 +30966,6 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -33159,12 +30975,6 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Space'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'අවසන් පිටුව'; @@ -33189,6 +30999,9 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'බලපත්‍ර'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'ඉවත ලන්න'; @@ -33490,9 +31303,6 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Odpojiť'; @@ -33505,36 +31315,12 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Režim Hangul'; - - @override - String get keyboardKeyHanjaMode => 'Režim Hanja'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Režim Kana'; - - @override - String get keyboardKeyKanjiMode => 'Režim kandži'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -33622,9 +31408,6 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -33634,12 +31417,6 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Medzerník'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'Posledná strana'; @@ -33664,6 +31441,9 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Licencie'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Odmietnuť'; @@ -33965,9 +31745,6 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Odstrani'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Izvrzi'; @@ -33980,36 +31757,12 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Način hangul'; - - @override - String get keyboardKeyHanjaMode => 'Način handža'; - - @override - String get keyboardKeyHankaku => 'hankaku'; - - @override - String get keyboardKeyHiragana => 'hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'hiragana katakana'; - @override String get keyboardKeyHome => 'Začetek'; @override String get keyboardKeyInsert => 'Vstavi'; - @override - String get keyboardKeyKanaMode => 'Način kana'; - - @override - String get keyboardKeyKanjiMode => 'Način kanji'; - - @override - String get keyboardKeyKatakana => 'katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -34097,9 +31850,6 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Zajem zaslona'; - @override - String get keyboardKeyRomaji => 'Romadži'; - @override String get keyboardKeyScrollLock => 'Vklopi drsenje'; @@ -34109,12 +31859,6 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Preslednica'; - @override - String get keyboardKeyZenkaku => 'zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'zenkaku hankaku'; - @override String get lastPageTooltip => 'Zadnja stran'; @@ -34139,6 +31883,9 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Licence'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Opusti'; @@ -34440,9 +32187,6 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Delete'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Eject'; @@ -34455,36 +32199,12 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Hangul Mode'; - - @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Kana Mode'; - - @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -34572,9 +32292,6 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -34584,12 +32301,6 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Space'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'Faqja e fundit'; @@ -34614,6 +32325,9 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Licencat'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Hiq'; @@ -34915,9 +32629,6 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Еису'; - @override String get keyboardKeyEject => 'Eject'; @@ -34930,36 +32641,12 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Режим хангул'; - - @override - String get keyboardKeyHanjaMode => 'Режим ханџа'; - - @override - String get keyboardKeyHankaku => 'Ханкаку'; - - @override - String get keyboardKeyHiragana => 'Хирагана'; - - @override - String get keyboardKeyHiraganaKatakana => 'Хирагана катакана'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Кана режим'; - - @override - String get keyboardKeyKanjiMode => 'Канџи режим'; - - @override - String get keyboardKeyKatakana => 'Катакана'; - @override String get keyboardKeyMeta => 'Meta'; @@ -35047,9 +32734,6 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Ромађи'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -35059,12 +32743,6 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Тастер за размак'; - @override - String get keyboardKeyZenkaku => 'Зенкаку'; - - @override - String get keyboardKeyZenkakuHankaku => 'Зенкаку ханкаку'; - @override String get lastPageTooltip => 'Последња страница'; @@ -35089,6 +32767,9 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Лиценце'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Одбаци'; @@ -35388,51 +33069,15 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { @override String get keyboardKeyChannelUp => 'Sledeći kanal'; - @override - String get keyboardKeyEisu => 'Eisu'; - - @override - String get keyboardKeyHangulMode => 'Režim hangul'; - - @override - String get keyboardKeyHanjaMode => 'Režim handža'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana katakana'; - - @override - String get keyboardKeyKanaMode => 'Kana režim'; - - @override - String get keyboardKeyKanjiMode => 'Kandži režim'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyPower => 'Dugme za uključivanje'; @override String get keyboardKeyPowerOff => 'Dugme za isključivanje'; - @override - String get keyboardKeyRomaji => 'Romađi'; - @override String get keyboardKeySpace => 'Taster za razmak'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku hankaku'; - @override String get lastPageTooltip => 'Poslednja stranica'; @@ -35725,9 +33370,6 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Mata ut'; @@ -35740,36 +33382,12 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Hangul-läge'; - - @override - String get keyboardKeyHanjaMode => 'Hanja-läge'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Hem'; @override String get keyboardKeyInsert => 'Infoga'; - @override - String get keyboardKeyKanaMode => 'Kana-läge'; - - @override - String get keyboardKeyKanjiMode => 'Kanji-läge'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -35857,9 +33475,6 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -35869,12 +33484,6 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Blanksteg'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'Sista sidan'; @@ -35899,6 +33508,9 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Licenser'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Stäng'; @@ -36200,9 +33812,6 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Eject'; @@ -36215,36 +33824,12 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Hali ya Hangul'; - - @override - String get keyboardKeyHanjaMode => 'Hali ya Hanja'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Hali ya Kana'; - - @override - String get keyboardKeyKanjiMode => 'Hali ya Kanji'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -36332,9 +33917,6 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -36344,12 +33926,6 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Space'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'Ukurasa wa mwisho'; @@ -36374,6 +33950,9 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Leseni'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Ondoa'; @@ -36675,9 +34254,6 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Eject'; @@ -36690,36 +34266,12 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Hangul Mode'; - - @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Kana Mode'; - - @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -36807,9 +34359,6 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -36819,12 +34368,6 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Space'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'கடைசிப் பக்கத்திற்குச் செல்லும்'; @@ -36849,6 +34392,9 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'உரிமங்கள்'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'நிராகரிக்கும்'; @@ -37150,9 +34696,6 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Eject'; @@ -37165,36 +34708,12 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Hangul Mode'; - - @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Kana Mode'; - - @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -37282,9 +34801,6 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -37294,12 +34810,6 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Space'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'చివరి పేజీ'; @@ -37324,6 +34834,9 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'లైసెన్స్‌లు'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'విస్మరించు'; @@ -37625,9 +35138,6 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Eject'; @@ -37640,36 +35150,12 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'โหมดตัวอักษรฮันกึล'; - - @override - String get keyboardKeyHanjaMode => 'โหมดตัวอักษรฮันจา'; - - @override - String get keyboardKeyHankaku => 'ฮันคาคุ'; - - @override - String get keyboardKeyHiragana => 'ฮิรางานะ'; - - @override - String get keyboardKeyHiraganaKatakana => 'ฮิรางานะ คาตาคานะ'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'โหมดตัวอักษรคานะ'; - - @override - String get keyboardKeyKanjiMode => 'โหมดตัวอักษรคันจิ'; - - @override - String get keyboardKeyKatakana => 'คาตาคานะ'; - @override String get keyboardKeyMeta => 'Meta'; @@ -37757,9 +35243,6 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'โรมาจิ'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -37769,12 +35252,6 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Space'; - @override - String get keyboardKeyZenkaku => 'เซ็นคาคุ'; - - @override - String get keyboardKeyZenkakuHankaku => 'เซ็นคาคุ ฮันคาคุ'; - @override String get lastPageTooltip => 'หน้าสุดท้าย'; @@ -37799,6 +35276,9 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'ใบอนุญาต'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'ปิด'; @@ -38100,9 +35580,6 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Eject'; @@ -38115,36 +35592,12 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Hangul Mode'; - - @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Kana Mode'; - - @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -38232,9 +35685,6 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -38244,12 +35694,6 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Puwang'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'Huling page'; @@ -38274,6 +35718,9 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Mga Lisensya'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'I-dismiss'; @@ -38575,9 +36022,6 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Çıkar'; @@ -38590,36 +36034,12 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Hangul Modu'; - - @override - String get keyboardKeyHanjaMode => 'Hanja Modu'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Kana Modu'; - - @override - String get keyboardKeyKanjiMode => 'Kanji Modu'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -38707,9 +36127,6 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Ekranı Yazdır'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -38719,12 +36136,6 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Boşluk'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'Son sayfa'; @@ -38749,6 +36160,9 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Lisanslar'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Kapat'; @@ -39050,9 +36464,6 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Вийняти'; @@ -39065,36 +36476,12 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Режим хангиль'; - - @override - String get keyboardKeyHanjaMode => 'Режим ханча'; - - @override - String get keyboardKeyHankaku => 'Ханкаку'; - - @override - String get keyboardKeyHiragana => 'Хірагана'; - - @override - String get keyboardKeyHiraganaKatakana => 'Хірагана/Катакана'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Режим кана'; - - @override - String get keyboardKeyKanjiMode => 'Режим канджі'; - - @override - String get keyboardKeyKatakana => 'Катакана'; - @override String get keyboardKeyMeta => 'Meta'; @@ -39182,9 +36569,6 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Ромадзі'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -39194,12 +36578,6 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Пробіл'; - @override - String get keyboardKeyZenkaku => 'Зенкаку'; - - @override - String get keyboardKeyZenkakuHankaku => 'Зенкаку/Ханкаку'; - @override String get lastPageTooltip => 'Остання сторінка'; @@ -39224,6 +36602,9 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Ліцензії'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Закрити'; @@ -39525,9 +36906,6 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Eject'; @@ -39540,36 +36918,12 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Hangul Mode'; - - @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Kana Mode'; - - @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -39657,9 +37011,6 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -39669,12 +37020,6 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Space'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'آخری صفحہ'; @@ -39699,6 +37044,9 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'لائسنسز'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'برخاست کریں'; @@ -40000,9 +37348,6 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Eject'; @@ -40015,36 +37360,12 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Hangul rejimi'; - - @override - String get keyboardKeyHanjaMode => 'Hanja rejimi'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Kana rejimi'; - - @override - String get keyboardKeyKanjiMode => 'Kanji rejimi'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -40132,9 +37453,6 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -40144,12 +37462,6 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Boʻsh joy'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'Oxirgi sahifa'; @@ -40174,6 +37486,9 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Litsenziyalar'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Yopish'; @@ -40475,9 +37790,6 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Eject'; @@ -40490,36 +37802,12 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Chế độ Hangul'; - - @override - String get keyboardKeyHanjaMode => 'Chế độ Hanja'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Chế độ Kana'; - - @override - String get keyboardKeyKanjiMode => 'Chế độ Kanji'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMeta => 'Meta'; @@ -40607,9 +37895,6 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -40619,12 +37904,6 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Phím cách'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'Trang cuối'; @@ -40649,6 +37928,9 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Giấy phép'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Bỏ qua'; @@ -40950,9 +38232,6 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => '英数'; - @override String get keyboardKeyEject => '弹出'; @@ -40965,36 +38244,12 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => '한글'; - - @override - String get keyboardKeyHanjaMode => '한자'; - - @override - String get keyboardKeyHankaku => '半角'; - - @override - String get keyboardKeyHiragana => 'ひらがな'; - - @override - String get keyboardKeyHiraganaKatakana => 'ひらがな / カタカナ / ローマ字'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'かな'; - - @override - String get keyboardKeyKanjiMode => '漢字'; - - @override - String get keyboardKeyKatakana => 'カタカナ'; - @override String get keyboardKeyMeta => 'Meta'; @@ -41082,9 +38337,6 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => 'Print Screen'; - @override - String get keyboardKeyRomaji => 'ローマ字'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -41094,12 +38346,6 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => '空格键'; - @override - String get keyboardKeyZenkaku => '全角'; - - @override - String get keyboardKeyZenkakuHankaku => '半角 / 全角 / 漢字'; - @override String get lastPageTooltip => '最后一页'; @@ -41124,6 +38370,9 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { @override String get licensesPageTitle => '许可'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => '关闭'; @@ -41417,36 +38666,9 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { @override String get keyboardKeyChannelUp => '上一個頻道'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Eject'; - @override - String get keyboardKeyHangulMode => 'Hangul 模式'; - - @override - String get keyboardKeyHanjaMode => 'Hanja 模式'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - - @override - String get keyboardKeyKanaMode => 'Kana 模式'; - - @override - String get keyboardKeyKanjiMode => 'Kanji 模式'; - - @override - String get keyboardKeyKatakana => 'Katakana'; - @override String get keyboardKeyMetaMacOs => 'Command'; @@ -41519,21 +38741,12 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { @override String get keyboardKeyPowerOff => '關機'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeySelect => 'Select'; @override String get keyboardKeySpace => '空格'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => '最後一頁'; @@ -41921,9 +39134,6 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { @override String get keyboardKeyDelete => 'Del'; - @override - String get keyboardKeyEisu => 'Eisū'; - @override String get keyboardKeyEject => 'Eject'; @@ -41936,36 +39146,12 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { @override String get keyboardKeyFn => 'Fn'; - @override - String get keyboardKeyHangulMode => 'Hangul Mode'; - - @override - String get keyboardKeyHanjaMode => 'Hanja Mode'; - - @override - String get keyboardKeyHankaku => 'Hankaku'; - - @override - String get keyboardKeyHiragana => 'Hiragana'; - - @override - String get keyboardKeyHiraganaKatakana => 'Hiragana Katakana'; - @override String get keyboardKeyHome => 'Home'; @override String get keyboardKeyInsert => 'Insert'; - @override - String get keyboardKeyKanaMode => 'Kana Mode'; - - @override - String get keyboardKeyKanjiMode => 'Kanji Mode'; - - @override - String get keyboardKeyKatakana => 'I-Katakana'; - @override String get keyboardKeyMeta => 'I-Meta'; @@ -42053,9 +39239,6 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { @override String get keyboardKeyPrintScreen => '-Print Screen'; - @override - String get keyboardKeyRomaji => 'Romaji'; - @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -42065,12 +39248,6 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { @override String get keyboardKeySpace => 'Space'; - @override - String get keyboardKeyZenkaku => 'Zenkaku'; - - @override - String get keyboardKeyZenkakuHankaku => 'Zenkaku Hankaku'; - @override String get lastPageTooltip => 'Ikhasi lokugcina'; @@ -42095,6 +39272,9 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Amalayisense'; + @override + String get menuBarMenuLabel => 'Menu bar menu'; + @override String get modalBarrierDismissLabel => 'Cashisa'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_af.arb b/packages/flutter_localizations/lib/src/l10n/material_af.arb index 35bea198f669..15029c1cceaf 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_af.arb @@ -90,21 +90,12 @@ "keyboardKeyChannelUp": "Channel Up", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Eject", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -132,12 +123,10 @@ "keyboardKeyPower": "Power", "keyboardKeyPowerOff": "Power Off", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", "keyboardKeySpace": "Spasie", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_am.arb b/packages/flutter_localizations/lib/src/l10n/material_am.arb index 18befb9f3e50..644c371c85a9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_am.arb @@ -90,21 +90,12 @@ "keyboardKeyChannelUp": "ጣቢያ ወደ ላይ", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "አስወጣ", "keyboardKeyEnd": "ጨርስ", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "የሃንጉል ሁነታ", - "keyboardKeyHanjaMode": "የሃንጃ ሁነታ", - "keyboardKeyHankaku": "ሃንካኩ", - "keyboardKeyHiragana": "ሂራጋና", - "keyboardKeyHiraganaKatakana": "ሂራጋና ካታካና", "keyboardKeyHome": "መነሻ", "keyboardKeyInsert": "አስገባ", - "keyboardKeyKanaMode": "የካና ሁነታ", - "keyboardKeyKanjiMode": "የካንጂ ሁነታ", - "keyboardKeyKatakana": "ካታካና", "keyboardKeyMeta": "ሜታ", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -132,12 +123,10 @@ "keyboardKeyPower": "ኃይል", "keyboardKeyPowerOff": "ኃይል አጥፋ", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "ሮማጂ", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "ምረጥ", "keyboardKeySpace": "ክፍተት", - "keyboardKeyZenkaku": "ዜንካኩ", - "keyboardKeyZenkakuHankaku": "ዜንካኩ ሃንካኩ", "keyboardKeyMetaMacOs": "ትዕዛዝ", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index 98e605b1e353..8d4de41aeb8a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -101,21 +101,12 @@ "keyboardKeyChannelUp": "القناة السابقة", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Eject", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "وضع Hangul (هانغول)", - "keyboardKeyHanjaMode": "وضع Hanja (هانجا)", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "وضع Kana (كانا)", - "keyboardKeyKanjiMode": "وضع Kanji (كانجي)", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "الرقم 1", @@ -143,12 +134,10 @@ "keyboardKeyPower": "زر التشغيل", "keyboardKeyPowerOff": "زر الإطفاء", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "مفتاح الاختيار", "keyboardKeySpace": "مفتاح المسافة", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_as.arb b/packages/flutter_localizations/lib/src/l10n/material_as.arb index f22e88b1bb9a..0d5e53563d9f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_as.arb @@ -90,21 +90,12 @@ "keyboardKeyChannelUp": "চেনেল আপ", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "ইজেক্ট", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "হাঙুল ম’ড", - "keyboardKeyHanjaMode": "হাঞ্জা ম’ড", - "keyboardKeyHankaku": "হানকাকু", - "keyboardKeyHiragana": "হিৰাগানা", - "keyboardKeyHiraganaKatakana": "হিৰাগানা কাটাকানা", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "কানা ম’ড", - "keyboardKeyKanjiMode": "কাঞ্জি ম’ড", - "keyboardKeyKatakana": "কাটাকানা", "keyboardKeyMeta": "মেটা", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "নং ১", @@ -132,12 +123,10 @@ "keyboardKeyPower": "পাৱাৰ", "keyboardKeyPowerOff": "পাৱাৰ অফ", "keyboardKeyPrintScreen": "প্ৰিণ্ট স্ক্ৰীন", - "keyboardKeyRomaji": "ৰ’মাজি", "keyboardKeyScrollLock": "স্ক্ৰ’ল লক", "keyboardKeySelect": "ছিলেক্ট", "keyboardKeySpace": "স্পেচ", - "keyboardKeyZenkaku": "জেনকাকু", - "keyboardKeyZenkakuHankaku": "জেনকাকু হানকাকু", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_az.arb b/packages/flutter_localizations/lib/src/l10n/material_az.arb index d9f1eb954f66..ea9e69299993 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_az.arb @@ -90,21 +90,12 @@ "keyboardKeyChannelUp": "Yuxarıdakı kanala keçin", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Çıxarın", "keyboardKeyEnd": "Son", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hanqıl rejimi", - "keyboardKeyHanjaMode": "Hanja rejimi", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiraqana", - "keyboardKeyHiraganaKatakana": "Hiraqana Katakana", "keyboardKeyHome": "Əsas səhifə", "keyboardKeyInsert": "Daxil edin", - "keyboardKeyKanaMode": "Kana Rejimi", - "keyboardKeyKanjiMode": "Kanji Rejimi", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Rəqəm", "keyboardKeyNumpad1": "Rəq 1", @@ -132,12 +123,10 @@ "keyboardKeyPower": "Qidalanma", "keyboardKeyPowerOff": "Söndürmə", "keyboardKeyPrintScreen": "Ekran Çapı", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Sürüşdürmə", "keyboardKeySelect": "Seçin", "keyboardKeySpace": "Boşluq", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Əmr", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_be.arb b/packages/flutter_localizations/lib/src/l10n/material_be.arb index d78aabe5925e..fc4886bf89ac 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_be.arb @@ -96,21 +96,12 @@ "keyboardKeyChannelUp": "Папярэдні канал", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Выняць", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -138,12 +129,10 @@ "keyboardKeyPower": "Сілкаванне", "keyboardKeyPowerOff": "Выключыць", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Ромадзі", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Выбраць", "keyboardKeySpace": "Прабел", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bg.arb b/packages/flutter_localizations/lib/src/l10n/material_bg.arb index 6c15b3265e08..d839e421dbb0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bg.arb @@ -91,21 +91,12 @@ "keyboardKeyChannelUp": "Channel Up", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Ейсу", "keyboardKeyEject": "Eject", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Режим за хангъл", - "keyboardKeyHanjaMode": "Режим за ханджа", - "keyboardKeyHankaku": "Ханкаку", - "keyboardKeyHiragana": "Хирагана", - "keyboardKeyHiraganaKatakana": "Хирагана катакана", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Режим за кана", - "keyboardKeyKanjiMode": "Режим за канджи", - "keyboardKeyKatakana": "Катакана", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -133,12 +124,10 @@ "keyboardKeyPower": "Power", "keyboardKeyPowerOff": "Power Off", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Ромаджи", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", "keyboardKeySpace": "Space", - "keyboardKeyZenkaku": "Зенкаку", - "keyboardKeyZenkakuHankaku": "Зенкаку ханкаку", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bn.arb b/packages/flutter_localizations/lib/src/l10n/material_bn.arb index 0532794c2826..5b7efe3684c5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bn.arb @@ -90,21 +90,12 @@ "keyboardKeyChannelUp": "পরের চ্যানেলে যান", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "ইজেক্ট করুন", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "'হাঙ্গুল' মোড", - "keyboardKeyHanjaMode": "'হাঞ্জা' মোড", - "keyboardKeyHankaku": "হানকাকু", - "keyboardKeyHiragana": "হিরাগানা", - "keyboardKeyHiraganaKatakana": "হিরাগানা কাতাকানা", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "'কানা' মোড", - "keyboardKeyKanjiMode": "'কাঞ্জি' মোড", - "keyboardKeyKatakana": "কাতাকানা", "keyboardKeyMeta": "মেটা", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -132,12 +123,10 @@ "keyboardKeyPower": "Power", "keyboardKeyPowerOff": "Power Off", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "রোমাজি", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "বেছে নিন", "keyboardKeySpace": "Space", - "keyboardKeyZenkaku": "জেনকাকু", - "keyboardKeyZenkakuHankaku": "জেনকাকু হানকাকু", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bs.arb b/packages/flutter_localizations/lib/src/l10n/material_bs.arb index 10fa8b06db24..4d4ae2a8c74f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bs.arb @@ -94,21 +94,12 @@ "keyboardKeyChannelUp": "sljedeći kanal", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Eject", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "način rada Hangul", - "keyboardKeyHanjaMode": "način rada Hanja", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "način rada Kana", - "keyboardKeyKanjiMode": "način rada Kanji", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -136,12 +127,10 @@ "keyboardKeyPower": "tipka za uključivanje", "keyboardKeyPowerOff": "tipka za isključivanje", "keyboardKeyPrintScreen": "Prt Sc", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", "keyboardKeySpace": "tipka za razmak", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku hankaku", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ca.arb b/packages/flutter_localizations/lib/src/l10n/material_ca.arb index 5c3f24f1a03c..9562c9121002 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ca.arb @@ -91,21 +91,12 @@ "keyboardKeyChannelUp": "Canal anterior", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Supr", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Expulsa", "keyboardKeyEnd": "Fi", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Mode hangul", - "keyboardKeyHanjaMode": "Mode hanja", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Inici", "keyboardKeyInsert": "Inser", - "keyboardKeyKanaMode": "Mode kana", - "keyboardKeyKanjiMode": "Mode kanji", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Bloq Núm", "keyboardKeyNumpad1": "Núm. 1", @@ -133,12 +124,10 @@ "keyboardKeyPower": "Engegada", "keyboardKeyPowerOff": "Apagada", "keyboardKeyPrintScreen": "Impr Pant", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Bloq Despl", "keyboardKeySelect": "Selecciona", "keyboardKeySpace": "Espai", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Ordre", - "keyboardKeyMetaWindows": "Windows" + "keyboardKeyMetaWindows": "Windows", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_cs.arb b/packages/flutter_localizations/lib/src/l10n/material_cs.arb index 9c8eba08845d..cfd3d902df8a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cs.arb @@ -97,21 +97,12 @@ "keyboardKeyChannelUp": "O kanál nahoru", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Odpojit", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Režim korejského písma", - "keyboardKeyHanjaMode": "Režim čínských znaků", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Režim kana", - "keyboardKeyKanjiMode": "Režim kandži", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -139,12 +130,10 @@ "keyboardKeyPower": "Vypínač", "keyboardKeyPowerOff": "Vypnout", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Rómadži", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Vybrat", "keyboardKeySpace": "Mezera", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku hankaku", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_da.arb b/packages/flutter_localizations/lib/src/l10n/material_da.arb index 630a62c257a6..5cb58d90576c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_da.arb @@ -91,21 +91,12 @@ "keyboardKeyChannelUp": "Channel Up", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Skub ud", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul-tilstand", - "keyboardKeyHanjaMode": "Hanja-tilstand", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana-tilstand", - "keyboardKeyKanjiMode": "Kanji-tilstand", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -133,12 +124,10 @@ "keyboardKeyPower": "Strøm", "keyboardKeyPowerOff": "Sluk", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Vælg", "keyboardKeySpace": "Mellemrumstasten", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index 3fdea3d881fb..12f850f80f01 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -92,21 +92,12 @@ "keyboardKeyChannelUp": "Nächster Kanal", "keyboardKeyControl": "Strg", "keyboardKeyDelete": "Entf", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Auswerfen", "keyboardKeyEnd": "Ende", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul-Modus", - "keyboardKeyHanjaMode": "Hanja-Modus", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Pos1", "keyboardKeyInsert": "Einfg", - "keyboardKeyKanaMode": "Kana-Modus", - "keyboardKeyKanjiMode": "Kanji-Modus", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num", "keyboardKeyNumpad1": "Num 1", @@ -134,12 +125,10 @@ "keyboardKeyPower": "Ein/Aus", "keyboardKeyPowerOff": "Aus", "keyboardKeyPrintScreen": "Druck", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Rollen", "keyboardKeySelect": "Auswählen", "keyboardKeySpace": "Leertaste", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Befehl", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_el.arb b/packages/flutter_localizations/lib/src/l10n/material_el.arb index 212b904a44b0..b710eb829d90 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_el.arb @@ -91,21 +91,12 @@ "keyboardKeyChannelUp": "Προηγούμενο κανάλι", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Εξαγωγή", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Λειτουργία Hangul", - "keyboardKeyHanjaMode": "Λειτουργία Hanja", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Λειτουργία Kana", - "keyboardKeyKanjiMode": "Λειτουργία Kanji", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -133,12 +124,10 @@ "keyboardKeyPower": "Ενεργοποίηση", "keyboardKeyPowerOff": "Απενεργοποίηση", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Επιλογή", "keyboardKeySpace": "Διάστημα", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index cbfb2832a69f..6fe7f9576d01 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -368,6 +368,11 @@ "description": "The audio announcement made when the Drawer is opened." }, + "menuBarMenuLabel": "Menu bar menu", + "@menuBarMenuLabel": { + "description": "The audio announcement made when a MenuBarMenu is opened." + }, + "popupMenuLabel": "Popup menu", "@popupMenuLabel": { "description": "The audio announcement made when a PopupMenu is opened." @@ -496,11 +501,6 @@ "description": "Part of a keyboard shortcut label for the keyboard key 'Del' (delete) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale." }, - "keyboardKeyEisu": "Eisū", - "@keyboardKeyEisu": { - "description": "Part of a keyboard shortcut label for the keyboard key 'Eisū' (eisu) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. Only appears on Japanese keyboards, often as 英数." - }, - "keyboardKeyEject": "Eject", "@keyboardKeyEject": { "description": "Part of a keyboard shortcut label for the keyboard key 'Eject' (eject) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale." @@ -521,31 +521,6 @@ "description": "Part of a keyboard shortcut label for the keyboard key 'Fn' (fn) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale." }, - "keyboardKeyHangulMode": "Hangul Mode", - "@keyboardKeyHangulMode": { - "description": "Part of a keyboard shortcut label for the keyboard key 'Hangul Mode' (hangulMode) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. Typically only appears on a Korean keyboard." - }, - - "keyboardKeyHanjaMode": "Hanja Mode", - "@keyboardKeyHanjaMode": { - "description": "Part of a keyboard shortcut label for the keyboard key 'Hanja Mode' (hanjaMode) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. Typically only appears on a Korean keyboard with the name 한자" - }, - - "keyboardKeyHankaku": "Hankaku", - "@keyboardKeyHankaku": { - "description": "Part of a keyboard shortcut label for the keyboard key 'Hankaku' (hankaku) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. Only appears on Japanese keyboards with the name '半角' to switch to half-width mode." - }, - - "keyboardKeyHiragana": "Hiragana", - "@keyboardKeyHiragana": { - "description": "Part of a keyboard shortcut label for the keyboard key 'Hiragana' (hiragana) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. Only appears on Japanese keyboards, with the name 'ひらがな' for switching to Hiragana mode." - }, - - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", - "@keyboardKeyHiraganaKatakana": { - "description": "Part of a keyboard shortcut label for the keyboard key 'Hiragana Katakana' (hiraganaKatakana) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. Only appears on Japanese keyboards with the name 'ひらがな / カタカナ / ローマ字', to switch between Katakana, Hiragana, and Romanji." - }, - "keyboardKeyHome": "Home", "@keyboardKeyHome": { "description": "Part of a keyboard shortcut label for the keyboard key 'Home' (home) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale." @@ -556,21 +531,6 @@ "description": "Part of a keyboard shortcut label for the keyboard key 'Insert' (insert) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale." }, - "keyboardKeyKanaMode": "Kana Mode", - "@keyboardKeyKanaMode": { - "description": "Part of a keyboard shortcut label for the keyboard key 'Kana Mode' (kanaMode) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. Usually found on macOS Japanese keyboards with the name 'かな', to switch to Kana mode." - }, - - "keyboardKeyKanjiMode": "Kanji Mode", - "@keyboardKeyKanjiMode": { - "description": "Part of a keyboard shortcut label for the keyboard key 'Kanji Mode' (kanjiMode) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. Found only on Japanese keyboards with the name '漢字', to switch to Kanji mode." - }, - - "keyboardKeyKatakana": "Katakana", - "@keyboardKeyKatakana": { - "description": "Part of a keyboard shortcut label for the keyboard key 'Katakana' (katakana) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. Found only on Japanese keyboards with the name 'カタカナ', to switch to Katakana mode." - }, - "keyboardKeyMeta": "Meta", "@keyboardKeyMeta": { "description": "Part of a keyboard shortcut label for the keyboard key 'Meta' (meta) to be displayed in an application menu next to the menu item that this keyboard key triggers on non-macOS and non-Windows hosts. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This key is usually designated by a Windows logo on non-macOS keyboards." @@ -716,11 +676,6 @@ "description": "Part of a keyboard shortcut label for the keyboard key 'Print Screen' (printScreen) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale." }, - "keyboardKeyRomaji": "Romaji", - "@keyboardKeyRomaji": { - "description": "Part of a keyboard shortcut label for the keyboard key 'Romaji' (romaji) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. Found on a Japanese keyboard with the name 'ローマ字', to switch to Romanji mode." - }, - "keyboardKeyScrollLock": "Scroll Lock", "@keyboardKeyScrollLock": { "description": "Part of a keyboard shortcut label for the keyboard key 'Scroll Lock' (scrollLock) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale." @@ -734,15 +689,5 @@ "keyboardKeySpace": "Space", "@keyboardKeySpace": { "description": "Part of a keyboard shortcut label for the keyboard key 'Space' (space) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is the space bar key." - }, - - "keyboardKeyZenkaku": "Zenkaku", - "@keyboardKeyZenkaku": { - "description": "Part of a keyboard shortcut label for the keyboard key 'Zenkaku' (zenkaku) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is only found on Japanese keyboards with the name '全角' to switch to Zenkaku mode." - }, - - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", - "@keyboardKeyZenkakuHankaku": { - "description": "Part of a keyboard shortcut label for the keyboard key 'Zenkaku Hankaku' (zenkakuHankaku) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is only found on Japanese keyboards with the name '半角 / 全角 / 漢字', to switch between modes." } } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index 1c148f6598a4..2fab9d2f1735 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -92,21 +92,12 @@ "keyboardKeyChannelUp": "Canal anterior", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Supr", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Expulsar", "keyboardKeyEnd": "Fin", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Modo Hangul", - "keyboardKeyHanjaMode": "Modo Hanja", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Inicio", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Modo Kana", - "keyboardKeyKanjiMode": "Modo Kanji", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Bloq Num", "keyboardKeyNumpad1": "Num 1", @@ -134,12 +125,10 @@ "keyboardKeyPower": "Encendido", "keyboardKeyPowerOff": "Apagado", "keyboardKeyPrintScreen": "Impr Pant", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Bloq Despl", "keyboardKeySelect": "Selección", "keyboardKeySpace": "Espacio", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Comando", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_et.arb b/packages/flutter_localizations/lib/src/l10n/material_et.arb index 8b42436242b3..4fac8700ca7b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_et.arb @@ -91,21 +91,12 @@ "keyboardKeyChannelUp": "Kanal kõrgemale", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Väljuta", "keyboardKeyEnd": "Lõpp", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hanguli režiim", - "keyboardKeyHanjaMode": "Hanja režiim", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana/Katakana", "keyboardKeyHome": "Avaleht", "keyboardKeyInsert": "Sisesta", - "keyboardKeyKanaMode": "Kana režiim", - "keyboardKeyKanjiMode": "Kanji režiim", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Numbrilukk", "keyboardKeyNumpad1": "Num 1", @@ -133,12 +124,10 @@ "keyboardKeyPower": "Toide", "keyboardKeyPowerOff": "Väljalülitamine", "keyboardKeyPrintScreen": "Jäädvusta ekraanikuva", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Kerimislukk", "keyboardKeySelect": "Vali", "keyboardKeySpace": "Tühik", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku/Hankaku", "keyboardKeyMetaMacOs": "Käsk", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_eu.arb b/packages/flutter_localizations/lib/src/l10n/material_eu.arb index feb569885a0d..78dff7b554f1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_eu.arb @@ -90,21 +90,12 @@ "keyboardKeyChannelUp": "Igo kanal bat", "keyboardKeyControl": "Ktrl", "keyboardKeyDelete": "Ezab", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Kanporatu", "keyboardKeyEnd": "Amaiera", "keyboardKeyEscape": "Ihes", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul modua", - "keyboardKeyHanjaMode": "Hanja modua", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana eta katakana", "keyboardKeyHome": "Hasi", "keyboardKeyInsert": "Txertatu", - "keyboardKeyKanaMode": "Kana modua", - "keyboardKeyKanjiMode": "Kanji modua", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Blok Zenb", "keyboardKeyNumpad1": "Zenbakizko teklatuko 1", @@ -132,12 +123,10 @@ "keyboardKeyPower": "Piztu/Itzali", "keyboardKeyPowerOff": "Itzali", "keyboardKeyPrintScreen": "Inp pant", - "keyboardKeyRomaji": "Rōmaji", "keyboardKeyScrollLock": "Blok Korr", "keyboardKeySelect": "Hautatu", "keyboardKeySpace": "Zuriune-barra", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku eta hankaku", "keyboardKeyMetaMacOs": "Komandoa", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index 55f3838d8ffd..12fdac360ff7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -91,21 +91,12 @@ "keyboardKeyChannelUp": "کانال بالا", "keyboardKeyControl": "مهار", "keyboardKeyDelete": "حذف", - "keyboardKeyEisu": "اِسو", "keyboardKeyEject": "خارج کردن", "keyboardKeyEnd": "پایان", "keyboardKeyEscape": "گریز", "keyboardKeyFn": "عملکرد", - "keyboardKeyHangulMode": "حالت هانگول", - "keyboardKeyHanjaMode": "حالت هانجا", - "keyboardKeyHankaku": "هانکاکو", - "keyboardKeyHiragana": "هیراگانا", - "keyboardKeyHiraganaKatakana": "هیراگانا کاتاکانا", "keyboardKeyHome": "صفحه اصلی", "keyboardKeyInsert": "درج", - "keyboardKeyKanaMode": "حالت کانا", - "keyboardKeyKanjiMode": "حالت کانجی", - "keyboardKeyKatakana": "کاتاکانا", "keyboardKeyMeta": "متا", "keyboardKeyNumLock": "قفل اعداد", "keyboardKeyNumpad1": "عدد ۱", @@ -133,12 +124,10 @@ "keyboardKeyPower": "روشن/ خاموش", "keyboardKeyPowerOff": "خاموش کردن", "keyboardKeyPrintScreen": "چاپ صفحه", - "keyboardKeyRomaji": "روماجی", "keyboardKeyScrollLock": "قفل پیمایش", "keyboardKeySelect": "انتخاب", "keyboardKeySpace": "فاصله", - "keyboardKeyZenkaku": "زنکاکو", - "keyboardKeyZenkakuHankaku": "زنکاکو هانکاکو", "keyboardKeyMetaMacOs": "فرمان", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fi.arb b/packages/flutter_localizations/lib/src/l10n/material_fi.arb index 08f9622b3b5c..ed9b559f6ee2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fi.arb @@ -91,21 +91,12 @@ "keyboardKeyChannelUp": "Seuraava kanava", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Poista", "keyboardKeyEnd": "Lopeta", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul-tila", - "keyboardKeyHanjaMode": "Hanja-tila", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Etusivu", "keyboardKeyInsert": "Lisää", - "keyboardKeyKanaMode": "Kana-tila", - "keyboardKeyKanjiMode": "Kanji-tila", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -133,12 +124,10 @@ "keyboardKeyPower": "Virta", "keyboardKeyPowerOff": "Virta pois", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Valitse", "keyboardKeySpace": "Välilyönti", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Komento", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fil.arb b/packages/flutter_localizations/lib/src/l10n/material_fil.arb index 9172cc0d834d..161f24bf77cb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fil.arb @@ -91,21 +91,12 @@ "keyboardKeyChannelUp": "Channel Up", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Eject", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -133,12 +124,10 @@ "keyboardKeyPower": "Power", "keyboardKeyPowerOff": "I-off", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Piliin", "keyboardKeySpace": "Puwang", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index 008e2ebc5b74..423da418dc85 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -92,21 +92,12 @@ "keyboardKeyChannelUp": "Chaîne précédente", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Suppr", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Éjecter", "keyboardKeyEnd": "Fin", "keyboardKeyEscape": "Échap", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Mode hangûl", - "keyboardKeyHanjaMode": "Mode hanja", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Accueil", "keyboardKeyInsert": "Insérer", - "keyboardKeyKanaMode": "Mode Kana", - "keyboardKeyKanjiMode": "Mode Kanji", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Méta", "keyboardKeyNumLock": "Verr Num", "keyboardKeyNumpad1": "Num 1", @@ -134,12 +125,10 @@ "keyboardKeyPower": "Puissance", "keyboardKeyPowerOff": "Éteindre", "keyboardKeyPrintScreen": "Impr. écran", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Arrêt défil", "keyboardKeySelect": "Sélectionner", "keyboardKeySpace": "Espace", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Commande", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gl.arb b/packages/flutter_localizations/lib/src/l10n/material_gl.arb index c1d5d00c4e80..ec2d3a5931a7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gl.arb @@ -92,21 +92,12 @@ "keyboardKeyChannelUp": "Canle arriba", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Supr", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Expulsar", "keyboardKeyEnd": "Fin", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Modo hangul", - "keyboardKeyHanjaMode": "Modo hanja", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Inicio", "keyboardKeyInsert": "Inserir", - "keyboardKeyKanaMode": "Modo kana", - "keyboardKeyKanjiMode": "Modo kanji", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Bloq Num", "keyboardKeyNumpad1": "Num 1", @@ -134,12 +125,10 @@ "keyboardKeyPower": "Acender", "keyboardKeyPowerOff": "Apagar", "keyboardKeyPrintScreen": "Imprimir pantalla", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Bloq Despr", "keyboardKeySelect": "Seleccionar", "keyboardKeySpace": "Espazo", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Comando", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index 32119d6c9911..02dec059d00c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -91,21 +91,12 @@ "keyboardKeyChannelUp": "Nächster Kanal", "keyboardKeyControl": "Strg", "keyboardKeyDelete": "Entf", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Auswerfen", "keyboardKeyEnd": "Ende", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul-Modus", - "keyboardKeyHanjaMode": "Hanja-Modus", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Pos1", "keyboardKeyInsert": "Einfg", - "keyboardKeyKanaMode": "Kana-Modus", - "keyboardKeyKanjiMode": "Kanji-Modus", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num", "keyboardKeyNumpad1": "Num 1", @@ -133,12 +124,10 @@ "keyboardKeyPower": "Ein/Aus", "keyboardKeyPowerOff": "Aus", "keyboardKeyPrintScreen": "Druck", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Rollen", "keyboardKeySelect": "Auswählen", "keyboardKeySpace": "Leertaste", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Befehl", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gu.arb b/packages/flutter_localizations/lib/src/l10n/material_gu.arb index ea8c9dc02b55..48643771d31a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gu.arb @@ -90,21 +90,12 @@ "keyboardKeyChannelUp": "Channel Up", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Eject", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -132,12 +123,10 @@ "keyboardKeyPower": "Power", "keyboardKeyPowerOff": "Power Off", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", "keyboardKeySpace": "Space", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index 6c5ba2d934ce..5845b1dfd79c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -97,21 +97,12 @@ "keyboardKeyChannelUp": "Channel Up", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Eject", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -139,12 +130,10 @@ "keyboardKeyPower": "הפעלה", "keyboardKeyPowerOff": "כיבוי", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", "keyboardKeySpace": "רווח", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hi.arb b/packages/flutter_localizations/lib/src/l10n/material_hi.arb index 9961ca985e11..d4be6e40dcdf 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hi.arb @@ -91,21 +91,12 @@ "keyboardKeyChannelUp": "Channel Up", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Eject", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -133,12 +124,10 @@ "keyboardKeyPower": "Power", "keyboardKeyPowerOff": "Power Off", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", "keyboardKeySpace": "Space", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hr.arb b/packages/flutter_localizations/lib/src/l10n/material_hr.arb index cfc9c89560a4..d3c65d63cbcd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hr.arb @@ -94,21 +94,12 @@ "keyboardKeyChannelUp": "Kanal prema gore", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Izbaci", "keyboardKeyEnd": "Kraj", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Način hangul", - "keyboardKeyHanjaMode": "Način hanja", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Umetni", - "keyboardKeyKanaMode": "Način kana", - "keyboardKeyKanjiMode": "Način kanji", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Broj 1", @@ -136,12 +127,10 @@ "keyboardKeyPower": "Napajanje", "keyboardKeyPowerOff": "Isključivanje", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Odaberi", "keyboardKeySpace": "Razmaknica", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Naredba", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hu.arb b/packages/flutter_localizations/lib/src/l10n/material_hu.arb index f4a3b41c0296..9318846c29e0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hu.arb @@ -91,21 +91,12 @@ "keyboardKeyChannelUp": "Csatorna – fel", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Kiadás", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul mód", - "keyboardKeyHanjaMode": "Handzsa mód", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana mód", - "keyboardKeyKanjiMode": "Kandzsi mód", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -133,12 +124,10 @@ "keyboardKeyPower": "Bekapcsolás", "keyboardKeyPowerOff": "Kikapcsolás", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Kiválasztás", "keyboardKeySpace": "Szóköz", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hy.arb b/packages/flutter_localizations/lib/src/l10n/material_hy.arb index 6c93944400c8..b32ae773237e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hy.arb @@ -96,21 +96,12 @@ "keyboardKeyChannelUp": "Նախորդ ալիքը", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Eject", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul ռեժիմ", - "keyboardKeyHanjaMode": "Hanja ռեժիմ", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana ռեժիմ", - "keyboardKeyKanjiMode": "Kanji ռեժիմ", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -138,12 +129,10 @@ "keyboardKeyPower": "Սնուցում", "keyboardKeyPowerOff": "Անջատել", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Ընտրել", "keyboardKeySpace": "Բացատ", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_id.arb b/packages/flutter_localizations/lib/src/l10n/material_id.arb index 0a1f81820f67..640a2c661220 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_id.arb @@ -91,21 +91,12 @@ "keyboardKeyChannelUp": "Channel Up", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Eject", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -133,12 +124,10 @@ "keyboardKeyPower": "Power", "keyboardKeyPowerOff": "Power Off", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", "keyboardKeySpace": "Space", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_is.arb b/packages/flutter_localizations/lib/src/l10n/material_is.arb index e73d05a88cb1..19d93a3a0077 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_is.arb @@ -90,21 +90,12 @@ "keyboardKeyChannelUp": "Upp um rás", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Fjarlægja", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul-stilling", - "keyboardKeyHanjaMode": "Hanja-stilling", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana-stilling", - "keyboardKeyKanjiMode": "Kanji-stilling", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -132,12 +123,10 @@ "keyboardKeyPower": "Aflrofi", "keyboardKeyPowerOff": "Slökkva", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Velja", "keyboardKeySpace": "Bil", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index 5d53b7bfd8bf..c245c4756c0f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -91,21 +91,12 @@ "keyboardKeyChannelUp": "Canale su", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Canc", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Espelli", "keyboardKeyEnd": "Fine", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Modalità hangul", - "keyboardKeyHanjaMode": "Modalità hanja", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Ins", - "keyboardKeyKanaMode": "Modalità kana", - "keyboardKeyKanjiMode": "Modalità kanji", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Bloc Num", "keyboardKeyNumpad1": "Num 1", @@ -133,12 +124,10 @@ "keyboardKeyPower": "Spegni/Accendi", "keyboardKeyPowerOff": "Spegni", "keyboardKeyPrintScreen": "Stamp", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Bloc Scorr", "keyboardKeySelect": "Seleziona", "keyboardKeySpace": "Barra spaziatrice", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Comando", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index 89f3c1c26be8..ff76569d25db 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -91,21 +91,12 @@ "keyboardKeyChannelUp": "前のチャンネル", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "英数", "keyboardKeyEject": "Eject", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "ハングルモード", - "keyboardKeyHanjaMode": "漢字(ハンジャ)モード", - "keyboardKeyHankaku": "半角", - "keyboardKeyHiragana": "ひらがな", - "keyboardKeyHiraganaKatakana": "かな / カナ / ローマ字", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "かなモード", - "keyboardKeyKanjiMode": "漢字モード", - "keyboardKeyKatakana": "カタカナ", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "NumLock", "keyboardKeyNumpad1": "テンキー 1", @@ -133,12 +124,10 @@ "keyboardKeyPower": "Power", "keyboardKeyPowerOff": "Power Off", "keyboardKeyPrintScreen": "Printscreen", - "keyboardKeyRomaji": "ローマ字", "keyboardKeyScrollLock": "ScrollLock", "keyboardKeySelect": "Select", "keyboardKeySpace": "Space", - "keyboardKeyZenkaku": "全角", - "keyboardKeyZenkakuHankaku": "半 / 全 / 漢字", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ka.arb b/packages/flutter_localizations/lib/src/l10n/material_ka.arb index d9b6667ecab2..8c23ad907ef9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ka.arb @@ -90,21 +90,12 @@ "keyboardKeyChannelUp": "Channel Up", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Eject", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "ჰანგილის რეჟიმი", - "keyboardKeyHanjaMode": "ჰანჯის რეჟიმი", - "keyboardKeyHankaku": "ჰანკაკუ", - "keyboardKeyHiragana": "ჰირაგანა", - "keyboardKeyHiraganaKatakana": "ჰირაგანა კატაკანა", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "კანას რეჟიმი", - "keyboardKeyKanjiMode": "კანჯის რეჟიმი", - "keyboardKeyKatakana": "კატაკანა", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -132,12 +123,10 @@ "keyboardKeyPower": "ჩართვა", "keyboardKeyPowerOff": "გამორთვა", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "რომაჯი", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", "keyboardKeySpace": "Space", - "keyboardKeyZenkaku": "ზენკაკუ", - "keyboardKeyZenkakuHankaku": "ზენკაკუ ჰანკაკუ", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kk.arb b/packages/flutter_localizations/lib/src/l10n/material_kk.arb index ac09f39b8283..3dcb4608060d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kk.arb @@ -92,21 +92,12 @@ "keyboardKeyChannelUp": "Алдыңғы арна", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Eject", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Ханғыл режимі", - "keyboardKeyHanjaMode": "Ханжа режимі", - "keyboardKeyHankaku": "Ханкаку", - "keyboardKeyHiragana": "Хирагана", - "keyboardKeyHiraganaKatakana": "Хирагана Катакана", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Кана режимі", - "keyboardKeyKanjiMode": "Канжи режимі", - "keyboardKeyKatakana": "Катакана", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -134,12 +125,10 @@ "keyboardKeyPower": "Қуат", "keyboardKeyPowerOff": "Қуатты өшіру", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Ромажи", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", "keyboardKeySpace": "Бос орын", - "keyboardKeyZenkaku": "Зенкаку", - "keyboardKeyZenkakuHankaku": "Зенкаку Ханкаку", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_km.arb b/packages/flutter_localizations/lib/src/l10n/material_km.arb index 27d27307a249..868dba97731e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_km.arb @@ -91,21 +91,12 @@ "keyboardKeyChannelUp": "Channel Up", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Eject", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -133,12 +124,10 @@ "keyboardKeyPower": "Power", "keyboardKeyPowerOff": "Power Off", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", "keyboardKeySpace": "Space", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kn.arb b/packages/flutter_localizations/lib/src/l10n/material_kn.arb index a0e6b30ccac8..f713402263c7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kn.arb @@ -90,21 +90,12 @@ "keyboardKeyChannelUp": "\u0043\u0068\u0061\u006e\u006e\u0065\u006c\u0020\u0055\u0070", "keyboardKeyControl": "\u0043\u0074\u0072\u006c", "keyboardKeyDelete": "\u0044\u0065\u006c", - "keyboardKeyEisu": "\u0045\u0069\u0073\u016b", "keyboardKeyEject": "\u0045\u006a\u0065\u0063\u0074", "keyboardKeyEnd": "\u0045\u006e\u0064", "keyboardKeyEscape": "\u0045\u0073\u0063", "keyboardKeyFn": "\u0046\u006e", - "keyboardKeyHangulMode": "\u0048\u0061\u006e\u0067\u0075\u006c\u0020\u004d\u006f\u0064\u0065", - "keyboardKeyHanjaMode": "\u0048\u0061\u006e\u006a\u0061\u0020\u004d\u006f\u0064\u0065", - "keyboardKeyHankaku": "\u0048\u0061\u006e\u006b\u0061\u006b\u0075", - "keyboardKeyHiragana": "\u0048\u0069\u0072\u0061\u0067\u0061\u006e\u0061", - "keyboardKeyHiraganaKatakana": "\u0048\u0069\u0072\u0061\u0067\u0061\u006e\u0061\u0020\u004b\u0061\u0074\u0061\u006b\u0061\u006e\u0061", "keyboardKeyHome": "\u0048\u006f\u006d\u0065", "keyboardKeyInsert": "\u0049\u006e\u0073\u0065\u0072\u0074", - "keyboardKeyKanaMode": "\u004b\u0061\u006e\u0061\u0020\u004d\u006f\u0064\u0065", - "keyboardKeyKanjiMode": "\u004b\u0061\u006e\u006a\u0069\u0020\u004d\u006f\u0064\u0065", - "keyboardKeyKatakana": "\u004b\u0061\u0074\u0061\u006b\u0061\u006e\u0061", "keyboardKeyMeta": "\u004d\u0065\u0074\u0061", "keyboardKeyNumLock": "\u004e\u0075\u006d\u0020\u004c\u006f\u0063\u006b", "keyboardKeyNumpad1": "\u004e\u0075\u006d\u0020\u0031", @@ -132,12 +123,10 @@ "keyboardKeyPower": "\u0050\u006f\u0077\u0065\u0072", "keyboardKeyPowerOff": "\u0050\u006f\u0077\u0065\u0072\u0020\u004f\u0066\u0066", "keyboardKeyPrintScreen": "\u0050\u0072\u0069\u006e\u0074\u0020\u0053\u0063\u0072\u0065\u0065\u006e", - "keyboardKeyRomaji": "\u0052\u006f\u006d\u0061\u006a\u0069", "keyboardKeyScrollLock": "\u0053\u0063\u0072\u006f\u006c\u006c\u0020\u004c\u006f\u0063\u006b", "keyboardKeySelect": "\u0053\u0065\u006c\u0065\u0063\u0074", "keyboardKeySpace": "\u0053\u0070\u0061\u0063\u0065", - "keyboardKeyZenkaku": "\u005a\u0065\u006e\u006b\u0061\u006b\u0075", - "keyboardKeyZenkakuHankaku": "\u005a\u0065\u006e\u006b\u0061\u006b\u0075\u0020\u0048\u0061\u006e\u006b\u0061\u006b\u0075", "keyboardKeyMetaMacOs": "\u0043\u006f\u006d\u006d\u0061\u006e\u0064", - "keyboardKeyMetaWindows": "\u0057\u0069\u006e" + "keyboardKeyMetaWindows": "\u0057\u0069\u006e", + "menuBarMenuLabel": "\u004d\u0065\u006e\u0075\u0020\u0062\u0061\u0072\u0020\u006d\u0065\u006e\u0075" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index d044927b5dbb..4427a9795500 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -91,21 +91,12 @@ "keyboardKeyChannelUp": "채널 위로", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "꺼내기", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "한글 모드", - "keyboardKeyHanjaMode": "한자 모드", - "keyboardKeyHankaku": "반각", - "keyboardKeyHiragana": "히라가나", - "keyboardKeyHiraganaKatakana": "히라가나 가타카나", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "가나 모드", - "keyboardKeyKanjiMode": "칸지 모드", - "keyboardKeyKatakana": "가타카나", "keyboardKeyMeta": "메타", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -133,12 +124,10 @@ "keyboardKeyPower": "전원", "keyboardKeyPowerOff": "종료", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "로마자", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "선택", "keyboardKeySpace": "스페이스", - "keyboardKeyZenkaku": "전각", - "keyboardKeyZenkakuHankaku": "전각 및 반각", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ky.arb b/packages/flutter_localizations/lib/src/l10n/material_ky.arb index 7d1a47e94568..4796d6a4bc5a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ky.arb @@ -90,21 +90,12 @@ "keyboardKeyChannelUp": "Channel Up", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Eject", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Хангул режими", - "keyboardKeyHanjaMode": "Ханжа режими", - "keyboardKeyHankaku": "Ханкаку", - "keyboardKeyHiragana": "Хирагана", - "keyboardKeyHiraganaKatakana": "Хирагана-катакана", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Кана режими", - "keyboardKeyKanjiMode": "Канжи режими", - "keyboardKeyKatakana": "Катакана", "keyboardKeyMeta": "Мета", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -132,12 +123,10 @@ "keyboardKeyPower": "Power", "keyboardKeyPowerOff": "Power Off", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Ромажи", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Тандоо", "keyboardKeySpace": "Боштук", - "keyboardKeyZenkaku": "Зенкаку", - "keyboardKeyZenkakuHankaku": "Зенкаку-ханкаку", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lo.arb b/packages/flutter_localizations/lib/src/l10n/material_lo.arb index 95a30867b8e1..524527a7f0b5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lo.arb @@ -90,21 +90,12 @@ "keyboardKeyChannelUp": "Channel Up", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Eject", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "ໂໝດ Hangul", - "keyboardKeyHanjaMode": "ໂໝດ Hanja", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "ໂໝດ Kana", - "keyboardKeyKanjiMode": "ໂໝດ Kanji", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "ເລກ 1", @@ -132,12 +123,10 @@ "keyboardKeyPower": "ເປີດປິດ", "keyboardKeyPowerOff": "ປິດເຄື່ອງ", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", "keyboardKeySpace": "Space", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lt.arb b/packages/flutter_localizations/lib/src/l10n/material_lt.arb index d26aeafa6f3a..85e7ecd2566a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lt.arb @@ -97,21 +97,12 @@ "keyboardKeyChannelUp": "Kitas kanalas", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Išimti", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul režimas", - "keyboardKeyHanjaMode": "Hanja režimas", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana režimas", - "keyboardKeyKanjiMode": "Kanji režimas", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Skaitm 1", @@ -139,12 +130,10 @@ "keyboardKeyPower": "Maitinimas", "keyboardKeyPowerOff": "Išjungti", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", "keyboardKeySpace": "Tarpas", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lv.arb b/packages/flutter_localizations/lib/src/l10n/material_lv.arb index ff82a3f0273d..93f5f20cf952 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lv.arb @@ -92,21 +92,12 @@ "keyboardKeyChannelUp": "Iepriekšējais kanāls", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Izstumt", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul režīms", - "keyboardKeyHanjaMode": "Hanja režīms", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana režīms", - "keyboardKeyKanjiMode": "Kanji režīms", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -134,12 +125,10 @@ "keyboardKeyPower": "Ieslēgt", "keyboardKeyPowerOff": "Izslēgt", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Atlasīt", "keyboardKeySpace": "Atstarpes taustiņš", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Windows" + "keyboardKeyMetaWindows": "Windows", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mk.arb b/packages/flutter_localizations/lib/src/l10n/material_mk.arb index 5898248b584d..c9408b65259f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mk.arb @@ -90,21 +90,12 @@ "keyboardKeyChannelUp": "Channel Up", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Eject", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -132,12 +123,10 @@ "keyboardKeyPower": "Power", "keyboardKeyPowerOff": "Power Off", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", "keyboardKeySpace": "Space", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ml.arb b/packages/flutter_localizations/lib/src/l10n/material_ml.arb index 1f53679d38f0..fb216cfc0c2b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ml.arb @@ -90,21 +90,12 @@ "keyboardKeyChannelUp": "Channel Up", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Eject", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -132,12 +123,10 @@ "keyboardKeyPower": "Power", "keyboardKeyPowerOff": "Power Off", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", "keyboardKeySpace": "Space", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mn.arb b/packages/flutter_localizations/lib/src/l10n/material_mn.arb index 70ec9dd704b2..ef609c904f15 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mn.arb @@ -92,21 +92,12 @@ "keyboardKeyChannelUp": "Channel Up", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Eject", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Солонгос хэлний горим", - "keyboardKeyHanjaMode": "Hanja горим", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Хирагана", - "keyboardKeyHiraganaKatakana": "Хирагана Катакана", "keyboardKeyHome": "Гэр", "keyboardKeyInsert": "Оруулах", - "keyboardKeyKanaMode": "Kana горим", - "keyboardKeyKanjiMode": "Kanji горим", - "keyboardKeyKatakana": "Катакана", "keyboardKeyMeta": "Мета", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -134,12 +125,10 @@ "keyboardKeyPower": "Асаах/унтраах товч", "keyboardKeyPowerOff": "Унтраах", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Сонгох", "keyboardKeySpace": "Space", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Тушаал", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mr.arb b/packages/flutter_localizations/lib/src/l10n/material_mr.arb index 7399f307896b..f575e275689b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mr.arb @@ -92,21 +92,12 @@ "keyboardKeyChannelUp": "चॅनल अप", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "इजेक्ट", "keyboardKeyEnd": "एंड", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "हंगुल मोड", - "keyboardKeyHanjaMode": "हांजा मोड", - "keyboardKeyHankaku": "हानकाकू", - "keyboardKeyHiragana": "हिरागाना", - "keyboardKeyHiraganaKatakana": "हिरागाना काताकाना", "keyboardKeyHome": "होम", "keyboardKeyInsert": "इन्सर्ट", - "keyboardKeyKanaMode": "काना मोड", - "keyboardKeyKanjiMode": "कांजी मोड", - "keyboardKeyKatakana": "काताकाना", "keyboardKeyMeta": "मेटा", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -134,12 +125,10 @@ "keyboardKeyPower": "पॉवर", "keyboardKeyPowerOff": "पॉवर ऑफ", "keyboardKeyPrintScreen": "प्रिंट स्क्रीन", - "keyboardKeyRomaji": "रोमाजी", "keyboardKeyScrollLock": "स्क्रोल लॉक", "keyboardKeySelect": "निवडा", "keyboardKeySpace": "स्पेस", - "keyboardKeyZenkaku": "झेनकाकू", - "keyboardKeyZenkakuHankaku": "झेनकाकू हानकाकू", "keyboardKeyMetaMacOs": "कमांड", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ms.arb b/packages/flutter_localizations/lib/src/l10n/material_ms.arb index faca2a1c54f9..da13d8efcf4e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ms.arb @@ -92,21 +92,12 @@ "keyboardKeyChannelUp": "Saluran ke Atas", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Keluarkan", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Mod Hangul", - "keyboardKeyHanjaMode": "Mod Hanja", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Mod Kana", - "keyboardKeyKanjiMode": "Mod Kanji", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -134,12 +125,10 @@ "keyboardKeyPower": "Kuasa", "keyboardKeyPowerOff": "Matikan", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Pilih", "keyboardKeySpace": "Ruang", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Perintah", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_my.arb b/packages/flutter_localizations/lib/src/l10n/material_my.arb index 0a8a4b46631c..40d97719c91f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_my.arb @@ -90,21 +90,12 @@ "keyboardKeyChannelUp": "ချန်နယ်အပေါ်", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "ထုတ်ရန်", "keyboardKeyEnd": "အဆုံး", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul မုဒ်", - "keyboardKeyHanjaMode": "Hanja မုဒ်", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "ပင်မခလုတ်", "keyboardKeyInsert": "ထည့်သွင်းခလုတ်", - "keyboardKeyKanaMode": "Kana မုဒ်", - "keyboardKeyKanjiMode": "Kanji မုဒ်", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "နံပါတ်လော့ခ်", "keyboardKeyNumpad1": "နံပါတ် ၁", @@ -132,12 +123,10 @@ "keyboardKeyPower": "ပါဝါခလုတ်", "keyboardKeyPowerOff": "စက်ပိတ်ရန်", "keyboardKeyPrintScreen": "ပရင့်စခရင်", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "လှိမ့်သည့်လော့ခ်", "keyboardKeySelect": "ရွေးရန်", "keyboardKeySpace": "နေရာခြားခလုတ်", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "ကွန်မန်း", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nb.arb b/packages/flutter_localizations/lib/src/l10n/material_nb.arb index 6ab322199b00..59c9feb86bcc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nb.arb @@ -89,21 +89,12 @@ "keyboardKeyChannelUp": "Neste kanal", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Løs ut", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul-modus", - "keyboardKeyHanjaMode": "Hanja-modus", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana-modus", - "keyboardKeyKanjiMode": "Kanji-modus", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -131,12 +122,10 @@ "keyboardKeyPower": "Av/på", "keyboardKeyPowerOff": "Slå av", "keyboardKeyPrintScreen": "PrtScn", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "ScrLk", "keyboardKeySelect": "Velg", "keyboardKeySpace": "Mellomrom", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku hankaku", "keyboardKeyMetaMacOs": "Kommando", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ne.arb b/packages/flutter_localizations/lib/src/l10n/material_ne.arb index 91a1f0e962ab..867eed524bbb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ne.arb @@ -90,21 +90,12 @@ "keyboardKeyChannelUp": "Channel Up", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Eject", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -132,12 +123,10 @@ "keyboardKeyPower": "Power", "keyboardKeyPowerOff": "Power Off", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", "keyboardKeySpace": "Space", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index 02ba94cd3351..bcc3284d50a9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -91,21 +91,12 @@ "keyboardKeyChannelUp": "Kanaal omhoog", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Uitwerpen", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul-modus", - "keyboardKeyHanjaMode": "Hanja-modus", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana-modus", - "keyboardKeyKanjiMode": "Kanji-modus", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -133,12 +124,10 @@ "keyboardKeyPower": "Aan/uit", "keyboardKeyPowerOff": "Uit", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Selecteren", "keyboardKeySpace": "Spatie", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_no.arb b/packages/flutter_localizations/lib/src/l10n/material_no.arb index 6ab322199b00..59c9feb86bcc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_no.arb @@ -89,21 +89,12 @@ "keyboardKeyChannelUp": "Neste kanal", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Løs ut", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul-modus", - "keyboardKeyHanjaMode": "Hanja-modus", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana-modus", - "keyboardKeyKanjiMode": "Kanji-modus", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -131,12 +122,10 @@ "keyboardKeyPower": "Av/på", "keyboardKeyPowerOff": "Slå av", "keyboardKeyPrintScreen": "PrtScn", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "ScrLk", "keyboardKeySelect": "Velg", "keyboardKeySpace": "Mellomrom", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku hankaku", "keyboardKeyMetaMacOs": "Kommando", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_or.arb b/packages/flutter_localizations/lib/src/l10n/material_or.arb index b62cfffb4d29..cce00ae2607b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_or.arb @@ -90,21 +90,12 @@ "keyboardKeyChannelUp": "Channel Up", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Eject", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -132,12 +123,10 @@ "keyboardKeyPower": "Power", "keyboardKeyPowerOff": "Power Off", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", "keyboardKeySpace": "Space", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pa.arb b/packages/flutter_localizations/lib/src/l10n/material_pa.arb index 9850db73a2bb..26da1524b875 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pa.arb @@ -90,21 +90,12 @@ "keyboardKeyChannelUp": "Channel Up", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Eject", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -132,12 +123,10 @@ "keyboardKeyPower": "Power", "keyboardKeyPowerOff": "Power Off", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", "keyboardKeySpace": "Space", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index 51d1a236778f..8eb837f5f084 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -97,21 +97,12 @@ "keyboardKeyChannelUp": "Następny kanał", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Wysuń", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Tryb hangul", - "keyboardKeyHanjaMode": "Tryb hanja", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Tryb kana", - "keyboardKeyKanjiMode": "Tryb kanji", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -139,12 +130,10 @@ "keyboardKeyPower": "Zasilanie", "keyboardKeyPowerOff": "Wyłącz zasilanie", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Rōmaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", "keyboardKeySpace": "Spacja", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ps.arb b/packages/flutter_localizations/lib/src/l10n/material_ps.arb index 2fd614a8586e..6304bf747902 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ps.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ps.arb @@ -92,21 +92,12 @@ "keyboardKeyChannelUp": "Channel Up", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Eject", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -134,12 +125,10 @@ "keyboardKeyPower": "Power", "keyboardKeyPowerOff": "Power Off", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", "keyboardKeySpace": "Space", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index 236cbf116da9..d53b10b9c08c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -93,21 +93,12 @@ "keyboardKeyChannelUp": "Canais para cima", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Ejetar", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Modo Hangul", - "keyboardKeyHanjaMode": "Modo Hanja", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Modo Kana", - "keyboardKeyKanjiMode": "Modo Kanji", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -135,12 +126,10 @@ "keyboardKeyPower": "Liga/desliga", "keyboardKeyPowerOff": "Desligar", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Selecionar", "keyboardKeySpace": "Espaço", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/flutter_localizations/lib/src/l10n/material_ro.arb index fa36adad37d1..d1551b94646f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ro.arb @@ -95,21 +95,12 @@ "keyboardKeyChannelUp": "Înainte", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Eject", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Modul Hangul", - "keyboardKeyHanjaMode": "Modul Hanja", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Modul Kana", - "keyboardKeyKanjiMode": "Modul Kanji", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "1 de pe tastatura numerică", @@ -137,12 +128,10 @@ "keyboardKeyPower": "Power", "keyboardKeyPowerOff": "Power Off", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", "keyboardKeySpace": "Spațiu", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index 7156f3b88227..4d206ec7d928 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -98,21 +98,12 @@ "keyboardKeyChannelUp": "Предыдущий канал", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Эйсу", "keyboardKeyEject": "Извлечь", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Хангыль", - "keyboardKeyHanjaMode": "Ханча", - "keyboardKeyHankaku": "Ханкаку", - "keyboardKeyHiragana": "Хирагана", - "keyboardKeyHiraganaKatakana": "Хирагана Катакана", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Кана", - "keyboardKeyKanjiMode": "Кандзи", - "keyboardKeyKatakana": "Катакана", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -140,12 +131,10 @@ "keyboardKeyPower": "Питание", "keyboardKeyPowerOff": "Отключить питание", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Ромадзи", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Выбрать", "keyboardKeySpace": "Пробел", - "keyboardKeyZenkaku": "Дзэнкаку", - "keyboardKeyZenkakuHankaku": "Дзэнкаку Ханкаку", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_si.arb b/packages/flutter_localizations/lib/src/l10n/material_si.arb index cae2437d86cc..fd0c3dbc5333 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_si.arb @@ -90,21 +90,12 @@ "keyboardKeyChannelUp": "Channel Up", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Eject", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -132,12 +123,10 @@ "keyboardKeyPower": "Power", "keyboardKeyPowerOff": "Power Off", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", "keyboardKeySpace": "Space", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sk.arb b/packages/flutter_localizations/lib/src/l10n/material_sk.arb index 914dd832d9bb..48f1fbae7c4e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sk.arb @@ -97,21 +97,12 @@ "keyboardKeyChannelUp": "O kanál vyššie", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Odpojiť", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Režim Hangul", - "keyboardKeyHanjaMode": "Režim Hanja", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Režim Kana", - "keyboardKeyKanjiMode": "Režim kandži", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -139,12 +130,10 @@ "keyboardKeyPower": "Vypínač", "keyboardKeyPowerOff": "Vypnúť", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", "keyboardKeySpace": "Medzerník", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sl.arb b/packages/flutter_localizations/lib/src/l10n/material_sl.arb index 1639088cb4d9..b125bf9b46b3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sl.arb @@ -97,21 +97,12 @@ "keyboardKeyChannelUp": "Kanal gor", "keyboardKeyControl": "Ktrl", "keyboardKeyDelete": "Odstrani", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Izvrzi", "keyboardKeyEnd": "Konec", "keyboardKeyEscape": "Izhod", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Način hangul", - "keyboardKeyHanjaMode": "Način handža", - "keyboardKeyHankaku": "hankaku", - "keyboardKeyHiragana": "hiragana", - "keyboardKeyHiraganaKatakana": "hiragana katakana", "keyboardKeyHome": "Začetek", "keyboardKeyInsert": "Vstavi", - "keyboardKeyKanaMode": "Način kana", - "keyboardKeyKanjiMode": "Način kanji", - "keyboardKeyKatakana": "katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Vklopi štev.", "keyboardKeyNumpad1": "Štev. 1", @@ -139,12 +130,10 @@ "keyboardKeyPower": "Vklop", "keyboardKeyPowerOff": "Izklop", "keyboardKeyPrintScreen": "Zajem zaslona", - "keyboardKeyRomaji": "Romadži", "keyboardKeyScrollLock": "Vklopi drsenje", "keyboardKeySelect": "Izberi", "keyboardKeySpace": "Preslednica", - "keyboardKeyZenkaku": "zenkaku", - "keyboardKeyZenkakuHankaku": "zenkaku hankaku", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sq.arb b/packages/flutter_localizations/lib/src/l10n/material_sq.arb index d2ece92b84ed..7873c9225bd0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sq.arb @@ -90,21 +90,12 @@ "keyboardKeyChannelUp": "Channel Up", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Delete", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Eject", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -132,12 +123,10 @@ "keyboardKeyPower": "Power", "keyboardKeyPowerOff": "Power Off", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", "keyboardKeySpace": "Space", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr.arb b/packages/flutter_localizations/lib/src/l10n/material_sr.arb index 9c344bf590b8..8db48c4c0f6f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr.arb @@ -94,21 +94,12 @@ "keyboardKeyChannelUp": "Следећи канал", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Еису", "keyboardKeyEject": "Eject", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Режим хангул", - "keyboardKeyHanjaMode": "Режим ханџа", - "keyboardKeyHankaku": "Ханкаку", - "keyboardKeyHiragana": "Хирагана", - "keyboardKeyHiraganaKatakana": "Хирагана катакана", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Кана режим", - "keyboardKeyKanjiMode": "Канџи режим", - "keyboardKeyKatakana": "Катакана", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -136,12 +127,10 @@ "keyboardKeyPower": "Дугме за укључивање", "keyboardKeyPowerOff": "Дугме за искључивање", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Ромађи", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", "keyboardKeySpace": "Тастер за размак", - "keyboardKeyZenkaku": "Зенкаку", - "keyboardKeyZenkakuHankaku": "Зенкаку ханкаку", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sv.arb b/packages/flutter_localizations/lib/src/l10n/material_sv.arb index becc32b3427a..f27add6093c1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sv.arb @@ -91,21 +91,12 @@ "keyboardKeyChannelUp": "Byt kanal uppåt", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Mata ut", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul-läge", - "keyboardKeyHanjaMode": "Hanja-läge", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Hem", "keyboardKeyInsert": "Infoga", - "keyboardKeyKanaMode": "Kana-läge", - "keyboardKeyKanjiMode": "Kanji-läge", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -133,12 +124,10 @@ "keyboardKeyPower": "Strömbrytare", "keyboardKeyPowerOff": "Stäng av", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Välj", "keyboardKeySpace": "Blanksteg", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Kommando", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sw.arb b/packages/flutter_localizations/lib/src/l10n/material_sw.arb index f43e709f78a1..a450ffb1f8d3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sw.arb @@ -92,21 +92,12 @@ "keyboardKeyChannelUp": "Channel Up", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Eject", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hali ya Hangul", - "keyboardKeyHanjaMode": "Hali ya Hanja", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Hali ya Kana", - "keyboardKeyKanjiMode": "Hali ya Kanji", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -134,12 +125,10 @@ "keyboardKeyPower": "Power", "keyboardKeyPowerOff": "Power Off", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", "keyboardKeySpace": "Space", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ta.arb b/packages/flutter_localizations/lib/src/l10n/material_ta.arb index 926f845d3203..b3c93e6ea6e6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ta.arb @@ -92,21 +92,12 @@ "keyboardKeyChannelUp": "Channel Up", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Eject", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -134,12 +125,10 @@ "keyboardKeyPower": "Power", "keyboardKeyPowerOff": "Power Off", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", "keyboardKeySpace": "Space", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_te.arb b/packages/flutter_localizations/lib/src/l10n/material_te.arb index 3fa774fcab74..8ad138148767 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_te.arb @@ -90,21 +90,12 @@ "keyboardKeyChannelUp": "Channel Up", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Eject", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -132,12 +123,10 @@ "keyboardKeyPower": "Power", "keyboardKeyPowerOff": "Power Off", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", "keyboardKeySpace": "Space", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/flutter_localizations/lib/src/l10n/material_th.arb index 12a3a94aae44..10f71e691d2b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_th.arb @@ -91,21 +91,12 @@ "keyboardKeyChannelUp": "Channel Up", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Eject", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "โหมดตัวอักษรฮันกึล", - "keyboardKeyHanjaMode": "โหมดตัวอักษรฮันจา", - "keyboardKeyHankaku": "ฮันคาคุ", - "keyboardKeyHiragana": "ฮิรางานะ", - "keyboardKeyHiraganaKatakana": "ฮิรางานะ คาตาคานะ", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "โหมดตัวอักษรคานะ", - "keyboardKeyKanjiMode": "โหมดตัวอักษรคันจิ", - "keyboardKeyKatakana": "คาตาคานะ", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "เลข 1", @@ -133,12 +124,10 @@ "keyboardKeyPower": "เปิด/ปิด", "keyboardKeyPowerOff": "ปิดเครื่อง", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "โรมาจิ", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", "keyboardKeySpace": "Space", - "keyboardKeyZenkaku": "เซ็นคาคุ", - "keyboardKeyZenkakuHankaku": "เซ็นคาคุ ฮันคาคุ", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tl.arb b/packages/flutter_localizations/lib/src/l10n/material_tl.arb index 9172cc0d834d..161f24bf77cb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tl.arb @@ -91,21 +91,12 @@ "keyboardKeyChannelUp": "Channel Up", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Eject", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -133,12 +124,10 @@ "keyboardKeyPower": "Power", "keyboardKeyPowerOff": "I-off", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Piliin", "keyboardKeySpace": "Puwang", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index 30a9b327e235..f07cd3993c9f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -91,21 +91,12 @@ "keyboardKeyChannelUp": "Kanal Yukarı", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Çıkar", "keyboardKeyEnd": "Son", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Modu", - "keyboardKeyHanjaMode": "Hanja Modu", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Modu", - "keyboardKeyKanjiMode": "Kanji Modu", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -133,12 +124,10 @@ "keyboardKeyPower": "Güç", "keyboardKeyPowerOff": "Kapat", "keyboardKeyPrintScreen": "Ekranı Yazdır", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Seç", "keyboardKeySpace": "Boşluk", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Komut", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uk.arb b/packages/flutter_localizations/lib/src/l10n/material_uk.arb index 5a20cb62d7dd..d8c0ff6aa74d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uk.arb @@ -97,21 +97,12 @@ "keyboardKeyChannelUp": "Канал угору", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Вийняти", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Режим хангиль", - "keyboardKeyHanjaMode": "Режим ханча", - "keyboardKeyHankaku": "Ханкаку", - "keyboardKeyHiragana": "Хірагана", - "keyboardKeyHiraganaKatakana": "Хірагана/Катакана", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Режим кана", - "keyboardKeyKanjiMode": "Режим канджі", - "keyboardKeyKatakana": "Катакана", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -139,12 +130,10 @@ "keyboardKeyPower": "Кнопка живлення", "keyboardKeyPowerOff": "Вимкнути живлення", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Ромадзі", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", "keyboardKeySpace": "Пробіл", - "keyboardKeyZenkaku": "Зенкаку", - "keyboardKeyZenkakuHankaku": "Зенкаку/Ханкаку", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index 924e8ae63756..c9d1571a94bd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -91,21 +91,12 @@ "keyboardKeyChannelUp": "Channel Up", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Eject", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -133,12 +124,10 @@ "keyboardKeyPower": "Power", "keyboardKeyPowerOff": "Power Off", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", "keyboardKeySpace": "Space", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uz.arb b/packages/flutter_localizations/lib/src/l10n/material_uz.arb index 826bfa6a130b..e0ea8c5ebd00 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uz.arb @@ -90,21 +90,12 @@ "keyboardKeyChannelUp": "Avvalgi kanal", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Eject", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul rejimi", - "keyboardKeyHanjaMode": "Hanja rejimi", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana rejimi", - "keyboardKeyKanjiMode": "Kanji rejimi", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -132,12 +123,10 @@ "keyboardKeyPower": "Power", "keyboardKeyPowerOff": "Power Off", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", "keyboardKeySpace": "Boʻsh joy", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_vi.arb b/packages/flutter_localizations/lib/src/l10n/material_vi.arb index 2c1234b92f4a..8334630bc4ee 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_vi.arb @@ -91,21 +91,12 @@ "keyboardKeyChannelUp": "Tăng kênh", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Eject", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Chế độ Hangul", - "keyboardKeyHanjaMode": "Chế độ Hanja", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Chế độ Kana", - "keyboardKeyKanjiMode": "Chế độ Kanji", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Phím số 1", @@ -133,12 +124,10 @@ "keyboardKeyPower": "Nguồn", "keyboardKeyPowerOff": "Tắt nguồn", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", "keyboardKeySpace": "Phím cách", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index 2f247d851afa..619f29062bf1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -91,21 +91,12 @@ "keyboardKeyChannelUp": "Channel Up", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "英数", "keyboardKeyEject": "弹出", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "한글", - "keyboardKeyHanjaMode": "한자", - "keyboardKeyHankaku": "半角", - "keyboardKeyHiragana": "ひらがな", - "keyboardKeyHiraganaKatakana": "ひらがな / カタカナ / ローマ字", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "かな", - "keyboardKeyKanjiMode": "漢字", - "keyboardKeyKatakana": "カタカナ", "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "数字键盘 1", @@ -133,12 +124,10 @@ "keyboardKeyPower": "电源", "keyboardKeyPowerOff": "关机", "keyboardKeyPrintScreen": "Print Screen", - "keyboardKeyRomaji": "ローマ字", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "选择", "keyboardKeySpace": "空格键", - "keyboardKeyZenkaku": "全角", - "keyboardKeyZenkakuHankaku": "半角 / 全角 / 漢字", "keyboardKeyMetaMacOs": "⌘", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zu.arb b/packages/flutter_localizations/lib/src/l10n/material_zu.arb index 2100242ea754..444d0e305740 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zu.arb @@ -90,21 +90,12 @@ "keyboardKeyChannelUp": "I-Channel Up", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEisu": "Eisū", "keyboardKeyEject": "Eject", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", - "keyboardKeyHangulMode": "Hangul Mode", - "keyboardKeyHanjaMode": "Hanja Mode", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyKanaMode": "Kana Mode", - "keyboardKeyKanjiMode": "Kanji Mode", - "keyboardKeyKatakana": "I-Katakana", "keyboardKeyMeta": "I-Meta", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", @@ -132,12 +123,10 @@ "keyboardKeyPower": "Amandla", "keyboardKeyPowerOff": "Cisha", "keyboardKeyPrintScreen": "-Print Screen", - "keyboardKeyRomaji": "Romaji", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Khetha", "keyboardKeySpace": "Space", - "keyboardKeyZenkaku": "Zenkaku", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyMetaMacOs": "Command", - "keyboardKeyMetaWindows": "Win" + "keyboardKeyMetaWindows": "Win", + "menuBarMenuLabel": "Menu bar menu" } From ae7f0f13c604e4b3965adb7e2c4a2f710932faae Mon Sep 17 00:00:00 2001 From: Pierre-Louis <6655696+guidezpl@users.noreply.github.com> Date: Thu, 19 May 2022 11:24:19 +0200 Subject: [PATCH 207/327] Use correct time separator for Indonesian locale (#104070) * Update material_id.arb * Update README.md * Update generated_material_localizations.dart * Update README.md * remove trailing whitespace --- .../lib/src/l10n/generated_material_localizations.dart | 2 +- packages/flutter_localizations/lib/src/l10n/material_id.arb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index c97a4ca35057..a2e5057f4aa2 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -17733,7 +17733,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get tabLabelRaw => r'Tab $tabIndex dari $tabCount'; @override - TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_dot_mm; @override String get timePickerDialHelpText => 'PILIH WAKTU'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_id.arb b/packages/flutter_localizations/lib/src/l10n/material_id.arb index 640a2c661220..edf3dc105421 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_id.arb @@ -1,6 +1,6 @@ { "scriptCategory": "English-like", - "timeOfDayFormat": "HH:mm", + "timeOfDayFormat": "HH.mm", "openAppDrawerTooltip": "Buka menu navigasi", "backButtonTooltip": "Kembali", "closeButtonTooltip": "Tutup", From 0e672a931093afa69fd481ca6bacc7a7b8bf2e60 Mon Sep 17 00:00:00 2001 From: Pierre-Louis <6655696+guidezpl@users.noreply.github.com> Date: Wed, 25 May 2022 20:01:11 +0200 Subject: [PATCH 208/327] Use `curly_braces_in_flow_control_structures` for non-`flutter` packages (#104629) * Use `curly_braces_in_flow_control_structures` for `packages/flutter_driver` * Use `curly_braces_in_flow_control_structures` for `packages/flutter_goldens` * Use `curly_braces_in_flow_control_structures` for `packages/flutter_goldens_client` * Use `curly_braces_in_flow_control_structures` for `packages/flutter_localizations` * Use `curly_braces_in_flow_control_structures` for `packages/flutter_test` * Use `curly_braces_in_flow_control_structures` for `packages/flutter_web_plugins` * fix comments * Use `curly_braces_in_flow_control_structures` for `packages/integration_test` * fix indentation --- .../flutter_localizations/lib/src/material_localizations.dart | 3 ++- packages/flutter_localizations/test/test_utils.dart | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index abe442c2db7f..d19d0d0664f6 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -436,8 +436,9 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { @override TimeOfDayFormat timeOfDayFormat({ bool alwaysUse24HourFormat = false }) { assert(alwaysUse24HourFormat != null); - if (alwaysUse24HourFormat) + if (alwaysUse24HourFormat) { return _get24HourVersionOf(timeOfDayFormatRaw); + } return timeOfDayFormatRaw; } diff --git a/packages/flutter_localizations/test/test_utils.dart b/packages/flutter_localizations/test/test_utils.dart index cec115cf7aee..816fa5ed2fb6 100644 --- a/packages/flutter_localizations/test/test_utils.dart +++ b/packages/flutter_localizations/test/test_utils.dart @@ -7,8 +7,9 @@ void encodeBundleTranslations(Map bundle) { for (final String key in bundle.keys) { // The ARB file resource "attributes" for foo are called @foo. Don't need // to encode them. - if (key.startsWith('@')) + if (key.startsWith('@')) { continue; + } final String translation = bundle[key] as String; // Rewrite the string as a series of unicode characters in JSON format. // Like "\u0012\u0123\u1234". From d60954dcdefcbbc1e1387a674038e9e815e664a4 Mon Sep 17 00:00:00 2001 From: Nils Reichardt Date: Tue, 7 Jun 2022 01:08:06 +0200 Subject: [PATCH 209/327] Remove `new` keyword in a few files (#104438) --- .../lib/src/cupertino_localizations.dart | 4 ++-- .../flutter_localizations/lib/src/material_localizations.dart | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/flutter_localizations/lib/src/cupertino_localizations.dart b/packages/flutter_localizations/lib/src/cupertino_localizations.dart index d171ecd196d5..a07ddb9998f9 100644 --- a/packages/flutter_localizations/lib/src/cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/cupertino_localizations.dart @@ -32,7 +32,7 @@ import 'widgets_localizations.dart'; /// app supports with [CupertinoApp.supportedLocales]: /// /// ```dart -/// new CupertinoApp( +/// CupertinoApp( /// localizationsDelegates: GlobalCupertinoLocalizations.delegates, /// supportedLocales: [ /// const Locale('en', 'US'), // American English @@ -438,7 +438,7 @@ abstract class GlobalCupertinoLocalizations implements CupertinoLocalizations { /// app supports with [CupertinoApp.supportedLocales]: /// /// ```dart - /// new CupertinoApp( + /// CupertinoApp( /// localizationsDelegates: GlobalCupertinoLocalizations.delegates, /// supportedLocales: [ /// const Locale('en', 'US'), // English diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index d19d0d0664f6..737dec45a1ed 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -30,7 +30,7 @@ import 'widgets_localizations.dart'; /// app supports with [MaterialApp.supportedLocales]: /// /// ```dart -/// new MaterialApp( +/// MaterialApp( /// localizationsDelegates: GlobalMaterialLocalizations.delegates, /// supportedLocales: [ /// const Locale('en', 'US'), // American English @@ -682,7 +682,7 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { /// app supports with [MaterialApp.supportedLocales]: /// /// ```dart - /// new MaterialApp( + /// MaterialApp( /// localizationsDelegates: GlobalMaterialLocalizations.delegates, /// supportedLocales: [ /// const Locale('en', 'US'), // English From 8ae241af3d90466833f9663ea974135befa98154 Mon Sep 17 00:00:00 2001 From: godofredoc Date: Wed, 29 Jun 2022 11:24:05 -0700 Subject: [PATCH 210/327] Update localizations for flutter. (#106759) --- .../generated_material_localizations.dart | 159 +++++++++--------- .../lib/src/l10n/material_af.arb | 2 +- .../lib/src/l10n/material_am.arb | 2 +- .../lib/src/l10n/material_ar.arb | 2 +- .../lib/src/l10n/material_as.arb | 2 +- .../lib/src/l10n/material_az.arb | 2 +- .../lib/src/l10n/material_be.arb | 2 +- .../lib/src/l10n/material_bg.arb | 2 +- .../lib/src/l10n/material_bn.arb | 2 +- .../lib/src/l10n/material_bs.arb | 2 +- .../lib/src/l10n/material_ca.arb | 2 +- .../lib/src/l10n/material_cs.arb | 2 +- .../lib/src/l10n/material_da.arb | 2 +- .../lib/src/l10n/material_de.arb | 2 +- .../lib/src/l10n/material_el.arb | 2 +- .../lib/src/l10n/material_en_AU.arb | 1 + .../lib/src/l10n/material_en_CA.arb | 1 + .../lib/src/l10n/material_en_GB.arb | 1 + .../lib/src/l10n/material_en_IE.arb | 1 + .../lib/src/l10n/material_en_IN.arb | 1 + .../lib/src/l10n/material_en_NZ.arb | 1 + .../lib/src/l10n/material_en_SG.arb | 1 + .../lib/src/l10n/material_en_ZA.arb | 1 + .../lib/src/l10n/material_es.arb | 2 +- .../lib/src/l10n/material_es_419.arb | 1 + .../lib/src/l10n/material_es_AR.arb | 1 + .../lib/src/l10n/material_es_BO.arb | 1 + .../lib/src/l10n/material_es_CL.arb | 1 + .../lib/src/l10n/material_es_CO.arb | 1 + .../lib/src/l10n/material_es_CR.arb | 1 + .../lib/src/l10n/material_es_DO.arb | 1 + .../lib/src/l10n/material_es_EC.arb | 1 + .../lib/src/l10n/material_es_GT.arb | 1 + .../lib/src/l10n/material_es_HN.arb | 1 + .../lib/src/l10n/material_es_MX.arb | 1 + .../lib/src/l10n/material_es_NI.arb | 1 + .../lib/src/l10n/material_es_PA.arb | 1 + .../lib/src/l10n/material_es_PE.arb | 1 + .../lib/src/l10n/material_es_PR.arb | 1 + .../lib/src/l10n/material_es_PY.arb | 1 + .../lib/src/l10n/material_es_SV.arb | 1 + .../lib/src/l10n/material_es_US.arb | 1 + .../lib/src/l10n/material_es_UY.arb | 1 + .../lib/src/l10n/material_es_VE.arb | 1 + .../lib/src/l10n/material_et.arb | 2 +- .../lib/src/l10n/material_eu.arb | 2 +- .../lib/src/l10n/material_fa.arb | 2 +- .../lib/src/l10n/material_fi.arb | 2 +- .../lib/src/l10n/material_fil.arb | 2 +- .../lib/src/l10n/material_fr.arb | 2 +- .../lib/src/l10n/material_fr_CA.arb | 1 + .../lib/src/l10n/material_gl.arb | 2 +- .../lib/src/l10n/material_gsw.arb | 2 +- .../lib/src/l10n/material_gu.arb | 2 +- .../lib/src/l10n/material_he.arb | 2 +- .../lib/src/l10n/material_hi.arb | 2 +- .../lib/src/l10n/material_hr.arb | 2 +- .../lib/src/l10n/material_hu.arb | 2 +- .../lib/src/l10n/material_hy.arb | 2 +- .../lib/src/l10n/material_id.arb | 2 +- .../lib/src/l10n/material_is.arb | 2 +- .../lib/src/l10n/material_it.arb | 2 +- .../lib/src/l10n/material_ja.arb | 2 +- .../lib/src/l10n/material_ka.arb | 2 +- .../lib/src/l10n/material_kk.arb | 2 +- .../lib/src/l10n/material_km.arb | 2 +- .../lib/src/l10n/material_kn.arb | 2 +- .../lib/src/l10n/material_ko.arb | 2 +- .../lib/src/l10n/material_ky.arb | 2 +- .../lib/src/l10n/material_lo.arb | 2 +- .../lib/src/l10n/material_lt.arb | 2 +- .../lib/src/l10n/material_lv.arb | 2 +- .../lib/src/l10n/material_mk.arb | 2 +- .../lib/src/l10n/material_ml.arb | 2 +- .../lib/src/l10n/material_mn.arb | 2 +- .../lib/src/l10n/material_mr.arb | 2 +- .../lib/src/l10n/material_my.arb | 2 +- .../lib/src/l10n/material_nb.arb | 2 +- .../lib/src/l10n/material_ne.arb | 2 +- .../lib/src/l10n/material_nl.arb | 2 +- .../lib/src/l10n/material_no.arb | 2 +- .../lib/src/l10n/material_or.arb | 2 +- .../lib/src/l10n/material_pa.arb | 2 +- .../lib/src/l10n/material_pl.arb | 2 +- .../lib/src/l10n/material_pt.arb | 2 +- .../lib/src/l10n/material_pt_PT.arb | 1 + .../lib/src/l10n/material_ro.arb | 2 +- .../lib/src/l10n/material_ru.arb | 2 +- .../lib/src/l10n/material_si.arb | 2 +- .../lib/src/l10n/material_sk.arb | 2 +- .../lib/src/l10n/material_sl.arb | 2 +- .../lib/src/l10n/material_sq.arb | 2 +- .../lib/src/l10n/material_sr.arb | 2 +- .../lib/src/l10n/material_sr_Latn.arb | 1 + .../lib/src/l10n/material_sv.arb | 2 +- .../lib/src/l10n/material_sw.arb | 2 +- .../lib/src/l10n/material_ta.arb | 2 +- .../lib/src/l10n/material_te.arb | 2 +- .../lib/src/l10n/material_th.arb | 2 +- .../lib/src/l10n/material_tl.arb | 2 +- .../lib/src/l10n/material_tr.arb | 2 +- .../lib/src/l10n/material_uk.arb | 2 +- .../lib/src/l10n/material_ur.arb | 2 +- .../lib/src/l10n/material_uz.arb | 2 +- .../lib/src/l10n/material_vi.arb | 2 +- .../lib/src/l10n/material_zh.arb | 2 +- .../lib/src/l10n/material_zh_HK.arb | 1 + .../lib/src/l10n/material_zh_TW.arb | 1 + .../lib/src/l10n/material_zu.arb | 2 +- 109 files changed, 192 insertions(+), 150 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index a2e5057f4aa2..b0d0fcefeb8e 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -303,7 +303,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Lisensies'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Kieslysbalkkieslys'; @override String get modalBarrierDismissLabel => 'Maak toe'; @@ -745,7 +745,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get licensesPageTitle => 'ፈቃዶች'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'የምናሌ አሞሌ ምናሌ'; @override String get modalBarrierDismissLabel => 'አሰናብት'; @@ -1187,7 +1187,7 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get licensesPageTitle => 'التراخيص'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'قائمة شريط القوائم'; @override String get modalBarrierDismissLabel => 'رفض'; @@ -1629,7 +1629,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get licensesPageTitle => 'অনুজ্ঞাপত্ৰসমূহ'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'মেনু বাৰ মেনু'; @override String get modalBarrierDismissLabel => 'অগ্ৰাহ্য কৰক'; @@ -2071,7 +2071,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Lisenziyalar'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Menyu paneli menyusu'; @override String get modalBarrierDismissLabel => 'İmtina edin'; @@ -2513,7 +2513,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Ліцэнзіі'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Меню "Панэль меню"'; @override String get modalBarrierDismissLabel => 'Адхіліць'; @@ -2955,7 +2955,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Лицензи'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Меню на лентата с менюта'; @override String get modalBarrierDismissLabel => 'Отхвърляне'; @@ -3397,7 +3397,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get licensesPageTitle => 'লাইসেন্স'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'মেনু বার মেনু'; @override String get modalBarrierDismissLabel => 'খারিজ করুন'; @@ -3839,7 +3839,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Licence'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Meni trake menija'; @override String get modalBarrierDismissLabel => 'Odbaci'; @@ -4281,7 +4281,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Llicències'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Menú de la barra de menú'; @override String get modalBarrierDismissLabel => 'Ignora'; @@ -4723,7 +4723,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Licence'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Nabídka na liště s nabídkou'; @override String get modalBarrierDismissLabel => 'Zavřít'; @@ -5165,7 +5165,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Licenser'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Menuen for menulinjen'; @override String get modalBarrierDismissLabel => 'Afvis'; @@ -5607,7 +5607,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Lizenzen'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Menü in der Menüleiste'; @override String get modalBarrierDismissLabel => 'Schließen'; @@ -6086,7 +6086,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Άδειες'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Μενού γραμμής μενού'; @override String get modalBarrierDismissLabel => 'Παράβλεψη'; @@ -7635,7 +7635,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Licencias'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Menú de la barra de menú'; @override String get modalBarrierDismissLabel => 'Cerrar'; @@ -11280,7 +11280,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Litsentsid'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Menüüriba menüü'; @override String get modalBarrierDismissLabel => 'Loobu'; @@ -11722,7 +11722,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Lizentziak'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Menu-barraren menua'; @override String get modalBarrierDismissLabel => 'Baztertu'; @@ -12164,7 +12164,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get licensesPageTitle => 'مجوزها'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'منوی نوار منو'; @override String get modalBarrierDismissLabel => 'نپذیرفتن'; @@ -12606,7 +12606,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Lisenssit'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Valikkopalkki'; @override String get modalBarrierDismissLabel => 'Ohita'; @@ -13048,7 +13048,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Mga Lisensya'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Menu sa menu bar'; @override String get modalBarrierDismissLabel => 'I-dismiss'; @@ -13490,7 +13490,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Licences'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Menu de la barre de menu'; @override String get modalBarrierDismissLabel => 'Ignorer'; @@ -14068,7 +14068,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Licenzas'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Menú da barra de menú'; @override String get modalBarrierDismissLabel => 'Ignorar'; @@ -14510,7 +14510,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Lizenzen'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Menü in der Menüleiste'; @override String get modalBarrierDismissLabel => 'Schließen'; @@ -14952,7 +14952,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get licensesPageTitle => 'લાઇસન્સ'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'મેનૂ બાર મેનૂ'; @override String get modalBarrierDismissLabel => 'છોડી દો'; @@ -15394,7 +15394,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get licensesPageTitle => 'רישיונות'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'תפריט בסרגל התפריטים'; @override String get modalBarrierDismissLabel => 'סגירה'; @@ -15836,7 +15836,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get licensesPageTitle => 'लाइसेंस'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'मेन्यू बार का मेन्यू'; @override String get modalBarrierDismissLabel => 'खारिज करें'; @@ -16278,7 +16278,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Licence'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Izbornik trake izbornika'; @override String get modalBarrierDismissLabel => 'Odbaci'; @@ -16720,7 +16720,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Licencek'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Menüsor menüje'; @override String get modalBarrierDismissLabel => 'Elvetés'; @@ -17162,7 +17162,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Արտոնագրեր'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Ընտրացանկի գոտու ընտրացանկ'; @override String get modalBarrierDismissLabel => 'Փակել'; @@ -17604,7 +17604,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Lisensi'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Menu panel menu'; @override String get modalBarrierDismissLabel => 'Tutup'; @@ -18046,7 +18046,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Leyfi'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Valmyndarstika'; @override String get modalBarrierDismissLabel => 'Hunsa'; @@ -18488,7 +18488,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Licenze'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Menu barra dei menu'; @override String get modalBarrierDismissLabel => 'Ignora'; @@ -18930,7 +18930,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get licensesPageTitle => 'ライセンス'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'メニューバーのメニュー'; @override String get modalBarrierDismissLabel => '閉じる'; @@ -19372,7 +19372,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get licensesPageTitle => 'ლიცენზიები'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'მენიუს ზოლის მენიუ'; @override String get modalBarrierDismissLabel => 'დახურვა'; @@ -19814,7 +19814,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Лицензиялар'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Мәзір жолағының мәзірі'; @override String get modalBarrierDismissLabel => 'Жабу'; @@ -20256,7 +20256,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get licensesPageTitle => 'អាជ្ញាបណ្ណ'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'ម៉ឺនុយរបារម៉ឺនុយ'; @override String get modalBarrierDismissLabel => 'ច្រាន​ចោល'; @@ -20698,7 +20698,7 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { String get licensesPageTitle => '\u{caa}\u{cb0}\u{cb5}\u{cbe}\u{ca8}\u{c97}\u{cbf}\u{c97}\u{cb3}\u{cc1}'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => '\u{cae}\u{cc6}\u{ca8}\u{cc1}\u{20}\u{cac}\u{cbe}\u{cb0}\u{ccd}\u{200c}\u{20}\u{cae}\u{cc6}\u{ca8}\u{cc1}'; @override String get modalBarrierDismissLabel => '\u{cb5}\u{c9c}\u{cbe}\u{c97}\u{cca}\u{cb3}\u{cbf}\u{cb8}\u{cbf}'; @@ -21140,7 +21140,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get licensesPageTitle => '라이선스'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => '메뉴 바 메뉴'; @override String get modalBarrierDismissLabel => '닫기'; @@ -21582,7 +21582,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Уруксаттамалар'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Меню тилкеси менюсу'; @override String get modalBarrierDismissLabel => 'Жабуу'; @@ -22024,7 +22024,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get licensesPageTitle => 'ໃບອະນຸຍາດ'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'ເມນູແຖບເມນູ'; @override String get modalBarrierDismissLabel => 'ປິດໄວ້'; @@ -22466,7 +22466,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Licencijos'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Meniu juostos meniu'; @override String get modalBarrierDismissLabel => 'Atsisakyti'; @@ -22908,7 +22908,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Licences'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Izvēļņu joslas izvēlne'; @override String get modalBarrierDismissLabel => 'Nerādīt'; @@ -23350,7 +23350,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Лиценци'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Мени на лентата со мени'; @override String get modalBarrierDismissLabel => 'Отфрли'; @@ -23792,7 +23792,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get licensesPageTitle => 'ലൈസൻസുകൾ'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'മെനു ബാർ മെനു'; @override String get modalBarrierDismissLabel => 'നിരസിക്കുക'; @@ -24234,7 +24234,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Лиценз'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Цэсний талбарын цэс'; @override String get modalBarrierDismissLabel => 'Үл хэрэгсэх'; @@ -24676,7 +24676,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get licensesPageTitle => 'परवाने'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'मेनू बार मेनू'; @override String get modalBarrierDismissLabel => 'डिसमिस करा'; @@ -25560,7 +25560,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get licensesPageTitle => 'လိုင်စင်များ'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'မီနူးဘား မီနူး'; @override String get modalBarrierDismissLabel => 'ပယ်ရန်'; @@ -26002,7 +26002,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Lisenser'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Meny med menylinje'; @override String get modalBarrierDismissLabel => 'Avvis'; @@ -26444,7 +26444,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get licensesPageTitle => 'इजाजतपत्रहरू'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => '"मेनु बार" मेनु'; @override String get modalBarrierDismissLabel => 'खारेज गर्नुहोस्'; @@ -26886,7 +26886,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Licenties'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Menu van menubalk'; @override String get modalBarrierDismissLabel => 'Sluiten'; @@ -27328,7 +27328,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Lisenser'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Meny med menylinje'; @override String get modalBarrierDismissLabel => 'Avvis'; @@ -27770,7 +27770,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get licensesPageTitle => 'ଲାଇସେନ୍ସଗୁଡ଼କ'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'ମେନୁ ବାର ମେନୁ'; @override String get modalBarrierDismissLabel => 'ଖାରଜ କରନ୍ତୁ'; @@ -28212,7 +28212,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get licensesPageTitle => 'ਲਾਇਸੰਸ'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'ਮੀਨੂ ਬਾਰ ਮੀਨੂ'; @override String get modalBarrierDismissLabel => 'ਖਾਰਜ ਕਰੋ'; @@ -28654,7 +28654,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Licencje'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Pasek menu'; @override String get modalBarrierDismissLabel => 'Zamknij'; @@ -29538,7 +29538,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Licenças'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Menu da barra de menus'; @override String get modalBarrierDismissLabel => 'Dispensar'; @@ -29715,6 +29715,9 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { required super.twoDigitZeroPaddedFormat, }); + @override + String get menuBarMenuLabel => 'Menu da barra de menu'; + @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -30116,7 +30119,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Licențe'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Bară de meniu'; @override String get modalBarrierDismissLabel => 'Închideți'; @@ -30558,7 +30561,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Лицензии'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Строка меню'; @override String get modalBarrierDismissLabel => 'Закрыть'; @@ -31000,7 +31003,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get licensesPageTitle => 'බලපත්‍ර'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'මෙනු තීරු මෙනුව'; @override String get modalBarrierDismissLabel => 'ඉවත ලන්න'; @@ -31442,7 +31445,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Licencie'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Ponuka panela s ponukami'; @override String get modalBarrierDismissLabel => 'Odmietnuť'; @@ -31884,7 +31887,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Licence'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Meni menijske vrstice'; @override String get modalBarrierDismissLabel => 'Opusti'; @@ -32326,7 +32329,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Licencat'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Menyja e shiritit të menysë'; @override String get modalBarrierDismissLabel => 'Hiq'; @@ -32768,7 +32771,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Лиценце'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Мени трака менија'; @override String get modalBarrierDismissLabel => 'Одбаци'; @@ -33093,6 +33096,9 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { @override String get licensesPageTitle => 'Licence'; + @override + String get menuBarMenuLabel => 'Meni traka menija'; + @override String get modalBarrierDismissLabel => 'Odbaci'; @@ -33509,7 +33515,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Licenser'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Menyrad'; @override String get modalBarrierDismissLabel => 'Stäng'; @@ -33951,7 +33957,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Leseni'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Menyu ya upau wa menyu'; @override String get modalBarrierDismissLabel => 'Ondoa'; @@ -34393,7 +34399,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get licensesPageTitle => 'உரிமங்கள்'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'மெனு பட்டியின் மெனு'; @override String get modalBarrierDismissLabel => 'நிராகரிக்கும்'; @@ -34835,7 +34841,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get licensesPageTitle => 'లైసెన్స్‌లు'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'మెనూ బార్ మెనూ'; @override String get modalBarrierDismissLabel => 'విస్మరించు'; @@ -35277,7 +35283,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get licensesPageTitle => 'ใบอนุญาต'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'เมนูในแถบเมนู'; @override String get modalBarrierDismissLabel => 'ปิด'; @@ -35719,7 +35725,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Mga Lisensya'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Menu sa menu bar'; @override String get modalBarrierDismissLabel => 'I-dismiss'; @@ -36161,7 +36167,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Lisanslar'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Menü çubuğu menüsü'; @override String get modalBarrierDismissLabel => 'Kapat'; @@ -36603,7 +36609,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Ліцензії'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Панель меню'; @override String get modalBarrierDismissLabel => 'Закрити'; @@ -37045,7 +37051,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get licensesPageTitle => 'لائسنسز'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'مینو بار کا مینو'; @override String get modalBarrierDismissLabel => 'برخاست کریں'; @@ -37487,7 +37493,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Litsenziyalar'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Menyu paneli'; @override String get modalBarrierDismissLabel => 'Yopish'; @@ -37929,7 +37935,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Giấy phép'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Trình đơn của thanh trình đơn'; @override String get modalBarrierDismissLabel => 'Bỏ qua'; @@ -38371,7 +38377,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get licensesPageTitle => '许可'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => '菜单栏的菜单'; @override String get modalBarrierDismissLabel => '关闭'; @@ -38759,6 +38765,9 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { @override String get licensesPageTitle => '授權'; + @override + String get menuBarMenuLabel => '選單列選單'; + @override String get modalBarrierDismissLabel => '拒絕'; @@ -39273,7 +39282,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Amalayisense'; @override - String get menuBarMenuLabel => 'Menu bar menu'; + String get menuBarMenuLabel => 'Imenyu yebha yemenyu'; @override String get modalBarrierDismissLabel => 'Cashisa'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_af.arb b/packages/flutter_localizations/lib/src/l10n/material_af.arb index 15029c1cceaf..d4ac5a288fc6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_af.arb @@ -128,5 +128,5 @@ "keyboardKeySpace": "Spasie", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Kieslysbalkkieslys" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_am.arb b/packages/flutter_localizations/lib/src/l10n/material_am.arb index 644c371c85a9..8c68a4601035 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_am.arb @@ -128,5 +128,5 @@ "keyboardKeySpace": "ክፍተት", "keyboardKeyMetaMacOs": "ትዕዛዝ", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "የምናሌ አሞሌ ምናሌ" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index 8d4de41aeb8a..01c762fe325e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -139,5 +139,5 @@ "keyboardKeySpace": "مفتاح المسافة", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "قائمة شريط القوائم" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_as.arb b/packages/flutter_localizations/lib/src/l10n/material_as.arb index 0d5e53563d9f..5d40d6dd3915 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_as.arb @@ -128,5 +128,5 @@ "keyboardKeySpace": "স্পেচ", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "মেনু বাৰ মেনু" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_az.arb b/packages/flutter_localizations/lib/src/l10n/material_az.arb index ea9e69299993..54400219e2a3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_az.arb @@ -128,5 +128,5 @@ "keyboardKeySpace": "Boşluq", "keyboardKeyMetaMacOs": "Əmr", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Menyu paneli menyusu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_be.arb b/packages/flutter_localizations/lib/src/l10n/material_be.arb index fc4886bf89ac..17d6c8242bd5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_be.arb @@ -134,5 +134,5 @@ "keyboardKeySpace": "Прабел", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Меню \"Панэль меню\"" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bg.arb b/packages/flutter_localizations/lib/src/l10n/material_bg.arb index d839e421dbb0..f21263565e6e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bg.arb @@ -129,5 +129,5 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Меню на лентата с менюта" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bn.arb b/packages/flutter_localizations/lib/src/l10n/material_bn.arb index 5b7efe3684c5..a19b0ae0749e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bn.arb @@ -128,5 +128,5 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "মেনু বার মেনু" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bs.arb b/packages/flutter_localizations/lib/src/l10n/material_bs.arb index 4d4ae2a8c74f..3356919a0f0e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bs.arb @@ -132,5 +132,5 @@ "keyboardKeySpace": "tipka za razmak", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Meni trake menija" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ca.arb b/packages/flutter_localizations/lib/src/l10n/material_ca.arb index 9562c9121002..9aa9fbb878d1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ca.arb @@ -129,5 +129,5 @@ "keyboardKeySpace": "Espai", "keyboardKeyMetaMacOs": "Ordre", "keyboardKeyMetaWindows": "Windows", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Menú de la barra de menú" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_cs.arb b/packages/flutter_localizations/lib/src/l10n/material_cs.arb index cfd3d902df8a..e2bee50e3e7e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cs.arb @@ -135,5 +135,5 @@ "keyboardKeySpace": "Mezera", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Nabídka na liště s nabídkou" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_da.arb b/packages/flutter_localizations/lib/src/l10n/material_da.arb index 5cb58d90576c..43712d45eb40 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_da.arb @@ -129,5 +129,5 @@ "keyboardKeySpace": "Mellemrumstasten", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Menuen for menulinjen" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index 12f850f80f01..0bfc784375b4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -130,5 +130,5 @@ "keyboardKeySpace": "Leertaste", "keyboardKeyMetaMacOs": "Befehl", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Menü in der Menüleiste" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_el.arb b/packages/flutter_localizations/lib/src/l10n/material_el.arb index b710eb829d90..01d82d7e0a3e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_el.arb @@ -129,5 +129,5 @@ "keyboardKeySpace": "Διάστημα", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Μενού γραμμής μενού" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb index a8515339827c..054658ff74b4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb @@ -1,4 +1,5 @@ { + "menuBarMenuLabel": "Menu bar menu", "keyboardKeyNumpad8": "Num 8", "keyboardKeyCapsLock": "Caps lock", "keyboardKeyAltGraph": "AltGr", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb index a8515339827c..054658ff74b4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb @@ -1,4 +1,5 @@ { + "menuBarMenuLabel": "Menu bar menu", "keyboardKeyNumpad8": "Num 8", "keyboardKeyCapsLock": "Caps lock", "keyboardKeyAltGraph": "AltGr", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb index 2bee51d272a2..eb38e9241bb4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb @@ -1,4 +1,5 @@ { + "menuBarMenuLabel": "Menu bar menu", "keyboardKeyNumpad8": "Num 8", "keyboardKeyCapsLock": "Caps lock", "keyboardKeyAltGraph": "AltGr", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb index 2bee51d272a2..eb38e9241bb4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb @@ -1,4 +1,5 @@ { + "menuBarMenuLabel": "Menu bar menu", "keyboardKeyNumpad8": "Num 8", "keyboardKeyCapsLock": "Caps lock", "keyboardKeyAltGraph": "AltGr", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb index a8515339827c..054658ff74b4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb @@ -1,4 +1,5 @@ { + "menuBarMenuLabel": "Menu bar menu", "keyboardKeyNumpad8": "Num 8", "keyboardKeyCapsLock": "Caps lock", "keyboardKeyAltGraph": "AltGr", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb b/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb index 753ed6cd4a58..4b099c6de71c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb @@ -1,4 +1,5 @@ { + "menuBarMenuLabel": "Menu bar menu", "keyboardKeyNumpad8": "Num 8", "keyboardKeyChannelDown": "Channel down", "keyboardKeyBackspace": "Backspace", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb index a8515339827c..054658ff74b4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb @@ -1,4 +1,5 @@ { + "menuBarMenuLabel": "Menu bar menu", "keyboardKeyNumpad8": "Num 8", "keyboardKeyCapsLock": "Caps lock", "keyboardKeyAltGraph": "AltGr", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb index 2bee51d272a2..eb38e9241bb4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb @@ -1,4 +1,5 @@ { + "menuBarMenuLabel": "Menu bar menu", "keyboardKeyNumpad8": "Num 8", "keyboardKeyCapsLock": "Caps lock", "keyboardKeyAltGraph": "AltGr", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index 2fab9d2f1735..213da54c1b86 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -130,5 +130,5 @@ "keyboardKeySpace": "Espacio", "keyboardKeyMetaMacOs": "Comando", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Menú de la barra de menú" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb index f1eea4963e72..122412251e50 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb @@ -1,4 +1,5 @@ { + "menuBarMenuLabel": "Menú de la barra de menú", "keyboardKeyNumpad8": "Num 8", "keyboardKeyChannelDown": "Canal anterior", "keyboardKeyBackspace": "Retroceso", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb index f1eea4963e72..122412251e50 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb @@ -1,4 +1,5 @@ { + "menuBarMenuLabel": "Menú de la barra de menú", "keyboardKeyNumpad8": "Num 8", "keyboardKeyChannelDown": "Canal anterior", "keyboardKeyBackspace": "Retroceso", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb index 0bfed569e13d..bca1353a40f4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb @@ -1,4 +1,5 @@ { + "menuBarMenuLabel": "Menú de la barra de menú", "keyboardKeyNumpad8": "Num 8", "keyboardKeyChannelDown": "Canal anterior", "keyboardKeyBackspace": "Retroceso", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb index 0bfed569e13d..bca1353a40f4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb @@ -1,4 +1,5 @@ { + "menuBarMenuLabel": "Menú de la barra de menú", "keyboardKeyNumpad8": "Num 8", "keyboardKeyChannelDown": "Canal anterior", "keyboardKeyBackspace": "Retroceso", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb index 0bfed569e13d..bca1353a40f4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb @@ -1,4 +1,5 @@ { + "menuBarMenuLabel": "Menú de la barra de menú", "keyboardKeyNumpad8": "Num 8", "keyboardKeyChannelDown": "Canal anterior", "keyboardKeyBackspace": "Retroceso", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb index 0bfed569e13d..bca1353a40f4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb @@ -1,4 +1,5 @@ { + "menuBarMenuLabel": "Menú de la barra de menú", "keyboardKeyNumpad8": "Num 8", "keyboardKeyChannelDown": "Canal anterior", "keyboardKeyBackspace": "Retroceso", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb index 0bfed569e13d..bca1353a40f4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb @@ -1,4 +1,5 @@ { + "menuBarMenuLabel": "Menú de la barra de menú", "keyboardKeyNumpad8": "Num 8", "keyboardKeyChannelDown": "Canal anterior", "keyboardKeyBackspace": "Retroceso", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb index 0bfed569e13d..bca1353a40f4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb @@ -1,4 +1,5 @@ { + "menuBarMenuLabel": "Menú de la barra de menú", "keyboardKeyNumpad8": "Num 8", "keyboardKeyChannelDown": "Canal anterior", "keyboardKeyBackspace": "Retroceso", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb index 0bfed569e13d..bca1353a40f4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb @@ -1,4 +1,5 @@ { + "menuBarMenuLabel": "Menú de la barra de menú", "keyboardKeyNumpad8": "Num 8", "keyboardKeyChannelDown": "Canal anterior", "keyboardKeyBackspace": "Retroceso", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb index 0bfed569e13d..bca1353a40f4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb @@ -1,4 +1,5 @@ { + "menuBarMenuLabel": "Menú de la barra de menú", "keyboardKeyNumpad8": "Num 8", "keyboardKeyChannelDown": "Canal anterior", "keyboardKeyBackspace": "Retroceso", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb index 0bfed569e13d..bca1353a40f4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb @@ -1,4 +1,5 @@ { + "menuBarMenuLabel": "Menú de la barra de menú", "keyboardKeyNumpad8": "Num 8", "keyboardKeyChannelDown": "Canal anterior", "keyboardKeyBackspace": "Retroceso", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb index 0bfed569e13d..bca1353a40f4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb @@ -1,4 +1,5 @@ { + "menuBarMenuLabel": "Menú de la barra de menú", "keyboardKeyNumpad8": "Num 8", "keyboardKeyChannelDown": "Canal anterior", "keyboardKeyBackspace": "Retroceso", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb index 0bfed569e13d..bca1353a40f4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb @@ -1,4 +1,5 @@ { + "menuBarMenuLabel": "Menú de la barra de menú", "keyboardKeyNumpad8": "Num 8", "keyboardKeyChannelDown": "Canal anterior", "keyboardKeyBackspace": "Retroceso", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb index 0bfed569e13d..bca1353a40f4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb @@ -1,4 +1,5 @@ { + "menuBarMenuLabel": "Menú de la barra de menú", "keyboardKeyNumpad8": "Num 8", "keyboardKeyChannelDown": "Canal anterior", "keyboardKeyBackspace": "Retroceso", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb index 0bfed569e13d..bca1353a40f4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb @@ -1,4 +1,5 @@ { + "menuBarMenuLabel": "Menú de la barra de menú", "keyboardKeyNumpad8": "Num 8", "keyboardKeyChannelDown": "Canal anterior", "keyboardKeyBackspace": "Retroceso", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb index 0bfed569e13d..bca1353a40f4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb @@ -1,4 +1,5 @@ { + "menuBarMenuLabel": "Menú de la barra de menú", "keyboardKeyNumpad8": "Num 8", "keyboardKeyChannelDown": "Canal anterior", "keyboardKeyBackspace": "Retroceso", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb index 0bfed569e13d..bca1353a40f4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb @@ -1,4 +1,5 @@ { + "menuBarMenuLabel": "Menú de la barra de menú", "keyboardKeyNumpad8": "Num 8", "keyboardKeyChannelDown": "Canal anterior", "keyboardKeyBackspace": "Retroceso", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb index d7257c1a2c3a..7e1bc178fe57 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb @@ -1,4 +1,5 @@ { + "menuBarMenuLabel": "Menú de la barra de menú", "keyboardKeyNumpad8": "Num 8", "keyboardKeyChannelDown": "Canal anterior", "keyboardKeyBackspace": "Retroceso", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb index 0bfed569e13d..bca1353a40f4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb @@ -1,4 +1,5 @@ { + "menuBarMenuLabel": "Menú de la barra de menú", "keyboardKeyNumpad8": "Num 8", "keyboardKeyChannelDown": "Canal anterior", "keyboardKeyBackspace": "Retroceso", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb index 0bfed569e13d..bca1353a40f4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb @@ -1,4 +1,5 @@ { + "menuBarMenuLabel": "Menú de la barra de menú", "keyboardKeyNumpad8": "Num 8", "keyboardKeyChannelDown": "Canal anterior", "keyboardKeyBackspace": "Retroceso", diff --git a/packages/flutter_localizations/lib/src/l10n/material_et.arb b/packages/flutter_localizations/lib/src/l10n/material_et.arb index 4fac8700ca7b..8dffcb128169 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_et.arb @@ -129,5 +129,5 @@ "keyboardKeySpace": "Tühik", "keyboardKeyMetaMacOs": "Käsk", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Menüüriba menüü" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_eu.arb b/packages/flutter_localizations/lib/src/l10n/material_eu.arb index 78dff7b554f1..4be5b5cc43de 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_eu.arb @@ -128,5 +128,5 @@ "keyboardKeySpace": "Zuriune-barra", "keyboardKeyMetaMacOs": "Komandoa", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Menu-barraren menua" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index 12fdac360ff7..405c41304925 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -129,5 +129,5 @@ "keyboardKeySpace": "فاصله", "keyboardKeyMetaMacOs": "فرمان", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "منوی نوار منو" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fi.arb b/packages/flutter_localizations/lib/src/l10n/material_fi.arb index ed9b559f6ee2..a47c82cc2819 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fi.arb @@ -129,5 +129,5 @@ "keyboardKeySpace": "Välilyönti", "keyboardKeyMetaMacOs": "Komento", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Valikkopalkki" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fil.arb b/packages/flutter_localizations/lib/src/l10n/material_fil.arb index 161f24bf77cb..b32e439726a5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fil.arb @@ -129,5 +129,5 @@ "keyboardKeySpace": "Puwang", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Menu sa menu bar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index 423da418dc85..1a19371fe50b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -130,5 +130,5 @@ "keyboardKeySpace": "Espace", "keyboardKeyMetaMacOs": "Commande", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Menu de la barre de menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb b/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb index 9cce16d004c2..26d005b239a3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb @@ -1,4 +1,5 @@ { + "menuBarMenuLabel": "Menu de la barre de menu", "keyboardKeyNumpad8": "Num 8", "keyboardKeyChannelDown": "Chaîne préc.", "keyboardKeyCapsLock": "Verr. maj.", diff --git a/packages/flutter_localizations/lib/src/l10n/material_gl.arb b/packages/flutter_localizations/lib/src/l10n/material_gl.arb index ec2d3a5931a7..9bb62adc41cb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gl.arb @@ -130,5 +130,5 @@ "keyboardKeySpace": "Espazo", "keyboardKeyMetaMacOs": "Comando", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Menú da barra de menú" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index 02dec059d00c..16edff23f900 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -129,5 +129,5 @@ "keyboardKeySpace": "Leertaste", "keyboardKeyMetaMacOs": "Befehl", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Menü in der Menüleiste" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gu.arb b/packages/flutter_localizations/lib/src/l10n/material_gu.arb index 48643771d31a..098304566242 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gu.arb @@ -128,5 +128,5 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "મેનૂ બાર મેનૂ" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index 5845b1dfd79c..2b4c2dbbf39b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -135,5 +135,5 @@ "keyboardKeySpace": "רווח", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "תפריט בסרגל התפריטים" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hi.arb b/packages/flutter_localizations/lib/src/l10n/material_hi.arb index d4be6e40dcdf..e96daa7017d0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hi.arb @@ -129,5 +129,5 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "मेन्यू बार का मेन्यू" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hr.arb b/packages/flutter_localizations/lib/src/l10n/material_hr.arb index d3c65d63cbcd..cefc8c3b4108 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hr.arb @@ -132,5 +132,5 @@ "keyboardKeySpace": "Razmaknica", "keyboardKeyMetaMacOs": "Naredba", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Izbornik trake izbornika" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hu.arb b/packages/flutter_localizations/lib/src/l10n/material_hu.arb index 9318846c29e0..51f95b74bec7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hu.arb @@ -129,5 +129,5 @@ "keyboardKeySpace": "Szóköz", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Menüsor menüje" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hy.arb b/packages/flutter_localizations/lib/src/l10n/material_hy.arb index b32ae773237e..d769999cc725 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hy.arb @@ -134,5 +134,5 @@ "keyboardKeySpace": "Բացատ", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Ընտրացանկի գոտու ընտրացանկ" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_id.arb b/packages/flutter_localizations/lib/src/l10n/material_id.arb index edf3dc105421..bdfd895c447e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_id.arb @@ -129,5 +129,5 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Menu panel menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_is.arb b/packages/flutter_localizations/lib/src/l10n/material_is.arb index 19d93a3a0077..03232a347e49 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_is.arb @@ -128,5 +128,5 @@ "keyboardKeySpace": "Bil", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Valmyndarstika" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index c245c4756c0f..ee4ab857ebd1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -129,5 +129,5 @@ "keyboardKeySpace": "Barra spaziatrice", "keyboardKeyMetaMacOs": "Comando", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Menu barra dei menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index ff76569d25db..fb65ec4e1dbf 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -129,5 +129,5 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "メニューバーのメニュー" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ka.arb b/packages/flutter_localizations/lib/src/l10n/material_ka.arb index 8c23ad907ef9..945f714d7e9b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ka.arb @@ -128,5 +128,5 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "მენიუს ზოლის მენიუ" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kk.arb b/packages/flutter_localizations/lib/src/l10n/material_kk.arb index 3dcb4608060d..8565a567d410 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kk.arb @@ -130,5 +130,5 @@ "keyboardKeySpace": "Бос орын", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Мәзір жолағының мәзірі" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_km.arb b/packages/flutter_localizations/lib/src/l10n/material_km.arb index 868dba97731e..2a0ea5132aaa 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_km.arb @@ -129,5 +129,5 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "ម៉ឺនុយរបារម៉ឺនុយ" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kn.arb b/packages/flutter_localizations/lib/src/l10n/material_kn.arb index f713402263c7..9d68983f590a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kn.arb @@ -128,5 +128,5 @@ "keyboardKeySpace": "\u0053\u0070\u0061\u0063\u0065", "keyboardKeyMetaMacOs": "\u0043\u006f\u006d\u006d\u0061\u006e\u0064", "keyboardKeyMetaWindows": "\u0057\u0069\u006e", - "menuBarMenuLabel": "\u004d\u0065\u006e\u0075\u0020\u0062\u0061\u0072\u0020\u006d\u0065\u006e\u0075" + "menuBarMenuLabel": "\u0cae\u0cc6\u0ca8\u0cc1\u0020\u0cac\u0cbe\u0cb0\u0ccd\u200c\u0020\u0cae\u0cc6\u0ca8\u0cc1" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index 4427a9795500..f8fbcb0b906e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -129,5 +129,5 @@ "keyboardKeySpace": "스페이스", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "메뉴 바 메뉴" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ky.arb b/packages/flutter_localizations/lib/src/l10n/material_ky.arb index 4796d6a4bc5a..9de7c925ae1b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ky.arb @@ -128,5 +128,5 @@ "keyboardKeySpace": "Боштук", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Меню тилкеси менюсу" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lo.arb b/packages/flutter_localizations/lib/src/l10n/material_lo.arb index 524527a7f0b5..7a83aebbc480 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lo.arb @@ -128,5 +128,5 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "ເມນູແຖບເມນູ" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lt.arb b/packages/flutter_localizations/lib/src/l10n/material_lt.arb index 85e7ecd2566a..6033a611b633 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lt.arb @@ -135,5 +135,5 @@ "keyboardKeySpace": "Tarpas", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Meniu juostos meniu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lv.arb b/packages/flutter_localizations/lib/src/l10n/material_lv.arb index 93f5f20cf952..ada761ecfe7d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lv.arb @@ -130,5 +130,5 @@ "keyboardKeySpace": "Atstarpes taustiņš", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Windows", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Izvēļņu joslas izvēlne" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mk.arb b/packages/flutter_localizations/lib/src/l10n/material_mk.arb index c9408b65259f..2383a08c4b68 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mk.arb @@ -128,5 +128,5 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Мени на лентата со мени" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ml.arb b/packages/flutter_localizations/lib/src/l10n/material_ml.arb index fb216cfc0c2b..a65ced199d3c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ml.arb @@ -128,5 +128,5 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "മെനു ബാർ മെനു" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mn.arb b/packages/flutter_localizations/lib/src/l10n/material_mn.arb index ef609c904f15..f9bbf949a233 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mn.arb @@ -130,5 +130,5 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Тушаал", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Цэсний талбарын цэс" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mr.arb b/packages/flutter_localizations/lib/src/l10n/material_mr.arb index f575e275689b..c9f6f03edcf9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mr.arb @@ -130,5 +130,5 @@ "keyboardKeySpace": "स्पेस", "keyboardKeyMetaMacOs": "कमांड", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "मेनू बार मेनू" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_my.arb b/packages/flutter_localizations/lib/src/l10n/material_my.arb index 40d97719c91f..eb725f682c46 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_my.arb @@ -128,5 +128,5 @@ "keyboardKeySpace": "နေရာခြားခလုတ်", "keyboardKeyMetaMacOs": "ကွန်မန်း", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "မီနူးဘား မီနူး" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nb.arb b/packages/flutter_localizations/lib/src/l10n/material_nb.arb index 59c9feb86bcc..76f6e74c7ac8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nb.arb @@ -127,5 +127,5 @@ "keyboardKeySpace": "Mellomrom", "keyboardKeyMetaMacOs": "Kommando", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Meny med menylinje" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ne.arb b/packages/flutter_localizations/lib/src/l10n/material_ne.arb index 867eed524bbb..9a93e16b8338 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ne.arb @@ -128,5 +128,5 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "\"मेनु बार\" मेनु" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index bcc3284d50a9..4148905c4ab9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -129,5 +129,5 @@ "keyboardKeySpace": "Spatie", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Menu van menubalk" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_no.arb b/packages/flutter_localizations/lib/src/l10n/material_no.arb index 59c9feb86bcc..76f6e74c7ac8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_no.arb @@ -127,5 +127,5 @@ "keyboardKeySpace": "Mellomrom", "keyboardKeyMetaMacOs": "Kommando", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Meny med menylinje" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_or.arb b/packages/flutter_localizations/lib/src/l10n/material_or.arb index cce00ae2607b..1a62bfb1b056 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_or.arb @@ -128,5 +128,5 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "ମେନୁ ବାର ମେନୁ" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pa.arb b/packages/flutter_localizations/lib/src/l10n/material_pa.arb index 26da1524b875..bbe094203c63 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pa.arb @@ -128,5 +128,5 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "ਮੀਨੂ ਬਾਰ ਮੀਨੂ" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index 8eb837f5f084..1c0b0d6cdc2c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -135,5 +135,5 @@ "keyboardKeySpace": "Spacja", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Pasek menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index d53b10b9c08c..0533f4c2c6da 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -131,5 +131,5 @@ "keyboardKeySpace": "Espaço", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Menu da barra de menus" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb index 40544084a7dc..1e71a1db3187 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb @@ -1,4 +1,5 @@ { + "menuBarMenuLabel": "Menu da barra de menu", "keyboardKeyNumpad8": "Num 8", "keyboardKeyChannelDown": "Canal anterior", "keyboardKeyBackspace": "Retrocesso", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/flutter_localizations/lib/src/l10n/material_ro.arb index d1551b94646f..b68c864803f2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ro.arb @@ -133,5 +133,5 @@ "keyboardKeySpace": "Spațiu", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Bară de meniu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index 4d206ec7d928..e99abee5d67c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -136,5 +136,5 @@ "keyboardKeySpace": "Пробел", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Строка меню" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_si.arb b/packages/flutter_localizations/lib/src/l10n/material_si.arb index fd0c3dbc5333..35836e14e709 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_si.arb @@ -128,5 +128,5 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "මෙනු තීරු මෙනුව" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sk.arb b/packages/flutter_localizations/lib/src/l10n/material_sk.arb index 48f1fbae7c4e..b8b0c38df45e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sk.arb @@ -135,5 +135,5 @@ "keyboardKeySpace": "Medzerník", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Ponuka panela s ponukami" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sl.arb b/packages/flutter_localizations/lib/src/l10n/material_sl.arb index b125bf9b46b3..121c9cdb56d7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sl.arb @@ -135,5 +135,5 @@ "keyboardKeySpace": "Preslednica", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Meni menijske vrstice" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sq.arb b/packages/flutter_localizations/lib/src/l10n/material_sq.arb index 7873c9225bd0..e357ee2f720d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sq.arb @@ -128,5 +128,5 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Menyja e shiritit të menysë" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr.arb b/packages/flutter_localizations/lib/src/l10n/material_sr.arb index 8db48c4c0f6f..92e0d2857ba2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr.arb @@ -132,5 +132,5 @@ "keyboardKeySpace": "Тастер за размак", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Мени трака менија" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb b/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb index 9b7a39bea7c5..40f156996248 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb @@ -1,4 +1,5 @@ { + "menuBarMenuLabel": "Meni traka menija", "keyboardKeyNumpad7": "Num 7", "keyboardKeyAltGraph": "AltGr", "keyboardKeyInsert": "Insert", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sv.arb b/packages/flutter_localizations/lib/src/l10n/material_sv.arb index f27add6093c1..b89ccd9cc6bd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sv.arb @@ -129,5 +129,5 @@ "keyboardKeySpace": "Blanksteg", "keyboardKeyMetaMacOs": "Kommando", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Menyrad" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sw.arb b/packages/flutter_localizations/lib/src/l10n/material_sw.arb index a450ffb1f8d3..d7b70a0e91b4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sw.arb @@ -130,5 +130,5 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Menyu ya upau wa menyu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ta.arb b/packages/flutter_localizations/lib/src/l10n/material_ta.arb index b3c93e6ea6e6..bdd26538eda9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ta.arb @@ -130,5 +130,5 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "மெனு பட்டியின் மெனு" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_te.arb b/packages/flutter_localizations/lib/src/l10n/material_te.arb index 8ad138148767..95cdf28400be 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_te.arb @@ -128,5 +128,5 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "మెనూ బార్ మెనూ" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/flutter_localizations/lib/src/l10n/material_th.arb index 10f71e691d2b..4cacd85e440b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_th.arb @@ -129,5 +129,5 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "เมนูในแถบเมนู" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tl.arb b/packages/flutter_localizations/lib/src/l10n/material_tl.arb index 161f24bf77cb..b32e439726a5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tl.arb @@ -129,5 +129,5 @@ "keyboardKeySpace": "Puwang", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Menu sa menu bar" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index f07cd3993c9f..326325a989d6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -129,5 +129,5 @@ "keyboardKeySpace": "Boşluk", "keyboardKeyMetaMacOs": "Komut", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Menü çubuğu menüsü" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uk.arb b/packages/flutter_localizations/lib/src/l10n/material_uk.arb index d8c0ff6aa74d..46b34862f66d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uk.arb @@ -135,5 +135,5 @@ "keyboardKeySpace": "Пробіл", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Панель меню" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index c9d1571a94bd..081058294d86 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -129,5 +129,5 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "مینو بار کا مینو" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uz.arb b/packages/flutter_localizations/lib/src/l10n/material_uz.arb index e0ea8c5ebd00..8de9fe74a328 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uz.arb @@ -128,5 +128,5 @@ "keyboardKeySpace": "Boʻsh joy", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Menyu paneli" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_vi.arb b/packages/flutter_localizations/lib/src/l10n/material_vi.arb index 8334630bc4ee..cfbd8965fa67 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_vi.arb @@ -129,5 +129,5 @@ "keyboardKeySpace": "Phím cách", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Trình đơn của thanh trình đơn" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index 619f29062bf1..97c31512517d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -129,5 +129,5 @@ "keyboardKeySpace": "空格键", "keyboardKeyMetaMacOs": "⌘", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "菜单栏的菜单" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb index 0f622fb9a04f..ac2388f89920 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb @@ -1,4 +1,5 @@ { + "menuBarMenuLabel": "選單列選單", "keyboardKeyNumpad8": "數字鍵盤 8", "keyboardKeyChannelDown": "下一個頻道", "keyboardKeyBackspace": "Backspace", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb index 1894bfc03396..1718429d6de8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb @@ -1,4 +1,5 @@ { + "menuBarMenuLabel": "選單列選單", "keyboardKeyNumpad8": "數字鍵盤 8", "keyboardKeyChannelDown": "下一個頻道", "keyboardKeyBackspace": "Backspace", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zu.arb b/packages/flutter_localizations/lib/src/l10n/material_zu.arb index 444d0e305740..2ea2e669895f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zu.arb @@ -128,5 +128,5 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Imenyu yebha yemenyu" } From e6bac14d3ccd0c142f4b845308fe4bdc312b736d Mon Sep 17 00:00:00 2001 From: Tae Hyung Kim Date: Mon, 25 Jul 2022 11:33:06 -0700 Subject: [PATCH 211/327] Fix Tamil DateTime representation of AM/PM (#108185) * init * testS * init * accidentally committed wrong file --- packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb | 4 ++-- .../lib/src/l10n/generated_cupertino_localizations.dart | 4 ++-- .../lib/src/l10n/generated_material_localizations.dart | 4 ++-- packages/flutter_localizations/lib/src/l10n/material_ta.arb | 4 ++-- .../flutter_localizations/test/material/date_time_test.dart | 1 + 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb index e47f74917de4..078e57115d85 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb @@ -5,8 +5,8 @@ "datePickerMinuteSemanticsLabelOther": "$minute நிமிடங்கள்", "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM", + "anteMeridiemAbbreviation": "முற்பகல்", + "postMeridiemAbbreviation": "பிற்பகல்", "todayLabel": "இன்று", "alertDialogLabel": "விழிப்பூட்டல்", "timerPickerHourLabelOne": "மணிநேரம்", diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index 8eab60a3c05c..e1d2ab7ca6e9 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -10811,7 +10811,7 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { String get alertDialogLabel => 'விழிப்பூட்டல்'; @override - String get anteMeridiemAbbreviation => 'AM'; + String get anteMeridiemAbbreviation => 'முற்பகல்'; @override String get copyButtonLabel => 'நகலெடு'; @@ -10868,7 +10868,7 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { String get pasteButtonLabel => 'ஒட்டு'; @override - String get postMeridiemAbbreviation => 'PM'; + String get postMeridiemAbbreviation => 'பிற்பகல்'; @override String get searchTextFieldPlaceholderLabel => 'தேடுக'; diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index b0d0fcefeb8e..6a1a4d30dbb4 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -34141,7 +34141,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get alertDialogLabel => 'விழிப்பூட்டல்'; @override - String get anteMeridiemAbbreviation => 'AM'; + String get anteMeridiemAbbreviation => 'முற்பகல்'; @override String get backButtonTooltip => 'முந்தைய பக்கம்'; @@ -34432,7 +34432,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get popupMenuLabel => 'பாப்-அப் மெனு'; @override - String get postMeridiemAbbreviation => 'PM'; + String get postMeridiemAbbreviation => 'பிற்பகல்'; @override String get previousMonthTooltip => 'முந்தைய மாதம்'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_ta.arb b/packages/flutter_localizations/lib/src/l10n/material_ta.arb index bdd26538eda9..0e65cab2445b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ta.arb @@ -39,8 +39,8 @@ "selectedRowCountTitleOther": "$selectedRowCount வரிசைகள் தேர்ந்தெடுக்கப்பட்டன", "cancelButtonLabel": "ரத்துசெய்", "viewLicensesButtonLabel": "உரிமங்களைக் காட்டு", - "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM", + "anteMeridiemAbbreviation": "முற்பகல்", + "postMeridiemAbbreviation": "பிற்பகல்", "timePickerHourModeAnnouncement": "மணிநேரத்தைத் தேர்ந்தெடுக்கவும்", "timePickerMinuteModeAnnouncement": "நிமிடங்களைத் தேர்ந்தெடுக்கவும்", "modalBarrierDismissLabel": "நிராகரிக்கும்", diff --git a/packages/flutter_localizations/test/material/date_time_test.dart b/packages/flutter_localizations/test/material/date_time_test.dart index 9db3e8c1838b..5b544b8a131b 100644 --- a/packages/flutter_localizations/test/material/date_time_test.dart +++ b/packages/flutter_localizations/test/material/date_time_test.dart @@ -113,6 +113,7 @@ void main() { testWidgets('formats ${TimeOfDayFormat.a_space_h_colon_mm}', (WidgetTester tester) async { expect(await formatTimeOfDay(tester, const Locale('zh'), const TimeOfDay(hour: 9, minute: 32)), '上午 9:32'); + expect(await formatTimeOfDay(tester, const Locale('ta'), const TimeOfDay(hour: 9, minute: 32)), 'முற்பகல் 9:32'); }); }); From 3607ffddd3ef5705ceb35f726d7620541da69e00 Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Thu, 28 Jul 2022 09:07:49 -0700 Subject: [PATCH 212/327] Unify analysis options (#108462) --- .../localization/bin/encode_kn_arb_files.dart | 9 ++- .../localization/bin/gen_localizations.dart | 61 ++++++++++++------- .../bin/gen_missing_localizations.dart | 6 +- .../localization/localizations_utils.dart | 38 ++++++++---- .../localization/localizations_validator.dart | 33 ++++++---- 5 files changed, 97 insertions(+), 50 deletions(-) diff --git a/dev/tools/localization/bin/encode_kn_arb_files.dart b/dev/tools/localization/bin/encode_kn_arb_files.dart index f974215c544c..541b3016d2cc 100644 --- a/dev/tools/localization/bin/encode_kn_arb_files.dart +++ b/dev/tools/localization/bin/encode_kn_arb_files.dart @@ -21,8 +21,9 @@ import 'package:path/path.dart' as path; import '../localizations_utils.dart'; Map _loadBundle(File file) { - if (!FileSystemEntity.isFileSync(file.path)) + if (!FileSystemEntity.isFileSync(file.path)) { exitWithError('Unable to find input file: ${file.path}'); + } return json.decode(file.readAsStringSync()) as Map; } @@ -30,8 +31,9 @@ void _encodeBundleTranslations(Map bundle) { for (final String key in bundle.keys) { // The ARB file resource "attributes" for foo are called @foo. Don't need // to encode them. - if (key.startsWith('@')) + if (key.startsWith('@')) { continue; + } final String translation = bundle[key] as String; // Rewrite the string as a series of unicode characters in JSON format. // Like "\u0012\u0123\u1234". @@ -51,8 +53,9 @@ void _checkEncodedTranslations(Map encodedBundle, Map bundle) { diff --git a/dev/tools/localization/bin/gen_localizations.dart b/dev/tools/localization/bin/gen_localizations.dart index fad3dc1f1519..30d627088c51 100644 --- a/dev/tools/localization/bin/gen_localizations.dart +++ b/dev/tools/localization/bin/gen_localizations.dart @@ -163,8 +163,9 @@ String generateArbBasedLocalizationSubclasses({ output.writeln(generateConstructor(scriptBaseLocale)); final Map scriptResources = localeToResources[scriptBaseLocale]!; for (final String key in scriptResources.keys.toList()..sort()) { - if (languageResources[key] == scriptResources[key]) + if (languageResources[key] == scriptResources[key]) { continue; + } final Map? attributes = localeToResourceAttributes[canonicalLocale]![key] as Map?; output.writeln(generateGetter(key, scriptResources[key], attributes, languageLocale)); } @@ -172,12 +173,15 @@ String generateArbBasedLocalizationSubclasses({ final List localeCodes = languageToLocales[languageName]!..sort(); for (final LocaleInfo locale in localeCodes) { - if (locale.originalString == languageName) + if (locale.originalString == languageName) { continue; - if (locale.originalString == '${languageName}_$scriptCode') + } + if (locale.originalString == '${languageName}_$scriptCode') { continue; - if (locale.scriptCode != scriptCode) + } + if (locale.scriptCode != scriptCode) { continue; + } countryCodeCount += 1; output.writeln(generateClassDeclaration( locale, @@ -188,8 +192,9 @@ String generateArbBasedLocalizationSubclasses({ final Map localeResources = localeToResources[locale]!; for (final String key in localeResources.keys) { // When script fallback contains the key, we compare to it instead of language fallback. - if (scriptResources.containsKey(key) ? scriptResources[key] == localeResources[key] : languageResources[key] == localeResources[key]) + if (scriptResources.containsKey(key) ? scriptResources[key] == localeResources[key] : languageResources[key] == localeResources[key]) { continue; + } final Map? attributes = localeToResourceAttributes[canonicalLocale]![key] as Map?; output.writeln(generateGetter(key, localeResources[key], attributes, languageLocale)); } @@ -201,8 +206,9 @@ String generateArbBasedLocalizationSubclasses({ // doesn't exist). final List localeCodes = languageToLocales[languageName]!..sort(); for (final LocaleInfo locale in localeCodes) { - if (locale.originalString == languageName) + if (locale.originalString == languageName) { continue; + } countryCodeCount += 1; final Map localeResources = localeToResources[locale]!; output.writeln(generateClassDeclaration( @@ -212,8 +218,9 @@ String generateArbBasedLocalizationSubclasses({ )); output.writeln(generateConstructor(locale)); for (final String key in localeResources.keys) { - if (languageResources[key] == localeResources[key]) + if (languageResources[key] == localeResources[key]) { continue; + } final Map? attributes = localeToResourceAttributes[canonicalLocale]![key] as Map?; output.writeln(generateGetter(key, localeResources[key], attributes, languageLocale)); } @@ -223,10 +230,11 @@ String generateArbBasedLocalizationSubclasses({ final String scriptCodeMessage = scriptCodeCount == 0 ? '' : ' and $scriptCodeCount script${scriptCodeCount == 1 ? '' : 's'}'; if (countryCodeCount == 0) { - if (scriptCodeCount == 0) + if (scriptCodeCount == 0) { supportedLocales.writeln('/// * `$languageName` - ${describeLocale(languageName)}'); - else + } else { supportedLocales.writeln('/// * `$languageName` - ${describeLocale(languageName)} (plus $scriptCodeCount script${scriptCodeCount == 1 ? '' : 's'})'); + } } else if (countryCodeCount == 1) { supportedLocales.writeln('/// * `$languageName` - ${describeLocale(languageName)} (plus one country variation$scriptCodeMessage)'); @@ -281,8 +289,9 @@ $factoryDeclaration case '$language': { switch (locale.countryCode) {'''); for (final LocaleInfo locale in languageToLocales[language]!) { - if (locale.originalString == language) + if (locale.originalString == language) { continue; + } assert(locale.length > 1); final String countryCode = locale.countryCode!; output.writeln(''' @@ -306,14 +315,17 @@ $factoryDeclaration output.writeln(''' switch (locale.countryCode) {'''); for (final LocaleInfo locale in languageToLocales[language]!) { - if (locale.countryCode == null) + if (locale.countryCode == null) { continue; - else + } else { hasCountryCode = true; - if (locale.originalString == language) + } + if (locale.originalString == language) { continue; - if (locale.scriptCode != scriptCode && locale.scriptCode != null) + } + if (locale.scriptCode != scriptCode && locale.scriptCode != null) { continue; + } final String countryCode = locale.countryCode!; output.writeln(''' case '$countryCode': @@ -335,8 +347,9 @@ $factoryDeclaration // Not Explicitly defined, fallback to first locale with the same language and // script: for (final LocaleInfo locale in languageToLocales[language]!) { - if (locale.scriptCode != scriptCode) + if (locale.scriptCode != scriptCode) { continue; + } if (languageAndScriptToCountryCodes.containsKey(scriptLocale)) { output.writeln(''' }'''); @@ -354,11 +367,13 @@ $factoryDeclaration output.writeln(''' switch (locale.countryCode) {'''); for (final LocaleInfo locale in languageToLocales[language]!) { - if (locale.originalString == language) + if (locale.originalString == language) { continue; + } assert(locale.length > 1); - if (locale.countryCode == null) + if (locale.countryCode == null) { continue; + } final String countryCode = locale.countryCode!; output.writeln(''' case '$countryCode': @@ -412,17 +427,20 @@ String generateType(Map? attributes) { /// Used by [generateGetter] below. String generateKey(String key, Map? attributes) { if (attributes != null) { - if (attributes.containsKey('parameters')) + if (attributes.containsKey('parameters')) { return '${key}Raw'; + } switch (attributes['x-flutter-type'] as String?) { case 'icuShortTimePattern': return '${key}Raw'; } } - if (key == 'datePickerDateOrder') + if (key == 'datePickerDateOrder') { return 'datePickerDateOrderString'; - if (key == 'datePickerDateTimeOrder') + } + if (key == 'datePickerDateTimeOrder') { return 'datePickerDateTimeOrderString'; + } return key; } @@ -452,8 +470,9 @@ const Map _scriptCategoryToEnum = { /// /// Used by [generateGetter] below. String? generateValue(String? value, Map? attributes, LocaleInfo locale) { - if (value == null) + if (value == null) { return null; + } // cupertino_en.arb doesn't use x-flutter-type. if (attributes != null) { switch (attributes['x-flutter-type'] as String?) { diff --git a/dev/tools/localization/bin/gen_missing_localizations.dart b/dev/tools/localization/bin/gen_missing_localizations.dart index 98ceee274a4e..12ddec762d71 100644 --- a/dev/tools/localization/bin/gen_missing_localizations.dart +++ b/dev/tools/localization/bin/gen_missing_localizations.dart @@ -39,8 +39,9 @@ Future main(List rawArgs) async { } Map loadBundle(File file) { - if (!FileSystemEntity.isFileSync(file.path)) + if (!FileSystemEntity.isFileSync(file.path)) { exitWithError('Unable to find input file: ${file.path}'); + } return json.decode(file.readAsStringSync()) as Map; } @@ -71,8 +72,9 @@ bool intentionallyOmitted(String key, Map bundle) { /// the same prefix and suffix "Other". bool isPluralVariation(String key, Map bundle) { final Match? pluralMatch = kPluralRegexp.firstMatch(key); - if (pluralMatch == null) + if (pluralMatch == null) { return false; + } final String prefix = pluralMatch[1]!; return bundle.containsKey('${prefix}Other'); } diff --git a/dev/tools/localization/localizations_utils.dart b/dev/tools/localization/localizations_utils.dart index 6de8bca70e9c..67abed175bed 100644 --- a/dev/tools/localization/localizations_utils.dart +++ b/dev/tools/localization/localizations_utils.dart @@ -93,10 +93,12 @@ class LocaleInfo implements Comparable { } // Update the base string to reflect assumed scriptCodes. originalString = languageCode; - if (scriptCode != null) + if (scriptCode != null) { originalString += '_$scriptCode'; - if (countryCode != null) + } + if (countryCode != null) { originalString += '_$countryCode'; + } } return LocaleInfo( @@ -175,10 +177,11 @@ void loadMatchingArbsIntoBundleMaps({ final Map bundle = json.decode(file.readAsStringSync()) as Map; for (final String key in bundle.keys) { // The ARB file resource "attributes" for foo are called @foo. - if (key.startsWith('@')) + if (key.startsWith('@')) { attributes[key.substring(1)] = bundle[key]; - else + } else { resources[key] = bundle[key] as String; + } } } // Only pre-assume scriptCode if there is a country or script code to assume off of. @@ -288,15 +291,17 @@ Map> _parseSection(String section) { final Map> result = >{}; late List lastHeading; for (final String line in section.split('\n')) { - if (line == '') + if (line == '') { continue; + } if (line.startsWith(' ')) { lastHeading[lastHeading.length - 1] = '${lastHeading.last}${line.substring(1)}'; continue; } final int colon = line.indexOf(':'); - if (colon <= 0) + if (colon <= 0) { throw 'not sure how to deal with "$line"'; + } final String name = line.substring(0, colon); final String value = line.substring(colon + 2); lastHeading = result.putIfAbsent(name, () => []); @@ -324,14 +329,18 @@ void precacheLanguageAndRegionTags() { assert(section.containsKey('Subtag') && section.containsKey('Description'), section.toString()); final String subtag = section['Subtag']!.single; String description = section['Description']!.join(' '); - if (description.startsWith('United ')) + if (description.startsWith('United ')) { description = 'the $description'; - if (description.contains(kParentheticalPrefix)) + } + if (description.contains(kParentheticalPrefix)) { description = description.substring(0, description.indexOf(kParentheticalPrefix)); - if (description.contains(kProvincePrefix)) + } + if (description.contains(kProvincePrefix)) { description = description.substring(0, description.indexOf(kProvincePrefix)); - if (description.endsWith(' Republic')) + } + if (description.endsWith(' Republic')) { description = 'the $description'; + } switch (type) { case 'language': _languages[subtag] = description; @@ -364,10 +373,12 @@ String describeLocale(String tag) { script = _scripts[subtags[1]]; assert(region != null && script != null); } - if (region != null) + if (region != null) { output += ', as used in $region'; - if (script != null) + } + if (script != null) { output += ', using the $script script'; + } return output; } @@ -450,8 +461,9 @@ String generateString(String value) { /// some of the localized strings contain characters that can crash Emacs on Linux. /// See packages/flutter_localizations/lib/src/l10n/README for more information. String generateEncodedString(String? locale, String value) { - if (locale != 'kn' || value.runes.every((int code) => code <= 0xFF)) + if (locale != 'kn' || value.runes.every((int code) => code <= 0xFF)) { return generateString(value); + } final String unicodeEscapes = value.runes.map((int code) => '\\u{${code.toRadixString(16)}}').join(); return "'$unicodeEscapes'"; diff --git a/dev/tools/localization/localizations_validator.dart b/dev/tools/localization/localizations_validator.dart index 0d82ab2249bc..4b374fc6862f 100644 --- a/dev/tools/localization/localizations_validator.dart +++ b/dev/tools/localization/localizations_validator.dart @@ -39,25 +39,29 @@ void validateEnglishLocalizations(File file) { final Map bundle = json.decode(file.readAsStringSync()) as Map; for (final String resourceId in bundle.keys) { - if (resourceId.startsWith('@')) + if (resourceId.startsWith('@')) { continue; + } - if (bundle['@$resourceId'] != null) + if (bundle['@$resourceId'] != null) { continue; + } bool checkPluralResource(String suffix) { final int suffixIndex = resourceId.indexOf(suffix); return suffixIndex != -1 && bundle['@${resourceId.substring(0, suffixIndex)}'] != null; } - if (kPluralSuffixes.any(checkPluralResource)) + if (kPluralSuffixes.any(checkPluralResource)) { continue; + } errorMessages.writeln('A value was not specified for @$resourceId'); } for (final String atResourceId in bundle.keys) { - if (!atResourceId.startsWith('@')) + if (!atResourceId.startsWith('@')) { continue; + } final dynamic atResourceValue = bundle[atResourceId]; final Map? atResource = @@ -69,23 +73,27 @@ void validateEnglishLocalizations(File file) { final bool optional = atResource.containsKey('optional'); final String? description = atResource['description'] as String?; - if (description == null && !optional) + if (description == null && !optional) { errorMessages.writeln('No description specified for $atResourceId'); + } final String? plural = atResource['plural'] as String?; final String resourceId = atResourceId.substring(1); if (plural != null) { final String resourceIdOther = '${resourceId}Other'; - if (!bundle.containsKey(resourceIdOther)) + if (!bundle.containsKey(resourceIdOther)) { errorMessages.writeln('Default plural resource $resourceIdOther undefined'); + } } else { - if (!optional && !bundle.containsKey(resourceId)) + if (!optional && !bundle.containsKey(resourceId)) { errorMessages.writeln('No matching $resourceId defined for $atResourceId'); + } } } - if (errorMessages.isNotEmpty) + if (errorMessages.isNotEmpty) { throw ValidationError(errorMessages.toString()); + } } /// This removes undefined localizations (localizations that aren't present in @@ -108,8 +116,9 @@ void removeUndefinedLocalizations( localeToResources.forEach((LocaleInfo locale, Map resources) { bool isPluralVariation(String key) { final Match? pluralMatch = kPluralRegexp.firstMatch(key); - if (pluralMatch == null) + if (pluralMatch == null) { return false; + } final String? prefix = pluralMatch[1]; return resources.containsKey('${prefix}Other'); } @@ -151,8 +160,9 @@ void validateLocalizations( // require them so long as the "Other" variation exists. bool isPluralVariation(String key) { final Match? pluralMatch = kPluralRegexp.firstMatch(key); - if (pluralMatch == null) + if (pluralMatch == null) { return false; + } final String? prefix = pluralMatch[1]; return resources.containsKey('${prefix}Other'); } @@ -176,8 +186,9 @@ void validateLocalizations( for (final String missingKey in canonicalKeys.difference(keys)) { final dynamic attribute = attributes?[missingKey]; final bool intentionallyOmitted = attribute is Map && attribute.containsKey('notUsed'); - if (!intentionallyOmitted && !isPluralVariation(missingKey)) + if (!intentionallyOmitted && !isPluralVariation(missingKey)) { missingKeys.add(missingKey); + } } if (missingKeys.isNotEmpty) { explainMissingKeys = true; From 266684dcd4fbfe2e0015c016788ec60ce66288e8 Mon Sep 17 00:00:00 2001 From: Tae Hyung Kim Date: Tue, 15 Nov 2022 12:57:09 -0800 Subject: [PATCH 213/327] Change button and label text to sentence case for Material 3 (#115187) * init * upper case only when material 2 * fix test * fix test * fix tests again * Add all tests * analyze" * fix stepper --- .../generated_material_localizations.dart | 210 +++++++++++++++++- .../lib/src/l10n/material_en.arb | 20 +- 2 files changed, 211 insertions(+), 19 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index 6a1a4d30dbb4..864e22fb7948 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -6279,10 +6279,10 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get calendarModeButtonLabel => 'Switch to calendar'; @override - String get cancelButtonLabel => 'CANCEL'; + String get cancelButtonLabel => 'Cancel'; @override - String get closeButtonLabel => 'CLOSE'; + String get closeButtonLabel => 'Close'; @override String get closeButtonTooltip => 'Close'; @@ -6291,7 +6291,7 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Expand'; @override - String get continueButtonLabel => 'CONTINUE'; + String get continueButtonLabel => 'Continue'; @override String get copyButtonLabel => 'Copy'; @@ -6309,7 +6309,7 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Out of range.'; @override - String get datePickerHelpText => 'SELECT DATE'; + String get datePickerHelpText => 'Select date'; @override String get dateRangeEndDateSemanticLabelRaw => r'End date $fullDate'; @@ -6318,7 +6318,7 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'End Date'; @override - String get dateRangePickerHelpText => 'SELECT RANGE'; + String get dateRangePickerHelpText => 'Select range'; @override String get dateRangeStartDateSemanticLabelRaw => r'Start date $fullDate'; @@ -6612,7 +6612,7 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Rows per page:'; @override - String get saveButtonLabel => 'SAVE'; + String get saveButtonLabel => 'Save'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -6660,7 +6660,7 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @override - String get timePickerDialHelpText => 'SELECT TIME'; + String get timePickerDialHelpText => 'Select time'; @override String get timePickerHourLabel => 'Hour'; @@ -6669,7 +6669,7 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Select hours'; @override - String get timePickerInputHelpText => 'ENTER TIME'; + String get timePickerInputHelpText => 'Enter time'; @override String get timePickerMinuteLabel => 'Minute'; @@ -6684,7 +6684,7 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Date Range'; @override - String get viewLicensesButtonLabel => 'VIEW LICENSES'; + String get viewLicensesButtonLabel => 'View licenses'; } /// The translations for English, as used in Australia (`en_AU`). @@ -6729,9 +6729,24 @@ class MaterialLocalizationEnAu extends MaterialLocalizationEn { @override String get keyboardKeyNumpadEnter => 'Num enter'; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerInputHelpText => 'ENTER TIME'; + @override String get dateInputLabel => 'Enter date'; + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get saveButtonLabel => 'SAVE'; + @override String get dateRangeEndLabel => 'End date'; @@ -6753,6 +6768,15 @@ class MaterialLocalizationEnAu extends MaterialLocalizationEn { @override String get licensesPackageDetailTextOther => r'$licenseCount licences'; + @override + String get cancelButtonLabel => 'CANCEL'; + + @override + String get closeButtonLabel => 'CLOSE'; + + @override + String get continueButtonLabel => 'CONTINUE'; + @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @@ -6811,9 +6835,24 @@ class MaterialLocalizationEnCa extends MaterialLocalizationEn { @override String get keyboardKeyNumpadEnter => 'Num enter'; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerInputHelpText => 'ENTER TIME'; + @override String get dateInputLabel => 'Enter date'; + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get saveButtonLabel => 'SAVE'; + @override String get dateRangeEndLabel => 'End date'; @@ -6835,6 +6874,15 @@ class MaterialLocalizationEnCa extends MaterialLocalizationEn { @override String get licensesPackageDetailTextOther => r'$licenseCount licences'; + @override + String get cancelButtonLabel => 'CANCEL'; + + @override + String get closeButtonLabel => 'CLOSE'; + + @override + String get continueButtonLabel => 'CONTINUE'; + @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @@ -6893,9 +6941,24 @@ class MaterialLocalizationEnGb extends MaterialLocalizationEn { @override String get keyboardKeyNumpadEnter => 'Num enter'; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerInputHelpText => 'ENTER TIME'; + @override String get dateInputLabel => 'Enter date'; + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get saveButtonLabel => 'SAVE'; + @override String get dateRangeEndLabel => 'End date'; @@ -6923,6 +6986,15 @@ class MaterialLocalizationEnGb extends MaterialLocalizationEn { @override String get licensesPackageDetailTextOther => r'$licenseCount licences'; + @override + String get closeButtonLabel => 'CLOSE'; + + @override + String get continueButtonLabel => 'CONTINUE'; + + @override + String get cancelButtonLabel => 'CANCEL'; + @override String get popupMenuLabel => 'Pop-up menu'; @@ -6978,9 +7050,24 @@ class MaterialLocalizationEnIe extends MaterialLocalizationEn { @override String get keyboardKeyNumpadEnter => 'Num enter'; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerInputHelpText => 'ENTER TIME'; + @override String get dateInputLabel => 'Enter date'; + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get saveButtonLabel => 'SAVE'; + @override String get dateRangeEndLabel => 'End date'; @@ -7008,6 +7095,15 @@ class MaterialLocalizationEnIe extends MaterialLocalizationEn { @override String get licensesPackageDetailTextOther => r'$licenseCount licences'; + @override + String get closeButtonLabel => 'CLOSE'; + + @override + String get continueButtonLabel => 'CONTINUE'; + + @override + String get cancelButtonLabel => 'CANCEL'; + @override String get popupMenuLabel => 'Pop-up menu'; @@ -7063,9 +7159,24 @@ class MaterialLocalizationEnIn extends MaterialLocalizationEn { @override String get keyboardKeyNumpadEnter => 'Num enter'; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerInputHelpText => 'ENTER TIME'; + @override String get dateInputLabel => 'Enter date'; + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get saveButtonLabel => 'SAVE'; + @override String get dateRangeEndLabel => 'End date'; @@ -7087,6 +7198,15 @@ class MaterialLocalizationEnIn extends MaterialLocalizationEn { @override String get licensesPackageDetailTextOther => r'$licenseCount licences'; + @override + String get cancelButtonLabel => 'CANCEL'; + + @override + String get closeButtonLabel => 'CLOSE'; + + @override + String get continueButtonLabel => 'CONTINUE'; + @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @@ -7145,9 +7265,24 @@ class MaterialLocalizationEnNz extends MaterialLocalizationEn { @override String get keyboardKeyNumpadEnter => 'Num enter'; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerInputHelpText => 'ENTER TIME'; + @override String get dateInputLabel => 'Enter date'; + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get saveButtonLabel => 'SAVE'; + @override String get dateRangeEndLabel => 'End date'; @@ -7169,6 +7304,15 @@ class MaterialLocalizationEnNz extends MaterialLocalizationEn { @override String get licensesPackageDetailTextOther => r'$licenseCount licences'; + @override + String get cancelButtonLabel => 'CANCEL'; + + @override + String get closeButtonLabel => 'CLOSE'; + + @override + String get continueButtonLabel => 'CONTINUE'; + @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @@ -7227,9 +7371,24 @@ class MaterialLocalizationEnSg extends MaterialLocalizationEn { @override String get keyboardKeyNumpadEnter => 'Num enter'; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerInputHelpText => 'ENTER TIME'; + @override String get dateInputLabel => 'Enter date'; + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get saveButtonLabel => 'SAVE'; + @override String get dateRangeEndLabel => 'End date'; @@ -7251,6 +7410,15 @@ class MaterialLocalizationEnSg extends MaterialLocalizationEn { @override String get licensesPackageDetailTextOther => r'$licenseCount licences'; + @override + String get cancelButtonLabel => 'CANCEL'; + + @override + String get closeButtonLabel => 'CLOSE'; + + @override + String get continueButtonLabel => 'CONTINUE'; + @override String get viewLicensesButtonLabel => 'VIEW LICENCES'; @@ -7309,9 +7477,24 @@ class MaterialLocalizationEnZa extends MaterialLocalizationEn { @override String get keyboardKeyNumpadEnter => 'Num enter'; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerInputHelpText => 'ENTER TIME'; + @override String get dateInputLabel => 'Enter date'; + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get saveButtonLabel => 'SAVE'; + @override String get dateRangeEndLabel => 'End date'; @@ -7339,6 +7522,15 @@ class MaterialLocalizationEnZa extends MaterialLocalizationEn { @override String get licensesPackageDetailTextOther => r'$licenseCount licences'; + @override + String get closeButtonLabel => 'CLOSE'; + + @override + String get continueButtonLabel => 'CONTINUE'; + + @override + String get cancelButtonLabel => 'CANCEL'; + @override String get popupMenuLabel => 'Pop-up menu'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index 6fe7f9576d01..9586c835121f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -151,17 +151,17 @@ "plural": "selectedRowCount" }, - "cancelButtonLabel": "CANCEL", + "cancelButtonLabel": "Cancel", "@cancelButtonLabel": { "description": "The label for cancel buttons and menu items." }, - "closeButtonLabel": "CLOSE", + "closeButtonLabel": "Close", "@closeButtonLabel": { "description": "The label for close buttons and menu items." }, - "continueButtonLabel": "CONTINUE", + "continueButtonLabel": "Continue", "@continueButtonLabel": { "description": "The label for continue buttons and menu items." }, @@ -191,7 +191,7 @@ "description": "The label for select-all buttons and menu items." }, - "viewLicensesButtonLabel": "VIEW LICENSES", + "viewLicensesButtonLabel": "View licenses", "@viewLicensesButtonLabel": { "description": "The label for the button in the about box that leads the user to a list of all licenses that apply to the application." }, @@ -288,17 +288,17 @@ "description": "Error message displayed to the user when they have entered a date that is outside the valid range for the date picker." }, - "saveButtonLabel": "SAVE", + "saveButtonLabel": "Save", "@saveButtonLabel": { - "description": "Label for a 'SAVE' button used in full screen dialogs." + "description": "Label for a 'Save' button used in full screen dialogs." }, - "datePickerHelpText": "SELECT DATE", + "datePickerHelpText": "Select date", "@datePickerHelpText": { "description": "Label used in the header of the date picker dialog" }, - "dateRangePickerHelpText": "SELECT RANGE", + "dateRangePickerHelpText": "Select range", "@dateRangePickerHelpText": { "description": "Label used in the header of the date range picker dialog." }, @@ -313,12 +313,12 @@ "description": "Tooltip used for the text input mode button of the date pickers." }, - "timePickerDialHelpText": "SELECT TIME", + "timePickerDialHelpText": "Select time", "@timePickerDialHelpText": { "description": "Label used in the header of the time picker dialog when using the clock dial to select a time." }, - "timePickerInputHelpText": "ENTER TIME", + "timePickerInputHelpText": "Enter time", "@timePickerInputHelpText": { "description": "Label used in the header of the time picker dialog when using the text input to enter a time." }, From 496224c820fc2c54d2f7910def9c9c7ce82ed5b4 Mon Sep 17 00:00:00 2001 From: harperl-lgtm <81855102+harperl-lgtm@users.noreply.github.com> Date: Wed, 7 Dec 2022 09:21:44 -0500 Subject: [PATCH 214/327] =?UTF-8?q?Date=20picker=20special=20labeling=20fo?= =?UTF-8?q?r=20currentDate=20with=20localization=20and=20te=E2=80=A6=20(#1?= =?UTF-8?q?16433)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Date picker special labeling for currentDate with localization and tests. * Updated CalendarDatePicker semantics test * removed recursive import * changed labeling for current date to be less verbose --- .../generated_material_localizations.dart | 234 ++++++++++++++++++ .../lib/src/l10n/material_af.arb | 3 +- .../lib/src/l10n/material_am.arb | 3 +- .../lib/src/l10n/material_ar.arb | 3 +- .../lib/src/l10n/material_as.arb | 3 +- .../lib/src/l10n/material_az.arb | 3 +- .../lib/src/l10n/material_be.arb | 3 +- .../lib/src/l10n/material_bg.arb | 3 +- .../lib/src/l10n/material_bn.arb | 3 +- .../lib/src/l10n/material_bs.arb | 3 +- .../lib/src/l10n/material_ca.arb | 3 +- .../lib/src/l10n/material_cs.arb | 3 +- .../lib/src/l10n/material_da.arb | 3 +- .../lib/src/l10n/material_de.arb | 3 +- .../lib/src/l10n/material_el.arb | 3 +- .../lib/src/l10n/material_en.arb | 5 + .../lib/src/l10n/material_es.arb | 3 +- .../lib/src/l10n/material_et.arb | 3 +- .../lib/src/l10n/material_eu.arb | 3 +- .../lib/src/l10n/material_fa.arb | 3 +- .../lib/src/l10n/material_fi.arb | 3 +- .../lib/src/l10n/material_fil.arb | 3 +- .../lib/src/l10n/material_fr.arb | 3 +- .../lib/src/l10n/material_gl.arb | 3 +- .../lib/src/l10n/material_gsw.arb | 3 +- .../lib/src/l10n/material_gu.arb | 3 +- .../lib/src/l10n/material_he.arb | 3 +- .../lib/src/l10n/material_hi.arb | 3 +- .../lib/src/l10n/material_hr.arb | 3 +- .../lib/src/l10n/material_hu.arb | 3 +- .../lib/src/l10n/material_hy.arb | 3 +- .../lib/src/l10n/material_id.arb | 3 +- .../lib/src/l10n/material_is.arb | 3 +- .../lib/src/l10n/material_it.arb | 3 +- .../lib/src/l10n/material_ja.arb | 3 +- .../lib/src/l10n/material_ka.arb | 3 +- .../lib/src/l10n/material_kk.arb | 3 +- .../lib/src/l10n/material_km.arb | 3 +- .../lib/src/l10n/material_kn.arb | 3 +- .../lib/src/l10n/material_ko.arb | 3 +- .../lib/src/l10n/material_ky.arb | 3 +- .../lib/src/l10n/material_lo.arb | 3 +- .../lib/src/l10n/material_lt.arb | 3 +- .../lib/src/l10n/material_lv.arb | 3 +- .../lib/src/l10n/material_mk.arb | 3 +- .../lib/src/l10n/material_ml.arb | 3 +- .../lib/src/l10n/material_mn.arb | 3 +- .../lib/src/l10n/material_mr.arb | 3 +- .../lib/src/l10n/material_ms.arb | 3 +- .../lib/src/l10n/material_my.arb | 3 +- .../lib/src/l10n/material_nb.arb | 3 +- .../lib/src/l10n/material_ne.arb | 3 +- .../lib/src/l10n/material_nl.arb | 3 +- .../lib/src/l10n/material_no.arb | 3 +- .../lib/src/l10n/material_or.arb | 3 +- .../lib/src/l10n/material_pa.arb | 3 +- .../lib/src/l10n/material_pl.arb | 3 +- .../lib/src/l10n/material_ps.arb | 3 +- .../lib/src/l10n/material_pt.arb | 3 +- .../lib/src/l10n/material_ro.arb | 3 +- .../lib/src/l10n/material_ru.arb | 3 +- .../lib/src/l10n/material_si.arb | 3 +- .../lib/src/l10n/material_sk.arb | 3 +- .../lib/src/l10n/material_sl.arb | 3 +- .../lib/src/l10n/material_sq.arb | 3 +- .../lib/src/l10n/material_sr.arb | 3 +- .../lib/src/l10n/material_sv.arb | 3 +- .../lib/src/l10n/material_sw.arb | 3 +- .../lib/src/l10n/material_ta.arb | 3 +- .../lib/src/l10n/material_te.arb | 3 +- .../lib/src/l10n/material_th.arb | 3 +- .../lib/src/l10n/material_tl.arb | 3 +- .../lib/src/l10n/material_tr.arb | 3 +- .../lib/src/l10n/material_uk.arb | 3 +- .../lib/src/l10n/material_ur.arb | 3 +- .../lib/src/l10n/material_uz.arb | 3 +- .../lib/src/l10n/material_vi.arb | 3 +- .../lib/src/l10n/material_zh.arb | 3 +- .../lib/src/l10n/material_zu.arb | 3 +- 79 files changed, 393 insertions(+), 77 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index 864e22fb7948..f33027dfb18a 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -71,6 +71,9 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Kopieer'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Knip'; @@ -513,6 +516,9 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'ቅዳ'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'ቁረጥ'; @@ -955,6 +961,9 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'نسخ'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'قص'; @@ -1397,6 +1406,9 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'প্ৰতিলিপি কৰক'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'কাট কৰক'; @@ -1839,6 +1851,9 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Kopyalayın'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Kəsin'; @@ -2281,6 +2296,9 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Капіраваць'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Выразаць'; @@ -2723,6 +2741,9 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Копиране'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Изрязване'; @@ -3165,6 +3186,9 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'কপি করুন'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'কাট করুন'; @@ -3607,6 +3631,9 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Kopiraj'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Izreži'; @@ -4049,6 +4076,9 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Copia'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Retalla'; @@ -4491,6 +4521,9 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Kopírovat'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Vyjmout'; @@ -4933,6 +4966,9 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Kopiér'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Klip'; @@ -5375,6 +5411,9 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Kopieren'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Ausschneiden'; @@ -5854,6 +5893,9 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Αντιγραφή'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Αποκοπή'; @@ -6296,6 +6338,9 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Copy'; + @override + String get currentDateLabel => 'Today'; + @override String get cutButtonLabel => 'Cut'; @@ -7595,6 +7640,9 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Copiar'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Cortar'; @@ -11240,6 +11288,9 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Kopeeri'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Lõika'; @@ -11682,6 +11733,9 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Kopiatu'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Ebaki'; @@ -12124,6 +12178,9 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'کپی'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'برش'; @@ -12566,6 +12623,9 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Kopioi'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Leikkaa'; @@ -13008,6 +13068,9 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Kopyahin'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'I-cut'; @@ -13450,6 +13513,9 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Copier'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Couper'; @@ -14028,6 +14094,9 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Copiar'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Cortar'; @@ -14470,6 +14539,9 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Kopieren'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Ausschneiden'; @@ -14912,6 +14984,9 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'કૉપિ કરો'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'કાપો'; @@ -15354,6 +15429,9 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'העתקה'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'גזירה'; @@ -15796,6 +15874,9 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'कॉपी करें'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'काटें'; @@ -16238,6 +16319,9 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Kopiraj'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Izreži'; @@ -16680,6 +16764,9 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Másolás'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Kivágás'; @@ -17122,6 +17209,9 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Պատճենել'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Կտրել'; @@ -17564,6 +17654,9 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Salin'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Potong'; @@ -18006,6 +18099,9 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Afrita'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Klippa'; @@ -18448,6 +18544,9 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Copia'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Taglia'; @@ -18890,6 +18989,9 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'コピー'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => '切り取り'; @@ -19332,6 +19434,9 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'კოპირება'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'ამოჭრა'; @@ -19774,6 +19879,9 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Көшіру'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Қию'; @@ -20216,6 +20324,9 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'ចម្លង'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'កាត់'; @@ -20658,6 +20769,9 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { @override String get copyButtonLabel => '\u{ca8}\u{c95}\u{cb2}\u{cbf}\u{cb8}\u{cbf}'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => '\u{c95}\u{ca4}\u{ccd}\u{ca4}\u{cb0}\u{cbf}\u{cb8}\u{cbf}'; @@ -21100,6 +21214,9 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { @override String get copyButtonLabel => '복사'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => '잘라냄'; @@ -21542,6 +21659,9 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Көчүрүү'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Кесүү'; @@ -21984,6 +22104,9 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'ສຳເນົາ'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'ຕັດ'; @@ -22426,6 +22549,9 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Kopijuoti'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Iškirpti'; @@ -22868,6 +22994,9 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Kopēt'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Izgriezt'; @@ -23310,6 +23439,9 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Копирај'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Исечи'; @@ -23752,6 +23884,9 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'പകർത്തുക'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'മുറിക്കുക'; @@ -24194,6 +24329,9 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Хуулах'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Таслах'; @@ -24636,6 +24774,9 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'कॉपी करा'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'कट करा'; @@ -25078,6 +25219,9 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Salin'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Potong'; @@ -25520,6 +25664,9 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'မိတ္တူကူးရန်'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'ဖြတ်ယူရန်'; @@ -25962,6 +26109,9 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Kopiér'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Klipp ut'; @@ -26404,6 +26554,9 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'प्रतिलिपि गर्नुहोस्'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'काट्नुहोस्'; @@ -26846,6 +26999,9 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Kopiëren'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Knippen'; @@ -27288,6 +27444,9 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Kopiér'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Klipp ut'; @@ -27730,6 +27889,9 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'କପି କରନ୍ତୁ'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'କଟ୍ କରନ୍ତୁ'; @@ -28172,6 +28334,9 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'ਕਾਪੀ ਕਰੋ'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'ਕੱਟ ਕਰੋ'; @@ -28614,6 +28779,9 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Kopiuj'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Wytnij'; @@ -29056,6 +29224,9 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'کاپی'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'کم کړئ'; @@ -29498,6 +29669,9 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Copiar'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Cortar'; @@ -30079,6 +30253,9 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Copiați'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Decupați'; @@ -30521,6 +30698,9 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Копировать'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Вырезать'; @@ -30963,6 +31143,9 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'පිටපත් කරන්න'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'කපන්න'; @@ -31405,6 +31588,9 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Kopírovať'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Vystrihnúť'; @@ -31847,6 +32033,9 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Kopiraj'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Izreži'; @@ -32289,6 +32478,9 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Kopjo'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Prit'; @@ -32731,6 +32923,9 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Копирај'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Исеци'; @@ -33475,6 +33670,9 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Kopiera'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Klipp ut'; @@ -33917,6 +34115,9 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Nakili'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Kata'; @@ -34359,6 +34560,9 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'நகலெடு'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'வெட்டு'; @@ -34801,6 +35005,9 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'కాపీ చేయి'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'కత్తిరించు'; @@ -35243,6 +35450,9 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'คัดลอก'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'ตัด'; @@ -35685,6 +35895,9 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Kopyahin'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'I-cut'; @@ -36127,6 +36340,9 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Kopyala'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Kes'; @@ -36569,6 +36785,9 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Копіювати'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Вирізати'; @@ -37011,6 +37230,9 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'کاپی کریں'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'کٹ کریں'; @@ -37453,6 +37675,9 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Nusxa olish'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Kesib olish'; @@ -37895,6 +38120,9 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Sao chép'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Cắt'; @@ -38337,6 +38565,9 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { @override String get copyButtonLabel => '复制'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => '剪切'; @@ -39242,6 +39473,9 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { @override String get copyButtonLabel => 'Kopisha'; + @override + String get currentDateLabel => 'Date of today'; + @override String get cutButtonLabel => 'Sika'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_af.arb b/packages/flutter_localizations/lib/src/l10n/material_af.arb index d4ac5a288fc6..0a602e113b2b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_af.arb @@ -128,5 +128,6 @@ "keyboardKeySpace": "Spasie", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Kieslysbalkkieslys" + "menuBarMenuLabel": "Kieslysbalkkieslys", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_am.arb b/packages/flutter_localizations/lib/src/l10n/material_am.arb index 8c68a4601035..9e96c26405f1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_am.arb @@ -128,5 +128,6 @@ "keyboardKeySpace": "ክፍተት", "keyboardKeyMetaMacOs": "ትዕዛዝ", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "የምናሌ አሞሌ ምናሌ" + "menuBarMenuLabel": "የምናሌ አሞሌ ምናሌ", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index 01c762fe325e..4beaf78ce4fa 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -139,5 +139,6 @@ "keyboardKeySpace": "مفتاح المسافة", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "قائمة شريط القوائم" + "menuBarMenuLabel": "قائمة شريط القوائم", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_as.arb b/packages/flutter_localizations/lib/src/l10n/material_as.arb index 5d40d6dd3915..a7dc0b540b91 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_as.arb @@ -128,5 +128,6 @@ "keyboardKeySpace": "স্পেচ", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "মেনু বাৰ মেনু" + "menuBarMenuLabel": "মেনু বাৰ মেনু", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_az.arb b/packages/flutter_localizations/lib/src/l10n/material_az.arb index 54400219e2a3..b7d1c9f5f6ab 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_az.arb @@ -128,5 +128,6 @@ "keyboardKeySpace": "Boşluq", "keyboardKeyMetaMacOs": "Əmr", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menyu paneli menyusu" + "menuBarMenuLabel": "Menyu paneli menyusu", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_be.arb b/packages/flutter_localizations/lib/src/l10n/material_be.arb index 17d6c8242bd5..fa1a553d0b31 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_be.arb @@ -134,5 +134,6 @@ "keyboardKeySpace": "Прабел", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Меню \"Панэль меню\"" + "menuBarMenuLabel": "Меню \"Панэль меню\"", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bg.arb b/packages/flutter_localizations/lib/src/l10n/material_bg.arb index f21263565e6e..0c7c0bc11287 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bg.arb @@ -129,5 +129,6 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Меню на лентата с менюта" + "menuBarMenuLabel": "Меню на лентата с менюта", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bn.arb b/packages/flutter_localizations/lib/src/l10n/material_bn.arb index a19b0ae0749e..1cad01ef388f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bn.arb @@ -128,5 +128,6 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "মেনু বার মেনু" + "menuBarMenuLabel": "মেনু বার মেনু", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bs.arb b/packages/flutter_localizations/lib/src/l10n/material_bs.arb index 3356919a0f0e..4d1ea6d72a72 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bs.arb @@ -132,5 +132,6 @@ "keyboardKeySpace": "tipka za razmak", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Meni trake menija" + "menuBarMenuLabel": "Meni trake menija", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ca.arb b/packages/flutter_localizations/lib/src/l10n/material_ca.arb index 9aa9fbb878d1..93bde22df12a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ca.arb @@ -129,5 +129,6 @@ "keyboardKeySpace": "Espai", "keyboardKeyMetaMacOs": "Ordre", "keyboardKeyMetaWindows": "Windows", - "menuBarMenuLabel": "Menú de la barra de menú" + "menuBarMenuLabel": "Menú de la barra de menú", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_cs.arb b/packages/flutter_localizations/lib/src/l10n/material_cs.arb index e2bee50e3e7e..0d5e19ecfd1e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cs.arb @@ -135,5 +135,6 @@ "keyboardKeySpace": "Mezera", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Nabídka na liště s nabídkou" + "menuBarMenuLabel": "Nabídka na liště s nabídkou", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_da.arb b/packages/flutter_localizations/lib/src/l10n/material_da.arb index 43712d45eb40..7c2d68f1e20b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_da.arb @@ -129,5 +129,6 @@ "keyboardKeySpace": "Mellemrumstasten", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menuen for menulinjen" + "menuBarMenuLabel": "Menuen for menulinjen", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index 0bfc784375b4..b1a188336854 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -130,5 +130,6 @@ "keyboardKeySpace": "Leertaste", "keyboardKeyMetaMacOs": "Befehl", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menü in der Menüleiste" + "menuBarMenuLabel": "Menü in der Menüleiste", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_el.arb b/packages/flutter_localizations/lib/src/l10n/material_el.arb index 01d82d7e0a3e..138ff4194b99 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_el.arb @@ -129,5 +129,6 @@ "keyboardKeySpace": "Διάστημα", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Μενού γραμμής μενού" + "menuBarMenuLabel": "Μενού γραμμής μενού", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index 9586c835121f..00cf118cf405 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -393,6 +393,11 @@ "description": "Label indicating that a text field is a search field. This will be used as a hint text in the text field." }, + "currentDateLabel": "Today", + "@currentDateLabel": { + "description": "Label indicating that the focused date is the current date." + }, + "reorderItemToStart": "Move to the start", "@reorderItemToStart": { "description": "The audio announcement to move an item in a Reorderable List to the start of the list." diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index 213da54c1b86..721f957d6137 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -130,5 +130,6 @@ "keyboardKeySpace": "Espacio", "keyboardKeyMetaMacOs": "Comando", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menú de la barra de menú" + "menuBarMenuLabel": "Menú de la barra de menú", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_et.arb b/packages/flutter_localizations/lib/src/l10n/material_et.arb index 8dffcb128169..75519449bd8f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_et.arb @@ -129,5 +129,6 @@ "keyboardKeySpace": "Tühik", "keyboardKeyMetaMacOs": "Käsk", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menüüriba menüü" + "menuBarMenuLabel": "Menüüriba menüü", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_eu.arb b/packages/flutter_localizations/lib/src/l10n/material_eu.arb index 4be5b5cc43de..7b4ab805f9b7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_eu.arb @@ -128,5 +128,6 @@ "keyboardKeySpace": "Zuriune-barra", "keyboardKeyMetaMacOs": "Komandoa", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu-barraren menua" + "menuBarMenuLabel": "Menu-barraren menua", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index 405c41304925..2231d418854f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -129,5 +129,6 @@ "keyboardKeySpace": "فاصله", "keyboardKeyMetaMacOs": "فرمان", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "منوی نوار منو" + "menuBarMenuLabel": "منوی نوار منو", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fi.arb b/packages/flutter_localizations/lib/src/l10n/material_fi.arb index a47c82cc2819..a61b610b1475 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fi.arb @@ -129,5 +129,6 @@ "keyboardKeySpace": "Välilyönti", "keyboardKeyMetaMacOs": "Komento", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Valikkopalkki" + "menuBarMenuLabel": "Valikkopalkki", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fil.arb b/packages/flutter_localizations/lib/src/l10n/material_fil.arb index b32e439726a5..9fc66af235e9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fil.arb @@ -129,5 +129,6 @@ "keyboardKeySpace": "Puwang", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu sa menu bar" + "menuBarMenuLabel": "Menu sa menu bar", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index 1a19371fe50b..da0f986d9c19 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -130,5 +130,6 @@ "keyboardKeySpace": "Espace", "keyboardKeyMetaMacOs": "Commande", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu de la barre de menu" + "menuBarMenuLabel": "Menu de la barre de menu", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gl.arb b/packages/flutter_localizations/lib/src/l10n/material_gl.arb index 9bb62adc41cb..39eaf1c1bed3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gl.arb @@ -130,5 +130,6 @@ "keyboardKeySpace": "Espazo", "keyboardKeyMetaMacOs": "Comando", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menú da barra de menú" + "menuBarMenuLabel": "Menú da barra de menú", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index 16edff23f900..60f722546e03 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -129,5 +129,6 @@ "keyboardKeySpace": "Leertaste", "keyboardKeyMetaMacOs": "Befehl", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menü in der Menüleiste" + "menuBarMenuLabel": "Menü in der Menüleiste", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gu.arb b/packages/flutter_localizations/lib/src/l10n/material_gu.arb index 098304566242..0e27711ef5bb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gu.arb @@ -128,5 +128,6 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "મેનૂ બાર મેનૂ" + "menuBarMenuLabel": "મેનૂ બાર મેનૂ", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index 2b4c2dbbf39b..527af5963368 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -135,5 +135,6 @@ "keyboardKeySpace": "רווח", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "תפריט בסרגל התפריטים" + "menuBarMenuLabel": "תפריט בסרגל התפריטים", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hi.arb b/packages/flutter_localizations/lib/src/l10n/material_hi.arb index e96daa7017d0..7a862910dc3b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hi.arb @@ -129,5 +129,6 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "मेन्यू बार का मेन्यू" + "menuBarMenuLabel": "मेन्यू बार का मेन्यू", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hr.arb b/packages/flutter_localizations/lib/src/l10n/material_hr.arb index cefc8c3b4108..7742143da0fd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hr.arb @@ -132,5 +132,6 @@ "keyboardKeySpace": "Razmaknica", "keyboardKeyMetaMacOs": "Naredba", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Izbornik trake izbornika" + "menuBarMenuLabel": "Izbornik trake izbornika", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hu.arb b/packages/flutter_localizations/lib/src/l10n/material_hu.arb index 51f95b74bec7..3bb67ff16d99 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hu.arb @@ -129,5 +129,6 @@ "keyboardKeySpace": "Szóköz", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menüsor menüje" + "menuBarMenuLabel": "Menüsor menüje", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hy.arb b/packages/flutter_localizations/lib/src/l10n/material_hy.arb index d769999cc725..14165d030364 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hy.arb @@ -134,5 +134,6 @@ "keyboardKeySpace": "Բացատ", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Ընտրացանկի գոտու ընտրացանկ" + "menuBarMenuLabel": "Ընտրացանկի գոտու ընտրացանկ", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_id.arb b/packages/flutter_localizations/lib/src/l10n/material_id.arb index bdfd895c447e..dfc4e8ca02ab 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_id.arb @@ -129,5 +129,6 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu panel menu" + "menuBarMenuLabel": "Menu panel menu", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_is.arb b/packages/flutter_localizations/lib/src/l10n/material_is.arb index 03232a347e49..00344d172be2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_is.arb @@ -128,5 +128,6 @@ "keyboardKeySpace": "Bil", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Valmyndarstika" + "menuBarMenuLabel": "Valmyndarstika", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index ee4ab857ebd1..29030c3d6aac 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -129,5 +129,6 @@ "keyboardKeySpace": "Barra spaziatrice", "keyboardKeyMetaMacOs": "Comando", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu barra dei menu" + "menuBarMenuLabel": "Menu barra dei menu", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index fb65ec4e1dbf..34069f69f51b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -129,5 +129,6 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "メニューバーのメニュー" + "menuBarMenuLabel": "メニューバーのメニュー", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ka.arb b/packages/flutter_localizations/lib/src/l10n/material_ka.arb index 945f714d7e9b..c35053c45287 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ka.arb @@ -128,5 +128,6 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "მენიუს ზოლის მენიუ" + "menuBarMenuLabel": "მენიუს ზოლის მენიუ", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kk.arb b/packages/flutter_localizations/lib/src/l10n/material_kk.arb index 8565a567d410..5f9de1c11223 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kk.arb @@ -130,5 +130,6 @@ "keyboardKeySpace": "Бос орын", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Мәзір жолағының мәзірі" + "menuBarMenuLabel": "Мәзір жолағының мәзірі", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_km.arb b/packages/flutter_localizations/lib/src/l10n/material_km.arb index 2a0ea5132aaa..c5ad8af46066 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_km.arb @@ -129,5 +129,6 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "ម៉ឺនុយរបារម៉ឺនុយ" + "menuBarMenuLabel": "ម៉ឺនុយរបារម៉ឺនុយ", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kn.arb b/packages/flutter_localizations/lib/src/l10n/material_kn.arb index 9d68983f590a..cc0864b637a7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kn.arb @@ -128,5 +128,6 @@ "keyboardKeySpace": "\u0053\u0070\u0061\u0063\u0065", "keyboardKeyMetaMacOs": "\u0043\u006f\u006d\u006d\u0061\u006e\u0064", "keyboardKeyMetaWindows": "\u0057\u0069\u006e", - "menuBarMenuLabel": "\u0cae\u0cc6\u0ca8\u0cc1\u0020\u0cac\u0cbe\u0cb0\u0ccd\u200c\u0020\u0cae\u0cc6\u0ca8\u0cc1" + "menuBarMenuLabel": "\u0cae\u0cc6\u0ca8\u0cc1\u0020\u0cac\u0cbe\u0cb0\u0ccd\u200c\u0020\u0cae\u0cc6\u0ca8\u0cc1", + "currentDateLabel": "\u0044\u0061\u0074\u0065\u0020\u006f\u0066\u0020\u0074\u006f\u0064\u0061\u0079" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index f8fbcb0b906e..d7a53d5dff4e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -129,5 +129,6 @@ "keyboardKeySpace": "스페이스", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "메뉴 바 메뉴" + "menuBarMenuLabel": "메뉴 바 메뉴", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ky.arb b/packages/flutter_localizations/lib/src/l10n/material_ky.arb index 9de7c925ae1b..b673131e544e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ky.arb @@ -128,5 +128,6 @@ "keyboardKeySpace": "Боштук", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Меню тилкеси менюсу" + "menuBarMenuLabel": "Меню тилкеси менюсу", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lo.arb b/packages/flutter_localizations/lib/src/l10n/material_lo.arb index 7a83aebbc480..5d32bc84624e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lo.arb @@ -128,5 +128,6 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "ເມນູແຖບເມນູ" + "menuBarMenuLabel": "ເມນູແຖບເມນູ", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lt.arb b/packages/flutter_localizations/lib/src/l10n/material_lt.arb index 6033a611b633..19ee17a9d0b7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lt.arb @@ -135,5 +135,6 @@ "keyboardKeySpace": "Tarpas", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Meniu juostos meniu" + "menuBarMenuLabel": "Meniu juostos meniu", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lv.arb b/packages/flutter_localizations/lib/src/l10n/material_lv.arb index ada761ecfe7d..fc0d485df18e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lv.arb @@ -130,5 +130,6 @@ "keyboardKeySpace": "Atstarpes taustiņš", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Windows", - "menuBarMenuLabel": "Izvēļņu joslas izvēlne" + "menuBarMenuLabel": "Izvēļņu joslas izvēlne", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mk.arb b/packages/flutter_localizations/lib/src/l10n/material_mk.arb index 2383a08c4b68..718822cb7463 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mk.arb @@ -128,5 +128,6 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Мени на лентата со мени" + "menuBarMenuLabel": "Мени на лентата со мени", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ml.arb b/packages/flutter_localizations/lib/src/l10n/material_ml.arb index a65ced199d3c..7c658e5f0fd4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ml.arb @@ -128,5 +128,6 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "മെനു ബാർ മെനു" + "menuBarMenuLabel": "മെനു ബാർ മെനു", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mn.arb b/packages/flutter_localizations/lib/src/l10n/material_mn.arb index f9bbf949a233..8585267a9b62 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mn.arb @@ -130,5 +130,6 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Тушаал", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Цэсний талбарын цэс" + "menuBarMenuLabel": "Цэсний талбарын цэс", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mr.arb b/packages/flutter_localizations/lib/src/l10n/material_mr.arb index c9f6f03edcf9..c8c7d7dfde57 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mr.arb @@ -130,5 +130,6 @@ "keyboardKeySpace": "स्पेस", "keyboardKeyMetaMacOs": "कमांड", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "मेनू बार मेनू" + "menuBarMenuLabel": "मेनू बार मेनू", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ms.arb b/packages/flutter_localizations/lib/src/l10n/material_ms.arb index da13d8efcf4e..993fda88aecf 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ms.arb @@ -130,5 +130,6 @@ "keyboardKeySpace": "Ruang", "keyboardKeyMetaMacOs": "Perintah", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Menu bar menu", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_my.arb b/packages/flutter_localizations/lib/src/l10n/material_my.arb index eb725f682c46..c5f6f7b85a9f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_my.arb @@ -128,5 +128,6 @@ "keyboardKeySpace": "နေရာခြားခလုတ်", "keyboardKeyMetaMacOs": "ကွန်မန်း", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "မီနူးဘား မီနူး" + "menuBarMenuLabel": "မီနူးဘား မီနူး", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nb.arb b/packages/flutter_localizations/lib/src/l10n/material_nb.arb index 76f6e74c7ac8..bfe86063de37 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nb.arb @@ -127,5 +127,6 @@ "keyboardKeySpace": "Mellomrom", "keyboardKeyMetaMacOs": "Kommando", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Meny med menylinje" + "menuBarMenuLabel": "Meny med menylinje", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ne.arb b/packages/flutter_localizations/lib/src/l10n/material_ne.arb index 9a93e16b8338..7304aefea28b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ne.arb @@ -128,5 +128,6 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "\"मेनु बार\" मेनु" + "menuBarMenuLabel": "\"मेनु बार\" मेनु", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index 4148905c4ab9..050c4f6a9854 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -129,5 +129,6 @@ "keyboardKeySpace": "Spatie", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu van menubalk" + "menuBarMenuLabel": "Menu van menubalk", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_no.arb b/packages/flutter_localizations/lib/src/l10n/material_no.arb index 76f6e74c7ac8..bfe86063de37 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_no.arb @@ -127,5 +127,6 @@ "keyboardKeySpace": "Mellomrom", "keyboardKeyMetaMacOs": "Kommando", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Meny med menylinje" + "menuBarMenuLabel": "Meny med menylinje", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_or.arb b/packages/flutter_localizations/lib/src/l10n/material_or.arb index 1a62bfb1b056..5b19dbcf1db7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_or.arb @@ -128,5 +128,6 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "ମେନୁ ବାର ମେନୁ" + "menuBarMenuLabel": "ମେନୁ ବାର ମେନୁ", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pa.arb b/packages/flutter_localizations/lib/src/l10n/material_pa.arb index bbe094203c63..8f851008d4dc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pa.arb @@ -128,5 +128,6 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "ਮੀਨੂ ਬਾਰ ਮੀਨੂ" + "menuBarMenuLabel": "ਮੀਨੂ ਬਾਰ ਮੀਨੂ", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index 1c0b0d6cdc2c..95b116b7cb03 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -135,5 +135,6 @@ "keyboardKeySpace": "Spacja", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Pasek menu" + "menuBarMenuLabel": "Pasek menu", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ps.arb b/packages/flutter_localizations/lib/src/l10n/material_ps.arb index 6304bf747902..09363b7ac994 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ps.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ps.arb @@ -130,5 +130,6 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu bar menu" + "menuBarMenuLabel": "Menu bar menu", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index 0533f4c2c6da..7e092e9dc033 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -131,5 +131,6 @@ "keyboardKeySpace": "Espaço", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu da barra de menus" + "menuBarMenuLabel": "Menu da barra de menus", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/flutter_localizations/lib/src/l10n/material_ro.arb index b68c864803f2..eccf4df264a7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ro.arb @@ -133,5 +133,6 @@ "keyboardKeySpace": "Spațiu", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Bară de meniu" + "menuBarMenuLabel": "Bară de meniu", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index e99abee5d67c..a11c97c41b15 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -136,5 +136,6 @@ "keyboardKeySpace": "Пробел", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Строка меню" + "menuBarMenuLabel": "Строка меню", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_si.arb b/packages/flutter_localizations/lib/src/l10n/material_si.arb index 35836e14e709..81c970623ebf 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_si.arb @@ -128,5 +128,6 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "මෙනු තීරු මෙනුව" + "menuBarMenuLabel": "මෙනු තීරු මෙනුව", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sk.arb b/packages/flutter_localizations/lib/src/l10n/material_sk.arb index b8b0c38df45e..40272cc2113d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sk.arb @@ -135,5 +135,6 @@ "keyboardKeySpace": "Medzerník", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Ponuka panela s ponukami" + "menuBarMenuLabel": "Ponuka panela s ponukami", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sl.arb b/packages/flutter_localizations/lib/src/l10n/material_sl.arb index 121c9cdb56d7..594a4315b040 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sl.arb @@ -135,5 +135,6 @@ "keyboardKeySpace": "Preslednica", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Meni menijske vrstice" + "menuBarMenuLabel": "Meni menijske vrstice", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sq.arb b/packages/flutter_localizations/lib/src/l10n/material_sq.arb index e357ee2f720d..5ad5de91c1f1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sq.arb @@ -128,5 +128,6 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menyja e shiritit të menysë" + "menuBarMenuLabel": "Menyja e shiritit të menysë", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr.arb b/packages/flutter_localizations/lib/src/l10n/material_sr.arb index 92e0d2857ba2..fda563ffdfd6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr.arb @@ -132,5 +132,6 @@ "keyboardKeySpace": "Тастер за размак", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Мени трака менија" + "menuBarMenuLabel": "Мени трака менија", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sv.arb b/packages/flutter_localizations/lib/src/l10n/material_sv.arb index b89ccd9cc6bd..7b8b98233469 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sv.arb @@ -129,5 +129,6 @@ "keyboardKeySpace": "Blanksteg", "keyboardKeyMetaMacOs": "Kommando", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menyrad" + "menuBarMenuLabel": "Menyrad", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sw.arb b/packages/flutter_localizations/lib/src/l10n/material_sw.arb index d7b70a0e91b4..b9d772843499 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sw.arb @@ -130,5 +130,6 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menyu ya upau wa menyu" + "menuBarMenuLabel": "Menyu ya upau wa menyu", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ta.arb b/packages/flutter_localizations/lib/src/l10n/material_ta.arb index 0e65cab2445b..697faf320a31 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ta.arb @@ -130,5 +130,6 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "மெனு பட்டியின் மெனு" + "menuBarMenuLabel": "மெனு பட்டியின் மெனு", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_te.arb b/packages/flutter_localizations/lib/src/l10n/material_te.arb index 95cdf28400be..a15b34e53c05 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_te.arb @@ -128,5 +128,6 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "మెనూ బార్ మెనూ" + "menuBarMenuLabel": "మెనూ బార్ మెనూ", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/flutter_localizations/lib/src/l10n/material_th.arb index 4cacd85e440b..63908f3710e2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_th.arb @@ -129,5 +129,6 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "เมนูในแถบเมนู" + "menuBarMenuLabel": "เมนูในแถบเมนู", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tl.arb b/packages/flutter_localizations/lib/src/l10n/material_tl.arb index b32e439726a5..9fc66af235e9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tl.arb @@ -129,5 +129,6 @@ "keyboardKeySpace": "Puwang", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menu sa menu bar" + "menuBarMenuLabel": "Menu sa menu bar", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index 326325a989d6..6df972623206 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -129,5 +129,6 @@ "keyboardKeySpace": "Boşluk", "keyboardKeyMetaMacOs": "Komut", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menü çubuğu menüsü" + "menuBarMenuLabel": "Menü çubuğu menüsü", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uk.arb b/packages/flutter_localizations/lib/src/l10n/material_uk.arb index 46b34862f66d..690ab15e9939 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uk.arb @@ -135,5 +135,6 @@ "keyboardKeySpace": "Пробіл", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Панель меню" + "menuBarMenuLabel": "Панель меню", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index 081058294d86..fc3b266c6dd5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -129,5 +129,6 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "مینو بار کا مینو" + "menuBarMenuLabel": "مینو بار کا مینو", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uz.arb b/packages/flutter_localizations/lib/src/l10n/material_uz.arb index 8de9fe74a328..8e86fd9bc399 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uz.arb @@ -128,5 +128,6 @@ "keyboardKeySpace": "Boʻsh joy", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Menyu paneli" + "menuBarMenuLabel": "Menyu paneli", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_vi.arb b/packages/flutter_localizations/lib/src/l10n/material_vi.arb index cfbd8965fa67..9ddcf844997b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_vi.arb @@ -129,5 +129,6 @@ "keyboardKeySpace": "Phím cách", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Trình đơn của thanh trình đơn" + "menuBarMenuLabel": "Trình đơn của thanh trình đơn", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index 97c31512517d..1043357c99e3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -129,5 +129,6 @@ "keyboardKeySpace": "空格键", "keyboardKeyMetaMacOs": "⌘", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "菜单栏的菜单" + "menuBarMenuLabel": "菜单栏的菜单", + "currentDateLabel": "Date of today" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zu.arb b/packages/flutter_localizations/lib/src/l10n/material_zu.arb index 2ea2e669895f..d1385a3c247a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zu.arb @@ -128,5 +128,6 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "Imenyu yebha yemenyu" + "menuBarMenuLabel": "Imenyu yebha yemenyu", + "currentDateLabel": "Date of today" } From 359bf15d2eb7dd80b3fce692ec073940ca01c430 Mon Sep 17 00:00:00 2001 From: Greg Spencer Date: Tue, 13 Dec 2022 16:09:52 -0800 Subject: [PATCH 215/327] Convert TimePicker to Material 3 (#116396) * Make some minor changes in preparation for updating the Time Picker to M3 * Revert OutlineInputBorder.borderRadius type change * Revert more OutlineInputBorder.borderRadius changes. * Convert TimePicker to Material 3 * Add example test * Revert OutlineInputBorder.borderRadius type change * Fix test * Review Changes * Merge changes * Some sizing and elevation fixes * Fix localization tests --- .../test/material/time_picker_test.dart | 132 +++++++++--------- 1 file changed, 69 insertions(+), 63 deletions(-) diff --git a/packages/flutter_localizations/test/material/time_picker_test.dart b/packages/flutter_localizations/test/material/time_picker_test.dart index 4c5cd1d8e335..5f850379c9e5 100644 --- a/packages/flutter_localizations/test/material/time_picker_test.dart +++ b/packages/flutter_localizations/test/material/time_picker_test.dart @@ -6,62 +6,6 @@ import 'package:flutter/material.dart'; import 'package:flutter_localizations/flutter_localizations.dart'; import 'package:flutter_test/flutter_test.dart'; -class _TimePickerLauncher extends StatelessWidget { - const _TimePickerLauncher({ - this.onChanged, - required this.locale, - this.entryMode = TimePickerEntryMode.dial, - }); - - final ValueChanged? onChanged; - final Locale locale; - final TimePickerEntryMode entryMode; - - @override - Widget build(BuildContext context) { - return MaterialApp( - locale: locale, - supportedLocales: [locale], - localizationsDelegates: GlobalMaterialLocalizations.delegates, - home: Material( - child: Center( - child: Builder( - builder: (BuildContext context) { - return ElevatedButton( - child: const Text('X'), - onPressed: () async { - onChanged?.call(await showTimePicker( - context: context, - initialEntryMode: entryMode, - initialTime: const TimeOfDay(hour: 7, minute: 0), - )); - }, - ); - } - ), - ), - ), - ); - } -} - -Future startPicker( - WidgetTester tester, - ValueChanged onChanged, { - Locale locale = const Locale('en', 'US'), -}) async { - await tester.pumpWidget(_TimePickerLauncher(onChanged: onChanged, locale: locale,)); - await tester.tap(find.text('X')); - await tester.pumpAndSettle(const Duration(seconds: 1)); - return tester.getCenter(find.byKey(const Key('time-picker-dial'))); -} - -Future finishPicker(WidgetTester tester) async { - final MaterialLocalizations materialLocalizations = MaterialLocalizations.of(tester.element(find.byType(ElevatedButton))); - await tester.tap(find.text(materialLocalizations.okButtonLabel)); - await tester.pumpAndSettle(const Duration(seconds: 1)); -} - void main() { testWidgets('can localize the header in all known formats - portrait', (WidgetTester tester) async { // Ensure picker is displayed in portrait mode. @@ -213,13 +157,13 @@ void main() { }); testWidgets('can localize input mode in all known formats', (WidgetTester tester) async { + final Finder hourControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_HourTextField'); + final Finder minuteControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_MinuteTextField'); + final Finder dayPeriodControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_DayPeriodControl'); final Finder stringFragmentTextFinder = find.descendant( of: find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_StringFragment'), matching: find.byType(Text), ).first; - final Finder hourControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_HourTextField'); - final Finder minuteControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_MinuteTextField'); - final Finder dayPeriodControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_DayPeriodControl'); // TODO(yjbanov): also test `HH.mm` (in_ID), `a h:mm` (ko_KR) and `HH:mm น.` (th_TH) when we have .arb files for them final List locales = [ @@ -276,6 +220,7 @@ void main() { expect(dayPeriodControlFinder, findsNothing); } await finishPicker(tester); + expect(tester.takeException(), isNot(throwsFlutterError)); } }); @@ -353,10 +298,10 @@ void main() { ); // ignore: avoid_dynamic_calls - final List secondaryLabels = dialPainter.secondaryLabels as List; + final List selectedLabels = dialPainter.selectedLabels as List; expect( // ignore: avoid_dynamic_calls - secondaryLabels.map((dynamic tp) => ((tp.painter as TextPainter).text! as TextSpan).text!), + selectedLabels.map((dynamic tp) => ((tp.painter as TextPainter).text! as TextSpan).text!), labels12To11, ); }); @@ -375,11 +320,72 @@ void main() { ); // ignore: avoid_dynamic_calls - final List secondaryLabels = dialPainter.secondaryLabels as List; + final List selectedLabels = dialPainter.selectedLabels as List; expect( // ignore: avoid_dynamic_calls - secondaryLabels.map((dynamic tp) => ((tp.painter as TextPainter).text! as TextSpan).text!), + selectedLabels.map((dynamic tp) => ((tp.painter as TextPainter).text! as TextSpan).text!), labels00To22TwoDigit, ); }); } + +class _TimePickerLauncher extends StatelessWidget { + const _TimePickerLauncher({ + this.onChanged, + required this.locale, + this.entryMode = TimePickerEntryMode.dial, + }); + + final ValueChanged? onChanged; + final Locale locale; + final TimePickerEntryMode entryMode; + + @override + Widget build(BuildContext context) { + return MaterialApp( + locale: locale, + supportedLocales: [locale], + localizationsDelegates: GlobalMaterialLocalizations.delegates, + home: Material( + child: Center( + child: Builder( + builder: (BuildContext context) { + return ElevatedButton( + child: const Text('X'), + onPressed: () async { + onChanged?.call(await showTimePicker( + context: context, + initialEntryMode: entryMode, + initialTime: const TimeOfDay(hour: 7, minute: 0), + )); + }, + ); + } + ), + ), + ), + ); + } +} + +Future startPicker( + WidgetTester tester, + ValueChanged onChanged, { + Locale locale = const Locale('en', 'US'), +}) async { + await tester.pumpWidget( + _TimePickerLauncher( + onChanged: onChanged, + locale: locale, + ), + ); + await tester.tap(find.text('X')); + await tester.pumpAndSettle(const Duration(seconds: 1)); + return tester.getCenter(find.byKey(const Key('time-picker-dial'))); +} + +Future finishPicker(WidgetTester tester) async { + final MaterialLocalizations materialLocalizations = MaterialLocalizations.of(tester.element(find.byType(ElevatedButton))); + await tester.tap(find.text(materialLocalizations.okButtonLabel)); + await tester.pumpAndSettle(const Duration(seconds: 1)); +} From acd8905695be73d45ad7764b3d541468d75e644f Mon Sep 17 00:00:00 2001 From: Greg Spencer Date: Fri, 16 Dec 2022 11:57:17 -0800 Subject: [PATCH 216/327] Update localization of shortcut labels in menus (#116681) * Fix Menu shortcut labels * Remove invalid localizations * Add more localization for Shift * Add generated localizations * Fix Test --- .../generated_material_localizations.dart | 234 ++++++++++++++++++ .../lib/src/l10n/material_af.arb | 3 +- .../lib/src/l10n/material_am.arb | 3 +- .../lib/src/l10n/material_ar.arb | 3 +- .../lib/src/l10n/material_as.arb | 3 +- .../lib/src/l10n/material_az.arb | 3 +- .../lib/src/l10n/material_be.arb | 3 +- .../lib/src/l10n/material_bg.arb | 3 +- .../lib/src/l10n/material_bn.arb | 3 +- .../lib/src/l10n/material_bs.arb | 3 +- .../lib/src/l10n/material_ca.arb | 3 +- .../lib/src/l10n/material_cs.arb | 3 +- .../lib/src/l10n/material_da.arb | 3 +- .../lib/src/l10n/material_de.arb | 3 +- .../lib/src/l10n/material_el.arb | 3 +- .../lib/src/l10n/material_en.arb | 5 + .../lib/src/l10n/material_en_AU.arb | 12 - .../lib/src/l10n/material_en_CA.arb | 12 - .../lib/src/l10n/material_en_GB.arb | 12 - .../lib/src/l10n/material_en_IE.arb | 12 - .../lib/src/l10n/material_en_IN.arb | 12 - .../lib/src/l10n/material_en_NZ.arb | 12 - .../lib/src/l10n/material_en_SG.arb | 12 - .../lib/src/l10n/material_en_ZA.arb | 12 - .../lib/src/l10n/material_es.arb | 3 +- .../lib/src/l10n/material_es_419.arb | 12 - .../lib/src/l10n/material_es_AR.arb | 12 - .../lib/src/l10n/material_es_BO.arb | 12 - .../lib/src/l10n/material_es_CL.arb | 12 - .../lib/src/l10n/material_es_CO.arb | 12 - .../lib/src/l10n/material_es_CR.arb | 12 - .../lib/src/l10n/material_es_DO.arb | 12 - .../lib/src/l10n/material_es_EC.arb | 12 - .../lib/src/l10n/material_es_GT.arb | 12 - .../lib/src/l10n/material_es_HN.arb | 12 - .../lib/src/l10n/material_es_MX.arb | 12 - .../lib/src/l10n/material_es_NI.arb | 12 - .../lib/src/l10n/material_es_PA.arb | 12 - .../lib/src/l10n/material_es_PE.arb | 12 - .../lib/src/l10n/material_es_PR.arb | 12 - .../lib/src/l10n/material_es_PY.arb | 12 - .../lib/src/l10n/material_es_SV.arb | 12 - .../lib/src/l10n/material_es_US.arb | 12 - .../lib/src/l10n/material_es_UY.arb | 12 - .../lib/src/l10n/material_es_VE.arb | 12 - .../lib/src/l10n/material_et.arb | 3 +- .../lib/src/l10n/material_eu.arb | 3 +- .../lib/src/l10n/material_fa.arb | 3 +- .../lib/src/l10n/material_fi.arb | 3 +- .../lib/src/l10n/material_fil.arb | 3 +- .../lib/src/l10n/material_fr.arb | 3 +- .../lib/src/l10n/material_fr_CA.arb | 12 - .../lib/src/l10n/material_gl.arb | 3 +- .../lib/src/l10n/material_gsw.arb | 3 +- .../lib/src/l10n/material_gu.arb | 3 +- .../lib/src/l10n/material_he.arb | 3 +- .../lib/src/l10n/material_hi.arb | 3 +- .../lib/src/l10n/material_hr.arb | 3 +- .../lib/src/l10n/material_hu.arb | 3 +- .../lib/src/l10n/material_hy.arb | 3 +- .../lib/src/l10n/material_id.arb | 3 +- .../lib/src/l10n/material_is.arb | 3 +- .../lib/src/l10n/material_it.arb | 3 +- .../lib/src/l10n/material_ja.arb | 3 +- .../lib/src/l10n/material_ka.arb | 3 +- .../lib/src/l10n/material_kk.arb | 3 +- .../lib/src/l10n/material_km.arb | 3 +- .../lib/src/l10n/material_kn.arb | 3 +- .../lib/src/l10n/material_ko.arb | 3 +- .../lib/src/l10n/material_ky.arb | 3 +- .../lib/src/l10n/material_lo.arb | 3 +- .../lib/src/l10n/material_lt.arb | 3 +- .../lib/src/l10n/material_lv.arb | 3 +- .../lib/src/l10n/material_mk.arb | 3 +- .../lib/src/l10n/material_ml.arb | 3 +- .../lib/src/l10n/material_mn.arb | 3 +- .../lib/src/l10n/material_mr.arb | 3 +- .../lib/src/l10n/material_ms.arb | 3 +- .../lib/src/l10n/material_my.arb | 3 +- .../lib/src/l10n/material_nb.arb | 3 +- .../lib/src/l10n/material_ne.arb | 3 +- .../lib/src/l10n/material_nl.arb | 3 +- .../lib/src/l10n/material_no.arb | 3 +- .../lib/src/l10n/material_or.arb | 3 +- .../lib/src/l10n/material_pa.arb | 3 +- .../lib/src/l10n/material_pl.arb | 3 +- .../lib/src/l10n/material_ps.arb | 3 +- .../lib/src/l10n/material_pt.arb | 3 +- .../lib/src/l10n/material_pt_PT.arb | 12 - .../lib/src/l10n/material_ro.arb | 3 +- .../lib/src/l10n/material_ru.arb | 3 +- .../lib/src/l10n/material_si.arb | 3 +- .../lib/src/l10n/material_sk.arb | 3 +- .../lib/src/l10n/material_sl.arb | 3 +- .../lib/src/l10n/material_sq.arb | 3 +- .../lib/src/l10n/material_sr.arb | 3 +- .../lib/src/l10n/material_sr_Latn.arb | 12 - .../lib/src/l10n/material_sv.arb | 3 +- .../lib/src/l10n/material_sw.arb | 3 +- .../lib/src/l10n/material_ta.arb | 3 +- .../lib/src/l10n/material_te.arb | 3 +- .../lib/src/l10n/material_th.arb | 3 +- .../lib/src/l10n/material_tl.arb | 3 +- .../lib/src/l10n/material_tr.arb | 3 +- .../lib/src/l10n/material_uk.arb | 3 +- .../lib/src/l10n/material_ur.arb | 3 +- .../lib/src/l10n/material_uz.arb | 3 +- .../lib/src/l10n/material_vi.arb | 3 +- .../lib/src/l10n/material_zh.arb | 3 +- .../lib/src/l10n/material_zh_HK.arb | 12 - .../lib/src/l10n/material_zh_TW.arb | 12 - .../lib/src/l10n/material_zu.arb | 3 +- 112 files changed, 393 insertions(+), 473 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index f33027dfb18a..6ea1f501d7b2 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -278,6 +278,9 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Select'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Spasie'; @@ -723,6 +726,9 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'ምረጥ'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'ክፍተት'; @@ -1168,6 +1174,9 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'مفتاح الاختيار'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'مفتاح المسافة'; @@ -1613,6 +1622,9 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'ছিলেক্ট'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'স্পেচ'; @@ -2058,6 +2070,9 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Seçin'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Boşluq'; @@ -2503,6 +2518,9 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Выбраць'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Прабел'; @@ -2948,6 +2966,9 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Select'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Space'; @@ -3393,6 +3414,9 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'বেছে নিন'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Space'; @@ -3838,6 +3862,9 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Select'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'tipka za razmak'; @@ -4283,6 +4310,9 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Selecciona'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Espai'; @@ -4728,6 +4758,9 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Vybrat'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Mezera'; @@ -5173,6 +5206,9 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Vælg'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Mellemrumstasten'; @@ -5618,6 +5654,9 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Auswählen'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Leertaste'; @@ -6100,6 +6139,9 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Επιλογή'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Διάστημα'; @@ -6545,6 +6587,9 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Select'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Space'; @@ -7847,6 +7892,9 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Selección'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Espacio'; @@ -11495,6 +11543,9 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Vali'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Tühik'; @@ -11940,6 +11991,9 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Hautatu'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Zuriune-barra'; @@ -12385,6 +12439,9 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'انتخاب'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'فاصله'; @@ -12830,6 +12887,9 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Valitse'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Välilyönti'; @@ -13275,6 +13335,9 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Piliin'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Puwang'; @@ -13720,6 +13783,9 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Sélectionner'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Espace'; @@ -14301,6 +14367,9 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Seleccionar'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Espazo'; @@ -14746,6 +14815,9 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Auswählen'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Leertaste'; @@ -15191,6 +15263,9 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Select'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Space'; @@ -15636,6 +15711,9 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Select'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'רווח'; @@ -16081,6 +16159,9 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Select'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Space'; @@ -16526,6 +16607,9 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Odaberi'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Razmaknica'; @@ -16971,6 +17055,9 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Kiválasztás'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Szóköz'; @@ -17416,6 +17503,9 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Ընտրել'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Բացատ'; @@ -17861,6 +17951,9 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Select'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Space'; @@ -18306,6 +18399,9 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Velja'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Bil'; @@ -18751,6 +18847,9 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Seleziona'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Barra spaziatrice'; @@ -19196,6 +19295,9 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Select'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Space'; @@ -19641,6 +19743,9 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Select'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Space'; @@ -20086,6 +20191,9 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Select'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Бос орын'; @@ -20531,6 +20639,9 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Select'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Space'; @@ -20976,6 +21087,9 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Select'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Space'; @@ -21421,6 +21535,9 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => '선택'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => '스페이스'; @@ -21866,6 +21983,9 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Тандоо'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Боштук'; @@ -22311,6 +22431,9 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Select'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Space'; @@ -22756,6 +22879,9 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Select'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Tarpas'; @@ -23201,6 +23327,9 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Atlasīt'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Atstarpes taustiņš'; @@ -23646,6 +23775,9 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Select'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Space'; @@ -24091,6 +24223,9 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Select'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Space'; @@ -24536,6 +24671,9 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Сонгох'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Space'; @@ -24981,6 +25119,9 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'निवडा'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'स्पेस'; @@ -25426,6 +25567,9 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Pilih'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Ruang'; @@ -25871,6 +26015,9 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'ရွေးရန်'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'နေရာခြားခလုတ်'; @@ -26316,6 +26463,9 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Velg'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Mellomrom'; @@ -26761,6 +26911,9 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Select'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Space'; @@ -27206,6 +27359,9 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Selecteren'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Spatie'; @@ -27651,6 +27807,9 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Velg'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Mellomrom'; @@ -28096,6 +28255,9 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Select'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Space'; @@ -28541,6 +28703,9 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Select'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Space'; @@ -28986,6 +29151,9 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Select'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Spacja'; @@ -29431,6 +29599,9 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Select'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Space'; @@ -29876,6 +30047,9 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Selecionar'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Espaço'; @@ -30460,6 +30634,9 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Select'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Spațiu'; @@ -30905,6 +31082,9 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Выбрать'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Пробел'; @@ -31350,6 +31530,9 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Select'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Space'; @@ -31795,6 +31978,9 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Select'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Medzerník'; @@ -32240,6 +32426,9 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Izberi'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Preslednica'; @@ -32685,6 +32874,9 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Select'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Space'; @@ -33130,6 +33322,9 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Select'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Тастер за размак'; @@ -33877,6 +34072,9 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Välj'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Blanksteg'; @@ -34322,6 +34520,9 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Select'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Space'; @@ -34767,6 +34968,9 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Select'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Space'; @@ -35212,6 +35416,9 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Select'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Space'; @@ -35657,6 +35864,9 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Select'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Space'; @@ -36102,6 +36312,9 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Piliin'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Puwang'; @@ -36547,6 +36760,9 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Seç'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Boşluk'; @@ -36992,6 +37208,9 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Select'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Пробіл'; @@ -37437,6 +37656,9 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Select'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Space'; @@ -37882,6 +38104,9 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Select'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Boʻsh joy'; @@ -38327,6 +38552,9 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Select'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Phím cách'; @@ -38772,6 +39000,9 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => '选择'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => '空格键'; @@ -39680,6 +39911,9 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { @override String get keyboardKeySelect => 'Khetha'; + @override + String get keyboardKeyShift => 'Shift'; + @override String get keyboardKeySpace => 'Space'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_af.arb b/packages/flutter_localizations/lib/src/l10n/material_af.arb index 0a602e113b2b..ce56ed31822f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_af.arb @@ -129,5 +129,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Kieslysbalkkieslys", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_am.arb b/packages/flutter_localizations/lib/src/l10n/material_am.arb index 9e96c26405f1..9dcf04542c70 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_am.arb @@ -129,5 +129,6 @@ "keyboardKeyMetaMacOs": "ትዕዛዝ", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "የምናሌ አሞሌ ምናሌ", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index 4beaf78ce4fa..975924586af7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -140,5 +140,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "قائمة شريط القوائم", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_as.arb b/packages/flutter_localizations/lib/src/l10n/material_as.arb index a7dc0b540b91..f0d0c1d471f0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_as.arb @@ -129,5 +129,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "মেনু বাৰ মেনু", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_az.arb b/packages/flutter_localizations/lib/src/l10n/material_az.arb index b7d1c9f5f6ab..0f37f7f19b82 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_az.arb @@ -129,5 +129,6 @@ "keyboardKeyMetaMacOs": "Əmr", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Menyu paneli menyusu", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_be.arb b/packages/flutter_localizations/lib/src/l10n/material_be.arb index fa1a553d0b31..a7c2e3071f13 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_be.arb @@ -135,5 +135,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Меню \"Панэль меню\"", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bg.arb b/packages/flutter_localizations/lib/src/l10n/material_bg.arb index 0c7c0bc11287..6e0391b37552 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bg.arb @@ -130,5 +130,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Меню на лентата с менюта", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bn.arb b/packages/flutter_localizations/lib/src/l10n/material_bn.arb index 1cad01ef388f..7d4490795d9c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bn.arb @@ -129,5 +129,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "মেনু বার মেনু", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bs.arb b/packages/flutter_localizations/lib/src/l10n/material_bs.arb index 4d1ea6d72a72..f16a7aa08edd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bs.arb @@ -133,5 +133,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Meni trake menija", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ca.arb b/packages/flutter_localizations/lib/src/l10n/material_ca.arb index 93bde22df12a..a6ff18a13afe 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ca.arb @@ -130,5 +130,6 @@ "keyboardKeyMetaMacOs": "Ordre", "keyboardKeyMetaWindows": "Windows", "menuBarMenuLabel": "Menú de la barra de menú", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_cs.arb b/packages/flutter_localizations/lib/src/l10n/material_cs.arb index 0d5e19ecfd1e..6cdd24fd97cf 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cs.arb @@ -136,5 +136,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Nabídka na liště s nabídkou", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_da.arb b/packages/flutter_localizations/lib/src/l10n/material_da.arb index 7c2d68f1e20b..324551b0cf90 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_da.arb @@ -130,5 +130,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Menuen for menulinjen", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index b1a188336854..d4eb5374c7ef 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -131,5 +131,6 @@ "keyboardKeyMetaMacOs": "Befehl", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Menü in der Menüleiste", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_el.arb b/packages/flutter_localizations/lib/src/l10n/material_el.arb index 138ff4194b99..9d02496d66d5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_el.arb @@ -130,5 +130,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Μενού γραμμής μενού", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index 00cf118cf405..052907821095 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -691,6 +691,11 @@ "description": "Part of a keyboard shortcut label for the keyboard key 'Select' (select) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale." }, + "keyboardKeyShift": "Shift", + "@keyboardKeyShift": { + "description": "Part of a keyboard shortcut label for the keyboard key 'Shift' (shift) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is the shift modifier key on the left or right sides of the keyboard." + }, + "keyboardKeySpace": "Space", "@keyboardKeySpace": { "description": "Part of a keyboard shortcut label for the keyboard key 'Space' (space) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is the space bar key." diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb index 054658ff74b4..30dce144dd6f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb @@ -8,30 +8,21 @@ "keyboardKeyNumpad6": "Num 6", "keyboardKeyNumpad7": "Num 7", "keyboardKeyNumpad2": "Num 2", - "keyboardKeyKanaMode": "Kana mode", "keyboardKeyNumpad0": "Num 0", "keyboardKeyNumpadAdd": "Num +", "keyboardKeyNumpadComma": "Num ,", "keyboardKeyNumpadDecimal": "Num .", "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyHangulMode": "Hangul mode", "keyboardKeyNumpadEqual": "Num =", "keyboardKeyNumpadMultiply": "Num *", "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyRomaji": "Romaji", "keyboardKeyInsert": "Insert", "keyboardKeyHome": "Home", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", - "keyboardKeyHiragana": "Hiragana", "keyboardKeyEject": "Eject", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHanjaMode": "Hanja mode", "keyboardKeyNumpadParenRight": "Num )", "keyboardKeyFn": "Fn", "keyboardKeyEscape": "Esc", "keyboardKeyEnd": "End", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", - "keyboardKeyEisu": "Eisū", "keyboardKeyDelete": "Del", "keyboardKeyControl": "Ctrl", "keyboardKeyChannelUp": "Channel up", @@ -40,15 +31,12 @@ "keyboardKeyBackspace": "Backspace", "keyboardKeySelect": "Select", "keyboardKeyAlt": "Alt", - "keyboardKeyKanjiMode": "Kanji mode", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "keyboardKeyNumLock": "Num lock", "keyboardKeyNumpad1": "Num 1", "keyboardKeyPageDown": "PgDown", - "keyboardKeyZenkaku": "Zenkaku", "keyboardKeySpace": "Space", "keyboardKeyNumpad3": "Num 3", "keyboardKeyScrollLock": "Scroll lock", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb index 054658ff74b4..30dce144dd6f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb @@ -8,30 +8,21 @@ "keyboardKeyNumpad6": "Num 6", "keyboardKeyNumpad7": "Num 7", "keyboardKeyNumpad2": "Num 2", - "keyboardKeyKanaMode": "Kana mode", "keyboardKeyNumpad0": "Num 0", "keyboardKeyNumpadAdd": "Num +", "keyboardKeyNumpadComma": "Num ,", "keyboardKeyNumpadDecimal": "Num .", "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyHangulMode": "Hangul mode", "keyboardKeyNumpadEqual": "Num =", "keyboardKeyNumpadMultiply": "Num *", "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyRomaji": "Romaji", "keyboardKeyInsert": "Insert", "keyboardKeyHome": "Home", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", - "keyboardKeyHiragana": "Hiragana", "keyboardKeyEject": "Eject", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHanjaMode": "Hanja mode", "keyboardKeyNumpadParenRight": "Num )", "keyboardKeyFn": "Fn", "keyboardKeyEscape": "Esc", "keyboardKeyEnd": "End", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", - "keyboardKeyEisu": "Eisū", "keyboardKeyDelete": "Del", "keyboardKeyControl": "Ctrl", "keyboardKeyChannelUp": "Channel up", @@ -40,15 +31,12 @@ "keyboardKeyBackspace": "Backspace", "keyboardKeySelect": "Select", "keyboardKeyAlt": "Alt", - "keyboardKeyKanjiMode": "Kanji mode", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "keyboardKeyNumLock": "Num lock", "keyboardKeyNumpad1": "Num 1", "keyboardKeyPageDown": "PgDown", - "keyboardKeyZenkaku": "Zenkaku", "keyboardKeySpace": "Space", "keyboardKeyNumpad3": "Num 3", "keyboardKeyScrollLock": "Scroll lock", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb index eb38e9241bb4..05f7e54a2b37 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb @@ -8,30 +8,21 @@ "keyboardKeyNumpad6": "Num 6", "keyboardKeyNumpad7": "Num 7", "keyboardKeyNumpad2": "Num 2", - "keyboardKeyKanaMode": "Kana mode", "keyboardKeyNumpad0": "Num 0", "keyboardKeyNumpadAdd": "Num +", "keyboardKeyNumpadComma": "Num ,", "keyboardKeyNumpadDecimal": "Num .", "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyHangulMode": "Hangul mode", "keyboardKeyNumpadEqual": "Num =", "keyboardKeyNumpadMultiply": "Num *", "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyRomaji": "Romaji", "keyboardKeyInsert": "Insert", "keyboardKeyHome": "Home", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", - "keyboardKeyHiragana": "Hiragana", "keyboardKeyEject": "Eject", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHanjaMode": "Hanja mode", "keyboardKeyNumpadParenRight": "Num )", "keyboardKeyFn": "Fn", "keyboardKeyEscape": "Esc", "keyboardKeyEnd": "End", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", - "keyboardKeyEisu": "Eisū", "keyboardKeyDelete": "Del", "keyboardKeyControl": "Ctrl", "keyboardKeyChannelUp": "Channel up", @@ -40,15 +31,12 @@ "keyboardKeyBackspace": "Backspace", "keyboardKeySelect": "Select", "keyboardKeyAlt": "Alt", - "keyboardKeyKanjiMode": "Kanji mode", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "keyboardKeyNumLock": "Num lock", "keyboardKeyNumpad1": "Num 1", "keyboardKeyPageDown": "PgDown", - "keyboardKeyZenkaku": "Zenkaku", "keyboardKeySpace": "Space", "keyboardKeyNumpad3": "Num 3", "keyboardKeyScrollLock": "Scroll lock", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb index eb38e9241bb4..05f7e54a2b37 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb @@ -8,30 +8,21 @@ "keyboardKeyNumpad6": "Num 6", "keyboardKeyNumpad7": "Num 7", "keyboardKeyNumpad2": "Num 2", - "keyboardKeyKanaMode": "Kana mode", "keyboardKeyNumpad0": "Num 0", "keyboardKeyNumpadAdd": "Num +", "keyboardKeyNumpadComma": "Num ,", "keyboardKeyNumpadDecimal": "Num .", "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyHangulMode": "Hangul mode", "keyboardKeyNumpadEqual": "Num =", "keyboardKeyNumpadMultiply": "Num *", "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyRomaji": "Romaji", "keyboardKeyInsert": "Insert", "keyboardKeyHome": "Home", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", - "keyboardKeyHiragana": "Hiragana", "keyboardKeyEject": "Eject", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHanjaMode": "Hanja mode", "keyboardKeyNumpadParenRight": "Num )", "keyboardKeyFn": "Fn", "keyboardKeyEscape": "Esc", "keyboardKeyEnd": "End", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", - "keyboardKeyEisu": "Eisū", "keyboardKeyDelete": "Del", "keyboardKeyControl": "Ctrl", "keyboardKeyChannelUp": "Channel up", @@ -40,15 +31,12 @@ "keyboardKeyBackspace": "Backspace", "keyboardKeySelect": "Select", "keyboardKeyAlt": "Alt", - "keyboardKeyKanjiMode": "Kanji mode", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "keyboardKeyNumLock": "Num lock", "keyboardKeyNumpad1": "Num 1", "keyboardKeyPageDown": "PgDown", - "keyboardKeyZenkaku": "Zenkaku", "keyboardKeySpace": "Space", "keyboardKeyNumpad3": "Num 3", "keyboardKeyScrollLock": "Scroll lock", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb index 054658ff74b4..30dce144dd6f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb @@ -8,30 +8,21 @@ "keyboardKeyNumpad6": "Num 6", "keyboardKeyNumpad7": "Num 7", "keyboardKeyNumpad2": "Num 2", - "keyboardKeyKanaMode": "Kana mode", "keyboardKeyNumpad0": "Num 0", "keyboardKeyNumpadAdd": "Num +", "keyboardKeyNumpadComma": "Num ,", "keyboardKeyNumpadDecimal": "Num .", "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyHangulMode": "Hangul mode", "keyboardKeyNumpadEqual": "Num =", "keyboardKeyNumpadMultiply": "Num *", "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyRomaji": "Romaji", "keyboardKeyInsert": "Insert", "keyboardKeyHome": "Home", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", - "keyboardKeyHiragana": "Hiragana", "keyboardKeyEject": "Eject", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHanjaMode": "Hanja mode", "keyboardKeyNumpadParenRight": "Num )", "keyboardKeyFn": "Fn", "keyboardKeyEscape": "Esc", "keyboardKeyEnd": "End", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", - "keyboardKeyEisu": "Eisū", "keyboardKeyDelete": "Del", "keyboardKeyControl": "Ctrl", "keyboardKeyChannelUp": "Channel up", @@ -40,15 +31,12 @@ "keyboardKeyBackspace": "Backspace", "keyboardKeySelect": "Select", "keyboardKeyAlt": "Alt", - "keyboardKeyKanjiMode": "Kanji mode", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "keyboardKeyNumLock": "Num lock", "keyboardKeyNumpad1": "Num 1", "keyboardKeyPageDown": "PgDown", - "keyboardKeyZenkaku": "Zenkaku", "keyboardKeySpace": "Space", "keyboardKeyNumpad3": "Num 3", "keyboardKeyScrollLock": "Scroll lock", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb b/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb index 4b099c6de71c..deb0319de124 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb @@ -8,31 +8,21 @@ "keyboardKeyNumpad6": "Num 6", "keyboardKeyNumpad7": "Num 7", "keyboardKeyNumpad2": "Num 2", - "keyboardKeyKanjiMode": "Kanji mode", "keyboardKeyNumpad0": "Num 0", "keyboardKeyNumpadAdd": "Num +", "keyboardKeyNumpadComma": "Num ,", "keyboardKeyNumpadDecimal": "Num .", "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyHanjaMode": "Hanja mode", "keyboardKeyNumpadEqual": "Num =", "keyboardKeyNumpadMultiply": "Num *", "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyRomaji": "Romaji", - "keyboardKeyKanaMode": "Kana mode", "keyboardKeyInsert": "Insert", "keyboardKeyHome": "Home", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyEnd": "End", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHankaku": "Hankaku", "keyboardKeyNumpadParenRight": "Num )", - "keyboardKeyHangulMode": "Hangul mode", "keyboardKeyFn": "Fn", "keyboardKeyEscape": "Esc", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyEject": "Eject", - "keyboardKeyEisu": "Eisū", "keyboardKeyDelete": "Del", "keyboardKeyControl": "Ctrl", "keyboardKeyNumpadSubtract": "Num -", @@ -41,14 +31,12 @@ "keyboardKeySelect": "Select", "keyboardKeyAltGraph": "AltGr", "keyboardKeyAlt": "Alt", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "keyboardKeyNumLock": "Num lock", "keyboardKeyNumpad1": "Num 1", "keyboardKeyPageDown": "PgDown", - "keyboardKeyZenkaku": "Zenkaku", "keyboardKeySpace": "Space", "keyboardKeyNumpad3": "Num 3", "keyboardKeyScrollLock": "Scroll lock", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb index 054658ff74b4..30dce144dd6f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb @@ -8,30 +8,21 @@ "keyboardKeyNumpad6": "Num 6", "keyboardKeyNumpad7": "Num 7", "keyboardKeyNumpad2": "Num 2", - "keyboardKeyKanaMode": "Kana mode", "keyboardKeyNumpad0": "Num 0", "keyboardKeyNumpadAdd": "Num +", "keyboardKeyNumpadComma": "Num ,", "keyboardKeyNumpadDecimal": "Num .", "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyHangulMode": "Hangul mode", "keyboardKeyNumpadEqual": "Num =", "keyboardKeyNumpadMultiply": "Num *", "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyRomaji": "Romaji", "keyboardKeyInsert": "Insert", "keyboardKeyHome": "Home", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", - "keyboardKeyHiragana": "Hiragana", "keyboardKeyEject": "Eject", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHanjaMode": "Hanja mode", "keyboardKeyNumpadParenRight": "Num )", "keyboardKeyFn": "Fn", "keyboardKeyEscape": "Esc", "keyboardKeyEnd": "End", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", - "keyboardKeyEisu": "Eisū", "keyboardKeyDelete": "Del", "keyboardKeyControl": "Ctrl", "keyboardKeyChannelUp": "Channel up", @@ -40,15 +31,12 @@ "keyboardKeyBackspace": "Backspace", "keyboardKeySelect": "Select", "keyboardKeyAlt": "Alt", - "keyboardKeyKanjiMode": "Kanji mode", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "keyboardKeyNumLock": "Num lock", "keyboardKeyNumpad1": "Num 1", "keyboardKeyPageDown": "PgDown", - "keyboardKeyZenkaku": "Zenkaku", "keyboardKeySpace": "Space", "keyboardKeyNumpad3": "Num 3", "keyboardKeyScrollLock": "Scroll lock", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb index eb38e9241bb4..05f7e54a2b37 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb @@ -8,30 +8,21 @@ "keyboardKeyNumpad6": "Num 6", "keyboardKeyNumpad7": "Num 7", "keyboardKeyNumpad2": "Num 2", - "keyboardKeyKanaMode": "Kana mode", "keyboardKeyNumpad0": "Num 0", "keyboardKeyNumpadAdd": "Num +", "keyboardKeyNumpadComma": "Num ,", "keyboardKeyNumpadDecimal": "Num .", "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyHangulMode": "Hangul mode", "keyboardKeyNumpadEqual": "Num =", "keyboardKeyNumpadMultiply": "Num *", "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyRomaji": "Romaji", "keyboardKeyInsert": "Insert", "keyboardKeyHome": "Home", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", - "keyboardKeyHiragana": "Hiragana", "keyboardKeyEject": "Eject", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHanjaMode": "Hanja mode", "keyboardKeyNumpadParenRight": "Num )", "keyboardKeyFn": "Fn", "keyboardKeyEscape": "Esc", "keyboardKeyEnd": "End", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", - "keyboardKeyEisu": "Eisū", "keyboardKeyDelete": "Del", "keyboardKeyControl": "Ctrl", "keyboardKeyChannelUp": "Channel up", @@ -40,15 +31,12 @@ "keyboardKeyBackspace": "Backspace", "keyboardKeySelect": "Select", "keyboardKeyAlt": "Alt", - "keyboardKeyKanjiMode": "Kanji mode", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "keyboardKeyNumLock": "Num lock", "keyboardKeyNumpad1": "Num 1", "keyboardKeyPageDown": "PgDown", - "keyboardKeyZenkaku": "Zenkaku", "keyboardKeySpace": "Space", "keyboardKeyNumpad3": "Num 3", "keyboardKeyScrollLock": "Scroll lock", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index 721f957d6137..58896e8bdb06 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -131,5 +131,6 @@ "keyboardKeyMetaMacOs": "Comando", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Menú de la barra de menú", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb index 122412251e50..780863b7ee73 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb @@ -8,31 +8,21 @@ "keyboardKeyNumpad6": "Num 6", "keyboardKeyNumpad7": "Num 7", "keyboardKeyNumpad2": "Num 2", - "keyboardKeyKanjiMode": "Modo Kanji", "keyboardKeyNumpad0": "Num 0", "keyboardKeyNumpadAdd": "Num +", "keyboardKeyNumpadComma": "Num ,", "keyboardKeyNumpadDecimal": "Num .", "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyHanjaMode": "Modo Hanja", "keyboardKeyNumpadEqual": "Num =", "keyboardKeyNumpadMultiply": "Num *", "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyRomaji": "Romaji", - "keyboardKeyKanaMode": "Modo Kana", "keyboardKeyInsert": "Insert", "keyboardKeyHome": "Inicio", - "keyboardKeyHiraganaKatakana": "Hiragana y Katakana", "keyboardKeyEnd": "Fin", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHankaku": "Hankaku", "keyboardKeyNumpadParenRight": "Num )", - "keyboardKeyHangulMode": "Modo Hangul", "keyboardKeyFn": "Fn", "keyboardKeyEscape": "Esc", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyEject": "Expulsar", - "keyboardKeyEisu": "Eisū", "keyboardKeyDelete": "Supr", "keyboardKeyControl": "Ctrl", "keyboardKeyNumpadSubtract": "Num -", @@ -41,14 +31,12 @@ "keyboardKeySelect": "Select", "keyboardKeyAltGraph": "AltGr", "keyboardKeyAlt": "Alt", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyMetaMacOs": "Comando", "keyboardKeyMetaWindows": "Win", "keyboardKeyNumLock": "Bloqueo numérico", "keyboardKeyNumpad1": "Num 1", "keyboardKeyPageDown": "AvPág", - "keyboardKeyZenkaku": "Zenkaku", "keyboardKeySpace": "Barra espaciadora", "keyboardKeyNumpad3": "Num 3", "keyboardKeyScrollLock": "Bloqueo de desplazamiento", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb index 122412251e50..780863b7ee73 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb @@ -8,31 +8,21 @@ "keyboardKeyNumpad6": "Num 6", "keyboardKeyNumpad7": "Num 7", "keyboardKeyNumpad2": "Num 2", - "keyboardKeyKanjiMode": "Modo Kanji", "keyboardKeyNumpad0": "Num 0", "keyboardKeyNumpadAdd": "Num +", "keyboardKeyNumpadComma": "Num ,", "keyboardKeyNumpadDecimal": "Num .", "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyHanjaMode": "Modo Hanja", "keyboardKeyNumpadEqual": "Num =", "keyboardKeyNumpadMultiply": "Num *", "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyRomaji": "Romaji", - "keyboardKeyKanaMode": "Modo Kana", "keyboardKeyInsert": "Insert", "keyboardKeyHome": "Inicio", - "keyboardKeyHiraganaKatakana": "Hiragana y Katakana", "keyboardKeyEnd": "Fin", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHankaku": "Hankaku", "keyboardKeyNumpadParenRight": "Num )", - "keyboardKeyHangulMode": "Modo Hangul", "keyboardKeyFn": "Fn", "keyboardKeyEscape": "Esc", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyEject": "Expulsar", - "keyboardKeyEisu": "Eisū", "keyboardKeyDelete": "Supr", "keyboardKeyControl": "Ctrl", "keyboardKeyNumpadSubtract": "Num -", @@ -41,14 +31,12 @@ "keyboardKeySelect": "Select", "keyboardKeyAltGraph": "AltGr", "keyboardKeyAlt": "Alt", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyMetaMacOs": "Comando", "keyboardKeyMetaWindows": "Win", "keyboardKeyNumLock": "Bloqueo numérico", "keyboardKeyNumpad1": "Num 1", "keyboardKeyPageDown": "AvPág", - "keyboardKeyZenkaku": "Zenkaku", "keyboardKeySpace": "Barra espaciadora", "keyboardKeyNumpad3": "Num 3", "keyboardKeyScrollLock": "Bloqueo de desplazamiento", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb index bca1353a40f4..178a7fa244cc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb @@ -8,31 +8,21 @@ "keyboardKeyNumpad6": "Num 6", "keyboardKeyNumpad7": "Num 7", "keyboardKeyNumpad2": "Num 2", - "keyboardKeyKanjiMode": "Modo Kanji", "keyboardKeyNumpad0": "Num 0", "keyboardKeyNumpadAdd": "Num +", "keyboardKeyNumpadComma": "Num ,", "keyboardKeyNumpadDecimal": "Num .", "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyHanjaMode": "Modo Hanja", "keyboardKeyNumpadEqual": "Num =", "keyboardKeyNumpadMultiply": "Num *", "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyRomaji": "Romaji", - "keyboardKeyKanaMode": "Modo Kana", "keyboardKeyInsert": "Insert", "keyboardKeyHome": "Inicio", - "keyboardKeyHiraganaKatakana": "Hiragana y Katakana", "keyboardKeyEnd": "Fin", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHankaku": "Hankaku", "keyboardKeyNumpadParenRight": "Num )", - "keyboardKeyHangulMode": "Modo Hangul", "keyboardKeyFn": "Fn", "keyboardKeyEscape": "Esc", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyEject": "Expulsar", - "keyboardKeyEisu": "Eisū", "keyboardKeyDelete": "Supr", "keyboardKeyControl": "Ctrl", "keyboardKeyNumpadSubtract": "Num -", @@ -41,14 +31,12 @@ "keyboardKeySelect": "Select", "keyboardKeyAltGraph": "AltGr", "keyboardKeyAlt": "Alt", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyMetaMacOs": "Comando", "keyboardKeyMetaWindows": "Win", "keyboardKeyNumLock": "Bloqueo numérico", "keyboardKeyNumpad1": "Num 1", "keyboardKeyPageDown": "AvPág", - "keyboardKeyZenkaku": "Zenkaku", "keyboardKeySpace": "Barra espaciadora", "keyboardKeyNumpad3": "Num 3", "keyboardKeyScrollLock": "Bloqueo de desplazamiento", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb index bca1353a40f4..178a7fa244cc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb @@ -8,31 +8,21 @@ "keyboardKeyNumpad6": "Num 6", "keyboardKeyNumpad7": "Num 7", "keyboardKeyNumpad2": "Num 2", - "keyboardKeyKanjiMode": "Modo Kanji", "keyboardKeyNumpad0": "Num 0", "keyboardKeyNumpadAdd": "Num +", "keyboardKeyNumpadComma": "Num ,", "keyboardKeyNumpadDecimal": "Num .", "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyHanjaMode": "Modo Hanja", "keyboardKeyNumpadEqual": "Num =", "keyboardKeyNumpadMultiply": "Num *", "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyRomaji": "Romaji", - "keyboardKeyKanaMode": "Modo Kana", "keyboardKeyInsert": "Insert", "keyboardKeyHome": "Inicio", - "keyboardKeyHiraganaKatakana": "Hiragana y Katakana", "keyboardKeyEnd": "Fin", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHankaku": "Hankaku", "keyboardKeyNumpadParenRight": "Num )", - "keyboardKeyHangulMode": "Modo Hangul", "keyboardKeyFn": "Fn", "keyboardKeyEscape": "Esc", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyEject": "Expulsar", - "keyboardKeyEisu": "Eisū", "keyboardKeyDelete": "Supr", "keyboardKeyControl": "Ctrl", "keyboardKeyNumpadSubtract": "Num -", @@ -41,14 +31,12 @@ "keyboardKeySelect": "Select", "keyboardKeyAltGraph": "AltGr", "keyboardKeyAlt": "Alt", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyMetaMacOs": "Comando", "keyboardKeyMetaWindows": "Win", "keyboardKeyNumLock": "Bloqueo numérico", "keyboardKeyNumpad1": "Num 1", "keyboardKeyPageDown": "AvPág", - "keyboardKeyZenkaku": "Zenkaku", "keyboardKeySpace": "Barra espaciadora", "keyboardKeyNumpad3": "Num 3", "keyboardKeyScrollLock": "Bloqueo de desplazamiento", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb index bca1353a40f4..178a7fa244cc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb @@ -8,31 +8,21 @@ "keyboardKeyNumpad6": "Num 6", "keyboardKeyNumpad7": "Num 7", "keyboardKeyNumpad2": "Num 2", - "keyboardKeyKanjiMode": "Modo Kanji", "keyboardKeyNumpad0": "Num 0", "keyboardKeyNumpadAdd": "Num +", "keyboardKeyNumpadComma": "Num ,", "keyboardKeyNumpadDecimal": "Num .", "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyHanjaMode": "Modo Hanja", "keyboardKeyNumpadEqual": "Num =", "keyboardKeyNumpadMultiply": "Num *", "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyRomaji": "Romaji", - "keyboardKeyKanaMode": "Modo Kana", "keyboardKeyInsert": "Insert", "keyboardKeyHome": "Inicio", - "keyboardKeyHiraganaKatakana": "Hiragana y Katakana", "keyboardKeyEnd": "Fin", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHankaku": "Hankaku", "keyboardKeyNumpadParenRight": "Num )", - "keyboardKeyHangulMode": "Modo Hangul", "keyboardKeyFn": "Fn", "keyboardKeyEscape": "Esc", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyEject": "Expulsar", - "keyboardKeyEisu": "Eisū", "keyboardKeyDelete": "Supr", "keyboardKeyControl": "Ctrl", "keyboardKeyNumpadSubtract": "Num -", @@ -41,14 +31,12 @@ "keyboardKeySelect": "Select", "keyboardKeyAltGraph": "AltGr", "keyboardKeyAlt": "Alt", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyMetaMacOs": "Comando", "keyboardKeyMetaWindows": "Win", "keyboardKeyNumLock": "Bloqueo numérico", "keyboardKeyNumpad1": "Num 1", "keyboardKeyPageDown": "AvPág", - "keyboardKeyZenkaku": "Zenkaku", "keyboardKeySpace": "Barra espaciadora", "keyboardKeyNumpad3": "Num 3", "keyboardKeyScrollLock": "Bloqueo de desplazamiento", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb index bca1353a40f4..178a7fa244cc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb @@ -8,31 +8,21 @@ "keyboardKeyNumpad6": "Num 6", "keyboardKeyNumpad7": "Num 7", "keyboardKeyNumpad2": "Num 2", - "keyboardKeyKanjiMode": "Modo Kanji", "keyboardKeyNumpad0": "Num 0", "keyboardKeyNumpadAdd": "Num +", "keyboardKeyNumpadComma": "Num ,", "keyboardKeyNumpadDecimal": "Num .", "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyHanjaMode": "Modo Hanja", "keyboardKeyNumpadEqual": "Num =", "keyboardKeyNumpadMultiply": "Num *", "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyRomaji": "Romaji", - "keyboardKeyKanaMode": "Modo Kana", "keyboardKeyInsert": "Insert", "keyboardKeyHome": "Inicio", - "keyboardKeyHiraganaKatakana": "Hiragana y Katakana", "keyboardKeyEnd": "Fin", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHankaku": "Hankaku", "keyboardKeyNumpadParenRight": "Num )", - "keyboardKeyHangulMode": "Modo Hangul", "keyboardKeyFn": "Fn", "keyboardKeyEscape": "Esc", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyEject": "Expulsar", - "keyboardKeyEisu": "Eisū", "keyboardKeyDelete": "Supr", "keyboardKeyControl": "Ctrl", "keyboardKeyNumpadSubtract": "Num -", @@ -41,14 +31,12 @@ "keyboardKeySelect": "Select", "keyboardKeyAltGraph": "AltGr", "keyboardKeyAlt": "Alt", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyMetaMacOs": "Comando", "keyboardKeyMetaWindows": "Win", "keyboardKeyNumLock": "Bloqueo numérico", "keyboardKeyNumpad1": "Num 1", "keyboardKeyPageDown": "AvPág", - "keyboardKeyZenkaku": "Zenkaku", "keyboardKeySpace": "Barra espaciadora", "keyboardKeyNumpad3": "Num 3", "keyboardKeyScrollLock": "Bloqueo de desplazamiento", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb index bca1353a40f4..178a7fa244cc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb @@ -8,31 +8,21 @@ "keyboardKeyNumpad6": "Num 6", "keyboardKeyNumpad7": "Num 7", "keyboardKeyNumpad2": "Num 2", - "keyboardKeyKanjiMode": "Modo Kanji", "keyboardKeyNumpad0": "Num 0", "keyboardKeyNumpadAdd": "Num +", "keyboardKeyNumpadComma": "Num ,", "keyboardKeyNumpadDecimal": "Num .", "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyHanjaMode": "Modo Hanja", "keyboardKeyNumpadEqual": "Num =", "keyboardKeyNumpadMultiply": "Num *", "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyRomaji": "Romaji", - "keyboardKeyKanaMode": "Modo Kana", "keyboardKeyInsert": "Insert", "keyboardKeyHome": "Inicio", - "keyboardKeyHiraganaKatakana": "Hiragana y Katakana", "keyboardKeyEnd": "Fin", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHankaku": "Hankaku", "keyboardKeyNumpadParenRight": "Num )", - "keyboardKeyHangulMode": "Modo Hangul", "keyboardKeyFn": "Fn", "keyboardKeyEscape": "Esc", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyEject": "Expulsar", - "keyboardKeyEisu": "Eisū", "keyboardKeyDelete": "Supr", "keyboardKeyControl": "Ctrl", "keyboardKeyNumpadSubtract": "Num -", @@ -41,14 +31,12 @@ "keyboardKeySelect": "Select", "keyboardKeyAltGraph": "AltGr", "keyboardKeyAlt": "Alt", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyMetaMacOs": "Comando", "keyboardKeyMetaWindows": "Win", "keyboardKeyNumLock": "Bloqueo numérico", "keyboardKeyNumpad1": "Num 1", "keyboardKeyPageDown": "AvPág", - "keyboardKeyZenkaku": "Zenkaku", "keyboardKeySpace": "Barra espaciadora", "keyboardKeyNumpad3": "Num 3", "keyboardKeyScrollLock": "Bloqueo de desplazamiento", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb index bca1353a40f4..178a7fa244cc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb @@ -8,31 +8,21 @@ "keyboardKeyNumpad6": "Num 6", "keyboardKeyNumpad7": "Num 7", "keyboardKeyNumpad2": "Num 2", - "keyboardKeyKanjiMode": "Modo Kanji", "keyboardKeyNumpad0": "Num 0", "keyboardKeyNumpadAdd": "Num +", "keyboardKeyNumpadComma": "Num ,", "keyboardKeyNumpadDecimal": "Num .", "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyHanjaMode": "Modo Hanja", "keyboardKeyNumpadEqual": "Num =", "keyboardKeyNumpadMultiply": "Num *", "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyRomaji": "Romaji", - "keyboardKeyKanaMode": "Modo Kana", "keyboardKeyInsert": "Insert", "keyboardKeyHome": "Inicio", - "keyboardKeyHiraganaKatakana": "Hiragana y Katakana", "keyboardKeyEnd": "Fin", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHankaku": "Hankaku", "keyboardKeyNumpadParenRight": "Num )", - "keyboardKeyHangulMode": "Modo Hangul", "keyboardKeyFn": "Fn", "keyboardKeyEscape": "Esc", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyEject": "Expulsar", - "keyboardKeyEisu": "Eisū", "keyboardKeyDelete": "Supr", "keyboardKeyControl": "Ctrl", "keyboardKeyNumpadSubtract": "Num -", @@ -41,14 +31,12 @@ "keyboardKeySelect": "Select", "keyboardKeyAltGraph": "AltGr", "keyboardKeyAlt": "Alt", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyMetaMacOs": "Comando", "keyboardKeyMetaWindows": "Win", "keyboardKeyNumLock": "Bloqueo numérico", "keyboardKeyNumpad1": "Num 1", "keyboardKeyPageDown": "AvPág", - "keyboardKeyZenkaku": "Zenkaku", "keyboardKeySpace": "Barra espaciadora", "keyboardKeyNumpad3": "Num 3", "keyboardKeyScrollLock": "Bloqueo de desplazamiento", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb index bca1353a40f4..178a7fa244cc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb @@ -8,31 +8,21 @@ "keyboardKeyNumpad6": "Num 6", "keyboardKeyNumpad7": "Num 7", "keyboardKeyNumpad2": "Num 2", - "keyboardKeyKanjiMode": "Modo Kanji", "keyboardKeyNumpad0": "Num 0", "keyboardKeyNumpadAdd": "Num +", "keyboardKeyNumpadComma": "Num ,", "keyboardKeyNumpadDecimal": "Num .", "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyHanjaMode": "Modo Hanja", "keyboardKeyNumpadEqual": "Num =", "keyboardKeyNumpadMultiply": "Num *", "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyRomaji": "Romaji", - "keyboardKeyKanaMode": "Modo Kana", "keyboardKeyInsert": "Insert", "keyboardKeyHome": "Inicio", - "keyboardKeyHiraganaKatakana": "Hiragana y Katakana", "keyboardKeyEnd": "Fin", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHankaku": "Hankaku", "keyboardKeyNumpadParenRight": "Num )", - "keyboardKeyHangulMode": "Modo Hangul", "keyboardKeyFn": "Fn", "keyboardKeyEscape": "Esc", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyEject": "Expulsar", - "keyboardKeyEisu": "Eisū", "keyboardKeyDelete": "Supr", "keyboardKeyControl": "Ctrl", "keyboardKeyNumpadSubtract": "Num -", @@ -41,14 +31,12 @@ "keyboardKeySelect": "Select", "keyboardKeyAltGraph": "AltGr", "keyboardKeyAlt": "Alt", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyMetaMacOs": "Comando", "keyboardKeyMetaWindows": "Win", "keyboardKeyNumLock": "Bloqueo numérico", "keyboardKeyNumpad1": "Num 1", "keyboardKeyPageDown": "AvPág", - "keyboardKeyZenkaku": "Zenkaku", "keyboardKeySpace": "Barra espaciadora", "keyboardKeyNumpad3": "Num 3", "keyboardKeyScrollLock": "Bloqueo de desplazamiento", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb index bca1353a40f4..178a7fa244cc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb @@ -8,31 +8,21 @@ "keyboardKeyNumpad6": "Num 6", "keyboardKeyNumpad7": "Num 7", "keyboardKeyNumpad2": "Num 2", - "keyboardKeyKanjiMode": "Modo Kanji", "keyboardKeyNumpad0": "Num 0", "keyboardKeyNumpadAdd": "Num +", "keyboardKeyNumpadComma": "Num ,", "keyboardKeyNumpadDecimal": "Num .", "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyHanjaMode": "Modo Hanja", "keyboardKeyNumpadEqual": "Num =", "keyboardKeyNumpadMultiply": "Num *", "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyRomaji": "Romaji", - "keyboardKeyKanaMode": "Modo Kana", "keyboardKeyInsert": "Insert", "keyboardKeyHome": "Inicio", - "keyboardKeyHiraganaKatakana": "Hiragana y Katakana", "keyboardKeyEnd": "Fin", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHankaku": "Hankaku", "keyboardKeyNumpadParenRight": "Num )", - "keyboardKeyHangulMode": "Modo Hangul", "keyboardKeyFn": "Fn", "keyboardKeyEscape": "Esc", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyEject": "Expulsar", - "keyboardKeyEisu": "Eisū", "keyboardKeyDelete": "Supr", "keyboardKeyControl": "Ctrl", "keyboardKeyNumpadSubtract": "Num -", @@ -41,14 +31,12 @@ "keyboardKeySelect": "Select", "keyboardKeyAltGraph": "AltGr", "keyboardKeyAlt": "Alt", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyMetaMacOs": "Comando", "keyboardKeyMetaWindows": "Win", "keyboardKeyNumLock": "Bloqueo numérico", "keyboardKeyNumpad1": "Num 1", "keyboardKeyPageDown": "AvPág", - "keyboardKeyZenkaku": "Zenkaku", "keyboardKeySpace": "Barra espaciadora", "keyboardKeyNumpad3": "Num 3", "keyboardKeyScrollLock": "Bloqueo de desplazamiento", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb index bca1353a40f4..178a7fa244cc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb @@ -8,31 +8,21 @@ "keyboardKeyNumpad6": "Num 6", "keyboardKeyNumpad7": "Num 7", "keyboardKeyNumpad2": "Num 2", - "keyboardKeyKanjiMode": "Modo Kanji", "keyboardKeyNumpad0": "Num 0", "keyboardKeyNumpadAdd": "Num +", "keyboardKeyNumpadComma": "Num ,", "keyboardKeyNumpadDecimal": "Num .", "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyHanjaMode": "Modo Hanja", "keyboardKeyNumpadEqual": "Num =", "keyboardKeyNumpadMultiply": "Num *", "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyRomaji": "Romaji", - "keyboardKeyKanaMode": "Modo Kana", "keyboardKeyInsert": "Insert", "keyboardKeyHome": "Inicio", - "keyboardKeyHiraganaKatakana": "Hiragana y Katakana", "keyboardKeyEnd": "Fin", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHankaku": "Hankaku", "keyboardKeyNumpadParenRight": "Num )", - "keyboardKeyHangulMode": "Modo Hangul", "keyboardKeyFn": "Fn", "keyboardKeyEscape": "Esc", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyEject": "Expulsar", - "keyboardKeyEisu": "Eisū", "keyboardKeyDelete": "Supr", "keyboardKeyControl": "Ctrl", "keyboardKeyNumpadSubtract": "Num -", @@ -41,14 +31,12 @@ "keyboardKeySelect": "Select", "keyboardKeyAltGraph": "AltGr", "keyboardKeyAlt": "Alt", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyMetaMacOs": "Comando", "keyboardKeyMetaWindows": "Win", "keyboardKeyNumLock": "Bloqueo numérico", "keyboardKeyNumpad1": "Num 1", "keyboardKeyPageDown": "AvPág", - "keyboardKeyZenkaku": "Zenkaku", "keyboardKeySpace": "Barra espaciadora", "keyboardKeyNumpad3": "Num 3", "keyboardKeyScrollLock": "Bloqueo de desplazamiento", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb index bca1353a40f4..178a7fa244cc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb @@ -8,31 +8,21 @@ "keyboardKeyNumpad6": "Num 6", "keyboardKeyNumpad7": "Num 7", "keyboardKeyNumpad2": "Num 2", - "keyboardKeyKanjiMode": "Modo Kanji", "keyboardKeyNumpad0": "Num 0", "keyboardKeyNumpadAdd": "Num +", "keyboardKeyNumpadComma": "Num ,", "keyboardKeyNumpadDecimal": "Num .", "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyHanjaMode": "Modo Hanja", "keyboardKeyNumpadEqual": "Num =", "keyboardKeyNumpadMultiply": "Num *", "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyRomaji": "Romaji", - "keyboardKeyKanaMode": "Modo Kana", "keyboardKeyInsert": "Insert", "keyboardKeyHome": "Inicio", - "keyboardKeyHiraganaKatakana": "Hiragana y Katakana", "keyboardKeyEnd": "Fin", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHankaku": "Hankaku", "keyboardKeyNumpadParenRight": "Num )", - "keyboardKeyHangulMode": "Modo Hangul", "keyboardKeyFn": "Fn", "keyboardKeyEscape": "Esc", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyEject": "Expulsar", - "keyboardKeyEisu": "Eisū", "keyboardKeyDelete": "Supr", "keyboardKeyControl": "Ctrl", "keyboardKeyNumpadSubtract": "Num -", @@ -41,14 +31,12 @@ "keyboardKeySelect": "Select", "keyboardKeyAltGraph": "AltGr", "keyboardKeyAlt": "Alt", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyMetaMacOs": "Comando", "keyboardKeyMetaWindows": "Win", "keyboardKeyNumLock": "Bloqueo numérico", "keyboardKeyNumpad1": "Num 1", "keyboardKeyPageDown": "AvPág", - "keyboardKeyZenkaku": "Zenkaku", "keyboardKeySpace": "Barra espaciadora", "keyboardKeyNumpad3": "Num 3", "keyboardKeyScrollLock": "Bloqueo de desplazamiento", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb index bca1353a40f4..178a7fa244cc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb @@ -8,31 +8,21 @@ "keyboardKeyNumpad6": "Num 6", "keyboardKeyNumpad7": "Num 7", "keyboardKeyNumpad2": "Num 2", - "keyboardKeyKanjiMode": "Modo Kanji", "keyboardKeyNumpad0": "Num 0", "keyboardKeyNumpadAdd": "Num +", "keyboardKeyNumpadComma": "Num ,", "keyboardKeyNumpadDecimal": "Num .", "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyHanjaMode": "Modo Hanja", "keyboardKeyNumpadEqual": "Num =", "keyboardKeyNumpadMultiply": "Num *", "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyRomaji": "Romaji", - "keyboardKeyKanaMode": "Modo Kana", "keyboardKeyInsert": "Insert", "keyboardKeyHome": "Inicio", - "keyboardKeyHiraganaKatakana": "Hiragana y Katakana", "keyboardKeyEnd": "Fin", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHankaku": "Hankaku", "keyboardKeyNumpadParenRight": "Num )", - "keyboardKeyHangulMode": "Modo Hangul", "keyboardKeyFn": "Fn", "keyboardKeyEscape": "Esc", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyEject": "Expulsar", - "keyboardKeyEisu": "Eisū", "keyboardKeyDelete": "Supr", "keyboardKeyControl": "Ctrl", "keyboardKeyNumpadSubtract": "Num -", @@ -41,14 +31,12 @@ "keyboardKeySelect": "Select", "keyboardKeyAltGraph": "AltGr", "keyboardKeyAlt": "Alt", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyMetaMacOs": "Comando", "keyboardKeyMetaWindows": "Win", "keyboardKeyNumLock": "Bloqueo numérico", "keyboardKeyNumpad1": "Num 1", "keyboardKeyPageDown": "AvPág", - "keyboardKeyZenkaku": "Zenkaku", "keyboardKeySpace": "Barra espaciadora", "keyboardKeyNumpad3": "Num 3", "keyboardKeyScrollLock": "Bloqueo de desplazamiento", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb index bca1353a40f4..178a7fa244cc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb @@ -8,31 +8,21 @@ "keyboardKeyNumpad6": "Num 6", "keyboardKeyNumpad7": "Num 7", "keyboardKeyNumpad2": "Num 2", - "keyboardKeyKanjiMode": "Modo Kanji", "keyboardKeyNumpad0": "Num 0", "keyboardKeyNumpadAdd": "Num +", "keyboardKeyNumpadComma": "Num ,", "keyboardKeyNumpadDecimal": "Num .", "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyHanjaMode": "Modo Hanja", "keyboardKeyNumpadEqual": "Num =", "keyboardKeyNumpadMultiply": "Num *", "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyRomaji": "Romaji", - "keyboardKeyKanaMode": "Modo Kana", "keyboardKeyInsert": "Insert", "keyboardKeyHome": "Inicio", - "keyboardKeyHiraganaKatakana": "Hiragana y Katakana", "keyboardKeyEnd": "Fin", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHankaku": "Hankaku", "keyboardKeyNumpadParenRight": "Num )", - "keyboardKeyHangulMode": "Modo Hangul", "keyboardKeyFn": "Fn", "keyboardKeyEscape": "Esc", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyEject": "Expulsar", - "keyboardKeyEisu": "Eisū", "keyboardKeyDelete": "Supr", "keyboardKeyControl": "Ctrl", "keyboardKeyNumpadSubtract": "Num -", @@ -41,14 +31,12 @@ "keyboardKeySelect": "Select", "keyboardKeyAltGraph": "AltGr", "keyboardKeyAlt": "Alt", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyMetaMacOs": "Comando", "keyboardKeyMetaWindows": "Win", "keyboardKeyNumLock": "Bloqueo numérico", "keyboardKeyNumpad1": "Num 1", "keyboardKeyPageDown": "AvPág", - "keyboardKeyZenkaku": "Zenkaku", "keyboardKeySpace": "Barra espaciadora", "keyboardKeyNumpad3": "Num 3", "keyboardKeyScrollLock": "Bloqueo de desplazamiento", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb index bca1353a40f4..178a7fa244cc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb @@ -8,31 +8,21 @@ "keyboardKeyNumpad6": "Num 6", "keyboardKeyNumpad7": "Num 7", "keyboardKeyNumpad2": "Num 2", - "keyboardKeyKanjiMode": "Modo Kanji", "keyboardKeyNumpad0": "Num 0", "keyboardKeyNumpadAdd": "Num +", "keyboardKeyNumpadComma": "Num ,", "keyboardKeyNumpadDecimal": "Num .", "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyHanjaMode": "Modo Hanja", "keyboardKeyNumpadEqual": "Num =", "keyboardKeyNumpadMultiply": "Num *", "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyRomaji": "Romaji", - "keyboardKeyKanaMode": "Modo Kana", "keyboardKeyInsert": "Insert", "keyboardKeyHome": "Inicio", - "keyboardKeyHiraganaKatakana": "Hiragana y Katakana", "keyboardKeyEnd": "Fin", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHankaku": "Hankaku", "keyboardKeyNumpadParenRight": "Num )", - "keyboardKeyHangulMode": "Modo Hangul", "keyboardKeyFn": "Fn", "keyboardKeyEscape": "Esc", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyEject": "Expulsar", - "keyboardKeyEisu": "Eisū", "keyboardKeyDelete": "Supr", "keyboardKeyControl": "Ctrl", "keyboardKeyNumpadSubtract": "Num -", @@ -41,14 +31,12 @@ "keyboardKeySelect": "Select", "keyboardKeyAltGraph": "AltGr", "keyboardKeyAlt": "Alt", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyMetaMacOs": "Comando", "keyboardKeyMetaWindows": "Win", "keyboardKeyNumLock": "Bloqueo numérico", "keyboardKeyNumpad1": "Num 1", "keyboardKeyPageDown": "AvPág", - "keyboardKeyZenkaku": "Zenkaku", "keyboardKeySpace": "Barra espaciadora", "keyboardKeyNumpad3": "Num 3", "keyboardKeyScrollLock": "Bloqueo de desplazamiento", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb index bca1353a40f4..178a7fa244cc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb @@ -8,31 +8,21 @@ "keyboardKeyNumpad6": "Num 6", "keyboardKeyNumpad7": "Num 7", "keyboardKeyNumpad2": "Num 2", - "keyboardKeyKanjiMode": "Modo Kanji", "keyboardKeyNumpad0": "Num 0", "keyboardKeyNumpadAdd": "Num +", "keyboardKeyNumpadComma": "Num ,", "keyboardKeyNumpadDecimal": "Num .", "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyHanjaMode": "Modo Hanja", "keyboardKeyNumpadEqual": "Num =", "keyboardKeyNumpadMultiply": "Num *", "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyRomaji": "Romaji", - "keyboardKeyKanaMode": "Modo Kana", "keyboardKeyInsert": "Insert", "keyboardKeyHome": "Inicio", - "keyboardKeyHiraganaKatakana": "Hiragana y Katakana", "keyboardKeyEnd": "Fin", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHankaku": "Hankaku", "keyboardKeyNumpadParenRight": "Num )", - "keyboardKeyHangulMode": "Modo Hangul", "keyboardKeyFn": "Fn", "keyboardKeyEscape": "Esc", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyEject": "Expulsar", - "keyboardKeyEisu": "Eisū", "keyboardKeyDelete": "Supr", "keyboardKeyControl": "Ctrl", "keyboardKeyNumpadSubtract": "Num -", @@ -41,14 +31,12 @@ "keyboardKeySelect": "Select", "keyboardKeyAltGraph": "AltGr", "keyboardKeyAlt": "Alt", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyMetaMacOs": "Comando", "keyboardKeyMetaWindows": "Win", "keyboardKeyNumLock": "Bloqueo numérico", "keyboardKeyNumpad1": "Num 1", "keyboardKeyPageDown": "AvPág", - "keyboardKeyZenkaku": "Zenkaku", "keyboardKeySpace": "Barra espaciadora", "keyboardKeyNumpad3": "Num 3", "keyboardKeyScrollLock": "Bloqueo de desplazamiento", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb index bca1353a40f4..178a7fa244cc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb @@ -8,31 +8,21 @@ "keyboardKeyNumpad6": "Num 6", "keyboardKeyNumpad7": "Num 7", "keyboardKeyNumpad2": "Num 2", - "keyboardKeyKanjiMode": "Modo Kanji", "keyboardKeyNumpad0": "Num 0", "keyboardKeyNumpadAdd": "Num +", "keyboardKeyNumpadComma": "Num ,", "keyboardKeyNumpadDecimal": "Num .", "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyHanjaMode": "Modo Hanja", "keyboardKeyNumpadEqual": "Num =", "keyboardKeyNumpadMultiply": "Num *", "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyRomaji": "Romaji", - "keyboardKeyKanaMode": "Modo Kana", "keyboardKeyInsert": "Insert", "keyboardKeyHome": "Inicio", - "keyboardKeyHiraganaKatakana": "Hiragana y Katakana", "keyboardKeyEnd": "Fin", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHankaku": "Hankaku", "keyboardKeyNumpadParenRight": "Num )", - "keyboardKeyHangulMode": "Modo Hangul", "keyboardKeyFn": "Fn", "keyboardKeyEscape": "Esc", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyEject": "Expulsar", - "keyboardKeyEisu": "Eisū", "keyboardKeyDelete": "Supr", "keyboardKeyControl": "Ctrl", "keyboardKeyNumpadSubtract": "Num -", @@ -41,14 +31,12 @@ "keyboardKeySelect": "Select", "keyboardKeyAltGraph": "AltGr", "keyboardKeyAlt": "Alt", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyMetaMacOs": "Comando", "keyboardKeyMetaWindows": "Win", "keyboardKeyNumLock": "Bloqueo numérico", "keyboardKeyNumpad1": "Num 1", "keyboardKeyPageDown": "AvPág", - "keyboardKeyZenkaku": "Zenkaku", "keyboardKeySpace": "Barra espaciadora", "keyboardKeyNumpad3": "Num 3", "keyboardKeyScrollLock": "Bloqueo de desplazamiento", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb index 7e1bc178fe57..de45eb1f6c70 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb @@ -8,31 +8,21 @@ "keyboardKeyNumpad6": "Num 6", "keyboardKeyNumpad7": "Num 7", "keyboardKeyNumpad2": "Num 2", - "keyboardKeyKanjiMode": "Modo Kanji", "keyboardKeyNumpad0": "Num 0", "keyboardKeyNumpadAdd": "Num +", "keyboardKeyNumpadComma": "Num ,", "keyboardKeyNumpadDecimal": "Num .", "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyHanjaMode": "Modo Hanja", "keyboardKeyNumpadEqual": "Num =", "keyboardKeyNumpadMultiply": "Num *", "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyRomaji": "Romaji", - "keyboardKeyKanaMode": "Modo Kana", "keyboardKeyInsert": "Insert", "keyboardKeyHome": "Inicio", - "keyboardKeyHiraganaKatakana": "Hiragana y Katakana", "keyboardKeyEnd": "Fin", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHankaku": "Hankaku", "keyboardKeyNumpadParenRight": "Num )", - "keyboardKeyHangulMode": "Modo Hangul", "keyboardKeyFn": "Fn", "keyboardKeyEscape": "Esc", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyEject": "Expulsar", - "keyboardKeyEisu": "Eisū", "keyboardKeyDelete": "Supr", "keyboardKeyControl": "Ctrl", "keyboardKeyNumpadSubtract": "Num -", @@ -41,14 +31,12 @@ "keyboardKeySelect": "Select", "keyboardKeyAltGraph": "AltGr", "keyboardKeyAlt": "Alt", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyMetaMacOs": "Comando", "keyboardKeyMetaWindows": "Win", "keyboardKeyNumLock": "Bloqueo numérico", "keyboardKeyNumpad1": "Num 1", "keyboardKeyPageDown": "AvPág", - "keyboardKeyZenkaku": "Zenkaku", "keyboardKeySpace": "Barra espaciadora", "keyboardKeyNumpad3": "Num 3", "keyboardKeyScrollLock": "Bloqueo de desplazamiento", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb index bca1353a40f4..178a7fa244cc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb @@ -8,31 +8,21 @@ "keyboardKeyNumpad6": "Num 6", "keyboardKeyNumpad7": "Num 7", "keyboardKeyNumpad2": "Num 2", - "keyboardKeyKanjiMode": "Modo Kanji", "keyboardKeyNumpad0": "Num 0", "keyboardKeyNumpadAdd": "Num +", "keyboardKeyNumpadComma": "Num ,", "keyboardKeyNumpadDecimal": "Num .", "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyHanjaMode": "Modo Hanja", "keyboardKeyNumpadEqual": "Num =", "keyboardKeyNumpadMultiply": "Num *", "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyRomaji": "Romaji", - "keyboardKeyKanaMode": "Modo Kana", "keyboardKeyInsert": "Insert", "keyboardKeyHome": "Inicio", - "keyboardKeyHiraganaKatakana": "Hiragana y Katakana", "keyboardKeyEnd": "Fin", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHankaku": "Hankaku", "keyboardKeyNumpadParenRight": "Num )", - "keyboardKeyHangulMode": "Modo Hangul", "keyboardKeyFn": "Fn", "keyboardKeyEscape": "Esc", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyEject": "Expulsar", - "keyboardKeyEisu": "Eisū", "keyboardKeyDelete": "Supr", "keyboardKeyControl": "Ctrl", "keyboardKeyNumpadSubtract": "Num -", @@ -41,14 +31,12 @@ "keyboardKeySelect": "Select", "keyboardKeyAltGraph": "AltGr", "keyboardKeyAlt": "Alt", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyMetaMacOs": "Comando", "keyboardKeyMetaWindows": "Win", "keyboardKeyNumLock": "Bloqueo numérico", "keyboardKeyNumpad1": "Num 1", "keyboardKeyPageDown": "AvPág", - "keyboardKeyZenkaku": "Zenkaku", "keyboardKeySpace": "Barra espaciadora", "keyboardKeyNumpad3": "Num 3", "keyboardKeyScrollLock": "Bloqueo de desplazamiento", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb index bca1353a40f4..178a7fa244cc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb @@ -8,31 +8,21 @@ "keyboardKeyNumpad6": "Num 6", "keyboardKeyNumpad7": "Num 7", "keyboardKeyNumpad2": "Num 2", - "keyboardKeyKanjiMode": "Modo Kanji", "keyboardKeyNumpad0": "Num 0", "keyboardKeyNumpadAdd": "Num +", "keyboardKeyNumpadComma": "Num ,", "keyboardKeyNumpadDecimal": "Num .", "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyHanjaMode": "Modo Hanja", "keyboardKeyNumpadEqual": "Num =", "keyboardKeyNumpadMultiply": "Num *", "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyRomaji": "Romaji", - "keyboardKeyKanaMode": "Modo Kana", "keyboardKeyInsert": "Insert", "keyboardKeyHome": "Inicio", - "keyboardKeyHiraganaKatakana": "Hiragana y Katakana", "keyboardKeyEnd": "Fin", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHankaku": "Hankaku", "keyboardKeyNumpadParenRight": "Num )", - "keyboardKeyHangulMode": "Modo Hangul", "keyboardKeyFn": "Fn", "keyboardKeyEscape": "Esc", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyEject": "Expulsar", - "keyboardKeyEisu": "Eisū", "keyboardKeyDelete": "Supr", "keyboardKeyControl": "Ctrl", "keyboardKeyNumpadSubtract": "Num -", @@ -41,14 +31,12 @@ "keyboardKeySelect": "Select", "keyboardKeyAltGraph": "AltGr", "keyboardKeyAlt": "Alt", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyMetaMacOs": "Comando", "keyboardKeyMetaWindows": "Win", "keyboardKeyNumLock": "Bloqueo numérico", "keyboardKeyNumpad1": "Num 1", "keyboardKeyPageDown": "AvPág", - "keyboardKeyZenkaku": "Zenkaku", "keyboardKeySpace": "Barra espaciadora", "keyboardKeyNumpad3": "Num 3", "keyboardKeyScrollLock": "Bloqueo de desplazamiento", diff --git a/packages/flutter_localizations/lib/src/l10n/material_et.arb b/packages/flutter_localizations/lib/src/l10n/material_et.arb index 75519449bd8f..74d38f3bfd85 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_et.arb @@ -130,5 +130,6 @@ "keyboardKeyMetaMacOs": "Käsk", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Menüüriba menüü", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_eu.arb b/packages/flutter_localizations/lib/src/l10n/material_eu.arb index 7b4ab805f9b7..98611d265793 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_eu.arb @@ -129,5 +129,6 @@ "keyboardKeyMetaMacOs": "Komandoa", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Menu-barraren menua", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index 2231d418854f..82ce5793e654 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -130,5 +130,6 @@ "keyboardKeyMetaMacOs": "فرمان", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "منوی نوار منو", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fi.arb b/packages/flutter_localizations/lib/src/l10n/material_fi.arb index a61b610b1475..d7eee53a4a9f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fi.arb @@ -130,5 +130,6 @@ "keyboardKeyMetaMacOs": "Komento", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Valikkopalkki", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fil.arb b/packages/flutter_localizations/lib/src/l10n/material_fil.arb index 9fc66af235e9..25a386cdb3f8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fil.arb @@ -130,5 +130,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Menu sa menu bar", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index da0f986d9c19..b947935e759a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -131,5 +131,6 @@ "keyboardKeyMetaMacOs": "Commande", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Menu de la barre de menu", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb b/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb index 26d005b239a3..c03f5a9fb99a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb @@ -13,9 +13,7 @@ "keyboardKeyNumpad5": "Num 5", "keyboardKeyNumpad6": "Num 6", "keyboardKeyNumpad7": "Num 7", - "keyboardKeyKanjiMode": "Mode Kanji", "keyboardKeyNumpad9": "Num 9", - "keyboardKeyHiragana": "Hiragana", "keyboardKeyNumpadAdd": "Num +", "keyboardKeyNumpadComma": "Num ,", "keyboardKeyPrintScreen": "Impression de l'écran", @@ -24,20 +22,13 @@ "keyboardKeyNumpadEnter": "Num Entrée", "keyboardKeyNumpadEqual": "Num =", "keyboardKeyEnd": "Fin", - "keyboardKeyKanaMode": "Mode Kana", "keyboardKeyInsert": "Insér.", "keyboardKeyHome": "Accueil", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyNumpadMultiply": "Num *", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHanjaMode": "Mode Hanja", - "keyboardKeyHangulMode": "Mode Hangul", "keyboardKeyFn": "Fn", "keyboardKeyEscape": "Échapp.", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyNumpadParenLeft": "Num (", "keyboardKeyEject": "Éject.", - "keyboardKeyEisu": "Eisū", "keyboardKeyDelete": "Suppr", "keyboardKeyControl": "Ctrl", "keyboardKeyChannelUp": "Chaîne suiv.", @@ -45,13 +36,10 @@ "keyboardKeyBackspace": "Retour arrière", "keyboardKeyAltGraph": "AltGr", "keyboardKeyAlt": "Alt", - "keyboardKeyKatakana": "Katakana", "keyboardKeyNumpadParenRight": "Num )", - "keyboardKeyZenkaku": "Zenkaku", "keyboardKeySpace": "Espace", "keyboardKeySelect": "Sélect.", "keyboardKeyScrollLock": "Arrêt défilement", - "keyboardKeyRomaji": "Romaji", "keyboardKeyNumpadSubtract": "Num -", "keyboardKeyPowerOff": "Éteindre", "keyboardKeyMeta": "Méta", diff --git a/packages/flutter_localizations/lib/src/l10n/material_gl.arb b/packages/flutter_localizations/lib/src/l10n/material_gl.arb index 39eaf1c1bed3..5506751a22ec 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gl.arb @@ -131,5 +131,6 @@ "keyboardKeyMetaMacOs": "Comando", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Menú da barra de menú", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index 60f722546e03..4bc900c5d76f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -130,5 +130,6 @@ "keyboardKeyMetaMacOs": "Befehl", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Menü in der Menüleiste", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gu.arb b/packages/flutter_localizations/lib/src/l10n/material_gu.arb index 0e27711ef5bb..dbe423cb4340 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gu.arb @@ -129,5 +129,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "મેનૂ બાર મેનૂ", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index 527af5963368..17fc59550fd5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -136,5 +136,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "תפריט בסרגל התפריטים", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hi.arb b/packages/flutter_localizations/lib/src/l10n/material_hi.arb index 7a862910dc3b..d0e45119b3f8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hi.arb @@ -130,5 +130,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "मेन्यू बार का मेन्यू", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hr.arb b/packages/flutter_localizations/lib/src/l10n/material_hr.arb index 7742143da0fd..bfd77e32591b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hr.arb @@ -133,5 +133,6 @@ "keyboardKeyMetaMacOs": "Naredba", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Izbornik trake izbornika", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hu.arb b/packages/flutter_localizations/lib/src/l10n/material_hu.arb index 3bb67ff16d99..cf36e6541c40 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hu.arb @@ -130,5 +130,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Menüsor menüje", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hy.arb b/packages/flutter_localizations/lib/src/l10n/material_hy.arb index 14165d030364..b75825395bee 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hy.arb @@ -135,5 +135,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Ընտրացանկի գոտու ընտրացանկ", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_id.arb b/packages/flutter_localizations/lib/src/l10n/material_id.arb index dfc4e8ca02ab..6c70ca5dadf7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_id.arb @@ -130,5 +130,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Menu panel menu", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_is.arb b/packages/flutter_localizations/lib/src/l10n/material_is.arb index 00344d172be2..ef59df70ec2e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_is.arb @@ -129,5 +129,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Valmyndarstika", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index 29030c3d6aac..e7573355d2f6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -130,5 +130,6 @@ "keyboardKeyMetaMacOs": "Comando", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Menu barra dei menu", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index 34069f69f51b..dbf6887c5d78 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -130,5 +130,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "メニューバーのメニュー", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ka.arb b/packages/flutter_localizations/lib/src/l10n/material_ka.arb index c35053c45287..e98529cc2c62 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ka.arb @@ -129,5 +129,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "მენიუს ზოლის მენიუ", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kk.arb b/packages/flutter_localizations/lib/src/l10n/material_kk.arb index 5f9de1c11223..ece1af42961f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kk.arb @@ -131,5 +131,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Мәзір жолағының мәзірі", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_km.arb b/packages/flutter_localizations/lib/src/l10n/material_km.arb index c5ad8af46066..7361b7a4df72 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_km.arb @@ -130,5 +130,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "ម៉ឺនុយរបារម៉ឺនុយ", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kn.arb b/packages/flutter_localizations/lib/src/l10n/material_kn.arb index cc0864b637a7..55fe9a1c570e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kn.arb @@ -129,5 +129,6 @@ "keyboardKeyMetaMacOs": "\u0043\u006f\u006d\u006d\u0061\u006e\u0064", "keyboardKeyMetaWindows": "\u0057\u0069\u006e", "menuBarMenuLabel": "\u0cae\u0cc6\u0ca8\u0cc1\u0020\u0cac\u0cbe\u0cb0\u0ccd\u200c\u0020\u0cae\u0cc6\u0ca8\u0cc1", - "currentDateLabel": "\u0044\u0061\u0074\u0065\u0020\u006f\u0066\u0020\u0074\u006f\u0064\u0061\u0079" + "currentDateLabel": "\u0044\u0061\u0074\u0065\u0020\u006f\u0066\u0020\u0074\u006f\u0064\u0061\u0079", + "keyboardKeyShift": "\u0053\u0068\u0069\u0066\u0074" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index d7a53d5dff4e..72b1067bd1b5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -130,5 +130,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "메뉴 바 메뉴", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ky.arb b/packages/flutter_localizations/lib/src/l10n/material_ky.arb index b673131e544e..8368f75ad5d1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ky.arb @@ -129,5 +129,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Меню тилкеси менюсу", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lo.arb b/packages/flutter_localizations/lib/src/l10n/material_lo.arb index 5d32bc84624e..868f2feb691e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lo.arb @@ -129,5 +129,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "ເມນູແຖບເມນູ", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lt.arb b/packages/flutter_localizations/lib/src/l10n/material_lt.arb index 19ee17a9d0b7..5e246e073d0c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lt.arb @@ -136,5 +136,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Meniu juostos meniu", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lv.arb b/packages/flutter_localizations/lib/src/l10n/material_lv.arb index fc0d485df18e..b2a8560e1569 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lv.arb @@ -131,5 +131,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Windows", "menuBarMenuLabel": "Izvēļņu joslas izvēlne", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mk.arb b/packages/flutter_localizations/lib/src/l10n/material_mk.arb index 718822cb7463..f60a09233f03 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mk.arb @@ -129,5 +129,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Мени на лентата со мени", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ml.arb b/packages/flutter_localizations/lib/src/l10n/material_ml.arb index 7c658e5f0fd4..647bd2420bc9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ml.arb @@ -129,5 +129,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "മെനു ബാർ മെനു", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mn.arb b/packages/flutter_localizations/lib/src/l10n/material_mn.arb index 8585267a9b62..c4301b1c8e8c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mn.arb @@ -131,5 +131,6 @@ "keyboardKeyMetaMacOs": "Тушаал", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Цэсний талбарын цэс", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mr.arb b/packages/flutter_localizations/lib/src/l10n/material_mr.arb index c8c7d7dfde57..dc9e0501d00a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mr.arb @@ -131,5 +131,6 @@ "keyboardKeyMetaMacOs": "कमांड", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "मेनू बार मेनू", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ms.arb b/packages/flutter_localizations/lib/src/l10n/material_ms.arb index 993fda88aecf..a03d9b2eb54e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ms.arb @@ -131,5 +131,6 @@ "keyboardKeyMetaMacOs": "Perintah", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Menu bar menu", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_my.arb b/packages/flutter_localizations/lib/src/l10n/material_my.arb index c5f6f7b85a9f..8e7203be4088 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_my.arb @@ -129,5 +129,6 @@ "keyboardKeyMetaMacOs": "ကွန်မန်း", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "မီနူးဘား မီနူး", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nb.arb b/packages/flutter_localizations/lib/src/l10n/material_nb.arb index bfe86063de37..6890cb9dc7d1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nb.arb @@ -128,5 +128,6 @@ "keyboardKeyMetaMacOs": "Kommando", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Meny med menylinje", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ne.arb b/packages/flutter_localizations/lib/src/l10n/material_ne.arb index 7304aefea28b..9344ce4a53f8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ne.arb @@ -129,5 +129,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "\"मेनु बार\" मेनु", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index 050c4f6a9854..45f8258eb47f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -130,5 +130,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Menu van menubalk", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_no.arb b/packages/flutter_localizations/lib/src/l10n/material_no.arb index bfe86063de37..6890cb9dc7d1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_no.arb @@ -128,5 +128,6 @@ "keyboardKeyMetaMacOs": "Kommando", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Meny med menylinje", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_or.arb b/packages/flutter_localizations/lib/src/l10n/material_or.arb index 5b19dbcf1db7..c96368eb49ab 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_or.arb @@ -129,5 +129,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "ମେନୁ ବାର ମେନୁ", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pa.arb b/packages/flutter_localizations/lib/src/l10n/material_pa.arb index 8f851008d4dc..f1b1827f5165 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pa.arb @@ -129,5 +129,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "ਮੀਨੂ ਬਾਰ ਮੀਨੂ", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index 95b116b7cb03..d0f89a8b2c96 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -136,5 +136,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Pasek menu", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ps.arb b/packages/flutter_localizations/lib/src/l10n/material_ps.arb index 09363b7ac994..1f9af7f8e665 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ps.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ps.arb @@ -131,5 +131,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Menu bar menu", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index 7e092e9dc033..4de173447ca5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -132,5 +132,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Menu da barra de menus", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb index 1e71a1db3187..04e2837dabbe 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb @@ -8,31 +8,21 @@ "keyboardKeyNumpad6": "Num 6", "keyboardKeyNumpad7": "Num 7", "keyboardKeyNumpad2": "Num 2", - "keyboardKeyKanjiMode": "Modo kanji", "keyboardKeyNumpad0": "Num 0", "keyboardKeyNumpadAdd": "Num +", "keyboardKeyNumpadComma": "Num ,", "keyboardKeyNumpadDecimal": "Num .", "keyboardKeyNumpadDivide": "Num /", - "keyboardKeyHanjaMode": "Modo hanja", "keyboardKeyNumpadEqual": "Num =", "keyboardKeyNumpadMultiply": "Num *", "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyRomaji": "Romaji", - "keyboardKeyKanaMode": "Modo kana", "keyboardKeyInsert": "Inserir", "keyboardKeyHome": "Início", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyEnd": "Fim", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHankaku": "Hankaku", "keyboardKeyNumpadParenRight": "Num )", - "keyboardKeyHangulMode": "Modo hangul", "keyboardKeyFn": "Fn", "keyboardKeyEscape": "Esc", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyEject": "Ejetar", - "keyboardKeyEisu": "Eisū", "keyboardKeyDelete": "Del", "keyboardKeyControl": "Ctrl", "keyboardKeyNumpadSubtract": "Num -", @@ -41,14 +31,12 @@ "keyboardKeySelect": "Selecionar", "keyboardKeyAltGraph": "AltGr", "keyboardKeyAlt": "Alt", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", "keyboardKeyPageDown": "PgDown", - "keyboardKeyZenkaku": "Zenkaku", "keyboardKeySpace": "Espaço", "keyboardKeyNumpad3": "Num 3", "keyboardKeyScrollLock": "Scroll Lock", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/flutter_localizations/lib/src/l10n/material_ro.arb index eccf4df264a7..74d2395301b1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ro.arb @@ -134,5 +134,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Bară de meniu", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index a11c97c41b15..d3d19781c004 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -137,5 +137,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Строка меню", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_si.arb b/packages/flutter_localizations/lib/src/l10n/material_si.arb index 81c970623ebf..d476a1386b68 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_si.arb @@ -129,5 +129,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "මෙනු තීරු මෙනුව", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sk.arb b/packages/flutter_localizations/lib/src/l10n/material_sk.arb index 40272cc2113d..e252291afe8d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sk.arb @@ -136,5 +136,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Ponuka panela s ponukami", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sl.arb b/packages/flutter_localizations/lib/src/l10n/material_sl.arb index 594a4315b040..a8854f8ded2a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sl.arb @@ -136,5 +136,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Meni menijske vrstice", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sq.arb b/packages/flutter_localizations/lib/src/l10n/material_sq.arb index 5ad5de91c1f1..bb0657ed5c9b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sq.arb @@ -129,5 +129,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Menyja e shiritit të menysë", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr.arb b/packages/flutter_localizations/lib/src/l10n/material_sr.arb index fda563ffdfd6..f2854f3805f8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr.arb @@ -133,5 +133,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Мени трака менија", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb b/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb index 40f156996248..5892cc0a7918 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb @@ -18,18 +18,10 @@ "keyboardKeyNumpadEqual": "Num =", "keyboardKeyNumpadMultiply": "Num *", "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyRomaji": "Romađi", - "keyboardKeyHiraganaKatakana": "Hiragana katakana", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHankaku": "Hankaku", - "keyboardKeyHanjaMode": "Režim handža", - "keyboardKeyHangulMode": "Režim hangul", "keyboardKeyEject": "Eject", "keyboardKeyFn": "Fn", "keyboardKeyNumpadParenRight": "Num )", "keyboardKeyEnd": "End", - "keyboardKeyZenkakuHankaku": "Zenkaku hankaku", - "keyboardKeyEisu": "Eisu", "keyboardKeyDelete": "Del", "keyboardKeyControl": "Ctrl", "keyboardKeyChannelUp": "Sledeći kanal", @@ -39,16 +31,12 @@ "keyboardKeyBackspace": "Backspace", "keyboardKeyAlt": "Alt", "keyboardKeySelect": "Select", - "keyboardKeyKanaMode": "Kana režim", - "keyboardKeyKanjiMode": "Kandži režim", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", "keyboardKeyPageDown": "PgDown", - "keyboardKeyZenkaku": "Zenkaku", "keyboardKeySpace": "Taster za razmak", "keyboardKeyNumpad3": "Num 3", "keyboardKeyScrollLock": "Scroll Lock", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sv.arb b/packages/flutter_localizations/lib/src/l10n/material_sv.arb index 7b8b98233469..f59e10318a0f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sv.arb @@ -130,5 +130,6 @@ "keyboardKeyMetaMacOs": "Kommando", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Menyrad", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sw.arb b/packages/flutter_localizations/lib/src/l10n/material_sw.arb index b9d772843499..a2e29e66ad00 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sw.arb @@ -131,5 +131,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Menyu ya upau wa menyu", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ta.arb b/packages/flutter_localizations/lib/src/l10n/material_ta.arb index 697faf320a31..33b774fe549a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ta.arb @@ -131,5 +131,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "மெனு பட்டியின் மெனு", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_te.arb b/packages/flutter_localizations/lib/src/l10n/material_te.arb index a15b34e53c05..9ca40794266e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_te.arb @@ -129,5 +129,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "మెనూ బార్ మెనూ", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/flutter_localizations/lib/src/l10n/material_th.arb index 63908f3710e2..238f59f604fb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_th.arb @@ -130,5 +130,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "เมนูในแถบเมนู", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tl.arb b/packages/flutter_localizations/lib/src/l10n/material_tl.arb index 9fc66af235e9..25a386cdb3f8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tl.arb @@ -130,5 +130,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Menu sa menu bar", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index 6df972623206..faff05ccf879 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -130,5 +130,6 @@ "keyboardKeyMetaMacOs": "Komut", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Menü çubuğu menüsü", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uk.arb b/packages/flutter_localizations/lib/src/l10n/material_uk.arb index 690ab15e9939..8d1b58fb4ed4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uk.arb @@ -136,5 +136,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Панель меню", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index fc3b266c6dd5..22abe680bf1a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -130,5 +130,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "مینو بار کا مینو", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uz.arb b/packages/flutter_localizations/lib/src/l10n/material_uz.arb index 8e86fd9bc399..4d3f9a7ef5df 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uz.arb @@ -129,5 +129,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Menyu paneli", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_vi.arb b/packages/flutter_localizations/lib/src/l10n/material_vi.arb index 9ddcf844997b..af3bfdb835e3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_vi.arb @@ -130,5 +130,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Trình đơn của thanh trình đơn", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index 1043357c99e3..eb68d62b00ec 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -130,5 +130,6 @@ "keyboardKeyMetaMacOs": "⌘", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "菜单栏的菜单", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb index ac2388f89920..86e11de3e831 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb @@ -8,31 +8,21 @@ "keyboardKeyNumpad6": "數字鍵盤 6", "keyboardKeyNumpad7": "數字鍵盤 7", "keyboardKeyNumpad2": "數字鍵盤 2", - "keyboardKeyKanjiMode": "Kanji 模式", "keyboardKeyNumpad0": "數字鍵盤 0", "keyboardKeyNumpadAdd": "數字鍵盤 +", "keyboardKeyNumpadComma": "數字鍵盤 ,", "keyboardKeyNumpadDecimal": "數字鍵盤 .", "keyboardKeyNumpadDivide": "數字鍵盤 /", - "keyboardKeyHanjaMode": "Hanja 模式", "keyboardKeyNumpadEqual": "數字鍵盤 =", "keyboardKeyNumpadMultiply": "數字鍵盤 *", "keyboardKeyNumpadParenLeft": "數字鍵盤 (", - "keyboardKeyRomaji": "Romaji", - "keyboardKeyKanaMode": "Kana 模式", "keyboardKeyInsert": "Insert", "keyboardKeyHome": "Home", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyEnd": "End", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHankaku": "Hankaku", "keyboardKeyNumpadParenRight": "數字鍵盤 )", - "keyboardKeyHangulMode": "Hangul 模式", "keyboardKeyFn": "Fn", "keyboardKeyEscape": "Esc", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyEject": "Eject", - "keyboardKeyEisu": "Eisū", "keyboardKeyDelete": "Del", "keyboardKeyControl": "Ctrl", "keyboardKeyNumpadSubtract": "數字鍵盤 -", @@ -41,14 +31,12 @@ "keyboardKeySelect": "Select", "keyboardKeyAltGraph": "AltGr", "keyboardKeyAlt": "Alt", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "數字鍵盤 1", "keyboardKeyPageDown": "PgDown", - "keyboardKeyZenkaku": "Zenkaku", "keyboardKeySpace": "空格", "keyboardKeyNumpad3": "數字鍵盤 3", "keyboardKeyScrollLock": "Scroll Lock", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb index 1718429d6de8..80b6911f1fa6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb @@ -8,31 +8,21 @@ "keyboardKeyNumpad6": "數字鍵盤 6", "keyboardKeyNumpad7": "數字鍵盤 7", "keyboardKeyNumpad2": "數字鍵盤 2", - "keyboardKeyKanjiMode": "Kanji 模式", "keyboardKeyNumpad0": "數字鍵盤 0", "keyboardKeyNumpadAdd": "數字鍵盤 +", "keyboardKeyNumpadComma": "數字鍵盤 ,", "keyboardKeyNumpadDecimal": "數字鍵盤 .", "keyboardKeyNumpadDivide": "數字鍵盤 /", - "keyboardKeyHanjaMode": "Hanja 模式", "keyboardKeyNumpadEqual": "數字鍵盤 =", "keyboardKeyNumpadMultiply": "數字鍵盤 *", "keyboardKeyNumpadParenLeft": "數字鍵盤 (", - "keyboardKeyRomaji": "Romaji", - "keyboardKeyKanaMode": "Kana 模式", "keyboardKeyInsert": "Insert", "keyboardKeyHome": "Home", - "keyboardKeyHiraganaKatakana": "Hiragana Katakana", "keyboardKeyEnd": "End", - "keyboardKeyHiragana": "Hiragana", - "keyboardKeyHankaku": "Hankaku", "keyboardKeyNumpadParenRight": "數字鍵盤 )", - "keyboardKeyHangulMode": "Hangul 模式", "keyboardKeyFn": "Fn", "keyboardKeyEscape": "Esc", - "keyboardKeyZenkakuHankaku": "Zenkaku Hankaku", "keyboardKeyEject": "Eject", - "keyboardKeyEisu": "Eisū", "keyboardKeyDelete": "Del", "keyboardKeyControl": "Ctrl", "keyboardKeyNumpadSubtract": "數字鍵盤 -", @@ -41,14 +31,12 @@ "keyboardKeySelect": "Select", "keyboardKeyAltGraph": "AltGr", "keyboardKeyAlt": "Alt", - "keyboardKeyKatakana": "Katakana", "keyboardKeyMeta": "Meta", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "數字鍵盤 1", "keyboardKeyPageDown": "PgDown", - "keyboardKeyZenkaku": "Zenkaku", "keyboardKeySpace": "空格", "keyboardKeyNumpad3": "數字鍵盤 3", "keyboardKeyScrollLock": "Scroll Lock", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zu.arb b/packages/flutter_localizations/lib/src/l10n/material_zu.arb index d1385a3c247a..4c69ebe5fce4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zu.arb @@ -129,5 +129,6 @@ "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Imenyu yebha yemenyu", - "currentDateLabel": "Date of today" + "currentDateLabel": "Date of today", + "keyboardKeyShift": "Shift" } From 68e72e0fd55113c2bbeec1d2b581665aa1461bc2 Mon Sep 17 00:00:00 2001 From: harperl-lgtm <81855102+harperl-lgtm@users.noreply.github.com> Date: Tue, 20 Dec 2022 10:02:22 -0500 Subject: [PATCH 217/327] Implemented Scrim Focus for BottomSheet (#116743) * Implemented Scrim Focus for BottomSheet so that assistive technology users can focus and tap on the scrim to close the BottomSheet, which they could not do before the change . The Scrim Focus's size changes to avoid overlapping the BottomSheet. --- .../generated_material_localizations.dart | 702 ++++++++++++++++++ .../lib/src/l10n/material_af.arb | 3 + .../lib/src/l10n/material_am.arb | 3 + .../lib/src/l10n/material_ar.arb | 3 + .../lib/src/l10n/material_as.arb | 3 + .../lib/src/l10n/material_az.arb | 3 + .../lib/src/l10n/material_be.arb | 3 + .../lib/src/l10n/material_bg.arb | 3 + .../lib/src/l10n/material_bn.arb | 3 + .../lib/src/l10n/material_bs.arb | 3 + .../lib/src/l10n/material_ca.arb | 3 + .../lib/src/l10n/material_cs.arb | 3 + .../lib/src/l10n/material_da.arb | 3 + .../lib/src/l10n/material_de.arb | 3 + .../lib/src/l10n/material_el.arb | 3 + .../lib/src/l10n/material_en.arb | 16 + .../lib/src/l10n/material_es.arb | 3 + .../lib/src/l10n/material_et.arb | 3 + .../lib/src/l10n/material_eu.arb | 3 + .../lib/src/l10n/material_fa.arb | 3 + .../lib/src/l10n/material_fi.arb | 3 + .../lib/src/l10n/material_fil.arb | 3 + .../lib/src/l10n/material_fr.arb | 3 + .../lib/src/l10n/material_gl.arb | 3 + .../lib/src/l10n/material_gsw.arb | 3 + .../lib/src/l10n/material_gu.arb | 3 + .../lib/src/l10n/material_he.arb | 3 + .../lib/src/l10n/material_hi.arb | 3 + .../lib/src/l10n/material_hr.arb | 3 + .../lib/src/l10n/material_hu.arb | 3 + .../lib/src/l10n/material_hy.arb | 3 + .../lib/src/l10n/material_id.arb | 3 + .../lib/src/l10n/material_is.arb | 3 + .../lib/src/l10n/material_it.arb | 3 + .../lib/src/l10n/material_ja.arb | 3 + .../lib/src/l10n/material_ka.arb | 3 + .../lib/src/l10n/material_kk.arb | 3 + .../lib/src/l10n/material_km.arb | 3 + .../lib/src/l10n/material_kn.arb | 3 + .../lib/src/l10n/material_ko.arb | 3 + .../lib/src/l10n/material_ky.arb | 3 + .../lib/src/l10n/material_lo.arb | 3 + .../lib/src/l10n/material_lt.arb | 3 + .../lib/src/l10n/material_lv.arb | 3 + .../lib/src/l10n/material_mk.arb | 3 + .../lib/src/l10n/material_ml.arb | 3 + .../lib/src/l10n/material_mn.arb | 3 + .../lib/src/l10n/material_mr.arb | 3 + .../lib/src/l10n/material_ms.arb | 3 + .../lib/src/l10n/material_my.arb | 3 + .../lib/src/l10n/material_nb.arb | 3 + .../lib/src/l10n/material_ne.arb | 3 + .../lib/src/l10n/material_nl.arb | 3 + .../lib/src/l10n/material_no.arb | 3 + .../lib/src/l10n/material_or.arb | 3 + .../lib/src/l10n/material_pa.arb | 3 + .../lib/src/l10n/material_pl.arb | 3 + .../lib/src/l10n/material_ps.arb | 3 + .../lib/src/l10n/material_pt.arb | 3 + .../lib/src/l10n/material_ro.arb | 3 + .../lib/src/l10n/material_ru.arb | 3 + .../lib/src/l10n/material_si.arb | 3 + .../lib/src/l10n/material_sk.arb | 3 + .../lib/src/l10n/material_sl.arb | 3 + .../lib/src/l10n/material_sq.arb | 3 + .../lib/src/l10n/material_sr.arb | 3 + .../lib/src/l10n/material_sv.arb | 3 + .../lib/src/l10n/material_sw.arb | 3 + .../lib/src/l10n/material_ta.arb | 3 + .../lib/src/l10n/material_te.arb | 3 + .../lib/src/l10n/material_th.arb | 3 + .../lib/src/l10n/material_tl.arb | 3 + .../lib/src/l10n/material_tr.arb | 3 + .../lib/src/l10n/material_uk.arb | 3 + .../lib/src/l10n/material_ur.arb | 3 + .../lib/src/l10n/material_uz.arb | 3 + .../lib/src/l10n/material_vi.arb | 3 + .../lib/src/l10n/material_zh.arb | 3 + .../lib/src/l10n/material_zu.arb | 3 + .../lib/src/material_localizations.dart | 11 + 80 files changed, 960 insertions(+) diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index 6ea1f501d7b2..f9783e28b173 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -50,6 +50,9 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Terug'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Skakel oor na kalender'; @@ -395,6 +398,12 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'STOOR'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -498,6 +507,9 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'ተመለስ'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'ወደ የቀን መቁጠሪያ ቀይር'; @@ -843,6 +855,12 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'አስቀምጥ'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -946,6 +964,9 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'رجوع'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'التبديل إلى التقويم'; @@ -1291,6 +1312,12 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'حفظ'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -1394,6 +1421,9 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'উভতি যাওক'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'কেলেণ্ডাৰলৈ সলনি কৰক'; @@ -1739,6 +1769,12 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'ছেভ কৰক'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -1842,6 +1878,9 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Geri'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Təqvimə keçin'; @@ -2187,6 +2226,12 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'YADDA SAXLAYIN'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -2290,6 +2335,9 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Назад'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Пераключыцца на каляндар'; @@ -2635,6 +2683,12 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'ЗАХАВАЦЬ'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -2738,6 +2792,9 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Назад'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Превключване към календара'; @@ -3083,6 +3140,12 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'ЗАПАЗВАНЕ'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -3186,6 +3249,9 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'ফিরে যান'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'ক্যালেন্ডার মোডে বদল করুন'; @@ -3531,6 +3597,12 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'সেভ করুন'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -3634,6 +3706,9 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Nazad'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Prebacite na kalendar'; @@ -3979,6 +4054,12 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'SAČUVAJ'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -4082,6 +4163,9 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Enrere'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Canvia al calendari'; @@ -4427,6 +4511,12 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'DESA'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -4530,6 +4620,9 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Zpět'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Přepnout na kalendář'; @@ -4875,6 +4968,12 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'ULOŽIT'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -4978,6 +5077,9 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Tilbage'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Skift til kalender'; @@ -5323,6 +5425,12 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'GEM'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -5426,6 +5534,9 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Zurück'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Zum Kalender wechseln'; @@ -5771,6 +5882,12 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'SPEICHERN'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -5911,6 +6028,9 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Πίσω'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Εναλλαγή σε ημερολόγιο'; @@ -6256,6 +6376,12 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'ΑΠΟΘΗΚΕΥΣΗ'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -6359,6 +6485,9 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Back'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Switch to calendar'; @@ -6704,6 +6833,12 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Save'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteContentName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -7664,6 +7799,9 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Atrás'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Cambiar a calendario'; @@ -8009,6 +8147,12 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'GUARDAR'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -11315,6 +11459,9 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Tagasi'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Kalendrile lülitumine'; @@ -11660,6 +11807,12 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'SALVESTA'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -11763,6 +11916,9 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Atzera'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Aldatu egutegiaren modura'; @@ -12108,6 +12264,12 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'GORDE'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -12211,6 +12373,9 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'برگشت'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'رفتن به تقویم'; @@ -12556,6 +12721,12 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'ذخیره'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -12659,6 +12830,9 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Takaisin'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Vaihda kalenteriin'; @@ -13004,6 +13178,12 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'TALLENNA'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -13107,6 +13287,9 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Bumalik'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Lumipat sa kalendaryo'; @@ -13452,6 +13635,12 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'I-SAVE'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -13555,6 +13744,9 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Retour'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => "Passer à l'agenda"; @@ -13900,6 +14092,12 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'ENREGISTRER'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -14139,6 +14337,9 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Atrás'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Cambiar ao modo de calendario'; @@ -14484,6 +14685,12 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'GARDAR'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -14587,6 +14794,9 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Zurück'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Zum Kalender wechseln'; @@ -14932,6 +15142,12 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'SPEICHERN'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -15035,6 +15251,9 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'પાછળ'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'કૅલેન્ડર મોડ પર સ્વિચ કરો'; @@ -15380,6 +15599,12 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'સાચવો'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -15483,6 +15708,9 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'הקודם'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'מעבר למצב היומן'; @@ -15828,6 +16056,12 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'שמירה'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -15931,6 +16165,9 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'वापस जाएं'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'कैलेंडर पर जाएं'; @@ -16276,6 +16513,12 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'सेव करें'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.dense; @@ -16379,6 +16622,9 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Natrag'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Prijeđite na kalendar'; @@ -16724,6 +16970,12 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'SPREMI'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -16827,6 +17079,9 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Vissza'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Váltás naptárra'; @@ -17172,6 +17427,12 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'MENTÉS'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -17275,6 +17536,9 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Հետ'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Անցնել օրացույցին'; @@ -17620,6 +17884,12 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'ՊԱՀԵԼ'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -17723,6 +17993,9 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Kembali'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Beralih ke kalender'; @@ -18068,6 +18341,12 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'SIMPAN'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -18171,6 +18450,9 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Til baka'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Skipta yfir í dagatal'; @@ -18516,6 +18798,12 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'VISTA'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -18619,6 +18907,9 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Indietro'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Passa al calendario'; @@ -18964,6 +19255,12 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'SALVA'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -19067,6 +19364,9 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { @override String get backButtonTooltip => '戻る'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'カレンダーに切り替え'; @@ -19412,6 +19712,12 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { @override String get saveButtonLabel => '保存'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.dense; @@ -19515,6 +19821,9 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'უკან'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'კალენდარზე გადართვა'; @@ -19860,6 +20169,12 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'შენახვა'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -19963,6 +20278,9 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Артқа'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Күнтізбеге ауысу'; @@ -20308,6 +20626,12 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'САҚТАУ'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -20411,6 +20735,9 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'ថយក្រោយ'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'ប្ដូរទៅ​ប្រតិទិន'; @@ -20756,6 +21083,12 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'រក្សាទុក'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.dense; @@ -20859,6 +21192,9 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { @override String get backButtonTooltip => '\u{cb9}\u{cbf}\u{c82}\u{ca4}\u{cbf}\u{cb0}\u{cc1}\u{c97}\u{cbf}'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => '\u{c95}\u{ccd}\u{caf}\u{cbe}\u{cb2}\u{cc6}\u{c82}\u{ca1}\u{cb0}\u{ccd}\u{200c}\u{c97}\u{cc6}\u{20}\u{cac}\u{ca6}\u{cb2}\u{cbf}\u{cb8}\u{cbf}'; @@ -21204,6 +21540,12 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { @override String get saveButtonLabel => '\u{c89}\u{cb3}\u{cbf}\u{cb8}\u{cbf}'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -21307,6 +21649,9 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { @override String get backButtonTooltip => '뒤로'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => '캘린더 모드로 전환'; @@ -21652,6 +21997,12 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { @override String get saveButtonLabel => '저장'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.dense; @@ -21755,6 +22106,9 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Артка'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Жылнаамага которулуңуз'; @@ -22100,6 +22454,12 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'САКТОО'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -22203,6 +22563,9 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'ກັບຄືນ'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'ສະຫຼັບໄປປະຕິທິນ'; @@ -22548,6 +22911,12 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'ບັນທຶກ'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -22651,6 +23020,9 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Atgal'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Perjungti į kalendorių'; @@ -22996,6 +23368,12 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'IŠSAUGOTI'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -23099,6 +23477,9 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Atpakaļ'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Pārslēgties uz kalendāru'; @@ -23444,6 +23825,12 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'SAGLABĀT'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -23547,6 +23934,9 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Назад'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Префрли на календар'; @@ -23892,6 +24282,12 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'ЗАЧУВАЈ'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -23995,6 +24391,9 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'മടങ്ങുക'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'കലണ്ടറിലേക്ക് മാറുക'; @@ -24340,6 +24739,12 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'സംരക്ഷിക്കുക'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -24443,6 +24848,9 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Буцах'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Календарь луу сэлгэх'; @@ -24788,6 +25196,12 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'ХАДГАЛАХ'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -24891,6 +25305,9 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'मागे'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'कॅलेंडरवर स्विच करा'; @@ -25236,6 +25653,12 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'सेव्ह करा'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.dense; @@ -25339,6 +25762,9 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Kembali'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Tukar kepada kalendar'; @@ -25684,6 +26110,12 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'SIMPAN'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -25787,6 +26219,9 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'နောက်သို့'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'ပြက္ခဒိန်သို့ ပြောင်းရန်'; @@ -26132,6 +26567,12 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'သိမ်းရန်'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -26235,6 +26676,9 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Tilbake'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Bytt til kalender'; @@ -26580,6 +27024,12 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'LAGRE'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -26683,6 +27133,9 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'पछाडि जानुहोस्'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'पात्रो मोड प्रयोग गर्नुहोस्'; @@ -27028,6 +27481,12 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'सेभ गर्नुहोस्'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -27131,6 +27590,9 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Terug'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Overschakelen naar kalender'; @@ -27476,6 +27938,12 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'OPSLAAN'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -27579,6 +28047,9 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Tilbake'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Bytt til kalender'; @@ -27924,6 +28395,12 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'LAGRE'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -28027,6 +28504,9 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'ପଛକୁ ଫେରନ୍ତୁ'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'କ୍ୟାଲେଣ୍ଡରକୁ ସ୍ୱିଚ୍ କରନ୍ତୁ'; @@ -28372,6 +28852,12 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'ସେଭ୍ କରନ୍ତୁ'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -28475,6 +28961,9 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'ਪਿੱਛੇ'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => "ਕੈਲੰਡਰ 'ਤੇ ਜਾਓ"; @@ -28820,6 +29309,12 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'ਰੱਖਿਅਤ ਕਰੋ'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -28923,6 +29418,9 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Wstecz'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Przełącz na kalendarz'; @@ -29268,6 +29766,12 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'ZAPISZ'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -29371,6 +29875,9 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'شاته'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Switch to calendar'; @@ -29716,6 +30223,12 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'SAVE'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -29819,6 +30332,9 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Voltar'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Mudar para agenda'; @@ -30164,6 +30680,12 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'SALVAR'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -30406,6 +30928,9 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Înapoi'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Comutați la calendar'; @@ -30751,6 +31276,12 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'SALVAȚI'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -30854,6 +31385,9 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Назад'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Переключиться на календарь'; @@ -31199,6 +31733,12 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'СОХРАНИТЬ'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -31302,6 +31842,9 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'ආපසු'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'දින දර්ශනය වෙත මාරු වන්න'; @@ -31647,6 +32190,12 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'සුරකින්න'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -31750,6 +32299,9 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Späť'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Prepnúť na kalendár'; @@ -32095,6 +32647,12 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'ULOŽIŤ'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -32198,6 +32756,9 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Nazaj'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Preklop na koledar'; @@ -32543,6 +33104,12 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'SHRANI'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -32646,6 +33213,9 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Prapa'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Kalo te kalendari'; @@ -32991,6 +33561,12 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'RUAJ'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -33094,6 +33670,9 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Назад'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Пређите на календар'; @@ -33439,6 +34018,12 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'САЧУВАЈ'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -33844,6 +34429,9 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Tillbaka'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Byt till kalender'; @@ -34189,6 +34777,12 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'SPARA'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -34292,6 +34886,9 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Rudi Nyuma'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Badili utumie hali ya kalenda'; @@ -34637,6 +35234,12 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'HIFADHI'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -34740,6 +35343,9 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'முந்தைய பக்கம்'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'கேலெண்டருக்கு மாற்று'; @@ -35085,6 +35691,12 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'சேமி'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.dense; @@ -35188,6 +35800,9 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'వెనుకకు'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'క్యాలెండర్‌కు మారండి'; @@ -35533,6 +36148,12 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'సేవ్ చేయి'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -35636,6 +36257,9 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'กลับ'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'เปลี่ยนเป็นปฏิทิน'; @@ -35981,6 +36605,12 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'บันทึก'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -36084,6 +36714,9 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Bumalik'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Lumipat sa kalendaryo'; @@ -36429,6 +37062,12 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'I-SAVE'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -36532,6 +37171,9 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Geri'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Takvime geç'; @@ -36877,6 +37519,12 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'KAYDET'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -36980,6 +37628,9 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Назад'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Перейти до календаря'; @@ -37325,6 +37976,12 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'ЗБЕРЕГТИ'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -37428,6 +38085,9 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'پیچھے'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'کیلنڈر پر سوئچ کریں'; @@ -37773,6 +38433,12 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'محفوظ کریں'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -37876,6 +38542,9 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Orqaga'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Taqvimda ochish'; @@ -38221,6 +38890,12 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'SAQLASH'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -38324,6 +38999,9 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Quay lại'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Chuyển sang lịch'; @@ -38669,6 +39347,12 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'LƯU'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -38772,6 +39456,9 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { @override String get backButtonTooltip => '返回'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => '切换到日历模式'; @@ -39117,6 +39804,12 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { @override String get saveButtonLabel => '保存'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.dense; @@ -39683,6 +40376,9 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { @override String get backButtonTooltip => 'Emuva'; + @override + String get bottomSheetLabel => 'Bottom Sheet'; + @override String get calendarModeButtonLabel => 'Shintshela kukhalenda'; @@ -40028,6 +40724,12 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'LONDOLOZA'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Close $modalRouteName'; + @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; diff --git a/packages/flutter_localizations/lib/src/l10n/material_af.arb b/packages/flutter_localizations/lib/src/l10n/material_af.arb index ce56ed31822f..97db20739698 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_af.arb @@ -130,5 +130,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Kieslysbalkkieslys", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_am.arb b/packages/flutter_localizations/lib/src/l10n/material_am.arb index 9dcf04542c70..d205f52c6684 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_am.arb @@ -130,5 +130,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "የምናሌ አሞሌ ምናሌ", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index 975924586af7..455c9d78b355 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -141,5 +141,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "قائمة شريط القوائم", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_as.arb b/packages/flutter_localizations/lib/src/l10n/material_as.arb index f0d0c1d471f0..33a989ea517d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_as.arb @@ -130,5 +130,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "মেনু বাৰ মেনু", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_az.arb b/packages/flutter_localizations/lib/src/l10n/material_az.arb index 0f37f7f19b82..948560deab00 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_az.arb @@ -130,5 +130,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Menyu paneli menyusu", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_be.arb b/packages/flutter_localizations/lib/src/l10n/material_be.arb index a7c2e3071f13..1f07302d1d20 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_be.arb @@ -136,5 +136,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Меню \"Панэль меню\"", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bg.arb b/packages/flutter_localizations/lib/src/l10n/material_bg.arb index 6e0391b37552..fccaca440564 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bg.arb @@ -131,5 +131,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Меню на лентата с менюта", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bn.arb b/packages/flutter_localizations/lib/src/l10n/material_bn.arb index 7d4490795d9c..dca70289acc1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bn.arb @@ -130,5 +130,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "মেনু বার মেনু", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bs.arb b/packages/flutter_localizations/lib/src/l10n/material_bs.arb index f16a7aa08edd..331be1aaf17b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bs.arb @@ -134,5 +134,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Meni trake menija", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ca.arb b/packages/flutter_localizations/lib/src/l10n/material_ca.arb index a6ff18a13afe..ae476c8b6856 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ca.arb @@ -131,5 +131,8 @@ "keyboardKeyMetaWindows": "Windows", "menuBarMenuLabel": "Menú de la barra de menú", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_cs.arb b/packages/flutter_localizations/lib/src/l10n/material_cs.arb index 6cdd24fd97cf..e46b239c7d69 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cs.arb @@ -137,5 +137,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Nabídka na liště s nabídkou", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_da.arb b/packages/flutter_localizations/lib/src/l10n/material_da.arb index 324551b0cf90..fc9721f69b1d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_da.arb @@ -131,5 +131,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Menuen for menulinjen", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index d4eb5374c7ef..1ef2fe89f638 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -132,5 +132,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Menü in der Menüleiste", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_el.arb b/packages/flutter_localizations/lib/src/l10n/material_el.arb index 9d02496d66d5..72b2b2b208de 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_el.arb @@ -131,5 +131,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Μενού γραμμής μενού", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index 052907821095..5da69cf9375a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -71,6 +71,22 @@ "description": "The tooltip for the button that shows a popup menu." }, + "scrimLabel": "Scrim", + "@scrimLabel": { + "description": "The label for the scrim rendered underneath the content of a modal route." + }, + + "bottomSheetLabel": "Bottom Sheet", + "@bottomSheetLabel": { + "description": "The label for a BottomSheet." + }, + + "scrimOnTapHint": "Close $modalRouteContentName", + "@scrimOnTapHint": { + "description": "The onTapHint for the scrim rendered underneath the content of a modal route which users can tap to dismiss the content", + "parameters": "modalRouteContentName" + }, + "aboutListTileTitle": "About $applicationName", "@aboutListTileTitle": { "description": "The default title for the drawer item that shows an about page for the application. The value of $applicationName is the name of the application, like GMail or Chrome.", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index 58896e8bdb06..f97efc3a512a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -132,5 +132,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Menú de la barra de menú", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_et.arb b/packages/flutter_localizations/lib/src/l10n/material_et.arb index 74d38f3bfd85..a069c49e6dbb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_et.arb @@ -131,5 +131,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Menüüriba menüü", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_eu.arb b/packages/flutter_localizations/lib/src/l10n/material_eu.arb index 98611d265793..2b5e66f7a351 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_eu.arb @@ -130,5 +130,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Menu-barraren menua", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index 82ce5793e654..981f5ee02276 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -131,5 +131,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "منوی نوار منو", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fi.arb b/packages/flutter_localizations/lib/src/l10n/material_fi.arb index d7eee53a4a9f..5459422ecae8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fi.arb @@ -131,5 +131,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Valikkopalkki", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fil.arb b/packages/flutter_localizations/lib/src/l10n/material_fil.arb index 25a386cdb3f8..404cd3dab16a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fil.arb @@ -131,5 +131,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Menu sa menu bar", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index b947935e759a..bd4172370d76 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -132,5 +132,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Menu de la barre de menu", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gl.arb b/packages/flutter_localizations/lib/src/l10n/material_gl.arb index 5506751a22ec..4ce178e4cee8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gl.arb @@ -132,5 +132,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Menú da barra de menú", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index 4bc900c5d76f..28bf3a5937eb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -131,5 +131,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Menü in der Menüleiste", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gu.arb b/packages/flutter_localizations/lib/src/l10n/material_gu.arb index dbe423cb4340..066f06c403a0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gu.arb @@ -130,5 +130,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "મેનૂ બાર મેનૂ", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index 17fc59550fd5..4f56e10a69e8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -137,5 +137,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "תפריט בסרגל התפריטים", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hi.arb b/packages/flutter_localizations/lib/src/l10n/material_hi.arb index d0e45119b3f8..c05b314b3df5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hi.arb @@ -131,5 +131,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "मेन्यू बार का मेन्यू", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hr.arb b/packages/flutter_localizations/lib/src/l10n/material_hr.arb index bfd77e32591b..82b9ac6a49eb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hr.arb @@ -134,5 +134,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Izbornik trake izbornika", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hu.arb b/packages/flutter_localizations/lib/src/l10n/material_hu.arb index cf36e6541c40..4f9f783a8243 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hu.arb @@ -131,5 +131,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Menüsor menüje", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hy.arb b/packages/flutter_localizations/lib/src/l10n/material_hy.arb index b75825395bee..5c1954ebc1d4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hy.arb @@ -136,5 +136,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Ընտրացանկի գոտու ընտրացանկ", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_id.arb b/packages/flutter_localizations/lib/src/l10n/material_id.arb index 6c70ca5dadf7..c067415bd3e8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_id.arb @@ -131,5 +131,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Menu panel menu", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_is.arb b/packages/flutter_localizations/lib/src/l10n/material_is.arb index ef59df70ec2e..13cc121fa164 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_is.arb @@ -130,5 +130,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Valmyndarstika", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index e7573355d2f6..af2a01175430 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -131,5 +131,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Menu barra dei menu", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index dbf6887c5d78..1c28209c3cbf 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -131,5 +131,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "メニューバーのメニュー", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ka.arb b/packages/flutter_localizations/lib/src/l10n/material_ka.arb index e98529cc2c62..8cc83351553e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ka.arb @@ -130,5 +130,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "მენიუს ზოლის მენიუ", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kk.arb b/packages/flutter_localizations/lib/src/l10n/material_kk.arb index ece1af42961f..2cc781706969 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kk.arb @@ -132,5 +132,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Мәзір жолағының мәзірі", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_km.arb b/packages/flutter_localizations/lib/src/l10n/material_km.arb index 7361b7a4df72..bfa32a283d34 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_km.arb @@ -131,5 +131,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "ម៉ឺនុយរបារម៉ឺនុយ", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kn.arb b/packages/flutter_localizations/lib/src/l10n/material_kn.arb index 55fe9a1c570e..988ba44fea81 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kn.arb @@ -130,5 +130,8 @@ "keyboardKeyMetaWindows": "\u0057\u0069\u006e", "menuBarMenuLabel": "\u0cae\u0cc6\u0ca8\u0cc1\u0020\u0cac\u0cbe\u0cb0\u0ccd\u200c\u0020\u0cae\u0cc6\u0ca8\u0cc1", "currentDateLabel": "\u0044\u0061\u0074\u0065\u0020\u006f\u0066\u0020\u0074\u006f\u0064\u0061\u0079", + "scrimLabel": "\u0053\u0063\u0072\u0069\u006d", + "bottomSheetLabel": "\u0042\u006f\u0074\u0074\u006f\u006d\u0020\u0053\u0068\u0065\u0065\u0074", + "scrimOnTapHint": "\u0043\u006c\u006f\u0073\u0065\u0020\u0024\u006d\u006f\u0064\u0061\u006c\u0052\u006f\u0075\u0074\u0065\u004e\u0061\u006d\u0065", "keyboardKeyShift": "\u0053\u0068\u0069\u0066\u0074" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index 72b1067bd1b5..768f44895355 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -131,5 +131,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "메뉴 바 메뉴", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ky.arb b/packages/flutter_localizations/lib/src/l10n/material_ky.arb index 8368f75ad5d1..c980b039892e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ky.arb @@ -130,5 +130,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Меню тилкеси менюсу", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lo.arb b/packages/flutter_localizations/lib/src/l10n/material_lo.arb index 868f2feb691e..8ef25135ceb5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lo.arb @@ -130,5 +130,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "ເມນູແຖບເມນູ", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lt.arb b/packages/flutter_localizations/lib/src/l10n/material_lt.arb index 5e246e073d0c..cfae42fe372d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lt.arb @@ -137,5 +137,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Meniu juostos meniu", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lv.arb b/packages/flutter_localizations/lib/src/l10n/material_lv.arb index b2a8560e1569..3d2271502726 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lv.arb @@ -132,5 +132,8 @@ "keyboardKeyMetaWindows": "Windows", "menuBarMenuLabel": "Izvēļņu joslas izvēlne", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mk.arb b/packages/flutter_localizations/lib/src/l10n/material_mk.arb index f60a09233f03..b8be3153f7a1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mk.arb @@ -130,5 +130,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Мени на лентата со мени", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ml.arb b/packages/flutter_localizations/lib/src/l10n/material_ml.arb index 647bd2420bc9..827b3063681b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ml.arb @@ -130,5 +130,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "മെനു ബാർ മെനു", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mn.arb b/packages/flutter_localizations/lib/src/l10n/material_mn.arb index c4301b1c8e8c..9d3590d090cb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mn.arb @@ -132,5 +132,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Цэсний талбарын цэс", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mr.arb b/packages/flutter_localizations/lib/src/l10n/material_mr.arb index dc9e0501d00a..741148d2f1f5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mr.arb @@ -132,5 +132,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "मेनू बार मेनू", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ms.arb b/packages/flutter_localizations/lib/src/l10n/material_ms.arb index a03d9b2eb54e..ba253cfd936d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ms.arb @@ -132,5 +132,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Menu bar menu", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_my.arb b/packages/flutter_localizations/lib/src/l10n/material_my.arb index 8e7203be4088..5a2f1ebe50a2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_my.arb @@ -130,5 +130,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "မီနူးဘား မီနူး", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nb.arb b/packages/flutter_localizations/lib/src/l10n/material_nb.arb index 6890cb9dc7d1..49b2f50ef2a9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nb.arb @@ -129,5 +129,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Meny med menylinje", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ne.arb b/packages/flutter_localizations/lib/src/l10n/material_ne.arb index 9344ce4a53f8..9c64af5f6789 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ne.arb @@ -130,5 +130,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "\"मेनु बार\" मेनु", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index 45f8258eb47f..cf3ba66e0f26 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -131,5 +131,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Menu van menubalk", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_no.arb b/packages/flutter_localizations/lib/src/l10n/material_no.arb index 6890cb9dc7d1..49b2f50ef2a9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_no.arb @@ -129,5 +129,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Meny med menylinje", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_or.arb b/packages/flutter_localizations/lib/src/l10n/material_or.arb index c96368eb49ab..4c14d4a20adc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_or.arb @@ -130,5 +130,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "ମେନୁ ବାର ମେନୁ", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pa.arb b/packages/flutter_localizations/lib/src/l10n/material_pa.arb index f1b1827f5165..e59e1218397e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pa.arb @@ -130,5 +130,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "ਮੀਨੂ ਬਾਰ ਮੀਨੂ", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index d0f89a8b2c96..a4a2f5fe43da 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -137,5 +137,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Pasek menu", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ps.arb b/packages/flutter_localizations/lib/src/l10n/material_ps.arb index 1f9af7f8e665..68549555be5a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ps.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ps.arb @@ -132,5 +132,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Menu bar menu", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index 4de173447ca5..3a2b5bc898dd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -133,5 +133,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Menu da barra de menus", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/flutter_localizations/lib/src/l10n/material_ro.arb index 74d2395301b1..718dac9472da 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ro.arb @@ -135,5 +135,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Bară de meniu", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index d3d19781c004..6997a08c0fa7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -138,5 +138,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Строка меню", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_si.arb b/packages/flutter_localizations/lib/src/l10n/material_si.arb index d476a1386b68..1bfdf42a8fe9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_si.arb @@ -130,5 +130,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "මෙනු තීරු මෙනුව", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sk.arb b/packages/flutter_localizations/lib/src/l10n/material_sk.arb index e252291afe8d..4ecf690dff3c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sk.arb @@ -137,5 +137,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Ponuka panela s ponukami", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sl.arb b/packages/flutter_localizations/lib/src/l10n/material_sl.arb index a8854f8ded2a..badd34f3f39c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sl.arb @@ -137,5 +137,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Meni menijske vrstice", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sq.arb b/packages/flutter_localizations/lib/src/l10n/material_sq.arb index bb0657ed5c9b..afde36674f05 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sq.arb @@ -130,5 +130,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Menyja e shiritit të menysë", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr.arb b/packages/flutter_localizations/lib/src/l10n/material_sr.arb index f2854f3805f8..116d8dd634c6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr.arb @@ -134,5 +134,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Мени трака менија", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sv.arb b/packages/flutter_localizations/lib/src/l10n/material_sv.arb index f59e10318a0f..825266b91601 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sv.arb @@ -131,5 +131,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Menyrad", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sw.arb b/packages/flutter_localizations/lib/src/l10n/material_sw.arb index a2e29e66ad00..17f619896272 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sw.arb @@ -132,5 +132,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Menyu ya upau wa menyu", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ta.arb b/packages/flutter_localizations/lib/src/l10n/material_ta.arb index 33b774fe549a..a104495ec781 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ta.arb @@ -132,5 +132,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "மெனு பட்டியின் மெனு", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_te.arb b/packages/flutter_localizations/lib/src/l10n/material_te.arb index 9ca40794266e..dbd63ca18a92 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_te.arb @@ -130,5 +130,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "మెనూ బార్ మెనూ", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/flutter_localizations/lib/src/l10n/material_th.arb index 238f59f604fb..137ecd6763b8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_th.arb @@ -131,5 +131,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "เมนูในแถบเมนู", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tl.arb b/packages/flutter_localizations/lib/src/l10n/material_tl.arb index 25a386cdb3f8..404cd3dab16a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tl.arb @@ -131,5 +131,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Menu sa menu bar", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index faff05ccf879..18fe418a4aa2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -131,5 +131,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Menü çubuğu menüsü", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uk.arb b/packages/flutter_localizations/lib/src/l10n/material_uk.arb index 8d1b58fb4ed4..123d70fc9321 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uk.arb @@ -137,5 +137,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Панель меню", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index 22abe680bf1a..6272798aef6f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -131,5 +131,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "مینو بار کا مینو", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uz.arb b/packages/flutter_localizations/lib/src/l10n/material_uz.arb index 4d3f9a7ef5df..bcfc08097ec9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uz.arb @@ -130,5 +130,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Menyu paneli", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_vi.arb b/packages/flutter_localizations/lib/src/l10n/material_vi.arb index af3bfdb835e3..1c90fa4bf8c5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_vi.arb @@ -131,5 +131,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Trình đơn của thanh trình đơn", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index eb68d62b00ec..e5a21d4b3bae 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -131,5 +131,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "菜单栏的菜单", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zu.arb b/packages/flutter_localizations/lib/src/l10n/material_zu.arb index 4c69ebe5fce4..789c3232b89f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zu.arb @@ -130,5 +130,8 @@ "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "Imenyu yebha yemenyu", "currentDateLabel": "Date of today", + "scrimLabel": "Scrim", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteName", "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 737dec45a1ed..56875a0c5e49 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -260,6 +260,17 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { return dateRangeEndDateSemanticLabelRaw.replaceFirst(r'$fullDate', formattedDate); } + /// The raw version of [scrimOnTapHint], with `$modalRouteContentName` verbatim + /// in the string. + @protected + String get scrimOnTapHintRaw; + + @override + String scrimOnTapHint(String modalRouteContentName) { + final String text = scrimOnTapHintRaw; + return text.replaceFirst(r'$modalRouteContentName', modalRouteContentName); + } + /// The raw version of [aboutListTileTitle], with `$applicationName` verbatim /// in the string. @protected From fcfc3887de7abd5a885c50614bc3f69fdc8f8103 Mon Sep 17 00:00:00 2001 From: Tae Hyung Kim Date: Tue, 10 Jan 2023 17:41:54 -0800 Subject: [PATCH 218/327] Fix Finnish TimeOfDate format (#118204) * init * add test --- .../lib/src/l10n/generated_material_localizations.dart | 2 +- packages/flutter_localizations/lib/src/l10n/material_fi.arb | 2 +- .../flutter_localizations/test/material/date_time_test.dart | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index f9783e28b173..1d3f7d9dfab3 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -13227,7 +13227,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get tabLabelRaw => r'Välilehti $tabIndex/$tabCount'; @override - TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_dot_mm; @override String get timePickerDialHelpText => 'VALITSE AIKA'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_fi.arb b/packages/flutter_localizations/lib/src/l10n/material_fi.arb index 5459422ecae8..451d30d8c5e0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fi.arb @@ -1,6 +1,6 @@ { "scriptCategory": "English-like", - "timeOfDayFormat": "HH:mm", + "timeOfDayFormat": "HH.mm", "openAppDrawerTooltip": "Avaa navigointivalikko", "backButtonTooltip": "Takaisin", "closeButtonTooltip": "Sulje", diff --git a/packages/flutter_localizations/test/material/date_time_test.dart b/packages/flutter_localizations/test/material/date_time_test.dart index 5b544b8a131b..9b32c582bd78 100644 --- a/packages/flutter_localizations/test/material/date_time_test.dart +++ b/packages/flutter_localizations/test/material/date_time_test.dart @@ -107,6 +107,11 @@ void main() { expect(await formatTimeOfDay(tester, const Locale('ja'), const TimeOfDay(hour: 20, minute: 32)), '20:32'); }); + testWidgets('formats ${TimeOfDayFormat.HH_dot_mm}', (WidgetTester tester) async { + expect(await formatTimeOfDay(tester, const Locale('fi'), const TimeOfDay(hour: 20, minute: 32)), '20.32'); + expect(await formatTimeOfDay(tester, const Locale('fi'), const TimeOfDay(hour: 9, minute: 32)), '09.32'); + }); + testWidgets('formats ${TimeOfDayFormat.frenchCanadian}', (WidgetTester tester) async { expect(await formatTimeOfDay(tester, const Locale('fr', 'CA'), const TimeOfDay(hour: 9, minute: 32)), '09 h 32'); }); From 55f6ec60603f0c46b9d2fa4bf57b74c7121ce61f Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Thu, 19 Jan 2023 20:06:09 -0800 Subject: [PATCH 219/327] Remove unnecessary null checks in dev/tools (#118845) --- dev/tools/localization/bin/gen_localizations.dart | 4 ---- dev/tools/localization/localizations_utils.dart | 7 +------ 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/dev/tools/localization/bin/gen_localizations.dart b/dev/tools/localization/bin/gen_localizations.dart index 30d627088c51..d8c100c2a973 100644 --- a/dev/tools/localization/bin/gen_localizations.dart +++ b/dev/tools/localization/bin/gen_localizations.dart @@ -71,12 +71,8 @@ String generateArbBasedLocalizationSubclasses({ required String supportedLanguagesConstant, required String supportedLanguagesDocMacro, }) { - assert(localeToResources != null); - assert(localeToResourceAttributes != null); assert(generatedClassPrefix.isNotEmpty); assert(baseClass.isNotEmpty); - assert(generateHeader != null); - assert(generateConstructor != null); assert(factoryName.isNotEmpty); assert(factoryDeclaration.isNotEmpty); assert(factoryArguments.isNotEmpty); diff --git a/dev/tools/localization/localizations_utils.dart b/dev/tools/localization/localizations_utils.dart index 67abed175bed..0959e16e00b4 100644 --- a/dev/tools/localization/localizations_utils.dart +++ b/dev/tools/localization/localizations_utils.dart @@ -51,7 +51,7 @@ class LocaleInfo implements Comparable { scriptCode = codes[1].length > codes[2].length ? codes[1] : codes[2]; countryCode = codes[1].length < codes[2].length ? codes[1] : codes[2]; } - assert(codes[0] != null && codes[0].isNotEmpty); + assert(codes[0].isNotEmpty); assert(countryCode == null || countryCode.isNotEmpty); assert(scriptCode == null || scriptCode.isNotEmpty); @@ -151,10 +151,6 @@ void loadMatchingArbsIntoBundleMaps({ required Map> localeToResources, required Map> localeToResourceAttributes, }) { - assert(directory != null); - assert(filenamePattern != null); - assert(localeToResources != null); - assert(localeToResourceAttributes != null); /// Set that holds the locales that were assumed from the existing locales. /// @@ -214,7 +210,6 @@ void loadMatchingArbsIntoBundleMaps({ } void exitWithError(String errorMessage) { - assert(errorMessage != null); stderr.writeln('fatal: $errorMessage'); exit(1); } From 87b5b5fecd74baab86896aebfbfa37bda90b09b5 Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Mon, 23 Jan 2023 11:26:07 -0800 Subject: [PATCH 220/327] Remove unnecessary null checks in flutter_localizations (#118863) --- .../lib/src/cupertino_localizations.dart | 11 +---------- .../lib/src/material_localizations.dart | 14 +------------- 2 files changed, 2 insertions(+), 23 deletions(-) diff --git a/packages/flutter_localizations/lib/src/cupertino_localizations.dart b/packages/flutter_localizations/lib/src/cupertino_localizations.dart index a07ddb9998f9..7fec5fe50e0d 100644 --- a/packages/flutter_localizations/lib/src/cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/cupertino_localizations.dart @@ -63,23 +63,14 @@ abstract class GlobalCupertinoLocalizations implements CupertinoLocalizations { required intl.DateFormat doubleDigitMinuteFormat, required intl.DateFormat singleDigitSecondFormat, required intl.NumberFormat decimalFormat, - }) : assert(localeName != null), - _localeName = localeName, - assert(fullYearFormat != null), + }) : _localeName = localeName, _fullYearFormat = fullYearFormat, - assert(dayFormat != null), _dayFormat = dayFormat, - assert(mediumDateFormat != null), _mediumDateFormat = mediumDateFormat, - assert(singleDigitHourFormat != null), _singleDigitHourFormat = singleDigitHourFormat, - assert(singleDigitMinuteFormat != null), _singleDigitMinuteFormat = singleDigitMinuteFormat, - assert(doubleDigitMinuteFormat != null), _doubleDigitMinuteFormat = doubleDigitMinuteFormat, - assert(singleDigitSecondFormat != null), _singleDigitSecondFormat = singleDigitSecondFormat, - assert(decimalFormat != null), _decimalFormat =decimalFormat; final String _localeName; diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 56875a0c5e49..477940e38497 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -97,25 +97,15 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { required intl.DateFormat shortMonthDayFormat, required intl.NumberFormat decimalFormat, required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : assert(localeName != null), - _localeName = localeName, - assert(fullYearFormat != null), + }) : _localeName = localeName, _fullYearFormat = fullYearFormat, - assert(compactDateFormat != null), _compactDateFormat = compactDateFormat, - assert(shortDateFormat != null), _shortDateFormat = shortDateFormat, - assert(mediumDateFormat != null), _mediumDateFormat = mediumDateFormat, - assert(longDateFormat != null), _longDateFormat = longDateFormat, - assert(yearMonthFormat != null), _yearMonthFormat = yearMonthFormat, - assert(shortMonthDayFormat != null), _shortMonthDayFormat = shortMonthDayFormat, - assert(decimalFormat != null), _decimalFormat = decimalFormat, - assert(twoDigitZeroPaddedFormat != null), _twoDigitZeroPaddedFormat = twoDigitZeroPaddedFormat; final String _localeName; @@ -298,7 +288,6 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { String pageRowsInfoTitle(int firstRow, int lastRow, int rowCount, bool rowCountIsApproximate) { String? text = rowCountIsApproximate ? pageRowsInfoTitleApproximateRaw : null; text ??= pageRowsInfoTitleRaw; - assert(text != null, 'A $_localeName localization was not found for pageRowsInfoTitle or pageRowsInfoTitleApproximate'); return text .replaceFirst(r'$firstRow', formatDecimal(firstRow)) .replaceFirst(r'$lastRow', formatDecimal(lastRow)) @@ -446,7 +435,6 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { /// the short time pattern used in the `en_US` locale. @override TimeOfDayFormat timeOfDayFormat({ bool alwaysUse24HourFormat = false }) { - assert(alwaysUse24HourFormat != null); if (alwaysUse24HourFormat) { return _get24HourVersionOf(timeOfDayFormatRaw); } From 271ac30697bd3448a3100a7aedcb2789a34302bc Mon Sep 17 00:00:00 2001 From: Taha Tesser Date: Mon, 27 Feb 2023 20:40:17 +0200 Subject: [PATCH 221/327] Fix `ExpansionTile` hint for Android (#120881) Fix `ExpansionTile` double tap to collapse/expanded and expanded/collapsed states semantics announcements --- .../generated_material_localizations.dart | 936 ++++++++++++++++++ .../lib/src/l10n/material_af.arb | 6 +- .../lib/src/l10n/material_am.arb | 6 +- .../lib/src/l10n/material_ar.arb | 6 +- .../lib/src/l10n/material_as.arb | 6 +- .../lib/src/l10n/material_az.arb | 6 +- .../lib/src/l10n/material_be.arb | 6 +- .../lib/src/l10n/material_bg.arb | 6 +- .../lib/src/l10n/material_bn.arb | 6 +- .../lib/src/l10n/material_bs.arb | 6 +- .../lib/src/l10n/material_ca.arb | 6 +- .../lib/src/l10n/material_cs.arb | 6 +- .../lib/src/l10n/material_da.arb | 6 +- .../lib/src/l10n/material_de.arb | 6 +- .../lib/src/l10n/material_el.arb | 6 +- .../lib/src/l10n/material_en.arb | 20 + .../lib/src/l10n/material_es.arb | 6 +- .../lib/src/l10n/material_et.arb | 6 +- .../lib/src/l10n/material_eu.arb | 6 +- .../lib/src/l10n/material_fa.arb | 6 +- .../lib/src/l10n/material_fi.arb | 6 +- .../lib/src/l10n/material_fil.arb | 6 +- .../lib/src/l10n/material_fr.arb | 6 +- .../lib/src/l10n/material_gl.arb | 6 +- .../lib/src/l10n/material_gsw.arb | 6 +- .../lib/src/l10n/material_gu.arb | 6 +- .../lib/src/l10n/material_he.arb | 6 +- .../lib/src/l10n/material_hi.arb | 6 +- .../lib/src/l10n/material_hr.arb | 6 +- .../lib/src/l10n/material_hu.arb | 6 +- .../lib/src/l10n/material_hy.arb | 6 +- .../lib/src/l10n/material_id.arb | 6 +- .../lib/src/l10n/material_is.arb | 6 +- .../lib/src/l10n/material_it.arb | 6 +- .../lib/src/l10n/material_ja.arb | 6 +- .../lib/src/l10n/material_ka.arb | 6 +- .../lib/src/l10n/material_kk.arb | 6 +- .../lib/src/l10n/material_km.arb | 6 +- .../lib/src/l10n/material_kn.arb | 6 +- .../lib/src/l10n/material_ko.arb | 6 +- .../lib/src/l10n/material_ky.arb | 6 +- .../lib/src/l10n/material_lo.arb | 6 +- .../lib/src/l10n/material_lt.arb | 6 +- .../lib/src/l10n/material_lv.arb | 6 +- .../lib/src/l10n/material_mk.arb | 6 +- .../lib/src/l10n/material_ml.arb | 6 +- .../lib/src/l10n/material_mn.arb | 6 +- .../lib/src/l10n/material_mr.arb | 6 +- .../lib/src/l10n/material_ms.arb | 6 +- .../lib/src/l10n/material_my.arb | 6 +- .../lib/src/l10n/material_nb.arb | 6 +- .../lib/src/l10n/material_ne.arb | 6 +- .../lib/src/l10n/material_nl.arb | 6 +- .../lib/src/l10n/material_no.arb | 6 +- .../lib/src/l10n/material_or.arb | 6 +- .../lib/src/l10n/material_pa.arb | 6 +- .../lib/src/l10n/material_pl.arb | 6 +- .../lib/src/l10n/material_ps.arb | 6 +- .../lib/src/l10n/material_pt.arb | 6 +- .../lib/src/l10n/material_ro.arb | 6 +- .../lib/src/l10n/material_ru.arb | 6 +- .../lib/src/l10n/material_si.arb | 6 +- .../lib/src/l10n/material_sk.arb | 6 +- .../lib/src/l10n/material_sl.arb | 6 +- .../lib/src/l10n/material_sq.arb | 6 +- .../lib/src/l10n/material_sr.arb | 6 +- .../lib/src/l10n/material_sv.arb | 6 +- .../lib/src/l10n/material_sw.arb | 6 +- .../lib/src/l10n/material_ta.arb | 6 +- .../lib/src/l10n/material_te.arb | 6 +- .../lib/src/l10n/material_th.arb | 6 +- .../lib/src/l10n/material_tl.arb | 6 +- .../lib/src/l10n/material_tr.arb | 6 +- .../lib/src/l10n/material_uk.arb | 6 +- .../lib/src/l10n/material_ur.arb | 6 +- .../lib/src/l10n/material_uz.arb | 6 +- .../lib/src/l10n/material_vi.arb | 6 +- .../lib/src/l10n/material_zh.arb | 6 +- .../lib/src/l10n/material_zu.arb | 6 +- .../test/material/translations_test.dart | 2 + 80 files changed, 1343 insertions(+), 77 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index 1d3f7d9dfab3..f398cc93aa73 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -65,6 +65,9 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Maak toe'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Vou uit'; @@ -122,9 +125,18 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigasiekieslys'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Vou in'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Eerste bladsy'; @@ -522,6 +534,9 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'ዝጋ'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'ዘርጋ'; @@ -579,9 +594,18 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { @override String get drawerLabel => 'የዳሰሳ ምናሌ'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'ሰብስብ'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'የመጀመሪያው ገጽ'; @@ -979,6 +1003,9 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'إغلاق'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'توسيع'; @@ -1036,9 +1063,18 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { @override String get drawerLabel => 'قائمة تنقل'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'تصغير'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'الصفحة الأولى'; @@ -1436,6 +1472,9 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'বন্ধ কৰক'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'বিস্তাৰ কৰক'; @@ -1493,9 +1532,18 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { @override String get drawerLabel => 'নেভিগেশ্বন মেনু'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'সংকোচন কৰক'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'প্রথম পৃষ্ঠা'; @@ -1893,6 +1941,9 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Bağlayın'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Genişləndirin'; @@ -1950,9 +2001,18 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Naviqasiya menyusu'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Yığcamlaşdırın'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Birinci səhifə'; @@ -2350,6 +2410,9 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Закрыць'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Разгарнуць'; @@ -2407,9 +2470,18 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Меню навігацыі'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Згарнуць'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'На першую старонку'; @@ -2807,6 +2879,9 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Затваряне'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Разгъване'; @@ -2864,9 +2939,18 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Меню за навигация'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Свиване'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Първа страница'; @@ -3264,6 +3348,9 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'বন্ধ করুন'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'বড় করুন'; @@ -3321,9 +3408,18 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { @override String get drawerLabel => 'নেভিগেশান মেনু'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'আড়াল করুন'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'প্রথম পৃষ্ঠা'; @@ -3721,6 +3817,9 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Zatvaranje'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Proširi'; @@ -3778,9 +3877,18 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Meni za navigaciju'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Suzi'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Prva stranica'; @@ -4178,6 +4286,9 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Tanca'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Desplega'; @@ -4235,9 +4346,18 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Menú de navegació'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Replega'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Primera pàgina'; @@ -4635,6 +4755,9 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Zavřít'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Rozbalit'; @@ -4692,9 +4815,18 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigační nabídka'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Sbalit'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'První stránka'; @@ -5092,6 +5224,9 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Luk'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Udvid'; @@ -5149,9 +5284,18 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigationsmenu'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Skjul'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Første side'; @@ -5549,6 +5693,9 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Schließen'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Maximieren'; @@ -5606,9 +5753,18 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigationsmenü'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Minimieren'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Erste Seite'; @@ -6043,6 +6199,9 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Κλείσιμο'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Ανάπτυξη'; @@ -6100,9 +6259,18 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Μενού πλοήγησης'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Σύμπτυξη'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Πρώτη σελίδα'; @@ -6500,6 +6668,9 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Close'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Expand'; @@ -6557,9 +6728,18 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigation menu'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Collapse'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'First page'; @@ -7814,6 +7994,9 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Cerrar'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Mostrar'; @@ -7871,9 +8054,18 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Menú de navegación'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Ocultar'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Primera página'; @@ -11474,6 +11666,9 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Sule'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Laienda'; @@ -11531,9 +11726,18 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigeerimismenüü'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Ahenda'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Esimene leht'; @@ -11931,6 +12135,9 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Itxi'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Zabaldu'; @@ -11988,9 +12195,18 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Nabigazio-menua'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Tolestu'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Lehenengo orria'; @@ -12388,6 +12604,9 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'بستن'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'بزرگ کردن'; @@ -12445,9 +12664,18 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { @override String get drawerLabel => 'منوی پیمایش'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'کوچک کردن'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'صفحه اول'; @@ -12845,6 +13073,9 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Sulje'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Laajenna'; @@ -12902,9 +13133,18 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigointivalikko'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Tiivistä'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Ensimmäinen sivu'; @@ -13302,6 +13542,9 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Isara'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'I-expand'; @@ -13359,9 +13602,18 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Menu ng navigation'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'I-collapse'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Unang page'; @@ -13759,6 +14011,9 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Fermer'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Développer'; @@ -13816,9 +14071,18 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Menu de navigation'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Réduire'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Première page'; @@ -14352,6 +14616,9 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Pechar'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Despregar'; @@ -14409,9 +14676,18 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Menú de navegación'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Contraer'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Primeira páxina'; @@ -14809,6 +15085,9 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Schließen'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Maximieren'; @@ -14866,9 +15145,18 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigationsmenü'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Minimieren'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Erste Seite'; @@ -15266,6 +15554,9 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'બંધ કરો'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'વિસ્તૃત કરો'; @@ -15323,9 +15614,18 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { @override String get drawerLabel => 'નૅવિગેશન મેનૂ'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'સંકુચિત કરો'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'પહેલું પેજ'; @@ -15723,6 +16023,9 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'סגירה'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'הרחבה'; @@ -15780,9 +16083,18 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { @override String get drawerLabel => 'תפריט ניווט'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'כיווץ'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'לדף הראשון'; @@ -16180,6 +16492,9 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'बंद करें'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'बड़ा करें'; @@ -16237,9 +16552,18 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { @override String get drawerLabel => 'नेविगेशन मेन्यू'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'छोटा करें'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'पहला पेज'; @@ -16637,6 +16961,9 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Zatvaranje'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Proširi'; @@ -16694,9 +17021,18 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigacijski izbornik'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Sažmi'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Prva stranica'; @@ -17094,6 +17430,9 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Bezárás'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Kibontás'; @@ -17151,9 +17490,18 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigációs menü'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Összecsukás'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Első oldal'; @@ -17551,6 +17899,9 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Փակել'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Ծավալել'; @@ -17608,9 +17959,18 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Նավիգացիայի ընտրացանկ'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Ծալել'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Առաջին էջ'; @@ -18008,6 +18368,9 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Tutup'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Luaskan'; @@ -18065,9 +18428,18 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Menu navigasi'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Ciutkan'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Halaman pertama'; @@ -18465,6 +18837,9 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Loka'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Stækka'; @@ -18522,9 +18897,18 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Yfirlitsvalmynd'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Draga saman'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Fyrsta síða'; @@ -18922,6 +19306,9 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Chiudi'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Espandi'; @@ -18979,9 +19366,18 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Menu di navigazione'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Comprimi'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Prima pagina'; @@ -19379,6 +19775,9 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => '閉じる'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => '展開'; @@ -19436,9 +19835,18 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { @override String get drawerLabel => 'ナビゲーション メニュー'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => '折りたたむ'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => '最初のページ'; @@ -19836,6 +20244,9 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'დახურვა'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'გაშლა'; @@ -19893,9 +20304,18 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { @override String get drawerLabel => 'ნავიგაციის მენიუ'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'ჩაკეცვა'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'პირველი გვერდი'; @@ -20293,6 +20713,9 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Жабу'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Жаю'; @@ -20350,9 +20773,18 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Навигация мәзірі'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Жию'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Бірінші бет'; @@ -20750,6 +21182,9 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'បិទ'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'ពង្រីក'; @@ -20807,9 +21242,18 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { @override String get drawerLabel => 'ម៉ឺនុយរុករក'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'បង្រួម'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'ទំព័រ​ដំបូង'; @@ -21207,6 +21651,9 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => '\u{cae}\u{cc1}\u{c9a}\u{ccd}\u{c9a}\u{cbf}\u{cb0}\u{cbf}'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => '\u{cb5}\u{cbf}\u{cb8}\u{ccd}\u{ca4}\u{cb0}\u{cbf}\u{cb8}\u{cbf}'; @@ -21264,9 +21711,18 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { @override String get drawerLabel => '\u{ca8}\u{ccd}\u{caf}\u{cbe}\u{cb5}\u{cbf}\u{c97}\u{cc7}\u{cb6}\u{ca8}\u{ccd}\u{200c}\u{20}\u{cae}\u{cc6}\u{ca8}\u{cc1}'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => '\u{c95}\u{cc1}\u{c97}\u{ccd}\u{c97}\u{cbf}\u{cb8}\u{cbf}'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => '\u{cae}\u{cca}\u{ca6}\u{cb2}\u{20}\u{caa}\u{cc1}\u{c9f}'; @@ -21664,6 +22120,9 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => '닫기'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => '펼치기'; @@ -21721,9 +22180,18 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { @override String get drawerLabel => '탐색 메뉴'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => '접기'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => '첫 페이지'; @@ -22121,6 +22589,9 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Жабуу'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Жайып көрсөтүү'; @@ -22178,9 +22649,18 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Чабыттоо менюсу'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Жыйыштыруу'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Биринчи бет'; @@ -22578,6 +23058,9 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'ປິດ'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'ຂະຫຍາຍ'; @@ -22635,9 +23118,18 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { @override String get drawerLabel => 'ເມນູນຳທາງ'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'ຫຍໍ້ເຂົ້າ'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'ໜ້າທຳອິດ'; @@ -23035,6 +23527,9 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Uždaryti'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Išskleisti'; @@ -23092,9 +23587,18 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Naršymo meniu'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Sutraukti'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Pirmas puslapis'; @@ -23492,6 +23996,9 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Aizvērt'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Izvērst'; @@ -23549,9 +24056,18 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigācijas izvēlne'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Sakļaut'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Pirmā lapa'; @@ -23949,6 +24465,9 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Затвори'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Прошири'; @@ -24006,9 +24525,18 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Мени за навигација'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Собери'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Прва страница'; @@ -24406,6 +24934,9 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'അടയ്‌ക്കുക'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'വികസിപ്പിക്കുക'; @@ -24463,9 +24994,18 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { @override String get drawerLabel => 'നാവിഗേഷൻ മെനു'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'ചുരുക്കുക'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'ആദ്യ പേജ്'; @@ -24863,6 +25403,9 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Хаах'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Дэлгэх'; @@ -24920,9 +25463,18 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Навигацын цэс'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Буулгах'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Эхний хуудас'; @@ -25320,6 +25872,9 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'बंद करा'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'विस्तार करा'; @@ -25377,9 +25932,18 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { @override String get drawerLabel => 'नेव्हिगेशन मेनू'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'कोलॅप्स करा'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'पहिले पेज'; @@ -25777,6 +26341,9 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Tutup'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Kembangkan'; @@ -25834,9 +26401,18 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Menu navigasi'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Runtuhkan'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Halaman pertama'; @@ -26234,6 +26810,9 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'ပိတ်ရန်'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'ချဲ့ရန်'; @@ -26291,9 +26870,18 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { @override String get drawerLabel => 'လမ်းညွှန် မီနူး'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'လျှော့ပြရန်'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'ပထမ စာမျက်နှာ'; @@ -26691,6 +27279,9 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Lukk'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Vis'; @@ -26748,9 +27339,18 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigasjonsmeny'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Skjul'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Første side'; @@ -27148,6 +27748,9 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'बन्द गर्नुहोस्'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'विस्तार गर्नुहोस्'; @@ -27205,9 +27808,18 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { @override String get drawerLabel => 'नेभिगेसन मेनु'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'संक्षिप्त गर्नुहोस्'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'प्रथम पेज'; @@ -27605,6 +28217,9 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Sluiten'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Uitvouwen'; @@ -27662,9 +28277,18 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigatiemenu'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Samenvouwen'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Eerste pagina'; @@ -28062,6 +28686,9 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Lukk'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Vis'; @@ -28119,9 +28746,18 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigasjonsmeny'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Skjul'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Første side'; @@ -28519,6 +29155,9 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'ବନ୍ଦ କରନ୍ତୁ'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'ପ୍ରସାରିତ କରନ୍ତୁ'; @@ -28576,9 +29215,18 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { @override String get drawerLabel => 'ନେଭିଗେସନ୍ ମେନୁ'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'ସଙ୍କୁଚିତ କରନ୍ତୁ'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'ପ୍ରଥମ ପୃଷ୍ଠା'; @@ -28976,6 +29624,9 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'ਬੰਦ ਕਰੋ'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'ਵਿਸਤਾਰ ਕਰੋ'; @@ -29033,9 +29684,18 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { @override String get drawerLabel => 'ਨੈਵੀਗੇਸ਼ਨ ਮੀਨੂ'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'ਸਮੇਟੋ'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'ਪਹਿਲਾ ਪੰਨਾ'; @@ -29433,6 +30093,9 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Zamknij'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Rozwiń'; @@ -29490,9 +30153,18 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Menu nawigacyjne'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Zwiń'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Pierwsza strona'; @@ -29890,6 +30562,9 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'بنده'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Expand'; @@ -29947,9 +30622,18 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { @override String get drawerLabel => 'د نیویگیشن مینو'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Collapse'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'First page'; @@ -30347,6 +31031,9 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Fechar'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Abrir'; @@ -30404,9 +31091,18 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Menu de navegação'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Recolher'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Primeira página'; @@ -30943,6 +31639,9 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Închideți'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Extindeți'; @@ -31000,9 +31699,18 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Meniu de navigare'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Restrângeți'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Prima pagină'; @@ -31400,6 +32108,9 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Закрыть'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Развернуть'; @@ -31457,9 +32168,18 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Меню навигации'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Свернуть'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Первая страница'; @@ -31857,6 +32577,9 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'වසන්න'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'දිග හරින්න'; @@ -31914,9 +32637,18 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { @override String get drawerLabel => 'සංචාලන මෙනුව'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'හකුළන්න'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'පළමු පිටුව'; @@ -32314,6 +33046,9 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Zavrieť'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Rozbaliť'; @@ -32371,9 +33106,18 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigačná ponuka'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Zbaliť'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Prvá strana'; @@ -32771,6 +33515,9 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Zapiranje'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Razširiti'; @@ -32828,9 +33575,18 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Meni za krmarjenje'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Strniti'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Prva stran'; @@ -33228,6 +33984,9 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Mbyll'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Zgjero'; @@ -33285,9 +34044,18 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Menyja e navigimit'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Palos'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Faqja e parë'; @@ -33685,6 +34453,9 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Затворите'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Прошири'; @@ -33742,9 +34513,18 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Мени за навигацију'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Скупи'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Прва страница'; @@ -34444,6 +35224,9 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Stäng'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Utöka'; @@ -34501,9 +35284,18 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigeringsmeny'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Dölj'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Första sidan'; @@ -34901,6 +35693,9 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Funga'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Panua'; @@ -34958,9 +35753,18 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Menyu ya kusogeza'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Kunja'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Ukurasa wa kwanza'; @@ -35358,6 +36162,9 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'மூடுக'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'விரிக்கும்'; @@ -35415,9 +36222,18 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { @override String get drawerLabel => 'வழிசெலுத்தல் மெனு'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'சுருக்கும்'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'முதல் பக்கத்திற்குச் செல்லும்'; @@ -35815,6 +36631,9 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'మూసివేయి'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'విస్తరించు'; @@ -35872,9 +36691,18 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { @override String get drawerLabel => 'నావిగేషన్ మెనూ'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'కుదించు'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'మొదటి పేజీ'; @@ -36272,6 +37100,9 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'ปิด'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'ขยาย'; @@ -36329,9 +37160,18 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { @override String get drawerLabel => 'เมนูการนำทาง'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'ยุบ'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'หน้าแรก'; @@ -36729,6 +37569,9 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Isara'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'I-expand'; @@ -36786,9 +37629,18 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Menu ng navigation'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'I-collapse'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Unang page'; @@ -37186,6 +38038,9 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Kapat'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Genişlet'; @@ -37243,9 +38098,18 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Gezinme menüsü'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Daralt'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'İlk sayfa'; @@ -37643,6 +38507,9 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Закрити'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Розгорнути'; @@ -37700,9 +38567,18 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Меню навігації'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Згорнути'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Перша сторінка'; @@ -38100,6 +38976,9 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'بند کریں'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'پھیلائیں'; @@ -38157,9 +39036,18 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { @override String get drawerLabel => 'نیویگیشن مینو'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'سکیڑیں'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'پہلا صفحہ'; @@ -38557,6 +39445,9 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Yopish'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Yoyish'; @@ -38614,9 +39505,18 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigatsiya menyusi'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Kichraytirish'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Birinchi sahifa'; @@ -39014,6 +39914,9 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Đóng'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Mở rộng'; @@ -39071,9 +39974,18 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Menu di chuyển'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Thu gọn'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Trang đầu'; @@ -39471,6 +40383,9 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => '关闭'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => '展开'; @@ -39528,9 +40443,18 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { @override String get drawerLabel => '导航菜单'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => '收起'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => '第一页'; @@ -40391,6 +41315,9 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Vala'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Nweba'; @@ -40448,9 +41375,18 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Imenyu yokuzulazula'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Goqa'; + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Ikhasi lokuqala'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_af.arb b/packages/flutter_localizations/lib/src/l10n/material_af.arb index 97db20739698..446dbd4825e7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_af.arb @@ -133,5 +133,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_am.arb b/packages/flutter_localizations/lib/src/l10n/material_am.arb index d205f52c6684..d5a1edc50acf 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_am.arb @@ -133,5 +133,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index 455c9d78b355..b3c97e404a9e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -144,5 +144,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_as.arb b/packages/flutter_localizations/lib/src/l10n/material_as.arb index 33a989ea517d..498f79bafd86 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_as.arb @@ -133,5 +133,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_az.arb b/packages/flutter_localizations/lib/src/l10n/material_az.arb index 948560deab00..3f2f378e0461 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_az.arb @@ -133,5 +133,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_be.arb b/packages/flutter_localizations/lib/src/l10n/material_be.arb index 1f07302d1d20..03c7d502a978 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_be.arb @@ -139,5 +139,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bg.arb b/packages/flutter_localizations/lib/src/l10n/material_bg.arb index fccaca440564..018ed7bef8f8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bg.arb @@ -134,5 +134,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bn.arb b/packages/flutter_localizations/lib/src/l10n/material_bn.arb index dca70289acc1..e641f967ae9b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bn.arb @@ -133,5 +133,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bs.arb b/packages/flutter_localizations/lib/src/l10n/material_bs.arb index 331be1aaf17b..4fa455736e2d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bs.arb @@ -137,5 +137,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ca.arb b/packages/flutter_localizations/lib/src/l10n/material_ca.arb index ae476c8b6856..86d21c1bc569 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ca.arb @@ -134,5 +134,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_cs.arb b/packages/flutter_localizations/lib/src/l10n/material_cs.arb index e46b239c7d69..8c78c7ea1e4a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cs.arb @@ -140,5 +140,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_da.arb b/packages/flutter_localizations/lib/src/l10n/material_da.arb index fc9721f69b1d..2f51ed964aac 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_da.arb @@ -134,5 +134,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index 1ef2fe89f638..7bef6c88b9ca 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -135,5 +135,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_el.arb b/packages/flutter_localizations/lib/src/l10n/material_el.arb index 72b2b2b208de..77af83e8aa60 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_el.arb @@ -134,5 +134,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index 5da69cf9375a..f0c2f1c2bd6d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -454,6 +454,26 @@ "description": "The verb which describes what happens when a collapsed ExpandIcon toggle button is pressed. This is used by TalkBack on Android to replace the default hint on the accessibility action. The verb will be concatenated with a prefix string which describes how to perform the action, which by default is 'double tap to activate'. In the case of US english, this would be 'double tap to expand.' The exact phrasing of the hint will vary based on locale" }, + "expansionTileExpandedTapHint": "Collapse", + "@expansionTileExpandedTapHint": { + "description": "The verb which describes what happens when an expanded ExpansionTile is pressed. This is used by TalkBack on Android to replace the default hint on the accessibility action. The verb will be concatenated with a prefix string which describes how to perform the action, which by default is 'double tap to activate'. In the case of US english, this would be 'double tap to collapse.' The exact phrasing of the hint will vary based on locale" + }, + + "expansionTileCollapsedTapHint": "Expand for more details", + "@expansionTileCollapsedTapHint": { + "description": "The verb which describes what happens when an expanded ExpansionTile is pressed. This is used by TalkBack on Android to replace the default hint on the accessibility action. The verb will be concatenated with a prefix string which describes how to perform the action, which by default is 'double tap to activate'. In the case of US english, this would be 'double tap to expand for more details.' The exact phrasing of the hint will vary based on locale" + }, + + "expandedHint": "Collapsed", + "@expandedHint": { + "description": "The verb which describes the ExpansionTile state when an expanded ExpansionTile is pressed." + }, + + "collapsedHint": "Expanded", + "@collapsedHint": { + "description": "The verb which describes the ExpansionTile state when a collapsed ExpansionTile is pressed." + }, + "remainingTextFieldCharacterCountZero": "No characters remaining", "@remainingTextFieldCharacterCountZero": { "optional": true diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index f97efc3a512a..078088cd8217 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -135,5 +135,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_et.arb b/packages/flutter_localizations/lib/src/l10n/material_et.arb index a069c49e6dbb..80725ef9031a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_et.arb @@ -134,5 +134,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_eu.arb b/packages/flutter_localizations/lib/src/l10n/material_eu.arb index 2b5e66f7a351..f04c95a09822 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_eu.arb @@ -133,5 +133,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index 981f5ee02276..f5083284bbc0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -134,5 +134,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fi.arb b/packages/flutter_localizations/lib/src/l10n/material_fi.arb index 451d30d8c5e0..df177d40f934 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fi.arb @@ -134,5 +134,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fil.arb b/packages/flutter_localizations/lib/src/l10n/material_fil.arb index 404cd3dab16a..793aeeb04408 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fil.arb @@ -134,5 +134,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index bd4172370d76..924e1d34d75f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -135,5 +135,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gl.arb b/packages/flutter_localizations/lib/src/l10n/material_gl.arb index 4ce178e4cee8..3c0eb8499500 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gl.arb @@ -135,5 +135,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index 28bf3a5937eb..02d79bb48b0d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -134,5 +134,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gu.arb b/packages/flutter_localizations/lib/src/l10n/material_gu.arb index 066f06c403a0..77ffc09e4f05 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gu.arb @@ -133,5 +133,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index 4f56e10a69e8..9b03b90c96f4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -140,5 +140,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hi.arb b/packages/flutter_localizations/lib/src/l10n/material_hi.arb index c05b314b3df5..6cc3f7879a97 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hi.arb @@ -134,5 +134,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hr.arb b/packages/flutter_localizations/lib/src/l10n/material_hr.arb index 82b9ac6a49eb..961270fd1c65 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hr.arb @@ -137,5 +137,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hu.arb b/packages/flutter_localizations/lib/src/l10n/material_hu.arb index 4f9f783a8243..099109f30da1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hu.arb @@ -134,5 +134,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hy.arb b/packages/flutter_localizations/lib/src/l10n/material_hy.arb index 5c1954ebc1d4..541274f10552 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hy.arb @@ -139,5 +139,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_id.arb b/packages/flutter_localizations/lib/src/l10n/material_id.arb index c067415bd3e8..49476111a3d9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_id.arb @@ -134,5 +134,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_is.arb b/packages/flutter_localizations/lib/src/l10n/material_is.arb index 13cc121fa164..387a560b2d60 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_is.arb @@ -133,5 +133,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index af2a01175430..b10dd16b9e75 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -134,5 +134,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index 1c28209c3cbf..ef3b228a90ae 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -134,5 +134,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ka.arb b/packages/flutter_localizations/lib/src/l10n/material_ka.arb index 8cc83351553e..6e5cb86336ee 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ka.arb @@ -133,5 +133,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kk.arb b/packages/flutter_localizations/lib/src/l10n/material_kk.arb index 2cc781706969..02d2c6bf3149 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kk.arb @@ -135,5 +135,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_km.arb b/packages/flutter_localizations/lib/src/l10n/material_km.arb index bfa32a283d34..7caf462e71cc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_km.arb @@ -134,5 +134,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kn.arb b/packages/flutter_localizations/lib/src/l10n/material_kn.arb index 988ba44fea81..c30b7a1909e6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kn.arb @@ -133,5 +133,9 @@ "scrimLabel": "\u0053\u0063\u0072\u0069\u006d", "bottomSheetLabel": "\u0042\u006f\u0074\u0074\u006f\u006d\u0020\u0053\u0068\u0065\u0065\u0074", "scrimOnTapHint": "\u0043\u006c\u006f\u0073\u0065\u0020\u0024\u006d\u006f\u0064\u0061\u006c\u0052\u006f\u0075\u0074\u0065\u004e\u0061\u006d\u0065", - "keyboardKeyShift": "\u0053\u0068\u0069\u0066\u0074" + "keyboardKeyShift": "\u0053\u0068\u0069\u0066\u0074", + "expansionTileExpandedTapHint": "\u0043\u006f\u006c\u006c\u0061\u0070\u0073\u0065", + "expansionTileCollapsedTapHint": "\u0045\u0078\u0070\u0061\u006e\u0064\u0020\u0066\u006f\u0072\u0020\u006d\u006f\u0072\u0065\u0020\u0064\u0065\u0074\u0061\u0069\u006c\u0073", + "expandedHint": "\u0043\u006f\u006c\u006c\u0061\u0070\u0073\u0065\u0064", + "collapsedHint": "\u0045\u0078\u0070\u0061\u006e\u0064\u0065\u0064" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index 768f44895355..09d9e3900dac 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -134,5 +134,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ky.arb b/packages/flutter_localizations/lib/src/l10n/material_ky.arb index c980b039892e..c992f863d850 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ky.arb @@ -133,5 +133,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lo.arb b/packages/flutter_localizations/lib/src/l10n/material_lo.arb index 8ef25135ceb5..3a0215045ca3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lo.arb @@ -133,5 +133,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lt.arb b/packages/flutter_localizations/lib/src/l10n/material_lt.arb index cfae42fe372d..8abe82ceb4b9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lt.arb @@ -140,5 +140,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lv.arb b/packages/flutter_localizations/lib/src/l10n/material_lv.arb index 3d2271502726..510633d8dbf3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lv.arb @@ -135,5 +135,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mk.arb b/packages/flutter_localizations/lib/src/l10n/material_mk.arb index b8be3153f7a1..2fb98688864d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mk.arb @@ -133,5 +133,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ml.arb b/packages/flutter_localizations/lib/src/l10n/material_ml.arb index 827b3063681b..216136acfeb8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ml.arb @@ -133,5 +133,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mn.arb b/packages/flutter_localizations/lib/src/l10n/material_mn.arb index 9d3590d090cb..3514e17d20c3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mn.arb @@ -135,5 +135,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mr.arb b/packages/flutter_localizations/lib/src/l10n/material_mr.arb index 741148d2f1f5..4bd9457a7bcf 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mr.arb @@ -135,5 +135,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ms.arb b/packages/flutter_localizations/lib/src/l10n/material_ms.arb index ba253cfd936d..dee2ee176ce1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ms.arb @@ -135,5 +135,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_my.arb b/packages/flutter_localizations/lib/src/l10n/material_my.arb index 5a2f1ebe50a2..24bbaacf210f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_my.arb @@ -133,5 +133,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nb.arb b/packages/flutter_localizations/lib/src/l10n/material_nb.arb index 49b2f50ef2a9..ffd57efa29cd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nb.arb @@ -132,5 +132,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ne.arb b/packages/flutter_localizations/lib/src/l10n/material_ne.arb index 9c64af5f6789..5cad44fdbddc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ne.arb @@ -133,5 +133,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index cf3ba66e0f26..566ca0042432 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -134,5 +134,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_no.arb b/packages/flutter_localizations/lib/src/l10n/material_no.arb index 49b2f50ef2a9..ffd57efa29cd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_no.arb @@ -132,5 +132,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_or.arb b/packages/flutter_localizations/lib/src/l10n/material_or.arb index 4c14d4a20adc..27dbe645e3ee 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_or.arb @@ -133,5 +133,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pa.arb b/packages/flutter_localizations/lib/src/l10n/material_pa.arb index e59e1218397e..da5702ffe36b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pa.arb @@ -133,5 +133,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index a4a2f5fe43da..4a221dc7b29d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -140,5 +140,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ps.arb b/packages/flutter_localizations/lib/src/l10n/material_ps.arb index 68549555be5a..677dfc7d49dc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ps.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ps.arb @@ -135,5 +135,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index 3a2b5bc898dd..f90754b70f65 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -136,5 +136,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/flutter_localizations/lib/src/l10n/material_ro.arb index 718dac9472da..2ddac9eb40d4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ro.arb @@ -138,5 +138,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index 6997a08c0fa7..1c61c642dc9c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -141,5 +141,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_si.arb b/packages/flutter_localizations/lib/src/l10n/material_si.arb index 1bfdf42a8fe9..d094942053db 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_si.arb @@ -133,5 +133,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sk.arb b/packages/flutter_localizations/lib/src/l10n/material_sk.arb index 4ecf690dff3c..e737926d9897 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sk.arb @@ -140,5 +140,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sl.arb b/packages/flutter_localizations/lib/src/l10n/material_sl.arb index badd34f3f39c..277a20235485 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sl.arb @@ -140,5 +140,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sq.arb b/packages/flutter_localizations/lib/src/l10n/material_sq.arb index afde36674f05..739277144abc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sq.arb @@ -133,5 +133,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr.arb b/packages/flutter_localizations/lib/src/l10n/material_sr.arb index 116d8dd634c6..c19806693d2e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr.arb @@ -137,5 +137,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sv.arb b/packages/flutter_localizations/lib/src/l10n/material_sv.arb index 825266b91601..85beb5dcd304 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sv.arb @@ -134,5 +134,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sw.arb b/packages/flutter_localizations/lib/src/l10n/material_sw.arb index 17f619896272..d212d99d805d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sw.arb @@ -135,5 +135,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ta.arb b/packages/flutter_localizations/lib/src/l10n/material_ta.arb index a104495ec781..ed4eb8d514b1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ta.arb @@ -135,5 +135,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_te.arb b/packages/flutter_localizations/lib/src/l10n/material_te.arb index dbd63ca18a92..c83d1bb7ec68 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_te.arb @@ -133,5 +133,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/flutter_localizations/lib/src/l10n/material_th.arb index 137ecd6763b8..0dca65e12c8e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_th.arb @@ -134,5 +134,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tl.arb b/packages/flutter_localizations/lib/src/l10n/material_tl.arb index 404cd3dab16a..793aeeb04408 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tl.arb @@ -134,5 +134,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index 18fe418a4aa2..551e8ab5f233 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -134,5 +134,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uk.arb b/packages/flutter_localizations/lib/src/l10n/material_uk.arb index 123d70fc9321..51823e4f77a5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uk.arb @@ -140,5 +140,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index 6272798aef6f..9cffbfdf9cc8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -134,5 +134,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uz.arb b/packages/flutter_localizations/lib/src/l10n/material_uz.arb index bcfc08097ec9..02690ae5e197 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uz.arb @@ -133,5 +133,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_vi.arb b/packages/flutter_localizations/lib/src/l10n/material_vi.arb index 1c90fa4bf8c5..916272f25a71 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_vi.arb @@ -134,5 +134,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index e5a21d4b3bae..a227f750d093 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -134,5 +134,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zu.arb b/packages/flutter_localizations/lib/src/l10n/material_zu.arb index 789c3232b89f..dc6d90e8a68e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zu.arb @@ -133,5 +133,9 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/test/material/translations_test.dart b/packages/flutter_localizations/test/material/translations_test.dart index 38583e82455b..265359b6e69a 100644 --- a/packages/flutter_localizations/test/material/translations_test.dart +++ b/packages/flutter_localizations/test/material/translations_test.dart @@ -50,6 +50,8 @@ void main() { expect(localizations.alertDialogLabel, isNotNull); expect(localizations.collapsedIconTapHint, isNotNull); expect(localizations.expandedIconTapHint, isNotNull); + expect(localizations.collapsedHint, isNotNull); + expect(localizations.expandedHint, isNotNull); expect(localizations.refreshIndicatorSemanticLabel, isNotNull); expect(localizations.remainingTextFieldCharacterCount(0), isNotNull); From 8a356d9b9dda7fc5dd2be0d9b135bfb82e9579f2 Mon Sep 17 00:00:00 2001 From: Skandar Munir Date: Tue, 28 Feb 2023 03:52:51 +0200 Subject: [PATCH 222/327] =?UTF-8?q?fixes=20Show=20Week=20Day=20in=20Cupert?= =?UTF-8?q?inoDatePicker=20with=20CupertinoDatePickerMo=E2=80=A6=20(#12005?= =?UTF-8?q?2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixes Show Week Day in CupertinoDatePicker with CupertinoDatePickerMo… --- .../lib/src/cupertino_localizations.dart | 5 ++++- .../test/cupertino/translations_test.dart | 5 +++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/flutter_localizations/lib/src/cupertino_localizations.dart b/packages/flutter_localizations/lib/src/cupertino_localizations.dart index 7fec5fe50e0d..4efbfb671c65 100644 --- a/packages/flutter_localizations/lib/src/cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/cupertino_localizations.dart @@ -97,7 +97,10 @@ abstract class GlobalCupertinoLocalizations implements CupertinoLocalizations { } @override - String datePickerDayOfMonth(int dayIndex) { + String datePickerDayOfMonth(int dayIndex, [int? weekDay]) { + if (weekDay != null) { + return ' ${DefaultCupertinoLocalizations.shortWeekdays[weekDay - DateTime.monday]} $dayIndex '; + } // Year and month doesn't matter since we just want to day formatted. return _dayFormat.format(DateTime.utc(0, 0, dayIndex)); } diff --git a/packages/flutter_localizations/test/cupertino/translations_test.dart b/packages/flutter_localizations/test/cupertino/translations_test.dart index 73d8ec3770f9..78fcd0263a2d 100644 --- a/packages/flutter_localizations/test/cupertino/translations_test.dart +++ b/packages/flutter_localizations/test/cupertino/translations_test.dart @@ -38,6 +38,11 @@ void main() { expect(localizations.datePickerDayOfMonth(2), isNotNull); expect(localizations.datePickerDayOfMonth(10), isNotNull); + expect(localizations.datePickerDayOfMonth(0, 1), isNotNull); + expect(localizations.datePickerDayOfMonth(1, 2), isNotNull); + expect(localizations.datePickerDayOfMonth(2, 3), isNotNull); + expect(localizations.datePickerDayOfMonth(10, 4), isNotNull); + expect(localizations.datePickerMediumDate(DateTime(2019, 3, 25)), isNotNull); expect(localizations.datePickerHour(0), isNotNull); From 2ac0f8d21f7f94a084d27e6ba9849fa74eb31c9a Mon Sep 17 00:00:00 2001 From: Xilai Zhang Date: Tue, 28 Feb 2023 13:15:47 -0800 Subject: [PATCH 223/327] Revert "Fix `ExpansionTile` hint for Android (#120881)" (#121624) This reverts commit 271ac30697bd3448a3100a7aedcb2789a34302bc. --- .../generated_material_localizations.dart | 936 ------------------ .../lib/src/l10n/material_af.arb | 6 +- .../lib/src/l10n/material_am.arb | 6 +- .../lib/src/l10n/material_ar.arb | 6 +- .../lib/src/l10n/material_as.arb | 6 +- .../lib/src/l10n/material_az.arb | 6 +- .../lib/src/l10n/material_be.arb | 6 +- .../lib/src/l10n/material_bg.arb | 6 +- .../lib/src/l10n/material_bn.arb | 6 +- .../lib/src/l10n/material_bs.arb | 6 +- .../lib/src/l10n/material_ca.arb | 6 +- .../lib/src/l10n/material_cs.arb | 6 +- .../lib/src/l10n/material_da.arb | 6 +- .../lib/src/l10n/material_de.arb | 6 +- .../lib/src/l10n/material_el.arb | 6 +- .../lib/src/l10n/material_en.arb | 20 - .../lib/src/l10n/material_es.arb | 6 +- .../lib/src/l10n/material_et.arb | 6 +- .../lib/src/l10n/material_eu.arb | 6 +- .../lib/src/l10n/material_fa.arb | 6 +- .../lib/src/l10n/material_fi.arb | 6 +- .../lib/src/l10n/material_fil.arb | 6 +- .../lib/src/l10n/material_fr.arb | 6 +- .../lib/src/l10n/material_gl.arb | 6 +- .../lib/src/l10n/material_gsw.arb | 6 +- .../lib/src/l10n/material_gu.arb | 6 +- .../lib/src/l10n/material_he.arb | 6 +- .../lib/src/l10n/material_hi.arb | 6 +- .../lib/src/l10n/material_hr.arb | 6 +- .../lib/src/l10n/material_hu.arb | 6 +- .../lib/src/l10n/material_hy.arb | 6 +- .../lib/src/l10n/material_id.arb | 6 +- .../lib/src/l10n/material_is.arb | 6 +- .../lib/src/l10n/material_it.arb | 6 +- .../lib/src/l10n/material_ja.arb | 6 +- .../lib/src/l10n/material_ka.arb | 6 +- .../lib/src/l10n/material_kk.arb | 6 +- .../lib/src/l10n/material_km.arb | 6 +- .../lib/src/l10n/material_kn.arb | 6 +- .../lib/src/l10n/material_ko.arb | 6 +- .../lib/src/l10n/material_ky.arb | 6 +- .../lib/src/l10n/material_lo.arb | 6 +- .../lib/src/l10n/material_lt.arb | 6 +- .../lib/src/l10n/material_lv.arb | 6 +- .../lib/src/l10n/material_mk.arb | 6 +- .../lib/src/l10n/material_ml.arb | 6 +- .../lib/src/l10n/material_mn.arb | 6 +- .../lib/src/l10n/material_mr.arb | 6 +- .../lib/src/l10n/material_ms.arb | 6 +- .../lib/src/l10n/material_my.arb | 6 +- .../lib/src/l10n/material_nb.arb | 6 +- .../lib/src/l10n/material_ne.arb | 6 +- .../lib/src/l10n/material_nl.arb | 6 +- .../lib/src/l10n/material_no.arb | 6 +- .../lib/src/l10n/material_or.arb | 6 +- .../lib/src/l10n/material_pa.arb | 6 +- .../lib/src/l10n/material_pl.arb | 6 +- .../lib/src/l10n/material_ps.arb | 6 +- .../lib/src/l10n/material_pt.arb | 6 +- .../lib/src/l10n/material_ro.arb | 6 +- .../lib/src/l10n/material_ru.arb | 6 +- .../lib/src/l10n/material_si.arb | 6 +- .../lib/src/l10n/material_sk.arb | 6 +- .../lib/src/l10n/material_sl.arb | 6 +- .../lib/src/l10n/material_sq.arb | 6 +- .../lib/src/l10n/material_sr.arb | 6 +- .../lib/src/l10n/material_sv.arb | 6 +- .../lib/src/l10n/material_sw.arb | 6 +- .../lib/src/l10n/material_ta.arb | 6 +- .../lib/src/l10n/material_te.arb | 6 +- .../lib/src/l10n/material_th.arb | 6 +- .../lib/src/l10n/material_tl.arb | 6 +- .../lib/src/l10n/material_tr.arb | 6 +- .../lib/src/l10n/material_uk.arb | 6 +- .../lib/src/l10n/material_ur.arb | 6 +- .../lib/src/l10n/material_uz.arb | 6 +- .../lib/src/l10n/material_vi.arb | 6 +- .../lib/src/l10n/material_zh.arb | 6 +- .../lib/src/l10n/material_zu.arb | 6 +- .../test/material/translations_test.dart | 2 - 80 files changed, 77 insertions(+), 1343 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index f398cc93aa73..1d3f7d9dfab3 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -65,9 +65,6 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Maak toe'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Vou uit'; @@ -125,18 +122,9 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigasiekieslys'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Vou in'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Eerste bladsy'; @@ -534,9 +522,6 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'ዝጋ'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'ዘርጋ'; @@ -594,18 +579,9 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { @override String get drawerLabel => 'የዳሰሳ ምናሌ'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'ሰብስብ'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'የመጀመሪያው ገጽ'; @@ -1003,9 +979,6 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'إغلاق'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'توسيع'; @@ -1063,18 +1036,9 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { @override String get drawerLabel => 'قائمة تنقل'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'تصغير'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'الصفحة الأولى'; @@ -1472,9 +1436,6 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'বন্ধ কৰক'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'বিস্তাৰ কৰক'; @@ -1532,18 +1493,9 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { @override String get drawerLabel => 'নেভিগেশ্বন মেনু'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'সংকোচন কৰক'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'প্রথম পৃষ্ঠা'; @@ -1941,9 +1893,6 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Bağlayın'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Genişləndirin'; @@ -2001,18 +1950,9 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Naviqasiya menyusu'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Yığcamlaşdırın'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Birinci səhifə'; @@ -2410,9 +2350,6 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Закрыць'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Разгарнуць'; @@ -2470,18 +2407,9 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Меню навігацыі'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Згарнуць'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'На першую старонку'; @@ -2879,9 +2807,6 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Затваряне'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Разгъване'; @@ -2939,18 +2864,9 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Меню за навигация'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Свиване'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Първа страница'; @@ -3348,9 +3264,6 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'বন্ধ করুন'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'বড় করুন'; @@ -3408,18 +3321,9 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { @override String get drawerLabel => 'নেভিগেশান মেনু'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'আড়াল করুন'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'প্রথম পৃষ্ঠা'; @@ -3817,9 +3721,6 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Zatvaranje'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Proširi'; @@ -3877,18 +3778,9 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Meni za navigaciju'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Suzi'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Prva stranica'; @@ -4286,9 +4178,6 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Tanca'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Desplega'; @@ -4346,18 +4235,9 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Menú de navegació'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Replega'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Primera pàgina'; @@ -4755,9 +4635,6 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Zavřít'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Rozbalit'; @@ -4815,18 +4692,9 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigační nabídka'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Sbalit'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'První stránka'; @@ -5224,9 +5092,6 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Luk'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Udvid'; @@ -5284,18 +5149,9 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigationsmenu'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Skjul'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Første side'; @@ -5693,9 +5549,6 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Schließen'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Maximieren'; @@ -5753,18 +5606,9 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigationsmenü'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Minimieren'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Erste Seite'; @@ -6199,9 +6043,6 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Κλείσιμο'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Ανάπτυξη'; @@ -6259,18 +6100,9 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Μενού πλοήγησης'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Σύμπτυξη'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Πρώτη σελίδα'; @@ -6668,9 +6500,6 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Close'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Expand'; @@ -6728,18 +6557,9 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigation menu'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Collapse'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'First page'; @@ -7994,9 +7814,6 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Cerrar'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Mostrar'; @@ -8054,18 +7871,9 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Menú de navegación'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Ocultar'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Primera página'; @@ -11666,9 +11474,6 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Sule'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Laienda'; @@ -11726,18 +11531,9 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigeerimismenüü'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Ahenda'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Esimene leht'; @@ -12135,9 +11931,6 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Itxi'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Zabaldu'; @@ -12195,18 +11988,9 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Nabigazio-menua'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Tolestu'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Lehenengo orria'; @@ -12604,9 +12388,6 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'بستن'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'بزرگ کردن'; @@ -12664,18 +12445,9 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { @override String get drawerLabel => 'منوی پیمایش'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'کوچک کردن'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'صفحه اول'; @@ -13073,9 +12845,6 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Sulje'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Laajenna'; @@ -13133,18 +12902,9 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigointivalikko'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Tiivistä'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Ensimmäinen sivu'; @@ -13542,9 +13302,6 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Isara'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'I-expand'; @@ -13602,18 +13359,9 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Menu ng navigation'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'I-collapse'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Unang page'; @@ -14011,9 +13759,6 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Fermer'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Développer'; @@ -14071,18 +13816,9 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Menu de navigation'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Réduire'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Première page'; @@ -14616,9 +14352,6 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Pechar'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Despregar'; @@ -14676,18 +14409,9 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Menú de navegación'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Contraer'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Primeira páxina'; @@ -15085,9 +14809,6 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Schließen'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Maximieren'; @@ -15145,18 +14866,9 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigationsmenü'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Minimieren'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Erste Seite'; @@ -15554,9 +15266,6 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'બંધ કરો'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'વિસ્તૃત કરો'; @@ -15614,18 +15323,9 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { @override String get drawerLabel => 'નૅવિગેશન મેનૂ'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'સંકુચિત કરો'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'પહેલું પેજ'; @@ -16023,9 +15723,6 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'סגירה'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'הרחבה'; @@ -16083,18 +15780,9 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { @override String get drawerLabel => 'תפריט ניווט'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'כיווץ'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'לדף הראשון'; @@ -16492,9 +16180,6 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'बंद करें'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'बड़ा करें'; @@ -16552,18 +16237,9 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { @override String get drawerLabel => 'नेविगेशन मेन्यू'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'छोटा करें'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'पहला पेज'; @@ -16961,9 +16637,6 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Zatvaranje'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Proširi'; @@ -17021,18 +16694,9 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigacijski izbornik'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Sažmi'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Prva stranica'; @@ -17430,9 +17094,6 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Bezárás'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Kibontás'; @@ -17490,18 +17151,9 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigációs menü'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Összecsukás'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Első oldal'; @@ -17899,9 +17551,6 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Փակել'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Ծավալել'; @@ -17959,18 +17608,9 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Նավիգացիայի ընտրացանկ'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Ծալել'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Առաջին էջ'; @@ -18368,9 +18008,6 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Tutup'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Luaskan'; @@ -18428,18 +18065,9 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Menu navigasi'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Ciutkan'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Halaman pertama'; @@ -18837,9 +18465,6 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Loka'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Stækka'; @@ -18897,18 +18522,9 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Yfirlitsvalmynd'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Draga saman'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Fyrsta síða'; @@ -19306,9 +18922,6 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Chiudi'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Espandi'; @@ -19366,18 +18979,9 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Menu di navigazione'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Comprimi'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Prima pagina'; @@ -19775,9 +19379,6 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => '閉じる'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => '展開'; @@ -19835,18 +19436,9 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { @override String get drawerLabel => 'ナビゲーション メニュー'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => '折りたたむ'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => '最初のページ'; @@ -20244,9 +19836,6 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'დახურვა'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'გაშლა'; @@ -20304,18 +19893,9 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { @override String get drawerLabel => 'ნავიგაციის მენიუ'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'ჩაკეცვა'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'პირველი გვერდი'; @@ -20713,9 +20293,6 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Жабу'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Жаю'; @@ -20773,18 +20350,9 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Навигация мәзірі'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Жию'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Бірінші бет'; @@ -21182,9 +20750,6 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'បិទ'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'ពង្រីក'; @@ -21242,18 +20807,9 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { @override String get drawerLabel => 'ម៉ឺនុយរុករក'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'បង្រួម'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'ទំព័រ​ដំបូង'; @@ -21651,9 +21207,6 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => '\u{cae}\u{cc1}\u{c9a}\u{ccd}\u{c9a}\u{cbf}\u{cb0}\u{cbf}'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => '\u{cb5}\u{cbf}\u{cb8}\u{ccd}\u{ca4}\u{cb0}\u{cbf}\u{cb8}\u{cbf}'; @@ -21711,18 +21264,9 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { @override String get drawerLabel => '\u{ca8}\u{ccd}\u{caf}\u{cbe}\u{cb5}\u{cbf}\u{c97}\u{cc7}\u{cb6}\u{ca8}\u{ccd}\u{200c}\u{20}\u{cae}\u{cc6}\u{ca8}\u{cc1}'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => '\u{c95}\u{cc1}\u{c97}\u{ccd}\u{c97}\u{cbf}\u{cb8}\u{cbf}'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => '\u{cae}\u{cca}\u{ca6}\u{cb2}\u{20}\u{caa}\u{cc1}\u{c9f}'; @@ -22120,9 +21664,6 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => '닫기'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => '펼치기'; @@ -22180,18 +21721,9 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { @override String get drawerLabel => '탐색 메뉴'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => '접기'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => '첫 페이지'; @@ -22589,9 +22121,6 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Жабуу'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Жайып көрсөтүү'; @@ -22649,18 +22178,9 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Чабыттоо менюсу'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Жыйыштыруу'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Биринчи бет'; @@ -23058,9 +22578,6 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'ປິດ'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'ຂະຫຍາຍ'; @@ -23118,18 +22635,9 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { @override String get drawerLabel => 'ເມນູນຳທາງ'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'ຫຍໍ້ເຂົ້າ'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'ໜ້າທຳອິດ'; @@ -23527,9 +23035,6 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Uždaryti'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Išskleisti'; @@ -23587,18 +23092,9 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Naršymo meniu'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Sutraukti'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Pirmas puslapis'; @@ -23996,9 +23492,6 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Aizvērt'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Izvērst'; @@ -24056,18 +23549,9 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigācijas izvēlne'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Sakļaut'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Pirmā lapa'; @@ -24465,9 +23949,6 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Затвори'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Прошири'; @@ -24525,18 +24006,9 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Мени за навигација'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Собери'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Прва страница'; @@ -24934,9 +24406,6 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'അടയ്‌ക്കുക'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'വികസിപ്പിക്കുക'; @@ -24994,18 +24463,9 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { @override String get drawerLabel => 'നാവിഗേഷൻ മെനു'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'ചുരുക്കുക'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'ആദ്യ പേജ്'; @@ -25403,9 +24863,6 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Хаах'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Дэлгэх'; @@ -25463,18 +24920,9 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Навигацын цэс'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Буулгах'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Эхний хуудас'; @@ -25872,9 +25320,6 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'बंद करा'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'विस्तार करा'; @@ -25932,18 +25377,9 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { @override String get drawerLabel => 'नेव्हिगेशन मेनू'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'कोलॅप्स करा'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'पहिले पेज'; @@ -26341,9 +25777,6 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Tutup'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Kembangkan'; @@ -26401,18 +25834,9 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Menu navigasi'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Runtuhkan'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Halaman pertama'; @@ -26810,9 +26234,6 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'ပိတ်ရန်'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'ချဲ့ရန်'; @@ -26870,18 +26291,9 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { @override String get drawerLabel => 'လမ်းညွှန် မီနူး'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'လျှော့ပြရန်'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'ပထမ စာမျက်နှာ'; @@ -27279,9 +26691,6 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Lukk'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Vis'; @@ -27339,18 +26748,9 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigasjonsmeny'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Skjul'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Første side'; @@ -27748,9 +27148,6 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'बन्द गर्नुहोस्'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'विस्तार गर्नुहोस्'; @@ -27808,18 +27205,9 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { @override String get drawerLabel => 'नेभिगेसन मेनु'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'संक्षिप्त गर्नुहोस्'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'प्रथम पेज'; @@ -28217,9 +27605,6 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Sluiten'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Uitvouwen'; @@ -28277,18 +27662,9 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigatiemenu'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Samenvouwen'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Eerste pagina'; @@ -28686,9 +28062,6 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Lukk'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Vis'; @@ -28746,18 +28119,9 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigasjonsmeny'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Skjul'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Første side'; @@ -29155,9 +28519,6 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'ବନ୍ଦ କରନ୍ତୁ'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'ପ୍ରସାରିତ କରନ୍ତୁ'; @@ -29215,18 +28576,9 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { @override String get drawerLabel => 'ନେଭିଗେସନ୍ ମେନୁ'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'ସଙ୍କୁଚିତ କରନ୍ତୁ'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'ପ୍ରଥମ ପୃଷ୍ଠା'; @@ -29624,9 +28976,6 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'ਬੰਦ ਕਰੋ'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'ਵਿਸਤਾਰ ਕਰੋ'; @@ -29684,18 +29033,9 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { @override String get drawerLabel => 'ਨੈਵੀਗੇਸ਼ਨ ਮੀਨੂ'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'ਸਮੇਟੋ'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'ਪਹਿਲਾ ਪੰਨਾ'; @@ -30093,9 +29433,6 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Zamknij'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Rozwiń'; @@ -30153,18 +29490,9 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Menu nawigacyjne'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Zwiń'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Pierwsza strona'; @@ -30562,9 +29890,6 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'بنده'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Expand'; @@ -30622,18 +29947,9 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { @override String get drawerLabel => 'د نیویگیشن مینو'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Collapse'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'First page'; @@ -31031,9 +30347,6 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Fechar'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Abrir'; @@ -31091,18 +30404,9 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Menu de navegação'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Recolher'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Primeira página'; @@ -31639,9 +30943,6 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Închideți'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Extindeți'; @@ -31699,18 +31000,9 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Meniu de navigare'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Restrângeți'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Prima pagină'; @@ -32108,9 +31400,6 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Закрыть'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Развернуть'; @@ -32168,18 +31457,9 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Меню навигации'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Свернуть'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Первая страница'; @@ -32577,9 +31857,6 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'වසන්න'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'දිග හරින්න'; @@ -32637,18 +31914,9 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { @override String get drawerLabel => 'සංචාලන මෙනුව'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'හකුළන්න'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'පළමු පිටුව'; @@ -33046,9 +32314,6 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Zavrieť'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Rozbaliť'; @@ -33106,18 +32371,9 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigačná ponuka'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Zbaliť'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Prvá strana'; @@ -33515,9 +32771,6 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Zapiranje'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Razširiti'; @@ -33575,18 +32828,9 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Meni za krmarjenje'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Strniti'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Prva stran'; @@ -33984,9 +33228,6 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Mbyll'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Zgjero'; @@ -34044,18 +33285,9 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Menyja e navigimit'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Palos'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Faqja e parë'; @@ -34453,9 +33685,6 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Затворите'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Прошири'; @@ -34513,18 +33742,9 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Мени за навигацију'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Скупи'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Прва страница'; @@ -35224,9 +34444,6 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Stäng'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Utöka'; @@ -35284,18 +34501,9 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigeringsmeny'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Dölj'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Första sidan'; @@ -35693,9 +34901,6 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Funga'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Panua'; @@ -35753,18 +34958,9 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Menyu ya kusogeza'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Kunja'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Ukurasa wa kwanza'; @@ -36162,9 +35358,6 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'மூடுக'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'விரிக்கும்'; @@ -36222,18 +35415,9 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { @override String get drawerLabel => 'வழிசெலுத்தல் மெனு'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'சுருக்கும்'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'முதல் பக்கத்திற்குச் செல்லும்'; @@ -36631,9 +35815,6 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'మూసివేయి'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'విస్తరించు'; @@ -36691,18 +35872,9 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { @override String get drawerLabel => 'నావిగేషన్ మెనూ'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'కుదించు'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'మొదటి పేజీ'; @@ -37100,9 +36272,6 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'ปิด'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'ขยาย'; @@ -37160,18 +36329,9 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { @override String get drawerLabel => 'เมนูการนำทาง'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'ยุบ'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'หน้าแรก'; @@ -37569,9 +36729,6 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Isara'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'I-expand'; @@ -37629,18 +36786,9 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Menu ng navigation'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'I-collapse'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Unang page'; @@ -38038,9 +37186,6 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Kapat'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Genişlet'; @@ -38098,18 +37243,9 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Gezinme menüsü'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Daralt'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'İlk sayfa'; @@ -38507,9 +37643,6 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Закрити'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Розгорнути'; @@ -38567,18 +37700,9 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Меню навігації'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Згорнути'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Перша сторінка'; @@ -38976,9 +38100,6 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'بند کریں'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'پھیلائیں'; @@ -39036,18 +38157,9 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { @override String get drawerLabel => 'نیویگیشن مینو'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'سکیڑیں'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'پہلا صفحہ'; @@ -39445,9 +38557,6 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Yopish'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Yoyish'; @@ -39505,18 +38614,9 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigatsiya menyusi'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Kichraytirish'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Birinchi sahifa'; @@ -39914,9 +39014,6 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Đóng'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Mở rộng'; @@ -39974,18 +39071,9 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Menu di chuyển'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Thu gọn'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Trang đầu'; @@ -40383,9 +39471,6 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => '关闭'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => '展开'; @@ -40443,18 +39528,9 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { @override String get drawerLabel => '导航菜单'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => '收起'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => '第一页'; @@ -41315,9 +40391,6 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Vala'; - @override - String get collapsedHint => 'Expanded'; - @override String get collapsedIconTapHint => 'Nweba'; @@ -41375,18 +40448,9 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Imenyu yokuzulazula'; - @override - String get expandedHint => 'Collapsed'; - @override String get expandedIconTapHint => 'Goqa'; - @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; - - @override - String get expansionTileExpandedTapHint => 'Collapse'; - @override String get firstPageTooltip => 'Ikhasi lokuqala'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_af.arb b/packages/flutter_localizations/lib/src/l10n/material_af.arb index 446dbd4825e7..97db20739698 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_af.arb @@ -133,9 +133,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_am.arb b/packages/flutter_localizations/lib/src/l10n/material_am.arb index d5a1edc50acf..d205f52c6684 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_am.arb @@ -133,9 +133,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index b3c97e404a9e..455c9d78b355 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -144,9 +144,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_as.arb b/packages/flutter_localizations/lib/src/l10n/material_as.arb index 498f79bafd86..33a989ea517d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_as.arb @@ -133,9 +133,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_az.arb b/packages/flutter_localizations/lib/src/l10n/material_az.arb index 3f2f378e0461..948560deab00 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_az.arb @@ -133,9 +133,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_be.arb b/packages/flutter_localizations/lib/src/l10n/material_be.arb index 03c7d502a978..1f07302d1d20 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_be.arb @@ -139,9 +139,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bg.arb b/packages/flutter_localizations/lib/src/l10n/material_bg.arb index 018ed7bef8f8..fccaca440564 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bg.arb @@ -134,9 +134,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bn.arb b/packages/flutter_localizations/lib/src/l10n/material_bn.arb index e641f967ae9b..dca70289acc1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bn.arb @@ -133,9 +133,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bs.arb b/packages/flutter_localizations/lib/src/l10n/material_bs.arb index 4fa455736e2d..331be1aaf17b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bs.arb @@ -137,9 +137,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ca.arb b/packages/flutter_localizations/lib/src/l10n/material_ca.arb index 86d21c1bc569..ae476c8b6856 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ca.arb @@ -134,9 +134,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_cs.arb b/packages/flutter_localizations/lib/src/l10n/material_cs.arb index 8c78c7ea1e4a..e46b239c7d69 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cs.arb @@ -140,9 +140,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_da.arb b/packages/flutter_localizations/lib/src/l10n/material_da.arb index 2f51ed964aac..fc9721f69b1d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_da.arb @@ -134,9 +134,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index 7bef6c88b9ca..1ef2fe89f638 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -135,9 +135,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_el.arb b/packages/flutter_localizations/lib/src/l10n/material_el.arb index 77af83e8aa60..72b2b2b208de 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_el.arb @@ -134,9 +134,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index f0c2f1c2bd6d..5da69cf9375a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -454,26 +454,6 @@ "description": "The verb which describes what happens when a collapsed ExpandIcon toggle button is pressed. This is used by TalkBack on Android to replace the default hint on the accessibility action. The verb will be concatenated with a prefix string which describes how to perform the action, which by default is 'double tap to activate'. In the case of US english, this would be 'double tap to expand.' The exact phrasing of the hint will vary based on locale" }, - "expansionTileExpandedTapHint": "Collapse", - "@expansionTileExpandedTapHint": { - "description": "The verb which describes what happens when an expanded ExpansionTile is pressed. This is used by TalkBack on Android to replace the default hint on the accessibility action. The verb will be concatenated with a prefix string which describes how to perform the action, which by default is 'double tap to activate'. In the case of US english, this would be 'double tap to collapse.' The exact phrasing of the hint will vary based on locale" - }, - - "expansionTileCollapsedTapHint": "Expand for more details", - "@expansionTileCollapsedTapHint": { - "description": "The verb which describes what happens when an expanded ExpansionTile is pressed. This is used by TalkBack on Android to replace the default hint on the accessibility action. The verb will be concatenated with a prefix string which describes how to perform the action, which by default is 'double tap to activate'. In the case of US english, this would be 'double tap to expand for more details.' The exact phrasing of the hint will vary based on locale" - }, - - "expandedHint": "Collapsed", - "@expandedHint": { - "description": "The verb which describes the ExpansionTile state when an expanded ExpansionTile is pressed." - }, - - "collapsedHint": "Expanded", - "@collapsedHint": { - "description": "The verb which describes the ExpansionTile state when a collapsed ExpansionTile is pressed." - }, - "remainingTextFieldCharacterCountZero": "No characters remaining", "@remainingTextFieldCharacterCountZero": { "optional": true diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index 078088cd8217..f97efc3a512a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -135,9 +135,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_et.arb b/packages/flutter_localizations/lib/src/l10n/material_et.arb index 80725ef9031a..a069c49e6dbb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_et.arb @@ -134,9 +134,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_eu.arb b/packages/flutter_localizations/lib/src/l10n/material_eu.arb index f04c95a09822..2b5e66f7a351 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_eu.arb @@ -133,9 +133,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index f5083284bbc0..981f5ee02276 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -134,9 +134,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fi.arb b/packages/flutter_localizations/lib/src/l10n/material_fi.arb index df177d40f934..451d30d8c5e0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fi.arb @@ -134,9 +134,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fil.arb b/packages/flutter_localizations/lib/src/l10n/material_fil.arb index 793aeeb04408..404cd3dab16a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fil.arb @@ -134,9 +134,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index 924e1d34d75f..bd4172370d76 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -135,9 +135,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gl.arb b/packages/flutter_localizations/lib/src/l10n/material_gl.arb index 3c0eb8499500..4ce178e4cee8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gl.arb @@ -135,9 +135,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index 02d79bb48b0d..28bf3a5937eb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -134,9 +134,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gu.arb b/packages/flutter_localizations/lib/src/l10n/material_gu.arb index 77ffc09e4f05..066f06c403a0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gu.arb @@ -133,9 +133,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index 9b03b90c96f4..4f56e10a69e8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -140,9 +140,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hi.arb b/packages/flutter_localizations/lib/src/l10n/material_hi.arb index 6cc3f7879a97..c05b314b3df5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hi.arb @@ -134,9 +134,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hr.arb b/packages/flutter_localizations/lib/src/l10n/material_hr.arb index 961270fd1c65..82b9ac6a49eb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hr.arb @@ -137,9 +137,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hu.arb b/packages/flutter_localizations/lib/src/l10n/material_hu.arb index 099109f30da1..4f9f783a8243 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hu.arb @@ -134,9 +134,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hy.arb b/packages/flutter_localizations/lib/src/l10n/material_hy.arb index 541274f10552..5c1954ebc1d4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hy.arb @@ -139,9 +139,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_id.arb b/packages/flutter_localizations/lib/src/l10n/material_id.arb index 49476111a3d9..c067415bd3e8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_id.arb @@ -134,9 +134,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_is.arb b/packages/flutter_localizations/lib/src/l10n/material_is.arb index 387a560b2d60..13cc121fa164 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_is.arb @@ -133,9 +133,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index b10dd16b9e75..af2a01175430 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -134,9 +134,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index ef3b228a90ae..1c28209c3cbf 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -134,9 +134,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ka.arb b/packages/flutter_localizations/lib/src/l10n/material_ka.arb index 6e5cb86336ee..8cc83351553e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ka.arb @@ -133,9 +133,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kk.arb b/packages/flutter_localizations/lib/src/l10n/material_kk.arb index 02d2c6bf3149..2cc781706969 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kk.arb @@ -135,9 +135,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_km.arb b/packages/flutter_localizations/lib/src/l10n/material_km.arb index 7caf462e71cc..bfa32a283d34 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_km.arb @@ -134,9 +134,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kn.arb b/packages/flutter_localizations/lib/src/l10n/material_kn.arb index c30b7a1909e6..988ba44fea81 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kn.arb @@ -133,9 +133,5 @@ "scrimLabel": "\u0053\u0063\u0072\u0069\u006d", "bottomSheetLabel": "\u0042\u006f\u0074\u0074\u006f\u006d\u0020\u0053\u0068\u0065\u0065\u0074", "scrimOnTapHint": "\u0043\u006c\u006f\u0073\u0065\u0020\u0024\u006d\u006f\u0064\u0061\u006c\u0052\u006f\u0075\u0074\u0065\u004e\u0061\u006d\u0065", - "keyboardKeyShift": "\u0053\u0068\u0069\u0066\u0074", - "expansionTileExpandedTapHint": "\u0043\u006f\u006c\u006c\u0061\u0070\u0073\u0065", - "expansionTileCollapsedTapHint": "\u0045\u0078\u0070\u0061\u006e\u0064\u0020\u0066\u006f\u0072\u0020\u006d\u006f\u0072\u0065\u0020\u0064\u0065\u0074\u0061\u0069\u006c\u0073", - "expandedHint": "\u0043\u006f\u006c\u006c\u0061\u0070\u0073\u0065\u0064", - "collapsedHint": "\u0045\u0078\u0070\u0061\u006e\u0064\u0065\u0064" + "keyboardKeyShift": "\u0053\u0068\u0069\u0066\u0074" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index 09d9e3900dac..768f44895355 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -134,9 +134,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ky.arb b/packages/flutter_localizations/lib/src/l10n/material_ky.arb index c992f863d850..c980b039892e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ky.arb @@ -133,9 +133,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lo.arb b/packages/flutter_localizations/lib/src/l10n/material_lo.arb index 3a0215045ca3..8ef25135ceb5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lo.arb @@ -133,9 +133,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lt.arb b/packages/flutter_localizations/lib/src/l10n/material_lt.arb index 8abe82ceb4b9..cfae42fe372d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lt.arb @@ -140,9 +140,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lv.arb b/packages/flutter_localizations/lib/src/l10n/material_lv.arb index 510633d8dbf3..3d2271502726 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lv.arb @@ -135,9 +135,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mk.arb b/packages/flutter_localizations/lib/src/l10n/material_mk.arb index 2fb98688864d..b8be3153f7a1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mk.arb @@ -133,9 +133,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ml.arb b/packages/flutter_localizations/lib/src/l10n/material_ml.arb index 216136acfeb8..827b3063681b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ml.arb @@ -133,9 +133,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mn.arb b/packages/flutter_localizations/lib/src/l10n/material_mn.arb index 3514e17d20c3..9d3590d090cb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mn.arb @@ -135,9 +135,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mr.arb b/packages/flutter_localizations/lib/src/l10n/material_mr.arb index 4bd9457a7bcf..741148d2f1f5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mr.arb @@ -135,9 +135,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ms.arb b/packages/flutter_localizations/lib/src/l10n/material_ms.arb index dee2ee176ce1..ba253cfd936d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ms.arb @@ -135,9 +135,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_my.arb b/packages/flutter_localizations/lib/src/l10n/material_my.arb index 24bbaacf210f..5a2f1ebe50a2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_my.arb @@ -133,9 +133,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nb.arb b/packages/flutter_localizations/lib/src/l10n/material_nb.arb index ffd57efa29cd..49b2f50ef2a9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nb.arb @@ -132,9 +132,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ne.arb b/packages/flutter_localizations/lib/src/l10n/material_ne.arb index 5cad44fdbddc..9c64af5f6789 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ne.arb @@ -133,9 +133,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index 566ca0042432..cf3ba66e0f26 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -134,9 +134,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_no.arb b/packages/flutter_localizations/lib/src/l10n/material_no.arb index ffd57efa29cd..49b2f50ef2a9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_no.arb @@ -132,9 +132,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_or.arb b/packages/flutter_localizations/lib/src/l10n/material_or.arb index 27dbe645e3ee..4c14d4a20adc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_or.arb @@ -133,9 +133,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pa.arb b/packages/flutter_localizations/lib/src/l10n/material_pa.arb index da5702ffe36b..e59e1218397e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pa.arb @@ -133,9 +133,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index 4a221dc7b29d..a4a2f5fe43da 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -140,9 +140,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ps.arb b/packages/flutter_localizations/lib/src/l10n/material_ps.arb index 677dfc7d49dc..68549555be5a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ps.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ps.arb @@ -135,9 +135,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index f90754b70f65..3a2b5bc898dd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -136,9 +136,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/flutter_localizations/lib/src/l10n/material_ro.arb index 2ddac9eb40d4..718dac9472da 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ro.arb @@ -138,9 +138,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index 1c61c642dc9c..6997a08c0fa7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -141,9 +141,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_si.arb b/packages/flutter_localizations/lib/src/l10n/material_si.arb index d094942053db..1bfdf42a8fe9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_si.arb @@ -133,9 +133,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sk.arb b/packages/flutter_localizations/lib/src/l10n/material_sk.arb index e737926d9897..4ecf690dff3c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sk.arb @@ -140,9 +140,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sl.arb b/packages/flutter_localizations/lib/src/l10n/material_sl.arb index 277a20235485..badd34f3f39c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sl.arb @@ -140,9 +140,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sq.arb b/packages/flutter_localizations/lib/src/l10n/material_sq.arb index 739277144abc..afde36674f05 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sq.arb @@ -133,9 +133,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr.arb b/packages/flutter_localizations/lib/src/l10n/material_sr.arb index c19806693d2e..116d8dd634c6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr.arb @@ -137,9 +137,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sv.arb b/packages/flutter_localizations/lib/src/l10n/material_sv.arb index 85beb5dcd304..825266b91601 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sv.arb @@ -134,9 +134,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sw.arb b/packages/flutter_localizations/lib/src/l10n/material_sw.arb index d212d99d805d..17f619896272 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sw.arb @@ -135,9 +135,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ta.arb b/packages/flutter_localizations/lib/src/l10n/material_ta.arb index ed4eb8d514b1..a104495ec781 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ta.arb @@ -135,9 +135,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_te.arb b/packages/flutter_localizations/lib/src/l10n/material_te.arb index c83d1bb7ec68..dbd63ca18a92 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_te.arb @@ -133,9 +133,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/flutter_localizations/lib/src/l10n/material_th.arb index 0dca65e12c8e..137ecd6763b8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_th.arb @@ -134,9 +134,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tl.arb b/packages/flutter_localizations/lib/src/l10n/material_tl.arb index 793aeeb04408..404cd3dab16a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tl.arb @@ -134,9 +134,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index 551e8ab5f233..18fe418a4aa2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -134,9 +134,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uk.arb b/packages/flutter_localizations/lib/src/l10n/material_uk.arb index 51823e4f77a5..123d70fc9321 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uk.arb @@ -140,9 +140,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index 9cffbfdf9cc8..6272798aef6f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -134,9 +134,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uz.arb b/packages/flutter_localizations/lib/src/l10n/material_uz.arb index 02690ae5e197..bcfc08097ec9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uz.arb @@ -133,9 +133,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_vi.arb b/packages/flutter_localizations/lib/src/l10n/material_vi.arb index 916272f25a71..1c90fa4bf8c5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_vi.arb @@ -134,9 +134,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index a227f750d093..e5a21d4b3bae 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -134,9 +134,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zu.arb b/packages/flutter_localizations/lib/src/l10n/material_zu.arb index dc6d90e8a68e..789c3232b89f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zu.arb @@ -133,9 +133,5 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "keyboardKeyShift": "Shift" } diff --git a/packages/flutter_localizations/test/material/translations_test.dart b/packages/flutter_localizations/test/material/translations_test.dart index 265359b6e69a..38583e82455b 100644 --- a/packages/flutter_localizations/test/material/translations_test.dart +++ b/packages/flutter_localizations/test/material/translations_test.dart @@ -50,8 +50,6 @@ void main() { expect(localizations.alertDialogLabel, isNotNull); expect(localizations.collapsedIconTapHint, isNotNull); expect(localizations.expandedIconTapHint, isNotNull); - expect(localizations.collapsedHint, isNotNull); - expect(localizations.expandedHint, isNotNull); expect(localizations.refreshIndicatorSemanticLabel, isNotNull); expect(localizations.remainingTextFieldCharacterCount(0), isNotNull); From cb8888532dad97662009bae4e65453f81547a5b1 Mon Sep 17 00:00:00 2001 From: pdblasi-google <109253501+pdblasi-google@users.noreply.github.com> Date: Thu, 9 Mar 2023 14:29:48 -0800 Subject: [PATCH 224/327] Updates `flutter_localizations/test` to stop using `TestWindow` (#122321) Updates `flutter_localizations/test` to stop using `TestWindow` --- .../test/material/date_picker_test.dart | 7 +++---- .../test/material/time_picker_test.dart | 16 ++++++---------- 2 files changed, 9 insertions(+), 14 deletions(-) diff --git a/packages/flutter_localizations/test/material/date_picker_test.dart b/packages/flutter_localizations/test/material/date_picker_test.dart index 8487026c0c73..388bff225ae1 100644 --- a/packages/flutter_localizations/test/material/date_picker_test.dart +++ b/packages/flutter_localizations/test/material/date_picker_test.dart @@ -227,10 +227,9 @@ void main() { const Size kCommonScreenSizeLandscape = Size(1770, 1070); Future showPicker(WidgetTester tester, Locale locale, Size size) async { - tester.binding.window.physicalSizeTestValue = size; - addTearDown(tester.binding.window.clearPhysicalSizeTestValue); - tester.binding.window.devicePixelRatioTestValue = 1.0; - addTearDown(tester.binding.window.clearDevicePixelRatioTestValue); + tester.view.physicalSize = size; + tester.view.devicePixelRatio = 1.0; + addTearDown(tester.view.reset); await tester.pumpWidget( MaterialApp( home: Builder( diff --git a/packages/flutter_localizations/test/material/time_picker_test.dart b/packages/flutter_localizations/test/material/time_picker_test.dart index 5f850379c9e5..3a07db3fbd8b 100644 --- a/packages/flutter_localizations/test/material/time_picker_test.dart +++ b/packages/flutter_localizations/test/material/time_picker_test.dart @@ -9,8 +9,9 @@ import 'package:flutter_test/flutter_test.dart'; void main() { testWidgets('can localize the header in all known formats - portrait', (WidgetTester tester) async { // Ensure picker is displayed in portrait mode. - tester.binding.window.physicalSizeTestValue = const Size(400, 800); - tester.binding.window.devicePixelRatioTestValue = 1; + tester.view.physicalSize = const Size(400, 800); + tester.view.devicePixelRatio = 1; + addTearDown(tester.view.reset); final Finder stringFragmentTextFinder = find.descendant( of: find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_StringFragment'), @@ -74,15 +75,13 @@ void main() { await tester.tapAt(Offset(center.dx, center.dy - 50.0)); await finishPicker(tester); } - - tester.binding.window.clearPhysicalSizeTestValue(); - tester.binding.window.clearDevicePixelRatioTestValue(); }); testWidgets('can localize the header in all known formats - landscape', (WidgetTester tester) async { // Ensure picker is displayed in landscape mode. - tester.binding.window.physicalSizeTestValue = const Size(800, 400); - tester.binding.window.devicePixelRatioTestValue = 1; + tester.view.physicalSize = const Size(800, 400); + tester.view.devicePixelRatio = 1; + addTearDown(tester.view.reset); final Finder stringFragmentTextFinder = find.descendant( of: find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_StringFragment'), @@ -151,9 +150,6 @@ void main() { await tester.tapAt(Offset(center.dx, center.dy - 50.0)); await finishPicker(tester); } - - tester.binding.window.clearPhysicalSizeTestValue(); - tester.binding.window.clearDevicePixelRatioTestValue(); }); testWidgets('can localize input mode in all known formats', (WidgetTester tester) async { From 216c386bf394bd9d378f9d34be05d696dcf9eec0 Mon Sep 17 00:00:00 2001 From: Casey Hillers Date: Thu, 9 Mar 2023 22:53:38 -0800 Subject: [PATCH 225/327] Revert PRs relating to single window assumption (#122369) * Revert "Remove references to BindingBase.window (#122119)" This reverts commit c7681f00cf1fb1c63bebb27d715f29feb77b78b7. * Revert "Remove another reference to BindingBase.window (#122341)" This reverts commit 6ec444506375cfa94535a45c2320e01094c295e0. * Revert "Reland (2): Removes single window assumptions from `flutter_test` (#122233)" This reverts commit eb3d317ea06e59fadc379210f5c6e685505d8e0f. * Revert "Remove single view assumption from TestViewConfiguration (#122352)" This reverts commit 927289fb4e5b25a71f794bc808a8c31554859a50. * Revert "Updates `flutter/test/cupertino` to no longer use `TestWindow` (#122325)" This reverts commit 67e17e45f05271c6c409183c1d33806683cb9e4d. * Revert "Updates `flutter/test/gestures` to no longer reference `TestWindow` (#122327)" This reverts commit c2a5111cc0f9bcb104982b38a1a0a9c4210b601f. * Revert "Updates `flutter/test/rendering` to no longer use `TestWindow` (#122347)" This reverts commit 28b65e089b3f8e8c21572cd8a73184858b6360c3. * Revert "Updates `flutter_localizations/test` to stop using `TestWindow` (#122321)" This reverts commit cb8888532dad97662009bae4e65453f81547a5b1. --- .../test/material/date_picker_test.dart | 7 ++++--- .../test/material/time_picker_test.dart | 16 ++++++++++------ 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/packages/flutter_localizations/test/material/date_picker_test.dart b/packages/flutter_localizations/test/material/date_picker_test.dart index 388bff225ae1..8487026c0c73 100644 --- a/packages/flutter_localizations/test/material/date_picker_test.dart +++ b/packages/flutter_localizations/test/material/date_picker_test.dart @@ -227,9 +227,10 @@ void main() { const Size kCommonScreenSizeLandscape = Size(1770, 1070); Future showPicker(WidgetTester tester, Locale locale, Size size) async { - tester.view.physicalSize = size; - tester.view.devicePixelRatio = 1.0; - addTearDown(tester.view.reset); + tester.binding.window.physicalSizeTestValue = size; + addTearDown(tester.binding.window.clearPhysicalSizeTestValue); + tester.binding.window.devicePixelRatioTestValue = 1.0; + addTearDown(tester.binding.window.clearDevicePixelRatioTestValue); await tester.pumpWidget( MaterialApp( home: Builder( diff --git a/packages/flutter_localizations/test/material/time_picker_test.dart b/packages/flutter_localizations/test/material/time_picker_test.dart index 3a07db3fbd8b..5f850379c9e5 100644 --- a/packages/flutter_localizations/test/material/time_picker_test.dart +++ b/packages/flutter_localizations/test/material/time_picker_test.dart @@ -9,9 +9,8 @@ import 'package:flutter_test/flutter_test.dart'; void main() { testWidgets('can localize the header in all known formats - portrait', (WidgetTester tester) async { // Ensure picker is displayed in portrait mode. - tester.view.physicalSize = const Size(400, 800); - tester.view.devicePixelRatio = 1; - addTearDown(tester.view.reset); + tester.binding.window.physicalSizeTestValue = const Size(400, 800); + tester.binding.window.devicePixelRatioTestValue = 1; final Finder stringFragmentTextFinder = find.descendant( of: find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_StringFragment'), @@ -75,13 +74,15 @@ void main() { await tester.tapAt(Offset(center.dx, center.dy - 50.0)); await finishPicker(tester); } + + tester.binding.window.clearPhysicalSizeTestValue(); + tester.binding.window.clearDevicePixelRatioTestValue(); }); testWidgets('can localize the header in all known formats - landscape', (WidgetTester tester) async { // Ensure picker is displayed in landscape mode. - tester.view.physicalSize = const Size(800, 400); - tester.view.devicePixelRatio = 1; - addTearDown(tester.view.reset); + tester.binding.window.physicalSizeTestValue = const Size(800, 400); + tester.binding.window.devicePixelRatioTestValue = 1; final Finder stringFragmentTextFinder = find.descendant( of: find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_StringFragment'), @@ -150,6 +151,9 @@ void main() { await tester.tapAt(Offset(center.dx, center.dy - 50.0)); await finishPicker(tester); } + + tester.binding.window.clearPhysicalSizeTestValue(); + tester.binding.window.clearDevicePixelRatioTestValue(); }); testWidgets('can localize input mode in all known formats', (WidgetTester tester) async { From 6b975ec46ab24faa7285762c66eee763945e83a9 Mon Sep 17 00:00:00 2001 From: pdblasi-google <109253501+pdblasi-google@users.noreply.github.com> Date: Tue, 14 Mar 2023 13:03:20 -0700 Subject: [PATCH 226/327] Updates `flutter_localizations/test` to stop using `TestWindow` (#122564) Reland: Updates `flutter_localizations/test` to stop using `TestWindow` --- .../test/material/date_picker_test.dart | 7 +++---- .../test/material/time_picker_test.dart | 16 ++++++---------- 2 files changed, 9 insertions(+), 14 deletions(-) diff --git a/packages/flutter_localizations/test/material/date_picker_test.dart b/packages/flutter_localizations/test/material/date_picker_test.dart index 8487026c0c73..388bff225ae1 100644 --- a/packages/flutter_localizations/test/material/date_picker_test.dart +++ b/packages/flutter_localizations/test/material/date_picker_test.dart @@ -227,10 +227,9 @@ void main() { const Size kCommonScreenSizeLandscape = Size(1770, 1070); Future showPicker(WidgetTester tester, Locale locale, Size size) async { - tester.binding.window.physicalSizeTestValue = size; - addTearDown(tester.binding.window.clearPhysicalSizeTestValue); - tester.binding.window.devicePixelRatioTestValue = 1.0; - addTearDown(tester.binding.window.clearDevicePixelRatioTestValue); + tester.view.physicalSize = size; + tester.view.devicePixelRatio = 1.0; + addTearDown(tester.view.reset); await tester.pumpWidget( MaterialApp( home: Builder( diff --git a/packages/flutter_localizations/test/material/time_picker_test.dart b/packages/flutter_localizations/test/material/time_picker_test.dart index 5f850379c9e5..3a07db3fbd8b 100644 --- a/packages/flutter_localizations/test/material/time_picker_test.dart +++ b/packages/flutter_localizations/test/material/time_picker_test.dart @@ -9,8 +9,9 @@ import 'package:flutter_test/flutter_test.dart'; void main() { testWidgets('can localize the header in all known formats - portrait', (WidgetTester tester) async { // Ensure picker is displayed in portrait mode. - tester.binding.window.physicalSizeTestValue = const Size(400, 800); - tester.binding.window.devicePixelRatioTestValue = 1; + tester.view.physicalSize = const Size(400, 800); + tester.view.devicePixelRatio = 1; + addTearDown(tester.view.reset); final Finder stringFragmentTextFinder = find.descendant( of: find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_StringFragment'), @@ -74,15 +75,13 @@ void main() { await tester.tapAt(Offset(center.dx, center.dy - 50.0)); await finishPicker(tester); } - - tester.binding.window.clearPhysicalSizeTestValue(); - tester.binding.window.clearDevicePixelRatioTestValue(); }); testWidgets('can localize the header in all known formats - landscape', (WidgetTester tester) async { // Ensure picker is displayed in landscape mode. - tester.binding.window.physicalSizeTestValue = const Size(800, 400); - tester.binding.window.devicePixelRatioTestValue = 1; + tester.view.physicalSize = const Size(800, 400); + tester.view.devicePixelRatio = 1; + addTearDown(tester.view.reset); final Finder stringFragmentTextFinder = find.descendant( of: find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_StringFragment'), @@ -151,9 +150,6 @@ void main() { await tester.tapAt(Offset(center.dx, center.dy - 50.0)); await finishPicker(tester); } - - tester.binding.window.clearPhysicalSizeTestValue(); - tester.binding.window.clearDevicePixelRatioTestValue(); }); testWidgets('can localize input mode in all known formats', (WidgetTester tester) async { From 4e6f460c9a066e0f90cfc14b84f6968b8fbe8023 Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Wed, 22 Mar 2023 14:12:22 -0700 Subject: [PATCH 227/327] Remove 1745 decorative breaks (#123259) Remove 1745 decorative breaks --- dev/tools/localization/bin/gen_localizations.dart | 2 -- dev/tools/localization/localizations_utils.dart | 5 ----- 2 files changed, 7 deletions(-) diff --git a/dev/tools/localization/bin/gen_localizations.dart b/dev/tools/localization/bin/gen_localizations.dart index d8c100c2a973..26b57a518876 100644 --- a/dev/tools/localization/bin/gen_localizations.dart +++ b/dev/tools/localization/bin/gen_localizations.dart @@ -405,10 +405,8 @@ String generateType(Map? attributes) { switch (attributes['x-flutter-type'] as String?) { case 'icuShortTimePattern': type = 'TimeOfDayFormat'; - break; case 'scriptCategory': type = 'ScriptCategory'; - break; } } return type + (optional ? '?' : ''); diff --git a/dev/tools/localization/localizations_utils.dart b/dev/tools/localization/localizations_utils.dart index 0959e16e00b4..843b68257e6d 100644 --- a/dev/tools/localization/localizations_utils.dart +++ b/dev/tools/localization/localizations_utils.dart @@ -71,12 +71,10 @@ class LocaleInfo implements Comparable { case 'CN': case 'SG': scriptCode = 'Hans'; - break; case 'TW': case 'HK': case 'MO': scriptCode = 'Hant'; - break; } break; } @@ -339,13 +337,10 @@ void precacheLanguageAndRegionTags() { switch (type) { case 'language': _languages[subtag] = description; - break; case 'region': _regions[subtag] = description; - break; case 'script': _scripts[subtag] = description; - break; } } } From 13324e75b0581ef65588cd6ef6a152d0f5c5c976 Mon Sep 17 00:00:00 2001 From: Tae Hyung Kim Date: Mon, 3 Apr 2023 17:55:37 -0700 Subject: [PATCH 228/327] Add Welsh to Material Flutter (and update some other translations) (#123575) This PR should properly incorporate the new Welsh translations into Flutter (and maybe some other strings that seem to be updated in TC). I think the other translation changes come from this issue: https://github.com/flutter/flutter/issues/115181. Fixes #120124. --- .../lib/src/l10n/cupertino_cy.arb | 45 + .../lib/src/l10n/cupertino_ms.arb | 2 +- .../lib/src/l10n/cupertino_ta.arb | 4 +- .../lib/src/l10n/cupertino_te.arb | 4 +- .../generated_cupertino_localizations.dart | 161 +- .../generated_material_localizations.dart | 2835 ++++++++++------- .../lib/src/l10n/material_af.arb | 26 +- .../lib/src/l10n/material_am.arb | 14 +- .../lib/src/l10n/material_ar.arb | 16 +- .../lib/src/l10n/material_as.arb | 10 +- .../lib/src/l10n/material_az.arb | 26 +- .../lib/src/l10n/material_be.arb | 26 +- .../lib/src/l10n/material_bg.arb | 26 +- .../lib/src/l10n/material_bn.arb | 12 +- .../lib/src/l10n/material_bs.arb | 26 +- .../lib/src/l10n/material_ca.arb | 28 +- .../lib/src/l10n/material_cs.arb | 24 +- .../lib/src/l10n/material_cy.arb | 148 + .../lib/src/l10n/material_da.arb | 26 +- .../lib/src/l10n/material_de.arb | 28 +- .../lib/src/l10n/material_el.arb | 26 +- .../lib/src/l10n/material_en_AU.arb | 25 +- .../lib/src/l10n/material_en_CA.arb | 2 +- .../lib/src/l10n/material_en_GB.arb | 25 +- .../lib/src/l10n/material_en_IE.arb | 25 +- .../lib/src/l10n/material_en_IN.arb | 25 +- .../lib/src/l10n/material_en_NZ.arb | 25 +- .../lib/src/l10n/material_en_SG.arb | 25 +- .../lib/src/l10n/material_en_ZA.arb | 25 +- .../lib/src/l10n/material_es.arb | 30 +- .../lib/src/l10n/material_es_419.arb | 23 +- .../lib/src/l10n/material_es_AR.arb | 23 +- .../lib/src/l10n/material_es_BO.arb | 23 +- .../lib/src/l10n/material_es_CL.arb | 23 +- .../lib/src/l10n/material_es_CO.arb | 23 +- .../lib/src/l10n/material_es_CR.arb | 23 +- .../lib/src/l10n/material_es_DO.arb | 23 +- .../lib/src/l10n/material_es_EC.arb | 23 +- .../lib/src/l10n/material_es_GT.arb | 23 +- .../lib/src/l10n/material_es_HN.arb | 23 +- .../lib/src/l10n/material_es_MX.arb | 23 +- .../lib/src/l10n/material_es_NI.arb | 23 +- .../lib/src/l10n/material_es_PA.arb | 23 +- .../lib/src/l10n/material_es_PE.arb | 23 +- .../lib/src/l10n/material_es_PR.arb | 23 +- .../lib/src/l10n/material_es_PY.arb | 23 +- .../lib/src/l10n/material_es_SV.arb | 23 +- .../lib/src/l10n/material_es_US.arb | 23 +- .../lib/src/l10n/material_es_UY.arb | 23 +- .../lib/src/l10n/material_es_VE.arb | 23 +- .../lib/src/l10n/material_et.arb | 28 +- .../lib/src/l10n/material_eu.arb | 28 +- .../lib/src/l10n/material_fa.arb | 16 +- .../lib/src/l10n/material_fi.arb | 28 +- .../lib/src/l10n/material_fil.arb | 22 +- .../lib/src/l10n/material_fr.arb | 28 +- .../lib/src/l10n/material_fr_CA.arb | 23 +- .../lib/src/l10n/material_gl.arb | 28 +- .../lib/src/l10n/material_gsw.arb | 28 +- .../lib/src/l10n/material_gu.arb | 8 +- .../lib/src/l10n/material_he.arb | 12 +- .../lib/src/l10n/material_hi.arb | 16 +- .../lib/src/l10n/material_hr.arb | 26 +- .../lib/src/l10n/material_hu.arb | 26 +- .../lib/src/l10n/material_hy.arb | 26 +- .../lib/src/l10n/material_id.arb | 24 +- .../lib/src/l10n/material_is.arb | 26 +- .../lib/src/l10n/material_it.arb | 28 +- .../lib/src/l10n/material_ja.arb | 12 +- .../lib/src/l10n/material_ka.arb | 18 +- .../lib/src/l10n/material_kk.arb | 26 +- .../lib/src/l10n/material_km.arb | 14 +- .../lib/src/l10n/material_kn.arb | 10 +- .../lib/src/l10n/material_ko.arb | 10 +- .../lib/src/l10n/material_ky.arb | 34 +- .../lib/src/l10n/material_lo.arb | 6 +- .../lib/src/l10n/material_lt.arb | 26 +- .../lib/src/l10n/material_lv.arb | 28 +- .../lib/src/l10n/material_mk.arb | 26 +- .../lib/src/l10n/material_ml.arb | 10 +- .../lib/src/l10n/material_mn.arb | 26 +- .../lib/src/l10n/material_mr.arb | 14 +- .../lib/src/l10n/material_ms.arb | 26 +- .../lib/src/l10n/material_my.arb | 14 +- .../lib/src/l10n/material_nb.arb | 26 +- .../lib/src/l10n/material_ne.arb | 14 +- .../lib/src/l10n/material_nl.arb | 24 +- .../lib/src/l10n/material_no.arb | 26 +- .../lib/src/l10n/material_or.arb | 16 +- .../lib/src/l10n/material_pa.arb | 8 +- .../lib/src/l10n/material_pl.arb | 26 +- .../lib/src/l10n/material_pt.arb | 24 +- .../lib/src/l10n/material_pt_PT.arb | 23 +- .../lib/src/l10n/material_ro.arb | 26 +- .../lib/src/l10n/material_ru.arb | 26 +- .../lib/src/l10n/material_si.arb | 12 +- .../lib/src/l10n/material_sk.arb | 24 +- .../lib/src/l10n/material_sl.arb | 24 +- .../lib/src/l10n/material_sq.arb | 26 +- .../lib/src/l10n/material_sr.arb | 28 +- .../lib/src/l10n/material_sr_Latn.arb | 25 +- .../lib/src/l10n/material_sv.arb | 28 +- .../lib/src/l10n/material_sw.arb | 24 +- .../lib/src/l10n/material_ta.arb | 18 +- .../lib/src/l10n/material_te.arb | 28 +- .../lib/src/l10n/material_th.arb | 4 +- .../lib/src/l10n/material_tl.arb | 22 +- .../lib/src/l10n/material_tr.arb | 28 +- .../lib/src/l10n/material_uk.arb | 26 +- .../lib/src/l10n/material_ur.arb | 8 +- .../lib/src/l10n/material_uz.arb | 24 +- .../lib/src/l10n/material_vi.arb | 24 +- .../lib/src/l10n/material_zh.arb | 8 +- .../lib/src/l10n/material_zh_HK.arb | 11 +- .../lib/src/l10n/material_zh_TW.arb | 7 +- .../lib/src/l10n/material_zu.arb | 26 +- 116 files changed, 3337 insertions(+), 2228 deletions(-) create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_cy.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb new file mode 100644 index 000000000000..8dcf0d245103 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb @@ -0,0 +1,45 @@ +{ + "timerPickerHourLabelTwo": "awr", + "datePickerHourSemanticsLabelZero": "$hour o'r gloch", + "datePickerHourSemanticsLabelTwo": "$hour o'r gloch", + "datePickerHourSemanticsLabelFew": "$hour o'r gloch", + "datePickerHourSemanticsLabelMany": "$hour o'r gloch", + "timerPickerSecondLabelFew": "eiliad", + "timerPickerSecondLabelTwo": "eiliad", + "datePickerMinuteSemanticsLabelZero": "$minute munud", + "datePickerMinuteSemanticsLabelTwo": "$minute funud", + "datePickerMinuteSemanticsLabelFew": "$minute munud", + "datePickerMinuteSemanticsLabelMany": "$minute munud", + "timerPickerSecondLabelZero": "eiliad", + "timerPickerMinuteLabelMany": "munud", + "timerPickerMinuteLabelTwo": "funud", + "timerPickerMinuteLabelZero": "munud", + "timerPickerHourLabelMany": "awr", + "timerPickerHourLabelFew": "awr", + "timerPickerMinuteLabelFew": "munud", + "timerPickerSecondLabelMany": "eiliad", + "timerPickerHourLabelZero": "awr", + "datePickerHourSemanticsLabelOne": "$hour o'r gloch", + "datePickerHourSemanticsLabelOther": "$hour o'r gloch", + "datePickerMinuteSemanticsLabelOne": "1 funud", + "datePickerMinuteSemanticsLabelOther": "$minute munud", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "todayLabel": "Heddiw", + "alertDialogLabel": "Rhybudd", + "tabSemanticsLabel": "Tab $tabIndex o $tabCount", + "timerPickerHourLabelOne": "awr", + "timerPickerHourLabelOther": "awr", + "timerPickerMinuteLabelOne": "funud", + "timerPickerMinuteLabelOther": "munud", + "timerPickerSecondLabelOne": "eiliad", + "timerPickerSecondLabelOther": "eiliad", + "cutButtonLabel": "Torri", + "copyButtonLabel": "Copïo", + "pasteButtonLabel": "Gludo", + "selectAllButtonLabel": "Dewis y Cyfan", + "searchTextFieldPlaceholderLabel": "Chwilio", + "modalBarrierDismissLabel": "Diystyru" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb index 9fcc6b560fbe..e61f27211e45 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb @@ -6,7 +6,7 @@ "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbreviation": "PG", - "postMeridiemAbbreviation": "PTG", + "postMeridiemAbbreviation": "P/M", "todayLabel": "Hari ini", "alertDialogLabel": "Makluman", "timerPickerHourLabelOne": "jam", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb index 078e57115d85..e47f74917de4 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb @@ -5,8 +5,8 @@ "datePickerMinuteSemanticsLabelOther": "$minute நிமிடங்கள்", "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "முற்பகல்", - "postMeridiemAbbreviation": "பிற்பகல்", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", "todayLabel": "இன்று", "alertDialogLabel": "விழிப்பூட்டல்", "timerPickerHourLabelOne": "மணிநேரம்", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb index e3f366bb4416..d65e225614ad 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb @@ -15,9 +15,9 @@ "timerPickerMinuteLabelOther": "నిమి.", "timerPickerSecondLabelOne": "సెకన్లు.", "timerPickerSecondLabelOther": "సెకన్లు.", - "cutButtonLabel": "కత్తిరించు", + "cutButtonLabel": "కత్తిరించండి", "copyButtonLabel": "కాపీ చేయి", - "pasteButtonLabel": "అతికించు", + "pasteButtonLabel": "పేస్ట్ చేయండి", "selectAllButtonLabel": "అన్నింటినీ ఎంచుకోండి", "tabSemanticsLabel": "$tabCountలో $tabIndexవ ట్యాబ్", "modalBarrierDismissLabel": "విస్మరించు", diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index e1d2ab7ca6e9..56bf14af5c2a 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -1637,6 +1637,153 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { String get todayLabel => 'Dnes'; } +/// The translations for Welsh (`cy`). +class CupertinoLocalizationCy extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Welsh. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationCy({ + super.localeName = 'cy', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); + + @override + String get alertDialogLabel => 'Rhybudd'; + + @override + String get anteMeridiemAbbreviation => 'AM'; + + @override + String get copyButtonLabel => 'Copïo'; + + @override + String get cutButtonLabel => 'Torri'; + + @override + String get datePickerDateOrderString => 'dmy'; + + @override + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; + + @override + String? get datePickerHourSemanticsLabelFew => r"$hour o'r gloch"; + + @override + String? get datePickerHourSemanticsLabelMany => r"$hour o'r gloch"; + + @override + String? get datePickerHourSemanticsLabelOne => r"$hour o'r gloch"; + + @override + String get datePickerHourSemanticsLabelOther => r"$hour o'r gloch"; + + @override + String? get datePickerHourSemanticsLabelTwo => r"$hour o'r gloch"; + + @override + String? get datePickerHourSemanticsLabelZero => r"$hour o'r gloch"; + + @override + String? get datePickerMinuteSemanticsLabelFew => r'$minute munud'; + + @override + String? get datePickerMinuteSemanticsLabelMany => r'$minute munud'; + + @override + String? get datePickerMinuteSemanticsLabelOne => '1 funud'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute munud'; + + @override + String? get datePickerMinuteSemanticsLabelTwo => r'$minute funud'; + + @override + String? get datePickerMinuteSemanticsLabelZero => r'$minute munud'; + + @override + String get modalBarrierDismissLabel => 'Diystyru'; + + @override + String get pasteButtonLabel => 'Gludo'; + + @override + String get postMeridiemAbbreviation => 'PM'; + + @override + String get searchTextFieldPlaceholderLabel => 'Chwilio'; + + @override + String get selectAllButtonLabel => 'Dewis y Cyfan'; + + @override + String get tabSemanticsLabelRaw => r'Tab $tabIndex o $tabCount'; + + @override + String? get timerPickerHourLabelFew => 'awr'; + + @override + String? get timerPickerHourLabelMany => 'awr'; + + @override + String? get timerPickerHourLabelOne => 'awr'; + + @override + String get timerPickerHourLabelOther => 'awr'; + + @override + String? get timerPickerHourLabelTwo => 'awr'; + + @override + String? get timerPickerHourLabelZero => 'awr'; + + @override + String? get timerPickerMinuteLabelFew => 'munud'; + + @override + String? get timerPickerMinuteLabelMany => 'munud'; + + @override + String? get timerPickerMinuteLabelOne => 'funud'; + + @override + String get timerPickerMinuteLabelOther => 'munud'; + + @override + String? get timerPickerMinuteLabelTwo => 'funud'; + + @override + String? get timerPickerMinuteLabelZero => 'munud'; + + @override + String? get timerPickerSecondLabelFew => 'eiliad'; + + @override + String? get timerPickerSecondLabelMany => 'eiliad'; + + @override + String? get timerPickerSecondLabelOne => 'eiliad'; + + @override + String get timerPickerSecondLabelOther => 'eiliad'; + + @override + String? get timerPickerSecondLabelTwo => 'eiliad'; + + @override + String? get timerPickerSecondLabelZero => 'eiliad'; + + @override + String get todayLabel => 'Heddiw'; +} + /// The translations for Danish (`da`). class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { /// Create an instance of the translation bundle for Danish. @@ -7922,7 +8069,7 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { String get pasteButtonLabel => 'Tampal'; @override - String get postMeridiemAbbreviation => 'PTG'; + String get postMeridiemAbbreviation => 'P/M'; @override String get searchTextFieldPlaceholderLabel => 'Cari'; @@ -10811,7 +10958,7 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { String get alertDialogLabel => 'விழிப்பூட்டல்'; @override - String get anteMeridiemAbbreviation => 'முற்பகல்'; + String get anteMeridiemAbbreviation => 'AM'; @override String get copyButtonLabel => 'நகலெடு'; @@ -10868,7 +11015,7 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { String get pasteButtonLabel => 'ஒட்டு'; @override - String get postMeridiemAbbreviation => 'பிற்பகல்'; + String get postMeridiemAbbreviation => 'PM'; @override String get searchTextFieldPlaceholderLabel => 'தேடுக'; @@ -10964,7 +11111,7 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { String get copyButtonLabel => 'కాపీ చేయి'; @override - String get cutButtonLabel => 'కత్తిరించు'; + String get cutButtonLabel => 'కత్తిరించండి'; @override String get datePickerDateOrderString => 'mdy'; @@ -11012,7 +11159,7 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { String get modalBarrierDismissLabel => 'విస్మరించు'; @override - String get pasteButtonLabel => 'అతికించు'; + String get pasteButtonLabel => 'పేస్ట్ చేయండి'; @override String get postMeridiemAbbreviation => 'PM'; @@ -12577,6 +12724,7 @@ final Set kCupertinoSupportedLanguages = HashSet.from(const kCupertinoSupportedLanguages = HashSet.from(const 'Terug'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Onderste blad'; @override String get calendarModeButtonLabel => 'Skakel oor na kalender'; @override - String get cancelButtonLabel => 'KANSELLEER'; + String get cancelButtonLabel => 'Kanselleer'; @override - String get closeButtonLabel => 'MAAK TOE'; + String get closeButtonLabel => 'Maak toe'; @override String get closeButtonTooltip => 'Maak toe'; @@ -69,13 +69,13 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Vou uit'; @override - String get continueButtonLabel => 'GAAN VOORT'; + String get continueButtonLabel => 'Gaan voort'; @override String get copyButtonLabel => 'Kopieer'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Vandag'; @override String get cutButtonLabel => 'Knip'; @@ -90,7 +90,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Buite reeks.'; @override - String get datePickerHelpText => 'KIES DATUM'; + String get datePickerHelpText => 'Kies datum'; @override String get dateRangeEndDateSemanticLabelRaw => r'Einddatum $fullDate'; @@ -99,7 +99,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Einddatum'; @override - String get dateRangePickerHelpText => 'KIES REEKS'; + String get dateRangePickerHelpText => 'Kies reeks'; @override String get dateRangeStartDateSemanticLabelRaw => r'Begindatum $fullDate'; @@ -396,13 +396,13 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Rye per bladsy:'; @override - String get saveButtonLabel => 'STOOR'; + String get saveButtonLabel => 'Stoor'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Skerm'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Maak $modalRouteContentName toe'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -450,7 +450,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'KIES TYD'; + String get timePickerDialHelpText => 'Kies tyd'; @override String get timePickerHourLabel => 'Uur'; @@ -459,7 +459,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Kies ure'; @override - String get timePickerInputHelpText => 'VOER TYD IN'; + String get timePickerInputHelpText => 'Voer tyd in'; @override String get timePickerMinuteLabel => 'Minuut'; @@ -474,7 +474,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Datumreeks'; @override - String get viewLicensesButtonLabel => 'BEKYK LISENSIES'; + String get viewLicensesButtonLabel => 'Bekyk lisensies'; } /// The translations for Amharic (`am`). @@ -508,7 +508,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get backButtonTooltip => 'ተመለስ'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'የግርጌ ሉህ'; @override String get calendarModeButtonLabel => 'ወደ የቀን መቁጠሪያ ቀይር'; @@ -532,7 +532,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get copyButtonLabel => 'ቅዳ'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'ዛሬ'; @override String get cutButtonLabel => 'ቁረጥ'; @@ -544,7 +544,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get dateInputLabel => 'ቀን ያስገቡ'; @override - String get dateOutOfRangeLabel => 'ከክልል ውጪ።'; + String get dateOutOfRangeLabel => 'ከክልል ውጭ።'; @override String get datePickerHelpText => 'ቀን ይምረጡ'; @@ -592,7 +592,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'ወደ ግቤት ቀይር'; @override - String get inputTimeModeButtonLabel => 'ወደ ጽሑፍ ግቤት ሁነታ ቀይር'; + String get inputTimeModeButtonLabel => 'ወደ ጽሁፍ ግቤት ሁነታ ቀይር'; @override String get invalidDateFormatLabel => 'ልክ ያልሆነ ቅርጸት።'; @@ -739,7 +739,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'ምረጥ'; @override - String get keyboardKeyShift => 'Shift'; + String get keyboardKeyShift => 'ቀያይር'; @override String get keyboardKeySpace => 'ክፍተት'; @@ -856,10 +856,10 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get saveButtonLabel => 'አስቀምጥ'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'ገዳቢ'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentNameን ዝጋ'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -965,16 +965,16 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get backButtonTooltip => 'رجوع'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'بطاقة سفلية'; @override String get calendarModeButtonLabel => 'التبديل إلى التقويم'; @override - String get cancelButtonLabel => 'إلغاء'; + String get cancelButtonLabel => 'الإلغاء'; @override - String get closeButtonLabel => 'إغلاق'; + String get closeButtonLabel => 'الإغلاق'; @override String get closeButtonTooltip => 'إغلاق'; @@ -983,13 +983,13 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'توسيع'; @override - String get continueButtonLabel => 'متابعة'; + String get continueButtonLabel => 'المتابعة'; @override String get copyButtonLabel => 'نسخ'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'تاريخ اليوم'; @override String get cutButtonLabel => 'قص'; @@ -1310,13 +1310,13 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'عدد الصفوف في الصفحة:'; @override - String get saveButtonLabel => 'حفظ'; + String get saveButtonLabel => 'الحفظ'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'تمويه'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'إغلاق "$modalRouteContentName"'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -1422,7 +1422,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get backButtonTooltip => 'উভতি যাওক'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'তলৰ শ্বীট'; @override String get calendarModeButtonLabel => 'কেলেণ্ডাৰলৈ সলনি কৰক'; @@ -1446,7 +1446,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get copyButtonLabel => 'প্ৰতিলিপি কৰক'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'আজি'; @override String get cutButtonLabel => 'কাট কৰক'; @@ -1653,7 +1653,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'ছিলেক্ট'; @override - String get keyboardKeyShift => 'Shift'; + String get keyboardKeyShift => 'শ্বিফ্ট'; @override String get keyboardKeySpace => 'স্পেচ'; @@ -1770,10 +1770,10 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get saveButtonLabel => 'ছেভ কৰক'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'স্ক্ৰিম'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentName বন্ধ কৰক'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -1879,16 +1879,16 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Geri'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Aşağıdakı Vərəq'; @override String get calendarModeButtonLabel => 'Təqvimə keçin'; @override - String get cancelButtonLabel => 'LƏĞV EDİN'; + String get cancelButtonLabel => 'Ləğv edin'; @override - String get closeButtonLabel => 'BAĞLAYIN'; + String get closeButtonLabel => 'Bağlayın'; @override String get closeButtonTooltip => 'Bağlayın'; @@ -1897,13 +1897,13 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Genişləndirin'; @override - String get continueButtonLabel => 'DAVAM EDİN'; + String get continueButtonLabel => 'Davam edin'; @override String get copyButtonLabel => 'Kopyalayın'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Bugün'; @override String get cutButtonLabel => 'Kəsin'; @@ -1918,7 +1918,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Aralıqdan kənar.'; @override - String get datePickerHelpText => 'TARİX SEÇİN'; + String get datePickerHelpText => 'Tarix seçin'; @override String get dateRangeEndDateSemanticLabelRaw => r'Bitmə tarixi: $fullDate'; @@ -1927,7 +1927,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Bitmə tarixi'; @override - String get dateRangePickerHelpText => 'ARALIQ SEÇİN'; + String get dateRangePickerHelpText => 'Aralıq seçin'; @override String get dateRangeStartDateSemanticLabelRaw => r'Başlama tarixi: $fullDate'; @@ -2224,13 +2224,13 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Hər səhifə üzrə sıra:'; @override - String get saveButtonLabel => 'YADDA SAXLAYIN'; + String get saveButtonLabel => 'Yadda saxlayın'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Kətan'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Bağlayın: $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -2278,7 +2278,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'VAXT SEÇİN'; + String get timePickerDialHelpText => 'Vaxt seçin'; @override String get timePickerHourLabel => 'Saat'; @@ -2287,7 +2287,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Saat seçin'; @override - String get timePickerInputHelpText => 'VAXTI DAXİL EDİN'; + String get timePickerInputHelpText => 'Vaxt daxil edin'; @override String get timePickerMinuteLabel => 'Dəqiqə'; @@ -2302,7 +2302,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Tarix aralığı'; @override - String get viewLicensesButtonLabel => 'LİSENZİYALARA BAXIN'; + String get viewLicensesButtonLabel => 'Lisenziyalara baxın'; } /// The translations for Belarusian (`be`). @@ -2336,16 +2336,16 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Назад'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Ніжні аркуш'; @override String get calendarModeButtonLabel => 'Пераключыцца на каляндар'; @override - String get cancelButtonLabel => 'СКАСАВАЦЬ'; + String get cancelButtonLabel => 'Скасаваць'; @override - String get closeButtonLabel => 'ЗАКРЫЦЬ'; + String get closeButtonLabel => 'Закрыць'; @override String get closeButtonTooltip => 'Закрыць'; @@ -2354,13 +2354,13 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Разгарнуць'; @override - String get continueButtonLabel => 'ПРАЦЯГНУЦЬ'; + String get continueButtonLabel => 'Працягнуць'; @override String get copyButtonLabel => 'Капіраваць'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Сёння'; @override String get cutButtonLabel => 'Выразаць'; @@ -2375,7 +2375,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Па-за межамі дыяпазону.'; @override - String get datePickerHelpText => 'ВЫБАР ДАТЫ'; + String get datePickerHelpText => 'Выберыце дату'; @override String get dateRangeEndDateSemanticLabelRaw => r'Дата заканчэння: $fullDate'; @@ -2384,7 +2384,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Дата заканчэння'; @override - String get dateRangePickerHelpText => 'ВЫБАР ДЫЯПАЗОНУ'; + String get dateRangePickerHelpText => 'Выберыце дыяпазон дат'; @override String get dateRangeStartDateSemanticLabelRaw => r'Дата пачатку: $fullDate'; @@ -2681,13 +2681,13 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Радкоў на старонку:'; @override - String get saveButtonLabel => 'ЗАХАВАЦЬ'; + String get saveButtonLabel => 'Захаваць'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Палатно'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Закрыць: $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -2735,7 +2735,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'ВЫБЕРЫЦЕ ЧАС'; + String get timePickerDialHelpText => 'Выберыце час'; @override String get timePickerHourLabel => 'Гадзіна'; @@ -2744,7 +2744,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Выберыце гадзіны'; @override - String get timePickerInputHelpText => 'УВЯДЗІЦЕ ЧАС'; + String get timePickerInputHelpText => 'Увядзіце час'; @override String get timePickerMinuteLabel => 'Хвіліна'; @@ -2759,7 +2759,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Дыяпазон дат'; @override - String get viewLicensesButtonLabel => 'ПАКАЗАЦЬ ЛІЦЭНЗІІ'; + String get viewLicensesButtonLabel => 'Праглядзець ліцэнзіі'; } /// The translations for Bulgarian (`bg`). @@ -2793,16 +2793,16 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Назад'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Долен лист'; @override String get calendarModeButtonLabel => 'Превключване към календара'; @override - String get cancelButtonLabel => 'ОТКАЗ'; + String get cancelButtonLabel => 'Отказ'; @override - String get closeButtonLabel => 'ЗАТВАРЯНЕ'; + String get closeButtonLabel => 'Затваряне'; @override String get closeButtonTooltip => 'Затваряне'; @@ -2811,13 +2811,13 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Разгъване'; @override - String get continueButtonLabel => 'НАПРЕД'; + String get continueButtonLabel => 'Напред'; @override String get copyButtonLabel => 'Копиране'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Днес'; @override String get cutButtonLabel => 'Изрязване'; @@ -2832,7 +2832,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Извън валидния период от време.'; @override - String get datePickerHelpText => 'ИЗБИРАНЕ НА ДАТА'; + String get datePickerHelpText => 'Избиране на дата'; @override String get dateRangeEndDateSemanticLabelRaw => r'Крайна дата: $fullDate'; @@ -2841,7 +2841,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Крайна дата'; @override - String get dateRangePickerHelpText => 'ИЗБИРАНЕ НА ПЕРИОД ОТ ВРЕМЕ'; + String get dateRangePickerHelpText => 'Избиране на период от време'; @override String get dateRangeStartDateSemanticLabelRaw => r'Начална дата: $fullDate'; @@ -3138,13 +3138,13 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Редове на страница:'; @override - String get saveButtonLabel => 'ЗАПАЗВАНЕ'; + String get saveButtonLabel => 'Запазване'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Скрим'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Затваряне на $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -3192,7 +3192,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'ИЗБЕРЕТЕ ЧАС'; + String get timePickerDialHelpText => 'Избиране на час'; @override String get timePickerHourLabel => 'Час'; @@ -3201,7 +3201,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Избиране на часове'; @override - String get timePickerInputHelpText => 'ВЪВЕДЕТЕ ЧАС'; + String get timePickerInputHelpText => 'Въведете час'; @override String get timePickerMinuteLabel => 'Минута'; @@ -3216,7 +3216,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Период от време'; @override - String get viewLicensesButtonLabel => 'ПРЕГЛЕД НА ЛИЦЕНЗИТЕ'; + String get viewLicensesButtonLabel => 'Преглед на лицензите'; } /// The translations for Bengali Bangla (`bn`). @@ -3250,7 +3250,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get backButtonTooltip => 'ফিরে যান'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'স্ক্রিনের নিচে অ্যাটাচ করা শিট'; @override String get calendarModeButtonLabel => 'ক্যালেন্ডার মোডে বদল করুন'; @@ -3274,7 +3274,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get copyButtonLabel => 'কপি করুন'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'আজ'; @override String get cutButtonLabel => 'কাট করুন'; @@ -3298,7 +3298,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'শেষ হওয়ার তারিখ'; @override - String get dateRangePickerHelpText => 'তারিখের ব্যাপ্তি বেছে নিন'; + String get dateRangePickerHelpText => 'তারিখের রেঞ্জ বেছে নিন'; @override String get dateRangeStartDateSemanticLabelRaw => r'শুরুর তারিখ $fullDate'; @@ -3598,10 +3598,10 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get saveButtonLabel => 'সেভ করুন'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'স্ক্রিম'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentName বন্ধ করুন'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -3649,7 +3649,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'সময় বেছে নিন'; + String get timePickerDialHelpText => 'সময় বেছে নিন'; @override String get timePickerHourLabel => 'ঘণ্টা'; @@ -3707,16 +3707,16 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Nazad'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Donja tabela'; @override String get calendarModeButtonLabel => 'Prebacite na kalendar'; @override - String get cancelButtonLabel => 'OTKAŽI'; + String get cancelButtonLabel => 'Otkaži'; @override - String get closeButtonLabel => 'ZATVORI'; + String get closeButtonLabel => 'Zatvori'; @override String get closeButtonTooltip => 'Zatvaranje'; @@ -3725,13 +3725,13 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Proširi'; @override - String get continueButtonLabel => 'NASTAVI'; + String get continueButtonLabel => 'Nastavi'; @override String get copyButtonLabel => 'Kopiraj'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Danas'; @override String get cutButtonLabel => 'Izreži'; @@ -3746,7 +3746,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Izvan raspona.'; @override - String get datePickerHelpText => 'ODABERITE DATUM'; + String get datePickerHelpText => 'Odaberite datum'; @override String get dateRangeEndDateSemanticLabelRaw => r'Datum završetka: $fullDate'; @@ -3755,7 +3755,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Datum završetka'; @override - String get dateRangePickerHelpText => 'ODABERITE RASPON'; + String get dateRangePickerHelpText => 'Odaberite period'; @override String get dateRangeStartDateSemanticLabelRaw => r'Datum početka: $fullDate'; @@ -4052,13 +4052,13 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Broj redova po stranici:'; @override - String get saveButtonLabel => 'SAČUVAJ'; + String get saveButtonLabel => 'Sačuvaj'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Rubno'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Zatvori: $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -4106,7 +4106,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'ODABERITE VRIJEME'; + String get timePickerDialHelpText => 'Odaberite vrijeme'; @override String get timePickerHourLabel => 'Sat'; @@ -4115,7 +4115,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Odaberite sat'; @override - String get timePickerInputHelpText => 'UNESITE VRIJEME'; + String get timePickerInputHelpText => 'Unesite vrijeme'; @override String get timePickerMinuteLabel => 'Minuta'; @@ -4130,7 +4130,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Raspon datuma'; @override - String get viewLicensesButtonLabel => 'PRIKAŽI LICENCE'; + String get viewLicensesButtonLabel => 'Prikaži licence'; } /// The translations for Catalan Valencian (`ca`). @@ -4164,16 +4164,16 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Enrere'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Full inferior'; @override String get calendarModeButtonLabel => 'Canvia al calendari'; @override - String get cancelButtonLabel => 'CANCEL·LA'; + String get cancelButtonLabel => 'Cancel·la'; @override - String get closeButtonLabel => 'TANCA'; + String get closeButtonLabel => 'Tanca'; @override String get closeButtonTooltip => 'Tanca'; @@ -4182,13 +4182,13 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Desplega'; @override - String get continueButtonLabel => 'CONTINUA'; + String get continueButtonLabel => 'Continua'; @override String get copyButtonLabel => 'Copia'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Avui'; @override String get cutButtonLabel => 'Retalla'; @@ -4203,7 +4203,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => "Fora de l'abast."; @override - String get datePickerHelpText => 'SELECCIONA LA DATA'; + String get datePickerHelpText => 'Selecciona la data'; @override String get dateRangeEndDateSemanticLabelRaw => r'Data de finalització $fullDate'; @@ -4212,7 +4212,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Data de finalització'; @override - String get dateRangePickerHelpText => "SELECCIONA L'INTERVAL"; + String get dateRangePickerHelpText => "Selecciona l'interval"; @override String get dateRangeStartDateSemanticLabelRaw => r"Data d'inici $fullDate"; @@ -4395,7 +4395,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Selecciona'; @override - String get keyboardKeyShift => 'Shift'; + String get keyboardKeyShift => 'Maj'; @override String get keyboardKeySpace => 'Espai'; @@ -4509,13 +4509,13 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Files per pàgina:'; @override - String get saveButtonLabel => 'DESA'; + String get saveButtonLabel => 'Desa'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Fons atenuat'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Tanca $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -4563,7 +4563,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => "SELECCIONA L'HORA"; + String get timePickerDialHelpText => "Selecciona l'hora"; @override String get timePickerHourLabel => 'Hora'; @@ -4572,7 +4572,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Selecciona les hores'; @override - String get timePickerInputHelpText => "INTRODUEIX L'HORA"; + String get timePickerInputHelpText => "Introdueix l'hora"; @override String get timePickerMinuteLabel => 'Minut'; @@ -4587,7 +4587,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Interval de dates'; @override - String get viewLicensesButtonLabel => 'MOSTRA LES LLICÈNCIES'; + String get viewLicensesButtonLabel => 'Mostra les llicències'; } /// The translations for Czech (`cs`). @@ -4621,16 +4621,16 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Zpět'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Spodní tabulka'; @override String get calendarModeButtonLabel => 'Přepnout na kalendář'; @override - String get cancelButtonLabel => 'ZRUŠIT'; + String get cancelButtonLabel => 'Zrušit'; @override - String get closeButtonLabel => 'ZAVŘÍT'; + String get closeButtonLabel => 'Zavřít'; @override String get closeButtonTooltip => 'Zavřít'; @@ -4639,13 +4639,13 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Rozbalit'; @override - String get continueButtonLabel => 'POKRAČOVAT'; + String get continueButtonLabel => 'Pokračovat'; @override String get copyButtonLabel => 'Kopírovat'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Dnes'; @override String get cutButtonLabel => 'Vyjmout'; @@ -4660,7 +4660,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Mimo rozsah.'; @override - String get datePickerHelpText => 'VYBERTE DATUM'; + String get datePickerHelpText => 'Vyberte datum'; @override String get dateRangeEndDateSemanticLabelRaw => r'Datum ukončení $fullDate'; @@ -4669,7 +4669,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Datum ukončení'; @override - String get dateRangePickerHelpText => 'VYBERTE ROZSAH'; + String get dateRangePickerHelpText => 'Vyberte rozsah'; @override String get dateRangeStartDateSemanticLabelRaw => r'Datum zahájení $fullDate'; @@ -4966,13 +4966,13 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Počet řádků na stránku:'; @override - String get saveButtonLabel => 'ULOŽIT'; + String get saveButtonLabel => 'Uložit'; @override String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Zavřít $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -5020,7 +5020,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'VYBERTE ČAS'; + String get timePickerDialHelpText => 'Vyberte čas'; @override String get timePickerHourLabel => 'Hodina'; @@ -5029,7 +5029,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Vyberte hodiny'; @override - String get timePickerInputHelpText => 'ZADEJTE ČAS'; + String get timePickerInputHelpText => 'Zadejte čas'; @override String get timePickerMinuteLabel => 'Minuta'; @@ -5044,7 +5044,464 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Období'; @override - String get viewLicensesButtonLabel => 'ZOBRAZIT LICENCE'; + String get viewLicensesButtonLabel => 'Zobrazit licence'; +} + +/// The translations for Welsh (`cy`). +class MaterialLocalizationCy extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Welsh. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationCy({ + super.localeName = 'cy', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); + + @override + String get aboutListTileTitleRaw => r'Ynghylch $applicationName'; + + @override + String get alertDialogLabel => 'Rhybudd'; + + @override + String get anteMeridiemAbbreviation => 'AM'; + + @override + String get backButtonTooltip => 'Nôl'; + + @override + String get bottomSheetLabel => 'Taflen Gwaelod'; + + @override + String get calendarModeButtonLabel => 'Newid i galendr'; + + @override + String get cancelButtonLabel => 'Canslo'; + + @override + String get closeButtonLabel => 'Cau'; + + @override + String get closeButtonTooltip => 'Cau'; + + @override + String get collapsedIconTapHint => 'Ehangu'; + + @override + String get continueButtonLabel => 'Parhau'; + + @override + String get copyButtonLabel => 'Copïo'; + + @override + String get currentDateLabel => 'Heddiw'; + + @override + String get cutButtonLabel => 'Torri'; + + @override + String get dateHelpText => 'dd/mm/bbbb'; + + @override + String get dateInputLabel => 'Rhowch Ddyddiad'; + + @override + String get dateOutOfRangeLabel => "Allan o'r ystod."; + + @override + String get datePickerHelpText => 'Dewiswch ddyddiad'; + + @override + String get dateRangeEndDateSemanticLabelRaw => r'Dyddiad gorffen $fullDate'; + + @override + String get dateRangeEndLabel => 'Dyddiad Gorffen'; + + @override + String get dateRangePickerHelpText => 'Dewis ystod'; + + @override + String get dateRangeStartDateSemanticLabelRaw => r'Dyddiad dechrau $fullDate'; + + @override + String get dateRangeStartLabel => 'Dyddiad Dechrau'; + + @override + String get dateSeparator => '/'; + + @override + String get deleteButtonTooltip => 'Dileu'; + + @override + String get dialModeButtonLabel => 'Newid i fodd deialu dewiswr'; + + @override + String get dialogLabel => 'Deialog'; + + @override + String get drawerLabel => 'Dewislen llywio'; + + @override + String get expandedIconTapHint => 'Crebachu'; + + @override + String get firstPageTooltip => 'Tudalen gyntaf'; + + @override + String get hideAccountsLabel => 'Cuddio cyfrifon'; + + @override + String get inputDateModeButtonLabel => 'Newid i fewnbwn'; + + @override + String get inputTimeModeButtonLabel => 'Newid i fodd mewnbwn testun'; + + @override + String get invalidDateFormatLabel => 'Fformat annilys.'; + + @override + String get invalidDateRangeLabel => 'Ystod annilys.'; + + @override + String get invalidTimeLabel => 'Rhowch amser dilys'; + + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'Gorffen'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeyShift => 'Shift'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get lastPageTooltip => 'Tudalen olaf'; + + @override + String? get licensesPackageDetailTextFew => r'$licenseCount trwydded'; + + @override + String? get licensesPackageDetailTextMany => r'$licenseCount thrwydded'; + + @override + String? get licensesPackageDetailTextOne => '1 trwydded'; + + @override + String get licensesPackageDetailTextOther => r'$licenseCount trwydded'; + + @override + String? get licensesPackageDetailTextTwo => r'$licenseCount drwydded'; + + @override + String? get licensesPackageDetailTextZero => 'Dim trwydded'; + + @override + String get licensesPageTitle => 'Trwyddedau'; + + @override + String get menuBarMenuLabel => 'Dewislen bar dewislen'; + + @override + String get modalBarrierDismissLabel => 'Diystyru'; + + @override + String get moreButtonTooltip => 'Rhagor'; + + @override + String get nextMonthTooltip => 'Mis nesaf'; + + @override + String get nextPageTooltip => 'Tudalen nesaf'; + + @override + String get okButtonLabel => 'Iawn'; + + @override + String get openAppDrawerTooltip => 'Agor y ddewislen llywio'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow o $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow o tua $rowCount'; + + @override + String get pasteButtonLabel => 'Gludo'; + + @override + String get popupMenuLabel => 'Dewislen ffenestr naid'; + + @override + String get postMeridiemAbbreviation => 'PM'; + + @override + String get previousMonthTooltip => 'Mis blaenorol'; + + @override + String get previousPageTooltip => 'Tudalen flaenorol'; + + @override + String get refreshIndicatorSemanticLabel => 'Ail-lwytho'; + + @override + String? get remainingTextFieldCharacterCountFew => r'$remainingCount nod ar ôl'; + + @override + String? get remainingTextFieldCharacterCountMany => r'$remainingCount nod ar ôl'; + + @override + String? get remainingTextFieldCharacterCountOne => '1 nod ar ôl'; + + @override + String get remainingTextFieldCharacterCountOther => r'$remainingCount nod ar ôl'; + + @override + String? get remainingTextFieldCharacterCountTwo => r'$remainingCount nod ar ôl'; + + @override + String? get remainingTextFieldCharacterCountZero => 'Dim nodau ar ôl'; + + @override + String get reorderItemDown => 'Symud i lawr'; + + @override + String get reorderItemLeft => "Symud i'r chwith"; + + @override + String get reorderItemRight => "Symud i'r dde"; + + @override + String get reorderItemToEnd => "Symud i'r diwedd"; + + @override + String get reorderItemToStart => "Symud i'r dechrau"; + + @override + String get reorderItemUp => 'Symud i fyny'; + + @override + String get rowsPerPageTitle => 'Rhesi fesul tudalen:'; + + @override + String get saveButtonLabel => 'Cadw'; + + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Cau $modalRouteContentName'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => 'Chwilio'; + + @override + String get selectAllButtonLabel => 'Dewis y Cyfan'; + + @override + String get selectYearSemanticsLabel => 'Dewiswch flwyddyn'; + + @override + String? get selectedRowCountTitleFew => r"Mae $selectedRowCount eitem wedi'u dewis"; + + @override + String? get selectedRowCountTitleMany => r"Mae $selectedRowCount eitem wedi'u dewis"; + + @override + String? get selectedRowCountTitleOne => "Mae 1 eitem wedi'i dewis"; + + @override + String get selectedRowCountTitleOther => r"Mae $selectedRowCount eitem wedi'u dewis"; + + @override + String? get selectedRowCountTitleTwo => r"Mae $selectedRowCount eitem wedi'u dewis"; + + @override + String? get selectedRowCountTitleZero => "Nid oes unrhyw eitemau wedi'u dewis"; + + @override + String get showAccountsLabel => 'Dangos cyfrifon'; + + @override + String get showMenuTooltip => 'Dangos y ddewislen'; + + @override + String get signedInLabel => 'Wedi mewngofnodi'; + + @override + String get tabLabelRaw => r'Tab $tabIndex o $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerDialHelpText => 'Dewiswch amser'; + + @override + String get timePickerHourLabel => 'Awr'; + + @override + String get timePickerHourModeAnnouncement => 'Dewis oriau'; + + @override + String get timePickerInputHelpText => 'Rhowch amser'; + + @override + String get timePickerMinuteLabel => 'Munud'; + + @override + String get timePickerMinuteModeAnnouncement => 'Dewis munudau'; + + @override + String get unspecifiedDate => 'Dyddiad'; + + @override + String get unspecifiedDateRange => 'Ystod Dyddiadau'; + + @override + String get viewLicensesButtonLabel => 'Gweld trwyddedau'; } /// The translations for Danish (`da`). @@ -5078,16 +5535,16 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Tilbage'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Felt i bunden'; @override String get calendarModeButtonLabel => 'Skift til kalender'; @override - String get cancelButtonLabel => 'ANNULLER'; + String get cancelButtonLabel => 'Annuller'; @override - String get closeButtonLabel => 'LUK'; + String get closeButtonLabel => 'Luk'; @override String get closeButtonTooltip => 'Luk'; @@ -5096,13 +5553,13 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Udvid'; @override - String get continueButtonLabel => 'FORTSÆT'; + String get continueButtonLabel => 'Fortsæt'; @override String get copyButtonLabel => 'Kopiér'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'I dag'; @override String get cutButtonLabel => 'Klip'; @@ -5117,7 +5574,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Uden for rækkevidde.'; @override - String get datePickerHelpText => 'VÆLG DATO'; + String get datePickerHelpText => 'Vælg dato'; @override String get dateRangeEndDateSemanticLabelRaw => r'Slutdato $fullDate'; @@ -5126,7 +5583,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Slutdato'; @override - String get dateRangePickerHelpText => 'VÆLG OMRÅDE'; + String get dateRangePickerHelpText => 'Vælg interval'; @override String get dateRangeStartDateSemanticLabelRaw => r'Startdato $fullDate'; @@ -5423,13 +5880,13 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Rækker pr. side:'; @override - String get saveButtonLabel => 'GEM'; + String get saveButtonLabel => 'Gem'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Dæmpeskærm'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Luk $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -5477,7 +5934,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'VÆLG TIDSPUNKT'; + String get timePickerDialHelpText => 'Vælg tidspunkt'; @override String get timePickerHourLabel => 'Time'; @@ -5486,7 +5943,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Vælg timer'; @override - String get timePickerInputHelpText => 'ANGIV TIDSPUNKT'; + String get timePickerInputHelpText => 'Angiv tidspunkt'; @override String get timePickerMinuteLabel => 'Minut'; @@ -5501,7 +5958,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Datointerval'; @override - String get viewLicensesButtonLabel => 'SE LICENSER'; + String get viewLicensesButtonLabel => 'Se licenser'; } /// The translations for German (`de`). @@ -5535,16 +5992,16 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Zurück'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Ansicht am unteren Rand'; @override String get calendarModeButtonLabel => 'Zum Kalender wechseln'; @override - String get cancelButtonLabel => 'ABBRECHEN'; + String get cancelButtonLabel => 'Abbrechen'; @override - String get closeButtonLabel => 'SCHLIEẞEN'; + String get closeButtonLabel => 'Schließen'; @override String get closeButtonTooltip => 'Schließen'; @@ -5553,13 +6010,13 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Maximieren'; @override - String get continueButtonLabel => 'WEITER'; + String get continueButtonLabel => 'Weiter'; @override String get copyButtonLabel => 'Kopieren'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Heute'; @override String get cutButtonLabel => 'Ausschneiden'; @@ -5574,7 +6031,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Außerhalb des Zeitraums.'; @override - String get datePickerHelpText => 'DATUM AUSWÄHLEN'; + String get datePickerHelpText => 'Datum auswählen'; @override String get dateRangeEndDateSemanticLabelRaw => r'Enddatum $fullDate'; @@ -5583,7 +6040,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Enddatum'; @override - String get dateRangePickerHelpText => 'ZEITRAUM AUSWÄHLEN'; + String get dateRangePickerHelpText => 'Zeitraum auswählen'; @override String get dateRangeStartDateSemanticLabelRaw => r'Startdatum $fullDate'; @@ -5766,7 +6223,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Auswählen'; @override - String get keyboardKeyShift => 'Shift'; + String get keyboardKeyShift => 'Umschalttaste'; @override String get keyboardKeySpace => 'Leertaste'; @@ -5880,13 +6337,13 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Zeilen pro Seite:'; @override - String get saveButtonLabel => 'SPEICHERN'; + String get saveButtonLabel => 'Speichern'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Gitter'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentName schließen'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -5934,7 +6391,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'UHRZEIT AUSWÄHLEN'; + String get timePickerDialHelpText => 'Uhrzeit auswählen'; @override String get timePickerHourLabel => 'Stunde'; @@ -5943,7 +6400,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Stunden auswählen'; @override - String get timePickerInputHelpText => 'ZEIT EINGEBEN'; + String get timePickerInputHelpText => 'Uhrzeit eingeben'; @override String get timePickerMinuteLabel => 'Minute'; @@ -5958,7 +6415,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Zeitraum'; @override - String get viewLicensesButtonLabel => 'LIZENZEN ANZEIGEN'; + String get viewLicensesButtonLabel => 'Lizenzen ansehen'; } /// The translations for German, as used in Switzerland (`de_CH`). @@ -5979,9 +6436,24 @@ class MaterialLocalizationDeCh extends MaterialLocalizationDe { required super.twoDigitZeroPaddedFormat, }); + @override + String get timePickerDialHelpText => 'UHRZEIT AUSWÄHLEN'; + + @override + String get timePickerInputHelpText => 'ZEIT EINGEBEN'; + @override String get invalidTimeLabel => 'Gib eine gültige Uhrzeit ein'; + @override + String get dateRangePickerHelpText => 'ZEITRAUM AUSWÄHLEN'; + + @override + String get datePickerHelpText => 'DATUM AUSWÄHLEN'; + + @override + String get saveButtonLabel => 'SPEICHERN'; + @override String get dateOutOfRangeLabel => 'Ausserhalb des Zeitraums.'; @@ -5994,6 +6466,18 @@ class MaterialLocalizationDeCh extends MaterialLocalizationDe { @override String get lastPageTooltip => 'Last page'; + @override + String get cancelButtonLabel => 'ABBRECHEN'; + + @override + String get closeButtonLabel => 'SCHLIEẞEN'; + + @override + String get continueButtonLabel => 'WEITER'; + + @override + String get viewLicensesButtonLabel => 'LIZENZEN ANZEIGEN'; + @override String get modalBarrierDismissLabel => 'Schliessen'; } @@ -6029,16 +6513,16 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Πίσω'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Φύλλο κάτω μέρους'; @override String get calendarModeButtonLabel => 'Εναλλαγή σε ημερολόγιο'; @override - String get cancelButtonLabel => 'ΑΚΥΡΩΣΗ'; + String get cancelButtonLabel => 'Ακύρωση'; @override - String get closeButtonLabel => 'ΚΛΕΙΣΙΜΟ'; + String get closeButtonLabel => 'Κλείσιμο'; @override String get closeButtonTooltip => 'Κλείσιμο'; @@ -6047,13 +6531,13 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Ανάπτυξη'; @override - String get continueButtonLabel => 'ΣΥΝΕΧΕΙΑ'; + String get continueButtonLabel => 'Συνέχεια'; @override String get copyButtonLabel => 'Αντιγραφή'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Σήμερα'; @override String get cutButtonLabel => 'Αποκοπή'; @@ -6068,7 +6552,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Εκτός εύρους τιμών.'; @override - String get datePickerHelpText => 'ΕΠΙΛΟΓΗ ΗΜΕΡΟΜΗΝΙΑΣ'; + String get datePickerHelpText => 'Επιλογή ημερομηνίας'; @override String get dateRangeEndDateSemanticLabelRaw => r'Ημερομηνία λήξης $fullDate'; @@ -6077,7 +6561,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Ημερομηνία λήξης'; @override - String get dateRangePickerHelpText => 'ΕΠΙΛΟΓΗ ΕΥΡΟΥΣ'; + String get dateRangePickerHelpText => 'Επιλογή εύρους'; @override String get dateRangeStartDateSemanticLabelRaw => r'Ημερομηνία έναρξης $fullDate'; @@ -6374,13 +6858,13 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Σειρές ανά σελίδα:'; @override - String get saveButtonLabel => 'ΑΠΟΘΗΚΕΥΣΗ'; + String get saveButtonLabel => 'Αποθήκευση'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Επικάλυψη'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Κλείσιμο $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -6428,7 +6912,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'ΕΠΙΛΟΓΗ ΩΡΑΣ'; + String get timePickerDialHelpText => 'Επιλογή ώρας'; @override String get timePickerHourLabel => 'Ώρα'; @@ -6437,7 +6921,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Επιλογή ωρών'; @override - String get timePickerInputHelpText => 'ΕΙΣΑΓΩΓΗ ΩΡΑΣ'; + String get timePickerInputHelpText => 'Εισαγωγή ώρας'; @override String get timePickerMinuteLabel => 'Λεπτό'; @@ -6452,7 +6936,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Εύρος ημερομηνιών'; @override - String get viewLicensesButtonLabel => 'ΠΡΟΒΟΛΗ ΑΔΕΙΩΝ'; + String get viewLicensesButtonLabel => 'Προβολή αδειών'; } /// The translations for English (`en`). @@ -6930,6 +7414,9 @@ class MaterialLocalizationEnAu extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); + @override + String get bottomSheetLabel => 'Bottom sheet'; + @override String get keyboardKeyCapsLock => 'Caps lock'; @@ -6954,24 +7441,9 @@ class MaterialLocalizationEnAu extends MaterialLocalizationEn { @override String get keyboardKeyNumpadEnter => 'Num enter'; - @override - String get timePickerDialHelpText => 'SELECT TIME'; - - @override - String get timePickerInputHelpText => 'ENTER TIME'; - @override String get dateInputLabel => 'Enter date'; - @override - String get dateRangePickerHelpText => 'SELECT RANGE'; - - @override - String get datePickerHelpText => 'SELECT DATE'; - - @override - String get saveButtonLabel => 'SAVE'; - @override String get dateRangeEndLabel => 'End date'; @@ -6981,6 +7453,9 @@ class MaterialLocalizationEnAu extends MaterialLocalizationEn { @override String get unspecifiedDateRange => 'Date range'; + @override + String get dateHelpText => 'dd/mm/yyyy'; + @override String get licensesPageTitle => 'Licences'; @@ -6994,16 +7469,7 @@ class MaterialLocalizationEnAu extends MaterialLocalizationEn { String get licensesPackageDetailTextOther => r'$licenseCount licences'; @override - String get cancelButtonLabel => 'CANCEL'; - - @override - String get closeButtonLabel => 'CLOSE'; - - @override - String get continueButtonLabel => 'CONTINUE'; - - @override - String get viewLicensesButtonLabel => 'VIEW LICENCES'; + String get viewLicensesButtonLabel => 'View licences'; @override String get popupMenuLabel => 'Pop-up menu'; @@ -7087,6 +7553,9 @@ class MaterialLocalizationEnCa extends MaterialLocalizationEn { @override String get unspecifiedDateRange => 'Date range'; + @override + String get dateHelpText => 'dd/mm/yyyy'; + @override String get licensesPageTitle => 'Licences'; @@ -7142,6 +7611,9 @@ class MaterialLocalizationEnGb extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); + @override + String get bottomSheetLabel => 'Bottom sheet'; + @override String get keyboardKeyCapsLock => 'Caps lock'; @@ -7166,24 +7638,9 @@ class MaterialLocalizationEnGb extends MaterialLocalizationEn { @override String get keyboardKeyNumpadEnter => 'Num enter'; - @override - String get timePickerDialHelpText => 'SELECT TIME'; - - @override - String get timePickerInputHelpText => 'ENTER TIME'; - @override String get dateInputLabel => 'Enter date'; - @override - String get dateRangePickerHelpText => 'SELECT RANGE'; - - @override - String get datePickerHelpText => 'SELECT DATE'; - - @override - String get saveButtonLabel => 'SAVE'; - @override String get dateRangeEndLabel => 'End date'; @@ -7193,11 +7650,14 @@ class MaterialLocalizationEnGb extends MaterialLocalizationEn { @override String get unspecifiedDateRange => 'Date range'; + @override + String get dateHelpText => 'dd/mm/yyyy'; + @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get viewLicensesButtonLabel => 'VIEW LICENCES'; + String get viewLicensesButtonLabel => 'View licences'; @override String get licensesPageTitle => 'Licences'; @@ -7211,15 +7671,6 @@ class MaterialLocalizationEnGb extends MaterialLocalizationEn { @override String get licensesPackageDetailTextOther => r'$licenseCount licences'; - @override - String get closeButtonLabel => 'CLOSE'; - - @override - String get continueButtonLabel => 'CONTINUE'; - - @override - String get cancelButtonLabel => 'CANCEL'; - @override String get popupMenuLabel => 'Pop-up menu'; @@ -7251,6 +7702,9 @@ class MaterialLocalizationEnIe extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); + @override + String get bottomSheetLabel => 'Bottom sheet'; + @override String get keyboardKeyCapsLock => 'Caps lock'; @@ -7275,24 +7729,9 @@ class MaterialLocalizationEnIe extends MaterialLocalizationEn { @override String get keyboardKeyNumpadEnter => 'Num enter'; - @override - String get timePickerDialHelpText => 'SELECT TIME'; - - @override - String get timePickerInputHelpText => 'ENTER TIME'; - @override String get dateInputLabel => 'Enter date'; - @override - String get dateRangePickerHelpText => 'SELECT RANGE'; - - @override - String get datePickerHelpText => 'SELECT DATE'; - - @override - String get saveButtonLabel => 'SAVE'; - @override String get dateRangeEndLabel => 'End date'; @@ -7302,11 +7741,14 @@ class MaterialLocalizationEnIe extends MaterialLocalizationEn { @override String get unspecifiedDateRange => 'Date range'; + @override + String get dateHelpText => 'dd/mm/yyyy'; + @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get viewLicensesButtonLabel => 'VIEW LICENCES'; + String get viewLicensesButtonLabel => 'View licences'; @override String get licensesPageTitle => 'Licences'; @@ -7320,15 +7762,6 @@ class MaterialLocalizationEnIe extends MaterialLocalizationEn { @override String get licensesPackageDetailTextOther => r'$licenseCount licences'; - @override - String get closeButtonLabel => 'CLOSE'; - - @override - String get continueButtonLabel => 'CONTINUE'; - - @override - String get cancelButtonLabel => 'CANCEL'; - @override String get popupMenuLabel => 'Pop-up menu'; @@ -7360,6 +7793,9 @@ class MaterialLocalizationEnIn extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); + @override + String get bottomSheetLabel => 'Bottom sheet'; + @override String get keyboardKeyCapsLock => 'Caps lock'; @@ -7384,24 +7820,9 @@ class MaterialLocalizationEnIn extends MaterialLocalizationEn { @override String get keyboardKeyNumpadEnter => 'Num enter'; - @override - String get timePickerDialHelpText => 'SELECT TIME'; - - @override - String get timePickerInputHelpText => 'ENTER TIME'; - @override String get dateInputLabel => 'Enter date'; - @override - String get dateRangePickerHelpText => 'SELECT RANGE'; - - @override - String get datePickerHelpText => 'SELECT DATE'; - - @override - String get saveButtonLabel => 'SAVE'; - @override String get dateRangeEndLabel => 'End date'; @@ -7411,6 +7832,9 @@ class MaterialLocalizationEnIn extends MaterialLocalizationEn { @override String get unspecifiedDateRange => 'Date range'; + @override + String get dateHelpText => 'dd/mm/yyyy'; + @override String get licensesPageTitle => 'Licences'; @@ -7424,16 +7848,7 @@ class MaterialLocalizationEnIn extends MaterialLocalizationEn { String get licensesPackageDetailTextOther => r'$licenseCount licences'; @override - String get cancelButtonLabel => 'CANCEL'; - - @override - String get closeButtonLabel => 'CLOSE'; - - @override - String get continueButtonLabel => 'CONTINUE'; - - @override - String get viewLicensesButtonLabel => 'VIEW LICENCES'; + String get viewLicensesButtonLabel => 'View licences'; @override String get popupMenuLabel => 'Pop-up menu'; @@ -7466,6 +7881,9 @@ class MaterialLocalizationEnNz extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); + @override + String get bottomSheetLabel => 'Bottom sheet'; + @override String get keyboardKeyChannelDown => 'Channel down'; @@ -7490,24 +7908,9 @@ class MaterialLocalizationEnNz extends MaterialLocalizationEn { @override String get keyboardKeyNumpadEnter => 'Num enter'; - @override - String get timePickerDialHelpText => 'SELECT TIME'; - - @override - String get timePickerInputHelpText => 'ENTER TIME'; - @override String get dateInputLabel => 'Enter date'; - @override - String get dateRangePickerHelpText => 'SELECT RANGE'; - - @override - String get datePickerHelpText => 'SELECT DATE'; - - @override - String get saveButtonLabel => 'SAVE'; - @override String get dateRangeEndLabel => 'End date'; @@ -7517,6 +7920,9 @@ class MaterialLocalizationEnNz extends MaterialLocalizationEn { @override String get unspecifiedDateRange => 'Date range'; + @override + String get dateHelpText => 'dd/mm/yyyy'; + @override String get licensesPageTitle => 'Licences'; @@ -7530,16 +7936,7 @@ class MaterialLocalizationEnNz extends MaterialLocalizationEn { String get licensesPackageDetailTextOther => r'$licenseCount licences'; @override - String get cancelButtonLabel => 'CANCEL'; - - @override - String get closeButtonLabel => 'CLOSE'; - - @override - String get continueButtonLabel => 'CONTINUE'; - - @override - String get viewLicensesButtonLabel => 'VIEW LICENCES'; + String get viewLicensesButtonLabel => 'View licences'; @override String get popupMenuLabel => 'Pop-up menu'; @@ -7572,6 +7969,9 @@ class MaterialLocalizationEnSg extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); + @override + String get bottomSheetLabel => 'Bottom sheet'; + @override String get keyboardKeyCapsLock => 'Caps lock'; @@ -7596,24 +7996,9 @@ class MaterialLocalizationEnSg extends MaterialLocalizationEn { @override String get keyboardKeyNumpadEnter => 'Num enter'; - @override - String get timePickerDialHelpText => 'SELECT TIME'; - - @override - String get timePickerInputHelpText => 'ENTER TIME'; - @override String get dateInputLabel => 'Enter date'; - @override - String get dateRangePickerHelpText => 'SELECT RANGE'; - - @override - String get datePickerHelpText => 'SELECT DATE'; - - @override - String get saveButtonLabel => 'SAVE'; - @override String get dateRangeEndLabel => 'End date'; @@ -7623,6 +8008,9 @@ class MaterialLocalizationEnSg extends MaterialLocalizationEn { @override String get unspecifiedDateRange => 'Date range'; + @override + String get dateHelpText => 'dd/mm/yyyy'; + @override String get licensesPageTitle => 'Licences'; @@ -7636,16 +8024,7 @@ class MaterialLocalizationEnSg extends MaterialLocalizationEn { String get licensesPackageDetailTextOther => r'$licenseCount licences'; @override - String get cancelButtonLabel => 'CANCEL'; - - @override - String get closeButtonLabel => 'CLOSE'; - - @override - String get continueButtonLabel => 'CONTINUE'; - - @override - String get viewLicensesButtonLabel => 'VIEW LICENCES'; + String get viewLicensesButtonLabel => 'View licences'; @override String get popupMenuLabel => 'Pop-up menu'; @@ -7678,6 +8057,9 @@ class MaterialLocalizationEnZa extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); + @override + String get bottomSheetLabel => 'Bottom sheet'; + @override String get keyboardKeyCapsLock => 'Caps lock'; @@ -7702,24 +8084,9 @@ class MaterialLocalizationEnZa extends MaterialLocalizationEn { @override String get keyboardKeyNumpadEnter => 'Num enter'; - @override - String get timePickerDialHelpText => 'SELECT TIME'; - - @override - String get timePickerInputHelpText => 'ENTER TIME'; - @override String get dateInputLabel => 'Enter date'; - @override - String get dateRangePickerHelpText => 'SELECT RANGE'; - - @override - String get datePickerHelpText => 'SELECT DATE'; - - @override - String get saveButtonLabel => 'SAVE'; - @override String get dateRangeEndLabel => 'End date'; @@ -7729,11 +8096,14 @@ class MaterialLocalizationEnZa extends MaterialLocalizationEn { @override String get unspecifiedDateRange => 'Date range'; + @override + String get dateHelpText => 'dd/mm/yyyy'; + @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get viewLicensesButtonLabel => 'VIEW LICENCES'; + String get viewLicensesButtonLabel => 'View licences'; @override String get licensesPageTitle => 'Licences'; @@ -7747,15 +8117,6 @@ class MaterialLocalizationEnZa extends MaterialLocalizationEn { @override String get licensesPackageDetailTextOther => r'$licenseCount licences'; - @override - String get closeButtonLabel => 'CLOSE'; - - @override - String get continueButtonLabel => 'CONTINUE'; - - @override - String get cancelButtonLabel => 'CANCEL'; - @override String get popupMenuLabel => 'Pop-up menu'; @@ -7800,16 +8161,16 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Atrás'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Hoja inferior'; @override String get calendarModeButtonLabel => 'Cambiar a calendario'; @override - String get cancelButtonLabel => 'CANCELAR'; + String get cancelButtonLabel => 'Cancelar'; @override - String get closeButtonLabel => 'CERRAR'; + String get closeButtonLabel => 'Cerrar'; @override String get closeButtonTooltip => 'Cerrar'; @@ -7818,19 +8179,19 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Mostrar'; @override - String get continueButtonLabel => 'CONTINUAR'; + String get continueButtonLabel => 'Continuar'; @override String get copyButtonLabel => 'Copiar'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Hoy'; @override String get cutButtonLabel => 'Cortar'; @override - String get dateHelpText => 'mm/dd/aaaa'; + String get dateHelpText => 'dd/mm/aaaa'; @override String get dateInputLabel => 'Introduce una fecha'; @@ -7839,7 +8200,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Fuera del periodo válido.'; @override - String get datePickerHelpText => 'SELECCIONAR FECHA'; + String get datePickerHelpText => 'Seleccionar fecha'; @override String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización $fullDate'; @@ -7848,7 +8209,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Fecha de finalización'; @override - String get dateRangePickerHelpText => 'SELECCIONAR PERIODO'; + String get dateRangePickerHelpText => 'Seleccionar periodo'; @override String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio $fullDate'; @@ -8031,7 +8392,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Selección'; @override - String get keyboardKeyShift => 'Shift'; + String get keyboardKeyShift => 'Mayús'; @override String get keyboardKeySpace => 'Espacio'; @@ -8145,13 +8506,13 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Filas por página:'; @override - String get saveButtonLabel => 'GUARDAR'; + String get saveButtonLabel => 'Guardar'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Sombreado'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Cerrar $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -8199,7 +8560,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'SELECCIONAR HORA'; + String get timePickerDialHelpText => 'Seleccionar hora'; @override String get timePickerHourLabel => 'Hora'; @@ -8208,7 +8569,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Seleccionar horas'; @override - String get timePickerInputHelpText => 'INTRODUCIR HORA'; + String get timePickerInputHelpText => 'Introducir hora'; @override String get timePickerMinuteLabel => 'Minuto'; @@ -8223,7 +8584,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Periodo'; @override - String get viewLicensesButtonLabel => 'VER LICENCIAS'; + String get viewLicensesButtonLabel => 'Ver licencias'; } /// The translations for Spanish Castilian, as used in Latin America and the Caribbean (`es_419`). @@ -8244,6 +8605,12 @@ class MaterialLocalizationEs419 extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scrimLabel => 'Lámina'; + + @override + String get keyboardKeyShift => 'Mayúsculas'; + @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -8290,7 +8657,10 @@ class MaterialLocalizationEs419 extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerInputHelpText => 'INGRESAR HORA'; + String get timePickerDialHelpText => 'Selecciona una hora'; + + @override + String get timePickerInputHelpText => 'Ingresa una hora'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -8308,7 +8678,10 @@ class MaterialLocalizationEs419 extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + String get dateRangePickerHelpText => 'Selecciona un período'; + + @override + String get datePickerHelpText => 'Selecciona una fecha'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -8331,9 +8704,6 @@ class MaterialLocalizationEs419 extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get dateHelpText => 'dd/mm/aaaa'; - @override String get modalBarrierDismissLabel => 'Descartar'; @@ -8404,6 +8774,12 @@ class MaterialLocalizationEsAr extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scrimLabel => 'Lámina'; + + @override + String get keyboardKeyShift => 'Mayúsculas'; + @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -8450,7 +8826,10 @@ class MaterialLocalizationEsAr extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerInputHelpText => 'INGRESAR HORA'; + String get timePickerDialHelpText => 'Selecciona una hora'; + + @override + String get timePickerInputHelpText => 'Ingresa una hora'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -8468,7 +8847,10 @@ class MaterialLocalizationEsAr extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + String get dateRangePickerHelpText => 'Selecciona un período'; + + @override + String get datePickerHelpText => 'Selecciona una fecha'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -8491,9 +8873,6 @@ class MaterialLocalizationEsAr extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get dateHelpText => 'dd/mm/aaaa'; - @override String get modalBarrierDismissLabel => 'Descartar'; @@ -8564,6 +8943,12 @@ class MaterialLocalizationEsBo extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scrimLabel => 'Lámina'; + + @override + String get keyboardKeyShift => 'Mayúsculas'; + @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -8610,7 +8995,10 @@ class MaterialLocalizationEsBo extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerInputHelpText => 'INGRESAR HORA'; + String get timePickerDialHelpText => 'Selecciona una hora'; + + @override + String get timePickerInputHelpText => 'Ingresa una hora'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -8628,7 +9016,10 @@ class MaterialLocalizationEsBo extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + String get dateRangePickerHelpText => 'Selecciona un período'; + + @override + String get datePickerHelpText => 'Selecciona una fecha'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -8651,9 +9042,6 @@ class MaterialLocalizationEsBo extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get dateHelpText => 'dd/mm/aaaa'; - @override String get reorderItemToStart => 'Mover al inicio'; @@ -8724,6 +9112,12 @@ class MaterialLocalizationEsCl extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scrimLabel => 'Lámina'; + + @override + String get keyboardKeyShift => 'Mayúsculas'; + @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -8770,7 +9164,10 @@ class MaterialLocalizationEsCl extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerInputHelpText => 'INGRESAR HORA'; + String get timePickerDialHelpText => 'Selecciona una hora'; + + @override + String get timePickerInputHelpText => 'Ingresa una hora'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -8788,7 +9185,10 @@ class MaterialLocalizationEsCl extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + String get dateRangePickerHelpText => 'Selecciona un período'; + + @override + String get datePickerHelpText => 'Selecciona una fecha'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -8811,9 +9211,6 @@ class MaterialLocalizationEsCl extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get dateHelpText => 'dd/mm/aaaa'; - @override String get reorderItemToStart => 'Mover al inicio'; @@ -8884,6 +9281,12 @@ class MaterialLocalizationEsCo extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scrimLabel => 'Lámina'; + + @override + String get keyboardKeyShift => 'Mayúsculas'; + @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -8930,7 +9333,10 @@ class MaterialLocalizationEsCo extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerInputHelpText => 'INGRESAR HORA'; + String get timePickerDialHelpText => 'Selecciona una hora'; + + @override + String get timePickerInputHelpText => 'Ingresa una hora'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -8948,7 +9354,10 @@ class MaterialLocalizationEsCo extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + String get dateRangePickerHelpText => 'Selecciona un período'; + + @override + String get datePickerHelpText => 'Selecciona una fecha'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -8971,9 +9380,6 @@ class MaterialLocalizationEsCo extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get dateHelpText => 'dd/mm/aaaa'; - @override String get reorderItemToStart => 'Mover al inicio'; @@ -9044,6 +9450,12 @@ class MaterialLocalizationEsCr extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scrimLabel => 'Lámina'; + + @override + String get keyboardKeyShift => 'Mayúsculas'; + @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -9090,7 +9502,10 @@ class MaterialLocalizationEsCr extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerInputHelpText => 'INGRESAR HORA'; + String get timePickerDialHelpText => 'Selecciona una hora'; + + @override + String get timePickerInputHelpText => 'Ingresa una hora'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -9108,7 +9523,10 @@ class MaterialLocalizationEsCr extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + String get dateRangePickerHelpText => 'Selecciona un período'; + + @override + String get datePickerHelpText => 'Selecciona una fecha'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -9131,9 +9549,6 @@ class MaterialLocalizationEsCr extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get dateHelpText => 'dd/mm/aaaa'; - @override String get reorderItemToStart => 'Mover al inicio'; @@ -9204,6 +9619,12 @@ class MaterialLocalizationEsDo extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scrimLabel => 'Lámina'; + + @override + String get keyboardKeyShift => 'Mayúsculas'; + @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -9250,7 +9671,10 @@ class MaterialLocalizationEsDo extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerInputHelpText => 'INGRESAR HORA'; + String get timePickerDialHelpText => 'Selecciona una hora'; + + @override + String get timePickerInputHelpText => 'Ingresa una hora'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -9268,7 +9692,10 @@ class MaterialLocalizationEsDo extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + String get dateRangePickerHelpText => 'Selecciona un período'; + + @override + String get datePickerHelpText => 'Selecciona una fecha'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -9291,9 +9718,6 @@ class MaterialLocalizationEsDo extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get dateHelpText => 'dd/mm/aaaa'; - @override String get reorderItemToStart => 'Mover al inicio'; @@ -9364,6 +9788,12 @@ class MaterialLocalizationEsEc extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scrimLabel => 'Lámina'; + + @override + String get keyboardKeyShift => 'Mayúsculas'; + @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -9410,7 +9840,10 @@ class MaterialLocalizationEsEc extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerInputHelpText => 'INGRESAR HORA'; + String get timePickerDialHelpText => 'Selecciona una hora'; + + @override + String get timePickerInputHelpText => 'Ingresa una hora'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -9428,7 +9861,10 @@ class MaterialLocalizationEsEc extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + String get dateRangePickerHelpText => 'Selecciona un período'; + + @override + String get datePickerHelpText => 'Selecciona una fecha'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -9451,9 +9887,6 @@ class MaterialLocalizationEsEc extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get dateHelpText => 'dd/mm/aaaa'; - @override String get reorderItemToStart => 'Mover al inicio'; @@ -9524,6 +9957,12 @@ class MaterialLocalizationEsGt extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scrimLabel => 'Lámina'; + + @override + String get keyboardKeyShift => 'Mayúsculas'; + @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -9570,7 +10009,10 @@ class MaterialLocalizationEsGt extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerInputHelpText => 'INGRESAR HORA'; + String get timePickerDialHelpText => 'Selecciona una hora'; + + @override + String get timePickerInputHelpText => 'Ingresa una hora'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -9588,7 +10030,10 @@ class MaterialLocalizationEsGt extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + String get dateRangePickerHelpText => 'Selecciona un período'; + + @override + String get datePickerHelpText => 'Selecciona una fecha'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -9611,9 +10056,6 @@ class MaterialLocalizationEsGt extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get dateHelpText => 'dd/mm/aaaa'; - @override String get reorderItemToStart => 'Mover al inicio'; @@ -9684,6 +10126,12 @@ class MaterialLocalizationEsHn extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scrimLabel => 'Lámina'; + + @override + String get keyboardKeyShift => 'Mayúsculas'; + @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -9730,7 +10178,10 @@ class MaterialLocalizationEsHn extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerInputHelpText => 'INGRESAR HORA'; + String get timePickerDialHelpText => 'Selecciona una hora'; + + @override + String get timePickerInputHelpText => 'Ingresa una hora'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -9748,7 +10199,10 @@ class MaterialLocalizationEsHn extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + String get dateRangePickerHelpText => 'Selecciona un período'; + + @override + String get datePickerHelpText => 'Selecciona una fecha'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -9771,9 +10225,6 @@ class MaterialLocalizationEsHn extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get dateHelpText => 'dd/mm/aaaa'; - @override String get reorderItemToStart => 'Mover al inicio'; @@ -9844,6 +10295,12 @@ class MaterialLocalizationEsMx extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scrimLabel => 'Lámina'; + + @override + String get keyboardKeyShift => 'Mayúsculas'; + @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -9890,7 +10347,10 @@ class MaterialLocalizationEsMx extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerInputHelpText => 'INGRESAR HORA'; + String get timePickerDialHelpText => 'Selecciona una hora'; + + @override + String get timePickerInputHelpText => 'Ingresa una hora'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -9908,7 +10368,10 @@ class MaterialLocalizationEsMx extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + String get dateRangePickerHelpText => 'Selecciona un período'; + + @override + String get datePickerHelpText => 'Selecciona una fecha'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -9931,9 +10394,6 @@ class MaterialLocalizationEsMx extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get dateHelpText => 'dd/mm/aaaa'; - @override String get reorderItemToStart => 'Mover al inicio'; @@ -10004,6 +10464,12 @@ class MaterialLocalizationEsNi extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scrimLabel => 'Lámina'; + + @override + String get keyboardKeyShift => 'Mayúsculas'; + @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -10050,7 +10516,10 @@ class MaterialLocalizationEsNi extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerInputHelpText => 'INGRESAR HORA'; + String get timePickerDialHelpText => 'Selecciona una hora'; + + @override + String get timePickerInputHelpText => 'Ingresa una hora'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -10068,7 +10537,10 @@ class MaterialLocalizationEsNi extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + String get dateRangePickerHelpText => 'Selecciona un período'; + + @override + String get datePickerHelpText => 'Selecciona una fecha'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -10091,9 +10563,6 @@ class MaterialLocalizationEsNi extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get dateHelpText => 'dd/mm/aaaa'; - @override String get reorderItemToStart => 'Mover al inicio'; @@ -10164,6 +10633,12 @@ class MaterialLocalizationEsPa extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scrimLabel => 'Lámina'; + + @override + String get keyboardKeyShift => 'Mayúsculas'; + @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -10210,7 +10685,10 @@ class MaterialLocalizationEsPa extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerInputHelpText => 'INGRESAR HORA'; + String get timePickerDialHelpText => 'Selecciona una hora'; + + @override + String get timePickerInputHelpText => 'Ingresa una hora'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -10228,7 +10706,10 @@ class MaterialLocalizationEsPa extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + String get dateRangePickerHelpText => 'Selecciona un período'; + + @override + String get datePickerHelpText => 'Selecciona una fecha'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -10251,9 +10732,6 @@ class MaterialLocalizationEsPa extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get dateHelpText => 'dd/mm/aaaa'; - @override String get reorderItemToStart => 'Mover al inicio'; @@ -10324,6 +10802,12 @@ class MaterialLocalizationEsPe extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scrimLabel => 'Lámina'; + + @override + String get keyboardKeyShift => 'Mayúsculas'; + @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -10370,7 +10854,10 @@ class MaterialLocalizationEsPe extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerInputHelpText => 'INGRESAR HORA'; + String get timePickerDialHelpText => 'Selecciona una hora'; + + @override + String get timePickerInputHelpText => 'Ingresa una hora'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -10388,7 +10875,10 @@ class MaterialLocalizationEsPe extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + String get dateRangePickerHelpText => 'Selecciona un período'; + + @override + String get datePickerHelpText => 'Selecciona una fecha'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -10411,9 +10901,6 @@ class MaterialLocalizationEsPe extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get dateHelpText => 'dd/mm/aaaa'; - @override String get reorderItemToStart => 'Mover al inicio'; @@ -10484,6 +10971,12 @@ class MaterialLocalizationEsPr extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scrimLabel => 'Lámina'; + + @override + String get keyboardKeyShift => 'Mayúsculas'; + @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -10530,7 +11023,10 @@ class MaterialLocalizationEsPr extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerInputHelpText => 'INGRESAR HORA'; + String get timePickerDialHelpText => 'Selecciona una hora'; + + @override + String get timePickerInputHelpText => 'Ingresa una hora'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -10548,7 +11044,10 @@ class MaterialLocalizationEsPr extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + String get dateRangePickerHelpText => 'Selecciona un período'; + + @override + String get datePickerHelpText => 'Selecciona una fecha'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -10571,9 +11070,6 @@ class MaterialLocalizationEsPr extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get dateHelpText => 'dd/mm/aaaa'; - @override String get reorderItemToStart => 'Mover al inicio'; @@ -10644,6 +11140,12 @@ class MaterialLocalizationEsPy extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scrimLabel => 'Lámina'; + + @override + String get keyboardKeyShift => 'Mayúsculas'; + @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -10690,7 +11192,10 @@ class MaterialLocalizationEsPy extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerInputHelpText => 'INGRESAR HORA'; + String get timePickerDialHelpText => 'Selecciona una hora'; + + @override + String get timePickerInputHelpText => 'Ingresa una hora'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -10708,7 +11213,10 @@ class MaterialLocalizationEsPy extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + String get dateRangePickerHelpText => 'Selecciona un período'; + + @override + String get datePickerHelpText => 'Selecciona una fecha'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -10731,9 +11239,6 @@ class MaterialLocalizationEsPy extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get dateHelpText => 'dd/mm/aaaa'; - @override String get reorderItemToStart => 'Mover al inicio'; @@ -10804,6 +11309,12 @@ class MaterialLocalizationEsSv extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scrimLabel => 'Lámina'; + + @override + String get keyboardKeyShift => 'Mayúsculas'; + @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -10850,7 +11361,10 @@ class MaterialLocalizationEsSv extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerInputHelpText => 'INGRESAR HORA'; + String get timePickerDialHelpText => 'Selecciona una hora'; + + @override + String get timePickerInputHelpText => 'Ingresa una hora'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -10868,7 +11382,10 @@ class MaterialLocalizationEsSv extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + String get dateRangePickerHelpText => 'Selecciona un período'; + + @override + String get datePickerHelpText => 'Selecciona una fecha'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -10891,9 +11408,6 @@ class MaterialLocalizationEsSv extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get dateHelpText => 'dd/mm/aaaa'; - @override String get reorderItemToStart => 'Mover al inicio'; @@ -10964,6 +11478,12 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scrimLabel => 'Lámina'; + + @override + String get keyboardKeyShift => 'Mayúsculas'; + @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -11010,7 +11530,10 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerInputHelpText => 'INGRESAR HORA'; + String get timePickerDialHelpText => 'Selecciona una hora'; + + @override + String get timePickerInputHelpText => 'Ingresa una hora'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -11028,7 +11551,10 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + String get dateRangePickerHelpText => 'Selecciona un período'; + + @override + String get datePickerHelpText => 'Selecciona una fecha'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -11051,9 +11577,6 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get dateHelpText => 'dd/mm/aaaa'; - @override String get reorderItemToStart => 'Mover al inicio'; @@ -11127,6 +11650,12 @@ class MaterialLocalizationEsUy extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scrimLabel => 'Lámina'; + + @override + String get keyboardKeyShift => 'Mayúsculas'; + @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -11173,7 +11702,10 @@ class MaterialLocalizationEsUy extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerInputHelpText => 'INGRESAR HORA'; + String get timePickerDialHelpText => 'Selecciona una hora'; + + @override + String get timePickerInputHelpText => 'Ingresa una hora'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -11191,7 +11723,10 @@ class MaterialLocalizationEsUy extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + String get dateRangePickerHelpText => 'Selecciona un período'; + + @override + String get datePickerHelpText => 'Selecciona una fecha'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -11214,9 +11749,6 @@ class MaterialLocalizationEsUy extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get dateHelpText => 'dd/mm/aaaa'; - @override String get reorderItemToStart => 'Mover al inicio'; @@ -11287,6 +11819,12 @@ class MaterialLocalizationEsVe extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scrimLabel => 'Lámina'; + + @override + String get keyboardKeyShift => 'Mayúsculas'; + @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -11333,7 +11871,10 @@ class MaterialLocalizationEsVe extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerInputHelpText => 'INGRESAR HORA'; + String get timePickerDialHelpText => 'Selecciona una hora'; + + @override + String get timePickerInputHelpText => 'Ingresa una hora'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -11351,7 +11892,10 @@ class MaterialLocalizationEsVe extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + String get dateRangePickerHelpText => 'Selecciona un período'; + + @override + String get datePickerHelpText => 'Selecciona una fecha'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -11374,9 +11918,6 @@ class MaterialLocalizationEsVe extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get dateHelpText => 'dd/mm/aaaa'; - @override String get reorderItemToStart => 'Mover al inicio'; @@ -11460,16 +12001,16 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Tagasi'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Alumine leht'; @override String get calendarModeButtonLabel => 'Kalendrile lülitumine'; @override - String get cancelButtonLabel => 'TÜHISTA'; + String get cancelButtonLabel => 'Tühista'; @override - String get closeButtonLabel => 'SULE'; + String get closeButtonLabel => 'Sule'; @override String get closeButtonTooltip => 'Sule'; @@ -11478,13 +12019,13 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Laienda'; @override - String get continueButtonLabel => 'JÄTKA'; + String get continueButtonLabel => 'Jätka'; @override String get copyButtonLabel => 'Kopeeri'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Täna'; @override String get cutButtonLabel => 'Lõika'; @@ -11499,7 +12040,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Vahemikust väljas.'; @override - String get datePickerHelpText => 'VALIGE KUUPÄEV'; + String get datePickerHelpText => 'Valige kuupäev'; @override String get dateRangeEndDateSemanticLabelRaw => r'Lõppkuupäev: $fullDate'; @@ -11508,7 +12049,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Lõppkuupäev'; @override - String get dateRangePickerHelpText => 'VALIGE VAHEMIK'; + String get dateRangePickerHelpText => 'Valige vahemik'; @override String get dateRangeStartDateSemanticLabelRaw => r'Alguskuupäev: $fullDate'; @@ -11691,7 +12232,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Vali'; @override - String get keyboardKeyShift => 'Shift'; + String get keyboardKeyShift => 'Tõstuklahv'; @override String get keyboardKeySpace => 'Tühik'; @@ -11805,13 +12346,13 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Ridu lehe kohta:'; @override - String get saveButtonLabel => 'SALVESTA'; + String get saveButtonLabel => 'Salvesta'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Sirm'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Sule $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -11859,7 +12400,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'VALIGE AEG'; + String get timePickerDialHelpText => 'Valige aeg'; @override String get timePickerHourLabel => 'Tund'; @@ -11868,7 +12409,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Tundide valimine'; @override - String get timePickerInputHelpText => 'SISESTAGE AEG'; + String get timePickerInputHelpText => 'Sisestage aeg'; @override String get timePickerMinuteLabel => 'Minut'; @@ -11883,7 +12424,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Kuupäevavahemik'; @override - String get viewLicensesButtonLabel => 'KUVA LITSENTSID'; + String get viewLicensesButtonLabel => 'Kuva litsentsid'; } /// The translations for Basque (`eu`). @@ -11917,16 +12458,16 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Atzera'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Behealdeko orria'; @override String get calendarModeButtonLabel => 'Aldatu egutegiaren modura'; @override - String get cancelButtonLabel => 'UTZI'; + String get cancelButtonLabel => 'Utzi'; @override - String get closeButtonLabel => 'ITXI'; + String get closeButtonLabel => 'Itxi'; @override String get closeButtonTooltip => 'Itxi'; @@ -11935,13 +12476,13 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Zabaldu'; @override - String get continueButtonLabel => 'EGIN AURRERA'; + String get continueButtonLabel => 'Egin aurrera'; @override String get copyButtonLabel => 'Kopiatu'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Gaur'; @override String get cutButtonLabel => 'Ebaki'; @@ -11956,7 +12497,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Barrutitik kanpo.'; @override - String get datePickerHelpText => 'HAUTATU DATA'; + String get datePickerHelpText => 'Hautatu data'; @override String get dateRangeEndDateSemanticLabelRaw => r'Amaiera-data: $fullDate'; @@ -11965,7 +12506,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Amaiera-data'; @override - String get dateRangePickerHelpText => 'HAUTATU BARRUTIA'; + String get dateRangePickerHelpText => 'Hautatu barrutia'; @override String get dateRangeStartDateSemanticLabelRaw => r'Hasiera-data: $fullDate'; @@ -12148,7 +12689,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Hautatu'; @override - String get keyboardKeyShift => 'Shift'; + String get keyboardKeyShift => 'Maius'; @override String get keyboardKeySpace => 'Zuriune-barra'; @@ -12262,13 +12803,13 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Errenkadak orriko:'; @override - String get saveButtonLabel => 'GORDE'; + String get saveButtonLabel => 'Gorde'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Barrera'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Itxi $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -12316,7 +12857,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'HAUTATU ORDUA'; + String get timePickerDialHelpText => 'Hautatu ordua'; @override String get timePickerHourLabel => 'Ordua'; @@ -12325,7 +12866,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Hautatu orduak'; @override - String get timePickerInputHelpText => 'IDATZI ORDUA'; + String get timePickerInputHelpText => 'Idatzi ordua'; @override String get timePickerMinuteLabel => 'Minutua'; @@ -12340,7 +12881,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Data tartea'; @override - String get viewLicensesButtonLabel => 'IKUSI LIZENTZIAK'; + String get viewLicensesButtonLabel => 'Ikusi lizentziak'; } /// The translations for Persian (`fa`). @@ -12374,7 +12915,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get backButtonTooltip => 'برگشت'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'برگ زیرین'; @override String get calendarModeButtonLabel => 'رفتن به تقویم'; @@ -12398,7 +12939,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get copyButtonLabel => 'کپی'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'امروز'; @override String get cutButtonLabel => 'برش'; @@ -12605,7 +13146,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'انتخاب'; @override - String get keyboardKeyShift => 'Shift'; + String get keyboardKeyShift => 'کلید تبدیل'; @override String get keyboardKeySpace => 'فاصله'; @@ -12677,7 +13218,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get previousPageTooltip => 'صفحه قبل'; @override - String get refreshIndicatorSemanticLabel => 'بازخوانی'; + String get refreshIndicatorSemanticLabel => 'بازآوری'; @override String? get remainingTextFieldCharacterCountFew => null; @@ -12722,10 +13263,10 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get saveButtonLabel => 'ذخیره'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'رویه'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'بستن $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -12782,7 +13323,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'انتخاب ساعت'; @override - String get timePickerInputHelpText => 'زمان را وارد کنید'; + String get timePickerInputHelpText => 'وارد کردن زمان'; @override String get timePickerMinuteLabel => 'دقیقه'; @@ -12797,7 +13338,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'محدوده تاریخ'; @override - String get viewLicensesButtonLabel => 'مشاهده مجوزها'; + String get viewLicensesButtonLabel => 'مشاهده پروانه‌ها'; } /// The translations for Finnish (`fi`). @@ -12831,16 +13372,16 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Takaisin'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Alapaneeli'; @override String get calendarModeButtonLabel => 'Vaihda kalenteriin'; @override - String get cancelButtonLabel => 'PERUUTA'; + String get cancelButtonLabel => 'Peru'; @override - String get closeButtonLabel => 'SULJE'; + String get closeButtonLabel => 'Sulje'; @override String get closeButtonTooltip => 'Sulje'; @@ -12849,13 +13390,13 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Laajenna'; @override - String get continueButtonLabel => 'JATKA'; + String get continueButtonLabel => 'Jatka'; @override String get copyButtonLabel => 'Kopioi'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Tänään'; @override String get cutButtonLabel => 'Leikkaa'; @@ -12870,7 +13411,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Päivämäärä ei kelpaa'; @override - String get datePickerHelpText => 'VALITSE PÄIVÄMÄÄRÄ'; + String get datePickerHelpText => 'Valitse päivämäärä'; @override String get dateRangeEndDateSemanticLabelRaw => r'Päättymispäivä $fullDate'; @@ -12879,7 +13420,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Päättymispäivä'; @override - String get dateRangePickerHelpText => 'VALITSE PÄIVÄMÄÄRÄVÄLI'; + String get dateRangePickerHelpText => 'Valitse jakso'; @override String get dateRangeStartDateSemanticLabelRaw => r'Alkamispäivä $fullDate'; @@ -13062,7 +13603,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Valitse'; @override - String get keyboardKeyShift => 'Shift'; + String get keyboardKeyShift => 'Vaihto'; @override String get keyboardKeySpace => 'Välilyönti'; @@ -13176,13 +13717,13 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Riviä/sivu:'; @override - String get saveButtonLabel => 'TALLENNA'; + String get saveButtonLabel => 'Tallenna'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Sermi'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Sulje $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -13230,7 +13771,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_dot_mm; @override - String get timePickerDialHelpText => 'VALITSE AIKA'; + String get timePickerDialHelpText => 'Valitse aika'; @override String get timePickerHourLabel => 'Tunti'; @@ -13239,7 +13780,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Valitse tunnit'; @override - String get timePickerInputHelpText => 'LISÄÄ AIKA'; + String get timePickerInputHelpText => 'Lisää aika'; @override String get timePickerMinuteLabel => 'Minuutti'; @@ -13254,7 +13795,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Ajanjakso'; @override - String get viewLicensesButtonLabel => 'NÄYTÄ KÄYTTÖOIKEUDET'; + String get viewLicensesButtonLabel => 'Näytä käyttöoikeudet'; } /// The translations for Filipino Pilipino (`fil`). @@ -13294,10 +13835,10 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get calendarModeButtonLabel => 'Lumipat sa kalendaryo'; @override - String get cancelButtonLabel => 'KANSELAHIN'; + String get cancelButtonLabel => 'Kanselahin'; @override - String get closeButtonLabel => 'ISARA'; + String get closeButtonLabel => 'Isara'; @override String get closeButtonTooltip => 'Isara'; @@ -13306,13 +13847,13 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'I-expand'; @override - String get continueButtonLabel => 'MAGPATULOY'; + String get continueButtonLabel => 'Magpatuloy'; @override String get copyButtonLabel => 'Kopyahin'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Ngayon'; @override String get cutButtonLabel => 'I-cut'; @@ -13327,7 +13868,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Wala sa hanay.'; @override - String get datePickerHelpText => 'PUMILI NG PETSA'; + String get datePickerHelpText => 'Pumili ng petsa'; @override String get dateRangeEndDateSemanticLabelRaw => r'Petsa ng pagtatapos $fullDate'; @@ -13336,7 +13877,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Petsa ng Pagtatapos'; @override - String get dateRangePickerHelpText => 'PUMILI NG HANAY'; + String get dateRangePickerHelpText => 'Pumili ng hanay'; @override String get dateRangeStartDateSemanticLabelRaw => r'Petsa ng pagsisimula $fullDate'; @@ -13633,13 +14174,13 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Mga row bawat page:'; @override - String get saveButtonLabel => 'I-SAVE'; + String get saveButtonLabel => 'I-save'; @override String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Isara ang $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -13687,7 +14228,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'PUMILI NG ORAS'; + String get timePickerDialHelpText => 'Pumili ng oras'; @override String get timePickerHourLabel => 'Oras'; @@ -13696,7 +14237,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Pumili ng mga oras'; @override - String get timePickerInputHelpText => 'MAGLAGAY NG ORAS'; + String get timePickerInputHelpText => 'Maglagay ng oras'; @override String get timePickerMinuteLabel => 'Minuto'; @@ -13711,7 +14252,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Hanay ng Petsa'; @override - String get viewLicensesButtonLabel => 'TINGNAN ANG MGA LISENSYA'; + String get viewLicensesButtonLabel => 'Tingnan ang mga lisensya'; } /// The translations for French (`fr`). @@ -13745,16 +14286,16 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Retour'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Bottom sheet'; @override String get calendarModeButtonLabel => "Passer à l'agenda"; @override - String get cancelButtonLabel => 'ANNULER'; + String get cancelButtonLabel => 'Annuler'; @override - String get closeButtonLabel => 'FERMER'; + String get closeButtonLabel => 'Fermer'; @override String get closeButtonTooltip => 'Fermer'; @@ -13763,13 +14304,13 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Développer'; @override - String get continueButtonLabel => 'CONTINUER'; + String get continueButtonLabel => 'Continuer'; @override String get copyButtonLabel => 'Copier'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => "Aujourd'hui"; @override String get cutButtonLabel => 'Couper'; @@ -13784,7 +14325,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Hors de portée.'; @override - String get datePickerHelpText => 'SÉLECTIONNER UNE DATE'; + String get datePickerHelpText => 'Sélectionner une date'; @override String get dateRangeEndDateSemanticLabelRaw => r'Date de fin : $fullDate'; @@ -13793,7 +14334,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Date de fin'; @override - String get dateRangePickerHelpText => 'SÉLECTIONNER UNE PLAGE'; + String get dateRangePickerHelpText => 'Sélectionner une plage'; @override String get dateRangeStartDateSemanticLabelRaw => r'Date de début : $fullDate'; @@ -13976,7 +14517,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Sélectionner'; @override - String get keyboardKeyShift => 'Shift'; + String get keyboardKeyShift => 'Maj'; @override String get keyboardKeySpace => 'Espace'; @@ -14090,13 +14631,13 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Lignes par page :'; @override - String get saveButtonLabel => 'ENREGISTRER'; + String get saveButtonLabel => 'Enregistrer'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Fond'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Fermer $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -14144,7 +14685,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'SÉLECTIONNER UNE HEURE'; + String get timePickerDialHelpText => 'Sélectionner une heure'; @override String get timePickerHourLabel => 'Heure'; @@ -14153,7 +14694,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Sélectionner une heure'; @override - String get timePickerInputHelpText => 'SAISIR UNE HEURE'; + String get timePickerInputHelpText => 'Saisir une heure'; @override String get timePickerMinuteLabel => 'Minute'; @@ -14168,7 +14709,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Plage de dates'; @override - String get viewLicensesButtonLabel => 'AFFICHER LES LICENCES'; + String get viewLicensesButtonLabel => 'Afficher les licences'; } /// The translations for French, as used in Canada (`fr_CA`). @@ -14189,6 +14730,12 @@ class MaterialLocalizationFrCa extends MaterialLocalizationFr { required super.twoDigitZeroPaddedFormat, }); + @override + String get scrimLabel => 'Grille'; + + @override + String get bottomSheetLabel => "Zone de contenu dans le bas de l'écran"; + @override String get keyboardKeyChannelDown => 'Chaîne préc.'; @@ -14238,10 +14785,10 @@ class MaterialLocalizationFrCa extends MaterialLocalizationFr { String get invalidTimeLabel => 'Entrez une heure valide'; @override - String get timePickerDialHelpText => "SÉLECTIONNER L'HEURE"; + String get timePickerDialHelpText => "Sélectionner l'heure"; @override - String get timePickerInputHelpText => "ENTRER L'HEURE"; + String get timePickerInputHelpText => "Entrer l'heure"; @override String get timePickerMinuteLabel => 'Minutes'; @@ -14253,10 +14800,10 @@ class MaterialLocalizationFrCa extends MaterialLocalizationFr { String get inputTimeModeButtonLabel => "Passer au mode d'entrée Texte"; @override - String get dateRangePickerHelpText => 'SÉLECTIONNER LA PLAGE'; + String get dateRangePickerHelpText => 'Sélectionner la plage'; @override - String get datePickerHelpText => 'SÉLECTIONNER LA DATE'; + String get datePickerHelpText => 'Sélectionner la date'; @override String get invalidDateRangeLabel => 'Plage incorrecte.'; @@ -14338,16 +14885,16 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Atrás'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Panel inferior'; @override String get calendarModeButtonLabel => 'Cambiar ao modo de calendario'; @override - String get cancelButtonLabel => 'CANCELAR'; + String get cancelButtonLabel => 'Cancelar'; @override - String get closeButtonLabel => 'PECHAR'; + String get closeButtonLabel => 'Pechar'; @override String get closeButtonTooltip => 'Pechar'; @@ -14356,13 +14903,13 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Despregar'; @override - String get continueButtonLabel => 'CONTINUAR'; + String get continueButtonLabel => 'Continuar'; @override String get copyButtonLabel => 'Copiar'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Hoxe'; @override String get cutButtonLabel => 'Cortar'; @@ -14377,7 +14924,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'A data está fóra do intervalo.'; @override - String get datePickerHelpText => 'SELECCIONAR UNHA DATA'; + String get datePickerHelpText => 'Seleccionar data'; @override String get dateRangeEndDateSemanticLabelRaw => r'Data de finalización: $fullDate'; @@ -14386,7 +14933,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Data de finalización'; @override - String get dateRangePickerHelpText => 'SELECCIONAR UN INTERVALO DE DATAS'; + String get dateRangePickerHelpText => 'Seleccionar intervalo de datas'; @override String get dateRangeStartDateSemanticLabelRaw => r'Data de inicio: $fullDate'; @@ -14569,7 +15116,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Seleccionar'; @override - String get keyboardKeyShift => 'Shift'; + String get keyboardKeyShift => 'Maiús'; @override String get keyboardKeySpace => 'Espazo'; @@ -14683,13 +15230,13 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Filas por páxina:'; @override - String get saveButtonLabel => 'GARDAR'; + String get saveButtonLabel => 'Gardar'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Sombreado'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Pechar $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -14737,7 +15284,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'SELECCIONA A HORA'; + String get timePickerDialHelpText => 'Seleccionar hora'; @override String get timePickerHourLabel => 'Hora'; @@ -14746,7 +15293,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Seleccionar horas'; @override - String get timePickerInputHelpText => 'INDICA A HORA'; + String get timePickerInputHelpText => 'Indicar hora'; @override String get timePickerMinuteLabel => 'Minuto'; @@ -14761,7 +15308,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Intervalo de datas'; @override - String get viewLicensesButtonLabel => 'VER LICENZAS'; + String get viewLicensesButtonLabel => 'Ver licenzas'; } /// The translations for Swiss German Alemannic Alsatian (`gsw`). @@ -14795,16 +15342,16 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Zurück'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Ansicht am unteren Rand'; @override String get calendarModeButtonLabel => 'Zum Kalender wechseln'; @override - String get cancelButtonLabel => 'ABBRECHEN'; + String get cancelButtonLabel => 'Abbrechen'; @override - String get closeButtonLabel => 'SCHLIEẞEN'; + String get closeButtonLabel => 'Schließen'; @override String get closeButtonTooltip => 'Schließen'; @@ -14813,13 +15360,13 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Maximieren'; @override - String get continueButtonLabel => 'WEITER'; + String get continueButtonLabel => 'Weiter'; @override String get copyButtonLabel => 'Kopieren'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Heute'; @override String get cutButtonLabel => 'Ausschneiden'; @@ -14834,7 +15381,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Außerhalb des Zeitraums.'; @override - String get datePickerHelpText => 'DATUM AUSWÄHLEN'; + String get datePickerHelpText => 'Datum auswählen'; @override String get dateRangeEndDateSemanticLabelRaw => r'Enddatum $fullDate'; @@ -14843,7 +15390,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Enddatum'; @override - String get dateRangePickerHelpText => 'ZEITRAUM AUSWÄHLEN'; + String get dateRangePickerHelpText => 'Zeitraum auswählen'; @override String get dateRangeStartDateSemanticLabelRaw => r'Startdatum $fullDate'; @@ -15026,7 +15573,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Auswählen'; @override - String get keyboardKeyShift => 'Shift'; + String get keyboardKeyShift => 'Umschalttaste'; @override String get keyboardKeySpace => 'Leertaste'; @@ -15140,13 +15687,13 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Zeilen pro Seite:'; @override - String get saveButtonLabel => 'SPEICHERN'; + String get saveButtonLabel => 'Speichern'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Gitter'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentName schließen'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -15194,7 +15741,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'UHRZEIT AUSWÄHLEN'; + String get timePickerDialHelpText => 'Uhrzeit auswählen'; @override String get timePickerHourLabel => 'Stunde'; @@ -15203,7 +15750,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Stunden auswählen'; @override - String get timePickerInputHelpText => 'ZEIT EINGEBEN'; + String get timePickerInputHelpText => 'Uhrzeit eingeben'; @override String get timePickerMinuteLabel => 'Minute'; @@ -15218,7 +15765,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Zeitraum'; @override - String get viewLicensesButtonLabel => 'LIZENZEN ANZEIGEN'; + String get viewLicensesButtonLabel => 'Lizenzen ansehen'; } /// The translations for Gujarati (`gu`). @@ -15252,7 +15799,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get backButtonTooltip => 'પાછળ'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'બોટમ શીટ'; @override String get calendarModeButtonLabel => 'કૅલેન્ડર મોડ પર સ્વિચ કરો'; @@ -15276,7 +15823,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get copyButtonLabel => 'કૉપિ કરો'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'આજે'; @override String get cutButtonLabel => 'કાપો'; @@ -15600,10 +16147,10 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get saveButtonLabel => 'સાચવો'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'સ્ક્રિમ'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentNameને બંધ કરો'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -15709,7 +16256,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get backButtonTooltip => 'הקודם'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'גיליון תחתון'; @override String get calendarModeButtonLabel => 'מעבר למצב היומן'; @@ -15733,7 +16280,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get copyButtonLabel => 'העתקה'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'היום'; @override String get cutButtonLabel => 'גזירה'; @@ -16057,10 +16604,10 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get saveButtonLabel => 'שמירה'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'מיסוך'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'סגירת $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -16117,7 +16664,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'בחירת שעות'; @override - String get timePickerInputHelpText => 'הזנת שעה'; + String get timePickerInputHelpText => 'יש להזין שעה'; @override String get timePickerMinuteLabel => 'דקות'; @@ -16132,7 +16679,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'טווח תאריכים'; @override - String get viewLicensesButtonLabel => 'הצגת הרישיונות'; + String get viewLicensesButtonLabel => 'לעיון ברישיונות'; } /// The translations for Hindi (`hi`). @@ -16166,7 +16713,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get backButtonTooltip => 'वापस जाएं'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'बॉटम शीट'; @override String get calendarModeButtonLabel => 'कैलेंडर पर जाएं'; @@ -16190,7 +16737,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get copyButtonLabel => 'कॉपी करें'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'आज'; @override String get cutButtonLabel => 'काटें'; @@ -16214,13 +16761,13 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'खत्म होने की तारीख'; @override - String get dateRangePickerHelpText => 'सीमा चुनें'; + String get dateRangePickerHelpText => 'रेंज चुनें'; @override String get dateRangeStartDateSemanticLabelRaw => r'शुरू होने की तारीख $fullDate'; @override - String get dateRangeStartLabel => 'शुरू होने की तारीख'; + String get dateRangeStartLabel => 'पेमेंट करने की तारीख'; @override String get dateSeparator => '/'; @@ -16232,7 +16779,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get dialModeButtonLabel => 'डायल पिकर मोड पर स्विच करें'; @override - String get dialogLabel => 'संवाद'; + String get dialogLabel => 'डायलॉग'; @override String get drawerLabel => 'नेविगेशन मेन्यू'; @@ -16514,10 +17061,10 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get saveButtonLabel => 'सेव करें'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'स्क्रिम'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentName को बंद करें'; @override ScriptCategory get scriptCategory => ScriptCategory.dense; @@ -16565,7 +17112,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; @override - String get timePickerDialHelpText => 'समय क्षेत्र चुनें'; + String get timePickerDialHelpText => 'समय चुनें'; @override String get timePickerHourLabel => 'घंटा'; @@ -16623,16 +17170,16 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Natrag'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Donja tablica'; @override String get calendarModeButtonLabel => 'Prijeđite na kalendar'; @override - String get cancelButtonLabel => 'ODUSTANI'; + String get cancelButtonLabel => 'Odustani'; @override - String get closeButtonLabel => 'ZATVORI'; + String get closeButtonLabel => 'Zatvori'; @override String get closeButtonTooltip => 'Zatvaranje'; @@ -16641,13 +17188,13 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Proširi'; @override - String get continueButtonLabel => 'NASTAVI'; + String get continueButtonLabel => 'Nastavi'; @override String get copyButtonLabel => 'Kopiraj'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Danas'; @override String get cutButtonLabel => 'Izreži'; @@ -16662,7 +17209,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Izvan raspona.'; @override - String get datePickerHelpText => 'ODABERITE DATUM'; + String get datePickerHelpText => 'Odaberi datum'; @override String get dateRangeEndDateSemanticLabelRaw => r'Datum završetka $fullDate'; @@ -16671,7 +17218,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Datum završetka'; @override - String get dateRangePickerHelpText => 'ODABERITE RASPON'; + String get dateRangePickerHelpText => 'Odaberi raspon'; @override String get dateRangeStartDateSemanticLabelRaw => r'Datum početka $fullDate'; @@ -16968,13 +17515,13 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Redaka po stranici:'; @override - String get saveButtonLabel => 'SPREMI'; + String get saveButtonLabel => 'Spremi'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Rubno'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Zatvori $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -17022,7 +17569,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'ODABERITE VRIJEME'; + String get timePickerDialHelpText => 'Odaberi vrijeme'; @override String get timePickerHourLabel => 'Sat'; @@ -17031,7 +17578,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Odaberite sate'; @override - String get timePickerInputHelpText => 'UNESITE VRIJEME'; + String get timePickerInputHelpText => 'Unesi vrijeme'; @override String get timePickerMinuteLabel => 'Minuta'; @@ -17046,7 +17593,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Datumski raspon'; @override - String get viewLicensesButtonLabel => 'PRIKAŽI LICENCE'; + String get viewLicensesButtonLabel => 'Prikaži licence'; } /// The translations for Hungarian (`hu`). @@ -17080,16 +17627,16 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Vissza'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Alsó lap'; @override String get calendarModeButtonLabel => 'Váltás naptárra'; @override - String get cancelButtonLabel => 'MÉGSE'; + String get cancelButtonLabel => 'Mégse'; @override - String get closeButtonLabel => 'BEZÁRÁS'; + String get closeButtonLabel => 'Bezárás'; @override String get closeButtonTooltip => 'Bezárás'; @@ -17098,13 +17645,13 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Kibontás'; @override - String get continueButtonLabel => 'TOVÁBB'; + String get continueButtonLabel => 'Folytatás'; @override String get copyButtonLabel => 'Másolás'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Ma'; @override String get cutButtonLabel => 'Kivágás'; @@ -17119,7 +17666,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Tartományon kívül.'; @override - String get datePickerHelpText => 'DÁTUM KIVÁLASZTÁSA'; + String get datePickerHelpText => 'Dátum kiválasztása'; @override String get dateRangeEndDateSemanticLabelRaw => r'Befejezés dátuma: $fullDate'; @@ -17128,7 +17675,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Befejezés dátuma'; @override - String get dateRangePickerHelpText => 'TARTOMÁNY KIJELÖLÉSE'; + String get dateRangePickerHelpText => 'Dátumtartomány kiválasztása'; @override String get dateRangeStartDateSemanticLabelRaw => r'Kezdés dátuma: $fullDate'; @@ -17425,13 +17972,13 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Oldalankénti sorszám:'; @override - String get saveButtonLabel => 'MENTÉS'; + String get saveButtonLabel => 'Mentés'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Borítás'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentName bezárása'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -17479,7 +18026,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'IDŐPONT KIVÁLASZTÁSA'; + String get timePickerDialHelpText => 'Időpont kiválasztása'; @override String get timePickerHourLabel => 'Óra'; @@ -17488,7 +18035,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Óra kiválasztása'; @override - String get timePickerInputHelpText => 'IDŐPONT MEGADÁSA'; + String get timePickerInputHelpText => 'Időpont megadása'; @override String get timePickerMinuteLabel => 'Perc'; @@ -17503,7 +18050,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Dátumtartomány'; @override - String get viewLicensesButtonLabel => 'LICENCEK MEGTEKINTÉSE'; + String get viewLicensesButtonLabel => 'Licencek megtekintése'; } /// The translations for Armenian (`hy`). @@ -17537,16 +18084,16 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Հետ'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Ներքևի էկրան'; @override String get calendarModeButtonLabel => 'Անցնել օրացույցին'; @override - String get cancelButtonLabel => 'ՉԵՂԱՐԿԵԼ'; + String get cancelButtonLabel => 'Չեղարկել'; @override - String get closeButtonLabel => 'ՓԱԿԵԼ'; + String get closeButtonLabel => 'Փակել'; @override String get closeButtonTooltip => 'Փակել'; @@ -17555,13 +18102,13 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Ծավալել'; @override - String get continueButtonLabel => 'ՇԱՐՈՒՆԱԿԵԼ'; + String get continueButtonLabel => 'Շարունակել'; @override String get copyButtonLabel => 'Պատճենել'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Այսօր'; @override String get cutButtonLabel => 'Կտրել'; @@ -17576,7 +18123,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Թույլատրելի ընդգրկույթից դուրս է։'; @override - String get datePickerHelpText => 'ԸՆՏՐԵԼ ԱՄՍԱԹԻՎ'; + String get datePickerHelpText => 'Ընտրեք ամսաթիվը'; @override String get dateRangeEndDateSemanticLabelRaw => r'Ավարտի ամսաթիվը՝ $fullDate'; @@ -17585,7 +18132,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Ավարտի ամսաթիվը'; @override - String get dateRangePickerHelpText => 'ԸՆՏՐԵԼ ԺԱՄԱՆԱԿԱՀԱՏՎԱԾ'; + String get dateRangePickerHelpText => 'Ընտրեք ժամանակահատվածը'; @override String get dateRangeStartDateSemanticLabelRaw => r'Մեկնարկի ամսաթիվը՝ $fullDate'; @@ -17882,13 +18429,13 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Մեկ էջի տողերը՝'; @override - String get saveButtonLabel => 'ՊԱՀԵԼ'; + String get saveButtonLabel => 'Պահել'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Դիմակ'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Փակել՝ $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -17936,7 +18483,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'ԸՆՏՐԵՔ ԺԱՄԸ'; + String get timePickerDialHelpText => 'Ընտրեք ժամը'; @override String get timePickerHourLabel => 'Ժամ'; @@ -17945,7 +18492,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Ընտրեք ժամը'; @override - String get timePickerInputHelpText => 'ՄՈՒՏՔԱԳՐԵՔ ԺԱՄԸ'; + String get timePickerInputHelpText => 'Մուտքագրեք ժամը'; @override String get timePickerMinuteLabel => 'Րոպե'; @@ -17960,7 +18507,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Ժամանակահատված'; @override - String get viewLicensesButtonLabel => 'ԴԻՏԵԼ ԱՐՏՈՆԱԳՐԵՐԸ'; + String get viewLicensesButtonLabel => 'Դիտել լիցենզիաները'; } /// The translations for Indonesian (`id`). @@ -17994,16 +18541,16 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Kembali'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Sheet Bawah'; @override String get calendarModeButtonLabel => 'Beralih ke kalender'; @override - String get cancelButtonLabel => 'BATAL'; + String get cancelButtonLabel => 'Batal'; @override - String get closeButtonLabel => 'TUTUP'; + String get closeButtonLabel => 'Tutup'; @override String get closeButtonTooltip => 'Tutup'; @@ -18012,13 +18559,13 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Luaskan'; @override - String get continueButtonLabel => 'LANJUTKAN'; + String get continueButtonLabel => 'Lanjutkan'; @override String get copyButtonLabel => 'Salin'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Hari ini'; @override String get cutButtonLabel => 'Potong'; @@ -18033,7 +18580,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Di luar rentang.'; @override - String get datePickerHelpText => 'PILIH TANGGAL'; + String get datePickerHelpText => 'Pilih tanggal'; @override String get dateRangeEndDateSemanticLabelRaw => r'Tanggal akhir $fullDate'; @@ -18042,7 +18589,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Tanggal Akhir'; @override - String get dateRangePickerHelpText => 'PILIH RENTANG'; + String get dateRangePickerHelpText => 'Pilih rentang'; @override String get dateRangeStartDateSemanticLabelRaw => r'Tanggal mulai $fullDate'; @@ -18339,13 +18886,13 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Baris per halaman:'; @override - String get saveButtonLabel => 'SIMPAN'; + String get saveButtonLabel => 'Simpan'; @override String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Tutup $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -18393,7 +18940,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_dot_mm; @override - String get timePickerDialHelpText => 'PILIH WAKTU'; + String get timePickerDialHelpText => 'Pilih waktu'; @override String get timePickerHourLabel => 'Jam'; @@ -18402,7 +18949,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Pilih jam'; @override - String get timePickerInputHelpText => 'MASUKKAN WAKTU'; + String get timePickerInputHelpText => 'Masukkan waktu'; @override String get timePickerMinuteLabel => 'Menit'; @@ -18417,7 +18964,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Rentang tanggal'; @override - String get viewLicensesButtonLabel => 'LIHAT LISENSI'; + String get viewLicensesButtonLabel => 'Lihat lisensi'; } /// The translations for Icelandic (`is`). @@ -18451,16 +18998,16 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Til baka'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Blað neðst'; @override String get calendarModeButtonLabel => 'Skipta yfir í dagatal'; @override - String get cancelButtonLabel => 'HÆTTA'; + String get cancelButtonLabel => 'Hætta við'; @override - String get closeButtonLabel => 'LOKA'; + String get closeButtonLabel => 'Loka'; @override String get closeButtonTooltip => 'Loka'; @@ -18469,13 +19016,13 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Stækka'; @override - String get continueButtonLabel => 'HALDA ÁFRAM'; + String get continueButtonLabel => 'Áfram'; @override String get copyButtonLabel => 'Afrita'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Í dag'; @override String get cutButtonLabel => 'Klippa'; @@ -18490,7 +19037,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Utan sviðs.'; @override - String get datePickerHelpText => 'VELJA DAGSETNINGU'; + String get datePickerHelpText => 'Velja dagsetningu'; @override String get dateRangeEndDateSemanticLabelRaw => r'Lokadagur $fullDate'; @@ -18499,7 +19046,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Lokadagur'; @override - String get dateRangePickerHelpText => 'VELJA SVIÐ'; + String get dateRangePickerHelpText => 'Velja svið'; @override String get dateRangeStartDateSemanticLabelRaw => r'Upphafsdagur $fullDate'; @@ -18796,13 +19343,13 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Línur á síðu:'; @override - String get saveButtonLabel => 'VISTA'; + String get saveButtonLabel => 'Vista'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Möskvi'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Loka $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -18850,7 +19397,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'VELJA TÍMA'; + String get timePickerDialHelpText => 'Velja tíma'; @override String get timePickerHourLabel => 'Klukkustund'; @@ -18859,7 +19406,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Velja klukkustundir'; @override - String get timePickerInputHelpText => 'FÆRA INN TÍMA'; + String get timePickerInputHelpText => 'Færa inn tíma'; @override String get timePickerMinuteLabel => 'Mínúta'; @@ -18874,7 +19421,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Tímabil'; @override - String get viewLicensesButtonLabel => 'SKOÐA LEYFI'; + String get viewLicensesButtonLabel => 'Skoða leyfi'; } /// The translations for Italian (`it`). @@ -18908,16 +19455,16 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Indietro'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Riquadro inferiore'; @override String get calendarModeButtonLabel => 'Passa al calendario'; @override - String get cancelButtonLabel => 'ANNULLA'; + String get cancelButtonLabel => 'Annulla'; @override - String get closeButtonLabel => 'CHIUDI'; + String get closeButtonLabel => 'Chiudi'; @override String get closeButtonTooltip => 'Chiudi'; @@ -18926,13 +19473,13 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Espandi'; @override - String get continueButtonLabel => 'CONTINUA'; + String get continueButtonLabel => 'Continua'; @override String get copyButtonLabel => 'Copia'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Oggi'; @override String get cutButtonLabel => 'Taglia'; @@ -18947,7 +19494,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Fuori intervallo.'; @override - String get datePickerHelpText => 'SELEZIONA DATA'; + String get datePickerHelpText => 'Seleziona data'; @override String get dateRangeEndDateSemanticLabelRaw => r'Data di fine $fullDate'; @@ -18956,7 +19503,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Data di fine'; @override - String get dateRangePickerHelpText => 'SELEZIONA INTERVALLO'; + String get dateRangePickerHelpText => 'Seleziona intervallo'; @override String get dateRangeStartDateSemanticLabelRaw => r'Data di inizio $fullDate'; @@ -19139,7 +19686,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Seleziona'; @override - String get keyboardKeyShift => 'Shift'; + String get keyboardKeyShift => 'Maiusc'; @override String get keyboardKeySpace => 'Barra spaziatrice'; @@ -19253,13 +19800,13 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Righe per pagina:'; @override - String get saveButtonLabel => 'SALVA'; + String get saveButtonLabel => 'Salva'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Rete'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Chiudi $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -19307,7 +19854,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => "SELEZIONA L'ORA"; + String get timePickerDialHelpText => 'Seleziona ora'; @override String get timePickerHourLabel => 'Ora'; @@ -19316,7 +19863,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Seleziona le ore'; @override - String get timePickerInputHelpText => "INSERISCI L'ORA"; + String get timePickerInputHelpText => 'Inserisci ora'; @override String get timePickerMinuteLabel => 'Minuto'; @@ -19331,7 +19878,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Intervallo di date'; @override - String get viewLicensesButtonLabel => 'VISUALIZZA LICENZE'; + String get viewLicensesButtonLabel => 'Visualizza licenze'; } /// The translations for Japanese (`ja`). @@ -19365,7 +19912,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get backButtonTooltip => '戻る'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'ボトムシート'; @override String get calendarModeButtonLabel => 'カレンダーに切り替え'; @@ -19389,7 +19936,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get copyButtonLabel => 'コピー'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => '今日'; @override String get cutButtonLabel => '切り取り'; @@ -19713,10 +20260,10 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get saveButtonLabel => '保存'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'スクリム'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentName を閉じる'; @override ScriptCategory get scriptCategory => ScriptCategory.dense; @@ -19764,7 +20311,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => '時刻の選択'; + String get timePickerDialHelpText => '時間の選択'; @override String get timePickerHourLabel => '時'; @@ -19773,7 +20320,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => '時間を選択'; @override - String get timePickerInputHelpText => '時刻の入力'; + String get timePickerInputHelpText => '時間の入力'; @override String get timePickerMinuteLabel => '分'; @@ -19822,7 +20369,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get backButtonTooltip => 'უკან'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'ქვედა ფურცელი'; @override String get calendarModeButtonLabel => 'კალენდარზე გადართვა'; @@ -19846,7 +20393,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get copyButtonLabel => 'კოპირება'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'დღეს'; @override String get cutButtonLabel => 'ამოჭრა'; @@ -19861,7 +20408,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'დიაპაზონს მიღმაა.'; @override - String get datePickerHelpText => 'აირჩიეთ თარიღი'; + String get datePickerHelpText => 'თარიღის არჩევა'; @override String get dateRangeEndDateSemanticLabelRaw => r'დასრულების თარიღია $fullDate'; @@ -19870,7 +20417,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'დასრულების თარიღი'; @override - String get dateRangePickerHelpText => 'აირჩიეთ დიაპაზონი'; + String get dateRangePickerHelpText => 'დიაპაზონის არჩევა'; @override String get dateRangeStartDateSemanticLabelRaw => r'დაწყების თარიღია $fullDate'; @@ -20053,7 +20600,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Select'; @override - String get keyboardKeyShift => 'Shift'; + String get keyboardKeyShift => 'ცვლა'; @override String get keyboardKeySpace => 'Space'; @@ -20170,10 +20717,10 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get saveButtonLabel => 'შენახვა'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'სკრიმი'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentName-ის დახურვა'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -20221,7 +20768,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'აირჩიეთ დრო'; + String get timePickerDialHelpText => 'დროის არჩევა'; @override String get timePickerHourLabel => 'საათი'; @@ -20230,7 +20777,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'აირჩიეთ საათები'; @override - String get timePickerInputHelpText => 'შეიყვანეთ დრო'; + String get timePickerInputHelpText => 'დროის შეყვანა'; @override String get timePickerMinuteLabel => 'წუთი'; @@ -20279,16 +20826,16 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Артқа'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Төменгі парақша'; @override String get calendarModeButtonLabel => 'Күнтізбеге ауысу'; @override - String get cancelButtonLabel => 'БАС ТАРТУ'; + String get cancelButtonLabel => 'Бас тарту'; @override - String get closeButtonLabel => 'ЖАБУ'; + String get closeButtonLabel => 'Жабу'; @override String get closeButtonTooltip => 'Жабу'; @@ -20297,13 +20844,13 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Жаю'; @override - String get continueButtonLabel => 'ЖАЛҒАСТЫРУ'; + String get continueButtonLabel => 'Жалғастыру'; @override String get copyButtonLabel => 'Көшіру'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Бүгін'; @override String get cutButtonLabel => 'Қию'; @@ -20318,7 +20865,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Ауқымнан тыc.'; @override - String get datePickerHelpText => 'КҮНДІ ТАҢДАУ'; + String get datePickerHelpText => 'Күнді таңдау'; @override String get dateRangeEndDateSemanticLabelRaw => r'Аяқталу күні $fullDate'; @@ -20327,7 +20874,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Аяқталу күні'; @override - String get dateRangePickerHelpText => 'АУҚЫМДЫ ТАҢДАУ'; + String get dateRangePickerHelpText => 'Аралықты таңдау'; @override String get dateRangeStartDateSemanticLabelRaw => r'Басталу күні $fullDate'; @@ -20624,13 +21171,13 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Әр беттегі жолдар саны:'; @override - String get saveButtonLabel => 'САҚТАУ'; + String get saveButtonLabel => 'Сақтау'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Кенеп'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentName жабу'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -20678,7 +21225,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'УАҚЫТТЫ ТАҢДАҢЫЗ'; + String get timePickerDialHelpText => 'Уақытты таңдау'; @override String get timePickerHourLabel => 'Сағат'; @@ -20687,7 +21234,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Сағаттарды таңдаңыз'; @override - String get timePickerInputHelpText => 'УАҚЫТТЫ ЕНГІЗІҢІЗ'; + String get timePickerInputHelpText => 'Уақытты енгізу'; @override String get timePickerMinuteLabel => 'Mинут'; @@ -20702,7 +21249,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Күндер ауқымы'; @override - String get viewLicensesButtonLabel => 'ЛИЦЕНЗИЯЛАРДЫ КӨРУ'; + String get viewLicensesButtonLabel => 'Лицензияларды көру'; } /// The translations for Khmer Central Khmer (`km`). @@ -20736,7 +21283,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get backButtonTooltip => 'ថយក្រោយ'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'សន្លឹក​ខាងក្រោម'; @override String get calendarModeButtonLabel => 'ប្ដូរទៅ​ប្រតិទិន'; @@ -20760,7 +21307,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get copyButtonLabel => 'ចម្លង'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'ថ្ងៃនេះ'; @override String get cutButtonLabel => 'កាត់'; @@ -20784,7 +21331,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'កាលបរិច្ឆេទ​បញ្ចប់'; @override - String get dateRangePickerHelpText => 'ជ្រើស​រើស​ចន្លោះ'; + String get dateRangePickerHelpText => 'ជ្រើសរើសចន្លោះ'; @override String get dateRangeStartDateSemanticLabelRaw => r'កាលបរិច្ឆេទ​ចាប់ផ្ដើម $fullDate'; @@ -21084,10 +21631,10 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get saveButtonLabel => 'រក្សាទុក'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'ផ្ទាំងស្រអាប់'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'បិទ $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.dense; @@ -21135,7 +21682,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @override - String get timePickerDialHelpText => 'ជ្រើសរើស​ពេលវេលា'; + String get timePickerDialHelpText => 'ជ្រើសរើសម៉ោង'; @override String get timePickerHourLabel => 'ម៉ោង'; @@ -21144,7 +21691,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'ជ្រើសរើស​ម៉ោង'; @override - String get timePickerInputHelpText => 'បញ្ចូលពេលវេលា'; + String get timePickerInputHelpText => 'បញ្ចូលម៉ោង'; @override String get timePickerMinuteLabel => 'នាទី​'; @@ -21193,7 +21740,7 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { String get backButtonTooltip => '\u{cb9}\u{cbf}\u{c82}\u{ca4}\u{cbf}\u{cb0}\u{cc1}\u{c97}\u{cbf}'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => '\u{c95}\u{cc6}\u{cb3}\u{cad}\u{cbe}\u{c97}\u{ca6}\u{20}\u{cb6}\u{cc0}\u{c9f}\u{ccd}'; @override String get calendarModeButtonLabel => '\u{c95}\u{ccd}\u{caf}\u{cbe}\u{cb2}\u{cc6}\u{c82}\u{ca1}\u{cb0}\u{ccd}\u{200c}\u{c97}\u{cc6}\u{20}\u{cac}\u{ca6}\u{cb2}\u{cbf}\u{cb8}\u{cbf}'; @@ -21217,7 +21764,7 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { String get copyButtonLabel => '\u{ca8}\u{c95}\u{cb2}\u{cbf}\u{cb8}\u{cbf}'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => '\u{c87}\u{c82}\u{ca6}\u{cc1}'; @override String get cutButtonLabel => '\u{c95}\u{ca4}\u{ccd}\u{ca4}\u{cb0}\u{cbf}\u{cb8}\u{cbf}'; @@ -21241,7 +21788,7 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { String get dateRangeEndLabel => '\u{c85}\u{c82}\u{ca4}\u{cbf}\u{cae}\u{20}\u{ca6}\u{cbf}\u{ca8}\u{cbe}\u{c82}\u{c95}'; @override - String get dateRangePickerHelpText => '\u{cb6}\u{ccd}\u{cb0}\u{cc7}\u{ca3}\u{cbf}\u{caf}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{c86}\u{caf}\u{ccd}\u{c95}\u{cc6}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; + String get dateRangePickerHelpText => '\u{ca6}\u{cbf}\u{ca8}\u{cbe}\u{c82}\u{c95}\u{ca6}\u{20}\u{cb5}\u{ccd}\u{caf}\u{cbe}\u{caa}\u{ccd}\u{ca4}\u{cbf}\u{caf}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{c86}\u{caf}\u{ccd}\u{c95}\u{cc6}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; @override String get dateRangeStartDateSemanticLabelRaw => '\u{caa}\u{ccd}\u{cb0}\u{cbe}\u{cb0}\u{c82}\u{cad}\u{20}\u{ca6}\u{cbf}\u{ca8}\u{cbe}\u{c82}\u{c95}\u{20}\u{24}\u{66}\u{75}\u{6c}\u{6c}\u{44}\u{61}\u{74}\u{65}'; @@ -21541,10 +22088,10 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { String get saveButtonLabel => '\u{c89}\u{cb3}\u{cbf}\u{cb8}\u{cbf}'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => '\u{cb8}\u{ccd}\u{c95}\u{ccd}\u{cb0}\u{cbf}\u{cae}\u{ccd}'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => '\u{24}\u{6d}\u{6f}\u{64}\u{61}\u{6c}\u{52}\u{6f}\u{75}\u{74}\u{65}\u{43}\u{6f}\u{6e}\u{74}\u{65}\u{6e}\u{74}\u{4e}\u{61}\u{6d}\u{65}\u{20}\u{c85}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{cae}\u{cc1}\u{c9a}\u{ccd}\u{c9a}\u{cbf}\u{cb0}\u{cbf}'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -21650,7 +22197,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get backButtonTooltip => '뒤로'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => '하단 시트'; @override String get calendarModeButtonLabel => '캘린더 모드로 전환'; @@ -21674,7 +22221,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get copyButtonLabel => '복사'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => '오늘'; @override String get cutButtonLabel => '잘라냄'; @@ -21698,7 +22245,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get dateRangeEndLabel => '종료일'; @override - String get dateRangePickerHelpText => '범위 선택'; + String get dateRangePickerHelpText => '기간 선택'; @override String get dateRangeStartDateSemanticLabelRaw => r'시작일 $fullDate'; @@ -21998,10 +22545,10 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get saveButtonLabel => '저장'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => '스크림'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentName 닫기'; @override ScriptCategory get scriptCategory => ScriptCategory.dense; @@ -22107,16 +22654,16 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Артка'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Ылдыйкы экран'; @override String get calendarModeButtonLabel => 'Жылнаамага которулуңуз'; @override - String get cancelButtonLabel => 'ЖОККО ЧЫГАРУУ'; + String get cancelButtonLabel => 'Токтотуу'; @override - String get closeButtonLabel => 'ЖАБУУ'; + String get closeButtonLabel => 'Жабуу'; @override String get closeButtonTooltip => 'Жабуу'; @@ -22125,13 +22672,13 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Жайып көрсөтүү'; @override - String get continueButtonLabel => 'УЛАНТУУ'; + String get continueButtonLabel => 'Улантуу'; @override String get copyButtonLabel => 'Көчүрүү'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Бүгүн'; @override String get cutButtonLabel => 'Кесүү'; @@ -22146,16 +22693,16 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Аракет чегинен тышкары.'; @override - String get datePickerHelpText => 'КҮНДҮ ТАНДОО'; + String get datePickerHelpText => 'Күндү тандоо'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Аяктоо күнү $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Качан аяктайт $fullDate'; @override - String get dateRangeEndLabel => 'Аяктоо күнү'; + String get dateRangeEndLabel => 'Качан аяктайт'; @override - String get dateRangePickerHelpText => 'ДИАПАЗОНДУ ТАНДОО'; + String get dateRangePickerHelpText => 'Даталар диапазонун тандоо'; @override String get dateRangeStartDateSemanticLabelRaw => r'Баштоо күнү $fullDate'; @@ -22194,7 +22741,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get inputTimeModeButtonLabel => 'Текст киргизүү режимине которулуу'; @override - String get invalidDateFormatLabel => 'Жараксыз формат.'; + String get invalidDateFormatLabel => 'Туура эмес формат.'; @override String get invalidDateRangeLabel => 'Жараксыз диапазон.'; @@ -22449,16 +22996,16 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get reorderItemUp => 'Жогору жылдыруу'; @override - String get rowsPerPageTitle => 'Бир бетте көрсөтүлүүчү саптардын саны:'; + String get rowsPerPageTitle => 'Бир беттеги саптардын саны:'; @override - String get saveButtonLabel => 'САКТОО'; + String get saveButtonLabel => 'Сактоо'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Кенеп'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentName жабуу'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -22506,7 +23053,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'УБАКЫТ ТАНДОО'; + String get timePickerDialHelpText => 'Убакытты тандоо'; @override String get timePickerHourLabel => 'Саат'; @@ -22515,7 +23062,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Саатты тандаңыз'; @override - String get timePickerInputHelpText => 'УБАКЫТ КИРГИЗҮҮ'; + String get timePickerInputHelpText => 'Убакытты киргизүү'; @override String get timePickerMinuteLabel => 'Мүнөт'; @@ -22530,7 +23077,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Даталар диапазону'; @override - String get viewLicensesButtonLabel => 'УРУКСАТТАМАЛАРДЫ КӨРҮҮ'; + String get viewLicensesButtonLabel => 'Уруксаттамаларды көрүү'; } /// The translations for Lao (`lo`). @@ -22564,7 +23111,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get backButtonTooltip => 'ກັບຄືນ'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'ຊີດລຸ່ມສຸດ'; @override String get calendarModeButtonLabel => 'ສະຫຼັບໄປປະຕິທິນ'; @@ -22588,7 +23135,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get copyButtonLabel => 'ສຳເນົາ'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'ມື້ນີ້'; @override String get cutButtonLabel => 'ຕັດ'; @@ -22915,7 +23462,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'ປິດ $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -23021,16 +23568,16 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Atgal'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Apatinis lapas'; @override String get calendarModeButtonLabel => 'Perjungti į kalendorių'; @override - String get cancelButtonLabel => 'ATŠAUKTI'; + String get cancelButtonLabel => 'Atšaukti'; @override - String get closeButtonLabel => 'UŽDARYTI'; + String get closeButtonLabel => 'Uždaryti'; @override String get closeButtonTooltip => 'Uždaryti'; @@ -23039,13 +23586,13 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Išskleisti'; @override - String get continueButtonLabel => 'TĘSTI'; + String get continueButtonLabel => 'Tęsti'; @override String get copyButtonLabel => 'Kopijuoti'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Šiandien'; @override String get cutButtonLabel => 'Iškirpti'; @@ -23060,7 +23607,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Nepatenka į diapazoną.'; @override - String get datePickerHelpText => 'PASIRINKITE DATĄ'; + String get datePickerHelpText => 'Pasirinkite datą'; @override String get dateRangeEndDateSemanticLabelRaw => r'Pabaigos data: $fullDate'; @@ -23069,7 +23616,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Pabaigos data'; @override - String get dateRangePickerHelpText => 'PASIRINKITE DIAPAZONĄ'; + String get dateRangePickerHelpText => 'Pasirinkite diapazoną'; @override String get dateRangeStartDateSemanticLabelRaw => r'Pradžios data: $fullDate'; @@ -23366,13 +23913,13 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Eilučių puslapyje:'; @override - String get saveButtonLabel => 'IŠSAUGOTI'; + String get saveButtonLabel => 'Išsaugoti'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Užsklanda'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Uždaryti „$modalRouteContentName“'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -23420,7 +23967,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'PASIRINKITE LAIKĄ'; + String get timePickerDialHelpText => 'Pasirinkite laiką'; @override String get timePickerHourLabel => 'Valandos'; @@ -23429,7 +23976,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Pasirinkite valandas'; @override - String get timePickerInputHelpText => 'ĮVESKITE LAIKĄ'; + String get timePickerInputHelpText => 'Įveskite laiką'; @override String get timePickerMinuteLabel => 'Minutės'; @@ -23444,7 +23991,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Dienų seka'; @override - String get viewLicensesButtonLabel => 'PERŽIŪRĖTI LICENCIJAS'; + String get viewLicensesButtonLabel => 'Peržiūrėti licencijas'; } /// The translations for Latvian (`lv`). @@ -23478,16 +24025,16 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Atpakaļ'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Ekrāna apakšdaļas lapa'; @override String get calendarModeButtonLabel => 'Pārslēgties uz kalendāru'; @override - String get cancelButtonLabel => 'ATCELT'; + String get cancelButtonLabel => 'Atcelt'; @override - String get closeButtonLabel => 'AIZVĒRT'; + String get closeButtonLabel => 'Aizvērt'; @override String get closeButtonTooltip => 'Aizvērt'; @@ -23496,13 +24043,13 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Izvērst'; @override - String get continueButtonLabel => 'TURPINĀT'; + String get continueButtonLabel => 'Turpināt'; @override String get copyButtonLabel => 'Kopēt'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Šodien'; @override String get cutButtonLabel => 'Izgriezt'; @@ -23517,7 +24064,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Ārpus diapazona.'; @override - String get datePickerHelpText => 'ATLASIET DATUMU'; + String get datePickerHelpText => 'Atlasiet datumu'; @override String get dateRangeEndDateSemanticLabelRaw => r'Beigu datums: $fullDate'; @@ -23526,7 +24073,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Beigu datums'; @override - String get dateRangePickerHelpText => 'ATLASIET DIAPAZONU'; + String get dateRangePickerHelpText => 'Atlasiet diapazonu'; @override String get dateRangeStartDateSemanticLabelRaw => r'Sākuma datums: $fullDate'; @@ -23709,7 +24256,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Atlasīt'; @override - String get keyboardKeyShift => 'Shift'; + String get keyboardKeyShift => 'Pārslēgšanas taustiņš'; @override String get keyboardKeySpace => 'Atstarpes taustiņš'; @@ -23823,13 +24370,13 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Rindas lapā:'; @override - String get saveButtonLabel => 'SAGLABĀT'; + String get saveButtonLabel => 'Saglabāt'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Pārklājums'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Aizvērt $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -23877,7 +24424,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'ATLASIET LAIKU'; + String get timePickerDialHelpText => 'Atlasiet laiku'; @override String get timePickerHourLabel => 'Stunda'; @@ -23886,7 +24433,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Atlasiet stundas'; @override - String get timePickerInputHelpText => 'IEVADIET LAIKU'; + String get timePickerInputHelpText => 'Ievadiet laiku'; @override String get timePickerMinuteLabel => 'Minūte'; @@ -23901,7 +24448,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Datumu diapazons'; @override - String get viewLicensesButtonLabel => 'SKATĪT LICENCES'; + String get viewLicensesButtonLabel => 'Skatīt licences'; } /// The translations for Macedonian (`mk`). @@ -23935,16 +24482,16 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Назад'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Долен лист'; @override String get calendarModeButtonLabel => 'Префрли на календар'; @override - String get cancelButtonLabel => 'ОТКАЖИ'; + String get cancelButtonLabel => 'Откажи'; @override - String get closeButtonLabel => 'ЗАТВОРИ'; + String get closeButtonLabel => 'Затвори'; @override String get closeButtonTooltip => 'Затвори'; @@ -23953,13 +24500,13 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Прошири'; @override - String get continueButtonLabel => 'ПРОДОЛЖИ'; + String get continueButtonLabel => 'Продолжи'; @override String get copyButtonLabel => 'Копирај'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Денес'; @override String get cutButtonLabel => 'Исечи'; @@ -23974,7 +24521,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Надвор од опсег.'; @override - String get datePickerHelpText => 'ИЗБЕРЕТЕ ДАТУМ'; + String get datePickerHelpText => 'Изберете датум'; @override String get dateRangeEndDateSemanticLabelRaw => r'Краен датум $fullDate'; @@ -23983,7 +24530,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Краен датум'; @override - String get dateRangePickerHelpText => 'ИЗБЕРЕТЕ ОПСЕГ'; + String get dateRangePickerHelpText => 'Изберете опсег'; @override String get dateRangeStartDateSemanticLabelRaw => r'Датум на започнување $fullDate'; @@ -24280,13 +24827,13 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Редови на страница:'; @override - String get saveButtonLabel => 'ЗАЧУВАЈ'; + String get saveButtonLabel => 'Зачувај'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Скрим'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Затворете ја $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -24334,7 +24881,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'ИЗБЕРЕТЕ ВРЕМЕ'; + String get timePickerDialHelpText => 'Изберете време'; @override String get timePickerHourLabel => 'Час'; @@ -24343,7 +24890,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Изберете часови'; @override - String get timePickerInputHelpText => 'ВНЕСЕТЕ ВРЕМЕ'; + String get timePickerInputHelpText => 'Внесете време'; @override String get timePickerMinuteLabel => 'Минута'; @@ -24358,7 +24905,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Временски период'; @override - String get viewLicensesButtonLabel => 'ПРИКАЖИ ЛИЦЕНЦИ'; + String get viewLicensesButtonLabel => 'Прикажи ги лиценците'; } /// The translations for Malayalam (`ml`). @@ -24392,7 +24939,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get backButtonTooltip => 'മടങ്ങുക'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'ബോട്ടം ഷീറ്റ്'; @override String get calendarModeButtonLabel => 'കലണ്ടറിലേക്ക് മാറുക'; @@ -24401,7 +24948,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'റദ്ദാക്കുക'; @override - String get closeButtonLabel => 'അടയ്‌ക്കുക'; + String get closeButtonLabel => 'അടയ്ക്കുക'; @override String get closeButtonTooltip => 'അടയ്‌ക്കുക'; @@ -24416,7 +24963,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get copyButtonLabel => 'പകർത്തുക'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'ഇന്ന്'; @override String get cutButtonLabel => 'മുറിക്കുക'; @@ -24740,10 +25287,10 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get saveButtonLabel => 'സംരക്ഷിക്കുക'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'സ്ക്രിം'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentName അടയ്ക്കുക'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -24849,16 +25396,16 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Буцах'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Доод хүснэгт'; @override String get calendarModeButtonLabel => 'Календарь луу сэлгэх'; @override - String get cancelButtonLabel => 'БОЛИХ'; + String get cancelButtonLabel => 'Цуцлах'; @override - String get closeButtonLabel => 'ХААХ'; + String get closeButtonLabel => 'Хаах'; @override String get closeButtonTooltip => 'Хаах'; @@ -24867,13 +25414,13 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Дэлгэх'; @override - String get continueButtonLabel => 'ҮРГЭЛЖЛҮҮЛЭХ'; + String get continueButtonLabel => 'Үргэлжлүүлэх'; @override String get copyButtonLabel => 'Хуулах'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Өнөөдөр'; @override String get cutButtonLabel => 'Таслах'; @@ -24888,7 +25435,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Интервалаас гадуур байна.'; @override - String get datePickerHelpText => 'ОГНОО СОНГОХ'; + String get datePickerHelpText => 'Огноо сонгох'; @override String get dateRangeEndDateSemanticLabelRaw => r'Дуусах огноо $fullDate'; @@ -24897,7 +25444,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Дуусах огноо'; @override - String get dateRangePickerHelpText => 'ИНТЕРВАЛ СОНГОХ'; + String get dateRangePickerHelpText => 'Хугацааны интервал сонгох'; @override String get dateRangeStartDateSemanticLabelRaw => r'Эхлэх огноо $fullDate'; @@ -25194,13 +25741,13 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Хуудсан дахь мөрийн тоо:'; @override - String get saveButtonLabel => 'ХАДГАЛАХ'; + String get saveButtonLabel => 'Хадгалах'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Скрим'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentName-г хаах'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -25248,7 +25795,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'ЦАГ СОНГОХ'; + String get timePickerDialHelpText => 'Хугацаа сонгох'; @override String get timePickerHourLabel => 'Цаг'; @@ -25257,7 +25804,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Цаг сонгоно уу'; @override - String get timePickerInputHelpText => 'ЦАГ ОРУУЛАХ'; + String get timePickerInputHelpText => 'Хугацаа оруулах'; @override String get timePickerMinuteLabel => 'Минут'; @@ -25272,7 +25819,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Хугацааны интервал'; @override - String get viewLicensesButtonLabel => 'ЛИЦЕНЗИЙГ ХАРАХ'; + String get viewLicensesButtonLabel => 'Лиценз харах'; } /// The translations for Marathi (`mr`). @@ -25306,7 +25853,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get backButtonTooltip => 'मागे'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'तळाशी असलेली शीट'; @override String get calendarModeButtonLabel => 'कॅलेंडरवर स्विच करा'; @@ -25324,13 +25871,13 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'विस्तार करा'; @override - String get continueButtonLabel => 'सुरू ठेवा'; + String get continueButtonLabel => 'पुढे सुरू ठेवा'; @override String get copyButtonLabel => 'कॉपी करा'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'आज'; @override String get cutButtonLabel => 'कट करा'; @@ -25354,7 +25901,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'संपण्याची तारीख'; @override - String get dateRangePickerHelpText => 'श्रेणी निवडा'; + String get dateRangePickerHelpText => 'रेंज निवडा'; @override String get dateRangeStartDateSemanticLabelRaw => r'सुरू होण्याची तारीख $fullDate'; @@ -25537,7 +26084,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'निवडा'; @override - String get keyboardKeyShift => 'Shift'; + String get keyboardKeyShift => 'शिफ्ट'; @override String get keyboardKeySpace => 'स्पेस'; @@ -25654,10 +26201,10 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get saveButtonLabel => 'सेव्ह करा'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'स्क्रिम'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentName बंद करा'; @override ScriptCategory get scriptCategory => ScriptCategory.dense; @@ -25763,16 +26310,16 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Kembali'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Helaian Bawah'; @override String get calendarModeButtonLabel => 'Tukar kepada kalendar'; @override - String get cancelButtonLabel => 'BATAL'; + String get cancelButtonLabel => 'Batal'; @override - String get closeButtonLabel => 'TUTUP'; + String get closeButtonLabel => 'Tutup'; @override String get closeButtonTooltip => 'Tutup'; @@ -25781,13 +26328,13 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Kembangkan'; @override - String get continueButtonLabel => 'TERUSKAN'; + String get continueButtonLabel => 'Teruskan'; @override String get copyButtonLabel => 'Salin'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Hari ini'; @override String get cutButtonLabel => 'Potong'; @@ -25802,7 +26349,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Di luar julat.'; @override - String get datePickerHelpText => 'PILIH TARIKH'; + String get datePickerHelpText => 'Pilih tarikh'; @override String get dateRangeEndDateSemanticLabelRaw => r'Tarikh tamat ialah $fullDate'; @@ -25811,7 +26358,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Tarikh Tamat'; @override - String get dateRangePickerHelpText => 'PILIH JULAT'; + String get dateRangePickerHelpText => 'Pilih julat'; @override String get dateRangeStartDateSemanticLabelRaw => r'Tarikh mula ialah $fullDate'; @@ -26057,7 +26604,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get popupMenuLabel => 'Menu pop timbul'; @override - String get postMeridiemAbbreviation => 'PTG'; + String get postMeridiemAbbreviation => 'P/M'; @override String get previousMonthTooltip => 'Bulan sebelumnya'; @@ -26108,13 +26655,13 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Baris setiap halaman:'; @override - String get saveButtonLabel => 'SIMPAN'; + String get saveButtonLabel => 'Simpan'; @override String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Tutup $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -26162,7 +26709,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @override - String get timePickerDialHelpText => 'PILIH MASA'; + String get timePickerDialHelpText => 'Pilih masa'; @override String get timePickerHourLabel => 'Jam'; @@ -26171,7 +26718,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Pilih jam'; @override - String get timePickerInputHelpText => 'MASUKKAN MASA'; + String get timePickerInputHelpText => 'Masukkan masa'; @override String get timePickerMinuteLabel => 'Minit'; @@ -26186,7 +26733,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Julat Tarikh'; @override - String get viewLicensesButtonLabel => 'LIHAT LESEN'; + String get viewLicensesButtonLabel => 'Lihat lesen'; } /// The translations for Burmese (`my`). @@ -26220,7 +26767,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get backButtonTooltip => 'နောက်သို့'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'အောက်ခြေအပိုဆောင်း စာမျက်နှာ'; @override String get calendarModeButtonLabel => 'ပြက္ခဒိန်သို့ ပြောင်းရန်'; @@ -26244,7 +26791,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get copyButtonLabel => 'မိတ္တူကူးရန်'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'ယနေ့'; @override String get cutButtonLabel => 'ဖြတ်ယူရန်'; @@ -26259,7 +26806,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'အပိုင်းအခြား ပြင်ပတွင်ဖြစ်နေသည်။'; @override - String get datePickerHelpText => 'ရက်စွဲရွေးပါ'; + String get datePickerHelpText => 'ရက်စွဲရွေးရန်'; @override String get dateRangeEndDateSemanticLabelRaw => r'ပြီးဆုံးရက်စွဲ $fullDate'; @@ -26268,7 +26815,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'ပြီးဆုံးရက်စွဲ'; @override - String get dateRangePickerHelpText => 'အပိုင်းအခြား ရွေးရန်'; + String get dateRangePickerHelpText => 'အပိုင်းအခြားရွေးရန်'; @override String get dateRangeStartDateSemanticLabelRaw => r'စတင်သည့် ရက်စွဲ $fullDate'; @@ -26571,7 +27118,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentName ပိတ်ရန်'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -26628,7 +27175,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'နာရီကို ရွေးပါ'; @override - String get timePickerInputHelpText => 'အချိန်ထည့်ရန်'; + String get timePickerInputHelpText => 'အချိန်ထည့်ရန်'; @override String get timePickerMinuteLabel => 'မိနစ်'; @@ -26643,7 +27190,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'ရက်အပိုင်းအခြား'; @override - String get viewLicensesButtonLabel => 'လိုင်စင်များကို ကြည့်ရန်'; + String get viewLicensesButtonLabel => 'လိုင်စင်များကြည့်ရန်'; } /// The translations for Norwegian Bokmål (`nb`). @@ -26677,16 +27224,16 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Tilbake'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Felt nederst'; @override String get calendarModeButtonLabel => 'Bytt til kalender'; @override - String get cancelButtonLabel => 'AVBRYT'; + String get cancelButtonLabel => 'Avbryt'; @override - String get closeButtonLabel => 'LUKK'; + String get closeButtonLabel => 'Lukk'; @override String get closeButtonTooltip => 'Lukk'; @@ -26695,13 +27242,13 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Vis'; @override - String get continueButtonLabel => 'FORTSETT'; + String get continueButtonLabel => 'Fortsett'; @override String get copyButtonLabel => 'Kopiér'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'I dag'; @override String get cutButtonLabel => 'Klipp ut'; @@ -26716,7 +27263,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Utenfor perioden.'; @override - String get datePickerHelpText => 'VELG DATOEN'; + String get datePickerHelpText => 'Velg dato'; @override String get dateRangeEndDateSemanticLabelRaw => r'Sluttdato $fullDate'; @@ -26725,7 +27272,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Sluttdato'; @override - String get dateRangePickerHelpText => 'VELG PERIODEN'; + String get dateRangePickerHelpText => 'Velg datoperiode'; @override String get dateRangeStartDateSemanticLabelRaw => r'Startdato $fullDate'; @@ -27022,13 +27569,13 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Rader per side:'; @override - String get saveButtonLabel => 'LAGRE'; + String get saveButtonLabel => 'Lagre'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Vev'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Lukk $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -27076,7 +27623,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'VELG KLOKKESLETT'; + String get timePickerDialHelpText => 'Velg tidspunkt'; @override String get timePickerHourLabel => 'Time'; @@ -27085,7 +27632,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Angi timer'; @override - String get timePickerInputHelpText => 'ANGI ET KLOKKESLETT'; + String get timePickerInputHelpText => 'Angi et tidspunkt'; @override String get timePickerMinuteLabel => 'Minutt'; @@ -27100,7 +27647,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Datoperiode'; @override - String get viewLicensesButtonLabel => 'SE LISENSER'; + String get viewLicensesButtonLabel => 'Se lisenser'; } /// The translations for Nepali (`ne`). @@ -27134,7 +27681,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get backButtonTooltip => 'पछाडि जानुहोस्'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'पुछारको पाना'; @override String get calendarModeButtonLabel => 'पात्रो मोड प्रयोग गर्नुहोस्'; @@ -27158,7 +27705,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get copyButtonLabel => 'प्रतिलिपि गर्नुहोस्'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'आज'; @override String get cutButtonLabel => 'काट्नुहोस्'; @@ -27182,7 +27729,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'समाप्त हुने मिति'; @override - String get dateRangePickerHelpText => 'दायरा चयन गर्नुहोस्'; + String get dateRangePickerHelpText => 'मितिको दायरा चयन गर्नुहोस्'; @override String get dateRangeStartDateSemanticLabelRaw => r'सुरु हुने मिति $fullDate'; @@ -27482,10 +28029,10 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get saveButtonLabel => 'सेभ गर्नुहोस्'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'स्क्रिम'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentName बन्द गर्नुहोस्'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -27542,7 +28089,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'घन्टा चयन गर्नुहोस्'; @override - String get timePickerInputHelpText => 'समय प्रविष्टि गर्नुहोस्'; + String get timePickerInputHelpText => 'समय हाल्नुहोस्'; @override String get timePickerMinuteLabel => 'मिनेट'; @@ -27557,7 +28104,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'मितिको दायरा'; @override - String get viewLicensesButtonLabel => 'इजाजतपत्रहरू हेर्नुहोस्'; + String get viewLicensesButtonLabel => 'लाइसेन्सहरू हेर्नुहोस्'; } /// The translations for Dutch Flemish (`nl`). @@ -27591,16 +28138,16 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Terug'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Blad onderaan'; @override String get calendarModeButtonLabel => 'Overschakelen naar kalender'; @override - String get cancelButtonLabel => 'ANNULEREN'; + String get cancelButtonLabel => 'Annuleren'; @override - String get closeButtonLabel => 'SLUITEN'; + String get closeButtonLabel => 'Sluiten'; @override String get closeButtonTooltip => 'Sluiten'; @@ -27609,13 +28156,13 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Uitvouwen'; @override - String get continueButtonLabel => 'DOORGAAN'; + String get continueButtonLabel => 'Doorgaan'; @override String get copyButtonLabel => 'Kopiëren'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Vandaag'; @override String get cutButtonLabel => 'Knippen'; @@ -27630,7 +28177,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Buiten bereik.'; @override - String get datePickerHelpText => 'DATUM SELECTEREN'; + String get datePickerHelpText => 'Datum selecteren'; @override String get dateRangeEndDateSemanticLabelRaw => r'Einddatum $fullDate'; @@ -27639,7 +28186,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Einddatum'; @override - String get dateRangePickerHelpText => 'PERIODE SELECTEREN'; + String get dateRangePickerHelpText => 'Periode selecteren'; @override String get dateRangeStartDateSemanticLabelRaw => r'Startdatum $fullDate'; @@ -27936,13 +28483,13 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Rijen per pagina:'; @override - String get saveButtonLabel => 'OPSLAAN'; + String get saveButtonLabel => 'Opslaan'; @override String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentName sluiten'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -27990,7 +28537,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'TIJD SELECTEREN'; + String get timePickerDialHelpText => 'Tijd selecteren'; @override String get timePickerHourLabel => 'Uur'; @@ -27999,7 +28546,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Uren selecteren'; @override - String get timePickerInputHelpText => 'TIJD OPGEVEN'; + String get timePickerInputHelpText => 'Tijd opgeven'; @override String get timePickerMinuteLabel => 'Minuut'; @@ -28014,7 +28561,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Periode'; @override - String get viewLicensesButtonLabel => 'LICENTIES BEKIJKEN'; + String get viewLicensesButtonLabel => 'Licenties bekijken'; } /// The translations for Norwegian (`no`). @@ -28048,16 +28595,16 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Tilbake'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Felt nederst'; @override String get calendarModeButtonLabel => 'Bytt til kalender'; @override - String get cancelButtonLabel => 'AVBRYT'; + String get cancelButtonLabel => 'Avbryt'; @override - String get closeButtonLabel => 'LUKK'; + String get closeButtonLabel => 'Lukk'; @override String get closeButtonTooltip => 'Lukk'; @@ -28066,13 +28613,13 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Vis'; @override - String get continueButtonLabel => 'FORTSETT'; + String get continueButtonLabel => 'Fortsett'; @override String get copyButtonLabel => 'Kopiér'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'I dag'; @override String get cutButtonLabel => 'Klipp ut'; @@ -28087,7 +28634,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Utenfor perioden.'; @override - String get datePickerHelpText => 'VELG DATOEN'; + String get datePickerHelpText => 'Velg dato'; @override String get dateRangeEndDateSemanticLabelRaw => r'Sluttdato $fullDate'; @@ -28096,7 +28643,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Sluttdato'; @override - String get dateRangePickerHelpText => 'VELG PERIODEN'; + String get dateRangePickerHelpText => 'Velg datoperiode'; @override String get dateRangeStartDateSemanticLabelRaw => r'Startdato $fullDate'; @@ -28393,13 +28940,13 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Rader per side:'; @override - String get saveButtonLabel => 'LAGRE'; + String get saveButtonLabel => 'Lagre'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Vev'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Lukk $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -28447,7 +28994,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'VELG KLOKKESLETT'; + String get timePickerDialHelpText => 'Velg tidspunkt'; @override String get timePickerHourLabel => 'Time'; @@ -28456,7 +29003,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Angi timer'; @override - String get timePickerInputHelpText => 'ANGI ET KLOKKESLETT'; + String get timePickerInputHelpText => 'Angi et tidspunkt'; @override String get timePickerMinuteLabel => 'Minutt'; @@ -28471,7 +29018,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Datoperiode'; @override - String get viewLicensesButtonLabel => 'SE LISENSER'; + String get viewLicensesButtonLabel => 'Se lisenser'; } /// The translations for Oriya (`or`). @@ -28505,13 +29052,13 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get backButtonTooltip => 'ପଛକୁ ଫେରନ୍ତୁ'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'ବଟମ ସିଟ'; @override String get calendarModeButtonLabel => 'କ୍ୟାଲେଣ୍ଡରକୁ ସ୍ୱିଚ୍ କରନ୍ତୁ'; @override - String get cancelButtonLabel => 'ବାତିଲ୍ କରନ୍ତୁ'; + String get cancelButtonLabel => 'ବାତିଲ କରନ୍ତୁ'; @override String get closeButtonLabel => 'ବନ୍ଦ କରନ୍ତୁ'; @@ -28529,7 +29076,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get copyButtonLabel => 'କପି କରନ୍ତୁ'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'ଆଜି'; @override String get cutButtonLabel => 'କଟ୍ କରନ୍ତୁ'; @@ -28553,7 +29100,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'ଶେଷ ତାରିଖ'; @override - String get dateRangePickerHelpText => 'ସୀମା ଚୟନ କରନ୍ତୁ'; + String get dateRangePickerHelpText => 'ରେଞ୍ଜ ଚୟନ କରନ୍ତୁ'; @override String get dateRangeStartDateSemanticLabelRaw => r'ଆରମ୍ଭ ତାରିଖ $fullDate'; @@ -28850,13 +29397,13 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'ପୃଷ୍ଠା ପିଛା ଧାଡ଼ି:'; @override - String get saveButtonLabel => 'ସେଭ୍ କରନ୍ତୁ'; + String get saveButtonLabel => 'ସେଭ କରନ୍ତୁ'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'ସ୍କ୍ରିମ'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentNameକୁ ବନ୍ଦ କରନ୍ତୁ'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -28928,7 +29475,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'ତାରିଖ ସୀମା'; @override - String get viewLicensesButtonLabel => 'ଲାଇସେନ୍ସ ଦେଖାନ୍ତୁ'; + String get viewLicensesButtonLabel => 'ଲାଇସେନ୍ସ ଦେଖନ୍ତୁ'; } /// The translations for Panjabi Punjabi (`pa`). @@ -28962,7 +29509,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get backButtonTooltip => 'ਪਿੱਛੇ'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'ਹੇਠਲੀ ਸ਼ੀਟ'; @override String get calendarModeButtonLabel => "ਕੈਲੰਡਰ 'ਤੇ ਜਾਓ"; @@ -28986,7 +29533,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get copyButtonLabel => 'ਕਾਪੀ ਕਰੋ'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'ਅੱਜ'; @override String get cutButtonLabel => 'ਕੱਟ ਕਰੋ'; @@ -29310,10 +29857,10 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get saveButtonLabel => 'ਰੱਖਿਅਤ ਕਰੋ'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'ਸਕ੍ਰਿਮ'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentName ਨੂੰ ਬੰਦ ਕਰੋ'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -29419,16 +29966,16 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Wstecz'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Plansza dolna'; @override String get calendarModeButtonLabel => 'Przełącz na kalendarz'; @override - String get cancelButtonLabel => 'ANULUJ'; + String get cancelButtonLabel => 'Anuluj'; @override - String get closeButtonLabel => 'ZAMKNIJ'; + String get closeButtonLabel => 'Zamknij'; @override String get closeButtonTooltip => 'Zamknij'; @@ -29437,13 +29984,13 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Rozwiń'; @override - String get continueButtonLabel => 'DALEJ'; + String get continueButtonLabel => 'Dalej'; @override String get copyButtonLabel => 'Kopiuj'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Dziś'; @override String get cutButtonLabel => 'Wytnij'; @@ -29458,7 +30005,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Poza zakresem.'; @override - String get datePickerHelpText => 'WYBIERZ DATĘ'; + String get datePickerHelpText => 'Wybierz datę'; @override String get dateRangeEndDateSemanticLabelRaw => r'Data zakończenia: $fullDate'; @@ -29467,7 +30014,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Data zakończenia'; @override - String get dateRangePickerHelpText => 'WYBIERZ ZAKRES'; + String get dateRangePickerHelpText => 'Wybierz zakres'; @override String get dateRangeStartDateSemanticLabelRaw => r'Data rozpoczęcia: $fullDate'; @@ -29764,13 +30311,13 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Wiersze na stronie:'; @override - String get saveButtonLabel => 'ZAPISZ'; + String get saveButtonLabel => 'Zapisz'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Siatka'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Zamknij: $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -29818,7 +30365,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'WYBIERZ GODZINĘ'; + String get timePickerDialHelpText => 'Wybierz godzinę'; @override String get timePickerHourLabel => 'Godzina'; @@ -29827,7 +30374,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Wybierz godziny'; @override - String get timePickerInputHelpText => 'WPISZ GODZINĘ'; + String get timePickerInputHelpText => 'Wpisz godzinę'; @override String get timePickerMinuteLabel => 'Minuta'; @@ -29842,7 +30389,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Zakres dat'; @override - String get viewLicensesButtonLabel => 'WYŚWIETL LICENCJE'; + String get viewLicensesButtonLabel => 'Wyświetl licencje'; } /// The translations for Pushto Pashto (`ps`). @@ -30333,16 +30880,16 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Voltar'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Página inferior'; @override String get calendarModeButtonLabel => 'Mudar para agenda'; @override - String get cancelButtonLabel => 'CANCELAR'; + String get cancelButtonLabel => 'Cancelar'; @override - String get closeButtonLabel => 'FECHAR'; + String get closeButtonLabel => 'Fechar'; @override String get closeButtonTooltip => 'Fechar'; @@ -30351,13 +30898,13 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Abrir'; @override - String get continueButtonLabel => 'CONTINUAR'; + String get continueButtonLabel => 'Continuar'; @override String get copyButtonLabel => 'Copiar'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Hoje'; @override String get cutButtonLabel => 'Cortar'; @@ -30372,7 +30919,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Fora de alcance.'; @override - String get datePickerHelpText => 'SELECIONAR DATA'; + String get datePickerHelpText => 'Selecione a data'; @override String get dateRangeEndDateSemanticLabelRaw => r'Data de término $fullDate'; @@ -30381,7 +30928,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Data de término'; @override - String get dateRangePickerHelpText => 'SELECIONAR INTERVALO'; + String get dateRangePickerHelpText => 'Selecione o intervalo'; @override String get dateRangeStartDateSemanticLabelRaw => r'Data de início $fullDate'; @@ -30678,13 +31225,13 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Linhas por página:'; @override - String get saveButtonLabel => 'SALVAR'; + String get saveButtonLabel => 'Salvar'; @override String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Fechar $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -30732,7 +31279,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'SELECIONAR HORÁRIO'; + String get timePickerDialHelpText => 'Selecione o horário'; @override String get timePickerHourLabel => 'Hora'; @@ -30741,7 +31288,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Selecione as horas'; @override - String get timePickerInputHelpText => 'INSERIR HORÁRIO'; + String get timePickerInputHelpText => 'Insira o horário'; @override String get timePickerMinuteLabel => 'Minuto'; @@ -30756,7 +31303,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Período'; @override - String get viewLicensesButtonLabel => 'VER LICENÇAS'; + String get viewLicensesButtonLabel => 'Acessar licenças'; } /// The translations for Portuguese, as used in Portugal (`pt_PT`). @@ -30777,6 +31324,9 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { required super.twoDigitZeroPaddedFormat, }); + @override + String get bottomSheetLabel => 'Secção inferior'; + @override String get menuBarMenuLabel => 'Menu da barra de menu'; @@ -30805,10 +31355,10 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { String get dialModeButtonLabel => 'Mude para o modo de seletor de mostrador'; @override - String get timePickerDialHelpText => 'SELECIONAR HORA'; + String get timePickerDialHelpText => 'Selecionar hora'; @override - String get timePickerInputHelpText => 'INTRODUZIR HORA'; + String get timePickerInputHelpText => 'Introduzir hora'; @override String get invalidTimeLabel => 'Introduza uma hora válida.'; @@ -30823,7 +31373,13 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { String get calendarModeButtonLabel => 'Mude para o calendário'; @override - String get saveButtonLabel => 'GUARDAR'; + String get dateRangePickerHelpText => 'Selecionar intervalo'; + + @override + String get datePickerHelpText => 'Selecionar data'; + + @override + String get saveButtonLabel => 'Guardar'; @override String get dateOutOfRangeLabel => 'Fora do intervalo.'; @@ -30876,6 +31432,9 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { @override String get pageRowsInfoTitleApproximateRaw => r'$firstRow a $lastRow de cerca de $rowCount'; + @override + String get viewLicensesButtonLabel => 'Ver licenças'; + @override String get modalBarrierDismissLabel => 'Ignorar'; @@ -30929,16 +31488,16 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Înapoi'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Foaie din partea de jos'; @override String get calendarModeButtonLabel => 'Comutați la calendar'; @override - String get cancelButtonLabel => 'ANULAȚI'; + String get cancelButtonLabel => 'Anulați'; @override - String get closeButtonLabel => 'ÎNCHIDEȚI'; + String get closeButtonLabel => 'Închideți'; @override String get closeButtonTooltip => 'Închideți'; @@ -30947,13 +31506,13 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Extindeți'; @override - String get continueButtonLabel => 'CONTINUAȚI'; + String get continueButtonLabel => 'Continuați'; @override String get copyButtonLabel => 'Copiați'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Azi'; @override String get cutButtonLabel => 'Decupați'; @@ -30968,7 +31527,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Fără acoperire.'; @override - String get datePickerHelpText => 'SELECTAȚI DATA'; + String get datePickerHelpText => 'Selectați data'; @override String get dateRangeEndDateSemanticLabelRaw => r'Data de încheiere: $fullDate'; @@ -30977,7 +31536,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Data de încheiere'; @override - String get dateRangePickerHelpText => 'SELECTAȚI UN INTERVAL'; + String get dateRangePickerHelpText => 'Selectați intervalul'; @override String get dateRangeStartDateSemanticLabelRaw => r'Data de începere: $fullDate'; @@ -31274,13 +31833,13 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Rânduri pe pagină:'; @override - String get saveButtonLabel => 'SALVAȚI'; + String get saveButtonLabel => 'Salvați'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Material'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Închideți $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -31328,7 +31887,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'SELECTAȚI ORA'; + String get timePickerDialHelpText => 'Selectați ora'; @override String get timePickerHourLabel => 'Oră'; @@ -31337,7 +31896,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Selectați orele'; @override - String get timePickerInputHelpText => 'INTRODUCEȚI ORA'; + String get timePickerInputHelpText => 'Introduceți ora'; @override String get timePickerMinuteLabel => 'Minut'; @@ -31352,7 +31911,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Interval de date'; @override - String get viewLicensesButtonLabel => 'VEDEȚI LICENȚELE'; + String get viewLicensesButtonLabel => 'Vedeți licențele'; } /// The translations for Russian (`ru`). @@ -31386,16 +31945,16 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Назад'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Нижний экран'; @override String get calendarModeButtonLabel => 'Переключиться на календарь'; @override - String get cancelButtonLabel => 'ОТМЕНА'; + String get cancelButtonLabel => 'Отмена'; @override - String get closeButtonLabel => 'ЗАКРЫТЬ'; + String get closeButtonLabel => 'Закрыть'; @override String get closeButtonTooltip => 'Закрыть'; @@ -31404,13 +31963,13 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Развернуть'; @override - String get continueButtonLabel => 'ПРОДОЛЖИТЬ'; + String get continueButtonLabel => 'Продолжить'; @override String get copyButtonLabel => 'Копировать'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Сегодня'; @override String get cutButtonLabel => 'Вырезать'; @@ -31425,7 +31984,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Дата находится вне допустимого диапазона.'; @override - String get datePickerHelpText => 'ВЫБЕРИТЕ ДАТУ'; + String get datePickerHelpText => 'Выберите дату'; @override String get dateRangeEndDateSemanticLabelRaw => r'Дата окончания: $fullDate'; @@ -31434,7 +31993,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Дата окончания'; @override - String get dateRangePickerHelpText => 'ВЫБЕРИТЕ ДИАПАЗОН ДАТ'; + String get dateRangePickerHelpText => 'Выберите диапазон дат'; @override String get dateRangeStartDateSemanticLabelRaw => r'Дата начала: $fullDate'; @@ -31731,13 +32290,13 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Строк на странице:'; @override - String get saveButtonLabel => 'СОХРАНИТЬ'; + String get saveButtonLabel => 'Сохранить'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Маска'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Закрыть $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -31785,7 +32344,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'ВЫБЕРИТЕ ВРЕМЯ'; + String get timePickerDialHelpText => 'Выберите время'; @override String get timePickerHourLabel => 'Часы'; @@ -31794,7 +32353,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Выберите часы'; @override - String get timePickerInputHelpText => 'ВВЕДИТЕ ВРЕМЯ'; + String get timePickerInputHelpText => 'Укажите время'; @override String get timePickerMinuteLabel => 'Минуты'; @@ -31809,7 +32368,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Диапазон дат'; @override - String get viewLicensesButtonLabel => 'ЛИЦЕНЗИИ'; + String get viewLicensesButtonLabel => 'Посмотреть лицензии'; } /// The translations for Sinhala Sinhalese (`si`). @@ -31843,7 +32402,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get backButtonTooltip => 'ආපසු'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'පහළම පත්‍රය'; @override String get calendarModeButtonLabel => 'දින දර්ශනය වෙත මාරු වන්න'; @@ -31861,13 +32420,13 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'දිග හරින්න'; @override - String get continueButtonLabel => 'ඉදිරියට'; + String get continueButtonLabel => 'ඉදිරියට යන්න'; @override String get copyButtonLabel => 'පිටපත් කරන්න'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'අද'; @override String get cutButtonLabel => 'කපන්න'; @@ -32191,10 +32750,10 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get saveButtonLabel => 'සුරකින්න'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'ස්ක්‍රිම්'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentName වසන්න'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -32251,7 +32810,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'පැය ගණන තෝරන්න'; @override - String get timePickerInputHelpText => 'දිනය ඇතුළු කරන්න'; + String get timePickerInputHelpText => 'කාලය ඇතුළු කරන්න'; @override String get timePickerMinuteLabel => 'මිනිත්තු'; @@ -32300,16 +32859,16 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Späť'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Dolný hárok'; @override String get calendarModeButtonLabel => 'Prepnúť na kalendár'; @override - String get cancelButtonLabel => 'ZRUŠIŤ'; + String get cancelButtonLabel => 'Zrušiť'; @override - String get closeButtonLabel => 'ZAVRIEŤ'; + String get closeButtonLabel => 'Zavrieť'; @override String get closeButtonTooltip => 'Zavrieť'; @@ -32318,13 +32877,13 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Rozbaliť'; @override - String get continueButtonLabel => 'POKRAČOVAŤ'; + String get continueButtonLabel => 'Pokračovať'; @override String get copyButtonLabel => 'Kopírovať'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Dnes'; @override String get cutButtonLabel => 'Vystrihnúť'; @@ -32339,7 +32898,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Mimo rozsahu.'; @override - String get datePickerHelpText => 'VYBERTE DÁTUM'; + String get datePickerHelpText => 'Vybrať dátum'; @override String get dateRangeEndDateSemanticLabelRaw => r'Dátum ukončenia $fullDate'; @@ -32348,7 +32907,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Dátum ukončenia'; @override - String get dateRangePickerHelpText => 'VYBERTE ROZSAH'; + String get dateRangePickerHelpText => 'Vybrať rozsah'; @override String get dateRangeStartDateSemanticLabelRaw => r'Dátum začatia $fullDate'; @@ -32645,13 +33204,13 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Počet riadkov na stránku:'; @override - String get saveButtonLabel => 'ULOŽIŤ'; + String get saveButtonLabel => 'Uložiť'; @override String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Zavrieť $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -32699,7 +33258,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'VYBERTE ČAS'; + String get timePickerDialHelpText => 'Vybrať čas'; @override String get timePickerHourLabel => 'Hodina'; @@ -32708,7 +33267,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Vybrať hodiny'; @override - String get timePickerInputHelpText => 'ZADAJTE ČAS'; + String get timePickerInputHelpText => 'Zadať čas'; @override String get timePickerMinuteLabel => 'Minúta'; @@ -32723,7 +33282,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Obdobie'; @override - String get viewLicensesButtonLabel => 'ZOBRAZIŤ LICENCIE'; + String get viewLicensesButtonLabel => 'Zobraziť licencie'; } /// The translations for Slovenian (`sl`). @@ -32757,16 +33316,16 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Nazaj'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Razdelek na dnu zaslona'; @override String get calendarModeButtonLabel => 'Preklop na koledar'; @override - String get cancelButtonLabel => 'PREKLIČI'; + String get cancelButtonLabel => 'Prekliči'; @override - String get closeButtonLabel => 'ZAPRI'; + String get closeButtonLabel => 'Zapri'; @override String get closeButtonTooltip => 'Zapiranje'; @@ -32775,13 +33334,13 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Razširiti'; @override - String get continueButtonLabel => 'NAPREJ'; + String get continueButtonLabel => 'Naprej'; @override String get copyButtonLabel => 'Kopiraj'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Danes'; @override String get cutButtonLabel => 'Izreži'; @@ -32796,7 +33355,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Zunaj dovoljenega obdobja'; @override - String get datePickerHelpText => 'IZBIRA DATUMA'; + String get datePickerHelpText => 'Izberite datum'; @override String get dateRangeEndDateSemanticLabelRaw => r'Končni datum $fullDate'; @@ -32805,7 +33364,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Končni datum'; @override - String get dateRangePickerHelpText => 'IZBIRA OBDOBJA'; + String get dateRangePickerHelpText => 'Izberite obdobje'; @override String get dateRangeStartDateSemanticLabelRaw => r'Začetni datum $fullDate'; @@ -33102,13 +33661,13 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Vrstice na stran:'; @override - String get saveButtonLabel => 'SHRANI'; + String get saveButtonLabel => 'Shrani'; @override String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Zapiranje »$modalRouteContentName«'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -33156,7 +33715,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'IZBERITE ČAS'; + String get timePickerDialHelpText => 'Izberite uro'; @override String get timePickerHourLabel => 'Ura'; @@ -33165,7 +33724,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Izberite ure'; @override - String get timePickerInputHelpText => 'VNESITE ČAS'; + String get timePickerInputHelpText => 'Vnesite čas'; @override String get timePickerMinuteLabel => 'Minuta'; @@ -33180,7 +33739,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Časovno obdobje'; @override - String get viewLicensesButtonLabel => 'PRIKAŽI LICENCE'; + String get viewLicensesButtonLabel => 'Prikaži licence'; } /// The translations for Albanian (`sq`). @@ -33214,16 +33773,16 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Prapa'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Fleta e poshtme'; @override String get calendarModeButtonLabel => 'Kalo te kalendari'; @override - String get cancelButtonLabel => 'ANULO'; + String get cancelButtonLabel => 'Anulo'; @override - String get closeButtonLabel => 'MBYLL'; + String get closeButtonLabel => 'Mbyll'; @override String get closeButtonTooltip => 'Mbyll'; @@ -33232,13 +33791,13 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Zgjero'; @override - String get continueButtonLabel => 'VAZHDO'; + String get continueButtonLabel => 'Vazhdo'; @override String get copyButtonLabel => 'Kopjo'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Sot'; @override String get cutButtonLabel => 'Prit'; @@ -33253,7 +33812,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Jashtë rrezes.'; @override - String get datePickerHelpText => 'ZGJIDH DATËN'; + String get datePickerHelpText => 'Zgjidh datën'; @override String get dateRangeEndDateSemanticLabelRaw => r'Data e mbarimit: $fullDate'; @@ -33262,7 +33821,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Data e mbarimit'; @override - String get dateRangePickerHelpText => 'ZGJIDH GAMËN'; + String get dateRangePickerHelpText => 'Zgjidh gamën'; @override String get dateRangeStartDateSemanticLabelRaw => r'Data e fillimit: $fullDate'; @@ -33559,13 +34118,13 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Rreshtat për faqe:'; @override - String get saveButtonLabel => 'RUAJ'; + String get saveButtonLabel => 'Ruaj'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Kanavacë'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Mbyll $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -33613,7 +34172,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'ZGJIDH ORËN'; + String get timePickerDialHelpText => 'Zgjidh orën'; @override String get timePickerHourLabel => 'Ora'; @@ -33622,7 +34181,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Zgjidh orët'; @override - String get timePickerInputHelpText => 'VENDOS ORËN'; + String get timePickerInputHelpText => 'Fut orën'; @override String get timePickerMinuteLabel => 'Minuta'; @@ -33637,7 +34196,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Gama e datave'; @override - String get viewLicensesButtonLabel => 'SHIKO LICENCAT'; + String get viewLicensesButtonLabel => 'Shiko licencat'; } /// The translations for Serbian (`sr`). @@ -33671,16 +34230,16 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Назад'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Доња табела'; @override String get calendarModeButtonLabel => 'Пређите на календар'; @override - String get cancelButtonLabel => 'ОТКАЖИ'; + String get cancelButtonLabel => 'Откажи'; @override - String get closeButtonLabel => 'ЗАТВОРИ'; + String get closeButtonLabel => 'Затвори'; @override String get closeButtonTooltip => 'Затворите'; @@ -33689,13 +34248,13 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Прошири'; @override - String get continueButtonLabel => 'НАСТАВИ'; + String get continueButtonLabel => 'Настави'; @override String get copyButtonLabel => 'Копирај'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Данас'; @override String get cutButtonLabel => 'Исеци'; @@ -33710,7 +34269,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Изван периода.'; @override - String get datePickerHelpText => 'ИЗАБЕРИТЕ ДАТУМ'; + String get datePickerHelpText => 'Изаберите датум'; @override String get dateRangeEndDateSemanticLabelRaw => r'Датум завршетка: $fullDate'; @@ -33719,7 +34278,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Датум завршетка'; @override - String get dateRangePickerHelpText => 'ИЗАБЕРИТЕ ПЕРИОД'; + String get dateRangePickerHelpText => 'Изаберите период'; @override String get dateRangeStartDateSemanticLabelRaw => r'Датум почетка: $fullDate'; @@ -34013,16 +34572,16 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get reorderItemUp => 'Померите нагоре'; @override - String get rowsPerPageTitle => 'Редова по страници:'; + String get rowsPerPageTitle => 'Редова на страници:'; @override - String get saveButtonLabel => 'САЧУВАЈ'; + String get saveButtonLabel => 'Сачувај'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Скрим'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Затвори: $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -34070,7 +34629,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'ИЗАБЕРИТЕ ВРЕМЕ'; + String get timePickerDialHelpText => 'Изаберите време'; @override String get timePickerHourLabel => 'Сат'; @@ -34079,7 +34638,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Изаберите сате'; @override - String get timePickerInputHelpText => 'УНЕСИТЕ ВРЕМЕ'; + String get timePickerInputHelpText => 'Унесите време'; @override String get timePickerMinuteLabel => 'Минут'; @@ -34094,7 +34653,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Период'; @override - String get viewLicensesButtonLabel => 'ПРИКАЖИ ЛИЦЕНЦЕ'; + String get viewLicensesButtonLabel => 'Прикажи лиценце'; } /// The translations for Serbian, using the Cyrillic script (`sr_Cyrl`). @@ -34146,14 +34705,17 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { @override String get backButtonTooltip => 'Nazad'; + @override + String get bottomSheetLabel => 'Donja tabela'; + @override String get calendarModeButtonLabel => 'Pređite na kalendar'; @override - String get cancelButtonLabel => 'OTKAŽI'; + String get cancelButtonLabel => 'Otkaži'; @override - String get closeButtonLabel => 'ZATVORI'; + String get closeButtonLabel => 'Zatvori'; @override String get closeButtonTooltip => 'Zatvorite'; @@ -34162,11 +34724,14 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get collapsedIconTapHint => 'Proširi'; @override - String get continueButtonLabel => 'NASTAVI'; + String get continueButtonLabel => 'Nastavi'; @override String get copyButtonLabel => 'Kopiraj'; + @override + String get currentDateLabel => 'Danas'; + @override String get cutButtonLabel => 'Iseci'; @@ -34180,7 +34745,7 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get dateOutOfRangeLabel => 'Izvan perioda.'; @override - String get datePickerHelpText => 'IZABERITE DATUM'; + String get datePickerHelpText => 'Izaberite datum'; @override String get dateRangeEndDateSemanticLabelRaw => r'Datum završetka: $fullDate'; @@ -34189,7 +34754,7 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get dateRangeEndLabel => 'Datum završetka'; @override - String get dateRangePickerHelpText => 'IZABERITE PERIOD'; + String get dateRangePickerHelpText => 'Izaberite period'; @override String get dateRangeStartDateSemanticLabelRaw => r'Datum početka: $fullDate'; @@ -34336,10 +34901,16 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get reorderItemUp => 'Pomerite nagore'; @override - String get rowsPerPageTitle => 'Redova po stranici:'; + String get rowsPerPageTitle => 'Redova na stranici:'; @override - String get saveButtonLabel => 'SAČUVAJ'; + String get saveButtonLabel => 'Sačuvaj'; + + @override + String get scrimLabel => 'Skrim'; + + @override + String get scrimOnTapHintRaw => r'Zatvori: $modalRouteContentName'; @override String get searchFieldLabel => 'Pretražite'; @@ -34372,7 +34943,7 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get tabLabelRaw => r'$tabIndex. kartica od $tabCount'; @override - String get timePickerDialHelpText => 'IZABERITE VREME'; + String get timePickerDialHelpText => 'Izaberite vreme'; @override String get timePickerHourLabel => 'Sat'; @@ -34381,7 +34952,7 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get timePickerHourModeAnnouncement => 'Izaberite sate'; @override - String get timePickerInputHelpText => 'UNESITE VREME'; + String get timePickerInputHelpText => 'Unesite vreme'; @override String get timePickerMinuteLabel => 'Minut'; @@ -34396,7 +34967,7 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get unspecifiedDateRange => 'Period'; @override - String get viewLicensesButtonLabel => 'PRIKAŽI LICENCE'; + String get viewLicensesButtonLabel => 'Prikaži licence'; } /// The translations for Swedish (`sv`). @@ -34430,16 +35001,16 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Tillbaka'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Ark på nedre delen av skärmen'; @override String get calendarModeButtonLabel => 'Byt till kalender'; @override - String get cancelButtonLabel => 'AVBRYT'; + String get cancelButtonLabel => 'Avbryt'; @override - String get closeButtonLabel => 'STÄNG'; + String get closeButtonLabel => 'Stäng'; @override String get closeButtonTooltip => 'Stäng'; @@ -34448,13 +35019,13 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Utöka'; @override - String get continueButtonLabel => 'FORTSÄTT'; + String get continueButtonLabel => 'Fortsätt'; @override String get copyButtonLabel => 'Kopiera'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'I dag'; @override String get cutButtonLabel => 'Klipp ut'; @@ -34469,7 +35040,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Utanför intervallet.'; @override - String get datePickerHelpText => 'VÄLJ DATUM'; + String get datePickerHelpText => 'Välj datum'; @override String get dateRangeEndDateSemanticLabelRaw => r'Slutdatum $fullDate'; @@ -34478,7 +35049,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Slutdatum'; @override - String get dateRangePickerHelpText => 'VÄLJ INTERVALL'; + String get dateRangePickerHelpText => 'Välj intervall'; @override String get dateRangeStartDateSemanticLabelRaw => r'Startdatum $fullDate'; @@ -34646,7 +35217,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get keyboardKeyPageUp => 'PgUp'; @override - String get keyboardKeyPower => 'Strömbrytare'; + String get keyboardKeyPower => 'Av/på'; @override String get keyboardKeyPowerOff => 'Stäng av'; @@ -34661,7 +35232,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Välj'; @override - String get keyboardKeyShift => 'Shift'; + String get keyboardKeyShift => 'Skift'; @override String get keyboardKeySpace => 'Blanksteg'; @@ -34775,13 +35346,13 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Rader per sida:'; @override - String get saveButtonLabel => 'SPARA'; + String get saveButtonLabel => 'Spara'; @override String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Stäng $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -34829,7 +35400,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'VÄLJ TID'; + String get timePickerDialHelpText => 'Välj tid'; @override String get timePickerHourLabel => 'Timme'; @@ -34838,7 +35409,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Välj timmar'; @override - String get timePickerInputHelpText => 'ANGE TID'; + String get timePickerInputHelpText => 'Ange tid'; @override String get timePickerMinuteLabel => 'Minut'; @@ -34853,7 +35424,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Datumintervall'; @override - String get viewLicensesButtonLabel => 'VISA LICENSER'; + String get viewLicensesButtonLabel => 'Visa licenser'; } /// The translations for Swahili (`sw`). @@ -34887,16 +35458,16 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Rudi Nyuma'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Safu ya Chini'; @override String get calendarModeButtonLabel => 'Badili utumie hali ya kalenda'; @override - String get cancelButtonLabel => 'GHAIRI'; + String get cancelButtonLabel => 'Ghairi'; @override - String get closeButtonLabel => 'FUNGA'; + String get closeButtonLabel => 'Funga'; @override String get closeButtonTooltip => 'Funga'; @@ -34905,13 +35476,13 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Panua'; @override - String get continueButtonLabel => 'ENDELEA'; + String get continueButtonLabel => 'Endelea'; @override String get copyButtonLabel => 'Nakili'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Leo'; @override String get cutButtonLabel => 'Kata'; @@ -34926,7 +35497,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Umechagua tarehe iliyo nje ya kipindi.'; @override - String get datePickerHelpText => 'CHAGUA TAREHE'; + String get datePickerHelpText => 'Chagua tarehe'; @override String get dateRangeEndDateSemanticLabelRaw => r'Tarehe ya kumalizika $fullDate'; @@ -34935,7 +35506,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Tarehe ya Kumalizika'; @override - String get dateRangePickerHelpText => 'CHAGUA KIPINDI'; + String get dateRangePickerHelpText => 'Chagua kipindi'; @override String get dateRangeStartDateSemanticLabelRaw => r'Tarehe ya kuanza $fullDate'; @@ -35232,13 +35803,13 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Safu mlalo kwa kila ukurasa:'; @override - String get saveButtonLabel => 'HIFADHI'; + String get saveButtonLabel => 'Hifadhi'; @override String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Funga $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -35286,7 +35857,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @override - String get timePickerDialHelpText => 'CHAGUA SAA'; + String get timePickerDialHelpText => 'Chagua muda'; @override String get timePickerHourLabel => 'Saa'; @@ -35295,7 +35866,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Chagua saa'; @override - String get timePickerInputHelpText => 'WEKA SAA'; + String get timePickerInputHelpText => 'Weka muda'; @override String get timePickerMinuteLabel => 'Dakika'; @@ -35310,7 +35881,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Kipindi'; @override - String get viewLicensesButtonLabel => 'ANGALIA LESENI'; + String get viewLicensesButtonLabel => 'Angalia leseni'; } /// The translations for Tamil (`ta`). @@ -35338,13 +35909,13 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get alertDialogLabel => 'விழிப்பூட்டல்'; @override - String get anteMeridiemAbbreviation => 'முற்பகல்'; + String get anteMeridiemAbbreviation => 'AM'; @override String get backButtonTooltip => 'முந்தைய பக்கம்'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'கீழ்த் திரை'; @override String get calendarModeButtonLabel => 'கேலெண்டருக்கு மாற்று'; @@ -35362,13 +35933,13 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'விரிக்கும்'; @override - String get continueButtonLabel => 'தொடர்க'; + String get continueButtonLabel => 'தொடர்'; @override String get copyButtonLabel => 'நகலெடு'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'இன்று'; @override String get cutButtonLabel => 'வெட்டு'; @@ -35383,7 +35954,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'வரம்பிற்கு வெளியே உள்ளது.'; @override - String get datePickerHelpText => 'தேதியைத் தேர்ந்தெடுக்கவும்'; + String get datePickerHelpText => 'தேதியைத் தேர்வுசெய்க'; @override String get dateRangeEndDateSemanticLabelRaw => r'முடிவுத் தேதி $fullDate'; @@ -35638,7 +36209,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get popupMenuLabel => 'பாப்-அப் மெனு'; @override - String get postMeridiemAbbreviation => 'பிற்பகல்'; + String get postMeridiemAbbreviation => 'PM'; @override String get previousMonthTooltip => 'முந்தைய மாதம்'; @@ -35692,10 +36263,10 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get saveButtonLabel => 'சேமி'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'ஸ்க்ரிம்'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentName ஐ மூடுக'; @override ScriptCategory get scriptCategory => ScriptCategory.dense; @@ -35743,7 +36314,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; @override - String get timePickerDialHelpText => 'நேரத்தைத் தேர்வுசெய்க'; + String get timePickerDialHelpText => 'நேரத்தைத் தேர்ந்தெடுக்கவும்'; @override String get timePickerHourLabel => 'மணிநேரம்'; @@ -35801,16 +36372,16 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get backButtonTooltip => 'వెనుకకు'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'దిగువున ఉన్న షీట్'; @override String get calendarModeButtonLabel => 'క్యాలెండర్‌కు మారండి'; @override - String get cancelButtonLabel => 'రద్దు చేయి'; + String get cancelButtonLabel => 'రద్దు చేయండి'; @override - String get closeButtonLabel => 'మూసివేయి'; + String get closeButtonLabel => 'మూసివేయండి'; @override String get closeButtonTooltip => 'మూసివేయి'; @@ -35819,16 +36390,16 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'విస్తరించు'; @override - String get continueButtonLabel => 'కొనసాగించు'; + String get continueButtonLabel => 'కొనసాగించండి'; @override String get copyButtonLabel => 'కాపీ చేయి'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'నేడు'; @override - String get cutButtonLabel => 'కత్తిరించు'; + String get cutButtonLabel => 'కత్తిరించండి'; @override String get dateHelpText => 'mm/dd/yyyy'; @@ -35840,7 +36411,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'పరిధి వెలుపల ఉంది.'; @override - String get datePickerHelpText => 'తేదీని ఎంచుకోండి'; + String get datePickerHelpText => 'తేదీ ఎంచుకోండి'; @override String get dateRangeEndDateSemanticLabelRaw => r'ముగింపు తేదీ $fullDate'; @@ -35861,7 +36432,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get dateSeparator => '/'; @override - String get deleteButtonTooltip => 'తొలగించు'; + String get deleteButtonTooltip => 'తొలగించండి'; @override String get dialModeButtonLabel => 'డయల్ పికర్ మోడ్‌కు మారుస్తుంది'; @@ -36089,7 +36660,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$rowCountలో $firstRow–$lastRow'; @override - String get pasteButtonLabel => 'అతికించు'; + String get pasteButtonLabel => 'పేస్ట్ చేయండి'; @override String get popupMenuLabel => 'పాప్‌అప్ మెనూ'; @@ -36104,7 +36675,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get previousPageTooltip => 'మునుపటి పేజీ'; @override - String get refreshIndicatorSemanticLabel => 'రిఫ్రెష్ చేయి'; + String get refreshIndicatorSemanticLabel => 'రిఫ్రెష్ చేయండి'; @override String? get remainingTextFieldCharacterCountFew => null; @@ -36146,19 +36717,19 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'పేజీకి ఉండే అడ్డు వరుసలు:'; @override - String get saveButtonLabel => 'సేవ్ చేయి'; + String get saveButtonLabel => 'సేవ్ చేయండి'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'స్క్రిమ్'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentName‌ను మూసివేయండి'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @override - String get searchFieldLabel => 'వెతుకు'; + String get searchFieldLabel => 'వెతకండి'; @override String get selectAllButtonLabel => 'అన్నింటినీ ఎంచుకోండి'; @@ -36282,7 +36853,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get copyButtonLabel => 'คัดลอก'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'วันนี้'; @override String get cutButtonLabel => 'ตัด'; @@ -36609,7 +37180,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'ปิด $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -36721,10 +37292,10 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get calendarModeButtonLabel => 'Lumipat sa kalendaryo'; @override - String get cancelButtonLabel => 'KANSELAHIN'; + String get cancelButtonLabel => 'Kanselahin'; @override - String get closeButtonLabel => 'ISARA'; + String get closeButtonLabel => 'Isara'; @override String get closeButtonTooltip => 'Isara'; @@ -36733,13 +37304,13 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'I-expand'; @override - String get continueButtonLabel => 'MAGPATULOY'; + String get continueButtonLabel => 'Magpatuloy'; @override String get copyButtonLabel => 'Kopyahin'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Ngayon'; @override String get cutButtonLabel => 'I-cut'; @@ -36754,7 +37325,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Wala sa hanay.'; @override - String get datePickerHelpText => 'PUMILI NG PETSA'; + String get datePickerHelpText => 'Pumili ng petsa'; @override String get dateRangeEndDateSemanticLabelRaw => r'Petsa ng pagtatapos $fullDate'; @@ -36763,7 +37334,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Petsa ng Pagtatapos'; @override - String get dateRangePickerHelpText => 'PUMILI NG HANAY'; + String get dateRangePickerHelpText => 'Pumili ng hanay'; @override String get dateRangeStartDateSemanticLabelRaw => r'Petsa ng pagsisimula $fullDate'; @@ -37060,13 +37631,13 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Mga row bawat page:'; @override - String get saveButtonLabel => 'I-SAVE'; + String get saveButtonLabel => 'I-save'; @override String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Isara ang $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -37114,7 +37685,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'PUMILI NG ORAS'; + String get timePickerDialHelpText => 'Pumili ng oras'; @override String get timePickerHourLabel => 'Oras'; @@ -37123,7 +37694,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Pumili ng mga oras'; @override - String get timePickerInputHelpText => 'MAGLAGAY NG ORAS'; + String get timePickerInputHelpText => 'Maglagay ng oras'; @override String get timePickerMinuteLabel => 'Minuto'; @@ -37138,7 +37709,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Hanay ng Petsa'; @override - String get viewLicensesButtonLabel => 'TINGNAN ANG MGA LISENSYA'; + String get viewLicensesButtonLabel => 'Tingnan ang mga lisensya'; } /// The translations for Turkish (`tr`). @@ -37172,16 +37743,16 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Geri'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'alt sayfa'; @override String get calendarModeButtonLabel => 'Takvime geç'; @override - String get cancelButtonLabel => 'İPTAL'; + String get cancelButtonLabel => 'İptal'; @override - String get closeButtonLabel => 'KAPAT'; + String get closeButtonLabel => 'Kapat'; @override String get closeButtonTooltip => 'Kapat'; @@ -37190,13 +37761,13 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Genişlet'; @override - String get continueButtonLabel => 'DEVAM'; + String get continueButtonLabel => 'Devam'; @override String get copyButtonLabel => 'Kopyala'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Bugün'; @override String get cutButtonLabel => 'Kes'; @@ -37211,7 +37782,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Kapsama alanı dışında.'; @override - String get datePickerHelpText => 'TARİH SEÇİN'; + String get datePickerHelpText => 'Tarih seçin'; @override String get dateRangeEndDateSemanticLabelRaw => r'Bitiş tarihi $fullDate'; @@ -37220,7 +37791,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Bitiş Tarihi'; @override - String get dateRangePickerHelpText => 'ARALIK SEÇİN'; + String get dateRangePickerHelpText => 'Aralık seçin'; @override String get dateRangeStartDateSemanticLabelRaw => r'Başlangıç tarihi $fullDate'; @@ -37403,7 +37974,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Seç'; @override - String get keyboardKeyShift => 'Shift'; + String get keyboardKeyShift => 'üst karakter'; @override String get keyboardKeySpace => 'Boşluk'; @@ -37517,13 +38088,13 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Sayfa başına satır sayısı:'; @override - String get saveButtonLabel => 'KAYDET'; + String get saveButtonLabel => 'Kaydet'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'opaklık katmanı'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentName içeriğini kapat'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -37571,7 +38142,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'SAATİ SEÇİN'; + String get timePickerDialHelpText => 'Saat seçin'; @override String get timePickerHourLabel => 'Saat'; @@ -37580,7 +38151,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Saati seçin'; @override - String get timePickerInputHelpText => 'SAATİ GİRİN'; + String get timePickerInputHelpText => 'Saat girin'; @override String get timePickerMinuteLabel => 'Dakika'; @@ -37595,7 +38166,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Tarih Aralığı'; @override - String get viewLicensesButtonLabel => 'LİSANSLARI GÖSTER'; + String get viewLicensesButtonLabel => 'Lisansları göster'; } /// The translations for Ukrainian (`uk`). @@ -37629,16 +38200,16 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Назад'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Нижній екран'; @override String get calendarModeButtonLabel => 'Перейти до календаря'; @override - String get cancelButtonLabel => 'СКАСУВАТИ'; + String get cancelButtonLabel => 'Скасувати'; @override - String get closeButtonLabel => 'ЗАКРИТИ'; + String get closeButtonLabel => 'Закрити'; @override String get closeButtonTooltip => 'Закрити'; @@ -37647,13 +38218,13 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Розгорнути'; @override - String get continueButtonLabel => 'ПРОДОВЖИТИ'; + String get continueButtonLabel => 'Продовжити'; @override String get copyButtonLabel => 'Копіювати'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Сьогодні'; @override String get cutButtonLabel => 'Вирізати'; @@ -37668,7 +38239,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'За межами діапазону.'; @override - String get datePickerHelpText => 'ВИБРАТИ ДАТУ'; + String get datePickerHelpText => 'Вибрати дату'; @override String get dateRangeEndDateSemanticLabelRaw => r'Дата завершення $fullDate'; @@ -37677,7 +38248,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Дата завершення'; @override - String get dateRangePickerHelpText => 'ВИБРАТИ ДІАПАЗОН'; + String get dateRangePickerHelpText => 'Вибрати діапазон дат'; @override String get dateRangeStartDateSemanticLabelRaw => r'Дата початку $fullDate'; @@ -37974,13 +38545,13 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Рядків на сторінці:'; @override - String get saveButtonLabel => 'ЗБЕРЕГТИ'; + String get saveButtonLabel => 'Зберегти'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Маскувальний фон'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Закрити: $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -38028,7 +38599,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'ВИБЕРІТЬ ЧАС'; + String get timePickerDialHelpText => 'Вибрати час'; @override String get timePickerHourLabel => 'Години'; @@ -38037,7 +38608,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Виберіть години'; @override - String get timePickerInputHelpText => 'ВВЕДІТЬ ЧАС'; + String get timePickerInputHelpText => 'Ввести час'; @override String get timePickerMinuteLabel => 'Хвилини'; @@ -38052,7 +38623,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Діапазон дат'; @override - String get viewLicensesButtonLabel => 'ПЕРЕГЛЯНУТИ ЛІЦЕНЗІЇ'; + String get viewLicensesButtonLabel => 'Переглянути ліцензії'; } /// The translations for Urdu (`ur`). @@ -38086,7 +38657,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get backButtonTooltip => 'پیچھے'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'نیچے کی شیٹ'; @override String get calendarModeButtonLabel => 'کیلنڈر پر سوئچ کریں'; @@ -38110,7 +38681,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get copyButtonLabel => 'کاپی کریں'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'آج'; @override String get cutButtonLabel => 'کٹ کریں'; @@ -38434,10 +39005,10 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get saveButtonLabel => 'محفوظ کریں'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'اسکریم'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentName بند کریں'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -38543,16 +39114,16 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Orqaga'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Quyi ekran'; @override String get calendarModeButtonLabel => 'Taqvimda ochish'; @override - String get cancelButtonLabel => 'BEKOR QILISH'; + String get cancelButtonLabel => 'Bekor qilish'; @override - String get closeButtonLabel => 'YOPISH'; + String get closeButtonLabel => 'Yopish'; @override String get closeButtonTooltip => 'Yopish'; @@ -38561,13 +39132,13 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Yoyish'; @override - String get continueButtonLabel => 'DAVOM ETISH'; + String get continueButtonLabel => 'Davom etish'; @override String get copyButtonLabel => 'Nusxa olish'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Bugun'; @override String get cutButtonLabel => 'Kesib olish'; @@ -38582,7 +39153,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Diapazondan tashqarida.'; @override - String get datePickerHelpText => 'SANANI TANLANG'; + String get datePickerHelpText => 'Sanani tanlang'; @override String get dateRangeEndDateSemanticLabelRaw => r'Tugash sanasi: $fullDate'; @@ -38591,7 +39162,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Tugash sanasi'; @override - String get dateRangePickerHelpText => 'ORALIQNI TANLANG'; + String get dateRangePickerHelpText => 'Oraliqni tanlang'; @override String get dateRangeStartDateSemanticLabelRaw => r'Boshlanish sanasi: $fullDate'; @@ -38888,13 +39459,13 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Har bir sahifadagi qatorlar soni:'; @override - String get saveButtonLabel => 'SAQLASH'; + String get saveButtonLabel => 'Saqlash'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Kanop'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Yopish: $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -38942,7 +39513,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'VAQTNI TANLANG'; + String get timePickerDialHelpText => 'Vaqtni tanlang'; @override String get timePickerHourLabel => 'Soat'; @@ -38951,7 +39522,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Soatni tanlang'; @override - String get timePickerInputHelpText => 'VAQTNI KIRITING'; + String get timePickerInputHelpText => 'Vaqtni kiriting'; @override String get timePickerMinuteLabel => 'Daqiqa'; @@ -39000,16 +39571,16 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Quay lại'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Bảng dưới cùng'; @override String get calendarModeButtonLabel => 'Chuyển sang lịch'; @override - String get cancelButtonLabel => 'HỦY'; + String get cancelButtonLabel => 'Huỷ'; @override - String get closeButtonLabel => 'ĐÓNG'; + String get closeButtonLabel => 'Đóng'; @override String get closeButtonTooltip => 'Đóng'; @@ -39018,13 +39589,13 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Mở rộng'; @override - String get continueButtonLabel => 'TIẾP TỤC'; + String get continueButtonLabel => 'Tiếp tục'; @override String get copyButtonLabel => 'Sao chép'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Hôm nay'; @override String get cutButtonLabel => 'Cắt'; @@ -39039,7 +39610,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Ngoài phạm vi.'; @override - String get datePickerHelpText => 'CHỌN NGÀY'; + String get datePickerHelpText => 'Chọn ngày'; @override String get dateRangeEndDateSemanticLabelRaw => r'Ngày kết thúc $fullDate'; @@ -39048,7 +39619,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Ngày kết thúc'; @override - String get dateRangePickerHelpText => 'CHỌN PHẠM VI'; + String get dateRangePickerHelpText => 'Chọn phạm vi'; @override String get dateRangeStartDateSemanticLabelRaw => r'Ngày bắt đầu $fullDate'; @@ -39345,13 +39916,13 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Số hàng mỗi trang:'; @override - String get saveButtonLabel => 'LƯU'; + String get saveButtonLabel => 'Lưu'; @override String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Đóng $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -39399,7 +39970,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'CHỌN THỜI GIAN'; + String get timePickerDialHelpText => 'Chọn thời gian'; @override String get timePickerHourLabel => 'Giờ'; @@ -39408,7 +39979,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Chọn giờ'; @override - String get timePickerInputHelpText => 'NHẬP THỜI GIAN'; + String get timePickerInputHelpText => 'Nhập thời gian'; @override String get timePickerMinuteLabel => 'Phút'; @@ -39423,7 +39994,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Phạm vi ngày'; @override - String get viewLicensesButtonLabel => 'XEM GIẤY PHÉP'; + String get viewLicensesButtonLabel => 'Xem giấy phép'; } /// The translations for Chinese (`zh`). @@ -39457,7 +40028,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get backButtonTooltip => '返回'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => '底部动作条'; @override String get calendarModeButtonLabel => '切换到日历模式'; @@ -39481,7 +40052,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get copyButtonLabel => '复制'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => '今天'; @override String get cutButtonLabel => '剪切'; @@ -39805,10 +40376,10 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get saveButtonLabel => '保存'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => '纱罩'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'关闭 $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.dense; @@ -39926,6 +40497,9 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { @override String get alertDialogLabel => '通知'; + @override + String get bottomSheetLabel => '頁底面板'; + @override String get calendarModeButtonLabel => '切換至日曆'; @@ -39966,7 +40540,7 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get dateRangeEndLabel => '結束日期'; @override - String get dateRangePickerHelpText => '選取範圍'; + String get dateRangePickerHelpText => '請選擇範圍'; @override String get dateRangeStartDateSemanticLabelRaw => r'開始日期係 $fullDate'; @@ -40181,6 +40755,12 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { @override String get saveButtonLabel => '儲存'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'關閉 $modalRouteContentName'; + @override String get searchFieldLabel => '搜尋'; @@ -40209,7 +40789,7 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get tabLabelRaw => r'第 $tabIndex 個標籤,總共 $tabCount 個'; @override - String get timePickerDialHelpText => '選取時間'; + String get timePickerDialHelpText => '請選取時間'; @override String get timePickerHourLabel => '小時'; @@ -40218,7 +40798,7 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get timePickerHourModeAnnouncement => '揀選小時'; @override - String get timePickerInputHelpText => '輸入時間'; + String get timePickerInputHelpText => '請輸入時間'; @override String get timePickerMinuteLabel => '分鐘'; @@ -40270,12 +40850,30 @@ class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { required super.twoDigitZeroPaddedFormat, }); + @override + String get scrimLabel => '紗罩'; + + @override + String get bottomSheetLabel => '底部功能表'; + + @override + String get scrimOnTapHintRaw => r'關閉「$modalRouteContentName」'; + + @override + String get keyboardKeyShift => 'Shift 鍵'; + @override String get dialModeButtonLabel => '切換至鐘面挑選器模式'; @override String? get licensesPackageDetailTextOne => '1 個授權'; + @override + String get timePickerDialHelpText => '選取時間'; + + @override + String get timePickerInputHelpText => '輸入時間'; + @override String get timePickerHourLabel => '時'; @@ -40288,6 +40886,9 @@ class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { @override String get calendarModeButtonLabel => '切換到日曆模式'; + @override + String get dateRangePickerHelpText => '選取日期範圍'; + @override String get dateRangeEndDateSemanticLabelRaw => r'結束日期為 $fullDate'; @@ -40377,16 +40978,16 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Emuva'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Ishidi Eliphansi'; @override String get calendarModeButtonLabel => 'Shintshela kukhalenda'; @override - String get cancelButtonLabel => 'KHANSELA'; + String get cancelButtonLabel => 'Khansela'; @override - String get closeButtonLabel => 'VALA'; + String get closeButtonLabel => 'Vala'; @override String get closeButtonTooltip => 'Vala'; @@ -40395,13 +40996,13 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Nweba'; @override - String get continueButtonLabel => 'QHUBEKA'; + String get continueButtonLabel => 'Qhubeka'; @override String get copyButtonLabel => 'Kopisha'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Namuhla'; @override String get cutButtonLabel => 'Sika'; @@ -40416,7 +41017,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Ikude kubanga.'; @override - String get datePickerHelpText => 'KHETHA IDETHI'; + String get datePickerHelpText => 'Khetha usuku'; @override String get dateRangeEndDateSemanticLabelRaw => r'Idethi yokuphela umhla ka-$fullDate'; @@ -40425,7 +41026,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Idethi yokugcina'; @override - String get dateRangePickerHelpText => 'KHETHA IBANGA'; + String get dateRangePickerHelpText => 'Khetha Ibanga'; @override String get dateRangeStartDateSemanticLabelRaw => r'Idethi yokuqala umhla ka-$fullDate'; @@ -40608,7 +41209,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Khetha'; @override - String get keyboardKeyShift => 'Shift'; + String get keyboardKeyShift => 'U-Shift'; @override String get keyboardKeySpace => 'Space'; @@ -40722,13 +41323,13 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Imigqa ekhasini ngalinye:'; @override - String get saveButtonLabel => 'LONDOLOZA'; + String get saveButtonLabel => 'Londoloza'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'I-Scrim'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Vala i-$modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -40776,7 +41377,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'KHETHA ISIKHATHI'; + String get timePickerDialHelpText => 'Khetha isikhathi'; @override String get timePickerHourLabel => 'Ihora'; @@ -40785,7 +41386,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Khetha amahora'; @override - String get timePickerInputHelpText => 'FAKA ISIKHATHI'; + String get timePickerInputHelpText => 'Faka isikhathi'; @override String get timePickerMinuteLabel => 'Iminithi'; @@ -40826,6 +41427,7 @@ final Set kMaterialSupportedLanguages = HashSet.from(const kMaterialSupportedLanguages = HashSet.from(const Date: Mon, 3 Apr 2023 18:59:40 -0700 Subject: [PATCH 229/327] Revert "Add Welsh to Material Flutter (and update some other translations)" (#124088) Revert "Add Welsh to Material Flutter (and update some other translations)" --- .../lib/src/l10n/cupertino_cy.arb | 45 - .../lib/src/l10n/cupertino_ms.arb | 2 +- .../lib/src/l10n/cupertino_ta.arb | 4 +- .../lib/src/l10n/cupertino_te.arb | 4 +- .../generated_cupertino_localizations.dart | 161 +- .../generated_material_localizations.dart | 2835 +++++++---------- .../lib/src/l10n/material_af.arb | 26 +- .../lib/src/l10n/material_am.arb | 14 +- .../lib/src/l10n/material_ar.arb | 16 +- .../lib/src/l10n/material_as.arb | 10 +- .../lib/src/l10n/material_az.arb | 26 +- .../lib/src/l10n/material_be.arb | 26 +- .../lib/src/l10n/material_bg.arb | 26 +- .../lib/src/l10n/material_bn.arb | 12 +- .../lib/src/l10n/material_bs.arb | 26 +- .../lib/src/l10n/material_ca.arb | 28 +- .../lib/src/l10n/material_cs.arb | 24 +- .../lib/src/l10n/material_cy.arb | 148 - .../lib/src/l10n/material_da.arb | 26 +- .../lib/src/l10n/material_de.arb | 28 +- .../lib/src/l10n/material_el.arb | 26 +- .../lib/src/l10n/material_en_AU.arb | 25 +- .../lib/src/l10n/material_en_CA.arb | 2 +- .../lib/src/l10n/material_en_GB.arb | 25 +- .../lib/src/l10n/material_en_IE.arb | 25 +- .../lib/src/l10n/material_en_IN.arb | 25 +- .../lib/src/l10n/material_en_NZ.arb | 25 +- .../lib/src/l10n/material_en_SG.arb | 25 +- .../lib/src/l10n/material_en_ZA.arb | 25 +- .../lib/src/l10n/material_es.arb | 30 +- .../lib/src/l10n/material_es_419.arb | 23 +- .../lib/src/l10n/material_es_AR.arb | 23 +- .../lib/src/l10n/material_es_BO.arb | 23 +- .../lib/src/l10n/material_es_CL.arb | 23 +- .../lib/src/l10n/material_es_CO.arb | 23 +- .../lib/src/l10n/material_es_CR.arb | 23 +- .../lib/src/l10n/material_es_DO.arb | 23 +- .../lib/src/l10n/material_es_EC.arb | 23 +- .../lib/src/l10n/material_es_GT.arb | 23 +- .../lib/src/l10n/material_es_HN.arb | 23 +- .../lib/src/l10n/material_es_MX.arb | 23 +- .../lib/src/l10n/material_es_NI.arb | 23 +- .../lib/src/l10n/material_es_PA.arb | 23 +- .../lib/src/l10n/material_es_PE.arb | 23 +- .../lib/src/l10n/material_es_PR.arb | 23 +- .../lib/src/l10n/material_es_PY.arb | 23 +- .../lib/src/l10n/material_es_SV.arb | 23 +- .../lib/src/l10n/material_es_US.arb | 23 +- .../lib/src/l10n/material_es_UY.arb | 23 +- .../lib/src/l10n/material_es_VE.arb | 23 +- .../lib/src/l10n/material_et.arb | 28 +- .../lib/src/l10n/material_eu.arb | 28 +- .../lib/src/l10n/material_fa.arb | 16 +- .../lib/src/l10n/material_fi.arb | 28 +- .../lib/src/l10n/material_fil.arb | 22 +- .../lib/src/l10n/material_fr.arb | 28 +- .../lib/src/l10n/material_fr_CA.arb | 23 +- .../lib/src/l10n/material_gl.arb | 28 +- .../lib/src/l10n/material_gsw.arb | 28 +- .../lib/src/l10n/material_gu.arb | 8 +- .../lib/src/l10n/material_he.arb | 12 +- .../lib/src/l10n/material_hi.arb | 16 +- .../lib/src/l10n/material_hr.arb | 26 +- .../lib/src/l10n/material_hu.arb | 26 +- .../lib/src/l10n/material_hy.arb | 26 +- .../lib/src/l10n/material_id.arb | 24 +- .../lib/src/l10n/material_is.arb | 26 +- .../lib/src/l10n/material_it.arb | 28 +- .../lib/src/l10n/material_ja.arb | 12 +- .../lib/src/l10n/material_ka.arb | 18 +- .../lib/src/l10n/material_kk.arb | 26 +- .../lib/src/l10n/material_km.arb | 14 +- .../lib/src/l10n/material_kn.arb | 10 +- .../lib/src/l10n/material_ko.arb | 10 +- .../lib/src/l10n/material_ky.arb | 34 +- .../lib/src/l10n/material_lo.arb | 6 +- .../lib/src/l10n/material_lt.arb | 26 +- .../lib/src/l10n/material_lv.arb | 28 +- .../lib/src/l10n/material_mk.arb | 26 +- .../lib/src/l10n/material_ml.arb | 10 +- .../lib/src/l10n/material_mn.arb | 26 +- .../lib/src/l10n/material_mr.arb | 14 +- .../lib/src/l10n/material_ms.arb | 26 +- .../lib/src/l10n/material_my.arb | 14 +- .../lib/src/l10n/material_nb.arb | 26 +- .../lib/src/l10n/material_ne.arb | 14 +- .../lib/src/l10n/material_nl.arb | 24 +- .../lib/src/l10n/material_no.arb | 26 +- .../lib/src/l10n/material_or.arb | 16 +- .../lib/src/l10n/material_pa.arb | 8 +- .../lib/src/l10n/material_pl.arb | 26 +- .../lib/src/l10n/material_pt.arb | 24 +- .../lib/src/l10n/material_pt_PT.arb | 23 +- .../lib/src/l10n/material_ro.arb | 26 +- .../lib/src/l10n/material_ru.arb | 26 +- .../lib/src/l10n/material_si.arb | 12 +- .../lib/src/l10n/material_sk.arb | 24 +- .../lib/src/l10n/material_sl.arb | 24 +- .../lib/src/l10n/material_sq.arb | 26 +- .../lib/src/l10n/material_sr.arb | 28 +- .../lib/src/l10n/material_sr_Latn.arb | 25 +- .../lib/src/l10n/material_sv.arb | 28 +- .../lib/src/l10n/material_sw.arb | 24 +- .../lib/src/l10n/material_ta.arb | 18 +- .../lib/src/l10n/material_te.arb | 28 +- .../lib/src/l10n/material_th.arb | 4 +- .../lib/src/l10n/material_tl.arb | 22 +- .../lib/src/l10n/material_tr.arb | 28 +- .../lib/src/l10n/material_uk.arb | 26 +- .../lib/src/l10n/material_ur.arb | 8 +- .../lib/src/l10n/material_uz.arb | 24 +- .../lib/src/l10n/material_vi.arb | 24 +- .../lib/src/l10n/material_zh.arb | 8 +- .../lib/src/l10n/material_zh_HK.arb | 11 +- .../lib/src/l10n/material_zh_TW.arb | 7 +- .../lib/src/l10n/material_zu.arb | 26 +- 116 files changed, 2228 insertions(+), 3337 deletions(-) delete mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb delete mode 100644 packages/flutter_localizations/lib/src/l10n/material_cy.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb deleted file mode 100644 index 8dcf0d245103..000000000000 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb +++ /dev/null @@ -1,45 +0,0 @@ -{ - "timerPickerHourLabelTwo": "awr", - "datePickerHourSemanticsLabelZero": "$hour o'r gloch", - "datePickerHourSemanticsLabelTwo": "$hour o'r gloch", - "datePickerHourSemanticsLabelFew": "$hour o'r gloch", - "datePickerHourSemanticsLabelMany": "$hour o'r gloch", - "timerPickerSecondLabelFew": "eiliad", - "timerPickerSecondLabelTwo": "eiliad", - "datePickerMinuteSemanticsLabelZero": "$minute munud", - "datePickerMinuteSemanticsLabelTwo": "$minute funud", - "datePickerMinuteSemanticsLabelFew": "$minute munud", - "datePickerMinuteSemanticsLabelMany": "$minute munud", - "timerPickerSecondLabelZero": "eiliad", - "timerPickerMinuteLabelMany": "munud", - "timerPickerMinuteLabelTwo": "funud", - "timerPickerMinuteLabelZero": "munud", - "timerPickerHourLabelMany": "awr", - "timerPickerHourLabelFew": "awr", - "timerPickerMinuteLabelFew": "munud", - "timerPickerSecondLabelMany": "eiliad", - "timerPickerHourLabelZero": "awr", - "datePickerHourSemanticsLabelOne": "$hour o'r gloch", - "datePickerHourSemanticsLabelOther": "$hour o'r gloch", - "datePickerMinuteSemanticsLabelOne": "1 funud", - "datePickerMinuteSemanticsLabelOther": "$minute munud", - "datePickerDateOrder": "dmy", - "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM", - "todayLabel": "Heddiw", - "alertDialogLabel": "Rhybudd", - "tabSemanticsLabel": "Tab $tabIndex o $tabCount", - "timerPickerHourLabelOne": "awr", - "timerPickerHourLabelOther": "awr", - "timerPickerMinuteLabelOne": "funud", - "timerPickerMinuteLabelOther": "munud", - "timerPickerSecondLabelOne": "eiliad", - "timerPickerSecondLabelOther": "eiliad", - "cutButtonLabel": "Torri", - "copyButtonLabel": "Copïo", - "pasteButtonLabel": "Gludo", - "selectAllButtonLabel": "Dewis y Cyfan", - "searchTextFieldPlaceholderLabel": "Chwilio", - "modalBarrierDismissLabel": "Diystyru" -} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb index e61f27211e45..9fcc6b560fbe 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb @@ -6,7 +6,7 @@ "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbreviation": "PG", - "postMeridiemAbbreviation": "P/M", + "postMeridiemAbbreviation": "PTG", "todayLabel": "Hari ini", "alertDialogLabel": "Makluman", "timerPickerHourLabelOne": "jam", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb index e47f74917de4..078e57115d85 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb @@ -5,8 +5,8 @@ "datePickerMinuteSemanticsLabelOther": "$minute நிமிடங்கள்", "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "AM", - "postMeridiemAbbreviation": "PM", + "anteMeridiemAbbreviation": "முற்பகல்", + "postMeridiemAbbreviation": "பிற்பகல்", "todayLabel": "இன்று", "alertDialogLabel": "விழிப்பூட்டல்", "timerPickerHourLabelOne": "மணிநேரம்", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb index d65e225614ad..e3f366bb4416 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb @@ -15,9 +15,9 @@ "timerPickerMinuteLabelOther": "నిమి.", "timerPickerSecondLabelOne": "సెకన్లు.", "timerPickerSecondLabelOther": "సెకన్లు.", - "cutButtonLabel": "కత్తిరించండి", + "cutButtonLabel": "కత్తిరించు", "copyButtonLabel": "కాపీ చేయి", - "pasteButtonLabel": "పేస్ట్ చేయండి", + "pasteButtonLabel": "అతికించు", "selectAllButtonLabel": "అన్నింటినీ ఎంచుకోండి", "tabSemanticsLabel": "$tabCountలో $tabIndexవ ట్యాబ్", "modalBarrierDismissLabel": "విస్మరించు", diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index 56bf14af5c2a..e1d2ab7ca6e9 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -1637,153 +1637,6 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { String get todayLabel => 'Dnes'; } -/// The translations for Welsh (`cy`). -class CupertinoLocalizationCy extends GlobalCupertinoLocalizations { - /// Create an instance of the translation bundle for Welsh. - /// - /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. - const CupertinoLocalizationCy({ - super.localeName = 'cy', - required super.fullYearFormat, - required super.dayFormat, - required super.mediumDateFormat, - required super.singleDigitHourFormat, - required super.singleDigitMinuteFormat, - required super.doubleDigitMinuteFormat, - required super.singleDigitSecondFormat, - required super.decimalFormat, - }); - - @override - String get alertDialogLabel => 'Rhybudd'; - - @override - String get anteMeridiemAbbreviation => 'AM'; - - @override - String get copyButtonLabel => 'Copïo'; - - @override - String get cutButtonLabel => 'Torri'; - - @override - String get datePickerDateOrderString => 'dmy'; - - @override - String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; - - @override - String? get datePickerHourSemanticsLabelFew => r"$hour o'r gloch"; - - @override - String? get datePickerHourSemanticsLabelMany => r"$hour o'r gloch"; - - @override - String? get datePickerHourSemanticsLabelOne => r"$hour o'r gloch"; - - @override - String get datePickerHourSemanticsLabelOther => r"$hour o'r gloch"; - - @override - String? get datePickerHourSemanticsLabelTwo => r"$hour o'r gloch"; - - @override - String? get datePickerHourSemanticsLabelZero => r"$hour o'r gloch"; - - @override - String? get datePickerMinuteSemanticsLabelFew => r'$minute munud'; - - @override - String? get datePickerMinuteSemanticsLabelMany => r'$minute munud'; - - @override - String? get datePickerMinuteSemanticsLabelOne => '1 funud'; - - @override - String get datePickerMinuteSemanticsLabelOther => r'$minute munud'; - - @override - String? get datePickerMinuteSemanticsLabelTwo => r'$minute funud'; - - @override - String? get datePickerMinuteSemanticsLabelZero => r'$minute munud'; - - @override - String get modalBarrierDismissLabel => 'Diystyru'; - - @override - String get pasteButtonLabel => 'Gludo'; - - @override - String get postMeridiemAbbreviation => 'PM'; - - @override - String get searchTextFieldPlaceholderLabel => 'Chwilio'; - - @override - String get selectAllButtonLabel => 'Dewis y Cyfan'; - - @override - String get tabSemanticsLabelRaw => r'Tab $tabIndex o $tabCount'; - - @override - String? get timerPickerHourLabelFew => 'awr'; - - @override - String? get timerPickerHourLabelMany => 'awr'; - - @override - String? get timerPickerHourLabelOne => 'awr'; - - @override - String get timerPickerHourLabelOther => 'awr'; - - @override - String? get timerPickerHourLabelTwo => 'awr'; - - @override - String? get timerPickerHourLabelZero => 'awr'; - - @override - String? get timerPickerMinuteLabelFew => 'munud'; - - @override - String? get timerPickerMinuteLabelMany => 'munud'; - - @override - String? get timerPickerMinuteLabelOne => 'funud'; - - @override - String get timerPickerMinuteLabelOther => 'munud'; - - @override - String? get timerPickerMinuteLabelTwo => 'funud'; - - @override - String? get timerPickerMinuteLabelZero => 'munud'; - - @override - String? get timerPickerSecondLabelFew => 'eiliad'; - - @override - String? get timerPickerSecondLabelMany => 'eiliad'; - - @override - String? get timerPickerSecondLabelOne => 'eiliad'; - - @override - String get timerPickerSecondLabelOther => 'eiliad'; - - @override - String? get timerPickerSecondLabelTwo => 'eiliad'; - - @override - String? get timerPickerSecondLabelZero => 'eiliad'; - - @override - String get todayLabel => 'Heddiw'; -} - /// The translations for Danish (`da`). class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { /// Create an instance of the translation bundle for Danish. @@ -8069,7 +7922,7 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { String get pasteButtonLabel => 'Tampal'; @override - String get postMeridiemAbbreviation => 'P/M'; + String get postMeridiemAbbreviation => 'PTG'; @override String get searchTextFieldPlaceholderLabel => 'Cari'; @@ -10958,7 +10811,7 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { String get alertDialogLabel => 'விழிப்பூட்டல்'; @override - String get anteMeridiemAbbreviation => 'AM'; + String get anteMeridiemAbbreviation => 'முற்பகல்'; @override String get copyButtonLabel => 'நகலெடு'; @@ -11015,7 +10868,7 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { String get pasteButtonLabel => 'ஒட்டு'; @override - String get postMeridiemAbbreviation => 'PM'; + String get postMeridiemAbbreviation => 'பிற்பகல்'; @override String get searchTextFieldPlaceholderLabel => 'தேடுக'; @@ -11111,7 +10964,7 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { String get copyButtonLabel => 'కాపీ చేయి'; @override - String get cutButtonLabel => 'కత్తిరించండి'; + String get cutButtonLabel => 'కత్తిరించు'; @override String get datePickerDateOrderString => 'mdy'; @@ -11159,7 +11012,7 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { String get modalBarrierDismissLabel => 'విస్మరించు'; @override - String get pasteButtonLabel => 'పేస్ట్ చేయండి'; + String get pasteButtonLabel => 'అతికించు'; @override String get postMeridiemAbbreviation => 'PM'; @@ -12724,7 +12577,6 @@ final Set kCupertinoSupportedLanguages = HashSet.from(const kCupertinoSupportedLanguages = HashSet.from(const 'Terug'; @override - String get bottomSheetLabel => 'Onderste blad'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Skakel oor na kalender'; @override - String get cancelButtonLabel => 'Kanselleer'; + String get cancelButtonLabel => 'KANSELLEER'; @override - String get closeButtonLabel => 'Maak toe'; + String get closeButtonLabel => 'MAAK TOE'; @override String get closeButtonTooltip => 'Maak toe'; @@ -69,13 +69,13 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Vou uit'; @override - String get continueButtonLabel => 'Gaan voort'; + String get continueButtonLabel => 'GAAN VOORT'; @override String get copyButtonLabel => 'Kopieer'; @override - String get currentDateLabel => 'Vandag'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Knip'; @@ -90,7 +90,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Buite reeks.'; @override - String get datePickerHelpText => 'Kies datum'; + String get datePickerHelpText => 'KIES DATUM'; @override String get dateRangeEndDateSemanticLabelRaw => r'Einddatum $fullDate'; @@ -99,7 +99,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Einddatum'; @override - String get dateRangePickerHelpText => 'Kies reeks'; + String get dateRangePickerHelpText => 'KIES REEKS'; @override String get dateRangeStartDateSemanticLabelRaw => r'Begindatum $fullDate'; @@ -396,13 +396,13 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Rye per bladsy:'; @override - String get saveButtonLabel => 'Stoor'; + String get saveButtonLabel => 'STOOR'; @override - String get scrimLabel => 'Skerm'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Maak $modalRouteContentName toe'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -450,7 +450,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'Kies tyd'; + String get timePickerDialHelpText => 'KIES TYD'; @override String get timePickerHourLabel => 'Uur'; @@ -459,7 +459,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Kies ure'; @override - String get timePickerInputHelpText => 'Voer tyd in'; + String get timePickerInputHelpText => 'VOER TYD IN'; @override String get timePickerMinuteLabel => 'Minuut'; @@ -474,7 +474,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Datumreeks'; @override - String get viewLicensesButtonLabel => 'Bekyk lisensies'; + String get viewLicensesButtonLabel => 'BEKYK LISENSIES'; } /// The translations for Amharic (`am`). @@ -508,7 +508,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get backButtonTooltip => 'ተመለስ'; @override - String get bottomSheetLabel => 'የግርጌ ሉህ'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'ወደ የቀን መቁጠሪያ ቀይር'; @@ -532,7 +532,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get copyButtonLabel => 'ቅዳ'; @override - String get currentDateLabel => 'ዛሬ'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'ቁረጥ'; @@ -544,7 +544,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get dateInputLabel => 'ቀን ያስገቡ'; @override - String get dateOutOfRangeLabel => 'ከክልል ውጭ።'; + String get dateOutOfRangeLabel => 'ከክልል ውጪ።'; @override String get datePickerHelpText => 'ቀን ይምረጡ'; @@ -592,7 +592,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'ወደ ግቤት ቀይር'; @override - String get inputTimeModeButtonLabel => 'ወደ ጽሁፍ ግቤት ሁነታ ቀይር'; + String get inputTimeModeButtonLabel => 'ወደ ጽሑፍ ግቤት ሁነታ ቀይር'; @override String get invalidDateFormatLabel => 'ልክ ያልሆነ ቅርጸት።'; @@ -739,7 +739,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'ምረጥ'; @override - String get keyboardKeyShift => 'ቀያይር'; + String get keyboardKeyShift => 'Shift'; @override String get keyboardKeySpace => 'ክፍተት'; @@ -856,10 +856,10 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get saveButtonLabel => 'አስቀምጥ'; @override - String get scrimLabel => 'ገዳቢ'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'$modalRouteContentNameን ዝጋ'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -965,16 +965,16 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get backButtonTooltip => 'رجوع'; @override - String get bottomSheetLabel => 'بطاقة سفلية'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'التبديل إلى التقويم'; @override - String get cancelButtonLabel => 'الإلغاء'; + String get cancelButtonLabel => 'إلغاء'; @override - String get closeButtonLabel => 'الإغلاق'; + String get closeButtonLabel => 'إغلاق'; @override String get closeButtonTooltip => 'إغلاق'; @@ -983,13 +983,13 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'توسيع'; @override - String get continueButtonLabel => 'المتابعة'; + String get continueButtonLabel => 'متابعة'; @override String get copyButtonLabel => 'نسخ'; @override - String get currentDateLabel => 'تاريخ اليوم'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'قص'; @@ -1310,13 +1310,13 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'عدد الصفوف في الصفحة:'; @override - String get saveButtonLabel => 'الحفظ'; + String get saveButtonLabel => 'حفظ'; @override - String get scrimLabel => 'تمويه'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'إغلاق "$modalRouteContentName"'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -1422,7 +1422,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get backButtonTooltip => 'উভতি যাওক'; @override - String get bottomSheetLabel => 'তলৰ শ্বীট'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'কেলেণ্ডাৰলৈ সলনি কৰক'; @@ -1446,7 +1446,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get copyButtonLabel => 'প্ৰতিলিপি কৰক'; @override - String get currentDateLabel => 'আজি'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'কাট কৰক'; @@ -1653,7 +1653,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'ছিলেক্ট'; @override - String get keyboardKeyShift => 'শ্বিফ্ট'; + String get keyboardKeyShift => 'Shift'; @override String get keyboardKeySpace => 'স্পেচ'; @@ -1770,10 +1770,10 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get saveButtonLabel => 'ছেভ কৰক'; @override - String get scrimLabel => 'স্ক্ৰিম'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'$modalRouteContentName বন্ধ কৰক'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -1879,16 +1879,16 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Geri'; @override - String get bottomSheetLabel => 'Aşağıdakı Vərəq'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Təqvimə keçin'; @override - String get cancelButtonLabel => 'Ləğv edin'; + String get cancelButtonLabel => 'LƏĞV EDİN'; @override - String get closeButtonLabel => 'Bağlayın'; + String get closeButtonLabel => 'BAĞLAYIN'; @override String get closeButtonTooltip => 'Bağlayın'; @@ -1897,13 +1897,13 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Genişləndirin'; @override - String get continueButtonLabel => 'Davam edin'; + String get continueButtonLabel => 'DAVAM EDİN'; @override String get copyButtonLabel => 'Kopyalayın'; @override - String get currentDateLabel => 'Bugün'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Kəsin'; @@ -1918,7 +1918,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Aralıqdan kənar.'; @override - String get datePickerHelpText => 'Tarix seçin'; + String get datePickerHelpText => 'TARİX SEÇİN'; @override String get dateRangeEndDateSemanticLabelRaw => r'Bitmə tarixi: $fullDate'; @@ -1927,7 +1927,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Bitmə tarixi'; @override - String get dateRangePickerHelpText => 'Aralıq seçin'; + String get dateRangePickerHelpText => 'ARALIQ SEÇİN'; @override String get dateRangeStartDateSemanticLabelRaw => r'Başlama tarixi: $fullDate'; @@ -2224,13 +2224,13 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Hər səhifə üzrə sıra:'; @override - String get saveButtonLabel => 'Yadda saxlayın'; + String get saveButtonLabel => 'YADDA SAXLAYIN'; @override - String get scrimLabel => 'Kətan'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Bağlayın: $modalRouteContentName'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -2278,7 +2278,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'Vaxt seçin'; + String get timePickerDialHelpText => 'VAXT SEÇİN'; @override String get timePickerHourLabel => 'Saat'; @@ -2287,7 +2287,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Saat seçin'; @override - String get timePickerInputHelpText => 'Vaxt daxil edin'; + String get timePickerInputHelpText => 'VAXTI DAXİL EDİN'; @override String get timePickerMinuteLabel => 'Dəqiqə'; @@ -2302,7 +2302,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Tarix aralığı'; @override - String get viewLicensesButtonLabel => 'Lisenziyalara baxın'; + String get viewLicensesButtonLabel => 'LİSENZİYALARA BAXIN'; } /// The translations for Belarusian (`be`). @@ -2336,16 +2336,16 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Назад'; @override - String get bottomSheetLabel => 'Ніжні аркуш'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Пераключыцца на каляндар'; @override - String get cancelButtonLabel => 'Скасаваць'; + String get cancelButtonLabel => 'СКАСАВАЦЬ'; @override - String get closeButtonLabel => 'Закрыць'; + String get closeButtonLabel => 'ЗАКРЫЦЬ'; @override String get closeButtonTooltip => 'Закрыць'; @@ -2354,13 +2354,13 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Разгарнуць'; @override - String get continueButtonLabel => 'Працягнуць'; + String get continueButtonLabel => 'ПРАЦЯГНУЦЬ'; @override String get copyButtonLabel => 'Капіраваць'; @override - String get currentDateLabel => 'Сёння'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Выразаць'; @@ -2375,7 +2375,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Па-за межамі дыяпазону.'; @override - String get datePickerHelpText => 'Выберыце дату'; + String get datePickerHelpText => 'ВЫБАР ДАТЫ'; @override String get dateRangeEndDateSemanticLabelRaw => r'Дата заканчэння: $fullDate'; @@ -2384,7 +2384,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Дата заканчэння'; @override - String get dateRangePickerHelpText => 'Выберыце дыяпазон дат'; + String get dateRangePickerHelpText => 'ВЫБАР ДЫЯПАЗОНУ'; @override String get dateRangeStartDateSemanticLabelRaw => r'Дата пачатку: $fullDate'; @@ -2681,13 +2681,13 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Радкоў на старонку:'; @override - String get saveButtonLabel => 'Захаваць'; + String get saveButtonLabel => 'ЗАХАВАЦЬ'; @override - String get scrimLabel => 'Палатно'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Закрыць: $modalRouteContentName'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -2735,7 +2735,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'Выберыце час'; + String get timePickerDialHelpText => 'ВЫБЕРЫЦЕ ЧАС'; @override String get timePickerHourLabel => 'Гадзіна'; @@ -2744,7 +2744,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Выберыце гадзіны'; @override - String get timePickerInputHelpText => 'Увядзіце час'; + String get timePickerInputHelpText => 'УВЯДЗІЦЕ ЧАС'; @override String get timePickerMinuteLabel => 'Хвіліна'; @@ -2759,7 +2759,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Дыяпазон дат'; @override - String get viewLicensesButtonLabel => 'Праглядзець ліцэнзіі'; + String get viewLicensesButtonLabel => 'ПАКАЗАЦЬ ЛІЦЭНЗІІ'; } /// The translations for Bulgarian (`bg`). @@ -2793,16 +2793,16 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Назад'; @override - String get bottomSheetLabel => 'Долен лист'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Превключване към календара'; @override - String get cancelButtonLabel => 'Отказ'; + String get cancelButtonLabel => 'ОТКАЗ'; @override - String get closeButtonLabel => 'Затваряне'; + String get closeButtonLabel => 'ЗАТВАРЯНЕ'; @override String get closeButtonTooltip => 'Затваряне'; @@ -2811,13 +2811,13 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Разгъване'; @override - String get continueButtonLabel => 'Напред'; + String get continueButtonLabel => 'НАПРЕД'; @override String get copyButtonLabel => 'Копиране'; @override - String get currentDateLabel => 'Днес'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Изрязване'; @@ -2832,7 +2832,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Извън валидния период от време.'; @override - String get datePickerHelpText => 'Избиране на дата'; + String get datePickerHelpText => 'ИЗБИРАНЕ НА ДАТА'; @override String get dateRangeEndDateSemanticLabelRaw => r'Крайна дата: $fullDate'; @@ -2841,7 +2841,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Крайна дата'; @override - String get dateRangePickerHelpText => 'Избиране на период от време'; + String get dateRangePickerHelpText => 'ИЗБИРАНЕ НА ПЕРИОД ОТ ВРЕМЕ'; @override String get dateRangeStartDateSemanticLabelRaw => r'Начална дата: $fullDate'; @@ -3138,13 +3138,13 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Редове на страница:'; @override - String get saveButtonLabel => 'Запазване'; + String get saveButtonLabel => 'ЗАПАЗВАНЕ'; @override - String get scrimLabel => 'Скрим'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Затваряне на $modalRouteContentName'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -3192,7 +3192,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'Избиране на час'; + String get timePickerDialHelpText => 'ИЗБЕРЕТЕ ЧАС'; @override String get timePickerHourLabel => 'Час'; @@ -3201,7 +3201,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Избиране на часове'; @override - String get timePickerInputHelpText => 'Въведете час'; + String get timePickerInputHelpText => 'ВЪВЕДЕТЕ ЧАС'; @override String get timePickerMinuteLabel => 'Минута'; @@ -3216,7 +3216,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Период от време'; @override - String get viewLicensesButtonLabel => 'Преглед на лицензите'; + String get viewLicensesButtonLabel => 'ПРЕГЛЕД НА ЛИЦЕНЗИТЕ'; } /// The translations for Bengali Bangla (`bn`). @@ -3250,7 +3250,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get backButtonTooltip => 'ফিরে যান'; @override - String get bottomSheetLabel => 'স্ক্রিনের নিচে অ্যাটাচ করা শিট'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'ক্যালেন্ডার মোডে বদল করুন'; @@ -3274,7 +3274,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get copyButtonLabel => 'কপি করুন'; @override - String get currentDateLabel => 'আজ'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'কাট করুন'; @@ -3298,7 +3298,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'শেষ হওয়ার তারিখ'; @override - String get dateRangePickerHelpText => 'তারিখের রেঞ্জ বেছে নিন'; + String get dateRangePickerHelpText => 'তারিখের ব্যাপ্তি বেছে নিন'; @override String get dateRangeStartDateSemanticLabelRaw => r'শুরুর তারিখ $fullDate'; @@ -3598,10 +3598,10 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get saveButtonLabel => 'সেভ করুন'; @override - String get scrimLabel => 'স্ক্রিম'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'$modalRouteContentName বন্ধ করুন'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -3649,7 +3649,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'সময় বেছে নিন'; + String get timePickerDialHelpText => 'সময় বেছে নিন'; @override String get timePickerHourLabel => 'ঘণ্টা'; @@ -3707,16 +3707,16 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Nazad'; @override - String get bottomSheetLabel => 'Donja tabela'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Prebacite na kalendar'; @override - String get cancelButtonLabel => 'Otkaži'; + String get cancelButtonLabel => 'OTKAŽI'; @override - String get closeButtonLabel => 'Zatvori'; + String get closeButtonLabel => 'ZATVORI'; @override String get closeButtonTooltip => 'Zatvaranje'; @@ -3725,13 +3725,13 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Proširi'; @override - String get continueButtonLabel => 'Nastavi'; + String get continueButtonLabel => 'NASTAVI'; @override String get copyButtonLabel => 'Kopiraj'; @override - String get currentDateLabel => 'Danas'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Izreži'; @@ -3746,7 +3746,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Izvan raspona.'; @override - String get datePickerHelpText => 'Odaberite datum'; + String get datePickerHelpText => 'ODABERITE DATUM'; @override String get dateRangeEndDateSemanticLabelRaw => r'Datum završetka: $fullDate'; @@ -3755,7 +3755,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Datum završetka'; @override - String get dateRangePickerHelpText => 'Odaberite period'; + String get dateRangePickerHelpText => 'ODABERITE RASPON'; @override String get dateRangeStartDateSemanticLabelRaw => r'Datum početka: $fullDate'; @@ -4052,13 +4052,13 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Broj redova po stranici:'; @override - String get saveButtonLabel => 'Sačuvaj'; + String get saveButtonLabel => 'SAČUVAJ'; @override - String get scrimLabel => 'Rubno'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Zatvori: $modalRouteContentName'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -4106,7 +4106,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'Odaberite vrijeme'; + String get timePickerDialHelpText => 'ODABERITE VRIJEME'; @override String get timePickerHourLabel => 'Sat'; @@ -4115,7 +4115,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Odaberite sat'; @override - String get timePickerInputHelpText => 'Unesite vrijeme'; + String get timePickerInputHelpText => 'UNESITE VRIJEME'; @override String get timePickerMinuteLabel => 'Minuta'; @@ -4130,7 +4130,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Raspon datuma'; @override - String get viewLicensesButtonLabel => 'Prikaži licence'; + String get viewLicensesButtonLabel => 'PRIKAŽI LICENCE'; } /// The translations for Catalan Valencian (`ca`). @@ -4164,16 +4164,16 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Enrere'; @override - String get bottomSheetLabel => 'Full inferior'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Canvia al calendari'; @override - String get cancelButtonLabel => 'Cancel·la'; + String get cancelButtonLabel => 'CANCEL·LA'; @override - String get closeButtonLabel => 'Tanca'; + String get closeButtonLabel => 'TANCA'; @override String get closeButtonTooltip => 'Tanca'; @@ -4182,13 +4182,13 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Desplega'; @override - String get continueButtonLabel => 'Continua'; + String get continueButtonLabel => 'CONTINUA'; @override String get copyButtonLabel => 'Copia'; @override - String get currentDateLabel => 'Avui'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Retalla'; @@ -4203,7 +4203,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => "Fora de l'abast."; @override - String get datePickerHelpText => 'Selecciona la data'; + String get datePickerHelpText => 'SELECCIONA LA DATA'; @override String get dateRangeEndDateSemanticLabelRaw => r'Data de finalització $fullDate'; @@ -4212,7 +4212,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Data de finalització'; @override - String get dateRangePickerHelpText => "Selecciona l'interval"; + String get dateRangePickerHelpText => "SELECCIONA L'INTERVAL"; @override String get dateRangeStartDateSemanticLabelRaw => r"Data d'inici $fullDate"; @@ -4395,7 +4395,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Selecciona'; @override - String get keyboardKeyShift => 'Maj'; + String get keyboardKeyShift => 'Shift'; @override String get keyboardKeySpace => 'Espai'; @@ -4509,13 +4509,13 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Files per pàgina:'; @override - String get saveButtonLabel => 'Desa'; + String get saveButtonLabel => 'DESA'; @override - String get scrimLabel => 'Fons atenuat'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Tanca $modalRouteContentName'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -4563,7 +4563,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => "Selecciona l'hora"; + String get timePickerDialHelpText => "SELECCIONA L'HORA"; @override String get timePickerHourLabel => 'Hora'; @@ -4572,7 +4572,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Selecciona les hores'; @override - String get timePickerInputHelpText => "Introdueix l'hora"; + String get timePickerInputHelpText => "INTRODUEIX L'HORA"; @override String get timePickerMinuteLabel => 'Minut'; @@ -4587,7 +4587,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Interval de dates'; @override - String get viewLicensesButtonLabel => 'Mostra les llicències'; + String get viewLicensesButtonLabel => 'MOSTRA LES LLICÈNCIES'; } /// The translations for Czech (`cs`). @@ -4621,16 +4621,16 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Zpět'; @override - String get bottomSheetLabel => 'Spodní tabulka'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Přepnout na kalendář'; @override - String get cancelButtonLabel => 'Zrušit'; + String get cancelButtonLabel => 'ZRUŠIT'; @override - String get closeButtonLabel => 'Zavřít'; + String get closeButtonLabel => 'ZAVŘÍT'; @override String get closeButtonTooltip => 'Zavřít'; @@ -4639,13 +4639,13 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Rozbalit'; @override - String get continueButtonLabel => 'Pokračovat'; + String get continueButtonLabel => 'POKRAČOVAT'; @override String get copyButtonLabel => 'Kopírovat'; @override - String get currentDateLabel => 'Dnes'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Vyjmout'; @@ -4660,7 +4660,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Mimo rozsah.'; @override - String get datePickerHelpText => 'Vyberte datum'; + String get datePickerHelpText => 'VYBERTE DATUM'; @override String get dateRangeEndDateSemanticLabelRaw => r'Datum ukončení $fullDate'; @@ -4669,7 +4669,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Datum ukončení'; @override - String get dateRangePickerHelpText => 'Vyberte rozsah'; + String get dateRangePickerHelpText => 'VYBERTE ROZSAH'; @override String get dateRangeStartDateSemanticLabelRaw => r'Datum zahájení $fullDate'; @@ -4966,13 +4966,13 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Počet řádků na stránku:'; @override - String get saveButtonLabel => 'Uložit'; + String get saveButtonLabel => 'ULOŽIT'; @override String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Zavřít $modalRouteContentName'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -5020,7 +5020,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'Vyberte čas'; + String get timePickerDialHelpText => 'VYBERTE ČAS'; @override String get timePickerHourLabel => 'Hodina'; @@ -5029,7 +5029,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Vyberte hodiny'; @override - String get timePickerInputHelpText => 'Zadejte čas'; + String get timePickerInputHelpText => 'ZADEJTE ČAS'; @override String get timePickerMinuteLabel => 'Minuta'; @@ -5044,464 +5044,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Období'; @override - String get viewLicensesButtonLabel => 'Zobrazit licence'; -} - -/// The translations for Welsh (`cy`). -class MaterialLocalizationCy extends GlobalMaterialLocalizations { - /// Create an instance of the translation bundle for Welsh. - /// - /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. - const MaterialLocalizationCy({ - super.localeName = 'cy', - required super.fullYearFormat, - required super.compactDateFormat, - required super.shortDateFormat, - required super.mediumDateFormat, - required super.longDateFormat, - required super.yearMonthFormat, - required super.shortMonthDayFormat, - required super.decimalFormat, - required super.twoDigitZeroPaddedFormat, - }); - - @override - String get aboutListTileTitleRaw => r'Ynghylch $applicationName'; - - @override - String get alertDialogLabel => 'Rhybudd'; - - @override - String get anteMeridiemAbbreviation => 'AM'; - - @override - String get backButtonTooltip => 'Nôl'; - - @override - String get bottomSheetLabel => 'Taflen Gwaelod'; - - @override - String get calendarModeButtonLabel => 'Newid i galendr'; - - @override - String get cancelButtonLabel => 'Canslo'; - - @override - String get closeButtonLabel => 'Cau'; - - @override - String get closeButtonTooltip => 'Cau'; - - @override - String get collapsedIconTapHint => 'Ehangu'; - - @override - String get continueButtonLabel => 'Parhau'; - - @override - String get copyButtonLabel => 'Copïo'; - - @override - String get currentDateLabel => 'Heddiw'; - - @override - String get cutButtonLabel => 'Torri'; - - @override - String get dateHelpText => 'dd/mm/bbbb'; - - @override - String get dateInputLabel => 'Rhowch Ddyddiad'; - - @override - String get dateOutOfRangeLabel => "Allan o'r ystod."; - - @override - String get datePickerHelpText => 'Dewiswch ddyddiad'; - - @override - String get dateRangeEndDateSemanticLabelRaw => r'Dyddiad gorffen $fullDate'; - - @override - String get dateRangeEndLabel => 'Dyddiad Gorffen'; - - @override - String get dateRangePickerHelpText => 'Dewis ystod'; - - @override - String get dateRangeStartDateSemanticLabelRaw => r'Dyddiad dechrau $fullDate'; - - @override - String get dateRangeStartLabel => 'Dyddiad Dechrau'; - - @override - String get dateSeparator => '/'; - - @override - String get deleteButtonTooltip => 'Dileu'; - - @override - String get dialModeButtonLabel => 'Newid i fodd deialu dewiswr'; - - @override - String get dialogLabel => 'Deialog'; - - @override - String get drawerLabel => 'Dewislen llywio'; - - @override - String get expandedIconTapHint => 'Crebachu'; - - @override - String get firstPageTooltip => 'Tudalen gyntaf'; - - @override - String get hideAccountsLabel => 'Cuddio cyfrifon'; - - @override - String get inputDateModeButtonLabel => 'Newid i fewnbwn'; - - @override - String get inputTimeModeButtonLabel => 'Newid i fodd mewnbwn testun'; - - @override - String get invalidDateFormatLabel => 'Fformat annilys.'; - - @override - String get invalidDateRangeLabel => 'Ystod annilys.'; - - @override - String get invalidTimeLabel => 'Rhowch amser dilys'; - - @override - String get keyboardKeyAlt => 'Alt'; - - @override - String get keyboardKeyAltGraph => 'AltGr'; - - @override - String get keyboardKeyBackspace => 'Backspace'; - - @override - String get keyboardKeyCapsLock => 'Caps Lock'; - - @override - String get keyboardKeyChannelDown => 'Channel Down'; - - @override - String get keyboardKeyChannelUp => 'Channel Up'; - - @override - String get keyboardKeyControl => 'Ctrl'; - - @override - String get keyboardKeyDelete => 'Del'; - - @override - String get keyboardKeyEject => 'Eject'; - - @override - String get keyboardKeyEnd => 'Gorffen'; - - @override - String get keyboardKeyEscape => 'Esc'; - - @override - String get keyboardKeyFn => 'Fn'; - - @override - String get keyboardKeyHome => 'Home'; - - @override - String get keyboardKeyInsert => 'Insert'; - - @override - String get keyboardKeyMeta => 'Meta'; - - @override - String get keyboardKeyMetaMacOs => 'Command'; - - @override - String get keyboardKeyMetaWindows => 'Win'; - - @override - String get keyboardKeyNumLock => 'Num Lock'; - - @override - String get keyboardKeyNumpad0 => 'Num 0'; - - @override - String get keyboardKeyNumpad1 => 'Num 1'; - - @override - String get keyboardKeyNumpad2 => 'Num 2'; - - @override - String get keyboardKeyNumpad3 => 'Num 3'; - - @override - String get keyboardKeyNumpad4 => 'Num 4'; - - @override - String get keyboardKeyNumpad5 => 'Num 5'; - - @override - String get keyboardKeyNumpad6 => 'Num 6'; - - @override - String get keyboardKeyNumpad7 => 'Num 7'; - - @override - String get keyboardKeyNumpad8 => 'Num 8'; - - @override - String get keyboardKeyNumpad9 => 'Num 9'; - - @override - String get keyboardKeyNumpadAdd => 'Num +'; - - @override - String get keyboardKeyNumpadComma => 'Num ,'; - - @override - String get keyboardKeyNumpadDecimal => 'Num .'; - - @override - String get keyboardKeyNumpadDivide => 'Num /'; - - @override - String get keyboardKeyNumpadEnter => 'Num Enter'; - - @override - String get keyboardKeyNumpadEqual => 'Num ='; - - @override - String get keyboardKeyNumpadMultiply => 'Num *'; - - @override - String get keyboardKeyNumpadParenLeft => 'Num ('; - - @override - String get keyboardKeyNumpadParenRight => 'Num )'; - - @override - String get keyboardKeyNumpadSubtract => 'Num -'; - - @override - String get keyboardKeyPageDown => 'PgDown'; - - @override - String get keyboardKeyPageUp => 'PgUp'; - - @override - String get keyboardKeyPower => 'Power'; - - @override - String get keyboardKeyPowerOff => 'Power Off'; - - @override - String get keyboardKeyPrintScreen => 'Print Screen'; - - @override - String get keyboardKeyScrollLock => 'Scroll Lock'; - - @override - String get keyboardKeySelect => 'Select'; - - @override - String get keyboardKeyShift => 'Shift'; - - @override - String get keyboardKeySpace => 'Space'; - - @override - String get lastPageTooltip => 'Tudalen olaf'; - - @override - String? get licensesPackageDetailTextFew => r'$licenseCount trwydded'; - - @override - String? get licensesPackageDetailTextMany => r'$licenseCount thrwydded'; - - @override - String? get licensesPackageDetailTextOne => '1 trwydded'; - - @override - String get licensesPackageDetailTextOther => r'$licenseCount trwydded'; - - @override - String? get licensesPackageDetailTextTwo => r'$licenseCount drwydded'; - - @override - String? get licensesPackageDetailTextZero => 'Dim trwydded'; - - @override - String get licensesPageTitle => 'Trwyddedau'; - - @override - String get menuBarMenuLabel => 'Dewislen bar dewislen'; - - @override - String get modalBarrierDismissLabel => 'Diystyru'; - - @override - String get moreButtonTooltip => 'Rhagor'; - - @override - String get nextMonthTooltip => 'Mis nesaf'; - - @override - String get nextPageTooltip => 'Tudalen nesaf'; - - @override - String get okButtonLabel => 'Iawn'; - - @override - String get openAppDrawerTooltip => 'Agor y ddewislen llywio'; - - @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow o $rowCount'; - - @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow o tua $rowCount'; - - @override - String get pasteButtonLabel => 'Gludo'; - - @override - String get popupMenuLabel => 'Dewislen ffenestr naid'; - - @override - String get postMeridiemAbbreviation => 'PM'; - - @override - String get previousMonthTooltip => 'Mis blaenorol'; - - @override - String get previousPageTooltip => 'Tudalen flaenorol'; - - @override - String get refreshIndicatorSemanticLabel => 'Ail-lwytho'; - - @override - String? get remainingTextFieldCharacterCountFew => r'$remainingCount nod ar ôl'; - - @override - String? get remainingTextFieldCharacterCountMany => r'$remainingCount nod ar ôl'; - - @override - String? get remainingTextFieldCharacterCountOne => '1 nod ar ôl'; - - @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount nod ar ôl'; - - @override - String? get remainingTextFieldCharacterCountTwo => r'$remainingCount nod ar ôl'; - - @override - String? get remainingTextFieldCharacterCountZero => 'Dim nodau ar ôl'; - - @override - String get reorderItemDown => 'Symud i lawr'; - - @override - String get reorderItemLeft => "Symud i'r chwith"; - - @override - String get reorderItemRight => "Symud i'r dde"; - - @override - String get reorderItemToEnd => "Symud i'r diwedd"; - - @override - String get reorderItemToStart => "Symud i'r dechrau"; - - @override - String get reorderItemUp => 'Symud i fyny'; - - @override - String get rowsPerPageTitle => 'Rhesi fesul tudalen:'; - - @override - String get saveButtonLabel => 'Cadw'; - - @override - String get scrimLabel => 'Scrim'; - - @override - String get scrimOnTapHintRaw => r'Cau $modalRouteContentName'; - - @override - ScriptCategory get scriptCategory => ScriptCategory.englishLike; - - @override - String get searchFieldLabel => 'Chwilio'; - - @override - String get selectAllButtonLabel => 'Dewis y Cyfan'; - - @override - String get selectYearSemanticsLabel => 'Dewiswch flwyddyn'; - - @override - String? get selectedRowCountTitleFew => r"Mae $selectedRowCount eitem wedi'u dewis"; - - @override - String? get selectedRowCountTitleMany => r"Mae $selectedRowCount eitem wedi'u dewis"; - - @override - String? get selectedRowCountTitleOne => "Mae 1 eitem wedi'i dewis"; - - @override - String get selectedRowCountTitleOther => r"Mae $selectedRowCount eitem wedi'u dewis"; - - @override - String? get selectedRowCountTitleTwo => r"Mae $selectedRowCount eitem wedi'u dewis"; - - @override - String? get selectedRowCountTitleZero => "Nid oes unrhyw eitemau wedi'u dewis"; - - @override - String get showAccountsLabel => 'Dangos cyfrifon'; - - @override - String get showMenuTooltip => 'Dangos y ddewislen'; - - @override - String get signedInLabel => 'Wedi mewngofnodi'; - - @override - String get tabLabelRaw => r'Tab $tabIndex o $tabCount'; - - @override - TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; - - @override - String get timePickerDialHelpText => 'Dewiswch amser'; - - @override - String get timePickerHourLabel => 'Awr'; - - @override - String get timePickerHourModeAnnouncement => 'Dewis oriau'; - - @override - String get timePickerInputHelpText => 'Rhowch amser'; - - @override - String get timePickerMinuteLabel => 'Munud'; - - @override - String get timePickerMinuteModeAnnouncement => 'Dewis munudau'; - - @override - String get unspecifiedDate => 'Dyddiad'; - - @override - String get unspecifiedDateRange => 'Ystod Dyddiadau'; - - @override - String get viewLicensesButtonLabel => 'Gweld trwyddedau'; + String get viewLicensesButtonLabel => 'ZOBRAZIT LICENCE'; } /// The translations for Danish (`da`). @@ -5535,16 +5078,16 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Tilbage'; @override - String get bottomSheetLabel => 'Felt i bunden'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Skift til kalender'; @override - String get cancelButtonLabel => 'Annuller'; + String get cancelButtonLabel => 'ANNULLER'; @override - String get closeButtonLabel => 'Luk'; + String get closeButtonLabel => 'LUK'; @override String get closeButtonTooltip => 'Luk'; @@ -5553,13 +5096,13 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Udvid'; @override - String get continueButtonLabel => 'Fortsæt'; + String get continueButtonLabel => 'FORTSÆT'; @override String get copyButtonLabel => 'Kopiér'; @override - String get currentDateLabel => 'I dag'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Klip'; @@ -5574,7 +5117,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Uden for rækkevidde.'; @override - String get datePickerHelpText => 'Vælg dato'; + String get datePickerHelpText => 'VÆLG DATO'; @override String get dateRangeEndDateSemanticLabelRaw => r'Slutdato $fullDate'; @@ -5583,7 +5126,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Slutdato'; @override - String get dateRangePickerHelpText => 'Vælg interval'; + String get dateRangePickerHelpText => 'VÆLG OMRÅDE'; @override String get dateRangeStartDateSemanticLabelRaw => r'Startdato $fullDate'; @@ -5880,13 +5423,13 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Rækker pr. side:'; @override - String get saveButtonLabel => 'Gem'; + String get saveButtonLabel => 'GEM'; @override - String get scrimLabel => 'Dæmpeskærm'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Luk $modalRouteContentName'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -5934,7 +5477,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'Vælg tidspunkt'; + String get timePickerDialHelpText => 'VÆLG TIDSPUNKT'; @override String get timePickerHourLabel => 'Time'; @@ -5943,7 +5486,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Vælg timer'; @override - String get timePickerInputHelpText => 'Angiv tidspunkt'; + String get timePickerInputHelpText => 'ANGIV TIDSPUNKT'; @override String get timePickerMinuteLabel => 'Minut'; @@ -5958,7 +5501,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Datointerval'; @override - String get viewLicensesButtonLabel => 'Se licenser'; + String get viewLicensesButtonLabel => 'SE LICENSER'; } /// The translations for German (`de`). @@ -5992,16 +5535,16 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Zurück'; @override - String get bottomSheetLabel => 'Ansicht am unteren Rand'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Zum Kalender wechseln'; @override - String get cancelButtonLabel => 'Abbrechen'; + String get cancelButtonLabel => 'ABBRECHEN'; @override - String get closeButtonLabel => 'Schließen'; + String get closeButtonLabel => 'SCHLIEẞEN'; @override String get closeButtonTooltip => 'Schließen'; @@ -6010,13 +5553,13 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Maximieren'; @override - String get continueButtonLabel => 'Weiter'; + String get continueButtonLabel => 'WEITER'; @override String get copyButtonLabel => 'Kopieren'; @override - String get currentDateLabel => 'Heute'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Ausschneiden'; @@ -6031,7 +5574,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Außerhalb des Zeitraums.'; @override - String get datePickerHelpText => 'Datum auswählen'; + String get datePickerHelpText => 'DATUM AUSWÄHLEN'; @override String get dateRangeEndDateSemanticLabelRaw => r'Enddatum $fullDate'; @@ -6040,7 +5583,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Enddatum'; @override - String get dateRangePickerHelpText => 'Zeitraum auswählen'; + String get dateRangePickerHelpText => 'ZEITRAUM AUSWÄHLEN'; @override String get dateRangeStartDateSemanticLabelRaw => r'Startdatum $fullDate'; @@ -6223,7 +5766,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Auswählen'; @override - String get keyboardKeyShift => 'Umschalttaste'; + String get keyboardKeyShift => 'Shift'; @override String get keyboardKeySpace => 'Leertaste'; @@ -6337,13 +5880,13 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Zeilen pro Seite:'; @override - String get saveButtonLabel => 'Speichern'; + String get saveButtonLabel => 'SPEICHERN'; @override - String get scrimLabel => 'Gitter'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'$modalRouteContentName schließen'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -6391,7 +5934,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'Uhrzeit auswählen'; + String get timePickerDialHelpText => 'UHRZEIT AUSWÄHLEN'; @override String get timePickerHourLabel => 'Stunde'; @@ -6400,7 +5943,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Stunden auswählen'; @override - String get timePickerInputHelpText => 'Uhrzeit eingeben'; + String get timePickerInputHelpText => 'ZEIT EINGEBEN'; @override String get timePickerMinuteLabel => 'Minute'; @@ -6415,7 +5958,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Zeitraum'; @override - String get viewLicensesButtonLabel => 'Lizenzen ansehen'; + String get viewLicensesButtonLabel => 'LIZENZEN ANZEIGEN'; } /// The translations for German, as used in Switzerland (`de_CH`). @@ -6436,24 +5979,9 @@ class MaterialLocalizationDeCh extends MaterialLocalizationDe { required super.twoDigitZeroPaddedFormat, }); - @override - String get timePickerDialHelpText => 'UHRZEIT AUSWÄHLEN'; - - @override - String get timePickerInputHelpText => 'ZEIT EINGEBEN'; - @override String get invalidTimeLabel => 'Gib eine gültige Uhrzeit ein'; - @override - String get dateRangePickerHelpText => 'ZEITRAUM AUSWÄHLEN'; - - @override - String get datePickerHelpText => 'DATUM AUSWÄHLEN'; - - @override - String get saveButtonLabel => 'SPEICHERN'; - @override String get dateOutOfRangeLabel => 'Ausserhalb des Zeitraums.'; @@ -6466,18 +5994,6 @@ class MaterialLocalizationDeCh extends MaterialLocalizationDe { @override String get lastPageTooltip => 'Last page'; - @override - String get cancelButtonLabel => 'ABBRECHEN'; - - @override - String get closeButtonLabel => 'SCHLIEẞEN'; - - @override - String get continueButtonLabel => 'WEITER'; - - @override - String get viewLicensesButtonLabel => 'LIZENZEN ANZEIGEN'; - @override String get modalBarrierDismissLabel => 'Schliessen'; } @@ -6513,16 +6029,16 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Πίσω'; @override - String get bottomSheetLabel => 'Φύλλο κάτω μέρους'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Εναλλαγή σε ημερολόγιο'; @override - String get cancelButtonLabel => 'Ακύρωση'; + String get cancelButtonLabel => 'ΑΚΥΡΩΣΗ'; @override - String get closeButtonLabel => 'Κλείσιμο'; + String get closeButtonLabel => 'ΚΛΕΙΣΙΜΟ'; @override String get closeButtonTooltip => 'Κλείσιμο'; @@ -6531,13 +6047,13 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Ανάπτυξη'; @override - String get continueButtonLabel => 'Συνέχεια'; + String get continueButtonLabel => 'ΣΥΝΕΧΕΙΑ'; @override String get copyButtonLabel => 'Αντιγραφή'; @override - String get currentDateLabel => 'Σήμερα'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Αποκοπή'; @@ -6552,7 +6068,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Εκτός εύρους τιμών.'; @override - String get datePickerHelpText => 'Επιλογή ημερομηνίας'; + String get datePickerHelpText => 'ΕΠΙΛΟΓΗ ΗΜΕΡΟΜΗΝΙΑΣ'; @override String get dateRangeEndDateSemanticLabelRaw => r'Ημερομηνία λήξης $fullDate'; @@ -6561,7 +6077,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Ημερομηνία λήξης'; @override - String get dateRangePickerHelpText => 'Επιλογή εύρους'; + String get dateRangePickerHelpText => 'ΕΠΙΛΟΓΗ ΕΥΡΟΥΣ'; @override String get dateRangeStartDateSemanticLabelRaw => r'Ημερομηνία έναρξης $fullDate'; @@ -6858,13 +6374,13 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Σειρές ανά σελίδα:'; @override - String get saveButtonLabel => 'Αποθήκευση'; + String get saveButtonLabel => 'ΑΠΟΘΗΚΕΥΣΗ'; @override - String get scrimLabel => 'Επικάλυψη'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Κλείσιμο $modalRouteContentName'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -6912,7 +6428,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'Επιλογή ώρας'; + String get timePickerDialHelpText => 'ΕΠΙΛΟΓΗ ΩΡΑΣ'; @override String get timePickerHourLabel => 'Ώρα'; @@ -6921,7 +6437,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Επιλογή ωρών'; @override - String get timePickerInputHelpText => 'Εισαγωγή ώρας'; + String get timePickerInputHelpText => 'ΕΙΣΑΓΩΓΗ ΩΡΑΣ'; @override String get timePickerMinuteLabel => 'Λεπτό'; @@ -6936,7 +6452,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Εύρος ημερομηνιών'; @override - String get viewLicensesButtonLabel => 'Προβολή αδειών'; + String get viewLicensesButtonLabel => 'ΠΡΟΒΟΛΗ ΑΔΕΙΩΝ'; } /// The translations for English (`en`). @@ -7414,9 +6930,6 @@ class MaterialLocalizationEnAu extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); - @override - String get bottomSheetLabel => 'Bottom sheet'; - @override String get keyboardKeyCapsLock => 'Caps lock'; @@ -7441,9 +6954,24 @@ class MaterialLocalizationEnAu extends MaterialLocalizationEn { @override String get keyboardKeyNumpadEnter => 'Num enter'; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerInputHelpText => 'ENTER TIME'; + @override String get dateInputLabel => 'Enter date'; + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get saveButtonLabel => 'SAVE'; + @override String get dateRangeEndLabel => 'End date'; @@ -7453,9 +6981,6 @@ class MaterialLocalizationEnAu extends MaterialLocalizationEn { @override String get unspecifiedDateRange => 'Date range'; - @override - String get dateHelpText => 'dd/mm/yyyy'; - @override String get licensesPageTitle => 'Licences'; @@ -7469,7 +6994,16 @@ class MaterialLocalizationEnAu extends MaterialLocalizationEn { String get licensesPackageDetailTextOther => r'$licenseCount licences'; @override - String get viewLicensesButtonLabel => 'View licences'; + String get cancelButtonLabel => 'CANCEL'; + + @override + String get closeButtonLabel => 'CLOSE'; + + @override + String get continueButtonLabel => 'CONTINUE'; + + @override + String get viewLicensesButtonLabel => 'VIEW LICENCES'; @override String get popupMenuLabel => 'Pop-up menu'; @@ -7553,9 +7087,6 @@ class MaterialLocalizationEnCa extends MaterialLocalizationEn { @override String get unspecifiedDateRange => 'Date range'; - @override - String get dateHelpText => 'dd/mm/yyyy'; - @override String get licensesPageTitle => 'Licences'; @@ -7611,9 +7142,6 @@ class MaterialLocalizationEnGb extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); - @override - String get bottomSheetLabel => 'Bottom sheet'; - @override String get keyboardKeyCapsLock => 'Caps lock'; @@ -7638,9 +7166,24 @@ class MaterialLocalizationEnGb extends MaterialLocalizationEn { @override String get keyboardKeyNumpadEnter => 'Num enter'; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerInputHelpText => 'ENTER TIME'; + @override String get dateInputLabel => 'Enter date'; + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get saveButtonLabel => 'SAVE'; + @override String get dateRangeEndLabel => 'End date'; @@ -7650,14 +7193,11 @@ class MaterialLocalizationEnGb extends MaterialLocalizationEn { @override String get unspecifiedDateRange => 'Date range'; - @override - String get dateHelpText => 'dd/mm/yyyy'; - @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get viewLicensesButtonLabel => 'View licences'; + String get viewLicensesButtonLabel => 'VIEW LICENCES'; @override String get licensesPageTitle => 'Licences'; @@ -7671,6 +7211,15 @@ class MaterialLocalizationEnGb extends MaterialLocalizationEn { @override String get licensesPackageDetailTextOther => r'$licenseCount licences'; + @override + String get closeButtonLabel => 'CLOSE'; + + @override + String get continueButtonLabel => 'CONTINUE'; + + @override + String get cancelButtonLabel => 'CANCEL'; + @override String get popupMenuLabel => 'Pop-up menu'; @@ -7702,9 +7251,6 @@ class MaterialLocalizationEnIe extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); - @override - String get bottomSheetLabel => 'Bottom sheet'; - @override String get keyboardKeyCapsLock => 'Caps lock'; @@ -7729,9 +7275,24 @@ class MaterialLocalizationEnIe extends MaterialLocalizationEn { @override String get keyboardKeyNumpadEnter => 'Num enter'; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerInputHelpText => 'ENTER TIME'; + @override String get dateInputLabel => 'Enter date'; + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get saveButtonLabel => 'SAVE'; + @override String get dateRangeEndLabel => 'End date'; @@ -7741,14 +7302,11 @@ class MaterialLocalizationEnIe extends MaterialLocalizationEn { @override String get unspecifiedDateRange => 'Date range'; - @override - String get dateHelpText => 'dd/mm/yyyy'; - @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get viewLicensesButtonLabel => 'View licences'; + String get viewLicensesButtonLabel => 'VIEW LICENCES'; @override String get licensesPageTitle => 'Licences'; @@ -7762,6 +7320,15 @@ class MaterialLocalizationEnIe extends MaterialLocalizationEn { @override String get licensesPackageDetailTextOther => r'$licenseCount licences'; + @override + String get closeButtonLabel => 'CLOSE'; + + @override + String get continueButtonLabel => 'CONTINUE'; + + @override + String get cancelButtonLabel => 'CANCEL'; + @override String get popupMenuLabel => 'Pop-up menu'; @@ -7793,9 +7360,6 @@ class MaterialLocalizationEnIn extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); - @override - String get bottomSheetLabel => 'Bottom sheet'; - @override String get keyboardKeyCapsLock => 'Caps lock'; @@ -7820,9 +7384,24 @@ class MaterialLocalizationEnIn extends MaterialLocalizationEn { @override String get keyboardKeyNumpadEnter => 'Num enter'; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerInputHelpText => 'ENTER TIME'; + @override String get dateInputLabel => 'Enter date'; + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get saveButtonLabel => 'SAVE'; + @override String get dateRangeEndLabel => 'End date'; @@ -7832,9 +7411,6 @@ class MaterialLocalizationEnIn extends MaterialLocalizationEn { @override String get unspecifiedDateRange => 'Date range'; - @override - String get dateHelpText => 'dd/mm/yyyy'; - @override String get licensesPageTitle => 'Licences'; @@ -7848,7 +7424,16 @@ class MaterialLocalizationEnIn extends MaterialLocalizationEn { String get licensesPackageDetailTextOther => r'$licenseCount licences'; @override - String get viewLicensesButtonLabel => 'View licences'; + String get cancelButtonLabel => 'CANCEL'; + + @override + String get closeButtonLabel => 'CLOSE'; + + @override + String get continueButtonLabel => 'CONTINUE'; + + @override + String get viewLicensesButtonLabel => 'VIEW LICENCES'; @override String get popupMenuLabel => 'Pop-up menu'; @@ -7881,9 +7466,6 @@ class MaterialLocalizationEnNz extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); - @override - String get bottomSheetLabel => 'Bottom sheet'; - @override String get keyboardKeyChannelDown => 'Channel down'; @@ -7908,9 +7490,24 @@ class MaterialLocalizationEnNz extends MaterialLocalizationEn { @override String get keyboardKeyNumpadEnter => 'Num enter'; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerInputHelpText => 'ENTER TIME'; + @override String get dateInputLabel => 'Enter date'; + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get saveButtonLabel => 'SAVE'; + @override String get dateRangeEndLabel => 'End date'; @@ -7920,9 +7517,6 @@ class MaterialLocalizationEnNz extends MaterialLocalizationEn { @override String get unspecifiedDateRange => 'Date range'; - @override - String get dateHelpText => 'dd/mm/yyyy'; - @override String get licensesPageTitle => 'Licences'; @@ -7936,7 +7530,16 @@ class MaterialLocalizationEnNz extends MaterialLocalizationEn { String get licensesPackageDetailTextOther => r'$licenseCount licences'; @override - String get viewLicensesButtonLabel => 'View licences'; + String get cancelButtonLabel => 'CANCEL'; + + @override + String get closeButtonLabel => 'CLOSE'; + + @override + String get continueButtonLabel => 'CONTINUE'; + + @override + String get viewLicensesButtonLabel => 'VIEW LICENCES'; @override String get popupMenuLabel => 'Pop-up menu'; @@ -7969,9 +7572,6 @@ class MaterialLocalizationEnSg extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); - @override - String get bottomSheetLabel => 'Bottom sheet'; - @override String get keyboardKeyCapsLock => 'Caps lock'; @@ -7996,9 +7596,24 @@ class MaterialLocalizationEnSg extends MaterialLocalizationEn { @override String get keyboardKeyNumpadEnter => 'Num enter'; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerInputHelpText => 'ENTER TIME'; + @override String get dateInputLabel => 'Enter date'; + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get saveButtonLabel => 'SAVE'; + @override String get dateRangeEndLabel => 'End date'; @@ -8008,9 +7623,6 @@ class MaterialLocalizationEnSg extends MaterialLocalizationEn { @override String get unspecifiedDateRange => 'Date range'; - @override - String get dateHelpText => 'dd/mm/yyyy'; - @override String get licensesPageTitle => 'Licences'; @@ -8024,7 +7636,16 @@ class MaterialLocalizationEnSg extends MaterialLocalizationEn { String get licensesPackageDetailTextOther => r'$licenseCount licences'; @override - String get viewLicensesButtonLabel => 'View licences'; + String get cancelButtonLabel => 'CANCEL'; + + @override + String get closeButtonLabel => 'CLOSE'; + + @override + String get continueButtonLabel => 'CONTINUE'; + + @override + String get viewLicensesButtonLabel => 'VIEW LICENCES'; @override String get popupMenuLabel => 'Pop-up menu'; @@ -8057,9 +7678,6 @@ class MaterialLocalizationEnZa extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); - @override - String get bottomSheetLabel => 'Bottom sheet'; - @override String get keyboardKeyCapsLock => 'Caps lock'; @@ -8084,9 +7702,24 @@ class MaterialLocalizationEnZa extends MaterialLocalizationEn { @override String get keyboardKeyNumpadEnter => 'Num enter'; + @override + String get timePickerDialHelpText => 'SELECT TIME'; + + @override + String get timePickerInputHelpText => 'ENTER TIME'; + @override String get dateInputLabel => 'Enter date'; + @override + String get dateRangePickerHelpText => 'SELECT RANGE'; + + @override + String get datePickerHelpText => 'SELECT DATE'; + + @override + String get saveButtonLabel => 'SAVE'; + @override String get dateRangeEndLabel => 'End date'; @@ -8096,14 +7729,11 @@ class MaterialLocalizationEnZa extends MaterialLocalizationEn { @override String get unspecifiedDateRange => 'Date range'; - @override - String get dateHelpText => 'dd/mm/yyyy'; - @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get viewLicensesButtonLabel => 'View licences'; + String get viewLicensesButtonLabel => 'VIEW LICENCES'; @override String get licensesPageTitle => 'Licences'; @@ -8117,6 +7747,15 @@ class MaterialLocalizationEnZa extends MaterialLocalizationEn { @override String get licensesPackageDetailTextOther => r'$licenseCount licences'; + @override + String get closeButtonLabel => 'CLOSE'; + + @override + String get continueButtonLabel => 'CONTINUE'; + + @override + String get cancelButtonLabel => 'CANCEL'; + @override String get popupMenuLabel => 'Pop-up menu'; @@ -8161,16 +7800,16 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Atrás'; @override - String get bottomSheetLabel => 'Hoja inferior'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Cambiar a calendario'; @override - String get cancelButtonLabel => 'Cancelar'; + String get cancelButtonLabel => 'CANCELAR'; @override - String get closeButtonLabel => 'Cerrar'; + String get closeButtonLabel => 'CERRAR'; @override String get closeButtonTooltip => 'Cerrar'; @@ -8179,19 +7818,19 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Mostrar'; @override - String get continueButtonLabel => 'Continuar'; + String get continueButtonLabel => 'CONTINUAR'; @override String get copyButtonLabel => 'Copiar'; @override - String get currentDateLabel => 'Hoy'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Cortar'; @override - String get dateHelpText => 'dd/mm/aaaa'; + String get dateHelpText => 'mm/dd/aaaa'; @override String get dateInputLabel => 'Introduce una fecha'; @@ -8200,7 +7839,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Fuera del periodo válido.'; @override - String get datePickerHelpText => 'Seleccionar fecha'; + String get datePickerHelpText => 'SELECCIONAR FECHA'; @override String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización $fullDate'; @@ -8209,7 +7848,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Fecha de finalización'; @override - String get dateRangePickerHelpText => 'Seleccionar periodo'; + String get dateRangePickerHelpText => 'SELECCIONAR PERIODO'; @override String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio $fullDate'; @@ -8392,7 +8031,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Selección'; @override - String get keyboardKeyShift => 'Mayús'; + String get keyboardKeyShift => 'Shift'; @override String get keyboardKeySpace => 'Espacio'; @@ -8506,13 +8145,13 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Filas por página:'; @override - String get saveButtonLabel => 'Guardar'; + String get saveButtonLabel => 'GUARDAR'; @override - String get scrimLabel => 'Sombreado'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Cerrar $modalRouteContentName'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -8560,7 +8199,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'Seleccionar hora'; + String get timePickerDialHelpText => 'SELECCIONAR HORA'; @override String get timePickerHourLabel => 'Hora'; @@ -8569,7 +8208,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Seleccionar horas'; @override - String get timePickerInputHelpText => 'Introducir hora'; + String get timePickerInputHelpText => 'INTRODUCIR HORA'; @override String get timePickerMinuteLabel => 'Minuto'; @@ -8584,7 +8223,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Periodo'; @override - String get viewLicensesButtonLabel => 'Ver licencias'; + String get viewLicensesButtonLabel => 'VER LICENCIAS'; } /// The translations for Spanish Castilian, as used in Latin America and the Caribbean (`es_419`). @@ -8605,12 +8244,6 @@ class MaterialLocalizationEs419 extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); - @override - String get scrimLabel => 'Lámina'; - - @override - String get keyboardKeyShift => 'Mayúsculas'; - @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -8657,10 +8290,7 @@ class MaterialLocalizationEs419 extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerDialHelpText => 'Selecciona una hora'; - - @override - String get timePickerInputHelpText => 'Ingresa una hora'; + String get timePickerInputHelpText => 'INGRESAR HORA'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -8678,10 +8308,7 @@ class MaterialLocalizationEs419 extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'Selecciona un período'; - - @override - String get datePickerHelpText => 'Selecciona una fecha'; + String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -8704,6 +8331,9 @@ class MaterialLocalizationEs419 extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; + @override + String get dateHelpText => 'dd/mm/aaaa'; + @override String get modalBarrierDismissLabel => 'Descartar'; @@ -8774,12 +8404,6 @@ class MaterialLocalizationEsAr extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); - @override - String get scrimLabel => 'Lámina'; - - @override - String get keyboardKeyShift => 'Mayúsculas'; - @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -8826,10 +8450,7 @@ class MaterialLocalizationEsAr extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerDialHelpText => 'Selecciona una hora'; - - @override - String get timePickerInputHelpText => 'Ingresa una hora'; + String get timePickerInputHelpText => 'INGRESAR HORA'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -8847,10 +8468,7 @@ class MaterialLocalizationEsAr extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'Selecciona un período'; - - @override - String get datePickerHelpText => 'Selecciona una fecha'; + String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -8873,6 +8491,9 @@ class MaterialLocalizationEsAr extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; + @override + String get dateHelpText => 'dd/mm/aaaa'; + @override String get modalBarrierDismissLabel => 'Descartar'; @@ -8943,12 +8564,6 @@ class MaterialLocalizationEsBo extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); - @override - String get scrimLabel => 'Lámina'; - - @override - String get keyboardKeyShift => 'Mayúsculas'; - @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -8995,10 +8610,7 @@ class MaterialLocalizationEsBo extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerDialHelpText => 'Selecciona una hora'; - - @override - String get timePickerInputHelpText => 'Ingresa una hora'; + String get timePickerInputHelpText => 'INGRESAR HORA'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -9016,10 +8628,7 @@ class MaterialLocalizationEsBo extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'Selecciona un período'; - - @override - String get datePickerHelpText => 'Selecciona una fecha'; + String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -9042,6 +8651,9 @@ class MaterialLocalizationEsBo extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; + @override + String get dateHelpText => 'dd/mm/aaaa'; + @override String get reorderItemToStart => 'Mover al inicio'; @@ -9112,12 +8724,6 @@ class MaterialLocalizationEsCl extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); - @override - String get scrimLabel => 'Lámina'; - - @override - String get keyboardKeyShift => 'Mayúsculas'; - @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -9164,10 +8770,7 @@ class MaterialLocalizationEsCl extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerDialHelpText => 'Selecciona una hora'; - - @override - String get timePickerInputHelpText => 'Ingresa una hora'; + String get timePickerInputHelpText => 'INGRESAR HORA'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -9185,10 +8788,7 @@ class MaterialLocalizationEsCl extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'Selecciona un período'; - - @override - String get datePickerHelpText => 'Selecciona una fecha'; + String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -9211,6 +8811,9 @@ class MaterialLocalizationEsCl extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; + @override + String get dateHelpText => 'dd/mm/aaaa'; + @override String get reorderItemToStart => 'Mover al inicio'; @@ -9281,12 +8884,6 @@ class MaterialLocalizationEsCo extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); - @override - String get scrimLabel => 'Lámina'; - - @override - String get keyboardKeyShift => 'Mayúsculas'; - @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -9333,10 +8930,7 @@ class MaterialLocalizationEsCo extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerDialHelpText => 'Selecciona una hora'; - - @override - String get timePickerInputHelpText => 'Ingresa una hora'; + String get timePickerInputHelpText => 'INGRESAR HORA'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -9354,10 +8948,7 @@ class MaterialLocalizationEsCo extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'Selecciona un período'; - - @override - String get datePickerHelpText => 'Selecciona una fecha'; + String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -9380,6 +8971,9 @@ class MaterialLocalizationEsCo extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; + @override + String get dateHelpText => 'dd/mm/aaaa'; + @override String get reorderItemToStart => 'Mover al inicio'; @@ -9450,12 +9044,6 @@ class MaterialLocalizationEsCr extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); - @override - String get scrimLabel => 'Lámina'; - - @override - String get keyboardKeyShift => 'Mayúsculas'; - @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -9502,10 +9090,7 @@ class MaterialLocalizationEsCr extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerDialHelpText => 'Selecciona una hora'; - - @override - String get timePickerInputHelpText => 'Ingresa una hora'; + String get timePickerInputHelpText => 'INGRESAR HORA'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -9523,10 +9108,7 @@ class MaterialLocalizationEsCr extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'Selecciona un período'; - - @override - String get datePickerHelpText => 'Selecciona una fecha'; + String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -9549,6 +9131,9 @@ class MaterialLocalizationEsCr extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; + @override + String get dateHelpText => 'dd/mm/aaaa'; + @override String get reorderItemToStart => 'Mover al inicio'; @@ -9619,12 +9204,6 @@ class MaterialLocalizationEsDo extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); - @override - String get scrimLabel => 'Lámina'; - - @override - String get keyboardKeyShift => 'Mayúsculas'; - @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -9671,10 +9250,7 @@ class MaterialLocalizationEsDo extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerDialHelpText => 'Selecciona una hora'; - - @override - String get timePickerInputHelpText => 'Ingresa una hora'; + String get timePickerInputHelpText => 'INGRESAR HORA'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -9692,10 +9268,7 @@ class MaterialLocalizationEsDo extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'Selecciona un período'; - - @override - String get datePickerHelpText => 'Selecciona una fecha'; + String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -9718,6 +9291,9 @@ class MaterialLocalizationEsDo extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; + @override + String get dateHelpText => 'dd/mm/aaaa'; + @override String get reorderItemToStart => 'Mover al inicio'; @@ -9788,12 +9364,6 @@ class MaterialLocalizationEsEc extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); - @override - String get scrimLabel => 'Lámina'; - - @override - String get keyboardKeyShift => 'Mayúsculas'; - @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -9840,10 +9410,7 @@ class MaterialLocalizationEsEc extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerDialHelpText => 'Selecciona una hora'; - - @override - String get timePickerInputHelpText => 'Ingresa una hora'; + String get timePickerInputHelpText => 'INGRESAR HORA'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -9861,10 +9428,7 @@ class MaterialLocalizationEsEc extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'Selecciona un período'; - - @override - String get datePickerHelpText => 'Selecciona una fecha'; + String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -9887,6 +9451,9 @@ class MaterialLocalizationEsEc extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; + @override + String get dateHelpText => 'dd/mm/aaaa'; + @override String get reorderItemToStart => 'Mover al inicio'; @@ -9957,12 +9524,6 @@ class MaterialLocalizationEsGt extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); - @override - String get scrimLabel => 'Lámina'; - - @override - String get keyboardKeyShift => 'Mayúsculas'; - @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -10009,10 +9570,7 @@ class MaterialLocalizationEsGt extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerDialHelpText => 'Selecciona una hora'; - - @override - String get timePickerInputHelpText => 'Ingresa una hora'; + String get timePickerInputHelpText => 'INGRESAR HORA'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -10030,10 +9588,7 @@ class MaterialLocalizationEsGt extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'Selecciona un período'; - - @override - String get datePickerHelpText => 'Selecciona una fecha'; + String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -10056,6 +9611,9 @@ class MaterialLocalizationEsGt extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; + @override + String get dateHelpText => 'dd/mm/aaaa'; + @override String get reorderItemToStart => 'Mover al inicio'; @@ -10126,12 +9684,6 @@ class MaterialLocalizationEsHn extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); - @override - String get scrimLabel => 'Lámina'; - - @override - String get keyboardKeyShift => 'Mayúsculas'; - @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -10178,10 +9730,7 @@ class MaterialLocalizationEsHn extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerDialHelpText => 'Selecciona una hora'; - - @override - String get timePickerInputHelpText => 'Ingresa una hora'; + String get timePickerInputHelpText => 'INGRESAR HORA'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -10199,10 +9748,7 @@ class MaterialLocalizationEsHn extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'Selecciona un período'; - - @override - String get datePickerHelpText => 'Selecciona una fecha'; + String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -10225,6 +9771,9 @@ class MaterialLocalizationEsHn extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; + @override + String get dateHelpText => 'dd/mm/aaaa'; + @override String get reorderItemToStart => 'Mover al inicio'; @@ -10295,12 +9844,6 @@ class MaterialLocalizationEsMx extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); - @override - String get scrimLabel => 'Lámina'; - - @override - String get keyboardKeyShift => 'Mayúsculas'; - @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -10347,10 +9890,7 @@ class MaterialLocalizationEsMx extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerDialHelpText => 'Selecciona una hora'; - - @override - String get timePickerInputHelpText => 'Ingresa una hora'; + String get timePickerInputHelpText => 'INGRESAR HORA'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -10368,10 +9908,7 @@ class MaterialLocalizationEsMx extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'Selecciona un período'; - - @override - String get datePickerHelpText => 'Selecciona una fecha'; + String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -10394,6 +9931,9 @@ class MaterialLocalizationEsMx extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; + @override + String get dateHelpText => 'dd/mm/aaaa'; + @override String get reorderItemToStart => 'Mover al inicio'; @@ -10464,12 +10004,6 @@ class MaterialLocalizationEsNi extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); - @override - String get scrimLabel => 'Lámina'; - - @override - String get keyboardKeyShift => 'Mayúsculas'; - @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -10516,10 +10050,7 @@ class MaterialLocalizationEsNi extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerDialHelpText => 'Selecciona una hora'; - - @override - String get timePickerInputHelpText => 'Ingresa una hora'; + String get timePickerInputHelpText => 'INGRESAR HORA'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -10537,10 +10068,7 @@ class MaterialLocalizationEsNi extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'Selecciona un período'; - - @override - String get datePickerHelpText => 'Selecciona una fecha'; + String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -10563,6 +10091,9 @@ class MaterialLocalizationEsNi extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; + @override + String get dateHelpText => 'dd/mm/aaaa'; + @override String get reorderItemToStart => 'Mover al inicio'; @@ -10633,12 +10164,6 @@ class MaterialLocalizationEsPa extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); - @override - String get scrimLabel => 'Lámina'; - - @override - String get keyboardKeyShift => 'Mayúsculas'; - @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -10685,10 +10210,7 @@ class MaterialLocalizationEsPa extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerDialHelpText => 'Selecciona una hora'; - - @override - String get timePickerInputHelpText => 'Ingresa una hora'; + String get timePickerInputHelpText => 'INGRESAR HORA'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -10706,10 +10228,7 @@ class MaterialLocalizationEsPa extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'Selecciona un período'; - - @override - String get datePickerHelpText => 'Selecciona una fecha'; + String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -10732,6 +10251,9 @@ class MaterialLocalizationEsPa extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; + @override + String get dateHelpText => 'dd/mm/aaaa'; + @override String get reorderItemToStart => 'Mover al inicio'; @@ -10802,12 +10324,6 @@ class MaterialLocalizationEsPe extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); - @override - String get scrimLabel => 'Lámina'; - - @override - String get keyboardKeyShift => 'Mayúsculas'; - @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -10854,10 +10370,7 @@ class MaterialLocalizationEsPe extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerDialHelpText => 'Selecciona una hora'; - - @override - String get timePickerInputHelpText => 'Ingresa una hora'; + String get timePickerInputHelpText => 'INGRESAR HORA'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -10875,10 +10388,7 @@ class MaterialLocalizationEsPe extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'Selecciona un período'; - - @override - String get datePickerHelpText => 'Selecciona una fecha'; + String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -10901,6 +10411,9 @@ class MaterialLocalizationEsPe extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; + @override + String get dateHelpText => 'dd/mm/aaaa'; + @override String get reorderItemToStart => 'Mover al inicio'; @@ -10971,12 +10484,6 @@ class MaterialLocalizationEsPr extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); - @override - String get scrimLabel => 'Lámina'; - - @override - String get keyboardKeyShift => 'Mayúsculas'; - @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -11023,10 +10530,7 @@ class MaterialLocalizationEsPr extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerDialHelpText => 'Selecciona una hora'; - - @override - String get timePickerInputHelpText => 'Ingresa una hora'; + String get timePickerInputHelpText => 'INGRESAR HORA'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -11044,10 +10548,7 @@ class MaterialLocalizationEsPr extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'Selecciona un período'; - - @override - String get datePickerHelpText => 'Selecciona una fecha'; + String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -11070,6 +10571,9 @@ class MaterialLocalizationEsPr extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; + @override + String get dateHelpText => 'dd/mm/aaaa'; + @override String get reorderItemToStart => 'Mover al inicio'; @@ -11140,12 +10644,6 @@ class MaterialLocalizationEsPy extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); - @override - String get scrimLabel => 'Lámina'; - - @override - String get keyboardKeyShift => 'Mayúsculas'; - @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -11192,10 +10690,7 @@ class MaterialLocalizationEsPy extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerDialHelpText => 'Selecciona una hora'; - - @override - String get timePickerInputHelpText => 'Ingresa una hora'; + String get timePickerInputHelpText => 'INGRESAR HORA'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -11213,10 +10708,7 @@ class MaterialLocalizationEsPy extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'Selecciona un período'; - - @override - String get datePickerHelpText => 'Selecciona una fecha'; + String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -11239,6 +10731,9 @@ class MaterialLocalizationEsPy extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; + @override + String get dateHelpText => 'dd/mm/aaaa'; + @override String get reorderItemToStart => 'Mover al inicio'; @@ -11309,12 +10804,6 @@ class MaterialLocalizationEsSv extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); - @override - String get scrimLabel => 'Lámina'; - - @override - String get keyboardKeyShift => 'Mayúsculas'; - @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -11361,10 +10850,7 @@ class MaterialLocalizationEsSv extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerDialHelpText => 'Selecciona una hora'; - - @override - String get timePickerInputHelpText => 'Ingresa una hora'; + String get timePickerInputHelpText => 'INGRESAR HORA'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -11382,10 +10868,7 @@ class MaterialLocalizationEsSv extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'Selecciona un período'; - - @override - String get datePickerHelpText => 'Selecciona una fecha'; + String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -11408,6 +10891,9 @@ class MaterialLocalizationEsSv extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; + @override + String get dateHelpText => 'dd/mm/aaaa'; + @override String get reorderItemToStart => 'Mover al inicio'; @@ -11478,12 +10964,6 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); - @override - String get scrimLabel => 'Lámina'; - - @override - String get keyboardKeyShift => 'Mayúsculas'; - @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -11530,10 +11010,7 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerDialHelpText => 'Selecciona una hora'; - - @override - String get timePickerInputHelpText => 'Ingresa una hora'; + String get timePickerInputHelpText => 'INGRESAR HORA'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -11551,10 +11028,7 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'Selecciona un período'; - - @override - String get datePickerHelpText => 'Selecciona una fecha'; + String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -11577,6 +11051,9 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; + @override + String get dateHelpText => 'dd/mm/aaaa'; + @override String get reorderItemToStart => 'Mover al inicio'; @@ -11650,12 +11127,6 @@ class MaterialLocalizationEsUy extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); - @override - String get scrimLabel => 'Lámina'; - - @override - String get keyboardKeyShift => 'Mayúsculas'; - @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -11702,10 +11173,7 @@ class MaterialLocalizationEsUy extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerDialHelpText => 'Selecciona una hora'; - - @override - String get timePickerInputHelpText => 'Ingresa una hora'; + String get timePickerInputHelpText => 'INGRESAR HORA'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -11723,10 +11191,7 @@ class MaterialLocalizationEsUy extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'Selecciona un período'; - - @override - String get datePickerHelpText => 'Selecciona una fecha'; + String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -11749,6 +11214,9 @@ class MaterialLocalizationEsUy extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; + @override + String get dateHelpText => 'dd/mm/aaaa'; + @override String get reorderItemToStart => 'Mover al inicio'; @@ -11819,12 +11287,6 @@ class MaterialLocalizationEsVe extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); - @override - String get scrimLabel => 'Lámina'; - - @override - String get keyboardKeyShift => 'Mayúsculas'; - @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -11871,10 +11333,7 @@ class MaterialLocalizationEsVe extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerDialHelpText => 'Selecciona una hora'; - - @override - String get timePickerInputHelpText => 'Ingresa una hora'; + String get timePickerInputHelpText => 'INGRESAR HORA'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -11892,10 +11351,7 @@ class MaterialLocalizationEsVe extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'Selecciona un período'; - - @override - String get datePickerHelpText => 'Selecciona una fecha'; + String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -11918,6 +11374,9 @@ class MaterialLocalizationEsVe extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; + @override + String get dateHelpText => 'dd/mm/aaaa'; + @override String get reorderItemToStart => 'Mover al inicio'; @@ -12001,16 +11460,16 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Tagasi'; @override - String get bottomSheetLabel => 'Alumine leht'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Kalendrile lülitumine'; @override - String get cancelButtonLabel => 'Tühista'; + String get cancelButtonLabel => 'TÜHISTA'; @override - String get closeButtonLabel => 'Sule'; + String get closeButtonLabel => 'SULE'; @override String get closeButtonTooltip => 'Sule'; @@ -12019,13 +11478,13 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Laienda'; @override - String get continueButtonLabel => 'Jätka'; + String get continueButtonLabel => 'JÄTKA'; @override String get copyButtonLabel => 'Kopeeri'; @override - String get currentDateLabel => 'Täna'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Lõika'; @@ -12040,7 +11499,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Vahemikust väljas.'; @override - String get datePickerHelpText => 'Valige kuupäev'; + String get datePickerHelpText => 'VALIGE KUUPÄEV'; @override String get dateRangeEndDateSemanticLabelRaw => r'Lõppkuupäev: $fullDate'; @@ -12049,7 +11508,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Lõppkuupäev'; @override - String get dateRangePickerHelpText => 'Valige vahemik'; + String get dateRangePickerHelpText => 'VALIGE VAHEMIK'; @override String get dateRangeStartDateSemanticLabelRaw => r'Alguskuupäev: $fullDate'; @@ -12232,7 +11691,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Vali'; @override - String get keyboardKeyShift => 'Tõstuklahv'; + String get keyboardKeyShift => 'Shift'; @override String get keyboardKeySpace => 'Tühik'; @@ -12346,13 +11805,13 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Ridu lehe kohta:'; @override - String get saveButtonLabel => 'Salvesta'; + String get saveButtonLabel => 'SALVESTA'; @override - String get scrimLabel => 'Sirm'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Sule $modalRouteContentName'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -12400,7 +11859,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'Valige aeg'; + String get timePickerDialHelpText => 'VALIGE AEG'; @override String get timePickerHourLabel => 'Tund'; @@ -12409,7 +11868,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Tundide valimine'; @override - String get timePickerInputHelpText => 'Sisestage aeg'; + String get timePickerInputHelpText => 'SISESTAGE AEG'; @override String get timePickerMinuteLabel => 'Minut'; @@ -12424,7 +11883,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Kuupäevavahemik'; @override - String get viewLicensesButtonLabel => 'Kuva litsentsid'; + String get viewLicensesButtonLabel => 'KUVA LITSENTSID'; } /// The translations for Basque (`eu`). @@ -12458,16 +11917,16 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Atzera'; @override - String get bottomSheetLabel => 'Behealdeko orria'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Aldatu egutegiaren modura'; @override - String get cancelButtonLabel => 'Utzi'; + String get cancelButtonLabel => 'UTZI'; @override - String get closeButtonLabel => 'Itxi'; + String get closeButtonLabel => 'ITXI'; @override String get closeButtonTooltip => 'Itxi'; @@ -12476,13 +11935,13 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Zabaldu'; @override - String get continueButtonLabel => 'Egin aurrera'; + String get continueButtonLabel => 'EGIN AURRERA'; @override String get copyButtonLabel => 'Kopiatu'; @override - String get currentDateLabel => 'Gaur'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Ebaki'; @@ -12497,7 +11956,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Barrutitik kanpo.'; @override - String get datePickerHelpText => 'Hautatu data'; + String get datePickerHelpText => 'HAUTATU DATA'; @override String get dateRangeEndDateSemanticLabelRaw => r'Amaiera-data: $fullDate'; @@ -12506,7 +11965,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Amaiera-data'; @override - String get dateRangePickerHelpText => 'Hautatu barrutia'; + String get dateRangePickerHelpText => 'HAUTATU BARRUTIA'; @override String get dateRangeStartDateSemanticLabelRaw => r'Hasiera-data: $fullDate'; @@ -12689,7 +12148,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Hautatu'; @override - String get keyboardKeyShift => 'Maius'; + String get keyboardKeyShift => 'Shift'; @override String get keyboardKeySpace => 'Zuriune-barra'; @@ -12803,13 +12262,13 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Errenkadak orriko:'; @override - String get saveButtonLabel => 'Gorde'; + String get saveButtonLabel => 'GORDE'; @override - String get scrimLabel => 'Barrera'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Itxi $modalRouteContentName'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -12857,7 +12316,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'Hautatu ordua'; + String get timePickerDialHelpText => 'HAUTATU ORDUA'; @override String get timePickerHourLabel => 'Ordua'; @@ -12866,7 +12325,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Hautatu orduak'; @override - String get timePickerInputHelpText => 'Idatzi ordua'; + String get timePickerInputHelpText => 'IDATZI ORDUA'; @override String get timePickerMinuteLabel => 'Minutua'; @@ -12881,7 +12340,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Data tartea'; @override - String get viewLicensesButtonLabel => 'Ikusi lizentziak'; + String get viewLicensesButtonLabel => 'IKUSI LIZENTZIAK'; } /// The translations for Persian (`fa`). @@ -12915,7 +12374,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get backButtonTooltip => 'برگشت'; @override - String get bottomSheetLabel => 'برگ زیرین'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'رفتن به تقویم'; @@ -12939,7 +12398,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get copyButtonLabel => 'کپی'; @override - String get currentDateLabel => 'امروز'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'برش'; @@ -13146,7 +12605,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'انتخاب'; @override - String get keyboardKeyShift => 'کلید تبدیل'; + String get keyboardKeyShift => 'Shift'; @override String get keyboardKeySpace => 'فاصله'; @@ -13218,7 +12677,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get previousPageTooltip => 'صفحه قبل'; @override - String get refreshIndicatorSemanticLabel => 'بازآوری'; + String get refreshIndicatorSemanticLabel => 'بازخوانی'; @override String? get remainingTextFieldCharacterCountFew => null; @@ -13263,10 +12722,10 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get saveButtonLabel => 'ذخیره'; @override - String get scrimLabel => 'رویه'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'بستن $modalRouteContentName'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -13323,7 +12782,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'انتخاب ساعت'; @override - String get timePickerInputHelpText => 'وارد کردن زمان'; + String get timePickerInputHelpText => 'زمان را وارد کنید'; @override String get timePickerMinuteLabel => 'دقیقه'; @@ -13338,7 +12797,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'محدوده تاریخ'; @override - String get viewLicensesButtonLabel => 'مشاهده پروانه‌ها'; + String get viewLicensesButtonLabel => 'مشاهده مجوزها'; } /// The translations for Finnish (`fi`). @@ -13372,16 +12831,16 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Takaisin'; @override - String get bottomSheetLabel => 'Alapaneeli'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Vaihda kalenteriin'; @override - String get cancelButtonLabel => 'Peru'; + String get cancelButtonLabel => 'PERUUTA'; @override - String get closeButtonLabel => 'Sulje'; + String get closeButtonLabel => 'SULJE'; @override String get closeButtonTooltip => 'Sulje'; @@ -13390,13 +12849,13 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Laajenna'; @override - String get continueButtonLabel => 'Jatka'; + String get continueButtonLabel => 'JATKA'; @override String get copyButtonLabel => 'Kopioi'; @override - String get currentDateLabel => 'Tänään'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Leikkaa'; @@ -13411,7 +12870,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Päivämäärä ei kelpaa'; @override - String get datePickerHelpText => 'Valitse päivämäärä'; + String get datePickerHelpText => 'VALITSE PÄIVÄMÄÄRÄ'; @override String get dateRangeEndDateSemanticLabelRaw => r'Päättymispäivä $fullDate'; @@ -13420,7 +12879,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Päättymispäivä'; @override - String get dateRangePickerHelpText => 'Valitse jakso'; + String get dateRangePickerHelpText => 'VALITSE PÄIVÄMÄÄRÄVÄLI'; @override String get dateRangeStartDateSemanticLabelRaw => r'Alkamispäivä $fullDate'; @@ -13603,7 +13062,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Valitse'; @override - String get keyboardKeyShift => 'Vaihto'; + String get keyboardKeyShift => 'Shift'; @override String get keyboardKeySpace => 'Välilyönti'; @@ -13717,13 +13176,13 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Riviä/sivu:'; @override - String get saveButtonLabel => 'Tallenna'; + String get saveButtonLabel => 'TALLENNA'; @override - String get scrimLabel => 'Sermi'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Sulje $modalRouteContentName'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -13771,7 +13230,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_dot_mm; @override - String get timePickerDialHelpText => 'Valitse aika'; + String get timePickerDialHelpText => 'VALITSE AIKA'; @override String get timePickerHourLabel => 'Tunti'; @@ -13780,7 +13239,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Valitse tunnit'; @override - String get timePickerInputHelpText => 'Lisää aika'; + String get timePickerInputHelpText => 'LISÄÄ AIKA'; @override String get timePickerMinuteLabel => 'Minuutti'; @@ -13795,7 +13254,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Ajanjakso'; @override - String get viewLicensesButtonLabel => 'Näytä käyttöoikeudet'; + String get viewLicensesButtonLabel => 'NÄYTÄ KÄYTTÖOIKEUDET'; } /// The translations for Filipino Pilipino (`fil`). @@ -13835,10 +13294,10 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get calendarModeButtonLabel => 'Lumipat sa kalendaryo'; @override - String get cancelButtonLabel => 'Kanselahin'; + String get cancelButtonLabel => 'KANSELAHIN'; @override - String get closeButtonLabel => 'Isara'; + String get closeButtonLabel => 'ISARA'; @override String get closeButtonTooltip => 'Isara'; @@ -13847,13 +13306,13 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'I-expand'; @override - String get continueButtonLabel => 'Magpatuloy'; + String get continueButtonLabel => 'MAGPATULOY'; @override String get copyButtonLabel => 'Kopyahin'; @override - String get currentDateLabel => 'Ngayon'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'I-cut'; @@ -13868,7 +13327,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Wala sa hanay.'; @override - String get datePickerHelpText => 'Pumili ng petsa'; + String get datePickerHelpText => 'PUMILI NG PETSA'; @override String get dateRangeEndDateSemanticLabelRaw => r'Petsa ng pagtatapos $fullDate'; @@ -13877,7 +13336,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Petsa ng Pagtatapos'; @override - String get dateRangePickerHelpText => 'Pumili ng hanay'; + String get dateRangePickerHelpText => 'PUMILI NG HANAY'; @override String get dateRangeStartDateSemanticLabelRaw => r'Petsa ng pagsisimula $fullDate'; @@ -14174,13 +13633,13 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Mga row bawat page:'; @override - String get saveButtonLabel => 'I-save'; + String get saveButtonLabel => 'I-SAVE'; @override String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Isara ang $modalRouteContentName'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -14228,7 +13687,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'Pumili ng oras'; + String get timePickerDialHelpText => 'PUMILI NG ORAS'; @override String get timePickerHourLabel => 'Oras'; @@ -14237,7 +13696,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Pumili ng mga oras'; @override - String get timePickerInputHelpText => 'Maglagay ng oras'; + String get timePickerInputHelpText => 'MAGLAGAY NG ORAS'; @override String get timePickerMinuteLabel => 'Minuto'; @@ -14252,7 +13711,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Hanay ng Petsa'; @override - String get viewLicensesButtonLabel => 'Tingnan ang mga lisensya'; + String get viewLicensesButtonLabel => 'TINGNAN ANG MGA LISENSYA'; } /// The translations for French (`fr`). @@ -14286,16 +13745,16 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Retour'; @override - String get bottomSheetLabel => 'Bottom sheet'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => "Passer à l'agenda"; @override - String get cancelButtonLabel => 'Annuler'; + String get cancelButtonLabel => 'ANNULER'; @override - String get closeButtonLabel => 'Fermer'; + String get closeButtonLabel => 'FERMER'; @override String get closeButtonTooltip => 'Fermer'; @@ -14304,13 +13763,13 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Développer'; @override - String get continueButtonLabel => 'Continuer'; + String get continueButtonLabel => 'CONTINUER'; @override String get copyButtonLabel => 'Copier'; @override - String get currentDateLabel => "Aujourd'hui"; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Couper'; @@ -14325,7 +13784,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Hors de portée.'; @override - String get datePickerHelpText => 'Sélectionner une date'; + String get datePickerHelpText => 'SÉLECTIONNER UNE DATE'; @override String get dateRangeEndDateSemanticLabelRaw => r'Date de fin : $fullDate'; @@ -14334,7 +13793,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Date de fin'; @override - String get dateRangePickerHelpText => 'Sélectionner une plage'; + String get dateRangePickerHelpText => 'SÉLECTIONNER UNE PLAGE'; @override String get dateRangeStartDateSemanticLabelRaw => r'Date de début : $fullDate'; @@ -14517,7 +13976,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Sélectionner'; @override - String get keyboardKeyShift => 'Maj'; + String get keyboardKeyShift => 'Shift'; @override String get keyboardKeySpace => 'Espace'; @@ -14631,13 +14090,13 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Lignes par page :'; @override - String get saveButtonLabel => 'Enregistrer'; + String get saveButtonLabel => 'ENREGISTRER'; @override - String get scrimLabel => 'Fond'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Fermer $modalRouteContentName'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -14685,7 +14144,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'Sélectionner une heure'; + String get timePickerDialHelpText => 'SÉLECTIONNER UNE HEURE'; @override String get timePickerHourLabel => 'Heure'; @@ -14694,7 +14153,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Sélectionner une heure'; @override - String get timePickerInputHelpText => 'Saisir une heure'; + String get timePickerInputHelpText => 'SAISIR UNE HEURE'; @override String get timePickerMinuteLabel => 'Minute'; @@ -14709,7 +14168,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Plage de dates'; @override - String get viewLicensesButtonLabel => 'Afficher les licences'; + String get viewLicensesButtonLabel => 'AFFICHER LES LICENCES'; } /// The translations for French, as used in Canada (`fr_CA`). @@ -14730,12 +14189,6 @@ class MaterialLocalizationFrCa extends MaterialLocalizationFr { required super.twoDigitZeroPaddedFormat, }); - @override - String get scrimLabel => 'Grille'; - - @override - String get bottomSheetLabel => "Zone de contenu dans le bas de l'écran"; - @override String get keyboardKeyChannelDown => 'Chaîne préc.'; @@ -14785,10 +14238,10 @@ class MaterialLocalizationFrCa extends MaterialLocalizationFr { String get invalidTimeLabel => 'Entrez une heure valide'; @override - String get timePickerDialHelpText => "Sélectionner l'heure"; + String get timePickerDialHelpText => "SÉLECTIONNER L'HEURE"; @override - String get timePickerInputHelpText => "Entrer l'heure"; + String get timePickerInputHelpText => "ENTRER L'HEURE"; @override String get timePickerMinuteLabel => 'Minutes'; @@ -14800,10 +14253,10 @@ class MaterialLocalizationFrCa extends MaterialLocalizationFr { String get inputTimeModeButtonLabel => "Passer au mode d'entrée Texte"; @override - String get dateRangePickerHelpText => 'Sélectionner la plage'; + String get dateRangePickerHelpText => 'SÉLECTIONNER LA PLAGE'; @override - String get datePickerHelpText => 'Sélectionner la date'; + String get datePickerHelpText => 'SÉLECTIONNER LA DATE'; @override String get invalidDateRangeLabel => 'Plage incorrecte.'; @@ -14885,16 +14338,16 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Atrás'; @override - String get bottomSheetLabel => 'Panel inferior'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Cambiar ao modo de calendario'; @override - String get cancelButtonLabel => 'Cancelar'; + String get cancelButtonLabel => 'CANCELAR'; @override - String get closeButtonLabel => 'Pechar'; + String get closeButtonLabel => 'PECHAR'; @override String get closeButtonTooltip => 'Pechar'; @@ -14903,13 +14356,13 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Despregar'; @override - String get continueButtonLabel => 'Continuar'; + String get continueButtonLabel => 'CONTINUAR'; @override String get copyButtonLabel => 'Copiar'; @override - String get currentDateLabel => 'Hoxe'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Cortar'; @@ -14924,7 +14377,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'A data está fóra do intervalo.'; @override - String get datePickerHelpText => 'Seleccionar data'; + String get datePickerHelpText => 'SELECCIONAR UNHA DATA'; @override String get dateRangeEndDateSemanticLabelRaw => r'Data de finalización: $fullDate'; @@ -14933,7 +14386,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Data de finalización'; @override - String get dateRangePickerHelpText => 'Seleccionar intervalo de datas'; + String get dateRangePickerHelpText => 'SELECCIONAR UN INTERVALO DE DATAS'; @override String get dateRangeStartDateSemanticLabelRaw => r'Data de inicio: $fullDate'; @@ -15116,7 +14569,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Seleccionar'; @override - String get keyboardKeyShift => 'Maiús'; + String get keyboardKeyShift => 'Shift'; @override String get keyboardKeySpace => 'Espazo'; @@ -15230,13 +14683,13 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Filas por páxina:'; @override - String get saveButtonLabel => 'Gardar'; + String get saveButtonLabel => 'GARDAR'; @override - String get scrimLabel => 'Sombreado'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Pechar $modalRouteContentName'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -15284,7 +14737,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'Seleccionar hora'; + String get timePickerDialHelpText => 'SELECCIONA A HORA'; @override String get timePickerHourLabel => 'Hora'; @@ -15293,7 +14746,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Seleccionar horas'; @override - String get timePickerInputHelpText => 'Indicar hora'; + String get timePickerInputHelpText => 'INDICA A HORA'; @override String get timePickerMinuteLabel => 'Minuto'; @@ -15308,7 +14761,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Intervalo de datas'; @override - String get viewLicensesButtonLabel => 'Ver licenzas'; + String get viewLicensesButtonLabel => 'VER LICENZAS'; } /// The translations for Swiss German Alemannic Alsatian (`gsw`). @@ -15342,16 +14795,16 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Zurück'; @override - String get bottomSheetLabel => 'Ansicht am unteren Rand'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Zum Kalender wechseln'; @override - String get cancelButtonLabel => 'Abbrechen'; + String get cancelButtonLabel => 'ABBRECHEN'; @override - String get closeButtonLabel => 'Schließen'; + String get closeButtonLabel => 'SCHLIEẞEN'; @override String get closeButtonTooltip => 'Schließen'; @@ -15360,13 +14813,13 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Maximieren'; @override - String get continueButtonLabel => 'Weiter'; + String get continueButtonLabel => 'WEITER'; @override String get copyButtonLabel => 'Kopieren'; @override - String get currentDateLabel => 'Heute'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Ausschneiden'; @@ -15381,7 +14834,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Außerhalb des Zeitraums.'; @override - String get datePickerHelpText => 'Datum auswählen'; + String get datePickerHelpText => 'DATUM AUSWÄHLEN'; @override String get dateRangeEndDateSemanticLabelRaw => r'Enddatum $fullDate'; @@ -15390,7 +14843,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Enddatum'; @override - String get dateRangePickerHelpText => 'Zeitraum auswählen'; + String get dateRangePickerHelpText => 'ZEITRAUM AUSWÄHLEN'; @override String get dateRangeStartDateSemanticLabelRaw => r'Startdatum $fullDate'; @@ -15573,7 +15026,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Auswählen'; @override - String get keyboardKeyShift => 'Umschalttaste'; + String get keyboardKeyShift => 'Shift'; @override String get keyboardKeySpace => 'Leertaste'; @@ -15687,13 +15140,13 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Zeilen pro Seite:'; @override - String get saveButtonLabel => 'Speichern'; + String get saveButtonLabel => 'SPEICHERN'; @override - String get scrimLabel => 'Gitter'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'$modalRouteContentName schließen'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -15741,7 +15194,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'Uhrzeit auswählen'; + String get timePickerDialHelpText => 'UHRZEIT AUSWÄHLEN'; @override String get timePickerHourLabel => 'Stunde'; @@ -15750,7 +15203,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Stunden auswählen'; @override - String get timePickerInputHelpText => 'Uhrzeit eingeben'; + String get timePickerInputHelpText => 'ZEIT EINGEBEN'; @override String get timePickerMinuteLabel => 'Minute'; @@ -15765,7 +15218,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Zeitraum'; @override - String get viewLicensesButtonLabel => 'Lizenzen ansehen'; + String get viewLicensesButtonLabel => 'LIZENZEN ANZEIGEN'; } /// The translations for Gujarati (`gu`). @@ -15799,7 +15252,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get backButtonTooltip => 'પાછળ'; @override - String get bottomSheetLabel => 'બોટમ શીટ'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'કૅલેન્ડર મોડ પર સ્વિચ કરો'; @@ -15823,7 +15276,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get copyButtonLabel => 'કૉપિ કરો'; @override - String get currentDateLabel => 'આજે'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'કાપો'; @@ -16147,10 +15600,10 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get saveButtonLabel => 'સાચવો'; @override - String get scrimLabel => 'સ્ક્રિમ'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'$modalRouteContentNameને બંધ કરો'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -16256,7 +15709,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get backButtonTooltip => 'הקודם'; @override - String get bottomSheetLabel => 'גיליון תחתון'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'מעבר למצב היומן'; @@ -16280,7 +15733,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get copyButtonLabel => 'העתקה'; @override - String get currentDateLabel => 'היום'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'גזירה'; @@ -16604,10 +16057,10 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get saveButtonLabel => 'שמירה'; @override - String get scrimLabel => 'מיסוך'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'סגירת $modalRouteContentName'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -16664,7 +16117,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'בחירת שעות'; @override - String get timePickerInputHelpText => 'יש להזין שעה'; + String get timePickerInputHelpText => 'הזנת שעה'; @override String get timePickerMinuteLabel => 'דקות'; @@ -16679,7 +16132,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'טווח תאריכים'; @override - String get viewLicensesButtonLabel => 'לעיון ברישיונות'; + String get viewLicensesButtonLabel => 'הצגת הרישיונות'; } /// The translations for Hindi (`hi`). @@ -16713,7 +16166,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get backButtonTooltip => 'वापस जाएं'; @override - String get bottomSheetLabel => 'बॉटम शीट'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'कैलेंडर पर जाएं'; @@ -16737,7 +16190,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get copyButtonLabel => 'कॉपी करें'; @override - String get currentDateLabel => 'आज'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'काटें'; @@ -16761,13 +16214,13 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'खत्म होने की तारीख'; @override - String get dateRangePickerHelpText => 'रेंज चुनें'; + String get dateRangePickerHelpText => 'सीमा चुनें'; @override String get dateRangeStartDateSemanticLabelRaw => r'शुरू होने की तारीख $fullDate'; @override - String get dateRangeStartLabel => 'पेमेंट करने की तारीख'; + String get dateRangeStartLabel => 'शुरू होने की तारीख'; @override String get dateSeparator => '/'; @@ -16779,7 +16232,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get dialModeButtonLabel => 'डायल पिकर मोड पर स्विच करें'; @override - String get dialogLabel => 'डायलॉग'; + String get dialogLabel => 'संवाद'; @override String get drawerLabel => 'नेविगेशन मेन्यू'; @@ -17061,10 +16514,10 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get saveButtonLabel => 'सेव करें'; @override - String get scrimLabel => 'स्क्रिम'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'$modalRouteContentName को बंद करें'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.dense; @@ -17112,7 +16565,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; @override - String get timePickerDialHelpText => 'समय चुनें'; + String get timePickerDialHelpText => 'समय क्षेत्र चुनें'; @override String get timePickerHourLabel => 'घंटा'; @@ -17170,16 +16623,16 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Natrag'; @override - String get bottomSheetLabel => 'Donja tablica'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Prijeđite na kalendar'; @override - String get cancelButtonLabel => 'Odustani'; + String get cancelButtonLabel => 'ODUSTANI'; @override - String get closeButtonLabel => 'Zatvori'; + String get closeButtonLabel => 'ZATVORI'; @override String get closeButtonTooltip => 'Zatvaranje'; @@ -17188,13 +16641,13 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Proširi'; @override - String get continueButtonLabel => 'Nastavi'; + String get continueButtonLabel => 'NASTAVI'; @override String get copyButtonLabel => 'Kopiraj'; @override - String get currentDateLabel => 'Danas'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Izreži'; @@ -17209,7 +16662,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Izvan raspona.'; @override - String get datePickerHelpText => 'Odaberi datum'; + String get datePickerHelpText => 'ODABERITE DATUM'; @override String get dateRangeEndDateSemanticLabelRaw => r'Datum završetka $fullDate'; @@ -17218,7 +16671,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Datum završetka'; @override - String get dateRangePickerHelpText => 'Odaberi raspon'; + String get dateRangePickerHelpText => 'ODABERITE RASPON'; @override String get dateRangeStartDateSemanticLabelRaw => r'Datum početka $fullDate'; @@ -17515,13 +16968,13 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Redaka po stranici:'; @override - String get saveButtonLabel => 'Spremi'; + String get saveButtonLabel => 'SPREMI'; @override - String get scrimLabel => 'Rubno'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Zatvori $modalRouteContentName'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -17569,7 +17022,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'Odaberi vrijeme'; + String get timePickerDialHelpText => 'ODABERITE VRIJEME'; @override String get timePickerHourLabel => 'Sat'; @@ -17578,7 +17031,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Odaberite sate'; @override - String get timePickerInputHelpText => 'Unesi vrijeme'; + String get timePickerInputHelpText => 'UNESITE VRIJEME'; @override String get timePickerMinuteLabel => 'Minuta'; @@ -17593,7 +17046,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Datumski raspon'; @override - String get viewLicensesButtonLabel => 'Prikaži licence'; + String get viewLicensesButtonLabel => 'PRIKAŽI LICENCE'; } /// The translations for Hungarian (`hu`). @@ -17627,16 +17080,16 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Vissza'; @override - String get bottomSheetLabel => 'Alsó lap'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Váltás naptárra'; @override - String get cancelButtonLabel => 'Mégse'; + String get cancelButtonLabel => 'MÉGSE'; @override - String get closeButtonLabel => 'Bezárás'; + String get closeButtonLabel => 'BEZÁRÁS'; @override String get closeButtonTooltip => 'Bezárás'; @@ -17645,13 +17098,13 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Kibontás'; @override - String get continueButtonLabel => 'Folytatás'; + String get continueButtonLabel => 'TOVÁBB'; @override String get copyButtonLabel => 'Másolás'; @override - String get currentDateLabel => 'Ma'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Kivágás'; @@ -17666,7 +17119,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Tartományon kívül.'; @override - String get datePickerHelpText => 'Dátum kiválasztása'; + String get datePickerHelpText => 'DÁTUM KIVÁLASZTÁSA'; @override String get dateRangeEndDateSemanticLabelRaw => r'Befejezés dátuma: $fullDate'; @@ -17675,7 +17128,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Befejezés dátuma'; @override - String get dateRangePickerHelpText => 'Dátumtartomány kiválasztása'; + String get dateRangePickerHelpText => 'TARTOMÁNY KIJELÖLÉSE'; @override String get dateRangeStartDateSemanticLabelRaw => r'Kezdés dátuma: $fullDate'; @@ -17972,13 +17425,13 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Oldalankénti sorszám:'; @override - String get saveButtonLabel => 'Mentés'; + String get saveButtonLabel => 'MENTÉS'; @override - String get scrimLabel => 'Borítás'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'$modalRouteContentName bezárása'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -18026,7 +17479,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'Időpont kiválasztása'; + String get timePickerDialHelpText => 'IDŐPONT KIVÁLASZTÁSA'; @override String get timePickerHourLabel => 'Óra'; @@ -18035,7 +17488,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Óra kiválasztása'; @override - String get timePickerInputHelpText => 'Időpont megadása'; + String get timePickerInputHelpText => 'IDŐPONT MEGADÁSA'; @override String get timePickerMinuteLabel => 'Perc'; @@ -18050,7 +17503,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Dátumtartomány'; @override - String get viewLicensesButtonLabel => 'Licencek megtekintése'; + String get viewLicensesButtonLabel => 'LICENCEK MEGTEKINTÉSE'; } /// The translations for Armenian (`hy`). @@ -18084,16 +17537,16 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Հետ'; @override - String get bottomSheetLabel => 'Ներքևի էկրան'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Անցնել օրացույցին'; @override - String get cancelButtonLabel => 'Չեղարկել'; + String get cancelButtonLabel => 'ՉԵՂԱՐԿԵԼ'; @override - String get closeButtonLabel => 'Փակել'; + String get closeButtonLabel => 'ՓԱԿԵԼ'; @override String get closeButtonTooltip => 'Փակել'; @@ -18102,13 +17555,13 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Ծավալել'; @override - String get continueButtonLabel => 'Շարունակել'; + String get continueButtonLabel => 'ՇԱՐՈՒՆԱԿԵԼ'; @override String get copyButtonLabel => 'Պատճենել'; @override - String get currentDateLabel => 'Այսօր'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Կտրել'; @@ -18123,7 +17576,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Թույլատրելի ընդգրկույթից դուրս է։'; @override - String get datePickerHelpText => 'Ընտրեք ամսաթիվը'; + String get datePickerHelpText => 'ԸՆՏՐԵԼ ԱՄՍԱԹԻՎ'; @override String get dateRangeEndDateSemanticLabelRaw => r'Ավարտի ամսաթիվը՝ $fullDate'; @@ -18132,7 +17585,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Ավարտի ամսաթիվը'; @override - String get dateRangePickerHelpText => 'Ընտրեք ժամանակահատվածը'; + String get dateRangePickerHelpText => 'ԸՆՏՐԵԼ ԺԱՄԱՆԱԿԱՀԱՏՎԱԾ'; @override String get dateRangeStartDateSemanticLabelRaw => r'Մեկնարկի ամսաթիվը՝ $fullDate'; @@ -18429,13 +17882,13 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Մեկ էջի տողերը՝'; @override - String get saveButtonLabel => 'Պահել'; + String get saveButtonLabel => 'ՊԱՀԵԼ'; @override - String get scrimLabel => 'Դիմակ'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Փակել՝ $modalRouteContentName'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -18483,7 +17936,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'Ընտրեք ժամը'; + String get timePickerDialHelpText => 'ԸՆՏՐԵՔ ԺԱՄԸ'; @override String get timePickerHourLabel => 'Ժամ'; @@ -18492,7 +17945,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Ընտրեք ժամը'; @override - String get timePickerInputHelpText => 'Մուտքագրեք ժամը'; + String get timePickerInputHelpText => 'ՄՈՒՏՔԱԳՐԵՔ ԺԱՄԸ'; @override String get timePickerMinuteLabel => 'Րոպե'; @@ -18507,7 +17960,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Ժամանակահատված'; @override - String get viewLicensesButtonLabel => 'Դիտել լիցենզիաները'; + String get viewLicensesButtonLabel => 'ԴԻՏԵԼ ԱՐՏՈՆԱԳՐԵՐԸ'; } /// The translations for Indonesian (`id`). @@ -18541,16 +17994,16 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Kembali'; @override - String get bottomSheetLabel => 'Sheet Bawah'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Beralih ke kalender'; @override - String get cancelButtonLabel => 'Batal'; + String get cancelButtonLabel => 'BATAL'; @override - String get closeButtonLabel => 'Tutup'; + String get closeButtonLabel => 'TUTUP'; @override String get closeButtonTooltip => 'Tutup'; @@ -18559,13 +18012,13 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Luaskan'; @override - String get continueButtonLabel => 'Lanjutkan'; + String get continueButtonLabel => 'LANJUTKAN'; @override String get copyButtonLabel => 'Salin'; @override - String get currentDateLabel => 'Hari ini'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Potong'; @@ -18580,7 +18033,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Di luar rentang.'; @override - String get datePickerHelpText => 'Pilih tanggal'; + String get datePickerHelpText => 'PILIH TANGGAL'; @override String get dateRangeEndDateSemanticLabelRaw => r'Tanggal akhir $fullDate'; @@ -18589,7 +18042,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Tanggal Akhir'; @override - String get dateRangePickerHelpText => 'Pilih rentang'; + String get dateRangePickerHelpText => 'PILIH RENTANG'; @override String get dateRangeStartDateSemanticLabelRaw => r'Tanggal mulai $fullDate'; @@ -18886,13 +18339,13 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Baris per halaman:'; @override - String get saveButtonLabel => 'Simpan'; + String get saveButtonLabel => 'SIMPAN'; @override String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Tutup $modalRouteContentName'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -18940,7 +18393,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_dot_mm; @override - String get timePickerDialHelpText => 'Pilih waktu'; + String get timePickerDialHelpText => 'PILIH WAKTU'; @override String get timePickerHourLabel => 'Jam'; @@ -18949,7 +18402,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Pilih jam'; @override - String get timePickerInputHelpText => 'Masukkan waktu'; + String get timePickerInputHelpText => 'MASUKKAN WAKTU'; @override String get timePickerMinuteLabel => 'Menit'; @@ -18964,7 +18417,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Rentang tanggal'; @override - String get viewLicensesButtonLabel => 'Lihat lisensi'; + String get viewLicensesButtonLabel => 'LIHAT LISENSI'; } /// The translations for Icelandic (`is`). @@ -18998,16 +18451,16 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Til baka'; @override - String get bottomSheetLabel => 'Blað neðst'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Skipta yfir í dagatal'; @override - String get cancelButtonLabel => 'Hætta við'; + String get cancelButtonLabel => 'HÆTTA'; @override - String get closeButtonLabel => 'Loka'; + String get closeButtonLabel => 'LOKA'; @override String get closeButtonTooltip => 'Loka'; @@ -19016,13 +18469,13 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Stækka'; @override - String get continueButtonLabel => 'Áfram'; + String get continueButtonLabel => 'HALDA ÁFRAM'; @override String get copyButtonLabel => 'Afrita'; @override - String get currentDateLabel => 'Í dag'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Klippa'; @@ -19037,7 +18490,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Utan sviðs.'; @override - String get datePickerHelpText => 'Velja dagsetningu'; + String get datePickerHelpText => 'VELJA DAGSETNINGU'; @override String get dateRangeEndDateSemanticLabelRaw => r'Lokadagur $fullDate'; @@ -19046,7 +18499,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Lokadagur'; @override - String get dateRangePickerHelpText => 'Velja svið'; + String get dateRangePickerHelpText => 'VELJA SVIÐ'; @override String get dateRangeStartDateSemanticLabelRaw => r'Upphafsdagur $fullDate'; @@ -19343,13 +18796,13 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Línur á síðu:'; @override - String get saveButtonLabel => 'Vista'; + String get saveButtonLabel => 'VISTA'; @override - String get scrimLabel => 'Möskvi'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Loka $modalRouteContentName'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -19397,7 +18850,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'Velja tíma'; + String get timePickerDialHelpText => 'VELJA TÍMA'; @override String get timePickerHourLabel => 'Klukkustund'; @@ -19406,7 +18859,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Velja klukkustundir'; @override - String get timePickerInputHelpText => 'Færa inn tíma'; + String get timePickerInputHelpText => 'FÆRA INN TÍMA'; @override String get timePickerMinuteLabel => 'Mínúta'; @@ -19421,7 +18874,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Tímabil'; @override - String get viewLicensesButtonLabel => 'Skoða leyfi'; + String get viewLicensesButtonLabel => 'SKOÐA LEYFI'; } /// The translations for Italian (`it`). @@ -19455,16 +18908,16 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Indietro'; @override - String get bottomSheetLabel => 'Riquadro inferiore'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Passa al calendario'; @override - String get cancelButtonLabel => 'Annulla'; + String get cancelButtonLabel => 'ANNULLA'; @override - String get closeButtonLabel => 'Chiudi'; + String get closeButtonLabel => 'CHIUDI'; @override String get closeButtonTooltip => 'Chiudi'; @@ -19473,13 +18926,13 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Espandi'; @override - String get continueButtonLabel => 'Continua'; + String get continueButtonLabel => 'CONTINUA'; @override String get copyButtonLabel => 'Copia'; @override - String get currentDateLabel => 'Oggi'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Taglia'; @@ -19494,7 +18947,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Fuori intervallo.'; @override - String get datePickerHelpText => 'Seleziona data'; + String get datePickerHelpText => 'SELEZIONA DATA'; @override String get dateRangeEndDateSemanticLabelRaw => r'Data di fine $fullDate'; @@ -19503,7 +18956,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Data di fine'; @override - String get dateRangePickerHelpText => 'Seleziona intervallo'; + String get dateRangePickerHelpText => 'SELEZIONA INTERVALLO'; @override String get dateRangeStartDateSemanticLabelRaw => r'Data di inizio $fullDate'; @@ -19686,7 +19139,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Seleziona'; @override - String get keyboardKeyShift => 'Maiusc'; + String get keyboardKeyShift => 'Shift'; @override String get keyboardKeySpace => 'Barra spaziatrice'; @@ -19800,13 +19253,13 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Righe per pagina:'; @override - String get saveButtonLabel => 'Salva'; + String get saveButtonLabel => 'SALVA'; @override - String get scrimLabel => 'Rete'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Chiudi $modalRouteContentName'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -19854,7 +19307,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'Seleziona ora'; + String get timePickerDialHelpText => "SELEZIONA L'ORA"; @override String get timePickerHourLabel => 'Ora'; @@ -19863,7 +19316,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Seleziona le ore'; @override - String get timePickerInputHelpText => 'Inserisci ora'; + String get timePickerInputHelpText => "INSERISCI L'ORA"; @override String get timePickerMinuteLabel => 'Minuto'; @@ -19878,7 +19331,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Intervallo di date'; @override - String get viewLicensesButtonLabel => 'Visualizza licenze'; + String get viewLicensesButtonLabel => 'VISUALIZZA LICENZE'; } /// The translations for Japanese (`ja`). @@ -19912,7 +19365,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get backButtonTooltip => '戻る'; @override - String get bottomSheetLabel => 'ボトムシート'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'カレンダーに切り替え'; @@ -19936,7 +19389,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get copyButtonLabel => 'コピー'; @override - String get currentDateLabel => '今日'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => '切り取り'; @@ -20260,10 +19713,10 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get saveButtonLabel => '保存'; @override - String get scrimLabel => 'スクリム'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'$modalRouteContentName を閉じる'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.dense; @@ -20311,7 +19764,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => '時間の選択'; + String get timePickerDialHelpText => '時刻の選択'; @override String get timePickerHourLabel => '時'; @@ -20320,7 +19773,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => '時間を選択'; @override - String get timePickerInputHelpText => '時間の入力'; + String get timePickerInputHelpText => '時刻の入力'; @override String get timePickerMinuteLabel => '分'; @@ -20369,7 +19822,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get backButtonTooltip => 'უკან'; @override - String get bottomSheetLabel => 'ქვედა ფურცელი'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'კალენდარზე გადართვა'; @@ -20393,7 +19846,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get copyButtonLabel => 'კოპირება'; @override - String get currentDateLabel => 'დღეს'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'ამოჭრა'; @@ -20408,7 +19861,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'დიაპაზონს მიღმაა.'; @override - String get datePickerHelpText => 'თარიღის არჩევა'; + String get datePickerHelpText => 'აირჩიეთ თარიღი'; @override String get dateRangeEndDateSemanticLabelRaw => r'დასრულების თარიღია $fullDate'; @@ -20417,7 +19870,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'დასრულების თარიღი'; @override - String get dateRangePickerHelpText => 'დიაპაზონის არჩევა'; + String get dateRangePickerHelpText => 'აირჩიეთ დიაპაზონი'; @override String get dateRangeStartDateSemanticLabelRaw => r'დაწყების თარიღია $fullDate'; @@ -20600,7 +20053,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Select'; @override - String get keyboardKeyShift => 'ცვლა'; + String get keyboardKeyShift => 'Shift'; @override String get keyboardKeySpace => 'Space'; @@ -20717,10 +20170,10 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get saveButtonLabel => 'შენახვა'; @override - String get scrimLabel => 'სკრიმი'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'$modalRouteContentName-ის დახურვა'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -20768,7 +20221,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'დროის არჩევა'; + String get timePickerDialHelpText => 'აირჩიეთ დრო'; @override String get timePickerHourLabel => 'საათი'; @@ -20777,7 +20230,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'აირჩიეთ საათები'; @override - String get timePickerInputHelpText => 'დროის შეყვანა'; + String get timePickerInputHelpText => 'შეიყვანეთ დრო'; @override String get timePickerMinuteLabel => 'წუთი'; @@ -20826,16 +20279,16 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Артқа'; @override - String get bottomSheetLabel => 'Төменгі парақша'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Күнтізбеге ауысу'; @override - String get cancelButtonLabel => 'Бас тарту'; + String get cancelButtonLabel => 'БАС ТАРТУ'; @override - String get closeButtonLabel => 'Жабу'; + String get closeButtonLabel => 'ЖАБУ'; @override String get closeButtonTooltip => 'Жабу'; @@ -20844,13 +20297,13 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Жаю'; @override - String get continueButtonLabel => 'Жалғастыру'; + String get continueButtonLabel => 'ЖАЛҒАСТЫРУ'; @override String get copyButtonLabel => 'Көшіру'; @override - String get currentDateLabel => 'Бүгін'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Қию'; @@ -20865,7 +20318,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Ауқымнан тыc.'; @override - String get datePickerHelpText => 'Күнді таңдау'; + String get datePickerHelpText => 'КҮНДІ ТАҢДАУ'; @override String get dateRangeEndDateSemanticLabelRaw => r'Аяқталу күні $fullDate'; @@ -20874,7 +20327,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Аяқталу күні'; @override - String get dateRangePickerHelpText => 'Аралықты таңдау'; + String get dateRangePickerHelpText => 'АУҚЫМДЫ ТАҢДАУ'; @override String get dateRangeStartDateSemanticLabelRaw => r'Басталу күні $fullDate'; @@ -21171,13 +20624,13 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Әр беттегі жолдар саны:'; @override - String get saveButtonLabel => 'Сақтау'; + String get saveButtonLabel => 'САҚТАУ'; @override - String get scrimLabel => 'Кенеп'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'$modalRouteContentName жабу'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -21225,7 +20678,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'Уақытты таңдау'; + String get timePickerDialHelpText => 'УАҚЫТТЫ ТАҢДАҢЫЗ'; @override String get timePickerHourLabel => 'Сағат'; @@ -21234,7 +20687,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Сағаттарды таңдаңыз'; @override - String get timePickerInputHelpText => 'Уақытты енгізу'; + String get timePickerInputHelpText => 'УАҚЫТТЫ ЕНГІЗІҢІЗ'; @override String get timePickerMinuteLabel => 'Mинут'; @@ -21249,7 +20702,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Күндер ауқымы'; @override - String get viewLicensesButtonLabel => 'Лицензияларды көру'; + String get viewLicensesButtonLabel => 'ЛИЦЕНЗИЯЛАРДЫ КӨРУ'; } /// The translations for Khmer Central Khmer (`km`). @@ -21283,7 +20736,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get backButtonTooltip => 'ថយក្រោយ'; @override - String get bottomSheetLabel => 'សន្លឹក​ខាងក្រោម'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'ប្ដូរទៅ​ប្រតិទិន'; @@ -21307,7 +20760,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get copyButtonLabel => 'ចម្លង'; @override - String get currentDateLabel => 'ថ្ងៃនេះ'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'កាត់'; @@ -21331,7 +20784,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'កាលបរិច្ឆេទ​បញ្ចប់'; @override - String get dateRangePickerHelpText => 'ជ្រើសរើសចន្លោះ'; + String get dateRangePickerHelpText => 'ជ្រើស​រើស​ចន្លោះ'; @override String get dateRangeStartDateSemanticLabelRaw => r'កាលបរិច្ឆេទ​ចាប់ផ្ដើម $fullDate'; @@ -21631,10 +21084,10 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get saveButtonLabel => 'រក្សាទុក'; @override - String get scrimLabel => 'ផ្ទាំងស្រអាប់'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'បិទ $modalRouteContentName'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.dense; @@ -21682,7 +21135,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @override - String get timePickerDialHelpText => 'ជ្រើសរើសម៉ោង'; + String get timePickerDialHelpText => 'ជ្រើសរើស​ពេលវេលា'; @override String get timePickerHourLabel => 'ម៉ោង'; @@ -21691,7 +21144,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'ជ្រើសរើស​ម៉ោង'; @override - String get timePickerInputHelpText => 'បញ្ចូលម៉ោង'; + String get timePickerInputHelpText => 'បញ្ចូលពេលវេលា'; @override String get timePickerMinuteLabel => 'នាទី​'; @@ -21740,7 +21193,7 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { String get backButtonTooltip => '\u{cb9}\u{cbf}\u{c82}\u{ca4}\u{cbf}\u{cb0}\u{cc1}\u{c97}\u{cbf}'; @override - String get bottomSheetLabel => '\u{c95}\u{cc6}\u{cb3}\u{cad}\u{cbe}\u{c97}\u{ca6}\u{20}\u{cb6}\u{cc0}\u{c9f}\u{ccd}'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => '\u{c95}\u{ccd}\u{caf}\u{cbe}\u{cb2}\u{cc6}\u{c82}\u{ca1}\u{cb0}\u{ccd}\u{200c}\u{c97}\u{cc6}\u{20}\u{cac}\u{ca6}\u{cb2}\u{cbf}\u{cb8}\u{cbf}'; @@ -21764,7 +21217,7 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { String get copyButtonLabel => '\u{ca8}\u{c95}\u{cb2}\u{cbf}\u{cb8}\u{cbf}'; @override - String get currentDateLabel => '\u{c87}\u{c82}\u{ca6}\u{cc1}'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => '\u{c95}\u{ca4}\u{ccd}\u{ca4}\u{cb0}\u{cbf}\u{cb8}\u{cbf}'; @@ -21788,7 +21241,7 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { String get dateRangeEndLabel => '\u{c85}\u{c82}\u{ca4}\u{cbf}\u{cae}\u{20}\u{ca6}\u{cbf}\u{ca8}\u{cbe}\u{c82}\u{c95}'; @override - String get dateRangePickerHelpText => '\u{ca6}\u{cbf}\u{ca8}\u{cbe}\u{c82}\u{c95}\u{ca6}\u{20}\u{cb5}\u{ccd}\u{caf}\u{cbe}\u{caa}\u{ccd}\u{ca4}\u{cbf}\u{caf}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{c86}\u{caf}\u{ccd}\u{c95}\u{cc6}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; + String get dateRangePickerHelpText => '\u{cb6}\u{ccd}\u{cb0}\u{cc7}\u{ca3}\u{cbf}\u{caf}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{c86}\u{caf}\u{ccd}\u{c95}\u{cc6}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; @override String get dateRangeStartDateSemanticLabelRaw => '\u{caa}\u{ccd}\u{cb0}\u{cbe}\u{cb0}\u{c82}\u{cad}\u{20}\u{ca6}\u{cbf}\u{ca8}\u{cbe}\u{c82}\u{c95}\u{20}\u{24}\u{66}\u{75}\u{6c}\u{6c}\u{44}\u{61}\u{74}\u{65}'; @@ -22088,10 +21541,10 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { String get saveButtonLabel => '\u{c89}\u{cb3}\u{cbf}\u{cb8}\u{cbf}'; @override - String get scrimLabel => '\u{cb8}\u{ccd}\u{c95}\u{ccd}\u{cb0}\u{cbf}\u{cae}\u{ccd}'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => '\u{24}\u{6d}\u{6f}\u{64}\u{61}\u{6c}\u{52}\u{6f}\u{75}\u{74}\u{65}\u{43}\u{6f}\u{6e}\u{74}\u{65}\u{6e}\u{74}\u{4e}\u{61}\u{6d}\u{65}\u{20}\u{c85}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{cae}\u{cc1}\u{c9a}\u{ccd}\u{c9a}\u{cbf}\u{cb0}\u{cbf}'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -22197,7 +21650,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get backButtonTooltip => '뒤로'; @override - String get bottomSheetLabel => '하단 시트'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => '캘린더 모드로 전환'; @@ -22221,7 +21674,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get copyButtonLabel => '복사'; @override - String get currentDateLabel => '오늘'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => '잘라냄'; @@ -22245,7 +21698,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get dateRangeEndLabel => '종료일'; @override - String get dateRangePickerHelpText => '기간 선택'; + String get dateRangePickerHelpText => '범위 선택'; @override String get dateRangeStartDateSemanticLabelRaw => r'시작일 $fullDate'; @@ -22545,10 +21998,10 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get saveButtonLabel => '저장'; @override - String get scrimLabel => '스크림'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'$modalRouteContentName 닫기'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.dense; @@ -22654,16 +22107,16 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Артка'; @override - String get bottomSheetLabel => 'Ылдыйкы экран'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Жылнаамага которулуңуз'; @override - String get cancelButtonLabel => 'Токтотуу'; + String get cancelButtonLabel => 'ЖОККО ЧЫГАРУУ'; @override - String get closeButtonLabel => 'Жабуу'; + String get closeButtonLabel => 'ЖАБУУ'; @override String get closeButtonTooltip => 'Жабуу'; @@ -22672,13 +22125,13 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Жайып көрсөтүү'; @override - String get continueButtonLabel => 'Улантуу'; + String get continueButtonLabel => 'УЛАНТУУ'; @override String get copyButtonLabel => 'Көчүрүү'; @override - String get currentDateLabel => 'Бүгүн'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Кесүү'; @@ -22693,16 +22146,16 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Аракет чегинен тышкары.'; @override - String get datePickerHelpText => 'Күндү тандоо'; + String get datePickerHelpText => 'КҮНДҮ ТАНДОО'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Качан аяктайт $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Аяктоо күнү $fullDate'; @override - String get dateRangeEndLabel => 'Качан аяктайт'; + String get dateRangeEndLabel => 'Аяктоо күнү'; @override - String get dateRangePickerHelpText => 'Даталар диапазонун тандоо'; + String get dateRangePickerHelpText => 'ДИАПАЗОНДУ ТАНДОО'; @override String get dateRangeStartDateSemanticLabelRaw => r'Баштоо күнү $fullDate'; @@ -22741,7 +22194,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get inputTimeModeButtonLabel => 'Текст киргизүү режимине которулуу'; @override - String get invalidDateFormatLabel => 'Туура эмес формат.'; + String get invalidDateFormatLabel => 'Жараксыз формат.'; @override String get invalidDateRangeLabel => 'Жараксыз диапазон.'; @@ -22996,16 +22449,16 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get reorderItemUp => 'Жогору жылдыруу'; @override - String get rowsPerPageTitle => 'Бир беттеги саптардын саны:'; + String get rowsPerPageTitle => 'Бир бетте көрсөтүлүүчү саптардын саны:'; @override - String get saveButtonLabel => 'Сактоо'; + String get saveButtonLabel => 'САКТОО'; @override - String get scrimLabel => 'Кенеп'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'$modalRouteContentName жабуу'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -23053,7 +22506,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'Убакытты тандоо'; + String get timePickerDialHelpText => 'УБАКЫТ ТАНДОО'; @override String get timePickerHourLabel => 'Саат'; @@ -23062,7 +22515,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Саатты тандаңыз'; @override - String get timePickerInputHelpText => 'Убакытты киргизүү'; + String get timePickerInputHelpText => 'УБАКЫТ КИРГИЗҮҮ'; @override String get timePickerMinuteLabel => 'Мүнөт'; @@ -23077,7 +22530,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Даталар диапазону'; @override - String get viewLicensesButtonLabel => 'Уруксаттамаларды көрүү'; + String get viewLicensesButtonLabel => 'УРУКСАТТАМАЛАРДЫ КӨРҮҮ'; } /// The translations for Lao (`lo`). @@ -23111,7 +22564,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get backButtonTooltip => 'ກັບຄືນ'; @override - String get bottomSheetLabel => 'ຊີດລຸ່ມສຸດ'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'ສະຫຼັບໄປປະຕິທິນ'; @@ -23135,7 +22588,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get copyButtonLabel => 'ສຳເນົາ'; @override - String get currentDateLabel => 'ມື້ນີ້'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'ຕັດ'; @@ -23462,7 +22915,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'ປິດ $modalRouteContentName'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -23568,16 +23021,16 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Atgal'; @override - String get bottomSheetLabel => 'Apatinis lapas'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Perjungti į kalendorių'; @override - String get cancelButtonLabel => 'Atšaukti'; + String get cancelButtonLabel => 'ATŠAUKTI'; @override - String get closeButtonLabel => 'Uždaryti'; + String get closeButtonLabel => 'UŽDARYTI'; @override String get closeButtonTooltip => 'Uždaryti'; @@ -23586,13 +23039,13 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Išskleisti'; @override - String get continueButtonLabel => 'Tęsti'; + String get continueButtonLabel => 'TĘSTI'; @override String get copyButtonLabel => 'Kopijuoti'; @override - String get currentDateLabel => 'Šiandien'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Iškirpti'; @@ -23607,7 +23060,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Nepatenka į diapazoną.'; @override - String get datePickerHelpText => 'Pasirinkite datą'; + String get datePickerHelpText => 'PASIRINKITE DATĄ'; @override String get dateRangeEndDateSemanticLabelRaw => r'Pabaigos data: $fullDate'; @@ -23616,7 +23069,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Pabaigos data'; @override - String get dateRangePickerHelpText => 'Pasirinkite diapazoną'; + String get dateRangePickerHelpText => 'PASIRINKITE DIAPAZONĄ'; @override String get dateRangeStartDateSemanticLabelRaw => r'Pradžios data: $fullDate'; @@ -23913,13 +23366,13 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Eilučių puslapyje:'; @override - String get saveButtonLabel => 'Išsaugoti'; + String get saveButtonLabel => 'IŠSAUGOTI'; @override - String get scrimLabel => 'Užsklanda'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Uždaryti „$modalRouteContentName“'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -23967,7 +23420,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'Pasirinkite laiką'; + String get timePickerDialHelpText => 'PASIRINKITE LAIKĄ'; @override String get timePickerHourLabel => 'Valandos'; @@ -23976,7 +23429,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Pasirinkite valandas'; @override - String get timePickerInputHelpText => 'Įveskite laiką'; + String get timePickerInputHelpText => 'ĮVESKITE LAIKĄ'; @override String get timePickerMinuteLabel => 'Minutės'; @@ -23991,7 +23444,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Dienų seka'; @override - String get viewLicensesButtonLabel => 'Peržiūrėti licencijas'; + String get viewLicensesButtonLabel => 'PERŽIŪRĖTI LICENCIJAS'; } /// The translations for Latvian (`lv`). @@ -24025,16 +23478,16 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Atpakaļ'; @override - String get bottomSheetLabel => 'Ekrāna apakšdaļas lapa'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Pārslēgties uz kalendāru'; @override - String get cancelButtonLabel => 'Atcelt'; + String get cancelButtonLabel => 'ATCELT'; @override - String get closeButtonLabel => 'Aizvērt'; + String get closeButtonLabel => 'AIZVĒRT'; @override String get closeButtonTooltip => 'Aizvērt'; @@ -24043,13 +23496,13 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Izvērst'; @override - String get continueButtonLabel => 'Turpināt'; + String get continueButtonLabel => 'TURPINĀT'; @override String get copyButtonLabel => 'Kopēt'; @override - String get currentDateLabel => 'Šodien'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Izgriezt'; @@ -24064,7 +23517,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Ārpus diapazona.'; @override - String get datePickerHelpText => 'Atlasiet datumu'; + String get datePickerHelpText => 'ATLASIET DATUMU'; @override String get dateRangeEndDateSemanticLabelRaw => r'Beigu datums: $fullDate'; @@ -24073,7 +23526,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Beigu datums'; @override - String get dateRangePickerHelpText => 'Atlasiet diapazonu'; + String get dateRangePickerHelpText => 'ATLASIET DIAPAZONU'; @override String get dateRangeStartDateSemanticLabelRaw => r'Sākuma datums: $fullDate'; @@ -24256,7 +23709,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Atlasīt'; @override - String get keyboardKeyShift => 'Pārslēgšanas taustiņš'; + String get keyboardKeyShift => 'Shift'; @override String get keyboardKeySpace => 'Atstarpes taustiņš'; @@ -24370,13 +23823,13 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Rindas lapā:'; @override - String get saveButtonLabel => 'Saglabāt'; + String get saveButtonLabel => 'SAGLABĀT'; @override - String get scrimLabel => 'Pārklājums'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Aizvērt $modalRouteContentName'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -24424,7 +23877,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'Atlasiet laiku'; + String get timePickerDialHelpText => 'ATLASIET LAIKU'; @override String get timePickerHourLabel => 'Stunda'; @@ -24433,7 +23886,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Atlasiet stundas'; @override - String get timePickerInputHelpText => 'Ievadiet laiku'; + String get timePickerInputHelpText => 'IEVADIET LAIKU'; @override String get timePickerMinuteLabel => 'Minūte'; @@ -24448,7 +23901,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Datumu diapazons'; @override - String get viewLicensesButtonLabel => 'Skatīt licences'; + String get viewLicensesButtonLabel => 'SKATĪT LICENCES'; } /// The translations for Macedonian (`mk`). @@ -24482,16 +23935,16 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Назад'; @override - String get bottomSheetLabel => 'Долен лист'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Префрли на календар'; @override - String get cancelButtonLabel => 'Откажи'; + String get cancelButtonLabel => 'ОТКАЖИ'; @override - String get closeButtonLabel => 'Затвори'; + String get closeButtonLabel => 'ЗАТВОРИ'; @override String get closeButtonTooltip => 'Затвори'; @@ -24500,13 +23953,13 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Прошири'; @override - String get continueButtonLabel => 'Продолжи'; + String get continueButtonLabel => 'ПРОДОЛЖИ'; @override String get copyButtonLabel => 'Копирај'; @override - String get currentDateLabel => 'Денес'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Исечи'; @@ -24521,7 +23974,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Надвор од опсег.'; @override - String get datePickerHelpText => 'Изберете датум'; + String get datePickerHelpText => 'ИЗБЕРЕТЕ ДАТУМ'; @override String get dateRangeEndDateSemanticLabelRaw => r'Краен датум $fullDate'; @@ -24530,7 +23983,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Краен датум'; @override - String get dateRangePickerHelpText => 'Изберете опсег'; + String get dateRangePickerHelpText => 'ИЗБЕРЕТЕ ОПСЕГ'; @override String get dateRangeStartDateSemanticLabelRaw => r'Датум на започнување $fullDate'; @@ -24827,13 +24280,13 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Редови на страница:'; @override - String get saveButtonLabel => 'Зачувај'; + String get saveButtonLabel => 'ЗАЧУВАЈ'; @override - String get scrimLabel => 'Скрим'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Затворете ја $modalRouteContentName'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -24881,7 +24334,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'Изберете време'; + String get timePickerDialHelpText => 'ИЗБЕРЕТЕ ВРЕМЕ'; @override String get timePickerHourLabel => 'Час'; @@ -24890,7 +24343,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Изберете часови'; @override - String get timePickerInputHelpText => 'Внесете време'; + String get timePickerInputHelpText => 'ВНЕСЕТЕ ВРЕМЕ'; @override String get timePickerMinuteLabel => 'Минута'; @@ -24905,7 +24358,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Временски период'; @override - String get viewLicensesButtonLabel => 'Прикажи ги лиценците'; + String get viewLicensesButtonLabel => 'ПРИКАЖИ ЛИЦЕНЦИ'; } /// The translations for Malayalam (`ml`). @@ -24939,7 +24392,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get backButtonTooltip => 'മടങ്ങുക'; @override - String get bottomSheetLabel => 'ബോട്ടം ഷീറ്റ്'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'കലണ്ടറിലേക്ക് മാറുക'; @@ -24948,7 +24401,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'റദ്ദാക്കുക'; @override - String get closeButtonLabel => 'അടയ്ക്കുക'; + String get closeButtonLabel => 'അടയ്‌ക്കുക'; @override String get closeButtonTooltip => 'അടയ്‌ക്കുക'; @@ -24963,7 +24416,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get copyButtonLabel => 'പകർത്തുക'; @override - String get currentDateLabel => 'ഇന്ന്'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'മുറിക്കുക'; @@ -25287,10 +24740,10 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get saveButtonLabel => 'സംരക്ഷിക്കുക'; @override - String get scrimLabel => 'സ്ക്രിം'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'$modalRouteContentName അടയ്ക്കുക'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -25396,16 +24849,16 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Буцах'; @override - String get bottomSheetLabel => 'Доод хүснэгт'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Календарь луу сэлгэх'; @override - String get cancelButtonLabel => 'Цуцлах'; + String get cancelButtonLabel => 'БОЛИХ'; @override - String get closeButtonLabel => 'Хаах'; + String get closeButtonLabel => 'ХААХ'; @override String get closeButtonTooltip => 'Хаах'; @@ -25414,13 +24867,13 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Дэлгэх'; @override - String get continueButtonLabel => 'Үргэлжлүүлэх'; + String get continueButtonLabel => 'ҮРГЭЛЖЛҮҮЛЭХ'; @override String get copyButtonLabel => 'Хуулах'; @override - String get currentDateLabel => 'Өнөөдөр'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Таслах'; @@ -25435,7 +24888,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Интервалаас гадуур байна.'; @override - String get datePickerHelpText => 'Огноо сонгох'; + String get datePickerHelpText => 'ОГНОО СОНГОХ'; @override String get dateRangeEndDateSemanticLabelRaw => r'Дуусах огноо $fullDate'; @@ -25444,7 +24897,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Дуусах огноо'; @override - String get dateRangePickerHelpText => 'Хугацааны интервал сонгох'; + String get dateRangePickerHelpText => 'ИНТЕРВАЛ СОНГОХ'; @override String get dateRangeStartDateSemanticLabelRaw => r'Эхлэх огноо $fullDate'; @@ -25741,13 +25194,13 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Хуудсан дахь мөрийн тоо:'; @override - String get saveButtonLabel => 'Хадгалах'; + String get saveButtonLabel => 'ХАДГАЛАХ'; @override - String get scrimLabel => 'Скрим'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'$modalRouteContentName-г хаах'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -25795,7 +25248,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'Хугацаа сонгох'; + String get timePickerDialHelpText => 'ЦАГ СОНГОХ'; @override String get timePickerHourLabel => 'Цаг'; @@ -25804,7 +25257,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Цаг сонгоно уу'; @override - String get timePickerInputHelpText => 'Хугацаа оруулах'; + String get timePickerInputHelpText => 'ЦАГ ОРУУЛАХ'; @override String get timePickerMinuteLabel => 'Минут'; @@ -25819,7 +25272,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Хугацааны интервал'; @override - String get viewLicensesButtonLabel => 'Лиценз харах'; + String get viewLicensesButtonLabel => 'ЛИЦЕНЗИЙГ ХАРАХ'; } /// The translations for Marathi (`mr`). @@ -25853,7 +25306,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get backButtonTooltip => 'मागे'; @override - String get bottomSheetLabel => 'तळाशी असलेली शीट'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'कॅलेंडरवर स्विच करा'; @@ -25871,13 +25324,13 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'विस्तार करा'; @override - String get continueButtonLabel => 'पुढे सुरू ठेवा'; + String get continueButtonLabel => 'सुरू ठेवा'; @override String get copyButtonLabel => 'कॉपी करा'; @override - String get currentDateLabel => 'आज'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'कट करा'; @@ -25901,7 +25354,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'संपण्याची तारीख'; @override - String get dateRangePickerHelpText => 'रेंज निवडा'; + String get dateRangePickerHelpText => 'श्रेणी निवडा'; @override String get dateRangeStartDateSemanticLabelRaw => r'सुरू होण्याची तारीख $fullDate'; @@ -26084,7 +25537,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'निवडा'; @override - String get keyboardKeyShift => 'शिफ्ट'; + String get keyboardKeyShift => 'Shift'; @override String get keyboardKeySpace => 'स्पेस'; @@ -26201,10 +25654,10 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get saveButtonLabel => 'सेव्ह करा'; @override - String get scrimLabel => 'स्क्रिम'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'$modalRouteContentName बंद करा'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.dense; @@ -26310,16 +25763,16 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Kembali'; @override - String get bottomSheetLabel => 'Helaian Bawah'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Tukar kepada kalendar'; @override - String get cancelButtonLabel => 'Batal'; + String get cancelButtonLabel => 'BATAL'; @override - String get closeButtonLabel => 'Tutup'; + String get closeButtonLabel => 'TUTUP'; @override String get closeButtonTooltip => 'Tutup'; @@ -26328,13 +25781,13 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Kembangkan'; @override - String get continueButtonLabel => 'Teruskan'; + String get continueButtonLabel => 'TERUSKAN'; @override String get copyButtonLabel => 'Salin'; @override - String get currentDateLabel => 'Hari ini'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Potong'; @@ -26349,7 +25802,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Di luar julat.'; @override - String get datePickerHelpText => 'Pilih tarikh'; + String get datePickerHelpText => 'PILIH TARIKH'; @override String get dateRangeEndDateSemanticLabelRaw => r'Tarikh tamat ialah $fullDate'; @@ -26358,7 +25811,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Tarikh Tamat'; @override - String get dateRangePickerHelpText => 'Pilih julat'; + String get dateRangePickerHelpText => 'PILIH JULAT'; @override String get dateRangeStartDateSemanticLabelRaw => r'Tarikh mula ialah $fullDate'; @@ -26604,7 +26057,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get popupMenuLabel => 'Menu pop timbul'; @override - String get postMeridiemAbbreviation => 'P/M'; + String get postMeridiemAbbreviation => 'PTG'; @override String get previousMonthTooltip => 'Bulan sebelumnya'; @@ -26655,13 +26108,13 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Baris setiap halaman:'; @override - String get saveButtonLabel => 'Simpan'; + String get saveButtonLabel => 'SIMPAN'; @override String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Tutup $modalRouteContentName'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -26709,7 +26162,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @override - String get timePickerDialHelpText => 'Pilih masa'; + String get timePickerDialHelpText => 'PILIH MASA'; @override String get timePickerHourLabel => 'Jam'; @@ -26718,7 +26171,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Pilih jam'; @override - String get timePickerInputHelpText => 'Masukkan masa'; + String get timePickerInputHelpText => 'MASUKKAN MASA'; @override String get timePickerMinuteLabel => 'Minit'; @@ -26733,7 +26186,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Julat Tarikh'; @override - String get viewLicensesButtonLabel => 'Lihat lesen'; + String get viewLicensesButtonLabel => 'LIHAT LESEN'; } /// The translations for Burmese (`my`). @@ -26767,7 +26220,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get backButtonTooltip => 'နောက်သို့'; @override - String get bottomSheetLabel => 'အောက်ခြေအပိုဆောင်း စာမျက်နှာ'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'ပြက္ခဒိန်သို့ ပြောင်းရန်'; @@ -26791,7 +26244,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get copyButtonLabel => 'မိတ္တူကူးရန်'; @override - String get currentDateLabel => 'ယနေ့'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'ဖြတ်ယူရန်'; @@ -26806,7 +26259,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'အပိုင်းအခြား ပြင်ပတွင်ဖြစ်နေသည်။'; @override - String get datePickerHelpText => 'ရက်စွဲရွေးရန်'; + String get datePickerHelpText => 'ရက်စွဲရွေးပါ'; @override String get dateRangeEndDateSemanticLabelRaw => r'ပြီးဆုံးရက်စွဲ $fullDate'; @@ -26815,7 +26268,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'ပြီးဆုံးရက်စွဲ'; @override - String get dateRangePickerHelpText => 'အပိုင်းအခြားရွေးရန်'; + String get dateRangePickerHelpText => 'အပိုင်းအခြား ရွေးရန်'; @override String get dateRangeStartDateSemanticLabelRaw => r'စတင်သည့် ရက်စွဲ $fullDate'; @@ -27118,7 +26571,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'$modalRouteContentName ပိတ်ရန်'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -27175,7 +26628,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'နာရီကို ရွေးပါ'; @override - String get timePickerInputHelpText => 'အချိန်ထည့်ရန်'; + String get timePickerInputHelpText => 'အချိန်ထည့်ရန်'; @override String get timePickerMinuteLabel => 'မိနစ်'; @@ -27190,7 +26643,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'ရက်အပိုင်းအခြား'; @override - String get viewLicensesButtonLabel => 'လိုင်စင်များကြည့်ရန်'; + String get viewLicensesButtonLabel => 'လိုင်စင်များကို ကြည့်ရန်'; } /// The translations for Norwegian Bokmål (`nb`). @@ -27224,16 +26677,16 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Tilbake'; @override - String get bottomSheetLabel => 'Felt nederst'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Bytt til kalender'; @override - String get cancelButtonLabel => 'Avbryt'; + String get cancelButtonLabel => 'AVBRYT'; @override - String get closeButtonLabel => 'Lukk'; + String get closeButtonLabel => 'LUKK'; @override String get closeButtonTooltip => 'Lukk'; @@ -27242,13 +26695,13 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Vis'; @override - String get continueButtonLabel => 'Fortsett'; + String get continueButtonLabel => 'FORTSETT'; @override String get copyButtonLabel => 'Kopiér'; @override - String get currentDateLabel => 'I dag'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Klipp ut'; @@ -27263,7 +26716,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Utenfor perioden.'; @override - String get datePickerHelpText => 'Velg dato'; + String get datePickerHelpText => 'VELG DATOEN'; @override String get dateRangeEndDateSemanticLabelRaw => r'Sluttdato $fullDate'; @@ -27272,7 +26725,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Sluttdato'; @override - String get dateRangePickerHelpText => 'Velg datoperiode'; + String get dateRangePickerHelpText => 'VELG PERIODEN'; @override String get dateRangeStartDateSemanticLabelRaw => r'Startdato $fullDate'; @@ -27569,13 +27022,13 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Rader per side:'; @override - String get saveButtonLabel => 'Lagre'; + String get saveButtonLabel => 'LAGRE'; @override - String get scrimLabel => 'Vev'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Lukk $modalRouteContentName'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -27623,7 +27076,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'Velg tidspunkt'; + String get timePickerDialHelpText => 'VELG KLOKKESLETT'; @override String get timePickerHourLabel => 'Time'; @@ -27632,7 +27085,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Angi timer'; @override - String get timePickerInputHelpText => 'Angi et tidspunkt'; + String get timePickerInputHelpText => 'ANGI ET KLOKKESLETT'; @override String get timePickerMinuteLabel => 'Minutt'; @@ -27647,7 +27100,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Datoperiode'; @override - String get viewLicensesButtonLabel => 'Se lisenser'; + String get viewLicensesButtonLabel => 'SE LISENSER'; } /// The translations for Nepali (`ne`). @@ -27681,7 +27134,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get backButtonTooltip => 'पछाडि जानुहोस्'; @override - String get bottomSheetLabel => 'पुछारको पाना'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'पात्रो मोड प्रयोग गर्नुहोस्'; @@ -27705,7 +27158,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get copyButtonLabel => 'प्रतिलिपि गर्नुहोस्'; @override - String get currentDateLabel => 'आज'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'काट्नुहोस्'; @@ -27729,7 +27182,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'समाप्त हुने मिति'; @override - String get dateRangePickerHelpText => 'मितिको दायरा चयन गर्नुहोस्'; + String get dateRangePickerHelpText => 'दायरा चयन गर्नुहोस्'; @override String get dateRangeStartDateSemanticLabelRaw => r'सुरु हुने मिति $fullDate'; @@ -28029,10 +27482,10 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get saveButtonLabel => 'सेभ गर्नुहोस्'; @override - String get scrimLabel => 'स्क्रिम'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'$modalRouteContentName बन्द गर्नुहोस्'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -28089,7 +27542,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'घन्टा चयन गर्नुहोस्'; @override - String get timePickerInputHelpText => 'समय हाल्नुहोस्'; + String get timePickerInputHelpText => 'समय प्रविष्टि गर्नुहोस्'; @override String get timePickerMinuteLabel => 'मिनेट'; @@ -28104,7 +27557,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'मितिको दायरा'; @override - String get viewLicensesButtonLabel => 'लाइसेन्सहरू हेर्नुहोस्'; + String get viewLicensesButtonLabel => 'इजाजतपत्रहरू हेर्नुहोस्'; } /// The translations for Dutch Flemish (`nl`). @@ -28138,16 +27591,16 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Terug'; @override - String get bottomSheetLabel => 'Blad onderaan'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Overschakelen naar kalender'; @override - String get cancelButtonLabel => 'Annuleren'; + String get cancelButtonLabel => 'ANNULEREN'; @override - String get closeButtonLabel => 'Sluiten'; + String get closeButtonLabel => 'SLUITEN'; @override String get closeButtonTooltip => 'Sluiten'; @@ -28156,13 +27609,13 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Uitvouwen'; @override - String get continueButtonLabel => 'Doorgaan'; + String get continueButtonLabel => 'DOORGAAN'; @override String get copyButtonLabel => 'Kopiëren'; @override - String get currentDateLabel => 'Vandaag'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Knippen'; @@ -28177,7 +27630,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Buiten bereik.'; @override - String get datePickerHelpText => 'Datum selecteren'; + String get datePickerHelpText => 'DATUM SELECTEREN'; @override String get dateRangeEndDateSemanticLabelRaw => r'Einddatum $fullDate'; @@ -28186,7 +27639,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Einddatum'; @override - String get dateRangePickerHelpText => 'Periode selecteren'; + String get dateRangePickerHelpText => 'PERIODE SELECTEREN'; @override String get dateRangeStartDateSemanticLabelRaw => r'Startdatum $fullDate'; @@ -28483,13 +27936,13 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Rijen per pagina:'; @override - String get saveButtonLabel => 'Opslaan'; + String get saveButtonLabel => 'OPSLAAN'; @override String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'$modalRouteContentName sluiten'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -28537,7 +27990,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'Tijd selecteren'; + String get timePickerDialHelpText => 'TIJD SELECTEREN'; @override String get timePickerHourLabel => 'Uur'; @@ -28546,7 +27999,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Uren selecteren'; @override - String get timePickerInputHelpText => 'Tijd opgeven'; + String get timePickerInputHelpText => 'TIJD OPGEVEN'; @override String get timePickerMinuteLabel => 'Minuut'; @@ -28561,7 +28014,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Periode'; @override - String get viewLicensesButtonLabel => 'Licenties bekijken'; + String get viewLicensesButtonLabel => 'LICENTIES BEKIJKEN'; } /// The translations for Norwegian (`no`). @@ -28595,16 +28048,16 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Tilbake'; @override - String get bottomSheetLabel => 'Felt nederst'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Bytt til kalender'; @override - String get cancelButtonLabel => 'Avbryt'; + String get cancelButtonLabel => 'AVBRYT'; @override - String get closeButtonLabel => 'Lukk'; + String get closeButtonLabel => 'LUKK'; @override String get closeButtonTooltip => 'Lukk'; @@ -28613,13 +28066,13 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Vis'; @override - String get continueButtonLabel => 'Fortsett'; + String get continueButtonLabel => 'FORTSETT'; @override String get copyButtonLabel => 'Kopiér'; @override - String get currentDateLabel => 'I dag'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Klipp ut'; @@ -28634,7 +28087,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Utenfor perioden.'; @override - String get datePickerHelpText => 'Velg dato'; + String get datePickerHelpText => 'VELG DATOEN'; @override String get dateRangeEndDateSemanticLabelRaw => r'Sluttdato $fullDate'; @@ -28643,7 +28096,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Sluttdato'; @override - String get dateRangePickerHelpText => 'Velg datoperiode'; + String get dateRangePickerHelpText => 'VELG PERIODEN'; @override String get dateRangeStartDateSemanticLabelRaw => r'Startdato $fullDate'; @@ -28940,13 +28393,13 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Rader per side:'; @override - String get saveButtonLabel => 'Lagre'; + String get saveButtonLabel => 'LAGRE'; @override - String get scrimLabel => 'Vev'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Lukk $modalRouteContentName'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -28994,7 +28447,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'Velg tidspunkt'; + String get timePickerDialHelpText => 'VELG KLOKKESLETT'; @override String get timePickerHourLabel => 'Time'; @@ -29003,7 +28456,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Angi timer'; @override - String get timePickerInputHelpText => 'Angi et tidspunkt'; + String get timePickerInputHelpText => 'ANGI ET KLOKKESLETT'; @override String get timePickerMinuteLabel => 'Minutt'; @@ -29018,7 +28471,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Datoperiode'; @override - String get viewLicensesButtonLabel => 'Se lisenser'; + String get viewLicensesButtonLabel => 'SE LISENSER'; } /// The translations for Oriya (`or`). @@ -29052,13 +28505,13 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get backButtonTooltip => 'ପଛକୁ ଫେରନ୍ତୁ'; @override - String get bottomSheetLabel => 'ବଟମ ସିଟ'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'କ୍ୟାଲେଣ୍ଡରକୁ ସ୍ୱିଚ୍ କରନ୍ତୁ'; @override - String get cancelButtonLabel => 'ବାତିଲ କରନ୍ତୁ'; + String get cancelButtonLabel => 'ବାତିଲ୍ କରନ୍ତୁ'; @override String get closeButtonLabel => 'ବନ୍ଦ କରନ୍ତୁ'; @@ -29076,7 +28529,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get copyButtonLabel => 'କପି କରନ୍ତୁ'; @override - String get currentDateLabel => 'ଆଜି'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'କଟ୍ କରନ୍ତୁ'; @@ -29100,7 +28553,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'ଶେଷ ତାରିଖ'; @override - String get dateRangePickerHelpText => 'ରେଞ୍ଜ ଚୟନ କରନ୍ତୁ'; + String get dateRangePickerHelpText => 'ସୀମା ଚୟନ କରନ୍ତୁ'; @override String get dateRangeStartDateSemanticLabelRaw => r'ଆରମ୍ଭ ତାରିଖ $fullDate'; @@ -29397,13 +28850,13 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'ପୃଷ୍ଠା ପିଛା ଧାଡ଼ି:'; @override - String get saveButtonLabel => 'ସେଭ କରନ୍ତୁ'; + String get saveButtonLabel => 'ସେଭ୍ କରନ୍ତୁ'; @override - String get scrimLabel => 'ସ୍କ୍ରିମ'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'$modalRouteContentNameକୁ ବନ୍ଦ କରନ୍ତୁ'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -29475,7 +28928,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'ତାରିଖ ସୀମା'; @override - String get viewLicensesButtonLabel => 'ଲାଇସେନ୍ସ ଦେଖନ୍ତୁ'; + String get viewLicensesButtonLabel => 'ଲାଇସେନ୍ସ ଦେଖାନ୍ତୁ'; } /// The translations for Panjabi Punjabi (`pa`). @@ -29509,7 +28962,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get backButtonTooltip => 'ਪਿੱਛੇ'; @override - String get bottomSheetLabel => 'ਹੇਠਲੀ ਸ਼ੀਟ'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => "ਕੈਲੰਡਰ 'ਤੇ ਜਾਓ"; @@ -29533,7 +28986,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get copyButtonLabel => 'ਕਾਪੀ ਕਰੋ'; @override - String get currentDateLabel => 'ਅੱਜ'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'ਕੱਟ ਕਰੋ'; @@ -29857,10 +29310,10 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get saveButtonLabel => 'ਰੱਖਿਅਤ ਕਰੋ'; @override - String get scrimLabel => 'ਸਕ੍ਰਿਮ'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'$modalRouteContentName ਨੂੰ ਬੰਦ ਕਰੋ'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -29966,16 +29419,16 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Wstecz'; @override - String get bottomSheetLabel => 'Plansza dolna'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Przełącz na kalendarz'; @override - String get cancelButtonLabel => 'Anuluj'; + String get cancelButtonLabel => 'ANULUJ'; @override - String get closeButtonLabel => 'Zamknij'; + String get closeButtonLabel => 'ZAMKNIJ'; @override String get closeButtonTooltip => 'Zamknij'; @@ -29984,13 +29437,13 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Rozwiń'; @override - String get continueButtonLabel => 'Dalej'; + String get continueButtonLabel => 'DALEJ'; @override String get copyButtonLabel => 'Kopiuj'; @override - String get currentDateLabel => 'Dziś'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Wytnij'; @@ -30005,7 +29458,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Poza zakresem.'; @override - String get datePickerHelpText => 'Wybierz datę'; + String get datePickerHelpText => 'WYBIERZ DATĘ'; @override String get dateRangeEndDateSemanticLabelRaw => r'Data zakończenia: $fullDate'; @@ -30014,7 +29467,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Data zakończenia'; @override - String get dateRangePickerHelpText => 'Wybierz zakres'; + String get dateRangePickerHelpText => 'WYBIERZ ZAKRES'; @override String get dateRangeStartDateSemanticLabelRaw => r'Data rozpoczęcia: $fullDate'; @@ -30311,13 +29764,13 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Wiersze na stronie:'; @override - String get saveButtonLabel => 'Zapisz'; + String get saveButtonLabel => 'ZAPISZ'; @override - String get scrimLabel => 'Siatka'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Zamknij: $modalRouteContentName'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -30365,7 +29818,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'Wybierz godzinę'; + String get timePickerDialHelpText => 'WYBIERZ GODZINĘ'; @override String get timePickerHourLabel => 'Godzina'; @@ -30374,7 +29827,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Wybierz godziny'; @override - String get timePickerInputHelpText => 'Wpisz godzinę'; + String get timePickerInputHelpText => 'WPISZ GODZINĘ'; @override String get timePickerMinuteLabel => 'Minuta'; @@ -30389,7 +29842,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Zakres dat'; @override - String get viewLicensesButtonLabel => 'Wyświetl licencje'; + String get viewLicensesButtonLabel => 'WYŚWIETL LICENCJE'; } /// The translations for Pushto Pashto (`ps`). @@ -30880,16 +30333,16 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Voltar'; @override - String get bottomSheetLabel => 'Página inferior'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Mudar para agenda'; @override - String get cancelButtonLabel => 'Cancelar'; + String get cancelButtonLabel => 'CANCELAR'; @override - String get closeButtonLabel => 'Fechar'; + String get closeButtonLabel => 'FECHAR'; @override String get closeButtonTooltip => 'Fechar'; @@ -30898,13 +30351,13 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Abrir'; @override - String get continueButtonLabel => 'Continuar'; + String get continueButtonLabel => 'CONTINUAR'; @override String get copyButtonLabel => 'Copiar'; @override - String get currentDateLabel => 'Hoje'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Cortar'; @@ -30919,7 +30372,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Fora de alcance.'; @override - String get datePickerHelpText => 'Selecione a data'; + String get datePickerHelpText => 'SELECIONAR DATA'; @override String get dateRangeEndDateSemanticLabelRaw => r'Data de término $fullDate'; @@ -30928,7 +30381,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Data de término'; @override - String get dateRangePickerHelpText => 'Selecione o intervalo'; + String get dateRangePickerHelpText => 'SELECIONAR INTERVALO'; @override String get dateRangeStartDateSemanticLabelRaw => r'Data de início $fullDate'; @@ -31225,13 +30678,13 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Linhas por página:'; @override - String get saveButtonLabel => 'Salvar'; + String get saveButtonLabel => 'SALVAR'; @override String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Fechar $modalRouteContentName'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -31279,7 +30732,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'Selecione o horário'; + String get timePickerDialHelpText => 'SELECIONAR HORÁRIO'; @override String get timePickerHourLabel => 'Hora'; @@ -31288,7 +30741,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Selecione as horas'; @override - String get timePickerInputHelpText => 'Insira o horário'; + String get timePickerInputHelpText => 'INSERIR HORÁRIO'; @override String get timePickerMinuteLabel => 'Minuto'; @@ -31303,7 +30756,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Período'; @override - String get viewLicensesButtonLabel => 'Acessar licenças'; + String get viewLicensesButtonLabel => 'VER LICENÇAS'; } /// The translations for Portuguese, as used in Portugal (`pt_PT`). @@ -31324,9 +30777,6 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { required super.twoDigitZeroPaddedFormat, }); - @override - String get bottomSheetLabel => 'Secção inferior'; - @override String get menuBarMenuLabel => 'Menu da barra de menu'; @@ -31355,10 +30805,10 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { String get dialModeButtonLabel => 'Mude para o modo de seletor de mostrador'; @override - String get timePickerDialHelpText => 'Selecionar hora'; + String get timePickerDialHelpText => 'SELECIONAR HORA'; @override - String get timePickerInputHelpText => 'Introduzir hora'; + String get timePickerInputHelpText => 'INTRODUZIR HORA'; @override String get invalidTimeLabel => 'Introduza uma hora válida.'; @@ -31373,13 +30823,7 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { String get calendarModeButtonLabel => 'Mude para o calendário'; @override - String get dateRangePickerHelpText => 'Selecionar intervalo'; - - @override - String get datePickerHelpText => 'Selecionar data'; - - @override - String get saveButtonLabel => 'Guardar'; + String get saveButtonLabel => 'GUARDAR'; @override String get dateOutOfRangeLabel => 'Fora do intervalo.'; @@ -31432,9 +30876,6 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { @override String get pageRowsInfoTitleApproximateRaw => r'$firstRow a $lastRow de cerca de $rowCount'; - @override - String get viewLicensesButtonLabel => 'Ver licenças'; - @override String get modalBarrierDismissLabel => 'Ignorar'; @@ -31488,16 +30929,16 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Înapoi'; @override - String get bottomSheetLabel => 'Foaie din partea de jos'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Comutați la calendar'; @override - String get cancelButtonLabel => 'Anulați'; + String get cancelButtonLabel => 'ANULAȚI'; @override - String get closeButtonLabel => 'Închideți'; + String get closeButtonLabel => 'ÎNCHIDEȚI'; @override String get closeButtonTooltip => 'Închideți'; @@ -31506,13 +30947,13 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Extindeți'; @override - String get continueButtonLabel => 'Continuați'; + String get continueButtonLabel => 'CONTINUAȚI'; @override String get copyButtonLabel => 'Copiați'; @override - String get currentDateLabel => 'Azi'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Decupați'; @@ -31527,7 +30968,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Fără acoperire.'; @override - String get datePickerHelpText => 'Selectați data'; + String get datePickerHelpText => 'SELECTAȚI DATA'; @override String get dateRangeEndDateSemanticLabelRaw => r'Data de încheiere: $fullDate'; @@ -31536,7 +30977,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Data de încheiere'; @override - String get dateRangePickerHelpText => 'Selectați intervalul'; + String get dateRangePickerHelpText => 'SELECTAȚI UN INTERVAL'; @override String get dateRangeStartDateSemanticLabelRaw => r'Data de începere: $fullDate'; @@ -31833,13 +31274,13 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Rânduri pe pagină:'; @override - String get saveButtonLabel => 'Salvați'; + String get saveButtonLabel => 'SALVAȚI'; @override - String get scrimLabel => 'Material'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Închideți $modalRouteContentName'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -31887,7 +31328,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'Selectați ora'; + String get timePickerDialHelpText => 'SELECTAȚI ORA'; @override String get timePickerHourLabel => 'Oră'; @@ -31896,7 +31337,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Selectați orele'; @override - String get timePickerInputHelpText => 'Introduceți ora'; + String get timePickerInputHelpText => 'INTRODUCEȚI ORA'; @override String get timePickerMinuteLabel => 'Minut'; @@ -31911,7 +31352,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Interval de date'; @override - String get viewLicensesButtonLabel => 'Vedeți licențele'; + String get viewLicensesButtonLabel => 'VEDEȚI LICENȚELE'; } /// The translations for Russian (`ru`). @@ -31945,16 +31386,16 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Назад'; @override - String get bottomSheetLabel => 'Нижний экран'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Переключиться на календарь'; @override - String get cancelButtonLabel => 'Отмена'; + String get cancelButtonLabel => 'ОТМЕНА'; @override - String get closeButtonLabel => 'Закрыть'; + String get closeButtonLabel => 'ЗАКРЫТЬ'; @override String get closeButtonTooltip => 'Закрыть'; @@ -31963,13 +31404,13 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Развернуть'; @override - String get continueButtonLabel => 'Продолжить'; + String get continueButtonLabel => 'ПРОДОЛЖИТЬ'; @override String get copyButtonLabel => 'Копировать'; @override - String get currentDateLabel => 'Сегодня'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Вырезать'; @@ -31984,7 +31425,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Дата находится вне допустимого диапазона.'; @override - String get datePickerHelpText => 'Выберите дату'; + String get datePickerHelpText => 'ВЫБЕРИТЕ ДАТУ'; @override String get dateRangeEndDateSemanticLabelRaw => r'Дата окончания: $fullDate'; @@ -31993,7 +31434,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Дата окончания'; @override - String get dateRangePickerHelpText => 'Выберите диапазон дат'; + String get dateRangePickerHelpText => 'ВЫБЕРИТЕ ДИАПАЗОН ДАТ'; @override String get dateRangeStartDateSemanticLabelRaw => r'Дата начала: $fullDate'; @@ -32290,13 +31731,13 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Строк на странице:'; @override - String get saveButtonLabel => 'Сохранить'; + String get saveButtonLabel => 'СОХРАНИТЬ'; @override - String get scrimLabel => 'Маска'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Закрыть $modalRouteContentName'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -32344,7 +31785,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'Выберите время'; + String get timePickerDialHelpText => 'ВЫБЕРИТЕ ВРЕМЯ'; @override String get timePickerHourLabel => 'Часы'; @@ -32353,7 +31794,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Выберите часы'; @override - String get timePickerInputHelpText => 'Укажите время'; + String get timePickerInputHelpText => 'ВВЕДИТЕ ВРЕМЯ'; @override String get timePickerMinuteLabel => 'Минуты'; @@ -32368,7 +31809,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Диапазон дат'; @override - String get viewLicensesButtonLabel => 'Посмотреть лицензии'; + String get viewLicensesButtonLabel => 'ЛИЦЕНЗИИ'; } /// The translations for Sinhala Sinhalese (`si`). @@ -32402,7 +31843,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get backButtonTooltip => 'ආපසු'; @override - String get bottomSheetLabel => 'පහළම පත්‍රය'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'දින දර්ශනය වෙත මාරු වන්න'; @@ -32420,13 +31861,13 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'දිග හරින්න'; @override - String get continueButtonLabel => 'ඉදිරියට යන්න'; + String get continueButtonLabel => 'ඉදිරියට'; @override String get copyButtonLabel => 'පිටපත් කරන්න'; @override - String get currentDateLabel => 'අද'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'කපන්න'; @@ -32750,10 +32191,10 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get saveButtonLabel => 'සුරකින්න'; @override - String get scrimLabel => 'ස්ක්‍රිම්'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'$modalRouteContentName වසන්න'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -32810,7 +32251,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'පැය ගණන තෝරන්න'; @override - String get timePickerInputHelpText => 'කාලය ඇතුළු කරන්න'; + String get timePickerInputHelpText => 'දිනය ඇතුළු කරන්න'; @override String get timePickerMinuteLabel => 'මිනිත්තු'; @@ -32859,16 +32300,16 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Späť'; @override - String get bottomSheetLabel => 'Dolný hárok'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Prepnúť na kalendár'; @override - String get cancelButtonLabel => 'Zrušiť'; + String get cancelButtonLabel => 'ZRUŠIŤ'; @override - String get closeButtonLabel => 'Zavrieť'; + String get closeButtonLabel => 'ZAVRIEŤ'; @override String get closeButtonTooltip => 'Zavrieť'; @@ -32877,13 +32318,13 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Rozbaliť'; @override - String get continueButtonLabel => 'Pokračovať'; + String get continueButtonLabel => 'POKRAČOVAŤ'; @override String get copyButtonLabel => 'Kopírovať'; @override - String get currentDateLabel => 'Dnes'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Vystrihnúť'; @@ -32898,7 +32339,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Mimo rozsahu.'; @override - String get datePickerHelpText => 'Vybrať dátum'; + String get datePickerHelpText => 'VYBERTE DÁTUM'; @override String get dateRangeEndDateSemanticLabelRaw => r'Dátum ukončenia $fullDate'; @@ -32907,7 +32348,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Dátum ukončenia'; @override - String get dateRangePickerHelpText => 'Vybrať rozsah'; + String get dateRangePickerHelpText => 'VYBERTE ROZSAH'; @override String get dateRangeStartDateSemanticLabelRaw => r'Dátum začatia $fullDate'; @@ -33204,13 +32645,13 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Počet riadkov na stránku:'; @override - String get saveButtonLabel => 'Uložiť'; + String get saveButtonLabel => 'ULOŽIŤ'; @override String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Zavrieť $modalRouteContentName'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -33258,7 +32699,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'Vybrať čas'; + String get timePickerDialHelpText => 'VYBERTE ČAS'; @override String get timePickerHourLabel => 'Hodina'; @@ -33267,7 +32708,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Vybrať hodiny'; @override - String get timePickerInputHelpText => 'Zadať čas'; + String get timePickerInputHelpText => 'ZADAJTE ČAS'; @override String get timePickerMinuteLabel => 'Minúta'; @@ -33282,7 +32723,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Obdobie'; @override - String get viewLicensesButtonLabel => 'Zobraziť licencie'; + String get viewLicensesButtonLabel => 'ZOBRAZIŤ LICENCIE'; } /// The translations for Slovenian (`sl`). @@ -33316,16 +32757,16 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Nazaj'; @override - String get bottomSheetLabel => 'Razdelek na dnu zaslona'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Preklop na koledar'; @override - String get cancelButtonLabel => 'Prekliči'; + String get cancelButtonLabel => 'PREKLIČI'; @override - String get closeButtonLabel => 'Zapri'; + String get closeButtonLabel => 'ZAPRI'; @override String get closeButtonTooltip => 'Zapiranje'; @@ -33334,13 +32775,13 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Razširiti'; @override - String get continueButtonLabel => 'Naprej'; + String get continueButtonLabel => 'NAPREJ'; @override String get copyButtonLabel => 'Kopiraj'; @override - String get currentDateLabel => 'Danes'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Izreži'; @@ -33355,7 +32796,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Zunaj dovoljenega obdobja'; @override - String get datePickerHelpText => 'Izberite datum'; + String get datePickerHelpText => 'IZBIRA DATUMA'; @override String get dateRangeEndDateSemanticLabelRaw => r'Končni datum $fullDate'; @@ -33364,7 +32805,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Končni datum'; @override - String get dateRangePickerHelpText => 'Izberite obdobje'; + String get dateRangePickerHelpText => 'IZBIRA OBDOBJA'; @override String get dateRangeStartDateSemanticLabelRaw => r'Začetni datum $fullDate'; @@ -33661,13 +33102,13 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Vrstice na stran:'; @override - String get saveButtonLabel => 'Shrani'; + String get saveButtonLabel => 'SHRANI'; @override String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Zapiranje »$modalRouteContentName«'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -33715,7 +33156,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'Izberite uro'; + String get timePickerDialHelpText => 'IZBERITE ČAS'; @override String get timePickerHourLabel => 'Ura'; @@ -33724,7 +33165,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Izberite ure'; @override - String get timePickerInputHelpText => 'Vnesite čas'; + String get timePickerInputHelpText => 'VNESITE ČAS'; @override String get timePickerMinuteLabel => 'Minuta'; @@ -33739,7 +33180,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Časovno obdobje'; @override - String get viewLicensesButtonLabel => 'Prikaži licence'; + String get viewLicensesButtonLabel => 'PRIKAŽI LICENCE'; } /// The translations for Albanian (`sq`). @@ -33773,16 +33214,16 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Prapa'; @override - String get bottomSheetLabel => 'Fleta e poshtme'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Kalo te kalendari'; @override - String get cancelButtonLabel => 'Anulo'; + String get cancelButtonLabel => 'ANULO'; @override - String get closeButtonLabel => 'Mbyll'; + String get closeButtonLabel => 'MBYLL'; @override String get closeButtonTooltip => 'Mbyll'; @@ -33791,13 +33232,13 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Zgjero'; @override - String get continueButtonLabel => 'Vazhdo'; + String get continueButtonLabel => 'VAZHDO'; @override String get copyButtonLabel => 'Kopjo'; @override - String get currentDateLabel => 'Sot'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Prit'; @@ -33812,7 +33253,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Jashtë rrezes.'; @override - String get datePickerHelpText => 'Zgjidh datën'; + String get datePickerHelpText => 'ZGJIDH DATËN'; @override String get dateRangeEndDateSemanticLabelRaw => r'Data e mbarimit: $fullDate'; @@ -33821,7 +33262,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Data e mbarimit'; @override - String get dateRangePickerHelpText => 'Zgjidh gamën'; + String get dateRangePickerHelpText => 'ZGJIDH GAMËN'; @override String get dateRangeStartDateSemanticLabelRaw => r'Data e fillimit: $fullDate'; @@ -34118,13 +33559,13 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Rreshtat për faqe:'; @override - String get saveButtonLabel => 'Ruaj'; + String get saveButtonLabel => 'RUAJ'; @override - String get scrimLabel => 'Kanavacë'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Mbyll $modalRouteContentName'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -34172,7 +33613,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'Zgjidh orën'; + String get timePickerDialHelpText => 'ZGJIDH ORËN'; @override String get timePickerHourLabel => 'Ora'; @@ -34181,7 +33622,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Zgjidh orët'; @override - String get timePickerInputHelpText => 'Fut orën'; + String get timePickerInputHelpText => 'VENDOS ORËN'; @override String get timePickerMinuteLabel => 'Minuta'; @@ -34196,7 +33637,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Gama e datave'; @override - String get viewLicensesButtonLabel => 'Shiko licencat'; + String get viewLicensesButtonLabel => 'SHIKO LICENCAT'; } /// The translations for Serbian (`sr`). @@ -34230,16 +33671,16 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Назад'; @override - String get bottomSheetLabel => 'Доња табела'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Пређите на календар'; @override - String get cancelButtonLabel => 'Откажи'; + String get cancelButtonLabel => 'ОТКАЖИ'; @override - String get closeButtonLabel => 'Затвори'; + String get closeButtonLabel => 'ЗАТВОРИ'; @override String get closeButtonTooltip => 'Затворите'; @@ -34248,13 +33689,13 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Прошири'; @override - String get continueButtonLabel => 'Настави'; + String get continueButtonLabel => 'НАСТАВИ'; @override String get copyButtonLabel => 'Копирај'; @override - String get currentDateLabel => 'Данас'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Исеци'; @@ -34269,7 +33710,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Изван периода.'; @override - String get datePickerHelpText => 'Изаберите датум'; + String get datePickerHelpText => 'ИЗАБЕРИТЕ ДАТУМ'; @override String get dateRangeEndDateSemanticLabelRaw => r'Датум завршетка: $fullDate'; @@ -34278,7 +33719,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Датум завршетка'; @override - String get dateRangePickerHelpText => 'Изаберите период'; + String get dateRangePickerHelpText => 'ИЗАБЕРИТЕ ПЕРИОД'; @override String get dateRangeStartDateSemanticLabelRaw => r'Датум почетка: $fullDate'; @@ -34572,16 +34013,16 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get reorderItemUp => 'Померите нагоре'; @override - String get rowsPerPageTitle => 'Редова на страници:'; + String get rowsPerPageTitle => 'Редова по страници:'; @override - String get saveButtonLabel => 'Сачувај'; + String get saveButtonLabel => 'САЧУВАЈ'; @override - String get scrimLabel => 'Скрим'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Затвори: $modalRouteContentName'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -34629,7 +34070,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'Изаберите време'; + String get timePickerDialHelpText => 'ИЗАБЕРИТЕ ВРЕМЕ'; @override String get timePickerHourLabel => 'Сат'; @@ -34638,7 +34079,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Изаберите сате'; @override - String get timePickerInputHelpText => 'Унесите време'; + String get timePickerInputHelpText => 'УНЕСИТЕ ВРЕМЕ'; @override String get timePickerMinuteLabel => 'Минут'; @@ -34653,7 +34094,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Период'; @override - String get viewLicensesButtonLabel => 'Прикажи лиценце'; + String get viewLicensesButtonLabel => 'ПРИКАЖИ ЛИЦЕНЦЕ'; } /// The translations for Serbian, using the Cyrillic script (`sr_Cyrl`). @@ -34705,17 +34146,14 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { @override String get backButtonTooltip => 'Nazad'; - @override - String get bottomSheetLabel => 'Donja tabela'; - @override String get calendarModeButtonLabel => 'Pređite na kalendar'; @override - String get cancelButtonLabel => 'Otkaži'; + String get cancelButtonLabel => 'OTKAŽI'; @override - String get closeButtonLabel => 'Zatvori'; + String get closeButtonLabel => 'ZATVORI'; @override String get closeButtonTooltip => 'Zatvorite'; @@ -34724,14 +34162,11 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get collapsedIconTapHint => 'Proširi'; @override - String get continueButtonLabel => 'Nastavi'; + String get continueButtonLabel => 'NASTAVI'; @override String get copyButtonLabel => 'Kopiraj'; - @override - String get currentDateLabel => 'Danas'; - @override String get cutButtonLabel => 'Iseci'; @@ -34745,7 +34180,7 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get dateOutOfRangeLabel => 'Izvan perioda.'; @override - String get datePickerHelpText => 'Izaberite datum'; + String get datePickerHelpText => 'IZABERITE DATUM'; @override String get dateRangeEndDateSemanticLabelRaw => r'Datum završetka: $fullDate'; @@ -34754,7 +34189,7 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get dateRangeEndLabel => 'Datum završetka'; @override - String get dateRangePickerHelpText => 'Izaberite period'; + String get dateRangePickerHelpText => 'IZABERITE PERIOD'; @override String get dateRangeStartDateSemanticLabelRaw => r'Datum početka: $fullDate'; @@ -34901,16 +34336,10 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get reorderItemUp => 'Pomerite nagore'; @override - String get rowsPerPageTitle => 'Redova na stranici:'; + String get rowsPerPageTitle => 'Redova po stranici:'; @override - String get saveButtonLabel => 'Sačuvaj'; - - @override - String get scrimLabel => 'Skrim'; - - @override - String get scrimOnTapHintRaw => r'Zatvori: $modalRouteContentName'; + String get saveButtonLabel => 'SAČUVAJ'; @override String get searchFieldLabel => 'Pretražite'; @@ -34943,7 +34372,7 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get tabLabelRaw => r'$tabIndex. kartica od $tabCount'; @override - String get timePickerDialHelpText => 'Izaberite vreme'; + String get timePickerDialHelpText => 'IZABERITE VREME'; @override String get timePickerHourLabel => 'Sat'; @@ -34952,7 +34381,7 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get timePickerHourModeAnnouncement => 'Izaberite sate'; @override - String get timePickerInputHelpText => 'Unesite vreme'; + String get timePickerInputHelpText => 'UNESITE VREME'; @override String get timePickerMinuteLabel => 'Minut'; @@ -34967,7 +34396,7 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get unspecifiedDateRange => 'Period'; @override - String get viewLicensesButtonLabel => 'Prikaži licence'; + String get viewLicensesButtonLabel => 'PRIKAŽI LICENCE'; } /// The translations for Swedish (`sv`). @@ -35001,16 +34430,16 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Tillbaka'; @override - String get bottomSheetLabel => 'Ark på nedre delen av skärmen'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Byt till kalender'; @override - String get cancelButtonLabel => 'Avbryt'; + String get cancelButtonLabel => 'AVBRYT'; @override - String get closeButtonLabel => 'Stäng'; + String get closeButtonLabel => 'STÄNG'; @override String get closeButtonTooltip => 'Stäng'; @@ -35019,13 +34448,13 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Utöka'; @override - String get continueButtonLabel => 'Fortsätt'; + String get continueButtonLabel => 'FORTSÄTT'; @override String get copyButtonLabel => 'Kopiera'; @override - String get currentDateLabel => 'I dag'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Klipp ut'; @@ -35040,7 +34469,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Utanför intervallet.'; @override - String get datePickerHelpText => 'Välj datum'; + String get datePickerHelpText => 'VÄLJ DATUM'; @override String get dateRangeEndDateSemanticLabelRaw => r'Slutdatum $fullDate'; @@ -35049,7 +34478,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Slutdatum'; @override - String get dateRangePickerHelpText => 'Välj intervall'; + String get dateRangePickerHelpText => 'VÄLJ INTERVALL'; @override String get dateRangeStartDateSemanticLabelRaw => r'Startdatum $fullDate'; @@ -35217,7 +34646,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get keyboardKeyPageUp => 'PgUp'; @override - String get keyboardKeyPower => 'Av/på'; + String get keyboardKeyPower => 'Strömbrytare'; @override String get keyboardKeyPowerOff => 'Stäng av'; @@ -35232,7 +34661,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Välj'; @override - String get keyboardKeyShift => 'Skift'; + String get keyboardKeyShift => 'Shift'; @override String get keyboardKeySpace => 'Blanksteg'; @@ -35346,13 +34775,13 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Rader per sida:'; @override - String get saveButtonLabel => 'Spara'; + String get saveButtonLabel => 'SPARA'; @override String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Stäng $modalRouteContentName'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -35400,7 +34829,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'Välj tid'; + String get timePickerDialHelpText => 'VÄLJ TID'; @override String get timePickerHourLabel => 'Timme'; @@ -35409,7 +34838,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Välj timmar'; @override - String get timePickerInputHelpText => 'Ange tid'; + String get timePickerInputHelpText => 'ANGE TID'; @override String get timePickerMinuteLabel => 'Minut'; @@ -35424,7 +34853,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Datumintervall'; @override - String get viewLicensesButtonLabel => 'Visa licenser'; + String get viewLicensesButtonLabel => 'VISA LICENSER'; } /// The translations for Swahili (`sw`). @@ -35458,16 +34887,16 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Rudi Nyuma'; @override - String get bottomSheetLabel => 'Safu ya Chini'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Badili utumie hali ya kalenda'; @override - String get cancelButtonLabel => 'Ghairi'; + String get cancelButtonLabel => 'GHAIRI'; @override - String get closeButtonLabel => 'Funga'; + String get closeButtonLabel => 'FUNGA'; @override String get closeButtonTooltip => 'Funga'; @@ -35476,13 +34905,13 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Panua'; @override - String get continueButtonLabel => 'Endelea'; + String get continueButtonLabel => 'ENDELEA'; @override String get copyButtonLabel => 'Nakili'; @override - String get currentDateLabel => 'Leo'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Kata'; @@ -35497,7 +34926,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Umechagua tarehe iliyo nje ya kipindi.'; @override - String get datePickerHelpText => 'Chagua tarehe'; + String get datePickerHelpText => 'CHAGUA TAREHE'; @override String get dateRangeEndDateSemanticLabelRaw => r'Tarehe ya kumalizika $fullDate'; @@ -35506,7 +34935,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Tarehe ya Kumalizika'; @override - String get dateRangePickerHelpText => 'Chagua kipindi'; + String get dateRangePickerHelpText => 'CHAGUA KIPINDI'; @override String get dateRangeStartDateSemanticLabelRaw => r'Tarehe ya kuanza $fullDate'; @@ -35803,13 +35232,13 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Safu mlalo kwa kila ukurasa:'; @override - String get saveButtonLabel => 'Hifadhi'; + String get saveButtonLabel => 'HIFADHI'; @override String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Funga $modalRouteContentName'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -35857,7 +35286,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @override - String get timePickerDialHelpText => 'Chagua muda'; + String get timePickerDialHelpText => 'CHAGUA SAA'; @override String get timePickerHourLabel => 'Saa'; @@ -35866,7 +35295,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Chagua saa'; @override - String get timePickerInputHelpText => 'Weka muda'; + String get timePickerInputHelpText => 'WEKA SAA'; @override String get timePickerMinuteLabel => 'Dakika'; @@ -35881,7 +35310,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Kipindi'; @override - String get viewLicensesButtonLabel => 'Angalia leseni'; + String get viewLicensesButtonLabel => 'ANGALIA LESENI'; } /// The translations for Tamil (`ta`). @@ -35909,13 +35338,13 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get alertDialogLabel => 'விழிப்பூட்டல்'; @override - String get anteMeridiemAbbreviation => 'AM'; + String get anteMeridiemAbbreviation => 'முற்பகல்'; @override String get backButtonTooltip => 'முந்தைய பக்கம்'; @override - String get bottomSheetLabel => 'கீழ்த் திரை'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'கேலெண்டருக்கு மாற்று'; @@ -35933,13 +35362,13 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'விரிக்கும்'; @override - String get continueButtonLabel => 'தொடர்'; + String get continueButtonLabel => 'தொடர்க'; @override String get copyButtonLabel => 'நகலெடு'; @override - String get currentDateLabel => 'இன்று'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'வெட்டு'; @@ -35954,7 +35383,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'வரம்பிற்கு வெளியே உள்ளது.'; @override - String get datePickerHelpText => 'தேதியைத் தேர்வுசெய்க'; + String get datePickerHelpText => 'தேதியைத் தேர்ந்தெடுக்கவும்'; @override String get dateRangeEndDateSemanticLabelRaw => r'முடிவுத் தேதி $fullDate'; @@ -36209,7 +35638,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get popupMenuLabel => 'பாப்-அப் மெனு'; @override - String get postMeridiemAbbreviation => 'PM'; + String get postMeridiemAbbreviation => 'பிற்பகல்'; @override String get previousMonthTooltip => 'முந்தைய மாதம்'; @@ -36263,10 +35692,10 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get saveButtonLabel => 'சேமி'; @override - String get scrimLabel => 'ஸ்க்ரிம்'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'$modalRouteContentName ஐ மூடுக'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.dense; @@ -36314,7 +35743,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; @override - String get timePickerDialHelpText => 'நேரத்தைத் தேர்ந்தெடுக்கவும்'; + String get timePickerDialHelpText => 'நேரத்தைத் தேர்வுசெய்க'; @override String get timePickerHourLabel => 'மணிநேரம்'; @@ -36372,16 +35801,16 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get backButtonTooltip => 'వెనుకకు'; @override - String get bottomSheetLabel => 'దిగువున ఉన్న షీట్'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'క్యాలెండర్‌కు మారండి'; @override - String get cancelButtonLabel => 'రద్దు చేయండి'; + String get cancelButtonLabel => 'రద్దు చేయి'; @override - String get closeButtonLabel => 'మూసివేయండి'; + String get closeButtonLabel => 'మూసివేయి'; @override String get closeButtonTooltip => 'మూసివేయి'; @@ -36390,16 +35819,16 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'విస్తరించు'; @override - String get continueButtonLabel => 'కొనసాగించండి'; + String get continueButtonLabel => 'కొనసాగించు'; @override String get copyButtonLabel => 'కాపీ చేయి'; @override - String get currentDateLabel => 'నేడు'; + String get currentDateLabel => 'Date of today'; @override - String get cutButtonLabel => 'కత్తిరించండి'; + String get cutButtonLabel => 'కత్తిరించు'; @override String get dateHelpText => 'mm/dd/yyyy'; @@ -36411,7 +35840,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'పరిధి వెలుపల ఉంది.'; @override - String get datePickerHelpText => 'తేదీ ఎంచుకోండి'; + String get datePickerHelpText => 'తేదీని ఎంచుకోండి'; @override String get dateRangeEndDateSemanticLabelRaw => r'ముగింపు తేదీ $fullDate'; @@ -36432,7 +35861,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get dateSeparator => '/'; @override - String get deleteButtonTooltip => 'తొలగించండి'; + String get deleteButtonTooltip => 'తొలగించు'; @override String get dialModeButtonLabel => 'డయల్ పికర్ మోడ్‌కు మారుస్తుంది'; @@ -36660,7 +36089,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$rowCountలో $firstRow–$lastRow'; @override - String get pasteButtonLabel => 'పేస్ట్ చేయండి'; + String get pasteButtonLabel => 'అతికించు'; @override String get popupMenuLabel => 'పాప్‌అప్ మెనూ'; @@ -36675,7 +36104,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get previousPageTooltip => 'మునుపటి పేజీ'; @override - String get refreshIndicatorSemanticLabel => 'రిఫ్రెష్ చేయండి'; + String get refreshIndicatorSemanticLabel => 'రిఫ్రెష్ చేయి'; @override String? get remainingTextFieldCharacterCountFew => null; @@ -36717,19 +36146,19 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'పేజీకి ఉండే అడ్డు వరుసలు:'; @override - String get saveButtonLabel => 'సేవ్ చేయండి'; + String get saveButtonLabel => 'సేవ్ చేయి'; @override - String get scrimLabel => 'స్క్రిమ్'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'$modalRouteContentName‌ను మూసివేయండి'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @override - String get searchFieldLabel => 'వెతకండి'; + String get searchFieldLabel => 'వెతుకు'; @override String get selectAllButtonLabel => 'అన్నింటినీ ఎంచుకోండి'; @@ -36853,7 +36282,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get copyButtonLabel => 'คัดลอก'; @override - String get currentDateLabel => 'วันนี้'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'ตัด'; @@ -37180,7 +36609,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'ปิด $modalRouteContentName'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -37292,10 +36721,10 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get calendarModeButtonLabel => 'Lumipat sa kalendaryo'; @override - String get cancelButtonLabel => 'Kanselahin'; + String get cancelButtonLabel => 'KANSELAHIN'; @override - String get closeButtonLabel => 'Isara'; + String get closeButtonLabel => 'ISARA'; @override String get closeButtonTooltip => 'Isara'; @@ -37304,13 +36733,13 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'I-expand'; @override - String get continueButtonLabel => 'Magpatuloy'; + String get continueButtonLabel => 'MAGPATULOY'; @override String get copyButtonLabel => 'Kopyahin'; @override - String get currentDateLabel => 'Ngayon'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'I-cut'; @@ -37325,7 +36754,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Wala sa hanay.'; @override - String get datePickerHelpText => 'Pumili ng petsa'; + String get datePickerHelpText => 'PUMILI NG PETSA'; @override String get dateRangeEndDateSemanticLabelRaw => r'Petsa ng pagtatapos $fullDate'; @@ -37334,7 +36763,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Petsa ng Pagtatapos'; @override - String get dateRangePickerHelpText => 'Pumili ng hanay'; + String get dateRangePickerHelpText => 'PUMILI NG HANAY'; @override String get dateRangeStartDateSemanticLabelRaw => r'Petsa ng pagsisimula $fullDate'; @@ -37631,13 +37060,13 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Mga row bawat page:'; @override - String get saveButtonLabel => 'I-save'; + String get saveButtonLabel => 'I-SAVE'; @override String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Isara ang $modalRouteContentName'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -37685,7 +37114,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'Pumili ng oras'; + String get timePickerDialHelpText => 'PUMILI NG ORAS'; @override String get timePickerHourLabel => 'Oras'; @@ -37694,7 +37123,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Pumili ng mga oras'; @override - String get timePickerInputHelpText => 'Maglagay ng oras'; + String get timePickerInputHelpText => 'MAGLAGAY NG ORAS'; @override String get timePickerMinuteLabel => 'Minuto'; @@ -37709,7 +37138,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Hanay ng Petsa'; @override - String get viewLicensesButtonLabel => 'Tingnan ang mga lisensya'; + String get viewLicensesButtonLabel => 'TINGNAN ANG MGA LISENSYA'; } /// The translations for Turkish (`tr`). @@ -37743,16 +37172,16 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Geri'; @override - String get bottomSheetLabel => 'alt sayfa'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Takvime geç'; @override - String get cancelButtonLabel => 'İptal'; + String get cancelButtonLabel => 'İPTAL'; @override - String get closeButtonLabel => 'Kapat'; + String get closeButtonLabel => 'KAPAT'; @override String get closeButtonTooltip => 'Kapat'; @@ -37761,13 +37190,13 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Genişlet'; @override - String get continueButtonLabel => 'Devam'; + String get continueButtonLabel => 'DEVAM'; @override String get copyButtonLabel => 'Kopyala'; @override - String get currentDateLabel => 'Bugün'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Kes'; @@ -37782,7 +37211,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Kapsama alanı dışında.'; @override - String get datePickerHelpText => 'Tarih seçin'; + String get datePickerHelpText => 'TARİH SEÇİN'; @override String get dateRangeEndDateSemanticLabelRaw => r'Bitiş tarihi $fullDate'; @@ -37791,7 +37220,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Bitiş Tarihi'; @override - String get dateRangePickerHelpText => 'Aralık seçin'; + String get dateRangePickerHelpText => 'ARALIK SEÇİN'; @override String get dateRangeStartDateSemanticLabelRaw => r'Başlangıç tarihi $fullDate'; @@ -37974,7 +37403,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Seç'; @override - String get keyboardKeyShift => 'üst karakter'; + String get keyboardKeyShift => 'Shift'; @override String get keyboardKeySpace => 'Boşluk'; @@ -38088,13 +37517,13 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Sayfa başına satır sayısı:'; @override - String get saveButtonLabel => 'Kaydet'; + String get saveButtonLabel => 'KAYDET'; @override - String get scrimLabel => 'opaklık katmanı'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'$modalRouteContentName içeriğini kapat'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -38142,7 +37571,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'Saat seçin'; + String get timePickerDialHelpText => 'SAATİ SEÇİN'; @override String get timePickerHourLabel => 'Saat'; @@ -38151,7 +37580,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Saati seçin'; @override - String get timePickerInputHelpText => 'Saat girin'; + String get timePickerInputHelpText => 'SAATİ GİRİN'; @override String get timePickerMinuteLabel => 'Dakika'; @@ -38166,7 +37595,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Tarih Aralığı'; @override - String get viewLicensesButtonLabel => 'Lisansları göster'; + String get viewLicensesButtonLabel => 'LİSANSLARI GÖSTER'; } /// The translations for Ukrainian (`uk`). @@ -38200,16 +37629,16 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Назад'; @override - String get bottomSheetLabel => 'Нижній екран'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Перейти до календаря'; @override - String get cancelButtonLabel => 'Скасувати'; + String get cancelButtonLabel => 'СКАСУВАТИ'; @override - String get closeButtonLabel => 'Закрити'; + String get closeButtonLabel => 'ЗАКРИТИ'; @override String get closeButtonTooltip => 'Закрити'; @@ -38218,13 +37647,13 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Розгорнути'; @override - String get continueButtonLabel => 'Продовжити'; + String get continueButtonLabel => 'ПРОДОВЖИТИ'; @override String get copyButtonLabel => 'Копіювати'; @override - String get currentDateLabel => 'Сьогодні'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Вирізати'; @@ -38239,7 +37668,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'За межами діапазону.'; @override - String get datePickerHelpText => 'Вибрати дату'; + String get datePickerHelpText => 'ВИБРАТИ ДАТУ'; @override String get dateRangeEndDateSemanticLabelRaw => r'Дата завершення $fullDate'; @@ -38248,7 +37677,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Дата завершення'; @override - String get dateRangePickerHelpText => 'Вибрати діапазон дат'; + String get dateRangePickerHelpText => 'ВИБРАТИ ДІАПАЗОН'; @override String get dateRangeStartDateSemanticLabelRaw => r'Дата початку $fullDate'; @@ -38545,13 +37974,13 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Рядків на сторінці:'; @override - String get saveButtonLabel => 'Зберегти'; + String get saveButtonLabel => 'ЗБЕРЕГТИ'; @override - String get scrimLabel => 'Маскувальний фон'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Закрити: $modalRouteContentName'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -38599,7 +38028,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'Вибрати час'; + String get timePickerDialHelpText => 'ВИБЕРІТЬ ЧАС'; @override String get timePickerHourLabel => 'Години'; @@ -38608,7 +38037,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Виберіть години'; @override - String get timePickerInputHelpText => 'Ввести час'; + String get timePickerInputHelpText => 'ВВЕДІТЬ ЧАС'; @override String get timePickerMinuteLabel => 'Хвилини'; @@ -38623,7 +38052,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Діапазон дат'; @override - String get viewLicensesButtonLabel => 'Переглянути ліцензії'; + String get viewLicensesButtonLabel => 'ПЕРЕГЛЯНУТИ ЛІЦЕНЗІЇ'; } /// The translations for Urdu (`ur`). @@ -38657,7 +38086,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get backButtonTooltip => 'پیچھے'; @override - String get bottomSheetLabel => 'نیچے کی شیٹ'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'کیلنڈر پر سوئچ کریں'; @@ -38681,7 +38110,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get copyButtonLabel => 'کاپی کریں'; @override - String get currentDateLabel => 'آج'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'کٹ کریں'; @@ -39005,10 +38434,10 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get saveButtonLabel => 'محفوظ کریں'; @override - String get scrimLabel => 'اسکریم'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'$modalRouteContentName بند کریں'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -39114,16 +38543,16 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Orqaga'; @override - String get bottomSheetLabel => 'Quyi ekran'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Taqvimda ochish'; @override - String get cancelButtonLabel => 'Bekor qilish'; + String get cancelButtonLabel => 'BEKOR QILISH'; @override - String get closeButtonLabel => 'Yopish'; + String get closeButtonLabel => 'YOPISH'; @override String get closeButtonTooltip => 'Yopish'; @@ -39132,13 +38561,13 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Yoyish'; @override - String get continueButtonLabel => 'Davom etish'; + String get continueButtonLabel => 'DAVOM ETISH'; @override String get copyButtonLabel => 'Nusxa olish'; @override - String get currentDateLabel => 'Bugun'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Kesib olish'; @@ -39153,7 +38582,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Diapazondan tashqarida.'; @override - String get datePickerHelpText => 'Sanani tanlang'; + String get datePickerHelpText => 'SANANI TANLANG'; @override String get dateRangeEndDateSemanticLabelRaw => r'Tugash sanasi: $fullDate'; @@ -39162,7 +38591,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Tugash sanasi'; @override - String get dateRangePickerHelpText => 'Oraliqni tanlang'; + String get dateRangePickerHelpText => 'ORALIQNI TANLANG'; @override String get dateRangeStartDateSemanticLabelRaw => r'Boshlanish sanasi: $fullDate'; @@ -39459,13 +38888,13 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Har bir sahifadagi qatorlar soni:'; @override - String get saveButtonLabel => 'Saqlash'; + String get saveButtonLabel => 'SAQLASH'; @override - String get scrimLabel => 'Kanop'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Yopish: $modalRouteContentName'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -39513,7 +38942,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'Vaqtni tanlang'; + String get timePickerDialHelpText => 'VAQTNI TANLANG'; @override String get timePickerHourLabel => 'Soat'; @@ -39522,7 +38951,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Soatni tanlang'; @override - String get timePickerInputHelpText => 'Vaqtni kiriting'; + String get timePickerInputHelpText => 'VAQTNI KIRITING'; @override String get timePickerMinuteLabel => 'Daqiqa'; @@ -39571,16 +39000,16 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Quay lại'; @override - String get bottomSheetLabel => 'Bảng dưới cùng'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Chuyển sang lịch'; @override - String get cancelButtonLabel => 'Huỷ'; + String get cancelButtonLabel => 'HỦY'; @override - String get closeButtonLabel => 'Đóng'; + String get closeButtonLabel => 'ĐÓNG'; @override String get closeButtonTooltip => 'Đóng'; @@ -39589,13 +39018,13 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Mở rộng'; @override - String get continueButtonLabel => 'Tiếp tục'; + String get continueButtonLabel => 'TIẾP TỤC'; @override String get copyButtonLabel => 'Sao chép'; @override - String get currentDateLabel => 'Hôm nay'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Cắt'; @@ -39610,7 +39039,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Ngoài phạm vi.'; @override - String get datePickerHelpText => 'Chọn ngày'; + String get datePickerHelpText => 'CHỌN NGÀY'; @override String get dateRangeEndDateSemanticLabelRaw => r'Ngày kết thúc $fullDate'; @@ -39619,7 +39048,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Ngày kết thúc'; @override - String get dateRangePickerHelpText => 'Chọn phạm vi'; + String get dateRangePickerHelpText => 'CHỌN PHẠM VI'; @override String get dateRangeStartDateSemanticLabelRaw => r'Ngày bắt đầu $fullDate'; @@ -39916,13 +39345,13 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Số hàng mỗi trang:'; @override - String get saveButtonLabel => 'Lưu'; + String get saveButtonLabel => 'LƯU'; @override String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Đóng $modalRouteContentName'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -39970,7 +39399,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'Chọn thời gian'; + String get timePickerDialHelpText => 'CHỌN THỜI GIAN'; @override String get timePickerHourLabel => 'Giờ'; @@ -39979,7 +39408,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Chọn giờ'; @override - String get timePickerInputHelpText => 'Nhập thời gian'; + String get timePickerInputHelpText => 'NHẬP THỜI GIAN'; @override String get timePickerMinuteLabel => 'Phút'; @@ -39994,7 +39423,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Phạm vi ngày'; @override - String get viewLicensesButtonLabel => 'Xem giấy phép'; + String get viewLicensesButtonLabel => 'XEM GIẤY PHÉP'; } /// The translations for Chinese (`zh`). @@ -40028,7 +39457,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get backButtonTooltip => '返回'; @override - String get bottomSheetLabel => '底部动作条'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => '切换到日历模式'; @@ -40052,7 +39481,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get copyButtonLabel => '复制'; @override - String get currentDateLabel => '今天'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => '剪切'; @@ -40376,10 +39805,10 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get saveButtonLabel => '保存'; @override - String get scrimLabel => '纱罩'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'关闭 $modalRouteContentName'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.dense; @@ -40497,9 +39926,6 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { @override String get alertDialogLabel => '通知'; - @override - String get bottomSheetLabel => '頁底面板'; - @override String get calendarModeButtonLabel => '切換至日曆'; @@ -40540,7 +39966,7 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get dateRangeEndLabel => '結束日期'; @override - String get dateRangePickerHelpText => '請選擇範圍'; + String get dateRangePickerHelpText => '選取範圍'; @override String get dateRangeStartDateSemanticLabelRaw => r'開始日期係 $fullDate'; @@ -40755,12 +40181,6 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { @override String get saveButtonLabel => '儲存'; - @override - String get scrimLabel => 'Scrim'; - - @override - String get scrimOnTapHintRaw => r'關閉 $modalRouteContentName'; - @override String get searchFieldLabel => '搜尋'; @@ -40789,7 +40209,7 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get tabLabelRaw => r'第 $tabIndex 個標籤,總共 $tabCount 個'; @override - String get timePickerDialHelpText => '請選取時間'; + String get timePickerDialHelpText => '選取時間'; @override String get timePickerHourLabel => '小時'; @@ -40798,7 +40218,7 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get timePickerHourModeAnnouncement => '揀選小時'; @override - String get timePickerInputHelpText => '請輸入時間'; + String get timePickerInputHelpText => '輸入時間'; @override String get timePickerMinuteLabel => '分鐘'; @@ -40850,30 +40270,12 @@ class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { required super.twoDigitZeroPaddedFormat, }); - @override - String get scrimLabel => '紗罩'; - - @override - String get bottomSheetLabel => '底部功能表'; - - @override - String get scrimOnTapHintRaw => r'關閉「$modalRouteContentName」'; - - @override - String get keyboardKeyShift => 'Shift 鍵'; - @override String get dialModeButtonLabel => '切換至鐘面挑選器模式'; @override String? get licensesPackageDetailTextOne => '1 個授權'; - @override - String get timePickerDialHelpText => '選取時間'; - - @override - String get timePickerInputHelpText => '輸入時間'; - @override String get timePickerHourLabel => '時'; @@ -40886,9 +40288,6 @@ class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { @override String get calendarModeButtonLabel => '切換到日曆模式'; - @override - String get dateRangePickerHelpText => '選取日期範圍'; - @override String get dateRangeEndDateSemanticLabelRaw => r'結束日期為 $fullDate'; @@ -40978,16 +40377,16 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Emuva'; @override - String get bottomSheetLabel => 'Ishidi Eliphansi'; + String get bottomSheetLabel => 'Bottom Sheet'; @override String get calendarModeButtonLabel => 'Shintshela kukhalenda'; @override - String get cancelButtonLabel => 'Khansela'; + String get cancelButtonLabel => 'KHANSELA'; @override - String get closeButtonLabel => 'Vala'; + String get closeButtonLabel => 'VALA'; @override String get closeButtonTooltip => 'Vala'; @@ -40996,13 +40395,13 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Nweba'; @override - String get continueButtonLabel => 'Qhubeka'; + String get continueButtonLabel => 'QHUBEKA'; @override String get copyButtonLabel => 'Kopisha'; @override - String get currentDateLabel => 'Namuhla'; + String get currentDateLabel => 'Date of today'; @override String get cutButtonLabel => 'Sika'; @@ -41017,7 +40416,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Ikude kubanga.'; @override - String get datePickerHelpText => 'Khetha usuku'; + String get datePickerHelpText => 'KHETHA IDETHI'; @override String get dateRangeEndDateSemanticLabelRaw => r'Idethi yokuphela umhla ka-$fullDate'; @@ -41026,7 +40425,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Idethi yokugcina'; @override - String get dateRangePickerHelpText => 'Khetha Ibanga'; + String get dateRangePickerHelpText => 'KHETHA IBANGA'; @override String get dateRangeStartDateSemanticLabelRaw => r'Idethi yokuqala umhla ka-$fullDate'; @@ -41209,7 +40608,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Khetha'; @override - String get keyboardKeyShift => 'U-Shift'; + String get keyboardKeyShift => 'Shift'; @override String get keyboardKeySpace => 'Space'; @@ -41323,13 +40722,13 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Imigqa ekhasini ngalinye:'; @override - String get saveButtonLabel => 'Londoloza'; + String get saveButtonLabel => 'LONDOLOZA'; @override - String get scrimLabel => 'I-Scrim'; + String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Vala i-$modalRouteContentName'; + String get scrimOnTapHintRaw => r'Close $modalRouteName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -41377,7 +40776,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'Khetha isikhathi'; + String get timePickerDialHelpText => 'KHETHA ISIKHATHI'; @override String get timePickerHourLabel => 'Ihora'; @@ -41386,7 +40785,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Khetha amahora'; @override - String get timePickerInputHelpText => 'Faka isikhathi'; + String get timePickerInputHelpText => 'FAKA ISIKHATHI'; @override String get timePickerMinuteLabel => 'Iminithi'; @@ -41427,7 +40826,6 @@ final Set kMaterialSupportedLanguages = HashSet.from(const kMaterialSupportedLanguages = HashSet.from(const Date: Mon, 3 Apr 2023 21:36:04 -0700 Subject: [PATCH 230/327] Add Welsh to Material Flutter (and update some other translations) (#124094) Reverts flutter/flutter#124088 This PR should properly incorporate the new Welsh translations into Flutter (and maybe some other strings that seem to be updated in TC). I think the other translation changes come from this issue: https://github.com/flutter/flutter/issues/115181. Fixes https://github.com/flutter/flutter/issues/120124. --- .../lib/src/l10n/cupertino_cy.arb | 45 + .../lib/src/l10n/cupertino_ms.arb | 2 +- .../lib/src/l10n/cupertino_ta.arb | 4 +- .../lib/src/l10n/cupertino_te.arb | 4 +- .../generated_cupertino_localizations.dart | 161 +- .../generated_material_localizations.dart | 2837 ++++++++++------- .../lib/src/l10n/material_af.arb | 26 +- .../lib/src/l10n/material_am.arb | 14 +- .../lib/src/l10n/material_ar.arb | 16 +- .../lib/src/l10n/material_as.arb | 10 +- .../lib/src/l10n/material_az.arb | 26 +- .../lib/src/l10n/material_be.arb | 26 +- .../lib/src/l10n/material_bg.arb | 26 +- .../lib/src/l10n/material_bn.arb | 12 +- .../lib/src/l10n/material_bs.arb | 26 +- .../lib/src/l10n/material_ca.arb | 28 +- .../lib/src/l10n/material_cs.arb | 24 +- .../lib/src/l10n/material_cy.arb | 148 + .../lib/src/l10n/material_da.arb | 26 +- .../lib/src/l10n/material_de.arb | 28 +- .../lib/src/l10n/material_el.arb | 26 +- .../lib/src/l10n/material_en_AU.arb | 25 +- .../lib/src/l10n/material_en_CA.arb | 2 +- .../lib/src/l10n/material_en_GB.arb | 25 +- .../lib/src/l10n/material_en_IE.arb | 25 +- .../lib/src/l10n/material_en_IN.arb | 25 +- .../lib/src/l10n/material_en_NZ.arb | 25 +- .../lib/src/l10n/material_en_SG.arb | 25 +- .../lib/src/l10n/material_en_ZA.arb | 25 +- .../lib/src/l10n/material_es.arb | 30 +- .../lib/src/l10n/material_es_419.arb | 23 +- .../lib/src/l10n/material_es_AR.arb | 23 +- .../lib/src/l10n/material_es_BO.arb | 23 +- .../lib/src/l10n/material_es_CL.arb | 23 +- .../lib/src/l10n/material_es_CO.arb | 23 +- .../lib/src/l10n/material_es_CR.arb | 23 +- .../lib/src/l10n/material_es_DO.arb | 23 +- .../lib/src/l10n/material_es_EC.arb | 23 +- .../lib/src/l10n/material_es_GT.arb | 23 +- .../lib/src/l10n/material_es_HN.arb | 23 +- .../lib/src/l10n/material_es_MX.arb | 23 +- .../lib/src/l10n/material_es_NI.arb | 23 +- .../lib/src/l10n/material_es_PA.arb | 23 +- .../lib/src/l10n/material_es_PE.arb | 23 +- .../lib/src/l10n/material_es_PR.arb | 23 +- .../lib/src/l10n/material_es_PY.arb | 23 +- .../lib/src/l10n/material_es_SV.arb | 23 +- .../lib/src/l10n/material_es_US.arb | 23 +- .../lib/src/l10n/material_es_UY.arb | 23 +- .../lib/src/l10n/material_es_VE.arb | 23 +- .../lib/src/l10n/material_et.arb | 28 +- .../lib/src/l10n/material_eu.arb | 28 +- .../lib/src/l10n/material_fa.arb | 16 +- .../lib/src/l10n/material_fi.arb | 28 +- .../lib/src/l10n/material_fil.arb | 22 +- .../lib/src/l10n/material_fr.arb | 28 +- .../lib/src/l10n/material_fr_CA.arb | 23 +- .../lib/src/l10n/material_gl.arb | 28 +- .../lib/src/l10n/material_gsw.arb | 28 +- .../lib/src/l10n/material_gu.arb | 8 +- .../lib/src/l10n/material_he.arb | 12 +- .../lib/src/l10n/material_hi.arb | 16 +- .../lib/src/l10n/material_hr.arb | 26 +- .../lib/src/l10n/material_hu.arb | 26 +- .../lib/src/l10n/material_hy.arb | 26 +- .../lib/src/l10n/material_id.arb | 24 +- .../lib/src/l10n/material_is.arb | 26 +- .../lib/src/l10n/material_it.arb | 28 +- .../lib/src/l10n/material_ja.arb | 12 +- .../lib/src/l10n/material_ka.arb | 18 +- .../lib/src/l10n/material_kk.arb | 26 +- .../lib/src/l10n/material_km.arb | 14 +- .../lib/src/l10n/material_kn.arb | 10 +- .../lib/src/l10n/material_ko.arb | 10 +- .../lib/src/l10n/material_ky.arb | 34 +- .../lib/src/l10n/material_lo.arb | 6 +- .../lib/src/l10n/material_lt.arb | 26 +- .../lib/src/l10n/material_lv.arb | 28 +- .../lib/src/l10n/material_mk.arb | 26 +- .../lib/src/l10n/material_ml.arb | 10 +- .../lib/src/l10n/material_mn.arb | 26 +- .../lib/src/l10n/material_mr.arb | 14 +- .../lib/src/l10n/material_ms.arb | 26 +- .../lib/src/l10n/material_my.arb | 14 +- .../lib/src/l10n/material_nb.arb | 26 +- .../lib/src/l10n/material_ne.arb | 14 +- .../lib/src/l10n/material_nl.arb | 24 +- .../lib/src/l10n/material_no.arb | 26 +- .../lib/src/l10n/material_or.arb | 16 +- .../lib/src/l10n/material_pa.arb | 8 +- .../lib/src/l10n/material_pl.arb | 26 +- .../lib/src/l10n/material_pt.arb | 24 +- .../lib/src/l10n/material_pt_PT.arb | 23 +- .../lib/src/l10n/material_ro.arb | 26 +- .../lib/src/l10n/material_ru.arb | 26 +- .../lib/src/l10n/material_si.arb | 12 +- .../lib/src/l10n/material_sk.arb | 24 +- .../lib/src/l10n/material_sl.arb | 24 +- .../lib/src/l10n/material_sq.arb | 26 +- .../lib/src/l10n/material_sr.arb | 28 +- .../lib/src/l10n/material_sr_Latn.arb | 25 +- .../lib/src/l10n/material_sv.arb | 28 +- .../lib/src/l10n/material_sw.arb | 24 +- .../lib/src/l10n/material_ta.arb | 20 +- .../lib/src/l10n/material_te.arb | 28 +- .../lib/src/l10n/material_th.arb | 4 +- .../lib/src/l10n/material_tl.arb | 22 +- .../lib/src/l10n/material_tr.arb | 28 +- .../lib/src/l10n/material_uk.arb | 26 +- .../lib/src/l10n/material_ur.arb | 8 +- .../lib/src/l10n/material_uz.arb | 24 +- .../lib/src/l10n/material_vi.arb | 24 +- .../lib/src/l10n/material_zh.arb | 8 +- .../lib/src/l10n/material_zh_HK.arb | 11 +- .../lib/src/l10n/material_zh_TW.arb | 7 +- .../lib/src/l10n/material_zu.arb | 26 +- .../test/material/date_time_test.dart | 2 +- 117 files changed, 3340 insertions(+), 2231 deletions(-) create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_cy.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb new file mode 100644 index 000000000000..8dcf0d245103 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb @@ -0,0 +1,45 @@ +{ + "timerPickerHourLabelTwo": "awr", + "datePickerHourSemanticsLabelZero": "$hour o'r gloch", + "datePickerHourSemanticsLabelTwo": "$hour o'r gloch", + "datePickerHourSemanticsLabelFew": "$hour o'r gloch", + "datePickerHourSemanticsLabelMany": "$hour o'r gloch", + "timerPickerSecondLabelFew": "eiliad", + "timerPickerSecondLabelTwo": "eiliad", + "datePickerMinuteSemanticsLabelZero": "$minute munud", + "datePickerMinuteSemanticsLabelTwo": "$minute funud", + "datePickerMinuteSemanticsLabelFew": "$minute munud", + "datePickerMinuteSemanticsLabelMany": "$minute munud", + "timerPickerSecondLabelZero": "eiliad", + "timerPickerMinuteLabelMany": "munud", + "timerPickerMinuteLabelTwo": "funud", + "timerPickerMinuteLabelZero": "munud", + "timerPickerHourLabelMany": "awr", + "timerPickerHourLabelFew": "awr", + "timerPickerMinuteLabelFew": "munud", + "timerPickerSecondLabelMany": "eiliad", + "timerPickerHourLabelZero": "awr", + "datePickerHourSemanticsLabelOne": "$hour o'r gloch", + "datePickerHourSemanticsLabelOther": "$hour o'r gloch", + "datePickerMinuteSemanticsLabelOne": "1 funud", + "datePickerMinuteSemanticsLabelOther": "$minute munud", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", + "todayLabel": "Heddiw", + "alertDialogLabel": "Rhybudd", + "tabSemanticsLabel": "Tab $tabIndex o $tabCount", + "timerPickerHourLabelOne": "awr", + "timerPickerHourLabelOther": "awr", + "timerPickerMinuteLabelOne": "funud", + "timerPickerMinuteLabelOther": "munud", + "timerPickerSecondLabelOne": "eiliad", + "timerPickerSecondLabelOther": "eiliad", + "cutButtonLabel": "Torri", + "copyButtonLabel": "Copïo", + "pasteButtonLabel": "Gludo", + "selectAllButtonLabel": "Dewis y Cyfan", + "searchTextFieldPlaceholderLabel": "Chwilio", + "modalBarrierDismissLabel": "Diystyru" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb index 9fcc6b560fbe..e61f27211e45 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb @@ -6,7 +6,7 @@ "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbreviation": "PG", - "postMeridiemAbbreviation": "PTG", + "postMeridiemAbbreviation": "P/M", "todayLabel": "Hari ini", "alertDialogLabel": "Makluman", "timerPickerHourLabelOne": "jam", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb index 078e57115d85..e47f74917de4 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb @@ -5,8 +5,8 @@ "datePickerMinuteSemanticsLabelOther": "$minute நிமிடங்கள்", "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "முற்பகல்", - "postMeridiemAbbreviation": "பிற்பகல்", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", "todayLabel": "இன்று", "alertDialogLabel": "விழிப்பூட்டல்", "timerPickerHourLabelOne": "மணிநேரம்", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb index e3f366bb4416..d65e225614ad 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb @@ -15,9 +15,9 @@ "timerPickerMinuteLabelOther": "నిమి.", "timerPickerSecondLabelOne": "సెకన్లు.", "timerPickerSecondLabelOther": "సెకన్లు.", - "cutButtonLabel": "కత్తిరించు", + "cutButtonLabel": "కత్తిరించండి", "copyButtonLabel": "కాపీ చేయి", - "pasteButtonLabel": "అతికించు", + "pasteButtonLabel": "పేస్ట్ చేయండి", "selectAllButtonLabel": "అన్నింటినీ ఎంచుకోండి", "tabSemanticsLabel": "$tabCountలో $tabIndexవ ట్యాబ్", "modalBarrierDismissLabel": "విస్మరించు", diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index e1d2ab7ca6e9..56bf14af5c2a 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -1637,6 +1637,153 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { String get todayLabel => 'Dnes'; } +/// The translations for Welsh (`cy`). +class CupertinoLocalizationCy extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Welsh. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationCy({ + super.localeName = 'cy', + required super.fullYearFormat, + required super.dayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); + + @override + String get alertDialogLabel => 'Rhybudd'; + + @override + String get anteMeridiemAbbreviation => 'AM'; + + @override + String get copyButtonLabel => 'Copïo'; + + @override + String get cutButtonLabel => 'Torri'; + + @override + String get datePickerDateOrderString => 'dmy'; + + @override + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; + + @override + String? get datePickerHourSemanticsLabelFew => r"$hour o'r gloch"; + + @override + String? get datePickerHourSemanticsLabelMany => r"$hour o'r gloch"; + + @override + String? get datePickerHourSemanticsLabelOne => r"$hour o'r gloch"; + + @override + String get datePickerHourSemanticsLabelOther => r"$hour o'r gloch"; + + @override + String? get datePickerHourSemanticsLabelTwo => r"$hour o'r gloch"; + + @override + String? get datePickerHourSemanticsLabelZero => r"$hour o'r gloch"; + + @override + String? get datePickerMinuteSemanticsLabelFew => r'$minute munud'; + + @override + String? get datePickerMinuteSemanticsLabelMany => r'$minute munud'; + + @override + String? get datePickerMinuteSemanticsLabelOne => '1 funud'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute munud'; + + @override + String? get datePickerMinuteSemanticsLabelTwo => r'$minute funud'; + + @override + String? get datePickerMinuteSemanticsLabelZero => r'$minute munud'; + + @override + String get modalBarrierDismissLabel => 'Diystyru'; + + @override + String get pasteButtonLabel => 'Gludo'; + + @override + String get postMeridiemAbbreviation => 'PM'; + + @override + String get searchTextFieldPlaceholderLabel => 'Chwilio'; + + @override + String get selectAllButtonLabel => 'Dewis y Cyfan'; + + @override + String get tabSemanticsLabelRaw => r'Tab $tabIndex o $tabCount'; + + @override + String? get timerPickerHourLabelFew => 'awr'; + + @override + String? get timerPickerHourLabelMany => 'awr'; + + @override + String? get timerPickerHourLabelOne => 'awr'; + + @override + String get timerPickerHourLabelOther => 'awr'; + + @override + String? get timerPickerHourLabelTwo => 'awr'; + + @override + String? get timerPickerHourLabelZero => 'awr'; + + @override + String? get timerPickerMinuteLabelFew => 'munud'; + + @override + String? get timerPickerMinuteLabelMany => 'munud'; + + @override + String? get timerPickerMinuteLabelOne => 'funud'; + + @override + String get timerPickerMinuteLabelOther => 'munud'; + + @override + String? get timerPickerMinuteLabelTwo => 'funud'; + + @override + String? get timerPickerMinuteLabelZero => 'munud'; + + @override + String? get timerPickerSecondLabelFew => 'eiliad'; + + @override + String? get timerPickerSecondLabelMany => 'eiliad'; + + @override + String? get timerPickerSecondLabelOne => 'eiliad'; + + @override + String get timerPickerSecondLabelOther => 'eiliad'; + + @override + String? get timerPickerSecondLabelTwo => 'eiliad'; + + @override + String? get timerPickerSecondLabelZero => 'eiliad'; + + @override + String get todayLabel => 'Heddiw'; +} + /// The translations for Danish (`da`). class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { /// Create an instance of the translation bundle for Danish. @@ -7922,7 +8069,7 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { String get pasteButtonLabel => 'Tampal'; @override - String get postMeridiemAbbreviation => 'PTG'; + String get postMeridiemAbbreviation => 'P/M'; @override String get searchTextFieldPlaceholderLabel => 'Cari'; @@ -10811,7 +10958,7 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { String get alertDialogLabel => 'விழிப்பூட்டல்'; @override - String get anteMeridiemAbbreviation => 'முற்பகல்'; + String get anteMeridiemAbbreviation => 'AM'; @override String get copyButtonLabel => 'நகலெடு'; @@ -10868,7 +11015,7 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { String get pasteButtonLabel => 'ஒட்டு'; @override - String get postMeridiemAbbreviation => 'பிற்பகல்'; + String get postMeridiemAbbreviation => 'PM'; @override String get searchTextFieldPlaceholderLabel => 'தேடுக'; @@ -10964,7 +11111,7 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { String get copyButtonLabel => 'కాపీ చేయి'; @override - String get cutButtonLabel => 'కత్తిరించు'; + String get cutButtonLabel => 'కత్తిరించండి'; @override String get datePickerDateOrderString => 'mdy'; @@ -11012,7 +11159,7 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { String get modalBarrierDismissLabel => 'విస్మరించు'; @override - String get pasteButtonLabel => 'అతికించు'; + String get pasteButtonLabel => 'పేస్ట్ చేయండి'; @override String get postMeridiemAbbreviation => 'PM'; @@ -12577,6 +12724,7 @@ final Set kCupertinoSupportedLanguages = HashSet.from(const kCupertinoSupportedLanguages = HashSet.from(const 'Terug'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Onderste blad'; @override String get calendarModeButtonLabel => 'Skakel oor na kalender'; @override - String get cancelButtonLabel => 'KANSELLEER'; + String get cancelButtonLabel => 'Kanselleer'; @override - String get closeButtonLabel => 'MAAK TOE'; + String get closeButtonLabel => 'Maak toe'; @override String get closeButtonTooltip => 'Maak toe'; @@ -69,13 +69,13 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Vou uit'; @override - String get continueButtonLabel => 'GAAN VOORT'; + String get continueButtonLabel => 'Gaan voort'; @override String get copyButtonLabel => 'Kopieer'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Vandag'; @override String get cutButtonLabel => 'Knip'; @@ -90,7 +90,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Buite reeks.'; @override - String get datePickerHelpText => 'KIES DATUM'; + String get datePickerHelpText => 'Kies datum'; @override String get dateRangeEndDateSemanticLabelRaw => r'Einddatum $fullDate'; @@ -99,7 +99,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Einddatum'; @override - String get dateRangePickerHelpText => 'KIES REEKS'; + String get dateRangePickerHelpText => 'Kies reeks'; @override String get dateRangeStartDateSemanticLabelRaw => r'Begindatum $fullDate'; @@ -396,13 +396,13 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Rye per bladsy:'; @override - String get saveButtonLabel => 'STOOR'; + String get saveButtonLabel => 'Stoor'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Skerm'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Maak $modalRouteContentName toe'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -450,7 +450,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'KIES TYD'; + String get timePickerDialHelpText => 'Kies tyd'; @override String get timePickerHourLabel => 'Uur'; @@ -459,7 +459,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Kies ure'; @override - String get timePickerInputHelpText => 'VOER TYD IN'; + String get timePickerInputHelpText => 'Voer tyd in'; @override String get timePickerMinuteLabel => 'Minuut'; @@ -474,7 +474,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Datumreeks'; @override - String get viewLicensesButtonLabel => 'BEKYK LISENSIES'; + String get viewLicensesButtonLabel => 'Bekyk lisensies'; } /// The translations for Amharic (`am`). @@ -508,7 +508,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get backButtonTooltip => 'ተመለስ'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'የግርጌ ሉህ'; @override String get calendarModeButtonLabel => 'ወደ የቀን መቁጠሪያ ቀይር'; @@ -532,7 +532,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get copyButtonLabel => 'ቅዳ'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'ዛሬ'; @override String get cutButtonLabel => 'ቁረጥ'; @@ -544,7 +544,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get dateInputLabel => 'ቀን ያስገቡ'; @override - String get dateOutOfRangeLabel => 'ከክልል ውጪ።'; + String get dateOutOfRangeLabel => 'ከክልል ውጭ።'; @override String get datePickerHelpText => 'ቀን ይምረጡ'; @@ -592,7 +592,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'ወደ ግቤት ቀይር'; @override - String get inputTimeModeButtonLabel => 'ወደ ጽሑፍ ግቤት ሁነታ ቀይር'; + String get inputTimeModeButtonLabel => 'ወደ ጽሁፍ ግቤት ሁነታ ቀይር'; @override String get invalidDateFormatLabel => 'ልክ ያልሆነ ቅርጸት።'; @@ -739,7 +739,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'ምረጥ'; @override - String get keyboardKeyShift => 'Shift'; + String get keyboardKeyShift => 'ቀያይር'; @override String get keyboardKeySpace => 'ክፍተት'; @@ -856,10 +856,10 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get saveButtonLabel => 'አስቀምጥ'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'ገዳቢ'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentNameን ዝጋ'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -965,16 +965,16 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get backButtonTooltip => 'رجوع'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'بطاقة سفلية'; @override String get calendarModeButtonLabel => 'التبديل إلى التقويم'; @override - String get cancelButtonLabel => 'إلغاء'; + String get cancelButtonLabel => 'الإلغاء'; @override - String get closeButtonLabel => 'إغلاق'; + String get closeButtonLabel => 'الإغلاق'; @override String get closeButtonTooltip => 'إغلاق'; @@ -983,13 +983,13 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'توسيع'; @override - String get continueButtonLabel => 'متابعة'; + String get continueButtonLabel => 'المتابعة'; @override String get copyButtonLabel => 'نسخ'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'تاريخ اليوم'; @override String get cutButtonLabel => 'قص'; @@ -1310,13 +1310,13 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'عدد الصفوف في الصفحة:'; @override - String get saveButtonLabel => 'حفظ'; + String get saveButtonLabel => 'الحفظ'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'تمويه'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'إغلاق "$modalRouteContentName"'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -1422,7 +1422,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get backButtonTooltip => 'উভতি যাওক'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'তলৰ শ্বীট'; @override String get calendarModeButtonLabel => 'কেলেণ্ডাৰলৈ সলনি কৰক'; @@ -1446,7 +1446,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get copyButtonLabel => 'প্ৰতিলিপি কৰক'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'আজি'; @override String get cutButtonLabel => 'কাট কৰক'; @@ -1653,7 +1653,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'ছিলেক্ট'; @override - String get keyboardKeyShift => 'Shift'; + String get keyboardKeyShift => 'শ্বিফ্ট'; @override String get keyboardKeySpace => 'স্পেচ'; @@ -1770,10 +1770,10 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get saveButtonLabel => 'ছেভ কৰক'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'স্ক্ৰিম'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentName বন্ধ কৰক'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -1879,16 +1879,16 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Geri'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Aşağıdakı Vərəq'; @override String get calendarModeButtonLabel => 'Təqvimə keçin'; @override - String get cancelButtonLabel => 'LƏĞV EDİN'; + String get cancelButtonLabel => 'Ləğv edin'; @override - String get closeButtonLabel => 'BAĞLAYIN'; + String get closeButtonLabel => 'Bağlayın'; @override String get closeButtonTooltip => 'Bağlayın'; @@ -1897,13 +1897,13 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Genişləndirin'; @override - String get continueButtonLabel => 'DAVAM EDİN'; + String get continueButtonLabel => 'Davam edin'; @override String get copyButtonLabel => 'Kopyalayın'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Bugün'; @override String get cutButtonLabel => 'Kəsin'; @@ -1918,7 +1918,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Aralıqdan kənar.'; @override - String get datePickerHelpText => 'TARİX SEÇİN'; + String get datePickerHelpText => 'Tarix seçin'; @override String get dateRangeEndDateSemanticLabelRaw => r'Bitmə tarixi: $fullDate'; @@ -1927,7 +1927,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Bitmə tarixi'; @override - String get dateRangePickerHelpText => 'ARALIQ SEÇİN'; + String get dateRangePickerHelpText => 'Aralıq seçin'; @override String get dateRangeStartDateSemanticLabelRaw => r'Başlama tarixi: $fullDate'; @@ -2224,13 +2224,13 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Hər səhifə üzrə sıra:'; @override - String get saveButtonLabel => 'YADDA SAXLAYIN'; + String get saveButtonLabel => 'Yadda saxlayın'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Kətan'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Bağlayın: $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -2278,7 +2278,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'VAXT SEÇİN'; + String get timePickerDialHelpText => 'Vaxt seçin'; @override String get timePickerHourLabel => 'Saat'; @@ -2287,7 +2287,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Saat seçin'; @override - String get timePickerInputHelpText => 'VAXTI DAXİL EDİN'; + String get timePickerInputHelpText => 'Vaxt daxil edin'; @override String get timePickerMinuteLabel => 'Dəqiqə'; @@ -2302,7 +2302,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Tarix aralığı'; @override - String get viewLicensesButtonLabel => 'LİSENZİYALARA BAXIN'; + String get viewLicensesButtonLabel => 'Lisenziyalara baxın'; } /// The translations for Belarusian (`be`). @@ -2336,16 +2336,16 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Назад'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Ніжні аркуш'; @override String get calendarModeButtonLabel => 'Пераключыцца на каляндар'; @override - String get cancelButtonLabel => 'СКАСАВАЦЬ'; + String get cancelButtonLabel => 'Скасаваць'; @override - String get closeButtonLabel => 'ЗАКРЫЦЬ'; + String get closeButtonLabel => 'Закрыць'; @override String get closeButtonTooltip => 'Закрыць'; @@ -2354,13 +2354,13 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Разгарнуць'; @override - String get continueButtonLabel => 'ПРАЦЯГНУЦЬ'; + String get continueButtonLabel => 'Працягнуць'; @override String get copyButtonLabel => 'Капіраваць'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Сёння'; @override String get cutButtonLabel => 'Выразаць'; @@ -2375,7 +2375,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Па-за межамі дыяпазону.'; @override - String get datePickerHelpText => 'ВЫБАР ДАТЫ'; + String get datePickerHelpText => 'Выберыце дату'; @override String get dateRangeEndDateSemanticLabelRaw => r'Дата заканчэння: $fullDate'; @@ -2384,7 +2384,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Дата заканчэння'; @override - String get dateRangePickerHelpText => 'ВЫБАР ДЫЯПАЗОНУ'; + String get dateRangePickerHelpText => 'Выберыце дыяпазон дат'; @override String get dateRangeStartDateSemanticLabelRaw => r'Дата пачатку: $fullDate'; @@ -2681,13 +2681,13 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Радкоў на старонку:'; @override - String get saveButtonLabel => 'ЗАХАВАЦЬ'; + String get saveButtonLabel => 'Захаваць'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Палатно'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Закрыць: $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -2735,7 +2735,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'ВЫБЕРЫЦЕ ЧАС'; + String get timePickerDialHelpText => 'Выберыце час'; @override String get timePickerHourLabel => 'Гадзіна'; @@ -2744,7 +2744,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Выберыце гадзіны'; @override - String get timePickerInputHelpText => 'УВЯДЗІЦЕ ЧАС'; + String get timePickerInputHelpText => 'Увядзіце час'; @override String get timePickerMinuteLabel => 'Хвіліна'; @@ -2759,7 +2759,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Дыяпазон дат'; @override - String get viewLicensesButtonLabel => 'ПАКАЗАЦЬ ЛІЦЭНЗІІ'; + String get viewLicensesButtonLabel => 'Праглядзець ліцэнзіі'; } /// The translations for Bulgarian (`bg`). @@ -2793,16 +2793,16 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Назад'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Долен лист'; @override String get calendarModeButtonLabel => 'Превключване към календара'; @override - String get cancelButtonLabel => 'ОТКАЗ'; + String get cancelButtonLabel => 'Отказ'; @override - String get closeButtonLabel => 'ЗАТВАРЯНЕ'; + String get closeButtonLabel => 'Затваряне'; @override String get closeButtonTooltip => 'Затваряне'; @@ -2811,13 +2811,13 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Разгъване'; @override - String get continueButtonLabel => 'НАПРЕД'; + String get continueButtonLabel => 'Напред'; @override String get copyButtonLabel => 'Копиране'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Днес'; @override String get cutButtonLabel => 'Изрязване'; @@ -2832,7 +2832,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Извън валидния период от време.'; @override - String get datePickerHelpText => 'ИЗБИРАНЕ НА ДАТА'; + String get datePickerHelpText => 'Избиране на дата'; @override String get dateRangeEndDateSemanticLabelRaw => r'Крайна дата: $fullDate'; @@ -2841,7 +2841,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Крайна дата'; @override - String get dateRangePickerHelpText => 'ИЗБИРАНЕ НА ПЕРИОД ОТ ВРЕМЕ'; + String get dateRangePickerHelpText => 'Избиране на период от време'; @override String get dateRangeStartDateSemanticLabelRaw => r'Начална дата: $fullDate'; @@ -3138,13 +3138,13 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Редове на страница:'; @override - String get saveButtonLabel => 'ЗАПАЗВАНЕ'; + String get saveButtonLabel => 'Запазване'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Скрим'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Затваряне на $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -3192,7 +3192,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'ИЗБЕРЕТЕ ЧАС'; + String get timePickerDialHelpText => 'Избиране на час'; @override String get timePickerHourLabel => 'Час'; @@ -3201,7 +3201,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Избиране на часове'; @override - String get timePickerInputHelpText => 'ВЪВЕДЕТЕ ЧАС'; + String get timePickerInputHelpText => 'Въведете час'; @override String get timePickerMinuteLabel => 'Минута'; @@ -3216,7 +3216,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Период от време'; @override - String get viewLicensesButtonLabel => 'ПРЕГЛЕД НА ЛИЦЕНЗИТЕ'; + String get viewLicensesButtonLabel => 'Преглед на лицензите'; } /// The translations for Bengali Bangla (`bn`). @@ -3250,7 +3250,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get backButtonTooltip => 'ফিরে যান'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'স্ক্রিনের নিচে অ্যাটাচ করা শিট'; @override String get calendarModeButtonLabel => 'ক্যালেন্ডার মোডে বদল করুন'; @@ -3274,7 +3274,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get copyButtonLabel => 'কপি করুন'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'আজ'; @override String get cutButtonLabel => 'কাট করুন'; @@ -3298,7 +3298,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'শেষ হওয়ার তারিখ'; @override - String get dateRangePickerHelpText => 'তারিখের ব্যাপ্তি বেছে নিন'; + String get dateRangePickerHelpText => 'তারিখের রেঞ্জ বেছে নিন'; @override String get dateRangeStartDateSemanticLabelRaw => r'শুরুর তারিখ $fullDate'; @@ -3598,10 +3598,10 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get saveButtonLabel => 'সেভ করুন'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'স্ক্রিম'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentName বন্ধ করুন'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -3649,7 +3649,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'সময় বেছে নিন'; + String get timePickerDialHelpText => 'সময় বেছে নিন'; @override String get timePickerHourLabel => 'ঘণ্টা'; @@ -3707,16 +3707,16 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Nazad'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Donja tabela'; @override String get calendarModeButtonLabel => 'Prebacite na kalendar'; @override - String get cancelButtonLabel => 'OTKAŽI'; + String get cancelButtonLabel => 'Otkaži'; @override - String get closeButtonLabel => 'ZATVORI'; + String get closeButtonLabel => 'Zatvori'; @override String get closeButtonTooltip => 'Zatvaranje'; @@ -3725,13 +3725,13 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Proširi'; @override - String get continueButtonLabel => 'NASTAVI'; + String get continueButtonLabel => 'Nastavi'; @override String get copyButtonLabel => 'Kopiraj'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Danas'; @override String get cutButtonLabel => 'Izreži'; @@ -3746,7 +3746,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Izvan raspona.'; @override - String get datePickerHelpText => 'ODABERITE DATUM'; + String get datePickerHelpText => 'Odaberite datum'; @override String get dateRangeEndDateSemanticLabelRaw => r'Datum završetka: $fullDate'; @@ -3755,7 +3755,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Datum završetka'; @override - String get dateRangePickerHelpText => 'ODABERITE RASPON'; + String get dateRangePickerHelpText => 'Odaberite period'; @override String get dateRangeStartDateSemanticLabelRaw => r'Datum početka: $fullDate'; @@ -4052,13 +4052,13 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Broj redova po stranici:'; @override - String get saveButtonLabel => 'SAČUVAJ'; + String get saveButtonLabel => 'Sačuvaj'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Rubno'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Zatvori: $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -4106,7 +4106,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'ODABERITE VRIJEME'; + String get timePickerDialHelpText => 'Odaberite vrijeme'; @override String get timePickerHourLabel => 'Sat'; @@ -4115,7 +4115,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Odaberite sat'; @override - String get timePickerInputHelpText => 'UNESITE VRIJEME'; + String get timePickerInputHelpText => 'Unesite vrijeme'; @override String get timePickerMinuteLabel => 'Minuta'; @@ -4130,7 +4130,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Raspon datuma'; @override - String get viewLicensesButtonLabel => 'PRIKAŽI LICENCE'; + String get viewLicensesButtonLabel => 'Prikaži licence'; } /// The translations for Catalan Valencian (`ca`). @@ -4164,16 +4164,16 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Enrere'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Full inferior'; @override String get calendarModeButtonLabel => 'Canvia al calendari'; @override - String get cancelButtonLabel => 'CANCEL·LA'; + String get cancelButtonLabel => 'Cancel·la'; @override - String get closeButtonLabel => 'TANCA'; + String get closeButtonLabel => 'Tanca'; @override String get closeButtonTooltip => 'Tanca'; @@ -4182,13 +4182,13 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Desplega'; @override - String get continueButtonLabel => 'CONTINUA'; + String get continueButtonLabel => 'Continua'; @override String get copyButtonLabel => 'Copia'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Avui'; @override String get cutButtonLabel => 'Retalla'; @@ -4203,7 +4203,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => "Fora de l'abast."; @override - String get datePickerHelpText => 'SELECCIONA LA DATA'; + String get datePickerHelpText => 'Selecciona la data'; @override String get dateRangeEndDateSemanticLabelRaw => r'Data de finalització $fullDate'; @@ -4212,7 +4212,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Data de finalització'; @override - String get dateRangePickerHelpText => "SELECCIONA L'INTERVAL"; + String get dateRangePickerHelpText => "Selecciona l'interval"; @override String get dateRangeStartDateSemanticLabelRaw => r"Data d'inici $fullDate"; @@ -4395,7 +4395,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Selecciona'; @override - String get keyboardKeyShift => 'Shift'; + String get keyboardKeyShift => 'Maj'; @override String get keyboardKeySpace => 'Espai'; @@ -4509,13 +4509,13 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Files per pàgina:'; @override - String get saveButtonLabel => 'DESA'; + String get saveButtonLabel => 'Desa'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Fons atenuat'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Tanca $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -4563,7 +4563,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => "SELECCIONA L'HORA"; + String get timePickerDialHelpText => "Selecciona l'hora"; @override String get timePickerHourLabel => 'Hora'; @@ -4572,7 +4572,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Selecciona les hores'; @override - String get timePickerInputHelpText => "INTRODUEIX L'HORA"; + String get timePickerInputHelpText => "Introdueix l'hora"; @override String get timePickerMinuteLabel => 'Minut'; @@ -4587,7 +4587,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Interval de dates'; @override - String get viewLicensesButtonLabel => 'MOSTRA LES LLICÈNCIES'; + String get viewLicensesButtonLabel => 'Mostra les llicències'; } /// The translations for Czech (`cs`). @@ -4621,16 +4621,16 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Zpět'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Spodní tabulka'; @override String get calendarModeButtonLabel => 'Přepnout na kalendář'; @override - String get cancelButtonLabel => 'ZRUŠIT'; + String get cancelButtonLabel => 'Zrušit'; @override - String get closeButtonLabel => 'ZAVŘÍT'; + String get closeButtonLabel => 'Zavřít'; @override String get closeButtonTooltip => 'Zavřít'; @@ -4639,13 +4639,13 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Rozbalit'; @override - String get continueButtonLabel => 'POKRAČOVAT'; + String get continueButtonLabel => 'Pokračovat'; @override String get copyButtonLabel => 'Kopírovat'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Dnes'; @override String get cutButtonLabel => 'Vyjmout'; @@ -4660,7 +4660,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Mimo rozsah.'; @override - String get datePickerHelpText => 'VYBERTE DATUM'; + String get datePickerHelpText => 'Vyberte datum'; @override String get dateRangeEndDateSemanticLabelRaw => r'Datum ukončení $fullDate'; @@ -4669,7 +4669,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Datum ukončení'; @override - String get dateRangePickerHelpText => 'VYBERTE ROZSAH'; + String get dateRangePickerHelpText => 'Vyberte rozsah'; @override String get dateRangeStartDateSemanticLabelRaw => r'Datum zahájení $fullDate'; @@ -4966,13 +4966,13 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Počet řádků na stránku:'; @override - String get saveButtonLabel => 'ULOŽIT'; + String get saveButtonLabel => 'Uložit'; @override String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Zavřít $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -5020,7 +5020,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'VYBERTE ČAS'; + String get timePickerDialHelpText => 'Vyberte čas'; @override String get timePickerHourLabel => 'Hodina'; @@ -5029,7 +5029,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Vyberte hodiny'; @override - String get timePickerInputHelpText => 'ZADEJTE ČAS'; + String get timePickerInputHelpText => 'Zadejte čas'; @override String get timePickerMinuteLabel => 'Minuta'; @@ -5044,7 +5044,464 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Období'; @override - String get viewLicensesButtonLabel => 'ZOBRAZIT LICENCE'; + String get viewLicensesButtonLabel => 'Zobrazit licence'; +} + +/// The translations for Welsh (`cy`). +class MaterialLocalizationCy extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Welsh. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationCy({ + super.localeName = 'cy', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); + + @override + String get aboutListTileTitleRaw => r'Ynghylch $applicationName'; + + @override + String get alertDialogLabel => 'Rhybudd'; + + @override + String get anteMeridiemAbbreviation => 'AM'; + + @override + String get backButtonTooltip => 'Nôl'; + + @override + String get bottomSheetLabel => 'Taflen Gwaelod'; + + @override + String get calendarModeButtonLabel => 'Newid i galendr'; + + @override + String get cancelButtonLabel => 'Canslo'; + + @override + String get closeButtonLabel => 'Cau'; + + @override + String get closeButtonTooltip => 'Cau'; + + @override + String get collapsedIconTapHint => 'Ehangu'; + + @override + String get continueButtonLabel => 'Parhau'; + + @override + String get copyButtonLabel => 'Copïo'; + + @override + String get currentDateLabel => 'Heddiw'; + + @override + String get cutButtonLabel => 'Torri'; + + @override + String get dateHelpText => 'dd/mm/bbbb'; + + @override + String get dateInputLabel => 'Rhowch Ddyddiad'; + + @override + String get dateOutOfRangeLabel => "Allan o'r ystod."; + + @override + String get datePickerHelpText => 'Dewiswch ddyddiad'; + + @override + String get dateRangeEndDateSemanticLabelRaw => r'Dyddiad gorffen $fullDate'; + + @override + String get dateRangeEndLabel => 'Dyddiad Gorffen'; + + @override + String get dateRangePickerHelpText => 'Dewis ystod'; + + @override + String get dateRangeStartDateSemanticLabelRaw => r'Dyddiad dechrau $fullDate'; + + @override + String get dateRangeStartLabel => 'Dyddiad Dechrau'; + + @override + String get dateSeparator => '/'; + + @override + String get deleteButtonTooltip => 'Dileu'; + + @override + String get dialModeButtonLabel => 'Newid i fodd deialu dewiswr'; + + @override + String get dialogLabel => 'Deialog'; + + @override + String get drawerLabel => 'Dewislen llywio'; + + @override + String get expandedIconTapHint => 'Crebachu'; + + @override + String get firstPageTooltip => 'Tudalen gyntaf'; + + @override + String get hideAccountsLabel => 'Cuddio cyfrifon'; + + @override + String get inputDateModeButtonLabel => 'Newid i fewnbwn'; + + @override + String get inputTimeModeButtonLabel => 'Newid i fodd mewnbwn testun'; + + @override + String get invalidDateFormatLabel => 'Fformat annilys.'; + + @override + String get invalidDateRangeLabel => 'Ystod annilys.'; + + @override + String get invalidTimeLabel => 'Rhowch amser dilys'; + + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => 'Channel Down'; + + @override + String get keyboardKeyChannelUp => 'Channel Up'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'Gorffen'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHome => 'Home'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Command'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Power'; + + @override + String get keyboardKeyPowerOff => 'Power Off'; + + @override + String get keyboardKeyPrintScreen => 'Print Screen'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'Select'; + + @override + String get keyboardKeyShift => 'Shift'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get lastPageTooltip => 'Tudalen olaf'; + + @override + String? get licensesPackageDetailTextFew => r'$licenseCount trwydded'; + + @override + String? get licensesPackageDetailTextMany => r'$licenseCount thrwydded'; + + @override + String? get licensesPackageDetailTextOne => '1 trwydded'; + + @override + String get licensesPackageDetailTextOther => r'$licenseCount trwydded'; + + @override + String? get licensesPackageDetailTextTwo => r'$licenseCount drwydded'; + + @override + String? get licensesPackageDetailTextZero => 'Dim trwydded'; + + @override + String get licensesPageTitle => 'Trwyddedau'; + + @override + String get menuBarMenuLabel => 'Dewislen bar dewislen'; + + @override + String get modalBarrierDismissLabel => 'Diystyru'; + + @override + String get moreButtonTooltip => 'Rhagor'; + + @override + String get nextMonthTooltip => 'Mis nesaf'; + + @override + String get nextPageTooltip => 'Tudalen nesaf'; + + @override + String get okButtonLabel => 'Iawn'; + + @override + String get openAppDrawerTooltip => 'Agor y ddewislen llywio'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow o $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow o tua $rowCount'; + + @override + String get pasteButtonLabel => 'Gludo'; + + @override + String get popupMenuLabel => 'Dewislen ffenestr naid'; + + @override + String get postMeridiemAbbreviation => 'PM'; + + @override + String get previousMonthTooltip => 'Mis blaenorol'; + + @override + String get previousPageTooltip => 'Tudalen flaenorol'; + + @override + String get refreshIndicatorSemanticLabel => 'Ail-lwytho'; + + @override + String? get remainingTextFieldCharacterCountFew => r'$remainingCount nod ar ôl'; + + @override + String? get remainingTextFieldCharacterCountMany => r'$remainingCount nod ar ôl'; + + @override + String? get remainingTextFieldCharacterCountOne => '1 nod ar ôl'; + + @override + String get remainingTextFieldCharacterCountOther => r'$remainingCount nod ar ôl'; + + @override + String? get remainingTextFieldCharacterCountTwo => r'$remainingCount nod ar ôl'; + + @override + String? get remainingTextFieldCharacterCountZero => 'Dim nodau ar ôl'; + + @override + String get reorderItemDown => 'Symud i lawr'; + + @override + String get reorderItemLeft => "Symud i'r chwith"; + + @override + String get reorderItemRight => "Symud i'r dde"; + + @override + String get reorderItemToEnd => "Symud i'r diwedd"; + + @override + String get reorderItemToStart => "Symud i'r dechrau"; + + @override + String get reorderItemUp => 'Symud i fyny'; + + @override + String get rowsPerPageTitle => 'Rhesi fesul tudalen:'; + + @override + String get saveButtonLabel => 'Cadw'; + + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'Cau $modalRouteContentName'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => 'Chwilio'; + + @override + String get selectAllButtonLabel => 'Dewis y Cyfan'; + + @override + String get selectYearSemanticsLabel => 'Dewiswch flwyddyn'; + + @override + String? get selectedRowCountTitleFew => r"Mae $selectedRowCount eitem wedi'u dewis"; + + @override + String? get selectedRowCountTitleMany => r"Mae $selectedRowCount eitem wedi'u dewis"; + + @override + String? get selectedRowCountTitleOne => "Mae 1 eitem wedi'i dewis"; + + @override + String get selectedRowCountTitleOther => r"Mae $selectedRowCount eitem wedi'u dewis"; + + @override + String? get selectedRowCountTitleTwo => r"Mae $selectedRowCount eitem wedi'u dewis"; + + @override + String? get selectedRowCountTitleZero => "Nid oes unrhyw eitemau wedi'u dewis"; + + @override + String get showAccountsLabel => 'Dangos cyfrifon'; + + @override + String get showMenuTooltip => 'Dangos y ddewislen'; + + @override + String get signedInLabel => 'Wedi mewngofnodi'; + + @override + String get tabLabelRaw => r'Tab $tabIndex o $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerDialHelpText => 'Dewiswch amser'; + + @override + String get timePickerHourLabel => 'Awr'; + + @override + String get timePickerHourModeAnnouncement => 'Dewis oriau'; + + @override + String get timePickerInputHelpText => 'Rhowch amser'; + + @override + String get timePickerMinuteLabel => 'Munud'; + + @override + String get timePickerMinuteModeAnnouncement => 'Dewis munudau'; + + @override + String get unspecifiedDate => 'Dyddiad'; + + @override + String get unspecifiedDateRange => 'Ystod Dyddiadau'; + + @override + String get viewLicensesButtonLabel => 'Gweld trwyddedau'; } /// The translations for Danish (`da`). @@ -5078,16 +5535,16 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Tilbage'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Felt i bunden'; @override String get calendarModeButtonLabel => 'Skift til kalender'; @override - String get cancelButtonLabel => 'ANNULLER'; + String get cancelButtonLabel => 'Annuller'; @override - String get closeButtonLabel => 'LUK'; + String get closeButtonLabel => 'Luk'; @override String get closeButtonTooltip => 'Luk'; @@ -5096,13 +5553,13 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Udvid'; @override - String get continueButtonLabel => 'FORTSÆT'; + String get continueButtonLabel => 'Fortsæt'; @override String get copyButtonLabel => 'Kopiér'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'I dag'; @override String get cutButtonLabel => 'Klip'; @@ -5117,7 +5574,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Uden for rækkevidde.'; @override - String get datePickerHelpText => 'VÆLG DATO'; + String get datePickerHelpText => 'Vælg dato'; @override String get dateRangeEndDateSemanticLabelRaw => r'Slutdato $fullDate'; @@ -5126,7 +5583,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Slutdato'; @override - String get dateRangePickerHelpText => 'VÆLG OMRÅDE'; + String get dateRangePickerHelpText => 'Vælg interval'; @override String get dateRangeStartDateSemanticLabelRaw => r'Startdato $fullDate'; @@ -5423,13 +5880,13 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Rækker pr. side:'; @override - String get saveButtonLabel => 'GEM'; + String get saveButtonLabel => 'Gem'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Dæmpeskærm'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Luk $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -5477,7 +5934,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'VÆLG TIDSPUNKT'; + String get timePickerDialHelpText => 'Vælg tidspunkt'; @override String get timePickerHourLabel => 'Time'; @@ -5486,7 +5943,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Vælg timer'; @override - String get timePickerInputHelpText => 'ANGIV TIDSPUNKT'; + String get timePickerInputHelpText => 'Angiv tidspunkt'; @override String get timePickerMinuteLabel => 'Minut'; @@ -5501,7 +5958,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Datointerval'; @override - String get viewLicensesButtonLabel => 'SE LICENSER'; + String get viewLicensesButtonLabel => 'Se licenser'; } /// The translations for German (`de`). @@ -5535,16 +5992,16 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Zurück'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Ansicht am unteren Rand'; @override String get calendarModeButtonLabel => 'Zum Kalender wechseln'; @override - String get cancelButtonLabel => 'ABBRECHEN'; + String get cancelButtonLabel => 'Abbrechen'; @override - String get closeButtonLabel => 'SCHLIEẞEN'; + String get closeButtonLabel => 'Schließen'; @override String get closeButtonTooltip => 'Schließen'; @@ -5553,13 +6010,13 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Maximieren'; @override - String get continueButtonLabel => 'WEITER'; + String get continueButtonLabel => 'Weiter'; @override String get copyButtonLabel => 'Kopieren'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Heute'; @override String get cutButtonLabel => 'Ausschneiden'; @@ -5574,7 +6031,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Außerhalb des Zeitraums.'; @override - String get datePickerHelpText => 'DATUM AUSWÄHLEN'; + String get datePickerHelpText => 'Datum auswählen'; @override String get dateRangeEndDateSemanticLabelRaw => r'Enddatum $fullDate'; @@ -5583,7 +6040,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Enddatum'; @override - String get dateRangePickerHelpText => 'ZEITRAUM AUSWÄHLEN'; + String get dateRangePickerHelpText => 'Zeitraum auswählen'; @override String get dateRangeStartDateSemanticLabelRaw => r'Startdatum $fullDate'; @@ -5766,7 +6223,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Auswählen'; @override - String get keyboardKeyShift => 'Shift'; + String get keyboardKeyShift => 'Umschalttaste'; @override String get keyboardKeySpace => 'Leertaste'; @@ -5880,13 +6337,13 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Zeilen pro Seite:'; @override - String get saveButtonLabel => 'SPEICHERN'; + String get saveButtonLabel => 'Speichern'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Gitter'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentName schließen'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -5934,7 +6391,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'UHRZEIT AUSWÄHLEN'; + String get timePickerDialHelpText => 'Uhrzeit auswählen'; @override String get timePickerHourLabel => 'Stunde'; @@ -5943,7 +6400,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Stunden auswählen'; @override - String get timePickerInputHelpText => 'ZEIT EINGEBEN'; + String get timePickerInputHelpText => 'Uhrzeit eingeben'; @override String get timePickerMinuteLabel => 'Minute'; @@ -5958,7 +6415,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Zeitraum'; @override - String get viewLicensesButtonLabel => 'LIZENZEN ANZEIGEN'; + String get viewLicensesButtonLabel => 'Lizenzen ansehen'; } /// The translations for German, as used in Switzerland (`de_CH`). @@ -5979,9 +6436,24 @@ class MaterialLocalizationDeCh extends MaterialLocalizationDe { required super.twoDigitZeroPaddedFormat, }); + @override + String get timePickerDialHelpText => 'UHRZEIT AUSWÄHLEN'; + + @override + String get timePickerInputHelpText => 'ZEIT EINGEBEN'; + @override String get invalidTimeLabel => 'Gib eine gültige Uhrzeit ein'; + @override + String get dateRangePickerHelpText => 'ZEITRAUM AUSWÄHLEN'; + + @override + String get datePickerHelpText => 'DATUM AUSWÄHLEN'; + + @override + String get saveButtonLabel => 'SPEICHERN'; + @override String get dateOutOfRangeLabel => 'Ausserhalb des Zeitraums.'; @@ -5994,6 +6466,18 @@ class MaterialLocalizationDeCh extends MaterialLocalizationDe { @override String get lastPageTooltip => 'Last page'; + @override + String get cancelButtonLabel => 'ABBRECHEN'; + + @override + String get closeButtonLabel => 'SCHLIEẞEN'; + + @override + String get continueButtonLabel => 'WEITER'; + + @override + String get viewLicensesButtonLabel => 'LIZENZEN ANZEIGEN'; + @override String get modalBarrierDismissLabel => 'Schliessen'; } @@ -6029,16 +6513,16 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Πίσω'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Φύλλο κάτω μέρους'; @override String get calendarModeButtonLabel => 'Εναλλαγή σε ημερολόγιο'; @override - String get cancelButtonLabel => 'ΑΚΥΡΩΣΗ'; + String get cancelButtonLabel => 'Ακύρωση'; @override - String get closeButtonLabel => 'ΚΛΕΙΣΙΜΟ'; + String get closeButtonLabel => 'Κλείσιμο'; @override String get closeButtonTooltip => 'Κλείσιμο'; @@ -6047,13 +6531,13 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Ανάπτυξη'; @override - String get continueButtonLabel => 'ΣΥΝΕΧΕΙΑ'; + String get continueButtonLabel => 'Συνέχεια'; @override String get copyButtonLabel => 'Αντιγραφή'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Σήμερα'; @override String get cutButtonLabel => 'Αποκοπή'; @@ -6068,7 +6552,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Εκτός εύρους τιμών.'; @override - String get datePickerHelpText => 'ΕΠΙΛΟΓΗ ΗΜΕΡΟΜΗΝΙΑΣ'; + String get datePickerHelpText => 'Επιλογή ημερομηνίας'; @override String get dateRangeEndDateSemanticLabelRaw => r'Ημερομηνία λήξης $fullDate'; @@ -6077,7 +6561,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Ημερομηνία λήξης'; @override - String get dateRangePickerHelpText => 'ΕΠΙΛΟΓΗ ΕΥΡΟΥΣ'; + String get dateRangePickerHelpText => 'Επιλογή εύρους'; @override String get dateRangeStartDateSemanticLabelRaw => r'Ημερομηνία έναρξης $fullDate'; @@ -6374,13 +6858,13 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Σειρές ανά σελίδα:'; @override - String get saveButtonLabel => 'ΑΠΟΘΗΚΕΥΣΗ'; + String get saveButtonLabel => 'Αποθήκευση'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Επικάλυψη'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Κλείσιμο $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -6428,7 +6912,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'ΕΠΙΛΟΓΗ ΩΡΑΣ'; + String get timePickerDialHelpText => 'Επιλογή ώρας'; @override String get timePickerHourLabel => 'Ώρα'; @@ -6437,7 +6921,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Επιλογή ωρών'; @override - String get timePickerInputHelpText => 'ΕΙΣΑΓΩΓΗ ΩΡΑΣ'; + String get timePickerInputHelpText => 'Εισαγωγή ώρας'; @override String get timePickerMinuteLabel => 'Λεπτό'; @@ -6452,7 +6936,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Εύρος ημερομηνιών'; @override - String get viewLicensesButtonLabel => 'ΠΡΟΒΟΛΗ ΑΔΕΙΩΝ'; + String get viewLicensesButtonLabel => 'Προβολή αδειών'; } /// The translations for English (`en`). @@ -6930,6 +7414,9 @@ class MaterialLocalizationEnAu extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); + @override + String get bottomSheetLabel => 'Bottom sheet'; + @override String get keyboardKeyCapsLock => 'Caps lock'; @@ -6954,24 +7441,9 @@ class MaterialLocalizationEnAu extends MaterialLocalizationEn { @override String get keyboardKeyNumpadEnter => 'Num enter'; - @override - String get timePickerDialHelpText => 'SELECT TIME'; - - @override - String get timePickerInputHelpText => 'ENTER TIME'; - @override String get dateInputLabel => 'Enter date'; - @override - String get dateRangePickerHelpText => 'SELECT RANGE'; - - @override - String get datePickerHelpText => 'SELECT DATE'; - - @override - String get saveButtonLabel => 'SAVE'; - @override String get dateRangeEndLabel => 'End date'; @@ -6981,6 +7453,9 @@ class MaterialLocalizationEnAu extends MaterialLocalizationEn { @override String get unspecifiedDateRange => 'Date range'; + @override + String get dateHelpText => 'dd/mm/yyyy'; + @override String get licensesPageTitle => 'Licences'; @@ -6994,16 +7469,7 @@ class MaterialLocalizationEnAu extends MaterialLocalizationEn { String get licensesPackageDetailTextOther => r'$licenseCount licences'; @override - String get cancelButtonLabel => 'CANCEL'; - - @override - String get closeButtonLabel => 'CLOSE'; - - @override - String get continueButtonLabel => 'CONTINUE'; - - @override - String get viewLicensesButtonLabel => 'VIEW LICENCES'; + String get viewLicensesButtonLabel => 'View licences'; @override String get popupMenuLabel => 'Pop-up menu'; @@ -7087,6 +7553,9 @@ class MaterialLocalizationEnCa extends MaterialLocalizationEn { @override String get unspecifiedDateRange => 'Date range'; + @override + String get dateHelpText => 'dd/mm/yyyy'; + @override String get licensesPageTitle => 'Licences'; @@ -7142,6 +7611,9 @@ class MaterialLocalizationEnGb extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); + @override + String get bottomSheetLabel => 'Bottom sheet'; + @override String get keyboardKeyCapsLock => 'Caps lock'; @@ -7166,24 +7638,9 @@ class MaterialLocalizationEnGb extends MaterialLocalizationEn { @override String get keyboardKeyNumpadEnter => 'Num enter'; - @override - String get timePickerDialHelpText => 'SELECT TIME'; - - @override - String get timePickerInputHelpText => 'ENTER TIME'; - @override String get dateInputLabel => 'Enter date'; - @override - String get dateRangePickerHelpText => 'SELECT RANGE'; - - @override - String get datePickerHelpText => 'SELECT DATE'; - - @override - String get saveButtonLabel => 'SAVE'; - @override String get dateRangeEndLabel => 'End date'; @@ -7193,11 +7650,14 @@ class MaterialLocalizationEnGb extends MaterialLocalizationEn { @override String get unspecifiedDateRange => 'Date range'; + @override + String get dateHelpText => 'dd/mm/yyyy'; + @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get viewLicensesButtonLabel => 'VIEW LICENCES'; + String get viewLicensesButtonLabel => 'View licences'; @override String get licensesPageTitle => 'Licences'; @@ -7211,15 +7671,6 @@ class MaterialLocalizationEnGb extends MaterialLocalizationEn { @override String get licensesPackageDetailTextOther => r'$licenseCount licences'; - @override - String get closeButtonLabel => 'CLOSE'; - - @override - String get continueButtonLabel => 'CONTINUE'; - - @override - String get cancelButtonLabel => 'CANCEL'; - @override String get popupMenuLabel => 'Pop-up menu'; @@ -7251,6 +7702,9 @@ class MaterialLocalizationEnIe extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); + @override + String get bottomSheetLabel => 'Bottom sheet'; + @override String get keyboardKeyCapsLock => 'Caps lock'; @@ -7275,24 +7729,9 @@ class MaterialLocalizationEnIe extends MaterialLocalizationEn { @override String get keyboardKeyNumpadEnter => 'Num enter'; - @override - String get timePickerDialHelpText => 'SELECT TIME'; - - @override - String get timePickerInputHelpText => 'ENTER TIME'; - @override String get dateInputLabel => 'Enter date'; - @override - String get dateRangePickerHelpText => 'SELECT RANGE'; - - @override - String get datePickerHelpText => 'SELECT DATE'; - - @override - String get saveButtonLabel => 'SAVE'; - @override String get dateRangeEndLabel => 'End date'; @@ -7302,11 +7741,14 @@ class MaterialLocalizationEnIe extends MaterialLocalizationEn { @override String get unspecifiedDateRange => 'Date range'; + @override + String get dateHelpText => 'dd/mm/yyyy'; + @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get viewLicensesButtonLabel => 'VIEW LICENCES'; + String get viewLicensesButtonLabel => 'View licences'; @override String get licensesPageTitle => 'Licences'; @@ -7320,15 +7762,6 @@ class MaterialLocalizationEnIe extends MaterialLocalizationEn { @override String get licensesPackageDetailTextOther => r'$licenseCount licences'; - @override - String get closeButtonLabel => 'CLOSE'; - - @override - String get continueButtonLabel => 'CONTINUE'; - - @override - String get cancelButtonLabel => 'CANCEL'; - @override String get popupMenuLabel => 'Pop-up menu'; @@ -7360,6 +7793,9 @@ class MaterialLocalizationEnIn extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); + @override + String get bottomSheetLabel => 'Bottom sheet'; + @override String get keyboardKeyCapsLock => 'Caps lock'; @@ -7384,24 +7820,9 @@ class MaterialLocalizationEnIn extends MaterialLocalizationEn { @override String get keyboardKeyNumpadEnter => 'Num enter'; - @override - String get timePickerDialHelpText => 'SELECT TIME'; - - @override - String get timePickerInputHelpText => 'ENTER TIME'; - @override String get dateInputLabel => 'Enter date'; - @override - String get dateRangePickerHelpText => 'SELECT RANGE'; - - @override - String get datePickerHelpText => 'SELECT DATE'; - - @override - String get saveButtonLabel => 'SAVE'; - @override String get dateRangeEndLabel => 'End date'; @@ -7411,6 +7832,9 @@ class MaterialLocalizationEnIn extends MaterialLocalizationEn { @override String get unspecifiedDateRange => 'Date range'; + @override + String get dateHelpText => 'dd/mm/yyyy'; + @override String get licensesPageTitle => 'Licences'; @@ -7424,16 +7848,7 @@ class MaterialLocalizationEnIn extends MaterialLocalizationEn { String get licensesPackageDetailTextOther => r'$licenseCount licences'; @override - String get cancelButtonLabel => 'CANCEL'; - - @override - String get closeButtonLabel => 'CLOSE'; - - @override - String get continueButtonLabel => 'CONTINUE'; - - @override - String get viewLicensesButtonLabel => 'VIEW LICENCES'; + String get viewLicensesButtonLabel => 'View licences'; @override String get popupMenuLabel => 'Pop-up menu'; @@ -7466,6 +7881,9 @@ class MaterialLocalizationEnNz extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); + @override + String get bottomSheetLabel => 'Bottom sheet'; + @override String get keyboardKeyChannelDown => 'Channel down'; @@ -7490,24 +7908,9 @@ class MaterialLocalizationEnNz extends MaterialLocalizationEn { @override String get keyboardKeyNumpadEnter => 'Num enter'; - @override - String get timePickerDialHelpText => 'SELECT TIME'; - - @override - String get timePickerInputHelpText => 'ENTER TIME'; - @override String get dateInputLabel => 'Enter date'; - @override - String get dateRangePickerHelpText => 'SELECT RANGE'; - - @override - String get datePickerHelpText => 'SELECT DATE'; - - @override - String get saveButtonLabel => 'SAVE'; - @override String get dateRangeEndLabel => 'End date'; @@ -7517,6 +7920,9 @@ class MaterialLocalizationEnNz extends MaterialLocalizationEn { @override String get unspecifiedDateRange => 'Date range'; + @override + String get dateHelpText => 'dd/mm/yyyy'; + @override String get licensesPageTitle => 'Licences'; @@ -7530,16 +7936,7 @@ class MaterialLocalizationEnNz extends MaterialLocalizationEn { String get licensesPackageDetailTextOther => r'$licenseCount licences'; @override - String get cancelButtonLabel => 'CANCEL'; - - @override - String get closeButtonLabel => 'CLOSE'; - - @override - String get continueButtonLabel => 'CONTINUE'; - - @override - String get viewLicensesButtonLabel => 'VIEW LICENCES'; + String get viewLicensesButtonLabel => 'View licences'; @override String get popupMenuLabel => 'Pop-up menu'; @@ -7572,6 +7969,9 @@ class MaterialLocalizationEnSg extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); + @override + String get bottomSheetLabel => 'Bottom sheet'; + @override String get keyboardKeyCapsLock => 'Caps lock'; @@ -7596,24 +7996,9 @@ class MaterialLocalizationEnSg extends MaterialLocalizationEn { @override String get keyboardKeyNumpadEnter => 'Num enter'; - @override - String get timePickerDialHelpText => 'SELECT TIME'; - - @override - String get timePickerInputHelpText => 'ENTER TIME'; - @override String get dateInputLabel => 'Enter date'; - @override - String get dateRangePickerHelpText => 'SELECT RANGE'; - - @override - String get datePickerHelpText => 'SELECT DATE'; - - @override - String get saveButtonLabel => 'SAVE'; - @override String get dateRangeEndLabel => 'End date'; @@ -7623,6 +8008,9 @@ class MaterialLocalizationEnSg extends MaterialLocalizationEn { @override String get unspecifiedDateRange => 'Date range'; + @override + String get dateHelpText => 'dd/mm/yyyy'; + @override String get licensesPageTitle => 'Licences'; @@ -7636,16 +8024,7 @@ class MaterialLocalizationEnSg extends MaterialLocalizationEn { String get licensesPackageDetailTextOther => r'$licenseCount licences'; @override - String get cancelButtonLabel => 'CANCEL'; - - @override - String get closeButtonLabel => 'CLOSE'; - - @override - String get continueButtonLabel => 'CONTINUE'; - - @override - String get viewLicensesButtonLabel => 'VIEW LICENCES'; + String get viewLicensesButtonLabel => 'View licences'; @override String get popupMenuLabel => 'Pop-up menu'; @@ -7678,6 +8057,9 @@ class MaterialLocalizationEnZa extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); + @override + String get bottomSheetLabel => 'Bottom sheet'; + @override String get keyboardKeyCapsLock => 'Caps lock'; @@ -7702,24 +8084,9 @@ class MaterialLocalizationEnZa extends MaterialLocalizationEn { @override String get keyboardKeyNumpadEnter => 'Num enter'; - @override - String get timePickerDialHelpText => 'SELECT TIME'; - - @override - String get timePickerInputHelpText => 'ENTER TIME'; - @override String get dateInputLabel => 'Enter date'; - @override - String get dateRangePickerHelpText => 'SELECT RANGE'; - - @override - String get datePickerHelpText => 'SELECT DATE'; - - @override - String get saveButtonLabel => 'SAVE'; - @override String get dateRangeEndLabel => 'End date'; @@ -7729,11 +8096,14 @@ class MaterialLocalizationEnZa extends MaterialLocalizationEn { @override String get unspecifiedDateRange => 'Date range'; + @override + String get dateHelpText => 'dd/mm/yyyy'; + @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get viewLicensesButtonLabel => 'VIEW LICENCES'; + String get viewLicensesButtonLabel => 'View licences'; @override String get licensesPageTitle => 'Licences'; @@ -7747,15 +8117,6 @@ class MaterialLocalizationEnZa extends MaterialLocalizationEn { @override String get licensesPackageDetailTextOther => r'$licenseCount licences'; - @override - String get closeButtonLabel => 'CLOSE'; - - @override - String get continueButtonLabel => 'CONTINUE'; - - @override - String get cancelButtonLabel => 'CANCEL'; - @override String get popupMenuLabel => 'Pop-up menu'; @@ -7800,16 +8161,16 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Atrás'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Hoja inferior'; @override String get calendarModeButtonLabel => 'Cambiar a calendario'; @override - String get cancelButtonLabel => 'CANCELAR'; + String get cancelButtonLabel => 'Cancelar'; @override - String get closeButtonLabel => 'CERRAR'; + String get closeButtonLabel => 'Cerrar'; @override String get closeButtonTooltip => 'Cerrar'; @@ -7818,19 +8179,19 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Mostrar'; @override - String get continueButtonLabel => 'CONTINUAR'; + String get continueButtonLabel => 'Continuar'; @override String get copyButtonLabel => 'Copiar'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Hoy'; @override String get cutButtonLabel => 'Cortar'; @override - String get dateHelpText => 'mm/dd/aaaa'; + String get dateHelpText => 'dd/mm/aaaa'; @override String get dateInputLabel => 'Introduce una fecha'; @@ -7839,7 +8200,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Fuera del periodo válido.'; @override - String get datePickerHelpText => 'SELECCIONAR FECHA'; + String get datePickerHelpText => 'Seleccionar fecha'; @override String get dateRangeEndDateSemanticLabelRaw => r'Fecha de finalización $fullDate'; @@ -7848,7 +8209,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Fecha de finalización'; @override - String get dateRangePickerHelpText => 'SELECCIONAR PERIODO'; + String get dateRangePickerHelpText => 'Seleccionar periodo'; @override String get dateRangeStartDateSemanticLabelRaw => r'Fecha de inicio $fullDate'; @@ -8031,7 +8392,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Selección'; @override - String get keyboardKeyShift => 'Shift'; + String get keyboardKeyShift => 'Mayús'; @override String get keyboardKeySpace => 'Espacio'; @@ -8145,13 +8506,13 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Filas por página:'; @override - String get saveButtonLabel => 'GUARDAR'; + String get saveButtonLabel => 'Guardar'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Sombreado'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Cerrar $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -8199,7 +8560,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'SELECCIONAR HORA'; + String get timePickerDialHelpText => 'Seleccionar hora'; @override String get timePickerHourLabel => 'Hora'; @@ -8208,7 +8569,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Seleccionar horas'; @override - String get timePickerInputHelpText => 'INTRODUCIR HORA'; + String get timePickerInputHelpText => 'Introducir hora'; @override String get timePickerMinuteLabel => 'Minuto'; @@ -8223,7 +8584,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Periodo'; @override - String get viewLicensesButtonLabel => 'VER LICENCIAS'; + String get viewLicensesButtonLabel => 'Ver licencias'; } /// The translations for Spanish Castilian, as used in Latin America and the Caribbean (`es_419`). @@ -8244,6 +8605,12 @@ class MaterialLocalizationEs419 extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scrimLabel => 'Lámina'; + + @override + String get keyboardKeyShift => 'Mayúsculas'; + @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -8290,7 +8657,10 @@ class MaterialLocalizationEs419 extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerInputHelpText => 'INGRESAR HORA'; + String get timePickerDialHelpText => 'Selecciona una hora'; + + @override + String get timePickerInputHelpText => 'Ingresa una hora'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -8308,7 +8678,10 @@ class MaterialLocalizationEs419 extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + String get dateRangePickerHelpText => 'Selecciona un período'; + + @override + String get datePickerHelpText => 'Selecciona una fecha'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -8331,9 +8704,6 @@ class MaterialLocalizationEs419 extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get dateHelpText => 'dd/mm/aaaa'; - @override String get modalBarrierDismissLabel => 'Descartar'; @@ -8404,6 +8774,12 @@ class MaterialLocalizationEsAr extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scrimLabel => 'Lámina'; + + @override + String get keyboardKeyShift => 'Mayúsculas'; + @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -8450,7 +8826,10 @@ class MaterialLocalizationEsAr extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerInputHelpText => 'INGRESAR HORA'; + String get timePickerDialHelpText => 'Selecciona una hora'; + + @override + String get timePickerInputHelpText => 'Ingresa una hora'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -8468,7 +8847,10 @@ class MaterialLocalizationEsAr extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + String get dateRangePickerHelpText => 'Selecciona un período'; + + @override + String get datePickerHelpText => 'Selecciona una fecha'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -8491,9 +8873,6 @@ class MaterialLocalizationEsAr extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get dateHelpText => 'dd/mm/aaaa'; - @override String get modalBarrierDismissLabel => 'Descartar'; @@ -8564,6 +8943,12 @@ class MaterialLocalizationEsBo extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scrimLabel => 'Lámina'; + + @override + String get keyboardKeyShift => 'Mayúsculas'; + @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -8610,7 +8995,10 @@ class MaterialLocalizationEsBo extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerInputHelpText => 'INGRESAR HORA'; + String get timePickerDialHelpText => 'Selecciona una hora'; + + @override + String get timePickerInputHelpText => 'Ingresa una hora'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -8628,7 +9016,10 @@ class MaterialLocalizationEsBo extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + String get dateRangePickerHelpText => 'Selecciona un período'; + + @override + String get datePickerHelpText => 'Selecciona una fecha'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -8651,9 +9042,6 @@ class MaterialLocalizationEsBo extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get dateHelpText => 'dd/mm/aaaa'; - @override String get reorderItemToStart => 'Mover al inicio'; @@ -8724,6 +9112,12 @@ class MaterialLocalizationEsCl extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scrimLabel => 'Lámina'; + + @override + String get keyboardKeyShift => 'Mayúsculas'; + @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -8770,7 +9164,10 @@ class MaterialLocalizationEsCl extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerInputHelpText => 'INGRESAR HORA'; + String get timePickerDialHelpText => 'Selecciona una hora'; + + @override + String get timePickerInputHelpText => 'Ingresa una hora'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -8788,7 +9185,10 @@ class MaterialLocalizationEsCl extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + String get dateRangePickerHelpText => 'Selecciona un período'; + + @override + String get datePickerHelpText => 'Selecciona una fecha'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -8811,9 +9211,6 @@ class MaterialLocalizationEsCl extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get dateHelpText => 'dd/mm/aaaa'; - @override String get reorderItemToStart => 'Mover al inicio'; @@ -8884,6 +9281,12 @@ class MaterialLocalizationEsCo extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scrimLabel => 'Lámina'; + + @override + String get keyboardKeyShift => 'Mayúsculas'; + @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -8930,7 +9333,10 @@ class MaterialLocalizationEsCo extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerInputHelpText => 'INGRESAR HORA'; + String get timePickerDialHelpText => 'Selecciona una hora'; + + @override + String get timePickerInputHelpText => 'Ingresa una hora'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -8948,7 +9354,10 @@ class MaterialLocalizationEsCo extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + String get dateRangePickerHelpText => 'Selecciona un período'; + + @override + String get datePickerHelpText => 'Selecciona una fecha'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -8971,9 +9380,6 @@ class MaterialLocalizationEsCo extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get dateHelpText => 'dd/mm/aaaa'; - @override String get reorderItemToStart => 'Mover al inicio'; @@ -9044,6 +9450,12 @@ class MaterialLocalizationEsCr extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scrimLabel => 'Lámina'; + + @override + String get keyboardKeyShift => 'Mayúsculas'; + @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -9090,7 +9502,10 @@ class MaterialLocalizationEsCr extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerInputHelpText => 'INGRESAR HORA'; + String get timePickerDialHelpText => 'Selecciona una hora'; + + @override + String get timePickerInputHelpText => 'Ingresa una hora'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -9108,7 +9523,10 @@ class MaterialLocalizationEsCr extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + String get dateRangePickerHelpText => 'Selecciona un período'; + + @override + String get datePickerHelpText => 'Selecciona una fecha'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -9131,9 +9549,6 @@ class MaterialLocalizationEsCr extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get dateHelpText => 'dd/mm/aaaa'; - @override String get reorderItemToStart => 'Mover al inicio'; @@ -9204,6 +9619,12 @@ class MaterialLocalizationEsDo extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scrimLabel => 'Lámina'; + + @override + String get keyboardKeyShift => 'Mayúsculas'; + @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -9250,7 +9671,10 @@ class MaterialLocalizationEsDo extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerInputHelpText => 'INGRESAR HORA'; + String get timePickerDialHelpText => 'Selecciona una hora'; + + @override + String get timePickerInputHelpText => 'Ingresa una hora'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -9268,7 +9692,10 @@ class MaterialLocalizationEsDo extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + String get dateRangePickerHelpText => 'Selecciona un período'; + + @override + String get datePickerHelpText => 'Selecciona una fecha'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -9291,9 +9718,6 @@ class MaterialLocalizationEsDo extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get dateHelpText => 'dd/mm/aaaa'; - @override String get reorderItemToStart => 'Mover al inicio'; @@ -9364,6 +9788,12 @@ class MaterialLocalizationEsEc extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scrimLabel => 'Lámina'; + + @override + String get keyboardKeyShift => 'Mayúsculas'; + @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -9410,7 +9840,10 @@ class MaterialLocalizationEsEc extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerInputHelpText => 'INGRESAR HORA'; + String get timePickerDialHelpText => 'Selecciona una hora'; + + @override + String get timePickerInputHelpText => 'Ingresa una hora'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -9428,7 +9861,10 @@ class MaterialLocalizationEsEc extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + String get dateRangePickerHelpText => 'Selecciona un período'; + + @override + String get datePickerHelpText => 'Selecciona una fecha'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -9451,9 +9887,6 @@ class MaterialLocalizationEsEc extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get dateHelpText => 'dd/mm/aaaa'; - @override String get reorderItemToStart => 'Mover al inicio'; @@ -9524,6 +9957,12 @@ class MaterialLocalizationEsGt extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scrimLabel => 'Lámina'; + + @override + String get keyboardKeyShift => 'Mayúsculas'; + @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -9570,7 +10009,10 @@ class MaterialLocalizationEsGt extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerInputHelpText => 'INGRESAR HORA'; + String get timePickerDialHelpText => 'Selecciona una hora'; + + @override + String get timePickerInputHelpText => 'Ingresa una hora'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -9588,7 +10030,10 @@ class MaterialLocalizationEsGt extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + String get dateRangePickerHelpText => 'Selecciona un período'; + + @override + String get datePickerHelpText => 'Selecciona una fecha'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -9611,9 +10056,6 @@ class MaterialLocalizationEsGt extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get dateHelpText => 'dd/mm/aaaa'; - @override String get reorderItemToStart => 'Mover al inicio'; @@ -9684,6 +10126,12 @@ class MaterialLocalizationEsHn extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scrimLabel => 'Lámina'; + + @override + String get keyboardKeyShift => 'Mayúsculas'; + @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -9730,7 +10178,10 @@ class MaterialLocalizationEsHn extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerInputHelpText => 'INGRESAR HORA'; + String get timePickerDialHelpText => 'Selecciona una hora'; + + @override + String get timePickerInputHelpText => 'Ingresa una hora'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -9748,7 +10199,10 @@ class MaterialLocalizationEsHn extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + String get dateRangePickerHelpText => 'Selecciona un período'; + + @override + String get datePickerHelpText => 'Selecciona una fecha'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -9771,9 +10225,6 @@ class MaterialLocalizationEsHn extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get dateHelpText => 'dd/mm/aaaa'; - @override String get reorderItemToStart => 'Mover al inicio'; @@ -9844,6 +10295,12 @@ class MaterialLocalizationEsMx extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scrimLabel => 'Lámina'; + + @override + String get keyboardKeyShift => 'Mayúsculas'; + @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -9890,7 +10347,10 @@ class MaterialLocalizationEsMx extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerInputHelpText => 'INGRESAR HORA'; + String get timePickerDialHelpText => 'Selecciona una hora'; + + @override + String get timePickerInputHelpText => 'Ingresa una hora'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -9908,7 +10368,10 @@ class MaterialLocalizationEsMx extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + String get dateRangePickerHelpText => 'Selecciona un período'; + + @override + String get datePickerHelpText => 'Selecciona una fecha'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -9931,9 +10394,6 @@ class MaterialLocalizationEsMx extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get dateHelpText => 'dd/mm/aaaa'; - @override String get reorderItemToStart => 'Mover al inicio'; @@ -10004,6 +10464,12 @@ class MaterialLocalizationEsNi extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scrimLabel => 'Lámina'; + + @override + String get keyboardKeyShift => 'Mayúsculas'; + @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -10050,7 +10516,10 @@ class MaterialLocalizationEsNi extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerInputHelpText => 'INGRESAR HORA'; + String get timePickerDialHelpText => 'Selecciona una hora'; + + @override + String get timePickerInputHelpText => 'Ingresa una hora'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -10068,7 +10537,10 @@ class MaterialLocalizationEsNi extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + String get dateRangePickerHelpText => 'Selecciona un período'; + + @override + String get datePickerHelpText => 'Selecciona una fecha'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -10091,9 +10563,6 @@ class MaterialLocalizationEsNi extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get dateHelpText => 'dd/mm/aaaa'; - @override String get reorderItemToStart => 'Mover al inicio'; @@ -10164,6 +10633,12 @@ class MaterialLocalizationEsPa extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scrimLabel => 'Lámina'; + + @override + String get keyboardKeyShift => 'Mayúsculas'; + @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -10210,7 +10685,10 @@ class MaterialLocalizationEsPa extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerInputHelpText => 'INGRESAR HORA'; + String get timePickerDialHelpText => 'Selecciona una hora'; + + @override + String get timePickerInputHelpText => 'Ingresa una hora'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -10228,7 +10706,10 @@ class MaterialLocalizationEsPa extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + String get dateRangePickerHelpText => 'Selecciona un período'; + + @override + String get datePickerHelpText => 'Selecciona una fecha'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -10251,9 +10732,6 @@ class MaterialLocalizationEsPa extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get dateHelpText => 'dd/mm/aaaa'; - @override String get reorderItemToStart => 'Mover al inicio'; @@ -10324,6 +10802,12 @@ class MaterialLocalizationEsPe extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scrimLabel => 'Lámina'; + + @override + String get keyboardKeyShift => 'Mayúsculas'; + @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -10370,7 +10854,10 @@ class MaterialLocalizationEsPe extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerInputHelpText => 'INGRESAR HORA'; + String get timePickerDialHelpText => 'Selecciona una hora'; + + @override + String get timePickerInputHelpText => 'Ingresa una hora'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -10388,7 +10875,10 @@ class MaterialLocalizationEsPe extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + String get dateRangePickerHelpText => 'Selecciona un período'; + + @override + String get datePickerHelpText => 'Selecciona una fecha'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -10411,9 +10901,6 @@ class MaterialLocalizationEsPe extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get dateHelpText => 'dd/mm/aaaa'; - @override String get reorderItemToStart => 'Mover al inicio'; @@ -10484,6 +10971,12 @@ class MaterialLocalizationEsPr extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scrimLabel => 'Lámina'; + + @override + String get keyboardKeyShift => 'Mayúsculas'; + @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -10530,7 +11023,10 @@ class MaterialLocalizationEsPr extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerInputHelpText => 'INGRESAR HORA'; + String get timePickerDialHelpText => 'Selecciona una hora'; + + @override + String get timePickerInputHelpText => 'Ingresa una hora'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -10548,7 +11044,10 @@ class MaterialLocalizationEsPr extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + String get dateRangePickerHelpText => 'Selecciona un período'; + + @override + String get datePickerHelpText => 'Selecciona una fecha'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -10571,9 +11070,6 @@ class MaterialLocalizationEsPr extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get dateHelpText => 'dd/mm/aaaa'; - @override String get reorderItemToStart => 'Mover al inicio'; @@ -10644,6 +11140,12 @@ class MaterialLocalizationEsPy extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scrimLabel => 'Lámina'; + + @override + String get keyboardKeyShift => 'Mayúsculas'; + @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -10690,7 +11192,10 @@ class MaterialLocalizationEsPy extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerInputHelpText => 'INGRESAR HORA'; + String get timePickerDialHelpText => 'Selecciona una hora'; + + @override + String get timePickerInputHelpText => 'Ingresa una hora'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -10708,7 +11213,10 @@ class MaterialLocalizationEsPy extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + String get dateRangePickerHelpText => 'Selecciona un período'; + + @override + String get datePickerHelpText => 'Selecciona una fecha'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -10731,9 +11239,6 @@ class MaterialLocalizationEsPy extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get dateHelpText => 'dd/mm/aaaa'; - @override String get reorderItemToStart => 'Mover al inicio'; @@ -10804,6 +11309,12 @@ class MaterialLocalizationEsSv extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scrimLabel => 'Lámina'; + + @override + String get keyboardKeyShift => 'Mayúsculas'; + @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -10850,7 +11361,10 @@ class MaterialLocalizationEsSv extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerInputHelpText => 'INGRESAR HORA'; + String get timePickerDialHelpText => 'Selecciona una hora'; + + @override + String get timePickerInputHelpText => 'Ingresa una hora'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -10868,7 +11382,10 @@ class MaterialLocalizationEsSv extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + String get dateRangePickerHelpText => 'Selecciona un período'; + + @override + String get datePickerHelpText => 'Selecciona una fecha'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -10891,9 +11408,6 @@ class MaterialLocalizationEsSv extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get dateHelpText => 'dd/mm/aaaa'; - @override String get reorderItemToStart => 'Mover al inicio'; @@ -10964,6 +11478,12 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scrimLabel => 'Lámina'; + + @override + String get keyboardKeyShift => 'Mayúsculas'; + @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -11010,7 +11530,10 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerInputHelpText => 'INGRESAR HORA'; + String get timePickerDialHelpText => 'Selecciona una hora'; + + @override + String get timePickerInputHelpText => 'Ingresa una hora'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -11028,7 +11551,10 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + String get dateRangePickerHelpText => 'Selecciona un período'; + + @override + String get datePickerHelpText => 'Selecciona una fecha'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -11051,9 +11577,6 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get dateHelpText => 'dd/mm/aaaa'; - @override String get reorderItemToStart => 'Mover al inicio'; @@ -11127,6 +11650,12 @@ class MaterialLocalizationEsUy extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scrimLabel => 'Lámina'; + + @override + String get keyboardKeyShift => 'Mayúsculas'; + @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -11173,7 +11702,10 @@ class MaterialLocalizationEsUy extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerInputHelpText => 'INGRESAR HORA'; + String get timePickerDialHelpText => 'Selecciona una hora'; + + @override + String get timePickerInputHelpText => 'Ingresa una hora'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -11191,7 +11723,10 @@ class MaterialLocalizationEsUy extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + String get dateRangePickerHelpText => 'Selecciona un período'; + + @override + String get datePickerHelpText => 'Selecciona una fecha'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -11214,9 +11749,6 @@ class MaterialLocalizationEsUy extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get dateHelpText => 'dd/mm/aaaa'; - @override String get reorderItemToStart => 'Mover al inicio'; @@ -11287,6 +11819,12 @@ class MaterialLocalizationEsVe extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scrimLabel => 'Lámina'; + + @override + String get keyboardKeyShift => 'Mayúsculas'; + @override String get keyboardKeyChannelDown => 'Canal anterior'; @@ -11333,7 +11871,10 @@ class MaterialLocalizationEsVe extends MaterialLocalizationEs { String? get licensesPackageDetailTextOne => '1 licencia'; @override - String get timePickerInputHelpText => 'INGRESAR HORA'; + String get timePickerDialHelpText => 'Selecciona una hora'; + + @override + String get timePickerInputHelpText => 'Ingresa una hora'; @override String get invalidTimeLabel => 'Ingresa una hora válida'; @@ -11351,7 +11892,10 @@ class MaterialLocalizationEsVe extends MaterialLocalizationEs { String get calendarModeButtonLabel => 'Cambiar al calendario'; @override - String get dateRangePickerHelpText => 'SELECCIONAR PERÍODO'; + String get dateRangePickerHelpText => 'Selecciona un período'; + + @override + String get datePickerHelpText => 'Selecciona una fecha'; @override String get dateOutOfRangeLabel => 'Fuera de rango'; @@ -11374,9 +11918,6 @@ class MaterialLocalizationEsVe extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get dateHelpText => 'dd/mm/aaaa'; - @override String get reorderItemToStart => 'Mover al inicio'; @@ -11460,16 +12001,16 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Tagasi'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Alumine leht'; @override String get calendarModeButtonLabel => 'Kalendrile lülitumine'; @override - String get cancelButtonLabel => 'TÜHISTA'; + String get cancelButtonLabel => 'Tühista'; @override - String get closeButtonLabel => 'SULE'; + String get closeButtonLabel => 'Sule'; @override String get closeButtonTooltip => 'Sule'; @@ -11478,13 +12019,13 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Laienda'; @override - String get continueButtonLabel => 'JÄTKA'; + String get continueButtonLabel => 'Jätka'; @override String get copyButtonLabel => 'Kopeeri'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Täna'; @override String get cutButtonLabel => 'Lõika'; @@ -11499,7 +12040,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Vahemikust väljas.'; @override - String get datePickerHelpText => 'VALIGE KUUPÄEV'; + String get datePickerHelpText => 'Valige kuupäev'; @override String get dateRangeEndDateSemanticLabelRaw => r'Lõppkuupäev: $fullDate'; @@ -11508,7 +12049,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Lõppkuupäev'; @override - String get dateRangePickerHelpText => 'VALIGE VAHEMIK'; + String get dateRangePickerHelpText => 'Valige vahemik'; @override String get dateRangeStartDateSemanticLabelRaw => r'Alguskuupäev: $fullDate'; @@ -11691,7 +12232,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Vali'; @override - String get keyboardKeyShift => 'Shift'; + String get keyboardKeyShift => 'Tõstuklahv'; @override String get keyboardKeySpace => 'Tühik'; @@ -11805,13 +12346,13 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Ridu lehe kohta:'; @override - String get saveButtonLabel => 'SALVESTA'; + String get saveButtonLabel => 'Salvesta'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Sirm'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Sule $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -11859,7 +12400,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'VALIGE AEG'; + String get timePickerDialHelpText => 'Valige aeg'; @override String get timePickerHourLabel => 'Tund'; @@ -11868,7 +12409,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Tundide valimine'; @override - String get timePickerInputHelpText => 'SISESTAGE AEG'; + String get timePickerInputHelpText => 'Sisestage aeg'; @override String get timePickerMinuteLabel => 'Minut'; @@ -11883,7 +12424,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Kuupäevavahemik'; @override - String get viewLicensesButtonLabel => 'KUVA LITSENTSID'; + String get viewLicensesButtonLabel => 'Kuva litsentsid'; } /// The translations for Basque (`eu`). @@ -11917,16 +12458,16 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Atzera'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Behealdeko orria'; @override String get calendarModeButtonLabel => 'Aldatu egutegiaren modura'; @override - String get cancelButtonLabel => 'UTZI'; + String get cancelButtonLabel => 'Utzi'; @override - String get closeButtonLabel => 'ITXI'; + String get closeButtonLabel => 'Itxi'; @override String get closeButtonTooltip => 'Itxi'; @@ -11935,13 +12476,13 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Zabaldu'; @override - String get continueButtonLabel => 'EGIN AURRERA'; + String get continueButtonLabel => 'Egin aurrera'; @override String get copyButtonLabel => 'Kopiatu'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Gaur'; @override String get cutButtonLabel => 'Ebaki'; @@ -11956,7 +12497,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Barrutitik kanpo.'; @override - String get datePickerHelpText => 'HAUTATU DATA'; + String get datePickerHelpText => 'Hautatu data'; @override String get dateRangeEndDateSemanticLabelRaw => r'Amaiera-data: $fullDate'; @@ -11965,7 +12506,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Amaiera-data'; @override - String get dateRangePickerHelpText => 'HAUTATU BARRUTIA'; + String get dateRangePickerHelpText => 'Hautatu barrutia'; @override String get dateRangeStartDateSemanticLabelRaw => r'Hasiera-data: $fullDate'; @@ -12148,7 +12689,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Hautatu'; @override - String get keyboardKeyShift => 'Shift'; + String get keyboardKeyShift => 'Maius'; @override String get keyboardKeySpace => 'Zuriune-barra'; @@ -12262,13 +12803,13 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Errenkadak orriko:'; @override - String get saveButtonLabel => 'GORDE'; + String get saveButtonLabel => 'Gorde'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Barrera'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Itxi $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -12316,7 +12857,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'HAUTATU ORDUA'; + String get timePickerDialHelpText => 'Hautatu ordua'; @override String get timePickerHourLabel => 'Ordua'; @@ -12325,7 +12866,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Hautatu orduak'; @override - String get timePickerInputHelpText => 'IDATZI ORDUA'; + String get timePickerInputHelpText => 'Idatzi ordua'; @override String get timePickerMinuteLabel => 'Minutua'; @@ -12340,7 +12881,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Data tartea'; @override - String get viewLicensesButtonLabel => 'IKUSI LIZENTZIAK'; + String get viewLicensesButtonLabel => 'Ikusi lizentziak'; } /// The translations for Persian (`fa`). @@ -12374,7 +12915,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get backButtonTooltip => 'برگشت'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'برگ زیرین'; @override String get calendarModeButtonLabel => 'رفتن به تقویم'; @@ -12398,7 +12939,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get copyButtonLabel => 'کپی'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'امروز'; @override String get cutButtonLabel => 'برش'; @@ -12605,7 +13146,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'انتخاب'; @override - String get keyboardKeyShift => 'Shift'; + String get keyboardKeyShift => 'کلید تبدیل'; @override String get keyboardKeySpace => 'فاصله'; @@ -12677,7 +13218,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get previousPageTooltip => 'صفحه قبل'; @override - String get refreshIndicatorSemanticLabel => 'بازخوانی'; + String get refreshIndicatorSemanticLabel => 'بازآوری'; @override String? get remainingTextFieldCharacterCountFew => null; @@ -12722,10 +13263,10 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get saveButtonLabel => 'ذخیره'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'رویه'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'بستن $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -12782,7 +13323,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'انتخاب ساعت'; @override - String get timePickerInputHelpText => 'زمان را وارد کنید'; + String get timePickerInputHelpText => 'وارد کردن زمان'; @override String get timePickerMinuteLabel => 'دقیقه'; @@ -12797,7 +13338,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'محدوده تاریخ'; @override - String get viewLicensesButtonLabel => 'مشاهده مجوزها'; + String get viewLicensesButtonLabel => 'مشاهده پروانه‌ها'; } /// The translations for Finnish (`fi`). @@ -12831,16 +13372,16 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Takaisin'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Alapaneeli'; @override String get calendarModeButtonLabel => 'Vaihda kalenteriin'; @override - String get cancelButtonLabel => 'PERUUTA'; + String get cancelButtonLabel => 'Peru'; @override - String get closeButtonLabel => 'SULJE'; + String get closeButtonLabel => 'Sulje'; @override String get closeButtonTooltip => 'Sulje'; @@ -12849,13 +13390,13 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Laajenna'; @override - String get continueButtonLabel => 'JATKA'; + String get continueButtonLabel => 'Jatka'; @override String get copyButtonLabel => 'Kopioi'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Tänään'; @override String get cutButtonLabel => 'Leikkaa'; @@ -12870,7 +13411,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Päivämäärä ei kelpaa'; @override - String get datePickerHelpText => 'VALITSE PÄIVÄMÄÄRÄ'; + String get datePickerHelpText => 'Valitse päivämäärä'; @override String get dateRangeEndDateSemanticLabelRaw => r'Päättymispäivä $fullDate'; @@ -12879,7 +13420,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Päättymispäivä'; @override - String get dateRangePickerHelpText => 'VALITSE PÄIVÄMÄÄRÄVÄLI'; + String get dateRangePickerHelpText => 'Valitse jakso'; @override String get dateRangeStartDateSemanticLabelRaw => r'Alkamispäivä $fullDate'; @@ -13062,7 +13603,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Valitse'; @override - String get keyboardKeyShift => 'Shift'; + String get keyboardKeyShift => 'Vaihto'; @override String get keyboardKeySpace => 'Välilyönti'; @@ -13176,13 +13717,13 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Riviä/sivu:'; @override - String get saveButtonLabel => 'TALLENNA'; + String get saveButtonLabel => 'Tallenna'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Sermi'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Sulje $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -13230,7 +13771,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_dot_mm; @override - String get timePickerDialHelpText => 'VALITSE AIKA'; + String get timePickerDialHelpText => 'Valitse aika'; @override String get timePickerHourLabel => 'Tunti'; @@ -13239,7 +13780,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Valitse tunnit'; @override - String get timePickerInputHelpText => 'LISÄÄ AIKA'; + String get timePickerInputHelpText => 'Lisää aika'; @override String get timePickerMinuteLabel => 'Minuutti'; @@ -13254,7 +13795,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Ajanjakso'; @override - String get viewLicensesButtonLabel => 'NÄYTÄ KÄYTTÖOIKEUDET'; + String get viewLicensesButtonLabel => 'Näytä käyttöoikeudet'; } /// The translations for Filipino Pilipino (`fil`). @@ -13294,10 +13835,10 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get calendarModeButtonLabel => 'Lumipat sa kalendaryo'; @override - String get cancelButtonLabel => 'KANSELAHIN'; + String get cancelButtonLabel => 'Kanselahin'; @override - String get closeButtonLabel => 'ISARA'; + String get closeButtonLabel => 'Isara'; @override String get closeButtonTooltip => 'Isara'; @@ -13306,13 +13847,13 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'I-expand'; @override - String get continueButtonLabel => 'MAGPATULOY'; + String get continueButtonLabel => 'Magpatuloy'; @override String get copyButtonLabel => 'Kopyahin'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Ngayon'; @override String get cutButtonLabel => 'I-cut'; @@ -13327,7 +13868,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Wala sa hanay.'; @override - String get datePickerHelpText => 'PUMILI NG PETSA'; + String get datePickerHelpText => 'Pumili ng petsa'; @override String get dateRangeEndDateSemanticLabelRaw => r'Petsa ng pagtatapos $fullDate'; @@ -13336,7 +13877,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Petsa ng Pagtatapos'; @override - String get dateRangePickerHelpText => 'PUMILI NG HANAY'; + String get dateRangePickerHelpText => 'Pumili ng hanay'; @override String get dateRangeStartDateSemanticLabelRaw => r'Petsa ng pagsisimula $fullDate'; @@ -13633,13 +14174,13 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Mga row bawat page:'; @override - String get saveButtonLabel => 'I-SAVE'; + String get saveButtonLabel => 'I-save'; @override String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Isara ang $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -13687,7 +14228,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'PUMILI NG ORAS'; + String get timePickerDialHelpText => 'Pumili ng oras'; @override String get timePickerHourLabel => 'Oras'; @@ -13696,7 +14237,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Pumili ng mga oras'; @override - String get timePickerInputHelpText => 'MAGLAGAY NG ORAS'; + String get timePickerInputHelpText => 'Maglagay ng oras'; @override String get timePickerMinuteLabel => 'Minuto'; @@ -13711,7 +14252,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Hanay ng Petsa'; @override - String get viewLicensesButtonLabel => 'TINGNAN ANG MGA LISENSYA'; + String get viewLicensesButtonLabel => 'Tingnan ang mga lisensya'; } /// The translations for French (`fr`). @@ -13745,16 +14286,16 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Retour'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Bottom sheet'; @override String get calendarModeButtonLabel => "Passer à l'agenda"; @override - String get cancelButtonLabel => 'ANNULER'; + String get cancelButtonLabel => 'Annuler'; @override - String get closeButtonLabel => 'FERMER'; + String get closeButtonLabel => 'Fermer'; @override String get closeButtonTooltip => 'Fermer'; @@ -13763,13 +14304,13 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Développer'; @override - String get continueButtonLabel => 'CONTINUER'; + String get continueButtonLabel => 'Continuer'; @override String get copyButtonLabel => 'Copier'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => "Aujourd'hui"; @override String get cutButtonLabel => 'Couper'; @@ -13784,7 +14325,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Hors de portée.'; @override - String get datePickerHelpText => 'SÉLECTIONNER UNE DATE'; + String get datePickerHelpText => 'Sélectionner une date'; @override String get dateRangeEndDateSemanticLabelRaw => r'Date de fin : $fullDate'; @@ -13793,7 +14334,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Date de fin'; @override - String get dateRangePickerHelpText => 'SÉLECTIONNER UNE PLAGE'; + String get dateRangePickerHelpText => 'Sélectionner une plage'; @override String get dateRangeStartDateSemanticLabelRaw => r'Date de début : $fullDate'; @@ -13976,7 +14517,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Sélectionner'; @override - String get keyboardKeyShift => 'Shift'; + String get keyboardKeyShift => 'Maj'; @override String get keyboardKeySpace => 'Espace'; @@ -14090,13 +14631,13 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Lignes par page :'; @override - String get saveButtonLabel => 'ENREGISTRER'; + String get saveButtonLabel => 'Enregistrer'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Fond'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Fermer $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -14144,7 +14685,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'SÉLECTIONNER UNE HEURE'; + String get timePickerDialHelpText => 'Sélectionner une heure'; @override String get timePickerHourLabel => 'Heure'; @@ -14153,7 +14694,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Sélectionner une heure'; @override - String get timePickerInputHelpText => 'SAISIR UNE HEURE'; + String get timePickerInputHelpText => 'Saisir une heure'; @override String get timePickerMinuteLabel => 'Minute'; @@ -14168,7 +14709,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Plage de dates'; @override - String get viewLicensesButtonLabel => 'AFFICHER LES LICENCES'; + String get viewLicensesButtonLabel => 'Afficher les licences'; } /// The translations for French, as used in Canada (`fr_CA`). @@ -14189,6 +14730,12 @@ class MaterialLocalizationFrCa extends MaterialLocalizationFr { required super.twoDigitZeroPaddedFormat, }); + @override + String get scrimLabel => 'Grille'; + + @override + String get bottomSheetLabel => "Zone de contenu dans le bas de l'écran"; + @override String get keyboardKeyChannelDown => 'Chaîne préc.'; @@ -14238,10 +14785,10 @@ class MaterialLocalizationFrCa extends MaterialLocalizationFr { String get invalidTimeLabel => 'Entrez une heure valide'; @override - String get timePickerDialHelpText => "SÉLECTIONNER L'HEURE"; + String get timePickerDialHelpText => "Sélectionner l'heure"; @override - String get timePickerInputHelpText => "ENTRER L'HEURE"; + String get timePickerInputHelpText => "Entrer l'heure"; @override String get timePickerMinuteLabel => 'Minutes'; @@ -14253,10 +14800,10 @@ class MaterialLocalizationFrCa extends MaterialLocalizationFr { String get inputTimeModeButtonLabel => "Passer au mode d'entrée Texte"; @override - String get dateRangePickerHelpText => 'SÉLECTIONNER LA PLAGE'; + String get dateRangePickerHelpText => 'Sélectionner la plage'; @override - String get datePickerHelpText => 'SÉLECTIONNER LA DATE'; + String get datePickerHelpText => 'Sélectionner la date'; @override String get invalidDateRangeLabel => 'Plage incorrecte.'; @@ -14338,16 +14885,16 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Atrás'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Panel inferior'; @override String get calendarModeButtonLabel => 'Cambiar ao modo de calendario'; @override - String get cancelButtonLabel => 'CANCELAR'; + String get cancelButtonLabel => 'Cancelar'; @override - String get closeButtonLabel => 'PECHAR'; + String get closeButtonLabel => 'Pechar'; @override String get closeButtonTooltip => 'Pechar'; @@ -14356,13 +14903,13 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Despregar'; @override - String get continueButtonLabel => 'CONTINUAR'; + String get continueButtonLabel => 'Continuar'; @override String get copyButtonLabel => 'Copiar'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Hoxe'; @override String get cutButtonLabel => 'Cortar'; @@ -14377,7 +14924,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'A data está fóra do intervalo.'; @override - String get datePickerHelpText => 'SELECCIONAR UNHA DATA'; + String get datePickerHelpText => 'Seleccionar data'; @override String get dateRangeEndDateSemanticLabelRaw => r'Data de finalización: $fullDate'; @@ -14386,7 +14933,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Data de finalización'; @override - String get dateRangePickerHelpText => 'SELECCIONAR UN INTERVALO DE DATAS'; + String get dateRangePickerHelpText => 'Seleccionar intervalo de datas'; @override String get dateRangeStartDateSemanticLabelRaw => r'Data de inicio: $fullDate'; @@ -14569,7 +15116,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Seleccionar'; @override - String get keyboardKeyShift => 'Shift'; + String get keyboardKeyShift => 'Maiús'; @override String get keyboardKeySpace => 'Espazo'; @@ -14683,13 +15230,13 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Filas por páxina:'; @override - String get saveButtonLabel => 'GARDAR'; + String get saveButtonLabel => 'Gardar'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Sombreado'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Pechar $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -14737,7 +15284,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'SELECCIONA A HORA'; + String get timePickerDialHelpText => 'Seleccionar hora'; @override String get timePickerHourLabel => 'Hora'; @@ -14746,7 +15293,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Seleccionar horas'; @override - String get timePickerInputHelpText => 'INDICA A HORA'; + String get timePickerInputHelpText => 'Indicar hora'; @override String get timePickerMinuteLabel => 'Minuto'; @@ -14761,7 +15308,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Intervalo de datas'; @override - String get viewLicensesButtonLabel => 'VER LICENZAS'; + String get viewLicensesButtonLabel => 'Ver licenzas'; } /// The translations for Swiss German Alemannic Alsatian (`gsw`). @@ -14795,16 +15342,16 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Zurück'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Ansicht am unteren Rand'; @override String get calendarModeButtonLabel => 'Zum Kalender wechseln'; @override - String get cancelButtonLabel => 'ABBRECHEN'; + String get cancelButtonLabel => 'Abbrechen'; @override - String get closeButtonLabel => 'SCHLIEẞEN'; + String get closeButtonLabel => 'Schließen'; @override String get closeButtonTooltip => 'Schließen'; @@ -14813,13 +15360,13 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Maximieren'; @override - String get continueButtonLabel => 'WEITER'; + String get continueButtonLabel => 'Weiter'; @override String get copyButtonLabel => 'Kopieren'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Heute'; @override String get cutButtonLabel => 'Ausschneiden'; @@ -14834,7 +15381,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Außerhalb des Zeitraums.'; @override - String get datePickerHelpText => 'DATUM AUSWÄHLEN'; + String get datePickerHelpText => 'Datum auswählen'; @override String get dateRangeEndDateSemanticLabelRaw => r'Enddatum $fullDate'; @@ -14843,7 +15390,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Enddatum'; @override - String get dateRangePickerHelpText => 'ZEITRAUM AUSWÄHLEN'; + String get dateRangePickerHelpText => 'Zeitraum auswählen'; @override String get dateRangeStartDateSemanticLabelRaw => r'Startdatum $fullDate'; @@ -15026,7 +15573,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Auswählen'; @override - String get keyboardKeyShift => 'Shift'; + String get keyboardKeyShift => 'Umschalttaste'; @override String get keyboardKeySpace => 'Leertaste'; @@ -15140,13 +15687,13 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Zeilen pro Seite:'; @override - String get saveButtonLabel => 'SPEICHERN'; + String get saveButtonLabel => 'Speichern'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Gitter'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentName schließen'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -15194,7 +15741,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'UHRZEIT AUSWÄHLEN'; + String get timePickerDialHelpText => 'Uhrzeit auswählen'; @override String get timePickerHourLabel => 'Stunde'; @@ -15203,7 +15750,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Stunden auswählen'; @override - String get timePickerInputHelpText => 'ZEIT EINGEBEN'; + String get timePickerInputHelpText => 'Uhrzeit eingeben'; @override String get timePickerMinuteLabel => 'Minute'; @@ -15218,7 +15765,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Zeitraum'; @override - String get viewLicensesButtonLabel => 'LIZENZEN ANZEIGEN'; + String get viewLicensesButtonLabel => 'Lizenzen ansehen'; } /// The translations for Gujarati (`gu`). @@ -15252,7 +15799,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get backButtonTooltip => 'પાછળ'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'બોટમ શીટ'; @override String get calendarModeButtonLabel => 'કૅલેન્ડર મોડ પર સ્વિચ કરો'; @@ -15276,7 +15823,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get copyButtonLabel => 'કૉપિ કરો'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'આજે'; @override String get cutButtonLabel => 'કાપો'; @@ -15600,10 +16147,10 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get saveButtonLabel => 'સાચવો'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'સ્ક્રિમ'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentNameને બંધ કરો'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -15709,7 +16256,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get backButtonTooltip => 'הקודם'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'גיליון תחתון'; @override String get calendarModeButtonLabel => 'מעבר למצב היומן'; @@ -15733,7 +16280,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get copyButtonLabel => 'העתקה'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'היום'; @override String get cutButtonLabel => 'גזירה'; @@ -16057,10 +16604,10 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get saveButtonLabel => 'שמירה'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'מיסוך'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'סגירת $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -16117,7 +16664,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'בחירת שעות'; @override - String get timePickerInputHelpText => 'הזנת שעה'; + String get timePickerInputHelpText => 'יש להזין שעה'; @override String get timePickerMinuteLabel => 'דקות'; @@ -16132,7 +16679,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'טווח תאריכים'; @override - String get viewLicensesButtonLabel => 'הצגת הרישיונות'; + String get viewLicensesButtonLabel => 'לעיון ברישיונות'; } /// The translations for Hindi (`hi`). @@ -16166,7 +16713,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get backButtonTooltip => 'वापस जाएं'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'बॉटम शीट'; @override String get calendarModeButtonLabel => 'कैलेंडर पर जाएं'; @@ -16190,7 +16737,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get copyButtonLabel => 'कॉपी करें'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'आज'; @override String get cutButtonLabel => 'काटें'; @@ -16214,13 +16761,13 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'खत्म होने की तारीख'; @override - String get dateRangePickerHelpText => 'सीमा चुनें'; + String get dateRangePickerHelpText => 'रेंज चुनें'; @override String get dateRangeStartDateSemanticLabelRaw => r'शुरू होने की तारीख $fullDate'; @override - String get dateRangeStartLabel => 'शुरू होने की तारीख'; + String get dateRangeStartLabel => 'पेमेंट करने की तारीख'; @override String get dateSeparator => '/'; @@ -16232,7 +16779,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get dialModeButtonLabel => 'डायल पिकर मोड पर स्विच करें'; @override - String get dialogLabel => 'संवाद'; + String get dialogLabel => 'डायलॉग'; @override String get drawerLabel => 'नेविगेशन मेन्यू'; @@ -16514,10 +17061,10 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get saveButtonLabel => 'सेव करें'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'स्क्रिम'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentName को बंद करें'; @override ScriptCategory get scriptCategory => ScriptCategory.dense; @@ -16565,7 +17112,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; @override - String get timePickerDialHelpText => 'समय क्षेत्र चुनें'; + String get timePickerDialHelpText => 'समय चुनें'; @override String get timePickerHourLabel => 'घंटा'; @@ -16623,16 +17170,16 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Natrag'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Donja tablica'; @override String get calendarModeButtonLabel => 'Prijeđite na kalendar'; @override - String get cancelButtonLabel => 'ODUSTANI'; + String get cancelButtonLabel => 'Odustani'; @override - String get closeButtonLabel => 'ZATVORI'; + String get closeButtonLabel => 'Zatvori'; @override String get closeButtonTooltip => 'Zatvaranje'; @@ -16641,13 +17188,13 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Proširi'; @override - String get continueButtonLabel => 'NASTAVI'; + String get continueButtonLabel => 'Nastavi'; @override String get copyButtonLabel => 'Kopiraj'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Danas'; @override String get cutButtonLabel => 'Izreži'; @@ -16662,7 +17209,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Izvan raspona.'; @override - String get datePickerHelpText => 'ODABERITE DATUM'; + String get datePickerHelpText => 'Odaberi datum'; @override String get dateRangeEndDateSemanticLabelRaw => r'Datum završetka $fullDate'; @@ -16671,7 +17218,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Datum završetka'; @override - String get dateRangePickerHelpText => 'ODABERITE RASPON'; + String get dateRangePickerHelpText => 'Odaberi raspon'; @override String get dateRangeStartDateSemanticLabelRaw => r'Datum početka $fullDate'; @@ -16968,13 +17515,13 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Redaka po stranici:'; @override - String get saveButtonLabel => 'SPREMI'; + String get saveButtonLabel => 'Spremi'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Rubno'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Zatvori $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -17022,7 +17569,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'ODABERITE VRIJEME'; + String get timePickerDialHelpText => 'Odaberi vrijeme'; @override String get timePickerHourLabel => 'Sat'; @@ -17031,7 +17578,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Odaberite sate'; @override - String get timePickerInputHelpText => 'UNESITE VRIJEME'; + String get timePickerInputHelpText => 'Unesi vrijeme'; @override String get timePickerMinuteLabel => 'Minuta'; @@ -17046,7 +17593,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Datumski raspon'; @override - String get viewLicensesButtonLabel => 'PRIKAŽI LICENCE'; + String get viewLicensesButtonLabel => 'Prikaži licence'; } /// The translations for Hungarian (`hu`). @@ -17080,16 +17627,16 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Vissza'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Alsó lap'; @override String get calendarModeButtonLabel => 'Váltás naptárra'; @override - String get cancelButtonLabel => 'MÉGSE'; + String get cancelButtonLabel => 'Mégse'; @override - String get closeButtonLabel => 'BEZÁRÁS'; + String get closeButtonLabel => 'Bezárás'; @override String get closeButtonTooltip => 'Bezárás'; @@ -17098,13 +17645,13 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Kibontás'; @override - String get continueButtonLabel => 'TOVÁBB'; + String get continueButtonLabel => 'Folytatás'; @override String get copyButtonLabel => 'Másolás'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Ma'; @override String get cutButtonLabel => 'Kivágás'; @@ -17119,7 +17666,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Tartományon kívül.'; @override - String get datePickerHelpText => 'DÁTUM KIVÁLASZTÁSA'; + String get datePickerHelpText => 'Dátum kiválasztása'; @override String get dateRangeEndDateSemanticLabelRaw => r'Befejezés dátuma: $fullDate'; @@ -17128,7 +17675,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Befejezés dátuma'; @override - String get dateRangePickerHelpText => 'TARTOMÁNY KIJELÖLÉSE'; + String get dateRangePickerHelpText => 'Dátumtartomány kiválasztása'; @override String get dateRangeStartDateSemanticLabelRaw => r'Kezdés dátuma: $fullDate'; @@ -17425,13 +17972,13 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Oldalankénti sorszám:'; @override - String get saveButtonLabel => 'MENTÉS'; + String get saveButtonLabel => 'Mentés'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Borítás'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentName bezárása'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -17479,7 +18026,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'IDŐPONT KIVÁLASZTÁSA'; + String get timePickerDialHelpText => 'Időpont kiválasztása'; @override String get timePickerHourLabel => 'Óra'; @@ -17488,7 +18035,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Óra kiválasztása'; @override - String get timePickerInputHelpText => 'IDŐPONT MEGADÁSA'; + String get timePickerInputHelpText => 'Időpont megadása'; @override String get timePickerMinuteLabel => 'Perc'; @@ -17503,7 +18050,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Dátumtartomány'; @override - String get viewLicensesButtonLabel => 'LICENCEK MEGTEKINTÉSE'; + String get viewLicensesButtonLabel => 'Licencek megtekintése'; } /// The translations for Armenian (`hy`). @@ -17537,16 +18084,16 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Հետ'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Ներքևի էկրան'; @override String get calendarModeButtonLabel => 'Անցնել օրացույցին'; @override - String get cancelButtonLabel => 'ՉԵՂԱՐԿԵԼ'; + String get cancelButtonLabel => 'Չեղարկել'; @override - String get closeButtonLabel => 'ՓԱԿԵԼ'; + String get closeButtonLabel => 'Փակել'; @override String get closeButtonTooltip => 'Փակել'; @@ -17555,13 +18102,13 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Ծավալել'; @override - String get continueButtonLabel => 'ՇԱՐՈՒՆԱԿԵԼ'; + String get continueButtonLabel => 'Շարունակել'; @override String get copyButtonLabel => 'Պատճենել'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Այսօր'; @override String get cutButtonLabel => 'Կտրել'; @@ -17576,7 +18123,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Թույլատրելի ընդգրկույթից դուրս է։'; @override - String get datePickerHelpText => 'ԸՆՏՐԵԼ ԱՄՍԱԹԻՎ'; + String get datePickerHelpText => 'Ընտրեք ամսաթիվը'; @override String get dateRangeEndDateSemanticLabelRaw => r'Ավարտի ամսաթիվը՝ $fullDate'; @@ -17585,7 +18132,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Ավարտի ամսաթիվը'; @override - String get dateRangePickerHelpText => 'ԸՆՏՐԵԼ ԺԱՄԱՆԱԿԱՀԱՏՎԱԾ'; + String get dateRangePickerHelpText => 'Ընտրեք ժամանակահատվածը'; @override String get dateRangeStartDateSemanticLabelRaw => r'Մեկնարկի ամսաթիվը՝ $fullDate'; @@ -17882,13 +18429,13 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Մեկ էջի տողերը՝'; @override - String get saveButtonLabel => 'ՊԱՀԵԼ'; + String get saveButtonLabel => 'Պահել'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Դիմակ'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Փակել՝ $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -17936,7 +18483,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'ԸՆՏՐԵՔ ԺԱՄԸ'; + String get timePickerDialHelpText => 'Ընտրեք ժամը'; @override String get timePickerHourLabel => 'Ժամ'; @@ -17945,7 +18492,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Ընտրեք ժամը'; @override - String get timePickerInputHelpText => 'ՄՈՒՏՔԱԳՐԵՔ ԺԱՄԸ'; + String get timePickerInputHelpText => 'Մուտքագրեք ժամը'; @override String get timePickerMinuteLabel => 'Րոպե'; @@ -17960,7 +18507,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Ժամանակահատված'; @override - String get viewLicensesButtonLabel => 'ԴԻՏԵԼ ԱՐՏՈՆԱԳՐԵՐԸ'; + String get viewLicensesButtonLabel => 'Դիտել լիցենզիաները'; } /// The translations for Indonesian (`id`). @@ -17994,16 +18541,16 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Kembali'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Sheet Bawah'; @override String get calendarModeButtonLabel => 'Beralih ke kalender'; @override - String get cancelButtonLabel => 'BATAL'; + String get cancelButtonLabel => 'Batal'; @override - String get closeButtonLabel => 'TUTUP'; + String get closeButtonLabel => 'Tutup'; @override String get closeButtonTooltip => 'Tutup'; @@ -18012,13 +18559,13 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Luaskan'; @override - String get continueButtonLabel => 'LANJUTKAN'; + String get continueButtonLabel => 'Lanjutkan'; @override String get copyButtonLabel => 'Salin'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Hari ini'; @override String get cutButtonLabel => 'Potong'; @@ -18033,7 +18580,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Di luar rentang.'; @override - String get datePickerHelpText => 'PILIH TANGGAL'; + String get datePickerHelpText => 'Pilih tanggal'; @override String get dateRangeEndDateSemanticLabelRaw => r'Tanggal akhir $fullDate'; @@ -18042,7 +18589,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Tanggal Akhir'; @override - String get dateRangePickerHelpText => 'PILIH RENTANG'; + String get dateRangePickerHelpText => 'Pilih rentang'; @override String get dateRangeStartDateSemanticLabelRaw => r'Tanggal mulai $fullDate'; @@ -18339,13 +18886,13 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Baris per halaman:'; @override - String get saveButtonLabel => 'SIMPAN'; + String get saveButtonLabel => 'Simpan'; @override String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Tutup $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -18393,7 +18940,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_dot_mm; @override - String get timePickerDialHelpText => 'PILIH WAKTU'; + String get timePickerDialHelpText => 'Pilih waktu'; @override String get timePickerHourLabel => 'Jam'; @@ -18402,7 +18949,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Pilih jam'; @override - String get timePickerInputHelpText => 'MASUKKAN WAKTU'; + String get timePickerInputHelpText => 'Masukkan waktu'; @override String get timePickerMinuteLabel => 'Menit'; @@ -18417,7 +18964,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Rentang tanggal'; @override - String get viewLicensesButtonLabel => 'LIHAT LISENSI'; + String get viewLicensesButtonLabel => 'Lihat lisensi'; } /// The translations for Icelandic (`is`). @@ -18451,16 +18998,16 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Til baka'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Blað neðst'; @override String get calendarModeButtonLabel => 'Skipta yfir í dagatal'; @override - String get cancelButtonLabel => 'HÆTTA'; + String get cancelButtonLabel => 'Hætta við'; @override - String get closeButtonLabel => 'LOKA'; + String get closeButtonLabel => 'Loka'; @override String get closeButtonTooltip => 'Loka'; @@ -18469,13 +19016,13 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Stækka'; @override - String get continueButtonLabel => 'HALDA ÁFRAM'; + String get continueButtonLabel => 'Áfram'; @override String get copyButtonLabel => 'Afrita'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Í dag'; @override String get cutButtonLabel => 'Klippa'; @@ -18490,7 +19037,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Utan sviðs.'; @override - String get datePickerHelpText => 'VELJA DAGSETNINGU'; + String get datePickerHelpText => 'Velja dagsetningu'; @override String get dateRangeEndDateSemanticLabelRaw => r'Lokadagur $fullDate'; @@ -18499,7 +19046,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Lokadagur'; @override - String get dateRangePickerHelpText => 'VELJA SVIÐ'; + String get dateRangePickerHelpText => 'Velja svið'; @override String get dateRangeStartDateSemanticLabelRaw => r'Upphafsdagur $fullDate'; @@ -18796,13 +19343,13 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Línur á síðu:'; @override - String get saveButtonLabel => 'VISTA'; + String get saveButtonLabel => 'Vista'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Möskvi'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Loka $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -18850,7 +19397,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'VELJA TÍMA'; + String get timePickerDialHelpText => 'Velja tíma'; @override String get timePickerHourLabel => 'Klukkustund'; @@ -18859,7 +19406,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Velja klukkustundir'; @override - String get timePickerInputHelpText => 'FÆRA INN TÍMA'; + String get timePickerInputHelpText => 'Færa inn tíma'; @override String get timePickerMinuteLabel => 'Mínúta'; @@ -18874,7 +19421,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Tímabil'; @override - String get viewLicensesButtonLabel => 'SKOÐA LEYFI'; + String get viewLicensesButtonLabel => 'Skoða leyfi'; } /// The translations for Italian (`it`). @@ -18908,16 +19455,16 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Indietro'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Riquadro inferiore'; @override String get calendarModeButtonLabel => 'Passa al calendario'; @override - String get cancelButtonLabel => 'ANNULLA'; + String get cancelButtonLabel => 'Annulla'; @override - String get closeButtonLabel => 'CHIUDI'; + String get closeButtonLabel => 'Chiudi'; @override String get closeButtonTooltip => 'Chiudi'; @@ -18926,13 +19473,13 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Espandi'; @override - String get continueButtonLabel => 'CONTINUA'; + String get continueButtonLabel => 'Continua'; @override String get copyButtonLabel => 'Copia'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Oggi'; @override String get cutButtonLabel => 'Taglia'; @@ -18947,7 +19494,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Fuori intervallo.'; @override - String get datePickerHelpText => 'SELEZIONA DATA'; + String get datePickerHelpText => 'Seleziona data'; @override String get dateRangeEndDateSemanticLabelRaw => r'Data di fine $fullDate'; @@ -18956,7 +19503,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Data di fine'; @override - String get dateRangePickerHelpText => 'SELEZIONA INTERVALLO'; + String get dateRangePickerHelpText => 'Seleziona intervallo'; @override String get dateRangeStartDateSemanticLabelRaw => r'Data di inizio $fullDate'; @@ -19139,7 +19686,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Seleziona'; @override - String get keyboardKeyShift => 'Shift'; + String get keyboardKeyShift => 'Maiusc'; @override String get keyboardKeySpace => 'Barra spaziatrice'; @@ -19253,13 +19800,13 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Righe per pagina:'; @override - String get saveButtonLabel => 'SALVA'; + String get saveButtonLabel => 'Salva'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Rete'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Chiudi $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -19307,7 +19854,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => "SELEZIONA L'ORA"; + String get timePickerDialHelpText => 'Seleziona ora'; @override String get timePickerHourLabel => 'Ora'; @@ -19316,7 +19863,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Seleziona le ore'; @override - String get timePickerInputHelpText => "INSERISCI L'ORA"; + String get timePickerInputHelpText => 'Inserisci ora'; @override String get timePickerMinuteLabel => 'Minuto'; @@ -19331,7 +19878,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Intervallo di date'; @override - String get viewLicensesButtonLabel => 'VISUALIZZA LICENZE'; + String get viewLicensesButtonLabel => 'Visualizza licenze'; } /// The translations for Japanese (`ja`). @@ -19365,7 +19912,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get backButtonTooltip => '戻る'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'ボトムシート'; @override String get calendarModeButtonLabel => 'カレンダーに切り替え'; @@ -19389,7 +19936,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get copyButtonLabel => 'コピー'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => '今日'; @override String get cutButtonLabel => '切り取り'; @@ -19713,10 +20260,10 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get saveButtonLabel => '保存'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'スクリム'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentName を閉じる'; @override ScriptCategory get scriptCategory => ScriptCategory.dense; @@ -19764,7 +20311,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => '時刻の選択'; + String get timePickerDialHelpText => '時間の選択'; @override String get timePickerHourLabel => '時'; @@ -19773,7 +20320,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => '時間を選択'; @override - String get timePickerInputHelpText => '時刻の入力'; + String get timePickerInputHelpText => '時間の入力'; @override String get timePickerMinuteLabel => '分'; @@ -19822,7 +20369,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get backButtonTooltip => 'უკან'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'ქვედა ფურცელი'; @override String get calendarModeButtonLabel => 'კალენდარზე გადართვა'; @@ -19846,7 +20393,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get copyButtonLabel => 'კოპირება'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'დღეს'; @override String get cutButtonLabel => 'ამოჭრა'; @@ -19861,7 +20408,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'დიაპაზონს მიღმაა.'; @override - String get datePickerHelpText => 'აირჩიეთ თარიღი'; + String get datePickerHelpText => 'თარიღის არჩევა'; @override String get dateRangeEndDateSemanticLabelRaw => r'დასრულების თარიღია $fullDate'; @@ -19870,7 +20417,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'დასრულების თარიღი'; @override - String get dateRangePickerHelpText => 'აირჩიეთ დიაპაზონი'; + String get dateRangePickerHelpText => 'დიაპაზონის არჩევა'; @override String get dateRangeStartDateSemanticLabelRaw => r'დაწყების თარიღია $fullDate'; @@ -20053,7 +20600,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Select'; @override - String get keyboardKeyShift => 'Shift'; + String get keyboardKeyShift => 'ცვლა'; @override String get keyboardKeySpace => 'Space'; @@ -20170,10 +20717,10 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get saveButtonLabel => 'შენახვა'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'სკრიმი'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentName-ის დახურვა'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -20221,7 +20768,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'აირჩიეთ დრო'; + String get timePickerDialHelpText => 'დროის არჩევა'; @override String get timePickerHourLabel => 'საათი'; @@ -20230,7 +20777,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'აირჩიეთ საათები'; @override - String get timePickerInputHelpText => 'შეიყვანეთ დრო'; + String get timePickerInputHelpText => 'დროის შეყვანა'; @override String get timePickerMinuteLabel => 'წუთი'; @@ -20279,16 +20826,16 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Артқа'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Төменгі парақша'; @override String get calendarModeButtonLabel => 'Күнтізбеге ауысу'; @override - String get cancelButtonLabel => 'БАС ТАРТУ'; + String get cancelButtonLabel => 'Бас тарту'; @override - String get closeButtonLabel => 'ЖАБУ'; + String get closeButtonLabel => 'Жабу'; @override String get closeButtonTooltip => 'Жабу'; @@ -20297,13 +20844,13 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Жаю'; @override - String get continueButtonLabel => 'ЖАЛҒАСТЫРУ'; + String get continueButtonLabel => 'Жалғастыру'; @override String get copyButtonLabel => 'Көшіру'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Бүгін'; @override String get cutButtonLabel => 'Қию'; @@ -20318,7 +20865,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Ауқымнан тыc.'; @override - String get datePickerHelpText => 'КҮНДІ ТАҢДАУ'; + String get datePickerHelpText => 'Күнді таңдау'; @override String get dateRangeEndDateSemanticLabelRaw => r'Аяқталу күні $fullDate'; @@ -20327,7 +20874,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Аяқталу күні'; @override - String get dateRangePickerHelpText => 'АУҚЫМДЫ ТАҢДАУ'; + String get dateRangePickerHelpText => 'Аралықты таңдау'; @override String get dateRangeStartDateSemanticLabelRaw => r'Басталу күні $fullDate'; @@ -20624,13 +21171,13 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Әр беттегі жолдар саны:'; @override - String get saveButtonLabel => 'САҚТАУ'; + String get saveButtonLabel => 'Сақтау'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Кенеп'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentName жабу'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -20678,7 +21225,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'УАҚЫТТЫ ТАҢДАҢЫЗ'; + String get timePickerDialHelpText => 'Уақытты таңдау'; @override String get timePickerHourLabel => 'Сағат'; @@ -20687,7 +21234,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Сағаттарды таңдаңыз'; @override - String get timePickerInputHelpText => 'УАҚЫТТЫ ЕНГІЗІҢІЗ'; + String get timePickerInputHelpText => 'Уақытты енгізу'; @override String get timePickerMinuteLabel => 'Mинут'; @@ -20702,7 +21249,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Күндер ауқымы'; @override - String get viewLicensesButtonLabel => 'ЛИЦЕНЗИЯЛАРДЫ КӨРУ'; + String get viewLicensesButtonLabel => 'Лицензияларды көру'; } /// The translations for Khmer Central Khmer (`km`). @@ -20736,7 +21283,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get backButtonTooltip => 'ថយក្រោយ'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'សន្លឹក​ខាងក្រោម'; @override String get calendarModeButtonLabel => 'ប្ដូរទៅ​ប្រតិទិន'; @@ -20760,7 +21307,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get copyButtonLabel => 'ចម្លង'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'ថ្ងៃនេះ'; @override String get cutButtonLabel => 'កាត់'; @@ -20784,7 +21331,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'កាលបរិច្ឆេទ​បញ្ចប់'; @override - String get dateRangePickerHelpText => 'ជ្រើស​រើស​ចន្លោះ'; + String get dateRangePickerHelpText => 'ជ្រើសរើសចន្លោះ'; @override String get dateRangeStartDateSemanticLabelRaw => r'កាលបរិច្ឆេទ​ចាប់ផ្ដើម $fullDate'; @@ -21084,10 +21631,10 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get saveButtonLabel => 'រក្សាទុក'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'ផ្ទាំងស្រអាប់'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'បិទ $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.dense; @@ -21135,7 +21682,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @override - String get timePickerDialHelpText => 'ជ្រើសរើស​ពេលវេលា'; + String get timePickerDialHelpText => 'ជ្រើសរើសម៉ោង'; @override String get timePickerHourLabel => 'ម៉ោង'; @@ -21144,7 +21691,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'ជ្រើសរើស​ម៉ោង'; @override - String get timePickerInputHelpText => 'បញ្ចូលពេលវេលា'; + String get timePickerInputHelpText => 'បញ្ចូលម៉ោង'; @override String get timePickerMinuteLabel => 'នាទី​'; @@ -21193,7 +21740,7 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { String get backButtonTooltip => '\u{cb9}\u{cbf}\u{c82}\u{ca4}\u{cbf}\u{cb0}\u{cc1}\u{c97}\u{cbf}'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => '\u{c95}\u{cc6}\u{cb3}\u{cad}\u{cbe}\u{c97}\u{ca6}\u{20}\u{cb6}\u{cc0}\u{c9f}\u{ccd}'; @override String get calendarModeButtonLabel => '\u{c95}\u{ccd}\u{caf}\u{cbe}\u{cb2}\u{cc6}\u{c82}\u{ca1}\u{cb0}\u{ccd}\u{200c}\u{c97}\u{cc6}\u{20}\u{cac}\u{ca6}\u{cb2}\u{cbf}\u{cb8}\u{cbf}'; @@ -21217,7 +21764,7 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { String get copyButtonLabel => '\u{ca8}\u{c95}\u{cb2}\u{cbf}\u{cb8}\u{cbf}'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => '\u{c87}\u{c82}\u{ca6}\u{cc1}'; @override String get cutButtonLabel => '\u{c95}\u{ca4}\u{ccd}\u{ca4}\u{cb0}\u{cbf}\u{cb8}\u{cbf}'; @@ -21241,7 +21788,7 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { String get dateRangeEndLabel => '\u{c85}\u{c82}\u{ca4}\u{cbf}\u{cae}\u{20}\u{ca6}\u{cbf}\u{ca8}\u{cbe}\u{c82}\u{c95}'; @override - String get dateRangePickerHelpText => '\u{cb6}\u{ccd}\u{cb0}\u{cc7}\u{ca3}\u{cbf}\u{caf}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{c86}\u{caf}\u{ccd}\u{c95}\u{cc6}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; + String get dateRangePickerHelpText => '\u{ca6}\u{cbf}\u{ca8}\u{cbe}\u{c82}\u{c95}\u{ca6}\u{20}\u{cb5}\u{ccd}\u{caf}\u{cbe}\u{caa}\u{ccd}\u{ca4}\u{cbf}\u{caf}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{c86}\u{caf}\u{ccd}\u{c95}\u{cc6}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; @override String get dateRangeStartDateSemanticLabelRaw => '\u{caa}\u{ccd}\u{cb0}\u{cbe}\u{cb0}\u{c82}\u{cad}\u{20}\u{ca6}\u{cbf}\u{ca8}\u{cbe}\u{c82}\u{c95}\u{20}\u{24}\u{66}\u{75}\u{6c}\u{6c}\u{44}\u{61}\u{74}\u{65}'; @@ -21541,10 +22088,10 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { String get saveButtonLabel => '\u{c89}\u{cb3}\u{cbf}\u{cb8}\u{cbf}'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => '\u{cb8}\u{ccd}\u{c95}\u{ccd}\u{cb0}\u{cbf}\u{cae}\u{ccd}'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => '\u{24}\u{6d}\u{6f}\u{64}\u{61}\u{6c}\u{52}\u{6f}\u{75}\u{74}\u{65}\u{43}\u{6f}\u{6e}\u{74}\u{65}\u{6e}\u{74}\u{4e}\u{61}\u{6d}\u{65}\u{20}\u{c85}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{cae}\u{cc1}\u{c9a}\u{ccd}\u{c9a}\u{cbf}\u{cb0}\u{cbf}'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -21650,7 +22197,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get backButtonTooltip => '뒤로'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => '하단 시트'; @override String get calendarModeButtonLabel => '캘린더 모드로 전환'; @@ -21674,7 +22221,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get copyButtonLabel => '복사'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => '오늘'; @override String get cutButtonLabel => '잘라냄'; @@ -21698,7 +22245,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get dateRangeEndLabel => '종료일'; @override - String get dateRangePickerHelpText => '범위 선택'; + String get dateRangePickerHelpText => '기간 선택'; @override String get dateRangeStartDateSemanticLabelRaw => r'시작일 $fullDate'; @@ -21998,10 +22545,10 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get saveButtonLabel => '저장'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => '스크림'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentName 닫기'; @override ScriptCategory get scriptCategory => ScriptCategory.dense; @@ -22107,16 +22654,16 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Артка'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Ылдыйкы экран'; @override String get calendarModeButtonLabel => 'Жылнаамага которулуңуз'; @override - String get cancelButtonLabel => 'ЖОККО ЧЫГАРУУ'; + String get cancelButtonLabel => 'Токтотуу'; @override - String get closeButtonLabel => 'ЖАБУУ'; + String get closeButtonLabel => 'Жабуу'; @override String get closeButtonTooltip => 'Жабуу'; @@ -22125,13 +22672,13 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Жайып көрсөтүү'; @override - String get continueButtonLabel => 'УЛАНТУУ'; + String get continueButtonLabel => 'Улантуу'; @override String get copyButtonLabel => 'Көчүрүү'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Бүгүн'; @override String get cutButtonLabel => 'Кесүү'; @@ -22146,16 +22693,16 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Аракет чегинен тышкары.'; @override - String get datePickerHelpText => 'КҮНДҮ ТАНДОО'; + String get datePickerHelpText => 'Күндү тандоо'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Аяктоо күнү $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Качан аяктайт $fullDate'; @override - String get dateRangeEndLabel => 'Аяктоо күнү'; + String get dateRangeEndLabel => 'Качан аяктайт'; @override - String get dateRangePickerHelpText => 'ДИАПАЗОНДУ ТАНДОО'; + String get dateRangePickerHelpText => 'Даталар диапазонун тандоо'; @override String get dateRangeStartDateSemanticLabelRaw => r'Баштоо күнү $fullDate'; @@ -22194,7 +22741,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get inputTimeModeButtonLabel => 'Текст киргизүү режимине которулуу'; @override - String get invalidDateFormatLabel => 'Жараксыз формат.'; + String get invalidDateFormatLabel => 'Туура эмес формат.'; @override String get invalidDateRangeLabel => 'Жараксыз диапазон.'; @@ -22449,16 +22996,16 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get reorderItemUp => 'Жогору жылдыруу'; @override - String get rowsPerPageTitle => 'Бир бетте көрсөтүлүүчү саптардын саны:'; + String get rowsPerPageTitle => 'Бир беттеги саптардын саны:'; @override - String get saveButtonLabel => 'САКТОО'; + String get saveButtonLabel => 'Сактоо'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Кенеп'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentName жабуу'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -22506,7 +23053,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'УБАКЫТ ТАНДОО'; + String get timePickerDialHelpText => 'Убакытты тандоо'; @override String get timePickerHourLabel => 'Саат'; @@ -22515,7 +23062,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Саатты тандаңыз'; @override - String get timePickerInputHelpText => 'УБАКЫТ КИРГИЗҮҮ'; + String get timePickerInputHelpText => 'Убакытты киргизүү'; @override String get timePickerMinuteLabel => 'Мүнөт'; @@ -22530,7 +23077,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Даталар диапазону'; @override - String get viewLicensesButtonLabel => 'УРУКСАТТАМАЛАРДЫ КӨРҮҮ'; + String get viewLicensesButtonLabel => 'Уруксаттамаларды көрүү'; } /// The translations for Lao (`lo`). @@ -22564,7 +23111,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get backButtonTooltip => 'ກັບຄືນ'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'ຊີດລຸ່ມສຸດ'; @override String get calendarModeButtonLabel => 'ສະຫຼັບໄປປະຕິທິນ'; @@ -22588,7 +23135,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get copyButtonLabel => 'ສຳເນົາ'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'ມື້ນີ້'; @override String get cutButtonLabel => 'ຕັດ'; @@ -22915,7 +23462,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'ປິດ $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -23021,16 +23568,16 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Atgal'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Apatinis lapas'; @override String get calendarModeButtonLabel => 'Perjungti į kalendorių'; @override - String get cancelButtonLabel => 'ATŠAUKTI'; + String get cancelButtonLabel => 'Atšaukti'; @override - String get closeButtonLabel => 'UŽDARYTI'; + String get closeButtonLabel => 'Uždaryti'; @override String get closeButtonTooltip => 'Uždaryti'; @@ -23039,13 +23586,13 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Išskleisti'; @override - String get continueButtonLabel => 'TĘSTI'; + String get continueButtonLabel => 'Tęsti'; @override String get copyButtonLabel => 'Kopijuoti'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Šiandien'; @override String get cutButtonLabel => 'Iškirpti'; @@ -23060,7 +23607,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Nepatenka į diapazoną.'; @override - String get datePickerHelpText => 'PASIRINKITE DATĄ'; + String get datePickerHelpText => 'Pasirinkite datą'; @override String get dateRangeEndDateSemanticLabelRaw => r'Pabaigos data: $fullDate'; @@ -23069,7 +23616,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Pabaigos data'; @override - String get dateRangePickerHelpText => 'PASIRINKITE DIAPAZONĄ'; + String get dateRangePickerHelpText => 'Pasirinkite diapazoną'; @override String get dateRangeStartDateSemanticLabelRaw => r'Pradžios data: $fullDate'; @@ -23366,13 +23913,13 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Eilučių puslapyje:'; @override - String get saveButtonLabel => 'IŠSAUGOTI'; + String get saveButtonLabel => 'Išsaugoti'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Užsklanda'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Uždaryti „$modalRouteContentName“'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -23420,7 +23967,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'PASIRINKITE LAIKĄ'; + String get timePickerDialHelpText => 'Pasirinkite laiką'; @override String get timePickerHourLabel => 'Valandos'; @@ -23429,7 +23976,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Pasirinkite valandas'; @override - String get timePickerInputHelpText => 'ĮVESKITE LAIKĄ'; + String get timePickerInputHelpText => 'Įveskite laiką'; @override String get timePickerMinuteLabel => 'Minutės'; @@ -23444,7 +23991,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Dienų seka'; @override - String get viewLicensesButtonLabel => 'PERŽIŪRĖTI LICENCIJAS'; + String get viewLicensesButtonLabel => 'Peržiūrėti licencijas'; } /// The translations for Latvian (`lv`). @@ -23478,16 +24025,16 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Atpakaļ'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Ekrāna apakšdaļas lapa'; @override String get calendarModeButtonLabel => 'Pārslēgties uz kalendāru'; @override - String get cancelButtonLabel => 'ATCELT'; + String get cancelButtonLabel => 'Atcelt'; @override - String get closeButtonLabel => 'AIZVĒRT'; + String get closeButtonLabel => 'Aizvērt'; @override String get closeButtonTooltip => 'Aizvērt'; @@ -23496,13 +24043,13 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Izvērst'; @override - String get continueButtonLabel => 'TURPINĀT'; + String get continueButtonLabel => 'Turpināt'; @override String get copyButtonLabel => 'Kopēt'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Šodien'; @override String get cutButtonLabel => 'Izgriezt'; @@ -23517,7 +24064,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Ārpus diapazona.'; @override - String get datePickerHelpText => 'ATLASIET DATUMU'; + String get datePickerHelpText => 'Atlasiet datumu'; @override String get dateRangeEndDateSemanticLabelRaw => r'Beigu datums: $fullDate'; @@ -23526,7 +24073,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Beigu datums'; @override - String get dateRangePickerHelpText => 'ATLASIET DIAPAZONU'; + String get dateRangePickerHelpText => 'Atlasiet diapazonu'; @override String get dateRangeStartDateSemanticLabelRaw => r'Sākuma datums: $fullDate'; @@ -23709,7 +24256,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Atlasīt'; @override - String get keyboardKeyShift => 'Shift'; + String get keyboardKeyShift => 'Pārslēgšanas taustiņš'; @override String get keyboardKeySpace => 'Atstarpes taustiņš'; @@ -23823,13 +24370,13 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Rindas lapā:'; @override - String get saveButtonLabel => 'SAGLABĀT'; + String get saveButtonLabel => 'Saglabāt'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Pārklājums'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Aizvērt $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -23877,7 +24424,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'ATLASIET LAIKU'; + String get timePickerDialHelpText => 'Atlasiet laiku'; @override String get timePickerHourLabel => 'Stunda'; @@ -23886,7 +24433,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Atlasiet stundas'; @override - String get timePickerInputHelpText => 'IEVADIET LAIKU'; + String get timePickerInputHelpText => 'Ievadiet laiku'; @override String get timePickerMinuteLabel => 'Minūte'; @@ -23901,7 +24448,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Datumu diapazons'; @override - String get viewLicensesButtonLabel => 'SKATĪT LICENCES'; + String get viewLicensesButtonLabel => 'Skatīt licences'; } /// The translations for Macedonian (`mk`). @@ -23935,16 +24482,16 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Назад'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Долен лист'; @override String get calendarModeButtonLabel => 'Префрли на календар'; @override - String get cancelButtonLabel => 'ОТКАЖИ'; + String get cancelButtonLabel => 'Откажи'; @override - String get closeButtonLabel => 'ЗАТВОРИ'; + String get closeButtonLabel => 'Затвори'; @override String get closeButtonTooltip => 'Затвори'; @@ -23953,13 +24500,13 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Прошири'; @override - String get continueButtonLabel => 'ПРОДОЛЖИ'; + String get continueButtonLabel => 'Продолжи'; @override String get copyButtonLabel => 'Копирај'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Денес'; @override String get cutButtonLabel => 'Исечи'; @@ -23974,7 +24521,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Надвор од опсег.'; @override - String get datePickerHelpText => 'ИЗБЕРЕТЕ ДАТУМ'; + String get datePickerHelpText => 'Изберете датум'; @override String get dateRangeEndDateSemanticLabelRaw => r'Краен датум $fullDate'; @@ -23983,7 +24530,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Краен датум'; @override - String get dateRangePickerHelpText => 'ИЗБЕРЕТЕ ОПСЕГ'; + String get dateRangePickerHelpText => 'Изберете опсег'; @override String get dateRangeStartDateSemanticLabelRaw => r'Датум на започнување $fullDate'; @@ -24280,13 +24827,13 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Редови на страница:'; @override - String get saveButtonLabel => 'ЗАЧУВАЈ'; + String get saveButtonLabel => 'Зачувај'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Скрим'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Затворете ја $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -24334,7 +24881,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'ИЗБЕРЕТЕ ВРЕМЕ'; + String get timePickerDialHelpText => 'Изберете време'; @override String get timePickerHourLabel => 'Час'; @@ -24343,7 +24890,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Изберете часови'; @override - String get timePickerInputHelpText => 'ВНЕСЕТЕ ВРЕМЕ'; + String get timePickerInputHelpText => 'Внесете време'; @override String get timePickerMinuteLabel => 'Минута'; @@ -24358,7 +24905,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Временски период'; @override - String get viewLicensesButtonLabel => 'ПРИКАЖИ ЛИЦЕНЦИ'; + String get viewLicensesButtonLabel => 'Прикажи ги лиценците'; } /// The translations for Malayalam (`ml`). @@ -24392,7 +24939,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get backButtonTooltip => 'മടങ്ങുക'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'ബോട്ടം ഷീറ്റ്'; @override String get calendarModeButtonLabel => 'കലണ്ടറിലേക്ക് മാറുക'; @@ -24401,7 +24948,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'റദ്ദാക്കുക'; @override - String get closeButtonLabel => 'അടയ്‌ക്കുക'; + String get closeButtonLabel => 'അടയ്ക്കുക'; @override String get closeButtonTooltip => 'അടയ്‌ക്കുക'; @@ -24416,7 +24963,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get copyButtonLabel => 'പകർത്തുക'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'ഇന്ന്'; @override String get cutButtonLabel => 'മുറിക്കുക'; @@ -24740,10 +25287,10 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get saveButtonLabel => 'സംരക്ഷിക്കുക'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'സ്ക്രിം'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentName അടയ്ക്കുക'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -24849,16 +25396,16 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Буцах'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Доод хүснэгт'; @override String get calendarModeButtonLabel => 'Календарь луу сэлгэх'; @override - String get cancelButtonLabel => 'БОЛИХ'; + String get cancelButtonLabel => 'Цуцлах'; @override - String get closeButtonLabel => 'ХААХ'; + String get closeButtonLabel => 'Хаах'; @override String get closeButtonTooltip => 'Хаах'; @@ -24867,13 +25414,13 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Дэлгэх'; @override - String get continueButtonLabel => 'ҮРГЭЛЖЛҮҮЛЭХ'; + String get continueButtonLabel => 'Үргэлжлүүлэх'; @override String get copyButtonLabel => 'Хуулах'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Өнөөдөр'; @override String get cutButtonLabel => 'Таслах'; @@ -24888,7 +25435,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Интервалаас гадуур байна.'; @override - String get datePickerHelpText => 'ОГНОО СОНГОХ'; + String get datePickerHelpText => 'Огноо сонгох'; @override String get dateRangeEndDateSemanticLabelRaw => r'Дуусах огноо $fullDate'; @@ -24897,7 +25444,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Дуусах огноо'; @override - String get dateRangePickerHelpText => 'ИНТЕРВАЛ СОНГОХ'; + String get dateRangePickerHelpText => 'Хугацааны интервал сонгох'; @override String get dateRangeStartDateSemanticLabelRaw => r'Эхлэх огноо $fullDate'; @@ -25194,13 +25741,13 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Хуудсан дахь мөрийн тоо:'; @override - String get saveButtonLabel => 'ХАДГАЛАХ'; + String get saveButtonLabel => 'Хадгалах'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Скрим'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentName-г хаах'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -25248,7 +25795,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'ЦАГ СОНГОХ'; + String get timePickerDialHelpText => 'Хугацаа сонгох'; @override String get timePickerHourLabel => 'Цаг'; @@ -25257,7 +25804,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Цаг сонгоно уу'; @override - String get timePickerInputHelpText => 'ЦАГ ОРУУЛАХ'; + String get timePickerInputHelpText => 'Хугацаа оруулах'; @override String get timePickerMinuteLabel => 'Минут'; @@ -25272,7 +25819,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Хугацааны интервал'; @override - String get viewLicensesButtonLabel => 'ЛИЦЕНЗИЙГ ХАРАХ'; + String get viewLicensesButtonLabel => 'Лиценз харах'; } /// The translations for Marathi (`mr`). @@ -25306,7 +25853,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get backButtonTooltip => 'मागे'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'तळाशी असलेली शीट'; @override String get calendarModeButtonLabel => 'कॅलेंडरवर स्विच करा'; @@ -25324,13 +25871,13 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'विस्तार करा'; @override - String get continueButtonLabel => 'सुरू ठेवा'; + String get continueButtonLabel => 'पुढे सुरू ठेवा'; @override String get copyButtonLabel => 'कॉपी करा'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'आज'; @override String get cutButtonLabel => 'कट करा'; @@ -25354,7 +25901,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'संपण्याची तारीख'; @override - String get dateRangePickerHelpText => 'श्रेणी निवडा'; + String get dateRangePickerHelpText => 'रेंज निवडा'; @override String get dateRangeStartDateSemanticLabelRaw => r'सुरू होण्याची तारीख $fullDate'; @@ -25537,7 +26084,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'निवडा'; @override - String get keyboardKeyShift => 'Shift'; + String get keyboardKeyShift => 'शिफ्ट'; @override String get keyboardKeySpace => 'स्पेस'; @@ -25654,10 +26201,10 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get saveButtonLabel => 'सेव्ह करा'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'स्क्रिम'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentName बंद करा'; @override ScriptCategory get scriptCategory => ScriptCategory.dense; @@ -25763,16 +26310,16 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Kembali'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Helaian Bawah'; @override String get calendarModeButtonLabel => 'Tukar kepada kalendar'; @override - String get cancelButtonLabel => 'BATAL'; + String get cancelButtonLabel => 'Batal'; @override - String get closeButtonLabel => 'TUTUP'; + String get closeButtonLabel => 'Tutup'; @override String get closeButtonTooltip => 'Tutup'; @@ -25781,13 +26328,13 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Kembangkan'; @override - String get continueButtonLabel => 'TERUSKAN'; + String get continueButtonLabel => 'Teruskan'; @override String get copyButtonLabel => 'Salin'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Hari ini'; @override String get cutButtonLabel => 'Potong'; @@ -25802,7 +26349,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Di luar julat.'; @override - String get datePickerHelpText => 'PILIH TARIKH'; + String get datePickerHelpText => 'Pilih tarikh'; @override String get dateRangeEndDateSemanticLabelRaw => r'Tarikh tamat ialah $fullDate'; @@ -25811,7 +26358,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Tarikh Tamat'; @override - String get dateRangePickerHelpText => 'PILIH JULAT'; + String get dateRangePickerHelpText => 'Pilih julat'; @override String get dateRangeStartDateSemanticLabelRaw => r'Tarikh mula ialah $fullDate'; @@ -26057,7 +26604,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get popupMenuLabel => 'Menu pop timbul'; @override - String get postMeridiemAbbreviation => 'PTG'; + String get postMeridiemAbbreviation => 'P/M'; @override String get previousMonthTooltip => 'Bulan sebelumnya'; @@ -26108,13 +26655,13 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Baris setiap halaman:'; @override - String get saveButtonLabel => 'SIMPAN'; + String get saveButtonLabel => 'Simpan'; @override String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Tutup $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -26162,7 +26709,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @override - String get timePickerDialHelpText => 'PILIH MASA'; + String get timePickerDialHelpText => 'Pilih masa'; @override String get timePickerHourLabel => 'Jam'; @@ -26171,7 +26718,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Pilih jam'; @override - String get timePickerInputHelpText => 'MASUKKAN MASA'; + String get timePickerInputHelpText => 'Masukkan masa'; @override String get timePickerMinuteLabel => 'Minit'; @@ -26186,7 +26733,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Julat Tarikh'; @override - String get viewLicensesButtonLabel => 'LIHAT LESEN'; + String get viewLicensesButtonLabel => 'Lihat lesen'; } /// The translations for Burmese (`my`). @@ -26220,7 +26767,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get backButtonTooltip => 'နောက်သို့'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'အောက်ခြေအပိုဆောင်း စာမျက်နှာ'; @override String get calendarModeButtonLabel => 'ပြက္ခဒိန်သို့ ပြောင်းရန်'; @@ -26244,7 +26791,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get copyButtonLabel => 'မိတ္တူကူးရန်'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'ယနေ့'; @override String get cutButtonLabel => 'ဖြတ်ယူရန်'; @@ -26259,7 +26806,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'အပိုင်းအခြား ပြင်ပတွင်ဖြစ်နေသည်။'; @override - String get datePickerHelpText => 'ရက်စွဲရွေးပါ'; + String get datePickerHelpText => 'ရက်စွဲရွေးရန်'; @override String get dateRangeEndDateSemanticLabelRaw => r'ပြီးဆုံးရက်စွဲ $fullDate'; @@ -26268,7 +26815,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'ပြီးဆုံးရက်စွဲ'; @override - String get dateRangePickerHelpText => 'အပိုင်းအခြား ရွေးရန်'; + String get dateRangePickerHelpText => 'အပိုင်းအခြားရွေးရန်'; @override String get dateRangeStartDateSemanticLabelRaw => r'စတင်သည့် ရက်စွဲ $fullDate'; @@ -26571,7 +27118,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentName ပိတ်ရန်'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -26628,7 +27175,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'နာရီကို ရွေးပါ'; @override - String get timePickerInputHelpText => 'အချိန်ထည့်ရန်'; + String get timePickerInputHelpText => 'အချိန်ထည့်ရန်'; @override String get timePickerMinuteLabel => 'မိနစ်'; @@ -26643,7 +27190,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'ရက်အပိုင်းအခြား'; @override - String get viewLicensesButtonLabel => 'လိုင်စင်များကို ကြည့်ရန်'; + String get viewLicensesButtonLabel => 'လိုင်စင်များကြည့်ရန်'; } /// The translations for Norwegian Bokmål (`nb`). @@ -26677,16 +27224,16 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Tilbake'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Felt nederst'; @override String get calendarModeButtonLabel => 'Bytt til kalender'; @override - String get cancelButtonLabel => 'AVBRYT'; + String get cancelButtonLabel => 'Avbryt'; @override - String get closeButtonLabel => 'LUKK'; + String get closeButtonLabel => 'Lukk'; @override String get closeButtonTooltip => 'Lukk'; @@ -26695,13 +27242,13 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Vis'; @override - String get continueButtonLabel => 'FORTSETT'; + String get continueButtonLabel => 'Fortsett'; @override String get copyButtonLabel => 'Kopiér'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'I dag'; @override String get cutButtonLabel => 'Klipp ut'; @@ -26716,7 +27263,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Utenfor perioden.'; @override - String get datePickerHelpText => 'VELG DATOEN'; + String get datePickerHelpText => 'Velg dato'; @override String get dateRangeEndDateSemanticLabelRaw => r'Sluttdato $fullDate'; @@ -26725,7 +27272,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Sluttdato'; @override - String get dateRangePickerHelpText => 'VELG PERIODEN'; + String get dateRangePickerHelpText => 'Velg datoperiode'; @override String get dateRangeStartDateSemanticLabelRaw => r'Startdato $fullDate'; @@ -27022,13 +27569,13 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Rader per side:'; @override - String get saveButtonLabel => 'LAGRE'; + String get saveButtonLabel => 'Lagre'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Vev'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Lukk $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -27076,7 +27623,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'VELG KLOKKESLETT'; + String get timePickerDialHelpText => 'Velg tidspunkt'; @override String get timePickerHourLabel => 'Time'; @@ -27085,7 +27632,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Angi timer'; @override - String get timePickerInputHelpText => 'ANGI ET KLOKKESLETT'; + String get timePickerInputHelpText => 'Angi et tidspunkt'; @override String get timePickerMinuteLabel => 'Minutt'; @@ -27100,7 +27647,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Datoperiode'; @override - String get viewLicensesButtonLabel => 'SE LISENSER'; + String get viewLicensesButtonLabel => 'Se lisenser'; } /// The translations for Nepali (`ne`). @@ -27134,7 +27681,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get backButtonTooltip => 'पछाडि जानुहोस्'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'पुछारको पाना'; @override String get calendarModeButtonLabel => 'पात्रो मोड प्रयोग गर्नुहोस्'; @@ -27158,7 +27705,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get copyButtonLabel => 'प्रतिलिपि गर्नुहोस्'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'आज'; @override String get cutButtonLabel => 'काट्नुहोस्'; @@ -27182,7 +27729,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'समाप्त हुने मिति'; @override - String get dateRangePickerHelpText => 'दायरा चयन गर्नुहोस्'; + String get dateRangePickerHelpText => 'मितिको दायरा चयन गर्नुहोस्'; @override String get dateRangeStartDateSemanticLabelRaw => r'सुरु हुने मिति $fullDate'; @@ -27482,10 +28029,10 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get saveButtonLabel => 'सेभ गर्नुहोस्'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'स्क्रिम'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentName बन्द गर्नुहोस्'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -27542,7 +28089,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'घन्टा चयन गर्नुहोस्'; @override - String get timePickerInputHelpText => 'समय प्रविष्टि गर्नुहोस्'; + String get timePickerInputHelpText => 'समय हाल्नुहोस्'; @override String get timePickerMinuteLabel => 'मिनेट'; @@ -27557,7 +28104,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'मितिको दायरा'; @override - String get viewLicensesButtonLabel => 'इजाजतपत्रहरू हेर्नुहोस्'; + String get viewLicensesButtonLabel => 'लाइसेन्सहरू हेर्नुहोस्'; } /// The translations for Dutch Flemish (`nl`). @@ -27591,16 +28138,16 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Terug'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Blad onderaan'; @override String get calendarModeButtonLabel => 'Overschakelen naar kalender'; @override - String get cancelButtonLabel => 'ANNULEREN'; + String get cancelButtonLabel => 'Annuleren'; @override - String get closeButtonLabel => 'SLUITEN'; + String get closeButtonLabel => 'Sluiten'; @override String get closeButtonTooltip => 'Sluiten'; @@ -27609,13 +28156,13 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Uitvouwen'; @override - String get continueButtonLabel => 'DOORGAAN'; + String get continueButtonLabel => 'Doorgaan'; @override String get copyButtonLabel => 'Kopiëren'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Vandaag'; @override String get cutButtonLabel => 'Knippen'; @@ -27630,7 +28177,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Buiten bereik.'; @override - String get datePickerHelpText => 'DATUM SELECTEREN'; + String get datePickerHelpText => 'Datum selecteren'; @override String get dateRangeEndDateSemanticLabelRaw => r'Einddatum $fullDate'; @@ -27639,7 +28186,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Einddatum'; @override - String get dateRangePickerHelpText => 'PERIODE SELECTEREN'; + String get dateRangePickerHelpText => 'Periode selecteren'; @override String get dateRangeStartDateSemanticLabelRaw => r'Startdatum $fullDate'; @@ -27936,13 +28483,13 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Rijen per pagina:'; @override - String get saveButtonLabel => 'OPSLAAN'; + String get saveButtonLabel => 'Opslaan'; @override String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentName sluiten'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -27990,7 +28537,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'TIJD SELECTEREN'; + String get timePickerDialHelpText => 'Tijd selecteren'; @override String get timePickerHourLabel => 'Uur'; @@ -27999,7 +28546,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Uren selecteren'; @override - String get timePickerInputHelpText => 'TIJD OPGEVEN'; + String get timePickerInputHelpText => 'Tijd opgeven'; @override String get timePickerMinuteLabel => 'Minuut'; @@ -28014,7 +28561,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Periode'; @override - String get viewLicensesButtonLabel => 'LICENTIES BEKIJKEN'; + String get viewLicensesButtonLabel => 'Licenties bekijken'; } /// The translations for Norwegian (`no`). @@ -28048,16 +28595,16 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Tilbake'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Felt nederst'; @override String get calendarModeButtonLabel => 'Bytt til kalender'; @override - String get cancelButtonLabel => 'AVBRYT'; + String get cancelButtonLabel => 'Avbryt'; @override - String get closeButtonLabel => 'LUKK'; + String get closeButtonLabel => 'Lukk'; @override String get closeButtonTooltip => 'Lukk'; @@ -28066,13 +28613,13 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Vis'; @override - String get continueButtonLabel => 'FORTSETT'; + String get continueButtonLabel => 'Fortsett'; @override String get copyButtonLabel => 'Kopiér'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'I dag'; @override String get cutButtonLabel => 'Klipp ut'; @@ -28087,7 +28634,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Utenfor perioden.'; @override - String get datePickerHelpText => 'VELG DATOEN'; + String get datePickerHelpText => 'Velg dato'; @override String get dateRangeEndDateSemanticLabelRaw => r'Sluttdato $fullDate'; @@ -28096,7 +28643,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Sluttdato'; @override - String get dateRangePickerHelpText => 'VELG PERIODEN'; + String get dateRangePickerHelpText => 'Velg datoperiode'; @override String get dateRangeStartDateSemanticLabelRaw => r'Startdato $fullDate'; @@ -28393,13 +28940,13 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Rader per side:'; @override - String get saveButtonLabel => 'LAGRE'; + String get saveButtonLabel => 'Lagre'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Vev'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Lukk $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -28447,7 +28994,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'VELG KLOKKESLETT'; + String get timePickerDialHelpText => 'Velg tidspunkt'; @override String get timePickerHourLabel => 'Time'; @@ -28456,7 +29003,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Angi timer'; @override - String get timePickerInputHelpText => 'ANGI ET KLOKKESLETT'; + String get timePickerInputHelpText => 'Angi et tidspunkt'; @override String get timePickerMinuteLabel => 'Minutt'; @@ -28471,7 +29018,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Datoperiode'; @override - String get viewLicensesButtonLabel => 'SE LISENSER'; + String get viewLicensesButtonLabel => 'Se lisenser'; } /// The translations for Oriya (`or`). @@ -28505,13 +29052,13 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get backButtonTooltip => 'ପଛକୁ ଫେରନ୍ତୁ'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'ବଟମ ସିଟ'; @override String get calendarModeButtonLabel => 'କ୍ୟାଲେଣ୍ଡରକୁ ସ୍ୱିଚ୍ କରନ୍ତୁ'; @override - String get cancelButtonLabel => 'ବାତିଲ୍ କରନ୍ତୁ'; + String get cancelButtonLabel => 'ବାତିଲ କରନ୍ତୁ'; @override String get closeButtonLabel => 'ବନ୍ଦ କରନ୍ତୁ'; @@ -28529,7 +29076,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get copyButtonLabel => 'କପି କରନ୍ତୁ'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'ଆଜି'; @override String get cutButtonLabel => 'କଟ୍ କରନ୍ତୁ'; @@ -28553,7 +29100,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'ଶେଷ ତାରିଖ'; @override - String get dateRangePickerHelpText => 'ସୀମା ଚୟନ କରନ୍ତୁ'; + String get dateRangePickerHelpText => 'ରେଞ୍ଜ ଚୟନ କରନ୍ତୁ'; @override String get dateRangeStartDateSemanticLabelRaw => r'ଆରମ୍ଭ ତାରିଖ $fullDate'; @@ -28850,13 +29397,13 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'ପୃଷ୍ଠା ପିଛା ଧାଡ଼ି:'; @override - String get saveButtonLabel => 'ସେଭ୍ କରନ୍ତୁ'; + String get saveButtonLabel => 'ସେଭ କରନ୍ତୁ'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'ସ୍କ୍ରିମ'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentNameକୁ ବନ୍ଦ କରନ୍ତୁ'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -28928,7 +29475,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'ତାରିଖ ସୀମା'; @override - String get viewLicensesButtonLabel => 'ଲାଇସେନ୍ସ ଦେଖାନ୍ତୁ'; + String get viewLicensesButtonLabel => 'ଲାଇସେନ୍ସ ଦେଖନ୍ତୁ'; } /// The translations for Panjabi Punjabi (`pa`). @@ -28962,7 +29509,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get backButtonTooltip => 'ਪਿੱਛੇ'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'ਹੇਠਲੀ ਸ਼ੀਟ'; @override String get calendarModeButtonLabel => "ਕੈਲੰਡਰ 'ਤੇ ਜਾਓ"; @@ -28986,7 +29533,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get copyButtonLabel => 'ਕਾਪੀ ਕਰੋ'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'ਅੱਜ'; @override String get cutButtonLabel => 'ਕੱਟ ਕਰੋ'; @@ -29310,10 +29857,10 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get saveButtonLabel => 'ਰੱਖਿਅਤ ਕਰੋ'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'ਸਕ੍ਰਿਮ'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentName ਨੂੰ ਬੰਦ ਕਰੋ'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -29419,16 +29966,16 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Wstecz'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Plansza dolna'; @override String get calendarModeButtonLabel => 'Przełącz na kalendarz'; @override - String get cancelButtonLabel => 'ANULUJ'; + String get cancelButtonLabel => 'Anuluj'; @override - String get closeButtonLabel => 'ZAMKNIJ'; + String get closeButtonLabel => 'Zamknij'; @override String get closeButtonTooltip => 'Zamknij'; @@ -29437,13 +29984,13 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Rozwiń'; @override - String get continueButtonLabel => 'DALEJ'; + String get continueButtonLabel => 'Dalej'; @override String get copyButtonLabel => 'Kopiuj'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Dziś'; @override String get cutButtonLabel => 'Wytnij'; @@ -29458,7 +30005,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Poza zakresem.'; @override - String get datePickerHelpText => 'WYBIERZ DATĘ'; + String get datePickerHelpText => 'Wybierz datę'; @override String get dateRangeEndDateSemanticLabelRaw => r'Data zakończenia: $fullDate'; @@ -29467,7 +30014,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Data zakończenia'; @override - String get dateRangePickerHelpText => 'WYBIERZ ZAKRES'; + String get dateRangePickerHelpText => 'Wybierz zakres'; @override String get dateRangeStartDateSemanticLabelRaw => r'Data rozpoczęcia: $fullDate'; @@ -29764,13 +30311,13 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Wiersze na stronie:'; @override - String get saveButtonLabel => 'ZAPISZ'; + String get saveButtonLabel => 'Zapisz'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Siatka'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Zamknij: $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -29818,7 +30365,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'WYBIERZ GODZINĘ'; + String get timePickerDialHelpText => 'Wybierz godzinę'; @override String get timePickerHourLabel => 'Godzina'; @@ -29827,7 +30374,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Wybierz godziny'; @override - String get timePickerInputHelpText => 'WPISZ GODZINĘ'; + String get timePickerInputHelpText => 'Wpisz godzinę'; @override String get timePickerMinuteLabel => 'Minuta'; @@ -29842,7 +30389,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Zakres dat'; @override - String get viewLicensesButtonLabel => 'WYŚWIETL LICENCJE'; + String get viewLicensesButtonLabel => 'Wyświetl licencje'; } /// The translations for Pushto Pashto (`ps`). @@ -30333,16 +30880,16 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Voltar'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Página inferior'; @override String get calendarModeButtonLabel => 'Mudar para agenda'; @override - String get cancelButtonLabel => 'CANCELAR'; + String get cancelButtonLabel => 'Cancelar'; @override - String get closeButtonLabel => 'FECHAR'; + String get closeButtonLabel => 'Fechar'; @override String get closeButtonTooltip => 'Fechar'; @@ -30351,13 +30898,13 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Abrir'; @override - String get continueButtonLabel => 'CONTINUAR'; + String get continueButtonLabel => 'Continuar'; @override String get copyButtonLabel => 'Copiar'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Hoje'; @override String get cutButtonLabel => 'Cortar'; @@ -30372,7 +30919,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Fora de alcance.'; @override - String get datePickerHelpText => 'SELECIONAR DATA'; + String get datePickerHelpText => 'Selecione a data'; @override String get dateRangeEndDateSemanticLabelRaw => r'Data de término $fullDate'; @@ -30381,7 +30928,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Data de término'; @override - String get dateRangePickerHelpText => 'SELECIONAR INTERVALO'; + String get dateRangePickerHelpText => 'Selecione o intervalo'; @override String get dateRangeStartDateSemanticLabelRaw => r'Data de início $fullDate'; @@ -30678,13 +31225,13 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Linhas por página:'; @override - String get saveButtonLabel => 'SALVAR'; + String get saveButtonLabel => 'Salvar'; @override String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Fechar $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -30732,7 +31279,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'SELECIONAR HORÁRIO'; + String get timePickerDialHelpText => 'Selecione o horário'; @override String get timePickerHourLabel => 'Hora'; @@ -30741,7 +31288,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Selecione as horas'; @override - String get timePickerInputHelpText => 'INSERIR HORÁRIO'; + String get timePickerInputHelpText => 'Insira o horário'; @override String get timePickerMinuteLabel => 'Minuto'; @@ -30756,7 +31303,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Período'; @override - String get viewLicensesButtonLabel => 'VER LICENÇAS'; + String get viewLicensesButtonLabel => 'Acessar licenças'; } /// The translations for Portuguese, as used in Portugal (`pt_PT`). @@ -30777,6 +31324,9 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { required super.twoDigitZeroPaddedFormat, }); + @override + String get bottomSheetLabel => 'Secção inferior'; + @override String get menuBarMenuLabel => 'Menu da barra de menu'; @@ -30805,10 +31355,10 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { String get dialModeButtonLabel => 'Mude para o modo de seletor de mostrador'; @override - String get timePickerDialHelpText => 'SELECIONAR HORA'; + String get timePickerDialHelpText => 'Selecionar hora'; @override - String get timePickerInputHelpText => 'INTRODUZIR HORA'; + String get timePickerInputHelpText => 'Introduzir hora'; @override String get invalidTimeLabel => 'Introduza uma hora válida.'; @@ -30823,7 +31373,13 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { String get calendarModeButtonLabel => 'Mude para o calendário'; @override - String get saveButtonLabel => 'GUARDAR'; + String get dateRangePickerHelpText => 'Selecionar intervalo'; + + @override + String get datePickerHelpText => 'Selecionar data'; + + @override + String get saveButtonLabel => 'Guardar'; @override String get dateOutOfRangeLabel => 'Fora do intervalo.'; @@ -30876,6 +31432,9 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { @override String get pageRowsInfoTitleApproximateRaw => r'$firstRow a $lastRow de cerca de $rowCount'; + @override + String get viewLicensesButtonLabel => 'Ver licenças'; + @override String get modalBarrierDismissLabel => 'Ignorar'; @@ -30929,16 +31488,16 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Înapoi'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Foaie din partea de jos'; @override String get calendarModeButtonLabel => 'Comutați la calendar'; @override - String get cancelButtonLabel => 'ANULAȚI'; + String get cancelButtonLabel => 'Anulați'; @override - String get closeButtonLabel => 'ÎNCHIDEȚI'; + String get closeButtonLabel => 'Închideți'; @override String get closeButtonTooltip => 'Închideți'; @@ -30947,13 +31506,13 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Extindeți'; @override - String get continueButtonLabel => 'CONTINUAȚI'; + String get continueButtonLabel => 'Continuați'; @override String get copyButtonLabel => 'Copiați'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Azi'; @override String get cutButtonLabel => 'Decupați'; @@ -30968,7 +31527,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Fără acoperire.'; @override - String get datePickerHelpText => 'SELECTAȚI DATA'; + String get datePickerHelpText => 'Selectați data'; @override String get dateRangeEndDateSemanticLabelRaw => r'Data de încheiere: $fullDate'; @@ -30977,7 +31536,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Data de încheiere'; @override - String get dateRangePickerHelpText => 'SELECTAȚI UN INTERVAL'; + String get dateRangePickerHelpText => 'Selectați intervalul'; @override String get dateRangeStartDateSemanticLabelRaw => r'Data de începere: $fullDate'; @@ -31274,13 +31833,13 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Rânduri pe pagină:'; @override - String get saveButtonLabel => 'SALVAȚI'; + String get saveButtonLabel => 'Salvați'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Material'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Închideți $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -31328,7 +31887,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'SELECTAȚI ORA'; + String get timePickerDialHelpText => 'Selectați ora'; @override String get timePickerHourLabel => 'Oră'; @@ -31337,7 +31896,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Selectați orele'; @override - String get timePickerInputHelpText => 'INTRODUCEȚI ORA'; + String get timePickerInputHelpText => 'Introduceți ora'; @override String get timePickerMinuteLabel => 'Minut'; @@ -31352,7 +31911,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Interval de date'; @override - String get viewLicensesButtonLabel => 'VEDEȚI LICENȚELE'; + String get viewLicensesButtonLabel => 'Vedeți licențele'; } /// The translations for Russian (`ru`). @@ -31386,16 +31945,16 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Назад'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Нижний экран'; @override String get calendarModeButtonLabel => 'Переключиться на календарь'; @override - String get cancelButtonLabel => 'ОТМЕНА'; + String get cancelButtonLabel => 'Отмена'; @override - String get closeButtonLabel => 'ЗАКРЫТЬ'; + String get closeButtonLabel => 'Закрыть'; @override String get closeButtonTooltip => 'Закрыть'; @@ -31404,13 +31963,13 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Развернуть'; @override - String get continueButtonLabel => 'ПРОДОЛЖИТЬ'; + String get continueButtonLabel => 'Продолжить'; @override String get copyButtonLabel => 'Копировать'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Сегодня'; @override String get cutButtonLabel => 'Вырезать'; @@ -31425,7 +31984,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Дата находится вне допустимого диапазона.'; @override - String get datePickerHelpText => 'ВЫБЕРИТЕ ДАТУ'; + String get datePickerHelpText => 'Выберите дату'; @override String get dateRangeEndDateSemanticLabelRaw => r'Дата окончания: $fullDate'; @@ -31434,7 +31993,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Дата окончания'; @override - String get dateRangePickerHelpText => 'ВЫБЕРИТЕ ДИАПАЗОН ДАТ'; + String get dateRangePickerHelpText => 'Выберите диапазон дат'; @override String get dateRangeStartDateSemanticLabelRaw => r'Дата начала: $fullDate'; @@ -31731,13 +32290,13 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Строк на странице:'; @override - String get saveButtonLabel => 'СОХРАНИТЬ'; + String get saveButtonLabel => 'Сохранить'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Маска'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Закрыть $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -31785,7 +32344,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'ВЫБЕРИТЕ ВРЕМЯ'; + String get timePickerDialHelpText => 'Выберите время'; @override String get timePickerHourLabel => 'Часы'; @@ -31794,7 +32353,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Выберите часы'; @override - String get timePickerInputHelpText => 'ВВЕДИТЕ ВРЕМЯ'; + String get timePickerInputHelpText => 'Укажите время'; @override String get timePickerMinuteLabel => 'Минуты'; @@ -31809,7 +32368,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Диапазон дат'; @override - String get viewLicensesButtonLabel => 'ЛИЦЕНЗИИ'; + String get viewLicensesButtonLabel => 'Посмотреть лицензии'; } /// The translations for Sinhala Sinhalese (`si`). @@ -31843,7 +32402,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get backButtonTooltip => 'ආපසු'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'පහළම පත්‍රය'; @override String get calendarModeButtonLabel => 'දින දර්ශනය වෙත මාරු වන්න'; @@ -31861,13 +32420,13 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'දිග හරින්න'; @override - String get continueButtonLabel => 'ඉදිරියට'; + String get continueButtonLabel => 'ඉදිරියට යන්න'; @override String get copyButtonLabel => 'පිටපත් කරන්න'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'අද'; @override String get cutButtonLabel => 'කපන්න'; @@ -32191,10 +32750,10 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get saveButtonLabel => 'සුරකින්න'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'ස්ක්‍රිම්'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentName වසන්න'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -32251,7 +32810,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'පැය ගණන තෝරන්න'; @override - String get timePickerInputHelpText => 'දිනය ඇතුළු කරන්න'; + String get timePickerInputHelpText => 'කාලය ඇතුළු කරන්න'; @override String get timePickerMinuteLabel => 'මිනිත්තු'; @@ -32300,16 +32859,16 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Späť'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Dolný hárok'; @override String get calendarModeButtonLabel => 'Prepnúť na kalendár'; @override - String get cancelButtonLabel => 'ZRUŠIŤ'; + String get cancelButtonLabel => 'Zrušiť'; @override - String get closeButtonLabel => 'ZAVRIEŤ'; + String get closeButtonLabel => 'Zavrieť'; @override String get closeButtonTooltip => 'Zavrieť'; @@ -32318,13 +32877,13 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Rozbaliť'; @override - String get continueButtonLabel => 'POKRAČOVAŤ'; + String get continueButtonLabel => 'Pokračovať'; @override String get copyButtonLabel => 'Kopírovať'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Dnes'; @override String get cutButtonLabel => 'Vystrihnúť'; @@ -32339,7 +32898,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Mimo rozsahu.'; @override - String get datePickerHelpText => 'VYBERTE DÁTUM'; + String get datePickerHelpText => 'Vybrať dátum'; @override String get dateRangeEndDateSemanticLabelRaw => r'Dátum ukončenia $fullDate'; @@ -32348,7 +32907,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Dátum ukončenia'; @override - String get dateRangePickerHelpText => 'VYBERTE ROZSAH'; + String get dateRangePickerHelpText => 'Vybrať rozsah'; @override String get dateRangeStartDateSemanticLabelRaw => r'Dátum začatia $fullDate'; @@ -32645,13 +33204,13 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Počet riadkov na stránku:'; @override - String get saveButtonLabel => 'ULOŽIŤ'; + String get saveButtonLabel => 'Uložiť'; @override String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Zavrieť $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -32699,7 +33258,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'VYBERTE ČAS'; + String get timePickerDialHelpText => 'Vybrať čas'; @override String get timePickerHourLabel => 'Hodina'; @@ -32708,7 +33267,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Vybrať hodiny'; @override - String get timePickerInputHelpText => 'ZADAJTE ČAS'; + String get timePickerInputHelpText => 'Zadať čas'; @override String get timePickerMinuteLabel => 'Minúta'; @@ -32723,7 +33282,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Obdobie'; @override - String get viewLicensesButtonLabel => 'ZOBRAZIŤ LICENCIE'; + String get viewLicensesButtonLabel => 'Zobraziť licencie'; } /// The translations for Slovenian (`sl`). @@ -32757,16 +33316,16 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Nazaj'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Razdelek na dnu zaslona'; @override String get calendarModeButtonLabel => 'Preklop na koledar'; @override - String get cancelButtonLabel => 'PREKLIČI'; + String get cancelButtonLabel => 'Prekliči'; @override - String get closeButtonLabel => 'ZAPRI'; + String get closeButtonLabel => 'Zapri'; @override String get closeButtonTooltip => 'Zapiranje'; @@ -32775,13 +33334,13 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Razširiti'; @override - String get continueButtonLabel => 'NAPREJ'; + String get continueButtonLabel => 'Naprej'; @override String get copyButtonLabel => 'Kopiraj'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Danes'; @override String get cutButtonLabel => 'Izreži'; @@ -32796,7 +33355,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Zunaj dovoljenega obdobja'; @override - String get datePickerHelpText => 'IZBIRA DATUMA'; + String get datePickerHelpText => 'Izberite datum'; @override String get dateRangeEndDateSemanticLabelRaw => r'Končni datum $fullDate'; @@ -32805,7 +33364,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Končni datum'; @override - String get dateRangePickerHelpText => 'IZBIRA OBDOBJA'; + String get dateRangePickerHelpText => 'Izberite obdobje'; @override String get dateRangeStartDateSemanticLabelRaw => r'Začetni datum $fullDate'; @@ -33102,13 +33661,13 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Vrstice na stran:'; @override - String get saveButtonLabel => 'SHRANI'; + String get saveButtonLabel => 'Shrani'; @override String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Zapiranje »$modalRouteContentName«'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -33156,7 +33715,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'IZBERITE ČAS'; + String get timePickerDialHelpText => 'Izberite uro'; @override String get timePickerHourLabel => 'Ura'; @@ -33165,7 +33724,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Izberite ure'; @override - String get timePickerInputHelpText => 'VNESITE ČAS'; + String get timePickerInputHelpText => 'Vnesite čas'; @override String get timePickerMinuteLabel => 'Minuta'; @@ -33180,7 +33739,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Časovno obdobje'; @override - String get viewLicensesButtonLabel => 'PRIKAŽI LICENCE'; + String get viewLicensesButtonLabel => 'Prikaži licence'; } /// The translations for Albanian (`sq`). @@ -33214,16 +33773,16 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Prapa'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Fleta e poshtme'; @override String get calendarModeButtonLabel => 'Kalo te kalendari'; @override - String get cancelButtonLabel => 'ANULO'; + String get cancelButtonLabel => 'Anulo'; @override - String get closeButtonLabel => 'MBYLL'; + String get closeButtonLabel => 'Mbyll'; @override String get closeButtonTooltip => 'Mbyll'; @@ -33232,13 +33791,13 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Zgjero'; @override - String get continueButtonLabel => 'VAZHDO'; + String get continueButtonLabel => 'Vazhdo'; @override String get copyButtonLabel => 'Kopjo'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Sot'; @override String get cutButtonLabel => 'Prit'; @@ -33253,7 +33812,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Jashtë rrezes.'; @override - String get datePickerHelpText => 'ZGJIDH DATËN'; + String get datePickerHelpText => 'Zgjidh datën'; @override String get dateRangeEndDateSemanticLabelRaw => r'Data e mbarimit: $fullDate'; @@ -33262,7 +33821,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Data e mbarimit'; @override - String get dateRangePickerHelpText => 'ZGJIDH GAMËN'; + String get dateRangePickerHelpText => 'Zgjidh gamën'; @override String get dateRangeStartDateSemanticLabelRaw => r'Data e fillimit: $fullDate'; @@ -33559,13 +34118,13 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Rreshtat për faqe:'; @override - String get saveButtonLabel => 'RUAJ'; + String get saveButtonLabel => 'Ruaj'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Kanavacë'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Mbyll $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -33613,7 +34172,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'ZGJIDH ORËN'; + String get timePickerDialHelpText => 'Zgjidh orën'; @override String get timePickerHourLabel => 'Ora'; @@ -33622,7 +34181,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Zgjidh orët'; @override - String get timePickerInputHelpText => 'VENDOS ORËN'; + String get timePickerInputHelpText => 'Fut orën'; @override String get timePickerMinuteLabel => 'Minuta'; @@ -33637,7 +34196,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Gama e datave'; @override - String get viewLicensesButtonLabel => 'SHIKO LICENCAT'; + String get viewLicensesButtonLabel => 'Shiko licencat'; } /// The translations for Serbian (`sr`). @@ -33671,16 +34230,16 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Назад'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Доња табела'; @override String get calendarModeButtonLabel => 'Пређите на календар'; @override - String get cancelButtonLabel => 'ОТКАЖИ'; + String get cancelButtonLabel => 'Откажи'; @override - String get closeButtonLabel => 'ЗАТВОРИ'; + String get closeButtonLabel => 'Затвори'; @override String get closeButtonTooltip => 'Затворите'; @@ -33689,13 +34248,13 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Прошири'; @override - String get continueButtonLabel => 'НАСТАВИ'; + String get continueButtonLabel => 'Настави'; @override String get copyButtonLabel => 'Копирај'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Данас'; @override String get cutButtonLabel => 'Исеци'; @@ -33710,7 +34269,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Изван периода.'; @override - String get datePickerHelpText => 'ИЗАБЕРИТЕ ДАТУМ'; + String get datePickerHelpText => 'Изаберите датум'; @override String get dateRangeEndDateSemanticLabelRaw => r'Датум завршетка: $fullDate'; @@ -33719,7 +34278,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Датум завршетка'; @override - String get dateRangePickerHelpText => 'ИЗАБЕРИТЕ ПЕРИОД'; + String get dateRangePickerHelpText => 'Изаберите период'; @override String get dateRangeStartDateSemanticLabelRaw => r'Датум почетка: $fullDate'; @@ -34013,16 +34572,16 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get reorderItemUp => 'Померите нагоре'; @override - String get rowsPerPageTitle => 'Редова по страници:'; + String get rowsPerPageTitle => 'Редова на страници:'; @override - String get saveButtonLabel => 'САЧУВАЈ'; + String get saveButtonLabel => 'Сачувај'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Скрим'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Затвори: $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -34070,7 +34629,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'ИЗАБЕРИТЕ ВРЕМЕ'; + String get timePickerDialHelpText => 'Изаберите време'; @override String get timePickerHourLabel => 'Сат'; @@ -34079,7 +34638,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Изаберите сате'; @override - String get timePickerInputHelpText => 'УНЕСИТЕ ВРЕМЕ'; + String get timePickerInputHelpText => 'Унесите време'; @override String get timePickerMinuteLabel => 'Минут'; @@ -34094,7 +34653,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Период'; @override - String get viewLicensesButtonLabel => 'ПРИКАЖИ ЛИЦЕНЦЕ'; + String get viewLicensesButtonLabel => 'Прикажи лиценце'; } /// The translations for Serbian, using the Cyrillic script (`sr_Cyrl`). @@ -34146,14 +34705,17 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { @override String get backButtonTooltip => 'Nazad'; + @override + String get bottomSheetLabel => 'Donja tabela'; + @override String get calendarModeButtonLabel => 'Pređite na kalendar'; @override - String get cancelButtonLabel => 'OTKAŽI'; + String get cancelButtonLabel => 'Otkaži'; @override - String get closeButtonLabel => 'ZATVORI'; + String get closeButtonLabel => 'Zatvori'; @override String get closeButtonTooltip => 'Zatvorite'; @@ -34162,11 +34724,14 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get collapsedIconTapHint => 'Proširi'; @override - String get continueButtonLabel => 'NASTAVI'; + String get continueButtonLabel => 'Nastavi'; @override String get copyButtonLabel => 'Kopiraj'; + @override + String get currentDateLabel => 'Danas'; + @override String get cutButtonLabel => 'Iseci'; @@ -34180,7 +34745,7 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get dateOutOfRangeLabel => 'Izvan perioda.'; @override - String get datePickerHelpText => 'IZABERITE DATUM'; + String get datePickerHelpText => 'Izaberite datum'; @override String get dateRangeEndDateSemanticLabelRaw => r'Datum završetka: $fullDate'; @@ -34189,7 +34754,7 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get dateRangeEndLabel => 'Datum završetka'; @override - String get dateRangePickerHelpText => 'IZABERITE PERIOD'; + String get dateRangePickerHelpText => 'Izaberite period'; @override String get dateRangeStartDateSemanticLabelRaw => r'Datum početka: $fullDate'; @@ -34336,10 +34901,16 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get reorderItemUp => 'Pomerite nagore'; @override - String get rowsPerPageTitle => 'Redova po stranici:'; + String get rowsPerPageTitle => 'Redova na stranici:'; + + @override + String get saveButtonLabel => 'Sačuvaj'; @override - String get saveButtonLabel => 'SAČUVAJ'; + String get scrimLabel => 'Skrim'; + + @override + String get scrimOnTapHintRaw => r'Zatvori: $modalRouteContentName'; @override String get searchFieldLabel => 'Pretražite'; @@ -34372,7 +34943,7 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get tabLabelRaw => r'$tabIndex. kartica od $tabCount'; @override - String get timePickerDialHelpText => 'IZABERITE VREME'; + String get timePickerDialHelpText => 'Izaberite vreme'; @override String get timePickerHourLabel => 'Sat'; @@ -34381,7 +34952,7 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get timePickerHourModeAnnouncement => 'Izaberite sate'; @override - String get timePickerInputHelpText => 'UNESITE VREME'; + String get timePickerInputHelpText => 'Unesite vreme'; @override String get timePickerMinuteLabel => 'Minut'; @@ -34396,7 +34967,7 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get unspecifiedDateRange => 'Period'; @override - String get viewLicensesButtonLabel => 'PRIKAŽI LICENCE'; + String get viewLicensesButtonLabel => 'Prikaži licence'; } /// The translations for Swedish (`sv`). @@ -34430,16 +35001,16 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Tillbaka'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Ark på nedre delen av skärmen'; @override String get calendarModeButtonLabel => 'Byt till kalender'; @override - String get cancelButtonLabel => 'AVBRYT'; + String get cancelButtonLabel => 'Avbryt'; @override - String get closeButtonLabel => 'STÄNG'; + String get closeButtonLabel => 'Stäng'; @override String get closeButtonTooltip => 'Stäng'; @@ -34448,13 +35019,13 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Utöka'; @override - String get continueButtonLabel => 'FORTSÄTT'; + String get continueButtonLabel => 'Fortsätt'; @override String get copyButtonLabel => 'Kopiera'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'I dag'; @override String get cutButtonLabel => 'Klipp ut'; @@ -34469,7 +35040,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Utanför intervallet.'; @override - String get datePickerHelpText => 'VÄLJ DATUM'; + String get datePickerHelpText => 'Välj datum'; @override String get dateRangeEndDateSemanticLabelRaw => r'Slutdatum $fullDate'; @@ -34478,7 +35049,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Slutdatum'; @override - String get dateRangePickerHelpText => 'VÄLJ INTERVALL'; + String get dateRangePickerHelpText => 'Välj intervall'; @override String get dateRangeStartDateSemanticLabelRaw => r'Startdatum $fullDate'; @@ -34646,7 +35217,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get keyboardKeyPageUp => 'PgUp'; @override - String get keyboardKeyPower => 'Strömbrytare'; + String get keyboardKeyPower => 'Av/på'; @override String get keyboardKeyPowerOff => 'Stäng av'; @@ -34661,7 +35232,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Välj'; @override - String get keyboardKeyShift => 'Shift'; + String get keyboardKeyShift => 'Skift'; @override String get keyboardKeySpace => 'Blanksteg'; @@ -34775,13 +35346,13 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Rader per sida:'; @override - String get saveButtonLabel => 'SPARA'; + String get saveButtonLabel => 'Spara'; @override String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Stäng $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -34829,7 +35400,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'VÄLJ TID'; + String get timePickerDialHelpText => 'Välj tid'; @override String get timePickerHourLabel => 'Timme'; @@ -34838,7 +35409,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Välj timmar'; @override - String get timePickerInputHelpText => 'ANGE TID'; + String get timePickerInputHelpText => 'Ange tid'; @override String get timePickerMinuteLabel => 'Minut'; @@ -34853,7 +35424,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Datumintervall'; @override - String get viewLicensesButtonLabel => 'VISA LICENSER'; + String get viewLicensesButtonLabel => 'Visa licenser'; } /// The translations for Swahili (`sw`). @@ -34887,16 +35458,16 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Rudi Nyuma'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Safu ya Chini'; @override String get calendarModeButtonLabel => 'Badili utumie hali ya kalenda'; @override - String get cancelButtonLabel => 'GHAIRI'; + String get cancelButtonLabel => 'Ghairi'; @override - String get closeButtonLabel => 'FUNGA'; + String get closeButtonLabel => 'Funga'; @override String get closeButtonTooltip => 'Funga'; @@ -34905,13 +35476,13 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Panua'; @override - String get continueButtonLabel => 'ENDELEA'; + String get continueButtonLabel => 'Endelea'; @override String get copyButtonLabel => 'Nakili'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Leo'; @override String get cutButtonLabel => 'Kata'; @@ -34926,7 +35497,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Umechagua tarehe iliyo nje ya kipindi.'; @override - String get datePickerHelpText => 'CHAGUA TAREHE'; + String get datePickerHelpText => 'Chagua tarehe'; @override String get dateRangeEndDateSemanticLabelRaw => r'Tarehe ya kumalizika $fullDate'; @@ -34935,7 +35506,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Tarehe ya Kumalizika'; @override - String get dateRangePickerHelpText => 'CHAGUA KIPINDI'; + String get dateRangePickerHelpText => 'Chagua kipindi'; @override String get dateRangeStartDateSemanticLabelRaw => r'Tarehe ya kuanza $fullDate'; @@ -35232,13 +35803,13 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Safu mlalo kwa kila ukurasa:'; @override - String get saveButtonLabel => 'HIFADHI'; + String get saveButtonLabel => 'Hifadhi'; @override String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Funga $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -35286,7 +35857,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @override - String get timePickerDialHelpText => 'CHAGUA SAA'; + String get timePickerDialHelpText => 'Chagua muda'; @override String get timePickerHourLabel => 'Saa'; @@ -35295,7 +35866,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Chagua saa'; @override - String get timePickerInputHelpText => 'WEKA SAA'; + String get timePickerInputHelpText => 'Weka muda'; @override String get timePickerMinuteLabel => 'Dakika'; @@ -35310,7 +35881,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Kipindi'; @override - String get viewLicensesButtonLabel => 'ANGALIA LESENI'; + String get viewLicensesButtonLabel => 'Angalia leseni'; } /// The translations for Tamil (`ta`). @@ -35338,13 +35909,13 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get alertDialogLabel => 'விழிப்பூட்டல்'; @override - String get anteMeridiemAbbreviation => 'முற்பகல்'; + String get anteMeridiemAbbreviation => 'AM'; @override String get backButtonTooltip => 'முந்தைய பக்கம்'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'கீழ்த் திரை'; @override String get calendarModeButtonLabel => 'கேலெண்டருக்கு மாற்று'; @@ -35362,13 +35933,13 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'விரிக்கும்'; @override - String get continueButtonLabel => 'தொடர்க'; + String get continueButtonLabel => 'தொடர்'; @override String get copyButtonLabel => 'நகலெடு'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'இன்று'; @override String get cutButtonLabel => 'வெட்டு'; @@ -35383,7 +35954,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'வரம்பிற்கு வெளியே உள்ளது.'; @override - String get datePickerHelpText => 'தேதியைத் தேர்ந்தெடுக்கவும்'; + String get datePickerHelpText => 'தேதியைத் தேர்வுசெய்க'; @override String get dateRangeEndDateSemanticLabelRaw => r'முடிவுத் தேதி $fullDate'; @@ -35638,7 +36209,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get popupMenuLabel => 'பாப்-அப் மெனு'; @override - String get postMeridiemAbbreviation => 'பிற்பகல்'; + String get postMeridiemAbbreviation => 'PM'; @override String get previousMonthTooltip => 'முந்தைய மாதம்'; @@ -35692,10 +36263,10 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get saveButtonLabel => 'சேமி'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'ஸ்க்ரிம்'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentName ஐ மூடுக'; @override ScriptCategory get scriptCategory => ScriptCategory.dense; @@ -35740,10 +36311,10 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get tabLabelRaw => r'தாவல் $tabIndex / $tabCount'; @override - TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @override - String get timePickerDialHelpText => 'நேரத்தைத் தேர்வுசெய்க'; + String get timePickerDialHelpText => 'நேரத்தைத் தேர்ந்தெடுக்கவும்'; @override String get timePickerHourLabel => 'மணிநேரம்'; @@ -35801,16 +36372,16 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get backButtonTooltip => 'వెనుకకు'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'దిగువున ఉన్న షీట్'; @override String get calendarModeButtonLabel => 'క్యాలెండర్‌కు మారండి'; @override - String get cancelButtonLabel => 'రద్దు చేయి'; + String get cancelButtonLabel => 'రద్దు చేయండి'; @override - String get closeButtonLabel => 'మూసివేయి'; + String get closeButtonLabel => 'మూసివేయండి'; @override String get closeButtonTooltip => 'మూసివేయి'; @@ -35819,16 +36390,16 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'విస్తరించు'; @override - String get continueButtonLabel => 'కొనసాగించు'; + String get continueButtonLabel => 'కొనసాగించండి'; @override String get copyButtonLabel => 'కాపీ చేయి'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'నేడు'; @override - String get cutButtonLabel => 'కత్తిరించు'; + String get cutButtonLabel => 'కత్తిరించండి'; @override String get dateHelpText => 'mm/dd/yyyy'; @@ -35840,7 +36411,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'పరిధి వెలుపల ఉంది.'; @override - String get datePickerHelpText => 'తేదీని ఎంచుకోండి'; + String get datePickerHelpText => 'తేదీ ఎంచుకోండి'; @override String get dateRangeEndDateSemanticLabelRaw => r'ముగింపు తేదీ $fullDate'; @@ -35861,7 +36432,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get dateSeparator => '/'; @override - String get deleteButtonTooltip => 'తొలగించు'; + String get deleteButtonTooltip => 'తొలగించండి'; @override String get dialModeButtonLabel => 'డయల్ పికర్ మోడ్‌కు మారుస్తుంది'; @@ -36089,7 +36660,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'$rowCountలో $firstRow–$lastRow'; @override - String get pasteButtonLabel => 'అతికించు'; + String get pasteButtonLabel => 'పేస్ట్ చేయండి'; @override String get popupMenuLabel => 'పాప్‌అప్ మెనూ'; @@ -36104,7 +36675,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get previousPageTooltip => 'మునుపటి పేజీ'; @override - String get refreshIndicatorSemanticLabel => 'రిఫ్రెష్ చేయి'; + String get refreshIndicatorSemanticLabel => 'రిఫ్రెష్ చేయండి'; @override String? get remainingTextFieldCharacterCountFew => null; @@ -36146,19 +36717,19 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'పేజీకి ఉండే అడ్డు వరుసలు:'; @override - String get saveButtonLabel => 'సేవ్ చేయి'; + String get saveButtonLabel => 'సేవ్ చేయండి'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'స్క్రిమ్'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentName‌ను మూసివేయండి'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @override - String get searchFieldLabel => 'వెతుకు'; + String get searchFieldLabel => 'వెతకండి'; @override String get selectAllButtonLabel => 'అన్నింటినీ ఎంచుకోండి'; @@ -36282,7 +36853,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get copyButtonLabel => 'คัดลอก'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'วันนี้'; @override String get cutButtonLabel => 'ตัด'; @@ -36609,7 +37180,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'ปิด $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -36721,10 +37292,10 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get calendarModeButtonLabel => 'Lumipat sa kalendaryo'; @override - String get cancelButtonLabel => 'KANSELAHIN'; + String get cancelButtonLabel => 'Kanselahin'; @override - String get closeButtonLabel => 'ISARA'; + String get closeButtonLabel => 'Isara'; @override String get closeButtonTooltip => 'Isara'; @@ -36733,13 +37304,13 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'I-expand'; @override - String get continueButtonLabel => 'MAGPATULOY'; + String get continueButtonLabel => 'Magpatuloy'; @override String get copyButtonLabel => 'Kopyahin'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Ngayon'; @override String get cutButtonLabel => 'I-cut'; @@ -36754,7 +37325,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Wala sa hanay.'; @override - String get datePickerHelpText => 'PUMILI NG PETSA'; + String get datePickerHelpText => 'Pumili ng petsa'; @override String get dateRangeEndDateSemanticLabelRaw => r'Petsa ng pagtatapos $fullDate'; @@ -36763,7 +37334,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Petsa ng Pagtatapos'; @override - String get dateRangePickerHelpText => 'PUMILI NG HANAY'; + String get dateRangePickerHelpText => 'Pumili ng hanay'; @override String get dateRangeStartDateSemanticLabelRaw => r'Petsa ng pagsisimula $fullDate'; @@ -37060,13 +37631,13 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Mga row bawat page:'; @override - String get saveButtonLabel => 'I-SAVE'; + String get saveButtonLabel => 'I-save'; @override String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Isara ang $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -37114,7 +37685,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'PUMILI NG ORAS'; + String get timePickerDialHelpText => 'Pumili ng oras'; @override String get timePickerHourLabel => 'Oras'; @@ -37123,7 +37694,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Pumili ng mga oras'; @override - String get timePickerInputHelpText => 'MAGLAGAY NG ORAS'; + String get timePickerInputHelpText => 'Maglagay ng oras'; @override String get timePickerMinuteLabel => 'Minuto'; @@ -37138,7 +37709,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Hanay ng Petsa'; @override - String get viewLicensesButtonLabel => 'TINGNAN ANG MGA LISENSYA'; + String get viewLicensesButtonLabel => 'Tingnan ang mga lisensya'; } /// The translations for Turkish (`tr`). @@ -37172,16 +37743,16 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Geri'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'alt sayfa'; @override String get calendarModeButtonLabel => 'Takvime geç'; @override - String get cancelButtonLabel => 'İPTAL'; + String get cancelButtonLabel => 'İptal'; @override - String get closeButtonLabel => 'KAPAT'; + String get closeButtonLabel => 'Kapat'; @override String get closeButtonTooltip => 'Kapat'; @@ -37190,13 +37761,13 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Genişlet'; @override - String get continueButtonLabel => 'DEVAM'; + String get continueButtonLabel => 'Devam'; @override String get copyButtonLabel => 'Kopyala'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Bugün'; @override String get cutButtonLabel => 'Kes'; @@ -37211,7 +37782,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Kapsama alanı dışında.'; @override - String get datePickerHelpText => 'TARİH SEÇİN'; + String get datePickerHelpText => 'Tarih seçin'; @override String get dateRangeEndDateSemanticLabelRaw => r'Bitiş tarihi $fullDate'; @@ -37220,7 +37791,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Bitiş Tarihi'; @override - String get dateRangePickerHelpText => 'ARALIK SEÇİN'; + String get dateRangePickerHelpText => 'Aralık seçin'; @override String get dateRangeStartDateSemanticLabelRaw => r'Başlangıç tarihi $fullDate'; @@ -37403,7 +37974,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Seç'; @override - String get keyboardKeyShift => 'Shift'; + String get keyboardKeyShift => 'üst karakter'; @override String get keyboardKeySpace => 'Boşluk'; @@ -37517,13 +38088,13 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Sayfa başına satır sayısı:'; @override - String get saveButtonLabel => 'KAYDET'; + String get saveButtonLabel => 'Kaydet'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'opaklık katmanı'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentName içeriğini kapat'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -37571,7 +38142,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'SAATİ SEÇİN'; + String get timePickerDialHelpText => 'Saat seçin'; @override String get timePickerHourLabel => 'Saat'; @@ -37580,7 +38151,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Saati seçin'; @override - String get timePickerInputHelpText => 'SAATİ GİRİN'; + String get timePickerInputHelpText => 'Saat girin'; @override String get timePickerMinuteLabel => 'Dakika'; @@ -37595,7 +38166,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Tarih Aralığı'; @override - String get viewLicensesButtonLabel => 'LİSANSLARI GÖSTER'; + String get viewLicensesButtonLabel => 'Lisansları göster'; } /// The translations for Ukrainian (`uk`). @@ -37629,16 +38200,16 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Назад'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Нижній екран'; @override String get calendarModeButtonLabel => 'Перейти до календаря'; @override - String get cancelButtonLabel => 'СКАСУВАТИ'; + String get cancelButtonLabel => 'Скасувати'; @override - String get closeButtonLabel => 'ЗАКРИТИ'; + String get closeButtonLabel => 'Закрити'; @override String get closeButtonTooltip => 'Закрити'; @@ -37647,13 +38218,13 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Розгорнути'; @override - String get continueButtonLabel => 'ПРОДОВЖИТИ'; + String get continueButtonLabel => 'Продовжити'; @override String get copyButtonLabel => 'Копіювати'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Сьогодні'; @override String get cutButtonLabel => 'Вирізати'; @@ -37668,7 +38239,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'За межами діапазону.'; @override - String get datePickerHelpText => 'ВИБРАТИ ДАТУ'; + String get datePickerHelpText => 'Вибрати дату'; @override String get dateRangeEndDateSemanticLabelRaw => r'Дата завершення $fullDate'; @@ -37677,7 +38248,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Дата завершення'; @override - String get dateRangePickerHelpText => 'ВИБРАТИ ДІАПАЗОН'; + String get dateRangePickerHelpText => 'Вибрати діапазон дат'; @override String get dateRangeStartDateSemanticLabelRaw => r'Дата початку $fullDate'; @@ -37974,13 +38545,13 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Рядків на сторінці:'; @override - String get saveButtonLabel => 'ЗБЕРЕГТИ'; + String get saveButtonLabel => 'Зберегти'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Маскувальний фон'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Закрити: $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -38028,7 +38599,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'ВИБЕРІТЬ ЧАС'; + String get timePickerDialHelpText => 'Вибрати час'; @override String get timePickerHourLabel => 'Години'; @@ -38037,7 +38608,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Виберіть години'; @override - String get timePickerInputHelpText => 'ВВЕДІТЬ ЧАС'; + String get timePickerInputHelpText => 'Ввести час'; @override String get timePickerMinuteLabel => 'Хвилини'; @@ -38052,7 +38623,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Діапазон дат'; @override - String get viewLicensesButtonLabel => 'ПЕРЕГЛЯНУТИ ЛІЦЕНЗІЇ'; + String get viewLicensesButtonLabel => 'Переглянути ліцензії'; } /// The translations for Urdu (`ur`). @@ -38086,7 +38657,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get backButtonTooltip => 'پیچھے'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'نیچے کی شیٹ'; @override String get calendarModeButtonLabel => 'کیلنڈر پر سوئچ کریں'; @@ -38110,7 +38681,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get copyButtonLabel => 'کاپی کریں'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'آج'; @override String get cutButtonLabel => 'کٹ کریں'; @@ -38434,10 +39005,10 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get saveButtonLabel => 'محفوظ کریں'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'اسکریم'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'$modalRouteContentName بند کریں'; @override ScriptCategory get scriptCategory => ScriptCategory.tall; @@ -38543,16 +39114,16 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Orqaga'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Quyi ekran'; @override String get calendarModeButtonLabel => 'Taqvimda ochish'; @override - String get cancelButtonLabel => 'BEKOR QILISH'; + String get cancelButtonLabel => 'Bekor qilish'; @override - String get closeButtonLabel => 'YOPISH'; + String get closeButtonLabel => 'Yopish'; @override String get closeButtonTooltip => 'Yopish'; @@ -38561,13 +39132,13 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Yoyish'; @override - String get continueButtonLabel => 'DAVOM ETISH'; + String get continueButtonLabel => 'Davom etish'; @override String get copyButtonLabel => 'Nusxa olish'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Bugun'; @override String get cutButtonLabel => 'Kesib olish'; @@ -38582,7 +39153,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Diapazondan tashqarida.'; @override - String get datePickerHelpText => 'SANANI TANLANG'; + String get datePickerHelpText => 'Sanani tanlang'; @override String get dateRangeEndDateSemanticLabelRaw => r'Tugash sanasi: $fullDate'; @@ -38591,7 +39162,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Tugash sanasi'; @override - String get dateRangePickerHelpText => 'ORALIQNI TANLANG'; + String get dateRangePickerHelpText => 'Oraliqni tanlang'; @override String get dateRangeStartDateSemanticLabelRaw => r'Boshlanish sanasi: $fullDate'; @@ -38888,13 +39459,13 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Har bir sahifadagi qatorlar soni:'; @override - String get saveButtonLabel => 'SAQLASH'; + String get saveButtonLabel => 'Saqlash'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'Kanop'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Yopish: $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -38942,7 +39513,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'VAQTNI TANLANG'; + String get timePickerDialHelpText => 'Vaqtni tanlang'; @override String get timePickerHourLabel => 'Soat'; @@ -38951,7 +39522,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Soatni tanlang'; @override - String get timePickerInputHelpText => 'VAQTNI KIRITING'; + String get timePickerInputHelpText => 'Vaqtni kiriting'; @override String get timePickerMinuteLabel => 'Daqiqa'; @@ -39000,16 +39571,16 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Quay lại'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Bảng dưới cùng'; @override String get calendarModeButtonLabel => 'Chuyển sang lịch'; @override - String get cancelButtonLabel => 'HỦY'; + String get cancelButtonLabel => 'Huỷ'; @override - String get closeButtonLabel => 'ĐÓNG'; + String get closeButtonLabel => 'Đóng'; @override String get closeButtonTooltip => 'Đóng'; @@ -39018,13 +39589,13 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Mở rộng'; @override - String get continueButtonLabel => 'TIẾP TỤC'; + String get continueButtonLabel => 'Tiếp tục'; @override String get copyButtonLabel => 'Sao chép'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Hôm nay'; @override String get cutButtonLabel => 'Cắt'; @@ -39039,7 +39610,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Ngoài phạm vi.'; @override - String get datePickerHelpText => 'CHỌN NGÀY'; + String get datePickerHelpText => 'Chọn ngày'; @override String get dateRangeEndDateSemanticLabelRaw => r'Ngày kết thúc $fullDate'; @@ -39048,7 +39619,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Ngày kết thúc'; @override - String get dateRangePickerHelpText => 'CHỌN PHẠM VI'; + String get dateRangePickerHelpText => 'Chọn phạm vi'; @override String get dateRangeStartDateSemanticLabelRaw => r'Ngày bắt đầu $fullDate'; @@ -39345,13 +39916,13 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Số hàng mỗi trang:'; @override - String get saveButtonLabel => 'LƯU'; + String get saveButtonLabel => 'Lưu'; @override String get scrimLabel => 'Scrim'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Đóng $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -39399,7 +39970,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override - String get timePickerDialHelpText => 'CHỌN THỜI GIAN'; + String get timePickerDialHelpText => 'Chọn thời gian'; @override String get timePickerHourLabel => 'Giờ'; @@ -39408,7 +39979,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Chọn giờ'; @override - String get timePickerInputHelpText => 'NHẬP THỜI GIAN'; + String get timePickerInputHelpText => 'Nhập thời gian'; @override String get timePickerMinuteLabel => 'Phút'; @@ -39423,7 +39994,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'Phạm vi ngày'; @override - String get viewLicensesButtonLabel => 'XEM GIẤY PHÉP'; + String get viewLicensesButtonLabel => 'Xem giấy phép'; } /// The translations for Chinese (`zh`). @@ -39457,7 +40028,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get backButtonTooltip => '返回'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => '底部动作条'; @override String get calendarModeButtonLabel => '切换到日历模式'; @@ -39481,7 +40052,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get copyButtonLabel => '复制'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => '今天'; @override String get cutButtonLabel => '剪切'; @@ -39805,10 +40376,10 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get saveButtonLabel => '保存'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => '纱罩'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'关闭 $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.dense; @@ -39926,6 +40497,9 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { @override String get alertDialogLabel => '通知'; + @override + String get bottomSheetLabel => '頁底面板'; + @override String get calendarModeButtonLabel => '切換至日曆'; @@ -39966,7 +40540,7 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get dateRangeEndLabel => '結束日期'; @override - String get dateRangePickerHelpText => '選取範圍'; + String get dateRangePickerHelpText => '請選擇範圍'; @override String get dateRangeStartDateSemanticLabelRaw => r'開始日期係 $fullDate'; @@ -40181,6 +40755,12 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { @override String get saveButtonLabel => '儲存'; + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'關閉 $modalRouteContentName'; + @override String get searchFieldLabel => '搜尋'; @@ -40209,7 +40789,7 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get tabLabelRaw => r'第 $tabIndex 個標籤,總共 $tabCount 個'; @override - String get timePickerDialHelpText => '選取時間'; + String get timePickerDialHelpText => '請選取時間'; @override String get timePickerHourLabel => '小時'; @@ -40218,7 +40798,7 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get timePickerHourModeAnnouncement => '揀選小時'; @override - String get timePickerInputHelpText => '輸入時間'; + String get timePickerInputHelpText => '請輸入時間'; @override String get timePickerMinuteLabel => '分鐘'; @@ -40270,12 +40850,30 @@ class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { required super.twoDigitZeroPaddedFormat, }); + @override + String get scrimLabel => '紗罩'; + + @override + String get bottomSheetLabel => '底部功能表'; + + @override + String get scrimOnTapHintRaw => r'關閉「$modalRouteContentName」'; + + @override + String get keyboardKeyShift => 'Shift 鍵'; + @override String get dialModeButtonLabel => '切換至鐘面挑選器模式'; @override String? get licensesPackageDetailTextOne => '1 個授權'; + @override + String get timePickerDialHelpText => '選取時間'; + + @override + String get timePickerInputHelpText => '輸入時間'; + @override String get timePickerHourLabel => '時'; @@ -40288,6 +40886,9 @@ class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { @override String get calendarModeButtonLabel => '切換到日曆模式'; + @override + String get dateRangePickerHelpText => '選取日期範圍'; + @override String get dateRangeEndDateSemanticLabelRaw => r'結束日期為 $fullDate'; @@ -40377,16 +40978,16 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Emuva'; @override - String get bottomSheetLabel => 'Bottom Sheet'; + String get bottomSheetLabel => 'Ishidi Eliphansi'; @override String get calendarModeButtonLabel => 'Shintshela kukhalenda'; @override - String get cancelButtonLabel => 'KHANSELA'; + String get cancelButtonLabel => 'Khansela'; @override - String get closeButtonLabel => 'VALA'; + String get closeButtonLabel => 'Vala'; @override String get closeButtonTooltip => 'Vala'; @@ -40395,13 +40996,13 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get collapsedIconTapHint => 'Nweba'; @override - String get continueButtonLabel => 'QHUBEKA'; + String get continueButtonLabel => 'Qhubeka'; @override String get copyButtonLabel => 'Kopisha'; @override - String get currentDateLabel => 'Date of today'; + String get currentDateLabel => 'Namuhla'; @override String get cutButtonLabel => 'Sika'; @@ -40416,7 +41017,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get dateOutOfRangeLabel => 'Ikude kubanga.'; @override - String get datePickerHelpText => 'KHETHA IDETHI'; + String get datePickerHelpText => 'Khetha usuku'; @override String get dateRangeEndDateSemanticLabelRaw => r'Idethi yokuphela umhla ka-$fullDate'; @@ -40425,7 +41026,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get dateRangeEndLabel => 'Idethi yokugcina'; @override - String get dateRangePickerHelpText => 'KHETHA IBANGA'; + String get dateRangePickerHelpText => 'Khetha Ibanga'; @override String get dateRangeStartDateSemanticLabelRaw => r'Idethi yokuqala umhla ka-$fullDate'; @@ -40608,7 +41209,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'Khetha'; @override - String get keyboardKeyShift => 'Shift'; + String get keyboardKeyShift => 'U-Shift'; @override String get keyboardKeySpace => 'Space'; @@ -40722,13 +41323,13 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get rowsPerPageTitle => 'Imigqa ekhasini ngalinye:'; @override - String get saveButtonLabel => 'LONDOLOZA'; + String get saveButtonLabel => 'Londoloza'; @override - String get scrimLabel => 'Scrim'; + String get scrimLabel => 'I-Scrim'; @override - String get scrimOnTapHintRaw => r'Close $modalRouteName'; + String get scrimOnTapHintRaw => r'Vala i-$modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.englishLike; @@ -40776,7 +41377,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @override - String get timePickerDialHelpText => 'KHETHA ISIKHATHI'; + String get timePickerDialHelpText => 'Khetha isikhathi'; @override String get timePickerHourLabel => 'Ihora'; @@ -40785,7 +41386,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get timePickerHourModeAnnouncement => 'Khetha amahora'; @override - String get timePickerInputHelpText => 'FAKA ISIKHATHI'; + String get timePickerInputHelpText => 'Faka isikhathi'; @override String get timePickerMinuteLabel => 'Iminithi'; @@ -40826,6 +41427,7 @@ final Set kMaterialSupportedLanguages = HashSet.from(const kMaterialSupportedLanguages = HashSet.from(const Date: Tue, 4 Apr 2023 09:00:17 -0700 Subject: [PATCH 231/327] Update localizations. (#124099) --- .../lib/src/l10n/generated_material_localizations.dart | 10 +++++----- .../flutter_localizations/lib/src/l10n/material_ur.arb | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index 5842fb3b8836..a0b63b73d745 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -38726,7 +38726,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get dialogLabel => 'ڈائلاگ'; @override - String get drawerLabel => 'نیویگیشن مینو'; + String get drawerLabel => 'نیویگیشن مینیو'; @override String get expandedIconTapHint => 'سکیڑیں'; @@ -38918,7 +38918,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get licensesPageTitle => 'لائسنسز'; @override - String get menuBarMenuLabel => 'مینو بار کا مینو'; + String get menuBarMenuLabel => 'مینیو بار کا مینیو'; @override String get modalBarrierDismissLabel => 'برخاست کریں'; @@ -38936,7 +38936,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get okButtonLabel => 'ٹھیک ہے'; @override - String get openAppDrawerTooltip => 'نیویگیشن مینو کھولیں'; + String get openAppDrawerTooltip => 'نیویگیشن مینیو کھولیں'; @override String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow از $rowCount'; @@ -38948,7 +38948,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get pasteButtonLabel => 'پیسٹ کریں'; @override - String get popupMenuLabel => 'پاپ اپ مینو'; + String get popupMenuLabel => 'پاپ اپ مینیو'; @override String get postMeridiemAbbreviation => 'PM'; @@ -39044,7 +39044,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get showAccountsLabel => 'اکاؤنٹس دکھائیں'; @override - String get showMenuTooltip => 'مینو دکھائیں'; + String get showMenuTooltip => 'مینیو دکھائیں'; @override String get signedInLabel => 'سائن ان کردہ ہے'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index d4c590225a4f..94eba546c016 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -2,7 +2,7 @@ "scriptCategory": "tall", "timeOfDayFormat": "h:mm a", "selectedRowCountTitleOne": "1 آئٹم منتخب کیا گیا", - "openAppDrawerTooltip": "نیویگیشن مینو کھولیں", + "openAppDrawerTooltip": "نیویگیشن مینیو کھولیں", "backButtonTooltip": "پیچھے", "closeButtonTooltip": "بند کریں", "deleteButtonTooltip": "حذف کریں", @@ -12,7 +12,7 @@ "previousPageTooltip": "گزشتہ صفحہ", "firstPageTooltip": "پہلا صفحہ", "lastPageTooltip": "آخری صفحہ", - "showMenuTooltip": "مینو دکھائیں", + "showMenuTooltip": "مینیو دکھائیں", "aboutListTileTitle": "$applicationName کے بارے میں", "licensesPageTitle": "لائسنسز", "pageRowsInfoTitle": "$firstRow–$lastRow از $rowCount", @@ -37,8 +37,8 @@ "hideAccountsLabel": "اکاؤنٹس چھپائیں", "showAccountsLabel": "اکاؤنٹس دکھائیں", "modalBarrierDismissLabel": "برخاست کریں", - "drawerLabel": "نیویگیشن مینو", - "popupMenuLabel": "پاپ اپ مینو", + "drawerLabel": "نیویگیشن مینیو", + "popupMenuLabel": "پاپ اپ مینیو", "dialogLabel": "ڈائلاگ", "alertDialogLabel": "الرٹ", "searchFieldLabel": "تلاش", @@ -129,7 +129,7 @@ "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "مینو بار کا مینو", + "menuBarMenuLabel": "مینیو بار کا مینیو", "currentDateLabel": "آج", "scrimLabel": "اسکریم", "bottomSheetLabel": "نیچے کی شیٹ", From a8d737fdbd138f61e524744410b020eea5c9a791 Mon Sep 17 00:00:00 2001 From: chunhtai <47866232+chunhtai@users.noreply.github.com> Date: Tue, 4 Apr 2023 15:57:35 -0700 Subject: [PATCH 232/327] Adds i18n to widget layer (#123620) Adds i18n to widget layer --- .../localization/bin/encode_kn_arb_files.dart | 5 ++ .../localization/bin/gen_localizations.dart | 78 +++++++++++++++---- .../localization/localizations_utils.dart | 8 ++ 3 files changed, 74 insertions(+), 17 deletions(-) diff --git a/dev/tools/localization/bin/encode_kn_arb_files.dart b/dev/tools/localization/bin/encode_kn_arb_files.dart index 541b3016d2cc..ae20dcca7da3 100644 --- a/dev/tools/localization/bin/encode_kn_arb_files.dart +++ b/dev/tools/localization/bin/encode_kn_arb_files.dart @@ -69,18 +69,23 @@ void _rewriteBundle(File file, Map bundle) { } void encodeKnArbFiles(Directory directory) { + final File widgetsArbFile = File(path.join(directory.path, 'widgets_kn.arb')); final File materialArbFile = File(path.join(directory.path, 'material_kn.arb')); final File cupertinoArbFile = File(path.join(directory.path, 'cupertino_kn.arb')); + final Map widgetsBundle = _loadBundle(widgetsArbFile); final Map materialBundle = _loadBundle(materialArbFile); final Map cupertinoBundle = _loadBundle(cupertinoArbFile); + _encodeBundleTranslations(widgetsBundle); _encodeBundleTranslations(materialBundle); _encodeBundleTranslations(cupertinoBundle); + _checkEncodedTranslations(widgetsBundle, _loadBundle(widgetsArbFile)); _checkEncodedTranslations(materialBundle, _loadBundle(materialArbFile)); _checkEncodedTranslations(cupertinoBundle, _loadBundle(cupertinoArbFile)); + _rewriteBundle(widgetsArbFile, widgetsBundle); _rewriteBundle(materialArbFile, materialBundle); _rewriteBundle(cupertinoArbFile, cupertinoBundle); } diff --git a/dev/tools/localization/bin/gen_localizations.dart b/dev/tools/localization/bin/gen_localizations.dart index 26b57a518876..91490fec321c 100644 --- a/dev/tools/localization/bin/gen_localizations.dart +++ b/dev/tools/localization/bin/gen_localizations.dart @@ -53,6 +53,7 @@ import 'package:path/path.dart' as path; import '../gen_cupertino_localizations.dart'; import '../gen_material_localizations.dart'; +import '../gen_widgets_localizations.dart'; import '../localizations_utils.dart'; import '../localizations_validator.dart'; import 'encode_kn_arb_files.dart'; @@ -65,8 +66,10 @@ String generateArbBasedLocalizationSubclasses({ required String baseClass, required HeaderGenerator generateHeader, required ConstructorGenerator generateConstructor, + ConstructorGenerator? generateConstructorForCountrySubClass, required String factoryName, required String factoryDeclaration, + required bool callsFactoryWithConst, required String factoryArguments, required String supportedLanguagesConstant, required String supportedLanguagesDocMacro, @@ -78,7 +81,7 @@ String generateArbBasedLocalizationSubclasses({ assert(factoryArguments.isNotEmpty); assert(supportedLanguagesConstant.isNotEmpty); assert(supportedLanguagesDocMacro.isNotEmpty); - + generateConstructorForCountrySubClass ??= generateConstructor; final StringBuffer output = StringBuffer(); output.writeln(generateHeader('dart dev/tools/localization/bin/gen_localizations.dart --overwrite')); @@ -133,7 +136,6 @@ String generateArbBasedLocalizationSubclasses({ final LocaleInfo canonicalLocale = LocaleInfo.fromString('en'); for (final String languageName in languageCodes) { final LocaleInfo languageLocale = LocaleInfo.fromString(languageName); - output.writeln(generateClassDeclaration(languageLocale, generatedClassPrefix, baseClass)); output.writeln(generateConstructor(languageLocale)); @@ -156,7 +158,7 @@ String generateArbBasedLocalizationSubclasses({ generatedClassPrefix, '$generatedClassPrefix${languageLocale.camelCase()}', )); - output.writeln(generateConstructor(scriptBaseLocale)); + output.writeln(generateConstructorForCountrySubClass(scriptBaseLocale)); final Map scriptResources = localeToResources[scriptBaseLocale]!; for (final String key in scriptResources.keys.toList()..sort()) { if (languageResources[key] == scriptResources[key]) { @@ -184,7 +186,7 @@ String generateArbBasedLocalizationSubclasses({ generatedClassPrefix, '$generatedClassPrefix${scriptBaseLocale.camelCase()}', )); - output.writeln(generateConstructor(locale)); + output.writeln(generateConstructorForCountrySubClass(locale)); final Map localeResources = localeToResources[locale]!; for (final String key in localeResources.keys) { // When script fallback contains the key, we compare to it instead of language fallback. @@ -212,7 +214,7 @@ String generateArbBasedLocalizationSubclasses({ generatedClassPrefix, '$generatedClassPrefix${languageLocale.camelCase()}', )); - output.writeln(generateConstructor(locale)); + output.writeln(generateConstructorForCountrySubClass(locale)); for (final String key in localeResources.keys) { if (languageResources[key] == localeResources[key]) { continue; @@ -279,7 +281,7 @@ $factoryDeclaration if (languageToLocales[language]!.length == 1) { output.writeln(''' case '$language': - return $generatedClassPrefix${languageToLocales[language]![0].camelCase()}($factoryArguments);'''); + return ${callsFactoryWithConst ? 'const ': ''}$generatedClassPrefix${languageToLocales[language]![0].camelCase()}($factoryArguments);'''); } else if (!languageToScriptCodes.containsKey(language)) { // Does not distinguish between scripts. Switch on countryCode directly. output.writeln(''' case '$language': { @@ -292,11 +294,11 @@ $factoryDeclaration final String countryCode = locale.countryCode!; output.writeln(''' case '$countryCode': - return $generatedClassPrefix${locale.camelCase()}($factoryArguments);'''); + return ${callsFactoryWithConst ? 'const ': ''}$generatedClassPrefix${locale.camelCase()}($factoryArguments);'''); } output.writeln(''' } - return $generatedClassPrefix${LocaleInfo.fromString(language).camelCase()}($factoryArguments); + return ${callsFactoryWithConst ? 'const ': ''}$generatedClassPrefix${LocaleInfo.fromString(language).camelCase()}($factoryArguments); }'''); } else { // Language has scriptCode, add additional switch logic. bool hasCountryCode = false; @@ -325,7 +327,7 @@ $factoryDeclaration final String countryCode = locale.countryCode!; output.writeln(''' case '$countryCode': - return $generatedClassPrefix${locale.camelCase()}($factoryArguments);'''); + return ${callsFactoryWithConst ? 'const ': ''}$generatedClassPrefix${locale.camelCase()}($factoryArguments);'''); } } // Return a fallback locale that matches scriptCode, but not countryCode. @@ -337,7 +339,7 @@ $factoryDeclaration }'''); } output.writeln(''' - return $generatedClassPrefix${scriptLocale.camelCase()}($factoryArguments); + return ${callsFactoryWithConst ? 'const ': ''}$generatedClassPrefix${scriptLocale.camelCase()}($factoryArguments); }'''); } else { // Not Explicitly defined, fallback to first locale with the same language and @@ -351,7 +353,7 @@ $factoryDeclaration }'''); } output.writeln(''' - return $generatedClassPrefix${scriptLocale.camelCase()}($factoryArguments); + return ${callsFactoryWithConst ? 'const ': ''}$generatedClassPrefix${scriptLocale.camelCase()}($factoryArguments); }'''); break; } @@ -373,13 +375,13 @@ $factoryDeclaration final String countryCode = locale.countryCode!; output.writeln(''' case '$countryCode': - return $generatedClassPrefix${locale.camelCase()}($factoryArguments);'''); + return ${callsFactoryWithConst ? 'const ': ''}$generatedClassPrefix${locale.camelCase()}($factoryArguments);'''); } output.writeln(''' }'''); } output.writeln(''' - return $generatedClassPrefix${LocaleInfo.fromString(language).camelCase()}($factoryArguments); + return ${callsFactoryWithConst ? 'const ': ''}$generatedClassPrefix${LocaleInfo.fromString(language).camelCase()}($factoryArguments); }'''); } } @@ -515,10 +517,12 @@ void main(List rawArgs) { // code. In most cases both codes are just two characters. final Directory directory = Directory(path.join('packages', 'flutter_localizations', 'lib', 'src', 'l10n')); + final RegExp widgetsFilenameRE = RegExp(r'widgets_(\w+)\.arb$'); final RegExp materialFilenameRE = RegExp(r'material_(\w+)\.arb$'); final RegExp cupertinoFilenameRE = RegExp(r'cupertino_(\w+)\.arb$'); try { + validateEnglishLocalizations(File(path.join(directory.path, 'widgets_en.arb'))); validateEnglishLocalizations(File(path.join(directory.path, 'material_en.arb'))); validateEnglishLocalizations(File(path.join(directory.path, 'cupertino_en.arb'))); } on ValidationError catch (exception) { @@ -537,17 +541,30 @@ void main(List rawArgs) { precacheLanguageAndRegionTags(); + // Maps of locales to resource key/value pairs for Widgets ARBs. + final Map> widgetsLocaleToResources = >{}; + // Maps of locales to resource key/attributes pairs for Widgets ARBs.. + // https://github.com/googlei18n/app-resource-bundle/wiki/ApplicationResourceBundleSpecification#resource-attributes + final Map> widgetsLocaleToResourceAttributes = >{}; + // Maps of locales to resource key/value pairs for Material ARBs. final Map> materialLocaleToResources = >{}; // Maps of locales to resource key/attributes pairs for Material ARBs.. // https://github.com/googlei18n/app-resource-bundle/wiki/ApplicationResourceBundleSpecification#resource-attributes final Map> materialLocaleToResourceAttributes = >{}; + // Maps of locales to resource key/value pairs for Cupertino ARBs. final Map> cupertinoLocaleToResources = >{}; // Maps of locales to resource key/attributes pairs for Cupertino ARBs.. // https://github.com/googlei18n/app-resource-bundle/wiki/ApplicationResourceBundleSpecification#resource-attributes final Map> cupertinoLocaleToResourceAttributes = >{}; + loadMatchingArbsIntoBundleMaps( + directory: directory, + filenamePattern: widgetsFilenameRE, + localeToResources: widgetsLocaleToResources, + localeToResourceAttributes: widgetsLocaleToResourceAttributes, + ); loadMatchingArbsIntoBundleMaps( directory: directory, filenamePattern: materialFilenameRE, @@ -562,17 +579,35 @@ void main(List rawArgs) { ); try { + validateLocalizations(widgetsLocaleToResources, widgetsLocaleToResourceAttributes, removeUndefined: options.removeUndefined); validateLocalizations(materialLocaleToResources, materialLocaleToResourceAttributes, removeUndefined: options.removeUndefined); validateLocalizations(cupertinoLocaleToResources, cupertinoLocaleToResourceAttributes, removeUndefined: options.removeUndefined); } on ValidationError catch (exception) { exitWithError('$exception'); } - if (options.removeUndefined) { + removeUndefinedLocalizations(widgetsLocaleToResources); removeUndefinedLocalizations(materialLocaleToResources); removeUndefinedLocalizations(cupertinoLocaleToResources); } + final String? widgetsLocalizations = options.writeToFile || !options.cupertinoOnly + ? generateArbBasedLocalizationSubclasses( + localeToResources: widgetsLocaleToResources, + localeToResourceAttributes: widgetsLocaleToResourceAttributes, + generatedClassPrefix: 'WidgetsLocalization', + baseClass: 'GlobalWidgetsLocalizations', + generateHeader: generateWidgetsHeader, + generateConstructor: generateWidgetsConstructor, + generateConstructorForCountrySubClass: generateWidgetsConstructorForCountrySubclass, + factoryName: widgetsFactoryName, + factoryDeclaration: widgetsFactoryDeclaration, + callsFactoryWithConst: true, + factoryArguments: widgetsFactoryArguments, + supportedLanguagesConstant: widgetsSupportedLanguagesConstant, + supportedLanguagesDocMacro: widgetsSupportedLanguagesDocMacro, + ) + : null; final String? materialLocalizations = options.writeToFile || !options.cupertinoOnly ? generateArbBasedLocalizationSubclasses( localeToResources: materialLocaleToResources, @@ -583,6 +618,7 @@ void main(List rawArgs) { generateConstructor: generateMaterialConstructor, factoryName: materialFactoryName, factoryDeclaration: materialFactoryDeclaration, + callsFactoryWithConst: false, factoryArguments: materialFactoryArguments, supportedLanguagesConstant: materialSupportedLanguagesConstant, supportedLanguagesDocMacro: materialSupportedLanguagesDocMacro, @@ -598,6 +634,7 @@ void main(List rawArgs) { generateConstructor: generateCupertinoConstructor, factoryName: cupertinoFactoryName, factoryDeclaration: cupertinoFactoryDeclaration, + callsFactoryWithConst: false, factoryArguments: cupertinoFactoryArguments, supportedLanguagesConstant: cupertinoSupportedLanguagesConstant, supportedLanguagesDocMacro: cupertinoSupportedLanguagesDocMacro, @@ -605,15 +642,22 @@ void main(List rawArgs) { : null; if (options.writeToFile) { + final File widgetsLocalizationsFile = File(path.join(directory.path, 'generated_widgets_localizations.dart')); + widgetsLocalizationsFile.writeAsStringSync(widgetsLocalizations!, flush: true); final File materialLocalizationsFile = File(path.join(directory.path, 'generated_material_localizations.dart')); materialLocalizationsFile.writeAsStringSync(materialLocalizations!, flush: true); final File cupertinoLocalizationsFile = File(path.join(directory.path, 'generated_cupertino_localizations.dart')); cupertinoLocalizationsFile.writeAsStringSync(cupertinoLocalizations!, flush: true); } else { - if (!options.cupertinoOnly) { + if (options.cupertinoOnly) { + stdout.write(cupertinoLocalizations); + } else if (options.materialOnly) { + stdout.write(materialLocalizations); + } else if (options.widgetsOnly) { + stdout.write(widgetsLocalizations); + } else { + stdout.write(widgetsLocalizations); stdout.write(materialLocalizations); - } - if (!options.materialOnly) { stdout.write(cupertinoLocalizations); } } diff --git a/dev/tools/localization/localizations_utils.dart b/dev/tools/localization/localizations_utils.dart index 843b68257e6d..bfe3cc9d380f 100644 --- a/dev/tools/localization/localizations_utils.dart +++ b/dev/tools/localization/localizations_utils.dart @@ -239,6 +239,10 @@ GeneratorOptions parseArgs(List rawArgs) { 'remove-undefined', help: 'Remove any localizations that are not defined in the canonical locale.', ) + ..addFlag( + 'widgets', + help: 'Whether to print the generated classes for the Widgets package only. Ignored when --overwrite is passed.', + ) ..addFlag( 'material', help: 'Whether to print the generated classes for the Material package only. Ignored when --overwrite is passed.', @@ -254,6 +258,7 @@ GeneratorOptions parseArgs(List rawArgs) { } final bool writeToFile = args['overwrite'] as bool; final bool removeUndefined = args['remove-undefined'] as bool; + final bool widgetsOnly = args['widgets'] as bool; final bool materialOnly = args['material'] as bool; final bool cupertinoOnly = args['cupertino'] as bool; @@ -261,6 +266,7 @@ GeneratorOptions parseArgs(List rawArgs) { writeToFile: writeToFile, materialOnly: materialOnly, cupertinoOnly: cupertinoOnly, + widgetsOnly: widgetsOnly, removeUndefined: removeUndefined, ); } @@ -271,12 +277,14 @@ class GeneratorOptions { required this.removeUndefined, required this.materialOnly, required this.cupertinoOnly, + required this.widgetsOnly, }); final bool writeToFile; final bool removeUndefined; final bool materialOnly; final bool cupertinoOnly; + final bool widgetsOnly; } // See also //master/tools/gen_locale.dart in the engine repo. From 8afe9035f5072df7af7bbc7f82a37a6c530f59be Mon Sep 17 00:00:00 2001 From: chunhtai <47866232+chunhtai@users.noreply.github.com> Date: Thu, 6 Apr 2023 15:01:03 -0700 Subject: [PATCH 233/327] Refactor reorderable list semantics (#123263) Refactor reorderable list semantics --- .../generated_material_localizations.dart | 1581 ----------------- .../lib/src/l10n/material_af.arb | 6 - .../lib/src/l10n/material_am.arb | 6 - .../lib/src/l10n/material_ar.arb | 6 - .../lib/src/l10n/material_as.arb | 6 - .../lib/src/l10n/material_az.arb | 6 - .../lib/src/l10n/material_be.arb | 6 - .../lib/src/l10n/material_bg.arb | 6 - .../lib/src/l10n/material_bn.arb | 6 - .../lib/src/l10n/material_bs.arb | 6 - .../lib/src/l10n/material_ca.arb | 6 - .../lib/src/l10n/material_cs.arb | 6 - .../lib/src/l10n/material_cy.arb | 6 - .../lib/src/l10n/material_da.arb | 6 - .../lib/src/l10n/material_de.arb | 6 - .../lib/src/l10n/material_de_CH.arb | 6 - .../lib/src/l10n/material_el.arb | 6 - .../lib/src/l10n/material_en.arb | 30 - .../lib/src/l10n/material_en_AU.arb | 6 - .../lib/src/l10n/material_en_CA.arb | 6 - .../lib/src/l10n/material_en_GB.arb | 6 - .../lib/src/l10n/material_en_IE.arb | 6 - .../lib/src/l10n/material_en_IN.arb | 6 - .../lib/src/l10n/material_en_NZ.arb | 6 - .../lib/src/l10n/material_en_SG.arb | 6 - .../lib/src/l10n/material_en_ZA.arb | 6 - .../lib/src/l10n/material_es.arb | 6 - .../lib/src/l10n/material_es_419.arb | 6 - .../lib/src/l10n/material_es_AR.arb | 6 - .../lib/src/l10n/material_es_BO.arb | 6 - .../lib/src/l10n/material_es_CL.arb | 6 - .../lib/src/l10n/material_es_CO.arb | 6 - .../lib/src/l10n/material_es_CR.arb | 6 - .../lib/src/l10n/material_es_DO.arb | 6 - .../lib/src/l10n/material_es_EC.arb | 6 - .../lib/src/l10n/material_es_GT.arb | 6 - .../lib/src/l10n/material_es_HN.arb | 6 - .../lib/src/l10n/material_es_MX.arb | 6 - .../lib/src/l10n/material_es_NI.arb | 6 - .../lib/src/l10n/material_es_PA.arb | 6 - .../lib/src/l10n/material_es_PE.arb | 6 - .../lib/src/l10n/material_es_PR.arb | 6 - .../lib/src/l10n/material_es_PY.arb | 6 - .../lib/src/l10n/material_es_SV.arb | 6 - .../lib/src/l10n/material_es_US.arb | 6 - .../lib/src/l10n/material_es_UY.arb | 6 - .../lib/src/l10n/material_es_VE.arb | 6 - .../lib/src/l10n/material_et.arb | 6 - .../lib/src/l10n/material_eu.arb | 6 - .../lib/src/l10n/material_fa.arb | 6 - .../lib/src/l10n/material_fi.arb | 6 - .../lib/src/l10n/material_fil.arb | 6 - .../lib/src/l10n/material_fr.arb | 6 - .../lib/src/l10n/material_fr_CA.arb | 6 - .../lib/src/l10n/material_gl.arb | 6 - .../lib/src/l10n/material_gsw.arb | 6 - .../lib/src/l10n/material_gu.arb | 6 - .../lib/src/l10n/material_he.arb | 6 - .../lib/src/l10n/material_hi.arb | 6 - .../lib/src/l10n/material_hr.arb | 6 - .../lib/src/l10n/material_hu.arb | 6 - .../lib/src/l10n/material_hy.arb | 6 - .../lib/src/l10n/material_id.arb | 6 - .../lib/src/l10n/material_is.arb | 6 - .../lib/src/l10n/material_it.arb | 6 - .../lib/src/l10n/material_ja.arb | 6 - .../lib/src/l10n/material_ka.arb | 6 - .../lib/src/l10n/material_kk.arb | 6 - .../lib/src/l10n/material_km.arb | 6 - .../lib/src/l10n/material_kn.arb | 6 - .../lib/src/l10n/material_ko.arb | 6 - .../lib/src/l10n/material_ky.arb | 6 - .../lib/src/l10n/material_lo.arb | 6 - .../lib/src/l10n/material_lt.arb | 6 - .../lib/src/l10n/material_lv.arb | 6 - .../lib/src/l10n/material_mk.arb | 6 - .../lib/src/l10n/material_ml.arb | 6 - .../lib/src/l10n/material_mn.arb | 6 - .../lib/src/l10n/material_mr.arb | 6 - .../lib/src/l10n/material_ms.arb | 6 - .../lib/src/l10n/material_my.arb | 6 - .../lib/src/l10n/material_nb.arb | 6 - .../lib/src/l10n/material_ne.arb | 6 - .../lib/src/l10n/material_nl.arb | 6 - .../lib/src/l10n/material_no.arb | 6 - .../lib/src/l10n/material_or.arb | 6 - .../lib/src/l10n/material_pa.arb | 6 - .../lib/src/l10n/material_pl.arb | 6 - .../lib/src/l10n/material_ps.arb | 6 - .../lib/src/l10n/material_pt.arb | 6 - .../lib/src/l10n/material_pt_PT.arb | 6 - .../lib/src/l10n/material_ro.arb | 6 - .../lib/src/l10n/material_ru.arb | 6 - .../lib/src/l10n/material_si.arb | 6 - .../lib/src/l10n/material_sk.arb | 6 - .../lib/src/l10n/material_sl.arb | 6 - .../lib/src/l10n/material_sq.arb | 6 - .../lib/src/l10n/material_sr.arb | 6 - .../lib/src/l10n/material_sr_Latn.arb | 6 - .../lib/src/l10n/material_sv.arb | 6 - .../lib/src/l10n/material_sw.arb | 6 - .../lib/src/l10n/material_ta.arb | 6 - .../lib/src/l10n/material_te.arb | 6 - .../lib/src/l10n/material_th.arb | 6 - .../lib/src/l10n/material_tl.arb | 6 - .../lib/src/l10n/material_tr.arb | 6 - .../lib/src/l10n/material_uk.arb | 6 - .../lib/src/l10n/material_ur.arb | 6 - .../lib/src/l10n/material_uz.arb | 6 - .../lib/src/l10n/material_vi.arb | 6 - .../lib/src/l10n/material_zh.arb | 6 - .../lib/src/l10n/material_zh_HK.arb | 6 - .../lib/src/l10n/material_zh_TW.arb | 6 - .../lib/src/l10n/material_zu.arb | 6 - 114 files changed, 2283 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index a0b63b73d745..d9ea144052e3 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -374,24 +374,6 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; - @override - String get reorderItemDown => 'Skuif af'; - - @override - String get reorderItemLeft => 'Skuif na links'; - - @override - String get reorderItemRight => 'Skuif na regs'; - - @override - String get reorderItemToEnd => 'Skuif na die einde'; - - @override - String get reorderItemToStart => 'Skuif na die begin'; - - @override - String get reorderItemUp => 'Skuif op'; - @override String get rowsPerPageTitle => 'Rye per bladsy:'; @@ -831,24 +813,6 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; - @override - String get reorderItemDown => 'ወደ ታች ውሰድ'; - - @override - String get reorderItemLeft => 'ወደ ግራ ውሰድ'; - - @override - String get reorderItemRight => 'ወደ ቀኝ ውሰድ'; - - @override - String get reorderItemToEnd => 'ወደ መጨረሻ ውሰድ'; - - @override - String get reorderItemToStart => 'ወደ መጀመሪያ ውሰድ'; - - @override - String get reorderItemUp => 'ወደ ላይ ውሰድ'; - @override String get rowsPerPageTitle => 'ረድፎች በገጽ፦'; @@ -1288,24 +1252,6 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'لا أحرف متبقية'; - @override - String get reorderItemDown => 'نقل لأسفل'; - - @override - String get reorderItemLeft => 'نقل لليمين'; - - @override - String get reorderItemRight => 'نقل لليسار'; - - @override - String get reorderItemToEnd => 'نقل إلى نهاية القائمة'; - - @override - String get reorderItemToStart => 'نقل إلى بداية القائمة'; - - @override - String get reorderItemUp => 'نقل لأعلى'; - @override String get rowsPerPageTitle => 'عدد الصفوف في الصفحة:'; @@ -1745,24 +1691,6 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; - @override - String get reorderItemDown => 'তললৈ স্থানান্তৰ কৰক'; - - @override - String get reorderItemLeft => 'বাওঁফাললৈ স্থানান্তৰ কৰক'; - - @override - String get reorderItemRight => 'সোঁফাললৈ স্থানান্তৰ কৰক'; - - @override - String get reorderItemToEnd => 'শেষলৈ স্থানান্তৰ কৰক'; - - @override - String get reorderItemToStart => 'আৰম্ভণিলৈ স্থানান্তৰ কৰক'; - - @override - String get reorderItemUp => 'ওপৰলৈ নিয়ক'; - @override String get rowsPerPageTitle => 'প্ৰতিটো পৃষ্ঠাত থকা শাৰী:'; @@ -2202,24 +2130,6 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; - @override - String get reorderItemDown => 'Aşağı köçürün'; - - @override - String get reorderItemLeft => 'Sola köçürün'; - - @override - String get reorderItemRight => 'Sağa köçürün'; - - @override - String get reorderItemToEnd => 'Sona köçürün'; - - @override - String get reorderItemToStart => 'Əvvələ köçürün'; - - @override - String get reorderItemUp => 'Yuxarı köçürün'; - @override String get rowsPerPageTitle => 'Hər səhifə üzrə sıra:'; @@ -2659,24 +2569,6 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; - @override - String get reorderItemDown => 'Перамясціць уніз'; - - @override - String get reorderItemLeft => 'Перамясціць улева'; - - @override - String get reorderItemRight => 'Перамясціць управа'; - - @override - String get reorderItemToEnd => 'Перамясціць у канец'; - - @override - String get reorderItemToStart => 'Перамясціць у пачатак'; - - @override - String get reorderItemUp => 'Перамясціць уверх'; - @override String get rowsPerPageTitle => 'Радкоў на старонку:'; @@ -3116,24 +3008,6 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; - @override - String get reorderItemDown => 'Преместване надолу'; - - @override - String get reorderItemLeft => 'Преместване наляво'; - - @override - String get reorderItemRight => 'Преместване надясно'; - - @override - String get reorderItemToEnd => 'Преместване в края'; - - @override - String get reorderItemToStart => 'Преместване в началото'; - - @override - String get reorderItemUp => 'Преместване нагоре'; - @override String get rowsPerPageTitle => 'Редове на страница:'; @@ -3573,24 +3447,6 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; - @override - String get reorderItemDown => 'নিচের দিকে সরান'; - - @override - String get reorderItemLeft => 'বাঁদিকে সরান'; - - @override - String get reorderItemRight => 'ডানদিকে সরান'; - - @override - String get reorderItemToEnd => 'একদম শেষের দিকে যান'; - - @override - String get reorderItemToStart => 'চালু করতে সরান'; - - @override - String get reorderItemUp => 'উপরের দিকে সরান'; - @override String get rowsPerPageTitle => 'প্রতি পৃষ্ঠায় সারির সংখ্যা:'; @@ -4030,24 +3886,6 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; - @override - String get reorderItemDown => 'Pomjeri nadolje'; - - @override - String get reorderItemLeft => 'Pomjeri lijevo'; - - @override - String get reorderItemRight => 'Pomjeri desno'; - - @override - String get reorderItemToEnd => 'Pomjerite na kraj'; - - @override - String get reorderItemToStart => 'Pomjerite na početak'; - - @override - String get reorderItemUp => 'Pomjeri nagore'; - @override String get rowsPerPageTitle => 'Broj redova po stranici:'; @@ -4487,24 +4325,6 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; - @override - String get reorderItemDown => 'Mou avall'; - - @override - String get reorderItemLeft => "Mou cap a l'esquerra"; - - @override - String get reorderItemRight => 'Mou cap a la dreta'; - - @override - String get reorderItemToEnd => 'Mou al final'; - - @override - String get reorderItemToStart => 'Mou al principi'; - - @override - String get reorderItemUp => 'Mou amunt'; - @override String get rowsPerPageTitle => 'Files per pàgina:'; @@ -4944,24 +4764,6 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; - @override - String get reorderItemDown => 'Přesunout dolů'; - - @override - String get reorderItemLeft => 'Přesunout doleva'; - - @override - String get reorderItemRight => 'Přesunout doprava'; - - @override - String get reorderItemToEnd => 'Přesunout na konec'; - - @override - String get reorderItemToStart => 'Přesunout na začátek'; - - @override - String get reorderItemUp => 'Přesunout nahoru'; - @override String get rowsPerPageTitle => 'Počet řádků na stránku:'; @@ -5401,24 +5203,6 @@ class MaterialLocalizationCy extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'Dim nodau ar ôl'; - @override - String get reorderItemDown => 'Symud i lawr'; - - @override - String get reorderItemLeft => "Symud i'r chwith"; - - @override - String get reorderItemRight => "Symud i'r dde"; - - @override - String get reorderItemToEnd => "Symud i'r diwedd"; - - @override - String get reorderItemToStart => "Symud i'r dechrau"; - - @override - String get reorderItemUp => 'Symud i fyny'; - @override String get rowsPerPageTitle => 'Rhesi fesul tudalen:'; @@ -5858,24 +5642,6 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; - @override - String get reorderItemDown => 'Flyt ned'; - - @override - String get reorderItemLeft => 'Flyt til venstre'; - - @override - String get reorderItemRight => 'Flyt til højre'; - - @override - String get reorderItemToEnd => 'Flyt til sidst på listen'; - - @override - String get reorderItemToStart => 'Flyt til først på listen'; - - @override - String get reorderItemUp => 'Flyt op'; - @override String get rowsPerPageTitle => 'Rækker pr. side:'; @@ -6315,24 +6081,6 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; - @override - String get reorderItemDown => 'Nach unten verschieben'; - - @override - String get reorderItemLeft => 'Nach links verschieben'; - - @override - String get reorderItemRight => 'Nach rechts verschieben'; - - @override - String get reorderItemToEnd => 'An das Ende verschieben'; - - @override - String get reorderItemToStart => 'An den Anfang verschieben'; - - @override - String get reorderItemUp => 'Nach oben verschieben'; - @override String get rowsPerPageTitle => 'Zeilen pro Seite:'; @@ -6836,24 +6584,6 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; - @override - String get reorderItemDown => 'Μετακίνηση προς τα κάτω'; - - @override - String get reorderItemLeft => 'Μετακίνηση αριστερά'; - - @override - String get reorderItemRight => 'Μετακίνηση δεξιά'; - - @override - String get reorderItemToEnd => 'Μετακίνηση στο τέλος'; - - @override - String get reorderItemToStart => 'Μετακίνηση στην αρχή'; - - @override - String get reorderItemUp => 'Μετακίνηση προς τα πάνω'; - @override String get rowsPerPageTitle => 'Σειρές ανά σελίδα:'; @@ -7293,24 +7023,6 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'No characters remaining'; - @override - String get reorderItemDown => 'Move down'; - - @override - String get reorderItemLeft => 'Move left'; - - @override - String get reorderItemRight => 'Move right'; - - @override - String get reorderItemToEnd => 'Move to the end'; - - @override - String get reorderItemToStart => 'Move to the start'; - - @override - String get reorderItemUp => 'Move up'; - @override String get rowsPerPageTitle => 'Rows per page:'; @@ -7476,12 +7188,6 @@ class MaterialLocalizationEnAu extends MaterialLocalizationEn { @override String get dialogLabel => 'Dialogue'; - - @override - String get reorderItemLeft => 'Move to the left'; - - @override - String get reorderItemRight => 'Move to the right'; } /// The translations for English, as used in Canada (`en_CA`). @@ -7585,12 +7291,6 @@ class MaterialLocalizationEnCa extends MaterialLocalizationEn { @override String get dialogLabel => 'Dialogue'; - - @override - String get reorderItemLeft => 'Move to the left'; - - @override - String get reorderItemRight => 'Move to the right'; } /// The translations for English, as used in the United Kingdom (`en_GB`). @@ -7676,12 +7376,6 @@ class MaterialLocalizationEnGb extends MaterialLocalizationEn { @override String get dialogLabel => 'Dialogue'; - - @override - String get reorderItemLeft => 'Move to the left'; - - @override - String get reorderItemRight => 'Move to the right'; } /// The translations for English, as used in Ireland (`en_IE`). @@ -7767,12 +7461,6 @@ class MaterialLocalizationEnIe extends MaterialLocalizationEn { @override String get dialogLabel => 'Dialogue'; - - @override - String get reorderItemLeft => 'Move to the left'; - - @override - String get reorderItemRight => 'Move to the right'; } /// The translations for English, as used in India (`en_IN`). @@ -7855,12 +7543,6 @@ class MaterialLocalizationEnIn extends MaterialLocalizationEn { @override String get dialogLabel => 'Dialogue'; - - @override - String get reorderItemLeft => 'Move to the left'; - - @override - String get reorderItemRight => 'Move to the right'; } /// The translations for English, as used in New Zealand (`en_NZ`). @@ -7943,12 +7625,6 @@ class MaterialLocalizationEnNz extends MaterialLocalizationEn { @override String get dialogLabel => 'Dialogue'; - - @override - String get reorderItemLeft => 'Move to the left'; - - @override - String get reorderItemRight => 'Move to the right'; } /// The translations for English, as used in Singapore (`en_SG`). @@ -8031,12 +7707,6 @@ class MaterialLocalizationEnSg extends MaterialLocalizationEn { @override String get dialogLabel => 'Dialogue'; - - @override - String get reorderItemLeft => 'Move to the left'; - - @override - String get reorderItemRight => 'Move to the right'; } /// The translations for English, as used in South Africa (`en_ZA`). @@ -8122,12 +7792,6 @@ class MaterialLocalizationEnZa extends MaterialLocalizationEn { @override String get dialogLabel => 'Dialogue'; - - @override - String get reorderItemLeft => 'Move to the left'; - - @override - String get reorderItemRight => 'Move to the right'; } /// The translations for Spanish Castilian (`es`). @@ -8484,24 +8148,6 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; - @override - String get reorderItemDown => 'Mover hacia abajo'; - - @override - String get reorderItemLeft => 'Mover hacia la izquierda'; - - @override - String get reorderItemRight => 'Mover hacia la derecha'; - - @override - String get reorderItemToEnd => 'Mover al final'; - - @override - String get reorderItemToStart => 'Mover al principio'; - - @override - String get reorderItemUp => 'Mover hacia arriba'; - @override String get rowsPerPageTitle => 'Filas por página:'; @@ -8746,9 +8392,6 @@ class MaterialLocalizationEs419 extends MaterialLocalizationEs { @override String get dialogLabel => 'Diálogo'; - @override - String get reorderItemToStart => 'Mover al inicio'; - @override String get expandedIconTapHint => 'Contraer'; @@ -8915,9 +8558,6 @@ class MaterialLocalizationEsAr extends MaterialLocalizationEs { @override String get dialogLabel => 'Diálogo'; - @override - String get reorderItemToStart => 'Mover al inicio'; - @override String get expandedIconTapHint => 'Contraer'; @@ -9042,9 +8682,6 @@ class MaterialLocalizationEsBo extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get reorderItemToStart => 'Mover al inicio'; - @override String get modalBarrierDismissLabel => 'Descartar'; @@ -9211,9 +8848,6 @@ class MaterialLocalizationEsCl extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get reorderItemToStart => 'Mover al inicio'; - @override String get modalBarrierDismissLabel => 'Descartar'; @@ -9380,9 +9014,6 @@ class MaterialLocalizationEsCo extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get reorderItemToStart => 'Mover al inicio'; - @override String get modalBarrierDismissLabel => 'Descartar'; @@ -9549,9 +9180,6 @@ class MaterialLocalizationEsCr extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get reorderItemToStart => 'Mover al inicio'; - @override String get modalBarrierDismissLabel => 'Descartar'; @@ -9718,9 +9346,6 @@ class MaterialLocalizationEsDo extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get reorderItemToStart => 'Mover al inicio'; - @override String get modalBarrierDismissLabel => 'Descartar'; @@ -9887,9 +9512,6 @@ class MaterialLocalizationEsEc extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get reorderItemToStart => 'Mover al inicio'; - @override String get modalBarrierDismissLabel => 'Descartar'; @@ -10056,9 +9678,6 @@ class MaterialLocalizationEsGt extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get reorderItemToStart => 'Mover al inicio'; - @override String get modalBarrierDismissLabel => 'Descartar'; @@ -10225,9 +9844,6 @@ class MaterialLocalizationEsHn extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get reorderItemToStart => 'Mover al inicio'; - @override String get modalBarrierDismissLabel => 'Descartar'; @@ -10394,9 +10010,6 @@ class MaterialLocalizationEsMx extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get reorderItemToStart => 'Mover al inicio'; - @override String get modalBarrierDismissLabel => 'Descartar'; @@ -10563,9 +10176,6 @@ class MaterialLocalizationEsNi extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get reorderItemToStart => 'Mover al inicio'; - @override String get modalBarrierDismissLabel => 'Descartar'; @@ -10732,9 +10342,6 @@ class MaterialLocalizationEsPa extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get reorderItemToStart => 'Mover al inicio'; - @override String get modalBarrierDismissLabel => 'Descartar'; @@ -10901,9 +10508,6 @@ class MaterialLocalizationEsPe extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get reorderItemToStart => 'Mover al inicio'; - @override String get modalBarrierDismissLabel => 'Descartar'; @@ -11070,9 +10674,6 @@ class MaterialLocalizationEsPr extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get reorderItemToStart => 'Mover al inicio'; - @override String get modalBarrierDismissLabel => 'Descartar'; @@ -11239,9 +10840,6 @@ class MaterialLocalizationEsPy extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get reorderItemToStart => 'Mover al inicio'; - @override String get modalBarrierDismissLabel => 'Descartar'; @@ -11408,9 +11006,6 @@ class MaterialLocalizationEsSv extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get reorderItemToStart => 'Mover al inicio'; - @override String get modalBarrierDismissLabel => 'Descartar'; @@ -11577,9 +11172,6 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get reorderItemToStart => 'Mover al inicio'; - @override String get modalBarrierDismissLabel => 'Descartar'; @@ -11749,9 +11341,6 @@ class MaterialLocalizationEsUy extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get reorderItemToStart => 'Mover al inicio'; - @override String get modalBarrierDismissLabel => 'Descartar'; @@ -11918,9 +11507,6 @@ class MaterialLocalizationEsVe extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; - @override - String get reorderItemToStart => 'Mover al inicio'; - @override String get modalBarrierDismissLabel => 'Descartar'; @@ -12324,24 +11910,6 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; - @override - String get reorderItemDown => 'Teisalda alla'; - - @override - String get reorderItemLeft => 'Teisalda vasakule'; - - @override - String get reorderItemRight => 'Teisalda paremale'; - - @override - String get reorderItemToEnd => 'Teisalda lõppu'; - - @override - String get reorderItemToStart => 'Teisalda algusesse'; - - @override - String get reorderItemUp => 'Teisalda üles'; - @override String get rowsPerPageTitle => 'Ridu lehe kohta:'; @@ -12781,24 +12349,6 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; - @override - String get reorderItemDown => 'Eraman behera'; - - @override - String get reorderItemLeft => 'Eraman ezkerrera'; - - @override - String get reorderItemRight => 'Eraman eskuinera'; - - @override - String get reorderItemToEnd => 'Eraman amaierara'; - - @override - String get reorderItemToStart => 'Eraman hasierara'; - - @override - String get reorderItemUp => 'Eraman gora'; - @override String get rowsPerPageTitle => 'Errenkadak orriko:'; @@ -13238,24 +12788,6 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; - @override - String get reorderItemDown => 'انتقال به پایین'; - - @override - String get reorderItemLeft => 'انتقال به راست'; - - @override - String get reorderItemRight => 'انتقال به چپ'; - - @override - String get reorderItemToEnd => 'انتقال به انتها'; - - @override - String get reorderItemToStart => 'انتقال به ابتدا'; - - @override - String get reorderItemUp => 'انتقال به بالا'; - @override String get rowsPerPageTitle => 'ردیف در هر صفحه:'; @@ -13695,24 +13227,6 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; - @override - String get reorderItemDown => 'Siirrä alas'; - - @override - String get reorderItemLeft => 'Siirrä vasemmalle'; - - @override - String get reorderItemRight => 'Siirrä oikealle'; - - @override - String get reorderItemToEnd => 'Siirrä loppuun'; - - @override - String get reorderItemToStart => 'Siirrä alkuun'; - - @override - String get reorderItemUp => 'Siirrä ylös'; - @override String get rowsPerPageTitle => 'Riviä/sivu:'; @@ -14152,24 +13666,6 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; - @override - String get reorderItemDown => 'Ilipat pababa'; - - @override - String get reorderItemLeft => 'Ilipat pakaliwa'; - - @override - String get reorderItemRight => 'Ilipat pakanan'; - - @override - String get reorderItemToEnd => 'Ilipat sa dulo'; - - @override - String get reorderItemToStart => 'Ilipat sa simula'; - - @override - String get reorderItemUp => 'Ilipat pataas'; - @override String get rowsPerPageTitle => 'Mga row bawat page:'; @@ -14609,24 +14105,6 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; - @override - String get reorderItemDown => 'Déplacer vers le bas'; - - @override - String get reorderItemLeft => 'Déplacer vers la gauche'; - - @override - String get reorderItemRight => 'Déplacer vers la droite'; - - @override - String get reorderItemToEnd => 'Déplacer vers la fin'; - - @override - String get reorderItemToStart => 'Déplacer vers le début'; - - @override - String get reorderItemUp => 'Déplacer vers le haut'; - @override String get rowsPerPageTitle => 'Lignes par page :'; @@ -14844,12 +14322,6 @@ class MaterialLocalizationFrCa extends MaterialLocalizationFr { @override String get timePickerMinuteModeAnnouncement => 'Sélectionnez les minutes'; - @override - String get reorderItemToStart => 'Déplacer au début'; - - @override - String get reorderItemToEnd => 'Déplacer à la fin'; - @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.frenchCanadian; } @@ -15208,24 +14680,6 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; - @override - String get reorderItemDown => 'Mover cara abaixo'; - - @override - String get reorderItemLeft => 'Mover cara á esquerda'; - - @override - String get reorderItemRight => 'Mover cara á dereita'; - - @override - String get reorderItemToEnd => 'Mover ao final'; - - @override - String get reorderItemToStart => 'Mover ao inicio'; - - @override - String get reorderItemUp => 'Mover cara arriba'; - @override String get rowsPerPageTitle => 'Filas por páxina:'; @@ -15665,24 +15119,6 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; - @override - String get reorderItemDown => 'Nach unten verschieben'; - - @override - String get reorderItemLeft => 'Nach links verschieben'; - - @override - String get reorderItemRight => 'Nach rechts verschieben'; - - @override - String get reorderItemToEnd => 'An das Ende verschieben'; - - @override - String get reorderItemToStart => 'An den Anfang verschieben'; - - @override - String get reorderItemUp => 'Nach oben verschieben'; - @override String get rowsPerPageTitle => 'Zeilen pro Seite:'; @@ -16122,24 +15558,6 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; - @override - String get reorderItemDown => 'નીચે ખસેડો'; - - @override - String get reorderItemLeft => 'ડાબે ખસેડો'; - - @override - String get reorderItemRight => 'જમણે ખસેડો'; - - @override - String get reorderItemToEnd => 'અંતમાં ખસેડો'; - - @override - String get reorderItemToStart => 'પ્રારંભમાં ખસેડો'; - - @override - String get reorderItemUp => 'ઉપર ખસેડો'; - @override String get rowsPerPageTitle => 'પેજ દીઠ પંક્તિઓ:'; @@ -16579,24 +15997,6 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; - @override - String get reorderItemDown => 'העברה למטה'; - - @override - String get reorderItemLeft => 'העברה שמאלה'; - - @override - String get reorderItemRight => 'העברה ימינה'; - - @override - String get reorderItemToEnd => 'העברה לסוף'; - - @override - String get reorderItemToStart => 'העברה להתחלה'; - - @override - String get reorderItemUp => 'העברה למעלה'; - @override String get rowsPerPageTitle => 'שורות בכל דף:'; @@ -17036,24 +16436,6 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; - @override - String get reorderItemDown => 'नीचे ले जाएं'; - - @override - String get reorderItemLeft => 'बाएं ले जाएं'; - - @override - String get reorderItemRight => 'दाएं ले जाएं'; - - @override - String get reorderItemToEnd => 'आखिर में ले जाएं'; - - @override - String get reorderItemToStart => 'शुरुआत पर ले जाएं'; - - @override - String get reorderItemUp => 'ऊपर ले जाएं'; - @override String get rowsPerPageTitle => 'हर पेज में पंक्तियों की संख्या:'; @@ -17493,24 +16875,6 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; - @override - String get reorderItemDown => 'Pomakni prema dolje'; - - @override - String get reorderItemLeft => 'Pomakni ulijevo'; - - @override - String get reorderItemRight => 'Pomakni udesno'; - - @override - String get reorderItemToEnd => 'Premjesti na kraj'; - - @override - String get reorderItemToStart => 'Premjesti na početak'; - - @override - String get reorderItemUp => 'Pomakni prema gore'; - @override String get rowsPerPageTitle => 'Redaka po stranici:'; @@ -17950,24 +17314,6 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; - @override - String get reorderItemDown => 'Áthelyezés lefelé'; - - @override - String get reorderItemLeft => 'Áthelyezés balra'; - - @override - String get reorderItemRight => 'Áthelyezés jobbra'; - - @override - String get reorderItemToEnd => 'Áthelyezés a végére'; - - @override - String get reorderItemToStart => 'Áthelyezés az elejére'; - - @override - String get reorderItemUp => 'Áthelyezés felfelé'; - @override String get rowsPerPageTitle => 'Oldalankénti sorszám:'; @@ -18407,24 +17753,6 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'Նիշի հնարավորություն չկա'; - @override - String get reorderItemDown => 'Տեղափոխել ներքև'; - - @override - String get reorderItemLeft => 'Տեղափոխել ձախ'; - - @override - String get reorderItemRight => 'Տեղափոխել աջ'; - - @override - String get reorderItemToEnd => 'Տեղափոխել վերջ'; - - @override - String get reorderItemToStart => 'Տեղափոխել սկիզբ'; - - @override - String get reorderItemUp => 'Տեղափոխել վերև'; - @override String get rowsPerPageTitle => 'Մեկ էջի տողերը՝'; @@ -18864,24 +18192,6 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; - @override - String get reorderItemDown => 'Turunkan'; - - @override - String get reorderItemLeft => 'Pindahkan ke kiri'; - - @override - String get reorderItemRight => 'Pindahkan ke kanan'; - - @override - String get reorderItemToEnd => 'Pindahkan ke akhir'; - - @override - String get reorderItemToStart => 'Pindahkan ke awal'; - - @override - String get reorderItemUp => 'Naikkan'; - @override String get rowsPerPageTitle => 'Baris per halaman:'; @@ -19321,24 +18631,6 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; - @override - String get reorderItemDown => 'Færa niður'; - - @override - String get reorderItemLeft => 'Færa til vinstri'; - - @override - String get reorderItemRight => 'Færa til hægri'; - - @override - String get reorderItemToEnd => 'Færa aftast'; - - @override - String get reorderItemToStart => 'Færa fremst'; - - @override - String get reorderItemUp => 'Færa upp'; - @override String get rowsPerPageTitle => 'Línur á síðu:'; @@ -19778,24 +19070,6 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; - @override - String get reorderItemDown => 'Sposta giù'; - - @override - String get reorderItemLeft => 'Sposta a sinistra'; - - @override - String get reorderItemRight => 'Sposta a destra'; - - @override - String get reorderItemToEnd => 'Sposta alla fine'; - - @override - String get reorderItemToStart => "Sposta all'inizio"; - - @override - String get reorderItemUp => 'Sposta su'; - @override String get rowsPerPageTitle => 'Righe per pagina:'; @@ -20235,24 +19509,6 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; - @override - String get reorderItemDown => '下に移動'; - - @override - String get reorderItemLeft => '左に移動'; - - @override - String get reorderItemRight => '右に移動'; - - @override - String get reorderItemToEnd => '最後に移動'; - - @override - String get reorderItemToStart => '先頭に移動'; - - @override - String get reorderItemUp => '上に移動'; - @override String get rowsPerPageTitle => 'ページあたりの行数:'; @@ -20692,24 +19948,6 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; - @override - String get reorderItemDown => 'ქვემოთ გადატანა'; - - @override - String get reorderItemLeft => 'მარცხნივ გადატანა'; - - @override - String get reorderItemRight => 'მარჯვნივ გადატანა'; - - @override - String get reorderItemToEnd => 'ბოლოში გადატანა'; - - @override - String get reorderItemToStart => 'დასაწყისში გადატანა'; - - @override - String get reorderItemUp => 'ზემოთ გადატანა'; - @override String get rowsPerPageTitle => 'მწკრივი გვერდზე:'; @@ -21149,24 +20387,6 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'Таңбалар қалмады'; - @override - String get reorderItemDown => 'Төменге жылжыту'; - - @override - String get reorderItemLeft => 'Солға жылжыту'; - - @override - String get reorderItemRight => 'Оңға жылжыту'; - - @override - String get reorderItemToEnd => 'Соңына өту'; - - @override - String get reorderItemToStart => 'Басына өту'; - - @override - String get reorderItemUp => 'Жоғарыға жылжыту'; - @override String get rowsPerPageTitle => 'Әр беттегі жолдар саны:'; @@ -21606,24 +20826,6 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; - @override - String get reorderItemDown => 'ផ្លាស់ទី​ចុះ​ក្រោម'; - - @override - String get reorderItemLeft => 'ផ្លាស់ទី​ទៅ​ឆ្វេង'; - - @override - String get reorderItemRight => 'ផ្លាស់ទីទៅ​ស្តាំ'; - - @override - String get reorderItemToEnd => 'ផ្លាស់ទីទៅ​ចំណុចបញ្ចប់'; - - @override - String get reorderItemToStart => 'ផ្លាស់ទីទៅ​ចំណុច​ចាប់ផ្ដើម'; - - @override - String get reorderItemUp => 'ផ្លាស់ទី​ឡើង​លើ'; - @override String get rowsPerPageTitle => 'ជួរ​ដេក​ក្នុង​មួយ​ទំព័រ៖'; @@ -22063,24 +21265,6 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; - @override - String get reorderItemDown => '\u{c95}\u{cc6}\u{cb3}\u{c97}\u{cc6}\u{20}\u{cb8}\u{cb0}\u{cbf}\u{cb8}\u{cbf}'; - - @override - String get reorderItemLeft => '\u{c8e}\u{ca1}\u{c95}\u{ccd}\u{c95}\u{cc6}\u{20}\u{cb8}\u{cb0}\u{cbf}\u{cb8}\u{cbf}'; - - @override - String get reorderItemRight => '\u{cac}\u{cb2}\u{c95}\u{ccd}\u{c95}\u{cc6}\u{20}\u{cb8}\u{cb0}\u{cbf}\u{cb8}\u{cbf}'; - - @override - String get reorderItemToEnd => '\u{c95}\u{cca}\u{ca8}\u{cc6}\u{c97}\u{cc6}\u{20}\u{cb8}\u{cb0}\u{cbf}\u{cb8}\u{cbf}'; - - @override - String get reorderItemToStart => '\u{caa}\u{ccd}\u{cb0}\u{cbe}\u{cb0}\u{c82}\u{cad}\u{c95}\u{ccd}\u{c95}\u{cc6}\u{20}\u{cb8}\u{cb0}\u{cbf}\u{cb8}\u{cbf}'; - - @override - String get reorderItemUp => '\u{cae}\u{cc7}\u{cb2}\u{cc6}\u{20}\u{cb8}\u{cb0}\u{cbf}\u{cb8}\u{cbf}'; - @override String get rowsPerPageTitle => '\u{caa}\u{ccd}\u{cb0}\u{ca4}\u{cbf}\u{20}\u{caa}\u{cc1}\u{c9f}\u{c95}\u{ccd}\u{c95}\u{cc6}\u{20}\u{cb8}\u{cbe}\u{cb2}\u{cc1}\u{c97}\u{cb3}\u{cc1}\u{3a}'; @@ -22520,24 +21704,6 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; - @override - String get reorderItemDown => '아래로 이동'; - - @override - String get reorderItemLeft => '왼쪽으로 이동'; - - @override - String get reorderItemRight => '오른쪽으로 이동'; - - @override - String get reorderItemToEnd => '끝으로 이동'; - - @override - String get reorderItemToStart => '시작으로 이동'; - - @override - String get reorderItemUp => '위로 이동'; - @override String get rowsPerPageTitle => '페이지당 행 수:'; @@ -22977,24 +22143,6 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; - @override - String get reorderItemDown => 'Төмөн жылдыруу'; - - @override - String get reorderItemLeft => 'Солго жылдыруу'; - - @override - String get reorderItemRight => 'Оңго жылдыруу'; - - @override - String get reorderItemToEnd => 'Аягына жылдыруу'; - - @override - String get reorderItemToStart => 'Башына жылдыруу'; - - @override - String get reorderItemUp => 'Жогору жылдыруу'; - @override String get rowsPerPageTitle => 'Бир беттеги саптардын саны:'; @@ -23434,24 +22582,6 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; - @override - String get reorderItemDown => 'ຍ້າຍລົງ'; - - @override - String get reorderItemLeft => 'ຍ້າຍໄປຊ້າຍ'; - - @override - String get reorderItemRight => 'ຍ້າຍໄປຂວາ'; - - @override - String get reorderItemToEnd => 'ຍ້າຍໄປສິ້ນສຸດ'; - - @override - String get reorderItemToStart => 'ຍ້າຍໄປເລີ່ມຕົ້ນ'; - - @override - String get reorderItemUp => 'ຍ້າຍຂຶ້ນ'; - @override String get rowsPerPageTitle => 'ແຖວຕໍ່ໜ້າ:'; @@ -23891,24 +23021,6 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; - @override - String get reorderItemDown => 'Perkelti žemyn'; - - @override - String get reorderItemLeft => 'Perkelti kairėn'; - - @override - String get reorderItemRight => 'Perkelti dešinėn'; - - @override - String get reorderItemToEnd => 'Perkelti į pabaigą'; - - @override - String get reorderItemToStart => 'Perkelti į pradžią'; - - @override - String get reorderItemUp => 'Perkelti aukštyn'; - @override String get rowsPerPageTitle => 'Eilučių puslapyje:'; @@ -24348,24 +23460,6 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'Nav atlikusi neviena rakstzīme.'; - @override - String get reorderItemDown => 'Pārvietot uz leju'; - - @override - String get reorderItemLeft => 'Pārvietot pa kreisi'; - - @override - String get reorderItemRight => 'Pārvietot pa labi'; - - @override - String get reorderItemToEnd => 'Pārvietot uz beigām'; - - @override - String get reorderItemToStart => 'Pārvietot uz sākumu'; - - @override - String get reorderItemUp => 'Pārvietot uz augšu'; - @override String get rowsPerPageTitle => 'Rindas lapā:'; @@ -24805,24 +23899,6 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; - @override - String get reorderItemDown => 'Преместете надолу'; - - @override - String get reorderItemLeft => 'Преместете налево'; - - @override - String get reorderItemRight => 'Преместете надесно'; - - @override - String get reorderItemToEnd => 'Преместете на крајот'; - - @override - String get reorderItemToStart => 'Преместете на почеток'; - - @override - String get reorderItemUp => 'Преместете нагоре'; - @override String get rowsPerPageTitle => 'Редови на страница:'; @@ -25262,24 +24338,6 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; - @override - String get reorderItemDown => 'താഴോട്ട് നീക്കുക'; - - @override - String get reorderItemLeft => 'ഇടത്തോട്ട് നീക്കുക'; - - @override - String get reorderItemRight => 'വലത്തോട്ട് നീക്കുക'; - - @override - String get reorderItemToEnd => 'അവസാന ഭാഗത്തേക്ക് പോവുക'; - - @override - String get reorderItemToStart => 'തുടക്കത്തിലേക്ക് പോവുക'; - - @override - String get reorderItemUp => 'മുകളിലോട്ട് നീക്കുക'; - @override String get rowsPerPageTitle => 'ഓരോ പേജിലുമുള്ള വരികൾ:'; @@ -25719,24 +24777,6 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'No characters remaining'; - @override - String get reorderItemDown => 'Доош зөөх'; - - @override - String get reorderItemLeft => 'Зүүн тийш зөөх'; - - @override - String get reorderItemRight => 'Баруун тийш зөөх'; - - @override - String get reorderItemToEnd => 'Төгсгөл рүү зөөх'; - - @override - String get reorderItemToStart => 'Эхлэл рүү зөөх'; - - @override - String get reorderItemUp => 'Дээш зөөх'; - @override String get rowsPerPageTitle => 'Хуудсан дахь мөрийн тоо:'; @@ -26176,24 +25216,6 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'कोणतेही वर्ण शिल्लक नाहीत'; - @override - String get reorderItemDown => 'खाली हलवा'; - - @override - String get reorderItemLeft => 'डावीकडे हलवा'; - - @override - String get reorderItemRight => 'उजवीकडे हलवा'; - - @override - String get reorderItemToEnd => 'शेवटाकडे हलवा'; - - @override - String get reorderItemToStart => 'सुरुवातीला हलवा'; - - @override - String get reorderItemUp => 'वर हलवा'; - @override String get rowsPerPageTitle => 'प्रति पेज पंक्ती:'; @@ -26633,24 +25655,6 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; - @override - String get reorderItemDown => 'Alih ke bawah'; - - @override - String get reorderItemLeft => 'Alih ke kiri'; - - @override - String get reorderItemRight => 'Alih ke kanan'; - - @override - String get reorderItemToEnd => 'Alih ke penghujung'; - - @override - String get reorderItemToStart => 'Alih ke permulaan'; - - @override - String get reorderItemUp => 'Alih ke atas'; - @override String get rowsPerPageTitle => 'Baris setiap halaman:'; @@ -27090,24 +26094,6 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; - @override - String get reorderItemDown => 'အောက်သို့ရွှေ့ရန်'; - - @override - String get reorderItemLeft => 'ဘယ်ဘက်သို့ရွှေ့ရန်'; - - @override - String get reorderItemRight => 'ညာဘက်သို့ရွှေ့ရန်'; - - @override - String get reorderItemToEnd => 'အဆုံးသို့ ‌ရွှေ့ရန်'; - - @override - String get reorderItemToStart => 'အစသို့ ရွှေ့ရန်'; - - @override - String get reorderItemUp => 'အပေါ်သို့ ရွှေ့ရန်'; - @override String get rowsPerPageTitle => 'စာတစ်မျက်နှာပါ လိုင်းအရေအတွက်−'; @@ -27547,24 +26533,6 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; - @override - String get reorderItemDown => 'Flytt ned'; - - @override - String get reorderItemLeft => 'Flytt til venstre'; - - @override - String get reorderItemRight => 'Flytt til høyre'; - - @override - String get reorderItemToEnd => 'Flytt til slutten'; - - @override - String get reorderItemToStart => 'Flytt til starten'; - - @override - String get reorderItemUp => 'Flytt opp'; - @override String get rowsPerPageTitle => 'Rader per side:'; @@ -28004,24 +26972,6 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; - @override - String get reorderItemDown => 'तल सार्नुहोस्'; - - @override - String get reorderItemLeft => 'बायाँ सार्नुहोस्'; - - @override - String get reorderItemRight => 'दायाँ सार्नुहोस्'; - - @override - String get reorderItemToEnd => 'अन्त्यमा जानुहोस्'; - - @override - String get reorderItemToStart => 'सुरुमा सार्नुहोस्'; - - @override - String get reorderItemUp => 'माथि सार्नुहोस्'; - @override String get rowsPerPageTitle => 'प्रत्येक पृष्ठमा रहेका पङ्क्तिहरूको सङ्ख्या:'; @@ -28461,24 +27411,6 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; - @override - String get reorderItemDown => 'Omlaag verplaatsen'; - - @override - String get reorderItemLeft => 'Naar links verplaatsen'; - - @override - String get reorderItemRight => 'Naar rechts verplaatsen'; - - @override - String get reorderItemToEnd => 'Naar het einde verplaatsen'; - - @override - String get reorderItemToStart => 'Naar het begin verplaatsen'; - - @override - String get reorderItemUp => 'Omhoog verplaatsen'; - @override String get rowsPerPageTitle => 'Rijen per pagina:'; @@ -28918,24 +27850,6 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; - @override - String get reorderItemDown => 'Flytt ned'; - - @override - String get reorderItemLeft => 'Flytt til venstre'; - - @override - String get reorderItemRight => 'Flytt til høyre'; - - @override - String get reorderItemToEnd => 'Flytt til slutten'; - - @override - String get reorderItemToStart => 'Flytt til starten'; - - @override - String get reorderItemUp => 'Flytt opp'; - @override String get rowsPerPageTitle => 'Rader per side:'; @@ -29375,24 +28289,6 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; - @override - String get reorderItemDown => 'ତଳକୁ ଯାଆନ୍ତୁ'; - - @override - String get reorderItemLeft => 'ବାମକୁ ଯାଆନ୍ତୁ'; - - @override - String get reorderItemRight => 'ଡାହାଣକୁ ଯାଆନ୍ତୁ'; - - @override - String get reorderItemToEnd => 'ଶେଷକୁ ଯାଆନ୍ତୁ'; - - @override - String get reorderItemToStart => 'ଆରମ୍ଭକୁ ଯାଆନ୍ତୁ'; - - @override - String get reorderItemUp => 'ଉପରକୁ ନିଅନ୍ତୁ'; - @override String get rowsPerPageTitle => 'ପୃଷ୍ଠା ପିଛା ଧାଡ଼ି:'; @@ -29832,24 +28728,6 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; - @override - String get reorderItemDown => 'ਹੇਠਾਂ ਲਿਜਾਓ'; - - @override - String get reorderItemLeft => 'ਖੱਬੇ ਲਿਜਾਓ'; - - @override - String get reorderItemRight => 'ਸੱਜੇ ਲਿਜਾਓ'; - - @override - String get reorderItemToEnd => 'ਅੰਤ ਵਿੱਚ ਲਿਜਾਓ'; - - @override - String get reorderItemToStart => 'ਸ਼ੁਰੂ ਵਿੱਚ ਲਿਜਾਓ'; - - @override - String get reorderItemUp => 'ਉੱਪਰ ਲਿਜਾਓ'; - @override String get rowsPerPageTitle => "ਹਰ ਪੰਨੇ 'ਤੇ ਕਤਾਰਾਂ:"; @@ -30289,24 +29167,6 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; - @override - String get reorderItemDown => 'Przenieś w dół'; - - @override - String get reorderItemLeft => 'Przenieś w lewo'; - - @override - String get reorderItemRight => 'Przenieś w prawo'; - - @override - String get reorderItemToEnd => 'Przenieś na koniec'; - - @override - String get reorderItemToStart => 'Przenieś na początek'; - - @override - String get reorderItemUp => 'Przenieś w górę'; - @override String get rowsPerPageTitle => 'Wiersze na stronie:'; @@ -30746,24 +29606,6 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'No characters remaining'; - @override - String get reorderItemDown => 'Move down'; - - @override - String get reorderItemLeft => 'Move left'; - - @override - String get reorderItemRight => 'Move right'; - - @override - String get reorderItemToEnd => 'Move to the end'; - - @override - String get reorderItemToStart => 'Move to the start'; - - @override - String get reorderItemUp => 'Move up'; - @override String get rowsPerPageTitle => 'د هرې پاڼې پاڼې:'; @@ -31203,24 +30045,6 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; - @override - String get reorderItemDown => 'Mover para baixo'; - - @override - String get reorderItemLeft => 'Mover para a esquerda'; - - @override - String get reorderItemRight => 'Mover para a direita'; - - @override - String get reorderItemToEnd => 'Mover para o final'; - - @override - String get reorderItemToStart => 'Mover para o início'; - - @override - String get reorderItemUp => 'Mover para cima'; - @override String get rowsPerPageTitle => 'Linhas por página:'; @@ -31441,9 +30265,6 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { @override String get searchFieldLabel => 'Pesquisar'; - @override - String get reorderItemToEnd => 'Mover para o fim'; - @override String get expandedIconTapHint => 'Reduzir'; @@ -31811,24 +30632,6 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; - @override - String get reorderItemDown => 'Mutați în jos'; - - @override - String get reorderItemLeft => 'Mutați la stânga'; - - @override - String get reorderItemRight => 'Mutați la dreapta'; - - @override - String get reorderItemToEnd => 'Mutați la sfârșit'; - - @override - String get reorderItemToStart => 'Mutați la început'; - - @override - String get reorderItemUp => 'Mutați în sus'; - @override String get rowsPerPageTitle => 'Rânduri pe pagină:'; @@ -32268,24 +31071,6 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; - @override - String get reorderItemDown => 'Переместить вниз'; - - @override - String get reorderItemLeft => 'Переместить влево'; - - @override - String get reorderItemRight => 'Переместить вправо'; - - @override - String get reorderItemToEnd => 'Переместить в конец'; - - @override - String get reorderItemToStart => 'Переместить в начало'; - - @override - String get reorderItemUp => 'Переместить вверх'; - @override String get rowsPerPageTitle => 'Строк на странице:'; @@ -32725,24 +31510,6 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; - @override - String get reorderItemDown => 'පහළට ගෙන යන්න'; - - @override - String get reorderItemLeft => 'වමට ගෙන යන්න'; - - @override - String get reorderItemRight => 'දකුණට ගෙන යන්න'; - - @override - String get reorderItemToEnd => 'අවසානයට යන්න'; - - @override - String get reorderItemToStart => 'ආරම්භය වෙත යන්න'; - - @override - String get reorderItemUp => 'ඉහළට ගෙන යන්න'; - @override String get rowsPerPageTitle => 'පිටුවකට පේළි:'; @@ -33182,24 +31949,6 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; - @override - String get reorderItemDown => 'Presunúť nadol'; - - @override - String get reorderItemLeft => 'Presunúť doľava'; - - @override - String get reorderItemRight => 'Presunúť doprava'; - - @override - String get reorderItemToEnd => 'Presunúť na koniec'; - - @override - String get reorderItemToStart => 'Presunúť na začiatok'; - - @override - String get reorderItemUp => 'Presunúť nahor'; - @override String get rowsPerPageTitle => 'Počet riadkov na stránku:'; @@ -33639,24 +32388,6 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; - @override - String get reorderItemDown => 'Premakni navzdol'; - - @override - String get reorderItemLeft => 'Premakni levo'; - - @override - String get reorderItemRight => 'Premakni desno'; - - @override - String get reorderItemToEnd => 'Premakni na konec'; - - @override - String get reorderItemToStart => 'Premakni na začetek'; - - @override - String get reorderItemUp => 'Premakni navzgor'; - @override String get rowsPerPageTitle => 'Vrstice na stran:'; @@ -34096,24 +32827,6 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; - @override - String get reorderItemDown => 'Lëvize poshtë'; - - @override - String get reorderItemLeft => 'Lëvize majtas'; - - @override - String get reorderItemRight => 'Lëvize djathtas'; - - @override - String get reorderItemToEnd => 'Lëvize në fund'; - - @override - String get reorderItemToStart => 'Lëvize në fillim'; - - @override - String get reorderItemUp => 'Lëvize lart'; - @override String get rowsPerPageTitle => 'Rreshtat për faqe:'; @@ -34553,24 +33266,6 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; - @override - String get reorderItemDown => 'Померите надоле'; - - @override - String get reorderItemLeft => 'Померите улево'; - - @override - String get reorderItemRight => 'Померите удесно'; - - @override - String get reorderItemToEnd => 'Померите на крај'; - - @override - String get reorderItemToStart => 'Померите на почетак'; - - @override - String get reorderItemUp => 'Померите нагоре'; - @override String get rowsPerPageTitle => 'Редова на страници:'; @@ -34882,24 +33577,6 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { @override String get remainingTextFieldCharacterCountOther => r'Preostalo je $remainingCount znakova'; - @override - String get reorderItemDown => 'Pomerite nadole'; - - @override - String get reorderItemLeft => 'Pomerite ulevo'; - - @override - String get reorderItemRight => 'Pomerite udesno'; - - @override - String get reorderItemToEnd => 'Pomerite na kraj'; - - @override - String get reorderItemToStart => 'Pomerite na početak'; - - @override - String get reorderItemUp => 'Pomerite nagore'; - @override String get rowsPerPageTitle => 'Redova na stranici:'; @@ -35324,24 +34001,6 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; - @override - String get reorderItemDown => 'Flytta nedåt'; - - @override - String get reorderItemLeft => 'Flytta åt vänster'; - - @override - String get reorderItemRight => 'Flytta åt höger'; - - @override - String get reorderItemToEnd => 'Flytta till slutet'; - - @override - String get reorderItemToStart => 'Flytta till början'; - - @override - String get reorderItemUp => 'Flytta uppåt'; - @override String get rowsPerPageTitle => 'Rader per sida:'; @@ -35781,24 +34440,6 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'Hapana herufi zilizo baki'; - @override - String get reorderItemDown => 'Sogeza chini'; - - @override - String get reorderItemLeft => 'Sogeza kushoto'; - - @override - String get reorderItemRight => 'Sogeza kulia'; - - @override - String get reorderItemToEnd => 'Sogeza hadi mwisho'; - - @override - String get reorderItemToStart => 'Sogeza hadi mwanzo'; - - @override - String get reorderItemUp => 'Sogeza juu'; - @override String get rowsPerPageTitle => 'Safu mlalo kwa kila ukurasa:'; @@ -36238,24 +34879,6 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'எழுத்துக்கள் எதுவும் இல்லை'; - @override - String get reorderItemDown => 'கீழே நகர்த்தவும்'; - - @override - String get reorderItemLeft => 'இடப்புறம் நகர்த்தவும்'; - - @override - String get reorderItemRight => 'வலப்புறம் நகர்த்தவும்'; - - @override - String get reorderItemToEnd => 'இறுதிக்கு நகர்த்தவும்'; - - @override - String get reorderItemToStart => 'தொடக்கத்திற்கு நகர்த்தவும்'; - - @override - String get reorderItemUp => 'மேலே நகர்த்தவும்'; - @override String get rowsPerPageTitle => 'ஒரு பக்கத்திற்கான வரிசைகள்:'; @@ -36695,24 +35318,6 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; - @override - String get reorderItemDown => 'కిందికు జరుపు'; - - @override - String get reorderItemLeft => 'ఎడమవైపుగా జరపండి'; - - @override - String get reorderItemRight => 'కుడివైపుగా జరపండి'; - - @override - String get reorderItemToEnd => 'చివరకు తరలించండి'; - - @override - String get reorderItemToStart => 'ప్రారంభానికి తరలించండి'; - - @override - String get reorderItemUp => 'పైకి జరపండి'; - @override String get rowsPerPageTitle => 'పేజీకి ఉండే అడ్డు వరుసలు:'; @@ -37152,24 +35757,6 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; - @override - String get reorderItemDown => 'ย้ายลง'; - - @override - String get reorderItemLeft => 'ย้ายไปทางซ้าย'; - - @override - String get reorderItemRight => 'ย้ายไปทางขวา'; - - @override - String get reorderItemToEnd => 'ย้ายไปท้ายรายการ'; - - @override - String get reorderItemToStart => 'ย้ายไปต้นรายการ'; - - @override - String get reorderItemUp => 'ย้ายขึ้น'; - @override String get rowsPerPageTitle => 'แถวต่อหน้า:'; @@ -37609,24 +36196,6 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; - @override - String get reorderItemDown => 'Ilipat pababa'; - - @override - String get reorderItemLeft => 'Ilipat pakaliwa'; - - @override - String get reorderItemRight => 'Ilipat pakanan'; - - @override - String get reorderItemToEnd => 'Ilipat sa dulo'; - - @override - String get reorderItemToStart => 'Ilipat sa simula'; - - @override - String get reorderItemUp => 'Ilipat pataas'; - @override String get rowsPerPageTitle => 'Mga row bawat page:'; @@ -38066,24 +36635,6 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; - @override - String get reorderItemDown => 'Aşağı taşı'; - - @override - String get reorderItemLeft => 'Sola taşı'; - - @override - String get reorderItemRight => 'Sağa taşı'; - - @override - String get reorderItemToEnd => 'Sona taşı'; - - @override - String get reorderItemToStart => 'Başa taşı'; - - @override - String get reorderItemUp => 'Yukarı taşı'; - @override String get rowsPerPageTitle => 'Sayfa başına satır sayısı:'; @@ -38523,24 +37074,6 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; - @override - String get reorderItemDown => 'Перемістити вниз'; - - @override - String get reorderItemLeft => 'Перемістити ліворуч'; - - @override - String get reorderItemRight => 'Перемістити праворуч'; - - @override - String get reorderItemToEnd => 'Перемістити в кінець'; - - @override - String get reorderItemToStart => 'Перемістити на початок'; - - @override - String get reorderItemUp => 'Перемістити вгору'; - @override String get rowsPerPageTitle => 'Рядків на сторінці:'; @@ -38980,24 +37513,6 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; - @override - String get reorderItemDown => 'نیچے منتقل کریں'; - - @override - String get reorderItemLeft => 'بائیں منتقل کریں'; - - @override - String get reorderItemRight => 'دائیں منتقل کریں'; - - @override - String get reorderItemToEnd => 'آخر میں منتقل کریں'; - - @override - String get reorderItemToStart => 'شروع میں منتقل کریں'; - - @override - String get reorderItemUp => 'اوپر منتقل کریں'; - @override String get rowsPerPageTitle => 'قطاریں فی صفحہ:'; @@ -39437,24 +37952,6 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; - @override - String get reorderItemDown => 'Pastga siljitish'; - - @override - String get reorderItemLeft => 'Chapga siljitish'; - - @override - String get reorderItemRight => 'Oʻngga siljitish'; - - @override - String get reorderItemToEnd => 'Oxiriga siljitish'; - - @override - String get reorderItemToStart => 'Boshiga siljitish'; - - @override - String get reorderItemUp => 'Tepaga siljitish'; - @override String get rowsPerPageTitle => 'Har bir sahifadagi qatorlar soni:'; @@ -39894,24 +38391,6 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; - @override - String get reorderItemDown => 'Di chuyển xuống'; - - @override - String get reorderItemLeft => 'Di chuyển sang trái'; - - @override - String get reorderItemRight => 'Di chuyển sang phải'; - - @override - String get reorderItemToEnd => 'Di chuyển xuống cuối danh sách'; - - @override - String get reorderItemToStart => 'Di chuyển lên đầu danh sách'; - - @override - String get reorderItemUp => 'Di chuyển lên'; - @override String get rowsPerPageTitle => 'Số hàng mỗi trang:'; @@ -40351,24 +38830,6 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; - @override - String get reorderItemDown => '下移'; - - @override - String get reorderItemLeft => '左移'; - - @override - String get reorderItemRight => '右移'; - - @override - String get reorderItemToEnd => '移到末尾'; - - @override - String get reorderItemToStart => '移到开头'; - - @override - String get reorderItemUp => '上移'; - @override String get rowsPerPageTitle => '每页行数:'; @@ -40731,24 +39192,6 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { @override String get remainingTextFieldCharacterCountOther => r'尚餘 $remainingCount 個字元'; - @override - String get reorderItemDown => '向下移'; - - @override - String get reorderItemLeft => '向左移'; - - @override - String get reorderItemRight => '向右移'; - - @override - String get reorderItemToEnd => '移到最後'; - - @override - String get reorderItemToStart => '移到開頭'; - - @override - String get reorderItemUp => '向上移'; - @override String get rowsPerPageTitle => '每頁列數:'; @@ -40934,12 +39377,6 @@ class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { @override String get alertDialogLabel => '快訊'; - @override - String get reorderItemToStart => '移至開頭'; - - @override - String get reorderItemToEnd => '移至結尾'; - @override String? get remainingTextFieldCharacterCountOne => '還可輸入 1 個字元'; @@ -41301,24 +39738,6 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; - @override - String get reorderItemDown => 'Iya phansi'; - - @override - String get reorderItemLeft => 'Hambisa kwesokunxele'; - - @override - String get reorderItemRight => 'Yisa kwesokudla'; - - @override - String get reorderItemToEnd => 'Yisa ekugcineni'; - - @override - String get reorderItemToStart => 'Yisa ekuqaleni'; - - @override - String get reorderItemUp => 'Iya phezulu'; - @override String get rowsPerPageTitle => 'Imigqa ekhasini ngalinye:'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_af.arb b/packages/flutter_localizations/lib/src/l10n/material_af.arb index c08cbb812538..e3b3a51d2f5f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_af.arb @@ -42,12 +42,6 @@ "dialogLabel": "Dialoog", "alertDialogLabel": "Opletberig", "searchFieldLabel": "Soek", - "reorderItemToStart": "Skuif na die begin", - "reorderItemToEnd": "Skuif na die einde", - "reorderItemUp": "Skuif op", - "reorderItemDown": "Skuif af", - "reorderItemLeft": "Skuif na links", - "reorderItemRight": "Skuif na regs", "expandedIconTapHint": "Vou in", "collapsedIconTapHint": "Vou uit", "remainingTextFieldCharacterCountOne": "1 karakter oor", diff --git a/packages/flutter_localizations/lib/src/l10n/material_am.arb b/packages/flutter_localizations/lib/src/l10n/material_am.arb index b2eab6efa051..e7b1bddccde0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_am.arb @@ -42,12 +42,6 @@ "dialogLabel": "መገናኛ", "alertDialogLabel": "ማንቂያ", "searchFieldLabel": "ይፈልጉ", - "reorderItemToStart": "ወደ መጀመሪያ ውሰድ", - "reorderItemToEnd": "ወደ መጨረሻ ውሰድ", - "reorderItemUp": "ወደ ላይ ውሰድ", - "reorderItemDown": "ወደ ታች ውሰድ", - "reorderItemLeft": "ወደ ግራ ውሰድ", - "reorderItemRight": "ወደ ቀኝ ውሰድ", "expandedIconTapHint": "ሰብስብ", "collapsedIconTapHint": "ዘርጋ", "remainingTextFieldCharacterCountOne": "1 ቁምፊ ይቀራል", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index 6df45e659a62..31c1787ea825 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -52,12 +52,6 @@ "dialogLabel": "مربع حوار", "alertDialogLabel": "تنبيه", "searchFieldLabel": "بحث", - "reorderItemToStart": "نقل إلى بداية القائمة", - "reorderItemToEnd": "نقل إلى نهاية القائمة", - "reorderItemUp": "نقل لأعلى", - "reorderItemDown": "نقل لأسفل", - "reorderItemLeft": "نقل لليمين", - "reorderItemRight": "نقل لليسار", "expandedIconTapHint": "تصغير", "collapsedIconTapHint": "توسيع", "remainingTextFieldCharacterCountZero": "لا أحرف متبقية", diff --git a/packages/flutter_localizations/lib/src/l10n/material_as.arb b/packages/flutter_localizations/lib/src/l10n/material_as.arb index a9bb5a6b6c25..9540561f6bfd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_as.arb @@ -42,12 +42,6 @@ "dialogLabel": "ডায়ল'গ", "alertDialogLabel": "সতৰ্কবাৰ্তা", "searchFieldLabel": "সন্ধান কৰক", - "reorderItemToStart": "আৰম্ভণিলৈ স্থানান্তৰ কৰক", - "reorderItemToEnd": "শেষলৈ স্থানান্তৰ কৰক", - "reorderItemUp": "ওপৰলৈ নিয়ক", - "reorderItemDown": "তললৈ স্থানান্তৰ কৰক", - "reorderItemLeft": "বাওঁফাললৈ স্থানান্তৰ কৰক", - "reorderItemRight": "সোঁফাললৈ স্থানান্তৰ কৰক", "expandedIconTapHint": "সংকোচন কৰক", "collapsedIconTapHint": "বিস্তাৰ কৰক", "remainingTextFieldCharacterCountOne": "১টা বর্ণ বাকী আছে", diff --git a/packages/flutter_localizations/lib/src/l10n/material_az.arb b/packages/flutter_localizations/lib/src/l10n/material_az.arb index ad4a58761fd7..1fc8d4e442eb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_az.arb @@ -42,12 +42,6 @@ "dialogLabel": "Dialoq", "alertDialogLabel": "Bildiriş", "searchFieldLabel": "Axtarın", - "reorderItemToStart": "Əvvələ köçürün", - "reorderItemToEnd": "Sona köçürün", - "reorderItemUp": "Yuxarı köçürün", - "reorderItemDown": "Aşağı köçürün", - "reorderItemLeft": "Sola köçürün", - "reorderItemRight": "Sağa köçürün", "expandedIconTapHint": "Yığcamlaşdırın", "collapsedIconTapHint": "Genişləndirin", "remainingTextFieldCharacterCountOne": "1 simvol qalır", diff --git a/packages/flutter_localizations/lib/src/l10n/material_be.arb b/packages/flutter_localizations/lib/src/l10n/material_be.arb index 60a78186cc1e..106387605fb7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_be.arb @@ -48,12 +48,6 @@ "dialogLabel": "Дыялогавае акно", "alertDialogLabel": "Абвестка", "searchFieldLabel": "Пошук", - "reorderItemToStart": "Перамясціць у пачатак", - "reorderItemToEnd": "Перамясціць у канец", - "reorderItemUp": "Перамясціць уверх", - "reorderItemDown": "Перамясціць уніз", - "reorderItemLeft": "Перамясціць улева", - "reorderItemRight": "Перамясціць управа", "expandedIconTapHint": "Згарнуць", "collapsedIconTapHint": "Разгарнуць", "remainingTextFieldCharacterCountOne": "Застаўся 1 сімвал", diff --git a/packages/flutter_localizations/lib/src/l10n/material_bg.arb b/packages/flutter_localizations/lib/src/l10n/material_bg.arb index ff16344212b8..c4ccb7663646 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bg.arb @@ -42,12 +42,6 @@ "dialogLabel": "Диалогов прозорец", "alertDialogLabel": "Сигнал", "searchFieldLabel": "Търсене", - "reorderItemToStart": "Преместване в началото", - "reorderItemToEnd": "Преместване в края", - "reorderItemUp": "Преместване нагоре", - "reorderItemDown": "Преместване надолу", - "reorderItemLeft": "Преместване наляво", - "reorderItemRight": "Преместване надясно", "expandedIconTapHint": "Свиване", "collapsedIconTapHint": "Разгъване", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_bn.arb b/packages/flutter_localizations/lib/src/l10n/material_bn.arb index 5b6fd078e895..f2d00cc75c88 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bn.arb @@ -42,12 +42,6 @@ "dialogLabel": "ডায়ালগ", "alertDialogLabel": "সতর্কতা", "searchFieldLabel": "খুঁজুন", - "reorderItemToStart": "চালু করতে সরান", - "reorderItemToEnd": "একদম শেষের দিকে যান", - "reorderItemUp": "উপরের দিকে সরান", - "reorderItemDown": "নিচের দিকে সরান", - "reorderItemLeft": "বাঁদিকে সরান", - "reorderItemRight": "ডানদিকে সরান", "expandedIconTapHint": "আড়াল করুন", "collapsedIconTapHint": "বড় করুন", "remainingTextFieldCharacterCountOne": "আর ১টি অক্ষর লেখা যাবে", diff --git a/packages/flutter_localizations/lib/src/l10n/material_bs.arb b/packages/flutter_localizations/lib/src/l10n/material_bs.arb index 0e9816bd3c29..8568480e749f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bs.arb @@ -45,12 +45,6 @@ "dialogLabel": "Dijaloški okvir", "alertDialogLabel": "Upozorenje", "searchFieldLabel": "Pretražite", - "reorderItemToStart": "Pomjerite na početak", - "reorderItemToEnd": "Pomjerite na kraj", - "reorderItemUp": "Pomjeri nagore", - "reorderItemDown": "Pomjeri nadolje", - "reorderItemLeft": "Pomjeri lijevo", - "reorderItemRight": "Pomjeri desno", "expandedIconTapHint": "Suzi", "collapsedIconTapHint": "Proširi", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ca.arb b/packages/flutter_localizations/lib/src/l10n/material_ca.arb index ddc30eccd5ca..29922690d2c9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ca.arb @@ -42,12 +42,6 @@ "dialogLabel": "Diàleg", "alertDialogLabel": "Alerta", "searchFieldLabel": "Cerca", - "reorderItemToStart": "Mou al principi", - "reorderItemToEnd": "Mou al final", - "reorderItemUp": "Mou amunt", - "reorderItemDown": "Mou avall", - "reorderItemLeft": "Mou cap a l'esquerra", - "reorderItemRight": "Mou cap a la dreta", "expandedIconTapHint": "Replega", "collapsedIconTapHint": "Desplega", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_cs.arb b/packages/flutter_localizations/lib/src/l10n/material_cs.arb index cf357083b7c5..445abd7b1a3f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cs.arb @@ -48,12 +48,6 @@ "dialogLabel": "Dialogové okno", "alertDialogLabel": "Upozornění", "searchFieldLabel": "Hledat", - "reorderItemToStart": "Přesunout na začátek", - "reorderItemToEnd": "Přesunout na konec", - "reorderItemUp": "Přesunout nahoru", - "reorderItemDown": "Přesunout dolů", - "reorderItemLeft": "Přesunout doleva", - "reorderItemRight": "Přesunout doprava", "expandedIconTapHint": "Sbalit", "collapsedIconTapHint": "Rozbalit", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_cy.arb b/packages/flutter_localizations/lib/src/l10n/material_cy.arb index 8991f87bd9b8..a6347761e9f5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cy.arb @@ -86,12 +86,6 @@ "alertDialogLabel": "Rhybudd", "searchFieldLabel": "Chwilio", "currentDateLabel": "Heddiw", - "reorderItemToStart": "Symud i'r dechrau", - "reorderItemToEnd": "Symud i'r diwedd", - "reorderItemUp": "Symud i fyny", - "reorderItemDown": "Symud i lawr", - "reorderItemLeft": "Symud i'r chwith", - "reorderItemRight": "Symud i'r dde", "expandedIconTapHint": "Crebachu", "collapsedIconTapHint": "Ehangu", "remainingTextFieldCharacterCountZero": "Dim nodau ar ôl", diff --git a/packages/flutter_localizations/lib/src/l10n/material_da.arb b/packages/flutter_localizations/lib/src/l10n/material_da.arb index 3b5ddf9debc5..53d3a3ca2a7e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_da.arb @@ -42,12 +42,6 @@ "dialogLabel": "Dialogboks", "alertDialogLabel": "Underretning", "searchFieldLabel": "Søg", - "reorderItemToStart": "Flyt til først på listen", - "reorderItemToEnd": "Flyt til sidst på listen", - "reorderItemUp": "Flyt op", - "reorderItemDown": "Flyt ned", - "reorderItemLeft": "Flyt til venstre", - "reorderItemRight": "Flyt til højre", "expandedIconTapHint": "Skjul", "collapsedIconTapHint": "Udvid", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index 456260231fa8..3b8c656a109e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -43,12 +43,6 @@ "dialogLabel": "Dialogfeld", "alertDialogLabel": "Benachrichtigung", "searchFieldLabel": "Suchen", - "reorderItemToStart": "An den Anfang verschieben", - "reorderItemToEnd": "An das Ende verschieben", - "reorderItemUp": "Nach oben verschieben", - "reorderItemDown": "Nach unten verschieben", - "reorderItemLeft": "Nach links verschieben", - "reorderItemRight": "Nach rechts verschieben", "expandedIconTapHint": "Minimieren", "collapsedIconTapHint": "Maximieren", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb index 43bec6d263cc..4341343f12c6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb @@ -70,12 +70,6 @@ "dialogLabel": "Dialogfeld", "alertDialogLabel": "Benachrichtigung", "searchFieldLabel": "Suchen", - "reorderItemToStart": "An den Anfang verschieben", - "reorderItemToEnd": "An das Ende verschieben", - "reorderItemUp": "Nach oben verschieben", - "reorderItemDown": "Nach unten verschieben", - "reorderItemLeft": "Nach links verschieben", - "reorderItemRight": "Nach rechts verschieben", "expandedIconTapHint": "Minimieren", "collapsedIconTapHint": "Maximieren", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_el.arb b/packages/flutter_localizations/lib/src/l10n/material_el.arb index 08c66cc3e246..e5a866539caf 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_el.arb @@ -42,12 +42,6 @@ "dialogLabel": "Παράθυρο διαλόγου", "alertDialogLabel": "Ειδοποίηση", "searchFieldLabel": "Αναζήτηση", - "reorderItemToStart": "Μετακίνηση στην αρχή", - "reorderItemToEnd": "Μετακίνηση στο τέλος", - "reorderItemUp": "Μετακίνηση προς τα πάνω", - "reorderItemDown": "Μετακίνηση προς τα κάτω", - "reorderItemLeft": "Μετακίνηση αριστερά", - "reorderItemRight": "Μετακίνηση δεξιά", "expandedIconTapHint": "Σύμπτυξη", "collapsedIconTapHint": "Ανάπτυξη", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index 5da69cf9375a..0e6754ad965a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -414,36 +414,6 @@ "description": "Label indicating that the focused date is the current date." }, - "reorderItemToStart": "Move to the start", - "@reorderItemToStart": { - "description": "The audio announcement to move an item in a Reorderable List to the start of the list." - }, - - "reorderItemToEnd": "Move to the end", - "@reorderItemToEnd": { - "description": "The audio announcement to move an item in a Reorderable List to the end of the list." - }, - - "reorderItemUp": "Move up", - "@reorderItemUp": { - "description": "The audio announcement to move an item in a Reorderable List up in the list when it is oriented vertically." - }, - - "reorderItemDown": "Move down", - "@reorderItemDown": { - "description": "The audio announcement to move an item in a Reorderable List down in the list when it is oriented vertically." - }, - - "reorderItemLeft": "Move left", - "@reorderItemLeft": { - "description": "The audio announcement to move an item in a Reorderable List left in the list when it is oriented horizontally." - }, - - "reorderItemRight": "Move right", - "@reorderItemRight": { - "description": "The audio announcement to move an item in a Reorderable List right in the list when it is oriented horizontally." - }, - "expandedIconTapHint": "Collapse", "@expandedIconTapHint": { "description": "The verb which describes what happens when an expanded ExpandIcon toggle button is pressed. This is used by TalkBack on Android to replace the default hint on the accessibility action. The verb will be concatenated with a prefix string which describes how to perform the action, which by default is 'double tap to activate'. In the case of US english, this would be 'double tap to collapse.' The exact phrasing of the hint will vary based on locale" diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb index b2cc211b94cc..ff28fbc5496a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb @@ -123,12 +123,6 @@ "dialogLabel": "Dialogue", "alertDialogLabel": "Alert", "searchFieldLabel": "Search", - "reorderItemToStart": "Move to the start", - "reorderItemToEnd": "Move to the end", - "reorderItemUp": "Move up", - "reorderItemDown": "Move down", - "reorderItemLeft": "Move to the left", - "reorderItemRight": "Move to the right", "expandedIconTapHint": "Collapse", "collapsedIconTapHint": "Expand", "remainingTextFieldCharacterCountZero": "No characters remaining", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb index c48cc7837944..0755b31d6a4b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb @@ -118,12 +118,6 @@ "dialogLabel": "Dialogue", "alertDialogLabel": "Alert", "searchFieldLabel": "Search", - "reorderItemToStart": "Move to the start", - "reorderItemToEnd": "Move to the end", - "reorderItemUp": "Move up", - "reorderItemDown": "Move down", - "reorderItemLeft": "Move to the left", - "reorderItemRight": "Move to the right", "expandedIconTapHint": "Collapse", "collapsedIconTapHint": "Expand", "remainingTextFieldCharacterCountZero": "No characters remaining", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb index 4ff18cdd7898..658ad3df547e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb @@ -123,12 +123,6 @@ "dialogLabel": "Dialogue", "alertDialogLabel": "Alert", "searchFieldLabel": "Search", - "reorderItemToStart": "Move to the start", - "reorderItemToEnd": "Move to the end", - "reorderItemUp": "Move up", - "reorderItemDown": "Move down", - "reorderItemLeft": "Move to the left", - "reorderItemRight": "Move to the right", "expandedIconTapHint": "Collapse", "collapsedIconTapHint": "Expand", "remainingTextFieldCharacterCountZero": "No characters remaining", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb index 4ff18cdd7898..658ad3df547e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb @@ -123,12 +123,6 @@ "dialogLabel": "Dialogue", "alertDialogLabel": "Alert", "searchFieldLabel": "Search", - "reorderItemToStart": "Move to the start", - "reorderItemToEnd": "Move to the end", - "reorderItemUp": "Move up", - "reorderItemDown": "Move down", - "reorderItemLeft": "Move to the left", - "reorderItemRight": "Move to the right", "expandedIconTapHint": "Collapse", "collapsedIconTapHint": "Expand", "remainingTextFieldCharacterCountZero": "No characters remaining", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb index b2cc211b94cc..ff28fbc5496a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb @@ -123,12 +123,6 @@ "dialogLabel": "Dialogue", "alertDialogLabel": "Alert", "searchFieldLabel": "Search", - "reorderItemToStart": "Move to the start", - "reorderItemToEnd": "Move to the end", - "reorderItemUp": "Move up", - "reorderItemDown": "Move down", - "reorderItemLeft": "Move to the left", - "reorderItemRight": "Move to the right", "expandedIconTapHint": "Collapse", "collapsedIconTapHint": "Expand", "remainingTextFieldCharacterCountZero": "No characters remaining", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb b/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb index a4962bf65200..f2b241443344 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb @@ -123,12 +123,6 @@ "dialogLabel": "Dialogue", "alertDialogLabel": "Alert", "searchFieldLabel": "Search", - "reorderItemToStart": "Move to the start", - "reorderItemToEnd": "Move to the end", - "reorderItemUp": "Move up", - "reorderItemDown": "Move down", - "reorderItemLeft": "Move to the left", - "reorderItemRight": "Move to the right", "expandedIconTapHint": "Collapse", "collapsedIconTapHint": "Expand", "remainingTextFieldCharacterCountOne": "1 character remaining", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb index b2cc211b94cc..ff28fbc5496a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb @@ -123,12 +123,6 @@ "dialogLabel": "Dialogue", "alertDialogLabel": "Alert", "searchFieldLabel": "Search", - "reorderItemToStart": "Move to the start", - "reorderItemToEnd": "Move to the end", - "reorderItemUp": "Move up", - "reorderItemDown": "Move down", - "reorderItemLeft": "Move to the left", - "reorderItemRight": "Move to the right", "expandedIconTapHint": "Collapse", "collapsedIconTapHint": "Expand", "remainingTextFieldCharacterCountZero": "No characters remaining", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb index 4ff18cdd7898..658ad3df547e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb @@ -123,12 +123,6 @@ "dialogLabel": "Dialogue", "alertDialogLabel": "Alert", "searchFieldLabel": "Search", - "reorderItemToStart": "Move to the start", - "reorderItemToEnd": "Move to the end", - "reorderItemUp": "Move up", - "reorderItemDown": "Move down", - "reorderItemLeft": "Move to the left", - "reorderItemRight": "Move to the right", "expandedIconTapHint": "Collapse", "collapsedIconTapHint": "Expand", "remainingTextFieldCharacterCountZero": "No characters remaining", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index 6e583b489ea5..3c4f1bbad0c2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -43,12 +43,6 @@ "dialogLabel": "Cuadro de diálogo", "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", - "reorderItemToStart": "Mover al principio", - "reorderItemToEnd": "Mover al final", - "reorderItemUp": "Mover hacia arriba", - "reorderItemDown": "Mover hacia abajo", - "reorderItemLeft": "Mover hacia la izquierda", - "reorderItemRight": "Mover hacia la derecha", "expandedIconTapHint": "Ocultar", "collapsedIconTapHint": "Mostrar", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb index f5b6bed2e581..eda4d3f34291 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb @@ -122,12 +122,6 @@ "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", - "reorderItemToStart": "Mover al inicio", - "reorderItemToEnd": "Mover al final", - "reorderItemUp": "Mover hacia arriba", - "reorderItemDown": "Mover hacia abajo", - "reorderItemLeft": "Mover hacia la izquierda", - "reorderItemRight": "Mover hacia la derecha", "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb index f5b6bed2e581..eda4d3f34291 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb @@ -122,12 +122,6 @@ "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", - "reorderItemToStart": "Mover al inicio", - "reorderItemToEnd": "Mover al final", - "reorderItemUp": "Mover hacia arriba", - "reorderItemDown": "Mover hacia abajo", - "reorderItemLeft": "Mover hacia la izquierda", - "reorderItemRight": "Mover hacia la derecha", "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb index 266a3b710b53..eda4d3f34291 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb @@ -79,12 +79,6 @@ "selectYearSemanticsLabel": "Seleccionar año", "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", - "reorderItemDown": "Mover hacia abajo", - "reorderItemLeft": "Mover hacia la izquierda", - "reorderItemToEnd": "Mover al final", - "reorderItemRight": "Mover hacia la derecha", - "reorderItemUp": "Mover hacia arriba", - "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb index 266a3b710b53..eda4d3f34291 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb @@ -79,12 +79,6 @@ "selectYearSemanticsLabel": "Seleccionar año", "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", - "reorderItemDown": "Mover hacia abajo", - "reorderItemLeft": "Mover hacia la izquierda", - "reorderItemToEnd": "Mover al final", - "reorderItemRight": "Mover hacia la derecha", - "reorderItemUp": "Mover hacia arriba", - "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb index 266a3b710b53..eda4d3f34291 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb @@ -79,12 +79,6 @@ "selectYearSemanticsLabel": "Seleccionar año", "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", - "reorderItemDown": "Mover hacia abajo", - "reorderItemLeft": "Mover hacia la izquierda", - "reorderItemToEnd": "Mover al final", - "reorderItemRight": "Mover hacia la derecha", - "reorderItemUp": "Mover hacia arriba", - "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb index 266a3b710b53..eda4d3f34291 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb @@ -79,12 +79,6 @@ "selectYearSemanticsLabel": "Seleccionar año", "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", - "reorderItemDown": "Mover hacia abajo", - "reorderItemLeft": "Mover hacia la izquierda", - "reorderItemToEnd": "Mover al final", - "reorderItemRight": "Mover hacia la derecha", - "reorderItemUp": "Mover hacia arriba", - "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb index 266a3b710b53..eda4d3f34291 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb @@ -79,12 +79,6 @@ "selectYearSemanticsLabel": "Seleccionar año", "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", - "reorderItemDown": "Mover hacia abajo", - "reorderItemLeft": "Mover hacia la izquierda", - "reorderItemToEnd": "Mover al final", - "reorderItemRight": "Mover hacia la derecha", - "reorderItemUp": "Mover hacia arriba", - "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb index 266a3b710b53..eda4d3f34291 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb @@ -79,12 +79,6 @@ "selectYearSemanticsLabel": "Seleccionar año", "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", - "reorderItemDown": "Mover hacia abajo", - "reorderItemLeft": "Mover hacia la izquierda", - "reorderItemToEnd": "Mover al final", - "reorderItemRight": "Mover hacia la derecha", - "reorderItemUp": "Mover hacia arriba", - "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb index 266a3b710b53..eda4d3f34291 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb @@ -79,12 +79,6 @@ "selectYearSemanticsLabel": "Seleccionar año", "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", - "reorderItemDown": "Mover hacia abajo", - "reorderItemLeft": "Mover hacia la izquierda", - "reorderItemToEnd": "Mover al final", - "reorderItemRight": "Mover hacia la derecha", - "reorderItemUp": "Mover hacia arriba", - "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb index 266a3b710b53..eda4d3f34291 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb @@ -79,12 +79,6 @@ "selectYearSemanticsLabel": "Seleccionar año", "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", - "reorderItemDown": "Mover hacia abajo", - "reorderItemLeft": "Mover hacia la izquierda", - "reorderItemToEnd": "Mover al final", - "reorderItemRight": "Mover hacia la derecha", - "reorderItemUp": "Mover hacia arriba", - "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb index 266a3b710b53..eda4d3f34291 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb @@ -79,12 +79,6 @@ "selectYearSemanticsLabel": "Seleccionar año", "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", - "reorderItemDown": "Mover hacia abajo", - "reorderItemLeft": "Mover hacia la izquierda", - "reorderItemToEnd": "Mover al final", - "reorderItemRight": "Mover hacia la derecha", - "reorderItemUp": "Mover hacia arriba", - "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb index 266a3b710b53..eda4d3f34291 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb @@ -79,12 +79,6 @@ "selectYearSemanticsLabel": "Seleccionar año", "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", - "reorderItemDown": "Mover hacia abajo", - "reorderItemLeft": "Mover hacia la izquierda", - "reorderItemToEnd": "Mover al final", - "reorderItemRight": "Mover hacia la derecha", - "reorderItemUp": "Mover hacia arriba", - "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb index 266a3b710b53..eda4d3f34291 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb @@ -79,12 +79,6 @@ "selectYearSemanticsLabel": "Seleccionar año", "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", - "reorderItemDown": "Mover hacia abajo", - "reorderItemLeft": "Mover hacia la izquierda", - "reorderItemToEnd": "Mover al final", - "reorderItemRight": "Mover hacia la derecha", - "reorderItemUp": "Mover hacia arriba", - "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb index 266a3b710b53..eda4d3f34291 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb @@ -79,12 +79,6 @@ "selectYearSemanticsLabel": "Seleccionar año", "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", - "reorderItemDown": "Mover hacia abajo", - "reorderItemLeft": "Mover hacia la izquierda", - "reorderItemToEnd": "Mover al final", - "reorderItemRight": "Mover hacia la derecha", - "reorderItemUp": "Mover hacia arriba", - "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb index 266a3b710b53..eda4d3f34291 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb @@ -79,12 +79,6 @@ "selectYearSemanticsLabel": "Seleccionar año", "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", - "reorderItemDown": "Mover hacia abajo", - "reorderItemLeft": "Mover hacia la izquierda", - "reorderItemToEnd": "Mover al final", - "reorderItemRight": "Mover hacia la derecha", - "reorderItemUp": "Mover hacia arriba", - "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb index 266a3b710b53..eda4d3f34291 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb @@ -79,12 +79,6 @@ "selectYearSemanticsLabel": "Seleccionar año", "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", - "reorderItemDown": "Mover hacia abajo", - "reorderItemLeft": "Mover hacia la izquierda", - "reorderItemToEnd": "Mover al final", - "reorderItemRight": "Mover hacia la derecha", - "reorderItemUp": "Mover hacia arriba", - "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb index 266a3b710b53..eda4d3f34291 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb @@ -79,12 +79,6 @@ "selectYearSemanticsLabel": "Seleccionar año", "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", - "reorderItemDown": "Mover hacia abajo", - "reorderItemLeft": "Mover hacia la izquierda", - "reorderItemToEnd": "Mover al final", - "reorderItemRight": "Mover hacia la derecha", - "reorderItemUp": "Mover hacia arriba", - "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb index 677ed109cf03..6f6f461cf965 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb @@ -79,12 +79,6 @@ "selectYearSemanticsLabel": "Seleccionar año", "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", - "reorderItemDown": "Mover hacia abajo", - "reorderItemLeft": "Mover hacia la izquierda", - "reorderItemToEnd": "Mover al final", - "reorderItemRight": "Mover hacia la derecha", - "reorderItemUp": "Mover hacia arriba", - "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb index 266a3b710b53..eda4d3f34291 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb @@ -79,12 +79,6 @@ "selectYearSemanticsLabel": "Seleccionar año", "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", - "reorderItemDown": "Mover hacia abajo", - "reorderItemLeft": "Mover hacia la izquierda", - "reorderItemToEnd": "Mover al final", - "reorderItemRight": "Mover hacia la derecha", - "reorderItemUp": "Mover hacia arriba", - "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb index 266a3b710b53..eda4d3f34291 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb @@ -79,12 +79,6 @@ "selectYearSemanticsLabel": "Seleccionar año", "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", - "reorderItemDown": "Mover hacia abajo", - "reorderItemLeft": "Mover hacia la izquierda", - "reorderItemToEnd": "Mover al final", - "reorderItemRight": "Mover hacia la derecha", - "reorderItemUp": "Mover hacia arriba", - "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", diff --git a/packages/flutter_localizations/lib/src/l10n/material_et.arb b/packages/flutter_localizations/lib/src/l10n/material_et.arb index 32e3ffe288e6..c0011446e658 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_et.arb @@ -42,12 +42,6 @@ "dialogLabel": "Dialoog", "alertDialogLabel": "Märguanne", "searchFieldLabel": "Otsing", - "reorderItemToStart": "Teisalda algusesse", - "reorderItemToEnd": "Teisalda lõppu", - "reorderItemUp": "Teisalda üles", - "reorderItemDown": "Teisalda alla", - "reorderItemLeft": "Teisalda vasakule", - "reorderItemRight": "Teisalda paremale", "expandedIconTapHint": "Ahenda", "collapsedIconTapHint": "Laienda", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_eu.arb b/packages/flutter_localizations/lib/src/l10n/material_eu.arb index f7b424683a4a..0fe7ed473798 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_eu.arb @@ -42,12 +42,6 @@ "dialogLabel": "Leihoa", "alertDialogLabel": "Alerta", "searchFieldLabel": "Bilatu", - "reorderItemToStart": "Eraman hasierara", - "reorderItemToEnd": "Eraman amaierara", - "reorderItemUp": "Eraman gora", - "reorderItemDown": "Eraman behera", - "reorderItemLeft": "Eraman ezkerrera", - "reorderItemRight": "Eraman eskuinera", "expandedIconTapHint": "Tolestu", "collapsedIconTapHint": "Zabaldu", "remainingTextFieldCharacterCountOne": "1 karaktere geratzen da", diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index 2263a8949486..8256c8541446 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -42,12 +42,6 @@ "dialogLabel": "کادر گفتگو", "alertDialogLabel": "هشدار", "searchFieldLabel": "جستجو", - "reorderItemToStart": "انتقال به ابتدا", - "reorderItemToEnd": "انتقال به انتها", - "reorderItemUp": "انتقال به بالا", - "reorderItemDown": "انتقال به پایین", - "reorderItemLeft": "انتقال به راست", - "reorderItemRight": "انتقال به چپ", "expandedIconTapHint": "کوچک کردن", "collapsedIconTapHint": "بزرگ کردن", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_fi.arb b/packages/flutter_localizations/lib/src/l10n/material_fi.arb index 577ab9473c7b..e8bef3b7d322 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fi.arb @@ -42,12 +42,6 @@ "dialogLabel": "Valintaikkuna", "alertDialogLabel": "Ilmoitus", "searchFieldLabel": "Haku", - "reorderItemToStart": "Siirrä alkuun", - "reorderItemToEnd": "Siirrä loppuun", - "reorderItemUp": "Siirrä ylös", - "reorderItemDown": "Siirrä alas", - "reorderItemLeft": "Siirrä vasemmalle", - "reorderItemRight": "Siirrä oikealle", "expandedIconTapHint": "Tiivistä", "collapsedIconTapHint": "Laajenna", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_fil.arb b/packages/flutter_localizations/lib/src/l10n/material_fil.arb index da2772cbf60e..1947ce67ed95 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fil.arb @@ -42,12 +42,6 @@ "dialogLabel": "Dialog", "alertDialogLabel": "Alerto", "searchFieldLabel": "Maghanap", - "reorderItemToStart": "Ilipat sa simula", - "reorderItemToEnd": "Ilipat sa dulo", - "reorderItemUp": "Ilipat pataas", - "reorderItemDown": "Ilipat pababa", - "reorderItemLeft": "Ilipat pakaliwa", - "reorderItemRight": "Ilipat pakanan", "expandedIconTapHint": "I-collapse", "collapsedIconTapHint": "I-expand", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index 409d04a02137..f05d136f6c81 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -43,12 +43,6 @@ "dialogLabel": "Boîte de dialogue", "alertDialogLabel": "Alerte", "searchFieldLabel": "Rechercher", - "reorderItemToStart": "Déplacer vers le début", - "reorderItemToEnd": "Déplacer vers la fin", - "reorderItemUp": "Déplacer vers le haut", - "reorderItemDown": "Déplacer vers le bas", - "reorderItemLeft": "Déplacer vers la gauche", - "reorderItemRight": "Déplacer vers la droite", "expandedIconTapHint": "Réduire", "collapsedIconTapHint": "Développer", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb b/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb index 62fb9071bb3a..3288e283b324 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb @@ -122,12 +122,6 @@ "dialogLabel": "Boîte de dialogue", "alertDialogLabel": "Alerte", "searchFieldLabel": "Rechercher", - "reorderItemToStart": "Déplacer au début", - "reorderItemToEnd": "Déplacer à la fin", - "reorderItemUp": "Déplacer vers le haut", - "reorderItemDown": "Déplacer vers le bas", - "reorderItemLeft": "Déplacer vers la gauche", - "reorderItemRight": "Déplacer vers la droite", "expandedIconTapHint": "Réduire", "collapsedIconTapHint": "Développer", "signedInLabel": "Connecté", diff --git a/packages/flutter_localizations/lib/src/l10n/material_gl.arb b/packages/flutter_localizations/lib/src/l10n/material_gl.arb index bd837af07ff2..4b2032233119 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gl.arb @@ -43,12 +43,6 @@ "dialogLabel": "Cadro de diálogo", "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", - "reorderItemToStart": "Mover ao inicio", - "reorderItemToEnd": "Mover ao final", - "reorderItemUp": "Mover cara arriba", - "reorderItemDown": "Mover cara abaixo", - "reorderItemLeft": "Mover cara á esquerda", - "reorderItemRight": "Mover cara á dereita", "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Despregar", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index 8256c96802c6..a5dc152fc187 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -42,12 +42,6 @@ "dialogLabel": "Dialogfeld", "alertDialogLabel": "Benachrichtigung", "searchFieldLabel": "Suchen", - "reorderItemToStart": "An den Anfang verschieben", - "reorderItemToEnd": "An das Ende verschieben", - "reorderItemUp": "Nach oben verschieben", - "reorderItemDown": "Nach unten verschieben", - "reorderItemLeft": "Nach links verschieben", - "reorderItemRight": "Nach rechts verschieben", "expandedIconTapHint": "Minimieren", "collapsedIconTapHint": "Maximieren", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_gu.arb b/packages/flutter_localizations/lib/src/l10n/material_gu.arb index 0b28642bb70c..a4d20ebfb32f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gu.arb @@ -42,12 +42,6 @@ "dialogLabel": "સંવાદ", "alertDialogLabel": "અલર્ટ", "searchFieldLabel": "શોધો", - "reorderItemToStart": "પ્રારંભમાં ખસેડો", - "reorderItemToEnd": "અંતમાં ખસેડો", - "reorderItemUp": "ઉપર ખસેડો", - "reorderItemDown": "નીચે ખસેડો", - "reorderItemLeft": "ડાબે ખસેડો", - "reorderItemRight": "જમણે ખસેડો", "expandedIconTapHint": "સંકુચિત કરો", "collapsedIconTapHint": "વિસ્તૃત કરો", "remainingTextFieldCharacterCountOne": "1 અક્ષર બાકી", diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index c1eff8633a41..afdd54c617a8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -48,12 +48,6 @@ "dialogLabel": "תיבת דו-שיח", "alertDialogLabel": "התראה", "searchFieldLabel": "חיפוש", - "reorderItemToStart": "העברה להתחלה", - "reorderItemToEnd": "העברה לסוף", - "reorderItemUp": "העברה למעלה", - "reorderItemDown": "העברה למטה", - "reorderItemLeft": "העברה שמאלה", - "reorderItemRight": "העברה ימינה", "expandedIconTapHint": "כיווץ", "collapsedIconTapHint": "הרחבה", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_hi.arb b/packages/flutter_localizations/lib/src/l10n/material_hi.arb index 76ee60f666f4..32021e33409f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hi.arb @@ -42,12 +42,6 @@ "dialogLabel": "डायलॉग", "alertDialogLabel": "अलर्ट", "searchFieldLabel": "खोजें", - "reorderItemToStart": "शुरुआत पर ले जाएं", - "reorderItemToEnd": "आखिर में ले जाएं", - "reorderItemUp": "ऊपर ले जाएं", - "reorderItemDown": "नीचे ले जाएं", - "reorderItemLeft": "बाएं ले जाएं", - "reorderItemRight": "दाएं ले जाएं", "expandedIconTapHint": "छोटा करें", "collapsedIconTapHint": "बड़ा करें", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_hr.arb b/packages/flutter_localizations/lib/src/l10n/material_hr.arb index adebcc4381f9..0c363cc61c77 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hr.arb @@ -45,12 +45,6 @@ "dialogLabel": "Dijalog", "alertDialogLabel": "Upozorenje", "searchFieldLabel": "Pretražite", - "reorderItemToStart": "Premjesti na početak", - "reorderItemToEnd": "Premjesti na kraj", - "reorderItemUp": "Pomakni prema gore", - "reorderItemDown": "Pomakni prema dolje", - "reorderItemLeft": "Pomakni ulijevo", - "reorderItemRight": "Pomakni udesno", "expandedIconTapHint": "Sažmi", "collapsedIconTapHint": "Proširi", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_hu.arb b/packages/flutter_localizations/lib/src/l10n/material_hu.arb index 05ea6b4e23c6..40099379b2f1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hu.arb @@ -42,12 +42,6 @@ "dialogLabel": "Párbeszédablak", "alertDialogLabel": "Értesítés", "searchFieldLabel": "Keresés", - "reorderItemToStart": "Áthelyezés az elejére", - "reorderItemToEnd": "Áthelyezés a végére", - "reorderItemUp": "Áthelyezés felfelé", - "reorderItemDown": "Áthelyezés lefelé", - "reorderItemLeft": "Áthelyezés balra", - "reorderItemRight": "Áthelyezés jobbra", "expandedIconTapHint": "Összecsukás", "collapsedIconTapHint": "Kibontás", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_hy.arb b/packages/flutter_localizations/lib/src/l10n/material_hy.arb index ceabf855a7b7..011a33c380de 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hy.arb @@ -47,12 +47,6 @@ "dialogLabel": "Երկխոսության պատուհան", "alertDialogLabel": "Ծանուցում", "searchFieldLabel": "Որոնել", - "reorderItemToStart": "Տեղափոխել սկիզբ", - "reorderItemToEnd": "Տեղափոխել վերջ", - "reorderItemUp": "Տեղափոխել վերև", - "reorderItemDown": "Տեղափոխել ներքև", - "reorderItemLeft": "Տեղափոխել ձախ", - "reorderItemRight": "Տեղափոխել աջ", "expandedIconTapHint": "Ծալել", "collapsedIconTapHint": "Ծավալել", "remainingTextFieldCharacterCountZero": "Նիշի հնարավորություն չկա", diff --git a/packages/flutter_localizations/lib/src/l10n/material_id.arb b/packages/flutter_localizations/lib/src/l10n/material_id.arb index dbb8fa01e74b..ba7e1114cf12 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_id.arb @@ -42,12 +42,6 @@ "dialogLabel": "Dialog", "alertDialogLabel": "Notifikasi", "searchFieldLabel": "Telusuri", - "reorderItemToStart": "Pindahkan ke awal", - "reorderItemToEnd": "Pindahkan ke akhir", - "reorderItemUp": "Naikkan", - "reorderItemDown": "Turunkan", - "reorderItemLeft": "Pindahkan ke kiri", - "reorderItemRight": "Pindahkan ke kanan", "expandedIconTapHint": "Ciutkan", "collapsedIconTapHint": "Luaskan", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_is.arb b/packages/flutter_localizations/lib/src/l10n/material_is.arb index 1514322272b4..a7901148adae 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_is.arb @@ -42,12 +42,6 @@ "dialogLabel": "Gluggi", "alertDialogLabel": "Tilkynning", "searchFieldLabel": "Leit", - "reorderItemToStart": "Færa fremst", - "reorderItemToEnd": "Færa aftast", - "reorderItemUp": "Færa upp", - "reorderItemDown": "Færa niður", - "reorderItemLeft": "Færa til vinstri", - "reorderItemRight": "Færa til hægri", "expandedIconTapHint": "Draga saman", "collapsedIconTapHint": "Stækka", "remainingTextFieldCharacterCountOne": "1 stafur eftir", diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index 6359a7aa7148..2376c92de490 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -42,12 +42,6 @@ "dialogLabel": "Finestra di dialogo", "alertDialogLabel": "Avviso", "searchFieldLabel": "Cerca", - "reorderItemToStart": "Sposta all'inizio", - "reorderItemToEnd": "Sposta alla fine", - "reorderItemUp": "Sposta su", - "reorderItemDown": "Sposta giù", - "reorderItemLeft": "Sposta a sinistra", - "reorderItemRight": "Sposta a destra", "expandedIconTapHint": "Comprimi", "collapsedIconTapHint": "Espandi", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index b619a7733a5f..4d4bce6fe867 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -42,12 +42,6 @@ "dialogLabel": "ダイアログ", "alertDialogLabel": "通知", "searchFieldLabel": "検索", - "reorderItemToStart": "先頭に移動", - "reorderItemToEnd": "最後に移動", - "reorderItemUp": "上に移動", - "reorderItemDown": "下に移動", - "reorderItemLeft": "左に移動", - "reorderItemRight": "右に移動", "expandedIconTapHint": "折りたたむ", "collapsedIconTapHint": "展開", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ka.arb b/packages/flutter_localizations/lib/src/l10n/material_ka.arb index 193cd8058a8b..c32e20dda494 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ka.arb @@ -42,12 +42,6 @@ "dialogLabel": "დიალოგი", "alertDialogLabel": "გაფრთხილება", "searchFieldLabel": "ძიება", - "reorderItemToStart": "დასაწყისში გადატანა", - "reorderItemToEnd": "ბოლოში გადატანა", - "reorderItemUp": "ზემოთ გადატანა", - "reorderItemDown": "ქვემოთ გადატანა", - "reorderItemLeft": "მარცხნივ გადატანა", - "reorderItemRight": "მარჯვნივ გადატანა", "expandedIconTapHint": "ჩაკეცვა", "collapsedIconTapHint": "გაშლა", "remainingTextFieldCharacterCountOne": "დარჩა 1 სიმბოლო", diff --git a/packages/flutter_localizations/lib/src/l10n/material_kk.arb b/packages/flutter_localizations/lib/src/l10n/material_kk.arb index 593da5307900..7e493253cd50 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kk.arb @@ -44,12 +44,6 @@ "dialogLabel": "Диалогтық терезе", "alertDialogLabel": "Дабыл", "searchFieldLabel": "Іздеу", - "reorderItemToStart": "Басына өту", - "reorderItemToEnd": "Соңына өту", - "reorderItemUp": "Жоғарыға жылжыту", - "reorderItemDown": "Төменге жылжыту", - "reorderItemLeft": "Солға жылжыту", - "reorderItemRight": "Оңға жылжыту", "expandedIconTapHint": "Жию", "collapsedIconTapHint": "Жаю", "remainingTextFieldCharacterCountZero": "Таңбалар қалмады", diff --git a/packages/flutter_localizations/lib/src/l10n/material_km.arb b/packages/flutter_localizations/lib/src/l10n/material_km.arb index 9a19dbe0046a..31fee6ed812b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_km.arb @@ -42,12 +42,6 @@ "dialogLabel": "ប្រអប់", "alertDialogLabel": "ជូនដំណឹង", "searchFieldLabel": "ស្វែងរក", - "reorderItemToStart": "ផ្លាស់ទីទៅ​ចំណុច​ចាប់ផ្ដើម", - "reorderItemToEnd": "ផ្លាស់ទីទៅ​ចំណុចបញ្ចប់", - "reorderItemUp": "ផ្លាស់ទី​ឡើង​លើ", - "reorderItemDown": "ផ្លាស់ទី​ចុះ​ក្រោម", - "reorderItemLeft": "ផ្លាស់ទី​ទៅ​ឆ្វេង", - "reorderItemRight": "ផ្លាស់ទីទៅ​ស្តាំ", "expandedIconTapHint": "បង្រួម", "collapsedIconTapHint": "ពង្រីក", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_kn.arb b/packages/flutter_localizations/lib/src/l10n/material_kn.arb index 5d17fe35bb08..05d75d919472 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kn.arb @@ -42,12 +42,6 @@ "dialogLabel": "\u0ca1\u0cc8\u0cb2\u0cbe\u0c97\u0ccd", "alertDialogLabel": "\u0c8e\u0c9a\u0ccd\u0c9a\u0cb0\u0cbf\u0c95\u0cc6", "searchFieldLabel": "\u0cb9\u0cc1\u0ca1\u0cc1\u0c95\u0cbf", - "reorderItemToStart": "\u0caa\u0ccd\u0cb0\u0cbe\u0cb0\u0c82\u0cad\u0c95\u0ccd\u0c95\u0cc6\u0020\u0cb8\u0cb0\u0cbf\u0cb8\u0cbf", - "reorderItemToEnd": "\u0c95\u0cca\u0ca8\u0cc6\u0c97\u0cc6\u0020\u0cb8\u0cb0\u0cbf\u0cb8\u0cbf", - "reorderItemUp": "\u0cae\u0cc7\u0cb2\u0cc6\u0020\u0cb8\u0cb0\u0cbf\u0cb8\u0cbf", - "reorderItemDown": "\u0c95\u0cc6\u0cb3\u0c97\u0cc6\u0020\u0cb8\u0cb0\u0cbf\u0cb8\u0cbf", - "reorderItemLeft": "\u0c8e\u0ca1\u0c95\u0ccd\u0c95\u0cc6\u0020\u0cb8\u0cb0\u0cbf\u0cb8\u0cbf", - "reorderItemRight": "\u0cac\u0cb2\u0c95\u0ccd\u0c95\u0cc6\u0020\u0cb8\u0cb0\u0cbf\u0cb8\u0cbf", "expandedIconTapHint": "\u0c95\u0cc1\u0c97\u0ccd\u0c97\u0cbf\u0cb8\u0cbf", "collapsedIconTapHint": "\u0cb5\u0cbf\u0cb8\u0ccd\u0ca4\u0cb0\u0cbf\u0cb8\u0cbf", "remainingTextFieldCharacterCountOne": "\u0031\u0020\u0c85\u0c95\u0ccd\u0cb7\u0cb0\u0020\u0c89\u0cb3\u0cbf\u0ca6\u0cbf\u0ca6\u0cc6", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index 6acc914885a0..94f12dece195 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -42,12 +42,6 @@ "dialogLabel": "대화상자", "alertDialogLabel": "알림", "searchFieldLabel": "검색", - "reorderItemToStart": "시작으로 이동", - "reorderItemToEnd": "끝으로 이동", - "reorderItemUp": "위로 이동", - "reorderItemDown": "아래로 이동", - "reorderItemLeft": "왼쪽으로 이동", - "reorderItemRight": "오른쪽으로 이동", "expandedIconTapHint": "접기", "collapsedIconTapHint": "펼치기", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ky.arb b/packages/flutter_localizations/lib/src/l10n/material_ky.arb index 9b1756f78bea..405f07bad415 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ky.arb @@ -42,12 +42,6 @@ "dialogLabel": "Диалог", "alertDialogLabel": "Эскертүү", "searchFieldLabel": "Издөө", - "reorderItemToStart": "Башына жылдыруу", - "reorderItemToEnd": "Аягына жылдыруу", - "reorderItemUp": "Жогору жылдыруу", - "reorderItemDown": "Төмөн жылдыруу", - "reorderItemLeft": "Солго жылдыруу", - "reorderItemRight": "Оңго жылдыруу", "expandedIconTapHint": "Жыйыштыруу", "collapsedIconTapHint": "Жайып көрсөтүү", "remainingTextFieldCharacterCountOne": "1 белги калды", diff --git a/packages/flutter_localizations/lib/src/l10n/material_lo.arb b/packages/flutter_localizations/lib/src/l10n/material_lo.arb index fa20fbfb8a66..eb7c1ce4adbb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lo.arb @@ -42,12 +42,6 @@ "dialogLabel": "ຂໍ້ຄວາມ", "alertDialogLabel": "ການເຕືອນ", "searchFieldLabel": "ຊອກຫາ", - "reorderItemToStart": "ຍ້າຍໄປເລີ່ມຕົ້ນ", - "reorderItemToEnd": "ຍ້າຍໄປສິ້ນສຸດ", - "reorderItemUp": "ຍ້າຍຂຶ້ນ", - "reorderItemDown": "ຍ້າຍລົງ", - "reorderItemLeft": "ຍ້າຍໄປຊ້າຍ", - "reorderItemRight": "ຍ້າຍໄປຂວາ", "expandedIconTapHint": "ຫຍໍ້ເຂົ້າ", "collapsedIconTapHint": "ຂະຫຍາຍ", "remainingTextFieldCharacterCountOne": "ຍັງອີກ 1 ຕົວອັກສອນ", diff --git a/packages/flutter_localizations/lib/src/l10n/material_lt.arb b/packages/flutter_localizations/lib/src/l10n/material_lt.arb index 66c6d724436d..a7c2f88ab4db 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lt.arb @@ -48,12 +48,6 @@ "dialogLabel": "Dialogo langas", "alertDialogLabel": "Įspėjimas", "searchFieldLabel": "Paieška", - "reorderItemToStart": "Perkelti į pradžią", - "reorderItemToEnd": "Perkelti į pabaigą", - "reorderItemUp": "Perkelti aukštyn", - "reorderItemDown": "Perkelti žemyn", - "reorderItemLeft": "Perkelti kairėn", - "reorderItemRight": "Perkelti dešinėn", "expandedIconTapHint": "Sutraukti", "collapsedIconTapHint": "Išskleisti", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_lv.arb b/packages/flutter_localizations/lib/src/l10n/material_lv.arb index 2aff549e7d84..544905505507 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lv.arb @@ -43,12 +43,6 @@ "dialogLabel": "Dialoglodziņš", "alertDialogLabel": "Brīdinājums", "searchFieldLabel": "Meklēt", - "reorderItemToStart": "Pārvietot uz sākumu", - "reorderItemToEnd": "Pārvietot uz beigām", - "reorderItemUp": "Pārvietot uz augšu", - "reorderItemDown": "Pārvietot uz leju", - "reorderItemLeft": "Pārvietot pa kreisi", - "reorderItemRight": "Pārvietot pa labi", "expandedIconTapHint": "Sakļaut", "collapsedIconTapHint": "Izvērst", "remainingTextFieldCharacterCountZero": "Nav atlikusi neviena rakstzīme.", diff --git a/packages/flutter_localizations/lib/src/l10n/material_mk.arb b/packages/flutter_localizations/lib/src/l10n/material_mk.arb index 6864d97ce720..9cb3591e1bf6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mk.arb @@ -42,12 +42,6 @@ "dialogLabel": "Дијалог", "alertDialogLabel": "Предупредување", "searchFieldLabel": "Пребарувајте", - "reorderItemToStart": "Преместете на почеток", - "reorderItemToEnd": "Преместете на крајот", - "reorderItemUp": "Преместете нагоре", - "reorderItemDown": "Преместете надолу", - "reorderItemLeft": "Преместете налево", - "reorderItemRight": "Преместете надесно", "expandedIconTapHint": "Собери", "collapsedIconTapHint": "Прошири", "remainingTextFieldCharacterCountOne": "Преостанува уште 1 знак", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ml.arb b/packages/flutter_localizations/lib/src/l10n/material_ml.arb index 2d7e93cbca87..9562fc6d6d3f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ml.arb @@ -42,12 +42,6 @@ "dialogLabel": "ഡയലോഗ്", "alertDialogLabel": "മുന്നറിയിപ്പ്", "searchFieldLabel": "തിരയുക", - "reorderItemToStart": "തുടക്കത്തിലേക്ക് പോവുക", - "reorderItemToEnd": "അവസാന ഭാഗത്തേക്ക് പോവുക", - "reorderItemUp": "മുകളിലോട്ട് നീക്കുക", - "reorderItemDown": "താഴോട്ട് നീക്കുക", - "reorderItemLeft": "ഇടത്തോട്ട് നീക്കുക", - "reorderItemRight": "വലത്തോട്ട് നീക്കുക", "expandedIconTapHint": "ചുരുക്കുക", "collapsedIconTapHint": "വികസിപ്പിക്കുക", "remainingTextFieldCharacterCountOne": "ഒരു പ്രതീകം ശേഷിക്കുന്നു", diff --git a/packages/flutter_localizations/lib/src/l10n/material_mn.arb b/packages/flutter_localizations/lib/src/l10n/material_mn.arb index 4aed1be7f379..d69f0696a48f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mn.arb @@ -43,12 +43,6 @@ "dialogLabel": "Харилцах цонх", "alertDialogLabel": "Сэрэмжлүүлэг", "searchFieldLabel": "Хайх", - "reorderItemToStart": "Эхлэл рүү зөөх", - "reorderItemToEnd": "Төгсгөл рүү зөөх", - "reorderItemUp": "Дээш зөөх", - "reorderItemDown": "Доош зөөх", - "reorderItemLeft": "Зүүн тийш зөөх", - "reorderItemRight": "Баруун тийш зөөх", "expandedIconTapHint": "Буулгах", "collapsedIconTapHint": "Дэлгэх", "remainingTextFieldCharacterCountZero": "No characters remaining", diff --git a/packages/flutter_localizations/lib/src/l10n/material_mr.arb b/packages/flutter_localizations/lib/src/l10n/material_mr.arb index 9132365c5722..64ceedf7de6c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mr.arb @@ -43,12 +43,6 @@ "dialogLabel": "डायलॉग", "alertDialogLabel": "सूचना", "searchFieldLabel": "शोध", - "reorderItemToStart": "सुरुवातीला हलवा", - "reorderItemToEnd": "शेवटाकडे हलवा", - "reorderItemUp": "वर हलवा", - "reorderItemDown": "खाली हलवा", - "reorderItemLeft": "डावीकडे हलवा", - "reorderItemRight": "उजवीकडे हलवा", "expandedIconTapHint": "कोलॅप्स करा", "collapsedIconTapHint": "विस्तार करा", "remainingTextFieldCharacterCountZero": "कोणतेही वर्ण शिल्लक नाहीत", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ms.arb b/packages/flutter_localizations/lib/src/l10n/material_ms.arb index 604053132356..752e66c3a0f4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ms.arb @@ -43,12 +43,6 @@ "dialogLabel": "Dialog", "alertDialogLabel": "Makluman", "searchFieldLabel": "Cari", - "reorderItemToStart": "Alih ke permulaan", - "reorderItemToEnd": "Alih ke penghujung", - "reorderItemUp": "Alih ke atas", - "reorderItemDown": "Alih ke bawah", - "reorderItemLeft": "Alih ke kiri", - "reorderItemRight": "Alih ke kanan", "expandedIconTapHint": "Runtuhkan", "collapsedIconTapHint": "Kembangkan", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_my.arb b/packages/flutter_localizations/lib/src/l10n/material_my.arb index 1b2d3093c9d3..edbcb4355237 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_my.arb @@ -42,12 +42,6 @@ "dialogLabel": "ဒိုင်ယာလော့", "alertDialogLabel": "သတိပေးချက်", "searchFieldLabel": "ရှာဖွေရန်", - "reorderItemToStart": "အစသို့ ရွှေ့ရန်", - "reorderItemToEnd": "အဆုံးသို့ ‌ရွှေ့ရန်", - "reorderItemUp": "အပေါ်သို့ ရွှေ့ရန်", - "reorderItemDown": "အောက်သို့ရွှေ့ရန်", - "reorderItemLeft": "ဘယ်ဘက်သို့ရွှေ့ရန်", - "reorderItemRight": "ညာဘက်သို့ရွှေ့ရန်", "expandedIconTapHint": "လျှော့ပြရန်", "collapsedIconTapHint": "ချဲ့ရန်", "remainingTextFieldCharacterCountOne": "အက္ခရာ ၁ လုံးကျန်သည်", diff --git a/packages/flutter_localizations/lib/src/l10n/material_nb.arb b/packages/flutter_localizations/lib/src/l10n/material_nb.arb index ca0c2545a513..c519b608c51d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nb.arb @@ -70,12 +70,6 @@ "dialogLabel": "Dialogboks", "alertDialogLabel": "Varsel", "searchFieldLabel": "Søk", - "reorderItemToStart": "Flytt til starten", - "reorderItemToEnd": "Flytt til slutten", - "reorderItemUp": "Flytt opp", - "reorderItemDown": "Flytt ned", - "reorderItemLeft": "Flytt til venstre", - "reorderItemRight": "Flytt til høyre", "expandedIconTapHint": "Skjul", "collapsedIconTapHint": "Vis", "remainingTextFieldCharacterCountOne": "1 tegn gjenstår", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ne.arb b/packages/flutter_localizations/lib/src/l10n/material_ne.arb index 3d962fc0d014..fb277b5dc47e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ne.arb @@ -42,12 +42,6 @@ "dialogLabel": "संवाद", "alertDialogLabel": "अलर्ट", "searchFieldLabel": "खोज्नुहोस्", - "reorderItemToStart": "सुरुमा सार्नुहोस्", - "reorderItemToEnd": "अन्त्यमा जानुहोस्", - "reorderItemUp": "माथि सार्नुहोस्", - "reorderItemDown": "तल सार्नुहोस्", - "reorderItemLeft": "बायाँ सार्नुहोस्", - "reorderItemRight": "दायाँ सार्नुहोस्", "expandedIconTapHint": "संक्षिप्त गर्नुहोस्", "collapsedIconTapHint": "विस्तार गर्नुहोस्", "remainingTextFieldCharacterCountOne": "१ वर्ण बाँकी", diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index 525cb362bcb1..4c6fe3fe2c39 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -42,12 +42,6 @@ "dialogLabel": "Dialoogvenster", "alertDialogLabel": "Melding", "searchFieldLabel": "Zoeken", - "reorderItemToStart": "Naar het begin verplaatsen", - "reorderItemToEnd": "Naar het einde verplaatsen", - "reorderItemUp": "Omhoog verplaatsen", - "reorderItemDown": "Omlaag verplaatsen", - "reorderItemLeft": "Naar links verplaatsen", - "reorderItemRight": "Naar rechts verplaatsen", "expandedIconTapHint": "Samenvouwen", "collapsedIconTapHint": "Uitvouwen", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_no.arb b/packages/flutter_localizations/lib/src/l10n/material_no.arb index ca0c2545a513..c519b608c51d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_no.arb @@ -70,12 +70,6 @@ "dialogLabel": "Dialogboks", "alertDialogLabel": "Varsel", "searchFieldLabel": "Søk", - "reorderItemToStart": "Flytt til starten", - "reorderItemToEnd": "Flytt til slutten", - "reorderItemUp": "Flytt opp", - "reorderItemDown": "Flytt ned", - "reorderItemLeft": "Flytt til venstre", - "reorderItemRight": "Flytt til høyre", "expandedIconTapHint": "Skjul", "collapsedIconTapHint": "Vis", "remainingTextFieldCharacterCountOne": "1 tegn gjenstår", diff --git a/packages/flutter_localizations/lib/src/l10n/material_or.arb b/packages/flutter_localizations/lib/src/l10n/material_or.arb index 3c4407d8be6b..afc5e241dd9f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_or.arb @@ -42,12 +42,6 @@ "dialogLabel": "ଡାୟଲଗ୍", "alertDialogLabel": "ଆଲର୍ଟ", "searchFieldLabel": "ସନ୍ଧାନ କରନ୍ତୁ", - "reorderItemToStart": "ଆରମ୍ଭକୁ ଯାଆନ୍ତୁ", - "reorderItemToEnd": "ଶେଷକୁ ଯାଆନ୍ତୁ", - "reorderItemUp": "ଉପରକୁ ନିଅନ୍ତୁ", - "reorderItemDown": "ତଳକୁ ଯାଆନ୍ତୁ", - "reorderItemLeft": "ବାମକୁ ଯାଆନ୍ତୁ", - "reorderItemRight": "ଡାହାଣକୁ ଯାଆନ୍ତୁ", "expandedIconTapHint": "ସଙ୍କୁଚିତ କରନ୍ତୁ", "collapsedIconTapHint": "ପ୍ରସାରିତ କରନ୍ତୁ", "remainingTextFieldCharacterCountOne": "1ଟି ଅକ୍ଷର ବାକି ଅଛି", diff --git a/packages/flutter_localizations/lib/src/l10n/material_pa.arb b/packages/flutter_localizations/lib/src/l10n/material_pa.arb index e7c984ee62af..cb114c2b61f4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pa.arb @@ -42,12 +42,6 @@ "dialogLabel": "ਵਿੰਡੋ", "alertDialogLabel": "ਸੁਚੇਤਨਾ", "searchFieldLabel": "ਖੋਜੋ", - "reorderItemToStart": "ਸ਼ੁਰੂ ਵਿੱਚ ਲਿਜਾਓ", - "reorderItemToEnd": "ਅੰਤ ਵਿੱਚ ਲਿਜਾਓ", - "reorderItemUp": "ਉੱਪਰ ਲਿਜਾਓ", - "reorderItemDown": "ਹੇਠਾਂ ਲਿਜਾਓ", - "reorderItemLeft": "ਖੱਬੇ ਲਿਜਾਓ", - "reorderItemRight": "ਸੱਜੇ ਲਿਜਾਓ", "expandedIconTapHint": "ਸਮੇਟੋ", "collapsedIconTapHint": "ਵਿਸਤਾਰ ਕਰੋ", "remainingTextFieldCharacterCountOne": "1 ਅੱਖਰ-ਚਿੰਨ੍ਹ ਬਾਕੀ", diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index 815d8babccdd..dd5a806d21fd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -48,12 +48,6 @@ "dialogLabel": "Okno dialogowe", "alertDialogLabel": "Alert", "searchFieldLabel": "Szukaj", - "reorderItemToStart": "Przenieś na początek", - "reorderItemToEnd": "Przenieś na koniec", - "reorderItemUp": "Przenieś w górę", - "reorderItemDown": "Przenieś w dół", - "reorderItemLeft": "Przenieś w lewo", - "reorderItemRight": "Przenieś w prawo", "expandedIconTapHint": "Zwiń", "collapsedIconTapHint": "Rozwiń", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ps.arb b/packages/flutter_localizations/lib/src/l10n/material_ps.arb index 68549555be5a..0a99b5c952c3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ps.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ps.arb @@ -44,12 +44,6 @@ "alertDialogLabel": "خبرتیا", "searchFieldLabel": "لټون", "moreButtonTooltip": "More", - "reorderItemToStart": "Move to the start", - "reorderItemToEnd": "Move to the end", - "reorderItemUp": "Move up", - "reorderItemDown": "Move down", - "reorderItemLeft": "Move left", - "reorderItemRight": "Move right", "expandedIconTapHint": "Collapse", "collapsedIconTapHint": "Expand", "remainingTextFieldCharacterCountZero": "No characters remaining", diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index 2aea6008b738..9468a6efc3e4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -44,12 +44,6 @@ "dialogLabel": "Caixa de diálogo", "alertDialogLabel": "Alerta", "searchFieldLabel": "Pesquisa", - "reorderItemToStart": "Mover para o início", - "reorderItemToEnd": "Mover para o final", - "reorderItemUp": "Mover para cima", - "reorderItemDown": "Mover para baixo", - "reorderItemLeft": "Mover para a esquerda", - "reorderItemRight": "Mover para a direita", "expandedIconTapHint": "Recolher", "collapsedIconTapHint": "Abrir", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb index fbddcae14b80..a7ed06bff415 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb @@ -122,12 +122,6 @@ "dialogLabel": "Caixa de diálogo", "alertDialogLabel": "Alerta", "searchFieldLabel": "Pesquisar", - "reorderItemToStart": "Mover para o início", - "reorderItemToEnd": "Mover para o fim", - "reorderItemUp": "Mover para cima", - "reorderItemDown": "Mover para baixo", - "reorderItemLeft": "Mover para a esquerda", - "reorderItemRight": "Mover para a direita", "expandedIconTapHint": "Reduzir", "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/flutter_localizations/lib/src/l10n/material_ro.arb index deead9a1548e..8a94f91e0d50 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ro.arb @@ -46,12 +46,6 @@ "dialogLabel": "Casetă de dialog", "alertDialogLabel": "Alertă", "searchFieldLabel": "Căutați", - "reorderItemToStart": "Mutați la început", - "reorderItemToEnd": "Mutați la sfârșit", - "reorderItemUp": "Mutați în sus", - "reorderItemDown": "Mutați în jos", - "reorderItemLeft": "Mutați la stânga", - "reorderItemRight": "Mutați la dreapta", "expandedIconTapHint": "Restrângeți", "collapsedIconTapHint": "Extindeți", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index 31c87f0ff76d..08bfde69b5c3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -49,12 +49,6 @@ "dialogLabel": "Диалоговое окно", "alertDialogLabel": "Оповещение", "searchFieldLabel": "Поиск", - "reorderItemToStart": "Переместить в начало", - "reorderItemToEnd": "Переместить в конец", - "reorderItemUp": "Переместить вверх", - "reorderItemDown": "Переместить вниз", - "reorderItemLeft": "Переместить влево", - "reorderItemRight": "Переместить вправо", "expandedIconTapHint": "Свернуть", "collapsedIconTapHint": "Развернуть", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_si.arb b/packages/flutter_localizations/lib/src/l10n/material_si.arb index 2ead68550c4d..c3d4ca7ea346 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_si.arb @@ -42,12 +42,6 @@ "dialogLabel": "සංවාදය", "alertDialogLabel": "ඇඟවීම", "searchFieldLabel": "සෙවීම", - "reorderItemToStart": "ආරම්භය වෙත යන්න", - "reorderItemToEnd": "අවසානයට යන්න", - "reorderItemUp": "ඉහළට ගෙන යන්න", - "reorderItemDown": "පහළට ගෙන යන්න", - "reorderItemLeft": "වමට ගෙන යන්න", - "reorderItemRight": "දකුණට ගෙන යන්න", "expandedIconTapHint": "හකුළන්න", "collapsedIconTapHint": "දිග හරින්න", "remainingTextFieldCharacterCountOne": "අනුලකුණු 1ක් ඉතිරිය", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sk.arb b/packages/flutter_localizations/lib/src/l10n/material_sk.arb index 8d9b1c033d9d..0d71c0d35414 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sk.arb @@ -48,12 +48,6 @@ "dialogLabel": "Dialógové okno", "alertDialogLabel": "Upozornenie", "searchFieldLabel": "Hľadať", - "reorderItemToStart": "Presunúť na začiatok", - "reorderItemToEnd": "Presunúť na koniec", - "reorderItemUp": "Presunúť nahor", - "reorderItemDown": "Presunúť nadol", - "reorderItemLeft": "Presunúť doľava", - "reorderItemRight": "Presunúť doprava", "expandedIconTapHint": "Zbaliť", "collapsedIconTapHint": "Rozbaliť", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sl.arb b/packages/flutter_localizations/lib/src/l10n/material_sl.arb index 8cd64acab7dd..29d2af6f70f7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sl.arb @@ -48,12 +48,6 @@ "dialogLabel": "Pogovorno okno", "alertDialogLabel": "Opozorilo", "searchFieldLabel": "Iskanje", - "reorderItemToStart": "Premakni na začetek", - "reorderItemToEnd": "Premakni na konec", - "reorderItemUp": "Premakni navzgor", - "reorderItemDown": "Premakni navzdol", - "reorderItemLeft": "Premakni levo", - "reorderItemRight": "Premakni desno", "expandedIconTapHint": "Strniti", "collapsedIconTapHint": "Razširiti", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sq.arb b/packages/flutter_localizations/lib/src/l10n/material_sq.arb index 42951ab520aa..1b8ce5e14bc0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sq.arb @@ -42,12 +42,6 @@ "dialogLabel": "Dialogu", "alertDialogLabel": "Sinjalizim", "searchFieldLabel": "Kërko", - "reorderItemToStart": "Lëvize në fillim", - "reorderItemToEnd": "Lëvize në fund", - "reorderItemUp": "Lëvize lart", - "reorderItemDown": "Lëvize poshtë", - "reorderItemLeft": "Lëvize majtas", - "reorderItemRight": "Lëvize djathtas", "expandedIconTapHint": "Palos", "collapsedIconTapHint": "Zgjero", "remainingTextFieldCharacterCountOne": "1 karakter i mbetur", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr.arb b/packages/flutter_localizations/lib/src/l10n/material_sr.arb index c41f517ddd5d..5a1529dd4207 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr.arb @@ -45,12 +45,6 @@ "dialogLabel": "Дијалог", "alertDialogLabel": "Обавештење", "searchFieldLabel": "Претражите", - "reorderItemToStart": "Померите на почетак", - "reorderItemToEnd": "Померите на крај", - "reorderItemUp": "Померите нагоре", - "reorderItemDown": "Померите надоле", - "reorderItemLeft": "Померите улево", - "reorderItemRight": "Померите удесно", "expandedIconTapHint": "Скупи", "collapsedIconTapHint": "Прошири", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb b/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb index 624b55cf0a64..332f6a900762 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb @@ -125,12 +125,6 @@ "dialogLabel": "Dijalog", "alertDialogLabel": "Obaveštenje", "searchFieldLabel": "Pretražite", - "reorderItemToStart": "Pomerite na početak", - "reorderItemToEnd": "Pomerite na kraj", - "reorderItemUp": "Pomerite nagore", - "reorderItemDown": "Pomerite nadole", - "reorderItemLeft": "Pomerite ulevo", - "reorderItemRight": "Pomerite udesno", "expandedIconTapHint": "Skupi", "collapsedIconTapHint": "Proširi", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sv.arb b/packages/flutter_localizations/lib/src/l10n/material_sv.arb index b10cb655d369..e2e671a24c9b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sv.arb @@ -42,12 +42,6 @@ "dialogLabel": "Dialogruta", "alertDialogLabel": "Varning", "searchFieldLabel": "Sök", - "reorderItemToStart": "Flytta till början", - "reorderItemToEnd": "Flytta till slutet", - "reorderItemUp": "Flytta uppåt", - "reorderItemDown": "Flytta nedåt", - "reorderItemLeft": "Flytta åt vänster", - "reorderItemRight": "Flytta åt höger", "expandedIconTapHint": "Dölj", "collapsedIconTapHint": "Utöka", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sw.arb b/packages/flutter_localizations/lib/src/l10n/material_sw.arb index 6032f97c429a..fec949253e6d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sw.arb @@ -43,12 +43,6 @@ "dialogLabel": "Kidirisha", "alertDialogLabel": "Arifa", "searchFieldLabel": "Tafuta", - "reorderItemToStart": "Sogeza hadi mwanzo", - "reorderItemToEnd": "Sogeza hadi mwisho", - "reorderItemUp": "Sogeza juu", - "reorderItemDown": "Sogeza chini", - "reorderItemLeft": "Sogeza kushoto", - "reorderItemRight": "Sogeza kulia", "expandedIconTapHint": "Kunja", "collapsedIconTapHint": "Panua", "remainingTextFieldCharacterCountZero": "Hapana herufi zilizo baki", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ta.arb b/packages/flutter_localizations/lib/src/l10n/material_ta.arb index ed3c9f39b107..ca10104eeedb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ta.arb @@ -10,12 +10,6 @@ "firstPageTooltip": "முதல் பக்கத்திற்குச் செல்லும்", "lastPageTooltip": "கடைசிப் பக்கத்திற்குச் செல்லும்", "searchFieldLabel": "தேடல்", - "reorderItemToStart": "தொடக்கத்திற்கு நகர்த்தவும்", - "reorderItemToEnd": "இறுதிக்கு நகர்த்தவும்", - "reorderItemUp": "மேலே நகர்த்தவும்", - "reorderItemDown": "கீழே நகர்த்தவும்", - "reorderItemLeft": "இடப்புறம் நகர்த்தவும்", - "reorderItemRight": "வலப்புறம் நகர்த்தவும்", "cutButtonLabel": "வெட்டு", "pasteButtonLabel": "ஒட்டு", "previousMonthTooltip": "முந்தைய மாதம்", diff --git a/packages/flutter_localizations/lib/src/l10n/material_te.arb b/packages/flutter_localizations/lib/src/l10n/material_te.arb index 054760e4ccc3..680f1563c215 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_te.arb @@ -42,12 +42,6 @@ "dialogLabel": "డైలాగ్", "alertDialogLabel": "అలర్ట్", "searchFieldLabel": "వెతకండి", - "reorderItemToStart": "ప్రారంభానికి తరలించండి", - "reorderItemToEnd": "చివరకు తరలించండి", - "reorderItemUp": "పైకి జరపండి", - "reorderItemDown": "కిందికు జరుపు", - "reorderItemLeft": "ఎడమవైపుగా జరపండి", - "reorderItemRight": "కుడివైపుగా జరపండి", "expandedIconTapHint": "కుదించు", "collapsedIconTapHint": "విస్తరించు", "remainingTextFieldCharacterCountOne": "1 అక్షరం మిగిలి ఉంది", diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/flutter_localizations/lib/src/l10n/material_th.arb index efee750279ce..ea08627c0548 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_th.arb @@ -42,12 +42,6 @@ "dialogLabel": "กล่องโต้ตอบ", "alertDialogLabel": "การแจ้งเตือน", "searchFieldLabel": "ค้นหา", - "reorderItemToStart": "ย้ายไปต้นรายการ", - "reorderItemToEnd": "ย้ายไปท้ายรายการ", - "reorderItemUp": "ย้ายขึ้น", - "reorderItemDown": "ย้ายลง", - "reorderItemLeft": "ย้ายไปทางซ้าย", - "reorderItemRight": "ย้ายไปทางขวา", "expandedIconTapHint": "ยุบ", "collapsedIconTapHint": "ขยาย", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_tl.arb b/packages/flutter_localizations/lib/src/l10n/material_tl.arb index da2772cbf60e..1947ce67ed95 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tl.arb @@ -42,12 +42,6 @@ "dialogLabel": "Dialog", "alertDialogLabel": "Alerto", "searchFieldLabel": "Maghanap", - "reorderItemToStart": "Ilipat sa simula", - "reorderItemToEnd": "Ilipat sa dulo", - "reorderItemUp": "Ilipat pataas", - "reorderItemDown": "Ilipat pababa", - "reorderItemLeft": "Ilipat pakaliwa", - "reorderItemRight": "Ilipat pakanan", "expandedIconTapHint": "I-collapse", "collapsedIconTapHint": "I-expand", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index 84ccef72644d..040153cd5f28 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -42,12 +42,6 @@ "dialogLabel": "İletişim kutusu", "alertDialogLabel": "Uyarı", "searchFieldLabel": "Ara", - "reorderItemToStart": "Başa taşı", - "reorderItemToEnd": "Sona taşı", - "reorderItemUp": "Yukarı taşı", - "reorderItemDown": "Aşağı taşı", - "reorderItemLeft": "Sola taşı", - "reorderItemRight": "Sağa taşı", "expandedIconTapHint": "Daralt", "collapsedIconTapHint": "Genişlet", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_uk.arb b/packages/flutter_localizations/lib/src/l10n/material_uk.arb index 680046132d02..a486074a1bec 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uk.arb @@ -48,12 +48,6 @@ "dialogLabel": "Вікно", "alertDialogLabel": "Сповіщення", "searchFieldLabel": "Пошук", - "reorderItemToStart": "Перемістити на початок", - "reorderItemToEnd": "Перемістити в кінець", - "reorderItemUp": "Перемістити вгору", - "reorderItemDown": "Перемістити вниз", - "reorderItemLeft": "Перемістити ліворуч", - "reorderItemRight": "Перемістити праворуч", "expandedIconTapHint": "Згорнути", "collapsedIconTapHint": "Розгорнути", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index 94eba546c016..fd58ec15b0ca 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -42,12 +42,6 @@ "dialogLabel": "ڈائلاگ", "alertDialogLabel": "الرٹ", "searchFieldLabel": "تلاش", - "reorderItemToStart": "شروع میں منتقل کریں", - "reorderItemToEnd": "آخر میں منتقل کریں", - "reorderItemUp": "اوپر منتقل کریں", - "reorderItemDown": "نیچے منتقل کریں", - "reorderItemLeft": "بائیں منتقل کریں", - "reorderItemRight": "دائیں منتقل کریں", "expandedIconTapHint": "سکیڑیں", "collapsedIconTapHint": "پھیلائیں", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_uz.arb b/packages/flutter_localizations/lib/src/l10n/material_uz.arb index 050fdb4e0995..a1b011bf6c71 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uz.arb @@ -42,12 +42,6 @@ "dialogLabel": "Muloqot oynasi", "alertDialogLabel": "Ogohlantirish", "searchFieldLabel": "Qidirish", - "reorderItemToStart": "Boshiga siljitish", - "reorderItemToEnd": "Oxiriga siljitish", - "reorderItemUp": "Tepaga siljitish", - "reorderItemDown": "Pastga siljitish", - "reorderItemLeft": "Chapga siljitish", - "reorderItemRight": "Oʻngga siljitish", "expandedIconTapHint": "Kichraytirish", "collapsedIconTapHint": "Yoyish", "remainingTextFieldCharacterCountOne": "1 ta belgi qoldi", diff --git a/packages/flutter_localizations/lib/src/l10n/material_vi.arb b/packages/flutter_localizations/lib/src/l10n/material_vi.arb index 3fa7dcf2d895..97f0d4d13b72 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_vi.arb @@ -42,12 +42,6 @@ "dialogLabel": "Hộp thoại", "alertDialogLabel": "Thông báo", "searchFieldLabel": "Tìm kiếm", - "reorderItemToStart": "Di chuyển lên đầu danh sách", - "reorderItemToEnd": "Di chuyển xuống cuối danh sách", - "reorderItemUp": "Di chuyển lên", - "reorderItemDown": "Di chuyển xuống", - "reorderItemLeft": "Di chuyển sang trái", - "reorderItemRight": "Di chuyển sang phải", "expandedIconTapHint": "Thu gọn", "collapsedIconTapHint": "Mở rộng", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index bfcc7cd023fd..15e077ea0e78 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -42,12 +42,6 @@ "dialogLabel": "对话框", "alertDialogLabel": "提醒", "searchFieldLabel": "搜索", - "reorderItemToStart": "移到开头", - "reorderItemToEnd": "移到末尾", - "reorderItemUp": "上移", - "reorderItemDown": "下移", - "reorderItemLeft": "左移", - "reorderItemRight": "右移", "expandedIconTapHint": "收起", "collapsedIconTapHint": "展开", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb index e3b44e58ec62..9f2be02e5a88 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb @@ -122,12 +122,6 @@ "dialogLabel": "對話方塊", "alertDialogLabel": "通知", "searchFieldLabel": "搜尋", - "reorderItemToStart": "移到開頭", - "reorderItemToEnd": "移到最後", - "reorderItemUp": "向上移", - "reorderItemDown": "向下移", - "reorderItemLeft": "向左移", - "reorderItemRight": "向右移", "expandedIconTapHint": "收合", "collapsedIconTapHint": "展開", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb index 610a3fbd1d46..9b61de30b50b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb @@ -122,12 +122,6 @@ "dialogLabel": "對話方塊", "alertDialogLabel": "快訊", "searchFieldLabel": "搜尋", - "reorderItemToStart": "移至開頭", - "reorderItemToEnd": "移至結尾", - "reorderItemUp": "向上移", - "reorderItemDown": "向下移", - "reorderItemLeft": "向左移", - "reorderItemRight": "向右移", "expandedIconTapHint": "收合", "collapsedIconTapHint": "展開", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zu.arb b/packages/flutter_localizations/lib/src/l10n/material_zu.arb index f3621c1711af..d0d6a6fd9879 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zu.arb @@ -42,12 +42,6 @@ "dialogLabel": "Ingxoxo", "alertDialogLabel": "Isexwayiso", "searchFieldLabel": "Sesha", - "reorderItemToStart": "Yisa ekuqaleni", - "reorderItemToEnd": "Yisa ekugcineni", - "reorderItemUp": "Iya phezulu", - "reorderItemDown": "Iya phansi", - "reorderItemLeft": "Hambisa kwesokunxele", - "reorderItemRight": "Yisa kwesokudla", "expandedIconTapHint": "Goqa", "collapsedIconTapHint": "Nweba", "remainingTextFieldCharacterCountOne": "1 uhlamvu olusele", From c04da63f24977c4bd2c81f09d7d84c301ac0129c Mon Sep 17 00:00:00 2001 From: Xilai Zhang Date: Thu, 6 Apr 2023 18:46:06 -0700 Subject: [PATCH 234/327] Revert "Refactor reorderable list semantics" (#124368) Revert "Refactor reorderable list semantics" --- .../generated_material_localizations.dart | 1581 +++++++++++++++++ .../lib/src/l10n/material_af.arb | 6 + .../lib/src/l10n/material_am.arb | 6 + .../lib/src/l10n/material_ar.arb | 6 + .../lib/src/l10n/material_as.arb | 6 + .../lib/src/l10n/material_az.arb | 6 + .../lib/src/l10n/material_be.arb | 6 + .../lib/src/l10n/material_bg.arb | 6 + .../lib/src/l10n/material_bn.arb | 6 + .../lib/src/l10n/material_bs.arb | 6 + .../lib/src/l10n/material_ca.arb | 6 + .../lib/src/l10n/material_cs.arb | 6 + .../lib/src/l10n/material_cy.arb | 6 + .../lib/src/l10n/material_da.arb | 6 + .../lib/src/l10n/material_de.arb | 6 + .../lib/src/l10n/material_de_CH.arb | 6 + .../lib/src/l10n/material_el.arb | 6 + .../lib/src/l10n/material_en.arb | 30 + .../lib/src/l10n/material_en_AU.arb | 6 + .../lib/src/l10n/material_en_CA.arb | 6 + .../lib/src/l10n/material_en_GB.arb | 6 + .../lib/src/l10n/material_en_IE.arb | 6 + .../lib/src/l10n/material_en_IN.arb | 6 + .../lib/src/l10n/material_en_NZ.arb | 6 + .../lib/src/l10n/material_en_SG.arb | 6 + .../lib/src/l10n/material_en_ZA.arb | 6 + .../lib/src/l10n/material_es.arb | 6 + .../lib/src/l10n/material_es_419.arb | 6 + .../lib/src/l10n/material_es_AR.arb | 6 + .../lib/src/l10n/material_es_BO.arb | 6 + .../lib/src/l10n/material_es_CL.arb | 6 + .../lib/src/l10n/material_es_CO.arb | 6 + .../lib/src/l10n/material_es_CR.arb | 6 + .../lib/src/l10n/material_es_DO.arb | 6 + .../lib/src/l10n/material_es_EC.arb | 6 + .../lib/src/l10n/material_es_GT.arb | 6 + .../lib/src/l10n/material_es_HN.arb | 6 + .../lib/src/l10n/material_es_MX.arb | 6 + .../lib/src/l10n/material_es_NI.arb | 6 + .../lib/src/l10n/material_es_PA.arb | 6 + .../lib/src/l10n/material_es_PE.arb | 6 + .../lib/src/l10n/material_es_PR.arb | 6 + .../lib/src/l10n/material_es_PY.arb | 6 + .../lib/src/l10n/material_es_SV.arb | 6 + .../lib/src/l10n/material_es_US.arb | 6 + .../lib/src/l10n/material_es_UY.arb | 6 + .../lib/src/l10n/material_es_VE.arb | 6 + .../lib/src/l10n/material_et.arb | 6 + .../lib/src/l10n/material_eu.arb | 6 + .../lib/src/l10n/material_fa.arb | 6 + .../lib/src/l10n/material_fi.arb | 6 + .../lib/src/l10n/material_fil.arb | 6 + .../lib/src/l10n/material_fr.arb | 6 + .../lib/src/l10n/material_fr_CA.arb | 6 + .../lib/src/l10n/material_gl.arb | 6 + .../lib/src/l10n/material_gsw.arb | 6 + .../lib/src/l10n/material_gu.arb | 6 + .../lib/src/l10n/material_he.arb | 6 + .../lib/src/l10n/material_hi.arb | 6 + .../lib/src/l10n/material_hr.arb | 6 + .../lib/src/l10n/material_hu.arb | 6 + .../lib/src/l10n/material_hy.arb | 6 + .../lib/src/l10n/material_id.arb | 6 + .../lib/src/l10n/material_is.arb | 6 + .../lib/src/l10n/material_it.arb | 6 + .../lib/src/l10n/material_ja.arb | 6 + .../lib/src/l10n/material_ka.arb | 6 + .../lib/src/l10n/material_kk.arb | 6 + .../lib/src/l10n/material_km.arb | 6 + .../lib/src/l10n/material_kn.arb | 6 + .../lib/src/l10n/material_ko.arb | 6 + .../lib/src/l10n/material_ky.arb | 6 + .../lib/src/l10n/material_lo.arb | 6 + .../lib/src/l10n/material_lt.arb | 6 + .../lib/src/l10n/material_lv.arb | 6 + .../lib/src/l10n/material_mk.arb | 6 + .../lib/src/l10n/material_ml.arb | 6 + .../lib/src/l10n/material_mn.arb | 6 + .../lib/src/l10n/material_mr.arb | 6 + .../lib/src/l10n/material_ms.arb | 6 + .../lib/src/l10n/material_my.arb | 6 + .../lib/src/l10n/material_nb.arb | 6 + .../lib/src/l10n/material_ne.arb | 6 + .../lib/src/l10n/material_nl.arb | 6 + .../lib/src/l10n/material_no.arb | 6 + .../lib/src/l10n/material_or.arb | 6 + .../lib/src/l10n/material_pa.arb | 6 + .../lib/src/l10n/material_pl.arb | 6 + .../lib/src/l10n/material_ps.arb | 6 + .../lib/src/l10n/material_pt.arb | 6 + .../lib/src/l10n/material_pt_PT.arb | 6 + .../lib/src/l10n/material_ro.arb | 6 + .../lib/src/l10n/material_ru.arb | 6 + .../lib/src/l10n/material_si.arb | 6 + .../lib/src/l10n/material_sk.arb | 6 + .../lib/src/l10n/material_sl.arb | 6 + .../lib/src/l10n/material_sq.arb | 6 + .../lib/src/l10n/material_sr.arb | 6 + .../lib/src/l10n/material_sr_Latn.arb | 6 + .../lib/src/l10n/material_sv.arb | 6 + .../lib/src/l10n/material_sw.arb | 6 + .../lib/src/l10n/material_ta.arb | 6 + .../lib/src/l10n/material_te.arb | 6 + .../lib/src/l10n/material_th.arb | 6 + .../lib/src/l10n/material_tl.arb | 6 + .../lib/src/l10n/material_tr.arb | 6 + .../lib/src/l10n/material_uk.arb | 6 + .../lib/src/l10n/material_ur.arb | 6 + .../lib/src/l10n/material_uz.arb | 6 + .../lib/src/l10n/material_vi.arb | 6 + .../lib/src/l10n/material_zh.arb | 6 + .../lib/src/l10n/material_zh_HK.arb | 6 + .../lib/src/l10n/material_zh_TW.arb | 6 + .../lib/src/l10n/material_zu.arb | 6 + 114 files changed, 2283 insertions(+) diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index d9ea144052e3..a0b63b73d745 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -374,6 +374,24 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; + @override + String get reorderItemDown => 'Skuif af'; + + @override + String get reorderItemLeft => 'Skuif na links'; + + @override + String get reorderItemRight => 'Skuif na regs'; + + @override + String get reorderItemToEnd => 'Skuif na die einde'; + + @override + String get reorderItemToStart => 'Skuif na die begin'; + + @override + String get reorderItemUp => 'Skuif op'; + @override String get rowsPerPageTitle => 'Rye per bladsy:'; @@ -813,6 +831,24 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; + @override + String get reorderItemDown => 'ወደ ታች ውሰድ'; + + @override + String get reorderItemLeft => 'ወደ ግራ ውሰድ'; + + @override + String get reorderItemRight => 'ወደ ቀኝ ውሰድ'; + + @override + String get reorderItemToEnd => 'ወደ መጨረሻ ውሰድ'; + + @override + String get reorderItemToStart => 'ወደ መጀመሪያ ውሰድ'; + + @override + String get reorderItemUp => 'ወደ ላይ ውሰድ'; + @override String get rowsPerPageTitle => 'ረድፎች በገጽ፦'; @@ -1252,6 +1288,24 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'لا أحرف متبقية'; + @override + String get reorderItemDown => 'نقل لأسفل'; + + @override + String get reorderItemLeft => 'نقل لليمين'; + + @override + String get reorderItemRight => 'نقل لليسار'; + + @override + String get reorderItemToEnd => 'نقل إلى نهاية القائمة'; + + @override + String get reorderItemToStart => 'نقل إلى بداية القائمة'; + + @override + String get reorderItemUp => 'نقل لأعلى'; + @override String get rowsPerPageTitle => 'عدد الصفوف في الصفحة:'; @@ -1691,6 +1745,24 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; + @override + String get reorderItemDown => 'তললৈ স্থানান্তৰ কৰক'; + + @override + String get reorderItemLeft => 'বাওঁফাললৈ স্থানান্তৰ কৰক'; + + @override + String get reorderItemRight => 'সোঁফাললৈ স্থানান্তৰ কৰক'; + + @override + String get reorderItemToEnd => 'শেষলৈ স্থানান্তৰ কৰক'; + + @override + String get reorderItemToStart => 'আৰম্ভণিলৈ স্থানান্তৰ কৰক'; + + @override + String get reorderItemUp => 'ওপৰলৈ নিয়ক'; + @override String get rowsPerPageTitle => 'প্ৰতিটো পৃষ্ঠাত থকা শাৰী:'; @@ -2130,6 +2202,24 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; + @override + String get reorderItemDown => 'Aşağı köçürün'; + + @override + String get reorderItemLeft => 'Sola köçürün'; + + @override + String get reorderItemRight => 'Sağa köçürün'; + + @override + String get reorderItemToEnd => 'Sona köçürün'; + + @override + String get reorderItemToStart => 'Əvvələ köçürün'; + + @override + String get reorderItemUp => 'Yuxarı köçürün'; + @override String get rowsPerPageTitle => 'Hər səhifə üzrə sıra:'; @@ -2569,6 +2659,24 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; + @override + String get reorderItemDown => 'Перамясціць уніз'; + + @override + String get reorderItemLeft => 'Перамясціць улева'; + + @override + String get reorderItemRight => 'Перамясціць управа'; + + @override + String get reorderItemToEnd => 'Перамясціць у канец'; + + @override + String get reorderItemToStart => 'Перамясціць у пачатак'; + + @override + String get reorderItemUp => 'Перамясціць уверх'; + @override String get rowsPerPageTitle => 'Радкоў на старонку:'; @@ -3008,6 +3116,24 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; + @override + String get reorderItemDown => 'Преместване надолу'; + + @override + String get reorderItemLeft => 'Преместване наляво'; + + @override + String get reorderItemRight => 'Преместване надясно'; + + @override + String get reorderItemToEnd => 'Преместване в края'; + + @override + String get reorderItemToStart => 'Преместване в началото'; + + @override + String get reorderItemUp => 'Преместване нагоре'; + @override String get rowsPerPageTitle => 'Редове на страница:'; @@ -3447,6 +3573,24 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; + @override + String get reorderItemDown => 'নিচের দিকে সরান'; + + @override + String get reorderItemLeft => 'বাঁদিকে সরান'; + + @override + String get reorderItemRight => 'ডানদিকে সরান'; + + @override + String get reorderItemToEnd => 'একদম শেষের দিকে যান'; + + @override + String get reorderItemToStart => 'চালু করতে সরান'; + + @override + String get reorderItemUp => 'উপরের দিকে সরান'; + @override String get rowsPerPageTitle => 'প্রতি পৃষ্ঠায় সারির সংখ্যা:'; @@ -3886,6 +4030,24 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; + @override + String get reorderItemDown => 'Pomjeri nadolje'; + + @override + String get reorderItemLeft => 'Pomjeri lijevo'; + + @override + String get reorderItemRight => 'Pomjeri desno'; + + @override + String get reorderItemToEnd => 'Pomjerite na kraj'; + + @override + String get reorderItemToStart => 'Pomjerite na početak'; + + @override + String get reorderItemUp => 'Pomjeri nagore'; + @override String get rowsPerPageTitle => 'Broj redova po stranici:'; @@ -4325,6 +4487,24 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; + @override + String get reorderItemDown => 'Mou avall'; + + @override + String get reorderItemLeft => "Mou cap a l'esquerra"; + + @override + String get reorderItemRight => 'Mou cap a la dreta'; + + @override + String get reorderItemToEnd => 'Mou al final'; + + @override + String get reorderItemToStart => 'Mou al principi'; + + @override + String get reorderItemUp => 'Mou amunt'; + @override String get rowsPerPageTitle => 'Files per pàgina:'; @@ -4764,6 +4944,24 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; + @override + String get reorderItemDown => 'Přesunout dolů'; + + @override + String get reorderItemLeft => 'Přesunout doleva'; + + @override + String get reorderItemRight => 'Přesunout doprava'; + + @override + String get reorderItemToEnd => 'Přesunout na konec'; + + @override + String get reorderItemToStart => 'Přesunout na začátek'; + + @override + String get reorderItemUp => 'Přesunout nahoru'; + @override String get rowsPerPageTitle => 'Počet řádků na stránku:'; @@ -5203,6 +5401,24 @@ class MaterialLocalizationCy extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'Dim nodau ar ôl'; + @override + String get reorderItemDown => 'Symud i lawr'; + + @override + String get reorderItemLeft => "Symud i'r chwith"; + + @override + String get reorderItemRight => "Symud i'r dde"; + + @override + String get reorderItemToEnd => "Symud i'r diwedd"; + + @override + String get reorderItemToStart => "Symud i'r dechrau"; + + @override + String get reorderItemUp => 'Symud i fyny'; + @override String get rowsPerPageTitle => 'Rhesi fesul tudalen:'; @@ -5642,6 +5858,24 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; + @override + String get reorderItemDown => 'Flyt ned'; + + @override + String get reorderItemLeft => 'Flyt til venstre'; + + @override + String get reorderItemRight => 'Flyt til højre'; + + @override + String get reorderItemToEnd => 'Flyt til sidst på listen'; + + @override + String get reorderItemToStart => 'Flyt til først på listen'; + + @override + String get reorderItemUp => 'Flyt op'; + @override String get rowsPerPageTitle => 'Rækker pr. side:'; @@ -6081,6 +6315,24 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; + @override + String get reorderItemDown => 'Nach unten verschieben'; + + @override + String get reorderItemLeft => 'Nach links verschieben'; + + @override + String get reorderItemRight => 'Nach rechts verschieben'; + + @override + String get reorderItemToEnd => 'An das Ende verschieben'; + + @override + String get reorderItemToStart => 'An den Anfang verschieben'; + + @override + String get reorderItemUp => 'Nach oben verschieben'; + @override String get rowsPerPageTitle => 'Zeilen pro Seite:'; @@ -6584,6 +6836,24 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; + @override + String get reorderItemDown => 'Μετακίνηση προς τα κάτω'; + + @override + String get reorderItemLeft => 'Μετακίνηση αριστερά'; + + @override + String get reorderItemRight => 'Μετακίνηση δεξιά'; + + @override + String get reorderItemToEnd => 'Μετακίνηση στο τέλος'; + + @override + String get reorderItemToStart => 'Μετακίνηση στην αρχή'; + + @override + String get reorderItemUp => 'Μετακίνηση προς τα πάνω'; + @override String get rowsPerPageTitle => 'Σειρές ανά σελίδα:'; @@ -7023,6 +7293,24 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'No characters remaining'; + @override + String get reorderItemDown => 'Move down'; + + @override + String get reorderItemLeft => 'Move left'; + + @override + String get reorderItemRight => 'Move right'; + + @override + String get reorderItemToEnd => 'Move to the end'; + + @override + String get reorderItemToStart => 'Move to the start'; + + @override + String get reorderItemUp => 'Move up'; + @override String get rowsPerPageTitle => 'Rows per page:'; @@ -7188,6 +7476,12 @@ class MaterialLocalizationEnAu extends MaterialLocalizationEn { @override String get dialogLabel => 'Dialogue'; + + @override + String get reorderItemLeft => 'Move to the left'; + + @override + String get reorderItemRight => 'Move to the right'; } /// The translations for English, as used in Canada (`en_CA`). @@ -7291,6 +7585,12 @@ class MaterialLocalizationEnCa extends MaterialLocalizationEn { @override String get dialogLabel => 'Dialogue'; + + @override + String get reorderItemLeft => 'Move to the left'; + + @override + String get reorderItemRight => 'Move to the right'; } /// The translations for English, as used in the United Kingdom (`en_GB`). @@ -7376,6 +7676,12 @@ class MaterialLocalizationEnGb extends MaterialLocalizationEn { @override String get dialogLabel => 'Dialogue'; + + @override + String get reorderItemLeft => 'Move to the left'; + + @override + String get reorderItemRight => 'Move to the right'; } /// The translations for English, as used in Ireland (`en_IE`). @@ -7461,6 +7767,12 @@ class MaterialLocalizationEnIe extends MaterialLocalizationEn { @override String get dialogLabel => 'Dialogue'; + + @override + String get reorderItemLeft => 'Move to the left'; + + @override + String get reorderItemRight => 'Move to the right'; } /// The translations for English, as used in India (`en_IN`). @@ -7543,6 +7855,12 @@ class MaterialLocalizationEnIn extends MaterialLocalizationEn { @override String get dialogLabel => 'Dialogue'; + + @override + String get reorderItemLeft => 'Move to the left'; + + @override + String get reorderItemRight => 'Move to the right'; } /// The translations for English, as used in New Zealand (`en_NZ`). @@ -7625,6 +7943,12 @@ class MaterialLocalizationEnNz extends MaterialLocalizationEn { @override String get dialogLabel => 'Dialogue'; + + @override + String get reorderItemLeft => 'Move to the left'; + + @override + String get reorderItemRight => 'Move to the right'; } /// The translations for English, as used in Singapore (`en_SG`). @@ -7707,6 +8031,12 @@ class MaterialLocalizationEnSg extends MaterialLocalizationEn { @override String get dialogLabel => 'Dialogue'; + + @override + String get reorderItemLeft => 'Move to the left'; + + @override + String get reorderItemRight => 'Move to the right'; } /// The translations for English, as used in South Africa (`en_ZA`). @@ -7792,6 +8122,12 @@ class MaterialLocalizationEnZa extends MaterialLocalizationEn { @override String get dialogLabel => 'Dialogue'; + + @override + String get reorderItemLeft => 'Move to the left'; + + @override + String get reorderItemRight => 'Move to the right'; } /// The translations for Spanish Castilian (`es`). @@ -8148,6 +8484,24 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; + @override + String get reorderItemDown => 'Mover hacia abajo'; + + @override + String get reorderItemLeft => 'Mover hacia la izquierda'; + + @override + String get reorderItemRight => 'Mover hacia la derecha'; + + @override + String get reorderItemToEnd => 'Mover al final'; + + @override + String get reorderItemToStart => 'Mover al principio'; + + @override + String get reorderItemUp => 'Mover hacia arriba'; + @override String get rowsPerPageTitle => 'Filas por página:'; @@ -8392,6 +8746,9 @@ class MaterialLocalizationEs419 extends MaterialLocalizationEs { @override String get dialogLabel => 'Diálogo'; + @override + String get reorderItemToStart => 'Mover al inicio'; + @override String get expandedIconTapHint => 'Contraer'; @@ -8558,6 +8915,9 @@ class MaterialLocalizationEsAr extends MaterialLocalizationEs { @override String get dialogLabel => 'Diálogo'; + @override + String get reorderItemToStart => 'Mover al inicio'; + @override String get expandedIconTapHint => 'Contraer'; @@ -8682,6 +9042,9 @@ class MaterialLocalizationEsBo extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; + @override + String get reorderItemToStart => 'Mover al inicio'; + @override String get modalBarrierDismissLabel => 'Descartar'; @@ -8848,6 +9211,9 @@ class MaterialLocalizationEsCl extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; + @override + String get reorderItemToStart => 'Mover al inicio'; + @override String get modalBarrierDismissLabel => 'Descartar'; @@ -9014,6 +9380,9 @@ class MaterialLocalizationEsCo extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; + @override + String get reorderItemToStart => 'Mover al inicio'; + @override String get modalBarrierDismissLabel => 'Descartar'; @@ -9180,6 +9549,9 @@ class MaterialLocalizationEsCr extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; + @override + String get reorderItemToStart => 'Mover al inicio'; + @override String get modalBarrierDismissLabel => 'Descartar'; @@ -9346,6 +9718,9 @@ class MaterialLocalizationEsDo extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; + @override + String get reorderItemToStart => 'Mover al inicio'; + @override String get modalBarrierDismissLabel => 'Descartar'; @@ -9512,6 +9887,9 @@ class MaterialLocalizationEsEc extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; + @override + String get reorderItemToStart => 'Mover al inicio'; + @override String get modalBarrierDismissLabel => 'Descartar'; @@ -9678,6 +10056,9 @@ class MaterialLocalizationEsGt extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; + @override + String get reorderItemToStart => 'Mover al inicio'; + @override String get modalBarrierDismissLabel => 'Descartar'; @@ -9844,6 +10225,9 @@ class MaterialLocalizationEsHn extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; + @override + String get reorderItemToStart => 'Mover al inicio'; + @override String get modalBarrierDismissLabel => 'Descartar'; @@ -10010,6 +10394,9 @@ class MaterialLocalizationEsMx extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; + @override + String get reorderItemToStart => 'Mover al inicio'; + @override String get modalBarrierDismissLabel => 'Descartar'; @@ -10176,6 +10563,9 @@ class MaterialLocalizationEsNi extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; + @override + String get reorderItemToStart => 'Mover al inicio'; + @override String get modalBarrierDismissLabel => 'Descartar'; @@ -10342,6 +10732,9 @@ class MaterialLocalizationEsPa extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; + @override + String get reorderItemToStart => 'Mover al inicio'; + @override String get modalBarrierDismissLabel => 'Descartar'; @@ -10508,6 +10901,9 @@ class MaterialLocalizationEsPe extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; + @override + String get reorderItemToStart => 'Mover al inicio'; + @override String get modalBarrierDismissLabel => 'Descartar'; @@ -10674,6 +11070,9 @@ class MaterialLocalizationEsPr extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; + @override + String get reorderItemToStart => 'Mover al inicio'; + @override String get modalBarrierDismissLabel => 'Descartar'; @@ -10840,6 +11239,9 @@ class MaterialLocalizationEsPy extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; + @override + String get reorderItemToStart => 'Mover al inicio'; + @override String get modalBarrierDismissLabel => 'Descartar'; @@ -11006,6 +11408,9 @@ class MaterialLocalizationEsSv extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; + @override + String get reorderItemToStart => 'Mover al inicio'; + @override String get modalBarrierDismissLabel => 'Descartar'; @@ -11172,6 +11577,9 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; + @override + String get reorderItemToStart => 'Mover al inicio'; + @override String get modalBarrierDismissLabel => 'Descartar'; @@ -11341,6 +11749,9 @@ class MaterialLocalizationEsUy extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; + @override + String get reorderItemToStart => 'Mover al inicio'; + @override String get modalBarrierDismissLabel => 'Descartar'; @@ -11507,6 +11918,9 @@ class MaterialLocalizationEsVe extends MaterialLocalizationEs { @override String get unspecifiedDateRange => 'Período'; + @override + String get reorderItemToStart => 'Mover al inicio'; + @override String get modalBarrierDismissLabel => 'Descartar'; @@ -11910,6 +12324,24 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; + @override + String get reorderItemDown => 'Teisalda alla'; + + @override + String get reorderItemLeft => 'Teisalda vasakule'; + + @override + String get reorderItemRight => 'Teisalda paremale'; + + @override + String get reorderItemToEnd => 'Teisalda lõppu'; + + @override + String get reorderItemToStart => 'Teisalda algusesse'; + + @override + String get reorderItemUp => 'Teisalda üles'; + @override String get rowsPerPageTitle => 'Ridu lehe kohta:'; @@ -12349,6 +12781,24 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; + @override + String get reorderItemDown => 'Eraman behera'; + + @override + String get reorderItemLeft => 'Eraman ezkerrera'; + + @override + String get reorderItemRight => 'Eraman eskuinera'; + + @override + String get reorderItemToEnd => 'Eraman amaierara'; + + @override + String get reorderItemToStart => 'Eraman hasierara'; + + @override + String get reorderItemUp => 'Eraman gora'; + @override String get rowsPerPageTitle => 'Errenkadak orriko:'; @@ -12788,6 +13238,24 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; + @override + String get reorderItemDown => 'انتقال به پایین'; + + @override + String get reorderItemLeft => 'انتقال به راست'; + + @override + String get reorderItemRight => 'انتقال به چپ'; + + @override + String get reorderItemToEnd => 'انتقال به انتها'; + + @override + String get reorderItemToStart => 'انتقال به ابتدا'; + + @override + String get reorderItemUp => 'انتقال به بالا'; + @override String get rowsPerPageTitle => 'ردیف در هر صفحه:'; @@ -13227,6 +13695,24 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; + @override + String get reorderItemDown => 'Siirrä alas'; + + @override + String get reorderItemLeft => 'Siirrä vasemmalle'; + + @override + String get reorderItemRight => 'Siirrä oikealle'; + + @override + String get reorderItemToEnd => 'Siirrä loppuun'; + + @override + String get reorderItemToStart => 'Siirrä alkuun'; + + @override + String get reorderItemUp => 'Siirrä ylös'; + @override String get rowsPerPageTitle => 'Riviä/sivu:'; @@ -13666,6 +14152,24 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; + @override + String get reorderItemDown => 'Ilipat pababa'; + + @override + String get reorderItemLeft => 'Ilipat pakaliwa'; + + @override + String get reorderItemRight => 'Ilipat pakanan'; + + @override + String get reorderItemToEnd => 'Ilipat sa dulo'; + + @override + String get reorderItemToStart => 'Ilipat sa simula'; + + @override + String get reorderItemUp => 'Ilipat pataas'; + @override String get rowsPerPageTitle => 'Mga row bawat page:'; @@ -14105,6 +14609,24 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; + @override + String get reorderItemDown => 'Déplacer vers le bas'; + + @override + String get reorderItemLeft => 'Déplacer vers la gauche'; + + @override + String get reorderItemRight => 'Déplacer vers la droite'; + + @override + String get reorderItemToEnd => 'Déplacer vers la fin'; + + @override + String get reorderItemToStart => 'Déplacer vers le début'; + + @override + String get reorderItemUp => 'Déplacer vers le haut'; + @override String get rowsPerPageTitle => 'Lignes par page :'; @@ -14322,6 +14844,12 @@ class MaterialLocalizationFrCa extends MaterialLocalizationFr { @override String get timePickerMinuteModeAnnouncement => 'Sélectionnez les minutes'; + @override + String get reorderItemToStart => 'Déplacer au début'; + + @override + String get reorderItemToEnd => 'Déplacer à la fin'; + @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.frenchCanadian; } @@ -14680,6 +15208,24 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; + @override + String get reorderItemDown => 'Mover cara abaixo'; + + @override + String get reorderItemLeft => 'Mover cara á esquerda'; + + @override + String get reorderItemRight => 'Mover cara á dereita'; + + @override + String get reorderItemToEnd => 'Mover ao final'; + + @override + String get reorderItemToStart => 'Mover ao inicio'; + + @override + String get reorderItemUp => 'Mover cara arriba'; + @override String get rowsPerPageTitle => 'Filas por páxina:'; @@ -15119,6 +15665,24 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; + @override + String get reorderItemDown => 'Nach unten verschieben'; + + @override + String get reorderItemLeft => 'Nach links verschieben'; + + @override + String get reorderItemRight => 'Nach rechts verschieben'; + + @override + String get reorderItemToEnd => 'An das Ende verschieben'; + + @override + String get reorderItemToStart => 'An den Anfang verschieben'; + + @override + String get reorderItemUp => 'Nach oben verschieben'; + @override String get rowsPerPageTitle => 'Zeilen pro Seite:'; @@ -15558,6 +16122,24 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; + @override + String get reorderItemDown => 'નીચે ખસેડો'; + + @override + String get reorderItemLeft => 'ડાબે ખસેડો'; + + @override + String get reorderItemRight => 'જમણે ખસેડો'; + + @override + String get reorderItemToEnd => 'અંતમાં ખસેડો'; + + @override + String get reorderItemToStart => 'પ્રારંભમાં ખસેડો'; + + @override + String get reorderItemUp => 'ઉપર ખસેડો'; + @override String get rowsPerPageTitle => 'પેજ દીઠ પંક્તિઓ:'; @@ -15997,6 +16579,24 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; + @override + String get reorderItemDown => 'העברה למטה'; + + @override + String get reorderItemLeft => 'העברה שמאלה'; + + @override + String get reorderItemRight => 'העברה ימינה'; + + @override + String get reorderItemToEnd => 'העברה לסוף'; + + @override + String get reorderItemToStart => 'העברה להתחלה'; + + @override + String get reorderItemUp => 'העברה למעלה'; + @override String get rowsPerPageTitle => 'שורות בכל דף:'; @@ -16436,6 +17036,24 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; + @override + String get reorderItemDown => 'नीचे ले जाएं'; + + @override + String get reorderItemLeft => 'बाएं ले जाएं'; + + @override + String get reorderItemRight => 'दाएं ले जाएं'; + + @override + String get reorderItemToEnd => 'आखिर में ले जाएं'; + + @override + String get reorderItemToStart => 'शुरुआत पर ले जाएं'; + + @override + String get reorderItemUp => 'ऊपर ले जाएं'; + @override String get rowsPerPageTitle => 'हर पेज में पंक्तियों की संख्या:'; @@ -16875,6 +17493,24 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; + @override + String get reorderItemDown => 'Pomakni prema dolje'; + + @override + String get reorderItemLeft => 'Pomakni ulijevo'; + + @override + String get reorderItemRight => 'Pomakni udesno'; + + @override + String get reorderItemToEnd => 'Premjesti na kraj'; + + @override + String get reorderItemToStart => 'Premjesti na početak'; + + @override + String get reorderItemUp => 'Pomakni prema gore'; + @override String get rowsPerPageTitle => 'Redaka po stranici:'; @@ -17314,6 +17950,24 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; + @override + String get reorderItemDown => 'Áthelyezés lefelé'; + + @override + String get reorderItemLeft => 'Áthelyezés balra'; + + @override + String get reorderItemRight => 'Áthelyezés jobbra'; + + @override + String get reorderItemToEnd => 'Áthelyezés a végére'; + + @override + String get reorderItemToStart => 'Áthelyezés az elejére'; + + @override + String get reorderItemUp => 'Áthelyezés felfelé'; + @override String get rowsPerPageTitle => 'Oldalankénti sorszám:'; @@ -17753,6 +18407,24 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'Նիշի հնարավորություն չկա'; + @override + String get reorderItemDown => 'Տեղափոխել ներքև'; + + @override + String get reorderItemLeft => 'Տեղափոխել ձախ'; + + @override + String get reorderItemRight => 'Տեղափոխել աջ'; + + @override + String get reorderItemToEnd => 'Տեղափոխել վերջ'; + + @override + String get reorderItemToStart => 'Տեղափոխել սկիզբ'; + + @override + String get reorderItemUp => 'Տեղափոխել վերև'; + @override String get rowsPerPageTitle => 'Մեկ էջի տողերը՝'; @@ -18192,6 +18864,24 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; + @override + String get reorderItemDown => 'Turunkan'; + + @override + String get reorderItemLeft => 'Pindahkan ke kiri'; + + @override + String get reorderItemRight => 'Pindahkan ke kanan'; + + @override + String get reorderItemToEnd => 'Pindahkan ke akhir'; + + @override + String get reorderItemToStart => 'Pindahkan ke awal'; + + @override + String get reorderItemUp => 'Naikkan'; + @override String get rowsPerPageTitle => 'Baris per halaman:'; @@ -18631,6 +19321,24 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; + @override + String get reorderItemDown => 'Færa niður'; + + @override + String get reorderItemLeft => 'Færa til vinstri'; + + @override + String get reorderItemRight => 'Færa til hægri'; + + @override + String get reorderItemToEnd => 'Færa aftast'; + + @override + String get reorderItemToStart => 'Færa fremst'; + + @override + String get reorderItemUp => 'Færa upp'; + @override String get rowsPerPageTitle => 'Línur á síðu:'; @@ -19070,6 +19778,24 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; + @override + String get reorderItemDown => 'Sposta giù'; + + @override + String get reorderItemLeft => 'Sposta a sinistra'; + + @override + String get reorderItemRight => 'Sposta a destra'; + + @override + String get reorderItemToEnd => 'Sposta alla fine'; + + @override + String get reorderItemToStart => "Sposta all'inizio"; + + @override + String get reorderItemUp => 'Sposta su'; + @override String get rowsPerPageTitle => 'Righe per pagina:'; @@ -19509,6 +20235,24 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; + @override + String get reorderItemDown => '下に移動'; + + @override + String get reorderItemLeft => '左に移動'; + + @override + String get reorderItemRight => '右に移動'; + + @override + String get reorderItemToEnd => '最後に移動'; + + @override + String get reorderItemToStart => '先頭に移動'; + + @override + String get reorderItemUp => '上に移動'; + @override String get rowsPerPageTitle => 'ページあたりの行数:'; @@ -19948,6 +20692,24 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; + @override + String get reorderItemDown => 'ქვემოთ გადატანა'; + + @override + String get reorderItemLeft => 'მარცხნივ გადატანა'; + + @override + String get reorderItemRight => 'მარჯვნივ გადატანა'; + + @override + String get reorderItemToEnd => 'ბოლოში გადატანა'; + + @override + String get reorderItemToStart => 'დასაწყისში გადატანა'; + + @override + String get reorderItemUp => 'ზემოთ გადატანა'; + @override String get rowsPerPageTitle => 'მწკრივი გვერდზე:'; @@ -20387,6 +21149,24 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'Таңбалар қалмады'; + @override + String get reorderItemDown => 'Төменге жылжыту'; + + @override + String get reorderItemLeft => 'Солға жылжыту'; + + @override + String get reorderItemRight => 'Оңға жылжыту'; + + @override + String get reorderItemToEnd => 'Соңына өту'; + + @override + String get reorderItemToStart => 'Басына өту'; + + @override + String get reorderItemUp => 'Жоғарыға жылжыту'; + @override String get rowsPerPageTitle => 'Әр беттегі жолдар саны:'; @@ -20826,6 +21606,24 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; + @override + String get reorderItemDown => 'ផ្លាស់ទី​ចុះ​ក្រោម'; + + @override + String get reorderItemLeft => 'ផ្លាស់ទី​ទៅ​ឆ្វេង'; + + @override + String get reorderItemRight => 'ផ្លាស់ទីទៅ​ស្តាំ'; + + @override + String get reorderItemToEnd => 'ផ្លាស់ទីទៅ​ចំណុចបញ្ចប់'; + + @override + String get reorderItemToStart => 'ផ្លាស់ទីទៅ​ចំណុច​ចាប់ផ្ដើម'; + + @override + String get reorderItemUp => 'ផ្លាស់ទី​ឡើង​លើ'; + @override String get rowsPerPageTitle => 'ជួរ​ដេក​ក្នុង​មួយ​ទំព័រ៖'; @@ -21265,6 +22063,24 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; + @override + String get reorderItemDown => '\u{c95}\u{cc6}\u{cb3}\u{c97}\u{cc6}\u{20}\u{cb8}\u{cb0}\u{cbf}\u{cb8}\u{cbf}'; + + @override + String get reorderItemLeft => '\u{c8e}\u{ca1}\u{c95}\u{ccd}\u{c95}\u{cc6}\u{20}\u{cb8}\u{cb0}\u{cbf}\u{cb8}\u{cbf}'; + + @override + String get reorderItemRight => '\u{cac}\u{cb2}\u{c95}\u{ccd}\u{c95}\u{cc6}\u{20}\u{cb8}\u{cb0}\u{cbf}\u{cb8}\u{cbf}'; + + @override + String get reorderItemToEnd => '\u{c95}\u{cca}\u{ca8}\u{cc6}\u{c97}\u{cc6}\u{20}\u{cb8}\u{cb0}\u{cbf}\u{cb8}\u{cbf}'; + + @override + String get reorderItemToStart => '\u{caa}\u{ccd}\u{cb0}\u{cbe}\u{cb0}\u{c82}\u{cad}\u{c95}\u{ccd}\u{c95}\u{cc6}\u{20}\u{cb8}\u{cb0}\u{cbf}\u{cb8}\u{cbf}'; + + @override + String get reorderItemUp => '\u{cae}\u{cc7}\u{cb2}\u{cc6}\u{20}\u{cb8}\u{cb0}\u{cbf}\u{cb8}\u{cbf}'; + @override String get rowsPerPageTitle => '\u{caa}\u{ccd}\u{cb0}\u{ca4}\u{cbf}\u{20}\u{caa}\u{cc1}\u{c9f}\u{c95}\u{ccd}\u{c95}\u{cc6}\u{20}\u{cb8}\u{cbe}\u{cb2}\u{cc1}\u{c97}\u{cb3}\u{cc1}\u{3a}'; @@ -21704,6 +22520,24 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; + @override + String get reorderItemDown => '아래로 이동'; + + @override + String get reorderItemLeft => '왼쪽으로 이동'; + + @override + String get reorderItemRight => '오른쪽으로 이동'; + + @override + String get reorderItemToEnd => '끝으로 이동'; + + @override + String get reorderItemToStart => '시작으로 이동'; + + @override + String get reorderItemUp => '위로 이동'; + @override String get rowsPerPageTitle => '페이지당 행 수:'; @@ -22143,6 +22977,24 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; + @override + String get reorderItemDown => 'Төмөн жылдыруу'; + + @override + String get reorderItemLeft => 'Солго жылдыруу'; + + @override + String get reorderItemRight => 'Оңго жылдыруу'; + + @override + String get reorderItemToEnd => 'Аягына жылдыруу'; + + @override + String get reorderItemToStart => 'Башына жылдыруу'; + + @override + String get reorderItemUp => 'Жогору жылдыруу'; + @override String get rowsPerPageTitle => 'Бир беттеги саптардын саны:'; @@ -22582,6 +23434,24 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; + @override + String get reorderItemDown => 'ຍ້າຍລົງ'; + + @override + String get reorderItemLeft => 'ຍ້າຍໄປຊ້າຍ'; + + @override + String get reorderItemRight => 'ຍ້າຍໄປຂວາ'; + + @override + String get reorderItemToEnd => 'ຍ້າຍໄປສິ້ນສຸດ'; + + @override + String get reorderItemToStart => 'ຍ້າຍໄປເລີ່ມຕົ້ນ'; + + @override + String get reorderItemUp => 'ຍ້າຍຂຶ້ນ'; + @override String get rowsPerPageTitle => 'ແຖວຕໍ່ໜ້າ:'; @@ -23021,6 +23891,24 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; + @override + String get reorderItemDown => 'Perkelti žemyn'; + + @override + String get reorderItemLeft => 'Perkelti kairėn'; + + @override + String get reorderItemRight => 'Perkelti dešinėn'; + + @override + String get reorderItemToEnd => 'Perkelti į pabaigą'; + + @override + String get reorderItemToStart => 'Perkelti į pradžią'; + + @override + String get reorderItemUp => 'Perkelti aukštyn'; + @override String get rowsPerPageTitle => 'Eilučių puslapyje:'; @@ -23460,6 +24348,24 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'Nav atlikusi neviena rakstzīme.'; + @override + String get reorderItemDown => 'Pārvietot uz leju'; + + @override + String get reorderItemLeft => 'Pārvietot pa kreisi'; + + @override + String get reorderItemRight => 'Pārvietot pa labi'; + + @override + String get reorderItemToEnd => 'Pārvietot uz beigām'; + + @override + String get reorderItemToStart => 'Pārvietot uz sākumu'; + + @override + String get reorderItemUp => 'Pārvietot uz augšu'; + @override String get rowsPerPageTitle => 'Rindas lapā:'; @@ -23899,6 +24805,24 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; + @override + String get reorderItemDown => 'Преместете надолу'; + + @override + String get reorderItemLeft => 'Преместете налево'; + + @override + String get reorderItemRight => 'Преместете надесно'; + + @override + String get reorderItemToEnd => 'Преместете на крајот'; + + @override + String get reorderItemToStart => 'Преместете на почеток'; + + @override + String get reorderItemUp => 'Преместете нагоре'; + @override String get rowsPerPageTitle => 'Редови на страница:'; @@ -24338,6 +25262,24 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; + @override + String get reorderItemDown => 'താഴോട്ട് നീക്കുക'; + + @override + String get reorderItemLeft => 'ഇടത്തോട്ട് നീക്കുക'; + + @override + String get reorderItemRight => 'വലത്തോട്ട് നീക്കുക'; + + @override + String get reorderItemToEnd => 'അവസാന ഭാഗത്തേക്ക് പോവുക'; + + @override + String get reorderItemToStart => 'തുടക്കത്തിലേക്ക് പോവുക'; + + @override + String get reorderItemUp => 'മുകളിലോട്ട് നീക്കുക'; + @override String get rowsPerPageTitle => 'ഓരോ പേജിലുമുള്ള വരികൾ:'; @@ -24777,6 +25719,24 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'No characters remaining'; + @override + String get reorderItemDown => 'Доош зөөх'; + + @override + String get reorderItemLeft => 'Зүүн тийш зөөх'; + + @override + String get reorderItemRight => 'Баруун тийш зөөх'; + + @override + String get reorderItemToEnd => 'Төгсгөл рүү зөөх'; + + @override + String get reorderItemToStart => 'Эхлэл рүү зөөх'; + + @override + String get reorderItemUp => 'Дээш зөөх'; + @override String get rowsPerPageTitle => 'Хуудсан дахь мөрийн тоо:'; @@ -25216,6 +26176,24 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'कोणतेही वर्ण शिल्लक नाहीत'; + @override + String get reorderItemDown => 'खाली हलवा'; + + @override + String get reorderItemLeft => 'डावीकडे हलवा'; + + @override + String get reorderItemRight => 'उजवीकडे हलवा'; + + @override + String get reorderItemToEnd => 'शेवटाकडे हलवा'; + + @override + String get reorderItemToStart => 'सुरुवातीला हलवा'; + + @override + String get reorderItemUp => 'वर हलवा'; + @override String get rowsPerPageTitle => 'प्रति पेज पंक्ती:'; @@ -25655,6 +26633,24 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; + @override + String get reorderItemDown => 'Alih ke bawah'; + + @override + String get reorderItemLeft => 'Alih ke kiri'; + + @override + String get reorderItemRight => 'Alih ke kanan'; + + @override + String get reorderItemToEnd => 'Alih ke penghujung'; + + @override + String get reorderItemToStart => 'Alih ke permulaan'; + + @override + String get reorderItemUp => 'Alih ke atas'; + @override String get rowsPerPageTitle => 'Baris setiap halaman:'; @@ -26094,6 +27090,24 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; + @override + String get reorderItemDown => 'အောက်သို့ရွှေ့ရန်'; + + @override + String get reorderItemLeft => 'ဘယ်ဘက်သို့ရွှေ့ရန်'; + + @override + String get reorderItemRight => 'ညာဘက်သို့ရွှေ့ရန်'; + + @override + String get reorderItemToEnd => 'အဆုံးသို့ ‌ရွှေ့ရန်'; + + @override + String get reorderItemToStart => 'အစသို့ ရွှေ့ရန်'; + + @override + String get reorderItemUp => 'အပေါ်သို့ ရွှေ့ရန်'; + @override String get rowsPerPageTitle => 'စာတစ်မျက်နှာပါ လိုင်းအရေအတွက်−'; @@ -26533,6 +27547,24 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; + @override + String get reorderItemDown => 'Flytt ned'; + + @override + String get reorderItemLeft => 'Flytt til venstre'; + + @override + String get reorderItemRight => 'Flytt til høyre'; + + @override + String get reorderItemToEnd => 'Flytt til slutten'; + + @override + String get reorderItemToStart => 'Flytt til starten'; + + @override + String get reorderItemUp => 'Flytt opp'; + @override String get rowsPerPageTitle => 'Rader per side:'; @@ -26972,6 +28004,24 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; + @override + String get reorderItemDown => 'तल सार्नुहोस्'; + + @override + String get reorderItemLeft => 'बायाँ सार्नुहोस्'; + + @override + String get reorderItemRight => 'दायाँ सार्नुहोस्'; + + @override + String get reorderItemToEnd => 'अन्त्यमा जानुहोस्'; + + @override + String get reorderItemToStart => 'सुरुमा सार्नुहोस्'; + + @override + String get reorderItemUp => 'माथि सार्नुहोस्'; + @override String get rowsPerPageTitle => 'प्रत्येक पृष्ठमा रहेका पङ्क्तिहरूको सङ्ख्या:'; @@ -27411,6 +28461,24 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; + @override + String get reorderItemDown => 'Omlaag verplaatsen'; + + @override + String get reorderItemLeft => 'Naar links verplaatsen'; + + @override + String get reorderItemRight => 'Naar rechts verplaatsen'; + + @override + String get reorderItemToEnd => 'Naar het einde verplaatsen'; + + @override + String get reorderItemToStart => 'Naar het begin verplaatsen'; + + @override + String get reorderItemUp => 'Omhoog verplaatsen'; + @override String get rowsPerPageTitle => 'Rijen per pagina:'; @@ -27850,6 +28918,24 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; + @override + String get reorderItemDown => 'Flytt ned'; + + @override + String get reorderItemLeft => 'Flytt til venstre'; + + @override + String get reorderItemRight => 'Flytt til høyre'; + + @override + String get reorderItemToEnd => 'Flytt til slutten'; + + @override + String get reorderItemToStart => 'Flytt til starten'; + + @override + String get reorderItemUp => 'Flytt opp'; + @override String get rowsPerPageTitle => 'Rader per side:'; @@ -28289,6 +29375,24 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; + @override + String get reorderItemDown => 'ତଳକୁ ଯାଆନ୍ତୁ'; + + @override + String get reorderItemLeft => 'ବାମକୁ ଯାଆନ୍ତୁ'; + + @override + String get reorderItemRight => 'ଡାହାଣକୁ ଯାଆନ୍ତୁ'; + + @override + String get reorderItemToEnd => 'ଶେଷକୁ ଯାଆନ୍ତୁ'; + + @override + String get reorderItemToStart => 'ଆରମ୍ଭକୁ ଯାଆନ୍ତୁ'; + + @override + String get reorderItemUp => 'ଉପରକୁ ନିଅନ୍ତୁ'; + @override String get rowsPerPageTitle => 'ପୃଷ୍ଠା ପିଛା ଧାଡ଼ି:'; @@ -28728,6 +29832,24 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; + @override + String get reorderItemDown => 'ਹੇਠਾਂ ਲਿਜਾਓ'; + + @override + String get reorderItemLeft => 'ਖੱਬੇ ਲਿਜਾਓ'; + + @override + String get reorderItemRight => 'ਸੱਜੇ ਲਿਜਾਓ'; + + @override + String get reorderItemToEnd => 'ਅੰਤ ਵਿੱਚ ਲਿਜਾਓ'; + + @override + String get reorderItemToStart => 'ਸ਼ੁਰੂ ਵਿੱਚ ਲਿਜਾਓ'; + + @override + String get reorderItemUp => 'ਉੱਪਰ ਲਿਜਾਓ'; + @override String get rowsPerPageTitle => "ਹਰ ਪੰਨੇ 'ਤੇ ਕਤਾਰਾਂ:"; @@ -29167,6 +30289,24 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; + @override + String get reorderItemDown => 'Przenieś w dół'; + + @override + String get reorderItemLeft => 'Przenieś w lewo'; + + @override + String get reorderItemRight => 'Przenieś w prawo'; + + @override + String get reorderItemToEnd => 'Przenieś na koniec'; + + @override + String get reorderItemToStart => 'Przenieś na początek'; + + @override + String get reorderItemUp => 'Przenieś w górę'; + @override String get rowsPerPageTitle => 'Wiersze na stronie:'; @@ -29606,6 +30746,24 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'No characters remaining'; + @override + String get reorderItemDown => 'Move down'; + + @override + String get reorderItemLeft => 'Move left'; + + @override + String get reorderItemRight => 'Move right'; + + @override + String get reorderItemToEnd => 'Move to the end'; + + @override + String get reorderItemToStart => 'Move to the start'; + + @override + String get reorderItemUp => 'Move up'; + @override String get rowsPerPageTitle => 'د هرې پاڼې پاڼې:'; @@ -30045,6 +31203,24 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; + @override + String get reorderItemDown => 'Mover para baixo'; + + @override + String get reorderItemLeft => 'Mover para a esquerda'; + + @override + String get reorderItemRight => 'Mover para a direita'; + + @override + String get reorderItemToEnd => 'Mover para o final'; + + @override + String get reorderItemToStart => 'Mover para o início'; + + @override + String get reorderItemUp => 'Mover para cima'; + @override String get rowsPerPageTitle => 'Linhas por página:'; @@ -30265,6 +31441,9 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { @override String get searchFieldLabel => 'Pesquisar'; + @override + String get reorderItemToEnd => 'Mover para o fim'; + @override String get expandedIconTapHint => 'Reduzir'; @@ -30632,6 +31811,24 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; + @override + String get reorderItemDown => 'Mutați în jos'; + + @override + String get reorderItemLeft => 'Mutați la stânga'; + + @override + String get reorderItemRight => 'Mutați la dreapta'; + + @override + String get reorderItemToEnd => 'Mutați la sfârșit'; + + @override + String get reorderItemToStart => 'Mutați la început'; + + @override + String get reorderItemUp => 'Mutați în sus'; + @override String get rowsPerPageTitle => 'Rânduri pe pagină:'; @@ -31071,6 +32268,24 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; + @override + String get reorderItemDown => 'Переместить вниз'; + + @override + String get reorderItemLeft => 'Переместить влево'; + + @override + String get reorderItemRight => 'Переместить вправо'; + + @override + String get reorderItemToEnd => 'Переместить в конец'; + + @override + String get reorderItemToStart => 'Переместить в начало'; + + @override + String get reorderItemUp => 'Переместить вверх'; + @override String get rowsPerPageTitle => 'Строк на странице:'; @@ -31510,6 +32725,24 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; + @override + String get reorderItemDown => 'පහළට ගෙන යන්න'; + + @override + String get reorderItemLeft => 'වමට ගෙන යන්න'; + + @override + String get reorderItemRight => 'දකුණට ගෙන යන්න'; + + @override + String get reorderItemToEnd => 'අවසානයට යන්න'; + + @override + String get reorderItemToStart => 'ආරම්භය වෙත යන්න'; + + @override + String get reorderItemUp => 'ඉහළට ගෙන යන්න'; + @override String get rowsPerPageTitle => 'පිටුවකට පේළි:'; @@ -31949,6 +33182,24 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; + @override + String get reorderItemDown => 'Presunúť nadol'; + + @override + String get reorderItemLeft => 'Presunúť doľava'; + + @override + String get reorderItemRight => 'Presunúť doprava'; + + @override + String get reorderItemToEnd => 'Presunúť na koniec'; + + @override + String get reorderItemToStart => 'Presunúť na začiatok'; + + @override + String get reorderItemUp => 'Presunúť nahor'; + @override String get rowsPerPageTitle => 'Počet riadkov na stránku:'; @@ -32388,6 +33639,24 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; + @override + String get reorderItemDown => 'Premakni navzdol'; + + @override + String get reorderItemLeft => 'Premakni levo'; + + @override + String get reorderItemRight => 'Premakni desno'; + + @override + String get reorderItemToEnd => 'Premakni na konec'; + + @override + String get reorderItemToStart => 'Premakni na začetek'; + + @override + String get reorderItemUp => 'Premakni navzgor'; + @override String get rowsPerPageTitle => 'Vrstice na stran:'; @@ -32827,6 +34096,24 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; + @override + String get reorderItemDown => 'Lëvize poshtë'; + + @override + String get reorderItemLeft => 'Lëvize majtas'; + + @override + String get reorderItemRight => 'Lëvize djathtas'; + + @override + String get reorderItemToEnd => 'Lëvize në fund'; + + @override + String get reorderItemToStart => 'Lëvize në fillim'; + + @override + String get reorderItemUp => 'Lëvize lart'; + @override String get rowsPerPageTitle => 'Rreshtat për faqe:'; @@ -33266,6 +34553,24 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; + @override + String get reorderItemDown => 'Померите надоле'; + + @override + String get reorderItemLeft => 'Померите улево'; + + @override + String get reorderItemRight => 'Померите удесно'; + + @override + String get reorderItemToEnd => 'Померите на крај'; + + @override + String get reorderItemToStart => 'Померите на почетак'; + + @override + String get reorderItemUp => 'Померите нагоре'; + @override String get rowsPerPageTitle => 'Редова на страници:'; @@ -33577,6 +34882,24 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { @override String get remainingTextFieldCharacterCountOther => r'Preostalo je $remainingCount znakova'; + @override + String get reorderItemDown => 'Pomerite nadole'; + + @override + String get reorderItemLeft => 'Pomerite ulevo'; + + @override + String get reorderItemRight => 'Pomerite udesno'; + + @override + String get reorderItemToEnd => 'Pomerite na kraj'; + + @override + String get reorderItemToStart => 'Pomerite na početak'; + + @override + String get reorderItemUp => 'Pomerite nagore'; + @override String get rowsPerPageTitle => 'Redova na stranici:'; @@ -34001,6 +35324,24 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; + @override + String get reorderItemDown => 'Flytta nedåt'; + + @override + String get reorderItemLeft => 'Flytta åt vänster'; + + @override + String get reorderItemRight => 'Flytta åt höger'; + + @override + String get reorderItemToEnd => 'Flytta till slutet'; + + @override + String get reorderItemToStart => 'Flytta till början'; + + @override + String get reorderItemUp => 'Flytta uppåt'; + @override String get rowsPerPageTitle => 'Rader per sida:'; @@ -34440,6 +35781,24 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'Hapana herufi zilizo baki'; + @override + String get reorderItemDown => 'Sogeza chini'; + + @override + String get reorderItemLeft => 'Sogeza kushoto'; + + @override + String get reorderItemRight => 'Sogeza kulia'; + + @override + String get reorderItemToEnd => 'Sogeza hadi mwisho'; + + @override + String get reorderItemToStart => 'Sogeza hadi mwanzo'; + + @override + String get reorderItemUp => 'Sogeza juu'; + @override String get rowsPerPageTitle => 'Safu mlalo kwa kila ukurasa:'; @@ -34879,6 +36238,24 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'எழுத்துக்கள் எதுவும் இல்லை'; + @override + String get reorderItemDown => 'கீழே நகர்த்தவும்'; + + @override + String get reorderItemLeft => 'இடப்புறம் நகர்த்தவும்'; + + @override + String get reorderItemRight => 'வலப்புறம் நகர்த்தவும்'; + + @override + String get reorderItemToEnd => 'இறுதிக்கு நகர்த்தவும்'; + + @override + String get reorderItemToStart => 'தொடக்கத்திற்கு நகர்த்தவும்'; + + @override + String get reorderItemUp => 'மேலே நகர்த்தவும்'; + @override String get rowsPerPageTitle => 'ஒரு பக்கத்திற்கான வரிசைகள்:'; @@ -35318,6 +36695,24 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; + @override + String get reorderItemDown => 'కిందికు జరుపు'; + + @override + String get reorderItemLeft => 'ఎడమవైపుగా జరపండి'; + + @override + String get reorderItemRight => 'కుడివైపుగా జరపండి'; + + @override + String get reorderItemToEnd => 'చివరకు తరలించండి'; + + @override + String get reorderItemToStart => 'ప్రారంభానికి తరలించండి'; + + @override + String get reorderItemUp => 'పైకి జరపండి'; + @override String get rowsPerPageTitle => 'పేజీకి ఉండే అడ్డు వరుసలు:'; @@ -35757,6 +37152,24 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; + @override + String get reorderItemDown => 'ย้ายลง'; + + @override + String get reorderItemLeft => 'ย้ายไปทางซ้าย'; + + @override + String get reorderItemRight => 'ย้ายไปทางขวา'; + + @override + String get reorderItemToEnd => 'ย้ายไปท้ายรายการ'; + + @override + String get reorderItemToStart => 'ย้ายไปต้นรายการ'; + + @override + String get reorderItemUp => 'ย้ายขึ้น'; + @override String get rowsPerPageTitle => 'แถวต่อหน้า:'; @@ -36196,6 +37609,24 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; + @override + String get reorderItemDown => 'Ilipat pababa'; + + @override + String get reorderItemLeft => 'Ilipat pakaliwa'; + + @override + String get reorderItemRight => 'Ilipat pakanan'; + + @override + String get reorderItemToEnd => 'Ilipat sa dulo'; + + @override + String get reorderItemToStart => 'Ilipat sa simula'; + + @override + String get reorderItemUp => 'Ilipat pataas'; + @override String get rowsPerPageTitle => 'Mga row bawat page:'; @@ -36635,6 +38066,24 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; + @override + String get reorderItemDown => 'Aşağı taşı'; + + @override + String get reorderItemLeft => 'Sola taşı'; + + @override + String get reorderItemRight => 'Sağa taşı'; + + @override + String get reorderItemToEnd => 'Sona taşı'; + + @override + String get reorderItemToStart => 'Başa taşı'; + + @override + String get reorderItemUp => 'Yukarı taşı'; + @override String get rowsPerPageTitle => 'Sayfa başına satır sayısı:'; @@ -37074,6 +38523,24 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; + @override + String get reorderItemDown => 'Перемістити вниз'; + + @override + String get reorderItemLeft => 'Перемістити ліворуч'; + + @override + String get reorderItemRight => 'Перемістити праворуч'; + + @override + String get reorderItemToEnd => 'Перемістити в кінець'; + + @override + String get reorderItemToStart => 'Перемістити на початок'; + + @override + String get reorderItemUp => 'Перемістити вгору'; + @override String get rowsPerPageTitle => 'Рядків на сторінці:'; @@ -37513,6 +38980,24 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; + @override + String get reorderItemDown => 'نیچے منتقل کریں'; + + @override + String get reorderItemLeft => 'بائیں منتقل کریں'; + + @override + String get reorderItemRight => 'دائیں منتقل کریں'; + + @override + String get reorderItemToEnd => 'آخر میں منتقل کریں'; + + @override + String get reorderItemToStart => 'شروع میں منتقل کریں'; + + @override + String get reorderItemUp => 'اوپر منتقل کریں'; + @override String get rowsPerPageTitle => 'قطاریں فی صفحہ:'; @@ -37952,6 +39437,24 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; + @override + String get reorderItemDown => 'Pastga siljitish'; + + @override + String get reorderItemLeft => 'Chapga siljitish'; + + @override + String get reorderItemRight => 'Oʻngga siljitish'; + + @override + String get reorderItemToEnd => 'Oxiriga siljitish'; + + @override + String get reorderItemToStart => 'Boshiga siljitish'; + + @override + String get reorderItemUp => 'Tepaga siljitish'; + @override String get rowsPerPageTitle => 'Har bir sahifadagi qatorlar soni:'; @@ -38391,6 +39894,24 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; + @override + String get reorderItemDown => 'Di chuyển xuống'; + + @override + String get reorderItemLeft => 'Di chuyển sang trái'; + + @override + String get reorderItemRight => 'Di chuyển sang phải'; + + @override + String get reorderItemToEnd => 'Di chuyển xuống cuối danh sách'; + + @override + String get reorderItemToStart => 'Di chuyển lên đầu danh sách'; + + @override + String get reorderItemUp => 'Di chuyển lên'; + @override String get rowsPerPageTitle => 'Số hàng mỗi trang:'; @@ -38830,6 +40351,24 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => 'TBD'; + @override + String get reorderItemDown => '下移'; + + @override + String get reorderItemLeft => '左移'; + + @override + String get reorderItemRight => '右移'; + + @override + String get reorderItemToEnd => '移到末尾'; + + @override + String get reorderItemToStart => '移到开头'; + + @override + String get reorderItemUp => '上移'; + @override String get rowsPerPageTitle => '每页行数:'; @@ -39192,6 +40731,24 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { @override String get remainingTextFieldCharacterCountOther => r'尚餘 $remainingCount 個字元'; + @override + String get reorderItemDown => '向下移'; + + @override + String get reorderItemLeft => '向左移'; + + @override + String get reorderItemRight => '向右移'; + + @override + String get reorderItemToEnd => '移到最後'; + + @override + String get reorderItemToStart => '移到開頭'; + + @override + String get reorderItemUp => '向上移'; + @override String get rowsPerPageTitle => '每頁列數:'; @@ -39377,6 +40934,12 @@ class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { @override String get alertDialogLabel => '快訊'; + @override + String get reorderItemToStart => '移至開頭'; + + @override + String get reorderItemToEnd => '移至結尾'; + @override String? get remainingTextFieldCharacterCountOne => '還可輸入 1 個字元'; @@ -39738,6 +41301,24 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { @override String? get remainingTextFieldCharacterCountZero => null; + @override + String get reorderItemDown => 'Iya phansi'; + + @override + String get reorderItemLeft => 'Hambisa kwesokunxele'; + + @override + String get reorderItemRight => 'Yisa kwesokudla'; + + @override + String get reorderItemToEnd => 'Yisa ekugcineni'; + + @override + String get reorderItemToStart => 'Yisa ekuqaleni'; + + @override + String get reorderItemUp => 'Iya phezulu'; + @override String get rowsPerPageTitle => 'Imigqa ekhasini ngalinye:'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_af.arb b/packages/flutter_localizations/lib/src/l10n/material_af.arb index e3b3a51d2f5f..c08cbb812538 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_af.arb @@ -42,6 +42,12 @@ "dialogLabel": "Dialoog", "alertDialogLabel": "Opletberig", "searchFieldLabel": "Soek", + "reorderItemToStart": "Skuif na die begin", + "reorderItemToEnd": "Skuif na die einde", + "reorderItemUp": "Skuif op", + "reorderItemDown": "Skuif af", + "reorderItemLeft": "Skuif na links", + "reorderItemRight": "Skuif na regs", "expandedIconTapHint": "Vou in", "collapsedIconTapHint": "Vou uit", "remainingTextFieldCharacterCountOne": "1 karakter oor", diff --git a/packages/flutter_localizations/lib/src/l10n/material_am.arb b/packages/flutter_localizations/lib/src/l10n/material_am.arb index e7b1bddccde0..b2eab6efa051 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_am.arb @@ -42,6 +42,12 @@ "dialogLabel": "መገናኛ", "alertDialogLabel": "ማንቂያ", "searchFieldLabel": "ይፈልጉ", + "reorderItemToStart": "ወደ መጀመሪያ ውሰድ", + "reorderItemToEnd": "ወደ መጨረሻ ውሰድ", + "reorderItemUp": "ወደ ላይ ውሰድ", + "reorderItemDown": "ወደ ታች ውሰድ", + "reorderItemLeft": "ወደ ግራ ውሰድ", + "reorderItemRight": "ወደ ቀኝ ውሰድ", "expandedIconTapHint": "ሰብስብ", "collapsedIconTapHint": "ዘርጋ", "remainingTextFieldCharacterCountOne": "1 ቁምፊ ይቀራል", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index 31c1787ea825..6df45e659a62 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -52,6 +52,12 @@ "dialogLabel": "مربع حوار", "alertDialogLabel": "تنبيه", "searchFieldLabel": "بحث", + "reorderItemToStart": "نقل إلى بداية القائمة", + "reorderItemToEnd": "نقل إلى نهاية القائمة", + "reorderItemUp": "نقل لأعلى", + "reorderItemDown": "نقل لأسفل", + "reorderItemLeft": "نقل لليمين", + "reorderItemRight": "نقل لليسار", "expandedIconTapHint": "تصغير", "collapsedIconTapHint": "توسيع", "remainingTextFieldCharacterCountZero": "لا أحرف متبقية", diff --git a/packages/flutter_localizations/lib/src/l10n/material_as.arb b/packages/flutter_localizations/lib/src/l10n/material_as.arb index 9540561f6bfd..a9bb5a6b6c25 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_as.arb @@ -42,6 +42,12 @@ "dialogLabel": "ডায়ল'গ", "alertDialogLabel": "সতৰ্কবাৰ্তা", "searchFieldLabel": "সন্ধান কৰক", + "reorderItemToStart": "আৰম্ভণিলৈ স্থানান্তৰ কৰক", + "reorderItemToEnd": "শেষলৈ স্থানান্তৰ কৰক", + "reorderItemUp": "ওপৰলৈ নিয়ক", + "reorderItemDown": "তললৈ স্থানান্তৰ কৰক", + "reorderItemLeft": "বাওঁফাললৈ স্থানান্তৰ কৰক", + "reorderItemRight": "সোঁফাললৈ স্থানান্তৰ কৰক", "expandedIconTapHint": "সংকোচন কৰক", "collapsedIconTapHint": "বিস্তাৰ কৰক", "remainingTextFieldCharacterCountOne": "১টা বর্ণ বাকী আছে", diff --git a/packages/flutter_localizations/lib/src/l10n/material_az.arb b/packages/flutter_localizations/lib/src/l10n/material_az.arb index 1fc8d4e442eb..ad4a58761fd7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_az.arb @@ -42,6 +42,12 @@ "dialogLabel": "Dialoq", "alertDialogLabel": "Bildiriş", "searchFieldLabel": "Axtarın", + "reorderItemToStart": "Əvvələ köçürün", + "reorderItemToEnd": "Sona köçürün", + "reorderItemUp": "Yuxarı köçürün", + "reorderItemDown": "Aşağı köçürün", + "reorderItemLeft": "Sola köçürün", + "reorderItemRight": "Sağa köçürün", "expandedIconTapHint": "Yığcamlaşdırın", "collapsedIconTapHint": "Genişləndirin", "remainingTextFieldCharacterCountOne": "1 simvol qalır", diff --git a/packages/flutter_localizations/lib/src/l10n/material_be.arb b/packages/flutter_localizations/lib/src/l10n/material_be.arb index 106387605fb7..60a78186cc1e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_be.arb @@ -48,6 +48,12 @@ "dialogLabel": "Дыялогавае акно", "alertDialogLabel": "Абвестка", "searchFieldLabel": "Пошук", + "reorderItemToStart": "Перамясціць у пачатак", + "reorderItemToEnd": "Перамясціць у канец", + "reorderItemUp": "Перамясціць уверх", + "reorderItemDown": "Перамясціць уніз", + "reorderItemLeft": "Перамясціць улева", + "reorderItemRight": "Перамясціць управа", "expandedIconTapHint": "Згарнуць", "collapsedIconTapHint": "Разгарнуць", "remainingTextFieldCharacterCountOne": "Застаўся 1 сімвал", diff --git a/packages/flutter_localizations/lib/src/l10n/material_bg.arb b/packages/flutter_localizations/lib/src/l10n/material_bg.arb index c4ccb7663646..ff16344212b8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bg.arb @@ -42,6 +42,12 @@ "dialogLabel": "Диалогов прозорец", "alertDialogLabel": "Сигнал", "searchFieldLabel": "Търсене", + "reorderItemToStart": "Преместване в началото", + "reorderItemToEnd": "Преместване в края", + "reorderItemUp": "Преместване нагоре", + "reorderItemDown": "Преместване надолу", + "reorderItemLeft": "Преместване наляво", + "reorderItemRight": "Преместване надясно", "expandedIconTapHint": "Свиване", "collapsedIconTapHint": "Разгъване", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_bn.arb b/packages/flutter_localizations/lib/src/l10n/material_bn.arb index f2d00cc75c88..5b6fd078e895 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bn.arb @@ -42,6 +42,12 @@ "dialogLabel": "ডায়ালগ", "alertDialogLabel": "সতর্কতা", "searchFieldLabel": "খুঁজুন", + "reorderItemToStart": "চালু করতে সরান", + "reorderItemToEnd": "একদম শেষের দিকে যান", + "reorderItemUp": "উপরের দিকে সরান", + "reorderItemDown": "নিচের দিকে সরান", + "reorderItemLeft": "বাঁদিকে সরান", + "reorderItemRight": "ডানদিকে সরান", "expandedIconTapHint": "আড়াল করুন", "collapsedIconTapHint": "বড় করুন", "remainingTextFieldCharacterCountOne": "আর ১টি অক্ষর লেখা যাবে", diff --git a/packages/flutter_localizations/lib/src/l10n/material_bs.arb b/packages/flutter_localizations/lib/src/l10n/material_bs.arb index 8568480e749f..0e9816bd3c29 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bs.arb @@ -45,6 +45,12 @@ "dialogLabel": "Dijaloški okvir", "alertDialogLabel": "Upozorenje", "searchFieldLabel": "Pretražite", + "reorderItemToStart": "Pomjerite na početak", + "reorderItemToEnd": "Pomjerite na kraj", + "reorderItemUp": "Pomjeri nagore", + "reorderItemDown": "Pomjeri nadolje", + "reorderItemLeft": "Pomjeri lijevo", + "reorderItemRight": "Pomjeri desno", "expandedIconTapHint": "Suzi", "collapsedIconTapHint": "Proširi", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ca.arb b/packages/flutter_localizations/lib/src/l10n/material_ca.arb index 29922690d2c9..ddc30eccd5ca 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ca.arb @@ -42,6 +42,12 @@ "dialogLabel": "Diàleg", "alertDialogLabel": "Alerta", "searchFieldLabel": "Cerca", + "reorderItemToStart": "Mou al principi", + "reorderItemToEnd": "Mou al final", + "reorderItemUp": "Mou amunt", + "reorderItemDown": "Mou avall", + "reorderItemLeft": "Mou cap a l'esquerra", + "reorderItemRight": "Mou cap a la dreta", "expandedIconTapHint": "Replega", "collapsedIconTapHint": "Desplega", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_cs.arb b/packages/flutter_localizations/lib/src/l10n/material_cs.arb index 445abd7b1a3f..cf357083b7c5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cs.arb @@ -48,6 +48,12 @@ "dialogLabel": "Dialogové okno", "alertDialogLabel": "Upozornění", "searchFieldLabel": "Hledat", + "reorderItemToStart": "Přesunout na začátek", + "reorderItemToEnd": "Přesunout na konec", + "reorderItemUp": "Přesunout nahoru", + "reorderItemDown": "Přesunout dolů", + "reorderItemLeft": "Přesunout doleva", + "reorderItemRight": "Přesunout doprava", "expandedIconTapHint": "Sbalit", "collapsedIconTapHint": "Rozbalit", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_cy.arb b/packages/flutter_localizations/lib/src/l10n/material_cy.arb index a6347761e9f5..8991f87bd9b8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cy.arb @@ -86,6 +86,12 @@ "alertDialogLabel": "Rhybudd", "searchFieldLabel": "Chwilio", "currentDateLabel": "Heddiw", + "reorderItemToStart": "Symud i'r dechrau", + "reorderItemToEnd": "Symud i'r diwedd", + "reorderItemUp": "Symud i fyny", + "reorderItemDown": "Symud i lawr", + "reorderItemLeft": "Symud i'r chwith", + "reorderItemRight": "Symud i'r dde", "expandedIconTapHint": "Crebachu", "collapsedIconTapHint": "Ehangu", "remainingTextFieldCharacterCountZero": "Dim nodau ar ôl", diff --git a/packages/flutter_localizations/lib/src/l10n/material_da.arb b/packages/flutter_localizations/lib/src/l10n/material_da.arb index 53d3a3ca2a7e..3b5ddf9debc5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_da.arb @@ -42,6 +42,12 @@ "dialogLabel": "Dialogboks", "alertDialogLabel": "Underretning", "searchFieldLabel": "Søg", + "reorderItemToStart": "Flyt til først på listen", + "reorderItemToEnd": "Flyt til sidst på listen", + "reorderItemUp": "Flyt op", + "reorderItemDown": "Flyt ned", + "reorderItemLeft": "Flyt til venstre", + "reorderItemRight": "Flyt til højre", "expandedIconTapHint": "Skjul", "collapsedIconTapHint": "Udvid", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index 3b8c656a109e..456260231fa8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -43,6 +43,12 @@ "dialogLabel": "Dialogfeld", "alertDialogLabel": "Benachrichtigung", "searchFieldLabel": "Suchen", + "reorderItemToStart": "An den Anfang verschieben", + "reorderItemToEnd": "An das Ende verschieben", + "reorderItemUp": "Nach oben verschieben", + "reorderItemDown": "Nach unten verschieben", + "reorderItemLeft": "Nach links verschieben", + "reorderItemRight": "Nach rechts verschieben", "expandedIconTapHint": "Minimieren", "collapsedIconTapHint": "Maximieren", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb index 4341343f12c6..43bec6d263cc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb @@ -70,6 +70,12 @@ "dialogLabel": "Dialogfeld", "alertDialogLabel": "Benachrichtigung", "searchFieldLabel": "Suchen", + "reorderItemToStart": "An den Anfang verschieben", + "reorderItemToEnd": "An das Ende verschieben", + "reorderItemUp": "Nach oben verschieben", + "reorderItemDown": "Nach unten verschieben", + "reorderItemLeft": "Nach links verschieben", + "reorderItemRight": "Nach rechts verschieben", "expandedIconTapHint": "Minimieren", "collapsedIconTapHint": "Maximieren", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_el.arb b/packages/flutter_localizations/lib/src/l10n/material_el.arb index e5a866539caf..08c66cc3e246 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_el.arb @@ -42,6 +42,12 @@ "dialogLabel": "Παράθυρο διαλόγου", "alertDialogLabel": "Ειδοποίηση", "searchFieldLabel": "Αναζήτηση", + "reorderItemToStart": "Μετακίνηση στην αρχή", + "reorderItemToEnd": "Μετακίνηση στο τέλος", + "reorderItemUp": "Μετακίνηση προς τα πάνω", + "reorderItemDown": "Μετακίνηση προς τα κάτω", + "reorderItemLeft": "Μετακίνηση αριστερά", + "reorderItemRight": "Μετακίνηση δεξιά", "expandedIconTapHint": "Σύμπτυξη", "collapsedIconTapHint": "Ανάπτυξη", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index 0e6754ad965a..5da69cf9375a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -414,6 +414,36 @@ "description": "Label indicating that the focused date is the current date." }, + "reorderItemToStart": "Move to the start", + "@reorderItemToStart": { + "description": "The audio announcement to move an item in a Reorderable List to the start of the list." + }, + + "reorderItemToEnd": "Move to the end", + "@reorderItemToEnd": { + "description": "The audio announcement to move an item in a Reorderable List to the end of the list." + }, + + "reorderItemUp": "Move up", + "@reorderItemUp": { + "description": "The audio announcement to move an item in a Reorderable List up in the list when it is oriented vertically." + }, + + "reorderItemDown": "Move down", + "@reorderItemDown": { + "description": "The audio announcement to move an item in a Reorderable List down in the list when it is oriented vertically." + }, + + "reorderItemLeft": "Move left", + "@reorderItemLeft": { + "description": "The audio announcement to move an item in a Reorderable List left in the list when it is oriented horizontally." + }, + + "reorderItemRight": "Move right", + "@reorderItemRight": { + "description": "The audio announcement to move an item in a Reorderable List right in the list when it is oriented horizontally." + }, + "expandedIconTapHint": "Collapse", "@expandedIconTapHint": { "description": "The verb which describes what happens when an expanded ExpandIcon toggle button is pressed. This is used by TalkBack on Android to replace the default hint on the accessibility action. The verb will be concatenated with a prefix string which describes how to perform the action, which by default is 'double tap to activate'. In the case of US english, this would be 'double tap to collapse.' The exact phrasing of the hint will vary based on locale" diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb index ff28fbc5496a..b2cc211b94cc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb @@ -123,6 +123,12 @@ "dialogLabel": "Dialogue", "alertDialogLabel": "Alert", "searchFieldLabel": "Search", + "reorderItemToStart": "Move to the start", + "reorderItemToEnd": "Move to the end", + "reorderItemUp": "Move up", + "reorderItemDown": "Move down", + "reorderItemLeft": "Move to the left", + "reorderItemRight": "Move to the right", "expandedIconTapHint": "Collapse", "collapsedIconTapHint": "Expand", "remainingTextFieldCharacterCountZero": "No characters remaining", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb index 0755b31d6a4b..c48cc7837944 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb @@ -118,6 +118,12 @@ "dialogLabel": "Dialogue", "alertDialogLabel": "Alert", "searchFieldLabel": "Search", + "reorderItemToStart": "Move to the start", + "reorderItemToEnd": "Move to the end", + "reorderItemUp": "Move up", + "reorderItemDown": "Move down", + "reorderItemLeft": "Move to the left", + "reorderItemRight": "Move to the right", "expandedIconTapHint": "Collapse", "collapsedIconTapHint": "Expand", "remainingTextFieldCharacterCountZero": "No characters remaining", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb index 658ad3df547e..4ff18cdd7898 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb @@ -123,6 +123,12 @@ "dialogLabel": "Dialogue", "alertDialogLabel": "Alert", "searchFieldLabel": "Search", + "reorderItemToStart": "Move to the start", + "reorderItemToEnd": "Move to the end", + "reorderItemUp": "Move up", + "reorderItemDown": "Move down", + "reorderItemLeft": "Move to the left", + "reorderItemRight": "Move to the right", "expandedIconTapHint": "Collapse", "collapsedIconTapHint": "Expand", "remainingTextFieldCharacterCountZero": "No characters remaining", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb index 658ad3df547e..4ff18cdd7898 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb @@ -123,6 +123,12 @@ "dialogLabel": "Dialogue", "alertDialogLabel": "Alert", "searchFieldLabel": "Search", + "reorderItemToStart": "Move to the start", + "reorderItemToEnd": "Move to the end", + "reorderItemUp": "Move up", + "reorderItemDown": "Move down", + "reorderItemLeft": "Move to the left", + "reorderItemRight": "Move to the right", "expandedIconTapHint": "Collapse", "collapsedIconTapHint": "Expand", "remainingTextFieldCharacterCountZero": "No characters remaining", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb index ff28fbc5496a..b2cc211b94cc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb @@ -123,6 +123,12 @@ "dialogLabel": "Dialogue", "alertDialogLabel": "Alert", "searchFieldLabel": "Search", + "reorderItemToStart": "Move to the start", + "reorderItemToEnd": "Move to the end", + "reorderItemUp": "Move up", + "reorderItemDown": "Move down", + "reorderItemLeft": "Move to the left", + "reorderItemRight": "Move to the right", "expandedIconTapHint": "Collapse", "collapsedIconTapHint": "Expand", "remainingTextFieldCharacterCountZero": "No characters remaining", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb b/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb index f2b241443344..a4962bf65200 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb @@ -123,6 +123,12 @@ "dialogLabel": "Dialogue", "alertDialogLabel": "Alert", "searchFieldLabel": "Search", + "reorderItemToStart": "Move to the start", + "reorderItemToEnd": "Move to the end", + "reorderItemUp": "Move up", + "reorderItemDown": "Move down", + "reorderItemLeft": "Move to the left", + "reorderItemRight": "Move to the right", "expandedIconTapHint": "Collapse", "collapsedIconTapHint": "Expand", "remainingTextFieldCharacterCountOne": "1 character remaining", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb index ff28fbc5496a..b2cc211b94cc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb @@ -123,6 +123,12 @@ "dialogLabel": "Dialogue", "alertDialogLabel": "Alert", "searchFieldLabel": "Search", + "reorderItemToStart": "Move to the start", + "reorderItemToEnd": "Move to the end", + "reorderItemUp": "Move up", + "reorderItemDown": "Move down", + "reorderItemLeft": "Move to the left", + "reorderItemRight": "Move to the right", "expandedIconTapHint": "Collapse", "collapsedIconTapHint": "Expand", "remainingTextFieldCharacterCountZero": "No characters remaining", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb index 658ad3df547e..4ff18cdd7898 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb @@ -123,6 +123,12 @@ "dialogLabel": "Dialogue", "alertDialogLabel": "Alert", "searchFieldLabel": "Search", + "reorderItemToStart": "Move to the start", + "reorderItemToEnd": "Move to the end", + "reorderItemUp": "Move up", + "reorderItemDown": "Move down", + "reorderItemLeft": "Move to the left", + "reorderItemRight": "Move to the right", "expandedIconTapHint": "Collapse", "collapsedIconTapHint": "Expand", "remainingTextFieldCharacterCountZero": "No characters remaining", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index 3c4f1bbad0c2..6e583b489ea5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -43,6 +43,12 @@ "dialogLabel": "Cuadro de diálogo", "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", + "reorderItemToStart": "Mover al principio", + "reorderItemToEnd": "Mover al final", + "reorderItemUp": "Mover hacia arriba", + "reorderItemDown": "Mover hacia abajo", + "reorderItemLeft": "Mover hacia la izquierda", + "reorderItemRight": "Mover hacia la derecha", "expandedIconTapHint": "Ocultar", "collapsedIconTapHint": "Mostrar", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb index eda4d3f34291..f5b6bed2e581 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb @@ -122,6 +122,12 @@ "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", + "reorderItemToStart": "Mover al inicio", + "reorderItemToEnd": "Mover al final", + "reorderItemUp": "Mover hacia arriba", + "reorderItemDown": "Mover hacia abajo", + "reorderItemLeft": "Mover hacia la izquierda", + "reorderItemRight": "Mover hacia la derecha", "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb index eda4d3f34291..f5b6bed2e581 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb @@ -122,6 +122,12 @@ "dialogLabel": "Diálogo", "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", + "reorderItemToStart": "Mover al inicio", + "reorderItemToEnd": "Mover al final", + "reorderItemUp": "Mover hacia arriba", + "reorderItemDown": "Mover hacia abajo", + "reorderItemLeft": "Mover hacia la izquierda", + "reorderItemRight": "Mover hacia la derecha", "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb index eda4d3f34291..266a3b710b53 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb @@ -79,6 +79,12 @@ "selectYearSemanticsLabel": "Seleccionar año", "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", + "reorderItemDown": "Mover hacia abajo", + "reorderItemLeft": "Mover hacia la izquierda", + "reorderItemToEnd": "Mover al final", + "reorderItemRight": "Mover hacia la derecha", + "reorderItemUp": "Mover hacia arriba", + "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb index eda4d3f34291..266a3b710b53 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb @@ -79,6 +79,12 @@ "selectYearSemanticsLabel": "Seleccionar año", "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", + "reorderItemDown": "Mover hacia abajo", + "reorderItemLeft": "Mover hacia la izquierda", + "reorderItemToEnd": "Mover al final", + "reorderItemRight": "Mover hacia la derecha", + "reorderItemUp": "Mover hacia arriba", + "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb index eda4d3f34291..266a3b710b53 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb @@ -79,6 +79,12 @@ "selectYearSemanticsLabel": "Seleccionar año", "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", + "reorderItemDown": "Mover hacia abajo", + "reorderItemLeft": "Mover hacia la izquierda", + "reorderItemToEnd": "Mover al final", + "reorderItemRight": "Mover hacia la derecha", + "reorderItemUp": "Mover hacia arriba", + "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb index eda4d3f34291..266a3b710b53 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb @@ -79,6 +79,12 @@ "selectYearSemanticsLabel": "Seleccionar año", "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", + "reorderItemDown": "Mover hacia abajo", + "reorderItemLeft": "Mover hacia la izquierda", + "reorderItemToEnd": "Mover al final", + "reorderItemRight": "Mover hacia la derecha", + "reorderItemUp": "Mover hacia arriba", + "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb index eda4d3f34291..266a3b710b53 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb @@ -79,6 +79,12 @@ "selectYearSemanticsLabel": "Seleccionar año", "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", + "reorderItemDown": "Mover hacia abajo", + "reorderItemLeft": "Mover hacia la izquierda", + "reorderItemToEnd": "Mover al final", + "reorderItemRight": "Mover hacia la derecha", + "reorderItemUp": "Mover hacia arriba", + "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb index eda4d3f34291..266a3b710b53 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb @@ -79,6 +79,12 @@ "selectYearSemanticsLabel": "Seleccionar año", "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", + "reorderItemDown": "Mover hacia abajo", + "reorderItemLeft": "Mover hacia la izquierda", + "reorderItemToEnd": "Mover al final", + "reorderItemRight": "Mover hacia la derecha", + "reorderItemUp": "Mover hacia arriba", + "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb index eda4d3f34291..266a3b710b53 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb @@ -79,6 +79,12 @@ "selectYearSemanticsLabel": "Seleccionar año", "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", + "reorderItemDown": "Mover hacia abajo", + "reorderItemLeft": "Mover hacia la izquierda", + "reorderItemToEnd": "Mover al final", + "reorderItemRight": "Mover hacia la derecha", + "reorderItemUp": "Mover hacia arriba", + "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb index eda4d3f34291..266a3b710b53 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb @@ -79,6 +79,12 @@ "selectYearSemanticsLabel": "Seleccionar año", "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", + "reorderItemDown": "Mover hacia abajo", + "reorderItemLeft": "Mover hacia la izquierda", + "reorderItemToEnd": "Mover al final", + "reorderItemRight": "Mover hacia la derecha", + "reorderItemUp": "Mover hacia arriba", + "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb index eda4d3f34291..266a3b710b53 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb @@ -79,6 +79,12 @@ "selectYearSemanticsLabel": "Seleccionar año", "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", + "reorderItemDown": "Mover hacia abajo", + "reorderItemLeft": "Mover hacia la izquierda", + "reorderItemToEnd": "Mover al final", + "reorderItemRight": "Mover hacia la derecha", + "reorderItemUp": "Mover hacia arriba", + "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb index eda4d3f34291..266a3b710b53 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb @@ -79,6 +79,12 @@ "selectYearSemanticsLabel": "Seleccionar año", "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", + "reorderItemDown": "Mover hacia abajo", + "reorderItemLeft": "Mover hacia la izquierda", + "reorderItemToEnd": "Mover al final", + "reorderItemRight": "Mover hacia la derecha", + "reorderItemUp": "Mover hacia arriba", + "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb index eda4d3f34291..266a3b710b53 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb @@ -79,6 +79,12 @@ "selectYearSemanticsLabel": "Seleccionar año", "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", + "reorderItemDown": "Mover hacia abajo", + "reorderItemLeft": "Mover hacia la izquierda", + "reorderItemToEnd": "Mover al final", + "reorderItemRight": "Mover hacia la derecha", + "reorderItemUp": "Mover hacia arriba", + "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb index eda4d3f34291..266a3b710b53 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb @@ -79,6 +79,12 @@ "selectYearSemanticsLabel": "Seleccionar año", "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", + "reorderItemDown": "Mover hacia abajo", + "reorderItemLeft": "Mover hacia la izquierda", + "reorderItemToEnd": "Mover al final", + "reorderItemRight": "Mover hacia la derecha", + "reorderItemUp": "Mover hacia arriba", + "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb index eda4d3f34291..266a3b710b53 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb @@ -79,6 +79,12 @@ "selectYearSemanticsLabel": "Seleccionar año", "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", + "reorderItemDown": "Mover hacia abajo", + "reorderItemLeft": "Mover hacia la izquierda", + "reorderItemToEnd": "Mover al final", + "reorderItemRight": "Mover hacia la derecha", + "reorderItemUp": "Mover hacia arriba", + "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb index eda4d3f34291..266a3b710b53 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb @@ -79,6 +79,12 @@ "selectYearSemanticsLabel": "Seleccionar año", "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", + "reorderItemDown": "Mover hacia abajo", + "reorderItemLeft": "Mover hacia la izquierda", + "reorderItemToEnd": "Mover al final", + "reorderItemRight": "Mover hacia la derecha", + "reorderItemUp": "Mover hacia arriba", + "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb index eda4d3f34291..266a3b710b53 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb @@ -79,6 +79,12 @@ "selectYearSemanticsLabel": "Seleccionar año", "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", + "reorderItemDown": "Mover hacia abajo", + "reorderItemLeft": "Mover hacia la izquierda", + "reorderItemToEnd": "Mover al final", + "reorderItemRight": "Mover hacia la derecha", + "reorderItemUp": "Mover hacia arriba", + "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb index 6f6f461cf965..677ed109cf03 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb @@ -79,6 +79,12 @@ "selectYearSemanticsLabel": "Seleccionar año", "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", + "reorderItemDown": "Mover hacia abajo", + "reorderItemLeft": "Mover hacia la izquierda", + "reorderItemToEnd": "Mover al final", + "reorderItemRight": "Mover hacia la derecha", + "reorderItemUp": "Mover hacia arriba", + "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb index eda4d3f34291..266a3b710b53 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb @@ -79,6 +79,12 @@ "selectYearSemanticsLabel": "Seleccionar año", "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", + "reorderItemDown": "Mover hacia abajo", + "reorderItemLeft": "Mover hacia la izquierda", + "reorderItemToEnd": "Mover al final", + "reorderItemRight": "Mover hacia la derecha", + "reorderItemUp": "Mover hacia arriba", + "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb index eda4d3f34291..266a3b710b53 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb @@ -79,6 +79,12 @@ "selectYearSemanticsLabel": "Seleccionar año", "dateHelpText": "dd/mm/aaaa", "moreButtonTooltip": "Más", + "reorderItemDown": "Mover hacia abajo", + "reorderItemLeft": "Mover hacia la izquierda", + "reorderItemToEnd": "Mover al final", + "reorderItemRight": "Mover hacia la derecha", + "reorderItemUp": "Mover hacia arriba", + "reorderItemToStart": "Mover al inicio", "tabLabel": "Pestaña $tabIndex de $tabCount", "showAccountsLabel": "Mostrar cuentas", "modalBarrierDismissLabel": "Descartar", diff --git a/packages/flutter_localizations/lib/src/l10n/material_et.arb b/packages/flutter_localizations/lib/src/l10n/material_et.arb index c0011446e658..32e3ffe288e6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_et.arb @@ -42,6 +42,12 @@ "dialogLabel": "Dialoog", "alertDialogLabel": "Märguanne", "searchFieldLabel": "Otsing", + "reorderItemToStart": "Teisalda algusesse", + "reorderItemToEnd": "Teisalda lõppu", + "reorderItemUp": "Teisalda üles", + "reorderItemDown": "Teisalda alla", + "reorderItemLeft": "Teisalda vasakule", + "reorderItemRight": "Teisalda paremale", "expandedIconTapHint": "Ahenda", "collapsedIconTapHint": "Laienda", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_eu.arb b/packages/flutter_localizations/lib/src/l10n/material_eu.arb index 0fe7ed473798..f7b424683a4a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_eu.arb @@ -42,6 +42,12 @@ "dialogLabel": "Leihoa", "alertDialogLabel": "Alerta", "searchFieldLabel": "Bilatu", + "reorderItemToStart": "Eraman hasierara", + "reorderItemToEnd": "Eraman amaierara", + "reorderItemUp": "Eraman gora", + "reorderItemDown": "Eraman behera", + "reorderItemLeft": "Eraman ezkerrera", + "reorderItemRight": "Eraman eskuinera", "expandedIconTapHint": "Tolestu", "collapsedIconTapHint": "Zabaldu", "remainingTextFieldCharacterCountOne": "1 karaktere geratzen da", diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index 8256c8541446..2263a8949486 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -42,6 +42,12 @@ "dialogLabel": "کادر گفتگو", "alertDialogLabel": "هشدار", "searchFieldLabel": "جستجو", + "reorderItemToStart": "انتقال به ابتدا", + "reorderItemToEnd": "انتقال به انتها", + "reorderItemUp": "انتقال به بالا", + "reorderItemDown": "انتقال به پایین", + "reorderItemLeft": "انتقال به راست", + "reorderItemRight": "انتقال به چپ", "expandedIconTapHint": "کوچک کردن", "collapsedIconTapHint": "بزرگ کردن", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_fi.arb b/packages/flutter_localizations/lib/src/l10n/material_fi.arb index e8bef3b7d322..577ab9473c7b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fi.arb @@ -42,6 +42,12 @@ "dialogLabel": "Valintaikkuna", "alertDialogLabel": "Ilmoitus", "searchFieldLabel": "Haku", + "reorderItemToStart": "Siirrä alkuun", + "reorderItemToEnd": "Siirrä loppuun", + "reorderItemUp": "Siirrä ylös", + "reorderItemDown": "Siirrä alas", + "reorderItemLeft": "Siirrä vasemmalle", + "reorderItemRight": "Siirrä oikealle", "expandedIconTapHint": "Tiivistä", "collapsedIconTapHint": "Laajenna", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_fil.arb b/packages/flutter_localizations/lib/src/l10n/material_fil.arb index 1947ce67ed95..da2772cbf60e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fil.arb @@ -42,6 +42,12 @@ "dialogLabel": "Dialog", "alertDialogLabel": "Alerto", "searchFieldLabel": "Maghanap", + "reorderItemToStart": "Ilipat sa simula", + "reorderItemToEnd": "Ilipat sa dulo", + "reorderItemUp": "Ilipat pataas", + "reorderItemDown": "Ilipat pababa", + "reorderItemLeft": "Ilipat pakaliwa", + "reorderItemRight": "Ilipat pakanan", "expandedIconTapHint": "I-collapse", "collapsedIconTapHint": "I-expand", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index f05d136f6c81..409d04a02137 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -43,6 +43,12 @@ "dialogLabel": "Boîte de dialogue", "alertDialogLabel": "Alerte", "searchFieldLabel": "Rechercher", + "reorderItemToStart": "Déplacer vers le début", + "reorderItemToEnd": "Déplacer vers la fin", + "reorderItemUp": "Déplacer vers le haut", + "reorderItemDown": "Déplacer vers le bas", + "reorderItemLeft": "Déplacer vers la gauche", + "reorderItemRight": "Déplacer vers la droite", "expandedIconTapHint": "Réduire", "collapsedIconTapHint": "Développer", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb b/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb index 3288e283b324..62fb9071bb3a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb @@ -122,6 +122,12 @@ "dialogLabel": "Boîte de dialogue", "alertDialogLabel": "Alerte", "searchFieldLabel": "Rechercher", + "reorderItemToStart": "Déplacer au début", + "reorderItemToEnd": "Déplacer à la fin", + "reorderItemUp": "Déplacer vers le haut", + "reorderItemDown": "Déplacer vers le bas", + "reorderItemLeft": "Déplacer vers la gauche", + "reorderItemRight": "Déplacer vers la droite", "expandedIconTapHint": "Réduire", "collapsedIconTapHint": "Développer", "signedInLabel": "Connecté", diff --git a/packages/flutter_localizations/lib/src/l10n/material_gl.arb b/packages/flutter_localizations/lib/src/l10n/material_gl.arb index 4b2032233119..bd837af07ff2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gl.arb @@ -43,6 +43,12 @@ "dialogLabel": "Cadro de diálogo", "alertDialogLabel": "Alerta", "searchFieldLabel": "Buscar", + "reorderItemToStart": "Mover ao inicio", + "reorderItemToEnd": "Mover ao final", + "reorderItemUp": "Mover cara arriba", + "reorderItemDown": "Mover cara abaixo", + "reorderItemLeft": "Mover cara á esquerda", + "reorderItemRight": "Mover cara á dereita", "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Despregar", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index a5dc152fc187..8256c96802c6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -42,6 +42,12 @@ "dialogLabel": "Dialogfeld", "alertDialogLabel": "Benachrichtigung", "searchFieldLabel": "Suchen", + "reorderItemToStart": "An den Anfang verschieben", + "reorderItemToEnd": "An das Ende verschieben", + "reorderItemUp": "Nach oben verschieben", + "reorderItemDown": "Nach unten verschieben", + "reorderItemLeft": "Nach links verschieben", + "reorderItemRight": "Nach rechts verschieben", "expandedIconTapHint": "Minimieren", "collapsedIconTapHint": "Maximieren", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_gu.arb b/packages/flutter_localizations/lib/src/l10n/material_gu.arb index a4d20ebfb32f..0b28642bb70c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gu.arb @@ -42,6 +42,12 @@ "dialogLabel": "સંવાદ", "alertDialogLabel": "અલર્ટ", "searchFieldLabel": "શોધો", + "reorderItemToStart": "પ્રારંભમાં ખસેડો", + "reorderItemToEnd": "અંતમાં ખસેડો", + "reorderItemUp": "ઉપર ખસેડો", + "reorderItemDown": "નીચે ખસેડો", + "reorderItemLeft": "ડાબે ખસેડો", + "reorderItemRight": "જમણે ખસેડો", "expandedIconTapHint": "સંકુચિત કરો", "collapsedIconTapHint": "વિસ્તૃત કરો", "remainingTextFieldCharacterCountOne": "1 અક્ષર બાકી", diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index afdd54c617a8..c1eff8633a41 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -48,6 +48,12 @@ "dialogLabel": "תיבת דו-שיח", "alertDialogLabel": "התראה", "searchFieldLabel": "חיפוש", + "reorderItemToStart": "העברה להתחלה", + "reorderItemToEnd": "העברה לסוף", + "reorderItemUp": "העברה למעלה", + "reorderItemDown": "העברה למטה", + "reorderItemLeft": "העברה שמאלה", + "reorderItemRight": "העברה ימינה", "expandedIconTapHint": "כיווץ", "collapsedIconTapHint": "הרחבה", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_hi.arb b/packages/flutter_localizations/lib/src/l10n/material_hi.arb index 32021e33409f..76ee60f666f4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hi.arb @@ -42,6 +42,12 @@ "dialogLabel": "डायलॉग", "alertDialogLabel": "अलर्ट", "searchFieldLabel": "खोजें", + "reorderItemToStart": "शुरुआत पर ले जाएं", + "reorderItemToEnd": "आखिर में ले जाएं", + "reorderItemUp": "ऊपर ले जाएं", + "reorderItemDown": "नीचे ले जाएं", + "reorderItemLeft": "बाएं ले जाएं", + "reorderItemRight": "दाएं ले जाएं", "expandedIconTapHint": "छोटा करें", "collapsedIconTapHint": "बड़ा करें", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_hr.arb b/packages/flutter_localizations/lib/src/l10n/material_hr.arb index 0c363cc61c77..adebcc4381f9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hr.arb @@ -45,6 +45,12 @@ "dialogLabel": "Dijalog", "alertDialogLabel": "Upozorenje", "searchFieldLabel": "Pretražite", + "reorderItemToStart": "Premjesti na početak", + "reorderItemToEnd": "Premjesti na kraj", + "reorderItemUp": "Pomakni prema gore", + "reorderItemDown": "Pomakni prema dolje", + "reorderItemLeft": "Pomakni ulijevo", + "reorderItemRight": "Pomakni udesno", "expandedIconTapHint": "Sažmi", "collapsedIconTapHint": "Proširi", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_hu.arb b/packages/flutter_localizations/lib/src/l10n/material_hu.arb index 40099379b2f1..05ea6b4e23c6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hu.arb @@ -42,6 +42,12 @@ "dialogLabel": "Párbeszédablak", "alertDialogLabel": "Értesítés", "searchFieldLabel": "Keresés", + "reorderItemToStart": "Áthelyezés az elejére", + "reorderItemToEnd": "Áthelyezés a végére", + "reorderItemUp": "Áthelyezés felfelé", + "reorderItemDown": "Áthelyezés lefelé", + "reorderItemLeft": "Áthelyezés balra", + "reorderItemRight": "Áthelyezés jobbra", "expandedIconTapHint": "Összecsukás", "collapsedIconTapHint": "Kibontás", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_hy.arb b/packages/flutter_localizations/lib/src/l10n/material_hy.arb index 011a33c380de..ceabf855a7b7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hy.arb @@ -47,6 +47,12 @@ "dialogLabel": "Երկխոսության պատուհան", "alertDialogLabel": "Ծանուցում", "searchFieldLabel": "Որոնել", + "reorderItemToStart": "Տեղափոխել սկիզբ", + "reorderItemToEnd": "Տեղափոխել վերջ", + "reorderItemUp": "Տեղափոխել վերև", + "reorderItemDown": "Տեղափոխել ներքև", + "reorderItemLeft": "Տեղափոխել ձախ", + "reorderItemRight": "Տեղափոխել աջ", "expandedIconTapHint": "Ծալել", "collapsedIconTapHint": "Ծավալել", "remainingTextFieldCharacterCountZero": "Նիշի հնարավորություն չկա", diff --git a/packages/flutter_localizations/lib/src/l10n/material_id.arb b/packages/flutter_localizations/lib/src/l10n/material_id.arb index ba7e1114cf12..dbb8fa01e74b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_id.arb @@ -42,6 +42,12 @@ "dialogLabel": "Dialog", "alertDialogLabel": "Notifikasi", "searchFieldLabel": "Telusuri", + "reorderItemToStart": "Pindahkan ke awal", + "reorderItemToEnd": "Pindahkan ke akhir", + "reorderItemUp": "Naikkan", + "reorderItemDown": "Turunkan", + "reorderItemLeft": "Pindahkan ke kiri", + "reorderItemRight": "Pindahkan ke kanan", "expandedIconTapHint": "Ciutkan", "collapsedIconTapHint": "Luaskan", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_is.arb b/packages/flutter_localizations/lib/src/l10n/material_is.arb index a7901148adae..1514322272b4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_is.arb @@ -42,6 +42,12 @@ "dialogLabel": "Gluggi", "alertDialogLabel": "Tilkynning", "searchFieldLabel": "Leit", + "reorderItemToStart": "Færa fremst", + "reorderItemToEnd": "Færa aftast", + "reorderItemUp": "Færa upp", + "reorderItemDown": "Færa niður", + "reorderItemLeft": "Færa til vinstri", + "reorderItemRight": "Færa til hægri", "expandedIconTapHint": "Draga saman", "collapsedIconTapHint": "Stækka", "remainingTextFieldCharacterCountOne": "1 stafur eftir", diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index 2376c92de490..6359a7aa7148 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -42,6 +42,12 @@ "dialogLabel": "Finestra di dialogo", "alertDialogLabel": "Avviso", "searchFieldLabel": "Cerca", + "reorderItemToStart": "Sposta all'inizio", + "reorderItemToEnd": "Sposta alla fine", + "reorderItemUp": "Sposta su", + "reorderItemDown": "Sposta giù", + "reorderItemLeft": "Sposta a sinistra", + "reorderItemRight": "Sposta a destra", "expandedIconTapHint": "Comprimi", "collapsedIconTapHint": "Espandi", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index 4d4bce6fe867..b619a7733a5f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -42,6 +42,12 @@ "dialogLabel": "ダイアログ", "alertDialogLabel": "通知", "searchFieldLabel": "検索", + "reorderItemToStart": "先頭に移動", + "reorderItemToEnd": "最後に移動", + "reorderItemUp": "上に移動", + "reorderItemDown": "下に移動", + "reorderItemLeft": "左に移動", + "reorderItemRight": "右に移動", "expandedIconTapHint": "折りたたむ", "collapsedIconTapHint": "展開", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ka.arb b/packages/flutter_localizations/lib/src/l10n/material_ka.arb index c32e20dda494..193cd8058a8b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ka.arb @@ -42,6 +42,12 @@ "dialogLabel": "დიალოგი", "alertDialogLabel": "გაფრთხილება", "searchFieldLabel": "ძიება", + "reorderItemToStart": "დასაწყისში გადატანა", + "reorderItemToEnd": "ბოლოში გადატანა", + "reorderItemUp": "ზემოთ გადატანა", + "reorderItemDown": "ქვემოთ გადატანა", + "reorderItemLeft": "მარცხნივ გადატანა", + "reorderItemRight": "მარჯვნივ გადატანა", "expandedIconTapHint": "ჩაკეცვა", "collapsedIconTapHint": "გაშლა", "remainingTextFieldCharacterCountOne": "დარჩა 1 სიმბოლო", diff --git a/packages/flutter_localizations/lib/src/l10n/material_kk.arb b/packages/flutter_localizations/lib/src/l10n/material_kk.arb index 7e493253cd50..593da5307900 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kk.arb @@ -44,6 +44,12 @@ "dialogLabel": "Диалогтық терезе", "alertDialogLabel": "Дабыл", "searchFieldLabel": "Іздеу", + "reorderItemToStart": "Басына өту", + "reorderItemToEnd": "Соңына өту", + "reorderItemUp": "Жоғарыға жылжыту", + "reorderItemDown": "Төменге жылжыту", + "reorderItemLeft": "Солға жылжыту", + "reorderItemRight": "Оңға жылжыту", "expandedIconTapHint": "Жию", "collapsedIconTapHint": "Жаю", "remainingTextFieldCharacterCountZero": "Таңбалар қалмады", diff --git a/packages/flutter_localizations/lib/src/l10n/material_km.arb b/packages/flutter_localizations/lib/src/l10n/material_km.arb index 31fee6ed812b..9a19dbe0046a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_km.arb @@ -42,6 +42,12 @@ "dialogLabel": "ប្រអប់", "alertDialogLabel": "ជូនដំណឹង", "searchFieldLabel": "ស្វែងរក", + "reorderItemToStart": "ផ្លាស់ទីទៅ​ចំណុច​ចាប់ផ្ដើម", + "reorderItemToEnd": "ផ្លាស់ទីទៅ​ចំណុចបញ្ចប់", + "reorderItemUp": "ផ្លាស់ទី​ឡើង​លើ", + "reorderItemDown": "ផ្លាស់ទី​ចុះ​ក្រោម", + "reorderItemLeft": "ផ្លាស់ទី​ទៅ​ឆ្វេង", + "reorderItemRight": "ផ្លាស់ទីទៅ​ស្តាំ", "expandedIconTapHint": "បង្រួម", "collapsedIconTapHint": "ពង្រីក", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_kn.arb b/packages/flutter_localizations/lib/src/l10n/material_kn.arb index 05d75d919472..5d17fe35bb08 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kn.arb @@ -42,6 +42,12 @@ "dialogLabel": "\u0ca1\u0cc8\u0cb2\u0cbe\u0c97\u0ccd", "alertDialogLabel": "\u0c8e\u0c9a\u0ccd\u0c9a\u0cb0\u0cbf\u0c95\u0cc6", "searchFieldLabel": "\u0cb9\u0cc1\u0ca1\u0cc1\u0c95\u0cbf", + "reorderItemToStart": "\u0caa\u0ccd\u0cb0\u0cbe\u0cb0\u0c82\u0cad\u0c95\u0ccd\u0c95\u0cc6\u0020\u0cb8\u0cb0\u0cbf\u0cb8\u0cbf", + "reorderItemToEnd": "\u0c95\u0cca\u0ca8\u0cc6\u0c97\u0cc6\u0020\u0cb8\u0cb0\u0cbf\u0cb8\u0cbf", + "reorderItemUp": "\u0cae\u0cc7\u0cb2\u0cc6\u0020\u0cb8\u0cb0\u0cbf\u0cb8\u0cbf", + "reorderItemDown": "\u0c95\u0cc6\u0cb3\u0c97\u0cc6\u0020\u0cb8\u0cb0\u0cbf\u0cb8\u0cbf", + "reorderItemLeft": "\u0c8e\u0ca1\u0c95\u0ccd\u0c95\u0cc6\u0020\u0cb8\u0cb0\u0cbf\u0cb8\u0cbf", + "reorderItemRight": "\u0cac\u0cb2\u0c95\u0ccd\u0c95\u0cc6\u0020\u0cb8\u0cb0\u0cbf\u0cb8\u0cbf", "expandedIconTapHint": "\u0c95\u0cc1\u0c97\u0ccd\u0c97\u0cbf\u0cb8\u0cbf", "collapsedIconTapHint": "\u0cb5\u0cbf\u0cb8\u0ccd\u0ca4\u0cb0\u0cbf\u0cb8\u0cbf", "remainingTextFieldCharacterCountOne": "\u0031\u0020\u0c85\u0c95\u0ccd\u0cb7\u0cb0\u0020\u0c89\u0cb3\u0cbf\u0ca6\u0cbf\u0ca6\u0cc6", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index 94f12dece195..6acc914885a0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -42,6 +42,12 @@ "dialogLabel": "대화상자", "alertDialogLabel": "알림", "searchFieldLabel": "검색", + "reorderItemToStart": "시작으로 이동", + "reorderItemToEnd": "끝으로 이동", + "reorderItemUp": "위로 이동", + "reorderItemDown": "아래로 이동", + "reorderItemLeft": "왼쪽으로 이동", + "reorderItemRight": "오른쪽으로 이동", "expandedIconTapHint": "접기", "collapsedIconTapHint": "펼치기", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ky.arb b/packages/flutter_localizations/lib/src/l10n/material_ky.arb index 405f07bad415..9b1756f78bea 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ky.arb @@ -42,6 +42,12 @@ "dialogLabel": "Диалог", "alertDialogLabel": "Эскертүү", "searchFieldLabel": "Издөө", + "reorderItemToStart": "Башына жылдыруу", + "reorderItemToEnd": "Аягына жылдыруу", + "reorderItemUp": "Жогору жылдыруу", + "reorderItemDown": "Төмөн жылдыруу", + "reorderItemLeft": "Солго жылдыруу", + "reorderItemRight": "Оңго жылдыруу", "expandedIconTapHint": "Жыйыштыруу", "collapsedIconTapHint": "Жайып көрсөтүү", "remainingTextFieldCharacterCountOne": "1 белги калды", diff --git a/packages/flutter_localizations/lib/src/l10n/material_lo.arb b/packages/flutter_localizations/lib/src/l10n/material_lo.arb index eb7c1ce4adbb..fa20fbfb8a66 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lo.arb @@ -42,6 +42,12 @@ "dialogLabel": "ຂໍ້ຄວາມ", "alertDialogLabel": "ການເຕືອນ", "searchFieldLabel": "ຊອກຫາ", + "reorderItemToStart": "ຍ້າຍໄປເລີ່ມຕົ້ນ", + "reorderItemToEnd": "ຍ້າຍໄປສິ້ນສຸດ", + "reorderItemUp": "ຍ້າຍຂຶ້ນ", + "reorderItemDown": "ຍ້າຍລົງ", + "reorderItemLeft": "ຍ້າຍໄປຊ້າຍ", + "reorderItemRight": "ຍ້າຍໄປຂວາ", "expandedIconTapHint": "ຫຍໍ້ເຂົ້າ", "collapsedIconTapHint": "ຂະຫຍາຍ", "remainingTextFieldCharacterCountOne": "ຍັງອີກ 1 ຕົວອັກສອນ", diff --git a/packages/flutter_localizations/lib/src/l10n/material_lt.arb b/packages/flutter_localizations/lib/src/l10n/material_lt.arb index a7c2f88ab4db..66c6d724436d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lt.arb @@ -48,6 +48,12 @@ "dialogLabel": "Dialogo langas", "alertDialogLabel": "Įspėjimas", "searchFieldLabel": "Paieška", + "reorderItemToStart": "Perkelti į pradžią", + "reorderItemToEnd": "Perkelti į pabaigą", + "reorderItemUp": "Perkelti aukštyn", + "reorderItemDown": "Perkelti žemyn", + "reorderItemLeft": "Perkelti kairėn", + "reorderItemRight": "Perkelti dešinėn", "expandedIconTapHint": "Sutraukti", "collapsedIconTapHint": "Išskleisti", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_lv.arb b/packages/flutter_localizations/lib/src/l10n/material_lv.arb index 544905505507..2aff549e7d84 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lv.arb @@ -43,6 +43,12 @@ "dialogLabel": "Dialoglodziņš", "alertDialogLabel": "Brīdinājums", "searchFieldLabel": "Meklēt", + "reorderItemToStart": "Pārvietot uz sākumu", + "reorderItemToEnd": "Pārvietot uz beigām", + "reorderItemUp": "Pārvietot uz augšu", + "reorderItemDown": "Pārvietot uz leju", + "reorderItemLeft": "Pārvietot pa kreisi", + "reorderItemRight": "Pārvietot pa labi", "expandedIconTapHint": "Sakļaut", "collapsedIconTapHint": "Izvērst", "remainingTextFieldCharacterCountZero": "Nav atlikusi neviena rakstzīme.", diff --git a/packages/flutter_localizations/lib/src/l10n/material_mk.arb b/packages/flutter_localizations/lib/src/l10n/material_mk.arb index 9cb3591e1bf6..6864d97ce720 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mk.arb @@ -42,6 +42,12 @@ "dialogLabel": "Дијалог", "alertDialogLabel": "Предупредување", "searchFieldLabel": "Пребарувајте", + "reorderItemToStart": "Преместете на почеток", + "reorderItemToEnd": "Преместете на крајот", + "reorderItemUp": "Преместете нагоре", + "reorderItemDown": "Преместете надолу", + "reorderItemLeft": "Преместете налево", + "reorderItemRight": "Преместете надесно", "expandedIconTapHint": "Собери", "collapsedIconTapHint": "Прошири", "remainingTextFieldCharacterCountOne": "Преостанува уште 1 знак", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ml.arb b/packages/flutter_localizations/lib/src/l10n/material_ml.arb index 9562fc6d6d3f..2d7e93cbca87 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ml.arb @@ -42,6 +42,12 @@ "dialogLabel": "ഡയലോഗ്", "alertDialogLabel": "മുന്നറിയിപ്പ്", "searchFieldLabel": "തിരയുക", + "reorderItemToStart": "തുടക്കത്തിലേക്ക് പോവുക", + "reorderItemToEnd": "അവസാന ഭാഗത്തേക്ക് പോവുക", + "reorderItemUp": "മുകളിലോട്ട് നീക്കുക", + "reorderItemDown": "താഴോട്ട് നീക്കുക", + "reorderItemLeft": "ഇടത്തോട്ട് നീക്കുക", + "reorderItemRight": "വലത്തോട്ട് നീക്കുക", "expandedIconTapHint": "ചുരുക്കുക", "collapsedIconTapHint": "വികസിപ്പിക്കുക", "remainingTextFieldCharacterCountOne": "ഒരു പ്രതീകം ശേഷിക്കുന്നു", diff --git a/packages/flutter_localizations/lib/src/l10n/material_mn.arb b/packages/flutter_localizations/lib/src/l10n/material_mn.arb index d69f0696a48f..4aed1be7f379 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mn.arb @@ -43,6 +43,12 @@ "dialogLabel": "Харилцах цонх", "alertDialogLabel": "Сэрэмжлүүлэг", "searchFieldLabel": "Хайх", + "reorderItemToStart": "Эхлэл рүү зөөх", + "reorderItemToEnd": "Төгсгөл рүү зөөх", + "reorderItemUp": "Дээш зөөх", + "reorderItemDown": "Доош зөөх", + "reorderItemLeft": "Зүүн тийш зөөх", + "reorderItemRight": "Баруун тийш зөөх", "expandedIconTapHint": "Буулгах", "collapsedIconTapHint": "Дэлгэх", "remainingTextFieldCharacterCountZero": "No characters remaining", diff --git a/packages/flutter_localizations/lib/src/l10n/material_mr.arb b/packages/flutter_localizations/lib/src/l10n/material_mr.arb index 64ceedf7de6c..9132365c5722 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mr.arb @@ -43,6 +43,12 @@ "dialogLabel": "डायलॉग", "alertDialogLabel": "सूचना", "searchFieldLabel": "शोध", + "reorderItemToStart": "सुरुवातीला हलवा", + "reorderItemToEnd": "शेवटाकडे हलवा", + "reorderItemUp": "वर हलवा", + "reorderItemDown": "खाली हलवा", + "reorderItemLeft": "डावीकडे हलवा", + "reorderItemRight": "उजवीकडे हलवा", "expandedIconTapHint": "कोलॅप्स करा", "collapsedIconTapHint": "विस्तार करा", "remainingTextFieldCharacterCountZero": "कोणतेही वर्ण शिल्लक नाहीत", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ms.arb b/packages/flutter_localizations/lib/src/l10n/material_ms.arb index 752e66c3a0f4..604053132356 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ms.arb @@ -43,6 +43,12 @@ "dialogLabel": "Dialog", "alertDialogLabel": "Makluman", "searchFieldLabel": "Cari", + "reorderItemToStart": "Alih ke permulaan", + "reorderItemToEnd": "Alih ke penghujung", + "reorderItemUp": "Alih ke atas", + "reorderItemDown": "Alih ke bawah", + "reorderItemLeft": "Alih ke kiri", + "reorderItemRight": "Alih ke kanan", "expandedIconTapHint": "Runtuhkan", "collapsedIconTapHint": "Kembangkan", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_my.arb b/packages/flutter_localizations/lib/src/l10n/material_my.arb index edbcb4355237..1b2d3093c9d3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_my.arb @@ -42,6 +42,12 @@ "dialogLabel": "ဒိုင်ယာလော့", "alertDialogLabel": "သတိပေးချက်", "searchFieldLabel": "ရှာဖွေရန်", + "reorderItemToStart": "အစသို့ ရွှေ့ရန်", + "reorderItemToEnd": "အဆုံးသို့ ‌ရွှေ့ရန်", + "reorderItemUp": "အပေါ်သို့ ရွှေ့ရန်", + "reorderItemDown": "အောက်သို့ရွှေ့ရန်", + "reorderItemLeft": "ဘယ်ဘက်သို့ရွှေ့ရန်", + "reorderItemRight": "ညာဘက်သို့ရွှေ့ရန်", "expandedIconTapHint": "လျှော့ပြရန်", "collapsedIconTapHint": "ချဲ့ရန်", "remainingTextFieldCharacterCountOne": "အက္ခရာ ၁ လုံးကျန်သည်", diff --git a/packages/flutter_localizations/lib/src/l10n/material_nb.arb b/packages/flutter_localizations/lib/src/l10n/material_nb.arb index c519b608c51d..ca0c2545a513 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nb.arb @@ -70,6 +70,12 @@ "dialogLabel": "Dialogboks", "alertDialogLabel": "Varsel", "searchFieldLabel": "Søk", + "reorderItemToStart": "Flytt til starten", + "reorderItemToEnd": "Flytt til slutten", + "reorderItemUp": "Flytt opp", + "reorderItemDown": "Flytt ned", + "reorderItemLeft": "Flytt til venstre", + "reorderItemRight": "Flytt til høyre", "expandedIconTapHint": "Skjul", "collapsedIconTapHint": "Vis", "remainingTextFieldCharacterCountOne": "1 tegn gjenstår", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ne.arb b/packages/flutter_localizations/lib/src/l10n/material_ne.arb index fb277b5dc47e..3d962fc0d014 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ne.arb @@ -42,6 +42,12 @@ "dialogLabel": "संवाद", "alertDialogLabel": "अलर्ट", "searchFieldLabel": "खोज्नुहोस्", + "reorderItemToStart": "सुरुमा सार्नुहोस्", + "reorderItemToEnd": "अन्त्यमा जानुहोस्", + "reorderItemUp": "माथि सार्नुहोस्", + "reorderItemDown": "तल सार्नुहोस्", + "reorderItemLeft": "बायाँ सार्नुहोस्", + "reorderItemRight": "दायाँ सार्नुहोस्", "expandedIconTapHint": "संक्षिप्त गर्नुहोस्", "collapsedIconTapHint": "विस्तार गर्नुहोस्", "remainingTextFieldCharacterCountOne": "१ वर्ण बाँकी", diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index 4c6fe3fe2c39..525cb362bcb1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -42,6 +42,12 @@ "dialogLabel": "Dialoogvenster", "alertDialogLabel": "Melding", "searchFieldLabel": "Zoeken", + "reorderItemToStart": "Naar het begin verplaatsen", + "reorderItemToEnd": "Naar het einde verplaatsen", + "reorderItemUp": "Omhoog verplaatsen", + "reorderItemDown": "Omlaag verplaatsen", + "reorderItemLeft": "Naar links verplaatsen", + "reorderItemRight": "Naar rechts verplaatsen", "expandedIconTapHint": "Samenvouwen", "collapsedIconTapHint": "Uitvouwen", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_no.arb b/packages/flutter_localizations/lib/src/l10n/material_no.arb index c519b608c51d..ca0c2545a513 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_no.arb @@ -70,6 +70,12 @@ "dialogLabel": "Dialogboks", "alertDialogLabel": "Varsel", "searchFieldLabel": "Søk", + "reorderItemToStart": "Flytt til starten", + "reorderItemToEnd": "Flytt til slutten", + "reorderItemUp": "Flytt opp", + "reorderItemDown": "Flytt ned", + "reorderItemLeft": "Flytt til venstre", + "reorderItemRight": "Flytt til høyre", "expandedIconTapHint": "Skjul", "collapsedIconTapHint": "Vis", "remainingTextFieldCharacterCountOne": "1 tegn gjenstår", diff --git a/packages/flutter_localizations/lib/src/l10n/material_or.arb b/packages/flutter_localizations/lib/src/l10n/material_or.arb index afc5e241dd9f..3c4407d8be6b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_or.arb @@ -42,6 +42,12 @@ "dialogLabel": "ଡାୟଲଗ୍", "alertDialogLabel": "ଆଲର୍ଟ", "searchFieldLabel": "ସନ୍ଧାନ କରନ୍ତୁ", + "reorderItemToStart": "ଆରମ୍ଭକୁ ଯାଆନ୍ତୁ", + "reorderItemToEnd": "ଶେଷକୁ ଯାଆନ୍ତୁ", + "reorderItemUp": "ଉପରକୁ ନିଅନ୍ତୁ", + "reorderItemDown": "ତଳକୁ ଯାଆନ୍ତୁ", + "reorderItemLeft": "ବାମକୁ ଯାଆନ୍ତୁ", + "reorderItemRight": "ଡାହାଣକୁ ଯାଆନ୍ତୁ", "expandedIconTapHint": "ସଙ୍କୁଚିତ କରନ୍ତୁ", "collapsedIconTapHint": "ପ୍ରସାରିତ କରନ୍ତୁ", "remainingTextFieldCharacterCountOne": "1ଟି ଅକ୍ଷର ବାକି ଅଛି", diff --git a/packages/flutter_localizations/lib/src/l10n/material_pa.arb b/packages/flutter_localizations/lib/src/l10n/material_pa.arb index cb114c2b61f4..e7c984ee62af 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pa.arb @@ -42,6 +42,12 @@ "dialogLabel": "ਵਿੰਡੋ", "alertDialogLabel": "ਸੁਚੇਤਨਾ", "searchFieldLabel": "ਖੋਜੋ", + "reorderItemToStart": "ਸ਼ੁਰੂ ਵਿੱਚ ਲਿਜਾਓ", + "reorderItemToEnd": "ਅੰਤ ਵਿੱਚ ਲਿਜਾਓ", + "reorderItemUp": "ਉੱਪਰ ਲਿਜਾਓ", + "reorderItemDown": "ਹੇਠਾਂ ਲਿਜਾਓ", + "reorderItemLeft": "ਖੱਬੇ ਲਿਜਾਓ", + "reorderItemRight": "ਸੱਜੇ ਲਿਜਾਓ", "expandedIconTapHint": "ਸਮੇਟੋ", "collapsedIconTapHint": "ਵਿਸਤਾਰ ਕਰੋ", "remainingTextFieldCharacterCountOne": "1 ਅੱਖਰ-ਚਿੰਨ੍ਹ ਬਾਕੀ", diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index dd5a806d21fd..815d8babccdd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -48,6 +48,12 @@ "dialogLabel": "Okno dialogowe", "alertDialogLabel": "Alert", "searchFieldLabel": "Szukaj", + "reorderItemToStart": "Przenieś na początek", + "reorderItemToEnd": "Przenieś na koniec", + "reorderItemUp": "Przenieś w górę", + "reorderItemDown": "Przenieś w dół", + "reorderItemLeft": "Przenieś w lewo", + "reorderItemRight": "Przenieś w prawo", "expandedIconTapHint": "Zwiń", "collapsedIconTapHint": "Rozwiń", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ps.arb b/packages/flutter_localizations/lib/src/l10n/material_ps.arb index 0a99b5c952c3..68549555be5a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ps.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ps.arb @@ -44,6 +44,12 @@ "alertDialogLabel": "خبرتیا", "searchFieldLabel": "لټون", "moreButtonTooltip": "More", + "reorderItemToStart": "Move to the start", + "reorderItemToEnd": "Move to the end", + "reorderItemUp": "Move up", + "reorderItemDown": "Move down", + "reorderItemLeft": "Move left", + "reorderItemRight": "Move right", "expandedIconTapHint": "Collapse", "collapsedIconTapHint": "Expand", "remainingTextFieldCharacterCountZero": "No characters remaining", diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index 9468a6efc3e4..2aea6008b738 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -44,6 +44,12 @@ "dialogLabel": "Caixa de diálogo", "alertDialogLabel": "Alerta", "searchFieldLabel": "Pesquisa", + "reorderItemToStart": "Mover para o início", + "reorderItemToEnd": "Mover para o final", + "reorderItemUp": "Mover para cima", + "reorderItemDown": "Mover para baixo", + "reorderItemLeft": "Mover para a esquerda", + "reorderItemRight": "Mover para a direita", "expandedIconTapHint": "Recolher", "collapsedIconTapHint": "Abrir", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb index a7ed06bff415..fbddcae14b80 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb @@ -122,6 +122,12 @@ "dialogLabel": "Caixa de diálogo", "alertDialogLabel": "Alerta", "searchFieldLabel": "Pesquisar", + "reorderItemToStart": "Mover para o início", + "reorderItemToEnd": "Mover para o fim", + "reorderItemUp": "Mover para cima", + "reorderItemDown": "Mover para baixo", + "reorderItemLeft": "Mover para a esquerda", + "reorderItemRight": "Mover para a direita", "expandedIconTapHint": "Reduzir", "collapsedIconTapHint": "Expandir", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/flutter_localizations/lib/src/l10n/material_ro.arb index 8a94f91e0d50..deead9a1548e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ro.arb @@ -46,6 +46,12 @@ "dialogLabel": "Casetă de dialog", "alertDialogLabel": "Alertă", "searchFieldLabel": "Căutați", + "reorderItemToStart": "Mutați la început", + "reorderItemToEnd": "Mutați la sfârșit", + "reorderItemUp": "Mutați în sus", + "reorderItemDown": "Mutați în jos", + "reorderItemLeft": "Mutați la stânga", + "reorderItemRight": "Mutați la dreapta", "expandedIconTapHint": "Restrângeți", "collapsedIconTapHint": "Extindeți", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index 08bfde69b5c3..31c87f0ff76d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -49,6 +49,12 @@ "dialogLabel": "Диалоговое окно", "alertDialogLabel": "Оповещение", "searchFieldLabel": "Поиск", + "reorderItemToStart": "Переместить в начало", + "reorderItemToEnd": "Переместить в конец", + "reorderItemUp": "Переместить вверх", + "reorderItemDown": "Переместить вниз", + "reorderItemLeft": "Переместить влево", + "reorderItemRight": "Переместить вправо", "expandedIconTapHint": "Свернуть", "collapsedIconTapHint": "Развернуть", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_si.arb b/packages/flutter_localizations/lib/src/l10n/material_si.arb index c3d4ca7ea346..2ead68550c4d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_si.arb @@ -42,6 +42,12 @@ "dialogLabel": "සංවාදය", "alertDialogLabel": "ඇඟවීම", "searchFieldLabel": "සෙවීම", + "reorderItemToStart": "ආරම්භය වෙත යන්න", + "reorderItemToEnd": "අවසානයට යන්න", + "reorderItemUp": "ඉහළට ගෙන යන්න", + "reorderItemDown": "පහළට ගෙන යන්න", + "reorderItemLeft": "වමට ගෙන යන්න", + "reorderItemRight": "දකුණට ගෙන යන්න", "expandedIconTapHint": "හකුළන්න", "collapsedIconTapHint": "දිග හරින්න", "remainingTextFieldCharacterCountOne": "අනුලකුණු 1ක් ඉතිරිය", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sk.arb b/packages/flutter_localizations/lib/src/l10n/material_sk.arb index 0d71c0d35414..8d9b1c033d9d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sk.arb @@ -48,6 +48,12 @@ "dialogLabel": "Dialógové okno", "alertDialogLabel": "Upozornenie", "searchFieldLabel": "Hľadať", + "reorderItemToStart": "Presunúť na začiatok", + "reorderItemToEnd": "Presunúť na koniec", + "reorderItemUp": "Presunúť nahor", + "reorderItemDown": "Presunúť nadol", + "reorderItemLeft": "Presunúť doľava", + "reorderItemRight": "Presunúť doprava", "expandedIconTapHint": "Zbaliť", "collapsedIconTapHint": "Rozbaliť", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sl.arb b/packages/flutter_localizations/lib/src/l10n/material_sl.arb index 29d2af6f70f7..8cd64acab7dd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sl.arb @@ -48,6 +48,12 @@ "dialogLabel": "Pogovorno okno", "alertDialogLabel": "Opozorilo", "searchFieldLabel": "Iskanje", + "reorderItemToStart": "Premakni na začetek", + "reorderItemToEnd": "Premakni na konec", + "reorderItemUp": "Premakni navzgor", + "reorderItemDown": "Premakni navzdol", + "reorderItemLeft": "Premakni levo", + "reorderItemRight": "Premakni desno", "expandedIconTapHint": "Strniti", "collapsedIconTapHint": "Razširiti", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sq.arb b/packages/flutter_localizations/lib/src/l10n/material_sq.arb index 1b8ce5e14bc0..42951ab520aa 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sq.arb @@ -42,6 +42,12 @@ "dialogLabel": "Dialogu", "alertDialogLabel": "Sinjalizim", "searchFieldLabel": "Kërko", + "reorderItemToStart": "Lëvize në fillim", + "reorderItemToEnd": "Lëvize në fund", + "reorderItemUp": "Lëvize lart", + "reorderItemDown": "Lëvize poshtë", + "reorderItemLeft": "Lëvize majtas", + "reorderItemRight": "Lëvize djathtas", "expandedIconTapHint": "Palos", "collapsedIconTapHint": "Zgjero", "remainingTextFieldCharacterCountOne": "1 karakter i mbetur", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr.arb b/packages/flutter_localizations/lib/src/l10n/material_sr.arb index 5a1529dd4207..c41f517ddd5d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr.arb @@ -45,6 +45,12 @@ "dialogLabel": "Дијалог", "alertDialogLabel": "Обавештење", "searchFieldLabel": "Претражите", + "reorderItemToStart": "Померите на почетак", + "reorderItemToEnd": "Померите на крај", + "reorderItemUp": "Померите нагоре", + "reorderItemDown": "Померите надоле", + "reorderItemLeft": "Померите улево", + "reorderItemRight": "Померите удесно", "expandedIconTapHint": "Скупи", "collapsedIconTapHint": "Прошири", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb b/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb index 332f6a900762..624b55cf0a64 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb @@ -125,6 +125,12 @@ "dialogLabel": "Dijalog", "alertDialogLabel": "Obaveštenje", "searchFieldLabel": "Pretražite", + "reorderItemToStart": "Pomerite na početak", + "reorderItemToEnd": "Pomerite na kraj", + "reorderItemUp": "Pomerite nagore", + "reorderItemDown": "Pomerite nadole", + "reorderItemLeft": "Pomerite ulevo", + "reorderItemRight": "Pomerite udesno", "expandedIconTapHint": "Skupi", "collapsedIconTapHint": "Proširi", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sv.arb b/packages/flutter_localizations/lib/src/l10n/material_sv.arb index e2e671a24c9b..b10cb655d369 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sv.arb @@ -42,6 +42,12 @@ "dialogLabel": "Dialogruta", "alertDialogLabel": "Varning", "searchFieldLabel": "Sök", + "reorderItemToStart": "Flytta till början", + "reorderItemToEnd": "Flytta till slutet", + "reorderItemUp": "Flytta uppåt", + "reorderItemDown": "Flytta nedåt", + "reorderItemLeft": "Flytta åt vänster", + "reorderItemRight": "Flytta åt höger", "expandedIconTapHint": "Dölj", "collapsedIconTapHint": "Utöka", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sw.arb b/packages/flutter_localizations/lib/src/l10n/material_sw.arb index fec949253e6d..6032f97c429a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sw.arb @@ -43,6 +43,12 @@ "dialogLabel": "Kidirisha", "alertDialogLabel": "Arifa", "searchFieldLabel": "Tafuta", + "reorderItemToStart": "Sogeza hadi mwanzo", + "reorderItemToEnd": "Sogeza hadi mwisho", + "reorderItemUp": "Sogeza juu", + "reorderItemDown": "Sogeza chini", + "reorderItemLeft": "Sogeza kushoto", + "reorderItemRight": "Sogeza kulia", "expandedIconTapHint": "Kunja", "collapsedIconTapHint": "Panua", "remainingTextFieldCharacterCountZero": "Hapana herufi zilizo baki", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ta.arb b/packages/flutter_localizations/lib/src/l10n/material_ta.arb index ca10104eeedb..ed3c9f39b107 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ta.arb @@ -10,6 +10,12 @@ "firstPageTooltip": "முதல் பக்கத்திற்குச் செல்லும்", "lastPageTooltip": "கடைசிப் பக்கத்திற்குச் செல்லும்", "searchFieldLabel": "தேடல்", + "reorderItemToStart": "தொடக்கத்திற்கு நகர்த்தவும்", + "reorderItemToEnd": "இறுதிக்கு நகர்த்தவும்", + "reorderItemUp": "மேலே நகர்த்தவும்", + "reorderItemDown": "கீழே நகர்த்தவும்", + "reorderItemLeft": "இடப்புறம் நகர்த்தவும்", + "reorderItemRight": "வலப்புறம் நகர்த்தவும்", "cutButtonLabel": "வெட்டு", "pasteButtonLabel": "ஒட்டு", "previousMonthTooltip": "முந்தைய மாதம்", diff --git a/packages/flutter_localizations/lib/src/l10n/material_te.arb b/packages/flutter_localizations/lib/src/l10n/material_te.arb index 680f1563c215..054760e4ccc3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_te.arb @@ -42,6 +42,12 @@ "dialogLabel": "డైలాగ్", "alertDialogLabel": "అలర్ట్", "searchFieldLabel": "వెతకండి", + "reorderItemToStart": "ప్రారంభానికి తరలించండి", + "reorderItemToEnd": "చివరకు తరలించండి", + "reorderItemUp": "పైకి జరపండి", + "reorderItemDown": "కిందికు జరుపు", + "reorderItemLeft": "ఎడమవైపుగా జరపండి", + "reorderItemRight": "కుడివైపుగా జరపండి", "expandedIconTapHint": "కుదించు", "collapsedIconTapHint": "విస్తరించు", "remainingTextFieldCharacterCountOne": "1 అక్షరం మిగిలి ఉంది", diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/flutter_localizations/lib/src/l10n/material_th.arb index ea08627c0548..efee750279ce 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_th.arb @@ -42,6 +42,12 @@ "dialogLabel": "กล่องโต้ตอบ", "alertDialogLabel": "การแจ้งเตือน", "searchFieldLabel": "ค้นหา", + "reorderItemToStart": "ย้ายไปต้นรายการ", + "reorderItemToEnd": "ย้ายไปท้ายรายการ", + "reorderItemUp": "ย้ายขึ้น", + "reorderItemDown": "ย้ายลง", + "reorderItemLeft": "ย้ายไปทางซ้าย", + "reorderItemRight": "ย้ายไปทางขวา", "expandedIconTapHint": "ยุบ", "collapsedIconTapHint": "ขยาย", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_tl.arb b/packages/flutter_localizations/lib/src/l10n/material_tl.arb index 1947ce67ed95..da2772cbf60e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tl.arb @@ -42,6 +42,12 @@ "dialogLabel": "Dialog", "alertDialogLabel": "Alerto", "searchFieldLabel": "Maghanap", + "reorderItemToStart": "Ilipat sa simula", + "reorderItemToEnd": "Ilipat sa dulo", + "reorderItemUp": "Ilipat pataas", + "reorderItemDown": "Ilipat pababa", + "reorderItemLeft": "Ilipat pakaliwa", + "reorderItemRight": "Ilipat pakanan", "expandedIconTapHint": "I-collapse", "collapsedIconTapHint": "I-expand", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index 040153cd5f28..84ccef72644d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -42,6 +42,12 @@ "dialogLabel": "İletişim kutusu", "alertDialogLabel": "Uyarı", "searchFieldLabel": "Ara", + "reorderItemToStart": "Başa taşı", + "reorderItemToEnd": "Sona taşı", + "reorderItemUp": "Yukarı taşı", + "reorderItemDown": "Aşağı taşı", + "reorderItemLeft": "Sola taşı", + "reorderItemRight": "Sağa taşı", "expandedIconTapHint": "Daralt", "collapsedIconTapHint": "Genişlet", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_uk.arb b/packages/flutter_localizations/lib/src/l10n/material_uk.arb index a486074a1bec..680046132d02 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uk.arb @@ -48,6 +48,12 @@ "dialogLabel": "Вікно", "alertDialogLabel": "Сповіщення", "searchFieldLabel": "Пошук", + "reorderItemToStart": "Перемістити на початок", + "reorderItemToEnd": "Перемістити в кінець", + "reorderItemUp": "Перемістити вгору", + "reorderItemDown": "Перемістити вниз", + "reorderItemLeft": "Перемістити ліворуч", + "reorderItemRight": "Перемістити праворуч", "expandedIconTapHint": "Згорнути", "collapsedIconTapHint": "Розгорнути", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index fd58ec15b0ca..94eba546c016 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -42,6 +42,12 @@ "dialogLabel": "ڈائلاگ", "alertDialogLabel": "الرٹ", "searchFieldLabel": "تلاش", + "reorderItemToStart": "شروع میں منتقل کریں", + "reorderItemToEnd": "آخر میں منتقل کریں", + "reorderItemUp": "اوپر منتقل کریں", + "reorderItemDown": "نیچے منتقل کریں", + "reorderItemLeft": "بائیں منتقل کریں", + "reorderItemRight": "دائیں منتقل کریں", "expandedIconTapHint": "سکیڑیں", "collapsedIconTapHint": "پھیلائیں", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_uz.arb b/packages/flutter_localizations/lib/src/l10n/material_uz.arb index a1b011bf6c71..050fdb4e0995 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uz.arb @@ -42,6 +42,12 @@ "dialogLabel": "Muloqot oynasi", "alertDialogLabel": "Ogohlantirish", "searchFieldLabel": "Qidirish", + "reorderItemToStart": "Boshiga siljitish", + "reorderItemToEnd": "Oxiriga siljitish", + "reorderItemUp": "Tepaga siljitish", + "reorderItemDown": "Pastga siljitish", + "reorderItemLeft": "Chapga siljitish", + "reorderItemRight": "Oʻngga siljitish", "expandedIconTapHint": "Kichraytirish", "collapsedIconTapHint": "Yoyish", "remainingTextFieldCharacterCountOne": "1 ta belgi qoldi", diff --git a/packages/flutter_localizations/lib/src/l10n/material_vi.arb b/packages/flutter_localizations/lib/src/l10n/material_vi.arb index 97f0d4d13b72..3fa7dcf2d895 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_vi.arb @@ -42,6 +42,12 @@ "dialogLabel": "Hộp thoại", "alertDialogLabel": "Thông báo", "searchFieldLabel": "Tìm kiếm", + "reorderItemToStart": "Di chuyển lên đầu danh sách", + "reorderItemToEnd": "Di chuyển xuống cuối danh sách", + "reorderItemUp": "Di chuyển lên", + "reorderItemDown": "Di chuyển xuống", + "reorderItemLeft": "Di chuyển sang trái", + "reorderItemRight": "Di chuyển sang phải", "expandedIconTapHint": "Thu gọn", "collapsedIconTapHint": "Mở rộng", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index 15e077ea0e78..bfcc7cd023fd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -42,6 +42,12 @@ "dialogLabel": "对话框", "alertDialogLabel": "提醒", "searchFieldLabel": "搜索", + "reorderItemToStart": "移到开头", + "reorderItemToEnd": "移到末尾", + "reorderItemUp": "上移", + "reorderItemDown": "下移", + "reorderItemLeft": "左移", + "reorderItemRight": "右移", "expandedIconTapHint": "收起", "collapsedIconTapHint": "展开", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb index 9f2be02e5a88..e3b44e58ec62 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb @@ -122,6 +122,12 @@ "dialogLabel": "對話方塊", "alertDialogLabel": "通知", "searchFieldLabel": "搜尋", + "reorderItemToStart": "移到開頭", + "reorderItemToEnd": "移到最後", + "reorderItemUp": "向上移", + "reorderItemDown": "向下移", + "reorderItemLeft": "向左移", + "reorderItemRight": "向右移", "expandedIconTapHint": "收合", "collapsedIconTapHint": "展開", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb index 9b61de30b50b..610a3fbd1d46 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb @@ -122,6 +122,12 @@ "dialogLabel": "對話方塊", "alertDialogLabel": "快訊", "searchFieldLabel": "搜尋", + "reorderItemToStart": "移至開頭", + "reorderItemToEnd": "移至結尾", + "reorderItemUp": "向上移", + "reorderItemDown": "向下移", + "reorderItemLeft": "向左移", + "reorderItemRight": "向右移", "expandedIconTapHint": "收合", "collapsedIconTapHint": "展開", "remainingTextFieldCharacterCountZero": "TBD", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zu.arb b/packages/flutter_localizations/lib/src/l10n/material_zu.arb index d0d6a6fd9879..f3621c1711af 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zu.arb @@ -42,6 +42,12 @@ "dialogLabel": "Ingxoxo", "alertDialogLabel": "Isexwayiso", "searchFieldLabel": "Sesha", + "reorderItemToStart": "Yisa ekuqaleni", + "reorderItemToEnd": "Yisa ekugcineni", + "reorderItemUp": "Iya phezulu", + "reorderItemDown": "Iya phansi", + "reorderItemLeft": "Hambisa kwesokunxele", + "reorderItemRight": "Yisa kwesokudla", "expandedIconTapHint": "Goqa", "collapsedIconTapHint": "Nweba", "remainingTextFieldCharacterCountOne": "1 uhlamvu olusele", From 0df499023b65637ed7a12634c8d6dcf5fb4bf858 Mon Sep 17 00:00:00 2001 From: chunhtai <47866232+chunhtai@users.noreply.github.com> Date: Mon, 10 Apr 2023 13:22:54 -0700 Subject: [PATCH 235/327] ExpansionTile audit (#124281) ExpansionTile audit --- .../generated_material_localizations.dart | 1422 +++++++++++++++++ .../lib/src/l10n/material_af.arb | 8 +- .../lib/src/l10n/material_am.arb | 8 +- .../lib/src/l10n/material_ar.arb | 8 +- .../lib/src/l10n/material_as.arb | 8 +- .../lib/src/l10n/material_az.arb | 8 +- .../lib/src/l10n/material_be.arb | 8 +- .../lib/src/l10n/material_bg.arb | 8 +- .../lib/src/l10n/material_bn.arb | 8 +- .../lib/src/l10n/material_bs.arb | 8 +- .../lib/src/l10n/material_ca.arb | 8 +- .../lib/src/l10n/material_cs.arb | 8 +- .../lib/src/l10n/material_cy.arb | 8 +- .../lib/src/l10n/material_da.arb | 8 +- .../lib/src/l10n/material_de.arb | 8 +- .../lib/src/l10n/material_el.arb | 8 +- .../lib/src/l10n/material_en.arb | 30 + .../lib/src/l10n/material_es.arb | 8 +- .../lib/src/l10n/material_et.arb | 8 +- .../lib/src/l10n/material_eu.arb | 8 +- .../lib/src/l10n/material_fa.arb | 8 +- .../lib/src/l10n/material_fi.arb | 8 +- .../lib/src/l10n/material_fil.arb | 8 +- .../lib/src/l10n/material_fr.arb | 8 +- .../lib/src/l10n/material_gl.arb | 8 +- .../lib/src/l10n/material_gsw.arb | 8 +- .../lib/src/l10n/material_gu.arb | 8 +- .../lib/src/l10n/material_he.arb | 8 +- .../lib/src/l10n/material_hi.arb | 8 +- .../lib/src/l10n/material_hr.arb | 8 +- .../lib/src/l10n/material_hu.arb | 8 +- .../lib/src/l10n/material_hy.arb | 8 +- .../lib/src/l10n/material_id.arb | 8 +- .../lib/src/l10n/material_is.arb | 8 +- .../lib/src/l10n/material_it.arb | 8 +- .../lib/src/l10n/material_ja.arb | 8 +- .../lib/src/l10n/material_ka.arb | 8 +- .../lib/src/l10n/material_kk.arb | 8 +- .../lib/src/l10n/material_km.arb | 8 +- .../lib/src/l10n/material_kn.arb | 8 +- .../lib/src/l10n/material_ko.arb | 8 +- .../lib/src/l10n/material_ky.arb | 8 +- .../lib/src/l10n/material_lo.arb | 8 +- .../lib/src/l10n/material_lt.arb | 8 +- .../lib/src/l10n/material_lv.arb | 8 +- .../lib/src/l10n/material_mk.arb | 8 +- .../lib/src/l10n/material_ml.arb | 8 +- .../lib/src/l10n/material_mn.arb | 8 +- .../lib/src/l10n/material_mr.arb | 8 +- .../lib/src/l10n/material_ms.arb | 8 +- .../lib/src/l10n/material_my.arb | 8 +- .../lib/src/l10n/material_nb.arb | 8 +- .../lib/src/l10n/material_ne.arb | 8 +- .../lib/src/l10n/material_nl.arb | 8 +- .../lib/src/l10n/material_no.arb | 8 +- .../lib/src/l10n/material_or.arb | 8 +- .../lib/src/l10n/material_pa.arb | 8 +- .../lib/src/l10n/material_pl.arb | 8 +- .../lib/src/l10n/material_ps.arb | 8 +- .../lib/src/l10n/material_pt.arb | 8 +- .../lib/src/l10n/material_ro.arb | 8 +- .../lib/src/l10n/material_ru.arb | 8 +- .../lib/src/l10n/material_si.arb | 8 +- .../lib/src/l10n/material_sk.arb | 8 +- .../lib/src/l10n/material_sl.arb | 8 +- .../lib/src/l10n/material_sq.arb | 8 +- .../lib/src/l10n/material_sr.arb | 8 +- .../lib/src/l10n/material_sv.arb | 8 +- .../lib/src/l10n/material_sw.arb | 8 +- .../lib/src/l10n/material_ta.arb | 8 +- .../lib/src/l10n/material_te.arb | 8 +- .../lib/src/l10n/material_th.arb | 8 +- .../lib/src/l10n/material_tl.arb | 8 +- .../lib/src/l10n/material_tr.arb | 8 +- .../lib/src/l10n/material_uk.arb | 8 +- .../lib/src/l10n/material_ur.arb | 8 +- .../lib/src/l10n/material_uz.arb | 8 +- .../lib/src/l10n/material_vi.arb | 8 +- .../lib/src/l10n/material_zh.arb | 8 +- .../lib/src/l10n/material_zu.arb | 8 +- .../test/material/translations_test.dart | 4 + 81 files changed, 2002 insertions(+), 78 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index a0b63b73d745..516566ce9399 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -65,6 +65,9 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Maak toe'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Vou uit'; @@ -122,9 +125,24 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigasiekieslys'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Vou in'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Eerste bladsy'; @@ -522,6 +540,9 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'ዝጋ'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'ዘርጋ'; @@ -579,9 +600,24 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { @override String get drawerLabel => 'የዳሰሳ ምናሌ'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'ሰብስብ'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'የመጀመሪያው ገጽ'; @@ -979,6 +1015,9 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'إغلاق'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'توسيع'; @@ -1036,9 +1075,24 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { @override String get drawerLabel => 'قائمة تنقل'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'تصغير'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'الصفحة الأولى'; @@ -1436,6 +1490,9 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'বন্ধ কৰক'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'বিস্তাৰ কৰক'; @@ -1493,9 +1550,24 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { @override String get drawerLabel => 'নেভিগেশ্বন মেনু'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'সংকোচন কৰক'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'প্রথম পৃষ্ঠা'; @@ -1893,6 +1965,9 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Bağlayın'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Genişləndirin'; @@ -1950,9 +2025,24 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Naviqasiya menyusu'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Yığcamlaşdırın'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Birinci səhifə'; @@ -2350,6 +2440,9 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Закрыць'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Разгарнуць'; @@ -2407,9 +2500,24 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Меню навігацыі'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Згарнуць'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'На першую старонку'; @@ -2807,6 +2915,9 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Затваряне'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Разгъване'; @@ -2864,9 +2975,24 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Меню за навигация'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Свиване'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Първа страница'; @@ -3264,6 +3390,9 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'বন্ধ করুন'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'বড় করুন'; @@ -3321,9 +3450,24 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { @override String get drawerLabel => 'নেভিগেশান মেনু'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'আড়াল করুন'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'প্রথম পৃষ্ঠা'; @@ -3721,6 +3865,9 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Zatvaranje'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Proširi'; @@ -3778,9 +3925,24 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Meni za navigaciju'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Suzi'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Prva stranica'; @@ -4178,6 +4340,9 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Tanca'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Desplega'; @@ -4235,9 +4400,24 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Menú de navegació'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Replega'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Primera pàgina'; @@ -4635,6 +4815,9 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Zavřít'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Rozbalit'; @@ -4692,9 +4875,24 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigační nabídka'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Sbalit'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'První stránka'; @@ -5092,6 +5290,9 @@ class MaterialLocalizationCy extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Cau'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Ehangu'; @@ -5149,9 +5350,24 @@ class MaterialLocalizationCy extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Dewislen llywio'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Crebachu'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Tudalen gyntaf'; @@ -5549,6 +5765,9 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Luk'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Udvid'; @@ -5606,9 +5825,24 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigationsmenu'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Skjul'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Første side'; @@ -6006,6 +6240,9 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Schließen'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Maximieren'; @@ -6063,9 +6300,24 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigationsmenü'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Minimieren'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Erste Seite'; @@ -6527,6 +6779,9 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Κλείσιμο'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Ανάπτυξη'; @@ -6584,9 +6839,24 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Μενού πλοήγησης'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Σύμπτυξη'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Πρώτη σελίδα'; @@ -6984,6 +7254,9 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Close'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Expand'; @@ -7041,9 +7314,24 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigation menu'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Collapse'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'First page'; @@ -8175,6 +8463,9 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Cerrar'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Mostrar'; @@ -8232,9 +8523,24 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Menú de navegación'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Ocultar'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Primera página'; @@ -12015,6 +12321,9 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Sule'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Laienda'; @@ -12072,9 +12381,24 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigeerimismenüü'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Ahenda'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Esimene leht'; @@ -12472,6 +12796,9 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Itxi'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Zabaldu'; @@ -12529,9 +12856,24 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Nabigazio-menua'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Tolestu'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Lehenengo orria'; @@ -12929,6 +13271,9 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'بستن'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'بزرگ کردن'; @@ -12986,9 +13331,24 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { @override String get drawerLabel => 'منوی پیمایش'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'کوچک کردن'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'صفحه اول'; @@ -13386,6 +13746,9 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Sulje'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Laajenna'; @@ -13443,9 +13806,24 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigointivalikko'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Tiivistä'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Ensimmäinen sivu'; @@ -13843,6 +14221,9 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Isara'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'I-expand'; @@ -13900,9 +14281,24 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Menu ng navigation'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'I-collapse'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Unang page'; @@ -14300,6 +14696,9 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Fermer'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Développer'; @@ -14357,9 +14756,24 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Menu de navigation'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Réduire'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Première page'; @@ -14899,6 +15313,9 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Pechar'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Despregar'; @@ -14956,9 +15373,24 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Menú de navegación'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Contraer'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Primeira páxina'; @@ -15356,6 +15788,9 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Schließen'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Maximieren'; @@ -15413,9 +15848,24 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigationsmenü'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Minimieren'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Erste Seite'; @@ -15813,6 +16263,9 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'બંધ કરો'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'વિસ્તૃત કરો'; @@ -15870,9 +16323,24 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { @override String get drawerLabel => 'નૅવિગેશન મેનૂ'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'સંકુચિત કરો'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'પહેલું પેજ'; @@ -16270,6 +16738,9 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'סגירה'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'הרחבה'; @@ -16327,9 +16798,24 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { @override String get drawerLabel => 'תפריט ניווט'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'כיווץ'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'לדף הראשון'; @@ -16727,6 +17213,9 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'बंद करें'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'बड़ा करें'; @@ -16784,9 +17273,24 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { @override String get drawerLabel => 'नेविगेशन मेन्यू'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'छोटा करें'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'पहला पेज'; @@ -17184,6 +17688,9 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Zatvaranje'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Proširi'; @@ -17241,9 +17748,24 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigacijski izbornik'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Sažmi'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Prva stranica'; @@ -17641,6 +18163,9 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Bezárás'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Kibontás'; @@ -17698,9 +18223,24 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigációs menü'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Összecsukás'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Első oldal'; @@ -18098,6 +18638,9 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Փակել'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Ծավալել'; @@ -18155,9 +18698,24 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Նավիգացիայի ընտրացանկ'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Ծալել'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Առաջին էջ'; @@ -18555,6 +19113,9 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Tutup'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Luaskan'; @@ -18612,9 +19173,24 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Menu navigasi'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Ciutkan'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Halaman pertama'; @@ -19012,6 +19588,9 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Loka'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Stækka'; @@ -19069,9 +19648,24 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Yfirlitsvalmynd'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Draga saman'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Fyrsta síða'; @@ -19469,6 +20063,9 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Chiudi'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Espandi'; @@ -19526,9 +20123,24 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Menu di navigazione'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Comprimi'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Prima pagina'; @@ -19926,6 +20538,9 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => '閉じる'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => '展開'; @@ -19983,9 +20598,24 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { @override String get drawerLabel => 'ナビゲーション メニュー'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => '折りたたむ'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => '最初のページ'; @@ -20383,6 +21013,9 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'დახურვა'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'გაშლა'; @@ -20440,9 +21073,24 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { @override String get drawerLabel => 'ნავიგაციის მენიუ'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'ჩაკეცვა'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'პირველი გვერდი'; @@ -20840,6 +21488,9 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Жабу'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Жаю'; @@ -20897,9 +21548,24 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Навигация мәзірі'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Жию'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Бірінші бет'; @@ -21297,6 +21963,9 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'បិទ'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'ពង្រីក'; @@ -21354,9 +22023,24 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { @override String get drawerLabel => 'ម៉ឺនុយរុករក'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'បង្រួម'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'ទំព័រ​ដំបូង'; @@ -21754,6 +22438,9 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => '\u{cae}\u{cc1}\u{c9a}\u{ccd}\u{c9a}\u{cbf}\u{cb0}\u{cbf}'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => '\u{cb5}\u{cbf}\u{cb8}\u{ccd}\u{ca4}\u{cb0}\u{cbf}\u{cb8}\u{cbf}'; @@ -21811,9 +22498,24 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { @override String get drawerLabel => '\u{ca8}\u{ccd}\u{caf}\u{cbe}\u{cb5}\u{cbf}\u{c97}\u{cc7}\u{cb6}\u{ca8}\u{ccd}\u{200c}\u{20}\u{cae}\u{cc6}\u{ca8}\u{cc1}'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => '\u{c95}\u{cc1}\u{c97}\u{ccd}\u{c97}\u{cbf}\u{cb8}\u{cbf}'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => '\u{cae}\u{cca}\u{ca6}\u{cb2}\u{20}\u{caa}\u{cc1}\u{c9f}'; @@ -22211,6 +22913,9 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => '닫기'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => '펼치기'; @@ -22268,9 +22973,24 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { @override String get drawerLabel => '탐색 메뉴'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => '접기'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => '첫 페이지'; @@ -22668,6 +23388,9 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Жабуу'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Жайып көрсөтүү'; @@ -22725,9 +23448,24 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Чабыттоо менюсу'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Жыйыштыруу'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Биринчи бет'; @@ -23125,6 +23863,9 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'ປິດ'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'ຂະຫຍາຍ'; @@ -23182,9 +23923,24 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { @override String get drawerLabel => 'ເມນູນຳທາງ'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'ຫຍໍ້ເຂົ້າ'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'ໜ້າທຳອິດ'; @@ -23582,6 +24338,9 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Uždaryti'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Išskleisti'; @@ -23639,9 +24398,24 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Naršymo meniu'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Sutraukti'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Pirmas puslapis'; @@ -24039,6 +24813,9 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Aizvērt'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Izvērst'; @@ -24096,9 +24873,24 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigācijas izvēlne'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Sakļaut'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Pirmā lapa'; @@ -24496,6 +25288,9 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Затвори'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Прошири'; @@ -24553,9 +25348,24 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Мени за навигација'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Собери'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Прва страница'; @@ -24953,6 +25763,9 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'അടയ്‌ക്കുക'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'വികസിപ്പിക്കുക'; @@ -25010,9 +25823,24 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { @override String get drawerLabel => 'നാവിഗേഷൻ മെനു'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'ചുരുക്കുക'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'ആദ്യ പേജ്'; @@ -25410,6 +26238,9 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Хаах'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Дэлгэх'; @@ -25467,9 +26298,24 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Навигацын цэс'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Буулгах'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Эхний хуудас'; @@ -25867,6 +26713,9 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'बंद करा'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'विस्तार करा'; @@ -25924,9 +26773,24 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { @override String get drawerLabel => 'नेव्हिगेशन मेनू'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'कोलॅप्स करा'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'पहिले पेज'; @@ -26324,6 +27188,9 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Tutup'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Kembangkan'; @@ -26381,9 +27248,24 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Menu navigasi'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Runtuhkan'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Halaman pertama'; @@ -26781,6 +27663,9 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'ပိတ်ရန်'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'ချဲ့ရန်'; @@ -26838,9 +27723,24 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { @override String get drawerLabel => 'လမ်းညွှန် မီနူး'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'လျှော့ပြရန်'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'ပထမ စာမျက်နှာ'; @@ -27238,6 +28138,9 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Lukk'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Vis'; @@ -27295,9 +28198,24 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigasjonsmeny'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Skjul'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Første side'; @@ -27695,6 +28613,9 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'बन्द गर्नुहोस्'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'विस्तार गर्नुहोस्'; @@ -27752,9 +28673,24 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { @override String get drawerLabel => 'नेभिगेसन मेनु'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'संक्षिप्त गर्नुहोस्'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'प्रथम पेज'; @@ -28152,6 +29088,9 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Sluiten'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Uitvouwen'; @@ -28209,9 +29148,24 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigatiemenu'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Samenvouwen'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Eerste pagina'; @@ -28609,6 +29563,9 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Lukk'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Vis'; @@ -28666,9 +29623,24 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigasjonsmeny'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Skjul'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Første side'; @@ -29066,6 +30038,9 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'ବନ୍ଦ କରନ୍ତୁ'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'ପ୍ରସାରିତ କରନ୍ତୁ'; @@ -29123,9 +30098,24 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { @override String get drawerLabel => 'ନେଭିଗେସନ୍ ମେନୁ'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'ସଙ୍କୁଚିତ କରନ୍ତୁ'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'ପ୍ରଥମ ପୃଷ୍ଠା'; @@ -29523,6 +30513,9 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'ਬੰਦ ਕਰੋ'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'ਵਿਸਤਾਰ ਕਰੋ'; @@ -29580,9 +30573,24 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { @override String get drawerLabel => 'ਨੈਵੀਗੇਸ਼ਨ ਮੀਨੂ'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'ਸਮੇਟੋ'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'ਪਹਿਲਾ ਪੰਨਾ'; @@ -29980,6 +30988,9 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Zamknij'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Rozwiń'; @@ -30037,9 +31048,24 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Menu nawigacyjne'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Zwiń'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Pierwsza strona'; @@ -30437,6 +31463,9 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'بنده'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Expand'; @@ -30494,9 +31523,24 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { @override String get drawerLabel => 'د نیویگیشن مینو'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Collapse'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'First page'; @@ -30894,6 +31938,9 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Fechar'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Abrir'; @@ -30951,9 +31998,24 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Menu de navegação'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Recolher'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Primeira página'; @@ -31502,6 +32564,9 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Închideți'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Extindeți'; @@ -31559,9 +32624,24 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Meniu de navigare'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Restrângeți'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Prima pagină'; @@ -31959,6 +33039,9 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Закрыть'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Развернуть'; @@ -32016,9 +33099,24 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Меню навигации'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Свернуть'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Первая страница'; @@ -32416,6 +33514,9 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'වසන්න'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'දිග හරින්න'; @@ -32473,9 +33574,24 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { @override String get drawerLabel => 'සංචාලන මෙනුව'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'හකුළන්න'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'පළමු පිටුව'; @@ -32873,6 +33989,9 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Zavrieť'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Rozbaliť'; @@ -32930,9 +34049,24 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigačná ponuka'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Zbaliť'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Prvá strana'; @@ -33330,6 +34464,9 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Zapiranje'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Razširiti'; @@ -33387,9 +34524,24 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Meni za krmarjenje'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Strniti'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Prva stran'; @@ -33787,6 +34939,9 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Mbyll'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Zgjero'; @@ -33844,9 +34999,24 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Menyja e navigimit'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Palos'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Faqja e parë'; @@ -34244,6 +35414,9 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Затворите'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Прошири'; @@ -34301,9 +35474,24 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Мени за навигацију'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Скупи'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Прва страница'; @@ -35015,6 +36203,9 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Stäng'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Utöka'; @@ -35072,9 +36263,24 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigeringsmeny'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Dölj'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Första sidan'; @@ -35472,6 +36678,9 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Funga'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Panua'; @@ -35529,9 +36738,24 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Menyu ya kusogeza'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Kunja'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Ukurasa wa kwanza'; @@ -35929,6 +37153,9 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'மூடுக'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'விரிக்கும்'; @@ -35986,9 +37213,24 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { @override String get drawerLabel => 'வழிசெலுத்தல் மெனு'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'சுருக்கும்'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'முதல் பக்கத்திற்குச் செல்லும்'; @@ -36386,6 +37628,9 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'మూసివేయి'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'విస్తరించు'; @@ -36443,9 +37688,24 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { @override String get drawerLabel => 'నావిగేషన్ మెనూ'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'కుదించు'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'మొదటి పేజీ'; @@ -36843,6 +38103,9 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'ปิด'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'ขยาย'; @@ -36900,9 +38163,24 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { @override String get drawerLabel => 'เมนูการนำทาง'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'ยุบ'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'หน้าแรก'; @@ -37300,6 +38578,9 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Isara'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'I-expand'; @@ -37357,9 +38638,24 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Menu ng navigation'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'I-collapse'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Unang page'; @@ -37757,6 +39053,9 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Kapat'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Genişlet'; @@ -37814,9 +39113,24 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Gezinme menüsü'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Daralt'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'İlk sayfa'; @@ -38214,6 +39528,9 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Закрити'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Розгорнути'; @@ -38271,9 +39588,24 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Меню навігації'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Згорнути'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Перша сторінка'; @@ -38671,6 +40003,9 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'بند کریں'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'پھیلائیں'; @@ -38728,9 +40063,24 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { @override String get drawerLabel => 'نیویگیشن مینیو'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'سکیڑیں'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'پہلا صفحہ'; @@ -39128,6 +40478,9 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Yopish'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Yoyish'; @@ -39185,9 +40538,24 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Navigatsiya menyusi'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Kichraytirish'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Birinchi sahifa'; @@ -39585,6 +40953,9 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Đóng'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Mở rộng'; @@ -39642,9 +41013,24 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Menu di chuyển'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Thu gọn'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Trang đầu'; @@ -40042,6 +41428,9 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => '关闭'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => '展开'; @@ -40099,9 +41488,24 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { @override String get drawerLabel => '导航菜单'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => '收起'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => '第一页'; @@ -40992,6 +42396,9 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { @override String get closeButtonTooltip => 'Vala'; + @override + String get collapsedHint => 'Expanded'; + @override String get collapsedIconTapHint => 'Nweba'; @@ -41049,9 +42456,24 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { @override String get drawerLabel => 'Imenyu yokuzulazula'; + @override + String get expandedHint => 'Collapsed'; + @override String get expandedIconTapHint => 'Goqa'; + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get firstPageTooltip => 'Ikhasi lokuqala'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_af.arb b/packages/flutter_localizations/lib/src/l10n/material_af.arb index c08cbb812538..9305eaff8ef8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_af.arb @@ -133,5 +133,11 @@ "scrimLabel": "Skerm", "bottomSheetLabel": "Onderste blad", "scrimOnTapHint": "Maak $modalRouteContentName toe", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_am.arb b/packages/flutter_localizations/lib/src/l10n/material_am.arb index b2eab6efa051..9252e27227a8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_am.arb @@ -133,5 +133,11 @@ "scrimLabel": "ገዳቢ", "bottomSheetLabel": "የግርጌ ሉህ", "scrimOnTapHint": "$modalRouteContentNameን ዝጋ", - "keyboardKeyShift": "ቀያይር" + "keyboardKeyShift": "ቀያይር", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index 6df45e659a62..09e0deb146e1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -144,5 +144,11 @@ "scrimLabel": "تمويه", "bottomSheetLabel": "بطاقة سفلية", "scrimOnTapHint": "إغلاق \"$modalRouteContentName\"", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_as.arb b/packages/flutter_localizations/lib/src/l10n/material_as.arb index a9bb5a6b6c25..947cb777e7a8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_as.arb @@ -133,5 +133,11 @@ "scrimLabel": "স্ক্ৰিম", "bottomSheetLabel": "তলৰ শ্বীট", "scrimOnTapHint": "$modalRouteContentName বন্ধ কৰক", - "keyboardKeyShift": "শ্বিফ্ট" + "keyboardKeyShift": "শ্বিফ্ট", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_az.arb b/packages/flutter_localizations/lib/src/l10n/material_az.arb index ad4a58761fd7..ecda4f6a12b2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_az.arb @@ -133,5 +133,11 @@ "scrimLabel": "Kətan", "bottomSheetLabel": "Aşağıdakı Vərəq", "scrimOnTapHint": "Bağlayın: $modalRouteContentName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_be.arb b/packages/flutter_localizations/lib/src/l10n/material_be.arb index 60a78186cc1e..d370cfaf2659 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_be.arb @@ -139,5 +139,11 @@ "scrimLabel": "Палатно", "bottomSheetLabel": "Ніжні аркуш", "scrimOnTapHint": "Закрыць: $modalRouteContentName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bg.arb b/packages/flutter_localizations/lib/src/l10n/material_bg.arb index ff16344212b8..bc18ea7dac76 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bg.arb @@ -134,5 +134,11 @@ "scrimLabel": "Скрим", "bottomSheetLabel": "Долен лист", "scrimOnTapHint": "Затваряне на $modalRouteContentName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bn.arb b/packages/flutter_localizations/lib/src/l10n/material_bn.arb index 5b6fd078e895..cb6809b260c4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bn.arb @@ -133,5 +133,11 @@ "scrimLabel": "স্ক্রিম", "bottomSheetLabel": "স্ক্রিনের নিচে অ্যাটাচ করা শিট", "scrimOnTapHint": "$modalRouteContentName বন্ধ করুন", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bs.arb b/packages/flutter_localizations/lib/src/l10n/material_bs.arb index 0e9816bd3c29..8915688b00ec 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bs.arb @@ -137,5 +137,11 @@ "scrimLabel": "Rubno", "bottomSheetLabel": "Donja tabela", "scrimOnTapHint": "Zatvori: $modalRouteContentName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ca.arb b/packages/flutter_localizations/lib/src/l10n/material_ca.arb index ddc30eccd5ca..031a078b7209 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ca.arb @@ -134,5 +134,11 @@ "scrimLabel": "Fons atenuat", "bottomSheetLabel": "Full inferior", "scrimOnTapHint": "Tanca $modalRouteContentName", - "keyboardKeyShift": "Maj" + "keyboardKeyShift": "Maj", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_cs.arb b/packages/flutter_localizations/lib/src/l10n/material_cs.arb index cf357083b7c5..4dcd0628fb77 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cs.arb @@ -140,5 +140,11 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Spodní tabulka", "scrimOnTapHint": "Zavřít $modalRouteContentName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_cy.arb b/packages/flutter_localizations/lib/src/l10n/material_cy.arb index 8991f87bd9b8..35831c845ec4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cy.arb @@ -144,5 +144,11 @@ "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "Select", "keyboardKeyShift": "Shift", - "keyboardKeySpace": "Space" + "keyboardKeySpace": "Space", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_da.arb b/packages/flutter_localizations/lib/src/l10n/material_da.arb index 3b5ddf9debc5..98d147e92e02 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_da.arb @@ -134,5 +134,11 @@ "scrimLabel": "Dæmpeskærm", "bottomSheetLabel": "Felt i bunden", "scrimOnTapHint": "Luk $modalRouteContentName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index 456260231fa8..f72cfe3c19d5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -135,5 +135,11 @@ "scrimLabel": "Gitter", "bottomSheetLabel": "Ansicht am unteren Rand", "scrimOnTapHint": "$modalRouteContentName schließen", - "keyboardKeyShift": "Umschalttaste" + "keyboardKeyShift": "Umschalttaste", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_el.arb b/packages/flutter_localizations/lib/src/l10n/material_el.arb index 08c66cc3e246..c0727743dc5b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_el.arb @@ -134,5 +134,11 @@ "scrimLabel": "Επικάλυψη", "bottomSheetLabel": "Φύλλο κάτω μέρους", "scrimOnTapHint": "Κλείσιμο $modalRouteContentName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index 5da69cf9375a..18664a22e144 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -454,6 +454,36 @@ "description": "The verb which describes what happens when a collapsed ExpandIcon toggle button is pressed. This is used by TalkBack on Android to replace the default hint on the accessibility action. The verb will be concatenated with a prefix string which describes how to perform the action, which by default is 'double tap to activate'. In the case of US english, this would be 'double tap to expand.' The exact phrasing of the hint will vary based on locale" }, + "expansionTileExpandedHint": "double tap to collapse'", + "@expansionTileExpandedHint": { + "description": "The verb which describes the tap action on an expanded ExpansionTile. This is used by VoiceOver on iOS and macOS. This string will be appended to the collapsedHint string which describes the action to be performed on an expanded ExpansionTile. In the case of US english, this would be 'Expanded\n double tap to collapse.' The exact phrasing of the hint will vary based on locale" + }, + + "expansionTileCollapsedHint": "double tap to expand", + "@expansionTileCollapsedHint": { + "description": "The verb which describes the tap action on a collapsed ExpansionTile. This is used by VoiceOver on iOS and macOS. This string will be appended to the expandedHint string which describes the action to be performed on a collapsed ExpansionTile. In the case of US english, this would be 'Collapsed\n double tap to expand.' The exact phrasing of the hint will vary based on locale" + }, + + "expansionTileExpandedTapHint": "Collapse", + "@expansionTileExpandedTapHint": { + "description": "The verb which describes what happens when an expanded ExpansionTile is pressed. This is used by TalkBack on Android to replace the default hint on the accessibility action. The verb will be concatenated with a prefix string which describes how to perform the action, which by default is 'double tap to activate'. In the case of US english, this would be 'double tap to collapse.' The exact phrasing of the hint will vary based on locale" + }, + + "expansionTileCollapsedTapHint": "Expand for more details", + "@expansionTileCollapsedTapHint": { + "description": "The verb which describes what happens when an expanded ExpansionTile is pressed. This is used by TalkBack on Android to replace the default hint on the accessibility action. The verb will be concatenated with a prefix string which describes how to perform the action, which by default is 'double tap to activate'. In the case of US english, this would be 'double tap to expand for more details.' The exact phrasing of the hint will vary based on locale" + }, + + "expandedHint": "Collapsed", + "@expandedHint": { + "description": "The verb which describes the ExpansionTile state when an expanded ExpansionTile is pressed." + }, + + "collapsedHint": "Expanded", + "@collapsedHint": { + "description": "The verb which describes the ExpansionTile state when a collapsed ExpansionTile is pressed." + }, + "remainingTextFieldCharacterCountZero": "No characters remaining", "@remainingTextFieldCharacterCountZero": { "optional": true diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index 6e583b489ea5..4ceef3a18cc5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -135,5 +135,11 @@ "scrimLabel": "Sombreado", "bottomSheetLabel": "Hoja inferior", "scrimOnTapHint": "Cerrar $modalRouteContentName", - "keyboardKeyShift": "Mayús" + "keyboardKeyShift": "Mayús", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_et.arb b/packages/flutter_localizations/lib/src/l10n/material_et.arb index 32e3ffe288e6..90f8c507a3ba 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_et.arb @@ -134,5 +134,11 @@ "scrimLabel": "Sirm", "bottomSheetLabel": "Alumine leht", "scrimOnTapHint": "Sule $modalRouteContentName", - "keyboardKeyShift": "Tõstuklahv" + "keyboardKeyShift": "Tõstuklahv", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_eu.arb b/packages/flutter_localizations/lib/src/l10n/material_eu.arb index f7b424683a4a..3d0b043d9346 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_eu.arb @@ -133,5 +133,11 @@ "scrimLabel": "Barrera", "bottomSheetLabel": "Behealdeko orria", "scrimOnTapHint": "Itxi $modalRouteContentName", - "keyboardKeyShift": "Maius" + "keyboardKeyShift": "Maius", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index 2263a8949486..7dc1bcde30a9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -134,5 +134,11 @@ "scrimLabel": "رویه", "bottomSheetLabel": "برگ زیرین", "scrimOnTapHint": "بستن $modalRouteContentName", - "keyboardKeyShift": "کلید تبدیل" + "keyboardKeyShift": "کلید تبدیل", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fi.arb b/packages/flutter_localizations/lib/src/l10n/material_fi.arb index 577ab9473c7b..ba4ce53ed144 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fi.arb @@ -134,5 +134,11 @@ "scrimLabel": "Sermi", "bottomSheetLabel": "Alapaneeli", "scrimOnTapHint": "Sulje $modalRouteContentName", - "keyboardKeyShift": "Vaihto" + "keyboardKeyShift": "Vaihto", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fil.arb b/packages/flutter_localizations/lib/src/l10n/material_fil.arb index da2772cbf60e..c1541844e620 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fil.arb @@ -134,5 +134,11 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Isara ang $modalRouteContentName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index 409d04a02137..39f5122f0b50 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -135,5 +135,11 @@ "scrimLabel": "Fond", "bottomSheetLabel": "Bottom sheet", "scrimOnTapHint": "Fermer $modalRouteContentName", - "keyboardKeyShift": "Maj" + "keyboardKeyShift": "Maj", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gl.arb b/packages/flutter_localizations/lib/src/l10n/material_gl.arb index bd837af07ff2..0e8a200638d8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gl.arb @@ -135,5 +135,11 @@ "scrimLabel": "Sombreado", "bottomSheetLabel": "Panel inferior", "scrimOnTapHint": "Pechar $modalRouteContentName", - "keyboardKeyShift": "Maiús" + "keyboardKeyShift": "Maiús", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index 8256c96802c6..f8a66c88c246 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -134,5 +134,11 @@ "scrimLabel": "Gitter", "bottomSheetLabel": "Ansicht am unteren Rand", "scrimOnTapHint": "$modalRouteContentName schließen", - "keyboardKeyShift": "Umschalttaste" + "keyboardKeyShift": "Umschalttaste", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gu.arb b/packages/flutter_localizations/lib/src/l10n/material_gu.arb index 0b28642bb70c..053afe5f3ced 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gu.arb @@ -133,5 +133,11 @@ "scrimLabel": "સ્ક્રિમ", "bottomSheetLabel": "બોટમ શીટ", "scrimOnTapHint": "$modalRouteContentNameને બંધ કરો", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index c1eff8633a41..73991d6c8eed 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -140,5 +140,11 @@ "scrimLabel": "מיסוך", "bottomSheetLabel": "גיליון תחתון", "scrimOnTapHint": "סגירת $modalRouteContentName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hi.arb b/packages/flutter_localizations/lib/src/l10n/material_hi.arb index 76ee60f666f4..4ccdf9001945 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hi.arb @@ -134,5 +134,11 @@ "scrimLabel": "स्क्रिम", "bottomSheetLabel": "बॉटम शीट", "scrimOnTapHint": "$modalRouteContentName को बंद करें", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hr.arb b/packages/flutter_localizations/lib/src/l10n/material_hr.arb index adebcc4381f9..1a199173f4a0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hr.arb @@ -137,5 +137,11 @@ "scrimLabel": "Rubno", "bottomSheetLabel": "Donja tablica", "scrimOnTapHint": "Zatvori $modalRouteContentName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hu.arb b/packages/flutter_localizations/lib/src/l10n/material_hu.arb index 05ea6b4e23c6..654be0587952 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hu.arb @@ -134,5 +134,11 @@ "scrimLabel": "Borítás", "bottomSheetLabel": "Alsó lap", "scrimOnTapHint": "$modalRouteContentName bezárása", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hy.arb b/packages/flutter_localizations/lib/src/l10n/material_hy.arb index ceabf855a7b7..4e1d29cc2812 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hy.arb @@ -139,5 +139,11 @@ "scrimLabel": "Դիմակ", "bottomSheetLabel": "Ներքևի էկրան", "scrimOnTapHint": "Փակել՝ $modalRouteContentName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_id.arb b/packages/flutter_localizations/lib/src/l10n/material_id.arb index dbb8fa01e74b..e48f988c2029 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_id.arb @@ -134,5 +134,11 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Sheet Bawah", "scrimOnTapHint": "Tutup $modalRouteContentName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_is.arb b/packages/flutter_localizations/lib/src/l10n/material_is.arb index 1514322272b4..2dfd4ed24fc0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_is.arb @@ -133,5 +133,11 @@ "scrimLabel": "Möskvi", "bottomSheetLabel": "Blað neðst", "scrimOnTapHint": "Loka $modalRouteContentName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index 6359a7aa7148..9f7f4a8303e1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -134,5 +134,11 @@ "scrimLabel": "Rete", "bottomSheetLabel": "Riquadro inferiore", "scrimOnTapHint": "Chiudi $modalRouteContentName", - "keyboardKeyShift": "Maiusc" + "keyboardKeyShift": "Maiusc", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index b619a7733a5f..59f145fe45be 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -134,5 +134,11 @@ "scrimLabel": "スクリム", "bottomSheetLabel": "ボトムシート", "scrimOnTapHint": "$modalRouteContentName を閉じる", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ka.arb b/packages/flutter_localizations/lib/src/l10n/material_ka.arb index 193cd8058a8b..36ff3fe76172 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ka.arb @@ -133,5 +133,11 @@ "scrimLabel": "სკრიმი", "bottomSheetLabel": "ქვედა ფურცელი", "scrimOnTapHint": "$modalRouteContentName-ის დახურვა", - "keyboardKeyShift": "ცვლა" + "keyboardKeyShift": "ცვლა", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kk.arb b/packages/flutter_localizations/lib/src/l10n/material_kk.arb index 593da5307900..b35d5989d8fb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kk.arb @@ -135,5 +135,11 @@ "scrimLabel": "Кенеп", "bottomSheetLabel": "Төменгі парақша", "scrimOnTapHint": "$modalRouteContentName жабу", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_km.arb b/packages/flutter_localizations/lib/src/l10n/material_km.arb index 9a19dbe0046a..7d61ff71db53 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_km.arb @@ -134,5 +134,11 @@ "scrimLabel": "ផ្ទាំងស្រអាប់", "bottomSheetLabel": "សន្លឹក​ខាងក្រោម", "scrimOnTapHint": "បិទ $modalRouteContentName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kn.arb b/packages/flutter_localizations/lib/src/l10n/material_kn.arb index 5d17fe35bb08..7beddc5670de 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kn.arb @@ -133,5 +133,11 @@ "scrimLabel": "\u0cb8\u0ccd\u0c95\u0ccd\u0cb0\u0cbf\u0cae\u0ccd", "bottomSheetLabel": "\u0c95\u0cc6\u0cb3\u0cad\u0cbe\u0c97\u0ca6\u0020\u0cb6\u0cc0\u0c9f\u0ccd", "scrimOnTapHint": "\u0024\u006d\u006f\u0064\u0061\u006c\u0052\u006f\u0075\u0074\u0065\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u004e\u0061\u006d\u0065\u0020\u0c85\u0ca8\u0ccd\u0ca8\u0cc1\u0020\u0cae\u0cc1\u0c9a\u0ccd\u0c9a\u0cbf\u0cb0\u0cbf", - "keyboardKeyShift": "\u0053\u0068\u0069\u0066\u0074" + "keyboardKeyShift": "\u0053\u0068\u0069\u0066\u0074", + "expansionTileExpandedHint": "\u0064\u006f\u0075\u0062\u006c\u0065\u0020\u0074\u0061\u0070\u0020\u0074\u006f\u0020\u0063\u006f\u006c\u006c\u0061\u0070\u0073\u0065\u0027", + "expansionTileCollapsedHint": "\u0064\u006f\u0075\u0062\u006c\u0065\u0020\u0074\u0061\u0070\u0020\u0074\u006f\u0020\u0065\u0078\u0070\u0061\u006e\u0064", + "expansionTileExpandedTapHint": "\u0043\u006f\u006c\u006c\u0061\u0070\u0073\u0065", + "expansionTileCollapsedTapHint": "\u0045\u0078\u0070\u0061\u006e\u0064\u0020\u0066\u006f\u0072\u0020\u006d\u006f\u0072\u0065\u0020\u0064\u0065\u0074\u0061\u0069\u006c\u0073", + "expandedHint": "\u0043\u006f\u006c\u006c\u0061\u0070\u0073\u0065\u0064", + "collapsedHint": "\u0045\u0078\u0070\u0061\u006e\u0064\u0065\u0064" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index 6acc914885a0..b0d7fc88f3cf 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -134,5 +134,11 @@ "scrimLabel": "스크림", "bottomSheetLabel": "하단 시트", "scrimOnTapHint": "$modalRouteContentName 닫기", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ky.arb b/packages/flutter_localizations/lib/src/l10n/material_ky.arb index 9b1756f78bea..e751ea37e869 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ky.arb @@ -133,5 +133,11 @@ "scrimLabel": "Кенеп", "bottomSheetLabel": "Ылдыйкы экран", "scrimOnTapHint": "$modalRouteContentName жабуу", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lo.arb b/packages/flutter_localizations/lib/src/l10n/material_lo.arb index fa20fbfb8a66..c28b7be49d15 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lo.arb @@ -133,5 +133,11 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "ຊີດລຸ່ມສຸດ", "scrimOnTapHint": "ປິດ $modalRouteContentName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lt.arb b/packages/flutter_localizations/lib/src/l10n/material_lt.arb index 66c6d724436d..82bf6e24c493 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lt.arb @@ -140,5 +140,11 @@ "scrimLabel": "Užsklanda", "bottomSheetLabel": "Apatinis lapas", "scrimOnTapHint": "Uždaryti „$modalRouteContentName“", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lv.arb b/packages/flutter_localizations/lib/src/l10n/material_lv.arb index 2aff549e7d84..62bdf7edf9ce 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lv.arb @@ -135,5 +135,11 @@ "scrimLabel": "Pārklājums", "bottomSheetLabel": "Ekrāna apakšdaļas lapa", "scrimOnTapHint": "Aizvērt $modalRouteContentName", - "keyboardKeyShift": "Pārslēgšanas taustiņš" + "keyboardKeyShift": "Pārslēgšanas taustiņš", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mk.arb b/packages/flutter_localizations/lib/src/l10n/material_mk.arb index 6864d97ce720..8f479b8883f6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mk.arb @@ -133,5 +133,11 @@ "scrimLabel": "Скрим", "bottomSheetLabel": "Долен лист", "scrimOnTapHint": "Затворете ја $modalRouteContentName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ml.arb b/packages/flutter_localizations/lib/src/l10n/material_ml.arb index 2d7e93cbca87..bda009d4b303 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ml.arb @@ -133,5 +133,11 @@ "scrimLabel": "സ്ക്രിം", "bottomSheetLabel": "ബോട്ടം ഷീറ്റ്", "scrimOnTapHint": "$modalRouteContentName അടയ്ക്കുക", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mn.arb b/packages/flutter_localizations/lib/src/l10n/material_mn.arb index 4aed1be7f379..9d2cd4634170 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mn.arb @@ -135,5 +135,11 @@ "scrimLabel": "Скрим", "bottomSheetLabel": "Доод хүснэгт", "scrimOnTapHint": "$modalRouteContentName-г хаах", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mr.arb b/packages/flutter_localizations/lib/src/l10n/material_mr.arb index 9132365c5722..35b68b550335 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mr.arb @@ -135,5 +135,11 @@ "scrimLabel": "स्क्रिम", "bottomSheetLabel": "तळाशी असलेली शीट", "scrimOnTapHint": "$modalRouteContentName बंद करा", - "keyboardKeyShift": "शिफ्ट" + "keyboardKeyShift": "शिफ्ट", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ms.arb b/packages/flutter_localizations/lib/src/l10n/material_ms.arb index 604053132356..fed2636a7f5e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ms.arb @@ -135,5 +135,11 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Helaian Bawah", "scrimOnTapHint": "Tutup $modalRouteContentName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_my.arb b/packages/flutter_localizations/lib/src/l10n/material_my.arb index 1b2d3093c9d3..b29091ee06c9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_my.arb @@ -133,5 +133,11 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "အောက်ခြေအပိုဆောင်း စာမျက်နှာ", "scrimOnTapHint": "$modalRouteContentName ပိတ်ရန်", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nb.arb b/packages/flutter_localizations/lib/src/l10n/material_nb.arb index ca0c2545a513..f8e53f425d0e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nb.arb @@ -132,5 +132,11 @@ "scrimLabel": "Vev", "bottomSheetLabel": "Felt nederst", "scrimOnTapHint": "Lukk $modalRouteContentName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ne.arb b/packages/flutter_localizations/lib/src/l10n/material_ne.arb index 3d962fc0d014..55c65de2de7d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ne.arb @@ -133,5 +133,11 @@ "scrimLabel": "स्क्रिम", "bottomSheetLabel": "पुछारको पाना", "scrimOnTapHint": "$modalRouteContentName बन्द गर्नुहोस्", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index 525cb362bcb1..090aa051e3d2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -134,5 +134,11 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Blad onderaan", "scrimOnTapHint": "$modalRouteContentName sluiten", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_no.arb b/packages/flutter_localizations/lib/src/l10n/material_no.arb index ca0c2545a513..f8e53f425d0e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_no.arb @@ -132,5 +132,11 @@ "scrimLabel": "Vev", "bottomSheetLabel": "Felt nederst", "scrimOnTapHint": "Lukk $modalRouteContentName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_or.arb b/packages/flutter_localizations/lib/src/l10n/material_or.arb index 3c4407d8be6b..834be306eb5b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_or.arb @@ -133,5 +133,11 @@ "scrimLabel": "ସ୍କ୍ରିମ", "bottomSheetLabel": "ବଟମ ସିଟ", "scrimOnTapHint": "$modalRouteContentNameକୁ ବନ୍ଦ କରନ୍ତୁ", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pa.arb b/packages/flutter_localizations/lib/src/l10n/material_pa.arb index e7c984ee62af..c0d9ba71e3c0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pa.arb @@ -133,5 +133,11 @@ "scrimLabel": "ਸਕ੍ਰਿਮ", "bottomSheetLabel": "ਹੇਠਲੀ ਸ਼ੀਟ", "scrimOnTapHint": "$modalRouteContentName ਨੂੰ ਬੰਦ ਕਰੋ", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index 815d8babccdd..3385571c5809 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -140,5 +140,11 @@ "scrimLabel": "Siatka", "bottomSheetLabel": "Plansza dolna", "scrimOnTapHint": "Zamknij: $modalRouteContentName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ps.arb b/packages/flutter_localizations/lib/src/l10n/material_ps.arb index 68549555be5a..524bb28c8f0f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ps.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ps.arb @@ -135,5 +135,11 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Close $modalRouteName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index 2aea6008b738..e34cb8d5516c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -136,5 +136,11 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Página inferior", "scrimOnTapHint": "Fechar $modalRouteContentName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/flutter_localizations/lib/src/l10n/material_ro.arb index deead9a1548e..2c909c41cd0d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ro.arb @@ -138,5 +138,11 @@ "scrimLabel": "Material", "bottomSheetLabel": "Foaie din partea de jos", "scrimOnTapHint": "Închideți $modalRouteContentName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index 31c87f0ff76d..3027f585c2fb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -141,5 +141,11 @@ "scrimLabel": "Маска", "bottomSheetLabel": "Нижний экран", "scrimOnTapHint": "Закрыть $modalRouteContentName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_si.arb b/packages/flutter_localizations/lib/src/l10n/material_si.arb index 2ead68550c4d..f4acf36a7f9a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_si.arb @@ -133,5 +133,11 @@ "scrimLabel": "ස්ක්‍රිම්", "bottomSheetLabel": "පහළම පත්‍රය", "scrimOnTapHint": "$modalRouteContentName වසන්න", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sk.arb b/packages/flutter_localizations/lib/src/l10n/material_sk.arb index 8d9b1c033d9d..deb8c5e77349 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sk.arb @@ -140,5 +140,11 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Dolný hárok", "scrimOnTapHint": "Zavrieť $modalRouteContentName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sl.arb b/packages/flutter_localizations/lib/src/l10n/material_sl.arb index 8cd64acab7dd..dd6941d07063 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sl.arb @@ -140,5 +140,11 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Razdelek na dnu zaslona", "scrimOnTapHint": "Zapiranje »$modalRouteContentName«", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sq.arb b/packages/flutter_localizations/lib/src/l10n/material_sq.arb index 42951ab520aa..123b5e490d7a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sq.arb @@ -133,5 +133,11 @@ "scrimLabel": "Kanavacë", "bottomSheetLabel": "Fleta e poshtme", "scrimOnTapHint": "Mbyll $modalRouteContentName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr.arb b/packages/flutter_localizations/lib/src/l10n/material_sr.arb index c41f517ddd5d..c041c7c1ef0d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr.arb @@ -137,5 +137,11 @@ "scrimLabel": "Скрим", "bottomSheetLabel": "Доња табела", "scrimOnTapHint": "Затвори: $modalRouteContentName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sv.arb b/packages/flutter_localizations/lib/src/l10n/material_sv.arb index b10cb655d369..e73b740fdf89 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sv.arb @@ -134,5 +134,11 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Ark på nedre delen av skärmen", "scrimOnTapHint": "Stäng $modalRouteContentName", - "keyboardKeyShift": "Skift" + "keyboardKeyShift": "Skift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sw.arb b/packages/flutter_localizations/lib/src/l10n/material_sw.arb index 6032f97c429a..518629e6eb90 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sw.arb @@ -135,5 +135,11 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Safu ya Chini", "scrimOnTapHint": "Funga $modalRouteContentName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ta.arb b/packages/flutter_localizations/lib/src/l10n/material_ta.arb index ed3c9f39b107..0fbc0d4947ad 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ta.arb @@ -135,5 +135,11 @@ "scrimLabel": "ஸ்க்ரிம்", "bottomSheetLabel": "கீழ்த் திரை", "scrimOnTapHint": "$modalRouteContentName ஐ மூடுக", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_te.arb b/packages/flutter_localizations/lib/src/l10n/material_te.arb index 054760e4ccc3..39223608f175 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_te.arb @@ -133,5 +133,11 @@ "scrimLabel": "స్క్రిమ్", "bottomSheetLabel": "దిగువున ఉన్న షీట్", "scrimOnTapHint": "$modalRouteContentName‌ను మూసివేయండి", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/flutter_localizations/lib/src/l10n/material_th.arb index efee750279ce..9ee0ceedaae6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_th.arb @@ -134,5 +134,11 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "ปิด $modalRouteContentName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tl.arb b/packages/flutter_localizations/lib/src/l10n/material_tl.arb index da2772cbf60e..c1541844e620 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tl.arb @@ -134,5 +134,11 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Isara ang $modalRouteContentName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index 84ccef72644d..87566e4ae902 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -134,5 +134,11 @@ "scrimLabel": "opaklık katmanı", "bottomSheetLabel": "alt sayfa", "scrimOnTapHint": "$modalRouteContentName içeriğini kapat", - "keyboardKeyShift": "üst karakter" + "keyboardKeyShift": "üst karakter", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uk.arb b/packages/flutter_localizations/lib/src/l10n/material_uk.arb index 680046132d02..f1edc1028ea9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uk.arb @@ -140,5 +140,11 @@ "scrimLabel": "Маскувальний фон", "bottomSheetLabel": "Нижній екран", "scrimOnTapHint": "Закрити: $modalRouteContentName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index 94eba546c016..32b7f08e28e7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -134,5 +134,11 @@ "scrimLabel": "اسکریم", "bottomSheetLabel": "نیچے کی شیٹ", "scrimOnTapHint": "$modalRouteContentName بند کریں", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uz.arb b/packages/flutter_localizations/lib/src/l10n/material_uz.arb index 050fdb4e0995..8ddf03cd2ca9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uz.arb @@ -133,5 +133,11 @@ "scrimLabel": "Kanop", "bottomSheetLabel": "Quyi ekran", "scrimOnTapHint": "Yopish: $modalRouteContentName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_vi.arb b/packages/flutter_localizations/lib/src/l10n/material_vi.arb index 3fa7dcf2d895..d4bd90f6d3cf 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_vi.arb @@ -134,5 +134,11 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Bảng dưới cùng", "scrimOnTapHint": "Đóng $modalRouteContentName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index bfcc7cd023fd..4e6cd306ca9c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -134,5 +134,11 @@ "scrimLabel": "纱罩", "bottomSheetLabel": "底部动作条", "scrimOnTapHint": "关闭 $modalRouteContentName", - "keyboardKeyShift": "Shift" + "keyboardKeyShift": "Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zu.arb b/packages/flutter_localizations/lib/src/l10n/material_zu.arb index f3621c1711af..76dd7b1e5b8f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zu.arb @@ -133,5 +133,11 @@ "scrimLabel": "I-Scrim", "bottomSheetLabel": "Ishidi Eliphansi", "scrimOnTapHint": "Vala i-$modalRouteContentName", - "keyboardKeyShift": "U-Shift" + "keyboardKeyShift": "U-Shift", + "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/test/material/translations_test.dart b/packages/flutter_localizations/test/material/translations_test.dart index 38583e82455b..523ca8d64939 100644 --- a/packages/flutter_localizations/test/material/translations_test.dart +++ b/packages/flutter_localizations/test/material/translations_test.dart @@ -50,6 +50,10 @@ void main() { expect(localizations.alertDialogLabel, isNotNull); expect(localizations.collapsedIconTapHint, isNotNull); expect(localizations.expandedIconTapHint, isNotNull); + expect(localizations.expansionTileExpandedHint, isNotNull); + expect(localizations.expansionTileCollapsedHint, isNotNull); + expect(localizations.collapsedHint, isNotNull); + expect(localizations.expandedHint, isNotNull); expect(localizations.refreshIndicatorSemanticLabel, isNotNull); expect(localizations.remainingTextFieldCharacterCount(0), isNotNull); From f01143e30dad60f68cb602d9ab11122443e36f61 Mon Sep 17 00:00:00 2001 From: Tae Hyung Kim Date: Tue, 11 Apr 2023 16:54:54 -0700 Subject: [PATCH 236/327] Fix gen_date_localizations script and regenerate (#124547) Internal bug: b/256596915 Turns out we need to regenerate date localizations in order for the `intl` package to be setup properly within Flutter. This PR fixes the script (since it assumes the use of the old `.packages` way of handling packages), and regenerates the `generated_date_localizations.dart` file. --- .../test/material/date_picker_test.dart | 2 +- .../test/material/date_time_test.dart | 16 ++++++++++++++++ .../test/material/translations_test.dart | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/packages/flutter_localizations/test/material/date_picker_test.dart b/packages/flutter_localizations/test/material/date_picker_test.dart index 388bff225ae1..4d7984465c31 100644 --- a/packages/flutter_localizations/test/material/date_picker_test.dart +++ b/packages/flutter_localizations/test/material/date_picker_test.dart @@ -31,7 +31,7 @@ void main() { // Tests a different first day of week. const Locale('ru', 'RU'): { 'textDirection': TextDirection.ltr, - 'expectedDaysOfWeek': ['пн', 'вт', 'ср', 'чт', 'пт', 'сб', 'вс'], + 'expectedDaysOfWeek': ['В', 'П', 'В', 'С', 'Ч', 'П', 'С',], 'expectedDaysOfMonth': List.generate(30, (int i) => '${i + 1}'), 'expectedMonthYearHeader': 'сентябрь 2017 г.', }, diff --git a/packages/flutter_localizations/test/material/date_time_test.dart b/packages/flutter_localizations/test/material/date_time_test.dart index 3151df95c577..6fb4aece19af 100644 --- a/packages/flutter_localizations/test/material/date_time_test.dart +++ b/packages/flutter_localizations/test/material/date_time_test.dart @@ -193,6 +193,22 @@ void main() { expect(dateFormat.locale, 'en_US'); }); + + testWidgets('cy is initialized correctly by Flutter when DateFormat is used', (WidgetTester tester) async { + late DateFormat dateFormat; + + await tester.pumpWidget(MaterialApp( + locale: const Locale('cy'), + localizationsDelegates: GlobalMaterialLocalizations.delegates, + home: Builder(builder: (BuildContext context) { + dateFormat = DateFormat.yMMMd('cy'); + return Container(); + }), + )); + + expect(dateFormat.locale, 'cy'); + expect(dateFormat.format(DateTime(2023, 4, 10, 2, 32)), equals('10 Ebr 2023')); + }); } enum DateType { year, medium, full, monthYear } diff --git a/packages/flutter_localizations/test/material/translations_test.dart b/packages/flutter_localizations/test/material/translations_test.dart index 523ca8d64939..4a4866ab727b 100644 --- a/packages/flutter_localizations/test/material/translations_test.dart +++ b/packages/flutter_localizations/test/material/translations_test.dart @@ -176,7 +176,7 @@ void main() { expect(localizations.formatFullDate(DateTime(2015, 7, 23)), 'Thursday, 23 July 2015'); localizations = await GlobalMaterialLocalizations.delegate.load(const Locale('es')); - expect(localizations.formatMediumDate(DateTime(2015, 7, 23)), 'jue., 23 jul.'); + expect(localizations.formatMediumDate(DateTime(2015, 7, 23)), 'jue, 23 jul'); expect(localizations.formatFullDate(DateTime(2015, 7, 23)), 'jueves, 23 de julio de 2015'); localizations = await GlobalMaterialLocalizations.delegate.load(const Locale('de')); From bfd07300c5501b0320ec5d98248a2d2ef1c52897 Mon Sep 17 00:00:00 2001 From: Justin McCandless Date: Wed, 12 Apr 2023 15:15:05 -0700 Subject: [PATCH 237/327] Localize the 'No Replacements Found' spell check string (#124259) Localize the 'No Replacements Found' spell check string --- .../lib/src/l10n/cupertino_af.arb | 3 +- .../lib/src/l10n/cupertino_am.arb | 3 +- .../lib/src/l10n/cupertino_ar.arb | 3 +- .../lib/src/l10n/cupertino_as.arb | 3 +- .../lib/src/l10n/cupertino_az.arb | 3 +- .../lib/src/l10n/cupertino_be.arb | 3 +- .../lib/src/l10n/cupertino_bg.arb | 3 +- .../lib/src/l10n/cupertino_bn.arb | 3 +- .../lib/src/l10n/cupertino_bs.arb | 3 +- .../lib/src/l10n/cupertino_ca.arb | 3 +- .../lib/src/l10n/cupertino_cs.arb | 3 +- .../lib/src/l10n/cupertino_cy.arb | 3 +- .../lib/src/l10n/cupertino_da.arb | 3 +- .../lib/src/l10n/cupertino_de.arb | 3 +- .../lib/src/l10n/cupertino_el.arb | 3 +- .../lib/src/l10n/cupertino_en.arb | 5 + .../lib/src/l10n/cupertino_es.arb | 3 +- .../lib/src/l10n/cupertino_et.arb | 3 +- .../lib/src/l10n/cupertino_eu.arb | 3 +- .../lib/src/l10n/cupertino_fa.arb | 3 +- .../lib/src/l10n/cupertino_fi.arb | 3 +- .../lib/src/l10n/cupertino_fil.arb | 3 +- .../lib/src/l10n/cupertino_fr.arb | 3 +- .../lib/src/l10n/cupertino_gl.arb | 3 +- .../lib/src/l10n/cupertino_gsw.arb | 3 +- .../lib/src/l10n/cupertino_gu.arb | 3 +- .../lib/src/l10n/cupertino_he.arb | 3 +- .../lib/src/l10n/cupertino_hi.arb | 3 +- .../lib/src/l10n/cupertino_hr.arb | 3 +- .../lib/src/l10n/cupertino_hu.arb | 3 +- .../lib/src/l10n/cupertino_hy.arb | 3 +- .../lib/src/l10n/cupertino_id.arb | 3 +- .../lib/src/l10n/cupertino_is.arb | 3 +- .../lib/src/l10n/cupertino_it.arb | 3 +- .../lib/src/l10n/cupertino_ja.arb | 3 +- .../lib/src/l10n/cupertino_ka.arb | 3 +- .../lib/src/l10n/cupertino_kk.arb | 3 +- .../lib/src/l10n/cupertino_km.arb | 3 +- .../lib/src/l10n/cupertino_kn.arb | 3 +- .../lib/src/l10n/cupertino_ko.arb | 3 +- .../lib/src/l10n/cupertino_ky.arb | 3 +- .../lib/src/l10n/cupertino_lo.arb | 3 +- .../lib/src/l10n/cupertino_lt.arb | 3 +- .../lib/src/l10n/cupertino_lv.arb | 3 +- .../lib/src/l10n/cupertino_mk.arb | 3 +- .../lib/src/l10n/cupertino_ml.arb | 3 +- .../lib/src/l10n/cupertino_mn.arb | 3 +- .../lib/src/l10n/cupertino_mr.arb | 3 +- .../lib/src/l10n/cupertino_ms.arb | 3 +- .../lib/src/l10n/cupertino_my.arb | 3 +- .../lib/src/l10n/cupertino_nb.arb | 3 +- .../lib/src/l10n/cupertino_ne.arb | 3 +- .../lib/src/l10n/cupertino_nl.arb | 3 +- .../lib/src/l10n/cupertino_no.arb | 3 +- .../lib/src/l10n/cupertino_or.arb | 3 +- .../lib/src/l10n/cupertino_pa.arb | 3 +- .../lib/src/l10n/cupertino_pl.arb | 3 +- .../lib/src/l10n/cupertino_pt.arb | 3 +- .../lib/src/l10n/cupertino_ro.arb | 3 +- .../lib/src/l10n/cupertino_ru.arb | 3 +- .../lib/src/l10n/cupertino_si.arb | 3 +- .../lib/src/l10n/cupertino_sk.arb | 3 +- .../lib/src/l10n/cupertino_sl.arb | 3 +- .../lib/src/l10n/cupertino_sq.arb | 3 +- .../lib/src/l10n/cupertino_sr.arb | 3 +- .../lib/src/l10n/cupertino_sv.arb | 3 +- .../lib/src/l10n/cupertino_sw.arb | 3 +- .../lib/src/l10n/cupertino_ta.arb | 3 +- .../lib/src/l10n/cupertino_te.arb | 3 +- .../lib/src/l10n/cupertino_th.arb | 3 +- .../lib/src/l10n/cupertino_tl.arb | 3 +- .../lib/src/l10n/cupertino_tr.arb | 3 +- .../lib/src/l10n/cupertino_uk.arb | 3 +- .../lib/src/l10n/cupertino_ur.arb | 3 +- .../lib/src/l10n/cupertino_uz.arb | 3 +- .../lib/src/l10n/cupertino_vi.arb | 3 +- .../lib/src/l10n/cupertino_zh.arb | 3 +- .../lib/src/l10n/cupertino_zu.arb | 3 +- .../generated_cupertino_localizations.dart | 234 ++++++++++++++++++ 79 files changed, 393 insertions(+), 77 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb index 5033574cc93c..1f96f95a55a0 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "Kies alles", "tabSemanticsLabel": "Oortjie $tabIndex van $tabCount", "modalBarrierDismissLabel": "Maak toe", - "searchTextFieldPlaceholderLabel": "Soek" + "searchTextFieldPlaceholderLabel": "Soek", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb index 6a5a54c0bb4f..d3de14de4340 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "ሁሉንም ምረጥ", "tabSemanticsLabel": "ትር $tabIndex ከ$tabCount", "modalBarrierDismissLabel": "አሰናብት", - "searchTextFieldPlaceholderLabel": "ፍለጋ" + "searchTextFieldPlaceholderLabel": "ፍለጋ", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb index 2c66c1ca529c..6f61d6b28544 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb @@ -41,5 +41,6 @@ "selectAllButtonLabel": "اختيار الكل", "tabSemanticsLabel": "علامة التبويب $tabIndex من $tabCount", "modalBarrierDismissLabel": "رفض", - "searchTextFieldPlaceholderLabel": "بحث" + "searchTextFieldPlaceholderLabel": "بحث", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb index 576d441b2fcc..e40478d282f6 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "সকলো বাছনি কৰক", "tabSemanticsLabel": "$tabCount টা টেবৰ $tabIndex নম্বৰটো", "modalBarrierDismissLabel": "অগ্ৰাহ্য কৰক", - "searchTextFieldPlaceholderLabel": "সন্ধান কৰক" + "searchTextFieldPlaceholderLabel": "সন্ধান কৰক", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb index cd1a081e6c53..36b8ebb3f5aa 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "Hamısını seçin", "tabSemanticsLabel": "Tab $tabIndex/$tabCount", "modalBarrierDismissLabel": "İmtina edin", - "searchTextFieldPlaceholderLabel": "Axtarın" + "searchTextFieldPlaceholderLabel": "Axtarın", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb index b40baa93d137..2ac08c1cf528 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb @@ -31,5 +31,6 @@ "selectAllButtonLabel": "Выбраць усе", "tabSemanticsLabel": "Укладка $tabIndex з $tabCount", "modalBarrierDismissLabel": "Адхіліць", - "searchTextFieldPlaceholderLabel": "Пошук" + "searchTextFieldPlaceholderLabel": "Пошук", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb index aa7941d440c7..70dbfb2554b2 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "Избиране на всички", "tabSemanticsLabel": "Раздел $tabIndex от $tabCount", "modalBarrierDismissLabel": "Отхвърляне", - "searchTextFieldPlaceholderLabel": "Търсене" + "searchTextFieldPlaceholderLabel": "Търсене", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb index 9fc15d17bc7c..a69f8b2575a8 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "সব বেছে নিন", "tabSemanticsLabel": "$tabCount-এর মধ্যে $tabIndex নম্বর ট্যাব", "modalBarrierDismissLabel": "খারিজ করুন", - "searchTextFieldPlaceholderLabel": "সার্চ করুন" + "searchTextFieldPlaceholderLabel": "সার্চ করুন", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb index 1954ba63b5f5..5a0039f51e95 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb @@ -26,5 +26,6 @@ "selectAllButtonLabel": "Odaberi sve", "tabSemanticsLabel": "Kartica $tabIndex od $tabCount", "modalBarrierDismissLabel": "Odbaci", - "searchTextFieldPlaceholderLabel": "Pretraživanje" + "searchTextFieldPlaceholderLabel": "Pretraživanje", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb index 8078df13f71d..9f0fa56d2d6e 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "Selecciona-ho tot", "tabSemanticsLabel": "Pestanya $tabIndex de $tabCount", "modalBarrierDismissLabel": "Ignora", - "searchTextFieldPlaceholderLabel": "Cerca" + "searchTextFieldPlaceholderLabel": "Cerca", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb index 1d3303209392..bf8c3c0efdf5 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb @@ -31,5 +31,6 @@ "selectAllButtonLabel": "Vybrat vše", "tabSemanticsLabel": "Karta $tabIndex z $tabCount", "modalBarrierDismissLabel": "Zavřít", - "searchTextFieldPlaceholderLabel": "Hledat" + "searchTextFieldPlaceholderLabel": "Hledat", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb index 8dcf0d245103..4ca5372dbe5e 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb @@ -41,5 +41,6 @@ "pasteButtonLabel": "Gludo", "selectAllButtonLabel": "Dewis y Cyfan", "searchTextFieldPlaceholderLabel": "Chwilio", - "modalBarrierDismissLabel": "Diystyru" + "modalBarrierDismissLabel": "Diystyru", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb index bc0eed5f6789..c98e5d763c17 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "Vælg alle", "tabSemanticsLabel": "Fane $tabIndex af $tabCount", "modalBarrierDismissLabel": "Afvis", - "searchTextFieldPlaceholderLabel": "Søg" + "searchTextFieldPlaceholderLabel": "Søg", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb index 67946cab2417..df870f03a041 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "Alles auswählen", "tabSemanticsLabel": "Tab $tabIndex von $tabCount", "modalBarrierDismissLabel": "Schließen", - "searchTextFieldPlaceholderLabel": "Suche" + "searchTextFieldPlaceholderLabel": "Suche", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb index 243737082826..8020296f5b88 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "Επιλογή όλων", "tabSemanticsLabel": "Καρτέλα $tabIndex από $tabCount", "modalBarrierDismissLabel": "Παράβλεψη", - "searchTextFieldPlaceholderLabel": "Αναζήτηση" + "searchTextFieldPlaceholderLabel": "Αναζήτηση", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb index a14a618bc0e0..2c003f7d5b41 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb @@ -165,6 +165,11 @@ "description": "The label for select-all buttons and menu items. The reference abbreviation is what iOS shows on text selection toolbars." }, + "noSpellCheckReplacementsLabel": "No Replacements Found", + "@noSpellCheckReplacementsLabel": { + "description": "The label shown in the text selection context menu on iOS when a misspelled word is tapped but the spell checker found no reasonable fixes for it." + }, + "searchTextFieldPlaceholderLabel": "Search", "@searchTextFieldPlaceholderLabel": { "description": "The default placeholder label used in an iOS styled search bar." diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb index a1585a3e29c4..d245e1d6e6aa 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "Seleccionar todos", "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "modalBarrierDismissLabel": "Cerrar", - "searchTextFieldPlaceholderLabel": "Buscar" + "searchTextFieldPlaceholderLabel": "Buscar", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb index f59244fd72de..b584e67feae5 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "Vali kõik", "tabSemanticsLabel": "$tabIndex. vaheleht $tabCount-st", "modalBarrierDismissLabel": "Loobu", - "searchTextFieldPlaceholderLabel": "Otsige" + "searchTextFieldPlaceholderLabel": "Otsige", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb index 445d91888d92..d1882a4259d4 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "Hautatu guztiak", "tabSemanticsLabel": "$tabIndex/$tabCount fitxa", "modalBarrierDismissLabel": "Baztertu", - "searchTextFieldPlaceholderLabel": "Bilatu" + "searchTextFieldPlaceholderLabel": "Bilatu", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb index a73cb078bc6c..63cd8734e083 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "انتخاب همه", "tabSemanticsLabel": "برگه $tabIndex از $tabCount", "modalBarrierDismissLabel": "نپذیرفتن", - "searchTextFieldPlaceholderLabel": "جستجو" + "searchTextFieldPlaceholderLabel": "جستجو", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb index 007fa34dccba..dbae7c6bc277 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "Valitse kaikki", "tabSemanticsLabel": "Välilehti $tabIndex/$tabCount", "modalBarrierDismissLabel": "Ohita", - "searchTextFieldPlaceholderLabel": "Hae" + "searchTextFieldPlaceholderLabel": "Hae", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb index 8d3ae083f853..89396f80a54f 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "Piliin Lahat", "tabSemanticsLabel": "Tab $tabIndex ng $tabCount", "modalBarrierDismissLabel": "I-dismiss", - "searchTextFieldPlaceholderLabel": "Hanapin" + "searchTextFieldPlaceholderLabel": "Hanapin", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb index 312afc58b25d..069b9a19d3c6 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "Tout sélect.", "tabSemanticsLabel": "Onglet $tabIndex sur $tabCount", "modalBarrierDismissLabel": "Ignorer", - "searchTextFieldPlaceholderLabel": "Rechercher" + "searchTextFieldPlaceholderLabel": "Rechercher", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb index 7b6e7c1a7357..4acd2457606c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "Seleccionar todo", "tabSemanticsLabel": "Pestana $tabIndex de $tabCount", "modalBarrierDismissLabel": "Ignorar", - "searchTextFieldPlaceholderLabel": "Fai unha busca" + "searchTextFieldPlaceholderLabel": "Fai unha busca", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb index 67946cab2417..df870f03a041 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "Alles auswählen", "tabSemanticsLabel": "Tab $tabIndex von $tabCount", "modalBarrierDismissLabel": "Schließen", - "searchTextFieldPlaceholderLabel": "Suche" + "searchTextFieldPlaceholderLabel": "Suche", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb index 70360183c499..c2b0e8e9a0f7 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "બધા પસંદ કરો", "tabSemanticsLabel": "$tabCountમાંથી $tabIndex ટૅબ", "modalBarrierDismissLabel": "છોડી દો", - "searchTextFieldPlaceholderLabel": "શોધો" + "searchTextFieldPlaceholderLabel": "શોધો", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb index a8d4b71219eb..7671ac15dcf2 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb @@ -31,5 +31,6 @@ "selectAllButtonLabel": "בחירת הכול", "tabSemanticsLabel": "כרטיסייה $tabIndex מתוך $tabCount", "modalBarrierDismissLabel": "סגירה", - "searchTextFieldPlaceholderLabel": "חיפוש" + "searchTextFieldPlaceholderLabel": "חיפוש", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb index 8966b84eb1f8..4dafff61120c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "सभी चुनें", "tabSemanticsLabel": "$tabCount का टैब $tabIndex", "modalBarrierDismissLabel": "खारिज करें", - "searchTextFieldPlaceholderLabel": "खोजें" + "searchTextFieldPlaceholderLabel": "खोजें", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb index 650b8320a2ac..3af6a49fa8cc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb @@ -26,5 +26,6 @@ "selectAllButtonLabel": "Odaberi sve", "tabSemanticsLabel": "Kartica $tabIndex od $tabCount", "modalBarrierDismissLabel": "Odbaci", - "searchTextFieldPlaceholderLabel": "Pretraživanje" + "searchTextFieldPlaceholderLabel": "Pretraživanje", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb index 7c43b9ec9d86..3f6c346e50d6 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "Összes kijelölése", "tabSemanticsLabel": "$tabCount/$tabIndex. lap", "modalBarrierDismissLabel": "Elvetés", - "searchTextFieldPlaceholderLabel": "Keresés" + "searchTextFieldPlaceholderLabel": "Keresés", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb index 496670061e36..d381cd1dbaf2 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "Նշել բոլորը", "tabSemanticsLabel": "Ներդիր $tabIndex՝ $tabCount-ից", "modalBarrierDismissLabel": "Փակել", - "searchTextFieldPlaceholderLabel": "Որոնում" + "searchTextFieldPlaceholderLabel": "Որոնում", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb index 489bb0bfc00a..59e1f52852c7 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "Pilih Semua", "tabSemanticsLabel": "Tab $tabIndex dari $tabCount", "modalBarrierDismissLabel": "Tutup", - "searchTextFieldPlaceholderLabel": "Telusuri" + "searchTextFieldPlaceholderLabel": "Telusuri", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb index 65d68b000898..f9278ad1972a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "Velja allt", "tabSemanticsLabel": "Flipi $tabIndex af $tabCount", "modalBarrierDismissLabel": "Hunsa", - "searchTextFieldPlaceholderLabel": "Leit" + "searchTextFieldPlaceholderLabel": "Leit", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb index 97aced6d30d5..0e81c55e059e 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "Seleziona tutto", "tabSemanticsLabel": "Scheda $tabIndex di $tabCount", "modalBarrierDismissLabel": "Ignora", - "searchTextFieldPlaceholderLabel": "Cerca" + "searchTextFieldPlaceholderLabel": "Cerca", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb index 6c064362b870..4920f0f4a390 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "すべて選択", "tabSemanticsLabel": "タブ: $tabIndex/$tabCount", "modalBarrierDismissLabel": "閉じる", - "searchTextFieldPlaceholderLabel": "検索" + "searchTextFieldPlaceholderLabel": "検索", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb index 0a0a740e8ab8..3859335ba1e2 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "ყველას არჩევა", "tabSemanticsLabel": "ჩანართი $tabIndex / $tabCount-დან", "modalBarrierDismissLabel": "დახურვა", - "searchTextFieldPlaceholderLabel": "ძიება" + "searchTextFieldPlaceholderLabel": "ძიება", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb index 9ab51cdc1889..bc86ed2dd7ba 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "Барлығын таңдау", "tabSemanticsLabel": "Қойынды: $tabIndex/$tabCount", "modalBarrierDismissLabel": "Жабу", - "searchTextFieldPlaceholderLabel": "Іздеу" + "searchTextFieldPlaceholderLabel": "Іздеу", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb index 1a8068d71521..aa8dede38132 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "ជ្រើសរើស​ទាំងអស់", "tabSemanticsLabel": "ផ្ទាំងទី $tabIndex នៃ $tabCount", "modalBarrierDismissLabel": "ច្រាន​ចោល", - "searchTextFieldPlaceholderLabel": "ស្វែងរក" + "searchTextFieldPlaceholderLabel": "ស្វែងរក", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb index 8b0087e5dd97..2c1ed6b2451d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "\u0c8e\u0cb2\u0ccd\u0cb2\u0cb5\u0ca8\u0ccd\u0ca8\u0cc2\u0020\u0c86\u0caf\u0ccd\u0c95\u0cc6\u0cae\u0cbe\u0ca1\u0cbf", "modalBarrierDismissLabel": "\u0cb5\u0c9c\u0cbe\u0c97\u0cca\u0cb3\u0cbf\u0cb8\u0cbf", "tabSemanticsLabel": "\u0024\u0074\u0061\u0062\u0043\u006f\u0075\u006e\u0074\u0020\u0cb0\u0cb2\u0ccd\u0cb2\u0cbf\u0ca8\u0020\u0024\u0074\u0061\u0062\u0049\u006e\u0064\u0065\u0078\u0020\u0c9f\u0ccd\u0caf\u0cbe\u0cac\u0ccd", - "searchTextFieldPlaceholderLabel": "\u0cb9\u0cc1\u0ca1\u0cc1\u0c95\u0cbf" + "searchTextFieldPlaceholderLabel": "\u0cb9\u0cc1\u0ca1\u0cc1\u0c95\u0cbf", + "noSpellCheckReplacementsLabel": "\u004e\u006f\u0020\u0052\u0065\u0070\u006c\u0061\u0063\u0065\u006d\u0065\u006e\u0074\u0073\u0020\u0046\u006f\u0075\u006e\u0064" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb index dab0ce26cbc2..626331524b11 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "전체 선택", "tabSemanticsLabel": "탭 $tabCount개 중 $tabIndex번째", "modalBarrierDismissLabel": "닫기", - "searchTextFieldPlaceholderLabel": "검색" + "searchTextFieldPlaceholderLabel": "검색", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb index 8362dac92588..7b04435d3ac8 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "Баарын тандоо", "tabSemanticsLabel": "$tabCount ичинен $tabIndex-өтмөк", "modalBarrierDismissLabel": "Жабуу", - "searchTextFieldPlaceholderLabel": "Издөө" + "searchTextFieldPlaceholderLabel": "Издөө", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb index f70c7bd3c646..811661befc72 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "ເລືອກທັງໝົດ", "tabSemanticsLabel": "ແຖບທີ $tabIndex ຈາກທັງໝົດ $tabCount", "modalBarrierDismissLabel": "ປິດໄວ້", - "searchTextFieldPlaceholderLabel": "ຊອກຫາ" + "searchTextFieldPlaceholderLabel": "ຊອກຫາ", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb index 979ac9f3be77..99bc7283ef72 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb @@ -31,5 +31,6 @@ "selectAllButtonLabel": "Pasirinkti viską", "tabSemanticsLabel": "$tabIndex skirtukas iš $tabCount", "modalBarrierDismissLabel": "Atsisakyti", - "searchTextFieldPlaceholderLabel": "Paieška" + "searchTextFieldPlaceholderLabel": "Paieška", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb index 8eff67022741..d9f56156de42 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb @@ -26,5 +26,6 @@ "selectAllButtonLabel": "Atlasīt visu", "tabSemanticsLabel": "$tabIndex. cilne no $tabCount", "modalBarrierDismissLabel": "Nerādīt", - "searchTextFieldPlaceholderLabel": "Meklēšana" + "searchTextFieldPlaceholderLabel": "Meklēšana", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb index d0f8dea9158a..33a7378629c9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "Избери ги сите", "tabSemanticsLabel": "Картичка $tabIndex од $tabCount", "modalBarrierDismissLabel": "Отфрли", - "searchTextFieldPlaceholderLabel": "Пребарувајте" + "searchTextFieldPlaceholderLabel": "Пребарувајте", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb index 39e13089e3f4..a261c9b2ebe7 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "എല്ലാം തിരഞ്ഞെടുക്കുക", "tabSemanticsLabel": "$tabCount ടാബിൽ $tabIndex-ാമത്തേത്", "modalBarrierDismissLabel": "നിരസിക്കുക", - "searchTextFieldPlaceholderLabel": "തിരയുക" + "searchTextFieldPlaceholderLabel": "തിരയുക", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb index c6a46c42a01b..a3baf66808a7 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "Бүгдийг сонгох", "tabSemanticsLabel": "$tabCount-н $tabIndex-р таб", "modalBarrierDismissLabel": "Үл хэрэгсэх", - "searchTextFieldPlaceholderLabel": "Хайх" + "searchTextFieldPlaceholderLabel": "Хайх", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb index 33c2bd4e371d..d013b9e4e24a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "सर्व निवडा", "tabSemanticsLabel": "$tabCount पैकी $tabIndex टॅब", "modalBarrierDismissLabel": "डिसमिस करा", - "searchTextFieldPlaceholderLabel": "शोधा" + "searchTextFieldPlaceholderLabel": "शोधा", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb index e61f27211e45..395f0fdb5528 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "Pilih Semua", "tabSemanticsLabel": "Tab $tabIndex daripada $tabCount", "modalBarrierDismissLabel": "Tolak", - "searchTextFieldPlaceholderLabel": "Cari" + "searchTextFieldPlaceholderLabel": "Cari", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb index d0cf7c01f669..1c5dac39cce2 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "အားလုံး ရွေးရန်", "tabSemanticsLabel": "တဘ် $tabCount ခုအနက် $tabIndex ခု", "modalBarrierDismissLabel": "ပယ်ရန်", - "searchTextFieldPlaceholderLabel": "ရှာရန်" + "searchTextFieldPlaceholderLabel": "ရှာရန်", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb index 79f2d4a53f93..9e22158f08cf 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb @@ -21,5 +21,6 @@ "pasteButtonLabel": "Lim inn", "selectAllButtonLabel": "Velg alle", "modalBarrierDismissLabel": "Avvis", - "searchTextFieldPlaceholderLabel": "Søk" + "searchTextFieldPlaceholderLabel": "Søk", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb index e1d087e0f8d8..1859d479bbaa 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "सबै चयन गर्नुहोस्", "tabSemanticsLabel": "$tabCount मध्ये $tabIndex ट्याब", "modalBarrierDismissLabel": "खारेज गर्नुहोस्", - "searchTextFieldPlaceholderLabel": "खोज्नुहोस्" + "searchTextFieldPlaceholderLabel": "खोज्नुहोस्", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb index d198c512a59a..5aff5981ed8c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "Alles selecteren", "tabSemanticsLabel": "Tabblad $tabIndex van $tabCount", "modalBarrierDismissLabel": "Sluiten", - "searchTextFieldPlaceholderLabel": "Zoeken" + "searchTextFieldPlaceholderLabel": "Zoeken", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb index 79f2d4a53f93..9e22158f08cf 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb @@ -21,5 +21,6 @@ "pasteButtonLabel": "Lim inn", "selectAllButtonLabel": "Velg alle", "modalBarrierDismissLabel": "Avvis", - "searchTextFieldPlaceholderLabel": "Søk" + "searchTextFieldPlaceholderLabel": "Søk", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb index 9c9f3d424472..347043ad8d89 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "ସମସ୍ତ ଚୟନ କରନ୍ତୁ", "tabSemanticsLabel": "$tabCountର $tabIndex ଟାବ୍", "modalBarrierDismissLabel": "ଖାରଜ କରନ୍ତୁ", - "searchTextFieldPlaceholderLabel": "ସନ୍ଧାନ କରନ୍ତୁ" + "searchTextFieldPlaceholderLabel": "ସନ୍ଧାନ କରନ୍ତୁ", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb index 60daf3276fd6..c742ff52fb92 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "ਸਭ ਚੁਣੋ", "tabSemanticsLabel": "$tabCount ਵਿੱਚੋਂ $tabIndex ਟੈਬ", "modalBarrierDismissLabel": "ਖਾਰਜ ਕਰੋ", - "searchTextFieldPlaceholderLabel": "ਖੋਜੋ" + "searchTextFieldPlaceholderLabel": "ਖੋਜੋ", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb index 29d5a5ff8815..0e0a483b2061 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb @@ -31,5 +31,6 @@ "selectAllButtonLabel": "Wybierz wszystkie", "tabSemanticsLabel": "Karta $tabIndex z $tabCount", "modalBarrierDismissLabel": "Zamknij", - "searchTextFieldPlaceholderLabel": "Szukaj" + "searchTextFieldPlaceholderLabel": "Szukaj", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb index 0b0145321f12..0c0741bd2bb3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "Selecionar Tudo", "tabSemanticsLabel": "Guia $tabIndex de $tabCount", "modalBarrierDismissLabel": "Dispensar", - "searchTextFieldPlaceholderLabel": "Pesquisar" + "searchTextFieldPlaceholderLabel": "Pesquisar", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb index f472c4316988..3086731d34fa 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb @@ -26,5 +26,6 @@ "selectAllButtonLabel": "Selectați-le pe toate", "tabSemanticsLabel": "Fila $tabIndex din $tabCount", "modalBarrierDismissLabel": "Închideți", - "searchTextFieldPlaceholderLabel": "Căutați" + "searchTextFieldPlaceholderLabel": "Căutați", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb index b15bbce37989..31db898a9156 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb @@ -31,5 +31,6 @@ "selectAllButtonLabel": "Выбрать все", "tabSemanticsLabel": "Вкладка $tabIndex из $tabCount", "modalBarrierDismissLabel": "Закрыть", - "searchTextFieldPlaceholderLabel": "Поиск" + "searchTextFieldPlaceholderLabel": "Поиск", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb index 48a7ecd2071a..be2d85f0ccd8 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "සියල්ල තෝරන්න", "tabSemanticsLabel": "ටැබ $tabCount න් $tabIndex", "modalBarrierDismissLabel": "ඉවත ලන්න", - "searchTextFieldPlaceholderLabel": "සෙවීම" + "searchTextFieldPlaceholderLabel": "සෙවීම", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb index 85cbb3f77201..a65dc24aa876 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb @@ -31,5 +31,6 @@ "selectAllButtonLabel": "Vybrať všetko", "tabSemanticsLabel": "Karta $tabIndex z $tabCount", "modalBarrierDismissLabel": "Odmietnuť", - "searchTextFieldPlaceholderLabel": "Hľadať" + "searchTextFieldPlaceholderLabel": "Hľadať", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb index 760edc4c44c4..48ddd51c66be 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb @@ -31,5 +31,6 @@ "selectAllButtonLabel": "Izberi vse", "tabSemanticsLabel": "Zavihek $tabIndex od $tabCount", "modalBarrierDismissLabel": "Opusti", - "searchTextFieldPlaceholderLabel": "Iskanje" + "searchTextFieldPlaceholderLabel": "Iskanje", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb index c2dd55675c80..c5f6f60d9acd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "Zgjidhi të gjitha", "tabSemanticsLabel": "Skeda $tabIndex nga $tabCount", "modalBarrierDismissLabel": "Hiq", - "searchTextFieldPlaceholderLabel": "Kërko" + "searchTextFieldPlaceholderLabel": "Kërko", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb index 90cd68c3d913..1883096dfce5 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb @@ -26,5 +26,6 @@ "selectAllButtonLabel": "Изабери све", "tabSemanticsLabel": "$tabIndex. картица од $tabCount", "modalBarrierDismissLabel": "Одбаци", - "searchTextFieldPlaceholderLabel": "Претражите" + "searchTextFieldPlaceholderLabel": "Претражите", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb index a06376c7706f..8b6aa26ee172 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "Markera alla", "tabSemanticsLabel": "Flik $tabIndex av $tabCount", "modalBarrierDismissLabel": "Stäng", - "searchTextFieldPlaceholderLabel": "Sök" + "searchTextFieldPlaceholderLabel": "Sök", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb index 06da012f1f5a..76e7eaee9686 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "Teua Zote", "tabSemanticsLabel": "Kichupo cha $tabIndex kati ya $tabCount", "modalBarrierDismissLabel": "Ondoa", - "searchTextFieldPlaceholderLabel": "Tafuta" + "searchTextFieldPlaceholderLabel": "Tafuta", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb index e47f74917de4..a1d7a1d808af 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "எல்லாம் தேர்ந்தெடு", "tabSemanticsLabel": "தாவல் $tabIndex / $tabCount", "modalBarrierDismissLabel": "நிராகரிக்கும்", - "searchTextFieldPlaceholderLabel": "தேடுக" + "searchTextFieldPlaceholderLabel": "தேடுக", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb index d65e225614ad..80ce7032be3d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "అన్నింటినీ ఎంచుకోండి", "tabSemanticsLabel": "$tabCountలో $tabIndexవ ట్యాబ్", "modalBarrierDismissLabel": "విస్మరించు", - "searchTextFieldPlaceholderLabel": "సెర్చ్ చేయి" + "searchTextFieldPlaceholderLabel": "సెర్చ్ చేయి", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb index cfc4abd3eee2..f69e1a348333 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "เลือกทั้งหมด", "tabSemanticsLabel": "แท็บที่ $tabIndex จาก $tabCount", "modalBarrierDismissLabel": "ปิด", - "searchTextFieldPlaceholderLabel": "ค้นหา" + "searchTextFieldPlaceholderLabel": "ค้นหา", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb index 8d3ae083f853..89396f80a54f 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "Piliin Lahat", "tabSemanticsLabel": "Tab $tabIndex ng $tabCount", "modalBarrierDismissLabel": "I-dismiss", - "searchTextFieldPlaceholderLabel": "Hanapin" + "searchTextFieldPlaceholderLabel": "Hanapin", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb index c98038395578..0bad76943307 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "Tümünü Seç", "tabSemanticsLabel": "Sekme $tabIndex/$tabCount", "modalBarrierDismissLabel": "Kapat", - "searchTextFieldPlaceholderLabel": "Ara" + "searchTextFieldPlaceholderLabel": "Ara", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb index 759c6a00f027..c10dfff0a25c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb @@ -31,5 +31,6 @@ "selectAllButtonLabel": "Вибрати все", "tabSemanticsLabel": "Вкладка $tabIndex з $tabCount", "modalBarrierDismissLabel": "Закрити", - "searchTextFieldPlaceholderLabel": "Шукайте" + "searchTextFieldPlaceholderLabel": "Шукайте", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb index f78b6cc8bb22..99561dbfe796 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "سبھی منتخب کریں", "tabSemanticsLabel": "$tabCount میں سے $tabIndex ٹیب", "modalBarrierDismissLabel": "برخاست کریں", - "searchTextFieldPlaceholderLabel": "تلاش کریں" + "searchTextFieldPlaceholderLabel": "تلاش کریں", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb index 1f74687faa45..438689b045a8 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "Barchasini tanlash", "tabSemanticsLabel": "$tabCount varaqdan $tabIndex", "modalBarrierDismissLabel": "Yopish", - "searchTextFieldPlaceholderLabel": "Qidiruv" + "searchTextFieldPlaceholderLabel": "Qidiruv", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb index 27a28bd6441a..0f7714ae31c0 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "Chọn tất cả", "tabSemanticsLabel": "Thẻ $tabIndex/$tabCount", "modalBarrierDismissLabel": "Bỏ qua", - "searchTextFieldPlaceholderLabel": "Tìm kiếm" + "searchTextFieldPlaceholderLabel": "Tìm kiếm", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb index f8daa6c31060..e90433429d05 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "全选", "tabSemanticsLabel": "第 $tabIndex 个标签,共 $tabCount 个", "modalBarrierDismissLabel": "关闭", - "searchTextFieldPlaceholderLabel": "搜索" + "searchTextFieldPlaceholderLabel": "搜索", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb index 29120c9050bd..57dbb148fdc0 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb @@ -21,5 +21,6 @@ "selectAllButtonLabel": "Khetha konke", "tabSemanticsLabel": "Ithebhu $tabIndex kwangu-$tabCount", "modalBarrierDismissLabel": "Cashisa", - "searchTextFieldPlaceholderLabel": "Sesha" + "searchTextFieldPlaceholderLabel": "Sesha", + "noSpellCheckReplacementsLabel": "No Replacements Found" } diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index 56bf14af5c2a..513764d9ac0d 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -94,6 +94,9 @@ class CupertinoLocalizationAf extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Maak toe'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Plak'; @@ -241,6 +244,9 @@ class CupertinoLocalizationAm extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'አሰናብት'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'ለጥፍ'; @@ -388,6 +394,9 @@ class CupertinoLocalizationAr extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'رفض'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'لصق'; @@ -535,6 +544,9 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'অগ্ৰাহ্য কৰক'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => "পে'ষ্ট কৰক"; @@ -682,6 +694,9 @@ class CupertinoLocalizationAz extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'İmtina edin'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Yerləşdirin'; @@ -829,6 +844,9 @@ class CupertinoLocalizationBe extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Адхіліць'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Уставіць'; @@ -976,6 +994,9 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Отхвърляне'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Поставяне'; @@ -1123,6 +1144,9 @@ class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'খারিজ করুন'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'পেস্ট করুন'; @@ -1270,6 +1294,9 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Odbaci'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Zalijepi'; @@ -1417,6 +1444,9 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Ignora'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Enganxa'; @@ -1564,6 +1594,9 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Zavřít'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Vložit'; @@ -1711,6 +1744,9 @@ class CupertinoLocalizationCy extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Diystyru'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Gludo'; @@ -1858,6 +1894,9 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Afvis'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Indsæt'; @@ -2005,6 +2044,9 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Schließen'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Einsetzen'; @@ -2173,6 +2215,9 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Παράβλεψη'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Επικόλληση'; @@ -2320,6 +2365,9 @@ class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Dismiss'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Paste'; @@ -2659,6 +2707,9 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Cerrar'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Pegar'; @@ -3466,6 +3517,9 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Loobu'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Kleebi'; @@ -3613,6 +3667,9 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Baztertu'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Itsatsi'; @@ -3760,6 +3817,9 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'نپذیرفتن'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'جای‌گذاری'; @@ -3907,6 +3967,9 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Ohita'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Liitä'; @@ -4054,6 +4117,9 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'I-dismiss'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'I-paste'; @@ -4201,6 +4267,9 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Ignorer'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Coller'; @@ -4390,6 +4459,9 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Ignorar'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Pegar'; @@ -4537,6 +4609,9 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Schließen'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Einsetzen'; @@ -4684,6 +4759,9 @@ class CupertinoLocalizationGu extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'છોડી દો'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'પેસ્ટ કરો'; @@ -4831,6 +4909,9 @@ class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'סגירה'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'הדבקה'; @@ -4978,6 +5059,9 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'खारिज करें'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'चिपकाएं'; @@ -5125,6 +5209,9 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Odbaci'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Zalijepi'; @@ -5272,6 +5359,9 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Elvetés'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Beillesztés'; @@ -5419,6 +5509,9 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Փակել'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Տեղադրել'; @@ -5566,6 +5659,9 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Tutup'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Tempel'; @@ -5713,6 +5809,9 @@ class CupertinoLocalizationIs extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Hunsa'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Líma'; @@ -5860,6 +5959,9 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Ignora'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Incolla'; @@ -6007,6 +6109,9 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => '閉じる'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => '貼り付け'; @@ -6154,6 +6259,9 @@ class CupertinoLocalizationKa extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'დახურვა'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'ჩასმა'; @@ -6301,6 +6409,9 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Жабу'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Қою'; @@ -6448,6 +6559,9 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'ច្រាន​ចោល'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'ដាក់​ចូល'; @@ -6595,6 +6709,9 @@ class CupertinoLocalizationKn extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => '\u{cb5}\u{c9c}\u{cbe}\u{c97}\u{cca}\u{cb3}\u{cbf}\u{cb8}\u{cbf}'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => '\u{c85}\u{c82}\u{c9f}\u{cbf}\u{cb8}\u{cbf}'; @@ -6742,6 +6859,9 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => '닫기'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => '붙여넣기'; @@ -6889,6 +7009,9 @@ class CupertinoLocalizationKy extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Жабуу'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Чаптоо'; @@ -7036,6 +7159,9 @@ class CupertinoLocalizationLo extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'ປິດໄວ້'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'ວາງ'; @@ -7183,6 +7309,9 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Atsisakyti'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Įklijuoti'; @@ -7330,6 +7459,9 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Nerādīt'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Ielīmēt'; @@ -7477,6 +7609,9 @@ class CupertinoLocalizationMk extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Отфрли'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Залепи'; @@ -7624,6 +7759,9 @@ class CupertinoLocalizationMl extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'നിരസിക്കുക'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'ഒട്ടിക്കുക'; @@ -7771,6 +7909,9 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Үл хэрэгсэх'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Буулгах'; @@ -7918,6 +8059,9 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'डिसमिस करा'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'पेस्ट करा'; @@ -8065,6 +8209,9 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Tolak'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Tampal'; @@ -8212,6 +8359,9 @@ class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'ပယ်ရန်'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'ကူးထည့်ရန်'; @@ -8359,6 +8509,9 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Avvis'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Lim inn'; @@ -8506,6 +8659,9 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'खारेज गर्नुहोस्'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'टाँस्नुहोस्'; @@ -8653,6 +8809,9 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Sluiten'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Plakken'; @@ -8800,6 +8959,9 @@ class CupertinoLocalizationNo extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Avvis'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Lim inn'; @@ -8947,6 +9109,9 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'ଖାରଜ କରନ୍ତୁ'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'ପେଷ୍ଟ କରନ୍ତୁ'; @@ -9094,6 +9259,9 @@ class CupertinoLocalizationPa extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'ਖਾਰਜ ਕਰੋ'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'ਪੇਸਟ ਕਰੋ'; @@ -9241,6 +9409,9 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Zamknij'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Wklej'; @@ -9388,6 +9559,9 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Dispensar'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Colar'; @@ -9574,6 +9748,9 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Închideți'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Inserați'; @@ -9721,6 +9898,9 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Закрыть'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Вставить'; @@ -9868,6 +10048,9 @@ class CupertinoLocalizationSi extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'ඉවත ලන්න'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'අලවන්න'; @@ -10015,6 +10198,9 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Odmietnuť'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Prilepiť'; @@ -10162,6 +10348,9 @@ class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Opusti'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Prilepi'; @@ -10309,6 +10498,9 @@ class CupertinoLocalizationSq extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Hiq'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Ngjit'; @@ -10456,6 +10648,9 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Одбаци'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Налепи'; @@ -10717,6 +10912,9 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Stäng'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Klistra in'; @@ -10864,6 +11062,9 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Ondoa'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Bandika'; @@ -11011,6 +11212,9 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'நிராகரிக்கும்'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'ஒட்டு'; @@ -11158,6 +11362,9 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'విస్మరించు'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'పేస్ట్ చేయండి'; @@ -11305,6 +11512,9 @@ class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'ปิด'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'วาง'; @@ -11452,6 +11662,9 @@ class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'I-dismiss'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'I-paste'; @@ -11599,6 +11812,9 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Kapat'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Yapıştır'; @@ -11746,6 +11962,9 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Закрити'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Вставити'; @@ -11893,6 +12112,9 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'برخاست کریں'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'پیسٹ کریں'; @@ -12040,6 +12262,9 @@ class CupertinoLocalizationUz extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Yopish'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Joylash'; @@ -12187,6 +12412,9 @@ class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Bỏ qua'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Dán'; @@ -12334,6 +12562,9 @@ class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => '关闭'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => '粘贴'; @@ -12628,6 +12859,9 @@ class CupertinoLocalizationZu extends GlobalCupertinoLocalizations { @override String get modalBarrierDismissLabel => 'Cashisa'; + @override + String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + @override String get pasteButtonLabel => 'Namathisela'; From 29e36cb13de66915fe408f5215348d0a8232da13 Mon Sep 17 00:00:00 2001 From: chunhtai <47866232+chunhtai@users.noreply.github.com> Date: Thu, 20 Apr 2023 11:23:06 -0700 Subject: [PATCH 238/327] fix localization typo for expansionTileExpandedHint (#125212) as title --- .../lib/src/l10n/generated_material_localizations.dart | 2 +- .../flutter_localizations/lib/src/l10n/material_en.arb | 2 +- .../test/material/translations_test.dart | 8 ++++++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index 516566ce9399..d57582959839 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -7327,7 +7327,7 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String get expansionTileCollapsedTapHint => 'Expand for more details'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'double tap to collapse'; @override String get expansionTileExpandedTapHint => 'Collapse'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index 18664a22e144..dc2e11e49b51 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -454,7 +454,7 @@ "description": "The verb which describes what happens when a collapsed ExpandIcon toggle button is pressed. This is used by TalkBack on Android to replace the default hint on the accessibility action. The verb will be concatenated with a prefix string which describes how to perform the action, which by default is 'double tap to activate'. In the case of US english, this would be 'double tap to expand.' The exact phrasing of the hint will vary based on locale" }, - "expansionTileExpandedHint": "double tap to collapse'", + "expansionTileExpandedHint": "double tap to collapse", "@expansionTileExpandedHint": { "description": "The verb which describes the tap action on an expanded ExpansionTile. This is used by VoiceOver on iOS and macOS. This string will be appended to the collapsedHint string which describes the action to be performed on an expanded ExpansionTile. In the case of US english, this would be 'Expanded\n double tap to collapse.' The exact phrasing of the hint will vary based on locale" }, diff --git a/packages/flutter_localizations/test/material/translations_test.dart b/packages/flutter_localizations/test/material/translations_test.dart index 4a4866ab727b..c91436203129 100644 --- a/packages/flutter_localizations/test/material/translations_test.dart +++ b/packages/flutter_localizations/test/material/translations_test.dart @@ -118,6 +118,14 @@ void main() { expect(localizations.lastPageTooltip, 'Ikhasi lokugcina'); }); + testWidgets('translations spot check expansionTileExpandedHint', (WidgetTester tester) async { + const Locale locale = Locale.fromSubtags(languageCode: 'en'); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + final MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations, isA()); + expect(localizations.expansionTileExpandedHint, 'double tap to collapse'); + }); + testWidgets('spot check selectedRowCount translations', (WidgetTester tester) async { MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(const Locale('en')); expect(localizations.selectedRowCountTitle(0), 'No items selected'); From 20d7da6d40acffb5ac4bf44b092cfcb421caf3ce Mon Sep 17 00:00:00 2001 From: Tomasz Gucio <72562119+tgucio@users.noreply.github.com> Date: Thu, 1 Jun 2023 11:17:36 +0200 Subject: [PATCH 239/327] Fixes in Cupertino translations (#127872) --- .../lib/src/l10n/cupertino_es.arb | 2 +- .../lib/src/l10n/cupertino_es_419.arb | 2 +- .../lib/src/l10n/cupertino_es_AR.arb | 2 +- .../lib/src/l10n/cupertino_es_BO.arb | 2 +- .../lib/src/l10n/cupertino_es_CL.arb | 2 +- .../lib/src/l10n/cupertino_es_CO.arb | 2 +- .../lib/src/l10n/cupertino_es_CR.arb | 2 +- .../lib/src/l10n/cupertino_es_DO.arb | 2 +- .../lib/src/l10n/cupertino_es_EC.arb | 2 +- .../lib/src/l10n/cupertino_es_GT.arb | 2 +- .../lib/src/l10n/cupertino_es_HN.arb | 2 +- .../lib/src/l10n/cupertino_es_MX.arb | 2 +- .../lib/src/l10n/cupertino_es_NI.arb | 2 +- .../lib/src/l10n/cupertino_es_PA.arb | 2 +- .../lib/src/l10n/cupertino_es_PE.arb | 2 +- .../lib/src/l10n/cupertino_es_PR.arb | 2 +- .../lib/src/l10n/cupertino_es_PY.arb | 2 +- .../lib/src/l10n/cupertino_es_SV.arb | 2 +- .../lib/src/l10n/cupertino_es_US.arb | 2 +- .../lib/src/l10n/cupertino_es_UY.arb | 2 +- .../lib/src/l10n/cupertino_es_VE.arb | 2 +- .../lib/src/l10n/cupertino_pl.arb | 4 ++-- .../lib/src/l10n/cupertino_pt.arb | 2 +- .../src/l10n/generated_cupertino_localizations.dart | 11 ++++------- 24 files changed, 28 insertions(+), 31 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb index d245e1d6e6aa..fbbcdf4e484c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb @@ -18,7 +18,7 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos", + "selectAllButtonLabel": "Seleccionar todo", "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "modalBarrierDismissLabel": "Cerrar", "searchTextFieldPlaceholderLabel": "Buscar", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb index eca276c0b091..272e2aea1a2c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb @@ -20,6 +20,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos", + "selectAllButtonLabel": "Seleccionar todo", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb index eca276c0b091..272e2aea1a2c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb @@ -20,6 +20,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos", + "selectAllButtonLabel": "Seleccionar todo", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb index eca276c0b091..272e2aea1a2c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb @@ -20,6 +20,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos", + "selectAllButtonLabel": "Seleccionar todo", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb index eca276c0b091..272e2aea1a2c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb @@ -20,6 +20,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos", + "selectAllButtonLabel": "Seleccionar todo", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb index eca276c0b091..272e2aea1a2c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb @@ -20,6 +20,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos", + "selectAllButtonLabel": "Seleccionar todo", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb index eca276c0b091..272e2aea1a2c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb @@ -20,6 +20,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos", + "selectAllButtonLabel": "Seleccionar todo", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb index eca276c0b091..272e2aea1a2c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb @@ -20,6 +20,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos", + "selectAllButtonLabel": "Seleccionar todo", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb index eca276c0b091..272e2aea1a2c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb @@ -20,6 +20,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos", + "selectAllButtonLabel": "Seleccionar todo", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb index eca276c0b091..272e2aea1a2c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb @@ -20,6 +20,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos", + "selectAllButtonLabel": "Seleccionar todo", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb index eca276c0b091..272e2aea1a2c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb @@ -20,6 +20,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos", + "selectAllButtonLabel": "Seleccionar todo", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb index eca276c0b091..272e2aea1a2c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb @@ -20,6 +20,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos", + "selectAllButtonLabel": "Seleccionar todo", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb index eca276c0b091..272e2aea1a2c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb @@ -20,6 +20,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos", + "selectAllButtonLabel": "Seleccionar todo", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb index eca276c0b091..272e2aea1a2c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb @@ -20,6 +20,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos", + "selectAllButtonLabel": "Seleccionar todo", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb index eca276c0b091..272e2aea1a2c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb @@ -20,6 +20,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos", + "selectAllButtonLabel": "Seleccionar todo", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb index eca276c0b091..272e2aea1a2c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb @@ -20,6 +20,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos", + "selectAllButtonLabel": "Seleccionar todo", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb index eca276c0b091..272e2aea1a2c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb @@ -20,6 +20,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos", + "selectAllButtonLabel": "Seleccionar todo", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb index eca276c0b091..272e2aea1a2c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb @@ -20,6 +20,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos", + "selectAllButtonLabel": "Seleccionar todo", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb index eca276c0b091..272e2aea1a2c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb @@ -20,6 +20,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos", + "selectAllButtonLabel": "Seleccionar todo", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb index eca276c0b091..272e2aea1a2c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb @@ -20,6 +20,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos", + "selectAllButtonLabel": "Seleccionar todo", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb index eca276c0b091..272e2aea1a2c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb @@ -20,6 +20,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos", + "selectAllButtonLabel": "Seleccionar todo", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb index 0e0a483b2061..19aa5b829984 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb @@ -28,9 +28,9 @@ "cutButtonLabel": "Wytnij", "copyButtonLabel": "Kopiuj", "pasteButtonLabel": "Wklej", - "selectAllButtonLabel": "Wybierz wszystkie", + "selectAllButtonLabel": "Zaznacz wszystko", "tabSemanticsLabel": "Karta $tabIndex z $tabCount", "modalBarrierDismissLabel": "Zamknij", "searchTextFieldPlaceholderLabel": "Szukaj", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "Nie znaleziono zastąpień" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb index 0c0741bd2bb3..23bf41fc6133 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb @@ -18,7 +18,7 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Colar", - "selectAllButtonLabel": "Selecionar Tudo", + "selectAllButtonLabel": "Selecionar tudo", "tabSemanticsLabel": "Guia $tabIndex de $tabCount", "modalBarrierDismissLabel": "Dispensar", "searchTextFieldPlaceholderLabel": "Pesquisar", diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index 513764d9ac0d..90a899f0a3d5 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -2720,7 +2720,7 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Buscar'; @override - String get selectAllButtonLabel => 'Seleccionar todos'; + String get selectAllButtonLabel => 'Seleccionar todo'; @override String get tabSemanticsLabelRaw => r'Pestaña $tabIndex de $tabCount'; @@ -9410,7 +9410,7 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { String get modalBarrierDismissLabel => 'Zamknij'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Nie znaleziono zastąpień'; @override String get pasteButtonLabel => 'Wklej'; @@ -9422,7 +9422,7 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Szukaj'; @override - String get selectAllButtonLabel => 'Wybierz wszystkie'; + String get selectAllButtonLabel => 'Zaznacz wszystko'; @override String get tabSemanticsLabelRaw => r'Karta $tabIndex z $tabCount'; @@ -9572,7 +9572,7 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Pesquisar'; @override - String get selectAllButtonLabel => 'Selecionar Tudo'; + String get selectAllButtonLabel => 'Selecionar tudo'; @override String get tabSemanticsLabelRaw => r'Guia $tabIndex de $tabCount'; @@ -9667,9 +9667,6 @@ class CupertinoLocalizationPtPt extends CupertinoLocalizationPt { @override String get timerPickerSecondLabelOther => 'seg'; - @override - String get selectAllButtonLabel => 'Selecionar tudo'; - @override String get modalBarrierDismissLabel => 'Ignorar'; } From 9e1e90d08b78292c235edb3e43d3fe3f9ea3543d Mon Sep 17 00:00:00 2001 From: Hans Muller Date: Fri, 9 Jun 2023 10:11:23 -0700 Subject: [PATCH 240/327] Updated flutter_localizations tests for Material3; (#128521) Updated the localization tests so that they'll DTRT when useMaterial3:true becomes the default for ThemeData. In a few cases there are M2 and M3 tests now, to check features that are significantly different in Material3, notably the double ring for the 24 hour input dial. | Material 2 | Material 3| |---------|---------| | Screenshot 2023-06-08 at 10 47 37 AM | Screenshot 2023-06-08 at 10 47 13 AM | In M3, most aspects of the ideographic text styles are the same as for alphabetic styles, so there are some tweaks here to account for that. --- .../test/material/date_picker_test.dart | 231 ++++++++++++------ .../test/material/time_picker_test.dart | 114 ++++++--- 2 files changed, 232 insertions(+), 113 deletions(-) diff --git a/packages/flutter_localizations/test/material/date_picker_test.dart b/packages/flutter_localizations/test/material/date_picker_test.dart index 4d7984465c31..bfae7a2dba4a 100644 --- a/packages/flutter_localizations/test/material/date_picker_test.dart +++ b/packages/flutter_localizations/test/material/date_picker_test.dart @@ -93,79 +93,123 @@ void main() { }); testWidgets('locale parameter overrides ambient locale', (WidgetTester tester) async { - await tester.pumpWidget(MaterialApp( - locale: const Locale('en', 'US'), - supportedLocales: const [ - Locale('en', 'US'), - Locale('fr', 'CA'), - ], - localizationsDelegates: GlobalMaterialLocalizations.delegates, - home: Material( - child: Builder( - builder: (BuildContext context) { - return TextButton( - onPressed: () async { - await showDatePicker( - context: context, - initialDate: initialDate, - firstDate: firstDate, - lastDate: lastDate, - locale: const Locale('fr', 'CA'), - ); - }, - child: const Text('X'), - ); - }, + Widget buildFrame(bool useMaterial3) { + return MaterialApp( + theme: ThemeData(useMaterial3: useMaterial3), + locale: const Locale('en', 'US'), + supportedLocales: const [ + Locale('en', 'US'), + Locale('fr', 'CA'), + ], + localizationsDelegates: GlobalMaterialLocalizations.delegates, + home: Material( + child: Builder( + builder: (BuildContext context) { + return TextButton( + onPressed: () async { + await showDatePicker( + context: context, + initialDate: initialDate, + firstDate: firstDate, + lastDate: lastDate, + locale: const Locale('fr', 'CA'), + ); + }, + child: const Text('X'), + ); + }, + ), ), - ), - )); + ); + } + + Element getPicker() => tester.element(find.byType(CalendarDatePicker)); + await tester.pumpWidget(buildFrame(true)); await tester.tap(find.text('X')); - await tester.pumpAndSettle(const Duration(seconds: 1)); + await tester.pumpAndSettle(); - final Element picker = tester.element(find.byType(CalendarDatePicker)); expect( - Localizations.localeOf(picker), + Localizations.localeOf(getPicker()), const Locale('fr', 'CA'), ); + expect( + Directionality.of(getPicker()), + TextDirection.ltr, + ); + await tester.tap(find.text('Annuler')); + + // The tests below are only relevant for Material 2. Once Material 2 + // support is deprecated and the APIs are removed, these tests + // can be deleted. + + await tester.pumpWidget(buildFrame(false)); + await tester.tap(find.text('X')); + await tester.pumpAndSettle(); + + expect( + Localizations.localeOf(getPicker()), + const Locale('fr', 'CA'), + ); expect( - Directionality.of(picker), + Directionality.of(getPicker()), TextDirection.ltr, ); await tester.tap(find.text('ANNULER')); + }); testWidgets('textDirection parameter overrides ambient textDirection', (WidgetTester tester) async { - await tester.pumpWidget(MaterialApp( - locale: const Locale('en', 'US'), - home: Material( - child: Builder( - builder: (BuildContext context) { - return TextButton( - onPressed: () async { - await showDatePicker( - context: context, - initialDate: initialDate, - firstDate: firstDate, - lastDate: lastDate, - textDirection: TextDirection.rtl, - ); - }, - child: const Text('X'), - ); - }, + Widget buildFrame(bool useMaterial3) { + return MaterialApp( + theme: ThemeData(useMaterial3: useMaterial3), + locale: const Locale('en', 'US'), + home: Material( + child: Builder( + builder: (BuildContext context) { + return TextButton( + onPressed: () async { + await showDatePicker( + context: context, + initialDate: initialDate, + firstDate: firstDate, + lastDate: lastDate, + textDirection: TextDirection.rtl, + ); + }, + child: const Text('X'), + ); + }, + ), ), - ), - )); + ); + } + + Element getPicker() => tester.element(find.byType(CalendarDatePicker)); + await tester.pumpWidget(buildFrame(true)); await tester.tap(find.text('X')); - await tester.pumpAndSettle(const Duration(seconds: 1)); + await tester.pumpAndSettle(); - final Element picker = tester.element(find.byType(CalendarDatePicker)); expect( - Directionality.of(picker), + Directionality.of(getPicker()), + TextDirection.rtl, + ); + + await tester.tap(find.text('Cancel')); + + // The tests below are only relevant for Material 2. Once Material 2 + // support is deprecated and the APIs are removed, these tests + // can be deleted. + + await tester.pumpWidget(buildFrame(false)); + await tester.tap(find.text('X')); + await tester.pumpAndSettle(); + + expect( + Directionality.of(getPicker()), TextDirection.rtl, ); @@ -173,45 +217,70 @@ void main() { }); testWidgets('textDirection parameter takes precedence over locale parameter', (WidgetTester tester) async { - await tester.pumpWidget(MaterialApp( - locale: const Locale('en', 'US'), - supportedLocales: const [ - Locale('en', 'US'), - Locale('fr', 'CA'), - ], - localizationsDelegates: GlobalMaterialLocalizations.delegates, - home: Material( - child: Builder( - builder: (BuildContext context) { - return TextButton( - onPressed: () async { - await showDatePicker( - context: context, - initialDate: initialDate, - firstDate: firstDate, - lastDate: lastDate, - locale: const Locale('fr', 'CA'), - textDirection: TextDirection.rtl, - ); - }, - child: const Text('X'), - ); - }, + Widget buildFrame(bool useMaterial3) { + return MaterialApp( + theme: ThemeData(useMaterial3: useMaterial3), + locale: const Locale('en', 'US'), + supportedLocales: const [ + Locale('en', 'US'), + Locale('fr', 'CA'), + ], + localizationsDelegates: GlobalMaterialLocalizations.delegates, + home: Material( + child: Builder( + builder: (BuildContext context) { + return TextButton( + onPressed: () async { + await showDatePicker( + context: context, + initialDate: initialDate, + firstDate: firstDate, + lastDate: lastDate, + locale: const Locale('fr', 'CA'), + textDirection: TextDirection.rtl, + ); + }, + child: const Text('X'), + ); + }, + ), ), - ), - )); + ); + } + + Element getPicker() => tester.element(find.byType(CalendarDatePicker)); + await tester.pumpWidget(buildFrame(true)); await tester.tap(find.text('X')); await tester.pumpAndSettle(const Duration(seconds: 1)); - final Element picker = tester.element(find.byType(CalendarDatePicker)); expect( - Localizations.localeOf(picker), + Localizations.localeOf(getPicker()), + const Locale('fr', 'CA'), + ); + + expect( + Directionality.of(getPicker()), + TextDirection.rtl, + ); + + await tester.tap(find.text('Annuler')); + + // The tests below are only relevant for Material 2. Once Material 2 + // support is deprecated and the APIs are removed, these tests + // can be deleted. + + await tester.pumpWidget(buildFrame(false)); + await tester.tap(find.text('X')); + await tester.pumpAndSettle(); + + expect( + Localizations.localeOf(getPicker()), const Locale('fr', 'CA'), ); expect( - Directionality.of(picker), + Directionality.of(getPicker()), TextDirection.rtl, ); diff --git a/packages/flutter_localizations/test/material/time_picker_test.dart b/packages/flutter_localizations/test/material/time_picker_test.dart index 3a07db3fbd8b..b23019d71af1 100644 --- a/packages/flutter_localizations/test/material/time_picker_test.dart +++ b/packages/flutter_localizations/test/material/time_picker_test.dart @@ -220,7 +220,7 @@ void main() { } }); - testWidgets('uses single-ring 24-hour dial for all formats', (WidgetTester tester) async { + testWidgets('Material2 uses single-ring 24-hour dial for all locales', (WidgetTester tester) async { const List locales = [ Locale('en', 'US'), // h Locale('en', 'GB'), // HH @@ -228,11 +228,11 @@ void main() { ]; for (final Locale locale in locales) { // Tap along the segment stretching from the center to the edge at - // 12:00 AM position. Because there's only one ring, no matter where you - // tap the time will be the same. + // 12:00 AM position. Because there's only one ring, in the M2 + // DatePicker no matter where you tap the time will be the same. for (int i = 1; i < 10; i++) { TimeOfDay? result; - final Offset center = await startPicker(tester, (TimeOfDay? time) { result = time; }, locale: locale); + final Offset center = await startPicker(tester, (TimeOfDay? time) { result = time; }, locale: locale, useMaterial3: false); final Size size = tester.getSize(find.byKey(const Key('time-picker-dial'))); final double dy = (size.height / 2.0 / 10) * i; await tester.tapAt(Offset(center.dx, center.dy - dy)); @@ -242,34 +242,57 @@ void main() { } }); + testWidgets('Material3 uses a double-ring 24-hour dial for 24 hour locales', (WidgetTester tester) async { + Future testLocale(Locale locale, int startFactor, int endFactor, TimeOfDay expectedTime) async { + // For locales that display 24 hour time, factors 1-5 put the tap on the + // inner ring's "12" (the inner ring goes from 12-23). Otherwise the offset + // should land on the outer ring's "00". + for (int factor = startFactor; factor < endFactor; factor += 1) { + TimeOfDay? result; + final Offset center = await startPicker(tester, (TimeOfDay? time) { result = time; }, locale: locale, useMaterial3: true); + final Size size = tester.getSize(find.byKey(const Key('time-picker-dial'))); + final double dy = (size.height / 2.0 / 10) * factor; + await tester.tapAt(Offset(center.dx, center.dy - dy)); + await finishPicker(tester); + expect(result, equals(expectedTime), reason: 'Failed for locale=$locale with factor=$factor'); + } + } + + await testLocale(const Locale('en', 'US'), 1, 10, const TimeOfDay(hour: 0, minute: 0)); // 12 hour + await testLocale(const Locale('en', 'ES'), 1, 10, const TimeOfDay(hour: 0, minute: 0)); // 12 hour + await testLocale(const Locale('en', 'GB'), 1, 5, const TimeOfDay(hour: 12, minute: 0)); // 24 hour, inner ring + await testLocale(const Locale('en', 'GB'), 6, 10, const TimeOfDay(hour: 0, minute: 0)); // 24 hour, outer ring + }); + const List labels12To11 = ['12', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11']; - const List labels00To22TwoDigit = ['00', '02', '04', '06', '08', '10', '12', '14', '16', '18', '20', '22']; + const List labels00To22TwoDigit = ['00', '02', '04', '06', '08', '10', '12', '14', '16', '18', '20', '22']; // Material 2 + const List labels00To23TwoDigit = [ // Material 3 + '00', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23']; - Future mediaQueryBoilerplate(WidgetTester tester, bool alwaysUse24HourFormat) async { + Future mediaQueryBoilerplate(WidgetTester tester, {required bool alwaysUse24HourFormat, bool? useMaterial3}) async { await tester.pumpWidget( - Localizations( - locale: const Locale('en', 'US'), - delegates: const >[ - GlobalMaterialLocalizations.delegate, - DefaultWidgetsLocalizations.delegate, - ], - child: MediaQuery( - data: MediaQueryData(alwaysUse24HourFormat: alwaysUse24HourFormat), - child: Material( - child: Directionality( - textDirection: TextDirection.ltr, - child: Navigator( - onGenerateRoute: (RouteSettings settings) { - return MaterialPageRoute(builder: (BuildContext context) { - return TextButton( - onPressed: () { - showTimePicker(context: context, initialTime: const TimeOfDay(hour: 7, minute: 0)); - }, - child: const Text('X'), - ); - }); - }, - ), + MaterialApp( + theme: ThemeData(useMaterial3: useMaterial3), + builder: (BuildContext context, Widget? child) { + return MediaQuery( + data: MediaQueryData(alwaysUse24HourFormat: alwaysUse24HourFormat), + child: child!, + ); + }, + home: Material( + child: Directionality( + textDirection: TextDirection.ltr, + child: Navigator( + onGenerateRoute: (RouteSettings settings) { + return MaterialPageRoute(builder: (BuildContext context) { + return TextButton( + onPressed: () { + showTimePicker(context: context, initialTime: const TimeOfDay(hour: 7, minute: 0)); + }, + child: const Text('X'), + ); + }); + }, ), ), ), @@ -281,7 +304,7 @@ void main() { } testWidgets('respects MediaQueryData.alwaysUse24HourFormat == false', (WidgetTester tester) async { - await mediaQueryBoilerplate(tester, false); + await mediaQueryBoilerplate(tester, alwaysUse24HourFormat: false); final CustomPaint dialPaint = tester.widget(find.byKey(const ValueKey('time-picker-dial'))); final dynamic dialPainter = dialPaint.painter; @@ -302,8 +325,30 @@ void main() { ); }); - testWidgets('respects MediaQueryData.alwaysUse24HourFormat == true', (WidgetTester tester) async { - await mediaQueryBoilerplate(tester, true); + testWidgets('Material3 respects MediaQueryData.alwaysUse24HourFormat == true', (WidgetTester tester) async { + await mediaQueryBoilerplate(tester, alwaysUse24HourFormat: true, useMaterial3: true); + + final CustomPaint dialPaint = tester.widget(find.byKey(const ValueKey('time-picker-dial'))); + final dynamic dialPainter = dialPaint.painter; + // ignore: avoid_dynamic_calls + final List primaryLabels = dialPainter.primaryLabels as List; + expect( + // ignore: avoid_dynamic_calls + primaryLabels.map((dynamic tp) => ((tp.painter as TextPainter).text! as TextSpan).text!), + labels00To23TwoDigit, + ); + + // ignore: avoid_dynamic_calls + final List selectedLabels = dialPainter.selectedLabels as List; + expect( + // ignore: avoid_dynamic_calls + selectedLabels.map((dynamic tp) => ((tp.painter as TextPainter).text! as TextSpan).text!), + labels00To23TwoDigit, + ); + }); + + testWidgets('Material2 respects MediaQueryData.alwaysUse24HourFormat == true', (WidgetTester tester) async { + await mediaQueryBoilerplate(tester, alwaysUse24HourFormat: true, useMaterial3: false); final CustomPaint dialPaint = tester.widget(find.byKey(const ValueKey('time-picker-dial'))); final dynamic dialPainter = dialPaint.painter; @@ -330,15 +375,18 @@ class _TimePickerLauncher extends StatelessWidget { this.onChanged, required this.locale, this.entryMode = TimePickerEntryMode.dial, + this.useMaterial3, }); final ValueChanged? onChanged; final Locale locale; final TimePickerEntryMode entryMode; + final bool? useMaterial3; @override Widget build(BuildContext context) { return MaterialApp( + theme: ThemeData(useMaterial3: useMaterial3), locale: locale, supportedLocales: [locale], localizationsDelegates: GlobalMaterialLocalizations.delegates, @@ -368,11 +416,13 @@ Future startPicker( WidgetTester tester, ValueChanged onChanged, { Locale locale = const Locale('en', 'US'), + bool? useMaterial3, }) async { await tester.pumpWidget( _TimePickerLauncher( onChanged: onChanged, locale: locale, + useMaterial3: useMaterial3, ), ); await tester.tap(find.text('X')); From e1d66ad168216dbc641efcd53c02032cdb888410 Mon Sep 17 00:00:00 2001 From: luckysmg <2539699336@qq.com> Date: Thu, 6 Jul 2023 23:51:06 +0800 Subject: [PATCH 241/327] [framework] Add textField OCR support for framework side (#96637) iOS OCR keyboard input support. --- .../generated_material_localizations.dart | 237 ++++++++++++++++++ .../lib/src/l10n/material_af.arb | 1 + .../lib/src/l10n/material_am.arb | 1 + .../lib/src/l10n/material_ar.arb | 1 + .../lib/src/l10n/material_as.arb | 1 + .../lib/src/l10n/material_az.arb | 1 + .../lib/src/l10n/material_be.arb | 1 + .../lib/src/l10n/material_bg.arb | 1 + .../lib/src/l10n/material_bn.arb | 1 + .../lib/src/l10n/material_bs.arb | 1 + .../lib/src/l10n/material_ca.arb | 1 + .../lib/src/l10n/material_cs.arb | 1 + .../lib/src/l10n/material_cy.arb | 3 +- .../lib/src/l10n/material_da.arb | 1 + .../lib/src/l10n/material_de.arb | 1 + .../lib/src/l10n/material_el.arb | 1 + .../lib/src/l10n/material_en.arb | 5 + .../lib/src/l10n/material_es.arb | 1 + .../lib/src/l10n/material_et.arb | 1 + .../lib/src/l10n/material_eu.arb | 1 + .../lib/src/l10n/material_fa.arb | 1 + .../lib/src/l10n/material_fi.arb | 1 + .../lib/src/l10n/material_fil.arb | 1 + .../lib/src/l10n/material_fr.arb | 1 + .../lib/src/l10n/material_gl.arb | 1 + .../lib/src/l10n/material_gsw.arb | 1 + .../lib/src/l10n/material_gu.arb | 1 + .../lib/src/l10n/material_he.arb | 1 + .../lib/src/l10n/material_hi.arb | 1 + .../lib/src/l10n/material_hr.arb | 1 + .../lib/src/l10n/material_hu.arb | 1 + .../lib/src/l10n/material_hy.arb | 1 + .../lib/src/l10n/material_id.arb | 1 + .../lib/src/l10n/material_is.arb | 1 + .../lib/src/l10n/material_it.arb | 1 + .../lib/src/l10n/material_ja.arb | 1 + .../lib/src/l10n/material_ka.arb | 1 + .../lib/src/l10n/material_kk.arb | 1 + .../lib/src/l10n/material_km.arb | 1 + .../lib/src/l10n/material_kn.arb | 1 + .../lib/src/l10n/material_ko.arb | 1 + .../lib/src/l10n/material_ky.arb | 1 + .../lib/src/l10n/material_lo.arb | 1 + .../lib/src/l10n/material_lt.arb | 1 + .../lib/src/l10n/material_lv.arb | 1 + .../lib/src/l10n/material_mk.arb | 1 + .../lib/src/l10n/material_ml.arb | 1 + .../lib/src/l10n/material_mn.arb | 1 + .../lib/src/l10n/material_mr.arb | 1 + .../lib/src/l10n/material_ms.arb | 1 + .../lib/src/l10n/material_my.arb | 1 + .../lib/src/l10n/material_nb.arb | 1 + .../lib/src/l10n/material_ne.arb | 1 + .../lib/src/l10n/material_nl.arb | 1 + .../lib/src/l10n/material_no.arb | 1 + .../lib/src/l10n/material_or.arb | 1 + .../lib/src/l10n/material_pa.arb | 1 + .../lib/src/l10n/material_pl.arb | 1 + .../lib/src/l10n/material_ps.arb | 1 + .../lib/src/l10n/material_pt.arb | 1 + .../lib/src/l10n/material_ro.arb | 1 + .../lib/src/l10n/material_ru.arb | 1 + .../lib/src/l10n/material_si.arb | 1 + .../lib/src/l10n/material_sk.arb | 1 + .../lib/src/l10n/material_sl.arb | 1 + .../lib/src/l10n/material_sq.arb | 1 + .../lib/src/l10n/material_sr.arb | 1 + .../lib/src/l10n/material_sv.arb | 1 + .../lib/src/l10n/material_sw.arb | 1 + .../lib/src/l10n/material_ta.arb | 1 + .../lib/src/l10n/material_te.arb | 1 + .../lib/src/l10n/material_th.arb | 1 + .../lib/src/l10n/material_tl.arb | 1 + .../lib/src/l10n/material_tr.arb | 1 + .../lib/src/l10n/material_uk.arb | 1 + .../lib/src/l10n/material_ur.arb | 1 + .../lib/src/l10n/material_uz.arb | 1 + .../lib/src/l10n/material_vi.arb | 1 + .../lib/src/l10n/material_zh.arb | 1 + .../lib/src/l10n/material_zu.arb | 1 + 80 files changed, 321 insertions(+), 1 deletion(-) diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index d57582959839..d936427c1653 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -416,6 +416,9 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Stoor'; + @override + String get scanTextButtonLabel => 'Skena umbhalo'; + @override String get scrimLabel => 'Skerm'; @@ -891,6 +894,9 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'አስቀምጥ'; + @override + String get scanTextButtonLabel => 'ጽሑፍ ይቃኙ'; + @override String get scrimLabel => 'ገዳቢ'; @@ -1366,6 +1372,9 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'الحفظ'; + @override + String get scanTextButtonLabel => 'مسح النص'; + @override String get scrimLabel => 'تمويه'; @@ -1841,6 +1850,9 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'ছেভ কৰক'; + @override + String get scanTextButtonLabel => 'স্কেন টেক্সট'; + @override String get scrimLabel => 'স্ক্ৰিম'; @@ -2316,6 +2328,9 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Yadda saxlayın'; + @override + String get scanTextButtonLabel => 'Mətni skan edin'; + @override String get scrimLabel => 'Kətan'; @@ -2791,6 +2806,9 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Захаваць'; + @override + String get scanTextButtonLabel => 'Сканаваць тэкст'; + @override String get scrimLabel => 'Палатно'; @@ -3266,6 +3284,9 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Запазване'; + @override + String get scanTextButtonLabel => 'Сканиране на текст'; + @override String get scrimLabel => 'Скрим'; @@ -3741,6 +3762,9 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'সেভ করুন'; + @override + String get scanTextButtonLabel => 'পাঠ্য স্ক্যান করুন'; + @override String get scrimLabel => 'স্ক্রিম'; @@ -4216,6 +4240,9 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Sačuvaj'; + @override + String get scanTextButtonLabel => 'Skeniraj tekst'; + @override String get scrimLabel => 'Rubno'; @@ -4691,6 +4718,9 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Desa'; + @override + String get scanTextButtonLabel => 'Escaneja el text'; + @override String get scrimLabel => 'Fons atenuat'; @@ -5166,6 +5196,9 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Uložit'; + @override + String get scanTextButtonLabel => 'Naskenujte text'; + @override String get scrimLabel => 'Scrim'; @@ -5641,6 +5674,9 @@ class MaterialLocalizationCy extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Cadw'; + @override + String get scanTextButtonLabel => 'Scan text'; + @override String get scrimLabel => 'Scrim'; @@ -6116,6 +6152,9 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Gem'; + @override + String get scanTextButtonLabel => 'Scan tekst'; + @override String get scrimLabel => 'Dæmpeskærm'; @@ -6591,6 +6630,9 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Speichern'; + @override + String get scanTextButtonLabel => 'Text scannen'; + @override String get scrimLabel => 'Gitter'; @@ -7130,6 +7172,9 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Αποθήκευση'; + @override + String get scanTextButtonLabel => 'Σάρωση κειμένου'; + @override String get scrimLabel => 'Επικάλυψη'; @@ -7605,6 +7650,9 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Save'; + @override + String get scanTextButtonLabel => 'Scan text'; + @override String get scrimLabel => 'Scrim'; @@ -8814,6 +8862,9 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Guardar'; + @override + String get scanTextButtonLabel => 'Escanear texto'; + @override String get scrimLabel => 'Sombreado'; @@ -12672,6 +12723,9 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Salvesta'; + @override + String get scanTextButtonLabel => 'Skanni teksti'; + @override String get scrimLabel => 'Sirm'; @@ -13147,6 +13201,9 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Gorde'; + @override + String get scanTextButtonLabel => 'Eskaneatu testua'; + @override String get scrimLabel => 'Barrera'; @@ -13622,6 +13679,9 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'ذخیره'; + @override + String get scanTextButtonLabel => 'اسکن متن'; + @override String get scrimLabel => 'رویه'; @@ -14097,6 +14157,9 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Tallenna'; + @override + String get scanTextButtonLabel => 'Skannaa tekstiä'; + @override String get scrimLabel => 'Sermi'; @@ -14572,6 +14635,9 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'I-save'; + @override + String get scanTextButtonLabel => 'I-scan ang text'; + @override String get scrimLabel => 'Scrim'; @@ -15047,6 +15113,9 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Enregistrer'; + @override + String get scanTextButtonLabel => 'Numériser du texte'; + @override String get scrimLabel => 'Fond'; @@ -15664,6 +15733,9 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Gardar'; + @override + String get scanTextButtonLabel => 'Escanear texto'; + @override String get scrimLabel => 'Sombreado'; @@ -16139,6 +16211,9 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Speichern'; + @override + String get scanTextButtonLabel => 'Text scannen'; + @override String get scrimLabel => 'Gitter'; @@ -16614,6 +16689,9 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'સાચવો'; + @override + String get scanTextButtonLabel => 'ટેક્સ્ટ સ્કેન કરો'; + @override String get scrimLabel => 'સ્ક્રિમ'; @@ -17089,6 +17167,9 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'שמירה'; + @override + String get scanTextButtonLabel => 'סרוק טקסט'; + @override String get scrimLabel => 'מיסוך'; @@ -17564,6 +17645,9 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'सेव करें'; + @override + String get scanTextButtonLabel => 'पाठ स्कैन करें'; + @override String get scrimLabel => 'स्क्रिम'; @@ -18039,6 +18123,9 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Spremi'; + @override + String get scanTextButtonLabel => 'Skeniraj tekst'; + @override String get scrimLabel => 'Rubno'; @@ -18514,6 +18601,9 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Mentés'; + @override + String get scanTextButtonLabel => 'Szöveg beolvasása'; + @override String get scrimLabel => 'Borítás'; @@ -18989,6 +19079,9 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Պահել'; + @override + String get scanTextButtonLabel => 'Սկանավորեք տեքստը'; + @override String get scrimLabel => 'Դիմակ'; @@ -19464,6 +19557,9 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Simpan'; + @override + String get scanTextButtonLabel => 'Pindai teks'; + @override String get scrimLabel => 'Scrim'; @@ -19939,6 +20035,9 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Vista'; + @override + String get scanTextButtonLabel => 'Skannaðu texta'; + @override String get scrimLabel => 'Möskvi'; @@ -20414,6 +20513,9 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Salva'; + @override + String get scanTextButtonLabel => 'Scansiona il testo'; + @override String get scrimLabel => 'Rete'; @@ -20889,6 +20991,9 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { @override String get saveButtonLabel => '保存'; + @override + String get scanTextButtonLabel => 'テキストをスキャン'; + @override String get scrimLabel => 'スクリム'; @@ -21364,6 +21469,9 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'შენახვა'; + @override + String get scanTextButtonLabel => 'ტექსტის სკანირება'; + @override String get scrimLabel => 'სკრიმი'; @@ -21839,6 +21947,9 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Сақтау'; + @override + String get scanTextButtonLabel => 'Мәтінді сканерлеу'; + @override String get scrimLabel => 'Кенеп'; @@ -22314,6 +22425,9 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'រក្សាទុក'; + @override + String get scanTextButtonLabel => 'ស្កេនអត្ថបទ'; + @override String get scrimLabel => 'ផ្ទាំងស្រអាប់'; @@ -22789,6 +22903,9 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { @override String get saveButtonLabel => '\u{c89}\u{cb3}\u{cbf}\u{cb8}\u{cbf}'; + @override + String get scanTextButtonLabel => '\u{caa}\u{ca0}\u{ccd}\u{caf}\u{cb5}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{cb8}\u{ccd}\u{c95}\u{ccd}\u{caf}\u{cbe}\u{ca8}\u{ccd}\u{20}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; + @override String get scrimLabel => '\u{cb8}\u{ccd}\u{c95}\u{ccd}\u{cb0}\u{cbf}\u{cae}\u{ccd}'; @@ -23264,6 +23381,9 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { @override String get saveButtonLabel => '저장'; + @override + String get scanTextButtonLabel => '스캔 텍스트'; + @override String get scrimLabel => '스크림'; @@ -23739,6 +23859,9 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Сактоо'; + @override + String get scanTextButtonLabel => 'Текстти скандоо'; + @override String get scrimLabel => 'Кенеп'; @@ -24214,6 +24337,9 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'ບັນທຶກ'; + @override + String get scanTextButtonLabel => 'ສະແກນຂໍ້ຄວາມ'; + @override String get scrimLabel => 'Scrim'; @@ -24689,6 +24815,9 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Išsaugoti'; + @override + String get scanTextButtonLabel => 'Nuskaityti tekstą'; + @override String get scrimLabel => 'Užsklanda'; @@ -25164,6 +25293,9 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Saglabāt'; + @override + String get scanTextButtonLabel => 'Skenēt tekstu'; + @override String get scrimLabel => 'Pārklājums'; @@ -25639,6 +25771,9 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Зачувај'; + @override + String get scanTextButtonLabel => 'Скенирајте текст'; + @override String get scrimLabel => 'Скрим'; @@ -26114,6 +26249,9 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'സംരക്ഷിക്കുക'; + @override + String get scanTextButtonLabel => 'ടെക്സ്റ്റ് സ്കാൻ ചെയ്യുക'; + @override String get scrimLabel => 'സ്ക്രിം'; @@ -26589,6 +26727,9 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Хадгалах'; + @override + String get scanTextButtonLabel => 'Текст сканнердах'; + @override String get scrimLabel => 'Скрим'; @@ -27064,6 +27205,9 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'सेव्ह करा'; + @override + String get scanTextButtonLabel => 'मजकूर स्कॅन करा'; + @override String get scrimLabel => 'स्क्रिम'; @@ -27539,6 +27683,9 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Simpan'; + @override + String get scanTextButtonLabel => 'Pindai teks'; + @override String get scrimLabel => 'Scrim'; @@ -28014,6 +28161,9 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'သိမ်းရန်'; + @override + String get scanTextButtonLabel => 'စာသားကို စကင်ဖတ်ပါ။'; + @override String get scrimLabel => 'Scrim'; @@ -28489,6 +28639,9 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Lagre'; + @override + String get scanTextButtonLabel => 'Scan tekst'; + @override String get scrimLabel => 'Vev'; @@ -28964,6 +29117,9 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'सेभ गर्नुहोस्'; + @override + String get scanTextButtonLabel => 'पाठ स्क्यान गर्नुहोस्'; + @override String get scrimLabel => 'स्क्रिम'; @@ -29439,6 +29595,9 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Opslaan'; + @override + String get scanTextButtonLabel => 'Tekst scannen'; + @override String get scrimLabel => 'Scrim'; @@ -29914,6 +30073,9 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Lagre'; + @override + String get scanTextButtonLabel => 'Skann tekst'; + @override String get scrimLabel => 'Vev'; @@ -30389,6 +30551,9 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'ସେଭ କରନ୍ତୁ'; + @override + String get scanTextButtonLabel => 'ପାଠ୍ୟ ସ୍କାନ୍ କରନ୍ତୁ'; + @override String get scrimLabel => 'ସ୍କ୍ରିମ'; @@ -30864,6 +31029,9 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'ਰੱਖਿਅਤ ਕਰੋ'; + @override + String get scanTextButtonLabel => 'ਟੈਕਸਟ ਸਕੈਨ ਕਰੋ'; + @override String get scrimLabel => 'ਸਕ੍ਰਿਮ'; @@ -31339,6 +31507,9 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Zapisz'; + @override + String get scanTextButtonLabel => 'Zeskanuj tekst'; + @override String get scrimLabel => 'Siatka'; @@ -31814,6 +31985,9 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'SAVE'; + @override + String get scanTextButtonLabel => 'متن سکین کړئ'; + @override String get scrimLabel => 'Scrim'; @@ -32289,6 +32463,9 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Salvar'; + @override + String get scanTextButtonLabel => 'Digitalizar texto'; + @override String get scrimLabel => 'Scrim'; @@ -32915,6 +33092,9 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Salvați'; + @override + String get scanTextButtonLabel => 'Scanați textul'; + @override String get scrimLabel => 'Material'; @@ -33390,6 +33570,9 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Сохранить'; + @override + String get scanTextButtonLabel => 'Сканировать текст'; + @override String get scrimLabel => 'Маска'; @@ -33865,6 +34048,9 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'සුරකින්න'; + @override + String get scanTextButtonLabel => 'පෙළ පරිලෝකනය කරන්න'; + @override String get scrimLabel => 'ස්ක්‍රිම්'; @@ -34340,6 +34526,9 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Uložiť'; + @override + String get scanTextButtonLabel => 'Naskenujte text'; + @override String get scrimLabel => 'Scrim'; @@ -34815,6 +35004,9 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Shrani'; + @override + String get scanTextButtonLabel => 'Skeniraj besedilo'; + @override String get scrimLabel => 'Scrim'; @@ -35290,6 +35482,9 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Ruaj'; + @override + String get scanTextButtonLabel => 'Skanoni tekstin'; + @override String get scrimLabel => 'Kanavacë'; @@ -35765,6 +35960,9 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Сачувај'; + @override + String get scanTextButtonLabel => 'Скенирајте текст'; + @override String get scrimLabel => 'Скрим'; @@ -36554,6 +36752,9 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Spara'; + @override + String get scanTextButtonLabel => 'Skanna text'; + @override String get scrimLabel => 'Scrim'; @@ -37029,6 +37230,9 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Hifadhi'; + @override + String get scanTextButtonLabel => 'Changanua maandishi'; + @override String get scrimLabel => 'Scrim'; @@ -37504,6 +37708,9 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'சேமி'; + @override + String get scanTextButtonLabel => 'உரையை ஸ்கேன் செய்யவும்'; + @override String get scrimLabel => 'ஸ்க்ரிம்'; @@ -37979,6 +38186,9 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'సేవ్ చేయండి'; + @override + String get scanTextButtonLabel => 'వచనాన్ని స్కాన్ చేయండి'; + @override String get scrimLabel => 'స్క్రిమ్'; @@ -38454,6 +38664,9 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'บันทึก'; + @override + String get scanTextButtonLabel => 'สแกนข้อความ'; + @override String get scrimLabel => 'Scrim'; @@ -38929,6 +39142,9 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'I-save'; + @override + String get scanTextButtonLabel => 'I-scan ang text'; + @override String get scrimLabel => 'Scrim'; @@ -39404,6 +39620,9 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Kaydet'; + @override + String get scanTextButtonLabel => 'Metni tara'; + @override String get scrimLabel => 'opaklık katmanı'; @@ -39879,6 +40098,9 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Зберегти'; + @override + String get scanTextButtonLabel => 'Сканувати текст'; + @override String get scrimLabel => 'Маскувальний фон'; @@ -40354,6 +40576,9 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'محفوظ کریں'; + @override + String get scanTextButtonLabel => 'متن کو اسکین کریں'; + @override String get scrimLabel => 'اسکریم'; @@ -40829,6 +41054,9 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Saqlash'; + @override + String get scanTextButtonLabel => 'Matnni skanerlash'; + @override String get scrimLabel => 'Kanop'; @@ -41304,6 +41532,9 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Lưu'; + @override + String get scanTextButtonLabel => 'Quét văn bản'; + @override String get scrimLabel => 'Scrim'; @@ -41779,6 +42010,9 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { @override String get saveButtonLabel => '保存'; + @override + String get scanTextButtonLabel => '扫描文本'; + @override String get scrimLabel => '纱罩'; @@ -42747,6 +42981,9 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { @override String get saveButtonLabel => 'Londoloza'; + @override + String get scanTextButtonLabel => 'Skena umbhalo'; + @override String get scrimLabel => 'I-Scrim'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_af.arb b/packages/flutter_localizations/lib/src/l10n/material_af.arb index 9305eaff8ef8..c593ac8c8228 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_af.arb @@ -25,6 +25,7 @@ "continueButtonLabel": "Gaan voort", "copyButtonLabel": "Kopieer", "cutButtonLabel": "Knip", + "scanTextButtonLabel": "Skena umbhalo", "okButtonLabel": "OK", "pasteButtonLabel": "Plak", "selectAllButtonLabel": "Kies alles", diff --git a/packages/flutter_localizations/lib/src/l10n/material_am.arb b/packages/flutter_localizations/lib/src/l10n/material_am.arb index 9252e27227a8..3538c87c0f2b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_am.arb @@ -25,6 +25,7 @@ "continueButtonLabel": "ቀጥል", "copyButtonLabel": "ቅዳ", "cutButtonLabel": "ቁረጥ", + "scanTextButtonLabel": "ጽሑፍ ይቃኙ", "okButtonLabel": "እሺ", "pasteButtonLabel": "ለጥፍ", "selectAllButtonLabel": "ሁሉንም ምረጥ", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index 09e0deb146e1..73f9d2b1181a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -35,6 +35,7 @@ "continueButtonLabel": "المتابعة", "copyButtonLabel": "نسخ", "cutButtonLabel": "قص", + "scanTextButtonLabel": "مسح النص", "okButtonLabel": "حسنًا", "pasteButtonLabel": "لصق", "selectAllButtonLabel": "اختيار الكل", diff --git a/packages/flutter_localizations/lib/src/l10n/material_as.arb b/packages/flutter_localizations/lib/src/l10n/material_as.arb index 947cb777e7a8..f358a744115e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_as.arb @@ -25,6 +25,7 @@ "continueButtonLabel": "অব্যাহত ৰাখক", "copyButtonLabel": "প্ৰতিলিপি কৰক", "cutButtonLabel": "কাট কৰক", + "scanTextButtonLabel": "স্কেন টেক্সট", "okButtonLabel": "ঠিক আছে", "pasteButtonLabel": "পে'ষ্ট কৰক", "selectAllButtonLabel": "সকলো বাছনি কৰক", diff --git a/packages/flutter_localizations/lib/src/l10n/material_az.arb b/packages/flutter_localizations/lib/src/l10n/material_az.arb index ecda4f6a12b2..ea0736f36818 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_az.arb @@ -25,6 +25,7 @@ "continueButtonLabel": "Davam edin", "copyButtonLabel": "Kopyalayın", "cutButtonLabel": "Kəsin", + "scanTextButtonLabel": "Mətni skan edin", "okButtonLabel": "OK", "pasteButtonLabel": "Yerləşdirin", "selectAllButtonLabel": "Hamısını seçin", diff --git a/packages/flutter_localizations/lib/src/l10n/material_be.arb b/packages/flutter_localizations/lib/src/l10n/material_be.arb index d370cfaf2659..d58cb145704d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_be.arb @@ -31,6 +31,7 @@ "continueButtonLabel": "Працягнуць", "copyButtonLabel": "Капіраваць", "cutButtonLabel": "Выразаць", + "scanTextButtonLabel": "Сканаваць тэкст", "okButtonLabel": "ОК", "pasteButtonLabel": "Уставіць", "selectAllButtonLabel": "Выбраць усе", diff --git a/packages/flutter_localizations/lib/src/l10n/material_bg.arb b/packages/flutter_localizations/lib/src/l10n/material_bg.arb index bc18ea7dac76..fb6074c48d6d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bg.arb @@ -25,6 +25,7 @@ "continueButtonLabel": "Напред", "copyButtonLabel": "Копиране", "cutButtonLabel": "Изрязване", + "scanTextButtonLabel": "Сканиране на текст", "okButtonLabel": "OK", "pasteButtonLabel": "Поставяне", "selectAllButtonLabel": "Избиране на всички", diff --git a/packages/flutter_localizations/lib/src/l10n/material_bn.arb b/packages/flutter_localizations/lib/src/l10n/material_bn.arb index cb6809b260c4..03587bc34824 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bn.arb @@ -25,6 +25,7 @@ "continueButtonLabel": "চালিয়ে যান", "copyButtonLabel": "কপি করুন", "cutButtonLabel": "কাট করুন", + "scanTextButtonLabel": "পাঠ্য স্ক্যান করুন", "okButtonLabel": "ঠিক আছে", "pasteButtonLabel": "পেস্ট করুন", "selectAllButtonLabel": "সব বেছে নিন", diff --git a/packages/flutter_localizations/lib/src/l10n/material_bs.arb b/packages/flutter_localizations/lib/src/l10n/material_bs.arb index 8915688b00ec..bbe68a1dafc4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bs.arb @@ -28,6 +28,7 @@ "continueButtonLabel": "Nastavi", "copyButtonLabel": "Kopiraj", "cutButtonLabel": "Izreži", + "scanTextButtonLabel": "Skeniraj tekst", "okButtonLabel": "Uredu", "pasteButtonLabel": "Zalijepi", "selectAllButtonLabel": "Odaberi sve", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ca.arb b/packages/flutter_localizations/lib/src/l10n/material_ca.arb index 031a078b7209..aecdb082777e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ca.arb @@ -25,6 +25,7 @@ "continueButtonLabel": "Continua", "copyButtonLabel": "Copia", "cutButtonLabel": "Retalla", + "scanTextButtonLabel": "Escaneja el text", "okButtonLabel": "D'ACORD", "pasteButtonLabel": "Enganxa", "selectAllButtonLabel": "Selecciona-ho tot", diff --git a/packages/flutter_localizations/lib/src/l10n/material_cs.arb b/packages/flutter_localizations/lib/src/l10n/material_cs.arb index 4dcd0628fb77..1e17c2e1c9a5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cs.arb @@ -31,6 +31,7 @@ "continueButtonLabel": "Pokračovat", "copyButtonLabel": "Kopírovat", "cutButtonLabel": "Vyjmout", + "scanTextButtonLabel": "Naskenujte text", "okButtonLabel": "OK", "pasteButtonLabel": "Vložit", "selectAllButtonLabel": "Vybrat vše", diff --git a/packages/flutter_localizations/lib/src/l10n/material_cy.arb b/packages/flutter_localizations/lib/src/l10n/material_cy.arb index 35831c845ec4..1cf88afa69ea 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cy.arb @@ -150,5 +150,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "scanTextButtonLabel": "Scan text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_da.arb b/packages/flutter_localizations/lib/src/l10n/material_da.arb index 98d147e92e02..52c309eda356 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_da.arb @@ -25,6 +25,7 @@ "continueButtonLabel": "Fortsæt", "copyButtonLabel": "Kopiér", "cutButtonLabel": "Klip", + "scanTextButtonLabel": "Scan tekst", "okButtonLabel": "OK", "pasteButtonLabel": "Indsæt", "selectAllButtonLabel": "Markér alt", diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index f72cfe3c19d5..9a5fbefb0919 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -26,6 +26,7 @@ "continueButtonLabel": "Weiter", "copyButtonLabel": "Kopieren", "cutButtonLabel": "Ausschneiden", + "scanTextButtonLabel": "Text scannen", "okButtonLabel": "OK", "pasteButtonLabel": "Einsetzen", "selectAllButtonLabel": "Alle auswählen", diff --git a/packages/flutter_localizations/lib/src/l10n/material_el.arb b/packages/flutter_localizations/lib/src/l10n/material_el.arb index c0727743dc5b..e9f3408a997c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_el.arb @@ -25,6 +25,7 @@ "continueButtonLabel": "Συνέχεια", "copyButtonLabel": "Αντιγραφή", "cutButtonLabel": "Αποκοπή", + "scanTextButtonLabel": "Σάρωση κειμένου", "okButtonLabel": "ΟΚ", "pasteButtonLabel": "Επικόλληση", "selectAllButtonLabel": "Επιλογή όλων", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index dc2e11e49b51..dd9746dcd595 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -192,6 +192,11 @@ "description": "The label for cut buttons and menu items." }, + "scanTextButtonLabel": "Scan text", + "@scanTextButtonLabel": { + "description": "The label for scan text buttons and menu items for starting the insertion of text via OCR." + }, + "okButtonLabel": "OK", "@okButtonLabel": { "description": "The label for OK buttons and menu items." diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index 4ceef3a18cc5..59eed0c4324d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -26,6 +26,7 @@ "continueButtonLabel": "Continuar", "copyButtonLabel": "Copiar", "cutButtonLabel": "Cortar", + "scanTextButtonLabel": "Escanear texto", "okButtonLabel": "ACEPTAR", "pasteButtonLabel": "Pegar", "selectAllButtonLabel": "Seleccionar todo", diff --git a/packages/flutter_localizations/lib/src/l10n/material_et.arb b/packages/flutter_localizations/lib/src/l10n/material_et.arb index 90f8c507a3ba..97fb40a2a7ed 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_et.arb @@ -25,6 +25,7 @@ "continueButtonLabel": "Jätka", "copyButtonLabel": "Kopeeri", "cutButtonLabel": "Lõika", + "scanTextButtonLabel": "Skanni teksti", "okButtonLabel": "OK", "pasteButtonLabel": "Kleebi", "selectAllButtonLabel": "Vali kõik", diff --git a/packages/flutter_localizations/lib/src/l10n/material_eu.arb b/packages/flutter_localizations/lib/src/l10n/material_eu.arb index 3d0b043d9346..8e299211b2f8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_eu.arb @@ -25,6 +25,7 @@ "continueButtonLabel": "Egin aurrera", "copyButtonLabel": "Kopiatu", "cutButtonLabel": "Ebaki", + "scanTextButtonLabel": "Eskaneatu testua", "okButtonLabel": "Ados", "pasteButtonLabel": "Itsatsi", "selectAllButtonLabel": "Hautatu guztiak", diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index 7dc1bcde30a9..20c7fbcfd993 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -25,6 +25,7 @@ "continueButtonLabel": "ادامه", "copyButtonLabel": "کپی", "cutButtonLabel": "برش", + "scanTextButtonLabel": "اسکن متن", "okButtonLabel": "تأیید", "pasteButtonLabel": "جای‌گذاری", "selectAllButtonLabel": "انتخاب همه", diff --git a/packages/flutter_localizations/lib/src/l10n/material_fi.arb b/packages/flutter_localizations/lib/src/l10n/material_fi.arb index ba4ce53ed144..8db1a1af41ad 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fi.arb @@ -25,6 +25,7 @@ "continueButtonLabel": "Jatka", "copyButtonLabel": "Kopioi", "cutButtonLabel": "Leikkaa", + "scanTextButtonLabel": "Skannaa tekstiä", "okButtonLabel": "OK", "pasteButtonLabel": "Liitä", "selectAllButtonLabel": "Valitse kaikki", diff --git a/packages/flutter_localizations/lib/src/l10n/material_fil.arb b/packages/flutter_localizations/lib/src/l10n/material_fil.arb index c1541844e620..fbf38a18b99a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fil.arb @@ -25,6 +25,7 @@ "continueButtonLabel": "Magpatuloy", "copyButtonLabel": "Kopyahin", "cutButtonLabel": "I-cut", + "scanTextButtonLabel": "I-scan ang text", "okButtonLabel": "OK", "pasteButtonLabel": "I-paste", "selectAllButtonLabel": "Piliin lahat", diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index 39f5122f0b50..accbb33f232e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -26,6 +26,7 @@ "continueButtonLabel": "Continuer", "copyButtonLabel": "Copier", "cutButtonLabel": "Couper", + "scanTextButtonLabel": "Numériser du texte", "okButtonLabel": "OK", "pasteButtonLabel": "Coller", "selectAllButtonLabel": "Tout sélectionner", diff --git a/packages/flutter_localizations/lib/src/l10n/material_gl.arb b/packages/flutter_localizations/lib/src/l10n/material_gl.arb index 0e8a200638d8..255779596308 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gl.arb @@ -26,6 +26,7 @@ "continueButtonLabel": "Continuar", "copyButtonLabel": "Copiar", "cutButtonLabel": "Cortar", + "scanTextButtonLabel": "Escanear texto", "okButtonLabel": "Aceptar", "pasteButtonLabel": "Pegar", "selectAllButtonLabel": "Seleccionar todo", diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index f8a66c88c246..1d803e7b2ff9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -30,6 +30,7 @@ "continueButtonLabel": "Weiter", "copyButtonLabel": "Kopieren", "cutButtonLabel": "Ausschneiden", + "scanTextButtonLabel": "Text scannen", "okButtonLabel": "OK", "pasteButtonLabel": "Einsetzen", "selectAllButtonLabel": "Alle auswählen", diff --git a/packages/flutter_localizations/lib/src/l10n/material_gu.arb b/packages/flutter_localizations/lib/src/l10n/material_gu.arb index 053afe5f3ced..371690c084b9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gu.arb @@ -25,6 +25,7 @@ "continueButtonLabel": "ચાલુ રાખો", "copyButtonLabel": "કૉપિ કરો", "cutButtonLabel": "કાપો", + "scanTextButtonLabel": "ટેક્સ્ટ સ્કેન કરો", "okButtonLabel": "ઓકે", "pasteButtonLabel": "પેસ્ટ કરો", "selectAllButtonLabel": "બધા પસંદ કરો", diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index 73991d6c8eed..c1f33f5bb61f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -31,6 +31,7 @@ "continueButtonLabel": "המשך", "copyButtonLabel": "העתקה", "cutButtonLabel": "גזירה", + "scanTextButtonLabel": "סרוק טקסט", "okButtonLabel": "אישור", "pasteButtonLabel": "הדבקה", "selectAllButtonLabel": "בחירת הכול", diff --git a/packages/flutter_localizations/lib/src/l10n/material_hi.arb b/packages/flutter_localizations/lib/src/l10n/material_hi.arb index 4ccdf9001945..78fe9a1d3022 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hi.arb @@ -25,6 +25,7 @@ "continueButtonLabel": "जारी रखें", "copyButtonLabel": "कॉपी करें", "cutButtonLabel": "काटें", + "scanTextButtonLabel": "पाठ स्कैन करें", "okButtonLabel": "ठीक है", "pasteButtonLabel": "चिपकाएं", "selectAllButtonLabel": "सभी को चुनें", diff --git a/packages/flutter_localizations/lib/src/l10n/material_hr.arb b/packages/flutter_localizations/lib/src/l10n/material_hr.arb index 1a199173f4a0..7535eb9e70ed 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hr.arb @@ -28,6 +28,7 @@ "continueButtonLabel": "Nastavi", "copyButtonLabel": "Kopiraj", "cutButtonLabel": "Izreži", + "scanTextButtonLabel": "Skeniraj tekst", "okButtonLabel": "U REDU", "pasteButtonLabel": "Zalijepi", "selectAllButtonLabel": "Odaberi sve", diff --git a/packages/flutter_localizations/lib/src/l10n/material_hu.arb b/packages/flutter_localizations/lib/src/l10n/material_hu.arb index 654be0587952..88c57ae8b3c5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hu.arb @@ -25,6 +25,7 @@ "continueButtonLabel": "Folytatás", "copyButtonLabel": "Másolás", "cutButtonLabel": "Kivágás", + "scanTextButtonLabel": "Szöveg beolvasása", "okButtonLabel": "OK", "pasteButtonLabel": "Beillesztés", "selectAllButtonLabel": "Összes kijelölése", diff --git a/packages/flutter_localizations/lib/src/l10n/material_hy.arb b/packages/flutter_localizations/lib/src/l10n/material_hy.arb index 4e1d29cc2812..02d1ab87b93a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hy.arb @@ -30,6 +30,7 @@ "continueButtonLabel": "Շարունակել", "copyButtonLabel": "Պատճենել", "cutButtonLabel": "Կտրել", + "scanTextButtonLabel": "Սկանավորեք տեքստը", "okButtonLabel": "Եղավ", "pasteButtonLabel": "Տեղադրել", "selectAllButtonLabel": "Նշել բոլորը", diff --git a/packages/flutter_localizations/lib/src/l10n/material_id.arb b/packages/flutter_localizations/lib/src/l10n/material_id.arb index e48f988c2029..131bface74be 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_id.arb @@ -25,6 +25,7 @@ "continueButtonLabel": "Lanjutkan", "copyButtonLabel": "Salin", "cutButtonLabel": "Potong", + "scanTextButtonLabel": "Pindai teks", "okButtonLabel": "OKE", "pasteButtonLabel": "Tempel", "selectAllButtonLabel": "Pilih semua", diff --git a/packages/flutter_localizations/lib/src/l10n/material_is.arb b/packages/flutter_localizations/lib/src/l10n/material_is.arb index 2dfd4ed24fc0..30078d757f96 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_is.arb @@ -25,6 +25,7 @@ "continueButtonLabel": "Áfram", "copyButtonLabel": "Afrita", "cutButtonLabel": "Klippa", + "scanTextButtonLabel": "Skannaðu texta", "okButtonLabel": "Í lagi", "pasteButtonLabel": "Líma", "selectAllButtonLabel": "Velja allt", diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index 9f7f4a8303e1..1f35104a9d98 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -25,6 +25,7 @@ "continueButtonLabel": "Continua", "copyButtonLabel": "Copia", "cutButtonLabel": "Taglia", + "scanTextButtonLabel": "Scansiona il testo", "okButtonLabel": "OK", "pasteButtonLabel": "Incolla", "selectAllButtonLabel": "Seleziona tutto", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index 59f145fe45be..58e3c810ba73 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -25,6 +25,7 @@ "continueButtonLabel": "続行", "copyButtonLabel": "コピー", "cutButtonLabel": "切り取り", + "scanTextButtonLabel": "テキストをスキャン", "okButtonLabel": "OK", "pasteButtonLabel": "貼り付け", "selectAllButtonLabel": "すべて選択", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ka.arb b/packages/flutter_localizations/lib/src/l10n/material_ka.arb index 36ff3fe76172..b221c9479288 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ka.arb @@ -25,6 +25,7 @@ "continueButtonLabel": "გაგრძელება", "copyButtonLabel": "კოპირება", "cutButtonLabel": "ამოჭრა", + "scanTextButtonLabel": "ტექსტის სკანირება", "okButtonLabel": "კარგი", "pasteButtonLabel": "ჩასმა", "selectAllButtonLabel": "ყველას არჩევა", diff --git a/packages/flutter_localizations/lib/src/l10n/material_kk.arb b/packages/flutter_localizations/lib/src/l10n/material_kk.arb index b35d5989d8fb..a318f00a4888 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kk.arb @@ -27,6 +27,7 @@ "continueButtonLabel": "Жалғастыру", "copyButtonLabel": "Көшіру", "cutButtonLabel": "Қию", + "scanTextButtonLabel": "Мәтінді сканерлеу", "okButtonLabel": "Иә", "pasteButtonLabel": "Қою", "selectAllButtonLabel": "Барлығын таңдау", diff --git a/packages/flutter_localizations/lib/src/l10n/material_km.arb b/packages/flutter_localizations/lib/src/l10n/material_km.arb index 7d61ff71db53..9c2a624991e2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_km.arb @@ -25,6 +25,7 @@ "continueButtonLabel": "បន្ត", "copyButtonLabel": "ចម្លង", "cutButtonLabel": "កាត់", + "scanTextButtonLabel": "ស្កេនអត្ថបទ", "okButtonLabel": "យល់ព្រម", "pasteButtonLabel": "ដាក់​ចូល", "selectAllButtonLabel": "ជ្រើសរើស​ទាំងអស់", diff --git a/packages/flutter_localizations/lib/src/l10n/material_kn.arb b/packages/flutter_localizations/lib/src/l10n/material_kn.arb index 7beddc5670de..624941d984c0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kn.arb @@ -25,6 +25,7 @@ "continueButtonLabel": "\u0cae\u0cc1\u0c82\u0ca6\u0cc1\u0cb5\u0cb0\u0cbf\u0cb8\u0cbf", "copyButtonLabel": "\u0ca8\u0c95\u0cb2\u0cbf\u0cb8\u0cbf", "cutButtonLabel": "\u0c95\u0ca4\u0ccd\u0ca4\u0cb0\u0cbf\u0cb8\u0cbf", + "scanTextButtonLabel": "\u0caa\u0ca0\u0ccd\u0caf\u0cb5\u0ca8\u0ccd\u0ca8\u0cc1\u0020\u0cb8\u0ccd\u0c95\u0ccd\u0caf\u0cbe\u0ca8\u0ccd\u0020\u0cae\u0cbe\u0ca1\u0cbf", "okButtonLabel": "\u0cb8\u0cb0\u0cbf", "pasteButtonLabel": "\u0c85\u0c82\u0c9f\u0cbf\u0cb8\u0cbf", "selectAllButtonLabel": "\u0c8e\u0cb2\u0ccd\u0cb2\u0cb5\u0ca8\u0ccd\u0ca8\u0cc2\u0020\u0c86\u0caf\u0ccd\u0c95\u0cc6\u0020\u0cae\u0cbe\u0ca1\u0cbf", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index b0d7fc88f3cf..4b2eeee024c9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -25,6 +25,7 @@ "continueButtonLabel": "계속", "copyButtonLabel": "복사", "cutButtonLabel": "잘라냄", + "scanTextButtonLabel": "스캔 텍스트", "okButtonLabel": "확인", "pasteButtonLabel": "붙여넣기", "selectAllButtonLabel": "전체 선택", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ky.arb b/packages/flutter_localizations/lib/src/l10n/material_ky.arb index e751ea37e869..568e08e29423 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ky.arb @@ -25,6 +25,7 @@ "continueButtonLabel": "Улантуу", "copyButtonLabel": "Көчүрүү", "cutButtonLabel": "Кесүү", + "scanTextButtonLabel": "Текстти скандоо", "okButtonLabel": "Макул", "pasteButtonLabel": "Чаптоо", "selectAllButtonLabel": "Баарын тандоо", diff --git a/packages/flutter_localizations/lib/src/l10n/material_lo.arb b/packages/flutter_localizations/lib/src/l10n/material_lo.arb index c28b7be49d15..2b02046d148c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lo.arb @@ -25,6 +25,7 @@ "continueButtonLabel": "ສືບຕໍ່", "copyButtonLabel": "ສຳເນົາ", "cutButtonLabel": "ຕັດ", + "scanTextButtonLabel": "ສະແກນຂໍ້ຄວາມ", "okButtonLabel": "ຕົກລົງ", "pasteButtonLabel": "ວາງ", "selectAllButtonLabel": "ເລືອກທັງໝົດ", diff --git a/packages/flutter_localizations/lib/src/l10n/material_lt.arb b/packages/flutter_localizations/lib/src/l10n/material_lt.arb index 82bf6e24c493..62d77cb56ac2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lt.arb @@ -31,6 +31,7 @@ "continueButtonLabel": "Tęsti", "copyButtonLabel": "Kopijuoti", "cutButtonLabel": "Iškirpti", + "scanTextButtonLabel": "Nuskaityti tekstą", "okButtonLabel": "GERAI", "pasteButtonLabel": "Įklijuoti", "selectAllButtonLabel": "Pasirinkti viską", diff --git a/packages/flutter_localizations/lib/src/l10n/material_lv.arb b/packages/flutter_localizations/lib/src/l10n/material_lv.arb index 62bdf7edf9ce..3c84e58cea34 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lv.arb @@ -26,6 +26,7 @@ "continueButtonLabel": "Turpināt", "copyButtonLabel": "Kopēt", "cutButtonLabel": "Izgriezt", + "scanTextButtonLabel": "Skenēt tekstu", "okButtonLabel": "LABI", "pasteButtonLabel": "Ielīmēt", "selectAllButtonLabel": "Atlasīt visu", diff --git a/packages/flutter_localizations/lib/src/l10n/material_mk.arb b/packages/flutter_localizations/lib/src/l10n/material_mk.arb index 8f479b8883f6..99586cbc339e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mk.arb @@ -25,6 +25,7 @@ "continueButtonLabel": "Продолжи", "copyButtonLabel": "Копирај", "cutButtonLabel": "Исечи", + "scanTextButtonLabel": "Скенирајте текст", "okButtonLabel": "Во ред", "pasteButtonLabel": "Залепи", "selectAllButtonLabel": "Избери ги сите", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ml.arb b/packages/flutter_localizations/lib/src/l10n/material_ml.arb index bda009d4b303..28896359cc47 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ml.arb @@ -25,6 +25,7 @@ "continueButtonLabel": "തുടരുക", "copyButtonLabel": "പകർത്തുക", "cutButtonLabel": "മുറിക്കുക", + "scanTextButtonLabel": "ടെക്സ്റ്റ് സ്കാൻ ചെയ്യുക", "okButtonLabel": "ശരി", "pasteButtonLabel": "ഒട്ടിക്കുക", "selectAllButtonLabel": "എല്ലാം തിരഞ്ഞെടുക്കുക", diff --git a/packages/flutter_localizations/lib/src/l10n/material_mn.arb b/packages/flutter_localizations/lib/src/l10n/material_mn.arb index 9d2cd4634170..a960b7b141ed 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mn.arb @@ -26,6 +26,7 @@ "continueButtonLabel": "Үргэлжлүүлэх", "copyButtonLabel": "Хуулах", "cutButtonLabel": "Таслах", + "scanTextButtonLabel": "Текст сканнердах", "okButtonLabel": "OK", "pasteButtonLabel": "Буулгах", "selectAllButtonLabel": "Бүгдийг сонгох", diff --git a/packages/flutter_localizations/lib/src/l10n/material_mr.arb b/packages/flutter_localizations/lib/src/l10n/material_mr.arb index 35b68b550335..ccc1ab9019bd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mr.arb @@ -26,6 +26,7 @@ "continueButtonLabel": "पुढे सुरू ठेवा", "copyButtonLabel": "कॉपी करा", "cutButtonLabel": "कट करा", + "scanTextButtonLabel": "मजकूर स्कॅन करा", "okButtonLabel": "ओके", "pasteButtonLabel": "पेस्ट करा", "selectAllButtonLabel": "सर्व निवडा", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ms.arb b/packages/flutter_localizations/lib/src/l10n/material_ms.arb index fed2636a7f5e..2efd94a47bbd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ms.arb @@ -26,6 +26,7 @@ "continueButtonLabel": "Teruskan", "copyButtonLabel": "Salin", "cutButtonLabel": "Potong", + "scanTextButtonLabel": "Pindai teks", "okButtonLabel": "OK", "pasteButtonLabel": "Tampal", "selectAllButtonLabel": "Pilih semua", diff --git a/packages/flutter_localizations/lib/src/l10n/material_my.arb b/packages/flutter_localizations/lib/src/l10n/material_my.arb index b29091ee06c9..06cde1220d69 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_my.arb @@ -25,6 +25,7 @@ "continueButtonLabel": "ရှေ့ဆက်ရန်", "copyButtonLabel": "မိတ္တူကူးရန်", "cutButtonLabel": "ဖြတ်ယူရန်", + "scanTextButtonLabel": "စာသားကို စကင်ဖတ်ပါ။", "okButtonLabel": "OK", "pasteButtonLabel": "ကူးထည့်ရန်", "selectAllButtonLabel": "အားလုံး ရွေးရန်", diff --git a/packages/flutter_localizations/lib/src/l10n/material_nb.arb b/packages/flutter_localizations/lib/src/l10n/material_nb.arb index f8e53f425d0e..0a4810524f23 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nb.arb @@ -28,6 +28,7 @@ "continueButtonLabel": "Fortsett", "copyButtonLabel": "Kopiér", "cutButtonLabel": "Klipp ut", + "scanTextButtonLabel": "Scan tekst", "okButtonLabel": "OK", "pasteButtonLabel": "Lim inn", "selectAllButtonLabel": "Velg alle", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ne.arb b/packages/flutter_localizations/lib/src/l10n/material_ne.arb index 55c65de2de7d..7c53636103d8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ne.arb @@ -25,6 +25,7 @@ "continueButtonLabel": "जारी राख्नुहोस्", "copyButtonLabel": "प्रतिलिपि गर्नुहोस्", "cutButtonLabel": "काट्नुहोस्", + "scanTextButtonLabel": "पाठ स्क्यान गर्नुहोस्", "okButtonLabel": "ठिक छ", "pasteButtonLabel": "टाँस्नुहोस्", "selectAllButtonLabel": "सबै बटनहरू चयन गर्नुहोस्", diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index 090aa051e3d2..16d0bceebf9e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -25,6 +25,7 @@ "continueButtonLabel": "Doorgaan", "copyButtonLabel": "Kopiëren", "cutButtonLabel": "Knippen", + "scanTextButtonLabel": "Tekst scannen", "okButtonLabel": "OK", "pasteButtonLabel": "Plakken", "selectAllButtonLabel": "Alles selecteren", diff --git a/packages/flutter_localizations/lib/src/l10n/material_no.arb b/packages/flutter_localizations/lib/src/l10n/material_no.arb index f8e53f425d0e..a311a70b250c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_no.arb @@ -28,6 +28,7 @@ "continueButtonLabel": "Fortsett", "copyButtonLabel": "Kopiér", "cutButtonLabel": "Klipp ut", + "scanTextButtonLabel": "Skann tekst", "okButtonLabel": "OK", "pasteButtonLabel": "Lim inn", "selectAllButtonLabel": "Velg alle", diff --git a/packages/flutter_localizations/lib/src/l10n/material_or.arb b/packages/flutter_localizations/lib/src/l10n/material_or.arb index 834be306eb5b..299d57c067bc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_or.arb @@ -25,6 +25,7 @@ "continueButtonLabel": "ଜାରି ରଖନ୍ତୁ", "copyButtonLabel": "କପି କରନ୍ତୁ", "cutButtonLabel": "କଟ୍ କରନ୍ତୁ", + "scanTextButtonLabel": "ପାଠ୍ୟ ସ୍କାନ୍ କରନ୍ତୁ", "okButtonLabel": "ଠିକ୍ ଅଛି", "pasteButtonLabel": "ପେଷ୍ଟ କରନ୍ତୁ", "selectAllButtonLabel": "ସବୁ ଚୟନ କରନ୍ତୁ", diff --git a/packages/flutter_localizations/lib/src/l10n/material_pa.arb b/packages/flutter_localizations/lib/src/l10n/material_pa.arb index c0d9ba71e3c0..d48c4611a6da 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pa.arb @@ -25,6 +25,7 @@ "continueButtonLabel": "ਜਾਰੀ ਰੱਖੋ", "copyButtonLabel": "ਕਾਪੀ ਕਰੋ", "cutButtonLabel": "ਕੱਟ ਕਰੋ", + "scanTextButtonLabel": "ਟੈਕਸਟ ਸਕੈਨ ਕਰੋ", "okButtonLabel": "ਠੀਕ ਹੈ", "pasteButtonLabel": "ਪੇਸਟ ਕਰੋ", "selectAllButtonLabel": "ਸਭ ਚੁਣੋ", diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index 3385571c5809..47695b170de7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -31,6 +31,7 @@ "continueButtonLabel": "Dalej", "copyButtonLabel": "Kopiuj", "cutButtonLabel": "Wytnij", + "scanTextButtonLabel": "Zeskanuj tekst", "okButtonLabel": "OK", "pasteButtonLabel": "Wklej", "selectAllButtonLabel": "Zaznacz wszystko", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ps.arb b/packages/flutter_localizations/lib/src/l10n/material_ps.arb index 524bb28c8f0f..042b8055dbc7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ps.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ps.arb @@ -28,6 +28,7 @@ "continueButtonLabel": "منځپانګې", "copyButtonLabel": "کاپی", "cutButtonLabel": "کم کړئ", + "scanTextButtonLabel": "متن سکین کړئ", "okButtonLabel": "سمه ده", "pasteButtonLabel": "پیټ کړئ", "selectAllButtonLabel": "غوره کړئ", diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index e34cb8d5516c..c671af7dab37 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -29,6 +29,7 @@ "continueButtonLabel": "Continuar", "copyButtonLabel": "Copiar", "cutButtonLabel": "Cortar", + "scanTextButtonLabel": "Digitalizar texto", "okButtonLabel": "OK", "pasteButtonLabel": "Colar", "selectAllButtonLabel": "Selecionar tudo", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/flutter_localizations/lib/src/l10n/material_ro.arb index 2c909c41cd0d..fcd7130a5d47 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ro.arb @@ -29,6 +29,7 @@ "continueButtonLabel": "Continuați", "copyButtonLabel": "Copiați", "cutButtonLabel": "Decupați", + "scanTextButtonLabel": "Scanați textul", "okButtonLabel": "OK", "pasteButtonLabel": "Inserați", "selectAllButtonLabel": "Selectați tot", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index 3027f585c2fb..9b81a9cc66bc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -32,6 +32,7 @@ "continueButtonLabel": "Продолжить", "copyButtonLabel": "Копировать", "cutButtonLabel": "Вырезать", + "scanTextButtonLabel": "Сканировать текст", "okButtonLabel": "ОК", "pasteButtonLabel": "Вставить", "selectAllButtonLabel": "Выбрать все", diff --git a/packages/flutter_localizations/lib/src/l10n/material_si.arb b/packages/flutter_localizations/lib/src/l10n/material_si.arb index f4acf36a7f9a..4ac3ecfe9929 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_si.arb @@ -25,6 +25,7 @@ "continueButtonLabel": "ඉදිරියට යන්න", "copyButtonLabel": "පිටපත් කරන්න", "cutButtonLabel": "කපන්න", + "scanTextButtonLabel": "පෙළ පරිලෝකනය කරන්න", "okButtonLabel": "හරි", "pasteButtonLabel": "අලවන්න", "selectAllButtonLabel": "සියල්ල තෝරන්න", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sk.arb b/packages/flutter_localizations/lib/src/l10n/material_sk.arb index deb8c5e77349..a85cfaf3b093 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sk.arb @@ -31,6 +31,7 @@ "continueButtonLabel": "Pokračovať", "copyButtonLabel": "Kopírovať", "cutButtonLabel": "Vystrihnúť", + "scanTextButtonLabel": "Naskenujte text", "okButtonLabel": "OK", "pasteButtonLabel": "Prilepiť", "selectAllButtonLabel": "Vybrať všetko", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sl.arb b/packages/flutter_localizations/lib/src/l10n/material_sl.arb index dd6941d07063..7fe2795860d4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sl.arb @@ -31,6 +31,7 @@ "continueButtonLabel": "Naprej", "copyButtonLabel": "Kopiraj", "cutButtonLabel": "Izreži", + "scanTextButtonLabel": "Skeniraj besedilo", "okButtonLabel": "V REDU", "pasteButtonLabel": "Prilepi", "selectAllButtonLabel": "Izberi vse", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sq.arb b/packages/flutter_localizations/lib/src/l10n/material_sq.arb index 123b5e490d7a..9db947b7c502 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sq.arb @@ -25,6 +25,7 @@ "continueButtonLabel": "Vazhdo", "copyButtonLabel": "Kopjo", "cutButtonLabel": "Prit", + "scanTextButtonLabel": "Skanoni tekstin", "okButtonLabel": "Në rregull", "pasteButtonLabel": "Ngjit", "selectAllButtonLabel": "Zgjidh të gjitha", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr.arb b/packages/flutter_localizations/lib/src/l10n/material_sr.arb index c041c7c1ef0d..05865175bdb6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr.arb @@ -28,6 +28,7 @@ "continueButtonLabel": "Настави", "copyButtonLabel": "Копирај", "cutButtonLabel": "Исеци", + "scanTextButtonLabel": "Скенирајте текст", "okButtonLabel": "Потврди", "pasteButtonLabel": "Налепи", "selectAllButtonLabel": "Изабери све", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sv.arb b/packages/flutter_localizations/lib/src/l10n/material_sv.arb index e73b740fdf89..5e4573804a75 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sv.arb @@ -25,6 +25,7 @@ "continueButtonLabel": "Fortsätt", "copyButtonLabel": "Kopiera", "cutButtonLabel": "Klipp ut", + "scanTextButtonLabel": "Skanna text", "okButtonLabel": "OK", "pasteButtonLabel": "Klistra in", "selectAllButtonLabel": "Markera allt", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sw.arb b/packages/flutter_localizations/lib/src/l10n/material_sw.arb index 518629e6eb90..b31a119b598b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sw.arb @@ -26,6 +26,7 @@ "continueButtonLabel": "Endelea", "copyButtonLabel": "Nakili", "cutButtonLabel": "Kata", + "scanTextButtonLabel": "Changanua maandishi", "okButtonLabel": "Sawa", "pasteButtonLabel": "Bandika", "selectAllButtonLabel": "Chagua vyote", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ta.arb b/packages/flutter_localizations/lib/src/l10n/material_ta.arb index 0fbc0d4947ad..f6fd8c3b3b6c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ta.arb @@ -17,6 +17,7 @@ "reorderItemLeft": "இடப்புறம் நகர்த்தவும்", "reorderItemRight": "வலப்புறம் நகர்த்தவும்", "cutButtonLabel": "வெட்டு", + "scanTextButtonLabel": "உரையை ஸ்கேன் செய்யவும்", "pasteButtonLabel": "ஒட்டு", "previousMonthTooltip": "முந்தைய மாதம்", "nextMonthTooltip": "அடுத்த மாதம்", diff --git a/packages/flutter_localizations/lib/src/l10n/material_te.arb b/packages/flutter_localizations/lib/src/l10n/material_te.arb index 39223608f175..4220e89b9801 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_te.arb @@ -24,6 +24,7 @@ "closeButtonLabel": "మూసివేయండి", "continueButtonLabel": "కొనసాగించండి", "copyButtonLabel": "కాపీ చేయి", + "scanTextButtonLabel": "వచనాన్ని స్కాన్ చేయండి", "cutButtonLabel": "కత్తిరించండి", "okButtonLabel": "సరే", "pasteButtonLabel": "పేస్ట్ చేయండి", diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/flutter_localizations/lib/src/l10n/material_th.arb index 9ee0ceedaae6..a0180b3b9b37 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_th.arb @@ -25,6 +25,7 @@ "continueButtonLabel": "ต่อไป", "copyButtonLabel": "คัดลอก", "cutButtonLabel": "ตัด", + "scanTextButtonLabel": "สแกนข้อความ", "okButtonLabel": "ตกลง", "pasteButtonLabel": "วาง", "selectAllButtonLabel": "เลือกทั้งหมด", diff --git a/packages/flutter_localizations/lib/src/l10n/material_tl.arb b/packages/flutter_localizations/lib/src/l10n/material_tl.arb index c1541844e620..fbf38a18b99a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tl.arb @@ -25,6 +25,7 @@ "continueButtonLabel": "Magpatuloy", "copyButtonLabel": "Kopyahin", "cutButtonLabel": "I-cut", + "scanTextButtonLabel": "I-scan ang text", "okButtonLabel": "OK", "pasteButtonLabel": "I-paste", "selectAllButtonLabel": "Piliin lahat", diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index 87566e4ae902..b91d74d61651 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -25,6 +25,7 @@ "continueButtonLabel": "Devam", "copyButtonLabel": "Kopyala", "cutButtonLabel": "Kes", + "scanTextButtonLabel": "Metni tara", "okButtonLabel": "Tamam", "pasteButtonLabel": "Yapıştır", "selectAllButtonLabel": "Tümünü seç", diff --git a/packages/flutter_localizations/lib/src/l10n/material_uk.arb b/packages/flutter_localizations/lib/src/l10n/material_uk.arb index f1edc1028ea9..fe9dcddaaebf 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uk.arb @@ -31,6 +31,7 @@ "continueButtonLabel": "Продовжити", "copyButtonLabel": "Копіювати", "cutButtonLabel": "Вирізати", + "scanTextButtonLabel": "Сканувати текст", "okButtonLabel": "OK", "pasteButtonLabel": "Вставити", "selectAllButtonLabel": "Вибрати всі", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index 32b7f08e28e7..c11abd3d38b6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -25,6 +25,7 @@ "continueButtonLabel": "جاری رکھیں", "copyButtonLabel": "کاپی کریں", "cutButtonLabel": "کٹ کریں", + "scanTextButtonLabel": "متن کو اسکین کریں", "okButtonLabel": "ٹھیک ہے", "pasteButtonLabel": "پیسٹ کریں", "selectAllButtonLabel": "سبھی کو منتخب کریں", diff --git a/packages/flutter_localizations/lib/src/l10n/material_uz.arb b/packages/flutter_localizations/lib/src/l10n/material_uz.arb index 8ddf03cd2ca9..f773009cc91f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uz.arb @@ -25,6 +25,7 @@ "continueButtonLabel": "Davom etish", "copyButtonLabel": "Nusxa olish", "cutButtonLabel": "Kesib olish", + "scanTextButtonLabel": "Matnni skanerlash", "okButtonLabel": "OK", "pasteButtonLabel": "Joylash", "selectAllButtonLabel": "Hammasi", diff --git a/packages/flutter_localizations/lib/src/l10n/material_vi.arb b/packages/flutter_localizations/lib/src/l10n/material_vi.arb index d4bd90f6d3cf..8f57237cc0f3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_vi.arb @@ -25,6 +25,7 @@ "continueButtonLabel": "Tiếp tục", "copyButtonLabel": "Sao chép", "cutButtonLabel": "Cắt", + "scanTextButtonLabel": "Quét văn bản", "okButtonLabel": "OK", "pasteButtonLabel": "Dán", "selectAllButtonLabel": "Chọn tất cả", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index 4e6cd306ca9c..66a28a60bc1a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -21,6 +21,7 @@ "closeButtonLabel": "关闭", "copyButtonLabel": "复制", "cutButtonLabel": "剪切", + "scanTextButtonLabel": "扫描文本", "okButtonLabel": "确定", "pasteButtonLabel": "粘贴", "selectAllButtonLabel": "全选", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zu.arb b/packages/flutter_localizations/lib/src/l10n/material_zu.arb index 76dd7b1e5b8f..aae990ba20d7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zu.arb @@ -25,6 +25,7 @@ "continueButtonLabel": "Qhubeka", "copyButtonLabel": "Kopisha", "cutButtonLabel": "Sika", + "scanTextButtonLabel": "Skena umbhalo", "okButtonLabel": "KULUNGILE", "pasteButtonLabel": "Namathisela", "selectAllButtonLabel": "Khetha konke", From e718f62c0c4cfdce924c90d974b4ccc0796f6e22 Mon Sep 17 00:00:00 2001 From: Tae Hyung Kim Date: Thu, 13 Jul 2023 16:46:49 -0700 Subject: [PATCH 242/327] Fix `timeOfDayFormat` for Danish (#130437) See title. According to [CLDR](https://icu4c-demos.unicode.org/icu-bin/locexp?_=da_DK&d_=en&_l=da), proper time of day format should be `HH.mm`. Fixes https://github.com/flutter/flutter/issues/130234. --- .../lib/src/l10n/generated_material_localizations.dart | 2 +- packages/flutter_localizations/lib/src/l10n/material_da.arb | 2 +- .../flutter_localizations/test/material/date_time_test.dart | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index d936427c1653..7d008703cf37 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -6204,7 +6204,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get tabLabelRaw => r'Fane $tabIndex af $tabCount'; @override - TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_dot_mm; @override String get timePickerDialHelpText => 'Vælg tidspunkt'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_da.arb b/packages/flutter_localizations/lib/src/l10n/material_da.arb index 52c309eda356..a2dc08864ff7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_da.arb @@ -1,6 +1,6 @@ { "scriptCategory": "English-like", - "timeOfDayFormat": "HH:mm", + "timeOfDayFormat": "HH.mm", "openAppDrawerTooltip": "Åbn navigationsmenuen", "backButtonTooltip": "Tilbage", "closeButtonTooltip": "Luk", diff --git a/packages/flutter_localizations/test/material/date_time_test.dart b/packages/flutter_localizations/test/material/date_time_test.dart index 6fb4aece19af..4cab48f84b1a 100644 --- a/packages/flutter_localizations/test/material/date_time_test.dart +++ b/packages/flutter_localizations/test/material/date_time_test.dart @@ -110,6 +110,7 @@ void main() { testWidgets('formats ${TimeOfDayFormat.HH_dot_mm}', (WidgetTester tester) async { expect(await formatTimeOfDay(tester, const Locale('fi'), const TimeOfDay(hour: 20, minute: 32)), '20.32'); expect(await formatTimeOfDay(tester, const Locale('fi'), const TimeOfDay(hour: 9, minute: 32)), '09.32'); + expect(await formatTimeOfDay(tester, const Locale('da'), const TimeOfDay(hour: 9, minute: 32)), '09.32'); }); testWidgets('formats ${TimeOfDayFormat.frenchCanadian}', (WidgetTester tester) async { From 0ef13e4dbc156e90531cf26b664c73a8a1ebf382 Mon Sep 17 00:00:00 2001 From: Bruno Leroux Date: Fri, 14 Jul 2023 17:04:40 +0200 Subject: [PATCH 243/327] Fix finish translation for tab labels (#130333) ## Description This PR update the finnish translations for tab label. ## Related Issue fixes https://github.com/flutter/flutter/issues/110451 ## Tests Adds 2 tests. --- .../flutter_localizations/lib/src/l10n/cupertino_fi.arb | 2 +- .../lib/src/l10n/generated_cupertino_localizations.dart | 2 +- .../lib/src/l10n/generated_material_localizations.dart | 2 +- .../flutter_localizations/lib/src/l10n/material_fi.arb | 2 +- .../test/cupertino/translations_test.dart | 9 +++++++++ .../test/material/translations_test.dart | 9 +++++++++ 6 files changed, 22 insertions(+), 4 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb index dbae7c6bc277..f69aaa54ce03 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb @@ -19,7 +19,7 @@ "copyButtonLabel": "Kopioi", "pasteButtonLabel": "Liitä", "selectAllButtonLabel": "Valitse kaikki", - "tabSemanticsLabel": "Välilehti $tabIndex/$tabCount", + "tabSemanticsLabel": "Välilehti $tabIndex kautta $tabCount", "modalBarrierDismissLabel": "Ohita", "searchTextFieldPlaceholderLabel": "Hae", "noSpellCheckReplacementsLabel": "No Replacements Found" diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index 90a899f0a3d5..bb53ac311049 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -3983,7 +3983,7 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'Valitse kaikki'; @override - String get tabSemanticsLabelRaw => r'Välilehti $tabIndex/$tabCount'; + String get tabSemanticsLabelRaw => r'Välilehti $tabIndex kautta $tabCount'; @override String? get timerPickerHourLabelFew => null; diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index 7d008703cf37..7d5d7e68a08e 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -14206,7 +14206,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get signedInLabel => 'Kirjautunut sisään'; @override - String get tabLabelRaw => r'Välilehti $tabIndex/$tabCount'; + String get tabLabelRaw => r'Välilehti $tabIndex kautta $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_dot_mm; diff --git a/packages/flutter_localizations/lib/src/l10n/material_fi.arb b/packages/flutter_localizations/lib/src/l10n/material_fi.arb index 8db1a1af41ad..ce9d501370e9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fi.arb @@ -17,7 +17,7 @@ "pageRowsInfoTitle": "$firstRow–$lastRow/$rowCount", "pageRowsInfoTitleApproximate": "$firstRow–$lastRow/~$rowCount", "rowsPerPageTitle": "Riviä/sivu:", - "tabLabel": "Välilehti $tabIndex/$tabCount", + "tabLabel": "Välilehti $tabIndex kautta $tabCount", "selectedRowCountTitleOne": "1 kohde valittu", "selectedRowCountTitleOther": "$selectedRowCount kohdetta valittu", "cancelButtonLabel": "Peru", diff --git a/packages/flutter_localizations/test/cupertino/translations_test.dart b/packages/flutter_localizations/test/cupertino/translations_test.dart index 78fcd0263a2d..652c8c105b17 100644 --- a/packages/flutter_localizations/test/cupertino/translations_test.dart +++ b/packages/flutter_localizations/test/cupertino/translations_test.dart @@ -194,4 +194,13 @@ void main() { expect(file.readAsStringSync(), encodedArbFile); } }); + + // Regression test for https://github.com/flutter/flutter/issues/110451. + testWidgets('Finnish translation for tab label', (WidgetTester tester) async { + const Locale locale = Locale('fi'); + expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); + final CupertinoLocalizations localizations = await GlobalCupertinoLocalizations.delegate.load(locale); + expect(localizations, isA()); + expect(localizations.tabSemanticsLabel(tabIndex: 1, tabCount: 2), 'Välilehti 1 kautta 2'); + }); } diff --git a/packages/flutter_localizations/test/material/translations_test.dart b/packages/flutter_localizations/test/material/translations_test.dart index c91436203129..cb0e38ad2406 100644 --- a/packages/flutter_localizations/test/material/translations_test.dart +++ b/packages/flutter_localizations/test/material/translations_test.dart @@ -528,4 +528,13 @@ void main() { expect(file.readAsStringSync(), encodedArbFile); } }); + + // Regression test for https://github.com/flutter/flutter/issues/110451. + testWidgets('Finnish translation for tab label', (WidgetTester tester) async { + const Locale locale = Locale('fi'); + expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); + final MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations, isA()); + expect(localizations.tabLabel(tabIndex: 1, tabCount: 2), 'Välilehti 1 kautta 2'); + }); } From 749533148de4f4b8b3799f18c613895d5f1e8b24 Mon Sep 17 00:00:00 2001 From: Greg Spencer Date: Wed, 19 Jul 2023 15:48:40 -0700 Subject: [PATCH 244/327] Add menu dismiss localization (#128613) ## Description Modifies the semantic label for popup and context menus to be "Dismiss menu" instead of just "Dismiss". ## Related Issues - Fixes https://github.com/flutter/flutter/issues/118994 ## Tests - Updated tests --- .../lib/src/l10n/cupertino_af.arb | 3 +- .../lib/src/l10n/cupertino_am.arb | 3 +- .../lib/src/l10n/cupertino_ar.arb | 3 +- .../lib/src/l10n/cupertino_as.arb | 3 +- .../lib/src/l10n/cupertino_az.arb | 3 +- .../lib/src/l10n/cupertino_be.arb | 3 +- .../lib/src/l10n/cupertino_bg.arb | 3 +- .../lib/src/l10n/cupertino_bn.arb | 3 +- .../lib/src/l10n/cupertino_bs.arb | 3 +- .../lib/src/l10n/cupertino_ca.arb | 3 +- .../lib/src/l10n/cupertino_cs.arb | 3 +- .../lib/src/l10n/cupertino_cy.arb | 3 +- .../lib/src/l10n/cupertino_da.arb | 3 +- .../lib/src/l10n/cupertino_de.arb | 3 +- .../lib/src/l10n/cupertino_el.arb | 3 +- .../lib/src/l10n/cupertino_en.arb | 5 + .../lib/src/l10n/cupertino_es.arb | 3 +- .../lib/src/l10n/cupertino_et.arb | 3 +- .../lib/src/l10n/cupertino_eu.arb | 3 +- .../lib/src/l10n/cupertino_fa.arb | 3 +- .../lib/src/l10n/cupertino_fi.arb | 3 +- .../lib/src/l10n/cupertino_fil.arb | 3 +- .../lib/src/l10n/cupertino_fr.arb | 3 +- .../lib/src/l10n/cupertino_gl.arb | 3 +- .../lib/src/l10n/cupertino_gsw.arb | 3 +- .../lib/src/l10n/cupertino_gu.arb | 3 +- .../lib/src/l10n/cupertino_he.arb | 3 +- .../lib/src/l10n/cupertino_hi.arb | 3 +- .../lib/src/l10n/cupertino_hr.arb | 3 +- .../lib/src/l10n/cupertino_hu.arb | 3 +- .../lib/src/l10n/cupertino_hy.arb | 3 +- .../lib/src/l10n/cupertino_id.arb | 3 +- .../lib/src/l10n/cupertino_is.arb | 3 +- .../lib/src/l10n/cupertino_it.arb | 3 +- .../lib/src/l10n/cupertino_ja.arb | 3 +- .../lib/src/l10n/cupertino_ka.arb | 3 +- .../lib/src/l10n/cupertino_kk.arb | 3 +- .../lib/src/l10n/cupertino_km.arb | 3 +- .../lib/src/l10n/cupertino_kn.arb | 3 +- .../lib/src/l10n/cupertino_ko.arb | 3 +- .../lib/src/l10n/cupertino_ky.arb | 3 +- .../lib/src/l10n/cupertino_lo.arb | 3 +- .../lib/src/l10n/cupertino_lt.arb | 3 +- .../lib/src/l10n/cupertino_lv.arb | 3 +- .../lib/src/l10n/cupertino_mk.arb | 3 +- .../lib/src/l10n/cupertino_ml.arb | 3 +- .../lib/src/l10n/cupertino_mn.arb | 3 +- .../lib/src/l10n/cupertino_mr.arb | 3 +- .../lib/src/l10n/cupertino_ms.arb | 3 +- .../lib/src/l10n/cupertino_my.arb | 3 +- .../lib/src/l10n/cupertino_nb.arb | 3 +- .../lib/src/l10n/cupertino_ne.arb | 3 +- .../lib/src/l10n/cupertino_nl.arb | 3 +- .../lib/src/l10n/cupertino_no.arb | 3 +- .../lib/src/l10n/cupertino_or.arb | 3 +- .../lib/src/l10n/cupertino_pa.arb | 3 +- .../lib/src/l10n/cupertino_pl.arb | 3 +- .../lib/src/l10n/cupertino_pt.arb | 3 +- .../lib/src/l10n/cupertino_ro.arb | 3 +- .../lib/src/l10n/cupertino_ru.arb | 3 +- .../lib/src/l10n/cupertino_si.arb | 3 +- .../lib/src/l10n/cupertino_sk.arb | 3 +- .../lib/src/l10n/cupertino_sl.arb | 3 +- .../lib/src/l10n/cupertino_sq.arb | 3 +- .../lib/src/l10n/cupertino_sr.arb | 3 +- .../lib/src/l10n/cupertino_sv.arb | 3 +- .../lib/src/l10n/cupertino_sw.arb | 3 +- .../lib/src/l10n/cupertino_ta.arb | 3 +- .../lib/src/l10n/cupertino_te.arb | 3 +- .../lib/src/l10n/cupertino_th.arb | 3 +- .../lib/src/l10n/cupertino_tl.arb | 3 +- .../lib/src/l10n/cupertino_tr.arb | 3 +- .../lib/src/l10n/cupertino_uk.arb | 3 +- .../lib/src/l10n/cupertino_ur.arb | 3 +- .../lib/src/l10n/cupertino_uz.arb | 3 +- .../lib/src/l10n/cupertino_vi.arb | 3 +- .../lib/src/l10n/cupertino_zh.arb | 3 +- .../lib/src/l10n/cupertino_zu.arb | 3 +- .../generated_cupertino_localizations.dart | 234 +++++++++++++++++ .../generated_material_localizations.dart | 237 ++++++++++++++++++ .../lib/src/l10n/material_af.arb | 3 +- .../lib/src/l10n/material_am.arb | 3 +- .../lib/src/l10n/material_ar.arb | 3 +- .../lib/src/l10n/material_as.arb | 3 +- .../lib/src/l10n/material_az.arb | 3 +- .../lib/src/l10n/material_be.arb | 3 +- .../lib/src/l10n/material_bg.arb | 3 +- .../lib/src/l10n/material_bn.arb | 3 +- .../lib/src/l10n/material_bs.arb | 3 +- .../lib/src/l10n/material_ca.arb | 3 +- .../lib/src/l10n/material_cs.arb | 3 +- .../lib/src/l10n/material_cy.arb | 3 +- .../lib/src/l10n/material_da.arb | 3 +- .../lib/src/l10n/material_de.arb | 3 +- .../lib/src/l10n/material_el.arb | 3 +- .../lib/src/l10n/material_en.arb | 5 + .../lib/src/l10n/material_es.arb | 3 +- .../lib/src/l10n/material_et.arb | 3 +- .../lib/src/l10n/material_eu.arb | 3 +- .../lib/src/l10n/material_fa.arb | 3 +- .../lib/src/l10n/material_fi.arb | 3 +- .../lib/src/l10n/material_fil.arb | 3 +- .../lib/src/l10n/material_fr.arb | 3 +- .../lib/src/l10n/material_gl.arb | 3 +- .../lib/src/l10n/material_gsw.arb | 3 +- .../lib/src/l10n/material_gu.arb | 3 +- .../lib/src/l10n/material_he.arb | 3 +- .../lib/src/l10n/material_hi.arb | 3 +- .../lib/src/l10n/material_hr.arb | 3 +- .../lib/src/l10n/material_hu.arb | 3 +- .../lib/src/l10n/material_hy.arb | 3 +- .../lib/src/l10n/material_id.arb | 3 +- .../lib/src/l10n/material_is.arb | 3 +- .../lib/src/l10n/material_it.arb | 3 +- .../lib/src/l10n/material_ja.arb | 3 +- .../lib/src/l10n/material_ka.arb | 3 +- .../lib/src/l10n/material_kk.arb | 3 +- .../lib/src/l10n/material_km.arb | 3 +- .../lib/src/l10n/material_kn.arb | 3 +- .../lib/src/l10n/material_ko.arb | 3 +- .../lib/src/l10n/material_ky.arb | 3 +- .../lib/src/l10n/material_lo.arb | 3 +- .../lib/src/l10n/material_lt.arb | 3 +- .../lib/src/l10n/material_lv.arb | 3 +- .../lib/src/l10n/material_mk.arb | 3 +- .../lib/src/l10n/material_ml.arb | 3 +- .../lib/src/l10n/material_mn.arb | 3 +- .../lib/src/l10n/material_mr.arb | 3 +- .../lib/src/l10n/material_ms.arb | 3 +- .../lib/src/l10n/material_my.arb | 3 +- .../lib/src/l10n/material_nb.arb | 3 +- .../lib/src/l10n/material_ne.arb | 3 +- .../lib/src/l10n/material_nl.arb | 3 +- .../lib/src/l10n/material_no.arb | 3 +- .../lib/src/l10n/material_or.arb | 3 +- .../lib/src/l10n/material_pa.arb | 3 +- .../lib/src/l10n/material_pl.arb | 3 +- .../lib/src/l10n/material_ps.arb | 3 +- .../lib/src/l10n/material_pt.arb | 3 +- .../lib/src/l10n/material_ro.arb | 3 +- .../lib/src/l10n/material_ru.arb | 3 +- .../lib/src/l10n/material_si.arb | 3 +- .../lib/src/l10n/material_sk.arb | 3 +- .../lib/src/l10n/material_sl.arb | 3 +- .../lib/src/l10n/material_sq.arb | 3 +- .../lib/src/l10n/material_sr.arb | 3 +- .../lib/src/l10n/material_sv.arb | 3 +- .../lib/src/l10n/material_sw.arb | 3 +- .../lib/src/l10n/material_ta.arb | 3 +- .../lib/src/l10n/material_te.arb | 3 +- .../lib/src/l10n/material_th.arb | 3 +- .../lib/src/l10n/material_tl.arb | 3 +- .../lib/src/l10n/material_tr.arb | 3 +- .../lib/src/l10n/material_uk.arb | 3 +- .../lib/src/l10n/material_ur.arb | 3 +- .../lib/src/l10n/material_uz.arb | 3 +- .../lib/src/l10n/material_vi.arb | 3 +- .../lib/src/l10n/material_zh.arb | 3 +- .../lib/src/l10n/material_zu.arb | 3 +- 159 files changed, 791 insertions(+), 155 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb index 1f96f95a55a0..c3e82eaebc0a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "Oortjie $tabIndex van $tabCount", "modalBarrierDismissLabel": "Maak toe", "searchTextFieldPlaceholderLabel": "Soek", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb index d3de14de4340..d3c01ffb78aa 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "ትር $tabIndex ከ$tabCount", "modalBarrierDismissLabel": "አሰናብት", "searchTextFieldPlaceholderLabel": "ፍለጋ", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb index 6f61d6b28544..3e439036b05c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb @@ -42,5 +42,6 @@ "tabSemanticsLabel": "علامة التبويب $tabIndex من $tabCount", "modalBarrierDismissLabel": "رفض", "searchTextFieldPlaceholderLabel": "بحث", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb index e40478d282f6..7c39f67115a0 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "$tabCount টা টেবৰ $tabIndex নম্বৰটো", "modalBarrierDismissLabel": "অগ্ৰাহ্য কৰক", "searchTextFieldPlaceholderLabel": "সন্ধান কৰক", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb index 36b8ebb3f5aa..4b949456fb8b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "Tab $tabIndex/$tabCount", "modalBarrierDismissLabel": "İmtina edin", "searchTextFieldPlaceholderLabel": "Axtarın", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb index 2ac08c1cf528..2cad6127ace5 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb @@ -32,5 +32,6 @@ "tabSemanticsLabel": "Укладка $tabIndex з $tabCount", "modalBarrierDismissLabel": "Адхіліць", "searchTextFieldPlaceholderLabel": "Пошук", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb index 70dbfb2554b2..684121032771 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "Раздел $tabIndex от $tabCount", "modalBarrierDismissLabel": "Отхвърляне", "searchTextFieldPlaceholderLabel": "Търсене", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb index a69f8b2575a8..b29431eb359a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "$tabCount-এর মধ্যে $tabIndex নম্বর ট্যাব", "modalBarrierDismissLabel": "খারিজ করুন", "searchTextFieldPlaceholderLabel": "সার্চ করুন", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb index 5a0039f51e95..96b76cc3c60a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb @@ -27,5 +27,6 @@ "tabSemanticsLabel": "Kartica $tabIndex od $tabCount", "modalBarrierDismissLabel": "Odbaci", "searchTextFieldPlaceholderLabel": "Pretraživanje", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb index 9f0fa56d2d6e..81a0aa8e0047 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "Pestanya $tabIndex de $tabCount", "modalBarrierDismissLabel": "Ignora", "searchTextFieldPlaceholderLabel": "Cerca", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb index bf8c3c0efdf5..d243990e6e54 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb @@ -32,5 +32,6 @@ "tabSemanticsLabel": "Karta $tabIndex z $tabCount", "modalBarrierDismissLabel": "Zavřít", "searchTextFieldPlaceholderLabel": "Hledat", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb index 4ca5372dbe5e..cfaae3d86467 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb @@ -42,5 +42,6 @@ "selectAllButtonLabel": "Dewis y Cyfan", "searchTextFieldPlaceholderLabel": "Chwilio", "modalBarrierDismissLabel": "Diystyru", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb index c98e5d763c17..295f08cac4ac 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "Fane $tabIndex af $tabCount", "modalBarrierDismissLabel": "Afvis", "searchTextFieldPlaceholderLabel": "Søg", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb index df870f03a041..72ce2888964b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "Tab $tabIndex von $tabCount", "modalBarrierDismissLabel": "Schließen", "searchTextFieldPlaceholderLabel": "Suche", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb index 8020296f5b88..bdc52dad8b19 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "Καρτέλα $tabIndex από $tabCount", "modalBarrierDismissLabel": "Παράβλεψη", "searchTextFieldPlaceholderLabel": "Αναζήτηση", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb index 2c003f7d5b41..716a4efd1a5b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb @@ -178,5 +178,10 @@ "modalBarrierDismissLabel": "Dismiss", "@modalBarrierDismissLabel": { "description": "Label read out by accessibility tools (VoiceOver) for a modal barrier to indicate that a tap dismisses the barrier. A modal barrier can, for example, be found behind an alert or popup to block user interaction with elements behind it." + }, + + "menuDismissLabel": "Dismiss menu", + "@menuDismissLabel": { + "description": "Label read out by accessibility tools (TalkBack or VoiceOver) for the area around a menu to indicate that a tap dismisses the menu." } } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb index fbbcdf4e484c..03d833ddebeb 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "modalBarrierDismissLabel": "Cerrar", "searchTextFieldPlaceholderLabel": "Buscar", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb index b584e67feae5..f8a35ae34ec5 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "$tabIndex. vaheleht $tabCount-st", "modalBarrierDismissLabel": "Loobu", "searchTextFieldPlaceholderLabel": "Otsige", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb index d1882a4259d4..ea93034f1093 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "$tabIndex/$tabCount fitxa", "modalBarrierDismissLabel": "Baztertu", "searchTextFieldPlaceholderLabel": "Bilatu", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb index 63cd8734e083..aee3c9bd8683 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "برگه $tabIndex از $tabCount", "modalBarrierDismissLabel": "نپذیرفتن", "searchTextFieldPlaceholderLabel": "جستجو", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb index f69aaa54ce03..ff85e706ce31 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "Välilehti $tabIndex kautta $tabCount", "modalBarrierDismissLabel": "Ohita", "searchTextFieldPlaceholderLabel": "Hae", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb index 89396f80a54f..3946ce990464 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "Tab $tabIndex ng $tabCount", "modalBarrierDismissLabel": "I-dismiss", "searchTextFieldPlaceholderLabel": "Hanapin", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb index 069b9a19d3c6..f3b5ac58f196 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "Onglet $tabIndex sur $tabCount", "modalBarrierDismissLabel": "Ignorer", "searchTextFieldPlaceholderLabel": "Rechercher", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb index 4acd2457606c..9a454cdc5877 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "Pestana $tabIndex de $tabCount", "modalBarrierDismissLabel": "Ignorar", "searchTextFieldPlaceholderLabel": "Fai unha busca", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb index df870f03a041..72ce2888964b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "Tab $tabIndex von $tabCount", "modalBarrierDismissLabel": "Schließen", "searchTextFieldPlaceholderLabel": "Suche", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb index c2b0e8e9a0f7..f29d316ec11b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "$tabCountમાંથી $tabIndex ટૅબ", "modalBarrierDismissLabel": "છોડી દો", "searchTextFieldPlaceholderLabel": "શોધો", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb index 7671ac15dcf2..83cb32cdbbf5 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb @@ -32,5 +32,6 @@ "tabSemanticsLabel": "כרטיסייה $tabIndex מתוך $tabCount", "modalBarrierDismissLabel": "סגירה", "searchTextFieldPlaceholderLabel": "חיפוש", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb index 4dafff61120c..a412f37607a8 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "$tabCount का टैब $tabIndex", "modalBarrierDismissLabel": "खारिज करें", "searchTextFieldPlaceholderLabel": "खोजें", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb index 3af6a49fa8cc..b05fd416210f 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb @@ -27,5 +27,6 @@ "tabSemanticsLabel": "Kartica $tabIndex od $tabCount", "modalBarrierDismissLabel": "Odbaci", "searchTextFieldPlaceholderLabel": "Pretraživanje", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb index 3f6c346e50d6..bfabfb5297c2 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "$tabCount/$tabIndex. lap", "modalBarrierDismissLabel": "Elvetés", "searchTextFieldPlaceholderLabel": "Keresés", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb index d381cd1dbaf2..886965d3512a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "Ներդիր $tabIndex՝ $tabCount-ից", "modalBarrierDismissLabel": "Փակել", "searchTextFieldPlaceholderLabel": "Որոնում", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb index 59e1f52852c7..97cd510b712c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "Tab $tabIndex dari $tabCount", "modalBarrierDismissLabel": "Tutup", "searchTextFieldPlaceholderLabel": "Telusuri", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb index f9278ad1972a..e2a270959f50 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "Flipi $tabIndex af $tabCount", "modalBarrierDismissLabel": "Hunsa", "searchTextFieldPlaceholderLabel": "Leit", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb index 0e81c55e059e..1effc1a6a427 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "Scheda $tabIndex di $tabCount", "modalBarrierDismissLabel": "Ignora", "searchTextFieldPlaceholderLabel": "Cerca", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb index 4920f0f4a390..4e015ce3bc36 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "タブ: $tabIndex/$tabCount", "modalBarrierDismissLabel": "閉じる", "searchTextFieldPlaceholderLabel": "検索", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb index 3859335ba1e2..012e7e6ccda3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "ჩანართი $tabIndex / $tabCount-დან", "modalBarrierDismissLabel": "დახურვა", "searchTextFieldPlaceholderLabel": "ძიება", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb index bc86ed2dd7ba..9cfac6778195 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "Қойынды: $tabIndex/$tabCount", "modalBarrierDismissLabel": "Жабу", "searchTextFieldPlaceholderLabel": "Іздеу", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb index aa8dede38132..75f748456a27 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "ផ្ទាំងទី $tabIndex នៃ $tabCount", "modalBarrierDismissLabel": "ច្រាន​ចោល", "searchTextFieldPlaceholderLabel": "ស្វែងរក", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb index 2c1ed6b2451d..42e61640714b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb @@ -22,5 +22,6 @@ "modalBarrierDismissLabel": "\u0cb5\u0c9c\u0cbe\u0c97\u0cca\u0cb3\u0cbf\u0cb8\u0cbf", "tabSemanticsLabel": "\u0024\u0074\u0061\u0062\u0043\u006f\u0075\u006e\u0074\u0020\u0cb0\u0cb2\u0ccd\u0cb2\u0cbf\u0ca8\u0020\u0024\u0074\u0061\u0062\u0049\u006e\u0064\u0065\u0078\u0020\u0c9f\u0ccd\u0caf\u0cbe\u0cac\u0ccd", "searchTextFieldPlaceholderLabel": "\u0cb9\u0cc1\u0ca1\u0cc1\u0c95\u0cbf", - "noSpellCheckReplacementsLabel": "\u004e\u006f\u0020\u0052\u0065\u0070\u006c\u0061\u0063\u0065\u006d\u0065\u006e\u0074\u0073\u0020\u0046\u006f\u0075\u006e\u0064" + "noSpellCheckReplacementsLabel": "\u004e\u006f\u0020\u0052\u0065\u0070\u006c\u0061\u0063\u0065\u006d\u0065\u006e\u0074\u0073\u0020\u0046\u006f\u0075\u006e\u0064", + "menuDismissLabel": "\u0044\u0069\u0073\u006d\u0069\u0073\u0073\u0020\u006d\u0065\u006e\u0075" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb index 626331524b11..ace336348499 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "탭 $tabCount개 중 $tabIndex번째", "modalBarrierDismissLabel": "닫기", "searchTextFieldPlaceholderLabel": "검색", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb index 7b04435d3ac8..504bf52c5736 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "$tabCount ичинен $tabIndex-өтмөк", "modalBarrierDismissLabel": "Жабуу", "searchTextFieldPlaceholderLabel": "Издөө", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb index 811661befc72..f34735251cfe 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "ແຖບທີ $tabIndex ຈາກທັງໝົດ $tabCount", "modalBarrierDismissLabel": "ປິດໄວ້", "searchTextFieldPlaceholderLabel": "ຊອກຫາ", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb index 99bc7283ef72..1516e209e86a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb @@ -32,5 +32,6 @@ "tabSemanticsLabel": "$tabIndex skirtukas iš $tabCount", "modalBarrierDismissLabel": "Atsisakyti", "searchTextFieldPlaceholderLabel": "Paieška", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb index d9f56156de42..59c683fea8e3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb @@ -27,5 +27,6 @@ "tabSemanticsLabel": "$tabIndex. cilne no $tabCount", "modalBarrierDismissLabel": "Nerādīt", "searchTextFieldPlaceholderLabel": "Meklēšana", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb index 33a7378629c9..425255ea7cf7 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "Картичка $tabIndex од $tabCount", "modalBarrierDismissLabel": "Отфрли", "searchTextFieldPlaceholderLabel": "Пребарувајте", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb index a261c9b2ebe7..446a4f4242db 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "$tabCount ടാബിൽ $tabIndex-ാമത്തേത്", "modalBarrierDismissLabel": "നിരസിക്കുക", "searchTextFieldPlaceholderLabel": "തിരയുക", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb index a3baf66808a7..e06bc778a4db 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "$tabCount-н $tabIndex-р таб", "modalBarrierDismissLabel": "Үл хэрэгсэх", "searchTextFieldPlaceholderLabel": "Хайх", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb index d013b9e4e24a..35128260ff35 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "$tabCount पैकी $tabIndex टॅब", "modalBarrierDismissLabel": "डिसमिस करा", "searchTextFieldPlaceholderLabel": "शोधा", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb index 395f0fdb5528..691435092c47 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "Tab $tabIndex daripada $tabCount", "modalBarrierDismissLabel": "Tolak", "searchTextFieldPlaceholderLabel": "Cari", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb index 1c5dac39cce2..fb56c0d12adb 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "တဘ် $tabCount ခုအနက် $tabIndex ခု", "modalBarrierDismissLabel": "ပယ်ရန်", "searchTextFieldPlaceholderLabel": "ရှာရန်", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb index 9e22158f08cf..a392f965e259 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb @@ -22,5 +22,6 @@ "selectAllButtonLabel": "Velg alle", "modalBarrierDismissLabel": "Avvis", "searchTextFieldPlaceholderLabel": "Søk", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb index 1859d479bbaa..939e892bd3b0 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "$tabCount मध्ये $tabIndex ट्याब", "modalBarrierDismissLabel": "खारेज गर्नुहोस्", "searchTextFieldPlaceholderLabel": "खोज्नुहोस्", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb index 5aff5981ed8c..723afd6234b2 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "Tabblad $tabIndex van $tabCount", "modalBarrierDismissLabel": "Sluiten", "searchTextFieldPlaceholderLabel": "Zoeken", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb index 9e22158f08cf..a392f965e259 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb @@ -22,5 +22,6 @@ "selectAllButtonLabel": "Velg alle", "modalBarrierDismissLabel": "Avvis", "searchTextFieldPlaceholderLabel": "Søk", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb index 347043ad8d89..aea767ba9742 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "$tabCountର $tabIndex ଟାବ୍", "modalBarrierDismissLabel": "ଖାରଜ କରନ୍ତୁ", "searchTextFieldPlaceholderLabel": "ସନ୍ଧାନ କରନ୍ତୁ", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb index c742ff52fb92..0abfd5d27a59 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "$tabCount ਵਿੱਚੋਂ $tabIndex ਟੈਬ", "modalBarrierDismissLabel": "ਖਾਰਜ ਕਰੋ", "searchTextFieldPlaceholderLabel": "ਖੋਜੋ", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb index 19aa5b829984..8a5d3470bf0a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb @@ -32,5 +32,6 @@ "tabSemanticsLabel": "Karta $tabIndex z $tabCount", "modalBarrierDismissLabel": "Zamknij", "searchTextFieldPlaceholderLabel": "Szukaj", - "noSpellCheckReplacementsLabel": "Nie znaleziono zastąpień" + "noSpellCheckReplacementsLabel": "Nie znaleziono zastąpień", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb index 23bf41fc6133..0129b43f4517 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "Guia $tabIndex de $tabCount", "modalBarrierDismissLabel": "Dispensar", "searchTextFieldPlaceholderLabel": "Pesquisar", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb index 3086731d34fa..2a2260d95940 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb @@ -27,5 +27,6 @@ "tabSemanticsLabel": "Fila $tabIndex din $tabCount", "modalBarrierDismissLabel": "Închideți", "searchTextFieldPlaceholderLabel": "Căutați", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb index 31db898a9156..9da4b9b91585 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb @@ -32,5 +32,6 @@ "tabSemanticsLabel": "Вкладка $tabIndex из $tabCount", "modalBarrierDismissLabel": "Закрыть", "searchTextFieldPlaceholderLabel": "Поиск", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb index be2d85f0ccd8..14c8cb01588d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "ටැබ $tabCount න් $tabIndex", "modalBarrierDismissLabel": "ඉවත ලන්න", "searchTextFieldPlaceholderLabel": "සෙවීම", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb index a65dc24aa876..45f209c58576 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb @@ -32,5 +32,6 @@ "tabSemanticsLabel": "Karta $tabIndex z $tabCount", "modalBarrierDismissLabel": "Odmietnuť", "searchTextFieldPlaceholderLabel": "Hľadať", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb index 48ddd51c66be..7b84c38117c4 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb @@ -32,5 +32,6 @@ "tabSemanticsLabel": "Zavihek $tabIndex od $tabCount", "modalBarrierDismissLabel": "Opusti", "searchTextFieldPlaceholderLabel": "Iskanje", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb index c5f6f60d9acd..f7012fedd4ea 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "Skeda $tabIndex nga $tabCount", "modalBarrierDismissLabel": "Hiq", "searchTextFieldPlaceholderLabel": "Kërko", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb index 1883096dfce5..c8013a5cdc71 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb @@ -27,5 +27,6 @@ "tabSemanticsLabel": "$tabIndex. картица од $tabCount", "modalBarrierDismissLabel": "Одбаци", "searchTextFieldPlaceholderLabel": "Претражите", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb index 8b6aa26ee172..cc2a1c68d604 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "Flik $tabIndex av $tabCount", "modalBarrierDismissLabel": "Stäng", "searchTextFieldPlaceholderLabel": "Sök", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb index 76e7eaee9686..8d297653ca6f 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "Kichupo cha $tabIndex kati ya $tabCount", "modalBarrierDismissLabel": "Ondoa", "searchTextFieldPlaceholderLabel": "Tafuta", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb index a1d7a1d808af..a680ab68d364 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "தாவல் $tabIndex / $tabCount", "modalBarrierDismissLabel": "நிராகரிக்கும்", "searchTextFieldPlaceholderLabel": "தேடுக", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb index 80ce7032be3d..360d0ac66555 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "$tabCountలో $tabIndexవ ట్యాబ్", "modalBarrierDismissLabel": "విస్మరించు", "searchTextFieldPlaceholderLabel": "సెర్చ్ చేయి", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb index f69e1a348333..e57371107540 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "แท็บที่ $tabIndex จาก $tabCount", "modalBarrierDismissLabel": "ปิด", "searchTextFieldPlaceholderLabel": "ค้นหา", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb index 89396f80a54f..3946ce990464 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "Tab $tabIndex ng $tabCount", "modalBarrierDismissLabel": "I-dismiss", "searchTextFieldPlaceholderLabel": "Hanapin", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb index 0bad76943307..24ef72c1f5c8 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "Sekme $tabIndex/$tabCount", "modalBarrierDismissLabel": "Kapat", "searchTextFieldPlaceholderLabel": "Ara", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb index c10dfff0a25c..3c5a80503539 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb @@ -32,5 +32,6 @@ "tabSemanticsLabel": "Вкладка $tabIndex з $tabCount", "modalBarrierDismissLabel": "Закрити", "searchTextFieldPlaceholderLabel": "Шукайте", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb index 99561dbfe796..d0d0027e216d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "$tabCount میں سے $tabIndex ٹیب", "modalBarrierDismissLabel": "برخاست کریں", "searchTextFieldPlaceholderLabel": "تلاش کریں", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb index 438689b045a8..d64d15b6dd15 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "$tabCount varaqdan $tabIndex", "modalBarrierDismissLabel": "Yopish", "searchTextFieldPlaceholderLabel": "Qidiruv", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb index 0f7714ae31c0..4682ba9d5d5b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "Thẻ $tabIndex/$tabCount", "modalBarrierDismissLabel": "Bỏ qua", "searchTextFieldPlaceholderLabel": "Tìm kiếm", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb index e90433429d05..9ee7ce9442d4 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "第 $tabIndex 个标签,共 $tabCount 个", "modalBarrierDismissLabel": "关闭", "searchTextFieldPlaceholderLabel": "搜索", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb index 57dbb148fdc0..f4caee097c3b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb @@ -22,5 +22,6 @@ "tabSemanticsLabel": "Ithebhu $tabIndex kwangu-$tabCount", "modalBarrierDismissLabel": "Cashisa", "searchTextFieldPlaceholderLabel": "Sesha", - "noSpellCheckReplacementsLabel": "No Replacements Found" + "noSpellCheckReplacementsLabel": "No Replacements Found", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index bb53ac311049..e7584c9398ce 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -91,6 +91,9 @@ class CupertinoLocalizationAf extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Maak toe'; @@ -241,6 +244,9 @@ class CupertinoLocalizationAm extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'አሰናብት'; @@ -391,6 +397,9 @@ class CupertinoLocalizationAr extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => r'$minute دقيقة​'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'رفض'; @@ -541,6 +550,9 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'অগ্ৰাহ্য কৰক'; @@ -691,6 +703,9 @@ class CupertinoLocalizationAz extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'İmtina edin'; @@ -841,6 +856,9 @@ class CupertinoLocalizationBe extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Адхіліць'; @@ -991,6 +1009,9 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Отхвърляне'; @@ -1141,6 +1162,9 @@ class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'খারিজ করুন'; @@ -1291,6 +1315,9 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Odbaci'; @@ -1441,6 +1468,9 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Ignora'; @@ -1591,6 +1621,9 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Zavřít'; @@ -1741,6 +1774,9 @@ class CupertinoLocalizationCy extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => r'$minute munud'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Diystyru'; @@ -1891,6 +1927,9 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Afvis'; @@ -2041,6 +2080,9 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Schließen'; @@ -2212,6 +2254,9 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Παράβλεψη'; @@ -2362,6 +2407,9 @@ class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Dismiss'; @@ -2704,6 +2752,9 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Cerrar'; @@ -3514,6 +3565,9 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Loobu'; @@ -3664,6 +3718,9 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Baztertu'; @@ -3814,6 +3871,9 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'نپذیرفتن'; @@ -3964,6 +4024,9 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Ohita'; @@ -4114,6 +4177,9 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'I-dismiss'; @@ -4264,6 +4330,9 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Ignorer'; @@ -4456,6 +4525,9 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Ignorar'; @@ -4606,6 +4678,9 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Schließen'; @@ -4756,6 +4831,9 @@ class CupertinoLocalizationGu extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'છોડી દો'; @@ -4906,6 +4984,9 @@ class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'סגירה'; @@ -5056,6 +5137,9 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'खारिज करें'; @@ -5206,6 +5290,9 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Odbaci'; @@ -5356,6 +5443,9 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Elvetés'; @@ -5506,6 +5596,9 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Փակել'; @@ -5656,6 +5749,9 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Tutup'; @@ -5806,6 +5902,9 @@ class CupertinoLocalizationIs extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Hunsa'; @@ -5956,6 +6055,9 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Ignora'; @@ -6106,6 +6208,9 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => '閉じる'; @@ -6256,6 +6361,9 @@ class CupertinoLocalizationKa extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'დახურვა'; @@ -6406,6 +6514,9 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Жабу'; @@ -6556,6 +6667,9 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'ច្រាន​ចោល'; @@ -6706,6 +6820,9 @@ class CupertinoLocalizationKn extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => '\u{cb5}\u{c9c}\u{cbe}\u{c97}\u{cca}\u{cb3}\u{cbf}\u{cb8}\u{cbf}'; @@ -6856,6 +6973,9 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => '닫기'; @@ -7006,6 +7126,9 @@ class CupertinoLocalizationKy extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Жабуу'; @@ -7156,6 +7279,9 @@ class CupertinoLocalizationLo extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'ປິດໄວ້'; @@ -7306,6 +7432,9 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Atsisakyti'; @@ -7456,6 +7585,9 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => r'$minute minūtes'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Nerādīt'; @@ -7606,6 +7738,9 @@ class CupertinoLocalizationMk extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Отфрли'; @@ -7756,6 +7891,9 @@ class CupertinoLocalizationMl extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'നിരസിക്കുക'; @@ -7906,6 +8044,9 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Үл хэрэгсэх'; @@ -8056,6 +8197,9 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'डिसमिस करा'; @@ -8206,6 +8350,9 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Tolak'; @@ -8356,6 +8503,9 @@ class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'ပယ်ရန်'; @@ -8506,6 +8656,9 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Avvis'; @@ -8656,6 +8809,9 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'खारेज गर्नुहोस्'; @@ -8806,6 +8962,9 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Sluiten'; @@ -8956,6 +9115,9 @@ class CupertinoLocalizationNo extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Avvis'; @@ -9106,6 +9268,9 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'ଖାରଜ କରନ୍ତୁ'; @@ -9256,6 +9421,9 @@ class CupertinoLocalizationPa extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'ਖਾਰਜ ਕਰੋ'; @@ -9406,6 +9574,9 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Zamknij'; @@ -9556,6 +9727,9 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Dispensar'; @@ -9742,6 +9916,9 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Închideți'; @@ -9892,6 +10069,9 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Закрыть'; @@ -10042,6 +10222,9 @@ class CupertinoLocalizationSi extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'ඉවත ලන්න'; @@ -10192,6 +10375,9 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Odmietnuť'; @@ -10342,6 +10528,9 @@ class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Opusti'; @@ -10492,6 +10681,9 @@ class CupertinoLocalizationSq extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Hiq'; @@ -10642,6 +10834,9 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Одбаци'; @@ -10906,6 +11101,9 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Stäng'; @@ -11056,6 +11254,9 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Ondoa'; @@ -11206,6 +11407,9 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'நிராகரிக்கும்'; @@ -11356,6 +11560,9 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'విస్మరించు'; @@ -11506,6 +11713,9 @@ class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'ปิด'; @@ -11656,6 +11866,9 @@ class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'I-dismiss'; @@ -11806,6 +12019,9 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Kapat'; @@ -11956,6 +12172,9 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Закрити'; @@ -12106,6 +12325,9 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'برخاست کریں'; @@ -12256,6 +12478,9 @@ class CupertinoLocalizationUz extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Yopish'; @@ -12406,6 +12631,9 @@ class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Bỏ qua'; @@ -12556,6 +12784,9 @@ class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => '关闭'; @@ -12853,6 +13084,9 @@ class CupertinoLocalizationZu extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Cashisa'; diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index 7d5d7e68a08e..efff5a5f81e5 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -332,6 +332,9 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Kieslysbalkkieslys'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Maak toe'; @@ -810,6 +813,9 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'የምናሌ አሞሌ ምናሌ'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'አሰናብት'; @@ -1288,6 +1294,9 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'قائمة شريط القوائم'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'رفض'; @@ -1766,6 +1775,9 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'মেনু বাৰ মেনু'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'অগ্ৰাহ্য কৰক'; @@ -2244,6 +2256,9 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Menyu paneli menyusu'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'İmtina edin'; @@ -2722,6 +2737,9 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Меню "Панэль меню"'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Адхіліць'; @@ -3200,6 +3218,9 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Меню на лентата с менюта'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Отхвърляне'; @@ -3678,6 +3699,9 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'মেনু বার মেনু'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'খারিজ করুন'; @@ -4156,6 +4180,9 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Meni trake menija'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Odbaci'; @@ -4634,6 +4661,9 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Menú de la barra de menú'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Ignora'; @@ -5112,6 +5142,9 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Nabídka na liště s nabídkou'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Zavřít'; @@ -5590,6 +5623,9 @@ class MaterialLocalizationCy extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Dewislen bar dewislen'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Diystyru'; @@ -6068,6 +6104,9 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Menuen for menulinjen'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Afvis'; @@ -6546,6 +6585,9 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Menü in der Menüleiste'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Schließen'; @@ -7088,6 +7130,9 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Μενού γραμμής μενού'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Παράβλεψη'; @@ -7566,6 +7611,9 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Menu bar menu'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Dismiss'; @@ -8778,6 +8826,9 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Menú de la barra de menú'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Cerrar'; @@ -12639,6 +12690,9 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Menüüriba menüü'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Loobu'; @@ -13117,6 +13171,9 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Menu-barraren menua'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Baztertu'; @@ -13595,6 +13652,9 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'منوی نوار منو'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'نپذیرفتن'; @@ -14073,6 +14133,9 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Valikkopalkki'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Ohita'; @@ -14551,6 +14614,9 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Menu sa menu bar'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'I-dismiss'; @@ -15029,6 +15095,9 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Menu de la barre de menu'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Ignorer'; @@ -15649,6 +15718,9 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Menú da barra de menú'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Ignorar'; @@ -16127,6 +16199,9 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Menü in der Menüleiste'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Schließen'; @@ -16605,6 +16680,9 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'મેનૂ બાર મેનૂ'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'છોડી દો'; @@ -17083,6 +17161,9 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'תפריט בסרגל התפריטים'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'סגירה'; @@ -17561,6 +17642,9 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'मेन्यू बार का मेन्यू'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'खारिज करें'; @@ -18039,6 +18123,9 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Izbornik trake izbornika'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Odbaci'; @@ -18517,6 +18604,9 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Menüsor menüje'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Elvetés'; @@ -18995,6 +19085,9 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Ընտրացանկի գոտու ընտրացանկ'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Փակել'; @@ -19473,6 +19566,9 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Menu panel menu'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Tutup'; @@ -19951,6 +20047,9 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Valmyndarstika'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Hunsa'; @@ -20429,6 +20528,9 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Menu barra dei menu'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Ignora'; @@ -20907,6 +21009,9 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'メニューバーのメニュー'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => '閉じる'; @@ -21385,6 +21490,9 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'მენიუს ზოლის მენიუ'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'დახურვა'; @@ -21863,6 +21971,9 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Мәзір жолағының мәзірі'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Жабу'; @@ -22341,6 +22452,9 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'ម៉ឺនុយរបារម៉ឺនុយ'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'ច្រាន​ចោល'; @@ -22819,6 +22933,9 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => '\u{cae}\u{cc6}\u{ca8}\u{cc1}\u{20}\u{cac}\u{cbe}\u{cb0}\u{ccd}\u{200c}\u{20}\u{cae}\u{cc6}\u{ca8}\u{cc1}'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => '\u{cb5}\u{c9c}\u{cbe}\u{c97}\u{cca}\u{cb3}\u{cbf}\u{cb8}\u{cbf}'; @@ -23297,6 +23414,9 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => '메뉴 바 메뉴'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => '닫기'; @@ -23775,6 +23895,9 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Меню тилкеси менюсу'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Жабуу'; @@ -24253,6 +24376,9 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'ເມນູແຖບເມນູ'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'ປິດໄວ້'; @@ -24731,6 +24857,9 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Meniu juostos meniu'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Atsisakyti'; @@ -25209,6 +25338,9 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Izvēļņu joslas izvēlne'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Nerādīt'; @@ -25687,6 +25819,9 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Мени на лентата со мени'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Отфрли'; @@ -26165,6 +26300,9 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'മെനു ബാർ മെനു'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'നിരസിക്കുക'; @@ -26643,6 +26781,9 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Цэсний талбарын цэс'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Үл хэрэгсэх'; @@ -27121,6 +27262,9 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'मेनू बार मेनू'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'डिसमिस करा'; @@ -27599,6 +27743,9 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Menu bar menu'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Tolak'; @@ -28077,6 +28224,9 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'မီနူးဘား မီနူး'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'ပယ်ရန်'; @@ -28555,6 +28705,9 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Meny med menylinje'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Avvis'; @@ -29033,6 +29186,9 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => '"मेनु बार" मेनु'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'खारेज गर्नुहोस्'; @@ -29511,6 +29667,9 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Menu van menubalk'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Sluiten'; @@ -29989,6 +30148,9 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Meny med menylinje'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Avvis'; @@ -30467,6 +30629,9 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'ମେନୁ ବାର ମେନୁ'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'ଖାରଜ କରନ୍ତୁ'; @@ -30945,6 +31110,9 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'ਮੀਨੂ ਬਾਰ ਮੀਨੂ'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'ਖਾਰਜ ਕਰੋ'; @@ -31423,6 +31591,9 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Pasek menu'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Zamknij'; @@ -31901,6 +32072,9 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Menu bar menu'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'رد کړه'; @@ -32379,6 +32553,9 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Menu da barra de menus'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Dispensar'; @@ -33008,6 +33185,9 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Bară de meniu'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Închideți'; @@ -33486,6 +33666,9 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Строка меню'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Закрыть'; @@ -33964,6 +34147,9 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'මෙනු තීරු මෙනුව'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'ඉවත ලන්න'; @@ -34442,6 +34628,9 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Ponuka panela s ponukami'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Odmietnuť'; @@ -34920,6 +35109,9 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Meni menijske vrstice'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Opusti'; @@ -35398,6 +35590,9 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Menyja e shiritit të menysë'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Hiq'; @@ -35876,6 +36071,9 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Мени трака менија'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Одбаци'; @@ -36668,6 +36866,9 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Menyrad'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Stäng'; @@ -37146,6 +37347,9 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Menyu ya upau wa menyu'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Ondoa'; @@ -37624,6 +37828,9 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'மெனு பட்டியின் மெனு'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'நிராகரிக்கும்'; @@ -38102,6 +38309,9 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'మెనూ బార్ మెనూ'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'విస్మరించు'; @@ -38580,6 +38790,9 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'เมนูในแถบเมนู'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'ปิด'; @@ -39058,6 +39271,9 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Menu sa menu bar'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'I-dismiss'; @@ -39536,6 +39752,9 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Menü çubuğu menüsü'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Kapat'; @@ -40014,6 +40233,9 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Панель меню'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Закрити'; @@ -40492,6 +40714,9 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'مینیو بار کا مینیو'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'برخاست کریں'; @@ -40970,6 +41195,9 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Menyu paneli'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Yopish'; @@ -41448,6 +41676,9 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Trình đơn của thanh trình đơn'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Bỏ qua'; @@ -41926,6 +42157,9 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => '菜单栏的菜单'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => '关闭'; @@ -42897,6 +43131,9 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { @override String get menuBarMenuLabel => 'Imenyu yebha yemenyu'; + @override + String get menuDismissLabel => 'Dismiss menu'; + @override String get modalBarrierDismissLabel => 'Cashisa'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_af.arb b/packages/flutter_localizations/lib/src/l10n/material_af.arb index c593ac8c8228..4ecc36d39d47 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_af.arb @@ -140,5 +140,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_am.arb b/packages/flutter_localizations/lib/src/l10n/material_am.arb index 3538c87c0f2b..695ebefec6a0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_am.arb @@ -140,5 +140,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index 73f9d2b1181a..ecd809e069b4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -151,5 +151,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_as.arb b/packages/flutter_localizations/lib/src/l10n/material_as.arb index f358a744115e..39471cbf3d28 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_as.arb @@ -140,5 +140,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_az.arb b/packages/flutter_localizations/lib/src/l10n/material_az.arb index ea0736f36818..6067f4e1da6c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_az.arb @@ -140,5 +140,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_be.arb b/packages/flutter_localizations/lib/src/l10n/material_be.arb index d58cb145704d..8f46fc18e887 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_be.arb @@ -146,5 +146,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bg.arb b/packages/flutter_localizations/lib/src/l10n/material_bg.arb index fb6074c48d6d..e5ad3fc8e3b5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bg.arb @@ -141,5 +141,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bn.arb b/packages/flutter_localizations/lib/src/l10n/material_bn.arb index 03587bc34824..8bbc98ddfe74 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bn.arb @@ -140,5 +140,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bs.arb b/packages/flutter_localizations/lib/src/l10n/material_bs.arb index bbe68a1dafc4..d4f65852b946 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bs.arb @@ -144,5 +144,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ca.arb b/packages/flutter_localizations/lib/src/l10n/material_ca.arb index aecdb082777e..ca15e6cad3ca 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ca.arb @@ -141,5 +141,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_cs.arb b/packages/flutter_localizations/lib/src/l10n/material_cs.arb index 1e17c2e1c9a5..77a8a955ca4b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cs.arb @@ -147,5 +147,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_cy.arb b/packages/flutter_localizations/lib/src/l10n/material_cy.arb index 1cf88afa69ea..d91a63187f4f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cy.arb @@ -151,5 +151,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "scanTextButtonLabel": "Scan text" + "scanTextButtonLabel": "Scan text", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_da.arb b/packages/flutter_localizations/lib/src/l10n/material_da.arb index a2dc08864ff7..cfab5e7b0e18 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_da.arb @@ -141,5 +141,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index 9a5fbefb0919..b70005ba37d4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -142,5 +142,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_el.arb b/packages/flutter_localizations/lib/src/l10n/material_el.arb index e9f3408a997c..903ff89327cb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_el.arb @@ -141,5 +141,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index dd9746dcd595..511cc30c4ed1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -242,6 +242,11 @@ "description": "Label read out by accessibility tools (TalkBack or VoiceOver) for a modal barrier to indicate that a tap dismisses the barrier. A modal barrier can for example be found behind a alert or popup to block user interaction with elements behind it." }, + "menuDismissLabel": "Dismiss menu", + "@menuDismissLabel": { + "description": "Label read out by accessibility tools (TalkBack or VoiceOver) for the area around a menu to indicate that a tap dismisses the menu." + }, + "dateSeparator": "/", "@dateSeparator": { "description": "The character string used to separate the parts of a compact date format. For example 'mm/dd/yyyy' has a separator of '/'." diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index 59eed0c4324d..f4d7fd2d4baa 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -142,5 +142,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_et.arb b/packages/flutter_localizations/lib/src/l10n/material_et.arb index 97fb40a2a7ed..b7751aa65328 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_et.arb @@ -141,5 +141,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_eu.arb b/packages/flutter_localizations/lib/src/l10n/material_eu.arb index 8e299211b2f8..cafff7255f7f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_eu.arb @@ -140,5 +140,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index 20c7fbcfd993..d4dd6e5b06ba 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -141,5 +141,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fi.arb b/packages/flutter_localizations/lib/src/l10n/material_fi.arb index ce9d501370e9..649b1671d335 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fi.arb @@ -141,5 +141,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fil.arb b/packages/flutter_localizations/lib/src/l10n/material_fil.arb index fbf38a18b99a..96c45b328582 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fil.arb @@ -141,5 +141,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index accbb33f232e..8d3795231c9d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -142,5 +142,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gl.arb b/packages/flutter_localizations/lib/src/l10n/material_gl.arb index 255779596308..4383f4ddbb44 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gl.arb @@ -142,5 +142,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index 1d803e7b2ff9..15d7095df0dd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -141,5 +141,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gu.arb b/packages/flutter_localizations/lib/src/l10n/material_gu.arb index 371690c084b9..cfcf9594584d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gu.arb @@ -140,5 +140,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index c1f33f5bb61f..63ad41324dac 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -147,5 +147,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hi.arb b/packages/flutter_localizations/lib/src/l10n/material_hi.arb index 78fe9a1d3022..3104031e4b11 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hi.arb @@ -141,5 +141,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hr.arb b/packages/flutter_localizations/lib/src/l10n/material_hr.arb index 7535eb9e70ed..005ccce3578b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hr.arb @@ -144,5 +144,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hu.arb b/packages/flutter_localizations/lib/src/l10n/material_hu.arb index 88c57ae8b3c5..798524a35491 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hu.arb @@ -141,5 +141,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hy.arb b/packages/flutter_localizations/lib/src/l10n/material_hy.arb index 02d1ab87b93a..030323d659e2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hy.arb @@ -146,5 +146,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_id.arb b/packages/flutter_localizations/lib/src/l10n/material_id.arb index 131bface74be..85b954c03d22 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_id.arb @@ -141,5 +141,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_is.arb b/packages/flutter_localizations/lib/src/l10n/material_is.arb index 30078d757f96..595971efd8a4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_is.arb @@ -140,5 +140,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index 1f35104a9d98..605172effe21 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -141,5 +141,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index 58e3c810ba73..6fc3e26eebcb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -141,5 +141,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ka.arb b/packages/flutter_localizations/lib/src/l10n/material_ka.arb index b221c9479288..febdb70b8fc4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ka.arb @@ -140,5 +140,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kk.arb b/packages/flutter_localizations/lib/src/l10n/material_kk.arb index a318f00a4888..055ea2b636fe 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kk.arb @@ -142,5 +142,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_km.arb b/packages/flutter_localizations/lib/src/l10n/material_km.arb index 9c2a624991e2..a34049213d67 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_km.arb @@ -141,5 +141,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kn.arb b/packages/flutter_localizations/lib/src/l10n/material_kn.arb index 624941d984c0..cda53f81e57d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kn.arb @@ -140,5 +140,6 @@ "expansionTileExpandedTapHint": "\u0043\u006f\u006c\u006c\u0061\u0070\u0073\u0065", "expansionTileCollapsedTapHint": "\u0045\u0078\u0070\u0061\u006e\u0064\u0020\u0066\u006f\u0072\u0020\u006d\u006f\u0072\u0065\u0020\u0064\u0065\u0074\u0061\u0069\u006c\u0073", "expandedHint": "\u0043\u006f\u006c\u006c\u0061\u0070\u0073\u0065\u0064", - "collapsedHint": "\u0045\u0078\u0070\u0061\u006e\u0064\u0065\u0064" + "collapsedHint": "\u0045\u0078\u0070\u0061\u006e\u0064\u0065\u0064", + "menuDismissLabel": "\u0044\u0069\u0073\u006d\u0069\u0073\u0073\u0020\u006d\u0065\u006e\u0075" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index 4b2eeee024c9..c022f36f9316 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -141,5 +141,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ky.arb b/packages/flutter_localizations/lib/src/l10n/material_ky.arb index 568e08e29423..6b02039d9d1b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ky.arb @@ -140,5 +140,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lo.arb b/packages/flutter_localizations/lib/src/l10n/material_lo.arb index 2b02046d148c..1007feaebe2e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lo.arb @@ -140,5 +140,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lt.arb b/packages/flutter_localizations/lib/src/l10n/material_lt.arb index 62d77cb56ac2..f0e1503adc1f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lt.arb @@ -147,5 +147,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lv.arb b/packages/flutter_localizations/lib/src/l10n/material_lv.arb index 3c84e58cea34..f61b4dab9352 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lv.arb @@ -142,5 +142,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mk.arb b/packages/flutter_localizations/lib/src/l10n/material_mk.arb index 99586cbc339e..47e2ffc5b466 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mk.arb @@ -140,5 +140,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ml.arb b/packages/flutter_localizations/lib/src/l10n/material_ml.arb index 28896359cc47..1af3e2454f20 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ml.arb @@ -140,5 +140,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mn.arb b/packages/flutter_localizations/lib/src/l10n/material_mn.arb index a960b7b141ed..7fe558525649 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mn.arb @@ -142,5 +142,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mr.arb b/packages/flutter_localizations/lib/src/l10n/material_mr.arb index ccc1ab9019bd..21ceeee708d7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mr.arb @@ -142,5 +142,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ms.arb b/packages/flutter_localizations/lib/src/l10n/material_ms.arb index 2efd94a47bbd..c8ef18c21455 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ms.arb @@ -142,5 +142,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_my.arb b/packages/flutter_localizations/lib/src/l10n/material_my.arb index 06cde1220d69..969b66435df9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_my.arb @@ -140,5 +140,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nb.arb b/packages/flutter_localizations/lib/src/l10n/material_nb.arb index 0a4810524f23..27ab7e9e9321 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nb.arb @@ -139,5 +139,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ne.arb b/packages/flutter_localizations/lib/src/l10n/material_ne.arb index 7c53636103d8..3721981ee1b6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ne.arb @@ -140,5 +140,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index 16d0bceebf9e..04e4774d9032 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -141,5 +141,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_no.arb b/packages/flutter_localizations/lib/src/l10n/material_no.arb index a311a70b250c..2cceaff48988 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_no.arb @@ -139,5 +139,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_or.arb b/packages/flutter_localizations/lib/src/l10n/material_or.arb index 299d57c067bc..e0af6322b0ec 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_or.arb @@ -140,5 +140,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pa.arb b/packages/flutter_localizations/lib/src/l10n/material_pa.arb index d48c4611a6da..7ec370e66b53 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pa.arb @@ -140,5 +140,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index 47695b170de7..114ce4e7b2b6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -147,5 +147,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ps.arb b/packages/flutter_localizations/lib/src/l10n/material_ps.arb index 042b8055dbc7..6f51f1fdb57e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ps.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ps.arb @@ -142,5 +142,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index c671af7dab37..a85ca3885a76 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -143,5 +143,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/flutter_localizations/lib/src/l10n/material_ro.arb index fcd7130a5d47..6731bb241c09 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ro.arb @@ -145,5 +145,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index 9b81a9cc66bc..e682daadbfa6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -148,5 +148,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_si.arb b/packages/flutter_localizations/lib/src/l10n/material_si.arb index 4ac3ecfe9929..b71bf1d94f7a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_si.arb @@ -140,5 +140,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sk.arb b/packages/flutter_localizations/lib/src/l10n/material_sk.arb index a85cfaf3b093..bcbea02c2288 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sk.arb @@ -147,5 +147,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sl.arb b/packages/flutter_localizations/lib/src/l10n/material_sl.arb index 7fe2795860d4..059e5033a9c5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sl.arb @@ -147,5 +147,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sq.arb b/packages/flutter_localizations/lib/src/l10n/material_sq.arb index 9db947b7c502..c5c93fe2d931 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sq.arb @@ -140,5 +140,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr.arb b/packages/flutter_localizations/lib/src/l10n/material_sr.arb index 05865175bdb6..f370d680f954 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr.arb @@ -144,5 +144,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sv.arb b/packages/flutter_localizations/lib/src/l10n/material_sv.arb index 5e4573804a75..5bfd5156aa57 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sv.arb @@ -141,5 +141,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sw.arb b/packages/flutter_localizations/lib/src/l10n/material_sw.arb index b31a119b598b..79eb4868c0db 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sw.arb @@ -142,5 +142,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ta.arb b/packages/flutter_localizations/lib/src/l10n/material_ta.arb index f6fd8c3b3b6c..25e586e735ab 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ta.arb @@ -142,5 +142,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_te.arb b/packages/flutter_localizations/lib/src/l10n/material_te.arb index 4220e89b9801..aecf93193d73 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_te.arb @@ -140,5 +140,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/flutter_localizations/lib/src/l10n/material_th.arb index a0180b3b9b37..7fa35000392b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_th.arb @@ -141,5 +141,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tl.arb b/packages/flutter_localizations/lib/src/l10n/material_tl.arb index fbf38a18b99a..96c45b328582 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tl.arb @@ -141,5 +141,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index b91d74d61651..3e3a12972231 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -141,5 +141,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uk.arb b/packages/flutter_localizations/lib/src/l10n/material_uk.arb index fe9dcddaaebf..ef73b586a8ad 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uk.arb @@ -147,5 +147,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index c11abd3d38b6..fa092aefce63 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -141,5 +141,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uz.arb b/packages/flutter_localizations/lib/src/l10n/material_uz.arb index f773009cc91f..cb62c2a556a6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uz.arb @@ -140,5 +140,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_vi.arb b/packages/flutter_localizations/lib/src/l10n/material_vi.arb index 8f57237cc0f3..a33f5cbb8aea 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_vi.arb @@ -141,5 +141,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index 66a28a60bc1a..aa48e08adc60 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -141,5 +141,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zu.arb b/packages/flutter_localizations/lib/src/l10n/material_zu.arb index aae990ba20d7..ea76791c9fa8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zu.arb @@ -140,5 +140,6 @@ "expansionTileExpandedTapHint": "Collapse", "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "collapsedHint": "Expanded", + "menuDismissLabel": "Dismiss menu" } From 25e406ca260e21f32252e331fc8c9fdfc4c0942b Mon Sep 17 00:00:00 2001 From: LouiseHsu Date: Wed, 2 Aug 2023 13:20:39 -0700 Subject: [PATCH 245/327] [framework] Add Look Up to selection controls for iOS (#131798) This PR adds framework support for the Look Up feature in iOS. https://github.com/flutter/flutter/assets/36148254/d301df79-4e23-454f-8742-2f8e39c2960c The corresponding merged engine PR can be found [here](https://github.com/flutter/engine/pull/43308). This PR addresses https://github.com/flutter/flutter/issues/82907 More details are available in this [design doc.](flutter.dev/go/add-missing-features-to-selection-controls) This is the same PR as https://github.com/flutter/flutter/pull/130532, this is an attempt to fix the Google Testing issue --- .../lib/src/l10n/cupertino_af.arb | 3 +- .../lib/src/l10n/cupertino_am.arb | 3 +- .../lib/src/l10n/cupertino_ar.arb | 3 +- .../lib/src/l10n/cupertino_as.arb | 3 +- .../lib/src/l10n/cupertino_az.arb | 3 +- .../lib/src/l10n/cupertino_be.arb | 3 +- .../lib/src/l10n/cupertino_bg.arb | 3 +- .../lib/src/l10n/cupertino_bn.arb | 3 +- .../lib/src/l10n/cupertino_bs.arb | 3 +- .../lib/src/l10n/cupertino_ca.arb | 3 +- .../lib/src/l10n/cupertino_cs.arb | 3 +- .../lib/src/l10n/cupertino_cy.arb | 3 +- .../lib/src/l10n/cupertino_da.arb | 3 +- .../lib/src/l10n/cupertino_de.arb | 3 +- .../lib/src/l10n/cupertino_el.arb | 3 +- .../lib/src/l10n/cupertino_en.arb | 5 + .../lib/src/l10n/cupertino_es.arb | 3 +- .../lib/src/l10n/cupertino_et.arb | 3 +- .../lib/src/l10n/cupertino_eu.arb | 3 +- .../lib/src/l10n/cupertino_fa.arb | 3 +- .../lib/src/l10n/cupertino_fi.arb | 3 +- .../lib/src/l10n/cupertino_fil.arb | 3 +- .../lib/src/l10n/cupertino_fr.arb | 3 +- .../lib/src/l10n/cupertino_gl.arb | 3 +- .../lib/src/l10n/cupertino_gsw.arb | 3 +- .../lib/src/l10n/cupertino_gu.arb | 3 +- .../lib/src/l10n/cupertino_he.arb | 3 +- .../lib/src/l10n/cupertino_hi.arb | 3 +- .../lib/src/l10n/cupertino_hr.arb | 3 +- .../lib/src/l10n/cupertino_hu.arb | 3 +- .../lib/src/l10n/cupertino_hy.arb | 3 +- .../lib/src/l10n/cupertino_id.arb | 3 +- .../lib/src/l10n/cupertino_is.arb | 3 +- .../lib/src/l10n/cupertino_it.arb | 3 +- .../lib/src/l10n/cupertino_ja.arb | 3 +- .../lib/src/l10n/cupertino_ka.arb | 3 +- .../lib/src/l10n/cupertino_kk.arb | 3 +- .../lib/src/l10n/cupertino_km.arb | 3 +- .../lib/src/l10n/cupertino_kn.arb | 3 +- .../lib/src/l10n/cupertino_ko.arb | 3 +- .../lib/src/l10n/cupertino_ky.arb | 3 +- .../lib/src/l10n/cupertino_lo.arb | 3 +- .../lib/src/l10n/cupertino_lt.arb | 3 +- .../lib/src/l10n/cupertino_lv.arb | 3 +- .../lib/src/l10n/cupertino_mk.arb | 3 +- .../lib/src/l10n/cupertino_ml.arb | 3 +- .../lib/src/l10n/cupertino_mn.arb | 3 +- .../lib/src/l10n/cupertino_mr.arb | 3 +- .../lib/src/l10n/cupertino_ms.arb | 3 +- .../lib/src/l10n/cupertino_my.arb | 3 +- .../lib/src/l10n/cupertino_nb.arb | 3 +- .../lib/src/l10n/cupertino_ne.arb | 3 +- .../lib/src/l10n/cupertino_nl.arb | 3 +- .../lib/src/l10n/cupertino_no.arb | 3 +- .../lib/src/l10n/cupertino_or.arb | 3 +- .../lib/src/l10n/cupertino_pa.arb | 3 +- .../lib/src/l10n/cupertino_pl.arb | 3 +- .../lib/src/l10n/cupertino_pt.arb | 3 +- .../lib/src/l10n/cupertino_ro.arb | 3 +- .../lib/src/l10n/cupertino_ru.arb | 3 +- .../lib/src/l10n/cupertino_si.arb | 3 +- .../lib/src/l10n/cupertino_sk.arb | 3 +- .../lib/src/l10n/cupertino_sl.arb | 3 +- .../lib/src/l10n/cupertino_sq.arb | 3 +- .../lib/src/l10n/cupertino_sr.arb | 3 +- .../lib/src/l10n/cupertino_sv.arb | 3 +- .../lib/src/l10n/cupertino_sw.arb | 3 +- .../lib/src/l10n/cupertino_ta.arb | 3 +- .../lib/src/l10n/cupertino_te.arb | 3 +- .../lib/src/l10n/cupertino_th.arb | 3 +- .../lib/src/l10n/cupertino_tl.arb | 3 +- .../lib/src/l10n/cupertino_tr.arb | 3 +- .../lib/src/l10n/cupertino_uk.arb | 3 +- .../lib/src/l10n/cupertino_ur.arb | 3 +- .../lib/src/l10n/cupertino_uz.arb | 3 +- .../lib/src/l10n/cupertino_vi.arb | 3 +- .../lib/src/l10n/cupertino_zh.arb | 3 +- .../lib/src/l10n/cupertino_zu.arb | 3 +- .../generated_cupertino_localizations.dart | 234 +++++++++++++++++ .../generated_material_localizations.dart | 237 ++++++++++++++++++ .../lib/src/l10n/material_af.arb | 3 +- .../lib/src/l10n/material_am.arb | 3 +- .../lib/src/l10n/material_ar.arb | 3 +- .../lib/src/l10n/material_as.arb | 3 +- .../lib/src/l10n/material_az.arb | 3 +- .../lib/src/l10n/material_be.arb | 3 +- .../lib/src/l10n/material_bg.arb | 3 +- .../lib/src/l10n/material_bn.arb | 3 +- .../lib/src/l10n/material_bs.arb | 3 +- .../lib/src/l10n/material_ca.arb | 3 +- .../lib/src/l10n/material_cs.arb | 3 +- .../lib/src/l10n/material_cy.arb | 3 +- .../lib/src/l10n/material_da.arb | 3 +- .../lib/src/l10n/material_de.arb | 3 +- .../lib/src/l10n/material_el.arb | 3 +- .../lib/src/l10n/material_en.arb | 5 + .../lib/src/l10n/material_es.arb | 3 +- .../lib/src/l10n/material_et.arb | 3 +- .../lib/src/l10n/material_eu.arb | 3 +- .../lib/src/l10n/material_fa.arb | 3 +- .../lib/src/l10n/material_fi.arb | 3 +- .../lib/src/l10n/material_fil.arb | 3 +- .../lib/src/l10n/material_fr.arb | 3 +- .../lib/src/l10n/material_gl.arb | 3 +- .../lib/src/l10n/material_gsw.arb | 3 +- .../lib/src/l10n/material_gu.arb | 3 +- .../lib/src/l10n/material_he.arb | 3 +- .../lib/src/l10n/material_hi.arb | 3 +- .../lib/src/l10n/material_hr.arb | 3 +- .../lib/src/l10n/material_hu.arb | 3 +- .../lib/src/l10n/material_hy.arb | 3 +- .../lib/src/l10n/material_id.arb | 3 +- .../lib/src/l10n/material_is.arb | 3 +- .../lib/src/l10n/material_it.arb | 3 +- .../lib/src/l10n/material_ja.arb | 3 +- .../lib/src/l10n/material_ka.arb | 3 +- .../lib/src/l10n/material_kk.arb | 3 +- .../lib/src/l10n/material_km.arb | 3 +- .../lib/src/l10n/material_kn.arb | 3 +- .../lib/src/l10n/material_ko.arb | 3 +- .../lib/src/l10n/material_ky.arb | 3 +- .../lib/src/l10n/material_lo.arb | 3 +- .../lib/src/l10n/material_lt.arb | 3 +- .../lib/src/l10n/material_lv.arb | 3 +- .../lib/src/l10n/material_mk.arb | 3 +- .../lib/src/l10n/material_ml.arb | 3 +- .../lib/src/l10n/material_mn.arb | 3 +- .../lib/src/l10n/material_mr.arb | 3 +- .../lib/src/l10n/material_ms.arb | 3 +- .../lib/src/l10n/material_my.arb | 3 +- .../lib/src/l10n/material_nb.arb | 3 +- .../lib/src/l10n/material_ne.arb | 3 +- .../lib/src/l10n/material_nl.arb | 3 +- .../lib/src/l10n/material_no.arb | 3 +- .../lib/src/l10n/material_or.arb | 3 +- .../lib/src/l10n/material_pa.arb | 3 +- .../lib/src/l10n/material_pl.arb | 3 +- .../lib/src/l10n/material_ps.arb | 3 +- .../lib/src/l10n/material_pt.arb | 3 +- .../lib/src/l10n/material_ro.arb | 3 +- .../lib/src/l10n/material_ru.arb | 3 +- .../lib/src/l10n/material_si.arb | 3 +- .../lib/src/l10n/material_sk.arb | 3 +- .../lib/src/l10n/material_sl.arb | 3 +- .../lib/src/l10n/material_sq.arb | 3 +- .../lib/src/l10n/material_sr.arb | 3 +- .../lib/src/l10n/material_sv.arb | 3 +- .../lib/src/l10n/material_sw.arb | 3 +- .../lib/src/l10n/material_ta.arb | 3 +- .../lib/src/l10n/material_te.arb | 3 +- .../lib/src/l10n/material_th.arb | 3 +- .../lib/src/l10n/material_tl.arb | 3 +- .../lib/src/l10n/material_tr.arb | 3 +- .../lib/src/l10n/material_uk.arb | 3 +- .../lib/src/l10n/material_ur.arb | 3 +- .../lib/src/l10n/material_uz.arb | 3 +- .../lib/src/l10n/material_vi.arb | 3 +- .../lib/src/l10n/material_zh.arb | 3 +- .../lib/src/l10n/material_zu.arb | 3 +- 159 files changed, 791 insertions(+), 155 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb index c3e82eaebc0a..69bc6c4ddded 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "Maak toe", "searchTextFieldPlaceholderLabel": "Soek", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb index d3c01ffb78aa..453a1e81fc50 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "አሰናብት", "searchTextFieldPlaceholderLabel": "ፍለጋ", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb index 3e439036b05c..b9ad5a4b2069 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb @@ -43,5 +43,6 @@ "modalBarrierDismissLabel": "رفض", "searchTextFieldPlaceholderLabel": "بحث", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb index 7c39f67115a0..048bd85d5ccc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "অগ্ৰাহ্য কৰক", "searchTextFieldPlaceholderLabel": "সন্ধান কৰক", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb index 4b949456fb8b..5f736959241b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "İmtina edin", "searchTextFieldPlaceholderLabel": "Axtarın", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb index 2cad6127ace5..3fbd1bbb98b6 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb @@ -33,5 +33,6 @@ "modalBarrierDismissLabel": "Адхіліць", "searchTextFieldPlaceholderLabel": "Пошук", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb index 684121032771..47470b61054a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "Отхвърляне", "searchTextFieldPlaceholderLabel": "Търсене", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb index b29431eb359a..9aa5492749e1 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "খারিজ করুন", "searchTextFieldPlaceholderLabel": "সার্চ করুন", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb index 96b76cc3c60a..79f845fbe568 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb @@ -28,5 +28,6 @@ "modalBarrierDismissLabel": "Odbaci", "searchTextFieldPlaceholderLabel": "Pretraživanje", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb index 81a0aa8e0047..b310231de1c1 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "Ignora", "searchTextFieldPlaceholderLabel": "Cerca", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb index d243990e6e54..d391a3c07ac1 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb @@ -33,5 +33,6 @@ "modalBarrierDismissLabel": "Zavřít", "searchTextFieldPlaceholderLabel": "Hledat", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb index cfaae3d86467..ffa34dfb1f36 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb @@ -43,5 +43,6 @@ "searchTextFieldPlaceholderLabel": "Chwilio", "modalBarrierDismissLabel": "Diystyru", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb index 295f08cac4ac..7dd1e44f940d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "Afvis", "searchTextFieldPlaceholderLabel": "Søg", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb index 72ce2888964b..bf8d28370033 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "Schließen", "searchTextFieldPlaceholderLabel": "Suche", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb index bdc52dad8b19..dca5eb8ee5d0 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "Παράβλεψη", "searchTextFieldPlaceholderLabel": "Αναζήτηση", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb index 716a4efd1a5b..0cc970d10902 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb @@ -165,6 +165,11 @@ "description": "The label for select-all buttons and menu items. The reference abbreviation is what iOS shows on text selection toolbars." }, + "lookUpButtonLabel": "Look Up", + "@lookUpButtonLabel": { + "description": "The label for the Look Up button and menu items on iOS." + }, + "noSpellCheckReplacementsLabel": "No Replacements Found", "@noSpellCheckReplacementsLabel": { "description": "The label shown in the text selection context menu on iOS when a misspelled word is tapped but the spell checker found no reasonable fixes for it." diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb index 03d833ddebeb..8f992fd2bec3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "Cerrar", "searchTextFieldPlaceholderLabel": "Buscar", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb index f8a35ae34ec5..52886d8d96c2 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "Loobu", "searchTextFieldPlaceholderLabel": "Otsige", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb index ea93034f1093..659c70457d99 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "Baztertu", "searchTextFieldPlaceholderLabel": "Bilatu", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb index aee3c9bd8683..e64076247602 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "نپذیرفتن", "searchTextFieldPlaceholderLabel": "جستجو", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb index ff85e706ce31..4afd7f22b6d4 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "Ohita", "searchTextFieldPlaceholderLabel": "Hae", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb index 3946ce990464..4e15997b414a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "I-dismiss", "searchTextFieldPlaceholderLabel": "Hanapin", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb index f3b5ac58f196..31921f0e8ce7 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "Ignorer", "searchTextFieldPlaceholderLabel": "Rechercher", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb index 9a454cdc5877..95502c805af5 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "Ignorar", "searchTextFieldPlaceholderLabel": "Fai unha busca", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb index 72ce2888964b..bf8d28370033 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "Schließen", "searchTextFieldPlaceholderLabel": "Suche", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb index f29d316ec11b..9269f0380c87 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "છોડી દો", "searchTextFieldPlaceholderLabel": "શોધો", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb index 83cb32cdbbf5..ba34f4d83205 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb @@ -33,5 +33,6 @@ "modalBarrierDismissLabel": "סגירה", "searchTextFieldPlaceholderLabel": "חיפוש", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb index a412f37607a8..ceaf9b91ecdc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "खारिज करें", "searchTextFieldPlaceholderLabel": "खोजें", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb index b05fd416210f..3c8c9ef6debc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb @@ -28,5 +28,6 @@ "modalBarrierDismissLabel": "Odbaci", "searchTextFieldPlaceholderLabel": "Pretraživanje", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb index bfabfb5297c2..c2d64af3bde0 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "Elvetés", "searchTextFieldPlaceholderLabel": "Keresés", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb index 886965d3512a..abbf09b15e2a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "Փակել", "searchTextFieldPlaceholderLabel": "Որոնում", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb index 97cd510b712c..2c7c7ce3c02f 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "Tutup", "searchTextFieldPlaceholderLabel": "Telusuri", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb index e2a270959f50..035ff2c3e33d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "Hunsa", "searchTextFieldPlaceholderLabel": "Leit", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb index 1effc1a6a427..f370b29df45b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "Ignora", "searchTextFieldPlaceholderLabel": "Cerca", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb index 4e015ce3bc36..f97148f8ccb2 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "閉じる", "searchTextFieldPlaceholderLabel": "検索", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb index 012e7e6ccda3..3dbcb4ba5cec 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "დახურვა", "searchTextFieldPlaceholderLabel": "ძიება", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb index 9cfac6778195..323d4f6c2d78 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "Жабу", "searchTextFieldPlaceholderLabel": "Іздеу", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb index 75f748456a27..ecc1d7ec2130 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "ច្រាន​ចោល", "searchTextFieldPlaceholderLabel": "ស្វែងរក", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb index 42e61640714b..f4c9dec32b7b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb @@ -23,5 +23,6 @@ "tabSemanticsLabel": "\u0024\u0074\u0061\u0062\u0043\u006f\u0075\u006e\u0074\u0020\u0cb0\u0cb2\u0ccd\u0cb2\u0cbf\u0ca8\u0020\u0024\u0074\u0061\u0062\u0049\u006e\u0064\u0065\u0078\u0020\u0c9f\u0ccd\u0caf\u0cbe\u0cac\u0ccd", "searchTextFieldPlaceholderLabel": "\u0cb9\u0cc1\u0ca1\u0cc1\u0c95\u0cbf", "noSpellCheckReplacementsLabel": "\u004e\u006f\u0020\u0052\u0065\u0070\u006c\u0061\u0063\u0065\u006d\u0065\u006e\u0074\u0073\u0020\u0046\u006f\u0075\u006e\u0064", - "menuDismissLabel": "\u0044\u0069\u0073\u006d\u0069\u0073\u0073\u0020\u006d\u0065\u006e\u0075" + "menuDismissLabel": "\u0044\u0069\u0073\u006d\u0069\u0073\u0073\u0020\u006d\u0065\u006e\u0075", + "lookUpButtonLabel": "\u004c\u006f\u006f\u006b\u0020\u0055\u0070" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb index ace336348499..55a27170adb7 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "닫기", "searchTextFieldPlaceholderLabel": "검색", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb index 504bf52c5736..1ea6f1551909 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "Жабуу", "searchTextFieldPlaceholderLabel": "Издөө", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb index f34735251cfe..3d375eb44c64 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "ປິດໄວ້", "searchTextFieldPlaceholderLabel": "ຊອກຫາ", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb index 1516e209e86a..d90f28137f45 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb @@ -33,5 +33,6 @@ "modalBarrierDismissLabel": "Atsisakyti", "searchTextFieldPlaceholderLabel": "Paieška", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb index 59c683fea8e3..b7ca96dd5f8c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb @@ -28,5 +28,6 @@ "modalBarrierDismissLabel": "Nerādīt", "searchTextFieldPlaceholderLabel": "Meklēšana", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb index 425255ea7cf7..5599a7b292cb 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "Отфрли", "searchTextFieldPlaceholderLabel": "Пребарувајте", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb index 446a4f4242db..ebdaa61ae3f0 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "നിരസിക്കുക", "searchTextFieldPlaceholderLabel": "തിരയുക", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb index e06bc778a4db..6c6d8e73b431 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "Үл хэрэгсэх", "searchTextFieldPlaceholderLabel": "Хайх", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb index 35128260ff35..47aa29e68332 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "डिसमिस करा", "searchTextFieldPlaceholderLabel": "शोधा", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb index 691435092c47..1730882db8dd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "Tolak", "searchTextFieldPlaceholderLabel": "Cari", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb index fb56c0d12adb..a6b191504ca7 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "ပယ်ရန်", "searchTextFieldPlaceholderLabel": "ရှာရန်", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb index a392f965e259..06a32b6a95fc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "Avvis", "searchTextFieldPlaceholderLabel": "Søk", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb index 939e892bd3b0..dacaa307948c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "खारेज गर्नुहोस्", "searchTextFieldPlaceholderLabel": "खोज्नुहोस्", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb index 723afd6234b2..9db7bda20e32 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "Sluiten", "searchTextFieldPlaceholderLabel": "Zoeken", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb index a392f965e259..06a32b6a95fc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "Avvis", "searchTextFieldPlaceholderLabel": "Søk", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb index aea767ba9742..06bf3b6db435 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "ଖାରଜ କରନ୍ତୁ", "searchTextFieldPlaceholderLabel": "ସନ୍ଧାନ କରନ୍ତୁ", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb index 0abfd5d27a59..5e2bbab9314c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "ਖਾਰਜ ਕਰੋ", "searchTextFieldPlaceholderLabel": "ਖੋਜੋ", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb index 8a5d3470bf0a..7d74843c4856 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb @@ -33,5 +33,6 @@ "modalBarrierDismissLabel": "Zamknij", "searchTextFieldPlaceholderLabel": "Szukaj", "noSpellCheckReplacementsLabel": "Nie znaleziono zastąpień", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb index 0129b43f4517..6c461691d10e 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "Dispensar", "searchTextFieldPlaceholderLabel": "Pesquisar", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb index 2a2260d95940..f455a42995b1 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb @@ -28,5 +28,6 @@ "modalBarrierDismissLabel": "Închideți", "searchTextFieldPlaceholderLabel": "Căutați", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb index 9da4b9b91585..94e53fe02367 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb @@ -33,5 +33,6 @@ "modalBarrierDismissLabel": "Закрыть", "searchTextFieldPlaceholderLabel": "Поиск", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb index 14c8cb01588d..8b2ea75ec7eb 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "ඉවත ලන්න", "searchTextFieldPlaceholderLabel": "සෙවීම", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb index 45f209c58576..ac03577d4672 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb @@ -33,5 +33,6 @@ "modalBarrierDismissLabel": "Odmietnuť", "searchTextFieldPlaceholderLabel": "Hľadať", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb index 7b84c38117c4..e83f6f328752 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb @@ -33,5 +33,6 @@ "modalBarrierDismissLabel": "Opusti", "searchTextFieldPlaceholderLabel": "Iskanje", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb index f7012fedd4ea..9a954c3e3aff 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "Hiq", "searchTextFieldPlaceholderLabel": "Kërko", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb index c8013a5cdc71..3fd0749276fd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb @@ -28,5 +28,6 @@ "modalBarrierDismissLabel": "Одбаци", "searchTextFieldPlaceholderLabel": "Претражите", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb index cc2a1c68d604..756a6984a4f7 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "Stäng", "searchTextFieldPlaceholderLabel": "Sök", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb index 8d297653ca6f..7e1cb2359e30 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "Ondoa", "searchTextFieldPlaceholderLabel": "Tafuta", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb index a680ab68d364..ae344cddf049 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "நிராகரிக்கும்", "searchTextFieldPlaceholderLabel": "தேடுக", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb index 360d0ac66555..869edfce216e 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "విస్మరించు", "searchTextFieldPlaceholderLabel": "సెర్చ్ చేయి", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb index e57371107540..8c2ce23a2e12 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "ปิด", "searchTextFieldPlaceholderLabel": "ค้นหา", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb index 3946ce990464..4e15997b414a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "I-dismiss", "searchTextFieldPlaceholderLabel": "Hanapin", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb index 24ef72c1f5c8..85fdf406f985 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "Kapat", "searchTextFieldPlaceholderLabel": "Ara", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb index 3c5a80503539..77949d298f1c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb @@ -33,5 +33,6 @@ "modalBarrierDismissLabel": "Закрити", "searchTextFieldPlaceholderLabel": "Шукайте", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb index d0d0027e216d..0e004933dccf 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "برخاست کریں", "searchTextFieldPlaceholderLabel": "تلاش کریں", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb index d64d15b6dd15..d3dec79d37b8 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "Yopish", "searchTextFieldPlaceholderLabel": "Qidiruv", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb index 4682ba9d5d5b..8ea93152745e 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "Bỏ qua", "searchTextFieldPlaceholderLabel": "Tìm kiếm", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb index 9ee7ce9442d4..ed0bbdc3e70c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "关闭", "searchTextFieldPlaceholderLabel": "搜索", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb index f4caee097c3b..87a31e7fbc40 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb @@ -23,5 +23,6 @@ "modalBarrierDismissLabel": "Cashisa", "searchTextFieldPlaceholderLabel": "Sesha", "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index e7584c9398ce..3078d50367b3 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -91,6 +91,9 @@ class CupertinoLocalizationAf extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -244,6 +247,9 @@ class CupertinoLocalizationAm extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -397,6 +403,9 @@ class CupertinoLocalizationAr extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => r'$minute دقيقة​'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -550,6 +559,9 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -703,6 +715,9 @@ class CupertinoLocalizationAz extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -856,6 +871,9 @@ class CupertinoLocalizationBe extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -1009,6 +1027,9 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -1162,6 +1183,9 @@ class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -1315,6 +1339,9 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -1468,6 +1495,9 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -1621,6 +1651,9 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -1774,6 +1807,9 @@ class CupertinoLocalizationCy extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => r'$minute munud'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -1927,6 +1963,9 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -2080,6 +2119,9 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -2254,6 +2296,9 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -2407,6 +2452,9 @@ class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -2752,6 +2800,9 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -3565,6 +3616,9 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -3718,6 +3772,9 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -3871,6 +3928,9 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -4024,6 +4084,9 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -4177,6 +4240,9 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -4330,6 +4396,9 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -4525,6 +4594,9 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -4678,6 +4750,9 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -4831,6 +4906,9 @@ class CupertinoLocalizationGu extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -4984,6 +5062,9 @@ class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -5137,6 +5218,9 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -5290,6 +5374,9 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -5443,6 +5530,9 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -5596,6 +5686,9 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -5749,6 +5842,9 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -5902,6 +5998,9 @@ class CupertinoLocalizationIs extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -6055,6 +6154,9 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -6208,6 +6310,9 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -6361,6 +6466,9 @@ class CupertinoLocalizationKa extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -6514,6 +6622,9 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -6667,6 +6778,9 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -6820,6 +6934,9 @@ class CupertinoLocalizationKn extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -6973,6 +7090,9 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -7126,6 +7246,9 @@ class CupertinoLocalizationKy extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -7279,6 +7402,9 @@ class CupertinoLocalizationLo extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -7432,6 +7558,9 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -7585,6 +7714,9 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => r'$minute minūtes'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -7738,6 +7870,9 @@ class CupertinoLocalizationMk extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -7891,6 +8026,9 @@ class CupertinoLocalizationMl extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -8044,6 +8182,9 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -8197,6 +8338,9 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -8350,6 +8494,9 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -8503,6 +8650,9 @@ class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -8656,6 +8806,9 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -8809,6 +8962,9 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -8962,6 +9118,9 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -9115,6 +9274,9 @@ class CupertinoLocalizationNo extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -9268,6 +9430,9 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -9421,6 +9586,9 @@ class CupertinoLocalizationPa extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -9574,6 +9742,9 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -9727,6 +9898,9 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -9916,6 +10090,9 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -10069,6 +10246,9 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -10222,6 +10402,9 @@ class CupertinoLocalizationSi extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -10375,6 +10558,9 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -10528,6 +10714,9 @@ class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -10681,6 +10870,9 @@ class CupertinoLocalizationSq extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -10834,6 +11026,9 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -11101,6 +11296,9 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -11254,6 +11452,9 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -11407,6 +11608,9 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -11560,6 +11764,9 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -11713,6 +11920,9 @@ class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -11866,6 +12076,9 @@ class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -12019,6 +12232,9 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -12172,6 +12388,9 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -12325,6 +12544,9 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -12478,6 +12700,9 @@ class CupertinoLocalizationUz extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -12631,6 +12856,9 @@ class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -12784,6 +13012,9 @@ class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; @@ -13084,6 +13315,9 @@ class CupertinoLocalizationZu extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuDismissLabel => 'Dismiss menu'; diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index efff5a5f81e5..5227d58f67bd 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -329,6 +329,9 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Lisensies'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Kieslysbalkkieslys'; @@ -810,6 +813,9 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'ፈቃዶች'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'የምናሌ አሞሌ ምናሌ'; @@ -1291,6 +1297,9 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'التراخيص'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'قائمة شريط القوائم'; @@ -1772,6 +1781,9 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'অনুজ্ঞাপত্ৰসমূহ'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'মেনু বাৰ মেনু'; @@ -2253,6 +2265,9 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Lisenziyalar'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Menyu paneli menyusu'; @@ -2734,6 +2749,9 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Ліцэнзіі'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Меню "Панэль меню"'; @@ -3215,6 +3233,9 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Лицензи'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Меню на лентата с менюта'; @@ -3696,6 +3717,9 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'লাইসেন্স'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'মেনু বার মেনু'; @@ -4177,6 +4201,9 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Licence'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Meni trake menija'; @@ -4658,6 +4685,9 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Llicències'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Menú de la barra de menú'; @@ -5139,6 +5169,9 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Licence'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Nabídka na liště s nabídkou'; @@ -5620,6 +5653,9 @@ class MaterialLocalizationCy extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Trwyddedau'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Dewislen bar dewislen'; @@ -6101,6 +6137,9 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Licenser'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Menuen for menulinjen'; @@ -6582,6 +6621,9 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Lizenzen'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Menü in der Menüleiste'; @@ -7127,6 +7169,9 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Άδειες'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Μενού γραμμής μενού'; @@ -7608,6 +7653,9 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Licenses'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Menu bar menu'; @@ -8823,6 +8871,9 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Licencias'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Menú de la barra de menú'; @@ -12687,6 +12738,9 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Litsentsid'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Menüüriba menüü'; @@ -13168,6 +13222,9 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Lizentziak'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Menu-barraren menua'; @@ -13649,6 +13706,9 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'مجوزها'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'منوی نوار منو'; @@ -14130,6 +14190,9 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Lisenssit'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Valikkopalkki'; @@ -14611,6 +14674,9 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Mga Lisensya'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Menu sa menu bar'; @@ -15092,6 +15158,9 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Licences'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Menu de la barre de menu'; @@ -15715,6 +15784,9 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Licenzas'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Menú da barra de menú'; @@ -16196,6 +16268,9 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Lizenzen'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Menü in der Menüleiste'; @@ -16677,6 +16752,9 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'લાઇસન્સ'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'મેનૂ બાર મેનૂ'; @@ -17158,6 +17236,9 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'רישיונות'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'תפריט בסרגל התפריטים'; @@ -17639,6 +17720,9 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'लाइसेंस'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'मेन्यू बार का मेन्यू'; @@ -18120,6 +18204,9 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Licence'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Izbornik trake izbornika'; @@ -18601,6 +18688,9 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Licencek'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Menüsor menüje'; @@ -19082,6 +19172,9 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Արտոնագրեր'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Ընտրացանկի գոտու ընտրացանկ'; @@ -19563,6 +19656,9 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Lisensi'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Menu panel menu'; @@ -20044,6 +20140,9 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Leyfi'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Valmyndarstika'; @@ -20525,6 +20624,9 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Licenze'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Menu barra dei menu'; @@ -21006,6 +21108,9 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'ライセンス'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'メニューバーのメニュー'; @@ -21487,6 +21592,9 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'ლიცენზიები'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'მენიუს ზოლის მენიუ'; @@ -21968,6 +22076,9 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Лицензиялар'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Мәзір жолағының мәзірі'; @@ -22449,6 +22560,9 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'អាជ្ញាបណ្ណ'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'ម៉ឺនុយរបារម៉ឺនុយ'; @@ -22930,6 +23044,9 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { @override String get licensesPageTitle => '\u{caa}\u{cb0}\u{cb5}\u{cbe}\u{ca8}\u{c97}\u{cbf}\u{c97}\u{cb3}\u{cc1}'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => '\u{cae}\u{cc6}\u{ca8}\u{cc1}\u{20}\u{cac}\u{cbe}\u{cb0}\u{ccd}\u{200c}\u{20}\u{cae}\u{cc6}\u{ca8}\u{cc1}'; @@ -23411,6 +23528,9 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { @override String get licensesPageTitle => '라이선스'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => '메뉴 바 메뉴'; @@ -23892,6 +24012,9 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Уруксаттамалар'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Меню тилкеси менюсу'; @@ -24373,6 +24496,9 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'ໃບອະນຸຍາດ'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'ເມນູແຖບເມນູ'; @@ -24854,6 +24980,9 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Licencijos'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Meniu juostos meniu'; @@ -25335,6 +25464,9 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Licences'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Izvēļņu joslas izvēlne'; @@ -25816,6 +25948,9 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Лиценци'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Мени на лентата со мени'; @@ -26297,6 +26432,9 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'ലൈസൻസുകൾ'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'മെനു ബാർ മെനു'; @@ -26778,6 +26916,9 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Лиценз'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Цэсний талбарын цэс'; @@ -27259,6 +27400,9 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'परवाने'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'मेनू बार मेनू'; @@ -27740,6 +27884,9 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Lesen'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Menu bar menu'; @@ -28221,6 +28368,9 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'လိုင်စင်များ'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'မီနူးဘား မီနူး'; @@ -28702,6 +28852,9 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Lisenser'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Meny med menylinje'; @@ -29183,6 +29336,9 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'इजाजतपत्रहरू'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => '"मेनु बार" मेनु'; @@ -29664,6 +29820,9 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Licenties'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Menu van menubalk'; @@ -30145,6 +30304,9 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Lisenser'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Meny med menylinje'; @@ -30626,6 +30788,9 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'ଲାଇସେନ୍ସଗୁଡ଼କ'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'ମେନୁ ବାର ମେନୁ'; @@ -31107,6 +31272,9 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'ਲਾਇਸੰਸ'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'ਮੀਨੂ ਬਾਰ ਮੀਨੂ'; @@ -31588,6 +31756,9 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Licencje'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Pasek menu'; @@ -32069,6 +32240,9 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'جوازونه'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Menu bar menu'; @@ -32550,6 +32724,9 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Licenças'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Menu da barra de menus'; @@ -33182,6 +33359,9 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Licențe'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Bară de meniu'; @@ -33663,6 +33843,9 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Лицензии'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Строка меню'; @@ -34144,6 +34327,9 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'බලපත්‍ර'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'මෙනු තීරු මෙනුව'; @@ -34625,6 +34811,9 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Licencie'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Ponuka panela s ponukami'; @@ -35106,6 +35295,9 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Licence'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Meni menijske vrstice'; @@ -35587,6 +35779,9 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Licencat'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Menyja e shiritit të menysë'; @@ -36068,6 +36263,9 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Лиценце'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Мени трака менија'; @@ -36863,6 +37061,9 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Licenser'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Menyrad'; @@ -37344,6 +37545,9 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Leseni'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Menyu ya upau wa menyu'; @@ -37825,6 +38029,9 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'உரிமங்கள்'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'மெனு பட்டியின் மெனு'; @@ -38306,6 +38513,9 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'లైసెన్స్‌లు'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'మెనూ బార్ మెనూ'; @@ -38787,6 +38997,9 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'ใบอนุญาต'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'เมนูในแถบเมนู'; @@ -39268,6 +39481,9 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Mga Lisensya'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Menu sa menu bar'; @@ -39749,6 +39965,9 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Lisanslar'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Menü çubuğu menüsü'; @@ -40230,6 +40449,9 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Ліцензії'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Панель меню'; @@ -40711,6 +40933,9 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'لائسنسز'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'مینیو بار کا مینیو'; @@ -41192,6 +41417,9 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Litsenziyalar'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Menyu paneli'; @@ -41673,6 +41901,9 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Giấy phép'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Trình đơn của thanh trình đơn'; @@ -42154,6 +42385,9 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { @override String get licensesPageTitle => '许可'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => '菜单栏的菜单'; @@ -43128,6 +43362,9 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { @override String get licensesPageTitle => 'Amalayisense'; + @override + String get lookUpButtonLabel => 'Look Up'; + @override String get menuBarMenuLabel => 'Imenyu yebha yemenyu'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_af.arb b/packages/flutter_localizations/lib/src/l10n/material_af.arb index 4ecc36d39d47..89f67a9e1a62 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_af.arb @@ -141,5 +141,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_am.arb b/packages/flutter_localizations/lib/src/l10n/material_am.arb index 695ebefec6a0..f6e368abe988 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_am.arb @@ -141,5 +141,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index ecd809e069b4..33ef73c5a6e8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -152,5 +152,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_as.arb b/packages/flutter_localizations/lib/src/l10n/material_as.arb index 39471cbf3d28..a744d5f2b29b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_as.arb @@ -141,5 +141,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_az.arb b/packages/flutter_localizations/lib/src/l10n/material_az.arb index 6067f4e1da6c..5c1271381a4c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_az.arb @@ -141,5 +141,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_be.arb b/packages/flutter_localizations/lib/src/l10n/material_be.arb index 8f46fc18e887..d8a19c8f8cc8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_be.arb @@ -147,5 +147,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bg.arb b/packages/flutter_localizations/lib/src/l10n/material_bg.arb index e5ad3fc8e3b5..1cbba57b7ea4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bg.arb @@ -142,5 +142,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bn.arb b/packages/flutter_localizations/lib/src/l10n/material_bn.arb index 8bbc98ddfe74..f5feaf34ab50 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bn.arb @@ -141,5 +141,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bs.arb b/packages/flutter_localizations/lib/src/l10n/material_bs.arb index d4f65852b946..3ea58673589e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bs.arb @@ -145,5 +145,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ca.arb b/packages/flutter_localizations/lib/src/l10n/material_ca.arb index ca15e6cad3ca..f2c3a743f4f9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ca.arb @@ -142,5 +142,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_cs.arb b/packages/flutter_localizations/lib/src/l10n/material_cs.arb index 77a8a955ca4b..876fd054e2db 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cs.arb @@ -148,5 +148,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_cy.arb b/packages/flutter_localizations/lib/src/l10n/material_cy.arb index d91a63187f4f..cc12773c1a1f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cy.arb @@ -152,5 +152,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "scanTextButtonLabel": "Scan text", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_da.arb b/packages/flutter_localizations/lib/src/l10n/material_da.arb index cfab5e7b0e18..171128b75a9d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_da.arb @@ -142,5 +142,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index b70005ba37d4..fa22cbeaded4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -143,5 +143,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_el.arb b/packages/flutter_localizations/lib/src/l10n/material_el.arb index 903ff89327cb..67adc3873f7a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_el.arb @@ -142,5 +142,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index 511cc30c4ed1..84ef000ea6ad 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -197,6 +197,11 @@ "description": "The label for scan text buttons and menu items for starting the insertion of text via OCR." }, + "lookUpButtonLabel": "Look Up", + "@lookUpButtonLabel": { + "description": "The label for the Look Up button and menu items on iOS." + }, + "okButtonLabel": "OK", "@okButtonLabel": { "description": "The label for OK buttons and menu items." diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index f4d7fd2d4baa..ccc011feaf9f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -143,5 +143,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_et.arb b/packages/flutter_localizations/lib/src/l10n/material_et.arb index b7751aa65328..8c26ccfcd686 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_et.arb @@ -142,5 +142,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_eu.arb b/packages/flutter_localizations/lib/src/l10n/material_eu.arb index cafff7255f7f..afb1554a4824 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_eu.arb @@ -141,5 +141,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index d4dd6e5b06ba..e5ab93e1eb0e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -142,5 +142,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fi.arb b/packages/flutter_localizations/lib/src/l10n/material_fi.arb index 649b1671d335..be327d1cd3fe 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fi.arb @@ -142,5 +142,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fil.arb b/packages/flutter_localizations/lib/src/l10n/material_fil.arb index 96c45b328582..915496928d34 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fil.arb @@ -142,5 +142,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index 8d3795231c9d..6c0c97837aee 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -143,5 +143,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gl.arb b/packages/flutter_localizations/lib/src/l10n/material_gl.arb index 4383f4ddbb44..ddfc0e830d09 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gl.arb @@ -143,5 +143,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index 15d7095df0dd..7c14e4953e6c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -142,5 +142,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gu.arb b/packages/flutter_localizations/lib/src/l10n/material_gu.arb index cfcf9594584d..b6a491106705 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gu.arb @@ -141,5 +141,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index 63ad41324dac..a625567ce82f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -148,5 +148,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hi.arb b/packages/flutter_localizations/lib/src/l10n/material_hi.arb index 3104031e4b11..e2c94f427f20 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hi.arb @@ -142,5 +142,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hr.arb b/packages/flutter_localizations/lib/src/l10n/material_hr.arb index 005ccce3578b..64c42dede56c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hr.arb @@ -145,5 +145,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hu.arb b/packages/flutter_localizations/lib/src/l10n/material_hu.arb index 798524a35491..d17aa27aeb54 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hu.arb @@ -142,5 +142,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hy.arb b/packages/flutter_localizations/lib/src/l10n/material_hy.arb index 030323d659e2..500f4a0d7e32 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hy.arb @@ -147,5 +147,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_id.arb b/packages/flutter_localizations/lib/src/l10n/material_id.arb index 85b954c03d22..5472e1cab743 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_id.arb @@ -142,5 +142,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_is.arb b/packages/flutter_localizations/lib/src/l10n/material_is.arb index 595971efd8a4..19bf822b72c5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_is.arb @@ -141,5 +141,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index 605172effe21..ee6ef2be0b21 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -142,5 +142,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index 6fc3e26eebcb..787e221ec897 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -142,5 +142,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ka.arb b/packages/flutter_localizations/lib/src/l10n/material_ka.arb index febdb70b8fc4..be14522256a9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ka.arb @@ -141,5 +141,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kk.arb b/packages/flutter_localizations/lib/src/l10n/material_kk.arb index 055ea2b636fe..10659bf78178 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kk.arb @@ -143,5 +143,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_km.arb b/packages/flutter_localizations/lib/src/l10n/material_km.arb index a34049213d67..5e42cd5be6c7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_km.arb @@ -142,5 +142,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kn.arb b/packages/flutter_localizations/lib/src/l10n/material_kn.arb index cda53f81e57d..bd834ddb7021 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kn.arb @@ -141,5 +141,6 @@ "expansionTileCollapsedTapHint": "\u0045\u0078\u0070\u0061\u006e\u0064\u0020\u0066\u006f\u0072\u0020\u006d\u006f\u0072\u0065\u0020\u0064\u0065\u0074\u0061\u0069\u006c\u0073", "expandedHint": "\u0043\u006f\u006c\u006c\u0061\u0070\u0073\u0065\u0064", "collapsedHint": "\u0045\u0078\u0070\u0061\u006e\u0064\u0065\u0064", - "menuDismissLabel": "\u0044\u0069\u0073\u006d\u0069\u0073\u0073\u0020\u006d\u0065\u006e\u0075" + "menuDismissLabel": "\u0044\u0069\u0073\u006d\u0069\u0073\u0073\u0020\u006d\u0065\u006e\u0075", + "lookUpButtonLabel": "\u004c\u006f\u006f\u006b\u0020\u0055\u0070" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index c022f36f9316..e810dc7b7765 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -142,5 +142,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ky.arb b/packages/flutter_localizations/lib/src/l10n/material_ky.arb index 6b02039d9d1b..562f451ba7e1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ky.arb @@ -141,5 +141,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lo.arb b/packages/flutter_localizations/lib/src/l10n/material_lo.arb index 1007feaebe2e..b8e975951b47 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lo.arb @@ -141,5 +141,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lt.arb b/packages/flutter_localizations/lib/src/l10n/material_lt.arb index f0e1503adc1f..6821d2e7a12d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lt.arb @@ -148,5 +148,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lv.arb b/packages/flutter_localizations/lib/src/l10n/material_lv.arb index f61b4dab9352..bf75ba058e77 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lv.arb @@ -143,5 +143,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mk.arb b/packages/flutter_localizations/lib/src/l10n/material_mk.arb index 47e2ffc5b466..d275b5c28346 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mk.arb @@ -141,5 +141,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ml.arb b/packages/flutter_localizations/lib/src/l10n/material_ml.arb index 1af3e2454f20..420bed007a8b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ml.arb @@ -141,5 +141,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mn.arb b/packages/flutter_localizations/lib/src/l10n/material_mn.arb index 7fe558525649..0ea6af64bbf9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mn.arb @@ -143,5 +143,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mr.arb b/packages/flutter_localizations/lib/src/l10n/material_mr.arb index 21ceeee708d7..97a345d5dc22 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mr.arb @@ -143,5 +143,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ms.arb b/packages/flutter_localizations/lib/src/l10n/material_ms.arb index c8ef18c21455..319c1f05e5ec 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ms.arb @@ -143,5 +143,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_my.arb b/packages/flutter_localizations/lib/src/l10n/material_my.arb index 969b66435df9..abebb39aa052 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_my.arb @@ -141,5 +141,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nb.arb b/packages/flutter_localizations/lib/src/l10n/material_nb.arb index 27ab7e9e9321..6dcfbd771365 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nb.arb @@ -140,5 +140,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ne.arb b/packages/flutter_localizations/lib/src/l10n/material_ne.arb index 3721981ee1b6..a1568dbdc313 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ne.arb @@ -141,5 +141,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index 04e4774d9032..b42de577e8cf 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -142,5 +142,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_no.arb b/packages/flutter_localizations/lib/src/l10n/material_no.arb index 2cceaff48988..102fa6b3c098 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_no.arb @@ -140,5 +140,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_or.arb b/packages/flutter_localizations/lib/src/l10n/material_or.arb index e0af6322b0ec..df12f1862ece 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_or.arb @@ -141,5 +141,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pa.arb b/packages/flutter_localizations/lib/src/l10n/material_pa.arb index 7ec370e66b53..0b5384fb56dc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pa.arb @@ -141,5 +141,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index 114ce4e7b2b6..b2f1fd2f2da9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -148,5 +148,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ps.arb b/packages/flutter_localizations/lib/src/l10n/material_ps.arb index 6f51f1fdb57e..f9af707827d7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ps.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ps.arb @@ -143,5 +143,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index a85ca3885a76..b68e7658efeb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -144,5 +144,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/flutter_localizations/lib/src/l10n/material_ro.arb index 6731bb241c09..4f440ffd017d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ro.arb @@ -146,5 +146,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index e682daadbfa6..c1a223c04310 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -149,5 +149,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_si.arb b/packages/flutter_localizations/lib/src/l10n/material_si.arb index b71bf1d94f7a..6d987a15fd14 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_si.arb @@ -141,5 +141,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sk.arb b/packages/flutter_localizations/lib/src/l10n/material_sk.arb index bcbea02c2288..355a42abb835 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sk.arb @@ -148,5 +148,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sl.arb b/packages/flutter_localizations/lib/src/l10n/material_sl.arb index 059e5033a9c5..529e6b790330 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sl.arb @@ -148,5 +148,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sq.arb b/packages/flutter_localizations/lib/src/l10n/material_sq.arb index c5c93fe2d931..a357d1bec50b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sq.arb @@ -141,5 +141,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr.arb b/packages/flutter_localizations/lib/src/l10n/material_sr.arb index f370d680f954..9e7517049452 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr.arb @@ -145,5 +145,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sv.arb b/packages/flutter_localizations/lib/src/l10n/material_sv.arb index 5bfd5156aa57..7a86f4d21113 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sv.arb @@ -142,5 +142,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sw.arb b/packages/flutter_localizations/lib/src/l10n/material_sw.arb index 79eb4868c0db..3bb66ec41a4c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sw.arb @@ -143,5 +143,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ta.arb b/packages/flutter_localizations/lib/src/l10n/material_ta.arb index 25e586e735ab..0670820f74d5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ta.arb @@ -143,5 +143,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_te.arb b/packages/flutter_localizations/lib/src/l10n/material_te.arb index aecf93193d73..61421700e6ff 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_te.arb @@ -141,5 +141,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/flutter_localizations/lib/src/l10n/material_th.arb index 7fa35000392b..b00364a340d6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_th.arb @@ -142,5 +142,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tl.arb b/packages/flutter_localizations/lib/src/l10n/material_tl.arb index 96c45b328582..915496928d34 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tl.arb @@ -142,5 +142,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index 3e3a12972231..521444307879 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -142,5 +142,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uk.arb b/packages/flutter_localizations/lib/src/l10n/material_uk.arb index ef73b586a8ad..ea8064eaf580 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uk.arb @@ -148,5 +148,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index fa092aefce63..ead97a99eec6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -142,5 +142,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uz.arb b/packages/flutter_localizations/lib/src/l10n/material_uz.arb index cb62c2a556a6..142c03e2e751 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uz.arb @@ -141,5 +141,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_vi.arb b/packages/flutter_localizations/lib/src/l10n/material_vi.arb index a33f5cbb8aea..f55143dc197b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_vi.arb @@ -142,5 +142,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index aa48e08adc60..51fa714be58b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -142,5 +142,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zu.arb b/packages/flutter_localizations/lib/src/l10n/material_zu.arb index ea76791c9fa8..4966a33debfc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zu.arb @@ -141,5 +141,6 @@ "expansionTileCollapsedTapHint": "Expand for more details", "expandedHint": "Collapsed", "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu" + "menuDismissLabel": "Dismiss menu", + "lookUpButtonLabel": "Look Up" } From 71c54a1caac281a36159007edb0397e2a6770597 Mon Sep 17 00:00:00 2001 From: LouiseHsu Date: Tue, 8 Aug 2023 10:34:17 -0700 Subject: [PATCH 246/327] [framework] Add Search Web to selection controls for iOS (#131898) This PR adds framework support for the Search Web feature in iOS. https://github.com/flutter/flutter/assets/36148254/c159f0d9-8f14-45e7-b295-e065b0826fab The corresponding merged engine PR can be found [here](https://github.com/flutter/engine/pull/43324). This PR addresses https://github.com/flutter/flutter/issues/82907 More details are available in this [design doc](https://docs.google.com/document/d/1QizXwBiO-2REIcEovl5pK06BaLPOWYmNwOE5jactJZA/edit?resourcekey=0-1pb9mJiAq29Gesmt25GAug) --- .../lib/src/l10n/cupertino_af.arb | 3 +- .../lib/src/l10n/cupertino_am.arb | 3 +- .../lib/src/l10n/cupertino_ar.arb | 3 +- .../lib/src/l10n/cupertino_as.arb | 3 +- .../lib/src/l10n/cupertino_az.arb | 3 +- .../lib/src/l10n/cupertino_be.arb | 3 +- .../lib/src/l10n/cupertino_bg.arb | 3 +- .../lib/src/l10n/cupertino_bn.arb | 3 +- .../lib/src/l10n/cupertino_bs.arb | 3 +- .../lib/src/l10n/cupertino_ca.arb | 3 +- .../lib/src/l10n/cupertino_cs.arb | 3 +- .../lib/src/l10n/cupertino_cy.arb | 3 +- .../lib/src/l10n/cupertino_da.arb | 3 +- .../lib/src/l10n/cupertino_de.arb | 3 +- .../lib/src/l10n/cupertino_el.arb | 3 +- .../lib/src/l10n/cupertino_en.arb | 5 + .../lib/src/l10n/cupertino_es.arb | 3 +- .../lib/src/l10n/cupertino_et.arb | 3 +- .../lib/src/l10n/cupertino_eu.arb | 3 +- .../lib/src/l10n/cupertino_fa.arb | 3 +- .../lib/src/l10n/cupertino_fi.arb | 3 +- .../lib/src/l10n/cupertino_fil.arb | 3 +- .../lib/src/l10n/cupertino_fr.arb | 3 +- .../lib/src/l10n/cupertino_gl.arb | 3 +- .../lib/src/l10n/cupertino_gsw.arb | 3 +- .../lib/src/l10n/cupertino_gu.arb | 3 +- .../lib/src/l10n/cupertino_he.arb | 3 +- .../lib/src/l10n/cupertino_hi.arb | 3 +- .../lib/src/l10n/cupertino_hr.arb | 3 +- .../lib/src/l10n/cupertino_hu.arb | 3 +- .../lib/src/l10n/cupertino_hy.arb | 3 +- .../lib/src/l10n/cupertino_id.arb | 3 +- .../lib/src/l10n/cupertino_is.arb | 3 +- .../lib/src/l10n/cupertino_it.arb | 3 +- .../lib/src/l10n/cupertino_ja.arb | 3 +- .../lib/src/l10n/cupertino_ka.arb | 3 +- .../lib/src/l10n/cupertino_kk.arb | 3 +- .../lib/src/l10n/cupertino_km.arb | 3 +- .../lib/src/l10n/cupertino_kn.arb | 3 +- .../lib/src/l10n/cupertino_ko.arb | 3 +- .../lib/src/l10n/cupertino_ky.arb | 3 +- .../lib/src/l10n/cupertino_lo.arb | 3 +- .../lib/src/l10n/cupertino_lt.arb | 3 +- .../lib/src/l10n/cupertino_lv.arb | 3 +- .../lib/src/l10n/cupertino_mk.arb | 3 +- .../lib/src/l10n/cupertino_ml.arb | 3 +- .../lib/src/l10n/cupertino_mn.arb | 3 +- .../lib/src/l10n/cupertino_mr.arb | 3 +- .../lib/src/l10n/cupertino_ms.arb | 3 +- .../lib/src/l10n/cupertino_my.arb | 3 +- .../lib/src/l10n/cupertino_nb.arb | 3 +- .../lib/src/l10n/cupertino_ne.arb | 3 +- .../lib/src/l10n/cupertino_nl.arb | 3 +- .../lib/src/l10n/cupertino_no.arb | 3 +- .../lib/src/l10n/cupertino_or.arb | 3 +- .../lib/src/l10n/cupertino_pa.arb | 3 +- .../lib/src/l10n/cupertino_pl.arb | 3 +- .../lib/src/l10n/cupertino_pt.arb | 3 +- .../lib/src/l10n/cupertino_ro.arb | 3 +- .../lib/src/l10n/cupertino_ru.arb | 3 +- .../lib/src/l10n/cupertino_si.arb | 3 +- .../lib/src/l10n/cupertino_sk.arb | 3 +- .../lib/src/l10n/cupertino_sl.arb | 3 +- .../lib/src/l10n/cupertino_sq.arb | 3 +- .../lib/src/l10n/cupertino_sr.arb | 3 +- .../lib/src/l10n/cupertino_sv.arb | 3 +- .../lib/src/l10n/cupertino_sw.arb | 3 +- .../lib/src/l10n/cupertino_ta.arb | 3 +- .../lib/src/l10n/cupertino_te.arb | 3 +- .../lib/src/l10n/cupertino_th.arb | 3 +- .../lib/src/l10n/cupertino_tl.arb | 3 +- .../lib/src/l10n/cupertino_tr.arb | 3 +- .../lib/src/l10n/cupertino_uk.arb | 3 +- .../lib/src/l10n/cupertino_ur.arb | 3 +- .../lib/src/l10n/cupertino_uz.arb | 3 +- .../lib/src/l10n/cupertino_vi.arb | 3 +- .../lib/src/l10n/cupertino_zh.arb | 3 +- .../lib/src/l10n/cupertino_zu.arb | 3 +- .../generated_cupertino_localizations.dart | 234 +++++++++++++++++ .../generated_material_localizations.dart | 237 ++++++++++++++++++ .../lib/src/l10n/material_af.arb | 3 +- .../lib/src/l10n/material_am.arb | 3 +- .../lib/src/l10n/material_ar.arb | 3 +- .../lib/src/l10n/material_as.arb | 3 +- .../lib/src/l10n/material_az.arb | 3 +- .../lib/src/l10n/material_be.arb | 3 +- .../lib/src/l10n/material_bg.arb | 3 +- .../lib/src/l10n/material_bn.arb | 3 +- .../lib/src/l10n/material_bs.arb | 3 +- .../lib/src/l10n/material_ca.arb | 3 +- .../lib/src/l10n/material_cs.arb | 3 +- .../lib/src/l10n/material_cy.arb | 3 +- .../lib/src/l10n/material_da.arb | 3 +- .../lib/src/l10n/material_de.arb | 3 +- .../lib/src/l10n/material_el.arb | 3 +- .../lib/src/l10n/material_en.arb | 5 + .../lib/src/l10n/material_es.arb | 3 +- .../lib/src/l10n/material_et.arb | 3 +- .../lib/src/l10n/material_eu.arb | 3 +- .../lib/src/l10n/material_fa.arb | 3 +- .../lib/src/l10n/material_fi.arb | 3 +- .../lib/src/l10n/material_fil.arb | 3 +- .../lib/src/l10n/material_fr.arb | 3 +- .../lib/src/l10n/material_gl.arb | 3 +- .../lib/src/l10n/material_gsw.arb | 3 +- .../lib/src/l10n/material_gu.arb | 3 +- .../lib/src/l10n/material_he.arb | 3 +- .../lib/src/l10n/material_hi.arb | 3 +- .../lib/src/l10n/material_hr.arb | 3 +- .../lib/src/l10n/material_hu.arb | 3 +- .../lib/src/l10n/material_hy.arb | 3 +- .../lib/src/l10n/material_id.arb | 3 +- .../lib/src/l10n/material_is.arb | 3 +- .../lib/src/l10n/material_it.arb | 3 +- .../lib/src/l10n/material_ja.arb | 3 +- .../lib/src/l10n/material_ka.arb | 3 +- .../lib/src/l10n/material_kk.arb | 3 +- .../lib/src/l10n/material_km.arb | 3 +- .../lib/src/l10n/material_kn.arb | 3 +- .../lib/src/l10n/material_ko.arb | 3 +- .../lib/src/l10n/material_ky.arb | 3 +- .../lib/src/l10n/material_lo.arb | 3 +- .../lib/src/l10n/material_lt.arb | 3 +- .../lib/src/l10n/material_lv.arb | 3 +- .../lib/src/l10n/material_mk.arb | 3 +- .../lib/src/l10n/material_ml.arb | 3 +- .../lib/src/l10n/material_mn.arb | 3 +- .../lib/src/l10n/material_mr.arb | 3 +- .../lib/src/l10n/material_ms.arb | 3 +- .../lib/src/l10n/material_my.arb | 3 +- .../lib/src/l10n/material_nb.arb | 3 +- .../lib/src/l10n/material_ne.arb | 3 +- .../lib/src/l10n/material_nl.arb | 3 +- .../lib/src/l10n/material_no.arb | 3 +- .../lib/src/l10n/material_or.arb | 3 +- .../lib/src/l10n/material_pa.arb | 3 +- .../lib/src/l10n/material_pl.arb | 3 +- .../lib/src/l10n/material_ps.arb | 3 +- .../lib/src/l10n/material_pt.arb | 3 +- .../lib/src/l10n/material_ro.arb | 3 +- .../lib/src/l10n/material_ru.arb | 3 +- .../lib/src/l10n/material_si.arb | 3 +- .../lib/src/l10n/material_sk.arb | 3 +- .../lib/src/l10n/material_sl.arb | 3 +- .../lib/src/l10n/material_sq.arb | 3 +- .../lib/src/l10n/material_sr.arb | 3 +- .../lib/src/l10n/material_sv.arb | 3 +- .../lib/src/l10n/material_sw.arb | 3 +- .../lib/src/l10n/material_ta.arb | 3 +- .../lib/src/l10n/material_te.arb | 3 +- .../lib/src/l10n/material_th.arb | 3 +- .../lib/src/l10n/material_tl.arb | 3 +- .../lib/src/l10n/material_tr.arb | 3 +- .../lib/src/l10n/material_uk.arb | 3 +- .../lib/src/l10n/material_ur.arb | 3 +- .../lib/src/l10n/material_uz.arb | 3 +- .../lib/src/l10n/material_vi.arb | 3 +- .../lib/src/l10n/material_zh.arb | 3 +- .../lib/src/l10n/material_zu.arb | 3 +- 159 files changed, 791 insertions(+), 155 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb index 69bc6c4ddded..94d7a4ed7cb9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "Soek", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb index 453a1e81fc50..3e01785574cb 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "ፍለጋ", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb index b9ad5a4b2069..f4cf67ea05f1 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb @@ -44,5 +44,6 @@ "searchTextFieldPlaceholderLabel": "بحث", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb index 048bd85d5ccc..09fcc0fcd4c8 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "সন্ধান কৰক", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb index 5f736959241b..c3335169b91c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "Axtarın", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb index 3fbd1bbb98b6..5ec31f0feada 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb @@ -34,5 +34,6 @@ "searchTextFieldPlaceholderLabel": "Пошук", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb index 47470b61054a..4b5719a451f6 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "Търсене", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb index 9aa5492749e1..bcdd58d9bb01 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "সার্চ করুন", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb index 79f845fbe568..d7167c0925dd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb @@ -29,5 +29,6 @@ "searchTextFieldPlaceholderLabel": "Pretraživanje", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb index b310231de1c1..a8ee35a10a8f 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "Cerca", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb index d391a3c07ac1..472815c54ab8 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb @@ -34,5 +34,6 @@ "searchTextFieldPlaceholderLabel": "Hledat", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb index ffa34dfb1f36..506fec1c1173 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb @@ -44,5 +44,6 @@ "modalBarrierDismissLabel": "Diystyru", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb index 7dd1e44f940d..a0272a2c3097 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "Søg", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb index bf8d28370033..1a2a336c4e14 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "Suche", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb index dca5eb8ee5d0..65c8a97f0922 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "Αναζήτηση", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb index 0cc970d10902..c3342e6c90ec 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb @@ -170,6 +170,11 @@ "description": "The label for the Look Up button and menu items on iOS." }, + "searchWebButtonLabel": "Search Web", + "@searchWebButtonLabel": { + "description": "The label for the Search Web button and menu items on iOS." + }, + "noSpellCheckReplacementsLabel": "No Replacements Found", "@noSpellCheckReplacementsLabel": { "description": "The label shown in the text selection context menu on iOS when a misspelled word is tapped but the spell checker found no reasonable fixes for it." diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb index 8f992fd2bec3..f71e5ff03914 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "Buscar", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb index 52886d8d96c2..ff2040a479a4 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "Otsige", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb index 659c70457d99..114793a757f5 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "Bilatu", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb index e64076247602..11f942633872 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "جستجو", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb index 4afd7f22b6d4..bfbedbc5668b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "Hae", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb index 4e15997b414a..d93a590c16b4 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "Hanapin", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb index 31921f0e8ce7..437984e92a8a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "Rechercher", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb index 95502c805af5..481510c245a6 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "Fai unha busca", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb index bf8d28370033..1a2a336c4e14 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "Suche", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb index 9269f0380c87..952f10ad3db8 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "શોધો", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb index ba34f4d83205..666a3f49ccc1 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb @@ -34,5 +34,6 @@ "searchTextFieldPlaceholderLabel": "חיפוש", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb index ceaf9b91ecdc..9bff60675088 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "खोजें", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb index 3c8c9ef6debc..ac04d54e64e6 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb @@ -29,5 +29,6 @@ "searchTextFieldPlaceholderLabel": "Pretraživanje", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb index c2d64af3bde0..e9de9a1e0477 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "Keresés", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb index abbf09b15e2a..56f6b5f4c715 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "Որոնում", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb index 2c7c7ce3c02f..6b94a0f6d2bf 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "Telusuri", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb index 035ff2c3e33d..bc77d218be1a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "Leit", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb index f370b29df45b..91238cb5974b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "Cerca", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb index f97148f8ccb2..adc131a0e968 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "検索", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb index 3dbcb4ba5cec..595f23b90aed 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "ძიება", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb index 323d4f6c2d78..55fa59f72863 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "Іздеу", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb index ecc1d7ec2130..bb1905a163c1 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "ស្វែងរក", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb index f4c9dec32b7b..8ead9138ac39 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "\u0cb9\u0cc1\u0ca1\u0cc1\u0c95\u0cbf", "noSpellCheckReplacementsLabel": "\u004e\u006f\u0020\u0052\u0065\u0070\u006c\u0061\u0063\u0065\u006d\u0065\u006e\u0074\u0073\u0020\u0046\u006f\u0075\u006e\u0064", "menuDismissLabel": "\u0044\u0069\u0073\u006d\u0069\u0073\u0073\u0020\u006d\u0065\u006e\u0075", - "lookUpButtonLabel": "\u004c\u006f\u006f\u006b\u0020\u0055\u0070" + "lookUpButtonLabel": "\u004c\u006f\u006f\u006b\u0020\u0055\u0070", + "searchWebButtonLabel": "\u0053\u0065\u0061\u0072\u0063\u0068\u0020\u0057\u0065\u0062" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb index 55a27170adb7..01ddb986283b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "검색", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb index 1ea6f1551909..7943ddd689ed 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "Издөө", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb index 3d375eb44c64..0f9cfbff5747 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "ຊອກຫາ", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb index d90f28137f45..8b05726e0f46 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb @@ -34,5 +34,6 @@ "searchTextFieldPlaceholderLabel": "Paieška", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb index b7ca96dd5f8c..8fd972f8fe31 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb @@ -29,5 +29,6 @@ "searchTextFieldPlaceholderLabel": "Meklēšana", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb index 5599a7b292cb..6a4318fcf832 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "Пребарувајте", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb index ebdaa61ae3f0..f1a077d4111e 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "തിരയുക", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb index 6c6d8e73b431..c980229358da 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "Хайх", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb index 47aa29e68332..11cdfb2bcebe 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "शोधा", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb index 1730882db8dd..87c839cfe669 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "Cari", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb index a6b191504ca7..bea64b613008 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "ရှာရန်", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb index 06a32b6a95fc..03b48b0e7943 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "Søk", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb index dacaa307948c..d205f044aa6b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "खोज्नुहोस्", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb index 9db7bda20e32..523e3f9f4b5d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "Zoeken", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb index 06a32b6a95fc..03b48b0e7943 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "Søk", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb index 06bf3b6db435..c0065d3cce52 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "ସନ୍ଧାନ କରନ୍ତୁ", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb index 5e2bbab9314c..22d75077719a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "ਖੋਜੋ", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb index 7d74843c4856..689f5166a80d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb @@ -34,5 +34,6 @@ "searchTextFieldPlaceholderLabel": "Szukaj", "noSpellCheckReplacementsLabel": "Nie znaleziono zastąpień", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb index 6c461691d10e..0a9b39e58b12 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "Pesquisar", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb index f455a42995b1..002be304894f 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb @@ -29,5 +29,6 @@ "searchTextFieldPlaceholderLabel": "Căutați", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb index 94e53fe02367..284c0c269d24 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb @@ -34,5 +34,6 @@ "searchTextFieldPlaceholderLabel": "Поиск", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb index 8b2ea75ec7eb..caa2ad12dba2 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "සෙවීම", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb index ac03577d4672..b113e8c6f570 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb @@ -34,5 +34,6 @@ "searchTextFieldPlaceholderLabel": "Hľadať", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb index e83f6f328752..c65a8444caf2 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb @@ -34,5 +34,6 @@ "searchTextFieldPlaceholderLabel": "Iskanje", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb index 9a954c3e3aff..cbc57e60595e 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "Kërko", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb index 3fd0749276fd..87ff451e119d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb @@ -29,5 +29,6 @@ "searchTextFieldPlaceholderLabel": "Претражите", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb index 756a6984a4f7..ac79e55ad3d8 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "Sök", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb index 7e1cb2359e30..2b7c12286486 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "Tafuta", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb index ae344cddf049..52fa98d64364 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "தேடுக", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb index 869edfce216e..e474ded6c27f 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "సెర్చ్ చేయి", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb index 8c2ce23a2e12..c27d9861ec3d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "ค้นหา", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb index 4e15997b414a..d93a590c16b4 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "Hanapin", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb index 85fdf406f985..33f1f935426b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "Ara", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb index 77949d298f1c..ebbc49d33eec 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb @@ -34,5 +34,6 @@ "searchTextFieldPlaceholderLabel": "Шукайте", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb index 0e004933dccf..252b1ac93796 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "تلاش کریں", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb index d3dec79d37b8..1f6536d099ff 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "Qidiruv", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb index 8ea93152745e..7abb21393946 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "Tìm kiếm", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb index ed0bbdc3e70c..0d406c85263f 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "搜索", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb index 87a31e7fbc40..d391b3c9c5de 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb @@ -24,5 +24,6 @@ "searchTextFieldPlaceholderLabel": "Sesha", "noSpellCheckReplacementsLabel": "No Replacements Found", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index 3078d50367b3..12e56119dfb9 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -112,6 +112,9 @@ class CupertinoLocalizationAf extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Soek'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Kies alles'; @@ -268,6 +271,9 @@ class CupertinoLocalizationAm extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'ፍለጋ'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'ሁሉንም ምረጥ'; @@ -424,6 +430,9 @@ class CupertinoLocalizationAr extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'بحث'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'اختيار الكل'; @@ -580,6 +589,9 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'সন্ধান কৰক'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'সকলো বাছনি কৰক'; @@ -736,6 +748,9 @@ class CupertinoLocalizationAz extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Axtarın'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Hamısını seçin'; @@ -892,6 +907,9 @@ class CupertinoLocalizationBe extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Пошук'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Выбраць усе'; @@ -1048,6 +1066,9 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Търсене'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Избиране на всички'; @@ -1204,6 +1225,9 @@ class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'সার্চ করুন'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'সব বেছে নিন'; @@ -1360,6 +1384,9 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Pretraživanje'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Odaberi sve'; @@ -1516,6 +1543,9 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Cerca'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Selecciona-ho tot'; @@ -1672,6 +1702,9 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Hledat'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Vybrat vše'; @@ -1828,6 +1861,9 @@ class CupertinoLocalizationCy extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Chwilio'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Dewis y Cyfan'; @@ -1984,6 +2020,9 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Søg'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Vælg alle'; @@ -2140,6 +2179,9 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Suche'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Alles auswählen'; @@ -2317,6 +2359,9 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Αναζήτηση'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Επιλογή όλων'; @@ -2473,6 +2518,9 @@ class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Search'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Select All'; @@ -2821,6 +2869,9 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Buscar'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Seleccionar todo'; @@ -3637,6 +3688,9 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Otsige'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Vali kõik'; @@ -3793,6 +3847,9 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Bilatu'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Hautatu guztiak'; @@ -3949,6 +4006,9 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'جستجو'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'انتخاب همه'; @@ -4105,6 +4165,9 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Hae'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Valitse kaikki'; @@ -4261,6 +4324,9 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Hanapin'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Piliin Lahat'; @@ -4417,6 +4483,9 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Rechercher'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Tout sélect.'; @@ -4615,6 +4684,9 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Fai unha busca'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Seleccionar todo'; @@ -4771,6 +4843,9 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Suche'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Alles auswählen'; @@ -4927,6 +5002,9 @@ class CupertinoLocalizationGu extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'શોધો'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'બધા પસંદ કરો'; @@ -5083,6 +5161,9 @@ class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'חיפוש'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'בחירת הכול'; @@ -5239,6 +5320,9 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'खोजें'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'सभी चुनें'; @@ -5395,6 +5479,9 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Pretraživanje'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Odaberi sve'; @@ -5551,6 +5638,9 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Keresés'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Összes kijelölése'; @@ -5707,6 +5797,9 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Որոնում'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Նշել բոլորը'; @@ -5863,6 +5956,9 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Telusuri'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Pilih Semua'; @@ -6019,6 +6115,9 @@ class CupertinoLocalizationIs extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Leit'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Velja allt'; @@ -6175,6 +6274,9 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Cerca'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Seleziona tutto'; @@ -6331,6 +6433,9 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => '検索'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'すべて選択'; @@ -6487,6 +6592,9 @@ class CupertinoLocalizationKa extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'ძიება'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'ყველას არჩევა'; @@ -6643,6 +6751,9 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Іздеу'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Барлығын таңдау'; @@ -6799,6 +6910,9 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'ស្វែងរក'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'ជ្រើសរើស​ទាំងអស់'; @@ -6955,6 +7069,9 @@ class CupertinoLocalizationKn extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => '\u{cb9}\u{cc1}\u{ca1}\u{cc1}\u{c95}\u{cbf}'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => '\u{c8e}\u{cb2}\u{ccd}\u{cb2}\u{cb5}\u{ca8}\u{ccd}\u{ca8}\u{cc2}\u{20}\u{c86}\u{caf}\u{ccd}\u{c95}\u{cc6}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; @@ -7111,6 +7228,9 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => '검색'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => '전체 선택'; @@ -7267,6 +7387,9 @@ class CupertinoLocalizationKy extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Издөө'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Баарын тандоо'; @@ -7423,6 +7546,9 @@ class CupertinoLocalizationLo extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'ຊອກຫາ'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'ເລືອກທັງໝົດ'; @@ -7579,6 +7705,9 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Paieška'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Pasirinkti viską'; @@ -7735,6 +7864,9 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Meklēšana'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Atlasīt visu'; @@ -7891,6 +8023,9 @@ class CupertinoLocalizationMk extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Пребарувајте'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Избери ги сите'; @@ -8047,6 +8182,9 @@ class CupertinoLocalizationMl extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'തിരയുക'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'എല്ലാം തിരഞ്ഞെടുക്കുക'; @@ -8203,6 +8341,9 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Хайх'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Бүгдийг сонгох'; @@ -8359,6 +8500,9 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'शोधा'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'सर्व निवडा'; @@ -8515,6 +8659,9 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Cari'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Pilih Semua'; @@ -8671,6 +8818,9 @@ class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'ရှာရန်'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'အားလုံး ရွေးရန်'; @@ -8827,6 +8977,9 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Søk'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Velg alle'; @@ -8983,6 +9136,9 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'खोज्नुहोस्'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'सबै चयन गर्नुहोस्'; @@ -9139,6 +9295,9 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Zoeken'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Alles selecteren'; @@ -9295,6 +9454,9 @@ class CupertinoLocalizationNo extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Søk'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Velg alle'; @@ -9451,6 +9613,9 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'ସନ୍ଧାନ କରନ୍ତୁ'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'ସମସ୍ତ ଚୟନ କରନ୍ତୁ'; @@ -9607,6 +9772,9 @@ class CupertinoLocalizationPa extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'ਖੋਜੋ'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'ਸਭ ਚੁਣੋ'; @@ -9763,6 +9931,9 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Szukaj'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Zaznacz wszystko'; @@ -9919,6 +10090,9 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Pesquisar'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Selecionar tudo'; @@ -10111,6 +10285,9 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Căutați'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Selectați-le pe toate'; @@ -10267,6 +10444,9 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Поиск'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Выбрать все'; @@ -10423,6 +10603,9 @@ class CupertinoLocalizationSi extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'සෙවීම'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'සියල්ල තෝරන්න'; @@ -10579,6 +10762,9 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Hľadať'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Vybrať všetko'; @@ -10735,6 +10921,9 @@ class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Iskanje'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Izberi vse'; @@ -10891,6 +11080,9 @@ class CupertinoLocalizationSq extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Kërko'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Zgjidhi të gjitha'; @@ -11047,6 +11239,9 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Претражите'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Изабери све'; @@ -11317,6 +11512,9 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Sök'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Markera alla'; @@ -11473,6 +11671,9 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Tafuta'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Teua Zote'; @@ -11629,6 +11830,9 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'தேடுக'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'எல்லாம் தேர்ந்தெடு'; @@ -11785,6 +11989,9 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'సెర్చ్ చేయి'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'అన్నింటినీ ఎంచుకోండి'; @@ -11941,6 +12148,9 @@ class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'ค้นหา'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'เลือกทั้งหมด'; @@ -12097,6 +12307,9 @@ class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Hanapin'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Piliin Lahat'; @@ -12253,6 +12466,9 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Ara'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Tümünü Seç'; @@ -12409,6 +12625,9 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Шукайте'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Вибрати все'; @@ -12565,6 +12784,9 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'تلاش کریں'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'سبھی منتخب کریں'; @@ -12721,6 +12943,9 @@ class CupertinoLocalizationUz extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Qidiruv'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Barchasini tanlash'; @@ -12877,6 +13102,9 @@ class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Tìm kiếm'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Chọn tất cả'; @@ -13033,6 +13261,9 @@ class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => '搜索'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => '全选'; @@ -13336,6 +13567,9 @@ class CupertinoLocalizationZu extends GlobalCupertinoLocalizations { @override String get searchTextFieldPlaceholderLabel => 'Sesha'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Khetha konke'; diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index 5227d58f67bd..01b9d055c5d1 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -437,6 +437,9 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Soek'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Kies alles'; @@ -921,6 +924,9 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'ይፈልጉ'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'ሁሉንም ምረጥ'; @@ -1405,6 +1411,9 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'بحث'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'اختيار الكل'; @@ -1889,6 +1898,9 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'সন্ধান কৰক'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'সকলো বাছনি কৰক'; @@ -2373,6 +2385,9 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Axtarın'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Hamısını seçin'; @@ -2857,6 +2872,9 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Пошук'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Выбраць усе'; @@ -3341,6 +3359,9 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Търсене'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Избиране на всички'; @@ -3825,6 +3846,9 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'খুঁজুন'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'সব বেছে নিন'; @@ -4309,6 +4333,9 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Pretražite'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Odaberi sve'; @@ -4793,6 +4820,9 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Cerca'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Selecciona-ho tot'; @@ -5277,6 +5307,9 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Hledat'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Vybrat vše'; @@ -5761,6 +5794,9 @@ class MaterialLocalizationCy extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Chwilio'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Dewis y Cyfan'; @@ -6245,6 +6281,9 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Søg'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Markér alt'; @@ -6729,6 +6768,9 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Suchen'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Alle auswählen'; @@ -7277,6 +7319,9 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Αναζήτηση'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Επιλογή όλων'; @@ -7761,6 +7806,9 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Search'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Select all'; @@ -8979,6 +9027,9 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Buscar'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Seleccionar todo'; @@ -12846,6 +12897,9 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Otsing'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Vali kõik'; @@ -13330,6 +13384,9 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Bilatu'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Hautatu guztiak'; @@ -13814,6 +13871,9 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'جستجو'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'انتخاب همه'; @@ -14298,6 +14358,9 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Haku'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Valitse kaikki'; @@ -14782,6 +14845,9 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Maghanap'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Piliin lahat'; @@ -15266,6 +15332,9 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Rechercher'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Tout sélectionner'; @@ -15892,6 +15961,9 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Buscar'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Seleccionar todo'; @@ -16376,6 +16448,9 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Suchen'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Alle auswählen'; @@ -16860,6 +16935,9 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'શોધો'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'બધા પસંદ કરો'; @@ -17344,6 +17422,9 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'חיפוש'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'בחירת הכול'; @@ -17828,6 +17909,9 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'खोजें'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'सभी को चुनें'; @@ -18312,6 +18396,9 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Pretražite'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Odaberi sve'; @@ -18796,6 +18883,9 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Keresés'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Összes kijelölése'; @@ -19280,6 +19370,9 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Որոնել'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Նշել բոլորը'; @@ -19764,6 +19857,9 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Telusuri'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Pilih semua'; @@ -20248,6 +20344,9 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Leit'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Velja allt'; @@ -20732,6 +20831,9 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Cerca'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Seleziona tutto'; @@ -21216,6 +21318,9 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { @override String get searchFieldLabel => '検索'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'すべて選択'; @@ -21700,6 +21805,9 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'ძიება'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'ყველას არჩევა'; @@ -22184,6 +22292,9 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Іздеу'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Барлығын таңдау'; @@ -22668,6 +22779,9 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'ស្វែងរក'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'ជ្រើសរើស​ទាំងអស់'; @@ -23152,6 +23266,9 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { @override String get searchFieldLabel => '\u{cb9}\u{cc1}\u{ca1}\u{cc1}\u{c95}\u{cbf}'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => '\u{c8e}\u{cb2}\u{ccd}\u{cb2}\u{cb5}\u{ca8}\u{ccd}\u{ca8}\u{cc2}\u{20}\u{c86}\u{caf}\u{ccd}\u{c95}\u{cc6}\u{20}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; @@ -23636,6 +23753,9 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { @override String get searchFieldLabel => '검색'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => '전체 선택'; @@ -24120,6 +24240,9 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Издөө'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Баарын тандоо'; @@ -24604,6 +24727,9 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'ຊອກຫາ'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'ເລືອກທັງໝົດ'; @@ -25088,6 +25214,9 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Paieška'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Pasirinkti viską'; @@ -25572,6 +25701,9 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Meklēt'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Atlasīt visu'; @@ -26056,6 +26188,9 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Пребарувајте'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Избери ги сите'; @@ -26540,6 +26675,9 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'തിരയുക'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'എല്ലാം തിരഞ്ഞെടുക്കുക'; @@ -27024,6 +27162,9 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Хайх'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Бүгдийг сонгох'; @@ -27508,6 +27649,9 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'शोध'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'सर्व निवडा'; @@ -27992,6 +28136,9 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Cari'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Pilih semua'; @@ -28476,6 +28623,9 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'ရှာဖွေရန်'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'အားလုံး ရွေးရန်'; @@ -28960,6 +29110,9 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Søk'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Velg alle'; @@ -29444,6 +29597,9 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'खोज्नुहोस्'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'सबै बटनहरू चयन गर्नुहोस्'; @@ -29928,6 +30084,9 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Zoeken'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Alles selecteren'; @@ -30412,6 +30571,9 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Søk'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Velg alle'; @@ -30896,6 +31058,9 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'ସନ୍ଧାନ କରନ୍ତୁ'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'ସବୁ ଚୟନ କରନ୍ତୁ'; @@ -31380,6 +31545,9 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'ਖੋਜੋ'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'ਸਭ ਚੁਣੋ'; @@ -31864,6 +32032,9 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Szukaj'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Zaznacz wszystko'; @@ -32348,6 +32519,9 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'لټون'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'غوره کړئ'; @@ -32832,6 +33006,9 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Pesquisa'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Selecionar tudo'; @@ -33467,6 +33644,9 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Căutați'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Selectați tot'; @@ -33951,6 +34131,9 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Поиск'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Выбрать все'; @@ -34435,6 +34618,9 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'සෙවීම'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'සියල්ල තෝරන්න'; @@ -34919,6 +35105,9 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Hľadať'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Vybrať všetko'; @@ -35403,6 +35592,9 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Iskanje'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Izberi vse'; @@ -35887,6 +36079,9 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Kërko'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Zgjidh të gjitha'; @@ -36371,6 +36566,9 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Претражите'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Изабери све'; @@ -37169,6 +37367,9 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Sök'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Markera allt'; @@ -37653,6 +37854,9 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Tafuta'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Chagua vyote'; @@ -38137,6 +38341,9 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'தேடல்'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'அனைத்தையும் தேர்ந்தெடு'; @@ -38621,6 +38828,9 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'వెతకండి'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'అన్నింటినీ ఎంచుకోండి'; @@ -39105,6 +39315,9 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'ค้นหา'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'เลือกทั้งหมด'; @@ -39589,6 +39802,9 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Maghanap'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Piliin lahat'; @@ -40073,6 +40289,9 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Ara'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Tümünü seç'; @@ -40557,6 +40776,9 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Пошук'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Вибрати всі'; @@ -41041,6 +41263,9 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'تلاش'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'سبھی کو منتخب کریں'; @@ -41525,6 +41750,9 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Qidirish'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Hammasi'; @@ -42009,6 +42237,9 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Tìm kiếm'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Chọn tất cả'; @@ -42493,6 +42724,9 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { @override String get searchFieldLabel => '搜索'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => '全选'; @@ -43470,6 +43704,9 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { @override String get searchFieldLabel => 'Sesha'; + @override + String get searchWebButtonLabel => 'Search Web'; + @override String get selectAllButtonLabel => 'Khetha konke'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_af.arb b/packages/flutter_localizations/lib/src/l10n/material_af.arb index 89f67a9e1a62..8800c726c4f5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_af.arb @@ -142,5 +142,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_am.arb b/packages/flutter_localizations/lib/src/l10n/material_am.arb index f6e368abe988..cbd036bce09d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_am.arb @@ -142,5 +142,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index 33ef73c5a6e8..30fae912e167 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -153,5 +153,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_as.arb b/packages/flutter_localizations/lib/src/l10n/material_as.arb index a744d5f2b29b..3a6f0b12a19c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_as.arb @@ -142,5 +142,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_az.arb b/packages/flutter_localizations/lib/src/l10n/material_az.arb index 5c1271381a4c..2945f9c89756 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_az.arb @@ -142,5 +142,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_be.arb b/packages/flutter_localizations/lib/src/l10n/material_be.arb index d8a19c8f8cc8..73de6bcb2926 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_be.arb @@ -148,5 +148,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bg.arb b/packages/flutter_localizations/lib/src/l10n/material_bg.arb index 1cbba57b7ea4..923ce8757484 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bg.arb @@ -143,5 +143,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bn.arb b/packages/flutter_localizations/lib/src/l10n/material_bn.arb index f5feaf34ab50..edf3c6ff6ebc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bn.arb @@ -142,5 +142,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bs.arb b/packages/flutter_localizations/lib/src/l10n/material_bs.arb index 3ea58673589e..3d6e27879e63 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bs.arb @@ -146,5 +146,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ca.arb b/packages/flutter_localizations/lib/src/l10n/material_ca.arb index f2c3a743f4f9..fb83253b7252 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ca.arb @@ -143,5 +143,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_cs.arb b/packages/flutter_localizations/lib/src/l10n/material_cs.arb index 876fd054e2db..db1c55b02641 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cs.arb @@ -149,5 +149,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_cy.arb b/packages/flutter_localizations/lib/src/l10n/material_cy.arb index cc12773c1a1f..8d4c1e08cd5a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cy.arb @@ -153,5 +153,6 @@ "collapsedHint": "Expanded", "scanTextButtonLabel": "Scan text", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_da.arb b/packages/flutter_localizations/lib/src/l10n/material_da.arb index 171128b75a9d..dab575d99a9a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_da.arb @@ -143,5 +143,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index fa22cbeaded4..47ae9d44eefb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -144,5 +144,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_el.arb b/packages/flutter_localizations/lib/src/l10n/material_el.arb index 67adc3873f7a..3dfb34c4a0c8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_el.arb @@ -143,5 +143,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index 84ef000ea6ad..4a43629e0c8e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -202,6 +202,11 @@ "description": "The label for the Look Up button and menu items on iOS." }, + "searchWebButtonLabel": "Search Web", + "@searchWebButtonLabel": { + "description": "The label for the Search Web button and menu items on iOS." + }, + "okButtonLabel": "OK", "@okButtonLabel": { "description": "The label for OK buttons and menu items." diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index ccc011feaf9f..4371c85c368f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -144,5 +144,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_et.arb b/packages/flutter_localizations/lib/src/l10n/material_et.arb index 8c26ccfcd686..527eb0afe995 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_et.arb @@ -143,5 +143,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_eu.arb b/packages/flutter_localizations/lib/src/l10n/material_eu.arb index afb1554a4824..6147f261fbef 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_eu.arb @@ -142,5 +142,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index e5ab93e1eb0e..2983f4562fc7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -143,5 +143,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fi.arb b/packages/flutter_localizations/lib/src/l10n/material_fi.arb index be327d1cd3fe..421da7341385 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fi.arb @@ -143,5 +143,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fil.arb b/packages/flutter_localizations/lib/src/l10n/material_fil.arb index 915496928d34..ca2f1d0d6aab 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fil.arb @@ -143,5 +143,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index 6c0c97837aee..68639742ce87 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -144,5 +144,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gl.arb b/packages/flutter_localizations/lib/src/l10n/material_gl.arb index ddfc0e830d09..9c1116dee4d6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gl.arb @@ -144,5 +144,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index 7c14e4953e6c..0128e802d996 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -143,5 +143,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gu.arb b/packages/flutter_localizations/lib/src/l10n/material_gu.arb index b6a491106705..908e9095bf82 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gu.arb @@ -142,5 +142,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index a625567ce82f..a046c2b7a477 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -149,5 +149,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hi.arb b/packages/flutter_localizations/lib/src/l10n/material_hi.arb index e2c94f427f20..92674b1e3213 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hi.arb @@ -143,5 +143,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hr.arb b/packages/flutter_localizations/lib/src/l10n/material_hr.arb index 64c42dede56c..a403da631c87 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hr.arb @@ -146,5 +146,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hu.arb b/packages/flutter_localizations/lib/src/l10n/material_hu.arb index d17aa27aeb54..d8bf8b03ddfe 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hu.arb @@ -143,5 +143,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hy.arb b/packages/flutter_localizations/lib/src/l10n/material_hy.arb index 500f4a0d7e32..301d14496e1b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hy.arb @@ -148,5 +148,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_id.arb b/packages/flutter_localizations/lib/src/l10n/material_id.arb index 5472e1cab743..b6784a082d31 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_id.arb @@ -143,5 +143,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_is.arb b/packages/flutter_localizations/lib/src/l10n/material_is.arb index 19bf822b72c5..0df7c9f2af06 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_is.arb @@ -142,5 +142,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index ee6ef2be0b21..e85f7f21d8a0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -143,5 +143,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index 787e221ec897..59403b89dbc9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -143,5 +143,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ka.arb b/packages/flutter_localizations/lib/src/l10n/material_ka.arb index be14522256a9..4d163cec2ed5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ka.arb @@ -142,5 +142,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kk.arb b/packages/flutter_localizations/lib/src/l10n/material_kk.arb index 10659bf78178..ba13d29d0f03 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kk.arb @@ -144,5 +144,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_km.arb b/packages/flutter_localizations/lib/src/l10n/material_km.arb index 5e42cd5be6c7..255a891804a7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_km.arb @@ -143,5 +143,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kn.arb b/packages/flutter_localizations/lib/src/l10n/material_kn.arb index bd834ddb7021..812d4f0c99ab 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kn.arb @@ -142,5 +142,6 @@ "expandedHint": "\u0043\u006f\u006c\u006c\u0061\u0070\u0073\u0065\u0064", "collapsedHint": "\u0045\u0078\u0070\u0061\u006e\u0064\u0065\u0064", "menuDismissLabel": "\u0044\u0069\u0073\u006d\u0069\u0073\u0073\u0020\u006d\u0065\u006e\u0075", - "lookUpButtonLabel": "\u004c\u006f\u006f\u006b\u0020\u0055\u0070" + "lookUpButtonLabel": "\u004c\u006f\u006f\u006b\u0020\u0055\u0070", + "searchWebButtonLabel": "\u0053\u0065\u0061\u0072\u0063\u0068\u0020\u0057\u0065\u0062" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index e810dc7b7765..b44fd61d9614 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -143,5 +143,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ky.arb b/packages/flutter_localizations/lib/src/l10n/material_ky.arb index 562f451ba7e1..d38c569890b0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ky.arb @@ -142,5 +142,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lo.arb b/packages/flutter_localizations/lib/src/l10n/material_lo.arb index b8e975951b47..7524ff85f6b8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lo.arb @@ -142,5 +142,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lt.arb b/packages/flutter_localizations/lib/src/l10n/material_lt.arb index 6821d2e7a12d..4674beef1c2a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lt.arb @@ -149,5 +149,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lv.arb b/packages/flutter_localizations/lib/src/l10n/material_lv.arb index bf75ba058e77..79da575af0c8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lv.arb @@ -144,5 +144,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mk.arb b/packages/flutter_localizations/lib/src/l10n/material_mk.arb index d275b5c28346..6bf86027bd7b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mk.arb @@ -142,5 +142,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ml.arb b/packages/flutter_localizations/lib/src/l10n/material_ml.arb index 420bed007a8b..0d4c8c709319 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ml.arb @@ -142,5 +142,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mn.arb b/packages/flutter_localizations/lib/src/l10n/material_mn.arb index 0ea6af64bbf9..b9da64a90350 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mn.arb @@ -144,5 +144,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mr.arb b/packages/flutter_localizations/lib/src/l10n/material_mr.arb index 97a345d5dc22..56929db97f31 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mr.arb @@ -144,5 +144,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ms.arb b/packages/flutter_localizations/lib/src/l10n/material_ms.arb index 319c1f05e5ec..b7a24560f347 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ms.arb @@ -144,5 +144,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_my.arb b/packages/flutter_localizations/lib/src/l10n/material_my.arb index abebb39aa052..9eaae92c0db3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_my.arb @@ -142,5 +142,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nb.arb b/packages/flutter_localizations/lib/src/l10n/material_nb.arb index 6dcfbd771365..64eff83b6ad7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nb.arb @@ -141,5 +141,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ne.arb b/packages/flutter_localizations/lib/src/l10n/material_ne.arb index a1568dbdc313..d9e0498acd36 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ne.arb @@ -142,5 +142,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index b42de577e8cf..babfbb6d403f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -143,5 +143,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_no.arb b/packages/flutter_localizations/lib/src/l10n/material_no.arb index 102fa6b3c098..160a5eef09a9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_no.arb @@ -141,5 +141,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_or.arb b/packages/flutter_localizations/lib/src/l10n/material_or.arb index df12f1862ece..fe6b2b9685fd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_or.arb @@ -142,5 +142,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pa.arb b/packages/flutter_localizations/lib/src/l10n/material_pa.arb index 0b5384fb56dc..509d64f52f06 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pa.arb @@ -142,5 +142,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index b2f1fd2f2da9..4da82533e582 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -149,5 +149,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ps.arb b/packages/flutter_localizations/lib/src/l10n/material_ps.arb index f9af707827d7..12905fde0877 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ps.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ps.arb @@ -144,5 +144,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index b68e7658efeb..73a4ced4e319 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -145,5 +145,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/flutter_localizations/lib/src/l10n/material_ro.arb index 4f440ffd017d..d74d8794147a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ro.arb @@ -147,5 +147,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index c1a223c04310..cb5e76d96187 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -150,5 +150,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_si.arb b/packages/flutter_localizations/lib/src/l10n/material_si.arb index 6d987a15fd14..126f53975493 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_si.arb @@ -142,5 +142,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sk.arb b/packages/flutter_localizations/lib/src/l10n/material_sk.arb index 355a42abb835..417d590716ca 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sk.arb @@ -149,5 +149,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sl.arb b/packages/flutter_localizations/lib/src/l10n/material_sl.arb index 529e6b790330..6f761ed20e3c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sl.arb @@ -149,5 +149,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sq.arb b/packages/flutter_localizations/lib/src/l10n/material_sq.arb index a357d1bec50b..465e0e51b8a2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sq.arb @@ -142,5 +142,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr.arb b/packages/flutter_localizations/lib/src/l10n/material_sr.arb index 9e7517049452..522698184ef9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr.arb @@ -146,5 +146,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sv.arb b/packages/flutter_localizations/lib/src/l10n/material_sv.arb index 7a86f4d21113..39975feb0e96 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sv.arb @@ -143,5 +143,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sw.arb b/packages/flutter_localizations/lib/src/l10n/material_sw.arb index 3bb66ec41a4c..df3189e39208 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sw.arb @@ -144,5 +144,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ta.arb b/packages/flutter_localizations/lib/src/l10n/material_ta.arb index 0670820f74d5..68eb4b6a35b3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ta.arb @@ -144,5 +144,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_te.arb b/packages/flutter_localizations/lib/src/l10n/material_te.arb index 61421700e6ff..159ae42834ee 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_te.arb @@ -142,5 +142,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/flutter_localizations/lib/src/l10n/material_th.arb index b00364a340d6..93ad1fa82849 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_th.arb @@ -143,5 +143,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tl.arb b/packages/flutter_localizations/lib/src/l10n/material_tl.arb index 915496928d34..ca2f1d0d6aab 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tl.arb @@ -143,5 +143,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index 521444307879..a494cd85bd1b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -143,5 +143,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uk.arb b/packages/flutter_localizations/lib/src/l10n/material_uk.arb index ea8064eaf580..bccecc7fbb3a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uk.arb @@ -149,5 +149,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index ead97a99eec6..a4a191c49bf3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -143,5 +143,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uz.arb b/packages/flutter_localizations/lib/src/l10n/material_uz.arb index 142c03e2e751..79087e036c22 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uz.arb @@ -142,5 +142,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_vi.arb b/packages/flutter_localizations/lib/src/l10n/material_vi.arb index f55143dc197b..ebb79d3b1931 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_vi.arb @@ -143,5 +143,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index 51fa714be58b..cd473bbb924b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -143,5 +143,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zu.arb b/packages/flutter_localizations/lib/src/l10n/material_zu.arb index 4966a33debfc..83f775506408 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zu.arb @@ -142,5 +142,6 @@ "expandedHint": "Collapsed", "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up" + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web" } From 01a9accdf6e18469f0b3acaf99795773215f0e08 Mon Sep 17 00:00:00 2001 From: Tae Hyung Kim Date: Wed, 9 Aug 2023 17:05:27 +0000 Subject: [PATCH 247/327] Update material and cupertino localizations (#131212) See title. Fixes https://github.com/flutter/flutter/issues/130874. --------- Co-authored-by: Xilai Zhang --- .../lib/src/l10n/cupertino_af.arb | 4 +- .../lib/src/l10n/cupertino_am.arb | 4 +- .../lib/src/l10n/cupertino_ar.arb | 4 +- .../lib/src/l10n/cupertino_as.arb | 4 +- .../lib/src/l10n/cupertino_az.arb | 4 +- .../lib/src/l10n/cupertino_be.arb | 4 +- .../lib/src/l10n/cupertino_bg.arb | 4 +- .../lib/src/l10n/cupertino_bn.arb | 4 +- .../lib/src/l10n/cupertino_bs.arb | 6 +- .../lib/src/l10n/cupertino_ca.arb | 4 +- .../lib/src/l10n/cupertino_cs.arb | 4 +- .../lib/src/l10n/cupertino_cy.arb | 4 +- .../lib/src/l10n/cupertino_da.arb | 4 +- .../lib/src/l10n/cupertino_de.arb | 4 +- .../lib/src/l10n/cupertino_el.arb | 4 +- .../lib/src/l10n/cupertino_en_AU.arb | 3 + .../lib/src/l10n/cupertino_en_GB.arb | 3 + .../lib/src/l10n/cupertino_en_IE.arb | 3 + .../lib/src/l10n/cupertino_en_IN.arb | 3 + .../lib/src/l10n/cupertino_en_NZ.arb | 3 + .../lib/src/l10n/cupertino_en_SG.arb | 3 + .../lib/src/l10n/cupertino_en_ZA.arb | 3 + .../lib/src/l10n/cupertino_es.arb | 4 +- .../lib/src/l10n/cupertino_es_419.arb | 5 +- .../lib/src/l10n/cupertino_es_AR.arb | 5 +- .../lib/src/l10n/cupertino_es_BO.arb | 5 +- .../lib/src/l10n/cupertino_es_CL.arb | 5 +- .../lib/src/l10n/cupertino_es_CO.arb | 5 +- .../lib/src/l10n/cupertino_es_CR.arb | 5 +- .../lib/src/l10n/cupertino_es_DO.arb | 5 +- .../lib/src/l10n/cupertino_es_EC.arb | 5 +- .../lib/src/l10n/cupertino_es_GT.arb | 5 +- .../lib/src/l10n/cupertino_es_HN.arb | 5 +- .../lib/src/l10n/cupertino_es_MX.arb | 5 +- .../lib/src/l10n/cupertino_es_NI.arb | 5 +- .../lib/src/l10n/cupertino_es_PA.arb | 5 +- .../lib/src/l10n/cupertino_es_PE.arb | 5 +- .../lib/src/l10n/cupertino_es_PR.arb | 5 +- .../lib/src/l10n/cupertino_es_PY.arb | 5 +- .../lib/src/l10n/cupertino_es_SV.arb | 5 +- .../lib/src/l10n/cupertino_es_US.arb | 5 +- .../lib/src/l10n/cupertino_es_UY.arb | 5 +- .../lib/src/l10n/cupertino_es_VE.arb | 5 +- .../lib/src/l10n/cupertino_et.arb | 4 +- .../lib/src/l10n/cupertino_eu.arb | 6 +- .../lib/src/l10n/cupertino_fa.arb | 4 +- .../lib/src/l10n/cupertino_fi.arb | 4 +- .../lib/src/l10n/cupertino_fil.arb | 6 +- .../lib/src/l10n/cupertino_fr.arb | 4 +- .../lib/src/l10n/cupertino_fr_CA.arb | 2 + .../lib/src/l10n/cupertino_gl.arb | 6 +- .../lib/src/l10n/cupertino_gsw.arb | 4 +- .../lib/src/l10n/cupertino_gu.arb | 4 +- .../lib/src/l10n/cupertino_he.arb | 4 +- .../lib/src/l10n/cupertino_hi.arb | 4 +- .../lib/src/l10n/cupertino_hr.arb | 6 +- .../lib/src/l10n/cupertino_hu.arb | 6 +- .../lib/src/l10n/cupertino_hy.arb | 4 +- .../lib/src/l10n/cupertino_id.arb | 4 +- .../lib/src/l10n/cupertino_is.arb | 4 +- .../lib/src/l10n/cupertino_it.arb | 6 +- .../lib/src/l10n/cupertino_ja.arb | 6 +- .../lib/src/l10n/cupertino_ka.arb | 4 +- .../lib/src/l10n/cupertino_kk.arb | 4 +- .../lib/src/l10n/cupertino_km.arb | 6 +- .../lib/src/l10n/cupertino_kn.arb | 4 +- .../lib/src/l10n/cupertino_ko.arb | 4 +- .../lib/src/l10n/cupertino_ky.arb | 4 +- .../lib/src/l10n/cupertino_lo.arb | 4 +- .../lib/src/l10n/cupertino_lt.arb | 4 +- .../lib/src/l10n/cupertino_lv.arb | 4 +- .../lib/src/l10n/cupertino_mk.arb | 4 +- .../lib/src/l10n/cupertino_ml.arb | 6 +- .../lib/src/l10n/cupertino_mn.arb | 4 +- .../lib/src/l10n/cupertino_mr.arb | 4 +- .../lib/src/l10n/cupertino_ms.arb | 6 +- .../lib/src/l10n/cupertino_my.arb | 4 +- .../lib/src/l10n/cupertino_nb.arb | 4 +- .../lib/src/l10n/cupertino_ne.arb | 4 +- .../lib/src/l10n/cupertino_nl.arb | 4 +- .../lib/src/l10n/cupertino_no.arb | 4 +- .../lib/src/l10n/cupertino_or.arb | 4 +- .../lib/src/l10n/cupertino_pa.arb | 4 +- .../lib/src/l10n/cupertino_pl.arb | 8 +- .../lib/src/l10n/cupertino_pt.arb | 8 +- .../lib/src/l10n/cupertino_pt_PT.arb | 3 + .../lib/src/l10n/cupertino_ro.arb | 4 +- .../lib/src/l10n/cupertino_ru.arb | 4 +- .../lib/src/l10n/cupertino_si.arb | 4 +- .../lib/src/l10n/cupertino_sk.arb | 4 +- .../lib/src/l10n/cupertino_sl.arb | 4 +- .../lib/src/l10n/cupertino_sq.arb | 4 +- .../lib/src/l10n/cupertino_sr.arb | 4 +- .../lib/src/l10n/cupertino_sr_Latn.arb | 2 + .../lib/src/l10n/cupertino_sv.arb | 4 +- .../lib/src/l10n/cupertino_sw.arb | 4 +- .../lib/src/l10n/cupertino_ta.arb | 4 +- .../lib/src/l10n/cupertino_te.arb | 4 +- .../lib/src/l10n/cupertino_th.arb | 4 +- .../lib/src/l10n/cupertino_tl.arb | 6 +- .../lib/src/l10n/cupertino_tr.arb | 4 +- .../lib/src/l10n/cupertino_uk.arb | 4 +- .../lib/src/l10n/cupertino_ur.arb | 4 +- .../lib/src/l10n/cupertino_uz.arb | 6 +- .../lib/src/l10n/cupertino_vi.arb | 4 +- .../lib/src/l10n/cupertino_zh.arb | 4 +- .../lib/src/l10n/cupertino_zh_HK.arb | 3 + .../lib/src/l10n/cupertino_zh_TW.arb | 2 + .../lib/src/l10n/cupertino_zu.arb | 4 +- .../generated_cupertino_localizations.dart | 660 ++++-- .../generated_material_localizations.dart | 1802 +++++++++++------ .../lib/src/l10n/material_af.arb | 16 +- .../lib/src/l10n/material_am.arb | 24 +- .../lib/src/l10n/material_ar.arb | 16 +- .../lib/src/l10n/material_as.arb | 16 +- .../lib/src/l10n/material_az.arb | 14 +- .../lib/src/l10n/material_be.arb | 16 +- .../lib/src/l10n/material_bg.arb | 16 +- .../lib/src/l10n/material_bn.arb | 16 +- .../lib/src/l10n/material_bs.arb | 16 +- .../lib/src/l10n/material_ca.arb | 16 +- .../lib/src/l10n/material_cs.arb | 16 +- .../lib/src/l10n/material_cy.arb | 16 +- .../lib/src/l10n/material_da.arb | 14 +- .../lib/src/l10n/material_de.arb | 14 +- .../lib/src/l10n/material_el.arb | 14 +- .../lib/src/l10n/material_en_AU.arb | 9 + .../lib/src/l10n/material_en_GB.arb | 9 + .../lib/src/l10n/material_en_IE.arb | 9 + .../lib/src/l10n/material_en_IN.arb | 9 + .../lib/src/l10n/material_en_NZ.arb | 9 + .../lib/src/l10n/material_en_SG.arb | 9 + .../lib/src/l10n/material_en_ZA.arb | 9 + .../lib/src/l10n/material_es.arb | 14 +- .../lib/src/l10n/material_es_419.arb | 9 + .../lib/src/l10n/material_es_AR.arb | 9 + .../lib/src/l10n/material_es_BO.arb | 9 + .../lib/src/l10n/material_es_CL.arb | 9 + .../lib/src/l10n/material_es_CO.arb | 9 + .../lib/src/l10n/material_es_CR.arb | 9 + .../lib/src/l10n/material_es_DO.arb | 9 + .../lib/src/l10n/material_es_EC.arb | 9 + .../lib/src/l10n/material_es_GT.arb | 9 + .../lib/src/l10n/material_es_HN.arb | 9 + .../lib/src/l10n/material_es_MX.arb | 9 + .../lib/src/l10n/material_es_NI.arb | 9 + .../lib/src/l10n/material_es_PA.arb | 9 + .../lib/src/l10n/material_es_PE.arb | 9 + .../lib/src/l10n/material_es_PR.arb | 9 + .../lib/src/l10n/material_es_PY.arb | 9 + .../lib/src/l10n/material_es_SV.arb | 9 + .../lib/src/l10n/material_es_US.arb | 9 + .../lib/src/l10n/material_es_UY.arb | 9 + .../lib/src/l10n/material_es_VE.arb | 9 + .../lib/src/l10n/material_et.arb | 16 +- .../lib/src/l10n/material_eu.arb | 14 +- .../lib/src/l10n/material_fa.arb | 20 +- .../lib/src/l10n/material_fi.arb | 14 +- .../lib/src/l10n/material_fil.arb | 16 +- .../lib/src/l10n/material_fr.arb | 16 +- .../lib/src/l10n/material_fr_CA.arb | 8 + .../lib/src/l10n/material_gl.arb | 16 +- .../lib/src/l10n/material_gsw.arb | 14 +- .../lib/src/l10n/material_gu.arb | 16 +- .../lib/src/l10n/material_he.arb | 16 +- .../lib/src/l10n/material_hi.arb | 16 +- .../lib/src/l10n/material_hr.arb | 18 +- .../lib/src/l10n/material_hu.arb | 16 +- .../lib/src/l10n/material_hy.arb | 16 +- .../lib/src/l10n/material_id.arb | 14 +- .../lib/src/l10n/material_is.arb | 16 +- .../lib/src/l10n/material_it.arb | 18 +- .../lib/src/l10n/material_ja.arb | 16 +- .../lib/src/l10n/material_ka.arb | 14 +- .../lib/src/l10n/material_kk.arb | 14 +- .../lib/src/l10n/material_km.arb | 18 +- .../lib/src/l10n/material_kn.arb | 16 +- .../lib/src/l10n/material_ko.arb | 16 +- .../lib/src/l10n/material_ky.arb | 14 +- .../lib/src/l10n/material_lo.arb | 14 +- .../lib/src/l10n/material_lt.arb | 14 +- .../lib/src/l10n/material_lv.arb | 14 +- .../lib/src/l10n/material_mk.arb | 18 +- .../lib/src/l10n/material_ml.arb | 18 +- .../lib/src/l10n/material_mn.arb | 16 +- .../lib/src/l10n/material_mr.arb | 14 +- .../lib/src/l10n/material_ms.arb | 18 +- .../lib/src/l10n/material_my.arb | 16 +- .../lib/src/l10n/material_nb.arb | 16 +- .../lib/src/l10n/material_ne.arb | 18 +- .../lib/src/l10n/material_nl.arb | 14 +- .../lib/src/l10n/material_no.arb | 14 +- .../lib/src/l10n/material_or.arb | 16 +- .../lib/src/l10n/material_pa.arb | 16 +- .../lib/src/l10n/material_pl.arb | 18 +- .../lib/src/l10n/material_pt.arb | 20 +- .../lib/src/l10n/material_pt_PT.arb | 9 + .../lib/src/l10n/material_ro.arb | 14 +- .../lib/src/l10n/material_ru.arb | 14 +- .../lib/src/l10n/material_si.arb | 16 +- .../lib/src/l10n/material_sk.arb | 16 +- .../lib/src/l10n/material_sl.arb | 16 +- .../lib/src/l10n/material_sq.arb | 16 +- .../lib/src/l10n/material_sr.arb | 16 +- .../lib/src/l10n/material_sr_Latn.arb | 8 + .../lib/src/l10n/material_sv.arb | 14 +- .../lib/src/l10n/material_sw.arb | 14 +- .../lib/src/l10n/material_ta.arb | 16 +- .../lib/src/l10n/material_te.arb | 16 +- .../lib/src/l10n/material_th.arb | 14 +- .../lib/src/l10n/material_tl.arb | 16 +- .../lib/src/l10n/material_tr.arb | 16 +- .../lib/src/l10n/material_uk.arb | 16 +- .../lib/src/l10n/material_ur.arb | 16 +- .../lib/src/l10n/material_uz.arb | 16 +- .../lib/src/l10n/material_vi.arb | 14 +- .../lib/src/l10n/material_zh.arb | 16 +- .../lib/src/l10n/material_zh_HK.arb | 9 + .../lib/src/l10n/material_zh_TW.arb | 8 + .../lib/src/l10n/material_zu.arb | 14 +- .../test/cupertino/translations_test.dart | 54 + 221 files changed, 2914 insertions(+), 1576 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb index 94d7a4ed7cb9..63fdff3a35bb 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "Oortjie $tabIndex van $tabCount", "modalBarrierDismissLabel": "Maak toe", "searchTextFieldPlaceholderLabel": "Soek", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "Geen plaasvervangers gevind nie", + "menuDismissLabel": "Maak kieslys toe", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb index 3e01785574cb..8868f33d0594 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "ትር $tabIndex ከ$tabCount", "modalBarrierDismissLabel": "አሰናብት", "searchTextFieldPlaceholderLabel": "ፍለጋ", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "ምንም ተተኪዎች አልተገኙም", + "menuDismissLabel": "ምናሌን አሰናብት", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb index f4cf67ea05f1..94f8b4f694a4 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb @@ -42,8 +42,8 @@ "tabSemanticsLabel": "علامة التبويب $tabIndex من $tabCount", "modalBarrierDismissLabel": "رفض", "searchTextFieldPlaceholderLabel": "بحث", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "لم يتم العثور على بدائل", + "menuDismissLabel": "إغلاق القائمة", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb index 09fcc0fcd4c8..66e5a29399e8 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "$tabCount টা টেবৰ $tabIndex নম্বৰটো", "modalBarrierDismissLabel": "অগ্ৰাহ্য কৰক", "searchTextFieldPlaceholderLabel": "সন্ধান কৰক", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "এইটোৰ সলনি ব্যৱহাৰ কৰিব পৰা শব্দ পোৱা নগ’ল", + "menuDismissLabel": "অগ্ৰাহ্য কৰাৰ মেনু", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb index c3335169b91c..6cbbc9c80246 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "Tab $tabIndex/$tabCount", "modalBarrierDismissLabel": "İmtina edin", "searchTextFieldPlaceholderLabel": "Axtarın", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "Əvəzləmə Tapılmadı", + "menuDismissLabel": "Menyunu qapadın", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb index 5ec31f0feada..1eea20f39793 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb @@ -32,8 +32,8 @@ "tabSemanticsLabel": "Укладка $tabIndex з $tabCount", "modalBarrierDismissLabel": "Адхіліць", "searchTextFieldPlaceholderLabel": "Пошук", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "Замен не знойдзена", + "menuDismissLabel": "Закрыць меню", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb index 4b5719a451f6..0612ebb1c26a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "Раздел $tabIndex от $tabCount", "modalBarrierDismissLabel": "Отхвърляне", "searchTextFieldPlaceholderLabel": "Търсене", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "Не бяха намерени замествания", + "menuDismissLabel": "Отхвърляне на менюто", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb index bcdd58d9bb01..7dacc3e55ee8 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "$tabCount-এর মধ্যে $tabIndex নম্বর ট্যাব", "modalBarrierDismissLabel": "খারিজ করুন", "searchTextFieldPlaceholderLabel": "সার্চ করুন", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "কোনও বিকল্প বানান দেখানো হয়নি", + "menuDismissLabel": "বাতিল করার মেনু", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb index d7167c0925dd..1f7f39829c9a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb @@ -27,8 +27,8 @@ "tabSemanticsLabel": "Kartica $tabIndex od $tabCount", "modalBarrierDismissLabel": "Odbaci", "searchTextFieldPlaceholderLabel": "Pretraživanje", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up", + "noSpellCheckReplacementsLabel": "Nije pronađena nijedna zamjena", + "menuDismissLabel": "Odbacivanje menija", + "lookUpButtonLabel": "Pogled prema gore", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb index a8ee35a10a8f..9e1ca020a358 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "Pestanya $tabIndex de $tabCount", "modalBarrierDismissLabel": "Ignora", "searchTextFieldPlaceholderLabel": "Cerca", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "No s'ha trobat cap substitució", + "menuDismissLabel": "Ignora el menú", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb index 472815c54ab8..4ff2ecea1f90 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb @@ -32,8 +32,8 @@ "tabSemanticsLabel": "Karta $tabIndex z $tabCount", "modalBarrierDismissLabel": "Zavřít", "searchTextFieldPlaceholderLabel": "Hledat", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "Žádná nahrazení nenalezena", + "menuDismissLabel": "Zavřít nabídku", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb index 506fec1c1173..e2fb99160786 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb @@ -42,8 +42,8 @@ "selectAllButtonLabel": "Dewis y Cyfan", "searchTextFieldPlaceholderLabel": "Chwilio", "modalBarrierDismissLabel": "Diystyru", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "Dim Ailosodiadau wedi'u Canfod", + "menuDismissLabel": "Diystyru'r ddewislen", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb index a0272a2c3097..be0462ef5dc1 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "Fane $tabIndex af $tabCount", "modalBarrierDismissLabel": "Afvis", "searchTextFieldPlaceholderLabel": "Søg", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "Der blev ikke fundet nogen erstatninger", + "menuDismissLabel": "Luk menu", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb index 1a2a336c4e14..e9e966833b67 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "Tab $tabIndex von $tabCount", "modalBarrierDismissLabel": "Schließen", "searchTextFieldPlaceholderLabel": "Suche", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "Keine Ersetzungen gefunden", + "menuDismissLabel": "Menü schließen", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb index 65c8a97f0922..b8760eb5fb2e 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "Καρτέλα $tabIndex από $tabCount", "modalBarrierDismissLabel": "Παράβλεψη", "searchTextFieldPlaceholderLabel": "Αναζήτηση", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "Δεν βρέθηκαν αντικαταστάσεις", + "menuDismissLabel": "Παράβλεψη μενού", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_AU.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_AU.arb index a9fac71f82f0..c0780fe62b87 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_AU.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_AU.arb @@ -1,4 +1,7 @@ { + "lookUpButtonLabel": "Look up", + "noSpellCheckReplacementsLabel": "No replacements found", + "menuDismissLabel": "Dismiss menu", "searchTextFieldPlaceholderLabel": "Search", "tabSemanticsLabel": "Tab $tabIndex of $tabCount", "datePickerHourSemanticsLabelOne": "$hour o'clock", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_GB.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_GB.arb index a9fac71f82f0..c0780fe62b87 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_GB.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_GB.arb @@ -1,4 +1,7 @@ { + "lookUpButtonLabel": "Look up", + "noSpellCheckReplacementsLabel": "No replacements found", + "menuDismissLabel": "Dismiss menu", "searchTextFieldPlaceholderLabel": "Search", "tabSemanticsLabel": "Tab $tabIndex of $tabCount", "datePickerHourSemanticsLabelOne": "$hour o'clock", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_IE.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_IE.arb index a9fac71f82f0..c0780fe62b87 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_IE.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_IE.arb @@ -1,4 +1,7 @@ { + "lookUpButtonLabel": "Look up", + "noSpellCheckReplacementsLabel": "No replacements found", + "menuDismissLabel": "Dismiss menu", "searchTextFieldPlaceholderLabel": "Search", "tabSemanticsLabel": "Tab $tabIndex of $tabCount", "datePickerHourSemanticsLabelOne": "$hour o'clock", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_IN.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_IN.arb index a9fac71f82f0..c0780fe62b87 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_IN.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_IN.arb @@ -1,4 +1,7 @@ { + "lookUpButtonLabel": "Look up", + "noSpellCheckReplacementsLabel": "No replacements found", + "menuDismissLabel": "Dismiss menu", "searchTextFieldPlaceholderLabel": "Search", "tabSemanticsLabel": "Tab $tabIndex of $tabCount", "datePickerHourSemanticsLabelOne": "$hour o'clock", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_NZ.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_NZ.arb index a9fac71f82f0..c0780fe62b87 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_NZ.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_NZ.arb @@ -1,4 +1,7 @@ { + "lookUpButtonLabel": "Look up", + "noSpellCheckReplacementsLabel": "No replacements found", + "menuDismissLabel": "Dismiss menu", "searchTextFieldPlaceholderLabel": "Search", "tabSemanticsLabel": "Tab $tabIndex of $tabCount", "datePickerHourSemanticsLabelOne": "$hour o'clock", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_SG.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_SG.arb index a9fac71f82f0..c0780fe62b87 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_SG.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_SG.arb @@ -1,4 +1,7 @@ { + "lookUpButtonLabel": "Look up", + "noSpellCheckReplacementsLabel": "No replacements found", + "menuDismissLabel": "Dismiss menu", "searchTextFieldPlaceholderLabel": "Search", "tabSemanticsLabel": "Tab $tabIndex of $tabCount", "datePickerHourSemanticsLabelOne": "$hour o'clock", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_ZA.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_ZA.arb index a9fac71f82f0..c0780fe62b87 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_ZA.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_ZA.arb @@ -1,4 +1,7 @@ { + "lookUpButtonLabel": "Look up", + "noSpellCheckReplacementsLabel": "No replacements found", + "menuDismissLabel": "Dismiss menu", "searchTextFieldPlaceholderLabel": "Search", "tabSemanticsLabel": "Tab $tabIndex of $tabCount", "datePickerHourSemanticsLabelOne": "$hour o'clock", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb index f71e5ff03914..8e56f84da648 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "modalBarrierDismissLabel": "Cerrar", "searchTextFieldPlaceholderLabel": "Buscar", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "No se ha encontrado ninguna sustitución", + "menuDismissLabel": "Cerrar menú", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb index 272e2aea1a2c..b716dc2b5bb9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb @@ -1,4 +1,7 @@ { + "lookUpButtonLabel": "Mirar hacia arriba", + "noSpellCheckReplacementsLabel": "No se encontraron reemplazos", + "menuDismissLabel": "Descartar menú", "searchTextFieldPlaceholderLabel": "Buscar", "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", @@ -20,6 +23,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todo", + "selectAllButtonLabel": "Seleccionar todos", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb index 272e2aea1a2c..b716dc2b5bb9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb @@ -1,4 +1,7 @@ { + "lookUpButtonLabel": "Mirar hacia arriba", + "noSpellCheckReplacementsLabel": "No se encontraron reemplazos", + "menuDismissLabel": "Descartar menú", "searchTextFieldPlaceholderLabel": "Buscar", "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", @@ -20,6 +23,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todo", + "selectAllButtonLabel": "Seleccionar todos", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb index 272e2aea1a2c..b716dc2b5bb9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb @@ -1,4 +1,7 @@ { + "lookUpButtonLabel": "Mirar hacia arriba", + "noSpellCheckReplacementsLabel": "No se encontraron reemplazos", + "menuDismissLabel": "Descartar menú", "searchTextFieldPlaceholderLabel": "Buscar", "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", @@ -20,6 +23,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todo", + "selectAllButtonLabel": "Seleccionar todos", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb index 272e2aea1a2c..b716dc2b5bb9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb @@ -1,4 +1,7 @@ { + "lookUpButtonLabel": "Mirar hacia arriba", + "noSpellCheckReplacementsLabel": "No se encontraron reemplazos", + "menuDismissLabel": "Descartar menú", "searchTextFieldPlaceholderLabel": "Buscar", "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", @@ -20,6 +23,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todo", + "selectAllButtonLabel": "Seleccionar todos", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb index 272e2aea1a2c..b716dc2b5bb9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb @@ -1,4 +1,7 @@ { + "lookUpButtonLabel": "Mirar hacia arriba", + "noSpellCheckReplacementsLabel": "No se encontraron reemplazos", + "menuDismissLabel": "Descartar menú", "searchTextFieldPlaceholderLabel": "Buscar", "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", @@ -20,6 +23,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todo", + "selectAllButtonLabel": "Seleccionar todos", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb index 272e2aea1a2c..b716dc2b5bb9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb @@ -1,4 +1,7 @@ { + "lookUpButtonLabel": "Mirar hacia arriba", + "noSpellCheckReplacementsLabel": "No se encontraron reemplazos", + "menuDismissLabel": "Descartar menú", "searchTextFieldPlaceholderLabel": "Buscar", "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", @@ -20,6 +23,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todo", + "selectAllButtonLabel": "Seleccionar todos", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb index 272e2aea1a2c..b716dc2b5bb9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb @@ -1,4 +1,7 @@ { + "lookUpButtonLabel": "Mirar hacia arriba", + "noSpellCheckReplacementsLabel": "No se encontraron reemplazos", + "menuDismissLabel": "Descartar menú", "searchTextFieldPlaceholderLabel": "Buscar", "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", @@ -20,6 +23,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todo", + "selectAllButtonLabel": "Seleccionar todos", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb index 272e2aea1a2c..b716dc2b5bb9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb @@ -1,4 +1,7 @@ { + "lookUpButtonLabel": "Mirar hacia arriba", + "noSpellCheckReplacementsLabel": "No se encontraron reemplazos", + "menuDismissLabel": "Descartar menú", "searchTextFieldPlaceholderLabel": "Buscar", "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", @@ -20,6 +23,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todo", + "selectAllButtonLabel": "Seleccionar todos", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb index 272e2aea1a2c..b716dc2b5bb9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb @@ -1,4 +1,7 @@ { + "lookUpButtonLabel": "Mirar hacia arriba", + "noSpellCheckReplacementsLabel": "No se encontraron reemplazos", + "menuDismissLabel": "Descartar menú", "searchTextFieldPlaceholderLabel": "Buscar", "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", @@ -20,6 +23,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todo", + "selectAllButtonLabel": "Seleccionar todos", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb index 272e2aea1a2c..b716dc2b5bb9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb @@ -1,4 +1,7 @@ { + "lookUpButtonLabel": "Mirar hacia arriba", + "noSpellCheckReplacementsLabel": "No se encontraron reemplazos", + "menuDismissLabel": "Descartar menú", "searchTextFieldPlaceholderLabel": "Buscar", "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", @@ -20,6 +23,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todo", + "selectAllButtonLabel": "Seleccionar todos", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb index 272e2aea1a2c..b716dc2b5bb9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb @@ -1,4 +1,7 @@ { + "lookUpButtonLabel": "Mirar hacia arriba", + "noSpellCheckReplacementsLabel": "No se encontraron reemplazos", + "menuDismissLabel": "Descartar menú", "searchTextFieldPlaceholderLabel": "Buscar", "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", @@ -20,6 +23,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todo", + "selectAllButtonLabel": "Seleccionar todos", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb index 272e2aea1a2c..b716dc2b5bb9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb @@ -1,4 +1,7 @@ { + "lookUpButtonLabel": "Mirar hacia arriba", + "noSpellCheckReplacementsLabel": "No se encontraron reemplazos", + "menuDismissLabel": "Descartar menú", "searchTextFieldPlaceholderLabel": "Buscar", "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", @@ -20,6 +23,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todo", + "selectAllButtonLabel": "Seleccionar todos", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb index 272e2aea1a2c..b716dc2b5bb9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb @@ -1,4 +1,7 @@ { + "lookUpButtonLabel": "Mirar hacia arriba", + "noSpellCheckReplacementsLabel": "No se encontraron reemplazos", + "menuDismissLabel": "Descartar menú", "searchTextFieldPlaceholderLabel": "Buscar", "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", @@ -20,6 +23,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todo", + "selectAllButtonLabel": "Seleccionar todos", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb index 272e2aea1a2c..b716dc2b5bb9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb @@ -1,4 +1,7 @@ { + "lookUpButtonLabel": "Mirar hacia arriba", + "noSpellCheckReplacementsLabel": "No se encontraron reemplazos", + "menuDismissLabel": "Descartar menú", "searchTextFieldPlaceholderLabel": "Buscar", "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", @@ -20,6 +23,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todo", + "selectAllButtonLabel": "Seleccionar todos", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb index 272e2aea1a2c..b716dc2b5bb9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb @@ -1,4 +1,7 @@ { + "lookUpButtonLabel": "Mirar hacia arriba", + "noSpellCheckReplacementsLabel": "No se encontraron reemplazos", + "menuDismissLabel": "Descartar menú", "searchTextFieldPlaceholderLabel": "Buscar", "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", @@ -20,6 +23,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todo", + "selectAllButtonLabel": "Seleccionar todos", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb index 272e2aea1a2c..b716dc2b5bb9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb @@ -1,4 +1,7 @@ { + "lookUpButtonLabel": "Mirar hacia arriba", + "noSpellCheckReplacementsLabel": "No se encontraron reemplazos", + "menuDismissLabel": "Descartar menú", "searchTextFieldPlaceholderLabel": "Buscar", "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", @@ -20,6 +23,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todo", + "selectAllButtonLabel": "Seleccionar todos", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb index 272e2aea1a2c..b716dc2b5bb9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb @@ -1,4 +1,7 @@ { + "lookUpButtonLabel": "Mirar hacia arriba", + "noSpellCheckReplacementsLabel": "No se encontraron reemplazos", + "menuDismissLabel": "Descartar menú", "searchTextFieldPlaceholderLabel": "Buscar", "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", @@ -20,6 +23,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todo", + "selectAllButtonLabel": "Seleccionar todos", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb index 272e2aea1a2c..b716dc2b5bb9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb @@ -1,4 +1,7 @@ { + "lookUpButtonLabel": "Mirar hacia arriba", + "noSpellCheckReplacementsLabel": "No se encontraron reemplazos", + "menuDismissLabel": "Descartar menú", "searchTextFieldPlaceholderLabel": "Buscar", "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", @@ -20,6 +23,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todo", + "selectAllButtonLabel": "Seleccionar todos", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb index 272e2aea1a2c..b716dc2b5bb9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb @@ -1,4 +1,7 @@ { + "lookUpButtonLabel": "Mirar hacia arriba", + "noSpellCheckReplacementsLabel": "No se encontraron reemplazos", + "menuDismissLabel": "Descartar menú", "searchTextFieldPlaceholderLabel": "Buscar", "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", @@ -20,6 +23,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todo", + "selectAllButtonLabel": "Seleccionar todos", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb index 272e2aea1a2c..b716dc2b5bb9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb @@ -1,4 +1,7 @@ { + "lookUpButtonLabel": "Mirar hacia arriba", + "noSpellCheckReplacementsLabel": "No se encontraron reemplazos", + "menuDismissLabel": "Descartar menú", "searchTextFieldPlaceholderLabel": "Buscar", "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour en punto", @@ -20,6 +23,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todo", + "selectAllButtonLabel": "Seleccionar todos", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb index ff2040a479a4..a9d95e26670a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "$tabIndex. vaheleht $tabCount-st", "modalBarrierDismissLabel": "Loobu", "searchTextFieldPlaceholderLabel": "Otsige", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "Asendusi ei leitud", + "menuDismissLabel": "Sulge menüü", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb index 114793a757f5..486038ec1238 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb @@ -18,12 +18,12 @@ "cutButtonLabel": "Ebaki", "copyButtonLabel": "Kopiatu", "pasteButtonLabel": "Itsatsi", - "selectAllButtonLabel": "Hautatu guztiak", + "selectAllButtonLabel": "Hautatu dena", "tabSemanticsLabel": "$tabIndex/$tabCount fitxa", "modalBarrierDismissLabel": "Baztertu", "searchTextFieldPlaceholderLabel": "Bilatu", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "Ez da aurkitu ordezteko hitzik", + "menuDismissLabel": "Baztertu menua", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb index 11f942633872..9e7746e8e7ee 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "برگه $tabIndex از $tabCount", "modalBarrierDismissLabel": "نپذیرفتن", "searchTextFieldPlaceholderLabel": "جستجو", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "جایگزینی پیدا نشد", + "menuDismissLabel": "بستن منو", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb index bfbedbc5668b..f60f9befe4ad 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "Välilehti $tabIndex kautta $tabCount", "modalBarrierDismissLabel": "Ohita", "searchTextFieldPlaceholderLabel": "Hae", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "Korvaavia sanoja ei löydy", + "menuDismissLabel": "Hylkää valikko", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb index d93a590c16b4..5a3169db878f 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "Tab $tabIndex ng $tabCount", "modalBarrierDismissLabel": "I-dismiss", "searchTextFieldPlaceholderLabel": "Hanapin", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up", + "noSpellCheckReplacementsLabel": "Walang Nahanap na Kapalit", + "menuDismissLabel": "I-dismiss ang menu", + "lookUpButtonLabel": "Tumingin sa Itaas", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb index 437984e92a8a..c2f57d3c634b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "Onglet $tabIndex sur $tabCount", "modalBarrierDismissLabel": "Ignorer", "searchTextFieldPlaceholderLabel": "Rechercher", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "Aucun remplacement trouvé", + "menuDismissLabel": "Fermer le menu", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fr_CA.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fr_CA.arb index e127661efbd4..f86963fca218 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fr_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fr_CA.arb @@ -1,4 +1,6 @@ { + "noSpellCheckReplacementsLabel": "Aucun remplacement trouvé", + "menuDismissLabel": "Ignorer le menu", "searchTextFieldPlaceholderLabel": "Rechercher", "tabSemanticsLabel": "Onglet $tabIndex sur $tabCount", "datePickerHourSemanticsLabelOne": "$hour heure", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb index 481510c245a6..4abf412a8b20 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "Pestana $tabIndex de $tabCount", "modalBarrierDismissLabel": "Ignorar", "searchTextFieldPlaceholderLabel": "Fai unha busca", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up", + "noSpellCheckReplacementsLabel": "Non se encontrou ningunha substitución", + "menuDismissLabel": "Pechar menú", + "lookUpButtonLabel": "Mirar cara arriba", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb index 1a2a336c4e14..e9e966833b67 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "Tab $tabIndex von $tabCount", "modalBarrierDismissLabel": "Schließen", "searchTextFieldPlaceholderLabel": "Suche", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "Keine Ersetzungen gefunden", + "menuDismissLabel": "Menü schließen", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb index 952f10ad3db8..b36d34978761 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "$tabCountમાંથી $tabIndex ટૅબ", "modalBarrierDismissLabel": "છોડી દો", "searchTextFieldPlaceholderLabel": "શોધો", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "બદલવા માટે કોઈ શબ્દ મળ્યો નથી", + "menuDismissLabel": "મેનૂ છોડી દો", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb index 666a3f49ccc1..1fc4c3fb3848 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb @@ -32,8 +32,8 @@ "tabSemanticsLabel": "כרטיסייה $tabIndex מתוך $tabCount", "modalBarrierDismissLabel": "סגירה", "searchTextFieldPlaceholderLabel": "חיפוש", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "לא נמצאו חלופות", + "menuDismissLabel": "סגירת התפריט", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb index 9bff60675088..bf2c4efca730 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "$tabCount का टैब $tabIndex", "modalBarrierDismissLabel": "खारिज करें", "searchTextFieldPlaceholderLabel": "खोजें", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "सही वर्तनी वाला कोई शब्द नहीं मिला", + "menuDismissLabel": "मेन्यू खारिज करें", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb index ac04d54e64e6..fbacf98ca93c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb @@ -27,8 +27,8 @@ "tabSemanticsLabel": "Kartica $tabIndex od $tabCount", "modalBarrierDismissLabel": "Odbaci", "searchTextFieldPlaceholderLabel": "Pretraživanje", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up", + "noSpellCheckReplacementsLabel": "Nema pronađenih zamjena", + "menuDismissLabel": "Odbacivanje izbornika", + "lookUpButtonLabel": "Pogled prema gore", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb index e9de9a1e0477..df30e15e3cc2 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "$tabCount/$tabIndex. lap", "modalBarrierDismissLabel": "Elvetés", "searchTextFieldPlaceholderLabel": "Keresés", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up", + "noSpellCheckReplacementsLabel": "Nem található javítás", + "menuDismissLabel": "Menü bezárása", + "lookUpButtonLabel": "Felfelé nézés", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb index 56f6b5f4c715..24717182f339 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "Ներդիր $tabIndex՝ $tabCount-ից", "modalBarrierDismissLabel": "Փակել", "searchTextFieldPlaceholderLabel": "Որոնում", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "Փոխարինումներ չեն գտնվել", + "menuDismissLabel": "Փակել ընտրացանկը", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb index 6b94a0f6d2bf..f0fa3b0184e6 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "Tab $tabIndex dari $tabCount", "modalBarrierDismissLabel": "Tutup", "searchTextFieldPlaceholderLabel": "Telusuri", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "Penggantian Tidak Ditemukan", + "menuDismissLabel": "Tutup menu", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb index bc77d218be1a..110a1f4c1bd7 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "Flipi $tabIndex af $tabCount", "modalBarrierDismissLabel": "Hunsa", "searchTextFieldPlaceholderLabel": "Leit", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "Engir staðgenglar fundust", + "menuDismissLabel": "Loka valmynd", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb index 91238cb5974b..d3279d1f8af0 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "Scheda $tabIndex di $tabCount", "modalBarrierDismissLabel": "Ignora", "searchTextFieldPlaceholderLabel": "Cerca", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up", + "noSpellCheckReplacementsLabel": "Nessuna sostituzione trovata", + "menuDismissLabel": "Ignora menu", + "lookUpButtonLabel": "Cerca", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb index adc131a0e968..8fe4d8254fcd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "タブ: $tabIndex/$tabCount", "modalBarrierDismissLabel": "閉じる", "searchTextFieldPlaceholderLabel": "検索", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up", + "noSpellCheckReplacementsLabel": "置き換えるものがありません", + "menuDismissLabel": "メニューを閉じる", + "lookUpButtonLabel": "調べる", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb index 595f23b90aed..a0c5f673c93b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "ჩანართი $tabIndex / $tabCount-დან", "modalBarrierDismissLabel": "დახურვა", "searchTextFieldPlaceholderLabel": "ძიება", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "ჩანაცვლება არ მოიძებნა", + "menuDismissLabel": "მენიუს უარყოფა", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb index 55fa59f72863..41ab324684cc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "Қойынды: $tabIndex/$tabCount", "modalBarrierDismissLabel": "Жабу", "searchTextFieldPlaceholderLabel": "Іздеу", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "Ауыстыратын ешнәрсе табылмады.", + "menuDismissLabel": "Мәзірді жабу", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb index bb1905a163c1..3d5ab7f762f6 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "ផ្ទាំងទី $tabIndex នៃ $tabCount", "modalBarrierDismissLabel": "ច្រាន​ចោល", "searchTextFieldPlaceholderLabel": "ស្វែងរក", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up", + "noSpellCheckReplacementsLabel": "រកមិនឃើញ​ការជំនួសទេ", + "menuDismissLabel": "ច្រានចោល​ម៉ឺនុយ", + "lookUpButtonLabel": "រកមើល", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb index 8ead9138ac39..df58925efc06 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb @@ -22,8 +22,8 @@ "modalBarrierDismissLabel": "\u0cb5\u0c9c\u0cbe\u0c97\u0cca\u0cb3\u0cbf\u0cb8\u0cbf", "tabSemanticsLabel": "\u0024\u0074\u0061\u0062\u0043\u006f\u0075\u006e\u0074\u0020\u0cb0\u0cb2\u0ccd\u0cb2\u0cbf\u0ca8\u0020\u0024\u0074\u0061\u0062\u0049\u006e\u0064\u0065\u0078\u0020\u0c9f\u0ccd\u0caf\u0cbe\u0cac\u0ccd", "searchTextFieldPlaceholderLabel": "\u0cb9\u0cc1\u0ca1\u0cc1\u0c95\u0cbf", - "noSpellCheckReplacementsLabel": "\u004e\u006f\u0020\u0052\u0065\u0070\u006c\u0061\u0063\u0065\u006d\u0065\u006e\u0074\u0073\u0020\u0046\u006f\u0075\u006e\u0064", - "menuDismissLabel": "\u0044\u0069\u0073\u006d\u0069\u0073\u0073\u0020\u006d\u0065\u006e\u0075", + "noSpellCheckReplacementsLabel": "\u0caf\u0cbe\u0cb5\u0cc1\u0ca6\u0cc7\u0020\u0cac\u0ca6\u0cb2\u0cbe\u0cb5\u0ca3\u0cc6\u0c97\u0cb3\u0cc1\u0020\u0c95\u0c82\u0ca1\u0cc1\u0cac\u0c82\u0ca6\u0cbf\u0cb2\u0ccd\u0cb2", + "menuDismissLabel": "\u0cae\u0cc6\u0ca8\u0cc1\u0cb5\u0ca8\u0ccd\u0ca8\u0cc1\u0020\u0cb5\u0c9c\u0cbe\u0c97\u0cc6\u0cc2\u0cb3\u0cbf\u0cb8\u0cbf", "lookUpButtonLabel": "\u004c\u006f\u006f\u006b\u0020\u0055\u0070", "searchWebButtonLabel": "\u0053\u0065\u0061\u0072\u0063\u0068\u0020\u0057\u0065\u0062" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb index 01ddb986283b..e2675a47012f 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "탭 $tabCount개 중 $tabIndex번째", "modalBarrierDismissLabel": "닫기", "searchTextFieldPlaceholderLabel": "검색", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "수정사항 없음", + "menuDismissLabel": "메뉴 닫기", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb index 7943ddd689ed..c519944a5f6b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "$tabCount ичинен $tabIndex-өтмөк", "modalBarrierDismissLabel": "Жабуу", "searchTextFieldPlaceholderLabel": "Издөө", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "Алмаштыруу үчүн сөз табылган жок", + "menuDismissLabel": "Менюну жабуу", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb index 0f9cfbff5747..ec0da5f84674 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "ແຖບທີ $tabIndex ຈາກທັງໝົດ $tabCount", "modalBarrierDismissLabel": "ປິດໄວ້", "searchTextFieldPlaceholderLabel": "ຊອກຫາ", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "ບໍ່ພົບການແທນທີ່", + "menuDismissLabel": "ປິດເມນູ", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb index 8b05726e0f46..1d292f3af76a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb @@ -32,8 +32,8 @@ "tabSemanticsLabel": "$tabIndex skirtukas iš $tabCount", "modalBarrierDismissLabel": "Atsisakyti", "searchTextFieldPlaceholderLabel": "Paieška", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "Nerasta jokių pakeitimų", + "menuDismissLabel": "Atsisakyti meniu", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb index 8fd972f8fe31..032d59fc39e1 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb @@ -27,8 +27,8 @@ "tabSemanticsLabel": "$tabIndex. cilne no $tabCount", "modalBarrierDismissLabel": "Nerādīt", "searchTextFieldPlaceholderLabel": "Meklēšana", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "Netika atrasts neviens vārds aizstāšanai", + "menuDismissLabel": "Nerādīt izvēlni", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb index 6a4318fcf832..12221747737b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "Картичка $tabIndex од $tabCount", "modalBarrierDismissLabel": "Отфрли", "searchTextFieldPlaceholderLabel": "Пребарувајте", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "Не се најдени заменски зборови", + "menuDismissLabel": "Отфрлете го менито", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb index f1a077d4111e..d08cabfcd6d5 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "$tabCount ടാബിൽ $tabIndex-ാമത്തേത്", "modalBarrierDismissLabel": "നിരസിക്കുക", "searchTextFieldPlaceholderLabel": "തിരയുക", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up", + "noSpellCheckReplacementsLabel": "റീപ്ലേസ്‌മെന്റുകളൊന്നും കണ്ടെത്തിയില്ല", + "menuDismissLabel": "മെനു ഡിസ്മിസ് ചെയ്യുക", + "lookUpButtonLabel": "മുകളിലേക്ക് നോക്കുക", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb index c980229358da..165bfc7b780a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "$tabCount-н $tabIndex-р таб", "modalBarrierDismissLabel": "Үл хэрэгсэх", "searchTextFieldPlaceholderLabel": "Хайх", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "Ямар ч орлуулалт олдсонгүй", + "menuDismissLabel": "Цэсийг хаах", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb index 11cdfb2bcebe..0f73502e156b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "$tabCount पैकी $tabIndex टॅब", "modalBarrierDismissLabel": "डिसमिस करा", "searchTextFieldPlaceholderLabel": "शोधा", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "कोणतेही बदल आढळले नाहीत", + "menuDismissLabel": "मेनू डिसमिस करा", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb index 87c839cfe669..46cfe286821f 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "Tab $tabIndex daripada $tabCount", "modalBarrierDismissLabel": "Tolak", "searchTextFieldPlaceholderLabel": "Cari", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up", + "noSpellCheckReplacementsLabel": "Tiada Penggantian Ditemukan", + "menuDismissLabel": "Ketepikan menu", + "lookUpButtonLabel": "Lihat ke Atas", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb index bea64b613008..da28217742de 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "တဘ် $tabCount ခုအနက် $tabIndex ခု", "modalBarrierDismissLabel": "ပယ်ရန်", "searchTextFieldPlaceholderLabel": "ရှာရန်", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "အစားထိုးမှုများ မတွေ့ပါ", + "menuDismissLabel": "မီနူးကိုပယ်ပါ", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb index 03b48b0e7943..042c9abb1752 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb @@ -22,8 +22,8 @@ "selectAllButtonLabel": "Velg alle", "modalBarrierDismissLabel": "Avvis", "searchTextFieldPlaceholderLabel": "Søk", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "Fant ingen erstatninger", + "menuDismissLabel": "Lukk menyen", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb index d205f044aa6b..cd5b3d0c5d20 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "$tabCount मध्ये $tabIndex ट्याब", "modalBarrierDismissLabel": "खारेज गर्नुहोस्", "searchTextFieldPlaceholderLabel": "खोज्नुहोस्", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "बदल्नु पर्ने कुनै पनि कुरा भेटिएन", + "menuDismissLabel": "मेनु खारेज गर्नुहोस्", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb index 523e3f9f4b5d..90e2b9c09800 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "Tabblad $tabIndex van $tabCount", "modalBarrierDismissLabel": "Sluiten", "searchTextFieldPlaceholderLabel": "Zoeken", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "Geen vervangingen gevonden", + "menuDismissLabel": "Menu sluiten", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb index 03b48b0e7943..042c9abb1752 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb @@ -22,8 +22,8 @@ "selectAllButtonLabel": "Velg alle", "modalBarrierDismissLabel": "Avvis", "searchTextFieldPlaceholderLabel": "Søk", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "Fant ingen erstatninger", + "menuDismissLabel": "Lukk menyen", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb index c0065d3cce52..d978bab219ff 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "$tabCountର $tabIndex ଟାବ୍", "modalBarrierDismissLabel": "ଖାରଜ କରନ୍ତୁ", "searchTextFieldPlaceholderLabel": "ସନ୍ଧାନ କରନ୍ତୁ", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "କୌଣସି ରିପ୍ଲେସମେଣ୍ଟ ମିଳିଲା ନାହିଁ", + "menuDismissLabel": "ମେନୁ ଖାରଜ କରନ୍ତୁ", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb index 22d75077719a..9d7bc0bbf93a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "$tabCount ਵਿੱਚੋਂ $tabIndex ਟੈਬ", "modalBarrierDismissLabel": "ਖਾਰਜ ਕਰੋ", "searchTextFieldPlaceholderLabel": "ਖੋਜੋ", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "ਕੋਈ ਸੁਝਾਅ ਨਹੀਂ ਮਿਲਿਆ", + "menuDismissLabel": "ਮੀਨੂ ਖਾਰਜ ਕਰੋ", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb index 689f5166a80d..8beef78c9007 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb @@ -28,12 +28,12 @@ "cutButtonLabel": "Wytnij", "copyButtonLabel": "Kopiuj", "pasteButtonLabel": "Wklej", - "selectAllButtonLabel": "Zaznacz wszystko", + "selectAllButtonLabel": "Wybierz wszystkie", "tabSemanticsLabel": "Karta $tabIndex z $tabCount", "modalBarrierDismissLabel": "Zamknij", "searchTextFieldPlaceholderLabel": "Szukaj", - "noSpellCheckReplacementsLabel": "Nie znaleziono zastąpień", - "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up", + "noSpellCheckReplacementsLabel": "Brak wyników zamieniania", + "menuDismissLabel": "Zamknij menu", + "lookUpButtonLabel": "Sprawdź", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb index 0a9b39e58b12..93dab0c53b3d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb @@ -18,12 +18,12 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Colar", - "selectAllButtonLabel": "Selecionar tudo", + "selectAllButtonLabel": "Selecionar Tudo", "tabSemanticsLabel": "Guia $tabIndex de $tabCount", "modalBarrierDismissLabel": "Dispensar", "searchTextFieldPlaceholderLabel": "Pesquisar", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up", + "noSpellCheckReplacementsLabel": "Nenhuma alternativa encontrada", + "menuDismissLabel": "Dispensar menu", + "lookUpButtonLabel": "Pesquisar", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb index 8b9610777212..986e169d53cc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb @@ -1,4 +1,7 @@ { + "lookUpButtonLabel": "Procurar", + "noSpellCheckReplacementsLabel": "Não foram encontradas substituições", + "menuDismissLabel": "Ignorar menu", "searchTextFieldPlaceholderLabel": "Pesquise", "tabSemanticsLabel": "Separador $tabIndex de $tabCount", "datePickerHourSemanticsLabelOne": "$hour hora", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb index 002be304894f..ffd6a6015135 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb @@ -27,8 +27,8 @@ "tabSemanticsLabel": "Fila $tabIndex din $tabCount", "modalBarrierDismissLabel": "Închideți", "searchTextFieldPlaceholderLabel": "Căutați", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "Nu s-au găsit înlocuiri", + "menuDismissLabel": "Respingeți meniul", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb index 284c0c269d24..6a5be8cd7af6 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb @@ -32,8 +32,8 @@ "tabSemanticsLabel": "Вкладка $tabIndex из $tabCount", "modalBarrierDismissLabel": "Закрыть", "searchTextFieldPlaceholderLabel": "Поиск", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "Варианты замены не найдены", + "menuDismissLabel": "Закрыть меню", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb index caa2ad12dba2..6d36ab10c912 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "ටැබ $tabCount න් $tabIndex", "modalBarrierDismissLabel": "ඉවත ලන්න", "searchTextFieldPlaceholderLabel": "සෙවීම", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "ප්‍රතිස්ථාපන හමු නොවිණි", + "menuDismissLabel": "මෙනුව අස් කරන්න", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb index b113e8c6f570..677cf0000896 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb @@ -32,8 +32,8 @@ "tabSemanticsLabel": "Karta $tabIndex z $tabCount", "modalBarrierDismissLabel": "Odmietnuť", "searchTextFieldPlaceholderLabel": "Hľadať", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "Nenašli sa žiadne náhrady", + "menuDismissLabel": "Zavrieť ponuku", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb index c65a8444caf2..35ac09012110 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb @@ -32,8 +32,8 @@ "tabSemanticsLabel": "Zavihek $tabIndex od $tabCount", "modalBarrierDismissLabel": "Opusti", "searchTextFieldPlaceholderLabel": "Iskanje", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "Ni zamenjav", + "menuDismissLabel": "Opusti meni", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb index cbc57e60595e..60ac37232393 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "Skeda $tabIndex nga $tabCount", "modalBarrierDismissLabel": "Hiq", "searchTextFieldPlaceholderLabel": "Kërko", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "Nuk u gjetën zëvendësime", + "menuDismissLabel": "Hiqe menynë", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb index 87ff451e119d..9333954f5624 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb @@ -27,8 +27,8 @@ "tabSemanticsLabel": "$tabIndex. картица од $tabCount", "modalBarrierDismissLabel": "Одбаци", "searchTextFieldPlaceholderLabel": "Претражите", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "Нису пронађене замене", + "menuDismissLabel": "Одбаците мени", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb index 3adac6d344c0..02c2db4f3859 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb @@ -1,4 +1,6 @@ { + "noSpellCheckReplacementsLabel": "Nisu pronađene zamene", + "menuDismissLabel": "Odbacite meni", "searchTextFieldPlaceholderLabel": "Pretražite", "tabSemanticsLabel": "$tabIndex. kartica od $tabCount", "datePickerHourSemanticsLabelFew": "$hour sata", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb index ac79e55ad3d8..710d31c53154 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "Flik $tabIndex av $tabCount", "modalBarrierDismissLabel": "Stäng", "searchTextFieldPlaceholderLabel": "Sök", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "Inga ersättningar hittades", + "menuDismissLabel": "Stäng menyn", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb index 2b7c12286486..9b6e6f46fdb3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "Kichupo cha $tabIndex kati ya $tabCount", "modalBarrierDismissLabel": "Ondoa", "searchTextFieldPlaceholderLabel": "Tafuta", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "Hakuna Neno Mbadala Lilopatikana", + "menuDismissLabel": "Ondoa menyu", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb index 52fa98d64364..f194d76ba4ce 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "தாவல் $tabIndex / $tabCount", "modalBarrierDismissLabel": "நிராகரிக்கும்", "searchTextFieldPlaceholderLabel": "தேடுக", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "மாற்று வார்த்தைகள் கிடைக்கவில்லை", + "menuDismissLabel": "மெனுவை மூடும்", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb index e474ded6c27f..ff56d35e2ff7 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "$tabCountలో $tabIndexవ ట్యాబ్", "modalBarrierDismissLabel": "విస్మరించు", "searchTextFieldPlaceholderLabel": "సెర్చ్ చేయి", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "రీప్లేస్‌మెంట్‌లు ఏవీ కనుగొనబడలేదు", + "menuDismissLabel": "మెనూను తీసివేయండి", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb index c27d9861ec3d..fa71c08e8efa 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "แท็บที่ $tabIndex จาก $tabCount", "modalBarrierDismissLabel": "ปิด", "searchTextFieldPlaceholderLabel": "ค้นหา", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "ไม่พบรายการแทนที่", + "menuDismissLabel": "ปิดเมนู", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb index d93a590c16b4..5a3169db878f 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "Tab $tabIndex ng $tabCount", "modalBarrierDismissLabel": "I-dismiss", "searchTextFieldPlaceholderLabel": "Hanapin", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up", + "noSpellCheckReplacementsLabel": "Walang Nahanap na Kapalit", + "menuDismissLabel": "I-dismiss ang menu", + "lookUpButtonLabel": "Tumingin sa Itaas", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb index 33f1f935426b..e199c28f2006 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "Sekme $tabIndex/$tabCount", "modalBarrierDismissLabel": "Kapat", "searchTextFieldPlaceholderLabel": "Ara", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "Yerine Kelime Bulunamadı", + "menuDismissLabel": "Menüyü kapat", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb index ebbc49d33eec..6e5197872f24 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb @@ -32,8 +32,8 @@ "tabSemanticsLabel": "Вкладка $tabIndex з $tabCount", "modalBarrierDismissLabel": "Закрити", "searchTextFieldPlaceholderLabel": "Шукайте", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "Замін не знайдено", + "menuDismissLabel": "Закрити меню", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb index 252b1ac93796..bc46e9886c6c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "$tabCount میں سے $tabIndex ٹیب", "modalBarrierDismissLabel": "برخاست کریں", "searchTextFieldPlaceholderLabel": "تلاش کریں", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "کوئی تبدیلیاں نہیں ملیں", + "menuDismissLabel": "مینو برخاست کریں", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb index 1f6536d099ff..b2f27001f6a9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "$tabCount varaqdan $tabIndex", "modalBarrierDismissLabel": "Yopish", "searchTextFieldPlaceholderLabel": "Qidiruv", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up", + "noSpellCheckReplacementsLabel": "Almashtirish uchun soʻz topilmadi", + "menuDismissLabel": "Menyuni yopish", + "lookUpButtonLabel": "Tepaga qarang", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb index 7abb21393946..46d8e91db9aa 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "Thẻ $tabIndex/$tabCount", "modalBarrierDismissLabel": "Bỏ qua", "searchTextFieldPlaceholderLabel": "Tìm kiếm", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "Không tìm thấy phương án thay thế", + "menuDismissLabel": "Đóng trình đơn", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb index 0d406c85263f..d8ab8311f321 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "第 $tabIndex 个标签,共 $tabCount 个", "modalBarrierDismissLabel": "关闭", "searchTextFieldPlaceholderLabel": "搜索", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "找不到替换文字", + "menuDismissLabel": "关闭菜单", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb index 4f518784300e..5cac05b16131 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb @@ -1,4 +1,7 @@ { + "lookUpButtonLabel": "查詢", + "noSpellCheckReplacementsLabel": "找不到替換字詞", + "menuDismissLabel": "閂選單", "searchTextFieldPlaceholderLabel": "搜尋", "tabSemanticsLabel": "$tabCount 個分頁中嘅第 $tabIndex 個", "datePickerHourSemanticsLabelOne": "$hour 點", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb index a3dd35c7cee2..2c1190da6c0f 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb @@ -1,4 +1,6 @@ { + "noSpellCheckReplacementsLabel": "找不到替代文字", + "menuDismissLabel": "關閉選單", "searchTextFieldPlaceholderLabel": "搜尋", "tabSemanticsLabel": "第 $tabIndex 個分頁標籤,共 $tabCount 個", "datePickerHourSemanticsLabelOne": "$hour 點", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb index d391b3c9c5de..89eda26ed623 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb @@ -22,8 +22,8 @@ "tabSemanticsLabel": "Ithebhu $tabIndex kwangu-$tabCount", "modalBarrierDismissLabel": "Cashisa", "searchTextFieldPlaceholderLabel": "Sesha", - "noSpellCheckReplacementsLabel": "No Replacements Found", - "menuDismissLabel": "Dismiss menu", + "noSpellCheckReplacementsLabel": "Akukho Okuzofakwa Esikhundleni Okutholakele", + "menuDismissLabel": "Chitha imenyu", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index 12e56119dfb9..912ff7165b7f 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -95,13 +95,13 @@ class CupertinoLocalizationAf extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Maak kieslys toe'; @override String get modalBarrierDismissLabel => 'Maak toe'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Geen plaasvervangers gevind nie'; @override String get pasteButtonLabel => 'Plak'; @@ -254,13 +254,13 @@ class CupertinoLocalizationAm extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'ምናሌን አሰናብት'; @override String get modalBarrierDismissLabel => 'አሰናብት'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'ምንም ተተኪዎች አልተገኙም'; @override String get pasteButtonLabel => 'ለጥፍ'; @@ -413,13 +413,13 @@ class CupertinoLocalizationAr extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'إغلاق القائمة'; @override String get modalBarrierDismissLabel => 'رفض'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'لم يتم العثور على بدائل'; @override String get pasteButtonLabel => 'لصق'; @@ -572,13 +572,13 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'অগ্ৰাহ্য কৰাৰ মেনু'; @override String get modalBarrierDismissLabel => 'অগ্ৰাহ্য কৰক'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'এইটোৰ সলনি ব্যৱহাৰ কৰিব পৰা শব্দ পোৱা নগ’ল'; @override String get pasteButtonLabel => "পে'ষ্ট কৰক"; @@ -731,13 +731,13 @@ class CupertinoLocalizationAz extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Menyunu qapadın'; @override String get modalBarrierDismissLabel => 'İmtina edin'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Əvəzləmə Tapılmadı'; @override String get pasteButtonLabel => 'Yerləşdirin'; @@ -890,13 +890,13 @@ class CupertinoLocalizationBe extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Закрыць меню'; @override String get modalBarrierDismissLabel => 'Адхіліць'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Замен не знойдзена'; @override String get pasteButtonLabel => 'Уставіць'; @@ -1049,13 +1049,13 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Отхвърляне на менюто'; @override String get modalBarrierDismissLabel => 'Отхвърляне'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Не бяха намерени замествания'; @override String get pasteButtonLabel => 'Поставяне'; @@ -1208,13 +1208,13 @@ class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'বাতিল করার মেনু'; @override String get modalBarrierDismissLabel => 'খারিজ করুন'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'কোনও বিকল্প বানান দেখানো হয়নি'; @override String get pasteButtonLabel => 'পেস্ট করুন'; @@ -1364,16 +1364,16 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Pogled prema gore'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Odbacivanje menija'; @override String get modalBarrierDismissLabel => 'Odbaci'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Nije pronađena nijedna zamjena'; @override String get pasteButtonLabel => 'Zalijepi'; @@ -1526,13 +1526,13 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Ignora el menú'; @override String get modalBarrierDismissLabel => 'Ignora'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => "No s'ha trobat cap substitució"; @override String get pasteButtonLabel => 'Enganxa'; @@ -1685,13 +1685,13 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Zavřít nabídku'; @override String get modalBarrierDismissLabel => 'Zavřít'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Žádná nahrazení nenalezena'; @override String get pasteButtonLabel => 'Vložit'; @@ -1844,13 +1844,13 @@ class CupertinoLocalizationCy extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => "Diystyru'r ddewislen"; @override String get modalBarrierDismissLabel => 'Diystyru'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => "Dim Ailosodiadau wedi'u Canfod"; @override String get pasteButtonLabel => 'Gludo'; @@ -2003,13 +2003,13 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Luk menu'; @override String get modalBarrierDismissLabel => 'Afvis'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Der blev ikke fundet nogen erstatninger'; @override String get pasteButtonLabel => 'Indsæt'; @@ -2162,13 +2162,13 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Menü schließen'; @override String get modalBarrierDismissLabel => 'Schließen'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Keine Ersetzungen gefunden'; @override String get pasteButtonLabel => 'Einsetzen'; @@ -2342,13 +2342,13 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Παράβλεψη μενού'; @override String get modalBarrierDismissLabel => 'Παράβλεψη'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Δεν βρέθηκαν αντικαταστάσεις'; @override String get pasteButtonLabel => 'Επικόλληση'; @@ -2602,6 +2602,12 @@ class CupertinoLocalizationEnAu extends CupertinoLocalizationEn { required super.decimalFormat, }); + @override + String get lookUpButtonLabel => 'Look up'; + + @override + String get noSpellCheckReplacementsLabel => 'No replacements found'; + @override String get datePickerDateOrderString => 'dmy'; @@ -2650,6 +2656,12 @@ class CupertinoLocalizationEnGb extends CupertinoLocalizationEn { required super.decimalFormat, }); + @override + String get lookUpButtonLabel => 'Look up'; + + @override + String get noSpellCheckReplacementsLabel => 'No replacements found'; + @override String get datePickerDateOrderString => 'dmy'; @@ -2674,6 +2686,12 @@ class CupertinoLocalizationEnIe extends CupertinoLocalizationEn { required super.decimalFormat, }); + @override + String get lookUpButtonLabel => 'Look up'; + + @override + String get noSpellCheckReplacementsLabel => 'No replacements found'; + @override String get datePickerDateOrderString => 'dmy'; @@ -2698,6 +2716,12 @@ class CupertinoLocalizationEnIn extends CupertinoLocalizationEn { required super.decimalFormat, }); + @override + String get lookUpButtonLabel => 'Look up'; + + @override + String get noSpellCheckReplacementsLabel => 'No replacements found'; + @override String get datePickerDateOrderString => 'dmy'; @@ -2722,6 +2746,12 @@ class CupertinoLocalizationEnNz extends CupertinoLocalizationEn { required super.decimalFormat, }); + @override + String get lookUpButtonLabel => 'Look up'; + + @override + String get noSpellCheckReplacementsLabel => 'No replacements found'; + @override String get datePickerDateOrderString => 'dmy'; @@ -2746,6 +2776,12 @@ class CupertinoLocalizationEnSg extends CupertinoLocalizationEn { required super.decimalFormat, }); + @override + String get lookUpButtonLabel => 'Look up'; + + @override + String get noSpellCheckReplacementsLabel => 'No replacements found'; + @override String get datePickerDateOrderString => 'dmy'; @@ -2770,6 +2806,12 @@ class CupertinoLocalizationEnZa extends CupertinoLocalizationEn { required super.decimalFormat, }); + @override + String get lookUpButtonLabel => 'Look up'; + + @override + String get noSpellCheckReplacementsLabel => 'No replacements found'; + @override String get datePickerDateOrderString => 'dmy'; @@ -2852,13 +2894,13 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Cerrar menú'; @override String get modalBarrierDismissLabel => 'Cerrar'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'No se ha encontrado ninguna sustitución'; @override String get pasteButtonLabel => 'Pegar'; @@ -2953,6 +2995,15 @@ class CupertinoLocalizationEs419 extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get lookUpButtonLabel => 'Mirar hacia arriba'; + + @override + String get noSpellCheckReplacementsLabel => 'No se encontraron reemplazos'; + + @override + String get menuDismissLabel => 'Descartar menú'; + @override String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @@ -2965,6 +3016,9 @@ class CupertinoLocalizationEs419 extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; + @override + String get selectAllButtonLabel => 'Seleccionar todos'; + @override String get modalBarrierDismissLabel => 'Descartar'; } @@ -2986,6 +3040,15 @@ class CupertinoLocalizationEsAr extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get lookUpButtonLabel => 'Mirar hacia arriba'; + + @override + String get noSpellCheckReplacementsLabel => 'No se encontraron reemplazos'; + + @override + String get menuDismissLabel => 'Descartar menú'; + @override String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @@ -2998,6 +3061,9 @@ class CupertinoLocalizationEsAr extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; + @override + String get selectAllButtonLabel => 'Seleccionar todos'; + @override String get modalBarrierDismissLabel => 'Descartar'; } @@ -3019,6 +3085,15 @@ class CupertinoLocalizationEsBo extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get lookUpButtonLabel => 'Mirar hacia arriba'; + + @override + String get noSpellCheckReplacementsLabel => 'No se encontraron reemplazos'; + + @override + String get menuDismissLabel => 'Descartar menú'; + @override String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @@ -3031,6 +3106,9 @@ class CupertinoLocalizationEsBo extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; + @override + String get selectAllButtonLabel => 'Seleccionar todos'; + @override String get modalBarrierDismissLabel => 'Descartar'; } @@ -3052,6 +3130,15 @@ class CupertinoLocalizationEsCl extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get lookUpButtonLabel => 'Mirar hacia arriba'; + + @override + String get noSpellCheckReplacementsLabel => 'No se encontraron reemplazos'; + + @override + String get menuDismissLabel => 'Descartar menú'; + @override String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @@ -3064,6 +3151,9 @@ class CupertinoLocalizationEsCl extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; + @override + String get selectAllButtonLabel => 'Seleccionar todos'; + @override String get modalBarrierDismissLabel => 'Descartar'; } @@ -3085,6 +3175,15 @@ class CupertinoLocalizationEsCo extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get lookUpButtonLabel => 'Mirar hacia arriba'; + + @override + String get noSpellCheckReplacementsLabel => 'No se encontraron reemplazos'; + + @override + String get menuDismissLabel => 'Descartar menú'; + @override String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @@ -3097,6 +3196,9 @@ class CupertinoLocalizationEsCo extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; + @override + String get selectAllButtonLabel => 'Seleccionar todos'; + @override String get modalBarrierDismissLabel => 'Descartar'; } @@ -3118,6 +3220,15 @@ class CupertinoLocalizationEsCr extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get lookUpButtonLabel => 'Mirar hacia arriba'; + + @override + String get noSpellCheckReplacementsLabel => 'No se encontraron reemplazos'; + + @override + String get menuDismissLabel => 'Descartar menú'; + @override String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @@ -3130,6 +3241,9 @@ class CupertinoLocalizationEsCr extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; + @override + String get selectAllButtonLabel => 'Seleccionar todos'; + @override String get modalBarrierDismissLabel => 'Descartar'; } @@ -3151,6 +3265,15 @@ class CupertinoLocalizationEsDo extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get lookUpButtonLabel => 'Mirar hacia arriba'; + + @override + String get noSpellCheckReplacementsLabel => 'No se encontraron reemplazos'; + + @override + String get menuDismissLabel => 'Descartar menú'; + @override String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @@ -3163,6 +3286,9 @@ class CupertinoLocalizationEsDo extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; + @override + String get selectAllButtonLabel => 'Seleccionar todos'; + @override String get modalBarrierDismissLabel => 'Descartar'; } @@ -3184,6 +3310,15 @@ class CupertinoLocalizationEsEc extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get lookUpButtonLabel => 'Mirar hacia arriba'; + + @override + String get noSpellCheckReplacementsLabel => 'No se encontraron reemplazos'; + + @override + String get menuDismissLabel => 'Descartar menú'; + @override String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @@ -3196,6 +3331,9 @@ class CupertinoLocalizationEsEc extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; + @override + String get selectAllButtonLabel => 'Seleccionar todos'; + @override String get modalBarrierDismissLabel => 'Descartar'; } @@ -3217,6 +3355,15 @@ class CupertinoLocalizationEsGt extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get lookUpButtonLabel => 'Mirar hacia arriba'; + + @override + String get noSpellCheckReplacementsLabel => 'No se encontraron reemplazos'; + + @override + String get menuDismissLabel => 'Descartar menú'; + @override String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @@ -3229,6 +3376,9 @@ class CupertinoLocalizationEsGt extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; + @override + String get selectAllButtonLabel => 'Seleccionar todos'; + @override String get modalBarrierDismissLabel => 'Descartar'; } @@ -3250,6 +3400,15 @@ class CupertinoLocalizationEsHn extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get lookUpButtonLabel => 'Mirar hacia arriba'; + + @override + String get noSpellCheckReplacementsLabel => 'No se encontraron reemplazos'; + + @override + String get menuDismissLabel => 'Descartar menú'; + @override String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @@ -3262,6 +3421,9 @@ class CupertinoLocalizationEsHn extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; + @override + String get selectAllButtonLabel => 'Seleccionar todos'; + @override String get modalBarrierDismissLabel => 'Descartar'; } @@ -3283,6 +3445,15 @@ class CupertinoLocalizationEsMx extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get lookUpButtonLabel => 'Mirar hacia arriba'; + + @override + String get noSpellCheckReplacementsLabel => 'No se encontraron reemplazos'; + + @override + String get menuDismissLabel => 'Descartar menú'; + @override String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @@ -3295,6 +3466,9 @@ class CupertinoLocalizationEsMx extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; + @override + String get selectAllButtonLabel => 'Seleccionar todos'; + @override String get modalBarrierDismissLabel => 'Descartar'; } @@ -3316,6 +3490,15 @@ class CupertinoLocalizationEsNi extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get lookUpButtonLabel => 'Mirar hacia arriba'; + + @override + String get noSpellCheckReplacementsLabel => 'No se encontraron reemplazos'; + + @override + String get menuDismissLabel => 'Descartar menú'; + @override String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @@ -3328,6 +3511,9 @@ class CupertinoLocalizationEsNi extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; + @override + String get selectAllButtonLabel => 'Seleccionar todos'; + @override String get modalBarrierDismissLabel => 'Descartar'; } @@ -3349,6 +3535,15 @@ class CupertinoLocalizationEsPa extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get lookUpButtonLabel => 'Mirar hacia arriba'; + + @override + String get noSpellCheckReplacementsLabel => 'No se encontraron reemplazos'; + + @override + String get menuDismissLabel => 'Descartar menú'; + @override String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @@ -3361,6 +3556,9 @@ class CupertinoLocalizationEsPa extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; + @override + String get selectAllButtonLabel => 'Seleccionar todos'; + @override String get modalBarrierDismissLabel => 'Descartar'; } @@ -3382,6 +3580,15 @@ class CupertinoLocalizationEsPe extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get lookUpButtonLabel => 'Mirar hacia arriba'; + + @override + String get noSpellCheckReplacementsLabel => 'No se encontraron reemplazos'; + + @override + String get menuDismissLabel => 'Descartar menú'; + @override String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @@ -3394,6 +3601,9 @@ class CupertinoLocalizationEsPe extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; + @override + String get selectAllButtonLabel => 'Seleccionar todos'; + @override String get modalBarrierDismissLabel => 'Descartar'; } @@ -3415,6 +3625,15 @@ class CupertinoLocalizationEsPr extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get lookUpButtonLabel => 'Mirar hacia arriba'; + + @override + String get noSpellCheckReplacementsLabel => 'No se encontraron reemplazos'; + + @override + String get menuDismissLabel => 'Descartar menú'; + @override String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @@ -3427,6 +3646,9 @@ class CupertinoLocalizationEsPr extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; + @override + String get selectAllButtonLabel => 'Seleccionar todos'; + @override String get modalBarrierDismissLabel => 'Descartar'; } @@ -3448,6 +3670,15 @@ class CupertinoLocalizationEsPy extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get lookUpButtonLabel => 'Mirar hacia arriba'; + + @override + String get noSpellCheckReplacementsLabel => 'No se encontraron reemplazos'; + + @override + String get menuDismissLabel => 'Descartar menú'; + @override String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @@ -3460,6 +3691,9 @@ class CupertinoLocalizationEsPy extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; + @override + String get selectAllButtonLabel => 'Seleccionar todos'; + @override String get modalBarrierDismissLabel => 'Descartar'; } @@ -3481,6 +3715,15 @@ class CupertinoLocalizationEsSv extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get lookUpButtonLabel => 'Mirar hacia arriba'; + + @override + String get noSpellCheckReplacementsLabel => 'No se encontraron reemplazos'; + + @override + String get menuDismissLabel => 'Descartar menú'; + @override String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @@ -3493,6 +3736,9 @@ class CupertinoLocalizationEsSv extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; + @override + String get selectAllButtonLabel => 'Seleccionar todos'; + @override String get modalBarrierDismissLabel => 'Descartar'; } @@ -3514,6 +3760,15 @@ class CupertinoLocalizationEsUs extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get lookUpButtonLabel => 'Mirar hacia arriba'; + + @override + String get noSpellCheckReplacementsLabel => 'No se encontraron reemplazos'; + + @override + String get menuDismissLabel => 'Descartar menú'; + @override String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @@ -3526,6 +3781,9 @@ class CupertinoLocalizationEsUs extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; + @override + String get selectAllButtonLabel => 'Seleccionar todos'; + @override String get modalBarrierDismissLabel => 'Descartar'; } @@ -3547,6 +3805,15 @@ class CupertinoLocalizationEsUy extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get lookUpButtonLabel => 'Mirar hacia arriba'; + + @override + String get noSpellCheckReplacementsLabel => 'No se encontraron reemplazos'; + + @override + String get menuDismissLabel => 'Descartar menú'; + @override String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @@ -3559,6 +3826,9 @@ class CupertinoLocalizationEsUy extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; + @override + String get selectAllButtonLabel => 'Seleccionar todos'; + @override String get modalBarrierDismissLabel => 'Descartar'; } @@ -3580,6 +3850,15 @@ class CupertinoLocalizationEsVe extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get lookUpButtonLabel => 'Mirar hacia arriba'; + + @override + String get noSpellCheckReplacementsLabel => 'No se encontraron reemplazos'; + + @override + String get menuDismissLabel => 'Descartar menú'; + @override String? get datePickerHourSemanticsLabelOne => r'$hour en punto'; @@ -3592,6 +3871,9 @@ class CupertinoLocalizationEsVe extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; + @override + String get selectAllButtonLabel => 'Seleccionar todos'; + @override String get modalBarrierDismissLabel => 'Descartar'; } @@ -3671,13 +3953,13 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Sulge menüü'; @override String get modalBarrierDismissLabel => 'Loobu'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Asendusi ei leitud'; @override String get pasteButtonLabel => 'Kleebi'; @@ -3830,13 +4112,13 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Baztertu menua'; @override String get modalBarrierDismissLabel => 'Baztertu'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Ez da aurkitu ordezteko hitzik'; @override String get pasteButtonLabel => 'Itsatsi'; @@ -3851,7 +4133,7 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { String get searchWebButtonLabel => 'Search Web'; @override - String get selectAllButtonLabel => 'Hautatu guztiak'; + String get selectAllButtonLabel => 'Hautatu dena'; @override String get tabSemanticsLabelRaw => r'$tabIndex/$tabCount fitxa'; @@ -3989,13 +4271,13 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'بستن منو'; @override String get modalBarrierDismissLabel => 'نپذیرفتن'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'جایگزینی پیدا نشد'; @override String get pasteButtonLabel => 'جای‌گذاری'; @@ -4148,13 +4430,13 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Hylkää valikko'; @override String get modalBarrierDismissLabel => 'Ohita'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Korvaavia sanoja ei löydy'; @override String get pasteButtonLabel => 'Liitä'; @@ -4304,16 +4586,16 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Tumingin sa Itaas'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'I-dismiss ang menu'; @override String get modalBarrierDismissLabel => 'I-dismiss'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Walang Nahanap na Kapalit'; @override String get pasteButtonLabel => 'I-paste'; @@ -4466,13 +4748,13 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Fermer le menu'; @override String get modalBarrierDismissLabel => 'Ignorer'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Aucun remplacement trouvé'; @override String get pasteButtonLabel => 'Coller'; @@ -4567,6 +4849,9 @@ class CupertinoLocalizationFrCa extends CupertinoLocalizationFr { required super.decimalFormat, }); + @override + String get menuDismissLabel => 'Ignorer le menu'; + @override String? get datePickerHourSemanticsLabelOne => r'$hour heure'; @@ -4664,16 +4949,16 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Mirar cara arriba'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Pechar menú'; @override String get modalBarrierDismissLabel => 'Ignorar'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Non se encontrou ningunha substitución'; @override String get pasteButtonLabel => 'Pegar'; @@ -4826,13 +5111,13 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Menü schließen'; @override String get modalBarrierDismissLabel => 'Schließen'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Keine Ersetzungen gefunden'; @override String get pasteButtonLabel => 'Einsetzen'; @@ -4985,13 +5270,13 @@ class CupertinoLocalizationGu extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'મેનૂ છોડી દો'; @override String get modalBarrierDismissLabel => 'છોડી દો'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'બદલવા માટે કોઈ શબ્દ મળ્યો નથી'; @override String get pasteButtonLabel => 'પેસ્ટ કરો'; @@ -5144,13 +5429,13 @@ class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'סגירת התפריט'; @override String get modalBarrierDismissLabel => 'סגירה'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'לא נמצאו חלופות'; @override String get pasteButtonLabel => 'הדבקה'; @@ -5303,13 +5588,13 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'मेन्यू खारिज करें'; @override String get modalBarrierDismissLabel => 'खारिज करें'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'सही वर्तनी वाला कोई शब्द नहीं मिला'; @override String get pasteButtonLabel => 'चिपकाएं'; @@ -5459,16 +5744,16 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Pogled prema gore'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Odbacivanje izbornika'; @override String get modalBarrierDismissLabel => 'Odbaci'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Nema pronađenih zamjena'; @override String get pasteButtonLabel => 'Zalijepi'; @@ -5618,16 +5903,16 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Felfelé nézés'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Menü bezárása'; @override String get modalBarrierDismissLabel => 'Elvetés'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Nem található javítás'; @override String get pasteButtonLabel => 'Beillesztés'; @@ -5780,13 +6065,13 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Փակել ընտրացանկը'; @override String get modalBarrierDismissLabel => 'Փակել'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Փոխարինումներ չեն գտնվել'; @override String get pasteButtonLabel => 'Տեղադրել'; @@ -5939,13 +6224,13 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Tutup menu'; @override String get modalBarrierDismissLabel => 'Tutup'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Penggantian Tidak Ditemukan'; @override String get pasteButtonLabel => 'Tempel'; @@ -6098,13 +6383,13 @@ class CupertinoLocalizationIs extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Loka valmynd'; @override String get modalBarrierDismissLabel => 'Hunsa'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Engir staðgenglar fundust'; @override String get pasteButtonLabel => 'Líma'; @@ -6254,16 +6539,16 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Cerca'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Ignora menu'; @override String get modalBarrierDismissLabel => 'Ignora'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Nessuna sostituzione trovata'; @override String get pasteButtonLabel => 'Incolla'; @@ -6413,16 +6698,16 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => '調べる'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'メニューを閉じる'; @override String get modalBarrierDismissLabel => '閉じる'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => '置き換えるものがありません'; @override String get pasteButtonLabel => '貼り付け'; @@ -6575,13 +6860,13 @@ class CupertinoLocalizationKa extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'მენიუს უარყოფა'; @override String get modalBarrierDismissLabel => 'დახურვა'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'ჩანაცვლება არ მოიძებნა'; @override String get pasteButtonLabel => 'ჩასმა'; @@ -6734,13 +7019,13 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Мәзірді жабу'; @override String get modalBarrierDismissLabel => 'Жабу'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Ауыстыратын ешнәрсе табылмады.'; @override String get pasteButtonLabel => 'Қою'; @@ -6890,16 +7175,16 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'រកមើល'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'ច្រានចោល​ម៉ឺនុយ'; @override String get modalBarrierDismissLabel => 'ច្រាន​ចោល'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'រកមិនឃើញ​ការជំនួសទេ'; @override String get pasteButtonLabel => 'ដាក់​ចូល'; @@ -7052,13 +7337,13 @@ class CupertinoLocalizationKn extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => '\u{cae}\u{cc6}\u{ca8}\u{cc1}\u{cb5}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{cb5}\u{c9c}\u{cbe}\u{c97}\u{cc6}\u{cc2}\u{cb3}\u{cbf}\u{cb8}\u{cbf}'; @override String get modalBarrierDismissLabel => '\u{cb5}\u{c9c}\u{cbe}\u{c97}\u{cca}\u{cb3}\u{cbf}\u{cb8}\u{cbf}'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => '\u{caf}\u{cbe}\u{cb5}\u{cc1}\u{ca6}\u{cc7}\u{20}\u{cac}\u{ca6}\u{cb2}\u{cbe}\u{cb5}\u{ca3}\u{cc6}\u{c97}\u{cb3}\u{cc1}\u{20}\u{c95}\u{c82}\u{ca1}\u{cc1}\u{cac}\u{c82}\u{ca6}\u{cbf}\u{cb2}\u{ccd}\u{cb2}'; @override String get pasteButtonLabel => '\u{c85}\u{c82}\u{c9f}\u{cbf}\u{cb8}\u{cbf}'; @@ -7211,13 +7496,13 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => '메뉴 닫기'; @override String get modalBarrierDismissLabel => '닫기'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => '수정사항 없음'; @override String get pasteButtonLabel => '붙여넣기'; @@ -7370,13 +7655,13 @@ class CupertinoLocalizationKy extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Менюну жабуу'; @override String get modalBarrierDismissLabel => 'Жабуу'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Алмаштыруу үчүн сөз табылган жок'; @override String get pasteButtonLabel => 'Чаптоо'; @@ -7529,13 +7814,13 @@ class CupertinoLocalizationLo extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'ປິດເມນູ'; @override String get modalBarrierDismissLabel => 'ປິດໄວ້'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'ບໍ່ພົບການແທນທີ່'; @override String get pasteButtonLabel => 'ວາງ'; @@ -7688,13 +7973,13 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Atsisakyti meniu'; @override String get modalBarrierDismissLabel => 'Atsisakyti'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Nerasta jokių pakeitimų'; @override String get pasteButtonLabel => 'Įklijuoti'; @@ -7847,13 +8132,13 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Nerādīt izvēlni'; @override String get modalBarrierDismissLabel => 'Nerādīt'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Netika atrasts neviens vārds aizstāšanai'; @override String get pasteButtonLabel => 'Ielīmēt'; @@ -8006,13 +8291,13 @@ class CupertinoLocalizationMk extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Отфрлете го менито'; @override String get modalBarrierDismissLabel => 'Отфрли'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Не се најдени заменски зборови'; @override String get pasteButtonLabel => 'Залепи'; @@ -8162,16 +8447,16 @@ class CupertinoLocalizationMl extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'മുകളിലേക്ക് നോക്കുക'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'മെനു ഡിസ്മിസ് ചെയ്യുക'; @override String get modalBarrierDismissLabel => 'നിരസിക്കുക'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'റീപ്ലേസ്‌മെന്റുകളൊന്നും കണ്ടെത്തിയില്ല'; @override String get pasteButtonLabel => 'ഒട്ടിക്കുക'; @@ -8324,13 +8609,13 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Цэсийг хаах'; @override String get modalBarrierDismissLabel => 'Үл хэрэгсэх'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Ямар ч орлуулалт олдсонгүй'; @override String get pasteButtonLabel => 'Буулгах'; @@ -8483,13 +8768,13 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'मेनू डिसमिस करा'; @override String get modalBarrierDismissLabel => 'डिसमिस करा'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'कोणतेही बदल आढळले नाहीत'; @override String get pasteButtonLabel => 'पेस्ट करा'; @@ -8639,16 +8924,16 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Lihat ke Atas'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Ketepikan menu'; @override String get modalBarrierDismissLabel => 'Tolak'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Tiada Penggantian Ditemukan'; @override String get pasteButtonLabel => 'Tampal'; @@ -8801,13 +9086,13 @@ class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'မီနူးကိုပယ်ပါ'; @override String get modalBarrierDismissLabel => 'ပယ်ရန်'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'အစားထိုးမှုများ မတွေ့ပါ'; @override String get pasteButtonLabel => 'ကူးထည့်ရန်'; @@ -8960,13 +9245,13 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Lukk menyen'; @override String get modalBarrierDismissLabel => 'Avvis'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Fant ingen erstatninger'; @override String get pasteButtonLabel => 'Lim inn'; @@ -9119,13 +9404,13 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'मेनु खारेज गर्नुहोस्'; @override String get modalBarrierDismissLabel => 'खारेज गर्नुहोस्'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'बदल्नु पर्ने कुनै पनि कुरा भेटिएन'; @override String get pasteButtonLabel => 'टाँस्नुहोस्'; @@ -9278,13 +9563,13 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Menu sluiten'; @override String get modalBarrierDismissLabel => 'Sluiten'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Geen vervangingen gevonden'; @override String get pasteButtonLabel => 'Plakken'; @@ -9437,13 +9722,13 @@ class CupertinoLocalizationNo extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Lukk menyen'; @override String get modalBarrierDismissLabel => 'Avvis'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Fant ingen erstatninger'; @override String get pasteButtonLabel => 'Lim inn'; @@ -9596,13 +9881,13 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'ମେନୁ ଖାରଜ କରନ୍ତୁ'; @override String get modalBarrierDismissLabel => 'ଖାରଜ କରନ୍ତୁ'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'କୌଣସି ରିପ୍ଲେସମେଣ୍ଟ ମିଳିଲା ନାହିଁ'; @override String get pasteButtonLabel => 'ପେଷ୍ଟ କରନ୍ତୁ'; @@ -9755,13 +10040,13 @@ class CupertinoLocalizationPa extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'ਮੀਨੂ ਖਾਰਜ ਕਰੋ'; @override String get modalBarrierDismissLabel => 'ਖਾਰਜ ਕਰੋ'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'ਕੋਈ ਸੁਝਾਅ ਨਹੀਂ ਮਿਲਿਆ'; @override String get pasteButtonLabel => 'ਪੇਸਟ ਕਰੋ'; @@ -9911,16 +10196,16 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Sprawdź'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Zamknij menu'; @override String get modalBarrierDismissLabel => 'Zamknij'; @override - String get noSpellCheckReplacementsLabel => 'Nie znaleziono zastąpień'; + String get noSpellCheckReplacementsLabel => 'Brak wyników zamieniania'; @override String get pasteButtonLabel => 'Wklej'; @@ -9935,7 +10220,7 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { String get searchWebButtonLabel => 'Search Web'; @override - String get selectAllButtonLabel => 'Zaznacz wszystko'; + String get selectAllButtonLabel => 'Wybierz wszystkie'; @override String get tabSemanticsLabelRaw => r'Karta $tabIndex z $tabCount'; @@ -10070,16 +10355,16 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Pesquisar'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Dispensar menu'; @override String get modalBarrierDismissLabel => 'Dispensar'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Nenhuma alternativa encontrada'; @override String get pasteButtonLabel => 'Colar'; @@ -10094,7 +10379,7 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { String get searchWebButtonLabel => 'Search Web'; @override - String get selectAllButtonLabel => 'Selecionar tudo'; + String get selectAllButtonLabel => 'Selecionar Tudo'; @override String get tabSemanticsLabelRaw => r'Guia $tabIndex de $tabCount'; @@ -10174,6 +10459,15 @@ class CupertinoLocalizationPtPt extends CupertinoLocalizationPt { required super.decimalFormat, }); + @override + String get lookUpButtonLabel => 'Procurar'; + + @override + String get noSpellCheckReplacementsLabel => 'Não foram encontradas substituições'; + + @override + String get menuDismissLabel => 'Ignorar menu'; + @override String get searchTextFieldPlaceholderLabel => 'Pesquise'; @@ -10189,6 +10483,9 @@ class CupertinoLocalizationPtPt extends CupertinoLocalizationPt { @override String get timerPickerSecondLabelOther => 'seg'; + @override + String get selectAllButtonLabel => 'Selecionar tudo'; + @override String get modalBarrierDismissLabel => 'Ignorar'; } @@ -10268,13 +10565,13 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Respingeți meniul'; @override String get modalBarrierDismissLabel => 'Închideți'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Nu s-au găsit înlocuiri'; @override String get pasteButtonLabel => 'Inserați'; @@ -10427,13 +10724,13 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Закрыть меню'; @override String get modalBarrierDismissLabel => 'Закрыть'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Варианты замены не найдены'; @override String get pasteButtonLabel => 'Вставить'; @@ -10586,13 +10883,13 @@ class CupertinoLocalizationSi extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'මෙනුව අස් කරන්න'; @override String get modalBarrierDismissLabel => 'ඉවත ලන්න'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'ප්‍රතිස්ථාපන හමු නොවිණි'; @override String get pasteButtonLabel => 'අලවන්න'; @@ -10745,13 +11042,13 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Zavrieť ponuku'; @override String get modalBarrierDismissLabel => 'Odmietnuť'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Nenašli sa žiadne náhrady'; @override String get pasteButtonLabel => 'Prilepiť'; @@ -10904,13 +11201,13 @@ class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Opusti meni'; @override String get modalBarrierDismissLabel => 'Opusti'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Ni zamenjav'; @override String get pasteButtonLabel => 'Prilepi'; @@ -11063,13 +11360,13 @@ class CupertinoLocalizationSq extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Hiqe menynë'; @override String get modalBarrierDismissLabel => 'Hiq'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Nuk u gjetën zëvendësime'; @override String get pasteButtonLabel => 'Ngjit'; @@ -11222,13 +11519,13 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Одбаците мени'; @override String get modalBarrierDismissLabel => 'Одбаци'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Нису пронађене замене'; @override String get pasteButtonLabel => 'Налепи'; @@ -11371,9 +11668,15 @@ class CupertinoLocalizationSrLatn extends CupertinoLocalizationSr { @override String get datePickerMinuteSemanticsLabelOther => r'$minute minuta'; + @override + String get menuDismissLabel => 'Odbacite meni'; + @override String get modalBarrierDismissLabel => 'Odbaci'; + @override + String get noSpellCheckReplacementsLabel => 'Nisu pronađene zamene'; + @override String get pasteButtonLabel => 'Nalepi'; @@ -11495,13 +11798,13 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Stäng menyn'; @override String get modalBarrierDismissLabel => 'Stäng'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Inga ersättningar hittades'; @override String get pasteButtonLabel => 'Klistra in'; @@ -11654,13 +11957,13 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Ondoa menyu'; @override String get modalBarrierDismissLabel => 'Ondoa'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Hakuna Neno Mbadala Lilopatikana'; @override String get pasteButtonLabel => 'Bandika'; @@ -11813,13 +12116,13 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'மெனுவை மூடும்'; @override String get modalBarrierDismissLabel => 'நிராகரிக்கும்'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'மாற்று வார்த்தைகள் கிடைக்கவில்லை'; @override String get pasteButtonLabel => 'ஒட்டு'; @@ -11972,13 +12275,13 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'మెనూను తీసివేయండి'; @override String get modalBarrierDismissLabel => 'విస్మరించు'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'రీప్లేస్‌మెంట్‌లు ఏవీ కనుగొనబడలేదు'; @override String get pasteButtonLabel => 'పేస్ట్ చేయండి'; @@ -12131,13 +12434,13 @@ class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'ปิดเมนู'; @override String get modalBarrierDismissLabel => 'ปิด'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'ไม่พบรายการแทนที่'; @override String get pasteButtonLabel => 'วาง'; @@ -12287,16 +12590,16 @@ class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Tumingin sa Itaas'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'I-dismiss ang menu'; @override String get modalBarrierDismissLabel => 'I-dismiss'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Walang Nahanap na Kapalit'; @override String get pasteButtonLabel => 'I-paste'; @@ -12449,13 +12752,13 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Menüyü kapat'; @override String get modalBarrierDismissLabel => 'Kapat'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Yerine Kelime Bulunamadı'; @override String get pasteButtonLabel => 'Yapıştır'; @@ -12608,13 +12911,13 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Закрити меню'; @override String get modalBarrierDismissLabel => 'Закрити'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Замін не знайдено'; @override String get pasteButtonLabel => 'Вставити'; @@ -12767,13 +13070,13 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'مینو برخاست کریں'; @override String get modalBarrierDismissLabel => 'برخاست کریں'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'کوئی تبدیلیاں نہیں ملیں'; @override String get pasteButtonLabel => 'پیسٹ کریں'; @@ -12923,16 +13226,16 @@ class CupertinoLocalizationUz extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Tepaga qarang'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Menyuni yopish'; @override String get modalBarrierDismissLabel => 'Yopish'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Almashtirish uchun soʻz topilmadi'; @override String get pasteButtonLabel => 'Joylash'; @@ -13085,13 +13388,13 @@ class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Đóng trình đơn'; @override String get modalBarrierDismissLabel => 'Bỏ qua'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Không tìm thấy phương án thay thế'; @override String get pasteButtonLabel => 'Dán'; @@ -13244,13 +13547,13 @@ class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => '关闭菜单'; @override String get modalBarrierDismissLabel => '关闭'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => '找不到替换文字'; @override String get pasteButtonLabel => '粘贴'; @@ -13387,9 +13690,18 @@ class CupertinoLocalizationZhHant extends CupertinoLocalizationZh { @override String get datePickerMinuteSemanticsLabelOther => r'$minute 分鐘'; + @override + String get lookUpButtonLabel => '查詢'; + + @override + String get menuDismissLabel => '閂選單'; + @override String get modalBarrierDismissLabel => '拒絕'; + @override + String get noSpellCheckReplacementsLabel => '找不到替換字詞'; + @override String get pasteButtonLabel => '貼上'; @@ -13450,6 +13762,12 @@ class CupertinoLocalizationZhHantTw extends CupertinoLocalizationZhHant { required super.decimalFormat, }); + @override + String get noSpellCheckReplacementsLabel => '找不到替代文字'; + + @override + String get menuDismissLabel => '關閉選單'; + @override String get tabSemanticsLabelRaw => r'第 $tabIndex 個分頁標籤,共 $tabCount 個'; @@ -13550,13 +13868,13 @@ class CupertinoLocalizationZu extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'Look Up'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Chitha imenyu'; @override String get modalBarrierDismissLabel => 'Cashisa'; @override - String get noSpellCheckReplacementsLabel => 'No Replacements Found'; + String get noSpellCheckReplacementsLabel => 'Akukho Okuzofakwa Esikhundleni Okutholakele'; @override String get pasteButtonLabel => 'Namathisela'; diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index 01b9d055c5d1..2bed33afb469 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -66,7 +66,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Maak toe'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Uitgevou'; @override String get collapsedIconTapHint => 'Vou uit'; @@ -126,22 +126,22 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get drawerLabel => 'Navigasiekieslys'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Ingevou'; @override String get expandedIconTapHint => 'Vou in'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'dubbeltik om uit te vou'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Vou uit vir meer besonderhede'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'dubbeltik om in te vou'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Vou in'; @override String get firstPageTooltip => 'Eerste bladsy'; @@ -336,7 +336,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'Kieslysbalkkieslys'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Maak kieslys toe'; @override String get modalBarrierDismissLabel => 'Maak toe'; @@ -423,7 +423,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get saveButtonLabel => 'Stoor'; @override - String get scanTextButtonLabel => 'Skena umbhalo'; + String get scanTextButtonLabel => 'Skandeer teks'; @override String get scrimLabel => 'Skerm'; @@ -553,7 +553,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'ዝጋ'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'ተዘርግቷል'; @override String get collapsedIconTapHint => 'ዘርጋ'; @@ -613,25 +613,25 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get drawerLabel => 'የዳሰሳ ምናሌ'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'ተሰብስቧል'; @override String get expandedIconTapHint => 'ሰብስብ'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'ለመዘርጋት ድርብ ሁለቴ መታ ያድርጉ'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'ለተጨማሪ ዝርዝሮች ይዘርጉ'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'ለመሰብሰብ ሁለቴ መታ ያድርጉ'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'ሰብስብ'; @override - String get firstPageTooltip => 'የመጀመሪያው ገጽ'; + String get firstPageTooltip => 'የመጀመሪያው ገፅ'; @override String get hideAccountsLabel => 'መለያዎችን ደብቅ'; @@ -793,7 +793,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get keyboardKeySpace => 'ክፍተት'; @override - String get lastPageTooltip => 'የመጨረሻው ገጽ'; + String get lastPageTooltip => 'የመጨረሻው ገፅ'; @override String? get licensesPackageDetailTextFew => null; @@ -823,7 +823,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'የምናሌ አሞሌ ምናሌ'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'ምናሌን አሰናብት'; @override String get modalBarrierDismissLabel => 'አሰናብት'; @@ -835,7 +835,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get nextMonthTooltip => 'ቀጣይ ወር'; @override - String get nextPageTooltip => 'ቀጣይ ገጽ'; + String get nextPageTooltip => 'ቀጣይ ገፅ'; @override String get okButtonLabel => 'እሺ'; @@ -862,7 +862,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get previousMonthTooltip => 'ቀዳሚ ወር'; @override - String get previousPageTooltip => 'ቀዳሚ ገጽ'; + String get previousPageTooltip => 'ቀዳሚ ገፅ'; @override String get refreshIndicatorSemanticLabel => 'አድስ'; @@ -910,7 +910,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get saveButtonLabel => 'አስቀምጥ'; @override - String get scanTextButtonLabel => 'ጽሑፍ ይቃኙ'; + String get scanTextButtonLabel => 'ጽሁፍን ቃኝ'; @override String get scrimLabel => 'ገዳቢ'; @@ -1040,7 +1040,7 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'إغلاق'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'موسَّع'; @override String get collapsedIconTapHint => 'توسيع'; @@ -1100,22 +1100,22 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get drawerLabel => 'قائمة تنقل'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'مصغَّر'; @override String get expandedIconTapHint => 'تصغير'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'انقر مرّتين للتوسيع'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'وسِّع المربّع لعرض مزيد من التفاصيل.'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'يُرجى النقر مرّتين للتصغير.'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'تصغير'; @override String get firstPageTooltip => 'الصفحة الأولى'; @@ -1310,7 +1310,7 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'قائمة شريط القوائم'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'إغلاق القائمة'; @override String get modalBarrierDismissLabel => 'رفض'; @@ -1397,7 +1397,7 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get saveButtonLabel => 'الحفظ'; @override - String get scanTextButtonLabel => 'مسح النص'; + String get scanTextButtonLabel => 'مسح النص ضوئيًا'; @override String get scrimLabel => 'تمويه'; @@ -1527,7 +1527,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'বন্ধ কৰক'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'বিস্তাৰ কৰা আছে'; @override String get collapsedIconTapHint => 'বিস্তাৰ কৰক'; @@ -1587,22 +1587,22 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get drawerLabel => 'নেভিগেশ্বন মেনু'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'সংকোচন কৰা আছে'; @override String get expandedIconTapHint => 'সংকোচন কৰক'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'বিস্তাৰ কৰিবলৈ দুবাৰ টিপক'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'অধিক সবিশেষ জানিবলৈ বিস্তাৰ কৰক'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'সংকোচন কৰিবলৈ দুবাৰ টিপক'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'সংকোচন কৰক'; @override String get firstPageTooltip => 'প্রথম পৃষ্ঠা'; @@ -1797,7 +1797,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'মেনু বাৰ মেনু'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'অগ্ৰাহ্য কৰাৰ মেনু'; @override String get modalBarrierDismissLabel => 'অগ্ৰাহ্য কৰক'; @@ -1884,7 +1884,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get saveButtonLabel => 'ছেভ কৰক'; @override - String get scanTextButtonLabel => 'স্কেন টেক্সট'; + String get scanTextButtonLabel => 'পাঠ স্কেন কৰক'; @override String get scrimLabel => 'স্ক্ৰিম'; @@ -2014,7 +2014,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Bağlayın'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Genişləndirildi'; @override String get collapsedIconTapHint => 'Genişləndirin'; @@ -2074,22 +2074,22 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get drawerLabel => 'Naviqasiya menyusu'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Yığcamlaşdırıldı'; @override String get expandedIconTapHint => 'Yığcamlaşdırın'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'genişləndirmək üçün iki dəfə toxunun'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Daha çox detallar üçün genişləndirin'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'yığcamlaşdırmaq üçün iki dəfə toxunun'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Yığcamlaşdırın'; @override String get firstPageTooltip => 'Birinci səhifə'; @@ -2284,7 +2284,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'Menyu paneli menyusu'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Menyunu qapadın'; @override String get modalBarrierDismissLabel => 'İmtina edin'; @@ -2501,7 +2501,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Закрыць'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Разгорнута'; @override String get collapsedIconTapHint => 'Разгарнуць'; @@ -2561,22 +2561,22 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get drawerLabel => 'Меню навігацыі'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Згорнута'; @override String get expandedIconTapHint => 'Згарнуць'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'двойчы націснуць, каб разгарнуць'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Разгарніце, каб даведацца больш'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'двойчы націснуць, каб згарнуць'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Згарнуць'; @override String get firstPageTooltip => 'На першую старонку'; @@ -2771,7 +2771,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'Меню "Панэль меню"'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Закрыць меню'; @override String get modalBarrierDismissLabel => 'Адхіліць'; @@ -2858,7 +2858,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get saveButtonLabel => 'Захаваць'; @override - String get scanTextButtonLabel => 'Сканаваць тэкст'; + String get scanTextButtonLabel => 'Сканіраваць тэкст'; @override String get scrimLabel => 'Палатно'; @@ -2988,7 +2988,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Затваряне'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Разгънато'; @override String get collapsedIconTapHint => 'Разгъване'; @@ -3048,22 +3048,22 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get drawerLabel => 'Меню за навигация'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Свито'; @override String get expandedIconTapHint => 'Свиване'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'докоснете два пъти за разгъване'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Разгъване за още подробности'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'докоснете два пъти за свиване'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Свиване'; @override String get firstPageTooltip => 'Първа страница'; @@ -3258,7 +3258,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'Меню на лентата с менюта'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Отхвърляне на менюто'; @override String get modalBarrierDismissLabel => 'Отхвърляне'; @@ -3345,7 +3345,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get saveButtonLabel => 'Запазване'; @override - String get scanTextButtonLabel => 'Сканиране на текст'; + String get scanTextButtonLabel => 'Сканирайте текст'; @override String get scrimLabel => 'Скрим'; @@ -3475,7 +3475,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'বন্ধ করুন'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'বড় করা হয়েছে'; @override String get collapsedIconTapHint => 'বড় করুন'; @@ -3535,22 +3535,22 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get drawerLabel => 'নেভিগেশান মেনু'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'আড়াল করা হয়েছে'; @override String get expandedIconTapHint => 'আড়াল করুন'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'বড় করে দেখতে ডবল ট্যাপ করুন'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'আরও বিবরণ পেতে বড় করে দেখুন'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'আড়াল করতে ডবল ট্যাপ করুন'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'আড়াল করুন'; @override String get firstPageTooltip => 'প্রথম পৃষ্ঠা'; @@ -3745,7 +3745,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'মেনু বার মেনু'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'বাতিল করার মেনু'; @override String get modalBarrierDismissLabel => 'খারিজ করুন'; @@ -3832,7 +3832,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get saveButtonLabel => 'সেভ করুন'; @override - String get scanTextButtonLabel => 'পাঠ্য স্ক্যান করুন'; + String get scanTextButtonLabel => 'টেক্সট স্ক্যান করুন'; @override String get scrimLabel => 'স্ক্রিম'; @@ -3962,7 +3962,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Zatvaranje'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Prošireno'; @override String get collapsedIconTapHint => 'Proširi'; @@ -4022,22 +4022,22 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get drawerLabel => 'Meni za navigaciju'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Suženo'; @override String get expandedIconTapHint => 'Suzi'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'proširivanje dvostrukim dodirom'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Proširivanje za više detalja'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'sužavanje dvostrukim dodirom'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Sužavanje'; @override String get firstPageTooltip => 'Prva stranica'; @@ -4226,13 +4226,13 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Licence'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Pogled prema gore'; @override String get menuBarMenuLabel => 'Meni trake menija'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Odbacivanje menija'; @override String get modalBarrierDismissLabel => 'Odbaci'; @@ -4449,7 +4449,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Tanca'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => "S'ha desplegat"; @override String get collapsedIconTapHint => 'Desplega'; @@ -4509,22 +4509,22 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get drawerLabel => 'Menú de navegació'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => "S'ha replegat"; @override String get expandedIconTapHint => 'Replega'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'fes doble toc per desplegar'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Desplega per obtenir més informació'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'fes doble toc per replegar'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Replega'; @override String get firstPageTooltip => 'Primera pàgina'; @@ -4719,7 +4719,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'Menú de la barra de menú'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Ignora el menú'; @override String get modalBarrierDismissLabel => 'Ignora'; @@ -4806,7 +4806,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get saveButtonLabel => 'Desa'; @override - String get scanTextButtonLabel => 'Escaneja el text'; + String get scanTextButtonLabel => 'Escaneja text'; @override String get scrimLabel => 'Fons atenuat'; @@ -4936,7 +4936,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Zavřít'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Rozbaleno'; @override String get collapsedIconTapHint => 'Rozbalit'; @@ -4996,22 +4996,22 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get drawerLabel => 'Navigační nabídka'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Sbaleno'; @override String get expandedIconTapHint => 'Sbalit'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'dvojitým klepnutím rozbalíte'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Rozbalte pro další podrobnosti'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'dvojitým klepnutím sbalíte'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Sbalit'; @override String get firstPageTooltip => 'První stránka'; @@ -5206,7 +5206,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'Nabídka na liště s nabídkou'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Zavřít nabídku'; @override String get modalBarrierDismissLabel => 'Zavřít'; @@ -5293,7 +5293,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get saveButtonLabel => 'Uložit'; @override - String get scanTextButtonLabel => 'Naskenujte text'; + String get scanTextButtonLabel => 'Naskenovat text'; @override String get scrimLabel => 'Scrim'; @@ -5423,7 +5423,7 @@ class MaterialLocalizationCy extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Cau'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => "Wedi'i ehangu"; @override String get collapsedIconTapHint => 'Ehangu'; @@ -5483,22 +5483,22 @@ class MaterialLocalizationCy extends GlobalMaterialLocalizations { String get drawerLabel => 'Dewislen llywio'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => "Wedi'i grebachu"; @override String get expandedIconTapHint => 'Crebachu'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'tapiwch ddwywaith i ehangu'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Ehangwch am ragor o fanylion'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'tapiwch ddwywaith i grebachu'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Crebachu'; @override String get firstPageTooltip => 'Tudalen gyntaf'; @@ -5693,7 +5693,7 @@ class MaterialLocalizationCy extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'Dewislen bar dewislen'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => "Diystyru'r ddewislen"; @override String get modalBarrierDismissLabel => 'Diystyru'; @@ -5780,7 +5780,7 @@ class MaterialLocalizationCy extends GlobalMaterialLocalizations { String get saveButtonLabel => 'Cadw'; @override - String get scanTextButtonLabel => 'Scan text'; + String get scanTextButtonLabel => 'Sganio testun'; @override String get scrimLabel => 'Scrim'; @@ -5910,7 +5910,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Luk'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Udvidet'; @override String get collapsedIconTapHint => 'Udvid'; @@ -5970,22 +5970,22 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get drawerLabel => 'Navigationsmenu'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Skjult'; @override String get expandedIconTapHint => 'Skjul'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'tryk to gange for at udvide'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Udvid for at få flere oplysninger'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'tryk to gange for at skjule'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Skjul'; @override String get firstPageTooltip => 'Første side'; @@ -6180,7 +6180,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'Menuen for menulinjen'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Luk menu'; @override String get modalBarrierDismissLabel => 'Afvis'; @@ -6397,7 +6397,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Schließen'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Maximiert'; @override String get collapsedIconTapHint => 'Maximieren'; @@ -6457,22 +6457,22 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get drawerLabel => 'Navigationsmenü'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Minimiert'; @override String get expandedIconTapHint => 'Minimieren'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'Zum Maximieren doppeltippen'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Für weitere Details maximieren'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'Zum Minimieren doppeltippen'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Minimieren'; @override String get firstPageTooltip => 'Erste Seite'; @@ -6667,7 +6667,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'Menü in der Menüleiste'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Menü schließen'; @override String get modalBarrierDismissLabel => 'Schließen'; @@ -6948,7 +6948,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Κλείσιμο'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Αναπτύχθηκε'; @override String get collapsedIconTapHint => 'Ανάπτυξη'; @@ -7008,22 +7008,22 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get drawerLabel => 'Μενού πλοήγησης'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Συμπτύχθηκε'; @override String get expandedIconTapHint => 'Σύμπτυξη'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'πατήστε δύο φορές για ανάπτυξη'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Ανάπτυξη για περισσότερες λεπτομέρειες'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'πατήστε δύο φορές για σύμπτυξη'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Σύμπτυξη'; @override String get firstPageTooltip => 'Πρώτη σελίδα'; @@ -7218,7 +7218,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'Μενού γραμμής μενού'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Παράβλεψη μενού'; @override String get modalBarrierDismissLabel => 'Παράβλεψη'; @@ -7894,6 +7894,15 @@ class MaterialLocalizationEnAu extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); + @override + String get lookUpButtonLabel => 'Look up'; + + @override + String get expansionTileExpandedHint => 'double-tap to collapse'; + + @override + String get expansionTileCollapsedHint => 'double-tap to expand'; + @override String get bottomSheetLabel => 'Bottom sheet'; @@ -8091,6 +8100,15 @@ class MaterialLocalizationEnGb extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); + @override + String get lookUpButtonLabel => 'Look up'; + + @override + String get expansionTileExpandedHint => 'double-tap to collapse'; + + @override + String get expansionTileCollapsedHint => 'double-tap to expand'; + @override String get bottomSheetLabel => 'Bottom sheet'; @@ -8182,6 +8200,15 @@ class MaterialLocalizationEnIe extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); + @override + String get lookUpButtonLabel => 'Look up'; + + @override + String get expansionTileExpandedHint => 'double-tap to collapse'; + + @override + String get expansionTileCollapsedHint => 'double-tap to expand'; + @override String get bottomSheetLabel => 'Bottom sheet'; @@ -8273,6 +8300,15 @@ class MaterialLocalizationEnIn extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); + @override + String get lookUpButtonLabel => 'Look up'; + + @override + String get expansionTileExpandedHint => 'double-tap to collapse'; + + @override + String get expansionTileCollapsedHint => 'double-tap to expand'; + @override String get bottomSheetLabel => 'Bottom sheet'; @@ -8361,6 +8397,15 @@ class MaterialLocalizationEnNz extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); + @override + String get lookUpButtonLabel => 'Look up'; + + @override + String get expansionTileExpandedHint => 'double-tap to collapse'; + + @override + String get expansionTileCollapsedHint => 'double-tap to expand'; + @override String get bottomSheetLabel => 'Bottom sheet'; @@ -8449,6 +8494,15 @@ class MaterialLocalizationEnSg extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); + @override + String get lookUpButtonLabel => 'Look up'; + + @override + String get expansionTileExpandedHint => 'double-tap to collapse'; + + @override + String get expansionTileCollapsedHint => 'double-tap to expand'; + @override String get bottomSheetLabel => 'Bottom sheet'; @@ -8537,6 +8591,15 @@ class MaterialLocalizationEnZa extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); + @override + String get lookUpButtonLabel => 'Look up'; + + @override + String get expansionTileExpandedHint => 'double-tap to collapse'; + + @override + String get expansionTileCollapsedHint => 'double-tap to expand'; + @override String get bottomSheetLabel => 'Bottom sheet'; @@ -8656,7 +8719,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Cerrar'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Desplegado'; @override String get collapsedIconTapHint => 'Mostrar'; @@ -8716,22 +8779,22 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get drawerLabel => 'Menú de navegación'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Contraído'; @override String get expandedIconTapHint => 'Ocultar'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'toca dos veces para desplegar'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Desplegar para ver más detalles'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'toca dos veces para contraer'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Contraer'; @override String get firstPageTooltip => 'Primera página'; @@ -8926,7 +8989,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'Menú de la barra de menú'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Cerrar menú'; @override String get modalBarrierDismissLabel => 'Cerrar'; @@ -9115,6 +9178,27 @@ class MaterialLocalizationEs419 extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scanTextButtonLabel => 'Analizar texto'; + + @override + String get lookUpButtonLabel => 'Mirar hacia arriba'; + + @override + String get menuDismissLabel => 'Descartar menú'; + + @override + String get expansionTileExpandedHint => 'presiona dos veces para contraer'; + + @override + String get expansionTileCollapsedHint => 'presiona dos veces para expandir'; + + @override + String get expansionTileCollapsedTapHint => 'Expandir para ver más detalles'; + + @override + String get collapsedHint => 'Expandido'; + @override String get scrimLabel => 'Lámina'; @@ -9284,6 +9368,27 @@ class MaterialLocalizationEsAr extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scanTextButtonLabel => 'Analizar texto'; + + @override + String get lookUpButtonLabel => 'Mirar hacia arriba'; + + @override + String get menuDismissLabel => 'Descartar menú'; + + @override + String get expansionTileExpandedHint => 'presiona dos veces para contraer'; + + @override + String get expansionTileCollapsedHint => 'presiona dos veces para expandir'; + + @override + String get expansionTileCollapsedTapHint => 'Expandir para ver más detalles'; + + @override + String get collapsedHint => 'Expandido'; + @override String get scrimLabel => 'Lámina'; @@ -9453,6 +9558,27 @@ class MaterialLocalizationEsBo extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scanTextButtonLabel => 'Analizar texto'; + + @override + String get lookUpButtonLabel => 'Mirar hacia arriba'; + + @override + String get menuDismissLabel => 'Descartar menú'; + + @override + String get expansionTileExpandedHint => 'presiona dos veces para contraer'; + + @override + String get expansionTileCollapsedHint => 'presiona dos veces para expandir'; + + @override + String get expansionTileCollapsedTapHint => 'Expandir para ver más detalles'; + + @override + String get collapsedHint => 'Expandido'; + @override String get scrimLabel => 'Lámina'; @@ -9622,6 +9748,27 @@ class MaterialLocalizationEsCl extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scanTextButtonLabel => 'Analizar texto'; + + @override + String get lookUpButtonLabel => 'Mirar hacia arriba'; + + @override + String get menuDismissLabel => 'Descartar menú'; + + @override + String get expansionTileExpandedHint => 'presiona dos veces para contraer'; + + @override + String get expansionTileCollapsedHint => 'presiona dos veces para expandir'; + + @override + String get expansionTileCollapsedTapHint => 'Expandir para ver más detalles'; + + @override + String get collapsedHint => 'Expandido'; + @override String get scrimLabel => 'Lámina'; @@ -9791,6 +9938,27 @@ class MaterialLocalizationEsCo extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scanTextButtonLabel => 'Analizar texto'; + + @override + String get lookUpButtonLabel => 'Mirar hacia arriba'; + + @override + String get menuDismissLabel => 'Descartar menú'; + + @override + String get expansionTileExpandedHint => 'presiona dos veces para contraer'; + + @override + String get expansionTileCollapsedHint => 'presiona dos veces para expandir'; + + @override + String get expansionTileCollapsedTapHint => 'Expandir para ver más detalles'; + + @override + String get collapsedHint => 'Expandido'; + @override String get scrimLabel => 'Lámina'; @@ -9960,6 +10128,27 @@ class MaterialLocalizationEsCr extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scanTextButtonLabel => 'Analizar texto'; + + @override + String get lookUpButtonLabel => 'Mirar hacia arriba'; + + @override + String get menuDismissLabel => 'Descartar menú'; + + @override + String get expansionTileExpandedHint => 'presiona dos veces para contraer'; + + @override + String get expansionTileCollapsedHint => 'presiona dos veces para expandir'; + + @override + String get expansionTileCollapsedTapHint => 'Expandir para ver más detalles'; + + @override + String get collapsedHint => 'Expandido'; + @override String get scrimLabel => 'Lámina'; @@ -10129,6 +10318,27 @@ class MaterialLocalizationEsDo extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scanTextButtonLabel => 'Analizar texto'; + + @override + String get lookUpButtonLabel => 'Mirar hacia arriba'; + + @override + String get menuDismissLabel => 'Descartar menú'; + + @override + String get expansionTileExpandedHint => 'presiona dos veces para contraer'; + + @override + String get expansionTileCollapsedHint => 'presiona dos veces para expandir'; + + @override + String get expansionTileCollapsedTapHint => 'Expandir para ver más detalles'; + + @override + String get collapsedHint => 'Expandido'; + @override String get scrimLabel => 'Lámina'; @@ -10298,6 +10508,27 @@ class MaterialLocalizationEsEc extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scanTextButtonLabel => 'Analizar texto'; + + @override + String get lookUpButtonLabel => 'Mirar hacia arriba'; + + @override + String get menuDismissLabel => 'Descartar menú'; + + @override + String get expansionTileExpandedHint => 'presiona dos veces para contraer'; + + @override + String get expansionTileCollapsedHint => 'presiona dos veces para expandir'; + + @override + String get expansionTileCollapsedTapHint => 'Expandir para ver más detalles'; + + @override + String get collapsedHint => 'Expandido'; + @override String get scrimLabel => 'Lámina'; @@ -10467,6 +10698,27 @@ class MaterialLocalizationEsGt extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scanTextButtonLabel => 'Analizar texto'; + + @override + String get lookUpButtonLabel => 'Mirar hacia arriba'; + + @override + String get menuDismissLabel => 'Descartar menú'; + + @override + String get expansionTileExpandedHint => 'presiona dos veces para contraer'; + + @override + String get expansionTileCollapsedHint => 'presiona dos veces para expandir'; + + @override + String get expansionTileCollapsedTapHint => 'Expandir para ver más detalles'; + + @override + String get collapsedHint => 'Expandido'; + @override String get scrimLabel => 'Lámina'; @@ -10636,6 +10888,27 @@ class MaterialLocalizationEsHn extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scanTextButtonLabel => 'Analizar texto'; + + @override + String get lookUpButtonLabel => 'Mirar hacia arriba'; + + @override + String get menuDismissLabel => 'Descartar menú'; + + @override + String get expansionTileExpandedHint => 'presiona dos veces para contraer'; + + @override + String get expansionTileCollapsedHint => 'presiona dos veces para expandir'; + + @override + String get expansionTileCollapsedTapHint => 'Expandir para ver más detalles'; + + @override + String get collapsedHint => 'Expandido'; + @override String get scrimLabel => 'Lámina'; @@ -10805,6 +11078,27 @@ class MaterialLocalizationEsMx extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scanTextButtonLabel => 'Analizar texto'; + + @override + String get lookUpButtonLabel => 'Mirar hacia arriba'; + + @override + String get menuDismissLabel => 'Descartar menú'; + + @override + String get expansionTileExpandedHint => 'presiona dos veces para contraer'; + + @override + String get expansionTileCollapsedHint => 'presiona dos veces para expandir'; + + @override + String get expansionTileCollapsedTapHint => 'Expandir para ver más detalles'; + + @override + String get collapsedHint => 'Expandido'; + @override String get scrimLabel => 'Lámina'; @@ -10974,6 +11268,27 @@ class MaterialLocalizationEsNi extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scanTextButtonLabel => 'Analizar texto'; + + @override + String get lookUpButtonLabel => 'Mirar hacia arriba'; + + @override + String get menuDismissLabel => 'Descartar menú'; + + @override + String get expansionTileExpandedHint => 'presiona dos veces para contraer'; + + @override + String get expansionTileCollapsedHint => 'presiona dos veces para expandir'; + + @override + String get expansionTileCollapsedTapHint => 'Expandir para ver más detalles'; + + @override + String get collapsedHint => 'Expandido'; + @override String get scrimLabel => 'Lámina'; @@ -11143,6 +11458,27 @@ class MaterialLocalizationEsPa extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scanTextButtonLabel => 'Analizar texto'; + + @override + String get lookUpButtonLabel => 'Mirar hacia arriba'; + + @override + String get menuDismissLabel => 'Descartar menú'; + + @override + String get expansionTileExpandedHint => 'presiona dos veces para contraer'; + + @override + String get expansionTileCollapsedHint => 'presiona dos veces para expandir'; + + @override + String get expansionTileCollapsedTapHint => 'Expandir para ver más detalles'; + + @override + String get collapsedHint => 'Expandido'; + @override String get scrimLabel => 'Lámina'; @@ -11312,6 +11648,27 @@ class MaterialLocalizationEsPe extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scanTextButtonLabel => 'Analizar texto'; + + @override + String get lookUpButtonLabel => 'Mirar hacia arriba'; + + @override + String get menuDismissLabel => 'Descartar menú'; + + @override + String get expansionTileExpandedHint => 'presiona dos veces para contraer'; + + @override + String get expansionTileCollapsedHint => 'presiona dos veces para expandir'; + + @override + String get expansionTileCollapsedTapHint => 'Expandir para ver más detalles'; + + @override + String get collapsedHint => 'Expandido'; + @override String get scrimLabel => 'Lámina'; @@ -11481,6 +11838,27 @@ class MaterialLocalizationEsPr extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scanTextButtonLabel => 'Analizar texto'; + + @override + String get lookUpButtonLabel => 'Mirar hacia arriba'; + + @override + String get menuDismissLabel => 'Descartar menú'; + + @override + String get expansionTileExpandedHint => 'presiona dos veces para contraer'; + + @override + String get expansionTileCollapsedHint => 'presiona dos veces para expandir'; + + @override + String get expansionTileCollapsedTapHint => 'Expandir para ver más detalles'; + + @override + String get collapsedHint => 'Expandido'; + @override String get scrimLabel => 'Lámina'; @@ -11650,6 +12028,27 @@ class MaterialLocalizationEsPy extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scanTextButtonLabel => 'Analizar texto'; + + @override + String get lookUpButtonLabel => 'Mirar hacia arriba'; + + @override + String get menuDismissLabel => 'Descartar menú'; + + @override + String get expansionTileExpandedHint => 'presiona dos veces para contraer'; + + @override + String get expansionTileCollapsedHint => 'presiona dos veces para expandir'; + + @override + String get expansionTileCollapsedTapHint => 'Expandir para ver más detalles'; + + @override + String get collapsedHint => 'Expandido'; + @override String get scrimLabel => 'Lámina'; @@ -11819,6 +12218,27 @@ class MaterialLocalizationEsSv extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scanTextButtonLabel => 'Analizar texto'; + + @override + String get lookUpButtonLabel => 'Mirar hacia arriba'; + + @override + String get menuDismissLabel => 'Descartar menú'; + + @override + String get expansionTileExpandedHint => 'presiona dos veces para contraer'; + + @override + String get expansionTileCollapsedHint => 'presiona dos veces para expandir'; + + @override + String get expansionTileCollapsedTapHint => 'Expandir para ver más detalles'; + + @override + String get collapsedHint => 'Expandido'; + @override String get scrimLabel => 'Lámina'; @@ -11988,6 +12408,27 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scanTextButtonLabel => 'Analizar texto'; + + @override + String get lookUpButtonLabel => 'Mirar hacia arriba'; + + @override + String get menuDismissLabel => 'Descartar menú'; + + @override + String get expansionTileExpandedHint => 'presiona dos veces para contraer'; + + @override + String get expansionTileCollapsedHint => 'presiona dos veces para expandir'; + + @override + String get expansionTileCollapsedTapHint => 'Expandir para ver más detalles'; + + @override + String get collapsedHint => 'Expandido'; + @override String get scrimLabel => 'Lámina'; @@ -12160,6 +12601,27 @@ class MaterialLocalizationEsUy extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scanTextButtonLabel => 'Analizar texto'; + + @override + String get lookUpButtonLabel => 'Mirar hacia arriba'; + + @override + String get menuDismissLabel => 'Descartar menú'; + + @override + String get expansionTileExpandedHint => 'presiona dos veces para contraer'; + + @override + String get expansionTileCollapsedHint => 'presiona dos veces para expandir'; + + @override + String get expansionTileCollapsedTapHint => 'Expandir para ver más detalles'; + + @override + String get collapsedHint => 'Expandido'; + @override String get scrimLabel => 'Lámina'; @@ -12329,6 +12791,27 @@ class MaterialLocalizationEsVe extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get scanTextButtonLabel => 'Analizar texto'; + + @override + String get lookUpButtonLabel => 'Mirar hacia arriba'; + + @override + String get menuDismissLabel => 'Descartar menú'; + + @override + String get expansionTileExpandedHint => 'presiona dos veces para contraer'; + + @override + String get expansionTileCollapsedHint => 'presiona dos veces para expandir'; + + @override + String get expansionTileCollapsedTapHint => 'Expandir para ver más detalles'; + + @override + String get collapsedHint => 'Expandido'; + @override String get scrimLabel => 'Lámina'; @@ -12526,7 +13009,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Sule'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Laiendatud'; @override String get collapsedIconTapHint => 'Laienda'; @@ -12586,22 +13069,22 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get drawerLabel => 'Navigeerimismenüü'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Ahendatud'; @override String get expandedIconTapHint => 'Ahenda'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'topeltpuudutage laiendamiseks'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Laiendage lisateabe nägemiseks'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'topeltpuudutage ahendamiseks'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Ahenda'; @override String get firstPageTooltip => 'Esimene leht'; @@ -12796,7 +13279,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'Menüüriba menüü'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Sulge menüü'; @override String get modalBarrierDismissLabel => 'Loobu'; @@ -12883,7 +13366,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get saveButtonLabel => 'Salvesta'; @override - String get scanTextButtonLabel => 'Skanni teksti'; + String get scanTextButtonLabel => 'Skanni tekst'; @override String get scrimLabel => 'Sirm'; @@ -13013,7 +13496,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Itxi'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Zabalduta'; @override String get collapsedIconTapHint => 'Zabaldu'; @@ -13073,22 +13556,22 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get drawerLabel => 'Nabigazio-menua'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Tolestuta'; @override String get expandedIconTapHint => 'Tolestu'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'zabaltzeko, sakatu birritan'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Zabaldu hau xehetasun gehiago lortzeko'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'tolesteko, sakatu birritan'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Tolestu'; @override String get firstPageTooltip => 'Lehenengo orria'; @@ -13283,7 +13766,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'Menu-barraren menua'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Baztertu menua'; @override String get modalBarrierDismissLabel => 'Baztertu'; @@ -13500,7 +13983,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'بستن'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'ازهم بازشده'; @override String get collapsedIconTapHint => 'بزرگ کردن'; @@ -13560,22 +14043,22 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get drawerLabel => 'منوی پیمایش'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'جمع‌شده'; @override String get expandedIconTapHint => 'کوچک کردن'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'برای ازهم بازکردن، دوضربه بزنید'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'ازهم بازکردن برای جزئیات بیشتر'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'برای جمع کردن، دوضربه بزنید'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'جمع کردن'; @override String get firstPageTooltip => 'صفحه اول'; @@ -13608,7 +14091,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get keyboardKeyBackspace => 'پس‌بَر'; @override - String get keyboardKeyCapsLock => 'حالت حروف بزرگ'; + String get keyboardKeyCapsLock => 'Caps Lock'; @override String get keyboardKeyChannelDown => 'کانال پایین'; @@ -13761,7 +14244,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String? get licensesPackageDetailTextZero => 'No licenses'; @override - String get licensesPageTitle => 'مجوزها'; + String get licensesPageTitle => 'پروانه‌ها'; @override String get lookUpButtonLabel => 'Look Up'; @@ -13770,7 +14253,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'منوی نوار منو'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'بستن منو'; @override String get modalBarrierDismissLabel => 'نپذیرفتن'; @@ -13857,7 +14340,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get saveButtonLabel => 'ذخیره'; @override - String get scanTextButtonLabel => 'اسکن متن'; + String get scanTextButtonLabel => 'اسکن کردن نوشتار'; @override String get scrimLabel => 'رویه'; @@ -13987,7 +14470,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Sulje'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Laajennettu'; @override String get collapsedIconTapHint => 'Laajenna'; @@ -14047,22 +14530,22 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get drawerLabel => 'Navigointivalikko'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Tiivistetty'; @override String get expandedIconTapHint => 'Tiivistä'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'laajenna kaksoisnapauttamalla'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Katso lisätietoja laajentamalla'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'tiivistä kaksoisnapauttamalla'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Tiivistä'; @override String get firstPageTooltip => 'Ensimmäinen sivu'; @@ -14257,7 +14740,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'Valikkopalkki'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Hylkää valikko'; @override String get modalBarrierDismissLabel => 'Ohita'; @@ -14474,7 +14957,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Isara'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Naka-expand'; @override String get collapsedIconTapHint => 'I-expand'; @@ -14534,22 +15017,22 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get drawerLabel => 'Menu ng navigation'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Naka-collapse'; @override String get expandedIconTapHint => 'I-collapse'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'i-double tap para i-expand'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'I-expand para sa higit pang detalye'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'i-double tap para i-collapse'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'I-collapse'; @override String get firstPageTooltip => 'Unang page'; @@ -14738,13 +15221,13 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Mga Lisensya'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Tumingin sa Itaas'; @override String get menuBarMenuLabel => 'Menu sa menu bar'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'I-dismiss ang menu'; @override String get modalBarrierDismissLabel => 'I-dismiss'; @@ -14961,7 +15444,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Fermer'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Développé'; @override String get collapsedIconTapHint => 'Développer'; @@ -15021,22 +15504,22 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get drawerLabel => 'Menu de navigation'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Réduit'; @override String get expandedIconTapHint => 'Réduire'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'appuyez deux fois pour développer'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Développer pour en savoir plus'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'appuyez deux fois pour réduire'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Réduire'; @override String get firstPageTooltip => 'Première page'; @@ -15231,7 +15714,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'Menu de la barre de menu'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Fermer le menu'; @override String get modalBarrierDismissLabel => 'Ignorer'; @@ -15318,7 +15801,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get saveButtonLabel => 'Enregistrer'; @override - String get scanTextButtonLabel => 'Numériser du texte'; + String get scanTextButtonLabel => 'Scanner du texte'; @override String get scrimLabel => 'Fond'; @@ -15420,6 +15903,21 @@ class MaterialLocalizationFrCa extends MaterialLocalizationFr { required super.twoDigitZeroPaddedFormat, }); + @override + String get scanTextButtonLabel => 'Balayer un texte'; + + @override + String get menuDismissLabel => 'Ignorer le menu'; + + @override + String get expansionTileExpandedHint => 'toucher deux fois pour réduire'; + + @override + String get expansionTileCollapsedHint => 'toucher deux fois pour développer'; + + @override + String get expansionTileCollapsedTapHint => 'Développer le panneau pour plus de détails'; + @override String get scrimLabel => 'Grille'; @@ -15590,7 +16088,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Pechar'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Despregado'; @override String get collapsedIconTapHint => 'Despregar'; @@ -15650,22 +16148,22 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get drawerLabel => 'Menú de navegación'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Contraído'; @override String get expandedIconTapHint => 'Contraer'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'tocar dúas veces para despregar'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Despregar para obter máis detalles'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'toca dúas veces para contraer'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Contraer'; @override String get firstPageTooltip => 'Primeira páxina'; @@ -15854,13 +16352,13 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Licenzas'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Mirar cara arriba'; @override String get menuBarMenuLabel => 'Menú da barra de menú'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Pechar menú'; @override String get modalBarrierDismissLabel => 'Ignorar'; @@ -16077,7 +16575,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Schließen'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Maximiert'; @override String get collapsedIconTapHint => 'Maximieren'; @@ -16137,22 +16635,22 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get drawerLabel => 'Navigationsmenü'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Minimiert'; @override String get expandedIconTapHint => 'Minimieren'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'Zum Maximieren doppeltippen'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Für weitere Details maximieren'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'Zum Minimieren doppeltippen'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Minimieren'; @override String get firstPageTooltip => 'Erste Seite'; @@ -16347,7 +16845,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'Menü in der Menüleiste'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Menü schließen'; @override String get modalBarrierDismissLabel => 'Schließen'; @@ -16564,7 +17062,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'બંધ કરો'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'મોટી કરી'; @override String get collapsedIconTapHint => 'વિસ્તૃત કરો'; @@ -16624,22 +17122,22 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get drawerLabel => 'નૅવિગેશન મેનૂ'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'નાની કરી'; @override String get expandedIconTapHint => 'સંકુચિત કરો'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'મોટી કરવા માટે બે વાર ટૅપ કરો'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'વધુ વિગતો માટે મોટી કરો'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'નાની કરવા માટે બે વાર ટૅપ કરો'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'નાની કરો'; @override String get firstPageTooltip => 'પહેલું પેજ'; @@ -16834,7 +17332,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'મેનૂ બાર મેનૂ'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'મેનૂ છોડી દો'; @override String get modalBarrierDismissLabel => 'છોડી દો'; @@ -16921,7 +17419,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get saveButtonLabel => 'સાચવો'; @override - String get scanTextButtonLabel => 'ટેક્સ્ટ સ્કેન કરો'; + String get scanTextButtonLabel => 'ટેક્સ્ટ સ્કૅન કરો'; @override String get scrimLabel => 'સ્ક્રિમ'; @@ -17051,7 +17549,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'סגירה'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'מורחב'; @override String get collapsedIconTapHint => 'הרחבה'; @@ -17111,22 +17609,22 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get drawerLabel => 'תפריט ניווט'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'מכווץ'; @override String get expandedIconTapHint => 'כיווץ'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'כדי להרחיב, יש להקיש הקשה כפולה'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'ניתן להרחיב להצגת פרטים נוספים'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'כדי לכווץ, יש להקיש הקשה כפולה'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'כיווץ'; @override String get firstPageTooltip => 'לדף הראשון'; @@ -17321,7 +17819,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'תפריט בסרגל התפריטים'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'סגירת התפריט'; @override String get modalBarrierDismissLabel => 'סגירה'; @@ -17408,7 +17906,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get saveButtonLabel => 'שמירה'; @override - String get scanTextButtonLabel => 'סרוק טקסט'; + String get scanTextButtonLabel => 'סריקת טקסט'; @override String get scrimLabel => 'מיסוך'; @@ -17538,7 +18036,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'बंद करें'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'बड़ा किया गया'; @override String get collapsedIconTapHint => 'बड़ा करें'; @@ -17598,22 +18096,22 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get drawerLabel => 'नेविगेशन मेन्यू'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'छोटा किया गया'; @override String get expandedIconTapHint => 'छोटा करें'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'बड़ा करने के लिए दो बार टैप करें'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'ज़्यादा जानकारी के लिए बड़ा करें'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'छोटा करने के लिए दो बार टैप करें'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'छोटा करें'; @override String get firstPageTooltip => 'पहला पेज'; @@ -17808,7 +18306,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'मेन्यू बार का मेन्यू'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'मेन्यू खारिज करें'; @override String get modalBarrierDismissLabel => 'खारिज करें'; @@ -17895,7 +18393,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get saveButtonLabel => 'सेव करें'; @override - String get scanTextButtonLabel => 'पाठ स्कैन करें'; + String get scanTextButtonLabel => 'टेक्स्ट स्कैन करें'; @override String get scrimLabel => 'स्क्रिम'; @@ -18025,7 +18523,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Zatvaranje'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Prošireno'; @override String get collapsedIconTapHint => 'Proširi'; @@ -18085,22 +18583,22 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get drawerLabel => 'Navigacijski izbornik'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Sažeto'; @override String get expandedIconTapHint => 'Sažmi'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'dvaput dodirnite za proširivanje'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Proširite da biste saznali više'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'dvaput dodirnite za sažimanje'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Sažmi'; @override String get firstPageTooltip => 'Prva stranica'; @@ -18289,13 +18787,13 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Licence'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Pogled prema gore'; @override String get menuBarMenuLabel => 'Izbornik trake izbornika'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Odbacivanje izbornika'; @override String get modalBarrierDismissLabel => 'Odbaci'; @@ -18382,7 +18880,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get saveButtonLabel => 'Spremi'; @override - String get scanTextButtonLabel => 'Skeniraj tekst'; + String get scanTextButtonLabel => 'Skeniranje teksta'; @override String get scrimLabel => 'Rubno'; @@ -18512,7 +19010,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Bezárás'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Kibontva'; @override String get collapsedIconTapHint => 'Kibontás'; @@ -18572,22 +19070,22 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get drawerLabel => 'Navigációs menü'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Összecsukva'; @override String get expandedIconTapHint => 'Összecsukás'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'duplán koppintva kibonthatja'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Bontsa ki a további részletek megtekintéséhez'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'duplán koppintva összecsukhatja'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Összecsukás'; @override String get firstPageTooltip => 'Első oldal'; @@ -18776,13 +19274,13 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Licencek'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Felfelé nézés'; @override String get menuBarMenuLabel => 'Menüsor menüje'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Menü bezárása'; @override String get modalBarrierDismissLabel => 'Elvetés'; @@ -18999,7 +19497,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Փակել'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Ծավալված է'; @override String get collapsedIconTapHint => 'Ծավալել'; @@ -19059,22 +19557,22 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get drawerLabel => 'Նավիգացիայի ընտրացանկ'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Ծալված է'; @override String get expandedIconTapHint => 'Ծալել'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'կրկնակի հպեք ծավալելու համար'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'ծավալեք՝ մանրամասները տեսնելու համար'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'կրկնակի հպեք ծալելու համար'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Ծալել'; @override String get firstPageTooltip => 'Առաջին էջ'; @@ -19269,7 +19767,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'Ընտրացանկի գոտու ընտրացանկ'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Փակել ընտրացանկը'; @override String get modalBarrierDismissLabel => 'Փակել'; @@ -19356,7 +19854,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get saveButtonLabel => 'Պահել'; @override - String get scanTextButtonLabel => 'Սկանավորեք տեքստը'; + String get scanTextButtonLabel => 'Սկանավորել տեքստ'; @override String get scrimLabel => 'Դիմակ'; @@ -19486,7 +19984,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Tutup'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Diluaskan'; @override String get collapsedIconTapHint => 'Luaskan'; @@ -19546,22 +20044,22 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get drawerLabel => 'Menu navigasi'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Diciutkan'; @override String get expandedIconTapHint => 'Ciutkan'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'ketuk dua kali untuk meluaskan'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Luaskan untuk mengetahui detail selengkapnya'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'ketuk dua kali untuk menciutkan'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Ciutkan'; @override String get firstPageTooltip => 'Halaman pertama'; @@ -19756,7 +20254,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'Menu panel menu'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Tutup menu'; @override String get modalBarrierDismissLabel => 'Tutup'; @@ -19973,7 +20471,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Loka'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Stækkað'; @override String get collapsedIconTapHint => 'Stækka'; @@ -20033,22 +20531,22 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get drawerLabel => 'Yfirlitsvalmynd'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Minnkað'; @override String get expandedIconTapHint => 'Draga saman'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'ýttu tvisvar til að stækka'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Stækka til að sjá frekari upplýsingar'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'ýttu tvisvar til að minnka'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Minnka'; @override String get firstPageTooltip => 'Fyrsta síða'; @@ -20243,7 +20741,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'Valmyndarstika'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Loka valmynd'; @override String get modalBarrierDismissLabel => 'Hunsa'; @@ -20330,7 +20828,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get saveButtonLabel => 'Vista'; @override - String get scanTextButtonLabel => 'Skannaðu texta'; + String get scanTextButtonLabel => 'Skanna texta'; @override String get scrimLabel => 'Möskvi'; @@ -20460,7 +20958,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Chiudi'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Espanso'; @override String get collapsedIconTapHint => 'Espandi'; @@ -20520,22 +21018,22 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get drawerLabel => 'Menu di navigazione'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Compresso'; @override String get expandedIconTapHint => 'Comprimi'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'Tocca due volte per espandere'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'espandere e visualizzare altri dettagli'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'tocca due volte per comprimere'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'comprimere'; @override String get firstPageTooltip => 'Prima pagina'; @@ -20724,13 +21222,13 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Licenze'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Cerca'; @override String get menuBarMenuLabel => 'Menu barra dei menu'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Ignora menu'; @override String get modalBarrierDismissLabel => 'Ignora'; @@ -20817,7 +21315,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get saveButtonLabel => 'Salva'; @override - String get scanTextButtonLabel => 'Scansiona il testo'; + String get scanTextButtonLabel => 'Scansiona testo'; @override String get scrimLabel => 'Rete'; @@ -20947,7 +21445,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get closeButtonTooltip => '閉じる'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => '開きました'; @override String get collapsedIconTapHint => '展開'; @@ -21007,22 +21505,22 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get drawerLabel => 'ナビゲーション メニュー'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => '閉じました'; @override String get expandedIconTapHint => '折りたたむ'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => '開くにはダブルタップします'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => '開いて詳細を表示'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'ダブルタップすると閉じます'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => '閉じる'; @override String get firstPageTooltip => '最初のページ'; @@ -21211,13 +21709,13 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get licensesPageTitle => 'ライセンス'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => '調べる'; @override String get menuBarMenuLabel => 'メニューバーのメニュー'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'メニューを閉じる'; @override String get modalBarrierDismissLabel => '閉じる'; @@ -21434,7 +21932,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'დახურვა'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'გაფართოებულია'; @override String get collapsedIconTapHint => 'გაშლა'; @@ -21494,22 +21992,22 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get drawerLabel => 'ნავიგაციის მენიუ'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'ჩაკეცილია'; @override String get expandedIconTapHint => 'ჩაკეცვა'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'გასაფართოებლად ორჯერ შეეხეთ'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'მეტი დეტალებისთვის გააფართოეთ'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'ორმაგად შეეხეთ ჩასაკეცად'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'ჩაკეცვა'; @override String get firstPageTooltip => 'პირველი გვერდი'; @@ -21704,7 +22202,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'მენიუს ზოლის მენიუ'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'მენიუს უარყოფა'; @override String get modalBarrierDismissLabel => 'დახურვა'; @@ -21921,7 +22419,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Жабу'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Жайылды'; @override String get collapsedIconTapHint => 'Жаю'; @@ -21981,22 +22479,22 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get drawerLabel => 'Навигация мәзірі'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Жиылды'; @override String get expandedIconTapHint => 'Жию'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'жаю үшін екі рет түртіңіз'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Толық мәлімет алу үшін жайыңыз.'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'жию үшін екі рет түртіңіз'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Жию'; @override String get firstPageTooltip => 'Бірінші бет'; @@ -22191,7 +22689,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'Мәзір жолағының мәзірі'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Мәзірді жабу'; @override String get modalBarrierDismissLabel => 'Жабу'; @@ -22408,7 +22906,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'បិទ'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'បាន​ពង្រីក'; @override String get collapsedIconTapHint => 'ពង្រីក'; @@ -22468,22 +22966,22 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get drawerLabel => 'ម៉ឺនុយរុករក'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'បាន​បង្រួម'; @override String get expandedIconTapHint => 'បង្រួម'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'ចុចពីរដង ដើម្បីពង្រីក'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'ពង្រីក​ដើម្បីទទួលបាន​ព័ត៌មានលម្អិត​បន្ថែម'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'ចុចពីរដង ដើម្បីបង្រួម'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'បង្រួម'; @override String get firstPageTooltip => 'ទំព័រ​ដំបូង'; @@ -22672,13 +23170,13 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get licensesPageTitle => 'អាជ្ញាបណ្ណ'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'រកមើល'; @override String get menuBarMenuLabel => 'ម៉ឺនុយរបារម៉ឺនុយ'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'ច្រានចោល​ម៉ឺនុយ'; @override String get modalBarrierDismissLabel => 'ច្រាន​ចោល'; @@ -22765,7 +23263,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get saveButtonLabel => 'រក្សាទុក'; @override - String get scanTextButtonLabel => 'ស្កេនអត្ថបទ'; + String get scanTextButtonLabel => 'ស្កេន​អក្សរ'; @override String get scrimLabel => 'ផ្ទាំងស្រអាប់'; @@ -22895,7 +23393,7 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { String get closeButtonTooltip => '\u{cae}\u{cc1}\u{c9a}\u{ccd}\u{c9a}\u{cbf}\u{cb0}\u{cbf}'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => '\u{cb5}\u{cbf}\u{cb8}\u{ccd}\u{ca4}\u{cb0}\u{cbf}\u{cb8}\u{cb2}\u{cbe}\u{c97}\u{cbf}\u{ca6}\u{cc6}'; @override String get collapsedIconTapHint => '\u{cb5}\u{cbf}\u{cb8}\u{ccd}\u{ca4}\u{cb0}\u{cbf}\u{cb8}\u{cbf}'; @@ -22955,22 +23453,22 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { String get drawerLabel => '\u{ca8}\u{ccd}\u{caf}\u{cbe}\u{cb5}\u{cbf}\u{c97}\u{cc7}\u{cb6}\u{ca8}\u{ccd}\u{200c}\u{20}\u{cae}\u{cc6}\u{ca8}\u{cc1}'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => '\u{c95}\u{cc1}\u{c97}\u{ccd}\u{c97}\u{cbf}\u{cb8}\u{cb2}\u{cbe}\u{c97}\u{cbf}\u{ca6}\u{cc6}'; @override String get expandedIconTapHint => '\u{c95}\u{cc1}\u{c97}\u{ccd}\u{c97}\u{cbf}\u{cb8}\u{cbf}'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => '\u{cb5}\u{cbf}\u{cb8}\u{ccd}\u{ca4}\u{cb0}\u{cbf}\u{cb8}\u{cb2}\u{cc1}\u{20}\u{ca1}\u{cac}\u{cb2}\u{ccd}\u{20}\u{c9f}\u{ccd}\u{caf}\u{cbe}\u{caa}\u{ccd}\u{20}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => '\u{c87}\u{ca8}\u{ccd}\u{ca8}\u{cb7}\u{ccd}\u{c9f}\u{cc1}\u{20}\u{cb5}\u{cbf}\u{cb5}\u{cb0}\u{c97}\u{cb3}\u{cbf}\u{c97}\u{cbe}\u{c97}\u{cbf}\u{20}\u{cb5}\u{cbf}\u{cb8}\u{ccd}\u{ca4}\u{cb0}\u{cbf}\u{cb8}\u{cbf}'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => '\u{c95}\u{cc1}\u{c97}\u{ccd}\u{c97}\u{cbf}\u{cb8}\u{cb2}\u{cc1}\u{20}\u{ca1}\u{cac}\u{cb2}\u{ccd}\u{20}\u{c9f}\u{ccd}\u{caf}\u{cbe}\u{caa}\u{ccd}\u{20}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => '\u{c95}\u{cc1}\u{c97}\u{ccd}\u{c97}\u{cbf}\u{cb8}\u{cbf}'; @override String get firstPageTooltip => '\u{cae}\u{cca}\u{ca6}\u{cb2}\u{20}\u{caa}\u{cc1}\u{c9f}'; @@ -23165,7 +23663,7 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { String get menuBarMenuLabel => '\u{cae}\u{cc6}\u{ca8}\u{cc1}\u{20}\u{cac}\u{cbe}\u{cb0}\u{ccd}\u{200c}\u{20}\u{cae}\u{cc6}\u{ca8}\u{cc1}'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => '\u{cae}\u{cc6}\u{ca8}\u{cc1}\u{cb5}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{cb5}\u{c9c}\u{cbe}\u{c97}\u{cc6}\u{cc2}\u{cb3}\u{cbf}\u{cb8}\u{cbf}'; @override String get modalBarrierDismissLabel => '\u{cb5}\u{c9c}\u{cbe}\u{c97}\u{cca}\u{cb3}\u{cbf}\u{cb8}\u{cbf}'; @@ -23249,7 +23747,7 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { String get rowsPerPageTitle => '\u{caa}\u{ccd}\u{cb0}\u{ca4}\u{cbf}\u{20}\u{caa}\u{cc1}\u{c9f}\u{c95}\u{ccd}\u{c95}\u{cc6}\u{20}\u{cb8}\u{cbe}\u{cb2}\u{cc1}\u{c97}\u{cb3}\u{cc1}\u{3a}'; @override - String get saveButtonLabel => '\u{c89}\u{cb3}\u{cbf}\u{cb8}\u{cbf}'; + String get saveButtonLabel => '\u{cb8}\u{cc7}\u{cb5}\u{ccd}\u{20}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; @override String get scanTextButtonLabel => '\u{caa}\u{ca0}\u{ccd}\u{caf}\u{cb5}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{cb8}\u{ccd}\u{c95}\u{ccd}\u{caf}\u{cbe}\u{ca8}\u{ccd}\u{20}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; @@ -23382,7 +23880,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get closeButtonTooltip => '닫기'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => '펼침'; @override String get collapsedIconTapHint => '펼치기'; @@ -23442,22 +23940,22 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get drawerLabel => '탐색 메뉴'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => '접힘'; @override String get expandedIconTapHint => '접기'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => '두 번 탭하여 펼치기'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => '자세히 알아보려면 펼치기'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => '두 번 탭하여 접기'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => '접기'; @override String get firstPageTooltip => '첫 페이지'; @@ -23652,7 +24150,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get menuBarMenuLabel => '메뉴 바 메뉴'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => '메뉴 닫기'; @override String get modalBarrierDismissLabel => '닫기'; @@ -23739,7 +24237,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get saveButtonLabel => '저장'; @override - String get scanTextButtonLabel => '스캔 텍스트'; + String get scanTextButtonLabel => '텍스트 스캔'; @override String get scrimLabel => '스크림'; @@ -23869,7 +24367,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Жабуу'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Жайылып көрсөтүлдү'; @override String get collapsedIconTapHint => 'Жайып көрсөтүү'; @@ -23929,22 +24427,22 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get drawerLabel => 'Чабыттоо менюсу'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Жыйыштырылды'; @override String get expandedIconTapHint => 'Жыйыштыруу'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'жайып көрсөтүү үчүн эки жолу таптаңыз'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Толук маалымат алуу үчүн жайып көрүңүз'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'жыйыштыруу үчүн эки жолу таптаңыз'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Жыйыштыруу'; @override String get firstPageTooltip => 'Биринчи бет'; @@ -24139,7 +24637,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'Меню тилкеси менюсу'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Менюну жабуу'; @override String get modalBarrierDismissLabel => 'Жабуу'; @@ -24356,7 +24854,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'ປິດ'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'ຂະຫຍາຍແລ້ວ'; @override String get collapsedIconTapHint => 'ຂະຫຍາຍ'; @@ -24416,22 +24914,22 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get drawerLabel => 'ເມນູນຳທາງ'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'ຫຍໍ້ລົງແລ້ວ'; @override String get expandedIconTapHint => 'ຫຍໍ້ເຂົ້າ'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'ແຕະສອງເທື່ອເພື່ອຂະຫຍາຍ'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'ຂະຫຍາຍສຳລັບຂໍ້ມູນເພີ່ມເຕີມ'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'ແຕະສອງເທື່ອເພື່ອຫຍໍ້ລົງ'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'ຫຍໍ້ລົງ'; @override String get firstPageTooltip => 'ໜ້າທຳອິດ'; @@ -24626,7 +25124,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'ເມນູແຖບເມນູ'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'ປິດເມນູ'; @override String get modalBarrierDismissLabel => 'ປິດໄວ້'; @@ -24843,7 +25341,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Uždaryti'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Išskleista'; @override String get collapsedIconTapHint => 'Išskleisti'; @@ -24903,22 +25401,22 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get drawerLabel => 'Naršymo meniu'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Sutraukta'; @override String get expandedIconTapHint => 'Sutraukti'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'dukart palieskite, kad išskleistumėte'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Išskleiskite, jei reikia daugiau išsamios informacijos'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'dukart palieskite, kad sutrauktumėte'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Sutraukti'; @override String get firstPageTooltip => 'Pirmas puslapis'; @@ -25113,7 +25611,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'Meniu juostos meniu'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Atsisakyti meniu'; @override String get modalBarrierDismissLabel => 'Atsisakyti'; @@ -25330,7 +25828,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Aizvērt'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Izvērsts'; @override String get collapsedIconTapHint => 'Izvērst'; @@ -25390,22 +25888,22 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get drawerLabel => 'Navigācijas izvēlne'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Sakļauts'; @override String get expandedIconTapHint => 'Sakļaut'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'dubultskāriens, lai izvērstu'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Izvērst, lai iegūtu plašāku informāciju'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'dubultskāriens, lai sakļautu'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Sakļaut'; @override String get firstPageTooltip => 'Pirmā lapa'; @@ -25600,7 +26098,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'Izvēļņu joslas izvēlne'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Nerādīt izvēlni'; @override String get modalBarrierDismissLabel => 'Nerādīt'; @@ -25817,7 +26315,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Затвори'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Проширено'; @override String get collapsedIconTapHint => 'Прошири'; @@ -25877,28 +26375,28 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get drawerLabel => 'Мени за навигација'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Собрано'; @override String get expandedIconTapHint => 'Собери'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'допри двапати за проширување'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Прошири за повеќе детали'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'допрете двапати за собирање'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Собери'; @override String get firstPageTooltip => 'Прва страница'; @override - String get hideAccountsLabel => 'Сокриј сметки'; + String get hideAccountsLabel => 'Скриј сметки'; @override String get inputDateModeButtonLabel => 'Префрли на внесување'; @@ -26087,7 +26585,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'Мени на лентата со мени'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Отфрлете го менито'; @override String get modalBarrierDismissLabel => 'Отфрли'; @@ -26174,7 +26672,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get saveButtonLabel => 'Зачувај'; @override - String get scanTextButtonLabel => 'Скенирајте текст'; + String get scanTextButtonLabel => 'Скенирајте го текстот'; @override String get scrimLabel => 'Скрим'; @@ -26304,7 +26802,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'അടയ്‌ക്കുക'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'വികസിപ്പിച്ചു'; @override String get collapsedIconTapHint => 'വികസിപ്പിക്കുക'; @@ -26364,22 +26862,22 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get drawerLabel => 'നാവിഗേഷൻ മെനു'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'ചുരുക്കി'; @override String get expandedIconTapHint => 'ചുരുക്കുക'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'വികസിപ്പിക്കാൻ ഡബിൾ ടാപ്പ് ചെയ്യുക'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'കൂടുതൽ വിശദാംശങ്ങൾക്ക് വികസിപ്പിക്കുക'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'ചുരുക്കാൻ ഡബിൾ ടാപ്പ് ചെയ്യുക'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'ചുരുക്കുക'; @override String get firstPageTooltip => 'ആദ്യ പേജ്'; @@ -26568,13 +27066,13 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get licensesPageTitle => 'ലൈസൻസുകൾ'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'മുകളിലേക്ക് നോക്കുക'; @override String get menuBarMenuLabel => 'മെനു ബാർ മെനു'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'മെനു ഡിസ്മിസ് ചെയ്യുക'; @override String get modalBarrierDismissLabel => 'നിരസിക്കുക'; @@ -26661,7 +27159,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get saveButtonLabel => 'സംരക്ഷിക്കുക'; @override - String get scanTextButtonLabel => 'ടെക്സ്റ്റ് സ്കാൻ ചെയ്യുക'; + String get scanTextButtonLabel => 'ടെക്സ്റ്റ് സ്‌കാൻ ചെയ്യുക'; @override String get scrimLabel => 'സ്ക്രിം'; @@ -26791,7 +27289,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Хаах'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Дэлгэсэн'; @override String get collapsedIconTapHint => 'Дэлгэх'; @@ -26851,22 +27349,22 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get drawerLabel => 'Навигацын цэс'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Хураасан'; @override String get expandedIconTapHint => 'Буулгах'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'дэлгэхийн тулд хоёр товшино уу'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Илүү дэлгэрэнгүй авах бол дэлгэнэ үү'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'хураахын тулд хоёр товшино уу'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Хураах'; @override String get firstPageTooltip => 'Эхний хуудас'; @@ -27061,7 +27559,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'Цэсний талбарын цэс'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Цэсийг хаах'; @override String get modalBarrierDismissLabel => 'Үл хэрэгсэх'; @@ -27148,7 +27646,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get saveButtonLabel => 'Хадгалах'; @override - String get scanTextButtonLabel => 'Текст сканнердах'; + String get scanTextButtonLabel => 'Текстийг скан хийх'; @override String get scrimLabel => 'Скрим'; @@ -27278,7 +27776,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'बंद करा'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'विस्तार केले'; @override String get collapsedIconTapHint => 'विस्तार करा'; @@ -27338,22 +27836,22 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get drawerLabel => 'नेव्हिगेशन मेनू'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'कोलॅप्स केले'; @override String get expandedIconTapHint => 'कोलॅप्स करा'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'विस्तार करण्‍यासाठी दोनदा टॅप करा'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'आणखी तपशिलांसाठी विस्तार करा'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'कोलॅप्स करण्यासाठी दोनदा टॅप करा'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'कोलॅप्स करा'; @override String get firstPageTooltip => 'पहिले पेज'; @@ -27548,7 +28046,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'मेनू बार मेनू'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'मेनू डिसमिस करा'; @override String get modalBarrierDismissLabel => 'डिसमिस करा'; @@ -27765,7 +28263,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Tutup'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Dikembangkan'; @override String get collapsedIconTapHint => 'Kembangkan'; @@ -27825,22 +28323,22 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get drawerLabel => 'Menu navigasi'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Dikuncupkan'; @override String get expandedIconTapHint => 'Runtuhkan'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'ketik dua kali untuk kembangkan'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Kembangkan untuk mendapatkan butiran lanjut'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'ketik dua kali untuk kuncupkan'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Kuncupkan'; @override String get firstPageTooltip => 'Halaman pertama'; @@ -28029,13 +28527,13 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Lesen'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Lihat ke Atas'; @override String get menuBarMenuLabel => 'Menu bar menu'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Ketepikan menu'; @override String get modalBarrierDismissLabel => 'Tolak'; @@ -28122,7 +28620,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get saveButtonLabel => 'Simpan'; @override - String get scanTextButtonLabel => 'Pindai teks'; + String get scanTextButtonLabel => 'Imbas teks'; @override String get scrimLabel => 'Scrim'; @@ -28252,7 +28750,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'ပိတ်ရန်'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'ဖြန့်ထားသည်'; @override String get collapsedIconTapHint => 'ချဲ့ရန်'; @@ -28312,22 +28810,22 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get drawerLabel => 'လမ်းညွှန် မီနူး'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'ခေါက်ထားသည်'; @override String get expandedIconTapHint => 'လျှော့ပြရန်'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'ဖြန့်ရန် နှစ်ချက်တို့ပါ'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'အသေးစိတ်အတွက် ဖြန့်ရန်'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'ခေါက်ရန် နှစ်ချက်တို့ပါ'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'ခေါက်ရန်'; @override String get firstPageTooltip => 'ပထမ စာမျက်နှာ'; @@ -28522,7 +29020,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'မီနူးဘား မီနူး'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'မီနူးကိုပယ်ပါ'; @override String get modalBarrierDismissLabel => 'ပယ်ရန်'; @@ -28609,7 +29107,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get saveButtonLabel => 'သိမ်းရန်'; @override - String get scanTextButtonLabel => 'စာသားကို စကင်ဖတ်ပါ။'; + String get scanTextButtonLabel => 'စာသား စကင်ဖတ်ရန်'; @override String get scrimLabel => 'Scrim'; @@ -28739,7 +29237,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Lukk'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Vises'; @override String get collapsedIconTapHint => 'Vis'; @@ -28799,22 +29297,22 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get drawerLabel => 'Navigasjonsmeny'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Skjules'; @override String get expandedIconTapHint => 'Skjul'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'dobbelttrykk for å vise'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Vis for å se mer informasjon'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'dobbelttrykk for å skjule'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Skjul'; @override String get firstPageTooltip => 'Første side'; @@ -29009,7 +29507,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'Meny med menylinje'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Lukk menyen'; @override String get modalBarrierDismissLabel => 'Avvis'; @@ -29096,7 +29594,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get saveButtonLabel => 'Lagre'; @override - String get scanTextButtonLabel => 'Scan tekst'; + String get scanTextButtonLabel => 'Skann tekst'; @override String get scrimLabel => 'Vev'; @@ -29226,7 +29724,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'बन्द गर्नुहोस्'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'एक्स्पान्ड गरियो'; @override String get collapsedIconTapHint => 'विस्तार गर्नुहोस्'; @@ -29286,22 +29784,22 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get drawerLabel => 'नेभिगेसन मेनु'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'कोल्याप्स गरियो'; @override String get expandedIconTapHint => 'संक्षिप्त गर्नुहोस्'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'एक्स्पान्ड गर्न डबल ट्याप गर्नुहोस्'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'थप विवरण हेर्न एक्स्पान्ड गर्नुहोस्'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'कोल्याप्स गर्न डबल ट्याप गर्नुहोस्'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'कोल्याप्स गर्नुहोस्'; @override String get firstPageTooltip => 'प्रथम पेज'; @@ -29496,7 +29994,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get menuBarMenuLabel => '"मेनु बार" मेनु'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'मेनु खारेज गर्नुहोस्'; @override String get modalBarrierDismissLabel => 'खारेज गर्नुहोस्'; @@ -29508,7 +30006,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get nextMonthTooltip => 'अर्को महिना'; @override - String get nextPageTooltip => 'अर्को पृष्ठ'; + String get nextPageTooltip => 'अर्को पेज'; @override String get okButtonLabel => 'ठिक छ'; @@ -29583,7 +30081,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get saveButtonLabel => 'सेभ गर्नुहोस्'; @override - String get scanTextButtonLabel => 'पाठ स्क्यान गर्नुहोस्'; + String get scanTextButtonLabel => 'टेक्स्ट स्क्यान गर्नुहोस्'; @override String get scrimLabel => 'स्क्रिम'; @@ -29713,7 +30211,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Sluiten'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Uitgevouwen'; @override String get collapsedIconTapHint => 'Uitvouwen'; @@ -29773,22 +30271,22 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get drawerLabel => 'Navigatiemenu'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Samengevouwen'; @override String get expandedIconTapHint => 'Samenvouwen'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'dubbeltik om uit te vouwen'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Uitvouwen voor meer informatie'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'dubbeltik om samen te vouwen'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Samenvouwen'; @override String get firstPageTooltip => 'Eerste pagina'; @@ -29983,7 +30481,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'Menu van menubalk'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Menu sluiten'; @override String get modalBarrierDismissLabel => 'Sluiten'; @@ -30200,7 +30698,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Lukk'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Vises'; @override String get collapsedIconTapHint => 'Vis'; @@ -30260,22 +30758,22 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get drawerLabel => 'Navigasjonsmeny'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Skjules'; @override String get expandedIconTapHint => 'Skjul'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'dobbelttrykk for å vise'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Vis for å se mer informasjon'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'dobbelttrykk for å skjule'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Skjul'; @override String get firstPageTooltip => 'Første side'; @@ -30470,7 +30968,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'Meny med menylinje'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Lukk menyen'; @override String get modalBarrierDismissLabel => 'Avvis'; @@ -30687,7 +31185,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'ବନ୍ଦ କରନ୍ତୁ'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'ବିସ୍ତାର କରାଯାଇଛି'; @override String get collapsedIconTapHint => 'ପ୍ରସାରିତ କରନ୍ତୁ'; @@ -30747,22 +31245,22 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get drawerLabel => 'ନେଭିଗେସନ୍ ମେନୁ'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'ସଙ୍କୁଚିତ କରାଯାଇଛି'; @override String get expandedIconTapHint => 'ସଙ୍କୁଚିତ କରନ୍ତୁ'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'ବିସ୍ତାର କରିବା ପାଇଁ ଦୁଇଥର ଟାପ କରନ୍ତୁ'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'ଅଧିକ ବିବରଣୀ ପାଇଁ ବିସ୍ତାର କରନ୍ତୁ'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'ସଙ୍କୁଚିତ କରିବା ପାଇଁ ଦୁଇଥର ଟାପ କରନ୍ତୁ'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'ସଙ୍କୁଚିତ କରନ୍ତୁ'; @override String get firstPageTooltip => 'ପ୍ରଥମ ପୃଷ୍ଠା'; @@ -30957,7 +31455,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'ମେନୁ ବାର ମେନୁ'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'ମେନୁ ଖାରଜ କରନ୍ତୁ'; @override String get modalBarrierDismissLabel => 'ଖାରଜ କରନ୍ତୁ'; @@ -31044,7 +31542,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get saveButtonLabel => 'ସେଭ କରନ୍ତୁ'; @override - String get scanTextButtonLabel => 'ପାଠ୍ୟ ସ୍କାନ୍ କରନ୍ତୁ'; + String get scanTextButtonLabel => 'ଟେକ୍ସଟ୍ ସ୍କାନ୍ କରନ୍ତୁ'; @override String get scrimLabel => 'ସ୍କ୍ରିମ'; @@ -31174,7 +31672,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'ਬੰਦ ਕਰੋ'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'ਵਿਸਤਾਰ ਕੀਤਾ ਗਿਆ'; @override String get collapsedIconTapHint => 'ਵਿਸਤਾਰ ਕਰੋ'; @@ -31234,22 +31732,22 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get drawerLabel => 'ਨੈਵੀਗੇਸ਼ਨ ਮੀਨੂ'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'ਸਮੇਟਿਆ ਗਿਆ'; @override String get expandedIconTapHint => 'ਸਮੇਟੋ'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'ਵਿਸਤਾਰ ਕਰਨ ਲਈ ਡਬਲ ਟੈਪ ਕਰੋ'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'ਹੋਰ ਵੇਰਵਿਆਂ ਲਈ ਵਿਸਤਾਰ ਕਰੋ'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'ਸਮੇਟਣ ਲਈ ਡਬਲ ਟੈਪ ਕਰੋ'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'ਸਮੇਟੋ'; @override String get firstPageTooltip => 'ਪਹਿਲਾ ਪੰਨਾ'; @@ -31444,7 +31942,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'ਮੀਨੂ ਬਾਰ ਮੀਨੂ'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'ਮੀਨੂ ਖਾਰਜ ਕਰੋ'; @override String get modalBarrierDismissLabel => 'ਖਾਰਜ ਕਰੋ'; @@ -31531,7 +32029,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get saveButtonLabel => 'ਰੱਖਿਅਤ ਕਰੋ'; @override - String get scanTextButtonLabel => 'ਟੈਕਸਟ ਸਕੈਨ ਕਰੋ'; + String get scanTextButtonLabel => 'ਲਿਖਤ ਨੂੰ ਸਕੈਨ ਕਰੋ'; @override String get scrimLabel => 'ਸਕ੍ਰਿਮ'; @@ -31661,7 +32159,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Zamknij'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Rozwinięto'; @override String get collapsedIconTapHint => 'Rozwiń'; @@ -31721,22 +32219,22 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get drawerLabel => 'Menu nawigacyjne'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Zwinięto'; @override String get expandedIconTapHint => 'Zwiń'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'kliknij dwukrotnie, aby rozwinąć'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Rozwiń, aby wyświetlić więcej informacji'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'kliknij dwukrotnie, aby zwinąć'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Zwiń'; @override String get firstPageTooltip => 'Pierwsza strona'; @@ -31925,13 +32423,13 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Licencje'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Sprawdź'; @override String get menuBarMenuLabel => 'Pasek menu'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Zamknij menu'; @override String get modalBarrierDismissLabel => 'Zamknij'; @@ -32018,7 +32516,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get saveButtonLabel => 'Zapisz'; @override - String get scanTextButtonLabel => 'Zeskanuj tekst'; + String get scanTextButtonLabel => 'Skanuj tekst'; @override String get scrimLabel => 'Siatka'; @@ -32635,7 +33133,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Fechar'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Aberto.'; @override String get collapsedIconTapHint => 'Abrir'; @@ -32686,7 +33184,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Excluir'; @override - String get dialModeButtonLabel => 'Alternar para o modo de seleção de discagem'; + String get dialModeButtonLabel => 'Mudar para o modo de seleção de discagem'; @override String get dialogLabel => 'Caixa de diálogo'; @@ -32695,22 +33193,22 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get drawerLabel => 'Menu de navegação'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Fechado.'; @override String get expandedIconTapHint => 'Recolher'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'Toque duas vezes para abrir'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Abra para mostrar mais detalhes'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'toque duas vezes para fechar'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Feche'; @override String get firstPageTooltip => 'Primeira página'; @@ -32722,7 +33220,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Mudar para modo de entrada'; @override - String get inputTimeModeButtonLabel => 'Alternar para o modo de entrada de texto'; + String get inputTimeModeButtonLabel => 'Mudar para o modo de entrada de texto'; @override String get invalidDateFormatLabel => 'Formato inválido.'; @@ -32899,13 +33397,13 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Licenças'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Pesquisar'; @override String get menuBarMenuLabel => 'Menu da barra de menus'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Dispensar menu'; @override String get modalBarrierDismissLabel => 'Dispensar'; @@ -33094,6 +33592,30 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { required super.twoDigitZeroPaddedFormat, }); + @override + String get lookUpButtonLabel => 'Procurar'; + + @override + String get menuDismissLabel => 'Ignorar menu'; + + @override + String get expansionTileExpandedHint => 'toque duas vezes para reduzir'; + + @override + String get expansionTileCollapsedHint => 'toque duas vezes para expandir'; + + @override + String get expansionTileExpandedTapHint => 'Reduzir'; + + @override + String get expansionTileCollapsedTapHint => 'Expandir para obter mais detalhes'; + + @override + String get expandedHint => 'Reduzido'; + + @override + String get collapsedHint => 'Expandido'; + @override String get bottomSheetLabel => 'Secção inferior'; @@ -33273,7 +33795,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Închideți'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Extins'; @override String get collapsedIconTapHint => 'Extindeți'; @@ -33333,22 +33855,22 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get drawerLabel => 'Meniu de navigare'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Restrâns'; @override String get expandedIconTapHint => 'Restrângeți'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'atingeți de două ori pentru a extinde'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Extindeți pentru mai multe detalii'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'atingeți de două ori pentru a restrânge'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Restrângeți'; @override String get firstPageTooltip => 'Prima pagină'; @@ -33543,7 +34065,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'Bară de meniu'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Respingeți meniul'; @override String get modalBarrierDismissLabel => 'Închideți'; @@ -33760,7 +34282,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Закрыть'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Развернуто'; @override String get collapsedIconTapHint => 'Развернуть'; @@ -33820,22 +34342,22 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get drawerLabel => 'Меню навигации'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Свернуто'; @override String get expandedIconTapHint => 'Свернуть'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'нажмите дважды, чтобы развернуть'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Развернуть дополнительные сведения'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'нажмите дважды, чтобы свернуть'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Свернуть'; @override String get firstPageTooltip => 'Первая страница'; @@ -34030,7 +34552,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'Строка меню'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Закрыть меню'; @override String get modalBarrierDismissLabel => 'Закрыть'; @@ -34247,7 +34769,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'වසන්න'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'දිග හරින ලදි'; @override String get collapsedIconTapHint => 'දිග හරින්න'; @@ -34307,22 +34829,22 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get drawerLabel => 'සංචාලන මෙනුව'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'හකුළන ලදි'; @override String get expandedIconTapHint => 'හකුළන්න'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'විහිදුවීමට දෙවරක් තට්ටු කරන්න'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'වැඩි විස්තර සඳහා පුළුල් කරන්න'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'හැකිළවීමට දෙවරක් තට්ටු කරන්න'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'හකුළන්න'; @override String get firstPageTooltip => 'පළමු පිටුව'; @@ -34517,7 +35039,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'මෙනු තීරු මෙනුව'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'මෙනුව අස් කරන්න'; @override String get modalBarrierDismissLabel => 'ඉවත ලන්න'; @@ -34604,7 +35126,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get saveButtonLabel => 'සුරකින්න'; @override - String get scanTextButtonLabel => 'පෙළ පරිලෝකනය කරන්න'; + String get scanTextButtonLabel => 'පෙළ ස්කෑන් කරන්න'; @override String get scrimLabel => 'ස්ක්‍රිම්'; @@ -34734,7 +35256,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Zavrieť'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Rozbalené'; @override String get collapsedIconTapHint => 'Rozbaliť'; @@ -34794,22 +35316,22 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get drawerLabel => 'Navigačná ponuka'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Zbalené'; @override String get expandedIconTapHint => 'Zbaliť'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'rozbalíte dvojitým klepnutím'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Rozbaliť a zobraziť ďalšie podrobnosti'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'zbalíte dvojitým klepnutím'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Zbaliť'; @override String get firstPageTooltip => 'Prvá strana'; @@ -35004,7 +35526,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'Ponuka panela s ponukami'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Zavrieť ponuku'; @override String get modalBarrierDismissLabel => 'Odmietnuť'; @@ -35091,7 +35613,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get saveButtonLabel => 'Uložiť'; @override - String get scanTextButtonLabel => 'Naskenujte text'; + String get scanTextButtonLabel => 'Naskenovať text'; @override String get scrimLabel => 'Scrim'; @@ -35221,7 +35743,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Zapiranje'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Razširjeno'; @override String get collapsedIconTapHint => 'Razširiti'; @@ -35281,22 +35803,22 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get drawerLabel => 'Meni za krmarjenje'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Strnjeno'; @override String get expandedIconTapHint => 'Strniti'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'za razširitev se dvakrat dotaknite'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Razširitev za več podrobnosti'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'za strnitev se dvakrat dotaknite'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Strni'; @override String get firstPageTooltip => 'Prva stran'; @@ -35491,7 +36013,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'Meni menijske vrstice'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Opusti meni'; @override String get modalBarrierDismissLabel => 'Opusti'; @@ -35578,7 +36100,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get saveButtonLabel => 'Shrani'; @override - String get scanTextButtonLabel => 'Skeniraj besedilo'; + String get scanTextButtonLabel => 'Optično preberite besedilo'; @override String get scrimLabel => 'Scrim'; @@ -35708,7 +36230,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Mbyll'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'U zgjerua'; @override String get collapsedIconTapHint => 'Zgjero'; @@ -35768,22 +36290,22 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get drawerLabel => 'Menyja e navigimit'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'U palos'; @override String get expandedIconTapHint => 'Palos'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'trokit dy herë për ta zgjeruar'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Zgjero për më shumë detaje'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'trokit dy herë për ta palosur'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Palos'; @override String get firstPageTooltip => 'Faqja e parë'; @@ -35978,7 +36500,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'Menyja e shiritit të menysë'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Hiqe menynë'; @override String get modalBarrierDismissLabel => 'Hiq'; @@ -36065,7 +36587,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get saveButtonLabel => 'Ruaj'; @override - String get scanTextButtonLabel => 'Skanoni tekstin'; + String get scanTextButtonLabel => 'Skano tekstin'; @override String get scrimLabel => 'Kanavacë'; @@ -36195,7 +36717,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Затворите'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Проширено је'; @override String get collapsedIconTapHint => 'Прошири'; @@ -36255,22 +36777,22 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get drawerLabel => 'Мени за навигацију'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Скупљено је'; @override String get expandedIconTapHint => 'Скупи'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'двапут додирните да бисте проширили'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Проширите за још детаља'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'двапут додирните да бисте скупили'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Скупите'; @override String get firstPageTooltip => 'Прва страница'; @@ -36465,7 +36987,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'Мени трака менија'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Одбаците мени'; @override String get modalBarrierDismissLabel => 'Одбаци'; @@ -36552,7 +37074,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get saveButtonLabel => 'Сачувај'; @override - String get scanTextButtonLabel => 'Скенирајте текст'; + String get scanTextButtonLabel => 'Скенирај текст'; @override String get scrimLabel => 'Скрим'; @@ -36700,6 +37222,9 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { @override String get closeButtonTooltip => 'Zatvorite'; + @override + String get collapsedHint => 'Prošireno je'; + @override String get collapsedIconTapHint => 'Proširi'; @@ -36754,9 +37279,24 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { @override String get drawerLabel => 'Meni za navigaciju'; + @override + String get expandedHint => 'Skupljeno je'; + @override String get expandedIconTapHint => 'Skupi'; + @override + String get expansionTileCollapsedHint => 'dvaput dodirnite da biste proširili'; + + @override + String get expansionTileCollapsedTapHint => 'Proširite za još detalja'; + + @override + String get expansionTileExpandedHint => 'dvaput dodirnite da biste skupili'; + + @override + String get expansionTileExpandedTapHint => 'Skupite'; + @override String get firstPageTooltip => 'Prva stranica'; @@ -36811,6 +37351,9 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { @override String get menuBarMenuLabel => 'Meni traka menija'; + @override + String get menuDismissLabel => 'Odbacite meni'; + @override String get modalBarrierDismissLabel => 'Odbaci'; @@ -36886,6 +37429,9 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { @override String get saveButtonLabel => 'Sačuvaj'; + @override + String get scanTextButtonLabel => 'Skeniraj tekst'; + @override String get scrimLabel => 'Skrim'; @@ -36996,7 +37542,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Stäng'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Utökades'; @override String get collapsedIconTapHint => 'Utöka'; @@ -37056,22 +37602,22 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get drawerLabel => 'Navigeringsmeny'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Komprimerades'; @override String get expandedIconTapHint => 'Dölj'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'tryck snabbt två gånger för att utöka'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Utöka för mer information'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'tryck snabbt två gånger för att komprimera'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Komprimera'; @override String get firstPageTooltip => 'Första sidan'; @@ -37266,7 +37812,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'Menyrad'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Stäng menyn'; @override String get modalBarrierDismissLabel => 'Stäng'; @@ -37483,7 +38029,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Funga'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Imepanuliwa'; @override String get collapsedIconTapHint => 'Panua'; @@ -37543,22 +38089,22 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get drawerLabel => 'Menyu ya kusogeza'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Imekunjwa'; @override String get expandedIconTapHint => 'Kunja'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'gusa mara mbili ili upanue'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Panua ili upate maelezo zaidi'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'gusa mara mbili ili ukunje'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Kunja'; @override String get firstPageTooltip => 'Ukurasa wa kwanza'; @@ -37753,7 +38299,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'Menyu ya upau wa menyu'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Ondoa menyu'; @override String get modalBarrierDismissLabel => 'Ondoa'; @@ -37970,7 +38516,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'மூடுக'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'விரிவாக்கப்பட்டது'; @override String get collapsedIconTapHint => 'விரிக்கும்'; @@ -38030,22 +38576,22 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get drawerLabel => 'வழிசெலுத்தல் மெனு'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'சுருக்கப்பட்டது'; @override String get expandedIconTapHint => 'சுருக்கும்'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'விரிவாக்க இருமுறை தட்டுங்கள்'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'கூடுதல் விவரங்களுக்கு விரிவாக்கலாம்'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'சுருக்க இருமுறை தட்டவும்'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'சுருக்கும்'; @override String get firstPageTooltip => 'முதல் பக்கத்திற்குச் செல்லும்'; @@ -38240,7 +38786,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'மெனு பட்டியின் மெனு'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'மெனுவை மூடும்'; @override String get modalBarrierDismissLabel => 'நிராகரிக்கும்'; @@ -38327,7 +38873,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get saveButtonLabel => 'சேமி'; @override - String get scanTextButtonLabel => 'உரையை ஸ்கேன் செய்யவும்'; + String get scanTextButtonLabel => 'வார்த்தைகளை ஸ்கேன் செய்'; @override String get scrimLabel => 'ஸ்க்ரிம்'; @@ -38457,7 +39003,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'మూసివేయి'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'విస్తరించబడింది'; @override String get collapsedIconTapHint => 'విస్తరించు'; @@ -38517,22 +39063,22 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get drawerLabel => 'నావిగేషన్ మెనూ'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'కుదించబడింది'; @override String get expandedIconTapHint => 'కుదించు'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'విస్తరించడానికి డబుల్ ట్యాప్ చేయండి'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'మరిన్ని వివరాల కోసం విస్తరించండి'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'కుదించడానికి డబుల్ ట్యాప్ చేయండి'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'కుదించండి'; @override String get firstPageTooltip => 'మొదటి పేజీ'; @@ -38727,7 +39273,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'మెనూ బార్ మెనూ'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'మెనూను తీసివేయండి'; @override String get modalBarrierDismissLabel => 'విస్మరించు'; @@ -38814,7 +39360,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get saveButtonLabel => 'సేవ్ చేయండి'; @override - String get scanTextButtonLabel => 'వచనాన్ని స్కాన్ చేయండి'; + String get scanTextButtonLabel => 'టెక్స్ట్‌ను స్కాన్ చేయండి'; @override String get scrimLabel => 'స్క్రిమ్'; @@ -38944,7 +39490,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'ปิด'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'ขยาย'; @override String get collapsedIconTapHint => 'ขยาย'; @@ -39004,22 +39550,22 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get drawerLabel => 'เมนูการนำทาง'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'ยุบ'; @override String get expandedIconTapHint => 'ยุบ'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'แตะสองครั้งเพื่อขยาย'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'ขยายเพื่อดูรายละเอียดเพิ่มเติม'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'แตะสองครั้งเพื่อยุบ'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'ยุบ'; @override String get firstPageTooltip => 'หน้าแรก'; @@ -39214,7 +39760,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'เมนูในแถบเมนู'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'ปิดเมนู'; @override String get modalBarrierDismissLabel => 'ปิด'; @@ -39431,7 +39977,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Isara'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Naka-expand'; @override String get collapsedIconTapHint => 'I-expand'; @@ -39491,22 +40037,22 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get drawerLabel => 'Menu ng navigation'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Naka-collapse'; @override String get expandedIconTapHint => 'I-collapse'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'i-double tap para i-expand'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'I-expand para sa higit pang detalye'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'i-double tap para i-collapse'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'I-collapse'; @override String get firstPageTooltip => 'Unang page'; @@ -39695,13 +40241,13 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Mga Lisensya'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Tumingin sa Itaas'; @override String get menuBarMenuLabel => 'Menu sa menu bar'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'I-dismiss ang menu'; @override String get modalBarrierDismissLabel => 'I-dismiss'; @@ -39918,7 +40464,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Kapat'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Genişletildi'; @override String get collapsedIconTapHint => 'Genişlet'; @@ -39978,22 +40524,22 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get drawerLabel => 'Gezinme menüsü'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Daraltıldı'; @override String get expandedIconTapHint => 'Daralt'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'genişletmek için iki kez dokunun'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Daha fazla ayrıntı için genişletin'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'daraltmak için iki kez dokunun'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Daralt'; @override String get firstPageTooltip => 'İlk sayfa'; @@ -40188,7 +40734,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'Menü çubuğu menüsü'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Menüyü kapat'; @override String get modalBarrierDismissLabel => 'Kapat'; @@ -40275,7 +40821,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get saveButtonLabel => 'Kaydet'; @override - String get scanTextButtonLabel => 'Metni tara'; + String get scanTextButtonLabel => 'Metin tara'; @override String get scrimLabel => 'opaklık katmanı'; @@ -40405,7 +40951,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Закрити'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Розгорнуто'; @override String get collapsedIconTapHint => 'Розгорнути'; @@ -40465,22 +41011,22 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get drawerLabel => 'Меню навігації'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Згорнуто'; @override String get expandedIconTapHint => 'Згорнути'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'двічі торкніться, щоб розгорнути'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Розгорнути й дізнатися більше'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'двічі торкніться, щоб згорнути'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Згорнути'; @override String get firstPageTooltip => 'Перша сторінка'; @@ -40675,7 +41221,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'Панель меню'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Закрити меню'; @override String get modalBarrierDismissLabel => 'Закрити'; @@ -40762,7 +41308,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get saveButtonLabel => 'Зберегти'; @override - String get scanTextButtonLabel => 'Сканувати текст'; + String get scanTextButtonLabel => 'Відсканувати текст'; @override String get scrimLabel => 'Маскувальний фон'; @@ -40892,7 +41438,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'بند کریں'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'پھیلا ہوا'; @override String get collapsedIconTapHint => 'پھیلائیں'; @@ -40952,22 +41498,22 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get drawerLabel => 'نیویگیشن مینیو'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'سکڑا ہوا'; @override String get expandedIconTapHint => 'سکیڑیں'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'پھیلانے کے لیے دوبار تھپتھپائیں'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'مزید تفصیلات کے لیے پھیلائیں'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'سکیڑنے کے لیے دوبار تھپتھپائیں'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'سکیڑیں'; @override String get firstPageTooltip => 'پہلا صفحہ'; @@ -41162,7 +41708,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'مینیو بار کا مینیو'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'مینو برخاست کریں'; @override String get modalBarrierDismissLabel => 'برخاست کریں'; @@ -41249,7 +41795,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get saveButtonLabel => 'محفوظ کریں'; @override - String get scanTextButtonLabel => 'متن کو اسکین کریں'; + String get scanTextButtonLabel => 'ٹیکسٹ اسکین کریں'; @override String get scrimLabel => 'اسکریم'; @@ -41379,7 +41925,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Yopish'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Yoyilgan'; @override String get collapsedIconTapHint => 'Yoyish'; @@ -41439,22 +41985,22 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get drawerLabel => 'Navigatsiya menyusi'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Yigʻilgan'; @override String get expandedIconTapHint => 'Kichraytirish'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'yoyish uchun ikki marta bosing'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Batafsil koʻrish uchun yoying'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'yigʻish uchun ikki marta bosing'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Yigʻish'; @override String get firstPageTooltip => 'Birinchi sahifa'; @@ -41643,13 +42189,13 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Litsenziyalar'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Tepaga qarang'; @override String get menuBarMenuLabel => 'Menyu paneli'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Menyuni yopish'; @override String get modalBarrierDismissLabel => 'Yopish'; @@ -41866,7 +42412,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Đóng'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Đã mở rộng'; @override String get collapsedIconTapHint => 'Mở rộng'; @@ -41926,22 +42472,22 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get drawerLabel => 'Menu di chuyển'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Đã thu gọn'; @override String get expandedIconTapHint => 'Thu gọn'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'nhấn đúp để mở rộng'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Mở rộng để xem thêm chi tiết'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'nhấn đúp để thu gọn'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Thu gọn'; @override String get firstPageTooltip => 'Trang đầu'; @@ -42136,7 +42682,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'Trình đơn của thanh trình đơn'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Đóng trình đơn'; @override String get modalBarrierDismissLabel => 'Bỏ qua'; @@ -42353,7 +42899,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get closeButtonTooltip => '关闭'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => '已展开'; @override String get collapsedIconTapHint => '展开'; @@ -42413,22 +42959,22 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get drawerLabel => '导航菜单'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => '已收起'; @override String get expandedIconTapHint => '收起'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => '点按两次即可展开'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => '展开查看更多详情'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => '点按两次即可收起'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => '收起'; @override String get firstPageTooltip => '第一页'; @@ -42623,7 +43169,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get menuBarMenuLabel => '菜单栏的菜单'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => '关闭菜单'; @override String get modalBarrierDismissLabel => '关闭'; @@ -42710,7 +43256,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get saveButtonLabel => '保存'; @override - String get scanTextButtonLabel => '扫描文本'; + String get scanTextButtonLabel => '扫描文字'; @override String get scrimLabel => '纱罩'; @@ -42849,6 +43395,9 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { @override String get closeButtonTooltip => '關閉'; + @override + String get collapsedHint => '已展開'; + @override String get collapsedIconTapHint => '展開'; @@ -42900,9 +43449,24 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { @override String get drawerLabel => '導覽選單'; + @override + String get expandedHint => '已收合'; + @override String get expandedIconTapHint => '收合'; + @override + String get expansionTileCollapsedHint => '㩒兩下就可以展開'; + + @override + String get expansionTileCollapsedTapHint => '展開就可以查看詳情'; + + @override + String get expansionTileExpandedHint => '㩒兩下就可以收合'; + + @override + String get expansionTileExpandedTapHint => '收合'; + @override String get firstPageTooltip => '第一頁'; @@ -43026,9 +43590,15 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { @override String get licensesPageTitle => '授權'; + @override + String get lookUpButtonLabel => '查詢'; + @override String get menuBarMenuLabel => '選單列選單'; + @override + String get menuDismissLabel => '閂選單'; + @override String get modalBarrierDismissLabel => '拒絕'; @@ -43095,6 +43665,9 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { @override String get saveButtonLabel => '儲存'; + @override + String get scanTextButtonLabel => '掃瞄文字'; + @override String get scrimLabel => 'Scrim'; @@ -43190,6 +43763,21 @@ class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { required super.twoDigitZeroPaddedFormat, }); + @override + String get scanTextButtonLabel => '掃描文字'; + + @override + String get menuDismissLabel => '關閉選單'; + + @override + String get expansionTileExpandedHint => '輕觸兩下即可收合'; + + @override + String get expansionTileCollapsedHint => '輕觸兩下即可展開'; + + @override + String get expansionTileCollapsedTapHint => '展開更多詳細資料'; + @override String get scrimLabel => '紗罩'; @@ -43333,7 +43921,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'Vala'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Kunwetshiwe'; @override String get collapsedIconTapHint => 'Nweba'; @@ -43393,22 +43981,22 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get drawerLabel => 'Imenyu yokuzulazula'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Kugoqiwe'; @override String get expandedIconTapHint => 'Goqa'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'Thepha kabili ukuze unwebe'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Nweba ukuze uthole imininingwane eyengeziwe'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => 'thepha kabili ukuze ugoqe'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Goqa'; @override String get firstPageTooltip => 'Ikhasi lokuqala'; @@ -43603,7 +44191,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'Imenyu yebha yemenyu'; @override - String get menuDismissLabel => 'Dismiss menu'; + String get menuDismissLabel => 'Chitha imenyu'; @override String get modalBarrierDismissLabel => 'Cashisa'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_af.arb b/packages/flutter_localizations/lib/src/l10n/material_af.arb index 8800c726c4f5..3e1e66d31447 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_af.arb @@ -25,7 +25,7 @@ "continueButtonLabel": "Gaan voort", "copyButtonLabel": "Kopieer", "cutButtonLabel": "Knip", - "scanTextButtonLabel": "Skena umbhalo", + "scanTextButtonLabel": "Skandeer teks", "okButtonLabel": "OK", "pasteButtonLabel": "Plak", "selectAllButtonLabel": "Kies alles", @@ -135,13 +135,13 @@ "bottomSheetLabel": "Onderste blad", "scrimOnTapHint": "Maak $modalRouteContentName toe", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "dubbeltik om in te vou", + "expansionTileCollapsedHint": "dubbeltik om uit te vou", + "expansionTileExpandedTapHint": "Vou in", + "expansionTileCollapsedTapHint": "Vou uit vir meer besonderhede", + "expandedHint": "Ingevou", + "collapsedHint": "Uitgevou", + "menuDismissLabel": "Maak kieslys toe", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_am.arb b/packages/flutter_localizations/lib/src/l10n/material_am.arb index cbd036bce09d..6caf83f4384a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_am.arb @@ -7,10 +7,10 @@ "deleteButtonTooltip": "ሰርዝ", "nextMonthTooltip": "ቀጣይ ወር", "previousMonthTooltip": "ቀዳሚ ወር", - "nextPageTooltip": "ቀጣይ ገጽ", - "firstPageTooltip": "የመጀመሪያው ገጽ", - "lastPageTooltip": "የመጨረሻው ገጽ", - "previousPageTooltip": "ቀዳሚ ገጽ", + "nextPageTooltip": "ቀጣይ ገፅ", + "firstPageTooltip": "የመጀመሪያው ገፅ", + "lastPageTooltip": "የመጨረሻው ገፅ", + "previousPageTooltip": "ቀዳሚ ገፅ", "showMenuTooltip": "ምናሌን አሳይ", "aboutListTileTitle": "ስለ $applicationName", "licensesPageTitle": "ፈቃዶች", @@ -25,7 +25,7 @@ "continueButtonLabel": "ቀጥል", "copyButtonLabel": "ቅዳ", "cutButtonLabel": "ቁረጥ", - "scanTextButtonLabel": "ጽሑፍ ይቃኙ", + "scanTextButtonLabel": "ጽሁፍን ቃኝ", "okButtonLabel": "እሺ", "pasteButtonLabel": "ለጥፍ", "selectAllButtonLabel": "ሁሉንም ምረጥ", @@ -135,13 +135,13 @@ "bottomSheetLabel": "የግርጌ ሉህ", "scrimOnTapHint": "$modalRouteContentNameን ዝጋ", "keyboardKeyShift": "ቀያይር", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "ለመሰብሰብ ሁለቴ መታ ያድርጉ", + "expansionTileCollapsedHint": "ለመዘርጋት ድርብ ሁለቴ መታ ያድርጉ", + "expansionTileExpandedTapHint": "ሰብስብ", + "expansionTileCollapsedTapHint": "ለተጨማሪ ዝርዝሮች ይዘርጉ", + "expandedHint": "ተሰብስቧል", + "collapsedHint": "ተዘርግቷል", + "menuDismissLabel": "ምናሌን አሰናብት", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index 30fae912e167..a5b7b99d7e6f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -35,7 +35,7 @@ "continueButtonLabel": "المتابعة", "copyButtonLabel": "نسخ", "cutButtonLabel": "قص", - "scanTextButtonLabel": "مسح النص", + "scanTextButtonLabel": "مسح النص ضوئيًا", "okButtonLabel": "حسنًا", "pasteButtonLabel": "لصق", "selectAllButtonLabel": "اختيار الكل", @@ -146,13 +146,13 @@ "bottomSheetLabel": "بطاقة سفلية", "scrimOnTapHint": "إغلاق \"$modalRouteContentName\"", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "يُرجى النقر مرّتين للتصغير.", + "expansionTileCollapsedHint": "انقر مرّتين للتوسيع", + "expansionTileExpandedTapHint": "تصغير", + "expansionTileCollapsedTapHint": "وسِّع المربّع لعرض مزيد من التفاصيل.", + "expandedHint": "مصغَّر", + "collapsedHint": "موسَّع", + "menuDismissLabel": "إغلاق القائمة", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_as.arb b/packages/flutter_localizations/lib/src/l10n/material_as.arb index 3a6f0b12a19c..61c41c07cbdc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_as.arb @@ -25,7 +25,7 @@ "continueButtonLabel": "অব্যাহত ৰাখক", "copyButtonLabel": "প্ৰতিলিপি কৰক", "cutButtonLabel": "কাট কৰক", - "scanTextButtonLabel": "স্কেন টেক্সট", + "scanTextButtonLabel": "পাঠ স্কেন কৰক", "okButtonLabel": "ঠিক আছে", "pasteButtonLabel": "পে'ষ্ট কৰক", "selectAllButtonLabel": "সকলো বাছনি কৰক", @@ -135,13 +135,13 @@ "bottomSheetLabel": "তলৰ শ্বীট", "scrimOnTapHint": "$modalRouteContentName বন্ধ কৰক", "keyboardKeyShift": "শ্বিফ্ট", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "সংকোচন কৰিবলৈ দুবাৰ টিপক", + "expansionTileCollapsedHint": "বিস্তাৰ কৰিবলৈ দুবাৰ টিপক", + "expansionTileExpandedTapHint": "সংকোচন কৰক", + "expansionTileCollapsedTapHint": "অধিক সবিশেষ জানিবলৈ বিস্তাৰ কৰক", + "expandedHint": "সংকোচন কৰা আছে", + "collapsedHint": "বিস্তাৰ কৰা আছে", + "menuDismissLabel": "অগ্ৰাহ্য কৰাৰ মেনু", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_az.arb b/packages/flutter_localizations/lib/src/l10n/material_az.arb index 2945f9c89756..262f0d13d1e1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_az.arb @@ -135,13 +135,13 @@ "bottomSheetLabel": "Aşağıdakı Vərəq", "scrimOnTapHint": "Bağlayın: $modalRouteContentName", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "yığcamlaşdırmaq üçün iki dəfə toxunun", + "expansionTileCollapsedHint": "genişləndirmək üçün iki dəfə toxunun", + "expansionTileExpandedTapHint": "Yığcamlaşdırın", + "expansionTileCollapsedTapHint": "Daha çox detallar üçün genişləndirin", + "expandedHint": "Yığcamlaşdırıldı", + "collapsedHint": "Genişləndirildi", + "menuDismissLabel": "Menyunu qapadın", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_be.arb b/packages/flutter_localizations/lib/src/l10n/material_be.arb index 73de6bcb2926..f4d12ae8d02d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_be.arb @@ -31,7 +31,7 @@ "continueButtonLabel": "Працягнуць", "copyButtonLabel": "Капіраваць", "cutButtonLabel": "Выразаць", - "scanTextButtonLabel": "Сканаваць тэкст", + "scanTextButtonLabel": "Сканіраваць тэкст", "okButtonLabel": "ОК", "pasteButtonLabel": "Уставіць", "selectAllButtonLabel": "Выбраць усе", @@ -141,13 +141,13 @@ "bottomSheetLabel": "Ніжні аркуш", "scrimOnTapHint": "Закрыць: $modalRouteContentName", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "двойчы націснуць, каб згарнуць", + "expansionTileCollapsedHint": "двойчы націснуць, каб разгарнуць", + "expansionTileExpandedTapHint": "Згарнуць", + "expansionTileCollapsedTapHint": "Разгарніце, каб даведацца больш", + "expandedHint": "Згорнута", + "collapsedHint": "Разгорнута", + "menuDismissLabel": "Закрыць меню", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bg.arb b/packages/flutter_localizations/lib/src/l10n/material_bg.arb index 923ce8757484..24680a124873 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bg.arb @@ -25,7 +25,7 @@ "continueButtonLabel": "Напред", "copyButtonLabel": "Копиране", "cutButtonLabel": "Изрязване", - "scanTextButtonLabel": "Сканиране на текст", + "scanTextButtonLabel": "Сканирайте текст", "okButtonLabel": "OK", "pasteButtonLabel": "Поставяне", "selectAllButtonLabel": "Избиране на всички", @@ -136,13 +136,13 @@ "bottomSheetLabel": "Долен лист", "scrimOnTapHint": "Затваряне на $modalRouteContentName", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "докоснете два пъти за свиване", + "expansionTileCollapsedHint": "докоснете два пъти за разгъване", + "expansionTileExpandedTapHint": "Свиване", + "expansionTileCollapsedTapHint": "Разгъване за още подробности", + "expandedHint": "Свито", + "collapsedHint": "Разгънато", + "menuDismissLabel": "Отхвърляне на менюто", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bn.arb b/packages/flutter_localizations/lib/src/l10n/material_bn.arb index edf3c6ff6ebc..eafd2c5da81d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bn.arb @@ -25,7 +25,7 @@ "continueButtonLabel": "চালিয়ে যান", "copyButtonLabel": "কপি করুন", "cutButtonLabel": "কাট করুন", - "scanTextButtonLabel": "পাঠ্য স্ক্যান করুন", + "scanTextButtonLabel": "টেক্সট স্ক্যান করুন", "okButtonLabel": "ঠিক আছে", "pasteButtonLabel": "পেস্ট করুন", "selectAllButtonLabel": "সব বেছে নিন", @@ -135,13 +135,13 @@ "bottomSheetLabel": "স্ক্রিনের নিচে অ্যাটাচ করা শিট", "scrimOnTapHint": "$modalRouteContentName বন্ধ করুন", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "আড়াল করতে ডবল ট্যাপ করুন", + "expansionTileCollapsedHint": "বড় করে দেখতে ডবল ট্যাপ করুন", + "expansionTileExpandedTapHint": "আড়াল করুন", + "expansionTileCollapsedTapHint": "আরও বিবরণ পেতে বড় করে দেখুন", + "expandedHint": "আড়াল করা হয়েছে", + "collapsedHint": "বড় করা হয়েছে", + "menuDismissLabel": "বাতিল করার মেনু", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bs.arb b/packages/flutter_localizations/lib/src/l10n/material_bs.arb index 3d6e27879e63..c60645b4a35a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bs.arb @@ -139,13 +139,13 @@ "bottomSheetLabel": "Donja tabela", "scrimOnTapHint": "Zatvori: $modalRouteContentName", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up", + "expansionTileExpandedHint": "sužavanje dvostrukim dodirom", + "expansionTileCollapsedHint": "proširivanje dvostrukim dodirom", + "expansionTileExpandedTapHint": "Sužavanje", + "expansionTileCollapsedTapHint": "Proširivanje za više detalja", + "expandedHint": "Suženo", + "collapsedHint": "Prošireno", + "menuDismissLabel": "Odbacivanje menija", + "lookUpButtonLabel": "Pogled prema gore", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ca.arb b/packages/flutter_localizations/lib/src/l10n/material_ca.arb index fb83253b7252..77d9a9df476f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ca.arb @@ -25,7 +25,7 @@ "continueButtonLabel": "Continua", "copyButtonLabel": "Copia", "cutButtonLabel": "Retalla", - "scanTextButtonLabel": "Escaneja el text", + "scanTextButtonLabel": "Escaneja text", "okButtonLabel": "D'ACORD", "pasteButtonLabel": "Enganxa", "selectAllButtonLabel": "Selecciona-ho tot", @@ -136,13 +136,13 @@ "bottomSheetLabel": "Full inferior", "scrimOnTapHint": "Tanca $modalRouteContentName", "keyboardKeyShift": "Maj", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "fes doble toc per replegar", + "expansionTileCollapsedHint": "fes doble toc per desplegar", + "expansionTileExpandedTapHint": "Replega", + "expansionTileCollapsedTapHint": "Desplega per obtenir més informació", + "expandedHint": "S'ha replegat", + "collapsedHint": "S'ha desplegat", + "menuDismissLabel": "Ignora el menú", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_cs.arb b/packages/flutter_localizations/lib/src/l10n/material_cs.arb index db1c55b02641..e2965db5da5a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cs.arb @@ -31,7 +31,7 @@ "continueButtonLabel": "Pokračovat", "copyButtonLabel": "Kopírovat", "cutButtonLabel": "Vyjmout", - "scanTextButtonLabel": "Naskenujte text", + "scanTextButtonLabel": "Naskenovat text", "okButtonLabel": "OK", "pasteButtonLabel": "Vložit", "selectAllButtonLabel": "Vybrat vše", @@ -142,13 +142,13 @@ "bottomSheetLabel": "Spodní tabulka", "scrimOnTapHint": "Zavřít $modalRouteContentName", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "dvojitým klepnutím sbalíte", + "expansionTileCollapsedHint": "dvojitým klepnutím rozbalíte", + "expansionTileExpandedTapHint": "Sbalit", + "expansionTileCollapsedTapHint": "Rozbalte pro další podrobnosti", + "expandedHint": "Sbaleno", + "collapsedHint": "Rozbaleno", + "menuDismissLabel": "Zavřít nabídku", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_cy.arb b/packages/flutter_localizations/lib/src/l10n/material_cy.arb index 8d4c1e08cd5a..e7de18926689 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cy.arb @@ -145,14 +145,14 @@ "keyboardKeySelect": "Select", "keyboardKeyShift": "Shift", "keyboardKeySpace": "Space", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "scanTextButtonLabel": "Scan text", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "tapiwch ddwywaith i grebachu", + "expansionTileCollapsedHint": "tapiwch ddwywaith i ehangu", + "expansionTileExpandedTapHint": "Crebachu", + "expansionTileCollapsedTapHint": "Ehangwch am ragor o fanylion", + "expandedHint": "Wedi'i grebachu", + "collapsedHint": "Wedi'i ehangu", + "scanTextButtonLabel": "Sganio testun", + "menuDismissLabel": "Diystyru'r ddewislen", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_da.arb b/packages/flutter_localizations/lib/src/l10n/material_da.arb index dab575d99a9a..96784884cd05 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_da.arb @@ -136,13 +136,13 @@ "bottomSheetLabel": "Felt i bunden", "scrimOnTapHint": "Luk $modalRouteContentName", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "tryk to gange for at skjule", + "expansionTileCollapsedHint": "tryk to gange for at udvide", + "expansionTileExpandedTapHint": "Skjul", + "expansionTileCollapsedTapHint": "Udvid for at få flere oplysninger", + "expandedHint": "Skjult", + "collapsedHint": "Udvidet", + "menuDismissLabel": "Luk menu", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index 47ae9d44eefb..a877c493bc7e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -137,13 +137,13 @@ "bottomSheetLabel": "Ansicht am unteren Rand", "scrimOnTapHint": "$modalRouteContentName schließen", "keyboardKeyShift": "Umschalttaste", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "Zum Minimieren doppeltippen", + "expansionTileCollapsedHint": "Zum Maximieren doppeltippen", + "expansionTileExpandedTapHint": "Minimieren", + "expansionTileCollapsedTapHint": "Für weitere Details maximieren", + "expandedHint": "Minimiert", + "collapsedHint": "Maximiert", + "menuDismissLabel": "Menü schließen", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_el.arb b/packages/flutter_localizations/lib/src/l10n/material_el.arb index 3dfb34c4a0c8..ab3f8fc8f89d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_el.arb @@ -136,13 +136,13 @@ "bottomSheetLabel": "Φύλλο κάτω μέρους", "scrimOnTapHint": "Κλείσιμο $modalRouteContentName", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "πατήστε δύο φορές για σύμπτυξη", + "expansionTileCollapsedHint": "πατήστε δύο φορές για ανάπτυξη", + "expansionTileExpandedTapHint": "Σύμπτυξη", + "expansionTileCollapsedTapHint": "Ανάπτυξη για περισσότερες λεπτομέρειες", + "expandedHint": "Συμπτύχθηκε", + "collapsedHint": "Αναπτύχθηκε", + "menuDismissLabel": "Παράβλεψη μενού", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb index b2cc211b94cc..e9891cde9b80 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb @@ -1,4 +1,13 @@ { + "scanTextButtonLabel": "Scan text", + "lookUpButtonLabel": "Look up", + "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "double-tap to collapse", + "expansionTileCollapsedHint": "double-tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded", "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom sheet", "scrimOnTapHint": "Close $modalRouteContentName", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb index 4ff18cdd7898..22a307061e77 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb @@ -1,4 +1,13 @@ { + "scanTextButtonLabel": "Scan text", + "lookUpButtonLabel": "Look up", + "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "double-tap to collapse", + "expansionTileCollapsedHint": "double-tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded", "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom sheet", "scrimOnTapHint": "Close $modalRouteContentName", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb index 4ff18cdd7898..22a307061e77 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb @@ -1,4 +1,13 @@ { + "scanTextButtonLabel": "Scan text", + "lookUpButtonLabel": "Look up", + "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "double-tap to collapse", + "expansionTileCollapsedHint": "double-tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded", "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom sheet", "scrimOnTapHint": "Close $modalRouteContentName", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb index b2cc211b94cc..e9891cde9b80 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb @@ -1,4 +1,13 @@ { + "scanTextButtonLabel": "Scan text", + "lookUpButtonLabel": "Look up", + "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "double-tap to collapse", + "expansionTileCollapsedHint": "double-tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded", "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom sheet", "scrimOnTapHint": "Close $modalRouteContentName", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb b/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb index a4962bf65200..2fc0ba78f24f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb @@ -1,4 +1,13 @@ { + "scanTextButtonLabel": "Scan text", + "lookUpButtonLabel": "Look up", + "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "double-tap to collapse", + "expansionTileCollapsedHint": "double-tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded", "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom sheet", "scrimOnTapHint": "Close $modalRouteContentName", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb index b2cc211b94cc..e9891cde9b80 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb @@ -1,4 +1,13 @@ { + "scanTextButtonLabel": "Scan text", + "lookUpButtonLabel": "Look up", + "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "double-tap to collapse", + "expansionTileCollapsedHint": "double-tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded", "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom sheet", "scrimOnTapHint": "Close $modalRouteContentName", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb index 4ff18cdd7898..22a307061e77 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb @@ -1,4 +1,13 @@ { + "scanTextButtonLabel": "Scan text", + "lookUpButtonLabel": "Look up", + "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "double-tap to collapse", + "expansionTileCollapsedHint": "double-tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded", "scrimLabel": "Scrim", "bottomSheetLabel": "Bottom sheet", "scrimOnTapHint": "Close $modalRouteContentName", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index 4371c85c368f..581574c0e18c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -137,13 +137,13 @@ "bottomSheetLabel": "Hoja inferior", "scrimOnTapHint": "Cerrar $modalRouteContentName", "keyboardKeyShift": "Mayús", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "toca dos veces para contraer", + "expansionTileCollapsedHint": "toca dos veces para desplegar", + "expansionTileExpandedTapHint": "Contraer", + "expansionTileCollapsedTapHint": "Desplegar para ver más detalles", + "expandedHint": "Contraído", + "collapsedHint": "Desplegado", + "menuDismissLabel": "Cerrar menú", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb index f5b6bed2e581..12d41aa41ffb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb @@ -1,4 +1,13 @@ { + "scanTextButtonLabel": "Analizar texto", + "lookUpButtonLabel": "Mirar hacia arriba", + "menuDismissLabel": "Descartar menú", + "expansionTileExpandedHint": "presiona dos veces para contraer", + "expansionTileCollapsedHint": "presiona dos veces para expandir", + "expansionTileExpandedTapHint": "Contraer", + "expansionTileCollapsedTapHint": "Expandir para ver más detalles", + "expandedHint": "Contraído", + "collapsedHint": "Expandido", "scrimLabel": "Lámina", "bottomSheetLabel": "Hoja inferior", "scrimOnTapHint": "Cerrar $modalRouteContentName", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb index f5b6bed2e581..12d41aa41ffb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb @@ -1,4 +1,13 @@ { + "scanTextButtonLabel": "Analizar texto", + "lookUpButtonLabel": "Mirar hacia arriba", + "menuDismissLabel": "Descartar menú", + "expansionTileExpandedHint": "presiona dos veces para contraer", + "expansionTileCollapsedHint": "presiona dos veces para expandir", + "expansionTileExpandedTapHint": "Contraer", + "expansionTileCollapsedTapHint": "Expandir para ver más detalles", + "expandedHint": "Contraído", + "collapsedHint": "Expandido", "scrimLabel": "Lámina", "bottomSheetLabel": "Hoja inferior", "scrimOnTapHint": "Cerrar $modalRouteContentName", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb index 266a3b710b53..9e7f8d7fffe2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb @@ -1,4 +1,13 @@ { + "scanTextButtonLabel": "Analizar texto", + "lookUpButtonLabel": "Mirar hacia arriba", + "menuDismissLabel": "Descartar menú", + "expansionTileExpandedHint": "presiona dos veces para contraer", + "expansionTileCollapsedHint": "presiona dos veces para expandir", + "expansionTileExpandedTapHint": "Contraer", + "expansionTileCollapsedTapHint": "Expandir para ver más detalles", + "expandedHint": "Contraído", + "collapsedHint": "Expandido", "scrimLabel": "Lámina", "bottomSheetLabel": "Hoja inferior", "scrimOnTapHint": "Cerrar $modalRouteContentName", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb index 266a3b710b53..9e7f8d7fffe2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb @@ -1,4 +1,13 @@ { + "scanTextButtonLabel": "Analizar texto", + "lookUpButtonLabel": "Mirar hacia arriba", + "menuDismissLabel": "Descartar menú", + "expansionTileExpandedHint": "presiona dos veces para contraer", + "expansionTileCollapsedHint": "presiona dos veces para expandir", + "expansionTileExpandedTapHint": "Contraer", + "expansionTileCollapsedTapHint": "Expandir para ver más detalles", + "expandedHint": "Contraído", + "collapsedHint": "Expandido", "scrimLabel": "Lámina", "bottomSheetLabel": "Hoja inferior", "scrimOnTapHint": "Cerrar $modalRouteContentName", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb index 266a3b710b53..9e7f8d7fffe2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb @@ -1,4 +1,13 @@ { + "scanTextButtonLabel": "Analizar texto", + "lookUpButtonLabel": "Mirar hacia arriba", + "menuDismissLabel": "Descartar menú", + "expansionTileExpandedHint": "presiona dos veces para contraer", + "expansionTileCollapsedHint": "presiona dos veces para expandir", + "expansionTileExpandedTapHint": "Contraer", + "expansionTileCollapsedTapHint": "Expandir para ver más detalles", + "expandedHint": "Contraído", + "collapsedHint": "Expandido", "scrimLabel": "Lámina", "bottomSheetLabel": "Hoja inferior", "scrimOnTapHint": "Cerrar $modalRouteContentName", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb index 266a3b710b53..9e7f8d7fffe2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb @@ -1,4 +1,13 @@ { + "scanTextButtonLabel": "Analizar texto", + "lookUpButtonLabel": "Mirar hacia arriba", + "menuDismissLabel": "Descartar menú", + "expansionTileExpandedHint": "presiona dos veces para contraer", + "expansionTileCollapsedHint": "presiona dos veces para expandir", + "expansionTileExpandedTapHint": "Contraer", + "expansionTileCollapsedTapHint": "Expandir para ver más detalles", + "expandedHint": "Contraído", + "collapsedHint": "Expandido", "scrimLabel": "Lámina", "bottomSheetLabel": "Hoja inferior", "scrimOnTapHint": "Cerrar $modalRouteContentName", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb index 266a3b710b53..9e7f8d7fffe2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb @@ -1,4 +1,13 @@ { + "scanTextButtonLabel": "Analizar texto", + "lookUpButtonLabel": "Mirar hacia arriba", + "menuDismissLabel": "Descartar menú", + "expansionTileExpandedHint": "presiona dos veces para contraer", + "expansionTileCollapsedHint": "presiona dos veces para expandir", + "expansionTileExpandedTapHint": "Contraer", + "expansionTileCollapsedTapHint": "Expandir para ver más detalles", + "expandedHint": "Contraído", + "collapsedHint": "Expandido", "scrimLabel": "Lámina", "bottomSheetLabel": "Hoja inferior", "scrimOnTapHint": "Cerrar $modalRouteContentName", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb index 266a3b710b53..9e7f8d7fffe2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb @@ -1,4 +1,13 @@ { + "scanTextButtonLabel": "Analizar texto", + "lookUpButtonLabel": "Mirar hacia arriba", + "menuDismissLabel": "Descartar menú", + "expansionTileExpandedHint": "presiona dos veces para contraer", + "expansionTileCollapsedHint": "presiona dos veces para expandir", + "expansionTileExpandedTapHint": "Contraer", + "expansionTileCollapsedTapHint": "Expandir para ver más detalles", + "expandedHint": "Contraído", + "collapsedHint": "Expandido", "scrimLabel": "Lámina", "bottomSheetLabel": "Hoja inferior", "scrimOnTapHint": "Cerrar $modalRouteContentName", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb index 266a3b710b53..9e7f8d7fffe2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb @@ -1,4 +1,13 @@ { + "scanTextButtonLabel": "Analizar texto", + "lookUpButtonLabel": "Mirar hacia arriba", + "menuDismissLabel": "Descartar menú", + "expansionTileExpandedHint": "presiona dos veces para contraer", + "expansionTileCollapsedHint": "presiona dos veces para expandir", + "expansionTileExpandedTapHint": "Contraer", + "expansionTileCollapsedTapHint": "Expandir para ver más detalles", + "expandedHint": "Contraído", + "collapsedHint": "Expandido", "scrimLabel": "Lámina", "bottomSheetLabel": "Hoja inferior", "scrimOnTapHint": "Cerrar $modalRouteContentName", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb index 266a3b710b53..9e7f8d7fffe2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb @@ -1,4 +1,13 @@ { + "scanTextButtonLabel": "Analizar texto", + "lookUpButtonLabel": "Mirar hacia arriba", + "menuDismissLabel": "Descartar menú", + "expansionTileExpandedHint": "presiona dos veces para contraer", + "expansionTileCollapsedHint": "presiona dos veces para expandir", + "expansionTileExpandedTapHint": "Contraer", + "expansionTileCollapsedTapHint": "Expandir para ver más detalles", + "expandedHint": "Contraído", + "collapsedHint": "Expandido", "scrimLabel": "Lámina", "bottomSheetLabel": "Hoja inferior", "scrimOnTapHint": "Cerrar $modalRouteContentName", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb index 266a3b710b53..9e7f8d7fffe2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb @@ -1,4 +1,13 @@ { + "scanTextButtonLabel": "Analizar texto", + "lookUpButtonLabel": "Mirar hacia arriba", + "menuDismissLabel": "Descartar menú", + "expansionTileExpandedHint": "presiona dos veces para contraer", + "expansionTileCollapsedHint": "presiona dos veces para expandir", + "expansionTileExpandedTapHint": "Contraer", + "expansionTileCollapsedTapHint": "Expandir para ver más detalles", + "expandedHint": "Contraído", + "collapsedHint": "Expandido", "scrimLabel": "Lámina", "bottomSheetLabel": "Hoja inferior", "scrimOnTapHint": "Cerrar $modalRouteContentName", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb index 266a3b710b53..9e7f8d7fffe2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb @@ -1,4 +1,13 @@ { + "scanTextButtonLabel": "Analizar texto", + "lookUpButtonLabel": "Mirar hacia arriba", + "menuDismissLabel": "Descartar menú", + "expansionTileExpandedHint": "presiona dos veces para contraer", + "expansionTileCollapsedHint": "presiona dos veces para expandir", + "expansionTileExpandedTapHint": "Contraer", + "expansionTileCollapsedTapHint": "Expandir para ver más detalles", + "expandedHint": "Contraído", + "collapsedHint": "Expandido", "scrimLabel": "Lámina", "bottomSheetLabel": "Hoja inferior", "scrimOnTapHint": "Cerrar $modalRouteContentName", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb index 266a3b710b53..9e7f8d7fffe2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb @@ -1,4 +1,13 @@ { + "scanTextButtonLabel": "Analizar texto", + "lookUpButtonLabel": "Mirar hacia arriba", + "menuDismissLabel": "Descartar menú", + "expansionTileExpandedHint": "presiona dos veces para contraer", + "expansionTileCollapsedHint": "presiona dos veces para expandir", + "expansionTileExpandedTapHint": "Contraer", + "expansionTileCollapsedTapHint": "Expandir para ver más detalles", + "expandedHint": "Contraído", + "collapsedHint": "Expandido", "scrimLabel": "Lámina", "bottomSheetLabel": "Hoja inferior", "scrimOnTapHint": "Cerrar $modalRouteContentName", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb index 266a3b710b53..9e7f8d7fffe2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb @@ -1,4 +1,13 @@ { + "scanTextButtonLabel": "Analizar texto", + "lookUpButtonLabel": "Mirar hacia arriba", + "menuDismissLabel": "Descartar menú", + "expansionTileExpandedHint": "presiona dos veces para contraer", + "expansionTileCollapsedHint": "presiona dos veces para expandir", + "expansionTileExpandedTapHint": "Contraer", + "expansionTileCollapsedTapHint": "Expandir para ver más detalles", + "expandedHint": "Contraído", + "collapsedHint": "Expandido", "scrimLabel": "Lámina", "bottomSheetLabel": "Hoja inferior", "scrimOnTapHint": "Cerrar $modalRouteContentName", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb index 266a3b710b53..9e7f8d7fffe2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb @@ -1,4 +1,13 @@ { + "scanTextButtonLabel": "Analizar texto", + "lookUpButtonLabel": "Mirar hacia arriba", + "menuDismissLabel": "Descartar menú", + "expansionTileExpandedHint": "presiona dos veces para contraer", + "expansionTileCollapsedHint": "presiona dos veces para expandir", + "expansionTileExpandedTapHint": "Contraer", + "expansionTileCollapsedTapHint": "Expandir para ver más detalles", + "expandedHint": "Contraído", + "collapsedHint": "Expandido", "scrimLabel": "Lámina", "bottomSheetLabel": "Hoja inferior", "scrimOnTapHint": "Cerrar $modalRouteContentName", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb index 266a3b710b53..9e7f8d7fffe2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb @@ -1,4 +1,13 @@ { + "scanTextButtonLabel": "Analizar texto", + "lookUpButtonLabel": "Mirar hacia arriba", + "menuDismissLabel": "Descartar menú", + "expansionTileExpandedHint": "presiona dos veces para contraer", + "expansionTileCollapsedHint": "presiona dos veces para expandir", + "expansionTileExpandedTapHint": "Contraer", + "expansionTileCollapsedTapHint": "Expandir para ver más detalles", + "expandedHint": "Contraído", + "collapsedHint": "Expandido", "scrimLabel": "Lámina", "bottomSheetLabel": "Hoja inferior", "scrimOnTapHint": "Cerrar $modalRouteContentName", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb index 266a3b710b53..9e7f8d7fffe2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb @@ -1,4 +1,13 @@ { + "scanTextButtonLabel": "Analizar texto", + "lookUpButtonLabel": "Mirar hacia arriba", + "menuDismissLabel": "Descartar menú", + "expansionTileExpandedHint": "presiona dos veces para contraer", + "expansionTileCollapsedHint": "presiona dos veces para expandir", + "expansionTileExpandedTapHint": "Contraer", + "expansionTileCollapsedTapHint": "Expandir para ver más detalles", + "expandedHint": "Contraído", + "collapsedHint": "Expandido", "scrimLabel": "Lámina", "bottomSheetLabel": "Hoja inferior", "scrimOnTapHint": "Cerrar $modalRouteContentName", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb index 677ed109cf03..47144eb6515d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb @@ -1,4 +1,13 @@ { + "scanTextButtonLabel": "Analizar texto", + "lookUpButtonLabel": "Mirar hacia arriba", + "menuDismissLabel": "Descartar menú", + "expansionTileExpandedHint": "presiona dos veces para contraer", + "expansionTileCollapsedHint": "presiona dos veces para expandir", + "expansionTileExpandedTapHint": "Contraer", + "expansionTileCollapsedTapHint": "Expandir para ver más detalles", + "expandedHint": "Contraído", + "collapsedHint": "Expandido", "scrimLabel": "Lámina", "bottomSheetLabel": "Hoja inferior", "scrimOnTapHint": "Cerrar $modalRouteContentName", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb index 266a3b710b53..9e7f8d7fffe2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb @@ -1,4 +1,13 @@ { + "scanTextButtonLabel": "Analizar texto", + "lookUpButtonLabel": "Mirar hacia arriba", + "menuDismissLabel": "Descartar menú", + "expansionTileExpandedHint": "presiona dos veces para contraer", + "expansionTileCollapsedHint": "presiona dos veces para expandir", + "expansionTileExpandedTapHint": "Contraer", + "expansionTileCollapsedTapHint": "Expandir para ver más detalles", + "expandedHint": "Contraído", + "collapsedHint": "Expandido", "scrimLabel": "Lámina", "bottomSheetLabel": "Hoja inferior", "scrimOnTapHint": "Cerrar $modalRouteContentName", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb index 266a3b710b53..9e7f8d7fffe2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb @@ -1,4 +1,13 @@ { + "scanTextButtonLabel": "Analizar texto", + "lookUpButtonLabel": "Mirar hacia arriba", + "menuDismissLabel": "Descartar menú", + "expansionTileExpandedHint": "presiona dos veces para contraer", + "expansionTileCollapsedHint": "presiona dos veces para expandir", + "expansionTileExpandedTapHint": "Contraer", + "expansionTileCollapsedTapHint": "Expandir para ver más detalles", + "expandedHint": "Contraído", + "collapsedHint": "Expandido", "scrimLabel": "Lámina", "bottomSheetLabel": "Hoja inferior", "scrimOnTapHint": "Cerrar $modalRouteContentName", diff --git a/packages/flutter_localizations/lib/src/l10n/material_et.arb b/packages/flutter_localizations/lib/src/l10n/material_et.arb index 527eb0afe995..88dfb1a62734 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_et.arb @@ -25,7 +25,7 @@ "continueButtonLabel": "Jätka", "copyButtonLabel": "Kopeeri", "cutButtonLabel": "Lõika", - "scanTextButtonLabel": "Skanni teksti", + "scanTextButtonLabel": "Skanni tekst", "okButtonLabel": "OK", "pasteButtonLabel": "Kleebi", "selectAllButtonLabel": "Vali kõik", @@ -136,13 +136,13 @@ "bottomSheetLabel": "Alumine leht", "scrimOnTapHint": "Sule $modalRouteContentName", "keyboardKeyShift": "Tõstuklahv", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "topeltpuudutage ahendamiseks", + "expansionTileCollapsedHint": "topeltpuudutage laiendamiseks", + "expansionTileExpandedTapHint": "Ahenda", + "expansionTileCollapsedTapHint": "Laiendage lisateabe nägemiseks", + "expandedHint": "Ahendatud", + "collapsedHint": "Laiendatud", + "menuDismissLabel": "Sulge menüü", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_eu.arb b/packages/flutter_localizations/lib/src/l10n/material_eu.arb index 6147f261fbef..d3a312a150b7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_eu.arb @@ -135,13 +135,13 @@ "bottomSheetLabel": "Behealdeko orria", "scrimOnTapHint": "Itxi $modalRouteContentName", "keyboardKeyShift": "Maius", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "tolesteko, sakatu birritan", + "expansionTileCollapsedHint": "zabaltzeko, sakatu birritan", + "expansionTileExpandedTapHint": "Tolestu", + "expansionTileCollapsedTapHint": "Zabaldu hau xehetasun gehiago lortzeko", + "expandedHint": "Tolestuta", + "collapsedHint": "Zabalduta", + "menuDismissLabel": "Baztertu menua", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index 2983f4562fc7..0b574b15e080 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -14,7 +14,7 @@ "lastPageTooltip": "صفحه آخر", "showMenuTooltip": "نمایش منو", "aboutListTileTitle": "درباره $applicationName", - "licensesPageTitle": "مجوزها", + "licensesPageTitle": "پروانه‌ها", "pageRowsInfoTitle": "$firstRow–$lastRow از $rowCount", "pageRowsInfoTitleApproximate": "$firstRow–$lastRow از حدود $rowCount", "rowsPerPageTitle": "ردیف در هر صفحه:", @@ -25,7 +25,7 @@ "continueButtonLabel": "ادامه", "copyButtonLabel": "کپی", "cutButtonLabel": "برش", - "scanTextButtonLabel": "اسکن متن", + "scanTextButtonLabel": "اسکن کردن نوشتار", "okButtonLabel": "تأیید", "pasteButtonLabel": "جای‌گذاری", "selectAllButtonLabel": "انتخاب همه", @@ -87,7 +87,7 @@ "keyboardKeyAlt": "دگرساز", "keyboardKeyAltGraph": "دگرساز راست", "keyboardKeyBackspace": "پس‌بَر", - "keyboardKeyCapsLock": "حالت حروف بزرگ", + "keyboardKeyCapsLock": "Caps Lock", "keyboardKeyChannelDown": "کانال پایین", "keyboardKeyChannelUp": "کانال بالا", "keyboardKeyControl": "مهار", @@ -136,13 +136,13 @@ "bottomSheetLabel": "برگ زیرین", "scrimOnTapHint": "بستن $modalRouteContentName", "keyboardKeyShift": "کلید تبدیل", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "برای جمع کردن، دوضربه بزنید", + "expansionTileCollapsedHint": "برای ازهم بازکردن، دوضربه بزنید", + "expansionTileExpandedTapHint": "جمع کردن", + "expansionTileCollapsedTapHint": "ازهم بازکردن برای جزئیات بیشتر", + "expandedHint": "جمع‌شده", + "collapsedHint": "ازهم بازشده", + "menuDismissLabel": "بستن منو", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fi.arb b/packages/flutter_localizations/lib/src/l10n/material_fi.arb index 421da7341385..a121b4f5e93c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fi.arb @@ -136,13 +136,13 @@ "bottomSheetLabel": "Alapaneeli", "scrimOnTapHint": "Sulje $modalRouteContentName", "keyboardKeyShift": "Vaihto", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "tiivistä kaksoisnapauttamalla", + "expansionTileCollapsedHint": "laajenna kaksoisnapauttamalla", + "expansionTileExpandedTapHint": "Tiivistä", + "expansionTileCollapsedTapHint": "Katso lisätietoja laajentamalla", + "expandedHint": "Tiivistetty", + "collapsedHint": "Laajennettu", + "menuDismissLabel": "Hylkää valikko", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fil.arb b/packages/flutter_localizations/lib/src/l10n/material_fil.arb index ca2f1d0d6aab..fe87826b1efa 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fil.arb @@ -136,13 +136,13 @@ "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Isara ang $modalRouteContentName", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up", + "expansionTileExpandedHint": "i-double tap para i-collapse", + "expansionTileCollapsedHint": "i-double tap para i-expand", + "expansionTileExpandedTapHint": "I-collapse", + "expansionTileCollapsedTapHint": "I-expand para sa higit pang detalye", + "expandedHint": "Naka-collapse", + "collapsedHint": "Naka-expand", + "menuDismissLabel": "I-dismiss ang menu", + "lookUpButtonLabel": "Tumingin sa Itaas", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index 68639742ce87..c0852da9b94c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -26,7 +26,7 @@ "continueButtonLabel": "Continuer", "copyButtonLabel": "Copier", "cutButtonLabel": "Couper", - "scanTextButtonLabel": "Numériser du texte", + "scanTextButtonLabel": "Scanner du texte", "okButtonLabel": "OK", "pasteButtonLabel": "Coller", "selectAllButtonLabel": "Tout sélectionner", @@ -137,13 +137,13 @@ "bottomSheetLabel": "Bottom sheet", "scrimOnTapHint": "Fermer $modalRouteContentName", "keyboardKeyShift": "Maj", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "appuyez deux fois pour réduire", + "expansionTileCollapsedHint": "appuyez deux fois pour développer", + "expansionTileExpandedTapHint": "Réduire", + "expansionTileCollapsedTapHint": "Développer pour en savoir plus", + "expandedHint": "Réduit", + "collapsedHint": "Développé", + "menuDismissLabel": "Fermer le menu", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb b/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb index 62fb9071bb3a..0764fcca20a9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb @@ -1,4 +1,12 @@ { + "scanTextButtonLabel": "Balayer un texte", + "menuDismissLabel": "Ignorer le menu", + "expansionTileExpandedHint": "toucher deux fois pour réduire", + "expansionTileCollapsedHint": "toucher deux fois pour développer", + "expansionTileExpandedTapHint": "Réduire", + "expansionTileCollapsedTapHint": "Développer le panneau pour plus de détails", + "expandedHint": "Réduit", + "collapsedHint": "Développé", "scrimLabel": "Grille", "bottomSheetLabel": "Zone de contenu dans le bas de l'écran", "scrimOnTapHint": "Fermer $modalRouteContentName", diff --git a/packages/flutter_localizations/lib/src/l10n/material_gl.arb b/packages/flutter_localizations/lib/src/l10n/material_gl.arb index 9c1116dee4d6..4e95b281bf9d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gl.arb @@ -137,13 +137,13 @@ "bottomSheetLabel": "Panel inferior", "scrimOnTapHint": "Pechar $modalRouteContentName", "keyboardKeyShift": "Maiús", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up", + "expansionTileExpandedHint": "toca dúas veces para contraer", + "expansionTileCollapsedHint": "tocar dúas veces para despregar", + "expansionTileExpandedTapHint": "Contraer", + "expansionTileCollapsedTapHint": "Despregar para obter máis detalles", + "expandedHint": "Contraído", + "collapsedHint": "Despregado", + "menuDismissLabel": "Pechar menú", + "lookUpButtonLabel": "Mirar cara arriba", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index 0128e802d996..b191f16cd703 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -136,13 +136,13 @@ "bottomSheetLabel": "Ansicht am unteren Rand", "scrimOnTapHint": "$modalRouteContentName schließen", "keyboardKeyShift": "Umschalttaste", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "Zum Minimieren doppeltippen", + "expansionTileCollapsedHint": "Zum Maximieren doppeltippen", + "expansionTileExpandedTapHint": "Minimieren", + "expansionTileCollapsedTapHint": "Für weitere Details maximieren", + "expandedHint": "Minimiert", + "collapsedHint": "Maximiert", + "menuDismissLabel": "Menü schließen", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gu.arb b/packages/flutter_localizations/lib/src/l10n/material_gu.arb index 908e9095bf82..39b25a6a2332 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gu.arb @@ -25,7 +25,7 @@ "continueButtonLabel": "ચાલુ રાખો", "copyButtonLabel": "કૉપિ કરો", "cutButtonLabel": "કાપો", - "scanTextButtonLabel": "ટેક્સ્ટ સ્કેન કરો", + "scanTextButtonLabel": "ટેક્સ્ટ સ્કૅન કરો", "okButtonLabel": "ઓકે", "pasteButtonLabel": "પેસ્ટ કરો", "selectAllButtonLabel": "બધા પસંદ કરો", @@ -135,13 +135,13 @@ "bottomSheetLabel": "બોટમ શીટ", "scrimOnTapHint": "$modalRouteContentNameને બંધ કરો", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "નાની કરવા માટે બે વાર ટૅપ કરો", + "expansionTileCollapsedHint": "મોટી કરવા માટે બે વાર ટૅપ કરો", + "expansionTileExpandedTapHint": "નાની કરો", + "expansionTileCollapsedTapHint": "વધુ વિગતો માટે મોટી કરો", + "expandedHint": "નાની કરી", + "collapsedHint": "મોટી કરી", + "menuDismissLabel": "મેનૂ છોડી દો", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index a046c2b7a477..7b3d765f40bf 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -31,7 +31,7 @@ "continueButtonLabel": "המשך", "copyButtonLabel": "העתקה", "cutButtonLabel": "גזירה", - "scanTextButtonLabel": "סרוק טקסט", + "scanTextButtonLabel": "סריקת טקסט", "okButtonLabel": "אישור", "pasteButtonLabel": "הדבקה", "selectAllButtonLabel": "בחירת הכול", @@ -142,13 +142,13 @@ "bottomSheetLabel": "גיליון תחתון", "scrimOnTapHint": "סגירת $modalRouteContentName", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "כדי לכווץ, יש להקיש הקשה כפולה", + "expansionTileCollapsedHint": "כדי להרחיב, יש להקיש הקשה כפולה", + "expansionTileExpandedTapHint": "כיווץ", + "expansionTileCollapsedTapHint": "ניתן להרחיב להצגת פרטים נוספים", + "expandedHint": "מכווץ", + "collapsedHint": "מורחב", + "menuDismissLabel": "סגירת התפריט", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hi.arb b/packages/flutter_localizations/lib/src/l10n/material_hi.arb index 92674b1e3213..e8e20261a376 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hi.arb @@ -25,7 +25,7 @@ "continueButtonLabel": "जारी रखें", "copyButtonLabel": "कॉपी करें", "cutButtonLabel": "काटें", - "scanTextButtonLabel": "पाठ स्कैन करें", + "scanTextButtonLabel": "टेक्स्ट स्कैन करें", "okButtonLabel": "ठीक है", "pasteButtonLabel": "चिपकाएं", "selectAllButtonLabel": "सभी को चुनें", @@ -136,13 +136,13 @@ "bottomSheetLabel": "बॉटम शीट", "scrimOnTapHint": "$modalRouteContentName को बंद करें", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "छोटा करने के लिए दो बार टैप करें", + "expansionTileCollapsedHint": "बड़ा करने के लिए दो बार टैप करें", + "expansionTileExpandedTapHint": "छोटा करें", + "expansionTileCollapsedTapHint": "ज़्यादा जानकारी के लिए बड़ा करें", + "expandedHint": "छोटा किया गया", + "collapsedHint": "बड़ा किया गया", + "menuDismissLabel": "मेन्यू खारिज करें", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hr.arb b/packages/flutter_localizations/lib/src/l10n/material_hr.arb index a403da631c87..a9de4551a460 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hr.arb @@ -28,7 +28,7 @@ "continueButtonLabel": "Nastavi", "copyButtonLabel": "Kopiraj", "cutButtonLabel": "Izreži", - "scanTextButtonLabel": "Skeniraj tekst", + "scanTextButtonLabel": "Skeniranje teksta", "okButtonLabel": "U REDU", "pasteButtonLabel": "Zalijepi", "selectAllButtonLabel": "Odaberi sve", @@ -139,13 +139,13 @@ "bottomSheetLabel": "Donja tablica", "scrimOnTapHint": "Zatvori $modalRouteContentName", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up", + "expansionTileExpandedHint": "dvaput dodirnite za sažimanje", + "expansionTileCollapsedHint": "dvaput dodirnite za proširivanje", + "expansionTileExpandedTapHint": "Sažmi", + "expansionTileCollapsedTapHint": "Proširite da biste saznali više", + "expandedHint": "Sažeto", + "collapsedHint": "Prošireno", + "menuDismissLabel": "Odbacivanje izbornika", + "lookUpButtonLabel": "Pogled prema gore", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hu.arb b/packages/flutter_localizations/lib/src/l10n/material_hu.arb index d8bf8b03ddfe..3ae117f26644 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hu.arb @@ -136,13 +136,13 @@ "bottomSheetLabel": "Alsó lap", "scrimOnTapHint": "$modalRouteContentName bezárása", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up", + "expansionTileExpandedHint": "duplán koppintva összecsukhatja", + "expansionTileCollapsedHint": "duplán koppintva kibonthatja", + "expansionTileExpandedTapHint": "Összecsukás", + "expansionTileCollapsedTapHint": "Bontsa ki a további részletek megtekintéséhez", + "expandedHint": "Összecsukva", + "collapsedHint": "Kibontva", + "menuDismissLabel": "Menü bezárása", + "lookUpButtonLabel": "Felfelé nézés", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hy.arb b/packages/flutter_localizations/lib/src/l10n/material_hy.arb index 301d14496e1b..60b330e90e5b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hy.arb @@ -30,7 +30,7 @@ "continueButtonLabel": "Շարունակել", "copyButtonLabel": "Պատճենել", "cutButtonLabel": "Կտրել", - "scanTextButtonLabel": "Սկանավորեք տեքստը", + "scanTextButtonLabel": "Սկանավորել տեքստ", "okButtonLabel": "Եղավ", "pasteButtonLabel": "Տեղադրել", "selectAllButtonLabel": "Նշել բոլորը", @@ -141,13 +141,13 @@ "bottomSheetLabel": "Ներքևի էկրան", "scrimOnTapHint": "Փակել՝ $modalRouteContentName", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "կրկնակի հպեք ծալելու համար", + "expansionTileCollapsedHint": "կրկնակի հպեք ծավալելու համար", + "expansionTileExpandedTapHint": "Ծալել", + "expansionTileCollapsedTapHint": "ծավալեք՝ մանրամասները տեսնելու համար", + "expandedHint": "Ծալված է", + "collapsedHint": "Ծավալված է", + "menuDismissLabel": "Փակել ընտրացանկը", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_id.arb b/packages/flutter_localizations/lib/src/l10n/material_id.arb index b6784a082d31..070267880166 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_id.arb @@ -136,13 +136,13 @@ "bottomSheetLabel": "Sheet Bawah", "scrimOnTapHint": "Tutup $modalRouteContentName", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "ketuk dua kali untuk menciutkan", + "expansionTileCollapsedHint": "ketuk dua kali untuk meluaskan", + "expansionTileExpandedTapHint": "Ciutkan", + "expansionTileCollapsedTapHint": "Luaskan untuk mengetahui detail selengkapnya", + "expandedHint": "Diciutkan", + "collapsedHint": "Diluaskan", + "menuDismissLabel": "Tutup menu", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_is.arb b/packages/flutter_localizations/lib/src/l10n/material_is.arb index 0df7c9f2af06..d4a1d4d9c3cc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_is.arb @@ -25,7 +25,7 @@ "continueButtonLabel": "Áfram", "copyButtonLabel": "Afrita", "cutButtonLabel": "Klippa", - "scanTextButtonLabel": "Skannaðu texta", + "scanTextButtonLabel": "Skanna texta", "okButtonLabel": "Í lagi", "pasteButtonLabel": "Líma", "selectAllButtonLabel": "Velja allt", @@ -135,13 +135,13 @@ "bottomSheetLabel": "Blað neðst", "scrimOnTapHint": "Loka $modalRouteContentName", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "ýttu tvisvar til að minnka", + "expansionTileCollapsedHint": "ýttu tvisvar til að stækka", + "expansionTileExpandedTapHint": "Minnka", + "expansionTileCollapsedTapHint": "Stækka til að sjá frekari upplýsingar", + "expandedHint": "Minnkað", + "collapsedHint": "Stækkað", + "menuDismissLabel": "Loka valmynd", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index e85f7f21d8a0..8315404a73ad 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -25,7 +25,7 @@ "continueButtonLabel": "Continua", "copyButtonLabel": "Copia", "cutButtonLabel": "Taglia", - "scanTextButtonLabel": "Scansiona il testo", + "scanTextButtonLabel": "Scansiona testo", "okButtonLabel": "OK", "pasteButtonLabel": "Incolla", "selectAllButtonLabel": "Seleziona tutto", @@ -136,13 +136,13 @@ "bottomSheetLabel": "Riquadro inferiore", "scrimOnTapHint": "Chiudi $modalRouteContentName", "keyboardKeyShift": "Maiusc", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up", + "expansionTileExpandedHint": "tocca due volte per comprimere", + "expansionTileCollapsedHint": "Tocca due volte per espandere", + "expansionTileExpandedTapHint": "comprimere", + "expansionTileCollapsedTapHint": "espandere e visualizzare altri dettagli", + "expandedHint": "Compresso", + "collapsedHint": "Espanso", + "menuDismissLabel": "Ignora menu", + "lookUpButtonLabel": "Cerca", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index 59403b89dbc9..5aaef029ecfd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -136,13 +136,13 @@ "bottomSheetLabel": "ボトムシート", "scrimOnTapHint": "$modalRouteContentName を閉じる", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up", + "expansionTileExpandedHint": "ダブルタップすると閉じます", + "expansionTileCollapsedHint": "開くにはダブルタップします", + "expansionTileExpandedTapHint": "閉じる", + "expansionTileCollapsedTapHint": "開いて詳細を表示", + "expandedHint": "閉じました", + "collapsedHint": "開きました", + "menuDismissLabel": "メニューを閉じる", + "lookUpButtonLabel": "調べる", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ka.arb b/packages/flutter_localizations/lib/src/l10n/material_ka.arb index 4d163cec2ed5..3dda9b4d7c7c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ka.arb @@ -135,13 +135,13 @@ "bottomSheetLabel": "ქვედა ფურცელი", "scrimOnTapHint": "$modalRouteContentName-ის დახურვა", "keyboardKeyShift": "ცვლა", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "ორმაგად შეეხეთ ჩასაკეცად", + "expansionTileCollapsedHint": "გასაფართოებლად ორჯერ შეეხეთ", + "expansionTileExpandedTapHint": "ჩაკეცვა", + "expansionTileCollapsedTapHint": "მეტი დეტალებისთვის გააფართოეთ", + "expandedHint": "ჩაკეცილია", + "collapsedHint": "გაფართოებულია", + "menuDismissLabel": "მენიუს უარყოფა", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kk.arb b/packages/flutter_localizations/lib/src/l10n/material_kk.arb index ba13d29d0f03..a858f1c95ca6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kk.arb @@ -137,13 +137,13 @@ "bottomSheetLabel": "Төменгі парақша", "scrimOnTapHint": "$modalRouteContentName жабу", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "жию үшін екі рет түртіңіз", + "expansionTileCollapsedHint": "жаю үшін екі рет түртіңіз", + "expansionTileExpandedTapHint": "Жию", + "expansionTileCollapsedTapHint": "Толық мәлімет алу үшін жайыңыз.", + "expandedHint": "Жиылды", + "collapsedHint": "Жайылды", + "menuDismissLabel": "Мәзірді жабу", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_km.arb b/packages/flutter_localizations/lib/src/l10n/material_km.arb index 255a891804a7..b73f086693a1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_km.arb @@ -25,7 +25,7 @@ "continueButtonLabel": "បន្ត", "copyButtonLabel": "ចម្លង", "cutButtonLabel": "កាត់", - "scanTextButtonLabel": "ស្កេនអត្ថបទ", + "scanTextButtonLabel": "ស្កេន​អក្សរ", "okButtonLabel": "យល់ព្រម", "pasteButtonLabel": "ដាក់​ចូល", "selectAllButtonLabel": "ជ្រើសរើស​ទាំងអស់", @@ -136,13 +136,13 @@ "bottomSheetLabel": "សន្លឹក​ខាងក្រោម", "scrimOnTapHint": "បិទ $modalRouteContentName", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up", + "expansionTileExpandedHint": "ចុចពីរដង ដើម្បីបង្រួម", + "expansionTileCollapsedHint": "ចុចពីរដង ដើម្បីពង្រីក", + "expansionTileExpandedTapHint": "បង្រួម", + "expansionTileCollapsedTapHint": "ពង្រីក​ដើម្បីទទួលបាន​ព័ត៌មានលម្អិត​បន្ថែម", + "expandedHint": "បាន​បង្រួម", + "collapsedHint": "បាន​ពង្រីក", + "menuDismissLabel": "ច្រានចោល​ម៉ឺនុយ", + "lookUpButtonLabel": "រកមើល", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kn.arb b/packages/flutter_localizations/lib/src/l10n/material_kn.arb index 812d4f0c99ab..4dd80f0c0022 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kn.arb @@ -68,7 +68,7 @@ "invalidDateFormatLabel": "\u0c85\u0cae\u0cbe\u0ca8\u0ccd\u0caf\u0cb5\u0cbe\u0ca6\u0020\u0cab\u0cbe\u0cb0\u0ccd\u0cae\u0ccd\u0caf\u0cbe\u0c9f\u0ccd\u002e", "invalidDateRangeLabel": "\u0c85\u0cae\u0cbe\u0ca8\u0ccd\u0caf\u0020\u0cb6\u0ccd\u0cb0\u0cc7\u0ca3\u0cbf\u002e", "dateOutOfRangeLabel": "\u0cb5\u0ccd\u0caf\u0cbe\u0caa\u0ccd\u0ca4\u0cbf\u0caf\u0020\u0cb9\u0cca\u0cb0\u0c97\u0cbf\u0ca6\u0cc6", - "saveButtonLabel": "\u0c89\u0cb3\u0cbf\u0cb8\u0cbf", + "saveButtonLabel": "\u0cb8\u0cc7\u0cb5\u0ccd\u0020\u0cae\u0cbe\u0ca1\u0cbf", "datePickerHelpText": "\u0ca6\u0cbf\u0ca8\u0cbe\u0c82\u0c95\u0cb5\u0ca8\u0ccd\u0ca8\u0cc1\u0020\u0c86\u0caf\u0ccd\u0c95\u0cc6\u0cae\u0cbe\u0ca1\u0cbf", "dateRangePickerHelpText": "\u0ca6\u0cbf\u0ca8\u0cbe\u0c82\u0c95\u0ca6\u0020\u0cb5\u0ccd\u0caf\u0cbe\u0caa\u0ccd\u0ca4\u0cbf\u0caf\u0ca8\u0ccd\u0ca8\u0cc1\u0020\u0c86\u0caf\u0ccd\u0c95\u0cc6\u0cae\u0cbe\u0ca1\u0cbf", "calendarModeButtonLabel": "\u0c95\u0ccd\u0caf\u0cbe\u0cb2\u0cc6\u0c82\u0ca1\u0cb0\u0ccd\u200c\u0c97\u0cc6\u0020\u0cac\u0ca6\u0cb2\u0cbf\u0cb8\u0cbf", @@ -135,13 +135,13 @@ "bottomSheetLabel": "\u0c95\u0cc6\u0cb3\u0cad\u0cbe\u0c97\u0ca6\u0020\u0cb6\u0cc0\u0c9f\u0ccd", "scrimOnTapHint": "\u0024\u006d\u006f\u0064\u0061\u006c\u0052\u006f\u0075\u0074\u0065\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u004e\u0061\u006d\u0065\u0020\u0c85\u0ca8\u0ccd\u0ca8\u0cc1\u0020\u0cae\u0cc1\u0c9a\u0ccd\u0c9a\u0cbf\u0cb0\u0cbf", "keyboardKeyShift": "\u0053\u0068\u0069\u0066\u0074", - "expansionTileExpandedHint": "\u0064\u006f\u0075\u0062\u006c\u0065\u0020\u0074\u0061\u0070\u0020\u0074\u006f\u0020\u0063\u006f\u006c\u006c\u0061\u0070\u0073\u0065\u0027", - "expansionTileCollapsedHint": "\u0064\u006f\u0075\u0062\u006c\u0065\u0020\u0074\u0061\u0070\u0020\u0074\u006f\u0020\u0065\u0078\u0070\u0061\u006e\u0064", - "expansionTileExpandedTapHint": "\u0043\u006f\u006c\u006c\u0061\u0070\u0073\u0065", - "expansionTileCollapsedTapHint": "\u0045\u0078\u0070\u0061\u006e\u0064\u0020\u0066\u006f\u0072\u0020\u006d\u006f\u0072\u0065\u0020\u0064\u0065\u0074\u0061\u0069\u006c\u0073", - "expandedHint": "\u0043\u006f\u006c\u006c\u0061\u0070\u0073\u0065\u0064", - "collapsedHint": "\u0045\u0078\u0070\u0061\u006e\u0064\u0065\u0064", - "menuDismissLabel": "\u0044\u0069\u0073\u006d\u0069\u0073\u0073\u0020\u006d\u0065\u006e\u0075", + "expansionTileExpandedHint": "\u0c95\u0cc1\u0c97\u0ccd\u0c97\u0cbf\u0cb8\u0cb2\u0cc1\u0020\u0ca1\u0cac\u0cb2\u0ccd\u0020\u0c9f\u0ccd\u0caf\u0cbe\u0caa\u0ccd\u0020\u0cae\u0cbe\u0ca1\u0cbf", + "expansionTileCollapsedHint": "\u0cb5\u0cbf\u0cb8\u0ccd\u0ca4\u0cb0\u0cbf\u0cb8\u0cb2\u0cc1\u0020\u0ca1\u0cac\u0cb2\u0ccd\u0020\u0c9f\u0ccd\u0caf\u0cbe\u0caa\u0ccd\u0020\u0cae\u0cbe\u0ca1\u0cbf", + "expansionTileExpandedTapHint": "\u0c95\u0cc1\u0c97\u0ccd\u0c97\u0cbf\u0cb8\u0cbf", + "expansionTileCollapsedTapHint": "\u0c87\u0ca8\u0ccd\u0ca8\u0cb7\u0ccd\u0c9f\u0cc1\u0020\u0cb5\u0cbf\u0cb5\u0cb0\u0c97\u0cb3\u0cbf\u0c97\u0cbe\u0c97\u0cbf\u0020\u0cb5\u0cbf\u0cb8\u0ccd\u0ca4\u0cb0\u0cbf\u0cb8\u0cbf", + "expandedHint": "\u0c95\u0cc1\u0c97\u0ccd\u0c97\u0cbf\u0cb8\u0cb2\u0cbe\u0c97\u0cbf\u0ca6\u0cc6", + "collapsedHint": "\u0cb5\u0cbf\u0cb8\u0ccd\u0ca4\u0cb0\u0cbf\u0cb8\u0cb2\u0cbe\u0c97\u0cbf\u0ca6\u0cc6", + "menuDismissLabel": "\u0cae\u0cc6\u0ca8\u0cc1\u0cb5\u0ca8\u0ccd\u0ca8\u0cc1\u0020\u0cb5\u0c9c\u0cbe\u0c97\u0cc6\u0cc2\u0cb3\u0cbf\u0cb8\u0cbf", "lookUpButtonLabel": "\u004c\u006f\u006f\u006b\u0020\u0055\u0070", "searchWebButtonLabel": "\u0053\u0065\u0061\u0072\u0063\u0068\u0020\u0057\u0065\u0062" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index b44fd61d9614..b4910e20b76c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -25,7 +25,7 @@ "continueButtonLabel": "계속", "copyButtonLabel": "복사", "cutButtonLabel": "잘라냄", - "scanTextButtonLabel": "스캔 텍스트", + "scanTextButtonLabel": "텍스트 스캔", "okButtonLabel": "확인", "pasteButtonLabel": "붙여넣기", "selectAllButtonLabel": "전체 선택", @@ -136,13 +136,13 @@ "bottomSheetLabel": "하단 시트", "scrimOnTapHint": "$modalRouteContentName 닫기", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "두 번 탭하여 접기", + "expansionTileCollapsedHint": "두 번 탭하여 펼치기", + "expansionTileExpandedTapHint": "접기", + "expansionTileCollapsedTapHint": "자세히 알아보려면 펼치기", + "expandedHint": "접힘", + "collapsedHint": "펼침", + "menuDismissLabel": "메뉴 닫기", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ky.arb b/packages/flutter_localizations/lib/src/l10n/material_ky.arb index d38c569890b0..c835a8a6063d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ky.arb @@ -135,13 +135,13 @@ "bottomSheetLabel": "Ылдыйкы экран", "scrimOnTapHint": "$modalRouteContentName жабуу", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "жыйыштыруу үчүн эки жолу таптаңыз", + "expansionTileCollapsedHint": "жайып көрсөтүү үчүн эки жолу таптаңыз", + "expansionTileExpandedTapHint": "Жыйыштыруу", + "expansionTileCollapsedTapHint": "Толук маалымат алуу үчүн жайып көрүңүз", + "expandedHint": "Жыйыштырылды", + "collapsedHint": "Жайылып көрсөтүлдү", + "menuDismissLabel": "Менюну жабуу", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lo.arb b/packages/flutter_localizations/lib/src/l10n/material_lo.arb index 7524ff85f6b8..552d3bb39cd2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lo.arb @@ -135,13 +135,13 @@ "bottomSheetLabel": "ຊີດລຸ່ມສຸດ", "scrimOnTapHint": "ປິດ $modalRouteContentName", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "ແຕະສອງເທື່ອເພື່ອຫຍໍ້ລົງ", + "expansionTileCollapsedHint": "ແຕະສອງເທື່ອເພື່ອຂະຫຍາຍ", + "expansionTileExpandedTapHint": "ຫຍໍ້ລົງ", + "expansionTileCollapsedTapHint": "ຂະຫຍາຍສຳລັບຂໍ້ມູນເພີ່ມເຕີມ", + "expandedHint": "ຫຍໍ້ລົງແລ້ວ", + "collapsedHint": "ຂະຫຍາຍແລ້ວ", + "menuDismissLabel": "ປິດເມນູ", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lt.arb b/packages/flutter_localizations/lib/src/l10n/material_lt.arb index 4674beef1c2a..67f7266f7e09 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lt.arb @@ -142,13 +142,13 @@ "bottomSheetLabel": "Apatinis lapas", "scrimOnTapHint": "Uždaryti „$modalRouteContentName“", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "dukart palieskite, kad sutrauktumėte", + "expansionTileCollapsedHint": "dukart palieskite, kad išskleistumėte", + "expansionTileExpandedTapHint": "Sutraukti", + "expansionTileCollapsedTapHint": "Išskleiskite, jei reikia daugiau išsamios informacijos", + "expandedHint": "Sutraukta", + "collapsedHint": "Išskleista", + "menuDismissLabel": "Atsisakyti meniu", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lv.arb b/packages/flutter_localizations/lib/src/l10n/material_lv.arb index 79da575af0c8..a7afb08c9692 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lv.arb @@ -137,13 +137,13 @@ "bottomSheetLabel": "Ekrāna apakšdaļas lapa", "scrimOnTapHint": "Aizvērt $modalRouteContentName", "keyboardKeyShift": "Pārslēgšanas taustiņš", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "dubultskāriens, lai sakļautu", + "expansionTileCollapsedHint": "dubultskāriens, lai izvērstu", + "expansionTileExpandedTapHint": "Sakļaut", + "expansionTileCollapsedTapHint": "Izvērst, lai iegūtu plašāku informāciju", + "expandedHint": "Sakļauts", + "collapsedHint": "Izvērsts", + "menuDismissLabel": "Nerādīt izvēlni", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mk.arb b/packages/flutter_localizations/lib/src/l10n/material_mk.arb index 6bf86027bd7b..bd2227b5adc5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mk.arb @@ -25,7 +25,7 @@ "continueButtonLabel": "Продолжи", "copyButtonLabel": "Копирај", "cutButtonLabel": "Исечи", - "scanTextButtonLabel": "Скенирајте текст", + "scanTextButtonLabel": "Скенирајте го текстот", "okButtonLabel": "Во ред", "pasteButtonLabel": "Залепи", "selectAllButtonLabel": "Избери ги сите", @@ -36,7 +36,7 @@ "timePickerMinuteModeAnnouncement": "Изберете минути", "modalBarrierDismissLabel": "Отфрли", "signedInLabel": "Најавени сте", - "hideAccountsLabel": "Сокриј сметки", + "hideAccountsLabel": "Скриј сметки", "showAccountsLabel": "Прикажи сметки", "drawerLabel": "Мени за навигација", "popupMenuLabel": "Скокачко мени", @@ -135,13 +135,13 @@ "bottomSheetLabel": "Долен лист", "scrimOnTapHint": "Затворете ја $modalRouteContentName", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "допрете двапати за собирање", + "expansionTileCollapsedHint": "допри двапати за проширување", + "expansionTileExpandedTapHint": "Собери", + "expansionTileCollapsedTapHint": "Прошири за повеќе детали", + "expandedHint": "Собрано", + "collapsedHint": "Проширено", + "menuDismissLabel": "Отфрлете го менито", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ml.arb b/packages/flutter_localizations/lib/src/l10n/material_ml.arb index 0d4c8c709319..2bffcdd5b363 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ml.arb @@ -25,7 +25,7 @@ "continueButtonLabel": "തുടരുക", "copyButtonLabel": "പകർത്തുക", "cutButtonLabel": "മുറിക്കുക", - "scanTextButtonLabel": "ടെക്സ്റ്റ് സ്കാൻ ചെയ്യുക", + "scanTextButtonLabel": "ടെക്സ്റ്റ് സ്‌കാൻ ചെയ്യുക", "okButtonLabel": "ശരി", "pasteButtonLabel": "ഒട്ടിക്കുക", "selectAllButtonLabel": "എല്ലാം തിരഞ്ഞെടുക്കുക", @@ -135,13 +135,13 @@ "bottomSheetLabel": "ബോട്ടം ഷീറ്റ്", "scrimOnTapHint": "$modalRouteContentName അടയ്ക്കുക", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up", + "expansionTileExpandedHint": "ചുരുക്കാൻ ഡബിൾ ടാപ്പ് ചെയ്യുക", + "expansionTileCollapsedHint": "വികസിപ്പിക്കാൻ ഡബിൾ ടാപ്പ് ചെയ്യുക", + "expansionTileExpandedTapHint": "ചുരുക്കുക", + "expansionTileCollapsedTapHint": "കൂടുതൽ വിശദാംശങ്ങൾക്ക് വികസിപ്പിക്കുക", + "expandedHint": "ചുരുക്കി", + "collapsedHint": "വികസിപ്പിച്ചു", + "menuDismissLabel": "മെനു ഡിസ്മിസ് ചെയ്യുക", + "lookUpButtonLabel": "മുകളിലേക്ക് നോക്കുക", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mn.arb b/packages/flutter_localizations/lib/src/l10n/material_mn.arb index b9da64a90350..add93c96dd47 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mn.arb @@ -26,7 +26,7 @@ "continueButtonLabel": "Үргэлжлүүлэх", "copyButtonLabel": "Хуулах", "cutButtonLabel": "Таслах", - "scanTextButtonLabel": "Текст сканнердах", + "scanTextButtonLabel": "Текстийг скан хийх", "okButtonLabel": "OK", "pasteButtonLabel": "Буулгах", "selectAllButtonLabel": "Бүгдийг сонгох", @@ -137,13 +137,13 @@ "bottomSheetLabel": "Доод хүснэгт", "scrimOnTapHint": "$modalRouteContentName-г хаах", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "хураахын тулд хоёр товшино уу", + "expansionTileCollapsedHint": "дэлгэхийн тулд хоёр товшино уу", + "expansionTileExpandedTapHint": "Хураах", + "expansionTileCollapsedTapHint": "Илүү дэлгэрэнгүй авах бол дэлгэнэ үү", + "expandedHint": "Хураасан", + "collapsedHint": "Дэлгэсэн", + "menuDismissLabel": "Цэсийг хаах", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mr.arb b/packages/flutter_localizations/lib/src/l10n/material_mr.arb index 56929db97f31..f6bcd09d85dd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mr.arb @@ -137,13 +137,13 @@ "bottomSheetLabel": "तळाशी असलेली शीट", "scrimOnTapHint": "$modalRouteContentName बंद करा", "keyboardKeyShift": "शिफ्ट", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "कोलॅप्स करण्यासाठी दोनदा टॅप करा", + "expansionTileCollapsedHint": "विस्तार करण्‍यासाठी दोनदा टॅप करा", + "expansionTileExpandedTapHint": "कोलॅप्स करा", + "expansionTileCollapsedTapHint": "आणखी तपशिलांसाठी विस्तार करा", + "expandedHint": "कोलॅप्स केले", + "collapsedHint": "विस्तार केले", + "menuDismissLabel": "मेनू डिसमिस करा", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ms.arb b/packages/flutter_localizations/lib/src/l10n/material_ms.arb index b7a24560f347..a1ce5e8f9528 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ms.arb @@ -26,7 +26,7 @@ "continueButtonLabel": "Teruskan", "copyButtonLabel": "Salin", "cutButtonLabel": "Potong", - "scanTextButtonLabel": "Pindai teks", + "scanTextButtonLabel": "Imbas teks", "okButtonLabel": "OK", "pasteButtonLabel": "Tampal", "selectAllButtonLabel": "Pilih semua", @@ -137,13 +137,13 @@ "bottomSheetLabel": "Helaian Bawah", "scrimOnTapHint": "Tutup $modalRouteContentName", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up", + "expansionTileExpandedHint": "ketik dua kali untuk kuncupkan", + "expansionTileCollapsedHint": "ketik dua kali untuk kembangkan", + "expansionTileExpandedTapHint": "Kuncupkan", + "expansionTileCollapsedTapHint": "Kembangkan untuk mendapatkan butiran lanjut", + "expandedHint": "Dikuncupkan", + "collapsedHint": "Dikembangkan", + "menuDismissLabel": "Ketepikan menu", + "lookUpButtonLabel": "Lihat ke Atas", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_my.arb b/packages/flutter_localizations/lib/src/l10n/material_my.arb index 9eaae92c0db3..0f126392b2a1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_my.arb @@ -25,7 +25,7 @@ "continueButtonLabel": "ရှေ့ဆက်ရန်", "copyButtonLabel": "မိတ္တူကူးရန်", "cutButtonLabel": "ဖြတ်ယူရန်", - "scanTextButtonLabel": "စာသားကို စကင်ဖတ်ပါ။", + "scanTextButtonLabel": "စာသား စကင်ဖတ်ရန်", "okButtonLabel": "OK", "pasteButtonLabel": "ကူးထည့်ရန်", "selectAllButtonLabel": "အားလုံး ရွေးရန်", @@ -135,13 +135,13 @@ "bottomSheetLabel": "အောက်ခြေအပိုဆောင်း စာမျက်နှာ", "scrimOnTapHint": "$modalRouteContentName ပိတ်ရန်", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "ခေါက်ရန် နှစ်ချက်တို့ပါ", + "expansionTileCollapsedHint": "ဖြန့်ရန် နှစ်ချက်တို့ပါ", + "expansionTileExpandedTapHint": "ခေါက်ရန်", + "expansionTileCollapsedTapHint": "အသေးစိတ်အတွက် ဖြန့်ရန်", + "expandedHint": "ခေါက်ထားသည်", + "collapsedHint": "ဖြန့်ထားသည်", + "menuDismissLabel": "မီနူးကိုပယ်ပါ", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nb.arb b/packages/flutter_localizations/lib/src/l10n/material_nb.arb index 64eff83b6ad7..a575c85b87bb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nb.arb @@ -28,7 +28,7 @@ "continueButtonLabel": "Fortsett", "copyButtonLabel": "Kopiér", "cutButtonLabel": "Klipp ut", - "scanTextButtonLabel": "Scan tekst", + "scanTextButtonLabel": "Skann tekst", "okButtonLabel": "OK", "pasteButtonLabel": "Lim inn", "selectAllButtonLabel": "Velg alle", @@ -134,13 +134,13 @@ "bottomSheetLabel": "Felt nederst", "scrimOnTapHint": "Lukk $modalRouteContentName", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "dobbelttrykk for å skjule", + "expansionTileCollapsedHint": "dobbelttrykk for å vise", + "expansionTileExpandedTapHint": "Skjul", + "expansionTileCollapsedTapHint": "Vis for å se mer informasjon", + "expandedHint": "Skjules", + "collapsedHint": "Vises", + "menuDismissLabel": "Lukk menyen", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ne.arb b/packages/flutter_localizations/lib/src/l10n/material_ne.arb index d9e0498acd36..82ad492e0c03 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ne.arb @@ -7,7 +7,7 @@ "deleteButtonTooltip": "मेट्नुहोस्", "nextMonthTooltip": "अर्को महिना", "previousMonthTooltip": "अघिल्लो महिना", - "nextPageTooltip": "अर्को पृष्ठ", + "nextPageTooltip": "अर्को पेज", "previousPageTooltip": "अघिल्लो पृष्ठ", "firstPageTooltip": "प्रथम पेज", "lastPageTooltip": "अन्तिम पेज", @@ -25,7 +25,7 @@ "continueButtonLabel": "जारी राख्नुहोस्", "copyButtonLabel": "प्रतिलिपि गर्नुहोस्", "cutButtonLabel": "काट्नुहोस्", - "scanTextButtonLabel": "पाठ स्क्यान गर्नुहोस्", + "scanTextButtonLabel": "टेक्स्ट स्क्यान गर्नुहोस्", "okButtonLabel": "ठिक छ", "pasteButtonLabel": "टाँस्नुहोस्", "selectAllButtonLabel": "सबै बटनहरू चयन गर्नुहोस्", @@ -135,13 +135,13 @@ "bottomSheetLabel": "पुछारको पाना", "scrimOnTapHint": "$modalRouteContentName बन्द गर्नुहोस्", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "कोल्याप्स गर्न डबल ट्याप गर्नुहोस्", + "expansionTileCollapsedHint": "एक्स्पान्ड गर्न डबल ट्याप गर्नुहोस्", + "expansionTileExpandedTapHint": "कोल्याप्स गर्नुहोस्", + "expansionTileCollapsedTapHint": "थप विवरण हेर्न एक्स्पान्ड गर्नुहोस्", + "expandedHint": "कोल्याप्स गरियो", + "collapsedHint": "एक्स्पान्ड गरियो", + "menuDismissLabel": "मेनु खारेज गर्नुहोस्", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index babfbb6d403f..3c9f1c1003c9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -136,13 +136,13 @@ "bottomSheetLabel": "Blad onderaan", "scrimOnTapHint": "$modalRouteContentName sluiten", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "dubbeltik om samen te vouwen", + "expansionTileCollapsedHint": "dubbeltik om uit te vouwen", + "expansionTileExpandedTapHint": "Samenvouwen", + "expansionTileCollapsedTapHint": "Uitvouwen voor meer informatie", + "expandedHint": "Samengevouwen", + "collapsedHint": "Uitgevouwen", + "menuDismissLabel": "Menu sluiten", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_no.arb b/packages/flutter_localizations/lib/src/l10n/material_no.arb index 160a5eef09a9..a575c85b87bb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_no.arb @@ -134,13 +134,13 @@ "bottomSheetLabel": "Felt nederst", "scrimOnTapHint": "Lukk $modalRouteContentName", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "dobbelttrykk for å skjule", + "expansionTileCollapsedHint": "dobbelttrykk for å vise", + "expansionTileExpandedTapHint": "Skjul", + "expansionTileCollapsedTapHint": "Vis for å se mer informasjon", + "expandedHint": "Skjules", + "collapsedHint": "Vises", + "menuDismissLabel": "Lukk menyen", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_or.arb b/packages/flutter_localizations/lib/src/l10n/material_or.arb index fe6b2b9685fd..1270c6debcf4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_or.arb @@ -25,7 +25,7 @@ "continueButtonLabel": "ଜାରି ରଖନ୍ତୁ", "copyButtonLabel": "କପି କରନ୍ତୁ", "cutButtonLabel": "କଟ୍ କରନ୍ତୁ", - "scanTextButtonLabel": "ପାଠ୍ୟ ସ୍କାନ୍ କରନ୍ତୁ", + "scanTextButtonLabel": "ଟେକ୍ସଟ୍ ସ୍କାନ୍ କରନ୍ତୁ", "okButtonLabel": "ଠିକ୍ ଅଛି", "pasteButtonLabel": "ପେଷ୍ଟ କରନ୍ତୁ", "selectAllButtonLabel": "ସବୁ ଚୟନ କରନ୍ତୁ", @@ -135,13 +135,13 @@ "bottomSheetLabel": "ବଟମ ସିଟ", "scrimOnTapHint": "$modalRouteContentNameକୁ ବନ୍ଦ କରନ୍ତୁ", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "ସଙ୍କୁଚିତ କରିବା ପାଇଁ ଦୁଇଥର ଟାପ କରନ୍ତୁ", + "expansionTileCollapsedHint": "ବିସ୍ତାର କରିବା ପାଇଁ ଦୁଇଥର ଟାପ କରନ୍ତୁ", + "expansionTileExpandedTapHint": "ସଙ୍କୁଚିତ କରନ୍ତୁ", + "expansionTileCollapsedTapHint": "ଅଧିକ ବିବରଣୀ ପାଇଁ ବିସ୍ତାର କରନ୍ତୁ", + "expandedHint": "ସଙ୍କୁଚିତ କରାଯାଇଛି", + "collapsedHint": "ବିସ୍ତାର କରାଯାଇଛି", + "menuDismissLabel": "ମେନୁ ଖାରଜ କରନ୍ତୁ", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pa.arb b/packages/flutter_localizations/lib/src/l10n/material_pa.arb index 509d64f52f06..f6b7804cbe47 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pa.arb @@ -25,7 +25,7 @@ "continueButtonLabel": "ਜਾਰੀ ਰੱਖੋ", "copyButtonLabel": "ਕਾਪੀ ਕਰੋ", "cutButtonLabel": "ਕੱਟ ਕਰੋ", - "scanTextButtonLabel": "ਟੈਕਸਟ ਸਕੈਨ ਕਰੋ", + "scanTextButtonLabel": "ਲਿਖਤ ਨੂੰ ਸਕੈਨ ਕਰੋ", "okButtonLabel": "ਠੀਕ ਹੈ", "pasteButtonLabel": "ਪੇਸਟ ਕਰੋ", "selectAllButtonLabel": "ਸਭ ਚੁਣੋ", @@ -135,13 +135,13 @@ "bottomSheetLabel": "ਹੇਠਲੀ ਸ਼ੀਟ", "scrimOnTapHint": "$modalRouteContentName ਨੂੰ ਬੰਦ ਕਰੋ", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "ਸਮੇਟਣ ਲਈ ਡਬਲ ਟੈਪ ਕਰੋ", + "expansionTileCollapsedHint": "ਵਿਸਤਾਰ ਕਰਨ ਲਈ ਡਬਲ ਟੈਪ ਕਰੋ", + "expansionTileExpandedTapHint": "ਸਮੇਟੋ", + "expansionTileCollapsedTapHint": "ਹੋਰ ਵੇਰਵਿਆਂ ਲਈ ਵਿਸਤਾਰ ਕਰੋ", + "expandedHint": "ਸਮੇਟਿਆ ਗਿਆ", + "collapsedHint": "ਵਿਸਤਾਰ ਕੀਤਾ ਗਿਆ", + "menuDismissLabel": "ਮੀਨੂ ਖਾਰਜ ਕਰੋ", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index 4da82533e582..69826d57c487 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -31,7 +31,7 @@ "continueButtonLabel": "Dalej", "copyButtonLabel": "Kopiuj", "cutButtonLabel": "Wytnij", - "scanTextButtonLabel": "Zeskanuj tekst", + "scanTextButtonLabel": "Skanuj tekst", "okButtonLabel": "OK", "pasteButtonLabel": "Wklej", "selectAllButtonLabel": "Zaznacz wszystko", @@ -142,13 +142,13 @@ "bottomSheetLabel": "Plansza dolna", "scrimOnTapHint": "Zamknij: $modalRouteContentName", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up", + "expansionTileExpandedHint": "kliknij dwukrotnie, aby zwinąć", + "expansionTileCollapsedHint": "kliknij dwukrotnie, aby rozwinąć", + "expansionTileExpandedTapHint": "Zwiń", + "expansionTileCollapsedTapHint": "Rozwiń, aby wyświetlić więcej informacji", + "expandedHint": "Zwinięto", + "collapsedHint": "Rozwinięto", + "menuDismissLabel": "Zamknij menu", + "lookUpButtonLabel": "Sprawdź", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index 73a4ced4e319..6a8e0e31e7e4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -81,8 +81,8 @@ "timePickerHourLabel": "Hora", "timePickerMinuteLabel": "Minuto", "invalidTimeLabel": "Insira um horário válido", - "dialModeButtonLabel": "Alternar para o modo de seleção de discagem", - "inputTimeModeButtonLabel": "Alternar para o modo de entrada de texto", + "dialModeButtonLabel": "Mudar para o modo de seleção de discagem", + "inputTimeModeButtonLabel": "Mudar para o modo de entrada de texto", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 licença", "licensesPackageDetailTextOther": "$licenseCount licenças", @@ -138,13 +138,13 @@ "bottomSheetLabel": "Página inferior", "scrimOnTapHint": "Fechar $modalRouteContentName", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up", + "expansionTileExpandedHint": "toque duas vezes para fechar", + "expansionTileCollapsedHint": "Toque duas vezes para abrir", + "expansionTileExpandedTapHint": "Feche", + "expansionTileCollapsedTapHint": "Abra para mostrar mais detalhes", + "expandedHint": "Fechado.", + "collapsedHint": "Aberto.", + "menuDismissLabel": "Dispensar menu", + "lookUpButtonLabel": "Pesquisar", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb index fbddcae14b80..a7aa74964fe4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb @@ -1,4 +1,13 @@ { + "scanTextButtonLabel": "Digitalizar texto", + "lookUpButtonLabel": "Procurar", + "menuDismissLabel": "Ignorar menu", + "expansionTileExpandedHint": "toque duas vezes para reduzir", + "expansionTileCollapsedHint": "toque duas vezes para expandir", + "expansionTileExpandedTapHint": "Reduzir", + "expansionTileCollapsedTapHint": "Expandir para obter mais detalhes", + "expandedHint": "Reduzido", + "collapsedHint": "Expandido", "scrimLabel": "Scrim", "bottomSheetLabel": "Secção inferior", "scrimOnTapHint": "Fechar $modalRouteContentName", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/flutter_localizations/lib/src/l10n/material_ro.arb index d74d8794147a..0f952ecc8763 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ro.arb @@ -140,13 +140,13 @@ "bottomSheetLabel": "Foaie din partea de jos", "scrimOnTapHint": "Închideți $modalRouteContentName", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "atingeți de două ori pentru a restrânge", + "expansionTileCollapsedHint": "atingeți de două ori pentru a extinde", + "expansionTileExpandedTapHint": "Restrângeți", + "expansionTileCollapsedTapHint": "Extindeți pentru mai multe detalii", + "expandedHint": "Restrâns", + "collapsedHint": "Extins", + "menuDismissLabel": "Respingeți meniul", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index cb5e76d96187..1d71fd7e9e90 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -143,13 +143,13 @@ "bottomSheetLabel": "Нижний экран", "scrimOnTapHint": "Закрыть $modalRouteContentName", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "нажмите дважды, чтобы свернуть", + "expansionTileCollapsedHint": "нажмите дважды, чтобы развернуть", + "expansionTileExpandedTapHint": "Свернуть", + "expansionTileCollapsedTapHint": "Развернуть дополнительные сведения", + "expandedHint": "Свернуто", + "collapsedHint": "Развернуто", + "menuDismissLabel": "Закрыть меню", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_si.arb b/packages/flutter_localizations/lib/src/l10n/material_si.arb index 126f53975493..60ea03302534 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_si.arb @@ -25,7 +25,7 @@ "continueButtonLabel": "ඉදිරියට යන්න", "copyButtonLabel": "පිටපත් කරන්න", "cutButtonLabel": "කපන්න", - "scanTextButtonLabel": "පෙළ පරිලෝකනය කරන්න", + "scanTextButtonLabel": "පෙළ ස්කෑන් කරන්න", "okButtonLabel": "හරි", "pasteButtonLabel": "අලවන්න", "selectAllButtonLabel": "සියල්ල තෝරන්න", @@ -135,13 +135,13 @@ "bottomSheetLabel": "පහළම පත්‍රය", "scrimOnTapHint": "$modalRouteContentName වසන්න", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "හැකිළවීමට දෙවරක් තට්ටු කරන්න", + "expansionTileCollapsedHint": "විහිදුවීමට දෙවරක් තට්ටු කරන්න", + "expansionTileExpandedTapHint": "හකුළන්න", + "expansionTileCollapsedTapHint": "වැඩි විස්තර සඳහා පුළුල් කරන්න", + "expandedHint": "හකුළන ලදි", + "collapsedHint": "දිග හරින ලදි", + "menuDismissLabel": "මෙනුව අස් කරන්න", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sk.arb b/packages/flutter_localizations/lib/src/l10n/material_sk.arb index 417d590716ca..27b838e489a0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sk.arb @@ -31,7 +31,7 @@ "continueButtonLabel": "Pokračovať", "copyButtonLabel": "Kopírovať", "cutButtonLabel": "Vystrihnúť", - "scanTextButtonLabel": "Naskenujte text", + "scanTextButtonLabel": "Naskenovať text", "okButtonLabel": "OK", "pasteButtonLabel": "Prilepiť", "selectAllButtonLabel": "Vybrať všetko", @@ -142,13 +142,13 @@ "bottomSheetLabel": "Dolný hárok", "scrimOnTapHint": "Zavrieť $modalRouteContentName", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "zbalíte dvojitým klepnutím", + "expansionTileCollapsedHint": "rozbalíte dvojitým klepnutím", + "expansionTileExpandedTapHint": "Zbaliť", + "expansionTileCollapsedTapHint": "Rozbaliť a zobraziť ďalšie podrobnosti", + "expandedHint": "Zbalené", + "collapsedHint": "Rozbalené", + "menuDismissLabel": "Zavrieť ponuku", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sl.arb b/packages/flutter_localizations/lib/src/l10n/material_sl.arb index 6f761ed20e3c..5371dc0f55d3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sl.arb @@ -31,7 +31,7 @@ "continueButtonLabel": "Naprej", "copyButtonLabel": "Kopiraj", "cutButtonLabel": "Izreži", - "scanTextButtonLabel": "Skeniraj besedilo", + "scanTextButtonLabel": "Optično preberite besedilo", "okButtonLabel": "V REDU", "pasteButtonLabel": "Prilepi", "selectAllButtonLabel": "Izberi vse", @@ -142,13 +142,13 @@ "bottomSheetLabel": "Razdelek na dnu zaslona", "scrimOnTapHint": "Zapiranje »$modalRouteContentName«", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "za strnitev se dvakrat dotaknite", + "expansionTileCollapsedHint": "za razširitev se dvakrat dotaknite", + "expansionTileExpandedTapHint": "Strni", + "expansionTileCollapsedTapHint": "Razširitev za več podrobnosti", + "expandedHint": "Strnjeno", + "collapsedHint": "Razširjeno", + "menuDismissLabel": "Opusti meni", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sq.arb b/packages/flutter_localizations/lib/src/l10n/material_sq.arb index 465e0e51b8a2..593342090c10 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sq.arb @@ -25,7 +25,7 @@ "continueButtonLabel": "Vazhdo", "copyButtonLabel": "Kopjo", "cutButtonLabel": "Prit", - "scanTextButtonLabel": "Skanoni tekstin", + "scanTextButtonLabel": "Skano tekstin", "okButtonLabel": "Në rregull", "pasteButtonLabel": "Ngjit", "selectAllButtonLabel": "Zgjidh të gjitha", @@ -135,13 +135,13 @@ "bottomSheetLabel": "Fleta e poshtme", "scrimOnTapHint": "Mbyll $modalRouteContentName", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "trokit dy herë për ta palosur", + "expansionTileCollapsedHint": "trokit dy herë për ta zgjeruar", + "expansionTileExpandedTapHint": "Palos", + "expansionTileCollapsedTapHint": "Zgjero për më shumë detaje", + "expandedHint": "U palos", + "collapsedHint": "U zgjerua", + "menuDismissLabel": "Hiqe menynë", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr.arb b/packages/flutter_localizations/lib/src/l10n/material_sr.arb index 522698184ef9..db5d3c9991f6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr.arb @@ -28,7 +28,7 @@ "continueButtonLabel": "Настави", "copyButtonLabel": "Копирај", "cutButtonLabel": "Исеци", - "scanTextButtonLabel": "Скенирајте текст", + "scanTextButtonLabel": "Скенирај текст", "okButtonLabel": "Потврди", "pasteButtonLabel": "Налепи", "selectAllButtonLabel": "Изабери све", @@ -139,13 +139,13 @@ "bottomSheetLabel": "Доња табела", "scrimOnTapHint": "Затвори: $modalRouteContentName", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "двапут додирните да бисте скупили", + "expansionTileCollapsedHint": "двапут додирните да бисте проширили", + "expansionTileExpandedTapHint": "Скупите", + "expansionTileCollapsedTapHint": "Проширите за још детаља", + "expandedHint": "Скупљено је", + "collapsedHint": "Проширено је", + "menuDismissLabel": "Одбаците мени", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb b/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb index 624b55cf0a64..d320ce96f4d9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb @@ -1,4 +1,12 @@ { + "scanTextButtonLabel": "Skeniraj tekst", + "menuDismissLabel": "Odbacite meni", + "expansionTileExpandedHint": "dvaput dodirnite da biste skupili", + "expansionTileCollapsedHint": "dvaput dodirnite da biste proširili", + "expansionTileExpandedTapHint": "Skupite", + "expansionTileCollapsedTapHint": "Proširite za još detalja", + "expandedHint": "Skupljeno je", + "collapsedHint": "Prošireno je", "scrimLabel": "Skrim", "bottomSheetLabel": "Donja tabela", "scrimOnTapHint": "Zatvori: $modalRouteContentName", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sv.arb b/packages/flutter_localizations/lib/src/l10n/material_sv.arb index 39975feb0e96..83cf62ad9898 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sv.arb @@ -136,13 +136,13 @@ "bottomSheetLabel": "Ark på nedre delen av skärmen", "scrimOnTapHint": "Stäng $modalRouteContentName", "keyboardKeyShift": "Skift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "tryck snabbt två gånger för att komprimera", + "expansionTileCollapsedHint": "tryck snabbt två gånger för att utöka", + "expansionTileExpandedTapHint": "Komprimera", + "expansionTileCollapsedTapHint": "Utöka för mer information", + "expandedHint": "Komprimerades", + "collapsedHint": "Utökades", + "menuDismissLabel": "Stäng menyn", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sw.arb b/packages/flutter_localizations/lib/src/l10n/material_sw.arb index df3189e39208..456a35e35fda 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sw.arb @@ -137,13 +137,13 @@ "bottomSheetLabel": "Safu ya Chini", "scrimOnTapHint": "Funga $modalRouteContentName", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "gusa mara mbili ili ukunje", + "expansionTileCollapsedHint": "gusa mara mbili ili upanue", + "expansionTileExpandedTapHint": "Kunja", + "expansionTileCollapsedTapHint": "Panua ili upate maelezo zaidi", + "expandedHint": "Imekunjwa", + "collapsedHint": "Imepanuliwa", + "menuDismissLabel": "Ondoa menyu", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ta.arb b/packages/flutter_localizations/lib/src/l10n/material_ta.arb index 68eb4b6a35b3..0654dce9c02d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ta.arb @@ -17,7 +17,7 @@ "reorderItemLeft": "இடப்புறம் நகர்த்தவும்", "reorderItemRight": "வலப்புறம் நகர்த்தவும்", "cutButtonLabel": "வெட்டு", - "scanTextButtonLabel": "உரையை ஸ்கேன் செய்யவும்", + "scanTextButtonLabel": "வார்த்தைகளை ஸ்கேன் செய்", "pasteButtonLabel": "ஒட்டு", "previousMonthTooltip": "முந்தைய மாதம்", "nextMonthTooltip": "அடுத்த மாதம்", @@ -137,13 +137,13 @@ "bottomSheetLabel": "கீழ்த் திரை", "scrimOnTapHint": "$modalRouteContentName ஐ மூடுக", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "சுருக்க இருமுறை தட்டவும்", + "expansionTileCollapsedHint": "விரிவாக்க இருமுறை தட்டுங்கள்", + "expansionTileExpandedTapHint": "சுருக்கும்", + "expansionTileCollapsedTapHint": "கூடுதல் விவரங்களுக்கு விரிவாக்கலாம்", + "expandedHint": "சுருக்கப்பட்டது", + "collapsedHint": "விரிவாக்கப்பட்டது", + "menuDismissLabel": "மெனுவை மூடும்", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_te.arb b/packages/flutter_localizations/lib/src/l10n/material_te.arb index 159ae42834ee..84e3bd000e47 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_te.arb @@ -24,7 +24,7 @@ "closeButtonLabel": "మూసివేయండి", "continueButtonLabel": "కొనసాగించండి", "copyButtonLabel": "కాపీ చేయి", - "scanTextButtonLabel": "వచనాన్ని స్కాన్ చేయండి", + "scanTextButtonLabel": "టెక్స్ట్‌ను స్కాన్ చేయండి", "cutButtonLabel": "కత్తిరించండి", "okButtonLabel": "సరే", "pasteButtonLabel": "పేస్ట్ చేయండి", @@ -135,13 +135,13 @@ "bottomSheetLabel": "దిగువున ఉన్న షీట్", "scrimOnTapHint": "$modalRouteContentName‌ను మూసివేయండి", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "కుదించడానికి డబుల్ ట్యాప్ చేయండి", + "expansionTileCollapsedHint": "విస్తరించడానికి డబుల్ ట్యాప్ చేయండి", + "expansionTileExpandedTapHint": "కుదించండి", + "expansionTileCollapsedTapHint": "మరిన్ని వివరాల కోసం విస్తరించండి", + "expandedHint": "కుదించబడింది", + "collapsedHint": "విస్తరించబడింది", + "menuDismissLabel": "మెనూను తీసివేయండి", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/flutter_localizations/lib/src/l10n/material_th.arb index 93ad1fa82849..d29a952478b1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_th.arb @@ -136,13 +136,13 @@ "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "ปิด $modalRouteContentName", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "แตะสองครั้งเพื่อยุบ", + "expansionTileCollapsedHint": "แตะสองครั้งเพื่อขยาย", + "expansionTileExpandedTapHint": "ยุบ", + "expansionTileCollapsedTapHint": "ขยายเพื่อดูรายละเอียดเพิ่มเติม", + "expandedHint": "ยุบ", + "collapsedHint": "ขยาย", + "menuDismissLabel": "ปิดเมนู", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tl.arb b/packages/flutter_localizations/lib/src/l10n/material_tl.arb index ca2f1d0d6aab..fe87826b1efa 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tl.arb @@ -136,13 +136,13 @@ "bottomSheetLabel": "Bottom Sheet", "scrimOnTapHint": "Isara ang $modalRouteContentName", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up", + "expansionTileExpandedHint": "i-double tap para i-collapse", + "expansionTileCollapsedHint": "i-double tap para i-expand", + "expansionTileExpandedTapHint": "I-collapse", + "expansionTileCollapsedTapHint": "I-expand para sa higit pang detalye", + "expandedHint": "Naka-collapse", + "collapsedHint": "Naka-expand", + "menuDismissLabel": "I-dismiss ang menu", + "lookUpButtonLabel": "Tumingin sa Itaas", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index a494cd85bd1b..f92fb50a73f9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -25,7 +25,7 @@ "continueButtonLabel": "Devam", "copyButtonLabel": "Kopyala", "cutButtonLabel": "Kes", - "scanTextButtonLabel": "Metni tara", + "scanTextButtonLabel": "Metin tara", "okButtonLabel": "Tamam", "pasteButtonLabel": "Yapıştır", "selectAllButtonLabel": "Tümünü seç", @@ -136,13 +136,13 @@ "bottomSheetLabel": "alt sayfa", "scrimOnTapHint": "$modalRouteContentName içeriğini kapat", "keyboardKeyShift": "üst karakter", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "daraltmak için iki kez dokunun", + "expansionTileCollapsedHint": "genişletmek için iki kez dokunun", + "expansionTileExpandedTapHint": "Daralt", + "expansionTileCollapsedTapHint": "Daha fazla ayrıntı için genişletin", + "expandedHint": "Daraltıldı", + "collapsedHint": "Genişletildi", + "menuDismissLabel": "Menüyü kapat", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uk.arb b/packages/flutter_localizations/lib/src/l10n/material_uk.arb index bccecc7fbb3a..c6e8f62de277 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uk.arb @@ -31,7 +31,7 @@ "continueButtonLabel": "Продовжити", "copyButtonLabel": "Копіювати", "cutButtonLabel": "Вирізати", - "scanTextButtonLabel": "Сканувати текст", + "scanTextButtonLabel": "Відсканувати текст", "okButtonLabel": "OK", "pasteButtonLabel": "Вставити", "selectAllButtonLabel": "Вибрати всі", @@ -142,13 +142,13 @@ "bottomSheetLabel": "Нижній екран", "scrimOnTapHint": "Закрити: $modalRouteContentName", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "двічі торкніться, щоб згорнути", + "expansionTileCollapsedHint": "двічі торкніться, щоб розгорнути", + "expansionTileExpandedTapHint": "Згорнути", + "expansionTileCollapsedTapHint": "Розгорнути й дізнатися більше", + "expandedHint": "Згорнуто", + "collapsedHint": "Розгорнуто", + "menuDismissLabel": "Закрити меню", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index a4a191c49bf3..ea8fe8549ee0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -25,7 +25,7 @@ "continueButtonLabel": "جاری رکھیں", "copyButtonLabel": "کاپی کریں", "cutButtonLabel": "کٹ کریں", - "scanTextButtonLabel": "متن کو اسکین کریں", + "scanTextButtonLabel": "ٹیکسٹ اسکین کریں", "okButtonLabel": "ٹھیک ہے", "pasteButtonLabel": "پیسٹ کریں", "selectAllButtonLabel": "سبھی کو منتخب کریں", @@ -136,13 +136,13 @@ "bottomSheetLabel": "نیچے کی شیٹ", "scrimOnTapHint": "$modalRouteContentName بند کریں", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "سکیڑنے کے لیے دوبار تھپتھپائیں", + "expansionTileCollapsedHint": "پھیلانے کے لیے دوبار تھپتھپائیں", + "expansionTileExpandedTapHint": "سکیڑیں", + "expansionTileCollapsedTapHint": "مزید تفصیلات کے لیے پھیلائیں", + "expandedHint": "سکڑا ہوا", + "collapsedHint": "پھیلا ہوا", + "menuDismissLabel": "مینو برخاست کریں", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uz.arb b/packages/flutter_localizations/lib/src/l10n/material_uz.arb index 79087e036c22..8a1b5cdb92f1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uz.arb @@ -135,13 +135,13 @@ "bottomSheetLabel": "Quyi ekran", "scrimOnTapHint": "Yopish: $modalRouteContentName", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", - "lookUpButtonLabel": "Look Up", + "expansionTileExpandedHint": "yigʻish uchun ikki marta bosing", + "expansionTileCollapsedHint": "yoyish uchun ikki marta bosing", + "expansionTileExpandedTapHint": "Yigʻish", + "expansionTileCollapsedTapHint": "Batafsil koʻrish uchun yoying", + "expandedHint": "Yigʻilgan", + "collapsedHint": "Yoyilgan", + "menuDismissLabel": "Menyuni yopish", + "lookUpButtonLabel": "Tepaga qarang", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_vi.arb b/packages/flutter_localizations/lib/src/l10n/material_vi.arb index ebb79d3b1931..65c677158aaa 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_vi.arb @@ -136,13 +136,13 @@ "bottomSheetLabel": "Bảng dưới cùng", "scrimOnTapHint": "Đóng $modalRouteContentName", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "nhấn đúp để thu gọn", + "expansionTileCollapsedHint": "nhấn đúp để mở rộng", + "expansionTileExpandedTapHint": "Thu gọn", + "expansionTileCollapsedTapHint": "Mở rộng để xem thêm chi tiết", + "expandedHint": "Đã thu gọn", + "collapsedHint": "Đã mở rộng", + "menuDismissLabel": "Đóng trình đơn", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index cd473bbb924b..e05be57f3ed1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -21,7 +21,7 @@ "closeButtonLabel": "关闭", "copyButtonLabel": "复制", "cutButtonLabel": "剪切", - "scanTextButtonLabel": "扫描文本", + "scanTextButtonLabel": "扫描文字", "okButtonLabel": "确定", "pasteButtonLabel": "粘贴", "selectAllButtonLabel": "全选", @@ -136,13 +136,13 @@ "bottomSheetLabel": "底部动作条", "scrimOnTapHint": "关闭 $modalRouteContentName", "keyboardKeyShift": "Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "点按两次即可收起", + "expansionTileCollapsedHint": "点按两次即可展开", + "expansionTileExpandedTapHint": "收起", + "expansionTileCollapsedTapHint": "展开查看更多详情", + "expandedHint": "已收起", + "collapsedHint": "已展开", + "menuDismissLabel": "关闭菜单", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb index e3b44e58ec62..efadc607395f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb @@ -1,4 +1,13 @@ { + "scanTextButtonLabel": "掃瞄文字", + "lookUpButtonLabel": "查詢", + "menuDismissLabel": "閂選單", + "expansionTileExpandedHint": "㩒兩下就可以收合", + "expansionTileCollapsedHint": "㩒兩下就可以展開", + "expansionTileExpandedTapHint": "收合", + "expansionTileCollapsedTapHint": "展開就可以查看詳情", + "expandedHint": "已收合", + "collapsedHint": "已展開", "scrimLabel": "Scrim", "bottomSheetLabel": "頁底面板", "scrimOnTapHint": "關閉 $modalRouteContentName", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb index 610a3fbd1d46..33564f3ad11b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb @@ -1,4 +1,12 @@ { + "scanTextButtonLabel": "掃描文字", + "menuDismissLabel": "關閉選單", + "expansionTileExpandedHint": "輕觸兩下即可收合", + "expansionTileCollapsedHint": "輕觸兩下即可展開", + "expansionTileExpandedTapHint": "收合", + "expansionTileCollapsedTapHint": "展開更多詳細資料", + "expandedHint": "已收合", + "collapsedHint": "已展開", "scrimLabel": "紗罩", "bottomSheetLabel": "底部功能表", "scrimOnTapHint": "關閉「$modalRouteContentName」", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zu.arb b/packages/flutter_localizations/lib/src/l10n/material_zu.arb index 83f775506408..04dbf5af003b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zu.arb @@ -135,13 +135,13 @@ "bottomSheetLabel": "Ishidi Eliphansi", "scrimOnTapHint": "Vala i-$modalRouteContentName", "keyboardKeyShift": "U-Shift", - "expansionTileExpandedHint": "double tap to collapse'", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded", - "menuDismissLabel": "Dismiss menu", + "expansionTileExpandedHint": "thepha kabili ukuze ugoqe", + "expansionTileCollapsedHint": "Thepha kabili ukuze unwebe", + "expansionTileExpandedTapHint": "Goqa", + "expansionTileCollapsedTapHint": "Nweba ukuze uthole imininingwane eyengeziwe", + "expandedHint": "Kugoqiwe", + "collapsedHint": "Kunwetshiwe", + "menuDismissLabel": "Chitha imenyu", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web" } diff --git a/packages/flutter_localizations/test/cupertino/translations_test.dart b/packages/flutter_localizations/test/cupertino/translations_test.dart index 652c8c105b17..736e5ddb2577 100644 --- a/packages/flutter_localizations/test/cupertino/translations_test.dart +++ b/packages/flutter_localizations/test/cupertino/translations_test.dart @@ -6,6 +6,7 @@ import 'dart:convert'; import 'dart:io'; import 'package:flutter/cupertino.dart'; +import 'package:flutter/services.dart'; import 'package:flutter_localizations/flutter_localizations.dart'; import 'package:flutter_test/flutter_test.dart'; import 'package:path/path.dart' as path; @@ -203,4 +204,57 @@ void main() { expect(localizations, isA()); expect(localizations.tabSemanticsLabel(tabIndex: 1, tabCount: 2), 'Välilehti 1 kautta 2'); }); + + // Regression test for https://github.com/flutter/flutter/issues/130874. + testWidgets('buildButtonItems builds a localized "No Replacements found" button when no suggestions', (WidgetTester tester) async { + await tester.pumpWidget( + CupertinoApp( + locale: const Locale('ru'), + localizationsDelegates: GlobalCupertinoLocalizations.delegates, + supportedLocales: const [Locale('en'), Locale('ru')], + home: _FakeEditableText() + ), + ); + final _FakeEditableTextState editableTextState = + tester.state(find.byType(_FakeEditableText)); + final List? buttonItems = + CupertinoSpellCheckSuggestionsToolbar.buildButtonItems(editableTextState); + + expect(buttonItems, isNotNull); + expect(buttonItems, hasLength(1)); + expect(buttonItems!.first.label, 'Варианты замены не найдены'); + expect(buttonItems.first.onPressed, isNull); + }); + +} + +class _FakeEditableText extends EditableText { + _FakeEditableText() : super( + controller: TextEditingController(), + focusNode: FocusNode(), + backgroundCursorColor: CupertinoColors.white, + cursorColor: CupertinoColors.white, + style: const TextStyle(), + ); + + @override + _FakeEditableTextState createState() => _FakeEditableTextState(); +} + +class _FakeEditableTextState extends EditableTextState { + _FakeEditableTextState(); + + @override + TextEditingValue get currentTextEditingValue => TextEditingValue.empty; + + @override + SuggestionSpan? findSuggestionSpanAtCursorIndex(int cursorIndex) { + return const SuggestionSpan( + TextRange( + start: 0, + end: 0, + ), + [], + ); + } } From 5c2cc4f364b0218c245f05274dfd4f9540cf42fc Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Wed, 16 Aug 2023 15:24:48 -0700 Subject: [PATCH 248/327] Analyze doc code snippets for all packages for which we publish docs (#132607) Fixes TODO in the analyzer script :) --- .../lib/src/cupertino_localizations.dart | 20 +++++++++++-------- .../lib/src/material_localizations.dart | 20 +++++++++++-------- 2 files changed, 24 insertions(+), 16 deletions(-) diff --git a/packages/flutter_localizations/lib/src/cupertino_localizations.dart b/packages/flutter_localizations/lib/src/cupertino_localizations.dart index 4efbfb671c65..68a5c0bc8b0b 100644 --- a/packages/flutter_localizations/lib/src/cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/cupertino_localizations.dart @@ -10,6 +10,10 @@ import 'l10n/generated_cupertino_localizations.dart'; import 'utils/date_localizations.dart' as util; import 'widgets_localizations.dart'; +// Examples can assume: +// import 'package:flutter_localizations/flutter_localizations.dart'; +// import 'package:flutter/cupertino.dart'; + /// Implementation of localized strings for Cupertino widgets using the `intl` /// package for date and time formatting. /// @@ -32,11 +36,11 @@ import 'widgets_localizations.dart'; /// app supports with [CupertinoApp.supportedLocales]: /// /// ```dart -/// CupertinoApp( +/// const CupertinoApp( /// localizationsDelegates: GlobalCupertinoLocalizations.delegates, -/// supportedLocales: [ -/// const Locale('en', 'US'), // American English -/// const Locale('he', 'IL'), // Israeli Hebrew +/// supportedLocales: [ +/// Locale('en', 'US'), // American English +/// Locale('he', 'IL'), // Israeli Hebrew /// // ... /// ], /// // ... @@ -432,11 +436,11 @@ abstract class GlobalCupertinoLocalizations implements CupertinoLocalizations { /// app supports with [CupertinoApp.supportedLocales]: /// /// ```dart - /// CupertinoApp( + /// const CupertinoApp( /// localizationsDelegates: GlobalCupertinoLocalizations.delegates, - /// supportedLocales: [ - /// const Locale('en', 'US'), // English - /// const Locale('he', 'IL'), // Hebrew + /// supportedLocales: [ + /// Locale('en', 'US'), // English + /// Locale('he', 'IL'), // Hebrew /// ], /// // ... /// ) diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 477940e38497..e415db1726ba 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -11,6 +11,10 @@ import 'l10n/generated_material_localizations.dart'; import 'utils/date_localizations.dart' as util; import 'widgets_localizations.dart'; +// Examples can assume: +// import 'package:flutter_localizations/flutter_localizations.dart'; +// import 'package:flutter/material.dart'; + /// Implementation of localized strings for the material widgets using the /// `intl` package for date and time formatting. /// @@ -30,11 +34,11 @@ import 'widgets_localizations.dart'; /// app supports with [MaterialApp.supportedLocales]: /// /// ```dart -/// MaterialApp( +/// const MaterialApp( /// localizationsDelegates: GlobalMaterialLocalizations.delegates, -/// supportedLocales: [ -/// const Locale('en', 'US'), // American English -/// const Locale('he', 'IL'), // Israeli Hebrew +/// supportedLocales: [ +/// Locale('en', 'US'), // American English +/// Locale('he', 'IL'), // Israeli Hebrew /// // ... /// ], /// // ... @@ -681,11 +685,11 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { /// app supports with [MaterialApp.supportedLocales]: /// /// ```dart - /// MaterialApp( + /// const MaterialApp( /// localizationsDelegates: GlobalMaterialLocalizations.delegates, - /// supportedLocales: [ - /// const Locale('en', 'US'), // English - /// const Locale('he', 'IL'), // Hebrew + /// supportedLocales: [ + /// Locale('en', 'US'), // English + /// Locale('he', 'IL'), // Hebrew /// ], /// // ... /// ) From e755ed3ab083b2157fd3e1231ad89b30c5b7f15c Mon Sep 17 00:00:00 2001 From: LouiseHsu Date: Thu, 17 Aug 2023 16:36:11 -0700 Subject: [PATCH 249/327] [Framework] Add Share to selection controls (#132599) In native iOS, users are able to select text and initiate a share menu, which provides several standard services, such as copy, sharing to social media, direct ability to send to various contacts through messaging apps, etc. https://github.com/flutter/engine/assets/36148254/d0af7034-31fd-412e-8636-a06bbff54765 This PR is the framework portion of the changes that will allow Share to be implemented. The corresponding merged engine PR is [here](https://github.com/flutter/engine/pull/44554) This PR addresses https://github.com/flutter/flutter/issues/107578 More details are available in this [design doc](https://github.com/flutter/engine/pull/flutter.dev/go/add-missing-features-to-selection-controls) --- .../lib/src/l10n/cupertino_af.arb | 3 +- .../lib/src/l10n/cupertino_am.arb | 3 +- .../lib/src/l10n/cupertino_ar.arb | 3 +- .../lib/src/l10n/cupertino_as.arb | 3 +- .../lib/src/l10n/cupertino_az.arb | 3 +- .../lib/src/l10n/cupertino_be.arb | 3 +- .../lib/src/l10n/cupertino_bg.arb | 3 +- .../lib/src/l10n/cupertino_bn.arb | 3 +- .../lib/src/l10n/cupertino_bs.arb | 3 +- .../lib/src/l10n/cupertino_ca.arb | 3 +- .../lib/src/l10n/cupertino_cs.arb | 3 +- .../lib/src/l10n/cupertino_cy.arb | 3 +- .../lib/src/l10n/cupertino_da.arb | 3 +- .../lib/src/l10n/cupertino_de.arb | 3 +- .../lib/src/l10n/cupertino_el.arb | 3 +- .../lib/src/l10n/cupertino_en.arb | 5 + .../lib/src/l10n/cupertino_es.arb | 3 +- .../lib/src/l10n/cupertino_et.arb | 3 +- .../lib/src/l10n/cupertino_eu.arb | 3 +- .../lib/src/l10n/cupertino_fa.arb | 3 +- .../lib/src/l10n/cupertino_fi.arb | 3 +- .../lib/src/l10n/cupertino_fil.arb | 3 +- .../lib/src/l10n/cupertino_fr.arb | 3 +- .../lib/src/l10n/cupertino_gl.arb | 3 +- .../lib/src/l10n/cupertino_gsw.arb | 3 +- .../lib/src/l10n/cupertino_gu.arb | 3 +- .../lib/src/l10n/cupertino_he.arb | 3 +- .../lib/src/l10n/cupertino_hi.arb | 3 +- .../lib/src/l10n/cupertino_hr.arb | 3 +- .../lib/src/l10n/cupertino_hu.arb | 3 +- .../lib/src/l10n/cupertino_hy.arb | 3 +- .../lib/src/l10n/cupertino_id.arb | 3 +- .../lib/src/l10n/cupertino_is.arb | 3 +- .../lib/src/l10n/cupertino_it.arb | 3 +- .../lib/src/l10n/cupertino_ja.arb | 3 +- .../lib/src/l10n/cupertino_ka.arb | 3 +- .../lib/src/l10n/cupertino_kk.arb | 3 +- .../lib/src/l10n/cupertino_km.arb | 3 +- .../lib/src/l10n/cupertino_kn.arb | 3 +- .../lib/src/l10n/cupertino_ko.arb | 3 +- .../lib/src/l10n/cupertino_ky.arb | 3 +- .../lib/src/l10n/cupertino_lo.arb | 3 +- .../lib/src/l10n/cupertino_lt.arb | 3 +- .../lib/src/l10n/cupertino_lv.arb | 3 +- .../lib/src/l10n/cupertino_mk.arb | 3 +- .../lib/src/l10n/cupertino_ml.arb | 3 +- .../lib/src/l10n/cupertino_mn.arb | 3 +- .../lib/src/l10n/cupertino_mr.arb | 3 +- .../lib/src/l10n/cupertino_ms.arb | 3 +- .../lib/src/l10n/cupertino_my.arb | 3 +- .../lib/src/l10n/cupertino_nb.arb | 3 +- .../lib/src/l10n/cupertino_ne.arb | 3 +- .../lib/src/l10n/cupertino_nl.arb | 3 +- .../lib/src/l10n/cupertino_no.arb | 3 +- .../lib/src/l10n/cupertino_or.arb | 3 +- .../lib/src/l10n/cupertino_pa.arb | 3 +- .../lib/src/l10n/cupertino_pl.arb | 3 +- .../lib/src/l10n/cupertino_pt.arb | 3 +- .../lib/src/l10n/cupertino_ro.arb | 3 +- .../lib/src/l10n/cupertino_ru.arb | 3 +- .../lib/src/l10n/cupertino_si.arb | 3 +- .../lib/src/l10n/cupertino_sk.arb | 3 +- .../lib/src/l10n/cupertino_sl.arb | 3 +- .../lib/src/l10n/cupertino_sq.arb | 3 +- .../lib/src/l10n/cupertino_sr.arb | 3 +- .../lib/src/l10n/cupertino_sv.arb | 3 +- .../lib/src/l10n/cupertino_sw.arb | 3 +- .../lib/src/l10n/cupertino_ta.arb | 3 +- .../lib/src/l10n/cupertino_te.arb | 3 +- .../lib/src/l10n/cupertino_th.arb | 3 +- .../lib/src/l10n/cupertino_tl.arb | 3 +- .../lib/src/l10n/cupertino_tr.arb | 3 +- .../lib/src/l10n/cupertino_uk.arb | 3 +- .../lib/src/l10n/cupertino_ur.arb | 3 +- .../lib/src/l10n/cupertino_uz.arb | 3 +- .../lib/src/l10n/cupertino_vi.arb | 3 +- .../lib/src/l10n/cupertino_zh.arb | 3 +- .../lib/src/l10n/cupertino_zu.arb | 3 +- .../generated_cupertino_localizations.dart | 234 +++++++++++++++++ .../generated_material_localizations.dart | 237 ++++++++++++++++++ .../lib/src/l10n/material_af.arb | 3 +- .../lib/src/l10n/material_am.arb | 3 +- .../lib/src/l10n/material_ar.arb | 3 +- .../lib/src/l10n/material_as.arb | 3 +- .../lib/src/l10n/material_az.arb | 3 +- .../lib/src/l10n/material_be.arb | 3 +- .../lib/src/l10n/material_bg.arb | 3 +- .../lib/src/l10n/material_bn.arb | 3 +- .../lib/src/l10n/material_bs.arb | 3 +- .../lib/src/l10n/material_ca.arb | 3 +- .../lib/src/l10n/material_cs.arb | 3 +- .../lib/src/l10n/material_cy.arb | 3 +- .../lib/src/l10n/material_da.arb | 3 +- .../lib/src/l10n/material_de.arb | 3 +- .../lib/src/l10n/material_el.arb | 3 +- .../lib/src/l10n/material_en.arb | 5 + .../lib/src/l10n/material_es.arb | 3 +- .../lib/src/l10n/material_et.arb | 3 +- .../lib/src/l10n/material_eu.arb | 3 +- .../lib/src/l10n/material_fa.arb | 3 +- .../lib/src/l10n/material_fi.arb | 3 +- .../lib/src/l10n/material_fil.arb | 3 +- .../lib/src/l10n/material_fr.arb | 3 +- .../lib/src/l10n/material_gl.arb | 3 +- .../lib/src/l10n/material_gsw.arb | 3 +- .../lib/src/l10n/material_gu.arb | 3 +- .../lib/src/l10n/material_he.arb | 3 +- .../lib/src/l10n/material_hi.arb | 3 +- .../lib/src/l10n/material_hr.arb | 3 +- .../lib/src/l10n/material_hu.arb | 3 +- .../lib/src/l10n/material_hy.arb | 3 +- .../lib/src/l10n/material_id.arb | 3 +- .../lib/src/l10n/material_is.arb | 3 +- .../lib/src/l10n/material_it.arb | 3 +- .../lib/src/l10n/material_ja.arb | 3 +- .../lib/src/l10n/material_ka.arb | 3 +- .../lib/src/l10n/material_kk.arb | 3 +- .../lib/src/l10n/material_km.arb | 3 +- .../lib/src/l10n/material_kn.arb | 3 +- .../lib/src/l10n/material_ko.arb | 3 +- .../lib/src/l10n/material_ky.arb | 3 +- .../lib/src/l10n/material_lo.arb | 3 +- .../lib/src/l10n/material_lt.arb | 3 +- .../lib/src/l10n/material_lv.arb | 3 +- .../lib/src/l10n/material_mk.arb | 3 +- .../lib/src/l10n/material_ml.arb | 3 +- .../lib/src/l10n/material_mn.arb | 3 +- .../lib/src/l10n/material_mr.arb | 3 +- .../lib/src/l10n/material_ms.arb | 3 +- .../lib/src/l10n/material_my.arb | 3 +- .../lib/src/l10n/material_nb.arb | 3 +- .../lib/src/l10n/material_ne.arb | 3 +- .../lib/src/l10n/material_nl.arb | 3 +- .../lib/src/l10n/material_no.arb | 3 +- .../lib/src/l10n/material_or.arb | 3 +- .../lib/src/l10n/material_pa.arb | 3 +- .../lib/src/l10n/material_pl.arb | 3 +- .../lib/src/l10n/material_ps.arb | 3 +- .../lib/src/l10n/material_pt.arb | 3 +- .../lib/src/l10n/material_ro.arb | 3 +- .../lib/src/l10n/material_ru.arb | 3 +- .../lib/src/l10n/material_si.arb | 3 +- .../lib/src/l10n/material_sk.arb | 3 +- .../lib/src/l10n/material_sl.arb | 3 +- .../lib/src/l10n/material_sq.arb | 3 +- .../lib/src/l10n/material_sr.arb | 3 +- .../lib/src/l10n/material_sv.arb | 3 +- .../lib/src/l10n/material_sw.arb | 3 +- .../lib/src/l10n/material_ta.arb | 3 +- .../lib/src/l10n/material_te.arb | 3 +- .../lib/src/l10n/material_th.arb | 3 +- .../lib/src/l10n/material_tl.arb | 3 +- .../lib/src/l10n/material_tr.arb | 3 +- .../lib/src/l10n/material_uk.arb | 3 +- .../lib/src/l10n/material_ur.arb | 3 +- .../lib/src/l10n/material_uz.arb | 3 +- .../lib/src/l10n/material_vi.arb | 3 +- .../lib/src/l10n/material_zh.arb | 3 +- .../lib/src/l10n/material_zu.arb | 3 +- 159 files changed, 791 insertions(+), 155 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb index 63fdff3a35bb..8a689cc1deee 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "Geen plaasvervangers gevind nie", "menuDismissLabel": "Maak kieslys toe", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb index 8868f33d0594..e2075ff897e2 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "ምንም ተተኪዎች አልተገኙም", "menuDismissLabel": "ምናሌን አሰናብት", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb index 94f8b4f694a4..dbe42013b85b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb @@ -45,5 +45,6 @@ "noSpellCheckReplacementsLabel": "لم يتم العثور على بدائل", "menuDismissLabel": "إغلاق القائمة", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb index 66e5a29399e8..18770258b908 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "এইটোৰ সলনি ব্যৱহাৰ কৰিব পৰা শব্দ পোৱা নগ’ল", "menuDismissLabel": "অগ্ৰাহ্য কৰাৰ মেনু", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb index 6cbbc9c80246..bef3e1de9a87 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "Əvəzləmə Tapılmadı", "menuDismissLabel": "Menyunu qapadın", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb index 1eea20f39793..da1534cf8dcf 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb @@ -35,5 +35,6 @@ "noSpellCheckReplacementsLabel": "Замен не знойдзена", "menuDismissLabel": "Закрыць меню", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb index 0612ebb1c26a..8c727de43f2f 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "Не бяха намерени замествания", "menuDismissLabel": "Отхвърляне на менюто", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb index 7dacc3e55ee8..df1afd72b046 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "কোনও বিকল্প বানান দেখানো হয়নি", "menuDismissLabel": "বাতিল করার মেনু", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb index 1f7f39829c9a..12f25c219eb5 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb @@ -30,5 +30,6 @@ "noSpellCheckReplacementsLabel": "Nije pronađena nijedna zamjena", "menuDismissLabel": "Odbacivanje menija", "lookUpButtonLabel": "Pogled prema gore", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb index 9e1ca020a358..e11eb138abc8 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "No s'ha trobat cap substitució", "menuDismissLabel": "Ignora el menú", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb index 4ff2ecea1f90..de7c1b5d5345 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb @@ -35,5 +35,6 @@ "noSpellCheckReplacementsLabel": "Žádná nahrazení nenalezena", "menuDismissLabel": "Zavřít nabídku", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb index e2fb99160786..90a118f4298d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb @@ -45,5 +45,6 @@ "noSpellCheckReplacementsLabel": "Dim Ailosodiadau wedi'u Canfod", "menuDismissLabel": "Diystyru'r ddewislen", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb index be0462ef5dc1..29b7d4a691cd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "Der blev ikke fundet nogen erstatninger", "menuDismissLabel": "Luk menu", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb index e9e966833b67..5eeefca1c785 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "Keine Ersetzungen gefunden", "menuDismissLabel": "Menü schließen", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb index b8760eb5fb2e..af1ee5a8bf99 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "Δεν βρέθηκαν αντικαταστάσεις", "menuDismissLabel": "Παράβλεψη μενού", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb index c3342e6c90ec..6f52dc78ead2 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb @@ -175,6 +175,11 @@ "description": "The label for the Search Web button and menu items on iOS." }, + "shareButtonLabel": "Share...", + "@shareButtonLabel": { + "description": "The label for the Share button and menu items on iOS." + }, + "noSpellCheckReplacementsLabel": "No Replacements Found", "@noSpellCheckReplacementsLabel": { "description": "The label shown in the text selection context menu on iOS when a misspelled word is tapped but the spell checker found no reasonable fixes for it." diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb index 8e56f84da648..aab7584291dd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "No se ha encontrado ninguna sustitución", "menuDismissLabel": "Cerrar menú", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb index a9d95e26670a..c4c6c6acdc0b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "Asendusi ei leitud", "menuDismissLabel": "Sulge menüü", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb index 486038ec1238..6d72858ff3d9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "Ez da aurkitu ordezteko hitzik", "menuDismissLabel": "Baztertu menua", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb index 9e7746e8e7ee..a36c89ba4017 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "جایگزینی پیدا نشد", "menuDismissLabel": "بستن منو", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb index f60f9befe4ad..0c56ce534f27 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "Korvaavia sanoja ei löydy", "menuDismissLabel": "Hylkää valikko", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb index 5a3169db878f..e983d4d1a58c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "Walang Nahanap na Kapalit", "menuDismissLabel": "I-dismiss ang menu", "lookUpButtonLabel": "Tumingin sa Itaas", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb index c2f57d3c634b..57ae553ba1f4 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "Aucun remplacement trouvé", "menuDismissLabel": "Fermer le menu", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb index 4abf412a8b20..2949a2246b0a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "Non se encontrou ningunha substitución", "menuDismissLabel": "Pechar menú", "lookUpButtonLabel": "Mirar cara arriba", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb index e9e966833b67..5eeefca1c785 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "Keine Ersetzungen gefunden", "menuDismissLabel": "Menü schließen", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb index b36d34978761..40f260277489 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "બદલવા માટે કોઈ શબ્દ મળ્યો નથી", "menuDismissLabel": "મેનૂ છોડી દો", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb index 1fc4c3fb3848..b2537b0af383 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb @@ -35,5 +35,6 @@ "noSpellCheckReplacementsLabel": "לא נמצאו חלופות", "menuDismissLabel": "סגירת התפריט", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb index bf2c4efca730..d7262f017c02 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "सही वर्तनी वाला कोई शब्द नहीं मिला", "menuDismissLabel": "मेन्यू खारिज करें", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb index fbacf98ca93c..9d68b3e92596 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb @@ -30,5 +30,6 @@ "noSpellCheckReplacementsLabel": "Nema pronađenih zamjena", "menuDismissLabel": "Odbacivanje izbornika", "lookUpButtonLabel": "Pogled prema gore", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb index df30e15e3cc2..1d91e5b830ba 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "Nem található javítás", "menuDismissLabel": "Menü bezárása", "lookUpButtonLabel": "Felfelé nézés", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb index 24717182f339..011211fb5c85 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "Փոխարինումներ չեն գտնվել", "menuDismissLabel": "Փակել ընտրացանկը", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb index f0fa3b0184e6..99c0fec3d64b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "Penggantian Tidak Ditemukan", "menuDismissLabel": "Tutup menu", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb index 110a1f4c1bd7..f71f0c3f59e9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "Engir staðgenglar fundust", "menuDismissLabel": "Loka valmynd", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb index d3279d1f8af0..15c1b1c81028 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "Nessuna sostituzione trovata", "menuDismissLabel": "Ignora menu", "lookUpButtonLabel": "Cerca", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb index 8fe4d8254fcd..3fbfe7d9e057 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "置き換えるものがありません", "menuDismissLabel": "メニューを閉じる", "lookUpButtonLabel": "調べる", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb index a0c5f673c93b..825a5c44560e 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "ჩანაცვლება არ მოიძებნა", "menuDismissLabel": "მენიუს უარყოფა", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb index 41ab324684cc..8501fc704dd0 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "Ауыстыратын ешнәрсе табылмады.", "menuDismissLabel": "Мәзірді жабу", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb index 3d5ab7f762f6..37da3ecc0dc6 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "រកមិនឃើញ​ការជំនួសទេ", "menuDismissLabel": "ច្រានចោល​ម៉ឺនុយ", "lookUpButtonLabel": "រកមើល", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb index df58925efc06..ea83d91ff3ae 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "\u0caf\u0cbe\u0cb5\u0cc1\u0ca6\u0cc7\u0020\u0cac\u0ca6\u0cb2\u0cbe\u0cb5\u0ca3\u0cc6\u0c97\u0cb3\u0cc1\u0020\u0c95\u0c82\u0ca1\u0cc1\u0cac\u0c82\u0ca6\u0cbf\u0cb2\u0ccd\u0cb2", "menuDismissLabel": "\u0cae\u0cc6\u0ca8\u0cc1\u0cb5\u0ca8\u0ccd\u0ca8\u0cc1\u0020\u0cb5\u0c9c\u0cbe\u0c97\u0cc6\u0cc2\u0cb3\u0cbf\u0cb8\u0cbf", "lookUpButtonLabel": "\u004c\u006f\u006f\u006b\u0020\u0055\u0070", - "searchWebButtonLabel": "\u0053\u0065\u0061\u0072\u0063\u0068\u0020\u0057\u0065\u0062" + "searchWebButtonLabel": "\u0053\u0065\u0061\u0072\u0063\u0068\u0020\u0057\u0065\u0062", + "shareButtonLabel": "\u0053\u0068\u0061\u0072\u0065\u002e\u002e\u002e" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb index e2675a47012f..44e5c3461877 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "수정사항 없음", "menuDismissLabel": "메뉴 닫기", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb index c519944a5f6b..ed73ad35ea05 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "Алмаштыруу үчүн сөз табылган жок", "menuDismissLabel": "Менюну жабуу", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb index ec0da5f84674..8e4b6e078535 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "ບໍ່ພົບການແທນທີ່", "menuDismissLabel": "ປິດເມນູ", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb index 1d292f3af76a..b1939982d36e 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb @@ -35,5 +35,6 @@ "noSpellCheckReplacementsLabel": "Nerasta jokių pakeitimų", "menuDismissLabel": "Atsisakyti meniu", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb index 032d59fc39e1..9a7943d06c15 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb @@ -30,5 +30,6 @@ "noSpellCheckReplacementsLabel": "Netika atrasts neviens vārds aizstāšanai", "menuDismissLabel": "Nerādīt izvēlni", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb index 12221747737b..ad88d5b9cec1 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "Не се најдени заменски зборови", "menuDismissLabel": "Отфрлете го менито", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb index d08cabfcd6d5..da34cc0fe392 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "റീപ്ലേസ്‌മെന്റുകളൊന്നും കണ്ടെത്തിയില്ല", "menuDismissLabel": "മെനു ഡിസ്മിസ് ചെയ്യുക", "lookUpButtonLabel": "മുകളിലേക്ക് നോക്കുക", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb index 165bfc7b780a..b8e4f2872bab 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "Ямар ч орлуулалт олдсонгүй", "menuDismissLabel": "Цэсийг хаах", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb index 0f73502e156b..fae07c75fbd4 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "कोणतेही बदल आढळले नाहीत", "menuDismissLabel": "मेनू डिसमिस करा", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb index 46cfe286821f..d38bc94049ea 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "Tiada Penggantian Ditemukan", "menuDismissLabel": "Ketepikan menu", "lookUpButtonLabel": "Lihat ke Atas", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb index da28217742de..2f58733fea43 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "အစားထိုးမှုများ မတွေ့ပါ", "menuDismissLabel": "မီနူးကိုပယ်ပါ", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb index 042c9abb1752..5492d2cbe0e2 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "Fant ingen erstatninger", "menuDismissLabel": "Lukk menyen", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb index cd5b3d0c5d20..5738d2472ddb 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "बदल्नु पर्ने कुनै पनि कुरा भेटिएन", "menuDismissLabel": "मेनु खारेज गर्नुहोस्", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb index 90e2b9c09800..d101c83979bc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "Geen vervangingen gevonden", "menuDismissLabel": "Menu sluiten", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb index 042c9abb1752..5492d2cbe0e2 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "Fant ingen erstatninger", "menuDismissLabel": "Lukk menyen", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb index d978bab219ff..72de165a9ecf 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "କୌଣସି ରିପ୍ଲେସମେଣ୍ଟ ମିଳିଲା ନାହିଁ", "menuDismissLabel": "ମେନୁ ଖାରଜ କରନ୍ତୁ", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb index 9d7bc0bbf93a..ad72fbfbf442 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "ਕੋਈ ਸੁਝਾਅ ਨਹੀਂ ਮਿਲਿਆ", "menuDismissLabel": "ਮੀਨੂ ਖਾਰਜ ਕਰੋ", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb index 8beef78c9007..36c88c9ebf49 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb @@ -35,5 +35,6 @@ "noSpellCheckReplacementsLabel": "Brak wyników zamieniania", "menuDismissLabel": "Zamknij menu", "lookUpButtonLabel": "Sprawdź", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb index 93dab0c53b3d..29c1cf87062d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "Nenhuma alternativa encontrada", "menuDismissLabel": "Dispensar menu", "lookUpButtonLabel": "Pesquisar", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb index ffd6a6015135..e78637cf5ee6 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb @@ -30,5 +30,6 @@ "noSpellCheckReplacementsLabel": "Nu s-au găsit înlocuiri", "menuDismissLabel": "Respingeți meniul", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb index 6a5be8cd7af6..c0e93bea0954 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb @@ -35,5 +35,6 @@ "noSpellCheckReplacementsLabel": "Варианты замены не найдены", "menuDismissLabel": "Закрыть меню", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb index 6d36ab10c912..35a98c19b712 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "ප්‍රතිස්ථාපන හමු නොවිණි", "menuDismissLabel": "මෙනුව අස් කරන්න", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb index 677cf0000896..6bce1b40316a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb @@ -35,5 +35,6 @@ "noSpellCheckReplacementsLabel": "Nenašli sa žiadne náhrady", "menuDismissLabel": "Zavrieť ponuku", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb index 35ac09012110..466533c382c2 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb @@ -35,5 +35,6 @@ "noSpellCheckReplacementsLabel": "Ni zamenjav", "menuDismissLabel": "Opusti meni", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb index 60ac37232393..f7f2ba5de95c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "Nuk u gjetën zëvendësime", "menuDismissLabel": "Hiqe menynë", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb index 9333954f5624..da22e63e7486 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb @@ -30,5 +30,6 @@ "noSpellCheckReplacementsLabel": "Нису пронађене замене", "menuDismissLabel": "Одбаците мени", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb index 710d31c53154..3fceee58ba69 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "Inga ersättningar hittades", "menuDismissLabel": "Stäng menyn", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb index 9b6e6f46fdb3..3836a6c61d85 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "Hakuna Neno Mbadala Lilopatikana", "menuDismissLabel": "Ondoa menyu", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb index f194d76ba4ce..fb43d1bc6470 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "மாற்று வார்த்தைகள் கிடைக்கவில்லை", "menuDismissLabel": "மெனுவை மூடும்", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb index ff56d35e2ff7..0e53a7e95825 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "రీప్లేస్‌మెంట్‌లు ఏవీ కనుగొనబడలేదు", "menuDismissLabel": "మెనూను తీసివేయండి", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb index fa71c08e8efa..c6699874372f 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "ไม่พบรายการแทนที่", "menuDismissLabel": "ปิดเมนู", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb index 5a3169db878f..e983d4d1a58c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "Walang Nahanap na Kapalit", "menuDismissLabel": "I-dismiss ang menu", "lookUpButtonLabel": "Tumingin sa Itaas", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb index e199c28f2006..59bfa3eccf53 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "Yerine Kelime Bulunamadı", "menuDismissLabel": "Menüyü kapat", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb index 6e5197872f24..6f50ab997fb9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb @@ -35,5 +35,6 @@ "noSpellCheckReplacementsLabel": "Замін не знайдено", "menuDismissLabel": "Закрити меню", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb index bc46e9886c6c..ca0282cc6d28 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "کوئی تبدیلیاں نہیں ملیں", "menuDismissLabel": "مینو برخاست کریں", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb index b2f27001f6a9..86fd969dab4f 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "Almashtirish uchun soʻz topilmadi", "menuDismissLabel": "Menyuni yopish", "lookUpButtonLabel": "Tepaga qarang", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb index 46d8e91db9aa..4b8277007bfd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "Không tìm thấy phương án thay thế", "menuDismissLabel": "Đóng trình đơn", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb index d8ab8311f321..98f18f4ab123 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "找不到替换文字", "menuDismissLabel": "关闭菜单", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb index 89eda26ed623..6e37c0fa0e0a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb @@ -25,5 +25,6 @@ "noSpellCheckReplacementsLabel": "Akukho Okuzofakwa Esikhundleni Okutholakele", "menuDismissLabel": "Chitha imenyu", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index 912ff7165b7f..4b584dcc61eb 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -118,6 +118,9 @@ class CupertinoLocalizationAf extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Kies alles'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'Oortjie $tabIndex van $tabCount'; @@ -277,6 +280,9 @@ class CupertinoLocalizationAm extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'ሁሉንም ምረጥ'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'ትር $tabIndex ከ$tabCount'; @@ -436,6 +442,9 @@ class CupertinoLocalizationAr extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'اختيار الكل'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'علامة التبويب $tabIndex من $tabCount'; @@ -595,6 +604,9 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'সকলো বাছনি কৰক'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'$tabCount টা টেবৰ $tabIndex নম্বৰটো'; @@ -754,6 +766,9 @@ class CupertinoLocalizationAz extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Hamısını seçin'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'Tab $tabIndex/$tabCount'; @@ -913,6 +928,9 @@ class CupertinoLocalizationBe extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Выбраць усе'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'Укладка $tabIndex з $tabCount'; @@ -1072,6 +1090,9 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Избиране на всички'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'Раздел $tabIndex от $tabCount'; @@ -1231,6 +1252,9 @@ class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'সব বেছে নিন'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'$tabCount-এর মধ্যে $tabIndex নম্বর ট্যাব'; @@ -1390,6 +1414,9 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Odaberi sve'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'Kartica $tabIndex od $tabCount'; @@ -1549,6 +1576,9 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Selecciona-ho tot'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'Pestanya $tabIndex de $tabCount'; @@ -1708,6 +1738,9 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Vybrat vše'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'Karta $tabIndex z $tabCount'; @@ -1867,6 +1900,9 @@ class CupertinoLocalizationCy extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Dewis y Cyfan'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'Tab $tabIndex o $tabCount'; @@ -2026,6 +2062,9 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Vælg alle'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'Fane $tabIndex af $tabCount'; @@ -2185,6 +2224,9 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Alles auswählen'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'Tab $tabIndex von $tabCount'; @@ -2365,6 +2407,9 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Επιλογή όλων'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'Καρτέλα $tabIndex από $tabCount'; @@ -2524,6 +2569,9 @@ class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Select All'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'Tab $tabIndex of $tabCount'; @@ -2917,6 +2965,9 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Seleccionar todo'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'Pestaña $tabIndex de $tabCount'; @@ -3976,6 +4027,9 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Vali kõik'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'$tabIndex. vaheleht $tabCount-st'; @@ -4135,6 +4189,9 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Hautatu dena'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'$tabIndex/$tabCount fitxa'; @@ -4294,6 +4351,9 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'انتخاب همه'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'برگه $tabIndex از $tabCount'; @@ -4453,6 +4513,9 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Valitse kaikki'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'Välilehti $tabIndex kautta $tabCount'; @@ -4612,6 +4675,9 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Piliin Lahat'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'Tab $tabIndex ng $tabCount'; @@ -4771,6 +4837,9 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Tout sélect.'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'Onglet $tabIndex sur $tabCount'; @@ -4975,6 +5044,9 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Seleccionar todo'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'Pestana $tabIndex de $tabCount'; @@ -5134,6 +5206,9 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Alles auswählen'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'Tab $tabIndex von $tabCount'; @@ -5293,6 +5368,9 @@ class CupertinoLocalizationGu extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'બધા પસંદ કરો'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'$tabCountમાંથી $tabIndex ટૅબ'; @@ -5452,6 +5530,9 @@ class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'בחירת הכול'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'כרטיסייה $tabIndex מתוך $tabCount'; @@ -5611,6 +5692,9 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'सभी चुनें'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'$tabCount का टैब $tabIndex'; @@ -5770,6 +5854,9 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Odaberi sve'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'Kartica $tabIndex od $tabCount'; @@ -5929,6 +6016,9 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Összes kijelölése'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'$tabCount/$tabIndex. lap'; @@ -6088,6 +6178,9 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Նշել բոլորը'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'Ներդիր $tabIndex՝ $tabCount-ից'; @@ -6247,6 +6340,9 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Pilih Semua'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'Tab $tabIndex dari $tabCount'; @@ -6406,6 +6502,9 @@ class CupertinoLocalizationIs extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Velja allt'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'Flipi $tabIndex af $tabCount'; @@ -6565,6 +6664,9 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Seleziona tutto'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'Scheda $tabIndex di $tabCount'; @@ -6724,6 +6826,9 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'すべて選択'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'タブ: $tabIndex/$tabCount'; @@ -6883,6 +6988,9 @@ class CupertinoLocalizationKa extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'ყველას არჩევა'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'ჩანართი $tabIndex / $tabCount-დან'; @@ -7042,6 +7150,9 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Барлығын таңдау'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'Қойынды: $tabIndex/$tabCount'; @@ -7201,6 +7312,9 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'ជ្រើសរើស​ទាំងអស់'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'ផ្ទាំងទី $tabIndex នៃ $tabCount'; @@ -7360,6 +7474,9 @@ class CupertinoLocalizationKn extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => '\u{c8e}\u{cb2}\u{ccd}\u{cb2}\u{cb5}\u{ca8}\u{ccd}\u{ca8}\u{cc2}\u{20}\u{c86}\u{caf}\u{ccd}\u{c95}\u{cc6}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => '\u{24}\u{74}\u{61}\u{62}\u{43}\u{6f}\u{75}\u{6e}\u{74}\u{20}\u{cb0}\u{cb2}\u{ccd}\u{cb2}\u{cbf}\u{ca8}\u{20}\u{24}\u{74}\u{61}\u{62}\u{49}\u{6e}\u{64}\u{65}\u{78}\u{20}\u{c9f}\u{ccd}\u{caf}\u{cbe}\u{cac}\u{ccd}'; @@ -7519,6 +7636,9 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => '전체 선택'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'탭 $tabCount개 중 $tabIndex번째'; @@ -7678,6 +7798,9 @@ class CupertinoLocalizationKy extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Баарын тандоо'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'$tabCount ичинен $tabIndex-өтмөк'; @@ -7837,6 +7960,9 @@ class CupertinoLocalizationLo extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'ເລືອກທັງໝົດ'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'ແຖບທີ $tabIndex ຈາກທັງໝົດ $tabCount'; @@ -7996,6 +8122,9 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Pasirinkti viską'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'$tabIndex skirtukas iš $tabCount'; @@ -8155,6 +8284,9 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Atlasīt visu'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'$tabIndex. cilne no $tabCount'; @@ -8314,6 +8446,9 @@ class CupertinoLocalizationMk extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Избери ги сите'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'Картичка $tabIndex од $tabCount'; @@ -8473,6 +8608,9 @@ class CupertinoLocalizationMl extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'എല്ലാം തിരഞ്ഞെടുക്കുക'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'$tabCount ടാബിൽ $tabIndex-ാമത്തേത്'; @@ -8632,6 +8770,9 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Бүгдийг сонгох'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'$tabCount-н $tabIndex-р таб'; @@ -8791,6 +8932,9 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'सर्व निवडा'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'$tabCount पैकी $tabIndex टॅब'; @@ -8950,6 +9094,9 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Pilih Semua'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'Tab $tabIndex daripada $tabCount'; @@ -9109,6 +9256,9 @@ class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'အားလုံး ရွေးရန်'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'တဘ် $tabCount ခုအနက် $tabIndex ခု'; @@ -9268,6 +9418,9 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Velg alle'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'Fane $tabIndex av $tabCount'; @@ -9427,6 +9580,9 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'सबै चयन गर्नुहोस्'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'$tabCount मध्ये $tabIndex ट्याब'; @@ -9586,6 +9742,9 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Alles selecteren'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'Tabblad $tabIndex van $tabCount'; @@ -9745,6 +9904,9 @@ class CupertinoLocalizationNo extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Velg alle'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'Fane $tabIndex av $tabCount'; @@ -9904,6 +10066,9 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'ସମସ୍ତ ଚୟନ କରନ୍ତୁ'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'$tabCountର $tabIndex ଟାବ୍'; @@ -10063,6 +10228,9 @@ class CupertinoLocalizationPa extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'ਸਭ ਚੁਣੋ'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'$tabCount ਵਿੱਚੋਂ $tabIndex ਟੈਬ'; @@ -10222,6 +10390,9 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Wybierz wszystkie'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'Karta $tabIndex z $tabCount'; @@ -10381,6 +10552,9 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Selecionar Tudo'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'Guia $tabIndex de $tabCount'; @@ -10588,6 +10762,9 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Selectați-le pe toate'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'Fila $tabIndex din $tabCount'; @@ -10747,6 +10924,9 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Выбрать все'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'Вкладка $tabIndex из $tabCount'; @@ -10906,6 +11086,9 @@ class CupertinoLocalizationSi extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'සියල්ල තෝරන්න'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'ටැබ $tabCount න් $tabIndex'; @@ -11065,6 +11248,9 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Vybrať všetko'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'Karta $tabIndex z $tabCount'; @@ -11224,6 +11410,9 @@ class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Izberi vse'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'Zavihek $tabIndex od $tabCount'; @@ -11383,6 +11572,9 @@ class CupertinoLocalizationSq extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Zgjidhi të gjitha'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'Skeda $tabIndex nga $tabCount'; @@ -11542,6 +11734,9 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Изабери све'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'$tabIndex. картица од $tabCount'; @@ -11821,6 +12016,9 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Markera alla'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'Flik $tabIndex av $tabCount'; @@ -11980,6 +12178,9 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Teua Zote'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'Kichupo cha $tabIndex kati ya $tabCount'; @@ -12139,6 +12340,9 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'எல்லாம் தேர்ந்தெடு'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'தாவல் $tabIndex / $tabCount'; @@ -12298,6 +12502,9 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'అన్నింటినీ ఎంచుకోండి'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'$tabCountలో $tabIndexవ ట్యాబ్'; @@ -12457,6 +12664,9 @@ class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'เลือกทั้งหมด'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'แท็บที่ $tabIndex จาก $tabCount'; @@ -12616,6 +12826,9 @@ class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Piliin Lahat'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'Tab $tabIndex ng $tabCount'; @@ -12775,6 +12988,9 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Tümünü Seç'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'Sekme $tabIndex/$tabCount'; @@ -12934,6 +13150,9 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Вибрати все'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'Вкладка $tabIndex з $tabCount'; @@ -13093,6 +13312,9 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'سبھی منتخب کریں'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'$tabCount میں سے $tabIndex ٹیب'; @@ -13252,6 +13474,9 @@ class CupertinoLocalizationUz extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Barchasini tanlash'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'$tabCount varaqdan $tabIndex'; @@ -13411,6 +13636,9 @@ class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Chọn tất cả'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'Thẻ $tabIndex/$tabCount'; @@ -13570,6 +13798,9 @@ class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => '全选'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'第 $tabIndex 个标签,共 $tabCount 个'; @@ -13891,6 +14122,9 @@ class CupertinoLocalizationZu extends GlobalCupertinoLocalizations { @override String get selectAllButtonLabel => 'Khetha konke'; + @override + String get shareButtonLabel => 'Share...'; + @override String get tabSemanticsLabelRaw => r'Ithebhu $tabIndex kwangu-$tabCount'; diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index 2bed33afb469..f454b13b9281 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -464,6 +464,9 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Wys rekeninge'; @@ -951,6 +954,9 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'መለያዎችን አሳይ'; @@ -1438,6 +1444,9 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => 'لم يتم اختيار أي عنصر'; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'إظهار الحسابات'; @@ -1925,6 +1934,9 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'একাউণ্টসমূহ দেখুৱাওক'; @@ -2412,6 +2424,9 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Hesabları göstərin'; @@ -2899,6 +2914,9 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Паказаць уліковыя запісы'; @@ -3386,6 +3404,9 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Показване на профилите'; @@ -3873,6 +3894,9 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'অ্যাকাউন্টগুলি দেখান'; @@ -4360,6 +4384,9 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Prikaži račune'; @@ -4847,6 +4874,9 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Mostra els comptes'; @@ -5334,6 +5364,9 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Zobrazit účty'; @@ -5821,6 +5854,9 @@ class MaterialLocalizationCy extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => "Nid oes unrhyw eitemau wedi'u dewis"; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Dangos cyfrifon'; @@ -6308,6 +6344,9 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Vis konti'; @@ -6795,6 +6834,9 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => 'Keine Objekte ausgewählt'; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Konten anzeigen'; @@ -7346,6 +7388,9 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Εμφάνιση λογαριασμών'; @@ -7833,6 +7878,9 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => 'No items selected'; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Show accounts'; @@ -9117,6 +9165,9 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => 'No se han seleccionado elementos'; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Mostrar cuentas'; @@ -13407,6 +13458,9 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Kuva kontod'; @@ -13894,6 +13948,9 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Erakutsi kontuak'; @@ -14381,6 +14438,9 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'نشان دادن حساب‌ها'; @@ -14868,6 +14928,9 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Näytä tilit'; @@ -15355,6 +15418,9 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Ipakita ang mga account'; @@ -15842,6 +15908,9 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => 'Aucun élément sélectionné'; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Afficher les comptes'; @@ -16486,6 +16555,9 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => 'Non se seleccionaron elementos'; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Mostrar contas'; @@ -16973,6 +17045,9 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Konten anzeigen'; @@ -17460,6 +17535,9 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'એકાઉન્ટ બતાવો'; @@ -17947,6 +18025,9 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'הצגת החשבונות'; @@ -18434,6 +18515,9 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'खाते दिखाएं'; @@ -18921,6 +19005,9 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Prikažite račune'; @@ -19408,6 +19495,9 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Fiókok megjelenítése'; @@ -19895,6 +19985,9 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => 'Տողերը ընտրված չեն'; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Ցույց տալ հաշիվները'; @@ -20382,6 +20475,9 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Tampilkan akun'; @@ -20869,6 +20965,9 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Sýna reikninga'; @@ -21356,6 +21455,9 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Mostra account'; @@ -21843,6 +21945,9 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'アカウントを表示'; @@ -22330,6 +22435,9 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'ანგარიშების ჩვენება'; @@ -22817,6 +22925,9 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => 'Тармақ таңдалмаған'; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Аккаунттарды көрсету'; @@ -23304,6 +23415,9 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'បង្ហាញគណនី'; @@ -23791,6 +23905,9 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => '\u{c96}\u{cbe}\u{ca4}\u{cc6}\u{c97}\u{cb3}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{ca4}\u{ccb}\u{cb0}\u{cbf}\u{cb8}\u{cbf}'; @@ -24278,6 +24395,9 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => '계정 표시'; @@ -24765,6 +24885,9 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Аккаунттарды көрсөтүү'; @@ -25252,6 +25375,9 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'ສະແດງບັນຊີ'; @@ -25739,6 +25865,9 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Rodyti paskyras'; @@ -26226,6 +26355,9 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => 'Nav atlasītu vienumu'; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Rādīt kontus'; @@ -26713,6 +26845,9 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Прикажи сметки'; @@ -27200,6 +27335,9 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'അക്കൗണ്ടുകൾ കാണിക്കുക'; @@ -27687,6 +27825,9 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => 'Бичлэг сонгоогүй байна'; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Бүртгэлүүдийг харуулах'; @@ -28174,6 +28315,9 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => 'कोणतेही आयटम निवडलेले नाहीत'; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'खाती दर्शवा'; @@ -28661,6 +28805,9 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => 'Tiada item dipilih'; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Tunjukkan akaun'; @@ -29148,6 +29295,9 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'အကောင့်များကို ပြရန်'; @@ -29635,6 +29785,9 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Vis kontoer'; @@ -30122,6 +30275,9 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'खाताहरू देखाउनुहोस्'; @@ -30609,6 +30765,9 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Accounts tonen'; @@ -31096,6 +31255,9 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Vis kontoer'; @@ -31583,6 +31745,9 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'ଆକାଉଣ୍ଟ ଦେଖାନ୍ତୁ'; @@ -32070,6 +32235,9 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'ਖਾਤੇ ਦਿਖਾਓ'; @@ -32557,6 +32725,9 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Pokaż konta'; @@ -33044,6 +33215,9 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'حسابونه ښکاره کړئ'; @@ -33531,6 +33705,9 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Mostrar contas'; @@ -34193,6 +34370,9 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => 'Nu există elemente selectate'; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Afișați conturile'; @@ -34680,6 +34860,9 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => 'Строки не выбраны'; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Показать аккаунты'; @@ -35167,6 +35350,9 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'ගිණුම් පෙන්වන්න'; @@ -35654,6 +35840,9 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Zobraziť účty'; @@ -36141,6 +36330,9 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Prikaz računov'; @@ -36628,6 +36820,9 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Shfaq llogaritë'; @@ -37115,6 +37310,9 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Прикажи налоге'; @@ -37940,6 +38138,9 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Visa konton'; @@ -38427,6 +38628,9 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => 'Hamna kilicho chaguliwa'; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Onyesha akaunti'; @@ -38914,6 +39118,9 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => 'எந்த வரிசையும் தேர்ந்தெடுக்கவில்லை'; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'கணக்குகளைக் காட்டும்'; @@ -39401,6 +39608,9 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'ఖాతాలను చూపు'; @@ -39888,6 +40098,9 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'แสดงบัญชี'; @@ -40375,6 +40588,9 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Ipakita ang mga account'; @@ -40862,6 +41078,9 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Hesapları göster'; @@ -41349,6 +41568,9 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Показати облікові записи'; @@ -41836,6 +42058,9 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'اکاؤنٹس دکھائیں'; @@ -42323,6 +42548,9 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Hisoblarni koʻrsatish'; @@ -42810,6 +43038,9 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Hiển thị tài khoản'; @@ -43297,6 +43528,9 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => '显示帐号'; @@ -44319,6 +44553,9 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { @override String? get selectedRowCountTitleZero => null; + @override + String get shareButtonLabel => 'Share...'; + @override String get showAccountsLabel => 'Bonisa ama-akhawunti'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_af.arb b/packages/flutter_localizations/lib/src/l10n/material_af.arb index 3e1e66d31447..654ccdf1eacb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_af.arb @@ -143,5 +143,6 @@ "collapsedHint": "Uitgevou", "menuDismissLabel": "Maak kieslys toe", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_am.arb b/packages/flutter_localizations/lib/src/l10n/material_am.arb index 6caf83f4384a..20158502e081 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_am.arb @@ -143,5 +143,6 @@ "collapsedHint": "ተዘርግቷል", "menuDismissLabel": "ምናሌን አሰናብት", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index a5b7b99d7e6f..18ee13a83e30 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -154,5 +154,6 @@ "collapsedHint": "موسَّع", "menuDismissLabel": "إغلاق القائمة", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_as.arb b/packages/flutter_localizations/lib/src/l10n/material_as.arb index 61c41c07cbdc..79fb39ea71c1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_as.arb @@ -143,5 +143,6 @@ "collapsedHint": "বিস্তাৰ কৰা আছে", "menuDismissLabel": "অগ্ৰাহ্য কৰাৰ মেনু", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_az.arb b/packages/flutter_localizations/lib/src/l10n/material_az.arb index 262f0d13d1e1..cc2a3321445b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_az.arb @@ -143,5 +143,6 @@ "collapsedHint": "Genişləndirildi", "menuDismissLabel": "Menyunu qapadın", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_be.arb b/packages/flutter_localizations/lib/src/l10n/material_be.arb index f4d12ae8d02d..2c6dbca5b316 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_be.arb @@ -149,5 +149,6 @@ "collapsedHint": "Разгорнута", "menuDismissLabel": "Закрыць меню", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bg.arb b/packages/flutter_localizations/lib/src/l10n/material_bg.arb index 24680a124873..ad124c3a09e2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bg.arb @@ -144,5 +144,6 @@ "collapsedHint": "Разгънато", "menuDismissLabel": "Отхвърляне на менюто", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bn.arb b/packages/flutter_localizations/lib/src/l10n/material_bn.arb index eafd2c5da81d..77d039992b6a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bn.arb @@ -143,5 +143,6 @@ "collapsedHint": "বড় করা হয়েছে", "menuDismissLabel": "বাতিল করার মেনু", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bs.arb b/packages/flutter_localizations/lib/src/l10n/material_bs.arb index c60645b4a35a..424b0e7f9079 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bs.arb @@ -147,5 +147,6 @@ "collapsedHint": "Prošireno", "menuDismissLabel": "Odbacivanje menija", "lookUpButtonLabel": "Pogled prema gore", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ca.arb b/packages/flutter_localizations/lib/src/l10n/material_ca.arb index 77d9a9df476f..3f2b74212aad 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ca.arb @@ -144,5 +144,6 @@ "collapsedHint": "S'ha desplegat", "menuDismissLabel": "Ignora el menú", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_cs.arb b/packages/flutter_localizations/lib/src/l10n/material_cs.arb index e2965db5da5a..dccaa7511212 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cs.arb @@ -150,5 +150,6 @@ "collapsedHint": "Rozbaleno", "menuDismissLabel": "Zavřít nabídku", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_cy.arb b/packages/flutter_localizations/lib/src/l10n/material_cy.arb index e7de18926689..61ce3f86520b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cy.arb @@ -154,5 +154,6 @@ "scanTextButtonLabel": "Sganio testun", "menuDismissLabel": "Diystyru'r ddewislen", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_da.arb b/packages/flutter_localizations/lib/src/l10n/material_da.arb index 96784884cd05..582686b1da88 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_da.arb @@ -144,5 +144,6 @@ "collapsedHint": "Udvidet", "menuDismissLabel": "Luk menu", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index a877c493bc7e..7739ab93f08f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -145,5 +145,6 @@ "collapsedHint": "Maximiert", "menuDismissLabel": "Menü schließen", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_el.arb b/packages/flutter_localizations/lib/src/l10n/material_el.arb index ab3f8fc8f89d..48a6551b2ad8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_el.arb @@ -144,5 +144,6 @@ "collapsedHint": "Αναπτύχθηκε", "menuDismissLabel": "Παράβλεψη μενού", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index 4a43629e0c8e..de77ae0c163e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -207,6 +207,11 @@ "description": "The label for the Search Web button and menu items on iOS." }, + "shareButtonLabel": "Share...", + "@shareButtonLabel": { + "description": "The label for the Share button and menu items on iOS." + }, + "okButtonLabel": "OK", "@okButtonLabel": { "description": "The label for OK buttons and menu items." diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index 581574c0e18c..044c124f1867 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -145,5 +145,6 @@ "collapsedHint": "Desplegado", "menuDismissLabel": "Cerrar menú", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_et.arb b/packages/flutter_localizations/lib/src/l10n/material_et.arb index 88dfb1a62734..6f207f1d4d3c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_et.arb @@ -144,5 +144,6 @@ "collapsedHint": "Laiendatud", "menuDismissLabel": "Sulge menüü", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_eu.arb b/packages/flutter_localizations/lib/src/l10n/material_eu.arb index d3a312a150b7..741eacdd0ad4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_eu.arb @@ -143,5 +143,6 @@ "collapsedHint": "Zabalduta", "menuDismissLabel": "Baztertu menua", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index 0b574b15e080..35d66dd050c8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -144,5 +144,6 @@ "collapsedHint": "ازهم بازشده", "menuDismissLabel": "بستن منو", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fi.arb b/packages/flutter_localizations/lib/src/l10n/material_fi.arb index a121b4f5e93c..283690abdd08 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fi.arb @@ -144,5 +144,6 @@ "collapsedHint": "Laajennettu", "menuDismissLabel": "Hylkää valikko", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fil.arb b/packages/flutter_localizations/lib/src/l10n/material_fil.arb index fe87826b1efa..81500d0ee0cb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fil.arb @@ -144,5 +144,6 @@ "collapsedHint": "Naka-expand", "menuDismissLabel": "I-dismiss ang menu", "lookUpButtonLabel": "Tumingin sa Itaas", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index c0852da9b94c..73ca135a2b17 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -145,5 +145,6 @@ "collapsedHint": "Développé", "menuDismissLabel": "Fermer le menu", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gl.arb b/packages/flutter_localizations/lib/src/l10n/material_gl.arb index 4e95b281bf9d..c4989e91aa61 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gl.arb @@ -145,5 +145,6 @@ "collapsedHint": "Despregado", "menuDismissLabel": "Pechar menú", "lookUpButtonLabel": "Mirar cara arriba", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index b191f16cd703..6e459e9d0c27 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -144,5 +144,6 @@ "collapsedHint": "Maximiert", "menuDismissLabel": "Menü schließen", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gu.arb b/packages/flutter_localizations/lib/src/l10n/material_gu.arb index 39b25a6a2332..ce1c833d9bab 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gu.arb @@ -143,5 +143,6 @@ "collapsedHint": "મોટી કરી", "menuDismissLabel": "મેનૂ છોડી દો", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index 7b3d765f40bf..7e5ed5c95455 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -150,5 +150,6 @@ "collapsedHint": "מורחב", "menuDismissLabel": "סגירת התפריט", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hi.arb b/packages/flutter_localizations/lib/src/l10n/material_hi.arb index e8e20261a376..38ac3fd0bdb9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hi.arb @@ -144,5 +144,6 @@ "collapsedHint": "बड़ा किया गया", "menuDismissLabel": "मेन्यू खारिज करें", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hr.arb b/packages/flutter_localizations/lib/src/l10n/material_hr.arb index a9de4551a460..59cf13db5ece 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hr.arb @@ -147,5 +147,6 @@ "collapsedHint": "Prošireno", "menuDismissLabel": "Odbacivanje izbornika", "lookUpButtonLabel": "Pogled prema gore", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hu.arb b/packages/flutter_localizations/lib/src/l10n/material_hu.arb index 3ae117f26644..df2ba6d9ccda 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hu.arb @@ -144,5 +144,6 @@ "collapsedHint": "Kibontva", "menuDismissLabel": "Menü bezárása", "lookUpButtonLabel": "Felfelé nézés", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hy.arb b/packages/flutter_localizations/lib/src/l10n/material_hy.arb index 60b330e90e5b..8a005fda07db 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hy.arb @@ -149,5 +149,6 @@ "collapsedHint": "Ծավալված է", "menuDismissLabel": "Փակել ընտրացանկը", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_id.arb b/packages/flutter_localizations/lib/src/l10n/material_id.arb index 070267880166..c43af93ec399 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_id.arb @@ -144,5 +144,6 @@ "collapsedHint": "Diluaskan", "menuDismissLabel": "Tutup menu", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_is.arb b/packages/flutter_localizations/lib/src/l10n/material_is.arb index d4a1d4d9c3cc..8dbc6518dd4b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_is.arb @@ -143,5 +143,6 @@ "collapsedHint": "Stækkað", "menuDismissLabel": "Loka valmynd", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index 8315404a73ad..f8094612375f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -144,5 +144,6 @@ "collapsedHint": "Espanso", "menuDismissLabel": "Ignora menu", "lookUpButtonLabel": "Cerca", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index 5aaef029ecfd..02700410405b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -144,5 +144,6 @@ "collapsedHint": "開きました", "menuDismissLabel": "メニューを閉じる", "lookUpButtonLabel": "調べる", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ka.arb b/packages/flutter_localizations/lib/src/l10n/material_ka.arb index 3dda9b4d7c7c..1fc8909e336c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ka.arb @@ -143,5 +143,6 @@ "collapsedHint": "გაფართოებულია", "menuDismissLabel": "მენიუს უარყოფა", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kk.arb b/packages/flutter_localizations/lib/src/l10n/material_kk.arb index a858f1c95ca6..efd070ee1b8d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kk.arb @@ -145,5 +145,6 @@ "collapsedHint": "Жайылды", "menuDismissLabel": "Мәзірді жабу", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_km.arb b/packages/flutter_localizations/lib/src/l10n/material_km.arb index b73f086693a1..c14c56ae2c1c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_km.arb @@ -144,5 +144,6 @@ "collapsedHint": "បាន​ពង្រីក", "menuDismissLabel": "ច្រានចោល​ម៉ឺនុយ", "lookUpButtonLabel": "រកមើល", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kn.arb b/packages/flutter_localizations/lib/src/l10n/material_kn.arb index 4dd80f0c0022..21cef3bf69d8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kn.arb @@ -143,5 +143,6 @@ "collapsedHint": "\u0cb5\u0cbf\u0cb8\u0ccd\u0ca4\u0cb0\u0cbf\u0cb8\u0cb2\u0cbe\u0c97\u0cbf\u0ca6\u0cc6", "menuDismissLabel": "\u0cae\u0cc6\u0ca8\u0cc1\u0cb5\u0ca8\u0ccd\u0ca8\u0cc1\u0020\u0cb5\u0c9c\u0cbe\u0c97\u0cc6\u0cc2\u0cb3\u0cbf\u0cb8\u0cbf", "lookUpButtonLabel": "\u004c\u006f\u006f\u006b\u0020\u0055\u0070", - "searchWebButtonLabel": "\u0053\u0065\u0061\u0072\u0063\u0068\u0020\u0057\u0065\u0062" + "searchWebButtonLabel": "\u0053\u0065\u0061\u0072\u0063\u0068\u0020\u0057\u0065\u0062", + "shareButtonLabel": "\u0053\u0068\u0061\u0072\u0065\u002e\u002e\u002e" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index b4910e20b76c..fa2856b05255 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -144,5 +144,6 @@ "collapsedHint": "펼침", "menuDismissLabel": "메뉴 닫기", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ky.arb b/packages/flutter_localizations/lib/src/l10n/material_ky.arb index c835a8a6063d..d924c4954693 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ky.arb @@ -143,5 +143,6 @@ "collapsedHint": "Жайылып көрсөтүлдү", "menuDismissLabel": "Менюну жабуу", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lo.arb b/packages/flutter_localizations/lib/src/l10n/material_lo.arb index 552d3bb39cd2..69aefa7a22f7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lo.arb @@ -143,5 +143,6 @@ "collapsedHint": "ຂະຫຍາຍແລ້ວ", "menuDismissLabel": "ປິດເມນູ", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lt.arb b/packages/flutter_localizations/lib/src/l10n/material_lt.arb index 67f7266f7e09..79138cabaf38 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lt.arb @@ -150,5 +150,6 @@ "collapsedHint": "Išskleista", "menuDismissLabel": "Atsisakyti meniu", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lv.arb b/packages/flutter_localizations/lib/src/l10n/material_lv.arb index a7afb08c9692..32c496d9a956 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lv.arb @@ -145,5 +145,6 @@ "collapsedHint": "Izvērsts", "menuDismissLabel": "Nerādīt izvēlni", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mk.arb b/packages/flutter_localizations/lib/src/l10n/material_mk.arb index bd2227b5adc5..6b43ceb0ac86 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mk.arb @@ -143,5 +143,6 @@ "collapsedHint": "Проширено", "menuDismissLabel": "Отфрлете го менито", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ml.arb b/packages/flutter_localizations/lib/src/l10n/material_ml.arb index 2bffcdd5b363..2a6737a51dad 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ml.arb @@ -143,5 +143,6 @@ "collapsedHint": "വികസിപ്പിച്ചു", "menuDismissLabel": "മെനു ഡിസ്മിസ് ചെയ്യുക", "lookUpButtonLabel": "മുകളിലേക്ക് നോക്കുക", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mn.arb b/packages/flutter_localizations/lib/src/l10n/material_mn.arb index add93c96dd47..20f54fd252f9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mn.arb @@ -145,5 +145,6 @@ "collapsedHint": "Дэлгэсэн", "menuDismissLabel": "Цэсийг хаах", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mr.arb b/packages/flutter_localizations/lib/src/l10n/material_mr.arb index f6bcd09d85dd..0889a9b10e70 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mr.arb @@ -145,5 +145,6 @@ "collapsedHint": "विस्तार केले", "menuDismissLabel": "मेनू डिसमिस करा", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ms.arb b/packages/flutter_localizations/lib/src/l10n/material_ms.arb index a1ce5e8f9528..352736c01780 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ms.arb @@ -145,5 +145,6 @@ "collapsedHint": "Dikembangkan", "menuDismissLabel": "Ketepikan menu", "lookUpButtonLabel": "Lihat ke Atas", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_my.arb b/packages/flutter_localizations/lib/src/l10n/material_my.arb index 0f126392b2a1..bdb51efcb5ec 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_my.arb @@ -143,5 +143,6 @@ "collapsedHint": "ဖြန့်ထားသည်", "menuDismissLabel": "မီနူးကိုပယ်ပါ", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nb.arb b/packages/flutter_localizations/lib/src/l10n/material_nb.arb index a575c85b87bb..51a920405327 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nb.arb @@ -142,5 +142,6 @@ "collapsedHint": "Vises", "menuDismissLabel": "Lukk menyen", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ne.arb b/packages/flutter_localizations/lib/src/l10n/material_ne.arb index 82ad492e0c03..682ae42d4509 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ne.arb @@ -143,5 +143,6 @@ "collapsedHint": "एक्स्पान्ड गरियो", "menuDismissLabel": "मेनु खारेज गर्नुहोस्", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index 3c9f1c1003c9..ed6fa8d09939 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -144,5 +144,6 @@ "collapsedHint": "Uitgevouwen", "menuDismissLabel": "Menu sluiten", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_no.arb b/packages/flutter_localizations/lib/src/l10n/material_no.arb index a575c85b87bb..51a920405327 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_no.arb @@ -142,5 +142,6 @@ "collapsedHint": "Vises", "menuDismissLabel": "Lukk menyen", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_or.arb b/packages/flutter_localizations/lib/src/l10n/material_or.arb index 1270c6debcf4..f912d335d0ca 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_or.arb @@ -143,5 +143,6 @@ "collapsedHint": "ବିସ୍ତାର କରାଯାଇଛି", "menuDismissLabel": "ମେନୁ ଖାରଜ କରନ୍ତୁ", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pa.arb b/packages/flutter_localizations/lib/src/l10n/material_pa.arb index f6b7804cbe47..3fef6da95ffd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pa.arb @@ -143,5 +143,6 @@ "collapsedHint": "ਵਿਸਤਾਰ ਕੀਤਾ ਗਿਆ", "menuDismissLabel": "ਮੀਨੂ ਖਾਰਜ ਕਰੋ", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index 69826d57c487..a7a4fe5d0999 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -150,5 +150,6 @@ "collapsedHint": "Rozwinięto", "menuDismissLabel": "Zamknij menu", "lookUpButtonLabel": "Sprawdź", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ps.arb b/packages/flutter_localizations/lib/src/l10n/material_ps.arb index 12905fde0877..6660397de90f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ps.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ps.arb @@ -145,5 +145,6 @@ "collapsedHint": "Expanded", "menuDismissLabel": "Dismiss menu", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index 6a8e0e31e7e4..daf092cf8210 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -146,5 +146,6 @@ "collapsedHint": "Aberto.", "menuDismissLabel": "Dispensar menu", "lookUpButtonLabel": "Pesquisar", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/flutter_localizations/lib/src/l10n/material_ro.arb index 0f952ecc8763..d85a49ff1fdc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ro.arb @@ -148,5 +148,6 @@ "collapsedHint": "Extins", "menuDismissLabel": "Respingeți meniul", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index 1d71fd7e9e90..a73207d20f4c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -151,5 +151,6 @@ "collapsedHint": "Развернуто", "menuDismissLabel": "Закрыть меню", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_si.arb b/packages/flutter_localizations/lib/src/l10n/material_si.arb index 60ea03302534..4d236f2a8c8a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_si.arb @@ -143,5 +143,6 @@ "collapsedHint": "දිග හරින ලදි", "menuDismissLabel": "මෙනුව අස් කරන්න", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sk.arb b/packages/flutter_localizations/lib/src/l10n/material_sk.arb index 27b838e489a0..5b2792a96a22 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sk.arb @@ -150,5 +150,6 @@ "collapsedHint": "Rozbalené", "menuDismissLabel": "Zavrieť ponuku", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sl.arb b/packages/flutter_localizations/lib/src/l10n/material_sl.arb index 5371dc0f55d3..a850fcb0e73f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sl.arb @@ -150,5 +150,6 @@ "collapsedHint": "Razširjeno", "menuDismissLabel": "Opusti meni", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sq.arb b/packages/flutter_localizations/lib/src/l10n/material_sq.arb index 593342090c10..82e7bf36597c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sq.arb @@ -143,5 +143,6 @@ "collapsedHint": "U zgjerua", "menuDismissLabel": "Hiqe menynë", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr.arb b/packages/flutter_localizations/lib/src/l10n/material_sr.arb index db5d3c9991f6..b1b745fb0827 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr.arb @@ -147,5 +147,6 @@ "collapsedHint": "Проширено је", "menuDismissLabel": "Одбаците мени", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sv.arb b/packages/flutter_localizations/lib/src/l10n/material_sv.arb index 83cf62ad9898..6c3925b1cd26 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sv.arb @@ -144,5 +144,6 @@ "collapsedHint": "Utökades", "menuDismissLabel": "Stäng menyn", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sw.arb b/packages/flutter_localizations/lib/src/l10n/material_sw.arb index 456a35e35fda..8d42d166ea43 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sw.arb @@ -145,5 +145,6 @@ "collapsedHint": "Imepanuliwa", "menuDismissLabel": "Ondoa menyu", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ta.arb b/packages/flutter_localizations/lib/src/l10n/material_ta.arb index 0654dce9c02d..6dbde632081c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ta.arb @@ -145,5 +145,6 @@ "collapsedHint": "விரிவாக்கப்பட்டது", "menuDismissLabel": "மெனுவை மூடும்", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_te.arb b/packages/flutter_localizations/lib/src/l10n/material_te.arb index 84e3bd000e47..bc1abeef6560 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_te.arb @@ -143,5 +143,6 @@ "collapsedHint": "విస్తరించబడింది", "menuDismissLabel": "మెనూను తీసివేయండి", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/flutter_localizations/lib/src/l10n/material_th.arb index d29a952478b1..e12ffad42c38 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_th.arb @@ -144,5 +144,6 @@ "collapsedHint": "ขยาย", "menuDismissLabel": "ปิดเมนู", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tl.arb b/packages/flutter_localizations/lib/src/l10n/material_tl.arb index fe87826b1efa..81500d0ee0cb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tl.arb @@ -144,5 +144,6 @@ "collapsedHint": "Naka-expand", "menuDismissLabel": "I-dismiss ang menu", "lookUpButtonLabel": "Tumingin sa Itaas", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index f92fb50a73f9..bfcbc7458b51 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -144,5 +144,6 @@ "collapsedHint": "Genişletildi", "menuDismissLabel": "Menüyü kapat", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uk.arb b/packages/flutter_localizations/lib/src/l10n/material_uk.arb index c6e8f62de277..40f9098644dd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uk.arb @@ -150,5 +150,6 @@ "collapsedHint": "Розгорнуто", "menuDismissLabel": "Закрити меню", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index ea8fe8549ee0..cb6c453d4fba 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -144,5 +144,6 @@ "collapsedHint": "پھیلا ہوا", "menuDismissLabel": "مینو برخاست کریں", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uz.arb b/packages/flutter_localizations/lib/src/l10n/material_uz.arb index 8a1b5cdb92f1..842624888b05 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uz.arb @@ -143,5 +143,6 @@ "collapsedHint": "Yoyilgan", "menuDismissLabel": "Menyuni yopish", "lookUpButtonLabel": "Tepaga qarang", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_vi.arb b/packages/flutter_localizations/lib/src/l10n/material_vi.arb index 65c677158aaa..32b1cd43aa2d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_vi.arb @@ -144,5 +144,6 @@ "collapsedHint": "Đã mở rộng", "menuDismissLabel": "Đóng trình đơn", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index e05be57f3ed1..0d65ab605fb8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -144,5 +144,6 @@ "collapsedHint": "已展开", "menuDismissLabel": "关闭菜单", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zu.arb b/packages/flutter_localizations/lib/src/l10n/material_zu.arb index 04dbf5af003b..8cf22c29b915 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zu.arb @@ -143,5 +143,6 @@ "collapsedHint": "Kunwetshiwe", "menuDismissLabel": "Chitha imenyu", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web" + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share..." } From 0728cc081705a39e87c3206f05e296f2cccff18c Mon Sep 17 00:00:00 2001 From: Andrey Suvorov <32621121+AndreySuworow@users.noreply.github.com> Date: Fri, 18 Aug 2023 19:38:54 +0300 Subject: [PATCH 250/327] fixes l10n for CupertinoDatePicker in monthYear mode (#130934) This PR fixes l10n issue when months names are being used in incorrect form in CupertinoDatePicker in CupertinoDatePickerMode.yearMonth (#130930). The idea of this proposal is to add an optional parameter `standalone` for `CupertinoLocalizations.datePickerMonth` to be able to choose when to use months names in base form (intl DateSymbols.STANDALONEMONTHS) and when in day-dependent form (intl DateSymbols.MONTHS)
Before image image
After image image
--- .../lib/src/cupertino_localizations.dart | 12 +++++ .../test/cupertino/date_picker_test.dart | 47 +++++++++++++++++++ .../test/cupertino/translations_test.dart | 5 ++ 3 files changed, 64 insertions(+) create mode 100644 packages/flutter_localizations/test/cupertino/date_picker_test.dart diff --git a/packages/flutter_localizations/lib/src/cupertino_localizations.dart b/packages/flutter_localizations/lib/src/cupertino_localizations.dart index 68a5c0bc8b0b..ec9b82120785 100644 --- a/packages/flutter_localizations/lib/src/cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/cupertino_localizations.dart @@ -100,6 +100,18 @@ abstract class GlobalCupertinoLocalizations implements CupertinoLocalizations { return _fullYearFormat.dateSymbols.MONTHS[monthIndex - 1]; } + @override + String datePickerStandaloneMonth(int monthIndex) { + // It doesn't actually have anything to do with _fullYearFormat. It's just + // taking advantage of the fact that _fullYearFormat loaded the needed + // locale's symbols. + // + // Because this will be used without specifying any day of month, + // in most cases it should be capitalized (according to rules in specific language). + return intl.toBeginningOfSentenceCase(_fullYearFormat.dateSymbols.STANDALONEMONTHS[monthIndex - 1]) ?? + _fullYearFormat.dateSymbols.STANDALONEMONTHS[monthIndex - 1]; + } + @override String datePickerDayOfMonth(int dayIndex, [int? weekDay]) { if (weekDay != null) { diff --git a/packages/flutter_localizations/test/cupertino/date_picker_test.dart b/packages/flutter_localizations/test/cupertino/date_picker_test.dart new file mode 100644 index 000000000000..d94b5343a905 --- /dev/null +++ b/packages/flutter_localizations/test/cupertino/date_picker_test.dart @@ -0,0 +1,47 @@ +// Copyright 2014 The Flutter Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +import 'package:flutter/cupertino.dart'; +import 'package:flutter_localizations/flutter_localizations.dart'; +import 'package:flutter_test/flutter_test.dart'; + +void main() { + testWidgets('Test correct month form for CupertinoDatePicker in monthYear mode', (WidgetTester tester) async { + await tester.pumpWidget( + CupertinoApp( + home: CupertinoPageScaffold( + child: Center( + child: CupertinoDatePicker( + initialDateTime: DateTime(2023, 5), + onDateTimeChanged: (_) {}, + mode: CupertinoDatePickerMode.monthYear, + )), + ), + supportedLocales: const [Locale('ru', 'RU')], + localizationsDelegates: GlobalCupertinoLocalizations.delegates, + ), + ); + + expect(find.text('Май'), findsWidgets); + }); + + testWidgets('Test correct month form for CupertinoDatePicker in date mode', (WidgetTester tester) async { + await tester.pumpWidget( + CupertinoApp( + home: CupertinoPageScaffold( + child: Center( + child: CupertinoDatePicker( + initialDateTime: DateTime(2023, 5), + onDateTimeChanged: (_) {}, + mode: CupertinoDatePickerMode.date, + )), + ), + supportedLocales: const [Locale('ru', 'RU')], + localizationsDelegates: GlobalCupertinoLocalizations.delegates, + ), + ); + + expect(find.text('мая'), findsWidgets); + }); +} diff --git a/packages/flutter_localizations/test/cupertino/translations_test.dart b/packages/flutter_localizations/test/cupertino/translations_test.dart index 736e5ddb2577..a827e0d498f6 100644 --- a/packages/flutter_localizations/test/cupertino/translations_test.dart +++ b/packages/flutter_localizations/test/cupertino/translations_test.dart @@ -34,6 +34,11 @@ void main() { expect(localizations.datePickerMonth(11), isNotNull); expect(localizations.datePickerMonth(12), isNotNull); + expect(localizations.datePickerStandaloneMonth(1), isNotNull); + expect(localizations.datePickerStandaloneMonth(2), isNotNull); + expect(localizations.datePickerStandaloneMonth(11), isNotNull); + expect(localizations.datePickerStandaloneMonth(12), isNotNull); + expect(localizations.datePickerDayOfMonth(0), isNotNull); expect(localizations.datePickerDayOfMonth(1), isNotNull); expect(localizations.datePickerDayOfMonth(2), isNotNull); From 0ba1c89b0a719190d07dc65e4ef9bb676735cc74 Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Thu, 24 Aug 2023 14:54:56 -0700 Subject: [PATCH 251/327] l10n-related documentation improvements (#133114) --- .../localization/bin/gen_localizations.dart | 18 +++++++++--------- .../lib/src/l10n/material_en.arb | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/dev/tools/localization/bin/gen_localizations.dart b/dev/tools/localization/bin/gen_localizations.dart index 91490fec321c..af70e2368955 100644 --- a/dev/tools/localization/bin/gen_localizations.dart +++ b/dev/tools/localization/bin/gen_localizations.dart @@ -2,11 +2,11 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -// This program generates a getMaterialTranslation() and a -// getCupertinoTranslation() function that look up the translations provided by +// This program generates getMaterialTranslation(), getCupertinoTranslation(), +// and getWidgetsTranslation() functions that look up the translations provided by // the arb files. The returned value is a generated instance of a -// GlobalMaterialLocalizations or a GlobalCupertinoLocalizations that -// corresponds to a single locale. +// GlobalMaterialLocalizations, GlobalCupertinoLocalizations, or +// GlobalWidgetsLocalizations object that corresponds to a single locale. // // The *.arb files are in packages/flutter_localizations/lib/src/l10n. // @@ -40,8 +40,8 @@ // ``` // // If the data looks good, use the `-w` or `--overwrite` option to overwrite the -// packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart -// and packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart file: +// generated_material_localizations.dart, generated_cupertino_localizations.dart, +// and generated_widgets_localizations.dart files in packages/flutter_localizations/lib/src/l10n/: // // ``` // dart dev/tools/localization/bin/gen_localizations.dart --overwrite @@ -543,19 +543,19 @@ void main(List rawArgs) { // Maps of locales to resource key/value pairs for Widgets ARBs. final Map> widgetsLocaleToResources = >{}; - // Maps of locales to resource key/attributes pairs for Widgets ARBs.. + // Maps of locales to resource key/attributes pairs for Widgets ARBs. // https://github.com/googlei18n/app-resource-bundle/wiki/ApplicationResourceBundleSpecification#resource-attributes final Map> widgetsLocaleToResourceAttributes = >{}; // Maps of locales to resource key/value pairs for Material ARBs. final Map> materialLocaleToResources = >{}; - // Maps of locales to resource key/attributes pairs for Material ARBs.. + // Maps of locales to resource key/attributes pairs for Material ARBs. // https://github.com/googlei18n/app-resource-bundle/wiki/ApplicationResourceBundleSpecification#resource-attributes final Map> materialLocaleToResourceAttributes = >{}; // Maps of locales to resource key/value pairs for Cupertino ARBs. final Map> cupertinoLocaleToResources = >{}; - // Maps of locales to resource key/attributes pairs for Cupertino ARBs.. + // Maps of locales to resource key/attributes pairs for Cupertino ARBs. // https://github.com/googlei18n/app-resource-bundle/wiki/ApplicationResourceBundleSpecification#resource-attributes final Map> cupertinoLocaleToResourceAttributes = >{}; diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index de77ae0c163e..bcce0e2b3980 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -73,7 +73,7 @@ "scrimLabel": "Scrim", "@scrimLabel": { - "description": "The label for the scrim rendered underneath the content of a modal route." + "description": "The label for the scrim rendered underneath the content of a bottom sheet (used as the 'modalRouteContentName' of the 'scrimOnTapHint' message)." }, "bottomSheetLabel": "Bottom Sheet", @@ -83,7 +83,7 @@ "scrimOnTapHint": "Close $modalRouteContentName", "@scrimOnTapHint": { - "description": "The onTapHint for the scrim rendered underneath the content of a modal route which users can tap to dismiss the content", + "description": "The onTapHint for the scrim rendered underneath the content of a modal route (especially a bottom sheet) which users can tap to dismiss the content.", "parameters": "modalRouteContentName" }, From 5f8b567410f35f25249bc0fb87f5b3b2cddd4ece Mon Sep 17 00:00:00 2001 From: godofredoc Date: Thu, 28 Sep 2023 21:11:31 -0700 Subject: [PATCH 252/327] Update localizations. (#135691) Updates the localization files. --- .../lib/src/l10n/cupertino_af.arb | 6 +- .../lib/src/l10n/cupertino_am.arb | 6 +- .../lib/src/l10n/cupertino_ar.arb | 6 +- .../lib/src/l10n/cupertino_as.arb | 6 +- .../lib/src/l10n/cupertino_az.arb | 6 +- .../lib/src/l10n/cupertino_be.arb | 6 +- .../lib/src/l10n/cupertino_bg.arb | 4 +- .../lib/src/l10n/cupertino_bn.arb | 6 +- .../lib/src/l10n/cupertino_bs.arb | 6 +- .../lib/src/l10n/cupertino_ca.arb | 8 +- .../lib/src/l10n/cupertino_cs.arb | 6 +- .../lib/src/l10n/cupertino_cy.arb | 6 +- .../lib/src/l10n/cupertino_da.arb | 8 +- .../lib/src/l10n/cupertino_de.arb | 8 +- .../lib/src/l10n/cupertino_el.arb | 4 +- .../lib/src/l10n/cupertino_en_AU.arb | 2 + .../lib/src/l10n/cupertino_en_GB.arb | 2 + .../lib/src/l10n/cupertino_en_IE.arb | 2 + .../lib/src/l10n/cupertino_en_IN.arb | 2 + .../lib/src/l10n/cupertino_en_NZ.arb | 2 + .../lib/src/l10n/cupertino_en_SG.arb | 2 + .../lib/src/l10n/cupertino_en_ZA.arb | 2 + .../lib/src/l10n/cupertino_es.arb | 6 +- .../lib/src/l10n/cupertino_es_419.arb | 4 +- .../lib/src/l10n/cupertino_es_AR.arb | 4 +- .../lib/src/l10n/cupertino_es_BO.arb | 4 +- .../lib/src/l10n/cupertino_es_CL.arb | 4 +- .../lib/src/l10n/cupertino_es_CO.arb | 4 +- .../lib/src/l10n/cupertino_es_CR.arb | 4 +- .../lib/src/l10n/cupertino_es_DO.arb | 4 +- .../lib/src/l10n/cupertino_es_EC.arb | 4 +- .../lib/src/l10n/cupertino_es_GT.arb | 4 +- .../lib/src/l10n/cupertino_es_HN.arb | 4 +- .../lib/src/l10n/cupertino_es_MX.arb | 4 +- .../lib/src/l10n/cupertino_es_NI.arb | 4 +- .../lib/src/l10n/cupertino_es_PA.arb | 4 +- .../lib/src/l10n/cupertino_es_PE.arb | 4 +- .../lib/src/l10n/cupertino_es_PR.arb | 4 +- .../lib/src/l10n/cupertino_es_PY.arb | 4 +- .../lib/src/l10n/cupertino_es_SV.arb | 4 +- .../lib/src/l10n/cupertino_es_US.arb | 4 +- .../lib/src/l10n/cupertino_es_UY.arb | 4 +- .../lib/src/l10n/cupertino_es_VE.arb | 4 +- .../lib/src/l10n/cupertino_et.arb | 4 +- .../lib/src/l10n/cupertino_eu.arb | 6 +- .../lib/src/l10n/cupertino_fa.arb | 6 +- .../lib/src/l10n/cupertino_fi.arb | 6 +- .../lib/src/l10n/cupertino_fil.arb | 4 +- .../lib/src/l10n/cupertino_fr.arb | 8 +- .../lib/src/l10n/cupertino_fr_CA.arb | 3 + .../lib/src/l10n/cupertino_gl.arb | 4 +- .../lib/src/l10n/cupertino_gsw.arb | 8 +- .../lib/src/l10n/cupertino_gu.arb | 6 +- .../lib/src/l10n/cupertino_he.arb | 6 +- .../lib/src/l10n/cupertino_hi.arb | 6 +- .../lib/src/l10n/cupertino_hr.arb | 4 +- .../lib/src/l10n/cupertino_hu.arb | 4 +- .../lib/src/l10n/cupertino_hy.arb | 6 +- .../lib/src/l10n/cupertino_id.arb | 6 +- .../lib/src/l10n/cupertino_is.arb | 4 +- .../lib/src/l10n/cupertino_it.arb | 4 +- .../lib/src/l10n/cupertino_ja.arb | 6 +- .../lib/src/l10n/cupertino_ka.arb | 6 +- .../lib/src/l10n/cupertino_kk.arb | 6 +- .../lib/src/l10n/cupertino_km.arb | 4 +- .../lib/src/l10n/cupertino_kn.arb | 6 +- .../lib/src/l10n/cupertino_ko.arb | 6 +- .../lib/src/l10n/cupertino_ky.arb | 6 +- .../lib/src/l10n/cupertino_lo.arb | 6 +- .../lib/src/l10n/cupertino_lt.arb | 6 +- .../lib/src/l10n/cupertino_lv.arb | 6 +- .../lib/src/l10n/cupertino_mk.arb | 6 +- .../lib/src/l10n/cupertino_ml.arb | 4 +- .../lib/src/l10n/cupertino_mn.arb | 6 +- .../lib/src/l10n/cupertino_mr.arb | 6 +- .../lib/src/l10n/cupertino_ms.arb | 4 +- .../lib/src/l10n/cupertino_my.arb | 6 +- .../lib/src/l10n/cupertino_nb.arb | 6 +- .../lib/src/l10n/cupertino_ne.arb | 6 +- .../lib/src/l10n/cupertino_nl.arb | 6 +- .../lib/src/l10n/cupertino_no.arb | 6 +- .../lib/src/l10n/cupertino_or.arb | 6 +- .../lib/src/l10n/cupertino_pa.arb | 6 +- .../lib/src/l10n/cupertino_pl.arb | 4 +- .../lib/src/l10n/cupertino_pt.arb | 6 +- .../lib/src/l10n/cupertino_pt_PT.arb | 2 + .../lib/src/l10n/cupertino_ro.arb | 8 +- .../lib/src/l10n/cupertino_ru.arb | 6 +- .../lib/src/l10n/cupertino_si.arb | 6 +- .../lib/src/l10n/cupertino_sk.arb | 8 +- .../lib/src/l10n/cupertino_sl.arb | 6 +- .../lib/src/l10n/cupertino_sq.arb | 6 +- .../lib/src/l10n/cupertino_sr.arb | 6 +- .../lib/src/l10n/cupertino_sr_Latn.arb | 3 + .../lib/src/l10n/cupertino_sv.arb | 8 +- .../lib/src/l10n/cupertino_sw.arb | 6 +- .../lib/src/l10n/cupertino_ta.arb | 6 +- .../lib/src/l10n/cupertino_te.arb | 6 +- .../lib/src/l10n/cupertino_th.arb | 6 +- .../lib/src/l10n/cupertino_tl.arb | 4 +- .../lib/src/l10n/cupertino_tr.arb | 6 +- .../lib/src/l10n/cupertino_uk.arb | 6 +- .../lib/src/l10n/cupertino_ur.arb | 6 +- .../lib/src/l10n/cupertino_uz.arb | 4 +- .../lib/src/l10n/cupertino_vi.arb | 6 +- .../lib/src/l10n/cupertino_zh.arb | 6 +- .../lib/src/l10n/cupertino_zh_HK.arb | 2 + .../lib/src/l10n/cupertino_zh_TW.arb | 3 + .../lib/src/l10n/cupertino_zu.arb | 6 +- .../generated_cupertino_localizations.dart | 598 +++++++++--------- .../generated_material_localizations.dart | 515 ++++++++------- .../lib/src/l10n/material_af.arb | 6 +- .../lib/src/l10n/material_am.arb | 6 +- .../lib/src/l10n/material_ar.arb | 6 +- .../lib/src/l10n/material_as.arb | 6 +- .../lib/src/l10n/material_az.arb | 6 +- .../lib/src/l10n/material_be.arb | 6 +- .../lib/src/l10n/material_bg.arb | 4 +- .../lib/src/l10n/material_bn.arb | 6 +- .../lib/src/l10n/material_bs.arb | 6 +- .../lib/src/l10n/material_ca.arb | 6 +- .../lib/src/l10n/material_cs.arb | 6 +- .../lib/src/l10n/material_cy.arb | 6 +- .../lib/src/l10n/material_da.arb | 6 +- .../lib/src/l10n/material_de.arb | 6 +- .../lib/src/l10n/material_el.arb | 4 +- .../lib/src/l10n/material_en_AU.arb | 2 + .../lib/src/l10n/material_en_GB.arb | 2 + .../lib/src/l10n/material_en_IE.arb | 2 + .../lib/src/l10n/material_en_IN.arb | 2 + .../lib/src/l10n/material_en_NZ.arb | 2 + .../lib/src/l10n/material_en_SG.arb | 2 + .../lib/src/l10n/material_en_ZA.arb | 2 + .../lib/src/l10n/material_es.arb | 6 +- .../lib/src/l10n/material_es_419.arb | 2 + .../lib/src/l10n/material_es_AR.arb | 2 + .../lib/src/l10n/material_es_BO.arb | 2 + .../lib/src/l10n/material_es_CL.arb | 2 + .../lib/src/l10n/material_es_CO.arb | 2 + .../lib/src/l10n/material_es_CR.arb | 2 + .../lib/src/l10n/material_es_DO.arb | 2 + .../lib/src/l10n/material_es_EC.arb | 2 + .../lib/src/l10n/material_es_GT.arb | 2 + .../lib/src/l10n/material_es_HN.arb | 2 + .../lib/src/l10n/material_es_MX.arb | 2 + .../lib/src/l10n/material_es_NI.arb | 2 + .../lib/src/l10n/material_es_PA.arb | 2 + .../lib/src/l10n/material_es_PE.arb | 2 + .../lib/src/l10n/material_es_PR.arb | 2 + .../lib/src/l10n/material_es_PY.arb | 2 + .../lib/src/l10n/material_es_SV.arb | 2 + .../lib/src/l10n/material_es_US.arb | 2 + .../lib/src/l10n/material_es_UY.arb | 2 + .../lib/src/l10n/material_es_VE.arb | 2 + .../lib/src/l10n/material_et.arb | 4 +- .../lib/src/l10n/material_eu.arb | 6 +- .../lib/src/l10n/material_fa.arb | 6 +- .../lib/src/l10n/material_fi.arb | 6 +- .../lib/src/l10n/material_fil.arb | 4 +- .../lib/src/l10n/material_fr.arb | 6 +- .../lib/src/l10n/material_fr_CA.arb | 3 + .../lib/src/l10n/material_gl.arb | 4 +- .../lib/src/l10n/material_gsw.arb | 6 +- .../lib/src/l10n/material_gu.arb | 6 +- .../lib/src/l10n/material_he.arb | 6 +- .../lib/src/l10n/material_hi.arb | 6 +- .../lib/src/l10n/material_hr.arb | 4 +- .../lib/src/l10n/material_hu.arb | 4 +- .../lib/src/l10n/material_hy.arb | 6 +- .../lib/src/l10n/material_id.arb | 6 +- .../lib/src/l10n/material_is.arb | 4 +- .../lib/src/l10n/material_it.arb | 4 +- .../lib/src/l10n/material_ja.arb | 6 +- .../lib/src/l10n/material_ka.arb | 6 +- .../lib/src/l10n/material_kk.arb | 6 +- .../lib/src/l10n/material_km.arb | 4 +- .../lib/src/l10n/material_kn.arb | 6 +- .../lib/src/l10n/material_ko.arb | 6 +- .../lib/src/l10n/material_ky.arb | 6 +- .../lib/src/l10n/material_lo.arb | 6 +- .../lib/src/l10n/material_lt.arb | 6 +- .../lib/src/l10n/material_lv.arb | 6 +- .../lib/src/l10n/material_mk.arb | 6 +- .../lib/src/l10n/material_ml.arb | 4 +- .../lib/src/l10n/material_mn.arb | 6 +- .../lib/src/l10n/material_mr.arb | 6 +- .../lib/src/l10n/material_ms.arb | 4 +- .../lib/src/l10n/material_my.arb | 6 +- .../lib/src/l10n/material_nb.arb | 6 +- .../lib/src/l10n/material_ne.arb | 6 +- .../lib/src/l10n/material_nl.arb | 6 +- .../lib/src/l10n/material_no.arb | 6 +- .../lib/src/l10n/material_or.arb | 6 +- .../lib/src/l10n/material_pa.arb | 6 +- .../lib/src/l10n/material_pl.arb | 4 +- .../lib/src/l10n/material_pt.arb | 4 +- .../lib/src/l10n/material_pt_PT.arb | 2 + .../lib/src/l10n/material_ro.arb | 6 +- .../lib/src/l10n/material_ru.arb | 6 +- .../lib/src/l10n/material_si.arb | 6 +- .../lib/src/l10n/material_sk.arb | 6 +- .../lib/src/l10n/material_sl.arb | 6 +- .../lib/src/l10n/material_sq.arb | 6 +- .../lib/src/l10n/material_sr.arb | 6 +- .../lib/src/l10n/material_sr_Latn.arb | 3 + .../lib/src/l10n/material_sv.arb | 6 +- .../lib/src/l10n/material_sw.arb | 6 +- .../lib/src/l10n/material_ta.arb | 6 +- .../lib/src/l10n/material_te.arb | 6 +- .../lib/src/l10n/material_th.arb | 6 +- .../lib/src/l10n/material_tl.arb | 4 +- .../lib/src/l10n/material_tr.arb | 6 +- .../lib/src/l10n/material_uk.arb | 6 +- .../lib/src/l10n/material_ur.arb | 6 +- .../lib/src/l10n/material_uz.arb | 4 +- .../lib/src/l10n/material_vi.arb | 6 +- .../lib/src/l10n/material_zh.arb | 10 +- .../lib/src/l10n/material_zh_HK.arb | 2 + .../lib/src/l10n/material_zh_TW.arb | 3 + .../lib/src/l10n/material_zu.arb | 6 +- .../test/cupertino/translations_test.dart | 2 +- 221 files changed, 1202 insertions(+), 969 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb index 8a689cc1deee..e686fe0c9470 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb @@ -24,7 +24,7 @@ "searchTextFieldPlaceholderLabel": "Soek", "noSpellCheckReplacementsLabel": "Geen plaasvervangers gevind nie", "menuDismissLabel": "Maak kieslys toe", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Kyk op", + "searchWebButtonLabel": "Deursoek web", + "shareButtonLabel": "Deel …" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb index e2075ff897e2..248496666bef 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb @@ -24,7 +24,7 @@ "searchTextFieldPlaceholderLabel": "ፍለጋ", "noSpellCheckReplacementsLabel": "ምንም ተተኪዎች አልተገኙም", "menuDismissLabel": "ምናሌን አሰናብት", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "ይመልከቱ", + "searchWebButtonLabel": "ድርን ፈልግ", + "shareButtonLabel": "አጋራ..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb index dbe42013b85b..7bdfeb4ce25e 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb @@ -44,7 +44,7 @@ "searchTextFieldPlaceholderLabel": "بحث", "noSpellCheckReplacementsLabel": "لم يتم العثور على بدائل", "menuDismissLabel": "إغلاق القائمة", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "النظر إلى أعلى", + "searchWebButtonLabel": "البحث على الويب", + "shareButtonLabel": "مشاركة…" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb index 18770258b908..34ecac02a57e 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb @@ -24,7 +24,7 @@ "searchTextFieldPlaceholderLabel": "সন্ধান কৰক", "noSpellCheckReplacementsLabel": "এইটোৰ সলনি ব্যৱহাৰ কৰিব পৰা শব্দ পোৱা নগ’ল", "menuDismissLabel": "অগ্ৰাহ্য কৰাৰ মেনু", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "ওপৰলৈ চাওক", + "searchWebButtonLabel": "ৱেবত সন্ধান কৰক", + "shareButtonLabel": "শ্বেয়াৰ কৰক…" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb index bef3e1de9a87..69cb483e5c78 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb @@ -24,7 +24,7 @@ "searchTextFieldPlaceholderLabel": "Axtarın", "noSpellCheckReplacementsLabel": "Əvəzləmə Tapılmadı", "menuDismissLabel": "Menyunu qapadın", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Axtarın", + "searchWebButtonLabel": "Vebdə axtarın", + "shareButtonLabel": "Paylaşın..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb index da1534cf8dcf..8fc71c7fa25b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb @@ -34,7 +34,7 @@ "searchTextFieldPlaceholderLabel": "Пошук", "noSpellCheckReplacementsLabel": "Замен не знойдзена", "menuDismissLabel": "Закрыць меню", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Знайсці", + "searchWebButtonLabel": "Пошук у сетцы", + "shareButtonLabel": "Абагуліць..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb index 8c727de43f2f..0880a47a4bc1 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb @@ -25,6 +25,6 @@ "noSpellCheckReplacementsLabel": "Не бяха намерени замествания", "menuDismissLabel": "Отхвърляне на менюто", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "searchWebButtonLabel": "Търсене в мрежата", + "shareButtonLabel": "Споделяне..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb index df1afd72b046..ff192a3d9d9e 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb @@ -24,7 +24,7 @@ "searchTextFieldPlaceholderLabel": "সার্চ করুন", "noSpellCheckReplacementsLabel": "কোনও বিকল্প বানান দেখানো হয়নি", "menuDismissLabel": "বাতিল করার মেনু", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "লুক-আপ", + "searchWebButtonLabel": "ওয়েবে সার্চ করুন", + "shareButtonLabel": "শেয়ার করুন..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb index 12f25c219eb5..f5f799896f74 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb @@ -29,7 +29,7 @@ "searchTextFieldPlaceholderLabel": "Pretraživanje", "noSpellCheckReplacementsLabel": "Nije pronađena nijedna zamjena", "menuDismissLabel": "Odbacivanje menija", - "lookUpButtonLabel": "Pogled prema gore", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Pogled nagore", + "searchWebButtonLabel": "Pretraži Web", + "shareButtonLabel": "Dijeli..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb index e11eb138abc8..e18684882bd2 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb @@ -18,13 +18,13 @@ "cutButtonLabel": "Retalla", "copyButtonLabel": "Copia", "pasteButtonLabel": "Enganxa", - "selectAllButtonLabel": "Selecciona-ho tot", + "selectAllButtonLabel": "Seleccionar-ho tot", "tabSemanticsLabel": "Pestanya $tabIndex de $tabCount", "modalBarrierDismissLabel": "Ignora", "searchTextFieldPlaceholderLabel": "Cerca", "noSpellCheckReplacementsLabel": "No s'ha trobat cap substitució", "menuDismissLabel": "Ignora el menú", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Mira amunt", + "searchWebButtonLabel": "Cerca al web", + "shareButtonLabel": "Comparteix..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb index de7c1b5d5345..fa6dfec2b96e 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb @@ -34,7 +34,7 @@ "searchTextFieldPlaceholderLabel": "Hledat", "noSpellCheckReplacementsLabel": "Žádná nahrazení nenalezena", "menuDismissLabel": "Zavřít nabídku", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Vyhledat", + "searchWebButtonLabel": "Vyhledávat na webu", + "shareButtonLabel": "Sdílet…" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb index 90a118f4298d..3fdb1a873e81 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb @@ -44,7 +44,7 @@ "modalBarrierDismissLabel": "Diystyru", "noSpellCheckReplacementsLabel": "Dim Ailosodiadau wedi'u Canfod", "menuDismissLabel": "Diystyru'r ddewislen", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Chwilio", + "searchWebButtonLabel": "Chwilio'r We", + "shareButtonLabel": "Rhannu..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb index 29b7d4a691cd..78419f9a2b46 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb @@ -18,13 +18,13 @@ "cutButtonLabel": "Klip", "copyButtonLabel": "Kopiér", "pasteButtonLabel": "Indsæt", - "selectAllButtonLabel": "Vælg alle", + "selectAllButtonLabel": "Vælg alt", "tabSemanticsLabel": "Fane $tabIndex af $tabCount", "modalBarrierDismissLabel": "Afvis", "searchTextFieldPlaceholderLabel": "Søg", "noSpellCheckReplacementsLabel": "Der blev ikke fundet nogen erstatninger", "menuDismissLabel": "Luk menu", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Slå op", + "searchWebButtonLabel": "Søg på nettet", + "shareButtonLabel": "Del…" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb index 5eeefca1c785..2b3dc4bc9642 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb @@ -18,13 +18,13 @@ "cutButtonLabel": "Ausschneiden", "copyButtonLabel": "Kopieren", "pasteButtonLabel": "Einsetzen", - "selectAllButtonLabel": "Alles auswählen", + "selectAllButtonLabel": "Alle auswählen", "tabSemanticsLabel": "Tab $tabIndex von $tabCount", "modalBarrierDismissLabel": "Schließen", "searchTextFieldPlaceholderLabel": "Suche", "noSpellCheckReplacementsLabel": "Keine Ersetzungen gefunden", "menuDismissLabel": "Menü schließen", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Nachschlagen", + "searchWebButtonLabel": "Im Web suchen", + "shareButtonLabel": "Teilen…" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb index af1ee5a8bf99..81ec9991d6c0 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb @@ -25,6 +25,6 @@ "noSpellCheckReplacementsLabel": "Δεν βρέθηκαν αντικαταστάσεις", "menuDismissLabel": "Παράβλεψη μενού", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "searchWebButtonLabel": "Αναζήτηση στον ιστό", + "shareButtonLabel": "Κοινοποίηση…" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_AU.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_AU.arb index c0780fe62b87..fc2b48b92e57 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_AU.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_AU.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share...", "lookUpButtonLabel": "Look up", "noSpellCheckReplacementsLabel": "No replacements found", "menuDismissLabel": "Dismiss menu", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_GB.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_GB.arb index c0780fe62b87..fc2b48b92e57 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_GB.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_GB.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share...", "lookUpButtonLabel": "Look up", "noSpellCheckReplacementsLabel": "No replacements found", "menuDismissLabel": "Dismiss menu", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_IE.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_IE.arb index c0780fe62b87..fc2b48b92e57 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_IE.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_IE.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share...", "lookUpButtonLabel": "Look up", "noSpellCheckReplacementsLabel": "No replacements found", "menuDismissLabel": "Dismiss menu", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_IN.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_IN.arb index c0780fe62b87..fc2b48b92e57 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_IN.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_IN.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share...", "lookUpButtonLabel": "Look up", "noSpellCheckReplacementsLabel": "No replacements found", "menuDismissLabel": "Dismiss menu", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_NZ.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_NZ.arb index c0780fe62b87..fc2b48b92e57 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_NZ.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_NZ.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share...", "lookUpButtonLabel": "Look up", "noSpellCheckReplacementsLabel": "No replacements found", "menuDismissLabel": "Dismiss menu", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_SG.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_SG.arb index c0780fe62b87..fc2b48b92e57 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_SG.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_SG.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share...", "lookUpButtonLabel": "Look up", "noSpellCheckReplacementsLabel": "No replacements found", "menuDismissLabel": "Dismiss menu", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_ZA.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_ZA.arb index c0780fe62b87..fc2b48b92e57 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_ZA.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_ZA.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share...", "lookUpButtonLabel": "Look up", "noSpellCheckReplacementsLabel": "No replacements found", "menuDismissLabel": "Dismiss menu", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb index aab7584291dd..a2955f8ecad5 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb @@ -24,7 +24,7 @@ "searchTextFieldPlaceholderLabel": "Buscar", "noSpellCheckReplacementsLabel": "No se ha encontrado ninguna sustitución", "menuDismissLabel": "Cerrar menú", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Buscador visual", + "searchWebButtonLabel": "Buscar en la Web", + "shareButtonLabel": "Compartir..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb index b716dc2b5bb9..1472ffa3cea3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Buscar en la Web", + "shareButtonLabel": "Compartir…", "lookUpButtonLabel": "Mirar hacia arriba", "noSpellCheckReplacementsLabel": "No se encontraron reemplazos", "menuDismissLabel": "Descartar menú", @@ -23,6 +25,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos", + "selectAllButtonLabel": "Seleccionar todo", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb index b716dc2b5bb9..1472ffa3cea3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Buscar en la Web", + "shareButtonLabel": "Compartir…", "lookUpButtonLabel": "Mirar hacia arriba", "noSpellCheckReplacementsLabel": "No se encontraron reemplazos", "menuDismissLabel": "Descartar menú", @@ -23,6 +25,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos", + "selectAllButtonLabel": "Seleccionar todo", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb index b716dc2b5bb9..1472ffa3cea3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Buscar en la Web", + "shareButtonLabel": "Compartir…", "lookUpButtonLabel": "Mirar hacia arriba", "noSpellCheckReplacementsLabel": "No se encontraron reemplazos", "menuDismissLabel": "Descartar menú", @@ -23,6 +25,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos", + "selectAllButtonLabel": "Seleccionar todo", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb index b716dc2b5bb9..1472ffa3cea3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Buscar en la Web", + "shareButtonLabel": "Compartir…", "lookUpButtonLabel": "Mirar hacia arriba", "noSpellCheckReplacementsLabel": "No se encontraron reemplazos", "menuDismissLabel": "Descartar menú", @@ -23,6 +25,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos", + "selectAllButtonLabel": "Seleccionar todo", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb index b716dc2b5bb9..1472ffa3cea3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Buscar en la Web", + "shareButtonLabel": "Compartir…", "lookUpButtonLabel": "Mirar hacia arriba", "noSpellCheckReplacementsLabel": "No se encontraron reemplazos", "menuDismissLabel": "Descartar menú", @@ -23,6 +25,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos", + "selectAllButtonLabel": "Seleccionar todo", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb index b716dc2b5bb9..1472ffa3cea3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Buscar en la Web", + "shareButtonLabel": "Compartir…", "lookUpButtonLabel": "Mirar hacia arriba", "noSpellCheckReplacementsLabel": "No se encontraron reemplazos", "menuDismissLabel": "Descartar menú", @@ -23,6 +25,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos", + "selectAllButtonLabel": "Seleccionar todo", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb index b716dc2b5bb9..1472ffa3cea3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Buscar en la Web", + "shareButtonLabel": "Compartir…", "lookUpButtonLabel": "Mirar hacia arriba", "noSpellCheckReplacementsLabel": "No se encontraron reemplazos", "menuDismissLabel": "Descartar menú", @@ -23,6 +25,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos", + "selectAllButtonLabel": "Seleccionar todo", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb index b716dc2b5bb9..1472ffa3cea3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Buscar en la Web", + "shareButtonLabel": "Compartir…", "lookUpButtonLabel": "Mirar hacia arriba", "noSpellCheckReplacementsLabel": "No se encontraron reemplazos", "menuDismissLabel": "Descartar menú", @@ -23,6 +25,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos", + "selectAllButtonLabel": "Seleccionar todo", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb index b716dc2b5bb9..1472ffa3cea3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Buscar en la Web", + "shareButtonLabel": "Compartir…", "lookUpButtonLabel": "Mirar hacia arriba", "noSpellCheckReplacementsLabel": "No se encontraron reemplazos", "menuDismissLabel": "Descartar menú", @@ -23,6 +25,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos", + "selectAllButtonLabel": "Seleccionar todo", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb index b716dc2b5bb9..1472ffa3cea3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Buscar en la Web", + "shareButtonLabel": "Compartir…", "lookUpButtonLabel": "Mirar hacia arriba", "noSpellCheckReplacementsLabel": "No se encontraron reemplazos", "menuDismissLabel": "Descartar menú", @@ -23,6 +25,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos", + "selectAllButtonLabel": "Seleccionar todo", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb index b716dc2b5bb9..1472ffa3cea3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Buscar en la Web", + "shareButtonLabel": "Compartir…", "lookUpButtonLabel": "Mirar hacia arriba", "noSpellCheckReplacementsLabel": "No se encontraron reemplazos", "menuDismissLabel": "Descartar menú", @@ -23,6 +25,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos", + "selectAllButtonLabel": "Seleccionar todo", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb index b716dc2b5bb9..1472ffa3cea3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Buscar en la Web", + "shareButtonLabel": "Compartir…", "lookUpButtonLabel": "Mirar hacia arriba", "noSpellCheckReplacementsLabel": "No se encontraron reemplazos", "menuDismissLabel": "Descartar menú", @@ -23,6 +25,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos", + "selectAllButtonLabel": "Seleccionar todo", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb index b716dc2b5bb9..1472ffa3cea3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Buscar en la Web", + "shareButtonLabel": "Compartir…", "lookUpButtonLabel": "Mirar hacia arriba", "noSpellCheckReplacementsLabel": "No se encontraron reemplazos", "menuDismissLabel": "Descartar menú", @@ -23,6 +25,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos", + "selectAllButtonLabel": "Seleccionar todo", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb index b716dc2b5bb9..1472ffa3cea3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Buscar en la Web", + "shareButtonLabel": "Compartir…", "lookUpButtonLabel": "Mirar hacia arriba", "noSpellCheckReplacementsLabel": "No se encontraron reemplazos", "menuDismissLabel": "Descartar menú", @@ -23,6 +25,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos", + "selectAllButtonLabel": "Seleccionar todo", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb index b716dc2b5bb9..1472ffa3cea3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Buscar en la Web", + "shareButtonLabel": "Compartir…", "lookUpButtonLabel": "Mirar hacia arriba", "noSpellCheckReplacementsLabel": "No se encontraron reemplazos", "menuDismissLabel": "Descartar menú", @@ -23,6 +25,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos", + "selectAllButtonLabel": "Seleccionar todo", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb index b716dc2b5bb9..1472ffa3cea3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Buscar en la Web", + "shareButtonLabel": "Compartir…", "lookUpButtonLabel": "Mirar hacia arriba", "noSpellCheckReplacementsLabel": "No se encontraron reemplazos", "menuDismissLabel": "Descartar menú", @@ -23,6 +25,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos", + "selectAllButtonLabel": "Seleccionar todo", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb index b716dc2b5bb9..1472ffa3cea3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Buscar en la Web", + "shareButtonLabel": "Compartir…", "lookUpButtonLabel": "Mirar hacia arriba", "noSpellCheckReplacementsLabel": "No se encontraron reemplazos", "menuDismissLabel": "Descartar menú", @@ -23,6 +25,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos", + "selectAllButtonLabel": "Seleccionar todo", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb index b716dc2b5bb9..1472ffa3cea3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Buscar en la Web", + "shareButtonLabel": "Compartir…", "lookUpButtonLabel": "Mirar hacia arriba", "noSpellCheckReplacementsLabel": "No se encontraron reemplazos", "menuDismissLabel": "Descartar menú", @@ -23,6 +25,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos", + "selectAllButtonLabel": "Seleccionar todo", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb index b716dc2b5bb9..1472ffa3cea3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Buscar en la Web", + "shareButtonLabel": "Compartir…", "lookUpButtonLabel": "Mirar hacia arriba", "noSpellCheckReplacementsLabel": "No se encontraron reemplazos", "menuDismissLabel": "Descartar menú", @@ -23,6 +25,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos", + "selectAllButtonLabel": "Seleccionar todo", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb index b716dc2b5bb9..1472ffa3cea3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Buscar en la Web", + "shareButtonLabel": "Compartir…", "lookUpButtonLabel": "Mirar hacia arriba", "noSpellCheckReplacementsLabel": "No se encontraron reemplazos", "menuDismissLabel": "Descartar menú", @@ -23,6 +25,6 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Pegar", - "selectAllButtonLabel": "Seleccionar todos", + "selectAllButtonLabel": "Seleccionar todo", "modalBarrierDismissLabel": "Descartar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb index c4c6c6acdc0b..625806c64ad7 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb @@ -25,6 +25,6 @@ "noSpellCheckReplacementsLabel": "Asendusi ei leitud", "menuDismissLabel": "Sulge menüü", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "searchWebButtonLabel": "Otsi veebist", + "shareButtonLabel": "Jaga …" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb index 6d72858ff3d9..271d9f3d56bd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb @@ -24,7 +24,7 @@ "searchTextFieldPlaceholderLabel": "Bilatu", "noSpellCheckReplacementsLabel": "Ez da aurkitu ordezteko hitzik", "menuDismissLabel": "Baztertu menua", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Bilatu", + "searchWebButtonLabel": "Bilatu sarean", + "shareButtonLabel": "Partekatu..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb index a36c89ba4017..c3650f9f5bf1 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb @@ -24,7 +24,7 @@ "searchTextFieldPlaceholderLabel": "جستجو", "noSpellCheckReplacementsLabel": "جایگزینی پیدا نشد", "menuDismissLabel": "بستن منو", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "جستجو", + "searchWebButtonLabel": "جستجو در وب", + "shareButtonLabel": "هم‌رسانی…" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb index 0c56ce534f27..51d7b61a2860 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb @@ -24,7 +24,7 @@ "searchTextFieldPlaceholderLabel": "Hae", "noSpellCheckReplacementsLabel": "Korvaavia sanoja ei löydy", "menuDismissLabel": "Hylkää valikko", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Hae", + "searchWebButtonLabel": "Hae verkosta", + "shareButtonLabel": "Jaa…" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb index e983d4d1a58c..23ff05e05415 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb @@ -25,6 +25,6 @@ "noSpellCheckReplacementsLabel": "Walang Nahanap na Kapalit", "menuDismissLabel": "I-dismiss ang menu", "lookUpButtonLabel": "Tumingin sa Itaas", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "searchWebButtonLabel": "Maghanap sa Web", + "shareButtonLabel": "Ibahagi..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb index 57ae553ba1f4..cc17d479defc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb @@ -18,13 +18,13 @@ "cutButtonLabel": "Couper", "copyButtonLabel": "Copier", "pasteButtonLabel": "Coller", - "selectAllButtonLabel": "Tout sélect.", + "selectAllButtonLabel": "Tout sélectionner", "tabSemanticsLabel": "Onglet $tabIndex sur $tabCount", "modalBarrierDismissLabel": "Ignorer", "searchTextFieldPlaceholderLabel": "Rechercher", "noSpellCheckReplacementsLabel": "Aucun remplacement trouvé", "menuDismissLabel": "Fermer le menu", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Recherche visuelle", + "searchWebButtonLabel": "Rechercher sur le Web", + "shareButtonLabel": "Partager…" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fr_CA.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fr_CA.arb index f86963fca218..b3cb2d863f8b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fr_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fr_CA.arb @@ -1,4 +1,7 @@ { + "lookUpButtonLabel": "Regarder en haut", + "searchWebButtonLabel": "Rechercher sur le Web", + "shareButtonLabel": "Partager…", "noSpellCheckReplacementsLabel": "Aucun remplacement trouvé", "menuDismissLabel": "Ignorer le menu", "searchTextFieldPlaceholderLabel": "Rechercher", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb index 2949a2246b0a..33e06cd368f3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb @@ -25,6 +25,6 @@ "noSpellCheckReplacementsLabel": "Non se encontrou ningunha substitución", "menuDismissLabel": "Pechar menú", "lookUpButtonLabel": "Mirar cara arriba", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "searchWebButtonLabel": "Buscar na Web", + "shareButtonLabel": "Compartir…" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb index 5eeefca1c785..2b3dc4bc9642 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb @@ -18,13 +18,13 @@ "cutButtonLabel": "Ausschneiden", "copyButtonLabel": "Kopieren", "pasteButtonLabel": "Einsetzen", - "selectAllButtonLabel": "Alles auswählen", + "selectAllButtonLabel": "Alle auswählen", "tabSemanticsLabel": "Tab $tabIndex von $tabCount", "modalBarrierDismissLabel": "Schließen", "searchTextFieldPlaceholderLabel": "Suche", "noSpellCheckReplacementsLabel": "Keine Ersetzungen gefunden", "menuDismissLabel": "Menü schließen", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Nachschlagen", + "searchWebButtonLabel": "Im Web suchen", + "shareButtonLabel": "Teilen…" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb index 40f260277489..037fb7478604 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb @@ -24,7 +24,7 @@ "searchTextFieldPlaceholderLabel": "શોધો", "noSpellCheckReplacementsLabel": "બદલવા માટે કોઈ શબ્દ મળ્યો નથી", "menuDismissLabel": "મેનૂ છોડી દો", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "શોધો", + "searchWebButtonLabel": "વેબ પર શોધો", + "shareButtonLabel": "શેર કરો…" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb index b2537b0af383..b447bf7907b1 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb @@ -34,7 +34,7 @@ "searchTextFieldPlaceholderLabel": "חיפוש", "noSpellCheckReplacementsLabel": "לא נמצאו חלופות", "menuDismissLabel": "סגירת התפריט", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "חיפוש", + "searchWebButtonLabel": "חיפוש באינטרנט", + "shareButtonLabel": "שיתוף…" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb index d7262f017c02..3a813d4b216c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb @@ -24,7 +24,7 @@ "searchTextFieldPlaceholderLabel": "खोजें", "noSpellCheckReplacementsLabel": "सही वर्तनी वाला कोई शब्द नहीं मिला", "menuDismissLabel": "मेन्यू खारिज करें", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "लुक अप बटन", + "searchWebButtonLabel": "वेब पर खोजें", + "shareButtonLabel": "शेयर करें…" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb index 9d68b3e92596..cec88659eca9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb @@ -30,6 +30,6 @@ "noSpellCheckReplacementsLabel": "Nema pronađenih zamjena", "menuDismissLabel": "Odbacivanje izbornika", "lookUpButtonLabel": "Pogled prema gore", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "searchWebButtonLabel": "Pretraži web", + "shareButtonLabel": "Dijeli..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb index 1d91e5b830ba..82bc5ed331b5 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb @@ -25,6 +25,6 @@ "noSpellCheckReplacementsLabel": "Nem található javítás", "menuDismissLabel": "Menü bezárása", "lookUpButtonLabel": "Felfelé nézés", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "searchWebButtonLabel": "Keresés az interneten", + "shareButtonLabel": "Megosztás…" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb index 011211fb5c85..ce0baf3484a1 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb @@ -24,7 +24,7 @@ "searchTextFieldPlaceholderLabel": "Որոնում", "noSpellCheckReplacementsLabel": "Փոխարինումներ չեն գտնվել", "menuDismissLabel": "Փակել ընտրացանկը", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Փնտրել", + "searchWebButtonLabel": "Որոնել համացանցում", + "shareButtonLabel": "Կիսվել..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb index 99c0fec3d64b..a8d03a54f9ef 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb @@ -24,7 +24,7 @@ "searchTextFieldPlaceholderLabel": "Telusuri", "noSpellCheckReplacementsLabel": "Penggantian Tidak Ditemukan", "menuDismissLabel": "Tutup menu", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Cari", + "searchWebButtonLabel": "Telusuri di Web", + "shareButtonLabel": "Bagikan..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb index f71f0c3f59e9..a9e8537792d1 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb @@ -25,6 +25,6 @@ "noSpellCheckReplacementsLabel": "Engir staðgenglar fundust", "menuDismissLabel": "Loka valmynd", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "searchWebButtonLabel": "Leita á vefnum", + "shareButtonLabel": "Deila..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb index 15c1b1c81028..47f0782203a3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb @@ -25,6 +25,6 @@ "noSpellCheckReplacementsLabel": "Nessuna sostituzione trovata", "menuDismissLabel": "Ignora menu", "lookUpButtonLabel": "Cerca", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "searchWebButtonLabel": "Cerca sul web", + "shareButtonLabel": "Condividi…" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb index 3fbfe7d9e057..1ec0b7a23a81 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb @@ -18,13 +18,13 @@ "cutButtonLabel": "切り取り", "copyButtonLabel": "コピー", "pasteButtonLabel": "貼り付け", - "selectAllButtonLabel": "すべて選択", + "selectAllButtonLabel": "すべてを選択", "tabSemanticsLabel": "タブ: $tabIndex/$tabCount", "modalBarrierDismissLabel": "閉じる", "searchTextFieldPlaceholderLabel": "検索", "noSpellCheckReplacementsLabel": "置き換えるものがありません", "menuDismissLabel": "メニューを閉じる", "lookUpButtonLabel": "調べる", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "searchWebButtonLabel": "ウェブを検索", + "shareButtonLabel": "共有..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb index 825a5c44560e..8414b5fdc494 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb @@ -24,7 +24,7 @@ "searchTextFieldPlaceholderLabel": "ძიება", "noSpellCheckReplacementsLabel": "ჩანაცვლება არ მოიძებნა", "menuDismissLabel": "მენიუს უარყოფა", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "აიხედეთ ზემოთ", + "searchWebButtonLabel": "ვებში ძიება", + "shareButtonLabel": "გაზიარება..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb index 8501fc704dd0..c6f84dec670c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb @@ -24,7 +24,7 @@ "searchTextFieldPlaceholderLabel": "Іздеу", "noSpellCheckReplacementsLabel": "Ауыстыратын ешнәрсе табылмады.", "menuDismissLabel": "Мәзірді жабу", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Іздеу", + "searchWebButtonLabel": "Интернеттен іздеу", + "shareButtonLabel": "Бөлісу…" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb index 37da3ecc0dc6..48a79775a5da 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb @@ -25,6 +25,6 @@ "noSpellCheckReplacementsLabel": "រកមិនឃើញ​ការជំនួសទេ", "menuDismissLabel": "ច្រានចោល​ម៉ឺនុយ", "lookUpButtonLabel": "រកមើល", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "searchWebButtonLabel": "ស្វែងរក​លើបណ្ដាញ", + "shareButtonLabel": "ចែករំលែក..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb index ea83d91ff3ae..004e4fc2c113 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb @@ -24,7 +24,7 @@ "searchTextFieldPlaceholderLabel": "\u0cb9\u0cc1\u0ca1\u0cc1\u0c95\u0cbf", "noSpellCheckReplacementsLabel": "\u0caf\u0cbe\u0cb5\u0cc1\u0ca6\u0cc7\u0020\u0cac\u0ca6\u0cb2\u0cbe\u0cb5\u0ca3\u0cc6\u0c97\u0cb3\u0cc1\u0020\u0c95\u0c82\u0ca1\u0cc1\u0cac\u0c82\u0ca6\u0cbf\u0cb2\u0ccd\u0cb2", "menuDismissLabel": "\u0cae\u0cc6\u0ca8\u0cc1\u0cb5\u0ca8\u0ccd\u0ca8\u0cc1\u0020\u0cb5\u0c9c\u0cbe\u0c97\u0cc6\u0cc2\u0cb3\u0cbf\u0cb8\u0cbf", - "lookUpButtonLabel": "\u004c\u006f\u006f\u006b\u0020\u0055\u0070", - "searchWebButtonLabel": "\u0053\u0065\u0061\u0072\u0063\u0068\u0020\u0057\u0065\u0062", - "shareButtonLabel": "\u0053\u0068\u0061\u0072\u0065\u002e\u002e\u002e" + "lookUpButtonLabel": "\u0cae\u0cc7\u0cb2\u0cc6\u0020\u0ca8\u0ccb\u0ca1\u0cbf", + "searchWebButtonLabel": "\u0cb5\u0cc6\u0cac\u0ccd\u200c\u0ca8\u0cb2\u0ccd\u0cb2\u0cbf\u0020\u0cb9\u0cc1\u0ca1\u0cc1\u0c95\u0cbf", + "shareButtonLabel": "\u0cb9\u0c82\u0c9a\u0cbf\u0c95\u0cca\u0cb3\u0ccd\u0cb3\u0cbf\u002e\u002e\u002e" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb index 44e5c3461877..d11ab74a6695 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb @@ -24,7 +24,7 @@ "searchTextFieldPlaceholderLabel": "검색", "noSpellCheckReplacementsLabel": "수정사항 없음", "menuDismissLabel": "메뉴 닫기", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "찾기", + "searchWebButtonLabel": "웹 검색", + "shareButtonLabel": "공유..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb index ed73ad35ea05..903dd2be8b4a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb @@ -24,7 +24,7 @@ "searchTextFieldPlaceholderLabel": "Издөө", "noSpellCheckReplacementsLabel": "Алмаштыруу үчүн сөз табылган жок", "menuDismissLabel": "Менюну жабуу", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Издөө", + "searchWebButtonLabel": "Интернеттен издөө", + "shareButtonLabel": "Бөлүшүү…" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb index 8e4b6e078535..6a86167209c0 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb @@ -24,7 +24,7 @@ "searchTextFieldPlaceholderLabel": "ຊອກຫາ", "noSpellCheckReplacementsLabel": "ບໍ່ພົບການແທນທີ່", "menuDismissLabel": "ປິດເມນູ", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "ຊອກຫາຂໍ້ມູນ", + "searchWebButtonLabel": "ຊອກຫາຢູ່ອິນເຕີເນັດ", + "shareButtonLabel": "ແບ່ງປັນ..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb index b1939982d36e..aff454c8dec9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb @@ -34,7 +34,7 @@ "searchTextFieldPlaceholderLabel": "Paieška", "noSpellCheckReplacementsLabel": "Nerasta jokių pakeitimų", "menuDismissLabel": "Atsisakyti meniu", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Ieškoti", + "searchWebButtonLabel": "Ieškoti žiniatinklyje", + "shareButtonLabel": "Bendrinti..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb index 9a7943d06c15..8af3414db902 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb @@ -29,7 +29,7 @@ "searchTextFieldPlaceholderLabel": "Meklēšana", "noSpellCheckReplacementsLabel": "Netika atrasts neviens vārds aizstāšanai", "menuDismissLabel": "Nerādīt izvēlni", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Meklēt", + "searchWebButtonLabel": "Meklēt tīmeklī", + "shareButtonLabel": "Kopīgot…" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb index ad88d5b9cec1..d0bbe62160fe 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb @@ -24,7 +24,7 @@ "searchTextFieldPlaceholderLabel": "Пребарувајте", "noSpellCheckReplacementsLabel": "Не се најдени заменски зборови", "menuDismissLabel": "Отфрлете го менито", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Погледнете нагоре", + "searchWebButtonLabel": "Пребарајте на интернет", + "shareButtonLabel": "Споделете..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb index da34cc0fe392..ffbfa64c22db 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb @@ -25,6 +25,6 @@ "noSpellCheckReplacementsLabel": "റീപ്ലേസ്‌മെന്റുകളൊന്നും കണ്ടെത്തിയില്ല", "menuDismissLabel": "മെനു ഡിസ്മിസ് ചെയ്യുക", "lookUpButtonLabel": "മുകളിലേക്ക് നോക്കുക", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "searchWebButtonLabel": "വെബിൽ തിരയുക", + "shareButtonLabel": "പങ്കിടുക..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb index b8e4f2872bab..1e7c1af1a46f 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb @@ -24,7 +24,7 @@ "searchTextFieldPlaceholderLabel": "Хайх", "noSpellCheckReplacementsLabel": "Ямар ч орлуулалт олдсонгүй", "menuDismissLabel": "Цэсийг хаах", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Дээшээ харах", + "searchWebButtonLabel": "Вебээс хайх", + "shareButtonLabel": "Хуваалцах..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb index fae07c75fbd4..a02f49131ecd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb @@ -24,7 +24,7 @@ "searchTextFieldPlaceholderLabel": "शोधा", "noSpellCheckReplacementsLabel": "कोणतेही बदल आढळले नाहीत", "menuDismissLabel": "मेनू डिसमिस करा", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "शोध घ्या", + "searchWebButtonLabel": "वेबवर शोधा", + "shareButtonLabel": "शेअर करा..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb index d38bc94049ea..4da772d653e8 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb @@ -25,6 +25,6 @@ "noSpellCheckReplacementsLabel": "Tiada Penggantian Ditemukan", "menuDismissLabel": "Ketepikan menu", "lookUpButtonLabel": "Lihat ke Atas", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "searchWebButtonLabel": "Buat carian pada Web", + "shareButtonLabel": "Kongsi..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb index 2f58733fea43..a67234b7c80f 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb @@ -24,7 +24,7 @@ "searchTextFieldPlaceholderLabel": "ရှာရန်", "noSpellCheckReplacementsLabel": "အစားထိုးမှုများ မတွေ့ပါ", "menuDismissLabel": "မီနူးကိုပယ်ပါ", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "အပေါ်ကြည့်ရန်", + "searchWebButtonLabel": "ဝဘ်တွင်ရှာရန်", + "shareButtonLabel": "မျှဝေရန်..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb index 5492d2cbe0e2..5993921bc593 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb @@ -24,7 +24,7 @@ "searchTextFieldPlaceholderLabel": "Søk", "noSpellCheckReplacementsLabel": "Fant ingen erstatninger", "menuDismissLabel": "Lukk menyen", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Slå opp", + "searchWebButtonLabel": "Søk på nettet", + "shareButtonLabel": "Del…" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb index 5738d2472ddb..c7d5499762bf 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb @@ -24,7 +24,7 @@ "searchTextFieldPlaceholderLabel": "खोज्नुहोस्", "noSpellCheckReplacementsLabel": "बदल्नु पर्ने कुनै पनि कुरा भेटिएन", "menuDismissLabel": "मेनु खारेज गर्नुहोस्", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "माथितिर हेर्नुहोस्", + "searchWebButtonLabel": "वेबमा खोज्नुहोस्", + "shareButtonLabel": "सेयर गर्नुहोस्..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb index d101c83979bc..d595740ce3eb 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb @@ -24,7 +24,7 @@ "searchTextFieldPlaceholderLabel": "Zoeken", "noSpellCheckReplacementsLabel": "Geen vervangingen gevonden", "menuDismissLabel": "Menu sluiten", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Opzoeken", + "searchWebButtonLabel": "Op internet zoeken", + "shareButtonLabel": "Delen..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb index 5492d2cbe0e2..5993921bc593 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb @@ -24,7 +24,7 @@ "searchTextFieldPlaceholderLabel": "Søk", "noSpellCheckReplacementsLabel": "Fant ingen erstatninger", "menuDismissLabel": "Lukk menyen", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Slå opp", + "searchWebButtonLabel": "Søk på nettet", + "shareButtonLabel": "Del…" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb index 72de165a9ecf..dca2ff3645ec 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb @@ -24,7 +24,7 @@ "searchTextFieldPlaceholderLabel": "ସନ୍ଧାନ କରନ୍ତୁ", "noSpellCheckReplacementsLabel": "କୌଣସି ରିପ୍ଲେସମେଣ୍ଟ ମିଳିଲା ନାହିଁ", "menuDismissLabel": "ମେନୁ ଖାରଜ କରନ୍ତୁ", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "ଉପରକୁ ଦେଖନ୍ତୁ", + "searchWebButtonLabel": "ୱେବ ସର୍ଚ୍ଚ କରନ୍ତୁ", + "shareButtonLabel": "ସେୟାର୍ କରନ୍ତୁ..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb index ad72fbfbf442..1bf80d9daba4 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb @@ -24,7 +24,7 @@ "searchTextFieldPlaceholderLabel": "ਖੋਜੋ", "noSpellCheckReplacementsLabel": "ਕੋਈ ਸੁਝਾਅ ਨਹੀਂ ਮਿਲਿਆ", "menuDismissLabel": "ਮੀਨੂ ਖਾਰਜ ਕਰੋ", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "ਖੋਜੋ", + "searchWebButtonLabel": "ਵੈੱਬ 'ਤੇ ਖੋਜੋ", + "shareButtonLabel": "ਸਾਂਝਾ ਕਰੋ..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb index 36c88c9ebf49..0a94ba81b6b7 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb @@ -35,6 +35,6 @@ "noSpellCheckReplacementsLabel": "Brak wyników zamieniania", "menuDismissLabel": "Zamknij menu", "lookUpButtonLabel": "Sprawdź", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "searchWebButtonLabel": "Szukaj w internecie", + "shareButtonLabel": "Udostępnij…" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb index 29c1cf87062d..4427541cf2ac 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb @@ -18,13 +18,13 @@ "cutButtonLabel": "Cortar", "copyButtonLabel": "Copiar", "pasteButtonLabel": "Colar", - "selectAllButtonLabel": "Selecionar Tudo", + "selectAllButtonLabel": "Selecionar tudo", "tabSemanticsLabel": "Guia $tabIndex de $tabCount", "modalBarrierDismissLabel": "Dispensar", "searchTextFieldPlaceholderLabel": "Pesquisar", "noSpellCheckReplacementsLabel": "Nenhuma alternativa encontrada", "menuDismissLabel": "Dispensar menu", "lookUpButtonLabel": "Pesquisar", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "searchWebButtonLabel": "Pesquisar na Web", + "shareButtonLabel": "Compartilhar…" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb index 986e169d53cc..64ec613abc12 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Pesquisar na Web", + "shareButtonLabel": "Partilhar…", "lookUpButtonLabel": "Procurar", "noSpellCheckReplacementsLabel": "Não foram encontradas substituições", "menuDismissLabel": "Ignorar menu", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb index e78637cf5ee6..f057311ecac9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb @@ -23,13 +23,13 @@ "cutButtonLabel": "Decupați", "copyButtonLabel": "Copiați", "pasteButtonLabel": "Inserați", - "selectAllButtonLabel": "Selectați-le pe toate", + "selectAllButtonLabel": "Selectează tot", "tabSemanticsLabel": "Fila $tabIndex din $tabCount", "modalBarrierDismissLabel": "Închideți", "searchTextFieldPlaceholderLabel": "Căutați", "noSpellCheckReplacementsLabel": "Nu s-au găsit înlocuiri", "menuDismissLabel": "Respingeți meniul", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Privire în sus", + "searchWebButtonLabel": "Căutați pe web", + "shareButtonLabel": "Trimiteți…" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb index c0e93bea0954..6895a097718d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb @@ -34,7 +34,7 @@ "searchTextFieldPlaceholderLabel": "Поиск", "noSpellCheckReplacementsLabel": "Варианты замены не найдены", "menuDismissLabel": "Закрыть меню", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Найти", + "searchWebButtonLabel": "Искать в интернете", + "shareButtonLabel": "Поделиться" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb index 35a98c19b712..d27c802353cd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb @@ -24,7 +24,7 @@ "searchTextFieldPlaceholderLabel": "සෙවීම", "noSpellCheckReplacementsLabel": "ප්‍රතිස්ථාපන හමු නොවිණි", "menuDismissLabel": "මෙනුව අස් කරන්න", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "උඩ බලන්න", + "searchWebButtonLabel": "වෙබය සොයන්න", + "shareButtonLabel": "බෙදා ගන්න..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb index 6bce1b40316a..ab26cadb4569 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb @@ -28,13 +28,13 @@ "cutButtonLabel": "Vystrihnúť", "copyButtonLabel": "Kopírovať", "pasteButtonLabel": "Prilepiť", - "selectAllButtonLabel": "Vybrať všetko", + "selectAllButtonLabel": "Označiť všetko", "tabSemanticsLabel": "Karta $tabIndex z $tabCount", "modalBarrierDismissLabel": "Odmietnuť", "searchTextFieldPlaceholderLabel": "Hľadať", "noSpellCheckReplacementsLabel": "Nenašli sa žiadne náhrady", "menuDismissLabel": "Zavrieť ponuku", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Pohľad nahor", + "searchWebButtonLabel": "Hľadať na webe", + "shareButtonLabel": "Zdieľať…" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb index 466533c382c2..113e9bfa3d12 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb @@ -34,7 +34,7 @@ "searchTextFieldPlaceholderLabel": "Iskanje", "noSpellCheckReplacementsLabel": "Ni zamenjav", "menuDismissLabel": "Opusti meni", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Pogled gor", + "searchWebButtonLabel": "Iskanje v spletu", + "shareButtonLabel": "Deli …" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb index f7f2ba5de95c..4a0c7fe54554 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb @@ -24,7 +24,7 @@ "searchTextFieldPlaceholderLabel": "Kërko", "noSpellCheckReplacementsLabel": "Nuk u gjetën zëvendësime", "menuDismissLabel": "Hiqe menynë", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Kërko", + "searchWebButtonLabel": "Kërko në ueb", + "shareButtonLabel": "Ndaj..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb index da22e63e7486..b2b81e23e681 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb @@ -29,7 +29,7 @@ "searchTextFieldPlaceholderLabel": "Претражите", "noSpellCheckReplacementsLabel": "Нису пронађене замене", "menuDismissLabel": "Одбаците мени", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Поглед нагоре", + "searchWebButtonLabel": "Претражи веб", + "shareButtonLabel": "Дели…" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb index 02c2db4f3859..0338175735f4 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb @@ -1,4 +1,7 @@ { + "lookUpButtonLabel": "Pogled nagore", + "searchWebButtonLabel": "Pretraži veb", + "shareButtonLabel": "Deli…", "noSpellCheckReplacementsLabel": "Nisu pronađene zamene", "menuDismissLabel": "Odbacite meni", "searchTextFieldPlaceholderLabel": "Pretražite", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb index 3fceee58ba69..83ae81a760e1 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb @@ -18,13 +18,13 @@ "cutButtonLabel": "Klipp ut", "copyButtonLabel": "Kopiera", "pasteButtonLabel": "Klistra in", - "selectAllButtonLabel": "Markera alla", + "selectAllButtonLabel": "Markera allt", "tabSemanticsLabel": "Flik $tabIndex av $tabCount", "modalBarrierDismissLabel": "Stäng", "searchTextFieldPlaceholderLabel": "Sök", "noSpellCheckReplacementsLabel": "Inga ersättningar hittades", "menuDismissLabel": "Stäng menyn", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Titta upp", + "searchWebButtonLabel": "Sök på webben", + "shareButtonLabel": "Dela …" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb index 3836a6c61d85..52cd75fc76ec 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb @@ -24,7 +24,7 @@ "searchTextFieldPlaceholderLabel": "Tafuta", "noSpellCheckReplacementsLabel": "Hakuna Neno Mbadala Lilopatikana", "menuDismissLabel": "Ondoa menyu", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Tafuta", + "searchWebButtonLabel": "Tafuta kwenye Wavuti", + "shareButtonLabel": "Shiriki..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb index fb43d1bc6470..51fa93289e36 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb @@ -24,7 +24,7 @@ "searchTextFieldPlaceholderLabel": "தேடுக", "noSpellCheckReplacementsLabel": "மாற்று வார்த்தைகள் கிடைக்கவில்லை", "menuDismissLabel": "மெனுவை மூடும்", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "தேடு", + "searchWebButtonLabel": "இணையத்தில் தேடு", + "shareButtonLabel": "பகிர்..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb index 0e53a7e95825..4ade0b2639f2 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb @@ -24,7 +24,7 @@ "searchTextFieldPlaceholderLabel": "సెర్చ్ చేయి", "noSpellCheckReplacementsLabel": "రీప్లేస్‌మెంట్‌లు ఏవీ కనుగొనబడలేదు", "menuDismissLabel": "మెనూను తీసివేయండి", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "వెతకండి", + "searchWebButtonLabel": "వెబ్‌లో సెర్చ్ చేయండి", + "shareButtonLabel": "షేర్ చేయండి..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb index c6699874372f..b1767550e0b5 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb @@ -24,7 +24,7 @@ "searchTextFieldPlaceholderLabel": "ค้นหา", "noSpellCheckReplacementsLabel": "ไม่พบรายการแทนที่", "menuDismissLabel": "ปิดเมนู", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "ค้นหา", + "searchWebButtonLabel": "ค้นหาบนอินเทอร์เน็ต", + "shareButtonLabel": "แชร์..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb index e983d4d1a58c..23ff05e05415 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb @@ -25,6 +25,6 @@ "noSpellCheckReplacementsLabel": "Walang Nahanap na Kapalit", "menuDismissLabel": "I-dismiss ang menu", "lookUpButtonLabel": "Tumingin sa Itaas", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "searchWebButtonLabel": "Maghanap sa Web", + "shareButtonLabel": "Ibahagi..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb index 59bfa3eccf53..e51abc82ecc9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb @@ -24,7 +24,7 @@ "searchTextFieldPlaceholderLabel": "Ara", "noSpellCheckReplacementsLabel": "Yerine Kelime Bulunamadı", "menuDismissLabel": "Menüyü kapat", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Ara", + "searchWebButtonLabel": "Web'de Ara", + "shareButtonLabel": "Paylaş..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb index 6f50ab997fb9..6aae12e7cc23 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb @@ -34,7 +34,7 @@ "searchTextFieldPlaceholderLabel": "Шукайте", "noSpellCheckReplacementsLabel": "Замін не знайдено", "menuDismissLabel": "Закрити меню", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Шукати", + "searchWebButtonLabel": "Пошук в Інтернеті", + "shareButtonLabel": "Поділитися…" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb index ca0282cc6d28..7cf4e71d7fda 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb @@ -24,7 +24,7 @@ "searchTextFieldPlaceholderLabel": "تلاش کریں", "noSpellCheckReplacementsLabel": "کوئی تبدیلیاں نہیں ملیں", "menuDismissLabel": "مینو برخاست کریں", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "تفصیل دیکھیں", + "searchWebButtonLabel": "ویب تلاش کریں", + "shareButtonLabel": "اشتراک کریں..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb index 86fd969dab4f..9f72d348fbbc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb @@ -25,6 +25,6 @@ "noSpellCheckReplacementsLabel": "Almashtirish uchun soʻz topilmadi", "menuDismissLabel": "Menyuni yopish", "lookUpButtonLabel": "Tepaga qarang", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "searchWebButtonLabel": "Internetdan qidirish", + "shareButtonLabel": "Ulashish…" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb index 4b8277007bfd..b3bd42ded658 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb @@ -24,7 +24,7 @@ "searchTextFieldPlaceholderLabel": "Tìm kiếm", "noSpellCheckReplacementsLabel": "Không tìm thấy phương án thay thế", "menuDismissLabel": "Đóng trình đơn", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Tra cứu", + "searchWebButtonLabel": "Tìm kiếm trên web", + "shareButtonLabel": "Chia sẻ..." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb index 98f18f4ab123..eb126265fd5f 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb @@ -24,7 +24,7 @@ "searchTextFieldPlaceholderLabel": "搜索", "noSpellCheckReplacementsLabel": "找不到替换文字", "menuDismissLabel": "关闭菜单", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "向上看", + "searchWebButtonLabel": "在网络上搜索", + "shareButtonLabel": "分享…" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb index 5cac05b16131..d58072005760 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "搜尋網頁", + "shareButtonLabel": "分享…", "lookUpButtonLabel": "查詢", "noSpellCheckReplacementsLabel": "找不到替換字詞", "menuDismissLabel": "閂選單", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb index 2c1190da6c0f..3b5532c9df21 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb @@ -1,4 +1,7 @@ { + "lookUpButtonLabel": "查詢", + "searchWebButtonLabel": "在網路上搜尋", + "shareButtonLabel": "分享…", "noSpellCheckReplacementsLabel": "找不到替代文字", "menuDismissLabel": "關閉選單", "searchTextFieldPlaceholderLabel": "搜尋", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb index 6e37c0fa0e0a..900145fb96b1 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb @@ -24,7 +24,7 @@ "searchTextFieldPlaceholderLabel": "Sesha", "noSpellCheckReplacementsLabel": "Akukho Okuzofakwa Esikhundleni Okutholakele", "menuDismissLabel": "Chitha imenyu", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Bheka Phezulu", + "searchWebButtonLabel": "Sesha Iwebhu", + "shareButtonLabel": "Yabelana..." } diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index 4b584dcc61eb..21797c40ecb8 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -92,7 +92,7 @@ class CupertinoLocalizationAf extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Kyk op'; @override String get menuDismissLabel => 'Maak kieslys toe'; @@ -113,13 +113,13 @@ class CupertinoLocalizationAf extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Soek'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Deursoek web'; @override String get selectAllButtonLabel => 'Kies alles'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Deel …'; @override String get tabSemanticsLabelRaw => r'Oortjie $tabIndex van $tabCount'; @@ -254,7 +254,7 @@ class CupertinoLocalizationAm extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'ይመልከቱ'; @override String get menuDismissLabel => 'ምናሌን አሰናብት'; @@ -275,13 +275,13 @@ class CupertinoLocalizationAm extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'ፍለጋ'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'ድርን ፈልግ'; @override String get selectAllButtonLabel => 'ሁሉንም ምረጥ'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'አጋራ...'; @override String get tabSemanticsLabelRaw => r'ትር $tabIndex ከ$tabCount'; @@ -416,7 +416,7 @@ class CupertinoLocalizationAr extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => r'$minute دقيقة​'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'النظر إلى أعلى'; @override String get menuDismissLabel => 'إغلاق القائمة'; @@ -437,13 +437,13 @@ class CupertinoLocalizationAr extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'بحث'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'البحث على الويب'; @override String get selectAllButtonLabel => 'اختيار الكل'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'مشاركة…'; @override String get tabSemanticsLabelRaw => r'علامة التبويب $tabIndex من $tabCount'; @@ -578,7 +578,7 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'ওপৰলৈ চাওক'; @override String get menuDismissLabel => 'অগ্ৰাহ্য কৰাৰ মেনু'; @@ -599,13 +599,13 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'সন্ধান কৰক'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'ৱেবত সন্ধান কৰক'; @override String get selectAllButtonLabel => 'সকলো বাছনি কৰক'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'শ্বেয়াৰ কৰক…'; @override String get tabSemanticsLabelRaw => r'$tabCount টা টেবৰ $tabIndex নম্বৰটো'; @@ -740,7 +740,7 @@ class CupertinoLocalizationAz extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Axtarın'; @override String get menuDismissLabel => 'Menyunu qapadın'; @@ -761,13 +761,13 @@ class CupertinoLocalizationAz extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Axtarın'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Vebdə axtarın'; @override String get selectAllButtonLabel => 'Hamısını seçin'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Paylaşın...'; @override String get tabSemanticsLabelRaw => r'Tab $tabIndex/$tabCount'; @@ -902,7 +902,7 @@ class CupertinoLocalizationBe extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Знайсці'; @override String get menuDismissLabel => 'Закрыць меню'; @@ -923,13 +923,13 @@ class CupertinoLocalizationBe extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Пошук'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Пошук у сетцы'; @override String get selectAllButtonLabel => 'Выбраць усе'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Абагуліць...'; @override String get tabSemanticsLabelRaw => r'Укладка $tabIndex з $tabCount'; @@ -1085,13 +1085,13 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Търсене'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Търсене в мрежата'; @override String get selectAllButtonLabel => 'Избиране на всички'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Споделяне...'; @override String get tabSemanticsLabelRaw => r'Раздел $tabIndex от $tabCount'; @@ -1226,7 +1226,7 @@ class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'লুক-আপ'; @override String get menuDismissLabel => 'বাতিল করার মেনু'; @@ -1247,13 +1247,13 @@ class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'সার্চ করুন'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'ওয়েবে সার্চ করুন'; @override String get selectAllButtonLabel => 'সব বেছে নিন'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'শেয়ার করুন...'; @override String get tabSemanticsLabelRaw => r'$tabCount-এর মধ্যে $tabIndex নম্বর ট্যাব'; @@ -1388,7 +1388,7 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Pogled prema gore'; + String get lookUpButtonLabel => 'Pogled nagore'; @override String get menuDismissLabel => 'Odbacivanje menija'; @@ -1409,13 +1409,13 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Pretraživanje'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Pretraži Web'; @override String get selectAllButtonLabel => 'Odaberi sve'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Dijeli...'; @override String get tabSemanticsLabelRaw => r'Kartica $tabIndex od $tabCount'; @@ -1550,7 +1550,7 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Mira amunt'; @override String get menuDismissLabel => 'Ignora el menú'; @@ -1571,13 +1571,13 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Cerca'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Cerca al web'; @override - String get selectAllButtonLabel => 'Selecciona-ho tot'; + String get selectAllButtonLabel => 'Seleccionar-ho tot'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Comparteix...'; @override String get tabSemanticsLabelRaw => r'Pestanya $tabIndex de $tabCount'; @@ -1712,7 +1712,7 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Vyhledat'; @override String get menuDismissLabel => 'Zavřít nabídku'; @@ -1733,13 +1733,13 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Hledat'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Vyhledávat na webu'; @override String get selectAllButtonLabel => 'Vybrat vše'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Sdílet…'; @override String get tabSemanticsLabelRaw => r'Karta $tabIndex z $tabCount'; @@ -1874,7 +1874,7 @@ class CupertinoLocalizationCy extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => r'$minute munud'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Chwilio'; @override String get menuDismissLabel => "Diystyru'r ddewislen"; @@ -1895,13 +1895,13 @@ class CupertinoLocalizationCy extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Chwilio'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => "Chwilio'r We"; @override String get selectAllButtonLabel => 'Dewis y Cyfan'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Rhannu...'; @override String get tabSemanticsLabelRaw => r'Tab $tabIndex o $tabCount'; @@ -2036,7 +2036,7 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Slå op'; @override String get menuDismissLabel => 'Luk menu'; @@ -2057,13 +2057,13 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Søg'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Søg på nettet'; @override - String get selectAllButtonLabel => 'Vælg alle'; + String get selectAllButtonLabel => 'Vælg alt'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Del…'; @override String get tabSemanticsLabelRaw => r'Fane $tabIndex af $tabCount'; @@ -2198,7 +2198,7 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Nachschlagen'; @override String get menuDismissLabel => 'Menü schließen'; @@ -2219,13 +2219,13 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Suche'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Im Web suchen'; @override - String get selectAllButtonLabel => 'Alles auswählen'; + String get selectAllButtonLabel => 'Alle auswählen'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Teilen…'; @override String get tabSemanticsLabelRaw => r'Tab $tabIndex von $tabCount'; @@ -2305,6 +2305,9 @@ class CupertinoLocalizationDeCh extends CupertinoLocalizationDe { required super.decimalFormat, }); + @override + String get selectAllButtonLabel => 'Alles auswählen'; + @override String get modalBarrierDismissLabel => 'Schliessen'; } @@ -2402,13 +2405,13 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Αναζήτηση'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Αναζήτηση στον ιστό'; @override String get selectAllButtonLabel => 'Επιλογή όλων'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Κοινοποίηση…'; @override String get tabSemanticsLabelRaw => r'Καρτέλα $tabIndex από $tabCount'; @@ -2939,7 +2942,7 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Buscador visual'; @override String get menuDismissLabel => 'Cerrar menú'; @@ -2960,13 +2963,13 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Buscar'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Buscar en la Web'; @override String get selectAllButtonLabel => 'Seleccionar todo'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Compartir...'; @override String get tabSemanticsLabelRaw => r'Pestaña $tabIndex de $tabCount'; @@ -3046,6 +3049,9 @@ class CupertinoLocalizationEs419 extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get shareButtonLabel => 'Compartir…'; + @override String get lookUpButtonLabel => 'Mirar hacia arriba'; @@ -3067,9 +3073,6 @@ class CupertinoLocalizationEs419 extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; - @override - String get selectAllButtonLabel => 'Seleccionar todos'; - @override String get modalBarrierDismissLabel => 'Descartar'; } @@ -3091,6 +3094,9 @@ class CupertinoLocalizationEsAr extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get shareButtonLabel => 'Compartir…'; + @override String get lookUpButtonLabel => 'Mirar hacia arriba'; @@ -3112,9 +3118,6 @@ class CupertinoLocalizationEsAr extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; - @override - String get selectAllButtonLabel => 'Seleccionar todos'; - @override String get modalBarrierDismissLabel => 'Descartar'; } @@ -3136,6 +3139,9 @@ class CupertinoLocalizationEsBo extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get shareButtonLabel => 'Compartir…'; + @override String get lookUpButtonLabel => 'Mirar hacia arriba'; @@ -3157,9 +3163,6 @@ class CupertinoLocalizationEsBo extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; - @override - String get selectAllButtonLabel => 'Seleccionar todos'; - @override String get modalBarrierDismissLabel => 'Descartar'; } @@ -3181,6 +3184,9 @@ class CupertinoLocalizationEsCl extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get shareButtonLabel => 'Compartir…'; + @override String get lookUpButtonLabel => 'Mirar hacia arriba'; @@ -3202,9 +3208,6 @@ class CupertinoLocalizationEsCl extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; - @override - String get selectAllButtonLabel => 'Seleccionar todos'; - @override String get modalBarrierDismissLabel => 'Descartar'; } @@ -3226,6 +3229,9 @@ class CupertinoLocalizationEsCo extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get shareButtonLabel => 'Compartir…'; + @override String get lookUpButtonLabel => 'Mirar hacia arriba'; @@ -3247,9 +3253,6 @@ class CupertinoLocalizationEsCo extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; - @override - String get selectAllButtonLabel => 'Seleccionar todos'; - @override String get modalBarrierDismissLabel => 'Descartar'; } @@ -3271,6 +3274,9 @@ class CupertinoLocalizationEsCr extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get shareButtonLabel => 'Compartir…'; + @override String get lookUpButtonLabel => 'Mirar hacia arriba'; @@ -3292,9 +3298,6 @@ class CupertinoLocalizationEsCr extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; - @override - String get selectAllButtonLabel => 'Seleccionar todos'; - @override String get modalBarrierDismissLabel => 'Descartar'; } @@ -3316,6 +3319,9 @@ class CupertinoLocalizationEsDo extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get shareButtonLabel => 'Compartir…'; + @override String get lookUpButtonLabel => 'Mirar hacia arriba'; @@ -3337,9 +3343,6 @@ class CupertinoLocalizationEsDo extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; - @override - String get selectAllButtonLabel => 'Seleccionar todos'; - @override String get modalBarrierDismissLabel => 'Descartar'; } @@ -3361,6 +3364,9 @@ class CupertinoLocalizationEsEc extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get shareButtonLabel => 'Compartir…'; + @override String get lookUpButtonLabel => 'Mirar hacia arriba'; @@ -3382,9 +3388,6 @@ class CupertinoLocalizationEsEc extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; - @override - String get selectAllButtonLabel => 'Seleccionar todos'; - @override String get modalBarrierDismissLabel => 'Descartar'; } @@ -3406,6 +3409,9 @@ class CupertinoLocalizationEsGt extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get shareButtonLabel => 'Compartir…'; + @override String get lookUpButtonLabel => 'Mirar hacia arriba'; @@ -3427,9 +3433,6 @@ class CupertinoLocalizationEsGt extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; - @override - String get selectAllButtonLabel => 'Seleccionar todos'; - @override String get modalBarrierDismissLabel => 'Descartar'; } @@ -3451,6 +3454,9 @@ class CupertinoLocalizationEsHn extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get shareButtonLabel => 'Compartir…'; + @override String get lookUpButtonLabel => 'Mirar hacia arriba'; @@ -3472,9 +3478,6 @@ class CupertinoLocalizationEsHn extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; - @override - String get selectAllButtonLabel => 'Seleccionar todos'; - @override String get modalBarrierDismissLabel => 'Descartar'; } @@ -3496,6 +3499,9 @@ class CupertinoLocalizationEsMx extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get shareButtonLabel => 'Compartir…'; + @override String get lookUpButtonLabel => 'Mirar hacia arriba'; @@ -3517,9 +3523,6 @@ class CupertinoLocalizationEsMx extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; - @override - String get selectAllButtonLabel => 'Seleccionar todos'; - @override String get modalBarrierDismissLabel => 'Descartar'; } @@ -3541,6 +3544,9 @@ class CupertinoLocalizationEsNi extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get shareButtonLabel => 'Compartir…'; + @override String get lookUpButtonLabel => 'Mirar hacia arriba'; @@ -3562,9 +3568,6 @@ class CupertinoLocalizationEsNi extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; - @override - String get selectAllButtonLabel => 'Seleccionar todos'; - @override String get modalBarrierDismissLabel => 'Descartar'; } @@ -3586,6 +3589,9 @@ class CupertinoLocalizationEsPa extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get shareButtonLabel => 'Compartir…'; + @override String get lookUpButtonLabel => 'Mirar hacia arriba'; @@ -3607,9 +3613,6 @@ class CupertinoLocalizationEsPa extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; - @override - String get selectAllButtonLabel => 'Seleccionar todos'; - @override String get modalBarrierDismissLabel => 'Descartar'; } @@ -3631,6 +3634,9 @@ class CupertinoLocalizationEsPe extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get shareButtonLabel => 'Compartir…'; + @override String get lookUpButtonLabel => 'Mirar hacia arriba'; @@ -3652,9 +3658,6 @@ class CupertinoLocalizationEsPe extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; - @override - String get selectAllButtonLabel => 'Seleccionar todos'; - @override String get modalBarrierDismissLabel => 'Descartar'; } @@ -3676,6 +3679,9 @@ class CupertinoLocalizationEsPr extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get shareButtonLabel => 'Compartir…'; + @override String get lookUpButtonLabel => 'Mirar hacia arriba'; @@ -3697,9 +3703,6 @@ class CupertinoLocalizationEsPr extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; - @override - String get selectAllButtonLabel => 'Seleccionar todos'; - @override String get modalBarrierDismissLabel => 'Descartar'; } @@ -3721,6 +3724,9 @@ class CupertinoLocalizationEsPy extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get shareButtonLabel => 'Compartir…'; + @override String get lookUpButtonLabel => 'Mirar hacia arriba'; @@ -3742,9 +3748,6 @@ class CupertinoLocalizationEsPy extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; - @override - String get selectAllButtonLabel => 'Seleccionar todos'; - @override String get modalBarrierDismissLabel => 'Descartar'; } @@ -3766,6 +3769,9 @@ class CupertinoLocalizationEsSv extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get shareButtonLabel => 'Compartir…'; + @override String get lookUpButtonLabel => 'Mirar hacia arriba'; @@ -3787,9 +3793,6 @@ class CupertinoLocalizationEsSv extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; - @override - String get selectAllButtonLabel => 'Seleccionar todos'; - @override String get modalBarrierDismissLabel => 'Descartar'; } @@ -3811,6 +3814,9 @@ class CupertinoLocalizationEsUs extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get shareButtonLabel => 'Compartir…'; + @override String get lookUpButtonLabel => 'Mirar hacia arriba'; @@ -3832,9 +3838,6 @@ class CupertinoLocalizationEsUs extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; - @override - String get selectAllButtonLabel => 'Seleccionar todos'; - @override String get modalBarrierDismissLabel => 'Descartar'; } @@ -3856,6 +3859,9 @@ class CupertinoLocalizationEsUy extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get shareButtonLabel => 'Compartir…'; + @override String get lookUpButtonLabel => 'Mirar hacia arriba'; @@ -3877,9 +3883,6 @@ class CupertinoLocalizationEsUy extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; - @override - String get selectAllButtonLabel => 'Seleccionar todos'; - @override String get modalBarrierDismissLabel => 'Descartar'; } @@ -3901,6 +3904,9 @@ class CupertinoLocalizationEsVe extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get shareButtonLabel => 'Compartir…'; + @override String get lookUpButtonLabel => 'Mirar hacia arriba'; @@ -3922,9 +3928,6 @@ class CupertinoLocalizationEsVe extends CupertinoLocalizationEs { @override String get postMeridiemAbbreviation => 'p.m.'; - @override - String get selectAllButtonLabel => 'Seleccionar todos'; - @override String get modalBarrierDismissLabel => 'Descartar'; } @@ -4022,13 +4025,13 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Otsige'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Otsi veebist'; @override String get selectAllButtonLabel => 'Vali kõik'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Jaga …'; @override String get tabSemanticsLabelRaw => r'$tabIndex. vaheleht $tabCount-st'; @@ -4163,7 +4166,7 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Bilatu'; @override String get menuDismissLabel => 'Baztertu menua'; @@ -4184,13 +4187,13 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Bilatu'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Bilatu sarean'; @override String get selectAllButtonLabel => 'Hautatu dena'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Partekatu...'; @override String get tabSemanticsLabelRaw => r'$tabIndex/$tabCount fitxa'; @@ -4325,7 +4328,7 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'جستجو'; @override String get menuDismissLabel => 'بستن منو'; @@ -4346,13 +4349,13 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'جستجو'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'جستجو در وب'; @override String get selectAllButtonLabel => 'انتخاب همه'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'هم‌رسانی…'; @override String get tabSemanticsLabelRaw => r'برگه $tabIndex از $tabCount'; @@ -4487,7 +4490,7 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Hae'; @override String get menuDismissLabel => 'Hylkää valikko'; @@ -4508,13 +4511,13 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Hae'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Hae verkosta'; @override String get selectAllButtonLabel => 'Valitse kaikki'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Jaa…'; @override String get tabSemanticsLabelRaw => r'Välilehti $tabIndex kautta $tabCount'; @@ -4670,13 +4673,13 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Hanapin'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Maghanap sa Web'; @override String get selectAllButtonLabel => 'Piliin Lahat'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Ibahagi...'; @override String get tabSemanticsLabelRaw => r'Tab $tabIndex ng $tabCount'; @@ -4811,7 +4814,7 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Recherche visuelle'; @override String get menuDismissLabel => 'Fermer le menu'; @@ -4832,13 +4835,13 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Rechercher'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Rechercher sur le Web'; @override - String get selectAllButtonLabel => 'Tout sélect.'; + String get selectAllButtonLabel => 'Tout sélectionner'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Partager…'; @override String get tabSemanticsLabelRaw => r'Onglet $tabIndex sur $tabCount'; @@ -4918,6 +4921,9 @@ class CupertinoLocalizationFrCa extends CupertinoLocalizationFr { required super.decimalFormat, }); + @override + String get lookUpButtonLabel => 'Regarder en haut'; + @override String get menuDismissLabel => 'Ignorer le menu'; @@ -4941,9 +4947,6 @@ class CupertinoLocalizationFrCa extends CupertinoLocalizationFr { @override String get timerPickerMinuteLabelOther => 'min'; - - @override - String get selectAllButtonLabel => 'Tout sélectionner'; } /// The translations for Galician (`gl`). @@ -5039,13 +5042,13 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Fai unha busca'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Buscar na Web'; @override String get selectAllButtonLabel => 'Seleccionar todo'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Compartir…'; @override String get tabSemanticsLabelRaw => r'Pestana $tabIndex de $tabCount'; @@ -5180,7 +5183,7 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Nachschlagen'; @override String get menuDismissLabel => 'Menü schließen'; @@ -5201,13 +5204,13 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Suche'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Im Web suchen'; @override - String get selectAllButtonLabel => 'Alles auswählen'; + String get selectAllButtonLabel => 'Alle auswählen'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Teilen…'; @override String get tabSemanticsLabelRaw => r'Tab $tabIndex von $tabCount'; @@ -5342,7 +5345,7 @@ class CupertinoLocalizationGu extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'શોધો'; @override String get menuDismissLabel => 'મેનૂ છોડી દો'; @@ -5363,13 +5366,13 @@ class CupertinoLocalizationGu extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'શોધો'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'વેબ પર શોધો'; @override String get selectAllButtonLabel => 'બધા પસંદ કરો'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'શેર કરો…'; @override String get tabSemanticsLabelRaw => r'$tabCountમાંથી $tabIndex ટૅબ'; @@ -5504,7 +5507,7 @@ class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'חיפוש'; @override String get menuDismissLabel => 'סגירת התפריט'; @@ -5525,13 +5528,13 @@ class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'חיפוש'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'חיפוש באינטרנט'; @override String get selectAllButtonLabel => 'בחירת הכול'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'שיתוף…'; @override String get tabSemanticsLabelRaw => r'כרטיסייה $tabIndex מתוך $tabCount'; @@ -5666,7 +5669,7 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'लुक अप बटन'; @override String get menuDismissLabel => 'मेन्यू खारिज करें'; @@ -5687,13 +5690,13 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'खोजें'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'वेब पर खोजें'; @override String get selectAllButtonLabel => 'सभी चुनें'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'शेयर करें…'; @override String get tabSemanticsLabelRaw => r'$tabCount का टैब $tabIndex'; @@ -5849,13 +5852,13 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Pretraživanje'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Pretraži web'; @override String get selectAllButtonLabel => 'Odaberi sve'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Dijeli...'; @override String get tabSemanticsLabelRaw => r'Kartica $tabIndex od $tabCount'; @@ -6011,13 +6014,13 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Keresés'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Keresés az interneten'; @override String get selectAllButtonLabel => 'Összes kijelölése'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Megosztás…'; @override String get tabSemanticsLabelRaw => r'$tabCount/$tabIndex. lap'; @@ -6152,7 +6155,7 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Փնտրել'; @override String get menuDismissLabel => 'Փակել ընտրացանկը'; @@ -6173,13 +6176,13 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Որոնում'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Որոնել համացանցում'; @override String get selectAllButtonLabel => 'Նշել բոլորը'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Կիսվել...'; @override String get tabSemanticsLabelRaw => r'Ներդիր $tabIndex՝ $tabCount-ից'; @@ -6314,7 +6317,7 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Cari'; @override String get menuDismissLabel => 'Tutup menu'; @@ -6335,13 +6338,13 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Telusuri'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Telusuri di Web'; @override String get selectAllButtonLabel => 'Pilih Semua'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Bagikan...'; @override String get tabSemanticsLabelRaw => r'Tab $tabIndex dari $tabCount'; @@ -6497,13 +6500,13 @@ class CupertinoLocalizationIs extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Leit'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Leita á vefnum'; @override String get selectAllButtonLabel => 'Velja allt'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Deila...'; @override String get tabSemanticsLabelRaw => r'Flipi $tabIndex af $tabCount'; @@ -6659,13 +6662,13 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Cerca'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Cerca sul web'; @override String get selectAllButtonLabel => 'Seleziona tutto'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Condividi…'; @override String get tabSemanticsLabelRaw => r'Scheda $tabIndex di $tabCount'; @@ -6821,13 +6824,13 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => '検索'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'ウェブを検索'; @override - String get selectAllButtonLabel => 'すべて選択'; + String get selectAllButtonLabel => 'すべてを選択'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => '共有...'; @override String get tabSemanticsLabelRaw => r'タブ: $tabIndex/$tabCount'; @@ -6962,7 +6965,7 @@ class CupertinoLocalizationKa extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'აიხედეთ ზემოთ'; @override String get menuDismissLabel => 'მენიუს უარყოფა'; @@ -6983,13 +6986,13 @@ class CupertinoLocalizationKa extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'ძიება'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'ვებში ძიება'; @override String get selectAllButtonLabel => 'ყველას არჩევა'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'გაზიარება...'; @override String get tabSemanticsLabelRaw => r'ჩანართი $tabIndex / $tabCount-დან'; @@ -7124,7 +7127,7 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Іздеу'; @override String get menuDismissLabel => 'Мәзірді жабу'; @@ -7145,13 +7148,13 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Іздеу'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Интернеттен іздеу'; @override String get selectAllButtonLabel => 'Барлығын таңдау'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Бөлісу…'; @override String get tabSemanticsLabelRaw => r'Қойынды: $tabIndex/$tabCount'; @@ -7307,13 +7310,13 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'ស្វែងរក'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'ស្វែងរក​លើបណ្ដាញ'; @override String get selectAllButtonLabel => 'ជ្រើសរើស​ទាំងអស់'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'ចែករំលែក...'; @override String get tabSemanticsLabelRaw => r'ផ្ទាំងទី $tabIndex នៃ $tabCount'; @@ -7448,7 +7451,7 @@ class CupertinoLocalizationKn extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => '\u{cae}\u{cc7}\u{cb2}\u{cc6}\u{20}\u{ca8}\u{ccb}\u{ca1}\u{cbf}'; @override String get menuDismissLabel => '\u{cae}\u{cc6}\u{ca8}\u{cc1}\u{cb5}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{cb5}\u{c9c}\u{cbe}\u{c97}\u{cc6}\u{cc2}\u{cb3}\u{cbf}\u{cb8}\u{cbf}'; @@ -7469,13 +7472,13 @@ class CupertinoLocalizationKn extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => '\u{cb9}\u{cc1}\u{ca1}\u{cc1}\u{c95}\u{cbf}'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => '\u{cb5}\u{cc6}\u{cac}\u{ccd}\u{200c}\u{ca8}\u{cb2}\u{ccd}\u{cb2}\u{cbf}\u{20}\u{cb9}\u{cc1}\u{ca1}\u{cc1}\u{c95}\u{cbf}'; @override String get selectAllButtonLabel => '\u{c8e}\u{cb2}\u{ccd}\u{cb2}\u{cb5}\u{ca8}\u{ccd}\u{ca8}\u{cc2}\u{20}\u{c86}\u{caf}\u{ccd}\u{c95}\u{cc6}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => '\u{cb9}\u{c82}\u{c9a}\u{cbf}\u{c95}\u{cca}\u{cb3}\u{ccd}\u{cb3}\u{cbf}\u{2e}\u{2e}\u{2e}'; @override String get tabSemanticsLabelRaw => '\u{24}\u{74}\u{61}\u{62}\u{43}\u{6f}\u{75}\u{6e}\u{74}\u{20}\u{cb0}\u{cb2}\u{ccd}\u{cb2}\u{cbf}\u{ca8}\u{20}\u{24}\u{74}\u{61}\u{62}\u{49}\u{6e}\u{64}\u{65}\u{78}\u{20}\u{c9f}\u{ccd}\u{caf}\u{cbe}\u{cac}\u{ccd}'; @@ -7610,7 +7613,7 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => '찾기'; @override String get menuDismissLabel => '메뉴 닫기'; @@ -7631,13 +7634,13 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => '검색'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => '웹 검색'; @override String get selectAllButtonLabel => '전체 선택'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => '공유...'; @override String get tabSemanticsLabelRaw => r'탭 $tabCount개 중 $tabIndex번째'; @@ -7772,7 +7775,7 @@ class CupertinoLocalizationKy extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Издөө'; @override String get menuDismissLabel => 'Менюну жабуу'; @@ -7793,13 +7796,13 @@ class CupertinoLocalizationKy extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Издөө'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Интернеттен издөө'; @override String get selectAllButtonLabel => 'Баарын тандоо'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Бөлүшүү…'; @override String get tabSemanticsLabelRaw => r'$tabCount ичинен $tabIndex-өтмөк'; @@ -7934,7 +7937,7 @@ class CupertinoLocalizationLo extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'ຊອກຫາຂໍ້ມູນ'; @override String get menuDismissLabel => 'ປິດເມນູ'; @@ -7955,13 +7958,13 @@ class CupertinoLocalizationLo extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'ຊອກຫາ'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'ຊອກຫາຢູ່ອິນເຕີເນັດ'; @override String get selectAllButtonLabel => 'ເລືອກທັງໝົດ'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'ແບ່ງປັນ...'; @override String get tabSemanticsLabelRaw => r'ແຖບທີ $tabIndex ຈາກທັງໝົດ $tabCount'; @@ -8096,7 +8099,7 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Ieškoti'; @override String get menuDismissLabel => 'Atsisakyti meniu'; @@ -8117,13 +8120,13 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Paieška'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Ieškoti žiniatinklyje'; @override String get selectAllButtonLabel => 'Pasirinkti viską'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Bendrinti...'; @override String get tabSemanticsLabelRaw => r'$tabIndex skirtukas iš $tabCount'; @@ -8258,7 +8261,7 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => r'$minute minūtes'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Meklēt'; @override String get menuDismissLabel => 'Nerādīt izvēlni'; @@ -8279,13 +8282,13 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Meklēšana'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Meklēt tīmeklī'; @override String get selectAllButtonLabel => 'Atlasīt visu'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Kopīgot…'; @override String get tabSemanticsLabelRaw => r'$tabIndex. cilne no $tabCount'; @@ -8420,7 +8423,7 @@ class CupertinoLocalizationMk extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Погледнете нагоре'; @override String get menuDismissLabel => 'Отфрлете го менито'; @@ -8441,13 +8444,13 @@ class CupertinoLocalizationMk extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Пребарувајте'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Пребарајте на интернет'; @override String get selectAllButtonLabel => 'Избери ги сите'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Споделете...'; @override String get tabSemanticsLabelRaw => r'Картичка $tabIndex од $tabCount'; @@ -8603,13 +8606,13 @@ class CupertinoLocalizationMl extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'തിരയുക'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'വെബിൽ തിരയുക'; @override String get selectAllButtonLabel => 'എല്ലാം തിരഞ്ഞെടുക്കുക'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'പങ്കിടുക...'; @override String get tabSemanticsLabelRaw => r'$tabCount ടാബിൽ $tabIndex-ാമത്തേത്'; @@ -8744,7 +8747,7 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Дээшээ харах'; @override String get menuDismissLabel => 'Цэсийг хаах'; @@ -8765,13 +8768,13 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Хайх'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Вебээс хайх'; @override String get selectAllButtonLabel => 'Бүгдийг сонгох'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Хуваалцах...'; @override String get tabSemanticsLabelRaw => r'$tabCount-н $tabIndex-р таб'; @@ -8906,7 +8909,7 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'शोध घ्या'; @override String get menuDismissLabel => 'मेनू डिसमिस करा'; @@ -8927,13 +8930,13 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'शोधा'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'वेबवर शोधा'; @override String get selectAllButtonLabel => 'सर्व निवडा'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'शेअर करा...'; @override String get tabSemanticsLabelRaw => r'$tabCount पैकी $tabIndex टॅब'; @@ -9089,13 +9092,13 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Cari'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Buat carian pada Web'; @override String get selectAllButtonLabel => 'Pilih Semua'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Kongsi...'; @override String get tabSemanticsLabelRaw => r'Tab $tabIndex daripada $tabCount'; @@ -9230,7 +9233,7 @@ class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'အပေါ်ကြည့်ရန်'; @override String get menuDismissLabel => 'မီနူးကိုပယ်ပါ'; @@ -9251,13 +9254,13 @@ class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'ရှာရန်'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'ဝဘ်တွင်ရှာရန်'; @override String get selectAllButtonLabel => 'အားလုံး ရွေးရန်'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'မျှဝေရန်...'; @override String get tabSemanticsLabelRaw => r'တဘ် $tabCount ခုအနက် $tabIndex ခု'; @@ -9392,7 +9395,7 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Slå opp'; @override String get menuDismissLabel => 'Lukk menyen'; @@ -9413,13 +9416,13 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Søk'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Søk på nettet'; @override String get selectAllButtonLabel => 'Velg alle'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Del…'; @override String get tabSemanticsLabelRaw => r'Fane $tabIndex av $tabCount'; @@ -9554,7 +9557,7 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'माथितिर हेर्नुहोस्'; @override String get menuDismissLabel => 'मेनु खारेज गर्नुहोस्'; @@ -9575,13 +9578,13 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'खोज्नुहोस्'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'वेबमा खोज्नुहोस्'; @override String get selectAllButtonLabel => 'सबै चयन गर्नुहोस्'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'सेयर गर्नुहोस्...'; @override String get tabSemanticsLabelRaw => r'$tabCount मध्ये $tabIndex ट्याब'; @@ -9716,7 +9719,7 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Opzoeken'; @override String get menuDismissLabel => 'Menu sluiten'; @@ -9737,13 +9740,13 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Zoeken'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Op internet zoeken'; @override String get selectAllButtonLabel => 'Alles selecteren'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Delen...'; @override String get tabSemanticsLabelRaw => r'Tabblad $tabIndex van $tabCount'; @@ -9878,7 +9881,7 @@ class CupertinoLocalizationNo extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Slå opp'; @override String get menuDismissLabel => 'Lukk menyen'; @@ -9899,13 +9902,13 @@ class CupertinoLocalizationNo extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Søk'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Søk på nettet'; @override String get selectAllButtonLabel => 'Velg alle'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Del…'; @override String get tabSemanticsLabelRaw => r'Fane $tabIndex av $tabCount'; @@ -10040,7 +10043,7 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'ଉପରକୁ ଦେଖନ୍ତୁ'; @override String get menuDismissLabel => 'ମେନୁ ଖାରଜ କରନ୍ତୁ'; @@ -10061,13 +10064,13 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'ସନ୍ଧାନ କରନ୍ତୁ'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'ୱେବ ସର୍ଚ୍ଚ କରନ୍ତୁ'; @override String get selectAllButtonLabel => 'ସମସ୍ତ ଚୟନ କରନ୍ତୁ'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'ସେୟାର୍ କରନ୍ତୁ...'; @override String get tabSemanticsLabelRaw => r'$tabCountର $tabIndex ଟାବ୍'; @@ -10202,7 +10205,7 @@ class CupertinoLocalizationPa extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'ਖੋਜੋ'; @override String get menuDismissLabel => 'ਮੀਨੂ ਖਾਰਜ ਕਰੋ'; @@ -10223,13 +10226,13 @@ class CupertinoLocalizationPa extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'ਖੋਜੋ'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => "ਵੈੱਬ 'ਤੇ ਖੋਜੋ"; @override String get selectAllButtonLabel => 'ਸਭ ਚੁਣੋ'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'ਸਾਂਝਾ ਕਰੋ...'; @override String get tabSemanticsLabelRaw => r'$tabCount ਵਿੱਚੋਂ $tabIndex ਟੈਬ'; @@ -10385,13 +10388,13 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Szukaj'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Szukaj w internecie'; @override String get selectAllButtonLabel => 'Wybierz wszystkie'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Udostępnij…'; @override String get tabSemanticsLabelRaw => r'Karta $tabIndex z $tabCount'; @@ -10547,13 +10550,13 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Pesquisar'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Pesquisar na Web'; @override - String get selectAllButtonLabel => 'Selecionar Tudo'; + String get selectAllButtonLabel => 'Selecionar tudo'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Compartilhar…'; @override String get tabSemanticsLabelRaw => r'Guia $tabIndex de $tabCount'; @@ -10633,6 +10636,9 @@ class CupertinoLocalizationPtPt extends CupertinoLocalizationPt { required super.decimalFormat, }); + @override + String get shareButtonLabel => 'Partilhar…'; + @override String get lookUpButtonLabel => 'Procurar'; @@ -10657,9 +10663,6 @@ class CupertinoLocalizationPtPt extends CupertinoLocalizationPt { @override String get timerPickerSecondLabelOther => 'seg'; - @override - String get selectAllButtonLabel => 'Selecionar tudo'; - @override String get modalBarrierDismissLabel => 'Ignorar'; } @@ -10736,7 +10739,7 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Privire în sus'; @override String get menuDismissLabel => 'Respingeți meniul'; @@ -10757,13 +10760,13 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Căutați'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Căutați pe web'; @override - String get selectAllButtonLabel => 'Selectați-le pe toate'; + String get selectAllButtonLabel => 'Selectează tot'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Trimiteți…'; @override String get tabSemanticsLabelRaw => r'Fila $tabIndex din $tabCount'; @@ -10898,7 +10901,7 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Найти'; @override String get menuDismissLabel => 'Закрыть меню'; @@ -10919,13 +10922,13 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Поиск'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Искать в интернете'; @override String get selectAllButtonLabel => 'Выбрать все'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Поделиться'; @override String get tabSemanticsLabelRaw => r'Вкладка $tabIndex из $tabCount'; @@ -11060,7 +11063,7 @@ class CupertinoLocalizationSi extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'උඩ බලන්න'; @override String get menuDismissLabel => 'මෙනුව අස් කරන්න'; @@ -11081,13 +11084,13 @@ class CupertinoLocalizationSi extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'සෙවීම'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'වෙබය සොයන්න'; @override String get selectAllButtonLabel => 'සියල්ල තෝරන්න'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'බෙදා ගන්න...'; @override String get tabSemanticsLabelRaw => r'ටැබ $tabCount න් $tabIndex'; @@ -11222,7 +11225,7 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Pohľad nahor'; @override String get menuDismissLabel => 'Zavrieť ponuku'; @@ -11243,13 +11246,13 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Hľadať'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Hľadať na webe'; @override - String get selectAllButtonLabel => 'Vybrať všetko'; + String get selectAllButtonLabel => 'Označiť všetko'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Zdieľať…'; @override String get tabSemanticsLabelRaw => r'Karta $tabIndex z $tabCount'; @@ -11384,7 +11387,7 @@ class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Pogled gor'; @override String get menuDismissLabel => 'Opusti meni'; @@ -11405,13 +11408,13 @@ class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Iskanje'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Iskanje v spletu'; @override String get selectAllButtonLabel => 'Izberi vse'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Deli …'; @override String get tabSemanticsLabelRaw => r'Zavihek $tabIndex od $tabCount'; @@ -11546,7 +11549,7 @@ class CupertinoLocalizationSq extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Kërko'; @override String get menuDismissLabel => 'Hiqe menynë'; @@ -11567,13 +11570,13 @@ class CupertinoLocalizationSq extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Kërko'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Kërko në ueb'; @override String get selectAllButtonLabel => 'Zgjidhi të gjitha'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Ndaj...'; @override String get tabSemanticsLabelRaw => r'Skeda $tabIndex nga $tabCount'; @@ -11708,7 +11711,7 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Поглед нагоре'; @override String get menuDismissLabel => 'Одбаците мени'; @@ -11729,13 +11732,13 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Претражите'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Претражи веб'; @override String get selectAllButtonLabel => 'Изабери све'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Дели…'; @override String get tabSemanticsLabelRaw => r'$tabIndex. картица од $tabCount'; @@ -11863,6 +11866,9 @@ class CupertinoLocalizationSrLatn extends CupertinoLocalizationSr { @override String get datePickerMinuteSemanticsLabelOther => r'$minute minuta'; + @override + String get lookUpButtonLabel => 'Pogled nagore'; + @override String get menuDismissLabel => 'Odbacite meni'; @@ -11881,9 +11887,15 @@ class CupertinoLocalizationSrLatn extends CupertinoLocalizationSr { @override String get searchTextFieldPlaceholderLabel => 'Pretražite'; + @override + String get searchWebButtonLabel => 'Pretraži veb'; + @override String get selectAllButtonLabel => 'Izaberi sve'; + @override + String get shareButtonLabel => 'Deli…'; + @override String get tabSemanticsLabelRaw => r'$tabIndex. kartica od $tabCount'; @@ -11990,7 +12002,7 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Titta upp'; @override String get menuDismissLabel => 'Stäng menyn'; @@ -12011,13 +12023,13 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Sök'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Sök på webben'; @override - String get selectAllButtonLabel => 'Markera alla'; + String get selectAllButtonLabel => 'Markera allt'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Dela …'; @override String get tabSemanticsLabelRaw => r'Flik $tabIndex av $tabCount'; @@ -12152,7 +12164,7 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Tafuta'; @override String get menuDismissLabel => 'Ondoa menyu'; @@ -12173,13 +12185,13 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Tafuta'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Tafuta kwenye Wavuti'; @override String get selectAllButtonLabel => 'Teua Zote'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Shiriki...'; @override String get tabSemanticsLabelRaw => r'Kichupo cha $tabIndex kati ya $tabCount'; @@ -12314,7 +12326,7 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'தேடு'; @override String get menuDismissLabel => 'மெனுவை மூடும்'; @@ -12335,13 +12347,13 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'தேடுக'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'இணையத்தில் தேடு'; @override String get selectAllButtonLabel => 'எல்லாம் தேர்ந்தெடு'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'பகிர்...'; @override String get tabSemanticsLabelRaw => r'தாவல் $tabIndex / $tabCount'; @@ -12476,7 +12488,7 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'వెతకండి'; @override String get menuDismissLabel => 'మెనూను తీసివేయండి'; @@ -12497,13 +12509,13 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'సెర్చ్ చేయి'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'వెబ్‌లో సెర్చ్ చేయండి'; @override String get selectAllButtonLabel => 'అన్నింటినీ ఎంచుకోండి'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'షేర్ చేయండి...'; @override String get tabSemanticsLabelRaw => r'$tabCountలో $tabIndexవ ట్యాబ్'; @@ -12638,7 +12650,7 @@ class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'ค้นหา'; @override String get menuDismissLabel => 'ปิดเมนู'; @@ -12659,13 +12671,13 @@ class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'ค้นหา'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'ค้นหาบนอินเทอร์เน็ต'; @override String get selectAllButtonLabel => 'เลือกทั้งหมด'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'แชร์...'; @override String get tabSemanticsLabelRaw => r'แท็บที่ $tabIndex จาก $tabCount'; @@ -12821,13 +12833,13 @@ class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Hanapin'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Maghanap sa Web'; @override String get selectAllButtonLabel => 'Piliin Lahat'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Ibahagi...'; @override String get tabSemanticsLabelRaw => r'Tab $tabIndex ng $tabCount'; @@ -12962,7 +12974,7 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Ara'; @override String get menuDismissLabel => 'Menüyü kapat'; @@ -12983,13 +12995,13 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Ara'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => "Web'de Ara"; @override String get selectAllButtonLabel => 'Tümünü Seç'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Paylaş...'; @override String get tabSemanticsLabelRaw => r'Sekme $tabIndex/$tabCount'; @@ -13124,7 +13136,7 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Шукати'; @override String get menuDismissLabel => 'Закрити меню'; @@ -13145,13 +13157,13 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Шукайте'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Пошук в Інтернеті'; @override String get selectAllButtonLabel => 'Вибрати все'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Поділитися…'; @override String get tabSemanticsLabelRaw => r'Вкладка $tabIndex з $tabCount'; @@ -13286,7 +13298,7 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'تفصیل دیکھیں'; @override String get menuDismissLabel => 'مینو برخاست کریں'; @@ -13307,13 +13319,13 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'تلاش کریں'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'ویب تلاش کریں'; @override String get selectAllButtonLabel => 'سبھی منتخب کریں'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'اشتراک کریں...'; @override String get tabSemanticsLabelRaw => r'$tabCount میں سے $tabIndex ٹیب'; @@ -13469,13 +13481,13 @@ class CupertinoLocalizationUz extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Qidiruv'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Internetdan qidirish'; @override String get selectAllButtonLabel => 'Barchasini tanlash'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Ulashish…'; @override String get tabSemanticsLabelRaw => r'$tabCount varaqdan $tabIndex'; @@ -13610,7 +13622,7 @@ class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Tra cứu'; @override String get menuDismissLabel => 'Đóng trình đơn'; @@ -13631,13 +13643,13 @@ class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Tìm kiếm'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Tìm kiếm trên web'; @override String get selectAllButtonLabel => 'Chọn tất cả'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Chia sẻ...'; @override String get tabSemanticsLabelRaw => r'Thẻ $tabIndex/$tabCount'; @@ -13772,7 +13784,7 @@ class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => '向上看'; @override String get menuDismissLabel => '关闭菜单'; @@ -13793,13 +13805,13 @@ class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => '搜索'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => '在网络上搜索'; @override String get selectAllButtonLabel => '全选'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => '分享…'; @override String get tabSemanticsLabelRaw => r'第 $tabIndex 个标签,共 $tabCount 个'; @@ -13939,6 +13951,9 @@ class CupertinoLocalizationZhHant extends CupertinoLocalizationZh { @override String get searchTextFieldPlaceholderLabel => '搜尋'; + @override + String get searchWebButtonLabel => '搜尋網頁'; + @override String get selectAllButtonLabel => '全選'; @@ -13993,6 +14008,9 @@ class CupertinoLocalizationZhHantTw extends CupertinoLocalizationZhHant { required super.decimalFormat, }); + @override + String get searchWebButtonLabel => '在網路上搜尋'; + @override String get noSpellCheckReplacementsLabel => '找不到替代文字'; @@ -14096,7 +14114,7 @@ class CupertinoLocalizationZu extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Bheka Phezulu'; @override String get menuDismissLabel => 'Chitha imenyu'; @@ -14117,13 +14135,13 @@ class CupertinoLocalizationZu extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => 'Sesha'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Sesha Iwebhu'; @override String get selectAllButtonLabel => 'Khetha konke'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Yabelana...'; @override String get tabSemanticsLabelRaw => r'Ithebhu $tabIndex kwangu-$tabCount'; diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index f454b13b9281..583a57d470a4 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -330,7 +330,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Lisensies'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Kyk op'; @override String get menuBarMenuLabel => 'Kieslysbalkkieslys'; @@ -438,7 +438,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Soek'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Deursoek web'; @override String get selectAllButtonLabel => 'Kies alles'; @@ -465,7 +465,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Deel …'; @override String get showAccountsLabel => 'Wys rekeninge'; @@ -820,7 +820,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get licensesPageTitle => 'ፈቃዶች'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'ይመልከቱ'; @override String get menuBarMenuLabel => 'የምናሌ አሞሌ ምናሌ'; @@ -928,7 +928,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get searchFieldLabel => 'ይፈልጉ'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'ድርን ፈልግ'; @override String get selectAllButtonLabel => 'ሁሉንም ምረጥ'; @@ -955,7 +955,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'አጋራ...'; @override String get showAccountsLabel => 'መለያዎችን አሳይ'; @@ -1310,7 +1310,7 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get licensesPageTitle => 'التراخيص'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'النظر إلى أعلى'; @override String get menuBarMenuLabel => 'قائمة شريط القوائم'; @@ -1418,7 +1418,7 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get searchFieldLabel => 'بحث'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'البحث على الويب'; @override String get selectAllButtonLabel => 'اختيار الكل'; @@ -1445,7 +1445,7 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => 'لم يتم اختيار أي عنصر'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'مشاركة…'; @override String get showAccountsLabel => 'إظهار الحسابات'; @@ -1800,7 +1800,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get licensesPageTitle => 'অনুজ্ঞাপত্ৰসমূহ'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'ওপৰলৈ চাওক'; @override String get menuBarMenuLabel => 'মেনু বাৰ মেনু'; @@ -1908,7 +1908,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get searchFieldLabel => 'সন্ধান কৰক'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'ৱেবত সন্ধান কৰক'; @override String get selectAllButtonLabel => 'সকলো বাছনি কৰক'; @@ -1935,7 +1935,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'শ্বেয়াৰ কৰক…'; @override String get showAccountsLabel => 'একাউণ্টসমূহ দেখুৱাওক'; @@ -2290,7 +2290,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Lisenziyalar'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Axtarın'; @override String get menuBarMenuLabel => 'Menyu paneli menyusu'; @@ -2398,7 +2398,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Axtarın'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Vebdə axtarın'; @override String get selectAllButtonLabel => 'Hamısını seçin'; @@ -2425,7 +2425,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Paylaşın...'; @override String get showAccountsLabel => 'Hesabları göstərin'; @@ -2780,7 +2780,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Ліцэнзіі'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Знайсці'; @override String get menuBarMenuLabel => 'Меню "Панэль меню"'; @@ -2888,7 +2888,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Пошук'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Пошук у сетцы'; @override String get selectAllButtonLabel => 'Выбраць усе'; @@ -2915,7 +2915,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Абагуліць...'; @override String get showAccountsLabel => 'Паказаць уліковыя запісы'; @@ -3378,7 +3378,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Търсене'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Търсене в мрежата'; @override String get selectAllButtonLabel => 'Избиране на всички'; @@ -3405,7 +3405,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Споделяне...'; @override String get showAccountsLabel => 'Показване на профилите'; @@ -3760,7 +3760,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get licensesPageTitle => 'লাইসেন্স'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'লুক-আপ'; @override String get menuBarMenuLabel => 'মেনু বার মেনু'; @@ -3868,7 +3868,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get searchFieldLabel => 'খুঁজুন'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'ওয়েবে সার্চ করুন'; @override String get selectAllButtonLabel => 'সব বেছে নিন'; @@ -3895,7 +3895,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'শেয়ার করুন...'; @override String get showAccountsLabel => 'অ্যাকাউন্টগুলি দেখান'; @@ -4250,7 +4250,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Licence'; @override - String get lookUpButtonLabel => 'Pogled prema gore'; + String get lookUpButtonLabel => 'Pogled nagore'; @override String get menuBarMenuLabel => 'Meni trake menija'; @@ -4358,7 +4358,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Pretražite'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Pretraži Web'; @override String get selectAllButtonLabel => 'Odaberi sve'; @@ -4385,7 +4385,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Dijeli...'; @override String get showAccountsLabel => 'Prikaži račune'; @@ -4740,7 +4740,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Llicències'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Mira amunt'; @override String get menuBarMenuLabel => 'Menú de la barra de menú'; @@ -4848,7 +4848,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Cerca'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Cerca al web'; @override String get selectAllButtonLabel => 'Selecciona-ho tot'; @@ -4875,7 +4875,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Comparteix...'; @override String get showAccountsLabel => 'Mostra els comptes'; @@ -5230,7 +5230,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Licence'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Vyhledat'; @override String get menuBarMenuLabel => 'Nabídka na liště s nabídkou'; @@ -5338,7 +5338,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Hledat'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Vyhledávat na webu'; @override String get selectAllButtonLabel => 'Vybrat vše'; @@ -5365,7 +5365,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Sdílet…'; @override String get showAccountsLabel => 'Zobrazit účty'; @@ -5720,7 +5720,7 @@ class MaterialLocalizationCy extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Trwyddedau'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Chwilio'; @override String get menuBarMenuLabel => 'Dewislen bar dewislen'; @@ -5828,7 +5828,7 @@ class MaterialLocalizationCy extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Chwilio'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => "Chwilio'r We"; @override String get selectAllButtonLabel => 'Dewis y Cyfan'; @@ -5855,7 +5855,7 @@ class MaterialLocalizationCy extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => "Nid oes unrhyw eitemau wedi'u dewis"; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Rhannu...'; @override String get showAccountsLabel => 'Dangos cyfrifon'; @@ -6210,7 +6210,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Licenser'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Slå op'; @override String get menuBarMenuLabel => 'Menuen for menulinjen'; @@ -6318,7 +6318,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Søg'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Søg på nettet'; @override String get selectAllButtonLabel => 'Markér alt'; @@ -6345,7 +6345,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Del…'; @override String get showAccountsLabel => 'Vis konti'; @@ -6700,7 +6700,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Lizenzen'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Nachschlagen'; @override String get menuBarMenuLabel => 'Menü in der Menüleiste'; @@ -6808,7 +6808,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Suchen'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Im Web suchen'; @override String get selectAllButtonLabel => 'Alle auswählen'; @@ -6835,7 +6835,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => 'Keine Objekte ausgewählt'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Teilen…'; @override String get showAccountsLabel => 'Konten anzeigen'; @@ -7362,7 +7362,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Αναζήτηση'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Αναζήτηση στον ιστό'; @override String get selectAllButtonLabel => 'Επιλογή όλων'; @@ -7389,7 +7389,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Κοινοποίηση…'; @override String get showAccountsLabel => 'Εμφάνιση λογαριασμών'; @@ -9031,7 +9031,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Licencias'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Buscador visual'; @override String get menuBarMenuLabel => 'Menú de la barra de menú'; @@ -9139,7 +9139,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Buscar'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Buscar en la Web'; @override String get selectAllButtonLabel => 'Seleccionar todo'; @@ -9166,7 +9166,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => 'No se han seleccionado elementos'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Compartir...'; @override String get showAccountsLabel => 'Mostrar cuentas'; @@ -9229,6 +9229,9 @@ class MaterialLocalizationEs419 extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get shareButtonLabel => 'Compartir…'; + @override String get scanTextButtonLabel => 'Analizar texto'; @@ -9419,6 +9422,9 @@ class MaterialLocalizationEsAr extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get shareButtonLabel => 'Compartir…'; + @override String get scanTextButtonLabel => 'Analizar texto'; @@ -9609,6 +9615,9 @@ class MaterialLocalizationEsBo extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get shareButtonLabel => 'Compartir…'; + @override String get scanTextButtonLabel => 'Analizar texto'; @@ -9799,6 +9808,9 @@ class MaterialLocalizationEsCl extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get shareButtonLabel => 'Compartir…'; + @override String get scanTextButtonLabel => 'Analizar texto'; @@ -9989,6 +10001,9 @@ class MaterialLocalizationEsCo extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get shareButtonLabel => 'Compartir…'; + @override String get scanTextButtonLabel => 'Analizar texto'; @@ -10179,6 +10194,9 @@ class MaterialLocalizationEsCr extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get shareButtonLabel => 'Compartir…'; + @override String get scanTextButtonLabel => 'Analizar texto'; @@ -10369,6 +10387,9 @@ class MaterialLocalizationEsDo extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get shareButtonLabel => 'Compartir…'; + @override String get scanTextButtonLabel => 'Analizar texto'; @@ -10559,6 +10580,9 @@ class MaterialLocalizationEsEc extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get shareButtonLabel => 'Compartir…'; + @override String get scanTextButtonLabel => 'Analizar texto'; @@ -10749,6 +10773,9 @@ class MaterialLocalizationEsGt extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get shareButtonLabel => 'Compartir…'; + @override String get scanTextButtonLabel => 'Analizar texto'; @@ -10939,6 +10966,9 @@ class MaterialLocalizationEsHn extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get shareButtonLabel => 'Compartir…'; + @override String get scanTextButtonLabel => 'Analizar texto'; @@ -11129,6 +11159,9 @@ class MaterialLocalizationEsMx extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get shareButtonLabel => 'Compartir…'; + @override String get scanTextButtonLabel => 'Analizar texto'; @@ -11319,6 +11352,9 @@ class MaterialLocalizationEsNi extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get shareButtonLabel => 'Compartir…'; + @override String get scanTextButtonLabel => 'Analizar texto'; @@ -11509,6 +11545,9 @@ class MaterialLocalizationEsPa extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get shareButtonLabel => 'Compartir…'; + @override String get scanTextButtonLabel => 'Analizar texto'; @@ -11699,6 +11738,9 @@ class MaterialLocalizationEsPe extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get shareButtonLabel => 'Compartir…'; + @override String get scanTextButtonLabel => 'Analizar texto'; @@ -11889,6 +11931,9 @@ class MaterialLocalizationEsPr extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get shareButtonLabel => 'Compartir…'; + @override String get scanTextButtonLabel => 'Analizar texto'; @@ -12079,6 +12124,9 @@ class MaterialLocalizationEsPy extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get shareButtonLabel => 'Compartir…'; + @override String get scanTextButtonLabel => 'Analizar texto'; @@ -12269,6 +12317,9 @@ class MaterialLocalizationEsSv extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get shareButtonLabel => 'Compartir…'; + @override String get scanTextButtonLabel => 'Analizar texto'; @@ -12459,6 +12510,9 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get shareButtonLabel => 'Compartir…'; + @override String get scanTextButtonLabel => 'Analizar texto'; @@ -12652,6 +12706,9 @@ class MaterialLocalizationEsUy extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get shareButtonLabel => 'Compartir…'; + @override String get scanTextButtonLabel => 'Analizar texto'; @@ -12842,6 +12899,9 @@ class MaterialLocalizationEsVe extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); + @override + String get shareButtonLabel => 'Compartir…'; + @override String get scanTextButtonLabel => 'Analizar texto'; @@ -13432,7 +13492,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Otsing'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Otsi veebist'; @override String get selectAllButtonLabel => 'Vali kõik'; @@ -13459,7 +13519,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Jaga …'; @override String get showAccountsLabel => 'Kuva kontod'; @@ -13814,7 +13874,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Lizentziak'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Bilatu'; @override String get menuBarMenuLabel => 'Menu-barraren menua'; @@ -13922,7 +13982,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Bilatu'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Bilatu sarean'; @override String get selectAllButtonLabel => 'Hautatu guztiak'; @@ -13949,7 +14009,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Partekatu...'; @override String get showAccountsLabel => 'Erakutsi kontuak'; @@ -14304,7 +14364,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get licensesPageTitle => 'پروانه‌ها'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'جستجو'; @override String get menuBarMenuLabel => 'منوی نوار منو'; @@ -14412,7 +14472,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get searchFieldLabel => 'جستجو'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'جستجو در وب'; @override String get selectAllButtonLabel => 'انتخاب همه'; @@ -14439,7 +14499,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'هم‌رسانی…'; @override String get showAccountsLabel => 'نشان دادن حساب‌ها'; @@ -14794,7 +14854,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Lisenssit'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Hae'; @override String get menuBarMenuLabel => 'Valikkopalkki'; @@ -14902,7 +14962,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Haku'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Hae verkosta'; @override String get selectAllButtonLabel => 'Valitse kaikki'; @@ -14929,7 +14989,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Jaa…'; @override String get showAccountsLabel => 'Näytä tilit'; @@ -15392,7 +15452,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Maghanap'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Maghanap sa Web'; @override String get selectAllButtonLabel => 'Piliin lahat'; @@ -15419,7 +15479,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Ibahagi...'; @override String get showAccountsLabel => 'Ipakita ang mga account'; @@ -15774,7 +15834,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Licences'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Recherche visuelle'; @override String get menuBarMenuLabel => 'Menu de la barre de menu'; @@ -15882,7 +15942,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Rechercher'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Rechercher sur le Web'; @override String get selectAllButtonLabel => 'Tout sélectionner'; @@ -15909,7 +15969,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => 'Aucun élément sélectionné'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Partager…'; @override String get showAccountsLabel => 'Afficher les comptes'; @@ -15972,6 +16032,9 @@ class MaterialLocalizationFrCa extends MaterialLocalizationFr { required super.twoDigitZeroPaddedFormat, }); + @override + String get lookUpButtonLabel => 'Regarder en haut'; + @override String get scanTextButtonLabel => 'Balayer un texte'; @@ -16529,7 +16592,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Buscar'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Buscar na Web'; @override String get selectAllButtonLabel => 'Seleccionar todo'; @@ -16556,7 +16619,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => 'Non se seleccionaron elementos'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Compartir…'; @override String get showAccountsLabel => 'Mostrar contas'; @@ -16911,7 +16974,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Lizenzen'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Nachschlagen'; @override String get menuBarMenuLabel => 'Menü in der Menüleiste'; @@ -17019,7 +17082,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Suchen'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Im Web suchen'; @override String get selectAllButtonLabel => 'Alle auswählen'; @@ -17046,7 +17109,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Teilen…'; @override String get showAccountsLabel => 'Konten anzeigen'; @@ -17401,7 +17464,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get licensesPageTitle => 'લાઇસન્સ'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'શોધો'; @override String get menuBarMenuLabel => 'મેનૂ બાર મેનૂ'; @@ -17509,7 +17572,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get searchFieldLabel => 'શોધો'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'વેબ પર શોધો'; @override String get selectAllButtonLabel => 'બધા પસંદ કરો'; @@ -17536,7 +17599,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'શેર કરો…'; @override String get showAccountsLabel => 'એકાઉન્ટ બતાવો'; @@ -17891,7 +17954,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get licensesPageTitle => 'רישיונות'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'חיפוש'; @override String get menuBarMenuLabel => 'תפריט בסרגל התפריטים'; @@ -17999,7 +18062,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get searchFieldLabel => 'חיפוש'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'חיפוש באינטרנט'; @override String get selectAllButtonLabel => 'בחירת הכול'; @@ -18026,7 +18089,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'שיתוף…'; @override String get showAccountsLabel => 'הצגת החשבונות'; @@ -18381,7 +18444,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get licensesPageTitle => 'लाइसेंस'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'लुक अप बटन'; @override String get menuBarMenuLabel => 'मेन्यू बार का मेन्यू'; @@ -18489,7 +18552,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get searchFieldLabel => 'खोजें'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'वेब पर खोजें'; @override String get selectAllButtonLabel => 'सभी को चुनें'; @@ -18516,7 +18579,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'शेयर करें…'; @override String get showAccountsLabel => 'खाते दिखाएं'; @@ -18979,7 +19042,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Pretražite'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Pretraži web'; @override String get selectAllButtonLabel => 'Odaberi sve'; @@ -19006,7 +19069,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Dijeli...'; @override String get showAccountsLabel => 'Prikažite račune'; @@ -19469,7 +19532,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Keresés'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Keresés az interneten'; @override String get selectAllButtonLabel => 'Összes kijelölése'; @@ -19496,7 +19559,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Megosztás…'; @override String get showAccountsLabel => 'Fiókok megjelenítése'; @@ -19851,7 +19914,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Արտոնագրեր'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Փնտրել'; @override String get menuBarMenuLabel => 'Ընտրացանկի գոտու ընտրացանկ'; @@ -19959,7 +20022,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Որոնել'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Որոնել համացանցում'; @override String get selectAllButtonLabel => 'Նշել բոլորը'; @@ -19986,7 +20049,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => 'Տողերը ընտրված չեն'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Կիսվել...'; @override String get showAccountsLabel => 'Ցույց տալ հաշիվները'; @@ -20341,7 +20404,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Lisensi'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Cari'; @override String get menuBarMenuLabel => 'Menu panel menu'; @@ -20449,7 +20512,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Telusuri'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Telusuri di Web'; @override String get selectAllButtonLabel => 'Pilih semua'; @@ -20476,7 +20539,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Bagikan...'; @override String get showAccountsLabel => 'Tampilkan akun'; @@ -20939,7 +21002,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Leit'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Leita á vefnum'; @override String get selectAllButtonLabel => 'Velja allt'; @@ -20966,7 +21029,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Deila...'; @override String get showAccountsLabel => 'Sýna reikninga'; @@ -21429,7 +21492,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Cerca'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Cerca sul web'; @override String get selectAllButtonLabel => 'Seleziona tutto'; @@ -21456,7 +21519,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Condividi…'; @override String get showAccountsLabel => 'Mostra account'; @@ -21919,10 +21982,10 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get searchFieldLabel => '検索'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'ウェブを検索'; @override - String get selectAllButtonLabel => 'すべて選択'; + String get selectAllButtonLabel => 'すべてを選択'; @override String get selectYearSemanticsLabel => '年を選択'; @@ -21946,7 +22009,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => '共有...'; @override String get showAccountsLabel => 'アカウントを表示'; @@ -22301,7 +22364,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get licensesPageTitle => 'ლიცენზიები'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'აიხედეთ ზემოთ'; @override String get menuBarMenuLabel => 'მენიუს ზოლის მენიუ'; @@ -22409,7 +22472,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get searchFieldLabel => 'ძიება'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'ვებში ძიება'; @override String get selectAllButtonLabel => 'ყველას არჩევა'; @@ -22436,7 +22499,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'გაზიარება...'; @override String get showAccountsLabel => 'ანგარიშების ჩვენება'; @@ -22791,7 +22854,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Лицензиялар'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Іздеу'; @override String get menuBarMenuLabel => 'Мәзір жолағының мәзірі'; @@ -22899,7 +22962,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Іздеу'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Интернеттен іздеу'; @override String get selectAllButtonLabel => 'Барлығын таңдау'; @@ -22926,7 +22989,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => 'Тармақ таңдалмаған'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Бөлісу…'; @override String get showAccountsLabel => 'Аккаунттарды көрсету'; @@ -23389,7 +23452,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get searchFieldLabel => 'ស្វែងរក'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'ស្វែងរក​លើបណ្ដាញ'; @override String get selectAllButtonLabel => 'ជ្រើសរើស​ទាំងអស់'; @@ -23416,7 +23479,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'ចែករំលែក...'; @override String get showAccountsLabel => 'បង្ហាញគណនី'; @@ -23771,7 +23834,7 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { String get licensesPageTitle => '\u{caa}\u{cb0}\u{cb5}\u{cbe}\u{ca8}\u{c97}\u{cbf}\u{c97}\u{cb3}\u{cc1}'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => '\u{cae}\u{cc7}\u{cb2}\u{cc6}\u{20}\u{ca8}\u{ccb}\u{ca1}\u{cbf}'; @override String get menuBarMenuLabel => '\u{cae}\u{cc6}\u{ca8}\u{cc1}\u{20}\u{cac}\u{cbe}\u{cb0}\u{ccd}\u{200c}\u{20}\u{cae}\u{cc6}\u{ca8}\u{cc1}'; @@ -23879,7 +23942,7 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { String get searchFieldLabel => '\u{cb9}\u{cc1}\u{ca1}\u{cc1}\u{c95}\u{cbf}'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => '\u{cb5}\u{cc6}\u{cac}\u{ccd}\u{200c}\u{ca8}\u{cb2}\u{ccd}\u{cb2}\u{cbf}\u{20}\u{cb9}\u{cc1}\u{ca1}\u{cc1}\u{c95}\u{cbf}'; @override String get selectAllButtonLabel => '\u{c8e}\u{cb2}\u{ccd}\u{cb2}\u{cb5}\u{ca8}\u{ccd}\u{ca8}\u{cc2}\u{20}\u{c86}\u{caf}\u{ccd}\u{c95}\u{cc6}\u{20}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; @@ -23906,7 +23969,7 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => '\u{cb9}\u{c82}\u{c9a}\u{cbf}\u{c95}\u{cca}\u{cb3}\u{ccd}\u{cb3}\u{cbf}\u{2e}\u{2e}\u{2e}'; @override String get showAccountsLabel => '\u{c96}\u{cbe}\u{ca4}\u{cc6}\u{c97}\u{cb3}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{ca4}\u{ccb}\u{cb0}\u{cbf}\u{cb8}\u{cbf}'; @@ -24261,7 +24324,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get licensesPageTitle => '라이선스'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => '찾기'; @override String get menuBarMenuLabel => '메뉴 바 메뉴'; @@ -24369,7 +24432,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get searchFieldLabel => '검색'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => '웹 검색'; @override String get selectAllButtonLabel => '전체 선택'; @@ -24396,7 +24459,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => '공유...'; @override String get showAccountsLabel => '계정 표시'; @@ -24751,7 +24814,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Уруксаттамалар'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Издөө'; @override String get menuBarMenuLabel => 'Меню тилкеси менюсу'; @@ -24859,7 +24922,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Издөө'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Интернеттен издөө'; @override String get selectAllButtonLabel => 'Баарын тандоо'; @@ -24886,7 +24949,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Бөлүшүү…'; @override String get showAccountsLabel => 'Аккаунттарды көрсөтүү'; @@ -25241,7 +25304,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get licensesPageTitle => 'ໃບອະນຸຍາດ'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'ຊອກຫາຂໍ້ມູນ'; @override String get menuBarMenuLabel => 'ເມນູແຖບເມນູ'; @@ -25349,7 +25412,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get searchFieldLabel => 'ຊອກຫາ'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'ຊອກຫາຢູ່ອິນເຕີເນັດ'; @override String get selectAllButtonLabel => 'ເລືອກທັງໝົດ'; @@ -25376,7 +25439,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'ແບ່ງປັນ...'; @override String get showAccountsLabel => 'ສະແດງບັນຊີ'; @@ -25731,7 +25794,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Licencijos'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Ieškoti'; @override String get menuBarMenuLabel => 'Meniu juostos meniu'; @@ -25839,7 +25902,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Paieška'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Ieškoti žiniatinklyje'; @override String get selectAllButtonLabel => 'Pasirinkti viską'; @@ -25866,7 +25929,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Bendrinti...'; @override String get showAccountsLabel => 'Rodyti paskyras'; @@ -26221,7 +26284,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Licences'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Meklēt'; @override String get menuBarMenuLabel => 'Izvēļņu joslas izvēlne'; @@ -26329,7 +26392,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Meklēt'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Meklēt tīmeklī'; @override String get selectAllButtonLabel => 'Atlasīt visu'; @@ -26356,7 +26419,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => 'Nav atlasītu vienumu'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Kopīgot…'; @override String get showAccountsLabel => 'Rādīt kontus'; @@ -26711,7 +26774,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Лиценци'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Погледнете нагоре'; @override String get menuBarMenuLabel => 'Мени на лентата со мени'; @@ -26819,7 +26882,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Пребарувајте'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Пребарајте на интернет'; @override String get selectAllButtonLabel => 'Избери ги сите'; @@ -26846,7 +26909,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Споделете...'; @override String get showAccountsLabel => 'Прикажи сметки'; @@ -27309,7 +27372,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get searchFieldLabel => 'തിരയുക'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'വെബിൽ തിരയുക'; @override String get selectAllButtonLabel => 'എല്ലാം തിരഞ്ഞെടുക്കുക'; @@ -27336,7 +27399,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'പങ്കിടുക...'; @override String get showAccountsLabel => 'അക്കൗണ്ടുകൾ കാണിക്കുക'; @@ -27691,7 +27754,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Лиценз'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Дээшээ харах'; @override String get menuBarMenuLabel => 'Цэсний талбарын цэс'; @@ -27799,7 +27862,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Хайх'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Вебээс хайх'; @override String get selectAllButtonLabel => 'Бүгдийг сонгох'; @@ -27826,7 +27889,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => 'Бичлэг сонгоогүй байна'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Хуваалцах...'; @override String get showAccountsLabel => 'Бүртгэлүүдийг харуулах'; @@ -28181,7 +28244,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get licensesPageTitle => 'परवाने'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'शोध घ्या'; @override String get menuBarMenuLabel => 'मेनू बार मेनू'; @@ -28289,7 +28352,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get searchFieldLabel => 'शोध'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'वेबवर शोधा'; @override String get selectAllButtonLabel => 'सर्व निवडा'; @@ -28316,7 +28379,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => 'कोणतेही आयटम निवडलेले नाहीत'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'शेअर करा...'; @override String get showAccountsLabel => 'खाती दर्शवा'; @@ -28779,7 +28842,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Cari'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Buat carian pada Web'; @override String get selectAllButtonLabel => 'Pilih semua'; @@ -28806,7 +28869,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => 'Tiada item dipilih'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Kongsi...'; @override String get showAccountsLabel => 'Tunjukkan akaun'; @@ -29161,7 +29224,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get licensesPageTitle => 'လိုင်စင်များ'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'အပေါ်ကြည့်ရန်'; @override String get menuBarMenuLabel => 'မီနူးဘား မီနူး'; @@ -29269,7 +29332,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get searchFieldLabel => 'ရှာဖွေရန်'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'ဝဘ်တွင်ရှာရန်'; @override String get selectAllButtonLabel => 'အားလုံး ရွေးရန်'; @@ -29296,7 +29359,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'မျှဝေရန်...'; @override String get showAccountsLabel => 'အကောင့်များကို ပြရန်'; @@ -29651,7 +29714,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Lisenser'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Slå opp'; @override String get menuBarMenuLabel => 'Meny med menylinje'; @@ -29759,7 +29822,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Søk'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Søk på nettet'; @override String get selectAllButtonLabel => 'Velg alle'; @@ -29786,7 +29849,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Del…'; @override String get showAccountsLabel => 'Vis kontoer'; @@ -30141,7 +30204,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get licensesPageTitle => 'इजाजतपत्रहरू'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'माथितिर हेर्नुहोस्'; @override String get menuBarMenuLabel => '"मेनु बार" मेनु'; @@ -30249,7 +30312,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get searchFieldLabel => 'खोज्नुहोस्'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'वेबमा खोज्नुहोस्'; @override String get selectAllButtonLabel => 'सबै बटनहरू चयन गर्नुहोस्'; @@ -30276,7 +30339,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'सेयर गर्नुहोस्...'; @override String get showAccountsLabel => 'खाताहरू देखाउनुहोस्'; @@ -30631,7 +30694,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Licenties'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Opzoeken'; @override String get menuBarMenuLabel => 'Menu van menubalk'; @@ -30739,7 +30802,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Zoeken'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Op internet zoeken'; @override String get selectAllButtonLabel => 'Alles selecteren'; @@ -30766,7 +30829,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Delen...'; @override String get showAccountsLabel => 'Accounts tonen'; @@ -31121,7 +31184,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Lisenser'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Slå opp'; @override String get menuBarMenuLabel => 'Meny med menylinje'; @@ -31229,7 +31292,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Søk'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Søk på nettet'; @override String get selectAllButtonLabel => 'Velg alle'; @@ -31256,7 +31319,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Del…'; @override String get showAccountsLabel => 'Vis kontoer'; @@ -31611,7 +31674,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get licensesPageTitle => 'ଲାଇସେନ୍ସଗୁଡ଼କ'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'ଉପରକୁ ଦେଖନ୍ତୁ'; @override String get menuBarMenuLabel => 'ମେନୁ ବାର ମେନୁ'; @@ -31719,7 +31782,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get searchFieldLabel => 'ସନ୍ଧାନ କରନ୍ତୁ'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'ୱେବ ସର୍ଚ୍ଚ କରନ୍ତୁ'; @override String get selectAllButtonLabel => 'ସବୁ ଚୟନ କରନ୍ତୁ'; @@ -31746,7 +31809,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'ସେୟାର୍ କରନ୍ତୁ...'; @override String get showAccountsLabel => 'ଆକାଉଣ୍ଟ ଦେଖାନ୍ତୁ'; @@ -32101,7 +32164,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get licensesPageTitle => 'ਲਾਇਸੰਸ'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'ਖੋਜੋ'; @override String get menuBarMenuLabel => 'ਮੀਨੂ ਬਾਰ ਮੀਨੂ'; @@ -32209,7 +32272,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get searchFieldLabel => 'ਖੋਜੋ'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => "ਵੈੱਬ 'ਤੇ ਖੋਜੋ"; @override String get selectAllButtonLabel => 'ਸਭ ਚੁਣੋ'; @@ -32236,7 +32299,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'ਸਾਂਝਾ ਕਰੋ...'; @override String get showAccountsLabel => 'ਖਾਤੇ ਦਿਖਾਓ'; @@ -32699,7 +32762,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Szukaj'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Szukaj w internecie'; @override String get selectAllButtonLabel => 'Zaznacz wszystko'; @@ -32726,7 +32789,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Udostępnij…'; @override String get showAccountsLabel => 'Pokaż konta'; @@ -33679,7 +33742,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Pesquisa'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Pesquisar na Web'; @override String get selectAllButtonLabel => 'Selecionar tudo'; @@ -33706,7 +33769,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Compartilhar…'; @override String get showAccountsLabel => 'Mostrar contas'; @@ -33769,6 +33832,9 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { required super.twoDigitZeroPaddedFormat, }); + @override + String get shareButtonLabel => 'Partilhar…'; + @override String get lookUpButtonLabel => 'Procurar'; @@ -34236,7 +34302,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Licențe'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Privire în sus'; @override String get menuBarMenuLabel => 'Bară de meniu'; @@ -34344,7 +34410,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Căutați'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Căutați pe web'; @override String get selectAllButtonLabel => 'Selectați tot'; @@ -34371,7 +34437,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => 'Nu există elemente selectate'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Trimiteți…'; @override String get showAccountsLabel => 'Afișați conturile'; @@ -34726,7 +34792,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Лицензии'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Найти'; @override String get menuBarMenuLabel => 'Строка меню'; @@ -34834,7 +34900,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Поиск'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Искать в интернете'; @override String get selectAllButtonLabel => 'Выбрать все'; @@ -34861,7 +34927,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => 'Строки не выбраны'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Поделиться'; @override String get showAccountsLabel => 'Показать аккаунты'; @@ -35216,7 +35282,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get licensesPageTitle => 'බලපත්‍ර'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'උඩ බලන්න'; @override String get menuBarMenuLabel => 'මෙනු තීරු මෙනුව'; @@ -35324,7 +35390,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get searchFieldLabel => 'සෙවීම'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'වෙබය සොයන්න'; @override String get selectAllButtonLabel => 'සියල්ල තෝරන්න'; @@ -35351,7 +35417,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'බෙදා ගන්න...'; @override String get showAccountsLabel => 'ගිණුම් පෙන්වන්න'; @@ -35706,7 +35772,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Licencie'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Pohľad nahor'; @override String get menuBarMenuLabel => 'Ponuka panela s ponukami'; @@ -35814,7 +35880,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Hľadať'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Hľadať na webe'; @override String get selectAllButtonLabel => 'Vybrať všetko'; @@ -35841,7 +35907,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Zdieľať…'; @override String get showAccountsLabel => 'Zobraziť účty'; @@ -36196,7 +36262,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Licence'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Pogled gor'; @override String get menuBarMenuLabel => 'Meni menijske vrstice'; @@ -36304,7 +36370,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Iskanje'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Iskanje v spletu'; @override String get selectAllButtonLabel => 'Izberi vse'; @@ -36331,7 +36397,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Deli …'; @override String get showAccountsLabel => 'Prikaz računov'; @@ -36686,7 +36752,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Licencat'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Kërko'; @override String get menuBarMenuLabel => 'Menyja e shiritit të menysë'; @@ -36794,7 +36860,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Kërko'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Kërko në ueb'; @override String get selectAllButtonLabel => 'Zgjidh të gjitha'; @@ -36821,7 +36887,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Ndaj...'; @override String get showAccountsLabel => 'Shfaq llogaritë'; @@ -37176,7 +37242,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Лиценце'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Поглед нагоре'; @override String get menuBarMenuLabel => 'Мени трака менија'; @@ -37284,7 +37350,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Претражите'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Претражи веб'; @override String get selectAllButtonLabel => 'Изабери све'; @@ -37311,7 +37377,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Дели…'; @override String get showAccountsLabel => 'Прикажи налоге'; @@ -37546,6 +37612,9 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { @override String get licensesPageTitle => 'Licence'; + @override + String get lookUpButtonLabel => 'Pogled nagore'; + @override String get menuBarMenuLabel => 'Meni traka menija'; @@ -37639,6 +37708,9 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { @override String get searchFieldLabel => 'Pretražite'; + @override + String get searchWebButtonLabel => 'Pretraži veb'; + @override String get selectAllButtonLabel => 'Izaberi sve'; @@ -37654,6 +37726,9 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { @override String get selectedRowCountTitleOther => r'Izabrano je $selectedRowCount stavki'; + @override + String get shareButtonLabel => 'Deli…'; + @override String get showAccountsLabel => 'Prikaži naloge'; @@ -38004,7 +38079,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Licenser'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Titta upp'; @override String get menuBarMenuLabel => 'Menyrad'; @@ -38112,7 +38187,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Sök'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Sök på webben'; @override String get selectAllButtonLabel => 'Markera allt'; @@ -38139,7 +38214,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Dela …'; @override String get showAccountsLabel => 'Visa konton'; @@ -38494,7 +38569,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Leseni'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Tafuta'; @override String get menuBarMenuLabel => 'Menyu ya upau wa menyu'; @@ -38602,7 +38677,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Tafuta'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Tafuta kwenye Wavuti'; @override String get selectAllButtonLabel => 'Chagua vyote'; @@ -38629,7 +38704,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => 'Hamna kilicho chaguliwa'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Shiriki...'; @override String get showAccountsLabel => 'Onyesha akaunti'; @@ -38984,7 +39059,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get licensesPageTitle => 'உரிமங்கள்'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'தேடு'; @override String get menuBarMenuLabel => 'மெனு பட்டியின் மெனு'; @@ -39092,7 +39167,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get searchFieldLabel => 'தேடல்'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'இணையத்தில் தேடு'; @override String get selectAllButtonLabel => 'அனைத்தையும் தேர்ந்தெடு'; @@ -39119,7 +39194,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => 'எந்த வரிசையும் தேர்ந்தெடுக்கவில்லை'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'பகிர்...'; @override String get showAccountsLabel => 'கணக்குகளைக் காட்டும்'; @@ -39474,7 +39549,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get licensesPageTitle => 'లైసెన్స్‌లు'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'వెతకండి'; @override String get menuBarMenuLabel => 'మెనూ బార్ మెనూ'; @@ -39582,7 +39657,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get searchFieldLabel => 'వెతకండి'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'వెబ్‌లో సెర్చ్ చేయండి'; @override String get selectAllButtonLabel => 'అన్నింటినీ ఎంచుకోండి'; @@ -39609,7 +39684,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'షేర్ చేయండి...'; @override String get showAccountsLabel => 'ఖాతాలను చూపు'; @@ -39964,7 +40039,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get licensesPageTitle => 'ใบอนุญาต'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'ค้นหา'; @override String get menuBarMenuLabel => 'เมนูในแถบเมนู'; @@ -40072,7 +40147,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get searchFieldLabel => 'ค้นหา'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'ค้นหาบนอินเทอร์เน็ต'; @override String get selectAllButtonLabel => 'เลือกทั้งหมด'; @@ -40099,7 +40174,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'แชร์...'; @override String get showAccountsLabel => 'แสดงบัญชี'; @@ -40562,7 +40637,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Maghanap'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Maghanap sa Web'; @override String get selectAllButtonLabel => 'Piliin lahat'; @@ -40589,7 +40664,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Ibahagi...'; @override String get showAccountsLabel => 'Ipakita ang mga account'; @@ -40944,7 +41019,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Lisanslar'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Ara'; @override String get menuBarMenuLabel => 'Menü çubuğu menüsü'; @@ -41052,7 +41127,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Ara'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => "Web'de Ara"; @override String get selectAllButtonLabel => 'Tümünü seç'; @@ -41079,7 +41154,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Paylaş...'; @override String get showAccountsLabel => 'Hesapları göster'; @@ -41434,7 +41509,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Ліцензії'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Шукати'; @override String get menuBarMenuLabel => 'Панель меню'; @@ -41542,7 +41617,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Пошук'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Пошук в Інтернеті'; @override String get selectAllButtonLabel => 'Вибрати всі'; @@ -41569,7 +41644,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Поділитися…'; @override String get showAccountsLabel => 'Показати облікові записи'; @@ -41924,7 +41999,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get licensesPageTitle => 'لائسنسز'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'تفصیل دیکھیں'; @override String get menuBarMenuLabel => 'مینیو بار کا مینیو'; @@ -42032,7 +42107,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get searchFieldLabel => 'تلاش'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'ویب تلاش کریں'; @override String get selectAllButtonLabel => 'سبھی کو منتخب کریں'; @@ -42059,7 +42134,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'اشتراک کریں...'; @override String get showAccountsLabel => 'اکاؤنٹس دکھائیں'; @@ -42522,7 +42597,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Qidirish'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Internetdan qidirish'; @override String get selectAllButtonLabel => 'Hammasi'; @@ -42549,7 +42624,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Ulashish…'; @override String get showAccountsLabel => 'Hisoblarni koʻrsatish'; @@ -42904,7 +42979,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Giấy phép'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Tra cứu'; @override String get menuBarMenuLabel => 'Trình đơn của thanh trình đơn'; @@ -43012,7 +43087,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Tìm kiếm'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Tìm kiếm trên web'; @override String get selectAllButtonLabel => 'Chọn tất cả'; @@ -43039,7 +43114,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Chia sẻ...'; @override String get showAccountsLabel => 'Hiển thị tài khoản'; @@ -43211,7 +43286,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get firstPageTooltip => '第一页'; @override - String get hideAccountsLabel => '隐藏帐号'; + String get hideAccountsLabel => '隐藏账号'; @override String get inputDateModeButtonLabel => '切换到输入模式'; @@ -43394,7 +43469,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get licensesPageTitle => '许可'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => '向上看'; @override String get menuBarMenuLabel => '菜单栏的菜单'; @@ -43502,7 +43577,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get searchFieldLabel => '搜索'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => '在网络上搜索'; @override String get selectAllButtonLabel => '全选'; @@ -43529,10 +43604,10 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => '分享…'; @override - String get showAccountsLabel => '显示帐号'; + String get showAccountsLabel => '显示账号'; @override String get showMenuTooltip => '显示菜单'; @@ -43911,6 +43986,9 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { @override String get searchFieldLabel => '搜尋'; + @override + String get searchWebButtonLabel => '搜尋網頁'; + @override String get selectAllButtonLabel => '全部選取'; @@ -43997,6 +44075,9 @@ class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { required super.twoDigitZeroPaddedFormat, }); + @override + String get searchWebButtonLabel => '在網路上搜尋'; + @override String get scanTextButtonLabel => '掃描文字'; @@ -44419,7 +44500,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get licensesPageTitle => 'Amalayisense'; @override - String get lookUpButtonLabel => 'Look Up'; + String get lookUpButtonLabel => 'Bheka Phezulu'; @override String get menuBarMenuLabel => 'Imenyu yebha yemenyu'; @@ -44527,7 +44608,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get searchFieldLabel => 'Sesha'; @override - String get searchWebButtonLabel => 'Search Web'; + String get searchWebButtonLabel => 'Sesha Iwebhu'; @override String get selectAllButtonLabel => 'Khetha konke'; @@ -44554,7 +44635,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Yabelana...'; @override String get showAccountsLabel => 'Bonisa ama-akhawunti'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_af.arb b/packages/flutter_localizations/lib/src/l10n/material_af.arb index 654ccdf1eacb..f5b3c687e0cb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_af.arb @@ -142,7 +142,7 @@ "expandedHint": "Ingevou", "collapsedHint": "Uitgevou", "menuDismissLabel": "Maak kieslys toe", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Kyk op", + "searchWebButtonLabel": "Deursoek web", + "shareButtonLabel": "Deel …" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_am.arb b/packages/flutter_localizations/lib/src/l10n/material_am.arb index 20158502e081..51dc86d3044d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_am.arb @@ -142,7 +142,7 @@ "expandedHint": "ተሰብስቧል", "collapsedHint": "ተዘርግቷል", "menuDismissLabel": "ምናሌን አሰናብት", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "ይመልከቱ", + "searchWebButtonLabel": "ድርን ፈልግ", + "shareButtonLabel": "አጋራ..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index 18ee13a83e30..370681124c44 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -153,7 +153,7 @@ "expandedHint": "مصغَّر", "collapsedHint": "موسَّع", "menuDismissLabel": "إغلاق القائمة", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "النظر إلى أعلى", + "searchWebButtonLabel": "البحث على الويب", + "shareButtonLabel": "مشاركة…" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_as.arb b/packages/flutter_localizations/lib/src/l10n/material_as.arb index 79fb39ea71c1..0873873046f3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_as.arb @@ -142,7 +142,7 @@ "expandedHint": "সংকোচন কৰা আছে", "collapsedHint": "বিস্তাৰ কৰা আছে", "menuDismissLabel": "অগ্ৰাহ্য কৰাৰ মেনু", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "ওপৰলৈ চাওক", + "searchWebButtonLabel": "ৱেবত সন্ধান কৰক", + "shareButtonLabel": "শ্বেয়াৰ কৰক…" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_az.arb b/packages/flutter_localizations/lib/src/l10n/material_az.arb index cc2a3321445b..a792a444bf51 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_az.arb @@ -142,7 +142,7 @@ "expandedHint": "Yığcamlaşdırıldı", "collapsedHint": "Genişləndirildi", "menuDismissLabel": "Menyunu qapadın", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Axtarın", + "searchWebButtonLabel": "Vebdə axtarın", + "shareButtonLabel": "Paylaşın..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_be.arb b/packages/flutter_localizations/lib/src/l10n/material_be.arb index 2c6dbca5b316..893e45bcacfc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_be.arb @@ -148,7 +148,7 @@ "expandedHint": "Згорнута", "collapsedHint": "Разгорнута", "menuDismissLabel": "Закрыць меню", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Знайсці", + "searchWebButtonLabel": "Пошук у сетцы", + "shareButtonLabel": "Абагуліць..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bg.arb b/packages/flutter_localizations/lib/src/l10n/material_bg.arb index ad124c3a09e2..ac4cd5c55e38 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bg.arb @@ -144,6 +144,6 @@ "collapsedHint": "Разгънато", "menuDismissLabel": "Отхвърляне на менюто", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "searchWebButtonLabel": "Търсене в мрежата", + "shareButtonLabel": "Споделяне..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bn.arb b/packages/flutter_localizations/lib/src/l10n/material_bn.arb index 77d039992b6a..66fd3fa0d4fa 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bn.arb @@ -142,7 +142,7 @@ "expandedHint": "আড়াল করা হয়েছে", "collapsedHint": "বড় করা হয়েছে", "menuDismissLabel": "বাতিল করার মেনু", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "লুক-আপ", + "searchWebButtonLabel": "ওয়েবে সার্চ করুন", + "shareButtonLabel": "শেয়ার করুন..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bs.arb b/packages/flutter_localizations/lib/src/l10n/material_bs.arb index 424b0e7f9079..9c2ba601ad3d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bs.arb @@ -146,7 +146,7 @@ "expandedHint": "Suženo", "collapsedHint": "Prošireno", "menuDismissLabel": "Odbacivanje menija", - "lookUpButtonLabel": "Pogled prema gore", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Pogled nagore", + "searchWebButtonLabel": "Pretraži Web", + "shareButtonLabel": "Dijeli..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ca.arb b/packages/flutter_localizations/lib/src/l10n/material_ca.arb index 3f2b74212aad..d4ed502d81e4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ca.arb @@ -143,7 +143,7 @@ "expandedHint": "S'ha replegat", "collapsedHint": "S'ha desplegat", "menuDismissLabel": "Ignora el menú", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Mira amunt", + "searchWebButtonLabel": "Cerca al web", + "shareButtonLabel": "Comparteix..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_cs.arb b/packages/flutter_localizations/lib/src/l10n/material_cs.arb index dccaa7511212..e56961b4b8ad 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cs.arb @@ -149,7 +149,7 @@ "expandedHint": "Sbaleno", "collapsedHint": "Rozbaleno", "menuDismissLabel": "Zavřít nabídku", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Vyhledat", + "searchWebButtonLabel": "Vyhledávat na webu", + "shareButtonLabel": "Sdílet…" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_cy.arb b/packages/flutter_localizations/lib/src/l10n/material_cy.arb index 61ce3f86520b..a6c0bdd741fb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cy.arb @@ -153,7 +153,7 @@ "collapsedHint": "Wedi'i ehangu", "scanTextButtonLabel": "Sganio testun", "menuDismissLabel": "Diystyru'r ddewislen", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Chwilio", + "searchWebButtonLabel": "Chwilio'r We", + "shareButtonLabel": "Rhannu..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_da.arb b/packages/flutter_localizations/lib/src/l10n/material_da.arb index 582686b1da88..a9d69e6d9585 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_da.arb @@ -143,7 +143,7 @@ "expandedHint": "Skjult", "collapsedHint": "Udvidet", "menuDismissLabel": "Luk menu", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Slå op", + "searchWebButtonLabel": "Søg på nettet", + "shareButtonLabel": "Del…" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index 7739ab93f08f..7c5f15ff0b17 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -144,7 +144,7 @@ "expandedHint": "Minimiert", "collapsedHint": "Maximiert", "menuDismissLabel": "Menü schließen", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Nachschlagen", + "searchWebButtonLabel": "Im Web suchen", + "shareButtonLabel": "Teilen…" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_el.arb b/packages/flutter_localizations/lib/src/l10n/material_el.arb index 48a6551b2ad8..caa06d23534f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_el.arb @@ -144,6 +144,6 @@ "collapsedHint": "Αναπτύχθηκε", "menuDismissLabel": "Παράβλεψη μενού", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "searchWebButtonLabel": "Αναζήτηση στον ιστό", + "shareButtonLabel": "Κοινοποίηση…" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb index e9891cde9b80..e220530b9a6c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share...", "scanTextButtonLabel": "Scan text", "lookUpButtonLabel": "Look up", "menuDismissLabel": "Dismiss menu", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb index 22a307061e77..f9f5a43dc744 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share...", "scanTextButtonLabel": "Scan text", "lookUpButtonLabel": "Look up", "menuDismissLabel": "Dismiss menu", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb index 22a307061e77..f9f5a43dc744 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share...", "scanTextButtonLabel": "Scan text", "lookUpButtonLabel": "Look up", "menuDismissLabel": "Dismiss menu", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb index e9891cde9b80..e220530b9a6c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share...", "scanTextButtonLabel": "Scan text", "lookUpButtonLabel": "Look up", "menuDismissLabel": "Dismiss menu", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb b/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb index 2fc0ba78f24f..4f95f027d47e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share...", "scanTextButtonLabel": "Scan text", "lookUpButtonLabel": "Look up", "menuDismissLabel": "Dismiss menu", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb index e9891cde9b80..e220530b9a6c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share...", "scanTextButtonLabel": "Scan text", "lookUpButtonLabel": "Look up", "menuDismissLabel": "Dismiss menu", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb index 22a307061e77..f9f5a43dc744 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share...", "scanTextButtonLabel": "Scan text", "lookUpButtonLabel": "Look up", "menuDismissLabel": "Dismiss menu", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index 044c124f1867..b0b3a04a8830 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -144,7 +144,7 @@ "expandedHint": "Contraído", "collapsedHint": "Desplegado", "menuDismissLabel": "Cerrar menú", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Buscador visual", + "searchWebButtonLabel": "Buscar en la Web", + "shareButtonLabel": "Compartir..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb index 12d41aa41ffb..6e8c8b8088af 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Buscar en la Web", + "shareButtonLabel": "Compartir…", "scanTextButtonLabel": "Analizar texto", "lookUpButtonLabel": "Mirar hacia arriba", "menuDismissLabel": "Descartar menú", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb index 12d41aa41ffb..6e8c8b8088af 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Buscar en la Web", + "shareButtonLabel": "Compartir…", "scanTextButtonLabel": "Analizar texto", "lookUpButtonLabel": "Mirar hacia arriba", "menuDismissLabel": "Descartar menú", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb index 9e7f8d7fffe2..c3f6d8c45142 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Buscar en la Web", + "shareButtonLabel": "Compartir…", "scanTextButtonLabel": "Analizar texto", "lookUpButtonLabel": "Mirar hacia arriba", "menuDismissLabel": "Descartar menú", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb index 9e7f8d7fffe2..c3f6d8c45142 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Buscar en la Web", + "shareButtonLabel": "Compartir…", "scanTextButtonLabel": "Analizar texto", "lookUpButtonLabel": "Mirar hacia arriba", "menuDismissLabel": "Descartar menú", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb index 9e7f8d7fffe2..c3f6d8c45142 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Buscar en la Web", + "shareButtonLabel": "Compartir…", "scanTextButtonLabel": "Analizar texto", "lookUpButtonLabel": "Mirar hacia arriba", "menuDismissLabel": "Descartar menú", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb index 9e7f8d7fffe2..c3f6d8c45142 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Buscar en la Web", + "shareButtonLabel": "Compartir…", "scanTextButtonLabel": "Analizar texto", "lookUpButtonLabel": "Mirar hacia arriba", "menuDismissLabel": "Descartar menú", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb index 9e7f8d7fffe2..c3f6d8c45142 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Buscar en la Web", + "shareButtonLabel": "Compartir…", "scanTextButtonLabel": "Analizar texto", "lookUpButtonLabel": "Mirar hacia arriba", "menuDismissLabel": "Descartar menú", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb index 9e7f8d7fffe2..c3f6d8c45142 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Buscar en la Web", + "shareButtonLabel": "Compartir…", "scanTextButtonLabel": "Analizar texto", "lookUpButtonLabel": "Mirar hacia arriba", "menuDismissLabel": "Descartar menú", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb index 9e7f8d7fffe2..c3f6d8c45142 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Buscar en la Web", + "shareButtonLabel": "Compartir…", "scanTextButtonLabel": "Analizar texto", "lookUpButtonLabel": "Mirar hacia arriba", "menuDismissLabel": "Descartar menú", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb index 9e7f8d7fffe2..c3f6d8c45142 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Buscar en la Web", + "shareButtonLabel": "Compartir…", "scanTextButtonLabel": "Analizar texto", "lookUpButtonLabel": "Mirar hacia arriba", "menuDismissLabel": "Descartar menú", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb index 9e7f8d7fffe2..c3f6d8c45142 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Buscar en la Web", + "shareButtonLabel": "Compartir…", "scanTextButtonLabel": "Analizar texto", "lookUpButtonLabel": "Mirar hacia arriba", "menuDismissLabel": "Descartar menú", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb index 9e7f8d7fffe2..c3f6d8c45142 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Buscar en la Web", + "shareButtonLabel": "Compartir…", "scanTextButtonLabel": "Analizar texto", "lookUpButtonLabel": "Mirar hacia arriba", "menuDismissLabel": "Descartar menú", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb index 9e7f8d7fffe2..c3f6d8c45142 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Buscar en la Web", + "shareButtonLabel": "Compartir…", "scanTextButtonLabel": "Analizar texto", "lookUpButtonLabel": "Mirar hacia arriba", "menuDismissLabel": "Descartar menú", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb index 9e7f8d7fffe2..c3f6d8c45142 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Buscar en la Web", + "shareButtonLabel": "Compartir…", "scanTextButtonLabel": "Analizar texto", "lookUpButtonLabel": "Mirar hacia arriba", "menuDismissLabel": "Descartar menú", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb index 9e7f8d7fffe2..c3f6d8c45142 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Buscar en la Web", + "shareButtonLabel": "Compartir…", "scanTextButtonLabel": "Analizar texto", "lookUpButtonLabel": "Mirar hacia arriba", "menuDismissLabel": "Descartar menú", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb index 9e7f8d7fffe2..c3f6d8c45142 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Buscar en la Web", + "shareButtonLabel": "Compartir…", "scanTextButtonLabel": "Analizar texto", "lookUpButtonLabel": "Mirar hacia arriba", "menuDismissLabel": "Descartar menú", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb index 9e7f8d7fffe2..c3f6d8c45142 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Buscar en la Web", + "shareButtonLabel": "Compartir…", "scanTextButtonLabel": "Analizar texto", "lookUpButtonLabel": "Mirar hacia arriba", "menuDismissLabel": "Descartar menú", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb index 47144eb6515d..972872a50a1e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Buscar en la Web", + "shareButtonLabel": "Compartir…", "scanTextButtonLabel": "Analizar texto", "lookUpButtonLabel": "Mirar hacia arriba", "menuDismissLabel": "Descartar menú", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb index 9e7f8d7fffe2..c3f6d8c45142 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Buscar en la Web", + "shareButtonLabel": "Compartir…", "scanTextButtonLabel": "Analizar texto", "lookUpButtonLabel": "Mirar hacia arriba", "menuDismissLabel": "Descartar menú", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb index 9e7f8d7fffe2..c3f6d8c45142 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Buscar en la Web", + "shareButtonLabel": "Compartir…", "scanTextButtonLabel": "Analizar texto", "lookUpButtonLabel": "Mirar hacia arriba", "menuDismissLabel": "Descartar menú", diff --git a/packages/flutter_localizations/lib/src/l10n/material_et.arb b/packages/flutter_localizations/lib/src/l10n/material_et.arb index 6f207f1d4d3c..29fe9da03742 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_et.arb @@ -144,6 +144,6 @@ "collapsedHint": "Laiendatud", "menuDismissLabel": "Sulge menüü", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "searchWebButtonLabel": "Otsi veebist", + "shareButtonLabel": "Jaga …" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_eu.arb b/packages/flutter_localizations/lib/src/l10n/material_eu.arb index 741eacdd0ad4..02047fd64b0f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_eu.arb @@ -142,7 +142,7 @@ "expandedHint": "Tolestuta", "collapsedHint": "Zabalduta", "menuDismissLabel": "Baztertu menua", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Bilatu", + "searchWebButtonLabel": "Bilatu sarean", + "shareButtonLabel": "Partekatu..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index 35d66dd050c8..ab93807f79f6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -143,7 +143,7 @@ "expandedHint": "جمع‌شده", "collapsedHint": "ازهم بازشده", "menuDismissLabel": "بستن منو", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "جستجو", + "searchWebButtonLabel": "جستجو در وب", + "shareButtonLabel": "هم‌رسانی…" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fi.arb b/packages/flutter_localizations/lib/src/l10n/material_fi.arb index 283690abdd08..9acbc888076c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fi.arb @@ -143,7 +143,7 @@ "expandedHint": "Tiivistetty", "collapsedHint": "Laajennettu", "menuDismissLabel": "Hylkää valikko", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Hae", + "searchWebButtonLabel": "Hae verkosta", + "shareButtonLabel": "Jaa…" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fil.arb b/packages/flutter_localizations/lib/src/l10n/material_fil.arb index 81500d0ee0cb..3c94fb44e4b6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fil.arb @@ -144,6 +144,6 @@ "collapsedHint": "Naka-expand", "menuDismissLabel": "I-dismiss ang menu", "lookUpButtonLabel": "Tumingin sa Itaas", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "searchWebButtonLabel": "Maghanap sa Web", + "shareButtonLabel": "Ibahagi..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index 73ca135a2b17..0791be843c8c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -144,7 +144,7 @@ "expandedHint": "Réduit", "collapsedHint": "Développé", "menuDismissLabel": "Fermer le menu", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Recherche visuelle", + "searchWebButtonLabel": "Rechercher sur le Web", + "shareButtonLabel": "Partager…" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb b/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb index 0764fcca20a9..0ca0bbc27874 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb @@ -1,4 +1,7 @@ { + "lookUpButtonLabel": "Regarder en haut", + "searchWebButtonLabel": "Rechercher sur le Web", + "shareButtonLabel": "Partager…", "scanTextButtonLabel": "Balayer un texte", "menuDismissLabel": "Ignorer le menu", "expansionTileExpandedHint": "toucher deux fois pour réduire", diff --git a/packages/flutter_localizations/lib/src/l10n/material_gl.arb b/packages/flutter_localizations/lib/src/l10n/material_gl.arb index c4989e91aa61..427dfef7fc13 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gl.arb @@ -145,6 +145,6 @@ "collapsedHint": "Despregado", "menuDismissLabel": "Pechar menú", "lookUpButtonLabel": "Mirar cara arriba", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "searchWebButtonLabel": "Buscar na Web", + "shareButtonLabel": "Compartir…" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index 6e459e9d0c27..7400fe259f10 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -143,7 +143,7 @@ "expandedHint": "Minimiert", "collapsedHint": "Maximiert", "menuDismissLabel": "Menü schließen", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Nachschlagen", + "searchWebButtonLabel": "Im Web suchen", + "shareButtonLabel": "Teilen…" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gu.arb b/packages/flutter_localizations/lib/src/l10n/material_gu.arb index ce1c833d9bab..7948f1413b8c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gu.arb @@ -142,7 +142,7 @@ "expandedHint": "નાની કરી", "collapsedHint": "મોટી કરી", "menuDismissLabel": "મેનૂ છોડી દો", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "શોધો", + "searchWebButtonLabel": "વેબ પર શોધો", + "shareButtonLabel": "શેર કરો…" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index 7e5ed5c95455..9af3753a4008 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -149,7 +149,7 @@ "expandedHint": "מכווץ", "collapsedHint": "מורחב", "menuDismissLabel": "סגירת התפריט", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "חיפוש", + "searchWebButtonLabel": "חיפוש באינטרנט", + "shareButtonLabel": "שיתוף…" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hi.arb b/packages/flutter_localizations/lib/src/l10n/material_hi.arb index 38ac3fd0bdb9..160403a9a728 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hi.arb @@ -143,7 +143,7 @@ "expandedHint": "छोटा किया गया", "collapsedHint": "बड़ा किया गया", "menuDismissLabel": "मेन्यू खारिज करें", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "लुक अप बटन", + "searchWebButtonLabel": "वेब पर खोजें", + "shareButtonLabel": "शेयर करें…" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hr.arb b/packages/flutter_localizations/lib/src/l10n/material_hr.arb index 59cf13db5ece..0f09c1ff862b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hr.arb @@ -147,6 +147,6 @@ "collapsedHint": "Prošireno", "menuDismissLabel": "Odbacivanje izbornika", "lookUpButtonLabel": "Pogled prema gore", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "searchWebButtonLabel": "Pretraži web", + "shareButtonLabel": "Dijeli..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hu.arb b/packages/flutter_localizations/lib/src/l10n/material_hu.arb index df2ba6d9ccda..0282eeb96cc0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hu.arb @@ -144,6 +144,6 @@ "collapsedHint": "Kibontva", "menuDismissLabel": "Menü bezárása", "lookUpButtonLabel": "Felfelé nézés", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "searchWebButtonLabel": "Keresés az interneten", + "shareButtonLabel": "Megosztás…" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hy.arb b/packages/flutter_localizations/lib/src/l10n/material_hy.arb index 8a005fda07db..8ed53ffd3241 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hy.arb @@ -148,7 +148,7 @@ "expandedHint": "Ծալված է", "collapsedHint": "Ծավալված է", "menuDismissLabel": "Փակել ընտրացանկը", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Փնտրել", + "searchWebButtonLabel": "Որոնել համացանցում", + "shareButtonLabel": "Կիսվել..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_id.arb b/packages/flutter_localizations/lib/src/l10n/material_id.arb index c43af93ec399..f317fc7ac73e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_id.arb @@ -143,7 +143,7 @@ "expandedHint": "Diciutkan", "collapsedHint": "Diluaskan", "menuDismissLabel": "Tutup menu", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Cari", + "searchWebButtonLabel": "Telusuri di Web", + "shareButtonLabel": "Bagikan..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_is.arb b/packages/flutter_localizations/lib/src/l10n/material_is.arb index 8dbc6518dd4b..60d5419b7332 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_is.arb @@ -143,6 +143,6 @@ "collapsedHint": "Stækkað", "menuDismissLabel": "Loka valmynd", "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "searchWebButtonLabel": "Leita á vefnum", + "shareButtonLabel": "Deila..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index f8094612375f..93ec457dfd4d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -144,6 +144,6 @@ "collapsedHint": "Espanso", "menuDismissLabel": "Ignora menu", "lookUpButtonLabel": "Cerca", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "searchWebButtonLabel": "Cerca sul web", + "shareButtonLabel": "Condividi…" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index 02700410405b..61d84a0d781b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -28,7 +28,7 @@ "scanTextButtonLabel": "テキストをスキャン", "okButtonLabel": "OK", "pasteButtonLabel": "貼り付け", - "selectAllButtonLabel": "すべて選択", + "selectAllButtonLabel": "すべてを選択", "viewLicensesButtonLabel": "ライセンスを表示", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", @@ -144,6 +144,6 @@ "collapsedHint": "開きました", "menuDismissLabel": "メニューを閉じる", "lookUpButtonLabel": "調べる", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "searchWebButtonLabel": "ウェブを検索", + "shareButtonLabel": "共有..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ka.arb b/packages/flutter_localizations/lib/src/l10n/material_ka.arb index 1fc8909e336c..dba1fd353a11 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ka.arb @@ -142,7 +142,7 @@ "expandedHint": "ჩაკეცილია", "collapsedHint": "გაფართოებულია", "menuDismissLabel": "მენიუს უარყოფა", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "აიხედეთ ზემოთ", + "searchWebButtonLabel": "ვებში ძიება", + "shareButtonLabel": "გაზიარება..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kk.arb b/packages/flutter_localizations/lib/src/l10n/material_kk.arb index efd070ee1b8d..8e395334ff9b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kk.arb @@ -144,7 +144,7 @@ "expandedHint": "Жиылды", "collapsedHint": "Жайылды", "menuDismissLabel": "Мәзірді жабу", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Іздеу", + "searchWebButtonLabel": "Интернеттен іздеу", + "shareButtonLabel": "Бөлісу…" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_km.arb b/packages/flutter_localizations/lib/src/l10n/material_km.arb index c14c56ae2c1c..2d9ad4d97a61 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_km.arb @@ -144,6 +144,6 @@ "collapsedHint": "បាន​ពង្រីក", "menuDismissLabel": "ច្រានចោល​ម៉ឺនុយ", "lookUpButtonLabel": "រកមើល", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "searchWebButtonLabel": "ស្វែងរក​លើបណ្ដាញ", + "shareButtonLabel": "ចែករំលែក..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kn.arb b/packages/flutter_localizations/lib/src/l10n/material_kn.arb index 21cef3bf69d8..8d56313e2aee 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kn.arb @@ -142,7 +142,7 @@ "expandedHint": "\u0c95\u0cc1\u0c97\u0ccd\u0c97\u0cbf\u0cb8\u0cb2\u0cbe\u0c97\u0cbf\u0ca6\u0cc6", "collapsedHint": "\u0cb5\u0cbf\u0cb8\u0ccd\u0ca4\u0cb0\u0cbf\u0cb8\u0cb2\u0cbe\u0c97\u0cbf\u0ca6\u0cc6", "menuDismissLabel": "\u0cae\u0cc6\u0ca8\u0cc1\u0cb5\u0ca8\u0ccd\u0ca8\u0cc1\u0020\u0cb5\u0c9c\u0cbe\u0c97\u0cc6\u0cc2\u0cb3\u0cbf\u0cb8\u0cbf", - "lookUpButtonLabel": "\u004c\u006f\u006f\u006b\u0020\u0055\u0070", - "searchWebButtonLabel": "\u0053\u0065\u0061\u0072\u0063\u0068\u0020\u0057\u0065\u0062", - "shareButtonLabel": "\u0053\u0068\u0061\u0072\u0065\u002e\u002e\u002e" + "lookUpButtonLabel": "\u0cae\u0cc7\u0cb2\u0cc6\u0020\u0ca8\u0ccb\u0ca1\u0cbf", + "searchWebButtonLabel": "\u0cb5\u0cc6\u0cac\u0ccd\u200c\u0ca8\u0cb2\u0ccd\u0cb2\u0cbf\u0020\u0cb9\u0cc1\u0ca1\u0cc1\u0c95\u0cbf", + "shareButtonLabel": "\u0cb9\u0c82\u0c9a\u0cbf\u0c95\u0cca\u0cb3\u0ccd\u0cb3\u0cbf\u002e\u002e\u002e" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index fa2856b05255..038c6617cf2a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -143,7 +143,7 @@ "expandedHint": "접힘", "collapsedHint": "펼침", "menuDismissLabel": "메뉴 닫기", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "찾기", + "searchWebButtonLabel": "웹 검색", + "shareButtonLabel": "공유..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ky.arb b/packages/flutter_localizations/lib/src/l10n/material_ky.arb index d924c4954693..337edda003ce 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ky.arb @@ -142,7 +142,7 @@ "expandedHint": "Жыйыштырылды", "collapsedHint": "Жайылып көрсөтүлдү", "menuDismissLabel": "Менюну жабуу", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Издөө", + "searchWebButtonLabel": "Интернеттен издөө", + "shareButtonLabel": "Бөлүшүү…" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lo.arb b/packages/flutter_localizations/lib/src/l10n/material_lo.arb index 69aefa7a22f7..e7eaecbdbca1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lo.arb @@ -142,7 +142,7 @@ "expandedHint": "ຫຍໍ້ລົງແລ້ວ", "collapsedHint": "ຂະຫຍາຍແລ້ວ", "menuDismissLabel": "ປິດເມນູ", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "ຊອກຫາຂໍ້ມູນ", + "searchWebButtonLabel": "ຊອກຫາຢູ່ອິນເຕີເນັດ", + "shareButtonLabel": "ແບ່ງປັນ..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lt.arb b/packages/flutter_localizations/lib/src/l10n/material_lt.arb index 79138cabaf38..5ff686098854 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lt.arb @@ -149,7 +149,7 @@ "expandedHint": "Sutraukta", "collapsedHint": "Išskleista", "menuDismissLabel": "Atsisakyti meniu", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Ieškoti", + "searchWebButtonLabel": "Ieškoti žiniatinklyje", + "shareButtonLabel": "Bendrinti..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lv.arb b/packages/flutter_localizations/lib/src/l10n/material_lv.arb index 32c496d9a956..352d62ab7012 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lv.arb @@ -144,7 +144,7 @@ "expandedHint": "Sakļauts", "collapsedHint": "Izvērsts", "menuDismissLabel": "Nerādīt izvēlni", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Meklēt", + "searchWebButtonLabel": "Meklēt tīmeklī", + "shareButtonLabel": "Kopīgot…" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mk.arb b/packages/flutter_localizations/lib/src/l10n/material_mk.arb index 6b43ceb0ac86..edc6e79bed5c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mk.arb @@ -142,7 +142,7 @@ "expandedHint": "Собрано", "collapsedHint": "Проширено", "menuDismissLabel": "Отфрлете го менито", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Погледнете нагоре", + "searchWebButtonLabel": "Пребарајте на интернет", + "shareButtonLabel": "Споделете..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ml.arb b/packages/flutter_localizations/lib/src/l10n/material_ml.arb index 2a6737a51dad..3b9d6114ed28 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ml.arb @@ -143,6 +143,6 @@ "collapsedHint": "വികസിപ്പിച്ചു", "menuDismissLabel": "മെനു ഡിസ്മിസ് ചെയ്യുക", "lookUpButtonLabel": "മുകളിലേക്ക് നോക്കുക", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "searchWebButtonLabel": "വെബിൽ തിരയുക", + "shareButtonLabel": "പങ്കിടുക..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mn.arb b/packages/flutter_localizations/lib/src/l10n/material_mn.arb index 20f54fd252f9..939860c68841 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mn.arb @@ -144,7 +144,7 @@ "expandedHint": "Хураасан", "collapsedHint": "Дэлгэсэн", "menuDismissLabel": "Цэсийг хаах", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Дээшээ харах", + "searchWebButtonLabel": "Вебээс хайх", + "shareButtonLabel": "Хуваалцах..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mr.arb b/packages/flutter_localizations/lib/src/l10n/material_mr.arb index 0889a9b10e70..6ab11d624dd5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mr.arb @@ -144,7 +144,7 @@ "expandedHint": "कोलॅप्स केले", "collapsedHint": "विस्तार केले", "menuDismissLabel": "मेनू डिसमिस करा", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "शोध घ्या", + "searchWebButtonLabel": "वेबवर शोधा", + "shareButtonLabel": "शेअर करा..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ms.arb b/packages/flutter_localizations/lib/src/l10n/material_ms.arb index 352736c01780..75c52f2a915c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ms.arb @@ -145,6 +145,6 @@ "collapsedHint": "Dikembangkan", "menuDismissLabel": "Ketepikan menu", "lookUpButtonLabel": "Lihat ke Atas", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "searchWebButtonLabel": "Buat carian pada Web", + "shareButtonLabel": "Kongsi..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_my.arb b/packages/flutter_localizations/lib/src/l10n/material_my.arb index bdb51efcb5ec..0e17510c78b5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_my.arb @@ -142,7 +142,7 @@ "expandedHint": "ခေါက်ထားသည်", "collapsedHint": "ဖြန့်ထားသည်", "menuDismissLabel": "မီနူးကိုပယ်ပါ", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "အပေါ်ကြည့်ရန်", + "searchWebButtonLabel": "ဝဘ်တွင်ရှာရန်", + "shareButtonLabel": "မျှဝေရန်..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nb.arb b/packages/flutter_localizations/lib/src/l10n/material_nb.arb index 51a920405327..9afb6409bafc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nb.arb @@ -141,7 +141,7 @@ "expandedHint": "Skjules", "collapsedHint": "Vises", "menuDismissLabel": "Lukk menyen", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Slå opp", + "searchWebButtonLabel": "Søk på nettet", + "shareButtonLabel": "Del…" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ne.arb b/packages/flutter_localizations/lib/src/l10n/material_ne.arb index 682ae42d4509..7360be5ba723 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ne.arb @@ -142,7 +142,7 @@ "expandedHint": "कोल्याप्स गरियो", "collapsedHint": "एक्स्पान्ड गरियो", "menuDismissLabel": "मेनु खारेज गर्नुहोस्", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "माथितिर हेर्नुहोस्", + "searchWebButtonLabel": "वेबमा खोज्नुहोस्", + "shareButtonLabel": "सेयर गर्नुहोस्..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index ed6fa8d09939..620ba9eb9d26 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -143,7 +143,7 @@ "expandedHint": "Samengevouwen", "collapsedHint": "Uitgevouwen", "menuDismissLabel": "Menu sluiten", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Opzoeken", + "searchWebButtonLabel": "Op internet zoeken", + "shareButtonLabel": "Delen..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_no.arb b/packages/flutter_localizations/lib/src/l10n/material_no.arb index 51a920405327..9afb6409bafc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_no.arb @@ -141,7 +141,7 @@ "expandedHint": "Skjules", "collapsedHint": "Vises", "menuDismissLabel": "Lukk menyen", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Slå opp", + "searchWebButtonLabel": "Søk på nettet", + "shareButtonLabel": "Del…" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_or.arb b/packages/flutter_localizations/lib/src/l10n/material_or.arb index f912d335d0ca..ea87a5549a16 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_or.arb @@ -142,7 +142,7 @@ "expandedHint": "ସଙ୍କୁଚିତ କରାଯାଇଛି", "collapsedHint": "ବିସ୍ତାର କରାଯାଇଛି", "menuDismissLabel": "ମେନୁ ଖାରଜ କରନ୍ତୁ", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "ଉପରକୁ ଦେଖନ୍ତୁ", + "searchWebButtonLabel": "ୱେବ ସର୍ଚ୍ଚ କରନ୍ତୁ", + "shareButtonLabel": "ସେୟାର୍ କରନ୍ତୁ..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pa.arb b/packages/flutter_localizations/lib/src/l10n/material_pa.arb index 3fef6da95ffd..9dcd535a815c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pa.arb @@ -142,7 +142,7 @@ "expandedHint": "ਸਮੇਟਿਆ ਗਿਆ", "collapsedHint": "ਵਿਸਤਾਰ ਕੀਤਾ ਗਿਆ", "menuDismissLabel": "ਮੀਨੂ ਖਾਰਜ ਕਰੋ", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "ਖੋਜੋ", + "searchWebButtonLabel": "ਵੈੱਬ 'ਤੇ ਖੋਜੋ", + "shareButtonLabel": "ਸਾਂਝਾ ਕਰੋ..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index a7a4fe5d0999..abf6ecbf7510 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -150,6 +150,6 @@ "collapsedHint": "Rozwinięto", "menuDismissLabel": "Zamknij menu", "lookUpButtonLabel": "Sprawdź", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "searchWebButtonLabel": "Szukaj w internecie", + "shareButtonLabel": "Udostępnij…" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index daf092cf8210..dd0ca89e09b3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -146,6 +146,6 @@ "collapsedHint": "Aberto.", "menuDismissLabel": "Dispensar menu", "lookUpButtonLabel": "Pesquisar", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "searchWebButtonLabel": "Pesquisar na Web", + "shareButtonLabel": "Compartilhar…" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb index a7aa74964fe4..53897157dbf2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "Pesquisar na Web", + "shareButtonLabel": "Partilhar…", "scanTextButtonLabel": "Digitalizar texto", "lookUpButtonLabel": "Procurar", "menuDismissLabel": "Ignorar menu", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/flutter_localizations/lib/src/l10n/material_ro.arb index d85a49ff1fdc..ea4ed0a5de02 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ro.arb @@ -147,7 +147,7 @@ "expandedHint": "Restrâns", "collapsedHint": "Extins", "menuDismissLabel": "Respingeți meniul", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Privire în sus", + "searchWebButtonLabel": "Căutați pe web", + "shareButtonLabel": "Trimiteți…" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index a73207d20f4c..2e9a8a170395 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -150,7 +150,7 @@ "expandedHint": "Свернуто", "collapsedHint": "Развернуто", "menuDismissLabel": "Закрыть меню", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Найти", + "searchWebButtonLabel": "Искать в интернете", + "shareButtonLabel": "Поделиться" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_si.arb b/packages/flutter_localizations/lib/src/l10n/material_si.arb index 4d236f2a8c8a..853e88f868ce 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_si.arb @@ -142,7 +142,7 @@ "expandedHint": "හකුළන ලදි", "collapsedHint": "දිග හරින ලදි", "menuDismissLabel": "මෙනුව අස් කරන්න", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "උඩ බලන්න", + "searchWebButtonLabel": "වෙබය සොයන්න", + "shareButtonLabel": "බෙදා ගන්න..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sk.arb b/packages/flutter_localizations/lib/src/l10n/material_sk.arb index 5b2792a96a22..924e8bfd50af 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sk.arb @@ -149,7 +149,7 @@ "expandedHint": "Zbalené", "collapsedHint": "Rozbalené", "menuDismissLabel": "Zavrieť ponuku", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Pohľad nahor", + "searchWebButtonLabel": "Hľadať na webe", + "shareButtonLabel": "Zdieľať…" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sl.arb b/packages/flutter_localizations/lib/src/l10n/material_sl.arb index a850fcb0e73f..7b4da9d4b1e1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sl.arb @@ -149,7 +149,7 @@ "expandedHint": "Strnjeno", "collapsedHint": "Razširjeno", "menuDismissLabel": "Opusti meni", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Pogled gor", + "searchWebButtonLabel": "Iskanje v spletu", + "shareButtonLabel": "Deli …" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sq.arb b/packages/flutter_localizations/lib/src/l10n/material_sq.arb index 82e7bf36597c..edd65ca19b37 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sq.arb @@ -142,7 +142,7 @@ "expandedHint": "U palos", "collapsedHint": "U zgjerua", "menuDismissLabel": "Hiqe menynë", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Kërko", + "searchWebButtonLabel": "Kërko në ueb", + "shareButtonLabel": "Ndaj..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr.arb b/packages/flutter_localizations/lib/src/l10n/material_sr.arb index b1b745fb0827..b773d20e5950 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr.arb @@ -146,7 +146,7 @@ "expandedHint": "Скупљено је", "collapsedHint": "Проширено је", "menuDismissLabel": "Одбаците мени", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Поглед нагоре", + "searchWebButtonLabel": "Претражи веб", + "shareButtonLabel": "Дели…" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb b/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb index d320ce96f4d9..423743cfbf2f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb @@ -1,4 +1,7 @@ { + "lookUpButtonLabel": "Pogled nagore", + "searchWebButtonLabel": "Pretraži veb", + "shareButtonLabel": "Deli…", "scanTextButtonLabel": "Skeniraj tekst", "menuDismissLabel": "Odbacite meni", "expansionTileExpandedHint": "dvaput dodirnite da biste skupili", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sv.arb b/packages/flutter_localizations/lib/src/l10n/material_sv.arb index 6c3925b1cd26..dec93ca21adb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sv.arb @@ -143,7 +143,7 @@ "expandedHint": "Komprimerades", "collapsedHint": "Utökades", "menuDismissLabel": "Stäng menyn", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Titta upp", + "searchWebButtonLabel": "Sök på webben", + "shareButtonLabel": "Dela …" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sw.arb b/packages/flutter_localizations/lib/src/l10n/material_sw.arb index 8d42d166ea43..3482d2a8283f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sw.arb @@ -144,7 +144,7 @@ "expandedHint": "Imekunjwa", "collapsedHint": "Imepanuliwa", "menuDismissLabel": "Ondoa menyu", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Tafuta", + "searchWebButtonLabel": "Tafuta kwenye Wavuti", + "shareButtonLabel": "Shiriki..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ta.arb b/packages/flutter_localizations/lib/src/l10n/material_ta.arb index 6dbde632081c..28acf1bbd804 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ta.arb @@ -144,7 +144,7 @@ "expandedHint": "சுருக்கப்பட்டது", "collapsedHint": "விரிவாக்கப்பட்டது", "menuDismissLabel": "மெனுவை மூடும்", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "தேடு", + "searchWebButtonLabel": "இணையத்தில் தேடு", + "shareButtonLabel": "பகிர்..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_te.arb b/packages/flutter_localizations/lib/src/l10n/material_te.arb index bc1abeef6560..4137abd0d4b6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_te.arb @@ -142,7 +142,7 @@ "expandedHint": "కుదించబడింది", "collapsedHint": "విస్తరించబడింది", "menuDismissLabel": "మెనూను తీసివేయండి", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "వెతకండి", + "searchWebButtonLabel": "వెబ్‌లో సెర్చ్ చేయండి", + "shareButtonLabel": "షేర్ చేయండి..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/flutter_localizations/lib/src/l10n/material_th.arb index e12ffad42c38..beff70e171bf 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_th.arb @@ -143,7 +143,7 @@ "expandedHint": "ยุบ", "collapsedHint": "ขยาย", "menuDismissLabel": "ปิดเมนู", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "ค้นหา", + "searchWebButtonLabel": "ค้นหาบนอินเทอร์เน็ต", + "shareButtonLabel": "แชร์..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tl.arb b/packages/flutter_localizations/lib/src/l10n/material_tl.arb index 81500d0ee0cb..3c94fb44e4b6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tl.arb @@ -144,6 +144,6 @@ "collapsedHint": "Naka-expand", "menuDismissLabel": "I-dismiss ang menu", "lookUpButtonLabel": "Tumingin sa Itaas", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "searchWebButtonLabel": "Maghanap sa Web", + "shareButtonLabel": "Ibahagi..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index bfcbc7458b51..28f1dd6eee73 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -143,7 +143,7 @@ "expandedHint": "Daraltıldı", "collapsedHint": "Genişletildi", "menuDismissLabel": "Menüyü kapat", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Ara", + "searchWebButtonLabel": "Web'de Ara", + "shareButtonLabel": "Paylaş..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uk.arb b/packages/flutter_localizations/lib/src/l10n/material_uk.arb index 40f9098644dd..d230eadee1d7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uk.arb @@ -149,7 +149,7 @@ "expandedHint": "Згорнуто", "collapsedHint": "Розгорнуто", "menuDismissLabel": "Закрити меню", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Шукати", + "searchWebButtonLabel": "Пошук в Інтернеті", + "shareButtonLabel": "Поділитися…" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index cb6c453d4fba..5562efe460a5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -143,7 +143,7 @@ "expandedHint": "سکڑا ہوا", "collapsedHint": "پھیلا ہوا", "menuDismissLabel": "مینو برخاست کریں", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "تفصیل دیکھیں", + "searchWebButtonLabel": "ویب تلاش کریں", + "shareButtonLabel": "اشتراک کریں..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uz.arb b/packages/flutter_localizations/lib/src/l10n/material_uz.arb index 842624888b05..4c29e5b651b9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uz.arb @@ -143,6 +143,6 @@ "collapsedHint": "Yoyilgan", "menuDismissLabel": "Menyuni yopish", "lookUpButtonLabel": "Tepaga qarang", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "searchWebButtonLabel": "Internetdan qidirish", + "shareButtonLabel": "Ulashish…" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_vi.arb b/packages/flutter_localizations/lib/src/l10n/material_vi.arb index 32b1cd43aa2d..43a7c192f7ec 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_vi.arb @@ -143,7 +143,7 @@ "expandedHint": "Đã thu gọn", "collapsedHint": "Đã mở rộng", "menuDismissLabel": "Đóng trình đơn", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Tra cứu", + "searchWebButtonLabel": "Tìm kiếm trên web", + "shareButtonLabel": "Chia sẻ..." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index 0d65ab605fb8..9a7ac0d94819 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -35,8 +35,8 @@ "timePickerHourModeAnnouncement": "选择小时", "timePickerMinuteModeAnnouncement": "选择分钟", "signedInLabel": "已登录", - "hideAccountsLabel": "隐藏帐号", - "showAccountsLabel": "显示帐号", + "hideAccountsLabel": "隐藏账号", + "showAccountsLabel": "显示账号", "modalBarrierDismissLabel": "关闭", "drawerLabel": "导航菜单", "popupMenuLabel": "弹出菜单", @@ -143,7 +143,7 @@ "expandedHint": "已收起", "collapsedHint": "已展开", "menuDismissLabel": "关闭菜单", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "向上看", + "searchWebButtonLabel": "在网络上搜索", + "shareButtonLabel": "分享…" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb index efadc607395f..55baa2a4110f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb @@ -1,4 +1,6 @@ { + "searchWebButtonLabel": "搜尋網頁", + "shareButtonLabel": "分享…", "scanTextButtonLabel": "掃瞄文字", "lookUpButtonLabel": "查詢", "menuDismissLabel": "閂選單", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb index 33564f3ad11b..ca63fef87921 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb @@ -1,4 +1,7 @@ { + "lookUpButtonLabel": "查詢", + "searchWebButtonLabel": "在網路上搜尋", + "shareButtonLabel": "分享…", "scanTextButtonLabel": "掃描文字", "menuDismissLabel": "關閉選單", "expansionTileExpandedHint": "輕觸兩下即可收合", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zu.arb b/packages/flutter_localizations/lib/src/l10n/material_zu.arb index 8cf22c29b915..4b570d0347d7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zu.arb @@ -142,7 +142,7 @@ "expandedHint": "Kugoqiwe", "collapsedHint": "Kunwetshiwe", "menuDismissLabel": "Chitha imenyu", - "lookUpButtonLabel": "Look Up", - "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "lookUpButtonLabel": "Bheka Phezulu", + "searchWebButtonLabel": "Sesha Iwebhu", + "shareButtonLabel": "Yabelana..." } diff --git a/packages/flutter_localizations/test/cupertino/translations_test.dart b/packages/flutter_localizations/test/cupertino/translations_test.dart index a827e0d498f6..4599634ee6cc 100644 --- a/packages/flutter_localizations/test/cupertino/translations_test.dart +++ b/packages/flutter_localizations/test/cupertino/translations_test.dart @@ -125,7 +125,7 @@ void main() { expect(localizations.pasteButtonLabel, 'Coller'); expect(localizations.datePickerDateOrder, DatePickerDateOrder.dmy); expect(localizations.timerPickerSecondLabel(20), 's'); - expect(localizations.selectAllButtonLabel, 'Tout sélect.'); + expect(localizations.selectAllButtonLabel, 'Tout sélectionner'); expect(localizations.timerPickerMinute(10), '10'); }); From b1e4fdd60fa85cd02bc3bf8f6103004e0d8e667f Mon Sep 17 00:00:00 2001 From: Mitchell Goodwin <58190796+MitchellGoodwin@users.noreply.github.com> Date: Tue, 10 Oct 2023 14:46:20 -0700 Subject: [PATCH 253/327] Seperate localization tests for Material2 and Material3 (#135779) Seperates tests for the localizations package into Material2 and Material3 versions and removes dependency on theme. More info in #127064 --- .../test/material/date_picker_test.dart | 151 ++++++++--- .../test/material/time_picker_test.dart | 253 +++++++++++++++++- 2 files changed, 362 insertions(+), 42 deletions(-) diff --git a/packages/flutter_localizations/test/material/date_picker_test.dart b/packages/flutter_localizations/test/material/date_picker_test.dart index bfae7a2dba4a..77eaf42c2559 100644 --- a/packages/flutter_localizations/test/material/date_picker_test.dart +++ b/packages/flutter_localizations/test/material/date_picker_test.dart @@ -92,10 +92,10 @@ void main() { } }); - testWidgets('locale parameter overrides ambient locale', (WidgetTester tester) async { - Widget buildFrame(bool useMaterial3) { + testWidgets('Material2 - locale parameter overrides ambient locale', (WidgetTester tester) async { + Widget buildFrame() { return MaterialApp( - theme: ThemeData(useMaterial3: useMaterial3), + theme: ThemeData(useMaterial3: false), locale: const Locale('en', 'US'), supportedLocales: const [ Locale('en', 'US'), @@ -125,7 +125,7 @@ void main() { Element getPicker() => tester.element(find.byType(CalendarDatePicker)); - await tester.pumpWidget(buildFrame(true)); + await tester.pumpWidget(buildFrame()); await tester.tap(find.text('X')); await tester.pumpAndSettle(); @@ -138,13 +138,43 @@ void main() { TextDirection.ltr, ); - await tester.tap(find.text('Annuler')); + await tester.tap(find.text('ANNULER')); + }); + + testWidgets('Material3 - locale parameter overrides ambient locale', (WidgetTester tester) async { + Widget buildFrame() { + return MaterialApp( + theme: ThemeData(useMaterial3: true), + locale: const Locale('en', 'US'), + supportedLocales: const [ + Locale('en', 'US'), + Locale('fr', 'CA'), + ], + localizationsDelegates: GlobalMaterialLocalizations.delegates, + home: Material( + child: Builder( + builder: (BuildContext context) { + return TextButton( + onPressed: () async { + await showDatePicker( + context: context, + initialDate: initialDate, + firstDate: firstDate, + lastDate: lastDate, + locale: const Locale('fr', 'CA'), + ); + }, + child: const Text('X'), + ); + }, + ), + ), + ); + } - // The tests below are only relevant for Material 2. Once Material 2 - // support is deprecated and the APIs are removed, these tests - // can be deleted. + Element getPicker() => tester.element(find.byType(CalendarDatePicker)); - await tester.pumpWidget(buildFrame(false)); + await tester.pumpWidget(buildFrame()); await tester.tap(find.text('X')); await tester.pumpAndSettle(); @@ -157,14 +187,13 @@ void main() { TextDirection.ltr, ); - await tester.tap(find.text('ANNULER')); - + await tester.tap(find.text('Annuler')); }); - testWidgets('textDirection parameter overrides ambient textDirection', (WidgetTester tester) async { - Widget buildFrame(bool useMaterial3) { + testWidgets('Material2 - textDirection parameter overrides ambient textDirection', (WidgetTester tester) async { + Widget buildFrame() { return MaterialApp( - theme: ThemeData(useMaterial3: useMaterial3), + theme: ThemeData(useMaterial3: false), locale: const Locale('en', 'US'), home: Material( child: Builder( @@ -189,7 +218,7 @@ void main() { Element getPicker() => tester.element(find.byType(CalendarDatePicker)); - await tester.pumpWidget(buildFrame(true)); + await tester.pumpWidget(buildFrame()); await tester.tap(find.text('X')); await tester.pumpAndSettle(); @@ -198,13 +227,38 @@ void main() { TextDirection.rtl, ); - await tester.tap(find.text('Cancel')); + await tester.tap(find.text('CANCEL')); + }); - // The tests below are only relevant for Material 2. Once Material 2 - // support is deprecated and the APIs are removed, these tests - // can be deleted. + testWidgets('Material3 - textDirection parameter overrides ambient textDirection', (WidgetTester tester) async { + Widget buildFrame() { + return MaterialApp( + theme: ThemeData(useMaterial3: true), + locale: const Locale('en', 'US'), + home: Material( + child: Builder( + builder: (BuildContext context) { + return TextButton( + onPressed: () async { + await showDatePicker( + context: context, + initialDate: initialDate, + firstDate: firstDate, + lastDate: lastDate, + textDirection: TextDirection.rtl, + ); + }, + child: const Text('X'), + ); + }, + ), + ), + ); + } + + Element getPicker() => tester.element(find.byType(CalendarDatePicker)); - await tester.pumpWidget(buildFrame(false)); + await tester.pumpWidget(buildFrame()); await tester.tap(find.text('X')); await tester.pumpAndSettle(); @@ -213,13 +267,13 @@ void main() { TextDirection.rtl, ); - await tester.tap(find.text('CANCEL')); + await tester.tap(find.text('Cancel')); }); - testWidgets('textDirection parameter takes precedence over locale parameter', (WidgetTester tester) async { - Widget buildFrame(bool useMaterial3) { + testWidgets('Material2 - textDirection parameter takes precedence over locale parameter', (WidgetTester tester) async { + Widget buildFrame() { return MaterialApp( - theme: ThemeData(useMaterial3: useMaterial3), + theme: ThemeData(useMaterial3: false), locale: const Locale('en', 'US'), supportedLocales: const [ Locale('en', 'US'), @@ -250,9 +304,9 @@ void main() { Element getPicker() => tester.element(find.byType(CalendarDatePicker)); - await tester.pumpWidget(buildFrame(true)); + await tester.pumpWidget(buildFrame()); await tester.tap(find.text('X')); - await tester.pumpAndSettle(const Duration(seconds: 1)); + await tester.pumpAndSettle(); expect( Localizations.localeOf(getPicker()), @@ -264,15 +318,46 @@ void main() { TextDirection.rtl, ); - await tester.tap(find.text('Annuler')); + await tester.tap(find.text('ANNULER')); + }); - // The tests below are only relevant for Material 2. Once Material 2 - // support is deprecated and the APIs are removed, these tests - // can be deleted. + testWidgets('Material3 - textDirection parameter takes precedence over locale parameter', (WidgetTester tester) async { + Widget buildFrame() { + return MaterialApp( + theme: ThemeData(useMaterial3: true), + locale: const Locale('en', 'US'), + supportedLocales: const [ + Locale('en', 'US'), + Locale('fr', 'CA'), + ], + localizationsDelegates: GlobalMaterialLocalizations.delegates, + home: Material( + child: Builder( + builder: (BuildContext context) { + return TextButton( + onPressed: () async { + await showDatePicker( + context: context, + initialDate: initialDate, + firstDate: firstDate, + lastDate: lastDate, + locale: const Locale('fr', 'CA'), + textDirection: TextDirection.rtl, + ); + }, + child: const Text('X'), + ); + }, + ), + ), + ); + } - await tester.pumpWidget(buildFrame(false)); + Element getPicker() => tester.element(find.byType(CalendarDatePicker)); + + await tester.pumpWidget(buildFrame()); await tester.tap(find.text('X')); - await tester.pumpAndSettle(); + await tester.pumpAndSettle(const Duration(seconds: 1)); expect( Localizations.localeOf(getPicker()), @@ -284,7 +369,7 @@ void main() { TextDirection.rtl, ); - await tester.tap(find.text('ANNULER')); + await tester.tap(find.text('Annuler')); }); group("locale fonts don't overflow layout", () { diff --git a/packages/flutter_localizations/test/material/time_picker_test.dart b/packages/flutter_localizations/test/material/time_picker_test.dart index b23019d71af1..bed9af8f6aa9 100644 --- a/packages/flutter_localizations/test/material/time_picker_test.dart +++ b/packages/flutter_localizations/test/material/time_picker_test.dart @@ -7,7 +7,7 @@ import 'package:flutter_localizations/flutter_localizations.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { - testWidgets('can localize the header in all known formats - portrait', (WidgetTester tester) async { + testWidgets('Material2 - can localize the header in all known formats - portrait', (WidgetTester tester) async { // Ensure picker is displayed in portrait mode. tester.view.physicalSize = const Size(400, 800); tester.view.devicePixelRatio = 1; @@ -32,7 +32,7 @@ void main() { ]; for (final Locale locale in locales) { - final Offset center = await startPicker(tester, (TimeOfDay? time) { }, locale: locale); + final Offset center = await startPicker(tester, (TimeOfDay? time) { }, locale: locale, useMaterial3: false); final Text stringFragmentText = tester.widget(stringFragmentTextFinder); final double hourLeftOffset = tester.getTopLeft(hourControlFinder).dx; final double minuteLeftOffset = tester.getTopLeft(minuteControlFinder).dx; @@ -77,7 +77,77 @@ void main() { } }); - testWidgets('can localize the header in all known formats - landscape', (WidgetTester tester) async { + testWidgets('Material3 - can localize the header in all known formats - portrait', (WidgetTester tester) async { + // Ensure picker is displayed in portrait mode. + tester.view.physicalSize = const Size(400, 800); + tester.view.devicePixelRatio = 1; + addTearDown(tester.view.reset); + + final Finder stringFragmentTextFinder = find.descendant( + of: find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_StringFragment'), + matching: find.byType(Text), + ).first; + final Finder hourControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_HourControl'); + final Finder minuteControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_MinuteControl'); + final Finder dayPeriodControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_DayPeriodControl'); + + // TODO(yjbanov): also test `HH.mm` (in_ID), `a h:mm` (ko_KR) and `HH:mm น.` (th_TH) when we have .arb files for them + final List locales = [ + const Locale('en', 'US'), //'h:mm a' + const Locale('en', 'GB'), //'HH:mm' + const Locale('es', 'ES'), //'H:mm' + const Locale('fr', 'CA'), //'HH \'h\' mm' + const Locale('zh', 'ZH'), //'ah:mm' + const Locale('fa', 'IR'), //'H:mm' but RTL + ]; + + for (final Locale locale in locales) { + final Offset center = await startPicker(tester, (TimeOfDay? time) { }, locale: locale, useMaterial3: true); + final Text stringFragmentText = tester.widget(stringFragmentTextFinder); + final double hourLeftOffset = tester.getTopLeft(hourControlFinder).dx; + final double minuteLeftOffset = tester.getTopLeft(minuteControlFinder).dx; + final double stringFragmentLeftOffset = tester.getTopLeft(stringFragmentTextFinder).dx; + + if (locale == const Locale('en', 'US')) { + final double dayPeriodLeftOffset = tester.getTopLeft(dayPeriodControlFinder).dx; + expect(stringFragmentText.data, ':'); + expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); + expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); + expect(minuteLeftOffset, lessThan(dayPeriodLeftOffset)); + } else if (locale == const Locale('en', 'GB')) { + expect(stringFragmentText.data, ':'); + expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); + expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); + expect(dayPeriodControlFinder, findsNothing); + } else if (locale == const Locale('es', 'ES')) { + expect(stringFragmentText.data, ':'); + expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); + expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); + expect(dayPeriodControlFinder, findsNothing); + } else if (locale == const Locale('fr', 'CA')) { + expect(stringFragmentText.data, 'h'); + expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); + expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); + expect(dayPeriodControlFinder, findsNothing); + } else if (locale == const Locale('zh', 'ZH')) { + final double dayPeriodLeftOffset = tester.getTopLeft(dayPeriodControlFinder).dx; + expect(stringFragmentText.data, ':'); + expect(dayPeriodLeftOffset, lessThan(hourLeftOffset)); + expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); + expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); + } else if (locale == const Locale('fa', 'IR')) { + // Even though this is an RTL locale, the hours and minutes positions should remain the same. + expect(stringFragmentText.data, ':'); + expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); + expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); + expect(dayPeriodControlFinder, findsNothing); + } + await tester.tapAt(Offset(center.dx, center.dy - 50.0)); + await finishPicker(tester); + } + }); + + testWidgets('Material2 - can localize the header in all known formats - landscape', (WidgetTester tester) async { // Ensure picker is displayed in landscape mode. tester.view.physicalSize = const Size(800, 400); tester.view.devicePixelRatio = 1; @@ -102,7 +172,7 @@ void main() { ]; for (final Locale locale in locales) { - final Offset center = await startPicker(tester, (TimeOfDay? time) { }, locale: locale); + final Offset center = await startPicker(tester, (TimeOfDay? time) { }, locale: locale, useMaterial3: false); final Text stringFragmentText = tester.widget(stringFragmentTextFinder); final double hourLeftOffset = tester.getTopLeft(hourControlFinder).dx; final double hourTopOffset = tester.getTopLeft(hourControlFinder).dy; @@ -152,7 +222,82 @@ void main() { } }); - testWidgets('can localize input mode in all known formats', (WidgetTester tester) async { + testWidgets('Material3 - can localize the header in all known formats - landscape', (WidgetTester tester) async { + // Ensure picker is displayed in landscape mode. + tester.view.physicalSize = const Size(800, 400); + tester.view.devicePixelRatio = 1; + addTearDown(tester.view.reset); + + final Finder stringFragmentTextFinder = find.descendant( + of: find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_StringFragment'), + matching: find.byType(Text), + ).first; + final Finder hourControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_HourControl'); + final Finder minuteControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_MinuteControl'); + final Finder dayPeriodControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_DayPeriodControl'); + + // TODO(yjbanov): also test `HH.mm` (in_ID), `a h:mm` (ko_KR) and `HH:mm น.` (th_TH) when we have .arb files for them + final List locales = [ + const Locale('en', 'US'), //'h:mm a' + const Locale('en', 'GB'), //'HH:mm' + const Locale('es', 'ES'), //'H:mm' + const Locale('fr', 'CA'), //'HH \'h\' mm' + const Locale('zh', 'ZH'), //'ah:mm' + const Locale('fa', 'IR'), //'H:mm' but RTL + ]; + + for (final Locale locale in locales) { + final Offset center = await startPicker(tester, (TimeOfDay? time) { }, locale: locale, useMaterial3: true); + final Text stringFragmentText = tester.widget(stringFragmentTextFinder); + final double hourLeftOffset = tester.getTopLeft(hourControlFinder).dx; + final double hourTopOffset = tester.getTopLeft(hourControlFinder).dy; + final double minuteLeftOffset = tester.getTopLeft(minuteControlFinder).dx; + final double stringFragmentLeftOffset = tester.getTopLeft(stringFragmentTextFinder).dx; + + if (locale == const Locale('en', 'US')) { + final double dayPeriodLeftOffset = tester.getTopLeft(dayPeriodControlFinder).dx; + final double dayPeriodTopOffset = tester.getTopLeft(dayPeriodControlFinder).dy; + expect(stringFragmentText.data, ':'); + expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); + expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); + expect(hourLeftOffset, dayPeriodLeftOffset); + expect(hourTopOffset, lessThan(dayPeriodTopOffset)); + } else if (locale == const Locale('en', 'GB')) { + expect(stringFragmentText.data, ':'); + expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); + expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); + expect(dayPeriodControlFinder, findsNothing); + } else if (locale == const Locale('es', 'ES')) { + expect(stringFragmentText.data, ':'); + expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); + expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); + expect(dayPeriodControlFinder, findsNothing); + } else if (locale == const Locale('fr', 'CA')) { + expect(stringFragmentText.data, 'h'); + expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); + expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); + expect(dayPeriodControlFinder, findsNothing); + } else if (locale == const Locale('zh', 'ZH')) { + final double dayPeriodLeftOffset = tester.getTopLeft(dayPeriodControlFinder).dx; + final double dayPeriodTopOffset = tester.getTopLeft(dayPeriodControlFinder).dy; + expect(stringFragmentText.data, ':'); + expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); + expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); + expect(hourLeftOffset, dayPeriodLeftOffset); + expect(hourTopOffset, greaterThan(dayPeriodTopOffset)); + } else if (locale == const Locale('fa', 'IR')) { + // Even though this is an RTL locale, the hours and minutes positions should remain the same. + expect(stringFragmentText.data, ':'); + expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); + expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); + expect(dayPeriodControlFinder, findsNothing); + } + await tester.tapAt(Offset(center.dx, center.dy - 50.0)); + await finishPicker(tester); + } + }); + + testWidgets('Material2 - can localize input mode in all known formats', (WidgetTester tester) async { final Finder hourControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_HourTextField'); final Finder minuteControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_MinuteTextField'); final Finder dayPeriodControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_DayPeriodControl'); @@ -172,7 +317,75 @@ void main() { ]; for (final Locale locale in locales) { - await tester.pumpWidget(_TimePickerLauncher(onChanged: (TimeOfDay? time) { }, locale: locale, entryMode: TimePickerEntryMode.input)); + await tester.pumpWidget(_TimePickerLauncher(onChanged: (TimeOfDay? time) { }, locale: locale, entryMode: TimePickerEntryMode.input, useMaterial3 : false)); + await tester.tap(find.text('X')); + await tester.pumpAndSettle(const Duration(seconds: 1)); + + final Text stringFragmentText = tester.widget(stringFragmentTextFinder); + final double hourLeftOffset = tester.getTopLeft(hourControlFinder).dx; + final double minuteLeftOffset = tester.getTopLeft(minuteControlFinder).dx; + final double stringFragmentLeftOffset = tester.getTopLeft(stringFragmentTextFinder).dx; + + if (locale == const Locale('en', 'US')) { + final double dayPeriodLeftOffset = tester.getTopLeft(dayPeriodControlFinder).dx; + expect(stringFragmentText.data, ':'); + expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); + expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); + expect(minuteLeftOffset, lessThan(dayPeriodLeftOffset)); + } else if (locale == const Locale('en', 'GB')) { + expect(stringFragmentText.data, ':'); + expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); + expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); + expect(dayPeriodControlFinder, findsNothing); + } else if (locale == const Locale('es', 'ES')) { + expect(stringFragmentText.data, ':'); + expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); + expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); + expect(dayPeriodControlFinder, findsNothing); + } else if (locale == const Locale('fr', 'CA')) { + expect(stringFragmentText.data, 'h'); + expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); + expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); + expect(dayPeriodControlFinder, findsNothing); + } else if (locale == const Locale('zh', 'ZH')) { + final double dayPeriodLeftOffset = tester.getTopLeft(dayPeriodControlFinder).dx; + expect(stringFragmentText.data, ':'); + expect(dayPeriodLeftOffset, lessThan(hourLeftOffset)); + expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); + expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); + } else if (locale == const Locale('fa', 'IR')) { + // Even though this is an RTL locale, the hours and minutes positions should remain the same. + expect(stringFragmentText.data, ':'); + expect(hourLeftOffset, lessThan(stringFragmentLeftOffset)); + expect(stringFragmentLeftOffset, lessThan(minuteLeftOffset)); + expect(dayPeriodControlFinder, findsNothing); + } + await finishPicker(tester); + expect(tester.takeException(), isNot(throwsFlutterError)); + } + }); + + testWidgets('Material3 - can localize input mode in all known formats', (WidgetTester tester) async { + final Finder hourControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_HourTextField'); + final Finder minuteControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_MinuteTextField'); + final Finder dayPeriodControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_DayPeriodControl'); + final Finder stringFragmentTextFinder = find.descendant( + of: find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_StringFragment'), + matching: find.byType(Text), + ).first; + + // TODO(yjbanov): also test `HH.mm` (in_ID), `a h:mm` (ko_KR) and `HH:mm น.` (th_TH) when we have .arb files for them + final List locales = [ + const Locale('en', 'US'), //'h:mm a' + const Locale('en', 'GB'), //'HH:mm' + const Locale('es', 'ES'), //'H:mm' + const Locale('fr', 'CA'), //'HH \'h\' mm' + const Locale('zh', 'ZH'), //'ah:mm' + const Locale('fa', 'IR'), //'H:mm' but RTL + ]; + + for (final Locale locale in locales) { + await tester.pumpWidget(_TimePickerLauncher(onChanged: (TimeOfDay? time) { }, locale: locale, entryMode: TimePickerEntryMode.input, useMaterial3 : true)); await tester.tap(find.text('X')); await tester.pumpAndSettle(const Duration(seconds: 1)); @@ -269,7 +482,7 @@ void main() { const List labels00To23TwoDigit = [ // Material 3 '00', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23']; - Future mediaQueryBoilerplate(WidgetTester tester, {required bool alwaysUse24HourFormat, bool? useMaterial3}) async { + Future mediaQueryBoilerplate(WidgetTester tester, {required bool alwaysUse24HourFormat, required bool useMaterial3}) async { await tester.pumpWidget( MaterialApp( theme: ThemeData(useMaterial3: useMaterial3), @@ -303,8 +516,30 @@ void main() { await tester.pumpAndSettle(); } - testWidgets('respects MediaQueryData.alwaysUse24HourFormat == false', (WidgetTester tester) async { - await mediaQueryBoilerplate(tester, alwaysUse24HourFormat: false); + testWidgets('Material2 respects MediaQueryData.alwaysUse24HourFormat == false', (WidgetTester tester) async { + await mediaQueryBoilerplate(tester, alwaysUse24HourFormat: false, useMaterial3: false); + + final CustomPaint dialPaint = tester.widget(find.byKey(const ValueKey('time-picker-dial'))); + final dynamic dialPainter = dialPaint.painter; + // ignore: avoid_dynamic_calls + final List primaryLabels = dialPainter.primaryLabels as List; + expect( + // ignore: avoid_dynamic_calls + primaryLabels.map((dynamic tp) => ((tp.painter as TextPainter).text! as TextSpan).text!), + labels12To11, + ); + + // ignore: avoid_dynamic_calls + final List selectedLabels = dialPainter.selectedLabels as List; + expect( + // ignore: avoid_dynamic_calls + selectedLabels.map((dynamic tp) => ((tp.painter as TextPainter).text! as TextSpan).text!), + labels12To11, + ); + }); + + testWidgets('Material3 respects MediaQueryData.alwaysUse24HourFormat == false', (WidgetTester tester) async { + await mediaQueryBoilerplate(tester, alwaysUse24HourFormat: false, useMaterial3: true); final CustomPaint dialPaint = tester.widget(find.byKey(const ValueKey('time-picker-dial'))); final dynamic dialPainter = dialPaint.painter; From c38d6a141ca807bbf3b6ef181570671670d6cade Mon Sep 17 00:00:00 2001 From: Hans Muller Date: Tue, 17 Oct 2023 10:34:49 -0700 Subject: [PATCH 254/327] Removed TBD translations for optional remainingTextFieldCharacterCounZero message (#136684) Fixes https://github.com/flutter/flutter/issues/136090 --- .../generated_material_localizations.dart | 84 +++++++++---------- .../lib/src/l10n/material_bg.arb | 1 - .../lib/src/l10n/material_bs.arb | 1 - .../lib/src/l10n/material_ca.arb | 1 - .../lib/src/l10n/material_cs.arb | 1 - .../lib/src/l10n/material_da.arb | 1 - .../lib/src/l10n/material_de.arb | 1 - .../lib/src/l10n/material_de_CH.arb | 1 - .../lib/src/l10n/material_el.arb | 1 - .../lib/src/l10n/material_es.arb | 1 - .../lib/src/l10n/material_es_419.arb | 1 - .../lib/src/l10n/material_es_AR.arb | 1 - .../lib/src/l10n/material_es_BO.arb | 1 - .../lib/src/l10n/material_es_CL.arb | 1 - .../lib/src/l10n/material_es_CO.arb | 1 - .../lib/src/l10n/material_es_CR.arb | 1 - .../lib/src/l10n/material_es_DO.arb | 1 - .../lib/src/l10n/material_es_EC.arb | 1 - .../lib/src/l10n/material_es_GT.arb | 1 - .../lib/src/l10n/material_es_HN.arb | 1 - .../lib/src/l10n/material_es_MX.arb | 1 - .../lib/src/l10n/material_es_NI.arb | 1 - .../lib/src/l10n/material_es_PA.arb | 1 - .../lib/src/l10n/material_es_PE.arb | 1 - .../lib/src/l10n/material_es_PR.arb | 1 - .../lib/src/l10n/material_es_PY.arb | 1 - .../lib/src/l10n/material_es_SV.arb | 1 - .../lib/src/l10n/material_es_US.arb | 1 - .../lib/src/l10n/material_es_UY.arb | 1 - .../lib/src/l10n/material_es_VE.arb | 1 - .../lib/src/l10n/material_et.arb | 1 - .../lib/src/l10n/material_fa.arb | 1 - .../lib/src/l10n/material_fi.arb | 1 - .../lib/src/l10n/material_fil.arb | 1 - .../lib/src/l10n/material_fr.arb | 1 - .../lib/src/l10n/material_gl.arb | 1 - .../lib/src/l10n/material_gsw.arb | 1 - .../lib/src/l10n/material_he.arb | 1 - .../lib/src/l10n/material_hi.arb | 1 - .../lib/src/l10n/material_hr.arb | 1 - .../lib/src/l10n/material_hu.arb | 1 - .../lib/src/l10n/material_id.arb | 1 - .../lib/src/l10n/material_it.arb | 1 - .../lib/src/l10n/material_ja.arb | 1 - .../lib/src/l10n/material_km.arb | 1 - .../lib/src/l10n/material_ko.arb | 1 - .../lib/src/l10n/material_lt.arb | 1 - .../lib/src/l10n/material_ms.arb | 1 - .../lib/src/l10n/material_nl.arb | 1 - .../lib/src/l10n/material_pl.arb | 1 - .../lib/src/l10n/material_pt.arb | 1 - .../lib/src/l10n/material_pt_PT.arb | 1 - .../lib/src/l10n/material_ro.arb | 1 - .../lib/src/l10n/material_ru.arb | 1 - .../lib/src/l10n/material_sk.arb | 1 - .../lib/src/l10n/material_sl.arb | 1 - .../lib/src/l10n/material_sr.arb | 1 - .../lib/src/l10n/material_sr_Latn.arb | 1 - .../lib/src/l10n/material_sv.arb | 1 - .../lib/src/l10n/material_th.arb | 1 - .../lib/src/l10n/material_tl.arb | 1 - .../lib/src/l10n/material_tr.arb | 1 - .../lib/src/l10n/material_uk.arb | 1 - .../lib/src/l10n/material_ur.arb | 1 - .../lib/src/l10n/material_vi.arb | 1 - .../lib/src/l10n/material_zh.arb | 1 - .../lib/src/l10n/material_zh_HK.arb | 1 - .../lib/src/l10n/material_zh_TW.arb | 1 - .../test/material/translations_test.dart | 3 + 69 files changed, 45 insertions(+), 109 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index 583a57d470a4..ec6a20a83e9a 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -3336,7 +3336,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountTwo => null; @override - String? get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'Преместване надолу'; @@ -4316,7 +4316,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountTwo => null; @override - String? get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'Pomjeri nadolje'; @@ -4806,7 +4806,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountTwo => null; @override - String? get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'Mou avall'; @@ -5296,7 +5296,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountTwo => null; @override - String? get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'Přesunout dolů'; @@ -6276,7 +6276,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountTwo => null; @override - String? get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'Flyt ned'; @@ -6766,7 +6766,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountTwo => null; @override - String? get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'Nach unten verschieben'; @@ -7320,7 +7320,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountTwo => null; @override - String? get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'Μετακίνηση προς τα κάτω'; @@ -9097,7 +9097,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountTwo => null; @override - String? get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'Mover hacia abajo'; @@ -13450,7 +13450,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountTwo => null; @override - String? get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'Teisalda alla'; @@ -14430,7 +14430,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountTwo => null; @override - String? get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'انتقال به پایین'; @@ -14920,7 +14920,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountTwo => null; @override - String? get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'Siirrä alas'; @@ -15410,7 +15410,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountTwo => null; @override - String? get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'Ilipat pababa'; @@ -15900,7 +15900,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountTwo => null; @override - String? get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'Déplacer vers le bas'; @@ -16550,7 +16550,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountTwo => null; @override - String? get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'Mover cara abaixo'; @@ -17040,7 +17040,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountTwo => null; @override - String? get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'Nach unten verschieben'; @@ -18020,7 +18020,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountTwo => r'נותרו $remainingCount תווים'; @override - String? get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'העברה למטה'; @@ -18510,7 +18510,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountTwo => null; @override - String? get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'नीचे ले जाएं'; @@ -19000,7 +19000,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountTwo => null; @override - String? get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'Pomakni prema dolje'; @@ -19490,7 +19490,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountTwo => null; @override - String? get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'Áthelyezés lefelé'; @@ -20470,7 +20470,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountTwo => null; @override - String? get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'Turunkan'; @@ -21450,7 +21450,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountTwo => null; @override - String? get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'Sposta giù'; @@ -21940,7 +21940,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountTwo => null; @override - String? get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => '下に移動'; @@ -23410,7 +23410,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountTwo => null; @override - String? get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'ផ្លាស់ទី​ចុះ​ក្រោម'; @@ -24390,7 +24390,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountTwo => null; @override - String? get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => '아래로 이동'; @@ -25860,7 +25860,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountTwo => null; @override - String? get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'Perkelti žemyn'; @@ -28800,7 +28800,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountTwo => null; @override - String? get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'Alih ke bawah'; @@ -30760,7 +30760,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountTwo => null; @override - String? get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'Omlaag verplaatsen'; @@ -32720,7 +32720,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountTwo => null; @override - String? get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'Przenieś w dół'; @@ -33700,7 +33700,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountTwo => null; @override - String? get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'Mover para baixo'; @@ -34368,7 +34368,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountTwo => null; @override - String? get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'Mutați în jos'; @@ -34858,7 +34858,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountTwo => null; @override - String? get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'Переместить вниз'; @@ -35838,7 +35838,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountTwo => null; @override - String? get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'Presunúť nadol'; @@ -36328,7 +36328,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountTwo => r'Še $remainingCount znaka'; @override - String? get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'Premakni navzdol'; @@ -37308,7 +37308,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountTwo => null; @override - String? get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'Померите надоле'; @@ -38145,7 +38145,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountTwo => null; @override - String? get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'Flytta nedåt'; @@ -40105,7 +40105,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountTwo => null; @override - String? get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'ย้ายลง'; @@ -40595,7 +40595,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountTwo => null; @override - String? get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'Ilipat pababa'; @@ -41085,7 +41085,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountTwo => null; @override - String? get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'Aşağı taşı'; @@ -41575,7 +41575,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountTwo => null; @override - String? get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'Перемістити вниз'; @@ -42065,7 +42065,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountTwo => null; @override - String? get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'نیچے منتقل کریں'; @@ -43045,7 +43045,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountTwo => null; @override - String? get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => 'Di chuyển xuống'; @@ -43535,7 +43535,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountTwo => null; @override - String? get remainingTextFieldCharacterCountZero => 'TBD'; + String? get remainingTextFieldCharacterCountZero => null; @override String get reorderItemDown => '下移'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_bg.arb b/packages/flutter_localizations/lib/src/l10n/material_bg.arb index ac4cd5c55e38..b025f4fa2d5f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bg.arb @@ -51,7 +51,6 @@ "reorderItemRight": "Преместване надясно", "expandedIconTapHint": "Свиване", "collapsedIconTapHint": "Разгъване", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Остава 1 знак", "remainingTextFieldCharacterCountOther": "Остават $remainingCount знака", "refreshIndicatorSemanticLabel": "Опресняване", diff --git a/packages/flutter_localizations/lib/src/l10n/material_bs.arb b/packages/flutter_localizations/lib/src/l10n/material_bs.arb index 9c2ba601ad3d..60791a0fdd6c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bs.arb @@ -54,7 +54,6 @@ "reorderItemRight": "Pomjeri desno", "expandedIconTapHint": "Suzi", "collapsedIconTapHint": "Proširi", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Još jedan znak", "remainingTextFieldCharacterCountOther": "Još $remainingCount znakova", "refreshIndicatorSemanticLabel": "Osvježi", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ca.arb b/packages/flutter_localizations/lib/src/l10n/material_ca.arb index d4ed502d81e4..a1a49bf30180 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ca.arb @@ -51,7 +51,6 @@ "reorderItemRight": "Mou cap a la dreta", "expandedIconTapHint": "Replega", "collapsedIconTapHint": "Desplega", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 caràcter", "remainingTextFieldCharacterCountOther": "Queden $remainingCount caràcters", "refreshIndicatorSemanticLabel": "Actualitza", diff --git a/packages/flutter_localizations/lib/src/l10n/material_cs.arb b/packages/flutter_localizations/lib/src/l10n/material_cs.arb index e56961b4b8ad..03da37e3667e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cs.arb @@ -57,7 +57,6 @@ "reorderItemRight": "Přesunout doprava", "expandedIconTapHint": "Sbalit", "collapsedIconTapHint": "Rozbalit", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Zbývá 1 znak", "remainingTextFieldCharacterCountOther": "Zbývá $remainingCount znaků", "refreshIndicatorSemanticLabel": "Obnovit", diff --git a/packages/flutter_localizations/lib/src/l10n/material_da.arb b/packages/flutter_localizations/lib/src/l10n/material_da.arb index a9d69e6d9585..0f0738aae430 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_da.arb @@ -51,7 +51,6 @@ "reorderItemRight": "Flyt til højre", "expandedIconTapHint": "Skjul", "collapsedIconTapHint": "Udvid", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Ét tegn tilbage", "remainingTextFieldCharacterCountOther": "$remainingCount tegn tilbage", "refreshIndicatorSemanticLabel": "Opdater", diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index 7c5f15ff0b17..752ad5f9af49 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -52,7 +52,6 @@ "reorderItemRight": "Nach rechts verschieben", "expandedIconTapHint": "Minimieren", "collapsedIconTapHint": "Maximieren", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Noch 1 Zeichen", "remainingTextFieldCharacterCountOther": "Noch $remainingCount Zeichen", "refreshIndicatorSemanticLabel": "Aktualisieren", diff --git a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb index 43bec6d263cc..451ed4c7cc9d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb @@ -78,7 +78,6 @@ "reorderItemRight": "Nach rechts verschieben", "expandedIconTapHint": "Minimieren", "collapsedIconTapHint": "Maximieren", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Noch 1 Zeichen", "remainingTextFieldCharacterCountOther": "Noch $remainingCount Zeichen", "refreshIndicatorSemanticLabel": "Aktualisieren" diff --git a/packages/flutter_localizations/lib/src/l10n/material_el.arb b/packages/flutter_localizations/lib/src/l10n/material_el.arb index caa06d23534f..72e9d3588ea4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_el.arb @@ -51,7 +51,6 @@ "reorderItemRight": "Μετακίνηση δεξιά", "expandedIconTapHint": "Σύμπτυξη", "collapsedIconTapHint": "Ανάπτυξη", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "απομένει 1 χαρακτήρας", "remainingTextFieldCharacterCountOther": "απομένουν $remainingCount χαρακτήρες", "refreshIndicatorSemanticLabel": "Ανανέωση", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index b0b3a04a8830..cda12d79d696 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -52,7 +52,6 @@ "reorderItemRight": "Mover hacia la derecha", "expandedIconTapHint": "Ocultar", "collapsedIconTapHint": "Mostrar", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", "refreshIndicatorSemanticLabel": "Actualizar", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb index 6e8c8b8088af..669030732727 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb @@ -141,7 +141,6 @@ "reorderItemRight": "Mover hacia la derecha", "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Expandir", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", "refreshIndicatorSemanticLabel": "Actualizar" diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb index 6e8c8b8088af..669030732727 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb @@ -141,7 +141,6 @@ "reorderItemRight": "Mover hacia la derecha", "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Expandir", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", "refreshIndicatorSemanticLabel": "Actualizar" diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb index c3f6d8c45142..68f49860d39a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb @@ -141,7 +141,6 @@ "searchFieldLabel": "Buscar", "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Expandir", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", "refreshIndicatorSemanticLabel": "Actualizar" diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb index c3f6d8c45142..68f49860d39a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb @@ -141,7 +141,6 @@ "searchFieldLabel": "Buscar", "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Expandir", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", "refreshIndicatorSemanticLabel": "Actualizar" diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb index c3f6d8c45142..68f49860d39a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb @@ -141,7 +141,6 @@ "searchFieldLabel": "Buscar", "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Expandir", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", "refreshIndicatorSemanticLabel": "Actualizar" diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb index c3f6d8c45142..68f49860d39a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb @@ -141,7 +141,6 @@ "searchFieldLabel": "Buscar", "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Expandir", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", "refreshIndicatorSemanticLabel": "Actualizar" diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb index c3f6d8c45142..68f49860d39a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb @@ -141,7 +141,6 @@ "searchFieldLabel": "Buscar", "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Expandir", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", "refreshIndicatorSemanticLabel": "Actualizar" diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb index c3f6d8c45142..68f49860d39a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb @@ -141,7 +141,6 @@ "searchFieldLabel": "Buscar", "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Expandir", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", "refreshIndicatorSemanticLabel": "Actualizar" diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb index c3f6d8c45142..68f49860d39a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb @@ -141,7 +141,6 @@ "searchFieldLabel": "Buscar", "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Expandir", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", "refreshIndicatorSemanticLabel": "Actualizar" diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb index c3f6d8c45142..68f49860d39a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb @@ -141,7 +141,6 @@ "searchFieldLabel": "Buscar", "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Expandir", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", "refreshIndicatorSemanticLabel": "Actualizar" diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb index c3f6d8c45142..68f49860d39a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb @@ -141,7 +141,6 @@ "searchFieldLabel": "Buscar", "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Expandir", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", "refreshIndicatorSemanticLabel": "Actualizar" diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb index c3f6d8c45142..68f49860d39a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb @@ -141,7 +141,6 @@ "searchFieldLabel": "Buscar", "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Expandir", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", "refreshIndicatorSemanticLabel": "Actualizar" diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb index c3f6d8c45142..68f49860d39a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb @@ -141,7 +141,6 @@ "searchFieldLabel": "Buscar", "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Expandir", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", "refreshIndicatorSemanticLabel": "Actualizar" diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb index c3f6d8c45142..68f49860d39a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb @@ -141,7 +141,6 @@ "searchFieldLabel": "Buscar", "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Expandir", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", "refreshIndicatorSemanticLabel": "Actualizar" diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb index c3f6d8c45142..68f49860d39a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb @@ -141,7 +141,6 @@ "searchFieldLabel": "Buscar", "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Expandir", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", "refreshIndicatorSemanticLabel": "Actualizar" diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb index c3f6d8c45142..68f49860d39a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb @@ -141,7 +141,6 @@ "searchFieldLabel": "Buscar", "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Expandir", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", "refreshIndicatorSemanticLabel": "Actualizar" diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb index c3f6d8c45142..68f49860d39a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb @@ -141,7 +141,6 @@ "searchFieldLabel": "Buscar", "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Expandir", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", "refreshIndicatorSemanticLabel": "Actualizar" diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb index 972872a50a1e..7a32a73bae02 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb @@ -141,7 +141,6 @@ "searchFieldLabel": "Buscar", "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Expandir", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", "refreshIndicatorSemanticLabel": "Actualizar" diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb index c3f6d8c45142..68f49860d39a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb @@ -141,7 +141,6 @@ "searchFieldLabel": "Buscar", "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Expandir", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", "refreshIndicatorSemanticLabel": "Actualizar" diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb index c3f6d8c45142..68f49860d39a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb @@ -141,7 +141,6 @@ "searchFieldLabel": "Buscar", "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Expandir", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Queda 1 carácter.", "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres", "refreshIndicatorSemanticLabel": "Actualizar" diff --git a/packages/flutter_localizations/lib/src/l10n/material_et.arb b/packages/flutter_localizations/lib/src/l10n/material_et.arb index 29fe9da03742..c76616f05bcc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_et.arb @@ -51,7 +51,6 @@ "reorderItemRight": "Teisalda paremale", "expandedIconTapHint": "Ahenda", "collapsedIconTapHint": "Laienda", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Jäänud on 1 tähemärk", "remainingTextFieldCharacterCountOther": "Jäänud on $remainingCount tähemärki", "refreshIndicatorSemanticLabel": "Värskendamine", diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index ab93807f79f6..7c8a74113896 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -51,7 +51,6 @@ "reorderItemRight": "انتقال به چپ", "expandedIconTapHint": "کوچک کردن", "collapsedIconTapHint": "بزرگ کردن", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "۱ نویسه باقی مانده است", "remainingTextFieldCharacterCountOther": "$remainingCount نویسه باقی مانده است", "refreshIndicatorSemanticLabel": "بازآوری", diff --git a/packages/flutter_localizations/lib/src/l10n/material_fi.arb b/packages/flutter_localizations/lib/src/l10n/material_fi.arb index 9acbc888076c..482300cbd616 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fi.arb @@ -51,7 +51,6 @@ "reorderItemRight": "Siirrä oikealle", "expandedIconTapHint": "Tiivistä", "collapsedIconTapHint": "Laajenna", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 merkki jäljellä", "remainingTextFieldCharacterCountOther": "$remainingCount merkkiä jäljellä", "refreshIndicatorSemanticLabel": "Päivitys", diff --git a/packages/flutter_localizations/lib/src/l10n/material_fil.arb b/packages/flutter_localizations/lib/src/l10n/material_fil.arb index 3c94fb44e4b6..54fb096b5301 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fil.arb @@ -51,7 +51,6 @@ "reorderItemRight": "Ilipat pakanan", "expandedIconTapHint": "I-collapse", "collapsedIconTapHint": "I-expand", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 character ang natitira", "remainingTextFieldCharacterCountOther": "$remainingCount na character ang natitira", "refreshIndicatorSemanticLabel": "Nagre-refresh", diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index 0791be843c8c..da62edb76a0b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -52,7 +52,6 @@ "reorderItemRight": "Déplacer vers la droite", "expandedIconTapHint": "Réduire", "collapsedIconTapHint": "Développer", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 caractère restant", "remainingTextFieldCharacterCountOther": "$remainingCount caractères restants", "refreshIndicatorSemanticLabel": "Actualiser", diff --git a/packages/flutter_localizations/lib/src/l10n/material_gl.arb b/packages/flutter_localizations/lib/src/l10n/material_gl.arb index 427dfef7fc13..ded736d7c4f0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gl.arb @@ -52,7 +52,6 @@ "reorderItemRight": "Mover cara á dereita", "expandedIconTapHint": "Contraer", "collapsedIconTapHint": "Despregar", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 carácter restante", "remainingTextFieldCharacterCountOther": "$remainingCount caracteres restantes", "refreshIndicatorSemanticLabel": "Actualizar", diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index 7400fe259f10..693a90c83661 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -51,7 +51,6 @@ "reorderItemRight": "Nach rechts verschieben", "expandedIconTapHint": "Minimieren", "collapsedIconTapHint": "Maximieren", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Noch 1 Zeichen", "remainingTextFieldCharacterCountOther": "Noch $remainingCount Zeichen", "refreshIndicatorSemanticLabel": "Aktualisieren", diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index 9af3753a4008..dd88fae2d6ca 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -57,7 +57,6 @@ "reorderItemRight": "העברה ימינה", "expandedIconTapHint": "כיווץ", "collapsedIconTapHint": "הרחבה", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "נותר תו אחד", "remainingTextFieldCharacterCountOther": "נותרו $remainingCount תווים", "refreshIndicatorSemanticLabel": "רענון", diff --git a/packages/flutter_localizations/lib/src/l10n/material_hi.arb b/packages/flutter_localizations/lib/src/l10n/material_hi.arb index 160403a9a728..e2a229c64f03 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hi.arb @@ -51,7 +51,6 @@ "reorderItemRight": "दाएं ले जाएं", "expandedIconTapHint": "छोटा करें", "collapsedIconTapHint": "बड़ा करें", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "एक वर्ण आैर डाला जा सकता है", "remainingTextFieldCharacterCountOther": "$remainingCount वर्ण आैर डाले जा सकते हैं", "refreshIndicatorSemanticLabel": "रीफ़्रेश करें", diff --git a/packages/flutter_localizations/lib/src/l10n/material_hr.arb b/packages/flutter_localizations/lib/src/l10n/material_hr.arb index 0f09c1ff862b..c9553c6d7327 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hr.arb @@ -54,7 +54,6 @@ "reorderItemRight": "Pomakni udesno", "expandedIconTapHint": "Sažmi", "collapsedIconTapHint": "Proširi", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Preostao je 1 znak", "remainingTextFieldCharacterCountOther": "Preostalo je $remainingCount znakova", "refreshIndicatorSemanticLabel": "Osvježi", diff --git a/packages/flutter_localizations/lib/src/l10n/material_hu.arb b/packages/flutter_localizations/lib/src/l10n/material_hu.arb index 0282eeb96cc0..4bdc9d144043 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hu.arb @@ -51,7 +51,6 @@ "reorderItemRight": "Áthelyezés jobbra", "expandedIconTapHint": "Összecsukás", "collapsedIconTapHint": "Kibontás", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 karakter maradt", "remainingTextFieldCharacterCountOther": "$remainingCount karakter maradt", "refreshIndicatorSemanticLabel": "Frissítés", diff --git a/packages/flutter_localizations/lib/src/l10n/material_id.arb b/packages/flutter_localizations/lib/src/l10n/material_id.arb index f317fc7ac73e..78ec72c9506d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_id.arb @@ -51,7 +51,6 @@ "reorderItemRight": "Pindahkan ke kanan", "expandedIconTapHint": "Ciutkan", "collapsedIconTapHint": "Luaskan", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Sisa 1 karakter", "remainingTextFieldCharacterCountOther": "Sisa $remainingCount karakter", "refreshIndicatorSemanticLabel": "Memuat ulang", diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index 93ec457dfd4d..9f7e551c4dd1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -51,7 +51,6 @@ "reorderItemRight": "Sposta a destra", "expandedIconTapHint": "Comprimi", "collapsedIconTapHint": "Espandi", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 carattere rimanente", "remainingTextFieldCharacterCountOther": "$remainingCount caratteri rimanenti", "refreshIndicatorSemanticLabel": "Aggiorna", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index 61d84a0d781b..1243e5c60844 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -51,7 +51,6 @@ "reorderItemRight": "右に移動", "expandedIconTapHint": "折りたたむ", "collapsedIconTapHint": "展開", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "残り 1 文字(半角相当)", "remainingTextFieldCharacterCountOther": "残り $remainingCount 文字(半角相当)", "refreshIndicatorSemanticLabel": "更新", diff --git a/packages/flutter_localizations/lib/src/l10n/material_km.arb b/packages/flutter_localizations/lib/src/l10n/material_km.arb index 2d9ad4d97a61..a0a47b3370da 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_km.arb @@ -51,7 +51,6 @@ "reorderItemRight": "ផ្លាស់ទីទៅ​ស្តាំ", "expandedIconTapHint": "បង្រួម", "collapsedIconTapHint": "ពង្រីក", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "នៅសល់​ 1 តួ​ទៀត", "remainingTextFieldCharacterCountOther": "នៅសល់ $remainingCount តួ​ទៀត", "refreshIndicatorSemanticLabel": "ផ្ទុកឡើងវិញ", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index 038c6617cf2a..8570263698dd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -51,7 +51,6 @@ "reorderItemRight": "오른쪽으로 이동", "expandedIconTapHint": "접기", "collapsedIconTapHint": "펼치기", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1자 남음", "remainingTextFieldCharacterCountOther": "$remainingCount자 남음", "refreshIndicatorSemanticLabel": "새로고침", diff --git a/packages/flutter_localizations/lib/src/l10n/material_lt.arb b/packages/flutter_localizations/lib/src/l10n/material_lt.arb index 5ff686098854..07cf36f35cfc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lt.arb @@ -57,7 +57,6 @@ "reorderItemRight": "Perkelti dešinėn", "expandedIconTapHint": "Sutraukti", "collapsedIconTapHint": "Išskleisti", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Liko 1 simbolis", "remainingTextFieldCharacterCountOther": "Liko $remainingCount simbolių", "refreshIndicatorSemanticLabel": "Atnaujinti", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ms.arb b/packages/flutter_localizations/lib/src/l10n/material_ms.arb index 75c52f2a915c..5846efd52516 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ms.arb @@ -52,7 +52,6 @@ "reorderItemRight": "Alih ke kanan", "expandedIconTapHint": "Runtuhkan", "collapsedIconTapHint": "Kembangkan", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 aksara lagi", "remainingTextFieldCharacterCountOther": "$remainingCount aksara lagi", "refreshIndicatorSemanticLabel": "Muat semula", diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index 620ba9eb9d26..d4a095ce5195 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -51,7 +51,6 @@ "reorderItemRight": "Naar rechts verplaatsen", "expandedIconTapHint": "Samenvouwen", "collapsedIconTapHint": "Uitvouwen", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 teken resterend", "remainingTextFieldCharacterCountOther": "$remainingCount tekens resterend", "refreshIndicatorSemanticLabel": "Vernieuwen", diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index abf6ecbf7510..03321616b070 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -57,7 +57,6 @@ "reorderItemRight": "Przenieś w prawo", "expandedIconTapHint": "Zwiń", "collapsedIconTapHint": "Rozwiń", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Jeszcze 1 znak", "remainingTextFieldCharacterCountOther": "Pozostało $remainingCount znaków", "refreshIndicatorSemanticLabel": "Odśwież", diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index dd0ca89e09b3..158cfc9ba423 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -53,7 +53,6 @@ "reorderItemRight": "Mover para a direita", "expandedIconTapHint": "Recolher", "collapsedIconTapHint": "Abrir", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 caractere restante", "remainingTextFieldCharacterCountOther": "$remainingCount caracteres restantes", "refreshIndicatorSemanticLabel": "Atualizar", diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb index 53897157dbf2..1299bc7f17ec 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb @@ -141,7 +141,6 @@ "reorderItemRight": "Mover para a direita", "expandedIconTapHint": "Reduzir", "collapsedIconTapHint": "Expandir", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Resta 1 caráter", "remainingTextFieldCharacterCountOther": "Restam $remainingCount carateres", "refreshIndicatorSemanticLabel": "Atualizar" diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/flutter_localizations/lib/src/l10n/material_ro.arb index ea4ed0a5de02..504c80c2653e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ro.arb @@ -55,7 +55,6 @@ "reorderItemRight": "Mutați la dreapta", "expandedIconTapHint": "Restrângeți", "collapsedIconTapHint": "Extindeți", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "un caracter rămas", "remainingTextFieldCharacterCountOther": "$remainingCount de caractere rămase", "refreshIndicatorSemanticLabel": "Actualizați", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index 2e9a8a170395..69242d6ec102 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -58,7 +58,6 @@ "reorderItemRight": "Переместить вправо", "expandedIconTapHint": "Свернуть", "collapsedIconTapHint": "Развернуть", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Остался 1 символ", "remainingTextFieldCharacterCountOther": "Осталось $remainingCount символа", "refreshIndicatorSemanticLabel": "Обновление", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sk.arb b/packages/flutter_localizations/lib/src/l10n/material_sk.arb index 924e8bfd50af..709807ad93be 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sk.arb @@ -57,7 +57,6 @@ "reorderItemRight": "Presunúť doprava", "expandedIconTapHint": "Zbaliť", "collapsedIconTapHint": "Rozbaliť", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Zostáva 1 znak", "remainingTextFieldCharacterCountOther": "Zostáva $remainingCount znakov", "refreshIndicatorSemanticLabel": "Obnoviť", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sl.arb b/packages/flutter_localizations/lib/src/l10n/material_sl.arb index 7b4da9d4b1e1..cf45a53a47dc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sl.arb @@ -57,7 +57,6 @@ "reorderItemRight": "Premakni desno", "expandedIconTapHint": "Strniti", "collapsedIconTapHint": "Razširiti", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Še 1 znak", "remainingTextFieldCharacterCountOther": "Še $remainingCount znakov", "refreshIndicatorSemanticLabel": "Osveži", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr.arb b/packages/flutter_localizations/lib/src/l10n/material_sr.arb index b773d20e5950..f8a8e6bc0dda 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr.arb @@ -54,7 +54,6 @@ "reorderItemRight": "Померите удесно", "expandedIconTapHint": "Скупи", "collapsedIconTapHint": "Прошири", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Преостао је 1 знак", "remainingTextFieldCharacterCountOther": "Преостало је $remainingCount знакова", "refreshIndicatorSemanticLabel": "Освежи", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb b/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb index 423743cfbf2f..1af1e49c7880 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb @@ -144,7 +144,6 @@ "reorderItemRight": "Pomerite udesno", "expandedIconTapHint": "Skupi", "collapsedIconTapHint": "Proširi", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Preostao je 1 znak", "remainingTextFieldCharacterCountOther": "Preostalo je $remainingCount znakova", "refreshIndicatorSemanticLabel": "Osveži" diff --git a/packages/flutter_localizations/lib/src/l10n/material_sv.arb b/packages/flutter_localizations/lib/src/l10n/material_sv.arb index dec93ca21adb..495052b7e74c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sv.arb @@ -51,7 +51,6 @@ "reorderItemRight": "Flytta åt höger", "expandedIconTapHint": "Dölj", "collapsedIconTapHint": "Utöka", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 tecken kvar", "remainingTextFieldCharacterCountOther": "$remainingCount tecken kvar", "refreshIndicatorSemanticLabel": "Uppdatera", diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/flutter_localizations/lib/src/l10n/material_th.arb index beff70e171bf..3be53920f54f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_th.arb @@ -51,7 +51,6 @@ "reorderItemRight": "ย้ายไปทางขวา", "expandedIconTapHint": "ยุบ", "collapsedIconTapHint": "ขยาย", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "เหลือ 1 อักขระ", "remainingTextFieldCharacterCountOther": "เหลือ $remainingCount อักขระ", "refreshIndicatorSemanticLabel": "รีเฟรช", diff --git a/packages/flutter_localizations/lib/src/l10n/material_tl.arb b/packages/flutter_localizations/lib/src/l10n/material_tl.arb index 3c94fb44e4b6..54fb096b5301 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tl.arb @@ -51,7 +51,6 @@ "reorderItemRight": "Ilipat pakanan", "expandedIconTapHint": "I-collapse", "collapsedIconTapHint": "I-expand", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 character ang natitira", "remainingTextFieldCharacterCountOther": "$remainingCount na character ang natitira", "refreshIndicatorSemanticLabel": "Nagre-refresh", diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index 28f1dd6eee73..1d0e407877fd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -51,7 +51,6 @@ "reorderItemRight": "Sağa taşı", "expandedIconTapHint": "Daralt", "collapsedIconTapHint": "Genişlet", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 karakter kaldı", "remainingTextFieldCharacterCountOther": "$remainingCount karakter kaldı", "refreshIndicatorSemanticLabel": "Yenile", diff --git a/packages/flutter_localizations/lib/src/l10n/material_uk.arb b/packages/flutter_localizations/lib/src/l10n/material_uk.arb index d230eadee1d7..5ca81af3a599 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uk.arb @@ -57,7 +57,6 @@ "reorderItemRight": "Перемістити праворуч", "expandedIconTapHint": "Згорнути", "collapsedIconTapHint": "Розгорнути", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Залишився 1 символ", "remainingTextFieldCharacterCountOther": "Залишилося $remainingCount символу", "refreshIndicatorSemanticLabel": "Оновити", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index 5562efe460a5..90b16696b829 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -51,7 +51,6 @@ "reorderItemRight": "دائیں منتقل کریں", "expandedIconTapHint": "سکیڑیں", "collapsedIconTapHint": "پھیلائیں", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "1 حرف باقی ہے", "remainingTextFieldCharacterCountOther": "$remainingCount حروف باقی ہیں", "refreshIndicatorSemanticLabel": "ریفریش کریں", diff --git a/packages/flutter_localizations/lib/src/l10n/material_vi.arb b/packages/flutter_localizations/lib/src/l10n/material_vi.arb index 43a7c192f7ec..3264e508b9fe 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_vi.arb @@ -51,7 +51,6 @@ "reorderItemRight": "Di chuyển sang phải", "expandedIconTapHint": "Thu gọn", "collapsedIconTapHint": "Mở rộng", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "Còn lại 1 ký tự", "remainingTextFieldCharacterCountOther": "Còn lại $remainingCount ký tự", "refreshIndicatorSemanticLabel": "Làm mới", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index 9a7ac0d94819..a8a556a0d105 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -51,7 +51,6 @@ "reorderItemRight": "右移", "expandedIconTapHint": "收起", "collapsedIconTapHint": "展开", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "还可输入 1 个字符", "remainingTextFieldCharacterCountOther": "还可输入 $remainingCount 个字符", "refreshIndicatorSemanticLabel": "刷新", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb index 55baa2a4110f..bb731fa6766b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb @@ -141,7 +141,6 @@ "reorderItemRight": "向右移", "expandedIconTapHint": "收合", "collapsedIconTapHint": "展開", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "尚餘 1 個字元", "remainingTextFieldCharacterCountOther": "尚餘 $remainingCount 個字元", "refreshIndicatorSemanticLabel": "重新整理" diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb index ca63fef87921..b25886bf4298 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb @@ -141,7 +141,6 @@ "reorderItemRight": "向右移", "expandedIconTapHint": "收合", "collapsedIconTapHint": "展開", - "remainingTextFieldCharacterCountZero": "TBD", "remainingTextFieldCharacterCountOne": "還可輸入 1 個字元", "remainingTextFieldCharacterCountOther": "還可輸入 $remainingCount 個字元", "refreshIndicatorSemanticLabel": "重新整理" diff --git a/packages/flutter_localizations/test/material/translations_test.dart b/packages/flutter_localizations/test/material/translations_test.dart index cb0e38ad2406..24b176ba8df9 100644 --- a/packages/flutter_localizations/test/material/translations_test.dart +++ b/packages/flutter_localizations/test/material/translations_test.dart @@ -56,6 +56,9 @@ void main() { expect(localizations.expandedHint, isNotNull); expect(localizations.refreshIndicatorSemanticLabel, isNotNull); + // Regression test for https://github.com/flutter/flutter/issues/136090 + expect(localizations.remainingTextFieldCharacterCount(0), isNot(contains('TBD'))); + expect(localizations.remainingTextFieldCharacterCount(0), isNotNull); expect(localizations.remainingTextFieldCharacterCount(1), isNotNull); expect(localizations.remainingTextFieldCharacterCount(10), isNotNull); From ddd31a8964ed6dfc0b86671d2376d8c0e1a044cf Mon Sep 17 00:00:00 2001 From: Bruno Leroux Date: Sat, 2 Dec 2023 00:32:57 +0100 Subject: [PATCH 255/327] [l10n] Update Material shareButtonLabel (#138899) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description This PR updates the Material label for the share option, currently it is "**Share...**" (the expected label on iOS), on Android it should be "**Share**". Native Android TextField screenshot: ![Capture d’écran du 2023-11-20 17-19-02](https://github.com/flutter/flutter/assets/840911/6004b900-0ba4-441e-a814-4afd0c0e2fe2) ## Related Issue Step 2 for https://github.com/flutter/flutter/issues/138728 ## Tests Adds 1 test. --- .../generated_material_localizations.dart | 23 ++++++++++++++++++- .../lib/src/l10n/material_en.arb | 8 +++---- .../test/material/translations_test.dart | 11 ++++++++- 3 files changed, 36 insertions(+), 6 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index ec6a20a83e9a..8c2c01cb25c4 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -7879,7 +7879,7 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => 'No items selected'; @override - String get shareButtonLabel => 'Share...'; + String get shareButtonLabel => 'Share'; @override String get showAccountsLabel => 'Show accounts'; @@ -7942,6 +7942,9 @@ class MaterialLocalizationEnAu extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); + @override + String get shareButtonLabel => 'Share...'; + @override String get lookUpButtonLabel => 'Look up'; @@ -8148,6 +8151,9 @@ class MaterialLocalizationEnGb extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); + @override + String get shareButtonLabel => 'Share...'; + @override String get lookUpButtonLabel => 'Look up'; @@ -8248,6 +8254,9 @@ class MaterialLocalizationEnIe extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); + @override + String get shareButtonLabel => 'Share...'; + @override String get lookUpButtonLabel => 'Look up'; @@ -8348,6 +8357,9 @@ class MaterialLocalizationEnIn extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); + @override + String get shareButtonLabel => 'Share...'; + @override String get lookUpButtonLabel => 'Look up'; @@ -8445,6 +8457,9 @@ class MaterialLocalizationEnNz extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); + @override + String get shareButtonLabel => 'Share...'; + @override String get lookUpButtonLabel => 'Look up'; @@ -8542,6 +8557,9 @@ class MaterialLocalizationEnSg extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); + @override + String get shareButtonLabel => 'Share...'; + @override String get lookUpButtonLabel => 'Look up'; @@ -8639,6 +8657,9 @@ class MaterialLocalizationEnZa extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); + @override + String get shareButtonLabel => 'Share...'; + @override String get lookUpButtonLabel => 'Look up'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index bcce0e2b3980..06fa66620697 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -199,17 +199,17 @@ "lookUpButtonLabel": "Look Up", "@lookUpButtonLabel": { - "description": "The label for the Look Up button and menu items on iOS." + "description": "The label for the Look Up button and menu items." }, "searchWebButtonLabel": "Search Web", "@searchWebButtonLabel": { - "description": "The label for the Search Web button and menu items on iOS." + "description": "The label for the Search Web button and menu items." }, - "shareButtonLabel": "Share...", + "shareButtonLabel": "Share", "@shareButtonLabel": { - "description": "The label for the Share button and menu items on iOS." + "description": "The label for the Share button and menu items." }, "okButtonLabel": "OK", diff --git a/packages/flutter_localizations/test/material/translations_test.dart b/packages/flutter_localizations/test/material/translations_test.dart index 24b176ba8df9..15b5785d0bfe 100644 --- a/packages/flutter_localizations/test/material/translations_test.dart +++ b/packages/flutter_localizations/test/material/translations_test.dart @@ -535,9 +535,18 @@ void main() { // Regression test for https://github.com/flutter/flutter/issues/110451. testWidgets('Finnish translation for tab label', (WidgetTester tester) async { const Locale locale = Locale('fi'); - expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); final MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); expect(localizations.tabLabel(tabIndex: 1, tabCount: 2), 'Välilehti 1 kautta 2'); }); + + // Regression test for https://github.com/flutter/flutter/issues/138728. + testWidgets('Share button label on Material', (WidgetTester tester) async { + const Locale locale = Locale('en'); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + final MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations, isA()); + expect(localizations.shareButtonLabel, 'Share'); + }); } From b03535b8567949d42c608e6318d9b056615f9cc6 Mon Sep 17 00:00:00 2001 From: Mitchell Goodwin <58190796+MitchellGoodwin@users.noreply.github.com> Date: Thu, 14 Dec 2023 20:55:55 -0800 Subject: [PATCH 256/327] Cupertino text clear label (#129727) Fixes #123107 Adds a customizable semantic label so that the clear button on the Cupertino text field will be picked up by screen readers. https://github.com/flutter/flutter/assets/58190796/de31d9dd-923c-402f-a55b-e5cc77ea68bb --- .../lib/src/l10n/cupertino_af.arb | 3 +- .../lib/src/l10n/cupertino_am.arb | 3 +- .../lib/src/l10n/cupertino_ar.arb | 1 + .../lib/src/l10n/cupertino_as.arb | 1 + .../lib/src/l10n/cupertino_az.arb | 1 + .../lib/src/l10n/cupertino_be.arb | 1 + .../lib/src/l10n/cupertino_bg.arb | 1 + .../lib/src/l10n/cupertino_bn.arb | 1 + .../lib/src/l10n/cupertino_bs.arb | 1 + .../lib/src/l10n/cupertino_ca.arb | 1 + .../lib/src/l10n/cupertino_cs.arb | 1 + .../lib/src/l10n/cupertino_cy.arb | 1 + .../lib/src/l10n/cupertino_da.arb | 1 + .../lib/src/l10n/cupertino_de.arb | 1 + .../lib/src/l10n/cupertino_de_CH.arb | 1 + .../lib/src/l10n/cupertino_el.arb | 1 + .../lib/src/l10n/cupertino_en.arb | 5 + .../lib/src/l10n/cupertino_en_AU.arb | 1 + .../lib/src/l10n/cupertino_en_CA.arb | 1 + .../lib/src/l10n/cupertino_en_GB.arb | 1 + .../lib/src/l10n/cupertino_en_IE.arb | 1 + .../lib/src/l10n/cupertino_en_IN.arb | 1 + .../lib/src/l10n/cupertino_en_NZ.arb | 1 + .../lib/src/l10n/cupertino_en_SG.arb | 1 + .../lib/src/l10n/cupertino_en_ZA.arb | 1 + .../lib/src/l10n/cupertino_es.arb | 3 +- .../lib/src/l10n/cupertino_et.arb | 3 +- .../lib/src/l10n/cupertino_eu.arb | 3 +- .../lib/src/l10n/cupertino_fa.arb | 3 +- .../lib/src/l10n/cupertino_fi.arb | 3 +- .../lib/src/l10n/cupertino_fil.arb | 3 +- .../lib/src/l10n/cupertino_fr.arb | 3 +- .../lib/src/l10n/cupertino_gl.arb | 3 +- .../lib/src/l10n/cupertino_gsw.arb | 3 +- .../lib/src/l10n/cupertino_gu.arb | 3 +- .../lib/src/l10n/cupertino_he.arb | 3 +- .../lib/src/l10n/cupertino_hi.arb | 3 +- .../lib/src/l10n/cupertino_hr.arb | 3 +- .../lib/src/l10n/cupertino_hu.arb | 3 +- .../lib/src/l10n/cupertino_hy.arb | 3 +- .../lib/src/l10n/cupertino_id.arb | 3 +- .../lib/src/l10n/cupertino_is.arb | 3 +- .../lib/src/l10n/cupertino_it.arb | 3 +- .../lib/src/l10n/cupertino_ja.arb | 3 +- .../lib/src/l10n/cupertino_ka.arb | 3 +- .../lib/src/l10n/cupertino_kk.arb | 3 +- .../lib/src/l10n/cupertino_km.arb | 3 +- .../lib/src/l10n/cupertino_kn.arb | 3 +- .../lib/src/l10n/cupertino_ko.arb | 3 +- .../lib/src/l10n/cupertino_ky.arb | 3 +- .../lib/src/l10n/cupertino_lo.arb | 3 +- .../lib/src/l10n/cupertino_lt.arb | 3 +- .../lib/src/l10n/cupertino_lv.arb | 3 +- .../lib/src/l10n/cupertino_mk.arb | 3 +- .../lib/src/l10n/cupertino_ml.arb | 3 +- .../lib/src/l10n/cupertino_mn.arb | 3 +- .../lib/src/l10n/cupertino_mr.arb | 3 +- .../lib/src/l10n/cupertino_ms.arb | 3 +- .../lib/src/l10n/cupertino_my.arb | 3 +- .../lib/src/l10n/cupertino_nb.arb | 3 +- .../lib/src/l10n/cupertino_ne.arb | 3 +- .../lib/src/l10n/cupertino_nl.arb | 3 +- .../lib/src/l10n/cupertino_no.arb | 3 +- .../lib/src/l10n/cupertino_or.arb | 3 +- .../lib/src/l10n/cupertino_pa.arb | 3 +- .../lib/src/l10n/cupertino_pl.arb | 3 +- .../lib/src/l10n/cupertino_pt.arb | 3 +- .../lib/src/l10n/cupertino_ro.arb | 3 +- .../lib/src/l10n/cupertino_ru.arb | 3 +- .../lib/src/l10n/cupertino_si.arb | 3 +- .../lib/src/l10n/cupertino_sk.arb | 3 +- .../lib/src/l10n/cupertino_sl.arb | 3 +- .../lib/src/l10n/cupertino_sq.arb | 3 +- .../lib/src/l10n/cupertino_sr.arb | 3 +- .../lib/src/l10n/cupertino_sv.arb | 3 +- .../lib/src/l10n/cupertino_sw.arb | 3 +- .../lib/src/l10n/cupertino_ta.arb | 3 +- .../lib/src/l10n/cupertino_te.arb | 3 +- .../lib/src/l10n/cupertino_th.arb | 3 +- .../lib/src/l10n/cupertino_tl.arb | 3 +- .../lib/src/l10n/cupertino_tr.arb | 3 +- .../lib/src/l10n/cupertino_uk.arb | 3 +- .../lib/src/l10n/cupertino_ur.arb | 3 +- .../lib/src/l10n/cupertino_uz.arb | 3 +- .../lib/src/l10n/cupertino_vi.arb | 3 +- .../lib/src/l10n/cupertino_zh.arb | 3 +- .../lib/src/l10n/cupertino_zu.arb | 3 +- .../generated_cupertino_localizations.dart | 234 ++++++++++++++++++ 88 files changed, 389 insertions(+), 64 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb index e686fe0c9470..728f0c7ef707 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "Maak kieslys toe", "lookUpButtonLabel": "Kyk op", "searchWebButtonLabel": "Deursoek web", - "shareButtonLabel": "Deel …" + "shareButtonLabel": "Deel …", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb index 248496666bef..db6f25d19c3b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "ምናሌን አሰናብት", "lookUpButtonLabel": "ይመልከቱ", "searchWebButtonLabel": "ድርን ፈልግ", - "shareButtonLabel": "አጋራ..." + "shareButtonLabel": "አጋራ...", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb index 7bdfeb4ce25e..5303d4f0e9d3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb @@ -38,6 +38,7 @@ "cutButtonLabel": "قص", "copyButtonLabel": "نسخ", "pasteButtonLabel": "لصق", + "clearButtonLabel": "Clear", "selectAllButtonLabel": "اختيار الكل", "tabSemanticsLabel": "علامة التبويب $tabIndex من $tabCount", "modalBarrierDismissLabel": "رفض", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb index 34ecac02a57e..563d9a7edf9a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb @@ -18,6 +18,7 @@ "cutButtonLabel": "কাট কৰক", "copyButtonLabel": "প্ৰতিলিপি কৰক", "pasteButtonLabel": "পে'ষ্ট কৰক", + "clearButtonLabel": "Clear", "selectAllButtonLabel": "সকলো বাছনি কৰক", "tabSemanticsLabel": "$tabCount টা টেবৰ $tabIndex নম্বৰটো", "modalBarrierDismissLabel": "অগ্ৰাহ্য কৰক", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb index 69cb483e5c78..6a08c0382c26 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb @@ -18,6 +18,7 @@ "cutButtonLabel": "Kəsin", "copyButtonLabel": "Kopyalayın", "pasteButtonLabel": "Yerləşdirin", + "clearButtonLabel": "Clear", "selectAllButtonLabel": "Hamısını seçin", "tabSemanticsLabel": "Tab $tabIndex/$tabCount", "modalBarrierDismissLabel": "İmtina edin", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb index 8fc71c7fa25b..cbe89f654d10 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb @@ -28,6 +28,7 @@ "cutButtonLabel": "Выразаць", "copyButtonLabel": "Капіраваць", "pasteButtonLabel": "Уставіць", + "clearButtonLabel": "Clear", "selectAllButtonLabel": "Выбраць усе", "tabSemanticsLabel": "Укладка $tabIndex з $tabCount", "modalBarrierDismissLabel": "Адхіліць", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb index 0880a47a4bc1..0f5aaecf4136 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb @@ -18,6 +18,7 @@ "cutButtonLabel": "Изрязване", "copyButtonLabel": "Копиране", "pasteButtonLabel": "Поставяне", + "clearButtonLabel": "Clear", "selectAllButtonLabel": "Избиране на всички", "tabSemanticsLabel": "Раздел $tabIndex от $tabCount", "modalBarrierDismissLabel": "Отхвърляне", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb index ff192a3d9d9e..700ac1187115 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb @@ -18,6 +18,7 @@ "cutButtonLabel": "কাট করুন", "copyButtonLabel": "কপি করুন", "pasteButtonLabel": "পেস্ট করুন", + "clearButtonLabel": "Clear", "selectAllButtonLabel": "সব বেছে নিন", "tabSemanticsLabel": "$tabCount-এর মধ্যে $tabIndex নম্বর ট্যাব", "modalBarrierDismissLabel": "খারিজ করুন", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb index f5f799896f74..81777b53bf16 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb @@ -23,6 +23,7 @@ "cutButtonLabel": "Izreži", "copyButtonLabel": "Kopiraj", "pasteButtonLabel": "Zalijepi", + "clearButtonLabel": "Clear", "selectAllButtonLabel": "Odaberi sve", "tabSemanticsLabel": "Kartica $tabIndex od $tabCount", "modalBarrierDismissLabel": "Odbaci", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb index e18684882bd2..b9e407cdc25a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb @@ -18,6 +18,7 @@ "cutButtonLabel": "Retalla", "copyButtonLabel": "Copia", "pasteButtonLabel": "Enganxa", + "clearButtonLabel": "Clear", "selectAllButtonLabel": "Seleccionar-ho tot", "tabSemanticsLabel": "Pestanya $tabIndex de $tabCount", "modalBarrierDismissLabel": "Ignora", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb index fa6dfec2b96e..9f3a1ae6091e 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb @@ -28,6 +28,7 @@ "cutButtonLabel": "Vyjmout", "copyButtonLabel": "Kopírovat", "pasteButtonLabel": "Vložit", + "clearButtonLabel": "Clear", "selectAllButtonLabel": "Vybrat vše", "tabSemanticsLabel": "Karta $tabIndex z $tabCount", "modalBarrierDismissLabel": "Zavřít", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb index 3fdb1a873e81..6f7906764ed8 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb @@ -39,6 +39,7 @@ "cutButtonLabel": "Torri", "copyButtonLabel": "Copïo", "pasteButtonLabel": "Gludo", + "clearButtonLabel": "Clear", "selectAllButtonLabel": "Dewis y Cyfan", "searchTextFieldPlaceholderLabel": "Chwilio", "modalBarrierDismissLabel": "Diystyru", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb index 78419f9a2b46..abafeca6def3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb @@ -18,6 +18,7 @@ "cutButtonLabel": "Klip", "copyButtonLabel": "Kopiér", "pasteButtonLabel": "Indsæt", + "clearButtonLabel": "Clear", "selectAllButtonLabel": "Vælg alt", "tabSemanticsLabel": "Fane $tabIndex af $tabCount", "modalBarrierDismissLabel": "Afvis", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb index 2b3dc4bc9642..55f5f1fa1897 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb @@ -18,6 +18,7 @@ "cutButtonLabel": "Ausschneiden", "copyButtonLabel": "Kopieren", "pasteButtonLabel": "Einsetzen", + "clearButtonLabel": "Clear", "selectAllButtonLabel": "Alle auswählen", "tabSemanticsLabel": "Tab $tabIndex von $tabCount", "modalBarrierDismissLabel": "Schließen", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_de_CH.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_de_CH.arb index c8a48d470b41..f2acabd7bdff 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_de_CH.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_de_CH.arb @@ -20,6 +20,7 @@ "cutButtonLabel": "Ausschneiden", "copyButtonLabel": "Kopieren", "pasteButtonLabel": "Einsetzen", + "clearButtonLabel": "Clear", "selectAllButtonLabel": "Alles auswählen", "modalBarrierDismissLabel": "Schliessen" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb index 81ec9991d6c0..15b1e2eaca27 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb @@ -18,6 +18,7 @@ "cutButtonLabel": "Αποκοπή", "copyButtonLabel": "Αντιγραφή", "pasteButtonLabel": "Επικόλληση", + "clearButtonLabel": "Clear", "selectAllButtonLabel": "Επιλογή όλων", "tabSemanticsLabel": "Καρτέλα $tabIndex από $tabCount", "modalBarrierDismissLabel": "Παράβλεψη", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb index 6f52dc78ead2..3b220c34e557 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb @@ -160,6 +160,11 @@ "description": "The label for paste buttons and menu items. The reference abbreviation is what iOS shows on text selection toolbars." }, + "clearButtonLabel": "Clear", + "@clearButtonLabel": { + "description": "The label for clear buttons and menu items." + }, + "selectAllButtonLabel": "Select All", "@selectAllButtonLabel": { "description": "The label for select-all buttons and menu items. The reference abbreviation is what iOS shows on text selection toolbars." diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_AU.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_AU.arb index fc2b48b92e57..aeb8d9c909f1 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_AU.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_AU.arb @@ -25,6 +25,7 @@ "cutButtonLabel": "Cut", "copyButtonLabel": "Copy", "pasteButtonLabel": "Paste", + "clearButtonLabel": "Clear", "selectAllButtonLabel": "Select all", "modalBarrierDismissLabel": "Dismiss" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_CA.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_CA.arb index a9fac71f82f0..f8ddf2243cae 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_CA.arb @@ -20,6 +20,7 @@ "cutButtonLabel": "Cut", "copyButtonLabel": "Copy", "pasteButtonLabel": "Paste", + "clearButtonLabel": "Clear", "selectAllButtonLabel": "Select all", "modalBarrierDismissLabel": "Dismiss" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_GB.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_GB.arb index fc2b48b92e57..aeb8d9c909f1 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_GB.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_GB.arb @@ -25,6 +25,7 @@ "cutButtonLabel": "Cut", "copyButtonLabel": "Copy", "pasteButtonLabel": "Paste", + "clearButtonLabel": "Clear", "selectAllButtonLabel": "Select all", "modalBarrierDismissLabel": "Dismiss" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_IE.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_IE.arb index fc2b48b92e57..aeb8d9c909f1 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_IE.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_IE.arb @@ -25,6 +25,7 @@ "cutButtonLabel": "Cut", "copyButtonLabel": "Copy", "pasteButtonLabel": "Paste", + "clearButtonLabel": "Clear", "selectAllButtonLabel": "Select all", "modalBarrierDismissLabel": "Dismiss" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_IN.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_IN.arb index fc2b48b92e57..aeb8d9c909f1 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_IN.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_IN.arb @@ -25,6 +25,7 @@ "cutButtonLabel": "Cut", "copyButtonLabel": "Copy", "pasteButtonLabel": "Paste", + "clearButtonLabel": "Clear", "selectAllButtonLabel": "Select all", "modalBarrierDismissLabel": "Dismiss" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_NZ.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_NZ.arb index fc2b48b92e57..aeb8d9c909f1 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_NZ.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_NZ.arb @@ -25,6 +25,7 @@ "cutButtonLabel": "Cut", "copyButtonLabel": "Copy", "pasteButtonLabel": "Paste", + "clearButtonLabel": "Clear", "selectAllButtonLabel": "Select all", "modalBarrierDismissLabel": "Dismiss" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_SG.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_SG.arb index fc2b48b92e57..aeb8d9c909f1 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_SG.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_SG.arb @@ -25,6 +25,7 @@ "cutButtonLabel": "Cut", "copyButtonLabel": "Copy", "pasteButtonLabel": "Paste", + "clearButtonLabel": "Clear", "selectAllButtonLabel": "Select all", "modalBarrierDismissLabel": "Dismiss" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_ZA.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_ZA.arb index fc2b48b92e57..aeb8d9c909f1 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_ZA.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_ZA.arb @@ -25,6 +25,7 @@ "cutButtonLabel": "Cut", "copyButtonLabel": "Copy", "pasteButtonLabel": "Paste", + "clearButtonLabel": "Clear", "selectAllButtonLabel": "Select all", "modalBarrierDismissLabel": "Dismiss" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb index a2955f8ecad5..9f9adafc9308 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "Cerrar menú", "lookUpButtonLabel": "Buscador visual", "searchWebButtonLabel": "Buscar en la Web", - "shareButtonLabel": "Compartir..." + "shareButtonLabel": "Compartir...", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb index 625806c64ad7..6a3caf68d3bd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "Sulge menüü", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Otsi veebist", - "shareButtonLabel": "Jaga …" + "shareButtonLabel": "Jaga …", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb index 271d9f3d56bd..47f53f46017c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "Baztertu menua", "lookUpButtonLabel": "Bilatu", "searchWebButtonLabel": "Bilatu sarean", - "shareButtonLabel": "Partekatu..." + "shareButtonLabel": "Partekatu...", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb index c3650f9f5bf1..bc301fde5548 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "بستن منو", "lookUpButtonLabel": "جستجو", "searchWebButtonLabel": "جستجو در وب", - "shareButtonLabel": "هم‌رسانی…" + "shareButtonLabel": "هم‌رسانی…", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb index 51d7b61a2860..e7e51d0870d2 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "Hylkää valikko", "lookUpButtonLabel": "Hae", "searchWebButtonLabel": "Hae verkosta", - "shareButtonLabel": "Jaa…" + "shareButtonLabel": "Jaa…", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb index 23ff05e05415..4b8f67f50887 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "I-dismiss ang menu", "lookUpButtonLabel": "Tumingin sa Itaas", "searchWebButtonLabel": "Maghanap sa Web", - "shareButtonLabel": "Ibahagi..." + "shareButtonLabel": "Ibahagi...", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb index cc17d479defc..991fb600dea1 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "Fermer le menu", "lookUpButtonLabel": "Recherche visuelle", "searchWebButtonLabel": "Rechercher sur le Web", - "shareButtonLabel": "Partager…" + "shareButtonLabel": "Partager…", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb index 33e06cd368f3..6bce76868401 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "Pechar menú", "lookUpButtonLabel": "Mirar cara arriba", "searchWebButtonLabel": "Buscar na Web", - "shareButtonLabel": "Compartir…" + "shareButtonLabel": "Compartir…", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb index 2b3dc4bc9642..84d10b55139e 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "Menü schließen", "lookUpButtonLabel": "Nachschlagen", "searchWebButtonLabel": "Im Web suchen", - "shareButtonLabel": "Teilen…" + "shareButtonLabel": "Teilen…", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb index 037fb7478604..44a9ea0ae528 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "મેનૂ છોડી દો", "lookUpButtonLabel": "શોધો", "searchWebButtonLabel": "વેબ પર શોધો", - "shareButtonLabel": "શેર કરો…" + "shareButtonLabel": "શેર કરો…", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb index b447bf7907b1..d995a009cee9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb @@ -36,5 +36,6 @@ "menuDismissLabel": "סגירת התפריט", "lookUpButtonLabel": "חיפוש", "searchWebButtonLabel": "חיפוש באינטרנט", - "shareButtonLabel": "שיתוף…" + "shareButtonLabel": "שיתוף…", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb index 3a813d4b216c..d4325f4bc273 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "मेन्यू खारिज करें", "lookUpButtonLabel": "लुक अप बटन", "searchWebButtonLabel": "वेब पर खोजें", - "shareButtonLabel": "शेयर करें…" + "shareButtonLabel": "शेयर करें…", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb index cec88659eca9..351215c1f531 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb @@ -31,5 +31,6 @@ "menuDismissLabel": "Odbacivanje izbornika", "lookUpButtonLabel": "Pogled prema gore", "searchWebButtonLabel": "Pretraži web", - "shareButtonLabel": "Dijeli..." + "shareButtonLabel": "Dijeli...", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb index 82bc5ed331b5..87f7131ecdb8 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "Menü bezárása", "lookUpButtonLabel": "Felfelé nézés", "searchWebButtonLabel": "Keresés az interneten", - "shareButtonLabel": "Megosztás…" + "shareButtonLabel": "Megosztás…", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb index ce0baf3484a1..52e3e2913653 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "Փակել ընտրացանկը", "lookUpButtonLabel": "Փնտրել", "searchWebButtonLabel": "Որոնել համացանցում", - "shareButtonLabel": "Կիսվել..." + "shareButtonLabel": "Կիսվել...", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb index a8d03a54f9ef..295b371f4b4c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "Tutup menu", "lookUpButtonLabel": "Cari", "searchWebButtonLabel": "Telusuri di Web", - "shareButtonLabel": "Bagikan..." + "shareButtonLabel": "Bagikan...", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb index a9e8537792d1..1a477ffaf986 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "Loka valmynd", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Leita á vefnum", - "shareButtonLabel": "Deila..." + "shareButtonLabel": "Deila...", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb index 47f0782203a3..4280c6d70731 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "Ignora menu", "lookUpButtonLabel": "Cerca", "searchWebButtonLabel": "Cerca sul web", - "shareButtonLabel": "Condividi…" + "shareButtonLabel": "Condividi…", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb index 1ec0b7a23a81..7fc1a03a5af3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "メニューを閉じる", "lookUpButtonLabel": "調べる", "searchWebButtonLabel": "ウェブを検索", - "shareButtonLabel": "共有..." + "shareButtonLabel": "共有...", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb index 8414b5fdc494..1da2fce6eea1 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "მენიუს უარყოფა", "lookUpButtonLabel": "აიხედეთ ზემოთ", "searchWebButtonLabel": "ვებში ძიება", - "shareButtonLabel": "გაზიარება..." + "shareButtonLabel": "გაზიარება...", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb index c6f84dec670c..69d74366f977 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "Мәзірді жабу", "lookUpButtonLabel": "Іздеу", "searchWebButtonLabel": "Интернеттен іздеу", - "shareButtonLabel": "Бөлісу…" + "shareButtonLabel": "Бөлісу…", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb index 48a79775a5da..ec446eb49261 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "ច្រានចោល​ម៉ឺនុយ", "lookUpButtonLabel": "រកមើល", "searchWebButtonLabel": "ស្វែងរក​លើបណ្ដាញ", - "shareButtonLabel": "ចែករំលែក..." + "shareButtonLabel": "ចែករំលែក...", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb index 004e4fc2c113..4304c5c82449 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "\u0cae\u0cc6\u0ca8\u0cc1\u0cb5\u0ca8\u0ccd\u0ca8\u0cc1\u0020\u0cb5\u0c9c\u0cbe\u0c97\u0cc6\u0cc2\u0cb3\u0cbf\u0cb8\u0cbf", "lookUpButtonLabel": "\u0cae\u0cc7\u0cb2\u0cc6\u0020\u0ca8\u0ccb\u0ca1\u0cbf", "searchWebButtonLabel": "\u0cb5\u0cc6\u0cac\u0ccd\u200c\u0ca8\u0cb2\u0ccd\u0cb2\u0cbf\u0020\u0cb9\u0cc1\u0ca1\u0cc1\u0c95\u0cbf", - "shareButtonLabel": "\u0cb9\u0c82\u0c9a\u0cbf\u0c95\u0cca\u0cb3\u0ccd\u0cb3\u0cbf\u002e\u002e\u002e" + "shareButtonLabel": "\u0cb9\u0c82\u0c9a\u0cbf\u0c95\u0cca\u0cb3\u0ccd\u0cb3\u0cbf\u002e\u002e\u002e", + "clearButtonLabel": "\u0043\u006c\u0065\u0061\u0072" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb index d11ab74a6695..940f4b9e0ac6 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "메뉴 닫기", "lookUpButtonLabel": "찾기", "searchWebButtonLabel": "웹 검색", - "shareButtonLabel": "공유..." + "shareButtonLabel": "공유...", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb index 903dd2be8b4a..6c528a1752ce 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "Менюну жабуу", "lookUpButtonLabel": "Издөө", "searchWebButtonLabel": "Интернеттен издөө", - "shareButtonLabel": "Бөлүшүү…" + "shareButtonLabel": "Бөлүшүү…", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb index 6a86167209c0..1565f9f9feee 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "ປິດເມນູ", "lookUpButtonLabel": "ຊອກຫາຂໍ້ມູນ", "searchWebButtonLabel": "ຊອກຫາຢູ່ອິນເຕີເນັດ", - "shareButtonLabel": "ແບ່ງປັນ..." + "shareButtonLabel": "ແບ່ງປັນ...", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb index aff454c8dec9..803225552971 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb @@ -36,5 +36,6 @@ "menuDismissLabel": "Atsisakyti meniu", "lookUpButtonLabel": "Ieškoti", "searchWebButtonLabel": "Ieškoti žiniatinklyje", - "shareButtonLabel": "Bendrinti..." + "shareButtonLabel": "Bendrinti...", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb index 8af3414db902..b122882bdd03 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb @@ -31,5 +31,6 @@ "menuDismissLabel": "Nerādīt izvēlni", "lookUpButtonLabel": "Meklēt", "searchWebButtonLabel": "Meklēt tīmeklī", - "shareButtonLabel": "Kopīgot…" + "shareButtonLabel": "Kopīgot…", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb index d0bbe62160fe..b78fb951e58d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "Отфрлете го менито", "lookUpButtonLabel": "Погледнете нагоре", "searchWebButtonLabel": "Пребарајте на интернет", - "shareButtonLabel": "Споделете..." + "shareButtonLabel": "Споделете...", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb index ffbfa64c22db..f702904153d0 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "മെനു ഡിസ്മിസ് ചെയ്യുക", "lookUpButtonLabel": "മുകളിലേക്ക് നോക്കുക", "searchWebButtonLabel": "വെബിൽ തിരയുക", - "shareButtonLabel": "പങ്കിടുക..." + "shareButtonLabel": "പങ്കിടുക...", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb index 1e7c1af1a46f..84d40c29dbca 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "Цэсийг хаах", "lookUpButtonLabel": "Дээшээ харах", "searchWebButtonLabel": "Вебээс хайх", - "shareButtonLabel": "Хуваалцах..." + "shareButtonLabel": "Хуваалцах...", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb index a02f49131ecd..53d606fc0147 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "मेनू डिसमिस करा", "lookUpButtonLabel": "शोध घ्या", "searchWebButtonLabel": "वेबवर शोधा", - "shareButtonLabel": "शेअर करा..." + "shareButtonLabel": "शेअर करा...", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb index 4da772d653e8..c33b75f38228 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "Ketepikan menu", "lookUpButtonLabel": "Lihat ke Atas", "searchWebButtonLabel": "Buat carian pada Web", - "shareButtonLabel": "Kongsi..." + "shareButtonLabel": "Kongsi...", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb index a67234b7c80f..9fac502a4e72 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "မီနူးကိုပယ်ပါ", "lookUpButtonLabel": "အပေါ်ကြည့်ရန်", "searchWebButtonLabel": "ဝဘ်တွင်ရှာရန်", - "shareButtonLabel": "မျှဝေရန်..." + "shareButtonLabel": "မျှဝေရန်...", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb index 5993921bc593..8fec46c99b06 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "Lukk menyen", "lookUpButtonLabel": "Slå opp", "searchWebButtonLabel": "Søk på nettet", - "shareButtonLabel": "Del…" + "shareButtonLabel": "Del…", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb index c7d5499762bf..6f828fc2f514 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "मेनु खारेज गर्नुहोस्", "lookUpButtonLabel": "माथितिर हेर्नुहोस्", "searchWebButtonLabel": "वेबमा खोज्नुहोस्", - "shareButtonLabel": "सेयर गर्नुहोस्..." + "shareButtonLabel": "सेयर गर्नुहोस्...", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb index d595740ce3eb..c3b6efee58fd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "Menu sluiten", "lookUpButtonLabel": "Opzoeken", "searchWebButtonLabel": "Op internet zoeken", - "shareButtonLabel": "Delen..." + "shareButtonLabel": "Delen...", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb index 5993921bc593..8fec46c99b06 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "Lukk menyen", "lookUpButtonLabel": "Slå opp", "searchWebButtonLabel": "Søk på nettet", - "shareButtonLabel": "Del…" + "shareButtonLabel": "Del…", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb index dca2ff3645ec..b6ae2bb18b9e 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "ମେନୁ ଖାରଜ କରନ୍ତୁ", "lookUpButtonLabel": "ଉପରକୁ ଦେଖନ୍ତୁ", "searchWebButtonLabel": "ୱେବ ସର୍ଚ୍ଚ କରନ୍ତୁ", - "shareButtonLabel": "ସେୟାର୍ କରନ୍ତୁ..." + "shareButtonLabel": "ସେୟାର୍ କରନ୍ତୁ...", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb index 1bf80d9daba4..fa9e90b5bb57 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "ਮੀਨੂ ਖਾਰਜ ਕਰੋ", "lookUpButtonLabel": "ਖੋਜੋ", "searchWebButtonLabel": "ਵੈੱਬ 'ਤੇ ਖੋਜੋ", - "shareButtonLabel": "ਸਾਂਝਾ ਕਰੋ..." + "shareButtonLabel": "ਸਾਂਝਾ ਕਰੋ...", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb index 0a94ba81b6b7..729abcb4ebf2 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb @@ -36,5 +36,6 @@ "menuDismissLabel": "Zamknij menu", "lookUpButtonLabel": "Sprawdź", "searchWebButtonLabel": "Szukaj w internecie", - "shareButtonLabel": "Udostępnij…" + "shareButtonLabel": "Udostępnij…", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb index 4427541cf2ac..5bd6c059d391 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "Dispensar menu", "lookUpButtonLabel": "Pesquisar", "searchWebButtonLabel": "Pesquisar na Web", - "shareButtonLabel": "Compartilhar…" + "shareButtonLabel": "Compartilhar…", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb index f057311ecac9..cd20ae4c0dac 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb @@ -31,5 +31,6 @@ "menuDismissLabel": "Respingeți meniul", "lookUpButtonLabel": "Privire în sus", "searchWebButtonLabel": "Căutați pe web", - "shareButtonLabel": "Trimiteți…" + "shareButtonLabel": "Trimiteți…", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb index 6895a097718d..c5e97ad69382 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb @@ -36,5 +36,6 @@ "menuDismissLabel": "Закрыть меню", "lookUpButtonLabel": "Найти", "searchWebButtonLabel": "Искать в интернете", - "shareButtonLabel": "Поделиться" + "shareButtonLabel": "Поделиться", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb index d27c802353cd..2e9bc36f0b23 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "මෙනුව අස් කරන්න", "lookUpButtonLabel": "උඩ බලන්න", "searchWebButtonLabel": "වෙබය සොයන්න", - "shareButtonLabel": "බෙදා ගන්න..." + "shareButtonLabel": "බෙදා ගන්න...", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb index ab26cadb4569..2f9cc0fd3ea9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb @@ -36,5 +36,6 @@ "menuDismissLabel": "Zavrieť ponuku", "lookUpButtonLabel": "Pohľad nahor", "searchWebButtonLabel": "Hľadať na webe", - "shareButtonLabel": "Zdieľať…" + "shareButtonLabel": "Zdieľať…", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb index 113e9bfa3d12..589c22c6f792 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb @@ -36,5 +36,6 @@ "menuDismissLabel": "Opusti meni", "lookUpButtonLabel": "Pogled gor", "searchWebButtonLabel": "Iskanje v spletu", - "shareButtonLabel": "Deli …" + "shareButtonLabel": "Deli …", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb index 4a0c7fe54554..693749d50490 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "Hiqe menynë", "lookUpButtonLabel": "Kërko", "searchWebButtonLabel": "Kërko në ueb", - "shareButtonLabel": "Ndaj..." + "shareButtonLabel": "Ndaj...", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb index b2b81e23e681..128c52795009 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb @@ -31,5 +31,6 @@ "menuDismissLabel": "Одбаците мени", "lookUpButtonLabel": "Поглед нагоре", "searchWebButtonLabel": "Претражи веб", - "shareButtonLabel": "Дели…" + "shareButtonLabel": "Дели…", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb index 83ae81a760e1..ff19a2292f8c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "Stäng menyn", "lookUpButtonLabel": "Titta upp", "searchWebButtonLabel": "Sök på webben", - "shareButtonLabel": "Dela …" + "shareButtonLabel": "Dela …", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb index 52cd75fc76ec..09303d537d64 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "Ondoa menyu", "lookUpButtonLabel": "Tafuta", "searchWebButtonLabel": "Tafuta kwenye Wavuti", - "shareButtonLabel": "Shiriki..." + "shareButtonLabel": "Shiriki...", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb index 51fa93289e36..25966af674e0 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "மெனுவை மூடும்", "lookUpButtonLabel": "தேடு", "searchWebButtonLabel": "இணையத்தில் தேடு", - "shareButtonLabel": "பகிர்..." + "shareButtonLabel": "பகிர்...", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb index 4ade0b2639f2..40f3e5fcea4c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "మెనూను తీసివేయండి", "lookUpButtonLabel": "వెతకండి", "searchWebButtonLabel": "వెబ్‌లో సెర్చ్ చేయండి", - "shareButtonLabel": "షేర్ చేయండి..." + "shareButtonLabel": "షేర్ చేయండి...", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb index b1767550e0b5..67bdb9a1b43e 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "ปิดเมนู", "lookUpButtonLabel": "ค้นหา", "searchWebButtonLabel": "ค้นหาบนอินเทอร์เน็ต", - "shareButtonLabel": "แชร์..." + "shareButtonLabel": "แชร์...", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb index 23ff05e05415..4b8f67f50887 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "I-dismiss ang menu", "lookUpButtonLabel": "Tumingin sa Itaas", "searchWebButtonLabel": "Maghanap sa Web", - "shareButtonLabel": "Ibahagi..." + "shareButtonLabel": "Ibahagi...", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb index e51abc82ecc9..c55d8565fe86 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "Menüyü kapat", "lookUpButtonLabel": "Ara", "searchWebButtonLabel": "Web'de Ara", - "shareButtonLabel": "Paylaş..." + "shareButtonLabel": "Paylaş...", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb index 6aae12e7cc23..c3aea9a456fd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb @@ -36,5 +36,6 @@ "menuDismissLabel": "Закрити меню", "lookUpButtonLabel": "Шукати", "searchWebButtonLabel": "Пошук в Інтернеті", - "shareButtonLabel": "Поділитися…" + "shareButtonLabel": "Поділитися…", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb index 7cf4e71d7fda..a4fba76f805c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "مینو برخاست کریں", "lookUpButtonLabel": "تفصیل دیکھیں", "searchWebButtonLabel": "ویب تلاش کریں", - "shareButtonLabel": "اشتراک کریں..." + "shareButtonLabel": "اشتراک کریں...", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb index 9f72d348fbbc..3eacf16d8118 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "Menyuni yopish", "lookUpButtonLabel": "Tepaga qarang", "searchWebButtonLabel": "Internetdan qidirish", - "shareButtonLabel": "Ulashish…" + "shareButtonLabel": "Ulashish…", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb index b3bd42ded658..4e2f8311b8ff 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "Đóng trình đơn", "lookUpButtonLabel": "Tra cứu", "searchWebButtonLabel": "Tìm kiếm trên web", - "shareButtonLabel": "Chia sẻ..." + "shareButtonLabel": "Chia sẻ...", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb index eb126265fd5f..f2a1d3ee7207 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "关闭菜单", "lookUpButtonLabel": "向上看", "searchWebButtonLabel": "在网络上搜索", - "shareButtonLabel": "分享…" + "shareButtonLabel": "分享…", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb index 900145fb96b1..717a4c3cc026 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb @@ -26,5 +26,6 @@ "menuDismissLabel": "Chitha imenyu", "lookUpButtonLabel": "Bheka Phezulu", "searchWebButtonLabel": "Sesha Iwebhu", - "shareButtonLabel": "Yabelana..." + "shareButtonLabel": "Yabelana...", + "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index 21797c40ecb8..618dc0850fde 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -43,6 +43,9 @@ class CupertinoLocalizationAf extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'vm.'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Kopieer'; @@ -205,6 +208,9 @@ class CupertinoLocalizationAm extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'ጥዋት'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'ቅዳ'; @@ -367,6 +373,9 @@ class CupertinoLocalizationAr extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'ص'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'نسخ'; @@ -529,6 +538,9 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'পূৰ্বাহ্ন'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'প্ৰতিলিপি কৰক'; @@ -691,6 +703,9 @@ class CupertinoLocalizationAz extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Kopyalayın'; @@ -853,6 +868,9 @@ class CupertinoLocalizationBe extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'раніцы'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Капіраваць'; @@ -1015,6 +1033,9 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Копиране'; @@ -1177,6 +1198,9 @@ class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'কপি করুন'; @@ -1339,6 +1363,9 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'prijepodne'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Kopiraj'; @@ -1501,6 +1528,9 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Copia'; @@ -1663,6 +1693,9 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Kopírovat'; @@ -1825,6 +1858,9 @@ class CupertinoLocalizationCy extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Copïo'; @@ -1987,6 +2023,9 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Kopiér'; @@ -2149,6 +2188,9 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Kopieren'; @@ -2335,6 +2377,9 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'π.μ.'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Αντιγραφή'; @@ -2497,6 +2542,9 @@ class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Copy'; @@ -2893,6 +2941,9 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'a. m.'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Copiar'; @@ -3955,6 +4006,9 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Kopeeri'; @@ -4117,6 +4171,9 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Kopiatu'; @@ -4279,6 +4336,9 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'ق.ظ.'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'کپی'; @@ -4441,6 +4501,9 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'ap'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Kopioi'; @@ -4603,6 +4666,9 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Kopyahin'; @@ -4765,6 +4831,9 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Copier'; @@ -4972,6 +5041,9 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'a.m.'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Copiar'; @@ -5134,6 +5206,9 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Kopieren'; @@ -5296,6 +5371,9 @@ class CupertinoLocalizationGu extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'કૉપિ કરો'; @@ -5458,6 +5536,9 @@ class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'העתקה'; @@ -5620,6 +5701,9 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'कॉपी करें'; @@ -5782,6 +5866,9 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'prijepodne'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Kopiraj'; @@ -5944,6 +6031,9 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'de.'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Másolás'; @@ -6106,6 +6196,9 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Պատճենել'; @@ -6268,6 +6361,9 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Salin'; @@ -6430,6 +6526,9 @@ class CupertinoLocalizationIs extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'f.h.'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Afrita'; @@ -6592,6 +6691,9 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Copia'; @@ -6754,6 +6856,9 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'コピー'; @@ -6916,6 +7021,9 @@ class CupertinoLocalizationKa extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'კოპირება'; @@ -7078,6 +7186,9 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'түстен кейін'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Көшіру'; @@ -7240,6 +7351,9 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'ចម្លង'; @@ -7402,6 +7516,9 @@ class CupertinoLocalizationKn extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => '\u{cac}\u{cc6}\u{cb3}\u{cbf}\u{c97}\u{ccd}\u{c97}\u{cc6}'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => '\u{ca8}\u{c95}\u{cb2}\u{cbf}\u{cb8}\u{cbf}'; @@ -7564,6 +7681,9 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => '오전'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => '복사'; @@ -7726,6 +7846,9 @@ class CupertinoLocalizationKy extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'түшкө чейин'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Көчүрүү'; @@ -7888,6 +8011,9 @@ class CupertinoLocalizationLo extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'ກ່ອນທ່ຽງ'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'ສຳເນົາ'; @@ -8050,6 +8176,9 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'priešpiet'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Kopijuoti'; @@ -8212,6 +8341,9 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'priekšpusdienā'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Kopēt'; @@ -8374,6 +8506,9 @@ class CupertinoLocalizationMk extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'ПРЕТПЛАДНЕ'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Копирај'; @@ -8536,6 +8671,9 @@ class CupertinoLocalizationMl extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'പകർത്തുക'; @@ -8698,6 +8836,9 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'ӨГЛӨӨ'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Хуулах'; @@ -8860,6 +9001,9 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'कॉपी करा'; @@ -9022,6 +9166,9 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'PG'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Salin'; @@ -9184,6 +9331,9 @@ class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'မိတ္တူကူးရန်'; @@ -9346,6 +9496,9 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Kopiér'; @@ -9508,6 +9661,9 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'पूर्वाह्न'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'प्रतिलिपि गर्नुहोस्'; @@ -9670,6 +9826,9 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'am'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Kopiëren'; @@ -9832,6 +9991,9 @@ class CupertinoLocalizationNo extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Kopiér'; @@ -9994,6 +10156,9 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'କପି କରନ୍ତୁ'; @@ -10156,6 +10321,9 @@ class CupertinoLocalizationPa extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'ਕਾਪੀ ਕਰੋ'; @@ -10318,6 +10486,9 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Kopiuj'; @@ -10480,6 +10651,9 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Copiar'; @@ -10690,6 +10864,9 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'a.m.'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Copiați'; @@ -10852,6 +11029,9 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'АМ'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Копировать'; @@ -11014,6 +11194,9 @@ class CupertinoLocalizationSi extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'පෙ.ව.'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'පිටපත් කරන්න'; @@ -11176,6 +11359,9 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Kopírovať'; @@ -11338,6 +11524,9 @@ class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'DOP.'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Kopiraj'; @@ -11500,6 +11689,9 @@ class CupertinoLocalizationSq extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'paradite'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Kopjo'; @@ -11662,6 +11854,9 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'пре подне'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Копирај'; @@ -11953,6 +12148,9 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'FM'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Kopiera'; @@ -12115,6 +12313,9 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Nakili'; @@ -12277,6 +12478,9 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'நகலெடு'; @@ -12439,6 +12643,9 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'కాపీ చేయి'; @@ -12601,6 +12808,9 @@ class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'คัดลอก'; @@ -12763,6 +12973,9 @@ class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Kopyahin'; @@ -12925,6 +13138,9 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'ÖÖ'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Kopyala'; @@ -13087,6 +13303,9 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'дп'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Копіювати'; @@ -13249,6 +13468,9 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'کاپی کریں'; @@ -13411,6 +13633,9 @@ class CupertinoLocalizationUz extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Nusxa olish'; @@ -13573,6 +13798,9 @@ class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'SÁNG'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Sao chép'; @@ -13735,6 +13963,9 @@ class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => '上午'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => '复制'; @@ -14065,6 +14296,9 @@ class CupertinoLocalizationZu extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get clearButtonLabel => 'Clear'; + @override String get copyButtonLabel => 'Kopisha'; From b104539fc6902d9e18944c859d665a3a4a4f4324 Mon Sep 17 00:00:00 2001 From: Qun Cheng <36861262+QuncCccccc@users.noreply.github.com> Date: Tue, 23 Jan 2024 17:47:06 +0000 Subject: [PATCH 257/327] Add tooltip for the clear button on `SearchAnchor`'s search view (#141804) Fixes #141347 This PR is to add a "clear text" tooltip for the clear button on `SearchAnchor`'s search view and also add a `clearButtonTooltip` entry for `material_localizations`. --- .../generated_material_localizations.dart | 237 ++++++++++++++++++ .../lib/src/l10n/material_af.arb | 3 +- .../lib/src/l10n/material_am.arb | 3 +- .../lib/src/l10n/material_ar.arb | 3 +- .../lib/src/l10n/material_as.arb | 3 +- .../lib/src/l10n/material_az.arb | 3 +- .../lib/src/l10n/material_be.arb | 3 +- .../lib/src/l10n/material_bg.arb | 3 +- .../lib/src/l10n/material_bn.arb | 3 +- .../lib/src/l10n/material_bs.arb | 3 +- .../lib/src/l10n/material_ca.arb | 3 +- .../lib/src/l10n/material_cs.arb | 3 +- .../lib/src/l10n/material_cy.arb | 3 +- .../lib/src/l10n/material_da.arb | 3 +- .../lib/src/l10n/material_de.arb | 3 +- .../lib/src/l10n/material_el.arb | 3 +- .../lib/src/l10n/material_en.arb | 5 + .../lib/src/l10n/material_es.arb | 3 +- .../lib/src/l10n/material_et.arb | 3 +- .../lib/src/l10n/material_eu.arb | 3 +- .../lib/src/l10n/material_fa.arb | 3 +- .../lib/src/l10n/material_fi.arb | 3 +- .../lib/src/l10n/material_fil.arb | 3 +- .../lib/src/l10n/material_fr.arb | 3 +- .../lib/src/l10n/material_gl.arb | 3 +- .../lib/src/l10n/material_gsw.arb | 3 +- .../lib/src/l10n/material_gu.arb | 3 +- .../lib/src/l10n/material_he.arb | 3 +- .../lib/src/l10n/material_hi.arb | 3 +- .../lib/src/l10n/material_hr.arb | 3 +- .../lib/src/l10n/material_hu.arb | 3 +- .../lib/src/l10n/material_hy.arb | 3 +- .../lib/src/l10n/material_id.arb | 3 +- .../lib/src/l10n/material_is.arb | 3 +- .../lib/src/l10n/material_it.arb | 3 +- .../lib/src/l10n/material_ja.arb | 3 +- .../lib/src/l10n/material_ka.arb | 3 +- .../lib/src/l10n/material_kk.arb | 3 +- .../lib/src/l10n/material_km.arb | 3 +- .../lib/src/l10n/material_kn.arb | 3 +- .../lib/src/l10n/material_ko.arb | 3 +- .../lib/src/l10n/material_ky.arb | 3 +- .../lib/src/l10n/material_lo.arb | 3 +- .../lib/src/l10n/material_lt.arb | 3 +- .../lib/src/l10n/material_lv.arb | 3 +- .../lib/src/l10n/material_mk.arb | 3 +- .../lib/src/l10n/material_ml.arb | 3 +- .../lib/src/l10n/material_mn.arb | 3 +- .../lib/src/l10n/material_mr.arb | 3 +- .../lib/src/l10n/material_ms.arb | 3 +- .../lib/src/l10n/material_my.arb | 3 +- .../lib/src/l10n/material_nb.arb | 3 +- .../lib/src/l10n/material_ne.arb | 3 +- .../lib/src/l10n/material_nl.arb | 3 +- .../lib/src/l10n/material_no.arb | 3 +- .../lib/src/l10n/material_or.arb | 3 +- .../lib/src/l10n/material_pa.arb | 3 +- .../lib/src/l10n/material_pl.arb | 3 +- .../lib/src/l10n/material_ps.arb | 3 +- .../lib/src/l10n/material_pt.arb | 3 +- .../lib/src/l10n/material_ro.arb | 3 +- .../lib/src/l10n/material_ru.arb | 3 +- .../lib/src/l10n/material_si.arb | 3 +- .../lib/src/l10n/material_sk.arb | 3 +- .../lib/src/l10n/material_sl.arb | 3 +- .../lib/src/l10n/material_sq.arb | 3 +- .../lib/src/l10n/material_sr.arb | 3 +- .../lib/src/l10n/material_sv.arb | 3 +- .../lib/src/l10n/material_sw.arb | 3 +- .../lib/src/l10n/material_ta.arb | 3 +- .../lib/src/l10n/material_te.arb | 3 +- .../lib/src/l10n/material_th.arb | 3 +- .../lib/src/l10n/material_tl.arb | 3 +- .../lib/src/l10n/material_tr.arb | 3 +- .../lib/src/l10n/material_uk.arb | 3 +- .../lib/src/l10n/material_ur.arb | 3 +- .../lib/src/l10n/material_uz.arb | 3 +- .../lib/src/l10n/material_vi.arb | 3 +- .../lib/src/l10n/material_zh.arb | 3 +- .../lib/src/l10n/material_zu.arb | 3 +- 80 files changed, 398 insertions(+), 78 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index 8c2c01cb25c4..55763f765982 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -59,6 +59,9 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Kanselleer'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Maak toe'; @@ -549,6 +552,9 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'ይቅር'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'ዝጋ'; @@ -1039,6 +1045,9 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'الإلغاء'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'الإغلاق'; @@ -1529,6 +1538,9 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'বাতিল কৰক'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'বন্ধ কৰক'; @@ -2019,6 +2031,9 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Ləğv edin'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Bağlayın'; @@ -2509,6 +2524,9 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Скасаваць'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Закрыць'; @@ -2999,6 +3017,9 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Отказ'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Затваряне'; @@ -3489,6 +3510,9 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'বাতিল করুন'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'বন্ধ করুন'; @@ -3979,6 +4003,9 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Otkaži'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Zatvori'; @@ -4469,6 +4496,9 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Cancel·la'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Tanca'; @@ -4959,6 +4989,9 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Zrušit'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Zavřít'; @@ -5449,6 +5482,9 @@ class MaterialLocalizationCy extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Canslo'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Cau'; @@ -5939,6 +5975,9 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Annuller'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Luk'; @@ -6429,6 +6468,9 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Abbrechen'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Schließen'; @@ -6983,6 +7025,9 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Ακύρωση'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Κλείσιμο'; @@ -7473,6 +7518,9 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Cancel'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Close'; @@ -8781,6 +8829,9 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Cancelar'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Cerrar'; @@ -13134,6 +13185,9 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Tühista'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Sule'; @@ -13624,6 +13678,9 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Utzi'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Itxi'; @@ -14114,6 +14171,9 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'لغو'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'بستن'; @@ -14604,6 +14664,9 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Peru'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Sulje'; @@ -15094,6 +15157,9 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Kanselahin'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Isara'; @@ -15584,6 +15650,9 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Annuler'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Fermer'; @@ -16234,6 +16303,9 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Cancelar'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Pechar'; @@ -16724,6 +16796,9 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Abbrechen'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Schließen'; @@ -17214,6 +17289,9 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'રદ કરો'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'બંધ કરો'; @@ -17704,6 +17782,9 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'ביטול'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'סגירה'; @@ -18194,6 +18275,9 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'रद्द करें'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'बंद करें'; @@ -18684,6 +18768,9 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Odustani'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Zatvori'; @@ -19174,6 +19261,9 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Mégse'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Bezárás'; @@ -19664,6 +19754,9 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Չեղարկել'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Փակել'; @@ -20154,6 +20247,9 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Batal'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Tutup'; @@ -20644,6 +20740,9 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Hætta við'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Loka'; @@ -21134,6 +21233,9 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Annulla'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Chiudi'; @@ -21624,6 +21726,9 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'キャンセル'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => '閉じる'; @@ -22114,6 +22219,9 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'გაუქმება'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'დახურვა'; @@ -22604,6 +22712,9 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Бас тарту'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Жабу'; @@ -23094,6 +23205,9 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'បោះបង់'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'បិទ'; @@ -23584,6 +23698,9 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => '\u{cb0}\u{ca6}\u{ccd}\u{ca6}\u{cc1}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => '\u{cae}\u{cc1}\u{c9a}\u{ccd}\u{c9a}\u{cbf}\u{cb0}\u{cbf}'; @@ -24074,6 +24191,9 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => '취소'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => '닫기'; @@ -24564,6 +24684,9 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Токтотуу'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Жабуу'; @@ -25054,6 +25177,9 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'ຍົກເລີກ'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'ປິດ'; @@ -25544,6 +25670,9 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Atšaukti'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Uždaryti'; @@ -26034,6 +26163,9 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Atcelt'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Aizvērt'; @@ -26524,6 +26656,9 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Откажи'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Затвори'; @@ -27014,6 +27149,9 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'റദ്ദാക്കുക'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'അടയ്ക്കുക'; @@ -27504,6 +27642,9 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Цуцлах'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Хаах'; @@ -27994,6 +28135,9 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'रद्द करा'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'बंद करा'; @@ -28484,6 +28628,9 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Batal'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Tutup'; @@ -28974,6 +29121,9 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'မလုပ်တော့'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'ပိတ်ရန်'; @@ -29464,6 +29614,9 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Avbryt'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Lukk'; @@ -29954,6 +30107,9 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'रद्द गर्नुहोस्'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'बन्द गर्नुहोस्'; @@ -30444,6 +30600,9 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Annuleren'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Sluiten'; @@ -30934,6 +31093,9 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Avbryt'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Lukk'; @@ -31424,6 +31586,9 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'ବାତିଲ କରନ୍ତୁ'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'ବନ୍ଦ କରନ୍ତୁ'; @@ -31914,6 +32079,9 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'ਰੱਦ ਕਰੋ'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'ਬੰਦ ਕਰੋ'; @@ -32404,6 +32572,9 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Anuluj'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Zamknij'; @@ -32894,6 +33065,9 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'لغوه کول'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'تړل'; @@ -33384,6 +33558,9 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Cancelar'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Fechar'; @@ -34052,6 +34229,9 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Anulați'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Închideți'; @@ -34542,6 +34722,9 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Отмена'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Закрыть'; @@ -35032,6 +35215,9 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'අවලංගු කරන්න'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'වසන්න'; @@ -35522,6 +35708,9 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Zrušiť'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Zavrieť'; @@ -36012,6 +36201,9 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Prekliči'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Zapri'; @@ -36502,6 +36694,9 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Anulo'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Mbyll'; @@ -36992,6 +37187,9 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Откажи'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Затвори'; @@ -37829,6 +38027,9 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Avbryt'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Stäng'; @@ -38319,6 +38520,9 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Ghairi'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Funga'; @@ -38809,6 +39013,9 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'ரத்துசெய்'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'மூடுக'; @@ -39299,6 +39506,9 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'రద్దు చేయండి'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'మూసివేయండి'; @@ -39789,6 +39999,9 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'ยกเลิก'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'ปิด'; @@ -40279,6 +40492,9 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Kanselahin'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Isara'; @@ -40769,6 +40985,9 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'İptal'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Kapat'; @@ -41259,6 +41478,9 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Скасувати'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Закрити'; @@ -41749,6 +41971,9 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'منسوخ کریں'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'بند کریں'; @@ -42239,6 +42464,9 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Bekor qilish'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Yopish'; @@ -42729,6 +42957,9 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Huỷ'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Đóng'; @@ -43219,6 +43450,9 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => '取消'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => '关闭'; @@ -44250,6 +44484,9 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { @override String get cancelButtonLabel => 'Khansela'; + @override + String get clearButtonTooltip => 'Clear text'; + @override String get closeButtonLabel => 'Vala'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_af.arb b/packages/flutter_localizations/lib/src/l10n/material_af.arb index f5b3c687e0cb..7c1b79b92ca5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_af.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "Maak kieslys toe", "lookUpButtonLabel": "Kyk op", "searchWebButtonLabel": "Deursoek web", - "shareButtonLabel": "Deel …" + "shareButtonLabel": "Deel …", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_am.arb b/packages/flutter_localizations/lib/src/l10n/material_am.arb index 51dc86d3044d..6cbf468c72c2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_am.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "ምናሌን አሰናብት", "lookUpButtonLabel": "ይመልከቱ", "searchWebButtonLabel": "ድርን ፈልግ", - "shareButtonLabel": "አጋራ..." + "shareButtonLabel": "አጋራ...", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index 370681124c44..865014136750 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -155,5 +155,6 @@ "menuDismissLabel": "إغلاق القائمة", "lookUpButtonLabel": "النظر إلى أعلى", "searchWebButtonLabel": "البحث على الويب", - "shareButtonLabel": "مشاركة…" + "shareButtonLabel": "مشاركة…", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_as.arb b/packages/flutter_localizations/lib/src/l10n/material_as.arb index 0873873046f3..d54852509619 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_as.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "অগ্ৰাহ্য কৰাৰ মেনু", "lookUpButtonLabel": "ওপৰলৈ চাওক", "searchWebButtonLabel": "ৱেবত সন্ধান কৰক", - "shareButtonLabel": "শ্বেয়াৰ কৰক…" + "shareButtonLabel": "শ্বেয়াৰ কৰক…", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_az.arb b/packages/flutter_localizations/lib/src/l10n/material_az.arb index a792a444bf51..141c8c125ace 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_az.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "Menyunu qapadın", "lookUpButtonLabel": "Axtarın", "searchWebButtonLabel": "Vebdə axtarın", - "shareButtonLabel": "Paylaşın..." + "shareButtonLabel": "Paylaşın...", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_be.arb b/packages/flutter_localizations/lib/src/l10n/material_be.arb index 893e45bcacfc..b01500194999 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_be.arb @@ -150,5 +150,6 @@ "menuDismissLabel": "Закрыць меню", "lookUpButtonLabel": "Знайсці", "searchWebButtonLabel": "Пошук у сетцы", - "shareButtonLabel": "Абагуліць..." + "shareButtonLabel": "Абагуліць...", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bg.arb b/packages/flutter_localizations/lib/src/l10n/material_bg.arb index b025f4fa2d5f..b026096e0657 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bg.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "Отхвърляне на менюто", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Търсене в мрежата", - "shareButtonLabel": "Споделяне..." + "shareButtonLabel": "Споделяне...", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bn.arb b/packages/flutter_localizations/lib/src/l10n/material_bn.arb index 66fd3fa0d4fa..aac8e42f246b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bn.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "বাতিল করার মেনু", "lookUpButtonLabel": "লুক-আপ", "searchWebButtonLabel": "ওয়েবে সার্চ করুন", - "shareButtonLabel": "শেয়ার করুন..." + "shareButtonLabel": "শেয়ার করুন...", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bs.arb b/packages/flutter_localizations/lib/src/l10n/material_bs.arb index 60791a0fdd6c..3c436120af72 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bs.arb @@ -147,5 +147,6 @@ "menuDismissLabel": "Odbacivanje menija", "lookUpButtonLabel": "Pogled nagore", "searchWebButtonLabel": "Pretraži Web", - "shareButtonLabel": "Dijeli..." + "shareButtonLabel": "Dijeli...", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ca.arb b/packages/flutter_localizations/lib/src/l10n/material_ca.arb index a1a49bf30180..0ede267298f7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ca.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "Ignora el menú", "lookUpButtonLabel": "Mira amunt", "searchWebButtonLabel": "Cerca al web", - "shareButtonLabel": "Comparteix..." + "shareButtonLabel": "Comparteix...", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_cs.arb b/packages/flutter_localizations/lib/src/l10n/material_cs.arb index 03da37e3667e..7bcf0cb3fe67 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cs.arb @@ -150,5 +150,6 @@ "menuDismissLabel": "Zavřít nabídku", "lookUpButtonLabel": "Vyhledat", "searchWebButtonLabel": "Vyhledávat na webu", - "shareButtonLabel": "Sdílet…" + "shareButtonLabel": "Sdílet…", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_cy.arb b/packages/flutter_localizations/lib/src/l10n/material_cy.arb index a6c0bdd741fb..a07cd3716181 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cy.arb @@ -155,5 +155,6 @@ "menuDismissLabel": "Diystyru'r ddewislen", "lookUpButtonLabel": "Chwilio", "searchWebButtonLabel": "Chwilio'r We", - "shareButtonLabel": "Rhannu..." + "shareButtonLabel": "Rhannu...", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_da.arb b/packages/flutter_localizations/lib/src/l10n/material_da.arb index 0f0738aae430..bce830f11e9f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_da.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "Luk menu", "lookUpButtonLabel": "Slå op", "searchWebButtonLabel": "Søg på nettet", - "shareButtonLabel": "Del…" + "shareButtonLabel": "Del…", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index 752ad5f9af49..ae708a3f61cc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -145,5 +145,6 @@ "menuDismissLabel": "Menü schließen", "lookUpButtonLabel": "Nachschlagen", "searchWebButtonLabel": "Im Web suchen", - "shareButtonLabel": "Teilen…" + "shareButtonLabel": "Teilen…", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_el.arb b/packages/flutter_localizations/lib/src/l10n/material_el.arb index 72e9d3588ea4..8ba690c6bfbb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_el.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "Παράβλεψη μενού", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Αναζήτηση στον ιστό", - "shareButtonLabel": "Κοινοποίηση…" + "shareButtonLabel": "Κοινοποίηση…", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index 06fa66620697..a79eeef60757 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -21,6 +21,11 @@ "description": "The tooltip for the back button, which closes the current page and returns to the previous one." }, + "clearButtonTooltip": "Clear text", + "@clearButtonTooltip": { + "description": "The tooltip for the button that clears the text input on the search view." + }, + "closeButtonTooltip": "Close", "@closeButtonTooltip": { "description": "The tooltip for the close button, which closes the current page and returns to the previous one." diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index cda12d79d696..e7cdcd05daa3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -145,5 +145,6 @@ "menuDismissLabel": "Cerrar menú", "lookUpButtonLabel": "Buscador visual", "searchWebButtonLabel": "Buscar en la Web", - "shareButtonLabel": "Compartir..." + "shareButtonLabel": "Compartir...", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_et.arb b/packages/flutter_localizations/lib/src/l10n/material_et.arb index c76616f05bcc..d60c026ae647 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_et.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "Sulge menüü", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Otsi veebist", - "shareButtonLabel": "Jaga …" + "shareButtonLabel": "Jaga …", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_eu.arb b/packages/flutter_localizations/lib/src/l10n/material_eu.arb index 02047fd64b0f..85362eee27e9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_eu.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "Baztertu menua", "lookUpButtonLabel": "Bilatu", "searchWebButtonLabel": "Bilatu sarean", - "shareButtonLabel": "Partekatu..." + "shareButtonLabel": "Partekatu...", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index 7c8a74113896..c693590239db 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "بستن منو", "lookUpButtonLabel": "جستجو", "searchWebButtonLabel": "جستجو در وب", - "shareButtonLabel": "هم‌رسانی…" + "shareButtonLabel": "هم‌رسانی…", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fi.arb b/packages/flutter_localizations/lib/src/l10n/material_fi.arb index 482300cbd616..da3ec5a84a15 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fi.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "Hylkää valikko", "lookUpButtonLabel": "Hae", "searchWebButtonLabel": "Hae verkosta", - "shareButtonLabel": "Jaa…" + "shareButtonLabel": "Jaa…", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fil.arb b/packages/flutter_localizations/lib/src/l10n/material_fil.arb index 54fb096b5301..1d0069b149b1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fil.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "I-dismiss ang menu", "lookUpButtonLabel": "Tumingin sa Itaas", "searchWebButtonLabel": "Maghanap sa Web", - "shareButtonLabel": "Ibahagi..." + "shareButtonLabel": "Ibahagi...", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index da62edb76a0b..7c67bb03ed23 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -145,5 +145,6 @@ "menuDismissLabel": "Fermer le menu", "lookUpButtonLabel": "Recherche visuelle", "searchWebButtonLabel": "Rechercher sur le Web", - "shareButtonLabel": "Partager…" + "shareButtonLabel": "Partager…", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gl.arb b/packages/flutter_localizations/lib/src/l10n/material_gl.arb index ded736d7c4f0..b3e83402741d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gl.arb @@ -145,5 +145,6 @@ "menuDismissLabel": "Pechar menú", "lookUpButtonLabel": "Mirar cara arriba", "searchWebButtonLabel": "Buscar na Web", - "shareButtonLabel": "Compartir…" + "shareButtonLabel": "Compartir…", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index 693a90c83661..d68cd4d3936f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "Menü schließen", "lookUpButtonLabel": "Nachschlagen", "searchWebButtonLabel": "Im Web suchen", - "shareButtonLabel": "Teilen…" + "shareButtonLabel": "Teilen…", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gu.arb b/packages/flutter_localizations/lib/src/l10n/material_gu.arb index 7948f1413b8c..95e0b8e47bc0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gu.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "મેનૂ છોડી દો", "lookUpButtonLabel": "શોધો", "searchWebButtonLabel": "વેબ પર શોધો", - "shareButtonLabel": "શેર કરો…" + "shareButtonLabel": "શેર કરો…", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index dd88fae2d6ca..1d98332d947c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -150,5 +150,6 @@ "menuDismissLabel": "סגירת התפריט", "lookUpButtonLabel": "חיפוש", "searchWebButtonLabel": "חיפוש באינטרנט", - "shareButtonLabel": "שיתוף…" + "shareButtonLabel": "שיתוף…", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hi.arb b/packages/flutter_localizations/lib/src/l10n/material_hi.arb index e2a229c64f03..366f2c8aaaa8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hi.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "मेन्यू खारिज करें", "lookUpButtonLabel": "लुक अप बटन", "searchWebButtonLabel": "वेब पर खोजें", - "shareButtonLabel": "शेयर करें…" + "shareButtonLabel": "शेयर करें…", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hr.arb b/packages/flutter_localizations/lib/src/l10n/material_hr.arb index c9553c6d7327..8e378049ad2e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hr.arb @@ -147,5 +147,6 @@ "menuDismissLabel": "Odbacivanje izbornika", "lookUpButtonLabel": "Pogled prema gore", "searchWebButtonLabel": "Pretraži web", - "shareButtonLabel": "Dijeli..." + "shareButtonLabel": "Dijeli...", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hu.arb b/packages/flutter_localizations/lib/src/l10n/material_hu.arb index 4bdc9d144043..ef905fda2bd9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hu.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "Menü bezárása", "lookUpButtonLabel": "Felfelé nézés", "searchWebButtonLabel": "Keresés az interneten", - "shareButtonLabel": "Megosztás…" + "shareButtonLabel": "Megosztás…", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hy.arb b/packages/flutter_localizations/lib/src/l10n/material_hy.arb index 8ed53ffd3241..a25092fa32ab 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hy.arb @@ -150,5 +150,6 @@ "menuDismissLabel": "Փակել ընտրացանկը", "lookUpButtonLabel": "Փնտրել", "searchWebButtonLabel": "Որոնել համացանցում", - "shareButtonLabel": "Կիսվել..." + "shareButtonLabel": "Կիսվել...", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_id.arb b/packages/flutter_localizations/lib/src/l10n/material_id.arb index 78ec72c9506d..c203ce90bbfe 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_id.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "Tutup menu", "lookUpButtonLabel": "Cari", "searchWebButtonLabel": "Telusuri di Web", - "shareButtonLabel": "Bagikan..." + "shareButtonLabel": "Bagikan...", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_is.arb b/packages/flutter_localizations/lib/src/l10n/material_is.arb index 60d5419b7332..1bb975df3aa6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_is.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "Loka valmynd", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Leita á vefnum", - "shareButtonLabel": "Deila..." + "shareButtonLabel": "Deila...", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index 9f7e551c4dd1..bc7ce97ff457 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "Ignora menu", "lookUpButtonLabel": "Cerca", "searchWebButtonLabel": "Cerca sul web", - "shareButtonLabel": "Condividi…" + "shareButtonLabel": "Condividi…", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index 1243e5c60844..59edaf1cff56 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "メニューを閉じる", "lookUpButtonLabel": "調べる", "searchWebButtonLabel": "ウェブを検索", - "shareButtonLabel": "共有..." + "shareButtonLabel": "共有...", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ka.arb b/packages/flutter_localizations/lib/src/l10n/material_ka.arb index dba1fd353a11..67bba03ce6b2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ka.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "მენიუს უარყოფა", "lookUpButtonLabel": "აიხედეთ ზემოთ", "searchWebButtonLabel": "ვებში ძიება", - "shareButtonLabel": "გაზიარება..." + "shareButtonLabel": "გაზიარება...", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kk.arb b/packages/flutter_localizations/lib/src/l10n/material_kk.arb index 8e395334ff9b..8eef3b6c7610 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kk.arb @@ -146,5 +146,6 @@ "menuDismissLabel": "Мәзірді жабу", "lookUpButtonLabel": "Іздеу", "searchWebButtonLabel": "Интернеттен іздеу", - "shareButtonLabel": "Бөлісу…" + "shareButtonLabel": "Бөлісу…", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_km.arb b/packages/flutter_localizations/lib/src/l10n/material_km.arb index a0a47b3370da..09ead6665dda 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_km.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "ច្រានចោល​ម៉ឺនុយ", "lookUpButtonLabel": "រកមើល", "searchWebButtonLabel": "ស្វែងរក​លើបណ្ដាញ", - "shareButtonLabel": "ចែករំលែក..." + "shareButtonLabel": "ចែករំលែក...", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kn.arb b/packages/flutter_localizations/lib/src/l10n/material_kn.arb index 8d56313e2aee..65a3e84d791d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kn.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "\u0cae\u0cc6\u0ca8\u0cc1\u0cb5\u0ca8\u0ccd\u0ca8\u0cc1\u0020\u0cb5\u0c9c\u0cbe\u0c97\u0cc6\u0cc2\u0cb3\u0cbf\u0cb8\u0cbf", "lookUpButtonLabel": "\u0cae\u0cc7\u0cb2\u0cc6\u0020\u0ca8\u0ccb\u0ca1\u0cbf", "searchWebButtonLabel": "\u0cb5\u0cc6\u0cac\u0ccd\u200c\u0ca8\u0cb2\u0ccd\u0cb2\u0cbf\u0020\u0cb9\u0cc1\u0ca1\u0cc1\u0c95\u0cbf", - "shareButtonLabel": "\u0cb9\u0c82\u0c9a\u0cbf\u0c95\u0cca\u0cb3\u0ccd\u0cb3\u0cbf\u002e\u002e\u002e" + "shareButtonLabel": "\u0cb9\u0c82\u0c9a\u0cbf\u0c95\u0cca\u0cb3\u0ccd\u0cb3\u0cbf\u002e\u002e\u002e", + "clearButtonTooltip": "\u0043\u006c\u0065\u0061\u0072\u0020\u0074\u0065\u0078\u0074" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index 8570263698dd..644e8eba36e6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "메뉴 닫기", "lookUpButtonLabel": "찾기", "searchWebButtonLabel": "웹 검색", - "shareButtonLabel": "공유..." + "shareButtonLabel": "공유...", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ky.arb b/packages/flutter_localizations/lib/src/l10n/material_ky.arb index 337edda003ce..f22aa20326fc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ky.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "Менюну жабуу", "lookUpButtonLabel": "Издөө", "searchWebButtonLabel": "Интернеттен издөө", - "shareButtonLabel": "Бөлүшүү…" + "shareButtonLabel": "Бөлүшүү…", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lo.arb b/packages/flutter_localizations/lib/src/l10n/material_lo.arb index e7eaecbdbca1..3b4561b2ac17 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lo.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "ປິດເມນູ", "lookUpButtonLabel": "ຊອກຫາຂໍ້ມູນ", "searchWebButtonLabel": "ຊອກຫາຢູ່ອິນເຕີເນັດ", - "shareButtonLabel": "ແບ່ງປັນ..." + "shareButtonLabel": "ແບ່ງປັນ...", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lt.arb b/packages/flutter_localizations/lib/src/l10n/material_lt.arb index 07cf36f35cfc..ebbce4273e31 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lt.arb @@ -150,5 +150,6 @@ "menuDismissLabel": "Atsisakyti meniu", "lookUpButtonLabel": "Ieškoti", "searchWebButtonLabel": "Ieškoti žiniatinklyje", - "shareButtonLabel": "Bendrinti..." + "shareButtonLabel": "Bendrinti...", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lv.arb b/packages/flutter_localizations/lib/src/l10n/material_lv.arb index 352d62ab7012..663748c5b11e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lv.arb @@ -146,5 +146,6 @@ "menuDismissLabel": "Nerādīt izvēlni", "lookUpButtonLabel": "Meklēt", "searchWebButtonLabel": "Meklēt tīmeklī", - "shareButtonLabel": "Kopīgot…" + "shareButtonLabel": "Kopīgot…", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mk.arb b/packages/flutter_localizations/lib/src/l10n/material_mk.arb index edc6e79bed5c..74c83733928c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mk.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "Отфрлете го менито", "lookUpButtonLabel": "Погледнете нагоре", "searchWebButtonLabel": "Пребарајте на интернет", - "shareButtonLabel": "Споделете..." + "shareButtonLabel": "Споделете...", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ml.arb b/packages/flutter_localizations/lib/src/l10n/material_ml.arb index 3b9d6114ed28..56afd36a2655 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ml.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "മെനു ഡിസ്മിസ് ചെയ്യുക", "lookUpButtonLabel": "മുകളിലേക്ക് നോക്കുക", "searchWebButtonLabel": "വെബിൽ തിരയുക", - "shareButtonLabel": "പങ്കിടുക..." + "shareButtonLabel": "പങ്കിടുക...", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mn.arb b/packages/flutter_localizations/lib/src/l10n/material_mn.arb index 939860c68841..bb2c2bd45818 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mn.arb @@ -146,5 +146,6 @@ "menuDismissLabel": "Цэсийг хаах", "lookUpButtonLabel": "Дээшээ харах", "searchWebButtonLabel": "Вебээс хайх", - "shareButtonLabel": "Хуваалцах..." + "shareButtonLabel": "Хуваалцах...", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mr.arb b/packages/flutter_localizations/lib/src/l10n/material_mr.arb index 6ab11d624dd5..f6505e3eea65 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mr.arb @@ -146,5 +146,6 @@ "menuDismissLabel": "मेनू डिसमिस करा", "lookUpButtonLabel": "शोध घ्या", "searchWebButtonLabel": "वेबवर शोधा", - "shareButtonLabel": "शेअर करा..." + "shareButtonLabel": "शेअर करा...", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ms.arb b/packages/flutter_localizations/lib/src/l10n/material_ms.arb index 5846efd52516..a449cae5e14d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ms.arb @@ -145,5 +145,6 @@ "menuDismissLabel": "Ketepikan menu", "lookUpButtonLabel": "Lihat ke Atas", "searchWebButtonLabel": "Buat carian pada Web", - "shareButtonLabel": "Kongsi..." + "shareButtonLabel": "Kongsi...", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_my.arb b/packages/flutter_localizations/lib/src/l10n/material_my.arb index 0e17510c78b5..193494607685 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_my.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "မီနူးကိုပယ်ပါ", "lookUpButtonLabel": "အပေါ်ကြည့်ရန်", "searchWebButtonLabel": "ဝဘ်တွင်ရှာရန်", - "shareButtonLabel": "မျှဝေရန်..." + "shareButtonLabel": "မျှဝေရန်...", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nb.arb b/packages/flutter_localizations/lib/src/l10n/material_nb.arb index 9afb6409bafc..a4bdc16afcb0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nb.arb @@ -143,5 +143,6 @@ "menuDismissLabel": "Lukk menyen", "lookUpButtonLabel": "Slå opp", "searchWebButtonLabel": "Søk på nettet", - "shareButtonLabel": "Del…" + "shareButtonLabel": "Del…", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ne.arb b/packages/flutter_localizations/lib/src/l10n/material_ne.arb index 7360be5ba723..4b340f3aa45f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ne.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "मेनु खारेज गर्नुहोस्", "lookUpButtonLabel": "माथितिर हेर्नुहोस्", "searchWebButtonLabel": "वेबमा खोज्नुहोस्", - "shareButtonLabel": "सेयर गर्नुहोस्..." + "shareButtonLabel": "सेयर गर्नुहोस्...", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index d4a095ce5195..e25600d8490e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "Menu sluiten", "lookUpButtonLabel": "Opzoeken", "searchWebButtonLabel": "Op internet zoeken", - "shareButtonLabel": "Delen..." + "shareButtonLabel": "Delen...", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_no.arb b/packages/flutter_localizations/lib/src/l10n/material_no.arb index 9afb6409bafc..a4bdc16afcb0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_no.arb @@ -143,5 +143,6 @@ "menuDismissLabel": "Lukk menyen", "lookUpButtonLabel": "Slå opp", "searchWebButtonLabel": "Søk på nettet", - "shareButtonLabel": "Del…" + "shareButtonLabel": "Del…", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_or.arb b/packages/flutter_localizations/lib/src/l10n/material_or.arb index ea87a5549a16..5e343c2311ef 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_or.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "ମେନୁ ଖାରଜ କରନ୍ତୁ", "lookUpButtonLabel": "ଉପରକୁ ଦେଖନ୍ତୁ", "searchWebButtonLabel": "ୱେବ ସର୍ଚ୍ଚ କରନ୍ତୁ", - "shareButtonLabel": "ସେୟାର୍ କରନ୍ତୁ..." + "shareButtonLabel": "ସେୟାର୍ କରନ୍ତୁ...", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pa.arb b/packages/flutter_localizations/lib/src/l10n/material_pa.arb index 9dcd535a815c..38fe9d112974 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pa.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "ਮੀਨੂ ਖਾਰਜ ਕਰੋ", "lookUpButtonLabel": "ਖੋਜੋ", "searchWebButtonLabel": "ਵੈੱਬ 'ਤੇ ਖੋਜੋ", - "shareButtonLabel": "ਸਾਂਝਾ ਕਰੋ..." + "shareButtonLabel": "ਸਾਂਝਾ ਕਰੋ...", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index 03321616b070..9b668facec93 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -150,5 +150,6 @@ "menuDismissLabel": "Zamknij menu", "lookUpButtonLabel": "Sprawdź", "searchWebButtonLabel": "Szukaj w internecie", - "shareButtonLabel": "Udostępnij…" + "shareButtonLabel": "Udostępnij…", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ps.arb b/packages/flutter_localizations/lib/src/l10n/material_ps.arb index 6660397de90f..455eb1b177f2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ps.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ps.arb @@ -146,5 +146,6 @@ "menuDismissLabel": "Dismiss menu", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share..." + "shareButtonLabel": "Share...", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index 158cfc9ba423..acb86afdcf41 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -146,5 +146,6 @@ "menuDismissLabel": "Dispensar menu", "lookUpButtonLabel": "Pesquisar", "searchWebButtonLabel": "Pesquisar na Web", - "shareButtonLabel": "Compartilhar…" + "shareButtonLabel": "Compartilhar…", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/flutter_localizations/lib/src/l10n/material_ro.arb index 504c80c2653e..6f5b808c8b5f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ro.arb @@ -148,5 +148,6 @@ "menuDismissLabel": "Respingeți meniul", "lookUpButtonLabel": "Privire în sus", "searchWebButtonLabel": "Căutați pe web", - "shareButtonLabel": "Trimiteți…" + "shareButtonLabel": "Trimiteți…", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index 69242d6ec102..f011ad1e5f8d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -151,5 +151,6 @@ "menuDismissLabel": "Закрыть меню", "lookUpButtonLabel": "Найти", "searchWebButtonLabel": "Искать в интернете", - "shareButtonLabel": "Поделиться" + "shareButtonLabel": "Поделиться", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_si.arb b/packages/flutter_localizations/lib/src/l10n/material_si.arb index 853e88f868ce..3915c1d7cb8d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_si.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "මෙනුව අස් කරන්න", "lookUpButtonLabel": "උඩ බලන්න", "searchWebButtonLabel": "වෙබය සොයන්න", - "shareButtonLabel": "බෙදා ගන්න..." + "shareButtonLabel": "බෙදා ගන්න...", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sk.arb b/packages/flutter_localizations/lib/src/l10n/material_sk.arb index 709807ad93be..a4195f7d0823 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sk.arb @@ -150,5 +150,6 @@ "menuDismissLabel": "Zavrieť ponuku", "lookUpButtonLabel": "Pohľad nahor", "searchWebButtonLabel": "Hľadať na webe", - "shareButtonLabel": "Zdieľať…" + "shareButtonLabel": "Zdieľať…", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sl.arb b/packages/flutter_localizations/lib/src/l10n/material_sl.arb index cf45a53a47dc..6671f65ba1c5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sl.arb @@ -150,5 +150,6 @@ "menuDismissLabel": "Opusti meni", "lookUpButtonLabel": "Pogled gor", "searchWebButtonLabel": "Iskanje v spletu", - "shareButtonLabel": "Deli …" + "shareButtonLabel": "Deli …", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sq.arb b/packages/flutter_localizations/lib/src/l10n/material_sq.arb index edd65ca19b37..2fd1183439e0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sq.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "Hiqe menynë", "lookUpButtonLabel": "Kërko", "searchWebButtonLabel": "Kërko në ueb", - "shareButtonLabel": "Ndaj..." + "shareButtonLabel": "Ndaj...", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr.arb b/packages/flutter_localizations/lib/src/l10n/material_sr.arb index f8a8e6bc0dda..534404973935 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr.arb @@ -147,5 +147,6 @@ "menuDismissLabel": "Одбаците мени", "lookUpButtonLabel": "Поглед нагоре", "searchWebButtonLabel": "Претражи веб", - "shareButtonLabel": "Дели…" + "shareButtonLabel": "Дели…", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sv.arb b/packages/flutter_localizations/lib/src/l10n/material_sv.arb index 495052b7e74c..7503158ae614 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sv.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "Stäng menyn", "lookUpButtonLabel": "Titta upp", "searchWebButtonLabel": "Sök på webben", - "shareButtonLabel": "Dela …" + "shareButtonLabel": "Dela …", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sw.arb b/packages/flutter_localizations/lib/src/l10n/material_sw.arb index 3482d2a8283f..0f7311c41ea2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sw.arb @@ -146,5 +146,6 @@ "menuDismissLabel": "Ondoa menyu", "lookUpButtonLabel": "Tafuta", "searchWebButtonLabel": "Tafuta kwenye Wavuti", - "shareButtonLabel": "Shiriki..." + "shareButtonLabel": "Shiriki...", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ta.arb b/packages/flutter_localizations/lib/src/l10n/material_ta.arb index 28acf1bbd804..7094c459c204 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ta.arb @@ -146,5 +146,6 @@ "menuDismissLabel": "மெனுவை மூடும்", "lookUpButtonLabel": "தேடு", "searchWebButtonLabel": "இணையத்தில் தேடு", - "shareButtonLabel": "பகிர்..." + "shareButtonLabel": "பகிர்...", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_te.arb b/packages/flutter_localizations/lib/src/l10n/material_te.arb index 4137abd0d4b6..a940ccb8188a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_te.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "మెనూను తీసివేయండి", "lookUpButtonLabel": "వెతకండి", "searchWebButtonLabel": "వెబ్‌లో సెర్చ్ చేయండి", - "shareButtonLabel": "షేర్ చేయండి..." + "shareButtonLabel": "షేర్ చేయండి...", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/flutter_localizations/lib/src/l10n/material_th.arb index 3be53920f54f..7d388d3206b0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_th.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "ปิดเมนู", "lookUpButtonLabel": "ค้นหา", "searchWebButtonLabel": "ค้นหาบนอินเทอร์เน็ต", - "shareButtonLabel": "แชร์..." + "shareButtonLabel": "แชร์...", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tl.arb b/packages/flutter_localizations/lib/src/l10n/material_tl.arb index 54fb096b5301..1d0069b149b1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tl.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "I-dismiss ang menu", "lookUpButtonLabel": "Tumingin sa Itaas", "searchWebButtonLabel": "Maghanap sa Web", - "shareButtonLabel": "Ibahagi..." + "shareButtonLabel": "Ibahagi...", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index 1d0e407877fd..dced92bbed13 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "Menüyü kapat", "lookUpButtonLabel": "Ara", "searchWebButtonLabel": "Web'de Ara", - "shareButtonLabel": "Paylaş..." + "shareButtonLabel": "Paylaş...", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uk.arb b/packages/flutter_localizations/lib/src/l10n/material_uk.arb index 5ca81af3a599..054e021db419 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uk.arb @@ -150,5 +150,6 @@ "menuDismissLabel": "Закрити меню", "lookUpButtonLabel": "Шукати", "searchWebButtonLabel": "Пошук в Інтернеті", - "shareButtonLabel": "Поділитися…" + "shareButtonLabel": "Поділитися…", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index 90b16696b829..54f21e9fa2e6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "مینو برخاست کریں", "lookUpButtonLabel": "تفصیل دیکھیں", "searchWebButtonLabel": "ویب تلاش کریں", - "shareButtonLabel": "اشتراک کریں..." + "shareButtonLabel": "اشتراک کریں...", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uz.arb b/packages/flutter_localizations/lib/src/l10n/material_uz.arb index 4c29e5b651b9..9a33b16b6284 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uz.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "Menyuni yopish", "lookUpButtonLabel": "Tepaga qarang", "searchWebButtonLabel": "Internetdan qidirish", - "shareButtonLabel": "Ulashish…" + "shareButtonLabel": "Ulashish…", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_vi.arb b/packages/flutter_localizations/lib/src/l10n/material_vi.arb index 3264e508b9fe..591a9b3d093e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_vi.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "Đóng trình đơn", "lookUpButtonLabel": "Tra cứu", "searchWebButtonLabel": "Tìm kiếm trên web", - "shareButtonLabel": "Chia sẻ..." + "shareButtonLabel": "Chia sẻ...", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index a8a556a0d105..3ebaf897e685 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "关闭菜单", "lookUpButtonLabel": "向上看", "searchWebButtonLabel": "在网络上搜索", - "shareButtonLabel": "分享…" + "shareButtonLabel": "分享…", + "clearButtonTooltip": "Clear text" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zu.arb b/packages/flutter_localizations/lib/src/l10n/material_zu.arb index 4b570d0347d7..a30f09ff304f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zu.arb @@ -144,5 +144,6 @@ "menuDismissLabel": "Chitha imenyu", "lookUpButtonLabel": "Bheka Phezulu", "searchWebButtonLabel": "Sesha Iwebhu", - "shareButtonLabel": "Yabelana..." + "shareButtonLabel": "Yabelana...", + "clearButtonTooltip": "Clear text" } From 99ca4e8c3390917edb617b2353af5a909d86ea04 Mon Sep 17 00:00:00 2001 From: LouiseHsu Date: Thu, 25 Jan 2024 10:24:42 -0800 Subject: [PATCH 258/327] Fix incorrect zh-cn translation for Look Up Label in selection controls (#142158) Fixes https://github.com/flutter/flutter/issues/141764 Translation suggestion here: https://tc.corp.google.com/btviewer/edittranslation?project=Flutter&msgId=8222331119728136330&language=zh-CN ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [x] I listed at least one issue that this PR fixes in the description above. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] All existing and new tests are passing. --- .../flutter_localizations/lib/src/l10n/cupertino_zh.arb | 2 +- .../lib/src/l10n/generated_cupertino_localizations.dart | 2 +- .../lib/src/l10n/generated_material_localizations.dart | 2 +- .../flutter_localizations/lib/src/l10n/material_zh.arb | 2 +- .../test/cupertino/translations_test.dart | 8 ++++++++ .../test/material/translations_test.dart | 9 +++++++++ 6 files changed, 21 insertions(+), 4 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb index f2a1d3ee7207..b0f76097d647 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb @@ -24,7 +24,7 @@ "searchTextFieldPlaceholderLabel": "搜索", "noSpellCheckReplacementsLabel": "找不到替换文字", "menuDismissLabel": "关闭菜单", - "lookUpButtonLabel": "向上看", + "lookUpButtonLabel": "查询", "searchWebButtonLabel": "在网络上搜索", "shareButtonLabel": "分享…", "clearButtonLabel": "Clear" diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index 618dc0850fde..90aa1b73a8b0 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -14015,7 +14015,7 @@ class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => '向上看'; + String get lookUpButtonLabel => '查询'; @override String get menuDismissLabel => '关闭菜单'; diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index 55763f765982..661e0b932c5f 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -43724,7 +43724,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get licensesPageTitle => '许可'; @override - String get lookUpButtonLabel => '向上看'; + String get lookUpButtonLabel => '查询'; @override String get menuBarMenuLabel => '菜单栏的菜单'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index 3ebaf897e685..c012e5e106b4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -142,7 +142,7 @@ "expandedHint": "已收起", "collapsedHint": "已展开", "menuDismissLabel": "关闭菜单", - "lookUpButtonLabel": "向上看", + "lookUpButtonLabel": "查询", "searchWebButtonLabel": "在网络上搜索", "shareButtonLabel": "分享…", "clearButtonTooltip": "Clear text" diff --git a/packages/flutter_localizations/test/cupertino/translations_test.dart b/packages/flutter_localizations/test/cupertino/translations_test.dart index 4599634ee6cc..ccd14ca0a835 100644 --- a/packages/flutter_localizations/test/cupertino/translations_test.dart +++ b/packages/flutter_localizations/test/cupertino/translations_test.dart @@ -231,6 +231,14 @@ void main() { expect(buttonItems.first.onPressed, isNull); }); + // Regression test for https://github.com/flutter/flutter/issues/141764 + testWidgets('zh-CN translation for look up label', (WidgetTester tester) async { + const Locale locale = Locale('zh'); + expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); + final CupertinoLocalizations localizations = await GlobalCupertinoLocalizations.delegate.load(locale); + expect(localizations, isA()); + expect(localizations.lookUpButtonLabel, '查询'); + }); } class _FakeEditableText extends EditableText { diff --git a/packages/flutter_localizations/test/material/translations_test.dart b/packages/flutter_localizations/test/material/translations_test.dart index 15b5785d0bfe..ba23db2542c0 100644 --- a/packages/flutter_localizations/test/material/translations_test.dart +++ b/packages/flutter_localizations/test/material/translations_test.dart @@ -549,4 +549,13 @@ void main() { expect(localizations, isA()); expect(localizations.shareButtonLabel, 'Share'); }); + + // Regression test for https://github.com/flutter/flutter/issues/141764 + testWidgets('zh-CN translation for look up label', (WidgetTester tester) async { + const Locale locale = Locale('zh'); + expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); + final MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations, isA()); + expect(localizations.lookUpButtonLabel, '查询'); + }); } From a7466dbb57ad15e9a543250fce75ed2205ef9aaf Mon Sep 17 00:00:00 2001 From: Taha Tesser Date: Wed, 21 Feb 2024 10:10:01 +0200 Subject: [PATCH 259/327] Add `timeSelectorSeparatorColor` and `timeSelectorSeparatorTextStyle` for Material 3 Time Picker (#143739) fixes [`Time selector separator` in TimePicker is not centered vertically](https://github.com/flutter/flutter/issues/143691) Separator currently `hourMinuteTextStyle` to style itself. This introduces `timeSelectorSeparatorColor` and `timeSelectorSeparatorTextStyle` from Material 3 specs to correctly style the separator. This also adds ability to change separator color without changing `hourMinuteTextColor`. ### Specs for the time selector separator https://m3.material.io/components/time-pickers/specs ![image](https://github.com/flutter/flutter/assets/48603081/0c84f649-545d-441b-adbf-2b9ec872b14c) ### Code sample
expand to view the code sample ```dart import 'package:flutter/material.dart'; void main() { runApp(const App()); } class App extends StatelessWidget { const App({super.key}); @override Widget build(BuildContext context) { return MaterialApp( theme: ThemeData( // timePickerTheme: TimePickerThemeData( // hourMinuteTextColor: Colors.amber, // ) ), home: Scaffold( body: Center( child: Builder(builder: (context) { return ElevatedButton( onPressed: () async { await showTimePicker( context: context, initialTime: TimeOfDay.now(), ); }, child: const Text('Pick Time'), ); }), ), ), ); } } ```
| Before | After | | --------------- | --------------- | | | | --- .../test/material/time_picker_test.dart | 48 +++++++++---------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/packages/flutter_localizations/test/material/time_picker_test.dart b/packages/flutter_localizations/test/material/time_picker_test.dart index bed9af8f6aa9..573a05488745 100644 --- a/packages/flutter_localizations/test/material/time_picker_test.dart +++ b/packages/flutter_localizations/test/material/time_picker_test.dart @@ -13,8 +13,8 @@ void main() { tester.view.devicePixelRatio = 1; addTearDown(tester.view.reset); - final Finder stringFragmentTextFinder = find.descendant( - of: find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_StringFragment'), + final Finder timeSelectorSeparatorFinder = find.descendant( + of: find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_TimeSelectorSeparator'), matching: find.byType(Text), ).first; final Finder hourControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_HourControl'); @@ -33,10 +33,10 @@ void main() { for (final Locale locale in locales) { final Offset center = await startPicker(tester, (TimeOfDay? time) { }, locale: locale, useMaterial3: false); - final Text stringFragmentText = tester.widget(stringFragmentTextFinder); + final Text stringFragmentText = tester.widget(timeSelectorSeparatorFinder); final double hourLeftOffset = tester.getTopLeft(hourControlFinder).dx; final double minuteLeftOffset = tester.getTopLeft(minuteControlFinder).dx; - final double stringFragmentLeftOffset = tester.getTopLeft(stringFragmentTextFinder).dx; + final double stringFragmentLeftOffset = tester.getTopLeft(timeSelectorSeparatorFinder).dx; if (locale == const Locale('en', 'US')) { final double dayPeriodLeftOffset = tester.getTopLeft(dayPeriodControlFinder).dx; @@ -83,8 +83,8 @@ void main() { tester.view.devicePixelRatio = 1; addTearDown(tester.view.reset); - final Finder stringFragmentTextFinder = find.descendant( - of: find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_StringFragment'), + final Finder timeSelectorSeparatorFinder = find.descendant( + of: find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_TimeSelectorSeparator'), matching: find.byType(Text), ).first; final Finder hourControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_HourControl'); @@ -103,10 +103,10 @@ void main() { for (final Locale locale in locales) { final Offset center = await startPicker(tester, (TimeOfDay? time) { }, locale: locale, useMaterial3: true); - final Text stringFragmentText = tester.widget(stringFragmentTextFinder); + final Text stringFragmentText = tester.widget(timeSelectorSeparatorFinder); final double hourLeftOffset = tester.getTopLeft(hourControlFinder).dx; final double minuteLeftOffset = tester.getTopLeft(minuteControlFinder).dx; - final double stringFragmentLeftOffset = tester.getTopLeft(stringFragmentTextFinder).dx; + final double stringFragmentLeftOffset = tester.getTopLeft(timeSelectorSeparatorFinder).dx; if (locale == const Locale('en', 'US')) { final double dayPeriodLeftOffset = tester.getTopLeft(dayPeriodControlFinder).dx; @@ -153,8 +153,8 @@ void main() { tester.view.devicePixelRatio = 1; addTearDown(tester.view.reset); - final Finder stringFragmentTextFinder = find.descendant( - of: find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_StringFragment'), + final Finder timeSelectorSeparatorFinder = find.descendant( + of: find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_TimeSelectorSeparator'), matching: find.byType(Text), ).first; final Finder hourControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_HourControl'); @@ -173,11 +173,11 @@ void main() { for (final Locale locale in locales) { final Offset center = await startPicker(tester, (TimeOfDay? time) { }, locale: locale, useMaterial3: false); - final Text stringFragmentText = tester.widget(stringFragmentTextFinder); + final Text stringFragmentText = tester.widget(timeSelectorSeparatorFinder); final double hourLeftOffset = tester.getTopLeft(hourControlFinder).dx; final double hourTopOffset = tester.getTopLeft(hourControlFinder).dy; final double minuteLeftOffset = tester.getTopLeft(minuteControlFinder).dx; - final double stringFragmentLeftOffset = tester.getTopLeft(stringFragmentTextFinder).dx; + final double stringFragmentLeftOffset = tester.getTopLeft(timeSelectorSeparatorFinder).dx; if (locale == const Locale('en', 'US')) { final double dayPeriodLeftOffset = tester.getTopLeft(dayPeriodControlFinder).dx; @@ -228,8 +228,8 @@ void main() { tester.view.devicePixelRatio = 1; addTearDown(tester.view.reset); - final Finder stringFragmentTextFinder = find.descendant( - of: find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_StringFragment'), + final Finder timeSelectorSeparatorFinder = find.descendant( + of: find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_TimeSelectorSeparator'), matching: find.byType(Text), ).first; final Finder hourControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_HourControl'); @@ -248,11 +248,11 @@ void main() { for (final Locale locale in locales) { final Offset center = await startPicker(tester, (TimeOfDay? time) { }, locale: locale, useMaterial3: true); - final Text stringFragmentText = tester.widget(stringFragmentTextFinder); + final Text stringFragmentText = tester.widget(timeSelectorSeparatorFinder); final double hourLeftOffset = tester.getTopLeft(hourControlFinder).dx; final double hourTopOffset = tester.getTopLeft(hourControlFinder).dy; final double minuteLeftOffset = tester.getTopLeft(minuteControlFinder).dx; - final double stringFragmentLeftOffset = tester.getTopLeft(stringFragmentTextFinder).dx; + final double stringFragmentLeftOffset = tester.getTopLeft(timeSelectorSeparatorFinder).dx; if (locale == const Locale('en', 'US')) { final double dayPeriodLeftOffset = tester.getTopLeft(dayPeriodControlFinder).dx; @@ -301,8 +301,8 @@ void main() { final Finder hourControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_HourTextField'); final Finder minuteControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_MinuteTextField'); final Finder dayPeriodControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_DayPeriodControl'); - final Finder stringFragmentTextFinder = find.descendant( - of: find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_StringFragment'), + final Finder timeSelectorSeparatorFinder = find.descendant( + of: find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_TimeSelectorSeparator'), matching: find.byType(Text), ).first; @@ -321,10 +321,10 @@ void main() { await tester.tap(find.text('X')); await tester.pumpAndSettle(const Duration(seconds: 1)); - final Text stringFragmentText = tester.widget(stringFragmentTextFinder); + final Text stringFragmentText = tester.widget(timeSelectorSeparatorFinder); final double hourLeftOffset = tester.getTopLeft(hourControlFinder).dx; final double minuteLeftOffset = tester.getTopLeft(minuteControlFinder).dx; - final double stringFragmentLeftOffset = tester.getTopLeft(stringFragmentTextFinder).dx; + final double stringFragmentLeftOffset = tester.getTopLeft(timeSelectorSeparatorFinder).dx; if (locale == const Locale('en', 'US')) { final double dayPeriodLeftOffset = tester.getTopLeft(dayPeriodControlFinder).dx; @@ -369,8 +369,8 @@ void main() { final Finder hourControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_HourTextField'); final Finder minuteControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_MinuteTextField'); final Finder dayPeriodControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_DayPeriodControl'); - final Finder stringFragmentTextFinder = find.descendant( - of: find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_StringFragment'), + final Finder timeSelectorSeparatorFinder = find.descendant( + of: find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_TimeSelectorSeparator'), matching: find.byType(Text), ).first; @@ -389,10 +389,10 @@ void main() { await tester.tap(find.text('X')); await tester.pumpAndSettle(const Duration(seconds: 1)); - final Text stringFragmentText = tester.widget(stringFragmentTextFinder); + final Text stringFragmentText = tester.widget(timeSelectorSeparatorFinder); final double hourLeftOffset = tester.getTopLeft(hourControlFinder).dx; final double minuteLeftOffset = tester.getTopLeft(minuteControlFinder).dx; - final double stringFragmentLeftOffset = tester.getTopLeft(stringFragmentTextFinder).dx; + final double stringFragmentLeftOffset = tester.getTopLeft(timeSelectorSeparatorFinder).dx; if (locale == const Locale('en', 'US')) { final double dayPeriodLeftOffset = tester.getTopLeft(dayPeriodControlFinder).dx; From 702238979f222e6bd0e418c15a59623b63e7d82a Mon Sep 17 00:00:00 2001 From: Taha Tesser Date: Wed, 21 Feb 2024 10:59:24 +0200 Subject: [PATCH 260/327] `CalendarDatePicker` doesn't announce selected date on desktop (#143583) fixes [Screen reader is not announcing the selected date as selected on DatePicker](https://github.com/flutter/flutter/issues/143439) ### Descriptions - This fixes an issue where `CalendarDatePicker` doesn't announce selected date on desktop. - Add semantic label to describe the selected date is indeed "Selected". ### Code sample
expand to view the code sample ```dart import 'package:flutter/material.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({super.key}); @override Widget build(BuildContext context) { return const MaterialApp( home: MyHomePage(title: 'Flutter Demo Home Page'), ); } } class MyHomePage extends StatefulWidget { const MyHomePage({super.key, required this.title}); final String title; @override MyHomePageState createState() => MyHomePageState(); } class MyHomePageState extends State { void _showDatePicker() async { await showDatePicker( context: context, initialDate: DateTime.now(), firstDate: DateTime(1900), lastDate: DateTime(2200), ); } @override Widget build(BuildContext context) { return Scaffold( appBar: AppBar( title: Text(widget.title, style: const TextStyle(fontFamily: 'ProductSans')), ), body: const Center( child: Text('Click the button to show date picker.'), ), floatingActionButton: FloatingActionButton( onPressed: _showDatePicker, tooltip: 'Show date picker', child: const Icon(Icons.edit_calendar), ), ); } } // import 'package:flutter/material.dart'; // void main() => runApp(const MyApp()); // class MyApp extends StatelessWidget { // const MyApp({super.key}); // @override // Widget build(BuildContext context) { // return MaterialApp( // debugShowCheckedModeBanner: false, // home: Scaffold( // body: Center( // child: CalendarDatePicker( // initialDate: DateTime.now(), // firstDate: DateTime(2020), // lastDate: DateTime(2050), // onDateChanged: (date) { // print(date); // }, // ), // ), // ), // ); // } // } ```
### Before https://github.com/flutter/flutter/assets/48603081/c82e1f15-f067-4865-8a5a-1f3c0c8d91da ### After https://github.com/flutter/flutter/assets/48603081/193d9e26-df9e-4d89-97ce-265c3d564607 --- .../generated_material_localizations.dart | 237 ++++++++++++++++++ .../lib/src/l10n/material_af.arb | 3 +- .../lib/src/l10n/material_am.arb | 3 +- .../lib/src/l10n/material_ar.arb | 3 +- .../lib/src/l10n/material_as.arb | 3 +- .../lib/src/l10n/material_az.arb | 3 +- .../lib/src/l10n/material_be.arb | 3 +- .../lib/src/l10n/material_bg.arb | 3 +- .../lib/src/l10n/material_bn.arb | 3 +- .../lib/src/l10n/material_bs.arb | 3 +- .../lib/src/l10n/material_ca.arb | 3 +- .../lib/src/l10n/material_cs.arb | 3 +- .../lib/src/l10n/material_cy.arb | 3 +- .../lib/src/l10n/material_da.arb | 3 +- .../lib/src/l10n/material_de.arb | 3 +- .../lib/src/l10n/material_el.arb | 3 +- .../lib/src/l10n/material_en.arb | 5 + .../lib/src/l10n/material_es.arb | 3 +- .../lib/src/l10n/material_et.arb | 3 +- .../lib/src/l10n/material_eu.arb | 3 +- .../lib/src/l10n/material_fa.arb | 3 +- .../lib/src/l10n/material_fi.arb | 3 +- .../lib/src/l10n/material_fil.arb | 3 +- .../lib/src/l10n/material_fr.arb | 3 +- .../lib/src/l10n/material_gl.arb | 3 +- .../lib/src/l10n/material_gsw.arb | 3 +- .../lib/src/l10n/material_gu.arb | 3 +- .../lib/src/l10n/material_he.arb | 3 +- .../lib/src/l10n/material_hi.arb | 3 +- .../lib/src/l10n/material_hr.arb | 3 +- .../lib/src/l10n/material_hu.arb | 3 +- .../lib/src/l10n/material_hy.arb | 3 +- .../lib/src/l10n/material_id.arb | 3 +- .../lib/src/l10n/material_is.arb | 3 +- .../lib/src/l10n/material_it.arb | 3 +- .../lib/src/l10n/material_ja.arb | 3 +- .../lib/src/l10n/material_ka.arb | 3 +- .../lib/src/l10n/material_kk.arb | 3 +- .../lib/src/l10n/material_km.arb | 3 +- .../lib/src/l10n/material_kn.arb | 3 +- .../lib/src/l10n/material_ko.arb | 3 +- .../lib/src/l10n/material_ky.arb | 3 +- .../lib/src/l10n/material_lo.arb | 3 +- .../lib/src/l10n/material_lt.arb | 3 +- .../lib/src/l10n/material_lv.arb | 3 +- .../lib/src/l10n/material_mk.arb | 3 +- .../lib/src/l10n/material_ml.arb | 3 +- .../lib/src/l10n/material_mn.arb | 3 +- .../lib/src/l10n/material_mr.arb | 3 +- .../lib/src/l10n/material_ms.arb | 3 +- .../lib/src/l10n/material_my.arb | 3 +- .../lib/src/l10n/material_nb.arb | 3 +- .../lib/src/l10n/material_ne.arb | 3 +- .../lib/src/l10n/material_nl.arb | 3 +- .../lib/src/l10n/material_no.arb | 3 +- .../lib/src/l10n/material_or.arb | 3 +- .../lib/src/l10n/material_pa.arb | 3 +- .../lib/src/l10n/material_pl.arb | 3 +- .../lib/src/l10n/material_ps.arb | 3 +- .../lib/src/l10n/material_pt.arb | 3 +- .../lib/src/l10n/material_ro.arb | 3 +- .../lib/src/l10n/material_ru.arb | 3 +- .../lib/src/l10n/material_si.arb | 3 +- .../lib/src/l10n/material_sk.arb | 3 +- .../lib/src/l10n/material_sl.arb | 3 +- .../lib/src/l10n/material_sq.arb | 3 +- .../lib/src/l10n/material_sr.arb | 3 +- .../lib/src/l10n/material_sv.arb | 3 +- .../lib/src/l10n/material_sw.arb | 3 +- .../lib/src/l10n/material_ta.arb | 3 +- .../lib/src/l10n/material_te.arb | 3 +- .../lib/src/l10n/material_th.arb | 3 +- .../lib/src/l10n/material_tl.arb | 3 +- .../lib/src/l10n/material_tr.arb | 3 +- .../lib/src/l10n/material_uk.arb | 3 +- .../lib/src/l10n/material_ur.arb | 3 +- .../lib/src/l10n/material_uz.arb | 3 +- .../lib/src/l10n/material_vi.arb | 3 +- .../lib/src/l10n/material_zh.arb | 3 +- .../lib/src/l10n/material_zu.arb | 3 +- .../test/material/translations_test.dart | 1 + 81 files changed, 399 insertions(+), 78 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index 661e0b932c5f..85a30da10da2 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -449,6 +449,9 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Kies jaar'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -942,6 +945,9 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'ዓመት ይምረጡ'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -1435,6 +1441,9 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'اختيار العام'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => r'تم اختيار $selectedRowCount عنصر'; @@ -1928,6 +1937,9 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'বছৰ বাছনি কৰক'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -2421,6 +2433,9 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'İl seçin'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -2914,6 +2929,9 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Выберыце год'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => r'Выбрана $selectedRowCount элементы'; @@ -3407,6 +3425,9 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Избиране на година'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -3900,6 +3921,9 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'বছর বেছে নিন'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -4393,6 +4417,9 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Odaberite godinu'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => r'Odabrane su $selectedRowCount stavke'; @@ -4886,6 +4913,9 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Selecciona un any'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -5379,6 +5409,9 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Vyberte rok'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => r'Jsou vybrány $selectedRowCount položky'; @@ -5872,6 +5905,9 @@ class MaterialLocalizationCy extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Dewiswch flwyddyn'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => r"Mae $selectedRowCount eitem wedi'u dewis"; @@ -6365,6 +6401,9 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Vælg år'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -6858,6 +6897,9 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Jahr auswählen'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -7415,6 +7457,9 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Επιλογή έτους'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -7908,6 +7953,9 @@ class MaterialLocalizationEn extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Select year'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -9219,6 +9267,9 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Seleccionar año'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -13575,6 +13626,9 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Valige aasta'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -14068,6 +14122,9 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Hautatu urtea'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -14561,6 +14618,9 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'انتخاب سال'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -15054,6 +15114,9 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Valitse vuosi'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -15547,6 +15610,9 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Pumili ng taon'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -16040,6 +16106,9 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Sélectionner une année'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -16693,6 +16762,9 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Seleccionar ano'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -17186,6 +17258,9 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Jahr auswählen'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -17679,6 +17754,9 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'વર્ષ પસંદ કરો'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -18172,6 +18250,9 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'בחירת שנה'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -18665,6 +18746,9 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'साल चुनें'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -19158,6 +19242,9 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Odaberite godinu'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => r'Odabrane su $selectedRowCount stavke'; @@ -19651,6 +19738,9 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Válassza ki az évet'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -20144,6 +20234,9 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Ընտրել տարին'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => r'Ընտրված է $selectedRowCount օբյեկտ'; @@ -20637,6 +20730,9 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Pilih tahun'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -21130,6 +21226,9 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Velja ár'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -21623,6 +21722,9 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Seleziona anno'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -22116,6 +22218,9 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => '年を選択'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -22609,6 +22714,9 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'აირჩიეთ წელი'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -23102,6 +23210,9 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Жылды таңдау'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -23595,6 +23706,9 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'ជ្រើសរើសឆ្នាំ'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -24088,6 +24202,9 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => '\u{cb5}\u{cb0}\u{ccd}\u{cb7}\u{cb5}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{c86}\u{caf}\u{ccd}\u{c95}\u{cc6}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -24581,6 +24698,9 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => '연도 선택'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -25074,6 +25194,9 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Жылды тандоо'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -25567,6 +25690,9 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'ເລືອກ​ປີ'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -26060,6 +26186,9 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Pasirinkite metus'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => r'Pasirinkti $selectedRowCount elementai'; @@ -26553,6 +26682,9 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Atlasiet gadu'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -27046,6 +27178,9 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Изберете година'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -27539,6 +27674,9 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'വർഷം തിരഞ്ഞെടുക്കുക'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -28032,6 +28170,9 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Жил сонгох'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -28525,6 +28666,9 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'वर्ष निवडा'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -29018,6 +29162,9 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Pilih tahun'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -29511,6 +29658,9 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'ခုနှစ် ရွေးရန်'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -30004,6 +30154,9 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Velg året'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -30497,6 +30650,9 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'वर्ष छान्नुहोस्'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -30990,6 +31146,9 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Jaar selecteren'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -31483,6 +31642,9 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Velg året'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -31976,6 +32138,9 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'ବର୍ଷ ଚୟନ କରନ୍ତୁ'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -32469,6 +32634,9 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'ਸਾਲ ਚੁਣੋ'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -32962,6 +33130,9 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Wybierz rok'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => r'$selectedRowCount wybrane elementy'; @@ -33455,6 +33626,9 @@ class MaterialLocalizationPs extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Select year'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -33948,6 +34122,9 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Selecione o ano'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -34619,6 +34796,9 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Selectați anul'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => r'$selectedRowCount articole selectate'; @@ -35112,6 +35292,9 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Выберите год'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => r'Выбрано $selectedRowCount объекта'; @@ -35605,6 +35788,9 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'වර්ෂය තෝරන්න'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -36098,6 +36284,9 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Vyberte rok'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => r'$selectedRowCount vybraté položky'; @@ -36591,6 +36780,9 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Izberite leto'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => r'Izbrani so $selectedRowCount elementi'; @@ -37084,6 +37276,9 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Zgjidh vitin'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -37577,6 +37772,9 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Изаберите годину'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => r'Изабране су $selectedRowCount ставке'; @@ -38417,6 +38615,9 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Välj år'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -38910,6 +39111,9 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Chagua mwaka'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -39403,6 +39607,9 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'ஆண்டைத் தேர்ந்தெடுக்கவும்'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -39896,6 +40103,9 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'సంవత్సరాన్ని ఎంచుకోండి'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -40389,6 +40599,9 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'เลือกปี'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -40882,6 +41095,9 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Pumili ng taon'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -41375,6 +41591,9 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Yılı seçin'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -41868,6 +42087,9 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Виберіть рік'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => r'Вибрано $selectedRowCount елементи'; @@ -42361,6 +42583,9 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'سال منتخب کریں'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -42854,6 +43079,9 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Yilni tanlang'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -43347,6 +43575,9 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Chọn năm'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -43840,6 +44071,9 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => '选择年份'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; @@ -44874,6 +45108,9 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { @override String get selectYearSemanticsLabel => 'Khetha unyaka'; + @override + String get selectedDateLabel => 'Selected'; + @override String? get selectedRowCountTitleFew => null; diff --git a/packages/flutter_localizations/lib/src/l10n/material_af.arb b/packages/flutter_localizations/lib/src/l10n/material_af.arb index 7c1b79b92ca5..8c52557c758f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_af.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "Kyk op", "searchWebButtonLabel": "Deursoek web", "shareButtonLabel": "Deel …", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_am.arb b/packages/flutter_localizations/lib/src/l10n/material_am.arb index 6cbf468c72c2..c88f63c61e4c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_am.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "ይመልከቱ", "searchWebButtonLabel": "ድርን ፈልግ", "shareButtonLabel": "አጋራ...", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index 865014136750..a314422ec2b6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -156,5 +156,6 @@ "lookUpButtonLabel": "النظر إلى أعلى", "searchWebButtonLabel": "البحث على الويب", "shareButtonLabel": "مشاركة…", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_as.arb b/packages/flutter_localizations/lib/src/l10n/material_as.arb index d54852509619..0e9be494ecbb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_as.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "ওপৰলৈ চাওক", "searchWebButtonLabel": "ৱেবত সন্ধান কৰক", "shareButtonLabel": "শ্বেয়াৰ কৰক…", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_az.arb b/packages/flutter_localizations/lib/src/l10n/material_az.arb index 141c8c125ace..59b542a2daec 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_az.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "Axtarın", "searchWebButtonLabel": "Vebdə axtarın", "shareButtonLabel": "Paylaşın...", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_be.arb b/packages/flutter_localizations/lib/src/l10n/material_be.arb index b01500194999..e099b75642eb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_be.arb @@ -151,5 +151,6 @@ "lookUpButtonLabel": "Знайсці", "searchWebButtonLabel": "Пошук у сетцы", "shareButtonLabel": "Абагуліць...", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bg.arb b/packages/flutter_localizations/lib/src/l10n/material_bg.arb index b026096e0657..4fabd7e1ddb3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bg.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Търсене в мрежата", "shareButtonLabel": "Споделяне...", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bn.arb b/packages/flutter_localizations/lib/src/l10n/material_bn.arb index aac8e42f246b..1f0f456e17d2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bn.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "লুক-আপ", "searchWebButtonLabel": "ওয়েবে সার্চ করুন", "shareButtonLabel": "শেয়ার করুন...", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bs.arb b/packages/flutter_localizations/lib/src/l10n/material_bs.arb index 3c436120af72..27f41cb064be 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bs.arb @@ -148,5 +148,6 @@ "lookUpButtonLabel": "Pogled nagore", "searchWebButtonLabel": "Pretraži Web", "shareButtonLabel": "Dijeli...", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ca.arb b/packages/flutter_localizations/lib/src/l10n/material_ca.arb index 0ede267298f7..c59c35ef7066 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ca.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "Mira amunt", "searchWebButtonLabel": "Cerca al web", "shareButtonLabel": "Comparteix...", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_cs.arb b/packages/flutter_localizations/lib/src/l10n/material_cs.arb index 7bcf0cb3fe67..e05d019e20bb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cs.arb @@ -151,5 +151,6 @@ "lookUpButtonLabel": "Vyhledat", "searchWebButtonLabel": "Vyhledávat na webu", "shareButtonLabel": "Sdílet…", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_cy.arb b/packages/flutter_localizations/lib/src/l10n/material_cy.arb index a07cd3716181..3db900536688 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cy.arb @@ -156,5 +156,6 @@ "lookUpButtonLabel": "Chwilio", "searchWebButtonLabel": "Chwilio'r We", "shareButtonLabel": "Rhannu...", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_da.arb b/packages/flutter_localizations/lib/src/l10n/material_da.arb index bce830f11e9f..00c87c12606a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_da.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "Slå op", "searchWebButtonLabel": "Søg på nettet", "shareButtonLabel": "Del…", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index ae708a3f61cc..6a17eb0840d0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -146,5 +146,6 @@ "lookUpButtonLabel": "Nachschlagen", "searchWebButtonLabel": "Im Web suchen", "shareButtonLabel": "Teilen…", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_el.arb b/packages/flutter_localizations/lib/src/l10n/material_el.arb index 8ba690c6bfbb..ae5292f3ff14 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_el.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Αναζήτηση στον ιστό", "shareButtonLabel": "Κοινοποίηση…", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/flutter_localizations/lib/src/l10n/material_en.arb index a79eeef60757..ef2224f3e492 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en.arb @@ -444,6 +444,11 @@ "description": "Label indicating that the focused date is the current date." }, + "selectedDateLabel": "Selected", + "@selectedDateLabel": { + "description": "The semantics label to describe the selected date in the calendar picker invoked using [showDatePicker]." + }, + "reorderItemToStart": "Move to the start", "@reorderItemToStart": { "description": "The audio announcement to move an item in a Reorderable List to the start of the list." diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index e7cdcd05daa3..288fb56e0420 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -146,5 +146,6 @@ "lookUpButtonLabel": "Buscador visual", "searchWebButtonLabel": "Buscar en la Web", "shareButtonLabel": "Compartir...", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_et.arb b/packages/flutter_localizations/lib/src/l10n/material_et.arb index d60c026ae647..58654cfcf301 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_et.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Otsi veebist", "shareButtonLabel": "Jaga …", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_eu.arb b/packages/flutter_localizations/lib/src/l10n/material_eu.arb index 85362eee27e9..3378236bfb01 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_eu.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "Bilatu", "searchWebButtonLabel": "Bilatu sarean", "shareButtonLabel": "Partekatu...", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index c693590239db..84e13cb7ae73 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "جستجو", "searchWebButtonLabel": "جستجو در وب", "shareButtonLabel": "هم‌رسانی…", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fi.arb b/packages/flutter_localizations/lib/src/l10n/material_fi.arb index da3ec5a84a15..11a1ca49072c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fi.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "Hae", "searchWebButtonLabel": "Hae verkosta", "shareButtonLabel": "Jaa…", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fil.arb b/packages/flutter_localizations/lib/src/l10n/material_fil.arb index 1d0069b149b1..1ebf133636b1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fil.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "Tumingin sa Itaas", "searchWebButtonLabel": "Maghanap sa Web", "shareButtonLabel": "Ibahagi...", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index 7c67bb03ed23..d8528b5c474b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -146,5 +146,6 @@ "lookUpButtonLabel": "Recherche visuelle", "searchWebButtonLabel": "Rechercher sur le Web", "shareButtonLabel": "Partager…", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gl.arb b/packages/flutter_localizations/lib/src/l10n/material_gl.arb index b3e83402741d..f44dbc38a509 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gl.arb @@ -146,5 +146,6 @@ "lookUpButtonLabel": "Mirar cara arriba", "searchWebButtonLabel": "Buscar na Web", "shareButtonLabel": "Compartir…", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index d68cd4d3936f..7cf80eabeb1e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "Nachschlagen", "searchWebButtonLabel": "Im Web suchen", "shareButtonLabel": "Teilen…", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gu.arb b/packages/flutter_localizations/lib/src/l10n/material_gu.arb index 95e0b8e47bc0..7a4861005478 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gu.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "શોધો", "searchWebButtonLabel": "વેબ પર શોધો", "shareButtonLabel": "શેર કરો…", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index 1d98332d947c..e610e86bcac9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -151,5 +151,6 @@ "lookUpButtonLabel": "חיפוש", "searchWebButtonLabel": "חיפוש באינטרנט", "shareButtonLabel": "שיתוף…", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hi.arb b/packages/flutter_localizations/lib/src/l10n/material_hi.arb index 366f2c8aaaa8..001fb2a037e1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hi.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "लुक अप बटन", "searchWebButtonLabel": "वेब पर खोजें", "shareButtonLabel": "शेयर करें…", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hr.arb b/packages/flutter_localizations/lib/src/l10n/material_hr.arb index 8e378049ad2e..27df90170d4e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hr.arb @@ -148,5 +148,6 @@ "lookUpButtonLabel": "Pogled prema gore", "searchWebButtonLabel": "Pretraži web", "shareButtonLabel": "Dijeli...", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hu.arb b/packages/flutter_localizations/lib/src/l10n/material_hu.arb index ef905fda2bd9..cad606f3b684 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hu.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "Felfelé nézés", "searchWebButtonLabel": "Keresés az interneten", "shareButtonLabel": "Megosztás…", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hy.arb b/packages/flutter_localizations/lib/src/l10n/material_hy.arb index a25092fa32ab..00161dc4718f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hy.arb @@ -151,5 +151,6 @@ "lookUpButtonLabel": "Փնտրել", "searchWebButtonLabel": "Որոնել համացանցում", "shareButtonLabel": "Կիսվել...", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_id.arb b/packages/flutter_localizations/lib/src/l10n/material_id.arb index c203ce90bbfe..66f842870440 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_id.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "Cari", "searchWebButtonLabel": "Telusuri di Web", "shareButtonLabel": "Bagikan...", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_is.arb b/packages/flutter_localizations/lib/src/l10n/material_is.arb index 1bb975df3aa6..8be9f4e4dca0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_is.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Leita á vefnum", "shareButtonLabel": "Deila...", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index bc7ce97ff457..6064459a5b37 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "Cerca", "searchWebButtonLabel": "Cerca sul web", "shareButtonLabel": "Condividi…", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index 59edaf1cff56..142502c84f98 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "調べる", "searchWebButtonLabel": "ウェブを検索", "shareButtonLabel": "共有...", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ka.arb b/packages/flutter_localizations/lib/src/l10n/material_ka.arb index 67bba03ce6b2..8db55e401055 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ka.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "აიხედეთ ზემოთ", "searchWebButtonLabel": "ვებში ძიება", "shareButtonLabel": "გაზიარება...", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kk.arb b/packages/flutter_localizations/lib/src/l10n/material_kk.arb index 8eef3b6c7610..47cc97085d85 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kk.arb @@ -147,5 +147,6 @@ "lookUpButtonLabel": "Іздеу", "searchWebButtonLabel": "Интернеттен іздеу", "shareButtonLabel": "Бөлісу…", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_km.arb b/packages/flutter_localizations/lib/src/l10n/material_km.arb index 09ead6665dda..b211139b57d0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_km.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "រកមើល", "searchWebButtonLabel": "ស្វែងរក​លើបណ្ដាញ", "shareButtonLabel": "ចែករំលែក...", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kn.arb b/packages/flutter_localizations/lib/src/l10n/material_kn.arb index 65a3e84d791d..428b81557492 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kn.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "\u0cae\u0cc7\u0cb2\u0cc6\u0020\u0ca8\u0ccb\u0ca1\u0cbf", "searchWebButtonLabel": "\u0cb5\u0cc6\u0cac\u0ccd\u200c\u0ca8\u0cb2\u0ccd\u0cb2\u0cbf\u0020\u0cb9\u0cc1\u0ca1\u0cc1\u0c95\u0cbf", "shareButtonLabel": "\u0cb9\u0c82\u0c9a\u0cbf\u0c95\u0cca\u0cb3\u0ccd\u0cb3\u0cbf\u002e\u002e\u002e", - "clearButtonTooltip": "\u0043\u006c\u0065\u0061\u0072\u0020\u0074\u0065\u0078\u0074" + "clearButtonTooltip": "\u0043\u006c\u0065\u0061\u0072\u0020\u0074\u0065\u0078\u0074", + "selectedDateLabel": "\u0053\u0065\u006c\u0065\u0063\u0074\u0065\u0064" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index 644e8eba36e6..ef1318d767a4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "찾기", "searchWebButtonLabel": "웹 검색", "shareButtonLabel": "공유...", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ky.arb b/packages/flutter_localizations/lib/src/l10n/material_ky.arb index f22aa20326fc..76eed68e01fc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ky.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "Издөө", "searchWebButtonLabel": "Интернеттен издөө", "shareButtonLabel": "Бөлүшүү…", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lo.arb b/packages/flutter_localizations/lib/src/l10n/material_lo.arb index 3b4561b2ac17..561529d2b012 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lo.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "ຊອກຫາຂໍ້ມູນ", "searchWebButtonLabel": "ຊອກຫາຢູ່ອິນເຕີເນັດ", "shareButtonLabel": "ແບ່ງປັນ...", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lt.arb b/packages/flutter_localizations/lib/src/l10n/material_lt.arb index ebbce4273e31..e3862cece8f4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lt.arb @@ -151,5 +151,6 @@ "lookUpButtonLabel": "Ieškoti", "searchWebButtonLabel": "Ieškoti žiniatinklyje", "shareButtonLabel": "Bendrinti...", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lv.arb b/packages/flutter_localizations/lib/src/l10n/material_lv.arb index 663748c5b11e..65b058078c3d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lv.arb @@ -147,5 +147,6 @@ "lookUpButtonLabel": "Meklēt", "searchWebButtonLabel": "Meklēt tīmeklī", "shareButtonLabel": "Kopīgot…", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mk.arb b/packages/flutter_localizations/lib/src/l10n/material_mk.arb index 74c83733928c..23849fc38d19 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mk.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "Погледнете нагоре", "searchWebButtonLabel": "Пребарајте на интернет", "shareButtonLabel": "Споделете...", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ml.arb b/packages/flutter_localizations/lib/src/l10n/material_ml.arb index 56afd36a2655..0824b0d1d2d6 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ml.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "മുകളിലേക്ക് നോക്കുക", "searchWebButtonLabel": "വെബിൽ തിരയുക", "shareButtonLabel": "പങ്കിടുക...", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mn.arb b/packages/flutter_localizations/lib/src/l10n/material_mn.arb index bb2c2bd45818..4deb429d3444 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mn.arb @@ -147,5 +147,6 @@ "lookUpButtonLabel": "Дээшээ харах", "searchWebButtonLabel": "Вебээс хайх", "shareButtonLabel": "Хуваалцах...", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mr.arb b/packages/flutter_localizations/lib/src/l10n/material_mr.arb index f6505e3eea65..ac726e2bd752 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mr.arb @@ -147,5 +147,6 @@ "lookUpButtonLabel": "शोध घ्या", "searchWebButtonLabel": "वेबवर शोधा", "shareButtonLabel": "शेअर करा...", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ms.arb b/packages/flutter_localizations/lib/src/l10n/material_ms.arb index a449cae5e14d..0cff175ba901 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ms.arb @@ -146,5 +146,6 @@ "lookUpButtonLabel": "Lihat ke Atas", "searchWebButtonLabel": "Buat carian pada Web", "shareButtonLabel": "Kongsi...", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_my.arb b/packages/flutter_localizations/lib/src/l10n/material_my.arb index 193494607685..ba3922d42dec 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_my.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "အပေါ်ကြည့်ရန်", "searchWebButtonLabel": "ဝဘ်တွင်ရှာရန်", "shareButtonLabel": "မျှဝေရန်...", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nb.arb b/packages/flutter_localizations/lib/src/l10n/material_nb.arb index a4bdc16afcb0..1f3440ac97c3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nb.arb @@ -144,5 +144,6 @@ "lookUpButtonLabel": "Slå opp", "searchWebButtonLabel": "Søk på nettet", "shareButtonLabel": "Del…", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ne.arb b/packages/flutter_localizations/lib/src/l10n/material_ne.arb index 4b340f3aa45f..2e4aa14c725a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ne.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "माथितिर हेर्नुहोस्", "searchWebButtonLabel": "वेबमा खोज्नुहोस्", "shareButtonLabel": "सेयर गर्नुहोस्...", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index e25600d8490e..8654b9af3d39 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "Opzoeken", "searchWebButtonLabel": "Op internet zoeken", "shareButtonLabel": "Delen...", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_no.arb b/packages/flutter_localizations/lib/src/l10n/material_no.arb index a4bdc16afcb0..1f3440ac97c3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_no.arb @@ -144,5 +144,6 @@ "lookUpButtonLabel": "Slå opp", "searchWebButtonLabel": "Søk på nettet", "shareButtonLabel": "Del…", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_or.arb b/packages/flutter_localizations/lib/src/l10n/material_or.arb index 5e343c2311ef..4324583fc79a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_or.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "ଉପରକୁ ଦେଖନ୍ତୁ", "searchWebButtonLabel": "ୱେବ ସର୍ଚ୍ଚ କରନ୍ତୁ", "shareButtonLabel": "ସେୟାର୍ କରନ୍ତୁ...", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pa.arb b/packages/flutter_localizations/lib/src/l10n/material_pa.arb index 38fe9d112974..6fe681c17eca 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pa.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "ਖੋਜੋ", "searchWebButtonLabel": "ਵੈੱਬ 'ਤੇ ਖੋਜੋ", "shareButtonLabel": "ਸਾਂਝਾ ਕਰੋ...", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index 9b668facec93..68ce32d672e1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -151,5 +151,6 @@ "lookUpButtonLabel": "Sprawdź", "searchWebButtonLabel": "Szukaj w internecie", "shareButtonLabel": "Udostępnij…", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ps.arb b/packages/flutter_localizations/lib/src/l10n/material_ps.arb index 455eb1b177f2..c3e2c0db833f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ps.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ps.arb @@ -147,5 +147,6 @@ "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Search Web", "shareButtonLabel": "Share...", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index acb86afdcf41..c1697307ae95 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -147,5 +147,6 @@ "lookUpButtonLabel": "Pesquisar", "searchWebButtonLabel": "Pesquisar na Web", "shareButtonLabel": "Compartilhar…", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/flutter_localizations/lib/src/l10n/material_ro.arb index 6f5b808c8b5f..b39170ae2040 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ro.arb @@ -149,5 +149,6 @@ "lookUpButtonLabel": "Privire în sus", "searchWebButtonLabel": "Căutați pe web", "shareButtonLabel": "Trimiteți…", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index f011ad1e5f8d..aa03904d7f7d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -152,5 +152,6 @@ "lookUpButtonLabel": "Найти", "searchWebButtonLabel": "Искать в интернете", "shareButtonLabel": "Поделиться", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_si.arb b/packages/flutter_localizations/lib/src/l10n/material_si.arb index 3915c1d7cb8d..c4338fdf996c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_si.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "උඩ බලන්න", "searchWebButtonLabel": "වෙබය සොයන්න", "shareButtonLabel": "බෙදා ගන්න...", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sk.arb b/packages/flutter_localizations/lib/src/l10n/material_sk.arb index a4195f7d0823..54300856da75 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sk.arb @@ -151,5 +151,6 @@ "lookUpButtonLabel": "Pohľad nahor", "searchWebButtonLabel": "Hľadať na webe", "shareButtonLabel": "Zdieľať…", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sl.arb b/packages/flutter_localizations/lib/src/l10n/material_sl.arb index 6671f65ba1c5..973ea188f3da 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sl.arb @@ -151,5 +151,6 @@ "lookUpButtonLabel": "Pogled gor", "searchWebButtonLabel": "Iskanje v spletu", "shareButtonLabel": "Deli …", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sq.arb b/packages/flutter_localizations/lib/src/l10n/material_sq.arb index 2fd1183439e0..f0c8e047b62c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sq.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "Kërko", "searchWebButtonLabel": "Kërko në ueb", "shareButtonLabel": "Ndaj...", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr.arb b/packages/flutter_localizations/lib/src/l10n/material_sr.arb index 534404973935..2fe039cfe7cb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr.arb @@ -148,5 +148,6 @@ "lookUpButtonLabel": "Поглед нагоре", "searchWebButtonLabel": "Претражи веб", "shareButtonLabel": "Дели…", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sv.arb b/packages/flutter_localizations/lib/src/l10n/material_sv.arb index 7503158ae614..eb317488ff6c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sv.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "Titta upp", "searchWebButtonLabel": "Sök på webben", "shareButtonLabel": "Dela …", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sw.arb b/packages/flutter_localizations/lib/src/l10n/material_sw.arb index 0f7311c41ea2..e83a9b059539 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sw.arb @@ -147,5 +147,6 @@ "lookUpButtonLabel": "Tafuta", "searchWebButtonLabel": "Tafuta kwenye Wavuti", "shareButtonLabel": "Shiriki...", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ta.arb b/packages/flutter_localizations/lib/src/l10n/material_ta.arb index 7094c459c204..c815d06828d7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ta.arb @@ -147,5 +147,6 @@ "lookUpButtonLabel": "தேடு", "searchWebButtonLabel": "இணையத்தில் தேடு", "shareButtonLabel": "பகிர்...", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_te.arb b/packages/flutter_localizations/lib/src/l10n/material_te.arb index a940ccb8188a..f6c9f43da84d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_te.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "వెతకండి", "searchWebButtonLabel": "వెబ్‌లో సెర్చ్ చేయండి", "shareButtonLabel": "షేర్ చేయండి...", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/flutter_localizations/lib/src/l10n/material_th.arb index 7d388d3206b0..40e74288c3ac 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_th.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "ค้นหา", "searchWebButtonLabel": "ค้นหาบนอินเทอร์เน็ต", "shareButtonLabel": "แชร์...", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tl.arb b/packages/flutter_localizations/lib/src/l10n/material_tl.arb index 1d0069b149b1..1ebf133636b1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tl.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "Tumingin sa Itaas", "searchWebButtonLabel": "Maghanap sa Web", "shareButtonLabel": "Ibahagi...", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index dced92bbed13..ceb4cbd65fbc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "Ara", "searchWebButtonLabel": "Web'de Ara", "shareButtonLabel": "Paylaş...", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uk.arb b/packages/flutter_localizations/lib/src/l10n/material_uk.arb index 054e021db419..c103a9b910ec 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uk.arb @@ -151,5 +151,6 @@ "lookUpButtonLabel": "Шукати", "searchWebButtonLabel": "Пошук в Інтернеті", "shareButtonLabel": "Поділитися…", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index 54f21e9fa2e6..965956c4a2da 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "تفصیل دیکھیں", "searchWebButtonLabel": "ویب تلاش کریں", "shareButtonLabel": "اشتراک کریں...", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uz.arb b/packages/flutter_localizations/lib/src/l10n/material_uz.arb index 9a33b16b6284..79c3410646d7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uz.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "Tepaga qarang", "searchWebButtonLabel": "Internetdan qidirish", "shareButtonLabel": "Ulashish…", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_vi.arb b/packages/flutter_localizations/lib/src/l10n/material_vi.arb index 591a9b3d093e..bf629e510cc9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_vi.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "Tra cứu", "searchWebButtonLabel": "Tìm kiếm trên web", "shareButtonLabel": "Chia sẻ...", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index c012e5e106b4..f5ab037f5469 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "查询", "searchWebButtonLabel": "在网络上搜索", "shareButtonLabel": "分享…", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zu.arb b/packages/flutter_localizations/lib/src/l10n/material_zu.arb index a30f09ff304f..7800b87844f5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zu.arb @@ -145,5 +145,6 @@ "lookUpButtonLabel": "Bheka Phezulu", "searchWebButtonLabel": "Sesha Iwebhu", "shareButtonLabel": "Yabelana...", - "clearButtonTooltip": "Clear text" + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/test/material/translations_test.dart b/packages/flutter_localizations/test/material/translations_test.dart index ba23db2542c0..4e055cba5371 100644 --- a/packages/flutter_localizations/test/material/translations_test.dart +++ b/packages/flutter_localizations/test/material/translations_test.dart @@ -55,6 +55,7 @@ void main() { expect(localizations.collapsedHint, isNotNull); expect(localizations.expandedHint, isNotNull); expect(localizations.refreshIndicatorSemanticLabel, isNotNull); + expect(localizations.selectedDateLabel, isNotNull); // Regression test for https://github.com/flutter/flutter/issues/136090 expect(localizations.remainingTextFieldCharacterCount(0), isNot(contains('TBD'))); From 0155ed2f2df171f73ceae58927c6ba3aa8b95add Mon Sep 17 00:00:00 2001 From: LouiseHsu Date: Thu, 14 Mar 2024 10:14:20 -0700 Subject: [PATCH 261/327] [framework] fix incorrect chinese localizations for Search Web and Share in selection controls (#144857) Fixes https://github.com/flutter/flutter/issues/144825 Corresponding translation suggestions: https://tc.corp.google.com/btviewer/edittranslation?project=Flutter&msgId=7417055026368500447&language=zh-TW (I accidentally pressed submit 3 times :( ) https://tc.corp.google.com/btviewer/edittranslation?project=Flutter&msgId=7417055026368500447&language=zh-HK https://tc.corp.google.com/btviewer/edittranslation?project=Flutter&msgId=7417055026368500447&language=zh-CN https://tc.corp.google.com/btviewer/edittranslation?project=Flutter&msgId=8883913494819754382&language=zh-CN ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [relevant style guides] and ran the auto-formatter. (Unlike the flutter/flutter repo, the flutter/packages repo does use `dart format`.) - [x] I signed the [CLA]. - [x] The title of the PR starts with the name of the package surrounded by square brackets, e.g. `[shared_preferences]` - [x] I [linked to at least one issue that this PR fixes] in the description above. - [x] I updated `pubspec.yaml` with an appropriate new version according to the [pub versioning philosophy], or this PR is [exempt from version changes]. - [x] I updated `CHANGELOG.md` to add a description of the change, [following repository CHANGELOG style]. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] All existing and new tests are passing. --- .../lib/src/l10n/cupertino_zh.arb | 4 ++-- .../lib/src/l10n/cupertino_zh_HK.arb | 2 +- .../lib/src/l10n/cupertino_zh_TW.arb | 2 +- .../src/l10n/generated_cupertino_localizations.dart | 12 ++++++------ .../src/l10n/generated_material_localizations.dart | 12 ++++++------ .../lib/src/l10n/material_zh.arb | 4 ++-- .../lib/src/l10n/material_zh_HK.arb | 2 +- .../lib/src/l10n/material_zh_TW.arb | 2 +- 8 files changed, 20 insertions(+), 20 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb index b0f76097d647..491afd255963 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb @@ -25,7 +25,7 @@ "noSpellCheckReplacementsLabel": "找不到替换文字", "menuDismissLabel": "关闭菜单", "lookUpButtonLabel": "查询", - "searchWebButtonLabel": "在网络上搜索", - "shareButtonLabel": "分享…", + "searchWebButtonLabel": "搜索", + "shareButtonLabel": "共享…", "clearButtonLabel": "Clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb index d58072005760..7a07502ad954 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb @@ -1,5 +1,5 @@ { - "searchWebButtonLabel": "搜尋網頁", + "searchWebButtonLabel": "搜尋", "shareButtonLabel": "分享…", "lookUpButtonLabel": "查詢", "noSpellCheckReplacementsLabel": "找不到替換字詞", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb index 3b5532c9df21..062d244e832a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb @@ -1,6 +1,6 @@ { "lookUpButtonLabel": "查詢", - "searchWebButtonLabel": "在網路上搜尋", + "searchWebButtonLabel": "搜尋", "shareButtonLabel": "分享…", "noSpellCheckReplacementsLabel": "找不到替代文字", "menuDismissLabel": "關閉選單", diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index 90aa1b73a8b0..1d63547f300b 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -14036,13 +14036,13 @@ class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { String get searchTextFieldPlaceholderLabel => '搜索'; @override - String get searchWebButtonLabel => '在网络上搜索'; + String get searchWebButtonLabel => '搜索'; @override String get selectAllButtonLabel => '全选'; @override - String get shareButtonLabel => '分享…'; + String get shareButtonLabel => '共享…'; @override String get tabSemanticsLabelRaw => r'第 $tabIndex 个标签,共 $tabCount 个'; @@ -14183,11 +14183,14 @@ class CupertinoLocalizationZhHant extends CupertinoLocalizationZh { String get searchTextFieldPlaceholderLabel => '搜尋'; @override - String get searchWebButtonLabel => '搜尋網頁'; + String get searchWebButtonLabel => '搜尋'; @override String get selectAllButtonLabel => '全選'; + @override + String get shareButtonLabel => '分享…'; + @override String get tabSemanticsLabelRaw => r'$tabCount 個分頁中嘅第 $tabIndex 個'; @@ -14239,9 +14242,6 @@ class CupertinoLocalizationZhHantTw extends CupertinoLocalizationZhHant { required super.decimalFormat, }); - @override - String get searchWebButtonLabel => '在網路上搜尋'; - @override String get noSpellCheckReplacementsLabel => '找不到替代文字'; diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index 85a30da10da2..d8e9d3db994f 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -44063,7 +44063,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get searchFieldLabel => '搜索'; @override - String get searchWebButtonLabel => '在网络上搜索'; + String get searchWebButtonLabel => '搜索'; @override String get selectAllButtonLabel => '全选'; @@ -44093,7 +44093,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => '分享…'; + String get shareButtonLabel => '共享…'; @override String get showAccountsLabel => '显示账号'; @@ -44476,7 +44476,7 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get searchFieldLabel => '搜尋'; @override - String get searchWebButtonLabel => '搜尋網頁'; + String get searchWebButtonLabel => '搜尋'; @override String get selectAllButtonLabel => '全部選取'; @@ -44490,6 +44490,9 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { @override String get selectedRowCountTitleOther => r'已選取 $selectedRowCount 個項目'; + @override + String get shareButtonLabel => '分享…'; + @override String get showAccountsLabel => '顯示帳戶'; @@ -44564,9 +44567,6 @@ class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { required super.twoDigitZeroPaddedFormat, }); - @override - String get searchWebButtonLabel => '在網路上搜尋'; - @override String get scanTextButtonLabel => '掃描文字'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index f5ab037f5469..d702702d3480 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -143,8 +143,8 @@ "collapsedHint": "已展开", "menuDismissLabel": "关闭菜单", "lookUpButtonLabel": "查询", - "searchWebButtonLabel": "在网络上搜索", - "shareButtonLabel": "分享…", + "searchWebButtonLabel": "搜索", + "shareButtonLabel": "共享…", "clearButtonTooltip": "Clear text", "selectedDateLabel": "Selected" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb index bb731fa6766b..a8d62dd50bf1 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb @@ -1,5 +1,5 @@ { - "searchWebButtonLabel": "搜尋網頁", + "searchWebButtonLabel": "搜尋", "shareButtonLabel": "分享…", "scanTextButtonLabel": "掃瞄文字", "lookUpButtonLabel": "查詢", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb index b25886bf4298..4722dbce5fcf 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb @@ -1,6 +1,6 @@ { "lookUpButtonLabel": "查詢", - "searchWebButtonLabel": "在網路上搜尋", + "searchWebButtonLabel": "搜尋", "shareButtonLabel": "分享…", "scanTextButtonLabel": "掃描文字", "menuDismissLabel": "關閉選單", From 4ab5559fbba242abf1f93fab7b43d32b02767d36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Sharma?= <737941+loic-sharma@users.noreply.github.com> Date: Fri, 15 Mar 2024 07:12:22 -0700 Subject: [PATCH 262/327] Roll pub packages manually (#145170) The automated roll failed as a test needs to be updated: https://github.com/flutter/flutter/pull/145167 Fixes: https://github.com/flutter/flutter/issues/139861 --- .../test/material/translations_test.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/flutter_localizations/test/material/translations_test.dart b/packages/flutter_localizations/test/material/translations_test.dart index 4e055cba5371..95b6bef16225 100644 --- a/packages/flutter_localizations/test/material/translations_test.dart +++ b/packages/flutter_localizations/test/material/translations_test.dart @@ -174,8 +174,8 @@ void main() { expect(localizations.selectedRowCountTitle(0), 'បាន​ជ្រើស​រើស​ធាតុ 0'); expect(localizations.selectedRowCountTitle(1), 'បាន​ជ្រើស​រើស​ធាតុ 1'); expect(localizations.selectedRowCountTitle(2), 'បាន​ជ្រើស​រើស​ធាតុ 2'); - expect(localizations.selectedRowCountTitle(10000), 'បាន​ជ្រើស​រើស​ធាតុ 10.000'); - expect(localizations.selectedRowCountTitle(123456789), 'បាន​ជ្រើស​រើស​ធាតុ 123.456.789'); + expect(localizations.selectedRowCountTitle(10000), 'បាន​ជ្រើស​រើស​ធាតុ 10,000'); + expect(localizations.selectedRowCountTitle(123456789), 'បាន​ជ្រើស​រើស​ធាតុ 123,456,789'); }); testWidgets('spot check formatMediumDate(), formatFullDate() translations', (WidgetTester tester) async { From 719a77d6014160623ac608def7ac38ec3f1cc593 Mon Sep 17 00:00:00 2001 From: godofredoc Date: Tue, 26 Mar 2024 19:33:05 -0700 Subject: [PATCH 263/327] Update localization files. (#145780) Update the localization files to be used in the upcoming stable release. --- .../lib/src/l10n/cupertino_pa.arb | 2 +- .../src/l10n/generated_cupertino_localizations.dart | 2 +- .../src/l10n/generated_material_localizations.dart | 11 ++++------- .../lib/src/l10n/material_fa.arb | 2 +- .../lib/src/l10n/material_fr_CA.arb | 2 +- .../lib/src/l10n/material_pa.arb | 2 +- .../lib/src/l10n/material_pt_PT.arb | 4 ++-- 7 files changed, 11 insertions(+), 14 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb index fa9e90b5bb57..76f9c266baf8 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb @@ -8,7 +8,7 @@ "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", "todayLabel": "ਅੱਜ", - "alertDialogLabel": "ਸੁਚੇਤਨਾ", + "alertDialogLabel": "ਅਲਰਟ", "timerPickerHourLabelOne": "ਘੰਟਾ", "timerPickerHourLabelOther": "ਘੰਟੇ", "timerPickerMinuteLabelOne": "ਮਿੰ.", diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index 1d63547f300b..5228952a8439 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -10316,7 +10316,7 @@ class CupertinoLocalizationPa extends GlobalCupertinoLocalizations { }); @override - String get alertDialogLabel => 'ਸੁਚੇਤਨਾ'; + String get alertDialogLabel => 'ਅਲਰਟ'; @override String get anteMeridiemAbbreviation => 'AM'; diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index d8e9d3db994f..8b0343cf7e40 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -14256,7 +14256,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get cutButtonLabel => 'برش'; @override - String get dateHelpText => 'روز/ماه/سال'; + String get dateHelpText => 'رر/م‌م/س‌س‌س‌س'; @override String get dateInputLabel => 'تاریخ را وارد کنید'; @@ -16233,9 +16233,6 @@ class MaterialLocalizationFrCa extends MaterialLocalizationFr { @override String get keyboardKeyInsert => 'Insér.'; - @override - String get keyboardKeyEscape => 'Échapp.'; - @override String get keyboardKeyEject => 'Éject.'; @@ -32227,7 +32224,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get aboutListTileTitleRaw => r'$applicationName ਬਾਰੇ'; @override - String get alertDialogLabel => 'ਸੁਚੇਤਨਾ'; + String get alertDialogLabel => 'ਅਲਰਟ'; @override String get anteMeridiemAbbreviation => 'AM'; @@ -34295,13 +34292,13 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { String get dateOutOfRangeLabel => 'Fora do intervalo.'; @override - String get dateRangeEndDateSemanticLabelRaw => r'Data de conclusão: $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'Data de fim: $fullDate'; @override String get dateRangeStartDateSemanticLabelRaw => r'Data de início: $fullDate'; @override - String get dateRangeEndLabel => 'Data de conclusão'; + String get dateRangeEndLabel => 'Data de fim'; @override String get inputDateModeButtonLabel => 'Mude para a introdução'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index 84e13cb7ae73..48188519c329 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -56,7 +56,7 @@ "refreshIndicatorSemanticLabel": "بازآوری", "moreButtonTooltip": "بیشتر", "dateSeparator": "/", - "dateHelpText": "روز/ماه/سال", + "dateHelpText": "رر/م‌م/س‌س‌س‌س", "selectYearSemanticsLabel": "انتخاب سال", "unspecifiedDate": "تاریخ", "unspecifiedDateRange": "محدوده تاریخ", diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb b/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb index 0ca0bbc27874..f0483e64e470 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb @@ -42,7 +42,7 @@ "keyboardKeyHome": "Accueil", "keyboardKeyNumpadMultiply": "Num *", "keyboardKeyFn": "Fn", - "keyboardKeyEscape": "Échapp.", + "keyboardKeyEscape": "Échap", "keyboardKeyNumpadParenLeft": "Num (", "keyboardKeyEject": "Éject.", "keyboardKeyDelete": "Suppr", diff --git a/packages/flutter_localizations/lib/src/l10n/material_pa.arb b/packages/flutter_localizations/lib/src/l10n/material_pa.arb index 6fe681c17eca..8024f957fd76 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pa.arb @@ -41,7 +41,7 @@ "drawerLabel": "ਨੈਵੀਗੇਸ਼ਨ ਮੀਨੂ", "popupMenuLabel": "ਪੌਪਅੱਪ ਮੀਨੂ", "dialogLabel": "ਵਿੰਡੋ", - "alertDialogLabel": "ਸੁਚੇਤਨਾ", + "alertDialogLabel": "ਅਲਰਟ", "searchFieldLabel": "ਖੋਜੋ", "reorderItemToStart": "ਸ਼ੁਰੂ ਵਿੱਚ ਲਿਜਾਓ", "reorderItemToEnd": "ਅੰਤ ਵਿੱਚ ਲਿਜਾਓ", diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb index 1299bc7f17ec..405283edbe62 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb @@ -80,9 +80,9 @@ "dateOutOfRangeLabel": "Fora do intervalo.", "invalidDateRangeLabel": "Intervalo inválido.", "invalidDateFormatLabel": "Formato inválido.", - "dateRangeEndDateSemanticLabel": "Data de conclusão: $fullDate", + "dateRangeEndDateSemanticLabel": "Data de fim: $fullDate", "dateRangeStartDateSemanticLabel": "Data de início: $fullDate", - "dateRangeEndLabel": "Data de conclusão", + "dateRangeEndLabel": "Data de fim", "dateRangeStartLabel": "Data de início", "inputDateModeButtonLabel": "Mude para a introdução", "unspecifiedDateRange": "Intervalo de datas", From 4dbd185fe76430e4a6cd9284af9d18e271d856f0 Mon Sep 17 00:00:00 2001 From: Kallen Tu Date: Tue, 2 Apr 2024 16:42:25 -0700 Subject: [PATCH 264/327] Add `none` language strings to code blocks. (#146154) Part 2 from https://github.com/flutter/flutter/pull/146085 In preparation to add the lint `missing_code_block_language_in_doc_comment`, added `none` info strings to a bunch of fenced code blocks that have miscellaneous text or output text. Related to issue: https://github.com/dart-lang/linter/issues/4904 ## Pre-launch Checklist - [X] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [X] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [X] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [X] I signed the [CLA]. - [X] I listed at least one issue that this PR fixes in the description above. - [X] I updated/added relevant documentation (doc comments with `///`). - [X] I added new tests to check the change I am making, or this PR is [test-exempt]. - [X] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [x] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-new channel on [Discord]. [Contributor Guide]: https://github.com/flutter/flutter/wiki/Tree-hygiene#overview [Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene [test-exempt]: https://github.com/flutter/flutter/wiki/Tree-hygiene#tests [Flutter Style Guide]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo [Features we expect every widget to implement]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#features-we-expect-every-widget-to-implement [CLA]: https://cla.developers.google.com/ [flutter/tests]: https://github.com/flutter/tests [breaking change policy]: https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes [Discord]: https://github.com/flutter/flutter/wiki/Chat [Data Driven Fixes]: https://github.com/flutter/flutter/wiki/Data-driven-Fixes --- dev/tools/localization/localizations_utils.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/tools/localization/localizations_utils.dart b/dev/tools/localization/localizations_utils.dart index bfe3cc9d380f..6c3d2e19329d 100644 --- a/dev/tools/localization/localizations_utils.dart +++ b/dev/tools/localization/localizations_utils.dart @@ -395,7 +395,7 @@ class $classNamePrefix$camelCaseName extends $superClass {'''; /// Return the input string as a Dart-parseable string. /// -/// ``` +/// ```none /// foo => 'foo' /// foo "bar" => 'foo "bar"' /// foo 'bar' => "foo 'bar'" @@ -407,7 +407,7 @@ class $classNamePrefix$camelCaseName extends $superClass {'''; /// in JSON files are escaped. For example, the backspace character (\b) /// has to be properly escaped by this function so that the generated /// Dart code correctly represents this character: -/// ``` +/// ```none /// foo\bar => 'foo\\bar' /// foo\nbar => 'foo\\nbar' /// foo\\nbar => 'foo\\\\nbar' From d75d793c1b16b7cb3e00764f1af66a705e724ed9 Mon Sep 17 00:00:00 2001 From: Nate Date: Thu, 16 May 2024 18:16:06 -0600 Subject: [PATCH 265/327] `switch` statement cleanup (#148382) This PR is step 12 in the journey to solve issue #136139 and make the entire Flutter repo more readable. Most of it involves implementing switch expressions, and there's also a few other random things that I wanted to clean up a bit. --- .../localization/localizations_utils.dart | 29 ++++--------------- .../lib/src/material_localizations.dart | 10 +++---- 2 files changed, 10 insertions(+), 29 deletions(-) diff --git a/dev/tools/localization/localizations_utils.dart b/dev/tools/localization/localizations_utils.dart index 6c3d2e19329d..e0f18f75ed8c 100644 --- a/dev/tools/localization/localizations_utils.dart +++ b/dev/tools/localization/localizations_utils.dart @@ -62,29 +62,12 @@ class LocaleInfo implements Comparable { /// across various countries. For example, we know Taiwan uses traditional (Hant) /// script, so it is safe to apply (Hant) to Taiwanese languages. if (deriveScriptCode && scriptCode == null) { - switch (languageCode) { - case 'zh': { - if (countryCode == null) { - scriptCode = 'Hans'; - } - switch (countryCode) { - case 'CN': - case 'SG': - scriptCode = 'Hans'; - case 'TW': - case 'HK': - case 'MO': - scriptCode = 'Hant'; - } - break; - } - case 'sr': { - if (countryCode == null) { - scriptCode = 'Cyrl'; - } - break; - } - } + scriptCode = switch ((languageCode, countryCode)) { + ('zh', 'CN' || 'SG' || null) => 'Hans', + ('zh', 'TW' || 'HK' || 'MO') => 'Hant', + ('sr', null) => 'Cyrl', + _ => null, + }; // Increment length if we were able to assume a scriptCode. if (scriptCode != null) { length += 1; diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index e415db1726ba..4c6189f374a0 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -226,12 +226,10 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { } String? _formatDayPeriod(TimeOfDay timeOfDay) { - switch (timeOfDay.period) { - case DayPeriod.am: - return anteMeridiemAbbreviation; - case DayPeriod.pm: - return postMeridiemAbbreviation; - } + return switch (timeOfDay.period) { + DayPeriod.am => anteMeridiemAbbreviation, + DayPeriod.pm => postMeridiemAbbreviation, + }; } /// The raw version of [dateRangeStartDateSemanticLabel], with `$formattedDate` verbatim From ef5090502776cc6fbca3a2a51048c7f6c00b0677 Mon Sep 17 00:00:00 2001 From: Nate Date: Tue, 21 May 2024 10:18:05 -0600 Subject: [PATCH 266/327] `switch` expressions: finale (#148711) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### fixes #136139
getting sentimental in the PR description (click to collapse)

The past 7 months have been quite the journey—I made some huge blunders and some huge accomplishments—a very fun time overall. I really appreciate the people who took the time to perform code review for my refactoring shenanigans: **christopherfujino**, **andrewkolos**, **LongCatIsLooong**, **gspencergoog**, **loic-sharma**, **Piinks**, **bernaferrari**, **bartekpacia**, **bleroux**, **kevmoo**, **rakudrama**, **XilaiZhang**, **QuncCccccc**, **MominRaza**, and **victorsanni**. And a huge shoutout to 2 individuals: - @justinmc, for offering to sponsor me for commit access (words could not describe my excitement) - @goderbauer, for being super duper proactive and consistent with code review
This pull request makes 13 "switch statements → switch expressions" PRs in total, reducing the LOC in this repo by **1,974**! From now on, I'll make sure to request a test exemption for each refactoring PR 🙂 --- .../localization/bin/gen_localizations.dart | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/dev/tools/localization/bin/gen_localizations.dart b/dev/tools/localization/bin/gen_localizations.dart index af70e2368955..11a4356d4216 100644 --- a/dev/tools/localization/bin/gen_localizations.dart +++ b/dev/tools/localization/bin/gen_localizations.dart @@ -400,17 +400,12 @@ $factoryDeclaration /// /// Used by [generateGetter] below. String generateType(Map? attributes) { - bool optional = false; - String type = 'String'; - if (attributes != null) { - optional = attributes.containsKey('optional'); - switch (attributes['x-flutter-type'] as String?) { - case 'icuShortTimePattern': - type = 'TimeOfDayFormat'; - case 'scriptCategory': - type = 'ScriptCategory'; - } - } + final bool optional = attributes?.containsKey('optional') ?? false; + final String type = switch (attributes?['x-flutter-type']) { + 'icuShortTimePattern' => 'TimeOfDayFormat', + 'scriptCategory' => 'ScriptCategory', + _ => 'String', + }; return type + (optional ? '?' : ''); } From 6669a88ee6f2b13db652ec4a8c3c2c75b66148db Mon Sep 17 00:00:00 2001 From: Parker Lougheed Date: Thu, 20 Jun 2024 18:09:08 -0500 Subject: [PATCH 267/327] Update flutter.dev links from misc packages to more permanent destinations (#150532) Contributes to https://github.com/flutter/website/issues/10363 --- .../flutter_localizations/lib/src/material_localizations.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 4c6189f374a0..6d1d139b97e0 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -64,7 +64,7 @@ import 'widgets_localizations.dart'; /// See also: /// /// * The Flutter Internationalization Tutorial, -/// . +/// . /// * [DefaultMaterialLocalizations], which only provides US English translations. abstract class GlobalMaterialLocalizations implements MaterialLocalizations { /// Initializes an object that defines the material widgets' localized strings From a1ec4d30cb610e58ad7dedc1b549be4a49dd9ace Mon Sep 17 00:00:00 2001 From: Victor Sanni Date: Wed, 10 Jul 2024 17:10:17 -0700 Subject: [PATCH 268/327] Use correct locale for `CupertinoDatePicker` weekday (#151494) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #120052 introduces the `showDayOfWeek` flag to `CupertinoDatePicker` for mode `CupertinoDatePickerMode.date`, but the default `en` locale from `DefaultCupertinoLocalizations` is always used for the day of the week: https://github.com/flutter/flutter/blob/5103d757436124a08e6a8024ebacbf0cf4b2bacf/packages/flutter_localizations/lib/src/cupertino_localizations.dart#L116-L119 This PR introduces a new `intl.DateFormat` `weekdayFormat` to replace the default with the abbreviated weekday for any supported locales. | Before | After | | --- | --- | | Screenshot 2024-07-09 at 5 08 43 PM | Screenshot 2024-07-09 at 5 08 11 PM | Fixes #141875 --- .../gen_cupertino_localizations.dart | 4 +- .../lib/src/cupertino_localizations.dart | 15 +- .../generated_cupertino_localizations.dart | 350 ++++++++++++------ .../test/cupertino/translations_test.dart | 9 + 4 files changed, 255 insertions(+), 123 deletions(-) diff --git a/dev/tools/localization/gen_cupertino_localizations.dart b/dev/tools/localization/gen_cupertino_localizations.dart index 26408bdaca7c..072e030c3ed5 100644 --- a/dev/tools/localization/gen_cupertino_localizations.dart +++ b/dev/tools/localization/gen_cupertino_localizations.dart @@ -41,6 +41,7 @@ String generateCupertinoConstructor(LocaleInfo locale) { super.localeName = '$localeName', required super.fullYearFormat, required super.dayFormat, + required super.weekdayFormat, required super.mediumDateFormat, required super.singleDigitHourFormat, required super.singleDigitMinuteFormat, @@ -57,6 +58,7 @@ GlobalCupertinoLocalizations? getCupertinoTranslation( Locale locale, intl.DateFormat fullYearFormat, intl.DateFormat dayFormat, + intl.DateFormat weekdayFormat, intl.DateFormat mediumDateFormat, intl.DateFormat singleDigitHourFormat, intl.DateFormat singleDigitMinuteFormat, @@ -66,7 +68,7 @@ GlobalCupertinoLocalizations? getCupertinoTranslation( ) {'''; const String cupertinoFactoryArguments = - 'fullYearFormat: fullYearFormat, dayFormat: dayFormat, mediumDateFormat: mediumDateFormat, singleDigitHourFormat: singleDigitHourFormat, singleDigitMinuteFormat: singleDigitMinuteFormat, doubleDigitMinuteFormat: doubleDigitMinuteFormat, singleDigitSecondFormat: singleDigitSecondFormat, decimalFormat: decimalFormat'; + 'fullYearFormat: fullYearFormat, dayFormat: dayFormat, weekdayFormat: weekdayFormat, mediumDateFormat: mediumDateFormat, singleDigitHourFormat: singleDigitHourFormat, singleDigitMinuteFormat: singleDigitMinuteFormat, doubleDigitMinuteFormat: doubleDigitMinuteFormat, singleDigitSecondFormat: singleDigitSecondFormat, decimalFormat: decimalFormat'; const String cupertinoSupportedLanguagesConstant = 'kCupertinoSupportedLanguages'; diff --git a/packages/flutter_localizations/lib/src/cupertino_localizations.dart b/packages/flutter_localizations/lib/src/cupertino_localizations.dart index ec9b82120785..0fe947f81d11 100644 --- a/packages/flutter_localizations/lib/src/cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/cupertino_localizations.dart @@ -61,6 +61,7 @@ abstract class GlobalCupertinoLocalizations implements CupertinoLocalizations { required String localeName, required intl.DateFormat fullYearFormat, required intl.DateFormat dayFormat, + required intl.DateFormat weekdayFormat, required intl.DateFormat mediumDateFormat, required intl.DateFormat singleDigitHourFormat, required intl.DateFormat singleDigitMinuteFormat, @@ -70,6 +71,7 @@ abstract class GlobalCupertinoLocalizations implements CupertinoLocalizations { }) : _localeName = localeName, _fullYearFormat = fullYearFormat, _dayFormat = dayFormat, + _weekdayFormat = weekdayFormat, _mediumDateFormat = mediumDateFormat, _singleDigitHourFormat = singleDigitHourFormat, _singleDigitMinuteFormat = singleDigitMinuteFormat, @@ -80,6 +82,7 @@ abstract class GlobalCupertinoLocalizations implements CupertinoLocalizations { final String _localeName; final intl.DateFormat _fullYearFormat; final intl.DateFormat _dayFormat; + final intl.DateFormat _weekdayFormat; final intl.DateFormat _mediumDateFormat; final intl.DateFormat _singleDigitHourFormat; final intl.DateFormat _singleDigitMinuteFormat; @@ -114,11 +117,10 @@ abstract class GlobalCupertinoLocalizations implements CupertinoLocalizations { @override String datePickerDayOfMonth(int dayIndex, [int? weekDay]) { - if (weekDay != null) { - return ' ${DefaultCupertinoLocalizations.shortWeekdays[weekDay - DateTime.monday]} $dayIndex '; - } - // Year and month doesn't matter since we just want to day formatted. - return _dayFormat.format(DateTime.utc(0, 0, dayIndex)); + return weekDay != null + ? '${_weekdayFormat.format(DateTime.utc(1, 1, weekDay))} ${_dayFormat.format(DateTime.utc(1, 1, dayIndex))}' + // Year and month doesn't matter since we just want to day formatted. + : _dayFormat.format(DateTime.utc(0, 0, dayIndex)); } @override @@ -486,6 +488,7 @@ class _GlobalCupertinoLocalizationsDelegate extends LocalizationsDelegate()); expect(localizations.lookUpButtonLabel, '查询'); }); + + testWidgets('localizations.datePickerDayOfMonth uses the current locale for weekdays', (WidgetTester tester) async { + const Locale locale = Locale('zh'); + expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); + final CupertinoLocalizations localizations = await GlobalCupertinoLocalizations.delegate.load(locale); + expect(localizations, isA()); + expect(localizations.datePickerDayOfMonth(1), '1日'); + expect(localizations.datePickerDayOfMonth(1, 2), '周二 1日'); + }); } class _FakeEditableText extends EditableText { From 58ebab844d73573414ef9747e85792a82b7d4259 Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Thu, 11 Jul 2024 13:15:05 -0700 Subject: [PATCH 269/327] docimports for flutter_goldens, flutter_localizations, flutter_web_plugins, fuchsia_remote_debug_protocol, integration_test (#151271) Part of https://github.com/flutter/flutter/issues/150800 --- .../flutter_localizations/lib/src/cupertino_localizations.dart | 3 +++ .../flutter_localizations/lib/src/material_localizations.dart | 3 +++ 2 files changed, 6 insertions(+) diff --git a/packages/flutter_localizations/lib/src/cupertino_localizations.dart b/packages/flutter_localizations/lib/src/cupertino_localizations.dart index 0fe947f81d11..227037b266c6 100644 --- a/packages/flutter_localizations/lib/src/cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/cupertino_localizations.dart @@ -2,6 +2,9 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +/// @docImport 'package:intl/intl.dart'; +library; + import 'package:flutter/cupertino.dart'; import 'package:flutter/foundation.dart'; import 'package:intl/intl.dart' as intl; diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index 6d1d139b97e0..a12282d4fc8a 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -2,6 +2,9 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +/// @docImport 'package:intl/intl.dart'; +library; + import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:intl/intl.dart' as intl; From 2a260499d09fae295526b7555bb0d4fbae472ac0 Mon Sep 17 00:00:00 2001 From: n7484443 Date: Wed, 17 Jul 2024 07:29:43 +0900 Subject: [PATCH 270/327] chore: fix typo korean, cutButtonLabel (#151364) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [Wikipeidia](https://ko.wikipedia.org/wiki/%EC%9E%98%EB%9D%BC%EB%82%B4%EA%B8%B0,_%EB%B3%B5%EC%82%AC,_%EB%B6%99%EC%97%AC%EB%84%A3%EA%B8%B0) In korea, we use '잘라내기', '복사', '붙여넣기', not '잘라냄', '복사', '붙여넣기'. ![image](https://github.com/flutter/flutter/assets/7384324/34845c96-4e7a-4f95-a44c-19f9917f4a6c) e.g.) korean translation site, papago ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [x] I listed at least one issue that this PR fixes in the description above. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [x] All existing and new tests are passing. --- .../lib/src/l10n/cupertino_ko.arb | 2 +- .../src/l10n/generated_cupertino_localizations.dart | 2 +- .../lib/src/l10n/generated_material_localizations.dart | 2 +- .../flutter_localizations/lib/src/l10n/material_ko.arb | 2 +- .../test/cupertino/translations_test.dart | 10 ++++++++++ .../test/material/translations_test.dart | 10 ++++++++++ 6 files changed, 24 insertions(+), 4 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb index 940f4b9e0ac6..2e75d2cf54fa 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb @@ -15,7 +15,7 @@ "timerPickerMinuteLabelOther": "분", "timerPickerSecondLabelOne": "초", "timerPickerSecondLabelOther": "초", - "cutButtonLabel": "잘라냄", + "cutButtonLabel": "잘라내기", "copyButtonLabel": "복사", "pasteButtonLabel": "붙여넣기", "selectAllButtonLabel": "전체 선택", diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index 4be33dc5bf89..ebe8952caf53 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -7758,7 +7758,7 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { String get copyButtonLabel => '복사'; @override - String get cutButtonLabel => '잘라냄'; + String get cutButtonLabel => '잘라내기'; @override String get datePickerDateOrderString => 'ymd'; diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index 8b0343cf7e40..328966f2e72a 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -24330,7 +24330,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get currentDateLabel => '오늘'; @override - String get cutButtonLabel => '잘라냄'; + String get cutButtonLabel => '잘라내기'; @override String get dateHelpText => 'yyyy.mm.dd'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index ef1318d767a4..0cc2f3a6d816 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -24,7 +24,7 @@ "closeButtonLabel": "닫기", "continueButtonLabel": "계속", "copyButtonLabel": "복사", - "cutButtonLabel": "잘라냄", + "cutButtonLabel": "잘라내기", "scanTextButtonLabel": "텍스트 스캔", "okButtonLabel": "확인", "pasteButtonLabel": "붙여넣기", diff --git a/packages/flutter_localizations/test/cupertino/translations_test.dart b/packages/flutter_localizations/test/cupertino/translations_test.dart index e496d07e3668..991cdd91924f 100644 --- a/packages/flutter_localizations/test/cupertino/translations_test.dart +++ b/packages/flutter_localizations/test/cupertino/translations_test.dart @@ -240,6 +240,16 @@ void main() { expect(localizations.lookUpButtonLabel, '查询'); }); + testWidgets('ko-KR translation for cut, copy, paste label in ButtonLabel', (WidgetTester tester) async { + const Locale locale = Locale('ko'); + expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); + final CupertinoLocalizations localizations = await GlobalCupertinoLocalizations.delegate.load(locale); + expect(localizations, isA()); + expect(localizations.cutButtonLabel, '잘라내기'); + expect(localizations.copyButtonLabel, '복사'); + expect(localizations.pasteButtonLabel, '붙여넣기'); + }); + testWidgets('localizations.datePickerDayOfMonth uses the current locale for weekdays', (WidgetTester tester) async { const Locale locale = Locale('zh'); expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); diff --git a/packages/flutter_localizations/test/material/translations_test.dart b/packages/flutter_localizations/test/material/translations_test.dart index 95b6bef16225..9d876ee58b8f 100644 --- a/packages/flutter_localizations/test/material/translations_test.dart +++ b/packages/flutter_localizations/test/material/translations_test.dart @@ -559,4 +559,14 @@ void main() { expect(localizations, isA()); expect(localizations.lookUpButtonLabel, '查询'); }); + + testWidgets('zh-CN translation for look up label', (WidgetTester tester) async { + const Locale locale = Locale('ko'); + expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); + final MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); + expect(localizations, isA()); + expect(localizations.cutButtonLabel, '잘라내기'); + expect(localizations.copyButtonLabel, '복사'); + expect(localizations.pasteButtonLabel, '붙여넣기'); + }); } From 35e2fb7146cb93d96ce5b245008a38c3fbf223b4 Mon Sep 17 00:00:00 2001 From: n7484443 Date: Fri, 19 Jul 2024 08:23:05 +0900 Subject: [PATCH 271/327] chore: fix test name & add description of tests (#151959) https://github.com/flutter/flutter/pull/151364 I realized I made a mistake with my PR. There are two missed description about test, one wrong test name. So I correted that tests. --- .../test/cupertino/translations_test.dart | 1 + .../flutter_localizations/test/material/translations_test.dart | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/flutter_localizations/test/cupertino/translations_test.dart b/packages/flutter_localizations/test/cupertino/translations_test.dart index 991cdd91924f..f6ee9e99fc3b 100644 --- a/packages/flutter_localizations/test/cupertino/translations_test.dart +++ b/packages/flutter_localizations/test/cupertino/translations_test.dart @@ -240,6 +240,7 @@ void main() { expect(localizations.lookUpButtonLabel, '查询'); }); + // Regression test for https://github.com/flutter/flutter/pull/151364 testWidgets('ko-KR translation for cut, copy, paste label in ButtonLabel', (WidgetTester tester) async { const Locale locale = Locale('ko'); expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); diff --git a/packages/flutter_localizations/test/material/translations_test.dart b/packages/flutter_localizations/test/material/translations_test.dart index 9d876ee58b8f..c75ab67833dd 100644 --- a/packages/flutter_localizations/test/material/translations_test.dart +++ b/packages/flutter_localizations/test/material/translations_test.dart @@ -560,7 +560,8 @@ void main() { expect(localizations.lookUpButtonLabel, '查询'); }); - testWidgets('zh-CN translation for look up label', (WidgetTester tester) async { + // Regression test for https://github.com/flutter/flutter/pull/151364 + testWidgets('ko-KR translation for cut, copy, paste label in ButtonLabel', (WidgetTester tester) async { const Locale locale = Locale('ko'); expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); final MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); From 137f12916a69031c9ea5a730ac3a9a4587715945 Mon Sep 17 00:00:00 2001 From: Qun Cheng <36861262+QuncCccccc@users.noreply.github.com> Date: Wed, 11 Sep 2024 09:57:48 -0700 Subject: [PATCH 272/327] Update material and cupertino localizations (#154959) The translation console stop processing l10n requests since end of last year and finally finished all of them:) This PR is to update material and cupertino localizations. --- .../lib/src/l10n/cupertino_af.arb | 2 +- .../lib/src/l10n/cupertino_am.arb | 2 +- .../lib/src/l10n/cupertino_ar.arb | 4 +- .../lib/src/l10n/cupertino_as.arb | 2 +- .../lib/src/l10n/cupertino_az.arb | 2 +- .../lib/src/l10n/cupertino_be.arb | 2 +- .../lib/src/l10n/cupertino_bg.arb | 2 +- .../lib/src/l10n/cupertino_bn.arb | 2 +- .../lib/src/l10n/cupertino_bs.arb | 2 +- .../lib/src/l10n/cupertino_ca.arb | 2 +- .../lib/src/l10n/cupertino_cs.arb | 2 +- .../lib/src/l10n/cupertino_cy.arb | 2 +- .../lib/src/l10n/cupertino_da.arb | 2 +- .../lib/src/l10n/cupertino_de.arb | 2 +- .../lib/src/l10n/cupertino_el.arb | 2 +- .../lib/src/l10n/cupertino_es.arb | 2 +- .../lib/src/l10n/cupertino_es_419.arb | 1 + .../lib/src/l10n/cupertino_es_AR.arb | 1 + .../lib/src/l10n/cupertino_es_BO.arb | 1 + .../lib/src/l10n/cupertino_es_CL.arb | 1 + .../lib/src/l10n/cupertino_es_CO.arb | 1 + .../lib/src/l10n/cupertino_es_CR.arb | 1 + .../lib/src/l10n/cupertino_es_DO.arb | 1 + .../lib/src/l10n/cupertino_es_EC.arb | 1 + .../lib/src/l10n/cupertino_es_GT.arb | 1 + .../lib/src/l10n/cupertino_es_HN.arb | 1 + .../lib/src/l10n/cupertino_es_MX.arb | 1 + .../lib/src/l10n/cupertino_es_NI.arb | 1 + .../lib/src/l10n/cupertino_es_PA.arb | 1 + .../lib/src/l10n/cupertino_es_PE.arb | 1 + .../lib/src/l10n/cupertino_es_PR.arb | 1 + .../lib/src/l10n/cupertino_es_PY.arb | 1 + .../lib/src/l10n/cupertino_es_SV.arb | 1 + .../lib/src/l10n/cupertino_es_US.arb | 1 + .../lib/src/l10n/cupertino_es_UY.arb | 1 + .../lib/src/l10n/cupertino_es_VE.arb | 1 + .../lib/src/l10n/cupertino_et.arb | 2 +- .../lib/src/l10n/cupertino_eu.arb | 2 +- .../lib/src/l10n/cupertino_fa.arb | 2 +- .../lib/src/l10n/cupertino_fi.arb | 2 +- .../lib/src/l10n/cupertino_fil.arb | 2 +- .../lib/src/l10n/cupertino_fr.arb | 2 +- .../lib/src/l10n/cupertino_fr_CA.arb | 1 + .../lib/src/l10n/cupertino_gl.arb | 2 +- .../lib/src/l10n/cupertino_gsw.arb | 2 +- .../lib/src/l10n/cupertino_gu.arb | 2 +- .../lib/src/l10n/cupertino_he.arb | 2 +- .../lib/src/l10n/cupertino_hi.arb | 2 +- .../lib/src/l10n/cupertino_hr.arb | 2 +- .../lib/src/l10n/cupertino_hu.arb | 2 +- .../lib/src/l10n/cupertino_hy.arb | 2 +- .../lib/src/l10n/cupertino_id.arb | 2 +- .../lib/src/l10n/cupertino_is.arb | 2 +- .../lib/src/l10n/cupertino_it.arb | 2 +- .../lib/src/l10n/cupertino_ja.arb | 2 +- .../lib/src/l10n/cupertino_ka.arb | 2 +- .../lib/src/l10n/cupertino_kk.arb | 2 +- .../lib/src/l10n/cupertino_km.arb | 2 +- .../lib/src/l10n/cupertino_kn.arb | 2 +- .../lib/src/l10n/cupertino_ko.arb | 2 +- .../lib/src/l10n/cupertino_ky.arb | 2 +- .../lib/src/l10n/cupertino_lo.arb | 2 +- .../lib/src/l10n/cupertino_lt.arb | 2 +- .../lib/src/l10n/cupertino_lv.arb | 2 +- .../lib/src/l10n/cupertino_mk.arb | 2 +- .../lib/src/l10n/cupertino_ml.arb | 2 +- .../lib/src/l10n/cupertino_mn.arb | 2 +- .../lib/src/l10n/cupertino_mr.arb | 2 +- .../lib/src/l10n/cupertino_ms.arb | 2 +- .../lib/src/l10n/cupertino_my.arb | 2 +- .../lib/src/l10n/cupertino_nb.arb | 2 +- .../lib/src/l10n/cupertino_ne.arb | 8 +- .../lib/src/l10n/cupertino_nl.arb | 2 +- .../lib/src/l10n/cupertino_no.arb | 2 +- .../lib/src/l10n/cupertino_or.arb | 2 +- .../lib/src/l10n/cupertino_pa.arb | 2 +- .../lib/src/l10n/cupertino_pl.arb | 2 +- .../lib/src/l10n/cupertino_pt.arb | 2 +- .../lib/src/l10n/cupertino_pt_PT.arb | 1 + .../lib/src/l10n/cupertino_ro.arb | 2 +- .../lib/src/l10n/cupertino_ru.arb | 2 +- .../lib/src/l10n/cupertino_si.arb | 2 +- .../lib/src/l10n/cupertino_sk.arb | 2 +- .../lib/src/l10n/cupertino_sl.arb | 2 +- .../lib/src/l10n/cupertino_sq.arb | 2 +- .../lib/src/l10n/cupertino_sr.arb | 2 +- .../lib/src/l10n/cupertino_sr_Latn.arb | 1 + .../lib/src/l10n/cupertino_sv.arb | 2 +- .../lib/src/l10n/cupertino_sw.arb | 2 +- .../lib/src/l10n/cupertino_ta.arb | 2 +- .../lib/src/l10n/cupertino_te.arb | 2 +- .../lib/src/l10n/cupertino_th.arb | 2 +- .../lib/src/l10n/cupertino_tl.arb | 2 +- .../lib/src/l10n/cupertino_tr.arb | 2 +- .../lib/src/l10n/cupertino_uk.arb | 2 +- .../lib/src/l10n/cupertino_ur.arb | 2 +- .../lib/src/l10n/cupertino_uz.arb | 2 +- .../lib/src/l10n/cupertino_vi.arb | 2 +- .../lib/src/l10n/cupertino_zh.arb | 2 +- .../lib/src/l10n/cupertino_zh_HK.arb | 1 + .../lib/src/l10n/cupertino_zh_TW.arb | 1 + .../lib/src/l10n/cupertino_zu.arb | 2 +- .../generated_cupertino_localizations.dart | 168 ++--- .../generated_material_localizations.dart | 663 +++++++----------- .../lib/src/l10n/material_af.arb | 6 +- .../lib/src/l10n/material_am.arb | 6 +- .../lib/src/l10n/material_ar.arb | 8 +- .../lib/src/l10n/material_as.arb | 6 +- .../lib/src/l10n/material_az.arb | 6 +- .../lib/src/l10n/material_be.arb | 6 +- .../lib/src/l10n/material_bg.arb | 6 +- .../lib/src/l10n/material_bn.arb | 6 +- .../lib/src/l10n/material_bs.arb | 6 +- .../lib/src/l10n/material_ca.arb | 6 +- .../lib/src/l10n/material_cs.arb | 6 +- .../lib/src/l10n/material_cy.arb | 6 +- .../lib/src/l10n/material_da.arb | 6 +- .../lib/src/l10n/material_de.arb | 6 +- .../lib/src/l10n/material_el.arb | 6 +- .../lib/src/l10n/material_en_AU.arb | 4 +- .../lib/src/l10n/material_en_CA.arb | 76 +- .../lib/src/l10n/material_en_GB.arb | 4 +- .../lib/src/l10n/material_en_IE.arb | 4 +- .../lib/src/l10n/material_en_IN.arb | 4 +- .../lib/src/l10n/material_en_NZ.arb | 4 +- .../lib/src/l10n/material_en_SG.arb | 4 +- .../lib/src/l10n/material_en_ZA.arb | 4 +- .../lib/src/l10n/material_es.arb | 6 +- .../lib/src/l10n/material_es_419.arb | 4 +- .../lib/src/l10n/material_es_AR.arb | 4 +- .../lib/src/l10n/material_es_BO.arb | 4 +- .../lib/src/l10n/material_es_CL.arb | 4 +- .../lib/src/l10n/material_es_CO.arb | 4 +- .../lib/src/l10n/material_es_CR.arb | 4 +- .../lib/src/l10n/material_es_DO.arb | 4 +- .../lib/src/l10n/material_es_EC.arb | 4 +- .../lib/src/l10n/material_es_GT.arb | 4 +- .../lib/src/l10n/material_es_HN.arb | 4 +- .../lib/src/l10n/material_es_MX.arb | 4 +- .../lib/src/l10n/material_es_NI.arb | 4 +- .../lib/src/l10n/material_es_PA.arb | 4 +- .../lib/src/l10n/material_es_PE.arb | 4 +- .../lib/src/l10n/material_es_PR.arb | 4 +- .../lib/src/l10n/material_es_PY.arb | 4 +- .../lib/src/l10n/material_es_SV.arb | 4 +- .../lib/src/l10n/material_es_US.arb | 4 +- .../lib/src/l10n/material_es_UY.arb | 4 +- .../lib/src/l10n/material_es_VE.arb | 4 +- .../lib/src/l10n/material_et.arb | 6 +- .../lib/src/l10n/material_eu.arb | 6 +- .../lib/src/l10n/material_fa.arb | 12 +- .../lib/src/l10n/material_fi.arb | 6 +- .../lib/src/l10n/material_fil.arb | 6 +- .../lib/src/l10n/material_fr.arb | 6 +- .../lib/src/l10n/material_fr_CA.arb | 4 +- .../lib/src/l10n/material_gl.arb | 6 +- .../lib/src/l10n/material_gsw.arb | 6 +- .../lib/src/l10n/material_gu.arb | 6 +- .../lib/src/l10n/material_he.arb | 6 +- .../lib/src/l10n/material_hi.arb | 6 +- .../lib/src/l10n/material_hr.arb | 6 +- .../lib/src/l10n/material_hu.arb | 6 +- .../lib/src/l10n/material_hy.arb | 6 +- .../lib/src/l10n/material_id.arb | 6 +- .../lib/src/l10n/material_is.arb | 6 +- .../lib/src/l10n/material_it.arb | 6 +- .../lib/src/l10n/material_ja.arb | 6 +- .../lib/src/l10n/material_ka.arb | 6 +- .../lib/src/l10n/material_kk.arb | 6 +- .../lib/src/l10n/material_km.arb | 6 +- .../lib/src/l10n/material_kn.arb | 6 +- .../lib/src/l10n/material_ko.arb | 6 +- .../lib/src/l10n/material_ky.arb | 6 +- .../lib/src/l10n/material_lo.arb | 6 +- .../lib/src/l10n/material_lt.arb | 6 +- .../lib/src/l10n/material_lv.arb | 6 +- .../lib/src/l10n/material_mk.arb | 6 +- .../lib/src/l10n/material_ml.arb | 6 +- .../lib/src/l10n/material_mn.arb | 6 +- .../lib/src/l10n/material_mr.arb | 6 +- .../lib/src/l10n/material_ms.arb | 6 +- .../lib/src/l10n/material_my.arb | 6 +- .../lib/src/l10n/material_nb.arb | 6 +- .../lib/src/l10n/material_ne.arb | 12 +- .../lib/src/l10n/material_nl.arb | 6 +- .../lib/src/l10n/material_no.arb | 6 +- .../lib/src/l10n/material_or.arb | 6 +- .../lib/src/l10n/material_pa.arb | 6 +- .../lib/src/l10n/material_pl.arb | 6 +- .../lib/src/l10n/material_pt.arb | 6 +- .../lib/src/l10n/material_pt_PT.arb | 4 +- .../lib/src/l10n/material_ro.arb | 6 +- .../lib/src/l10n/material_ru.arb | 4 +- .../lib/src/l10n/material_si.arb | 6 +- .../lib/src/l10n/material_sk.arb | 6 +- .../lib/src/l10n/material_sl.arb | 6 +- .../lib/src/l10n/material_sq.arb | 6 +- .../lib/src/l10n/material_sr.arb | 6 +- .../lib/src/l10n/material_sr_Latn.arb | 4 +- .../lib/src/l10n/material_sv.arb | 6 +- .../lib/src/l10n/material_sw.arb | 6 +- .../lib/src/l10n/material_ta.arb | 6 +- .../lib/src/l10n/material_te.arb | 8 +- .../lib/src/l10n/material_th.arb | 6 +- .../lib/src/l10n/material_tl.arb | 6 +- .../lib/src/l10n/material_tr.arb | 6 +- .../lib/src/l10n/material_uk.arb | 6 +- .../lib/src/l10n/material_ur.arb | 6 +- .../lib/src/l10n/material_uz.arb | 6 +- .../lib/src/l10n/material_vi.arb | 6 +- .../lib/src/l10n/material_zh.arb | 6 +- .../lib/src/l10n/material_zh_HK.arb | 4 +- .../lib/src/l10n/material_zh_TW.arb | 4 +- .../lib/src/l10n/material_zu.arb | 6 +- 214 files changed, 826 insertions(+), 872 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb index 728f0c7ef707..997d9723c321 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "Kyk op", "searchWebButtonLabel": "Deursoek web", "shareButtonLabel": "Deel …", - "clearButtonLabel": "Clear" + "clearButtonLabel": "Vee uit" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb index db6f25d19c3b..bef75af1a338 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "ይመልከቱ", "searchWebButtonLabel": "ድርን ፈልግ", "shareButtonLabel": "አጋራ...", - "clearButtonLabel": "Clear" + "clearButtonLabel": "አጽዳ" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb index 5303d4f0e9d3..f20125c46223 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb @@ -38,14 +38,14 @@ "cutButtonLabel": "قص", "copyButtonLabel": "نسخ", "pasteButtonLabel": "لصق", - "clearButtonLabel": "Clear", + "clearButtonLabel": "محو", "selectAllButtonLabel": "اختيار الكل", "tabSemanticsLabel": "علامة التبويب $tabIndex من $tabCount", "modalBarrierDismissLabel": "رفض", "searchTextFieldPlaceholderLabel": "بحث", "noSpellCheckReplacementsLabel": "لم يتم العثور على بدائل", "menuDismissLabel": "إغلاق القائمة", - "lookUpButtonLabel": "النظر إلى أعلى", + "lookUpButtonLabel": "بحث عام", "searchWebButtonLabel": "البحث على الويب", "shareButtonLabel": "مشاركة…" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb index 563d9a7edf9a..100a38d82c55 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb @@ -18,7 +18,7 @@ "cutButtonLabel": "কাট কৰক", "copyButtonLabel": "প্ৰতিলিপি কৰক", "pasteButtonLabel": "পে'ষ্ট কৰক", - "clearButtonLabel": "Clear", + "clearButtonLabel": "মচক", "selectAllButtonLabel": "সকলো বাছনি কৰক", "tabSemanticsLabel": "$tabCount টা টেবৰ $tabIndex নম্বৰটো", "modalBarrierDismissLabel": "অগ্ৰাহ্য কৰক", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb index 6a08c0382c26..b43216bea3b5 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb @@ -18,7 +18,7 @@ "cutButtonLabel": "Kəsin", "copyButtonLabel": "Kopyalayın", "pasteButtonLabel": "Yerləşdirin", - "clearButtonLabel": "Clear", + "clearButtonLabel": "Silin", "selectAllButtonLabel": "Hamısını seçin", "tabSemanticsLabel": "Tab $tabIndex/$tabCount", "modalBarrierDismissLabel": "İmtina edin", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb index cbe89f654d10..aa78c61423fb 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb @@ -28,7 +28,7 @@ "cutButtonLabel": "Выразаць", "copyButtonLabel": "Капіраваць", "pasteButtonLabel": "Уставіць", - "clearButtonLabel": "Clear", + "clearButtonLabel": "Ачысціць", "selectAllButtonLabel": "Выбраць усе", "tabSemanticsLabel": "Укладка $tabIndex з $tabCount", "modalBarrierDismissLabel": "Адхіліць", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb index 0f5aaecf4136..c7160caa681c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb @@ -18,7 +18,7 @@ "cutButtonLabel": "Изрязване", "copyButtonLabel": "Копиране", "pasteButtonLabel": "Поставяне", - "clearButtonLabel": "Clear", + "clearButtonLabel": "Изчистване", "selectAllButtonLabel": "Избиране на всички", "tabSemanticsLabel": "Раздел $tabIndex от $tabCount", "modalBarrierDismissLabel": "Отхвърляне", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb index 700ac1187115..798b0b4f4a9e 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb @@ -18,7 +18,7 @@ "cutButtonLabel": "কাট করুন", "copyButtonLabel": "কপি করুন", "pasteButtonLabel": "পেস্ট করুন", - "clearButtonLabel": "Clear", + "clearButtonLabel": "মুছুন", "selectAllButtonLabel": "সব বেছে নিন", "tabSemanticsLabel": "$tabCount-এর মধ্যে $tabIndex নম্বর ট্যাব", "modalBarrierDismissLabel": "খারিজ করুন", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb index 81777b53bf16..c94b693b03b7 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb @@ -23,7 +23,7 @@ "cutButtonLabel": "Izreži", "copyButtonLabel": "Kopiraj", "pasteButtonLabel": "Zalijepi", - "clearButtonLabel": "Clear", + "clearButtonLabel": "Obriši", "selectAllButtonLabel": "Odaberi sve", "tabSemanticsLabel": "Kartica $tabIndex od $tabCount", "modalBarrierDismissLabel": "Odbaci", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb index b9e407cdc25a..af1afc68ccde 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb @@ -18,7 +18,7 @@ "cutButtonLabel": "Retalla", "copyButtonLabel": "Copia", "pasteButtonLabel": "Enganxa", - "clearButtonLabel": "Clear", + "clearButtonLabel": "Esborra", "selectAllButtonLabel": "Seleccionar-ho tot", "tabSemanticsLabel": "Pestanya $tabIndex de $tabCount", "modalBarrierDismissLabel": "Ignora", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb index 9f3a1ae6091e..f7cd1ea9bc6c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb @@ -28,7 +28,7 @@ "cutButtonLabel": "Vyjmout", "copyButtonLabel": "Kopírovat", "pasteButtonLabel": "Vložit", - "clearButtonLabel": "Clear", + "clearButtonLabel": "Vymazat", "selectAllButtonLabel": "Vybrat vše", "tabSemanticsLabel": "Karta $tabIndex z $tabCount", "modalBarrierDismissLabel": "Zavřít", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb index 6f7906764ed8..a9784b361589 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb @@ -39,7 +39,7 @@ "cutButtonLabel": "Torri", "copyButtonLabel": "Copïo", "pasteButtonLabel": "Gludo", - "clearButtonLabel": "Clear", + "clearButtonLabel": "Clirio", "selectAllButtonLabel": "Dewis y Cyfan", "searchTextFieldPlaceholderLabel": "Chwilio", "modalBarrierDismissLabel": "Diystyru", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb index abafeca6def3..f71de9c35ea6 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb @@ -18,7 +18,7 @@ "cutButtonLabel": "Klip", "copyButtonLabel": "Kopiér", "pasteButtonLabel": "Indsæt", - "clearButtonLabel": "Clear", + "clearButtonLabel": "Ryd", "selectAllButtonLabel": "Vælg alt", "tabSemanticsLabel": "Fane $tabIndex af $tabCount", "modalBarrierDismissLabel": "Afvis", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb index 55f5f1fa1897..33e51c8a3aba 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb @@ -18,7 +18,7 @@ "cutButtonLabel": "Ausschneiden", "copyButtonLabel": "Kopieren", "pasteButtonLabel": "Einsetzen", - "clearButtonLabel": "Clear", + "clearButtonLabel": "Löschen", "selectAllButtonLabel": "Alle auswählen", "tabSemanticsLabel": "Tab $tabIndex von $tabCount", "modalBarrierDismissLabel": "Schließen", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb index 15b1e2eaca27..5832bca9946d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb @@ -18,7 +18,7 @@ "cutButtonLabel": "Αποκοπή", "copyButtonLabel": "Αντιγραφή", "pasteButtonLabel": "Επικόλληση", - "clearButtonLabel": "Clear", + "clearButtonLabel": "Διαγραφή", "selectAllButtonLabel": "Επιλογή όλων", "tabSemanticsLabel": "Καρτέλα $tabIndex από $tabCount", "modalBarrierDismissLabel": "Παράβλεψη", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb index 9f9adafc9308..486919cb0243 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "Buscador visual", "searchWebButtonLabel": "Buscar en la Web", "shareButtonLabel": "Compartir...", - "clearButtonLabel": "Clear" + "clearButtonLabel": "Borrar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb index 1472ffa3cea3..5d0faeb666fc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb @@ -1,4 +1,5 @@ { + "clearButtonLabel": "Borrar", "searchWebButtonLabel": "Buscar en la Web", "shareButtonLabel": "Compartir…", "lookUpButtonLabel": "Mirar hacia arriba", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb index 1472ffa3cea3..5d0faeb666fc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb @@ -1,4 +1,5 @@ { + "clearButtonLabel": "Borrar", "searchWebButtonLabel": "Buscar en la Web", "shareButtonLabel": "Compartir…", "lookUpButtonLabel": "Mirar hacia arriba", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb index 1472ffa3cea3..5d0faeb666fc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb @@ -1,4 +1,5 @@ { + "clearButtonLabel": "Borrar", "searchWebButtonLabel": "Buscar en la Web", "shareButtonLabel": "Compartir…", "lookUpButtonLabel": "Mirar hacia arriba", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb index 1472ffa3cea3..5d0faeb666fc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb @@ -1,4 +1,5 @@ { + "clearButtonLabel": "Borrar", "searchWebButtonLabel": "Buscar en la Web", "shareButtonLabel": "Compartir…", "lookUpButtonLabel": "Mirar hacia arriba", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb index 1472ffa3cea3..5d0faeb666fc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb @@ -1,4 +1,5 @@ { + "clearButtonLabel": "Borrar", "searchWebButtonLabel": "Buscar en la Web", "shareButtonLabel": "Compartir…", "lookUpButtonLabel": "Mirar hacia arriba", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb index 1472ffa3cea3..5d0faeb666fc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb @@ -1,4 +1,5 @@ { + "clearButtonLabel": "Borrar", "searchWebButtonLabel": "Buscar en la Web", "shareButtonLabel": "Compartir…", "lookUpButtonLabel": "Mirar hacia arriba", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb index 1472ffa3cea3..5d0faeb666fc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb @@ -1,4 +1,5 @@ { + "clearButtonLabel": "Borrar", "searchWebButtonLabel": "Buscar en la Web", "shareButtonLabel": "Compartir…", "lookUpButtonLabel": "Mirar hacia arriba", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb index 1472ffa3cea3..5d0faeb666fc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb @@ -1,4 +1,5 @@ { + "clearButtonLabel": "Borrar", "searchWebButtonLabel": "Buscar en la Web", "shareButtonLabel": "Compartir…", "lookUpButtonLabel": "Mirar hacia arriba", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb index 1472ffa3cea3..5d0faeb666fc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb @@ -1,4 +1,5 @@ { + "clearButtonLabel": "Borrar", "searchWebButtonLabel": "Buscar en la Web", "shareButtonLabel": "Compartir…", "lookUpButtonLabel": "Mirar hacia arriba", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb index 1472ffa3cea3..5d0faeb666fc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb @@ -1,4 +1,5 @@ { + "clearButtonLabel": "Borrar", "searchWebButtonLabel": "Buscar en la Web", "shareButtonLabel": "Compartir…", "lookUpButtonLabel": "Mirar hacia arriba", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb index 1472ffa3cea3..5d0faeb666fc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb @@ -1,4 +1,5 @@ { + "clearButtonLabel": "Borrar", "searchWebButtonLabel": "Buscar en la Web", "shareButtonLabel": "Compartir…", "lookUpButtonLabel": "Mirar hacia arriba", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb index 1472ffa3cea3..5d0faeb666fc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb @@ -1,4 +1,5 @@ { + "clearButtonLabel": "Borrar", "searchWebButtonLabel": "Buscar en la Web", "shareButtonLabel": "Compartir…", "lookUpButtonLabel": "Mirar hacia arriba", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb index 1472ffa3cea3..5d0faeb666fc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb @@ -1,4 +1,5 @@ { + "clearButtonLabel": "Borrar", "searchWebButtonLabel": "Buscar en la Web", "shareButtonLabel": "Compartir…", "lookUpButtonLabel": "Mirar hacia arriba", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb index 1472ffa3cea3..5d0faeb666fc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb @@ -1,4 +1,5 @@ { + "clearButtonLabel": "Borrar", "searchWebButtonLabel": "Buscar en la Web", "shareButtonLabel": "Compartir…", "lookUpButtonLabel": "Mirar hacia arriba", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb index 1472ffa3cea3..5d0faeb666fc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb @@ -1,4 +1,5 @@ { + "clearButtonLabel": "Borrar", "searchWebButtonLabel": "Buscar en la Web", "shareButtonLabel": "Compartir…", "lookUpButtonLabel": "Mirar hacia arriba", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb index 1472ffa3cea3..5d0faeb666fc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb @@ -1,4 +1,5 @@ { + "clearButtonLabel": "Borrar", "searchWebButtonLabel": "Buscar en la Web", "shareButtonLabel": "Compartir…", "lookUpButtonLabel": "Mirar hacia arriba", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb index 1472ffa3cea3..5d0faeb666fc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb @@ -1,4 +1,5 @@ { + "clearButtonLabel": "Borrar", "searchWebButtonLabel": "Buscar en la Web", "shareButtonLabel": "Compartir…", "lookUpButtonLabel": "Mirar hacia arriba", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb index 1472ffa3cea3..5d0faeb666fc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb @@ -1,4 +1,5 @@ { + "clearButtonLabel": "Borrar", "searchWebButtonLabel": "Buscar en la Web", "shareButtonLabel": "Compartir…", "lookUpButtonLabel": "Mirar hacia arriba", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb index 1472ffa3cea3..5d0faeb666fc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb @@ -1,4 +1,5 @@ { + "clearButtonLabel": "Borrar", "searchWebButtonLabel": "Buscar en la Web", "shareButtonLabel": "Compartir…", "lookUpButtonLabel": "Mirar hacia arriba", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb index 1472ffa3cea3..5d0faeb666fc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb @@ -1,4 +1,5 @@ { + "clearButtonLabel": "Borrar", "searchWebButtonLabel": "Buscar en la Web", "shareButtonLabel": "Compartir…", "lookUpButtonLabel": "Mirar hacia arriba", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb index 6a3caf68d3bd..b10eebc73c14 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Otsi veebist", "shareButtonLabel": "Jaga …", - "clearButtonLabel": "Clear" + "clearButtonLabel": "Kustutamine" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb index 47f53f46017c..87d0f875df5b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "Bilatu", "searchWebButtonLabel": "Bilatu sarean", "shareButtonLabel": "Partekatu...", - "clearButtonLabel": "Clear" + "clearButtonLabel": "Garbitu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb index bc301fde5548..50b172c40f56 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "جستجو", "searchWebButtonLabel": "جستجو در وب", "shareButtonLabel": "هم‌رسانی…", - "clearButtonLabel": "Clear" + "clearButtonLabel": "پاک کردن" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb index e7e51d0870d2..eec641fe0a6a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "Hae", "searchWebButtonLabel": "Hae verkosta", "shareButtonLabel": "Jaa…", - "clearButtonLabel": "Clear" + "clearButtonLabel": "Tyhjennä" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb index 4b8f67f50887..6dfac146c0bf 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "Tumingin sa Itaas", "searchWebButtonLabel": "Maghanap sa Web", "shareButtonLabel": "Ibahagi...", - "clearButtonLabel": "Clear" + "clearButtonLabel": "I-clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb index 991fb600dea1..8cc0cd199653 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "Recherche visuelle", "searchWebButtonLabel": "Rechercher sur le Web", "shareButtonLabel": "Partager…", - "clearButtonLabel": "Clear" + "clearButtonLabel": "Effacer" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fr_CA.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fr_CA.arb index b3cb2d863f8b..86b90abe91f6 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fr_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fr_CA.arb @@ -1,4 +1,5 @@ { + "clearButtonLabel": "Effacer", "lookUpButtonLabel": "Regarder en haut", "searchWebButtonLabel": "Rechercher sur le Web", "shareButtonLabel": "Partager…", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb index 6bce76868401..c9e73b2b1e20 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "Mirar cara arriba", "searchWebButtonLabel": "Buscar na Web", "shareButtonLabel": "Compartir…", - "clearButtonLabel": "Clear" + "clearButtonLabel": "Borrar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb index 84d10b55139e..36edf395e859 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "Nachschlagen", "searchWebButtonLabel": "Im Web suchen", "shareButtonLabel": "Teilen…", - "clearButtonLabel": "Clear" + "clearButtonLabel": "Löschen" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb index 44a9ea0ae528..389d02adf499 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "શોધો", "searchWebButtonLabel": "વેબ પર શોધો", "shareButtonLabel": "શેર કરો…", - "clearButtonLabel": "Clear" + "clearButtonLabel": "સાફ કરો" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb index d995a009cee9..caba2113866a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb @@ -37,5 +37,5 @@ "lookUpButtonLabel": "חיפוש", "searchWebButtonLabel": "חיפוש באינטרנט", "shareButtonLabel": "שיתוף…", - "clearButtonLabel": "Clear" + "clearButtonLabel": "ניקוי" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb index d4325f4bc273..f231b5270bb9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "लुक अप बटन", "searchWebButtonLabel": "वेब पर खोजें", "shareButtonLabel": "शेयर करें…", - "clearButtonLabel": "Clear" + "clearButtonLabel": "मिटाएं" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb index 351215c1f531..54a98626c5ca 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb @@ -32,5 +32,5 @@ "lookUpButtonLabel": "Pogled prema gore", "searchWebButtonLabel": "Pretraži web", "shareButtonLabel": "Dijeli...", - "clearButtonLabel": "Clear" + "clearButtonLabel": "Izbriši" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb index 87f7131ecdb8..88afb695e3d9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "Felfelé nézés", "searchWebButtonLabel": "Keresés az interneten", "shareButtonLabel": "Megosztás…", - "clearButtonLabel": "Clear" + "clearButtonLabel": "Törlés" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb index 52e3e2913653..fa84ec31d8ae 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "Փնտրել", "searchWebButtonLabel": "Որոնել համացանցում", "shareButtonLabel": "Կիսվել...", - "clearButtonLabel": "Clear" + "clearButtonLabel": "Մաքրել" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb index 295b371f4b4c..df99700647eb 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "Cari", "searchWebButtonLabel": "Telusuri di Web", "shareButtonLabel": "Bagikan...", - "clearButtonLabel": "Clear" + "clearButtonLabel": "Hapus" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb index 1a477ffaf986..99153f4f542a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Leita á vefnum", "shareButtonLabel": "Deila...", - "clearButtonLabel": "Clear" + "clearButtonLabel": "Hreinsa" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb index 4280c6d70731..77383db5f27b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "Cerca", "searchWebButtonLabel": "Cerca sul web", "shareButtonLabel": "Condividi…", - "clearButtonLabel": "Clear" + "clearButtonLabel": "Cancella" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb index 7fc1a03a5af3..8b38c8a8106e 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "調べる", "searchWebButtonLabel": "ウェブを検索", "shareButtonLabel": "共有...", - "clearButtonLabel": "Clear" + "clearButtonLabel": "消去" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb index 1da2fce6eea1..6b6cebc11f75 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "აიხედეთ ზემოთ", "searchWebButtonLabel": "ვებში ძიება", "shareButtonLabel": "გაზიარება...", - "clearButtonLabel": "Clear" + "clearButtonLabel": "გასუფთავება" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb index 69d74366f977..02358f67a5fd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "Іздеу", "searchWebButtonLabel": "Интернеттен іздеу", "shareButtonLabel": "Бөлісу…", - "clearButtonLabel": "Clear" + "clearButtonLabel": "Өшіру" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb index ec446eb49261..6b0cdf71734f 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "រកមើល", "searchWebButtonLabel": "ស្វែងរក​លើបណ្ដាញ", "shareButtonLabel": "ចែករំលែក...", - "clearButtonLabel": "Clear" + "clearButtonLabel": "សម្អាត" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb index 4304c5c82449..aa95e80eb69d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "\u0cae\u0cc7\u0cb2\u0cc6\u0020\u0ca8\u0ccb\u0ca1\u0cbf", "searchWebButtonLabel": "\u0cb5\u0cc6\u0cac\u0ccd\u200c\u0ca8\u0cb2\u0ccd\u0cb2\u0cbf\u0020\u0cb9\u0cc1\u0ca1\u0cc1\u0c95\u0cbf", "shareButtonLabel": "\u0cb9\u0c82\u0c9a\u0cbf\u0c95\u0cca\u0cb3\u0ccd\u0cb3\u0cbf\u002e\u002e\u002e", - "clearButtonLabel": "\u0043\u006c\u0065\u0061\u0072" + "clearButtonLabel": "\u0ca4\u0cc6\u0cb0\u0cb5\u0cc1\u0c97\u0cca\u0cb3\u0cbf\u0cb8\u0cbf" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb index 2e75d2cf54fa..e98c02305a23 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "찾기", "searchWebButtonLabel": "웹 검색", "shareButtonLabel": "공유...", - "clearButtonLabel": "Clear" + "clearButtonLabel": "삭제" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb index 6c528a1752ce..08d2a795bdb4 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "Издөө", "searchWebButtonLabel": "Интернеттен издөө", "shareButtonLabel": "Бөлүшүү…", - "clearButtonLabel": "Clear" + "clearButtonLabel": "Тазалоо" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb index 1565f9f9feee..24a94c754fb5 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "ຊອກຫາຂໍ້ມູນ", "searchWebButtonLabel": "ຊອກຫາຢູ່ອິນເຕີເນັດ", "shareButtonLabel": "ແບ່ງປັນ...", - "clearButtonLabel": "Clear" + "clearButtonLabel": "ລຶບລ້າງ" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb index 803225552971..680038ebcc3c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb @@ -37,5 +37,5 @@ "lookUpButtonLabel": "Ieškoti", "searchWebButtonLabel": "Ieškoti žiniatinklyje", "shareButtonLabel": "Bendrinti...", - "clearButtonLabel": "Clear" + "clearButtonLabel": "Išvalyti" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb index b122882bdd03..7be2b56ede38 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb @@ -32,5 +32,5 @@ "lookUpButtonLabel": "Meklēt", "searchWebButtonLabel": "Meklēt tīmeklī", "shareButtonLabel": "Kopīgot…", - "clearButtonLabel": "Clear" + "clearButtonLabel": "Notīrīt" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb index b78fb951e58d..9c19df05128a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "Погледнете нагоре", "searchWebButtonLabel": "Пребарајте на интернет", "shareButtonLabel": "Споделете...", - "clearButtonLabel": "Clear" + "clearButtonLabel": "Избриши" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb index f702904153d0..647c7efe6c48 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "മുകളിലേക്ക് നോക്കുക", "searchWebButtonLabel": "വെബിൽ തിരയുക", "shareButtonLabel": "പങ്കിടുക...", - "clearButtonLabel": "Clear" + "clearButtonLabel": "മായ്ക്കുക" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb index 84d40c29dbca..e869a8a860ab 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "Дээшээ харах", "searchWebButtonLabel": "Вебээс хайх", "shareButtonLabel": "Хуваалцах...", - "clearButtonLabel": "Clear" + "clearButtonLabel": "Арилгах" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb index 53d606fc0147..81543fb4f911 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "शोध घ्या", "searchWebButtonLabel": "वेबवर शोधा", "shareButtonLabel": "शेअर करा...", - "clearButtonLabel": "Clear" + "clearButtonLabel": "साफ करा" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb index c33b75f38228..0b6d7392553a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "Lihat ke Atas", "searchWebButtonLabel": "Buat carian pada Web", "shareButtonLabel": "Kongsi...", - "clearButtonLabel": "Clear" + "clearButtonLabel": "Kosongkan" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb index 9fac502a4e72..7581944eda59 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "အပေါ်ကြည့်ရန်", "searchWebButtonLabel": "ဝဘ်တွင်ရှာရန်", "shareButtonLabel": "မျှဝေရန်...", - "clearButtonLabel": "Clear" + "clearButtonLabel": "ဖယ်ရှားရန်" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb index 8fec46c99b06..711aaaa5dc27 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "Slå opp", "searchWebButtonLabel": "Søk på nettet", "shareButtonLabel": "Del…", - "clearButtonLabel": "Clear" + "clearButtonLabel": "Slett" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb index 6f828fc2f514..47ed372be0cf 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb @@ -5,8 +5,8 @@ "datePickerMinuteSemanticsLabelOther": "$minute मिनेट", "datePickerDateOrder": "mdy", "datePickerDateTimeOrder": "date_time_dayPeriod", - "anteMeridiemAbbreviation": "पूर्वाह्न", - "postMeridiemAbbreviation": "अपराह्न", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", "todayLabel": "आज", "alertDialogLabel": "अलर्ट", "timerPickerHourLabelOne": "घन्टा", @@ -16,7 +16,7 @@ "timerPickerSecondLabelOne": "सेकेन्ड", "timerPickerSecondLabelOther": "सेकेन्ड", "cutButtonLabel": "काट्नुहोस्", - "copyButtonLabel": "प्रतिलिपि गर्नुहोस्", + "copyButtonLabel": "कपी गर्नुहोस्", "pasteButtonLabel": "टाँस्नुहोस्", "selectAllButtonLabel": "सबै चयन गर्नुहोस्", "tabSemanticsLabel": "$tabCount मध्ये $tabIndex ट्याब", @@ -27,5 +27,5 @@ "lookUpButtonLabel": "माथितिर हेर्नुहोस्", "searchWebButtonLabel": "वेबमा खोज्नुहोस्", "shareButtonLabel": "सेयर गर्नुहोस्...", - "clearButtonLabel": "Clear" + "clearButtonLabel": "हटाउनुहोस्" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb index c3b6efee58fd..516047c498cb 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "Opzoeken", "searchWebButtonLabel": "Op internet zoeken", "shareButtonLabel": "Delen...", - "clearButtonLabel": "Clear" + "clearButtonLabel": "Wissen" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb index 8fec46c99b06..711aaaa5dc27 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "Slå opp", "searchWebButtonLabel": "Søk på nettet", "shareButtonLabel": "Del…", - "clearButtonLabel": "Clear" + "clearButtonLabel": "Slett" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb index b6ae2bb18b9e..578fc17f03dc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "ଉପରକୁ ଦେଖନ୍ତୁ", "searchWebButtonLabel": "ୱେବ ସର୍ଚ୍ଚ କରନ୍ତୁ", "shareButtonLabel": "ସେୟାର୍ କରନ୍ତୁ...", - "clearButtonLabel": "Clear" + "clearButtonLabel": "ଖାଲି କରନ୍ତୁ" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb index 76f9c266baf8..bddaf40898e6 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "ਖੋਜੋ", "searchWebButtonLabel": "ਵੈੱਬ 'ਤੇ ਖੋਜੋ", "shareButtonLabel": "ਸਾਂਝਾ ਕਰੋ...", - "clearButtonLabel": "Clear" + "clearButtonLabel": "ਕਲੀਅਰ ਕਰੋ" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb index 729abcb4ebf2..3fe0eb366786 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb @@ -37,5 +37,5 @@ "lookUpButtonLabel": "Sprawdź", "searchWebButtonLabel": "Szukaj w internecie", "shareButtonLabel": "Udostępnij…", - "clearButtonLabel": "Clear" + "clearButtonLabel": "Wyczyść" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb index 5bd6c059d391..52c6f6de080f 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "Pesquisar", "searchWebButtonLabel": "Pesquisar na Web", "shareButtonLabel": "Compartilhar…", - "clearButtonLabel": "Clear" + "clearButtonLabel": "Limpar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb index 64ec613abc12..c6f113fec659 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb @@ -1,4 +1,5 @@ { + "clearButtonLabel": "Limpar", "searchWebButtonLabel": "Pesquisar na Web", "shareButtonLabel": "Partilhar…", "lookUpButtonLabel": "Procurar", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb index cd20ae4c0dac..e566c7248274 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb @@ -32,5 +32,5 @@ "lookUpButtonLabel": "Privire în sus", "searchWebButtonLabel": "Căutați pe web", "shareButtonLabel": "Trimiteți…", - "clearButtonLabel": "Clear" + "clearButtonLabel": "Ștergeți" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb index c5e97ad69382..0304dd713030 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb @@ -37,5 +37,5 @@ "lookUpButtonLabel": "Найти", "searchWebButtonLabel": "Искать в интернете", "shareButtonLabel": "Поделиться", - "clearButtonLabel": "Clear" + "clearButtonLabel": "Очистить" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb index 2e9bc36f0b23..770984d6397b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "උඩ බලන්න", "searchWebButtonLabel": "වෙබය සොයන්න", "shareButtonLabel": "බෙදා ගන්න...", - "clearButtonLabel": "Clear" + "clearButtonLabel": "හිස් කරන්න" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb index 2f9cc0fd3ea9..78805820b1f6 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb @@ -37,5 +37,5 @@ "lookUpButtonLabel": "Pohľad nahor", "searchWebButtonLabel": "Hľadať na webe", "shareButtonLabel": "Zdieľať…", - "clearButtonLabel": "Clear" + "clearButtonLabel": "Vymazať" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb index 589c22c6f792..f1b4334f6068 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb @@ -37,5 +37,5 @@ "lookUpButtonLabel": "Pogled gor", "searchWebButtonLabel": "Iskanje v spletu", "shareButtonLabel": "Deli …", - "clearButtonLabel": "Clear" + "clearButtonLabel": "Počisti" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb index 693749d50490..46d0a17f471f 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "Kërko", "searchWebButtonLabel": "Kërko në ueb", "shareButtonLabel": "Ndaj...", - "clearButtonLabel": "Clear" + "clearButtonLabel": "Pastro" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb index 128c52795009..80561de77b07 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb @@ -32,5 +32,5 @@ "lookUpButtonLabel": "Поглед нагоре", "searchWebButtonLabel": "Претражи веб", "shareButtonLabel": "Дели…", - "clearButtonLabel": "Clear" + "clearButtonLabel": "Обриши" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb index 0338175735f4..98e78fa9f6ea 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb @@ -1,4 +1,5 @@ { + "clearButtonLabel": "Obriši", "lookUpButtonLabel": "Pogled nagore", "searchWebButtonLabel": "Pretraži veb", "shareButtonLabel": "Deli…", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb index ff19a2292f8c..78736c7d0003 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "Titta upp", "searchWebButtonLabel": "Sök på webben", "shareButtonLabel": "Dela …", - "clearButtonLabel": "Clear" + "clearButtonLabel": "Rensa" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb index 09303d537d64..091cf4eeb9b8 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "Tafuta", "searchWebButtonLabel": "Tafuta kwenye Wavuti", "shareButtonLabel": "Shiriki...", - "clearButtonLabel": "Clear" + "clearButtonLabel": "Futa" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb index 25966af674e0..a3b2501f5189 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "தேடு", "searchWebButtonLabel": "இணையத்தில் தேடு", "shareButtonLabel": "பகிர்...", - "clearButtonLabel": "Clear" + "clearButtonLabel": "அழி" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb index 40f3e5fcea4c..894df95eccfe 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "వెతకండి", "searchWebButtonLabel": "వెబ్‌లో సెర్చ్ చేయండి", "shareButtonLabel": "షేర్ చేయండి...", - "clearButtonLabel": "Clear" + "clearButtonLabel": "క్లియర్ చేయండి" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb index 67bdb9a1b43e..8749520605c8 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "ค้นหา", "searchWebButtonLabel": "ค้นหาบนอินเทอร์เน็ต", "shareButtonLabel": "แชร์...", - "clearButtonLabel": "Clear" + "clearButtonLabel": "ล้าง" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb index 4b8f67f50887..6dfac146c0bf 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "Tumingin sa Itaas", "searchWebButtonLabel": "Maghanap sa Web", "shareButtonLabel": "Ibahagi...", - "clearButtonLabel": "Clear" + "clearButtonLabel": "I-clear" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb index c55d8565fe86..bdd310d83958 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "Ara", "searchWebButtonLabel": "Web'de Ara", "shareButtonLabel": "Paylaş...", - "clearButtonLabel": "Clear" + "clearButtonLabel": "Temizle" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb index c3aea9a456fd..540ea40c0114 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb @@ -37,5 +37,5 @@ "lookUpButtonLabel": "Шукати", "searchWebButtonLabel": "Пошук в Інтернеті", "shareButtonLabel": "Поділитися…", - "clearButtonLabel": "Clear" + "clearButtonLabel": "Очистити" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb index a4fba76f805c..aeb69c720d92 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "تفصیل دیکھیں", "searchWebButtonLabel": "ویب تلاش کریں", "shareButtonLabel": "اشتراک کریں...", - "clearButtonLabel": "Clear" + "clearButtonLabel": "صاف کریں" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb index 3eacf16d8118..148e950112a9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "Tepaga qarang", "searchWebButtonLabel": "Internetdan qidirish", "shareButtonLabel": "Ulashish…", - "clearButtonLabel": "Clear" + "clearButtonLabel": "Tozalash" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb index 4e2f8311b8ff..7262b94a0930 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "Tra cứu", "searchWebButtonLabel": "Tìm kiếm trên web", "shareButtonLabel": "Chia sẻ...", - "clearButtonLabel": "Clear" + "clearButtonLabel": "Xoá" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb index 491afd255963..2fdc58239b89 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "查询", "searchWebButtonLabel": "搜索", "shareButtonLabel": "共享…", - "clearButtonLabel": "Clear" + "clearButtonLabel": "清除" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb index 7a07502ad954..4cf966f7aa2e 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb @@ -1,4 +1,5 @@ { + "clearButtonLabel": "清除", "searchWebButtonLabel": "搜尋", "shareButtonLabel": "分享…", "lookUpButtonLabel": "查詢", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb index 062d244e832a..e660cbb71dfe 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb @@ -1,4 +1,5 @@ { + "clearButtonLabel": "清除", "lookUpButtonLabel": "查詢", "searchWebButtonLabel": "搜尋", "shareButtonLabel": "分享…", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb index 717a4c3cc026..a95fa477660c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb @@ -27,5 +27,5 @@ "lookUpButtonLabel": "Bheka Phezulu", "searchWebButtonLabel": "Sesha Iwebhu", "shareButtonLabel": "Yabelana...", - "clearButtonLabel": "Clear" + "clearButtonLabel": "Sula" } diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index ebe8952caf53..4918c2c82af9 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -45,7 +45,7 @@ class CupertinoLocalizationAf extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'vm.'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Vee uit'; @override String get copyButtonLabel => 'Kopieer'; @@ -211,7 +211,7 @@ class CupertinoLocalizationAm extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'ጥዋት'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'አጽዳ'; @override String get copyButtonLabel => 'ቅዳ'; @@ -377,7 +377,7 @@ class CupertinoLocalizationAr extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'ص'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'محو'; @override String get copyButtonLabel => 'نسخ'; @@ -428,7 +428,7 @@ class CupertinoLocalizationAr extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => r'$minute دقيقة​'; @override - String get lookUpButtonLabel => 'النظر إلى أعلى'; + String get lookUpButtonLabel => 'بحث عام'; @override String get menuDismissLabel => 'إغلاق القائمة'; @@ -543,7 +543,7 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'পূৰ্বাহ্ন'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'মচক'; @override String get copyButtonLabel => 'প্ৰতিলিপি কৰক'; @@ -709,7 +709,7 @@ class CupertinoLocalizationAz extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Silin'; @override String get copyButtonLabel => 'Kopyalayın'; @@ -875,7 +875,7 @@ class CupertinoLocalizationBe extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'раніцы'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Ачысціць'; @override String get copyButtonLabel => 'Капіраваць'; @@ -1041,7 +1041,7 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Изчистване'; @override String get copyButtonLabel => 'Копиране'; @@ -1207,7 +1207,7 @@ class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'মুছুন'; @override String get copyButtonLabel => 'কপি করুন'; @@ -1373,7 +1373,7 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'prijepodne'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Obriši'; @override String get copyButtonLabel => 'Kopiraj'; @@ -1539,7 +1539,7 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Esborra'; @override String get copyButtonLabel => 'Copia'; @@ -1705,7 +1705,7 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Vymazat'; @override String get copyButtonLabel => 'Kopírovat'; @@ -1871,7 +1871,7 @@ class CupertinoLocalizationCy extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Clirio'; @override String get copyButtonLabel => 'Copïo'; @@ -2037,7 +2037,7 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Ryd'; @override String get copyButtonLabel => 'Kopiér'; @@ -2203,7 +2203,7 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Löschen'; @override String get copyButtonLabel => 'Kopieren'; @@ -2362,6 +2362,9 @@ class CupertinoLocalizationDeCh extends CupertinoLocalizationDe { required super.decimalFormat, }); + @override + String get clearButtonLabel => 'Clear'; + @override String get selectAllButtonLabel => 'Alles auswählen'; @@ -2394,7 +2397,7 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'π.μ.'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Διαγραφή'; @override String get copyButtonLabel => 'Αντιγραφή'; @@ -2968,7 +2971,7 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'a. m.'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Borrar'; @override String get copyButtonLabel => 'Copiar'; @@ -4054,7 +4057,7 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Kustutamine'; @override String get copyButtonLabel => 'Kopeeri'; @@ -4220,7 +4223,7 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Garbitu'; @override String get copyButtonLabel => 'Kopiatu'; @@ -4386,7 +4389,7 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'ق.ظ.'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'پاک کردن'; @override String get copyButtonLabel => 'کپی'; @@ -4552,7 +4555,7 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'ap'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Tyhjennä'; @override String get copyButtonLabel => 'Kopioi'; @@ -4718,7 +4721,7 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'I-clear'; @override String get copyButtonLabel => 'Kopyahin'; @@ -4884,7 +4887,7 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Effacer'; @override String get copyButtonLabel => 'Copier'; @@ -5096,7 +5099,7 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'a.m.'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Borrar'; @override String get copyButtonLabel => 'Copiar'; @@ -5262,7 +5265,7 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Löschen'; @override String get copyButtonLabel => 'Kopieren'; @@ -5428,7 +5431,7 @@ class CupertinoLocalizationGu extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'સાફ કરો'; @override String get copyButtonLabel => 'કૉપિ કરો'; @@ -5594,7 +5597,7 @@ class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'ניקוי'; @override String get copyButtonLabel => 'העתקה'; @@ -5760,7 +5763,7 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'मिटाएं'; @override String get copyButtonLabel => 'कॉपी करें'; @@ -5926,7 +5929,7 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'prijepodne'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Izbriši'; @override String get copyButtonLabel => 'Kopiraj'; @@ -6092,7 +6095,7 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'de.'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Törlés'; @override String get copyButtonLabel => 'Másolás'; @@ -6258,7 +6261,7 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Մաքրել'; @override String get copyButtonLabel => 'Պատճենել'; @@ -6424,7 +6427,7 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Hapus'; @override String get copyButtonLabel => 'Salin'; @@ -6590,7 +6593,7 @@ class CupertinoLocalizationIs extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'f.h.'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Hreinsa'; @override String get copyButtonLabel => 'Afrita'; @@ -6756,7 +6759,7 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Cancella'; @override String get copyButtonLabel => 'Copia'; @@ -6922,7 +6925,7 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => '消去'; @override String get copyButtonLabel => 'コピー'; @@ -7088,7 +7091,7 @@ class CupertinoLocalizationKa extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'გასუფთავება'; @override String get copyButtonLabel => 'კოპირება'; @@ -7254,7 +7257,7 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'түстен кейін'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Өшіру'; @override String get copyButtonLabel => 'Көшіру'; @@ -7420,7 +7423,7 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'សម្អាត'; @override String get copyButtonLabel => 'ចម្លង'; @@ -7586,7 +7589,7 @@ class CupertinoLocalizationKn extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => '\u{cac}\u{cc6}\u{cb3}\u{cbf}\u{c97}\u{ccd}\u{c97}\u{cc6}'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => '\u{ca4}\u{cc6}\u{cb0}\u{cb5}\u{cc1}\u{c97}\u{cca}\u{cb3}\u{cbf}\u{cb8}\u{cbf}'; @override String get copyButtonLabel => '\u{ca8}\u{c95}\u{cb2}\u{cbf}\u{cb8}\u{cbf}'; @@ -7752,7 +7755,7 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => '오전'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => '삭제'; @override String get copyButtonLabel => '복사'; @@ -7918,7 +7921,7 @@ class CupertinoLocalizationKy extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'түшкө чейин'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Тазалоо'; @override String get copyButtonLabel => 'Көчүрүү'; @@ -8084,7 +8087,7 @@ class CupertinoLocalizationLo extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'ກ່ອນທ່ຽງ'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'ລຶບລ້າງ'; @override String get copyButtonLabel => 'ສຳເນົາ'; @@ -8250,7 +8253,7 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'priešpiet'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Išvalyti'; @override String get copyButtonLabel => 'Kopijuoti'; @@ -8416,7 +8419,7 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'priekšpusdienā'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Notīrīt'; @override String get copyButtonLabel => 'Kopēt'; @@ -8582,7 +8585,7 @@ class CupertinoLocalizationMk extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'ПРЕТПЛАДНЕ'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Избриши'; @override String get copyButtonLabel => 'Копирај'; @@ -8748,7 +8751,7 @@ class CupertinoLocalizationMl extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'മായ്ക്കുക'; @override String get copyButtonLabel => 'പകർത്തുക'; @@ -8914,7 +8917,7 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'ӨГЛӨӨ'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Арилгах'; @override String get copyButtonLabel => 'Хуулах'; @@ -9080,7 +9083,7 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'साफ करा'; @override String get copyButtonLabel => 'कॉपी करा'; @@ -9246,7 +9249,7 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'PG'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Kosongkan'; @override String get copyButtonLabel => 'Salin'; @@ -9412,7 +9415,7 @@ class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'ဖယ်ရှားရန်'; @override String get copyButtonLabel => 'မိတ္တူကူးရန်'; @@ -9578,7 +9581,7 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Slett'; @override String get copyButtonLabel => 'Kopiér'; @@ -9741,13 +9744,13 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { String get alertDialogLabel => 'अलर्ट'; @override - String get anteMeridiemAbbreviation => 'पूर्वाह्न'; + String get anteMeridiemAbbreviation => 'AM'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'हटाउनुहोस्'; @override - String get copyButtonLabel => 'प्रतिलिपि गर्नुहोस्'; + String get copyButtonLabel => 'कपी गर्नुहोस्'; @override String get cutButtonLabel => 'काट्नुहोस्'; @@ -9810,7 +9813,7 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { String get pasteButtonLabel => 'टाँस्नुहोस्'; @override - String get postMeridiemAbbreviation => 'अपराह्न'; + String get postMeridiemAbbreviation => 'PM'; @override String get searchTextFieldPlaceholderLabel => 'खोज्नुहोस्'; @@ -9910,7 +9913,7 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'am'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Wissen'; @override String get copyButtonLabel => 'Kopiëren'; @@ -10076,7 +10079,7 @@ class CupertinoLocalizationNo extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Slett'; @override String get copyButtonLabel => 'Kopiér'; @@ -10242,7 +10245,7 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'ଖାଲି କରନ୍ତୁ'; @override String get copyButtonLabel => 'କପି କରନ୍ତୁ'; @@ -10408,7 +10411,7 @@ class CupertinoLocalizationPa extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'ਕਲੀਅਰ ਕਰੋ'; @override String get copyButtonLabel => 'ਕਾਪੀ ਕਰੋ'; @@ -10574,7 +10577,7 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Wyczyść'; @override String get copyButtonLabel => 'Kopiuj'; @@ -10740,7 +10743,7 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Limpar'; @override String get copyButtonLabel => 'Copiar'; @@ -10955,7 +10958,7 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'a.m.'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Ștergeți'; @override String get copyButtonLabel => 'Copiați'; @@ -11121,7 +11124,7 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'АМ'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Очистить'; @override String get copyButtonLabel => 'Копировать'; @@ -11287,7 +11290,7 @@ class CupertinoLocalizationSi extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'පෙ.ව.'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'හිස් කරන්න'; @override String get copyButtonLabel => 'පිටපත් කරන්න'; @@ -11453,7 +11456,7 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Vymazať'; @override String get copyButtonLabel => 'Kopírovať'; @@ -11619,7 +11622,7 @@ class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'DOP.'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Počisti'; @override String get copyButtonLabel => 'Kopiraj'; @@ -11785,7 +11788,7 @@ class CupertinoLocalizationSq extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'paradite'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Pastro'; @override String get copyButtonLabel => 'Kopjo'; @@ -11951,7 +11954,7 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'пре подне'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Обриши'; @override String get copyButtonLabel => 'Копирај'; @@ -12135,6 +12138,9 @@ class CupertinoLocalizationSrLatn extends CupertinoLocalizationSr { @override String get anteMeridiemAbbreviation => 'pre podne'; + @override + String get clearButtonLabel => 'Obriši'; + @override String get copyButtonLabel => 'Kopiraj'; @@ -12248,7 +12254,7 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'FM'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Rensa'; @override String get copyButtonLabel => 'Kopiera'; @@ -12414,7 +12420,7 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Futa'; @override String get copyButtonLabel => 'Nakili'; @@ -12580,7 +12586,7 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'அழி'; @override String get copyButtonLabel => 'நகலெடு'; @@ -12746,7 +12752,7 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'క్లియర్ చేయండి'; @override String get copyButtonLabel => 'కాపీ చేయి'; @@ -12912,7 +12918,7 @@ class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'ล้าง'; @override String get copyButtonLabel => 'คัดลอก'; @@ -13078,7 +13084,7 @@ class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'I-clear'; @override String get copyButtonLabel => 'Kopyahin'; @@ -13244,7 +13250,7 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'ÖÖ'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Temizle'; @override String get copyButtonLabel => 'Kopyala'; @@ -13410,7 +13416,7 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'дп'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Очистити'; @override String get copyButtonLabel => 'Копіювати'; @@ -13576,7 +13582,7 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'صاف کریں'; @override String get copyButtonLabel => 'کاپی کریں'; @@ -13742,7 +13748,7 @@ class CupertinoLocalizationUz extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Tozalash'; @override String get copyButtonLabel => 'Nusxa olish'; @@ -13908,7 +13914,7 @@ class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'SÁNG'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Xoá'; @override String get copyButtonLabel => 'Sao chép'; @@ -14074,7 +14080,7 @@ class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => '上午'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => '清除'; @override String get copyButtonLabel => '复制'; @@ -14412,7 +14418,7 @@ class CupertinoLocalizationZu extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get clearButtonLabel => 'Clear'; + String get clearButtonLabel => 'Sula'; @override String get copyButtonLabel => 'Kopisha'; diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index 328966f2e72a..5895328f48fa 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -60,7 +60,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Kanselleer'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Vee teks uit'; @override String get closeButtonLabel => 'Maak toe'; @@ -450,7 +450,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Kies jaar'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Gekies'; @override String? get selectedRowCountTitleFew => null; @@ -471,7 +471,7 @@ class MaterialLocalizationAf extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Deel …'; + String get shareButtonLabel => 'Deel'; @override String get showAccountsLabel => 'Wys rekeninge'; @@ -556,7 +556,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'ይቅር'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'ጽሁፍን አጽዳ'; @override String get closeButtonLabel => 'ዝጋ'; @@ -946,7 +946,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'ዓመት ይምረጡ'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'ተመርጧል'; @override String? get selectedRowCountTitleFew => null; @@ -967,7 +967,7 @@ class MaterialLocalizationAm extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'አጋራ...'; + String get shareButtonLabel => 'አጋራ'; @override String get showAccountsLabel => 'መለያዎችን አሳይ'; @@ -1052,7 +1052,7 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'الإلغاء'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'محو النص'; @override String get closeButtonLabel => 'الإغلاق'; @@ -1325,7 +1325,7 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get licensesPageTitle => 'التراخيص'; @override - String get lookUpButtonLabel => 'النظر إلى أعلى'; + String get lookUpButtonLabel => 'بحث عام'; @override String get menuBarMenuLabel => 'قائمة شريط القوائم'; @@ -1442,7 +1442,7 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'اختيار العام'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'التاريخ المحدّد'; @override String? get selectedRowCountTitleFew => r'تم اختيار $selectedRowCount عنصر'; @@ -1463,7 +1463,7 @@ class MaterialLocalizationAr extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => 'لم يتم اختيار أي عنصر'; @override - String get shareButtonLabel => 'مشاركة…'; + String get shareButtonLabel => 'مشاركة'; @override String get showAccountsLabel => 'إظهار الحسابات'; @@ -1548,7 +1548,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'বাতিল কৰক'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'পাঠ মচক'; @override String get closeButtonLabel => 'বন্ধ কৰক'; @@ -1938,7 +1938,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'বছৰ বাছনি কৰক'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'বাছনি কৰা হৈছে'; @override String? get selectedRowCountTitleFew => null; @@ -1959,7 +1959,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'শ্বেয়াৰ কৰক…'; + String get shareButtonLabel => 'শ্বেয়াৰ কৰক'; @override String get showAccountsLabel => 'একাউণ্টসমূহ দেখুৱাওক'; @@ -2044,7 +2044,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Ləğv edin'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Mətni silin'; @override String get closeButtonLabel => 'Bağlayın'; @@ -2434,7 +2434,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'İl seçin'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Seçilib'; @override String? get selectedRowCountTitleFew => null; @@ -2455,7 +2455,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Paylaşın...'; + String get shareButtonLabel => 'Paylaşın'; @override String get showAccountsLabel => 'Hesabları göstərin'; @@ -2540,7 +2540,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Скасаваць'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Выдаліць тэкст'; @override String get closeButtonLabel => 'Закрыць'; @@ -2930,7 +2930,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Выберыце год'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Выбрана'; @override String? get selectedRowCountTitleFew => r'Выбрана $selectedRowCount элементы'; @@ -2951,7 +2951,7 @@ class MaterialLocalizationBe extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Абагуліць...'; + String get shareButtonLabel => 'Абагуліць'; @override String get showAccountsLabel => 'Паказаць уліковыя запісы'; @@ -3036,7 +3036,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Отказ'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Изчистване на текста'; @override String get closeButtonLabel => 'Затваряне'; @@ -3426,7 +3426,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Избиране на година'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Избрано'; @override String? get selectedRowCountTitleFew => null; @@ -3447,7 +3447,7 @@ class MaterialLocalizationBg extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Споделяне...'; + String get shareButtonLabel => 'Споделяне'; @override String get showAccountsLabel => 'Показване на профилите'; @@ -3532,7 +3532,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'বাতিল করুন'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'টেক্সট মুছুন'; @override String get closeButtonLabel => 'বন্ধ করুন'; @@ -3922,7 +3922,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'বছর বেছে নিন'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'বেছে নেওয়া হয়েছে'; @override String? get selectedRowCountTitleFew => null; @@ -3943,7 +3943,7 @@ class MaterialLocalizationBn extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'শেয়ার করুন...'; + String get shareButtonLabel => 'শেয়ার করুন'; @override String get showAccountsLabel => 'অ্যাকাউন্টগুলি দেখান'; @@ -4028,7 +4028,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Otkaži'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Brisanje teksta'; @override String get closeButtonLabel => 'Zatvori'; @@ -4418,7 +4418,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Odaberite godinu'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Odabrano'; @override String? get selectedRowCountTitleFew => r'Odabrane su $selectedRowCount stavke'; @@ -4439,7 +4439,7 @@ class MaterialLocalizationBs extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Dijeli...'; + String get shareButtonLabel => 'Dijeli'; @override String get showAccountsLabel => 'Prikaži račune'; @@ -4524,7 +4524,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Cancel·la'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Esborra el text'; @override String get closeButtonLabel => 'Tanca'; @@ -4914,7 +4914,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Selecciona un any'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Seleccionat'; @override String? get selectedRowCountTitleFew => null; @@ -4935,7 +4935,7 @@ class MaterialLocalizationCa extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Comparteix...'; + String get shareButtonLabel => 'Comparteix'; @override String get showAccountsLabel => 'Mostra els comptes'; @@ -5020,7 +5020,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Zrušit'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Vymazat text'; @override String get closeButtonLabel => 'Zavřít'; @@ -5410,7 +5410,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Vyberte rok'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Vybráno'; @override String? get selectedRowCountTitleFew => r'Jsou vybrány $selectedRowCount položky'; @@ -5431,7 +5431,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Sdílet…'; + String get shareButtonLabel => 'Sdílet'; @override String get showAccountsLabel => 'Zobrazit účty'; @@ -5516,7 +5516,7 @@ class MaterialLocalizationCy extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Canslo'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => "Clirio'r testun"; @override String get closeButtonLabel => 'Cau'; @@ -5906,7 +5906,7 @@ class MaterialLocalizationCy extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Dewiswch flwyddyn'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => "Wedi'i ddewis"; @override String? get selectedRowCountTitleFew => r"Mae $selectedRowCount eitem wedi'u dewis"; @@ -5927,7 +5927,7 @@ class MaterialLocalizationCy extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => "Nid oes unrhyw eitemau wedi'u dewis"; @override - String get shareButtonLabel => 'Rhannu...'; + String get shareButtonLabel => 'Rhannu'; @override String get showAccountsLabel => 'Dangos cyfrifon'; @@ -6012,7 +6012,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Annuller'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Ryd tekst'; @override String get closeButtonLabel => 'Luk'; @@ -6402,7 +6402,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Vælg år'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Valgt'; @override String? get selectedRowCountTitleFew => null; @@ -6423,7 +6423,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Del…'; + String get shareButtonLabel => 'Del'; @override String get showAccountsLabel => 'Vis konti'; @@ -6508,7 +6508,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Abbrechen'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Text löschen'; @override String get closeButtonLabel => 'Schließen'; @@ -6898,7 +6898,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Jahr auswählen'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Ausgewählt'; @override String? get selectedRowCountTitleFew => null; @@ -6919,7 +6919,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => 'Keine Objekte ausgewählt'; @override - String get shareButtonLabel => 'Teilen…'; + String get shareButtonLabel => 'Teilen'; @override String get showAccountsLabel => 'Konten anzeigen'; @@ -7068,7 +7068,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Ακύρωση'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Διαγραφή κειμένου'; @override String get closeButtonLabel => 'Κλείσιμο'; @@ -7458,7 +7458,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Επιλογή έτους'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Επιλεγμένο'; @override String? get selectedRowCountTitleFew => null; @@ -7479,7 +7479,7 @@ class MaterialLocalizationEl extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Κοινοποίηση…'; + String get shareButtonLabel => 'Κοινή χρήση'; @override String get showAccountsLabel => 'Εμφάνιση λογαριασμών'; @@ -8038,9 +8038,6 @@ class MaterialLocalizationEnAu extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); - @override - String get shareButtonLabel => 'Share...'; - @override String get lookUpButtonLabel => 'Look up'; @@ -8138,95 +8135,8 @@ class MaterialLocalizationEnCa extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); - @override - String get keyboardKeyCapsLock => 'Caps lock'; - - @override - String get keyboardKeyChannelUp => 'Channel up'; - - @override - String get keyboardKeyChannelDown => 'Channel down'; - - @override - String get keyboardKeyNumLock => 'Num lock'; - - @override - String get keyboardKeyScrollLock => 'Scroll lock'; - - @override - String get keyboardKeyPrintScreen => 'Print screen'; - - @override - String get keyboardKeyPowerOff => 'Power off'; - - @override - String get keyboardKeyNumpadEnter => 'Num enter'; - - @override - String get timePickerDialHelpText => 'SELECT TIME'; - - @override - String get timePickerInputHelpText => 'ENTER TIME'; - - @override - String get dateInputLabel => 'Enter date'; - - @override - String get dateRangePickerHelpText => 'SELECT RANGE'; - - @override - String get datePickerHelpText => 'SELECT DATE'; - - @override - String get saveButtonLabel => 'SAVE'; - - @override - String get dateRangeEndLabel => 'End date'; - - @override - String get dateRangeStartLabel => 'Start date'; - - @override - String get unspecifiedDateRange => 'Date range'; - - @override - String get dateHelpText => 'dd/mm/yyyy'; - - @override - String get licensesPageTitle => 'Licences'; - @override String? get licensesPackageDetailTextZero => 'No licences'; - - @override - String? get licensesPackageDetailTextOne => '1 licence'; - - @override - String get licensesPackageDetailTextOther => r'$licenseCount licences'; - - @override - String get cancelButtonLabel => 'CANCEL'; - - @override - String get closeButtonLabel => 'CLOSE'; - - @override - String get continueButtonLabel => 'CONTINUE'; - - @override - String get viewLicensesButtonLabel => 'VIEW LICENCES'; - - @override - String get popupMenuLabel => 'Pop-up menu'; - - @override - String get dialogLabel => 'Dialogue'; - - @override - String get reorderItemLeft => 'Move to the left'; - - @override - String get reorderItemRight => 'Move to the right'; } /// The translations for English, as used in the United Kingdom (`en_GB`). @@ -8247,9 +8157,6 @@ class MaterialLocalizationEnGb extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); - @override - String get shareButtonLabel => 'Share...'; - @override String get lookUpButtonLabel => 'Look up'; @@ -8350,9 +8257,6 @@ class MaterialLocalizationEnIe extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); - @override - String get shareButtonLabel => 'Share...'; - @override String get lookUpButtonLabel => 'Look up'; @@ -8453,9 +8357,6 @@ class MaterialLocalizationEnIn extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); - @override - String get shareButtonLabel => 'Share...'; - @override String get lookUpButtonLabel => 'Look up'; @@ -8553,9 +8454,6 @@ class MaterialLocalizationEnNz extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); - @override - String get shareButtonLabel => 'Share...'; - @override String get lookUpButtonLabel => 'Look up'; @@ -8653,9 +8551,6 @@ class MaterialLocalizationEnSg extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); - @override - String get shareButtonLabel => 'Share...'; - @override String get lookUpButtonLabel => 'Look up'; @@ -8753,9 +8648,6 @@ class MaterialLocalizationEnZa extends MaterialLocalizationEn { required super.twoDigitZeroPaddedFormat, }); - @override - String get shareButtonLabel => 'Share...'; - @override String get lookUpButtonLabel => 'Look up'; @@ -8878,7 +8770,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Cancelar'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Borrar texto'; @override String get closeButtonLabel => 'Cerrar'; @@ -9268,7 +9160,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Seleccionar año'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Seleccionada'; @override String? get selectedRowCountTitleFew => null; @@ -9289,7 +9181,7 @@ class MaterialLocalizationEs extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => 'No se han seleccionado elementos'; @override - String get shareButtonLabel => 'Compartir...'; + String get shareButtonLabel => 'Compartir'; @override String get showAccountsLabel => 'Mostrar cuentas'; @@ -9352,9 +9244,6 @@ class MaterialLocalizationEs419 extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); - @override - String get shareButtonLabel => 'Compartir…'; - @override String get scanTextButtonLabel => 'Analizar texto'; @@ -9545,9 +9434,6 @@ class MaterialLocalizationEsAr extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); - @override - String get shareButtonLabel => 'Compartir…'; - @override String get scanTextButtonLabel => 'Analizar texto'; @@ -9738,9 +9624,6 @@ class MaterialLocalizationEsBo extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); - @override - String get shareButtonLabel => 'Compartir…'; - @override String get scanTextButtonLabel => 'Analizar texto'; @@ -9931,9 +9814,6 @@ class MaterialLocalizationEsCl extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); - @override - String get shareButtonLabel => 'Compartir…'; - @override String get scanTextButtonLabel => 'Analizar texto'; @@ -10124,9 +10004,6 @@ class MaterialLocalizationEsCo extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); - @override - String get shareButtonLabel => 'Compartir…'; - @override String get scanTextButtonLabel => 'Analizar texto'; @@ -10317,9 +10194,6 @@ class MaterialLocalizationEsCr extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); - @override - String get shareButtonLabel => 'Compartir…'; - @override String get scanTextButtonLabel => 'Analizar texto'; @@ -10510,9 +10384,6 @@ class MaterialLocalizationEsDo extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); - @override - String get shareButtonLabel => 'Compartir…'; - @override String get scanTextButtonLabel => 'Analizar texto'; @@ -10703,9 +10574,6 @@ class MaterialLocalizationEsEc extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); - @override - String get shareButtonLabel => 'Compartir…'; - @override String get scanTextButtonLabel => 'Analizar texto'; @@ -10896,9 +10764,6 @@ class MaterialLocalizationEsGt extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); - @override - String get shareButtonLabel => 'Compartir…'; - @override String get scanTextButtonLabel => 'Analizar texto'; @@ -11089,9 +10954,6 @@ class MaterialLocalizationEsHn extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); - @override - String get shareButtonLabel => 'Compartir…'; - @override String get scanTextButtonLabel => 'Analizar texto'; @@ -11282,9 +11144,6 @@ class MaterialLocalizationEsMx extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); - @override - String get shareButtonLabel => 'Compartir…'; - @override String get scanTextButtonLabel => 'Analizar texto'; @@ -11475,9 +11334,6 @@ class MaterialLocalizationEsNi extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); - @override - String get shareButtonLabel => 'Compartir…'; - @override String get scanTextButtonLabel => 'Analizar texto'; @@ -11668,9 +11524,6 @@ class MaterialLocalizationEsPa extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); - @override - String get shareButtonLabel => 'Compartir…'; - @override String get scanTextButtonLabel => 'Analizar texto'; @@ -11861,9 +11714,6 @@ class MaterialLocalizationEsPe extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); - @override - String get shareButtonLabel => 'Compartir…'; - @override String get scanTextButtonLabel => 'Analizar texto'; @@ -12054,9 +11904,6 @@ class MaterialLocalizationEsPr extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); - @override - String get shareButtonLabel => 'Compartir…'; - @override String get scanTextButtonLabel => 'Analizar texto'; @@ -12247,9 +12094,6 @@ class MaterialLocalizationEsPy extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); - @override - String get shareButtonLabel => 'Compartir…'; - @override String get scanTextButtonLabel => 'Analizar texto'; @@ -12440,9 +12284,6 @@ class MaterialLocalizationEsSv extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); - @override - String get shareButtonLabel => 'Compartir…'; - @override String get scanTextButtonLabel => 'Analizar texto'; @@ -12633,9 +12474,6 @@ class MaterialLocalizationEsUs extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); - @override - String get shareButtonLabel => 'Compartir…'; - @override String get scanTextButtonLabel => 'Analizar texto'; @@ -12829,9 +12667,6 @@ class MaterialLocalizationEsUy extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); - @override - String get shareButtonLabel => 'Compartir…'; - @override String get scanTextButtonLabel => 'Analizar texto'; @@ -13022,9 +12857,6 @@ class MaterialLocalizationEsVe extends MaterialLocalizationEs { required super.twoDigitZeroPaddedFormat, }); - @override - String get shareButtonLabel => 'Compartir…'; - @override String get scanTextButtonLabel => 'Analizar texto'; @@ -13237,7 +13069,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Tühista'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Kustutage tekst'; @override String get closeButtonLabel => 'Sule'; @@ -13627,7 +13459,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Valige aasta'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Valitud'; @override String? get selectedRowCountTitleFew => null; @@ -13648,7 +13480,7 @@ class MaterialLocalizationEt extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Jaga …'; + String get shareButtonLabel => 'Jagamine'; @override String get showAccountsLabel => 'Kuva kontod'; @@ -13733,7 +13565,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Utzi'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Garbitu testua'; @override String get closeButtonLabel => 'Itxi'; @@ -14123,7 +13955,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Hautatu urtea'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Hautatuta'; @override String? get selectedRowCountTitleFew => null; @@ -14144,7 +13976,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Partekatu...'; + String get shareButtonLabel => 'Partekatu'; @override String get showAccountsLabel => 'Erakutsi kontuak'; @@ -14229,7 +14061,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'لغو'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'پاک کردن نوشتار'; @override String get closeButtonLabel => 'بستن'; @@ -14304,13 +14136,13 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'کوچک کردن'; @override - String get expansionTileCollapsedHint => 'برای ازهم بازکردن، دوضربه بزنید'; + String get expansionTileCollapsedHint => 'برای ازهم بازکردن، دو تک‌ضرب بزنید'; @override String get expansionTileCollapsedTapHint => 'ازهم بازکردن برای جزئیات بیشتر'; @override - String get expansionTileExpandedHint => 'برای جمع کردن، دوضربه بزنید'; + String get expansionTileExpandedHint => 'برای جمع کردن، دو تک‌ضرب بزنید'; @override String get expansionTileExpandedTapHint => 'جمع کردن'; @@ -14526,7 +14358,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get okButtonLabel => 'تأیید'; @override - String get openAppDrawerTooltip => 'باز کردن منوی پیمایش'; + String get openAppDrawerTooltip => 'باز کردن منو پیمایش'; @override String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow از $rowCount'; @@ -14619,7 +14451,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'انتخاب سال'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'انتخاب‌شده'; @override String? get selectedRowCountTitleFew => null; @@ -14640,7 +14472,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'هم‌رسانی…'; + String get shareButtonLabel => 'هم‌رسانی کردن'; @override String get showAccountsLabel => 'نشان دادن حساب‌ها'; @@ -14725,7 +14557,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Peru'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Tyhjennä teksti'; @override String get closeButtonLabel => 'Sulje'; @@ -15115,7 +14947,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Valitse vuosi'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Valittu'; @override String? get selectedRowCountTitleFew => null; @@ -15136,7 +14968,7 @@ class MaterialLocalizationFi extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Jaa…'; + String get shareButtonLabel => 'Jaa'; @override String get showAccountsLabel => 'Näytä tilit'; @@ -15221,7 +15053,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Kanselahin'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'I-clear ang text'; @override String get closeButtonLabel => 'Isara'; @@ -15611,7 +15443,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Pumili ng taon'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Napili'; @override String? get selectedRowCountTitleFew => null; @@ -15632,7 +15464,7 @@ class MaterialLocalizationFil extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Ibahagi...'; + String get shareButtonLabel => 'I-share'; @override String get showAccountsLabel => 'Ipakita ang mga account'; @@ -15717,7 +15549,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Annuler'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Effacer le texte'; @override String get closeButtonLabel => 'Fermer'; @@ -16107,7 +15939,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Sélectionner une année'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Sélectionnée'; @override String? get selectedRowCountTitleFew => null; @@ -16128,7 +15960,7 @@ class MaterialLocalizationFr extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => 'Aucun élément sélectionné'; @override - String get shareButtonLabel => 'Partager…'; + String get shareButtonLabel => 'Partager'; @override String get showAccountsLabel => 'Afficher les comptes'; @@ -16370,7 +16202,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Cancelar'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Borrar texto'; @override String get closeButtonLabel => 'Pechar'; @@ -16760,7 +16592,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Seleccionar ano'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Seleccionada'; @override String? get selectedRowCountTitleFew => null; @@ -16781,7 +16613,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => 'Non se seleccionaron elementos'; @override - String get shareButtonLabel => 'Compartir…'; + String get shareButtonLabel => 'Compartir'; @override String get showAccountsLabel => 'Mostrar contas'; @@ -16866,7 +16698,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Abbrechen'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Text löschen'; @override String get closeButtonLabel => 'Schließen'; @@ -17256,7 +17088,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Jahr auswählen'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Ausgewählt'; @override String? get selectedRowCountTitleFew => null; @@ -17277,7 +17109,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Teilen…'; + String get shareButtonLabel => 'Teilen'; @override String get showAccountsLabel => 'Konten anzeigen'; @@ -17362,7 +17194,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'રદ કરો'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'ટેક્સ્ટ સાફ કરો'; @override String get closeButtonLabel => 'બંધ કરો'; @@ -17752,7 +17584,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'વર્ષ પસંદ કરો'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'પસંદ કરેલો'; @override String? get selectedRowCountTitleFew => null; @@ -17773,7 +17605,7 @@ class MaterialLocalizationGu extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'શેર કરો…'; + String get shareButtonLabel => 'શેર કરો'; @override String get showAccountsLabel => 'એકાઉન્ટ બતાવો'; @@ -17858,7 +17690,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'ביטול'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'מחיקת הטקסט'; @override String get closeButtonLabel => 'סגירה'; @@ -18248,7 +18080,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'בחירת שנה'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'התאריך שנבחר'; @override String? get selectedRowCountTitleFew => null; @@ -18269,7 +18101,7 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'שיתוף…'; + String get shareButtonLabel => 'שיתוף'; @override String get showAccountsLabel => 'הצגת החשבונות'; @@ -18354,7 +18186,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'रद्द करें'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'टेक्स्ट मिटाएं'; @override String get closeButtonLabel => 'बंद करें'; @@ -18744,7 +18576,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'साल चुनें'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'चुनी गई'; @override String? get selectedRowCountTitleFew => null; @@ -18765,7 +18597,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'शेयर करें…'; + String get shareButtonLabel => 'शेयर करें'; @override String get showAccountsLabel => 'खाते दिखाएं'; @@ -18850,7 +18682,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Odustani'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Izbriši tekst'; @override String get closeButtonLabel => 'Zatvori'; @@ -19240,7 +19072,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Odaberite godinu'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Odabrano'; @override String? get selectedRowCountTitleFew => r'Odabrane su $selectedRowCount stavke'; @@ -19261,7 +19093,7 @@ class MaterialLocalizationHr extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Dijeli...'; + String get shareButtonLabel => 'Dijeli'; @override String get showAccountsLabel => 'Prikažite račune'; @@ -19346,7 +19178,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Mégse'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Szöveg törlése'; @override String get closeButtonLabel => 'Bezárás'; @@ -19736,7 +19568,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Válassza ki az évet'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Kijelölve'; @override String? get selectedRowCountTitleFew => null; @@ -19757,7 +19589,7 @@ class MaterialLocalizationHu extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Megosztás…'; + String get shareButtonLabel => 'Megosztás'; @override String get showAccountsLabel => 'Fiókok megjelenítése'; @@ -19842,7 +19674,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Չեղարկել'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Մաքրել տեքստը'; @override String get closeButtonLabel => 'Փակել'; @@ -20232,7 +20064,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Ընտրել տարին'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Ընտրված է'; @override String? get selectedRowCountTitleFew => r'Ընտրված է $selectedRowCount օբյեկտ'; @@ -20253,7 +20085,7 @@ class MaterialLocalizationHy extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => 'Տողերը ընտրված չեն'; @override - String get shareButtonLabel => 'Կիսվել...'; + String get shareButtonLabel => 'Կիսվել'; @override String get showAccountsLabel => 'Ցույց տալ հաշիվները'; @@ -20338,7 +20170,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Batal'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Hapus teks'; @override String get closeButtonLabel => 'Tutup'; @@ -20728,7 +20560,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Pilih tahun'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Dipilih'; @override String? get selectedRowCountTitleFew => null; @@ -20749,7 +20581,7 @@ class MaterialLocalizationId extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Bagikan...'; + String get shareButtonLabel => 'Bagikan'; @override String get showAccountsLabel => 'Tampilkan akun'; @@ -20834,7 +20666,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Hætta við'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Hreinsa texta'; @override String get closeButtonLabel => 'Loka'; @@ -21224,7 +21056,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Velja ár'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Valið'; @override String? get selectedRowCountTitleFew => null; @@ -21245,7 +21077,7 @@ class MaterialLocalizationIs extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Deila...'; + String get shareButtonLabel => 'Deila'; @override String get showAccountsLabel => 'Sýna reikninga'; @@ -21330,7 +21162,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Annulla'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Cancella testo'; @override String get closeButtonLabel => 'Chiudi'; @@ -21720,7 +21552,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Seleziona anno'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Selezionata'; @override String? get selectedRowCountTitleFew => null; @@ -21741,7 +21573,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Condividi…'; + String get shareButtonLabel => 'Condividi'; @override String get showAccountsLabel => 'Mostra account'; @@ -21826,7 +21658,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'キャンセル'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'テキストを消去'; @override String get closeButtonLabel => '閉じる'; @@ -22216,7 +22048,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => '年を選択'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => '選択済み'; @override String? get selectedRowCountTitleFew => null; @@ -22237,7 +22069,7 @@ class MaterialLocalizationJa extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => '共有...'; + String get shareButtonLabel => '共有'; @override String get showAccountsLabel => 'アカウントを表示'; @@ -22322,7 +22154,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'გაუქმება'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'ტექსტის გასუფთავება'; @override String get closeButtonLabel => 'დახურვა'; @@ -22712,7 +22544,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'აირჩიეთ წელი'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'არჩეულია'; @override String? get selectedRowCountTitleFew => null; @@ -22733,7 +22565,7 @@ class MaterialLocalizationKa extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'გაზიარება...'; + String get shareButtonLabel => 'გაზიარება'; @override String get showAccountsLabel => 'ანგარიშების ჩვენება'; @@ -22818,7 +22650,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Бас тарту'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Мәтінді тазалау'; @override String get closeButtonLabel => 'Жабу'; @@ -23208,7 +23040,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Жылды таңдау'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Таңдалды.'; @override String? get selectedRowCountTitleFew => null; @@ -23229,7 +23061,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => 'Тармақ таңдалмаған'; @override - String get shareButtonLabel => 'Бөлісу…'; + String get shareButtonLabel => 'Бөлісу'; @override String get showAccountsLabel => 'Аккаунттарды көрсету'; @@ -23314,7 +23146,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'បោះបង់'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'សម្អាតអក្សរ'; @override String get closeButtonLabel => 'បិទ'; @@ -23704,7 +23536,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'ជ្រើសរើសឆ្នាំ'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'បានជ្រើសរើស'; @override String? get selectedRowCountTitleFew => null; @@ -23725,7 +23557,7 @@ class MaterialLocalizationKm extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'ចែករំលែក...'; + String get shareButtonLabel => 'ចែករំលែក'; @override String get showAccountsLabel => 'បង្ហាញគណនី'; @@ -23810,7 +23642,7 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { String get cancelButtonLabel => '\u{cb0}\u{ca6}\u{ccd}\u{ca6}\u{cc1}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => '\u{caa}\u{ca0}\u{ccd}\u{caf}\u{20}\u{ca4}\u{cc6}\u{cb0}\u{cb5}\u{cc1}\u{c97}\u{cca}\u{cb3}\u{cbf}\u{cb8}\u{cbf}'; @override String get closeButtonLabel => '\u{cae}\u{cc1}\u{c9a}\u{ccd}\u{c9a}\u{cbf}\u{cb0}\u{cbf}'; @@ -24200,7 +24032,7 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => '\u{cb5}\u{cb0}\u{ccd}\u{cb7}\u{cb5}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{c86}\u{caf}\u{ccd}\u{c95}\u{cc6}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => '\u{c86}\u{caf}\u{ccd}\u{c95}\u{cc6}\u{cae}\u{cbe}\u{ca1}\u{cb2}\u{cbe}\u{c97}\u{cbf}\u{ca6}\u{cc6}'; @override String? get selectedRowCountTitleFew => null; @@ -24221,7 +24053,7 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => '\u{cb9}\u{c82}\u{c9a}\u{cbf}\u{c95}\u{cca}\u{cb3}\u{ccd}\u{cb3}\u{cbf}\u{2e}\u{2e}\u{2e}'; + String get shareButtonLabel => '\u{cb9}\u{c82}\u{c9a}\u{cbf}\u{c95}\u{cca}\u{cb3}\u{ccd}\u{cb3}\u{cbf}'; @override String get showAccountsLabel => '\u{c96}\u{cbe}\u{ca4}\u{cc6}\u{c97}\u{cb3}\u{ca8}\u{ccd}\u{ca8}\u{cc1}\u{20}\u{ca4}\u{ccb}\u{cb0}\u{cbf}\u{cb8}\u{cbf}'; @@ -24306,7 +24138,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get cancelButtonLabel => '취소'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => '텍스트 삭제'; @override String get closeButtonLabel => '닫기'; @@ -24696,7 +24528,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => '연도 선택'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => '선택됨'; @override String? get selectedRowCountTitleFew => null; @@ -24717,7 +24549,7 @@ class MaterialLocalizationKo extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => '공유...'; + String get shareButtonLabel => '공유'; @override String get showAccountsLabel => '계정 표시'; @@ -24802,7 +24634,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Токтотуу'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Текстти тазалоо'; @override String get closeButtonLabel => 'Жабуу'; @@ -25192,7 +25024,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Жылды тандоо'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Тандалды'; @override String? get selectedRowCountTitleFew => null; @@ -25213,7 +25045,7 @@ class MaterialLocalizationKy extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Бөлүшүү…'; + String get shareButtonLabel => 'Бөлүшүү'; @override String get showAccountsLabel => 'Аккаунттарды көрсөтүү'; @@ -25298,7 +25130,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'ຍົກເລີກ'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'ລຶບລ້າງຂໍ້ຄວາມ'; @override String get closeButtonLabel => 'ປິດ'; @@ -25688,7 +25520,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'ເລືອກ​ປີ'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'ເລືອກໄວ້'; @override String? get selectedRowCountTitleFew => null; @@ -25709,7 +25541,7 @@ class MaterialLocalizationLo extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'ແບ່ງປັນ...'; + String get shareButtonLabel => 'ແບ່ງປັນ'; @override String get showAccountsLabel => 'ສະແດງບັນຊີ'; @@ -25794,7 +25626,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Atšaukti'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Išvalyti tekstą'; @override String get closeButtonLabel => 'Uždaryti'; @@ -26184,7 +26016,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Pasirinkite metus'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Pasirinkta'; @override String? get selectedRowCountTitleFew => r'Pasirinkti $selectedRowCount elementai'; @@ -26205,7 +26037,7 @@ class MaterialLocalizationLt extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Bendrinti...'; + String get shareButtonLabel => 'Bendrinti'; @override String get showAccountsLabel => 'Rodyti paskyras'; @@ -26290,7 +26122,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Atcelt'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Notīrīt tekstu'; @override String get closeButtonLabel => 'Aizvērt'; @@ -26680,7 +26512,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Atlasiet gadu'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Atlasīts'; @override String? get selectedRowCountTitleFew => null; @@ -26701,7 +26533,7 @@ class MaterialLocalizationLv extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => 'Nav atlasītu vienumu'; @override - String get shareButtonLabel => 'Kopīgot…'; + String get shareButtonLabel => 'Kopīgot'; @override String get showAccountsLabel => 'Rādīt kontus'; @@ -26786,7 +26618,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Откажи'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Избриши го текстот'; @override String get closeButtonLabel => 'Затвори'; @@ -27176,7 +27008,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Изберете година'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Избрано'; @override String? get selectedRowCountTitleFew => null; @@ -27197,7 +27029,7 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Споделете...'; + String get shareButtonLabel => 'Сподели'; @override String get showAccountsLabel => 'Прикажи сметки'; @@ -27282,7 +27114,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'റദ്ദാക്കുക'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'ടെക്സ്റ്റ് മായ്ക്കുക'; @override String get closeButtonLabel => 'അടയ്ക്കുക'; @@ -27672,7 +27504,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'വർഷം തിരഞ്ഞെടുക്കുക'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'തിരഞ്ഞെടുത്തു'; @override String? get selectedRowCountTitleFew => null; @@ -27693,7 +27525,7 @@ class MaterialLocalizationMl extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'പങ്കിടുക...'; + String get shareButtonLabel => 'പങ്കിടുക'; @override String get showAccountsLabel => 'അക്കൗണ്ടുകൾ കാണിക്കുക'; @@ -27778,7 +27610,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Цуцлах'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Текстийг арилгах'; @override String get closeButtonLabel => 'Хаах'; @@ -28168,7 +28000,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Жил сонгох'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Сонгосон'; @override String? get selectedRowCountTitleFew => null; @@ -28189,7 +28021,7 @@ class MaterialLocalizationMn extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => 'Бичлэг сонгоогүй байна'; @override - String get shareButtonLabel => 'Хуваалцах...'; + String get shareButtonLabel => 'Хуваалцах'; @override String get showAccountsLabel => 'Бүртгэлүүдийг харуулах'; @@ -28274,7 +28106,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'रद्द करा'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'मजकूर साफ करा'; @override String get closeButtonLabel => 'बंद करा'; @@ -28664,7 +28496,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'वर्ष निवडा'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'निवडली आहे'; @override String? get selectedRowCountTitleFew => null; @@ -28685,7 +28517,7 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => 'कोणतेही आयटम निवडलेले नाहीत'; @override - String get shareButtonLabel => 'शेअर करा...'; + String get shareButtonLabel => 'शेअर करा'; @override String get showAccountsLabel => 'खाती दर्शवा'; @@ -28770,7 +28602,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Batal'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Kosongkan teks'; @override String get closeButtonLabel => 'Tutup'; @@ -29160,7 +28992,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Pilih tahun'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Dipilih'; @override String? get selectedRowCountTitleFew => null; @@ -29181,7 +29013,7 @@ class MaterialLocalizationMs extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => 'Tiada item dipilih'; @override - String get shareButtonLabel => 'Kongsi...'; + String get shareButtonLabel => 'Kongsi'; @override String get showAccountsLabel => 'Tunjukkan akaun'; @@ -29266,7 +29098,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'မလုပ်တော့'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'စာသား ဖယ်ရှားရန်'; @override String get closeButtonLabel => 'ပိတ်ရန်'; @@ -29656,7 +29488,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'ခုနှစ် ရွေးရန်'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'ရွေးထားသည်'; @override String? get selectedRowCountTitleFew => null; @@ -29677,7 +29509,7 @@ class MaterialLocalizationMy extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'မျှဝေရန်...'; + String get shareButtonLabel => 'မျှဝေရန်'; @override String get showAccountsLabel => 'အကောင့်များကို ပြရန်'; @@ -29762,7 +29594,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Avbryt'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Slett teksten'; @override String get closeButtonLabel => 'Lukk'; @@ -30152,7 +29984,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Velg året'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Valgt'; @override String? get selectedRowCountTitleFew => null; @@ -30173,7 +30005,7 @@ class MaterialLocalizationNb extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Del…'; + String get shareButtonLabel => 'Del'; @override String get showAccountsLabel => 'Vis kontoer'; @@ -30243,7 +30075,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get alertDialogLabel => 'अलर्ट'; @override - String get anteMeridiemAbbreviation => 'पूर्वाह्न'; + String get anteMeridiemAbbreviation => 'AM'; @override String get backButtonTooltip => 'पछाडि जानुहोस्'; @@ -30258,7 +30090,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'रद्द गर्नुहोस्'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'टेक्स्ट हटाउनुहोस्'; @override String get closeButtonLabel => 'बन्द गर्नुहोस्'; @@ -30276,7 +30108,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get continueButtonLabel => 'जारी राख्नुहोस्'; @override - String get copyButtonLabel => 'प्रतिलिपि गर्नुहोस्'; + String get copyButtonLabel => 'कपी गर्नुहोस्'; @override String get currentDateLabel => 'आज'; @@ -30570,7 +30402,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get popupMenuLabel => 'पपअप मेनु'; @override - String get postMeridiemAbbreviation => 'अपराह्न'; + String get postMeridiemAbbreviation => 'PM'; @override String get previousMonthTooltip => 'अघिल्लो महिना'; @@ -30648,7 +30480,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'वर्ष छान्नुहोस्'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'चयन गरिएको'; @override String? get selectedRowCountTitleFew => null; @@ -30669,7 +30501,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'सेयर गर्नुहोस्...'; + String get shareButtonLabel => 'सेयर गर्नुहोस्'; @override String get showAccountsLabel => 'खाताहरू देखाउनुहोस्'; @@ -30754,7 +30586,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Annuleren'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Tekst wissen'; @override String get closeButtonLabel => 'Sluiten'; @@ -31144,7 +30976,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Jaar selecteren'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Geselecteerd'; @override String? get selectedRowCountTitleFew => null; @@ -31165,7 +30997,7 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Delen...'; + String get shareButtonLabel => 'Delen'; @override String get showAccountsLabel => 'Accounts tonen'; @@ -31250,7 +31082,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Avbryt'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Slett teksten'; @override String get closeButtonLabel => 'Lukk'; @@ -31640,7 +31472,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Velg året'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Valgt'; @override String? get selectedRowCountTitleFew => null; @@ -31661,7 +31493,7 @@ class MaterialLocalizationNo extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Del…'; + String get shareButtonLabel => 'Del'; @override String get showAccountsLabel => 'Vis kontoer'; @@ -31746,7 +31578,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'ବାତିଲ କରନ୍ତୁ'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'ଟେକ୍ସଟ ଖାଲି କରନ୍ତୁ'; @override String get closeButtonLabel => 'ବନ୍ଦ କରନ୍ତୁ'; @@ -32136,7 +31968,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'ବର୍ଷ ଚୟନ କରନ୍ତୁ'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'ଚୟନିତ'; @override String? get selectedRowCountTitleFew => null; @@ -32157,7 +31989,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'ସେୟାର୍ କରନ୍ତୁ...'; + String get shareButtonLabel => 'ସେୟାର କରନ୍ତୁ'; @override String get showAccountsLabel => 'ଆକାଉଣ୍ଟ ଦେଖାନ୍ତୁ'; @@ -32242,7 +32074,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'ਰੱਦ ਕਰੋ'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'ਲਿਖਤ ਕਲੀਅਰ ਕਰੋ'; @override String get closeButtonLabel => 'ਬੰਦ ਕਰੋ'; @@ -32632,7 +32464,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'ਸਾਲ ਚੁਣੋ'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'ਚੁਣਿਆ ਗਿਆ'; @override String? get selectedRowCountTitleFew => null; @@ -32653,7 +32485,7 @@ class MaterialLocalizationPa extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'ਸਾਂਝਾ ਕਰੋ...'; + String get shareButtonLabel => 'ਸਾਂਝਾ ਕਰੋ'; @override String get showAccountsLabel => 'ਖਾਤੇ ਦਿਖਾਓ'; @@ -32738,7 +32570,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Anuluj'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Wyczyść tekst'; @override String get closeButtonLabel => 'Zamknij'; @@ -33128,7 +32960,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Wybierz rok'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Wybrano'; @override String? get selectedRowCountTitleFew => r'$selectedRowCount wybrane elementy'; @@ -33149,7 +32981,7 @@ class MaterialLocalizationPl extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Udostępnij…'; + String get shareButtonLabel => 'Udostępnij'; @override String get showAccountsLabel => 'Pokaż konta'; @@ -33730,7 +33562,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Cancelar'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Limpar texto'; @override String get closeButtonLabel => 'Fechar'; @@ -34120,7 +33952,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Selecione o ano'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Selecionada'; @override String? get selectedRowCountTitleFew => null; @@ -34141,7 +33973,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Compartilhar…'; + String get shareButtonLabel => 'Compartilhar'; @override String get showAccountsLabel => 'Mostrar contas'; @@ -34205,7 +34037,10 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt { }); @override - String get shareButtonLabel => 'Partilhar…'; + String get selectedDateLabel => 'Selecionado'; + + @override + String get shareButtonLabel => 'Partilhar'; @override String get lookUpButtonLabel => 'Procurar'; @@ -34404,7 +34239,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Anulați'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Ștergeți textul'; @override String get closeButtonLabel => 'Închideți'; @@ -34794,7 +34629,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Selectați anul'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Selectată'; @override String? get selectedRowCountTitleFew => r'$selectedRowCount articole selectate'; @@ -34815,7 +34650,7 @@ class MaterialLocalizationRo extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => 'Nu există elemente selectate'; @override - String get shareButtonLabel => 'Trimiteți…'; + String get shareButtonLabel => 'Trimiteți'; @override String get showAccountsLabel => 'Afișați conturile'; @@ -34900,7 +34735,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Отмена'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Удалить текст'; @override String get closeButtonLabel => 'Закрыть'; @@ -35290,7 +35125,7 @@ class MaterialLocalizationRu extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Выберите год'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Выбрано'; @override String? get selectedRowCountTitleFew => r'Выбрано $selectedRowCount объекта'; @@ -35396,7 +35231,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'අවලංගු කරන්න'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'පෙළ හිස් කරන්න'; @override String get closeButtonLabel => 'වසන්න'; @@ -35786,7 +35621,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'වර්ෂය තෝරන්න'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'තෝරන ලදි'; @override String? get selectedRowCountTitleFew => null; @@ -35807,7 +35642,7 @@ class MaterialLocalizationSi extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'බෙදා ගන්න...'; + String get shareButtonLabel => 'බෙදා ගන්න'; @override String get showAccountsLabel => 'ගිණුම් පෙන්වන්න'; @@ -35892,7 +35727,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Zrušiť'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Vymazať text'; @override String get closeButtonLabel => 'Zavrieť'; @@ -36282,7 +36117,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Vyberte rok'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Vybrané'; @override String? get selectedRowCountTitleFew => r'$selectedRowCount vybraté položky'; @@ -36303,7 +36138,7 @@ class MaterialLocalizationSk extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Zdieľať…'; + String get shareButtonLabel => 'Zdieľať'; @override String get showAccountsLabel => 'Zobraziť účty'; @@ -36388,7 +36223,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Prekliči'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Počisti besedilo'; @override String get closeButtonLabel => 'Zapri'; @@ -36778,7 +36613,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Izberite leto'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Izbrano'; @override String? get selectedRowCountTitleFew => r'Izbrani so $selectedRowCount elementi'; @@ -36799,7 +36634,7 @@ class MaterialLocalizationSl extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Deli …'; + String get shareButtonLabel => 'Deli'; @override String get showAccountsLabel => 'Prikaz računov'; @@ -36884,7 +36719,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Anulo'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Pastro tekstin'; @override String get closeButtonLabel => 'Mbyll'; @@ -37274,7 +37109,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Zgjidh vitin'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Zgjedhur'; @override String? get selectedRowCountTitleFew => null; @@ -37295,7 +37130,7 @@ class MaterialLocalizationSq extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Ndaj...'; + String get shareButtonLabel => 'Ndaj'; @override String get showAccountsLabel => 'Shfaq llogaritë'; @@ -37380,7 +37215,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Откажи'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Обриши текст'; @override String get closeButtonLabel => 'Затвори'; @@ -37770,7 +37605,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Изаберите годину'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Изабрано'; @override String? get selectedRowCountTitleFew => r'Изабране су $selectedRowCount ставке'; @@ -37791,7 +37626,7 @@ class MaterialLocalizationSr extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Дели…'; + String get shareButtonLabel => 'Дели'; @override String get showAccountsLabel => 'Прикажи налоге'; @@ -37894,6 +37729,9 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { @override String get cancelButtonLabel => 'Otkaži'; + @override + String get clearButtonTooltip => 'Obriši tekst'; + @override String get closeButtonLabel => 'Zatvori'; @@ -38131,6 +37969,9 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { @override String get selectYearSemanticsLabel => 'Izaberite godinu'; + @override + String get selectedDateLabel => 'Izabrano'; + @override String? get selectedRowCountTitleFew => r'Izabrane su $selectedRowCount stavke'; @@ -38141,7 +37982,7 @@ class MaterialLocalizationSrLatn extends MaterialLocalizationSr { String get selectedRowCountTitleOther => r'Izabrano je $selectedRowCount stavki'; @override - String get shareButtonLabel => 'Deli…'; + String get shareButtonLabel => 'Deli'; @override String get showAccountsLabel => 'Prikaži naloge'; @@ -38223,7 +38064,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Avbryt'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Rensa text'; @override String get closeButtonLabel => 'Stäng'; @@ -38613,7 +38454,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Välj år'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Markerat'; @override String? get selectedRowCountTitleFew => null; @@ -38634,7 +38475,7 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Dela …'; + String get shareButtonLabel => 'Dela'; @override String get showAccountsLabel => 'Visa konton'; @@ -38719,7 +38560,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Ghairi'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Futa maandishi'; @override String get closeButtonLabel => 'Funga'; @@ -39109,7 +38950,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Chagua mwaka'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Umechagua'; @override String? get selectedRowCountTitleFew => null; @@ -39130,7 +38971,7 @@ class MaterialLocalizationSw extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => 'Hamna kilicho chaguliwa'; @override - String get shareButtonLabel => 'Shiriki...'; + String get shareButtonLabel => 'Tuma'; @override String get showAccountsLabel => 'Onyesha akaunti'; @@ -39215,7 +39056,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'ரத்துசெய்'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'வார்த்தைகளை அழிக்கும்'; @override String get closeButtonLabel => 'மூடுக'; @@ -39605,7 +39446,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'ஆண்டைத் தேர்ந்தெடுக்கவும்'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'தேர்ந்தெடுக்கப்பட்டது'; @override String? get selectedRowCountTitleFew => null; @@ -39626,7 +39467,7 @@ class MaterialLocalizationTa extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => 'எந்த வரிசையும் தேர்ந்தெடுக்கவில்லை'; @override - String get shareButtonLabel => 'பகிர்...'; + String get shareButtonLabel => 'பகிர்'; @override String get showAccountsLabel => 'கணக்குகளைக் காட்டும்'; @@ -39711,13 +39552,13 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'రద్దు చేయండి'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'టెక్స్ట్‌ను క్లియర్ చేయండి'; @override String get closeButtonLabel => 'మూసివేయండి'; @override - String get closeButtonTooltip => 'మూసివేయి'; + String get closeButtonTooltip => 'మూసివేయండి'; @override String get collapsedHint => 'విస్తరించబడింది'; @@ -40101,7 +39942,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'సంవత్సరాన్ని ఎంచుకోండి'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'ఎంచుకోబడింది'; @override String? get selectedRowCountTitleFew => null; @@ -40122,7 +39963,7 @@ class MaterialLocalizationTe extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'షేర్ చేయండి...'; + String get shareButtonLabel => 'షేర్ చేయండి'; @override String get showAccountsLabel => 'ఖాతాలను చూపు'; @@ -40207,7 +40048,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'ยกเลิก'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'ล้างข้อความ'; @override String get closeButtonLabel => 'ปิด'; @@ -40597,7 +40438,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'เลือกปี'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'เลือกไว้'; @override String? get selectedRowCountTitleFew => null; @@ -40618,7 +40459,7 @@ class MaterialLocalizationTh extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'แชร์...'; + String get shareButtonLabel => 'แชร์'; @override String get showAccountsLabel => 'แสดงบัญชี'; @@ -40703,7 +40544,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Kanselahin'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'I-clear ang text'; @override String get closeButtonLabel => 'Isara'; @@ -41093,7 +40934,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Pumili ng taon'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Napili'; @override String? get selectedRowCountTitleFew => null; @@ -41114,7 +40955,7 @@ class MaterialLocalizationTl extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Ibahagi...'; + String get shareButtonLabel => 'I-share'; @override String get showAccountsLabel => 'Ipakita ang mga account'; @@ -41199,7 +41040,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'İptal'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Metni temizle'; @override String get closeButtonLabel => 'Kapat'; @@ -41589,7 +41430,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Yılı seçin'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Seçili'; @override String? get selectedRowCountTitleFew => null; @@ -41610,7 +41451,7 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Paylaş...'; + String get shareButtonLabel => 'Paylaş'; @override String get showAccountsLabel => 'Hesapları göster'; @@ -41695,7 +41536,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Скасувати'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Видалити текст'; @override String get closeButtonLabel => 'Закрити'; @@ -42085,7 +41926,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Виберіть рік'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Вибрано'; @override String? get selectedRowCountTitleFew => r'Вибрано $selectedRowCount елементи'; @@ -42106,7 +41947,7 @@ class MaterialLocalizationUk extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Поділитися…'; + String get shareButtonLabel => 'Поділитися'; @override String get showAccountsLabel => 'Показати облікові записи'; @@ -42191,7 +42032,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'منسوخ کریں'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'ٹیکسٹ صاف کریں'; @override String get closeButtonLabel => 'بند کریں'; @@ -42581,7 +42422,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'سال منتخب کریں'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'منتخب کردہ'; @override String? get selectedRowCountTitleFew => null; @@ -42602,7 +42443,7 @@ class MaterialLocalizationUr extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'اشتراک کریں...'; + String get shareButtonLabel => 'اشتراک کریں'; @override String get showAccountsLabel => 'اکاؤنٹس دکھائیں'; @@ -42687,7 +42528,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Bekor qilish'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Matnni tozalash'; @override String get closeButtonLabel => 'Yopish'; @@ -43077,7 +42918,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Yilni tanlang'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Tanlangan'; @override String? get selectedRowCountTitleFew => null; @@ -43098,7 +42939,7 @@ class MaterialLocalizationUz extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Ulashish…'; + String get shareButtonLabel => 'Ulashish'; @override String get showAccountsLabel => 'Hisoblarni koʻrsatish'; @@ -43183,7 +43024,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Huỷ'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Xoá văn bản'; @override String get closeButtonLabel => 'Đóng'; @@ -43573,7 +43414,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Chọn năm'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Đã chọn'; @override String? get selectedRowCountTitleFew => null; @@ -43594,7 +43435,7 @@ class MaterialLocalizationVi extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Chia sẻ...'; + String get shareButtonLabel => 'Chia sẻ'; @override String get showAccountsLabel => 'Hiển thị tài khoản'; @@ -43679,7 +43520,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get cancelButtonLabel => '取消'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => '清除文字'; @override String get closeButtonLabel => '关闭'; @@ -44069,7 +43910,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => '选择年份'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => '已选择'; @override String? get selectedRowCountTitleFew => null; @@ -44090,7 +43931,7 @@ class MaterialLocalizationZh extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => '共享…'; + String get shareButtonLabel => '分享'; @override String get showAccountsLabel => '显示账号'; @@ -44482,13 +44323,13 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get selectYearSemanticsLabel => '揀年份'; @override - String? get selectedRowCountTitleOne => '已選取 1 個項目'; + String get selectedDateLabel => '已選取'; @override - String get selectedRowCountTitleOther => r'已選取 $selectedRowCount 個項目'; + String? get selectedRowCountTitleOne => '已選取 1 個項目'; @override - String get shareButtonLabel => '分享…'; + String get selectedRowCountTitleOther => r'已選取 $selectedRowCount 個項目'; @override String get showAccountsLabel => '顯示帳戶'; @@ -44716,7 +44557,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'Khansela'; @override - String get clearButtonTooltip => 'Clear text'; + String get clearButtonTooltip => 'Sula umbhalo'; @override String get closeButtonLabel => 'Vala'; @@ -45106,7 +44947,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String get selectYearSemanticsLabel => 'Khetha unyaka'; @override - String get selectedDateLabel => 'Selected'; + String get selectedDateLabel => 'Okukhethiwe'; @override String? get selectedRowCountTitleFew => null; @@ -45127,7 +44968,7 @@ class MaterialLocalizationZu extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'Yabelana...'; + String get shareButtonLabel => 'Yabelana'; @override String get showAccountsLabel => 'Bonisa ama-akhawunti'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_af.arb b/packages/flutter_localizations/lib/src/l10n/material_af.arb index 8c52557c758f..56221110452f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_af.arb @@ -144,7 +144,7 @@ "menuDismissLabel": "Maak kieslys toe", "lookUpButtonLabel": "Kyk op", "searchWebButtonLabel": "Deursoek web", - "shareButtonLabel": "Deel …", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Deel", + "clearButtonTooltip": "Vee teks uit", + "selectedDateLabel": "Gekies" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_am.arb b/packages/flutter_localizations/lib/src/l10n/material_am.arb index c88f63c61e4c..615b8320a429 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_am.arb @@ -144,7 +144,7 @@ "menuDismissLabel": "ምናሌን አሰናብት", "lookUpButtonLabel": "ይመልከቱ", "searchWebButtonLabel": "ድርን ፈልግ", - "shareButtonLabel": "አጋራ...", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "አጋራ", + "clearButtonTooltip": "ጽሁፍን አጽዳ", + "selectedDateLabel": "ተመርጧል" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/flutter_localizations/lib/src/l10n/material_ar.arb index a314422ec2b6..b854f82724ce 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ar.arb @@ -153,9 +153,9 @@ "expandedHint": "مصغَّر", "collapsedHint": "موسَّع", "menuDismissLabel": "إغلاق القائمة", - "lookUpButtonLabel": "النظر إلى أعلى", + "lookUpButtonLabel": "بحث عام", "searchWebButtonLabel": "البحث على الويب", - "shareButtonLabel": "مشاركة…", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "مشاركة", + "clearButtonTooltip": "محو النص", + "selectedDateLabel": "التاريخ المحدّد" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_as.arb b/packages/flutter_localizations/lib/src/l10n/material_as.arb index 0e9be494ecbb..3131bbe53847 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_as.arb @@ -144,7 +144,7 @@ "menuDismissLabel": "অগ্ৰাহ্য কৰাৰ মেনু", "lookUpButtonLabel": "ওপৰলৈ চাওক", "searchWebButtonLabel": "ৱেবত সন্ধান কৰক", - "shareButtonLabel": "শ্বেয়াৰ কৰক…", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "শ্বেয়াৰ কৰক", + "clearButtonTooltip": "পাঠ মচক", + "selectedDateLabel": "বাছনি কৰা হৈছে" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_az.arb b/packages/flutter_localizations/lib/src/l10n/material_az.arb index 59b542a2daec..afe19ebe2c58 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_az.arb @@ -144,7 +144,7 @@ "menuDismissLabel": "Menyunu qapadın", "lookUpButtonLabel": "Axtarın", "searchWebButtonLabel": "Vebdə axtarın", - "shareButtonLabel": "Paylaşın...", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Paylaşın", + "clearButtonTooltip": "Mətni silin", + "selectedDateLabel": "Seçilib" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_be.arb b/packages/flutter_localizations/lib/src/l10n/material_be.arb index e099b75642eb..240ee6e3ed1e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_be.arb @@ -150,7 +150,7 @@ "menuDismissLabel": "Закрыць меню", "lookUpButtonLabel": "Знайсці", "searchWebButtonLabel": "Пошук у сетцы", - "shareButtonLabel": "Абагуліць...", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Абагуліць", + "clearButtonTooltip": "Выдаліць тэкст", + "selectedDateLabel": "Выбрана" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bg.arb b/packages/flutter_localizations/lib/src/l10n/material_bg.arb index 4fabd7e1ddb3..c528530ee6a7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bg.arb @@ -144,7 +144,7 @@ "menuDismissLabel": "Отхвърляне на менюто", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Търсене в мрежата", - "shareButtonLabel": "Споделяне...", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Споделяне", + "clearButtonTooltip": "Изчистване на текста", + "selectedDateLabel": "Избрано" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bn.arb b/packages/flutter_localizations/lib/src/l10n/material_bn.arb index 1f0f456e17d2..cb8c9ad213f5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bn.arb @@ -144,7 +144,7 @@ "menuDismissLabel": "বাতিল করার মেনু", "lookUpButtonLabel": "লুক-আপ", "searchWebButtonLabel": "ওয়েবে সার্চ করুন", - "shareButtonLabel": "শেয়ার করুন...", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "শেয়ার করুন", + "clearButtonTooltip": "টেক্সট মুছুন", + "selectedDateLabel": "বেছে নেওয়া হয়েছে" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_bs.arb b/packages/flutter_localizations/lib/src/l10n/material_bs.arb index 27f41cb064be..5e693232070c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bs.arb @@ -147,7 +147,7 @@ "menuDismissLabel": "Odbacivanje menija", "lookUpButtonLabel": "Pogled nagore", "searchWebButtonLabel": "Pretraži Web", - "shareButtonLabel": "Dijeli...", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Dijeli", + "clearButtonTooltip": "Brisanje teksta", + "selectedDateLabel": "Odabrano" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ca.arb b/packages/flutter_localizations/lib/src/l10n/material_ca.arb index c59c35ef7066..3c28857ea1b9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ca.arb @@ -144,7 +144,7 @@ "menuDismissLabel": "Ignora el menú", "lookUpButtonLabel": "Mira amunt", "searchWebButtonLabel": "Cerca al web", - "shareButtonLabel": "Comparteix...", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Comparteix", + "clearButtonTooltip": "Esborra el text", + "selectedDateLabel": "Seleccionat" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_cs.arb b/packages/flutter_localizations/lib/src/l10n/material_cs.arb index e05d019e20bb..4a97f74bc890 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cs.arb @@ -150,7 +150,7 @@ "menuDismissLabel": "Zavřít nabídku", "lookUpButtonLabel": "Vyhledat", "searchWebButtonLabel": "Vyhledávat na webu", - "shareButtonLabel": "Sdílet…", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Sdílet", + "clearButtonTooltip": "Vymazat text", + "selectedDateLabel": "Vybráno" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_cy.arb b/packages/flutter_localizations/lib/src/l10n/material_cy.arb index 3db900536688..6103588a0d7b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cy.arb @@ -155,7 +155,7 @@ "menuDismissLabel": "Diystyru'r ddewislen", "lookUpButtonLabel": "Chwilio", "searchWebButtonLabel": "Chwilio'r We", - "shareButtonLabel": "Rhannu...", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Rhannu", + "clearButtonTooltip": "Clirio'r testun", + "selectedDateLabel": "Wedi'i ddewis" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_da.arb b/packages/flutter_localizations/lib/src/l10n/material_da.arb index 00c87c12606a..7b6e8f9b6bb8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_da.arb @@ -144,7 +144,7 @@ "menuDismissLabel": "Luk menu", "lookUpButtonLabel": "Slå op", "searchWebButtonLabel": "Søg på nettet", - "shareButtonLabel": "Del…", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Del", + "clearButtonTooltip": "Ryd tekst", + "selectedDateLabel": "Valgt" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/flutter_localizations/lib/src/l10n/material_de.arb index 6a17eb0840d0..2f013a8b7c73 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_de.arb @@ -145,7 +145,7 @@ "menuDismissLabel": "Menü schließen", "lookUpButtonLabel": "Nachschlagen", "searchWebButtonLabel": "Im Web suchen", - "shareButtonLabel": "Teilen…", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Teilen", + "clearButtonTooltip": "Text löschen", + "selectedDateLabel": "Ausgewählt" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_el.arb b/packages/flutter_localizations/lib/src/l10n/material_el.arb index ae5292f3ff14..b60008792579 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_el.arb @@ -144,7 +144,7 @@ "menuDismissLabel": "Παράβλεψη μενού", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Αναζήτηση στον ιστό", - "shareButtonLabel": "Κοινοποίηση…", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Κοινή χρήση", + "clearButtonTooltip": "Διαγραφή κειμένου", + "selectedDateLabel": "Επιλεγμένο" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb index e220530b9a6c..88f9649d58af 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb @@ -1,6 +1,8 @@ { + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected", "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share...", + "shareButtonLabel": "Share", "scanTextButtonLabel": "Scan text", "lookUpButtonLabel": "Look up", "menuDismissLabel": "Dismiss menu", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb index c48cc7837944..2f3dfb9fb821 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb @@ -1,7 +1,25 @@ { + "expansionTileCollapsedHint": "double tap to expand", + "clearButtonTooltip": "Clear text", + "bottomSheetLabel": "Bottom Sheet", + "scrimOnTapHint": "Close $modalRouteContentName", + "scanTextButtonLabel": "Scan text", + "lookUpButtonLabel": "Look Up", + "searchWebButtonLabel": "Search Web", + "shareButtonLabel": "Share", + "menuDismissLabel": "Dismiss menu", + "currentDateLabel": "Today", + "selectedDateLabel": "Selected", + "expansionTileExpandedHint": "double tap to collapse", + "scrimLabel": "Scrim", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded", + "keyboardKeyShift": "Shift", "menuBarMenuLabel": "Menu bar menu", "keyboardKeyNumpad8": "Num 8", - "keyboardKeyCapsLock": "Caps lock", + "keyboardKeyCapsLock": "Caps Lock", "keyboardKeyAltGraph": "AltGr", "keyboardKeyNumpad4": "Num 4", "keyboardKeyNumpad5": "Num 5", @@ -25,52 +43,52 @@ "keyboardKeyEnd": "End", "keyboardKeyDelete": "Del", "keyboardKeyControl": "Ctrl", - "keyboardKeyChannelUp": "Channel up", + "keyboardKeyChannelUp": "Channel Up", "keyboardKeyNumpadSubtract": "Num -", - "keyboardKeyChannelDown": "Channel down", + "keyboardKeyChannelDown": "Channel Down", "keyboardKeyBackspace": "Backspace", "keyboardKeySelect": "Select", "keyboardKeyAlt": "Alt", "keyboardKeyMeta": "Meta", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "keyboardKeyNumLock": "Num lock", + "keyboardKeyNumLock": "Num Lock", "keyboardKeyNumpad1": "Num 1", "keyboardKeyPageDown": "PgDown", "keyboardKeySpace": "Space", "keyboardKeyNumpad3": "Num 3", - "keyboardKeyScrollLock": "Scroll lock", + "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeyNumpad9": "Num 9", - "keyboardKeyPrintScreen": "Print screen", - "keyboardKeyPowerOff": "Power off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyPowerOff": "Power Off", "keyboardKeyPower": "Power", "keyboardKeyPageUp": "PgUp", - "keyboardKeyNumpadEnter": "Num enter", + "keyboardKeyNumpadEnter": "Num Enter", "inputTimeModeButtonLabel": "Switch to text input mode", - "timePickerDialHelpText": "SELECT TIME", + "timePickerDialHelpText": "Select time", "timePickerHourLabel": "Hour", "timePickerMinuteLabel": "Minute", "invalidTimeLabel": "Enter a valid time", "dialModeButtonLabel": "Switch to dial picker mode", - "timePickerInputHelpText": "ENTER TIME", + "timePickerInputHelpText": "Enter time", "dateSeparator": "/", - "dateInputLabel": "Enter date", + "dateInputLabel": "Enter Date", "calendarModeButtonLabel": "Switch to calendar", - "dateRangePickerHelpText": "SELECT RANGE", - "datePickerHelpText": "SELECT DATE", - "saveButtonLabel": "SAVE", + "dateRangePickerHelpText": "Select range", + "datePickerHelpText": "Select date", + "saveButtonLabel": "Save", "dateOutOfRangeLabel": "Out of range.", "invalidDateRangeLabel": "Invalid range.", "invalidDateFormatLabel": "Invalid format.", "dateRangeEndDateSemanticLabel": "End date $fullDate", "dateRangeStartDateSemanticLabel": "Start date $fullDate", - "dateRangeEndLabel": "End date", - "dateRangeStartLabel": "Start date", + "dateRangeEndLabel": "End Date", + "dateRangeStartLabel": "Start Date", "inputDateModeButtonLabel": "Switch to input", - "unspecifiedDateRange": "Date range", + "unspecifiedDateRange": "Date Range", "unspecifiedDate": "Date", "selectYearSemanticsLabel": "Select year", - "dateHelpText": "dd/mm/yyyy", + "dateHelpText": "mm/dd/yyyy", "moreButtonTooltip": "More", "tabLabel": "Tab $tabIndex of $tabCount", "showAccountsLabel": "Show accounts", @@ -92,38 +110,38 @@ "lastPageTooltip": "Last page", "showMenuTooltip": "Show menu", "aboutListTileTitle": "About $applicationName", - "licensesPageTitle": "Licences", + "licensesPageTitle": "Licenses", "licensesPackageDetailTextZero": "No licences", - "licensesPackageDetailTextOne": "1 licence", - "licensesPackageDetailTextOther": "$licenseCount licences", + "licensesPackageDetailTextOne": "1 license", + "licensesPackageDetailTextOther": "$licenseCount licenses", "pageRowsInfoTitle": "$firstRow–$lastRow of $rowCount", "pageRowsInfoTitleApproximate": "$firstRow–$lastRow of about $rowCount", "rowsPerPageTitle": "Rows per page:", "selectedRowCountTitleOne": "1 item selected", "selectedRowCountTitleOther": "$selectedRowCount items selected", - "cancelButtonLabel": "CANCEL", - "closeButtonLabel": "CLOSE", - "continueButtonLabel": "CONTINUE", + "cancelButtonLabel": "Cancel", + "closeButtonLabel": "Close", + "continueButtonLabel": "Continue", "copyButtonLabel": "Copy", "cutButtonLabel": "Cut", "okButtonLabel": "OK", "pasteButtonLabel": "Paste", "selectAllButtonLabel": "Select all", - "viewLicensesButtonLabel": "VIEW LICENCES", + "viewLicensesButtonLabel": "View licenses", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", "modalBarrierDismissLabel": "Dismiss", "drawerLabel": "Navigation menu", - "popupMenuLabel": "Pop-up menu", - "dialogLabel": "Dialogue", + "popupMenuLabel": "Popup menu", + "dialogLabel": "Dialog", "alertDialogLabel": "Alert", "searchFieldLabel": "Search", "reorderItemToStart": "Move to the start", "reorderItemToEnd": "Move to the end", "reorderItemUp": "Move up", "reorderItemDown": "Move down", - "reorderItemLeft": "Move to the left", - "reorderItemRight": "Move to the right", + "reorderItemLeft": "Move left", + "reorderItemRight": "Move right", "expandedIconTapHint": "Collapse", "collapsedIconTapHint": "Expand", "remainingTextFieldCharacterCountZero": "No characters remaining", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb index f9f5a43dc744..6ba0d3324ab5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb @@ -1,6 +1,8 @@ { + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected", "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share...", + "shareButtonLabel": "Share", "scanTextButtonLabel": "Scan text", "lookUpButtonLabel": "Look up", "menuDismissLabel": "Dismiss menu", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb index f9f5a43dc744..6ba0d3324ab5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb @@ -1,6 +1,8 @@ { + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected", "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share...", + "shareButtonLabel": "Share", "scanTextButtonLabel": "Scan text", "lookUpButtonLabel": "Look up", "menuDismissLabel": "Dismiss menu", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb index e220530b9a6c..88f9649d58af 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb @@ -1,6 +1,8 @@ { + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected", "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share...", + "shareButtonLabel": "Share", "scanTextButtonLabel": "Scan text", "lookUpButtonLabel": "Look up", "menuDismissLabel": "Dismiss menu", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb b/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb index 4f95f027d47e..8c226763ce50 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb @@ -1,6 +1,8 @@ { + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected", "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share...", + "shareButtonLabel": "Share", "scanTextButtonLabel": "Scan text", "lookUpButtonLabel": "Look up", "menuDismissLabel": "Dismiss menu", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb index e220530b9a6c..88f9649d58af 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb @@ -1,6 +1,8 @@ { + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected", "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share...", + "shareButtonLabel": "Share", "scanTextButtonLabel": "Scan text", "lookUpButtonLabel": "Look up", "menuDismissLabel": "Dismiss menu", diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb index f9f5a43dc744..6ba0d3324ab5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb @@ -1,6 +1,8 @@ { + "clearButtonTooltip": "Clear text", + "selectedDateLabel": "Selected", "searchWebButtonLabel": "Search Web", - "shareButtonLabel": "Share...", + "shareButtonLabel": "Share", "scanTextButtonLabel": "Scan text", "lookUpButtonLabel": "Look up", "menuDismissLabel": "Dismiss menu", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/flutter_localizations/lib/src/l10n/material_es.arb index 288fb56e0420..7d9c9bc58ce3 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es.arb @@ -145,7 +145,7 @@ "menuDismissLabel": "Cerrar menú", "lookUpButtonLabel": "Buscador visual", "searchWebButtonLabel": "Buscar en la Web", - "shareButtonLabel": "Compartir...", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Compartir", + "clearButtonTooltip": "Borrar texto", + "selectedDateLabel": "Seleccionada" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb index 669030732727..19abb0d2a3e4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_419.arb @@ -1,6 +1,8 @@ { + "clearButtonTooltip": "Borrar texto", + "selectedDateLabel": "Seleccionada", "searchWebButtonLabel": "Buscar en la Web", - "shareButtonLabel": "Compartir…", + "shareButtonLabel": "Compartir", "scanTextButtonLabel": "Analizar texto", "lookUpButtonLabel": "Mirar hacia arriba", "menuDismissLabel": "Descartar menú", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb index 669030732727..19abb0d2a3e4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb @@ -1,6 +1,8 @@ { + "clearButtonTooltip": "Borrar texto", + "selectedDateLabel": "Seleccionada", "searchWebButtonLabel": "Buscar en la Web", - "shareButtonLabel": "Compartir…", + "shareButtonLabel": "Compartir", "scanTextButtonLabel": "Analizar texto", "lookUpButtonLabel": "Mirar hacia arriba", "menuDismissLabel": "Descartar menú", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb index 68f49860d39a..0c6297d0f7ca 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb @@ -1,6 +1,8 @@ { + "clearButtonTooltip": "Borrar texto", + "selectedDateLabel": "Seleccionada", "searchWebButtonLabel": "Buscar en la Web", - "shareButtonLabel": "Compartir…", + "shareButtonLabel": "Compartir", "scanTextButtonLabel": "Analizar texto", "lookUpButtonLabel": "Mirar hacia arriba", "menuDismissLabel": "Descartar menú", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb index 68f49860d39a..0c6297d0f7ca 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb @@ -1,6 +1,8 @@ { + "clearButtonTooltip": "Borrar texto", + "selectedDateLabel": "Seleccionada", "searchWebButtonLabel": "Buscar en la Web", - "shareButtonLabel": "Compartir…", + "shareButtonLabel": "Compartir", "scanTextButtonLabel": "Analizar texto", "lookUpButtonLabel": "Mirar hacia arriba", "menuDismissLabel": "Descartar menú", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb index 68f49860d39a..0c6297d0f7ca 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb @@ -1,6 +1,8 @@ { + "clearButtonTooltip": "Borrar texto", + "selectedDateLabel": "Seleccionada", "searchWebButtonLabel": "Buscar en la Web", - "shareButtonLabel": "Compartir…", + "shareButtonLabel": "Compartir", "scanTextButtonLabel": "Analizar texto", "lookUpButtonLabel": "Mirar hacia arriba", "menuDismissLabel": "Descartar menú", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb index 68f49860d39a..0c6297d0f7ca 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb @@ -1,6 +1,8 @@ { + "clearButtonTooltip": "Borrar texto", + "selectedDateLabel": "Seleccionada", "searchWebButtonLabel": "Buscar en la Web", - "shareButtonLabel": "Compartir…", + "shareButtonLabel": "Compartir", "scanTextButtonLabel": "Analizar texto", "lookUpButtonLabel": "Mirar hacia arriba", "menuDismissLabel": "Descartar menú", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb index 68f49860d39a..0c6297d0f7ca 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb @@ -1,6 +1,8 @@ { + "clearButtonTooltip": "Borrar texto", + "selectedDateLabel": "Seleccionada", "searchWebButtonLabel": "Buscar en la Web", - "shareButtonLabel": "Compartir…", + "shareButtonLabel": "Compartir", "scanTextButtonLabel": "Analizar texto", "lookUpButtonLabel": "Mirar hacia arriba", "menuDismissLabel": "Descartar menú", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb index 68f49860d39a..0c6297d0f7ca 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb @@ -1,6 +1,8 @@ { + "clearButtonTooltip": "Borrar texto", + "selectedDateLabel": "Seleccionada", "searchWebButtonLabel": "Buscar en la Web", - "shareButtonLabel": "Compartir…", + "shareButtonLabel": "Compartir", "scanTextButtonLabel": "Analizar texto", "lookUpButtonLabel": "Mirar hacia arriba", "menuDismissLabel": "Descartar menú", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb index 68f49860d39a..0c6297d0f7ca 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb @@ -1,6 +1,8 @@ { + "clearButtonTooltip": "Borrar texto", + "selectedDateLabel": "Seleccionada", "searchWebButtonLabel": "Buscar en la Web", - "shareButtonLabel": "Compartir…", + "shareButtonLabel": "Compartir", "scanTextButtonLabel": "Analizar texto", "lookUpButtonLabel": "Mirar hacia arriba", "menuDismissLabel": "Descartar menú", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb index 68f49860d39a..0c6297d0f7ca 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb @@ -1,6 +1,8 @@ { + "clearButtonTooltip": "Borrar texto", + "selectedDateLabel": "Seleccionada", "searchWebButtonLabel": "Buscar en la Web", - "shareButtonLabel": "Compartir…", + "shareButtonLabel": "Compartir", "scanTextButtonLabel": "Analizar texto", "lookUpButtonLabel": "Mirar hacia arriba", "menuDismissLabel": "Descartar menú", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb index 68f49860d39a..0c6297d0f7ca 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb @@ -1,6 +1,8 @@ { + "clearButtonTooltip": "Borrar texto", + "selectedDateLabel": "Seleccionada", "searchWebButtonLabel": "Buscar en la Web", - "shareButtonLabel": "Compartir…", + "shareButtonLabel": "Compartir", "scanTextButtonLabel": "Analizar texto", "lookUpButtonLabel": "Mirar hacia arriba", "menuDismissLabel": "Descartar menú", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb index 68f49860d39a..0c6297d0f7ca 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb @@ -1,6 +1,8 @@ { + "clearButtonTooltip": "Borrar texto", + "selectedDateLabel": "Seleccionada", "searchWebButtonLabel": "Buscar en la Web", - "shareButtonLabel": "Compartir…", + "shareButtonLabel": "Compartir", "scanTextButtonLabel": "Analizar texto", "lookUpButtonLabel": "Mirar hacia arriba", "menuDismissLabel": "Descartar menú", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb index 68f49860d39a..0c6297d0f7ca 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb @@ -1,6 +1,8 @@ { + "clearButtonTooltip": "Borrar texto", + "selectedDateLabel": "Seleccionada", "searchWebButtonLabel": "Buscar en la Web", - "shareButtonLabel": "Compartir…", + "shareButtonLabel": "Compartir", "scanTextButtonLabel": "Analizar texto", "lookUpButtonLabel": "Mirar hacia arriba", "menuDismissLabel": "Descartar menú", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb index 68f49860d39a..0c6297d0f7ca 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb @@ -1,6 +1,8 @@ { + "clearButtonTooltip": "Borrar texto", + "selectedDateLabel": "Seleccionada", "searchWebButtonLabel": "Buscar en la Web", - "shareButtonLabel": "Compartir…", + "shareButtonLabel": "Compartir", "scanTextButtonLabel": "Analizar texto", "lookUpButtonLabel": "Mirar hacia arriba", "menuDismissLabel": "Descartar menú", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb index 68f49860d39a..0c6297d0f7ca 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb @@ -1,6 +1,8 @@ { + "clearButtonTooltip": "Borrar texto", + "selectedDateLabel": "Seleccionada", "searchWebButtonLabel": "Buscar en la Web", - "shareButtonLabel": "Compartir…", + "shareButtonLabel": "Compartir", "scanTextButtonLabel": "Analizar texto", "lookUpButtonLabel": "Mirar hacia arriba", "menuDismissLabel": "Descartar menú", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb index 68f49860d39a..0c6297d0f7ca 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb @@ -1,6 +1,8 @@ { + "clearButtonTooltip": "Borrar texto", + "selectedDateLabel": "Seleccionada", "searchWebButtonLabel": "Buscar en la Web", - "shareButtonLabel": "Compartir…", + "shareButtonLabel": "Compartir", "scanTextButtonLabel": "Analizar texto", "lookUpButtonLabel": "Mirar hacia arriba", "menuDismissLabel": "Descartar menú", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb index 68f49860d39a..0c6297d0f7ca 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb @@ -1,6 +1,8 @@ { + "clearButtonTooltip": "Borrar texto", + "selectedDateLabel": "Seleccionada", "searchWebButtonLabel": "Buscar en la Web", - "shareButtonLabel": "Compartir…", + "shareButtonLabel": "Compartir", "scanTextButtonLabel": "Analizar texto", "lookUpButtonLabel": "Mirar hacia arriba", "menuDismissLabel": "Descartar menú", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb index 7a32a73bae02..2d4e6cdbcc97 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_US.arb @@ -1,6 +1,8 @@ { + "clearButtonTooltip": "Borrar texto", + "selectedDateLabel": "Seleccionada", "searchWebButtonLabel": "Buscar en la Web", - "shareButtonLabel": "Compartir…", + "shareButtonLabel": "Compartir", "scanTextButtonLabel": "Analizar texto", "lookUpButtonLabel": "Mirar hacia arriba", "menuDismissLabel": "Descartar menú", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb index 68f49860d39a..0c6297d0f7ca 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb @@ -1,6 +1,8 @@ { + "clearButtonTooltip": "Borrar texto", + "selectedDateLabel": "Seleccionada", "searchWebButtonLabel": "Buscar en la Web", - "shareButtonLabel": "Compartir…", + "shareButtonLabel": "Compartir", "scanTextButtonLabel": "Analizar texto", "lookUpButtonLabel": "Mirar hacia arriba", "menuDismissLabel": "Descartar menú", diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb index 68f49860d39a..0c6297d0f7ca 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb @@ -1,6 +1,8 @@ { + "clearButtonTooltip": "Borrar texto", + "selectedDateLabel": "Seleccionada", "searchWebButtonLabel": "Buscar en la Web", - "shareButtonLabel": "Compartir…", + "shareButtonLabel": "Compartir", "scanTextButtonLabel": "Analizar texto", "lookUpButtonLabel": "Mirar hacia arriba", "menuDismissLabel": "Descartar menú", diff --git a/packages/flutter_localizations/lib/src/l10n/material_et.arb b/packages/flutter_localizations/lib/src/l10n/material_et.arb index 58654cfcf301..3a8db2c67973 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_et.arb @@ -144,7 +144,7 @@ "menuDismissLabel": "Sulge menüü", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Otsi veebist", - "shareButtonLabel": "Jaga …", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Jagamine", + "clearButtonTooltip": "Kustutage tekst", + "selectedDateLabel": "Valitud" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_eu.arb b/packages/flutter_localizations/lib/src/l10n/material_eu.arb index 3378236bfb01..b39f4eebb61f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_eu.arb @@ -144,7 +144,7 @@ "menuDismissLabel": "Baztertu menua", "lookUpButtonLabel": "Bilatu", "searchWebButtonLabel": "Bilatu sarean", - "shareButtonLabel": "Partekatu...", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Partekatu", + "clearButtonTooltip": "Garbitu testua", + "selectedDateLabel": "Hautatuta" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index 48188519c329..84d4d396e71a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -2,7 +2,7 @@ "scriptCategory": "tall", "timeOfDayFormat": "H:mm", "selectedRowCountTitleOne": "۱ مورد انتخاب شد", - "openAppDrawerTooltip": "باز کردن منوی پیمایش", + "openAppDrawerTooltip": "باز کردن منو پیمایش", "backButtonTooltip": "برگشت", "closeButtonTooltip": "بستن", "deleteButtonTooltip": "حذف", @@ -135,8 +135,8 @@ "bottomSheetLabel": "برگ زیرین", "scrimOnTapHint": "بستن $modalRouteContentName", "keyboardKeyShift": "کلید تبدیل", - "expansionTileExpandedHint": "برای جمع کردن، دوضربه بزنید", - "expansionTileCollapsedHint": "برای ازهم بازکردن، دوضربه بزنید", + "expansionTileExpandedHint": "برای جمع کردن، دو تک‌ضرب بزنید", + "expansionTileCollapsedHint": "برای ازهم بازکردن، دو تک‌ضرب بزنید", "expansionTileExpandedTapHint": "جمع کردن", "expansionTileCollapsedTapHint": "ازهم بازکردن برای جزئیات بیشتر", "expandedHint": "جمع‌شده", @@ -144,7 +144,7 @@ "menuDismissLabel": "بستن منو", "lookUpButtonLabel": "جستجو", "searchWebButtonLabel": "جستجو در وب", - "shareButtonLabel": "هم‌رسانی…", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "هم‌رسانی کردن", + "clearButtonTooltip": "پاک کردن نوشتار", + "selectedDateLabel": "انتخاب‌شده" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fi.arb b/packages/flutter_localizations/lib/src/l10n/material_fi.arb index 11a1ca49072c..6cfcfa23243e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fi.arb @@ -144,7 +144,7 @@ "menuDismissLabel": "Hylkää valikko", "lookUpButtonLabel": "Hae", "searchWebButtonLabel": "Hae verkosta", - "shareButtonLabel": "Jaa…", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Jaa", + "clearButtonTooltip": "Tyhjennä teksti", + "selectedDateLabel": "Valittu" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fil.arb b/packages/flutter_localizations/lib/src/l10n/material_fil.arb index 1ebf133636b1..aae5c41f7dc9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fil.arb @@ -144,7 +144,7 @@ "menuDismissLabel": "I-dismiss ang menu", "lookUpButtonLabel": "Tumingin sa Itaas", "searchWebButtonLabel": "Maghanap sa Web", - "shareButtonLabel": "Ibahagi...", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "I-share", + "clearButtonTooltip": "I-clear ang text", + "selectedDateLabel": "Napili" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/flutter_localizations/lib/src/l10n/material_fr.arb index d8528b5c474b..e7b6c9e4ff62 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr.arb @@ -145,7 +145,7 @@ "menuDismissLabel": "Fermer le menu", "lookUpButtonLabel": "Recherche visuelle", "searchWebButtonLabel": "Rechercher sur le Web", - "shareButtonLabel": "Partager…", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Partager", + "clearButtonTooltip": "Effacer le texte", + "selectedDateLabel": "Sélectionnée" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb b/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb index f0483e64e470..c4ad601ae54f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb @@ -1,7 +1,9 @@ { + "clearButtonTooltip": "Effacer le texte", + "selectedDateLabel": "Sélectionnée", "lookUpButtonLabel": "Regarder en haut", "searchWebButtonLabel": "Rechercher sur le Web", - "shareButtonLabel": "Partager…", + "shareButtonLabel": "Partager", "scanTextButtonLabel": "Balayer un texte", "menuDismissLabel": "Ignorer le menu", "expansionTileExpandedHint": "toucher deux fois pour réduire", diff --git a/packages/flutter_localizations/lib/src/l10n/material_gl.arb b/packages/flutter_localizations/lib/src/l10n/material_gl.arb index f44dbc38a509..c2ccc0d197b8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gl.arb @@ -145,7 +145,7 @@ "menuDismissLabel": "Pechar menú", "lookUpButtonLabel": "Mirar cara arriba", "searchWebButtonLabel": "Buscar na Web", - "shareButtonLabel": "Compartir…", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Compartir", + "clearButtonTooltip": "Borrar texto", + "selectedDateLabel": "Seleccionada" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb index 7cf80eabeb1e..2b329d6e87d7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gsw.arb @@ -144,7 +144,7 @@ "menuDismissLabel": "Menü schließen", "lookUpButtonLabel": "Nachschlagen", "searchWebButtonLabel": "Im Web suchen", - "shareButtonLabel": "Teilen…", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Teilen", + "clearButtonTooltip": "Text löschen", + "selectedDateLabel": "Ausgewählt" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_gu.arb b/packages/flutter_localizations/lib/src/l10n/material_gu.arb index 7a4861005478..775494f7b71c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gu.arb @@ -144,7 +144,7 @@ "menuDismissLabel": "મેનૂ છોડી દો", "lookUpButtonLabel": "શોધો", "searchWebButtonLabel": "વેબ પર શોધો", - "shareButtonLabel": "શેર કરો…", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "શેર કરો", + "clearButtonTooltip": "ટેક્સ્ટ સાફ કરો", + "selectedDateLabel": "પસંદ કરેલો" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/flutter_localizations/lib/src/l10n/material_he.arb index e610e86bcac9..f17b82be4e74 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_he.arb @@ -150,7 +150,7 @@ "menuDismissLabel": "סגירת התפריט", "lookUpButtonLabel": "חיפוש", "searchWebButtonLabel": "חיפוש באינטרנט", - "shareButtonLabel": "שיתוף…", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "שיתוף", + "clearButtonTooltip": "מחיקת הטקסט", + "selectedDateLabel": "התאריך שנבחר" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hi.arb b/packages/flutter_localizations/lib/src/l10n/material_hi.arb index 001fb2a037e1..1489b1fb303b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hi.arb @@ -144,7 +144,7 @@ "menuDismissLabel": "मेन्यू खारिज करें", "lookUpButtonLabel": "लुक अप बटन", "searchWebButtonLabel": "वेब पर खोजें", - "shareButtonLabel": "शेयर करें…", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "शेयर करें", + "clearButtonTooltip": "टेक्स्ट मिटाएं", + "selectedDateLabel": "चुनी गई" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hr.arb b/packages/flutter_localizations/lib/src/l10n/material_hr.arb index 27df90170d4e..c2e4dbccc8cf 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hr.arb @@ -147,7 +147,7 @@ "menuDismissLabel": "Odbacivanje izbornika", "lookUpButtonLabel": "Pogled prema gore", "searchWebButtonLabel": "Pretraži web", - "shareButtonLabel": "Dijeli...", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Dijeli", + "clearButtonTooltip": "Izbriši tekst", + "selectedDateLabel": "Odabrano" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hu.arb b/packages/flutter_localizations/lib/src/l10n/material_hu.arb index cad606f3b684..9d15f4f83cbd 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hu.arb @@ -144,7 +144,7 @@ "menuDismissLabel": "Menü bezárása", "lookUpButtonLabel": "Felfelé nézés", "searchWebButtonLabel": "Keresés az interneten", - "shareButtonLabel": "Megosztás…", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Megosztás", + "clearButtonTooltip": "Szöveg törlése", + "selectedDateLabel": "Kijelölve" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_hy.arb b/packages/flutter_localizations/lib/src/l10n/material_hy.arb index 00161dc4718f..a6c131c3d37c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hy.arb @@ -150,7 +150,7 @@ "menuDismissLabel": "Փակել ընտրացանկը", "lookUpButtonLabel": "Փնտրել", "searchWebButtonLabel": "Որոնել համացանցում", - "shareButtonLabel": "Կիսվել...", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Կիսվել", + "clearButtonTooltip": "Մաքրել տեքստը", + "selectedDateLabel": "Ընտրված է" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_id.arb b/packages/flutter_localizations/lib/src/l10n/material_id.arb index 66f842870440..314a667872e0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_id.arb @@ -144,7 +144,7 @@ "menuDismissLabel": "Tutup menu", "lookUpButtonLabel": "Cari", "searchWebButtonLabel": "Telusuri di Web", - "shareButtonLabel": "Bagikan...", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Bagikan", + "clearButtonTooltip": "Hapus teks", + "selectedDateLabel": "Dipilih" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_is.arb b/packages/flutter_localizations/lib/src/l10n/material_is.arb index 8be9f4e4dca0..eb7efcfcf778 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_is.arb @@ -144,7 +144,7 @@ "menuDismissLabel": "Loka valmynd", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Leita á vefnum", - "shareButtonLabel": "Deila...", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Deila", + "clearButtonTooltip": "Hreinsa texta", + "selectedDateLabel": "Valið" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index 6064459a5b37..308a6830b48b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -144,7 +144,7 @@ "menuDismissLabel": "Ignora menu", "lookUpButtonLabel": "Cerca", "searchWebButtonLabel": "Cerca sul web", - "shareButtonLabel": "Condividi…", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Condividi", + "clearButtonTooltip": "Cancella testo", + "selectedDateLabel": "Selezionata" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/flutter_localizations/lib/src/l10n/material_ja.arb index 142502c84f98..014fb84d217f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ja.arb @@ -144,7 +144,7 @@ "menuDismissLabel": "メニューを閉じる", "lookUpButtonLabel": "調べる", "searchWebButtonLabel": "ウェブを検索", - "shareButtonLabel": "共有...", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "共有", + "clearButtonTooltip": "テキストを消去", + "selectedDateLabel": "選択済み" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ka.arb b/packages/flutter_localizations/lib/src/l10n/material_ka.arb index 8db55e401055..66baad49b58e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ka.arb @@ -144,7 +144,7 @@ "menuDismissLabel": "მენიუს უარყოფა", "lookUpButtonLabel": "აიხედეთ ზემოთ", "searchWebButtonLabel": "ვებში ძიება", - "shareButtonLabel": "გაზიარება...", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "გაზიარება", + "clearButtonTooltip": "ტექსტის გასუფთავება", + "selectedDateLabel": "არჩეულია" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kk.arb b/packages/flutter_localizations/lib/src/l10n/material_kk.arb index 47cc97085d85..acc8ba2b7455 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kk.arb @@ -146,7 +146,7 @@ "menuDismissLabel": "Мәзірді жабу", "lookUpButtonLabel": "Іздеу", "searchWebButtonLabel": "Интернеттен іздеу", - "shareButtonLabel": "Бөлісу…", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Бөлісу", + "clearButtonTooltip": "Мәтінді тазалау", + "selectedDateLabel": "Таңдалды." } diff --git a/packages/flutter_localizations/lib/src/l10n/material_km.arb b/packages/flutter_localizations/lib/src/l10n/material_km.arb index b211139b57d0..e7f85403bbc8 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_km.arb @@ -144,7 +144,7 @@ "menuDismissLabel": "ច្រានចោល​ម៉ឺនុយ", "lookUpButtonLabel": "រកមើល", "searchWebButtonLabel": "ស្វែងរក​លើបណ្ដាញ", - "shareButtonLabel": "ចែករំលែក...", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "ចែករំលែក", + "clearButtonTooltip": "សម្អាតអក្សរ", + "selectedDateLabel": "បានជ្រើសរើស" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_kn.arb b/packages/flutter_localizations/lib/src/l10n/material_kn.arb index 428b81557492..9f743e6d3780 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kn.arb @@ -144,7 +144,7 @@ "menuDismissLabel": "\u0cae\u0cc6\u0ca8\u0cc1\u0cb5\u0ca8\u0ccd\u0ca8\u0cc1\u0020\u0cb5\u0c9c\u0cbe\u0c97\u0cc6\u0cc2\u0cb3\u0cbf\u0cb8\u0cbf", "lookUpButtonLabel": "\u0cae\u0cc7\u0cb2\u0cc6\u0020\u0ca8\u0ccb\u0ca1\u0cbf", "searchWebButtonLabel": "\u0cb5\u0cc6\u0cac\u0ccd\u200c\u0ca8\u0cb2\u0ccd\u0cb2\u0cbf\u0020\u0cb9\u0cc1\u0ca1\u0cc1\u0c95\u0cbf", - "shareButtonLabel": "\u0cb9\u0c82\u0c9a\u0cbf\u0c95\u0cca\u0cb3\u0ccd\u0cb3\u0cbf\u002e\u002e\u002e", - "clearButtonTooltip": "\u0043\u006c\u0065\u0061\u0072\u0020\u0074\u0065\u0078\u0074", - "selectedDateLabel": "\u0053\u0065\u006c\u0065\u0063\u0074\u0065\u0064" + "shareButtonLabel": "\u0cb9\u0c82\u0c9a\u0cbf\u0c95\u0cca\u0cb3\u0ccd\u0cb3\u0cbf", + "clearButtonTooltip": "\u0caa\u0ca0\u0ccd\u0caf\u0020\u0ca4\u0cc6\u0cb0\u0cb5\u0cc1\u0c97\u0cca\u0cb3\u0cbf\u0cb8\u0cbf", + "selectedDateLabel": "\u0c86\u0caf\u0ccd\u0c95\u0cc6\u0cae\u0cbe\u0ca1\u0cb2\u0cbe\u0c97\u0cbf\u0ca6\u0cc6" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/flutter_localizations/lib/src/l10n/material_ko.arb index 0cc2f3a6d816..f03e7221cb29 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ko.arb @@ -144,7 +144,7 @@ "menuDismissLabel": "메뉴 닫기", "lookUpButtonLabel": "찾기", "searchWebButtonLabel": "웹 검색", - "shareButtonLabel": "공유...", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "공유", + "clearButtonTooltip": "텍스트 삭제", + "selectedDateLabel": "선택됨" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ky.arb b/packages/flutter_localizations/lib/src/l10n/material_ky.arb index 76eed68e01fc..43b23ae25b35 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ky.arb @@ -144,7 +144,7 @@ "menuDismissLabel": "Менюну жабуу", "lookUpButtonLabel": "Издөө", "searchWebButtonLabel": "Интернеттен издөө", - "shareButtonLabel": "Бөлүшүү…", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Бөлүшүү", + "clearButtonTooltip": "Текстти тазалоо", + "selectedDateLabel": "Тандалды" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lo.arb b/packages/flutter_localizations/lib/src/l10n/material_lo.arb index 561529d2b012..aa0f9ab3a01a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lo.arb @@ -144,7 +144,7 @@ "menuDismissLabel": "ປິດເມນູ", "lookUpButtonLabel": "ຊອກຫາຂໍ້ມູນ", "searchWebButtonLabel": "ຊອກຫາຢູ່ອິນເຕີເນັດ", - "shareButtonLabel": "ແບ່ງປັນ...", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "ແບ່ງປັນ", + "clearButtonTooltip": "ລຶບລ້າງຂໍ້ຄວາມ", + "selectedDateLabel": "ເລືອກໄວ້" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lt.arb b/packages/flutter_localizations/lib/src/l10n/material_lt.arb index e3862cece8f4..d37f88c171ae 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lt.arb @@ -150,7 +150,7 @@ "menuDismissLabel": "Atsisakyti meniu", "lookUpButtonLabel": "Ieškoti", "searchWebButtonLabel": "Ieškoti žiniatinklyje", - "shareButtonLabel": "Bendrinti...", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Bendrinti", + "clearButtonTooltip": "Išvalyti tekstą", + "selectedDateLabel": "Pasirinkta" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_lv.arb b/packages/flutter_localizations/lib/src/l10n/material_lv.arb index 65b058078c3d..f10bf5df334e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_lv.arb @@ -146,7 +146,7 @@ "menuDismissLabel": "Nerādīt izvēlni", "lookUpButtonLabel": "Meklēt", "searchWebButtonLabel": "Meklēt tīmeklī", - "shareButtonLabel": "Kopīgot…", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Kopīgot", + "clearButtonTooltip": "Notīrīt tekstu", + "selectedDateLabel": "Atlasīts" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mk.arb b/packages/flutter_localizations/lib/src/l10n/material_mk.arb index 23849fc38d19..cb2c1e63e414 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mk.arb @@ -144,7 +144,7 @@ "menuDismissLabel": "Отфрлете го менито", "lookUpButtonLabel": "Погледнете нагоре", "searchWebButtonLabel": "Пребарајте на интернет", - "shareButtonLabel": "Споделете...", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Сподели", + "clearButtonTooltip": "Избриши го текстот", + "selectedDateLabel": "Избрано" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ml.arb b/packages/flutter_localizations/lib/src/l10n/material_ml.arb index 0824b0d1d2d6..bd504d0d073d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ml.arb @@ -144,7 +144,7 @@ "menuDismissLabel": "മെനു ഡിസ്മിസ് ചെയ്യുക", "lookUpButtonLabel": "മുകളിലേക്ക് നോക്കുക", "searchWebButtonLabel": "വെബിൽ തിരയുക", - "shareButtonLabel": "പങ്കിടുക...", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "പങ്കിടുക", + "clearButtonTooltip": "ടെക്സ്റ്റ് മായ്ക്കുക", + "selectedDateLabel": "തിരഞ്ഞെടുത്തു" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mn.arb b/packages/flutter_localizations/lib/src/l10n/material_mn.arb index 4deb429d3444..8f2ad9ddd59b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mn.arb @@ -146,7 +146,7 @@ "menuDismissLabel": "Цэсийг хаах", "lookUpButtonLabel": "Дээшээ харах", "searchWebButtonLabel": "Вебээс хайх", - "shareButtonLabel": "Хуваалцах...", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Хуваалцах", + "clearButtonTooltip": "Текстийг арилгах", + "selectedDateLabel": "Сонгосон" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_mr.arb b/packages/flutter_localizations/lib/src/l10n/material_mr.arb index ac726e2bd752..cb49567e4c69 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mr.arb @@ -146,7 +146,7 @@ "menuDismissLabel": "मेनू डिसमिस करा", "lookUpButtonLabel": "शोध घ्या", "searchWebButtonLabel": "वेबवर शोधा", - "shareButtonLabel": "शेअर करा...", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "शेअर करा", + "clearButtonTooltip": "मजकूर साफ करा", + "selectedDateLabel": "निवडली आहे" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ms.arb b/packages/flutter_localizations/lib/src/l10n/material_ms.arb index 0cff175ba901..24bbadeed952 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ms.arb @@ -145,7 +145,7 @@ "menuDismissLabel": "Ketepikan menu", "lookUpButtonLabel": "Lihat ke Atas", "searchWebButtonLabel": "Buat carian pada Web", - "shareButtonLabel": "Kongsi...", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Kongsi", + "clearButtonTooltip": "Kosongkan teks", + "selectedDateLabel": "Dipilih" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_my.arb b/packages/flutter_localizations/lib/src/l10n/material_my.arb index ba3922d42dec..5c36d180265a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_my.arb @@ -144,7 +144,7 @@ "menuDismissLabel": "မီနူးကိုပယ်ပါ", "lookUpButtonLabel": "အပေါ်ကြည့်ရန်", "searchWebButtonLabel": "ဝဘ်တွင်ရှာရန်", - "shareButtonLabel": "မျှဝေရန်...", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "မျှဝေရန်", + "clearButtonTooltip": "စာသား ဖယ်ရှားရန်", + "selectedDateLabel": "ရွေးထားသည်" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nb.arb b/packages/flutter_localizations/lib/src/l10n/material_nb.arb index 1f3440ac97c3..223eadd742f7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nb.arb @@ -143,7 +143,7 @@ "menuDismissLabel": "Lukk menyen", "lookUpButtonLabel": "Slå opp", "searchWebButtonLabel": "Søk på nettet", - "shareButtonLabel": "Del…", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Del", + "clearButtonTooltip": "Slett teksten", + "selectedDateLabel": "Valgt" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ne.arb b/packages/flutter_localizations/lib/src/l10n/material_ne.arb index 2e4aa14c725a..1499cce4d36e 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ne.arb @@ -23,15 +23,15 @@ "cancelButtonLabel": "रद्द गर्नुहोस्", "closeButtonLabel": "बन्द गर्नुहोस्", "continueButtonLabel": "जारी राख्नुहोस्", - "copyButtonLabel": "प्रतिलिपि गर्नुहोस्", + "copyButtonLabel": "कपी गर्नुहोस्", "cutButtonLabel": "काट्नुहोस्", "scanTextButtonLabel": "टेक्स्ट स्क्यान गर्नुहोस्", "okButtonLabel": "ठिक छ", "pasteButtonLabel": "टाँस्नुहोस्", "selectAllButtonLabel": "सबै बटनहरू चयन गर्नुहोस्", "viewLicensesButtonLabel": "लाइसेन्सहरू हेर्नुहोस्", - "anteMeridiemAbbreviation": "पूर्वाह्न", - "postMeridiemAbbreviation": "अपराह्न", + "anteMeridiemAbbreviation": "AM", + "postMeridiemAbbreviation": "PM", "timePickerHourModeAnnouncement": "घन्टा चयन गर्नुहोस्", "timePickerMinuteModeAnnouncement": "मिनेट चयन गर्नुहोस्", "modalBarrierDismissLabel": "खारेज गर्नुहोस्", @@ -144,7 +144,7 @@ "menuDismissLabel": "मेनु खारेज गर्नुहोस्", "lookUpButtonLabel": "माथितिर हेर्नुहोस्", "searchWebButtonLabel": "वेबमा खोज्नुहोस्", - "shareButtonLabel": "सेयर गर्नुहोस्...", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "सेयर गर्नुहोस्", + "clearButtonTooltip": "टेक्स्ट हटाउनुहोस्", + "selectedDateLabel": "चयन गरिएको" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/flutter_localizations/lib/src/l10n/material_nl.arb index 8654b9af3d39..3f175dbb297d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_nl.arb @@ -144,7 +144,7 @@ "menuDismissLabel": "Menu sluiten", "lookUpButtonLabel": "Opzoeken", "searchWebButtonLabel": "Op internet zoeken", - "shareButtonLabel": "Delen...", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Delen", + "clearButtonTooltip": "Tekst wissen", + "selectedDateLabel": "Geselecteerd" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_no.arb b/packages/flutter_localizations/lib/src/l10n/material_no.arb index 1f3440ac97c3..223eadd742f7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_no.arb @@ -143,7 +143,7 @@ "menuDismissLabel": "Lukk menyen", "lookUpButtonLabel": "Slå opp", "searchWebButtonLabel": "Søk på nettet", - "shareButtonLabel": "Del…", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Del", + "clearButtonTooltip": "Slett teksten", + "selectedDateLabel": "Valgt" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_or.arb b/packages/flutter_localizations/lib/src/l10n/material_or.arb index 4324583fc79a..a296637571b9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_or.arb @@ -144,7 +144,7 @@ "menuDismissLabel": "ମେନୁ ଖାରଜ କରନ୍ତୁ", "lookUpButtonLabel": "ଉପରକୁ ଦେଖନ୍ତୁ", "searchWebButtonLabel": "ୱେବ ସର୍ଚ୍ଚ କରନ୍ତୁ", - "shareButtonLabel": "ସେୟାର୍ କରନ୍ତୁ...", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "ସେୟାର କରନ୍ତୁ", + "clearButtonTooltip": "ଟେକ୍ସଟ ଖାଲି କରନ୍ତୁ", + "selectedDateLabel": "ଚୟନିତ" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pa.arb b/packages/flutter_localizations/lib/src/l10n/material_pa.arb index 8024f957fd76..07e541694afc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pa.arb @@ -144,7 +144,7 @@ "menuDismissLabel": "ਮੀਨੂ ਖਾਰਜ ਕਰੋ", "lookUpButtonLabel": "ਖੋਜੋ", "searchWebButtonLabel": "ਵੈੱਬ 'ਤੇ ਖੋਜੋ", - "shareButtonLabel": "ਸਾਂਝਾ ਕਰੋ...", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "ਸਾਂਝਾ ਕਰੋ", + "clearButtonTooltip": "ਲਿਖਤ ਕਲੀਅਰ ਕਰੋ", + "selectedDateLabel": "ਚੁਣਿਆ ਗਿਆ" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/flutter_localizations/lib/src/l10n/material_pl.arb index 68ce32d672e1..67a2546cf227 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pl.arb @@ -150,7 +150,7 @@ "menuDismissLabel": "Zamknij menu", "lookUpButtonLabel": "Sprawdź", "searchWebButtonLabel": "Szukaj w internecie", - "shareButtonLabel": "Udostępnij…", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Udostępnij", + "clearButtonTooltip": "Wyczyść tekst", + "selectedDateLabel": "Wybrano" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/flutter_localizations/lib/src/l10n/material_pt.arb index c1697307ae95..221dc140aeba 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt.arb @@ -146,7 +146,7 @@ "menuDismissLabel": "Dispensar menu", "lookUpButtonLabel": "Pesquisar", "searchWebButtonLabel": "Pesquisar na Web", - "shareButtonLabel": "Compartilhar…", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Compartilhar", + "clearButtonTooltip": "Limpar texto", + "selectedDateLabel": "Selecionada" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb index 405283edbe62..600a803a6616 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb @@ -1,6 +1,8 @@ { + "clearButtonTooltip": "Limpar texto", + "selectedDateLabel": "Selecionado", "searchWebButtonLabel": "Pesquisar na Web", - "shareButtonLabel": "Partilhar…", + "shareButtonLabel": "Partilhar", "scanTextButtonLabel": "Digitalizar texto", "lookUpButtonLabel": "Procurar", "menuDismissLabel": "Ignorar menu", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/flutter_localizations/lib/src/l10n/material_ro.arb index b39170ae2040..bd01dd698919 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ro.arb @@ -148,7 +148,7 @@ "menuDismissLabel": "Respingeți meniul", "lookUpButtonLabel": "Privire în sus", "searchWebButtonLabel": "Căutați pe web", - "shareButtonLabel": "Trimiteți…", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Trimiteți", + "clearButtonTooltip": "Ștergeți textul", + "selectedDateLabel": "Selectată" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/flutter_localizations/lib/src/l10n/material_ru.arb index aa03904d7f7d..70e0c25b8b52 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ru.arb @@ -152,6 +152,6 @@ "lookUpButtonLabel": "Найти", "searchWebButtonLabel": "Искать в интернете", "shareButtonLabel": "Поделиться", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "clearButtonTooltip": "Удалить текст", + "selectedDateLabel": "Выбрано" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_si.arb b/packages/flutter_localizations/lib/src/l10n/material_si.arb index c4338fdf996c..becf83bd5060 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_si.arb @@ -144,7 +144,7 @@ "menuDismissLabel": "මෙනුව අස් කරන්න", "lookUpButtonLabel": "උඩ බලන්න", "searchWebButtonLabel": "වෙබය සොයන්න", - "shareButtonLabel": "බෙදා ගන්න...", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "බෙදා ගන්න", + "clearButtonTooltip": "පෙළ හිස් කරන්න", + "selectedDateLabel": "තෝරන ලදි" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sk.arb b/packages/flutter_localizations/lib/src/l10n/material_sk.arb index 54300856da75..d29a17df0702 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sk.arb @@ -150,7 +150,7 @@ "menuDismissLabel": "Zavrieť ponuku", "lookUpButtonLabel": "Pohľad nahor", "searchWebButtonLabel": "Hľadať na webe", - "shareButtonLabel": "Zdieľať…", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Zdieľať", + "clearButtonTooltip": "Vymazať text", + "selectedDateLabel": "Vybrané" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sl.arb b/packages/flutter_localizations/lib/src/l10n/material_sl.arb index 973ea188f3da..89c5eb25a84a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sl.arb @@ -150,7 +150,7 @@ "menuDismissLabel": "Opusti meni", "lookUpButtonLabel": "Pogled gor", "searchWebButtonLabel": "Iskanje v spletu", - "shareButtonLabel": "Deli …", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Deli", + "clearButtonTooltip": "Počisti besedilo", + "selectedDateLabel": "Izbrano" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sq.arb b/packages/flutter_localizations/lib/src/l10n/material_sq.arb index f0c8e047b62c..aff28e1f4433 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sq.arb @@ -144,7 +144,7 @@ "menuDismissLabel": "Hiqe menynë", "lookUpButtonLabel": "Kërko", "searchWebButtonLabel": "Kërko në ueb", - "shareButtonLabel": "Ndaj...", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Ndaj", + "clearButtonTooltip": "Pastro tekstin", + "selectedDateLabel": "Zgjedhur" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr.arb b/packages/flutter_localizations/lib/src/l10n/material_sr.arb index 2fe039cfe7cb..124a92b10e94 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr.arb @@ -147,7 +147,7 @@ "menuDismissLabel": "Одбаците мени", "lookUpButtonLabel": "Поглед нагоре", "searchWebButtonLabel": "Претражи веб", - "shareButtonLabel": "Дели…", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Дели", + "clearButtonTooltip": "Обриши текст", + "selectedDateLabel": "Изабрано" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb b/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb index 1af1e49c7880..3b0eee9712f0 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb @@ -1,7 +1,9 @@ { + "clearButtonTooltip": "Obriši tekst", + "selectedDateLabel": "Izabrano", "lookUpButtonLabel": "Pogled nagore", "searchWebButtonLabel": "Pretraži veb", - "shareButtonLabel": "Deli…", + "shareButtonLabel": "Deli", "scanTextButtonLabel": "Skeniraj tekst", "menuDismissLabel": "Odbacite meni", "expansionTileExpandedHint": "dvaput dodirnite da biste skupili", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sv.arb b/packages/flutter_localizations/lib/src/l10n/material_sv.arb index eb317488ff6c..9a3125187be5 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sv.arb @@ -144,7 +144,7 @@ "menuDismissLabel": "Stäng menyn", "lookUpButtonLabel": "Titta upp", "searchWebButtonLabel": "Sök på webben", - "shareButtonLabel": "Dela …", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Dela", + "clearButtonTooltip": "Rensa text", + "selectedDateLabel": "Markerat" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_sw.arb b/packages/flutter_localizations/lib/src/l10n/material_sw.arb index e83a9b059539..d82d2f53f97c 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sw.arb @@ -146,7 +146,7 @@ "menuDismissLabel": "Ondoa menyu", "lookUpButtonLabel": "Tafuta", "searchWebButtonLabel": "Tafuta kwenye Wavuti", - "shareButtonLabel": "Shiriki...", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Tuma", + "clearButtonTooltip": "Futa maandishi", + "selectedDateLabel": "Umechagua" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ta.arb b/packages/flutter_localizations/lib/src/l10n/material_ta.arb index c815d06828d7..095eac896e91 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ta.arb @@ -146,7 +146,7 @@ "menuDismissLabel": "மெனுவை மூடும்", "lookUpButtonLabel": "தேடு", "searchWebButtonLabel": "இணையத்தில் தேடு", - "shareButtonLabel": "பகிர்...", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "பகிர்", + "clearButtonTooltip": "வார்த்தைகளை அழிக்கும்", + "selectedDateLabel": "தேர்ந்தெடுக்கப்பட்டது" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_te.arb b/packages/flutter_localizations/lib/src/l10n/material_te.arb index f6c9f43da84d..58773c230265 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_te.arb @@ -3,7 +3,7 @@ "timeOfDayFormat": "H:mm", "openAppDrawerTooltip": "నావిగేషన్ మెనూను తెరువు", "backButtonTooltip": "వెనుకకు", - "closeButtonTooltip": "మూసివేయి", + "closeButtonTooltip": "మూసివేయండి", "deleteButtonTooltip": "తొలగించండి", "nextMonthTooltip": "తర్వాత నెల", "previousMonthTooltip": "మునుపటి నెల", @@ -144,7 +144,7 @@ "menuDismissLabel": "మెనూను తీసివేయండి", "lookUpButtonLabel": "వెతకండి", "searchWebButtonLabel": "వెబ్‌లో సెర్చ్ చేయండి", - "shareButtonLabel": "షేర్ చేయండి...", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "షేర్ చేయండి", + "clearButtonTooltip": "టెక్స్ట్‌ను క్లియర్ చేయండి", + "selectedDateLabel": "ఎంచుకోబడింది" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/flutter_localizations/lib/src/l10n/material_th.arb index 40e74288c3ac..bb22b222ef71 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_th.arb @@ -144,7 +144,7 @@ "menuDismissLabel": "ปิดเมนู", "lookUpButtonLabel": "ค้นหา", "searchWebButtonLabel": "ค้นหาบนอินเทอร์เน็ต", - "shareButtonLabel": "แชร์...", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "แชร์", + "clearButtonTooltip": "ล้างข้อความ", + "selectedDateLabel": "เลือกไว้" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tl.arb b/packages/flutter_localizations/lib/src/l10n/material_tl.arb index 1ebf133636b1..aae5c41f7dc9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tl.arb @@ -144,7 +144,7 @@ "menuDismissLabel": "I-dismiss ang menu", "lookUpButtonLabel": "Tumingin sa Itaas", "searchWebButtonLabel": "Maghanap sa Web", - "shareButtonLabel": "Ibahagi...", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "I-share", + "clearButtonTooltip": "I-clear ang text", + "selectedDateLabel": "Napili" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/flutter_localizations/lib/src/l10n/material_tr.arb index ceb4cbd65fbc..d2686b4214e4 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_tr.arb @@ -144,7 +144,7 @@ "menuDismissLabel": "Menüyü kapat", "lookUpButtonLabel": "Ara", "searchWebButtonLabel": "Web'de Ara", - "shareButtonLabel": "Paylaş...", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Paylaş", + "clearButtonTooltip": "Metni temizle", + "selectedDateLabel": "Seçili" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uk.arb b/packages/flutter_localizations/lib/src/l10n/material_uk.arb index c103a9b910ec..f99cba44a1ff 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uk.arb @@ -150,7 +150,7 @@ "menuDismissLabel": "Закрити меню", "lookUpButtonLabel": "Шукати", "searchWebButtonLabel": "Пошук в Інтернеті", - "shareButtonLabel": "Поділитися…", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Поділитися", + "clearButtonTooltip": "Видалити текст", + "selectedDateLabel": "Вибрано" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/flutter_localizations/lib/src/l10n/material_ur.arb index 965956c4a2da..ed23101fdc5f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ur.arb @@ -144,7 +144,7 @@ "menuDismissLabel": "مینو برخاست کریں", "lookUpButtonLabel": "تفصیل دیکھیں", "searchWebButtonLabel": "ویب تلاش کریں", - "shareButtonLabel": "اشتراک کریں...", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "اشتراک کریں", + "clearButtonTooltip": "ٹیکسٹ صاف کریں", + "selectedDateLabel": "منتخب کردہ" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_uz.arb b/packages/flutter_localizations/lib/src/l10n/material_uz.arb index 79c3410646d7..58ced55e4657 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_uz.arb @@ -144,7 +144,7 @@ "menuDismissLabel": "Menyuni yopish", "lookUpButtonLabel": "Tepaga qarang", "searchWebButtonLabel": "Internetdan qidirish", - "shareButtonLabel": "Ulashish…", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Ulashish", + "clearButtonTooltip": "Matnni tozalash", + "selectedDateLabel": "Tanlangan" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_vi.arb b/packages/flutter_localizations/lib/src/l10n/material_vi.arb index bf629e510cc9..e393407bc2d9 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_vi.arb @@ -144,7 +144,7 @@ "menuDismissLabel": "Đóng trình đơn", "lookUpButtonLabel": "Tra cứu", "searchWebButtonLabel": "Tìm kiếm trên web", - "shareButtonLabel": "Chia sẻ...", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Chia sẻ", + "clearButtonTooltip": "Xoá văn bản", + "selectedDateLabel": "Đã chọn" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/flutter_localizations/lib/src/l10n/material_zh.arb index d702702d3480..0390d5e9bca2 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh.arb @@ -144,7 +144,7 @@ "menuDismissLabel": "关闭菜单", "lookUpButtonLabel": "查询", "searchWebButtonLabel": "搜索", - "shareButtonLabel": "共享…", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "分享", + "clearButtonTooltip": "清除文字", + "selectedDateLabel": "已选择" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb index a8d62dd50bf1..17b0a698ce54 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb @@ -1,6 +1,8 @@ { + "clearButtonTooltip": "清除文字", + "selectedDateLabel": "已選取", "searchWebButtonLabel": "搜尋", - "shareButtonLabel": "分享…", + "shareButtonLabel": "分享", "scanTextButtonLabel": "掃瞄文字", "lookUpButtonLabel": "查詢", "menuDismissLabel": "閂選單", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb index 4722dbce5fcf..6c3c96494bbe 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb @@ -1,7 +1,9 @@ { + "clearButtonTooltip": "清除文字", + "selectedDateLabel": "已選取", "lookUpButtonLabel": "查詢", "searchWebButtonLabel": "搜尋", - "shareButtonLabel": "分享…", + "shareButtonLabel": "分享", "scanTextButtonLabel": "掃描文字", "menuDismissLabel": "關閉選單", "expansionTileExpandedHint": "輕觸兩下即可收合", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zu.arb b/packages/flutter_localizations/lib/src/l10n/material_zu.arb index 7800b87844f5..55d6b69e6220 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zu.arb @@ -144,7 +144,7 @@ "menuDismissLabel": "Chitha imenyu", "lookUpButtonLabel": "Bheka Phezulu", "searchWebButtonLabel": "Sesha Iwebhu", - "shareButtonLabel": "Yabelana...", - "clearButtonTooltip": "Clear text", - "selectedDateLabel": "Selected" + "shareButtonLabel": "Yabelana", + "clearButtonTooltip": "Sula umbhalo", + "selectedDateLabel": "Okukhethiwe" } From e309c818c35e85311dde979a87117765efe73806 Mon Sep 17 00:00:00 2001 From: Mairramer <50643541+Mairramer@users.noreply.github.com> Date: Wed, 13 Nov 2024 21:10:14 -0300 Subject: [PATCH 273/327] Adjusts the Hindi TimeOfDayFormat to display in a LTR orientation in localizations. (#157998) Fixes https://github.com/flutter/flutter/issues/156565 This update corrects the `TimeOfDayFormat` mapping for the Hindi language. Previously, the format was incorrectly set to `a_space_h_colon_mm` - (a h:mm), but it should be `h_colon_mm_space_a` - (h:mm a) since Hindi is a LTR language. --- .../generated_material_localizations.dart | 2 +- .../lib/src/l10n/material_hi.arb | 2 +- .../test/material/time_picker_test.dart | 37 +++++++++++++++++++ 3 files changed, 39 insertions(+), 2 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index 5895328f48fa..49744613a619 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -18612,7 +18612,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get tabLabelRaw => r'$tabCount का टैब $tabIndex'; @override - TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.a_space_h_colon_mm; + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.h_colon_mm_space_a; @override String get timePickerDialHelpText => 'समय चुनें'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_hi.arb b/packages/flutter_localizations/lib/src/l10n/material_hi.arb index 1489b1fb303b..96f1b5de1f7b 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hi.arb @@ -1,6 +1,6 @@ { "scriptCategory": "dense", - "timeOfDayFormat": "ah:mm", + "timeOfDayFormat": "h:mm a", "openAppDrawerTooltip": "नेविगेशन मेन्यू खोलें", "backButtonTooltip": "वापस जाएं", "closeButtonTooltip": "बंद करें", diff --git a/packages/flutter_localizations/test/material/time_picker_test.dart b/packages/flutter_localizations/test/material/time_picker_test.dart index 573a05488745..9efa573f55b5 100644 --- a/packages/flutter_localizations/test/material/time_picker_test.dart +++ b/packages/flutter_localizations/test/material/time_picker_test.dart @@ -603,6 +603,38 @@ void main() { labels00To22TwoDigit, ); }); + + // Regression test for https://github.com/flutter/flutter/issues/156565 + testWidgets('AM/PM buttons should be aligned to LTR in Hindi language - Portrait', (WidgetTester tester) async { + const Locale locale = Locale('hi', 'HI'); + + final Offset centerPortrait = await startPicker(tester, (TimeOfDay? time) {}, locale: locale, useMaterial3: false, orientation: Orientation.portrait); + + final Finder amButtonPortrait = find.text('AM'); + final Finder pmButtonPortrait = find.text('PM') ; + + final Offset amButtonPositionPortrait = tester.getCenter(amButtonPortrait); + final Offset pmButtonPositionPortrait = tester.getCenter(pmButtonPortrait); + + expect(amButtonPositionPortrait.dx, greaterThan(centerPortrait.dx)); + expect(pmButtonPositionPortrait.dx, greaterThan(centerPortrait.dx)); + }); + + // Regression test for https://github.com/flutter/flutter/issues/156565 + testWidgets('AM/PM buttons should be aligned to LTR in Hindi language - Landscape', (WidgetTester tester) async { + const Locale locale = Locale('hi', 'HI'); + + final Offset centerLandscape = await startPicker(tester, (TimeOfDay? time) {}, locale: locale, useMaterial3: false, orientation: Orientation.landscape); + + final Finder amButtonLandscape = find.text('AM'); + final Finder pmButtonLandscape = find.text('PM'); + + final Offset amButtonPositionLandscape = tester.getCenter(amButtonLandscape); + final Offset pmButtonPositionLandscape = tester.getCenter(pmButtonLandscape); + + expect(amButtonPositionLandscape.dy, greaterThan(centerLandscape.dy)); + expect(pmButtonPositionLandscape.dy, greaterThan(centerLandscape.dy)); + }); } class _TimePickerLauncher extends StatelessWidget { @@ -611,12 +643,14 @@ class _TimePickerLauncher extends StatelessWidget { required this.locale, this.entryMode = TimePickerEntryMode.dial, this.useMaterial3, + this.orientation, }); final ValueChanged? onChanged; final Locale locale; final TimePickerEntryMode entryMode; final bool? useMaterial3; + final Orientation? orientation; @override Widget build(BuildContext context) { @@ -635,6 +669,7 @@ class _TimePickerLauncher extends StatelessWidget { onChanged?.call(await showTimePicker( context: context, initialEntryMode: entryMode, + orientation: orientation, initialTime: const TimeOfDay(hour: 7, minute: 0), )); }, @@ -652,12 +687,14 @@ Future startPicker( ValueChanged onChanged, { Locale locale = const Locale('en', 'US'), bool? useMaterial3, + Orientation? orientation, }) async { await tester.pumpWidget( _TimePickerLauncher( onChanged: onChanged, locale: locale, useMaterial3: useMaterial3, + orientation: orientation, ), ); await tester.tap(find.text('X')); From ba6d15a32f9463a968fcabeaeca8a243a2bb8661 Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Mon, 16 Dec 2024 14:01:25 -0800 Subject: [PATCH 274/327] Adjust ignores for 'dart format' (#160382) When running `dart format` over these lines the `// ignore` ended up on a line where it wasn't properly ignoring the lint. This adjusts the placement of `// ignore`s so they will continue to ignore the right thing even after the code is auto formatted. I am hoping that if we do this now the large PR that formats the entire repo will go in smoother without manual intervention. --- .../test/material/time_picker_test.dart | 48 ++++++++++++------- 1 file changed, 32 insertions(+), 16 deletions(-) diff --git a/packages/flutter_localizations/test/material/time_picker_test.dart b/packages/flutter_localizations/test/material/time_picker_test.dart index 9efa573f55b5..c082eb7c299b 100644 --- a/packages/flutter_localizations/test/material/time_picker_test.dart +++ b/packages/flutter_localizations/test/material/time_picker_test.dart @@ -524,16 +524,20 @@ void main() { // ignore: avoid_dynamic_calls final List primaryLabels = dialPainter.primaryLabels as List; expect( - // ignore: avoid_dynamic_calls - primaryLabels.map((dynamic tp) => ((tp.painter as TextPainter).text! as TextSpan).text!), + primaryLabels.map( + // ignore: avoid_dynamic_calls + (dynamic tp) => ((tp.painter as TextPainter).text! as TextSpan).text!, + ), labels12To11, ); // ignore: avoid_dynamic_calls final List selectedLabels = dialPainter.selectedLabels as List; expect( - // ignore: avoid_dynamic_calls - selectedLabels.map((dynamic tp) => ((tp.painter as TextPainter).text! as TextSpan).text!), + selectedLabels.map( + // ignore: avoid_dynamic_calls + (dynamic tp) => ((tp.painter as TextPainter).text! as TextSpan).text!, + ), labels12To11, ); }); @@ -546,16 +550,20 @@ void main() { // ignore: avoid_dynamic_calls final List primaryLabels = dialPainter.primaryLabels as List; expect( - // ignore: avoid_dynamic_calls - primaryLabels.map((dynamic tp) => ((tp.painter as TextPainter).text! as TextSpan).text!), + primaryLabels.map( + // ignore: avoid_dynamic_calls + (dynamic tp) => ((tp.painter as TextPainter).text! as TextSpan).text!, + ), labels12To11, ); // ignore: avoid_dynamic_calls final List selectedLabels = dialPainter.selectedLabels as List; expect( - // ignore: avoid_dynamic_calls - selectedLabels.map((dynamic tp) => ((tp.painter as TextPainter).text! as TextSpan).text!), + selectedLabels.map( + // ignore: avoid_dynamic_calls + (dynamic tp) => ((tp.painter as TextPainter).text! as TextSpan).text!, + ), labels12To11, ); }); @@ -568,16 +576,20 @@ void main() { // ignore: avoid_dynamic_calls final List primaryLabels = dialPainter.primaryLabels as List; expect( - // ignore: avoid_dynamic_calls - primaryLabels.map((dynamic tp) => ((tp.painter as TextPainter).text! as TextSpan).text!), + primaryLabels.map( + // ignore: avoid_dynamic_calls + (dynamic tp) => ((tp.painter as TextPainter).text! as TextSpan).text!, + ), labels00To23TwoDigit, ); // ignore: avoid_dynamic_calls final List selectedLabels = dialPainter.selectedLabels as List; expect( - // ignore: avoid_dynamic_calls - selectedLabels.map((dynamic tp) => ((tp.painter as TextPainter).text! as TextSpan).text!), + selectedLabels.map( + // ignore: avoid_dynamic_calls + (dynamic tp) => ((tp.painter as TextPainter).text! as TextSpan).text!, + ), labels00To23TwoDigit, ); }); @@ -590,16 +602,20 @@ void main() { // ignore: avoid_dynamic_calls final List primaryLabels = dialPainter.primaryLabels as List; expect( - // ignore: avoid_dynamic_calls - primaryLabels.map((dynamic tp) => ((tp.painter as TextPainter).text! as TextSpan).text!), + primaryLabels.map( + // ignore: avoid_dynamic_calls + (dynamic tp) => ((tp.painter as TextPainter).text! as TextSpan).text!, + ), labels00To22TwoDigit, ); // ignore: avoid_dynamic_calls final List selectedLabels = dialPainter.selectedLabels as List; expect( - // ignore: avoid_dynamic_calls - selectedLabels.map((dynamic tp) => ((tp.painter as TextPainter).text! as TextSpan).text!), + selectedLabels.map( + // ignore: avoid_dynamic_calls + (dynamic tp) => ((tp.painter as TextPainter).text! as TextSpan).text!, + ), labels00To22TwoDigit, ); }); From 8dba7d10c3c217b0fae0ac3c3ed9c6aee1aab069 Mon Sep 17 00:00:00 2001 From: John McDole Date: Tue, 17 Dec 2024 14:30:30 -0800 Subject: [PATCH 275/327] Trigger Build (#160476) Hello Monorepo. From 4596c5ad0589516e39cc92dc1c03c06dc6a48614 Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Thu, 19 Dec 2024 12:06:21 -0800 Subject: [PATCH 276/327] Auto-format Framework (#160545) This auto-formats all *.dart files in the repository outside of the `engine` subdirectory and enforces that these files stay formatted with a presubmit check. **Reviewers:** Please carefully review all the commits except for the one titled "formatted". The "formatted" commit was auto-generated by running `dev/tools/format.sh -a -f`. The other commits were hand-crafted to prepare the repo for the formatting change. I recommend reviewing the commits one-by-one via the "Commits" tab and avoiding Github's "Files changed" tab as it will likely slow down your browser because of the size of this PR. --------- Co-authored-by: Kate Lovett Co-authored-by: LongCatIsLooong <31859944+LongCatIsLooong@users.noreply.github.com> --- .../localization/bin/encode_kn_arb_files.dart | 13 +- .../localization/bin/gen_localizations.dart | 286 ++++++----- .../bin/gen_missing_localizations.dart | 52 +- .../gen_cupertino_localizations.dart | 5 +- .../gen_material_localizations.dart | 5 +- .../localization/localizations_utils.dart | 133 ++--- .../localization/localizations_validator.dart | 47 +- .../lib/src/cupertino_localizations.dart | 78 ++- .../generated_cupertino_localizations.dart | 3 + .../generated_material_localizations.dart | 3 + .../lib/src/material_localizations.dart | 53 +- .../test/cupertino/date_picker_test.dart | 30 +- .../test/cupertino/translations_test.dart | 125 +++-- .../test/material/date_picker_test.dart | 152 +++--- .../test/material/date_time_test.dart | 306 ++++++++---- .../test/material/tabs_test.dart | 14 +- .../test/material/time_picker_test.dart | 463 ++++++++++++++---- .../test/material/translations_test.dart | 64 ++- .../test/test_utils.dart | 9 +- 19 files changed, 1207 insertions(+), 634 deletions(-) diff --git a/dev/tools/localization/bin/encode_kn_arb_files.dart b/dev/tools/localization/bin/encode_kn_arb_files.dart index ae20dcca7da3..f8b2764b4447 100644 --- a/dev/tools/localization/bin/encode_kn_arb_files.dart +++ b/dev/tools/localization/bin/encode_kn_arb_files.dart @@ -37,10 +37,11 @@ void _encodeBundleTranslations(Map bundle) { final String translation = bundle[key] as String; // Rewrite the string as a series of unicode characters in JSON format. // Like "\u0012\u0123\u1234". - bundle[key] = translation.runes.map((int code) { - final String codeString = '00${code.toRadixString(16)}'; - return '\\u${codeString.substring(codeString.length - 4)}'; - }).join(); + bundle[key] = + translation.runes.map((int code) { + final String codeString = '00${code.toRadixString(16)}'; + return '\\u${codeString.substring(codeString.length - 4)}'; + }).join(); } } @@ -49,7 +50,9 @@ void _checkEncodedTranslations(Map encodedBundle, Map languageResources = localeToResources[languageLocale]!; for (final String key in allKeys) { - final Map? attributes = localeToResourceAttributes[canonicalLocale]![key] as Map?; + final Map? attributes = + localeToResourceAttributes[canonicalLocale]![key] as Map?; output.writeln(generateGetter(key, languageResources[key], attributes, languageLocale)); } output.writeln('}'); @@ -153,18 +156,21 @@ String generateArbBasedLocalizationSubclasses({ // script default values before language default values. for (final String scriptCode in languageToScriptCodes[languageName]!) { final LocaleInfo scriptBaseLocale = LocaleInfo.fromString('${languageName}_$scriptCode'); - output.writeln(generateClassDeclaration( - scriptBaseLocale, - generatedClassPrefix, - '$generatedClassPrefix${languageLocale.camelCase()}', - )); + output.writeln( + generateClassDeclaration( + scriptBaseLocale, + generatedClassPrefix, + '$generatedClassPrefix${languageLocale.camelCase()}', + ), + ); output.writeln(generateConstructorForCountrySubClass(scriptBaseLocale)); final Map scriptResources = localeToResources[scriptBaseLocale]!; for (final String key in scriptResources.keys.toList()..sort()) { if (languageResources[key] == scriptResources[key]) { continue; } - final Map? attributes = localeToResourceAttributes[canonicalLocale]![key] as Map?; + final Map? attributes = + localeToResourceAttributes[canonicalLocale]![key] as Map?; output.writeln(generateGetter(key, scriptResources[key], attributes, languageLocale)); } output.writeln('}'); @@ -181,22 +187,27 @@ String generateArbBasedLocalizationSubclasses({ continue; } countryCodeCount += 1; - output.writeln(generateClassDeclaration( - locale, - generatedClassPrefix, - '$generatedClassPrefix${scriptBaseLocale.camelCase()}', - )); + output.writeln( + generateClassDeclaration( + locale, + generatedClassPrefix, + '$generatedClassPrefix${scriptBaseLocale.camelCase()}', + ), + ); output.writeln(generateConstructorForCountrySubClass(locale)); final Map localeResources = localeToResources[locale]!; for (final String key in localeResources.keys) { // When script fallback contains the key, we compare to it instead of language fallback. - if (scriptResources.containsKey(key) ? scriptResources[key] == localeResources[key] : languageResources[key] == localeResources[key]) { + if (scriptResources.containsKey(key) + ? scriptResources[key] == localeResources[key] + : languageResources[key] == localeResources[key]) { continue; } - final Map? attributes = localeToResourceAttributes[canonicalLocale]![key] as Map?; + final Map? attributes = + localeToResourceAttributes[canonicalLocale]![key] as Map?; output.writeln(generateGetter(key, localeResources[key], attributes, languageLocale)); } - output.writeln('}'); + output.writeln('}'); } } } else { @@ -209,35 +220,46 @@ String generateArbBasedLocalizationSubclasses({ } countryCodeCount += 1; final Map localeResources = localeToResources[locale]!; - output.writeln(generateClassDeclaration( - locale, - generatedClassPrefix, - '$generatedClassPrefix${languageLocale.camelCase()}', - )); + output.writeln( + generateClassDeclaration( + locale, + generatedClassPrefix, + '$generatedClassPrefix${languageLocale.camelCase()}', + ), + ); output.writeln(generateConstructorForCountrySubClass(locale)); for (final String key in localeResources.keys) { if (languageResources[key] == localeResources[key]) { continue; } - final Map? attributes = localeToResourceAttributes[canonicalLocale]![key] as Map?; + final Map? attributes = + localeToResourceAttributes[canonicalLocale]![key] as Map?; output.writeln(generateGetter(key, localeResources[key], attributes, languageLocale)); } - output.writeln('}'); + output.writeln('}'); } } - final String scriptCodeMessage = scriptCodeCount == 0 ? '' : ' and $scriptCodeCount script${scriptCodeCount == 1 ? '' : 's'}'; + final String scriptCodeMessage = + scriptCodeCount == 0 + ? '' + : ' and $scriptCodeCount script${scriptCodeCount == 1 ? '' : 's'}'; if (countryCodeCount == 0) { if (scriptCodeCount == 0) { supportedLocales.writeln('/// * `$languageName` - ${describeLocale(languageName)}'); } else { - supportedLocales.writeln('/// * `$languageName` - ${describeLocale(languageName)} (plus $scriptCodeCount script${scriptCodeCount == 1 ? '' : 's'})'); + supportedLocales.writeln( + '/// * `$languageName` - ${describeLocale(languageName)} (plus $scriptCodeCount script${scriptCodeCount == 1 ? '' : 's'})', + ); } - } else if (countryCodeCount == 1) { - supportedLocales.writeln('/// * `$languageName` - ${describeLocale(languageName)} (plus one country variation$scriptCodeMessage)'); + supportedLocales.writeln( + '/// * `$languageName` - ${describeLocale(languageName)} (plus one country variation$scriptCodeMessage)', + ); } else { - supportedLocales.writeln('/// * `$languageName` - ${describeLocale(languageName)} (plus $countryCodeCount country variations$scriptCodeMessage)'); + supportedLocales.writeln( + '/// * `$languageName` - ${describeLocale(languageName)} (plus $countryCodeCount country variations$scriptCodeMessage)', + ); } } @@ -279,10 +301,13 @@ $factoryDeclaration for (final String language in languageToLocales.keys) { // Only one instance of the language. if (languageToLocales[language]!.length == 1) { - output.writeln(''' + output.writeln( + ''' case '$language': - return ${callsFactoryWithConst ? 'const ': ''}$generatedClassPrefix${languageToLocales[language]![0].camelCase()}($factoryArguments);'''); - } else if (!languageToScriptCodes.containsKey(language)) { // Does not distinguish between scripts. Switch on countryCode directly. + return ${callsFactoryWithConst ? 'const ' : ''}$generatedClassPrefix${languageToLocales[language]![0].camelCase()}($factoryArguments);''', + ); + } else if (!languageToScriptCodes.containsKey(language)) { + // Does not distinguish between scripts. Switch on countryCode directly. output.writeln(''' case '$language': { switch (locale.countryCode) {'''); @@ -292,15 +317,18 @@ $factoryDeclaration } assert(locale.length > 1); final String countryCode = locale.countryCode!; - output.writeln(''' + output.writeln( + ''' case '$countryCode': - return ${callsFactoryWithConst ? 'const ': ''}$generatedClassPrefix${locale.camelCase()}($factoryArguments);'''); + return ${callsFactoryWithConst ? 'const ' : ''}$generatedClassPrefix${locale.camelCase()}($factoryArguments);''', + ); } output.writeln(''' } - return ${callsFactoryWithConst ? 'const ': ''}$generatedClassPrefix${LocaleInfo.fromString(language).camelCase()}($factoryArguments); + return ${callsFactoryWithConst ? 'const ' : ''}$generatedClassPrefix${LocaleInfo.fromString(language).camelCase()}($factoryArguments); }'''); - } else { // Language has scriptCode, add additional switch logic. + } else { + // Language has scriptCode, add additional switch logic. bool hasCountryCode = false; output.writeln(''' case '$language': { @@ -325,9 +353,11 @@ $factoryDeclaration continue; } final String countryCode = locale.countryCode!; - output.writeln(''' + output.writeln( + ''' case '$countryCode': - return ${callsFactoryWithConst ? 'const ': ''}$generatedClassPrefix${locale.camelCase()}($factoryArguments);'''); + return ${callsFactoryWithConst ? 'const ' : ''}$generatedClassPrefix${locale.camelCase()}($factoryArguments);''', + ); } } // Return a fallback locale that matches scriptCode, but not countryCode. @@ -339,7 +369,7 @@ $factoryDeclaration }'''); } output.writeln(''' - return ${callsFactoryWithConst ? 'const ': ''}$generatedClassPrefix${scriptLocale.camelCase()}($factoryArguments); + return ${callsFactoryWithConst ? 'const ' : ''}$generatedClassPrefix${scriptLocale.camelCase()}($factoryArguments); }'''); } else { // Not Explicitly defined, fallback to first locale with the same language and @@ -353,7 +383,7 @@ $factoryDeclaration }'''); } output.writeln(''' - return ${callsFactoryWithConst ? 'const ': ''}$generatedClassPrefix${scriptLocale.camelCase()}($factoryArguments); + return ${callsFactoryWithConst ? 'const ' : ''}$generatedClassPrefix${scriptLocale.camelCase()}($factoryArguments); }'''); break; } @@ -362,7 +392,7 @@ $factoryDeclaration output.writeln(''' }'''); if (hasCountryCode) { - output.writeln(''' + output.writeln(''' switch (locale.countryCode) {'''); for (final LocaleInfo locale in languageToLocales[language]!) { if (locale.originalString == language) { @@ -373,15 +403,17 @@ $factoryDeclaration continue; } final String countryCode = locale.countryCode!; - output.writeln(''' + output.writeln( + ''' case '$countryCode': - return ${callsFactoryWithConst ? 'const ': ''}$generatedClassPrefix${locale.camelCase()}($factoryArguments);'''); + return ${callsFactoryWithConst ? 'const ' : ''}$generatedClassPrefix${locale.camelCase()}($factoryArguments);''', + ); } output.writeln(''' }'''); } output.writeln(''' - return ${callsFactoryWithConst ? 'const ': ''}$generatedClassPrefix${LocaleInfo.fromString(language).camelCase()}($factoryArguments); + return ${callsFactoryWithConst ? 'const ' : ''}$generatedClassPrefix${LocaleInfo.fromString(language).camelCase()}($factoryArguments); }'''); } } @@ -472,7 +504,7 @@ String? generateValue(String? value, Map? attributes, LocaleInf throw Exception( '"$value" is not one of the ICU short time patterns supported ' 'by the material library. Here is the list of supported ' - 'patterns:\n ${_icuTimeOfDayToEnum.keys.join('\n ')}' + 'patterns:\n ${_icuTimeOfDayToEnum.keys.join('\n ')}', ); } return _icuTimeOfDayToEnum[value]; @@ -481,23 +513,28 @@ String? generateValue(String? value, Map? attributes, LocaleInf throw Exception( '"$value" is not one of the scriptCategory values supported ' 'by the material library. Here is the list of supported ' - 'values:\n ${_scriptCategoryToEnum.keys.join('\n ')}' + 'values:\n ${_scriptCategoryToEnum.keys.join('\n ')}', ); } return _scriptCategoryToEnum[value]; } } - return generateEncodedString(locale.languageCode, value); + return generateEncodedString(locale.languageCode, value); } /// Combines [generateType], [generateKey], and [generateValue] to return /// the source of getters for the GlobalMaterialLocalizations subclass. /// The locale is the locale for which the getter is being generated. -String generateGetter(String key, String? value, Map? attributes, LocaleInfo locale) { +String generateGetter( + String key, + String? value, + Map? attributes, + LocaleInfo locale, +) { final String type = generateType(attributes); key = generateKey(key, attributes); final String? generatedValue = generateValue(value, attributes, locale); - return ''' + return ''' @override $type get $key => $generatedValue;'''; @@ -511,7 +548,9 @@ void main(List rawArgs) { // is the 2nd command line argument, lc is a language code and cc is the country // code. In most cases both codes are just two characters. - final Directory directory = Directory(path.join('packages', 'flutter_localizations', 'lib', 'src', 'l10n')); + final Directory directory = Directory( + path.join('packages', 'flutter_localizations', 'lib', 'src', 'l10n'), + ); final RegExp widgetsFilenameRE = RegExp(r'widgets_(\w+)\.arb$'); final RegExp materialFilenameRE = RegExp(r'material_(\w+)\.arb$'); final RegExp cupertinoFilenameRE = RegExp(r'cupertino_(\w+)\.arb$'); @@ -537,22 +576,28 @@ void main(List rawArgs) { precacheLanguageAndRegionTags(); // Maps of locales to resource key/value pairs for Widgets ARBs. - final Map> widgetsLocaleToResources = >{}; + final Map> widgetsLocaleToResources = + >{}; // Maps of locales to resource key/attributes pairs for Widgets ARBs. // https://github.com/googlei18n/app-resource-bundle/wiki/ApplicationResourceBundleSpecification#resource-attributes - final Map> widgetsLocaleToResourceAttributes = >{}; + final Map> widgetsLocaleToResourceAttributes = + >{}; // Maps of locales to resource key/value pairs for Material ARBs. - final Map> materialLocaleToResources = >{}; + final Map> materialLocaleToResources = + >{}; // Maps of locales to resource key/attributes pairs for Material ARBs. // https://github.com/googlei18n/app-resource-bundle/wiki/ApplicationResourceBundleSpecification#resource-attributes - final Map> materialLocaleToResourceAttributes = >{}; + final Map> materialLocaleToResourceAttributes = + >{}; // Maps of locales to resource key/value pairs for Cupertino ARBs. - final Map> cupertinoLocaleToResources = >{}; + final Map> cupertinoLocaleToResources = + >{}; // Maps of locales to resource key/attributes pairs for Cupertino ARBs. // https://github.com/googlei18n/app-resource-bundle/wiki/ApplicationResourceBundleSpecification#resource-attributes - final Map> cupertinoLocaleToResourceAttributes = >{}; + final Map> cupertinoLocaleToResourceAttributes = + >{}; loadMatchingArbsIntoBundleMaps( directory: directory, @@ -574,9 +619,21 @@ void main(List rawArgs) { ); try { - validateLocalizations(widgetsLocaleToResources, widgetsLocaleToResourceAttributes, removeUndefined: options.removeUndefined); - validateLocalizations(materialLocaleToResources, materialLocaleToResourceAttributes, removeUndefined: options.removeUndefined); - validateLocalizations(cupertinoLocaleToResources, cupertinoLocaleToResourceAttributes, removeUndefined: options.removeUndefined); + validateLocalizations( + widgetsLocaleToResources, + widgetsLocaleToResourceAttributes, + removeUndefined: options.removeUndefined, + ); + validateLocalizations( + materialLocaleToResources, + materialLocaleToResourceAttributes, + removeUndefined: options.removeUndefined, + ); + validateLocalizations( + cupertinoLocaleToResources, + cupertinoLocaleToResourceAttributes, + removeUndefined: options.removeUndefined, + ); } on ValidationError catch (exception) { exitWithError('$exception'); } @@ -586,62 +643,71 @@ void main(List rawArgs) { removeUndefinedLocalizations(cupertinoLocaleToResources); } - final String? widgetsLocalizations = options.writeToFile || !options.cupertinoOnly - ? generateArbBasedLocalizationSubclasses( - localeToResources: widgetsLocaleToResources, - localeToResourceAttributes: widgetsLocaleToResourceAttributes, - generatedClassPrefix: 'WidgetsLocalization', - baseClass: 'GlobalWidgetsLocalizations', - generateHeader: generateWidgetsHeader, - generateConstructor: generateWidgetsConstructor, - generateConstructorForCountrySubClass: generateWidgetsConstructorForCountrySubclass, - factoryName: widgetsFactoryName, - factoryDeclaration: widgetsFactoryDeclaration, - callsFactoryWithConst: true, - factoryArguments: widgetsFactoryArguments, - supportedLanguagesConstant: widgetsSupportedLanguagesConstant, - supportedLanguagesDocMacro: widgetsSupportedLanguagesDocMacro, - ) - : null; - final String? materialLocalizations = options.writeToFile || !options.cupertinoOnly - ? generateArbBasedLocalizationSubclasses( - localeToResources: materialLocaleToResources, - localeToResourceAttributes: materialLocaleToResourceAttributes, - generatedClassPrefix: 'MaterialLocalization', - baseClass: 'GlobalMaterialLocalizations', - generateHeader: generateMaterialHeader, - generateConstructor: generateMaterialConstructor, - factoryName: materialFactoryName, - factoryDeclaration: materialFactoryDeclaration, - callsFactoryWithConst: false, - factoryArguments: materialFactoryArguments, - supportedLanguagesConstant: materialSupportedLanguagesConstant, - supportedLanguagesDocMacro: materialSupportedLanguagesDocMacro, - ) - : null; - final String? cupertinoLocalizations = options.writeToFile || !options.materialOnly - ? generateArbBasedLocalizationSubclasses( - localeToResources: cupertinoLocaleToResources, - localeToResourceAttributes: cupertinoLocaleToResourceAttributes, - generatedClassPrefix: 'CupertinoLocalization', - baseClass: 'GlobalCupertinoLocalizations', - generateHeader: generateCupertinoHeader, - generateConstructor: generateCupertinoConstructor, - factoryName: cupertinoFactoryName, - factoryDeclaration: cupertinoFactoryDeclaration, - callsFactoryWithConst: false, - factoryArguments: cupertinoFactoryArguments, - supportedLanguagesConstant: cupertinoSupportedLanguagesConstant, - supportedLanguagesDocMacro: cupertinoSupportedLanguagesDocMacro, - ) - : null; + final String? widgetsLocalizations = + options.writeToFile || !options.cupertinoOnly + ? generateArbBasedLocalizationSubclasses( + localeToResources: widgetsLocaleToResources, + localeToResourceAttributes: widgetsLocaleToResourceAttributes, + generatedClassPrefix: 'WidgetsLocalization', + baseClass: 'GlobalWidgetsLocalizations', + generateHeader: generateWidgetsHeader, + generateConstructor: generateWidgetsConstructor, + generateConstructorForCountrySubClass: generateWidgetsConstructorForCountrySubclass, + factoryName: widgetsFactoryName, + factoryDeclaration: widgetsFactoryDeclaration, + callsFactoryWithConst: true, + factoryArguments: widgetsFactoryArguments, + supportedLanguagesConstant: widgetsSupportedLanguagesConstant, + supportedLanguagesDocMacro: widgetsSupportedLanguagesDocMacro, + ) + : null; + final String? materialLocalizations = + options.writeToFile || !options.cupertinoOnly + ? generateArbBasedLocalizationSubclasses( + localeToResources: materialLocaleToResources, + localeToResourceAttributes: materialLocaleToResourceAttributes, + generatedClassPrefix: 'MaterialLocalization', + baseClass: 'GlobalMaterialLocalizations', + generateHeader: generateMaterialHeader, + generateConstructor: generateMaterialConstructor, + factoryName: materialFactoryName, + factoryDeclaration: materialFactoryDeclaration, + callsFactoryWithConst: false, + factoryArguments: materialFactoryArguments, + supportedLanguagesConstant: materialSupportedLanguagesConstant, + supportedLanguagesDocMacro: materialSupportedLanguagesDocMacro, + ) + : null; + final String? cupertinoLocalizations = + options.writeToFile || !options.materialOnly + ? generateArbBasedLocalizationSubclasses( + localeToResources: cupertinoLocaleToResources, + localeToResourceAttributes: cupertinoLocaleToResourceAttributes, + generatedClassPrefix: 'CupertinoLocalization', + baseClass: 'GlobalCupertinoLocalizations', + generateHeader: generateCupertinoHeader, + generateConstructor: generateCupertinoConstructor, + factoryName: cupertinoFactoryName, + factoryDeclaration: cupertinoFactoryDeclaration, + callsFactoryWithConst: false, + factoryArguments: cupertinoFactoryArguments, + supportedLanguagesConstant: cupertinoSupportedLanguagesConstant, + supportedLanguagesDocMacro: cupertinoSupportedLanguagesDocMacro, + ) + : null; if (options.writeToFile) { - final File widgetsLocalizationsFile = File(path.join(directory.path, 'generated_widgets_localizations.dart')); + final File widgetsLocalizationsFile = File( + path.join(directory.path, 'generated_widgets_localizations.dart'), + ); widgetsLocalizationsFile.writeAsStringSync(widgetsLocalizations!, flush: true); - final File materialLocalizationsFile = File(path.join(directory.path, 'generated_material_localizations.dart')); + final File materialLocalizationsFile = File( + path.join(directory.path, 'generated_material_localizations.dart'), + ); materialLocalizationsFile.writeAsStringSync(materialLocalizations!, flush: true); - final File cupertinoLocalizationsFile = File(path.join(directory.path, 'generated_cupertino_localizations.dart')); + final File cupertinoLocalizationsFile = File( + path.join(directory.path, 'generated_cupertino_localizations.dart'), + ); cupertinoLocalizationsFile.writeAsStringSync(cupertinoLocalizations!, flush: true); } else { if (options.cupertinoOnly) { diff --git a/dev/tools/localization/bin/gen_missing_localizations.dart b/dev/tools/localization/bin/gen_missing_localizations.dart index 12ddec762d71..8a23fe2dd108 100644 --- a/dev/tools/localization/bin/gen_missing_localizations.dart +++ b/dev/tools/localization/bin/gen_missing_localizations.dart @@ -33,7 +33,13 @@ Future main(List rawArgs) async { } checkCwdIsRepoRoot('gen_missing_localizations'); - final String localizationPath = path.join('packages', 'flutter_localizations', 'lib', 'src', 'l10n'); + final String localizationPath = path.join( + 'packages', + 'flutter_localizations', + 'lib', + 'src', + 'l10n', + ); updateMissingResources(localizationPath, 'material', removeUndefined: removeUndefined); updateMissingResources(localizationPath, 'cupertino', removeUndefined: removeUndefined); } @@ -58,7 +64,7 @@ void writeBundle(File file, Map bundle) { Set resourceKeys(Map bundle) { return Set.from( // Skip any attribute keys - bundle.keys.where((String key) => !key.startsWith('@')) + bundle.keys.where((String key) => !key.startsWith('@')), ); } @@ -79,14 +85,21 @@ bool isPluralVariation(String key, Map bundle) { return bundle.containsKey('${prefix}Other'); } -void updateMissingResources(String localizationPath, String groupPrefix, {bool removeUndefined = false}) { +void updateMissingResources( + String localizationPath, + String groupPrefix, { + bool removeUndefined = false, +}) { final Directory localizationDir = Directory(localizationPath); final RegExp filenamePattern = RegExp('${groupPrefix}_(\\w+)\\.arb'); - final Map englishBundle = loadBundle(File(path.join(localizationPath, '${groupPrefix}_en.arb'))); + final Map englishBundle = loadBundle( + File(path.join(localizationPath, '${groupPrefix}_en.arb')), + ); final Set requiredKeys = resourceKeys(englishBundle); - for (final FileSystemEntity entity in localizationDir.listSync().toList()..sort(sortFilesByPath)) { + for (final FileSystemEntity entity + in localizationDir.listSync().toList()..sort(sortFilesByPath)) { final String entityPath = entity.path; if (FileSystemEntity.isFileSync(entityPath) && filenamePattern.hasMatch(entityPath)) { final String localeString = filenamePattern.firstMatch(entityPath)![1]!; @@ -105,17 +118,15 @@ void updateMissingResources(String localizationPath, String groupPrefix, {bool r // --remove-undefined is passed. if (removeUndefined) { bool isIncluded(String key) { - return !isPluralVariation(key, localeBundle) - && !intentionallyOmitted(key, localeBundle); + return !isPluralVariation(key, localeBundle) && + !intentionallyOmitted(key, localeBundle); } // Find any resources in this locale that don't appear in the // canonical locale, and skipping any which should not be included // (plurals and intentionally omitted). - final Set extraResources = localeResources - .difference(requiredKeys) - .where(isIncluded) - .toSet(); + final Set extraResources = + localeResources.difference(requiredKeys).where(isIncluded).toSet(); // Remove them. localeBundle.removeWhere((String key, dynamic value) { @@ -132,12 +143,21 @@ void updateMissingResources(String localizationPath, String groupPrefix, {bool r // Add in any resources that are in the canonical locale and not present // in this locale. - final Set missingResources = requiredKeys.difference(localeResources).where( - (String key) => !isPluralVariation(key, localeBundle) && !intentionallyOmitted(key, localeBundle) - ).toSet(); + final Set missingResources = + requiredKeys + .difference(localeResources) + .where( + (String key) => + !isPluralVariation(key, localeBundle) && + !intentionallyOmitted(key, localeBundle), + ) + .toSet(); if (missingResources.isNotEmpty) { - localeBundle.addEntries(missingResources.map((String k) => - MapEntry(k, englishBundle[k].toString()))); + localeBundle.addEntries( + missingResources.map( + (String k) => MapEntry(k, englishBundle[k].toString()), + ), + ); shouldWrite = true; print('Updating $entityPath with missing entries for $missingResources'); } diff --git a/dev/tools/localization/gen_cupertino_localizations.dart b/dev/tools/localization/gen_cupertino_localizations.dart index 072e030c3ed5..16b43b905c0d 100644 --- a/dev/tools/localization/gen_cupertino_localizations.dart +++ b/dev/tools/localization/gen_cupertino_localizations.dart @@ -26,7 +26,10 @@ import '../cupertino_localizations.dart'; // // These classes are constructed by the [getCupertinoTranslation] method at the // bottom of this file, and used by the [_GlobalCupertinoLocalizationsDelegate.load] -// method defined in `flutter_localizations/lib/src/cupertino_localizations.dart`.'''; +// method defined in `flutter_localizations/lib/src/cupertino_localizations.dart`. + +// TODO(goderbauer): Extend the generator to properly format the output. +// dart format off'''; } /// Returns the source of the constructor for a GlobalCupertinoLocalizations diff --git a/dev/tools/localization/gen_material_localizations.dart b/dev/tools/localization/gen_material_localizations.dart index dfd2daebd52d..d33771d6e9af 100644 --- a/dev/tools/localization/gen_material_localizations.dart +++ b/dev/tools/localization/gen_material_localizations.dart @@ -26,7 +26,10 @@ import '../material_localizations.dart'; // // These classes are constructed by the [getMaterialTranslation] method at the // bottom of this file, and used by the [_MaterialLocalizationsDelegate.load] -// method defined in `flutter_localizations/lib/src/material_localizations.dart`.'''; +// method defined in `flutter_localizations/lib/src/material_localizations.dart`. + +// TODO(goderbauer): Extend the generator to properly format the output. +// dart format off'''; } /// Returns the source of the constructor for a GlobalMaterialLocalizations diff --git a/dev/tools/localization/localizations_utils.dart b/dev/tools/localization/localizations_utils.dart index e0f18f75ed8c..d60acf6699e1 100644 --- a/dev/tools/localization/localizations_utils.dart +++ b/dev/tools/localization/localizations_utils.dart @@ -13,7 +13,7 @@ import 'language_subtag_registry.dart'; typedef HeaderGenerator = String Function(String regenerateInstructions); typedef ConstructorGenerator = String Function(LocaleInfo locale); -int sortFilesByPath (FileSystemEntity a, FileSystemEntity b) { +int sortFilesByPath(FileSystemEntity a, FileSystemEntity b) { return a.path.compareTo(b.path); } @@ -36,7 +36,7 @@ class LocaleInfo implements Comparable { /// /// When `deriveScriptCode` is true, if [scriptCode] was unspecified, it will /// be derived from the [languageCode] and [countryCode] if possible. - factory LocaleInfo.fromString(String locale, { bool deriveScriptCode = false }) { + factory LocaleInfo.fromString(String locale, {bool deriveScriptCode = false}) { final List codes = locale.split('_'); // [language, script, country] assert(codes.isNotEmpty && codes.length < 4); final String languageCode = codes[0]; @@ -94,20 +94,21 @@ class LocaleInfo implements Comparable { final String languageCode; final String? scriptCode; final String? countryCode; - final int length; // The number of fields. Ranges from 1-3. - final String originalString; // Original un-parsed locale string. + final int length; // The number of fields. Ranges from 1-3. + final String originalString; // Original un-parsed locale string. String camelCase() { return originalString - .split('_') - .map((String part) => part.substring(0, 1).toUpperCase() + part.substring(1).toLowerCase()) - .join(); + .split('_') + .map( + (String part) => part.substring(0, 1).toUpperCase() + part.substring(1).toLowerCase(), + ) + .join(); } @override bool operator ==(Object other) { - return other is LocaleInfo - && other.originalString == originalString; + return other is LocaleInfo && other.originalString == originalString; } @override @@ -132,7 +133,6 @@ void loadMatchingArbsIntoBundleMaps({ required Map> localeToResources, required Map> localeToResourceAttributes, }) { - /// Set that holds the locales that were assumed from the existing locales. /// /// For example, when the data lacks data for zh_Hant, we will use the data of @@ -151,7 +151,8 @@ void loadMatchingArbsIntoBundleMaps({ void populateResources(LocaleInfo locale, File file) { final Map resources = localeToResources[locale]!; final Map attributes = localeToResourceAttributes[locale]!; - final Map bundle = json.decode(file.readAsStringSync()) as Map; + final Map bundle = + json.decode(file.readAsStringSync()) as Map; for (final String key in bundle.keys) { // The ARB file resource "attributes" for foo are called @foo. if (key.startsWith('@')) { @@ -161,10 +162,14 @@ void loadMatchingArbsIntoBundleMaps({ } } } + // Only pre-assume scriptCode if there is a country or script code to assume off of. // When we assume scriptCode based on languageCode-only, we want this initial pass // to use the un-assumed version as a base class. - LocaleInfo locale = LocaleInfo.fromString(localeString, deriveScriptCode: localeString.split('_').length > 1); + LocaleInfo locale = LocaleInfo.fromString( + localeString, + deriveScriptCode: localeString.split('_').length > 1, + ); // Allow overwrite if the existing data is assumed. if (assumedLocales.contains(locale)) { localeToResources[locale] = {}; @@ -178,7 +183,9 @@ void loadMatchingArbsIntoBundleMaps({ // Add an assumed locale to default to when there is no info on scriptOnly locales. locale = LocaleInfo.fromString(localeString, deriveScriptCode: true); if (locale.scriptCode != null) { - final LocaleInfo scriptLocale = LocaleInfo.fromString('${locale.languageCode}_${locale.scriptCode}'); + final LocaleInfo scriptLocale = LocaleInfo.fromString( + '${locale.languageCode}_${locale.scriptCode}', + ); if (!localeToResources.containsKey(scriptLocale)) { assumedLocales.add(scriptLocale); localeToResources[scriptLocale] ??= {}; @@ -201,39 +208,35 @@ void checkCwdIsRepoRoot(String commandName) { if (!isRepoRoot) { exitWithError( '$commandName must be run from the root of the Flutter repository. The ' - 'current working directory is: ${Directory.current.path}' + 'current working directory is: ${Directory.current.path}', ); } } GeneratorOptions parseArgs(List rawArgs) { - final argslib.ArgParser argParser = argslib.ArgParser() - ..addFlag( - 'help', - abbr: 'h', - help: 'Print the usage message for this command', - ) - ..addFlag( - 'overwrite', - abbr: 'w', - help: 'Overwrite existing localizations', - ) - ..addFlag( - 'remove-undefined', - help: 'Remove any localizations that are not defined in the canonical locale.', - ) - ..addFlag( - 'widgets', - help: 'Whether to print the generated classes for the Widgets package only. Ignored when --overwrite is passed.', - ) - ..addFlag( - 'material', - help: 'Whether to print the generated classes for the Material package only. Ignored when --overwrite is passed.', - ) - ..addFlag( - 'cupertino', - help: 'Whether to print the generated classes for the Cupertino package only. Ignored when --overwrite is passed.', - ); + final argslib.ArgParser argParser = + argslib.ArgParser() + ..addFlag('help', abbr: 'h', help: 'Print the usage message for this command') + ..addFlag('overwrite', abbr: 'w', help: 'Overwrite existing localizations') + ..addFlag( + 'remove-undefined', + help: 'Remove any localizations that are not defined in the canonical locale.', + ) + ..addFlag( + 'widgets', + help: + 'Whether to print the generated classes for the Widgets package only. Ignored when --overwrite is passed.', + ) + ..addFlag( + 'material', + help: + 'Whether to print the generated classes for the Material package only. Ignored when --overwrite is passed.', + ) + ..addFlag( + 'cupertino', + help: + 'Whether to print the generated classes for the Cupertino package only. Ignored when --overwrite is passed.', + ); final argslib.ArgResults args = argParser.parse(rawArgs); if (args.wasParsed('help') && args['help'] == true) { stderr.writeln(argParser.usage); @@ -305,12 +308,19 @@ const String kParentheticalPrefix = ' ('; /// The data is obtained from the official IANA registry. void precacheLanguageAndRegionTags() { final List>> sections = - languageSubtagRegistry.split('%%').skip(1).map>>(_parseSection).toList(); + languageSubtagRegistry + .split('%%') + .skip(1) + .map>>(_parseSection) + .toList(); for (final Map> section in sections) { assert(section.containsKey('Type'), section.toString()); final String type = section['Type']!.single; if (type == 'language' || type == 'region' || type == 'script') { - assert(section.containsKey('Subtag') && section.containsKey('Description'), section.toString()); + assert( + section.containsKey('Subtag') && section.containsKey('Description'), + section.toString(), + ); final String subtag = section['Subtag']!.single; String description = section['Description']!.join(' '); if (description.startsWith('United ')) { @@ -364,11 +374,7 @@ String describeLocale(String tag) { } /// Writes the header of each class which corresponds to a locale. -String generateClassDeclaration( - LocaleInfo locale, - String classNamePrefix, - String superClass, -) { +String generateClassDeclaration(LocaleInfo locale, String classNamePrefix, String superClass) { final String camelCaseName = locale.camelCase(); return ''' @@ -417,23 +423,23 @@ String generateString(String value) { !value.contains(backslash), 'Input string cannot contain the sequence: ' '"__BACKSLASH__", as it is used as part of ' - 'backslash character processing.' + 'backslash character processing.', ); value = value - // Replace backslashes with a placeholder for now to properly parse - // other special characters. - .replaceAll(r'\', backslash) - .replaceAll(r'$', r'\$') - .replaceAll("'", r"\'") - .replaceAll('"', r'\"') - .replaceAll('\n', r'\n') - .replaceAll('\f', r'\f') - .replaceAll('\t', r'\t') - .replaceAll('\r', r'\r') - .replaceAll('\b', r'\b') - // Reintroduce escaped backslashes into generated Dart string. - .replaceAll(backslash, r'\\'); + // Replace backslashes with a placeholder for now to properly parse + // other special characters. + .replaceAll(r'\', backslash) + .replaceAll(r'$', r'\$') + .replaceAll("'", r"\'") + .replaceAll('"', r'\"') + .replaceAll('\n', r'\n') + .replaceAll('\f', r'\f') + .replaceAll('\t', r'\t') + .replaceAll('\r', r'\r') + .replaceAll('\b', r'\b') + // Reintroduce escaped backslashes into generated Dart string. + .replaceAll(backslash, r'\\'); return "'$value'"; } @@ -446,6 +452,7 @@ String generateEncodedString(String? locale, String value) { return generateString(value); } - final String unicodeEscapes = value.runes.map((int code) => '\\u{${code.toRadixString(16)}}').join(); + final String unicodeEscapes = + value.runes.map((int code) => '\\u{${code.toRadixString(16)}}').join(); return "'$unicodeEscapes'"; } diff --git a/dev/tools/localization/localizations_validator.dart b/dev/tools/localization/localizations_validator.dart index 4b374fc6862f..d0bffcb1beb2 100644 --- a/dev/tools/localization/localizations_validator.dart +++ b/dev/tools/localization/localizations_validator.dart @@ -13,7 +13,7 @@ const List kPluralSuffixes = ['Other', 'Zero', 'One', 'Two', 'Fe final RegExp kPluralRegexp = RegExp(r'(\w*)(' + kPluralSuffixes.skip(1).join(r'|') + r')$'); class ValidationError implements Exception { - ValidationError(this. message); + ValidationError(this.message); final String message; @override String toString() => message; @@ -51,6 +51,7 @@ void validateEnglishLocalizations(File file) { final int suffixIndex = resourceId.indexOf(suffix); return suffixIndex != -1 && bundle['@${resourceId.substring(0, suffixIndex)}'] != null; } + if (kPluralSuffixes.any(checkPluralResource)) { continue; } @@ -107,10 +108,9 @@ void validateEnglishLocalizations(File file) { /// keys in the resources for this locale, but which _aren't_ keys in the /// canonical list. /// 5. Removes the invalid mappings from this resource's locale. -void removeUndefinedLocalizations( - Map> localeToResources, -) { - final Map canonicalLocalizations = localeToResources[LocaleInfo.fromString('en')]!; +void removeUndefinedLocalizations(Map> localeToResources) { + final Map canonicalLocalizations = + localeToResources[LocaleInfo.fromString('en')]!; final Set canonicalKeys = Set.from(canonicalLocalizations.keys); localeToResources.forEach((LocaleInfo locale, Map resources) { @@ -124,7 +124,7 @@ void removeUndefinedLocalizations( } final Set keys = Set.from( - resources.keys.where((String key) => !isPluralVariation(key)) + resources.keys.where((String key) => !isPluralVariation(key)), ); final Set invalidKeys = keys.difference(canonicalKeys); @@ -146,7 +146,8 @@ void validateLocalizations( Map> localeToAttributes, { bool removeUndefined = false, }) { - final Map canonicalLocalizations = localeToResources[LocaleInfo.fromString('en')]!; + final Map canonicalLocalizations = + localeToResources[LocaleInfo.fromString('en')]!; final Set canonicalKeys = Set.from(canonicalLocalizations.keys); final StringBuffer errorMessages = StringBuffer(); bool explainMissingKeys = false; @@ -168,14 +169,16 @@ void validateLocalizations( } final Set keys = Set.from( - resources.keys.where((String key) => !isPluralVariation(key)) + resources.keys.where((String key) => !isPluralVariation(key)), ); // Make sure keys are valid (i.e. they also exist in the canonical // localizations) final Set invalidKeys = keys.difference(canonicalKeys); if (invalidKeys.isNotEmpty && !removeUndefined) { - errorMessages.writeln('Locale "$locale" contains invalid resource keys: ${invalidKeys.join(', ')}'); + errorMessages.writeln( + 'Locale "$locale" contains invalid resource keys: ${invalidKeys.join(', ')}', + ); } // For language-level locales only, check that they have a complete list of @@ -183,7 +186,7 @@ void validateLocalizations( if (locale.length == 1) { final Map? attributes = localeToAttributes[locale]; final List missingKeys = []; - for (final String missingKey in canonicalKeys.difference(keys)) { + for (final String missingKey in canonicalKeys.difference(keys)) { final dynamic attribute = attributes?[missingKey]; final bool intentionallyOmitted = attribute is Map && attribute.containsKey('notUsed'); if (!intentionallyOmitted && !isPluralVariation(missingKey)) { @@ -192,23 +195,25 @@ void validateLocalizations( } if (missingKeys.isNotEmpty) { explainMissingKeys = true; - errorMessages.writeln('Locale "$locale" is missing the following resource keys: ${missingKeys.join(', ')}'); + errorMessages.writeln( + 'Locale "$locale" is missing the following resource keys: ${missingKeys.join(', ')}', + ); } } } if (errorMessages.isNotEmpty) { if (explainMissingKeys) { - errorMessages - ..writeln() - ..writeln( - 'If a resource key is intentionally omitted, add an attribute corresponding ' - 'to the key name with a "notUsed" property explaining why. Example:' - ) - ..writeln() - ..writeln('"@anteMeridiemAbbreviation": {') - ..writeln(' "notUsed": "Sindhi time format does not use a.m. indicator"') - ..writeln('}'); + errorMessages + ..writeln() + ..writeln( + 'If a resource key is intentionally omitted, add an attribute corresponding ' + 'to the key name with a "notUsed" property explaining why. Example:', + ) + ..writeln() + ..writeln('"@anteMeridiemAbbreviation": {') + ..writeln(' "notUsed": "Sindhi time format does not use a.m. indicator"') + ..writeln('}'); } throw ValidationError(errorMessages.toString()); } diff --git a/packages/flutter_localizations/lib/src/cupertino_localizations.dart b/packages/flutter_localizations/lib/src/cupertino_localizations.dart index 227037b266c6..114c32a9ee3e 100644 --- a/packages/flutter_localizations/lib/src/cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/cupertino_localizations.dart @@ -80,7 +80,7 @@ abstract class GlobalCupertinoLocalizations implements CupertinoLocalizations { _singleDigitMinuteFormat = singleDigitMinuteFormat, _doubleDigitMinuteFormat = doubleDigitMinuteFormat, _singleDigitSecondFormat = singleDigitSecondFormat, - _decimalFormat =decimalFormat; + _decimalFormat = decimalFormat; final String _localeName; final intl.DateFormat _fullYearFormat; @@ -114,16 +114,18 @@ abstract class GlobalCupertinoLocalizations implements CupertinoLocalizations { // // Because this will be used without specifying any day of month, // in most cases it should be capitalized (according to rules in specific language). - return intl.toBeginningOfSentenceCase(_fullYearFormat.dateSymbols.STANDALONEMONTHS[monthIndex - 1]) ?? + return intl.toBeginningOfSentenceCase( + _fullYearFormat.dateSymbols.STANDALONEMONTHS[monthIndex - 1], + ) ?? _fullYearFormat.dateSymbols.STANDALONEMONTHS[monthIndex - 1]; } @override String datePickerDayOfMonth(int dayIndex, [int? weekDay]) { return weekDay != null - ? '${_weekdayFormat.format(DateTime.utc(1, 1, weekDay))} ${_dayFormat.format(DateTime.utc(1, 1, dayIndex))}' - // Year and month doesn't matter since we just want to day formatted. - : _dayFormat.format(DateTime.utc(0, 0, dayIndex)); + ? '${_weekdayFormat.format(DateTime.utc(1, 1, weekDay))} ${_dayFormat.format(DateTime.utc(1, 1, dayIndex))}' + // Year and month doesn't matter since we just want to day formatted. + : _dayFormat.format(DateTime.utc(0, 0, dayIndex)); } @override @@ -144,18 +146,23 @@ abstract class GlobalCupertinoLocalizations implements CupertinoLocalizations { /// Subclasses should provide the optional zero pluralization of [datePickerHourSemanticsLabel] based on the ARB file. @protected String? get datePickerHourSemanticsLabelZero => null; + /// Subclasses should provide the optional one pluralization of [datePickerHourSemanticsLabel] based on the ARB file. @protected String? get datePickerHourSemanticsLabelOne => null; + /// Subclasses should provide the optional two pluralization of [datePickerHourSemanticsLabel] based on the ARB file. @protected String? get datePickerHourSemanticsLabelTwo => null; + /// Subclasses should provide the optional few pluralization of [datePickerHourSemanticsLabel] based on the ARB file. @protected String? get datePickerHourSemanticsLabelFew => null; + /// Subclasses should provide the optional many pluralization of [datePickerHourSemanticsLabel] based on the ARB file. @protected String? get datePickerHourSemanticsLabelMany => null; + /// Subclasses should provide the required other pluralization of [datePickerHourSemanticsLabel] based on the ARB file. @protected String? get datePickerHourSemanticsLabelOther; @@ -177,18 +184,23 @@ abstract class GlobalCupertinoLocalizations implements CupertinoLocalizations { /// Subclasses should provide the optional zero pluralization of [datePickerMinuteSemanticsLabel] based on the ARB file. @protected String? get datePickerMinuteSemanticsLabelZero => null; + /// Subclasses should provide the optional one pluralization of [datePickerMinuteSemanticsLabel] based on the ARB file. @protected String? get datePickerMinuteSemanticsLabelOne => null; + /// Subclasses should provide the optional two pluralization of [datePickerMinuteSemanticsLabel] based on the ARB file. @protected String? get datePickerMinuteSemanticsLabelTwo => null; + /// Subclasses should provide the optional few pluralization of [datePickerMinuteSemanticsLabel] based on the ARB file. @protected String? get datePickerMinuteSemanticsLabelFew => null; + /// Subclasses should provide the optional many pluralization of [datePickerMinuteSemanticsLabel] based on the ARB file. @protected String? get datePickerMinuteSemanticsLabelMany => null; + /// Subclasses should provide the required other pluralization of [datePickerMinuteSemanticsLabel] based on the ARB file. @protected String? get datePickerMinuteSemanticsLabelOther; @@ -281,13 +293,13 @@ abstract class GlobalCupertinoLocalizations implements CupertinoLocalizations { String get tabSemanticsLabelRaw; @override - String tabSemanticsLabel({ required int tabIndex, required int tabCount }) { + String tabSemanticsLabel({required int tabIndex, required int tabCount}) { assert(tabIndex >= 1); assert(tabCount >= 1); final String template = tabSemanticsLabelRaw; return template - .replaceFirst(r'$tabIndex', _decimalFormat.format(tabIndex)) - .replaceFirst(r'$tabCount', _decimalFormat.format(tabCount)); + .replaceFirst(r'$tabIndex', _decimalFormat.format(tabIndex)) + .replaceFirst(r'$tabCount', _decimalFormat.format(tabCount)); } @override @@ -308,18 +320,23 @@ abstract class GlobalCupertinoLocalizations implements CupertinoLocalizations { /// Subclasses should provide the optional zero pluralization of [timerPickerHourLabel] based on the ARB file. @protected String? get timerPickerHourLabelZero => null; + /// Subclasses should provide the optional one pluralization of [timerPickerHourLabel] based on the ARB file. @protected String? get timerPickerHourLabelOne => null; + /// Subclasses should provide the optional two pluralization of [timerPickerHourLabel] based on the ARB file. @protected String? get timerPickerHourLabelTwo => null; + /// Subclasses should provide the optional few pluralization of [timerPickerHourLabel] based on the ARB file. @protected String? get timerPickerHourLabelFew => null; + /// Subclasses should provide the optional many pluralization of [timerPickerHourLabel] based on the ARB file. @protected String? get timerPickerHourLabelMany => null; + /// Subclasses should provide the required other pluralization of [timerPickerHourLabel] based on the ARB file. @protected String? get timerPickerHourLabelOther; @@ -351,18 +368,23 @@ abstract class GlobalCupertinoLocalizations implements CupertinoLocalizations { /// Subclasses should provide the optional zero pluralization of [timerPickerMinuteLabel] based on the ARB file. @protected String? get timerPickerMinuteLabelZero => null; + /// Subclasses should provide the optional one pluralization of [timerPickerMinuteLabel] based on the ARB file. @protected String? get timerPickerMinuteLabelOne => null; + /// Subclasses should provide the optional two pluralization of [timerPickerMinuteLabel] based on the ARB file. @protected String? get timerPickerMinuteLabelTwo => null; + /// Subclasses should provide the optional few pluralization of [timerPickerMinuteLabel] based on the ARB file. @protected String? get timerPickerMinuteLabelFew => null; + /// Subclasses should provide the optional many pluralization of [timerPickerMinuteLabel] based on the ARB file. @protected String? get timerPickerMinuteLabelMany => null; + /// Subclasses should provide the required other pluralization of [timerPickerMinuteLabel] based on the ARB file. @protected String? get timerPickerMinuteLabelOther; @@ -394,18 +416,23 @@ abstract class GlobalCupertinoLocalizations implements CupertinoLocalizations { /// Subclasses should provide the optional zero pluralization of [timerPickerSecondLabel] based on the ARB file. @protected String? get timerPickerSecondLabelZero => null; + /// Subclasses should provide the optional one pluralization of [timerPickerSecondLabel] based on the ARB file. @protected String? get timerPickerSecondLabelOne => null; + /// Subclasses should provide the optional two pluralization of [timerPickerSecondLabel] based on the ARB file. @protected String? get timerPickerSecondLabelTwo => null; + /// Subclasses should provide the optional few pluralization of [timerPickerSecondLabel] based on the ARB file. @protected String? get timerPickerSecondLabelFew => null; + /// Subclasses should provide the optional many pluralization of [timerPickerSecondLabel] based on the ARB file. @protected String? get timerPickerSecondLabelMany => null; + /// Subclasses should provide the required other pluralization of [timerPickerSecondLabel] based on the ARB file. @protected String? get timerPickerSecondLabelOther; @@ -439,7 +466,8 @@ abstract class GlobalCupertinoLocalizations implements CupertinoLocalizations { /// Most internationalized apps will use [GlobalCupertinoLocalizations.delegates] /// as the value of [CupertinoApp.localizationsDelegates] to include /// the localizations for both the cupertino and widget libraries. - static const LocalizationsDelegate delegate = _GlobalCupertinoLocalizationsDelegate(); + static const LocalizationsDelegate delegate = + _GlobalCupertinoLocalizationsDelegate(); /// A value for [CupertinoApp.localizationsDelegates] that's typically used by /// internationalized apps. @@ -474,7 +502,8 @@ class _GlobalCupertinoLocalizationsDelegate extends LocalizationsDelegate kCupertinoSupportedLanguages.contains(locale.languageCode); - static final Map> _loadedTranslations = >{}; + static final Map> _loadedTranslations = + >{}; @override Future load(Locale locale) { @@ -522,18 +551,20 @@ class _GlobalCupertinoLocalizationsDelegate extends LocalizationsDelegate(getCupertinoTranslation( - locale, - fullYearFormat, - dayFormat, - weekdayFormat, - mediumDateFormat, - singleDigitHourFormat, - singleDigitMinuteFormat, - doubleDigitMinuteFormat, - singleDigitSecondFormat, - decimalFormat, - )!); + return SynchronousFuture( + getCupertinoTranslation( + locale, + fullYearFormat, + dayFormat, + weekdayFormat, + mediumDateFormat, + singleDigitHourFormat, + singleDigitMinuteFormat, + doubleDigitMinuteFormat, + singleDigitSecondFormat, + decimalFormat, + )!, + ); }); } @@ -541,5 +572,6 @@ class _GlobalCupertinoLocalizationsDelegate extends LocalizationsDelegate false; @override - String toString() => 'GlobalCupertinoLocalizations.delegate(${kCupertinoSupportedLanguages.length} locales)'; + String toString() => + 'GlobalCupertinoLocalizations.delegate(${kCupertinoSupportedLanguages.length} locales)'; } diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index 4918c2c82af9..9cf1950cc5f2 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -20,6 +20,9 @@ import '../cupertino_localizations.dart'; // bottom of this file, and used by the [_GlobalCupertinoLocalizationsDelegate.load] // method defined in `flutter_localizations/lib/src/cupertino_localizations.dart`. +// TODO(goderbauer): Extend the generator to properly format the output. +// dart format off + /// The translations for Afrikaans (`af`). class CupertinoLocalizationAf extends GlobalCupertinoLocalizations { /// Create an instance of the translation bundle for Afrikaans. diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index 49744613a619..f02966e16c53 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -20,6 +20,9 @@ import '../material_localizations.dart'; // bottom of this file, and used by the [_MaterialLocalizationsDelegate.load] // method defined in `flutter_localizations/lib/src/material_localizations.dart`. +// TODO(goderbauer): Extend the generator to properly format the output. +// dart format off + /// The translations for Afrikaans (`af`). class MaterialLocalizationAf extends GlobalMaterialLocalizations { /// Create an instance of the translation bundle for Afrikaans. diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/flutter_localizations/lib/src/material_localizations.dart index a12282d4fc8a..2017924da819 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/flutter_localizations/lib/src/material_localizations.dart @@ -127,7 +127,7 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { final intl.NumberFormat _twoDigitZeroPaddedFormat; @override - String formatHour(TimeOfDay timeOfDay, { bool alwaysUse24HourFormat = false }) { + String formatHour(TimeOfDay timeOfDay, {bool alwaysUse24HourFormat = false}) { switch (hourFormat(of: timeOfDayFormat(alwaysUse24HourFormat: alwaysUse24HourFormat))) { case HourFormat.HH: return _twoDigitZeroPaddedFormat.format(timeOfDay.hour); @@ -202,7 +202,7 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { } @override - String formatTimeOfDay(TimeOfDay timeOfDay, { bool alwaysUse24HourFormat = false }) { + String formatTimeOfDay(TimeOfDay timeOfDay, {bool alwaysUse24HourFormat = false}) { // Not using intl.DateFormat for two reasons: // // - DateFormat supports more formats than our material time picker does, @@ -294,9 +294,9 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { String? text = rowCountIsApproximate ? pageRowsInfoTitleApproximateRaw : null; text ??= pageRowsInfoTitleRaw; return text - .replaceFirst(r'$firstRow', formatDecimal(firstRow)) - .replaceFirst(r'$lastRow', formatDecimal(lastRow)) - .replaceFirst(r'$rowCount', formatDecimal(rowCount)); + .replaceFirst(r'$firstRow', formatDecimal(firstRow)) + .replaceFirst(r'$lastRow', formatDecimal(lastRow)) + .replaceFirst(r'$rowCount', formatDecimal(rowCount)); } /// The raw version of [tabLabel], with `$tabIndex` and `$tabCount` verbatim @@ -305,13 +305,13 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { String get tabLabelRaw; @override - String tabLabel({ required int tabIndex, required int tabCount }) { + String tabLabel({required int tabIndex, required int tabCount}) { assert(tabIndex >= 1); assert(tabCount >= 1); final String template = tabLabelRaw; return template - .replaceFirst(r'$tabIndex', formatDecimal(tabIndex)) - .replaceFirst(r'$tabCount', formatDecimal(tabCount)); + .replaceFirst(r'$tabIndex', formatDecimal(tabIndex)) + .replaceFirst(r'$tabCount', formatDecimal(tabCount)); } /// The "zero" form of [selectedRowCountTitle]. @@ -439,7 +439,7 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { /// * , which shows /// the short time pattern used in the `en_US` locale. @override - TimeOfDayFormat timeOfDayFormat({ bool alwaysUse24HourFormat = false }) { + TimeOfDayFormat timeOfDayFormat({bool alwaysUse24HourFormat = false}) { if (alwaysUse24HourFormat) { return _get24HourVersionOf(timeOfDayFormatRaw); } @@ -672,7 +672,8 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { /// Most internationalized apps will use [GlobalMaterialLocalizations.delegates] /// as the value of [MaterialApp.localizationsDelegates] to include /// the localizations for both the material and widget libraries. - static const LocalizationsDelegate delegate = _MaterialLocalizationsDelegate(); + static const LocalizationsDelegate delegate = + _MaterialLocalizationsDelegate(); /// A value for [MaterialApp.localizationsDelegates] that's typically used by /// internationalized apps. @@ -724,7 +725,8 @@ class _MaterialLocalizationsDelegate extends LocalizationsDelegate kMaterialSupportedLanguages.contains(locale.languageCode); - static final Map> _loadedTranslations = >{}; + static final Map> _loadedTranslations = + >{}; @override Future load(Locale locale) { @@ -785,18 +787,20 @@ class _MaterialLocalizationsDelegate extends LocalizationsDelegate(getMaterialTranslation( - locale, - fullYearFormat, - compactDateFormat, - shortDateFormat, - mediumDateFormat, - longDateFormat, - yearMonthFormat, - shortMonthDayFormat, - decimalFormat, - twoDigitZeroPaddedFormat, - )!); + return SynchronousFuture( + getMaterialTranslation( + locale, + fullYearFormat, + compactDateFormat, + shortDateFormat, + mediumDateFormat, + longDateFormat, + yearMonthFormat, + shortMonthDayFormat, + decimalFormat, + twoDigitZeroPaddedFormat, + )!, + ); }); } @@ -804,5 +808,6 @@ class _MaterialLocalizationsDelegate extends LocalizationsDelegate false; @override - String toString() => 'GlobalMaterialLocalizations.delegate(${kMaterialSupportedLanguages.length} locales)'; + String toString() => + 'GlobalMaterialLocalizations.delegate(${kMaterialSupportedLanguages.length} locales)'; } diff --git a/packages/flutter_localizations/test/cupertino/date_picker_test.dart b/packages/flutter_localizations/test/cupertino/date_picker_test.dart index d94b5343a905..8bbd0dfe239f 100644 --- a/packages/flutter_localizations/test/cupertino/date_picker_test.dart +++ b/packages/flutter_localizations/test/cupertino/date_picker_test.dart @@ -7,16 +7,19 @@ import 'package:flutter_localizations/flutter_localizations.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { - testWidgets('Test correct month form for CupertinoDatePicker in monthYear mode', (WidgetTester tester) async { + testWidgets('Test correct month form for CupertinoDatePicker in monthYear mode', ( + WidgetTester tester, + ) async { await tester.pumpWidget( CupertinoApp( home: CupertinoPageScaffold( child: Center( - child: CupertinoDatePicker( - initialDateTime: DateTime(2023, 5), - onDateTimeChanged: (_) {}, - mode: CupertinoDatePickerMode.monthYear, - )), + child: CupertinoDatePicker( + initialDateTime: DateTime(2023, 5), + onDateTimeChanged: (_) {}, + mode: CupertinoDatePickerMode.monthYear, + ), + ), ), supportedLocales: const [Locale('ru', 'RU')], localizationsDelegates: GlobalCupertinoLocalizations.delegates, @@ -26,16 +29,19 @@ void main() { expect(find.text('Май'), findsWidgets); }); - testWidgets('Test correct month form for CupertinoDatePicker in date mode', (WidgetTester tester) async { + testWidgets('Test correct month form for CupertinoDatePicker in date mode', ( + WidgetTester tester, + ) async { await tester.pumpWidget( CupertinoApp( home: CupertinoPageScaffold( child: Center( - child: CupertinoDatePicker( - initialDateTime: DateTime(2023, 5), - onDateTimeChanged: (_) {}, - mode: CupertinoDatePickerMode.date, - )), + child: CupertinoDatePicker( + initialDateTime: DateTime(2023, 5), + onDateTimeChanged: (_) {}, + mode: CupertinoDatePickerMode.date, + ), + ), ), supportedLocales: const [Locale('ru', 'RU')], localizationsDelegates: GlobalCupertinoLocalizations.delegates, diff --git a/packages/flutter_localizations/test/cupertino/translations_test.dart b/packages/flutter_localizations/test/cupertino/translations_test.dart index f6ee9e99fc3b..f8d1998d3d7c 100644 --- a/packages/flutter_localizations/test/cupertino/translations_test.dart +++ b/packages/flutter_localizations/test/cupertino/translations_test.dart @@ -22,7 +22,9 @@ void main() { expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); - final CupertinoLocalizations localizations = await GlobalCupertinoLocalizations.delegate.load(locale); + final CupertinoLocalizations localizations = await GlobalCupertinoLocalizations.delegate.load( + locale, + ); expect(localizations.datePickerYear(0), isNotNull); expect(localizations.datePickerYear(1), isNotNull); @@ -107,8 +109,14 @@ void main() { expect(localizations.selectAllButtonLabel, isNotNull); expect(localizations.tabSemanticsLabel(tabIndex: 2, tabCount: 5), isNotNull); - expect(localizations.tabSemanticsLabel(tabIndex: 2, tabCount: 5), isNot(contains(r'$tabIndex'))); - expect(localizations.tabSemanticsLabel(tabIndex: 2, tabCount: 5), isNot(contains(r'$tabCount'))); + expect( + localizations.tabSemanticsLabel(tabIndex: 2, tabCount: 5), + isNot(contains(r'$tabIndex')), + ); + expect( + localizations.tabSemanticsLabel(tabIndex: 2, tabCount: 5), + isNot(contains(r'$tabCount')), + ); expect(() => localizations.tabSemanticsLabel(tabIndex: 0, tabCount: 5), throwsAssertionError); expect(() => localizations.tabSemanticsLabel(tabIndex: 2, tabCount: 0), throwsAssertionError); }); @@ -117,7 +125,9 @@ void main() { testWidgets('Spot check French', (WidgetTester tester) async { const Locale locale = Locale('fr'); expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); - final CupertinoLocalizations localizations = await GlobalCupertinoLocalizations.delegate.load(locale); + final CupertinoLocalizations localizations = await GlobalCupertinoLocalizations.delegate.load( + locale, + ); expect(localizations, isA()); expect(localizations.alertDialogLabel, 'Alerte'); expect(localizations.datePickerHourSemanticsLabel(1), '1 heure'); @@ -132,7 +142,9 @@ void main() { testWidgets('Spot check Chinese', (WidgetTester tester) async { const Locale locale = Locale('zh'); expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); - final CupertinoLocalizations localizations = await GlobalCupertinoLocalizations.delegate.load(locale); + final CupertinoLocalizations localizations = await GlobalCupertinoLocalizations.delegate.load( + locale, + ); expect(localizations, isA()); expect(localizations.alertDialogLabel, '提醒'); expect(localizations.datePickerHourSemanticsLabel(1), '1 点'); @@ -145,7 +157,9 @@ void main() { }); // Regression test for https://github.com/flutter/flutter/issues/53036. - testWidgets('`nb` uses `no` as its synonym when `nb` arb file is not present', (WidgetTester tester) async { + testWidgets('`nb` uses `no` as its synonym when `nb` arb file is not present', ( + WidgetTester tester, + ) async { final File nbCupertinoArbFile = File( path.join(rootDirectoryPath, 'lib', 'src', 'l10n', 'cupertino_nb.arb'), ); @@ -153,11 +167,12 @@ void main() { path.join(rootDirectoryPath, 'lib', 'src', 'l10n', 'cupertino_no.arb'), ); - if (noCupertinoArbFile.existsSync() && !nbCupertinoArbFile.existsSync()) { Locale locale = const Locale.fromSubtags(languageCode: 'no'); expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); - CupertinoLocalizations localizations = await GlobalCupertinoLocalizations.delegate.load(locale); + CupertinoLocalizations localizations = await GlobalCupertinoLocalizations.delegate.load( + locale, + ); expect(localizations, isA()); final String pasteButtonLabelNo = localizations.pasteButtonLabel; @@ -176,11 +191,10 @@ void main() { // Regression test for https://github.com/flutter/flutter/issues/36704. testWidgets('kn arb file should be properly Unicode escaped', (WidgetTester tester) async { - final File file = File( - path.join(rootDirectoryPath, 'lib', 'src', 'l10n', 'cupertino_kn.arb'), - ); + final File file = File(path.join(rootDirectoryPath, 'lib', 'src', 'l10n', 'cupertino_kn.arb')); - final Map bundle = json.decode(file.readAsStringSync()) as Map; + final Map bundle = + json.decode(file.readAsStringSync()) as Map; // Encodes the arb resource values if they have not already been // encoded. @@ -205,56 +219,70 @@ void main() { testWidgets('Finnish translation for tab label', (WidgetTester tester) async { const Locale locale = Locale('fi'); expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); - final CupertinoLocalizations localizations = await GlobalCupertinoLocalizations.delegate.load(locale); + final CupertinoLocalizations localizations = await GlobalCupertinoLocalizations.delegate.load( + locale, + ); expect(localizations, isA()); expect(localizations.tabSemanticsLabel(tabIndex: 1, tabCount: 2), 'Välilehti 1 kautta 2'); }); // Regression test for https://github.com/flutter/flutter/issues/130874. - testWidgets('buildButtonItems builds a localized "No Replacements found" button when no suggestions', (WidgetTester tester) async { - await tester.pumpWidget( - CupertinoApp( - locale: const Locale('ru'), - localizationsDelegates: GlobalCupertinoLocalizations.delegates, - supportedLocales: const [Locale('en'), Locale('ru')], - home: _FakeEditableText() - ), - ); - final _FakeEditableTextState editableTextState = - tester.state(find.byType(_FakeEditableText)); - final List? buttonItems = - CupertinoSpellCheckSuggestionsToolbar.buildButtonItems(editableTextState); - - expect(buttonItems, isNotNull); - expect(buttonItems, hasLength(1)); - expect(buttonItems!.first.label, 'Варианты замены не найдены'); - expect(buttonItems.first.onPressed, isNull); - }); + testWidgets( + 'buildButtonItems builds a localized "No Replacements found" button when no suggestions', + (WidgetTester tester) async { + await tester.pumpWidget( + CupertinoApp( + locale: const Locale('ru'), + localizationsDelegates: GlobalCupertinoLocalizations.delegates, + supportedLocales: const [Locale('en'), Locale('ru')], + home: _FakeEditableText(), + ), + ); + final _FakeEditableTextState editableTextState = tester.state(find.byType(_FakeEditableText)); + final List? buttonItems = + CupertinoSpellCheckSuggestionsToolbar.buildButtonItems(editableTextState); + + expect(buttonItems, isNotNull); + expect(buttonItems, hasLength(1)); + expect(buttonItems!.first.label, 'Варианты замены не найдены'); + expect(buttonItems.first.onPressed, isNull); + }, + ); // Regression test for https://github.com/flutter/flutter/issues/141764 testWidgets('zh-CN translation for look up label', (WidgetTester tester) async { const Locale locale = Locale('zh'); expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); - final CupertinoLocalizations localizations = await GlobalCupertinoLocalizations.delegate.load(locale); + final CupertinoLocalizations localizations = await GlobalCupertinoLocalizations.delegate.load( + locale, + ); expect(localizations, isA()); expect(localizations.lookUpButtonLabel, '查询'); }); // Regression test for https://github.com/flutter/flutter/pull/151364 - testWidgets('ko-KR translation for cut, copy, paste label in ButtonLabel', (WidgetTester tester) async { + testWidgets('ko-KR translation for cut, copy, paste label in ButtonLabel', ( + WidgetTester tester, + ) async { const Locale locale = Locale('ko'); expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); - final CupertinoLocalizations localizations = await GlobalCupertinoLocalizations.delegate.load(locale); + final CupertinoLocalizations localizations = await GlobalCupertinoLocalizations.delegate.load( + locale, + ); expect(localizations, isA()); expect(localizations.cutButtonLabel, '잘라내기'); expect(localizations.copyButtonLabel, '복사'); expect(localizations.pasteButtonLabel, '붙여넣기'); }); - testWidgets('localizations.datePickerDayOfMonth uses the current locale for weekdays', (WidgetTester tester) async { + testWidgets('localizations.datePickerDayOfMonth uses the current locale for weekdays', ( + WidgetTester tester, + ) async { const Locale locale = Locale('zh'); expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); - final CupertinoLocalizations localizations = await GlobalCupertinoLocalizations.delegate.load(locale); + final CupertinoLocalizations localizations = await GlobalCupertinoLocalizations.delegate.load( + locale, + ); expect(localizations, isA()); expect(localizations.datePickerDayOfMonth(1), '1日'); expect(localizations.datePickerDayOfMonth(1, 2), '周二 1日'); @@ -262,13 +290,14 @@ void main() { } class _FakeEditableText extends EditableText { - _FakeEditableText() : super( - controller: TextEditingController(), - focusNode: FocusNode(), - backgroundCursorColor: CupertinoColors.white, - cursorColor: CupertinoColors.white, - style: const TextStyle(), - ); + _FakeEditableText() + : super( + controller: TextEditingController(), + focusNode: FocusNode(), + backgroundCursorColor: CupertinoColors.white, + cursorColor: CupertinoColors.white, + style: const TextStyle(), + ); @override _FakeEditableTextState createState() => _FakeEditableTextState(); @@ -282,12 +311,6 @@ class _FakeEditableTextState extends EditableTextState { @override SuggestionSpan? findSuggestionSpanAtCursorIndex(int cursorIndex) { - return const SuggestionSpan( - TextRange( - start: 0, - end: 0, - ), - [], - ); + return const SuggestionSpan(TextRange(start: 0, end: 0), []); } } diff --git a/packages/flutter_localizations/test/material/date_picker_test.dart b/packages/flutter_localizations/test/material/date_picker_test.dart index 77eaf42c2559..b09e56f85836 100644 --- a/packages/flutter_localizations/test/material/date_picker_test.dart +++ b/packages/flutter_localizations/test/material/date_picker_test.dart @@ -31,7 +31,7 @@ void main() { // Tests a different first day of week. const Locale('ru', 'RU'): { 'textDirection': TextDirection.ltr, - 'expectedDaysOfWeek': ['В', 'П', 'В', 'С', 'Ч', 'П', 'С',], + 'expectedDaysOfWeek': ['В', 'П', 'В', 'С', 'Ч', 'П', 'С'], 'expectedDaysOfMonth': List.generate(30, (int i) => '${i + 1}'), 'expectedMonthYearHeader': 'сентябрь 2017 г.', }, @@ -52,18 +52,26 @@ void main() { for (final Locale locale in testLocales.keys) { testWidgets('shows dates for $locale', (WidgetTester tester) async { - final List expectedDaysOfWeek = testLocales[locale]!['expectedDaysOfWeek'] as List; - final List expectedDaysOfMonth = testLocales[locale]!['expectedDaysOfMonth'] as List; - final String expectedMonthYearHeader = testLocales[locale]!['expectedMonthYearHeader'] as String; + final List expectedDaysOfWeek = + testLocales[locale]!['expectedDaysOfWeek'] as List; + final List expectedDaysOfMonth = + testLocales[locale]!['expectedDaysOfMonth'] as List; + final String expectedMonthYearHeader = + testLocales[locale]!['expectedMonthYearHeader'] as String; final TextDirection textDirection = testLocales[locale]!['textDirection'] as TextDirection; final DateTime baseDate = DateTime(2017, 9, 27); - await _pumpBoilerplate(tester, CalendarDatePicker( - initialDate: baseDate, - firstDate: baseDate.subtract(const Duration(days: 90)), - lastDate: baseDate.add(const Duration(days: 90)), - onDateChanged: (DateTime newValue) {}, - ), locale: locale, textDirection: textDirection); + await _pumpBoilerplate( + tester, + CalendarDatePicker( + initialDate: baseDate, + firstDate: baseDate.subtract(const Duration(days: 90)), + lastDate: baseDate.add(const Duration(days: 90)), + onDateChanged: (DateTime newValue) {}, + ), + locale: locale, + textDirection: textDirection, + ); expect(find.text(expectedMonthYearHeader), findsOneWidget); @@ -73,7 +81,10 @@ void main() { Offset? previousCellOffset; for (final String dayOfMonth in expectedDaysOfMonth) { - final Finder dayCell = find.descendant(of: find.byType(GridView), matching: find.text(dayOfMonth)); + final Finder dayCell = find.descendant( + of: find.byType(GridView), + matching: find.text(dayOfMonth), + ); expect(dayCell, findsOneWidget); // Check that cells are correctly positioned relative to each other, @@ -81,9 +92,17 @@ void main() { final Offset offset = tester.getCenter(dayCell); if (previousCellOffset != null) { if (textDirection == TextDirection.ltr) { - expect(offset.dx > previousCellOffset.dx && offset.dy == previousCellOffset.dy || offset.dy > previousCellOffset.dy, true); + expect( + offset.dx > previousCellOffset.dx && offset.dy == previousCellOffset.dy || + offset.dy > previousCellOffset.dy, + true, + ); } else { - expect(offset.dx < previousCellOffset.dx && offset.dy == previousCellOffset.dy || offset.dy > previousCellOffset.dy, true); + expect( + offset.dx < previousCellOffset.dx && offset.dy == previousCellOffset.dy || + offset.dy > previousCellOffset.dy, + true, + ); } } previousCellOffset = offset; @@ -97,10 +116,7 @@ void main() { return MaterialApp( theme: ThemeData(useMaterial3: false), locale: const Locale('en', 'US'), - supportedLocales: const [ - Locale('en', 'US'), - Locale('fr', 'CA'), - ], + supportedLocales: const [Locale('en', 'US'), Locale('fr', 'CA')], localizationsDelegates: GlobalMaterialLocalizations.delegates, home: Material( child: Builder( @@ -129,14 +145,8 @@ void main() { await tester.tap(find.text('X')); await tester.pumpAndSettle(); - expect( - Localizations.localeOf(getPicker()), - const Locale('fr', 'CA'), - ); - expect( - Directionality.of(getPicker()), - TextDirection.ltr, - ); + expect(Localizations.localeOf(getPicker()), const Locale('fr', 'CA')); + expect(Directionality.of(getPicker()), TextDirection.ltr); await tester.tap(find.text('ANNULER')); }); @@ -146,10 +156,7 @@ void main() { return MaterialApp( theme: ThemeData(useMaterial3: true), locale: const Locale('en', 'US'), - supportedLocales: const [ - Locale('en', 'US'), - Locale('fr', 'CA'), - ], + supportedLocales: const [Locale('en', 'US'), Locale('fr', 'CA')], localizationsDelegates: GlobalMaterialLocalizations.delegates, home: Material( child: Builder( @@ -178,19 +185,15 @@ void main() { await tester.tap(find.text('X')); await tester.pumpAndSettle(); - expect( - Localizations.localeOf(getPicker()), - const Locale('fr', 'CA'), - ); - expect( - Directionality.of(getPicker()), - TextDirection.ltr, - ); + expect(Localizations.localeOf(getPicker()), const Locale('fr', 'CA')); + expect(Directionality.of(getPicker()), TextDirection.ltr); await tester.tap(find.text('Annuler')); }); - testWidgets('Material2 - textDirection parameter overrides ambient textDirection', (WidgetTester tester) async { + testWidgets('Material2 - textDirection parameter overrides ambient textDirection', ( + WidgetTester tester, + ) async { Widget buildFrame() { return MaterialApp( theme: ThemeData(useMaterial3: false), @@ -222,15 +225,14 @@ void main() { await tester.tap(find.text('X')); await tester.pumpAndSettle(); - expect( - Directionality.of(getPicker()), - TextDirection.rtl, - ); + expect(Directionality.of(getPicker()), TextDirection.rtl); await tester.tap(find.text('CANCEL')); }); - testWidgets('Material3 - textDirection parameter overrides ambient textDirection', (WidgetTester tester) async { + testWidgets('Material3 - textDirection parameter overrides ambient textDirection', ( + WidgetTester tester, + ) async { Widget buildFrame() { return MaterialApp( theme: ThemeData(useMaterial3: true), @@ -262,23 +264,19 @@ void main() { await tester.tap(find.text('X')); await tester.pumpAndSettle(); - expect( - Directionality.of(getPicker()), - TextDirection.rtl, - ); + expect(Directionality.of(getPicker()), TextDirection.rtl); await tester.tap(find.text('Cancel')); }); - testWidgets('Material2 - textDirection parameter takes precedence over locale parameter', (WidgetTester tester) async { + testWidgets('Material2 - textDirection parameter takes precedence over locale parameter', ( + WidgetTester tester, + ) async { Widget buildFrame() { return MaterialApp( theme: ThemeData(useMaterial3: false), locale: const Locale('en', 'US'), - supportedLocales: const [ - Locale('en', 'US'), - Locale('fr', 'CA'), - ], + supportedLocales: const [Locale('en', 'US'), Locale('fr', 'CA')], localizationsDelegates: GlobalMaterialLocalizations.delegates, home: Material( child: Builder( @@ -308,28 +306,21 @@ void main() { await tester.tap(find.text('X')); await tester.pumpAndSettle(); - expect( - Localizations.localeOf(getPicker()), - const Locale('fr', 'CA'), - ); + expect(Localizations.localeOf(getPicker()), const Locale('fr', 'CA')); - expect( - Directionality.of(getPicker()), - TextDirection.rtl, - ); + expect(Directionality.of(getPicker()), TextDirection.rtl); await tester.tap(find.text('ANNULER')); }); - testWidgets('Material3 - textDirection parameter takes precedence over locale parameter', (WidgetTester tester) async { + testWidgets('Material3 - textDirection parameter takes precedence over locale parameter', ( + WidgetTester tester, + ) async { Widget buildFrame() { return MaterialApp( theme: ThemeData(useMaterial3: true), locale: const Locale('en', 'US'), - supportedLocales: const [ - Locale('en', 'US'), - Locale('fr', 'CA'), - ], + supportedLocales: const [Locale('en', 'US'), Locale('fr', 'CA')], localizationsDelegates: GlobalMaterialLocalizations.delegates, home: Material( child: Builder( @@ -359,15 +350,9 @@ void main() { await tester.tap(find.text('X')); await tester.pumpAndSettle(const Duration(seconds: 1)); - expect( - Localizations.localeOf(getPicker()), - const Locale('fr', 'CA'), - ); + expect(Localizations.localeOf(getPicker()), const Locale('fr', 'CA')); - expect( - Directionality.of(getPicker()), - TextDirection.rtl, - ); + expect(Directionality.of(getPicker()), TextDirection.rtl); await tester.tap(find.text('Annuler')); }); @@ -405,7 +390,7 @@ void main() { ); }, ), - ) + ), ); await tester.tap(find.text('X')); await tester.pumpAndSettle(); @@ -432,7 +417,6 @@ void main() { expect(tester.takeException(), isNull); }); }); - } Future _pumpBoilerplate( @@ -441,16 +425,16 @@ Future _pumpBoilerplate( Locale locale = const Locale('en', 'US'), TextDirection textDirection = TextDirection.ltr, }) async { - await tester.pumpWidget(MaterialApp( - home: Directionality( - textDirection: TextDirection.ltr, - child: Localizations( - locale: locale, - delegates: GlobalMaterialLocalizations.delegates, - child: Material( - child: child, + await tester.pumpWidget( + MaterialApp( + home: Directionality( + textDirection: TextDirection.ltr, + child: Localizations( + locale: locale, + delegates: GlobalMaterialLocalizations.delegates, + child: Material(child: child), ), ), ), - )); + ); } diff --git a/packages/flutter_localizations/test/material/date_time_test.dart b/packages/flutter_localizations/test/material/date_time_test.dart index 4cab48f84b1a..969139eb50c6 100644 --- a/packages/flutter_localizations/test/material/date_time_test.dart +++ b/packages/flutter_localizations/test/material/date_time_test.dart @@ -13,13 +13,15 @@ void main() { group(GlobalMaterialLocalizations, () { test('uses exact locale when exists', () async { final GlobalMaterialLocalizations localizations = - await GlobalMaterialLocalizations.delegate.load(const Locale('pt', 'PT')) as GlobalMaterialLocalizations; + await GlobalMaterialLocalizations.delegate.load(const Locale('pt', 'PT')) + as GlobalMaterialLocalizations; expect(localizations.formatDecimal(10000), '10\u00A0000'); }); test('falls back to language code when exact locale is missing', () async { final GlobalMaterialLocalizations localizations = - await GlobalMaterialLocalizations.delegate.load(const Locale('pt', 'XX')) as GlobalMaterialLocalizations; + await GlobalMaterialLocalizations.delegate.load(const Locale('pt', 'XX')) + as GlobalMaterialLocalizations; expect(localizations.formatDecimal(10000), '10.000'); }); @@ -32,120 +34,225 @@ void main() { group('formatHour', () { Future formatHour(WidgetTester tester, Locale locale, TimeOfDay timeOfDay) async { final Completer completer = Completer(); - await tester.pumpWidget(MaterialApp( - supportedLocales: [locale], - locale: locale, - localizationsDelegates: GlobalMaterialLocalizations.delegates, - home: Builder(builder: (BuildContext context) { - completer.complete(MaterialLocalizations.of(context).formatHour(timeOfDay)); - return Container(); - }), - )); + await tester.pumpWidget( + MaterialApp( + supportedLocales: [locale], + locale: locale, + localizationsDelegates: GlobalMaterialLocalizations.delegates, + home: Builder( + builder: (BuildContext context) { + completer.complete(MaterialLocalizations.of(context).formatHour(timeOfDay)); + return Container(); + }, + ), + ), + ); return completer.future; } testWidgets('formats h', (WidgetTester tester) async { - expect(await formatHour(tester, const Locale('en', 'US'), const TimeOfDay(hour: 10, minute: 0)), '10'); - expect(await formatHour(tester, const Locale('en', 'US'), const TimeOfDay(hour: 20, minute: 0)), '8'); + expect( + await formatHour(tester, const Locale('en', 'US'), const TimeOfDay(hour: 10, minute: 0)), + '10', + ); + expect( + await formatHour(tester, const Locale('en', 'US'), const TimeOfDay(hour: 20, minute: 0)), + '8', + ); }); testWidgets('formats HH', (WidgetTester tester) async { - expect(await formatHour(tester, const Locale('de'), const TimeOfDay(hour: 9, minute: 0)), '09'); - expect(await formatHour(tester, const Locale('de'), const TimeOfDay(hour: 20, minute: 0)), '20'); - - expect(await formatHour(tester, const Locale('en', 'GB'), const TimeOfDay(hour: 9, minute: 0)), '09'); - expect(await formatHour(tester, const Locale('en', 'GB'), const TimeOfDay(hour: 20, minute: 0)), '20'); + expect( + await formatHour(tester, const Locale('de'), const TimeOfDay(hour: 9, minute: 0)), + '09', + ); + expect( + await formatHour(tester, const Locale('de'), const TimeOfDay(hour: 20, minute: 0)), + '20', + ); + + expect( + await formatHour(tester, const Locale('en', 'GB'), const TimeOfDay(hour: 9, minute: 0)), + '09', + ); + expect( + await formatHour(tester, const Locale('en', 'GB'), const TimeOfDay(hour: 20, minute: 0)), + '20', + ); }); testWidgets('formats H', (WidgetTester tester) async { - expect(await formatHour(tester, const Locale('es'), const TimeOfDay(hour: 9, minute: 0)), '9'); - expect(await formatHour(tester, const Locale('es'), const TimeOfDay(hour: 20, minute: 0)), '20'); - - expect(await formatHour(tester, const Locale('fa'), const TimeOfDay(hour: 9, minute: 0)), '۹'); - expect(await formatHour(tester, const Locale('fa'), const TimeOfDay(hour: 20, minute: 0)), '۲۰'); + expect( + await formatHour(tester, const Locale('es'), const TimeOfDay(hour: 9, minute: 0)), + '9', + ); + expect( + await formatHour(tester, const Locale('es'), const TimeOfDay(hour: 20, minute: 0)), + '20', + ); + + expect( + await formatHour(tester, const Locale('fa'), const TimeOfDay(hour: 9, minute: 0)), + '۹', + ); + expect( + await formatHour(tester, const Locale('fa'), const TimeOfDay(hour: 20, minute: 0)), + '۲۰', + ); }); }); group('formatMinute', () { test('formats English', () async { final GlobalMaterialLocalizations localizations = - await GlobalMaterialLocalizations.delegate.load(const Locale('en', 'US')) as GlobalMaterialLocalizations; + await GlobalMaterialLocalizations.delegate.load(const Locale('en', 'US')) + as GlobalMaterialLocalizations; expect(localizations.formatMinute(const TimeOfDay(hour: 1, minute: 32)), '32'); }); }); group('formatTimeOfDay', () { - Future formatTimeOfDay(WidgetTester tester, Locale locale, TimeOfDay timeOfDay) async { + Future formatTimeOfDay( + WidgetTester tester, + Locale locale, + TimeOfDay timeOfDay, + ) async { final Completer completer = Completer(); - await tester.pumpWidget(MaterialApp( - supportedLocales: [locale], - locale: locale, - localizationsDelegates: GlobalMaterialLocalizations.delegates, - home: Builder(builder: (BuildContext context) { - completer.complete(MaterialLocalizations.of(context).formatTimeOfDay(timeOfDay)); - return Container(); - }), - )); + await tester.pumpWidget( + MaterialApp( + supportedLocales: [locale], + locale: locale, + localizationsDelegates: GlobalMaterialLocalizations.delegates, + home: Builder( + builder: (BuildContext context) { + completer.complete(MaterialLocalizations.of(context).formatTimeOfDay(timeOfDay)); + return Container(); + }, + ), + ), + ); return completer.future; } testWidgets('formats ${TimeOfDayFormat.h_colon_mm_space_a}', (WidgetTester tester) async { - expect(await formatTimeOfDay(tester, const Locale('en'), const TimeOfDay(hour: 9, minute: 32)), '9:32 AM'); - expect(await formatTimeOfDay(tester, const Locale('en'), const TimeOfDay(hour: 20, minute: 32)), '8:32 PM'); + expect( + await formatTimeOfDay(tester, const Locale('en'), const TimeOfDay(hour: 9, minute: 32)), + '9:32 AM', + ); + expect( + await formatTimeOfDay(tester, const Locale('en'), const TimeOfDay(hour: 20, minute: 32)), + '8:32 PM', + ); }); testWidgets('formats ${TimeOfDayFormat.HH_colon_mm}', (WidgetTester tester) async { - expect(await formatTimeOfDay(tester, const Locale('de'), const TimeOfDay(hour: 9, minute: 32)), '09:32'); - expect(await formatTimeOfDay(tester, const Locale('en', 'ZA'), const TimeOfDay(hour: 9, minute: 32)), '09:32'); + expect( + await formatTimeOfDay(tester, const Locale('de'), const TimeOfDay(hour: 9, minute: 32)), + '09:32', + ); + expect( + await formatTimeOfDay( + tester, + const Locale('en', 'ZA'), + const TimeOfDay(hour: 9, minute: 32), + ), + '09:32', + ); }); testWidgets('formats ${TimeOfDayFormat.H_colon_mm}', (WidgetTester tester) async { - expect(await formatTimeOfDay(tester, const Locale('es'), const TimeOfDay(hour: 9, minute: 32)), '9:32'); - expect(await formatTimeOfDay(tester, const Locale('es'), const TimeOfDay(hour: 20, minute: 32)), '20:32'); - - expect(await formatTimeOfDay(tester, const Locale('ja'), const TimeOfDay(hour: 9, minute: 32)), '9:32'); - expect(await formatTimeOfDay(tester, const Locale('ja'), const TimeOfDay(hour: 20, minute: 32)), '20:32'); + expect( + await formatTimeOfDay(tester, const Locale('es'), const TimeOfDay(hour: 9, minute: 32)), + '9:32', + ); + expect( + await formatTimeOfDay(tester, const Locale('es'), const TimeOfDay(hour: 20, minute: 32)), + '20:32', + ); + + expect( + await formatTimeOfDay(tester, const Locale('ja'), const TimeOfDay(hour: 9, minute: 32)), + '9:32', + ); + expect( + await formatTimeOfDay(tester, const Locale('ja'), const TimeOfDay(hour: 20, minute: 32)), + '20:32', + ); }); testWidgets('formats ${TimeOfDayFormat.HH_dot_mm}', (WidgetTester tester) async { - expect(await formatTimeOfDay(tester, const Locale('fi'), const TimeOfDay(hour: 20, minute: 32)), '20.32'); - expect(await formatTimeOfDay(tester, const Locale('fi'), const TimeOfDay(hour: 9, minute: 32)), '09.32'); - expect(await formatTimeOfDay(tester, const Locale('da'), const TimeOfDay(hour: 9, minute: 32)), '09.32'); + expect( + await formatTimeOfDay(tester, const Locale('fi'), const TimeOfDay(hour: 20, minute: 32)), + '20.32', + ); + expect( + await formatTimeOfDay(tester, const Locale('fi'), const TimeOfDay(hour: 9, minute: 32)), + '09.32', + ); + expect( + await formatTimeOfDay(tester, const Locale('da'), const TimeOfDay(hour: 9, minute: 32)), + '09.32', + ); }); testWidgets('formats ${TimeOfDayFormat.frenchCanadian}', (WidgetTester tester) async { - expect(await formatTimeOfDay(tester, const Locale('fr', 'CA'), const TimeOfDay(hour: 9, minute: 32)), '09 h 32'); + expect( + await formatTimeOfDay( + tester, + const Locale('fr', 'CA'), + const TimeOfDay(hour: 9, minute: 32), + ), + '09 h 32', + ); }); testWidgets('formats ${TimeOfDayFormat.a_space_h_colon_mm}', (WidgetTester tester) async { - expect(await formatTimeOfDay(tester, const Locale('zh'), const TimeOfDay(hour: 9, minute: 32)), '上午 9:32'); - expect(await formatTimeOfDay(tester, const Locale('ta'), const TimeOfDay(hour: 9, minute: 32)), '9:32 AM'); + expect( + await formatTimeOfDay(tester, const Locale('zh'), const TimeOfDay(hour: 9, minute: 32)), + '上午 9:32', + ); + expect( + await formatTimeOfDay(tester, const Locale('ta'), const TimeOfDay(hour: 9, minute: 32)), + '9:32 AM', + ); }); }); group('date formatters', () { - Future> formatDate(WidgetTester tester, Locale locale, DateTime dateTime) async { + Future> formatDate( + WidgetTester tester, + Locale locale, + DateTime dateTime, + ) async { final Completer> completer = Completer>(); - await tester.pumpWidget(MaterialApp( - supportedLocales: [locale], - locale: locale, - localizationsDelegates: GlobalMaterialLocalizations.delegates, - home: Builder(builder: (BuildContext context) { - final MaterialLocalizations localizations = MaterialLocalizations.of(context); - completer.complete({ - DateType.year: localizations.formatYear(dateTime), - DateType.medium: localizations.formatMediumDate(dateTime), - DateType.full: localizations.formatFullDate(dateTime), - DateType.monthYear: localizations.formatMonthYear(dateTime), - }); - return Container(); - }), - )); + await tester.pumpWidget( + MaterialApp( + supportedLocales: [locale], + locale: locale, + localizationsDelegates: GlobalMaterialLocalizations.delegates, + home: Builder( + builder: (BuildContext context) { + final MaterialLocalizations localizations = MaterialLocalizations.of(context); + completer.complete({ + DateType.year: localizations.formatYear(dateTime), + DateType.medium: localizations.formatMediumDate(dateTime), + DateType.full: localizations.formatFullDate(dateTime), + DateType.monthYear: localizations.formatMonthYear(dateTime), + }); + return Container(); + }, + ), + ), + ); return completer.future; } testWidgets('formats dates in English', (WidgetTester tester) async { - final Map formatted = await formatDate(tester, const Locale('en'), DateTime(2018, 8)); + final Map formatted = await formatDate( + tester, + const Locale('en'), + DateTime(2018, 8), + ); expect(formatted[DateType.year], '2018'); expect(formatted[DateType.medium], 'Wed, Aug 1'); expect(formatted[DateType.full], 'Wednesday, August 1, 2018'); @@ -153,7 +260,11 @@ void main() { }); testWidgets('formats dates in German', (WidgetTester tester) async { - final Map formatted = await formatDate(tester, const Locale('de'), DateTime(2018, 8)); + final Map formatted = await formatDate( + tester, + const Locale('de'), + DateTime(2018, 8), + ); expect(formatted[DateType.year], '2018'); expect(formatted[DateType.medium], 'Mi., 1. Aug.'); expect(formatted[DateType.full], 'Mittwoch, 1. August 2018'); @@ -161,7 +272,11 @@ void main() { }); testWidgets('formats dates in Serbian', (WidgetTester tester) async { - final Map formatted = await formatDate(tester, const Locale('sr'), DateTime(2018, 8)); + final Map formatted = await formatDate( + tester, + const Locale('sr'), + DateTime(2018, 8), + ); expect(formatted[DateType.year], '2018.'); expect(formatted[DateType.medium], 'сре 1. авг'); expect(formatted[DateType.full], 'среда, 1. август 2018.'); @@ -169,8 +284,11 @@ void main() { }); testWidgets('formats dates in Serbian (Latin)', (WidgetTester tester) async { - final Map formatted = await formatDate(tester, - const Locale.fromSubtags(languageCode:'sr', scriptCode: 'Latn'), DateTime(2018, 8)); + final Map formatted = await formatDate( + tester, + const Locale.fromSubtags(languageCode: 'sr', scriptCode: 'Latn'), + DateTime(2018, 8), + ); expect(formatted[DateType.year], '2018.'); expect(formatted[DateType.medium], 'sre 1. avg'); expect(formatted[DateType.full], 'sreda, 1. avgust 2018.'); @@ -180,32 +298,44 @@ void main() { }); // Regression test for https://github.com/flutter/flutter/issues/67644. - testWidgets('en_US is initialized correctly by Flutter when DateFormat is used', (WidgetTester tester) async { + testWidgets('en_US is initialized correctly by Flutter when DateFormat is used', ( + WidgetTester tester, + ) async { late DateFormat dateFormat; - await tester.pumpWidget(MaterialApp( - locale: const Locale('en', 'US'), - localizationsDelegates: GlobalMaterialLocalizations.delegates, - home: Builder(builder: (BuildContext context) { - dateFormat = DateFormat('EEE, d MMM yyyy HH:mm:ss', 'en_US'); - return Container(); - }), - )); + await tester.pumpWidget( + MaterialApp( + locale: const Locale('en', 'US'), + localizationsDelegates: GlobalMaterialLocalizations.delegates, + home: Builder( + builder: (BuildContext context) { + dateFormat = DateFormat('EEE, d MMM yyyy HH:mm:ss', 'en_US'); + return Container(); + }, + ), + ), + ); expect(dateFormat.locale, 'en_US'); }); - testWidgets('cy is initialized correctly by Flutter when DateFormat is used', (WidgetTester tester) async { + testWidgets('cy is initialized correctly by Flutter when DateFormat is used', ( + WidgetTester tester, + ) async { late DateFormat dateFormat; - await tester.pumpWidget(MaterialApp( - locale: const Locale('cy'), - localizationsDelegates: GlobalMaterialLocalizations.delegates, - home: Builder(builder: (BuildContext context) { - dateFormat = DateFormat.yMMMd('cy'); - return Container(); - }), - )); + await tester.pumpWidget( + MaterialApp( + locale: const Locale('cy'), + localizationsDelegates: GlobalMaterialLocalizations.delegates, + home: Builder( + builder: (BuildContext context) { + dateFormat = DateFormat.yMMMd('cy'); + return Container(); + }, + ), + ), + ); expect(dateFormat.locale, 'cy'); expect(dateFormat.format(DateTime(2023, 4, 10, 2, 32)), equals('10 Ebr 2023')); diff --git a/packages/flutter_localizations/test/material/tabs_test.dart b/packages/flutter_localizations/test/material/tabs_test.dart index 96f74da8232a..fa223eba4208 100644 --- a/packages/flutter_localizations/test/material/tabs_test.dart +++ b/packages/flutter_localizations/test/material/tabs_test.dart @@ -7,12 +7,8 @@ import 'package:flutter_localizations/flutter_localizations.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { - testWidgets('Test semantics of TabPageSelector in pt-BR', - (WidgetTester tester) async { - final TabController controller = TabController( - vsync: const TestVSync(), - length: 2, - ); + testWidgets('Test semantics of TabPageSelector in pt-BR', (WidgetTester tester) async { + final TabController controller = TabController(vsync: const TestVSync(), length: 2); await tester.pumpWidget( Localizations( @@ -47,8 +43,10 @@ void main() { final SemanticsHandle handle = tester.ensureSemantics(); - expect(tester.getSemantics(find.byType(TabPageSelector)), - matchesSemantics(label: 'Guia 1 de 2')); + expect( + tester.getSemantics(find.byType(TabPageSelector)), + matchesSemantics(label: 'Guia 1 de 2'), + ); handle.dispose(); }); diff --git a/packages/flutter_localizations/test/material/time_picker_test.dart b/packages/flutter_localizations/test/material/time_picker_test.dart index c082eb7c299b..da8319302612 100644 --- a/packages/flutter_localizations/test/material/time_picker_test.dart +++ b/packages/flutter_localizations/test/material/time_picker_test.dart @@ -7,19 +7,32 @@ import 'package:flutter_localizations/flutter_localizations.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { - testWidgets('Material2 - can localize the header in all known formats - portrait', (WidgetTester tester) async { + testWidgets('Material2 - can localize the header in all known formats - portrait', ( + WidgetTester tester, + ) async { // Ensure picker is displayed in portrait mode. tester.view.physicalSize = const Size(400, 800); tester.view.devicePixelRatio = 1; addTearDown(tester.view.reset); - final Finder timeSelectorSeparatorFinder = find.descendant( - of: find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_TimeSelectorSeparator'), - matching: find.byType(Text), - ).first; - final Finder hourControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_HourControl'); - final Finder minuteControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_MinuteControl'); - final Finder dayPeriodControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_DayPeriodControl'); + final Finder timeSelectorSeparatorFinder = + find + .descendant( + of: find.byWidgetPredicate( + (Widget w) => '${w.runtimeType}' == '_TimeSelectorSeparator', + ), + matching: find.byType(Text), + ) + .first; + final Finder hourControlFinder = find.byWidgetPredicate( + (Widget w) => '${w.runtimeType}' == '_HourControl', + ); + final Finder minuteControlFinder = find.byWidgetPredicate( + (Widget w) => '${w.runtimeType}' == '_MinuteControl', + ); + final Finder dayPeriodControlFinder = find.byWidgetPredicate( + (Widget w) => '${w.runtimeType}' == '_DayPeriodControl', + ); // TODO(yjbanov): also test `HH.mm` (in_ID), `a h:mm` (ko_KR) and `HH:mm น.` (th_TH) when we have .arb files for them final List locales = [ @@ -32,7 +45,12 @@ void main() { ]; for (final Locale locale in locales) { - final Offset center = await startPicker(tester, (TimeOfDay? time) { }, locale: locale, useMaterial3: false); + final Offset center = await startPicker( + tester, + (TimeOfDay? time) {}, + locale: locale, + useMaterial3: false, + ); final Text stringFragmentText = tester.widget(timeSelectorSeparatorFinder); final double hourLeftOffset = tester.getTopLeft(hourControlFinder).dx; final double minuteLeftOffset = tester.getTopLeft(minuteControlFinder).dx; @@ -77,19 +95,32 @@ void main() { } }); - testWidgets('Material3 - can localize the header in all known formats - portrait', (WidgetTester tester) async { + testWidgets('Material3 - can localize the header in all known formats - portrait', ( + WidgetTester tester, + ) async { // Ensure picker is displayed in portrait mode. tester.view.physicalSize = const Size(400, 800); tester.view.devicePixelRatio = 1; addTearDown(tester.view.reset); - final Finder timeSelectorSeparatorFinder = find.descendant( - of: find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_TimeSelectorSeparator'), - matching: find.byType(Text), - ).first; - final Finder hourControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_HourControl'); - final Finder minuteControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_MinuteControl'); - final Finder dayPeriodControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_DayPeriodControl'); + final Finder timeSelectorSeparatorFinder = + find + .descendant( + of: find.byWidgetPredicate( + (Widget w) => '${w.runtimeType}' == '_TimeSelectorSeparator', + ), + matching: find.byType(Text), + ) + .first; + final Finder hourControlFinder = find.byWidgetPredicate( + (Widget w) => '${w.runtimeType}' == '_HourControl', + ); + final Finder minuteControlFinder = find.byWidgetPredicate( + (Widget w) => '${w.runtimeType}' == '_MinuteControl', + ); + final Finder dayPeriodControlFinder = find.byWidgetPredicate( + (Widget w) => '${w.runtimeType}' == '_DayPeriodControl', + ); // TODO(yjbanov): also test `HH.mm` (in_ID), `a h:mm` (ko_KR) and `HH:mm น.` (th_TH) when we have .arb files for them final List locales = [ @@ -102,7 +133,12 @@ void main() { ]; for (final Locale locale in locales) { - final Offset center = await startPicker(tester, (TimeOfDay? time) { }, locale: locale, useMaterial3: true); + final Offset center = await startPicker( + tester, + (TimeOfDay? time) {}, + locale: locale, + useMaterial3: true, + ); final Text stringFragmentText = tester.widget(timeSelectorSeparatorFinder); final double hourLeftOffset = tester.getTopLeft(hourControlFinder).dx; final double minuteLeftOffset = tester.getTopLeft(minuteControlFinder).dx; @@ -147,19 +183,32 @@ void main() { } }); - testWidgets('Material2 - can localize the header in all known formats - landscape', (WidgetTester tester) async { + testWidgets('Material2 - can localize the header in all known formats - landscape', ( + WidgetTester tester, + ) async { // Ensure picker is displayed in landscape mode. tester.view.physicalSize = const Size(800, 400); tester.view.devicePixelRatio = 1; addTearDown(tester.view.reset); - final Finder timeSelectorSeparatorFinder = find.descendant( - of: find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_TimeSelectorSeparator'), - matching: find.byType(Text), - ).first; - final Finder hourControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_HourControl'); - final Finder minuteControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_MinuteControl'); - final Finder dayPeriodControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_DayPeriodControl'); + final Finder timeSelectorSeparatorFinder = + find + .descendant( + of: find.byWidgetPredicate( + (Widget w) => '${w.runtimeType}' == '_TimeSelectorSeparator', + ), + matching: find.byType(Text), + ) + .first; + final Finder hourControlFinder = find.byWidgetPredicate( + (Widget w) => '${w.runtimeType}' == '_HourControl', + ); + final Finder minuteControlFinder = find.byWidgetPredicate( + (Widget w) => '${w.runtimeType}' == '_MinuteControl', + ); + final Finder dayPeriodControlFinder = find.byWidgetPredicate( + (Widget w) => '${w.runtimeType}' == '_DayPeriodControl', + ); // TODO(yjbanov): also test `HH.mm` (in_ID), `a h:mm` (ko_KR) and `HH:mm น.` (th_TH) when we have .arb files for them final List locales = [ @@ -172,7 +221,12 @@ void main() { ]; for (final Locale locale in locales) { - final Offset center = await startPicker(tester, (TimeOfDay? time) { }, locale: locale, useMaterial3: false); + final Offset center = await startPicker( + tester, + (TimeOfDay? time) {}, + locale: locale, + useMaterial3: false, + ); final Text stringFragmentText = tester.widget(timeSelectorSeparatorFinder); final double hourLeftOffset = tester.getTopLeft(hourControlFinder).dx; final double hourTopOffset = tester.getTopLeft(hourControlFinder).dy; @@ -222,19 +276,32 @@ void main() { } }); - testWidgets('Material3 - can localize the header in all known formats - landscape', (WidgetTester tester) async { + testWidgets('Material3 - can localize the header in all known formats - landscape', ( + WidgetTester tester, + ) async { // Ensure picker is displayed in landscape mode. tester.view.physicalSize = const Size(800, 400); tester.view.devicePixelRatio = 1; addTearDown(tester.view.reset); - final Finder timeSelectorSeparatorFinder = find.descendant( - of: find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_TimeSelectorSeparator'), - matching: find.byType(Text), - ).first; - final Finder hourControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_HourControl'); - final Finder minuteControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_MinuteControl'); - final Finder dayPeriodControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_DayPeriodControl'); + final Finder timeSelectorSeparatorFinder = + find + .descendant( + of: find.byWidgetPredicate( + (Widget w) => '${w.runtimeType}' == '_TimeSelectorSeparator', + ), + matching: find.byType(Text), + ) + .first; + final Finder hourControlFinder = find.byWidgetPredicate( + (Widget w) => '${w.runtimeType}' == '_HourControl', + ); + final Finder minuteControlFinder = find.byWidgetPredicate( + (Widget w) => '${w.runtimeType}' == '_MinuteControl', + ); + final Finder dayPeriodControlFinder = find.byWidgetPredicate( + (Widget w) => '${w.runtimeType}' == '_DayPeriodControl', + ); // TODO(yjbanov): also test `HH.mm` (in_ID), `a h:mm` (ko_KR) and `HH:mm น.` (th_TH) when we have .arb files for them final List locales = [ @@ -247,7 +314,12 @@ void main() { ]; for (final Locale locale in locales) { - final Offset center = await startPicker(tester, (TimeOfDay? time) { }, locale: locale, useMaterial3: true); + final Offset center = await startPicker( + tester, + (TimeOfDay? time) {}, + locale: locale, + useMaterial3: true, + ); final Text stringFragmentText = tester.widget(timeSelectorSeparatorFinder); final double hourLeftOffset = tester.getTopLeft(hourControlFinder).dx; final double hourTopOffset = tester.getTopLeft(hourControlFinder).dy; @@ -297,14 +369,27 @@ void main() { } }); - testWidgets('Material2 - can localize input mode in all known formats', (WidgetTester tester) async { - final Finder hourControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_HourTextField'); - final Finder minuteControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_MinuteTextField'); - final Finder dayPeriodControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_DayPeriodControl'); - final Finder timeSelectorSeparatorFinder = find.descendant( - of: find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_TimeSelectorSeparator'), - matching: find.byType(Text), - ).first; + testWidgets('Material2 - can localize input mode in all known formats', ( + WidgetTester tester, + ) async { + final Finder hourControlFinder = find.byWidgetPredicate( + (Widget w) => '${w.runtimeType}' == '_HourTextField', + ); + final Finder minuteControlFinder = find.byWidgetPredicate( + (Widget w) => '${w.runtimeType}' == '_MinuteTextField', + ); + final Finder dayPeriodControlFinder = find.byWidgetPredicate( + (Widget w) => '${w.runtimeType}' == '_DayPeriodControl', + ); + final Finder timeSelectorSeparatorFinder = + find + .descendant( + of: find.byWidgetPredicate( + (Widget w) => '${w.runtimeType}' == '_TimeSelectorSeparator', + ), + matching: find.byType(Text), + ) + .first; // TODO(yjbanov): also test `HH.mm` (in_ID), `a h:mm` (ko_KR) and `HH:mm น.` (th_TH) when we have .arb files for them final List locales = [ @@ -317,7 +402,14 @@ void main() { ]; for (final Locale locale in locales) { - await tester.pumpWidget(_TimePickerLauncher(onChanged: (TimeOfDay? time) { }, locale: locale, entryMode: TimePickerEntryMode.input, useMaterial3 : false)); + await tester.pumpWidget( + _TimePickerLauncher( + onChanged: (TimeOfDay? time) {}, + locale: locale, + entryMode: TimePickerEntryMode.input, + useMaterial3: false, + ), + ); await tester.tap(find.text('X')); await tester.pumpAndSettle(const Duration(seconds: 1)); @@ -365,14 +457,27 @@ void main() { } }); - testWidgets('Material3 - can localize input mode in all known formats', (WidgetTester tester) async { - final Finder hourControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_HourTextField'); - final Finder minuteControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_MinuteTextField'); - final Finder dayPeriodControlFinder = find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_DayPeriodControl'); - final Finder timeSelectorSeparatorFinder = find.descendant( - of: find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_TimeSelectorSeparator'), - matching: find.byType(Text), - ).first; + testWidgets('Material3 - can localize input mode in all known formats', ( + WidgetTester tester, + ) async { + final Finder hourControlFinder = find.byWidgetPredicate( + (Widget w) => '${w.runtimeType}' == '_HourTextField', + ); + final Finder minuteControlFinder = find.byWidgetPredicate( + (Widget w) => '${w.runtimeType}' == '_MinuteTextField', + ); + final Finder dayPeriodControlFinder = find.byWidgetPredicate( + (Widget w) => '${w.runtimeType}' == '_DayPeriodControl', + ); + final Finder timeSelectorSeparatorFinder = + find + .descendant( + of: find.byWidgetPredicate( + (Widget w) => '${w.runtimeType}' == '_TimeSelectorSeparator', + ), + matching: find.byType(Text), + ) + .first; // TODO(yjbanov): also test `HH.mm` (in_ID), `a h:mm` (ko_KR) and `HH:mm น.` (th_TH) when we have .arb files for them final List locales = [ @@ -385,7 +490,14 @@ void main() { ]; for (final Locale locale in locales) { - await tester.pumpWidget(_TimePickerLauncher(onChanged: (TimeOfDay? time) { }, locale: locale, entryMode: TimePickerEntryMode.input, useMaterial3 : true)); + await tester.pumpWidget( + _TimePickerLauncher( + onChanged: (TimeOfDay? time) {}, + locale: locale, + entryMode: TimePickerEntryMode.input, + useMaterial3: true, + ), + ); await tester.tap(find.text('X')); await tester.pumpAndSettle(const Duration(seconds: 1)); @@ -433,7 +545,9 @@ void main() { } }); - testWidgets('Material2 uses single-ring 24-hour dial for all locales', (WidgetTester tester) async { + testWidgets('Material2 uses single-ring 24-hour dial for all locales', ( + WidgetTester tester, + ) async { const List locales = [ Locale('en', 'US'), // h Locale('en', 'GB'), // HH @@ -445,7 +559,14 @@ void main() { // DatePicker no matter where you tap the time will be the same. for (int i = 1; i < 10; i++) { TimeOfDay? result; - final Offset center = await startPicker(tester, (TimeOfDay? time) { result = time; }, locale: locale, useMaterial3: false); + final Offset center = await startPicker( + tester, + (TimeOfDay? time) { + result = time; + }, + locale: locale, + useMaterial3: false, + ); final Size size = tester.getSize(find.byKey(const Key('time-picker-dial'))); final double dy = (size.height / 2.0 / 10) * i; await tester.tapAt(Offset(center.dx, center.dy - dy)); @@ -455,34 +576,127 @@ void main() { } }); - testWidgets('Material3 uses a double-ring 24-hour dial for 24 hour locales', (WidgetTester tester) async { - Future testLocale(Locale locale, int startFactor, int endFactor, TimeOfDay expectedTime) async { + testWidgets('Material3 uses a double-ring 24-hour dial for 24 hour locales', ( + WidgetTester tester, + ) async { + Future testLocale( + Locale locale, + int startFactor, + int endFactor, + TimeOfDay expectedTime, + ) async { // For locales that display 24 hour time, factors 1-5 put the tap on the // inner ring's "12" (the inner ring goes from 12-23). Otherwise the offset // should land on the outer ring's "00". for (int factor = startFactor; factor < endFactor; factor += 1) { TimeOfDay? result; - final Offset center = await startPicker(tester, (TimeOfDay? time) { result = time; }, locale: locale, useMaterial3: true); + final Offset center = await startPicker( + tester, + (TimeOfDay? time) { + result = time; + }, + locale: locale, + useMaterial3: true, + ); final Size size = tester.getSize(find.byKey(const Key('time-picker-dial'))); final double dy = (size.height / 2.0 / 10) * factor; await tester.tapAt(Offset(center.dx, center.dy - dy)); await finishPicker(tester); - expect(result, equals(expectedTime), reason: 'Failed for locale=$locale with factor=$factor'); + expect( + result, + equals(expectedTime), + reason: 'Failed for locale=$locale with factor=$factor', + ); } } - await testLocale(const Locale('en', 'US'), 1, 10, const TimeOfDay(hour: 0, minute: 0)); // 12 hour - await testLocale(const Locale('en', 'ES'), 1, 10, const TimeOfDay(hour: 0, minute: 0)); // 12 hour - await testLocale(const Locale('en', 'GB'), 1, 5, const TimeOfDay(hour: 12, minute: 0)); // 24 hour, inner ring - await testLocale(const Locale('en', 'GB'), 6, 10, const TimeOfDay(hour: 0, minute: 0)); // 24 hour, outer ring + await testLocale( + const Locale('en', 'US'), + 1, + 10, + const TimeOfDay(hour: 0, minute: 0), + ); // 12 hour + await testLocale( + const Locale('en', 'ES'), + 1, + 10, + const TimeOfDay(hour: 0, minute: 0), + ); // 12 hour + await testLocale( + const Locale('en', 'GB'), + 1, + 5, + const TimeOfDay(hour: 12, minute: 0), + ); // 24 hour, inner ring + await testLocale( + const Locale('en', 'GB'), + 6, + 10, + const TimeOfDay(hour: 0, minute: 0), + ); // 24 hour, outer ring }); - const List labels12To11 = ['12', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11']; - const List labels00To22TwoDigit = ['00', '02', '04', '06', '08', '10', '12', '14', '16', '18', '20', '22']; // Material 2 - const List labels00To23TwoDigit = [ // Material 3 - '00', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23']; - - Future mediaQueryBoilerplate(WidgetTester tester, {required bool alwaysUse24HourFormat, required bool useMaterial3}) async { + const List labels12To11 = [ + '12', + '1', + '2', + '3', + '4', + '5', + '6', + '7', + '8', + '9', + '10', + '11', + ]; + const List labels00To22TwoDigit = [ + '00', + '02', + '04', + '06', + '08', + '10', + '12', + '14', + '16', + '18', + '20', + '22', + ]; // Material 2 + const List labels00To23TwoDigit = [ + // Material 3 + '00', + '1', + '2', + '3', + '4', + '5', + '6', + '7', + '8', + '9', + '10', + '11', + '12', + '13', + '14', + '15', + '16', + '17', + '18', + '19', + '20', + '21', + '22', + '23', + ]; + + Future mediaQueryBoilerplate( + WidgetTester tester, { + required bool alwaysUse24HourFormat, + required bool useMaterial3, + }) async { await tester.pumpWidget( MaterialApp( theme: ThemeData(useMaterial3: useMaterial3), @@ -497,14 +711,19 @@ void main() { textDirection: TextDirection.ltr, child: Navigator( onGenerateRoute: (RouteSettings settings) { - return MaterialPageRoute(builder: (BuildContext context) { - return TextButton( - onPressed: () { - showTimePicker(context: context, initialTime: const TimeOfDay(hour: 7, minute: 0)); - }, - child: const Text('X'), - ); - }); + return MaterialPageRoute( + builder: (BuildContext context) { + return TextButton( + onPressed: () { + showTimePicker( + context: context, + initialTime: const TimeOfDay(hour: 7, minute: 0), + ); + }, + child: const Text('X'), + ); + }, + ); }, ), ), @@ -516,10 +735,14 @@ void main() { await tester.pumpAndSettle(); } - testWidgets('Material2 respects MediaQueryData.alwaysUse24HourFormat == false', (WidgetTester tester) async { - await mediaQueryBoilerplate(tester, alwaysUse24HourFormat: false, useMaterial3: false); + testWidgets('Material2 respects MediaQueryData.alwaysUse24HourFormat == false', ( + WidgetTester tester, + ) async { + await mediaQueryBoilerplate(tester, alwaysUse24HourFormat: false, useMaterial3: false); - final CustomPaint dialPaint = tester.widget(find.byKey(const ValueKey('time-picker-dial'))); + final CustomPaint dialPaint = tester.widget( + find.byKey(const ValueKey('time-picker-dial')), + ); final dynamic dialPainter = dialPaint.painter; // ignore: avoid_dynamic_calls final List primaryLabels = dialPainter.primaryLabels as List; @@ -542,10 +765,14 @@ void main() { ); }); - testWidgets('Material3 respects MediaQueryData.alwaysUse24HourFormat == false', (WidgetTester tester) async { - await mediaQueryBoilerplate(tester, alwaysUse24HourFormat: false, useMaterial3: true); + testWidgets('Material3 respects MediaQueryData.alwaysUse24HourFormat == false', ( + WidgetTester tester, + ) async { + await mediaQueryBoilerplate(tester, alwaysUse24HourFormat: false, useMaterial3: true); - final CustomPaint dialPaint = tester.widget(find.byKey(const ValueKey('time-picker-dial'))); + final CustomPaint dialPaint = tester.widget( + find.byKey(const ValueKey('time-picker-dial')), + ); final dynamic dialPainter = dialPaint.painter; // ignore: avoid_dynamic_calls final List primaryLabels = dialPainter.primaryLabels as List; @@ -568,10 +795,14 @@ void main() { ); }); - testWidgets('Material3 respects MediaQueryData.alwaysUse24HourFormat == true', (WidgetTester tester) async { + testWidgets('Material3 respects MediaQueryData.alwaysUse24HourFormat == true', ( + WidgetTester tester, + ) async { await mediaQueryBoilerplate(tester, alwaysUse24HourFormat: true, useMaterial3: true); - final CustomPaint dialPaint = tester.widget(find.byKey(const ValueKey('time-picker-dial'))); + final CustomPaint dialPaint = tester.widget( + find.byKey(const ValueKey('time-picker-dial')), + ); final dynamic dialPainter = dialPaint.painter; // ignore: avoid_dynamic_calls final List primaryLabels = dialPainter.primaryLabels as List; @@ -594,10 +825,14 @@ void main() { ); }); - testWidgets('Material2 respects MediaQueryData.alwaysUse24HourFormat == true', (WidgetTester tester) async { + testWidgets('Material2 respects MediaQueryData.alwaysUse24HourFormat == true', ( + WidgetTester tester, + ) async { await mediaQueryBoilerplate(tester, alwaysUse24HourFormat: true, useMaterial3: false); - final CustomPaint dialPaint = tester.widget(find.byKey(const ValueKey('time-picker-dial'))); + final CustomPaint dialPaint = tester.widget( + find.byKey(const ValueKey('time-picker-dial')), + ); final dynamic dialPainter = dialPaint.painter; // ignore: avoid_dynamic_calls final List primaryLabels = dialPainter.primaryLabels as List; @@ -621,13 +856,21 @@ void main() { }); // Regression test for https://github.com/flutter/flutter/issues/156565 - testWidgets('AM/PM buttons should be aligned to LTR in Hindi language - Portrait', (WidgetTester tester) async { + testWidgets('AM/PM buttons should be aligned to LTR in Hindi language - Portrait', ( + WidgetTester tester, + ) async { const Locale locale = Locale('hi', 'HI'); - final Offset centerPortrait = await startPicker(tester, (TimeOfDay? time) {}, locale: locale, useMaterial3: false, orientation: Orientation.portrait); + final Offset centerPortrait = await startPicker( + tester, + (TimeOfDay? time) {}, + locale: locale, + useMaterial3: false, + orientation: Orientation.portrait, + ); final Finder amButtonPortrait = find.text('AM'); - final Finder pmButtonPortrait = find.text('PM') ; + final Finder pmButtonPortrait = find.text('PM'); final Offset amButtonPositionPortrait = tester.getCenter(amButtonPortrait); final Offset pmButtonPositionPortrait = tester.getCenter(pmButtonPortrait); @@ -637,10 +880,18 @@ void main() { }); // Regression test for https://github.com/flutter/flutter/issues/156565 - testWidgets('AM/PM buttons should be aligned to LTR in Hindi language - Landscape', (WidgetTester tester) async { + testWidgets('AM/PM buttons should be aligned to LTR in Hindi language - Landscape', ( + WidgetTester tester, + ) async { const Locale locale = Locale('hi', 'HI'); - final Offset centerLandscape = await startPicker(tester, (TimeOfDay? time) {}, locale: locale, useMaterial3: false, orientation: Orientation.landscape); + final Offset centerLandscape = await startPicker( + tester, + (TimeOfDay? time) {}, + locale: locale, + useMaterial3: false, + orientation: Orientation.landscape, + ); final Finder amButtonLandscape = find.text('AM'); final Finder pmButtonLandscape = find.text('PM'); @@ -682,15 +933,17 @@ class _TimePickerLauncher extends StatelessWidget { return ElevatedButton( child: const Text('X'), onPressed: () async { - onChanged?.call(await showTimePicker( - context: context, - initialEntryMode: entryMode, - orientation: orientation, - initialTime: const TimeOfDay(hour: 7, minute: 0), - )); + onChanged?.call( + await showTimePicker( + context: context, + initialEntryMode: entryMode, + orientation: orientation, + initialTime: const TimeOfDay(hour: 7, minute: 0), + ), + ); }, ); - } + }, ), ), ), @@ -701,9 +954,9 @@ class _TimePickerLauncher extends StatelessWidget { Future startPicker( WidgetTester tester, ValueChanged onChanged, { - Locale locale = const Locale('en', 'US'), - bool? useMaterial3, - Orientation? orientation, + Locale locale = const Locale('en', 'US'), + bool? useMaterial3, + Orientation? orientation, }) async { await tester.pumpWidget( _TimePickerLauncher( @@ -719,7 +972,9 @@ Future startPicker( } Future finishPicker(WidgetTester tester) async { - final MaterialLocalizations materialLocalizations = MaterialLocalizations.of(tester.element(find.byType(ElevatedButton))); + final MaterialLocalizations materialLocalizations = MaterialLocalizations.of( + tester.element(find.byType(ElevatedButton)), + ); await tester.tap(find.text(materialLocalizations.okButtonLabel)); await tester.pumpAndSettle(const Duration(seconds: 1)); } diff --git a/packages/flutter_localizations/test/material/translations_test.dart b/packages/flutter_localizations/test/material/translations_test.dart index c75ab67833dd..d0d1c72716f6 100644 --- a/packages/flutter_localizations/test/material/translations_test.dart +++ b/packages/flutter_localizations/test/material/translations_test.dart @@ -21,7 +21,9 @@ void main() { expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); - final MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); + final MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load( + locale, + ); expect(localizations.openAppDrawerTooltip, isNotNull); expect(localizations.backButtonTooltip, isNotNull); @@ -63,9 +65,18 @@ void main() { expect(localizations.remainingTextFieldCharacterCount(0), isNotNull); expect(localizations.remainingTextFieldCharacterCount(1), isNotNull); expect(localizations.remainingTextFieldCharacterCount(10), isNotNull); - expect(localizations.remainingTextFieldCharacterCount(0), isNot(contains(r'$remainingCount'))); - expect(localizations.remainingTextFieldCharacterCount(1), isNot(contains(r'$remainingCount'))); - expect(localizations.remainingTextFieldCharacterCount(10), isNot(contains(r'$remainingCount'))); + expect( + localizations.remainingTextFieldCharacterCount(0), + isNot(contains(r'$remainingCount')), + ); + expect( + localizations.remainingTextFieldCharacterCount(1), + isNot(contains(r'$remainingCount')), + ); + expect( + localizations.remainingTextFieldCharacterCount(10), + isNot(contains(r'$remainingCount')), + ); expect(localizations.aboutListTileTitle('FOO'), isNotNull); expect(localizations.aboutListTileTitle('FOO'), contains('FOO')); @@ -125,13 +136,17 @@ void main() { testWidgets('translations spot check expansionTileExpandedHint', (WidgetTester tester) async { const Locale locale = Locale.fromSubtags(languageCode: 'en'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); - final MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); + final MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load( + locale, + ); expect(localizations, isA()); expect(localizations.expansionTileExpandedHint, 'double tap to collapse'); }); testWidgets('spot check selectedRowCount translations', (WidgetTester tester) async { - MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(const Locale('en')); + MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load( + const Locale('en'), + ); expect(localizations.selectedRowCountTitle(0), 'No items selected'); expect(localizations.selectedRowCountTitle(1), '1 item selected'); expect(localizations.selectedRowCountTitle(2), '2 items selected'); @@ -178,8 +193,12 @@ void main() { expect(localizations.selectedRowCountTitle(123456789), 'បាន​ជ្រើស​រើស​ធាតុ 123,456,789'); }); - testWidgets('spot check formatMediumDate(), formatFullDate() translations', (WidgetTester tester) async { - MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(const Locale('en')); + testWidgets('spot check formatMediumDate(), formatFullDate() translations', ( + WidgetTester tester, + ) async { + MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load( + const Locale('en'), + ); expect(localizations.formatMediumDate(DateTime(2015, 7, 23)), 'Thu, Jul 23'); expect(localizations.formatFullDate(DateTime(2015, 7, 23)), 'Thursday, July 23, 2015'); @@ -506,13 +525,10 @@ void main() { // Regression test for https://github.com/flutter/flutter/issues/36704. testWidgets('kn arb file should be properly Unicode escaped', (WidgetTester tester) async { - final File file = File( - path.join(rootDirectoryPath, 'lib', 'src', 'l10n', 'material_kn.arb'), - ); + final File file = File(path.join(rootDirectoryPath, 'lib', 'src', 'l10n', 'material_kn.arb')); - final Map bundle = json.decode( - file.readAsStringSync(), - ) as Map; + final Map bundle = + json.decode(file.readAsStringSync()) as Map; // Encodes the arb resource values if they have not already been // encoded. @@ -537,7 +553,9 @@ void main() { testWidgets('Finnish translation for tab label', (WidgetTester tester) async { const Locale locale = Locale('fi'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); - final MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); + final MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load( + locale, + ); expect(localizations, isA()); expect(localizations.tabLabel(tabIndex: 1, tabCount: 2), 'Välilehti 1 kautta 2'); }); @@ -546,7 +564,9 @@ void main() { testWidgets('Share button label on Material', (WidgetTester tester) async { const Locale locale = Locale('en'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); - final MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); + final MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load( + locale, + ); expect(localizations, isA()); expect(localizations.shareButtonLabel, 'Share'); }); @@ -555,16 +575,22 @@ void main() { testWidgets('zh-CN translation for look up label', (WidgetTester tester) async { const Locale locale = Locale('zh'); expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); - final MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); + final MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load( + locale, + ); expect(localizations, isA()); expect(localizations.lookUpButtonLabel, '查询'); }); // Regression test for https://github.com/flutter/flutter/pull/151364 - testWidgets('ko-KR translation for cut, copy, paste label in ButtonLabel', (WidgetTester tester) async { + testWidgets('ko-KR translation for cut, copy, paste label in ButtonLabel', ( + WidgetTester tester, + ) async { const Locale locale = Locale('ko'); expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); - final MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); + final MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load( + locale, + ); expect(localizations, isA()); expect(localizations.cutButtonLabel, '잘라내기'); expect(localizations.copyButtonLabel, '복사'); diff --git a/packages/flutter_localizations/test/test_utils.dart b/packages/flutter_localizations/test/test_utils.dart index 816fa5ed2fb6..8b3eed966677 100644 --- a/packages/flutter_localizations/test/test_utils.dart +++ b/packages/flutter_localizations/test/test_utils.dart @@ -13,10 +13,11 @@ void encodeBundleTranslations(Map bundle) { final String translation = bundle[key] as String; // Rewrite the string as a series of unicode characters in JSON format. // Like "\u0012\u0123\u1234". - bundle[key] = translation.runes.map((int code) { - final String codeString = '00${code.toRadixString(16)}'; - return '\\u${codeString.substring(codeString.length - 4)}'; - }).join(); + bundle[key] = + translation.runes.map((int code) { + final String codeString = '00${code.toRadixString(16)}'; + return '\\u${codeString.substring(codeString.length - 4)}'; + }).join(); } } From 3a2f21a2f49805c8b09474d101514eeed063e427 Mon Sep 17 00:00:00 2001 From: Qun Cheng <36861262+QuncCccccc@users.noreply.github.com> Date: Wed, 29 Jan 2025 13:33:42 -0800 Subject: [PATCH 277/327] Back integrate translations from TC (#162274) This PR is to: * Add Tibetan and Uighur for Flutter * Update translations Fixes: #155879 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [x] I listed at least one issue that this PR fixes in the description above. - [x] I updated/added relevant documentation (doc comments with `///`). - [ ] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [x] All existing and new tests are passing. --- .../lib/src/l10n/cupertino_bo.arb | 31 + .../lib/src/l10n/cupertino_te.arb | 2 +- .../lib/src/l10n/cupertino_ug.arb | 31 + .../generated_cupertino_localizations.dart | 342 +++++- .../generated_material_localizations.dart | 1006 ++++++++++++++++- .../lib/src/l10n/material_bo.arb | 149 +++ .../lib/src/l10n/material_he.arb | 4 +- .../lib/src/l10n/material_or.arb | 2 +- .../lib/src/l10n/material_ug.arb | 149 +++ 9 files changed, 1708 insertions(+), 8 deletions(-) create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_bo.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_ug.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_bo.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_ug.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bo.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bo.arb new file mode 100644 index 000000000000..a9615e11f58c --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bo.arb @@ -0,0 +1,31 @@ +{ + "datePickerHourSemanticsLabelOne": "$hour ཆུ་ཚོད།", + "datePickerHourSemanticsLabelOther": "$hour ཆུ་ཚོད།", + "datePickerMinuteSemanticsLabelOne": "སྐར་མ། 1", + "datePickerMinuteSemanticsLabelOther": "$minuteསྐར་མ་དུ་མ།", + "datePickerDateOrder": "mdy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "སྔ་དྲོ", + "postMeridiemAbbreviation": "ཕྱི་དྲོ།", + "todayLabel": "དེ་རིང་།", + "alertDialogLabel": "བརྡ་ལན།", + "tabSemanticsLabel": "རྗེས་གནོན། $tabIndex / $tabCount", + "timerPickerHourLabelOne": "ཆུ་ཚོད།", + "timerPickerHourLabelOther": "ཆུ་ཚོད་དུ་མ།", + "timerPickerMinuteLabelOne": "སྐར་མ།", + "timerPickerMinuteLabelOther": "སྐར་མ།", + "timerPickerSecondLabelOne": "སྐར་ཆ།", + "timerPickerSecondLabelOther": "སྐར་ཆ།", + "cutButtonLabel": "གཅོད།", + "copyButtonLabel": "བཤུས།", + "pasteButtonLabel": "འཕོས་པ།", + "clearButtonLabel": "གཙང་བཟོ།", + "selectAllButtonLabel": "ཚང་འདེམས།", + "lookUpButtonLabel": "འཚོལ་བ།", + "searchWebButtonLabel": "དྲ་ཐོག་འཚོལ་བཤེར།", + "shareButtonLabel": "མཉམ་སྤྱོད།…", + "noSpellCheckReplacementsLabel": "བརྗེས་ལེན་མ་རྙེད།", + "searchTextFieldPlaceholderLabel": "འཚོལ་བཤེར།", + "modalBarrierDismissLabel": "འདོར་བ།", + "menuDismissLabel": "ཐོ་གཞུང་འདོར་བ།" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb index 894df95eccfe..db76c7900b86 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb @@ -21,7 +21,7 @@ "selectAllButtonLabel": "అన్నింటినీ ఎంచుకోండి", "tabSemanticsLabel": "$tabCountలో $tabIndexవ ట్యాబ్", "modalBarrierDismissLabel": "విస్మరించు", - "searchTextFieldPlaceholderLabel": "సెర్చ్ చేయి", + "searchTextFieldPlaceholderLabel": "సెర్చ్", "noSpellCheckReplacementsLabel": "రీప్లేస్‌మెంట్‌లు ఏవీ కనుగొనబడలేదు", "menuDismissLabel": "మెనూను తీసివేయండి", "lookUpButtonLabel": "వెతకండి", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ug.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ug.arb new file mode 100644 index 000000000000..c43c089173fa --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ug.arb @@ -0,0 +1,31 @@ +{ + "datePickerHourSemanticsLabelOne": "سائەت $hour", + "datePickerHourSemanticsLabelOther": "سائەت $hour", + "datePickerMinuteSemanticsLabelOne": "1 مىنۇت", + "datePickerMinuteSemanticsLabelOther": "$minute مىنۇت", + "datePickerDateOrder": "mdy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "چۈشتىن بۇرۇن", + "postMeridiemAbbreviation": "چۈشتىن كېيىن", + "todayLabel": "بۈگۈن", + "alertDialogLabel": "ئاگاھلاندۇرۇش", + "tabSemanticsLabel": "جەمئىي $tabCount بەتكۈچ، $tabIndex", + "timerPickerHourLabelOne": "سائەت", + "timerPickerHourLabelOther": "سائەت", + "timerPickerMinuteLabelOne": "مىنۇت", + "timerPickerMinuteLabelOther": "مىنۇت", + "timerPickerSecondLabelOne": "سېكۇنت", + "timerPickerSecondLabelOther": "سېكۇنت", + "cutButtonLabel": "كېسىش", + "copyButtonLabel": "كۆچۈرۈش", + "pasteButtonLabel": "چاپلاش", + "clearButtonLabel": "تازىلاش", + "selectAllButtonLabel": "ھەممىنى تاللاش", + "lookUpButtonLabel": "ئىزدەش", + "searchWebButtonLabel": "توردا ئىزدەش", + "shareButtonLabel": "ئورتاقلىشىش...", + "noSpellCheckReplacementsLabel": "مۇۋاپىق ئۆزگەرتىش تېپىلمىدى", + "searchTextFieldPlaceholderLabel": "ئىزدەش", + "modalBarrierDismissLabel": "يېپىش", + "menuDismissLabel": "تىزىملىكنى يېپىش" +} diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index 9cf1950cc5f2..b73705f84de5 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -1351,6 +1351,172 @@ class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { String get todayLabel => 'আজ'; } +/// The translations for Tibetan (`bo`). +class CupertinoLocalizationBo extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Tibetan. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationBo({ + super.localeName = 'bo', + required super.fullYearFormat, + required super.dayFormat, + required super.weekdayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); + + @override + String get alertDialogLabel => 'བརྡ་ལན།'; + + @override + String get anteMeridiemAbbreviation => 'སྔ་དྲོ'; + + @override + String get clearButtonLabel => 'གཙང་བཟོ།'; + + @override + String get copyButtonLabel => 'བཤུས།'; + + @override + String get cutButtonLabel => 'གཅོད།'; + + @override + String get datePickerDateOrderString => 'mdy'; + + @override + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; + + @override + String? get datePickerHourSemanticsLabelFew => null; + + @override + String? get datePickerHourSemanticsLabelMany => null; + + @override + String? get datePickerHourSemanticsLabelOne => r'$hour ཆུ་ཚོད།'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour ཆུ་ཚོད།'; + + @override + String? get datePickerHourSemanticsLabelTwo => null; + + @override + String? get datePickerHourSemanticsLabelZero => null; + + @override + String? get datePickerMinuteSemanticsLabelFew => null; + + @override + String? get datePickerMinuteSemanticsLabelMany => null; + + @override + String? get datePickerMinuteSemanticsLabelOne => 'སྐར་མ། 1'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minuteསྐར་མ་དུ་མ།'; + + @override + String? get datePickerMinuteSemanticsLabelTwo => null; + + @override + String? get datePickerMinuteSemanticsLabelZero => null; + + @override + String get lookUpButtonLabel => 'འཚོལ་བ།'; + + @override + String get menuDismissLabel => 'ཐོ་གཞུང་འདོར་བ།'; + + @override + String get modalBarrierDismissLabel => 'འདོར་བ།'; + + @override + String get noSpellCheckReplacementsLabel => 'བརྗེས་ལེན་མ་རྙེད།'; + + @override + String get pasteButtonLabel => 'འཕོས་པ།'; + + @override + String get postMeridiemAbbreviation => 'ཕྱི་དྲོ།'; + + @override + String get searchTextFieldPlaceholderLabel => 'འཚོལ་བཤེར།'; + + @override + String get searchWebButtonLabel => 'དྲ་ཐོག་འཚོལ་བཤེར།'; + + @override + String get selectAllButtonLabel => 'ཚང་འདེམས།'; + + @override + String get shareButtonLabel => 'མཉམ་སྤྱོད།…'; + + @override + String get tabSemanticsLabelRaw => r'རྗེས་གནོན། $tabIndex / $tabCount'; + + @override + String? get timerPickerHourLabelFew => null; + + @override + String? get timerPickerHourLabelMany => null; + + @override + String? get timerPickerHourLabelOne => 'ཆུ་ཚོད།'; + + @override + String get timerPickerHourLabelOther => 'ཆུ་ཚོད་དུ་མ།'; + + @override + String? get timerPickerHourLabelTwo => null; + + @override + String? get timerPickerHourLabelZero => null; + + @override + String? get timerPickerMinuteLabelFew => null; + + @override + String? get timerPickerMinuteLabelMany => null; + + @override + String? get timerPickerMinuteLabelOne => 'སྐར་མ།'; + + @override + String get timerPickerMinuteLabelOther => 'སྐར་མ།'; + + @override + String? get timerPickerMinuteLabelTwo => null; + + @override + String? get timerPickerMinuteLabelZero => null; + + @override + String? get timerPickerSecondLabelFew => null; + + @override + String? get timerPickerSecondLabelMany => null; + + @override + String? get timerPickerSecondLabelOne => 'སྐར་ཆ།'; + + @override + String get timerPickerSecondLabelOther => 'སྐར་ཆ།'; + + @override + String? get timerPickerSecondLabelTwo => null; + + @override + String? get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => 'དེ་རིང་།'; +} + /// The translations for Bosnian (`bs`). class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { /// Create an instance of the translation bundle for Bosnian. @@ -12824,7 +12990,7 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholderLabel => 'సెర్చ్ చేయి'; + String get searchTextFieldPlaceholderLabel => 'సెర్చ్'; @override String get searchWebButtonLabel => 'వెబ్‌లో సెర్చ్ చేయండి'; @@ -13394,6 +13560,172 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { String get todayLabel => 'Bugün'; } +/// The translations for Uighur Uyghur (`ug`). +class CupertinoLocalizationUg extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Uighur Uyghur. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationUg({ + super.localeName = 'ug', + required super.fullYearFormat, + required super.dayFormat, + required super.weekdayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); + + @override + String get alertDialogLabel => 'ئاگاھلاندۇرۇش'; + + @override + String get anteMeridiemAbbreviation => 'چۈشتىن بۇرۇن'; + + @override + String get clearButtonLabel => 'تازىلاش'; + + @override + String get copyButtonLabel => 'كۆچۈرۈش'; + + @override + String get cutButtonLabel => 'كېسىش'; + + @override + String get datePickerDateOrderString => 'mdy'; + + @override + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; + + @override + String? get datePickerHourSemanticsLabelFew => null; + + @override + String? get datePickerHourSemanticsLabelMany => null; + + @override + String? get datePickerHourSemanticsLabelOne => r'سائەت $hour'; + + @override + String get datePickerHourSemanticsLabelOther => r'سائەت $hour'; + + @override + String? get datePickerHourSemanticsLabelTwo => null; + + @override + String? get datePickerHourSemanticsLabelZero => null; + + @override + String? get datePickerMinuteSemanticsLabelFew => null; + + @override + String? get datePickerMinuteSemanticsLabelMany => null; + + @override + String? get datePickerMinuteSemanticsLabelOne => '1 مىنۇت'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute مىنۇت'; + + @override + String? get datePickerMinuteSemanticsLabelTwo => null; + + @override + String? get datePickerMinuteSemanticsLabelZero => null; + + @override + String get lookUpButtonLabel => 'ئىزدەش'; + + @override + String get menuDismissLabel => 'تىزىملىكنى يېپىش'; + + @override + String get modalBarrierDismissLabel => 'يېپىش'; + + @override + String get noSpellCheckReplacementsLabel => 'مۇۋاپىق ئۆزگەرتىش تېپىلمىدى'; + + @override + String get pasteButtonLabel => 'چاپلاش'; + + @override + String get postMeridiemAbbreviation => 'چۈشتىن كېيىن'; + + @override + String get searchTextFieldPlaceholderLabel => 'ئىزدەش'; + + @override + String get searchWebButtonLabel => 'توردا ئىزدەش'; + + @override + String get selectAllButtonLabel => 'ھەممىنى تاللاش'; + + @override + String get shareButtonLabel => 'ئورتاقلىشىش...'; + + @override + String get tabSemanticsLabelRaw => r'جەمئىي $tabCount بەتكۈچ، $tabIndex'; + + @override + String? get timerPickerHourLabelFew => null; + + @override + String? get timerPickerHourLabelMany => null; + + @override + String? get timerPickerHourLabelOne => 'سائەت'; + + @override + String get timerPickerHourLabelOther => 'سائەت'; + + @override + String? get timerPickerHourLabelTwo => null; + + @override + String? get timerPickerHourLabelZero => null; + + @override + String? get timerPickerMinuteLabelFew => null; + + @override + String? get timerPickerMinuteLabelMany => null; + + @override + String? get timerPickerMinuteLabelOne => 'مىنۇت'; + + @override + String get timerPickerMinuteLabelOther => 'مىنۇت'; + + @override + String? get timerPickerMinuteLabelTwo => null; + + @override + String? get timerPickerMinuteLabelZero => null; + + @override + String? get timerPickerSecondLabelFew => null; + + @override + String? get timerPickerSecondLabelMany => null; + + @override + String? get timerPickerSecondLabelOne => 'سېكۇنت'; + + @override + String get timerPickerSecondLabelOther => 'سېكۇنت'; + + @override + String? get timerPickerSecondLabelTwo => null; + + @override + String? get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => 'بۈگۈن'; +} + /// The translations for Ukrainian (`uk`). class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { /// Create an instance of the translation bundle for Ukrainian. @@ -14582,6 +14914,7 @@ final Set kCupertinoSupportedLanguages = HashSet.from(const kCupertinoSupportedLanguages = HashSet.from(const kCupertinoSupportedLanguages = HashSet.from(const kCupertinoSupportedLanguages = HashSet.from(const 'লাইসেন্স দেখুন'; } +/// The translations for Tibetan (`bo`). +class MaterialLocalizationBo extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Tibetan. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationBo({ + super.localeName = 'bo', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); + + @override + String get aboutListTileTitleRaw => r'སྐོར།$applicationName'; + + @override + String get alertDialogLabel => 'བརྡ་ལན།'; + + @override + String get anteMeridiemAbbreviation => 'སྔ་དྲོ'; + + @override + String get backButtonTooltip => 'ཕྱིར་ལོག'; + + @override + String get bottomSheetLabel => 'ཤོག་ལྷེའི་མཐའ་མཇུག'; + + @override + String get calendarModeButtonLabel => 'ལོ་ཐོར་བསྒྱུར་བ།'; + + @override + String get cancelButtonLabel => 'ཕྱིར་འཐེན།'; + + @override + String get clearButtonTooltip => 'ཡི་གེ་གཙང་བཟོ'; + + @override + String get closeButtonLabel => 'སྒོ་རྒྱག་པ།'; + + @override + String get closeButtonTooltip => 'སྒོ་རྒྱག་པ།'; + + @override + String get collapsedHint => 'བཀྲམ་ཟིན།'; + + @override + String get collapsedIconTapHint => 'ཁྱབ་སྤེལ།'; + + @override + String get continueButtonLabel => 'སྒོ་རྒྱག་པ།'; + + @override + String get copyButtonLabel => 'བཤུས།'; + + @override + String get currentDateLabel => 'དེ་རིང་།'; + + @override + String get cutButtonLabel => 'གཅོད།'; + + @override + String get dateHelpText => 'ཟླ་བ།/ཉིན།/ལོ།'; + + @override + String get dateInputLabel => 'ཟླ་ཚེས་ནང་འཇུག'; + + @override + String get dateOutOfRangeLabel => 'ཁྱབ་ཚོད་ནང་མ་ཚུད།'; + + @override + String get datePickerHelpText => 'ཟླ་ཚེས་འདེམས་པ།'; + + @override + String get dateRangeEndDateSemanticLabelRaw => r'ཟླ་ཚེས་མཇུག་བསྡུ། $ཟླ་ཚེས་ཆ་ཚང་།'; + + @override + String get dateRangeEndLabel => 'ཟླ་ཚེས་མཇུག་བསྡུ།'; + + @override + String get dateRangePickerHelpText => 'ཁྱབ་ཚོད་འདེམས་པ།'; + + @override + String get dateRangeStartDateSemanticLabelRaw => r'ཟླ་ཚེས་འགོ་འཛུགས། $ཟླ་ཚེས་ཆ་ཚང་།'; + + @override + String get dateRangeStartLabel => 'ཟླ་ཚེས་འགོ་འཛུགས།'; + + @override + String get dateSeparator => '/'; + + @override + String get deleteButtonTooltip => 'བསུབ་པ།'; + + @override + String get dialModeButtonLabel => 'ཆུ་ཚོད་འདེམས་སྒྲུག་ལ་བསྒྱུར་བ།'; + + @override + String get dialogLabel => 'ཟིན་དེབ།'; + + @override + String get drawerLabel => 'ཕྱོགས་སྟོན་ཐོ་གཞུང་།'; + + @override + String get expandedHint => 'ཕྱོགས་བསྡུས།'; + + @override + String get expandedIconTapHint => 'ཕྱོགས་བསྡུ།'; + + @override + String get expansionTileCollapsedHint => 'བཀྲམ་ཆེད་ཐེངས་གཉིས་གནོན།'; + + @override + String get expansionTileCollapsedTapHint => 'ཞིབ་རྒྱས་ཆེད་བཀྲམ་རོགས།'; + + @override + String get expansionTileExpandedHint => 'ཕྱོགས་བསྡུའི་ཆེད་ཐེངས་གཉིས་གནོན།'; + + @override + String get expansionTileExpandedTapHint => 'ཕྱོགས་བསྡུ།'; + + @override + String get firstPageTooltip => 'ཤོག་བུ་ཐོག་མ།'; + + @override + String get hideAccountsLabel => 'ཁ་བྱང་བསྐུང་བ།'; + + @override + String get inputDateModeButtonLabel => 'ནང་འཇུག་བསྒྱུར་བ།'; + + @override + String get inputTimeModeButtonLabel => 'ཡི་གེ་ནང་འཇུག་ལ་བསྒྱུར་བ།'; + + @override + String get invalidDateFormatLabel => 'སྒྲོམ་གཞི་ནོར་འཁྲུལ།'; + + @override + String get invalidDateRangeLabel => 'ཁྱབ་ཚོད་ནོར་འཁྲུལ།'; + + @override + String get invalidTimeLabel => 'ཆུ་ཚོད་ནོར་འཁྲུལ་མེད་པར་ནང་འཇུག'; + + @override + String get keyboardKeyAlt => 'བྱེད་སྒོ་འདེམས་བྱེད་མཐེབ་གནོན་ཨལ་ཊི།'; + + @override + String get keyboardKeyAltGraph => 'བྱེད་སྒོ་འདེམས་བྱེད་ཇི་ཨར།'; + + @override + String get keyboardKeyBackspace => 'ཕྱིར་འགྲོ །'; + + @override + String get keyboardKeyCapsLock => 'ཡིག་ཆེན།'; + + @override + String get keyboardKeyChannelDown => 'བརྒྱུད་ལམ་གཤམ།'; + + @override + String get keyboardKeyChannelUp => 'བརྒྱུད་ལམ་སྟེང་།'; + + @override + String get keyboardKeyControl => 'སྟངས་འཛིན།'; + + @override + String get keyboardKeyDelete => 'བསུབ།'; + + @override + String get keyboardKeyEject => 'ཕྱིར་འདོན།'; + + @override + String get keyboardKeyEnd => 'རྫོགས།'; + + @override + String get keyboardKeyEscape => 'ཕྱིར་ཐོན།'; + + @override + String get keyboardKeyFn => 'བྱེད་སྒོ།'; + + @override + String get keyboardKeyHome => 'ཁྱིམ།'; + + @override + String get keyboardKeyInsert => 'ནང་འཛུལ།'; + + @override + String get keyboardKeyMeta => 'བརྗེས་སྒྱུར།'; + + @override + String get keyboardKeyMetaMacOs => 'བཀའ་རྒྱ།'; + + @override + String get keyboardKeyMetaWindows => 'སྒེའུ་ཁུང་།'; + + @override + String get keyboardKeyNumLock => 'ཨང་གྲངས་མཐེབ་གནོན།'; + + @override + String get keyboardKeyNumpad0 => 'ཨང་གྲངས། 0'; + + @override + String get keyboardKeyNumpad1 => 'ཨང་གྲངས། 1'; + + @override + String get keyboardKeyNumpad2 => 'ཨང་གྲངས། 2'; + + @override + String get keyboardKeyNumpad3 => 'ཨང་གྲངས། 3'; + + @override + String get keyboardKeyNumpad4 => 'ཨང་གྲངས། 4'; + + @override + String get keyboardKeyNumpad5 => 'ཨང་གྲངས། 5'; + + @override + String get keyboardKeyNumpad6 => 'ཨང་གྲངས། 6'; + + @override + String get keyboardKeyNumpad7 => 'ཨང་གྲངས། 7'; + + @override + String get keyboardKeyNumpad8 => 'ཨང་གྲངས། 8'; + + @override + String get keyboardKeyNumpad9 => 'ཨང་གྲངས། 9'; + + @override + String get keyboardKeyNumpadAdd => 'ཨང་གྲངས། +'; + + @override + String get keyboardKeyNumpadComma => 'ཨང་གྲངས། ,'; + + @override + String get keyboardKeyNumpadDecimal => 'ཨང་གྲངས། .'; + + @override + String get keyboardKeyNumpadDivide => 'ཨང་གྲངས། /'; + + @override + String get keyboardKeyNumpadEnter => 'ཨང་གྲངས་ནང་འཇུག'; + + @override + String get keyboardKeyNumpadEqual => 'ཨང་གྲངས།='; + + @override + String get keyboardKeyNumpadMultiply => 'ཨང་གྲངས། *'; + + @override + String get keyboardKeyNumpadParenLeft => 'ཨང་གྲངས། ('; + + @override + String get keyboardKeyNumpadParenRight => 'ཨང་གྲངས། )'; + + @override + String get keyboardKeyNumpadSubtract => 'ཨང་གྲངས། -'; + + @override + String get keyboardKeyPageDown => 'ཤོག་བུའི་འོག་ཏུ་འགྲོ།'; + + @override + String get keyboardKeyPageUp => 'ཤོག་བུའི་སྒང་ལ་འགྲོ།'; + + @override + String get keyboardKeyPower => 'གློག་སྤར།'; + + @override + String get keyboardKeyPowerOff => 'གློག་གསོད།'; + + @override + String get keyboardKeyPrintScreen => 'ཤོག་ངོས་བཤུས།'; + + @override + String get keyboardKeyScrollLock => 'གོང་འོག་འགྲོ་བྱེད།'; + + @override + String get keyboardKeySelect => 'འདེམས།'; + + @override + String get keyboardKeyShift => 'བརྗེ་སྒྱུར་མཐེབ་གནོན་ཤིབ་ཊི།'; + + @override + String get keyboardKeySpace => 'བར་སྟོང་།'; + + @override + String get lastPageTooltip => 'ཤོག་བུ་མཐའ་མ།'; + + @override + String? get licensesPackageDetailTextFew => null; + + @override + String? get licensesPackageDetailTextMany => null; + + @override + String? get licensesPackageDetailTextOne => 'ལག་ཁྱེར། 1'; + + @override + String get licensesPackageDetailTextOther => r'$licenseCount ལག་ཁྱེར་ཁག'; + + @override + String? get licensesPackageDetailTextTwo => null; + + @override + String? get licensesPackageDetailTextZero => null; + + @override + String get licensesPageTitle => 'ལག་ཁྱེར་ཁག'; + + @override + String get lookUpButtonLabel => 'འཚོལ་བ།'; + + @override + String get menuBarMenuLabel => 'ཐོ་གཞུང་གི་མཐེབ་གནོན་ཐོ་གཞུང་།'; + + @override + String get menuDismissLabel => 'ཐོ་གཞུང་འདོར་བ།'; + + @override + String get modalBarrierDismissLabel => 'འདོར་བ།'; + + @override + String get moreButtonTooltip => 'ཇེ་མང་།'; + + @override + String get nextMonthTooltip => 'ཟླ་བ་རྗེས་མ།'; + + @override + String get nextPageTooltip => 'ཤོག་བུ་རྗེས་མ།'; + + @override + String get okButtonLabel => 'འདོད།'; + + @override + String get openAppDrawerTooltip => 'ཕྱོགས་སྟོན་ཐོ་གཞུང་ཁ་ཕྱེ་བ'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow of $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow སྐོར། $rowCount'; + + @override + String get pasteButtonLabel => 'འཕོས་པ།'; + + @override + String get popupMenuLabel => 'བསྐུང་སྟོན་ཐོ་གཞུང་།'; + + @override + String get postMeridiemAbbreviation => 'ཕྱི་དྲོ།'; + + @override + String get previousMonthTooltip => 'ཟླ་བ་སྔོན་མ།'; + + @override + String get previousPageTooltip => 'ཤོག་བུ་སྔོན་མ།'; + + @override + String get refreshIndicatorSemanticLabel => 'བསྐྱར་གསོ།'; + + @override + String? get remainingTextFieldCharacterCountFew => null; + + @override + String? get remainingTextFieldCharacterCountMany => null; + + @override + String? get remainingTextFieldCharacterCountOne => 'ཡིག་འབྲུ་ 1 ལྷག་ལུས།'; + + @override + String get remainingTextFieldCharacterCountOther => r'$remainingCount ཡིག་འབྲུ་ལྷག་ལུས།'; + + @override + String? get remainingTextFieldCharacterCountTwo => null; + + @override + String? get remainingTextFieldCharacterCountZero => null; + + @override + String get reorderItemDown => 'འོག་ལ་འགྲོ།'; + + @override + String get reorderItemLeft => 'གཡོན་ལ་འགྲོ།'; + + @override + String get reorderItemRight => 'གཡས་ལ་འགྲོ།'; + + @override + String get reorderItemToEnd => 'མཇུག་བསྡུ་སར་འགྲོ།'; + + @override + String get reorderItemToStart => 'འགོ་འཛུགས་སར་འགྲོ།'; + + @override + String get reorderItemUp => 'སྒང་ལ་འགྲོ།'; + + @override + String get rowsPerPageTitle => 'ཤོག་ལྷེ་རེའི་འཕྲེད་ཐིག:'; + + @override + String get saveButtonLabel => 'ཉར་ཚགས།'; + + @override + String get scanTextButtonLabel => 'མུ་མཐུད་པ།'; + + @override + String get scrimLabel => 'ཤོག་ཚོས།'; + + @override + String get scrimOnTapHintRaw => r'སྒོ་རྒྱག་པ།$modalRouteContentName'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.dense; + + @override + String get searchFieldLabel => 'འཚོལ་བཤེར།'; + + @override + String get searchWebButtonLabel => 'དྲ་ཐོག་འཚོལ་བཤེར།'; + + @override + String get selectAllButtonLabel => 'ཚང་འདེམས།'; + + @override + String get selectYearSemanticsLabel => 'ལོ་འདེམས།'; + + @override + String get selectedDateLabel => 'བདམས་པ།'; + + @override + String? get selectedRowCountTitleFew => null; + + @override + String? get selectedRowCountTitleMany => null; + + @override + String? get selectedRowCountTitleOne => 'ཅ་དངོས་ 1 བདམས་པ།'; + + @override + String get selectedRowCountTitleOther => r'$selectedRowCount ཅ་དངོས་དུ་མ་བདམས་པ།'; + + @override + String? get selectedRowCountTitleTwo => null; + + @override + String? get selectedRowCountTitleZero => null; + + @override + String get shareButtonLabel => 'ཡི་གེ་བཤེར་འབེབས།'; + + @override + String get showAccountsLabel => 'ཁ་བྱང་སྟོན་པ།'; + + @override + String get showMenuTooltip => 'ཐོ་གཞུང་སྟོན་པ།'; + + @override + String get signedInLabel => 'དྲ་འཛུལ་ཟིན།'; + + @override + String get tabLabelRaw => r'རྗེས་གནོན། $tabIndex / $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerDialHelpText => 'ཆུ་ཚོད་འདེམས་པ།'; + + @override + String get timePickerHourLabel => 'ཆུ་ཚོད།'; + + @override + String get timePickerHourModeAnnouncement => 'ཆུ་ཚོད་འདེམས་པ།'; + + @override + String get timePickerInputHelpText => 'ཆུ་ཚོད་ནང་འཇུག'; + + @override + String get timePickerMinuteLabel => 'སྐར་མ།'; + + @override + String get timePickerMinuteModeAnnouncement => 'སྐར་མ་འདེམས་པ།'; + + @override + String get unspecifiedDate => 'ཟླ་ཚེས།'; + + @override + String get unspecifiedDateRange => 'ཟླ་ཚེས་ཁྱབ་ཚོད།'; + + @override + String get viewLicensesButtonLabel => 'ལག་ཁྱེར་ཁག་ལྟ་བ།'; +} + /// The translations for Bosnian (`bs`). class MaterialLocalizationBs extends GlobalMaterialLocalizations { /// Create an instance of the translation bundle for Bosnian. @@ -17768,13 +18264,13 @@ class MaterialLocalizationHe extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'כיווץ'; @override - String get expansionTileCollapsedHint => 'כדי להרחיב, יש להקיש הקשה כפולה'; + String get expansionTileCollapsedHint => 'כדי להרחיב, יש ללחוץ לחיצה כפולה'; @override String get expansionTileCollapsedTapHint => 'ניתן להרחיב להצגת פרטים נוספים'; @override - String get expansionTileExpandedHint => 'כדי לכווץ, יש להקיש הקשה כפולה'; + String get expansionTileExpandedHint => 'כדי לכווץ, יש ללחוץ לחיצה כפולה'; @override String get expansionTileExpandedTapHint => 'כיווץ'; @@ -31851,7 +32347,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String? get licensesPackageDetailTextZero => 'No licenses'; @override - String get licensesPageTitle => 'ଲାଇସେନ୍ସଗୁଡ଼କ'; + String get licensesPageTitle => 'ଲାଇସେନ୍ସ'; @override String get lookUpButtonLabel => 'ଉପରକୁ ଦେଖନ୍ତୁ'; @@ -41499,6 +41995,502 @@ class MaterialLocalizationTr extends GlobalMaterialLocalizations { String get viewLicensesButtonLabel => 'Lisansları göster'; } +/// The translations for Uighur Uyghur (`ug`). +class MaterialLocalizationUg extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Uighur Uyghur. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationUg({ + super.localeName = 'ug', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); + + @override + String get aboutListTileTitleRaw => r'$applicationName ھەققىدە'; + + @override + String get alertDialogLabel => 'ئاگاھلاندۇرۇش'; + + @override + String get anteMeridiemAbbreviation => 'چۈشتىن بۇرۇن'; + + @override + String get backButtonTooltip => 'قايتىش'; + + @override + String get bottomSheetLabel => 'تۆۋەن جەدۋەل'; + + @override + String get calendarModeButtonLabel => 'كالېندارغا ئۆتۈش'; + + @override + String get cancelButtonLabel => 'بىكار قىلىش'; + + @override + String get clearButtonTooltip => 'تېكىستنى تازىلاش'; + + @override + String get closeButtonLabel => 'يېپىش'; + + @override + String get closeButtonTooltip => 'يېپىش'; + + @override + String get collapsedHint => 'يېيىلدى'; + + @override + String get collapsedIconTapHint => 'كېڭەيتىش'; + + @override + String get continueButtonLabel => 'داۋاملاشتۇرۇش'; + + @override + String get copyButtonLabel => 'كۆچۈرۈش'; + + @override + String get currentDateLabel => 'بۈگۈن'; + + @override + String get cutButtonLabel => 'كېسىش'; + + @override + String get dateHelpText => 'mm/dd/yyyy'; + + @override + String get dateInputLabel => 'چېسلا كىرگۈزۈش'; + + @override + String get dateOutOfRangeLabel => 'دائىرە سىرتىغا چىقتى.'; + + @override + String get datePickerHelpText => 'چېسلا تاللاش'; + + @override + String get dateRangeEndDateSemanticLabelRaw => r'ئاخىرلىشىش ۋاقتى $fullDate'; + + @override + String get dateRangeEndLabel => 'ئاخىرلىشىش ۋاقتى'; + + @override + String get dateRangePickerHelpText => 'دائىرە تاللاش'; + + @override + String get dateRangeStartDateSemanticLabelRaw => r'باشلىنىش ۋاقتى $fullDate'; + + @override + String get dateRangeStartLabel => 'باشلىنىش ۋاقتى'; + + @override + String get dateSeparator => '/'; + + @override + String get deleteButtonTooltip => 'ئۆچۈرۈش'; + + @override + String get dialModeButtonLabel => 'ئىشكالا تاختىسىدا تاللاش ھالىتىگە ئۆتۈش'; + + @override + String get dialogLabel => 'دىئالوگ'; + + @override + String get drawerLabel => 'يېتەگلىگۈچى تىزىملىكى'; + + @override + String get expandedHint => 'يىغىلدى'; + + @override + String get expandedIconTapHint => 'تارايتىش'; + + @override + String get expansionTileCollapsedHint => 'يېيىش ئۈچۈن قوش چېكىڭ'; + + @override + String get expansionTileCollapsedTapHint => 'تېخىمۇ كۆپ تەپسىلاتلار ئۈچۈن يېيىڭ'; + + @override + String get expansionTileExpandedHint => 'يىغىش ئۈچۈن قوش چېكىڭ'; + + @override + String get expansionTileExpandedTapHint => 'يىغىش'; + + @override + String get firstPageTooltip => 'بىرىنچى بەت'; + + @override + String get hideAccountsLabel => 'ھېساباتنى يوشۇرۇش'; + + @override + String get inputDateModeButtonLabel => 'خەت كىرگۈزۈشكە ئۆتۈش'; + + @override + String get inputTimeModeButtonLabel => 'خەت كىرگۈزۈش ھالىتىگە ئۆتۈش'; + + @override + String get invalidDateFormatLabel => 'فورمات ئىناۋەتسىز.'; + + @override + String get invalidDateRangeLabel => 'دائىرە ئىناۋەتسىز.'; + + @override + String get invalidTimeLabel => 'ئىناۋەتلىك بىر ۋاقىت كىرگۈزۈڭ'; + + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Backspace'; + + @override + String get keyboardKeyCapsLock => 'Caps Lock'; + + @override + String get keyboardKeyChannelDown => '-CH'; + + @override + String get keyboardKeyChannelUp => '+CH'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEject => 'Eject'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHome => 'باشبەت'; + + @override + String get keyboardKeyInsert => 'قىستۇرۇش'; + + @override + String get keyboardKeyMeta => 'مېتا'; + + @override + String get keyboardKeyMetaMacOs => 'بۇيرۇق'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Num Lock'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'توك'; + + @override + String get keyboardKeyPowerOff => 'ئېتىش'; + + @override + String get keyboardKeyPrintScreen => 'PrtSc'; + + @override + String get keyboardKeyScrollLock => 'Scroll Lock'; + + @override + String get keyboardKeySelect => 'تاللاش'; + + @override + String get keyboardKeyShift => 'Shift'; + + @override + String get keyboardKeySpace => 'بوشلۇق كۇنۇپكىسى'; + + @override + String get lastPageTooltip => 'ئاخىرقى بەت'; + + @override + String? get licensesPackageDetailTextFew => null; + + @override + String? get licensesPackageDetailTextMany => null; + + @override + String? get licensesPackageDetailTextOne => '1 ئىجازەتنامە'; + + @override + String get licensesPackageDetailTextOther => r'$licenseCount ئىجازەتنامە'; + + @override + String? get licensesPackageDetailTextTwo => null; + + @override + String? get licensesPackageDetailTextZero => null; + + @override + String get licensesPageTitle => 'ئىجازەتننامىلەر'; + + @override + String get lookUpButtonLabel => 'ئىزدەش'; + + @override + String get menuBarMenuLabel => 'تىزىملىك بالدىقى تىزىملىكى'; + + @override + String get menuDismissLabel => 'تىزىملىكنى يېپىش'; + + @override + String get modalBarrierDismissLabel => 'يېپىش'; + + @override + String get moreButtonTooltip => 'تېخىمۇ كۆپ'; + + @override + String get nextMonthTooltip => 'كېيىنكى ئاي'; + + @override + String get nextPageTooltip => 'كېيىنكى بەت'; + + @override + String get okButtonLabel => 'ماقۇل'; + + @override + String get openAppDrawerTooltip => 'يېتەكچى تىزىملىكىنى ئېچىىش'; + + @override + String get pageRowsInfoTitleRaw => r'جەمئىي $rowCountقۇر، $lastRow–$firstRow'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'جەمئىي $rowCountقۇر، $lastRow–$firstRow'; + + @override + String get pasteButtonLabel => 'چاپلاش'; + + @override + String get popupMenuLabel => 'سەكرىمە تىزىملىك'; + + @override + String get postMeridiemAbbreviation => 'چۈشتىن كېيىن'; + + @override + String get previousMonthTooltip => 'ئالدىنقى ئاي'; + + @override + String get previousPageTooltip => 'ئالدىنقى بەت'; + + @override + String get refreshIndicatorSemanticLabel => 'يېڭىلاش'; + + @override + String? get remainingTextFieldCharacterCountFew => null; + + @override + String? get remainingTextFieldCharacterCountMany => null; + + @override + String? get remainingTextFieldCharacterCountOne => '1 ھەرپ-بەلگە قالدى'; + + @override + String get remainingTextFieldCharacterCountOther => r'$remainingCount ھەرپ-بەلگە قالدى'; + + @override + String? get remainingTextFieldCharacterCountTwo => null; + + @override + String? get remainingTextFieldCharacterCountZero => null; + + @override + String get reorderItemDown => 'ئاستىغا يۆتكەش'; + + @override + String get reorderItemLeft => 'سولغا يۆتكەش'; + + @override + String get reorderItemRight => 'ئوڭغا يۆتكەش'; + + @override + String get reorderItemToEnd => 'ئاخىرىغا يۆتكەش'; + + @override + String get reorderItemToStart => 'باشلىنىشقا يۆتكەش'; + + @override + String get reorderItemUp => 'يۇقىرىغا يۆتكەش'; + + @override + String get rowsPerPageTitle => 'ھەر بەتتىكى قۇر سانى:'; + + @override + String get saveButtonLabel => 'ساقلاش'; + + @override + String get scanTextButtonLabel => 'تېكىستنى سايىلەش'; + + @override + String get scrimLabel => 'Scrim'; + + @override + String get scrimOnTapHintRaw => r'$modalRouteContentName نى يېپىش'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.tall; + + @override + String get searchFieldLabel => 'ئىزدەش'; + + @override + String get searchWebButtonLabel => 'توردا ئىزدەش'; + + @override + String get selectAllButtonLabel => 'ھەممىنى تاللاش'; + + @override + String get selectYearSemanticsLabel => 'يىل تاللاش'; + + @override + String get selectedDateLabel => 'تاللاندى'; + + @override + String? get selectedRowCountTitleFew => null; + + @override + String? get selectedRowCountTitleMany => null; + + @override + String? get selectedRowCountTitleOne => '1 ئوبيېكت تاللاندى'; + + @override + String get selectedRowCountTitleOther => r'$selectedRowCount ئوبيېكت تاللاندى'; + + @override + String? get selectedRowCountTitleTwo => null; + + @override + String? get selectedRowCountTitleZero => null; + + @override + String get shareButtonLabel => 'ئورتاقلىشىش'; + + @override + String get showAccountsLabel => 'ھېساباتنى كۆرسىتىش'; + + @override + String get showMenuTooltip => 'تىزىملىكنى كۆرسىتىش'; + + @override + String get signedInLabel => 'تىزىملاپ كىردىڭىز'; + + @override + String get tabLabelRaw => r'جەمئىي $tabCount بەتكۈچ، $tabIndex'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerDialHelpText => 'ۋاقىت تاللاش'; + + @override + String get timePickerHourLabel => 'سائەت'; + + @override + String get timePickerHourModeAnnouncement => 'سائەت تاللاش'; + + @override + String get timePickerInputHelpText => 'ۋاقىت كىرگۈزۈش'; + + @override + String get timePickerMinuteLabel => 'مىنۇت'; + + @override + String get timePickerMinuteModeAnnouncement => 'مىنۇت تاللاش'; + + @override + String get unspecifiedDate => 'چېسلا'; + + @override + String get unspecifiedDateRange => 'چېسلا دائىرىسى'; + + @override + String get viewLicensesButtonLabel => 'ئىجازەتنامىلەرنى كۆرسىتىش'; +} + /// The translations for Ukrainian (`uk`). class MaterialLocalizationUk extends GlobalMaterialLocalizations { /// Create an instance of the translation bundle for Ukrainian. @@ -45036,6 +46028,7 @@ final Set kMaterialSupportedLanguages = HashSet.from(const kMaterialSupportedLanguages = HashSet.from(const kMaterialSupportedLanguages = HashSet.from(const kMaterialSupportedLanguages = HashSet.from(const Date: Wed, 5 Feb 2025 21:59:16 +0100 Subject: [PATCH 278/327] Fix issue #156954: Wrong dateHelpText in MaterialLocalizationIt (#161889) Fix #156954 - Changed current value `dataHelpText` used in `MaterialLocalizationIt` from "mm/gg/aaaa" to "gg/mm/aaaa" - Wrote test *Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* *List which issues are fixed by this PR. You must list at least one issue. An issue is not required if the PR fixes something trivial like a typo.* *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].* ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [x] I listed at least one issue that this PR fixes in the description above. - [ ] I updated/added relevant documentation (doc comments with `///`). - [x] I added new tests to check the change I am making, or this PR is [test-exempt]. - [ ] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [x] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-new channel on [Discord]. [Contributor Guide]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview [Tree Hygiene]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md [test-exempt]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests [Flutter Style Guide]: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md [Features we expect every widget to implement]: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#features-we-expect-every-widget-to-implement [CLA]: https://cla.developers.google.com/ [flutter/tests]: https://github.com/flutter/tests [breaking change policy]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes [Discord]: https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md [Data Driven Fixes]: https://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md --- .../src/l10n/generated_material_localizations.dart | 2 +- .../lib/src/l10n/material_it.arb | 2 +- .../test/material/translations_test.dart | 11 +++++++++++ 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index f9c7ecb45cd8..4ad7e6980687 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -21688,7 +21688,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { String get cutButtonLabel => 'Taglia'; @override - String get dateHelpText => 'mm/gg/aaaa'; + String get dateHelpText => 'gg/mm/aaaa'; @override String get dateInputLabel => 'Inserisci data'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/flutter_localizations/lib/src/l10n/material_it.arb index 308a6830b48b..7f45ffd89cbb 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_it.arb @@ -56,7 +56,7 @@ "refreshIndicatorSemanticLabel": "Aggiorna", "moreButtonTooltip": "Altro", "dateSeparator": "/", - "dateHelpText": "mm/gg/aaaa", + "dateHelpText": "gg/mm/aaaa", "selectYearSemanticsLabel": "Seleziona anno", "unspecifiedDate": "Data", "unspecifiedDateRange": "Intervallo di date", diff --git a/packages/flutter_localizations/test/material/translations_test.dart b/packages/flutter_localizations/test/material/translations_test.dart index d0d1c72716f6..3c7358f01c87 100644 --- a/packages/flutter_localizations/test/material/translations_test.dart +++ b/packages/flutter_localizations/test/material/translations_test.dart @@ -596,4 +596,15 @@ void main() { expect(localizations.copyButtonLabel, '복사'); expect(localizations.pasteButtonLabel, '붙여넣기'); }); + + // Regression test for https://github.com/flutter/flutter/issues/156954 + testWidgets('Italian translation for dateHelpText', (WidgetTester tester) async { + const Locale locale = Locale('it'); + expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); + final MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load( + locale, + ); + expect(localizations, isA()); + expect(localizations.dateHelpText, 'gg/mm/aaaa'); + }); } From 0312e1494b2b6632141a0d42e2df416da82fedd3 Mon Sep 17 00:00:00 2001 From: Mykhailo B <48155875+Michae1Weiss@users.noreply.github.com> Date: Wed, 26 Feb 2025 18:46:00 +0100 Subject: [PATCH 279/327] Add localization for `Back` and `Cancel` buttons in CupertinoNavigationBar (#162581) ### Description This PR adds localization support for the **"Back"** and **"Cancel"** buttons used in `CupertinoNavigationBar`. #### Changes: - Introduced `cancelButtonLabel` and `backButtonLabel` in `CupertinoLocalizations`. - ~Updated all ARB files with appropriate translations.~ - Modified `_NavigationBarStaticComponents` and `_BackLabel` to use these labels. - Ensured all localization tests pass. - Fixed the test `Auto back/close button` in the `packages/flutter/test/cupertino/localizations_test.dart`. ### Why is this needed? Currently, the **"Back"** and **"Cancel"** (prev. **"Close"**) buttons in `CupertinoNavigationBar` are hardcoded in English. This update ensures they are properly localized across supported languages. ### Tests One test failed (even before my changes): `Saturation is applied before blur` ![Screenshot from 2025-02-02 17-02-20](https://github.com/user-attachments/assets/466df00a-6c28-4bb4-959b-9eee5533d5e3) #### Manual Testing with the `modal_bottom_sheet` Package I tested the change using [my custom mini app](https://gist.github.com/Michae1Weiss/9afee8c425d03e3d41e331fdbf21344f) and the `modal_bottom_sheet` package. I verified that the button is correctly translated into German localization. ##### Before ![cupertino_modal_cancel_button_before_change](https://github.com/user-attachments/assets/7bb41909-43c8-4ece-a885-b17c24193b51) ##### After ![cupertino_modal_cancel_button_after_change](https://github.com/user-attachments/assets/bf5f8904-71e8-4b39-8cee-8c8eb8de7c77) ### Button Name Change: From "Close" to "Cancel" I have renamed the button from **"Close"** to **"Cancel"** to align with the iOS native naming convention for buttons in modal dialogs. #### Example: ![cancel_button](https://github.com/user-attachments/assets/32d3ac7e-8d18-4ba0-b13d-aa54f61a476a) ### Related Issues [CupertinoNavigationBar's "Close", "Back", and "Cancel" buttons are not localized. **#48616** ](https://github.com/flutter/flutter/issues/48616) [CupertinoNavigationBar's "Back" button is not localized **#120722** ](https://github.com/flutter/flutter/issues/120722) ## Pre-launch Checklist - [X] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [X] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [X] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [X] I signed the [CLA]. - [X] I listed at least one issue that this PR fixes in the description above. - [X] I updated/added relevant documentation (doc comments with `///`). - [ ] I added new tests to check the change I am making, or this PR is [test-exempt]. - [X] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [X] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-new channel on [Discord]. --- .../lib/src/l10n/cupertino_af.arb | 4 +- .../lib/src/l10n/cupertino_am.arb | 4 +- .../lib/src/l10n/cupertino_ar.arb | 4 +- .../lib/src/l10n/cupertino_as.arb | 4 +- .../lib/src/l10n/cupertino_az.arb | 4 +- .../lib/src/l10n/cupertino_be.arb | 4 +- .../lib/src/l10n/cupertino_bg.arb | 4 +- .../lib/src/l10n/cupertino_bn.arb | 4 +- .../lib/src/l10n/cupertino_bo.arb | 4 +- .../lib/src/l10n/cupertino_bs.arb | 4 +- .../lib/src/l10n/cupertino_ca.arb | 4 +- .../lib/src/l10n/cupertino_cs.arb | 4 +- .../lib/src/l10n/cupertino_cy.arb | 4 +- .../lib/src/l10n/cupertino_da.arb | 4 +- .../lib/src/l10n/cupertino_de.arb | 4 +- .../lib/src/l10n/cupertino_el.arb | 4 +- .../lib/src/l10n/cupertino_en.arb | 10 + .../lib/src/l10n/cupertino_es.arb | 4 +- .../lib/src/l10n/cupertino_et.arb | 4 +- .../lib/src/l10n/cupertino_eu.arb | 4 +- .../lib/src/l10n/cupertino_fa.arb | 4 +- .../lib/src/l10n/cupertino_fi.arb | 4 +- .../lib/src/l10n/cupertino_fil.arb | 4 +- .../lib/src/l10n/cupertino_fr.arb | 4 +- .../lib/src/l10n/cupertino_gl.arb | 4 +- .../lib/src/l10n/cupertino_gsw.arb | 4 +- .../lib/src/l10n/cupertino_gu.arb | 4 +- .../lib/src/l10n/cupertino_he.arb | 4 +- .../lib/src/l10n/cupertino_hi.arb | 4 +- .../lib/src/l10n/cupertino_hr.arb | 4 +- .../lib/src/l10n/cupertino_hu.arb | 4 +- .../lib/src/l10n/cupertino_hy.arb | 4 +- .../lib/src/l10n/cupertino_id.arb | 4 +- .../lib/src/l10n/cupertino_is.arb | 4 +- .../lib/src/l10n/cupertino_it.arb | 4 +- .../lib/src/l10n/cupertino_ja.arb | 4 +- .../lib/src/l10n/cupertino_ka.arb | 4 +- .../lib/src/l10n/cupertino_kk.arb | 4 +- .../lib/src/l10n/cupertino_km.arb | 4 +- .../lib/src/l10n/cupertino_kn.arb | 4 +- .../lib/src/l10n/cupertino_ko.arb | 4 +- .../lib/src/l10n/cupertino_ky.arb | 4 +- .../lib/src/l10n/cupertino_lo.arb | 4 +- .../lib/src/l10n/cupertino_lt.arb | 4 +- .../lib/src/l10n/cupertino_lv.arb | 4 +- .../lib/src/l10n/cupertino_mk.arb | 4 +- .../lib/src/l10n/cupertino_ml.arb | 4 +- .../lib/src/l10n/cupertino_mn.arb | 4 +- .../lib/src/l10n/cupertino_mr.arb | 4 +- .../lib/src/l10n/cupertino_ms.arb | 4 +- .../lib/src/l10n/cupertino_my.arb | 4 +- .../lib/src/l10n/cupertino_nb.arb | 4 +- .../lib/src/l10n/cupertino_ne.arb | 4 +- .../lib/src/l10n/cupertino_nl.arb | 4 +- .../lib/src/l10n/cupertino_no.arb | 4 +- .../lib/src/l10n/cupertino_or.arb | 4 +- .../lib/src/l10n/cupertino_pa.arb | 4 +- .../lib/src/l10n/cupertino_pl.arb | 4 +- .../lib/src/l10n/cupertino_pt.arb | 4 +- .../lib/src/l10n/cupertino_ro.arb | 4 +- .../lib/src/l10n/cupertino_ru.arb | 4 +- .../lib/src/l10n/cupertino_si.arb | 4 +- .../lib/src/l10n/cupertino_sk.arb | 4 +- .../lib/src/l10n/cupertino_sl.arb | 4 +- .../lib/src/l10n/cupertino_sq.arb | 4 +- .../lib/src/l10n/cupertino_sr.arb | 4 +- .../lib/src/l10n/cupertino_sv.arb | 4 +- .../lib/src/l10n/cupertino_sw.arb | 4 +- .../lib/src/l10n/cupertino_ta.arb | 4 +- .../lib/src/l10n/cupertino_te.arb | 4 +- .../lib/src/l10n/cupertino_th.arb | 4 +- .../lib/src/l10n/cupertino_tl.arb | 4 +- .../lib/src/l10n/cupertino_tr.arb | 4 +- .../lib/src/l10n/cupertino_ug.arb | 4 +- .../lib/src/l10n/cupertino_uk.arb | 4 +- .../lib/src/l10n/cupertino_ur.arb | 4 +- .../lib/src/l10n/cupertino_uz.arb | 4 +- .../lib/src/l10n/cupertino_vi.arb | 4 +- .../lib/src/l10n/cupertino_zh.arb | 4 +- .../lib/src/l10n/cupertino_zu.arb | 4 +- .../generated_cupertino_localizations.dart | 480 ++++++++++++++++++ 81 files changed, 727 insertions(+), 79 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb index 997d9723c321..da594db84a98 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "Kyk op", "searchWebButtonLabel": "Deursoek web", "shareButtonLabel": "Deel …", - "clearButtonLabel": "Vee uit" + "clearButtonLabel": "Vee uit", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb index bef75af1a338..2f50d8876cf5 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "ይመልከቱ", "searchWebButtonLabel": "ድርን ፈልግ", "shareButtonLabel": "አጋራ...", - "clearButtonLabel": "አጽዳ" + "clearButtonLabel": "አጽዳ", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb index f20125c46223..4ebbfa058322 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb @@ -47,5 +47,7 @@ "menuDismissLabel": "إغلاق القائمة", "lookUpButtonLabel": "بحث عام", "searchWebButtonLabel": "البحث على الويب", - "shareButtonLabel": "مشاركة…" + "shareButtonLabel": "مشاركة…", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb index 100a38d82c55..2b281513b8ce 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb @@ -27,5 +27,7 @@ "menuDismissLabel": "অগ্ৰাহ্য কৰাৰ মেনু", "lookUpButtonLabel": "ওপৰলৈ চাওক", "searchWebButtonLabel": "ৱেবত সন্ধান কৰক", - "shareButtonLabel": "শ্বেয়াৰ কৰক…" + "shareButtonLabel": "শ্বেয়াৰ কৰক…", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb index b43216bea3b5..b25fb6bd9cf5 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb @@ -27,5 +27,7 @@ "menuDismissLabel": "Menyunu qapadın", "lookUpButtonLabel": "Axtarın", "searchWebButtonLabel": "Vebdə axtarın", - "shareButtonLabel": "Paylaşın..." + "shareButtonLabel": "Paylaşın...", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb index aa78c61423fb..06045b82d894 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb @@ -37,5 +37,7 @@ "menuDismissLabel": "Закрыць меню", "lookUpButtonLabel": "Знайсці", "searchWebButtonLabel": "Пошук у сетцы", - "shareButtonLabel": "Абагуліць..." + "shareButtonLabel": "Абагуліць...", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb index c7160caa681c..55031d3db3fe 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb @@ -27,5 +27,7 @@ "menuDismissLabel": "Отхвърляне на менюто", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Търсене в мрежата", - "shareButtonLabel": "Споделяне..." + "shareButtonLabel": "Споделяне...", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb index 798b0b4f4a9e..e5940bfd42a1 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb @@ -27,5 +27,7 @@ "menuDismissLabel": "বাতিল করার মেনু", "lookUpButtonLabel": "লুক-আপ", "searchWebButtonLabel": "ওয়েবে সার্চ করুন", - "shareButtonLabel": "শেয়ার করুন..." + "shareButtonLabel": "শেয়ার করুন...", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bo.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bo.arb index a9615e11f58c..41a82004e32d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bo.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bo.arb @@ -27,5 +27,7 @@ "noSpellCheckReplacementsLabel": "བརྗེས་ལེན་མ་རྙེད།", "searchTextFieldPlaceholderLabel": "འཚོལ་བཤེར།", "modalBarrierDismissLabel": "འདོར་བ།", - "menuDismissLabel": "ཐོ་གཞུང་འདོར་བ།" + "menuDismissLabel": "ཐོ་གཞུང་འདོར་བ།", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb index c94b693b03b7..1ae65a60c712 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb @@ -32,5 +32,7 @@ "menuDismissLabel": "Odbacivanje menija", "lookUpButtonLabel": "Pogled nagore", "searchWebButtonLabel": "Pretraži Web", - "shareButtonLabel": "Dijeli..." + "shareButtonLabel": "Dijeli...", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb index af1afc68ccde..9a47d1a44829 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb @@ -27,5 +27,7 @@ "menuDismissLabel": "Ignora el menú", "lookUpButtonLabel": "Mira amunt", "searchWebButtonLabel": "Cerca al web", - "shareButtonLabel": "Comparteix..." + "shareButtonLabel": "Comparteix...", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb index f7cd1ea9bc6c..cf0b56794a78 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb @@ -37,5 +37,7 @@ "menuDismissLabel": "Zavřít nabídku", "lookUpButtonLabel": "Vyhledat", "searchWebButtonLabel": "Vyhledávat na webu", - "shareButtonLabel": "Sdílet…" + "shareButtonLabel": "Sdílet…", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb index a9784b361589..a58a08d6cd93 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb @@ -47,5 +47,7 @@ "menuDismissLabel": "Diystyru'r ddewislen", "lookUpButtonLabel": "Chwilio", "searchWebButtonLabel": "Chwilio'r We", - "shareButtonLabel": "Rhannu..." + "shareButtonLabel": "Rhannu...", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb index f71de9c35ea6..8062f22a2c36 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb @@ -27,5 +27,7 @@ "menuDismissLabel": "Luk menu", "lookUpButtonLabel": "Slå op", "searchWebButtonLabel": "Søg på nettet", - "shareButtonLabel": "Del…" + "shareButtonLabel": "Del…", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb index 33e51c8a3aba..98926adfd8b7 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb @@ -27,5 +27,7 @@ "menuDismissLabel": "Menü schließen", "lookUpButtonLabel": "Nachschlagen", "searchWebButtonLabel": "Im Web suchen", - "shareButtonLabel": "Teilen…" + "shareButtonLabel": "Teilen…", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb index 5832bca9946d..1027e21bf230 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb @@ -27,5 +27,7 @@ "menuDismissLabel": "Παράβλεψη μενού", "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Αναζήτηση στον ιστό", - "shareButtonLabel": "Κοινοποίηση…" + "shareButtonLabel": "Κοινοποίηση…", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb index 3b220c34e557..960a808165fd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb @@ -203,5 +203,15 @@ "menuDismissLabel": "Dismiss menu", "@menuDismissLabel": { "description": "Label read out by accessibility tools (TalkBack or VoiceOver) for the area around a menu to indicate that a tap dismisses the menu." + }, + + "cancelButtonLabel": "Cancel", + "@cancelButtonLabel": { + "description": "Label for the cancel button in modal views." + }, + + "backButtonLabel": "Back", + "@backButtonLabel": { + "description": "Label for the back button. Used as the semantic label for the back button in CupertinoNavigationBar and CupertinoSliverNavigationBar and as a fallback display when the previous page title is truncated." } } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb index 486919cb0243..fbd2ba786a1f 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "Buscador visual", "searchWebButtonLabel": "Buscar en la Web", "shareButtonLabel": "Compartir...", - "clearButtonLabel": "Borrar" + "clearButtonLabel": "Borrar", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb index b10eebc73c14..44f12ed860d9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Otsi veebist", "shareButtonLabel": "Jaga …", - "clearButtonLabel": "Kustutamine" + "clearButtonLabel": "Kustutamine", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb index 87d0f875df5b..c3f582954965 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "Bilatu", "searchWebButtonLabel": "Bilatu sarean", "shareButtonLabel": "Partekatu...", - "clearButtonLabel": "Garbitu" + "clearButtonLabel": "Garbitu", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb index 50b172c40f56..5e6ea6631f7f 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "جستجو", "searchWebButtonLabel": "جستجو در وب", "shareButtonLabel": "هم‌رسانی…", - "clearButtonLabel": "پاک کردن" + "clearButtonLabel": "پاک کردن", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb index eec641fe0a6a..d8c2f3e827a3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "Hae", "searchWebButtonLabel": "Hae verkosta", "shareButtonLabel": "Jaa…", - "clearButtonLabel": "Tyhjennä" + "clearButtonLabel": "Tyhjennä", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb index 6dfac146c0bf..99a11268cf89 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "Tumingin sa Itaas", "searchWebButtonLabel": "Maghanap sa Web", "shareButtonLabel": "Ibahagi...", - "clearButtonLabel": "I-clear" + "clearButtonLabel": "I-clear", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb index 8cc0cd199653..bdaf2297b73d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "Recherche visuelle", "searchWebButtonLabel": "Rechercher sur le Web", "shareButtonLabel": "Partager…", - "clearButtonLabel": "Effacer" + "clearButtonLabel": "Effacer", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb index c9e73b2b1e20..3b7ea839cc0c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "Mirar cara arriba", "searchWebButtonLabel": "Buscar na Web", "shareButtonLabel": "Compartir…", - "clearButtonLabel": "Borrar" + "clearButtonLabel": "Borrar", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb index 36edf395e859..a19de2be06b4 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "Nachschlagen", "searchWebButtonLabel": "Im Web suchen", "shareButtonLabel": "Teilen…", - "clearButtonLabel": "Löschen" + "clearButtonLabel": "Löschen", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb index 389d02adf499..2ffb39f588c9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "શોધો", "searchWebButtonLabel": "વેબ પર શોધો", "shareButtonLabel": "શેર કરો…", - "clearButtonLabel": "સાફ કરો" + "clearButtonLabel": "સાફ કરો", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb index caba2113866a..9dd7aab0f21d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb @@ -37,5 +37,7 @@ "lookUpButtonLabel": "חיפוש", "searchWebButtonLabel": "חיפוש באינטרנט", "shareButtonLabel": "שיתוף…", - "clearButtonLabel": "ניקוי" + "clearButtonLabel": "ניקוי", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb index f231b5270bb9..0fd746be6cdd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "लुक अप बटन", "searchWebButtonLabel": "वेब पर खोजें", "shareButtonLabel": "शेयर करें…", - "clearButtonLabel": "मिटाएं" + "clearButtonLabel": "मिटाएं", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb index 54a98626c5ca..02118b161c43 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb @@ -32,5 +32,7 @@ "lookUpButtonLabel": "Pogled prema gore", "searchWebButtonLabel": "Pretraži web", "shareButtonLabel": "Dijeli...", - "clearButtonLabel": "Izbriši" + "clearButtonLabel": "Izbriši", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb index 88afb695e3d9..304b164fd260 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "Felfelé nézés", "searchWebButtonLabel": "Keresés az interneten", "shareButtonLabel": "Megosztás…", - "clearButtonLabel": "Törlés" + "clearButtonLabel": "Törlés", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb index fa84ec31d8ae..3932fac22384 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "Փնտրել", "searchWebButtonLabel": "Որոնել համացանցում", "shareButtonLabel": "Կիսվել...", - "clearButtonLabel": "Մաքրել" + "clearButtonLabel": "Մաքրել", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb index df99700647eb..abafaea38e9c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "Cari", "searchWebButtonLabel": "Telusuri di Web", "shareButtonLabel": "Bagikan...", - "clearButtonLabel": "Hapus" + "clearButtonLabel": "Hapus", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb index 99153f4f542a..f0ee48570cec 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Leita á vefnum", "shareButtonLabel": "Deila...", - "clearButtonLabel": "Hreinsa" + "clearButtonLabel": "Hreinsa", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb index 77383db5f27b..159f9423b1b8 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "Cerca", "searchWebButtonLabel": "Cerca sul web", "shareButtonLabel": "Condividi…", - "clearButtonLabel": "Cancella" + "clearButtonLabel": "Cancella", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb index 8b38c8a8106e..1b6a1f297e17 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "調べる", "searchWebButtonLabel": "ウェブを検索", "shareButtonLabel": "共有...", - "clearButtonLabel": "消去" + "clearButtonLabel": "消去", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb index 6b6cebc11f75..65c07f1eb644 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "აიხედეთ ზემოთ", "searchWebButtonLabel": "ვებში ძიება", "shareButtonLabel": "გაზიარება...", - "clearButtonLabel": "გასუფთავება" + "clearButtonLabel": "გასუფთავება", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb index 02358f67a5fd..561eaefa04c4 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "Іздеу", "searchWebButtonLabel": "Интернеттен іздеу", "shareButtonLabel": "Бөлісу…", - "clearButtonLabel": "Өшіру" + "clearButtonLabel": "Өшіру", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb index 6b0cdf71734f..ae1c11bbf787 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "រកមើល", "searchWebButtonLabel": "ស្វែងរក​លើបណ្ដាញ", "shareButtonLabel": "ចែករំលែក...", - "clearButtonLabel": "សម្អាត" + "clearButtonLabel": "សម្អាត", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb index aa95e80eb69d..6edf86a4165b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "\u0cae\u0cc7\u0cb2\u0cc6\u0020\u0ca8\u0ccb\u0ca1\u0cbf", "searchWebButtonLabel": "\u0cb5\u0cc6\u0cac\u0ccd\u200c\u0ca8\u0cb2\u0ccd\u0cb2\u0cbf\u0020\u0cb9\u0cc1\u0ca1\u0cc1\u0c95\u0cbf", "shareButtonLabel": "\u0cb9\u0c82\u0c9a\u0cbf\u0c95\u0cca\u0cb3\u0ccd\u0cb3\u0cbf\u002e\u002e\u002e", - "clearButtonLabel": "\u0ca4\u0cc6\u0cb0\u0cb5\u0cc1\u0c97\u0cca\u0cb3\u0cbf\u0cb8\u0cbf" + "clearButtonLabel": "\u0ca4\u0cc6\u0cb0\u0cb5\u0cc1\u0c97\u0cca\u0cb3\u0cbf\u0cb8\u0cbf", + "cancelButtonLabel": "\u0043\u0061\u006e\u0063\u0065\u006c", + "backButtonLabel": "\u0042\u0061\u0063\u006b" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb index e98c02305a23..204f81be3cdf 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "찾기", "searchWebButtonLabel": "웹 검색", "shareButtonLabel": "공유...", - "clearButtonLabel": "삭제" + "clearButtonLabel": "삭제", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb index 08d2a795bdb4..ee1669b06cfc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "Издөө", "searchWebButtonLabel": "Интернеттен издөө", "shareButtonLabel": "Бөлүшүү…", - "clearButtonLabel": "Тазалоо" + "clearButtonLabel": "Тазалоо", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb index 24a94c754fb5..bd00233224ef 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "ຊອກຫາຂໍ້ມູນ", "searchWebButtonLabel": "ຊອກຫາຢູ່ອິນເຕີເນັດ", "shareButtonLabel": "ແບ່ງປັນ...", - "clearButtonLabel": "ລຶບລ້າງ" + "clearButtonLabel": "ລຶບລ້າງ", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb index 680038ebcc3c..8879a6568bd9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb @@ -37,5 +37,7 @@ "lookUpButtonLabel": "Ieškoti", "searchWebButtonLabel": "Ieškoti žiniatinklyje", "shareButtonLabel": "Bendrinti...", - "clearButtonLabel": "Išvalyti" + "clearButtonLabel": "Išvalyti", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb index 7be2b56ede38..8ba5cac861e7 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb @@ -32,5 +32,7 @@ "lookUpButtonLabel": "Meklēt", "searchWebButtonLabel": "Meklēt tīmeklī", "shareButtonLabel": "Kopīgot…", - "clearButtonLabel": "Notīrīt" + "clearButtonLabel": "Notīrīt", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb index 9c19df05128a..52eea860afe2 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "Погледнете нагоре", "searchWebButtonLabel": "Пребарајте на интернет", "shareButtonLabel": "Споделете...", - "clearButtonLabel": "Избриши" + "clearButtonLabel": "Избриши", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb index 647c7efe6c48..81e392f0946f 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "മുകളിലേക്ക് നോക്കുക", "searchWebButtonLabel": "വെബിൽ തിരയുക", "shareButtonLabel": "പങ്കിടുക...", - "clearButtonLabel": "മായ്ക്കുക" + "clearButtonLabel": "മായ്ക്കുക", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb index e869a8a860ab..460640a6a602 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "Дээшээ харах", "searchWebButtonLabel": "Вебээс хайх", "shareButtonLabel": "Хуваалцах...", - "clearButtonLabel": "Арилгах" + "clearButtonLabel": "Арилгах", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb index 81543fb4f911..5fcbe84e149a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "शोध घ्या", "searchWebButtonLabel": "वेबवर शोधा", "shareButtonLabel": "शेअर करा...", - "clearButtonLabel": "साफ करा" + "clearButtonLabel": "साफ करा", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb index 0b6d7392553a..90af42558efc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "Lihat ke Atas", "searchWebButtonLabel": "Buat carian pada Web", "shareButtonLabel": "Kongsi...", - "clearButtonLabel": "Kosongkan" + "clearButtonLabel": "Kosongkan", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb index 7581944eda59..2ff2af442a9b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "အပေါ်ကြည့်ရန်", "searchWebButtonLabel": "ဝဘ်တွင်ရှာရန်", "shareButtonLabel": "မျှဝေရန်...", - "clearButtonLabel": "ဖယ်ရှားရန်" + "clearButtonLabel": "ဖယ်ရှားရန်", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb index 711aaaa5dc27..e0bc8989519a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "Slå opp", "searchWebButtonLabel": "Søk på nettet", "shareButtonLabel": "Del…", - "clearButtonLabel": "Slett" + "clearButtonLabel": "Slett", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb index 47ed372be0cf..e6841fe059df 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "माथितिर हेर्नुहोस्", "searchWebButtonLabel": "वेबमा खोज्नुहोस्", "shareButtonLabel": "सेयर गर्नुहोस्...", - "clearButtonLabel": "हटाउनुहोस्" + "clearButtonLabel": "हटाउनुहोस्", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb index 516047c498cb..abe97944e02a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "Opzoeken", "searchWebButtonLabel": "Op internet zoeken", "shareButtonLabel": "Delen...", - "clearButtonLabel": "Wissen" + "clearButtonLabel": "Wissen", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb index 711aaaa5dc27..e0bc8989519a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "Slå opp", "searchWebButtonLabel": "Søk på nettet", "shareButtonLabel": "Del…", - "clearButtonLabel": "Slett" + "clearButtonLabel": "Slett", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb index 578fc17f03dc..848e44558bef 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "ଉପରକୁ ଦେଖନ୍ତୁ", "searchWebButtonLabel": "ୱେବ ସର୍ଚ୍ଚ କରନ୍ତୁ", "shareButtonLabel": "ସେୟାର୍ କରନ୍ତୁ...", - "clearButtonLabel": "ଖାଲି କରନ୍ତୁ" + "clearButtonLabel": "ଖାଲି କରନ୍ତୁ", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb index bddaf40898e6..2ee0041fa404 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "ਖੋਜੋ", "searchWebButtonLabel": "ਵੈੱਬ 'ਤੇ ਖੋਜੋ", "shareButtonLabel": "ਸਾਂਝਾ ਕਰੋ...", - "clearButtonLabel": "ਕਲੀਅਰ ਕਰੋ" + "clearButtonLabel": "ਕਲੀਅਰ ਕਰੋ", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb index 3fe0eb366786..ca5aadd6fac1 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb @@ -37,5 +37,7 @@ "lookUpButtonLabel": "Sprawdź", "searchWebButtonLabel": "Szukaj w internecie", "shareButtonLabel": "Udostępnij…", - "clearButtonLabel": "Wyczyść" + "clearButtonLabel": "Wyczyść", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb index 52c6f6de080f..4a5d15f2c106 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "Pesquisar", "searchWebButtonLabel": "Pesquisar na Web", "shareButtonLabel": "Compartilhar…", - "clearButtonLabel": "Limpar" + "clearButtonLabel": "Limpar", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb index e566c7248274..85e58d1268f2 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb @@ -32,5 +32,7 @@ "lookUpButtonLabel": "Privire în sus", "searchWebButtonLabel": "Căutați pe web", "shareButtonLabel": "Trimiteți…", - "clearButtonLabel": "Ștergeți" + "clearButtonLabel": "Ștergeți", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb index 0304dd713030..509e037e731e 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb @@ -37,5 +37,7 @@ "lookUpButtonLabel": "Найти", "searchWebButtonLabel": "Искать в интернете", "shareButtonLabel": "Поделиться", - "clearButtonLabel": "Очистить" + "clearButtonLabel": "Очистить", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb index 770984d6397b..188c77780dce 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "උඩ බලන්න", "searchWebButtonLabel": "වෙබය සොයන්න", "shareButtonLabel": "බෙදා ගන්න...", - "clearButtonLabel": "හිස් කරන්න" + "clearButtonLabel": "හිස් කරන්න", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb index 78805820b1f6..a92a8308f2d6 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb @@ -37,5 +37,7 @@ "lookUpButtonLabel": "Pohľad nahor", "searchWebButtonLabel": "Hľadať na webe", "shareButtonLabel": "Zdieľať…", - "clearButtonLabel": "Vymazať" + "clearButtonLabel": "Vymazať", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb index f1b4334f6068..4f1d142cd9cf 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb @@ -37,5 +37,7 @@ "lookUpButtonLabel": "Pogled gor", "searchWebButtonLabel": "Iskanje v spletu", "shareButtonLabel": "Deli …", - "clearButtonLabel": "Počisti" + "clearButtonLabel": "Počisti", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb index 46d0a17f471f..7ab43a64d7a9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "Kërko", "searchWebButtonLabel": "Kërko në ueb", "shareButtonLabel": "Ndaj...", - "clearButtonLabel": "Pastro" + "clearButtonLabel": "Pastro", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb index 80561de77b07..3a3993cabe89 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb @@ -32,5 +32,7 @@ "lookUpButtonLabel": "Поглед нагоре", "searchWebButtonLabel": "Претражи веб", "shareButtonLabel": "Дели…", - "clearButtonLabel": "Обриши" + "clearButtonLabel": "Обриши", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb index 78736c7d0003..4c93711aed42 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "Titta upp", "searchWebButtonLabel": "Sök på webben", "shareButtonLabel": "Dela …", - "clearButtonLabel": "Rensa" + "clearButtonLabel": "Rensa", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb index 091cf4eeb9b8..9e843851ca24 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "Tafuta", "searchWebButtonLabel": "Tafuta kwenye Wavuti", "shareButtonLabel": "Shiriki...", - "clearButtonLabel": "Futa" + "clearButtonLabel": "Futa", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb index a3b2501f5189..90ba1f00f236 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "தேடு", "searchWebButtonLabel": "இணையத்தில் தேடு", "shareButtonLabel": "பகிர்...", - "clearButtonLabel": "அழி" + "clearButtonLabel": "அழி", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb index db76c7900b86..a07a4f563938 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "వెతకండి", "searchWebButtonLabel": "వెబ్‌లో సెర్చ్ చేయండి", "shareButtonLabel": "షేర్ చేయండి...", - "clearButtonLabel": "క్లియర్ చేయండి" + "clearButtonLabel": "క్లియర్ చేయండి", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb index 8749520605c8..eb887e6b9c5d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "ค้นหา", "searchWebButtonLabel": "ค้นหาบนอินเทอร์เน็ต", "shareButtonLabel": "แชร์...", - "clearButtonLabel": "ล้าง" + "clearButtonLabel": "ล้าง", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb index 6dfac146c0bf..99a11268cf89 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "Tumingin sa Itaas", "searchWebButtonLabel": "Maghanap sa Web", "shareButtonLabel": "Ibahagi...", - "clearButtonLabel": "I-clear" + "clearButtonLabel": "I-clear", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb index bdd310d83958..87691fe64a2f 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "Ara", "searchWebButtonLabel": "Web'de Ara", "shareButtonLabel": "Paylaş...", - "clearButtonLabel": "Temizle" + "clearButtonLabel": "Temizle", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ug.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ug.arb index c43c089173fa..65f4ca659dc1 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ug.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ug.arb @@ -27,5 +27,7 @@ "noSpellCheckReplacementsLabel": "مۇۋاپىق ئۆزگەرتىش تېپىلمىدى", "searchTextFieldPlaceholderLabel": "ئىزدەش", "modalBarrierDismissLabel": "يېپىش", - "menuDismissLabel": "تىزىملىكنى يېپىش" + "menuDismissLabel": "تىزىملىكنى يېپىش", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb index 540ea40c0114..f0834a088c50 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb @@ -37,5 +37,7 @@ "lookUpButtonLabel": "Шукати", "searchWebButtonLabel": "Пошук в Інтернеті", "shareButtonLabel": "Поділитися…", - "clearButtonLabel": "Очистити" + "clearButtonLabel": "Очистити", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb index aeb69c720d92..27b3aa961b41 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "تفصیل دیکھیں", "searchWebButtonLabel": "ویب تلاش کریں", "shareButtonLabel": "اشتراک کریں...", - "clearButtonLabel": "صاف کریں" + "clearButtonLabel": "صاف کریں", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb index 148e950112a9..58dc315a857a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "Tepaga qarang", "searchWebButtonLabel": "Internetdan qidirish", "shareButtonLabel": "Ulashish…", - "clearButtonLabel": "Tozalash" + "clearButtonLabel": "Tozalash", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb index 7262b94a0930..770906ec2240 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "Tra cứu", "searchWebButtonLabel": "Tìm kiếm trên web", "shareButtonLabel": "Chia sẻ...", - "clearButtonLabel": "Xoá" + "clearButtonLabel": "Xoá", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb index 2fdc58239b89..1b1d954855f4 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "查询", "searchWebButtonLabel": "搜索", "shareButtonLabel": "共享…", - "clearButtonLabel": "清除" + "clearButtonLabel": "清除", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb index a95fa477660c..5fdb0328d7d5 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb @@ -27,5 +27,7 @@ "lookUpButtonLabel": "Bheka Phezulu", "searchWebButtonLabel": "Sesha Iwebhu", "shareButtonLabel": "Yabelana...", - "clearButtonLabel": "Sula" + "clearButtonLabel": "Sula", + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index b73705f84de5..3cfe2316c988 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -47,6 +47,12 @@ class CupertinoLocalizationAf extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'vm.'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Vee uit'; @@ -213,6 +219,12 @@ class CupertinoLocalizationAm extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'ጥዋት'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'አጽዳ'; @@ -379,6 +391,12 @@ class CupertinoLocalizationAr extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'ص'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'محو'; @@ -545,6 +563,12 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'পূৰ্বাহ্ন'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'মচক'; @@ -711,6 +735,12 @@ class CupertinoLocalizationAz extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Silin'; @@ -877,6 +907,12 @@ class CupertinoLocalizationBe extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'раніцы'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Ачысціць'; @@ -1043,6 +1079,12 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Изчистване'; @@ -1209,6 +1251,12 @@ class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'মুছুন'; @@ -1375,6 +1423,12 @@ class CupertinoLocalizationBo extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'སྔ་དྲོ'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'གཙང་བཟོ།'; @@ -1541,6 +1595,12 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'prijepodne'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Obriši'; @@ -1707,6 +1767,12 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Esborra'; @@ -1873,6 +1939,12 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Vymazat'; @@ -2039,6 +2111,12 @@ class CupertinoLocalizationCy extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Clirio'; @@ -2205,6 +2283,12 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Ryd'; @@ -2371,6 +2455,12 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Löschen'; @@ -2565,6 +2655,12 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'π.μ.'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Διαγραφή'; @@ -2731,6 +2827,12 @@ class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Clear'; @@ -3139,6 +3241,12 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'a. m.'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Borrar'; @@ -4225,6 +4333,12 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Kustutamine'; @@ -4391,6 +4505,12 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Garbitu'; @@ -4557,6 +4677,12 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'ق.ظ.'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'پاک کردن'; @@ -4723,6 +4849,12 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'ap'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Tyhjennä'; @@ -4889,6 +5021,12 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'I-clear'; @@ -5055,6 +5193,12 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Effacer'; @@ -5267,6 +5411,12 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'a.m.'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Borrar'; @@ -5433,6 +5583,12 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Löschen'; @@ -5599,6 +5755,12 @@ class CupertinoLocalizationGu extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'સાફ કરો'; @@ -5765,6 +5927,12 @@ class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'ניקוי'; @@ -5931,6 +6099,12 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'मिटाएं'; @@ -6097,6 +6271,12 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'prijepodne'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Izbriši'; @@ -6263,6 +6443,12 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'de.'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Törlés'; @@ -6429,6 +6615,12 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Մաքրել'; @@ -6595,6 +6787,12 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Hapus'; @@ -6761,6 +6959,12 @@ class CupertinoLocalizationIs extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'f.h.'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Hreinsa'; @@ -6927,6 +7131,12 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Cancella'; @@ -7093,6 +7303,12 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => '消去'; @@ -7259,6 +7475,12 @@ class CupertinoLocalizationKa extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'გასუფთავება'; @@ -7425,6 +7647,12 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'түстен кейін'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Өшіру'; @@ -7591,6 +7819,12 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'សម្អាត'; @@ -7757,6 +7991,12 @@ class CupertinoLocalizationKn extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => '\u{cac}\u{cc6}\u{cb3}\u{cbf}\u{c97}\u{ccd}\u{c97}\u{cc6}'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => '\u{ca4}\u{cc6}\u{cb0}\u{cb5}\u{cc1}\u{c97}\u{cca}\u{cb3}\u{cbf}\u{cb8}\u{cbf}'; @@ -7923,6 +8163,12 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => '오전'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => '삭제'; @@ -8089,6 +8335,12 @@ class CupertinoLocalizationKy extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'түшкө чейин'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Тазалоо'; @@ -8255,6 +8507,12 @@ class CupertinoLocalizationLo extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'ກ່ອນທ່ຽງ'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'ລຶບລ້າງ'; @@ -8421,6 +8679,12 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'priešpiet'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Išvalyti'; @@ -8587,6 +8851,12 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'priekšpusdienā'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Notīrīt'; @@ -8753,6 +9023,12 @@ class CupertinoLocalizationMk extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'ПРЕТПЛАДНЕ'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Избриши'; @@ -8919,6 +9195,12 @@ class CupertinoLocalizationMl extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'മായ്ക്കുക'; @@ -9085,6 +9367,12 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'ӨГЛӨӨ'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Арилгах'; @@ -9251,6 +9539,12 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'साफ करा'; @@ -9417,6 +9711,12 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'PG'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Kosongkan'; @@ -9583,6 +9883,12 @@ class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'ဖယ်ရှားရန်'; @@ -9749,6 +10055,12 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Slett'; @@ -9915,6 +10227,12 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'हटाउनुहोस्'; @@ -10081,6 +10399,12 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'am'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Wissen'; @@ -10247,6 +10571,12 @@ class CupertinoLocalizationNo extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Slett'; @@ -10413,6 +10743,12 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'ଖାଲି କରନ୍ତୁ'; @@ -10579,6 +10915,12 @@ class CupertinoLocalizationPa extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'ਕਲੀਅਰ ਕਰੋ'; @@ -10745,6 +11087,12 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Wyczyść'; @@ -10911,6 +11259,12 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Limpar'; @@ -11126,6 +11480,12 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'a.m.'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Ștergeți'; @@ -11292,6 +11652,12 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'АМ'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Очистить'; @@ -11458,6 +11824,12 @@ class CupertinoLocalizationSi extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'පෙ.ව.'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'හිස් කරන්න'; @@ -11624,6 +11996,12 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Vymazať'; @@ -11790,6 +12168,12 @@ class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'DOP.'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Počisti'; @@ -11956,6 +12340,12 @@ class CupertinoLocalizationSq extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'paradite'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Pastro'; @@ -12122,6 +12512,12 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'пре подне'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Обриши'; @@ -12422,6 +12818,12 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'FM'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Rensa'; @@ -12588,6 +12990,12 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Futa'; @@ -12754,6 +13162,12 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'அழி'; @@ -12920,6 +13334,12 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'క్లియర్ చేయండి'; @@ -13086,6 +13506,12 @@ class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'ล้าง'; @@ -13252,6 +13678,12 @@ class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'I-clear'; @@ -13418,6 +13850,12 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'ÖÖ'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Temizle'; @@ -13584,6 +14022,12 @@ class CupertinoLocalizationUg extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'چۈشتىن بۇرۇن'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'تازىلاش'; @@ -13750,6 +14194,12 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'дп'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Очистити'; @@ -13916,6 +14366,12 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'صاف کریں'; @@ -14082,6 +14538,12 @@ class CupertinoLocalizationUz extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Tozalash'; @@ -14248,6 +14710,12 @@ class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'SÁNG'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Xoá'; @@ -14414,6 +14882,12 @@ class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => '上午'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => '清除'; @@ -14752,6 +15226,12 @@ class CupertinoLocalizationZu extends GlobalCupertinoLocalizations { @override String get anteMeridiemAbbreviation => 'AM'; + @override + String get backButtonLabel => 'Back'; + + @override + String get cancelButtonLabel => 'Cancel'; + @override String get clearButtonLabel => 'Sula'; From 3247800c1b4778481c4b418b901f510f38cf00ad Mon Sep 17 00:00:00 2001 From: Jay Date: Fri, 28 Feb 2025 04:36:21 +0900 Subject: [PATCH 280/327] Fix korean cupertino datepicker datetime order (#163850) Currently, in the Korean locale (`ko`), the `CupertinoDatePicker` displays the time in the order of `hour : minute : AM/PM`. However, the correct format for Korean conventions is `AM/PM : hour : minute`. This PR modifies the `CupertinoDatePicker` to display the time in the correct order when the Korean locale is used. ## Changes - Updated the time display order for the Korean (`ko`) locale in `CupertinoDatePicker`. - Previous format: `hour : minute : AM/PM` - Updated format: `AM/PM : hour : minute` ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [x] I listed at least one issue that this PR fixes in the description above. - [ ] I updated/added relevant documentation (doc comments with `///`). - [x] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [x] All existing and new tests are passing. --- .../lib/src/l10n/cupertino_ko.arb | 2 +- .../l10n/generated_cupertino_localizations.dart | 2 +- .../test/cupertino/translations_test.dart | 14 ++++++++++++++ 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb index 204f81be3cdf..7fafd09bca43 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb @@ -4,7 +4,7 @@ "datePickerMinuteSemanticsLabelOne": "1분", "datePickerMinuteSemanticsLabelOther": "$minute분", "datePickerDateOrder": "ymd", - "datePickerDateTimeOrder": "date_time_dayPeriod", + "datePickerDateTimeOrder": "date_dayPeriod_time", "anteMeridiemAbbreviation": "오전", "postMeridiemAbbreviation": "오후", "todayLabel": "오늘", diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index 3cfe2316c988..bb8aa5f07c98 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -8182,7 +8182,7 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { String get datePickerDateOrderString => 'ymd'; @override - String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_dayPeriod_time'; @override String? get datePickerHourSemanticsLabelFew => null; diff --git a/packages/flutter_localizations/test/cupertino/translations_test.dart b/packages/flutter_localizations/test/cupertino/translations_test.dart index f8d1998d3d7c..4db59631a3a1 100644 --- a/packages/flutter_localizations/test/cupertino/translations_test.dart +++ b/packages/flutter_localizations/test/cupertino/translations_test.dart @@ -287,6 +287,20 @@ void main() { expect(localizations.datePickerDayOfMonth(1), '1日'); expect(localizations.datePickerDayOfMonth(1, 2), '周二 1日'); }); + + testWidgets('Test correct time order for CupertinoDatePicker in Korean locale', ( + WidgetTester tester, + ) async { + const Locale locale = Locale('ko'); + expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); + + final CupertinoLocalizations localizations = await GlobalCupertinoLocalizations.delegate.load( + locale, + ); + + expect(localizations, isA()); + expect(localizations.datePickerDateTimeOrder, DatePickerDateTimeOrder.date_dayPeriod_time); + }); } class _FakeEditableText extends EditableText { From 65ff04f14a47de44d2a08f121bf5a9849744e4c0 Mon Sep 17 00:00:00 2001 From: Sangam Shrestha <2shrestha22@gmail.com> Date: Fri, 14 Mar 2025 23:35:20 +0545 Subject: [PATCH 281/327] Remove redundant `useMaterial3: true` (#163376) This PR removes redundant useMaterial3: true as described in https://github.com/flutter/flutter/issues/162818 *List which issues are fixed by this PR. You must list at least one issue. An issue is not required if the PR fixes something trivial like a typo.* - https://github.com/flutter/flutter/issues/162818 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [x] I listed at least one issue that this PR fixes in the description above. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [ ] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-new channel on [Discord]. [Contributor Guide]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview [Tree Hygiene]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md [test-exempt]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests [Flutter Style Guide]: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md [Features we expect every widget to implement]: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#features-we-expect-every-widget-to-implement [CLA]: https://cla.developers.google.com/ [flutter/tests]: https://github.com/flutter/tests [breaking change policy]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes [Discord]: https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md [Data Driven Fixes]: https://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md --------- Co-authored-by: Qun Cheng <36861262+QuncCccccc@users.noreply.github.com> --- .../flutter_localizations/test/material/date_picker_test.dart | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/flutter_localizations/test/material/date_picker_test.dart b/packages/flutter_localizations/test/material/date_picker_test.dart index b09e56f85836..c88cd3e11959 100644 --- a/packages/flutter_localizations/test/material/date_picker_test.dart +++ b/packages/flutter_localizations/test/material/date_picker_test.dart @@ -154,7 +154,6 @@ void main() { testWidgets('Material3 - locale parameter overrides ambient locale', (WidgetTester tester) async { Widget buildFrame() { return MaterialApp( - theme: ThemeData(useMaterial3: true), locale: const Locale('en', 'US'), supportedLocales: const [Locale('en', 'US'), Locale('fr', 'CA')], localizationsDelegates: GlobalMaterialLocalizations.delegates, @@ -235,7 +234,6 @@ void main() { ) async { Widget buildFrame() { return MaterialApp( - theme: ThemeData(useMaterial3: true), locale: const Locale('en', 'US'), home: Material( child: Builder( @@ -318,7 +316,6 @@ void main() { ) async { Widget buildFrame() { return MaterialApp( - theme: ThemeData(useMaterial3: true), locale: const Locale('en', 'US'), supportedLocales: const [Locale('en', 'US'), Locale('fr', 'CA')], localizationsDelegates: GlobalMaterialLocalizations.delegates, From bf4bb72ea6acd072952ea1d00875e42bb10391bc Mon Sep 17 00:00:00 2001 From: Kate Lovett Date: Thu, 3 Apr 2025 13:58:22 -0500 Subject: [PATCH 282/327] Update localizations from console (#166496) Regular import of latest translations. ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [ ] I listed at least one issue that this PR fixes in the description above. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [x] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-new channel on [Discord]. [Contributor Guide]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview [Tree Hygiene]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md [test-exempt]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests [Flutter Style Guide]: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md [Features we expect every widget to implement]: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#features-we-expect-every-widget-to-implement [CLA]: https://cla.developers.google.com/ [flutter/tests]: https://github.com/flutter/tests [breaking change policy]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes [Discord]: https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md [Data Driven Fixes]: https://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md --- .../lib/src/l10n/cupertino_af.arb | 4 +- .../lib/src/l10n/cupertino_am.arb | 4 +- .../lib/src/l10n/cupertino_ar.arb | 4 +- .../lib/src/l10n/cupertino_as.arb | 4 +- .../lib/src/l10n/cupertino_az.arb | 4 +- .../lib/src/l10n/cupertino_be.arb | 4 +- .../lib/src/l10n/cupertino_bg.arb | 4 +- .../lib/src/l10n/cupertino_bn.arb | 4 +- .../lib/src/l10n/cupertino_bo.arb | 10 +- .../lib/src/l10n/cupertino_bs.arb | 4 +- .../lib/src/l10n/cupertino_ca.arb | 4 +- .../lib/src/l10n/cupertino_cs.arb | 4 +- .../lib/src/l10n/cupertino_cy.arb | 4 +- .../lib/src/l10n/cupertino_da.arb | 4 +- .../lib/src/l10n/cupertino_de.arb | 4 +- .../lib/src/l10n/cupertino_el.arb | 4 +- .../lib/src/l10n/cupertino_en_AU.arb | 2 + .../lib/src/l10n/cupertino_en_GB.arb | 2 + .../lib/src/l10n/cupertino_en_IE.arb | 2 + .../lib/src/l10n/cupertino_en_IN.arb | 2 + .../lib/src/l10n/cupertino_en_NZ.arb | 2 + .../lib/src/l10n/cupertino_en_SG.arb | 2 + .../lib/src/l10n/cupertino_en_ZA.arb | 2 + .../lib/src/l10n/cupertino_es.arb | 4 +- .../lib/src/l10n/cupertino_es_419.arb | 2 + .../lib/src/l10n/cupertino_es_AR.arb | 2 + .../lib/src/l10n/cupertino_es_BO.arb | 2 + .../lib/src/l10n/cupertino_es_CL.arb | 2 + .../lib/src/l10n/cupertino_es_CO.arb | 2 + .../lib/src/l10n/cupertino_es_CR.arb | 2 + .../lib/src/l10n/cupertino_es_DO.arb | 2 + .../lib/src/l10n/cupertino_es_EC.arb | 2 + .../lib/src/l10n/cupertino_es_GT.arb | 2 + .../lib/src/l10n/cupertino_es_HN.arb | 2 + .../lib/src/l10n/cupertino_es_MX.arb | 2 + .../lib/src/l10n/cupertino_es_NI.arb | 2 + .../lib/src/l10n/cupertino_es_PA.arb | 2 + .../lib/src/l10n/cupertino_es_PE.arb | 2 + .../lib/src/l10n/cupertino_es_PR.arb | 2 + .../lib/src/l10n/cupertino_es_PY.arb | 2 + .../lib/src/l10n/cupertino_es_SV.arb | 2 + .../lib/src/l10n/cupertino_es_US.arb | 2 + .../lib/src/l10n/cupertino_es_UY.arb | 2 + .../lib/src/l10n/cupertino_es_VE.arb | 2 + .../lib/src/l10n/cupertino_et.arb | 4 +- .../lib/src/l10n/cupertino_eu.arb | 4 +- .../lib/src/l10n/cupertino_fa.arb | 4 +- .../lib/src/l10n/cupertino_fi.arb | 4 +- .../lib/src/l10n/cupertino_fil.arb | 4 +- .../lib/src/l10n/cupertino_fr.arb | 4 +- .../lib/src/l10n/cupertino_fr_CA.arb | 2 + .../lib/src/l10n/cupertino_gl.arb | 4 +- .../lib/src/l10n/cupertino_gsw.arb | 4 +- .../lib/src/l10n/cupertino_gu.arb | 4 +- .../lib/src/l10n/cupertino_he.arb | 4 +- .../lib/src/l10n/cupertino_hi.arb | 4 +- .../lib/src/l10n/cupertino_hr.arb | 4 +- .../lib/src/l10n/cupertino_hu.arb | 4 +- .../lib/src/l10n/cupertino_hy.arb | 4 +- .../lib/src/l10n/cupertino_id.arb | 4 +- .../lib/src/l10n/cupertino_is.arb | 4 +- .../lib/src/l10n/cupertino_it.arb | 4 +- .../lib/src/l10n/cupertino_ja.arb | 4 +- .../lib/src/l10n/cupertino_ka.arb | 4 +- .../lib/src/l10n/cupertino_kk.arb | 4 +- .../lib/src/l10n/cupertino_km.arb | 4 +- .../lib/src/l10n/cupertino_kn.arb | 4 +- .../lib/src/l10n/cupertino_ko.arb | 4 +- .../lib/src/l10n/cupertino_ky.arb | 4 +- .../lib/src/l10n/cupertino_lo.arb | 4 +- .../lib/src/l10n/cupertino_lt.arb | 4 +- .../lib/src/l10n/cupertino_lv.arb | 4 +- .../lib/src/l10n/cupertino_mk.arb | 4 +- .../lib/src/l10n/cupertino_ml.arb | 4 +- .../lib/src/l10n/cupertino_mn.arb | 4 +- .../lib/src/l10n/cupertino_mr.arb | 4 +- .../lib/src/l10n/cupertino_ms.arb | 4 +- .../lib/src/l10n/cupertino_my.arb | 2 +- .../lib/src/l10n/cupertino_nb.arb | 4 +- .../lib/src/l10n/cupertino_ne.arb | 4 +- .../lib/src/l10n/cupertino_nl.arb | 4 +- .../lib/src/l10n/cupertino_no.arb | 4 +- .../lib/src/l10n/cupertino_or.arb | 2 +- .../lib/src/l10n/cupertino_pa.arb | 4 +- .../lib/src/l10n/cupertino_pl.arb | 4 +- .../lib/src/l10n/cupertino_pt.arb | 4 +- .../lib/src/l10n/cupertino_pt_PT.arb | 2 + .../lib/src/l10n/cupertino_ro.arb | 4 +- .../lib/src/l10n/cupertino_ru.arb | 4 +- .../lib/src/l10n/cupertino_si.arb | 2 +- .../lib/src/l10n/cupertino_sk.arb | 4 +- .../lib/src/l10n/cupertino_sl.arb | 4 +- .../lib/src/l10n/cupertino_sq.arb | 4 +- .../lib/src/l10n/cupertino_sr.arb | 4 +- .../lib/src/l10n/cupertino_sr_Latn.arb | 2 + .../lib/src/l10n/cupertino_sv.arb | 4 +- .../lib/src/l10n/cupertino_sw.arb | 4 +- .../lib/src/l10n/cupertino_ta.arb | 4 +- .../lib/src/l10n/cupertino_te.arb | 2 +- .../lib/src/l10n/cupertino_th.arb | 4 +- .../lib/src/l10n/cupertino_tl.arb | 4 +- .../lib/src/l10n/cupertino_tr.arb | 4 +- .../lib/src/l10n/cupertino_ug.arb | 16 +- .../lib/src/l10n/cupertino_uk.arb | 4 +- .../lib/src/l10n/cupertino_ur.arb | 2 +- .../lib/src/l10n/cupertino_uz.arb | 4 +- .../lib/src/l10n/cupertino_vi.arb | 4 +- .../lib/src/l10n/cupertino_zh.arb | 4 +- .../lib/src/l10n/cupertino_zh_HK.arb | 2 + .../lib/src/l10n/cupertino_zh_TW.arb | 2 + .../lib/src/l10n/cupertino_zu.arb | 4 +- .../generated_cupertino_localizations.dart | 333 +++++++++--------- .../generated_material_localizations.dart | 126 +++---- .../lib/src/l10n/material_bo.arb | 62 ++-- .../lib/src/l10n/material_mk.arb | 4 +- .../lib/src/l10n/material_ug.arb | 60 ++-- 116 files changed, 523 insertions(+), 450 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb index da594db84a98..246e6e750fc6 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "Deursoek web", "shareButtonLabel": "Deel …", "clearButtonLabel": "Vee uit", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Kanselleer", + "backButtonLabel": "Terug" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb index 2f50d8876cf5..54f9b08cbac8 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "ድርን ፈልግ", "shareButtonLabel": "አጋራ...", "clearButtonLabel": "አጽዳ", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "ይቅር", + "backButtonLabel": "ተመለስ" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb index 4ebbfa058322..a68dc1f8dbf7 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb @@ -48,6 +48,6 @@ "lookUpButtonLabel": "بحث عام", "searchWebButtonLabel": "البحث على الويب", "shareButtonLabel": "مشاركة…", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "الإلغاء", + "backButtonLabel": "رجوع" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb index 2b281513b8ce..44c09fc05c57 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb @@ -28,6 +28,6 @@ "lookUpButtonLabel": "ওপৰলৈ চাওক", "searchWebButtonLabel": "ৱেবত সন্ধান কৰক", "shareButtonLabel": "শ্বেয়াৰ কৰক…", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "বাতিল কৰক", + "backButtonLabel": "উভতি যাওক" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb index b25fb6bd9cf5..0a0d115b8760 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb @@ -28,6 +28,6 @@ "lookUpButtonLabel": "Axtarın", "searchWebButtonLabel": "Vebdə axtarın", "shareButtonLabel": "Paylaşın...", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Ləğv edin", + "backButtonLabel": "Geri" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb index 06045b82d894..4224289245e3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb @@ -38,6 +38,6 @@ "lookUpButtonLabel": "Знайсці", "searchWebButtonLabel": "Пошук у сетцы", "shareButtonLabel": "Абагуліць...", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Скасаваць", + "backButtonLabel": "Назад" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb index 55031d3db3fe..c0cf127c3be5 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb @@ -28,6 +28,6 @@ "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Търсене в мрежата", "shareButtonLabel": "Споделяне...", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Отказ", + "backButtonLabel": "Назад" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb index e5940bfd42a1..6f15a8f902e2 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb @@ -28,6 +28,6 @@ "lookUpButtonLabel": "লুক-আপ", "searchWebButtonLabel": "ওয়েবে সার্চ করুন", "shareButtonLabel": "শেয়ার করুন...", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "বাতিল করুন", + "backButtonLabel": "ফিরে যান" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bo.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bo.arb index 41a82004e32d..da02aa078cfe 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bo.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bo.arb @@ -2,14 +2,14 @@ "datePickerHourSemanticsLabelOne": "$hour ཆུ་ཚོད།", "datePickerHourSemanticsLabelOther": "$hour ཆུ་ཚོད།", "datePickerMinuteSemanticsLabelOne": "སྐར་མ། 1", - "datePickerMinuteSemanticsLabelOther": "$minuteསྐར་མ་དུ་མ།", - "datePickerDateOrder": "mdy", + "datePickerMinuteSemanticsLabelOther": "$minute སྐར་མ་དུ་མ།", + "datePickerDateOrder": "ymd", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbreviation": "སྔ་དྲོ", "postMeridiemAbbreviation": "ཕྱི་དྲོ།", "todayLabel": "དེ་རིང་།", - "alertDialogLabel": "བརྡ་ལན།", - "tabSemanticsLabel": "རྗེས་གནོན། $tabIndex / $tabCount", + "alertDialogLabel": "གསལ་བརྡ།", + "tabSemanticsLabel": "འཛར་གནོན་ $tabIndex ཡི $tabCount", "timerPickerHourLabelOne": "ཆུ་ཚོད།", "timerPickerHourLabelOther": "ཆུ་ཚོད་དུ་མ།", "timerPickerMinuteLabelOne": "སྐར་མ།", @@ -28,6 +28,6 @@ "searchTextFieldPlaceholderLabel": "འཚོལ་བཤེར།", "modalBarrierDismissLabel": "འདོར་བ།", "menuDismissLabel": "ཐོ་གཞུང་འདོར་བ།", - "cancelButtonLabel": "Cancel", + "cancelButtonLabel": "ཕྱིར་འཐེན།", "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb index 1ae65a60c712..4ecd63aed837 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb @@ -33,6 +33,6 @@ "lookUpButtonLabel": "Pogled nagore", "searchWebButtonLabel": "Pretraži Web", "shareButtonLabel": "Dijeli...", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Otkaži", + "backButtonLabel": "Nazad" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb index 9a47d1a44829..c359c0c42c31 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb @@ -28,6 +28,6 @@ "lookUpButtonLabel": "Mira amunt", "searchWebButtonLabel": "Cerca al web", "shareButtonLabel": "Comparteix...", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Cancel·la", + "backButtonLabel": "Enrere" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb index cf0b56794a78..4db3eebfa67d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb @@ -38,6 +38,6 @@ "lookUpButtonLabel": "Vyhledat", "searchWebButtonLabel": "Vyhledávat na webu", "shareButtonLabel": "Sdílet…", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Zrušit", + "backButtonLabel": "Zpět" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb index a58a08d6cd93..04adcb2a83e0 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb @@ -48,6 +48,6 @@ "lookUpButtonLabel": "Chwilio", "searchWebButtonLabel": "Chwilio'r We", "shareButtonLabel": "Rhannu...", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Canslo", + "backButtonLabel": "Nôl" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb index 8062f22a2c36..fb4ff6da804d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb @@ -28,6 +28,6 @@ "lookUpButtonLabel": "Slå op", "searchWebButtonLabel": "Søg på nettet", "shareButtonLabel": "Del…", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Annuller", + "backButtonLabel": "Tilbage" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb index 98926adfd8b7..9c5230c22cfc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb @@ -28,6 +28,6 @@ "lookUpButtonLabel": "Nachschlagen", "searchWebButtonLabel": "Im Web suchen", "shareButtonLabel": "Teilen…", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Abbrechen", + "backButtonLabel": "Zurück" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb index 1027e21bf230..0e58a2c75a1c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb @@ -28,6 +28,6 @@ "lookUpButtonLabel": "Look Up", "searchWebButtonLabel": "Αναζήτηση στον ιστό", "shareButtonLabel": "Κοινοποίηση…", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Ακύρωση", + "backButtonLabel": "Πίσω" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_AU.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_AU.arb index aeb8d9c909f1..e9fdf48bed6b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_AU.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_AU.arb @@ -1,4 +1,6 @@ { + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back", "searchWebButtonLabel": "Search Web", "shareButtonLabel": "Share...", "lookUpButtonLabel": "Look up", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_GB.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_GB.arb index aeb8d9c909f1..e9fdf48bed6b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_GB.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_GB.arb @@ -1,4 +1,6 @@ { + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back", "searchWebButtonLabel": "Search Web", "shareButtonLabel": "Share...", "lookUpButtonLabel": "Look up", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_IE.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_IE.arb index aeb8d9c909f1..e9fdf48bed6b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_IE.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_IE.arb @@ -1,4 +1,6 @@ { + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back", "searchWebButtonLabel": "Search Web", "shareButtonLabel": "Share...", "lookUpButtonLabel": "Look up", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_IN.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_IN.arb index aeb8d9c909f1..e9fdf48bed6b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_IN.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_IN.arb @@ -1,4 +1,6 @@ { + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back", "searchWebButtonLabel": "Search Web", "shareButtonLabel": "Share...", "lookUpButtonLabel": "Look up", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_NZ.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_NZ.arb index aeb8d9c909f1..e9fdf48bed6b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_NZ.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_NZ.arb @@ -1,4 +1,6 @@ { + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back", "searchWebButtonLabel": "Search Web", "shareButtonLabel": "Share...", "lookUpButtonLabel": "Look up", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_SG.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_SG.arb index aeb8d9c909f1..e9fdf48bed6b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_SG.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_SG.arb @@ -1,4 +1,6 @@ { + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back", "searchWebButtonLabel": "Search Web", "shareButtonLabel": "Share...", "lookUpButtonLabel": "Look up", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_ZA.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_ZA.arb index aeb8d9c909f1..e9fdf48bed6b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_ZA.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_ZA.arb @@ -1,4 +1,6 @@ { + "cancelButtonLabel": "Cancel", + "backButtonLabel": "Back", "searchWebButtonLabel": "Search Web", "shareButtonLabel": "Share...", "lookUpButtonLabel": "Look up", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb index fbd2ba786a1f..098c4e7e2655 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "Buscar en la Web", "shareButtonLabel": "Compartir...", "clearButtonLabel": "Borrar", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Cancelar", + "backButtonLabel": "Atrás" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb index 5d0faeb666fc..4fee31d8592a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb @@ -1,4 +1,6 @@ { + "cancelButtonLabel": "Cancelar", + "backButtonLabel": "Atrás", "clearButtonLabel": "Borrar", "searchWebButtonLabel": "Buscar en la Web", "shareButtonLabel": "Compartir…", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb index 5d0faeb666fc..4fee31d8592a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb @@ -1,4 +1,6 @@ { + "cancelButtonLabel": "Cancelar", + "backButtonLabel": "Atrás", "clearButtonLabel": "Borrar", "searchWebButtonLabel": "Buscar en la Web", "shareButtonLabel": "Compartir…", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb index 5d0faeb666fc..4fee31d8592a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb @@ -1,4 +1,6 @@ { + "cancelButtonLabel": "Cancelar", + "backButtonLabel": "Atrás", "clearButtonLabel": "Borrar", "searchWebButtonLabel": "Buscar en la Web", "shareButtonLabel": "Compartir…", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb index 5d0faeb666fc..4fee31d8592a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb @@ -1,4 +1,6 @@ { + "cancelButtonLabel": "Cancelar", + "backButtonLabel": "Atrás", "clearButtonLabel": "Borrar", "searchWebButtonLabel": "Buscar en la Web", "shareButtonLabel": "Compartir…", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb index 5d0faeb666fc..4fee31d8592a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb @@ -1,4 +1,6 @@ { + "cancelButtonLabel": "Cancelar", + "backButtonLabel": "Atrás", "clearButtonLabel": "Borrar", "searchWebButtonLabel": "Buscar en la Web", "shareButtonLabel": "Compartir…", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb index 5d0faeb666fc..4fee31d8592a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb @@ -1,4 +1,6 @@ { + "cancelButtonLabel": "Cancelar", + "backButtonLabel": "Atrás", "clearButtonLabel": "Borrar", "searchWebButtonLabel": "Buscar en la Web", "shareButtonLabel": "Compartir…", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb index 5d0faeb666fc..4fee31d8592a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb @@ -1,4 +1,6 @@ { + "cancelButtonLabel": "Cancelar", + "backButtonLabel": "Atrás", "clearButtonLabel": "Borrar", "searchWebButtonLabel": "Buscar en la Web", "shareButtonLabel": "Compartir…", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb index 5d0faeb666fc..4fee31d8592a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb @@ -1,4 +1,6 @@ { + "cancelButtonLabel": "Cancelar", + "backButtonLabel": "Atrás", "clearButtonLabel": "Borrar", "searchWebButtonLabel": "Buscar en la Web", "shareButtonLabel": "Compartir…", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb index 5d0faeb666fc..4fee31d8592a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb @@ -1,4 +1,6 @@ { + "cancelButtonLabel": "Cancelar", + "backButtonLabel": "Atrás", "clearButtonLabel": "Borrar", "searchWebButtonLabel": "Buscar en la Web", "shareButtonLabel": "Compartir…", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb index 5d0faeb666fc..4fee31d8592a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb @@ -1,4 +1,6 @@ { + "cancelButtonLabel": "Cancelar", + "backButtonLabel": "Atrás", "clearButtonLabel": "Borrar", "searchWebButtonLabel": "Buscar en la Web", "shareButtonLabel": "Compartir…", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb index 5d0faeb666fc..4fee31d8592a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb @@ -1,4 +1,6 @@ { + "cancelButtonLabel": "Cancelar", + "backButtonLabel": "Atrás", "clearButtonLabel": "Borrar", "searchWebButtonLabel": "Buscar en la Web", "shareButtonLabel": "Compartir…", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb index 5d0faeb666fc..4fee31d8592a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb @@ -1,4 +1,6 @@ { + "cancelButtonLabel": "Cancelar", + "backButtonLabel": "Atrás", "clearButtonLabel": "Borrar", "searchWebButtonLabel": "Buscar en la Web", "shareButtonLabel": "Compartir…", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb index 5d0faeb666fc..4fee31d8592a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb @@ -1,4 +1,6 @@ { + "cancelButtonLabel": "Cancelar", + "backButtonLabel": "Atrás", "clearButtonLabel": "Borrar", "searchWebButtonLabel": "Buscar en la Web", "shareButtonLabel": "Compartir…", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb index 5d0faeb666fc..4fee31d8592a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb @@ -1,4 +1,6 @@ { + "cancelButtonLabel": "Cancelar", + "backButtonLabel": "Atrás", "clearButtonLabel": "Borrar", "searchWebButtonLabel": "Buscar en la Web", "shareButtonLabel": "Compartir…", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb index 5d0faeb666fc..4fee31d8592a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb @@ -1,4 +1,6 @@ { + "cancelButtonLabel": "Cancelar", + "backButtonLabel": "Atrás", "clearButtonLabel": "Borrar", "searchWebButtonLabel": "Buscar en la Web", "shareButtonLabel": "Compartir…", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb index 5d0faeb666fc..4fee31d8592a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb @@ -1,4 +1,6 @@ { + "cancelButtonLabel": "Cancelar", + "backButtonLabel": "Atrás", "clearButtonLabel": "Borrar", "searchWebButtonLabel": "Buscar en la Web", "shareButtonLabel": "Compartir…", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb index 5d0faeb666fc..4fee31d8592a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb @@ -1,4 +1,6 @@ { + "cancelButtonLabel": "Cancelar", + "backButtonLabel": "Atrás", "clearButtonLabel": "Borrar", "searchWebButtonLabel": "Buscar en la Web", "shareButtonLabel": "Compartir…", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb index 5d0faeb666fc..4fee31d8592a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb @@ -1,4 +1,6 @@ { + "cancelButtonLabel": "Cancelar", + "backButtonLabel": "Atrás", "clearButtonLabel": "Borrar", "searchWebButtonLabel": "Buscar en la Web", "shareButtonLabel": "Compartir…", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb index 5d0faeb666fc..4fee31d8592a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb @@ -1,4 +1,6 @@ { + "cancelButtonLabel": "Cancelar", + "backButtonLabel": "Atrás", "clearButtonLabel": "Borrar", "searchWebButtonLabel": "Buscar en la Web", "shareButtonLabel": "Compartir…", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb index 5d0faeb666fc..4fee31d8592a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb @@ -1,4 +1,6 @@ { + "cancelButtonLabel": "Cancelar", + "backButtonLabel": "Atrás", "clearButtonLabel": "Borrar", "searchWebButtonLabel": "Buscar en la Web", "shareButtonLabel": "Compartir…", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb index 44f12ed860d9..2fa295e537bf 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "Otsi veebist", "shareButtonLabel": "Jaga …", "clearButtonLabel": "Kustutamine", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Tühista", + "backButtonLabel": "Tagasi" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb index c3f582954965..df7ecb26881c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "Bilatu sarean", "shareButtonLabel": "Partekatu...", "clearButtonLabel": "Garbitu", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Utzi", + "backButtonLabel": "Atzera" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb index 5e6ea6631f7f..39b69c13bf5b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "جستجو در وب", "shareButtonLabel": "هم‌رسانی…", "clearButtonLabel": "پاک کردن", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "لغو", + "backButtonLabel": "برگشتن" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb index d8c2f3e827a3..a35a4337b444 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "Hae verkosta", "shareButtonLabel": "Jaa…", "clearButtonLabel": "Tyhjennä", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Peru", + "backButtonLabel": "Takaisin" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb index 99a11268cf89..831d35837440 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "Maghanap sa Web", "shareButtonLabel": "Ibahagi...", "clearButtonLabel": "I-clear", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Kanselahin", + "backButtonLabel": "Bumalik" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb index bdaf2297b73d..63836bd51d1a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "Rechercher sur le Web", "shareButtonLabel": "Partager…", "clearButtonLabel": "Effacer", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Annuler", + "backButtonLabel": "Retour" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fr_CA.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fr_CA.arb index 86b90abe91f6..b32fd5646c5c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fr_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fr_CA.arb @@ -1,4 +1,6 @@ { + "cancelButtonLabel": "Annuler", + "backButtonLabel": "Retour", "clearButtonLabel": "Effacer", "lookUpButtonLabel": "Regarder en haut", "searchWebButtonLabel": "Rechercher sur le Web", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb index 3b7ea839cc0c..f73aeda7fe2b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "Buscar na Web", "shareButtonLabel": "Compartir…", "clearButtonLabel": "Borrar", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Cancelar", + "backButtonLabel": "Atrás" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb index a19de2be06b4..c8780b0c9882 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "Im Web suchen", "shareButtonLabel": "Teilen…", "clearButtonLabel": "Löschen", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Abbrechen", + "backButtonLabel": "Zurück" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb index 2ffb39f588c9..0aeaa5f47c67 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "વેબ પર શોધો", "shareButtonLabel": "શેર કરો…", "clearButtonLabel": "સાફ કરો", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "રદ કરો", + "backButtonLabel": "પાછળ" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb index 9dd7aab0f21d..6c8204dc8fea 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb @@ -38,6 +38,6 @@ "searchWebButtonLabel": "חיפוש באינטרנט", "shareButtonLabel": "שיתוף…", "clearButtonLabel": "ניקוי", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "ביטול", + "backButtonLabel": "למסך הקודם" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb index 0fd746be6cdd..7921cff26b63 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "वेब पर खोजें", "shareButtonLabel": "शेयर करें…", "clearButtonLabel": "मिटाएं", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "रद्द करें", + "backButtonLabel": "वापस जाएं" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb index 02118b161c43..bc7ed3758c56 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb @@ -33,6 +33,6 @@ "searchWebButtonLabel": "Pretraži web", "shareButtonLabel": "Dijeli...", "clearButtonLabel": "Izbriši", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Odustani", + "backButtonLabel": "Natrag" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb index 304b164fd260..85ca273920bc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "Keresés az interneten", "shareButtonLabel": "Megosztás…", "clearButtonLabel": "Törlés", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Mégse", + "backButtonLabel": "Vissza" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb index 3932fac22384..beb42e2384f4 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "Որոնել համացանցում", "shareButtonLabel": "Կիսվել...", "clearButtonLabel": "Մաքրել", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Չեղարկել", + "backButtonLabel": "Հետ" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb index abafaea38e9c..06bd13a885ae 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "Telusuri di Web", "shareButtonLabel": "Bagikan...", "clearButtonLabel": "Hapus", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Batal", + "backButtonLabel": "Kembali" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb index f0ee48570cec..9248f33c0f27 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "Leita á vefnum", "shareButtonLabel": "Deila...", "clearButtonLabel": "Hreinsa", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Hætta við", + "backButtonLabel": "Til baka" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb index 159f9423b1b8..8e1e2b203bfe 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "Cerca sul web", "shareButtonLabel": "Condividi…", "clearButtonLabel": "Cancella", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Annulla", + "backButtonLabel": "Indietro" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb index 1b6a1f297e17..18fdbb338fce 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "ウェブを検索", "shareButtonLabel": "共有...", "clearButtonLabel": "消去", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "キャンセル", + "backButtonLabel": "戻る" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb index 65c07f1eb644..0a5484d3233d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "ვებში ძიება", "shareButtonLabel": "გაზიარება...", "clearButtonLabel": "გასუფთავება", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "გაუქმება", + "backButtonLabel": "უკან" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb index 561eaefa04c4..d8a099e7352a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "Интернеттен іздеу", "shareButtonLabel": "Бөлісу…", "clearButtonLabel": "Өшіру", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Бас тарту", + "backButtonLabel": "Артқа" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb index ae1c11bbf787..afcafb0dfaf0 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "ស្វែងរក​លើបណ្ដាញ", "shareButtonLabel": "ចែករំលែក...", "clearButtonLabel": "សម្អាត", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "បោះបង់", + "backButtonLabel": "ថយក្រោយ" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb index 6edf86a4165b..b3dcdd615c79 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "\u0cb5\u0cc6\u0cac\u0ccd\u200c\u0ca8\u0cb2\u0ccd\u0cb2\u0cbf\u0020\u0cb9\u0cc1\u0ca1\u0cc1\u0c95\u0cbf", "shareButtonLabel": "\u0cb9\u0c82\u0c9a\u0cbf\u0c95\u0cca\u0cb3\u0ccd\u0cb3\u0cbf\u002e\u002e\u002e", "clearButtonLabel": "\u0ca4\u0cc6\u0cb0\u0cb5\u0cc1\u0c97\u0cca\u0cb3\u0cbf\u0cb8\u0cbf", - "cancelButtonLabel": "\u0043\u0061\u006e\u0063\u0065\u006c", - "backButtonLabel": "\u0042\u0061\u0063\u006b" + "cancelButtonLabel": "\u0cb0\u0ca6\u0ccd\u0ca6\u0cc1\u0cae\u0cbe\u0ca1\u0cbf", + "backButtonLabel": "\u0cb9\u0cbf\u0c82\u0ca6\u0cc6" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb index 7fafd09bca43..5a7fdf47c6ec 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "웹 검색", "shareButtonLabel": "공유...", "clearButtonLabel": "삭제", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "취소", + "backButtonLabel": "뒤로" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb index ee1669b06cfc..cce34cf0beef 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "Интернеттен издөө", "shareButtonLabel": "Бөлүшүү…", "clearButtonLabel": "Тазалоо", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Токтотуу", + "backButtonLabel": "Артка" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb index bd00233224ef..e1cd7b024c13 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "ຊອກຫາຢູ່ອິນເຕີເນັດ", "shareButtonLabel": "ແບ່ງປັນ...", "clearButtonLabel": "ລຶບລ້າງ", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "ຍົກເລີກ", + "backButtonLabel": "ກັບຄືນ" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb index 8879a6568bd9..d62f4754bd95 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb @@ -38,6 +38,6 @@ "searchWebButtonLabel": "Ieškoti žiniatinklyje", "shareButtonLabel": "Bendrinti...", "clearButtonLabel": "Išvalyti", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Atšaukti", + "backButtonLabel": "Atgal" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb index 8ba5cac861e7..edb861d70cd1 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb @@ -33,6 +33,6 @@ "searchWebButtonLabel": "Meklēt tīmeklī", "shareButtonLabel": "Kopīgot…", "clearButtonLabel": "Notīrīt", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Atcelt", + "backButtonLabel": "Atpakaļ" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb index 52eea860afe2..43df9da65c41 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "Пребарајте на интернет", "shareButtonLabel": "Споделете...", "clearButtonLabel": "Избриши", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Откажи", + "backButtonLabel": "Назад" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb index 81e392f0946f..34dff230af7a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "വെബിൽ തിരയുക", "shareButtonLabel": "പങ്കിടുക...", "clearButtonLabel": "മായ്ക്കുക", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "റദ്ദാക്കുക", + "backButtonLabel": "മടങ്ങുക" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb index 460640a6a602..7ff824bb8a26 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "Вебээс хайх", "shareButtonLabel": "Хуваалцах...", "clearButtonLabel": "Арилгах", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Цуцлах", + "backButtonLabel": "Буцах" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb index 5fcbe84e149a..4dc948eb6fa5 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "वेबवर शोधा", "shareButtonLabel": "शेअर करा...", "clearButtonLabel": "साफ करा", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "रद्द करा", + "backButtonLabel": "मागे जा" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb index 90af42558efc..2a98937b1342 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "Buat carian pada Web", "shareButtonLabel": "Kongsi...", "clearButtonLabel": "Kosongkan", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Batal", + "backButtonLabel": "Kembali" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb index 2ff2af442a9b..fd6f9ce6b1e1 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "ဝဘ်တွင်ရှာရန်", "shareButtonLabel": "မျှဝေရန်...", "clearButtonLabel": "ဖယ်ရှားရန်", - "cancelButtonLabel": "Cancel", + "cancelButtonLabel": "မလုပ်တော့", "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb index e0bc8989519a..dfbe46b875fb 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "Søk på nettet", "shareButtonLabel": "Del…", "clearButtonLabel": "Slett", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Avbryt", + "backButtonLabel": "Tilbake" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb index e6841fe059df..0d5624ae32df 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "वेबमा खोज्नुहोस्", "shareButtonLabel": "सेयर गर्नुहोस्...", "clearButtonLabel": "हटाउनुहोस्", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "रद्द गर्नुहोस्", + "backButtonLabel": "पछाडि" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb index abe97944e02a..020289957f51 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "Op internet zoeken", "shareButtonLabel": "Delen...", "clearButtonLabel": "Wissen", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Annuleren", + "backButtonLabel": "Terug" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb index e0bc8989519a..dfbe46b875fb 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "Søk på nettet", "shareButtonLabel": "Del…", "clearButtonLabel": "Slett", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Avbryt", + "backButtonLabel": "Tilbake" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb index 848e44558bef..9e749e648251 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "ୱେବ ସର୍ଚ୍ଚ କରନ୍ତୁ", "shareButtonLabel": "ସେୟାର୍ କରନ୍ତୁ...", "clearButtonLabel": "ଖାଲି କରନ୍ତୁ", - "cancelButtonLabel": "Cancel", + "cancelButtonLabel": "ବାତିଲ କରନ୍ତୁ", "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb index 2ee0041fa404..076355335795 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "ਵੈੱਬ 'ਤੇ ਖੋਜੋ", "shareButtonLabel": "ਸਾਂਝਾ ਕਰੋ...", "clearButtonLabel": "ਕਲੀਅਰ ਕਰੋ", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "ਰੱਦ ਕਰੋ", + "backButtonLabel": "ਪਿੱਛੇ" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb index ca5aadd6fac1..2ac5c6e25f61 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb @@ -38,6 +38,6 @@ "searchWebButtonLabel": "Szukaj w internecie", "shareButtonLabel": "Udostępnij…", "clearButtonLabel": "Wyczyść", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Anuluj", + "backButtonLabel": "Wstecz" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb index 4a5d15f2c106..6d7c3cfde10d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "Pesquisar na Web", "shareButtonLabel": "Compartilhar…", "clearButtonLabel": "Limpar", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Cancelar", + "backButtonLabel": "Voltar" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb index c6f113fec659..46d131d6ecec 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb @@ -1,4 +1,6 @@ { + "cancelButtonLabel": "Cancelar", + "backButtonLabel": "Anterior", "clearButtonLabel": "Limpar", "searchWebButtonLabel": "Pesquisar na Web", "shareButtonLabel": "Partilhar…", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb index 85e58d1268f2..94dcb91a3a4f 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb @@ -33,6 +33,6 @@ "searchWebButtonLabel": "Căutați pe web", "shareButtonLabel": "Trimiteți…", "clearButtonLabel": "Ștergeți", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Anulați", + "backButtonLabel": "Înapoi" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb index 509e037e731e..3b7e1f13816e 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb @@ -38,6 +38,6 @@ "searchWebButtonLabel": "Искать в интернете", "shareButtonLabel": "Поделиться", "clearButtonLabel": "Очистить", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Отмена", + "backButtonLabel": "Назад" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb index 188c77780dce..4708f686e773 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "වෙබය සොයන්න", "shareButtonLabel": "බෙදා ගන්න...", "clearButtonLabel": "හිස් කරන්න", - "cancelButtonLabel": "Cancel", + "cancelButtonLabel": "අවලංගු කරන්න", "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb index a92a8308f2d6..e5225aee4896 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb @@ -38,6 +38,6 @@ "searchWebButtonLabel": "Hľadať na webe", "shareButtonLabel": "Zdieľať…", "clearButtonLabel": "Vymazať", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Zrušiť", + "backButtonLabel": "Späť" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb index 4f1d142cd9cf..e4c1eff80204 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb @@ -38,6 +38,6 @@ "searchWebButtonLabel": "Iskanje v spletu", "shareButtonLabel": "Deli …", "clearButtonLabel": "Počisti", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Prekliči", + "backButtonLabel": "Nazaj" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb index 7ab43a64d7a9..6c174aea9554 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "Kërko në ueb", "shareButtonLabel": "Ndaj...", "clearButtonLabel": "Pastro", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Anulo", + "backButtonLabel": "Prapa" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb index 3a3993cabe89..5129a9bcbabe 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb @@ -33,6 +33,6 @@ "searchWebButtonLabel": "Претражи веб", "shareButtonLabel": "Дели…", "clearButtonLabel": "Обриши", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Откажи", + "backButtonLabel": "Назад" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb index 98e78fa9f6ea..ac0447b96054 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb @@ -1,4 +1,6 @@ { + "cancelButtonLabel": "Otkaži", + "backButtonLabel": "Nazad", "clearButtonLabel": "Obriši", "lookUpButtonLabel": "Pogled nagore", "searchWebButtonLabel": "Pretraži veb", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb index 4c93711aed42..66839d4c7fd2 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "Sök på webben", "shareButtonLabel": "Dela …", "clearButtonLabel": "Rensa", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Avbryt", + "backButtonLabel": "Tillbaka" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb index 9e843851ca24..5e8f85b28590 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "Tafuta kwenye Wavuti", "shareButtonLabel": "Shiriki...", "clearButtonLabel": "Futa", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Ghairi", + "backButtonLabel": "Nyuma" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb index 90ba1f00f236..5add15860d81 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "இணையத்தில் தேடு", "shareButtonLabel": "பகிர்...", "clearButtonLabel": "அழி", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "ரத்துசெய்", + "backButtonLabel": "பின்செல்" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb index a07a4f563938..2c535ebf2933 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "వెబ్‌లో సెర్చ్ చేయండి", "shareButtonLabel": "షేర్ చేయండి...", "clearButtonLabel": "క్లియర్ చేయండి", - "cancelButtonLabel": "Cancel", + "cancelButtonLabel": "రద్దు చేయండి", "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb index eb887e6b9c5d..b9c2a99465e7 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "ค้นหาบนอินเทอร์เน็ต", "shareButtonLabel": "แชร์...", "clearButtonLabel": "ล้าง", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "ยกเลิก", + "backButtonLabel": "กลับ" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb index 99a11268cf89..831d35837440 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "Maghanap sa Web", "shareButtonLabel": "Ibahagi...", "clearButtonLabel": "I-clear", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Kanselahin", + "backButtonLabel": "Bumalik" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb index 87691fe64a2f..072cc7df4a74 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "Web'de Ara", "shareButtonLabel": "Paylaş...", "clearButtonLabel": "Temizle", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "İptal", + "backButtonLabel": "Geri" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ug.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ug.arb index 65f4ca659dc1..e394261e2944 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ug.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ug.arb @@ -3,13 +3,13 @@ "datePickerHourSemanticsLabelOther": "سائەت $hour", "datePickerMinuteSemanticsLabelOne": "1 مىنۇت", "datePickerMinuteSemanticsLabelOther": "$minute مىنۇت", - "datePickerDateOrder": "mdy", - "datePickerDateTimeOrder": "date_time_dayPeriod", + "datePickerDateOrder": "ymd", + "datePickerDateTimeOrder": "date_dayPeriod_time", "anteMeridiemAbbreviation": "چۈشتىن بۇرۇن", "postMeridiemAbbreviation": "چۈشتىن كېيىن", "todayLabel": "بۈگۈن", "alertDialogLabel": "ئاگاھلاندۇرۇش", - "tabSemanticsLabel": "جەمئىي $tabCount بەتكۈچ، $tabIndex", + "tabSemanticsLabel": "بەتكۈچ $tabIndex جەمئىي $tabCount", "timerPickerHourLabelOne": "سائەت", "timerPickerHourLabelOther": "سائەت", "timerPickerMinuteLabelOne": "مىنۇت", @@ -23,11 +23,11 @@ "selectAllButtonLabel": "ھەممىنى تاللاش", "lookUpButtonLabel": "ئىزدەش", "searchWebButtonLabel": "توردا ئىزدەش", - "shareButtonLabel": "ئورتاقلىشىش...", - "noSpellCheckReplacementsLabel": "مۇۋاپىق ئۆزگەرتىش تېپىلمىدى", + "shareButtonLabel": "ھەمبەھرلەش...", + "noSpellCheckReplacementsLabel": "ئالماشتۇرىدىغان مەزمۇن تېپىلمىدى", "searchTextFieldPlaceholderLabel": "ئىزدەش", - "modalBarrierDismissLabel": "يېپىش", - "menuDismissLabel": "تىزىملىكنى يېپىش", - "cancelButtonLabel": "Cancel", + "modalBarrierDismissLabel": "بىكار قىلىش", + "menuDismissLabel": "تىزىملىكنى بىكار قىلىش", + "cancelButtonLabel": "بىكار قىلىش", "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb index f0834a088c50..884864c542d2 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb @@ -38,6 +38,6 @@ "searchWebButtonLabel": "Пошук в Інтернеті", "shareButtonLabel": "Поділитися…", "clearButtonLabel": "Очистити", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Скасувати", + "backButtonLabel": "Назад" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb index 27b3aa961b41..1184b3e87b3e 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "ویب تلاش کریں", "shareButtonLabel": "اشتراک کریں...", "clearButtonLabel": "صاف کریں", - "cancelButtonLabel": "Cancel", + "cancelButtonLabel": "منسوخ کریں", "backButtonLabel": "Back" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb index 58dc315a857a..786215e544f0 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "Internetdan qidirish", "shareButtonLabel": "Ulashish…", "clearButtonLabel": "Tozalash", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Bekor qilish", + "backButtonLabel": "Orqaga" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb index 770906ec2240..f78962d320e9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "Tìm kiếm trên web", "shareButtonLabel": "Chia sẻ...", "clearButtonLabel": "Xoá", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Huỷ", + "backButtonLabel": "Quay lại" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb index 1b1d954855f4..dfd9b56099df 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "搜索", "shareButtonLabel": "共享…", "clearButtonLabel": "清除", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "取消", + "backButtonLabel": "返回" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb index 4cf966f7aa2e..c9bf32612cc0 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb @@ -1,4 +1,6 @@ { + "cancelButtonLabel": "取消", + "backButtonLabel": "返回", "clearButtonLabel": "清除", "searchWebButtonLabel": "搜尋", "shareButtonLabel": "分享…", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb index e660cbb71dfe..9b3cfd9f56ed 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb @@ -1,4 +1,6 @@ { + "cancelButtonLabel": "取消", + "backButtonLabel": "返回", "clearButtonLabel": "清除", "lookUpButtonLabel": "查詢", "searchWebButtonLabel": "搜尋", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb index 5fdb0328d7d5..1be5850920cb 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb @@ -28,6 +28,6 @@ "searchWebButtonLabel": "Sesha Iwebhu", "shareButtonLabel": "Yabelana...", "clearButtonLabel": "Sula", - "cancelButtonLabel": "Cancel", - "backButtonLabel": "Back" + "cancelButtonLabel": "Khansela", + "backButtonLabel": "Emuva" } diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index bb8aa5f07c98..dff18844a69d 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -48,10 +48,10 @@ class CupertinoLocalizationAf extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'vm.'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Terug'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Kanselleer'; @override String get clearButtonLabel => 'Vee uit'; @@ -220,10 +220,10 @@ class CupertinoLocalizationAm extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'ጥዋት'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'ተመለስ'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'ይቅር'; @override String get clearButtonLabel => 'አጽዳ'; @@ -392,10 +392,10 @@ class CupertinoLocalizationAr extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'ص'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'رجوع'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'الإلغاء'; @override String get clearButtonLabel => 'محو'; @@ -564,10 +564,10 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'পূৰ্বাহ্ন'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'উভতি যাওক'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'বাতিল কৰক'; @override String get clearButtonLabel => 'মচক'; @@ -736,10 +736,10 @@ class CupertinoLocalizationAz extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Geri'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Ləğv edin'; @override String get clearButtonLabel => 'Silin'; @@ -908,10 +908,10 @@ class CupertinoLocalizationBe extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'раніцы'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Назад'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Скасаваць'; @override String get clearButtonLabel => 'Ачысціць'; @@ -1080,10 +1080,10 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Назад'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Отказ'; @override String get clearButtonLabel => 'Изчистване'; @@ -1252,10 +1252,10 @@ class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'ফিরে যান'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'বাতিল করুন'; @override String get clearButtonLabel => 'মুছুন'; @@ -1418,7 +1418,7 @@ class CupertinoLocalizationBo extends GlobalCupertinoLocalizations { }); @override - String get alertDialogLabel => 'བརྡ་ལན།'; + String get alertDialogLabel => 'གསལ་བརྡ།'; @override String get anteMeridiemAbbreviation => 'སྔ་དྲོ'; @@ -1427,7 +1427,7 @@ class CupertinoLocalizationBo extends GlobalCupertinoLocalizations { String get backButtonLabel => 'Back'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'ཕྱིར་འཐེན།'; @override String get clearButtonLabel => 'གཙང་བཟོ།'; @@ -1439,7 +1439,7 @@ class CupertinoLocalizationBo extends GlobalCupertinoLocalizations { String get cutButtonLabel => 'གཅོད།'; @override - String get datePickerDateOrderString => 'mdy'; + String get datePickerDateOrderString => 'ymd'; @override String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @@ -1472,7 +1472,7 @@ class CupertinoLocalizationBo extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelOne => 'སྐར་མ། 1'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minuteསྐར་མ་དུ་མ།'; + String get datePickerMinuteSemanticsLabelOther => r'$minute སྐར་མ་དུ་མ།'; @override String? get datePickerMinuteSemanticsLabelTwo => null; @@ -1511,7 +1511,7 @@ class CupertinoLocalizationBo extends GlobalCupertinoLocalizations { String get shareButtonLabel => 'མཉམ་སྤྱོད།…'; @override - String get tabSemanticsLabelRaw => r'རྗེས་གནོན། $tabIndex / $tabCount'; + String get tabSemanticsLabelRaw => r'འཛར་གནོན་ $tabIndex ཡི $tabCount'; @override String? get timerPickerHourLabelFew => null; @@ -1596,10 +1596,10 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'prijepodne'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Nazad'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Otkaži'; @override String get clearButtonLabel => 'Obriši'; @@ -1768,10 +1768,10 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Enrere'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Cancel·la'; @override String get clearButtonLabel => 'Esborra'; @@ -1940,10 +1940,10 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Zpět'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Zrušit'; @override String get clearButtonLabel => 'Vymazat'; @@ -2112,10 +2112,10 @@ class CupertinoLocalizationCy extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Nôl'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Canslo'; @override String get clearButtonLabel => 'Clirio'; @@ -2284,10 +2284,10 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Tilbage'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Annuller'; @override String get clearButtonLabel => 'Ryd'; @@ -2456,10 +2456,10 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Zurück'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Abbrechen'; @override String get clearButtonLabel => 'Löschen'; @@ -2656,10 +2656,10 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'π.μ.'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Πίσω'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Ακύρωση'; @override String get clearButtonLabel => 'Διαγραφή'; @@ -3242,10 +3242,10 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'a. m.'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Atrás'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Cancelar'; @override String get clearButtonLabel => 'Borrar'; @@ -4334,10 +4334,10 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Tagasi'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Tühista'; @override String get clearButtonLabel => 'Kustutamine'; @@ -4506,10 +4506,10 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Atzera'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Utzi'; @override String get clearButtonLabel => 'Garbitu'; @@ -4678,10 +4678,10 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'ق.ظ.'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'برگشتن'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'لغو'; @override String get clearButtonLabel => 'پاک کردن'; @@ -4850,10 +4850,10 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'ap'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Takaisin'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Peru'; @override String get clearButtonLabel => 'Tyhjennä'; @@ -5022,10 +5022,10 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Bumalik'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Kanselahin'; @override String get clearButtonLabel => 'I-clear'; @@ -5194,10 +5194,10 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Retour'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Annuler'; @override String get clearButtonLabel => 'Effacer'; @@ -5412,10 +5412,10 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'a.m.'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Atrás'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Cancelar'; @override String get clearButtonLabel => 'Borrar'; @@ -5584,10 +5584,10 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Zurück'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Abbrechen'; @override String get clearButtonLabel => 'Löschen'; @@ -5756,10 +5756,10 @@ class CupertinoLocalizationGu extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'પાછળ'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'રદ કરો'; @override String get clearButtonLabel => 'સાફ કરો'; @@ -5928,10 +5928,10 @@ class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'למסך הקודם'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'ביטול'; @override String get clearButtonLabel => 'ניקוי'; @@ -6100,10 +6100,10 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'वापस जाएं'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'रद्द करें'; @override String get clearButtonLabel => 'मिटाएं'; @@ -6272,10 +6272,10 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'prijepodne'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Natrag'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Odustani'; @override String get clearButtonLabel => 'Izbriši'; @@ -6444,10 +6444,10 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'de.'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Vissza'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Mégse'; @override String get clearButtonLabel => 'Törlés'; @@ -6616,10 +6616,10 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Հետ'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Չեղարկել'; @override String get clearButtonLabel => 'Մաքրել'; @@ -6788,10 +6788,10 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Kembali'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Batal'; @override String get clearButtonLabel => 'Hapus'; @@ -6960,10 +6960,10 @@ class CupertinoLocalizationIs extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'f.h.'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Til baka'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Hætta við'; @override String get clearButtonLabel => 'Hreinsa'; @@ -7132,10 +7132,10 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Indietro'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Annulla'; @override String get clearButtonLabel => 'Cancella'; @@ -7304,10 +7304,10 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => '戻る'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'キャンセル'; @override String get clearButtonLabel => '消去'; @@ -7476,10 +7476,10 @@ class CupertinoLocalizationKa extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'უკან'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'გაუქმება'; @override String get clearButtonLabel => 'გასუფთავება'; @@ -7648,10 +7648,10 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'түстен кейін'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Артқа'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Бас тарту'; @override String get clearButtonLabel => 'Өшіру'; @@ -7820,10 +7820,10 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'ថយក្រោយ'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'បោះបង់'; @override String get clearButtonLabel => 'សម្អាត'; @@ -7992,10 +7992,10 @@ class CupertinoLocalizationKn extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => '\u{cac}\u{cc6}\u{cb3}\u{cbf}\u{c97}\u{ccd}\u{c97}\u{cc6}'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => '\u{cb9}\u{cbf}\u{c82}\u{ca6}\u{cc6}'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => '\u{cb0}\u{ca6}\u{ccd}\u{ca6}\u{cc1}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; @override String get clearButtonLabel => '\u{ca4}\u{cc6}\u{cb0}\u{cb5}\u{cc1}\u{c97}\u{cca}\u{cb3}\u{cbf}\u{cb8}\u{cbf}'; @@ -8164,10 +8164,10 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => '오전'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => '뒤로'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => '취소'; @override String get clearButtonLabel => '삭제'; @@ -8336,10 +8336,10 @@ class CupertinoLocalizationKy extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'түшкө чейин'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Артка'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Токтотуу'; @override String get clearButtonLabel => 'Тазалоо'; @@ -8508,10 +8508,10 @@ class CupertinoLocalizationLo extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'ກ່ອນທ່ຽງ'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'ກັບຄືນ'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'ຍົກເລີກ'; @override String get clearButtonLabel => 'ລຶບລ້າງ'; @@ -8680,10 +8680,10 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'priešpiet'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Atgal'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Atšaukti'; @override String get clearButtonLabel => 'Išvalyti'; @@ -8852,10 +8852,10 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'priekšpusdienā'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Atpakaļ'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Atcelt'; @override String get clearButtonLabel => 'Notīrīt'; @@ -9024,10 +9024,10 @@ class CupertinoLocalizationMk extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'ПРЕТПЛАДНЕ'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Назад'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Откажи'; @override String get clearButtonLabel => 'Избриши'; @@ -9196,10 +9196,10 @@ class CupertinoLocalizationMl extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'മടങ്ങുക'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'റദ്ദാക്കുക'; @override String get clearButtonLabel => 'മായ്ക്കുക'; @@ -9368,10 +9368,10 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'ӨГЛӨӨ'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Буцах'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Цуцлах'; @override String get clearButtonLabel => 'Арилгах'; @@ -9540,10 +9540,10 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'मागे जा'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'रद्द करा'; @override String get clearButtonLabel => 'साफ करा'; @@ -9712,10 +9712,10 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'PG'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Kembali'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Batal'; @override String get clearButtonLabel => 'Kosongkan'; @@ -9887,7 +9887,7 @@ class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { String get backButtonLabel => 'Back'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'မလုပ်တော့'; @override String get clearButtonLabel => 'ဖယ်ရှားရန်'; @@ -10056,10 +10056,10 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Tilbake'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Avbryt'; @override String get clearButtonLabel => 'Slett'; @@ -10228,10 +10228,10 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'पछाडि'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'रद्द गर्नुहोस्'; @override String get clearButtonLabel => 'हटाउनुहोस्'; @@ -10400,10 +10400,10 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'am'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Terug'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Annuleren'; @override String get clearButtonLabel => 'Wissen'; @@ -10572,10 +10572,10 @@ class CupertinoLocalizationNo extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Tilbake'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Avbryt'; @override String get clearButtonLabel => 'Slett'; @@ -10747,7 +10747,7 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { String get backButtonLabel => 'Back'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'ବାତିଲ କରନ୍ତୁ'; @override String get clearButtonLabel => 'ଖାଲି କରନ୍ତୁ'; @@ -10916,10 +10916,10 @@ class CupertinoLocalizationPa extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'ਪਿੱਛੇ'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'ਰੱਦ ਕਰੋ'; @override String get clearButtonLabel => 'ਕਲੀਅਰ ਕਰੋ'; @@ -11088,10 +11088,10 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Wstecz'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Anuluj'; @override String get clearButtonLabel => 'Wyczyść'; @@ -11260,10 +11260,10 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Voltar'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Cancelar'; @override String get clearButtonLabel => 'Limpar'; @@ -11425,6 +11425,9 @@ class CupertinoLocalizationPtPt extends CupertinoLocalizationPt { required super.decimalFormat, }); + @override + String get backButtonLabel => 'Anterior'; + @override String get shareButtonLabel => 'Partilhar…'; @@ -11481,10 +11484,10 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'a.m.'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Înapoi'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Anulați'; @override String get clearButtonLabel => 'Ștergeți'; @@ -11653,10 +11656,10 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'АМ'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Назад'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Отмена'; @override String get clearButtonLabel => 'Очистить'; @@ -11828,7 +11831,7 @@ class CupertinoLocalizationSi extends GlobalCupertinoLocalizations { String get backButtonLabel => 'Back'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'අවලංගු කරන්න'; @override String get clearButtonLabel => 'හිස් කරන්න'; @@ -11997,10 +12000,10 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Späť'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Zrušiť'; @override String get clearButtonLabel => 'Vymazať'; @@ -12169,10 +12172,10 @@ class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'DOP.'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Nazaj'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Prekliči'; @override String get clearButtonLabel => 'Počisti'; @@ -12341,10 +12344,10 @@ class CupertinoLocalizationSq extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'paradite'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Prapa'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Anulo'; @override String get clearButtonLabel => 'Pastro'; @@ -12513,10 +12516,10 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'пре подне'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Назад'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Откажи'; @override String get clearButtonLabel => 'Обриши'; @@ -12703,6 +12706,12 @@ class CupertinoLocalizationSrLatn extends CupertinoLocalizationSr { @override String get anteMeridiemAbbreviation => 'pre podne'; + @override + String get backButtonLabel => 'Nazad'; + + @override + String get cancelButtonLabel => 'Otkaži'; + @override String get clearButtonLabel => 'Obriši'; @@ -12819,10 +12828,10 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'FM'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Tillbaka'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Avbryt'; @override String get clearButtonLabel => 'Rensa'; @@ -12991,10 +13000,10 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Nyuma'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Ghairi'; @override String get clearButtonLabel => 'Futa'; @@ -13163,10 +13172,10 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'பின்செல்'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'ரத்துசெய்'; @override String get clearButtonLabel => 'அழி'; @@ -13338,7 +13347,7 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { String get backButtonLabel => 'Back'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'రద్దు చేయండి'; @override String get clearButtonLabel => 'క్లియర్ చేయండి'; @@ -13507,10 +13516,10 @@ class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'กลับ'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'ยกเลิก'; @override String get clearButtonLabel => 'ล้าง'; @@ -13679,10 +13688,10 @@ class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Bumalik'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Kanselahin'; @override String get clearButtonLabel => 'I-clear'; @@ -13851,10 +13860,10 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'ÖÖ'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Geri'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'İptal'; @override String get clearButtonLabel => 'Temizle'; @@ -14026,7 +14035,7 @@ class CupertinoLocalizationUg extends GlobalCupertinoLocalizations { String get backButtonLabel => 'Back'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'بىكار قىلىش'; @override String get clearButtonLabel => 'تازىلاش'; @@ -14038,10 +14047,10 @@ class CupertinoLocalizationUg extends GlobalCupertinoLocalizations { String get cutButtonLabel => 'كېسىش'; @override - String get datePickerDateOrderString => 'mdy'; + String get datePickerDateOrderString => 'ymd'; @override - String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; + String get datePickerDateTimeOrderString => 'date_dayPeriod_time'; @override String? get datePickerHourSemanticsLabelFew => null; @@ -14083,13 +14092,13 @@ class CupertinoLocalizationUg extends GlobalCupertinoLocalizations { String get lookUpButtonLabel => 'ئىزدەش'; @override - String get menuDismissLabel => 'تىزىملىكنى يېپىش'; + String get menuDismissLabel => 'تىزىملىكنى بىكار قىلىش'; @override - String get modalBarrierDismissLabel => 'يېپىش'; + String get modalBarrierDismissLabel => 'بىكار قىلىش'; @override - String get noSpellCheckReplacementsLabel => 'مۇۋاپىق ئۆزگەرتىش تېپىلمىدى'; + String get noSpellCheckReplacementsLabel => 'ئالماشتۇرىدىغان مەزمۇن تېپىلمىدى'; @override String get pasteButtonLabel => 'چاپلاش'; @@ -14107,10 +14116,10 @@ class CupertinoLocalizationUg extends GlobalCupertinoLocalizations { String get selectAllButtonLabel => 'ھەممىنى تاللاش'; @override - String get shareButtonLabel => 'ئورتاقلىشىش...'; + String get shareButtonLabel => 'ھەمبەھرلەش...'; @override - String get tabSemanticsLabelRaw => r'جەمئىي $tabCount بەتكۈچ، $tabIndex'; + String get tabSemanticsLabelRaw => r'بەتكۈچ $tabIndex جەمئىي $tabCount'; @override String? get timerPickerHourLabelFew => null; @@ -14195,10 +14204,10 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'дп'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Назад'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Скасувати'; @override String get clearButtonLabel => 'Очистити'; @@ -14370,7 +14379,7 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { String get backButtonLabel => 'Back'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'منسوخ کریں'; @override String get clearButtonLabel => 'صاف کریں'; @@ -14539,10 +14548,10 @@ class CupertinoLocalizationUz extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Orqaga'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Bekor qilish'; @override String get clearButtonLabel => 'Tozalash'; @@ -14711,10 +14720,10 @@ class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'SÁNG'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Quay lại'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Huỷ'; @override String get clearButtonLabel => 'Xoá'; @@ -14883,10 +14892,10 @@ class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => '上午'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => '返回'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => '取消'; @override String get clearButtonLabel => '清除'; @@ -15227,10 +15236,10 @@ class CupertinoLocalizationZu extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'Emuva'; @override - String get cancelButtonLabel => 'Cancel'; + String get cancelButtonLabel => 'Khansela'; @override String get clearButtonLabel => 'Sula'; diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index 4ad7e6980687..9acade8b7c62 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -4010,10 +4010,10 @@ class MaterialLocalizationBo extends GlobalMaterialLocalizations { }); @override - String get aboutListTileTitleRaw => r'སྐོར།$applicationName'; + String get aboutListTileTitleRaw => r'སྐོར། $applicationName'; @override - String get alertDialogLabel => 'བརྡ་ལན།'; + String get alertDialogLabel => 'གསལ་བརྡ།'; @override String get anteMeridiemAbbreviation => 'སྔ་དྲོ'; @@ -4022,7 +4022,7 @@ class MaterialLocalizationBo extends GlobalMaterialLocalizations { String get backButtonTooltip => 'ཕྱིར་ལོག'; @override - String get bottomSheetLabel => 'ཤོག་ལྷེའི་མཐའ་མཇུག'; + String get bottomSheetLabel => 'ཤོག་ལྷེ་འོག་མ།'; @override String get calendarModeButtonLabel => 'ལོ་ཐོར་བསྒྱུར་བ།'; @@ -4031,7 +4031,7 @@ class MaterialLocalizationBo extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'ཕྱིར་འཐེན།'; @override - String get clearButtonTooltip => 'ཡི་གེ་གཙང་བཟོ'; + String get clearButtonTooltip => 'ཡི་གེ་གཙང་བཟོ།'; @override String get closeButtonLabel => 'སྒོ་རྒྱག་པ།'; @@ -4040,13 +4040,13 @@ class MaterialLocalizationBo extends GlobalMaterialLocalizations { String get closeButtonTooltip => 'སྒོ་རྒྱག་པ།'; @override - String get collapsedHint => 'བཀྲམ་ཟིན།'; + String get collapsedHint => 'ཁྱབ་སྤེལ་ཟིན།'; @override String get collapsedIconTapHint => 'ཁྱབ་སྤེལ།'; @override - String get continueButtonLabel => 'སྒོ་རྒྱག་པ།'; + String get continueButtonLabel => 'མུ་མཐུད་པ།'; @override String get copyButtonLabel => 'བཤུས།'; @@ -4058,7 +4058,7 @@ class MaterialLocalizationBo extends GlobalMaterialLocalizations { String get cutButtonLabel => 'གཅོད།'; @override - String get dateHelpText => 'ཟླ་བ།/ཉིན།/ལོ།'; + String get dateHelpText => 'ལོ། ལོ། ལོ། ལོ།/ཟླ། ཟླ།/ཚེས། ཚེས།'; @override String get dateInputLabel => 'ཟླ་ཚེས་ནང་འཇུག'; @@ -4070,7 +4070,7 @@ class MaterialLocalizationBo extends GlobalMaterialLocalizations { String get datePickerHelpText => 'ཟླ་ཚེས་འདེམས་པ།'; @override - String get dateRangeEndDateSemanticLabelRaw => r'ཟླ་ཚེས་མཇུག་བསྡུ། $ཟླ་ཚེས་ཆ་ཚང་།'; + String get dateRangeEndDateSemanticLabelRaw => r'ཟླ་ཚེས་མཇུག་བསྡུ། $fullDate'; @override String get dateRangeEndLabel => 'ཟླ་ཚེས་མཇུག་བསྡུ།'; @@ -4079,7 +4079,7 @@ class MaterialLocalizationBo extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'ཁྱབ་ཚོད་འདེམས་པ།'; @override - String get dateRangeStartDateSemanticLabelRaw => r'ཟླ་ཚེས་འགོ་འཛུགས། $ཟླ་ཚེས་ཆ་ཚང་།'; + String get dateRangeStartDateSemanticLabelRaw => r'ཟླ་ཚེས་འགོ་འཛུགས། $fullDate'; @override String get dateRangeStartLabel => 'ཟླ་ཚེས་འགོ་འཛུགས།'; @@ -4106,10 +4106,10 @@ class MaterialLocalizationBo extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'ཕྱོགས་བསྡུ།'; @override - String get expansionTileCollapsedHint => 'བཀྲམ་ཆེད་ཐེངས་གཉིས་གནོན།'; + String get expansionTileCollapsedHint => 'ཁྱབ་སྤེལ་ཆེད་ཐེངས་གཉིས་གནོན།'; @override - String get expansionTileCollapsedTapHint => 'ཞིབ་རྒྱས་ཆེད་བཀྲམ་རོགས།'; + String get expansionTileCollapsedTapHint => 'ཞིབ་རྒྱས་ཆེད་ཁྱབ་སྤེལ།'; @override String get expansionTileExpandedHint => 'ཕྱོགས་བསྡུའི་ཆེད་ཐེངས་གཉིས་གནོན།'; @@ -4118,13 +4118,13 @@ class MaterialLocalizationBo extends GlobalMaterialLocalizations { String get expansionTileExpandedTapHint => 'ཕྱོགས་བསྡུ།'; @override - String get firstPageTooltip => 'ཤོག་བུ་ཐོག་མ།'; + String get firstPageTooltip => 'ཤོག་ངོ་ཐོག་མ།'; @override String get hideAccountsLabel => 'ཁ་བྱང་བསྐུང་བ།'; @override - String get inputDateModeButtonLabel => 'ནང་འཇུག་བསྒྱུར་བ།'; + String get inputDateModeButtonLabel => 'ནང་འཇུག་ལ་བསྒྱུར་བ།'; @override String get inputTimeModeButtonLabel => 'ཡི་གེ་ནང་འཇུག་ལ་བསྒྱུར་བ།'; @@ -4139,13 +4139,13 @@ class MaterialLocalizationBo extends GlobalMaterialLocalizations { String get invalidTimeLabel => 'ཆུ་ཚོད་ནོར་འཁྲུལ་མེད་པར་ནང་འཇུག'; @override - String get keyboardKeyAlt => 'བྱེད་སྒོ་འདེམས་བྱེད་མཐེབ་གནོན་ཨལ་ཊི།'; + String get keyboardKeyAlt => 'ཨལ་ཊི།'; @override - String get keyboardKeyAltGraph => 'བྱེད་སྒོ་འདེམས་བྱེད་ཇི་ཨར།'; + String get keyboardKeyAltGraph => 'ཨལ་ཊི་ཇི་ཨར།'; @override - String get keyboardKeyBackspace => 'ཕྱིར་འགྲོ །'; + String get keyboardKeyBackspace => 'ཕྱིར་འགྲོ།'; @override String get keyboardKeyCapsLock => 'ཡིག་ཆེན།'; @@ -4238,7 +4238,7 @@ class MaterialLocalizationBo extends GlobalMaterialLocalizations { String get keyboardKeyNumpadEnter => 'ཨང་གྲངས་ནང་འཇུག'; @override - String get keyboardKeyNumpadEqual => 'ཨང་གྲངས།='; + String get keyboardKeyNumpadEqual => 'ཨང་གྲངས། ='; @override String get keyboardKeyNumpadMultiply => 'ཨང་གྲངས། *'; @@ -4253,10 +4253,10 @@ class MaterialLocalizationBo extends GlobalMaterialLocalizations { String get keyboardKeyNumpadSubtract => 'ཨང་གྲངས། -'; @override - String get keyboardKeyPageDown => 'ཤོག་བུའི་འོག་ཏུ་འགྲོ།'; + String get keyboardKeyPageDown => 'ཤོག་ངོ་འོག་འགྲོ།'; @override - String get keyboardKeyPageUp => 'ཤོག་བུའི་སྒང་ལ་འགྲོ།'; + String get keyboardKeyPageUp => 'ཤོག་ངོའི་སྒང་འགྲོ།'; @override String get keyboardKeyPower => 'གློག་སྤར།'; @@ -4265,7 +4265,7 @@ class MaterialLocalizationBo extends GlobalMaterialLocalizations { String get keyboardKeyPowerOff => 'གློག་གསོད།'; @override - String get keyboardKeyPrintScreen => 'ཤོག་ངོས་བཤུས།'; + String get keyboardKeyPrintScreen => 'ཤོག་ངོ་བཤུས།'; @override String get keyboardKeyScrollLock => 'གོང་འོག་འགྲོ་བྱེད།'; @@ -4280,7 +4280,7 @@ class MaterialLocalizationBo extends GlobalMaterialLocalizations { String get keyboardKeySpace => 'བར་སྟོང་།'; @override - String get lastPageTooltip => 'ཤོག་བུ་མཐའ་མ།'; + String get lastPageTooltip => 'ཤོག་ངོ་མཐའ་མ།'; @override String? get licensesPackageDetailTextFew => null; @@ -4322,19 +4322,19 @@ class MaterialLocalizationBo extends GlobalMaterialLocalizations { String get nextMonthTooltip => 'ཟླ་བ་རྗེས་མ།'; @override - String get nextPageTooltip => 'ཤོག་བུ་རྗེས་མ།'; + String get nextPageTooltip => 'ཤོག་ངོ་རྗེས་མ།'; @override String get okButtonLabel => 'འདོད།'; @override - String get openAppDrawerTooltip => 'ཕྱོགས་སྟོན་ཐོ་གཞུང་ཁ་ཕྱེ་བ'; + String get openAppDrawerTooltip => 'ཕྱོགས་སྟོན་ཐོ་གཞུང་ཁ་ཕྱེ་བ།'; @override - String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow of $rowCount'; + String get pageRowsInfoTitleRaw => r'$firstRow–$lastRow ཡི་ $rowCount'; @override - String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow སྐོར། $rowCount'; + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow ཡི་སྐོར། $rowCount'; @override String get pasteButtonLabel => 'འཕོས་པ།'; @@ -4349,7 +4349,7 @@ class MaterialLocalizationBo extends GlobalMaterialLocalizations { String get previousMonthTooltip => 'ཟླ་བ་སྔོན་མ།'; @override - String get previousPageTooltip => 'ཤོག་བུ་སྔོན་མ།'; + String get previousPageTooltip => 'ཤོག་ངོ་སྔོན་མ།'; @override String get refreshIndicatorSemanticLabel => 'བསྐྱར་གསོ།'; @@ -4364,7 +4364,7 @@ class MaterialLocalizationBo extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountOne => 'ཡིག་འབྲུ་ 1 ལྷག་ལུས།'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCount ཡིག་འབྲུ་ལྷག་ལུས།'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount ཡིག་འབྲུ་ལྷག་ལུས་རྣམས།'; @override String? get remainingTextFieldCharacterCountTwo => null; @@ -4397,13 +4397,13 @@ class MaterialLocalizationBo extends GlobalMaterialLocalizations { String get saveButtonLabel => 'ཉར་ཚགས།'; @override - String get scanTextButtonLabel => 'མུ་མཐུད་པ།'; + String get scanTextButtonLabel => 'ཡི་གེ་བཤེར་འབེབས།'; @override String get scrimLabel => 'ཤོག་ཚོས།'; @override - String get scrimOnTapHintRaw => r'སྒོ་རྒྱག་པ།$modalRouteContentName'; + String get scrimOnTapHintRaw => r'སྒོ་རྒྱག་པ། $modalRouteContentName'; @override ScriptCategory get scriptCategory => ScriptCategory.dense; @@ -4442,7 +4442,7 @@ class MaterialLocalizationBo extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'ཡི་གེ་བཤེར་འབེབས།'; + String get shareButtonLabel => 'མཉམ་སྤྱོད།'; @override String get showAccountsLabel => 'ཁ་བྱང་སྟོན་པ།'; @@ -4454,7 +4454,7 @@ class MaterialLocalizationBo extends GlobalMaterialLocalizations { String get signedInLabel => 'དྲ་འཛུལ་ཟིན།'; @override - String get tabLabelRaw => r'རྗེས་གནོན། $tabIndex / $tabCount'; + String get tabLabelRaw => r'འཛར་གནོན་ $tabIndex ཡི $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -27195,13 +27195,13 @@ class MaterialLocalizationMk extends GlobalMaterialLocalizations { String get expansionTileCollapsedHint => 'допри двапати за проширување'; @override - String get expansionTileCollapsedTapHint => 'Прошири за повеќе детали'; + String get expansionTileCollapsedTapHint => 'проширување за повеќе детали'; @override String get expansionTileExpandedHint => 'допрете двапати за собирање'; @override - String get expansionTileExpandedTapHint => 'Собери'; + String get expansionTileExpandedTapHint => 'собирање'; @override String get firstPageTooltip => 'Прва страница'; @@ -42026,7 +42026,7 @@ class MaterialLocalizationUg extends GlobalMaterialLocalizations { String get backButtonTooltip => 'قايتىش'; @override - String get bottomSheetLabel => 'تۆۋەن جەدۋەل'; + String get bottomSheetLabel => 'ئاستىنقى كۆزنەك'; @override String get calendarModeButtonLabel => 'كالېندارغا ئۆتۈش'; @@ -42047,7 +42047,7 @@ class MaterialLocalizationUg extends GlobalMaterialLocalizations { String get collapsedHint => 'يېيىلدى'; @override - String get collapsedIconTapHint => 'كېڭەيتىش'; + String get collapsedIconTapHint => 'يېيىش'; @override String get continueButtonLabel => 'داۋاملاشتۇرۇش'; @@ -42062,19 +42062,19 @@ class MaterialLocalizationUg extends GlobalMaterialLocalizations { String get cutButtonLabel => 'كېسىش'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'dd-mm-yyyy'; @override String get dateInputLabel => 'چېسلا كىرگۈزۈش'; @override - String get dateOutOfRangeLabel => 'دائىرە سىرتىغا چىقتى.'; + String get dateOutOfRangeLabel => 'دائىرىدىن چىقىپ كەتتى'; @override String get datePickerHelpText => 'چېسلا تاللاش'; @override - String get dateRangeEndDateSemanticLabelRaw => r'ئاخىرلىشىش ۋاقتى $fullDate'; + String get dateRangeEndDateSemanticLabelRaw => r'ئاخىرلىشىش ۋاقتى fullDate$'; @override String get dateRangeEndLabel => 'ئاخىرلىشىش ۋاقتى'; @@ -42083,13 +42083,13 @@ class MaterialLocalizationUg extends GlobalMaterialLocalizations { String get dateRangePickerHelpText => 'دائىرە تاللاش'; @override - String get dateRangeStartDateSemanticLabelRaw => r'باشلىنىش ۋاقتى $fullDate'; + String get dateRangeStartDateSemanticLabelRaw => r'باشلىنىش ۋاقتى fullDate$'; @override String get dateRangeStartLabel => 'باشلىنىش ۋاقتى'; @override - String get dateSeparator => '/'; + String get dateSeparator => '-'; @override String get deleteButtonTooltip => 'ئۆچۈرۈش'; @@ -42107,7 +42107,7 @@ class MaterialLocalizationUg extends GlobalMaterialLocalizations { String get expandedHint => 'يىغىلدى'; @override - String get expandedIconTapHint => 'تارايتىش'; + String get expandedIconTapHint => 'يىغىش'; @override String get expansionTileCollapsedHint => 'يېيىش ئۈچۈن قوش چېكىڭ'; @@ -42155,10 +42155,10 @@ class MaterialLocalizationUg extends GlobalMaterialLocalizations { String get keyboardKeyCapsLock => 'Caps Lock'; @override - String get keyboardKeyChannelDown => '-CH'; + String get keyboardKeyChannelDown => 'ئاستىنقى قانال'; @override - String get keyboardKeyChannelUp => '+CH'; + String get keyboardKeyChannelUp => 'يۇقىرىقى قانال'; @override String get keyboardKeyControl => 'Ctrl'; @@ -42227,34 +42227,34 @@ class MaterialLocalizationUg extends GlobalMaterialLocalizations { String get keyboardKeyNumpad9 => 'Num 9'; @override - String get keyboardKeyNumpadAdd => 'Num +'; + String get keyboardKeyNumpadAdd => '+ Num'; @override - String get keyboardKeyNumpadComma => 'Num ,'; + String get keyboardKeyNumpadComma => ', Num'; @override - String get keyboardKeyNumpadDecimal => 'Num .'; + String get keyboardKeyNumpadDecimal => '. Num'; @override - String get keyboardKeyNumpadDivide => 'Num /'; + String get keyboardKeyNumpadDivide => '/ Num'; @override String get keyboardKeyNumpadEnter => 'Num Enter'; @override - String get keyboardKeyNumpadEqual => 'Num ='; + String get keyboardKeyNumpadEqual => '= Num'; @override - String get keyboardKeyNumpadMultiply => 'Num *'; + String get keyboardKeyNumpadMultiply => '* Num'; @override - String get keyboardKeyNumpadParenLeft => 'Num ('; + String get keyboardKeyNumpadParenLeft => ') Num'; @override - String get keyboardKeyNumpadParenRight => 'Num )'; + String get keyboardKeyNumpadParenRight => '( Num'; @override - String get keyboardKeyNumpadSubtract => 'Num -'; + String get keyboardKeyNumpadSubtract => '- Num'; @override String get keyboardKeyPageDown => 'PgDown'; @@ -42269,7 +42269,7 @@ class MaterialLocalizationUg extends GlobalMaterialLocalizations { String get keyboardKeyPowerOff => 'ئېتىش'; @override - String get keyboardKeyPrintScreen => 'PrtSc'; + String get keyboardKeyPrintScreen => 'Print Screen'; @override String get keyboardKeyScrollLock => 'Scroll Lock'; @@ -42281,7 +42281,7 @@ class MaterialLocalizationUg extends GlobalMaterialLocalizations { String get keyboardKeyShift => 'Shift'; @override - String get keyboardKeySpace => 'بوشلۇق كۇنۇپكىسى'; + String get keyboardKeySpace => 'بوشلۇق'; @override String get lastPageTooltip => 'ئاخىرقى بەت'; @@ -42314,10 +42314,10 @@ class MaterialLocalizationUg extends GlobalMaterialLocalizations { String get menuBarMenuLabel => 'تىزىملىك بالدىقى تىزىملىكى'; @override - String get menuDismissLabel => 'تىزىملىكنى يېپىش'; + String get menuDismissLabel => 'تىزىملىكنى بىكار قىلىش'; @override - String get modalBarrierDismissLabel => 'يېپىش'; + String get modalBarrierDismissLabel => 'بىكار قىلىش'; @override String get moreButtonTooltip => 'تېخىمۇ كۆپ'; @@ -42335,10 +42335,10 @@ class MaterialLocalizationUg extends GlobalMaterialLocalizations { String get openAppDrawerTooltip => 'يېتەكچى تىزىملىكىنى ئېچىىش'; @override - String get pageRowsInfoTitleRaw => r'جەمئىي $rowCountقۇر، $lastRow–$firstRow'; + String get pageRowsInfoTitleRaw => r'جەمئىي $rowCount قۇر $firstRow-دىن $lastRow-گىچە'; @override - String get pageRowsInfoTitleApproximateRaw => r'جەمئىي $rowCountقۇر، $lastRow–$firstRow'; + String get pageRowsInfoTitleApproximateRaw => r'تەخمىنەن جەمئىي $rowCount قۇر $firstRow-دىن $lastRow-گىچە'; @override String get pasteButtonLabel => 'چاپلاش'; @@ -42434,10 +42434,10 @@ class MaterialLocalizationUg extends GlobalMaterialLocalizations { String? get selectedRowCountTitleMany => null; @override - String? get selectedRowCountTitleOne => '1 ئوبيېكت تاللاندى'; + String? get selectedRowCountTitleOne => '1 ماددا تاللاندى'; @override - String get selectedRowCountTitleOther => r'$selectedRowCount ئوبيېكت تاللاندى'; + String get selectedRowCountTitleOther => r'$selectedRowCount ماددا تاللاندى'; @override String? get selectedRowCountTitleTwo => null; @@ -42446,7 +42446,7 @@ class MaterialLocalizationUg extends GlobalMaterialLocalizations { String? get selectedRowCountTitleZero => null; @override - String get shareButtonLabel => 'ئورتاقلىشىش'; + String get shareButtonLabel => 'ھەمبەھرلەش'; @override String get showAccountsLabel => 'ھېساباتنى كۆرسىتىش'; @@ -42458,7 +42458,7 @@ class MaterialLocalizationUg extends GlobalMaterialLocalizations { String get signedInLabel => 'تىزىملاپ كىردىڭىز'; @override - String get tabLabelRaw => r'جەمئىي $tabCount بەتكۈچ، $tabIndex'; + String get tabLabelRaw => r'بەتكۈچ $tabIndex جەمئىي $tabCount'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @@ -42488,7 +42488,7 @@ class MaterialLocalizationUg extends GlobalMaterialLocalizations { String get unspecifiedDateRange => 'چېسلا دائىرىسى'; @override - String get viewLicensesButtonLabel => 'ئىجازەتنامىلەرنى كۆرسىتىش'; + String get viewLicensesButtonLabel => 'ئىجازەتنامىلەرنى كۆرۈش'; } /// The translations for Ukrainian (`uk`). diff --git a/packages/flutter_localizations/lib/src/l10n/material_bo.arb b/packages/flutter_localizations/lib/src/l10n/material_bo.arb index a6afd50d3371..f37e7915f255 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_bo.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_bo.arb @@ -1,41 +1,41 @@ { - "openAppDrawerTooltip": "ཕྱོགས་སྟོན་ཐོ་གཞུང་ཁ་ཕྱེ་བ", + "openAppDrawerTooltip": "ཕྱོགས་སྟོན་ཐོ་གཞུང་ཁ་ཕྱེ་བ།", "backButtonTooltip": "ཕྱིར་ལོག", - "clearButtonTooltip": "ཡི་གེ་གཙང་བཟོ", + "clearButtonTooltip": "ཡི་གེ་གཙང་བཟོ།", "closeButtonTooltip": "སྒོ་རྒྱག་པ།", "deleteButtonTooltip": "བསུབ་པ།", "moreButtonTooltip": "ཇེ་མང་།", "nextMonthTooltip": "ཟླ་བ་རྗེས་མ།", "previousMonthTooltip": "ཟླ་བ་སྔོན་མ།", - "nextPageTooltip": "ཤོག་བུ་རྗེས་མ།", - "previousPageTooltip": "ཤོག་བུ་སྔོན་མ།", - "firstPageTooltip": "ཤོག་བུ་ཐོག་མ།", - "lastPageTooltip": "ཤོག་བུ་མཐའ་མ།", + "nextPageTooltip": "ཤོག་ངོ་རྗེས་མ།", + "previousPageTooltip": "ཤོག་ངོ་སྔོན་མ།", + "firstPageTooltip": "ཤོག་ངོ་ཐོག་མ།", + "lastPageTooltip": "ཤོག་ངོ་མཐའ་མ།", "showMenuTooltip": "ཐོ་གཞུང་སྟོན་པ།", "scrimLabel": "ཤོག་ཚོས།", "scriptCategory": "dense", "timeOfDayFormat": "HH:mm", - "bottomSheetLabel": "ཤོག་ལྷེའི་མཐའ་མཇུག", - "scrimOnTapHint": "སྒོ་རྒྱག་པ།$modalRouteContentName", - "aboutListTileTitle": "སྐོར།$applicationName", + "bottomSheetLabel": "ཤོག་ལྷེ་འོག་མ།", + "scrimOnTapHint": "སྒོ་རྒྱག་པ། $modalRouteContentName", + "aboutListTileTitle": "སྐོར། $applicationName", "licensesPageTitle": "ལག་ཁྱེར་ཁག", "licensesPackageDetailTextOne": "ལག་ཁྱེར། 1", "licensesPackageDetailTextOther": "$licenseCount ལག་ཁྱེར་ཁག", - "pageRowsInfoTitle": "$firstRow–$lastRow of $rowCount", - "pageRowsInfoTitleApproximate": "$firstRow–$lastRow སྐོར། $rowCount", + "pageRowsInfoTitle": "$firstRow–$lastRow ཡི་ $rowCount", + "pageRowsInfoTitleApproximate": "$firstRow–$lastRow ཡི་སྐོར། $rowCount", "rowsPerPageTitle": "ཤོག་ལྷེ་རེའི་འཕྲེད་ཐིག:", - "tabLabel": "རྗེས་གནོན། $tabIndex / $tabCount", + "tabLabel": "འཛར་གནོན་ $tabIndex ཡི $tabCount", "selectedRowCountTitleOne": "ཅ་དངོས་ 1 བདམས་པ།", "selectedRowCountTitleOther": "$selectedRowCount ཅ་དངོས་དུ་མ་བདམས་པ།", "cancelButtonLabel": "ཕྱིར་འཐེན།", "closeButtonLabel": "སྒོ་རྒྱག་པ།", - "continueButtonLabel": "སྒོ་རྒྱག་པ།", + "continueButtonLabel": "མུ་མཐུད་པ།", "copyButtonLabel": "བཤུས།", "cutButtonLabel": "གཅོད།", - "scanTextButtonLabel": "མུ་མཐུད་པ།", + "scanTextButtonLabel": "ཡི་གེ་བཤེར་འབེབས།", "lookUpButtonLabel": "འཚོལ་བ།", "searchWebButtonLabel": "དྲ་ཐོག་འཚོལ་བཤེར།", - "shareButtonLabel": "ཡི་གེ་བཤེར་འབེབས།", + "shareButtonLabel": "མཉམ་སྤྱོད།", "okButtonLabel": "འདོད།", "pasteButtonLabel": "འཕོས་པ།", "selectAllButtonLabel": "ཚང་འདེམས།", @@ -47,15 +47,15 @@ "modalBarrierDismissLabel": "འདོར་བ།", "menuDismissLabel": "ཐོ་གཞུང་འདོར་བ།", "dateSeparator": "/", - "dateHelpText": "ཟླ་བ།/ཉིན།/ལོ།", + "dateHelpText": "ལོ། ལོ། ལོ། ལོ།/ཟླ། ཟླ།/ཚེས། ཚེས།", "selectYearSemanticsLabel": "ལོ་འདེམས།", "unspecifiedDate": "ཟླ་ཚེས།", "unspecifiedDateRange": "ཟླ་ཚེས་ཁྱབ་ཚོད།", "dateInputLabel": "ཟླ་ཚེས་ནང་འཇུག", "dateRangeStartLabel": "ཟླ་ཚེས་འགོ་འཛུགས།", "dateRangeEndLabel": "ཟླ་ཚེས་མཇུག་བསྡུ།", - "dateRangeStartDateSemanticLabel": "ཟླ་ཚེས་འགོ་འཛུགས། $ཟླ་ཚེས་ཆ་ཚང་།", - "dateRangeEndDateSemanticLabel": "ཟླ་ཚེས་མཇུག་བསྡུ། $ཟླ་ཚེས་ཆ་ཚང་།", + "dateRangeStartDateSemanticLabel": "ཟླ་ཚེས་འགོ་འཛུགས། $fullDate", + "dateRangeEndDateSemanticLabel": "ཟླ་ཚེས་མཇུག་བསྡུ། $fullDate", "invalidDateFormatLabel": "སྒྲོམ་གཞི་ནོར་འཁྲུལ།", "invalidDateRangeLabel": "ཁྱབ་ཚོད་ནོར་འཁྲུལ།", "dateOutOfRangeLabel": "ཁྱབ་ཚོད་ནང་མ་ཚུད།", @@ -63,7 +63,7 @@ "datePickerHelpText": "ཟླ་ཚེས་འདེམས་པ།", "dateRangePickerHelpText": "ཁྱབ་ཚོད་འདེམས་པ།", "calendarModeButtonLabel": "ལོ་ཐོར་བསྒྱུར་བ།", - "inputDateModeButtonLabel": "ནང་འཇུག་བསྒྱུར་བ།", + "inputDateModeButtonLabel": "ནང་འཇུག་ལ་བསྒྱུར་བ།", "timePickerDialHelpText": "ཆུ་ཚོད་འདེམས་པ།", "timePickerInputHelpText": "ཆུ་ཚོད་ནང་འཇུག", "timePickerHourLabel": "ཆུ་ཚོད།", @@ -78,7 +78,7 @@ "menuBarMenuLabel": "ཐོ་གཞུང་གི་མཐེབ་གནོན་ཐོ་གཞུང་།", "popupMenuLabel": "བསྐུང་སྟོན་ཐོ་གཞུང་།", "dialogLabel": "ཟིན་དེབ།", - "alertDialogLabel": "བརྡ་ལན།", + "alertDialogLabel": "གསལ་བརྡ།", "searchFieldLabel": "འཚོལ་བཤེར།", "currentDateLabel": "དེ་རིང་།", "selectedDateLabel": "བདམས་པ།", @@ -91,17 +91,17 @@ "expandedIconTapHint": "ཕྱོགས་བསྡུ།", "collapsedIconTapHint": "ཁྱབ་སྤེལ།", "expansionTileExpandedHint": "ཕྱོགས་བསྡུའི་ཆེད་ཐེངས་གཉིས་གནོན།", - "expansionTileCollapsedHint": "བཀྲམ་ཆེད་ཐེངས་གཉིས་གནོན།", + "expansionTileCollapsedHint": "ཁྱབ་སྤེལ་ཆེད་ཐེངས་གཉིས་གནོན།", "expansionTileExpandedTapHint": "ཕྱོགས་བསྡུ།", - "expansionTileCollapsedTapHint": "ཞིབ་རྒྱས་ཆེད་བཀྲམ་རོགས།", + "expansionTileCollapsedTapHint": "ཞིབ་རྒྱས་ཆེད་ཁྱབ་སྤེལ།", "expandedHint": "ཕྱོགས་བསྡུས།", - "collapsedHint": "བཀྲམ་ཟིན།", + "collapsedHint": "ཁྱབ་སྤེལ་ཟིན།", "remainingTextFieldCharacterCountOne": "ཡིག་འབྲུ་ 1 ལྷག་ལུས།", - "remainingTextFieldCharacterCountOther": "$remainingCount ཡིག་འབྲུ་ལྷག་ལུས།", + "remainingTextFieldCharacterCountOther": "$remainingCount ཡིག་འབྲུ་ལྷག་ལུས་རྣམས།", "refreshIndicatorSemanticLabel": "བསྐྱར་གསོ།", - "keyboardKeyAlt": "བྱེད་སྒོ་འདེམས་བྱེད་མཐེབ་གནོན་ཨལ་ཊི།", - "keyboardKeyAltGraph": "བྱེད་སྒོ་འདེམས་བྱེད་ཇི་ཨར།", - "keyboardKeyBackspace": "ཕྱིར་འགྲོ །", + "keyboardKeyAlt": "ཨལ་ཊི།", + "keyboardKeyAltGraph": "ཨལ་ཊི་ཇི་ཨར།", + "keyboardKeyBackspace": "ཕྱིར་འགྲོ།", "keyboardKeyCapsLock": "ཡིག་ཆེན།", "keyboardKeyChannelDown": "བརྒྱུད་ལམ་གཤམ།", "keyboardKeyChannelUp": "བརྒྱུད་ལམ་སྟེང་།", @@ -132,16 +132,16 @@ "keyboardKeyNumpadDecimal": "ཨང་གྲངས། .", "keyboardKeyNumpadDivide": "ཨང་གྲངས། /", "keyboardKeyNumpadEnter": "ཨང་གྲངས་ནང་འཇུག", - "keyboardKeyNumpadEqual": "ཨང་གྲངས།=", + "keyboardKeyNumpadEqual": "ཨང་གྲངས། =", "keyboardKeyNumpadMultiply": "ཨང་གྲངས། *", "keyboardKeyNumpadParenLeft": "ཨང་གྲངས། (", "keyboardKeyNumpadParenRight": "ཨང་གྲངས། )", "keyboardKeyNumpadSubtract": "ཨང་གྲངས། -", - "keyboardKeyPageDown": "ཤོག་བུའི་འོག་ཏུ་འགྲོ།", - "keyboardKeyPageUp": "ཤོག་བུའི་སྒང་ལ་འགྲོ།", + "keyboardKeyPageDown": "ཤོག་ངོ་འོག་འགྲོ།", + "keyboardKeyPageUp": "ཤོག་ངོའི་སྒང་འགྲོ།", "keyboardKeyPower": "གློག་སྤར།", "keyboardKeyPowerOff": "གློག་གསོད།", - "keyboardKeyPrintScreen": "ཤོག་ངོས་བཤུས།", + "keyboardKeyPrintScreen": "ཤོག་ངོ་བཤུས།", "keyboardKeyScrollLock": "གོང་འོག་འགྲོ་བྱེད།", "keyboardKeySelect": "འདེམས།", "keyboardKeyShift": "བརྗེ་སྒྱུར་མཐེབ་གནོན་ཤིབ་ཊི།", diff --git a/packages/flutter_localizations/lib/src/l10n/material_mk.arb b/packages/flutter_localizations/lib/src/l10n/material_mk.arb index cb2c1e63e414..1a9f10913763 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_mk.arb @@ -137,8 +137,8 @@ "keyboardKeyShift": "Shift", "expansionTileExpandedHint": "допрете двапати за собирање", "expansionTileCollapsedHint": "допри двапати за проширување", - "expansionTileExpandedTapHint": "Собери", - "expansionTileCollapsedTapHint": "Прошири за повеќе детали", + "expansionTileExpandedTapHint": "собирање", + "expansionTileCollapsedTapHint": "проширување за повеќе детали", "expandedHint": "Собрано", "collapsedHint": "Проширено", "menuDismissLabel": "Отфрлете го менито", diff --git a/packages/flutter_localizations/lib/src/l10n/material_ug.arb b/packages/flutter_localizations/lib/src/l10n/material_ug.arb index a225028bddda..01bf87b46394 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ug.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ug.arb @@ -15,18 +15,18 @@ "scrimLabel": "Scrim", "scriptCategory": "tall", "timeOfDayFormat": "HH:mm", - "bottomSheetLabel": "تۆۋەن جەدۋەل", + "bottomSheetLabel": "ئاستىنقى كۆزنەك", "scrimOnTapHint": "$modalRouteContentName نى يېپىش", "aboutListTileTitle": "$applicationName ھەققىدە", "licensesPageTitle": "ئىجازەتننامىلەر", "licensesPackageDetailTextOne": "1 ئىجازەتنامە", "licensesPackageDetailTextOther": "$licenseCount ئىجازەتنامە", - "pageRowsInfoTitle": "جەمئىي $rowCountقۇر، $lastRow–$firstRow", - "pageRowsInfoTitleApproximate": "جەمئىي $rowCountقۇر، $lastRow–$firstRow", + "pageRowsInfoTitle": "جەمئىي $rowCount قۇر $firstRow-دىن $lastRow-گىچە", + "pageRowsInfoTitleApproximate": "تەخمىنەن جەمئىي $rowCount قۇر $firstRow-دىن $lastRow-گىچە", "rowsPerPageTitle": "ھەر بەتتىكى قۇر سانى:", - "tabLabel": "جەمئىي $tabCount بەتكۈچ، $tabIndex", - "selectedRowCountTitleOne": "1 ئوبيېكت تاللاندى", - "selectedRowCountTitleOther": "$selectedRowCount ئوبيېكت تاللاندى", + "tabLabel": "بەتكۈچ $tabIndex جەمئىي $tabCount", + "selectedRowCountTitleOne": "1 ماددا تاللاندى", + "selectedRowCountTitleOther": "$selectedRowCount ماددا تاللاندى", "cancelButtonLabel": "بىكار قىلىش", "closeButtonLabel": "يېپىش", "continueButtonLabel": "داۋاملاشتۇرۇش", @@ -35,30 +35,30 @@ "scanTextButtonLabel": "تېكىستنى سايىلەش", "lookUpButtonLabel": "ئىزدەش", "searchWebButtonLabel": "توردا ئىزدەش", - "shareButtonLabel": "ئورتاقلىشىش", + "shareButtonLabel": "ھەمبەھرلەش", "okButtonLabel": "ماقۇل", "pasteButtonLabel": "چاپلاش", "selectAllButtonLabel": "ھەممىنى تاللاش", - "viewLicensesButtonLabel": "ئىجازەتنامىلەرنى كۆرسىتىش", + "viewLicensesButtonLabel": "ئىجازەتنامىلەرنى كۆرۈش", "anteMeridiemAbbreviation": "چۈشتىن بۇرۇن", "postMeridiemAbbreviation": "چۈشتىن كېيىن", "timePickerHourModeAnnouncement": "سائەت تاللاش", "timePickerMinuteModeAnnouncement": "مىنۇت تاللاش", - "modalBarrierDismissLabel": "يېپىش", - "menuDismissLabel": "تىزىملىكنى يېپىش", - "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", + "modalBarrierDismissLabel": "بىكار قىلىش", + "menuDismissLabel": "تىزىملىكنى بىكار قىلىش", + "dateSeparator": "-", + "dateHelpText": "dd-mm-yyyy", "selectYearSemanticsLabel": "يىل تاللاش", "unspecifiedDate": "چېسلا", "unspecifiedDateRange": "چېسلا دائىرىسى", "dateInputLabel": "چېسلا كىرگۈزۈش", "dateRangeStartLabel": "باشلىنىش ۋاقتى", "dateRangeEndLabel": "ئاخىرلىشىش ۋاقتى", - "dateRangeStartDateSemanticLabel": "باشلىنىش ۋاقتى $fullDate", - "dateRangeEndDateSemanticLabel": "ئاخىرلىشىش ۋاقتى $fullDate", + "dateRangeStartDateSemanticLabel": "باشلىنىش ۋاقتى fullDate$", + "dateRangeEndDateSemanticLabel": "ئاخىرلىشىش ۋاقتى fullDate$", "invalidDateFormatLabel": "فورمات ئىناۋەتسىز.", "invalidDateRangeLabel": "دائىرە ئىناۋەتسىز.", - "dateOutOfRangeLabel": "دائىرە سىرتىغا چىقتى.", + "dateOutOfRangeLabel": "دائىرىدىن چىقىپ كەتتى", "saveButtonLabel": "ساقلاش", "datePickerHelpText": "چېسلا تاللاش", "dateRangePickerHelpText": "دائىرە تاللاش", @@ -88,8 +88,8 @@ "reorderItemDown": "ئاستىغا يۆتكەش", "reorderItemLeft": "سولغا يۆتكەش", "reorderItemRight": "ئوڭغا يۆتكەش", - "expandedIconTapHint": "تارايتىش", - "collapsedIconTapHint": "كېڭەيتىش", + "expandedIconTapHint": "يىغىش", + "collapsedIconTapHint": "يېيىش", "expansionTileExpandedHint": "يىغىش ئۈچۈن قوش چېكىڭ", "expansionTileCollapsedHint": "يېيىش ئۈچۈن قوش چېكىڭ", "expansionTileExpandedTapHint": "يىغىش", @@ -103,8 +103,8 @@ "keyboardKeyAltGraph": "AltGr", "keyboardKeyBackspace": "Backspace", "keyboardKeyCapsLock": "Caps Lock", - "keyboardKeyChannelDown": "-CH", - "keyboardKeyChannelUp": "+CH", + "keyboardKeyChannelDown": "ئاستىنقى قانال", + "keyboardKeyChannelUp": "يۇقىرىقى قانال", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", "keyboardKeyEject": "Eject", @@ -127,23 +127,23 @@ "keyboardKeyNumpad8": "Num 8", "keyboardKeyNumpad9": "Num 9", "keyboardKeyNumpad0": "Num 0", - "keyboardKeyNumpadAdd": "Num +", - "keyboardKeyNumpadComma": "Num ,", - "keyboardKeyNumpadDecimal": "Num .", - "keyboardKeyNumpadDivide": "Num /", + "keyboardKeyNumpadAdd": "+ Num", + "keyboardKeyNumpadComma": ", Num", + "keyboardKeyNumpadDecimal": ". Num", + "keyboardKeyNumpadDivide": "/ Num", "keyboardKeyNumpadEnter": "Num Enter", - "keyboardKeyNumpadEqual": "Num =", - "keyboardKeyNumpadMultiply": "Num *", - "keyboardKeyNumpadParenLeft": "Num (", - "keyboardKeyNumpadParenRight": "Num )", - "keyboardKeyNumpadSubtract": "Num -", + "keyboardKeyNumpadEqual": "= Num", + "keyboardKeyNumpadMultiply": "* Num", + "keyboardKeyNumpadParenLeft": ") Num", + "keyboardKeyNumpadParenRight": "( Num", + "keyboardKeyNumpadSubtract": "- Num", "keyboardKeyPageDown": "PgDown", "keyboardKeyPageUp": "PgUp", "keyboardKeyPower": "توك", "keyboardKeyPowerOff": "ئېتىش", - "keyboardKeyPrintScreen": "PrtSc", + "keyboardKeyPrintScreen": "Print Screen", "keyboardKeyScrollLock": "Scroll Lock", "keyboardKeySelect": "تاللاش", "keyboardKeyShift": "Shift", - "keyboardKeySpace": "بوشلۇق كۇنۇپكىسى" + "keyboardKeySpace": "بوشلۇق" } From a4e1bf9d3b4fc5d3d46f802ee3b174964d5641ab Mon Sep 17 00:00:00 2001 From: Qun Cheng <36861262+QuncCccccc@users.noreply.github.com> Date: Tue, 15 Apr 2025 12:33:56 -0700 Subject: [PATCH 283/327] Add Irish(ga) to Flutter (#167129) This PR is to add Irish(ga) to Flutter and update localizations. Fixes https://github.com/flutter/flutter/issues/68291 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [x] I listed at least one issue that this PR fixes in the description above. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [x] All existing and new tests are passing. --- .../lib/src/l10n/cupertino_ga.arb | 48 ++ .../lib/src/l10n/cupertino_my.arb | 2 +- .../generated_cupertino_localizations.dart | 178 ++++++- .../generated_material_localizations.dart | 500 ++++++++++++++++++ .../lib/src/l10n/material_ga.arb | 158 ++++++ 5 files changed, 884 insertions(+), 2 deletions(-) create mode 100644 packages/flutter_localizations/lib/src/l10n/cupertino_ga.arb create mode 100644 packages/flutter_localizations/lib/src/l10n/material_ga.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ga.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ga.arb new file mode 100644 index 000000000000..c2761be38de9 --- /dev/null +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ga.arb @@ -0,0 +1,48 @@ +{ + "timerPickerSecondLabelFew": "soic.", + "datePickerHourSemanticsLabelTwo": "$hour a chlog", + "datePickerHourSemanticsLabelFew": "$hour a chlog", + "datePickerHourSemanticsLabelMany": "$hour a chlog", + "datePickerMinuteSemanticsLabelTwo": "$minute nóiméad", + "datePickerMinuteSemanticsLabelFew": "$minute nóiméad", + "datePickerMinuteSemanticsLabelMany": "$minute nóiméad", + "timerPickerHourLabelTwo": "uair an chloig", + "timerPickerHourLabelFew": "uair an chloig", + "timerPickerHourLabelMany": "n-uair an chloig", + "timerPickerMinuteLabelTwo": "nóim.", + "timerPickerMinuteLabelFew": "nóim.", + "timerPickerMinuteLabelMany": "nóim.", + "timerPickerSecondLabelMany": "soic.", + "timerPickerSecondLabelTwo": "soic.", + "datePickerHourSemanticsLabelOne": "$hour a chlog", + "datePickerHourSemanticsLabelOther": "$hour a chlog", + "datePickerMinuteSemanticsLabelOne": "Aon nóiméad amháin", + "datePickerMinuteSemanticsLabelOther": "$minute nóiméad", + "datePickerDateOrder": "dmy", + "datePickerDateTimeOrder": "date_time_dayPeriod", + "anteMeridiemAbbreviation": "R.N.", + "postMeridiemAbbreviation": "I.N.", + "todayLabel": "Inniu", + "alertDialogLabel": "Foláireamh", + "tabSemanticsLabel": "Cluaisín $tabIndex de $tabCount", + "timerPickerHourLabelOne": "uair an chloig", + "timerPickerHourLabelOther": "uair an chloig", + "timerPickerMinuteLabelOne": "nóim.", + "timerPickerMinuteLabelOther": "nóim.", + "timerPickerSecondLabelOne": "soic.", + "timerPickerSecondLabelOther": "soic.", + "cutButtonLabel": "Gearr", + "copyButtonLabel": "Cóipeáil", + "pasteButtonLabel": "Greamaigh", + "clearButtonLabel": "Glan", + "selectAllButtonLabel": "Roghnaigh Gach Rud", + "lookUpButtonLabel": "Cuardaigh", + "searchWebButtonLabel": "Cuardaigh an Gréasán", + "shareButtonLabel": "Comhroinn...", + "noSpellCheckReplacementsLabel": "Níor Aimsíodh Aon Fhocal Oiriúnach le Cur ina Áit", + "searchTextFieldPlaceholderLabel": "Cuardaigh", + "modalBarrierDismissLabel": "Ruaig", + "menuDismissLabel": "Ruaig an roghchlár", + "cancelButtonLabel": "Cealaigh", + "backButtonLabel": "Siar" +} diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb index fd6f9ce6b1e1..2fd2ac3b971e 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb @@ -29,5 +29,5 @@ "shareButtonLabel": "မျှဝေရန်...", "clearButtonLabel": "ဖယ်ရှားရန်", "cancelButtonLabel": "မလုပ်တော့", - "backButtonLabel": "Back" + "backButtonLabel": "နောက်သို့" } diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index dff18844a69d..7ef774842530 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -5387,6 +5387,178 @@ class CupertinoLocalizationFrCa extends CupertinoLocalizationFr { String get timerPickerMinuteLabelOther => 'min'; } +/// The translations for Irish (`ga`). +class CupertinoLocalizationGa extends GlobalCupertinoLocalizations { + /// Create an instance of the translation bundle for Irish. + /// + /// For details on the meaning of the arguments, see [GlobalCupertinoLocalizations]. + const CupertinoLocalizationGa({ + super.localeName = 'ga', + required super.fullYearFormat, + required super.dayFormat, + required super.weekdayFormat, + required super.mediumDateFormat, + required super.singleDigitHourFormat, + required super.singleDigitMinuteFormat, + required super.doubleDigitMinuteFormat, + required super.singleDigitSecondFormat, + required super.decimalFormat, + }); + + @override + String get alertDialogLabel => 'Foláireamh'; + + @override + String get anteMeridiemAbbreviation => 'R.N.'; + + @override + String get backButtonLabel => 'Siar'; + + @override + String get cancelButtonLabel => 'Cealaigh'; + + @override + String get clearButtonLabel => 'Glan'; + + @override + String get copyButtonLabel => 'Cóipeáil'; + + @override + String get cutButtonLabel => 'Gearr'; + + @override + String get datePickerDateOrderString => 'dmy'; + + @override + String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; + + @override + String? get datePickerHourSemanticsLabelFew => r'$hour a chlog'; + + @override + String? get datePickerHourSemanticsLabelMany => r'$hour a chlog'; + + @override + String? get datePickerHourSemanticsLabelOne => r'$hour a chlog'; + + @override + String get datePickerHourSemanticsLabelOther => r'$hour a chlog'; + + @override + String? get datePickerHourSemanticsLabelTwo => r'$hour a chlog'; + + @override + String? get datePickerHourSemanticsLabelZero => null; + + @override + String? get datePickerMinuteSemanticsLabelFew => r'$minute nóiméad'; + + @override + String? get datePickerMinuteSemanticsLabelMany => r'$minute nóiméad'; + + @override + String? get datePickerMinuteSemanticsLabelOne => 'Aon nóiméad amháin'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute nóiméad'; + + @override + String? get datePickerMinuteSemanticsLabelTwo => r'$minute nóiméad'; + + @override + String? get datePickerMinuteSemanticsLabelZero => null; + + @override + String get lookUpButtonLabel => 'Cuardaigh'; + + @override + String get menuDismissLabel => 'Ruaig an roghchlár'; + + @override + String get modalBarrierDismissLabel => 'Ruaig'; + + @override + String get noSpellCheckReplacementsLabel => 'Níor Aimsíodh Aon Fhocal Oiriúnach le Cur ina Áit'; + + @override + String get pasteButtonLabel => 'Greamaigh'; + + @override + String get postMeridiemAbbreviation => 'I.N.'; + + @override + String get searchTextFieldPlaceholderLabel => 'Cuardaigh'; + + @override + String get searchWebButtonLabel => 'Cuardaigh an Gréasán'; + + @override + String get selectAllButtonLabel => 'Roghnaigh Gach Rud'; + + @override + String get shareButtonLabel => 'Comhroinn...'; + + @override + String get tabSemanticsLabelRaw => r'Cluaisín $tabIndex de $tabCount'; + + @override + String? get timerPickerHourLabelFew => 'uair an chloig'; + + @override + String? get timerPickerHourLabelMany => 'n-uair an chloig'; + + @override + String? get timerPickerHourLabelOne => 'uair an chloig'; + + @override + String get timerPickerHourLabelOther => 'uair an chloig'; + + @override + String? get timerPickerHourLabelTwo => 'uair an chloig'; + + @override + String? get timerPickerHourLabelZero => null; + + @override + String? get timerPickerMinuteLabelFew => 'nóim.'; + + @override + String? get timerPickerMinuteLabelMany => 'nóim.'; + + @override + String? get timerPickerMinuteLabelOne => 'nóim.'; + + @override + String get timerPickerMinuteLabelOther => 'nóim.'; + + @override + String? get timerPickerMinuteLabelTwo => 'nóim.'; + + @override + String? get timerPickerMinuteLabelZero => null; + + @override + String? get timerPickerSecondLabelFew => 'soic.'; + + @override + String? get timerPickerSecondLabelMany => 'soic.'; + + @override + String? get timerPickerSecondLabelOne => 'soic.'; + + @override + String get timerPickerSecondLabelOther => 'soic.'; + + @override + String? get timerPickerSecondLabelTwo => 'soic.'; + + @override + String? get timerPickerSecondLabelZero => null; + + @override + String get todayLabel => 'Inniu'; +} + /// The translations for Galician (`gl`). class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { /// Create an instance of the translation bundle for Galician. @@ -9884,7 +10056,7 @@ class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'AM'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'နောက်သို့'; @override String get cancelButtonLabel => 'မလုပ်တော့'; @@ -15419,6 +15591,7 @@ final Set kCupertinoSupportedLanguages = HashSet.from(const kCupertinoSupportedLanguages = HashSet.from(const TimeOfDayFormat.frenchCanadian; } +/// The translations for Irish (`ga`). +class MaterialLocalizationGa extends GlobalMaterialLocalizations { + /// Create an instance of the translation bundle for Irish. + /// + /// For details on the meaning of the arguments, see [GlobalMaterialLocalizations]. + const MaterialLocalizationGa({ + super.localeName = 'ga', + required super.fullYearFormat, + required super.compactDateFormat, + required super.shortDateFormat, + required super.mediumDateFormat, + required super.longDateFormat, + required super.yearMonthFormat, + required super.shortMonthDayFormat, + required super.decimalFormat, + required super.twoDigitZeroPaddedFormat, + }); + + @override + String get aboutListTileTitleRaw => r'Maidir le $applicationName'; + + @override + String get alertDialogLabel => 'Foláireamh'; + + @override + String get anteMeridiemAbbreviation => 'R.N.'; + + @override + String get backButtonTooltip => 'Siar'; + + @override + String get bottomSheetLabel => 'Bileog Íochtarach'; + + @override + String get calendarModeButtonLabel => 'Athraigh go féilire'; + + @override + String get cancelButtonLabel => 'Cealaigh'; + + @override + String get clearButtonTooltip => 'Glan an téacs'; + + @override + String get closeButtonLabel => 'Dún'; + + @override + String get closeButtonTooltip => 'Dún'; + + @override + String get collapsedHint => 'Leathnaithe'; + + @override + String get collapsedIconTapHint => 'Leathnaigh'; + + @override + String get continueButtonLabel => 'Lean ar aghaidh'; + + @override + String get copyButtonLabel => 'Cóipeáil'; + + @override + String get currentDateLabel => 'Inniu'; + + @override + String get cutButtonLabel => 'Gearr'; + + @override + String get dateHelpText => 'll/mm/bbbb'; + + @override + String get dateInputLabel => 'Cuir Isteach Dáta'; + + @override + String get dateOutOfRangeLabel => 'Lasmuigh den raon.'; + + @override + String get datePickerHelpText => 'Roghnaigh dáta'; + + @override + String get dateRangeEndDateSemanticLabelRaw => r'Dáta deiridh $fullDate'; + + @override + String get dateRangeEndLabel => 'Dáta Deiridh'; + + @override + String get dateRangePickerHelpText => 'Roghnaigh raon'; + + @override + String get dateRangeStartDateSemanticLabelRaw => r'Dáta tosaigh $fullDate'; + + @override + String get dateRangeStartLabel => 'Dáta Tosaigh'; + + @override + String get dateSeparator => '/'; + + @override + String get deleteButtonTooltip => 'Scrios'; + + @override + String get dialModeButtonLabel => 'Athraigh go mód roghnóra aghaidh an chloig'; + + @override + String get dialogLabel => 'Dialóg'; + + @override + String get drawerLabel => 'Roghchlár nascleanúna'; + + @override + String get expandedHint => 'Laghdaithe'; + + @override + String get expandedIconTapHint => 'Laghdaigh'; + + @override + String get expansionTileCollapsedHint => 'tapáil faoi dhó chun leathnú'; + + @override + String get expansionTileCollapsedTapHint => 'Leathnaigh chun tuilleadh sonraí a fháil'; + + @override + String get expansionTileExpandedHint => 'tapáil faoi dhó chun laghdú'; + + @override + String get expansionTileExpandedTapHint => 'Laghdaigh'; + + @override + String get firstPageTooltip => 'An chéad leathanach'; + + @override + String get hideAccountsLabel => 'Folaigh cuntais'; + + @override + String get inputDateModeButtonLabel => 'Athraigh go hionchur'; + + @override + String get inputTimeModeButtonLabel => 'Athraigh go mód ionchuir téacs'; + + @override + String get invalidDateFormatLabel => 'Formáid neamhbhailí.'; + + @override + String get invalidDateRangeLabel => 'Raon neamhbhailí.'; + + @override + String get invalidTimeLabel => 'Cuir isteach am bailí'; + + @override + String get keyboardKeyAlt => 'Alt'; + + @override + String get keyboardKeyAltGraph => 'AltGr'; + + @override + String get keyboardKeyBackspace => 'Cúlspás'; + + @override + String get keyboardKeyCapsLock => 'Glas Ceannlitreacha'; + + @override + String get keyboardKeyChannelDown => 'Cainéal Síos'; + + @override + String get keyboardKeyChannelUp => 'Cainéal Suas'; + + @override + String get keyboardKeyControl => 'Ctrl'; + + @override + String get keyboardKeyDelete => 'Del'; + + @override + String get keyboardKeyEject => 'Caith amach'; + + @override + String get keyboardKeyEnd => 'End'; + + @override + String get keyboardKeyEscape => 'Esc'; + + @override + String get keyboardKeyFn => 'Fn'; + + @override + String get keyboardKeyHome => 'Baile'; + + @override + String get keyboardKeyInsert => 'Insert'; + + @override + String get keyboardKeyMeta => 'Meta'; + + @override + String get keyboardKeyMetaMacOs => 'Ordú'; + + @override + String get keyboardKeyMetaWindows => 'Win'; + + @override + String get keyboardKeyNumLock => 'Uimhirghlas'; + + @override + String get keyboardKeyNumpad0 => 'Num 0'; + + @override + String get keyboardKeyNumpad1 => 'Num 1'; + + @override + String get keyboardKeyNumpad2 => 'Num 2'; + + @override + String get keyboardKeyNumpad3 => 'Num 3'; + + @override + String get keyboardKeyNumpad4 => 'Num 4'; + + @override + String get keyboardKeyNumpad5 => 'Num 5'; + + @override + String get keyboardKeyNumpad6 => 'Num 6'; + + @override + String get keyboardKeyNumpad7 => 'Num 7'; + + @override + String get keyboardKeyNumpad8 => 'Num 8'; + + @override + String get keyboardKeyNumpad9 => 'Num 9'; + + @override + String get keyboardKeyNumpadAdd => 'Num +'; + + @override + String get keyboardKeyNumpadComma => 'Num ,'; + + @override + String get keyboardKeyNumpadDecimal => 'Num .'; + + @override + String get keyboardKeyNumpadDivide => 'Num /'; + + @override + String get keyboardKeyNumpadEnter => 'Num Enter'; + + @override + String get keyboardKeyNumpadEqual => 'Num ='; + + @override + String get keyboardKeyNumpadMultiply => 'Num *'; + + @override + String get keyboardKeyNumpadParenLeft => 'Num ('; + + @override + String get keyboardKeyNumpadParenRight => 'Num )'; + + @override + String get keyboardKeyNumpadSubtract => 'Num -'; + + @override + String get keyboardKeyPageDown => 'PgDown'; + + @override + String get keyboardKeyPageUp => 'PgUp'; + + @override + String get keyboardKeyPower => 'Cumhacht'; + + @override + String get keyboardKeyPowerOff => 'Múch'; + + @override + String get keyboardKeyPrintScreen => 'Priontáil Scáileán'; + + @override + String get keyboardKeyScrollLock => 'Scrollghlas'; + + @override + String get keyboardKeySelect => 'Roghnaigh'; + + @override + String get keyboardKeyShift => 'Shift'; + + @override + String get keyboardKeySpace => 'Space'; + + @override + String get lastPageTooltip => 'An leathanach deiridh'; + + @override + String? get licensesPackageDetailTextFew => r'$licenseCount cheadúnas'; + + @override + String? get licensesPackageDetailTextMany => r'$licenseCount gceadúnas'; + + @override + String? get licensesPackageDetailTextOne => 'Aon cheadúnas amháin'; + + @override + String get licensesPackageDetailTextOther => r'$licenseCount ceadúnas'; + + @override + String? get licensesPackageDetailTextTwo => r'$licenseCount cheadúnas'; + + @override + String? get licensesPackageDetailTextZero => null; + + @override + String get licensesPageTitle => 'Ceadúnais'; + + @override + String get lookUpButtonLabel => 'Cuardaigh'; + + @override + String get menuBarMenuLabel => 'Roghchlár an bharra roghchláir'; + + @override + String get menuDismissLabel => 'Ruaig an roghchlár'; + + @override + String get modalBarrierDismissLabel => 'Ruaig'; + + @override + String get moreButtonTooltip => 'Tuilleadh'; + + @override + String get nextMonthTooltip => 'An chéad mhí eile'; + + @override + String get nextPageTooltip => 'An chéad leathanach eile'; + + @override + String get okButtonLabel => 'Ceart go leor'; + + @override + String get openAppDrawerTooltip => 'Oscail an roghchlár nascleanúna'; + + @override + String get pageRowsInfoTitleRaw => r'$firstRow-$lastRow de $rowCount'; + + @override + String get pageRowsInfoTitleApproximateRaw => r'$firstRow–$lastRow de thuairim is $rowCount'; + + @override + String get pasteButtonLabel => 'Greamaigh'; + + @override + String get popupMenuLabel => 'Roghchlár aníos'; + + @override + String get postMeridiemAbbreviation => 'I.N.'; + + @override + String get previousMonthTooltip => 'An mhí roimhe'; + + @override + String get previousPageTooltip => 'An leathanach roimhe seo'; + + @override + String get refreshIndicatorSemanticLabel => 'Athnuaigh'; + + @override + String? get remainingTextFieldCharacterCountFew => r'$remainingCount charachtar fágtha'; + + @override + String? get remainingTextFieldCharacterCountMany => r'$remainingCount gcarachtar fágtha'; + + @override + String? get remainingTextFieldCharacterCountOne => 'Aon charachtar amháin fágtha'; + + @override + String get remainingTextFieldCharacterCountOther => r'$remainingCount carachtar fágtha'; + + @override + String? get remainingTextFieldCharacterCountTwo => r'$remainingCount charachtar fágtha'; + + @override + String? get remainingTextFieldCharacterCountZero => null; + + @override + String get reorderItemDown => 'Bog síos'; + + @override + String get reorderItemLeft => 'Bog ar chlé'; + + @override + String get reorderItemRight => 'Bog ar dheis'; + + @override + String get reorderItemToEnd => 'Bog chuig an deireadh'; + + @override + String get reorderItemToStart => 'Bog chuig an tús'; + + @override + String get reorderItemUp => 'Bog suas'; + + @override + String get rowsPerPageTitle => 'Rónna in aghaidh an leathanaigh:'; + + @override + String get saveButtonLabel => 'Sábháil'; + + @override + String get scanTextButtonLabel => 'Scan téacs'; + + @override + String get scrimLabel => 'Scrioma'; + + @override + String get scrimOnTapHintRaw => r'Dún $modalRouteContentName'; + + @override + ScriptCategory get scriptCategory => ScriptCategory.englishLike; + + @override + String get searchFieldLabel => 'Cuardaigh'; + + @override + String get searchWebButtonLabel => 'Cuardaigh an Gréasán'; + + @override + String get selectAllButtonLabel => 'Roghnaigh gach rud'; + + @override + String get selectYearSemanticsLabel => 'Roghnaigh bliain'; + + @override + String get selectedDateLabel => 'Roghnaithe'; + + @override + String? get selectedRowCountTitleFew => r'$selectedRowCount mhír roghnaithe'; + + @override + String? get selectedRowCountTitleMany => r'$selectedRowCount mír roghnaithe'; + + @override + String? get selectedRowCountTitleOne => 'Aon mhír amháin roghnaithe'; + + @override + String get selectedRowCountTitleOther => r'$selectedRowCount mír roghnaithe'; + + @override + String? get selectedRowCountTitleTwo => r'$selectedRowCount mhír roghnaithe'; + + @override + String? get selectedRowCountTitleZero => null; + + @override + String get shareButtonLabel => 'Comhroinn'; + + @override + String get showAccountsLabel => 'Taispeáin cuntais'; + + @override + String get showMenuTooltip => 'Taispeáin an roghchlár'; + + @override + String get signedInLabel => 'Sínithe isteach'; + + @override + String get tabLabelRaw => r'Cluaisín $tabIndex de $tabCount'; + + @override + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; + + @override + String get timePickerDialHelpText => 'Roghnaigh am'; + + @override + String get timePickerHourLabel => 'Uair'; + + @override + String get timePickerHourModeAnnouncement => 'Roghnaigh uaireanta'; + + @override + String get timePickerInputHelpText => 'Cuir isteach am'; + + @override + String get timePickerMinuteLabel => 'Nóiméad'; + + @override + String get timePickerMinuteModeAnnouncement => 'Roghnaigh nóiméid'; + + @override + String get unspecifiedDate => 'Dáta'; + + @override + String get unspecifiedDateRange => 'Raon Dátaí'; + + @override + String get viewLicensesButtonLabel => 'Féach ar cheadúnais'; +} + /// The translations for Galician (`gl`). class MaterialLocalizationGl extends GlobalMaterialLocalizations { /// Create an instance of the translation bundle for Galician. @@ -46044,6 +46540,7 @@ final Set kMaterialSupportedLanguages = HashSet.from(const kMaterialSupportedLanguages = HashSet.from(const Date: Tue, 29 Apr 2025 18:57:49 -0500 Subject: [PATCH 284/327] Update date localizations for ga (#168008) This is extracted from running ``` dart --enable-asserts dev/tools/localization/bin/gen_date_localizations.dart --overwrite ``` The script has not been run for a while, and there are other updates to roll in as well, but `ga` support is completely blocked currently. I will own following behind with the full update - it breaks some customer tests which require some time and attention. Fixes https://github.com/flutter/flutter/issues/167751 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [x] I listed at least one issue that this PR fixes in the description above. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [x] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-new channel on [Discord]. [Contributor Guide]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview [Tree Hygiene]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md [test-exempt]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests [Flutter Style Guide]: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md [Features we expect every widget to implement]: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#features-we-expect-every-widget-to-implement [CLA]: https://cla.developers.google.com/ [flutter/tests]: https://github.com/flutter/tests [breaking change policy]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes [Discord]: https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md [Data Driven Fixes]: https://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md --- .../test/material/date_time_test.dart | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/packages/flutter_localizations/test/material/date_time_test.dart b/packages/flutter_localizations/test/material/date_time_test.dart index 969139eb50c6..c7133d3943f9 100644 --- a/packages/flutter_localizations/test/material/date_time_test.dart +++ b/packages/flutter_localizations/test/material/date_time_test.dart @@ -340,6 +340,28 @@ void main() { expect(dateFormat.locale, 'cy'); expect(dateFormat.format(DateTime(2023, 4, 10, 2, 32)), equals('10 Ebr 2023')); }); + + testWidgets('ga is initialized correctly by Flutter when DateFormat is used', ( + WidgetTester tester, + ) async { + late DateFormat dateFormat; + + await tester.pumpWidget( + MaterialApp( + locale: const Locale('ga'), + localizationsDelegates: GlobalMaterialLocalizations.delegates, + home: Builder( + builder: (BuildContext context) { + dateFormat = DateFormat.yMMMd('ga'); + return Container(); + }, + ), + ), + ); + + expect(dateFormat.locale, 'ga'); + expect(dateFormat.format(DateTime(2023, 4, 10, 2, 32)), equals('10 Aib 2023')); + }); } enum DateType { year, medium, full, monthYear } From 485391fe8576b8c5f813c3b6d42f31d2dfabc6fe Mon Sep 17 00:00:00 2001 From: LouiseHsu Date: Thu, 29 May 2025 17:10:04 -0700 Subject: [PATCH 285/327] Add missing localization generation for widgets (#169695) Adds missing localization generation for widget translations I ran into this issue when I was trying to generate files for https://github.com/flutter/flutter/pull/169150/files, and found out the files were being generated for cupertino and material but not widgets. ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [x] I listed at least one issue that this PR fixes in the description above. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [x] All existing and new tests are passing. --- dev/tools/localization/bin/gen_missing_localizations.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/tools/localization/bin/gen_missing_localizations.dart b/dev/tools/localization/bin/gen_missing_localizations.dart index 8a23fe2dd108..50a82be81307 100644 --- a/dev/tools/localization/bin/gen_missing_localizations.dart +++ b/dev/tools/localization/bin/gen_missing_localizations.dart @@ -42,6 +42,7 @@ Future main(List rawArgs) async { ); updateMissingResources(localizationPath, 'material', removeUndefined: removeUndefined); updateMissingResources(localizationPath, 'cupertino', removeUndefined: removeUndefined); + updateMissingResources(localizationPath, 'widgets', removeUndefined: removeUndefined); } Map loadBundle(File file) { From b638585b445979eed6477101e7dd48d8bccd94ed Mon Sep 17 00:00:00 2001 From: Justin McCandless Date: Thu, 26 Jun 2025 16:18:05 -0700 Subject: [PATCH 286/327] Avoid using a Key whose only purpose is to be looked up in a test (#170952) This PR investigates moving away from the few places where we rely on Keys to instead solely look up a widget in a test. Reasons: * No extra stuff in users' apps that they don't need for production. * Avoid collisions between Keys in users' apps that might have the same identifier string. I'm definitely still up for discussion on whether or not this is a good idea! Written in response to the discussion on https://github.com/flutter/flutter/pull/170761#discussion_r2159760635. --- .../test/material/time_picker_test.dart | 27 +++++++++---------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/packages/flutter_localizations/test/material/time_picker_test.dart b/packages/flutter_localizations/test/material/time_picker_test.dart index da8319302612..b233404e780a 100644 --- a/packages/flutter_localizations/test/material/time_picker_test.dart +++ b/packages/flutter_localizations/test/material/time_picker_test.dart @@ -6,6 +6,11 @@ import 'package:flutter/material.dart'; import 'package:flutter_localizations/flutter_localizations.dart'; import 'package:flutter_test/flutter_test.dart'; +final Finder dialCustomPaintFinder = find.descendant( + of: find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_Dial'), + matching: find.byType(CustomPaint), +); + void main() { testWidgets('Material2 - can localize the header in all known formats - portrait', ( WidgetTester tester, @@ -567,7 +572,7 @@ void main() { locale: locale, useMaterial3: false, ); - final Size size = tester.getSize(find.byKey(const Key('time-picker-dial'))); + final Size size = tester.getSize(dialCustomPaintFinder); final double dy = (size.height / 2.0 / 10) * i; await tester.tapAt(Offset(center.dx, center.dy - dy)); await finishPicker(tester); @@ -598,7 +603,7 @@ void main() { locale: locale, useMaterial3: true, ); - final Size size = tester.getSize(find.byKey(const Key('time-picker-dial'))); + final Size size = tester.getSize(dialCustomPaintFinder); final double dy = (size.height / 2.0 / 10) * factor; await tester.tapAt(Offset(center.dx, center.dy - dy)); await finishPicker(tester); @@ -740,9 +745,7 @@ void main() { ) async { await mediaQueryBoilerplate(tester, alwaysUse24HourFormat: false, useMaterial3: false); - final CustomPaint dialPaint = tester.widget( - find.byKey(const ValueKey('time-picker-dial')), - ); + final CustomPaint dialPaint = tester.widget(dialCustomPaintFinder); final dynamic dialPainter = dialPaint.painter; // ignore: avoid_dynamic_calls final List primaryLabels = dialPainter.primaryLabels as List; @@ -770,9 +773,7 @@ void main() { ) async { await mediaQueryBoilerplate(tester, alwaysUse24HourFormat: false, useMaterial3: true); - final CustomPaint dialPaint = tester.widget( - find.byKey(const ValueKey('time-picker-dial')), - ); + final CustomPaint dialPaint = tester.widget(dialCustomPaintFinder); final dynamic dialPainter = dialPaint.painter; // ignore: avoid_dynamic_calls final List primaryLabels = dialPainter.primaryLabels as List; @@ -800,9 +801,7 @@ void main() { ) async { await mediaQueryBoilerplate(tester, alwaysUse24HourFormat: true, useMaterial3: true); - final CustomPaint dialPaint = tester.widget( - find.byKey(const ValueKey('time-picker-dial')), - ); + final CustomPaint dialPaint = tester.widget(dialCustomPaintFinder); final dynamic dialPainter = dialPaint.painter; // ignore: avoid_dynamic_calls final List primaryLabels = dialPainter.primaryLabels as List; @@ -830,9 +829,7 @@ void main() { ) async { await mediaQueryBoilerplate(tester, alwaysUse24HourFormat: true, useMaterial3: false); - final CustomPaint dialPaint = tester.widget( - find.byKey(const ValueKey('time-picker-dial')), - ); + final CustomPaint dialPaint = tester.widget(dialCustomPaintFinder); final dynamic dialPainter = dialPaint.painter; // ignore: avoid_dynamic_calls final List primaryLabels = dialPainter.primaryLabels as List; @@ -968,7 +965,7 @@ Future startPicker( ); await tester.tap(find.text('X')); await tester.pumpAndSettle(const Duration(seconds: 1)); - return tester.getCenter(find.byKey(const Key('time-picker-dial'))); + return tester.getCenter(dialCustomPaintFinder); } Future finishPicker(WidgetTester tester) async { From 120e30a17602d6ab3f23327d88bcc1a0d8594fa7 Mon Sep 17 00:00:00 2001 From: Kate Lovett Date: Mon, 7 Jul 2025 12:58:32 -0500 Subject: [PATCH 287/327] Bump Dart to 3.8 and reformat (#171703) Bumps the Dart version to 3.8 across the repo (excluding engine/src/flutter/third_party) and applies formatting updates from Dart 3.8. ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [ ] I listed at least one issue that this PR fixes in the description above. - [ ] I updated/added relevant documentation (doc comments with `///`). - [x] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [x] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-new channel on [Discord]. [Contributor Guide]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview [Tree Hygiene]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md [test-exempt]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests [Flutter Style Guide]: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md [Features we expect every widget to implement]: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#features-we-expect-every-widget-to-implement [CLA]: https://cla.developers.google.com/ [flutter/tests]: https://github.com/flutter/tests [breaking change policy]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes [Discord]: https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md [Data Driven Fixes]: https://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md --- .../localization/bin/encode_kn_arb_files.dart | 9 +- .../localization/bin/gen_localizations.dart | 108 +++++++++--------- .../bin/gen_missing_localizations.dart | 22 ++-- .../localization/localizations_utils.dart | 61 +++++----- .../localization/localizations_validator.dart | 5 +- .../test/material/tabs_test.dart | 5 +- .../test/material/time_picker_test.dart | 90 ++++++--------- .../test/test_utils.dart | 9 +- 8 files changed, 144 insertions(+), 165 deletions(-) diff --git a/dev/tools/localization/bin/encode_kn_arb_files.dart b/dev/tools/localization/bin/encode_kn_arb_files.dart index f8b2764b4447..71801ac561da 100644 --- a/dev/tools/localization/bin/encode_kn_arb_files.dart +++ b/dev/tools/localization/bin/encode_kn_arb_files.dart @@ -37,11 +37,10 @@ void _encodeBundleTranslations(Map bundle) { final String translation = bundle[key] as String; // Rewrite the string as a series of unicode characters in JSON format. // Like "\u0012\u0123\u1234". - bundle[key] = - translation.runes.map((int code) { - final String codeString = '00${code.toRadixString(16)}'; - return '\\u${codeString.substring(codeString.length - 4)}'; - }).join(); + bundle[key] = translation.runes.map((int code) { + final String codeString = '00${code.toRadixString(16)}'; + return '\\u${codeString.substring(codeString.length - 4)}'; + }).join(); } } diff --git a/dev/tools/localization/bin/gen_localizations.dart b/dev/tools/localization/bin/gen_localizations.dart index 2e9d61fc4483..f3810a9045a5 100644 --- a/dev/tools/localization/bin/gen_localizations.dart +++ b/dev/tools/localization/bin/gen_localizations.dart @@ -240,10 +240,9 @@ String generateArbBasedLocalizationSubclasses({ } } - final String scriptCodeMessage = - scriptCodeCount == 0 - ? '' - : ' and $scriptCodeCount script${scriptCodeCount == 1 ? '' : 's'}'; + final String scriptCodeMessage = scriptCodeCount == 0 + ? '' + : ' and $scriptCodeCount script${scriptCodeCount == 1 ? '' : 's'}'; if (countryCodeCount == 0) { if (scriptCodeCount == 0) { supportedLocales.writeln('/// * `$languageName` - ${describeLocale(languageName)}'); @@ -643,58 +642,55 @@ void main(List rawArgs) { removeUndefinedLocalizations(cupertinoLocaleToResources); } - final String? widgetsLocalizations = - options.writeToFile || !options.cupertinoOnly - ? generateArbBasedLocalizationSubclasses( - localeToResources: widgetsLocaleToResources, - localeToResourceAttributes: widgetsLocaleToResourceAttributes, - generatedClassPrefix: 'WidgetsLocalization', - baseClass: 'GlobalWidgetsLocalizations', - generateHeader: generateWidgetsHeader, - generateConstructor: generateWidgetsConstructor, - generateConstructorForCountrySubClass: generateWidgetsConstructorForCountrySubclass, - factoryName: widgetsFactoryName, - factoryDeclaration: widgetsFactoryDeclaration, - callsFactoryWithConst: true, - factoryArguments: widgetsFactoryArguments, - supportedLanguagesConstant: widgetsSupportedLanguagesConstant, - supportedLanguagesDocMacro: widgetsSupportedLanguagesDocMacro, - ) - : null; - final String? materialLocalizations = - options.writeToFile || !options.cupertinoOnly - ? generateArbBasedLocalizationSubclasses( - localeToResources: materialLocaleToResources, - localeToResourceAttributes: materialLocaleToResourceAttributes, - generatedClassPrefix: 'MaterialLocalization', - baseClass: 'GlobalMaterialLocalizations', - generateHeader: generateMaterialHeader, - generateConstructor: generateMaterialConstructor, - factoryName: materialFactoryName, - factoryDeclaration: materialFactoryDeclaration, - callsFactoryWithConst: false, - factoryArguments: materialFactoryArguments, - supportedLanguagesConstant: materialSupportedLanguagesConstant, - supportedLanguagesDocMacro: materialSupportedLanguagesDocMacro, - ) - : null; - final String? cupertinoLocalizations = - options.writeToFile || !options.materialOnly - ? generateArbBasedLocalizationSubclasses( - localeToResources: cupertinoLocaleToResources, - localeToResourceAttributes: cupertinoLocaleToResourceAttributes, - generatedClassPrefix: 'CupertinoLocalization', - baseClass: 'GlobalCupertinoLocalizations', - generateHeader: generateCupertinoHeader, - generateConstructor: generateCupertinoConstructor, - factoryName: cupertinoFactoryName, - factoryDeclaration: cupertinoFactoryDeclaration, - callsFactoryWithConst: false, - factoryArguments: cupertinoFactoryArguments, - supportedLanguagesConstant: cupertinoSupportedLanguagesConstant, - supportedLanguagesDocMacro: cupertinoSupportedLanguagesDocMacro, - ) - : null; + final String? widgetsLocalizations = options.writeToFile || !options.cupertinoOnly + ? generateArbBasedLocalizationSubclasses( + localeToResources: widgetsLocaleToResources, + localeToResourceAttributes: widgetsLocaleToResourceAttributes, + generatedClassPrefix: 'WidgetsLocalization', + baseClass: 'GlobalWidgetsLocalizations', + generateHeader: generateWidgetsHeader, + generateConstructor: generateWidgetsConstructor, + generateConstructorForCountrySubClass: generateWidgetsConstructorForCountrySubclass, + factoryName: widgetsFactoryName, + factoryDeclaration: widgetsFactoryDeclaration, + callsFactoryWithConst: true, + factoryArguments: widgetsFactoryArguments, + supportedLanguagesConstant: widgetsSupportedLanguagesConstant, + supportedLanguagesDocMacro: widgetsSupportedLanguagesDocMacro, + ) + : null; + final String? materialLocalizations = options.writeToFile || !options.cupertinoOnly + ? generateArbBasedLocalizationSubclasses( + localeToResources: materialLocaleToResources, + localeToResourceAttributes: materialLocaleToResourceAttributes, + generatedClassPrefix: 'MaterialLocalization', + baseClass: 'GlobalMaterialLocalizations', + generateHeader: generateMaterialHeader, + generateConstructor: generateMaterialConstructor, + factoryName: materialFactoryName, + factoryDeclaration: materialFactoryDeclaration, + callsFactoryWithConst: false, + factoryArguments: materialFactoryArguments, + supportedLanguagesConstant: materialSupportedLanguagesConstant, + supportedLanguagesDocMacro: materialSupportedLanguagesDocMacro, + ) + : null; + final String? cupertinoLocalizations = options.writeToFile || !options.materialOnly + ? generateArbBasedLocalizationSubclasses( + localeToResources: cupertinoLocaleToResources, + localeToResourceAttributes: cupertinoLocaleToResourceAttributes, + generatedClassPrefix: 'CupertinoLocalization', + baseClass: 'GlobalCupertinoLocalizations', + generateHeader: generateCupertinoHeader, + generateConstructor: generateCupertinoConstructor, + factoryName: cupertinoFactoryName, + factoryDeclaration: cupertinoFactoryDeclaration, + callsFactoryWithConst: false, + factoryArguments: cupertinoFactoryArguments, + supportedLanguagesConstant: cupertinoSupportedLanguagesConstant, + supportedLanguagesDocMacro: cupertinoSupportedLanguagesDocMacro, + ) + : null; if (options.writeToFile) { final File widgetsLocalizationsFile = File( diff --git a/dev/tools/localization/bin/gen_missing_localizations.dart b/dev/tools/localization/bin/gen_missing_localizations.dart index 50a82be81307..39eb73690e71 100644 --- a/dev/tools/localization/bin/gen_missing_localizations.dart +++ b/dev/tools/localization/bin/gen_missing_localizations.dart @@ -126,8 +126,10 @@ void updateMissingResources( // Find any resources in this locale that don't appear in the // canonical locale, and skipping any which should not be included // (plurals and intentionally omitted). - final Set extraResources = - localeResources.difference(requiredKeys).where(isIncluded).toSet(); + final Set extraResources = localeResources + .difference(requiredKeys) + .where(isIncluded) + .toSet(); // Remove them. localeBundle.removeWhere((String key, dynamic value) { @@ -144,15 +146,13 @@ void updateMissingResources( // Add in any resources that are in the canonical locale and not present // in this locale. - final Set missingResources = - requiredKeys - .difference(localeResources) - .where( - (String key) => - !isPluralVariation(key, localeBundle) && - !intentionallyOmitted(key, localeBundle), - ) - .toSet(); + final Set missingResources = requiredKeys + .difference(localeResources) + .where( + (String key) => + !isPluralVariation(key, localeBundle) && !intentionallyOmitted(key, localeBundle), + ) + .toSet(); if (missingResources.isNotEmpty) { localeBundle.addEntries( missingResources.map( diff --git a/dev/tools/localization/localizations_utils.dart b/dev/tools/localization/localizations_utils.dart index d60acf6699e1..791b62ce8d30 100644 --- a/dev/tools/localization/localizations_utils.dart +++ b/dev/tools/localization/localizations_utils.dart @@ -214,29 +214,28 @@ void checkCwdIsRepoRoot(String commandName) { } GeneratorOptions parseArgs(List rawArgs) { - final argslib.ArgParser argParser = - argslib.ArgParser() - ..addFlag('help', abbr: 'h', help: 'Print the usage message for this command') - ..addFlag('overwrite', abbr: 'w', help: 'Overwrite existing localizations') - ..addFlag( - 'remove-undefined', - help: 'Remove any localizations that are not defined in the canonical locale.', - ) - ..addFlag( - 'widgets', - help: - 'Whether to print the generated classes for the Widgets package only. Ignored when --overwrite is passed.', - ) - ..addFlag( - 'material', - help: - 'Whether to print the generated classes for the Material package only. Ignored when --overwrite is passed.', - ) - ..addFlag( - 'cupertino', - help: - 'Whether to print the generated classes for the Cupertino package only. Ignored when --overwrite is passed.', - ); + final argslib.ArgParser argParser = argslib.ArgParser() + ..addFlag('help', abbr: 'h', help: 'Print the usage message for this command') + ..addFlag('overwrite', abbr: 'w', help: 'Overwrite existing localizations') + ..addFlag( + 'remove-undefined', + help: 'Remove any localizations that are not defined in the canonical locale.', + ) + ..addFlag( + 'widgets', + help: + 'Whether to print the generated classes for the Widgets package only. Ignored when --overwrite is passed.', + ) + ..addFlag( + 'material', + help: + 'Whether to print the generated classes for the Material package only. Ignored when --overwrite is passed.', + ) + ..addFlag( + 'cupertino', + help: + 'Whether to print the generated classes for the Cupertino package only. Ignored when --overwrite is passed.', + ); final argslib.ArgResults args = argParser.parse(rawArgs); if (args.wasParsed('help') && args['help'] == true) { stderr.writeln(argParser.usage); @@ -307,12 +306,11 @@ const String kParentheticalPrefix = ' ('; /// /// The data is obtained from the official IANA registry. void precacheLanguageAndRegionTags() { - final List>> sections = - languageSubtagRegistry - .split('%%') - .skip(1) - .map>>(_parseSection) - .toList(); + final List>> sections = languageSubtagRegistry + .split('%%') + .skip(1) + .map>>(_parseSection) + .toList(); for (final Map> section in sections) { assert(section.containsKey('Type'), section.toString()); final String type = section['Type']!.single; @@ -452,7 +450,8 @@ String generateEncodedString(String? locale, String value) { return generateString(value); } - final String unicodeEscapes = - value.runes.map((int code) => '\\u{${code.toRadixString(16)}}').join(); + final String unicodeEscapes = value.runes + .map((int code) => '\\u{${code.toRadixString(16)}}') + .join(); return "'$unicodeEscapes'"; } diff --git a/dev/tools/localization/localizations_validator.dart b/dev/tools/localization/localizations_validator.dart index d0bffcb1beb2..e609baa92ba4 100644 --- a/dev/tools/localization/localizations_validator.dart +++ b/dev/tools/localization/localizations_validator.dart @@ -65,8 +65,9 @@ void validateEnglishLocalizations(File file) { } final dynamic atResourceValue = bundle[atResourceId]; - final Map? atResource = - atResourceValue is Map ? atResourceValue : null; + final Map? atResource = atResourceValue is Map + ? atResourceValue + : null; if (atResource == null) { errorMessages.writeln('A map value was not specified for $atResourceId'); continue; diff --git a/packages/flutter_localizations/test/material/tabs_test.dart b/packages/flutter_localizations/test/material/tabs_test.dart index fa223eba4208..9bf827a9d115 100644 --- a/packages/flutter_localizations/test/material/tabs_test.dart +++ b/packages/flutter_localizations/test/material/tabs_test.dart @@ -25,7 +25,10 @@ void main() { TabBar( controller: controller, indicatorWeight: 30.0, - tabs: const [Tab(text: 'TAB1'), Tab(text: 'TAB2')], + tabs: const [ + Tab(text: 'TAB1'), + Tab(text: 'TAB2'), + ], ), Flexible( child: TabBarView( diff --git a/packages/flutter_localizations/test/material/time_picker_test.dart b/packages/flutter_localizations/test/material/time_picker_test.dart index b233404e780a..1bc803095f72 100644 --- a/packages/flutter_localizations/test/material/time_picker_test.dart +++ b/packages/flutter_localizations/test/material/time_picker_test.dart @@ -20,15 +20,12 @@ void main() { tester.view.devicePixelRatio = 1; addTearDown(tester.view.reset); - final Finder timeSelectorSeparatorFinder = - find - .descendant( - of: find.byWidgetPredicate( - (Widget w) => '${w.runtimeType}' == '_TimeSelectorSeparator', - ), - matching: find.byType(Text), - ) - .first; + final Finder timeSelectorSeparatorFinder = find + .descendant( + of: find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_TimeSelectorSeparator'), + matching: find.byType(Text), + ) + .first; final Finder hourControlFinder = find.byWidgetPredicate( (Widget w) => '${w.runtimeType}' == '_HourControl', ); @@ -108,15 +105,12 @@ void main() { tester.view.devicePixelRatio = 1; addTearDown(tester.view.reset); - final Finder timeSelectorSeparatorFinder = - find - .descendant( - of: find.byWidgetPredicate( - (Widget w) => '${w.runtimeType}' == '_TimeSelectorSeparator', - ), - matching: find.byType(Text), - ) - .first; + final Finder timeSelectorSeparatorFinder = find + .descendant( + of: find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_TimeSelectorSeparator'), + matching: find.byType(Text), + ) + .first; final Finder hourControlFinder = find.byWidgetPredicate( (Widget w) => '${w.runtimeType}' == '_HourControl', ); @@ -196,15 +190,12 @@ void main() { tester.view.devicePixelRatio = 1; addTearDown(tester.view.reset); - final Finder timeSelectorSeparatorFinder = - find - .descendant( - of: find.byWidgetPredicate( - (Widget w) => '${w.runtimeType}' == '_TimeSelectorSeparator', - ), - matching: find.byType(Text), - ) - .first; + final Finder timeSelectorSeparatorFinder = find + .descendant( + of: find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_TimeSelectorSeparator'), + matching: find.byType(Text), + ) + .first; final Finder hourControlFinder = find.byWidgetPredicate( (Widget w) => '${w.runtimeType}' == '_HourControl', ); @@ -289,15 +280,12 @@ void main() { tester.view.devicePixelRatio = 1; addTearDown(tester.view.reset); - final Finder timeSelectorSeparatorFinder = - find - .descendant( - of: find.byWidgetPredicate( - (Widget w) => '${w.runtimeType}' == '_TimeSelectorSeparator', - ), - matching: find.byType(Text), - ) - .first; + final Finder timeSelectorSeparatorFinder = find + .descendant( + of: find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_TimeSelectorSeparator'), + matching: find.byType(Text), + ) + .first; final Finder hourControlFinder = find.byWidgetPredicate( (Widget w) => '${w.runtimeType}' == '_HourControl', ); @@ -386,15 +374,12 @@ void main() { final Finder dayPeriodControlFinder = find.byWidgetPredicate( (Widget w) => '${w.runtimeType}' == '_DayPeriodControl', ); - final Finder timeSelectorSeparatorFinder = - find - .descendant( - of: find.byWidgetPredicate( - (Widget w) => '${w.runtimeType}' == '_TimeSelectorSeparator', - ), - matching: find.byType(Text), - ) - .first; + final Finder timeSelectorSeparatorFinder = find + .descendant( + of: find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_TimeSelectorSeparator'), + matching: find.byType(Text), + ) + .first; // TODO(yjbanov): also test `HH.mm` (in_ID), `a h:mm` (ko_KR) and `HH:mm น.` (th_TH) when we have .arb files for them final List locales = [ @@ -474,15 +459,12 @@ void main() { final Finder dayPeriodControlFinder = find.byWidgetPredicate( (Widget w) => '${w.runtimeType}' == '_DayPeriodControl', ); - final Finder timeSelectorSeparatorFinder = - find - .descendant( - of: find.byWidgetPredicate( - (Widget w) => '${w.runtimeType}' == '_TimeSelectorSeparator', - ), - matching: find.byType(Text), - ) - .first; + final Finder timeSelectorSeparatorFinder = find + .descendant( + of: find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_TimeSelectorSeparator'), + matching: find.byType(Text), + ) + .first; // TODO(yjbanov): also test `HH.mm` (in_ID), `a h:mm` (ko_KR) and `HH:mm น.` (th_TH) when we have .arb files for them final List locales = [ diff --git a/packages/flutter_localizations/test/test_utils.dart b/packages/flutter_localizations/test/test_utils.dart index 8b3eed966677..816fa5ed2fb6 100644 --- a/packages/flutter_localizations/test/test_utils.dart +++ b/packages/flutter_localizations/test/test_utils.dart @@ -13,11 +13,10 @@ void encodeBundleTranslations(Map bundle) { final String translation = bundle[key] as String; // Rewrite the string as a series of unicode characters in JSON format. // Like "\u0012\u0123\u1234". - bundle[key] = - translation.runes.map((int code) { - final String codeString = '00${code.toRadixString(16)}'; - return '\\u${codeString.substring(codeString.length - 4)}'; - }).join(); + bundle[key] = translation.runes.map((int code) { + final String codeString = '00${code.toRadixString(16)}'; + return '\\u${codeString.substring(codeString.length - 4)}'; + }).join(); } } From 0487b800d97cba1b531687b8b348040c1906759d Mon Sep 17 00:00:00 2001 From: Qun Cheng <36861262+QuncCccccc@users.noreply.github.com> Date: Tue, 8 Jul 2025 10:59:08 -0700 Subject: [PATCH 288/327] Update translation from console (#171556) Regular import of latest translations. Some .arb files(cupertino_ko.arb, and material_it.arb) are overwritten again and will cause translation issues. See comment [here](https://github.com/flutter/flutter/pull/166496#issuecomment-2773987516). I manually reverted them back. This PR doesn't run the date_localization script because seems the script also relies on the [intl package](https://pub.dev/packages/intl). A bunch of scuba failures come from the change of that packages. TODO: upstream issues should be fixed (see [comment](https://github.com/flutter/flutter/pull/166496#issuecomment-2773987516)). Update date localization. ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [ ] I listed at least one issue that this PR fixes in the description above. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [x] All existing and new tests are passing. --- .../lib/src/l10n/cupertino_kn.arb | 2 +- .../lib/src/l10n/cupertino_zh_TW.arb | 2 +- .../src/l10n/generated_cupertino_localizations.dart | 4 ++-- .../src/l10n/generated_material_localizations.dart | 12 ++++++------ .../lib/src/l10n/material_cs.arb | 2 +- .../lib/src/l10n/material_fa.arb | 2 +- .../lib/src/l10n/material_kn.arb | 2 +- .../lib/src/l10n/material_sv.arb | 4 ++-- .../lib/src/l10n/material_zh_TW.arb | 2 +- .../test/material/translations_test.dart | 2 +- 10 files changed, 17 insertions(+), 17 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb index b3dcdd615c79..1b604aecc04a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb @@ -16,7 +16,7 @@ "timerPickerSecondLabelOne": "\u0cb8\u0cc6\u002e", "timerPickerSecondLabelOther": "\u0cb8\u0cc6\u002e", "cutButtonLabel": "\u0c95\u0ca4\u0ccd\u0ca4\u0cb0\u0cbf\u0cb8\u0cbf", - "copyButtonLabel": "\u0ca8\u0c95\u0cb2\u0cbf\u0cb8\u0cbf", + "copyButtonLabel": "\u0c95\u0cbe\u0caa\u0cbf\u0020\u0cae\u0cbe\u0ca1\u0cbf", "pasteButtonLabel": "\u0c85\u0c82\u0c9f\u0cbf\u0cb8\u0cbf", "selectAllButtonLabel": "\u0c8e\u0cb2\u0ccd\u0cb2\u0cb5\u0ca8\u0ccd\u0ca8\u0cc2\u0020\u0c86\u0caf\u0ccd\u0c95\u0cc6\u0cae\u0cbe\u0ca1\u0cbf", "modalBarrierDismissLabel": "\u0cb5\u0c9c\u0cbe\u0c97\u0cca\u0cb3\u0cbf\u0cb8\u0cbf", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb index 9b3cfd9f56ed..08e9eab14e43 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb @@ -18,7 +18,7 @@ "anteMeridiemAbbreviation": "上午", "postMeridiemAbbreviation": "下午", "todayLabel": "今天", - "alertDialogLabel": "快訊", + "alertDialogLabel": "警告", "timerPickerHourLabelOne": "小時", "timerPickerHourLabelOther": "小時", "timerPickerMinuteLabelOne": "分", diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index 7ef774842530..2a83c5984908 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -8173,7 +8173,7 @@ class CupertinoLocalizationKn extends GlobalCupertinoLocalizations { String get clearButtonLabel => '\u{ca4}\u{cc6}\u{cb0}\u{cb5}\u{cc1}\u{c97}\u{cca}\u{cb3}\u{cbf}\u{cb8}\u{cbf}'; @override - String get copyButtonLabel => '\u{ca8}\u{c95}\u{cb2}\u{cbf}\u{cb8}\u{cbf}'; + String get copyButtonLabel => '\u{c95}\u{cbe}\u{caa}\u{cbf}\u{20}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; @override String get cutButtonLabel => '\u{c95}\u{ca4}\u{ccd}\u{ca4}\u{cb0}\u{cbf}\u{cb8}\u{cbf}'; @@ -15371,7 +15371,7 @@ class CupertinoLocalizationZhHantTw extends CupertinoLocalizationZhHant { String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @override - String get alertDialogLabel => '快訊'; + String get alertDialogLabel => '警告'; @override String? get timerPickerMinuteLabelOne => '分'; diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index 10bf0701f615..e3d4b6820b2d 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -5510,7 +5510,7 @@ class MaterialLocalizationCs extends GlobalMaterialLocalizations { String get backButtonTooltip => 'Zpět'; @override - String get bottomSheetLabel => 'Spodní tabulka'; + String get bottomSheetLabel => 'Spodní panel'; @override String get calendarModeButtonLabel => 'Přepnout na kalendář'; @@ -14620,7 +14620,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'حذف'; @override - String get dialModeButtonLabel => 'رفتن به حالت انتخابگر صفحه ساعت'; + String get dialModeButtonLabel => 'رفتن به حالت انتخاب‌گر صفحه ساعت'; @override String get dialogLabel => 'کادر گفتگو'; @@ -24655,7 +24655,7 @@ class MaterialLocalizationKn extends GlobalMaterialLocalizations { String get continueButtonLabel => '\u{cae}\u{cc1}\u{c82}\u{ca6}\u{cc1}\u{cb5}\u{cb0}\u{cbf}\u{cb8}\u{cbf}'; @override - String get copyButtonLabel => '\u{ca8}\u{c95}\u{cb2}\u{cbf}\u{cb8}\u{cbf}'; + String get copyButtonLabel => '\u{c95}\u{cbe}\u{caa}\u{cbf}\u{20}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; @override String get currentDateLabel => '\u{c87}\u{c82}\u{ca6}\u{cc1}'; @@ -39134,13 +39134,13 @@ class MaterialLocalizationSv extends GlobalMaterialLocalizations { String get expandedIconTapHint => 'Dölj'; @override - String get expansionTileCollapsedHint => 'tryck snabbt två gånger för att utöka'; + String get expansionTileCollapsedHint => 'dubbeltryck för att utöka'; @override String get expansionTileCollapsedTapHint => 'Utöka för mer information'; @override - String get expansionTileExpandedHint => 'tryck snabbt två gånger för att komprimera'; + String get expansionTileExpandedHint => 'dubbeltryck för att komprimera'; @override String get expansionTileExpandedTapHint => 'Komprimera'; @@ -45993,7 +45993,7 @@ class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { String get timePickerMinuteModeAnnouncement => '選取分鐘數'; @override - String get alertDialogLabel => '快訊'; + String get alertDialogLabel => '警告'; @override String get reorderItemToStart => '移至開頭'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_cs.arb b/packages/flutter_localizations/lib/src/l10n/material_cs.arb index 4a97f74bc890..fbb0a653bc88 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cs.arb @@ -138,7 +138,7 @@ "menuBarMenuLabel": "Nabídka na liště s nabídkou", "currentDateLabel": "Dnes", "scrimLabel": "Scrim", - "bottomSheetLabel": "Spodní tabulka", + "bottomSheetLabel": "Spodní panel", "scrimOnTapHint": "Zavřít $modalRouteContentName", "keyboardKeyShift": "Shift", "expansionTileExpandedHint": "dvojitým klepnutím sbalíte", diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index 84d4d396e71a..4e3ccaadb11d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -78,7 +78,7 @@ "timePickerHourLabel": "ساعت", "timePickerMinuteLabel": "دقیقه", "invalidTimeLabel": "زمان معتبری وارد کنید", - "dialModeButtonLabel": "رفتن به حالت انتخابگر صفحه ساعت", + "dialModeButtonLabel": "رفتن به حالت انتخاب‌گر صفحه ساعت", "inputTimeModeButtonLabel": "رفتن به حالت ورودی نوشتاری", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "۱ پروانه", diff --git a/packages/flutter_localizations/lib/src/l10n/material_kn.arb b/packages/flutter_localizations/lib/src/l10n/material_kn.arb index 9f743e6d3780..c25a906815f7 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_kn.arb @@ -23,7 +23,7 @@ "cancelButtonLabel": "\u0cb0\u0ca6\u0ccd\u0ca6\u0cc1\u0cae\u0cbe\u0ca1\u0cbf", "closeButtonLabel": "\u0cae\u0cc1\u0c9a\u0ccd\u0c9a\u0cbf\u0cb0\u0cbf", "continueButtonLabel": "\u0cae\u0cc1\u0c82\u0ca6\u0cc1\u0cb5\u0cb0\u0cbf\u0cb8\u0cbf", - "copyButtonLabel": "\u0ca8\u0c95\u0cb2\u0cbf\u0cb8\u0cbf", + "copyButtonLabel": "\u0c95\u0cbe\u0caa\u0cbf\u0020\u0cae\u0cbe\u0ca1\u0cbf", "cutButtonLabel": "\u0c95\u0ca4\u0ccd\u0ca4\u0cb0\u0cbf\u0cb8\u0cbf", "scanTextButtonLabel": "\u0caa\u0ca0\u0ccd\u0caf\u0cb5\u0ca8\u0ccd\u0ca8\u0cc1\u0020\u0cb8\u0ccd\u0c95\u0ccd\u0caf\u0cbe\u0ca8\u0ccd\u0020\u0cae\u0cbe\u0ca1\u0cbf", "okButtonLabel": "\u0cb8\u0cb0\u0cbf", diff --git a/packages/flutter_localizations/lib/src/l10n/material_sv.arb b/packages/flutter_localizations/lib/src/l10n/material_sv.arb index 9a3125187be5..8e0b641e165f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_sv.arb @@ -135,8 +135,8 @@ "bottomSheetLabel": "Ark på nedre delen av skärmen", "scrimOnTapHint": "Stäng $modalRouteContentName", "keyboardKeyShift": "Skift", - "expansionTileExpandedHint": "tryck snabbt två gånger för att komprimera", - "expansionTileCollapsedHint": "tryck snabbt två gånger för att utöka", + "expansionTileExpandedHint": "dubbeltryck för att komprimera", + "expansionTileCollapsedHint": "dubbeltryck för att utöka", "expansionTileExpandedTapHint": "Komprimera", "expansionTileCollapsedTapHint": "Utöka för mer information", "expandedHint": "Komprimerades", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb index 6c3c96494bbe..64caddbffd3f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb @@ -133,7 +133,7 @@ "drawerLabel": "導覽選單", "popupMenuLabel": "彈出式選單", "dialogLabel": "對話方塊", - "alertDialogLabel": "快訊", + "alertDialogLabel": "警告", "searchFieldLabel": "搜尋", "reorderItemToStart": "移至開頭", "reorderItemToEnd": "移至結尾", diff --git a/packages/flutter_localizations/test/material/translations_test.dart b/packages/flutter_localizations/test/material/translations_test.dart index 3c7358f01c87..901451c1bb31 100644 --- a/packages/flutter_localizations/test/material/translations_test.dart +++ b/packages/flutter_localizations/test/material/translations_test.dart @@ -508,7 +508,7 @@ void main() { expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); - expect(localizations.alertDialogLabel, '快訊'); + expect(localizations.alertDialogLabel, '警告'); expect(localizations.anteMeridiemAbbreviation, '上午'); expect(localizations.closeButtonLabel, '關閉'); expect(localizations.okButtonLabel, '確定'); From b93e3c1876ca2d4e5e95f0ff1beb5fbc78f01199 Mon Sep 17 00:00:00 2001 From: Jamil Saadeh Date: Wed, 30 Jul 2025 21:32:14 +0300 Subject: [PATCH 289/327] Migrate to null aware elements - Part 2 (#172306) Replace null checks with null aware elements - part 2 Part of #172188 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [x] I listed at least one issue that this PR fixes in the description above. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [x] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-new channel on [Discord]. [Contributor Guide]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview [Tree Hygiene]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md [test-exempt]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests [Flutter Style Guide]: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md [Features we expect every widget to implement]: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#features-we-expect-every-widget-to-implement [CLA]: https://cla.developers.google.com/ [flutter/tests]: https://github.com/flutter/tests [breaking change policy]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes [Discord]: https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md [Data Driven Fixes]: https://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md --- .../lib/src/cupertino_localizations.dart | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/packages/flutter_localizations/lib/src/cupertino_localizations.dart b/packages/flutter_localizations/lib/src/cupertino_localizations.dart index 114c32a9ee3e..b6c0e6042fca 100644 --- a/packages/flutter_localizations/lib/src/cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/cupertino_localizations.dart @@ -357,12 +357,12 @@ abstract class GlobalCupertinoLocalizations implements CupertinoLocalizations { @override List get timerPickerHourLabels => [ - if (timerPickerHourLabelZero != null) timerPickerHourLabelZero!, - if (timerPickerHourLabelOne != null) timerPickerHourLabelOne!, - if (timerPickerHourLabelTwo != null) timerPickerHourLabelTwo!, - if (timerPickerHourLabelFew != null) timerPickerHourLabelFew!, - if (timerPickerHourLabelMany != null) timerPickerHourLabelMany!, - if (timerPickerHourLabelOther != null) timerPickerHourLabelOther!, + ?timerPickerHourLabelZero, + ?timerPickerHourLabelOne, + ?timerPickerHourLabelTwo, + ?timerPickerHourLabelFew, + ?timerPickerHourLabelMany, + ?timerPickerHourLabelOther, ]; /// Subclasses should provide the optional zero pluralization of [timerPickerMinuteLabel] based on the ARB file. @@ -405,12 +405,12 @@ abstract class GlobalCupertinoLocalizations implements CupertinoLocalizations { @override List get timerPickerMinuteLabels => [ - if (timerPickerMinuteLabelZero != null) timerPickerMinuteLabelZero!, - if (timerPickerMinuteLabelOne != null) timerPickerMinuteLabelOne!, - if (timerPickerMinuteLabelTwo != null) timerPickerMinuteLabelTwo!, - if (timerPickerMinuteLabelFew != null) timerPickerMinuteLabelFew!, - if (timerPickerMinuteLabelMany != null) timerPickerMinuteLabelMany!, - if (timerPickerMinuteLabelOther != null) timerPickerMinuteLabelOther!, + ?timerPickerMinuteLabelZero, + ?timerPickerMinuteLabelOne, + ?timerPickerMinuteLabelTwo, + ?timerPickerMinuteLabelFew, + ?timerPickerMinuteLabelMany, + ?timerPickerMinuteLabelOther, ]; /// Subclasses should provide the optional zero pluralization of [timerPickerSecondLabel] based on the ARB file. @@ -453,12 +453,12 @@ abstract class GlobalCupertinoLocalizations implements CupertinoLocalizations { @override List get timerPickerSecondLabels => [ - if (timerPickerSecondLabelZero != null) timerPickerSecondLabelZero!, - if (timerPickerSecondLabelOne != null) timerPickerSecondLabelOne!, - if (timerPickerSecondLabelTwo != null) timerPickerSecondLabelTwo!, - if (timerPickerSecondLabelFew != null) timerPickerSecondLabelFew!, - if (timerPickerSecondLabelMany != null) timerPickerSecondLabelMany!, - if (timerPickerSecondLabelOther != null) timerPickerSecondLabelOther!, + ?timerPickerSecondLabelZero, + ?timerPickerSecondLabelOne, + ?timerPickerSecondLabelTwo, + ?timerPickerSecondLabelFew, + ?timerPickerSecondLabelMany, + ?timerPickerSecondLabelOther, ]; /// A [LocalizationsDelegate] for [CupertinoLocalizations]. From a9b3d2bbd97c4d75b81edf94e4282094954adb86 Mon Sep 17 00:00:00 2001 From: Victor Sanni Date: Wed, 3 Sep 2025 11:49:07 -0700 Subject: [PATCH 290/327] [A11y] Add semantics for CupertinoExpansionTile (#174480) Fixes [Add semantics for CupertinoExpansionTile](https://github.com/flutter/flutter/issues/173446) --- .../lib/src/l10n/cupertino_af.arb | 8 +- .../lib/src/l10n/cupertino_am.arb | 8 +- .../lib/src/l10n/cupertino_ar.arb | 8 +- .../lib/src/l10n/cupertino_as.arb | 8 +- .../lib/src/l10n/cupertino_az.arb | 8 +- .../lib/src/l10n/cupertino_be.arb | 8 +- .../lib/src/l10n/cupertino_bg.arb | 8 +- .../lib/src/l10n/cupertino_bn.arb | 8 +- .../lib/src/l10n/cupertino_bo.arb | 8 +- .../lib/src/l10n/cupertino_bs.arb | 8 +- .../lib/src/l10n/cupertino_ca.arb | 8 +- .../lib/src/l10n/cupertino_cs.arb | 8 +- .../lib/src/l10n/cupertino_cy.arb | 8 +- .../lib/src/l10n/cupertino_da.arb | 8 +- .../lib/src/l10n/cupertino_de.arb | 8 +- .../lib/src/l10n/cupertino_el.arb | 8 +- .../lib/src/l10n/cupertino_en.arb | 30 + .../lib/src/l10n/cupertino_es.arb | 8 +- .../lib/src/l10n/cupertino_et.arb | 8 +- .../lib/src/l10n/cupertino_eu.arb | 8 +- .../lib/src/l10n/cupertino_fa.arb | 8 +- .../lib/src/l10n/cupertino_fi.arb | 8 +- .../lib/src/l10n/cupertino_fil.arb | 8 +- .../lib/src/l10n/cupertino_fr.arb | 8 +- .../lib/src/l10n/cupertino_ga.arb | 8 +- .../lib/src/l10n/cupertino_gl.arb | 8 +- .../lib/src/l10n/cupertino_gsw.arb | 8 +- .../lib/src/l10n/cupertino_gu.arb | 8 +- .../lib/src/l10n/cupertino_he.arb | 8 +- .../lib/src/l10n/cupertino_hi.arb | 8 +- .../lib/src/l10n/cupertino_hr.arb | 8 +- .../lib/src/l10n/cupertino_hu.arb | 8 +- .../lib/src/l10n/cupertino_hy.arb | 8 +- .../lib/src/l10n/cupertino_id.arb | 8 +- .../lib/src/l10n/cupertino_is.arb | 8 +- .../lib/src/l10n/cupertino_it.arb | 8 +- .../lib/src/l10n/cupertino_ja.arb | 8 +- .../lib/src/l10n/cupertino_ka.arb | 8 +- .../lib/src/l10n/cupertino_kk.arb | 8 +- .../lib/src/l10n/cupertino_km.arb | 8 +- .../lib/src/l10n/cupertino_kn.arb | 8 +- .../lib/src/l10n/cupertino_ko.arb | 8 +- .../lib/src/l10n/cupertino_ky.arb | 8 +- .../lib/src/l10n/cupertino_lo.arb | 8 +- .../lib/src/l10n/cupertino_lt.arb | 8 +- .../lib/src/l10n/cupertino_lv.arb | 8 +- .../lib/src/l10n/cupertino_mk.arb | 8 +- .../lib/src/l10n/cupertino_ml.arb | 8 +- .../lib/src/l10n/cupertino_mn.arb | 8 +- .../lib/src/l10n/cupertino_mr.arb | 8 +- .../lib/src/l10n/cupertino_ms.arb | 8 +- .../lib/src/l10n/cupertino_my.arb | 8 +- .../lib/src/l10n/cupertino_nb.arb | 8 +- .../lib/src/l10n/cupertino_ne.arb | 8 +- .../lib/src/l10n/cupertino_nl.arb | 8 +- .../lib/src/l10n/cupertino_no.arb | 8 +- .../lib/src/l10n/cupertino_or.arb | 8 +- .../lib/src/l10n/cupertino_pa.arb | 8 +- .../lib/src/l10n/cupertino_pl.arb | 8 +- .../lib/src/l10n/cupertino_pt.arb | 8 +- .../lib/src/l10n/cupertino_ro.arb | 8 +- .../lib/src/l10n/cupertino_ru.arb | 8 +- .../lib/src/l10n/cupertino_si.arb | 8 +- .../lib/src/l10n/cupertino_sk.arb | 8 +- .../lib/src/l10n/cupertino_sl.arb | 8 +- .../lib/src/l10n/cupertino_sq.arb | 8 +- .../lib/src/l10n/cupertino_sr.arb | 8 +- .../lib/src/l10n/cupertino_sv.arb | 8 +- .../lib/src/l10n/cupertino_sw.arb | 8 +- .../lib/src/l10n/cupertino_ta.arb | 8 +- .../lib/src/l10n/cupertino_te.arb | 8 +- .../lib/src/l10n/cupertino_th.arb | 8 +- .../lib/src/l10n/cupertino_tl.arb | 8 +- .../lib/src/l10n/cupertino_tr.arb | 8 +- .../lib/src/l10n/cupertino_ug.arb | 8 +- .../lib/src/l10n/cupertino_uk.arb | 8 +- .../lib/src/l10n/cupertino_ur.arb | 8 +- .../lib/src/l10n/cupertino_uz.arb | 8 +- .../lib/src/l10n/cupertino_vi.arb | 8 +- .../lib/src/l10n/cupertino_zh.arb | 8 +- .../lib/src/l10n/cupertino_zu.arb | 8 +- .../generated_cupertino_localizations.dart | 1470 ++++++++++++++++- 82 files changed, 2054 insertions(+), 86 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb index 246e6e750fc6..0df5375f8aac 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "Deel …", "clearButtonLabel": "Vee uit", "cancelButtonLabel": "Kanselleer", - "backButtonLabel": "Terug" + "backButtonLabel": "Terug", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb index 54f9b08cbac8..c7a1a187e034 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "አጋራ...", "clearButtonLabel": "አጽዳ", "cancelButtonLabel": "ይቅር", - "backButtonLabel": "ተመለስ" + "backButtonLabel": "ተመለስ", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb index a68dc1f8dbf7..aba06359389f 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb @@ -49,5 +49,11 @@ "searchWebButtonLabel": "البحث على الويب", "shareButtonLabel": "مشاركة…", "cancelButtonLabel": "الإلغاء", - "backButtonLabel": "رجوع" + "backButtonLabel": "رجوع", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb index 44c09fc05c57..55a1c19fa3a3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb @@ -29,5 +29,11 @@ "searchWebButtonLabel": "ৱেবত সন্ধান কৰক", "shareButtonLabel": "শ্বেয়াৰ কৰক…", "cancelButtonLabel": "বাতিল কৰক", - "backButtonLabel": "উভতি যাওক" + "backButtonLabel": "উভতি যাওক", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb index 0a0d115b8760..840b835b3e56 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb @@ -29,5 +29,11 @@ "searchWebButtonLabel": "Vebdə axtarın", "shareButtonLabel": "Paylaşın...", "cancelButtonLabel": "Ləğv edin", - "backButtonLabel": "Geri" + "backButtonLabel": "Geri", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb index 4224289245e3..f08c770bc98f 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb @@ -39,5 +39,11 @@ "searchWebButtonLabel": "Пошук у сетцы", "shareButtonLabel": "Абагуліць...", "cancelButtonLabel": "Скасаваць", - "backButtonLabel": "Назад" + "backButtonLabel": "Назад", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb index c0cf127c3be5..4308281f60b1 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb @@ -29,5 +29,11 @@ "searchWebButtonLabel": "Търсене в мрежата", "shareButtonLabel": "Споделяне...", "cancelButtonLabel": "Отказ", - "backButtonLabel": "Назад" + "backButtonLabel": "Назад", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb index 6f15a8f902e2..08810dc5918b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb @@ -29,5 +29,11 @@ "searchWebButtonLabel": "ওয়েবে সার্চ করুন", "shareButtonLabel": "শেয়ার করুন...", "cancelButtonLabel": "বাতিল করুন", - "backButtonLabel": "ফিরে যান" + "backButtonLabel": "ফিরে যান", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bo.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bo.arb index da02aa078cfe..9c9610ff01b1 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bo.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bo.arb @@ -29,5 +29,11 @@ "modalBarrierDismissLabel": "འདོར་བ།", "menuDismissLabel": "ཐོ་གཞུང་འདོར་བ།", "cancelButtonLabel": "ཕྱིར་འཐེན།", - "backButtonLabel": "Back" + "backButtonLabel": "Back", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb index 4ecd63aed837..a014195b8474 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb @@ -34,5 +34,11 @@ "searchWebButtonLabel": "Pretraži Web", "shareButtonLabel": "Dijeli...", "cancelButtonLabel": "Otkaži", - "backButtonLabel": "Nazad" + "backButtonLabel": "Nazad", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb index c359c0c42c31..2f136d875bd4 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb @@ -29,5 +29,11 @@ "searchWebButtonLabel": "Cerca al web", "shareButtonLabel": "Comparteix...", "cancelButtonLabel": "Cancel·la", - "backButtonLabel": "Enrere" + "backButtonLabel": "Enrere", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb index 4db3eebfa67d..afd607db1fd5 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb @@ -39,5 +39,11 @@ "searchWebButtonLabel": "Vyhledávat na webu", "shareButtonLabel": "Sdílet…", "cancelButtonLabel": "Zrušit", - "backButtonLabel": "Zpět" + "backButtonLabel": "Zpět", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb index 04adcb2a83e0..c733439c2532 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb @@ -49,5 +49,11 @@ "searchWebButtonLabel": "Chwilio'r We", "shareButtonLabel": "Rhannu...", "cancelButtonLabel": "Canslo", - "backButtonLabel": "Nôl" + "backButtonLabel": "Nôl", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb index fb4ff6da804d..379b8d833e92 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb @@ -29,5 +29,11 @@ "searchWebButtonLabel": "Søg på nettet", "shareButtonLabel": "Del…", "cancelButtonLabel": "Annuller", - "backButtonLabel": "Tilbage" + "backButtonLabel": "Tilbage", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb index 9c5230c22cfc..4427b0f60476 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb @@ -29,5 +29,11 @@ "searchWebButtonLabel": "Im Web suchen", "shareButtonLabel": "Teilen…", "cancelButtonLabel": "Abbrechen", - "backButtonLabel": "Zurück" + "backButtonLabel": "Zurück", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb index 0e58a2c75a1c..87afea1b67db 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb @@ -29,5 +29,11 @@ "searchWebButtonLabel": "Αναζήτηση στον ιστό", "shareButtonLabel": "Κοινοποίηση…", "cancelButtonLabel": "Ακύρωση", - "backButtonLabel": "Πίσω" + "backButtonLabel": "Πίσω", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb index 960a808165fd..6a459d19a665 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb @@ -213,5 +213,35 @@ "backButtonLabel": "Back", "@backButtonLabel": { "description": "Label for the back button. Used as the semantic label for the back button in CupertinoNavigationBar and CupertinoSliverNavigationBar and as a fallback display when the previous page title is truncated." + }, + + "expansionTileExpandedHint": "double tap to collapse", + "@expansionTileExpandedHint": { + "description": "The verb which describes the tap action on an expanded CupertinoExpansionTile. This is used by VoiceOver on iOS and macOS. This string will be appended to the collapsedHint string which describes the action to be performed on an expanded CupertinoExpansionTile. In the case of US english, this would be 'Expanded\n double tap to collapse.' The exact phrasing of the hint will vary based on locale" + }, + + "expansionTileCollapsedHint": "double tap to expand", + "@expansionTileCollapsedHint": { + "description": "The verb which describes the tap action on a collapsed CupertinoExpansionTile. This is used by VoiceOver on iOS and macOS. This string will be appended to the expandedHint string which describes the action to be performed on a collapsed CupertinoExpansionTile. In the case of US english, this would be 'Collapsed\n double tap to expand.' The exact phrasing of the hint will vary based on locale" + }, + + "expansionTileExpandedTapHint": "Collapse", + "@expansionTileExpandedTapHint": { + "description": "The verb which describes what happens when an expanded CupertinoExpansionTile is pressed. This is used by TalkBack on Android to replace the default hint on the accessibility action. The verb will be concatenated with a prefix string which describes how to perform the action, which by default is 'double tap to activate'. In the case of US english, this would be 'double tap to collapse.' The exact phrasing of the hint will vary based on locale" + }, + + "expansionTileCollapsedTapHint": "Expand for more details", + "@expansionTileCollapsedTapHint": { + "description": "The verb which describes what happens when an expanded CupertinoExpansionTile is pressed. This is used by TalkBack on Android to replace the default hint on the accessibility action. The verb will be concatenated with a prefix string which describes how to perform the action, which by default is 'double tap to activate'. In the case of US english, this would be 'double tap to expand for more details.' The exact phrasing of the hint will vary based on locale" + }, + + "expandedHint": "Collapsed", + "@expandedHint": { + "description": "The verb which describes the CupertinoExpansionTile state when an expanded CupertinoExpansionTile is pressed." + }, + + "collapsedHint": "Expanded", + "@collapsedHint": { + "description": "The verb which describes the CupertinoExpansionTile state when a collapsed CupertinoExpansionTile is pressed." } } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb index 098c4e7e2655..b833e53d0b10 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "Compartir...", "clearButtonLabel": "Borrar", "cancelButtonLabel": "Cancelar", - "backButtonLabel": "Atrás" + "backButtonLabel": "Atrás", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb index 2fa295e537bf..53afaad720c1 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "Jaga …", "clearButtonLabel": "Kustutamine", "cancelButtonLabel": "Tühista", - "backButtonLabel": "Tagasi" + "backButtonLabel": "Tagasi", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb index df7ecb26881c..865855effc1b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "Partekatu...", "clearButtonLabel": "Garbitu", "cancelButtonLabel": "Utzi", - "backButtonLabel": "Atzera" + "backButtonLabel": "Atzera", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb index 39b69c13bf5b..d36b040561ef 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "هم‌رسانی…", "clearButtonLabel": "پاک کردن", "cancelButtonLabel": "لغو", - "backButtonLabel": "برگشتن" + "backButtonLabel": "برگشتن", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb index a35a4337b444..0d82a024ec3b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "Jaa…", "clearButtonLabel": "Tyhjennä", "cancelButtonLabel": "Peru", - "backButtonLabel": "Takaisin" + "backButtonLabel": "Takaisin", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb index 831d35837440..a3a92ecbc9f4 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "Ibahagi...", "clearButtonLabel": "I-clear", "cancelButtonLabel": "Kanselahin", - "backButtonLabel": "Bumalik" + "backButtonLabel": "Bumalik", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb index 63836bd51d1a..7ca16f0420ee 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "Partager…", "clearButtonLabel": "Effacer", "cancelButtonLabel": "Annuler", - "backButtonLabel": "Retour" + "backButtonLabel": "Retour", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ga.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ga.arb index c2761be38de9..1f5cfe055900 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ga.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ga.arb @@ -44,5 +44,11 @@ "modalBarrierDismissLabel": "Ruaig", "menuDismissLabel": "Ruaig an roghchlár", "cancelButtonLabel": "Cealaigh", - "backButtonLabel": "Siar" + "backButtonLabel": "Siar", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb index f73aeda7fe2b..d250bccd7da1 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "Compartir…", "clearButtonLabel": "Borrar", "cancelButtonLabel": "Cancelar", - "backButtonLabel": "Atrás" + "backButtonLabel": "Atrás", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb index c8780b0c9882..0150c2249575 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "Teilen…", "clearButtonLabel": "Löschen", "cancelButtonLabel": "Abbrechen", - "backButtonLabel": "Zurück" + "backButtonLabel": "Zurück", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb index 0aeaa5f47c67..16a79a08cf91 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "શેર કરો…", "clearButtonLabel": "સાફ કરો", "cancelButtonLabel": "રદ કરો", - "backButtonLabel": "પાછળ" + "backButtonLabel": "પાછળ", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb index 6c8204dc8fea..86bf9ad76b42 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb @@ -39,5 +39,11 @@ "shareButtonLabel": "שיתוף…", "clearButtonLabel": "ניקוי", "cancelButtonLabel": "ביטול", - "backButtonLabel": "למסך הקודם" + "backButtonLabel": "למסך הקודם", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb index 7921cff26b63..1b2ee4596f59 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "शेयर करें…", "clearButtonLabel": "मिटाएं", "cancelButtonLabel": "रद्द करें", - "backButtonLabel": "वापस जाएं" + "backButtonLabel": "वापस जाएं", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb index bc7ed3758c56..eeeff1f5dd0c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb @@ -34,5 +34,11 @@ "shareButtonLabel": "Dijeli...", "clearButtonLabel": "Izbriši", "cancelButtonLabel": "Odustani", - "backButtonLabel": "Natrag" + "backButtonLabel": "Natrag", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb index 85ca273920bc..ed0cb2477e65 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "Megosztás…", "clearButtonLabel": "Törlés", "cancelButtonLabel": "Mégse", - "backButtonLabel": "Vissza" + "backButtonLabel": "Vissza", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb index beb42e2384f4..9c0901c75307 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "Կիսվել...", "clearButtonLabel": "Մաքրել", "cancelButtonLabel": "Չեղարկել", - "backButtonLabel": "Հետ" + "backButtonLabel": "Հետ", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb index 06bd13a885ae..384eb84558c4 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "Bagikan...", "clearButtonLabel": "Hapus", "cancelButtonLabel": "Batal", - "backButtonLabel": "Kembali" + "backButtonLabel": "Kembali", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb index 9248f33c0f27..889446f47597 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "Deila...", "clearButtonLabel": "Hreinsa", "cancelButtonLabel": "Hætta við", - "backButtonLabel": "Til baka" + "backButtonLabel": "Til baka", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb index 8e1e2b203bfe..dff9dc5d4728 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "Condividi…", "clearButtonLabel": "Cancella", "cancelButtonLabel": "Annulla", - "backButtonLabel": "Indietro" + "backButtonLabel": "Indietro", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb index 18fdbb338fce..c74e2c9dd254 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "共有...", "clearButtonLabel": "消去", "cancelButtonLabel": "キャンセル", - "backButtonLabel": "戻る" + "backButtonLabel": "戻る", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb index 0a5484d3233d..3386fd74f22b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "გაზიარება...", "clearButtonLabel": "გასუფთავება", "cancelButtonLabel": "გაუქმება", - "backButtonLabel": "უკან" + "backButtonLabel": "უკან", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb index d8a099e7352a..1f0c140eec57 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "Бөлісу…", "clearButtonLabel": "Өшіру", "cancelButtonLabel": "Бас тарту", - "backButtonLabel": "Артқа" + "backButtonLabel": "Артқа", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb index afcafb0dfaf0..569dc4e293e3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "ចែករំលែក...", "clearButtonLabel": "សម្អាត", "cancelButtonLabel": "បោះបង់", - "backButtonLabel": "ថយក្រោយ" + "backButtonLabel": "ថយក្រោយ", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb index 1b604aecc04a..d594bbfbd2bb 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "\u0cb9\u0c82\u0c9a\u0cbf\u0c95\u0cca\u0cb3\u0ccd\u0cb3\u0cbf\u002e\u002e\u002e", "clearButtonLabel": "\u0ca4\u0cc6\u0cb0\u0cb5\u0cc1\u0c97\u0cca\u0cb3\u0cbf\u0cb8\u0cbf", "cancelButtonLabel": "\u0cb0\u0ca6\u0ccd\u0ca6\u0cc1\u0cae\u0cbe\u0ca1\u0cbf", - "backButtonLabel": "\u0cb9\u0cbf\u0c82\u0ca6\u0cc6" + "backButtonLabel": "\u0cb9\u0cbf\u0c82\u0ca6\u0cc6", + "expansionTileExpandedHint": "\u0064\u006f\u0075\u0062\u006c\u0065\u0020\u0074\u0061\u0070\u0020\u0074\u006f\u0020\u0063\u006f\u006c\u006c\u0061\u0070\u0073\u0065\u0027", + "expansionTileCollapsedHint": "\u0064\u006f\u0075\u0062\u006c\u0065\u0020\u0074\u0061\u0070\u0020\u0074\u006f\u0020\u0065\u0078\u0070\u0061\u006e\u0064", + "expansionTileExpandedTapHint": "\u0043\u006f\u006c\u006c\u0061\u0070\u0073\u0065", + "expansionTileCollapsedTapHint": "\u0045\u0078\u0070\u0061\u006e\u0064\u0020\u0066\u006f\u0072\u0020\u006d\u006f\u0072\u0065\u0020\u0064\u0065\u0074\u0061\u0069\u006c\u0073", + "expandedHint": "\u0043\u006f\u006c\u006c\u0061\u0070\u0073\u0065\u0064", + "collapsedHint": "\u0045\u0078\u0070\u0061\u006e\u0064\u0065\u0064" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb index 5a7fdf47c6ec..fc9833da99fa 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "공유...", "clearButtonLabel": "삭제", "cancelButtonLabel": "취소", - "backButtonLabel": "뒤로" + "backButtonLabel": "뒤로", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb index cce34cf0beef..8eb3c7790d8b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "Бөлүшүү…", "clearButtonLabel": "Тазалоо", "cancelButtonLabel": "Токтотуу", - "backButtonLabel": "Артка" + "backButtonLabel": "Артка", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb index e1cd7b024c13..08c46d775db4 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "ແບ່ງປັນ...", "clearButtonLabel": "ລຶບລ້າງ", "cancelButtonLabel": "ຍົກເລີກ", - "backButtonLabel": "ກັບຄືນ" + "backButtonLabel": "ກັບຄືນ", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb index d62f4754bd95..aebe71af9543 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb @@ -39,5 +39,11 @@ "shareButtonLabel": "Bendrinti...", "clearButtonLabel": "Išvalyti", "cancelButtonLabel": "Atšaukti", - "backButtonLabel": "Atgal" + "backButtonLabel": "Atgal", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb index edb861d70cd1..02bed5aa6812 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb @@ -34,5 +34,11 @@ "shareButtonLabel": "Kopīgot…", "clearButtonLabel": "Notīrīt", "cancelButtonLabel": "Atcelt", - "backButtonLabel": "Atpakaļ" + "backButtonLabel": "Atpakaļ", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb index 43df9da65c41..c33c97340f86 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "Споделете...", "clearButtonLabel": "Избриши", "cancelButtonLabel": "Откажи", - "backButtonLabel": "Назад" + "backButtonLabel": "Назад", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb index 34dff230af7a..b7cfc039af66 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "പങ്കിടുക...", "clearButtonLabel": "മായ്ക്കുക", "cancelButtonLabel": "റദ്ദാക്കുക", - "backButtonLabel": "മടങ്ങുക" + "backButtonLabel": "മടങ്ങുക", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb index 7ff824bb8a26..b592db2944da 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "Хуваалцах...", "clearButtonLabel": "Арилгах", "cancelButtonLabel": "Цуцлах", - "backButtonLabel": "Буцах" + "backButtonLabel": "Буцах", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb index 4dc948eb6fa5..f0fba2b56667 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "शेअर करा...", "clearButtonLabel": "साफ करा", "cancelButtonLabel": "रद्द करा", - "backButtonLabel": "मागे जा" + "backButtonLabel": "मागे जा", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb index 2a98937b1342..f8045157bd9d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "Kongsi...", "clearButtonLabel": "Kosongkan", "cancelButtonLabel": "Batal", - "backButtonLabel": "Kembali" + "backButtonLabel": "Kembali", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb index 2fd2ac3b971e..1408793a74de 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "မျှဝေရန်...", "clearButtonLabel": "ဖယ်ရှားရန်", "cancelButtonLabel": "မလုပ်တော့", - "backButtonLabel": "နောက်သို့" + "backButtonLabel": "နောက်သို့", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb index dfbe46b875fb..cd708169e29d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "Del…", "clearButtonLabel": "Slett", "cancelButtonLabel": "Avbryt", - "backButtonLabel": "Tilbake" + "backButtonLabel": "Tilbake", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb index 0d5624ae32df..31236897422c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "सेयर गर्नुहोस्...", "clearButtonLabel": "हटाउनुहोस्", "cancelButtonLabel": "रद्द गर्नुहोस्", - "backButtonLabel": "पछाडि" + "backButtonLabel": "पछाडि", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb index 020289957f51..490a63e23c77 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "Delen...", "clearButtonLabel": "Wissen", "cancelButtonLabel": "Annuleren", - "backButtonLabel": "Terug" + "backButtonLabel": "Terug", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb index dfbe46b875fb..cd708169e29d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "Del…", "clearButtonLabel": "Slett", "cancelButtonLabel": "Avbryt", - "backButtonLabel": "Tilbake" + "backButtonLabel": "Tilbake", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb index 9e749e648251..ceb24a125b59 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "ସେୟାର୍ କରନ୍ତୁ...", "clearButtonLabel": "ଖାଲି କରନ୍ତୁ", "cancelButtonLabel": "ବାତିଲ କରନ୍ତୁ", - "backButtonLabel": "Back" + "backButtonLabel": "Back", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb index 076355335795..8c9b89782a28 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "ਸਾਂਝਾ ਕਰੋ...", "clearButtonLabel": "ਕਲੀਅਰ ਕਰੋ", "cancelButtonLabel": "ਰੱਦ ਕਰੋ", - "backButtonLabel": "ਪਿੱਛੇ" + "backButtonLabel": "ਪਿੱਛੇ", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb index 2ac5c6e25f61..d4a4c0866de7 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb @@ -39,5 +39,11 @@ "shareButtonLabel": "Udostępnij…", "clearButtonLabel": "Wyczyść", "cancelButtonLabel": "Anuluj", - "backButtonLabel": "Wstecz" + "backButtonLabel": "Wstecz", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb index 6d7c3cfde10d..93eac0f81449 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "Compartilhar…", "clearButtonLabel": "Limpar", "cancelButtonLabel": "Cancelar", - "backButtonLabel": "Voltar" + "backButtonLabel": "Voltar", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb index 94dcb91a3a4f..d01175fb1cdd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb @@ -34,5 +34,11 @@ "shareButtonLabel": "Trimiteți…", "clearButtonLabel": "Ștergeți", "cancelButtonLabel": "Anulați", - "backButtonLabel": "Înapoi" + "backButtonLabel": "Înapoi", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb index 3b7e1f13816e..c95d03458678 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb @@ -39,5 +39,11 @@ "shareButtonLabel": "Поделиться", "clearButtonLabel": "Очистить", "cancelButtonLabel": "Отмена", - "backButtonLabel": "Назад" + "backButtonLabel": "Назад", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb index 4708f686e773..ef2ec2035dc5 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "බෙදා ගන්න...", "clearButtonLabel": "හිස් කරන්න", "cancelButtonLabel": "අවලංගු කරන්න", - "backButtonLabel": "Back" + "backButtonLabel": "Back", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb index e5225aee4896..3defe0a39d6f 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb @@ -39,5 +39,11 @@ "shareButtonLabel": "Zdieľať…", "clearButtonLabel": "Vymazať", "cancelButtonLabel": "Zrušiť", - "backButtonLabel": "Späť" + "backButtonLabel": "Späť", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb index e4c1eff80204..52343c15588f 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb @@ -39,5 +39,11 @@ "shareButtonLabel": "Deli …", "clearButtonLabel": "Počisti", "cancelButtonLabel": "Prekliči", - "backButtonLabel": "Nazaj" + "backButtonLabel": "Nazaj", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb index 6c174aea9554..6e099ee4f522 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "Ndaj...", "clearButtonLabel": "Pastro", "cancelButtonLabel": "Anulo", - "backButtonLabel": "Prapa" + "backButtonLabel": "Prapa", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb index 5129a9bcbabe..a8a3f9e8ac3f 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb @@ -34,5 +34,11 @@ "shareButtonLabel": "Дели…", "clearButtonLabel": "Обриши", "cancelButtonLabel": "Откажи", - "backButtonLabel": "Назад" + "backButtonLabel": "Назад", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb index 66839d4c7fd2..aa27436f7379 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "Dela …", "clearButtonLabel": "Rensa", "cancelButtonLabel": "Avbryt", - "backButtonLabel": "Tillbaka" + "backButtonLabel": "Tillbaka", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb index 5e8f85b28590..c46db1e3b2fd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "Shiriki...", "clearButtonLabel": "Futa", "cancelButtonLabel": "Ghairi", - "backButtonLabel": "Nyuma" + "backButtonLabel": "Nyuma", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb index 5add15860d81..ee15f12eb968 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "பகிர்...", "clearButtonLabel": "அழி", "cancelButtonLabel": "ரத்துசெய்", - "backButtonLabel": "பின்செல்" + "backButtonLabel": "பின்செல்", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb index 2c535ebf2933..f6cc87e02ca0 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "షేర్ చేయండి...", "clearButtonLabel": "క్లియర్ చేయండి", "cancelButtonLabel": "రద్దు చేయండి", - "backButtonLabel": "Back" + "backButtonLabel": "Back", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb index b9c2a99465e7..b6af99eaf06d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "แชร์...", "clearButtonLabel": "ล้าง", "cancelButtonLabel": "ยกเลิก", - "backButtonLabel": "กลับ" + "backButtonLabel": "กลับ", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb index 831d35837440..a3a92ecbc9f4 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "Ibahagi...", "clearButtonLabel": "I-clear", "cancelButtonLabel": "Kanselahin", - "backButtonLabel": "Bumalik" + "backButtonLabel": "Bumalik", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb index 072cc7df4a74..b50394e019f2 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "Paylaş...", "clearButtonLabel": "Temizle", "cancelButtonLabel": "İptal", - "backButtonLabel": "Geri" + "backButtonLabel": "Geri", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ug.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ug.arb index e394261e2944..58231bc1df36 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ug.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ug.arb @@ -29,5 +29,11 @@ "modalBarrierDismissLabel": "بىكار قىلىش", "menuDismissLabel": "تىزىملىكنى بىكار قىلىش", "cancelButtonLabel": "بىكار قىلىش", - "backButtonLabel": "Back" + "backButtonLabel": "Back", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb index 884864c542d2..000552986cfd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb @@ -39,5 +39,11 @@ "shareButtonLabel": "Поділитися…", "clearButtonLabel": "Очистити", "cancelButtonLabel": "Скасувати", - "backButtonLabel": "Назад" + "backButtonLabel": "Назад", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb index 1184b3e87b3e..90ee3422e05a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "اشتراک کریں...", "clearButtonLabel": "صاف کریں", "cancelButtonLabel": "منسوخ کریں", - "backButtonLabel": "Back" + "backButtonLabel": "Back", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb index 786215e544f0..6517a9f6721e 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "Ulashish…", "clearButtonLabel": "Tozalash", "cancelButtonLabel": "Bekor qilish", - "backButtonLabel": "Orqaga" + "backButtonLabel": "Orqaga", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb index f78962d320e9..1976282db4de 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "Chia sẻ...", "clearButtonLabel": "Xoá", "cancelButtonLabel": "Huỷ", - "backButtonLabel": "Quay lại" + "backButtonLabel": "Quay lại", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb index dfd9b56099df..8c58f0e7da39 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "共享…", "clearButtonLabel": "清除", "cancelButtonLabel": "取消", - "backButtonLabel": "返回" + "backButtonLabel": "返回", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb index 1be5850920cb..15be4c9c34d7 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb @@ -29,5 +29,11 @@ "shareButtonLabel": "Yabelana...", "clearButtonLabel": "Sula", "cancelButtonLabel": "Khansela", - "backButtonLabel": "Emuva" + "backButtonLabel": "Emuva", + "expansionTileExpandedHint": "double tap to collapse", + "expansionTileCollapsedHint": "double tap to expand", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedTapHint": "Expand for more details", + "expandedHint": "Collapsed", + "collapsedHint": "Expanded" } diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index 2a83c5984908..b45580603872 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -56,6 +56,9 @@ class CupertinoLocalizationAf extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Vee uit'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Kopieer'; @@ -104,6 +107,21 @@ class CupertinoLocalizationAf extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Kyk op'; @@ -228,6 +246,9 @@ class CupertinoLocalizationAm extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'አጽዳ'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'ቅዳ'; @@ -276,6 +297,21 @@ class CupertinoLocalizationAm extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'ይመልከቱ'; @@ -400,6 +436,9 @@ class CupertinoLocalizationAr extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'محو'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'نسخ'; @@ -448,6 +487,21 @@ class CupertinoLocalizationAr extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => r'$minute دقيقة​'; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'بحث عام'; @@ -572,6 +626,9 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'মচক'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'প্ৰতিলিপি কৰক'; @@ -620,6 +677,21 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'ওপৰলৈ চাওক'; @@ -744,6 +816,9 @@ class CupertinoLocalizationAz extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Silin'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Kopyalayın'; @@ -792,6 +867,21 @@ class CupertinoLocalizationAz extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Axtarın'; @@ -916,6 +1006,9 @@ class CupertinoLocalizationBe extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Ачысціць'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Капіраваць'; @@ -964,6 +1057,21 @@ class CupertinoLocalizationBe extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Знайсці'; @@ -1088,6 +1196,9 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Изчистване'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Копиране'; @@ -1136,6 +1247,21 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Look Up'; @@ -1260,6 +1386,9 @@ class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'মুছুন'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'কপি করুন'; @@ -1308,6 +1437,21 @@ class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'লুক-আপ'; @@ -1432,6 +1576,9 @@ class CupertinoLocalizationBo extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'གཙང་བཟོ།'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'བཤུས།'; @@ -1480,6 +1627,21 @@ class CupertinoLocalizationBo extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'འཚོལ་བ།'; @@ -1604,6 +1766,9 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Obriši'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Kopiraj'; @@ -1652,6 +1817,21 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Pogled nagore'; @@ -1776,6 +1956,9 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Esborra'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Copia'; @@ -1824,6 +2007,21 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Mira amunt'; @@ -1948,6 +2146,9 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Vymazat'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Kopírovat'; @@ -1996,6 +2197,21 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Vyhledat'; @@ -2120,6 +2336,9 @@ class CupertinoLocalizationCy extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Clirio'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Copïo'; @@ -2168,6 +2387,21 @@ class CupertinoLocalizationCy extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => r'$minute munud'; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Chwilio'; @@ -2292,6 +2526,9 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Ryd'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Kopiér'; @@ -2340,6 +2577,21 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Slå op'; @@ -2464,6 +2716,9 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Löschen'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Kopieren'; @@ -2512,6 +2767,21 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Nachschlagen'; @@ -2664,6 +2934,9 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Διαγραφή'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Αντιγραφή'; @@ -2712,6 +2985,21 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Look Up'; @@ -2836,6 +3124,9 @@ class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Clear'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Copy'; @@ -2884,6 +3175,21 @@ class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Look Up'; @@ -3250,6 +3556,9 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Borrar'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Copiar'; @@ -3298,6 +3607,21 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Buscador visual'; @@ -4342,6 +4666,9 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Kustutamine'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Kopeeri'; @@ -4390,6 +4717,21 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Look Up'; @@ -4514,6 +4856,9 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Garbitu'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Kopiatu'; @@ -4562,6 +4907,21 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Bilatu'; @@ -4686,6 +5046,9 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'پاک کردن'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'کپی'; @@ -4734,6 +5097,21 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'جستجو'; @@ -4858,6 +5236,9 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Tyhjennä'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Kopioi'; @@ -4907,10 +5288,25 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get lookUpButtonLabel => 'Hae'; + String get expandedHint => 'Collapsed'; @override - String get menuDismissLabel => 'Hylkää valikko'; + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + + @override + String get lookUpButtonLabel => 'Hae'; + + @override + String get menuDismissLabel => 'Hylkää valikko'; @override String get modalBarrierDismissLabel => 'Ohita'; @@ -5030,6 +5426,9 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'I-clear'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Kopyahin'; @@ -5078,6 +5477,21 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Tumingin sa Itaas'; @@ -5202,6 +5616,9 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Effacer'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Copier'; @@ -5250,6 +5667,21 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Recherche visuelle'; @@ -5420,6 +5852,9 @@ class CupertinoLocalizationGa extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Glan'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Cóipeáil'; @@ -5468,6 +5903,21 @@ class CupertinoLocalizationGa extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Cuardaigh'; @@ -5592,6 +6042,9 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Borrar'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Copiar'; @@ -5640,6 +6093,21 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Mirar cara arriba'; @@ -5764,6 +6232,9 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Löschen'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Kopieren'; @@ -5812,6 +6283,21 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Nachschlagen'; @@ -5936,6 +6422,9 @@ class CupertinoLocalizationGu extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'સાફ કરો'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'કૉપિ કરો'; @@ -5984,6 +6473,21 @@ class CupertinoLocalizationGu extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'શોધો'; @@ -6108,6 +6612,9 @@ class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'ניקוי'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'העתקה'; @@ -6156,6 +6663,21 @@ class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'חיפוש'; @@ -6280,6 +6802,9 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'मिटाएं'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'कॉपी करें'; @@ -6328,6 +6853,21 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'लुक अप बटन'; @@ -6452,6 +6992,9 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Izbriši'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Kopiraj'; @@ -6500,6 +7043,21 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Pogled prema gore'; @@ -6624,6 +7182,9 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Törlés'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Másolás'; @@ -6672,6 +7233,21 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Felfelé nézés'; @@ -6796,6 +7372,9 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Մաքրել'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Պատճենել'; @@ -6844,6 +7423,21 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Փնտրել'; @@ -6968,6 +7562,9 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Hapus'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Salin'; @@ -7016,6 +7613,21 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Cari'; @@ -7140,6 +7752,9 @@ class CupertinoLocalizationIs extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Hreinsa'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Afrita'; @@ -7188,6 +7803,21 @@ class CupertinoLocalizationIs extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Look Up'; @@ -7312,6 +7942,9 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Cancella'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Copia'; @@ -7360,6 +7993,21 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Cerca'; @@ -7484,6 +8132,9 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => '消去'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'コピー'; @@ -7532,6 +8183,21 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => '調べる'; @@ -7656,6 +8322,9 @@ class CupertinoLocalizationKa extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'გასუფთავება'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'კოპირება'; @@ -7704,6 +8373,21 @@ class CupertinoLocalizationKa extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'აიხედეთ ზემოთ'; @@ -7828,6 +8512,9 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Өшіру'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Көшіру'; @@ -7876,6 +8563,21 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Іздеу'; @@ -8000,6 +8702,9 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'សម្អាត'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'ចម្លង'; @@ -8048,6 +8753,21 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'រកមើល'; @@ -8172,6 +8892,9 @@ class CupertinoLocalizationKn extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => '\u{ca4}\u{cc6}\u{cb0}\u{cb5}\u{cc1}\u{c97}\u{cca}\u{cb3}\u{cbf}\u{cb8}\u{cbf}'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => '\u{c95}\u{cbe}\u{caa}\u{cbf}\u{20}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; @@ -8220,6 +8943,21 @@ class CupertinoLocalizationKn extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => "double tap to collapse'"; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => '\u{cae}\u{cc7}\u{cb2}\u{cc6}\u{20}\u{ca8}\u{ccb}\u{ca1}\u{cbf}'; @@ -8344,6 +9082,9 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => '삭제'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => '복사'; @@ -8392,6 +9133,21 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => '찾기'; @@ -8516,6 +9272,9 @@ class CupertinoLocalizationKy extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Тазалоо'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Көчүрүү'; @@ -8564,6 +9323,21 @@ class CupertinoLocalizationKy extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Издөө'; @@ -8688,6 +9462,9 @@ class CupertinoLocalizationLo extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'ລຶບລ້າງ'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'ສຳເນົາ'; @@ -8736,6 +9513,21 @@ class CupertinoLocalizationLo extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'ຊອກຫາຂໍ້ມູນ'; @@ -8860,6 +9652,9 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Išvalyti'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Kopijuoti'; @@ -8908,6 +9703,21 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Ieškoti'; @@ -9032,6 +9842,9 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Notīrīt'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Kopēt'; @@ -9080,6 +9893,21 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => r'$minute minūtes'; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Meklēt'; @@ -9204,6 +10032,9 @@ class CupertinoLocalizationMk extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Избриши'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Копирај'; @@ -9252,6 +10083,21 @@ class CupertinoLocalizationMk extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Погледнете нагоре'; @@ -9376,6 +10222,9 @@ class CupertinoLocalizationMl extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'മായ്ക്കുക'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'പകർത്തുക'; @@ -9424,6 +10273,21 @@ class CupertinoLocalizationMl extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'മുകളിലേക്ക് നോക്കുക'; @@ -9548,6 +10412,9 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Арилгах'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Хуулах'; @@ -9596,6 +10463,21 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Дээшээ харах'; @@ -9720,6 +10602,9 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'साफ करा'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'कॉपी करा'; @@ -9768,6 +10653,21 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'शोध घ्या'; @@ -9892,6 +10792,9 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Kosongkan'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Salin'; @@ -9940,6 +10843,21 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Lihat ke Atas'; @@ -10064,6 +10982,9 @@ class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'ဖယ်ရှားရန်'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'မိတ္တူကူးရန်'; @@ -10112,6 +11033,21 @@ class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'အပေါ်ကြည့်ရန်'; @@ -10236,6 +11172,9 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Slett'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Kopiér'; @@ -10284,6 +11223,21 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Slå opp'; @@ -10408,6 +11362,9 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'हटाउनुहोस्'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'कपी गर्नुहोस्'; @@ -10456,6 +11413,21 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'माथितिर हेर्नुहोस्'; @@ -10580,6 +11552,9 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Wissen'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Kopiëren'; @@ -10628,6 +11603,21 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Opzoeken'; @@ -10752,6 +11742,9 @@ class CupertinoLocalizationNo extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Slett'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Kopiér'; @@ -10800,6 +11793,21 @@ class CupertinoLocalizationNo extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Slå opp'; @@ -10924,6 +11932,9 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'ଖାଲି କରନ୍ତୁ'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'କପି କରନ୍ତୁ'; @@ -10972,6 +11983,21 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'ଉପରକୁ ଦେଖନ୍ତୁ'; @@ -11096,6 +12122,9 @@ class CupertinoLocalizationPa extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'ਕਲੀਅਰ ਕਰੋ'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'ਕਾਪੀ ਕਰੋ'; @@ -11144,6 +12173,21 @@ class CupertinoLocalizationPa extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'ਖੋਜੋ'; @@ -11268,6 +12312,9 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Wyczyść'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Kopiuj'; @@ -11316,6 +12363,21 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Sprawdź'; @@ -11440,6 +12502,9 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Limpar'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Copiar'; @@ -11477,16 +12542,31 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelMany => null; @override - String? get datePickerMinuteSemanticsLabelOne => '1 minuto'; + String? get datePickerMinuteSemanticsLabelOne => '1 minuto'; + + @override + String get datePickerMinuteSemanticsLabelOther => r'$minute minutos'; + + @override + String? get datePickerMinuteSemanticsLabelTwo => null; + + @override + String? get datePickerMinuteSemanticsLabelZero => null; + + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minutos'; + String get expansionTileCollapsedTapHint => 'Expand for more details'; @override - String? get datePickerMinuteSemanticsLabelTwo => null; + String get expansionTileExpandedHint => 'double tap to collapse'; @override - String? get datePickerMinuteSemanticsLabelZero => null; + String get expansionTileExpandedTapHint => 'Collapse'; @override String get lookUpButtonLabel => 'Pesquisar'; @@ -11664,6 +12744,9 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Ștergeți'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Copiați'; @@ -11712,6 +12795,21 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Privire în sus'; @@ -11836,6 +12934,9 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Очистить'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Копировать'; @@ -11884,6 +12985,21 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Найти'; @@ -12008,6 +13124,9 @@ class CupertinoLocalizationSi extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'හිස් කරන්න'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'පිටපත් කරන්න'; @@ -12056,6 +13175,21 @@ class CupertinoLocalizationSi extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'උඩ බලන්න'; @@ -12180,6 +13314,9 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Vymazať'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Kopírovať'; @@ -12228,6 +13365,21 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Pohľad nahor'; @@ -12352,6 +13504,9 @@ class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Počisti'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Kopiraj'; @@ -12400,6 +13555,21 @@ class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Pogled gor'; @@ -12524,6 +13694,9 @@ class CupertinoLocalizationSq extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Pastro'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Kopjo'; @@ -12572,6 +13745,21 @@ class CupertinoLocalizationSq extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Kërko'; @@ -12696,6 +13884,9 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Обриши'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Копирај'; @@ -12744,6 +13935,21 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Поглед нагоре'; @@ -13008,6 +14214,9 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Rensa'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Kopiera'; @@ -13056,6 +14265,21 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Titta upp'; @@ -13180,6 +14404,9 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Futa'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Nakili'; @@ -13228,6 +14455,21 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Tafuta'; @@ -13352,6 +14594,9 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'அழி'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'நகலெடு'; @@ -13400,6 +14645,21 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'தேடு'; @@ -13524,6 +14784,9 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'క్లియర్ చేయండి'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'కాపీ చేయి'; @@ -13572,6 +14835,21 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'వెతకండి'; @@ -13696,6 +14974,9 @@ class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'ล้าง'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'คัดลอก'; @@ -13744,6 +15025,21 @@ class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'ค้นหา'; @@ -13868,6 +15164,9 @@ class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'I-clear'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Kopyahin'; @@ -13916,6 +15215,21 @@ class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Tumingin sa Itaas'; @@ -14040,6 +15354,9 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Temizle'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Kopyala'; @@ -14088,6 +15405,21 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Ara'; @@ -14212,6 +15544,9 @@ class CupertinoLocalizationUg extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'تازىلاش'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'كۆچۈرۈش'; @@ -14260,6 +15595,21 @@ class CupertinoLocalizationUg extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'ئىزدەش'; @@ -14384,6 +15734,9 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Очистити'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Копіювати'; @@ -14432,6 +15785,21 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Шукати'; @@ -14556,6 +15924,9 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'صاف کریں'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'کاپی کریں'; @@ -14604,6 +15975,21 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'تفصیل دیکھیں'; @@ -14728,6 +16114,9 @@ class CupertinoLocalizationUz extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Tozalash'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Nusxa olish'; @@ -14776,6 +16165,21 @@ class CupertinoLocalizationUz extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Tepaga qarang'; @@ -14900,6 +16304,9 @@ class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Xoá'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Sao chép'; @@ -14948,6 +16355,21 @@ class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Tra cứu'; @@ -15072,6 +16494,9 @@ class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => '清除'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => '复制'; @@ -15120,6 +16545,21 @@ class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => '查询'; @@ -15416,6 +16856,9 @@ class CupertinoLocalizationZu extends GlobalCupertinoLocalizations { @override String get clearButtonLabel => 'Sula'; + @override + String get collapsedHint => 'Expanded'; + @override String get copyButtonLabel => 'Kopisha'; @@ -15464,6 +16907,21 @@ class CupertinoLocalizationZu extends GlobalCupertinoLocalizations { @override String? get datePickerMinuteSemanticsLabelZero => null; + @override + String get expandedHint => 'Collapsed'; + + @override + String get expansionTileCollapsedHint => 'double tap to expand'; + + @override + String get expansionTileCollapsedTapHint => 'Expand for more details'; + + @override + String get expansionTileExpandedHint => 'double tap to collapse'; + + @override + String get expansionTileExpandedTapHint => 'Collapse'; + @override String get lookUpButtonLabel => 'Bheka Phezulu'; From 7437ae9cf74aa3d9eba4fd0df3c52427a8727f6c Mon Sep 17 00:00:00 2001 From: August Date: Thu, 25 Sep 2025 21:48:07 +0200 Subject: [PATCH 291/327] [time_picker] refactor: Distinguish widgets for dial mode only (#173188) The code for time picker involves ambiguous widget names, which makes understanding the widget structure more challenging. I tried to use the namings of the [M3 specs](https://m3.material.io/components/time-pickers/specs) to make it a bit clearer. This also removes a code section which is not needed, as the widget is only meant for "dial" and not "input" mode. I didn't raise an issue, but I can, if that's still necessary. This PR is test-exempt, as it doesn't add or fix any functionality. ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [ ] I listed at least one issue that this PR fixes in the description above. - [x] I updated/added relevant documentation (doc comments with `///`). - [ ] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [x] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-new channel on [Discord]. **Note**: The Flutter team is currently trialing the use of [Gemini Code Assist for GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code). Comments from the `gemini-code-assist` bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed. [Contributor Guide]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview [Tree Hygiene]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md [test-exempt]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests [Flutter Style Guide]: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md [Features we expect every widget to implement]: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#features-we-expect-every-widget-to-implement [CLA]: https://cla.developers.google.com/ [flutter/tests]: https://github.com/flutter/tests [breaking change policy]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes [Discord]: https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md [Data Driven Fixes]: https://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md --------- Co-authored-by: Victor Sanni --- .../test/material/time_picker_test.dart | 68 +++++++++---------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/packages/flutter_localizations/test/material/time_picker_test.dart b/packages/flutter_localizations/test/material/time_picker_test.dart index 1bc803095f72..141e51817282 100644 --- a/packages/flutter_localizations/test/material/time_picker_test.dart +++ b/packages/flutter_localizations/test/material/time_picker_test.dart @@ -26,11 +26,11 @@ void main() { matching: find.byType(Text), ) .first; - final Finder hourControlFinder = find.byWidgetPredicate( - (Widget w) => '${w.runtimeType}' == '_HourControl', + final Finder dialHourControlFinder = find.byWidgetPredicate( + (Widget w) => '${w.runtimeType}' == '_DialHourControl', ); - final Finder minuteControlFinder = find.byWidgetPredicate( - (Widget w) => '${w.runtimeType}' == '_MinuteControl', + final Finder dialMinuteControlFinder = find.byWidgetPredicate( + (Widget w) => '${w.runtimeType}' == '_DialMinuteControl', ); final Finder dayPeriodControlFinder = find.byWidgetPredicate( (Widget w) => '${w.runtimeType}' == '_DayPeriodControl', @@ -54,8 +54,8 @@ void main() { useMaterial3: false, ); final Text stringFragmentText = tester.widget(timeSelectorSeparatorFinder); - final double hourLeftOffset = tester.getTopLeft(hourControlFinder).dx; - final double minuteLeftOffset = tester.getTopLeft(minuteControlFinder).dx; + final double hourLeftOffset = tester.getTopLeft(dialHourControlFinder).dx; + final double minuteLeftOffset = tester.getTopLeft(dialMinuteControlFinder).dx; final double stringFragmentLeftOffset = tester.getTopLeft(timeSelectorSeparatorFinder).dx; if (locale == const Locale('en', 'US')) { @@ -111,11 +111,11 @@ void main() { matching: find.byType(Text), ) .first; - final Finder hourControlFinder = find.byWidgetPredicate( - (Widget w) => '${w.runtimeType}' == '_HourControl', + final Finder dialHourControlFinder = find.byWidgetPredicate( + (Widget w) => '${w.runtimeType}' == '_DialHourControl', ); - final Finder minuteControlFinder = find.byWidgetPredicate( - (Widget w) => '${w.runtimeType}' == '_MinuteControl', + final Finder dialMinuteControlFinder = find.byWidgetPredicate( + (Widget w) => '${w.runtimeType}' == '_DialMinuteControl', ); final Finder dayPeriodControlFinder = find.byWidgetPredicate( (Widget w) => '${w.runtimeType}' == '_DayPeriodControl', @@ -139,8 +139,8 @@ void main() { useMaterial3: true, ); final Text stringFragmentText = tester.widget(timeSelectorSeparatorFinder); - final double hourLeftOffset = tester.getTopLeft(hourControlFinder).dx; - final double minuteLeftOffset = tester.getTopLeft(minuteControlFinder).dx; + final double hourLeftOffset = tester.getTopLeft(dialHourControlFinder).dx; + final double minuteLeftOffset = tester.getTopLeft(dialMinuteControlFinder).dx; final double stringFragmentLeftOffset = tester.getTopLeft(timeSelectorSeparatorFinder).dx; if (locale == const Locale('en', 'US')) { @@ -196,11 +196,11 @@ void main() { matching: find.byType(Text), ) .first; - final Finder hourControlFinder = find.byWidgetPredicate( - (Widget w) => '${w.runtimeType}' == '_HourControl', + final Finder dialHourControlFinder = find.byWidgetPredicate( + (Widget w) => '${w.runtimeType}' == '_DialHourControl', ); - final Finder minuteControlFinder = find.byWidgetPredicate( - (Widget w) => '${w.runtimeType}' == '_MinuteControl', + final Finder dialMinuteControlFinder = find.byWidgetPredicate( + (Widget w) => '${w.runtimeType}' == '_DialMinuteControl', ); final Finder dayPeriodControlFinder = find.byWidgetPredicate( (Widget w) => '${w.runtimeType}' == '_DayPeriodControl', @@ -224,9 +224,9 @@ void main() { useMaterial3: false, ); final Text stringFragmentText = tester.widget(timeSelectorSeparatorFinder); - final double hourLeftOffset = tester.getTopLeft(hourControlFinder).dx; - final double hourTopOffset = tester.getTopLeft(hourControlFinder).dy; - final double minuteLeftOffset = tester.getTopLeft(minuteControlFinder).dx; + final double hourLeftOffset = tester.getTopLeft(dialHourControlFinder).dx; + final double hourTopOffset = tester.getTopLeft(dialHourControlFinder).dy; + final double minuteLeftOffset = tester.getTopLeft(dialMinuteControlFinder).dx; final double stringFragmentLeftOffset = tester.getTopLeft(timeSelectorSeparatorFinder).dx; if (locale == const Locale('en', 'US')) { @@ -286,11 +286,11 @@ void main() { matching: find.byType(Text), ) .first; - final Finder hourControlFinder = find.byWidgetPredicate( - (Widget w) => '${w.runtimeType}' == '_HourControl', + final Finder dialHourControlFinder = find.byWidgetPredicate( + (Widget w) => '${w.runtimeType}' == '_DialHourControl', ); - final Finder minuteControlFinder = find.byWidgetPredicate( - (Widget w) => '${w.runtimeType}' == '_MinuteControl', + final Finder dialMinuteControlFinder = find.byWidgetPredicate( + (Widget w) => '${w.runtimeType}' == '_DialMinuteControl', ); final Finder dayPeriodControlFinder = find.byWidgetPredicate( (Widget w) => '${w.runtimeType}' == '_DayPeriodControl', @@ -314,9 +314,9 @@ void main() { useMaterial3: true, ); final Text stringFragmentText = tester.widget(timeSelectorSeparatorFinder); - final double hourLeftOffset = tester.getTopLeft(hourControlFinder).dx; - final double hourTopOffset = tester.getTopLeft(hourControlFinder).dy; - final double minuteLeftOffset = tester.getTopLeft(minuteControlFinder).dx; + final double hourLeftOffset = tester.getTopLeft(dialHourControlFinder).dx; + final double hourTopOffset = tester.getTopLeft(dialHourControlFinder).dy; + final double minuteLeftOffset = tester.getTopLeft(dialMinuteControlFinder).dx; final double stringFragmentLeftOffset = tester.getTopLeft(timeSelectorSeparatorFinder).dx; if (locale == const Locale('en', 'US')) { @@ -365,10 +365,10 @@ void main() { testWidgets('Material2 - can localize input mode in all known formats', ( WidgetTester tester, ) async { - final Finder hourControlFinder = find.byWidgetPredicate( + final Finder inputHourControlFinder = find.byWidgetPredicate( (Widget w) => '${w.runtimeType}' == '_HourTextField', ); - final Finder minuteControlFinder = find.byWidgetPredicate( + final Finder inputMinuteControlFinder = find.byWidgetPredicate( (Widget w) => '${w.runtimeType}' == '_MinuteTextField', ); final Finder dayPeriodControlFinder = find.byWidgetPredicate( @@ -404,8 +404,8 @@ void main() { await tester.pumpAndSettle(const Duration(seconds: 1)); final Text stringFragmentText = tester.widget(timeSelectorSeparatorFinder); - final double hourLeftOffset = tester.getTopLeft(hourControlFinder).dx; - final double minuteLeftOffset = tester.getTopLeft(minuteControlFinder).dx; + final double hourLeftOffset = tester.getTopLeft(inputHourControlFinder).dx; + final double minuteLeftOffset = tester.getTopLeft(inputMinuteControlFinder).dx; final double stringFragmentLeftOffset = tester.getTopLeft(timeSelectorSeparatorFinder).dx; if (locale == const Locale('en', 'US')) { @@ -450,10 +450,10 @@ void main() { testWidgets('Material3 - can localize input mode in all known formats', ( WidgetTester tester, ) async { - final Finder hourControlFinder = find.byWidgetPredicate( + final Finder inputHourControlFinder = find.byWidgetPredicate( (Widget w) => '${w.runtimeType}' == '_HourTextField', ); - final Finder minuteControlFinder = find.byWidgetPredicate( + final Finder inputMinuteControlFinder = find.byWidgetPredicate( (Widget w) => '${w.runtimeType}' == '_MinuteTextField', ); final Finder dayPeriodControlFinder = find.byWidgetPredicate( @@ -489,8 +489,8 @@ void main() { await tester.pumpAndSettle(const Duration(seconds: 1)); final Text stringFragmentText = tester.widget(timeSelectorSeparatorFinder); - final double hourLeftOffset = tester.getTopLeft(hourControlFinder).dx; - final double minuteLeftOffset = tester.getTopLeft(minuteControlFinder).dx; + final double hourLeftOffset = tester.getTopLeft(inputHourControlFinder).dx; + final double minuteLeftOffset = tester.getTopLeft(inputMinuteControlFinder).dx; final double stringFragmentLeftOffset = tester.getTopLeft(timeSelectorSeparatorFinder).dx; if (locale == const Locale('en', 'US')) { From 71d812e402ba19e0b2d972acb1b5893a22454bd1 Mon Sep 17 00:00:00 2001 From: Qun Cheng <36861262+QuncCccccc@users.noreply.github.com> Date: Thu, 2 Oct 2025 10:38:15 -0700 Subject: [PATCH 292/327] Update localization from translation console (#176324) Regular import of latest translations. Some .arb files(cupertino_ko.arb, and material_it.arb) are overwritten again and will cause translation issues. See comment https://github.com/flutter/flutter/pull/166496#issuecomment-2773987516. I manually reverted them back. This PR doesn't run the date_localization script. ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [x] I listed at least one issue that this PR fixes in the description above. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [x] All existing and new tests are passing. --- .../lib/src/l10n/cupertino_af.arb | 12 +- .../lib/src/l10n/cupertino_am.arb | 12 +- .../lib/src/l10n/cupertino_ar.arb | 12 +- .../lib/src/l10n/cupertino_as.arb | 18 +- .../lib/src/l10n/cupertino_az.arb | 12 +- .../lib/src/l10n/cupertino_be.arb | 12 +- .../lib/src/l10n/cupertino_bg.arb | 12 +- .../lib/src/l10n/cupertino_bn.arb | 12 +- .../lib/src/l10n/cupertino_bo.arb | 12 +- .../lib/src/l10n/cupertino_bs.arb | 12 +- .../lib/src/l10n/cupertino_ca.arb | 12 +- .../lib/src/l10n/cupertino_cs.arb | 12 +- .../lib/src/l10n/cupertino_cy.arb | 36 +- .../lib/src/l10n/cupertino_da.arb | 14 +- .../lib/src/l10n/cupertino_de.arb | 12 +- .../lib/src/l10n/cupertino_el.arb | 12 +- .../lib/src/l10n/cupertino_en_AU.arb | 6 + .../lib/src/l10n/cupertino_en_GB.arb | 6 + .../lib/src/l10n/cupertino_en_IE.arb | 6 + .../lib/src/l10n/cupertino_en_IN.arb | 6 + .../lib/src/l10n/cupertino_en_NZ.arb | 6 + .../lib/src/l10n/cupertino_en_SG.arb | 6 + .../lib/src/l10n/cupertino_en_ZA.arb | 6 + .../lib/src/l10n/cupertino_es.arb | 12 +- .../lib/src/l10n/cupertino_es_419.arb | 6 + .../lib/src/l10n/cupertino_es_AR.arb | 6 + .../lib/src/l10n/cupertino_es_BO.arb | 6 + .../lib/src/l10n/cupertino_es_CL.arb | 6 + .../lib/src/l10n/cupertino_es_CO.arb | 6 + .../lib/src/l10n/cupertino_es_CR.arb | 6 + .../lib/src/l10n/cupertino_es_DO.arb | 6 + .../lib/src/l10n/cupertino_es_EC.arb | 6 + .../lib/src/l10n/cupertino_es_GT.arb | 6 + .../lib/src/l10n/cupertino_es_HN.arb | 6 + .../lib/src/l10n/cupertino_es_MX.arb | 6 + .../lib/src/l10n/cupertino_es_NI.arb | 6 + .../lib/src/l10n/cupertino_es_PA.arb | 6 + .../lib/src/l10n/cupertino_es_PE.arb | 6 + .../lib/src/l10n/cupertino_es_PR.arb | 6 + .../lib/src/l10n/cupertino_es_PY.arb | 6 + .../lib/src/l10n/cupertino_es_SV.arb | 6 + .../lib/src/l10n/cupertino_es_US.arb | 6 + .../lib/src/l10n/cupertino_es_UY.arb | 6 + .../lib/src/l10n/cupertino_es_VE.arb | 6 + .../lib/src/l10n/cupertino_et.arb | 12 +- .../lib/src/l10n/cupertino_eu.arb | 12 +- .../lib/src/l10n/cupertino_fa.arb | 12 +- .../lib/src/l10n/cupertino_fi.arb | 12 +- .../lib/src/l10n/cupertino_fil.arb | 12 +- .../lib/src/l10n/cupertino_fr.arb | 12 +- .../lib/src/l10n/cupertino_fr_CA.arb | 6 + .../lib/src/l10n/cupertino_ga.arb | 12 +- .../lib/src/l10n/cupertino_gl.arb | 18 +- .../lib/src/l10n/cupertino_gsw.arb | 12 +- .../lib/src/l10n/cupertino_gu.arb | 12 +- .../lib/src/l10n/cupertino_he.arb | 12 +- .../lib/src/l10n/cupertino_hi.arb | 12 +- .../lib/src/l10n/cupertino_hr.arb | 12 +- .../lib/src/l10n/cupertino_hu.arb | 12 +- .../lib/src/l10n/cupertino_hy.arb | 12 +- .../lib/src/l10n/cupertino_id.arb | 12 +- .../lib/src/l10n/cupertino_is.arb | 12 +- .../lib/src/l10n/cupertino_it.arb | 12 +- .../lib/src/l10n/cupertino_ja.arb | 12 +- .../lib/src/l10n/cupertino_ka.arb | 12 +- .../lib/src/l10n/cupertino_kk.arb | 12 +- .../lib/src/l10n/cupertino_km.arb | 12 +- .../lib/src/l10n/cupertino_kn.arb | 12 +- .../lib/src/l10n/cupertino_ko.arb | 12 +- .../lib/src/l10n/cupertino_ky.arb | 12 +- .../lib/src/l10n/cupertino_lo.arb | 12 +- .../lib/src/l10n/cupertino_lt.arb | 12 +- .../lib/src/l10n/cupertino_lv.arb | 12 +- .../lib/src/l10n/cupertino_mk.arb | 12 +- .../lib/src/l10n/cupertino_ml.arb | 12 +- .../lib/src/l10n/cupertino_mn.arb | 12 +- .../lib/src/l10n/cupertino_mr.arb | 12 +- .../lib/src/l10n/cupertino_ms.arb | 12 +- .../lib/src/l10n/cupertino_my.arb | 12 +- .../lib/src/l10n/cupertino_nb.arb | 12 +- .../lib/src/l10n/cupertino_ne.arb | 12 +- .../lib/src/l10n/cupertino_nl.arb | 12 +- .../lib/src/l10n/cupertino_no.arb | 12 +- .../lib/src/l10n/cupertino_or.arb | 36 +- .../lib/src/l10n/cupertino_pa.arb | 12 +- .../lib/src/l10n/cupertino_pl.arb | 12 +- .../lib/src/l10n/cupertino_pt.arb | 12 +- .../lib/src/l10n/cupertino_pt_PT.arb | 6 + .../lib/src/l10n/cupertino_ro.arb | 12 +- .../lib/src/l10n/cupertino_ru.arb | 12 +- .../lib/src/l10n/cupertino_si.arb | 12 +- .../lib/src/l10n/cupertino_sk.arb | 12 +- .../lib/src/l10n/cupertino_sl.arb | 12 +- .../lib/src/l10n/cupertino_sq.arb | 12 +- .../lib/src/l10n/cupertino_sr.arb | 12 +- .../lib/src/l10n/cupertino_sr_Latn.arb | 6 + .../lib/src/l10n/cupertino_sv.arb | 12 +- .../lib/src/l10n/cupertino_sw.arb | 12 +- .../lib/src/l10n/cupertino_ta.arb | 12 +- .../lib/src/l10n/cupertino_te.arb | 12 +- .../lib/src/l10n/cupertino_th.arb | 12 +- .../lib/src/l10n/cupertino_tl.arb | 12 +- .../lib/src/l10n/cupertino_tr.arb | 12 +- .../lib/src/l10n/cupertino_ug.arb | 12 +- .../lib/src/l10n/cupertino_uk.arb | 12 +- .../lib/src/l10n/cupertino_ur.arb | 12 +- .../lib/src/l10n/cupertino_uz.arb | 12 +- .../lib/src/l10n/cupertino_vi.arb | 12 +- .../lib/src/l10n/cupertino_zh.arb | 12 +- .../lib/src/l10n/cupertino_zh_HK.arb | 6 + .../lib/src/l10n/cupertino_zh_TW.arb | 6 + .../lib/src/l10n/cupertino_zu.arb | 12 +- .../generated_cupertino_localizations.dart | 1376 +++++++++++------ .../generated_material_localizations.dart | 271 ++-- .../lib/src/l10n/material_as.arb | 98 +- .../lib/src/l10n/material_cy.arb | 18 +- .../lib/src/l10n/material_da.arb | 2 +- .../lib/src/l10n/material_fa.arb | 54 +- .../lib/src/l10n/material_gl.arb | 10 +- .../lib/src/l10n/material_or.arb | 84 +- .../lib/src/l10n/material_zh_HK.arb | 2 +- 121 files changed, 1836 insertions(+), 1293 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb index 0df5375f8aac..4421c6426619 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "Vee uit", "cancelButtonLabel": "Kanselleer", "backButtonLabel": "Terug", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "dubbeltik om in te vou", + "expansionTileCollapsedHint": "dubbeltik om uit te vou", + "expansionTileExpandedTapHint": "Vou in", + "expansionTileCollapsedTapHint": "Vou uit vir meer besonderhede", + "expandedHint": "Ingevou", + "collapsedHint": "Uitgevou" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb index c7a1a187e034..7026a2ff10e0 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "አጽዳ", "cancelButtonLabel": "ይቅር", "backButtonLabel": "ተመለስ", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "ለመሰብሰብ ሁለቴ መታ ያድርጉ", + "expansionTileCollapsedHint": "ለመዘርጋት ድርብ ሁለቴ መታ ያድርጉ", + "expansionTileExpandedTapHint": "ሰብስብ", + "expansionTileCollapsedTapHint": "ለተጨማሪ ዝርዝሮች ይዘርጉ", + "expandedHint": "ተሰብስቧል", + "collapsedHint": "ተዘርግቷል" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb index aba06359389f..9876585d0c8c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb @@ -50,10 +50,10 @@ "shareButtonLabel": "مشاركة…", "cancelButtonLabel": "الإلغاء", "backButtonLabel": "رجوع", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "يُرجى النقر مرّتين للتصغير.", + "expansionTileCollapsedHint": "انقر مرّتين للتوسيع", + "expansionTileExpandedTapHint": "تصغير", + "expansionTileCollapsedTapHint": "وسِّع المربّع لعرض مزيد من التفاصيل.", + "expandedHint": "مصغَّر", + "collapsedHint": "موسَّع" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb index 55a1c19fa3a3..593aa734d1bc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb @@ -1,8 +1,8 @@ { "datePickerHourSemanticsLabelOne": "$hour বাজিছে", "datePickerHourSemanticsLabelOther": "$hour বাজিছে", - "datePickerMinuteSemanticsLabelOne": "১মিনিট", - "datePickerMinuteSemanticsLabelOther": "$minuteমিনিট", + "datePickerMinuteSemanticsLabelOne": "১ মিনিট", + "datePickerMinuteSemanticsLabelOther": "$minute মিনিট", "datePickerDateOrder": "mdy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbreviation": "পূৰ্বাহ্ন", @@ -19,7 +19,7 @@ "copyButtonLabel": "প্ৰতিলিপি কৰক", "pasteButtonLabel": "পে'ষ্ট কৰক", "clearButtonLabel": "মচক", - "selectAllButtonLabel": "সকলো বাছনি কৰক", + "selectAllButtonLabel": "আটাইবোৰ বাছনি কৰক", "tabSemanticsLabel": "$tabCount টা টেবৰ $tabIndex নম্বৰটো", "modalBarrierDismissLabel": "অগ্ৰাহ্য কৰক", "searchTextFieldPlaceholderLabel": "সন্ধান কৰক", @@ -30,10 +30,10 @@ "shareButtonLabel": "শ্বেয়াৰ কৰক…", "cancelButtonLabel": "বাতিল কৰক", "backButtonLabel": "উভতি যাওক", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "সংকোচন কৰিবলৈ দুবাৰ টিপক", + "expansionTileCollapsedHint": "বিস্তাৰ কৰিবলৈ দুবাৰ টিপক", + "expansionTileExpandedTapHint": "সংকোচন কৰক", + "expansionTileCollapsedTapHint": "অধিক সবিশেষ জানিবলৈ বিস্তাৰ কৰক", + "expandedHint": "সংকোচন কৰা আছে", + "collapsedHint": "বিস্তাৰ কৰা আছে" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb index 840b835b3e56..caf130514806 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb @@ -30,10 +30,10 @@ "shareButtonLabel": "Paylaşın...", "cancelButtonLabel": "Ləğv edin", "backButtonLabel": "Geri", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "yığcamlaşdırmaq üçün iki dəfə toxunun", + "expansionTileCollapsedHint": "genişləndirmək üçün iki dəfə toxunun", + "expansionTileExpandedTapHint": "Yığcamlaşdırın", + "expansionTileCollapsedTapHint": "Daha çox detallar üçün genişləndirin", + "expandedHint": "Yığcamlaşdırıldı", + "collapsedHint": "Genişləndirildi" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb index f08c770bc98f..9b584c959501 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb @@ -40,10 +40,10 @@ "shareButtonLabel": "Абагуліць...", "cancelButtonLabel": "Скасаваць", "backButtonLabel": "Назад", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "двойчы націснуць, каб згарнуць", + "expansionTileCollapsedHint": "двойчы націснуць, каб разгарнуць", + "expansionTileExpandedTapHint": "Згарнуць", + "expansionTileCollapsedTapHint": "Разгарніце, каб даведацца больш", + "expandedHint": "Згорнута", + "collapsedHint": "Разгорнута" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb index 4308281f60b1..f58a2068383a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb @@ -30,10 +30,10 @@ "shareButtonLabel": "Споделяне...", "cancelButtonLabel": "Отказ", "backButtonLabel": "Назад", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "докоснете два пъти за свиване", + "expansionTileCollapsedHint": "докоснете два пъти за разгъване", + "expansionTileExpandedTapHint": "Свиване", + "expansionTileCollapsedTapHint": "Разгъване за още подробности", + "expandedHint": "Свито", + "collapsedHint": "Разгънато" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb index 08810dc5918b..ca5d3697ba07 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb @@ -30,10 +30,10 @@ "shareButtonLabel": "শেয়ার করুন...", "cancelButtonLabel": "বাতিল করুন", "backButtonLabel": "ফিরে যান", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "আড়াল করতে ডবল ট্যাপ করুন", + "expansionTileCollapsedHint": "বড় করে দেখতে ডবল ট্যাপ করুন", + "expansionTileExpandedTapHint": "আড়াল করুন", + "expansionTileCollapsedTapHint": "আরও বিবরণ পেতে বড় করে দেখুন", + "expandedHint": "আড়াল করা হয়েছে", + "collapsedHint": "বড় করা হয়েছে" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bo.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bo.arb index 9c9610ff01b1..36981eb1f366 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bo.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bo.arb @@ -30,10 +30,10 @@ "menuDismissLabel": "ཐོ་གཞུང་འདོར་བ།", "cancelButtonLabel": "ཕྱིར་འཐེན།", "backButtonLabel": "Back", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "ཕྱོགས་བསྡུའི་ཆེད་ཐེངས་གཉིས་གནོན།", + "expansionTileCollapsedHint": "ཁྱབ་སྤེལ་ཆེད་ཐེངས་གཉིས་གནོན།", + "expansionTileExpandedTapHint": "ཕྱོགས་བསྡུ།", + "expansionTileCollapsedTapHint": "ཞིབ་རྒྱས་ཆེད་ཁྱབ་སྤེལ།", + "expandedHint": "ཕྱོགས་བསྡུས།", + "collapsedHint": "ཁྱབ་སྤེལ་ཟིན།" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb index a014195b8474..907da01dca82 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb @@ -35,10 +35,10 @@ "shareButtonLabel": "Dijeli...", "cancelButtonLabel": "Otkaži", "backButtonLabel": "Nazad", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "sužavanje dvostrukim dodirom", + "expansionTileCollapsedHint": "proširivanje dvostrukim dodirom", + "expansionTileExpandedTapHint": "Sužavanje", + "expansionTileCollapsedTapHint": "Proširivanje za više detalja", + "expandedHint": "Suženo", + "collapsedHint": "Prošireno" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb index 2f136d875bd4..0fb5a52c7d41 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb @@ -30,10 +30,10 @@ "shareButtonLabel": "Comparteix...", "cancelButtonLabel": "Cancel·la", "backButtonLabel": "Enrere", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "fes doble toc per replegar", + "expansionTileCollapsedHint": "fes doble toc per desplegar", + "expansionTileExpandedTapHint": "Replega", + "expansionTileCollapsedTapHint": "Desplega per obtenir més informació", + "expandedHint": "S'ha replegat", + "collapsedHint": "S'ha desplegat" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb index afd607db1fd5..a7ccd248b501 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb @@ -40,10 +40,10 @@ "shareButtonLabel": "Sdílet…", "cancelButtonLabel": "Zrušit", "backButtonLabel": "Zpět", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "dvojitým klepnutím sbalíte", + "expansionTileCollapsedHint": "dvojitým klepnutím rozbalíte", + "expansionTileExpandedTapHint": "Sbalit", + "expansionTileCollapsedTapHint": "Rozbalte pro další podrobnosti", + "expandedHint": "Sbaleno", + "collapsedHint": "Rozbaleno" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb index c733439c2532..71506a1c1614 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb @@ -4,20 +4,20 @@ "datePickerHourSemanticsLabelTwo": "$hour o'r gloch", "datePickerHourSemanticsLabelFew": "$hour o'r gloch", "datePickerHourSemanticsLabelMany": "$hour o'r gloch", - "timerPickerSecondLabelFew": "eiliad", - "timerPickerSecondLabelTwo": "eiliad", + "timerPickerSecondLabelFew": "eil.", + "timerPickerSecondLabelTwo": "eil.", "datePickerMinuteSemanticsLabelZero": "$minute munud", "datePickerMinuteSemanticsLabelTwo": "$minute funud", "datePickerMinuteSemanticsLabelFew": "$minute munud", "datePickerMinuteSemanticsLabelMany": "$minute munud", - "timerPickerSecondLabelZero": "eiliad", - "timerPickerMinuteLabelMany": "munud", - "timerPickerMinuteLabelTwo": "funud", - "timerPickerMinuteLabelZero": "munud", + "timerPickerSecondLabelZero": "eil.", + "timerPickerMinuteLabelMany": "mun.", + "timerPickerMinuteLabelTwo": "fun.", + "timerPickerMinuteLabelZero": "mun.", "timerPickerHourLabelMany": "awr", "timerPickerHourLabelFew": "awr", - "timerPickerMinuteLabelFew": "munud", - "timerPickerSecondLabelMany": "eiliad", + "timerPickerMinuteLabelFew": "mun.", + "timerPickerSecondLabelMany": "eil.", "timerPickerHourLabelZero": "awr", "datePickerHourSemanticsLabelOne": "$hour o'r gloch", "datePickerHourSemanticsLabelOther": "$hour o'r gloch", @@ -32,10 +32,10 @@ "tabSemanticsLabel": "Tab $tabIndex o $tabCount", "timerPickerHourLabelOne": "awr", "timerPickerHourLabelOther": "awr", - "timerPickerMinuteLabelOne": "funud", - "timerPickerMinuteLabelOther": "munud", - "timerPickerSecondLabelOne": "eiliad", - "timerPickerSecondLabelOther": "eiliad", + "timerPickerMinuteLabelOne": "fun.", + "timerPickerMinuteLabelOther": "mun.", + "timerPickerSecondLabelOne": "eil.", + "timerPickerSecondLabelOther": "eil.", "cutButtonLabel": "Torri", "copyButtonLabel": "Copïo", "pasteButtonLabel": "Gludo", @@ -50,10 +50,10 @@ "shareButtonLabel": "Rhannu...", "cancelButtonLabel": "Canslo", "backButtonLabel": "Nôl", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "tapiwch ddwywaith i grebachu", + "expansionTileCollapsedHint": "tapiwch ddwywaith i ehangu", + "expansionTileExpandedTapHint": "Crebachu", + "expansionTileCollapsedTapHint": "Ehangwch am ragor o fanylion", + "expandedHint": "Wedi'i grebachu", + "collapsedHint": "Wedi'i ehangu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb index 379b8d833e92..6807ae5629bc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb @@ -21,7 +21,7 @@ "clearButtonLabel": "Ryd", "selectAllButtonLabel": "Vælg alt", "tabSemanticsLabel": "Fane $tabIndex af $tabCount", - "modalBarrierDismissLabel": "Afvis", + "modalBarrierDismissLabel": "Luk", "searchTextFieldPlaceholderLabel": "Søg", "noSpellCheckReplacementsLabel": "Der blev ikke fundet nogen erstatninger", "menuDismissLabel": "Luk menu", @@ -30,10 +30,10 @@ "shareButtonLabel": "Del…", "cancelButtonLabel": "Annuller", "backButtonLabel": "Tilbage", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "tryk to gange for at skjule", + "expansionTileCollapsedHint": "tryk to gange for at udvide", + "expansionTileExpandedTapHint": "Skjul", + "expansionTileCollapsedTapHint": "Udvid for at få flere oplysninger", + "expandedHint": "Skjult", + "collapsedHint": "Udvidet" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb index 4427b0f60476..35d88a0d39f9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb @@ -30,10 +30,10 @@ "shareButtonLabel": "Teilen…", "cancelButtonLabel": "Abbrechen", "backButtonLabel": "Zurück", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "Zum Minimieren doppeltippen", + "expansionTileCollapsedHint": "Zum Maximieren doppeltippen", + "expansionTileExpandedTapHint": "Minimieren", + "expansionTileCollapsedTapHint": "Für weitere Details maximieren", + "expandedHint": "Minimiert", + "collapsedHint": "Maximiert" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb index 87afea1b67db..ed7be3b5fda3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb @@ -30,10 +30,10 @@ "shareButtonLabel": "Κοινοποίηση…", "cancelButtonLabel": "Ακύρωση", "backButtonLabel": "Πίσω", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "πατήστε δύο φορές για σύμπτυξη", + "expansionTileCollapsedHint": "πατήστε δύο φορές για ανάπτυξη", + "expansionTileExpandedTapHint": "Σύμπτυξη", + "expansionTileCollapsedTapHint": "Ανάπτυξη για περισσότερες λεπτομέρειες", + "expandedHint": "Συμπτύχθηκε", + "collapsedHint": "Αναπτύχθηκε" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_AU.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_AU.arb index e9fdf48bed6b..b0cfccef3716 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_AU.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_AU.arb @@ -1,4 +1,10 @@ { + "expansionTileExpandedHint": "double-tap to collapse", + "collapsedHint": "Expanded", + "expandedHint": "Collapsed", + "expansionTileCollapsedTapHint": "Expand for more details", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedHint": "double-tap to expand", "cancelButtonLabel": "Cancel", "backButtonLabel": "Back", "searchWebButtonLabel": "Search Web", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_GB.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_GB.arb index e9fdf48bed6b..b0cfccef3716 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_GB.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_GB.arb @@ -1,4 +1,10 @@ { + "expansionTileExpandedHint": "double-tap to collapse", + "collapsedHint": "Expanded", + "expandedHint": "Collapsed", + "expansionTileCollapsedTapHint": "Expand for more details", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedHint": "double-tap to expand", "cancelButtonLabel": "Cancel", "backButtonLabel": "Back", "searchWebButtonLabel": "Search Web", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_IE.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_IE.arb index e9fdf48bed6b..b0cfccef3716 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_IE.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_IE.arb @@ -1,4 +1,10 @@ { + "expansionTileExpandedHint": "double-tap to collapse", + "collapsedHint": "Expanded", + "expandedHint": "Collapsed", + "expansionTileCollapsedTapHint": "Expand for more details", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedHint": "double-tap to expand", "cancelButtonLabel": "Cancel", "backButtonLabel": "Back", "searchWebButtonLabel": "Search Web", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_IN.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_IN.arb index e9fdf48bed6b..b0cfccef3716 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_IN.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_IN.arb @@ -1,4 +1,10 @@ { + "expansionTileExpandedHint": "double-tap to collapse", + "collapsedHint": "Expanded", + "expandedHint": "Collapsed", + "expansionTileCollapsedTapHint": "Expand for more details", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedHint": "double-tap to expand", "cancelButtonLabel": "Cancel", "backButtonLabel": "Back", "searchWebButtonLabel": "Search Web", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_NZ.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_NZ.arb index e9fdf48bed6b..b0cfccef3716 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_NZ.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_NZ.arb @@ -1,4 +1,10 @@ { + "expansionTileExpandedHint": "double-tap to collapse", + "collapsedHint": "Expanded", + "expandedHint": "Collapsed", + "expansionTileCollapsedTapHint": "Expand for more details", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedHint": "double-tap to expand", "cancelButtonLabel": "Cancel", "backButtonLabel": "Back", "searchWebButtonLabel": "Search Web", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_SG.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_SG.arb index e9fdf48bed6b..b0cfccef3716 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_SG.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_SG.arb @@ -1,4 +1,10 @@ { + "expansionTileExpandedHint": "double-tap to collapse", + "collapsedHint": "Expanded", + "expandedHint": "Collapsed", + "expansionTileCollapsedTapHint": "Expand for more details", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedHint": "double-tap to expand", "cancelButtonLabel": "Cancel", "backButtonLabel": "Back", "searchWebButtonLabel": "Search Web", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_ZA.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_en_ZA.arb index e9fdf48bed6b..b0cfccef3716 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_en_ZA.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_en_ZA.arb @@ -1,4 +1,10 @@ { + "expansionTileExpandedHint": "double-tap to collapse", + "collapsedHint": "Expanded", + "expandedHint": "Collapsed", + "expansionTileCollapsedTapHint": "Expand for more details", + "expansionTileExpandedTapHint": "Collapse", + "expansionTileCollapsedHint": "double-tap to expand", "cancelButtonLabel": "Cancel", "backButtonLabel": "Back", "searchWebButtonLabel": "Search Web", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb index b833e53d0b10..d14e731098cc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "Borrar", "cancelButtonLabel": "Cancelar", "backButtonLabel": "Atrás", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "toca dos veces para contraer", + "expansionTileCollapsedHint": "toca dos veces para desplegar", + "expansionTileExpandedTapHint": "Contraer", + "expansionTileCollapsedTapHint": "Desplegar para ver más detalles", + "expandedHint": "Contraído", + "collapsedHint": "Desplegado" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb index 4fee31d8592a..5e222e923f21 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb @@ -1,4 +1,10 @@ { + "expansionTileExpandedHint": "presiona dos veces para contraer", + "collapsedHint": "Expandido", + "expandedHint": "Contraído", + "expansionTileCollapsedTapHint": "Expandir para ver más detalles", + "expansionTileExpandedTapHint": "Contraer", + "expansionTileCollapsedHint": "presiona dos veces para expandir", "cancelButtonLabel": "Cancelar", "backButtonLabel": "Atrás", "clearButtonLabel": "Borrar", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb index 4fee31d8592a..5e222e923f21 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb @@ -1,4 +1,10 @@ { + "expansionTileExpandedHint": "presiona dos veces para contraer", + "collapsedHint": "Expandido", + "expandedHint": "Contraído", + "expansionTileCollapsedTapHint": "Expandir para ver más detalles", + "expansionTileExpandedTapHint": "Contraer", + "expansionTileCollapsedHint": "presiona dos veces para expandir", "cancelButtonLabel": "Cancelar", "backButtonLabel": "Atrás", "clearButtonLabel": "Borrar", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb index 4fee31d8592a..5e222e923f21 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb @@ -1,4 +1,10 @@ { + "expansionTileExpandedHint": "presiona dos veces para contraer", + "collapsedHint": "Expandido", + "expandedHint": "Contraído", + "expansionTileCollapsedTapHint": "Expandir para ver más detalles", + "expansionTileExpandedTapHint": "Contraer", + "expansionTileCollapsedHint": "presiona dos veces para expandir", "cancelButtonLabel": "Cancelar", "backButtonLabel": "Atrás", "clearButtonLabel": "Borrar", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb index 4fee31d8592a..5e222e923f21 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb @@ -1,4 +1,10 @@ { + "expansionTileExpandedHint": "presiona dos veces para contraer", + "collapsedHint": "Expandido", + "expandedHint": "Contraído", + "expansionTileCollapsedTapHint": "Expandir para ver más detalles", + "expansionTileExpandedTapHint": "Contraer", + "expansionTileCollapsedHint": "presiona dos veces para expandir", "cancelButtonLabel": "Cancelar", "backButtonLabel": "Atrás", "clearButtonLabel": "Borrar", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb index 4fee31d8592a..5e222e923f21 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb @@ -1,4 +1,10 @@ { + "expansionTileExpandedHint": "presiona dos veces para contraer", + "collapsedHint": "Expandido", + "expandedHint": "Contraído", + "expansionTileCollapsedTapHint": "Expandir para ver más detalles", + "expansionTileExpandedTapHint": "Contraer", + "expansionTileCollapsedHint": "presiona dos veces para expandir", "cancelButtonLabel": "Cancelar", "backButtonLabel": "Atrás", "clearButtonLabel": "Borrar", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb index 4fee31d8592a..5e222e923f21 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb @@ -1,4 +1,10 @@ { + "expansionTileExpandedHint": "presiona dos veces para contraer", + "collapsedHint": "Expandido", + "expandedHint": "Contraído", + "expansionTileCollapsedTapHint": "Expandir para ver más detalles", + "expansionTileExpandedTapHint": "Contraer", + "expansionTileCollapsedHint": "presiona dos veces para expandir", "cancelButtonLabel": "Cancelar", "backButtonLabel": "Atrás", "clearButtonLabel": "Borrar", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb index 4fee31d8592a..5e222e923f21 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb @@ -1,4 +1,10 @@ { + "expansionTileExpandedHint": "presiona dos veces para contraer", + "collapsedHint": "Expandido", + "expandedHint": "Contraído", + "expansionTileCollapsedTapHint": "Expandir para ver más detalles", + "expansionTileExpandedTapHint": "Contraer", + "expansionTileCollapsedHint": "presiona dos veces para expandir", "cancelButtonLabel": "Cancelar", "backButtonLabel": "Atrás", "clearButtonLabel": "Borrar", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb index 4fee31d8592a..5e222e923f21 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb @@ -1,4 +1,10 @@ { + "expansionTileExpandedHint": "presiona dos veces para contraer", + "collapsedHint": "Expandido", + "expandedHint": "Contraído", + "expansionTileCollapsedTapHint": "Expandir para ver más detalles", + "expansionTileExpandedTapHint": "Contraer", + "expansionTileCollapsedHint": "presiona dos veces para expandir", "cancelButtonLabel": "Cancelar", "backButtonLabel": "Atrás", "clearButtonLabel": "Borrar", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb index 4fee31d8592a..5e222e923f21 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb @@ -1,4 +1,10 @@ { + "expansionTileExpandedHint": "presiona dos veces para contraer", + "collapsedHint": "Expandido", + "expandedHint": "Contraído", + "expansionTileCollapsedTapHint": "Expandir para ver más detalles", + "expansionTileExpandedTapHint": "Contraer", + "expansionTileCollapsedHint": "presiona dos veces para expandir", "cancelButtonLabel": "Cancelar", "backButtonLabel": "Atrás", "clearButtonLabel": "Borrar", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb index 4fee31d8592a..5e222e923f21 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb @@ -1,4 +1,10 @@ { + "expansionTileExpandedHint": "presiona dos veces para contraer", + "collapsedHint": "Expandido", + "expandedHint": "Contraído", + "expansionTileCollapsedTapHint": "Expandir para ver más detalles", + "expansionTileExpandedTapHint": "Contraer", + "expansionTileCollapsedHint": "presiona dos veces para expandir", "cancelButtonLabel": "Cancelar", "backButtonLabel": "Atrás", "clearButtonLabel": "Borrar", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb index 4fee31d8592a..5e222e923f21 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb @@ -1,4 +1,10 @@ { + "expansionTileExpandedHint": "presiona dos veces para contraer", + "collapsedHint": "Expandido", + "expandedHint": "Contraído", + "expansionTileCollapsedTapHint": "Expandir para ver más detalles", + "expansionTileExpandedTapHint": "Contraer", + "expansionTileCollapsedHint": "presiona dos veces para expandir", "cancelButtonLabel": "Cancelar", "backButtonLabel": "Atrás", "clearButtonLabel": "Borrar", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb index 4fee31d8592a..5e222e923f21 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb @@ -1,4 +1,10 @@ { + "expansionTileExpandedHint": "presiona dos veces para contraer", + "collapsedHint": "Expandido", + "expandedHint": "Contraído", + "expansionTileCollapsedTapHint": "Expandir para ver más detalles", + "expansionTileExpandedTapHint": "Contraer", + "expansionTileCollapsedHint": "presiona dos veces para expandir", "cancelButtonLabel": "Cancelar", "backButtonLabel": "Atrás", "clearButtonLabel": "Borrar", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb index 4fee31d8592a..5e222e923f21 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb @@ -1,4 +1,10 @@ { + "expansionTileExpandedHint": "presiona dos veces para contraer", + "collapsedHint": "Expandido", + "expandedHint": "Contraído", + "expansionTileCollapsedTapHint": "Expandir para ver más detalles", + "expansionTileExpandedTapHint": "Contraer", + "expansionTileCollapsedHint": "presiona dos veces para expandir", "cancelButtonLabel": "Cancelar", "backButtonLabel": "Atrás", "clearButtonLabel": "Borrar", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb index 4fee31d8592a..5e222e923f21 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb @@ -1,4 +1,10 @@ { + "expansionTileExpandedHint": "presiona dos veces para contraer", + "collapsedHint": "Expandido", + "expandedHint": "Contraído", + "expansionTileCollapsedTapHint": "Expandir para ver más detalles", + "expansionTileExpandedTapHint": "Contraer", + "expansionTileCollapsedHint": "presiona dos veces para expandir", "cancelButtonLabel": "Cancelar", "backButtonLabel": "Atrás", "clearButtonLabel": "Borrar", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb index 4fee31d8592a..5e222e923f21 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb @@ -1,4 +1,10 @@ { + "expansionTileExpandedHint": "presiona dos veces para contraer", + "collapsedHint": "Expandido", + "expandedHint": "Contraído", + "expansionTileCollapsedTapHint": "Expandir para ver más detalles", + "expansionTileExpandedTapHint": "Contraer", + "expansionTileCollapsedHint": "presiona dos veces para expandir", "cancelButtonLabel": "Cancelar", "backButtonLabel": "Atrás", "clearButtonLabel": "Borrar", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb index 4fee31d8592a..5e222e923f21 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb @@ -1,4 +1,10 @@ { + "expansionTileExpandedHint": "presiona dos veces para contraer", + "collapsedHint": "Expandido", + "expandedHint": "Contraído", + "expansionTileCollapsedTapHint": "Expandir para ver más detalles", + "expansionTileExpandedTapHint": "Contraer", + "expansionTileCollapsedHint": "presiona dos veces para expandir", "cancelButtonLabel": "Cancelar", "backButtonLabel": "Atrás", "clearButtonLabel": "Borrar", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb index 4fee31d8592a..5e222e923f21 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb @@ -1,4 +1,10 @@ { + "expansionTileExpandedHint": "presiona dos veces para contraer", + "collapsedHint": "Expandido", + "expandedHint": "Contraído", + "expansionTileCollapsedTapHint": "Expandir para ver más detalles", + "expansionTileExpandedTapHint": "Contraer", + "expansionTileCollapsedHint": "presiona dos veces para expandir", "cancelButtonLabel": "Cancelar", "backButtonLabel": "Atrás", "clearButtonLabel": "Borrar", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb index 4fee31d8592a..5e222e923f21 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb @@ -1,4 +1,10 @@ { + "expansionTileExpandedHint": "presiona dos veces para contraer", + "collapsedHint": "Expandido", + "expandedHint": "Contraído", + "expansionTileCollapsedTapHint": "Expandir para ver más detalles", + "expansionTileExpandedTapHint": "Contraer", + "expansionTileCollapsedHint": "presiona dos veces para expandir", "cancelButtonLabel": "Cancelar", "backButtonLabel": "Atrás", "clearButtonLabel": "Borrar", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb index 4fee31d8592a..5e222e923f21 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb @@ -1,4 +1,10 @@ { + "expansionTileExpandedHint": "presiona dos veces para contraer", + "collapsedHint": "Expandido", + "expandedHint": "Contraído", + "expansionTileCollapsedTapHint": "Expandir para ver más detalles", + "expansionTileExpandedTapHint": "Contraer", + "expansionTileCollapsedHint": "presiona dos veces para expandir", "cancelButtonLabel": "Cancelar", "backButtonLabel": "Atrás", "clearButtonLabel": "Borrar", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb index 4fee31d8592a..5e222e923f21 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb @@ -1,4 +1,10 @@ { + "expansionTileExpandedHint": "presiona dos veces para contraer", + "collapsedHint": "Expandido", + "expandedHint": "Contraído", + "expansionTileCollapsedTapHint": "Expandir para ver más detalles", + "expansionTileExpandedTapHint": "Contraer", + "expansionTileCollapsedHint": "presiona dos veces para expandir", "cancelButtonLabel": "Cancelar", "backButtonLabel": "Atrás", "clearButtonLabel": "Borrar", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb index 53afaad720c1..e43a159c54bb 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "Kustutamine", "cancelButtonLabel": "Tühista", "backButtonLabel": "Tagasi", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "topeltpuudutage ahendamiseks", + "expansionTileCollapsedHint": "topeltpuudutage laiendamiseks", + "expansionTileExpandedTapHint": "Ahenda", + "expansionTileCollapsedTapHint": "Laiendage lisateabe nägemiseks", + "expandedHint": "Ahendatud", + "collapsedHint": "Laiendatud" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb index 865855effc1b..4997bff7d604 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "Garbitu", "cancelButtonLabel": "Utzi", "backButtonLabel": "Atzera", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "tolesteko, sakatu birritan", + "expansionTileCollapsedHint": "zabaltzeko, sakatu birritan", + "expansionTileExpandedTapHint": "Tolestu", + "expansionTileCollapsedTapHint": "Zabaldu hau xehetasun gehiago lortzeko", + "expandedHint": "Tolestuta", + "collapsedHint": "Zabalduta" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb index d36b040561ef..22d5f93856c3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "پاک کردن", "cancelButtonLabel": "لغو", "backButtonLabel": "برگشتن", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "برای جمع کردن، دو تک‌ضرب بزنید", + "expansionTileCollapsedHint": "برای ازهم بازکردن، دو تک‌ضرب بزنید", + "expansionTileExpandedTapHint": "جمع کردن", + "expansionTileCollapsedTapHint": "ازهم بازکردن برای جزئیات بیشتر", + "expandedHint": "جمع‌شده", + "collapsedHint": "ازهم بازشده" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb index 0d82a024ec3b..042b0b524987 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "Tyhjennä", "cancelButtonLabel": "Peru", "backButtonLabel": "Takaisin", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "tiivistä kaksoisnapauttamalla", + "expansionTileCollapsedHint": "laajenna kaksoisnapauttamalla", + "expansionTileExpandedTapHint": "Tiivistä", + "expansionTileCollapsedTapHint": "Katso lisätietoja laajentamalla", + "expandedHint": "Tiivistetty", + "collapsedHint": "Laajennettu" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb index a3a92ecbc9f4..9415c62c8ec2 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "I-clear", "cancelButtonLabel": "Kanselahin", "backButtonLabel": "Bumalik", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "i-double tap para i-collapse", + "expansionTileCollapsedHint": "i-double tap para i-expand", + "expansionTileExpandedTapHint": "I-collapse", + "expansionTileCollapsedTapHint": "I-expand para sa higit pang detalye", + "expandedHint": "Naka-collapse", + "collapsedHint": "Naka-expand" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb index 7ca16f0420ee..cb1a367975b3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "Effacer", "cancelButtonLabel": "Annuler", "backButtonLabel": "Retour", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "appuyez deux fois pour réduire", + "expansionTileCollapsedHint": "appuyez deux fois pour développer", + "expansionTileExpandedTapHint": "Réduire", + "expansionTileCollapsedTapHint": "Développer pour en savoir plus", + "expandedHint": "Réduit", + "collapsedHint": "Développé" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fr_CA.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fr_CA.arb index b32fd5646c5c..27c6a46c6fdd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fr_CA.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fr_CA.arb @@ -1,4 +1,10 @@ { + "expansionTileExpandedHint": "toucher deux fois pour réduire", + "collapsedHint": "Développé", + "expandedHint": "Réduit", + "expansionTileCollapsedTapHint": "Développer le panneau pour plus de détails", + "expansionTileExpandedTapHint": "Réduire", + "expansionTileCollapsedHint": "toucher deux fois pour développer", "cancelButtonLabel": "Annuler", "backButtonLabel": "Retour", "clearButtonLabel": "Effacer", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ga.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ga.arb index 1f5cfe055900..80ffb72c6e18 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ga.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ga.arb @@ -45,10 +45,10 @@ "menuDismissLabel": "Ruaig an roghchlár", "cancelButtonLabel": "Cealaigh", "backButtonLabel": "Siar", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "tapáil faoi dhó chun laghdú", + "expansionTileCollapsedHint": "tapáil faoi dhó chun leathnú", + "expansionTileExpandedTapHint": "Laghdaigh", + "expansionTileCollapsedTapHint": "Leathnaigh chun tuilleadh sonraí a fháil", + "expandedHint": "Laghdaithe", + "collapsedHint": "Leathnaithe" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb index d250bccd7da1..334bdb786bca 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb @@ -1,8 +1,8 @@ { "datePickerHourSemanticsLabelOne": "$hour en punto", "datePickerHourSemanticsLabelOther": "$hour en punto", - "datePickerMinuteSemanticsLabelOne": "1 minuto", - "datePickerMinuteSemanticsLabelOther": "$minute minutos", + "datePickerMinuteSemanticsLabelOne": "1 minuto", + "datePickerMinuteSemanticsLabelOther": "$minute minutos", "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbreviation": "a.m.", @@ -20,7 +20,7 @@ "pasteButtonLabel": "Pegar", "selectAllButtonLabel": "Seleccionar todo", "tabSemanticsLabel": "Pestana $tabIndex de $tabCount", - "modalBarrierDismissLabel": "Ignorar", + "modalBarrierDismissLabel": "Pechar", "searchTextFieldPlaceholderLabel": "Fai unha busca", "noSpellCheckReplacementsLabel": "Non se encontrou ningunha substitución", "menuDismissLabel": "Pechar menú", @@ -30,10 +30,10 @@ "clearButtonLabel": "Borrar", "cancelButtonLabel": "Cancelar", "backButtonLabel": "Atrás", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "tocar dúas veces para contraer", + "expansionTileCollapsedHint": "tocar dúas veces para despregar", + "expansionTileExpandedTapHint": "Contraer", + "expansionTileCollapsedTapHint": "Despregar para obter máis detalles", + "expandedHint": "Contraído", + "collapsedHint": "Despregado" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb index 0150c2249575..68737efa2f9c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "Löschen", "cancelButtonLabel": "Abbrechen", "backButtonLabel": "Zurück", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "Zum Minimieren doppeltippen", + "expansionTileCollapsedHint": "Zum Maximieren doppeltippen", + "expansionTileExpandedTapHint": "Minimieren", + "expansionTileCollapsedTapHint": "Für weitere Details maximieren", + "expandedHint": "Minimiert", + "collapsedHint": "Maximiert" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb index 16a79a08cf91..4be06fadbecc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "સાફ કરો", "cancelButtonLabel": "રદ કરો", "backButtonLabel": "પાછળ", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "નાની કરવા માટે બે વાર ટૅપ કરો", + "expansionTileCollapsedHint": "મોટી કરવા માટે બે વાર ટૅપ કરો", + "expansionTileExpandedTapHint": "નાની કરો", + "expansionTileCollapsedTapHint": "વધુ વિગતો માટે મોટી કરો", + "expandedHint": "નાની કરી", + "collapsedHint": "મોટી કરી" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb index 86bf9ad76b42..8db786c78705 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb @@ -40,10 +40,10 @@ "clearButtonLabel": "ניקוי", "cancelButtonLabel": "ביטול", "backButtonLabel": "למסך הקודם", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "כדי לכווץ, יש ללחוץ לחיצה כפולה", + "expansionTileCollapsedHint": "כדי להרחיב, יש ללחוץ לחיצה כפולה", + "expansionTileExpandedTapHint": "כיווץ", + "expansionTileCollapsedTapHint": "ניתן להרחיב להצגת פרטים נוספים", + "expandedHint": "מכווץ", + "collapsedHint": "מורחב" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb index 1b2ee4596f59..c6953e94c148 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "मिटाएं", "cancelButtonLabel": "रद्द करें", "backButtonLabel": "वापस जाएं", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "छोटा करने के लिए दो बार टैप करें", + "expansionTileCollapsedHint": "बड़ा करने के लिए दो बार टैप करें", + "expansionTileExpandedTapHint": "छोटा करें", + "expansionTileCollapsedTapHint": "ज़्यादा जानकारी के लिए बड़ा करें", + "expandedHint": "छोटा किया गया", + "collapsedHint": "बड़ा किया गया" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb index eeeff1f5dd0c..cdec4c98af81 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb @@ -35,10 +35,10 @@ "clearButtonLabel": "Izbriši", "cancelButtonLabel": "Odustani", "backButtonLabel": "Natrag", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "dvaput dodirnite za sažimanje", + "expansionTileCollapsedHint": "dvaput dodirnite za proširivanje", + "expansionTileExpandedTapHint": "Sažmi", + "expansionTileCollapsedTapHint": "Proširite da biste saznali više", + "expandedHint": "Sažeto", + "collapsedHint": "Prošireno" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb index ed0cb2477e65..f8394d91cd71 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "Törlés", "cancelButtonLabel": "Mégse", "backButtonLabel": "Vissza", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "duplán koppintva összecsukhatja", + "expansionTileCollapsedHint": "duplán koppintva kibonthatja", + "expansionTileExpandedTapHint": "Összecsukás", + "expansionTileCollapsedTapHint": "Bontsa ki a további részletek megtekintéséhez", + "expandedHint": "Összecsukva", + "collapsedHint": "Kibontva" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb index 9c0901c75307..a0f0397e9e2c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "Մաքրել", "cancelButtonLabel": "Չեղարկել", "backButtonLabel": "Հետ", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "կրկնակի հպեք ծալելու համար", + "expansionTileCollapsedHint": "կրկնակի հպեք ծավալելու համար", + "expansionTileExpandedTapHint": "Ծալել", + "expansionTileCollapsedTapHint": "ծավալեք՝ մանրամասները տեսնելու համար", + "expandedHint": "Ծալված է", + "collapsedHint": "Ծավալված է" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb index 384eb84558c4..021cc61544cf 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "Hapus", "cancelButtonLabel": "Batal", "backButtonLabel": "Kembali", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "ketuk dua kali untuk menciutkan", + "expansionTileCollapsedHint": "ketuk dua kali untuk meluaskan", + "expansionTileExpandedTapHint": "Ciutkan", + "expansionTileCollapsedTapHint": "Luaskan untuk mengetahui detail selengkapnya", + "expandedHint": "Diciutkan", + "collapsedHint": "Diluaskan" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb index 889446f47597..9da2d57b5331 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "Hreinsa", "cancelButtonLabel": "Hætta við", "backButtonLabel": "Til baka", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "ýttu tvisvar til að minnka", + "expansionTileCollapsedHint": "ýttu tvisvar til að stækka", + "expansionTileExpandedTapHint": "Minnka", + "expansionTileCollapsedTapHint": "Stækka til að sjá frekari upplýsingar", + "expandedHint": "Minnkað", + "collapsedHint": "Stækkað" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb index dff9dc5d4728..d2d90f3f903f 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "Cancella", "cancelButtonLabel": "Annulla", "backButtonLabel": "Indietro", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "tocca due volte per comprimere", + "expansionTileCollapsedHint": "Tocca due volte per espandere", + "expansionTileExpandedTapHint": "comprimere", + "expansionTileCollapsedTapHint": "espandere e visualizzare altri dettagli", + "expandedHint": "Compresso", + "collapsedHint": "Espanso" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb index c74e2c9dd254..750f96f77e0c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "消去", "cancelButtonLabel": "キャンセル", "backButtonLabel": "戻る", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "ダブルタップすると閉じます", + "expansionTileCollapsedHint": "開くにはダブルタップします", + "expansionTileExpandedTapHint": "閉じる", + "expansionTileCollapsedTapHint": "開いて詳細を表示", + "expandedHint": "閉じました", + "collapsedHint": "開きました" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb index 3386fd74f22b..03ba29fe9ba7 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "გასუფთავება", "cancelButtonLabel": "გაუქმება", "backButtonLabel": "უკან", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "ორმაგად შეეხეთ ჩასაკეცად", + "expansionTileCollapsedHint": "გასაფართოებლად ორჯერ შეეხეთ", + "expansionTileExpandedTapHint": "ჩაკეცვა", + "expansionTileCollapsedTapHint": "მეტი დეტალებისთვის გააფართოეთ", + "expandedHint": "ჩაკეცილია", + "collapsedHint": "გაფართოებულია" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb index 1f0c140eec57..521502e54e60 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "Өшіру", "cancelButtonLabel": "Бас тарту", "backButtonLabel": "Артқа", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "жию үшін екі рет түртіңіз", + "expansionTileCollapsedHint": "жаю үшін екі рет түртіңіз", + "expansionTileExpandedTapHint": "Жию", + "expansionTileCollapsedTapHint": "Толық мәлімет алу үшін жайыңыз.", + "expandedHint": "Жиылды", + "collapsedHint": "Жайылды" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb index 569dc4e293e3..5a309d9f8496 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "សម្អាត", "cancelButtonLabel": "បោះបង់", "backButtonLabel": "ថយក្រោយ", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "ចុចពីរដង ដើម្បីបង្រួម", + "expansionTileCollapsedHint": "ចុចពីរដង ដើម្បីពង្រីក", + "expansionTileExpandedTapHint": "បង្រួម", + "expansionTileCollapsedTapHint": "ពង្រីក​ដើម្បីទទួលបាន​ព័ត៌មានលម្អិត​បន្ថែម", + "expandedHint": "បាន​បង្រួម", + "collapsedHint": "បាន​ពង្រីក" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb index d594bbfbd2bb..71d6c8ed9066 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "\u0ca4\u0cc6\u0cb0\u0cb5\u0cc1\u0c97\u0cca\u0cb3\u0cbf\u0cb8\u0cbf", "cancelButtonLabel": "\u0cb0\u0ca6\u0ccd\u0ca6\u0cc1\u0cae\u0cbe\u0ca1\u0cbf", "backButtonLabel": "\u0cb9\u0cbf\u0c82\u0ca6\u0cc6", - "expansionTileExpandedHint": "\u0064\u006f\u0075\u0062\u006c\u0065\u0020\u0074\u0061\u0070\u0020\u0074\u006f\u0020\u0063\u006f\u006c\u006c\u0061\u0070\u0073\u0065\u0027", - "expansionTileCollapsedHint": "\u0064\u006f\u0075\u0062\u006c\u0065\u0020\u0074\u0061\u0070\u0020\u0074\u006f\u0020\u0065\u0078\u0070\u0061\u006e\u0064", - "expansionTileExpandedTapHint": "\u0043\u006f\u006c\u006c\u0061\u0070\u0073\u0065", - "expansionTileCollapsedTapHint": "\u0045\u0078\u0070\u0061\u006e\u0064\u0020\u0066\u006f\u0072\u0020\u006d\u006f\u0072\u0065\u0020\u0064\u0065\u0074\u0061\u0069\u006c\u0073", - "expandedHint": "\u0043\u006f\u006c\u006c\u0061\u0070\u0073\u0065\u0064", - "collapsedHint": "\u0045\u0078\u0070\u0061\u006e\u0064\u0065\u0064" + "expansionTileExpandedHint": "\u0c95\u0cc1\u0c97\u0ccd\u0c97\u0cbf\u0cb8\u0cb2\u0cc1\u0020\u0ca1\u0cac\u0cb2\u0ccd\u0020\u0c9f\u0ccd\u0caf\u0cbe\u0caa\u0ccd\u0020\u0cae\u0cbe\u0ca1\u0cbf", + "expansionTileCollapsedHint": "\u0cb5\u0cbf\u0cb8\u0ccd\u0ca4\u0cb0\u0cbf\u0cb8\u0cb2\u0cc1\u0020\u0ca1\u0cac\u0cb2\u0ccd\u0020\u0c9f\u0ccd\u0caf\u0cbe\u0caa\u0ccd\u0020\u0cae\u0cbe\u0ca1\u0cbf", + "expansionTileExpandedTapHint": "\u0c95\u0cc1\u0c97\u0ccd\u0c97\u0cbf\u0cb8\u0cbf", + "expansionTileCollapsedTapHint": "\u0c87\u0ca8\u0ccd\u0ca8\u0cb7\u0ccd\u0c9f\u0cc1\u0020\u0cb5\u0cbf\u0cb5\u0cb0\u0c97\u0cb3\u0cbf\u0c97\u0cbe\u0c97\u0cbf\u0020\u0cb5\u0cbf\u0cb8\u0ccd\u0ca4\u0cb0\u0cbf\u0cb8\u0cbf", + "expandedHint": "\u0c95\u0cc1\u0c97\u0ccd\u0c97\u0cbf\u0cb8\u0cb2\u0cbe\u0c97\u0cbf\u0ca6\u0cc6", + "collapsedHint": "\u0cb5\u0cbf\u0cb8\u0ccd\u0ca4\u0cb0\u0cbf\u0cb8\u0cb2\u0cbe\u0c97\u0cbf\u0ca6\u0cc6" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb index fc9833da99fa..26acce64fce3 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "삭제", "cancelButtonLabel": "취소", "backButtonLabel": "뒤로", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "두 번 탭하여 접기", + "expansionTileCollapsedHint": "두 번 탭하여 펼치기", + "expansionTileExpandedTapHint": "접기", + "expansionTileCollapsedTapHint": "자세히 알아보려면 펼치기", + "expandedHint": "접힘", + "collapsedHint": "펼침" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb index 8eb3c7790d8b..a2f7f4c9fe89 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "Тазалоо", "cancelButtonLabel": "Токтотуу", "backButtonLabel": "Артка", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "жыйыштыруу үчүн эки жолу таптаңыз", + "expansionTileCollapsedHint": "жайып көрсөтүү үчүн эки жолу таптаңыз", + "expansionTileExpandedTapHint": "Жыйыштыруу", + "expansionTileCollapsedTapHint": "Толук маалымат алуу үчүн жайып көрүңүз", + "expandedHint": "Жыйыштырылды", + "collapsedHint": "Жайылып көрсөтүлдү" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb index 08c46d775db4..43450bd436f1 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "ລຶບລ້າງ", "cancelButtonLabel": "ຍົກເລີກ", "backButtonLabel": "ກັບຄືນ", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "ແຕະສອງເທື່ອເພື່ອຫຍໍ້ລົງ", + "expansionTileCollapsedHint": "ແຕະສອງເທື່ອເພື່ອຂະຫຍາຍ", + "expansionTileExpandedTapHint": "ຫຍໍ້ລົງ", + "expansionTileCollapsedTapHint": "ຂະຫຍາຍສຳລັບຂໍ້ມູນເພີ່ມເຕີມ", + "expandedHint": "ຫຍໍ້ລົງແລ້ວ", + "collapsedHint": "ຂະຫຍາຍແລ້ວ" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb index aebe71af9543..5366cdb3adb9 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb @@ -40,10 +40,10 @@ "clearButtonLabel": "Išvalyti", "cancelButtonLabel": "Atšaukti", "backButtonLabel": "Atgal", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "dukart palieskite, kad sutrauktumėte", + "expansionTileCollapsedHint": "dukart palieskite, kad išskleistumėte", + "expansionTileExpandedTapHint": "Sutraukti", + "expansionTileCollapsedTapHint": "Išskleiskite, jei reikia daugiau išsamios informacijos", + "expandedHint": "Sutraukta", + "collapsedHint": "Išskleista" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb index 02bed5aa6812..0ac8abb13278 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb @@ -35,10 +35,10 @@ "clearButtonLabel": "Notīrīt", "cancelButtonLabel": "Atcelt", "backButtonLabel": "Atpakaļ", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "dubultskāriens, lai sakļautu", + "expansionTileCollapsedHint": "dubultskāriens, lai izvērstu", + "expansionTileExpandedTapHint": "Sakļaut", + "expansionTileCollapsedTapHint": "Izvērst, lai iegūtu plašāku informāciju", + "expandedHint": "Sakļauts", + "collapsedHint": "Izvērsts" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb index c33c97340f86..10ea394ca256 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "Избриши", "cancelButtonLabel": "Откажи", "backButtonLabel": "Назад", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "допрете двапати за собирање", + "expansionTileCollapsedHint": "допри двапати за проширување", + "expansionTileExpandedTapHint": "собирање", + "expansionTileCollapsedTapHint": "проширување за повеќе детали", + "expandedHint": "Собрано", + "collapsedHint": "Проширено" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb index b7cfc039af66..9121a903b773 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "മായ്ക്കുക", "cancelButtonLabel": "റദ്ദാക്കുക", "backButtonLabel": "മടങ്ങുക", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "ചുരുക്കാൻ ഡബിൾ ടാപ്പ് ചെയ്യുക", + "expansionTileCollapsedHint": "വികസിപ്പിക്കാൻ ഡബിൾ ടാപ്പ് ചെയ്യുക", + "expansionTileExpandedTapHint": "ചുരുക്കുക", + "expansionTileCollapsedTapHint": "കൂടുതൽ വിശദാംശങ്ങൾക്ക് വികസിപ്പിക്കുക", + "expandedHint": "ചുരുക്കി", + "collapsedHint": "വികസിപ്പിച്ചു" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb index b592db2944da..7167357b490d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "Арилгах", "cancelButtonLabel": "Цуцлах", "backButtonLabel": "Буцах", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "хураахын тулд хоёр товшино уу", + "expansionTileCollapsedHint": "дэлгэхийн тулд хоёр товшино уу", + "expansionTileExpandedTapHint": "Хураах", + "expansionTileCollapsedTapHint": "Илүү дэлгэрэнгүй авах бол дэлгэнэ үү", + "expandedHint": "Хураасан", + "collapsedHint": "Дэлгэсэн" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb index f0fba2b56667..e20a2d51315e 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "साफ करा", "cancelButtonLabel": "रद्द करा", "backButtonLabel": "मागे जा", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "कोलॅप्स करण्यासाठी दोनदा टॅप करा", + "expansionTileCollapsedHint": "विस्तार करण्‍यासाठी दोनदा टॅप करा", + "expansionTileExpandedTapHint": "कोलॅप्स करा", + "expansionTileCollapsedTapHint": "आणखी तपशिलांसाठी विस्तार करा", + "expandedHint": "कोलॅप्स केले", + "collapsedHint": "विस्तार केले" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb index f8045157bd9d..7a96112ccacc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "Kosongkan", "cancelButtonLabel": "Batal", "backButtonLabel": "Kembali", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "ketik dua kali untuk kuncupkan", + "expansionTileCollapsedHint": "ketik dua kali untuk kembangkan", + "expansionTileExpandedTapHint": "Kuncupkan", + "expansionTileCollapsedTapHint": "Kembangkan untuk mendapatkan butiran lanjut", + "expandedHint": "Dikuncupkan", + "collapsedHint": "Dikembangkan" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb index 1408793a74de..38f627660144 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "ဖယ်ရှားရန်", "cancelButtonLabel": "မလုပ်တော့", "backButtonLabel": "နောက်သို့", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "ခေါက်ရန် နှစ်ချက်တို့ပါ", + "expansionTileCollapsedHint": "ဖြန့်ရန် နှစ်ချက်တို့ပါ", + "expansionTileExpandedTapHint": "ခေါက်ရန်", + "expansionTileCollapsedTapHint": "အသေးစိတ်အတွက် ဖြန့်ရန်", + "expandedHint": "ခေါက်ထားသည်", + "collapsedHint": "ဖြန့်ထားသည်" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb index cd708169e29d..7b412246bd96 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "Slett", "cancelButtonLabel": "Avbryt", "backButtonLabel": "Tilbake", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "dobbelttrykk for å skjule", + "expansionTileCollapsedHint": "dobbelttrykk for å vise", + "expansionTileExpandedTapHint": "Skjul", + "expansionTileCollapsedTapHint": "Vis for å se mer informasjon", + "expandedHint": "Skjules", + "collapsedHint": "Vises" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb index 31236897422c..5b75ad298fe8 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "हटाउनुहोस्", "cancelButtonLabel": "रद्द गर्नुहोस्", "backButtonLabel": "पछाडि", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "कोल्याप्स गर्न डबल ट्याप गर्नुहोस्", + "expansionTileCollapsedHint": "एक्स्पान्ड गर्न डबल ट्याप गर्नुहोस्", + "expansionTileExpandedTapHint": "कोल्याप्स गर्नुहोस्", + "expansionTileCollapsedTapHint": "थप विवरण हेर्न एक्स्पान्ड गर्नुहोस्", + "expandedHint": "कोल्याप्स गरियो", + "collapsedHint": "एक्स्पान्ड गरियो" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb index 490a63e23c77..3e4ff68b978c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "Wissen", "cancelButtonLabel": "Annuleren", "backButtonLabel": "Terug", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "dubbeltik om samen te vouwen", + "expansionTileCollapsedHint": "dubbeltik om uit te vouwen", + "expansionTileExpandedTapHint": "Samenvouwen", + "expansionTileCollapsedTapHint": "Uitvouwen voor meer informatie", + "expandedHint": "Samengevouwen", + "collapsedHint": "Uitgevouwen" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb index cd708169e29d..7b412246bd96 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "Slett", "cancelButtonLabel": "Avbryt", "backButtonLabel": "Tilbake", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "dobbelttrykk for å skjule", + "expansionTileCollapsedHint": "dobbelttrykk for å vise", + "expansionTileExpandedTapHint": "Skjul", + "expansionTileCollapsedTapHint": "Vis for å se mer informasjon", + "expandedHint": "Skjules", + "collapsedHint": "Vises" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb index ceb24a125b59..279e5078c2dd 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb @@ -1,9 +1,9 @@ { - "datePickerHourSemanticsLabelOne": "$hourଟା", - "datePickerHourSemanticsLabelOther": "$hourଟା", - "datePickerMinuteSemanticsLabelOne": "1 ମିନିଟ୍", - "datePickerMinuteSemanticsLabelOther": "$minute ମିନିଟ୍", - "datePickerDateOrder": "mdy", + "datePickerHourSemanticsLabelOne": "$hourଟା ସମୟରେ", + "datePickerHourSemanticsLabelOther": "$hourଟା ସମୟରେ", + "datePickerMinuteSemanticsLabelOne": "1 ମିନିଟ", + "datePickerMinuteSemanticsLabelOther": "$minute ମିନିଟ", + "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", @@ -11,29 +11,29 @@ "alertDialogLabel": "ଆଲର୍ଟ", "timerPickerHourLabelOne": "ଘଣ୍ଟା", "timerPickerHourLabelOther": "ଘଣ୍ଟା", - "timerPickerMinuteLabelOne": "ମିନିଟ୍", - "timerPickerMinuteLabelOther": "ମିନିଟ୍", + "timerPickerMinuteLabelOne": "ମିନିଟ", + "timerPickerMinuteLabelOther": "ମିନିଟ", "timerPickerSecondLabelOne": "ସେକେଣ୍ଡ", "timerPickerSecondLabelOther": "ସେକେଣ୍ଡ", - "cutButtonLabel": "କଟ୍ କରନ୍ତୁ", + "cutButtonLabel": "କଟ କରନ୍ତୁ", "copyButtonLabel": "କପି କରନ୍ତୁ", "pasteButtonLabel": "ପେଷ୍ଟ କରନ୍ତୁ", - "selectAllButtonLabel": "ସମସ୍ତ ଚୟନ କରନ୍ତୁ", - "tabSemanticsLabel": "$tabCountର $tabIndex ଟାବ୍", + "selectAllButtonLabel": "ସବୁ ଚୟନ କରନ୍ତୁ", + "tabSemanticsLabel": "$tabCountର $tabIndex ଟାବ", "modalBarrierDismissLabel": "ଖାରଜ କରନ୍ତୁ", - "searchTextFieldPlaceholderLabel": "ସନ୍ଧାନ କରନ୍ତୁ", + "searchTextFieldPlaceholderLabel": "ସର୍ଚ୍ଚ କରନ୍ତୁ", "noSpellCheckReplacementsLabel": "କୌଣସି ରିପ୍ଲେସମେଣ୍ଟ ମିଳିଲା ନାହିଁ", "menuDismissLabel": "ମେନୁ ଖାରଜ କରନ୍ତୁ", "lookUpButtonLabel": "ଉପରକୁ ଦେଖନ୍ତୁ", "searchWebButtonLabel": "ୱେବ ସର୍ଚ୍ଚ କରନ୍ତୁ", - "shareButtonLabel": "ସେୟାର୍ କରନ୍ତୁ...", + "shareButtonLabel": "ସେୟାର କରନ୍ତୁ...", "clearButtonLabel": "ଖାଲି କରନ୍ତୁ", "cancelButtonLabel": "ବାତିଲ କରନ୍ତୁ", "backButtonLabel": "Back", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "ସଙ୍କୁଚିତ କରିବା ପାଇଁ ଦୁଇଥର ଟାପ କରନ୍ତୁ", + "expansionTileCollapsedHint": "ବିସ୍ତାର କରିବା ପାଇଁ ଦୁଇଥର ଟାପ କରନ୍ତୁ", + "expansionTileExpandedTapHint": "ସଙ୍କୁଚିତ କରନ୍ତୁ", + "expansionTileCollapsedTapHint": "ଅଧିକ ବିବରଣୀ ପାଇଁ ବିସ୍ତାର କରନ୍ତୁ", + "expandedHint": "ସଙ୍କୁଚିତ କରାଯାଇଛି", + "collapsedHint": "ବିସ୍ତାର କରାଯାଇଛି" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb index 8c9b89782a28..db84b970884f 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "ਕਲੀਅਰ ਕਰੋ", "cancelButtonLabel": "ਰੱਦ ਕਰੋ", "backButtonLabel": "ਪਿੱਛੇ", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "ਸਮੇਟਣ ਲਈ ਡਬਲ ਟੈਪ ਕਰੋ", + "expansionTileCollapsedHint": "ਵਿਸਤਾਰ ਕਰਨ ਲਈ ਡਬਲ ਟੈਪ ਕਰੋ", + "expansionTileExpandedTapHint": "ਸਮੇਟੋ", + "expansionTileCollapsedTapHint": "ਹੋਰ ਵੇਰਵਿਆਂ ਲਈ ਵਿਸਤਾਰ ਕਰੋ", + "expandedHint": "ਸਮੇਟਿਆ ਗਿਆ", + "collapsedHint": "ਵਿਸਤਾਰ ਕੀਤਾ ਗਿਆ" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb index d4a4c0866de7..c6431b0a69cc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb @@ -40,10 +40,10 @@ "clearButtonLabel": "Wyczyść", "cancelButtonLabel": "Anuluj", "backButtonLabel": "Wstecz", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "kliknij dwukrotnie, aby zwinąć", + "expansionTileCollapsedHint": "kliknij dwukrotnie, aby rozwinąć", + "expansionTileExpandedTapHint": "Zwiń", + "expansionTileCollapsedTapHint": "Rozwiń, aby wyświetlić więcej informacji", + "expandedHint": "Zwinięto", + "collapsedHint": "Rozwinięto" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb index 93eac0f81449..37246440ef3e 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "Limpar", "cancelButtonLabel": "Cancelar", "backButtonLabel": "Voltar", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "toque duas vezes para fechar", + "expansionTileCollapsedHint": "Toque duas vezes para abrir", + "expansionTileExpandedTapHint": "Feche", + "expansionTileCollapsedTapHint": "Abra para mostrar mais detalhes", + "expandedHint": "Fechado.", + "collapsedHint": "Aberto." } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb index 46d131d6ecec..8f3f6d05b2a7 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb @@ -1,4 +1,10 @@ { + "expansionTileExpandedHint": "toque duas vezes para reduzir", + "collapsedHint": "Expandido", + "expandedHint": "Reduzido", + "expansionTileCollapsedTapHint": "Expandir para obter mais detalhes", + "expansionTileExpandedTapHint": "Reduzir", + "expansionTileCollapsedHint": "toque duas vezes para expandir", "cancelButtonLabel": "Cancelar", "backButtonLabel": "Anterior", "clearButtonLabel": "Limpar", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb index d01175fb1cdd..af0bfc743778 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb @@ -35,10 +35,10 @@ "clearButtonLabel": "Ștergeți", "cancelButtonLabel": "Anulați", "backButtonLabel": "Înapoi", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "atingeți de două ori pentru a restrânge", + "expansionTileCollapsedHint": "atingeți de două ori pentru a extinde", + "expansionTileExpandedTapHint": "Restrângeți", + "expansionTileCollapsedTapHint": "Extindeți pentru mai multe detalii", + "expandedHint": "Restrâns", + "collapsedHint": "Extins" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb index c95d03458678..814dcbd8b942 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb @@ -40,10 +40,10 @@ "clearButtonLabel": "Очистить", "cancelButtonLabel": "Отмена", "backButtonLabel": "Назад", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "нажмите дважды, чтобы свернуть", + "expansionTileCollapsedHint": "нажмите дважды, чтобы развернуть", + "expansionTileExpandedTapHint": "Свернуть", + "expansionTileCollapsedTapHint": "Развернуть дополнительные сведения", + "expandedHint": "Свернуто", + "collapsedHint": "Развернуто" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb index ef2ec2035dc5..781b42e15842 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "හිස් කරන්න", "cancelButtonLabel": "අවලංගු කරන්න", "backButtonLabel": "Back", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "හැකිළවීමට දෙවරක් තට්ටු කරන්න", + "expansionTileCollapsedHint": "විහිදුවීමට දෙවරක් තට්ටු කරන්න", + "expansionTileExpandedTapHint": "හකුළන්න", + "expansionTileCollapsedTapHint": "වැඩි විස්තර සඳහා පුළුල් කරන්න", + "expandedHint": "හකුළන ලදි", + "collapsedHint": "දිග හරින ලදි" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb index 3defe0a39d6f..564978b85c45 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb @@ -40,10 +40,10 @@ "clearButtonLabel": "Vymazať", "cancelButtonLabel": "Zrušiť", "backButtonLabel": "Späť", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "zbalíte dvojitým klepnutím", + "expansionTileCollapsedHint": "rozbalíte dvojitým klepnutím", + "expansionTileExpandedTapHint": "Zbaliť", + "expansionTileCollapsedTapHint": "Rozbaliť a zobraziť ďalšie podrobnosti", + "expandedHint": "Zbalené", + "collapsedHint": "Rozbalené" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb index 52343c15588f..8438831ffcec 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb @@ -40,10 +40,10 @@ "clearButtonLabel": "Počisti", "cancelButtonLabel": "Prekliči", "backButtonLabel": "Nazaj", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "za strnitev se dvakrat dotaknite", + "expansionTileCollapsedHint": "za razširitev se dvakrat dotaknite", + "expansionTileExpandedTapHint": "Strni", + "expansionTileCollapsedTapHint": "Razširitev za več podrobnosti", + "expandedHint": "Strnjeno", + "collapsedHint": "Razširjeno" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb index 6e099ee4f522..a56105a6ad22 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "Pastro", "cancelButtonLabel": "Anulo", "backButtonLabel": "Prapa", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "trokit dy herë për ta palosur", + "expansionTileCollapsedHint": "trokit dy herë për ta zgjeruar", + "expansionTileExpandedTapHint": "Palos", + "expansionTileCollapsedTapHint": "Zgjero për më shumë detaje", + "expandedHint": "U palos", + "collapsedHint": "U zgjerua" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb index a8a3f9e8ac3f..91a85a857b5d 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb @@ -35,10 +35,10 @@ "clearButtonLabel": "Обриши", "cancelButtonLabel": "Откажи", "backButtonLabel": "Назад", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "двапут додирните да бисте скупили", + "expansionTileCollapsedHint": "двапут додирните да бисте проширили", + "expansionTileExpandedTapHint": "Скупите", + "expansionTileCollapsedTapHint": "Проширите за још детаља", + "expandedHint": "Скупљено је", + "collapsedHint": "Проширено је" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb index ac0447b96054..bba449f6bb7f 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb @@ -1,4 +1,10 @@ { + "expansionTileExpandedHint": "dvaput dodirnite da biste skupili", + "collapsedHint": "Prošireno je", + "expandedHint": "Skupljeno je", + "expansionTileCollapsedTapHint": "Proširite za još detalja", + "expansionTileExpandedTapHint": "Skupite", + "expansionTileCollapsedHint": "dvaput dodirnite da biste proširili", "cancelButtonLabel": "Otkaži", "backButtonLabel": "Nazad", "clearButtonLabel": "Obriši", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb index aa27436f7379..a7217082c81b 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "Rensa", "cancelButtonLabel": "Avbryt", "backButtonLabel": "Tillbaka", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "dubbeltryck för att komprimera", + "expansionTileCollapsedHint": "dubbeltryck för att utöka", + "expansionTileExpandedTapHint": "Komprimera", + "expansionTileCollapsedTapHint": "Utöka för mer information", + "expandedHint": "Komprimerades", + "collapsedHint": "Utökades" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb index c46db1e3b2fd..cdcd13fccc0c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "Futa", "cancelButtonLabel": "Ghairi", "backButtonLabel": "Nyuma", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "gusa mara mbili ili ukunje", + "expansionTileCollapsedHint": "gusa mara mbili ili upanue", + "expansionTileExpandedTapHint": "Kunja", + "expansionTileCollapsedTapHint": "Panua ili upate maelezo zaidi", + "expandedHint": "Imekunjwa", + "collapsedHint": "Imepanuliwa" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb index ee15f12eb968..cba1ecb1163c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "அழி", "cancelButtonLabel": "ரத்துசெய்", "backButtonLabel": "பின்செல்", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "சுருக்க இருமுறை தட்டவும்", + "expansionTileCollapsedHint": "விரிவாக்க இருமுறை தட்டுங்கள்", + "expansionTileExpandedTapHint": "சுருக்கும்", + "expansionTileCollapsedTapHint": "கூடுதல் விவரங்களுக்கு விரிவாக்கலாம்", + "expandedHint": "சுருக்கப்பட்டது", + "collapsedHint": "விரிவாக்கப்பட்டது" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb index f6cc87e02ca0..691993c22736 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "క్లియర్ చేయండి", "cancelButtonLabel": "రద్దు చేయండి", "backButtonLabel": "Back", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "కుదించడానికి డబుల్ ట్యాప్ చేయండి", + "expansionTileCollapsedHint": "విస్తరించడానికి డబుల్ ట్యాప్ చేయండి", + "expansionTileExpandedTapHint": "కుదించండి", + "expansionTileCollapsedTapHint": "మరిన్ని వివరాల కోసం విస్తరించండి", + "expandedHint": "కుదించబడింది", + "collapsedHint": "విస్తరించబడింది" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb index b6af99eaf06d..0317f94806aa 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "ล้าง", "cancelButtonLabel": "ยกเลิก", "backButtonLabel": "กลับ", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "แตะสองครั้งเพื่อยุบ", + "expansionTileCollapsedHint": "แตะสองครั้งเพื่อขยาย", + "expansionTileExpandedTapHint": "ยุบ", + "expansionTileCollapsedTapHint": "ขยายเพื่อดูรายละเอียดเพิ่มเติม", + "expandedHint": "ยุบ", + "collapsedHint": "ขยาย" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb index a3a92ecbc9f4..9415c62c8ec2 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "I-clear", "cancelButtonLabel": "Kanselahin", "backButtonLabel": "Bumalik", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "i-double tap para i-collapse", + "expansionTileCollapsedHint": "i-double tap para i-expand", + "expansionTileExpandedTapHint": "I-collapse", + "expansionTileCollapsedTapHint": "I-expand para sa higit pang detalye", + "expandedHint": "Naka-collapse", + "collapsedHint": "Naka-expand" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb index b50394e019f2..baca16af6580 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "Temizle", "cancelButtonLabel": "İptal", "backButtonLabel": "Geri", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "daraltmak için iki kez dokunun", + "expansionTileCollapsedHint": "genişletmek için iki kez dokunun", + "expansionTileExpandedTapHint": "Daralt", + "expansionTileCollapsedTapHint": "Daha fazla ayrıntı için genişletin", + "expandedHint": "Daraltıldı", + "collapsedHint": "Genişletildi" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ug.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ug.arb index 58231bc1df36..ee1d5b777e7e 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ug.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ug.arb @@ -30,10 +30,10 @@ "menuDismissLabel": "تىزىملىكنى بىكار قىلىش", "cancelButtonLabel": "بىكار قىلىش", "backButtonLabel": "Back", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "يىغىش ئۈچۈن قوش چېكىڭ", + "expansionTileCollapsedHint": "يېيىش ئۈچۈن قوش چېكىڭ", + "expansionTileExpandedTapHint": "يىغىش", + "expansionTileCollapsedTapHint": "تېخىمۇ كۆپ تەپسىلاتلار ئۈچۈن يېيىڭ", + "expandedHint": "يىغىلدى", + "collapsedHint": "يېيىلدى" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb index 000552986cfd..bd4a43d43bab 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb @@ -40,10 +40,10 @@ "clearButtonLabel": "Очистити", "cancelButtonLabel": "Скасувати", "backButtonLabel": "Назад", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "двічі торкніться, щоб згорнути", + "expansionTileCollapsedHint": "двічі торкніться, щоб розгорнути", + "expansionTileExpandedTapHint": "Згорнути", + "expansionTileCollapsedTapHint": "Розгорнути й дізнатися більше", + "expandedHint": "Згорнуто", + "collapsedHint": "Розгорнуто" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb index 90ee3422e05a..603043dce794 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "صاف کریں", "cancelButtonLabel": "منسوخ کریں", "backButtonLabel": "Back", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "سکیڑنے کے لیے دوبار تھپتھپائیں", + "expansionTileCollapsedHint": "پھیلانے کے لیے دوبار تھپتھپائیں", + "expansionTileExpandedTapHint": "سکیڑیں", + "expansionTileCollapsedTapHint": "مزید تفصیلات کے لیے پھیلائیں", + "expandedHint": "سکڑا ہوا", + "collapsedHint": "پھیلا ہوا" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb index 6517a9f6721e..da72d562971c 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "Tozalash", "cancelButtonLabel": "Bekor qilish", "backButtonLabel": "Orqaga", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "yigʻish uchun ikki marta bosing", + "expansionTileCollapsedHint": "yoyish uchun ikki marta bosing", + "expansionTileExpandedTapHint": "Yigʻish", + "expansionTileCollapsedTapHint": "Batafsil koʻrish uchun yoying", + "expandedHint": "Yigʻilgan", + "collapsedHint": "Yoyilgan" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb index 1976282db4de..bf1d7bef9af0 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "Xoá", "cancelButtonLabel": "Huỷ", "backButtonLabel": "Quay lại", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "nhấn đúp để thu gọn", + "expansionTileCollapsedHint": "nhấn đúp để mở rộng", + "expansionTileExpandedTapHint": "Thu gọn", + "expansionTileCollapsedTapHint": "Mở rộng để xem thêm chi tiết", + "expandedHint": "Đã thu gọn", + "collapsedHint": "Đã mở rộng" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb index 8c58f0e7da39..f4d0d3da6e42 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "清除", "cancelButtonLabel": "取消", "backButtonLabel": "返回", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "点按两次即可收起", + "expansionTileCollapsedHint": "点按两次即可展开", + "expansionTileExpandedTapHint": "收起", + "expansionTileCollapsedTapHint": "展开查看更多详情", + "expandedHint": "已收起", + "collapsedHint": "已展开" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb index c9bf32612cc0..cee2ca4a3d82 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb @@ -1,4 +1,10 @@ { + "expansionTileExpandedHint": "㩒兩下就可以收合", + "collapsedHint": "已展開", + "expandedHint": "已收合", + "expansionTileCollapsedTapHint": "展開就可以查看詳情", + "expansionTileExpandedTapHint": "收合", + "expansionTileCollapsedHint": "㩒兩下就可以展開", "cancelButtonLabel": "取消", "backButtonLabel": "返回", "clearButtonLabel": "清除", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb index 08e9eab14e43..2ccac7944664 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb @@ -1,4 +1,10 @@ { + "expansionTileExpandedHint": "輕觸兩下即可收合", + "collapsedHint": "已展開", + "expandedHint": "已收合", + "expansionTileCollapsedTapHint": "展開更多詳細資料", + "expansionTileExpandedTapHint": "收合", + "expansionTileCollapsedHint": "輕觸兩下即可展開", "cancelButtonLabel": "取消", "backButtonLabel": "返回", "clearButtonLabel": "清除", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb index 15be4c9c34d7..05c9506b387e 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb @@ -30,10 +30,10 @@ "clearButtonLabel": "Sula", "cancelButtonLabel": "Khansela", "backButtonLabel": "Emuva", - "expansionTileExpandedHint": "double tap to collapse", - "expansionTileCollapsedHint": "double tap to expand", - "expansionTileExpandedTapHint": "Collapse", - "expansionTileCollapsedTapHint": "Expand for more details", - "expandedHint": "Collapsed", - "collapsedHint": "Expanded" + "expansionTileExpandedHint": "thepha kabili ukuze ugoqe", + "expansionTileCollapsedHint": "Thepha kabili ukuze unwebe", + "expansionTileExpandedTapHint": "Goqa", + "expansionTileCollapsedTapHint": "Nweba ukuze uthole imininingwane eyengeziwe", + "expandedHint": "Kugoqiwe", + "collapsedHint": "Kunwetshiwe" } diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index b45580603872..42d740464fe4 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -57,7 +57,7 @@ class CupertinoLocalizationAf extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Vee uit'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Uitgevou'; @override String get copyButtonLabel => 'Kopieer'; @@ -108,19 +108,19 @@ class CupertinoLocalizationAf extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Ingevou'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'dubbeltik om uit te vou'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Vou uit vir meer besonderhede'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'dubbeltik om in te vou'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Vou in'; @override String get lookUpButtonLabel => 'Kyk op'; @@ -247,7 +247,7 @@ class CupertinoLocalizationAm extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'አጽዳ'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'ተዘርግቷል'; @override String get copyButtonLabel => 'ቅዳ'; @@ -298,19 +298,19 @@ class CupertinoLocalizationAm extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'ተሰብስቧል'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'ለመዘርጋት ድርብ ሁለቴ መታ ያድርጉ'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'ለተጨማሪ ዝርዝሮች ይዘርጉ'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'ለመሰብሰብ ሁለቴ መታ ያድርጉ'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'ሰብስብ'; @override String get lookUpButtonLabel => 'ይመልከቱ'; @@ -437,7 +437,7 @@ class CupertinoLocalizationAr extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'محو'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'موسَّع'; @override String get copyButtonLabel => 'نسخ'; @@ -488,19 +488,19 @@ class CupertinoLocalizationAr extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => r'$minute دقيقة​'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'مصغَّر'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'انقر مرّتين للتوسيع'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'وسِّع المربّع لعرض مزيد من التفاصيل.'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'يُرجى النقر مرّتين للتصغير.'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'تصغير'; @override String get lookUpButtonLabel => 'بحث عام'; @@ -627,7 +627,7 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'মচক'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'বিস্তাৰ কৰা আছে'; @override String get copyButtonLabel => 'প্ৰতিলিপি কৰক'; @@ -666,10 +666,10 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelMany => null; @override - String? get datePickerMinuteSemanticsLabelOne => '১মিনিট'; + String? get datePickerMinuteSemanticsLabelOne => '১ মিনিট'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minuteমিনিট'; + String get datePickerMinuteSemanticsLabelOther => r'$minute মিনিট'; @override String? get datePickerMinuteSemanticsLabelTwo => null; @@ -678,19 +678,19 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'সংকোচন কৰা আছে'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'বিস্তাৰ কৰিবলৈ দুবাৰ টিপক'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'অধিক সবিশেষ জানিবলৈ বিস্তাৰ কৰক'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'সংকোচন কৰিবলৈ দুবাৰ টিপক'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'সংকোচন কৰক'; @override String get lookUpButtonLabel => 'ওপৰলৈ চাওক'; @@ -717,7 +717,7 @@ class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { String get searchWebButtonLabel => 'ৱেবত সন্ধান কৰক'; @override - String get selectAllButtonLabel => 'সকলো বাছনি কৰক'; + String get selectAllButtonLabel => 'আটাইবোৰ বাছনি কৰক'; @override String get shareButtonLabel => 'শ্বেয়াৰ কৰক…'; @@ -817,7 +817,7 @@ class CupertinoLocalizationAz extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Silin'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Genişləndirildi'; @override String get copyButtonLabel => 'Kopyalayın'; @@ -868,19 +868,19 @@ class CupertinoLocalizationAz extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Yığcamlaşdırıldı'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'genişləndirmək üçün iki dəfə toxunun'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Daha çox detallar üçün genişləndirin'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'yığcamlaşdırmaq üçün iki dəfə toxunun'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Yığcamlaşdırın'; @override String get lookUpButtonLabel => 'Axtarın'; @@ -1007,7 +1007,7 @@ class CupertinoLocalizationBe extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Ачысціць'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Разгорнута'; @override String get copyButtonLabel => 'Капіраваць'; @@ -1058,19 +1058,19 @@ class CupertinoLocalizationBe extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Згорнута'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'двойчы націснуць, каб разгарнуць'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Разгарніце, каб даведацца больш'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'двойчы націснуць, каб згарнуць'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Згарнуць'; @override String get lookUpButtonLabel => 'Знайсці'; @@ -1197,7 +1197,7 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Изчистване'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Разгънато'; @override String get copyButtonLabel => 'Копиране'; @@ -1248,19 +1248,19 @@ class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Свито'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'докоснете два пъти за разгъване'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Разгъване за още подробности'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'докоснете два пъти за свиване'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Свиване'; @override String get lookUpButtonLabel => 'Look Up'; @@ -1387,7 +1387,7 @@ class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'মুছুন'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'বড় করা হয়েছে'; @override String get copyButtonLabel => 'কপি করুন'; @@ -1438,19 +1438,19 @@ class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'আড়াল করা হয়েছে'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'বড় করে দেখতে ডবল ট্যাপ করুন'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'আরও বিবরণ পেতে বড় করে দেখুন'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'আড়াল করতে ডবল ট্যাপ করুন'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'আড়াল করুন'; @override String get lookUpButtonLabel => 'লুক-আপ'; @@ -1577,7 +1577,7 @@ class CupertinoLocalizationBo extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'གཙང་བཟོ།'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'ཁྱབ་སྤེལ་ཟིན།'; @override String get copyButtonLabel => 'བཤུས།'; @@ -1628,19 +1628,19 @@ class CupertinoLocalizationBo extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'ཕྱོགས་བསྡུས།'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'ཁྱབ་སྤེལ་ཆེད་ཐེངས་གཉིས་གནོན།'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'ཞིབ་རྒྱས་ཆེད་ཁྱབ་སྤེལ།'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'ཕྱོགས་བསྡུའི་ཆེད་ཐེངས་གཉིས་གནོན།'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'ཕྱོགས་བསྡུ།'; @override String get lookUpButtonLabel => 'འཚོལ་བ།'; @@ -1767,7 +1767,7 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Obriši'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Prošireno'; @override String get copyButtonLabel => 'Kopiraj'; @@ -1818,19 +1818,19 @@ class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Suženo'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'proširivanje dvostrukim dodirom'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Proširivanje za više detalja'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'sužavanje dvostrukim dodirom'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Sužavanje'; @override String get lookUpButtonLabel => 'Pogled nagore'; @@ -1957,7 +1957,7 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Esborra'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => "S'ha desplegat"; @override String get copyButtonLabel => 'Copia'; @@ -2008,19 +2008,19 @@ class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => "S'ha replegat"; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'fes doble toc per desplegar'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Desplega per obtenir més informació'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'fes doble toc per replegar'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Replega'; @override String get lookUpButtonLabel => 'Mira amunt'; @@ -2147,7 +2147,7 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Vymazat'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Rozbaleno'; @override String get copyButtonLabel => 'Kopírovat'; @@ -2198,19 +2198,19 @@ class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Sbaleno'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'dvojitým klepnutím rozbalíte'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Rozbalte pro další podrobnosti'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'dvojitým klepnutím sbalíte'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Sbalit'; @override String get lookUpButtonLabel => 'Vyhledat'; @@ -2337,7 +2337,7 @@ class CupertinoLocalizationCy extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Clirio'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => "Wedi'i ehangu"; @override String get copyButtonLabel => 'Copïo'; @@ -2388,19 +2388,19 @@ class CupertinoLocalizationCy extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => r'$minute munud'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => "Wedi'i grebachu"; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'tapiwch ddwywaith i ehangu'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Ehangwch am ragor o fanylion'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'tapiwch ddwywaith i grebachu'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Crebachu'; @override String get lookUpButtonLabel => 'Chwilio'; @@ -2454,40 +2454,40 @@ class CupertinoLocalizationCy extends GlobalCupertinoLocalizations { String? get timerPickerHourLabelZero => 'awr'; @override - String? get timerPickerMinuteLabelFew => 'munud'; + String? get timerPickerMinuteLabelFew => 'mun.'; @override - String? get timerPickerMinuteLabelMany => 'munud'; + String? get timerPickerMinuteLabelMany => 'mun.'; @override - String? get timerPickerMinuteLabelOne => 'funud'; + String? get timerPickerMinuteLabelOne => 'fun.'; @override - String get timerPickerMinuteLabelOther => 'munud'; + String get timerPickerMinuteLabelOther => 'mun.'; @override - String? get timerPickerMinuteLabelTwo => 'funud'; + String? get timerPickerMinuteLabelTwo => 'fun.'; @override - String? get timerPickerMinuteLabelZero => 'munud'; + String? get timerPickerMinuteLabelZero => 'mun.'; @override - String? get timerPickerSecondLabelFew => 'eiliad'; + String? get timerPickerSecondLabelFew => 'eil.'; @override - String? get timerPickerSecondLabelMany => 'eiliad'; + String? get timerPickerSecondLabelMany => 'eil.'; @override - String? get timerPickerSecondLabelOne => 'eiliad'; + String? get timerPickerSecondLabelOne => 'eil.'; @override - String get timerPickerSecondLabelOther => 'eiliad'; + String get timerPickerSecondLabelOther => 'eil.'; @override - String? get timerPickerSecondLabelTwo => 'eiliad'; + String? get timerPickerSecondLabelTwo => 'eil.'; @override - String? get timerPickerSecondLabelZero => 'eiliad'; + String? get timerPickerSecondLabelZero => 'eil.'; @override String get todayLabel => 'Heddiw'; @@ -2527,7 +2527,7 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Ryd'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Udvidet'; @override String get copyButtonLabel => 'Kopiér'; @@ -2578,19 +2578,19 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Skjult'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'tryk to gange for at udvide'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Udvid for at få flere oplysninger'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'tryk to gange for at skjule'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Skjul'; @override String get lookUpButtonLabel => 'Slå op'; @@ -2599,7 +2599,7 @@ class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { String get menuDismissLabel => 'Luk menu'; @override - String get modalBarrierDismissLabel => 'Afvis'; + String get modalBarrierDismissLabel => 'Luk'; @override String get noSpellCheckReplacementsLabel => 'Der blev ikke fundet nogen erstatninger'; @@ -2717,7 +2717,7 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Löschen'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Maximiert'; @override String get copyButtonLabel => 'Kopieren'; @@ -2768,19 +2768,19 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Minimiert'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'Zum Maximieren doppeltippen'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Für weitere Details maximieren'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'Zum Minimieren doppeltippen'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Minimieren'; @override String get lookUpButtonLabel => 'Nachschlagen'; @@ -2935,7 +2935,7 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Διαγραφή'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Αναπτύχθηκε'; @override String get copyButtonLabel => 'Αντιγραφή'; @@ -2986,19 +2986,19 @@ class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Συμπτύχθηκε'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'πατήστε δύο φορές για ανάπτυξη'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Ανάπτυξη για περισσότερες λεπτομέρειες'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'πατήστε δύο φορές για σύμπτυξη'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Σύμπτυξη'; @override String get lookUpButtonLabel => 'Look Up'; @@ -3299,6 +3299,12 @@ class CupertinoLocalizationEnAu extends CupertinoLocalizationEn { required super.decimalFormat, }); + @override + String get expansionTileExpandedHint => 'double-tap to collapse'; + + @override + String get expansionTileCollapsedHint => 'double-tap to expand'; + @override String get lookUpButtonLabel => 'Look up'; @@ -3355,6 +3361,12 @@ class CupertinoLocalizationEnGb extends CupertinoLocalizationEn { required super.decimalFormat, }); + @override + String get expansionTileExpandedHint => 'double-tap to collapse'; + + @override + String get expansionTileCollapsedHint => 'double-tap to expand'; + @override String get lookUpButtonLabel => 'Look up'; @@ -3386,6 +3398,12 @@ class CupertinoLocalizationEnIe extends CupertinoLocalizationEn { required super.decimalFormat, }); + @override + String get expansionTileExpandedHint => 'double-tap to collapse'; + + @override + String get expansionTileCollapsedHint => 'double-tap to expand'; + @override String get lookUpButtonLabel => 'Look up'; @@ -3417,6 +3435,12 @@ class CupertinoLocalizationEnIn extends CupertinoLocalizationEn { required super.decimalFormat, }); + @override + String get expansionTileExpandedHint => 'double-tap to collapse'; + + @override + String get expansionTileCollapsedHint => 'double-tap to expand'; + @override String get lookUpButtonLabel => 'Look up'; @@ -3448,6 +3472,12 @@ class CupertinoLocalizationEnNz extends CupertinoLocalizationEn { required super.decimalFormat, }); + @override + String get expansionTileExpandedHint => 'double-tap to collapse'; + + @override + String get expansionTileCollapsedHint => 'double-tap to expand'; + @override String get lookUpButtonLabel => 'Look up'; @@ -3479,6 +3509,12 @@ class CupertinoLocalizationEnSg extends CupertinoLocalizationEn { required super.decimalFormat, }); + @override + String get expansionTileExpandedHint => 'double-tap to collapse'; + + @override + String get expansionTileCollapsedHint => 'double-tap to expand'; + @override String get lookUpButtonLabel => 'Look up'; @@ -3510,6 +3546,12 @@ class CupertinoLocalizationEnZa extends CupertinoLocalizationEn { required super.decimalFormat, }); + @override + String get expansionTileExpandedHint => 'double-tap to collapse'; + + @override + String get expansionTileCollapsedHint => 'double-tap to expand'; + @override String get lookUpButtonLabel => 'Look up'; @@ -3557,7 +3599,7 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Borrar'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Desplegado'; @override String get copyButtonLabel => 'Copiar'; @@ -3608,19 +3650,19 @@ class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Contraído'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'toca dos veces para desplegar'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Desplegar para ver más detalles'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'toca dos veces para contraer'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Contraer'; @override String get lookUpButtonLabel => 'Buscador visual'; @@ -3731,6 +3773,18 @@ class CupertinoLocalizationEs419 extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get expansionTileExpandedHint => 'presiona dos veces para contraer'; + + @override + String get collapsedHint => 'Expandido'; + + @override + String get expansionTileCollapsedTapHint => 'Expandir para ver más detalles'; + + @override + String get expansionTileCollapsedHint => 'presiona dos veces para expandir'; + @override String get shareButtonLabel => 'Compartir…'; @@ -3777,6 +3831,18 @@ class CupertinoLocalizationEsAr extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get expansionTileExpandedHint => 'presiona dos veces para contraer'; + + @override + String get collapsedHint => 'Expandido'; + + @override + String get expansionTileCollapsedTapHint => 'Expandir para ver más detalles'; + + @override + String get expansionTileCollapsedHint => 'presiona dos veces para expandir'; + @override String get shareButtonLabel => 'Compartir…'; @@ -3823,6 +3889,18 @@ class CupertinoLocalizationEsBo extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get expansionTileExpandedHint => 'presiona dos veces para contraer'; + + @override + String get collapsedHint => 'Expandido'; + + @override + String get expansionTileCollapsedTapHint => 'Expandir para ver más detalles'; + + @override + String get expansionTileCollapsedHint => 'presiona dos veces para expandir'; + @override String get shareButtonLabel => 'Compartir…'; @@ -3869,6 +3947,18 @@ class CupertinoLocalizationEsCl extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get expansionTileExpandedHint => 'presiona dos veces para contraer'; + + @override + String get collapsedHint => 'Expandido'; + + @override + String get expansionTileCollapsedTapHint => 'Expandir para ver más detalles'; + + @override + String get expansionTileCollapsedHint => 'presiona dos veces para expandir'; + @override String get shareButtonLabel => 'Compartir…'; @@ -3915,6 +4005,18 @@ class CupertinoLocalizationEsCo extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get expansionTileExpandedHint => 'presiona dos veces para contraer'; + + @override + String get collapsedHint => 'Expandido'; + + @override + String get expansionTileCollapsedTapHint => 'Expandir para ver más detalles'; + + @override + String get expansionTileCollapsedHint => 'presiona dos veces para expandir'; + @override String get shareButtonLabel => 'Compartir…'; @@ -3961,6 +4063,18 @@ class CupertinoLocalizationEsCr extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get expansionTileExpandedHint => 'presiona dos veces para contraer'; + + @override + String get collapsedHint => 'Expandido'; + + @override + String get expansionTileCollapsedTapHint => 'Expandir para ver más detalles'; + + @override + String get expansionTileCollapsedHint => 'presiona dos veces para expandir'; + @override String get shareButtonLabel => 'Compartir…'; @@ -4007,6 +4121,18 @@ class CupertinoLocalizationEsDo extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get expansionTileExpandedHint => 'presiona dos veces para contraer'; + + @override + String get collapsedHint => 'Expandido'; + + @override + String get expansionTileCollapsedTapHint => 'Expandir para ver más detalles'; + + @override + String get expansionTileCollapsedHint => 'presiona dos veces para expandir'; + @override String get shareButtonLabel => 'Compartir…'; @@ -4053,6 +4179,18 @@ class CupertinoLocalizationEsEc extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get expansionTileExpandedHint => 'presiona dos veces para contraer'; + + @override + String get collapsedHint => 'Expandido'; + + @override + String get expansionTileCollapsedTapHint => 'Expandir para ver más detalles'; + + @override + String get expansionTileCollapsedHint => 'presiona dos veces para expandir'; + @override String get shareButtonLabel => 'Compartir…'; @@ -4099,6 +4237,18 @@ class CupertinoLocalizationEsGt extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get expansionTileExpandedHint => 'presiona dos veces para contraer'; + + @override + String get collapsedHint => 'Expandido'; + + @override + String get expansionTileCollapsedTapHint => 'Expandir para ver más detalles'; + + @override + String get expansionTileCollapsedHint => 'presiona dos veces para expandir'; + @override String get shareButtonLabel => 'Compartir…'; @@ -4145,6 +4295,18 @@ class CupertinoLocalizationEsHn extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get expansionTileExpandedHint => 'presiona dos veces para contraer'; + + @override + String get collapsedHint => 'Expandido'; + + @override + String get expansionTileCollapsedTapHint => 'Expandir para ver más detalles'; + + @override + String get expansionTileCollapsedHint => 'presiona dos veces para expandir'; + @override String get shareButtonLabel => 'Compartir…'; @@ -4191,6 +4353,18 @@ class CupertinoLocalizationEsMx extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get expansionTileExpandedHint => 'presiona dos veces para contraer'; + + @override + String get collapsedHint => 'Expandido'; + + @override + String get expansionTileCollapsedTapHint => 'Expandir para ver más detalles'; + + @override + String get expansionTileCollapsedHint => 'presiona dos veces para expandir'; + @override String get shareButtonLabel => 'Compartir…'; @@ -4237,6 +4411,18 @@ class CupertinoLocalizationEsNi extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get expansionTileExpandedHint => 'presiona dos veces para contraer'; + + @override + String get collapsedHint => 'Expandido'; + + @override + String get expansionTileCollapsedTapHint => 'Expandir para ver más detalles'; + + @override + String get expansionTileCollapsedHint => 'presiona dos veces para expandir'; + @override String get shareButtonLabel => 'Compartir…'; @@ -4283,6 +4469,18 @@ class CupertinoLocalizationEsPa extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get expansionTileExpandedHint => 'presiona dos veces para contraer'; + + @override + String get collapsedHint => 'Expandido'; + + @override + String get expansionTileCollapsedTapHint => 'Expandir para ver más detalles'; + + @override + String get expansionTileCollapsedHint => 'presiona dos veces para expandir'; + @override String get shareButtonLabel => 'Compartir…'; @@ -4329,6 +4527,18 @@ class CupertinoLocalizationEsPe extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get expansionTileExpandedHint => 'presiona dos veces para contraer'; + + @override + String get collapsedHint => 'Expandido'; + + @override + String get expansionTileCollapsedTapHint => 'Expandir para ver más detalles'; + + @override + String get expansionTileCollapsedHint => 'presiona dos veces para expandir'; + @override String get shareButtonLabel => 'Compartir…'; @@ -4375,6 +4585,18 @@ class CupertinoLocalizationEsPr extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get expansionTileExpandedHint => 'presiona dos veces para contraer'; + + @override + String get collapsedHint => 'Expandido'; + + @override + String get expansionTileCollapsedTapHint => 'Expandir para ver más detalles'; + + @override + String get expansionTileCollapsedHint => 'presiona dos veces para expandir'; + @override String get shareButtonLabel => 'Compartir…'; @@ -4421,6 +4643,18 @@ class CupertinoLocalizationEsPy extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get expansionTileExpandedHint => 'presiona dos veces para contraer'; + + @override + String get collapsedHint => 'Expandido'; + + @override + String get expansionTileCollapsedTapHint => 'Expandir para ver más detalles'; + + @override + String get expansionTileCollapsedHint => 'presiona dos veces para expandir'; + @override String get shareButtonLabel => 'Compartir…'; @@ -4467,6 +4701,18 @@ class CupertinoLocalizationEsSv extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get expansionTileExpandedHint => 'presiona dos veces para contraer'; + + @override + String get collapsedHint => 'Expandido'; + + @override + String get expansionTileCollapsedTapHint => 'Expandir para ver más detalles'; + + @override + String get expansionTileCollapsedHint => 'presiona dos veces para expandir'; + @override String get shareButtonLabel => 'Compartir…'; @@ -4513,6 +4759,18 @@ class CupertinoLocalizationEsUs extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get expansionTileExpandedHint => 'presiona dos veces para contraer'; + + @override + String get collapsedHint => 'Expandido'; + + @override + String get expansionTileCollapsedTapHint => 'Expandir para ver más detalles'; + + @override + String get expansionTileCollapsedHint => 'presiona dos veces para expandir'; + @override String get shareButtonLabel => 'Compartir…'; @@ -4559,6 +4817,18 @@ class CupertinoLocalizationEsUy extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get expansionTileExpandedHint => 'presiona dos veces para contraer'; + + @override + String get collapsedHint => 'Expandido'; + + @override + String get expansionTileCollapsedTapHint => 'Expandir para ver más detalles'; + + @override + String get expansionTileCollapsedHint => 'presiona dos veces para expandir'; + @override String get shareButtonLabel => 'Compartir…'; @@ -4605,6 +4875,18 @@ class CupertinoLocalizationEsVe extends CupertinoLocalizationEs { required super.decimalFormat, }); + @override + String get expansionTileExpandedHint => 'presiona dos veces para contraer'; + + @override + String get collapsedHint => 'Expandido'; + + @override + String get expansionTileCollapsedTapHint => 'Expandir para ver más detalles'; + + @override + String get expansionTileCollapsedHint => 'presiona dos veces para expandir'; + @override String get shareButtonLabel => 'Compartir…'; @@ -4667,7 +4949,7 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Kustutamine'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Laiendatud'; @override String get copyButtonLabel => 'Kopeeri'; @@ -4718,19 +5000,19 @@ class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Ahendatud'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'topeltpuudutage laiendamiseks'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Laiendage lisateabe nägemiseks'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'topeltpuudutage ahendamiseks'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Ahenda'; @override String get lookUpButtonLabel => 'Look Up'; @@ -4857,7 +5139,7 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Garbitu'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Zabalduta'; @override String get copyButtonLabel => 'Kopiatu'; @@ -4908,19 +5190,19 @@ class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Tolestuta'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'zabaltzeko, sakatu birritan'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Zabaldu hau xehetasun gehiago lortzeko'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'tolesteko, sakatu birritan'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Tolestu'; @override String get lookUpButtonLabel => 'Bilatu'; @@ -5047,7 +5329,7 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'پاک کردن'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'ازهم بازشده'; @override String get copyButtonLabel => 'کپی'; @@ -5098,19 +5380,19 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'جمع‌شده'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'برای ازهم بازکردن، دو تک‌ضرب بزنید'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'ازهم بازکردن برای جزئیات بیشتر'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'برای جمع کردن، دو تک‌ضرب بزنید'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'جمع کردن'; @override String get lookUpButtonLabel => 'جستجو'; @@ -5237,7 +5519,7 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Tyhjennä'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Laajennettu'; @override String get copyButtonLabel => 'Kopioi'; @@ -5288,19 +5570,19 @@ class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Tiivistetty'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'laajenna kaksoisnapauttamalla'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Katso lisätietoja laajentamalla'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'tiivistä kaksoisnapauttamalla'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Tiivistä'; @override String get lookUpButtonLabel => 'Hae'; @@ -5427,7 +5709,7 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'I-clear'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Naka-expand'; @override String get copyButtonLabel => 'Kopyahin'; @@ -5478,19 +5760,19 @@ class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Naka-collapse'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'i-double tap para i-expand'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'I-expand para sa higit pang detalye'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'i-double tap para i-collapse'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'I-collapse'; @override String get lookUpButtonLabel => 'Tumingin sa Itaas'; @@ -5617,7 +5899,7 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Effacer'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Développé'; @override String get copyButtonLabel => 'Copier'; @@ -5668,19 +5950,19 @@ class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Réduit'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'appuyez deux fois pour développer'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Développer pour en savoir plus'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'appuyez deux fois pour réduire'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Réduire'; @override String get lookUpButtonLabel => 'Recherche visuelle'; @@ -5791,6 +6073,15 @@ class CupertinoLocalizationFrCa extends CupertinoLocalizationFr { required super.decimalFormat, }); + @override + String get expansionTileExpandedHint => 'toucher deux fois pour réduire'; + + @override + String get expansionTileCollapsedTapHint => 'Développer le panneau pour plus de détails'; + + @override + String get expansionTileCollapsedHint => 'toucher deux fois pour développer'; + @override String get lookUpButtonLabel => 'Regarder en haut'; @@ -5853,7 +6144,7 @@ class CupertinoLocalizationGa extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Glan'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Leathnaithe'; @override String get copyButtonLabel => 'Cóipeáil'; @@ -5904,19 +6195,19 @@ class CupertinoLocalizationGa extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Laghdaithe'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'tapáil faoi dhó chun leathnú'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Leathnaigh chun tuilleadh sonraí a fháil'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'tapáil faoi dhó chun laghdú'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Laghdaigh'; @override String get lookUpButtonLabel => 'Cuardaigh'; @@ -6043,7 +6334,7 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Borrar'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Despregado'; @override String get copyButtonLabel => 'Copiar'; @@ -6082,10 +6373,10 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelMany => null; @override - String? get datePickerMinuteSemanticsLabelOne => '1 minuto'; + String? get datePickerMinuteSemanticsLabelOne => '1 minuto'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minutos'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minutos'; @override String? get datePickerMinuteSemanticsLabelTwo => null; @@ -6094,19 +6385,19 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Contraído'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'tocar dúas veces para despregar'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Despregar para obter máis detalles'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'tocar dúas veces para contraer'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Contraer'; @override String get lookUpButtonLabel => 'Mirar cara arriba'; @@ -6115,7 +6406,7 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { String get menuDismissLabel => 'Pechar menú'; @override - String get modalBarrierDismissLabel => 'Ignorar'; + String get modalBarrierDismissLabel => 'Pechar'; @override String get noSpellCheckReplacementsLabel => 'Non se encontrou ningunha substitución'; @@ -6233,7 +6524,7 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Löschen'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Maximiert'; @override String get copyButtonLabel => 'Kopieren'; @@ -6284,19 +6575,19 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Minimiert'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'Zum Maximieren doppeltippen'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Für weitere Details maximieren'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'Zum Minimieren doppeltippen'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Minimieren'; @override String get lookUpButtonLabel => 'Nachschlagen'; @@ -6423,7 +6714,7 @@ class CupertinoLocalizationGu extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'સાફ કરો'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'મોટી કરી'; @override String get copyButtonLabel => 'કૉપિ કરો'; @@ -6474,19 +6765,19 @@ class CupertinoLocalizationGu extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'નાની કરી'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'મોટી કરવા માટે બે વાર ટૅપ કરો'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'વધુ વિગતો માટે મોટી કરો'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'નાની કરવા માટે બે વાર ટૅપ કરો'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'નાની કરો'; @override String get lookUpButtonLabel => 'શોધો'; @@ -6613,7 +6904,7 @@ class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'ניקוי'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'מורחב'; @override String get copyButtonLabel => 'העתקה'; @@ -6664,19 +6955,19 @@ class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'מכווץ'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'כדי להרחיב, יש ללחוץ לחיצה כפולה'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'ניתן להרחיב להצגת פרטים נוספים'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'כדי לכווץ, יש ללחוץ לחיצה כפולה'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'כיווץ'; @override String get lookUpButtonLabel => 'חיפוש'; @@ -6803,7 +7094,7 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'मिटाएं'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'बड़ा किया गया'; @override String get copyButtonLabel => 'कॉपी करें'; @@ -6854,19 +7145,19 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'छोटा किया गया'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'बड़ा करने के लिए दो बार टैप करें'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'ज़्यादा जानकारी के लिए बड़ा करें'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'छोटा करने के लिए दो बार टैप करें'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'छोटा करें'; @override String get lookUpButtonLabel => 'लुक अप बटन'; @@ -6993,7 +7284,7 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Izbriši'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Prošireno'; @override String get copyButtonLabel => 'Kopiraj'; @@ -7044,19 +7335,19 @@ class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Sažeto'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'dvaput dodirnite za proširivanje'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Proširite da biste saznali više'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'dvaput dodirnite za sažimanje'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Sažmi'; @override String get lookUpButtonLabel => 'Pogled prema gore'; @@ -7183,7 +7474,7 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Törlés'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Kibontva'; @override String get copyButtonLabel => 'Másolás'; @@ -7234,19 +7525,19 @@ class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Összecsukva'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'duplán koppintva kibonthatja'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Bontsa ki a további részletek megtekintéséhez'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'duplán koppintva összecsukhatja'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Összecsukás'; @override String get lookUpButtonLabel => 'Felfelé nézés'; @@ -7373,7 +7664,7 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Մաքրել'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Ծավալված է'; @override String get copyButtonLabel => 'Պատճենել'; @@ -7424,19 +7715,19 @@ class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Ծալված է'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'կրկնակի հպեք ծավալելու համար'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'ծավալեք՝ մանրամասները տեսնելու համար'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'կրկնակի հպեք ծալելու համար'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Ծալել'; @override String get lookUpButtonLabel => 'Փնտրել'; @@ -7563,7 +7854,7 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Hapus'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Diluaskan'; @override String get copyButtonLabel => 'Salin'; @@ -7614,19 +7905,19 @@ class CupertinoLocalizationId extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Diciutkan'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'ketuk dua kali untuk meluaskan'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Luaskan untuk mengetahui detail selengkapnya'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'ketuk dua kali untuk menciutkan'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Ciutkan'; @override String get lookUpButtonLabel => 'Cari'; @@ -7753,7 +8044,7 @@ class CupertinoLocalizationIs extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Hreinsa'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Stækkað'; @override String get copyButtonLabel => 'Afrita'; @@ -7804,19 +8095,19 @@ class CupertinoLocalizationIs extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Minnkað'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'ýttu tvisvar til að stækka'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Stækka til að sjá frekari upplýsingar'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'ýttu tvisvar til að minnka'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Minnka'; @override String get lookUpButtonLabel => 'Look Up'; @@ -7943,7 +8234,7 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Cancella'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Espanso'; @override String get copyButtonLabel => 'Copia'; @@ -7994,19 +8285,19 @@ class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Compresso'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'Tocca due volte per espandere'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'espandere e visualizzare altri dettagli'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'tocca due volte per comprimere'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'comprimere'; @override String get lookUpButtonLabel => 'Cerca'; @@ -8133,7 +8424,7 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { String get clearButtonLabel => '消去'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => '開きました'; @override String get copyButtonLabel => 'コピー'; @@ -8184,19 +8475,19 @@ class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => '閉じました'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => '開くにはダブルタップします'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => '開いて詳細を表示'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'ダブルタップすると閉じます'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => '閉じる'; @override String get lookUpButtonLabel => '調べる'; @@ -8323,7 +8614,7 @@ class CupertinoLocalizationKa extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'გასუფთავება'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'გაფართოებულია'; @override String get copyButtonLabel => 'კოპირება'; @@ -8374,19 +8665,19 @@ class CupertinoLocalizationKa extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'ჩაკეცილია'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'გასაფართოებლად ორჯერ შეეხეთ'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'მეტი დეტალებისთვის გააფართოეთ'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'ორმაგად შეეხეთ ჩასაკეცად'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'ჩაკეცვა'; @override String get lookUpButtonLabel => 'აიხედეთ ზემოთ'; @@ -8513,7 +8804,7 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Өшіру'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Жайылды'; @override String get copyButtonLabel => 'Көшіру'; @@ -8564,19 +8855,19 @@ class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Жиылды'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'жаю үшін екі рет түртіңіз'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Толық мәлімет алу үшін жайыңыз.'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'жию үшін екі рет түртіңіз'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Жию'; @override String get lookUpButtonLabel => 'Іздеу'; @@ -8703,7 +8994,7 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'សម្អាត'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'បាន​ពង្រីក'; @override String get copyButtonLabel => 'ចម្លង'; @@ -8754,19 +9045,19 @@ class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'បាន​បង្រួម'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'ចុចពីរដង ដើម្បីពង្រីក'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'ពង្រីក​ដើម្បីទទួលបាន​ព័ត៌មានលម្អិត​បន្ថែម'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'ចុចពីរដង ដើម្បីបង្រួម'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'បង្រួម'; @override String get lookUpButtonLabel => 'រកមើល'; @@ -8893,7 +9184,7 @@ class CupertinoLocalizationKn extends GlobalCupertinoLocalizations { String get clearButtonLabel => '\u{ca4}\u{cc6}\u{cb0}\u{cb5}\u{cc1}\u{c97}\u{cca}\u{cb3}\u{cbf}\u{cb8}\u{cbf}'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => '\u{cb5}\u{cbf}\u{cb8}\u{ccd}\u{ca4}\u{cb0}\u{cbf}\u{cb8}\u{cb2}\u{cbe}\u{c97}\u{cbf}\u{ca6}\u{cc6}'; @override String get copyButtonLabel => '\u{c95}\u{cbe}\u{caa}\u{cbf}\u{20}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; @@ -8944,19 +9235,19 @@ class CupertinoLocalizationKn extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => '\u{c95}\u{cc1}\u{c97}\u{ccd}\u{c97}\u{cbf}\u{cb8}\u{cb2}\u{cbe}\u{c97}\u{cbf}\u{ca6}\u{cc6}'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => '\u{cb5}\u{cbf}\u{cb8}\u{ccd}\u{ca4}\u{cb0}\u{cbf}\u{cb8}\u{cb2}\u{cc1}\u{20}\u{ca1}\u{cac}\u{cb2}\u{ccd}\u{20}\u{c9f}\u{ccd}\u{caf}\u{cbe}\u{caa}\u{ccd}\u{20}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => '\u{c87}\u{ca8}\u{ccd}\u{ca8}\u{cb7}\u{ccd}\u{c9f}\u{cc1}\u{20}\u{cb5}\u{cbf}\u{cb5}\u{cb0}\u{c97}\u{cb3}\u{cbf}\u{c97}\u{cbe}\u{c97}\u{cbf}\u{20}\u{cb5}\u{cbf}\u{cb8}\u{ccd}\u{ca4}\u{cb0}\u{cbf}\u{cb8}\u{cbf}'; @override - String get expansionTileExpandedHint => "double tap to collapse'"; + String get expansionTileExpandedHint => '\u{c95}\u{cc1}\u{c97}\u{ccd}\u{c97}\u{cbf}\u{cb8}\u{cb2}\u{cc1}\u{20}\u{ca1}\u{cac}\u{cb2}\u{ccd}\u{20}\u{c9f}\u{ccd}\u{caf}\u{cbe}\u{caa}\u{ccd}\u{20}\u{cae}\u{cbe}\u{ca1}\u{cbf}'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => '\u{c95}\u{cc1}\u{c97}\u{ccd}\u{c97}\u{cbf}\u{cb8}\u{cbf}'; @override String get lookUpButtonLabel => '\u{cae}\u{cc7}\u{cb2}\u{cc6}\u{20}\u{ca8}\u{ccb}\u{ca1}\u{cbf}'; @@ -9083,7 +9374,7 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { String get clearButtonLabel => '삭제'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => '펼침'; @override String get copyButtonLabel => '복사'; @@ -9134,19 +9425,19 @@ class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => '접힘'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => '두 번 탭하여 펼치기'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => '자세히 알아보려면 펼치기'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => '두 번 탭하여 접기'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => '접기'; @override String get lookUpButtonLabel => '찾기'; @@ -9273,7 +9564,7 @@ class CupertinoLocalizationKy extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Тазалоо'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Жайылып көрсөтүлдү'; @override String get copyButtonLabel => 'Көчүрүү'; @@ -9324,19 +9615,19 @@ class CupertinoLocalizationKy extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Жыйыштырылды'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'жайып көрсөтүү үчүн эки жолу таптаңыз'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Толук маалымат алуу үчүн жайып көрүңүз'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'жыйыштыруу үчүн эки жолу таптаңыз'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Жыйыштыруу'; @override String get lookUpButtonLabel => 'Издөө'; @@ -9463,7 +9754,7 @@ class CupertinoLocalizationLo extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'ລຶບລ້າງ'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'ຂະຫຍາຍແລ້ວ'; @override String get copyButtonLabel => 'ສຳເນົາ'; @@ -9514,19 +9805,19 @@ class CupertinoLocalizationLo extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'ຫຍໍ້ລົງແລ້ວ'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'ແຕະສອງເທື່ອເພື່ອຂະຫຍາຍ'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'ຂະຫຍາຍສຳລັບຂໍ້ມູນເພີ່ມເຕີມ'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'ແຕະສອງເທື່ອເພື່ອຫຍໍ້ລົງ'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'ຫຍໍ້ລົງ'; @override String get lookUpButtonLabel => 'ຊອກຫາຂໍ້ມູນ'; @@ -9653,7 +9944,7 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Išvalyti'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Išskleista'; @override String get copyButtonLabel => 'Kopijuoti'; @@ -9704,19 +9995,19 @@ class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Sutraukta'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'dukart palieskite, kad išskleistumėte'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Išskleiskite, jei reikia daugiau išsamios informacijos'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'dukart palieskite, kad sutrauktumėte'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Sutraukti'; @override String get lookUpButtonLabel => 'Ieškoti'; @@ -9843,7 +10134,7 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Notīrīt'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Izvērsts'; @override String get copyButtonLabel => 'Kopēt'; @@ -9894,19 +10185,19 @@ class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => r'$minute minūtes'; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Sakļauts'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'dubultskāriens, lai izvērstu'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Izvērst, lai iegūtu plašāku informāciju'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'dubultskāriens, lai sakļautu'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Sakļaut'; @override String get lookUpButtonLabel => 'Meklēt'; @@ -10033,7 +10324,7 @@ class CupertinoLocalizationMk extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Избриши'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Проширено'; @override String get copyButtonLabel => 'Копирај'; @@ -10084,19 +10375,19 @@ class CupertinoLocalizationMk extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Собрано'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'допри двапати за проширување'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'проширување за повеќе детали'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'допрете двапати за собирање'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'собирање'; @override String get lookUpButtonLabel => 'Погледнете нагоре'; @@ -10223,7 +10514,7 @@ class CupertinoLocalizationMl extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'മായ്ക്കുക'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'വികസിപ്പിച്ചു'; @override String get copyButtonLabel => 'പകർത്തുക'; @@ -10274,19 +10565,19 @@ class CupertinoLocalizationMl extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'ചുരുക്കി'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'വികസിപ്പിക്കാൻ ഡബിൾ ടാപ്പ് ചെയ്യുക'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'കൂടുതൽ വിശദാംശങ്ങൾക്ക് വികസിപ്പിക്കുക'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'ചുരുക്കാൻ ഡബിൾ ടാപ്പ് ചെയ്യുക'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'ചുരുക്കുക'; @override String get lookUpButtonLabel => 'മുകളിലേക്ക് നോക്കുക'; @@ -10413,7 +10704,7 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Арилгах'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Дэлгэсэн'; @override String get copyButtonLabel => 'Хуулах'; @@ -10464,19 +10755,19 @@ class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Хураасан'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'дэлгэхийн тулд хоёр товшино уу'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Илүү дэлгэрэнгүй авах бол дэлгэнэ үү'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'хураахын тулд хоёр товшино уу'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Хураах'; @override String get lookUpButtonLabel => 'Дээшээ харах'; @@ -10603,7 +10894,7 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'साफ करा'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'विस्तार केले'; @override String get copyButtonLabel => 'कॉपी करा'; @@ -10654,19 +10945,19 @@ class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'कोलॅप्स केले'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'विस्तार करण्‍यासाठी दोनदा टॅप करा'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'आणखी तपशिलांसाठी विस्तार करा'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'कोलॅप्स करण्यासाठी दोनदा टॅप करा'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'कोलॅप्स करा'; @override String get lookUpButtonLabel => 'शोध घ्या'; @@ -10793,7 +11084,7 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Kosongkan'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Dikembangkan'; @override String get copyButtonLabel => 'Salin'; @@ -10844,19 +11135,19 @@ class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Dikuncupkan'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'ketik dua kali untuk kembangkan'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Kembangkan untuk mendapatkan butiran lanjut'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'ketik dua kali untuk kuncupkan'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Kuncupkan'; @override String get lookUpButtonLabel => 'Lihat ke Atas'; @@ -10983,7 +11274,7 @@ class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'ဖယ်ရှားရန်'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'ဖြန့်ထားသည်'; @override String get copyButtonLabel => 'မိတ္တူကူးရန်'; @@ -11034,19 +11325,19 @@ class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'ခေါက်ထားသည်'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'ဖြန့်ရန် နှစ်ချက်တို့ပါ'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'အသေးစိတ်အတွက် ဖြန့်ရန်'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'ခေါက်ရန် နှစ်ချက်တို့ပါ'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'ခေါက်ရန်'; @override String get lookUpButtonLabel => 'အပေါ်ကြည့်ရန်'; @@ -11173,7 +11464,7 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Slett'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Vises'; @override String get copyButtonLabel => 'Kopiér'; @@ -11224,19 +11515,19 @@ class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Skjules'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'dobbelttrykk for å vise'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Vis for å se mer informasjon'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'dobbelttrykk for å skjule'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Skjul'; @override String get lookUpButtonLabel => 'Slå opp'; @@ -11363,7 +11654,7 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'हटाउनुहोस्'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'एक्स्पान्ड गरियो'; @override String get copyButtonLabel => 'कपी गर्नुहोस्'; @@ -11414,19 +11705,19 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'कोल्याप्स गरियो'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'एक्स्पान्ड गर्न डबल ट्याप गर्नुहोस्'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'थप विवरण हेर्न एक्स्पान्ड गर्नुहोस्'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'कोल्याप्स गर्न डबल ट्याप गर्नुहोस्'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'कोल्याप्स गर्नुहोस्'; @override String get lookUpButtonLabel => 'माथितिर हेर्नुहोस्'; @@ -11553,7 +11844,7 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Wissen'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Uitgevouwen'; @override String get copyButtonLabel => 'Kopiëren'; @@ -11604,19 +11895,19 @@ class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Samengevouwen'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'dubbeltik om uit te vouwen'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Uitvouwen voor meer informatie'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'dubbeltik om samen te vouwen'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Samenvouwen'; @override String get lookUpButtonLabel => 'Opzoeken'; @@ -11743,7 +12034,7 @@ class CupertinoLocalizationNo extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Slett'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Vises'; @override String get copyButtonLabel => 'Kopiér'; @@ -11794,19 +12085,19 @@ class CupertinoLocalizationNo extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Skjules'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'dobbelttrykk for å vise'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Vis for å se mer informasjon'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'dobbelttrykk for å skjule'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Skjul'; @override String get lookUpButtonLabel => 'Slå opp'; @@ -11933,16 +12224,16 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'ଖାଲି କରନ୍ତୁ'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'ବିସ୍ତାର କରାଯାଇଛି'; @override String get copyButtonLabel => 'କପି କରନ୍ତୁ'; @override - String get cutButtonLabel => 'କଟ୍ କରନ୍ତୁ'; + String get cutButtonLabel => 'କଟ କରନ୍ତୁ'; @override - String get datePickerDateOrderString => 'mdy'; + String get datePickerDateOrderString => 'dmy'; @override String get datePickerDateTimeOrderString => 'date_time_dayPeriod'; @@ -11954,10 +12245,10 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { String? get datePickerHourSemanticsLabelMany => null; @override - String? get datePickerHourSemanticsLabelOne => r'$hourଟା'; + String? get datePickerHourSemanticsLabelOne => r'$hourଟା ସମୟରେ'; @override - String get datePickerHourSemanticsLabelOther => r'$hourଟା'; + String get datePickerHourSemanticsLabelOther => r'$hourଟା ସମୟରେ'; @override String? get datePickerHourSemanticsLabelTwo => null; @@ -11972,10 +12263,10 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelMany => null; @override - String? get datePickerMinuteSemanticsLabelOne => '1 ମିନିଟ୍'; + String? get datePickerMinuteSemanticsLabelOne => '1 ମିନିଟ'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute ମିନିଟ୍'; + String get datePickerMinuteSemanticsLabelOther => r'$minute ମିନିଟ'; @override String? get datePickerMinuteSemanticsLabelTwo => null; @@ -11984,19 +12275,19 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'ସଙ୍କୁଚିତ କରାଯାଇଛି'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'ବିସ୍ତାର କରିବା ପାଇଁ ଦୁଇଥର ଟାପ କରନ୍ତୁ'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'ଅଧିକ ବିବରଣୀ ପାଇଁ ବିସ୍ତାର କରନ୍ତୁ'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'ସଙ୍କୁଚିତ କରିବା ପାଇଁ ଦୁଇଥର ଟାପ କରନ୍ତୁ'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'ସଙ୍କୁଚିତ କରନ୍ତୁ'; @override String get lookUpButtonLabel => 'ଉପରକୁ ଦେଖନ୍ତୁ'; @@ -12017,19 +12308,19 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { String get postMeridiemAbbreviation => 'PM'; @override - String get searchTextFieldPlaceholderLabel => 'ସନ୍ଧାନ କରନ୍ତୁ'; + String get searchTextFieldPlaceholderLabel => 'ସର୍ଚ୍ଚ କରନ୍ତୁ'; @override String get searchWebButtonLabel => 'ୱେବ ସର୍ଚ୍ଚ କରନ୍ତୁ'; @override - String get selectAllButtonLabel => 'ସମସ୍ତ ଚୟନ କରନ୍ତୁ'; + String get selectAllButtonLabel => 'ସବୁ ଚୟନ କରନ୍ତୁ'; @override - String get shareButtonLabel => 'ସେୟାର୍ କରନ୍ତୁ...'; + String get shareButtonLabel => 'ସେୟାର କରନ୍ତୁ...'; @override - String get tabSemanticsLabelRaw => r'$tabCountର $tabIndex ଟାବ୍'; + String get tabSemanticsLabelRaw => r'$tabCountର $tabIndex ଟାବ'; @override String? get timerPickerHourLabelFew => null; @@ -12056,10 +12347,10 @@ class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { String? get timerPickerMinuteLabelMany => null; @override - String? get timerPickerMinuteLabelOne => 'ମିନିଟ୍'; + String? get timerPickerMinuteLabelOne => 'ମିନିଟ'; @override - String get timerPickerMinuteLabelOther => 'ମିନିଟ୍'; + String get timerPickerMinuteLabelOther => 'ମିନିଟ'; @override String? get timerPickerMinuteLabelTwo => null; @@ -12123,7 +12414,7 @@ class CupertinoLocalizationPa extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'ਕਲੀਅਰ ਕਰੋ'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'ਵਿਸਤਾਰ ਕੀਤਾ ਗਿਆ'; @override String get copyButtonLabel => 'ਕਾਪੀ ਕਰੋ'; @@ -12174,19 +12465,19 @@ class CupertinoLocalizationPa extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'ਸਮੇਟਿਆ ਗਿਆ'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'ਵਿਸਤਾਰ ਕਰਨ ਲਈ ਡਬਲ ਟੈਪ ਕਰੋ'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'ਹੋਰ ਵੇਰਵਿਆਂ ਲਈ ਵਿਸਤਾਰ ਕਰੋ'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'ਸਮੇਟਣ ਲਈ ਡਬਲ ਟੈਪ ਕਰੋ'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'ਸਮੇਟੋ'; @override String get lookUpButtonLabel => 'ਖੋਜੋ'; @@ -12313,7 +12604,7 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Wyczyść'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Rozwinięto'; @override String get copyButtonLabel => 'Kopiuj'; @@ -12364,19 +12655,19 @@ class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Zwinięto'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'kliknij dwukrotnie, aby rozwinąć'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Rozwiń, aby wyświetlić więcej informacji'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'kliknij dwukrotnie, aby zwinąć'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Zwiń'; @override String get lookUpButtonLabel => 'Sprawdź'; @@ -12503,7 +12794,7 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Limpar'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Aberto.'; @override String get copyButtonLabel => 'Copiar'; @@ -12554,19 +12845,19 @@ class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Fechado.'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'Toque duas vezes para abrir'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Abra para mostrar mais detalhes'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'toque duas vezes para fechar'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Feche'; @override String get lookUpButtonLabel => 'Pesquisar'; @@ -12677,6 +12968,24 @@ class CupertinoLocalizationPtPt extends CupertinoLocalizationPt { required super.decimalFormat, }); + @override + String get expansionTileExpandedHint => 'toque duas vezes para reduzir'; + + @override + String get collapsedHint => 'Expandido'; + + @override + String get expandedHint => 'Reduzido'; + + @override + String get expansionTileCollapsedTapHint => 'Expandir para obter mais detalhes'; + + @override + String get expansionTileExpandedTapHint => 'Reduzir'; + + @override + String get expansionTileCollapsedHint => 'toque duas vezes para expandir'; + @override String get backButtonLabel => 'Anterior'; @@ -12745,7 +13054,7 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Ștergeți'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Extins'; @override String get copyButtonLabel => 'Copiați'; @@ -12796,19 +13105,19 @@ class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Restrâns'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'atingeți de două ori pentru a extinde'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Extindeți pentru mai multe detalii'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'atingeți de două ori pentru a restrânge'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Restrângeți'; @override String get lookUpButtonLabel => 'Privire în sus'; @@ -12935,7 +13244,7 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Очистить'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Развернуто'; @override String get copyButtonLabel => 'Копировать'; @@ -12986,19 +13295,19 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Свернуто'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'нажмите дважды, чтобы развернуть'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Развернуть дополнительные сведения'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'нажмите дважды, чтобы свернуть'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Свернуть'; @override String get lookUpButtonLabel => 'Найти'; @@ -13125,7 +13434,7 @@ class CupertinoLocalizationSi extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'හිස් කරන්න'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'දිග හරින ලදි'; @override String get copyButtonLabel => 'පිටපත් කරන්න'; @@ -13176,19 +13485,19 @@ class CupertinoLocalizationSi extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'හකුළන ලදි'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'විහිදුවීමට දෙවරක් තට්ටු කරන්න'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'වැඩි විස්තර සඳහා පුළුල් කරන්න'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'හැකිළවීමට දෙවරක් තට්ටු කරන්න'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'හකුළන්න'; @override String get lookUpButtonLabel => 'උඩ බලන්න'; @@ -13315,7 +13624,7 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Vymazať'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Rozbalené'; @override String get copyButtonLabel => 'Kopírovať'; @@ -13366,19 +13675,19 @@ class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Zbalené'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'rozbalíte dvojitým klepnutím'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Rozbaliť a zobraziť ďalšie podrobnosti'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'zbalíte dvojitým klepnutím'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Zbaliť'; @override String get lookUpButtonLabel => 'Pohľad nahor'; @@ -13505,7 +13814,7 @@ class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Počisti'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Razširjeno'; @override String get copyButtonLabel => 'Kopiraj'; @@ -13556,19 +13865,19 @@ class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Strnjeno'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'za razširitev se dvakrat dotaknite'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Razširitev za več podrobnosti'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'za strnitev se dvakrat dotaknite'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Strni'; @override String get lookUpButtonLabel => 'Pogled gor'; @@ -13695,7 +14004,7 @@ class CupertinoLocalizationSq extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Pastro'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'U zgjerua'; @override String get copyButtonLabel => 'Kopjo'; @@ -13746,19 +14055,19 @@ class CupertinoLocalizationSq extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'U palos'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'trokit dy herë për ta zgjeruar'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Zgjero për më shumë detaje'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'trokit dy herë për ta palosur'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Palos'; @override String get lookUpButtonLabel => 'Kërko'; @@ -13885,7 +14194,7 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Обриши'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Проширено је'; @override String get copyButtonLabel => 'Копирај'; @@ -13936,19 +14245,19 @@ class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Скупљено је'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'двапут додирните да бисте проширили'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Проширите за још детаља'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'двапут додирните да бисте скупили'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Скупите'; @override String get lookUpButtonLabel => 'Поглед нагоре'; @@ -14093,6 +14402,9 @@ class CupertinoLocalizationSrLatn extends CupertinoLocalizationSr { @override String get clearButtonLabel => 'Obriši'; + @override + String get collapsedHint => 'Prošireno je'; + @override String get copyButtonLabel => 'Kopiraj'; @@ -14117,6 +14429,21 @@ class CupertinoLocalizationSrLatn extends CupertinoLocalizationSr { @override String get datePickerMinuteSemanticsLabelOther => r'$minute minuta'; + @override + String get expandedHint => 'Skupljeno je'; + + @override + String get expansionTileCollapsedHint => 'dvaput dodirnite da biste proširili'; + + @override + String get expansionTileCollapsedTapHint => 'Proširite za još detalja'; + + @override + String get expansionTileExpandedHint => 'dvaput dodirnite da biste skupili'; + + @override + String get expansionTileExpandedTapHint => 'Skupite'; + @override String get lookUpButtonLabel => 'Pogled nagore'; @@ -14215,7 +14542,7 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Rensa'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Utökades'; @override String get copyButtonLabel => 'Kopiera'; @@ -14266,19 +14593,19 @@ class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Komprimerades'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'dubbeltryck för att utöka'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Utöka för mer information'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'dubbeltryck för att komprimera'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Komprimera'; @override String get lookUpButtonLabel => 'Titta upp'; @@ -14405,7 +14732,7 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Futa'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Imepanuliwa'; @override String get copyButtonLabel => 'Nakili'; @@ -14456,19 +14783,19 @@ class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Imekunjwa'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'gusa mara mbili ili upanue'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Panua ili upate maelezo zaidi'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'gusa mara mbili ili ukunje'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Kunja'; @override String get lookUpButtonLabel => 'Tafuta'; @@ -14595,7 +14922,7 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'அழி'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'விரிவாக்கப்பட்டது'; @override String get copyButtonLabel => 'நகலெடு'; @@ -14646,19 +14973,19 @@ class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'சுருக்கப்பட்டது'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'விரிவாக்க இருமுறை தட்டுங்கள்'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'கூடுதல் விவரங்களுக்கு விரிவாக்கலாம்'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'சுருக்க இருமுறை தட்டவும்'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'சுருக்கும்'; @override String get lookUpButtonLabel => 'தேடு'; @@ -14785,7 +15112,7 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'క్లియర్ చేయండి'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'విస్తరించబడింది'; @override String get copyButtonLabel => 'కాపీ చేయి'; @@ -14836,19 +15163,19 @@ class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'కుదించబడింది'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'విస్తరించడానికి డబుల్ ట్యాప్ చేయండి'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'మరిన్ని వివరాల కోసం విస్తరించండి'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'కుదించడానికి డబుల్ ట్యాప్ చేయండి'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'కుదించండి'; @override String get lookUpButtonLabel => 'వెతకండి'; @@ -14975,7 +15302,7 @@ class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'ล้าง'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'ขยาย'; @override String get copyButtonLabel => 'คัดลอก'; @@ -15026,19 +15353,19 @@ class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'ยุบ'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'แตะสองครั้งเพื่อขยาย'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'ขยายเพื่อดูรายละเอียดเพิ่มเติม'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'แตะสองครั้งเพื่อยุบ'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'ยุบ'; @override String get lookUpButtonLabel => 'ค้นหา'; @@ -15165,7 +15492,7 @@ class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'I-clear'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Naka-expand'; @override String get copyButtonLabel => 'Kopyahin'; @@ -15216,19 +15543,19 @@ class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Naka-collapse'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'i-double tap para i-expand'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'I-expand para sa higit pang detalye'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'i-double tap para i-collapse'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'I-collapse'; @override String get lookUpButtonLabel => 'Tumingin sa Itaas'; @@ -15355,7 +15682,7 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Temizle'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Genişletildi'; @override String get copyButtonLabel => 'Kopyala'; @@ -15406,19 +15733,19 @@ class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Daraltıldı'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'genişletmek için iki kez dokunun'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Daha fazla ayrıntı için genişletin'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'daraltmak için iki kez dokunun'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Daralt'; @override String get lookUpButtonLabel => 'Ara'; @@ -15545,7 +15872,7 @@ class CupertinoLocalizationUg extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'تازىلاش'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'يېيىلدى'; @override String get copyButtonLabel => 'كۆچۈرۈش'; @@ -15596,19 +15923,19 @@ class CupertinoLocalizationUg extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'يىغىلدى'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'يېيىش ئۈچۈن قوش چېكىڭ'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'تېخىمۇ كۆپ تەپسىلاتلار ئۈچۈن يېيىڭ'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'يىغىش ئۈچۈن قوش چېكىڭ'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'يىغىش'; @override String get lookUpButtonLabel => 'ئىزدەش'; @@ -15735,7 +16062,7 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Очистити'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Розгорнуто'; @override String get copyButtonLabel => 'Копіювати'; @@ -15786,19 +16113,19 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Згорнуто'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'двічі торкніться, щоб розгорнути'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Розгорнути й дізнатися більше'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'двічі торкніться, щоб згорнути'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Згорнути'; @override String get lookUpButtonLabel => 'Шукати'; @@ -15925,7 +16252,7 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'صاف کریں'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'پھیلا ہوا'; @override String get copyButtonLabel => 'کاپی کریں'; @@ -15976,19 +16303,19 @@ class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'سکڑا ہوا'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'پھیلانے کے لیے دوبار تھپتھپائیں'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'مزید تفصیلات کے لیے پھیلائیں'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'سکیڑنے کے لیے دوبار تھپتھپائیں'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'سکیڑیں'; @override String get lookUpButtonLabel => 'تفصیل دیکھیں'; @@ -16115,7 +16442,7 @@ class CupertinoLocalizationUz extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Tozalash'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Yoyilgan'; @override String get copyButtonLabel => 'Nusxa olish'; @@ -16166,19 +16493,19 @@ class CupertinoLocalizationUz extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Yigʻilgan'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'yoyish uchun ikki marta bosing'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Batafsil koʻrish uchun yoying'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'yigʻish uchun ikki marta bosing'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Yigʻish'; @override String get lookUpButtonLabel => 'Tepaga qarang'; @@ -16305,7 +16632,7 @@ class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Xoá'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Đã mở rộng'; @override String get copyButtonLabel => 'Sao chép'; @@ -16356,19 +16683,19 @@ class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Đã thu gọn'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'nhấn đúp để mở rộng'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Mở rộng để xem thêm chi tiết'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'nhấn đúp để thu gọn'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Thu gọn'; @override String get lookUpButtonLabel => 'Tra cứu'; @@ -16495,7 +16822,7 @@ class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { String get clearButtonLabel => '清除'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => '已展开'; @override String get copyButtonLabel => '复制'; @@ -16546,19 +16873,19 @@ class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => '已收起'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => '点按两次即可展开'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => '展开查看更多详情'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => '点按两次即可收起'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => '收起'; @override String get lookUpButtonLabel => '查询'; @@ -16691,6 +17018,9 @@ class CupertinoLocalizationZhHant extends CupertinoLocalizationZh { @override String get alertDialogLabel => '通知'; + @override + String get collapsedHint => '已展開'; + @override String get copyButtonLabel => '複製'; @@ -16712,6 +17042,21 @@ class CupertinoLocalizationZhHant extends CupertinoLocalizationZh { @override String get datePickerMinuteSemanticsLabelOther => r'$minute 分鐘'; + @override + String get expandedHint => '已收合'; + + @override + String get expansionTileCollapsedHint => '㩒兩下就可以展開'; + + @override + String get expansionTileCollapsedTapHint => '展開就可以查看詳情'; + + @override + String get expansionTileExpandedHint => '㩒兩下就可以收合'; + + @override + String get expansionTileExpandedTapHint => '收合'; + @override String get lookUpButtonLabel => '查詢'; @@ -16792,6 +17137,15 @@ class CupertinoLocalizationZhHantTw extends CupertinoLocalizationZhHant { required super.decimalFormat, }); + @override + String get expansionTileExpandedHint => '輕觸兩下即可收合'; + + @override + String get expansionTileCollapsedTapHint => '展開更多詳細資料'; + + @override + String get expansionTileCollapsedHint => '輕觸兩下即可展開'; + @override String get noSpellCheckReplacementsLabel => '找不到替代文字'; @@ -16857,7 +17211,7 @@ class CupertinoLocalizationZu extends GlobalCupertinoLocalizations { String get clearButtonLabel => 'Sula'; @override - String get collapsedHint => 'Expanded'; + String get collapsedHint => 'Kunwetshiwe'; @override String get copyButtonLabel => 'Kopisha'; @@ -16908,19 +17262,19 @@ class CupertinoLocalizationZu extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelZero => null; @override - String get expandedHint => 'Collapsed'; + String get expandedHint => 'Kugoqiwe'; @override - String get expansionTileCollapsedHint => 'double tap to expand'; + String get expansionTileCollapsedHint => 'Thepha kabili ukuze unwebe'; @override - String get expansionTileCollapsedTapHint => 'Expand for more details'; + String get expansionTileCollapsedTapHint => 'Nweba ukuze uthole imininingwane eyengeziwe'; @override - String get expansionTileExpandedHint => 'double tap to collapse'; + String get expansionTileExpandedHint => 'thepha kabili ukuze ugoqe'; @override - String get expansionTileExpandedTapHint => 'Collapse'; + String get expansionTileExpandedTapHint => 'Goqa'; @override String get lookUpButtonLabel => 'Bheka Phezulu'; diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index e3d4b6820b2d..fab654deb483 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -1581,10 +1581,10 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get dateHelpText => 'mm/dd/yyyy'; @override - String get dateInputLabel => 'তাৰিখটো দিয়ক'; + String get dateInputLabel => 'তাৰিখ দিয়ক'; @override - String get dateOutOfRangeLabel => 'সীমাৰ বাহিৰত।'; + String get dateOutOfRangeLabel => 'পৰিসৰৰ বাহিৰত।'; @override String get datePickerHelpText => 'তাৰিখ বাছনি কৰক'; @@ -1614,7 +1614,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get dialModeButtonLabel => 'ডায়েল বাছনিকৰ্তাৰ ম’ডলৈ সলনি কৰক'; @override - String get dialogLabel => "ডায়ল'গ"; + String get dialogLabel => 'ডায়লগ'; @override String get drawerLabel => 'নেভিগেশ্বন মেনু'; @@ -1665,16 +1665,16 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get keyboardKeyAltGraph => 'AltGr'; @override - String get keyboardKeyBackspace => 'বেকস্পেচ'; + String get keyboardKeyBackspace => 'Backspace'; @override - String get keyboardKeyCapsLock => 'কেপ্‌ছ লক'; + String get keyboardKeyCapsLock => 'Caps Lock'; @override - String get keyboardKeyChannelDown => 'চেনেল ডাউন'; + String get keyboardKeyChannelDown => 'Channel Down'; @override - String get keyboardKeyChannelUp => 'চেনেল আপ'; + String get keyboardKeyChannelUp => 'Channel Up'; @override String get keyboardKeyControl => 'Ctrl'; @@ -1683,7 +1683,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get keyboardKeyDelete => 'Del'; @override - String get keyboardKeyEject => 'ইজেক্ট'; + String get keyboardKeyEject => 'Eject'; @override String get keyboardKeyEnd => 'End'; @@ -1701,7 +1701,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get keyboardKeyInsert => 'Insert'; @override - String get keyboardKeyMeta => 'মেটা'; + String get keyboardKeyMeta => 'Meta'; @override String get keyboardKeyMetaMacOs => 'Command'; @@ -1713,64 +1713,64 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get keyboardKeyNumLock => 'Num Lock'; @override - String get keyboardKeyNumpad0 => 'নং ০'; + String get keyboardKeyNumpad0 => 'Num 0'; @override - String get keyboardKeyNumpad1 => 'নং ১'; + String get keyboardKeyNumpad1 => 'Num 1'; @override - String get keyboardKeyNumpad2 => 'নং ২'; + String get keyboardKeyNumpad2 => 'Num 2'; @override - String get keyboardKeyNumpad3 => 'নং ৩'; + String get keyboardKeyNumpad3 => 'Num 3'; @override - String get keyboardKeyNumpad4 => 'নং ৪'; + String get keyboardKeyNumpad4 => 'Num 4'; @override - String get keyboardKeyNumpad5 => 'নং ৫'; + String get keyboardKeyNumpad5 => 'Num 5'; @override - String get keyboardKeyNumpad6 => 'নং ৬'; + String get keyboardKeyNumpad6 => 'Num 6'; @override - String get keyboardKeyNumpad7 => 'নং ৭'; + String get keyboardKeyNumpad7 => 'Num 7'; @override - String get keyboardKeyNumpad8 => 'নং ৮'; + String get keyboardKeyNumpad8 => 'Num 8'; @override - String get keyboardKeyNumpad9 => 'নং ৯'; + String get keyboardKeyNumpad9 => 'Num 9'; @override - String get keyboardKeyNumpadAdd => 'নং +'; + String get keyboardKeyNumpadAdd => 'Num +'; @override - String get keyboardKeyNumpadComma => 'নং ,'; + String get keyboardKeyNumpadComma => 'Num ,'; @override - String get keyboardKeyNumpadDecimal => 'নং .'; + String get keyboardKeyNumpadDecimal => 'Num .'; @override - String get keyboardKeyNumpadDivide => 'নং /'; + String get keyboardKeyNumpadDivide => 'Num /'; @override String get keyboardKeyNumpadEnter => 'Num Enter'; @override - String get keyboardKeyNumpadEqual => 'নং ='; + String get keyboardKeyNumpadEqual => 'Num ='; @override - String get keyboardKeyNumpadMultiply => 'নং *'; + String get keyboardKeyNumpadMultiply => 'Num *'; @override - String get keyboardKeyNumpadParenLeft => 'নং ('; + String get keyboardKeyNumpadParenLeft => 'Num ('; @override - String get keyboardKeyNumpadParenRight => 'নং )'; + String get keyboardKeyNumpadParenRight => 'Num )'; @override - String get keyboardKeyNumpadSubtract => 'নং -'; + String get keyboardKeyNumpadSubtract => 'Num -'; @override String get keyboardKeyPageDown => 'PgDown'; @@ -1779,25 +1779,25 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get keyboardKeyPageUp => 'PgUp'; @override - String get keyboardKeyPower => 'পাৱাৰ'; + String get keyboardKeyPower => 'Power'; @override - String get keyboardKeyPowerOff => 'পাৱাৰ অফ'; + String get keyboardKeyPowerOff => 'Power Off'; @override - String get keyboardKeyPrintScreen => 'প্ৰিণ্ট স্ক্ৰীন'; + String get keyboardKeyPrintScreen => 'Print Screen'; @override - String get keyboardKeyScrollLock => 'স্ক্ৰ’ল লক'; + String get keyboardKeyScrollLock => 'Scroll Lock'; @override - String get keyboardKeySelect => 'ছিলেক্ট'; + String get keyboardKeySelect => 'Select'; @override - String get keyboardKeyShift => 'শ্বিফ্ট'; + String get keyboardKeyShift => 'Shift'; @override - String get keyboardKeySpace => 'স্পেচ'; + String get keyboardKeySpace => 'Space'; @override String get lastPageTooltip => 'অন্তিম পৃষ্ঠা'; @@ -1821,7 +1821,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String? get licensesPackageDetailTextZero => 'No licenses'; @override - String get licensesPageTitle => 'অনুজ্ঞাপত্ৰসমূহ'; + String get licensesPageTitle => 'অনুজ্ঞাপত্ৰ'; @override String get lookUpButtonLabel => 'ওপৰলৈ চাওক'; @@ -1854,13 +1854,13 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get pageRowsInfoTitleRaw => r'$rowCountৰ $firstRow–$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'$rowCountৰ $firstRow–$lastRow'; + String get pageRowsInfoTitleApproximateRaw => r'প্ৰায় $rowCountৰ $firstRow–$lastRow'; @override String get pasteButtonLabel => "পে'ষ্ট কৰক"; @override - String get popupMenuLabel => "প'পআপ মেনু"; + String get popupMenuLabel => 'পপআপ মেনু'; @override String get postMeridiemAbbreviation => 'অপৰাহ্ন'; @@ -1881,10 +1881,10 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountMany => null; @override - String? get remainingTextFieldCharacterCountOne => '১টা বর্ণ বাকী আছে'; + String? get remainingTextFieldCharacterCountOne => '১ টা বর্ণসংখ্যা বাকী আছে'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCountটা বর্ণ বাকী আছে'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount টা বর্ণসংখ্যা বাকী আছে'; @override String? get remainingTextFieldCharacterCountTwo => null; @@ -1893,19 +1893,19 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountZero => null; @override - String get reorderItemDown => 'তললৈ স্থানান্তৰ কৰক'; + String get reorderItemDown => 'তললৈ নিয়ক'; @override String get reorderItemLeft => 'বাওঁফাললৈ স্থানান্তৰ কৰক'; @override - String get reorderItemRight => 'সোঁফাললৈ স্থানান্তৰ কৰক'; + String get reorderItemRight => 'সোঁফাললৈ নিয়ক'; @override - String get reorderItemToEnd => 'শেষলৈ স্থানান্তৰ কৰক'; + String get reorderItemToEnd => 'শেষলৈ নিয়ক'; @override - String get reorderItemToStart => 'আৰম্ভণিলৈ স্থানান্তৰ কৰক'; + String get reorderItemToStart => 'আৰম্ভণিলৈ নিয়ক'; @override String get reorderItemUp => 'ওপৰলৈ নিয়ক'; @@ -1935,7 +1935,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get searchWebButtonLabel => 'ৱেবত সন্ধান কৰক'; @override - String get selectAllButtonLabel => 'সকলো বাছনি কৰক'; + String get selectAllButtonLabel => 'আটাইবোৰ বাছনি কৰক'; @override String get selectYearSemanticsLabel => 'বছৰ বাছনি কৰক'; @@ -1950,10 +1950,10 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String? get selectedRowCountTitleMany => null; @override - String? get selectedRowCountTitleOne => "১টা বস্তু বাছনি কৰা হ'ল"; + String? get selectedRowCountTitleOne => '১ টা বস্তু বাছনি কৰা হ’ল'; @override - String get selectedRowCountTitleOther => r'$selectedRowCountটা বস্তু বাছনি কৰা হ’ল'; + String get selectedRowCountTitleOther => r'$selectedRowCount টা বস্তু বাছনি কৰা হ’ল'; @override String? get selectedRowCountTitleTwo => null; @@ -1974,7 +1974,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get signedInLabel => 'ছাইন ইন কৰা হ’ল'; @override - String get tabLabelRaw => r'$tabCountৰ $tabIndexটা টেব'; + String get tabLabelRaw => r'$tabCount টাৰ ভিতৰত $tabIndex টা টেব'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -1986,7 +1986,7 @@ class MaterialLocalizationAs extends GlobalMaterialLocalizations { String get timePickerHourLabel => 'ঘণ্টা'; @override - String get timePickerHourModeAnnouncement => 'সময় বাছনি কৰক'; + String get timePickerHourModeAnnouncement => 'ঘণ্টা বাছনি কৰক'; @override String get timePickerInputHelpText => 'সময় দিয়ক'; @@ -5994,7 +5994,7 @@ class MaterialLocalizationCy extends GlobalMaterialLocalizations { }); @override - String get aboutListTileTitleRaw => r'Ynghylch $applicationName'; + String get aboutListTileTitleRaw => r'Ynglŷn â $applicationName'; @override String get alertDialogLabel => 'Rhybudd'; @@ -6150,7 +6150,7 @@ class MaterialLocalizationCy extends GlobalMaterialLocalizations { String get keyboardKeyEject => 'Eject'; @override - String get keyboardKeyEnd => 'Gorffen'; + String get keyboardKeyEnd => 'End'; @override String get keyboardKeyEscape => 'Esc'; @@ -6273,7 +6273,7 @@ class MaterialLocalizationCy extends GlobalMaterialLocalizations { String? get licensesPackageDetailTextMany => r'$licenseCount thrwydded'; @override - String? get licensesPackageDetailTextOne => '1 trwydded'; + String? get licensesPackageDetailTextOne => '1 drwydded'; @override String get licensesPackageDetailTextOther => r'$licenseCount trwydded'; @@ -6399,7 +6399,7 @@ class MaterialLocalizationCy extends GlobalMaterialLocalizations { String get searchWebButtonLabel => "Chwilio'r We"; @override - String get selectAllButtonLabel => 'Dewis y Cyfan'; + String get selectAllButtonLabel => 'Dewis y cyfan'; @override String get selectYearSemanticsLabel => 'Dewiswch flwyddyn'; @@ -6408,19 +6408,19 @@ class MaterialLocalizationCy extends GlobalMaterialLocalizations { String get selectedDateLabel => "Wedi'i ddewis"; @override - String? get selectedRowCountTitleFew => r"Mae $selectedRowCount eitem wedi'u dewis"; + String? get selectedRowCountTitleFew => r"$selectedRowCount eitem wedi'u dewis"; @override - String? get selectedRowCountTitleMany => r"Mae $selectedRowCount eitem wedi'u dewis"; + String? get selectedRowCountTitleMany => r"$selectedRowCount eitem wedi'u dewis"; @override - String? get selectedRowCountTitleOne => "Mae 1 eitem wedi'i dewis"; + String? get selectedRowCountTitleOne => "1 eitem wedi'i dewis"; @override - String get selectedRowCountTitleOther => r"Mae $selectedRowCount eitem wedi'u dewis"; + String get selectedRowCountTitleOther => r"$selectedRowCount eitem wedi'u dewis"; @override - String? get selectedRowCountTitleTwo => r"Mae $selectedRowCount eitem wedi'u dewis"; + String? get selectedRowCountTitleTwo => r"$selectedRowCount eitem wedi'u dewis"; @override String? get selectedRowCountTitleZero => "Nid oes unrhyw eitemau wedi'u dewis"; @@ -6793,7 +6793,7 @@ class MaterialLocalizationDa extends GlobalMaterialLocalizations { String get menuDismissLabel => 'Luk menu'; @override - String get modalBarrierDismissLabel => 'Afvis'; + String get modalBarrierDismissLabel => 'Luk'; @override String get moreButtonTooltip => 'Mere'; @@ -14671,7 +14671,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get keyboardKeyAlt => 'دگرساز'; @override - String get keyboardKeyAltGraph => 'دگرساز راست'; + String get keyboardKeyAltGraph => 'AltGr'; @override String get keyboardKeyBackspace => 'پس‌بَر'; @@ -14686,7 +14686,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get keyboardKeyChannelUp => 'کانال بالا'; @override - String get keyboardKeyControl => 'مهار'; + String get keyboardKeyControl => 'Ctrl'; @override String get keyboardKeyDelete => 'حذف'; @@ -14698,7 +14698,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get keyboardKeyEnd => 'پایان'; @override - String get keyboardKeyEscape => 'گریز'; + String get keyboardKeyEscape => 'Esc'; @override String get keyboardKeyFn => 'عملکرد'; @@ -14707,79 +14707,79 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get keyboardKeyHome => 'صفحه اصلی'; @override - String get keyboardKeyInsert => 'درج'; + String get keyboardKeyInsert => 'Insert'; @override String get keyboardKeyMeta => 'متا'; @override - String get keyboardKeyMetaMacOs => 'فرمان'; + String get keyboardKeyMetaMacOs => 'Command'; @override String get keyboardKeyMetaWindows => 'Win'; @override - String get keyboardKeyNumLock => 'قفل اعداد'; + String get keyboardKeyNumLock => 'Num Lock'; @override - String get keyboardKeyNumpad0 => 'عدد ۰'; + String get keyboardKeyNumpad0 => 'Numpad 0'; @override - String get keyboardKeyNumpad1 => 'عدد ۱'; + String get keyboardKeyNumpad1 => 'Numpad 1'; @override - String get keyboardKeyNumpad2 => 'عدد ۲'; + String get keyboardKeyNumpad2 => 'Numpad 2'; @override - String get keyboardKeyNumpad3 => 'عدد ۳'; + String get keyboardKeyNumpad3 => 'Numpad 3'; @override - String get keyboardKeyNumpad4 => 'عدد ۴'; + String get keyboardKeyNumpad4 => 'Numpad 4'; @override - String get keyboardKeyNumpad5 => 'عدد ۵'; + String get keyboardKeyNumpad5 => 'Numpad 5'; @override - String get keyboardKeyNumpad6 => 'عدد ۶'; + String get keyboardKeyNumpad6 => 'Numpad 6'; @override - String get keyboardKeyNumpad7 => 'عدد ۷'; + String get keyboardKeyNumpad7 => 'Numpad 7'; @override - String get keyboardKeyNumpad8 => 'عدد ۸'; + String get keyboardKeyNumpad8 => 'Numpad 8'; @override - String get keyboardKeyNumpad9 => 'عدد ۹'; + String get keyboardKeyNumpad9 => 'Numpad 9'; @override - String get keyboardKeyNumpadAdd => 'عدد +'; + String get keyboardKeyNumpadAdd => 'Numpad +‎'; @override - String get keyboardKeyNumpadComma => 'عدد ,'; + String get keyboardKeyNumpadComma => 'Numpad ,‎'; @override - String get keyboardKeyNumpadDecimal => 'عدد .'; + String get keyboardKeyNumpadDecimal => 'Numpad .‎'; @override - String get keyboardKeyNumpadDivide => 'عدد /'; + String get keyboardKeyNumpadDivide => 'Numpad /‎'; @override - String get keyboardKeyNumpadEnter => 'ورود اعداد'; + String get keyboardKeyNumpadEnter => 'Numpad Enter'; @override - String get keyboardKeyNumpadEqual => 'عدد ='; + String get keyboardKeyNumpadEqual => 'Numpad =‎'; @override - String get keyboardKeyNumpadMultiply => 'عدد *'; + String get keyboardKeyNumpadMultiply => 'Numpad *‎'; @override - String get keyboardKeyNumpadParenLeft => 'عدد ('; + String get keyboardKeyNumpadParenLeft => 'Numpad (‎'; @override - String get keyboardKeyNumpadParenRight => 'عدد )'; + String get keyboardKeyNumpadParenRight => 'Numpad )‎'; @override - String get keyboardKeyNumpadSubtract => 'عدد -'; + String get keyboardKeyNumpadSubtract => 'Numpad -‎'; @override String get keyboardKeyPageDown => 'صفحه پایین'; @@ -14803,7 +14803,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get keyboardKeySelect => 'انتخاب'; @override - String get keyboardKeyShift => 'کلید تبدیل'; + String get keyboardKeyShift => 'Shift'; @override String get keyboardKeySpace => 'فاصله'; @@ -17257,7 +17257,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get deleteButtonTooltip => 'Eliminar'; @override - String get dialModeButtonLabel => 'Cambiar a modo de selector en esfera'; + String get dialModeButtonLabel => 'Cambiar ao modo de selector en esfera'; @override String get dialogLabel => 'Cadro de diálogo'; @@ -17278,7 +17278,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get expansionTileCollapsedTapHint => 'Despregar para obter máis detalles'; @override - String get expansionTileExpandedHint => 'toca dúas veces para contraer'; + String get expansionTileExpandedHint => 'tocar dúas veces para contraer'; @override String get expansionTileExpandedTapHint => 'Contraer'; @@ -17293,7 +17293,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get inputDateModeButtonLabel => 'Cambiar ao modo de introdución de texto'; @override - String get inputTimeModeButtonLabel => 'Cambiar ao modo de escritura dos números'; + String get inputTimeModeButtonLabel => 'Cambiar ao modo de introdución de texto'; @override String get invalidDateFormatLabel => 'O formato non é válido.'; @@ -17479,7 +17479,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { String get menuDismissLabel => 'Pechar menú'; @override - String get modalBarrierDismissLabel => 'Ignorar'; + String get modalBarrierDismissLabel => 'Pechar'; @override String get moreButtonTooltip => 'Máis'; @@ -17575,7 +17575,7 @@ class MaterialLocalizationGl extends GlobalMaterialLocalizations { ScriptCategory get scriptCategory => ScriptCategory.englishLike; @override - String get searchFieldLabel => 'Buscar'; + String get searchFieldLabel => 'Fai unha busca'; @override String get searchWebButtonLabel => 'Buscar na Web'; @@ -32567,7 +32567,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get bottomSheetLabel => 'ବଟମ ସିଟ'; @override - String get calendarModeButtonLabel => 'କ୍ୟାଲେଣ୍ଡରକୁ ସ୍ୱିଚ୍ କରନ୍ତୁ'; + String get calendarModeButtonLabel => 'କେଲେଣ୍ଡରକୁ ସ୍ୱିଚ କରନ୍ତୁ'; @override String get cancelButtonLabel => 'ବାତିଲ କରନ୍ତୁ'; @@ -32585,7 +32585,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get collapsedHint => 'ବିସ୍ତାର କରାଯାଇଛି'; @override - String get collapsedIconTapHint => 'ପ୍ରସାରିତ କରନ୍ତୁ'; + String get collapsedIconTapHint => 'ବିସ୍ତାର କରନ୍ତୁ'; @override String get continueButtonLabel => 'ଜାରି ରଖନ୍ତୁ'; @@ -32597,16 +32597,16 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get currentDateLabel => 'ଆଜି'; @override - String get cutButtonLabel => 'କଟ୍ କରନ୍ତୁ'; + String get cutButtonLabel => 'କଟ କରନ୍ତୁ'; @override - String get dateHelpText => 'mm/dd/yyyy'; + String get dateHelpText => 'dd/mm/yyyy'; @override String get dateInputLabel => 'ତାରିଖ ଲେଖନ୍ତୁ'; @override - String get dateOutOfRangeLabel => 'ସୀମା ବାହାରେ।'; + String get dateOutOfRangeLabel => 'ରେଞ୍ଜ ବାହାରେ।'; @override String get datePickerHelpText => 'ତାରିଖ ଚୟନ କରନ୍ତୁ'; @@ -32630,16 +32630,16 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get dateSeparator => '/'; @override - String get deleteButtonTooltip => 'ଡିଲିଟ୍ କରନ୍ତୁ'; + String get deleteButtonTooltip => 'ଡିଲିଟ କରନ୍ତୁ'; @override - String get dialModeButtonLabel => 'ଡାଏଲ୍ ପିକର୍ ମୋଡକୁ ସ୍ୱିଚ୍ କରନ୍ତୁ'; + String get dialModeButtonLabel => 'ଡାଏଲ ପିକର ମୋଡକୁ ସ୍ୱିଚ କରନ୍ତୁ'; @override - String get dialogLabel => 'ଡାୟଲଗ୍'; + String get dialogLabel => 'ଡାଏଲଗ'; @override - String get drawerLabel => 'ନେଭିଗେସନ୍ ମେନୁ'; + String get drawerLabel => 'ନାଭିଗେସନ ମେନୁ'; @override String get expandedHint => 'ସଙ୍କୁଚିତ କରାଯାଇଛି'; @@ -32666,16 +32666,16 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'ଆକାଉଣ୍ଟଗୁଡ଼ିକୁ ଲୁଚାନ୍ତୁ'; @override - String get inputDateModeButtonLabel => 'ଇନପୁଟକୁ ସ୍ୱିଚ୍ କରନ୍ତୁ'; + String get inputDateModeButtonLabel => 'ଇନପୁଟକୁ ସ୍ୱିଚ କରନ୍ତୁ'; @override - String get inputTimeModeButtonLabel => 'ଟେକ୍ସଟ୍ ଇନପୁଟ୍ ମୋଡକୁ ସ୍ୱିଚ୍ କରନ୍ତୁ'; + String get inputTimeModeButtonLabel => 'ଟେକ୍ସଟ ଇନପୁଟ ମୋଡକୁ ସ୍ୱିଚ କରନ୍ତୁ'; @override - String get invalidDateFormatLabel => 'ଅବୈଧ ଫର୍ମାଟ୍।'; + String get invalidDateFormatLabel => 'ଅବୈଧ ଫର୍ମାଟ।'; @override - String get invalidDateRangeLabel => 'ଅବୈଧ ସୀମା।'; + String get invalidDateRangeLabel => 'ଅବୈଧ ରେଞ୍ଜ।'; @override String get invalidTimeLabel => 'ଏକ ବୈଧ ସମୟ ଲେଖନ୍ତୁ'; @@ -32831,10 +32831,10 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String? get licensesPackageDetailTextMany => null; @override - String? get licensesPackageDetailTextOne => '1ଟି ଲାଇସେନ୍ସ'; + String? get licensesPackageDetailTextOne => '1 ଲାଇସେନ୍ସ'; @override - String get licensesPackageDetailTextOther => r'$licenseCountଟି ଲାଇସେନ୍ସ'; + String get licensesPackageDetailTextOther => r'$licenseCount ଲାଇସେନ୍ସ'; @override String? get licensesPackageDetailTextTwo => null; @@ -32864,37 +32864,37 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get nextMonthTooltip => 'ପରବର୍ତ୍ତୀ ମାସ'; @override - String get nextPageTooltip => 'ପରବର୍ତ୍ତୀ ପେଜ୍'; + String get nextPageTooltip => 'ପରବର୍ତ୍ତୀ ପୃଷ୍ଠା'; @override - String get okButtonLabel => 'ଠିକ୍ ଅଛି'; + String get okButtonLabel => 'ଠିକ ଅଛି'; @override - String get openAppDrawerTooltip => 'ନାଭିଗେସନ୍ ମେନୁ ଖୋଲନ୍ତୁ'; + String get openAppDrawerTooltip => 'ନାଭିଗେସନ ମେନୁ ଖୋଲନ୍ତୁ'; @override String get pageRowsInfoTitleRaw => r'$rowCountର $firstRow–$lastRow'; @override - String get pageRowsInfoTitleApproximateRaw => r'ପାଖାପାଖି $rowCountର $firstRow–$lastRow'; + String get pageRowsInfoTitleApproximateRaw => r'$rowCountର ପାଖାପାଖି $firstRow–$lastRow'; @override String get pasteButtonLabel => 'ପେଷ୍ଟ କରନ୍ତୁ'; @override - String get popupMenuLabel => 'ପପ୍-ଅପ୍ ମେନୁ'; + String get popupMenuLabel => 'ପପଅପ ମେନୁ'; @override String get postMeridiemAbbreviation => 'PM'; @override - String get previousMonthTooltip => 'ପୂର୍ବ ମାସ'; + String get previousMonthTooltip => 'ପୂର୍ବବର୍ତ୍ତୀ ମାସ'; @override - String get previousPageTooltip => 'ପୂର୍ବବର୍ତ୍ତୀ ପେଜ୍'; + String get previousPageTooltip => 'ପୂର୍ବବର୍ତ୍ତୀ ପୃଷ୍ଠା'; @override - String get refreshIndicatorSemanticLabel => 'ରିଫ୍ରେସ୍ କରନ୍ତୁ'; + String get refreshIndicatorSemanticLabel => 'ରିଫ୍ରେସ କରନ୍ତୁ'; @override String? get remainingTextFieldCharacterCountFew => null; @@ -32903,10 +32903,10 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountMany => null; @override - String? get remainingTextFieldCharacterCountOne => '1ଟି ଅକ୍ଷର ବାକି ଅଛି'; + String? get remainingTextFieldCharacterCountOne => '1 କେରେକ୍ଟର ବାକି ଅଛି'; @override - String get remainingTextFieldCharacterCountOther => r'$remainingCountଟି ଅକ୍ଷର ବାକି ଅଛି'; + String get remainingTextFieldCharacterCountOther => r'$remainingCount କେରେକ୍ଟର ବାକି ଅଛି'; @override String? get remainingTextFieldCharacterCountTwo => null; @@ -32915,31 +32915,31 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String? get remainingTextFieldCharacterCountZero => null; @override - String get reorderItemDown => 'ତଳକୁ ଯାଆନ୍ତୁ'; + String get reorderItemDown => 'ତଳକୁ ମୁଭ କରନ୍ତୁ'; @override - String get reorderItemLeft => 'ବାମକୁ ଯାଆନ୍ତୁ'; + String get reorderItemLeft => 'ବାମକୁ ମୁଭ କରନ୍ତୁ'; @override - String get reorderItemRight => 'ଡାହାଣକୁ ଯାଆନ୍ତୁ'; + String get reorderItemRight => 'ଡାହାଣକୁ ମୁଭ କରନ୍ତୁ'; @override - String get reorderItemToEnd => 'ଶେଷକୁ ଯାଆନ୍ତୁ'; + String get reorderItemToEnd => 'ଶେଷକୁ ମୁଭ କରନ୍ତୁ'; @override - String get reorderItemToStart => 'ଆରମ୍ଭକୁ ଯାଆନ୍ତୁ'; + String get reorderItemToStart => 'ଆରମ୍ଭକୁ ମୁଭ କରନ୍ତୁ'; @override - String get reorderItemUp => 'ଉପରକୁ ନିଅନ୍ତୁ'; + String get reorderItemUp => 'ଉପରକୁ ମୁଭ କରନ୍ତୁ'; @override - String get rowsPerPageTitle => 'ପୃଷ୍ଠା ପିଛା ଧାଡ଼ି:'; + String get rowsPerPageTitle => 'ପ୍ରତି ପୃଷ୍ଠାରେ ଧାଡ଼ି:'; @override String get saveButtonLabel => 'ସେଭ କରନ୍ତୁ'; @override - String get scanTextButtonLabel => 'ଟେକ୍ସଟ୍ ସ୍କାନ୍ କରନ୍ତୁ'; + String get scanTextButtonLabel => 'ଟେକ୍ସଟ ସ୍କାନ କରନ୍ତୁ'; @override String get scrimLabel => 'ସ୍କ୍ରିମ'; @@ -32951,7 +32951,7 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { ScriptCategory get scriptCategory => ScriptCategory.tall; @override - String get searchFieldLabel => 'ସନ୍ଧାନ କରନ୍ତୁ'; + String get searchFieldLabel => 'ସର୍ଚ୍ଚ କରନ୍ତୁ'; @override String get searchWebButtonLabel => 'ୱେବ ସର୍ଚ୍ଚ କରନ୍ତୁ'; @@ -32972,10 +32972,10 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String? get selectedRowCountTitleMany => null; @override - String? get selectedRowCountTitleOne => '1ଟି ଆଇଟମ୍ ଚୟନ କରାଯାଇଛି'; + String? get selectedRowCountTitleOne => '1 ଆଇଟମ ଚୟନ କରାଯାଇଛି'; @override - String get selectedRowCountTitleOther => r'$selectedRowCountଟି ଆଇଟମ୍ ଚୟନ କରାଯାଇଛି'; + String get selectedRowCountTitleOther => r'$selectedRowCountଟି ଆଇଟମ ଚୟନ କରାଯାଇଛି'; @override String? get selectedRowCountTitleTwo => null; @@ -32993,10 +32993,10 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get showMenuTooltip => 'ମେନୁ ଦେଖାନ୍ତୁ'; @override - String get signedInLabel => 'ସାଇନ୍ ଇନ୍ କରାଯାଇଛି'; + String get signedInLabel => 'ସାଇନ ଇନ କରାଯାଇଛି'; @override - String get tabLabelRaw => r'$tabCountର $tabIndex ଟାବ୍'; + String get tabLabelRaw => r'$tabCountର $tabIndex ଟାବ'; @override TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; @@ -33014,19 +33014,19 @@ class MaterialLocalizationOr extends GlobalMaterialLocalizations { String get timePickerInputHelpText => 'ସମୟ ଲେଖନ୍ତୁ'; @override - String get timePickerMinuteLabel => 'ମିନିଟ୍'; + String get timePickerMinuteLabel => 'ମିନିଟ'; @override - String get timePickerMinuteModeAnnouncement => 'ମିନିଟ୍ ଚୟନ କରନ୍ତୁ'; + String get timePickerMinuteModeAnnouncement => 'ମିନିଟ ଚୟନ କରନ୍ତୁ'; @override String get unspecifiedDate => 'ତାରିଖ'; @override - String get unspecifiedDateRange => 'ତାରିଖ ସୀମା'; + String get unspecifiedDateRange => 'ତାରିଖ ରେଞ୍ଜ'; @override - String get viewLicensesButtonLabel => 'ଲାଇସେନ୍ସ ଦେଖନ୍ତୁ'; + String get viewLicensesButtonLabel => 'ଲାଇସେନ୍ସ ଭ୍ୟୁ କରନ୍ତୁ'; } /// The translations for Panjabi Punjabi (`pa`). @@ -45808,7 +45808,7 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get searchWebButtonLabel => '搜尋'; @override - String get selectAllButtonLabel => '全部選取'; + String get selectAllButtonLabel => '全選'; @override String get selectYearSemanticsLabel => '揀年份'; @@ -45983,9 +45983,6 @@ class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { @override String get pageRowsInfoTitleApproximateRaw => r'第 $firstRow - $lastRow 列 (總共約 $rowCount 列)'; - @override - String get selectAllButtonLabel => '全選'; - @override String get timePickerHourModeAnnouncement => '選取小時數'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_as.arb b/packages/flutter_localizations/lib/src/l10n/material_as.arb index 3131bbe53847..9e98139a1d44 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_as.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_as.arb @@ -13,13 +13,13 @@ "previousPageTooltip": "পূৰ্বৱৰ্তী পৃষ্ঠা", "showMenuTooltip": "মেনুখন দেখুৱাওক", "aboutListTileTitle": "$applicationNameৰ বিষয়ে", - "licensesPageTitle": "অনুজ্ঞাপত্ৰসমূহ", + "licensesPageTitle": "অনুজ্ঞাপত্ৰ", "pageRowsInfoTitle": "$rowCountৰ $firstRow–$lastRow", - "pageRowsInfoTitleApproximate": "$rowCountৰ $firstRow–$lastRow", + "pageRowsInfoTitleApproximate": "প্ৰায় $rowCountৰ $firstRow–$lastRow", "rowsPerPageTitle": "প্ৰতিটো পৃষ্ঠাত থকা শাৰী:", - "tabLabel": "$tabCountৰ $tabIndexটা টেব", - "selectedRowCountTitleOne": "১টা বস্তু বাছনি কৰা হ'ল", - "selectedRowCountTitleOther": "$selectedRowCountটা বস্তু বাছনি কৰা হ’ল", + "tabLabel": "$tabCount টাৰ ভিতৰত $tabIndex টা টেব", + "selectedRowCountTitleOne": "১ টা বস্তু বাছনি কৰা হ’ল", + "selectedRowCountTitleOther": "$selectedRowCount টা বস্তু বাছনি কৰা হ’ল", "cancelButtonLabel": "বাতিল কৰক", "closeButtonLabel": "বন্ধ কৰক", "continueButtonLabel": "অব্যাহত ৰাখক", @@ -28,31 +28,31 @@ "scanTextButtonLabel": "পাঠ স্কেন কৰক", "okButtonLabel": "ঠিক আছে", "pasteButtonLabel": "পে'ষ্ট কৰক", - "selectAllButtonLabel": "সকলো বাছনি কৰক", + "selectAllButtonLabel": "আটাইবোৰ বাছনি কৰক", "viewLicensesButtonLabel": "অনুজ্ঞাপত্ৰসমূহ চাওক", "anteMeridiemAbbreviation": "পূৰ্বাহ্ন", "postMeridiemAbbreviation": "অপৰাহ্ন", - "timePickerHourModeAnnouncement": "সময় বাছনি কৰক", + "timePickerHourModeAnnouncement": "ঘণ্টা বাছনি কৰক", "timePickerMinuteModeAnnouncement": "মিনিট বাছনি কৰক", "modalBarrierDismissLabel": "অগ্ৰাহ্য কৰক", "signedInLabel": "ছাইন ইন কৰা হ’ল", "hideAccountsLabel": "একাউণ্টসমূহ লুকুৱাওক", "showAccountsLabel": "একাউণ্টসমূহ দেখুৱাওক", "drawerLabel": "নেভিগেশ্বন মেনু", - "popupMenuLabel": "প'পআপ মেনু", - "dialogLabel": "ডায়ল'গ", + "popupMenuLabel": "পপআপ মেনু", + "dialogLabel": "ডায়লগ", "alertDialogLabel": "সতৰ্কবাৰ্তা", "searchFieldLabel": "সন্ধান কৰক", - "reorderItemToStart": "আৰম্ভণিলৈ স্থানান্তৰ কৰক", - "reorderItemToEnd": "শেষলৈ স্থানান্তৰ কৰক", + "reorderItemToStart": "আৰম্ভণিলৈ নিয়ক", + "reorderItemToEnd": "শেষলৈ নিয়ক", "reorderItemUp": "ওপৰলৈ নিয়ক", - "reorderItemDown": "তললৈ স্থানান্তৰ কৰক", + "reorderItemDown": "তললৈ নিয়ক", "reorderItemLeft": "বাওঁফাললৈ স্থানান্তৰ কৰক", - "reorderItemRight": "সোঁফাললৈ স্থানান্তৰ কৰক", + "reorderItemRight": "সোঁফাললৈ নিয়ক", "expandedIconTapHint": "সংকোচন কৰক", "collapsedIconTapHint": "বিস্তাৰ কৰক", - "remainingTextFieldCharacterCountOne": "১টা বর্ণ বাকী আছে", - "remainingTextFieldCharacterCountOther": "$remainingCountটা বর্ণ বাকী আছে", + "remainingTextFieldCharacterCountOne": "১ টা বর্ণসংখ্যা বাকী আছে", + "remainingTextFieldCharacterCountOther": "$remainingCount টা বর্ণসংখ্যা বাকী আছে", "refreshIndicatorSemanticLabel": "ৰিফ্ৰেশ্ব কৰক", "moreButtonTooltip": "অধিক", "dateSeparator": "/", @@ -60,14 +60,14 @@ "selectYearSemanticsLabel": "বছৰ বাছনি কৰক", "unspecifiedDate": "তাৰিখ", "unspecifiedDateRange": "তাৰিখৰ পৰিসৰ", - "dateInputLabel": "তাৰিখটো দিয়ক", + "dateInputLabel": "তাৰিখ দিয়ক", "dateRangeStartLabel": "আৰম্ভণিৰ তাৰিখ", "dateRangeEndLabel": "সমাপ্তিৰ তাৰিখ", "dateRangeStartDateSemanticLabel": "আৰম্ভণিৰ তাৰিখ $fullDate", "dateRangeEndDateSemanticLabel": "সমাপ্তিৰ তাৰিখ $fullDate", "invalidDateFormatLabel": "অমান্য ফৰ্মেট।", "invalidDateRangeLabel": "অমান্য পৰিসৰ।", - "dateOutOfRangeLabel": "সীমাৰ বাহিৰত।", + "dateOutOfRangeLabel": "পৰিসৰৰ বাহিৰত।", "saveButtonLabel": "ছেভ কৰক", "datePickerHelpText": "তাৰিখ বাছনি কৰক", "dateRangePickerHelpText": "পৰিসৰ বাছনি কৰক", @@ -85,48 +85,48 @@ "licensesPackageDetailTextOther": "$licenseCount খন অনুজ্ঞাপত্ৰ", "keyboardKeyAlt": "Alt", "keyboardKeyAltGraph": "AltGr", - "keyboardKeyBackspace": "বেকস্পেচ", - "keyboardKeyCapsLock": "কেপ্‌ছ লক", - "keyboardKeyChannelDown": "চেনেল ডাউন", - "keyboardKeyChannelUp": "চেনেল আপ", + "keyboardKeyBackspace": "Backspace", + "keyboardKeyCapsLock": "Caps Lock", + "keyboardKeyChannelDown": "Channel Down", + "keyboardKeyChannelUp": "Channel Up", "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", - "keyboardKeyEject": "ইজেক্ট", + "keyboardKeyEject": "Eject", "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", "keyboardKeyHome": "Home", "keyboardKeyInsert": "Insert", - "keyboardKeyMeta": "মেটা", + "keyboardKeyMeta": "Meta", "keyboardKeyNumLock": "Num Lock", - "keyboardKeyNumpad1": "নং ১", - "keyboardKeyNumpad2": "নং ২", - "keyboardKeyNumpad3": "নং ৩", - "keyboardKeyNumpad4": "নং ৪", - "keyboardKeyNumpad5": "নং ৫", - "keyboardKeyNumpad6": "নং ৬", - "keyboardKeyNumpad7": "নং ৭", - "keyboardKeyNumpad8": "নং ৮", - "keyboardKeyNumpad9": "নং ৯", - "keyboardKeyNumpad0": "নং ০", - "keyboardKeyNumpadAdd": "নং +", - "keyboardKeyNumpadComma": "নং ,", - "keyboardKeyNumpadDecimal": "নং .", - "keyboardKeyNumpadDivide": "নং /", + "keyboardKeyNumpad1": "Num 1", + "keyboardKeyNumpad2": "Num 2", + "keyboardKeyNumpad3": "Num 3", + "keyboardKeyNumpad4": "Num 4", + "keyboardKeyNumpad5": "Num 5", + "keyboardKeyNumpad6": "Num 6", + "keyboardKeyNumpad7": "Num 7", + "keyboardKeyNumpad8": "Num 8", + "keyboardKeyNumpad9": "Num 9", + "keyboardKeyNumpad0": "Num 0", + "keyboardKeyNumpadAdd": "Num +", + "keyboardKeyNumpadComma": "Num ,", + "keyboardKeyNumpadDecimal": "Num .", + "keyboardKeyNumpadDivide": "Num /", "keyboardKeyNumpadEnter": "Num Enter", - "keyboardKeyNumpadEqual": "নং =", - "keyboardKeyNumpadMultiply": "নং *", - "keyboardKeyNumpadParenLeft": "নং (", - "keyboardKeyNumpadParenRight": "নং )", - "keyboardKeyNumpadSubtract": "নং -", + "keyboardKeyNumpadEqual": "Num =", + "keyboardKeyNumpadMultiply": "Num *", + "keyboardKeyNumpadParenLeft": "Num (", + "keyboardKeyNumpadParenRight": "Num )", + "keyboardKeyNumpadSubtract": "Num -", "keyboardKeyPageDown": "PgDown", "keyboardKeyPageUp": "PgUp", - "keyboardKeyPower": "পাৱাৰ", - "keyboardKeyPowerOff": "পাৱাৰ অফ", - "keyboardKeyPrintScreen": "প্ৰিণ্ট স্ক্ৰীন", - "keyboardKeyScrollLock": "স্ক্ৰ’ল লক", - "keyboardKeySelect": "ছিলেক্ট", - "keyboardKeySpace": "স্পেচ", + "keyboardKeyPower": "Power", + "keyboardKeyPowerOff": "Power Off", + "keyboardKeyPrintScreen": "Print Screen", + "keyboardKeyScrollLock": "Scroll Lock", + "keyboardKeySelect": "Select", + "keyboardKeySpace": "Space", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "মেনু বাৰ মেনু", @@ -134,7 +134,7 @@ "scrimLabel": "স্ক্ৰিম", "bottomSheetLabel": "তলৰ শ্বীট", "scrimOnTapHint": "$modalRouteContentName বন্ধ কৰক", - "keyboardKeyShift": "শ্বিফ্ট", + "keyboardKeyShift": "Shift", "expansionTileExpandedHint": "সংকোচন কৰিবলৈ দুবাৰ টিপক", "expansionTileCollapsedHint": "বিস্তাৰ কৰিবলৈ দুবাৰ টিপক", "expansionTileExpandedTapHint": "সংকোচন কৰক", diff --git a/packages/flutter_localizations/lib/src/l10n/material_cy.arb b/packages/flutter_localizations/lib/src/l10n/material_cy.arb index 6103588a0d7b..1f56c0c8c96f 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cy.arb @@ -5,9 +5,9 @@ "licensesPackageDetailTextTwo": "$licenseCount drwydded", "licensesPackageDetailTextFew": "$licenseCount trwydded", "licensesPackageDetailTextMany": "$licenseCount thrwydded", - "selectedRowCountTitleTwo": "Mae $selectedRowCount eitem wedi'u dewis", - "selectedRowCountTitleFew": "Mae $selectedRowCount eitem wedi'u dewis", - "selectedRowCountTitleMany": "Mae $selectedRowCount eitem wedi'u dewis", + "selectedRowCountTitleTwo": "$selectedRowCount eitem wedi'u dewis", + "selectedRowCountTitleFew": "$selectedRowCount eitem wedi'u dewis", + "selectedRowCountTitleMany": "$selectedRowCount eitem wedi'u dewis", "remainingTextFieldCharacterCountFew": "$remainingCount nod ar ôl", "remainingTextFieldCharacterCountTwo": "$remainingCount nod ar ôl", "openAppDrawerTooltip": "Agor y ddewislen llywio", @@ -25,18 +25,18 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Taflen Gwaelod", "scrimOnTapHint": "Cau $modalRouteContentName", - "aboutListTileTitle": "Ynghylch $applicationName", + "aboutListTileTitle": "Ynglŷn â $applicationName", "licensesPageTitle": "Trwyddedau", "licensesPackageDetailTextZero": "Dim trwydded", - "licensesPackageDetailTextOne": "1 trwydded", + "licensesPackageDetailTextOne": "1 drwydded", "licensesPackageDetailTextOther": "$licenseCount trwydded", "pageRowsInfoTitle": "$firstRow–$lastRow o $rowCount", "pageRowsInfoTitleApproximate": "$firstRow–$lastRow o tua $rowCount", "rowsPerPageTitle": "Rhesi fesul tudalen:", "tabLabel": "Tab $tabIndex o $tabCount", "selectedRowCountTitleZero": "Nid oes unrhyw eitemau wedi'u dewis", - "selectedRowCountTitleOne": "Mae 1 eitem wedi'i dewis", - "selectedRowCountTitleOther": "Mae $selectedRowCount eitem wedi'u dewis", + "selectedRowCountTitleOne": "1 eitem wedi'i dewis", + "selectedRowCountTitleOther": "$selectedRowCount eitem wedi'u dewis", "cancelButtonLabel": "Canslo", "closeButtonLabel": "Cau", "continueButtonLabel": "Parhau", @@ -44,7 +44,7 @@ "cutButtonLabel": "Torri", "okButtonLabel": "Iawn", "pasteButtonLabel": "Gludo", - "selectAllButtonLabel": "Dewis y Cyfan", + "selectAllButtonLabel": "Dewis y cyfan", "viewLicensesButtonLabel": "Gweld trwyddedau", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", @@ -107,7 +107,7 @@ "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", "keyboardKeyEject": "Eject", - "keyboardKeyEnd": "Gorffen", + "keyboardKeyEnd": "End", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", "keyboardKeyHome": "Home", diff --git a/packages/flutter_localizations/lib/src/l10n/material_da.arb b/packages/flutter_localizations/lib/src/l10n/material_da.arb index 7b6e8f9b6bb8..1c70dabf81cc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_da.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_da.arb @@ -34,7 +34,7 @@ "postMeridiemAbbreviation": "PM", "timePickerHourModeAnnouncement": "Vælg timer", "timePickerMinuteModeAnnouncement": "Vælg minutter", - "modalBarrierDismissLabel": "Afvis", + "modalBarrierDismissLabel": "Luk", "signedInLabel": "Logget ind", "hideAccountsLabel": "Skjul konti", "showAccountsLabel": "Vis konti", diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index 4e3ccaadb11d..0683ff7d8bbc 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -84,41 +84,41 @@ "licensesPackageDetailTextOne": "۱ پروانه", "licensesPackageDetailTextOther": "$licenseCount پروانه", "keyboardKeyAlt": "دگرساز", - "keyboardKeyAltGraph": "دگرساز راست", + "keyboardKeyAltGraph": "AltGr", "keyboardKeyBackspace": "پس‌بَر", "keyboardKeyCapsLock": "Caps Lock", "keyboardKeyChannelDown": "کانال پایین", "keyboardKeyChannelUp": "کانال بالا", - "keyboardKeyControl": "مهار", + "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "حذف", "keyboardKeyEject": "خارج کردن", "keyboardKeyEnd": "پایان", - "keyboardKeyEscape": "گریز", + "keyboardKeyEscape": "Esc", "keyboardKeyFn": "عملکرد", "keyboardKeyHome": "صفحه اصلی", - "keyboardKeyInsert": "درج", + "keyboardKeyInsert": "Insert", "keyboardKeyMeta": "متا", - "keyboardKeyNumLock": "قفل اعداد", - "keyboardKeyNumpad1": "عدد ۱", - "keyboardKeyNumpad2": "عدد ۲", - "keyboardKeyNumpad3": "عدد ۳", - "keyboardKeyNumpad4": "عدد ۴", - "keyboardKeyNumpad5": "عدد ۵", - "keyboardKeyNumpad6": "عدد ۶", - "keyboardKeyNumpad7": "عدد ۷", - "keyboardKeyNumpad8": "عدد ۸", - "keyboardKeyNumpad9": "عدد ۹", - "keyboardKeyNumpad0": "عدد ۰", - "keyboardKeyNumpadAdd": "عدد +", - "keyboardKeyNumpadComma": "عدد ,", - "keyboardKeyNumpadDecimal": "عدد .", - "keyboardKeyNumpadDivide": "عدد /", - "keyboardKeyNumpadEnter": "ورود اعداد", - "keyboardKeyNumpadEqual": "عدد =", - "keyboardKeyNumpadMultiply": "عدد *", - "keyboardKeyNumpadParenLeft": "عدد (", - "keyboardKeyNumpadParenRight": "عدد )", - "keyboardKeyNumpadSubtract": "عدد -", + "keyboardKeyNumLock": "Num Lock", + "keyboardKeyNumpad1": "Numpad 1", + "keyboardKeyNumpad2": "Numpad 2", + "keyboardKeyNumpad3": "Numpad 3", + "keyboardKeyNumpad4": "Numpad 4", + "keyboardKeyNumpad5": "Numpad 5", + "keyboardKeyNumpad6": "Numpad 6", + "keyboardKeyNumpad7": "Numpad 7", + "keyboardKeyNumpad8": "Numpad 8", + "keyboardKeyNumpad9": "Numpad 9", + "keyboardKeyNumpad0": "Numpad 0", + "keyboardKeyNumpadAdd": "Numpad +‎", + "keyboardKeyNumpadComma": "Numpad ,‎", + "keyboardKeyNumpadDecimal": "Numpad .‎", + "keyboardKeyNumpadDivide": "Numpad /‎", + "keyboardKeyNumpadEnter": "Numpad Enter", + "keyboardKeyNumpadEqual": "Numpad =‎", + "keyboardKeyNumpadMultiply": "Numpad *‎", + "keyboardKeyNumpadParenLeft": "Numpad (‎", + "keyboardKeyNumpadParenRight": "Numpad )‎", + "keyboardKeyNumpadSubtract": "Numpad -‎", "keyboardKeyPageDown": "صفحه پایین", "keyboardKeyPageUp": "صفحه بالا", "keyboardKeyPower": "روشن/ خاموش", @@ -127,14 +127,14 @@ "keyboardKeyScrollLock": "قفل پیمایش", "keyboardKeySelect": "انتخاب", "keyboardKeySpace": "فاصله", - "keyboardKeyMetaMacOs": "فرمان", + "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", "menuBarMenuLabel": "منوی نوار منو", "currentDateLabel": "امروز", "scrimLabel": "رویه", "bottomSheetLabel": "برگ زیرین", "scrimOnTapHint": "بستن $modalRouteContentName", - "keyboardKeyShift": "کلید تبدیل", + "keyboardKeyShift": "Shift", "expansionTileExpandedHint": "برای جمع کردن، دو تک‌ضرب بزنید", "expansionTileCollapsedHint": "برای ازهم بازکردن، دو تک‌ضرب بزنید", "expansionTileExpandedTapHint": "جمع کردن", diff --git a/packages/flutter_localizations/lib/src/l10n/material_gl.arb b/packages/flutter_localizations/lib/src/l10n/material_gl.arb index c2ccc0d197b8..a4d99cb53cbe 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_gl.arb @@ -38,12 +38,12 @@ "signedInLabel": "Sesión iniciada", "hideAccountsLabel": "Ocultar contas", "showAccountsLabel": "Mostrar contas", - "modalBarrierDismissLabel": "Ignorar", + "modalBarrierDismissLabel": "Pechar", "drawerLabel": "Menú de navegación", "popupMenuLabel": "Menú emerxente", "dialogLabel": "Cadro de diálogo", "alertDialogLabel": "Alerta", - "searchFieldLabel": "Buscar", + "searchFieldLabel": "Fai unha busca", "reorderItemToStart": "Mover ao inicio", "reorderItemToEnd": "Mover ao final", "reorderItemUp": "Mover cara arriba", @@ -79,8 +79,8 @@ "timePickerHourLabel": "Hora", "timePickerMinuteLabel": "Minuto", "invalidTimeLabel": "Escribe unha hora válida", - "dialModeButtonLabel": "Cambiar a modo de selector en esfera", - "inputTimeModeButtonLabel": "Cambiar ao modo de escritura dos números", + "dialModeButtonLabel": "Cambiar ao modo de selector en esfera", + "inputTimeModeButtonLabel": "Cambiar ao modo de introdución de texto", "licensesPackageDetailTextZero": "No licenses", "licensesPackageDetailTextOne": "1 licenza", "licensesPackageDetailTextOther": "$licenseCount licenzas", @@ -136,7 +136,7 @@ "bottomSheetLabel": "Panel inferior", "scrimOnTapHint": "Pechar $modalRouteContentName", "keyboardKeyShift": "Maiús", - "expansionTileExpandedHint": "toca dúas veces para contraer", + "expansionTileExpandedHint": "tocar dúas veces para contraer", "expansionTileCollapsedHint": "tocar dúas veces para despregar", "expansionTileExpandedTapHint": "Contraer", "expansionTileCollapsedTapHint": "Despregar para obter máis detalles", diff --git a/packages/flutter_localizations/lib/src/l10n/material_or.arb b/packages/flutter_localizations/lib/src/l10n/material_or.arb index 4ab3c025c9d7..9576cac66b90 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_or.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_or.arb @@ -1,88 +1,88 @@ { "scriptCategory": "tall", "timeOfDayFormat": "H:mm", - "openAppDrawerTooltip": "ନାଭିଗେସନ୍ ମେନୁ ଖୋଲନ୍ତୁ", + "openAppDrawerTooltip": "ନାଭିଗେସନ ମେନୁ ଖୋଲନ୍ତୁ", "backButtonTooltip": "ପଛକୁ ଫେରନ୍ତୁ", "closeButtonTooltip": "ବନ୍ଦ କରନ୍ତୁ", - "deleteButtonTooltip": "ଡିଲିଟ୍ କରନ୍ତୁ", + "deleteButtonTooltip": "ଡିଲିଟ କରନ୍ତୁ", "nextMonthTooltip": "ପରବର୍ତ୍ତୀ ମାସ", - "previousMonthTooltip": "ପୂର୍ବ ମାସ", - "nextPageTooltip": "ପରବର୍ତ୍ତୀ ପେଜ୍", - "previousPageTooltip": "ପୂର୍ବବର୍ତ୍ତୀ ପେଜ୍", + "previousMonthTooltip": "ପୂର୍ବବର୍ତ୍ତୀ ମାସ", + "nextPageTooltip": "ପରବର୍ତ୍ତୀ ପୃଷ୍ଠା", + "previousPageTooltip": "ପୂର୍ବବର୍ତ୍ତୀ ପୃଷ୍ଠା", "firstPageTooltip": "ପ୍ରଥମ ପୃଷ୍ଠା", "lastPageTooltip": "ଶେଷ ପୃଷ୍ଠା", "showMenuTooltip": "ମେନୁ ଦେଖାନ୍ତୁ", "aboutListTileTitle": "$applicationName ବିଷୟରେ", "licensesPageTitle": "ଲାଇସେନ୍ସ", "pageRowsInfoTitle": "$rowCountର $firstRow–$lastRow", - "pageRowsInfoTitleApproximate": "ପାଖାପାଖି $rowCountର $firstRow–$lastRow", - "rowsPerPageTitle": "ପୃଷ୍ଠା ପିଛା ଧାଡ଼ି:", - "tabLabel": "$tabCountର $tabIndex ଟାବ୍", - "selectedRowCountTitleOne": "1ଟି ଆଇଟମ୍ ଚୟନ କରାଯାଇଛି", - "selectedRowCountTitleOther": "$selectedRowCountଟି ଆଇଟମ୍ ଚୟନ କରାଯାଇଛି", + "pageRowsInfoTitleApproximate": "$rowCountର ପାଖାପାଖି $firstRow–$lastRow", + "rowsPerPageTitle": "ପ୍ରତି ପୃଷ୍ଠାରେ ଧାଡ଼ି:", + "tabLabel": "$tabCountର $tabIndex ଟାବ", + "selectedRowCountTitleOne": "1 ଆଇଟମ ଚୟନ କରାଯାଇଛି", + "selectedRowCountTitleOther": "$selectedRowCountଟି ଆଇଟମ ଚୟନ କରାଯାଇଛି", "cancelButtonLabel": "ବାତିଲ କରନ୍ତୁ", "closeButtonLabel": "ବନ୍ଦ କରନ୍ତୁ", "continueButtonLabel": "ଜାରି ରଖନ୍ତୁ", "copyButtonLabel": "କପି କରନ୍ତୁ", - "cutButtonLabel": "କଟ୍ କରନ୍ତୁ", - "scanTextButtonLabel": "ଟେକ୍ସଟ୍ ସ୍କାନ୍ କରନ୍ତୁ", - "okButtonLabel": "ଠିକ୍ ଅଛି", + "cutButtonLabel": "କଟ କରନ୍ତୁ", + "scanTextButtonLabel": "ଟେକ୍ସଟ ସ୍କାନ କରନ୍ତୁ", + "okButtonLabel": "ଠିକ ଅଛି", "pasteButtonLabel": "ପେଷ୍ଟ କରନ୍ତୁ", "selectAllButtonLabel": "ସବୁ ଚୟନ କରନ୍ତୁ", - "viewLicensesButtonLabel": "ଲାଇସେନ୍ସ ଦେଖନ୍ତୁ", + "viewLicensesButtonLabel": "ଲାଇସେନ୍ସ ଭ୍ୟୁ କରନ୍ତୁ", "anteMeridiemAbbreviation": "AM", "postMeridiemAbbreviation": "PM", "timePickerHourModeAnnouncement": "ଘଣ୍ଟା ଚୟନ କରନ୍ତୁ", - "timePickerMinuteModeAnnouncement": "ମିନିଟ୍ ଚୟନ କରନ୍ତୁ", + "timePickerMinuteModeAnnouncement": "ମିନିଟ ଚୟନ କରନ୍ତୁ", "modalBarrierDismissLabel": "ଖାରଜ କରନ୍ତୁ", - "signedInLabel": "ସାଇନ୍ ଇନ୍ କରାଯାଇଛି", + "signedInLabel": "ସାଇନ ଇନ କରାଯାଇଛି", "hideAccountsLabel": "ଆକାଉଣ୍ଟଗୁଡ଼ିକୁ ଲୁଚାନ୍ତୁ", "showAccountsLabel": "ଆକାଉଣ୍ଟ ଦେଖାନ୍ତୁ", - "drawerLabel": "ନେଭିଗେସନ୍ ମେନୁ", - "popupMenuLabel": "ପପ୍-ଅପ୍ ମେନୁ", - "dialogLabel": "ଡାୟଲଗ୍", + "drawerLabel": "ନାଭିଗେସନ ମେନୁ", + "popupMenuLabel": "ପପଅପ ମେନୁ", + "dialogLabel": "ଡାଏଲଗ", "alertDialogLabel": "ଆଲର୍ଟ", - "searchFieldLabel": "ସନ୍ଧାନ କରନ୍ତୁ", - "reorderItemToStart": "ଆରମ୍ଭକୁ ଯାଆନ୍ତୁ", - "reorderItemToEnd": "ଶେଷକୁ ଯାଆନ୍ତୁ", - "reorderItemUp": "ଉପରକୁ ନିଅନ୍ତୁ", - "reorderItemDown": "ତଳକୁ ଯାଆନ୍ତୁ", - "reorderItemLeft": "ବାମକୁ ଯାଆନ୍ତୁ", - "reorderItemRight": "ଡାହାଣକୁ ଯାଆନ୍ତୁ", + "searchFieldLabel": "ସର୍ଚ୍ଚ କରନ୍ତୁ", + "reorderItemToStart": "ଆରମ୍ଭକୁ ମୁଭ କରନ୍ତୁ", + "reorderItemToEnd": "ଶେଷକୁ ମୁଭ କରନ୍ତୁ", + "reorderItemUp": "ଉପରକୁ ମୁଭ କରନ୍ତୁ", + "reorderItemDown": "ତଳକୁ ମୁଭ କରନ୍ତୁ", + "reorderItemLeft": "ବାମକୁ ମୁଭ କରନ୍ତୁ", + "reorderItemRight": "ଡାହାଣକୁ ମୁଭ କରନ୍ତୁ", "expandedIconTapHint": "ସଙ୍କୁଚିତ କରନ୍ତୁ", - "collapsedIconTapHint": "ପ୍ରସାରିତ କରନ୍ତୁ", - "remainingTextFieldCharacterCountOne": "1ଟି ଅକ୍ଷର ବାକି ଅଛି", - "remainingTextFieldCharacterCountOther": "$remainingCountଟି ଅକ୍ଷର ବାକି ଅଛି", - "refreshIndicatorSemanticLabel": "ରିଫ୍ରେସ୍ କରନ୍ତୁ", + "collapsedIconTapHint": "ବିସ୍ତାର କରନ୍ତୁ", + "remainingTextFieldCharacterCountOne": "1 କେରେକ୍ଟର ବାକି ଅଛି", + "remainingTextFieldCharacterCountOther": "$remainingCount କେରେକ୍ଟର ବାକି ଅଛି", + "refreshIndicatorSemanticLabel": "ରିଫ୍ରେସ କରନ୍ତୁ", "moreButtonTooltip": "ଅଧିକ", "dateSeparator": "/", - "dateHelpText": "mm/dd/yyyy", + "dateHelpText": "dd/mm/yyyy", "selectYearSemanticsLabel": "ବର୍ଷ ଚୟନ କରନ୍ତୁ", "unspecifiedDate": "ତାରିଖ", - "unspecifiedDateRange": "ତାରିଖ ସୀମା", + "unspecifiedDateRange": "ତାରିଖ ରେଞ୍ଜ", "dateInputLabel": "ତାରିଖ ଲେଖନ୍ତୁ", "dateRangeStartLabel": "ଆରମ୍ଭ ତାରିଖ", "dateRangeEndLabel": "ଶେଷ ତାରିଖ", "dateRangeStartDateSemanticLabel": "ଆରମ୍ଭ ତାରିଖ $fullDate", "dateRangeEndDateSemanticLabel": "ଶେଷ ତାରିଖ $fullDate", - "invalidDateFormatLabel": "ଅବୈଧ ଫର୍ମାଟ୍।", - "invalidDateRangeLabel": "ଅବୈଧ ସୀମା।", - "dateOutOfRangeLabel": "ସୀମା ବାହାରେ।", + "invalidDateFormatLabel": "ଅବୈଧ ଫର୍ମାଟ।", + "invalidDateRangeLabel": "ଅବୈଧ ରେଞ୍ଜ।", + "dateOutOfRangeLabel": "ରେଞ୍ଜ ବାହାରେ।", "saveButtonLabel": "ସେଭ କରନ୍ତୁ", "datePickerHelpText": "ତାରିଖ ଚୟନ କରନ୍ତୁ", "dateRangePickerHelpText": "ରେଞ୍ଜ ଚୟନ କରନ୍ତୁ", - "calendarModeButtonLabel": "କ୍ୟାଲେଣ୍ଡରକୁ ସ୍ୱିଚ୍ କରନ୍ତୁ", - "inputDateModeButtonLabel": "ଇନପୁଟକୁ ସ୍ୱିଚ୍ କରନ୍ତୁ", + "calendarModeButtonLabel": "କେଲେଣ୍ଡରକୁ ସ୍ୱିଚ କରନ୍ତୁ", + "inputDateModeButtonLabel": "ଇନପୁଟକୁ ସ୍ୱିଚ କରନ୍ତୁ", "timePickerDialHelpText": "ସମୟ ଚୟନ କରନ୍ତୁ", "timePickerInputHelpText": "ସମୟ ଲେଖନ୍ତୁ", "timePickerHourLabel": "ଘଣ୍ଟା", - "timePickerMinuteLabel": "ମିନିଟ୍", + "timePickerMinuteLabel": "ମିନିଟ", "invalidTimeLabel": "ଏକ ବୈଧ ସମୟ ଲେଖନ୍ତୁ", - "dialModeButtonLabel": "ଡାଏଲ୍ ପିକର୍ ମୋଡକୁ ସ୍ୱିଚ୍ କରନ୍ତୁ", - "inputTimeModeButtonLabel": "ଟେକ୍ସଟ୍ ଇନପୁଟ୍ ମୋଡକୁ ସ୍ୱିଚ୍ କରନ୍ତୁ", + "dialModeButtonLabel": "ଡାଏଲ ପିକର ମୋଡକୁ ସ୍ୱିଚ କରନ୍ତୁ", + "inputTimeModeButtonLabel": "ଟେକ୍ସଟ ଇନପୁଟ ମୋଡକୁ ସ୍ୱିଚ କରନ୍ତୁ", "licensesPackageDetailTextZero": "No licenses", - "licensesPackageDetailTextOne": "1ଟି ଲାଇସେନ୍ସ", - "licensesPackageDetailTextOther": "$licenseCountଟି ଲାଇସେନ୍ସ", + "licensesPackageDetailTextOne": "1 ଲାଇସେନ୍ସ", + "licensesPackageDetailTextOther": "$licenseCount ଲାଇସେନ୍ସ", "keyboardKeyAlt": "Alt", "keyboardKeyAltGraph": "AltGr", "keyboardKeyBackspace": "Backspace", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb index 17b0a698ce54..44681d7ab408 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb @@ -124,7 +124,7 @@ "cutButtonLabel": "剪下", "okButtonLabel": "確定", "pasteButtonLabel": "貼上", - "selectAllButtonLabel": "全部選取", + "selectAllButtonLabel": "全選", "viewLicensesButtonLabel": "查看授權", "anteMeridiemAbbreviation": "上午", "postMeridiemAbbreviation": "下午", From e5c44e35684512ab22680b6b3c3bb2756c56f658 Mon Sep 17 00:00:00 2001 From: Justin McCandless Date: Thu, 16 Oct 2025 12:59:09 -0700 Subject: [PATCH 293/327] Correct basque time format (#177031) Fixes https://github.com/flutter/flutter/issues/176677 --- .../l10n/generated_material_localizations.dart | 2 +- .../lib/src/l10n/material_eu.arb | 2 +- .../test/material/translations_test.dart | 17 ++++++++++++++--- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index fab654deb483..5dd9cb5f247f 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -14490,7 +14490,7 @@ class MaterialLocalizationEu extends GlobalMaterialLocalizations { String get tabLabelRaw => r'$tabIndex/$tabCount fitxa'; @override - TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.H_colon_mm; + TimeOfDayFormat get timeOfDayFormatRaw => TimeOfDayFormat.HH_colon_mm; @override String get timePickerDialHelpText => 'Hautatu ordua'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_eu.arb b/packages/flutter_localizations/lib/src/l10n/material_eu.arb index b39f4eebb61f..cdb0674c1893 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_eu.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_eu.arb @@ -1,6 +1,6 @@ { "scriptCategory": "English-like", - "timeOfDayFormat": "H:mm", + "timeOfDayFormat": "HH:mm", "openAppDrawerTooltip": "Ireki nabigazio-menua", "backButtonTooltip": "Atzera", "closeButtonTooltip": "Itxi", diff --git a/packages/flutter_localizations/test/material/translations_test.dart b/packages/flutter_localizations/test/material/translations_test.dart index 901451c1bb31..e27604b2ac87 100644 --- a/packages/flutter_localizations/test/material/translations_test.dart +++ b/packages/flutter_localizations/test/material/translations_test.dart @@ -574,7 +574,7 @@ void main() { // Regression test for https://github.com/flutter/flutter/issues/141764 testWidgets('zh-CN translation for look up label', (WidgetTester tester) async { const Locale locale = Locale('zh'); - expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); final MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load( locale, ); @@ -587,7 +587,7 @@ void main() { WidgetTester tester, ) async { const Locale locale = Locale('ko'); - expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); final MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load( locale, ); @@ -600,11 +600,22 @@ void main() { // Regression test for https://github.com/flutter/flutter/issues/156954 testWidgets('Italian translation for dateHelpText', (WidgetTester tester) async { const Locale locale = Locale('it'); - expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); final MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load( locale, ); expect(localizations, isA()); expect(localizations.dateHelpText, 'gg/mm/aaaa'); }); + + // Regression test for https://github.com/flutter/flutter/issues/176677 + testWidgets('Basque translation for timeOfDayFormat', (WidgetTester tester) async { + const Locale locale = Locale('eu'); + expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); + final MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load( + locale, + ); + expect(localizations, isA()); + expect(localizations.timeOfDayFormat(), TimeOfDayFormat.HH_colon_mm); + }); } From cda5684b0e1f2ea0999a0e64db82724a29794379 Mon Sep 17 00:00:00 2001 From: Kate Lovett Date: Tue, 25 Nov 2025 19:10:39 -0600 Subject: [PATCH 294/327] Modernize framework lints (#179089) WIP Commits separated as follows: - Update lints in analysis_options files - Run `dart fix --apply` - Clean up leftover analysis issues - Run `dart format .` in the right places. Local analysis and testing passes. Checking CI now. Part of https://github.com/flutter/flutter/issues/178827 - Adoption of flutter_lints in examples/api coming in a separate change (cc @loic-sharma) ## Pre-launch Checklist - [ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [ ] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [ ] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [ ] I signed the [CLA]. - [ ] I listed at least one issue that this PR fixes in the description above. - [ ] I updated/added relevant documentation (doc comments with `///`). - [ ] I added new tests to check the change I am making, or this PR is [test-exempt]. - [ ] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [ ] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-new channel on [Discord]. **Note**: The Flutter team is currently trialing the use of [Gemini Code Assist for GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code). Comments from the `gemini-code-assist` bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed. [Contributor Guide]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview [Tree Hygiene]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md [test-exempt]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests [Flutter Style Guide]: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md [Features we expect every widget to implement]: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#features-we-expect-every-widget-to-implement [CLA]: https://cla.developers.google.com/ [flutter/tests]: https://github.com/flutter/tests [breaking change policy]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes [Discord]: https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md [Data Driven Fixes]: https://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md --- .../localization/bin/encode_kn_arb_files.dart | 16 ++-- .../localization/bin/gen_localizations.dart | 81 +++++++++---------- .../bin/gen_missing_localizations.dart | 16 ++-- .../localization/localizations_utils.dart | 35 ++++---- .../localization/localizations_validator.dart | 28 +++---- .../test/cupertino/translations_test.dart | 27 +++---- .../test/material/date_picker_test.dart | 25 +++--- .../test/material/date_time_test.dart | 12 +-- .../test/material/tabs_test.dart | 2 +- .../test/material/time_picker_test.dart | 71 +++++++--------- .../test/material/translations_test.dart | 31 ++++--- .../test/test_utils.dart | 6 +- 12 files changed, 158 insertions(+), 192 deletions(-) diff --git a/dev/tools/localization/bin/encode_kn_arb_files.dart b/dev/tools/localization/bin/encode_kn_arb_files.dart index 71801ac561da..5fcea3c8f03e 100644 --- a/dev/tools/localization/bin/encode_kn_arb_files.dart +++ b/dev/tools/localization/bin/encode_kn_arb_files.dart @@ -34,19 +34,19 @@ void _encodeBundleTranslations(Map bundle) { if (key.startsWith('@')) { continue; } - final String translation = bundle[key] as String; + final translation = bundle[key] as String; // Rewrite the string as a series of unicode characters in JSON format. // Like "\u0012\u0123\u1234". bundle[key] = translation.runes.map((int code) { - final String codeString = '00${code.toRadixString(16)}'; + final codeString = '00${code.toRadixString(16)}'; return '\\u${codeString.substring(codeString.length - 4)}'; }).join(); } } void _checkEncodedTranslations(Map encodedBundle, Map bundle) { - bool errorFound = false; - const JsonDecoder decoder = JsonDecoder(); + var errorFound = false; + const decoder = JsonDecoder(); for (final String key in bundle.keys) { if (decoder.convert('"${encodedBundle[key]}"') != bundle[key]) { stderr.writeln( @@ -61,7 +61,7 @@ void _checkEncodedTranslations(Map encodedBundle, Map bundle) { - final StringBuffer contents = StringBuffer(); + final contents = StringBuffer(); contents.writeln('{'); for (final String key in bundle.keys) { contents.writeln(' "$key": "${bundle[key]}"${key == bundle.keys.last ? '' : ','}'); @@ -71,9 +71,9 @@ void _rewriteBundle(File file, Map bundle) { } void encodeKnArbFiles(Directory directory) { - final File widgetsArbFile = File(path.join(directory.path, 'widgets_kn.arb')); - final File materialArbFile = File(path.join(directory.path, 'material_kn.arb')); - final File cupertinoArbFile = File(path.join(directory.path, 'cupertino_kn.arb')); + final widgetsArbFile = File(path.join(directory.path, 'widgets_kn.arb')); + final materialArbFile = File(path.join(directory.path, 'material_kn.arb')); + final cupertinoArbFile = File(path.join(directory.path, 'cupertino_kn.arb')); final Map widgetsBundle = _loadBundle(widgetsArbFile); final Map materialBundle = _loadBundle(materialArbFile); diff --git a/dev/tools/localization/bin/gen_localizations.dart b/dev/tools/localization/bin/gen_localizations.dart index f3810a9045a5..54724393cfb8 100644 --- a/dev/tools/localization/bin/gen_localizations.dart +++ b/dev/tools/localization/bin/gen_localizations.dart @@ -82,25 +82,25 @@ String generateArbBasedLocalizationSubclasses({ assert(supportedLanguagesConstant.isNotEmpty); assert(supportedLanguagesDocMacro.isNotEmpty); generateConstructorForCountrySubClass ??= generateConstructor; - final StringBuffer output = StringBuffer(); + final output = StringBuffer(); output.writeln( generateHeader('dart dev/tools/localization/bin/gen_localizations.dart --overwrite'), ); - final StringBuffer supportedLocales = StringBuffer(); + final supportedLocales = StringBuffer(); - final Map> languageToLocales = >{}; - final Map> languageToScriptCodes = >{}; + final languageToLocales = >{}; + final languageToScriptCodes = >{}; // Used to calculate if there are any corresponding countries for a given language and script. - final Map> languageAndScriptToCountryCodes = >{}; - final Set allResourceIdentifiers = {}; + final languageAndScriptToCountryCodes = >{}; + final allResourceIdentifiers = {}; for (final LocaleInfo locale in localeToResources.keys.toList()..sort()) { if (locale.scriptCode != null) { languageToScriptCodes[locale.languageCode] ??= {}; languageToScriptCodes[locale.languageCode]!.add(locale.scriptCode!); } if (locale.countryCode != null && locale.scriptCode != null) { - final LocaleInfo key = LocaleInfo.fromString('${locale.languageCode}_${locale.scriptCode}'); + final key = LocaleInfo.fromString('${locale.languageCode}_${locale.scriptCode}'); languageAndScriptToCountryCodes[key] ??= {}; languageAndScriptToCountryCodes[key]!.add(locale.countryCode!); } @@ -135,27 +135,26 @@ String generateArbBasedLocalizationSubclasses({ final List allKeys = allResourceIdentifiers.toList()..sort(); final List languageCodes = languageToLocales.keys.toList()..sort(); - final LocaleInfo canonicalLocale = LocaleInfo.fromString('en'); - for (final String languageName in languageCodes) { - final LocaleInfo languageLocale = LocaleInfo.fromString(languageName); + final canonicalLocale = LocaleInfo.fromString('en'); + for (final languageName in languageCodes) { + final languageLocale = LocaleInfo.fromString(languageName); output.writeln(generateClassDeclaration(languageLocale, generatedClassPrefix, baseClass)); output.writeln(generateConstructor(languageLocale)); final Map languageResources = localeToResources[languageLocale]!; - for (final String key in allKeys) { - final Map? attributes = - localeToResourceAttributes[canonicalLocale]![key] as Map?; + for (final key in allKeys) { + final attributes = localeToResourceAttributes[canonicalLocale]![key] as Map?; output.writeln(generateGetter(key, languageResources[key], attributes, languageLocale)); } output.writeln('}'); - int countryCodeCount = 0; - int scriptCodeCount = 0; + var countryCodeCount = 0; + var scriptCodeCount = 0; if (languageToScriptCodes.containsKey(languageName)) { scriptCodeCount = languageToScriptCodes[languageName]!.length; // Language has scriptCodes, so we need to properly fallback countries to corresponding // script default values before language default values. for (final String scriptCode in languageToScriptCodes[languageName]!) { - final LocaleInfo scriptBaseLocale = LocaleInfo.fromString('${languageName}_$scriptCode'); + final scriptBaseLocale = LocaleInfo.fromString('${languageName}_$scriptCode'); output.writeln( generateClassDeclaration( scriptBaseLocale, @@ -169,14 +168,14 @@ String generateArbBasedLocalizationSubclasses({ if (languageResources[key] == scriptResources[key]) { continue; } - final Map? attributes = + final attributes = localeToResourceAttributes[canonicalLocale]![key] as Map?; output.writeln(generateGetter(key, scriptResources[key], attributes, languageLocale)); } output.writeln('}'); final List localeCodes = languageToLocales[languageName]!..sort(); - for (final LocaleInfo locale in localeCodes) { + for (final locale in localeCodes) { if (locale.originalString == languageName) { continue; } @@ -203,7 +202,7 @@ String generateArbBasedLocalizationSubclasses({ : languageResources[key] == localeResources[key]) { continue; } - final Map? attributes = + final attributes = localeToResourceAttributes[canonicalLocale]![key] as Map?; output.writeln(generateGetter(key, localeResources[key], attributes, languageLocale)); } @@ -214,7 +213,7 @@ String generateArbBasedLocalizationSubclasses({ // No scriptCode. Here, we do not compare against script default (because it // doesn't exist). final List localeCodes = languageToLocales[languageName]!..sort(); - for (final LocaleInfo locale in localeCodes) { + for (final locale in localeCodes) { if (locale.originalString == languageName) { continue; } @@ -232,7 +231,7 @@ String generateArbBasedLocalizationSubclasses({ if (languageResources[key] == localeResources[key]) { continue; } - final Map? attributes = + final attributes = localeToResourceAttributes[canonicalLocale]![key] as Map?; output.writeln(generateGetter(key, localeResources[key], attributes, languageLocale)); } @@ -240,7 +239,7 @@ String generateArbBasedLocalizationSubclasses({ } } - final String scriptCodeMessage = scriptCodeCount == 0 + final scriptCodeMessage = scriptCodeCount == 0 ? '' : ' and $scriptCodeCount script${scriptCodeCount == 1 ? '' : 's'}'; if (countryCodeCount == 0) { @@ -328,12 +327,12 @@ $factoryDeclaration }'''); } else { // Language has scriptCode, add additional switch logic. - bool hasCountryCode = false; + var hasCountryCode = false; output.writeln(''' case '$language': { switch (locale.scriptCode) {'''); for (final String scriptCode in languageToScriptCodes[language]!) { - final LocaleInfo scriptLocale = LocaleInfo.fromString('${language}_$scriptCode'); + final scriptLocale = LocaleInfo.fromString('${language}_$scriptCode'); output.writeln(''' case '$scriptCode': {'''); if (languageAndScriptToCountryCodes.containsKey(scriptLocale)) { @@ -547,12 +546,10 @@ void main(List rawArgs) { // is the 2nd command line argument, lc is a language code and cc is the country // code. In most cases both codes are just two characters. - final Directory directory = Directory( - path.join('packages', 'flutter_localizations', 'lib', 'src', 'l10n'), - ); - final RegExp widgetsFilenameRE = RegExp(r'widgets_(\w+)\.arb$'); - final RegExp materialFilenameRE = RegExp(r'material_(\w+)\.arb$'); - final RegExp cupertinoFilenameRE = RegExp(r'cupertino_(\w+)\.arb$'); + final directory = Directory(path.join('packages', 'flutter_localizations', 'lib', 'src', 'l10n')); + final widgetsFilenameRE = RegExp(r'widgets_(\w+)\.arb$'); + final materialFilenameRE = RegExp(r'material_(\w+)\.arb$'); + final cupertinoFilenameRE = RegExp(r'cupertino_(\w+)\.arb$'); try { validateEnglishLocalizations(File(path.join(directory.path, 'widgets_en.arb'))); @@ -575,28 +572,22 @@ void main(List rawArgs) { precacheLanguageAndRegionTags(); // Maps of locales to resource key/value pairs for Widgets ARBs. - final Map> widgetsLocaleToResources = - >{}; + final widgetsLocaleToResources = >{}; // Maps of locales to resource key/attributes pairs for Widgets ARBs. // https://github.com/googlei18n/app-resource-bundle/wiki/ApplicationResourceBundleSpecification#resource-attributes - final Map> widgetsLocaleToResourceAttributes = - >{}; + final widgetsLocaleToResourceAttributes = >{}; // Maps of locales to resource key/value pairs for Material ARBs. - final Map> materialLocaleToResources = - >{}; + final materialLocaleToResources = >{}; // Maps of locales to resource key/attributes pairs for Material ARBs. // https://github.com/googlei18n/app-resource-bundle/wiki/ApplicationResourceBundleSpecification#resource-attributes - final Map> materialLocaleToResourceAttributes = - >{}; + final materialLocaleToResourceAttributes = >{}; // Maps of locales to resource key/value pairs for Cupertino ARBs. - final Map> cupertinoLocaleToResources = - >{}; + final cupertinoLocaleToResources = >{}; // Maps of locales to resource key/attributes pairs for Cupertino ARBs. // https://github.com/googlei18n/app-resource-bundle/wiki/ApplicationResourceBundleSpecification#resource-attributes - final Map> cupertinoLocaleToResourceAttributes = - >{}; + final cupertinoLocaleToResourceAttributes = >{}; loadMatchingArbsIntoBundleMaps( directory: directory, @@ -693,15 +684,15 @@ void main(List rawArgs) { : null; if (options.writeToFile) { - final File widgetsLocalizationsFile = File( + final widgetsLocalizationsFile = File( path.join(directory.path, 'generated_widgets_localizations.dart'), ); widgetsLocalizationsFile.writeAsStringSync(widgetsLocalizations!, flush: true); - final File materialLocalizationsFile = File( + final materialLocalizationsFile = File( path.join(directory.path, 'generated_material_localizations.dart'), ); materialLocalizationsFile.writeAsStringSync(materialLocalizations!, flush: true); - final File cupertinoLocalizationsFile = File( + final cupertinoLocalizationsFile = File( path.join(directory.path, 'generated_cupertino_localizations.dart'), ); cupertinoLocalizationsFile.writeAsStringSync(cupertinoLocalizations!, flush: true); diff --git a/dev/tools/localization/bin/gen_missing_localizations.dart b/dev/tools/localization/bin/gen_missing_localizations.dart index 39eb73690e71..a2c193f75b32 100644 --- a/dev/tools/localization/bin/gen_missing_localizations.dart +++ b/dev/tools/localization/bin/gen_missing_localizations.dart @@ -27,7 +27,7 @@ import '../localizations_utils.dart'; import '../localizations_validator.dart'; Future main(List rawArgs) async { - bool removeUndefined = false; + var removeUndefined = false; if (rawArgs.contains('--remove-undefined')) { removeUndefined = true; } @@ -53,7 +53,7 @@ Map loadBundle(File file) { } void writeBundle(File file, Map bundle) { - final StringBuffer contents = StringBuffer(); + final contents = StringBuffer(); contents.writeln('{'); for (final String key in bundle.keys) { contents.writeln(' "$key": ${json.encode(bundle[key])}${key == bundle.keys.last ? '' : ','}'); @@ -70,7 +70,7 @@ Set resourceKeys(Map bundle) { } bool intentionallyOmitted(String key, Map bundle) { - final String attributeKey = '@$key'; + final attributeKey = '@$key'; final dynamic attribute = bundle[attributeKey]; return attribute is Map && attribute.containsKey('notUsed'); } @@ -91,8 +91,8 @@ void updateMissingResources( String groupPrefix, { bool removeUndefined = false, }) { - final Directory localizationDir = Directory(localizationPath); - final RegExp filenamePattern = RegExp('${groupPrefix}_(\\w+)\\.arb'); + final localizationDir = Directory(localizationPath); + final filenamePattern = RegExp('${groupPrefix}_(\\w+)\\.arb'); final Map englishBundle = loadBundle( File(path.join(localizationPath, '${groupPrefix}_en.arb')), @@ -104,15 +104,15 @@ void updateMissingResources( final String entityPath = entity.path; if (FileSystemEntity.isFileSync(entityPath) && filenamePattern.hasMatch(entityPath)) { final String localeString = filenamePattern.firstMatch(entityPath)![1]!; - final LocaleInfo locale = LocaleInfo.fromString(localeString); + final locale = LocaleInfo.fromString(localeString); // Only look at top-level language locales if (locale.length == 1) { - final File arbFile = File(entityPath); + final arbFile = File(entityPath); final Map localeBundle = loadBundle(arbFile); final Set localeResources = resourceKeys(localeBundle); // Whether or not the resources were modified and need to be updated. - bool shouldWrite = false; + var shouldWrite = false; // Remove any localizations that are not defined in the canonical // locale. This allows unused localizations to be removed if diff --git a/dev/tools/localization/localizations_utils.dart b/dev/tools/localization/localizations_utils.dart index 791b62ce8d30..a59fbaa94f87 100644 --- a/dev/tools/localization/localizations_utils.dart +++ b/dev/tools/localization/localizations_utils.dart @@ -43,7 +43,7 @@ class LocaleInfo implements Comparable { String? scriptCode; String? countryCode; int length = codes.length; - String originalString = locale; + var originalString = locale; if (codes.length == 2) { scriptCode = codes[1].length >= 4 ? codes[1] : null; countryCode = codes[1].length < 4 ? codes[1] : null; @@ -139,20 +139,19 @@ void loadMatchingArbsIntoBundleMaps({ /// the first Hant Chinese locale as a default by repeating the data. If an /// explicit match is later found, we can reference this set to see if we should /// overwrite the existing assumed data. - final Set assumedLocales = {}; + final assumedLocales = {}; for (final FileSystemEntity entity in directory.listSync().toList()..sort(sortFilesByPath)) { final String entityPath = entity.path; if (FileSystemEntity.isFileSync(entityPath) && filenamePattern.hasMatch(entityPath)) { final String localeString = filenamePattern.firstMatch(entityPath)![1]!; - final File arbFile = File(entityPath); + final arbFile = File(entityPath); // Helper method to fill the maps with the correct data from file. void populateResources(LocaleInfo locale, File file) { final Map resources = localeToResources[locale]!; final Map attributes = localeToResourceAttributes[locale]!; - final Map bundle = - json.decode(file.readAsStringSync()) as Map; + final bundle = json.decode(file.readAsStringSync()) as Map; for (final String key in bundle.keys) { // The ARB file resource "attributes" for foo are called @foo. if (key.startsWith('@')) { @@ -166,7 +165,7 @@ void loadMatchingArbsIntoBundleMaps({ // Only pre-assume scriptCode if there is a country or script code to assume off of. // When we assume scriptCode based on languageCode-only, we want this initial pass // to use the un-assumed version as a base class. - LocaleInfo locale = LocaleInfo.fromString( + var locale = LocaleInfo.fromString( localeString, deriveScriptCode: localeString.split('_').length > 1, ); @@ -183,9 +182,7 @@ void loadMatchingArbsIntoBundleMaps({ // Add an assumed locale to default to when there is no info on scriptOnly locales. locale = LocaleInfo.fromString(localeString, deriveScriptCode: true); if (locale.scriptCode != null) { - final LocaleInfo scriptLocale = LocaleInfo.fromString( - '${locale.languageCode}_${locale.scriptCode}', - ); + final scriptLocale = LocaleInfo.fromString('${locale.languageCode}_${locale.scriptCode}'); if (!localeToResources.containsKey(scriptLocale)) { assumedLocales.add(scriptLocale); localeToResources[scriptLocale] ??= {}; @@ -214,7 +211,7 @@ void checkCwdIsRepoRoot(String commandName) { } GeneratorOptions parseArgs(List rawArgs) { - final argslib.ArgParser argParser = argslib.ArgParser() + final argParser = argslib.ArgParser() ..addFlag('help', abbr: 'h', help: 'Print the usage message for this command') ..addFlag('overwrite', abbr: 'w', help: 'Overwrite existing localizations') ..addFlag( @@ -241,11 +238,11 @@ GeneratorOptions parseArgs(List rawArgs) { stderr.writeln(argParser.usage); exit(0); } - final bool writeToFile = args['overwrite'] as bool; - final bool removeUndefined = args['remove-undefined'] as bool; - final bool widgetsOnly = args['widgets'] as bool; - final bool materialOnly = args['material'] as bool; - final bool cupertinoOnly = args['cupertino'] as bool; + final writeToFile = args['overwrite'] as bool; + final removeUndefined = args['remove-undefined'] as bool; + final widgetsOnly = args['widgets'] as bool; + final materialOnly = args['material'] as bool; + final cupertinoOnly = args['cupertino'] as bool; return GeneratorOptions( writeToFile: writeToFile, @@ -274,7 +271,7 @@ class GeneratorOptions { // See also //master/tools/gen_locale.dart in the engine repo. Map> _parseSection(String section) { - final Map> result = >{}; + final result = >{}; late List lastHeading; for (final String line in section.split('\n')) { if (line == '') { @@ -311,7 +308,7 @@ void precacheLanguageAndRegionTags() { .skip(1) .map>>(_parseSection) .toList(); - for (final Map> section in sections) { + for (final section in sections) { assert(section.containsKey('Type'), section.toString()); final String type = section['Type']!.single; if (type == 'language' || type == 'region' || type == 'script') { @@ -350,7 +347,7 @@ String describeLocale(String tag) { assert(subtags.isNotEmpty); assert(_languages.containsKey(subtags[0])); final String language = _languages[subtags[0]]!; - String output = language; + var output = language; String? region; String? script; if (subtags.length == 2) { @@ -416,7 +413,7 @@ String generateString(String value) { } } - const String backslash = '__BACKSLASH__'; + const backslash = '__BACKSLASH__'; assert( !value.contains(backslash), 'Input string cannot contain the sequence: ' diff --git a/dev/tools/localization/localizations_validator.dart b/dev/tools/localization/localizations_validator.dart index e609baa92ba4..30d38ad5edad 100644 --- a/dev/tools/localization/localizations_validator.dart +++ b/dev/tools/localization/localizations_validator.dart @@ -29,14 +29,14 @@ class ValidationError implements Exception { /// /// Throws an exception upon failure. void validateEnglishLocalizations(File file) { - final StringBuffer errorMessages = StringBuffer(); + final errorMessages = StringBuffer(); if (!file.existsSync()) { errorMessages.writeln('English localizations do not exist: $file'); throw ValidationError(errorMessages.toString()); } - final Map bundle = json.decode(file.readAsStringSync()) as Map; + final bundle = json.decode(file.readAsStringSync()) as Map; for (final String resourceId in bundle.keys) { if (resourceId.startsWith('@')) { @@ -74,15 +74,15 @@ void validateEnglishLocalizations(File file) { } final bool optional = atResource.containsKey('optional'); - final String? description = atResource['description'] as String?; + final description = atResource['description'] as String?; if (description == null && !optional) { errorMessages.writeln('No description specified for $atResourceId'); } - final String? plural = atResource['plural'] as String?; + final plural = atResource['plural'] as String?; final String resourceId = atResourceId.substring(1); if (plural != null) { - final String resourceIdOther = '${resourceId}Other'; + final resourceIdOther = '${resourceId}Other'; if (!bundle.containsKey(resourceIdOther)) { errorMessages.writeln('Default plural resource $resourceIdOther undefined'); } @@ -112,7 +112,7 @@ void validateEnglishLocalizations(File file) { void removeUndefinedLocalizations(Map> localeToResources) { final Map canonicalLocalizations = localeToResources[LocaleInfo.fromString('en')]!; - final Set canonicalKeys = Set.from(canonicalLocalizations.keys); + final canonicalKeys = Set.from(canonicalLocalizations.keys); localeToResources.forEach((LocaleInfo locale, Map resources) { bool isPluralVariation(String key) { @@ -124,9 +124,7 @@ void removeUndefinedLocalizations(Map> localeToR return resources.containsKey('${prefix}Other'); } - final Set keys = Set.from( - resources.keys.where((String key) => !isPluralVariation(key)), - ); + final keys = Set.from(resources.keys.where((String key) => !isPluralVariation(key))); final Set invalidKeys = keys.difference(canonicalKeys); resources.removeWhere((String key, String value) => invalidKeys.contains(key)); @@ -149,9 +147,9 @@ void validateLocalizations( }) { final Map canonicalLocalizations = localeToResources[LocaleInfo.fromString('en')]!; - final Set canonicalKeys = Set.from(canonicalLocalizations.keys); - final StringBuffer errorMessages = StringBuffer(); - bool explainMissingKeys = false; + final canonicalKeys = Set.from(canonicalLocalizations.keys); + final errorMessages = StringBuffer(); + var explainMissingKeys = false; for (final LocaleInfo locale in localeToResources.keys) { final Map resources = localeToResources[locale]!; @@ -169,9 +167,7 @@ void validateLocalizations( return resources.containsKey('${prefix}Other'); } - final Set keys = Set.from( - resources.keys.where((String key) => !isPluralVariation(key)), - ); + final keys = Set.from(resources.keys.where((String key) => !isPluralVariation(key))); // Make sure keys are valid (i.e. they also exist in the canonical // localizations) @@ -186,7 +182,7 @@ void validateLocalizations( // keys, or opted out of using certain ones. if (locale.length == 1) { final Map? attributes = localeToAttributes[locale]; - final List missingKeys = []; + final missingKeys = []; for (final String missingKey in canonicalKeys.difference(keys)) { final dynamic attribute = attributes?[missingKey]; final bool intentionallyOmitted = attribute is Map && attribute.containsKey('notUsed'); diff --git a/packages/flutter_localizations/test/cupertino/translations_test.dart b/packages/flutter_localizations/test/cupertino/translations_test.dart index 4db59631a3a1..deb771c55c01 100644 --- a/packages/flutter_localizations/test/cupertino/translations_test.dart +++ b/packages/flutter_localizations/test/cupertino/translations_test.dart @@ -18,7 +18,7 @@ final String rootDirectoryPath = Directory.current.path; void main() { for (final String language in kCupertinoSupportedLanguages) { testWidgets('translations exist for $language', (WidgetTester tester) async { - final Locale locale = Locale(language); + final locale = Locale(language); expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); @@ -123,7 +123,7 @@ void main() { } testWidgets('Spot check French', (WidgetTester tester) async { - const Locale locale = Locale('fr'); + const locale = Locale('fr'); expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); final CupertinoLocalizations localizations = await GlobalCupertinoLocalizations.delegate.load( locale, @@ -140,7 +140,7 @@ void main() { }); testWidgets('Spot check Chinese', (WidgetTester tester) async { - const Locale locale = Locale('zh'); + const locale = Locale('zh'); expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); final CupertinoLocalizations localizations = await GlobalCupertinoLocalizations.delegate.load( locale, @@ -160,15 +160,15 @@ void main() { testWidgets('`nb` uses `no` as its synonym when `nb` arb file is not present', ( WidgetTester tester, ) async { - final File nbCupertinoArbFile = File( + final nbCupertinoArbFile = File( path.join(rootDirectoryPath, 'lib', 'src', 'l10n', 'cupertino_nb.arb'), ); - final File noCupertinoArbFile = File( + final noCupertinoArbFile = File( path.join(rootDirectoryPath, 'lib', 'src', 'l10n', 'cupertino_no.arb'), ); if (noCupertinoArbFile.existsSync() && !nbCupertinoArbFile.existsSync()) { - Locale locale = const Locale.fromSubtags(languageCode: 'no'); + var locale = const Locale.fromSubtags(languageCode: 'no'); expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); CupertinoLocalizations localizations = await GlobalCupertinoLocalizations.delegate.load( locale, @@ -191,10 +191,9 @@ void main() { // Regression test for https://github.com/flutter/flutter/issues/36704. testWidgets('kn arb file should be properly Unicode escaped', (WidgetTester tester) async { - final File file = File(path.join(rootDirectoryPath, 'lib', 'src', 'l10n', 'cupertino_kn.arb')); + final file = File(path.join(rootDirectoryPath, 'lib', 'src', 'l10n', 'cupertino_kn.arb')); - final Map bundle = - json.decode(file.readAsStringSync()) as Map; + final bundle = json.decode(file.readAsStringSync()) as Map; // Encodes the arb resource values if they have not already been // encoded. @@ -217,7 +216,7 @@ void main() { // Regression test for https://github.com/flutter/flutter/issues/110451. testWidgets('Finnish translation for tab label', (WidgetTester tester) async { - const Locale locale = Locale('fi'); + const locale = Locale('fi'); expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); final CupertinoLocalizations localizations = await GlobalCupertinoLocalizations.delegate.load( locale, @@ -251,7 +250,7 @@ void main() { // Regression test for https://github.com/flutter/flutter/issues/141764 testWidgets('zh-CN translation for look up label', (WidgetTester tester) async { - const Locale locale = Locale('zh'); + const locale = Locale('zh'); expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); final CupertinoLocalizations localizations = await GlobalCupertinoLocalizations.delegate.load( locale, @@ -264,7 +263,7 @@ void main() { testWidgets('ko-KR translation for cut, copy, paste label in ButtonLabel', ( WidgetTester tester, ) async { - const Locale locale = Locale('ko'); + const locale = Locale('ko'); expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); final CupertinoLocalizations localizations = await GlobalCupertinoLocalizations.delegate.load( locale, @@ -278,7 +277,7 @@ void main() { testWidgets('localizations.datePickerDayOfMonth uses the current locale for weekdays', ( WidgetTester tester, ) async { - const Locale locale = Locale('zh'); + const locale = Locale('zh'); expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); final CupertinoLocalizations localizations = await GlobalCupertinoLocalizations.delegate.load( locale, @@ -291,7 +290,7 @@ void main() { testWidgets('Test correct time order for CupertinoDatePicker in Korean locale', ( WidgetTester tester, ) async { - const Locale locale = Locale('ko'); + const locale = Locale('ko'); expect(GlobalCupertinoLocalizations.delegate.isSupported(locale), isTrue); final CupertinoLocalizations localizations = await GlobalCupertinoLocalizations.delegate.load( diff --git a/packages/flutter_localizations/test/material/date_picker_test.dart b/packages/flutter_localizations/test/material/date_picker_test.dart index c88cd3e11959..761809dbeb21 100644 --- a/packages/flutter_localizations/test/material/date_picker_test.dart +++ b/packages/flutter_localizations/test/material/date_picker_test.dart @@ -19,8 +19,8 @@ void main() { }); group(CalendarDatePicker, () { - final intl.NumberFormat arabicNumbers = intl.NumberFormat('0', 'ar'); - final Map> testLocales = >{ + final arabicNumbers = intl.NumberFormat('0', 'ar'); + final testLocales = >{ // Tests the default. const Locale('en', 'US'): { 'textDirection': TextDirection.ltr, @@ -52,14 +52,11 @@ void main() { for (final Locale locale in testLocales.keys) { testWidgets('shows dates for $locale', (WidgetTester tester) async { - final List expectedDaysOfWeek = - testLocales[locale]!['expectedDaysOfWeek'] as List; - final List expectedDaysOfMonth = - testLocales[locale]!['expectedDaysOfMonth'] as List; - final String expectedMonthYearHeader = - testLocales[locale]!['expectedMonthYearHeader'] as String; - final TextDirection textDirection = testLocales[locale]!['textDirection'] as TextDirection; - final DateTime baseDate = DateTime(2017, 9, 27); + final expectedDaysOfWeek = testLocales[locale]!['expectedDaysOfWeek'] as List; + final expectedDaysOfMonth = testLocales[locale]!['expectedDaysOfMonth'] as List; + final expectedMonthYearHeader = testLocales[locale]!['expectedMonthYearHeader'] as String; + final textDirection = testLocales[locale]!['textDirection'] as TextDirection; + final baseDate = DateTime(2017, 9, 27); await _pumpBoilerplate( tester, @@ -75,12 +72,12 @@ void main() { expect(find.text(expectedMonthYearHeader), findsOneWidget); - for (final String dayOfWeek in expectedDaysOfWeek) { + for (final dayOfWeek in expectedDaysOfWeek) { expect(find.text(dayOfWeek), findsWidgets); } Offset? previousCellOffset; - for (final String dayOfMonth in expectedDaysOfMonth) { + for (final dayOfMonth in expectedDaysOfMonth) { final Finder dayCell = find.descendant( of: find.byType(GridView), matching: find.text(dayOfMonth), @@ -359,8 +356,8 @@ void main() { // don't overflow the layout // Common screen size roughly based on a Pixel 1 - const Size kCommonScreenSizePortrait = Size(1070, 1770); - const Size kCommonScreenSizeLandscape = Size(1770, 1070); + const kCommonScreenSizePortrait = Size(1070, 1770); + const kCommonScreenSizeLandscape = Size(1770, 1070); Future showPicker(WidgetTester tester, Locale locale, Size size) async { tester.view.physicalSize = size; diff --git a/packages/flutter_localizations/test/material/date_time_test.dart b/packages/flutter_localizations/test/material/date_time_test.dart index c7133d3943f9..4a61aaacb830 100644 --- a/packages/flutter_localizations/test/material/date_time_test.dart +++ b/packages/flutter_localizations/test/material/date_time_test.dart @@ -12,14 +12,14 @@ import 'package:intl/intl.dart'; void main() { group(GlobalMaterialLocalizations, () { test('uses exact locale when exists', () async { - final GlobalMaterialLocalizations localizations = + final localizations = await GlobalMaterialLocalizations.delegate.load(const Locale('pt', 'PT')) as GlobalMaterialLocalizations; expect(localizations.formatDecimal(10000), '10\u00A0000'); }); test('falls back to language code when exact locale is missing', () async { - final GlobalMaterialLocalizations localizations = + final localizations = await GlobalMaterialLocalizations.delegate.load(const Locale('pt', 'XX')) as GlobalMaterialLocalizations; expect(localizations.formatDecimal(10000), '10.000'); @@ -33,7 +33,7 @@ void main() { group('formatHour', () { Future formatHour(WidgetTester tester, Locale locale, TimeOfDay timeOfDay) async { - final Completer completer = Completer(); + final completer = Completer(); await tester.pumpWidget( MaterialApp( supportedLocales: [locale], @@ -104,7 +104,7 @@ void main() { group('formatMinute', () { test('formats English', () async { - final GlobalMaterialLocalizations localizations = + final localizations = await GlobalMaterialLocalizations.delegate.load(const Locale('en', 'US')) as GlobalMaterialLocalizations; expect(localizations.formatMinute(const TimeOfDay(hour: 1, minute: 32)), '32'); @@ -117,7 +117,7 @@ void main() { Locale locale, TimeOfDay timeOfDay, ) async { - final Completer completer = Completer(); + final completer = Completer(); await tester.pumpWidget( MaterialApp( supportedLocales: [locale], @@ -224,7 +224,7 @@ void main() { Locale locale, DateTime dateTime, ) async { - final Completer> completer = Completer>(); + final completer = Completer>(); await tester.pumpWidget( MaterialApp( supportedLocales: [locale], diff --git a/packages/flutter_localizations/test/material/tabs_test.dart b/packages/flutter_localizations/test/material/tabs_test.dart index 9bf827a9d115..eb78ee3ea8d1 100644 --- a/packages/flutter_localizations/test/material/tabs_test.dart +++ b/packages/flutter_localizations/test/material/tabs_test.dart @@ -8,7 +8,7 @@ import 'package:flutter_test/flutter_test.dart'; void main() { testWidgets('Test semantics of TabPageSelector in pt-BR', (WidgetTester tester) async { - final TabController controller = TabController(vsync: const TestVSync(), length: 2); + final controller = TabController(vsync: const TestVSync(), length: 2); await tester.pumpWidget( Localizations( diff --git a/packages/flutter_localizations/test/material/time_picker_test.dart b/packages/flutter_localizations/test/material/time_picker_test.dart index 141e51817282..e527940ffee0 100644 --- a/packages/flutter_localizations/test/material/time_picker_test.dart +++ b/packages/flutter_localizations/test/material/time_picker_test.dart @@ -37,7 +37,7 @@ void main() { ); // TODO(yjbanov): also test `HH.mm` (in_ID), `a h:mm` (ko_KR) and `HH:mm น.` (th_TH) when we have .arb files for them - final List locales = [ + final locales = [ const Locale('en', 'US'), //'h:mm a' const Locale('en', 'GB'), //'HH:mm' const Locale('es', 'ES'), //'H:mm' @@ -46,7 +46,7 @@ void main() { const Locale('fa', 'IR'), //'H:mm' but RTL ]; - for (final Locale locale in locales) { + for (final locale in locales) { final Offset center = await startPicker( tester, (TimeOfDay? time) {}, @@ -122,7 +122,7 @@ void main() { ); // TODO(yjbanov): also test `HH.mm` (in_ID), `a h:mm` (ko_KR) and `HH:mm น.` (th_TH) when we have .arb files for them - final List locales = [ + final locales = [ const Locale('en', 'US'), //'h:mm a' const Locale('en', 'GB'), //'HH:mm' const Locale('es', 'ES'), //'H:mm' @@ -131,7 +131,7 @@ void main() { const Locale('fa', 'IR'), //'H:mm' but RTL ]; - for (final Locale locale in locales) { + for (final locale in locales) { final Offset center = await startPicker( tester, (TimeOfDay? time) {}, @@ -207,7 +207,7 @@ void main() { ); // TODO(yjbanov): also test `HH.mm` (in_ID), `a h:mm` (ko_KR) and `HH:mm น.` (th_TH) when we have .arb files for them - final List locales = [ + final locales = [ const Locale('en', 'US'), //'h:mm a' const Locale('en', 'GB'), //'HH:mm' const Locale('es', 'ES'), //'H:mm' @@ -216,7 +216,7 @@ void main() { const Locale('fa', 'IR'), //'H:mm' but RTL ]; - for (final Locale locale in locales) { + for (final locale in locales) { final Offset center = await startPicker( tester, (TimeOfDay? time) {}, @@ -297,7 +297,7 @@ void main() { ); // TODO(yjbanov): also test `HH.mm` (in_ID), `a h:mm` (ko_KR) and `HH:mm น.` (th_TH) when we have .arb files for them - final List locales = [ + final locales = [ const Locale('en', 'US'), //'h:mm a' const Locale('en', 'GB'), //'HH:mm' const Locale('es', 'ES'), //'H:mm' @@ -306,7 +306,7 @@ void main() { const Locale('fa', 'IR'), //'H:mm' but RTL ]; - for (final Locale locale in locales) { + for (final locale in locales) { final Offset center = await startPicker( tester, (TimeOfDay? time) {}, @@ -382,7 +382,7 @@ void main() { .first; // TODO(yjbanov): also test `HH.mm` (in_ID), `a h:mm` (ko_KR) and `HH:mm น.` (th_TH) when we have .arb files for them - final List locales = [ + final locales = [ const Locale('en', 'US'), //'h:mm a' const Locale('en', 'GB'), //'HH:mm' const Locale('es', 'ES'), //'H:mm' @@ -391,7 +391,7 @@ void main() { const Locale('fa', 'IR'), //'H:mm' but RTL ]; - for (final Locale locale in locales) { + for (final locale in locales) { await tester.pumpWidget( _TimePickerLauncher( onChanged: (TimeOfDay? time) {}, @@ -467,7 +467,7 @@ void main() { .first; // TODO(yjbanov): also test `HH.mm` (in_ID), `a h:mm` (ko_KR) and `HH:mm น.` (th_TH) when we have .arb files for them - final List locales = [ + final locales = [ const Locale('en', 'US'), //'h:mm a' const Locale('en', 'GB'), //'HH:mm' const Locale('es', 'ES'), //'H:mm' @@ -476,7 +476,7 @@ void main() { const Locale('fa', 'IR'), //'H:mm' but RTL ]; - for (final Locale locale in locales) { + for (final locale in locales) { await tester.pumpWidget( _TimePickerLauncher( onChanged: (TimeOfDay? time) {}, @@ -535,16 +535,16 @@ void main() { testWidgets('Material2 uses single-ring 24-hour dial for all locales', ( WidgetTester tester, ) async { - const List locales = [ + const locales = [ Locale('en', 'US'), // h Locale('en', 'GB'), // HH Locale('es', 'ES'), // H ]; - for (final Locale locale in locales) { + for (final locale in locales) { // Tap along the segment stretching from the center to the edge at // 12:00 AM position. Because there's only one ring, in the M2 // DatePicker no matter where you tap the time will be the same. - for (int i = 1; i < 10; i++) { + for (var i = 1; i < 10; i++) { TimeOfDay? result; final Offset center = await startPicker( tester, @@ -575,7 +575,7 @@ void main() { // For locales that display 24 hour time, factors 1-5 put the tap on the // inner ring's "12" (the inner ring goes from 12-23). Otherwise the offset // should land on the outer ring's "00". - for (int factor = startFactor; factor < endFactor; factor += 1) { + for (var factor = startFactor; factor < endFactor; factor += 1) { TimeOfDay? result; final Offset center = await startPicker( tester, @@ -623,21 +623,8 @@ void main() { ); // 24 hour, outer ring }); - const List labels12To11 = [ - '12', - '1', - '2', - '3', - '4', - '5', - '6', - '7', - '8', - '9', - '10', - '11', - ]; - const List labels00To22TwoDigit = [ + const labels12To11 = ['12', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11']; + const labels00To22TwoDigit = [ '00', '02', '04', @@ -651,7 +638,7 @@ void main() { '20', '22', ]; // Material 2 - const List labels00To23TwoDigit = [ + const labels00To23TwoDigit = [ // Material 3 '00', '1', @@ -730,7 +717,7 @@ void main() { final CustomPaint dialPaint = tester.widget(dialCustomPaintFinder); final dynamic dialPainter = dialPaint.painter; // ignore: avoid_dynamic_calls - final List primaryLabels = dialPainter.primaryLabels as List; + final primaryLabels = dialPainter.primaryLabels as List; expect( primaryLabels.map( // ignore: avoid_dynamic_calls @@ -740,7 +727,7 @@ void main() { ); // ignore: avoid_dynamic_calls - final List selectedLabels = dialPainter.selectedLabels as List; + final selectedLabels = dialPainter.selectedLabels as List; expect( selectedLabels.map( // ignore: avoid_dynamic_calls @@ -758,7 +745,7 @@ void main() { final CustomPaint dialPaint = tester.widget(dialCustomPaintFinder); final dynamic dialPainter = dialPaint.painter; // ignore: avoid_dynamic_calls - final List primaryLabels = dialPainter.primaryLabels as List; + final primaryLabels = dialPainter.primaryLabels as List; expect( primaryLabels.map( // ignore: avoid_dynamic_calls @@ -768,7 +755,7 @@ void main() { ); // ignore: avoid_dynamic_calls - final List selectedLabels = dialPainter.selectedLabels as List; + final selectedLabels = dialPainter.selectedLabels as List; expect( selectedLabels.map( // ignore: avoid_dynamic_calls @@ -786,7 +773,7 @@ void main() { final CustomPaint dialPaint = tester.widget(dialCustomPaintFinder); final dynamic dialPainter = dialPaint.painter; // ignore: avoid_dynamic_calls - final List primaryLabels = dialPainter.primaryLabels as List; + final primaryLabels = dialPainter.primaryLabels as List; expect( primaryLabels.map( // ignore: avoid_dynamic_calls @@ -796,7 +783,7 @@ void main() { ); // ignore: avoid_dynamic_calls - final List selectedLabels = dialPainter.selectedLabels as List; + final selectedLabels = dialPainter.selectedLabels as List; expect( selectedLabels.map( // ignore: avoid_dynamic_calls @@ -814,7 +801,7 @@ void main() { final CustomPaint dialPaint = tester.widget(dialCustomPaintFinder); final dynamic dialPainter = dialPaint.painter; // ignore: avoid_dynamic_calls - final List primaryLabels = dialPainter.primaryLabels as List; + final primaryLabels = dialPainter.primaryLabels as List; expect( primaryLabels.map( // ignore: avoid_dynamic_calls @@ -824,7 +811,7 @@ void main() { ); // ignore: avoid_dynamic_calls - final List selectedLabels = dialPainter.selectedLabels as List; + final selectedLabels = dialPainter.selectedLabels as List; expect( selectedLabels.map( // ignore: avoid_dynamic_calls @@ -838,7 +825,7 @@ void main() { testWidgets('AM/PM buttons should be aligned to LTR in Hindi language - Portrait', ( WidgetTester tester, ) async { - const Locale locale = Locale('hi', 'HI'); + const locale = Locale('hi', 'HI'); final Offset centerPortrait = await startPicker( tester, @@ -862,7 +849,7 @@ void main() { testWidgets('AM/PM buttons should be aligned to LTR in Hindi language - Landscape', ( WidgetTester tester, ) async { - const Locale locale = Locale('hi', 'HI'); + const locale = Locale('hi', 'HI'); final Offset centerLandscape = await startPicker( tester, diff --git a/packages/flutter_localizations/test/material/translations_test.dart b/packages/flutter_localizations/test/material/translations_test.dart index e27604b2ac87..9080b4ba28d3 100644 --- a/packages/flutter_localizations/test/material/translations_test.dart +++ b/packages/flutter_localizations/test/material/translations_test.dart @@ -17,7 +17,7 @@ final String rootDirectoryPath = Directory.current.path; void main() { for (final String language in kMaterialSupportedLanguages) { testWidgets('translations exist for $language', (WidgetTester tester) async { - final Locale locale = Locale(language); + final locale = Locale(language); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); @@ -119,7 +119,7 @@ void main() { } testWidgets('translations spot check', (WidgetTester tester) async { - Locale locale = const Locale.fromSubtags(languageCode: 'zh'); + var locale = const Locale.fromSubtags(languageCode: 'zh'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); @@ -134,7 +134,7 @@ void main() { }); testWidgets('translations spot check expansionTileExpandedHint', (WidgetTester tester) async { - const Locale locale = Locale.fromSubtags(languageCode: 'en'); + const locale = Locale.fromSubtags(languageCode: 'en'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); final MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load( locale, @@ -216,7 +216,7 @@ void main() { }); testWidgets('Chinese resolution', (WidgetTester tester) async { - Locale locale = const Locale.fromSubtags(languageCode: 'zh'); + var locale = const Locale.fromSubtags(languageCode: 'zh'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); @@ -308,7 +308,7 @@ void main() { }); testWidgets('Serbian resolution', (WidgetTester tester) async { - Locale locale = const Locale.fromSubtags(languageCode: 'sr'); + var locale = const Locale.fromSubtags(languageCode: 'sr'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); @@ -355,7 +355,7 @@ void main() { }); testWidgets('Misc resolution', (WidgetTester tester) async { - Locale locale = const Locale.fromSubtags(languageCode: 'en'); + var locale = const Locale.fromSubtags(languageCode: 'en'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); @@ -477,7 +477,7 @@ void main() { }); testWidgets('Chinese translations spot check', (WidgetTester tester) async { - Locale locale = const Locale.fromSubtags(languageCode: 'zh'); + var locale = const Locale.fromSubtags(languageCode: 'zh'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load(locale); expect(localizations, isA()); @@ -525,10 +525,9 @@ void main() { // Regression test for https://github.com/flutter/flutter/issues/36704. testWidgets('kn arb file should be properly Unicode escaped', (WidgetTester tester) async { - final File file = File(path.join(rootDirectoryPath, 'lib', 'src', 'l10n', 'material_kn.arb')); + final file = File(path.join(rootDirectoryPath, 'lib', 'src', 'l10n', 'material_kn.arb')); - final Map bundle = - json.decode(file.readAsStringSync()) as Map; + final bundle = json.decode(file.readAsStringSync()) as Map; // Encodes the arb resource values if they have not already been // encoded. @@ -551,7 +550,7 @@ void main() { // Regression test for https://github.com/flutter/flutter/issues/110451. testWidgets('Finnish translation for tab label', (WidgetTester tester) async { - const Locale locale = Locale('fi'); + const locale = Locale('fi'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); final MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load( locale, @@ -562,7 +561,7 @@ void main() { // Regression test for https://github.com/flutter/flutter/issues/138728. testWidgets('Share button label on Material', (WidgetTester tester) async { - const Locale locale = Locale('en'); + const locale = Locale('en'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); final MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load( locale, @@ -573,7 +572,7 @@ void main() { // Regression test for https://github.com/flutter/flutter/issues/141764 testWidgets('zh-CN translation for look up label', (WidgetTester tester) async { - const Locale locale = Locale('zh'); + const locale = Locale('zh'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); final MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load( locale, @@ -586,7 +585,7 @@ void main() { testWidgets('ko-KR translation for cut, copy, paste label in ButtonLabel', ( WidgetTester tester, ) async { - const Locale locale = Locale('ko'); + const locale = Locale('ko'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); final MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load( locale, @@ -599,7 +598,7 @@ void main() { // Regression test for https://github.com/flutter/flutter/issues/156954 testWidgets('Italian translation for dateHelpText', (WidgetTester tester) async { - const Locale locale = Locale('it'); + const locale = Locale('it'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); final MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load( locale, @@ -610,7 +609,7 @@ void main() { // Regression test for https://github.com/flutter/flutter/issues/176677 testWidgets('Basque translation for timeOfDayFormat', (WidgetTester tester) async { - const Locale locale = Locale('eu'); + const locale = Locale('eu'); expect(GlobalMaterialLocalizations.delegate.isSupported(locale), isTrue); final MaterialLocalizations localizations = await GlobalMaterialLocalizations.delegate.load( locale, diff --git a/packages/flutter_localizations/test/test_utils.dart b/packages/flutter_localizations/test/test_utils.dart index 816fa5ed2fb6..caf524cbea3d 100644 --- a/packages/flutter_localizations/test/test_utils.dart +++ b/packages/flutter_localizations/test/test_utils.dart @@ -10,18 +10,18 @@ void encodeBundleTranslations(Map bundle) { if (key.startsWith('@')) { continue; } - final String translation = bundle[key] as String; + final translation = bundle[key] as String; // Rewrite the string as a series of unicode characters in JSON format. // Like "\u0012\u0123\u1234". bundle[key] = translation.runes.map((int code) { - final String codeString = '00${code.toRadixString(16)}'; + final codeString = '00${code.toRadixString(16)}'; return '\\u${codeString.substring(codeString.length - 4)}'; }).join(); } } String generateArbString(Map bundle) { - final StringBuffer contents = StringBuffer(); + final contents = StringBuffer(); contents.writeln('{'); for (final String key in bundle.keys) { contents.writeln(' "$key": "${bundle[key]}"${key == bundle.keys.last ? '' : ','}'); From b84ca2780473b682af4025bf098b6fb630af725b Mon Sep 17 00:00:00 2001 From: Qun Cheng <36861262+QuncCccccc@users.noreply.github.com> Date: Wed, 14 Jan 2026 18:55:21 -0800 Subject: [PATCH 295/327] Update localizations from translation console (#180997) Some new strings were added to the **widgets** layer(like "Search results found", "no results found" and etc.) but never got translated for a long time. Since the issue in g3 has been fixed and the translation in g3 has finished, this PR is to back-integrate the translation to framework. This PR doesn't run the date_localization script. Will update it in a separate PR. ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [x] I listed at least one issue that this PR fixes in the description above. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [x] All existing and new tests are passing. --- .../lib/src/l10n/cupertino_bo.arb | 2 +- .../lib/src/l10n/cupertino_cy.arb | 24 +++++------ .../lib/src/l10n/cupertino_fa.arb | 2 +- .../lib/src/l10n/cupertino_gl.arb | 4 +- .../lib/src/l10n/cupertino_hi.arb | 4 +- .../lib/src/l10n/cupertino_ne.arb | 4 +- .../lib/src/l10n/cupertino_ug.arb | 2 +- .../generated_cupertino_localizations.dart | 42 +++++++++---------- .../generated_material_localizations.dart | 35 +++++++++------- .../lib/src/l10n/material_az.arb | 2 +- .../lib/src/l10n/material_cy.arb | 4 +- .../lib/src/l10n/material_fa.arb | 16 +++---- .../lib/src/l10n/material_hi.arb | 4 +- .../lib/src/l10n/material_ne.arb | 4 +- .../lib/src/l10n/material_zh_HK.arb | 2 +- 15 files changed, 77 insertions(+), 74 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bo.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_bo.arb index 36981eb1f366..e67ffc35adfc 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_bo.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_bo.arb @@ -29,7 +29,7 @@ "modalBarrierDismissLabel": "འདོར་བ།", "menuDismissLabel": "ཐོ་གཞུང་འདོར་བ།", "cancelButtonLabel": "ཕྱིར་འཐེན།", - "backButtonLabel": "Back", + "backButtonLabel": "ཕྱིར་ལོག", "expansionTileExpandedHint": "ཕྱོགས་བསྡུའི་ཆེད་ཐེངས་གཉིས་གནོན།", "expansionTileCollapsedHint": "ཁྱབ་སྤེལ་ཆེད་ཐེངས་གཉིས་གནོན།", "expansionTileExpandedTapHint": "ཕྱོགས་བསྡུ།", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb index 71506a1c1614..a49d5d6c537a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb @@ -4,20 +4,20 @@ "datePickerHourSemanticsLabelTwo": "$hour o'r gloch", "datePickerHourSemanticsLabelFew": "$hour o'r gloch", "datePickerHourSemanticsLabelMany": "$hour o'r gloch", - "timerPickerSecondLabelFew": "eil.", - "timerPickerSecondLabelTwo": "eil.", + "timerPickerSecondLabelFew": "eil", + "timerPickerSecondLabelTwo": "eil", "datePickerMinuteSemanticsLabelZero": "$minute munud", "datePickerMinuteSemanticsLabelTwo": "$minute funud", "datePickerMinuteSemanticsLabelFew": "$minute munud", "datePickerMinuteSemanticsLabelMany": "$minute munud", - "timerPickerSecondLabelZero": "eil.", - "timerPickerMinuteLabelMany": "mun.", - "timerPickerMinuteLabelTwo": "fun.", - "timerPickerMinuteLabelZero": "mun.", + "timerPickerSecondLabelZero": "eil", + "timerPickerMinuteLabelMany": "mun", + "timerPickerMinuteLabelTwo": "fun", + "timerPickerMinuteLabelZero": "mun", "timerPickerHourLabelMany": "awr", "timerPickerHourLabelFew": "awr", - "timerPickerMinuteLabelFew": "mun.", - "timerPickerSecondLabelMany": "eil.", + "timerPickerMinuteLabelFew": "mun", + "timerPickerSecondLabelMany": "eil", "timerPickerHourLabelZero": "awr", "datePickerHourSemanticsLabelOne": "$hour o'r gloch", "datePickerHourSemanticsLabelOther": "$hour o'r gloch", @@ -32,10 +32,10 @@ "tabSemanticsLabel": "Tab $tabIndex o $tabCount", "timerPickerHourLabelOne": "awr", "timerPickerHourLabelOther": "awr", - "timerPickerMinuteLabelOne": "fun.", - "timerPickerMinuteLabelOther": "mun.", - "timerPickerSecondLabelOne": "eil.", - "timerPickerSecondLabelOther": "eil.", + "timerPickerMinuteLabelOne": "fun", + "timerPickerMinuteLabelOther": "mun", + "timerPickerSecondLabelOne": "eil", + "timerPickerSecondLabelOther": "eil", "cutButtonLabel": "Torri", "copyButtonLabel": "Copïo", "pasteButtonLabel": "Gludo", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb index 22d5f93856c3..ce70a1016805 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb @@ -20,7 +20,7 @@ "pasteButtonLabel": "جای‌گذاری", "selectAllButtonLabel": "انتخاب همه", "tabSemanticsLabel": "برگه $tabIndex از $tabCount", - "modalBarrierDismissLabel": "نپذیرفتن", + "modalBarrierDismissLabel": "بستن", "searchTextFieldPlaceholderLabel": "جستجو", "noSpellCheckReplacementsLabel": "جایگزینی پیدا نشد", "menuDismissLabel": "بستن منو", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb index 334bdb786bca..6166c442926a 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb @@ -1,8 +1,8 @@ { "datePickerHourSemanticsLabelOne": "$hour en punto", "datePickerHourSemanticsLabelOther": "$hour en punto", - "datePickerMinuteSemanticsLabelOne": "1 minuto", - "datePickerMinuteSemanticsLabelOther": "$minute minutos", + "datePickerMinuteSemanticsLabelOne": "1 minuto", + "datePickerMinuteSemanticsLabelOther": "$minute minutos", "datePickerDateOrder": "dmy", "datePickerDateTimeOrder": "date_time_dayPeriod", "anteMeridiemAbbreviation": "a.m.", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb index c6953e94c148..431b743ef4b1 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb @@ -27,13 +27,13 @@ "lookUpButtonLabel": "लुक अप बटन", "searchWebButtonLabel": "वेब पर खोजें", "shareButtonLabel": "शेयर करें…", - "clearButtonLabel": "मिटाएं", + "clearButtonLabel": "हटाएं", "cancelButtonLabel": "रद्द करें", "backButtonLabel": "वापस जाएं", "expansionTileExpandedHint": "छोटा करने के लिए दो बार टैप करें", "expansionTileCollapsedHint": "बड़ा करने के लिए दो बार टैप करें", "expansionTileExpandedTapHint": "छोटा करें", - "expansionTileCollapsedTapHint": "ज़्यादा जानकारी के लिए बड़ा करें", + "expansionTileCollapsedTapHint": "ज़्यादा जानने के लिए बड़ा करें", "expandedHint": "छोटा किया गया", "collapsedHint": "बड़ा किया गया" } diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb index 5b75ad298fe8..9f5f2e299ff1 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb @@ -15,9 +15,9 @@ "timerPickerMinuteLabelOther": "मिनेट", "timerPickerSecondLabelOne": "सेकेन्ड", "timerPickerSecondLabelOther": "सेकेन्ड", - "cutButtonLabel": "काट्नुहोस्", + "cutButtonLabel": "कट गर्नुहोस्", "copyButtonLabel": "कपी गर्नुहोस्", - "pasteButtonLabel": "टाँस्नुहोस्", + "pasteButtonLabel": "पेस्ट गर्नुहोस्", "selectAllButtonLabel": "सबै चयन गर्नुहोस्", "tabSemanticsLabel": "$tabCount मध्ये $tabIndex ट्याब", "modalBarrierDismissLabel": "खारेज गर्नुहोस्", diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ug.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_ug.arb index ee1d5b777e7e..a1517e96af38 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_ug.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_ug.arb @@ -29,7 +29,7 @@ "modalBarrierDismissLabel": "بىكار قىلىش", "menuDismissLabel": "تىزىملىكنى بىكار قىلىش", "cancelButtonLabel": "بىكار قىلىش", - "backButtonLabel": "Back", + "backButtonLabel": "قايتىش", "expansionTileExpandedHint": "يىغىش ئۈچۈن قوش چېكىڭ", "expansionTileCollapsedHint": "يېيىش ئۈچۈن قوش چېكىڭ", "expansionTileExpandedTapHint": "يىغىش", diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index 42d740464fe4..4cd7480569ec 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -1568,7 +1568,7 @@ class CupertinoLocalizationBo extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'སྔ་དྲོ'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'ཕྱིར་ལོག'; @override String get cancelButtonLabel => 'ཕྱིར་འཐེན།'; @@ -2454,40 +2454,40 @@ class CupertinoLocalizationCy extends GlobalCupertinoLocalizations { String? get timerPickerHourLabelZero => 'awr'; @override - String? get timerPickerMinuteLabelFew => 'mun.'; + String? get timerPickerMinuteLabelFew => 'mun'; @override - String? get timerPickerMinuteLabelMany => 'mun.'; + String? get timerPickerMinuteLabelMany => 'mun'; @override - String? get timerPickerMinuteLabelOne => 'fun.'; + String? get timerPickerMinuteLabelOne => 'fun'; @override - String get timerPickerMinuteLabelOther => 'mun.'; + String get timerPickerMinuteLabelOther => 'mun'; @override - String? get timerPickerMinuteLabelTwo => 'fun.'; + String? get timerPickerMinuteLabelTwo => 'fun'; @override - String? get timerPickerMinuteLabelZero => 'mun.'; + String? get timerPickerMinuteLabelZero => 'mun'; @override - String? get timerPickerSecondLabelFew => 'eil.'; + String? get timerPickerSecondLabelFew => 'eil'; @override - String? get timerPickerSecondLabelMany => 'eil.'; + String? get timerPickerSecondLabelMany => 'eil'; @override - String? get timerPickerSecondLabelOne => 'eil.'; + String? get timerPickerSecondLabelOne => 'eil'; @override - String get timerPickerSecondLabelOther => 'eil.'; + String get timerPickerSecondLabelOther => 'eil'; @override - String? get timerPickerSecondLabelTwo => 'eil.'; + String? get timerPickerSecondLabelTwo => 'eil'; @override - String? get timerPickerSecondLabelZero => 'eil.'; + String? get timerPickerSecondLabelZero => 'eil'; @override String get todayLabel => 'Heddiw'; @@ -5401,7 +5401,7 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { String get menuDismissLabel => 'بستن منو'; @override - String get modalBarrierDismissLabel => 'نپذیرفتن'; + String get modalBarrierDismissLabel => 'بستن'; @override String get noSpellCheckReplacementsLabel => 'جایگزینی پیدا نشد'; @@ -6373,10 +6373,10 @@ class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { String? get datePickerMinuteSemanticsLabelMany => null; @override - String? get datePickerMinuteSemanticsLabelOne => '1 minuto'; + String? get datePickerMinuteSemanticsLabelOne => '1 minuto'; @override - String get datePickerMinuteSemanticsLabelOther => r'$minute minutos'; + String get datePickerMinuteSemanticsLabelOther => r'$minute minutos'; @override String? get datePickerMinuteSemanticsLabelTwo => null; @@ -7091,7 +7091,7 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { String get cancelButtonLabel => 'रद्द करें'; @override - String get clearButtonLabel => 'मिटाएं'; + String get clearButtonLabel => 'हटाएं'; @override String get collapsedHint => 'बड़ा किया गया'; @@ -7151,7 +7151,7 @@ class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { String get expansionTileCollapsedHint => 'बड़ा करने के लिए दो बार टैप करें'; @override - String get expansionTileCollapsedTapHint => 'ज़्यादा जानकारी के लिए बड़ा करें'; + String get expansionTileCollapsedTapHint => 'ज़्यादा जानने के लिए बड़ा करें'; @override String get expansionTileExpandedHint => 'छोटा करने के लिए दो बार टैप करें'; @@ -11660,7 +11660,7 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { String get copyButtonLabel => 'कपी गर्नुहोस्'; @override - String get cutButtonLabel => 'काट्नुहोस्'; + String get cutButtonLabel => 'कट गर्नुहोस्'; @override String get datePickerDateOrderString => 'mdy'; @@ -11732,7 +11732,7 @@ class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { String get noSpellCheckReplacementsLabel => 'बदल्नु पर्ने कुनै पनि कुरा भेटिएन'; @override - String get pasteButtonLabel => 'टाँस्नुहोस्'; + String get pasteButtonLabel => 'पेस्ट गर्नुहोस्'; @override String get postMeridiemAbbreviation => 'PM'; @@ -15863,7 +15863,7 @@ class CupertinoLocalizationUg extends GlobalCupertinoLocalizations { String get anteMeridiemAbbreviation => 'چۈشتىن بۇرۇن'; @override - String get backButtonLabel => 'Back'; + String get backButtonLabel => 'قايتىش'; @override String get cancelButtonLabel => 'بىكار قىلىش'; diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index 5dd9cb5f247f..6fd6ae14d3b3 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -2335,7 +2335,7 @@ class MaterialLocalizationAz extends GlobalMaterialLocalizations { String get moreButtonTooltip => 'Daha çox'; @override - String get nextMonthTooltip => 'Növbəti ay'; + String get nextMonthTooltip => 'Gələn ay'; @override String get nextPageTooltip => 'Növbəti səhifə'; @@ -5994,7 +5994,7 @@ class MaterialLocalizationCy extends GlobalMaterialLocalizations { }); @override - String get aboutListTileTitleRaw => r'Ynglŷn â $applicationName'; + String get aboutListTileTitleRaw => r'Ynghylch $applicationName'; @override String get alertDialogLabel => 'Rhybudd'; @@ -6150,7 +6150,7 @@ class MaterialLocalizationCy extends GlobalMaterialLocalizations { String get keyboardKeyEject => 'Eject'; @override - String get keyboardKeyEnd => 'End'; + String get keyboardKeyEnd => 'Gorffen'; @override String get keyboardKeyEscape => 'Esc'; @@ -14548,7 +14548,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get anteMeridiemAbbreviation => 'ق.ظ.'; @override - String get backButtonTooltip => 'برگشت'; + String get backButtonTooltip => 'برگشتن'; @override String get bottomSheetLabel => 'برگ زیرین'; @@ -14572,7 +14572,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get collapsedHint => 'ازهم بازشده'; @override - String get collapsedIconTapHint => 'بزرگ کردن'; + String get collapsedIconTapHint => 'ازهم باز کردن'; @override String get continueButtonLabel => 'ادامه'; @@ -14626,13 +14626,13 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get dialogLabel => 'کادر گفتگو'; @override - String get drawerLabel => 'منوی پیمایش'; + String get drawerLabel => 'منو پیمایش'; @override String get expandedHint => 'جمع‌شده'; @override - String get expandedIconTapHint => 'کوچک کردن'; + String get expandedIconTapHint => 'جمع کردن'; @override String get expansionTileCollapsedHint => 'برای ازهم بازکردن، دو تک‌ضرب بزنید'; @@ -14653,7 +14653,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get hideAccountsLabel => 'پنهان کردن حساب‌ها'; @override - String get inputDateModeButtonLabel => 'رفتن به ورودی'; + String get inputDateModeButtonLabel => 'تغییر به ورودی'; @override String get inputTimeModeButtonLabel => 'رفتن به حالت ورودی نوشتاری'; @@ -14836,13 +14836,13 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get lookUpButtonLabel => 'جستجو'; @override - String get menuBarMenuLabel => 'منوی نوار منو'; + String get menuBarMenuLabel => 'منو نوار منو'; @override String get menuDismissLabel => 'بستن منو'; @override - String get modalBarrierDismissLabel => 'نپذیرفتن'; + String get modalBarrierDismissLabel => 'بستن'; @override String get moreButtonTooltip => 'بیشتر'; @@ -14869,7 +14869,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get pasteButtonLabel => 'جای‌گذاری'; @override - String get popupMenuLabel => 'منوی بازشو'; + String get popupMenuLabel => 'منو بازشو'; @override String get postMeridiemAbbreviation => 'ب.ظ.'; @@ -19181,7 +19181,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get cancelButtonLabel => 'रद्द करें'; @override - String get clearButtonTooltip => 'टेक्स्ट मिटाएं'; + String get clearButtonTooltip => 'टेक्स्ट हटाएं'; @override String get closeButtonLabel => 'बंद करें'; @@ -19259,7 +19259,7 @@ class MaterialLocalizationHi extends GlobalMaterialLocalizations { String get expansionTileCollapsedHint => 'बड़ा करने के लिए दो बार टैप करें'; @override - String get expansionTileCollapsedTapHint => 'ज़्यादा जानकारी के लिए बड़ा करें'; + String get expansionTileCollapsedTapHint => 'ज़्यादा जानने के लिए बड़ा करें'; @override String get expansionTileExpandedHint => 'छोटा करने के लिए दो बार टैप करें'; @@ -31109,7 +31109,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get currentDateLabel => 'आज'; @override - String get cutButtonLabel => 'काट्नुहोस्'; + String get cutButtonLabel => 'कट गर्नुहोस्'; @override String get dateHelpText => 'yyyy/mm/dd'; @@ -31391,7 +31391,7 @@ class MaterialLocalizationNe extends GlobalMaterialLocalizations { String get pageRowsInfoTitleApproximateRaw => r'लगभग $rowCount को $firstRow–$lastRow'; @override - String get pasteButtonLabel => 'टाँस्नुहोस्'; + String get pasteButtonLabel => 'पेस्ट गर्नुहोस्'; @override String get popupMenuLabel => 'पपअप मेनु'; @@ -45808,7 +45808,7 @@ class MaterialLocalizationZhHant extends MaterialLocalizationZh { String get searchWebButtonLabel => '搜尋'; @override - String get selectAllButtonLabel => '全選'; + String get selectAllButtonLabel => '全部選取'; @override String get selectYearSemanticsLabel => '揀年份'; @@ -45983,6 +45983,9 @@ class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { @override String get pageRowsInfoTitleApproximateRaw => r'第 $firstRow - $lastRow 列 (總共約 $rowCount 列)'; + @override + String get selectAllButtonLabel => '全選'; + @override String get timePickerHourModeAnnouncement => '選取小時數'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_az.arb b/packages/flutter_localizations/lib/src/l10n/material_az.arb index afe19ebe2c58..5ca87107bd07 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_az.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_az.arb @@ -5,7 +5,7 @@ "backButtonTooltip": "Geri", "closeButtonTooltip": "Bağlayın", "deleteButtonTooltip": "Silin", - "nextMonthTooltip": "Növbəti ay", + "nextMonthTooltip": "Gələn ay", "previousMonthTooltip": "Keçən ay", "nextPageTooltip": "Növbəti səhifə", "firstPageTooltip": "Birinci səhifə", diff --git a/packages/flutter_localizations/lib/src/l10n/material_cy.arb b/packages/flutter_localizations/lib/src/l10n/material_cy.arb index 1f56c0c8c96f..62a3f6514419 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_cy.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_cy.arb @@ -25,7 +25,7 @@ "scrimLabel": "Scrim", "bottomSheetLabel": "Taflen Gwaelod", "scrimOnTapHint": "Cau $modalRouteContentName", - "aboutListTileTitle": "Ynglŷn â $applicationName", + "aboutListTileTitle": "Ynghylch $applicationName", "licensesPageTitle": "Trwyddedau", "licensesPackageDetailTextZero": "Dim trwydded", "licensesPackageDetailTextOne": "1 drwydded", @@ -107,7 +107,7 @@ "keyboardKeyControl": "Ctrl", "keyboardKeyDelete": "Del", "keyboardKeyEject": "Eject", - "keyboardKeyEnd": "End", + "keyboardKeyEnd": "Gorffen", "keyboardKeyEscape": "Esc", "keyboardKeyFn": "Fn", "keyboardKeyHome": "Home", diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index 0683ff7d8bbc..5fa98bc38d3a 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -3,7 +3,7 @@ "timeOfDayFormat": "H:mm", "selectedRowCountTitleOne": "۱ مورد انتخاب شد", "openAppDrawerTooltip": "باز کردن منو پیمایش", - "backButtonTooltip": "برگشت", + "backButtonTooltip": "برگشتن", "closeButtonTooltip": "بستن", "deleteButtonTooltip": "حذف", "nextMonthTooltip": "ماه بعد", @@ -37,9 +37,9 @@ "signedInLabel": "واردشده به سیستم", "hideAccountsLabel": "پنهان کردن حساب‌ها", "showAccountsLabel": "نشان دادن حساب‌ها", - "modalBarrierDismissLabel": "نپذیرفتن", - "drawerLabel": "منوی پیمایش", - "popupMenuLabel": "منوی بازشو", + "modalBarrierDismissLabel": "بستن", + "drawerLabel": "منو پیمایش", + "popupMenuLabel": "منو بازشو", "dialogLabel": "کادر گفتگو", "alertDialogLabel": "هشدار", "searchFieldLabel": "جستجو", @@ -49,8 +49,8 @@ "reorderItemDown": "انتقال به پایین", "reorderItemLeft": "انتقال به راست", "reorderItemRight": "انتقال به چپ", - "expandedIconTapHint": "کوچک کردن", - "collapsedIconTapHint": "بزرگ کردن", + "expandedIconTapHint": "جمع کردن", + "collapsedIconTapHint": "ازهم باز کردن", "remainingTextFieldCharacterCountOne": "۱ نویسه باقی مانده است", "remainingTextFieldCharacterCountOther": "$remainingCount نویسه باقی مانده است", "refreshIndicatorSemanticLabel": "بازآوری", @@ -72,7 +72,7 @@ "datePickerHelpText": "انتخاب تاریخ", "dateRangePickerHelpText": "انتخاب محدوده", "calendarModeButtonLabel": "رفتن به تقویم", - "inputDateModeButtonLabel": "رفتن به ورودی", + "inputDateModeButtonLabel": "تغییر به ورودی", "timePickerDialHelpText": "انتخاب زمان", "timePickerInputHelpText": "وارد کردن زمان", "timePickerHourLabel": "ساعت", @@ -129,7 +129,7 @@ "keyboardKeySpace": "فاصله", "keyboardKeyMetaMacOs": "Command", "keyboardKeyMetaWindows": "Win", - "menuBarMenuLabel": "منوی نوار منو", + "menuBarMenuLabel": "منو نوار منو", "currentDateLabel": "امروز", "scrimLabel": "رویه", "bottomSheetLabel": "برگ زیرین", diff --git a/packages/flutter_localizations/lib/src/l10n/material_hi.arb b/packages/flutter_localizations/lib/src/l10n/material_hi.arb index 96f1b5de1f7b..02597114a11d 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_hi.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_hi.arb @@ -138,13 +138,13 @@ "expansionTileExpandedHint": "छोटा करने के लिए दो बार टैप करें", "expansionTileCollapsedHint": "बड़ा करने के लिए दो बार टैप करें", "expansionTileExpandedTapHint": "छोटा करें", - "expansionTileCollapsedTapHint": "ज़्यादा जानकारी के लिए बड़ा करें", + "expansionTileCollapsedTapHint": "ज़्यादा जानने के लिए बड़ा करें", "expandedHint": "छोटा किया गया", "collapsedHint": "बड़ा किया गया", "menuDismissLabel": "मेन्यू खारिज करें", "lookUpButtonLabel": "लुक अप बटन", "searchWebButtonLabel": "वेब पर खोजें", "shareButtonLabel": "शेयर करें", - "clearButtonTooltip": "टेक्स्ट मिटाएं", + "clearButtonTooltip": "टेक्स्ट हटाएं", "selectedDateLabel": "चुनी गई" } diff --git a/packages/flutter_localizations/lib/src/l10n/material_ne.arb b/packages/flutter_localizations/lib/src/l10n/material_ne.arb index 1499cce4d36e..d7135c310f12 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_ne.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_ne.arb @@ -24,10 +24,10 @@ "closeButtonLabel": "बन्द गर्नुहोस्", "continueButtonLabel": "जारी राख्नुहोस्", "copyButtonLabel": "कपी गर्नुहोस्", - "cutButtonLabel": "काट्नुहोस्", + "cutButtonLabel": "कट गर्नुहोस्", "scanTextButtonLabel": "टेक्स्ट स्क्यान गर्नुहोस्", "okButtonLabel": "ठिक छ", - "pasteButtonLabel": "टाँस्नुहोस्", + "pasteButtonLabel": "पेस्ट गर्नुहोस्", "selectAllButtonLabel": "सबै बटनहरू चयन गर्नुहोस्", "viewLicensesButtonLabel": "लाइसेन्सहरू हेर्नुहोस्", "anteMeridiemAbbreviation": "AM", diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb index 44681d7ab408..17b0a698ce54 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb @@ -124,7 +124,7 @@ "cutButtonLabel": "剪下", "okButtonLabel": "確定", "pasteButtonLabel": "貼上", - "selectAllButtonLabel": "全選", + "selectAllButtonLabel": "全部選取", "viewLicensesButtonLabel": "查看授權", "anteMeridiemAbbreviation": "上午", "postMeridiemAbbreviation": "下午", From bdb55f995a258d1c55fe9cbbc03cedcd98aaeae0 Mon Sep 17 00:00:00 2001 From: Qun Cheng <36861262+QuncCccccc@users.noreply.github.com> Date: Tue, 10 Feb 2026 11:54:32 -0800 Subject: [PATCH 296/327] Update date localization (#181685) This PR is to update date localization. The update introduced NBSP to connect time and its period(am or pm), so some invisible breakages are expected. ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [x] I listed at least one issue that this PR fixes in the description above. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [x] All existing and new tests are passing. --- .../test/material/date_picker_test.dart | 7 +++---- .../test/material/translations_test.dart | 7 ++++++- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/packages/flutter_localizations/test/material/date_picker_test.dart b/packages/flutter_localizations/test/material/date_picker_test.dart index 761809dbeb21..0e2087fc28eb 100644 --- a/packages/flutter_localizations/test/material/date_picker_test.dart +++ b/packages/flutter_localizations/test/material/date_picker_test.dart @@ -33,7 +33,7 @@ void main() { 'textDirection': TextDirection.ltr, 'expectedDaysOfWeek': ['В', 'П', 'В', 'С', 'Ч', 'П', 'С'], 'expectedDaysOfMonth': List.generate(30, (int i) => '${i + 1}'), - 'expectedMonthYearHeader': 'сентябрь 2017 г.', + 'expectedMonthYearHeader': 'сентябрь 2017\u202fг.', }, const Locale('ro', 'RO'): { 'textDirection': TextDirection.ltr, @@ -46,7 +46,7 @@ void main() { 'textDirection': TextDirection.rtl, 'expectedDaysOfWeek': ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], 'expectedDaysOfMonth': List.generate(30, (int i) => arabicNumbers.format(i + 1)), - 'expectedMonthYearHeader': 'سبتمبر ٢٠١٧', + 'expectedMonthYearHeader': 'سبتمبر 2017', }, }; @@ -69,7 +69,6 @@ void main() { locale: locale, textDirection: textDirection, ); - expect(find.text(expectedMonthYearHeader), findsOneWidget); for (final dayOfWeek in expectedDaysOfWeek) { @@ -422,7 +421,7 @@ Future _pumpBoilerplate( await tester.pumpWidget( MaterialApp( home: Directionality( - textDirection: TextDirection.ltr, + textDirection: textDirection, child: Localizations( locale: locale, delegates: GlobalMaterialLocalizations.delegates, diff --git a/packages/flutter_localizations/test/material/translations_test.dart b/packages/flutter_localizations/test/material/translations_test.dart index 9080b4ba28d3..8cbbae00f4a2 100644 --- a/packages/flutter_localizations/test/material/translations_test.dart +++ b/packages/flutter_localizations/test/material/translations_test.dart @@ -203,7 +203,7 @@ void main() { expect(localizations.formatFullDate(DateTime(2015, 7, 23)), 'Thursday, July 23, 2015'); localizations = await GlobalMaterialLocalizations.delegate.load(const Locale('en', 'GB')); - expect(localizations.formatMediumDate(DateTime(2015, 7, 23)), 'Thu, 23 Jul'); + expect(localizations.formatMediumDate(DateTime(2015, 7, 23)), 'Thu 23 Jul'); expect(localizations.formatFullDate(DateTime(2015, 7, 23)), 'Thursday, 23 July 2015'); localizations = await GlobalMaterialLocalizations.delegate.load(const Locale('es')); @@ -213,6 +213,11 @@ void main() { localizations = await GlobalMaterialLocalizations.delegate.load(const Locale('de')); expect(localizations.formatMediumDate(DateTime(2015, 7, 23)), 'Do., 23. Juli'); expect(localizations.formatFullDate(DateTime(2015, 7, 23)), 'Donnerstag, 23. Juli 2015'); + + localizations = await GlobalMaterialLocalizations.delegate.load(const Locale('ru')); + expect(localizations.formatMediumDate(DateTime(2015, 7, 23)), 'чт, 23 июл.'); + // The space before 'г.' is a narrow no-break space (U+202F). + expect(localizations.formatFullDate(DateTime(2015, 7, 23)), 'четверг, 23 июля 2015\u202fг.'); }); testWidgets('Chinese resolution', (WidgetTester tester) async { From 877dfa8d4b3fba167e2fe0a6ccc0c0ab0bab4d0e Mon Sep 17 00:00:00 2001 From: "auto-submit[bot]" <98614782+auto-submit[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 23:07:47 +0000 Subject: [PATCH 297/327] Reverts "Update date localization (#181685)" (#182182) Reverts: flutter/flutter#181685 Initiated by: flar Reason for reverting: breaks l10n tests in the tree Original PR Author: QuncCccccc Fixes: https://github.com/flutter/flutter/issues/182181 Reviewed By: {Piinks} This change reverts the following previous change: This PR is to update date localization. The update introduced NBSP to connect time and its period(am or pm), so some invisible breakages are expected. ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [x] I listed at least one issue that this PR fixes in the description above. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [x] All existing and new tests are passing. Co-authored-by: auto-submit[bot] --- .../test/material/date_picker_test.dart | 7 ++++--- .../test/material/translations_test.dart | 7 +------ 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/packages/flutter_localizations/test/material/date_picker_test.dart b/packages/flutter_localizations/test/material/date_picker_test.dart index 0e2087fc28eb..761809dbeb21 100644 --- a/packages/flutter_localizations/test/material/date_picker_test.dart +++ b/packages/flutter_localizations/test/material/date_picker_test.dart @@ -33,7 +33,7 @@ void main() { 'textDirection': TextDirection.ltr, 'expectedDaysOfWeek': ['В', 'П', 'В', 'С', 'Ч', 'П', 'С'], 'expectedDaysOfMonth': List.generate(30, (int i) => '${i + 1}'), - 'expectedMonthYearHeader': 'сентябрь 2017\u202fг.', + 'expectedMonthYearHeader': 'сентябрь 2017 г.', }, const Locale('ro', 'RO'): { 'textDirection': TextDirection.ltr, @@ -46,7 +46,7 @@ void main() { 'textDirection': TextDirection.rtl, 'expectedDaysOfWeek': ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], 'expectedDaysOfMonth': List.generate(30, (int i) => arabicNumbers.format(i + 1)), - 'expectedMonthYearHeader': 'سبتمبر 2017', + 'expectedMonthYearHeader': 'سبتمبر ٢٠١٧', }, }; @@ -69,6 +69,7 @@ void main() { locale: locale, textDirection: textDirection, ); + expect(find.text(expectedMonthYearHeader), findsOneWidget); for (final dayOfWeek in expectedDaysOfWeek) { @@ -421,7 +422,7 @@ Future _pumpBoilerplate( await tester.pumpWidget( MaterialApp( home: Directionality( - textDirection: textDirection, + textDirection: TextDirection.ltr, child: Localizations( locale: locale, delegates: GlobalMaterialLocalizations.delegates, diff --git a/packages/flutter_localizations/test/material/translations_test.dart b/packages/flutter_localizations/test/material/translations_test.dart index 8cbbae00f4a2..9080b4ba28d3 100644 --- a/packages/flutter_localizations/test/material/translations_test.dart +++ b/packages/flutter_localizations/test/material/translations_test.dart @@ -203,7 +203,7 @@ void main() { expect(localizations.formatFullDate(DateTime(2015, 7, 23)), 'Thursday, July 23, 2015'); localizations = await GlobalMaterialLocalizations.delegate.load(const Locale('en', 'GB')); - expect(localizations.formatMediumDate(DateTime(2015, 7, 23)), 'Thu 23 Jul'); + expect(localizations.formatMediumDate(DateTime(2015, 7, 23)), 'Thu, 23 Jul'); expect(localizations.formatFullDate(DateTime(2015, 7, 23)), 'Thursday, 23 July 2015'); localizations = await GlobalMaterialLocalizations.delegate.load(const Locale('es')); @@ -213,11 +213,6 @@ void main() { localizations = await GlobalMaterialLocalizations.delegate.load(const Locale('de')); expect(localizations.formatMediumDate(DateTime(2015, 7, 23)), 'Do., 23. Juli'); expect(localizations.formatFullDate(DateTime(2015, 7, 23)), 'Donnerstag, 23. Juli 2015'); - - localizations = await GlobalMaterialLocalizations.delegate.load(const Locale('ru')); - expect(localizations.formatMediumDate(DateTime(2015, 7, 23)), 'чт, 23 июл.'); - // The space before 'г.' is a narrow no-break space (U+202F). - expect(localizations.formatFullDate(DateTime(2015, 7, 23)), 'четверг, 23 июля 2015\u202fг.'); }); testWidgets('Chinese resolution', (WidgetTester tester) async { From 87accb02c98a25df291705642fa73c8ae23af6d0 Mon Sep 17 00:00:00 2001 From: Qun Cheng <36861262+QuncCccccc@users.noreply.github.com> Date: Wed, 11 Feb 2026 07:32:00 -0800 Subject: [PATCH 298/327] Reland - Update date localization (#182189) This PR is a reland of https://github.com/flutter/flutter/pull/181685. The update introduced NBSP to connect time and its period(am or pm), so some invisible breakages are expected. Fix is added in the second [commit](https://github.com/flutter/flutter/commit/06be40e4bdc72a43069c5604c9275858c41abbd8). ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [x] I listed at least one issue that this PR fixes in the description above. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [x] All existing and new tests are passing. --- .../test/material/date_picker_test.dart | 7 +++---- .../test/material/translations_test.dart | 7 ++++++- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/packages/flutter_localizations/test/material/date_picker_test.dart b/packages/flutter_localizations/test/material/date_picker_test.dart index 761809dbeb21..0e2087fc28eb 100644 --- a/packages/flutter_localizations/test/material/date_picker_test.dart +++ b/packages/flutter_localizations/test/material/date_picker_test.dart @@ -33,7 +33,7 @@ void main() { 'textDirection': TextDirection.ltr, 'expectedDaysOfWeek': ['В', 'П', 'В', 'С', 'Ч', 'П', 'С'], 'expectedDaysOfMonth': List.generate(30, (int i) => '${i + 1}'), - 'expectedMonthYearHeader': 'сентябрь 2017 г.', + 'expectedMonthYearHeader': 'сентябрь 2017\u202fг.', }, const Locale('ro', 'RO'): { 'textDirection': TextDirection.ltr, @@ -46,7 +46,7 @@ void main() { 'textDirection': TextDirection.rtl, 'expectedDaysOfWeek': ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], 'expectedDaysOfMonth': List.generate(30, (int i) => arabicNumbers.format(i + 1)), - 'expectedMonthYearHeader': 'سبتمبر ٢٠١٧', + 'expectedMonthYearHeader': 'سبتمبر 2017', }, }; @@ -69,7 +69,6 @@ void main() { locale: locale, textDirection: textDirection, ); - expect(find.text(expectedMonthYearHeader), findsOneWidget); for (final dayOfWeek in expectedDaysOfWeek) { @@ -422,7 +421,7 @@ Future _pumpBoilerplate( await tester.pumpWidget( MaterialApp( home: Directionality( - textDirection: TextDirection.ltr, + textDirection: textDirection, child: Localizations( locale: locale, delegates: GlobalMaterialLocalizations.delegates, diff --git a/packages/flutter_localizations/test/material/translations_test.dart b/packages/flutter_localizations/test/material/translations_test.dart index 9080b4ba28d3..8cbbae00f4a2 100644 --- a/packages/flutter_localizations/test/material/translations_test.dart +++ b/packages/flutter_localizations/test/material/translations_test.dart @@ -203,7 +203,7 @@ void main() { expect(localizations.formatFullDate(DateTime(2015, 7, 23)), 'Thursday, July 23, 2015'); localizations = await GlobalMaterialLocalizations.delegate.load(const Locale('en', 'GB')); - expect(localizations.formatMediumDate(DateTime(2015, 7, 23)), 'Thu, 23 Jul'); + expect(localizations.formatMediumDate(DateTime(2015, 7, 23)), 'Thu 23 Jul'); expect(localizations.formatFullDate(DateTime(2015, 7, 23)), 'Thursday, 23 July 2015'); localizations = await GlobalMaterialLocalizations.delegate.load(const Locale('es')); @@ -213,6 +213,11 @@ void main() { localizations = await GlobalMaterialLocalizations.delegate.load(const Locale('de')); expect(localizations.formatMediumDate(DateTime(2015, 7, 23)), 'Do., 23. Juli'); expect(localizations.formatFullDate(DateTime(2015, 7, 23)), 'Donnerstag, 23. Juli 2015'); + + localizations = await GlobalMaterialLocalizations.delegate.load(const Locale('ru')); + expect(localizations.formatMediumDate(DateTime(2015, 7, 23)), 'чт, 23 июл.'); + // The space before 'г.' is a narrow no-break space (U+202F). + expect(localizations.formatFullDate(DateTime(2015, 7, 23)), 'четверг, 23 июля 2015\u202fг.'); }); testWidgets('Chinese resolution', (WidgetTester tester) async { From 2544a5ae1dfb88df205480b817f8a6a8b1fbca4a Mon Sep 17 00:00:00 2001 From: Mohellebi Abdessalem <116356835+AbdeMohlbi@users.noreply.github.com> Date: Thu, 26 Feb 2026 19:53:15 +0100 Subject: [PATCH 299/327] Remove some instances of useMaterial3: true (#182944) Part of : #162818 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [ ] I listed at least one issue that this PR fixes in the description above. - [ ] I updated/added relevant documentation (doc comments with `///`). - [ ] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [x] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-new channel on [Discord]. **Note**: The Flutter team is currently trialing the use of [Gemini Code Assist for GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code). Comments from the `gemini-code-assist` bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed. [Contributor Guide]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview [Tree Hygiene]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md [test-exempt]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests [Flutter Style Guide]: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md [Features we expect every widget to implement]: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#features-we-expect-every-widget-to-implement [CLA]: https://cla.developers.google.com/ [flutter/tests]: https://github.com/flutter/tests [breaking change policy]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes [Discord]: https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md [Data Driven Fixes]: https://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md --- .../test/material/time_picker_test.dart | 26 ++++--------------- 1 file changed, 5 insertions(+), 21 deletions(-) diff --git a/packages/flutter_localizations/test/material/time_picker_test.dart b/packages/flutter_localizations/test/material/time_picker_test.dart index e527940ffee0..7db8f7d3d395 100644 --- a/packages/flutter_localizations/test/material/time_picker_test.dart +++ b/packages/flutter_localizations/test/material/time_picker_test.dart @@ -132,12 +132,7 @@ void main() { ]; for (final locale in locales) { - final Offset center = await startPicker( - tester, - (TimeOfDay? time) {}, - locale: locale, - useMaterial3: true, - ); + final Offset center = await startPicker(tester, (TimeOfDay? time) {}, locale: locale); final Text stringFragmentText = tester.widget(timeSelectorSeparatorFinder); final double hourLeftOffset = tester.getTopLeft(dialHourControlFinder).dx; final double minuteLeftOffset = tester.getTopLeft(dialMinuteControlFinder).dx; @@ -307,12 +302,7 @@ void main() { ]; for (final locale in locales) { - final Offset center = await startPicker( - tester, - (TimeOfDay? time) {}, - locale: locale, - useMaterial3: true, - ); + final Offset center = await startPicker(tester, (TimeOfDay? time) {}, locale: locale); final Text stringFragmentText = tester.widget(timeSelectorSeparatorFinder); final double hourLeftOffset = tester.getTopLeft(dialHourControlFinder).dx; final double hourTopOffset = tester.getTopLeft(dialHourControlFinder).dy; @@ -482,7 +472,6 @@ void main() { onChanged: (TimeOfDay? time) {}, locale: locale, entryMode: TimePickerEntryMode.input, - useMaterial3: true, ), ); await tester.tap(find.text('X')); @@ -577,14 +566,9 @@ void main() { // should land on the outer ring's "00". for (var factor = startFactor; factor < endFactor; factor += 1) { TimeOfDay? result; - final Offset center = await startPicker( - tester, - (TimeOfDay? time) { - result = time; - }, - locale: locale, - useMaterial3: true, - ); + final Offset center = await startPicker(tester, (TimeOfDay? time) { + result = time; + }, locale: locale); final Size size = tester.getSize(dialCustomPaintFinder); final double dy = (size.height / 2.0 / 10) * factor; await tester.tapAt(Offset(center.dx, center.dy - dy)); From 5580b2b23722ea0254a7cdeeca8acc6b051c56f8 Mon Sep 17 00:00:00 2001 From: Qun Cheng <36861262+QuncCccccc@users.noreply.github.com> Date: Tue, 7 Apr 2026 18:40:07 -0700 Subject: [PATCH 300/327] Update localization from translation console (#184742) Regular import of latest translations. ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [AI contribution guidelines] and understand my responsibilities, or I am not using AI tools. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [x] I listed at least one issue that this PR fixes in the description above. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [x] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-new channel on [Discord]. **Note**: The Flutter team is currently trialing the use of [Gemini Code Assist for GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code). Comments from the `gemini-code-assist` bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed. [Contributor Guide]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview [AI contribution guidelines]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#ai-contribution-guidelines [Tree Hygiene]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md [test-exempt]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests [Flutter Style Guide]: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md [Features we expect every widget to implement]: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#features-we-expect-every-widget-to-implement [CLA]: https://cla.developers.google.com/ [flutter/tests]: https://github.com/flutter/tests [breaking change policy]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes [Discord]: https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md [Data Driven Fixes]: https://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md --- packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb | 2 +- .../lib/src/l10n/generated_cupertino_localizations.dart | 2 +- .../lib/src/l10n/generated_material_localizations.dart | 2 +- packages/flutter_localizations/lib/src/l10n/material_fa.arb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb b/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb index ce70a1016805..04d201114047 100644 --- a/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb @@ -16,7 +16,7 @@ "timerPickerSecondLabelOne": "ثانیه", "timerPickerSecondLabelOther": "ثانیه", "cutButtonLabel": "برش", - "copyButtonLabel": "کپی", + "copyButtonLabel": "کپی کردن", "pasteButtonLabel": "جای‌گذاری", "selectAllButtonLabel": "انتخاب همه", "tabSemanticsLabel": "برگه $tabIndex از $tabCount", diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart index 4cd7480569ec..a610eb8fdf69 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart @@ -5332,7 +5332,7 @@ class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { String get collapsedHint => 'ازهم بازشده'; @override - String get copyButtonLabel => 'کپی'; + String get copyButtonLabel => 'کپی کردن'; @override String get cutButtonLabel => 'برش'; diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart index 6fd6ae14d3b3..76bddee6b272 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart @@ -14578,7 +14578,7 @@ class MaterialLocalizationFa extends GlobalMaterialLocalizations { String get continueButtonLabel => 'ادامه'; @override - String get copyButtonLabel => 'کپی'; + String get copyButtonLabel => 'کپی کردن'; @override String get currentDateLabel => 'امروز'; diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/flutter_localizations/lib/src/l10n/material_fa.arb index 5fa98bc38d3a..23cf0a905601 100644 --- a/packages/flutter_localizations/lib/src/l10n/material_fa.arb +++ b/packages/flutter_localizations/lib/src/l10n/material_fa.arb @@ -23,7 +23,7 @@ "cancelButtonLabel": "لغو", "closeButtonLabel": "بستن", "continueButtonLabel": "ادامه", - "copyButtonLabel": "کپی", + "copyButtonLabel": "کپی کردن", "cutButtonLabel": "برش", "scanTextButtonLabel": "اسکن کردن نوشتار", "okButtonLabel": "تأیید", From 652e7c293d6ebf3c599f0d13b7fc4bdaa1005973 Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Tue, 26 May 2026 14:11:12 -0400 Subject: [PATCH 301/327] [tool] Refactor artifacts.dart to use enhanced enums and reduce duplication (#187063) Refactors `Artifact` and `HostArtifact` to enhanced enums, encapsulating filename mapping logic and introducing a `.directory()` constructor for directory-representing values. Also simplifies `getHostArtifact` implementations across different `Artifacts` classes by delegating non-engine artifacts and consolidating web SDK artifact resolution to a shared helper. --- dev/tools/localization/localizations_utils.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/tools/localization/localizations_utils.dart b/dev/tools/localization/localizations_utils.dart index a59fbaa94f87..eaa1f23e9afd 100644 --- a/dev/tools/localization/localizations_utils.dart +++ b/dev/tools/localization/localizations_utils.dart @@ -200,7 +200,7 @@ void exitWithError(String errorMessage) { } void checkCwdIsRepoRoot(String commandName) { - final bool isRepoRoot = Directory('.git').existsSync(); + final bool isRepoRoot = Directory('.git').existsSync() || File('.git').existsSync(); if (!isRepoRoot) { exitWithError( From 8459665be11720229238a6bbbd0a128c026ac550 Mon Sep 17 00:00:00 2001 From: Qun Cheng <36861262+QuncCccccc@users.noreply.github.com> Date: Wed, 24 Jun 2026 12:47:22 -0700 Subject: [PATCH 302/327] Fix date localization missing ZERODIGIT in Arabic(ar) (#188473) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes https://github.com/flutter/flutter/issues/187767 The date localization data update removed `ZERODIGIT` from Flutter's generated generic Arabic (`ar`) `DateSymbols`, which caused `DateFormat` to fall back to ASCII digits for Arabic date formatting. The upstream `package:intl` data change came from dart-lang/i18n commit https://github.com/dart-lang/i18n/commit/4d96553d475806731e83008215faf8f1d39e5f83, which removed `"ZERODIGIT":"٠"` from `pkgs/intl/lib/src/data/dates/symbols/ar.json`. This PR is to add narrow Flutter-side compatibility override in `gen_date_localizations.dart` to preserve Flutter's historical generic Arabic `DateFormat` behavior until the upstream `intl` data is fixed. The override uses `putIfAbsent`, so an upstream fix will take precedence once available. ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [AI contribution guidelines] and understand my responsibilities, or I am not using AI tools. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [x] I listed at least one issue that this PR fixes in the description above. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [x] All existing and new tests are passing. --- .../test/material/date_picker_test.dart | 2 +- .../test/material/date_time_test.dart | 21 +++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/packages/flutter_localizations/test/material/date_picker_test.dart b/packages/flutter_localizations/test/material/date_picker_test.dart index 0e2087fc28eb..2d599efa7700 100644 --- a/packages/flutter_localizations/test/material/date_picker_test.dart +++ b/packages/flutter_localizations/test/material/date_picker_test.dart @@ -46,7 +46,7 @@ void main() { 'textDirection': TextDirection.rtl, 'expectedDaysOfWeek': ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], 'expectedDaysOfMonth': List.generate(30, (int i) => arabicNumbers.format(i + 1)), - 'expectedMonthYearHeader': 'سبتمبر 2017', + 'expectedMonthYearHeader': 'سبتمبر ٢٠١٧', }, }; diff --git a/packages/flutter_localizations/test/material/date_time_test.dart b/packages/flutter_localizations/test/material/date_time_test.dart index 4a61aaacb830..461f013b2ccf 100644 --- a/packages/flutter_localizations/test/material/date_time_test.dart +++ b/packages/flutter_localizations/test/material/date_time_test.dart @@ -362,6 +362,27 @@ void main() { expect(dateFormat.locale, 'ga'); expect(dateFormat.format(DateTime(2023, 4, 10, 2, 32)), equals('10 Aib 2023')); }); + + // Regression test for https://github.com/flutter/flutter/issues/187767. + testWidgets('ar is initialized correctly when DateFormat is used', (WidgetTester tester) async { + late DateFormat dateFormat; + + await tester.pumpWidget( + MaterialApp( + locale: const Locale('ar'), + localizationsDelegates: GlobalMaterialLocalizations.delegates, + home: Builder( + builder: (BuildContext context) { + dateFormat = DateFormat.jm('ar'); + return Container(); + }, + ), + ), + ); + + expect(dateFormat.locale, 'ar'); + expect(dateFormat.format(DateTime(2026, 1, 1, 20, 30)), equals('٨:٣٠ م')); + }); } enum DateType { year, medium, full, monthYear } From 40a856fc4f8e45612a245e88a458ba04ebb0ffd2 Mon Sep 17 00:00:00 2001 From: Justin McCandless Date: Mon, 6 Jul 2026 12:58:24 -0700 Subject: [PATCH 303/327] global_material_localizations and generated_material_localizations Moved from flutter_localizations and should be working minus an import from cupertino_ui that I'll work on next. --- .../l10n/generated_material_localizations.dart | 6 ++++-- packages/material_ui/lib/material_ui.dart | 1 + .../lib/src/global_material_localizations.dart} | 15 +++++++++------ packages/material_ui/pubspec.yaml | 3 +++ 4 files changed, 17 insertions(+), 8 deletions(-) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/generated_material_localizations.dart (99%) rename packages/{flutter_localizations/lib/src/material_localizations.dart => material_ui/lib/src/global_material_localizations.dart} (98%) diff --git a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart b/packages/material_ui/lib/l10n/generated_material_localizations.dart similarity index 99% rename from packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart rename to packages/material_ui/lib/l10n/generated_material_localizations.dart index 76bddee6b272..f67bdfdfd9de 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart +++ b/packages/material_ui/lib/l10n/generated_material_localizations.dart @@ -8,10 +8,12 @@ import 'dart:collection'; -import 'package:flutter/material.dart'; +import 'package:flutter/widgets.dart'; import 'package:intl/intl.dart' as intl; -import '../material_localizations.dart'; +import '../src/global_material_localizations.dart'; +import '../src/time.dart'; +import '../src/typography.dart'; // The classes defined here encode all of the translations found in the // `flutter_localizations/lib/src/l10n/*.arb` files. diff --git a/packages/material_ui/lib/material_ui.dart b/packages/material_ui/lib/material_ui.dart index f8c296947388..f31ea29ef982 100644 --- a/packages/material_ui/lib/material_ui.dart +++ b/packages/material_ui/lib/material_ui.dart @@ -96,6 +96,7 @@ export 'src/flexible_space_bar.dart'; export 'src/floating_action_button.dart'; export 'src/floating_action_button_location.dart'; export 'src/floating_action_button_theme.dart'; +export 'src/global_material_localizations.dart'; export 'src/grid_tile.dart'; export 'src/grid_tile_bar.dart'; export 'src/icon_button.dart'; diff --git a/packages/flutter_localizations/lib/src/material_localizations.dart b/packages/material_ui/lib/src/global_material_localizations.dart similarity index 98% rename from packages/flutter_localizations/lib/src/material_localizations.dart rename to packages/material_ui/lib/src/global_material_localizations.dart index 2017924da819..08edf8ed4696 100644 --- a/packages/flutter_localizations/lib/src/material_localizations.dart +++ b/packages/material_ui/lib/src/global_material_localizations.dart @@ -5,14 +5,17 @@ /// @docImport 'package:intl/intl.dart'; library; +import 'package:cupertino_ui/cupertino_ui.dart' show GlobalCupertinoLocalizations; import 'package:flutter/foundation.dart'; -import 'package:flutter/material.dart'; +import 'package:flutter/widgets.dart'; +import 'package:flutter_localizations/flutter_localizations.dart' show GlobalWidgetsLocalizations; +import 'package:flutter_localizations/src/utils/date_localizations.dart'; //ignore: implementation_imports import 'package:intl/intl.dart' as intl; -import 'cupertino_localizations.dart'; -import 'l10n/generated_material_localizations.dart'; -import 'utils/date_localizations.dart' as util; -import 'widgets_localizations.dart'; +import '../l10n/generated_material_localizations.dart'; +import 'material_localizations.dart'; +import 'time.dart'; +import 'typography.dart'; // Examples can assume: // import 'package:flutter_localizations/flutter_localizations.dart'; @@ -732,7 +735,7 @@ class _MaterialLocalizationsDelegate extends LocalizationsDelegate load(Locale locale) { assert(isSupported(locale)); return _loadedTranslations.putIfAbsent(locale, () { - util.loadDateIntlDataIfNotLoaded(); + loadDateIntlDataIfNotLoaded(); final String localeName = intl.Intl.canonicalizedLocale(locale.toString()); assert( diff --git a/packages/material_ui/pubspec.yaml b/packages/material_ui/pubspec.yaml index 24800d39eff9..8524862e6d08 100644 --- a/packages/material_ui/pubspec.yaml +++ b/packages/material_ui/pubspec.yaml @@ -21,6 +21,9 @@ dependencies: sdk: flutter # This is not unpinned currently. # See https://github.com/flutter/flutter/issues/185017 + flutter_localizations: + sdk: flutter + intl: any material_color_utilities: 0.13.0 vector_math: ^2.2.0 From 84ee86117f874637b1e551341a84d91fd5022897 Mon Sep 17 00:00:00 2001 From: Justin McCandless Date: Mon, 6 Jul 2026 13:14:54 -0700 Subject: [PATCH 304/327] cupertino_localizations and generated_cupertino_localizations Moved into cupertino_ui similar to how it was done in material_ui. Both are now usable. --- packages/cupertino_ui/lib/cupertino_ui.dart | 1 + .../lib}/l10n/generated_cupertino_localizations.dart | 4 ++-- .../lib/src/global_cupertino_localizations.dart} | 11 ++++++----- packages/cupertino_ui/lib/src/localizations.dart | 4 ++++ packages/cupertino_ui/pubspec.yaml | 3 +++ 5 files changed, 16 insertions(+), 7 deletions(-) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/generated_cupertino_localizations.dart (99%) rename packages/{flutter_localizations/lib/src/cupertino_localizations.dart => cupertino_ui/lib/src/global_cupertino_localizations.dart} (98%) diff --git a/packages/cupertino_ui/lib/cupertino_ui.dart b/packages/cupertino_ui/lib/cupertino_ui.dart index a44b2206137a..af2e71e28b89 100644 --- a/packages/cupertino_ui/lib/cupertino_ui.dart +++ b/packages/cupertino_ui/lib/cupertino_ui.dart @@ -43,6 +43,7 @@ export 'src/dialog.dart'; export 'src/expansion_tile.dart'; export 'src/form_row.dart'; export 'src/form_section.dart'; +export 'src/global_cupertino_localizations.dart'; export 'src/icon_theme_data.dart'; export 'src/icons.dart'; export 'src/interface_level.dart'; diff --git a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart b/packages/cupertino_ui/lib/l10n/generated_cupertino_localizations.dart similarity index 99% rename from packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart rename to packages/cupertino_ui/lib/l10n/generated_cupertino_localizations.dart index a610eb8fdf69..ad38ec09118c 100644 --- a/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/cupertino_ui/lib/l10n/generated_cupertino_localizations.dart @@ -8,10 +8,10 @@ import 'dart:collection'; -import 'package:flutter/cupertino.dart'; +import 'package:flutter/widgets.dart'; import 'package:intl/intl.dart' as intl; -import '../cupertino_localizations.dart'; +import '../src/global_cupertino_localizations.dart'; // The classes defined here encode all of the translations found in the // `flutter_localizations/lib/src/l10n/*.arb` files. diff --git a/packages/flutter_localizations/lib/src/cupertino_localizations.dart b/packages/cupertino_ui/lib/src/global_cupertino_localizations.dart similarity index 98% rename from packages/flutter_localizations/lib/src/cupertino_localizations.dart rename to packages/cupertino_ui/lib/src/global_cupertino_localizations.dart index b6c0e6042fca..9a1d6ce3cd32 100644 --- a/packages/flutter_localizations/lib/src/cupertino_localizations.dart +++ b/packages/cupertino_ui/lib/src/global_cupertino_localizations.dart @@ -5,13 +5,14 @@ /// @docImport 'package:intl/intl.dart'; library; -import 'package:flutter/cupertino.dart'; import 'package:flutter/foundation.dart'; +import 'package:flutter/widgets.dart'; +import 'package:flutter_localizations/flutter_localizations.dart' show GlobalWidgetsLocalizations; +import 'package:flutter_localizations/src/utils/date_localizations.dart'; //ignore: implementation_imports import 'package:intl/intl.dart' as intl; -import 'l10n/generated_cupertino_localizations.dart'; -import 'utils/date_localizations.dart' as util; -import 'widgets_localizations.dart'; +import '../l10n/generated_cupertino_localizations.dart'; +import 'localizations.dart'; // Examples can assume: // import 'package:flutter_localizations/flutter_localizations.dart'; @@ -509,7 +510,7 @@ class _GlobalCupertinoLocalizationsDelegate extends LocalizationsDelegate load(Locale locale) { assert(isSupported(locale)); return _loadedTranslations.putIfAbsent(locale, () { - util.loadDateIntlDataIfNotLoaded(); + loadDateIntlDataIfNotLoaded(); final String localeName = intl.Intl.canonicalizedLocale(locale.toString()); assert( diff --git a/packages/cupertino_ui/lib/src/localizations.dart b/packages/cupertino_ui/lib/src/localizations.dart index 6eeccd2fb86e..602307c8d98d 100644 --- a/packages/cupertino_ui/lib/src/localizations.dart +++ b/packages/cupertino_ui/lib/src/localizations.dart @@ -2,6 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +// TODO(justinmc): Consider aligning the file naming between Material and +// Cupertino. Here it's called localizations.dart but there it's +// material_localizations.dart. + /// @docImport 'bottom_tab_bar.dart'; /// @docImport 'date_picker.dart'; /// @docImport 'expansion_tile.dart'; diff --git a/packages/cupertino_ui/pubspec.yaml b/packages/cupertino_ui/pubspec.yaml index 4e60ae7bc22a..ec62b90beb5e 100644 --- a/packages/cupertino_ui/pubspec.yaml +++ b/packages/cupertino_ui/pubspec.yaml @@ -16,6 +16,9 @@ dependencies: collection: ^1.19.1 flutter: sdk: flutter + flutter_localizations: + sdk: flutter + intl: any dev_dependencies: clock: ^1.1.2 From 3b09b5bd9c5a8d1548e95d179a2af7be67ebb0a3 Mon Sep 17 00:00:00 2001 From: Justin McCandless Date: Mon, 6 Jul 2026 13:53:43 -0700 Subject: [PATCH 305/327] Move in the arb files. --- .../lib/src => cupertino_ui/lib}/l10n/cupertino_af.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_am.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_ar.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_as.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_az.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_be.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_bg.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_bn.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_bo.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_bs.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_ca.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_cs.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_cy.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_da.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_de.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_de_CH.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_el.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_en.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_en_AU.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_en_CA.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_en_GB.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_en_IE.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_en_IN.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_en_NZ.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_en_SG.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_en_ZA.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_es.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_es_419.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_es_AR.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_es_BO.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_es_CL.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_es_CO.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_es_CR.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_es_DO.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_es_EC.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_es_GT.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_es_HN.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_es_MX.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_es_NI.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_es_PA.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_es_PE.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_es_PR.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_es_PY.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_es_SV.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_es_US.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_es_UY.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_es_VE.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_et.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_eu.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_fa.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_fi.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_fil.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_fr.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_fr_CA.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_ga.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_gl.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_gsw.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_gu.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_he.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_hi.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_hr.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_hu.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_hy.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_id.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_is.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_it.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_ja.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_ka.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_kk.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_km.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_kn.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_ko.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_ky.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_lo.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_lt.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_lv.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_mk.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_ml.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_mn.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_mr.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_ms.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_my.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_nb.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_ne.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_nl.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_no.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_or.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_pa.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_pl.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_pt.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_pt_PT.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_ro.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_ru.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_si.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_sk.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_sl.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_sq.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_sr.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_sr_Latn.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_sv.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_sw.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_ta.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_te.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_th.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_tl.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_tr.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_ug.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_uk.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_ur.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_uz.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_vi.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_zh.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_zh_HK.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_zh_TW.arb | 0 .../lib/src => cupertino_ui/lib}/l10n/cupertino_zu.arb | 0 .../lib/src => material_ui/lib}/l10n/material_af.arb | 0 .../lib/src => material_ui/lib}/l10n/material_am.arb | 0 .../lib/src => material_ui/lib}/l10n/material_ar.arb | 0 .../lib/src => material_ui/lib}/l10n/material_as.arb | 0 .../lib/src => material_ui/lib}/l10n/material_az.arb | 0 .../lib/src => material_ui/lib}/l10n/material_be.arb | 0 .../lib/src => material_ui/lib}/l10n/material_bg.arb | 0 .../lib/src => material_ui/lib}/l10n/material_bn.arb | 0 .../lib/src => material_ui/lib}/l10n/material_bo.arb | 0 .../lib/src => material_ui/lib}/l10n/material_bs.arb | 0 .../lib/src => material_ui/lib}/l10n/material_ca.arb | 0 .../lib/src => material_ui/lib}/l10n/material_cs.arb | 0 .../lib/src => material_ui/lib}/l10n/material_cy.arb | 0 .../lib/src => material_ui/lib}/l10n/material_da.arb | 0 .../lib/src => material_ui/lib}/l10n/material_de.arb | 0 .../lib/src => material_ui/lib}/l10n/material_de_CH.arb | 0 .../lib/src => material_ui/lib}/l10n/material_el.arb | 0 .../lib/src => material_ui/lib}/l10n/material_en.arb | 0 .../lib/src => material_ui/lib}/l10n/material_en_AU.arb | 0 .../lib/src => material_ui/lib}/l10n/material_en_CA.arb | 0 .../lib/src => material_ui/lib}/l10n/material_en_GB.arb | 0 .../lib/src => material_ui/lib}/l10n/material_en_IE.arb | 0 .../lib/src => material_ui/lib}/l10n/material_en_IN.arb | 0 .../lib/src => material_ui/lib}/l10n/material_en_NZ.arb | 0 .../lib/src => material_ui/lib}/l10n/material_en_SG.arb | 0 .../lib/src => material_ui/lib}/l10n/material_en_ZA.arb | 0 .../lib/src => material_ui/lib}/l10n/material_es.arb | 0 .../lib/src => material_ui/lib}/l10n/material_es_419.arb | 0 .../lib/src => material_ui/lib}/l10n/material_es_AR.arb | 0 .../lib/src => material_ui/lib}/l10n/material_es_BO.arb | 0 .../lib/src => material_ui/lib}/l10n/material_es_CL.arb | 0 .../lib/src => material_ui/lib}/l10n/material_es_CO.arb | 0 .../lib/src => material_ui/lib}/l10n/material_es_CR.arb | 0 .../lib/src => material_ui/lib}/l10n/material_es_DO.arb | 0 .../lib/src => material_ui/lib}/l10n/material_es_EC.arb | 0 .../lib/src => material_ui/lib}/l10n/material_es_GT.arb | 0 .../lib/src => material_ui/lib}/l10n/material_es_HN.arb | 0 .../lib/src => material_ui/lib}/l10n/material_es_MX.arb | 0 .../lib/src => material_ui/lib}/l10n/material_es_NI.arb | 0 .../lib/src => material_ui/lib}/l10n/material_es_PA.arb | 0 .../lib/src => material_ui/lib}/l10n/material_es_PE.arb | 0 .../lib/src => material_ui/lib}/l10n/material_es_PR.arb | 0 .../lib/src => material_ui/lib}/l10n/material_es_PY.arb | 0 .../lib/src => material_ui/lib}/l10n/material_es_SV.arb | 0 .../lib/src => material_ui/lib}/l10n/material_es_US.arb | 0 .../lib/src => material_ui/lib}/l10n/material_es_UY.arb | 0 .../lib/src => material_ui/lib}/l10n/material_es_VE.arb | 0 .../lib/src => material_ui/lib}/l10n/material_et.arb | 0 .../lib/src => material_ui/lib}/l10n/material_eu.arb | 0 .../lib/src => material_ui/lib}/l10n/material_fa.arb | 0 .../lib/src => material_ui/lib}/l10n/material_fi.arb | 0 .../lib/src => material_ui/lib}/l10n/material_fil.arb | 0 .../lib/src => material_ui/lib}/l10n/material_fr.arb | 0 .../lib/src => material_ui/lib}/l10n/material_fr_CA.arb | 0 .../lib/src => material_ui/lib}/l10n/material_ga.arb | 0 .../lib/src => material_ui/lib}/l10n/material_gl.arb | 0 .../lib/src => material_ui/lib}/l10n/material_gsw.arb | 0 .../lib/src => material_ui/lib}/l10n/material_gu.arb | 0 .../lib/src => material_ui/lib}/l10n/material_he.arb | 0 .../lib/src => material_ui/lib}/l10n/material_hi.arb | 0 .../lib/src => material_ui/lib}/l10n/material_hr.arb | 0 .../lib/src => material_ui/lib}/l10n/material_hu.arb | 0 .../lib/src => material_ui/lib}/l10n/material_hy.arb | 0 .../lib/src => material_ui/lib}/l10n/material_id.arb | 0 .../lib/src => material_ui/lib}/l10n/material_is.arb | 0 .../lib/src => material_ui/lib}/l10n/material_it.arb | 0 .../lib/src => material_ui/lib}/l10n/material_ja.arb | 0 .../lib/src => material_ui/lib}/l10n/material_ka.arb | 0 .../lib/src => material_ui/lib}/l10n/material_kk.arb | 0 .../lib/src => material_ui/lib}/l10n/material_km.arb | 0 .../lib/src => material_ui/lib}/l10n/material_kn.arb | 0 .../lib/src => material_ui/lib}/l10n/material_ko.arb | 0 .../lib/src => material_ui/lib}/l10n/material_ky.arb | 0 .../lib/src => material_ui/lib}/l10n/material_lo.arb | 0 .../lib/src => material_ui/lib}/l10n/material_lt.arb | 0 .../lib/src => material_ui/lib}/l10n/material_lv.arb | 0 .../lib/src => material_ui/lib}/l10n/material_mk.arb | 0 .../lib/src => material_ui/lib}/l10n/material_ml.arb | 0 .../lib/src => material_ui/lib}/l10n/material_mn.arb | 0 .../lib/src => material_ui/lib}/l10n/material_mr.arb | 0 .../lib/src => material_ui/lib}/l10n/material_ms.arb | 0 .../lib/src => material_ui/lib}/l10n/material_my.arb | 0 .../lib/src => material_ui/lib}/l10n/material_nb.arb | 0 .../lib/src => material_ui/lib}/l10n/material_ne.arb | 0 .../lib/src => material_ui/lib}/l10n/material_nl.arb | 0 .../lib/src => material_ui/lib}/l10n/material_no.arb | 0 .../lib/src => material_ui/lib}/l10n/material_or.arb | 0 .../lib/src => material_ui/lib}/l10n/material_pa.arb | 0 .../lib/src => material_ui/lib}/l10n/material_pl.arb | 0 .../lib/src => material_ui/lib}/l10n/material_ps.arb | 0 .../lib/src => material_ui/lib}/l10n/material_pt.arb | 0 .../lib/src => material_ui/lib}/l10n/material_pt_PT.arb | 0 .../lib/src => material_ui/lib}/l10n/material_ro.arb | 0 .../lib/src => material_ui/lib}/l10n/material_ru.arb | 0 .../lib/src => material_ui/lib}/l10n/material_si.arb | 0 .../lib/src => material_ui/lib}/l10n/material_sk.arb | 0 .../lib/src => material_ui/lib}/l10n/material_sl.arb | 0 .../lib/src => material_ui/lib}/l10n/material_sq.arb | 0 .../lib/src => material_ui/lib}/l10n/material_sr.arb | 0 .../lib/src => material_ui/lib}/l10n/material_sr_Latn.arb | 0 .../lib/src => material_ui/lib}/l10n/material_sv.arb | 0 .../lib/src => material_ui/lib}/l10n/material_sw.arb | 0 .../lib/src => material_ui/lib}/l10n/material_ta.arb | 0 .../lib/src => material_ui/lib}/l10n/material_te.arb | 0 .../lib/src => material_ui/lib}/l10n/material_th.arb | 0 .../lib/src => material_ui/lib}/l10n/material_tl.arb | 0 .../lib/src => material_ui/lib}/l10n/material_tr.arb | 0 .../lib/src => material_ui/lib}/l10n/material_ug.arb | 0 .../lib/src => material_ui/lib}/l10n/material_uk.arb | 0 .../lib/src => material_ui/lib}/l10n/material_ur.arb | 0 .../lib/src => material_ui/lib}/l10n/material_uz.arb | 0 .../lib/src => material_ui/lib}/l10n/material_vi.arb | 0 .../lib/src => material_ui/lib}/l10n/material_zh.arb | 0 .../lib/src => material_ui/lib}/l10n/material_zh_HK.arb | 0 .../lib/src => material_ui/lib}/l10n/material_zh_TW.arb | 0 .../lib/src => material_ui/lib}/l10n/material_zu.arb | 0 231 files changed, 0 insertions(+), 0 deletions(-) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_af.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_am.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_ar.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_as.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_az.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_be.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_bg.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_bn.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_bo.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_bs.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_ca.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_cs.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_cy.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_da.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_de.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_de_CH.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_el.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_en.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_en_AU.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_en_CA.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_en_GB.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_en_IE.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_en_IN.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_en_NZ.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_en_SG.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_en_ZA.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_es.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_es_419.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_es_AR.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_es_BO.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_es_CL.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_es_CO.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_es_CR.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_es_DO.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_es_EC.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_es_GT.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_es_HN.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_es_MX.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_es_NI.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_es_PA.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_es_PE.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_es_PR.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_es_PY.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_es_SV.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_es_US.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_es_UY.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_es_VE.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_et.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_eu.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_fa.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_fi.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_fil.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_fr.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_fr_CA.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_ga.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_gl.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_gsw.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_gu.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_he.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_hi.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_hr.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_hu.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_hy.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_id.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_is.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_it.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_ja.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_ka.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_kk.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_km.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_kn.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_ko.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_ky.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_lo.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_lt.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_lv.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_mk.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_ml.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_mn.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_mr.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_ms.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_my.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_nb.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_ne.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_nl.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_no.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_or.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_pa.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_pl.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_pt.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_pt_PT.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_ro.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_ru.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_si.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_sk.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_sl.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_sq.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_sr.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_sr_Latn.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_sv.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_sw.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_ta.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_te.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_th.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_tl.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_tr.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_ug.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_uk.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_ur.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_uz.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_vi.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_zh.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_zh_HK.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_zh_TW.arb (100%) rename packages/{flutter_localizations/lib/src => cupertino_ui/lib}/l10n/cupertino_zu.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_af.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_am.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_ar.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_as.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_az.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_be.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_bg.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_bn.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_bo.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_bs.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_ca.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_cs.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_cy.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_da.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_de.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_de_CH.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_el.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_en.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_en_AU.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_en_CA.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_en_GB.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_en_IE.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_en_IN.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_en_NZ.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_en_SG.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_en_ZA.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_es.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_es_419.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_es_AR.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_es_BO.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_es_CL.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_es_CO.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_es_CR.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_es_DO.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_es_EC.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_es_GT.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_es_HN.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_es_MX.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_es_NI.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_es_PA.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_es_PE.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_es_PR.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_es_PY.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_es_SV.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_es_US.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_es_UY.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_es_VE.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_et.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_eu.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_fa.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_fi.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_fil.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_fr.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_fr_CA.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_ga.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_gl.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_gsw.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_gu.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_he.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_hi.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_hr.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_hu.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_hy.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_id.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_is.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_it.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_ja.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_ka.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_kk.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_km.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_kn.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_ko.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_ky.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_lo.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_lt.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_lv.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_mk.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_ml.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_mn.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_mr.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_ms.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_my.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_nb.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_ne.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_nl.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_no.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_or.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_pa.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_pl.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_ps.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_pt.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_pt_PT.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_ro.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_ru.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_si.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_sk.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_sl.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_sq.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_sr.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_sr_Latn.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_sv.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_sw.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_ta.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_te.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_th.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_tl.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_tr.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_ug.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_uk.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_ur.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_uz.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_vi.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_zh.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_zh_HK.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_zh_TW.arb (100%) rename packages/{flutter_localizations/lib/src => material_ui/lib}/l10n/material_zu.arb (100%) diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_af.arb b/packages/cupertino_ui/lib/l10n/cupertino_af.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_af.arb rename to packages/cupertino_ui/lib/l10n/cupertino_af.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_am.arb b/packages/cupertino_ui/lib/l10n/cupertino_am.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_am.arb rename to packages/cupertino_ui/lib/l10n/cupertino_am.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb b/packages/cupertino_ui/lib/l10n/cupertino_ar.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_ar.arb rename to packages/cupertino_ui/lib/l10n/cupertino_ar.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_as.arb b/packages/cupertino_ui/lib/l10n/cupertino_as.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_as.arb rename to packages/cupertino_ui/lib/l10n/cupertino_as.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_az.arb b/packages/cupertino_ui/lib/l10n/cupertino_az.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_az.arb rename to packages/cupertino_ui/lib/l10n/cupertino_az.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_be.arb b/packages/cupertino_ui/lib/l10n/cupertino_be.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_be.arb rename to packages/cupertino_ui/lib/l10n/cupertino_be.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb b/packages/cupertino_ui/lib/l10n/cupertino_bg.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_bg.arb rename to packages/cupertino_ui/lib/l10n/cupertino_bg.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb b/packages/cupertino_ui/lib/l10n/cupertino_bn.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_bn.arb rename to packages/cupertino_ui/lib/l10n/cupertino_bn.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bo.arb b/packages/cupertino_ui/lib/l10n/cupertino_bo.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_bo.arb rename to packages/cupertino_ui/lib/l10n/cupertino_bo.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb b/packages/cupertino_ui/lib/l10n/cupertino_bs.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_bs.arb rename to packages/cupertino_ui/lib/l10n/cupertino_bs.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb b/packages/cupertino_ui/lib/l10n/cupertino_ca.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_ca.arb rename to packages/cupertino_ui/lib/l10n/cupertino_ca.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb b/packages/cupertino_ui/lib/l10n/cupertino_cs.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_cs.arb rename to packages/cupertino_ui/lib/l10n/cupertino_cs.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb b/packages/cupertino_ui/lib/l10n/cupertino_cy.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_cy.arb rename to packages/cupertino_ui/lib/l10n/cupertino_cy.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_da.arb b/packages/cupertino_ui/lib/l10n/cupertino_da.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_da.arb rename to packages/cupertino_ui/lib/l10n/cupertino_da.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_de.arb b/packages/cupertino_ui/lib/l10n/cupertino_de.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_de.arb rename to packages/cupertino_ui/lib/l10n/cupertino_de.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_de_CH.arb b/packages/cupertino_ui/lib/l10n/cupertino_de_CH.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_de_CH.arb rename to packages/cupertino_ui/lib/l10n/cupertino_de_CH.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_el.arb b/packages/cupertino_ui/lib/l10n/cupertino_el.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_el.arb rename to packages/cupertino_ui/lib/l10n/cupertino_el.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en.arb b/packages/cupertino_ui/lib/l10n/cupertino_en.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_en.arb rename to packages/cupertino_ui/lib/l10n/cupertino_en.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_AU.arb b/packages/cupertino_ui/lib/l10n/cupertino_en_AU.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_en_AU.arb rename to packages/cupertino_ui/lib/l10n/cupertino_en_AU.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_CA.arb b/packages/cupertino_ui/lib/l10n/cupertino_en_CA.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_en_CA.arb rename to packages/cupertino_ui/lib/l10n/cupertino_en_CA.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_GB.arb b/packages/cupertino_ui/lib/l10n/cupertino_en_GB.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_en_GB.arb rename to packages/cupertino_ui/lib/l10n/cupertino_en_GB.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_IE.arb b/packages/cupertino_ui/lib/l10n/cupertino_en_IE.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_en_IE.arb rename to packages/cupertino_ui/lib/l10n/cupertino_en_IE.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_IN.arb b/packages/cupertino_ui/lib/l10n/cupertino_en_IN.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_en_IN.arb rename to packages/cupertino_ui/lib/l10n/cupertino_en_IN.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_NZ.arb b/packages/cupertino_ui/lib/l10n/cupertino_en_NZ.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_en_NZ.arb rename to packages/cupertino_ui/lib/l10n/cupertino_en_NZ.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_SG.arb b/packages/cupertino_ui/lib/l10n/cupertino_en_SG.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_en_SG.arb rename to packages/cupertino_ui/lib/l10n/cupertino_en_SG.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_en_ZA.arb b/packages/cupertino_ui/lib/l10n/cupertino_en_ZA.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_en_ZA.arb rename to packages/cupertino_ui/lib/l10n/cupertino_en_ZA.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es.arb b/packages/cupertino_ui/lib/l10n/cupertino_es.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_es.arb rename to packages/cupertino_ui/lib/l10n/cupertino_es.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb b/packages/cupertino_ui/lib/l10n/cupertino_es_419.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_es_419.arb rename to packages/cupertino_ui/lib/l10n/cupertino_es_419.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb b/packages/cupertino_ui/lib/l10n/cupertino_es_AR.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_es_AR.arb rename to packages/cupertino_ui/lib/l10n/cupertino_es_AR.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb b/packages/cupertino_ui/lib/l10n/cupertino_es_BO.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_es_BO.arb rename to packages/cupertino_ui/lib/l10n/cupertino_es_BO.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb b/packages/cupertino_ui/lib/l10n/cupertino_es_CL.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_es_CL.arb rename to packages/cupertino_ui/lib/l10n/cupertino_es_CL.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb b/packages/cupertino_ui/lib/l10n/cupertino_es_CO.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_es_CO.arb rename to packages/cupertino_ui/lib/l10n/cupertino_es_CO.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb b/packages/cupertino_ui/lib/l10n/cupertino_es_CR.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_es_CR.arb rename to packages/cupertino_ui/lib/l10n/cupertino_es_CR.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb b/packages/cupertino_ui/lib/l10n/cupertino_es_DO.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_es_DO.arb rename to packages/cupertino_ui/lib/l10n/cupertino_es_DO.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb b/packages/cupertino_ui/lib/l10n/cupertino_es_EC.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_es_EC.arb rename to packages/cupertino_ui/lib/l10n/cupertino_es_EC.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb b/packages/cupertino_ui/lib/l10n/cupertino_es_GT.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_es_GT.arb rename to packages/cupertino_ui/lib/l10n/cupertino_es_GT.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb b/packages/cupertino_ui/lib/l10n/cupertino_es_HN.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_es_HN.arb rename to packages/cupertino_ui/lib/l10n/cupertino_es_HN.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb b/packages/cupertino_ui/lib/l10n/cupertino_es_MX.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_es_MX.arb rename to packages/cupertino_ui/lib/l10n/cupertino_es_MX.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb b/packages/cupertino_ui/lib/l10n/cupertino_es_NI.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_es_NI.arb rename to packages/cupertino_ui/lib/l10n/cupertino_es_NI.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb b/packages/cupertino_ui/lib/l10n/cupertino_es_PA.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_es_PA.arb rename to packages/cupertino_ui/lib/l10n/cupertino_es_PA.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb b/packages/cupertino_ui/lib/l10n/cupertino_es_PE.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_es_PE.arb rename to packages/cupertino_ui/lib/l10n/cupertino_es_PE.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb b/packages/cupertino_ui/lib/l10n/cupertino_es_PR.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_es_PR.arb rename to packages/cupertino_ui/lib/l10n/cupertino_es_PR.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb b/packages/cupertino_ui/lib/l10n/cupertino_es_PY.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_es_PY.arb rename to packages/cupertino_ui/lib/l10n/cupertino_es_PY.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb b/packages/cupertino_ui/lib/l10n/cupertino_es_SV.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_es_SV.arb rename to packages/cupertino_ui/lib/l10n/cupertino_es_SV.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb b/packages/cupertino_ui/lib/l10n/cupertino_es_US.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_es_US.arb rename to packages/cupertino_ui/lib/l10n/cupertino_es_US.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb b/packages/cupertino_ui/lib/l10n/cupertino_es_UY.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_es_UY.arb rename to packages/cupertino_ui/lib/l10n/cupertino_es_UY.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb b/packages/cupertino_ui/lib/l10n/cupertino_es_VE.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_es_VE.arb rename to packages/cupertino_ui/lib/l10n/cupertino_es_VE.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_et.arb b/packages/cupertino_ui/lib/l10n/cupertino_et.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_et.arb rename to packages/cupertino_ui/lib/l10n/cupertino_et.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb b/packages/cupertino_ui/lib/l10n/cupertino_eu.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_eu.arb rename to packages/cupertino_ui/lib/l10n/cupertino_eu.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb b/packages/cupertino_ui/lib/l10n/cupertino_fa.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_fa.arb rename to packages/cupertino_ui/lib/l10n/cupertino_fa.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb b/packages/cupertino_ui/lib/l10n/cupertino_fi.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_fi.arb rename to packages/cupertino_ui/lib/l10n/cupertino_fi.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb b/packages/cupertino_ui/lib/l10n/cupertino_fil.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_fil.arb rename to packages/cupertino_ui/lib/l10n/cupertino_fil.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb b/packages/cupertino_ui/lib/l10n/cupertino_fr.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_fr.arb rename to packages/cupertino_ui/lib/l10n/cupertino_fr.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_fr_CA.arb b/packages/cupertino_ui/lib/l10n/cupertino_fr_CA.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_fr_CA.arb rename to packages/cupertino_ui/lib/l10n/cupertino_fr_CA.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ga.arb b/packages/cupertino_ui/lib/l10n/cupertino_ga.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_ga.arb rename to packages/cupertino_ui/lib/l10n/cupertino_ga.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb b/packages/cupertino_ui/lib/l10n/cupertino_gl.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_gl.arb rename to packages/cupertino_ui/lib/l10n/cupertino_gl.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb b/packages/cupertino_ui/lib/l10n/cupertino_gsw.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb rename to packages/cupertino_ui/lib/l10n/cupertino_gsw.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb b/packages/cupertino_ui/lib/l10n/cupertino_gu.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_gu.arb rename to packages/cupertino_ui/lib/l10n/cupertino_gu.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_he.arb b/packages/cupertino_ui/lib/l10n/cupertino_he.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_he.arb rename to packages/cupertino_ui/lib/l10n/cupertino_he.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb b/packages/cupertino_ui/lib/l10n/cupertino_hi.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_hi.arb rename to packages/cupertino_ui/lib/l10n/cupertino_hi.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb b/packages/cupertino_ui/lib/l10n/cupertino_hr.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_hr.arb rename to packages/cupertino_ui/lib/l10n/cupertino_hr.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb b/packages/cupertino_ui/lib/l10n/cupertino_hu.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_hu.arb rename to packages/cupertino_ui/lib/l10n/cupertino_hu.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb b/packages/cupertino_ui/lib/l10n/cupertino_hy.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_hy.arb rename to packages/cupertino_ui/lib/l10n/cupertino_hy.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_id.arb b/packages/cupertino_ui/lib/l10n/cupertino_id.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_id.arb rename to packages/cupertino_ui/lib/l10n/cupertino_id.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_is.arb b/packages/cupertino_ui/lib/l10n/cupertino_is.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_is.arb rename to packages/cupertino_ui/lib/l10n/cupertino_is.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_it.arb b/packages/cupertino_ui/lib/l10n/cupertino_it.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_it.arb rename to packages/cupertino_ui/lib/l10n/cupertino_it.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb b/packages/cupertino_ui/lib/l10n/cupertino_ja.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_ja.arb rename to packages/cupertino_ui/lib/l10n/cupertino_ja.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb b/packages/cupertino_ui/lib/l10n/cupertino_ka.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_ka.arb rename to packages/cupertino_ui/lib/l10n/cupertino_ka.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb b/packages/cupertino_ui/lib/l10n/cupertino_kk.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_kk.arb rename to packages/cupertino_ui/lib/l10n/cupertino_kk.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_km.arb b/packages/cupertino_ui/lib/l10n/cupertino_km.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_km.arb rename to packages/cupertino_ui/lib/l10n/cupertino_km.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb b/packages/cupertino_ui/lib/l10n/cupertino_kn.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_kn.arb rename to packages/cupertino_ui/lib/l10n/cupertino_kn.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb b/packages/cupertino_ui/lib/l10n/cupertino_ko.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_ko.arb rename to packages/cupertino_ui/lib/l10n/cupertino_ko.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb b/packages/cupertino_ui/lib/l10n/cupertino_ky.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_ky.arb rename to packages/cupertino_ui/lib/l10n/cupertino_ky.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb b/packages/cupertino_ui/lib/l10n/cupertino_lo.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_lo.arb rename to packages/cupertino_ui/lib/l10n/cupertino_lo.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb b/packages/cupertino_ui/lib/l10n/cupertino_lt.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_lt.arb rename to packages/cupertino_ui/lib/l10n/cupertino_lt.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb b/packages/cupertino_ui/lib/l10n/cupertino_lv.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_lv.arb rename to packages/cupertino_ui/lib/l10n/cupertino_lv.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb b/packages/cupertino_ui/lib/l10n/cupertino_mk.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_mk.arb rename to packages/cupertino_ui/lib/l10n/cupertino_mk.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb b/packages/cupertino_ui/lib/l10n/cupertino_ml.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_ml.arb rename to packages/cupertino_ui/lib/l10n/cupertino_ml.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb b/packages/cupertino_ui/lib/l10n/cupertino_mn.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_mn.arb rename to packages/cupertino_ui/lib/l10n/cupertino_mn.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb b/packages/cupertino_ui/lib/l10n/cupertino_mr.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_mr.arb rename to packages/cupertino_ui/lib/l10n/cupertino_mr.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb b/packages/cupertino_ui/lib/l10n/cupertino_ms.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_ms.arb rename to packages/cupertino_ui/lib/l10n/cupertino_ms.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_my.arb b/packages/cupertino_ui/lib/l10n/cupertino_my.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_my.arb rename to packages/cupertino_ui/lib/l10n/cupertino_my.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb b/packages/cupertino_ui/lib/l10n/cupertino_nb.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_nb.arb rename to packages/cupertino_ui/lib/l10n/cupertino_nb.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb b/packages/cupertino_ui/lib/l10n/cupertino_ne.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_ne.arb rename to packages/cupertino_ui/lib/l10n/cupertino_ne.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb b/packages/cupertino_ui/lib/l10n/cupertino_nl.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_nl.arb rename to packages/cupertino_ui/lib/l10n/cupertino_nl.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_no.arb b/packages/cupertino_ui/lib/l10n/cupertino_no.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_no.arb rename to packages/cupertino_ui/lib/l10n/cupertino_no.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_or.arb b/packages/cupertino_ui/lib/l10n/cupertino_or.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_or.arb rename to packages/cupertino_ui/lib/l10n/cupertino_or.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb b/packages/cupertino_ui/lib/l10n/cupertino_pa.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_pa.arb rename to packages/cupertino_ui/lib/l10n/cupertino_pa.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb b/packages/cupertino_ui/lib/l10n/cupertino_pl.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_pl.arb rename to packages/cupertino_ui/lib/l10n/cupertino_pl.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb b/packages/cupertino_ui/lib/l10n/cupertino_pt.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_pt.arb rename to packages/cupertino_ui/lib/l10n/cupertino_pt.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb b/packages/cupertino_ui/lib/l10n/cupertino_pt_PT.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_pt_PT.arb rename to packages/cupertino_ui/lib/l10n/cupertino_pt_PT.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb b/packages/cupertino_ui/lib/l10n/cupertino_ro.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_ro.arb rename to packages/cupertino_ui/lib/l10n/cupertino_ro.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb b/packages/cupertino_ui/lib/l10n/cupertino_ru.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb rename to packages/cupertino_ui/lib/l10n/cupertino_ru.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_si.arb b/packages/cupertino_ui/lib/l10n/cupertino_si.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_si.arb rename to packages/cupertino_ui/lib/l10n/cupertino_si.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb b/packages/cupertino_ui/lib/l10n/cupertino_sk.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_sk.arb rename to packages/cupertino_ui/lib/l10n/cupertino_sk.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb b/packages/cupertino_ui/lib/l10n/cupertino_sl.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_sl.arb rename to packages/cupertino_ui/lib/l10n/cupertino_sl.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb b/packages/cupertino_ui/lib/l10n/cupertino_sq.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_sq.arb rename to packages/cupertino_ui/lib/l10n/cupertino_sq.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb b/packages/cupertino_ui/lib/l10n/cupertino_sr.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_sr.arb rename to packages/cupertino_ui/lib/l10n/cupertino_sr.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb b/packages/cupertino_ui/lib/l10n/cupertino_sr_Latn.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_sr_Latn.arb rename to packages/cupertino_ui/lib/l10n/cupertino_sr_Latn.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb b/packages/cupertino_ui/lib/l10n/cupertino_sv.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_sv.arb rename to packages/cupertino_ui/lib/l10n/cupertino_sv.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb b/packages/cupertino_ui/lib/l10n/cupertino_sw.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_sw.arb rename to packages/cupertino_ui/lib/l10n/cupertino_sw.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb b/packages/cupertino_ui/lib/l10n/cupertino_ta.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_ta.arb rename to packages/cupertino_ui/lib/l10n/cupertino_ta.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_te.arb b/packages/cupertino_ui/lib/l10n/cupertino_te.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_te.arb rename to packages/cupertino_ui/lib/l10n/cupertino_te.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_th.arb b/packages/cupertino_ui/lib/l10n/cupertino_th.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_th.arb rename to packages/cupertino_ui/lib/l10n/cupertino_th.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb b/packages/cupertino_ui/lib/l10n/cupertino_tl.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_tl.arb rename to packages/cupertino_ui/lib/l10n/cupertino_tl.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb b/packages/cupertino_ui/lib/l10n/cupertino_tr.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_tr.arb rename to packages/cupertino_ui/lib/l10n/cupertino_tr.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ug.arb b/packages/cupertino_ui/lib/l10n/cupertino_ug.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_ug.arb rename to packages/cupertino_ui/lib/l10n/cupertino_ug.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb b/packages/cupertino_ui/lib/l10n/cupertino_uk.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_uk.arb rename to packages/cupertino_ui/lib/l10n/cupertino_uk.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb b/packages/cupertino_ui/lib/l10n/cupertino_ur.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_ur.arb rename to packages/cupertino_ui/lib/l10n/cupertino_ur.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb b/packages/cupertino_ui/lib/l10n/cupertino_uz.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_uz.arb rename to packages/cupertino_ui/lib/l10n/cupertino_uz.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb b/packages/cupertino_ui/lib/l10n/cupertino_vi.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_vi.arb rename to packages/cupertino_ui/lib/l10n/cupertino_vi.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb b/packages/cupertino_ui/lib/l10n/cupertino_zh.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_zh.arb rename to packages/cupertino_ui/lib/l10n/cupertino_zh.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb b/packages/cupertino_ui/lib/l10n/cupertino_zh_HK.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_zh_HK.arb rename to packages/cupertino_ui/lib/l10n/cupertino_zh_HK.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb b/packages/cupertino_ui/lib/l10n/cupertino_zh_TW.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_zh_TW.arb rename to packages/cupertino_ui/lib/l10n/cupertino_zh_TW.arb diff --git a/packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb b/packages/cupertino_ui/lib/l10n/cupertino_zu.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/cupertino_zu.arb rename to packages/cupertino_ui/lib/l10n/cupertino_zu.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_af.arb b/packages/material_ui/lib/l10n/material_af.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_af.arb rename to packages/material_ui/lib/l10n/material_af.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_am.arb b/packages/material_ui/lib/l10n/material_am.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_am.arb rename to packages/material_ui/lib/l10n/material_am.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_ar.arb b/packages/material_ui/lib/l10n/material_ar.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_ar.arb rename to packages/material_ui/lib/l10n/material_ar.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_as.arb b/packages/material_ui/lib/l10n/material_as.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_as.arb rename to packages/material_ui/lib/l10n/material_as.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_az.arb b/packages/material_ui/lib/l10n/material_az.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_az.arb rename to packages/material_ui/lib/l10n/material_az.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_be.arb b/packages/material_ui/lib/l10n/material_be.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_be.arb rename to packages/material_ui/lib/l10n/material_be.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_bg.arb b/packages/material_ui/lib/l10n/material_bg.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_bg.arb rename to packages/material_ui/lib/l10n/material_bg.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_bn.arb b/packages/material_ui/lib/l10n/material_bn.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_bn.arb rename to packages/material_ui/lib/l10n/material_bn.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_bo.arb b/packages/material_ui/lib/l10n/material_bo.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_bo.arb rename to packages/material_ui/lib/l10n/material_bo.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_bs.arb b/packages/material_ui/lib/l10n/material_bs.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_bs.arb rename to packages/material_ui/lib/l10n/material_bs.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_ca.arb b/packages/material_ui/lib/l10n/material_ca.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_ca.arb rename to packages/material_ui/lib/l10n/material_ca.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_cs.arb b/packages/material_ui/lib/l10n/material_cs.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_cs.arb rename to packages/material_ui/lib/l10n/material_cs.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_cy.arb b/packages/material_ui/lib/l10n/material_cy.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_cy.arb rename to packages/material_ui/lib/l10n/material_cy.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_da.arb b/packages/material_ui/lib/l10n/material_da.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_da.arb rename to packages/material_ui/lib/l10n/material_da.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_de.arb b/packages/material_ui/lib/l10n/material_de.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_de.arb rename to packages/material_ui/lib/l10n/material_de.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_de_CH.arb b/packages/material_ui/lib/l10n/material_de_CH.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_de_CH.arb rename to packages/material_ui/lib/l10n/material_de_CH.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_el.arb b/packages/material_ui/lib/l10n/material_el.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_el.arb rename to packages/material_ui/lib/l10n/material_el.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_en.arb b/packages/material_ui/lib/l10n/material_en.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_en.arb rename to packages/material_ui/lib/l10n/material_en.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_AU.arb b/packages/material_ui/lib/l10n/material_en_AU.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_en_AU.arb rename to packages/material_ui/lib/l10n/material_en_AU.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_CA.arb b/packages/material_ui/lib/l10n/material_en_CA.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_en_CA.arb rename to packages/material_ui/lib/l10n/material_en_CA.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_GB.arb b/packages/material_ui/lib/l10n/material_en_GB.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_en_GB.arb rename to packages/material_ui/lib/l10n/material_en_GB.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IE.arb b/packages/material_ui/lib/l10n/material_en_IE.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_en_IE.arb rename to packages/material_ui/lib/l10n/material_en_IE.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_IN.arb b/packages/material_ui/lib/l10n/material_en_IN.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_en_IN.arb rename to packages/material_ui/lib/l10n/material_en_IN.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb b/packages/material_ui/lib/l10n/material_en_NZ.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_en_NZ.arb rename to packages/material_ui/lib/l10n/material_en_NZ.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_SG.arb b/packages/material_ui/lib/l10n/material_en_SG.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_en_SG.arb rename to packages/material_ui/lib/l10n/material_en_SG.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb b/packages/material_ui/lib/l10n/material_en_ZA.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_en_ZA.arb rename to packages/material_ui/lib/l10n/material_en_ZA.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_es.arb b/packages/material_ui/lib/l10n/material_es.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_es.arb rename to packages/material_ui/lib/l10n/material_es.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_419.arb b/packages/material_ui/lib/l10n/material_es_419.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_es_419.arb rename to packages/material_ui/lib/l10n/material_es_419.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_AR.arb b/packages/material_ui/lib/l10n/material_es_AR.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_es_AR.arb rename to packages/material_ui/lib/l10n/material_es_AR.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_BO.arb b/packages/material_ui/lib/l10n/material_es_BO.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_es_BO.arb rename to packages/material_ui/lib/l10n/material_es_BO.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CL.arb b/packages/material_ui/lib/l10n/material_es_CL.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_es_CL.arb rename to packages/material_ui/lib/l10n/material_es_CL.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CO.arb b/packages/material_ui/lib/l10n/material_es_CO.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_es_CO.arb rename to packages/material_ui/lib/l10n/material_es_CO.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_CR.arb b/packages/material_ui/lib/l10n/material_es_CR.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_es_CR.arb rename to packages/material_ui/lib/l10n/material_es_CR.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_DO.arb b/packages/material_ui/lib/l10n/material_es_DO.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_es_DO.arb rename to packages/material_ui/lib/l10n/material_es_DO.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_EC.arb b/packages/material_ui/lib/l10n/material_es_EC.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_es_EC.arb rename to packages/material_ui/lib/l10n/material_es_EC.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_GT.arb b/packages/material_ui/lib/l10n/material_es_GT.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_es_GT.arb rename to packages/material_ui/lib/l10n/material_es_GT.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_HN.arb b/packages/material_ui/lib/l10n/material_es_HN.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_es_HN.arb rename to packages/material_ui/lib/l10n/material_es_HN.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_MX.arb b/packages/material_ui/lib/l10n/material_es_MX.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_es_MX.arb rename to packages/material_ui/lib/l10n/material_es_MX.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_NI.arb b/packages/material_ui/lib/l10n/material_es_NI.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_es_NI.arb rename to packages/material_ui/lib/l10n/material_es_NI.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PA.arb b/packages/material_ui/lib/l10n/material_es_PA.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_es_PA.arb rename to packages/material_ui/lib/l10n/material_es_PA.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PE.arb b/packages/material_ui/lib/l10n/material_es_PE.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_es_PE.arb rename to packages/material_ui/lib/l10n/material_es_PE.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PR.arb b/packages/material_ui/lib/l10n/material_es_PR.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_es_PR.arb rename to packages/material_ui/lib/l10n/material_es_PR.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_PY.arb b/packages/material_ui/lib/l10n/material_es_PY.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_es_PY.arb rename to packages/material_ui/lib/l10n/material_es_PY.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_SV.arb b/packages/material_ui/lib/l10n/material_es_SV.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_es_SV.arb rename to packages/material_ui/lib/l10n/material_es_SV.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_US.arb b/packages/material_ui/lib/l10n/material_es_US.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_es_US.arb rename to packages/material_ui/lib/l10n/material_es_US.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_UY.arb b/packages/material_ui/lib/l10n/material_es_UY.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_es_UY.arb rename to packages/material_ui/lib/l10n/material_es_UY.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_es_VE.arb b/packages/material_ui/lib/l10n/material_es_VE.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_es_VE.arb rename to packages/material_ui/lib/l10n/material_es_VE.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_et.arb b/packages/material_ui/lib/l10n/material_et.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_et.arb rename to packages/material_ui/lib/l10n/material_et.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_eu.arb b/packages/material_ui/lib/l10n/material_eu.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_eu.arb rename to packages/material_ui/lib/l10n/material_eu.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_fa.arb b/packages/material_ui/lib/l10n/material_fa.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_fa.arb rename to packages/material_ui/lib/l10n/material_fa.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_fi.arb b/packages/material_ui/lib/l10n/material_fi.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_fi.arb rename to packages/material_ui/lib/l10n/material_fi.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_fil.arb b/packages/material_ui/lib/l10n/material_fil.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_fil.arb rename to packages/material_ui/lib/l10n/material_fil.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr.arb b/packages/material_ui/lib/l10n/material_fr.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_fr.arb rename to packages/material_ui/lib/l10n/material_fr.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb b/packages/material_ui/lib/l10n/material_fr_CA.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_fr_CA.arb rename to packages/material_ui/lib/l10n/material_fr_CA.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_ga.arb b/packages/material_ui/lib/l10n/material_ga.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_ga.arb rename to packages/material_ui/lib/l10n/material_ga.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_gl.arb b/packages/material_ui/lib/l10n/material_gl.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_gl.arb rename to packages/material_ui/lib/l10n/material_gl.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_gsw.arb b/packages/material_ui/lib/l10n/material_gsw.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_gsw.arb rename to packages/material_ui/lib/l10n/material_gsw.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_gu.arb b/packages/material_ui/lib/l10n/material_gu.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_gu.arb rename to packages/material_ui/lib/l10n/material_gu.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_he.arb b/packages/material_ui/lib/l10n/material_he.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_he.arb rename to packages/material_ui/lib/l10n/material_he.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_hi.arb b/packages/material_ui/lib/l10n/material_hi.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_hi.arb rename to packages/material_ui/lib/l10n/material_hi.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_hr.arb b/packages/material_ui/lib/l10n/material_hr.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_hr.arb rename to packages/material_ui/lib/l10n/material_hr.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_hu.arb b/packages/material_ui/lib/l10n/material_hu.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_hu.arb rename to packages/material_ui/lib/l10n/material_hu.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_hy.arb b/packages/material_ui/lib/l10n/material_hy.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_hy.arb rename to packages/material_ui/lib/l10n/material_hy.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_id.arb b/packages/material_ui/lib/l10n/material_id.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_id.arb rename to packages/material_ui/lib/l10n/material_id.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_is.arb b/packages/material_ui/lib/l10n/material_is.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_is.arb rename to packages/material_ui/lib/l10n/material_is.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_it.arb b/packages/material_ui/lib/l10n/material_it.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_it.arb rename to packages/material_ui/lib/l10n/material_it.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_ja.arb b/packages/material_ui/lib/l10n/material_ja.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_ja.arb rename to packages/material_ui/lib/l10n/material_ja.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_ka.arb b/packages/material_ui/lib/l10n/material_ka.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_ka.arb rename to packages/material_ui/lib/l10n/material_ka.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_kk.arb b/packages/material_ui/lib/l10n/material_kk.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_kk.arb rename to packages/material_ui/lib/l10n/material_kk.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_km.arb b/packages/material_ui/lib/l10n/material_km.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_km.arb rename to packages/material_ui/lib/l10n/material_km.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_kn.arb b/packages/material_ui/lib/l10n/material_kn.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_kn.arb rename to packages/material_ui/lib/l10n/material_kn.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_ko.arb b/packages/material_ui/lib/l10n/material_ko.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_ko.arb rename to packages/material_ui/lib/l10n/material_ko.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_ky.arb b/packages/material_ui/lib/l10n/material_ky.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_ky.arb rename to packages/material_ui/lib/l10n/material_ky.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_lo.arb b/packages/material_ui/lib/l10n/material_lo.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_lo.arb rename to packages/material_ui/lib/l10n/material_lo.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_lt.arb b/packages/material_ui/lib/l10n/material_lt.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_lt.arb rename to packages/material_ui/lib/l10n/material_lt.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_lv.arb b/packages/material_ui/lib/l10n/material_lv.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_lv.arb rename to packages/material_ui/lib/l10n/material_lv.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_mk.arb b/packages/material_ui/lib/l10n/material_mk.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_mk.arb rename to packages/material_ui/lib/l10n/material_mk.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_ml.arb b/packages/material_ui/lib/l10n/material_ml.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_ml.arb rename to packages/material_ui/lib/l10n/material_ml.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_mn.arb b/packages/material_ui/lib/l10n/material_mn.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_mn.arb rename to packages/material_ui/lib/l10n/material_mn.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_mr.arb b/packages/material_ui/lib/l10n/material_mr.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_mr.arb rename to packages/material_ui/lib/l10n/material_mr.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_ms.arb b/packages/material_ui/lib/l10n/material_ms.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_ms.arb rename to packages/material_ui/lib/l10n/material_ms.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_my.arb b/packages/material_ui/lib/l10n/material_my.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_my.arb rename to packages/material_ui/lib/l10n/material_my.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_nb.arb b/packages/material_ui/lib/l10n/material_nb.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_nb.arb rename to packages/material_ui/lib/l10n/material_nb.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_ne.arb b/packages/material_ui/lib/l10n/material_ne.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_ne.arb rename to packages/material_ui/lib/l10n/material_ne.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_nl.arb b/packages/material_ui/lib/l10n/material_nl.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_nl.arb rename to packages/material_ui/lib/l10n/material_nl.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_no.arb b/packages/material_ui/lib/l10n/material_no.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_no.arb rename to packages/material_ui/lib/l10n/material_no.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_or.arb b/packages/material_ui/lib/l10n/material_or.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_or.arb rename to packages/material_ui/lib/l10n/material_or.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_pa.arb b/packages/material_ui/lib/l10n/material_pa.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_pa.arb rename to packages/material_ui/lib/l10n/material_pa.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_pl.arb b/packages/material_ui/lib/l10n/material_pl.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_pl.arb rename to packages/material_ui/lib/l10n/material_pl.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_ps.arb b/packages/material_ui/lib/l10n/material_ps.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_ps.arb rename to packages/material_ui/lib/l10n/material_ps.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt.arb b/packages/material_ui/lib/l10n/material_pt.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_pt.arb rename to packages/material_ui/lib/l10n/material_pt.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb b/packages/material_ui/lib/l10n/material_pt_PT.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_pt_PT.arb rename to packages/material_ui/lib/l10n/material_pt_PT.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_ro.arb b/packages/material_ui/lib/l10n/material_ro.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_ro.arb rename to packages/material_ui/lib/l10n/material_ro.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_ru.arb b/packages/material_ui/lib/l10n/material_ru.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_ru.arb rename to packages/material_ui/lib/l10n/material_ru.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_si.arb b/packages/material_ui/lib/l10n/material_si.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_si.arb rename to packages/material_ui/lib/l10n/material_si.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_sk.arb b/packages/material_ui/lib/l10n/material_sk.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_sk.arb rename to packages/material_ui/lib/l10n/material_sk.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_sl.arb b/packages/material_ui/lib/l10n/material_sl.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_sl.arb rename to packages/material_ui/lib/l10n/material_sl.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_sq.arb b/packages/material_ui/lib/l10n/material_sq.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_sq.arb rename to packages/material_ui/lib/l10n/material_sq.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr.arb b/packages/material_ui/lib/l10n/material_sr.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_sr.arb rename to packages/material_ui/lib/l10n/material_sr.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb b/packages/material_ui/lib/l10n/material_sr_Latn.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_sr_Latn.arb rename to packages/material_ui/lib/l10n/material_sr_Latn.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_sv.arb b/packages/material_ui/lib/l10n/material_sv.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_sv.arb rename to packages/material_ui/lib/l10n/material_sv.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_sw.arb b/packages/material_ui/lib/l10n/material_sw.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_sw.arb rename to packages/material_ui/lib/l10n/material_sw.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_ta.arb b/packages/material_ui/lib/l10n/material_ta.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_ta.arb rename to packages/material_ui/lib/l10n/material_ta.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_te.arb b/packages/material_ui/lib/l10n/material_te.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_te.arb rename to packages/material_ui/lib/l10n/material_te.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_th.arb b/packages/material_ui/lib/l10n/material_th.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_th.arb rename to packages/material_ui/lib/l10n/material_th.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_tl.arb b/packages/material_ui/lib/l10n/material_tl.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_tl.arb rename to packages/material_ui/lib/l10n/material_tl.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_tr.arb b/packages/material_ui/lib/l10n/material_tr.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_tr.arb rename to packages/material_ui/lib/l10n/material_tr.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_ug.arb b/packages/material_ui/lib/l10n/material_ug.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_ug.arb rename to packages/material_ui/lib/l10n/material_ug.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_uk.arb b/packages/material_ui/lib/l10n/material_uk.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_uk.arb rename to packages/material_ui/lib/l10n/material_uk.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_ur.arb b/packages/material_ui/lib/l10n/material_ur.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_ur.arb rename to packages/material_ui/lib/l10n/material_ur.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_uz.arb b/packages/material_ui/lib/l10n/material_uz.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_uz.arb rename to packages/material_ui/lib/l10n/material_uz.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_vi.arb b/packages/material_ui/lib/l10n/material_vi.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_vi.arb rename to packages/material_ui/lib/l10n/material_vi.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh.arb b/packages/material_ui/lib/l10n/material_zh.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_zh.arb rename to packages/material_ui/lib/l10n/material_zh.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb b/packages/material_ui/lib/l10n/material_zh_HK.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_zh_HK.arb rename to packages/material_ui/lib/l10n/material_zh_HK.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb b/packages/material_ui/lib/l10n/material_zh_TW.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_zh_TW.arb rename to packages/material_ui/lib/l10n/material_zh_TW.arb diff --git a/packages/flutter_localizations/lib/src/l10n/material_zu.arb b/packages/material_ui/lib/l10n/material_zu.arb similarity index 100% rename from packages/flutter_localizations/lib/src/l10n/material_zu.arb rename to packages/material_ui/lib/l10n/material_zu.arb From 4a5cba915e7e899efb232f92a90aec17704b8744 Mon Sep 17 00:00:00 2001 From: Justin McCandless Date: Mon, 6 Jul 2026 14:42:06 -0700 Subject: [PATCH 306/327] READMEs for l10 stuff. These were copied from the l10 folder of flutter_localizations and then modified. --- packages/cupertino_ui/lib/l10n/README.md | 186 +++++++++++++++++++ packages/material_ui/lib/l10n/README.md | 221 +++++++++++++++++++++++ 2 files changed, 407 insertions(+) create mode 100644 packages/cupertino_ui/lib/l10n/README.md create mode 100644 packages/material_ui/lib/l10n/README.md diff --git a/packages/cupertino_ui/lib/l10n/README.md b/packages/cupertino_ui/lib/l10n/README.md new file mode 100644 index 000000000000..f7925b35a229 --- /dev/null +++ b/packages/cupertino_ui/lib/l10n/README.md @@ -0,0 +1,186 @@ +# cupertino_ui Library Localizations + +The `.arb` files in this directory contain localized values (primarily strings) +used by the Cupertino library. The `generated_cupertino_localizations.dart` file +combines all of the localizations into a single Map that is linked with the rest +of flutter_localizations package. + +If you're looking for information about internationalizing Flutter +apps in general, see the +[Internationalizing Flutter Apps](https://flutter.dev/to/internationalization) tutorial. + +The localizations for the Cupertino library were originally located in the +[flutter_localizations package](https://github.com/flutter/flutter/tree/master/packages/flutter_localizations). + +### Translations for one locale: .arb files + +The Cupertino library uses +[Application Resource Bundle](https://github.com/google/app-resource-bundle/wiki/ApplicationResourceBundleSpecification) +files, which have a `.arb` extension, to store localized translations +of messages, format strings, and other values. This format is also +used by the Dart [intl](https://pub.dev/packages/intl) package. + +The Cupertino library only depends on a small subset of the ARB format. Each +.arb file contains a single JSON table that maps from resource IDs to localized +values. + +Filenames contain the locale that the values have been translated +for. For example `cupertino_de.arb` contains German translations, and +`cupertino_ar.arb` contains Arabic translations. Files that contain +regional translations have names that include the locale's regional +suffix. For example `cupertino_en_GB.arb` contains additional English +translations that are specific to Great Britain. + +There is one language-specific .arb file for each supported locale. If +an additional file with a regional suffix is present, the regional +localizations are automatically merged with the language-specific ones. + +The JSON table's keys, called resource IDs, are valid Dart variable names. They +correspond to methods from the `CupertinoLocalizations` class. For example: + +```dart +Widget build(BuildContext context) { + return CupertinoButton( + child: Text( + CupertinoLocalizations.of(context).cancelButtonLabel, + ), + ); +} +``` + +This widget build method creates a button whose label is the local +translation of "CANCEL" which is defined for the `cancelButtonLabel` +resource ID. + +Each of the language-specific .arb files contains an entry for +`cancelButtonLabel`. + +### cupertino_en.arb defines all of the resource IDs + +All of the `cupertino_*.arb` files whose names do not include a regional +suffix contain translations for the same set of resource IDs as +`cupertino_en.arb`. + +For each resource ID defined for English, there is an additional resource +with an '@' prefix. These '@' resources are not used by the generated +Dart code at run time, they just exist to inform translators about how +the value will be used, and to inform the code generator about what code +to write. + +```dart +"cancelButtonLabel": "CANCEL", +"@cancelButtonLabel": { + "description": "The label for cancel buttons and menu items.", + "type": "text" +}, +``` + +### Values with Parameters, Plurals + +A few of cupertino translations contain `$variable` tokens. The +Cupertino library replaces these tokens with values at +run-time. For example: + +```dart +"datePickerHourSemanticsLabelOne": "$hour o'clock", +``` + +The value for this resource ID is retrieved with a parameterized +method instead of a simple getter: + +```dart +CupertinoLocalizations.of(context).datePickerHourSemanticsLabelOne(hour) +``` + +The names of the `$variable` tokens must match the names of the +`CupertinoLocalizations` method parameters. + +Plurals are handled similarly, with a lookup method that includes a +quantity parameter. For example `datePickerMinuteSemanticsLabelOther` returns a +string like "1 minute" or "2 minutes". + +```dart +CupertinoLocalizations.of(context).datePickerMinuteSemanticsLabelOther(minute) +``` + +Plural translations can be provided for several quantities: 0, 1, 2, +"few", "many", "other". The variations are identified by a resource ID +suffix which must be one of "Zero", "One", "Two", "Few", "Many", +"Other". The "Other" variation is used when none of the other +quantities apply. All plural resources must include a resource with +the "Other" suffix. For example the English translations +('cupertino_en.arb') for `datePickerMinuteSemanticsLabelOther` are: + +```dart +"datePickerMinuteSemanticsLabelOne": "1 minute", +"datePickerMinuteSemanticsLabelOther": "$minute minutes", +``` + +When defining new resources that handle pluralizations, the "One" and +the "Other" forms must, at minimum, always be defined in the source +English ARB files. + +### 'generated\_\*\_localizations.dart': all of the localizations + +All of the localizations are combined in a single file per library +using the gen_localizations script. + +You can see what that script would generate by running: + +```dart +dart dev/tools/localization/bin/gen_localizations.dart +``` + +Actually update the generated files with: + +```dart +dart dev/tools/localization/bin/gen_localizations.dart --overwrite +``` + +The gen_localizations script just combines the contents of all of the +.arb files, each into a class which extends `Global*Localizations`. +The `CupertinoLocalizations` class implementation uses these to lookup localized +resource values. + +The gen_localizations script must be run by hand after .arb files have +been updated. The script optionally takes parameters + +1. The path to this directory, +2. The file name prefix (the file name less the locale + suffix) for the .arb files in this directory. + +### Special handling for the Kannada (kn) translations + +Originally, the cupertino_kn.arb file contained unicode characters that can cause +current versions of Emacs on Linux to crash. There is more information here: +https://github.com/flutter/flutter/issues/36704. + +Rather than risking developers' editor sessions, the strings in these arb files +(and the code generated for them) have been encoded using the appropriate +escapes for JSON and Dart. The JSON format arb files were rewritten with +dev/tools/localization/bin/encode_kn_arb_files.dart. The localizations code +generator uses generateEncodedString() +from dev/tools/localization/localizations_utils.dart. + +### Translations Status, Reporting Errors + +The translations (the `.arb` files) in this directory are based on the English +translations in `cupertino_en.arb`. Google contributes translations for all the +languages supported by this package. (Googlers, for more details see +.) + +If you have feedback about the translations please +[file an issue on the Flutter github repo](https://github.com/flutter/flutter/issues/new?template=02_bug.yml). + +### See Also + +The [Internationalizing Flutter Apps](https://flutter.dev/to/internationalization) +tutorial describes how to use the internationalization APIs in an +ordinary Flutter app. + +[Application Resource Bundle](https://code.google.com/p/arb/wiki/ApplicationResourceBundleSpecification) +covers the `.arb` file format used to store localized translations +of messages, format strings, and other values. + +The Dart [intl](https://pub.dev/packages/intl) +package supports internationalization. diff --git a/packages/material_ui/lib/l10n/README.md b/packages/material_ui/lib/l10n/README.md new file mode 100644 index 000000000000..52f3236b74a1 --- /dev/null +++ b/packages/material_ui/lib/l10n/README.md @@ -0,0 +1,221 @@ +# material_ui Library Localizations + +The `.arb` files in this directory contain localized values (primarily strings) +used by the Material library. The `generated_material_localizations.dart` file +combines all of the localizations into a single Map that is linked with the rest +of flutter_localizations package. + +If you're looking for information about internationalizing Flutter +apps in general, see the +[Internationalizing Flutter Apps](https://flutter.dev/to/internationalization) tutorial. + +The localizations for the Material library were originally located in the +[flutter_localizations package](https://github.com/flutter/flutter/tree/master/packages/flutter_localizations). + +### Translations for one locale: .arb files + +The Material library uses +[Application Resource Bundle](https://github.com/google/app-resource-bundle/wiki/ApplicationResourceBundleSpecification) +files, which have a `.arb` extension, to store localized translations +of messages, format strings, and other values. This format is also +used by the Dart [intl](https://pub.dev/packages/intl) package. + +The Material library only depends on a small subset of the ARB format. Each .arb +file contains a single JSON table that maps from resource IDs to localized +values. + +Filenames contain the locale that the values have been translated +for. For example `material_de.arb` contains German translations, and +`material_ar.arb` contains Arabic translations. Files that contain +regional translations have names that include the locale's regional +suffix. For example `material_en_GB.arb` contains additional English +translations that are specific to Great Britain. + +There is one language-specific .arb file for each supported locale. If +an additional file with a regional suffix is present, the regional +localizations are automatically merged with the language-specific ones. + +The JSON table's keys, called resource IDs, are valid Dart variable names. They +correspond to methods from the `MaterialLocalizations` class. For example: + +```dart +Widget build(BuildContext context) { + return TextButton( + child: Text( + MaterialLocalizations.of(context).cancelButtonLabel, + ), + ); +} +``` + +This widget build method creates a button whose label is the local +translation of "CANCEL" which is defined for the `cancelButtonLabel` +resource ID. + +Each of the language-specific .arb files contains an entry for +`cancelButtonLabel`. + +### material_en.arb defines all of the resource IDs + +All of the `material_*.arb` files whose names do not include a regional +suffix contain translations for the same set of resource IDs as +`material_en.arb`. + +For each resource ID defined for English, there is an additional resource +with an '@' prefix. These '@' resources are not used by the generated +Dart code at run time, they just exist to inform translators about how +the value will be used, and to inform the code generator about what code +to write. + +```dart +"cancelButtonLabel": "CANCEL", +"@cancelButtonLabel": { + "description": "The label for cancel buttons and menu items.", + "type": "text" +}, +``` + +### Values with Parameters, Plurals + +A few of material translations contain `$variable` tokens. The +Material library replaces these tokens with values at +run-time. For example: + +```dart +"aboutListTileTitle": "About $applicationName", +``` + +The value for this resource ID is retrieved with a parameterized +method instead of a simple getter: + +```dart +MaterialLocalizations.of(context).aboutListTileTitle(yourAppTitle) +``` + +The names of the `$variable` tokens must match the names of the +`MaterialLocalizations` method parameters. + +Plurals are handled similarly, with a lookup method that includes a +quantity parameter. For example `selectedRowCountTitle` returns a +string like "1 item selected" or "no items selected". + +```dart +MaterialLocalizations.of(context).selectedRowCountTitle(yourRowCount) +``` + +Plural translations can be provided for several quantities: 0, 1, 2, +"few", "many", "other". The variations are identified by a resource ID +suffix which must be one of "Zero", "One", "Two", "Few", "Many", +"Other". The "Other" variation is used when none of the other +quantities apply. All plural resources must include a resource with +the "Other" suffix. For example the English translations +('material_en.arb') for `selectedRowCountTitle` are: + +```dart +"selectedRowCountTitleZero": "No items selected", +"selectedRowCountTitleOne": "1 item selected", +"selectedRowCountTitleOther": "$selectedRowCount items selected", +``` + +When defining new resources that handle pluralizations, the "One" and +the "Other" forms must, at minimum, always be defined in the source +English ARB files. + +### scriptCategory and timeOfDayFormat for Material library + +In `material_en.arb`, the values of these resource IDs are not +translations, they're keywords that help define an app's text theme +and time picker layout respectively. + +The value of `timeOfDayFormat` defines how a time picker displayed by +[showTimePicker()](https://api.flutter.dev/flutter/material/showTimePicker.html) +formats and lays out its time controls. The value of `timeOfDayFormat` +must be a string that matches one of the formats defined by +. +It is converted to an enum value because the `material_en.arb` file +has this value labeled as `"x-flutter-type": "icuShortTimePattern"`. + +The value of `scriptCategory` is based on the +[Language categories reference](https://material.io/design/typography/language-support.html#language-categories-reference) +section in the Material spec. The Material theme uses the +`scriptCategory` value to lookup a localized version of the default +`TextTheme`, see +[Typography.geometryThemeFor](https://api.flutter.dev/flutter/material/Typography/geometryThemeFor.html). + +### 'generated\_\*\_localizations.dart': all of the localizations + +All of the localizations are combined in a single file per library +using the gen_localizations script. + +You can see what that script would generate by running: + +```dart +dart dev/tools/localization/bin/gen_localizations.dart +``` + +Actually update the generated files with: + +```dart +dart dev/tools/localization/bin/gen_localizations.dart --overwrite +``` + +The gen_localizations script just combines the contents of all of the +.arb files, each into a class which extends `Global*Localizations`. +The `MaterialLocalizations` class implementation uses these to lookup localized +resource values. + +The gen_localizations script must be run by hand after .arb files have +been updated. The script optionally takes parameters + +1. The path to this directory, +2. The file name prefix (the file name less the locale + suffix) for the .arb files in this directory. + +### Special handling for the Kannada (kn) translations + +Originally, the material_kn.arb file contained unicode characters that can cause +current versions of Emacs on Linux to crash. There is more information here: +https://github.com/flutter/flutter/issues/36704. + +Rather than risking developers' editor sessions, the strings in these arb files +(and the code generated for them) have been encoded using the appropriate +escapes for JSON and Dart. The JSON format arb files were rewritten with +dev/tools/localization/bin/encode_kn_arb_files.dart. The localizations code +generator uses generateEncodedString() +from dev/tools/localization/localizations_utils.dart. + +### Support for Pashto (ps) translations + +When Flutter first set up i18n for the Material library, Pashto (ps) +translations were included for the first set of Material widgets. +However, Pashto was never set up to be continuously maintained in +Flutter by Google, so material_ps.arb was never updated beyond the +initial commit. + +To prevent breaking applications that rely on these original Pashto +translations, they will be kept. However, all new strings will have +the English translation until support for Pashto is provided. +See https://github.com/flutter/flutter/issues/60598. + +### Translations Status, Reporting Errors + +The translations (the `.arb` files) in this directory are based on the English +translations in `material_en.arb`. Google contributes translations for all the +languages supported by this package. (Googlers, for more details see +.) + +If you have feedback about the translations please +[file an issue on the Flutter github repo](https://github.com/flutter/flutter/issues/new?template=02_bug.yml). + +### See Also + +The [Internationalizing Flutter Apps](https://flutter.dev/to/internationalization) +tutorial describes how to use the internationalization APIs in an +ordinary Flutter app. + +[Application Resource Bundle](https://code.google.com/p/arb/wiki/ApplicationResourceBundleSpecification) +covers the `.arb` file format used to store localized translations +of messages, format strings, and other values. + +The Dart [intl](https://pub.dev/packages/intl) +package supports internationalization. From ebf05c612b953672a5532d1e6e51af272c85086f Mon Sep 17 00:00:00 2001 From: Justin McCandless Date: Tue, 7 Jul 2026 11:34:29 -0700 Subject: [PATCH 307/327] Move localization scripts. In the previous iteration of this PR, this was done just by copying the code without history. I anticipate conflicts because of this when I cherry pick those commits. --- .../material_ui/script/l10n}/bin/encode_kn_arb_files.dart | 0 .../material_ui/script/l10n}/bin/gen_localizations.dart | 0 .../material_ui/script/l10n}/bin/gen_missing_localizations.dart | 0 .../material_ui/script/l10n}/gen_cupertino_localizations.dart | 0 .../material_ui/script/l10n}/gen_material_localizations.dart | 0 .../material_ui/script/l10n}/language_subtag_registry.dart | 0 .../material_ui/script/l10n}/localizations_utils.dart | 0 .../material_ui/script/l10n}/localizations_validator.dart | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename {dev/tools/localization => packages/material_ui/script/l10n}/bin/encode_kn_arb_files.dart (100%) rename {dev/tools/localization => packages/material_ui/script/l10n}/bin/gen_localizations.dart (100%) rename {dev/tools/localization => packages/material_ui/script/l10n}/bin/gen_missing_localizations.dart (100%) rename {dev/tools/localization => packages/material_ui/script/l10n}/gen_cupertino_localizations.dart (100%) rename {dev/tools/localization => packages/material_ui/script/l10n}/gen_material_localizations.dart (100%) rename {dev/tools/localization => packages/material_ui/script/l10n}/language_subtag_registry.dart (100%) rename {dev/tools/localization => packages/material_ui/script/l10n}/localizations_utils.dart (100%) rename {dev/tools/localization => packages/material_ui/script/l10n}/localizations_validator.dart (100%) diff --git a/dev/tools/localization/bin/encode_kn_arb_files.dart b/packages/material_ui/script/l10n/bin/encode_kn_arb_files.dart similarity index 100% rename from dev/tools/localization/bin/encode_kn_arb_files.dart rename to packages/material_ui/script/l10n/bin/encode_kn_arb_files.dart diff --git a/dev/tools/localization/bin/gen_localizations.dart b/packages/material_ui/script/l10n/bin/gen_localizations.dart similarity index 100% rename from dev/tools/localization/bin/gen_localizations.dart rename to packages/material_ui/script/l10n/bin/gen_localizations.dart diff --git a/dev/tools/localization/bin/gen_missing_localizations.dart b/packages/material_ui/script/l10n/bin/gen_missing_localizations.dart similarity index 100% rename from dev/tools/localization/bin/gen_missing_localizations.dart rename to packages/material_ui/script/l10n/bin/gen_missing_localizations.dart diff --git a/dev/tools/localization/gen_cupertino_localizations.dart b/packages/material_ui/script/l10n/gen_cupertino_localizations.dart similarity index 100% rename from dev/tools/localization/gen_cupertino_localizations.dart rename to packages/material_ui/script/l10n/gen_cupertino_localizations.dart diff --git a/dev/tools/localization/gen_material_localizations.dart b/packages/material_ui/script/l10n/gen_material_localizations.dart similarity index 100% rename from dev/tools/localization/gen_material_localizations.dart rename to packages/material_ui/script/l10n/gen_material_localizations.dart diff --git a/dev/tools/localization/language_subtag_registry.dart b/packages/material_ui/script/l10n/language_subtag_registry.dart similarity index 100% rename from dev/tools/localization/language_subtag_registry.dart rename to packages/material_ui/script/l10n/language_subtag_registry.dart diff --git a/dev/tools/localization/localizations_utils.dart b/packages/material_ui/script/l10n/localizations_utils.dart similarity index 100% rename from dev/tools/localization/localizations_utils.dart rename to packages/material_ui/script/l10n/localizations_utils.dart diff --git a/dev/tools/localization/localizations_validator.dart b/packages/material_ui/script/l10n/localizations_validator.dart similarity index 100% rename from dev/tools/localization/localizations_validator.dart rename to packages/material_ui/script/l10n/localizations_validator.dart From 16b90047ade9d45ecd3e0da165a4a4357d395221 Mon Sep 17 00:00:00 2001 From: Justin McCandless Date: Mon, 6 Jul 2026 15:40:24 -0700 Subject: [PATCH 308/327] gen_missing_localizations.dart works. --- packages/material_ui/pubspec.yaml | 3 +++ .../l10n/bin/gen_missing_localizations.dart | 18 +++++++++--------- .../script/l10n/localizations_utils.dart | 7 ++++--- 3 files changed, 16 insertions(+), 12 deletions(-) diff --git a/packages/material_ui/pubspec.yaml b/packages/material_ui/pubspec.yaml index 8524862e6d08..d3880218e6d2 100644 --- a/packages/material_ui/pubspec.yaml +++ b/packages/material_ui/pubspec.yaml @@ -28,6 +28,7 @@ dependencies: vector_math: ^2.2.0 dev_dependencies: + args: ^2.7.0 file: ^7.0.1 flutter_goldens: path: ../../script/flutter_goldens @@ -35,6 +36,8 @@ dev_dependencies: sdk: flutter # To track memory leaks. leak_tracker_flutter_testing: ^3.0.10 + meta: ^1.18.3 + path: ^1.9.1 platform: ^3.1.6 topics: diff --git a/packages/material_ui/script/l10n/bin/gen_missing_localizations.dart b/packages/material_ui/script/l10n/bin/gen_missing_localizations.dart index a2c193f75b32..ac7cbc2699f4 100644 --- a/packages/material_ui/script/l10n/bin/gen_missing_localizations.dart +++ b/packages/material_ui/script/l10n/bin/gen_missing_localizations.dart @@ -33,16 +33,16 @@ Future main(List rawArgs) async { } checkCwdIsRepoRoot('gen_missing_localizations'); - final String localizationPath = path.join( - 'packages', - 'flutter_localizations', - 'lib', - 'src', - 'l10n', + updateMissingResources( + path.join('packages', 'material_ui', 'lib', 'l10n'), + 'material', + removeUndefined: removeUndefined, + ); + updateMissingResources( + path.join('packages', 'cupertino_ui', 'lib', 'l10n'), + 'cupertino', + removeUndefined: removeUndefined, ); - updateMissingResources(localizationPath, 'material', removeUndefined: removeUndefined); - updateMissingResources(localizationPath, 'cupertino', removeUndefined: removeUndefined); - updateMissingResources(localizationPath, 'widgets', removeUndefined: removeUndefined); } Map loadBundle(File file) { diff --git a/packages/material_ui/script/l10n/localizations_utils.dart b/packages/material_ui/script/l10n/localizations_utils.dart index eaa1f23e9afd..e80075cbb2e7 100644 --- a/packages/material_ui/script/l10n/localizations_utils.dart +++ b/packages/material_ui/script/l10n/localizations_utils.dart @@ -1,4 +1,4 @@ -// Copyright 2014 The Flutter Authors. All rights reserved. +// Copyright 2013 The Flutter Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -204,8 +204,9 @@ void checkCwdIsRepoRoot(String commandName) { if (!isRepoRoot) { exitWithError( - '$commandName must be run from the root of the Flutter repository. The ' - 'current working directory is: ${Directory.current.path}', + '$commandName must be run from the root of the flutter/packages ' + 'repository. The current working directory is: ' + '${Directory.current.path}', ); } } From 1a8772c1457d0b78d0fd83636a21340219105243 Mon Sep 17 00:00:00 2001 From: Justin McCandless Date: Mon, 6 Jul 2026 16:01:20 -0700 Subject: [PATCH 309/327] gen_localizations.dart works. --- packages/material_ui/lib/l10n/README.md | 126 +++++++++++++++++- .../script/l10n/bin/encode_kn_arb_files.dart | 11 +- .../script/l10n/bin/gen_localizations.dart | 78 +++-------- 3 files changed, 145 insertions(+), 70 deletions(-) diff --git a/packages/material_ui/lib/l10n/README.md b/packages/material_ui/lib/l10n/README.md index 52f3236b74a1..70106f4adfcd 100644 --- a/packages/material_ui/lib/l10n/README.md +++ b/packages/material_ui/lib/l10n/README.md @@ -142,7 +142,131 @@ section in the Material spec. The Material theme uses the `TextTheme`, see [Typography.geometryThemeFor](https://api.flutter.dev/flutter/material/Typography/geometryThemeFor.html). -### 'generated\_\*\_localizations.dart': all of the localizations +### Adding a new string to localizations + +If you (someone contributing to the package) want to add a new string to the +`MaterialLocalizations` object (e.g. because +you've added a new widget and it has a tooltip), follow these steps: + +1. #### For messages without parameters, add new getter + ``` + String get showMenuTooltip; + ``` + to the localizations class `MaterialLocalizations`, + in [`packages/flutter/lib/src/material/material_localizations.dart`](https://github.com/flutter/flutter/blob/main/packages/flutter/lib/src/material/material_localizations.dart); + + #### For messages with parameters, add new function + ``` + String aboutListTileTitle(String applicationName); + ``` + to the same localization class. + +2. Implement a default return value in `DefaultMaterialLocalizations` in + the same file as in step 1. + + #### Messages without parameters: + ``` + @override + String get showMenuTooltip => 'Show menu'; + ``` + #### Messages with parameters: + ``` + @override + String aboutListTileTitle(String applicationName) => 'About $applicationName'; + ``` + For messages with parameters, do also add the function to `GlobalMaterialLocalizations` in [`packages/flutter_localizations/lib/src/material_localizations.dart`](https://github.com/flutter/flutter/blob/main/packages/flutter_localizations/lib/src/material_localizations.dart), and add a raw getter as demonstrated below: + + ``` + /// The raw version of [aboutListTileTitle], with `$applicationName` verbatim + /// in the string. + @protected + String get aboutListTileTitleRaw; + + @override + String aboutListTileTitle(String applicationName) { + final String text = aboutListTileTitleRaw; + return text.replaceFirst(r'$applicationName', applicationName); + } + ``` + +3. Add a test to `test/material/localizations_test.dart` that verifies that + this new value is implemented. + +4. Update the `flutter_localizations` package. To add a new string to the + `flutter_localizations` package, you must first add it to the English + translations (`lib/src/l10n/material_en.arb`), including a description. + + #### Messages without parameters: + ``` + "showMenuTooltip": "Show menu", + "@showMenuTooltip": { + "description": "The tooltip for the button that shows a popup menu." + }, + ``` + + #### Messages with parameters: + ``` + "aboutListTileTitle": "About $applicationName", + "@aboutListTileTitle": { + "description": "The default title for the drawer item that shows an about page for the application. The value of $applicationName is the name of the application, like GMail or Chrome.", + "parameters": "applicationName" + }, + ``` + + Then you need to add new entries for the string to all of the other + language locale files by running: + ``` + dart dev/tools/localization/bin/gen_missing_localizations.dart + ``` + Which will copy the English strings into the other locales as placeholders + until they can be translated. + + Finally you need to re-generate lib/src/l10n/localizations.dart by running: + ``` + dart dev/tools/localization/bin/gen_localizations.dart --overwrite + ``` + + If you got an error when running this command, [this issue](https://github.com/flutter/flutter/issues/104601) might be helpful. + + TL;DR: If you got the same type of errors as discussed in the issue, run this instead: + ``` + dart dev/tools/localization/bin/gen_localizations.dart --overwrite --remove-undefined + ``` + + There is a [localization README](./lib/src/l10n/README.md) file with further + information in the `lib/src/l10n/` directory. + +5. If you are a Google employee, you should then also follow the instructions + at `go/flutter-l10n`. If you're not, don't worry about it. + +### Updating an existing string + +If you or someone contributing to the Flutter framework wants to modify an +existing string in the MaterialLocalizations objects, follow these steps: + +1. Modify the default value of the relevant getter(s) in + `DefaultMaterialLocalizations` below. + +2. Update the `flutter_localizations` package. Modify the out-of-date English + strings in `lib/l10n/material_en.arb`. + + You also need to re-generate `lib/l10n/localizations.dart` by running: + ``` + dart dev/tools/localization/bin/gen_localizations.dart --overwrite + ``` + + This script may result in your updated getters being created in newer + locales and set to the old value of the strings. This is to be expected. + Leave them as they were generated, and they will be picked up for + translation. + + There is a [localization README](./lib/src/l10n/README.md) file with further + information in the `lib/src/l10n/` directory. + +3. If you are a Google employee, you should then also follow the instructions + at `go/flutter-l10n`. If you're not, don't worry about it. + +#### 'generated\_\*\_localizations.dart': all of the localizations All of the localizations are combined in a single file per library using the gen_localizations script. diff --git a/packages/material_ui/script/l10n/bin/encode_kn_arb_files.dart b/packages/material_ui/script/l10n/bin/encode_kn_arb_files.dart index 5fcea3c8f03e..31d04833a4e4 100644 --- a/packages/material_ui/script/l10n/bin/encode_kn_arb_files.dart +++ b/packages/material_ui/script/l10n/bin/encode_kn_arb_files.dart @@ -70,24 +70,19 @@ void _rewriteBundle(File file, Map bundle) { file.writeAsStringSync(contents.toString()); } -void encodeKnArbFiles(Directory directory) { - final widgetsArbFile = File(path.join(directory.path, 'widgets_kn.arb')); - final materialArbFile = File(path.join(directory.path, 'material_kn.arb')); - final cupertinoArbFile = File(path.join(directory.path, 'cupertino_kn.arb')); +void encodeKnArbFiles(Directory materialDirectory, Directory cupertinoDirectory) { + final materialArbFile = File(path.join(materialDirectory.path, 'material_kn.arb')); + final cupertinoArbFile = File(path.join(cupertinoDirectory.path, 'cupertino_kn.arb')); - final Map widgetsBundle = _loadBundle(widgetsArbFile); final Map materialBundle = _loadBundle(materialArbFile); final Map cupertinoBundle = _loadBundle(cupertinoArbFile); - _encodeBundleTranslations(widgetsBundle); _encodeBundleTranslations(materialBundle); _encodeBundleTranslations(cupertinoBundle); - _checkEncodedTranslations(widgetsBundle, _loadBundle(widgetsArbFile)); _checkEncodedTranslations(materialBundle, _loadBundle(materialArbFile)); _checkEncodedTranslations(cupertinoBundle, _loadBundle(cupertinoArbFile)); - _rewriteBundle(widgetsArbFile, widgetsBundle); _rewriteBundle(materialArbFile, materialBundle); _rewriteBundle(cupertinoArbFile, cupertinoBundle); } diff --git a/packages/material_ui/script/l10n/bin/gen_localizations.dart b/packages/material_ui/script/l10n/bin/gen_localizations.dart index 54724393cfb8..8d7e63d98ee4 100644 --- a/packages/material_ui/script/l10n/bin/gen_localizations.dart +++ b/packages/material_ui/script/l10n/bin/gen_localizations.dart @@ -2,13 +2,12 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -// This program generates getMaterialTranslation(), getCupertinoTranslation(), -// and getWidgetsTranslation() functions that look up the translations provided by -// the arb files. The returned value is a generated instance of a -// GlobalMaterialLocalizations, GlobalCupertinoLocalizations, or -// GlobalWidgetsLocalizations object that corresponds to a single locale. +// This program generates getMaterialTranslation() and getCupertinoTranslation() +// functions that look up the translations provided by the arb files. The +// returned value is a generated instance of a GlobalMaterialLocalizations or +// GlobalCupertinoLocalizations object that corresponds to a single locale. // -// The *.arb files are in packages/flutter_localizations/lib/src/l10n. +// The *.arb files are in packages/material_ui/lib/l10n and packages/cupertino_ui/lib/l10n. // // The arb (JSON) format files must contain a single map indexed by locale. // Each map value is itself a map with resource identifier keys and localized @@ -40,8 +39,9 @@ // ``` // // If the data looks good, use the `-w` or `--overwrite` option to overwrite the -// generated_material_localizations.dart, generated_cupertino_localizations.dart, -// and generated_widgets_localizations.dart files in packages/flutter_localizations/lib/src/l10n/: +// generated_material_localizations.dart and +// generated_cupertino_localizations.dart files in +// packages/flutter_localizations/lib/l10n/: // // ``` // dart dev/tools/localization/bin/gen_localizations.dart --overwrite @@ -53,7 +53,6 @@ import 'package:path/path.dart' as path; import '../gen_cupertino_localizations.dart'; import '../gen_material_localizations.dart'; -import '../gen_widgets_localizations.dart'; import '../localizations_utils.dart'; import '../localizations_validator.dart'; import 'encode_kn_arb_files.dart'; @@ -546,15 +545,14 @@ void main(List rawArgs) { // is the 2nd command line argument, lc is a language code and cc is the country // code. In most cases both codes are just two characters. - final directory = Directory(path.join('packages', 'flutter_localizations', 'lib', 'src', 'l10n')); - final widgetsFilenameRE = RegExp(r'widgets_(\w+)\.arb$'); + final materialDirectory = Directory(path.join('packages', 'material_ui', 'lib', 'l10n')); + final cupertinoDirectory = Directory(path.join('packages', 'cupertino_ui', 'lib', 'l10n')); final materialFilenameRE = RegExp(r'material_(\w+)\.arb$'); final cupertinoFilenameRE = RegExp(r'cupertino_(\w+)\.arb$'); try { - validateEnglishLocalizations(File(path.join(directory.path, 'widgets_en.arb'))); - validateEnglishLocalizations(File(path.join(directory.path, 'material_en.arb'))); - validateEnglishLocalizations(File(path.join(directory.path, 'cupertino_en.arb'))); + validateEnglishLocalizations(File(path.join(materialDirectory.path, 'material_en.arb'))); + validateEnglishLocalizations(File(path.join(cupertinoDirectory.path, 'cupertino_en.arb'))); } on ValidationError catch (exception) { exitWithError('$exception'); } @@ -566,17 +564,11 @@ void main(List rawArgs) { // generating localizations. This prevents a subset of Emacs users from // crashing when opening up the Flutter source code. // See https://github.com/flutter/flutter/issues/36704 for more context. - encodeKnArbFiles(directory); + encodeKnArbFiles(materialDirectory, cupertinoDirectory); } precacheLanguageAndRegionTags(); - // Maps of locales to resource key/value pairs for Widgets ARBs. - final widgetsLocaleToResources = >{}; - // Maps of locales to resource key/attributes pairs for Widgets ARBs. - // https://github.com/googlei18n/app-resource-bundle/wiki/ApplicationResourceBundleSpecification#resource-attributes - final widgetsLocaleToResourceAttributes = >{}; - // Maps of locales to resource key/value pairs for Material ARBs. final materialLocaleToResources = >{}; // Maps of locales to resource key/attributes pairs for Material ARBs. @@ -590,30 +582,19 @@ void main(List rawArgs) { final cupertinoLocaleToResourceAttributes = >{}; loadMatchingArbsIntoBundleMaps( - directory: directory, - filenamePattern: widgetsFilenameRE, - localeToResources: widgetsLocaleToResources, - localeToResourceAttributes: widgetsLocaleToResourceAttributes, - ); - loadMatchingArbsIntoBundleMaps( - directory: directory, + directory: materialDirectory, filenamePattern: materialFilenameRE, localeToResources: materialLocaleToResources, localeToResourceAttributes: materialLocaleToResourceAttributes, ); loadMatchingArbsIntoBundleMaps( - directory: directory, + directory: cupertinoDirectory, filenamePattern: cupertinoFilenameRE, localeToResources: cupertinoLocaleToResources, localeToResourceAttributes: cupertinoLocaleToResourceAttributes, ); try { - validateLocalizations( - widgetsLocaleToResources, - widgetsLocaleToResourceAttributes, - removeUndefined: options.removeUndefined, - ); validateLocalizations( materialLocaleToResources, materialLocaleToResourceAttributes, @@ -628,28 +609,10 @@ void main(List rawArgs) { exitWithError('$exception'); } if (options.removeUndefined) { - removeUndefinedLocalizations(widgetsLocaleToResources); removeUndefinedLocalizations(materialLocaleToResources); removeUndefinedLocalizations(cupertinoLocaleToResources); } - final String? widgetsLocalizations = options.writeToFile || !options.cupertinoOnly - ? generateArbBasedLocalizationSubclasses( - localeToResources: widgetsLocaleToResources, - localeToResourceAttributes: widgetsLocaleToResourceAttributes, - generatedClassPrefix: 'WidgetsLocalization', - baseClass: 'GlobalWidgetsLocalizations', - generateHeader: generateWidgetsHeader, - generateConstructor: generateWidgetsConstructor, - generateConstructorForCountrySubClass: generateWidgetsConstructorForCountrySubclass, - factoryName: widgetsFactoryName, - factoryDeclaration: widgetsFactoryDeclaration, - callsFactoryWithConst: true, - factoryArguments: widgetsFactoryArguments, - supportedLanguagesConstant: widgetsSupportedLanguagesConstant, - supportedLanguagesDocMacro: widgetsSupportedLanguagesDocMacro, - ) - : null; final String? materialLocalizations = options.writeToFile || !options.cupertinoOnly ? generateArbBasedLocalizationSubclasses( localeToResources: materialLocaleToResources, @@ -684,16 +647,12 @@ void main(List rawArgs) { : null; if (options.writeToFile) { - final widgetsLocalizationsFile = File( - path.join(directory.path, 'generated_widgets_localizations.dart'), - ); - widgetsLocalizationsFile.writeAsStringSync(widgetsLocalizations!, flush: true); final materialLocalizationsFile = File( - path.join(directory.path, 'generated_material_localizations.dart'), + path.join(materialDirectory.path, 'generated_material_localizations.dart'), ); materialLocalizationsFile.writeAsStringSync(materialLocalizations!, flush: true); final cupertinoLocalizationsFile = File( - path.join(directory.path, 'generated_cupertino_localizations.dart'), + path.join(cupertinoDirectory.path, 'generated_cupertino_localizations.dart'), ); cupertinoLocalizationsFile.writeAsStringSync(cupertinoLocalizations!, flush: true); } else { @@ -701,10 +660,7 @@ void main(List rawArgs) { stdout.write(cupertinoLocalizations); } else if (options.materialOnly) { stdout.write(materialLocalizations); - } else if (options.widgetsOnly) { - stdout.write(widgetsLocalizations); } else { - stdout.write(widgetsLocalizations); stdout.write(materialLocalizations); stdout.write(cupertinoLocalizations); } From 8592a4e6f333746329f041c77856f479ea143118 Mon Sep 17 00:00:00 2001 From: Justin McCandless Date: Tue, 7 Jul 2026 10:32:20 -0700 Subject: [PATCH 310/327] material_ui l10n tests copied and work. --- packages/material_ui/lib/material_ui.dart | 1 + .../test/l10n}/date_picker_test.dart | 3 +-- .../material => material_ui/test/l10n}/date_time_test.dart | 3 +-- .../test/material => material_ui/test/l10n}/tabs_test.dart | 4 ++-- .../test => material_ui/test/l10n}/test_utils.dart | 0 .../test/l10n}/time_picker_test.dart | 3 +-- .../test/l10n}/translations_test.dart | 7 +++---- 7 files changed, 9 insertions(+), 12 deletions(-) rename packages/{flutter_localizations/test/material => material_ui/test/l10n}/date_picker_test.dart (99%) rename packages/{flutter_localizations/test/material => material_ui/test/l10n}/date_time_test.dart (99%) rename packages/{flutter_localizations/test/material => material_ui/test/l10n}/tabs_test.dart (95%) rename packages/{flutter_localizations/test => material_ui/test/l10n}/test_utils.dart (100%) rename packages/{flutter_localizations/test/material => material_ui/test/l10n}/time_picker_test.dart (99%) rename packages/{flutter_localizations/test/material => material_ui/test/l10n}/translations_test.dart (99%) diff --git a/packages/material_ui/lib/material_ui.dart b/packages/material_ui/lib/material_ui.dart index f31ea29ef982..b44a0dabe1ab 100644 --- a/packages/material_ui/lib/material_ui.dart +++ b/packages/material_ui/lib/material_ui.dart @@ -18,6 +18,7 @@ library material_ui; export 'package:flutter/widgets.dart'; +export 'l10n/generated_material_localizations.dart'; export 'src/about.dart'; export 'src/action_buttons.dart'; export 'src/action_chip.dart'; diff --git a/packages/flutter_localizations/test/material/date_picker_test.dart b/packages/material_ui/test/l10n/date_picker_test.dart similarity index 99% rename from packages/flutter_localizations/test/material/date_picker_test.dart rename to packages/material_ui/test/l10n/date_picker_test.dart index 2d599efa7700..b2c1b2bbe380 100644 --- a/packages/flutter_localizations/test/material/date_picker_test.dart +++ b/packages/material_ui/test/l10n/date_picker_test.dart @@ -2,10 +2,9 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -import 'package:flutter/material.dart'; -import 'package:flutter_localizations/flutter_localizations.dart'; import 'package:flutter_test/flutter_test.dart'; import 'package:intl/intl.dart' as intl; +import 'package:material_ui/material_ui.dart'; void main() { late DateTime firstDate; diff --git a/packages/flutter_localizations/test/material/date_time_test.dart b/packages/material_ui/test/l10n/date_time_test.dart similarity index 99% rename from packages/flutter_localizations/test/material/date_time_test.dart rename to packages/material_ui/test/l10n/date_time_test.dart index 461f013b2ccf..f0e7ad4500dd 100644 --- a/packages/flutter_localizations/test/material/date_time_test.dart +++ b/packages/material_ui/test/l10n/date_time_test.dart @@ -4,10 +4,9 @@ import 'dart:async'; -import 'package:flutter/material.dart'; -import 'package:flutter_localizations/flutter_localizations.dart'; import 'package:flutter_test/flutter_test.dart'; import 'package:intl/intl.dart'; +import 'package:material_ui/material_ui.dart'; void main() { group(GlobalMaterialLocalizations, () { diff --git a/packages/flutter_localizations/test/material/tabs_test.dart b/packages/material_ui/test/l10n/tabs_test.dart similarity index 95% rename from packages/flutter_localizations/test/material/tabs_test.dart rename to packages/material_ui/test/l10n/tabs_test.dart index eb78ee3ea8d1..d02e5b4e2cf4 100644 --- a/packages/flutter_localizations/test/material/tabs_test.dart +++ b/packages/material_ui/test/l10n/tabs_test.dart @@ -2,9 +2,9 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -import 'package:flutter/material.dart'; -import 'package:flutter_localizations/flutter_localizations.dart'; +import 'package:flutter_localizations/flutter_localizations.dart' show GlobalWidgetsLocalizations; import 'package:flutter_test/flutter_test.dart'; +import 'package:material_ui/material_ui.dart'; void main() { testWidgets('Test semantics of TabPageSelector in pt-BR', (WidgetTester tester) async { diff --git a/packages/flutter_localizations/test/test_utils.dart b/packages/material_ui/test/l10n/test_utils.dart similarity index 100% rename from packages/flutter_localizations/test/test_utils.dart rename to packages/material_ui/test/l10n/test_utils.dart diff --git a/packages/flutter_localizations/test/material/time_picker_test.dart b/packages/material_ui/test/l10n/time_picker_test.dart similarity index 99% rename from packages/flutter_localizations/test/material/time_picker_test.dart rename to packages/material_ui/test/l10n/time_picker_test.dart index 7db8f7d3d395..e11e24b7fb63 100644 --- a/packages/flutter_localizations/test/material/time_picker_test.dart +++ b/packages/material_ui/test/l10n/time_picker_test.dart @@ -2,9 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -import 'package:flutter/material.dart'; -import 'package:flutter_localizations/flutter_localizations.dart'; import 'package:flutter_test/flutter_test.dart'; +import 'package:material_ui/material_ui.dart'; final Finder dialCustomPaintFinder = find.descendant( of: find.byWidgetPredicate((Widget w) => '${w.runtimeType}' == '_Dial'), diff --git a/packages/flutter_localizations/test/material/translations_test.dart b/packages/material_ui/test/l10n/translations_test.dart similarity index 99% rename from packages/flutter_localizations/test/material/translations_test.dart rename to packages/material_ui/test/l10n/translations_test.dart index 8cbbae00f4a2..4a3b2a20303b 100644 --- a/packages/flutter_localizations/test/material/translations_test.dart +++ b/packages/material_ui/test/l10n/translations_test.dart @@ -5,12 +5,11 @@ import 'dart:convert'; import 'dart:io'; -import 'package:flutter/material.dart'; -import 'package:flutter_localizations/flutter_localizations.dart'; import 'package:flutter_test/flutter_test.dart'; +import 'package:material_ui/material_ui.dart'; import 'package:path/path.dart' as path; -import '../test_utils.dart'; +import 'test_utils.dart'; final String rootDirectoryPath = Directory.current.path; @@ -530,7 +529,7 @@ void main() { // Regression test for https://github.com/flutter/flutter/issues/36704. testWidgets('kn arb file should be properly Unicode escaped', (WidgetTester tester) async { - final file = File(path.join(rootDirectoryPath, 'lib', 'src', 'l10n', 'material_kn.arb')); + final file = File(path.join(rootDirectoryPath, 'lib', 'l10n', 'material_kn.arb')); final bundle = json.decode(file.readAsStringSync()) as Map; From fbb0e2a0ba360c37a252bdcf4e8752481c39e897 Mon Sep 17 00:00:00 2001 From: Justin McCandless Date: Tue, 7 Jul 2026 10:40:50 -0700 Subject: [PATCH 311/327] cupertino_ui l10n tests copied and working. --- packages/cupertino_ui/lib/cupertino_ui.dart | 1 + packages/cupertino_ui/pubspec.yaml | 1 + .../test/l10n}/date_picker_test.dart | 3 +- .../cupertino_ui/test/l10n/test_utils.dart | 32 +++++++++++++++++++ .../test/l10n}/translations_test.dart | 11 +++---- 5 files changed, 40 insertions(+), 8 deletions(-) rename packages/{flutter_localizations/test/cupertino => cupertino_ui/test/l10n}/date_picker_test.dart (93%) create mode 100644 packages/cupertino_ui/test/l10n/test_utils.dart rename packages/{flutter_localizations/test/cupertino => cupertino_ui/test/l10n}/translations_test.dart (97%) diff --git a/packages/cupertino_ui/lib/cupertino_ui.dart b/packages/cupertino_ui/lib/cupertino_ui.dart index af2e71e28b89..9d43ddc2141a 100644 --- a/packages/cupertino_ui/lib/cupertino_ui.dart +++ b/packages/cupertino_ui/lib/cupertino_ui.dart @@ -23,6 +23,7 @@ library cupertino_ui; export 'package:flutter/widgets.dart'; +export 'l10n/generated_cupertino_localizations.dart'; export 'src/activity_indicator.dart'; export 'src/adaptive_text_selection_toolbar.dart'; export 'src/app.dart'; diff --git a/packages/cupertino_ui/pubspec.yaml b/packages/cupertino_ui/pubspec.yaml index ec62b90beb5e..99512a764ad1 100644 --- a/packages/cupertino_ui/pubspec.yaml +++ b/packages/cupertino_ui/pubspec.yaml @@ -33,6 +33,7 @@ dev_dependencies: material_ui: # TODO(justinmc): Use the pub.dev package when published. path: ../material_ui + path: ^1.9.1 topics: - ui diff --git a/packages/flutter_localizations/test/cupertino/date_picker_test.dart b/packages/cupertino_ui/test/l10n/date_picker_test.dart similarity index 93% rename from packages/flutter_localizations/test/cupertino/date_picker_test.dart rename to packages/cupertino_ui/test/l10n/date_picker_test.dart index 8bbd0dfe239f..64e8b66e5612 100644 --- a/packages/flutter_localizations/test/cupertino/date_picker_test.dart +++ b/packages/cupertino_ui/test/l10n/date_picker_test.dart @@ -2,8 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -import 'package:flutter/cupertino.dart'; -import 'package:flutter_localizations/flutter_localizations.dart'; +import 'package:cupertino_ui/cupertino_ui.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { diff --git a/packages/cupertino_ui/test/l10n/test_utils.dart b/packages/cupertino_ui/test/l10n/test_utils.dart new file mode 100644 index 000000000000..e5f71215a2f0 --- /dev/null +++ b/packages/cupertino_ui/test/l10n/test_utils.dart @@ -0,0 +1,32 @@ +// Copyright 2014 The Flutter Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +// Encodes ARB file resource values with Unicode escapes. +void encodeBundleTranslations(Map bundle) { + for (final String key in bundle.keys) { + // The ARB file resource "attributes" for foo are called @foo. Don't need + // to encode them. + if (key.startsWith('@')) { + continue; + } + final translation = bundle[key] as String; + // Rewrite the string as a series of unicode characters in JSON format. + // Like "\u0012\u0123\u1234". + bundle[key] = translation.runes.map((int code) { + final codeString = '00${code.toRadixString(16)}'; + return '\\u${codeString.substring(codeString.length - 4)}'; + }).join(); + } +} + +String generateArbString(Map bundle) { + final contents = StringBuffer(); + contents.writeln('{'); + for (final String key in bundle.keys) { + contents.writeln(' "$key": "${bundle[key]}"${key == bundle.keys.last ? '' : ','}'); + } + contents.writeln('}'); + return contents.toString(); +} + diff --git a/packages/flutter_localizations/test/cupertino/translations_test.dart b/packages/cupertino_ui/test/l10n/translations_test.dart similarity index 97% rename from packages/flutter_localizations/test/cupertino/translations_test.dart rename to packages/cupertino_ui/test/l10n/translations_test.dart index deb771c55c01..e36a443c7a3f 100644 --- a/packages/flutter_localizations/test/cupertino/translations_test.dart +++ b/packages/cupertino_ui/test/l10n/translations_test.dart @@ -5,13 +5,12 @@ import 'dart:convert'; import 'dart:io'; -import 'package:flutter/cupertino.dart'; +import 'package:cupertino_ui/cupertino_ui.dart'; import 'package:flutter/services.dart'; -import 'package:flutter_localizations/flutter_localizations.dart'; import 'package:flutter_test/flutter_test.dart'; import 'package:path/path.dart' as path; -import '../test_utils.dart'; +import 'test_utils.dart'; final String rootDirectoryPath = Directory.current.path; @@ -161,10 +160,10 @@ void main() { WidgetTester tester, ) async { final nbCupertinoArbFile = File( - path.join(rootDirectoryPath, 'lib', 'src', 'l10n', 'cupertino_nb.arb'), + path.join(rootDirectoryPath, 'lib', 'l10n', 'cupertino_nb.arb'), ); final noCupertinoArbFile = File( - path.join(rootDirectoryPath, 'lib', 'src', 'l10n', 'cupertino_no.arb'), + path.join(rootDirectoryPath, 'lib', 'l10n', 'cupertino_no.arb'), ); if (noCupertinoArbFile.existsSync() && !nbCupertinoArbFile.existsSync()) { @@ -191,7 +190,7 @@ void main() { // Regression test for https://github.com/flutter/flutter/issues/36704. testWidgets('kn arb file should be properly Unicode escaped', (WidgetTester tester) async { - final file = File(path.join(rootDirectoryPath, 'lib', 'src', 'l10n', 'cupertino_kn.arb')); + final file = File(path.join(rootDirectoryPath, 'lib', 'l10n', 'cupertino_kn.arb')); final bundle = json.decode(file.readAsStringSync()) as Map; From c16ca7bbf0c5305514cf2daf272db17eaf916725 Mon Sep 17 00:00:00 2001 From: Justin McCandless Date: Tue, 7 Jul 2026 10:48:57 -0700 Subject: [PATCH 312/327] Correct license header. --- .../lib/l10n/generated_cupertino_localizations.dart | 2 +- .../lib/src/global_cupertino_localizations.dart | 2 +- packages/cupertino_ui/test/l10n/date_picker_test.dart | 2 +- packages/cupertino_ui/test/l10n/test_utils.dart | 2 +- packages/cupertino_ui/test/l10n/translations_test.dart | 2 +- .../lib/l10n/generated_material_localizations.dart | 2 +- .../material_ui/lib/src/global_material_localizations.dart | 2 +- .../material_ui/script/l10n/bin/encode_kn_arb_files.dart | 2 +- packages/material_ui/script/l10n/bin/gen_localizations.dart | 2 +- .../script/l10n/bin/gen_missing_localizations.dart | 2 +- .../script/l10n/gen_cupertino_localizations.dart | 4 ++-- .../material_ui/script/l10n/gen_material_localizations.dart | 6 +++--- .../material_ui/script/l10n/language_subtag_registry.dart | 2 +- .../material_ui/script/l10n/localizations_validator.dart | 2 +- packages/material_ui/test/l10n/date_picker_test.dart | 2 +- packages/material_ui/test/l10n/date_time_test.dart | 2 +- packages/material_ui/test/l10n/tabs_test.dart | 2 +- packages/material_ui/test/l10n/test_utils.dart | 2 +- packages/material_ui/test/l10n/time_picker_test.dart | 2 +- packages/material_ui/test/l10n/translations_test.dart | 2 +- 20 files changed, 23 insertions(+), 23 deletions(-) diff --git a/packages/cupertino_ui/lib/l10n/generated_cupertino_localizations.dart b/packages/cupertino_ui/lib/l10n/generated_cupertino_localizations.dart index ad38ec09118c..79b416e4294b 100644 --- a/packages/cupertino_ui/lib/l10n/generated_cupertino_localizations.dart +++ b/packages/cupertino_ui/lib/l10n/generated_cupertino_localizations.dart @@ -1,4 +1,4 @@ -// Copyright 2014 The Flutter Authors. All rights reserved. +// Copyright 2013 The Flutter Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/packages/cupertino_ui/lib/src/global_cupertino_localizations.dart b/packages/cupertino_ui/lib/src/global_cupertino_localizations.dart index 9a1d6ce3cd32..77890db5bd42 100644 --- a/packages/cupertino_ui/lib/src/global_cupertino_localizations.dart +++ b/packages/cupertino_ui/lib/src/global_cupertino_localizations.dart @@ -1,4 +1,4 @@ -// Copyright 2014 The Flutter Authors. All rights reserved. +// Copyright 2013 The Flutter Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/packages/cupertino_ui/test/l10n/date_picker_test.dart b/packages/cupertino_ui/test/l10n/date_picker_test.dart index 64e8b66e5612..984376f8cd31 100644 --- a/packages/cupertino_ui/test/l10n/date_picker_test.dart +++ b/packages/cupertino_ui/test/l10n/date_picker_test.dart @@ -1,4 +1,4 @@ -// Copyright 2014 The Flutter Authors. All rights reserved. +// Copyright 2013 The Flutter Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/packages/cupertino_ui/test/l10n/test_utils.dart b/packages/cupertino_ui/test/l10n/test_utils.dart index e5f71215a2f0..3854be8d16aa 100644 --- a/packages/cupertino_ui/test/l10n/test_utils.dart +++ b/packages/cupertino_ui/test/l10n/test_utils.dart @@ -1,4 +1,4 @@ -// Copyright 2014 The Flutter Authors. All rights reserved. +// Copyright 2013 The Flutter Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/packages/cupertino_ui/test/l10n/translations_test.dart b/packages/cupertino_ui/test/l10n/translations_test.dart index e36a443c7a3f..a7cd4e56b299 100644 --- a/packages/cupertino_ui/test/l10n/translations_test.dart +++ b/packages/cupertino_ui/test/l10n/translations_test.dart @@ -1,4 +1,4 @@ -// Copyright 2014 The Flutter Authors. All rights reserved. +// Copyright 2013 The Flutter Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/packages/material_ui/lib/l10n/generated_material_localizations.dart b/packages/material_ui/lib/l10n/generated_material_localizations.dart index f67bdfdfd9de..f1c60fd6a9c7 100644 --- a/packages/material_ui/lib/l10n/generated_material_localizations.dart +++ b/packages/material_ui/lib/l10n/generated_material_localizations.dart @@ -1,4 +1,4 @@ -// Copyright 2014 The Flutter Authors. All rights reserved. +// Copyright 2013 The Flutter Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/packages/material_ui/lib/src/global_material_localizations.dart b/packages/material_ui/lib/src/global_material_localizations.dart index 08edf8ed4696..0c74b45d9193 100644 --- a/packages/material_ui/lib/src/global_material_localizations.dart +++ b/packages/material_ui/lib/src/global_material_localizations.dart @@ -1,4 +1,4 @@ -// Copyright 2014 The Flutter Authors. All rights reserved. +// Copyright 2013 The Flutter Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/packages/material_ui/script/l10n/bin/encode_kn_arb_files.dart b/packages/material_ui/script/l10n/bin/encode_kn_arb_files.dart index 31d04833a4e4..edc7490902dd 100644 --- a/packages/material_ui/script/l10n/bin/encode_kn_arb_files.dart +++ b/packages/material_ui/script/l10n/bin/encode_kn_arb_files.dart @@ -1,4 +1,4 @@ -// Copyright 2014 The Flutter Authors. All rights reserved. +// Copyright 2013 The Flutter Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/packages/material_ui/script/l10n/bin/gen_localizations.dart b/packages/material_ui/script/l10n/bin/gen_localizations.dart index 8d7e63d98ee4..87ae8d862934 100644 --- a/packages/material_ui/script/l10n/bin/gen_localizations.dart +++ b/packages/material_ui/script/l10n/bin/gen_localizations.dart @@ -1,4 +1,4 @@ -// Copyright 2014 The Flutter Authors. All rights reserved. +// Copyright 2013 The Flutter Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/packages/material_ui/script/l10n/bin/gen_missing_localizations.dart b/packages/material_ui/script/l10n/bin/gen_missing_localizations.dart index ac7cbc2699f4..b93fae52017f 100644 --- a/packages/material_ui/script/l10n/bin/gen_missing_localizations.dart +++ b/packages/material_ui/script/l10n/bin/gen_missing_localizations.dart @@ -1,4 +1,4 @@ -// Copyright 2014 The Flutter Authors. All rights reserved. +// Copyright 2013 The Flutter Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/packages/material_ui/script/l10n/gen_cupertino_localizations.dart b/packages/material_ui/script/l10n/gen_cupertino_localizations.dart index 16b43b905c0d..529ae2bcd920 100644 --- a/packages/material_ui/script/l10n/gen_cupertino_localizations.dart +++ b/packages/material_ui/script/l10n/gen_cupertino_localizations.dart @@ -1,4 +1,4 @@ -// Copyright 2014 The Flutter Authors. All rights reserved. +// Copyright 2013 The Flutter Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -6,7 +6,7 @@ import 'localizations_utils.dart'; String generateCupertinoHeader(String regenerateInstructions) { return ''' -// Copyright 2014 The Flutter Authors. All rights reserved. +// Copyright 2013 The Flutter Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/packages/material_ui/script/l10n/gen_material_localizations.dart b/packages/material_ui/script/l10n/gen_material_localizations.dart index d33771d6e9af..b2250840b287 100644 --- a/packages/material_ui/script/l10n/gen_material_localizations.dart +++ b/packages/material_ui/script/l10n/gen_material_localizations.dart @@ -1,4 +1,4 @@ -// Copyright 2014 The Flutter Authors. All rights reserved. +// Copyright 2013 The Flutter Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -6,7 +6,7 @@ import 'localizations_utils.dart'; String generateMaterialHeader(String regenerateInstructions) { return ''' -// Copyright 2014 The Flutter Authors. All rights reserved. +// Copyright 2013 The Flutter Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -16,7 +16,7 @@ String generateMaterialHeader(String regenerateInstructions) { import 'dart:collection'; -import 'package:flutter/material.dart'; +import 'package:material_ui/material_ui.dart'; import 'package:intl/intl.dart' as intl; import '../material_localizations.dart'; diff --git a/packages/material_ui/script/l10n/language_subtag_registry.dart b/packages/material_ui/script/l10n/language_subtag_registry.dart index 6372d6dfca6f..c12a0ce9f30c 100644 --- a/packages/material_ui/script/l10n/language_subtag_registry.dart +++ b/packages/material_ui/script/l10n/language_subtag_registry.dart @@ -1,4 +1,4 @@ -// Copyright 2014 The Flutter Authors. All rights reserved. +// Copyright 2013 The Flutter Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/packages/material_ui/script/l10n/localizations_validator.dart b/packages/material_ui/script/l10n/localizations_validator.dart index 30d38ad5edad..988ffd7f347e 100644 --- a/packages/material_ui/script/l10n/localizations_validator.dart +++ b/packages/material_ui/script/l10n/localizations_validator.dart @@ -1,4 +1,4 @@ -// Copyright 2014 The Flutter Authors. All rights reserved. +// Copyright 2013 The Flutter Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/packages/material_ui/test/l10n/date_picker_test.dart b/packages/material_ui/test/l10n/date_picker_test.dart index b2c1b2bbe380..6b6d8fce093f 100644 --- a/packages/material_ui/test/l10n/date_picker_test.dart +++ b/packages/material_ui/test/l10n/date_picker_test.dart @@ -1,4 +1,4 @@ -// Copyright 2014 The Flutter Authors. All rights reserved. +// Copyright 2013 The Flutter Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/packages/material_ui/test/l10n/date_time_test.dart b/packages/material_ui/test/l10n/date_time_test.dart index f0e7ad4500dd..0b6e0ea5e614 100644 --- a/packages/material_ui/test/l10n/date_time_test.dart +++ b/packages/material_ui/test/l10n/date_time_test.dart @@ -1,4 +1,4 @@ -// Copyright 2014 The Flutter Authors. All rights reserved. +// Copyright 2013 The Flutter Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/packages/material_ui/test/l10n/tabs_test.dart b/packages/material_ui/test/l10n/tabs_test.dart index d02e5b4e2cf4..b4f2a474d37f 100644 --- a/packages/material_ui/test/l10n/tabs_test.dart +++ b/packages/material_ui/test/l10n/tabs_test.dart @@ -1,4 +1,4 @@ -// Copyright 2014 The Flutter Authors. All rights reserved. +// Copyright 2013 The Flutter Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/packages/material_ui/test/l10n/test_utils.dart b/packages/material_ui/test/l10n/test_utils.dart index caf524cbea3d..fd067f054c58 100644 --- a/packages/material_ui/test/l10n/test_utils.dart +++ b/packages/material_ui/test/l10n/test_utils.dart @@ -1,4 +1,4 @@ -// Copyright 2014 The Flutter Authors. All rights reserved. +// Copyright 2013 The Flutter Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/packages/material_ui/test/l10n/time_picker_test.dart b/packages/material_ui/test/l10n/time_picker_test.dart index e11e24b7fb63..c23f10a0e357 100644 --- a/packages/material_ui/test/l10n/time_picker_test.dart +++ b/packages/material_ui/test/l10n/time_picker_test.dart @@ -1,4 +1,4 @@ -// Copyright 2014 The Flutter Authors. All rights reserved. +// Copyright 2013 The Flutter Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/packages/material_ui/test/l10n/translations_test.dart b/packages/material_ui/test/l10n/translations_test.dart index 4a3b2a20303b..270678016993 100644 --- a/packages/material_ui/test/l10n/translations_test.dart +++ b/packages/material_ui/test/l10n/translations_test.dart @@ -1,4 +1,4 @@ -// Copyright 2014 The Flutter Authors. All rights reserved. +// Copyright 2013 The Flutter Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. From 81d634d73cfdce229309781f92ee761662a6e610 Mon Sep 17 00:00:00 2001 From: Justin McCandless Date: Tue, 7 Jul 2026 13:10:05 -0700 Subject: [PATCH 313/327] lib/l10n to lib/src/l10n, which is the convention for packages like these. --- packages/cupertino_ui/lib/cupertino_ui.dart | 2 +- .../lib/src/global_cupertino_localizations.dart | 2 +- packages/cupertino_ui/lib/{ => src}/l10n/README.md | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_af.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_am.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_ar.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_as.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_az.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_be.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_bg.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_bn.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_bo.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_bs.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_ca.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_cs.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_cy.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_da.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_de.arb | 0 .../lib/{ => src}/l10n/cupertino_de_CH.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_el.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_en.arb | 0 .../lib/{ => src}/l10n/cupertino_en_AU.arb | 0 .../lib/{ => src}/l10n/cupertino_en_CA.arb | 0 .../lib/{ => src}/l10n/cupertino_en_GB.arb | 0 .../lib/{ => src}/l10n/cupertino_en_IE.arb | 0 .../lib/{ => src}/l10n/cupertino_en_IN.arb | 0 .../lib/{ => src}/l10n/cupertino_en_NZ.arb | 0 .../lib/{ => src}/l10n/cupertino_en_SG.arb | 0 .../lib/{ => src}/l10n/cupertino_en_ZA.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_es.arb | 0 .../lib/{ => src}/l10n/cupertino_es_419.arb | 0 .../lib/{ => src}/l10n/cupertino_es_AR.arb | 0 .../lib/{ => src}/l10n/cupertino_es_BO.arb | 0 .../lib/{ => src}/l10n/cupertino_es_CL.arb | 0 .../lib/{ => src}/l10n/cupertino_es_CO.arb | 0 .../lib/{ => src}/l10n/cupertino_es_CR.arb | 0 .../lib/{ => src}/l10n/cupertino_es_DO.arb | 0 .../lib/{ => src}/l10n/cupertino_es_EC.arb | 0 .../lib/{ => src}/l10n/cupertino_es_GT.arb | 0 .../lib/{ => src}/l10n/cupertino_es_HN.arb | 0 .../lib/{ => src}/l10n/cupertino_es_MX.arb | 0 .../lib/{ => src}/l10n/cupertino_es_NI.arb | 0 .../lib/{ => src}/l10n/cupertino_es_PA.arb | 0 .../lib/{ => src}/l10n/cupertino_es_PE.arb | 0 .../lib/{ => src}/l10n/cupertino_es_PR.arb | 0 .../lib/{ => src}/l10n/cupertino_es_PY.arb | 0 .../lib/{ => src}/l10n/cupertino_es_SV.arb | 0 .../lib/{ => src}/l10n/cupertino_es_US.arb | 0 .../lib/{ => src}/l10n/cupertino_es_UY.arb | 0 .../lib/{ => src}/l10n/cupertino_es_VE.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_et.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_eu.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_fa.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_fi.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_fil.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_fr.arb | 0 .../lib/{ => src}/l10n/cupertino_fr_CA.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_ga.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_gl.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_gsw.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_gu.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_he.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_hi.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_hr.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_hu.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_hy.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_id.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_is.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_it.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_ja.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_ka.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_kk.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_km.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_kn.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_ko.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_ky.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_lo.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_lt.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_lv.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_mk.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_ml.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_mn.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_mr.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_ms.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_my.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_nb.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_ne.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_nl.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_no.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_or.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_pa.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_pl.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_pt.arb | 0 .../lib/{ => src}/l10n/cupertino_pt_PT.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_ro.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_ru.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_si.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_sk.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_sl.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_sq.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_sr.arb | 0 .../lib/{ => src}/l10n/cupertino_sr_Latn.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_sv.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_sw.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_ta.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_te.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_th.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_tl.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_tr.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_ug.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_uk.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_ur.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_uz.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_vi.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_zh.arb | 0 .../lib/{ => src}/l10n/cupertino_zh_HK.arb | 0 .../lib/{ => src}/l10n/cupertino_zh_TW.arb | 0 .../cupertino_ui/lib/{ => src}/l10n/cupertino_zu.arb | 0 .../l10n/generated_cupertino_localizations.dart | 6 +++--- packages/cupertino_ui/test/l10n/translations_test.dart | 2 +- packages/cupertino_ui/test/sheet_test.dart | 3 +-- packages/material_ui/lib/material_ui.dart | 2 +- .../lib/src/global_material_localizations.dart | 2 +- packages/material_ui/lib/{ => src}/l10n/README.md | 0 .../l10n/generated_material_localizations.dart | 10 +++++----- .../material_ui/lib/{ => src}/l10n/material_af.arb | 0 .../material_ui/lib/{ => src}/l10n/material_am.arb | 0 .../material_ui/lib/{ => src}/l10n/material_ar.arb | 0 .../material_ui/lib/{ => src}/l10n/material_as.arb | 0 .../material_ui/lib/{ => src}/l10n/material_az.arb | 0 .../material_ui/lib/{ => src}/l10n/material_be.arb | 0 .../material_ui/lib/{ => src}/l10n/material_bg.arb | 0 .../material_ui/lib/{ => src}/l10n/material_bn.arb | 0 .../material_ui/lib/{ => src}/l10n/material_bo.arb | 0 .../material_ui/lib/{ => src}/l10n/material_bs.arb | 0 .../material_ui/lib/{ => src}/l10n/material_ca.arb | 0 .../material_ui/lib/{ => src}/l10n/material_cs.arb | 0 .../material_ui/lib/{ => src}/l10n/material_cy.arb | 0 .../material_ui/lib/{ => src}/l10n/material_da.arb | 0 .../material_ui/lib/{ => src}/l10n/material_de.arb | 0 .../material_ui/lib/{ => src}/l10n/material_de_CH.arb | 0 .../material_ui/lib/{ => src}/l10n/material_el.arb | 0 .../material_ui/lib/{ => src}/l10n/material_en.arb | 0 .../material_ui/lib/{ => src}/l10n/material_en_AU.arb | 0 .../material_ui/lib/{ => src}/l10n/material_en_CA.arb | 0 .../material_ui/lib/{ => src}/l10n/material_en_GB.arb | 0 .../material_ui/lib/{ => src}/l10n/material_en_IE.arb | 0 .../material_ui/lib/{ => src}/l10n/material_en_IN.arb | 0 .../material_ui/lib/{ => src}/l10n/material_en_NZ.arb | 0 .../material_ui/lib/{ => src}/l10n/material_en_SG.arb | 0 .../material_ui/lib/{ => src}/l10n/material_en_ZA.arb | 0 .../material_ui/lib/{ => src}/l10n/material_es.arb | 0 .../material_ui/lib/{ => src}/l10n/material_es_419.arb | 0 .../material_ui/lib/{ => src}/l10n/material_es_AR.arb | 0 .../material_ui/lib/{ => src}/l10n/material_es_BO.arb | 0 .../material_ui/lib/{ => src}/l10n/material_es_CL.arb | 0 .../material_ui/lib/{ => src}/l10n/material_es_CO.arb | 0 .../material_ui/lib/{ => src}/l10n/material_es_CR.arb | 0 .../material_ui/lib/{ => src}/l10n/material_es_DO.arb | 0 .../material_ui/lib/{ => src}/l10n/material_es_EC.arb | 0 .../material_ui/lib/{ => src}/l10n/material_es_GT.arb | 0 .../material_ui/lib/{ => src}/l10n/material_es_HN.arb | 0 .../material_ui/lib/{ => src}/l10n/material_es_MX.arb | 0 .../material_ui/lib/{ => src}/l10n/material_es_NI.arb | 0 .../material_ui/lib/{ => src}/l10n/material_es_PA.arb | 0 .../material_ui/lib/{ => src}/l10n/material_es_PE.arb | 0 .../material_ui/lib/{ => src}/l10n/material_es_PR.arb | 0 .../material_ui/lib/{ => src}/l10n/material_es_PY.arb | 0 .../material_ui/lib/{ => src}/l10n/material_es_SV.arb | 0 .../material_ui/lib/{ => src}/l10n/material_es_US.arb | 0 .../material_ui/lib/{ => src}/l10n/material_es_UY.arb | 0 .../material_ui/lib/{ => src}/l10n/material_es_VE.arb | 0 .../material_ui/lib/{ => src}/l10n/material_et.arb | 0 .../material_ui/lib/{ => src}/l10n/material_eu.arb | 0 .../material_ui/lib/{ => src}/l10n/material_fa.arb | 0 .../material_ui/lib/{ => src}/l10n/material_fi.arb | 0 .../material_ui/lib/{ => src}/l10n/material_fil.arb | 0 .../material_ui/lib/{ => src}/l10n/material_fr.arb | 0 .../material_ui/lib/{ => src}/l10n/material_fr_CA.arb | 0 .../material_ui/lib/{ => src}/l10n/material_ga.arb | 0 .../material_ui/lib/{ => src}/l10n/material_gl.arb | 0 .../material_ui/lib/{ => src}/l10n/material_gsw.arb | 0 .../material_ui/lib/{ => src}/l10n/material_gu.arb | 0 .../material_ui/lib/{ => src}/l10n/material_he.arb | 0 .../material_ui/lib/{ => src}/l10n/material_hi.arb | 0 .../material_ui/lib/{ => src}/l10n/material_hr.arb | 0 .../material_ui/lib/{ => src}/l10n/material_hu.arb | 0 .../material_ui/lib/{ => src}/l10n/material_hy.arb | 0 .../material_ui/lib/{ => src}/l10n/material_id.arb | 0 .../material_ui/lib/{ => src}/l10n/material_is.arb | 0 .../material_ui/lib/{ => src}/l10n/material_it.arb | 0 .../material_ui/lib/{ => src}/l10n/material_ja.arb | 0 .../material_ui/lib/{ => src}/l10n/material_ka.arb | 0 .../material_ui/lib/{ => src}/l10n/material_kk.arb | 0 .../material_ui/lib/{ => src}/l10n/material_km.arb | 0 .../material_ui/lib/{ => src}/l10n/material_kn.arb | 0 .../material_ui/lib/{ => src}/l10n/material_ko.arb | 0 .../material_ui/lib/{ => src}/l10n/material_ky.arb | 0 .../material_ui/lib/{ => src}/l10n/material_lo.arb | 0 .../material_ui/lib/{ => src}/l10n/material_lt.arb | 0 .../material_ui/lib/{ => src}/l10n/material_lv.arb | 0 .../material_ui/lib/{ => src}/l10n/material_mk.arb | 0 .../material_ui/lib/{ => src}/l10n/material_ml.arb | 0 .../material_ui/lib/{ => src}/l10n/material_mn.arb | 0 .../material_ui/lib/{ => src}/l10n/material_mr.arb | 0 .../material_ui/lib/{ => src}/l10n/material_ms.arb | 0 .../material_ui/lib/{ => src}/l10n/material_my.arb | 0 .../material_ui/lib/{ => src}/l10n/material_nb.arb | 0 .../material_ui/lib/{ => src}/l10n/material_ne.arb | 0 .../material_ui/lib/{ => src}/l10n/material_nl.arb | 0 .../material_ui/lib/{ => src}/l10n/material_no.arb | 0 .../material_ui/lib/{ => src}/l10n/material_or.arb | 0 .../material_ui/lib/{ => src}/l10n/material_pa.arb | 0 .../material_ui/lib/{ => src}/l10n/material_pl.arb | 0 .../material_ui/lib/{ => src}/l10n/material_ps.arb | 0 .../material_ui/lib/{ => src}/l10n/material_pt.arb | 0 .../material_ui/lib/{ => src}/l10n/material_pt_PT.arb | 0 .../material_ui/lib/{ => src}/l10n/material_ro.arb | 0 .../material_ui/lib/{ => src}/l10n/material_ru.arb | 0 .../material_ui/lib/{ => src}/l10n/material_si.arb | 0 .../material_ui/lib/{ => src}/l10n/material_sk.arb | 0 .../material_ui/lib/{ => src}/l10n/material_sl.arb | 0 .../material_ui/lib/{ => src}/l10n/material_sq.arb | 0 .../material_ui/lib/{ => src}/l10n/material_sr.arb | 0 .../lib/{ => src}/l10n/material_sr_Latn.arb | 0 .../material_ui/lib/{ => src}/l10n/material_sv.arb | 0 .../material_ui/lib/{ => src}/l10n/material_sw.arb | 0 .../material_ui/lib/{ => src}/l10n/material_ta.arb | 0 .../material_ui/lib/{ => src}/l10n/material_te.arb | 0 .../material_ui/lib/{ => src}/l10n/material_th.arb | 0 .../material_ui/lib/{ => src}/l10n/material_tl.arb | 0 .../material_ui/lib/{ => src}/l10n/material_tr.arb | 0 .../material_ui/lib/{ => src}/l10n/material_ug.arb | 0 .../material_ui/lib/{ => src}/l10n/material_uk.arb | 0 .../material_ui/lib/{ => src}/l10n/material_ur.arb | 0 .../material_ui/lib/{ => src}/l10n/material_uz.arb | 0 .../material_ui/lib/{ => src}/l10n/material_vi.arb | 0 .../material_ui/lib/{ => src}/l10n/material_zh.arb | 0 .../material_ui/lib/{ => src}/l10n/material_zh_HK.arb | 0 .../material_ui/lib/{ => src}/l10n/material_zh_TW.arb | 0 .../material_ui/lib/{ => src}/l10n/material_zu.arb | 0 .../material_ui/script/l10n/bin/gen_localizations.dart | 4 ++-- .../script/l10n/bin/gen_missing_localizations.dart | 4 ++-- packages/material_ui/test/l10n/translations_test.dart | 2 +- 244 files changed, 19 insertions(+), 20 deletions(-) rename packages/cupertino_ui/lib/{ => src}/l10n/README.md (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_af.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_am.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_ar.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_as.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_az.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_be.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_bg.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_bn.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_bo.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_bs.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_ca.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_cs.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_cy.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_da.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_de.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_de_CH.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_el.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_en.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_en_AU.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_en_CA.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_en_GB.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_en_IE.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_en_IN.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_en_NZ.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_en_SG.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_en_ZA.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_es.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_es_419.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_es_AR.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_es_BO.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_es_CL.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_es_CO.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_es_CR.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_es_DO.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_es_EC.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_es_GT.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_es_HN.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_es_MX.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_es_NI.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_es_PA.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_es_PE.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_es_PR.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_es_PY.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_es_SV.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_es_US.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_es_UY.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_es_VE.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_et.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_eu.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_fa.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_fi.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_fil.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_fr.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_fr_CA.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_ga.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_gl.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_gsw.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_gu.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_he.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_hi.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_hr.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_hu.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_hy.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_id.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_is.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_it.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_ja.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_ka.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_kk.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_km.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_kn.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_ko.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_ky.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_lo.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_lt.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_lv.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_mk.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_ml.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_mn.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_mr.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_ms.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_my.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_nb.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_ne.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_nl.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_no.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_or.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_pa.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_pl.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_pt.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_pt_PT.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_ro.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_ru.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_si.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_sk.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_sl.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_sq.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_sr.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_sr_Latn.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_sv.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_sw.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_ta.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_te.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_th.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_tl.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_tr.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_ug.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_uk.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_ur.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_uz.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_vi.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_zh.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_zh_HK.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_zh_TW.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/cupertino_zu.arb (100%) rename packages/cupertino_ui/lib/{ => src}/l10n/generated_cupertino_localizations.dart (99%) rename packages/material_ui/lib/{ => src}/l10n/README.md (100%) rename packages/material_ui/lib/{ => src}/l10n/generated_material_localizations.dart (99%) rename packages/material_ui/lib/{ => src}/l10n/material_af.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_am.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_ar.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_as.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_az.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_be.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_bg.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_bn.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_bo.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_bs.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_ca.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_cs.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_cy.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_da.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_de.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_de_CH.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_el.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_en.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_en_AU.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_en_CA.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_en_GB.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_en_IE.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_en_IN.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_en_NZ.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_en_SG.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_en_ZA.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_es.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_es_419.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_es_AR.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_es_BO.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_es_CL.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_es_CO.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_es_CR.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_es_DO.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_es_EC.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_es_GT.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_es_HN.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_es_MX.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_es_NI.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_es_PA.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_es_PE.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_es_PR.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_es_PY.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_es_SV.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_es_US.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_es_UY.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_es_VE.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_et.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_eu.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_fa.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_fi.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_fil.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_fr.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_fr_CA.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_ga.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_gl.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_gsw.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_gu.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_he.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_hi.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_hr.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_hu.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_hy.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_id.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_is.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_it.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_ja.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_ka.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_kk.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_km.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_kn.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_ko.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_ky.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_lo.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_lt.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_lv.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_mk.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_ml.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_mn.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_mr.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_ms.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_my.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_nb.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_ne.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_nl.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_no.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_or.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_pa.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_pl.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_ps.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_pt.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_pt_PT.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_ro.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_ru.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_si.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_sk.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_sl.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_sq.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_sr.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_sr_Latn.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_sv.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_sw.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_ta.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_te.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_th.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_tl.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_tr.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_ug.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_uk.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_ur.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_uz.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_vi.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_zh.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_zh_HK.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_zh_TW.arb (100%) rename packages/material_ui/lib/{ => src}/l10n/material_zu.arb (100%) mode change 100644 => 100755 packages/material_ui/script/l10n/bin/gen_missing_localizations.dart diff --git a/packages/cupertino_ui/lib/cupertino_ui.dart b/packages/cupertino_ui/lib/cupertino_ui.dart index 9d43ddc2141a..82620d849398 100644 --- a/packages/cupertino_ui/lib/cupertino_ui.dart +++ b/packages/cupertino_ui/lib/cupertino_ui.dart @@ -23,7 +23,6 @@ library cupertino_ui; export 'package:flutter/widgets.dart'; -export 'l10n/generated_cupertino_localizations.dart'; export 'src/activity_indicator.dart'; export 'src/adaptive_text_selection_toolbar.dart'; export 'src/app.dart'; @@ -48,6 +47,7 @@ export 'src/global_cupertino_localizations.dart'; export 'src/icon_theme_data.dart'; export 'src/icons.dart'; export 'src/interface_level.dart'; +export 'src/l10n/generated_cupertino_localizations.dart'; export 'src/list_section.dart'; export 'src/list_tile.dart'; export 'src/localizations.dart'; diff --git a/packages/cupertino_ui/lib/src/global_cupertino_localizations.dart b/packages/cupertino_ui/lib/src/global_cupertino_localizations.dart index 77890db5bd42..c299308ef595 100644 --- a/packages/cupertino_ui/lib/src/global_cupertino_localizations.dart +++ b/packages/cupertino_ui/lib/src/global_cupertino_localizations.dart @@ -11,7 +11,7 @@ import 'package:flutter_localizations/flutter_localizations.dart' show GlobalWid import 'package:flutter_localizations/src/utils/date_localizations.dart'; //ignore: implementation_imports import 'package:intl/intl.dart' as intl; -import '../l10n/generated_cupertino_localizations.dart'; +import 'l10n/generated_cupertino_localizations.dart'; import 'localizations.dart'; // Examples can assume: diff --git a/packages/cupertino_ui/lib/l10n/README.md b/packages/cupertino_ui/lib/src/l10n/README.md similarity index 100% rename from packages/cupertino_ui/lib/l10n/README.md rename to packages/cupertino_ui/lib/src/l10n/README.md diff --git a/packages/cupertino_ui/lib/l10n/cupertino_af.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_af.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_af.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_af.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_am.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_am.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_am.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_am.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_ar.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_ar.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_ar.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_ar.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_as.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_as.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_as.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_as.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_az.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_az.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_az.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_az.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_be.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_be.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_be.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_be.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_bg.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_bg.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_bg.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_bg.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_bn.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_bn.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_bn.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_bn.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_bo.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_bo.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_bo.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_bo.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_bs.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_bs.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_bs.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_bs.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_ca.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_ca.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_ca.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_ca.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_cs.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_cs.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_cs.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_cs.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_cy.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_cy.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_cy.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_cy.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_da.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_da.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_da.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_da.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_de.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_de.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_de.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_de.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_de_CH.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_de_CH.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_de_CH.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_de_CH.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_el.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_el.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_el.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_el.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_en.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_en.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_en.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_en.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_en_AU.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_en_AU.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_en_AU.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_en_AU.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_en_CA.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_en_CA.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_en_CA.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_en_CA.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_en_GB.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_en_GB.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_en_GB.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_en_GB.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_en_IE.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_en_IE.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_en_IE.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_en_IE.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_en_IN.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_en_IN.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_en_IN.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_en_IN.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_en_NZ.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_en_NZ.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_en_NZ.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_en_NZ.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_en_SG.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_en_SG.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_en_SG.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_en_SG.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_en_ZA.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_en_ZA.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_en_ZA.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_en_ZA.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_es.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_es.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_es.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_es.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_es_419.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_es_419.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_es_419.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_es_419.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_es_AR.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_es_AR.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_es_AR.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_es_AR.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_es_BO.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_es_BO.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_es_BO.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_es_BO.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_es_CL.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_es_CL.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_es_CL.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_es_CL.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_es_CO.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_es_CO.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_es_CO.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_es_CO.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_es_CR.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_es_CR.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_es_CR.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_es_CR.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_es_DO.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_es_DO.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_es_DO.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_es_DO.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_es_EC.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_es_EC.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_es_EC.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_es_EC.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_es_GT.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_es_GT.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_es_GT.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_es_GT.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_es_HN.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_es_HN.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_es_HN.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_es_HN.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_es_MX.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_es_MX.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_es_MX.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_es_MX.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_es_NI.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_es_NI.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_es_NI.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_es_NI.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_es_PA.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_es_PA.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_es_PA.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_es_PA.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_es_PE.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_es_PE.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_es_PE.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_es_PE.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_es_PR.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_es_PR.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_es_PR.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_es_PR.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_es_PY.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_es_PY.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_es_PY.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_es_PY.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_es_SV.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_es_SV.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_es_SV.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_es_SV.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_es_US.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_es_US.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_es_US.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_es_US.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_es_UY.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_es_UY.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_es_UY.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_es_UY.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_es_VE.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_es_VE.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_es_VE.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_es_VE.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_et.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_et.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_et.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_et.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_eu.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_eu.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_eu.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_eu.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_fa.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_fa.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_fa.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_fa.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_fi.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_fi.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_fi.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_fi.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_fil.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_fil.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_fil.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_fil.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_fr.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_fr.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_fr.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_fr.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_fr_CA.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_fr_CA.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_fr_CA.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_fr_CA.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_ga.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_ga.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_ga.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_ga.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_gl.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_gl.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_gl.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_gl.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_gsw.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_gsw.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_gsw.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_gsw.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_gu.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_gu.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_gu.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_gu.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_he.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_he.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_he.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_he.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_hi.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_hi.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_hi.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_hi.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_hr.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_hr.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_hr.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_hr.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_hu.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_hu.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_hu.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_hu.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_hy.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_hy.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_hy.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_hy.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_id.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_id.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_id.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_id.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_is.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_is.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_is.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_is.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_it.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_it.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_it.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_it.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_ja.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_ja.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_ja.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_ja.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_ka.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_ka.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_ka.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_ka.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_kk.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_kk.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_kk.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_kk.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_km.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_km.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_km.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_km.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_kn.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_kn.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_kn.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_kn.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_ko.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_ko.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_ko.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_ko.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_ky.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_ky.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_ky.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_ky.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_lo.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_lo.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_lo.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_lo.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_lt.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_lt.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_lt.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_lt.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_lv.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_lv.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_lv.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_lv.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_mk.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_mk.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_mk.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_mk.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_ml.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_ml.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_ml.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_ml.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_mn.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_mn.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_mn.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_mn.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_mr.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_mr.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_mr.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_mr.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_ms.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_ms.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_ms.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_ms.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_my.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_my.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_my.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_my.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_nb.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_nb.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_nb.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_nb.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_ne.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_ne.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_ne.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_ne.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_nl.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_nl.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_nl.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_nl.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_no.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_no.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_no.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_no.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_or.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_or.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_or.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_or.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_pa.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_pa.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_pa.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_pa.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_pl.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_pl.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_pl.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_pl.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_pt.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_pt.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_pt.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_pt.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_pt_PT.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_pt_PT.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_pt_PT.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_pt_PT.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_ro.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_ro.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_ro.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_ro.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_ru.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_ru.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_ru.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_ru.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_si.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_si.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_si.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_si.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_sk.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_sk.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_sk.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_sk.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_sl.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_sl.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_sl.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_sl.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_sq.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_sq.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_sq.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_sq.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_sr.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_sr.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_sr.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_sr.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_sr_Latn.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_sr_Latn.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_sr_Latn.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_sr_Latn.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_sv.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_sv.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_sv.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_sv.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_sw.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_sw.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_sw.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_sw.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_ta.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_ta.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_ta.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_ta.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_te.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_te.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_te.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_te.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_th.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_th.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_th.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_th.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_tl.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_tl.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_tl.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_tl.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_tr.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_tr.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_tr.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_tr.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_ug.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_ug.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_ug.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_ug.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_uk.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_uk.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_uk.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_uk.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_ur.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_ur.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_ur.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_ur.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_uz.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_uz.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_uz.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_uz.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_vi.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_vi.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_vi.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_vi.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_zh.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_zh.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_zh.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_zh.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_zh_HK.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_zh_HK.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_zh_HK.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_zh_HK.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_zh_TW.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_zh_TW.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_zh_TW.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_zh_TW.arb diff --git a/packages/cupertino_ui/lib/l10n/cupertino_zu.arb b/packages/cupertino_ui/lib/src/l10n/cupertino_zu.arb similarity index 100% rename from packages/cupertino_ui/lib/l10n/cupertino_zu.arb rename to packages/cupertino_ui/lib/src/l10n/cupertino_zu.arb diff --git a/packages/cupertino_ui/lib/l10n/generated_cupertino_localizations.dart b/packages/cupertino_ui/lib/src/l10n/generated_cupertino_localizations.dart similarity index 99% rename from packages/cupertino_ui/lib/l10n/generated_cupertino_localizations.dart rename to packages/cupertino_ui/lib/src/l10n/generated_cupertino_localizations.dart index 79b416e4294b..9b4e82000db9 100644 --- a/packages/cupertino_ui/lib/l10n/generated_cupertino_localizations.dart +++ b/packages/cupertino_ui/lib/src/l10n/generated_cupertino_localizations.dart @@ -11,14 +11,14 @@ import 'dart:collection'; import 'package:flutter/widgets.dart'; import 'package:intl/intl.dart' as intl; -import '../src/global_cupertino_localizations.dart'; +import '../global_cupertino_localizations.dart'; // The classes defined here encode all of the translations found in the -// `flutter_localizations/lib/src/l10n/*.arb` files. +// `cupertino_ui/lib/src/l10n/*.arb` files. // // These classes are constructed by the [getCupertinoTranslation] method at the // bottom of this file, and used by the [_GlobalCupertinoLocalizationsDelegate.load] -// method defined in `flutter_localizations/lib/src/cupertino_localizations.dart`. +// method defined in `cupertino_ui/lib/src/cupertino_localizations.dart`. // TODO(goderbauer): Extend the generator to properly format the output. // dart format off diff --git a/packages/cupertino_ui/test/l10n/translations_test.dart b/packages/cupertino_ui/test/l10n/translations_test.dart index a7cd4e56b299..2a9a2cf8ecd1 100644 --- a/packages/cupertino_ui/test/l10n/translations_test.dart +++ b/packages/cupertino_ui/test/l10n/translations_test.dart @@ -190,7 +190,7 @@ void main() { // Regression test for https://github.com/flutter/flutter/issues/36704. testWidgets('kn arb file should be properly Unicode escaped', (WidgetTester tester) async { - final file = File(path.join(rootDirectoryPath, 'lib', 'l10n', 'cupertino_kn.arb')); + final file = File(path.join(rootDirectoryPath, 'lib', 'src', 'l10n', 'cupertino_kn.arb')); final bundle = json.decode(file.readAsStringSync()) as Map; diff --git a/packages/cupertino_ui/test/sheet_test.dart b/packages/cupertino_ui/test/sheet_test.dart index db2c88ae6d3e..7e9f91570fb8 100644 --- a/packages/cupertino_ui/test/sheet_test.dart +++ b/packages/cupertino_ui/test/sheet_test.dart @@ -6,7 +6,7 @@ import 'dart:async' show unawaited; import 'package:cupertino_ui/cupertino_ui.dart'; import 'package:flutter/services.dart'; -import 'package:flutter_localizations/flutter_localizations.dart'; +import 'package:flutter_localizations/flutter_localizations.dart' show GlobalWidgetsLocalizations; import 'package:flutter_test/flutter_test.dart'; import 'navigator_utils.dart'; @@ -975,7 +975,6 @@ void main() { await tester.pumpWidget( CupertinoApp( localizationsDelegates: const >[ - GlobalMaterialLocalizations.delegate, GlobalWidgetsLocalizations.delegate, GlobalCupertinoLocalizations.delegate, ], diff --git a/packages/material_ui/lib/material_ui.dart b/packages/material_ui/lib/material_ui.dart index b44a0dabe1ab..634995c18683 100644 --- a/packages/material_ui/lib/material_ui.dart +++ b/packages/material_ui/lib/material_ui.dart @@ -18,7 +18,6 @@ library material_ui; export 'package:flutter/widgets.dart'; -export 'l10n/generated_material_localizations.dart'; export 'src/about.dart'; export 'src/action_buttons.dart'; export 'src/action_chip.dart'; @@ -113,6 +112,7 @@ export 'src/input_border.dart'; export 'src/input_chip.dart'; export 'src/input_date_picker_form_field.dart'; export 'src/input_decorator.dart'; +export 'src/l10n/generated_material_localizations.dart'; export 'src/list_tile.dart'; export 'src/list_tile_theme.dart'; export 'src/magnifier.dart'; diff --git a/packages/material_ui/lib/src/global_material_localizations.dart b/packages/material_ui/lib/src/global_material_localizations.dart index 0c74b45d9193..7afb1949b76b 100644 --- a/packages/material_ui/lib/src/global_material_localizations.dart +++ b/packages/material_ui/lib/src/global_material_localizations.dart @@ -12,7 +12,7 @@ import 'package:flutter_localizations/flutter_localizations.dart' show GlobalWid import 'package:flutter_localizations/src/utils/date_localizations.dart'; //ignore: implementation_imports import 'package:intl/intl.dart' as intl; -import '../l10n/generated_material_localizations.dart'; +import 'l10n/generated_material_localizations.dart'; import 'material_localizations.dart'; import 'time.dart'; import 'typography.dart'; diff --git a/packages/material_ui/lib/l10n/README.md b/packages/material_ui/lib/src/l10n/README.md similarity index 100% rename from packages/material_ui/lib/l10n/README.md rename to packages/material_ui/lib/src/l10n/README.md diff --git a/packages/material_ui/lib/l10n/generated_material_localizations.dart b/packages/material_ui/lib/src/l10n/generated_material_localizations.dart similarity index 99% rename from packages/material_ui/lib/l10n/generated_material_localizations.dart rename to packages/material_ui/lib/src/l10n/generated_material_localizations.dart index f1c60fd6a9c7..7023a41101b0 100644 --- a/packages/material_ui/lib/l10n/generated_material_localizations.dart +++ b/packages/material_ui/lib/src/l10n/generated_material_localizations.dart @@ -11,16 +11,16 @@ import 'dart:collection'; import 'package:flutter/widgets.dart'; import 'package:intl/intl.dart' as intl; -import '../src/global_material_localizations.dart'; -import '../src/time.dart'; -import '../src/typography.dart'; +import '../global_material_localizations.dart'; +import '../time.dart'; +import '../typography.dart'; // The classes defined here encode all of the translations found in the -// `flutter_localizations/lib/src/l10n/*.arb` files. +// `material_ui/lib/src/l10n/*.arb` files. // // These classes are constructed by the [getMaterialTranslation] method at the // bottom of this file, and used by the [_MaterialLocalizationsDelegate.load] -// method defined in `flutter_localizations/lib/src/material_localizations.dart`. +// method defined in `material_ui/lib/src/material_localizations.dart`. // TODO(goderbauer): Extend the generator to properly format the output. // dart format off diff --git a/packages/material_ui/lib/l10n/material_af.arb b/packages/material_ui/lib/src/l10n/material_af.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_af.arb rename to packages/material_ui/lib/src/l10n/material_af.arb diff --git a/packages/material_ui/lib/l10n/material_am.arb b/packages/material_ui/lib/src/l10n/material_am.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_am.arb rename to packages/material_ui/lib/src/l10n/material_am.arb diff --git a/packages/material_ui/lib/l10n/material_ar.arb b/packages/material_ui/lib/src/l10n/material_ar.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_ar.arb rename to packages/material_ui/lib/src/l10n/material_ar.arb diff --git a/packages/material_ui/lib/l10n/material_as.arb b/packages/material_ui/lib/src/l10n/material_as.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_as.arb rename to packages/material_ui/lib/src/l10n/material_as.arb diff --git a/packages/material_ui/lib/l10n/material_az.arb b/packages/material_ui/lib/src/l10n/material_az.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_az.arb rename to packages/material_ui/lib/src/l10n/material_az.arb diff --git a/packages/material_ui/lib/l10n/material_be.arb b/packages/material_ui/lib/src/l10n/material_be.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_be.arb rename to packages/material_ui/lib/src/l10n/material_be.arb diff --git a/packages/material_ui/lib/l10n/material_bg.arb b/packages/material_ui/lib/src/l10n/material_bg.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_bg.arb rename to packages/material_ui/lib/src/l10n/material_bg.arb diff --git a/packages/material_ui/lib/l10n/material_bn.arb b/packages/material_ui/lib/src/l10n/material_bn.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_bn.arb rename to packages/material_ui/lib/src/l10n/material_bn.arb diff --git a/packages/material_ui/lib/l10n/material_bo.arb b/packages/material_ui/lib/src/l10n/material_bo.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_bo.arb rename to packages/material_ui/lib/src/l10n/material_bo.arb diff --git a/packages/material_ui/lib/l10n/material_bs.arb b/packages/material_ui/lib/src/l10n/material_bs.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_bs.arb rename to packages/material_ui/lib/src/l10n/material_bs.arb diff --git a/packages/material_ui/lib/l10n/material_ca.arb b/packages/material_ui/lib/src/l10n/material_ca.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_ca.arb rename to packages/material_ui/lib/src/l10n/material_ca.arb diff --git a/packages/material_ui/lib/l10n/material_cs.arb b/packages/material_ui/lib/src/l10n/material_cs.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_cs.arb rename to packages/material_ui/lib/src/l10n/material_cs.arb diff --git a/packages/material_ui/lib/l10n/material_cy.arb b/packages/material_ui/lib/src/l10n/material_cy.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_cy.arb rename to packages/material_ui/lib/src/l10n/material_cy.arb diff --git a/packages/material_ui/lib/l10n/material_da.arb b/packages/material_ui/lib/src/l10n/material_da.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_da.arb rename to packages/material_ui/lib/src/l10n/material_da.arb diff --git a/packages/material_ui/lib/l10n/material_de.arb b/packages/material_ui/lib/src/l10n/material_de.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_de.arb rename to packages/material_ui/lib/src/l10n/material_de.arb diff --git a/packages/material_ui/lib/l10n/material_de_CH.arb b/packages/material_ui/lib/src/l10n/material_de_CH.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_de_CH.arb rename to packages/material_ui/lib/src/l10n/material_de_CH.arb diff --git a/packages/material_ui/lib/l10n/material_el.arb b/packages/material_ui/lib/src/l10n/material_el.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_el.arb rename to packages/material_ui/lib/src/l10n/material_el.arb diff --git a/packages/material_ui/lib/l10n/material_en.arb b/packages/material_ui/lib/src/l10n/material_en.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_en.arb rename to packages/material_ui/lib/src/l10n/material_en.arb diff --git a/packages/material_ui/lib/l10n/material_en_AU.arb b/packages/material_ui/lib/src/l10n/material_en_AU.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_en_AU.arb rename to packages/material_ui/lib/src/l10n/material_en_AU.arb diff --git a/packages/material_ui/lib/l10n/material_en_CA.arb b/packages/material_ui/lib/src/l10n/material_en_CA.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_en_CA.arb rename to packages/material_ui/lib/src/l10n/material_en_CA.arb diff --git a/packages/material_ui/lib/l10n/material_en_GB.arb b/packages/material_ui/lib/src/l10n/material_en_GB.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_en_GB.arb rename to packages/material_ui/lib/src/l10n/material_en_GB.arb diff --git a/packages/material_ui/lib/l10n/material_en_IE.arb b/packages/material_ui/lib/src/l10n/material_en_IE.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_en_IE.arb rename to packages/material_ui/lib/src/l10n/material_en_IE.arb diff --git a/packages/material_ui/lib/l10n/material_en_IN.arb b/packages/material_ui/lib/src/l10n/material_en_IN.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_en_IN.arb rename to packages/material_ui/lib/src/l10n/material_en_IN.arb diff --git a/packages/material_ui/lib/l10n/material_en_NZ.arb b/packages/material_ui/lib/src/l10n/material_en_NZ.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_en_NZ.arb rename to packages/material_ui/lib/src/l10n/material_en_NZ.arb diff --git a/packages/material_ui/lib/l10n/material_en_SG.arb b/packages/material_ui/lib/src/l10n/material_en_SG.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_en_SG.arb rename to packages/material_ui/lib/src/l10n/material_en_SG.arb diff --git a/packages/material_ui/lib/l10n/material_en_ZA.arb b/packages/material_ui/lib/src/l10n/material_en_ZA.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_en_ZA.arb rename to packages/material_ui/lib/src/l10n/material_en_ZA.arb diff --git a/packages/material_ui/lib/l10n/material_es.arb b/packages/material_ui/lib/src/l10n/material_es.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_es.arb rename to packages/material_ui/lib/src/l10n/material_es.arb diff --git a/packages/material_ui/lib/l10n/material_es_419.arb b/packages/material_ui/lib/src/l10n/material_es_419.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_es_419.arb rename to packages/material_ui/lib/src/l10n/material_es_419.arb diff --git a/packages/material_ui/lib/l10n/material_es_AR.arb b/packages/material_ui/lib/src/l10n/material_es_AR.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_es_AR.arb rename to packages/material_ui/lib/src/l10n/material_es_AR.arb diff --git a/packages/material_ui/lib/l10n/material_es_BO.arb b/packages/material_ui/lib/src/l10n/material_es_BO.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_es_BO.arb rename to packages/material_ui/lib/src/l10n/material_es_BO.arb diff --git a/packages/material_ui/lib/l10n/material_es_CL.arb b/packages/material_ui/lib/src/l10n/material_es_CL.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_es_CL.arb rename to packages/material_ui/lib/src/l10n/material_es_CL.arb diff --git a/packages/material_ui/lib/l10n/material_es_CO.arb b/packages/material_ui/lib/src/l10n/material_es_CO.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_es_CO.arb rename to packages/material_ui/lib/src/l10n/material_es_CO.arb diff --git a/packages/material_ui/lib/l10n/material_es_CR.arb b/packages/material_ui/lib/src/l10n/material_es_CR.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_es_CR.arb rename to packages/material_ui/lib/src/l10n/material_es_CR.arb diff --git a/packages/material_ui/lib/l10n/material_es_DO.arb b/packages/material_ui/lib/src/l10n/material_es_DO.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_es_DO.arb rename to packages/material_ui/lib/src/l10n/material_es_DO.arb diff --git a/packages/material_ui/lib/l10n/material_es_EC.arb b/packages/material_ui/lib/src/l10n/material_es_EC.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_es_EC.arb rename to packages/material_ui/lib/src/l10n/material_es_EC.arb diff --git a/packages/material_ui/lib/l10n/material_es_GT.arb b/packages/material_ui/lib/src/l10n/material_es_GT.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_es_GT.arb rename to packages/material_ui/lib/src/l10n/material_es_GT.arb diff --git a/packages/material_ui/lib/l10n/material_es_HN.arb b/packages/material_ui/lib/src/l10n/material_es_HN.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_es_HN.arb rename to packages/material_ui/lib/src/l10n/material_es_HN.arb diff --git a/packages/material_ui/lib/l10n/material_es_MX.arb b/packages/material_ui/lib/src/l10n/material_es_MX.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_es_MX.arb rename to packages/material_ui/lib/src/l10n/material_es_MX.arb diff --git a/packages/material_ui/lib/l10n/material_es_NI.arb b/packages/material_ui/lib/src/l10n/material_es_NI.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_es_NI.arb rename to packages/material_ui/lib/src/l10n/material_es_NI.arb diff --git a/packages/material_ui/lib/l10n/material_es_PA.arb b/packages/material_ui/lib/src/l10n/material_es_PA.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_es_PA.arb rename to packages/material_ui/lib/src/l10n/material_es_PA.arb diff --git a/packages/material_ui/lib/l10n/material_es_PE.arb b/packages/material_ui/lib/src/l10n/material_es_PE.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_es_PE.arb rename to packages/material_ui/lib/src/l10n/material_es_PE.arb diff --git a/packages/material_ui/lib/l10n/material_es_PR.arb b/packages/material_ui/lib/src/l10n/material_es_PR.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_es_PR.arb rename to packages/material_ui/lib/src/l10n/material_es_PR.arb diff --git a/packages/material_ui/lib/l10n/material_es_PY.arb b/packages/material_ui/lib/src/l10n/material_es_PY.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_es_PY.arb rename to packages/material_ui/lib/src/l10n/material_es_PY.arb diff --git a/packages/material_ui/lib/l10n/material_es_SV.arb b/packages/material_ui/lib/src/l10n/material_es_SV.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_es_SV.arb rename to packages/material_ui/lib/src/l10n/material_es_SV.arb diff --git a/packages/material_ui/lib/l10n/material_es_US.arb b/packages/material_ui/lib/src/l10n/material_es_US.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_es_US.arb rename to packages/material_ui/lib/src/l10n/material_es_US.arb diff --git a/packages/material_ui/lib/l10n/material_es_UY.arb b/packages/material_ui/lib/src/l10n/material_es_UY.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_es_UY.arb rename to packages/material_ui/lib/src/l10n/material_es_UY.arb diff --git a/packages/material_ui/lib/l10n/material_es_VE.arb b/packages/material_ui/lib/src/l10n/material_es_VE.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_es_VE.arb rename to packages/material_ui/lib/src/l10n/material_es_VE.arb diff --git a/packages/material_ui/lib/l10n/material_et.arb b/packages/material_ui/lib/src/l10n/material_et.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_et.arb rename to packages/material_ui/lib/src/l10n/material_et.arb diff --git a/packages/material_ui/lib/l10n/material_eu.arb b/packages/material_ui/lib/src/l10n/material_eu.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_eu.arb rename to packages/material_ui/lib/src/l10n/material_eu.arb diff --git a/packages/material_ui/lib/l10n/material_fa.arb b/packages/material_ui/lib/src/l10n/material_fa.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_fa.arb rename to packages/material_ui/lib/src/l10n/material_fa.arb diff --git a/packages/material_ui/lib/l10n/material_fi.arb b/packages/material_ui/lib/src/l10n/material_fi.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_fi.arb rename to packages/material_ui/lib/src/l10n/material_fi.arb diff --git a/packages/material_ui/lib/l10n/material_fil.arb b/packages/material_ui/lib/src/l10n/material_fil.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_fil.arb rename to packages/material_ui/lib/src/l10n/material_fil.arb diff --git a/packages/material_ui/lib/l10n/material_fr.arb b/packages/material_ui/lib/src/l10n/material_fr.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_fr.arb rename to packages/material_ui/lib/src/l10n/material_fr.arb diff --git a/packages/material_ui/lib/l10n/material_fr_CA.arb b/packages/material_ui/lib/src/l10n/material_fr_CA.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_fr_CA.arb rename to packages/material_ui/lib/src/l10n/material_fr_CA.arb diff --git a/packages/material_ui/lib/l10n/material_ga.arb b/packages/material_ui/lib/src/l10n/material_ga.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_ga.arb rename to packages/material_ui/lib/src/l10n/material_ga.arb diff --git a/packages/material_ui/lib/l10n/material_gl.arb b/packages/material_ui/lib/src/l10n/material_gl.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_gl.arb rename to packages/material_ui/lib/src/l10n/material_gl.arb diff --git a/packages/material_ui/lib/l10n/material_gsw.arb b/packages/material_ui/lib/src/l10n/material_gsw.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_gsw.arb rename to packages/material_ui/lib/src/l10n/material_gsw.arb diff --git a/packages/material_ui/lib/l10n/material_gu.arb b/packages/material_ui/lib/src/l10n/material_gu.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_gu.arb rename to packages/material_ui/lib/src/l10n/material_gu.arb diff --git a/packages/material_ui/lib/l10n/material_he.arb b/packages/material_ui/lib/src/l10n/material_he.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_he.arb rename to packages/material_ui/lib/src/l10n/material_he.arb diff --git a/packages/material_ui/lib/l10n/material_hi.arb b/packages/material_ui/lib/src/l10n/material_hi.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_hi.arb rename to packages/material_ui/lib/src/l10n/material_hi.arb diff --git a/packages/material_ui/lib/l10n/material_hr.arb b/packages/material_ui/lib/src/l10n/material_hr.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_hr.arb rename to packages/material_ui/lib/src/l10n/material_hr.arb diff --git a/packages/material_ui/lib/l10n/material_hu.arb b/packages/material_ui/lib/src/l10n/material_hu.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_hu.arb rename to packages/material_ui/lib/src/l10n/material_hu.arb diff --git a/packages/material_ui/lib/l10n/material_hy.arb b/packages/material_ui/lib/src/l10n/material_hy.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_hy.arb rename to packages/material_ui/lib/src/l10n/material_hy.arb diff --git a/packages/material_ui/lib/l10n/material_id.arb b/packages/material_ui/lib/src/l10n/material_id.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_id.arb rename to packages/material_ui/lib/src/l10n/material_id.arb diff --git a/packages/material_ui/lib/l10n/material_is.arb b/packages/material_ui/lib/src/l10n/material_is.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_is.arb rename to packages/material_ui/lib/src/l10n/material_is.arb diff --git a/packages/material_ui/lib/l10n/material_it.arb b/packages/material_ui/lib/src/l10n/material_it.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_it.arb rename to packages/material_ui/lib/src/l10n/material_it.arb diff --git a/packages/material_ui/lib/l10n/material_ja.arb b/packages/material_ui/lib/src/l10n/material_ja.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_ja.arb rename to packages/material_ui/lib/src/l10n/material_ja.arb diff --git a/packages/material_ui/lib/l10n/material_ka.arb b/packages/material_ui/lib/src/l10n/material_ka.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_ka.arb rename to packages/material_ui/lib/src/l10n/material_ka.arb diff --git a/packages/material_ui/lib/l10n/material_kk.arb b/packages/material_ui/lib/src/l10n/material_kk.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_kk.arb rename to packages/material_ui/lib/src/l10n/material_kk.arb diff --git a/packages/material_ui/lib/l10n/material_km.arb b/packages/material_ui/lib/src/l10n/material_km.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_km.arb rename to packages/material_ui/lib/src/l10n/material_km.arb diff --git a/packages/material_ui/lib/l10n/material_kn.arb b/packages/material_ui/lib/src/l10n/material_kn.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_kn.arb rename to packages/material_ui/lib/src/l10n/material_kn.arb diff --git a/packages/material_ui/lib/l10n/material_ko.arb b/packages/material_ui/lib/src/l10n/material_ko.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_ko.arb rename to packages/material_ui/lib/src/l10n/material_ko.arb diff --git a/packages/material_ui/lib/l10n/material_ky.arb b/packages/material_ui/lib/src/l10n/material_ky.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_ky.arb rename to packages/material_ui/lib/src/l10n/material_ky.arb diff --git a/packages/material_ui/lib/l10n/material_lo.arb b/packages/material_ui/lib/src/l10n/material_lo.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_lo.arb rename to packages/material_ui/lib/src/l10n/material_lo.arb diff --git a/packages/material_ui/lib/l10n/material_lt.arb b/packages/material_ui/lib/src/l10n/material_lt.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_lt.arb rename to packages/material_ui/lib/src/l10n/material_lt.arb diff --git a/packages/material_ui/lib/l10n/material_lv.arb b/packages/material_ui/lib/src/l10n/material_lv.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_lv.arb rename to packages/material_ui/lib/src/l10n/material_lv.arb diff --git a/packages/material_ui/lib/l10n/material_mk.arb b/packages/material_ui/lib/src/l10n/material_mk.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_mk.arb rename to packages/material_ui/lib/src/l10n/material_mk.arb diff --git a/packages/material_ui/lib/l10n/material_ml.arb b/packages/material_ui/lib/src/l10n/material_ml.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_ml.arb rename to packages/material_ui/lib/src/l10n/material_ml.arb diff --git a/packages/material_ui/lib/l10n/material_mn.arb b/packages/material_ui/lib/src/l10n/material_mn.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_mn.arb rename to packages/material_ui/lib/src/l10n/material_mn.arb diff --git a/packages/material_ui/lib/l10n/material_mr.arb b/packages/material_ui/lib/src/l10n/material_mr.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_mr.arb rename to packages/material_ui/lib/src/l10n/material_mr.arb diff --git a/packages/material_ui/lib/l10n/material_ms.arb b/packages/material_ui/lib/src/l10n/material_ms.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_ms.arb rename to packages/material_ui/lib/src/l10n/material_ms.arb diff --git a/packages/material_ui/lib/l10n/material_my.arb b/packages/material_ui/lib/src/l10n/material_my.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_my.arb rename to packages/material_ui/lib/src/l10n/material_my.arb diff --git a/packages/material_ui/lib/l10n/material_nb.arb b/packages/material_ui/lib/src/l10n/material_nb.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_nb.arb rename to packages/material_ui/lib/src/l10n/material_nb.arb diff --git a/packages/material_ui/lib/l10n/material_ne.arb b/packages/material_ui/lib/src/l10n/material_ne.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_ne.arb rename to packages/material_ui/lib/src/l10n/material_ne.arb diff --git a/packages/material_ui/lib/l10n/material_nl.arb b/packages/material_ui/lib/src/l10n/material_nl.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_nl.arb rename to packages/material_ui/lib/src/l10n/material_nl.arb diff --git a/packages/material_ui/lib/l10n/material_no.arb b/packages/material_ui/lib/src/l10n/material_no.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_no.arb rename to packages/material_ui/lib/src/l10n/material_no.arb diff --git a/packages/material_ui/lib/l10n/material_or.arb b/packages/material_ui/lib/src/l10n/material_or.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_or.arb rename to packages/material_ui/lib/src/l10n/material_or.arb diff --git a/packages/material_ui/lib/l10n/material_pa.arb b/packages/material_ui/lib/src/l10n/material_pa.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_pa.arb rename to packages/material_ui/lib/src/l10n/material_pa.arb diff --git a/packages/material_ui/lib/l10n/material_pl.arb b/packages/material_ui/lib/src/l10n/material_pl.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_pl.arb rename to packages/material_ui/lib/src/l10n/material_pl.arb diff --git a/packages/material_ui/lib/l10n/material_ps.arb b/packages/material_ui/lib/src/l10n/material_ps.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_ps.arb rename to packages/material_ui/lib/src/l10n/material_ps.arb diff --git a/packages/material_ui/lib/l10n/material_pt.arb b/packages/material_ui/lib/src/l10n/material_pt.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_pt.arb rename to packages/material_ui/lib/src/l10n/material_pt.arb diff --git a/packages/material_ui/lib/l10n/material_pt_PT.arb b/packages/material_ui/lib/src/l10n/material_pt_PT.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_pt_PT.arb rename to packages/material_ui/lib/src/l10n/material_pt_PT.arb diff --git a/packages/material_ui/lib/l10n/material_ro.arb b/packages/material_ui/lib/src/l10n/material_ro.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_ro.arb rename to packages/material_ui/lib/src/l10n/material_ro.arb diff --git a/packages/material_ui/lib/l10n/material_ru.arb b/packages/material_ui/lib/src/l10n/material_ru.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_ru.arb rename to packages/material_ui/lib/src/l10n/material_ru.arb diff --git a/packages/material_ui/lib/l10n/material_si.arb b/packages/material_ui/lib/src/l10n/material_si.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_si.arb rename to packages/material_ui/lib/src/l10n/material_si.arb diff --git a/packages/material_ui/lib/l10n/material_sk.arb b/packages/material_ui/lib/src/l10n/material_sk.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_sk.arb rename to packages/material_ui/lib/src/l10n/material_sk.arb diff --git a/packages/material_ui/lib/l10n/material_sl.arb b/packages/material_ui/lib/src/l10n/material_sl.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_sl.arb rename to packages/material_ui/lib/src/l10n/material_sl.arb diff --git a/packages/material_ui/lib/l10n/material_sq.arb b/packages/material_ui/lib/src/l10n/material_sq.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_sq.arb rename to packages/material_ui/lib/src/l10n/material_sq.arb diff --git a/packages/material_ui/lib/l10n/material_sr.arb b/packages/material_ui/lib/src/l10n/material_sr.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_sr.arb rename to packages/material_ui/lib/src/l10n/material_sr.arb diff --git a/packages/material_ui/lib/l10n/material_sr_Latn.arb b/packages/material_ui/lib/src/l10n/material_sr_Latn.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_sr_Latn.arb rename to packages/material_ui/lib/src/l10n/material_sr_Latn.arb diff --git a/packages/material_ui/lib/l10n/material_sv.arb b/packages/material_ui/lib/src/l10n/material_sv.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_sv.arb rename to packages/material_ui/lib/src/l10n/material_sv.arb diff --git a/packages/material_ui/lib/l10n/material_sw.arb b/packages/material_ui/lib/src/l10n/material_sw.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_sw.arb rename to packages/material_ui/lib/src/l10n/material_sw.arb diff --git a/packages/material_ui/lib/l10n/material_ta.arb b/packages/material_ui/lib/src/l10n/material_ta.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_ta.arb rename to packages/material_ui/lib/src/l10n/material_ta.arb diff --git a/packages/material_ui/lib/l10n/material_te.arb b/packages/material_ui/lib/src/l10n/material_te.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_te.arb rename to packages/material_ui/lib/src/l10n/material_te.arb diff --git a/packages/material_ui/lib/l10n/material_th.arb b/packages/material_ui/lib/src/l10n/material_th.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_th.arb rename to packages/material_ui/lib/src/l10n/material_th.arb diff --git a/packages/material_ui/lib/l10n/material_tl.arb b/packages/material_ui/lib/src/l10n/material_tl.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_tl.arb rename to packages/material_ui/lib/src/l10n/material_tl.arb diff --git a/packages/material_ui/lib/l10n/material_tr.arb b/packages/material_ui/lib/src/l10n/material_tr.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_tr.arb rename to packages/material_ui/lib/src/l10n/material_tr.arb diff --git a/packages/material_ui/lib/l10n/material_ug.arb b/packages/material_ui/lib/src/l10n/material_ug.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_ug.arb rename to packages/material_ui/lib/src/l10n/material_ug.arb diff --git a/packages/material_ui/lib/l10n/material_uk.arb b/packages/material_ui/lib/src/l10n/material_uk.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_uk.arb rename to packages/material_ui/lib/src/l10n/material_uk.arb diff --git a/packages/material_ui/lib/l10n/material_ur.arb b/packages/material_ui/lib/src/l10n/material_ur.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_ur.arb rename to packages/material_ui/lib/src/l10n/material_ur.arb diff --git a/packages/material_ui/lib/l10n/material_uz.arb b/packages/material_ui/lib/src/l10n/material_uz.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_uz.arb rename to packages/material_ui/lib/src/l10n/material_uz.arb diff --git a/packages/material_ui/lib/l10n/material_vi.arb b/packages/material_ui/lib/src/l10n/material_vi.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_vi.arb rename to packages/material_ui/lib/src/l10n/material_vi.arb diff --git a/packages/material_ui/lib/l10n/material_zh.arb b/packages/material_ui/lib/src/l10n/material_zh.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_zh.arb rename to packages/material_ui/lib/src/l10n/material_zh.arb diff --git a/packages/material_ui/lib/l10n/material_zh_HK.arb b/packages/material_ui/lib/src/l10n/material_zh_HK.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_zh_HK.arb rename to packages/material_ui/lib/src/l10n/material_zh_HK.arb diff --git a/packages/material_ui/lib/l10n/material_zh_TW.arb b/packages/material_ui/lib/src/l10n/material_zh_TW.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_zh_TW.arb rename to packages/material_ui/lib/src/l10n/material_zh_TW.arb diff --git a/packages/material_ui/lib/l10n/material_zu.arb b/packages/material_ui/lib/src/l10n/material_zu.arb similarity index 100% rename from packages/material_ui/lib/l10n/material_zu.arb rename to packages/material_ui/lib/src/l10n/material_zu.arb diff --git a/packages/material_ui/script/l10n/bin/gen_localizations.dart b/packages/material_ui/script/l10n/bin/gen_localizations.dart index 87ae8d862934..7fd1205f68b7 100644 --- a/packages/material_ui/script/l10n/bin/gen_localizations.dart +++ b/packages/material_ui/script/l10n/bin/gen_localizations.dart @@ -545,8 +545,8 @@ void main(List rawArgs) { // is the 2nd command line argument, lc is a language code and cc is the country // code. In most cases both codes are just two characters. - final materialDirectory = Directory(path.join('packages', 'material_ui', 'lib', 'l10n')); - final cupertinoDirectory = Directory(path.join('packages', 'cupertino_ui', 'lib', 'l10n')); + final materialDirectory = Directory(path.join('packages', 'material_ui', 'lib', 'src', 'l10n')); + final cupertinoDirectory = Directory(path.join('packages', 'cupertino_ui', 'lib', 'src', 'l10n')); final materialFilenameRE = RegExp(r'material_(\w+)\.arb$'); final cupertinoFilenameRE = RegExp(r'cupertino_(\w+)\.arb$'); diff --git a/packages/material_ui/script/l10n/bin/gen_missing_localizations.dart b/packages/material_ui/script/l10n/bin/gen_missing_localizations.dart old mode 100644 new mode 100755 index b93fae52017f..9ce5e1d06ac9 --- a/packages/material_ui/script/l10n/bin/gen_missing_localizations.dart +++ b/packages/material_ui/script/l10n/bin/gen_missing_localizations.dart @@ -34,12 +34,12 @@ Future main(List rawArgs) async { checkCwdIsRepoRoot('gen_missing_localizations'); updateMissingResources( - path.join('packages', 'material_ui', 'lib', 'l10n'), + path.join('packages', 'material_ui', 'lib', 'src', 'l10n'), 'material', removeUndefined: removeUndefined, ); updateMissingResources( - path.join('packages', 'cupertino_ui', 'lib', 'l10n'), + path.join('packages', 'cupertino_ui', 'lib', 'src', 'l10n'), 'cupertino', removeUndefined: removeUndefined, ); diff --git a/packages/material_ui/test/l10n/translations_test.dart b/packages/material_ui/test/l10n/translations_test.dart index 270678016993..9c28e9d3228c 100644 --- a/packages/material_ui/test/l10n/translations_test.dart +++ b/packages/material_ui/test/l10n/translations_test.dart @@ -529,7 +529,7 @@ void main() { // Regression test for https://github.com/flutter/flutter/issues/36704. testWidgets('kn arb file should be properly Unicode escaped', (WidgetTester tester) async { - final file = File(path.join(rootDirectoryPath, 'lib', 'l10n', 'material_kn.arb')); + final file = File(path.join(rootDirectoryPath, 'lib', 'src', 'l10n', 'material_kn.arb')); final bundle = json.decode(file.readAsStringSync()) as Map; From abe8f5b66b65be98a61f09009bac26f0d39ba955 Mon Sep 17 00:00:00 2001 From: Justin McCandless Date: Wed, 8 Jul 2026 08:58:55 -0700 Subject: [PATCH 314/327] Analyzer --- .../src/global_cupertino_localizations.dart | 31 +++++++------------ packages/cupertino_ui/pubspec.yaml | 2 -- .../cupertino_ui/test/l10n/test_utils.dart | 1 - .../src/global_material_localizations.dart | 31 +++++++------------ .../l10n/bin/gen_missing_localizations.dart | 10 ++++-- .../script/l10n/localizations_utils.dart | 2 +- 6 files changed, 31 insertions(+), 46 deletions(-) diff --git a/packages/cupertino_ui/lib/src/global_cupertino_localizations.dart b/packages/cupertino_ui/lib/src/global_cupertino_localizations.dart index c299308ef595..b2b9f9c9997e 100644 --- a/packages/cupertino_ui/lib/src/global_cupertino_localizations.dart +++ b/packages/cupertino_ui/lib/src/global_cupertino_localizations.dart @@ -62,26 +62,17 @@ abstract class GlobalCupertinoLocalizations implements CupertinoLocalizations { /// The remaining '*Format' arguments uses the intl package to provide /// [DateFormat] configurations for the `localeName`. const GlobalCupertinoLocalizations({ - required String localeName, - required intl.DateFormat fullYearFormat, - required intl.DateFormat dayFormat, - required intl.DateFormat weekdayFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat singleDigitHourFormat, - required intl.DateFormat singleDigitMinuteFormat, - required intl.DateFormat doubleDigitMinuteFormat, - required intl.DateFormat singleDigitSecondFormat, - required intl.NumberFormat decimalFormat, - }) : _localeName = localeName, - _fullYearFormat = fullYearFormat, - _dayFormat = dayFormat, - _weekdayFormat = weekdayFormat, - _mediumDateFormat = mediumDateFormat, - _singleDigitHourFormat = singleDigitHourFormat, - _singleDigitMinuteFormat = singleDigitMinuteFormat, - _doubleDigitMinuteFormat = doubleDigitMinuteFormat, - _singleDigitSecondFormat = singleDigitSecondFormat, - _decimalFormat = decimalFormat; + required this._localeName, + required this._fullYearFormat, + required this._dayFormat, + required this._weekdayFormat, + required this._mediumDateFormat, + required this._singleDigitHourFormat, + required this._singleDigitMinuteFormat, + required this._doubleDigitMinuteFormat, + required this._singleDigitSecondFormat, + required this._decimalFormat, + }); final String _localeName; final intl.DateFormat _fullYearFormat; diff --git a/packages/cupertino_ui/pubspec.yaml b/packages/cupertino_ui/pubspec.yaml index 99512a764ad1..b125172de4ca 100644 --- a/packages/cupertino_ui/pubspec.yaml +++ b/packages/cupertino_ui/pubspec.yaml @@ -24,8 +24,6 @@ dev_dependencies: clock: ^1.1.2 flutter_goldens: path: ../../script/flutter_goldens - flutter_localizations: - sdk: flutter flutter_test: sdk: flutter # To track memory leaks. diff --git a/packages/cupertino_ui/test/l10n/test_utils.dart b/packages/cupertino_ui/test/l10n/test_utils.dart index 3854be8d16aa..fd067f054c58 100644 --- a/packages/cupertino_ui/test/l10n/test_utils.dart +++ b/packages/cupertino_ui/test/l10n/test_utils.dart @@ -29,4 +29,3 @@ String generateArbString(Map bundle) { contents.writeln('}'); return contents.toString(); } - diff --git a/packages/material_ui/lib/src/global_material_localizations.dart b/packages/material_ui/lib/src/global_material_localizations.dart index 7afb1949b76b..fd4cb8037332 100644 --- a/packages/material_ui/lib/src/global_material_localizations.dart +++ b/packages/material_ui/lib/src/global_material_localizations.dart @@ -97,26 +97,17 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations { /// The [narrowWeekdays] and [firstDayOfWeekIndex] properties use the values /// from the [intl.DateFormat] used by [formatFullDate]. const GlobalMaterialLocalizations({ - required String localeName, - required intl.DateFormat fullYearFormat, - required intl.DateFormat compactDateFormat, - required intl.DateFormat shortDateFormat, - required intl.DateFormat mediumDateFormat, - required intl.DateFormat longDateFormat, - required intl.DateFormat yearMonthFormat, - required intl.DateFormat shortMonthDayFormat, - required intl.NumberFormat decimalFormat, - required intl.NumberFormat twoDigitZeroPaddedFormat, - }) : _localeName = localeName, - _fullYearFormat = fullYearFormat, - _compactDateFormat = compactDateFormat, - _shortDateFormat = shortDateFormat, - _mediumDateFormat = mediumDateFormat, - _longDateFormat = longDateFormat, - _yearMonthFormat = yearMonthFormat, - _shortMonthDayFormat = shortMonthDayFormat, - _decimalFormat = decimalFormat, - _twoDigitZeroPaddedFormat = twoDigitZeroPaddedFormat; + required this._localeName, + required this._fullYearFormat, + required this._compactDateFormat, + required this._shortDateFormat, + required this._mediumDateFormat, + required this._longDateFormat, + required this._yearMonthFormat, + required this._shortMonthDayFormat, + required this._decimalFormat, + required this._twoDigitZeroPaddedFormat, + }); final String _localeName; final intl.DateFormat _fullYearFormat; diff --git a/packages/material_ui/script/l10n/bin/gen_missing_localizations.dart b/packages/material_ui/script/l10n/bin/gen_missing_localizations.dart index 9ce5e1d06ac9..92b51fe882a1 100755 --- a/packages/material_ui/script/l10n/bin/gen_missing_localizations.dart +++ b/packages/material_ui/script/l10n/bin/gen_missing_localizations.dart @@ -140,7 +140,10 @@ void updateMissingResources( return found; }); if (shouldWrite) { - print('Updating $entityPath by removing extra entries for $extraResources'); + // ignore: avoid_print + print( + 'Updating $entityPath by removing extra entries for $extraResources', + ); } } @@ -160,7 +163,10 @@ void updateMissingResources( ), ); shouldWrite = true; - print('Updating $entityPath with missing entries for $missingResources'); + // ignore: avoid_print + print( + 'Updating $entityPath with missing entries for $missingResources', + ); } if (shouldWrite) { writeBundle(arbFile, localeBundle); diff --git a/packages/material_ui/script/l10n/localizations_utils.dart b/packages/material_ui/script/l10n/localizations_utils.dart index e80075cbb2e7..653a4429e5c0 100644 --- a/packages/material_ui/script/l10n/localizations_utils.dart +++ b/packages/material_ui/script/l10n/localizations_utils.dart @@ -284,7 +284,7 @@ Map> _parseSection(String section) { } final int colon = line.indexOf(':'); if (colon <= 0) { - throw 'not sure how to deal with "$line"'; + throw ArgumentError('not sure how to deal with "$line"'); } final String name = line.substring(0, colon); final String value = line.substring(colon + 2); From 126e7c4072b98418e79a4d5fae3ba9858b9b2714 Mon Sep 17 00:00:00 2001 From: Justin McCandless Date: Wed, 8 Jul 2026 13:09:42 -0700 Subject: [PATCH 315/327] 3.44.0 uses meta 1.18.0 --- packages/material_ui/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/material_ui/pubspec.yaml b/packages/material_ui/pubspec.yaml index d3880218e6d2..2ebf92f61859 100644 --- a/packages/material_ui/pubspec.yaml +++ b/packages/material_ui/pubspec.yaml @@ -36,7 +36,7 @@ dev_dependencies: sdk: flutter # To track memory leaks. leak_tracker_flutter_testing: ^3.0.10 - meta: ^1.18.3 + meta: ^1.18.0 path: ^1.9.1 platform: ^3.1.6 From 00c4772e6f5ac6863e051d5a52025ec1e75d56b3 Mon Sep 17 00:00:00 2001 From: Justin McCandless Date: Wed, 8 Jul 2026 13:40:24 -0700 Subject: [PATCH 316/327] Updated l10n readmes --- packages/cupertino_ui/lib/src/l10n/README.md | 132 +++++++++++++++++- packages/material_ui/lib/src/l10n/README.md | 52 +++---- .../script/l10n/bin/gen_localizations.dart | 3 +- 3 files changed, 156 insertions(+), 31 deletions(-) diff --git a/packages/cupertino_ui/lib/src/l10n/README.md b/packages/cupertino_ui/lib/src/l10n/README.md index f7925b35a229..144b50f59d36 100644 --- a/packages/cupertino_ui/lib/src/l10n/README.md +++ b/packages/cupertino_ui/lib/src/l10n/README.md @@ -120,6 +120,125 @@ When defining new resources that handle pluralizations, the "One" and the "Other" forms must, at minimum, always be defined in the source English ARB files. +### Adding a new string to localizations + +If you (someone contributing to the package) want to add a new string to the +`CupertinoLocalizations` object (e.g. because +you've added a new widget and it has a tooltip), follow these steps: + +1. #### For messages without parameters, add new getter + ``` + String get showMenuTooltip; + ``` + to the localizations class `CupertinoLocalizations`, + in [`packages/cupertino_ui/lib/src/cupertino_localizations.dart`](https://github.com/flutter/packages/blob/main/packages/cupertino_ui/lib/src/cupertino_localizations.dart); + + #### For messages with parameters, add new function + ``` + String aboutListTileTitle(String applicationName); + ``` + to the same localization class. + +2. Implement a default return value in `DefaultCupertinoLocalizations` in + the same file as in step 1. + + #### Messages without parameters: + ``` + @override + String get showMenuTooltip => 'Show menu'; + ``` + #### Messages with parameters: + ``` + @override + String aboutListTileTitle(String applicationName) => 'About $applicationName'; + ``` + For messages with parameters, do also add the function to `GlobalCupertinoLocalizations` in [`packages/flutter_localizations/lib/src/cupertino_localizations.dart`](https://github.com/flutter/flutter/blob/main/packages/flutter_localizations/lib/src/cupertino_localizations.dart), and add a raw getter as demonstrated below: + + ``` + /// The raw version of [aboutListTileTitle], with `$applicationName` verbatim + /// in the string. + @protected + String get aboutListTileTitleRaw; + + @override + String aboutListTileTitle(String applicationName) { + final String text = aboutListTileTitleRaw; + return text.replaceFirst(r'$applicationName', applicationName); + } + ``` + +3. Add a test to `test/localizations_test.dart` that verifies that + this new value is implemented. + +4. Update the .arb files. To add a new string to the .arb files, you must first + add it to the English translations (`lib/src/l10n/cupertino_en.arb`), + including a description. + + #### Messages without parameters: + ``` + "showMenuTooltip": "Show menu", + "@showMenuTooltip": { + "description": "The tooltip for the button that shows a popup menu." + }, + ``` + + #### Messages with parameters: + ``` + "aboutListTileTitle": "About $applicationName", + "@aboutListTileTitle": { + "description": "The default title for the drawer item that shows an about page for the application. The value of $applicationName is the name of the application, like GMail or Chrome.", + "parameters": "applicationName" + }, + ``` + + Then you need to add new entries for the string to all of the other + language locale files by running: + ``` + dart packages/material_ui/script/l10n/bin/gen_missing_localizations.dart + ``` + Which will copy the English strings into the other locales as placeholders + until they can be translated. + + Finally you need to re-generate + lib/src/l10n/generated_material_localizations.dart by running: + ``` + dart packages/material_ui/script/l10n/bin/gen_localizations.dart --overwrite + ``` + + If you got an error when running this command, [this issue](https://github.com/flutter/flutter/issues/104601) might be helpful. + + TL;DR: If you got the same type of errors as discussed in the issue, run this instead: + ``` + dart packages/material_ui/script/l10n/bin/gen_localizations.dart --overwrite --remove-undefined + ``` + +5. If you are a Google employee, you should then also follow the instructions + at `go/flutter-l10n`. If you're not, don't worry about it. + +### Updating an existing string + +If you or someone contributing to the Flutter framework wants to modify an +existing string in the CupertinoLocalizations objects, follow these steps: + +1. Modify the default value of the relevant getter(s) in + `DefaultCupertinoLocalizations` below. + +2. Update the .arb files. Modify the out-of-date English strings in + `lib/scr/l10n/cupertino_en.arb`. + + You also need to re-generate `lib/src/l10n/localizations.dart` by running: + ``` + dart packages/material_ui/script/l10n/bin/generated_material_localizations.dart --overwrite + ``` + + This script may result in your updated getters being created in newer + locales and set to the old value of the strings. This is to be expected. + Leave them as they were generated, and they will be picked up for + translation. + +3. If you are a Google employee, you should then also follow the instructions + at `go/flutter-l10n`. If you're not, don't worry about it. + ### 'generated\_\*\_localizations.dart': all of the localizations All of the localizations are combined in a single file per library @@ -128,13 +247,13 @@ using the gen_localizations script. You can see what that script would generate by running: ```dart -dart dev/tools/localization/bin/gen_localizations.dart +dart packages/material_ui/script/l10n/bin/gen_localizations.dart ``` Actually update the generated files with: ```dart -dart dev/tools/localization/bin/gen_localizations.dart --overwrite +dart packages/material_ui/script/l10n/bin/gen_localizations.dart --overwrite ``` The gen_localizations script just combines the contents of all of the @@ -158,9 +277,9 @@ https://github.com/flutter/flutter/issues/36704. Rather than risking developers' editor sessions, the strings in these arb files (and the code generated for them) have been encoded using the appropriate escapes for JSON and Dart. The JSON format arb files were rewritten with -dev/tools/localization/bin/encode_kn_arb_files.dart. The localizations code +packages/material_ui/script/l10n/bin/encode_kn_arb_files.dart. The localizations code generator uses generateEncodedString() -from dev/tools/localization/localizations_utils.dart. +from packages/material_ui/script/l10n/localizations_utils.dart. ### Translations Status, Reporting Errors @@ -184,3 +303,8 @@ of messages, format strings, and other values. The Dart [intl](https://pub.dev/packages/intl) package supports internationalization. + +The [flutter_localizations +package](https://github.com/flutter/flutter/tree/master/packages/flutter_localizations), +which contains the localizations for the core framework and is where these +Cupertino localizations were originally located. diff --git a/packages/material_ui/lib/src/l10n/README.md b/packages/material_ui/lib/src/l10n/README.md index 70106f4adfcd..6aa722888d81 100644 --- a/packages/material_ui/lib/src/l10n/README.md +++ b/packages/material_ui/lib/src/l10n/README.md @@ -153,7 +153,7 @@ you've added a new widget and it has a tooltip), follow these steps: String get showMenuTooltip; ``` to the localizations class `MaterialLocalizations`, - in [`packages/flutter/lib/src/material/material_localizations.dart`](https://github.com/flutter/flutter/blob/main/packages/flutter/lib/src/material/material_localizations.dart); + in [`packages/material_ui/lib/src/material_localizations.dart`](https://github.com/flutter/packages/blob/main/packages/material_ui/lib/src/material_localizations.dart); #### For messages with parameters, add new function ``` @@ -189,12 +189,12 @@ you've added a new widget and it has a tooltip), follow these steps: } ``` -3. Add a test to `test/material/localizations_test.dart` that verifies that +3. Add a test to `test/localizations_test.dart` that verifies that this new value is implemented. -4. Update the `flutter_localizations` package. To add a new string to the - `flutter_localizations` package, you must first add it to the English - translations (`lib/src/l10n/material_en.arb`), including a description. +4. Update the .arb files. To add a new string to the .arb files, you must first + add it to the English translations (`lib/src/l10n/material_en.arb`), + including a description. #### Messages without parameters: ``` @@ -216,26 +216,24 @@ you've added a new widget and it has a tooltip), follow these steps: Then you need to add new entries for the string to all of the other language locale files by running: ``` - dart dev/tools/localization/bin/gen_missing_localizations.dart + dart packages/material_ui/script/l10n/bin/gen_missing_localizations.dart ``` Which will copy the English strings into the other locales as placeholders until they can be translated. - Finally you need to re-generate lib/src/l10n/localizations.dart by running: + Finally you need to re-generate + lib/src/l10n/generated_material_localizations.dart by running: ``` - dart dev/tools/localization/bin/gen_localizations.dart --overwrite + dart packages/material_ui/script/l10n/bin/gen_localizations.dart --overwrite ``` If you got an error when running this command, [this issue](https://github.com/flutter/flutter/issues/104601) might be helpful. TL;DR: If you got the same type of errors as discussed in the issue, run this instead: ``` - dart dev/tools/localization/bin/gen_localizations.dart --overwrite --remove-undefined + dart packages/material_ui/script/l10n/bin/gen_localizations.dart --overwrite --remove-undefined ``` - There is a [localization README](./lib/src/l10n/README.md) file with further - information in the `lib/src/l10n/` directory. - 5. If you are a Google employee, you should then also follow the instructions at `go/flutter-l10n`. If you're not, don't worry about it. @@ -247,12 +245,12 @@ existing string in the MaterialLocalizations objects, follow these steps: 1. Modify the default value of the relevant getter(s) in `DefaultMaterialLocalizations` below. -2. Update the `flutter_localizations` package. Modify the out-of-date English - strings in `lib/l10n/material_en.arb`. +2. Update the .arb files. Modify the out-of-date English strings in + `lib/scr/l10n/material_en.arb`. - You also need to re-generate `lib/l10n/localizations.dart` by running: + You also need to re-generate `lib/src/l10n/localizations.dart` by running: ``` - dart dev/tools/localization/bin/gen_localizations.dart --overwrite + dart packages/material_ui/script/l10n/bin/generated_material_localizations.dart --overwrite ``` This script may result in your updated getters being created in newer @@ -260,31 +258,28 @@ existing string in the MaterialLocalizations objects, follow these steps: Leave them as they were generated, and they will be picked up for translation. - There is a [localization README](./lib/src/l10n/README.md) file with further - information in the `lib/src/l10n/` directory. - 3. If you are a Google employee, you should then also follow the instructions at `go/flutter-l10n`. If you're not, don't worry about it. #### 'generated\_\*\_localizations.dart': all of the localizations -All of the localizations are combined in a single file per library -using the gen_localizations script. +All of the localizations are combined in a single file +(generated_material_localizations.dart) using the gen_localizations script. You can see what that script would generate by running: ```dart -dart dev/tools/localization/bin/gen_localizations.dart +dart packages/material_ui/script/l10n/bin/gen_localizations.dart ``` Actually update the generated files with: ```dart -dart dev/tools/localization/bin/gen_localizations.dart --overwrite +dart packages/material_ui/script/l10n/bin/gen_localizations.dart --overwrite ``` The gen_localizations script just combines the contents of all of the -.arb files, each into a class which extends `Global*Localizations`. +.arb files, each into a class which extends `GlobalMaterialLocalizations`. The `MaterialLocalizations` class implementation uses these to lookup localized resource values. @@ -304,9 +299,9 @@ https://github.com/flutter/flutter/issues/36704. Rather than risking developers' editor sessions, the strings in these arb files (and the code generated for them) have been encoded using the appropriate escapes for JSON and Dart. The JSON format arb files were rewritten with -dev/tools/localization/bin/encode_kn_arb_files.dart. The localizations code +packages/material_ui/script/l10n/bin/encode_kn_arb_files.dart. The localizations code generator uses generateEncodedString() -from dev/tools/localization/localizations_utils.dart. +from packages/material_ui/script/l10n//localizations_utils.dart. ### Support for Pashto (ps) translations @@ -343,3 +338,8 @@ of messages, format strings, and other values. The Dart [intl](https://pub.dev/packages/intl) package supports internationalization. + +The [flutter_localizations +package](https://github.com/flutter/flutter/tree/master/packages/flutter_localizations), +which contains the localizations for the core framework and is where these +Material localizations were originally located. diff --git a/packages/material_ui/script/l10n/bin/gen_localizations.dart b/packages/material_ui/script/l10n/bin/gen_localizations.dart index 7fd1205f68b7..1a55c9f218c5 100644 --- a/packages/material_ui/script/l10n/bin/gen_localizations.dart +++ b/packages/material_ui/script/l10n/bin/gen_localizations.dart @@ -7,7 +7,8 @@ // returned value is a generated instance of a GlobalMaterialLocalizations or // GlobalCupertinoLocalizations object that corresponds to a single locale. // -// The *.arb files are in packages/material_ui/lib/l10n and packages/cupertino_ui/lib/l10n. +// The *.arb files are in packages/material_ui/lib/l10n and +// packages/cupertino_ui/lib/l10n. // // The arb (JSON) format files must contain a single map indexed by locale. // Each map value is itself a map with resource identifier keys and localized From 41fbf703669f5d87d1f06428763ce6cf564da76b Mon Sep 17 00:00:00 2001 From: Justin McCandless Date: Thu, 9 Jul 2026 10:34:45 -0700 Subject: [PATCH 317/327] Fix failing l10n tests The problem was that I copied in a newer change (https://github.com/flutter/flutter/pull/188473) when I copied in the localizations stuff. So I got the test changes from that PR, but not the code change to make the tests pass. In the future, this PR will come in when we upgrade the SDK for material_ui and cupertino_ui. --- .../test/l10n/date_picker_test.dart | 2 +- .../material_ui/test/l10n/date_time_test.dart | 21 ------------------- 2 files changed, 1 insertion(+), 22 deletions(-) diff --git a/packages/material_ui/test/l10n/date_picker_test.dart b/packages/material_ui/test/l10n/date_picker_test.dart index 6b6d8fce093f..87d3dcb5eaff 100644 --- a/packages/material_ui/test/l10n/date_picker_test.dart +++ b/packages/material_ui/test/l10n/date_picker_test.dart @@ -45,7 +45,7 @@ void main() { 'textDirection': TextDirection.rtl, 'expectedDaysOfWeek': ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], 'expectedDaysOfMonth': List.generate(30, (int i) => arabicNumbers.format(i + 1)), - 'expectedMonthYearHeader': 'سبتمبر ٢٠١٧', + 'expectedMonthYearHeader': 'سبتمبر 2017', }, }; diff --git a/packages/material_ui/test/l10n/date_time_test.dart b/packages/material_ui/test/l10n/date_time_test.dart index 0b6e0ea5e614..9d6bc88e1b69 100644 --- a/packages/material_ui/test/l10n/date_time_test.dart +++ b/packages/material_ui/test/l10n/date_time_test.dart @@ -361,27 +361,6 @@ void main() { expect(dateFormat.locale, 'ga'); expect(dateFormat.format(DateTime(2023, 4, 10, 2, 32)), equals('10 Aib 2023')); }); - - // Regression test for https://github.com/flutter/flutter/issues/187767. - testWidgets('ar is initialized correctly when DateFormat is used', (WidgetTester tester) async { - late DateFormat dateFormat; - - await tester.pumpWidget( - MaterialApp( - locale: const Locale('ar'), - localizationsDelegates: GlobalMaterialLocalizations.delegates, - home: Builder( - builder: (BuildContext context) { - dateFormat = DateFormat.jm('ar'); - return Container(); - }, - ), - ), - ); - - expect(dateFormat.locale, 'ar'); - expect(dateFormat.format(DateTime(2026, 1, 1, 20, 30)), equals('٨:٣٠ م')); - }); } enum DateType { year, medium, full, monthYear } From ef50430d208e20911774f5a38ef9b52087dd61d6 Mon Sep 17 00:00:00 2001 From: Justin McCandless Date: Thu, 9 Jul 2026 13:15:25 -0700 Subject: [PATCH 318/327] Formatting --- .../script/l10n/bin/gen_missing_localizations.dart | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/packages/material_ui/script/l10n/bin/gen_missing_localizations.dart b/packages/material_ui/script/l10n/bin/gen_missing_localizations.dart index 92b51fe882a1..ebf229354862 100755 --- a/packages/material_ui/script/l10n/bin/gen_missing_localizations.dart +++ b/packages/material_ui/script/l10n/bin/gen_missing_localizations.dart @@ -140,10 +140,8 @@ void updateMissingResources( return found; }); if (shouldWrite) { - // ignore: avoid_print - print( - 'Updating $entityPath by removing extra entries for $extraResources', - ); + // ignore: avoid_print + print('Updating $entityPath by removing extra entries for $extraResources'); } } @@ -164,9 +162,7 @@ void updateMissingResources( ); shouldWrite = true; // ignore: avoid_print - print( - 'Updating $entityPath with missing entries for $missingResources', - ); + print('Updating $entityPath with missing entries for $missingResources'); } if (shouldWrite) { writeBundle(arbFile, localeBundle); From d3eaebdfeb44b73db487c99b6630bf0ae26d5366 Mon Sep 17 00:00:00 2001 From: Justin McCandless Date: Thu, 9 Jul 2026 13:34:47 -0700 Subject: [PATCH 319/327] Fix path for cupertino localization test --- packages/cupertino_ui/test/l10n/translations_test.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/cupertino_ui/test/l10n/translations_test.dart b/packages/cupertino_ui/test/l10n/translations_test.dart index 2a9a2cf8ecd1..4dd0ec0405d9 100644 --- a/packages/cupertino_ui/test/l10n/translations_test.dart +++ b/packages/cupertino_ui/test/l10n/translations_test.dart @@ -160,10 +160,10 @@ void main() { WidgetTester tester, ) async { final nbCupertinoArbFile = File( - path.join(rootDirectoryPath, 'lib', 'l10n', 'cupertino_nb.arb'), + path.join(rootDirectoryPath, 'lib', 'src', 'l10n', 'cupertino_nb.arb'), ); final noCupertinoArbFile = File( - path.join(rootDirectoryPath, 'lib', 'l10n', 'cupertino_no.arb'), + path.join(rootDirectoryPath, 'lib', 'src', 'l10n', 'cupertino_no.arb'), ); if (noCupertinoArbFile.existsSync() && !nbCupertinoArbFile.existsSync()) { From c8472882bb002e242982b8e74395f4b76e5d8784 Mon Sep 17 00:00:00 2001 From: Justin McCandless Date: Thu, 9 Jul 2026 14:19:49 -0700 Subject: [PATCH 320/327] Duh, no File on web --- packages/cupertino_ui/test/l10n/translations_test.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/cupertino_ui/test/l10n/translations_test.dart b/packages/cupertino_ui/test/l10n/translations_test.dart index 4dd0ec0405d9..bcb599c9304f 100644 --- a/packages/cupertino_ui/test/l10n/translations_test.dart +++ b/packages/cupertino_ui/test/l10n/translations_test.dart @@ -186,7 +186,7 @@ void main() { expect(localizations.copyButtonLabel, copyButtonLabelNo); expect(localizations.cutButtonLabel, cutButtonLabelNo); } - }); + }, skip: isBrowser); // No file i/o on web. // Regression test for https://github.com/flutter/flutter/issues/36704. testWidgets('kn arb file should be properly Unicode escaped', (WidgetTester tester) async { @@ -211,7 +211,7 @@ void main() { } else { expect(file.readAsStringSync(), encodedArbFile); } - }); + }, skip: isBrowser); // No file i/o on web. // Regression test for https://github.com/flutter/flutter/issues/110451. testWidgets('Finnish translation for tab label', (WidgetTester tester) async { From ffc60e2c94e0bf26a8061737e74a263c68a6d427 Mon Sep 17 00:00:00 2001 From: Justin McCandless Date: Thu, 9 Jul 2026 15:06:29 -0700 Subject: [PATCH 321/327] Code review --- packages/cupertino_ui/lib/src/l10n/README.md | 14 +++++++------- .../l10n/generated_cupertino_localizations.dart | 4 ++-- packages/cupertino_ui/pubspec.yaml | 2 +- packages/material_ui/lib/src/l10n/README.md | 4 ++-- .../src/l10n/generated_material_localizations.dart | 4 ++-- packages/material_ui/pubspec.yaml | 2 +- .../script/l10n/bin/gen_localizations.dart | 2 +- .../script/l10n/gen_cupertino_localizations.dart | 8 ++++---- .../script/l10n/gen_material_localizations.dart | 10 ++++++---- 9 files changed, 26 insertions(+), 24 deletions(-) diff --git a/packages/cupertino_ui/lib/src/l10n/README.md b/packages/cupertino_ui/lib/src/l10n/README.md index 144b50f59d36..5f931f53edbf 100644 --- a/packages/cupertino_ui/lib/src/l10n/README.md +++ b/packages/cupertino_ui/lib/src/l10n/README.md @@ -131,7 +131,7 @@ you've added a new widget and it has a tooltip), follow these steps: String get showMenuTooltip; ``` to the localizations class `CupertinoLocalizations`, - in [`packages/cupertino_ui/lib/src/cupertino_localizations.dart`](https://github.com/flutter/packages/blob/main/packages/cupertino_ui/lib/src/cupertino_localizations.dart); + in [`packages/cupertino_ui/lib/src/localizations.dart`](https://github.com/flutter/packages/blob/main/packages/cupertino_ui/lib/src/localizations.dart); #### For messages with parameters, add new function ``` @@ -152,7 +152,7 @@ you've added a new widget and it has a tooltip), follow these steps: @override String aboutListTileTitle(String applicationName) => 'About $applicationName'; ``` - For messages with parameters, do also add the function to `GlobalCupertinoLocalizations` in [`packages/flutter_localizations/lib/src/cupertino_localizations.dart`](https://github.com/flutter/flutter/blob/main/packages/flutter_localizations/lib/src/cupertino_localizations.dart), and add a raw getter as demonstrated below: + For messages with parameters, do also add the function to `GlobalCupertinoLocalizations` in [`packages/cupertino_ui/lib/src/global_cupertino_localizations.dart`](https://github.com/flutter/packages/blob/main/packages/cupertino_ui/lib/src/global_cupertino_localizations.dart), and add a raw getter as demonstrated below: ``` /// The raw version of [aboutListTileTitle], with `$applicationName` verbatim @@ -200,7 +200,7 @@ you've added a new widget and it has a tooltip), follow these steps: until they can be translated. Finally you need to re-generate - lib/src/l10n/generated_material_localizations.dart by running: + lib/src/l10n/generated_cupertino_localizations.dart by running: ``` dart packages/material_ui/script/l10n/bin/gen_localizations.dart --overwrite ``` @@ -224,11 +224,11 @@ existing string in the CupertinoLocalizations objects, follow these steps: `DefaultCupertinoLocalizations` below. 2. Update the .arb files. Modify the out-of-date English strings in - `lib/scr/l10n/cupertino_en.arb`. + `lib/src/l10n/cupertino_en.arb`. - You also need to re-generate `lib/src/l10n/localizations.dart` by running: + You also need to re-generate `lib/src/l10n/generated_material_localizations.dart` by running: ``` - dart packages/material_ui/script/l10n/bin/generated_material_localizations.dart --overwrite + dart packages/material_ui/script/l10n/bin/gen_localizations.dart --overwrite ``` This script may result in your updated getters being created in newer @@ -257,7 +257,7 @@ dart packages/material_ui/script/l10n/bin/gen_localizations.dart --overwrite ``` The gen_localizations script just combines the contents of all of the -.arb files, each into a class which extends `Global*Localizations`. +.arb files, each into a class which extends `GlobalCupertinoLocalizations`. The `CupertinoLocalizations` class implementation uses these to lookup localized resource values. diff --git a/packages/cupertino_ui/lib/src/l10n/generated_cupertino_localizations.dart b/packages/cupertino_ui/lib/src/l10n/generated_cupertino_localizations.dart index 9b4e82000db9..9cc726ab29ab 100644 --- a/packages/cupertino_ui/lib/src/l10n/generated_cupertino_localizations.dart +++ b/packages/cupertino_ui/lib/src/l10n/generated_cupertino_localizations.dart @@ -4,7 +4,7 @@ // This file has been automatically generated. Please do not edit it manually. // To regenerate the file, use: -// dart dev/tools/localization/bin/gen_localizations.dart --overwrite +// dart packages/material_ui/script/l10n/bin/gen_localizations.dart --overwrite import 'dart:collection'; @@ -18,7 +18,7 @@ import '../global_cupertino_localizations.dart'; // // These classes are constructed by the [getCupertinoTranslation] method at the // bottom of this file, and used by the [_GlobalCupertinoLocalizationsDelegate.load] -// method defined in `cupertino_ui/lib/src/cupertino_localizations.dart`. +// method defined in `cupertino_ui/lib/src/global_cupertino_localizations.dart`. // TODO(goderbauer): Extend the generator to properly format the output. // dart format off diff --git a/packages/cupertino_ui/pubspec.yaml b/packages/cupertino_ui/pubspec.yaml index b125172de4ca..6159a65c0f86 100644 --- a/packages/cupertino_ui/pubspec.yaml +++ b/packages/cupertino_ui/pubspec.yaml @@ -18,7 +18,7 @@ dependencies: sdk: flutter flutter_localizations: sdk: flutter - intl: any + intl: ^0.20.2 dev_dependencies: clock: ^1.1.2 diff --git a/packages/material_ui/lib/src/l10n/README.md b/packages/material_ui/lib/src/l10n/README.md index 6aa722888d81..158fefe38a46 100644 --- a/packages/material_ui/lib/src/l10n/README.md +++ b/packages/material_ui/lib/src/l10n/README.md @@ -174,7 +174,7 @@ you've added a new widget and it has a tooltip), follow these steps: @override String aboutListTileTitle(String applicationName) => 'About $applicationName'; ``` - For messages with parameters, do also add the function to `GlobalMaterialLocalizations` in [`packages/flutter_localizations/lib/src/material_localizations.dart`](https://github.com/flutter/flutter/blob/main/packages/flutter_localizations/lib/src/material_localizations.dart), and add a raw getter as demonstrated below: + For messages with parameters, do also add the function to `GlobalMaterialLocalizations` in [`packages/material_ui/lib/src/global_material_localizations.dart`](https://github.com/flutter/packages/blob/main/packages/material_ui/lib/src/global_material_localizations.dart), and add a raw getter as demonstrated below: ``` /// The raw version of [aboutListTileTitle], with `$applicationName` verbatim @@ -246,7 +246,7 @@ existing string in the MaterialLocalizations objects, follow these steps: `DefaultMaterialLocalizations` below. 2. Update the .arb files. Modify the out-of-date English strings in - `lib/scr/l10n/material_en.arb`. + `lib/src/l10n/material_en.arb`. You also need to re-generate `lib/src/l10n/localizations.dart` by running: ``` diff --git a/packages/material_ui/lib/src/l10n/generated_material_localizations.dart b/packages/material_ui/lib/src/l10n/generated_material_localizations.dart index 7023a41101b0..34e6c2925896 100644 --- a/packages/material_ui/lib/src/l10n/generated_material_localizations.dart +++ b/packages/material_ui/lib/src/l10n/generated_material_localizations.dart @@ -4,7 +4,7 @@ // This file has been automatically generated. Please do not edit it manually. // To regenerate the file, use: -// dart dev/tools/localization/bin/gen_localizations.dart --overwrite +// dart packages/material_ui/script/l10n/bin/gen_localizations.dart --overwrite import 'dart:collection'; @@ -20,7 +20,7 @@ import '../typography.dart'; // // These classes are constructed by the [getMaterialTranslation] method at the // bottom of this file, and used by the [_MaterialLocalizationsDelegate.load] -// method defined in `material_ui/lib/src/material_localizations.dart`. +// method defined in `material_ui/lib/src/global_material_localizations.dart`. // TODO(goderbauer): Extend the generator to properly format the output. // dart format off diff --git a/packages/material_ui/pubspec.yaml b/packages/material_ui/pubspec.yaml index 2ebf92f61859..a07d8900820c 100644 --- a/packages/material_ui/pubspec.yaml +++ b/packages/material_ui/pubspec.yaml @@ -23,7 +23,7 @@ dependencies: # See https://github.com/flutter/flutter/issues/185017 flutter_localizations: sdk: flutter - intl: any + intl: ^0.20.2 material_color_utilities: 0.13.0 vector_math: ^2.2.0 diff --git a/packages/material_ui/script/l10n/bin/gen_localizations.dart b/packages/material_ui/script/l10n/bin/gen_localizations.dart index 1a55c9f218c5..a2dc010fb8be 100644 --- a/packages/material_ui/script/l10n/bin/gen_localizations.dart +++ b/packages/material_ui/script/l10n/bin/gen_localizations.dart @@ -84,7 +84,7 @@ String generateArbBasedLocalizationSubclasses({ generateConstructorForCountrySubClass ??= generateConstructor; final output = StringBuffer(); output.writeln( - generateHeader('dart dev/tools/localization/bin/gen_localizations.dart --overwrite'), + generateHeader('dart packages/material_ui/script/l10n/bin/gen_localizations.dart --overwrite'), ); final supportedLocales = StringBuffer(); diff --git a/packages/material_ui/script/l10n/gen_cupertino_localizations.dart b/packages/material_ui/script/l10n/gen_cupertino_localizations.dart index 529ae2bcd920..f4a814d45a6c 100644 --- a/packages/material_ui/script/l10n/gen_cupertino_localizations.dart +++ b/packages/material_ui/script/l10n/gen_cupertino_localizations.dart @@ -16,17 +16,17 @@ String generateCupertinoHeader(String regenerateInstructions) { import 'dart:collection'; -import 'package:flutter/cupertino.dart'; +import 'package:flutter/widgets.dart'; import 'package:intl/intl.dart' as intl; -import '../cupertino_localizations.dart'; +import '../global_cupertino_localizations.dart'; // The classes defined here encode all of the translations found in the -// `flutter_localizations/lib/src/l10n/*.arb` files. +// `cupertino_ui/lib/src/l10n/*.arb` files. // // These classes are constructed by the [getCupertinoTranslation] method at the // bottom of this file, and used by the [_GlobalCupertinoLocalizationsDelegate.load] -// method defined in `flutter_localizations/lib/src/cupertino_localizations.dart`. +// method defined in `packages/cupertino_ui/lib/src/global_cupertino_localizations.dart`. // TODO(goderbauer): Extend the generator to properly format the output. // dart format off'''; diff --git a/packages/material_ui/script/l10n/gen_material_localizations.dart b/packages/material_ui/script/l10n/gen_material_localizations.dart index b2250840b287..0e832b2e53da 100644 --- a/packages/material_ui/script/l10n/gen_material_localizations.dart +++ b/packages/material_ui/script/l10n/gen_material_localizations.dart @@ -16,17 +16,19 @@ String generateMaterialHeader(String regenerateInstructions) { import 'dart:collection'; -import 'package:material_ui/material_ui.dart'; +import 'package:flutter/widgets.dart'; import 'package:intl/intl.dart' as intl; -import '../material_localizations.dart'; +import '../global_material_localizations.dart'; +import '../time.dart'; +import '../typography.dart'; // The classes defined here encode all of the translations found in the -// `flutter_localizations/lib/src/l10n/*.arb` files. +// `material_ui/lib/src/l10n/*.arb` files. // // These classes are constructed by the [getMaterialTranslation] method at the // bottom of this file, and used by the [_MaterialLocalizationsDelegate.load] -// method defined in `flutter_localizations/lib/src/material_localizations.dart`. +// method defined in `material_ui/lib/src/global_material_localizations.dart`. // TODO(goderbauer): Extend the generator to properly format the output. // dart format off'''; From 3fb0be47bee82ddca85ec50cdcd656434623d1ac Mon Sep 17 00:00:00 2001 From: Justin McCandless Date: Thu, 9 Jul 2026 15:07:27 -0700 Subject: [PATCH 322/327] One more usage of File on web --- packages/material_ui/test/l10n/translations_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/material_ui/test/l10n/translations_test.dart b/packages/material_ui/test/l10n/translations_test.dart index 9c28e9d3228c..a89aa2961373 100644 --- a/packages/material_ui/test/l10n/translations_test.dart +++ b/packages/material_ui/test/l10n/translations_test.dart @@ -550,7 +550,7 @@ void main() { } else { expect(file.readAsStringSync(), encodedArbFile); } - }); + }, skip: isBrowser); // No file i/o on web. // Regression test for https://github.com/flutter/flutter/issues/110451. testWidgets('Finnish translation for tab label', (WidgetTester tester) async { From 3c223975516c80c7cd0d1ae2fc9486b5145cf3b7 Mon Sep 17 00:00:00 2001 From: Justin McCandless Date: Fri, 10 Jul 2026 10:24:01 -0700 Subject: [PATCH 323/327] Move l10n scripts to root script folder. --- packages/material_ui/lib/src/l10n/README.md | 4 ++-- script/l10n/README.md | 15 +++++++++++++++ .../l10n/bin/encode_kn_arb_files.dart | 0 .../l10n/bin/gen_localizations.dart | 0 .../l10n/bin/gen_missing_localizations.dart | 0 .../l10n/gen_cupertino_localizations.dart | 0 .../l10n/gen_material_localizations.dart | 0 .../l10n/language_subtag_registry.dart | 0 .../l10n/localizations_utils.dart | 0 .../l10n/localizations_validator.dart | 0 10 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 script/l10n/README.md rename {packages/material_ui/script => script}/l10n/bin/encode_kn_arb_files.dart (100%) rename {packages/material_ui/script => script}/l10n/bin/gen_localizations.dart (100%) rename {packages/material_ui/script => script}/l10n/bin/gen_missing_localizations.dart (100%) rename {packages/material_ui/script => script}/l10n/gen_cupertino_localizations.dart (100%) rename {packages/material_ui/script => script}/l10n/gen_material_localizations.dart (100%) rename {packages/material_ui/script => script}/l10n/language_subtag_registry.dart (100%) rename {packages/material_ui/script => script}/l10n/localizations_utils.dart (100%) rename {packages/material_ui/script => script}/l10n/localizations_validator.dart (100%) diff --git a/packages/material_ui/lib/src/l10n/README.md b/packages/material_ui/lib/src/l10n/README.md index 158fefe38a46..d092605f6041 100644 --- a/packages/material_ui/lib/src/l10n/README.md +++ b/packages/material_ui/lib/src/l10n/README.md @@ -216,7 +216,7 @@ you've added a new widget and it has a tooltip), follow these steps: Then you need to add new entries for the string to all of the other language locale files by running: ``` - dart packages/material_ui/script/l10n/bin/gen_missing_localizations.dart + dart script/l10n/bin/gen_missing_localizations.dart ``` Which will copy the English strings into the other locales as placeholders until they can be translated. @@ -224,7 +224,7 @@ you've added a new widget and it has a tooltip), follow these steps: Finally you need to re-generate lib/src/l10n/generated_material_localizations.dart by running: ``` - dart packages/material_ui/script/l10n/bin/gen_localizations.dart --overwrite + dart script/l10n/bin/gen_localizations.dart --overwrite ``` If you got an error when running this command, [this issue](https://github.com/flutter/flutter/issues/104601) might be helpful. diff --git a/script/l10n/README.md b/script/l10n/README.md new file mode 100644 index 000000000000..1d046f3ba010 --- /dev/null +++ b/script/l10n/README.md @@ -0,0 +1,15 @@ +# l10n scripts +This directory contains scripts for generating Dart localizations. Currently it +is only used by material_ui and cupertino_ui. + +Originally, this code was located in flutter/flutter at +[dev/tools/localization](https://github.com/flutter/flutter/tree/master/dev/tools/localization) +before Material and Cupertino were decoupled. That directory remains the place +for generating Widgets localizations. + +For instructions on how to use these scripts to generate localizations for +material_ui and cupertino_ui, see +[packages/material_ui/lib/src/l10n/README.md](https://github.com/flutter/packages/blob/main/packages/material_ui/lib/src/l10n/README.md) +and +[packages/cupertino_ui/lib/src/l10n/README.md](https://github.com/flutter/packages/blob/main/packages/cupertino_ui/lib/src/l10n/README.md), +respectively. diff --git a/packages/material_ui/script/l10n/bin/encode_kn_arb_files.dart b/script/l10n/bin/encode_kn_arb_files.dart similarity index 100% rename from packages/material_ui/script/l10n/bin/encode_kn_arb_files.dart rename to script/l10n/bin/encode_kn_arb_files.dart diff --git a/packages/material_ui/script/l10n/bin/gen_localizations.dart b/script/l10n/bin/gen_localizations.dart similarity index 100% rename from packages/material_ui/script/l10n/bin/gen_localizations.dart rename to script/l10n/bin/gen_localizations.dart diff --git a/packages/material_ui/script/l10n/bin/gen_missing_localizations.dart b/script/l10n/bin/gen_missing_localizations.dart similarity index 100% rename from packages/material_ui/script/l10n/bin/gen_missing_localizations.dart rename to script/l10n/bin/gen_missing_localizations.dart diff --git a/packages/material_ui/script/l10n/gen_cupertino_localizations.dart b/script/l10n/gen_cupertino_localizations.dart similarity index 100% rename from packages/material_ui/script/l10n/gen_cupertino_localizations.dart rename to script/l10n/gen_cupertino_localizations.dart diff --git a/packages/material_ui/script/l10n/gen_material_localizations.dart b/script/l10n/gen_material_localizations.dart similarity index 100% rename from packages/material_ui/script/l10n/gen_material_localizations.dart rename to script/l10n/gen_material_localizations.dart diff --git a/packages/material_ui/script/l10n/language_subtag_registry.dart b/script/l10n/language_subtag_registry.dart similarity index 100% rename from packages/material_ui/script/l10n/language_subtag_registry.dart rename to script/l10n/language_subtag_registry.dart diff --git a/packages/material_ui/script/l10n/localizations_utils.dart b/script/l10n/localizations_utils.dart similarity index 100% rename from packages/material_ui/script/l10n/localizations_utils.dart rename to script/l10n/localizations_utils.dart diff --git a/packages/material_ui/script/l10n/localizations_validator.dart b/script/l10n/localizations_validator.dart similarity index 100% rename from packages/material_ui/script/l10n/localizations_validator.dart rename to script/l10n/localizations_validator.dart From ab35a710ffaf3436a1082c436fb52ef0bd6bf690 Mon Sep 17 00:00:00 2001 From: Justin McCandless Date: Fri, 10 Jul 2026 10:45:00 -0700 Subject: [PATCH 324/327] l10n script regenerated as dart package to have its own deps --- script/l10n/.gitignore | 3 +++ script/l10n/bin/encode_kn_arb_files.dart | 4 ++-- script/l10n/bin/gen_missing_localizations.dart | 6 +++--- .../{ => lib}/gen_cupertino_localizations.dart | 0 .../{ => lib}/gen_material_localizations.dart | 0 script/l10n/lib/l10n.dart | 3 +++ .../l10n/{ => lib}/language_subtag_registry.dart | 0 script/l10n/{ => lib}/localizations_utils.dart | 0 .../l10n/{ => lib}/localizations_validator.dart | 0 script/l10n/pubspec.yaml | 16 ++++++++++++++++ script/l10n/test/l10n_test.dart | 8 ++++++++ 11 files changed, 35 insertions(+), 5 deletions(-) create mode 100644 script/l10n/.gitignore rename script/l10n/{ => lib}/gen_cupertino_localizations.dart (100%) rename script/l10n/{ => lib}/gen_material_localizations.dart (100%) create mode 100644 script/l10n/lib/l10n.dart rename script/l10n/{ => lib}/language_subtag_registry.dart (100%) rename script/l10n/{ => lib}/localizations_utils.dart (100%) rename script/l10n/{ => lib}/localizations_validator.dart (100%) create mode 100644 script/l10n/pubspec.yaml create mode 100644 script/l10n/test/l10n_test.dart diff --git a/script/l10n/.gitignore b/script/l10n/.gitignore new file mode 100644 index 000000000000..e4ce6a101f3b --- /dev/null +++ b/script/l10n/.gitignore @@ -0,0 +1,3 @@ +# https://dart.dev/tools/private-files +# Created by `dart pub` +.dart_tool/ diff --git a/script/l10n/bin/encode_kn_arb_files.dart b/script/l10n/bin/encode_kn_arb_files.dart index edc7490902dd..b8ff1ce710ea 100644 --- a/script/l10n/bin/encode_kn_arb_files.dart +++ b/script/l10n/bin/encode_kn_arb_files.dart @@ -16,9 +16,9 @@ import 'dart:convert'; import 'dart:io'; -import 'package:path/path.dart' as path; +import 'package:l10n/localizations_utils.dart'; -import '../localizations_utils.dart'; +import 'package:path/path.dart' as path; Map _loadBundle(File file) { if (!FileSystemEntity.isFileSync(file.path)) { diff --git a/script/l10n/bin/gen_missing_localizations.dart b/script/l10n/bin/gen_missing_localizations.dart index ebf229354862..7d7b880653db 100755 --- a/script/l10n/bin/gen_missing_localizations.dart +++ b/script/l10n/bin/gen_missing_localizations.dart @@ -21,10 +21,10 @@ import 'dart:convert'; import 'dart:io'; -import 'package:path/path.dart' as path; +import 'package:l10n/localizations_utils.dart'; +import 'package:l10n/localizations_validator.dart'; -import '../localizations_utils.dart'; -import '../localizations_validator.dart'; +import 'package:path/path.dart' as path; Future main(List rawArgs) async { var removeUndefined = false; diff --git a/script/l10n/gen_cupertino_localizations.dart b/script/l10n/lib/gen_cupertino_localizations.dart similarity index 100% rename from script/l10n/gen_cupertino_localizations.dart rename to script/l10n/lib/gen_cupertino_localizations.dart diff --git a/script/l10n/gen_material_localizations.dart b/script/l10n/lib/gen_material_localizations.dart similarity index 100% rename from script/l10n/gen_material_localizations.dart rename to script/l10n/lib/gen_material_localizations.dart diff --git a/script/l10n/lib/l10n.dart b/script/l10n/lib/l10n.dart new file mode 100644 index 000000000000..f64ad7265806 --- /dev/null +++ b/script/l10n/lib/l10n.dart @@ -0,0 +1,3 @@ +int calculate() { + return 6 * 7; +} diff --git a/script/l10n/language_subtag_registry.dart b/script/l10n/lib/language_subtag_registry.dart similarity index 100% rename from script/l10n/language_subtag_registry.dart rename to script/l10n/lib/language_subtag_registry.dart diff --git a/script/l10n/localizations_utils.dart b/script/l10n/lib/localizations_utils.dart similarity index 100% rename from script/l10n/localizations_utils.dart rename to script/l10n/lib/localizations_utils.dart diff --git a/script/l10n/localizations_validator.dart b/script/l10n/lib/localizations_validator.dart similarity index 100% rename from script/l10n/localizations_validator.dart rename to script/l10n/lib/localizations_validator.dart diff --git a/script/l10n/pubspec.yaml b/script/l10n/pubspec.yaml new file mode 100644 index 000000000000..a74d142a893c --- /dev/null +++ b/script/l10n/pubspec.yaml @@ -0,0 +1,16 @@ +name: l10n +description: Generates localizations for material_ui and cupertino_ui. +version: 1.0.0 +# repository: https://github.com/flutter/packages/tree/main/script/l10n + +environment: + sdk: ^3.12.0 + +dependencies: + args: ^2.7.0 + meta: ^1.19.0 + path: ^1.9.0 + +dev_dependencies: + lints: ^6.0.0 + test: ^1.25.6 diff --git a/script/l10n/test/l10n_test.dart b/script/l10n/test/l10n_test.dart new file mode 100644 index 000000000000..32090f458a59 --- /dev/null +++ b/script/l10n/test/l10n_test.dart @@ -0,0 +1,8 @@ +import 'package:l10n/l10n.dart'; +import 'package:test/test.dart'; + +void main() { + test('calculate', () { + expect(calculate(), 42); + }); +} From 96fd965846c15b93fb75029010664aa9a3c5a118 Mon Sep 17 00:00:00 2001 From: Justin McCandless Date: Fri, 10 Jul 2026 11:01:39 -0700 Subject: [PATCH 325/327] README fixes for script move --- packages/cupertino_ui/lib/src/l10n/README.md | 16 ++++++++-------- packages/material_ui/lib/src/l10n/README.md | 14 +++++++------- script/l10n/bin/gen_localizations.dart | 9 +++++---- 3 files changed, 20 insertions(+), 19 deletions(-) diff --git a/packages/cupertino_ui/lib/src/l10n/README.md b/packages/cupertino_ui/lib/src/l10n/README.md index 5f931f53edbf..f8ad4e1c3e03 100644 --- a/packages/cupertino_ui/lib/src/l10n/README.md +++ b/packages/cupertino_ui/lib/src/l10n/README.md @@ -194,7 +194,7 @@ you've added a new widget and it has a tooltip), follow these steps: Then you need to add new entries for the string to all of the other language locale files by running: ``` - dart packages/material_ui/script/l10n/bin/gen_missing_localizations.dart + dart script/l10n/bin/gen_missing_localizations.dart ``` Which will copy the English strings into the other locales as placeholders until they can be translated. @@ -202,14 +202,14 @@ you've added a new widget and it has a tooltip), follow these steps: Finally you need to re-generate lib/src/l10n/generated_cupertino_localizations.dart by running: ``` - dart packages/material_ui/script/l10n/bin/gen_localizations.dart --overwrite + dart script/l10n/bin/gen_localizations.dart --overwrite ``` If you got an error when running this command, [this issue](https://github.com/flutter/flutter/issues/104601) might be helpful. TL;DR: If you got the same type of errors as discussed in the issue, run this instead: ``` - dart packages/material_ui/script/l10n/bin/gen_localizations.dart --overwrite --remove-undefined + dart script/l10n/bin/gen_localizations.dart --overwrite --remove-undefined ``` 5. If you are a Google employee, you should then also follow the instructions @@ -228,7 +228,7 @@ existing string in the CupertinoLocalizations objects, follow these steps: You also need to re-generate `lib/src/l10n/generated_material_localizations.dart` by running: ``` - dart packages/material_ui/script/l10n/bin/gen_localizations.dart --overwrite + dart script/l10n/bin/gen_localizations.dart --overwrite ``` This script may result in your updated getters being created in newer @@ -247,13 +247,13 @@ using the gen_localizations script. You can see what that script would generate by running: ```dart -dart packages/material_ui/script/l10n/bin/gen_localizations.dart +dart script/l10n/bin/gen_localizations.dart ``` Actually update the generated files with: ```dart -dart packages/material_ui/script/l10n/bin/gen_localizations.dart --overwrite +dart script/l10n/bin/gen_localizations.dart --overwrite ``` The gen_localizations script just combines the contents of all of the @@ -277,9 +277,9 @@ https://github.com/flutter/flutter/issues/36704. Rather than risking developers' editor sessions, the strings in these arb files (and the code generated for them) have been encoded using the appropriate escapes for JSON and Dart. The JSON format arb files were rewritten with -packages/material_ui/script/l10n/bin/encode_kn_arb_files.dart. The localizations code +script/l10n/bin/encode_kn_arb_files.dart. The localizations code generator uses generateEncodedString() -from packages/material_ui/script/l10n/localizations_utils.dart. +from script/l10n/lib//localizations_utils.dart. ### Translations Status, Reporting Errors diff --git a/packages/material_ui/lib/src/l10n/README.md b/packages/material_ui/lib/src/l10n/README.md index d092605f6041..505cf7a75c97 100644 --- a/packages/material_ui/lib/src/l10n/README.md +++ b/packages/material_ui/lib/src/l10n/README.md @@ -231,7 +231,7 @@ you've added a new widget and it has a tooltip), follow these steps: TL;DR: If you got the same type of errors as discussed in the issue, run this instead: ``` - dart packages/material_ui/script/l10n/bin/gen_localizations.dart --overwrite --remove-undefined + dart script/l10n/bin/gen_localizations.dart --overwrite --remove-undefined ``` 5. If you are a Google employee, you should then also follow the instructions @@ -248,9 +248,9 @@ existing string in the MaterialLocalizations objects, follow these steps: 2. Update the .arb files. Modify the out-of-date English strings in `lib/src/l10n/material_en.arb`. - You also need to re-generate `lib/src/l10n/localizations.dart` by running: + You also need to re-generate `lib/src/l10n/generated_material_localizations.dart` by running: ``` - dart packages/material_ui/script/l10n/bin/generated_material_localizations.dart --overwrite + dart script/l10n/bin/gen_localizations.dart --overwrite ``` This script may result in your updated getters being created in newer @@ -269,13 +269,13 @@ All of the localizations are combined in a single file You can see what that script would generate by running: ```dart -dart packages/material_ui/script/l10n/bin/gen_localizations.dart +dart script/l10n/bin/gen_localizations.dart ``` Actually update the generated files with: ```dart -dart packages/material_ui/script/l10n/bin/gen_localizations.dart --overwrite +dart script/l10n/bin/gen_localizations.dart --overwrite ``` The gen_localizations script just combines the contents of all of the @@ -299,9 +299,9 @@ https://github.com/flutter/flutter/issues/36704. Rather than risking developers' editor sessions, the strings in these arb files (and the code generated for them) have been encoded using the appropriate escapes for JSON and Dart. The JSON format arb files were rewritten with -packages/material_ui/script/l10n/bin/encode_kn_arb_files.dart. The localizations code +script/l10n/bin/encode_kn_arb_files.dart. The localizations code generator uses generateEncodedString() -from packages/material_ui/script/l10n//localizations_utils.dart. +from script/l10n/lib/localizations_utils.dart. ### Support for Pashto (ps) translations diff --git a/script/l10n/bin/gen_localizations.dart b/script/l10n/bin/gen_localizations.dart index a2dc010fb8be..38de2b580e73 100644 --- a/script/l10n/bin/gen_localizations.dart +++ b/script/l10n/bin/gen_localizations.dart @@ -50,12 +50,13 @@ import 'dart:io'; +import 'package:l10n/gen_cupertino_localizations.dart'; +import 'package:l10n/gen_material_localizations.dart'; +import 'package:l10n/localizations_utils.dart'; +import 'package:l10n/localizations_validator.dart'; + import 'package:path/path.dart' as path; -import '../gen_cupertino_localizations.dart'; -import '../gen_material_localizations.dart'; -import '../localizations_utils.dart'; -import '../localizations_validator.dart'; import 'encode_kn_arb_files.dart'; /// This is the core of this script; it generates the code used for translations. From cfd38c4964cee360724905120386c4c5c62a9c3f Mon Sep 17 00:00:00 2001 From: Justin McCandless Date: Fri, 10 Jul 2026 11:24:59 -0700 Subject: [PATCH 326/327] Whoops don't need these (generated by dart create) --- script/l10n/lib/l10n.dart | 3 --- script/l10n/test/l10n_test.dart | 8 -------- 2 files changed, 11 deletions(-) delete mode 100644 script/l10n/lib/l10n.dart delete mode 100644 script/l10n/test/l10n_test.dart diff --git a/script/l10n/lib/l10n.dart b/script/l10n/lib/l10n.dart deleted file mode 100644 index f64ad7265806..000000000000 --- a/script/l10n/lib/l10n.dart +++ /dev/null @@ -1,3 +0,0 @@ -int calculate() { - return 6 * 7; -} diff --git a/script/l10n/test/l10n_test.dart b/script/l10n/test/l10n_test.dart deleted file mode 100644 index 32090f458a59..000000000000 --- a/script/l10n/test/l10n_test.dart +++ /dev/null @@ -1,8 +0,0 @@ -import 'package:l10n/l10n.dart'; -import 'package:test/test.dart'; - -void main() { - test('calculate', () { - expect(calculate(), 42); - }); -} From bc011ac11e060bb7ef88677def70f1ec2b18e57b Mon Sep 17 00:00:00 2001 From: Justin McCandless Date: Fri, 10 Jul 2026 11:52:50 -0700 Subject: [PATCH 327/327] Code review updates from @elliette. --- .../cupertino_ui/lib/src/global_cupertino_localizations.dart | 2 +- packages/material_ui/lib/src/app.dart | 3 +-- .../material_ui/lib/src/global_material_localizations.dart | 2 +- packages/material_ui/pubspec.yaml | 4 ++-- script/l10n/bin/encode_kn_arb_files.dart | 2 +- script/l10n/lib/localizations_utils.dart | 3 ++- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/cupertino_ui/lib/src/global_cupertino_localizations.dart b/packages/cupertino_ui/lib/src/global_cupertino_localizations.dart index b2b9f9c9997e..14a5fd8ae9de 100644 --- a/packages/cupertino_ui/lib/src/global_cupertino_localizations.dart +++ b/packages/cupertino_ui/lib/src/global_cupertino_localizations.dart @@ -16,7 +16,7 @@ import 'localizations.dart'; // Examples can assume: // import 'package:flutter_localizations/flutter_localizations.dart'; -// import 'package:flutter/cupertino.dart'; +// import 'package:cupertino_ui/cupertino_ui.dart'; /// Implementation of localized strings for Cupertino widgets using the `intl` /// package for date and time formatting. diff --git a/packages/material_ui/lib/src/app.dart b/packages/material_ui/lib/src/app.dart index fdfef4617901..03fa2b80c43f 100644 --- a/packages/material_ui/lib/src/app.dart +++ b/packages/material_ui/lib/src/app.dart @@ -553,8 +553,7 @@ class MaterialApp extends StatefulWidget { /// and list the [supportedLocales] that the application can handle. /// /// ```dart - /// // The GlobalMaterialLocalizations and GlobalWidgetsLocalizations - /// // classes require the following import: + /// // The GlobalWidgetsLocalizations class requires the following import: /// // import 'package:flutter_localizations/flutter_localizations.dart'; /// /// const MaterialApp( diff --git a/packages/material_ui/lib/src/global_material_localizations.dart b/packages/material_ui/lib/src/global_material_localizations.dart index fd4cb8037332..6e2cf86034a6 100644 --- a/packages/material_ui/lib/src/global_material_localizations.dart +++ b/packages/material_ui/lib/src/global_material_localizations.dart @@ -19,7 +19,7 @@ import 'typography.dart'; // Examples can assume: // import 'package:flutter_localizations/flutter_localizations.dart'; -// import 'package:flutter/material.dart'; +// import 'package:material_ui/material_ui.dart'; /// Implementation of localized strings for the material widgets using the /// `intl` package for date and time formatting. diff --git a/packages/material_ui/pubspec.yaml b/packages/material_ui/pubspec.yaml index a07d8900820c..40977cf37bd5 100644 --- a/packages/material_ui/pubspec.yaml +++ b/packages/material_ui/pubspec.yaml @@ -19,11 +19,11 @@ dependencies: path: ../cupertino_ui flutter: sdk: flutter - # This is not unpinned currently. - # See https://github.com/flutter/flutter/issues/185017 flutter_localizations: sdk: flutter intl: ^0.20.2 + # This is not unpinned currently. + # See https://github.com/flutter/flutter/issues/185017 material_color_utilities: 0.13.0 vector_math: ^2.2.0 diff --git a/script/l10n/bin/encode_kn_arb_files.dart b/script/l10n/bin/encode_kn_arb_files.dart index b8ff1ce710ea..c3ad8bbed184 100644 --- a/script/l10n/bin/encode_kn_arb_files.dart +++ b/script/l10n/bin/encode_kn_arb_files.dart @@ -8,7 +8,7 @@ // replaced by JSON escapes. This is done because some of those strings // contain characters that can crash Emacs on Linux. There is more information // here: https://github.com/flutter/flutter/issues/36704 and in the README -// in flutter_localizations/packages/lib/src/l10n. +// in flutter_localizations/packages/lib/src/l10n in the Flutter SDK. // // This utility is run by `gen_localizations.dart` if --overwrite is passed // in as an option. diff --git a/script/l10n/lib/localizations_utils.dart b/script/l10n/lib/localizations_utils.dart index 653a4429e5c0..9febf5afb4f4 100644 --- a/script/l10n/lib/localizations_utils.dart +++ b/script/l10n/lib/localizations_utils.dart @@ -442,7 +442,8 @@ String generateString(String value) { /// Only used to generate localization strings for the Kannada locale ('kn') because /// some of the localized strings contain characters that can crash Emacs on Linux. -/// See packages/flutter_localizations/lib/src/l10n/README for more information. +/// See packages/flutter_localizations/lib/src/l10n/README in the Flutter SDK +/// for more information. String generateEncodedString(String? locale, String value) { if (locale != 'kn' || value.runes.every((int code) => code <= 0xFF)) { return generateString(value);